From 1ef3dd12670d51575419dbe232e19ebdca0dcb2c Mon Sep 17 00:00:00 2001 From: Paulina Czempiel Date: Fri, 16 Oct 2020 14:10:59 +0200 Subject: [PATCH 01/19] get_discussion, get_payout_stats, list_communities and list_community_roles readme files --- .../get_discussion/_readme.txt | 15 +++++++++ .../get_payout_stats/_readme.txt | 11 +++++++ .../list_communities/_readme.txt | 31 +++++++++++++++++++ .../list_community_roles/_readme.txt | 18 +++++++++++ 4 files changed, 75 insertions(+) create mode 100644 hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt new file mode 100644 index 00000000..d62b41ab --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt @@ -0,0 +1,15 @@ +Gives all information about post/ comment (replies, votes, information about author etc.). + +method: "bridge.get_discussion" +params: +{ + "auhtor":"{author}", "permlink":"permlink", + + author + permlink : mandatory, have to point to valid post; paging mechanism + + "observer":"{account}", + + optional (can be skipped or passed empty), when passed has to point to valid account + used to hide authors blacklisted by observer + +} diff --git a/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt new file mode 100644 index 00000000..678fe20b --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt @@ -0,0 +1,11 @@ +Lists communities order by payout with stats (total payout, number of posts and authors). +Similar to condenser_api.get_trending_tags but gives slightly different values and it is limited to communities. + +method: "bridge.get_payout_stats" +params: +{ + "limit":"{number}", + + optional, range 1..250; default = 250 + +} diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt new file mode 100644 index 00000000..b756992f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt @@ -0,0 +1,31 @@ +Lists information about communities. + +method: "bridge.list_communities" +params: +{ + "last":"{name}", + + optional, name of community; given community not appear in result; used for paging mechanism + + "limit":"{number}", + + optional, range 1..100; default = 100 + + "query":"{title}", + + optional, when given turns on filtering on given name/ part of name + + "sort": "{order}", + + optional, determines order of returned communities' default = "rank" + values: + "rank" - communities with highest rank (trending) score first + "new" - newest communities first + "subs" - communities with largest number of subscribers first + + "observer":"{account}", + + optional (can be skipped or passed empty), when passed has to point to valid account + used to hide show relation between account and community (subscribed, role and title) + +} diff --git a/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt new file mode 100644 index 00000000..a40def87 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt @@ -0,0 +1,18 @@ +Lists given community account-roles (anyone with non-guest status). + +method: "bridge.list_community_roles" +params: +{ + "community":"{name}", + + mandatory, points to community + + "last":"{name}", + + optional, appears to be broken + + "limit":"{number}", + + optional, must be positive; default = 50; + +} \ No newline at end of file -- GitLab From 46a767dad35ef2d49ac0cbc5fbc4412254836ae2 Mon Sep 17 00:00:00 2001 From: Paulina Czempiel Date: Mon, 19 Oct 2020 10:57:35 +0200 Subject: [PATCH 02/19] list_pop_communities, list_subscribers and normalize_post readme files added --- .../list_pop_communities/_readme.txt | 10 ++++++++++ .../list_subscribers/_readme.txt | 10 ++++++++++ .../normalize_post/_readme.txt | 15 +++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/normalize_post/_readme.txt diff --git a/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt new file mode 100644 index 00000000..632f087f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt @@ -0,0 +1,10 @@ +Lists communities by new subscriber count. Returns names and titles community list. + +method: "bridge.list_pop_communities" +params: +{ + "limit":"{number}", + + optional, range 1..25; default = 25; + +} \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt new file mode 100644 index 00000000..3807c224 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt @@ -0,0 +1,10 @@ +Lists all subscribers with role, title and time of subscription for given community. + +method: "bridge.list_subscribers" +params: +{ + "community":"{name}", + + mandatory, points to community; + +} \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/normalize_post/_readme.txt b/hivemind/tavern/bridge_api_patterns/normalize_post/_readme.txt new file mode 100644 index 00000000..c74f77ca --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/normalize_post/_readme.txt @@ -0,0 +1,15 @@ +Took post object and outputs bridge-api normalized version, but at the moment there is no fat node that would be source of unnormalized posts. +Result is basically the same as bridge.get_post. +Depracated. + +method: "bridge.normalize_post" +params: +{ + "post": { + + "author":"{author}" + "permlink::"{permlink}", + + mandatory, point to valid post; rest of parameters are irrelevant + + } +} \ No newline at end of file -- GitLab From 6ac1e5a2b221af84eeb9a8cb67370c1ce2c9dab1 Mon Sep 17 00:00:00 2001 From: Paulina Czempiel Date: Mon, 19 Oct 2020 12:47:18 +0200 Subject: [PATCH 03/19] follow_api readme files --- .../get_account_reputations/_readme.txt | 15 +++++++++++++ .../follow_api_patterns/get_blog/_readme.txt | 20 +++++++++++++++++ .../get_blog_entries/_readme.txt | 20 +++++++++++++++++ .../get_follow_count/_readme.txt | 12 ++++++++++ .../get_followers/_readme.txt | 22 +++++++++++++++++++ .../get_following/_readme.txt | 12 ++++++++++ .../get_following/_readme.txt | 22 +++++++++++++++++++ 7 files changed, 123 insertions(+) create mode 100644 hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_blog/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_followers/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_following/_readme.txt create mode 100644 hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt diff --git a/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt b/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt new file mode 100644 index 00000000..85fe7bf9 --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt @@ -0,0 +1,15 @@ +Lists accounts and their raw reputations. +Call implementation in condenser_api. + +method: "follow_api.get_account_reputations" +params: +{ + "limit":"{number}", + + mandatory, 1..1000 + + "account_lower_bound":"{account}", + + optional, account or fragment; paging mechanism + +} diff --git a/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt b/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt new file mode 100644 index 00000000..48aca563 --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt @@ -0,0 +1,20 @@ +Lists posts for given author from the most recent +(equivalent to get_discussions_by_blog, but uses offset-based pagination/ interface like get_blog_entries but returns more post references). +Entry_id and limit for paging mechanism (start_entry_id can be at least smaller one than limit [start_index - limit + 1 >= 0]) +Call implementation in condenser_api. + +method: "follow_api.get_blog" +params: +{ + "author":"{author}" + + mandatory, points to account + + "start_entry_id":"{number}" + + optional; default = 0 + + "limit":"{limit}" + + optional, range 0...500; default = "start_entry_id" + 1 +} diff --git a/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt b/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt new file mode 100644 index 00000000..4176f7b1 --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt @@ -0,0 +1,20 @@ +Lists posts for given author from the most recent +(equivalent to get_discussions_by_blog, but uses offset-based pagination/ interface like get_blog_entries but returns more post references). +Entry_id and limit for paging mechanism. +Call implementation in condenser_api. + +method: "follow_api.get_blog" +params: +{ + "author":"{author}" + + mandatory, points to account + + "start_entry_id":"{number}" + + optional, default = 0; if it is passed without limit must be smaller than 500 + + "limit":"{limit}" + + optional, range 0...500; default = "start_entry_id" + 1 +} diff --git a/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt b/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt new file mode 100644 index 00000000..5dbe45fc --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt @@ -0,0 +1,12 @@ + +Gives following and followers count for given account. +Call implementation in condenser_api. + +method: "follow_api.get_follow_count" +params: +{ + "account":"{account}", + + mandatory, point to valid account + +} diff --git a/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt b/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt new file mode 100644 index 00000000..e63a726c --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt @@ -0,0 +1,22 @@ +Gives accounts which follow given account. +Call implementation in condenser_api. + +method: "follow_api.get_followers" +params: +{ + "account":"{account}", + + mandatory, points on valid account + + "start":"{account}" + + optional, when given have to point on start account of followers + + "limit:"{number}" + + mandatory, range of 1...1000; + + "follow_type":"{follow_type}" + + optional; default = 'blog'; other option 'ignore' to account which muted given account +} diff --git a/hivemind/tavern/follow_api_patterns/get_following/_readme.txt b/hivemind/tavern/follow_api_patterns/get_following/_readme.txt new file mode 100644 index 00000000..77b40909 --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_following/_readme.txt @@ -0,0 +1,12 @@ +Lists rebloggers of given post. +Call implementation in condenser_api. + +method: "follow_api.get_reblogged_by" +params: +{ + "author":"{author}" + "permlink":"{permlink}", + + mandatory, have to point on valid post; paging mechanism + +} + diff --git a/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt b/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt new file mode 100644 index 00000000..3a5a6e9d --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt @@ -0,0 +1,22 @@ +Gives accounts which given account follow. +Call implementation in condenser_api. + +method: "follow_api.get_following" +params: +{ + "account":"{account}", + + mandatory, points on valid account + + "start":"{account}" + + optional, when given have to point on start account of following + + "limit:"{number}" + + mandatory, range of 1...1000; + + "follow_type":"{follow_type}" + + optional; default = 'blog'; other option 'ignore' to account which given account muted +} -- GitLab From 4fedc4159bd378a9af1c87d039059f71a4080637 Mon Sep 17 00:00:00 2001 From: Paulina Czempiel Date: Tue, 20 Oct 2020 12:19:56 +0200 Subject: [PATCH 04/19] tags_api readme files --- .../_readme.txt | 22 +++++++++++++++ .../get_content_replies/_readme.txt | 11 ++++++++ .../get_discussion/_readme.txt | 15 +++++++++++ .../_readme.txt | 27 +++++++++++++++++++ .../get_discussions_by_blog/_readme.txt | 23 ++++++++++++++++ .../get_discussions_by_comments/_readme.txt | 26 ++++++++++++++++++ .../get_discussions_by_created/_readme.txt | 27 +++++++++++++++++++ .../get_discussions_by_hot/_readme.txt | 26 ++++++++++++++++++ .../get_discussions_by_promoted/_readme.txt | 26 ++++++++++++++++++ .../get_discussions_by_trending/_readme.txt | 26 ++++++++++++++++++ .../_readme.txt | 23 ++++++++++++++++ 11 files changed, 252 insertions(+) create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_content_replies/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussion/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_blog/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_comments/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_created/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_hot/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_trending/_readme.txt create mode 100644 hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/_readme.txt diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/_readme.txt b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/_readme.txt new file mode 100644 index 00000000..0b8bb632 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/_readme.txt @@ -0,0 +1,22 @@ +Lists discussions based on payout sort. +Call implemented in condenser_api. + +method: "tags_api.get_comment_discussion_by_payout" +params: +{ + "start_author":"{author}", "start_permlink":"{permlink}" + + optional, when given have to point to valid start post; paging mechanism + + "limit":"{limit}" + + optional, range 1...100; default = 20 + + "tag":"{tag}" + + optional, when given have to point on valid tag + + "truncate_body":{number} + + optional, default = 0; +} \ No newline at end of file diff --git a/hivemind/tavern/tags_api_patterns/get_content_replies/_readme.txt b/hivemind/tavern/tags_api_patterns/get_content_replies/_readme.txt new file mode 100644 index 00000000..1552fff9 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_content_replies/_readme.txt @@ -0,0 +1,11 @@ +Lists replies for given post. +Call implemented in condenser_api. + +method: "tags_api.get_content_replies" +params: +{ + "author": "{author}", "permlink": {permlink}, + + mandatory, points to valid post + +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussion/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussion/_readme.txt new file mode 100644 index 00000000..c2eba0e9 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussion/_readme.txt @@ -0,0 +1,15 @@ +Gives post/ comment with its votes information. +Call impemented by condenser_api.get_content. + +method: "tags_api.get_discussion" +params: +{ + "author": "{author}", "permlink": {permlink}, + + mandatory, points to valid post + + "observer": "{account}", + + optional, used for muted votes and blacklists + +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/_readme.txt new file mode 100644 index 00000000..2a1de986 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/_readme.txt @@ -0,0 +1,27 @@ +Lists posts with votes based on author from the most recent. +Similar to get_discussions_by_blog but does NOT serve reblogs. +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_author_before_date" +params: +{ + "author":"{author}", + + mandatory, points to valid start account + + "start_permlink":"{permlink}" + + optional, with author when given have to point to valid start post; paging mechanism + + "limit":"{limit}", + + optional, range 1...100; default = 10 + + "before_date":"{date}", + + optional, when given should point on start date; completely ignored + + "truncate_body":{number} + + optional, default = 0; +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/_readme.txt new file mode 100644 index 00000000..c0d25600 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/_readme.txt @@ -0,0 +1,23 @@ +Lists blog's posts including reblogs. +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_blog" +params: +{ + "tag":"{author}", + + mandatory, points to valid account + + "author":"{author}" + "start_permlink":"{permlink}", + + optional, when given have to point on valid start post + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "truncate_body":{number} + + optional, default = 0; + +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/_readme.txt new file mode 100644 index 00000000..c73ad6e3 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/_readme.txt @@ -0,0 +1,26 @@ +Lists account's replies. +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_comments" +params: +{ + "start_author":"{author}", + + mandatory, points to valid account + + "start_permlink":"{permlink}", + + optional, when given have to point on valid start comment + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "truncate_body":{number} + + optional, default = 0; + + "filter_tags":"{list_of_tags}", + + optional, not supported +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_created/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_created/_readme.txt new file mode 100644 index 00000000..1d732a03 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_created/_readme.txt @@ -0,0 +1,27 @@ +Lists posts sorted by creation date. +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_created" +params: +{ + "start_author":"{author}" + "start_permlink":"{permlink}", + + optional, should point to valid apost + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "tag":"{tag}", + + optional, turns on filtering for posts with given tag + + "truncate_body":{number} + + optional, default = 0; + + "filter_tags":"{list_of_tags}", + + optional, not supported + +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/_readme.txt new file mode 100644 index 00000000..5cd05f20 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/_readme.txt @@ -0,0 +1,26 @@ +Lists posts sorted by hot score [sc_hot desc] (with a favourable ratio of votes to the time the post was created) +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_hot" +params: +{ + "start_author":"{author}" + "start_permlink":"{permlink}", + + optional, should point to valid apost + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "tag":"{account}", + + optional, turns on filtering for posts with given tag + + "truncate_body":{number} + + optional, default = 0; + + "filter_tags":"{list_of_tags}", + + optional, not supported +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/_readme.txt new file mode 100644 index 00000000..168ce44d --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/_readme.txt @@ -0,0 +1,26 @@ +Lists posts sorted by promoted amount. +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_promoted" +params: +{ + "start_author":"{author}" + "start_permlink":"{permlink}", + + optional, should point to valid apost + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "tag":"{account}", + + optional, turns on filtering for posts with given tag + + "truncate_body":{number} + + optional, default = 0; + + "filter_tags":"{list_of_tags}", + + optional, not supported +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/_readme.txt b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/_readme.txt new file mode 100644 index 00000000..f8452c6d --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/_readme.txt @@ -0,0 +1,26 @@ +Lists posts sorted by trending score [sc_trend desc] (similar to the by_hot sorting, but with longer period of time). +Call implemented in condenser_api. + +method: "tags_api.get_discussions_by_trending" +params: +{ + "start_author":"{author}" + "start_permlink":"{permlink}", + + optional, should point to valid apost + + "limit":"{number}", + + optional, range 1...100; default = 20 + + "tag":"{account}", + + optional, turns on filtering for posts with given tag + + "truncate_body":{number} + + optional, default = 0; + + "filter_tags":"{list_of_tags}", + + optional, not supported +} diff --git a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/_readme.txt b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/_readme.txt new file mode 100644 index 00000000..42211588 --- /dev/null +++ b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/_readme.txt @@ -0,0 +1,23 @@ +Lists posts pending on payout. +Similar to bridge.get_ranked_posts with sort by payout. +Call implemented in condenser_api. + +method: "tags_api.get_post_discussions_by_payout" +params: +{ + "start_author":"{author}" + "start_permlink":"{permlink}", + + optional, when given have to point on post; paging mechanism + + "limit:"{number}", + + optional, default = 20 range of 1...1000 + + "tag":"{tag}", + + optional; turns on filtering for posts with given tag + + "truncate_body":"{number}", + + optional, default = 0 +} -- GitLab From 97dd00759ac6154b1b36c33b470aaa23d2bfbb88 Mon Sep 17 00:00:00 2001 From: Pawel Maniora Date: Tue, 24 Nov 2020 14:36:05 +0100 Subject: [PATCH 05/19] database_api.find_comments 1000 pairs test --- .../find_comments/1000_pairs.pat.json | 48367 ++++++++++++++++ .../find_comments/1000_pairs.tavern.yaml | 1028 + 2 files changed, 49395 insertions(+) create mode 100644 hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json create mode 100644 hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml diff --git a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json new file mode 100644 index 00000000..2b6bab4b --- /dev/null +++ b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json @@ -0,0 +1,48367 @@ +{ + "comments": [ + { + "abs_rshares": 0, + "active": "2016-07-25T19:35:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"Money creation was only in the hands of central banks...\"\nGreat points about the democratization of money creation. Since the money is created by someone who directly values what is produced, we can be more certain of its value. The central bank has to rely on estimates of macroeconomic performance. A crude approach at best.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T19:35:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 354966, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T05:50:12", + "last_update": "2016-07-25T19:35:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jako", + "parent_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "percent_hbd": 10000, + "permlink": "re-jako-why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin-20160725t193507538z", + "reward_weight": 10000, + "root_author": "jako", + "root_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T10:13:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "Glad to see you come back. Upvoted.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T10:13:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 577915, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-02T22:48:21", + "last_update": "2016-08-03T10:13:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "whalepanda", + "parent_permlink": "the-complete-story-of-ethereum-so-far", + "percent_hbd": 10000, + "permlink": "re-whalepanda-the-complete-story-of-ethereum-so-far-20160803t101308889z", + "reward_weight": 10000, + "root_author": "whalepanda", + "root_permlink": "the-complete-story-of-ethereum-so-far", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T18:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 349, + "beneficiaries": [], + "body": "As you claim on twitter Steem is a ponzi, why are you writing articles on this 'ponzi' platform and direct your followers to this trap? Put your money where mouth is, at least act like a man. https://twitter.com/WhalePanda/status/757610357519224832", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-25T16:24:00", + "curator_payout_value": { + "amount": "71", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 349863, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https://twitter.com/WhalePanda/status/757610357519224832\"]}", + "last_payout": "2016-08-25T16:49:57", + "last_update": "2016-07-25T16:24:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "whalepanda", + "parent_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "percent_hbd": 10000, + "permlink": "re-whalepanda-what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc-20160725t162359567z", + "reward_weight": 10000, + "root_author": "whalepanda", + "root_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "title": "", + "total_payout_value": { + "amount": "1254", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:23:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "I love Chinese calligraphy, looks nice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:23:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 394366, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T19:33:21", + "last_update": "2016-07-27T04:23:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jiaxi", + "parent_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "percent_hbd": 10000, + "permlink": "re-jiaxi-hello-steemit-my-name-is-jiaxi-i-m-from-china-20160727t042352270z", + "reward_weight": 10000, + "root_author": "jiaxi", + "root_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T07:14:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yeah, that makes sense. Thanks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T07:14:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 720217, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T11:14:51", + "last_update": "2016-08-10T07:14:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jesta", + "parent_permlink": "re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160809t225046548z", + "percent_hbd": 10000, + "permlink": "re-jesta-re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160810t071416141z", + "reward_weight": 10000, + "root_author": "jesta", + "root_permlink": "building-a-high-availability-steemd-node-for-web-apis", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:33:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 637, + "beneficiaries": [], + "body": "

\n

I made the Lime Cardamom Scones! They turned out great. The lime frosting is exceptional. I ended up using canola oil, because I was worried that the other options might add a weird flavor, but the lime and cardamom are so strong I don't think it would have made a difference. I also needed to increase the cooking time, because they were a bit doughy at 14 minutes, but that might just be my oven. The texture of the scones is a little denser than my normal butter based scones, but they are still great and flavors are new and weirdly fun. This post encouraged me to post my Sherry Plumped Raisin Scones.\u00a0

", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T20:44:12", + "curator_payout_value": { + "amount": "239", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 385005, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/qiouv7klx/LIME_CARDAMOM_SCONES.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/sherry-plumped-raisin-scones\"]}", + "last_payout": "2016-08-22T16:48:03", + "last_update": "2016-07-26T20:44:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "michelegraybeal", + "parent_permlink": "scone-recipe-lime-cardamom-video", + "percent_hbd": 10000, + "permlink": "re-michelegraybeal-scone-recipe-lime-cardamom-video-20160726t204421972z", + "reward_weight": 10000, + "root_author": "michelegraybeal", + "root_permlink": "scone-recipe-lime-cardamom-video", + "title": "", + "total_payout_value": { + "amount": "934", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T18:36:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 408285, + "beneficiaries": [], + "body": "\n

Want to try a new recipe but you are really not sure which recipe will be good? Or do you have a recipe that needs to be improved or tweaked a little? With this technique you can confidently analyze recipes and create custom versions that work.    

\n

Here is an example for banana bread (but it will work for any recipe). Setup a spreadsheet or sketch a chart on a sheet of paper. In the first column, list the ingredients for the recipe. It is helpful to leave some space between the ingredients so that you can include special notes or similar ingredients.    

\n

\n

Across the top of the chart, title each column with where you found the recipe, such as my recipe, Nana, cook book Susan, website Carol E., Church, etc.   

\n

Now list the amounts of each ingredients required for the recipe. Keep it simple in the beginning, so you can see what is different and what is the same in each recipe.    

\n

In our example recipes, one uses butter and the other uses oil. Also the leavening agents are different: one uses only baking soda and the other uses baking soda and baking powder. Now you have a clear way to see the differences between recipes. You can make the personal decision of whether you like the taste of butter or oil in your baked goods. This is a process but you will eventually make one that is just right for you.   

\n

Analyzing multiple recipes this way can also be beneficial if you're trying to keep to some form of diet (weight loss, low salt, low cholesterol, etc).   

\n

Remember to have fun and improve until you have a great recipe.    

\n

Eat and Enjoy!     

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-17T17:45:30", + "curator_payout_value": { + "amount": "17954", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 149245, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s31.postimg.org/sd4vattkb/banana_bread_spread_sheet.png\"]}", + "last_payout": "2016-08-24T06:44:18", + "last_update": "2016-07-17T17:45:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 126, + "parent_author": "", + "parent_permlink": "recipes", + "percent_hbd": 10000, + "permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "reward_weight": 10000, + "root_author": "benita", + "root_permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "title": "How to Compare Multiple Recipes for the same Dish", + "total_payout_value": { + "amount": "1341623", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T17:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 184195, + "beneficiaries": [], + "body": "

\n

These scones are amazing they have wonderful texture and the raisins are bursting with flavor. I created this recipe by using the compare method that I posted at \u00a0How to Compare Multiple Recipes for the Same Dish.\u00a0

\n

MARINATED RAISINS

\n

3 tablespoons Sherry (can substitute white grape juice or buttermilk)

\n

1 cup raisins

\n

MAIN INGREDIENTS

\n

4 cups all purpose flour

\n

1/2 cup sugar

\n

1 tablespoon baking powder

\n

1/2 teaspoon baking soda

\n

2 sticks frozen salted butter (1/2 pound)

\n

1 1/4 cups buttermilk

\n

TOPPING

\n

1/4 cup coarse sugar (turbinado) and some extra buttermilk for the topping

\n

Preheat the oven to 375 degrees. Soak the raisins in the sherry for about 30 minutes, stirring occasionally.\u00a0

\n

In a large mixing bowl, whisk together the flour, sugar, baking powder, and baking soda. Roughly chop the frozen butter with a knife into chunks, then cut it into the dry ingredients using a pastry blender or your fingertips. Add in the buttermilk and sherry soaked raisins. Then lightly mix just until the ingredients are evenly distributed. Over mixing will make the scones have a denser texture. The dough will be a little dry and a bit crumbly, but that is normal for scones.\u00a0

\n

Turn dough onto a floured surface and gently knead it together. Divide the dough in half. Working with one half at a time, gently form the dough into an 8 inch circle about 1 inch thick. Cut into 6-8 wedges depending on size you want. Then repeat with remaining dough.

\n

Place the wedges on a parchment covered baking sheet, leaving about a half inch between them. \u00a0Brush the tops of the wedges with the extra buttermilk and then sprinkle with the coarse sugar.

\n

Bake for 25-30 minutes or until lightly browned on top. This recipe makes about 12-16 scones. I hope you love these as much as my family loves them!

\n


\n


", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-07-26T20:31:06", + "curator_payout_value": { + "amount": "184565", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 384676, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/w61mpp9dh/Raisin_Scones.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/how-to-compare-multiple-recipes-for-the-same-dish\"]}", + "last_payout": "2016-08-26T09:57:27", + "last_update": "2016-07-26T20:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 73, + "parent_author": "", + "parent_permlink": "recipes", + "percent_hbd": 10000, + "permlink": "sherry-plumped-raisin-scones", + "reward_weight": 10000, + "root_author": "benita", + "root_permlink": "sherry-plumped-raisin-scones", + "title": "Sherry Plumped Raisin Scones", + "total_payout_value": { + "amount": "650392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T02:55:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 468, + "beneficiaries": [], + "body": "Do you know that this post is your 22nd in less than 24 hours?\n\n**Do you realize that you are only allowed 4 posts per 24 hours?** After 4 posts, there is a rapidly diminishing payout beginning on the 5th and subsequent posts. So by the time you make your 22nd post, let's face it, even if you got thousands of dollars worth of votes, none of it would go to you.\n\nThis is to prevent spam and also to encourage quality over quantity. You would be far better off to make one thoughtful, well planned and well formatted post than a dozen quick and dirty posts in any given day.\n\nI hope this information will help you and save you wasting time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T02:55:03", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 594086, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T14:58:30", + "last_update": "2016-08-04T02:55:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dvaryani", + "parent_permlink": "a-blockchain-based-social-network-which-pays", + "percent_hbd": 10000, + "permlink": "re-dvaryani-a-blockchain-based-social-network-which-pays-20160804t025459458z", + "reward_weight": 10000, + "root_author": "dvaryani", + "root_permlink": "a-blockchain-based-social-network-which-pays", + "title": "", + "total_payout_value": { + "amount": "1090", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T04:57:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 56800, + "beneficiaries": [], + "body": "Yup, I bet you get all of Amanda's interviews from now on lol\n\nShe's 1000 times better with a script.\n\nEventually she'll come around to Steem, BitShares and the Graphene technology.", + "cashout_time": "1969-12-31T23:59:59", + "category": "dash", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T04:54:15", + "curator_payout_value": { + "amount": "2314", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52176, + "json_metadata": "{\"tags\":[\"dash\"]}", + "last_payout": "2016-08-17T08:36:03", + "last_update": "2016-07-04T04:55:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "piedpiper", + "parent_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "percent_hbd": 10000, + "permlink": "re-piedpiper-amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions-20160704t045415372z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "title": "", + "total_payout_value": { + "amount": "13176", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:47:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 276, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54237, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-18T03:32:03", + "last_update": "2016-07-05T00:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "seiznem", + "parent_permlink": "just-started-on-steemit-please-help", + "percent_hbd": 10000, + "permlink": "re-seiznem-just-started-on-steemit-please-help-20160705t004741940z", + "reward_weight": 10000, + "root_author": "seiznem", + "root_permlink": "just-started-on-steemit-please-help", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:56:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "cashout_time": "1969-12-31T23:59:59", + "category": "fintech", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:56:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54251, + "json_metadata": "{\"tags\":[\"fintech\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:56:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", + "percent_hbd": 10000, + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005609132z", + "reward_weight": 10000, + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T01:02:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T01:02:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54259, + "json_metadata": "{\"tags\":[\"me\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T01:49:03", + "last_update": "2016-07-05T01:02:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "powerwizard", + "parent_permlink": "hi-everyone", + "percent_hbd": 10000, + "permlink": "re-powerwizard-hi-everyone-20160705t010243102z", + "reward_weight": 10000, + "root_author": "powerwizard", + "root_permlink": "hi-everyone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T02:16:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 131, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T02:16:48", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 54363, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T20:05:00", + "last_update": "2016-07-05T02:16:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "norbu", + "parent_permlink": "re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t012231863z", + "percent_hbd": 10000, + "permlink": "re-norbu-re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t021646678z", + "reward_weight": 10000, + "root_author": "norbu", + "root_permlink": "hi-steemer-s-a-big-hello-from-the-himalayas", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T02:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "wtf", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T02:38:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54410, + "json_metadata": "{\"tags\":[\"wtf\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T04:00:48", + "last_update": "2016-07-05T02:38:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kingg", + "parent_permlink": "well-we-see-how-this-works", + "percent_hbd": 10000, + "permlink": "re-kingg-well-we-see-how-this-works-20160705t023847869z", + "reward_weight": 10000, + "root_author": "kingg", + "root_permlink": "well-we-see-how-this-works", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:27:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:11:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54471, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-07T14:08:57", + "last_update": "2016-07-05T03:11:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "my-introduction", + "percent_hbd": 10000, + "permlink": "re-cool-my-introduction-20160705t031130247z", + "reward_weight": 10000, + "root_author": "cool", + "root_permlink": "my-introduction", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T23:05:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T23:05:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56547, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-06T00:33:27", + "last_update": "2016-07-05T23:05:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "brianyu14519", + "parent_permlink": "6d2kf-im-new-to-steem-and-here", + "percent_hbd": 10000, + "permlink": "re-brianyu14519-6d2kf-im-new-to-steem-and-here-20160705t230501894z", + "reward_weight": 10000, + "root_author": "brianyu14519", + "root_permlink": "6d2kf-im-new-to-steem-and-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T00:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 74, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T23:08:27", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 59123, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T18:02:57", + "last_update": "2016-07-06T23:08:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mikebike", + "parent_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "percent_hbd": 10000, + "permlink": "re-mikebike-can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users-20160706t230821906z", + "reward_weight": 10000, + "root_author": "mikebike", + "root_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "title": "", + "total_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:45:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "blurred", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:45:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 62445, + "json_metadata": "{\"tags\":[\"blurred\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-08T01:50:18", + "last_update": "2016-07-08T01:45:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "vmaxee", + "parent_permlink": "newbie", + "percent_hbd": 10000, + "permlink": "re-vmaxee-newbie-20160708t014509734z", + "reward_weight": 10000, + "root_author": "vmaxee", + "root_permlink": "newbie", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T18:34:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 206, + "beneficiaries": [], + "body": "Why did you post this same message twice?", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-09T18:33:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 69685, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-09T18:35:45", + "last_update": "2016-07-09T18:33:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "apardes", + "parent_permlink": "7s5hnt-hi-there", + "percent_hbd": 10000, + "permlink": "re-apardes-7s5hnt-hi-there-20160709t183333939z", + "reward_weight": 10000, + "root_author": "apardes", + "root_permlink": "7s5hnt-hi-there", + "title": "", + "total_payout_value": { + "amount": "52", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T15:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "There are some glaring contradictions in your thought process.\nReminds me a little of people who fly (using large amounts of fuel) to give lectures at \"peak oil\" or sustainability conferences all over the world.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-09T20:08:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70050, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-09T20:08:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "apocaloptimisto", + "parent_permlink": "hi-steemit-i-m-apocaloptimisto", + "percent_hbd": 10000, + "permlink": "re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160709t200813113z", + "reward_weight": 10000, + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T20:29:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 1224, + "beneficiaries": [], + "body": "In think that steemit is the best way, and has the greatest chance of success, that I have so far heard of to gently introduce the masses to crypto. Wide adoption is much more likely now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T20:29:33", + "curator_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70132, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T02:39:45", + "last_update": "2016-07-09T20:29:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "discombobulated", + "parent_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", + "percent_hbd": 10000, + "permlink": "re-discombobulated-asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies-20160709t202924445z", + "reward_weight": 10000, + "root_author": "discombobulated", + "root_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", + "title": "", + "total_payout_value": { + "amount": "336", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T03:41:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "How about you? Are you a bot?", + "cashout_time": "1969-12-31T23:59:59", + "category": "bots", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T02:31:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71507, + "json_metadata": "{\"tags\":[\"bots\"]}", + "last_payout": "2016-08-18T01:29:45", + "last_update": "2016-07-10T02:31:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shawkhawk", + "parent_permlink": "is-any-of-the-content-on-steemit-real", + "percent_hbd": 10000, + "permlink": "re-shawkhawk-is-any-of-the-content-on-steemit-real-20160710t023125227z", + "reward_weight": 10000, + "root_author": "shawkhawk", + "root_permlink": "is-any-of-the-content-on-steemit-real", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T15:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I suggest that the road to sustainability does not devolve back to hunter/gatherer/nomad but evolves through a new paradigm which we are creatively discovering as we go. At least those of us awake and aware.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T02:41:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 71542, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-10T02:41:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "apocaloptimisto", + "parent_permlink": "re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t015700500z", + "percent_hbd": 10000, + "permlink": "re-apocaloptimisto-re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t024144452z", + "reward_weight": 10000, + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T18:36:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 107914, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T02:11:51", + "curator_payout_value": { + "amount": "3389", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 76558, + "json_metadata": "{\"tags\":[\"steemit-help\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-22T18:36:48", + "last_update": "2016-07-11T02:11:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "owdy", + "parent_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "percent_hbd": 10000, + "permlink": "re-owdy-whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars-20160711t021150403z", + "reward_weight": 10000, + "root_author": "owdy", + "root_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "title": "", + "total_payout_value": { + "amount": "33236", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T01:34:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 177, + "beneficiaries": [], + "body": "That is your subjective opinion. I do not share it. So please leave \"should\" out of the conversation and tell us why your way would be better for the ecosystem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "comment", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T01:26:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 82073, + "json_metadata": "{\"tags\":[\"comment\"]}", + "last_payout": "2016-08-12T01:46:06", + "last_update": "2016-07-12T01:26:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "traderjeff", + "parent_permlink": "comment-section-needs-a-quick-fix", + "percent_hbd": 10000, + "permlink": "re-traderjeff-comment-section-needs-a-quick-fix-20160712t012557721z", + "reward_weight": 10000, + "root_author": "traderjeff", + "root_permlink": "comment-section-needs-a-quick-fix", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T01:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 89865, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-13T03:13:27", + "last_update": "2016-07-13T01:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "noodhoog", + "parent_permlink": "hello-steemit", + "percent_hbd": 10000, + "permlink": "re-noodhoog-hello-steemit-20160713t015532646z", + "reward_weight": 10000, + "root_author": "noodhoog", + "root_permlink": "hello-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T00:02:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 109, + "beneficiaries": [], + "body": "Your steem receive address is just your account name: moneymarket", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T00:02:33", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 102799, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-14T00:30:18", + "last_update": "2016-07-14T00:02:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "moneymarket", + "parent_permlink": "bitcoin-to-steem", + "percent_hbd": 10000, + "permlink": "re-moneymarket-bitcoin-to-steem-20160714t000235639z", + "reward_weight": 10000, + "root_author": "moneymarket", + "root_permlink": "bitcoin-to-steem", + "title": "", + "total_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T13:32:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "T\nHe asked a legitimate question. I have extensive experience in emotional release work. What is your experience upon which you base your judgement?", + "cashout_time": "1969-12-31T23:59:59", + "category": "rape", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-14T03:31:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 104720, + "json_metadata": "{\"tags\":[\"rape\"]}", + "last_payout": "2016-08-24T01:27:18", + "last_update": "2016-07-14T03:31:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t031103376z", + "percent_hbd": 10000, + "permlink": "re-bacchist-re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t033110960z", + "reward_weight": 10000, + "root_author": "earnest", + "root_permlink": "laura-lemons-how-many-times-did-you-get-raped", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T21:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 506, + "beneficiaries": [], + "body": "This post is highly misleading. \n\n\"guerrint\" has not only NOT cashed out, she is actively curating. I expect that she is carefully considering and preparing her next post. \n\nIt is posters like \"positive\", posting **many times a DAY** with repetitious negativity and bile, that are trying to cash out at the expense of the overall ecosystem. He has so stated and is advising others to do the same.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-22T15:52:18", + "curator_payout_value": { + "amount": "80", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 276092, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T15:52:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "percent_hbd": 10000, + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t155216423z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "1774", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T16:33:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I sure have read your bile.\nhttps://steemit.com/@positive\n\nYou come across as a very bitter man who thinks the universe is a cold and nasty place out to get him. I would highly recommend that you seek out therapy. \n\nI would also highly recommend that you read the blogs of the creator of this opportunity called steemit, Dan Larimer, a very intelligent and highly ethical man. He is not out to get you. Nor is the Universe.\n\n**Attitude is everything!**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T16:33:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 276835, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/@positive\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T16:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "positive", + "parent_permlink": "re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t160256974z", + "percent_hbd": 10000, + "permlink": "re-positive-re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t163345952z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T00:54:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 309, + "beneficiaries": [], + "body": "Here you go: \n\n**Steemit in the Streets! Tara gets interviews and reactions from people who've never seen Steemit!**\nhttps://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\n\nAre you going to man-up and apologize to her and to the steemit community?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-23T00:36:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 286259, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-23T00:36:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "percent_hbd": 10000, + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160723t003619631z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "1083", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T17:58:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 307, + "beneficiaries": [], + "body": "Flagged for multiple posts of the same content and for tagging it under \"introduceyourself\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T17:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 326875, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T17:57:54", + "last_update": "2016-07-24T17:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "crazysmile", + "parent_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "percent_hbd": 10000, + "permlink": "re-crazysmile-7cvukv-the-paradox-of-our-times-by-dalai-lama-20160724t175815755z", + "reward_weight": 10000, + "root_author": "crazysmile", + "root_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "title": "", + "total_payout_value": { + "amount": "1114", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:36:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "No, your post is not the same as this one. \n\nYour idea of \"showering\" a homeless person with sterling pounds is gimmicky and probably without any lasting benefit. You give little insight into the problems of the persons you have chosen to \"shower\" with sterling, nor what is really needed to help them. \n\nIf they need jobs, perhaps you might start an enterprise that could hire people of their skill set? \n\nIf they need companionship and/or counseling, perhaps you could fund some place that does that? Or help them find an existing one.\n\nHanding out sterling to the homeless may only makes you feel good about yourself while avoiding doing anything constructive to alleviate a tragic problem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "homeless", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T23:36:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 361173, + "json_metadata": "{\"tags\":[\"homeless\"]}", + "last_payout": "2016-08-25T18:58:54", + "last_update": "2016-07-25T23:36:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "flyover", + "parent_permlink": "re-brookdemar-i-m-homeless-but-not-forgotten-20160725t183120837z", + "percent_hbd": 10000, + "permlink": "re-flyover-re-brookdemar-i-m-homeless-but-not-forgotten-20160725t233602165z", + "reward_weight": 10000, + "root_author": "brookdemar", + "root_permlink": "i-m-homeless-but-not-forgotten", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 142, + "beneficiaries": [], + "body": "This has already been posted by the author.\n\nSteemit's REAL Diabolical Plan For WORLD DOMINATION\nhttps://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:10:45", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 361899, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination\"]}", + "last_payout": "2016-08-26T00:20:09", + "last_update": "2016-07-26T00:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "alexander1", + "parent_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "percent_hbd": 10000, + "permlink": "re-alexander1-steemit-isn-t-a-social-network-it-s-an-economic-system-20160726t001042256z", + "reward_weight": 10000, + "root_author": "alexander1", + "root_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T07:47:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Frequent voting causes the power of your vote to diminish. But it does recharge when you stop voting for a while.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T07:34:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 368292, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T07:04:33", + "last_update": "2016-07-26T07:34:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "addicted", + "parent_permlink": "upvote-value", + "percent_hbd": 10000, + "permlink": "re-addicted-upvote-value-20160726t073443803z", + "reward_weight": 10000, + "root_author": "addicted", + "root_permlink": "upvote-value", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T22:16:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 302, + "beneficiaries": [], + "body": "This is not your original work, and you failed to cite the source. That is called plagiarism and it is highly frowned upon in this community.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T07:39:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 368346, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T07:40:33", + "last_update": "2016-07-26T07:39:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jasmine-l", + "parent_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "percent_hbd": 10000, + "permlink": "re-jasmine-l-steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme-20160726t073933946z", + "reward_weight": 10000, + "root_author": "jasmine-l", + "root_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "title": "", + "total_payout_value": { + "amount": "1074", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:43:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 475, + "beneficiaries": [], + "body": "You are reconsidering your plans based on a comment by r4fken ?\n\nHave you seen some of the shit he DOES think is funny (like his ongoing mocking posts of him getting naked)? I do wish that he would self-censor.\n\nI think nuclear engineers may not be the best standard setters for what constitutes valuable posts or what is good for Steemit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T17:43:39", + "curator_payout_value": { + "amount": "159", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 410769, + "json_metadata": "{\"tags\":[\"meme\"]}", + "last_payout": "2016-08-27T05:08:09", + "last_update": "2016-07-27T17:43:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "benjojo", + "parent_permlink": "re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t172901992z", + "percent_hbd": 10000, + "permlink": "re-benjojo-re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t174335867z", + "reward_weight": 10000, + "root_author": "benjojo", + "root_permlink": "currying-favour-from-a-whale-can-be-demoralizing", + "title": "", + "total_payout_value": { + "amount": "1641", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T20:11:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 506, + "beneficiaries": [], + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-28T20:32:21", + "curator_payout_value": { + "amount": "109", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 445862, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:27:51", + "last_update": "2016-07-28T20:39:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "percent_hbd": 10000, + "permlink": "re-r4fken-why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong-20160728t203215243z", + "reward_weight": 10000, + "root_author": "r4fken", + "root_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "title": "", + "total_payout_value": { + "amount": "1682", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 514, + "beneficiaries": [], + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T20:33:12", + "curator_payout_value": { + "amount": "79", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 445886, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-28T08:19:51", + "last_update": "2016-07-28T20:38:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "percent_hbd": 10000, + "permlink": "re-r4fken-steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r-20160728t203305755z", + "reward_weight": 10000, + "root_author": "r4fken", + "root_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "title": "", + "total_payout_value": { + "amount": "1700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T00:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 607, + "beneficiaries": [], + "body": "After reading some of your posts from a week ago I conclude that you may have mental issues to deal with. This is probably not the right place to deal with them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-29T00:18:30", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 451128, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:18:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "btcto100k", + "parent_permlink": "steemit-exposed", + "percent_hbd": 10000, + "permlink": "re-btcto100k-steemit-exposed-20160729t001826124z", + "reward_weight": 10000, + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", + "title": "", + "total_payout_value": { + "amount": "1947", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T00:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dummies Guide to Keeping Your Cool on Steemit!\nhttps://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T00:35:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 451438, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:35:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "btcto100k", + "parent_permlink": "re-erath-re-btcto100k-steemit-exposed-20160729t002615388z", + "percent_hbd": 10000, + "permlink": "re-btcto100k-re-erath-re-btcto100k-steemit-exposed-20160729t003521452z", + "reward_weight": 10000, + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T11:18:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 1572, + "beneficiaries": [], + "body": "You have highlighted an extremely important issue. Thank you!", + "cashout_time": "1969-12-31T23:59:59", + "category": "translation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T06:40:36", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 456802, + "json_metadata": "{\"tags\":[\"translation\"]}", + "last_payout": "2016-08-28T19:49:57", + "last_update": "2016-07-29T06:40:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "deanliu", + "parent_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "percent_hbd": 10000, + "permlink": "re-deanliu-translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit-20160729t064028855z", + "reward_weight": 10000, + "root_author": "deanliu", + "root_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "title": "", + "total_payout_value": { + "amount": "5008", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T01:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 514, + "beneficiaries": [], + "body": "You forgot to actually say anything about yourself in either post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T01:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478287, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T13:52:03", + "last_update": "2016-07-30T01:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cbncb6", + "parent_permlink": "trying-to-figure-this-out", + "percent_hbd": 10000, + "permlink": "re-cbncb6-trying-to-figure-this-out-20160730t013420085z", + "reward_weight": 10000, + "root_author": "cbncb6", + "root_permlink": "trying-to-figure-this-out", + "title": "", + "total_payout_value": { + "amount": "1454", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:50:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 457, + "beneficiaries": [], + "body": "If you are \"just worried about people saying negative things about our platform\",\n\n**Why use such a very negative Title for your post? Not a good move.**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:50:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 500116, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T10:48:06", + "last_update": "2016-07-30T22:50:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mahekg", + "parent_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "percent_hbd": 10000, + "permlink": "re-mahekg-expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail-20160730t225047975z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "title": "", + "total_payout_value": { + "amount": "1267", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T01:37:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 987, + "beneficiaries": [], + "body": "I don't want Ned and Dan to start all over. But they did make the code open source. \n\nSo I want YOU to start your own version of this site and give me lots of shares in it. OK?", + "cashout_time": "1969-12-31T23:59:59", + "category": "ponzi", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T01:37:33", + "curator_payout_value": { + "amount": "372", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 549622, + "json_metadata": "{\"tags\":[\"ponzi\"]}", + "last_payout": "2016-09-01T15:25:18", + "last_update": "2016-08-02T01:37:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "howard3", + "parent_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "percent_hbd": 10000, + "permlink": "re-howard3-founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands-20160802t013732533z", + "reward_weight": 10000, + "root_author": "howard3", + "root_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "title": "", + "total_payout_value": { + "amount": "2388", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T19:32:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 255, + "beneficiaries": [], + "body": "Try investigating his story a little before forming an opinion. What post of his supposedly received $407?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T19:20:06", + "curator_payout_value": { + "amount": "195", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 565465, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T08:55:00", + "last_update": "2016-08-02T19:20:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "mythras", + "parent_permlink": "re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t172955093z", + "percent_hbd": 10000, + "permlink": "re-mythras-re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t192003243z", + "reward_weight": 10000, + "root_author": "johnnyyash", + "root_permlink": "breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings", + "title": "", + "total_payout_value": { + "amount": "606", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:58:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 629, + "beneficiaries": [], + "body": "Actually, if you build up a following here it is probably **the best place for people who\"create content online for a living\".** But no free lunch. You have to put in the effort.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T00:24:09", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 570540, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-03T00:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "jenelyn", + "parent_permlink": "re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160802t194812062z", + "percent_hbd": 10000, + "permlink": "re-jenelyn-re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160803t002407911z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "have-you-missed-the-steem-boat", + "title": "", + "total_payout_value": { + "amount": "1497", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T03:16:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 251, + "beneficiaries": [], + "body": "**Everyday Parenting Ideas: I Hate You! 6 Tips for Surviving Teen Angst:**\nhttp://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\n\n(Not that I think your post is anything but an expression of artistic brilliance and radical insight)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T03:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 594279, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\"]}", + "last_payout": "2016-09-03T21:27:03", + "last_update": "2016-08-04T03:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "logic", + "parent_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", + "percent_hbd": 10000, + "permlink": "re-logic-steemit-as-direct-projection-of-delusion-of-american-dream-20160804t031609626z", + "reward_weight": 10000, + "root_author": "logic", + "root_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", + "title": "", + "total_payout_value": { + "amount": "216", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T22:44:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you spent a little time and effort putting some decent formatting into your post, instead of it appearing as a wall of text, I might be incentivized to actually read through your thoughts - despite an obviously slanted title.\n\nBut as it is, I clicked on your post, saw the lack of effort put in to formatting and making it visually appealing, and decided not to read let alone upvote. There are a thousand other posts. I am searching for posts to upvote that have not only good content (whether I agree with it or not), but show effort being put into formatting and presentation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T22:44:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 611898, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-04T10:51:12", + "last_update": "2016-08-04T22:44:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "macartem", + "parent_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "percent_hbd": 10000, + "permlink": "re-macartem-donald-trump-has-americanized-vladimir-putin-s-war-on-truth-20160804t224411036z", + "reward_weight": 10000, + "root_author": "macartem", + "root_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:12:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for wrong tag. This has nothing to do with \"steemit\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:12:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 636672, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T11:13:09", + "last_update": "2016-08-05T23:12:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "rednetkjh", + "parent_permlink": "let-this-guy-help-you", + "percent_hbd": 10000, + "permlink": "re-rednetkjh-let-this-guy-help-you-20160805t231237387z", + "reward_weight": 10000, + "root_author": "rednetkjh", + "root_permlink": "let-this-guy-help-you", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T09:21:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "@greatone **It is better to keep silent and have people think that you are an idiot than to open your mouth and remove all doubt.**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-11T04:35:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 739757, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"greatone\"]}", + "last_payout": "2016-09-10T17:01:51", + "last_update": "2016-08-11T04:35:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "greatone", + "parent_permlink": "re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t042718297z", + "percent_hbd": 10000, + "permlink": "re-greatone-re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t043458327z", + "reward_weight": 10000, + "root_author": "greatone", + "root_permlink": "steemit-is-a-scam-and-i-have-proof-look-inside", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 4821520113565, + "active": "2016-08-18T16:22:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 2806, + "beneficiaries": [], + "body": "**I see it!**", + "cashout_time": "2016-08-25T16:22:33", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-18T16:22:33", + "curator_payout_value": { + "amount": "1354", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 873186, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-20T03:16:21", + "last_update": "2016-08-18T16:22:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 4821520113565, + "net_votes": 6, + "parent_author": "shaka", + "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z", + "percent_hbd": 10000, + "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z", + "reward_weight": 10000, + "root_author": "kus-knee", + "root_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you", + "title": "", + "total_payout_value": { + "amount": "4172", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 10082315342047450576, + "vote_rshares": 4821520113565 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T00:49:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "What does this have to do with \"food\", \"art\", or \"photography\"?\n\nFlagged for tag abuse.", + "cashout_time": "2016-08-29T00:49:57", + "category": "food", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T00:49:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 927923, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-22T00:49:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jlwk0lb", + "parent_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "percent_hbd": 10000, + "permlink": "re-jlwk0lb-lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me-20160822t004955578z", + "reward_weight": 10000, + "root_author": "jlwk0lb", + "root_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 768206952752, + "active": "2016-08-22T20:54:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 350, + "beneficiaries": [], + "body": "You are **not** a mini whale. You are at best a mini dolphin. And your posts are not thoughtful, interesting or helpful. They are counterproductive to the development of steem and dare I say even to yourself.\n\nHere is a thoughtful post discussing steemit by someone **who does understand business:**\n\n**How Steemit technology and principles can (and will) become the foundation of the future of management in companies (Featuring new author @sebastien)** \nhttps://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new", + "cashout_time": "2016-08-29T19:06:27", + "category": "new", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-22T19:06:27", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 939021, + "json_metadata": "{\"tags\":[\"new\"],\"users\":[\"sebastien\"],\"links\":[\"https://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new\"]}", + "last_payout": "2016-08-23T19:12:15", + "last_update": "2016-08-22T19:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 768206952752, + "net_votes": 2, + "parent_author": "juneaugoldbuyer", + "parent_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", + "percent_hbd": 10000, + "permlink": "re-juneaugoldbuyer-if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale-20160822t190626559z", + "reward_weight": 10000, + "root_author": "juneaugoldbuyer", + "root_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2971959311640531352, + "vote_rshares": 768206952752 + }, + { + "abs_rshares": 268757205544, + "active": "2016-09-12T20:10:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 102, + "beneficiaries": [], + "body": "**\"because everybody knows there is only one truth, but that doesn't automatically mean that our current system is designed to convey that one genuine truth.\"**\n\nThere is often **more** than one truth for our limited human minds.\n\nFor example: \n- photons of light act like waves\n - photons of light act like particles", + "cashout_time": "2016-09-19T20:05:03", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-12T20:05:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1223734, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-09-14T01:17:48", + "last_update": "2016-09-12T20:07:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 268757205544, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "percent_hbd": 10000, + "permlink": "re-alexgr-wikipedia-the-truth-and-the-eye-of-kennedy-20160912t200502069z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1161390809998931585, + "vote_rshares": 268757205544 + }, + { + "abs_rshares": 0, + "active": "2016-09-13T11:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think that you will get many upvotes unless you tell us a little about the image. It is especially important to let us know if it is your original work. If it is, you might want to describe the medium used or method of production.", + "cashout_time": "2016-09-19T20:16:15", + "category": "art", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-12T20:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1223835, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-12T20:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dreagonhaise", + "parent_permlink": "girl-and-wolf", + "percent_hbd": 10000, + "permlink": "re-dreagonhaise-girl-and-wolf-20160912t201613186z", + "reward_weight": 10000, + "root_author": "dreagonhaise", + "root_permlink": "girl-and-wolf", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:52:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "faddy", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the tips - this was very useful.", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:52:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101281, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-17T21:31:45", + "last_update": "2016-07-13T21:52:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "spaced", + "parent_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "percent_hbd": 10000, + "permlink": "re-spaced-security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks-20160713t215221610z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T18:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You simply don't know what you are talking about. Maybe, thief, I won't mention his name, will explain that to you. \nFor the same reason Steem will fail also. \nYou can not prevent the obvious.", + "cashout_time": "2016-08-28T18:07:18", + "category": "bitshares", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T18:07:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 923089, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T18:07:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "faddat", + "parent_permlink": "re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t170923301z", + "percent_hbd": 10000, + "permlink": "re-faddat-re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t180711336z", + "reward_weight": 10000, + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T22:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "-Dan has single-handedly (well, he's had some help) made my life and wallet much happier over the past three years.-\nMay I ask you how? I bought AGS shares and I'm broke. Dan was dumping at the same time when my shares was locked. \nDo you know anyone who wants to buy STEEM?", + "cashout_time": "1969-12-31T23:59:59", + "category": "dan-bashing", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-16T21:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 841986, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T21:47:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "let-s-all-bash-dan", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-let-s-all-bash-dan-20160816t214242699z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 36913145913, + "active": "2016-08-16T22:04:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "So true. Even if you buy $100.000 worth of STEEM your influence will be 0. Who are the buyers? We are heading below $1 in no time.", + "cashout_time": "2016-08-23T22:04:00", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T22:04:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 842317, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T01:00:15", + "last_update": "2016-08-16T22:04:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 36913145913, + "net_votes": 1, + "parent_author": "saulius", + "parent_permlink": "steemit-is-in-big-trouble", + "percent_hbd": 10000, + "permlink": "re-saulius-steemit-is-in-big-trouble-20160816t220324300z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "steemit-is-in-big-trouble", + "title": "", + "total_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 168675255325219090, + "vote_rshares": 36913145913 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T22:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks I don't have any luck with Dan. I'm glad you do.", + "cashout_time": "1969-12-31T23:59:59", + "category": "dan-bashing", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T22:38:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 842854, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T22:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tuck-fheman", + "parent_permlink": "re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t221541980z", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t223802908z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 97729568487, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 33, + "beneficiaries": [], + "body": "[Can you believe that this one received $5.](https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video)\nLOL", + "cashout_time": "2016-08-24T04:56:51", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-17T04:56:51", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 847270, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-17T04:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 97729568487, + "net_votes": 2, + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t202655686z", + "percent_hbd": 10000, + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t045612277z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 439949076234282086, + "vote_rshares": 97729568487 + }, + { + "abs_rshares": 39220580910, + "active": "2016-08-17T10:42:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "Welcom Charlie! \nHow much STEEM you are planning to byy? In percentage of your BTC holding?", + "cashout_time": "2016-08-24T05:01:39", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-17T05:01:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 847315, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-17T05:01:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 39220580910, + "net_votes": 1, + "parent_author": "charlieshrem", + "parent_permlink": "charlie-shrem-is-now-on-steemit", + "percent_hbd": 10000, + "permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160817t050102590z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 179116738978882960, + "vote_rshares": 39220580910 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "At least I paid for printing and billboard. For return @dantheman downvoted my post with full power. Yes it is little bit frustrated.", + "cashout_time": "2016-08-24T10:14:51", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-17T10:14:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 850209, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-17T10:14:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t060244771z", + "percent_hbd": 10000, + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t101417875z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T08:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I didn't. I just notice your post and came here to say hello and thank you for upvoting [my post](https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video). Unfortunutly @dantheman obviously have something against late AGS investors. Bad conscience. He erased all your votes with his power. As you can see here I did what I promised. https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\n\nThanks again and good luck.", + "cashout_time": "2016-08-26T08:43:15", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T08:43:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 885860, + "json_metadata": "{\"tags\":[\"spam\"],\"users\":[\"dantheman\"],\"links\":[\"https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T08:43:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "xeroc", + "parent_permlink": "testing-tags", + "percent_hbd": 10000, + "permlink": "re-xeroc-testing-tags-20160819t084314591z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "testing-tags", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 54584326941, + "active": "2016-08-23T21:21:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "Did you plan to invest any BTC is Steemit? It's all nice with free STEEM, just for introduction, but somebody need to buy some.", + "cashout_time": "2016-08-26T10:05:21", + "category": "bitcoin", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T10:05:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 886598, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-20T10:05:33", + "last_update": "2016-08-19T10:05:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 54584326941, + "net_votes": 2, + "parent_author": "rogerkver", + "parent_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "percent_hbd": 10000, + "permlink": "re-rogerkver-roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit-20160819t100520479z", + "reward_weight": 10000, + "root_author": "rogerkver", + "root_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 248336951047206138, + "vote_rshares": 54584326941 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T08:29:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Xc6JvL8Ynz51PdPukKCJdtHcwtvX5pkrtx\n\nThanks.", + "cashout_time": "2016-08-26T10:13:06", + "category": "bitcoin", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-19T10:13:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 886652, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T10:13:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "free-dash-cryptocurrency-giveaway", + "percent_hbd": 10000, + "permlink": "re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160819t101306723z", + "reward_weight": 10000, + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 156100886509, + "active": "2016-08-21T12:29:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 58, + "beneficiaries": [], + "body": "Test", + "cashout_time": "2016-08-27T13:35:18", + "category": "steemit", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-20T13:35:18", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 905346, + "json_metadata": "{\"tags\":[\"test\",\"\",\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T12:29:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 156100886509, + "net_votes": 15, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "Test", + "total_payout_value": { + "amount": "84", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 578071035310287087, + "vote_rshares": 156100886509 + }, + { + "abs_rshares": 8919395715, + "active": "2016-08-20T21:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Around 100 STEEM because I know some DTP. Billboard was much more expensive.", + "cashout_time": "2016-08-27T15:08:27", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-20T15:08:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 906503, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T15:22:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 8919395715, + "net_votes": 1, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134652987z", + "percent_hbd": 10000, + "permlink": "re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t150819669z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 41041935196455012, + "vote_rshares": 8919395715 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:02:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe I will.", + "cashout_time": "2016-08-27T15:13:27", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T15:13:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 906576, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T21:02:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "djm34", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134926216z", + "percent_hbd": 10000, + "permlink": "re-djm34-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t151321261z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes and not only that.", + "cashout_time": "2016-08-27T19:32:48", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T19:32:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 910098, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T20:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t192428450z", + "percent_hbd": 10000, + "permlink": "re-shla-rafia-re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t193240971z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T09:51:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the advices.", + "cashout_time": "2016-08-27T20:59:51", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-20T20:59:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 911281, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T20:59:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daut44", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t200521958z", + "percent_hbd": 10000, + "permlink": "re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t205945960z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 57076528173, + "active": "2016-08-21T09:51:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 18, + "beneficiaries": [], + "body": "I was just curious. We'll see, in the end I did it for all of us. It's all experiment. I put my money here when nobody did. I even bought this account for 0.1 BTC.", + "cashout_time": "2016-08-28T05:56:57", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-21T05:56:57", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 916545, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T06:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 57076528173, + "net_votes": 2, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t221841085z", + "percent_hbd": 10000, + "permlink": "re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055648868z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 259515959462894250, + "vote_rshares": 57076528173 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T06:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "It's really interesting to read about fairness from you. \nGreetings from late AGS investor.", + "cashout_time": "2016-08-28T06:25:48", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T06:25:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 916716, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T06:25:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "our-corrupt-sense-of-fairness", + "percent_hbd": 10000, + "permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160821t062542713z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T08:29:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you. I will buy more DASH on Polo. I just activated 'power down' and every received STEEM I will convert to DASH. I already have some STEEM in my wallet witch is for you. Check your wallet in 5 min.", + "cashout_time": "2016-08-28T13:01:45", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-21T13:01:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 919569, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T13:01:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160820t082746572z", + "percent_hbd": 10000, + "permlink": "re-sovereignbtc-re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160821t130136794z", + "reward_weight": 10000, + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 47034290138, + "active": "2016-08-21T18:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "You should write something about how @dantheman fucked up post February AGS investors. I think this is the main reason why BTS straggling that long. Our shares was locked and at the same time he was one of the biggest seller. In plain words he is scammer. He proved that with STEEM again. It's a pity he is brilliant software developer.", + "cashout_time": "2016-08-28T13:41:09", + "category": "bitshares", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-21T13:41:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 919984, + "json_metadata": "{\"tags\":[\"bitshares\"],\"users\":[\"dantheman\"]}", + "last_payout": "2016-08-22T00:07:27", + "last_update": "2016-08-21T13:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 47034290138, + "net_votes": 1, + "parent_author": "steempower", + "parent_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "percent_hbd": 10000, + "permlink": "re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t134100989z", + "reward_weight": 10000, + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 214386499016963301, + "vote_rshares": 47034290138 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T18:58:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "The winter is coming. You need to find buyers for STEEM and SBD. Quality content is not the only answer.", + "cashout_time": "2016-08-29T18:58:48", + "category": "new", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T18:58:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 938909, + "json_metadata": "{\"tags\":[\"new\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-22T18:58:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mikeyb", + "parent_permlink": "re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t182344093z", + "percent_hbd": 10000, + "permlink": "re-mikeyb-re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t185837942z", + "reward_weight": 10000, + "root_author": "juneaugoldbuyer", + "root_permlink": "steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 280394764545, + "active": "2016-08-22T21:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 110, + "beneficiaries": [], + "body": "Today is #Monero day.", + "cashout_time": "2016-08-29T21:20:12", + "category": "monero", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T21:20:12", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 941264, + "json_metadata": "{\"tags\":[\"monero\",\"Monero\"]}", + "last_payout": "2016-08-23T21:25:00", + "last_update": "2016-08-22T21:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 280394764545, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "monero", + "percent_hbd": 10000, + "permlink": "congratulations-smooth-you-win", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "congratulations-smooth-you-win", + "title": "Congratulations Smooth, you win.", + "total_payout_value": { + "amount": "158", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1208386316143782038, + "vote_rshares": 280394764545 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T06:05:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good article. Keep writing :).", + "cashout_time": "2016-08-30T06:05:12", + "category": "ufc", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-23T06:05:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 946659, + "json_metadata": "{\"tags\":[\"ufc\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T06:05:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daut44", + "parent_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "percent_hbd": 10000, + "permlink": "re-daut44-ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis-20160823t060503813z", + "reward_weight": 10000, + "root_author": "daut44", + "root_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-25T23:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "He is proven scammer. As AGS investor I learned that lesson. What is wrong with powerd down if you bought your STEEM?", + "cashout_time": "2016-09-01T06:49:09", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-25T06:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 979036, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-25T06:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "christ", + "parent_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "percent_hbd": 10000, + "permlink": "re-christ-christ-is-now-on-steemit-and-you-will-downvote-him-20160825t064855163z", + "reward_weight": 10000, + "root_author": "christ", + "root_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-27T13:16:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL. You bought 3000 but you get more than 40000. Who are you. Dan the scammer?", + "cashout_time": "2016-09-03T10:59:27", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-27T10:59:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1011413, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-27T10:59:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "eeks", + "parent_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "percent_hbd": 10000, + "permlink": "re-eeks-5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil-20160827t105929651z", + "reward_weight": 10000, + "root_author": "eeks", + "root_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 57000654427, + "active": "2016-08-28T07:00:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should point out that Stemmit was built on Graphen sponsored by BTS community. We had social consensus there which was clearly broken by @dantheman. He isthief and con man that you will soon find out. #bitshares", + "cashout_time": "2016-09-03T15:18:12", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-27T15:18:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1013850, + "json_metadata": "{\"tags\":[\"bitshares\",\"steem\"],\"users\":[\"dantheman\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-27T15:18:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 57000654427, + "net_votes": 1, + "parent_author": "thecryptofiend", + "parent_permlink": "re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160826t222035104z", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t151758532z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 57000654427 + }, + { + "abs_rshares": 0, + "active": "2016-08-28T07:00:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You know better than me that he will do that again. Just watch.", + "cashout_time": "2016-09-04T07:00:33", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-28T07:00:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1023521, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-28T07:00:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t171723145z", + "percent_hbd": 10000, + "permlink": "re-biophil-re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160828t070013028z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 55882994537, + "active": "2016-08-28T09:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 26, + "beneficiaries": [], + "body": "You are best payed analyst in the world. No wonder why STEEM is sinking. Don't get me wrong I don't have anything against you but expecting that to last is a fairytale.", + "cashout_time": "2016-09-04T07:14:00", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-28T07:14:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1023603, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T01:45:51", + "last_update": "2016-08-28T07:14:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 55882994537, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "percent_hbd": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016-20160828t071341433z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 254163963725049694, + "vote_rshares": 55882994537 + }, + { + "abs_rshares": 55451347067, + "active": "2016-09-09T05:34:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 28, + "beneficiaries": [], + "body": "As long as you can receive for this shit analysis $500, STEEM will go down. \n.0001 is cheap, how about 0.0009 LOL", + "cashout_time": "2016-09-16T05:29:51", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-09T05:29:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1180950, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-09T15:45:27", + "last_update": "2016-09-09T05:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 55451347067, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "percent_hbd": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016-20160909t052950431z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 252227611761925676, + "vote_rshares": 55451347067 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:16:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome Riccardo\nSo we need to sell all our *Moneroj*. \nIt seems that after **Smooth** you too find *Steemit* much better project :). \n**Now seriously.** \nDo you have any plan to finish the damn GUI wallet. \nNow when **Smooth** is full of money, and I noticed he send something to you, it would be nice. \nI really hope that you have done everything you have planned.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T12:54:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 94823, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T09:03:15", + "last_update": "2016-07-13T12:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fluffypony", + "parent_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", + "percent_hbd": 10000, + "permlink": "re-fluffypony-what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project-20160713t125402671z", + "reward_weight": 10000, + "root_author": "fluffypony", + "root_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T07:52:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dan fucked up BTS on the beginning when he try to combine all DAOs in BTSX. By now we should have more BitShares success story if he stick with initial plan; creating tools for DAO development. There are lots of sadness and anger behind Dan. For me as AGS holder and early investor he is plain theft.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T07:51:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 106983, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "2016-08-18T14:42:30", + "last_update": "2016-07-14T07:52:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steem1", + "parent_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "percent_hbd": 10000, + "permlink": "re-steem1-what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem-20160714t075113119z", + "reward_weight": 10000, + "root_author": "steem1", + "root_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T09:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting time for BTS. Maybe we will catch some Steem love. Thank you for your hard work and good luck.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T09:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 107647, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T16:51:09", + "last_update": "2016-07-14T09:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "chris4210", + "parent_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "percent_hbd": 10000, + "permlink": "re-chris4210-hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo-20160714t092216549z", + "reward_weight": 10000, + "root_author": "chris4210", + "root_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T12:04:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 55, + "beneficiaries": [], + "body": "Is this refers to AGS investors also?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T12:04:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 109237, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-14T12:04:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dantheman", + "parent_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "percent_hbd": 10000, + "permlink": "re-dantheman-i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today-20160714t120435839z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "title": "", + "total_payout_value": { + "amount": "151", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T17:44:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I can give you a little Voting Power. Good luck Sir :)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-28T17:44:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 441476, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T05:43:21", + "last_update": "2016-07-28T17:44:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sir", + "parent_permlink": "re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174107261z", + "percent_hbd": 10000, + "permlink": "re-sir-re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174436230z", + "reward_weight": 10000, + "root_author": "generalspecific", + "root_permlink": "if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T03:11:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "* Each 3.3 years, a 10:1 reverse split occurs.\n\nCan you explain why is that?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T18:17:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 442257, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-28T05:29:45", + "last_update": "2016-07-28T18:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "peterz", + "parent_permlink": "steem-currency-cheat-sheet", + "percent_hbd": 10000, + "permlink": "re-peterz-steem-currency-cheat-sheet-20160728t181739057z", + "reward_weight": 10000, + "root_author": "peterz", + "root_permlink": "steem-currency-cheat-sheet", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T20:18:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think that female equivalent of Viagra may exist. Good reviews on Amazon comes from women who love to experiment, but do not necessarily have a problem with sex drive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T18:55:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443138, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:15:15", + "last_update": "2016-07-28T18:55:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "rachelkhona", + "parent_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "percent_hbd": 10000, + "permlink": "re-rachelkhona-my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night-20160728t185507885z", + "reward_weight": 10000, + "root_author": "rachelkhona", + "root_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T10:58:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Whalers are again active.", + "cashout_time": "1969-12-31T23:59:59", + "category": "whale", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T10:58:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 485960, + "json_metadata": "{\"tags\":[\"whale\"]}", + "last_payout": "2016-08-29T23:23:36", + "last_update": "2016-07-30T10:58:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "olegw", + "parent_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "percent_hbd": 10000, + "permlink": "re-olegw-beluga-whale-underwater-steemit-logo-animation-video-20160730t105829508z", + "reward_weight": 10000, + "root_author": "olegw", + "root_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T08:33:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 122, + "beneficiaries": [], + "body": "You should buy more STEEM.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T08:33:57", + "curator_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 554864, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:43:03", + "last_update": "2016-08-02T08:33:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jl777", + "parent_permlink": "the-300", + "percent_hbd": 10000, + "permlink": "re-jl777-the-300-20160802t083358046z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "the-300", + "title": "", + "total_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:42:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "Ok. Sorry.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T12:41:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 661017, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T16:42:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "klye", + "parent_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "percent_hbd": 10000, + "permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t124124518z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "Short answer for your question is no. The reason is simple because Steem power is centralised.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-07T14:05:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 662080, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:05:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "techemist", + "parent_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "percent_hbd": 10000, + "permlink": "re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t140535065z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T03:40:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 16, + "beneficiaries": [], + "body": "Where is yours newsletter? Yes all that pictures are really funny but still we deserve more \u263a", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T14:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 662307, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:29:03", + "last_update": "2016-08-07T14:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "stan", + "parent_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "percent_hbd": 10000, + "permlink": "re-stan-just-got-my-dollar-vigilante-newsletter-all-about-steemit-20160807t142208004z", + "reward_weight": 10000, + "root_author": "stan", + "root_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "title": "", + "total_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "One time payment don't mean anything. That reminds me on one hit wonder bands. After all they didn't get the 'real' money. When all of them find Poloniex SBD will be in danger. Don't get me wrong I'm not against Steemit but for now this is not the solution for the question from the title.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T14:59:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 662812, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:59:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ukblogger", + "parent_permlink": "re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t141922933z", + "percent_hbd": 10000, + "permlink": "re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t145936508z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:57:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Could be worth a lot less than a US $.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T16:57:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 664634, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T16:57:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "blakemiles84", + "parent_permlink": "re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t152134107z", + "percent_hbd": 10000, + "permlink": "re-blakemiles84-re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t165709892z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T08:34:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "You don't need to convert your Steem dollars to Steem. You can trade Steem dollars directly on Poloniex under the ticker SBD.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T17:11:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 664931, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T05:11:00", + "last_update": "2016-08-07T17:11:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ebenezer", + "parent_permlink": "steem-dollars-to-steem", + "percent_hbd": 10000, + "permlink": "re-ebenezer-steem-dollars-to-steem-20160807t171109987z", + "reward_weight": 10000, + "root_author": "ebenezer", + "root_permlink": "steem-dollars-to-steem", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T01:22:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 4397, + "beneficiaries": [], + "body": "I had an idea about **Steemit billboard** from the beginning and I created one. After I finished my design, yes I'm not designer :) I paid for printing. My idea was simple, I will put that poster anyway, but with the help of the community it could end up on the best possible location. \n![Sequence02.Still003300c6.jpg](https://www.steemimg.com/images/2016/08/15/Sequence02.Still003300c6.jpg)\n\nAt the very beginning someone gave me a flag so I was hidden for most voters. In that post I presented the idea and showed the video of my poster in front of the Billboard filmed from the air.\n\nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/26/vlcsnap-2016-07-26-18h35m24s7418a65f.jpg\n It was nice video but I removed it (in a rage) from my YouTube channel. Don't do that, there are no undo option in Youtube.\n\n\n\nThis account was hacked so in the hurry, someone also put similar plan on the Steemit, I used my other account (@sir) for that post; https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video. After really bad start, my post was flaged, I asked (as AGS investor) for help from the #Bitshares community. Trough that community I bought this account in the early days when was impossible to create one. I may be only idiot who paid for Steemit account. \n\nAfter my call I received almost $300 and everything was as I expected. I was so thrilled that I invited (real) friends not just those from Facebook and Twitter to join Steemit. 'Collected' money was not enough to finance any Billboard location but that was fine for me because I knew that I did not make a masterpiece.\n\nThan came mighty **@dantheman** with all his power and downvoted my post, he took all the money. What can I do after that? Of course my first reaction was - I will leave Steemit. @dantheman or Dan Larimer is Mark Zuckenberg of Steemit and I have no other options. \n\nAs I promised I placed the poster. Somebody must have noticed, is located in a great place, Zagreb's main avenue - [Ljubljanska avenija.](https://www.google.hr/maps/place/Ljubljanska+avenija,+10000,+Zagreb/@45.7974363,15.8781815,17z/data=!4m8!1m2!2m1!1scity+center+near+Ljubljanska+avenija,+Zagreb!3m4!1s0x4765d17aeed55db5:0xf1794356637a81c5!8m2!3d45.7974363!4d15.8803702?hl=en&hl=en)\n\nI learned my lessons first as AGS investor and now again. I have no doubt @dantheman is brilliant programmer and blockchain visionary but he really need to rework Steem voting system - and some other things ... Too much power in one's hands can not be good.\n\n\n\nhttps://youtu.be/L_IwccM-kJA\n\nThis post is just proof that I did it. Billboard is there for more than a week. Thank you again @stan.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:06:45", + "curator_payout_value": { + "amount": "1125", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 820766, + "json_metadata": "{\"tags\":[\"steemit\",\"video\",\"marketing\",\"bitshares\",\"steem\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-09-15T19:01:42", + "last_update": "2016-08-15T18:06:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 42, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "title": "This Steemit Billboard is for @dantheman, Bitshares and Steemit community - video", + "total_payout_value": { + "amount": "5309", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 39193647153, + "active": "2016-08-16T08:05:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 12, + "beneficiaries": [], + "body": "Thanks. I will try that. I'm so bad in English.", + "cashout_time": "2016-08-23T08:05:54", + "category": "writing", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T08:05:54", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 830885, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-08-17T10:03:54", + "last_update": "2016-08-16T08:05:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 39193647153, + "net_votes": 1, + "parent_author": "exyle", + "parent_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "percent_hbd": 10000, + "permlink": "re-exyle-a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit-20160816t080522006z", + "reward_weight": 10000, + "root_author": "exyle", + "root_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "title": "", + "total_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 178994928568543513, + "vote_rshares": 39193647153 + }, + { + "abs_rshares": 38425144268, + "active": "2016-08-16T13:58:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "There are no technical analysis that could save STEEM from @dantheman and @smooth.", + "cashout_time": "2016-08-23T13:58:51", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T13:58:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 834496, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dantheman\",\"smooth\"]}", + "last_payout": "2016-08-17T04:19:39", + "last_update": "2016-08-16T13:58:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 38425144268, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "percent_hbd": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016-20160816t135819054z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 175518618517229734, + "vote_rshares": 38425144268 + }, + { + "abs_rshares": 403079342994, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 139, + "beneficiaries": [], + "body": "This one in Croatia is on me :)\nhttps://youtu.be/L_IwccM-kJA", + "cashout_time": "2016-08-23T20:09:24", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-16T20:09:24", + "curator_payout_value": { + "amount": "57", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 840549, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-16T20:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 403079342994, + "net_votes": 7, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "percent_hbd": 10000, + "permlink": "re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t200849221z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "206", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1688704859121009349, + "vote_rshares": 403079342994 + }, + { + "abs_rshares": 0, + "active": "2016-08-29T16:40:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are wrong. There was no \"last time\" because this is an impostor. Look before you leap.", + "cashout_time": "2016-09-05T16:33:45", + "category": "blog", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T16:33:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1043338, + "json_metadata": "{}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T16:34:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "iggy", + "parent_permlink": "re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t090437472z", + "percent_hbd": 10000, + "permlink": "re-iggy-re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t113049669z", + "reward_weight": 10000, + "root_author": "sasccha", + "root_permlink": "our-life-on-planet-earth-part-3-what-happens-after-death", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T10:51:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good for you to come back. As you know there is no censorship here. We were taking bets on whether you would make a return. I lost mine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T18:56:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 730552, + "json_metadata": "{}", + "last_payout": "2016-09-10T08:44:36", + "last_update": "2016-08-10T18:56:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dollarvigilante", + "parent_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-steemit-is-a-scam-how-bernie-sanders-screwed-me-20160810t135502951z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:41:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "You have to work real hard and be good at a lot of stuff to get the mad downvoting power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-10T07:30:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 720367, + "json_metadata": "{}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T07:30:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dollarvigilante", + "parent_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t022727595z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 558491012339, + "active": "2016-09-15T19:40:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "panadacoin", + "author_rewards": 224, + "beneficiaries": [], + "body": "Today, after a long time of consideration, I cancelled my power-down. I have been continuously powering-down since the second week of mining. It was a great, profitable run. However, I see much more value in Steem than is currently reflected by the price. I do not want to be part of an issue that is holding Steem back from the greatness it can achieve some day.", + "cashout_time": "2016-09-21T15:46:45", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-14T15:46:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1244261, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"price\",\"market\",\"sp\"]}", + "last_payout": "2016-09-15T15:48:03", + "last_update": "2016-09-14T15:46:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 558491012339, + "net_votes": 10, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "reward_weight": 10000, + "root_author": "panadacoin", + "root_permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "title": "I have cancelled my power-down(one of the longest consecutive running power-downs)", + "total_payout_value": { + "amount": "142", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 558491012339 + }, + { + "abs_rshares": 535588984395, + "active": "2016-09-14T16:51:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "panadacoin", + "author_rewards": 282, + "beneficiaries": [], + "body": "http://i.imgur.com/233fZ9Q.png\n\nIt was mid-afternoon on a Thursday. I was looking for new coin Announcements to troll. All of a sudden I spot it: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch). \nMy face starts converting into the shape of a troll. I had attempted to mine it on the original launch, but never got past compilation. This time, I started digging through the github, and I was blown away. It was not some basic cookie-cutter clonecoin. It was something that took a lot of time and effort. I still could not figure out how to get mining though. So, I did as any greedy troll would do, I started demanding info from the developers(it was an account named reverseflash at the time). Everyone was patient with me, and I was able to get mining. I still was under assumption that this was just another shitcoin. I had no idea it would become the base of what steemit.com was built on. But, like any greedy troll, I did not want to miss out....just in case. \n\nI eventually made a post to help others compile the original version of steemd and the cli_wallet. I like to think that it helped many people get started that would not have been able to. It was the first step-by-step guide, but eventually once steemit.com was released, a couple people copied my guide word for word basically and got paid pretty nice for it. Glad I could help out a little there too.\n\nI never did become a member of the steemit.com. I had been pretty rude a few times in the early days in the thread. Also, blogging was never really my thing. I was a troll...but I like to think a white-hat troll. The main purpose of the panadacoin bitcointalk account was so I could troll shitty coins, and maybe save some people from losing money, while having the anonymity of a joke account. I even wore a shitty sig for yobit for a while cause I figured I may as well get paid for trolling. It was just a bad coincidence that the largest of my mining accounts would be named after a troll that I was embarrassed to be associated with. \n\nWell, time went on. Steemit.com blew up to sizes beyond almost anyones expectations. I started wanting to be a bigger part of it but did not know where/how to start. I learned about curating and started practicing that. But it was boring just voting and never talking, so I lost interest pretty quick. \n\nI would like to start contributing more, maybe writing some posts in the future. I apologize to anyone I was rude to in the mining launch, whoever was in control of thereverseflash account. And also, I hope I helped some of you get started mining with my early compiling guide. And I apologize for only powering down and not really contributing before. But remember please, I started this as a miner, I had no idea what it would become.", + "cashout_time": "2016-09-05T21:13:15", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-29T21:13:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1046964, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\",\"steemit\",\"bitcointalk\",\"pow\"],\"image\":[\"http://i.imgur.com/233fZ9Q.png\"]}", + "last_payout": "2016-08-30T21:13:15", + "last_update": "2016-08-29T21:13:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 535588984395, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "introduceyourself", + "percent_hbd": 10000, + "permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "reward_weight": 10000, + "root_author": "panadacoin", + "root_permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "title": "Panadacoin: I have been part of the problem until now. But, I would like to start contributing to the community", + "total_payout_value": { + "amount": "264", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 535588984395 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T03:05:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 529, + "beneficiaries": [], + "body": "The flaw in your argument is that his posts are not low quality. They are well-written, carefully edited, easy to understand, nicely formatted, and are effective in connecting with the reader. If there is no steak to his sizzle then I guess people might lose interest and his rewards will stop, or they might not (after all, the later Twilight movies and books still did quite well).\n\nI couldn't follow the case you were making against him in your post, which doesn't mean that the accusations aren't true, but it most certainly does mean that your posts are not as good as his.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T03:01:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 717066, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T03:01:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "percent_hbd": 10000, + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t030104400z", + "reward_weight": 10000, + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "title": "", + "total_payout_value": { + "amount": "423", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-31T20:35:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That astronaut needs a steemit logo on the space suit. Or the beer bottle. Or something.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T05:28:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 718971, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T11:24:33", + "last_update": "2016-08-10T05:28:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "the-alien", + "parent_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "percent_hbd": 10000, + "permlink": "re-the-alien-holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words-20160810t052823700z", + "reward_weight": 10000, + "root_author": "the-alien", + "root_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:29:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the review. I've heard of that restaurant but never tried it. Now planning to!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T05:54:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 719269, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-09T15:19:39", + "last_update": "2016-08-10T05:54:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "percent_hbd": 10000, + "permlink": "re-lasvegasgirl-my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3-20160810t055413500z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:00:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't mind hiding it from main pages by default so people who don't want it don't find it shoved in their faces, but I don't think it should be completely hidden from a blog, or perhaps a button should be added on the blog page to show it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "nsfw", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T06:00:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 719353, + "json_metadata": "{\"tags\":[\"nsfw\"]}", + "last_payout": "2016-09-09T17:24:09", + "last_update": "2016-08-10T06:00:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "xcynosure", + "parent_permlink": "re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160809t232910173z", + "percent_hbd": 10000, + "permlink": "re-xcynosure-re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160810t060028500z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T12:32:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think it should show up on blogs, maybe with a check box. Not throwing it up on the front page where people who don't want it is fine, but if someone decides to look at your blog, that is their choice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T06:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 719376, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:02:15", + "last_update": "2016-08-10T06:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "klye", + "parent_permlink": "nsfw-content-not-showing-up-in-blog", + "percent_hbd": 10000, + "permlink": "re-klye-nsfw-content-not-showing-up-in-blog-20160810t060222600z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "nsfw-content-not-showing-up-in-blog", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:17:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 157, + "beneficiaries": [], + "body": "@moonjelly\n> @smooth ... with his 24 accounts\n\nIncorrect. In fact I have thousands of accounts (keep that in mind when you are advocating for more \"fair\" voting) but I only vote with two of them, smooth/smooth.witness. Any other bots you see copying my votes (and there are some) are not mine.\n\nI explained the reason I didn't vote for this post and it isn't because it is critical of Steem/it or the voting system (I have voted for critical posts before). It is because the post does not effectively present a clear message. It is not a high quality post in my (subjective) opinion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T06:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 719603, + "json_metadata": "{\"tags\":[\"scam\"],\"users\":[\"moonjelly\",\"smooth\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T09:17:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "percent_hbd": 10000, + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t061926300z", + "reward_weight": 10000, + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "title": "", + "total_payout_value": { + "amount": "125", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T15:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 424, + "beneficiaries": [], + "body": "> Finally a post that bucks the trends, is openly critical and is getting some votes from whales. Color me surprised \n\nThere have been numerous critical posts that have gotten votes from whales. It mostly depends on them being well-written and thoughtful.\n\nThe idea that critical posts don't get votes is dead wrong. A well-written and thoughtful critical post will get _far more_ votes than a positive post that is of poor quality.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-10T06:38:00", + "curator_payout_value": { + "amount": "287", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 719807, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:38:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "doctorstrange", + "parent_permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t230201122z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t063800500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "868", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T14:01:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 21626, + "beneficiaries": [], + "body": "> many extraordinary posts that day are going to bite the dust being shadowed by that celebrity\n\nSomewhat, but that is oversimplified and contributes to a zero-sum mentality. Yes it is true that the pool is literally zero-sum as long as the STEEM price doesn't change, but the effect is pretty modest. Currently the reward pool is about $100 000 per day. On the day he made $15K, approximately $85K went other posts. If you didn't earn, it is because your post didn't gain an audience and get votes. It is not because TDV took all the money.\n\nIn fact there is concrete proof of this. If I recall correctly, the very same day that TDV got $15K, the Playmate got $12K (sorry if not exact number). His success did not prevent her from also doing well nor did her success stop him from doing the same. And despite both of them getting historic payouts on the very same day, _73% of the reward pool was still available_ for other posts.\n\nIf your posts aren't getting rewarded, focus on marketing and promoting to develop an audience and improving the quality of the posts to increase conversions (how many people who see the posts vote for them). Pointing at someone else who is (in some vague sense) responsible for you not geting 15% of the reward pool rather than focusing on why you aren't getting a piece of the other 85% and what you can do to change that is doing yourself a disservice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-10T06:43:30", + "curator_payout_value": { + "amount": "14720", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 719876, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:52:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 23, + "parent_author": "anduweb", + "parent_permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t220512582z", + "percent_hbd": 10000, + "permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t064328400z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "44354", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T08:36:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 75, + "beneficiaries": [], + "body": "The reward pool earns 2 STEEM per block, so that is 57 600 STEEM/day. A maximum of 25% of that goes to voters, but that is reduced in practice because authors vote for themselves (by default in the UI) and by the penalty for voting within the first 30 minutes. This might be slightly less than $100K now with the reduced STEEM price (though it was higher when TDV made his first post), but still reasonably close.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T08:10:45", + "curator_payout_value": { + "amount": "47", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 720802, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T08:36:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "anduweb", + "parent_permlink": "re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t065028798z", + "percent_hbd": 10000, + "permlink": "re-anduweb-re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t081045000z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T08:35:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm like most of your suggestions but I don't agree with color coding the reputation. The reputation system isn't really all that sophisticated or meaningful. The main purpose for which it was designed is anti-abuse (if your rep goes below zero your posts are hidden, so serial spammers and abusers don't bother us every single time until downvoted; hopefully most people will never experience this) and it mostly works for that. Featuring it with colors would give it more attention than it deserves though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T08:35:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 721030, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T09:19:45", + "last_update": "2016-08-10T08:35:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "percent_hbd": 10000, + "permlink": "re-venuspcs-suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be-20160810t083520000z", + "reward_weight": 10000, + "root_author": "venuspcs", + "root_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T17:32:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 400, + "beneficiaries": [], + "body": "> Why nobody valued what I thought was an incredible contribution to the platform?\n\nMostly because we didn't see it. If you want to earn on this platform and you aren't a celebrity with a following, you need to get out there and tell people about yourself. Get on steemit.chat and network. Reach out to the more successful bloggers and see if you can get them to mention you. Get your existing network to join and vote up your stuff. There are some people doing daily \"Best of Steemit\" posts which feature new personalities and content; try to get listed in one or more of those.\n\nGetting out and doing promotional work is great, and writing good quality posts is great too. But neither of those will get you rewards if no one knows about it. TDV is great at self-promotion, and while self-promotion can become annoying and turn people off if it is excessive and if there isn't substance behind it, in the right quantity it is an essential part of being successful at almost anything.\n\nEDIT: and positivity as other stated. Can't emphasize that enough.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T09:23:57", + "curator_payout_value": { + "amount": "149", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 721561, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:31:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "oumar", + "parent_permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160809t203207169z", + "percent_hbd": 10000, + "permlink": "re-oumar-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t092358200z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "602", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please don't spam like this. I almost flagging you which would seriously trash your rep, but I didn't for that reason. But flagging your comment as spam would be totally justified. Don't put yourself in the crosshair.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T09:44:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 721751, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:44:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ats-david", + "parent_permlink": "re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t041042566z", + "percent_hbd": 10000, + "permlink": "re-ats-david-re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t094400600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T11:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 755, + "beneficiaries": [], + "body": "There is a lot of truth to what you write, but...the changing market value of STEEM has a lot to do with why some of those rewards are higher than others.\n\nStill your message overall is one of bringing value that is original and valued by the community and on that I can't support you any more strongly. \n\nBe aware though, your post is perpetuating the same sort of Steemit circlejerk. Bring value that is original and adds to Steemit, not just more posts discussing Steemit drama every day. You will get a weak upvote from me, expressing approval on the message, but I don't really want to reward all these introspective Steemit-centric posts any more, whether they come from @dollarvigilante or otherwise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-10T09:58:51", + "curator_payout_value": { + "amount": "496", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 721874, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T22:54:03", + "last_update": "2016-08-10T10:00:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 18, + "parent_author": "hitmeasap", + "parent_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "percent_hbd": 10000, + "permlink": "re-hitmeasap-why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything-20160810t095850100z", + "reward_weight": 10000, + "root_author": "hitmeasap", + "root_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "title": "", + "total_payout_value": { + "amount": "1546", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T16:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I guess you aren't aware that the new accounts on Steemit are an exactly an airdrop. Thousands of STEEM are being given out every single day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T10:16:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 722013, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:16:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "decrypt", + "parent_permlink": "re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t040227211z", + "percent_hbd": 10000, + "permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101612400z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T10:19:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Most if not all of the whales know how to make lower power votes using the CLI and do so regularly. This might be a nice feature in the GUI for whales but it does little or nothing to add value for most users so I consider it a low priority, or even a negative if it adds complexity and reduces ease of use. Anyway, there is a prototype of it in github so it will probably be rolled out at some point.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T10:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 722052, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "williambanks", + "parent_permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t063208016z", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101928200z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T13:41:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are not only completely incorrect about the incentives, but the incentives are the opposite of what you state. When voting for something that already has a lot of upvotes (SP), the reward is tiny (an example of this in my case was the makeup tutorial, I think my curation reward on that was 1/10 or less what I might get voting a post with little reward). When whales vote for something that already has a high payout we are doing it _despite_ the incentive not to.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T10:20:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 722059, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "snowflake", + "parent_permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t043149700z", + "percent_hbd": 10000, + "permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102005000z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T16:27:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as repetitive. In case I'm accused of doing this to take sides, I also flagged the @dollarvigilante post that is the subject of this one. There is just too much circlejerk. What will make Steemit better is writing good posts about interesting things, sharing them, and getting upvotes, not post number 562 saying the same things about Steemit itself (positive or negative).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-10T10:22:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 722073, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:23:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sadochismo", + "parent_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "percent_hbd": 10000, + "permlink": "re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102235400z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T10:29:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 421, + "beneficiaries": [], + "body": "Flagged because this is redundant Steemit circlejerk. I support the idea and I even ended up downvoting @dollarvigilante's latest post, but capitalizing on Steemit circlejerk with these posts is wrong. Let's upvote all the great content that brings new value to Steemit (and I can assure you there is a lot of it) and not dozens of posts that talk about nothing but Steemit (positive and negative) every single day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T10:28:03", + "curator_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 722120, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T10:29:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "steve-walschot", + "parent_permlink": "are-we-only-here-to-feed-the-narcissists", + "percent_hbd": 10000, + "permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t102802500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "862", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:27:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@doolgus, yes reply depth is annoying.\n\nYour comments about the removal of racist posts from steemit.com and about using an alternate blockchain view are correct. Not hard to do in fact, since you can just download the source to the steemit.com web site from their github and host your own.\n\nBTW, here is another explorer for the same blockchain hosted by a community member which provides a bit more low-level detail: https://steemd.com. You can also use that as a conventional block explorer using b/_blocknum_ and tx/_txid_ paths, though I don't see where it has a search box.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T05:16:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 677227, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"users\":[\"doolgus\"],\"links\":[\"https://steemd.com.\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_hbd": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t051654500z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T15:12:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good post, but for anyone considering solo mining. If you are solo mining with a low hash rate (just a few GPUs or CPUs) it will be a _long_ wait in between blocks on average. This doesn't mean you shouldn't do it\u2013I have been a Monero solo miner for two years and an enthusiastic supporter of solo mining as better for the network and often better for the miner\u2013but you need to be prepared for these waits and the inherent luck factor.\n\nIf you have enough of a hash rate to get blocks reasonable often when solo mining, then it is a no brainer, IMO. You not only help the network, and come out ahead in terms of less less risk of being ripped off by a dishonest pool, but you also gain from lower transactions fees since you wont be receiving a lot of small pool payments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T05:40:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 677454, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T05:41:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "percent_hbd": 10000, + "permlink": "re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t054021300z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:07:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The difference is that future posts by the same person (e.g. a spammer) will be hidden by default. It won't be necessary to flag each individual post.\n\nI have my disagreements with some aspects of it but overall it isn't too terrible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:07:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 677717, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T11:47:24", + "last_update": "2016-08-08T06:07:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "royaltiffany", + "parent_permlink": "re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160802t214619977z", + "percent_hbd": 10000, + "permlink": "re-royaltiffany-re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160808t060753400z", + "reward_weight": 10000, + "root_author": "royaltiffany", + "root_permlink": "steemland-reputation-system", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:10:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good point.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:10:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 677730, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T06:10:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sammy007", + "parent_permlink": "re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t055143834z", + "percent_hbd": 10000, + "permlink": "re-sammy007-re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t061006800z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:47:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 376, + "beneficiaries": [], + "body": "Why do you assume they are always cashed out? I've traded cryptos around with other people for quite a few things over the years where none of us had much interest in cashing them out. The main thing that needs to happen is to grow the network of people interested in doing that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:47:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 678079, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T06:47:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "derrick1974", + "parent_permlink": "re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t004500439z", + "percent_hbd": 10000, + "permlink": "re-derrick1974-re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t064723600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "title": "", + "total_payout_value": { + "amount": "306", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T10:42:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Thanks for the review Tyler. I really love that as an indepedent site without relying on advertisers for survival it is actually perfectly okay to say that a game is beautiful but not worth the money. I really hope we get more gamers on here. There aren't enough of us posting and commenting about games. Thanks again for posting this!", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T08:26:54", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 678928, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T20:31:57", + "last_update": "2016-08-08T08:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tygergamer", + "parent_permlink": "my-thoughts-on-abzu-the-game", + "percent_hbd": 10000, + "permlink": "re-tygergamer-my-thoughts-on-abzu-the-game-20160808t082657200z", + "reward_weight": 10000, + "root_author": "tygergamer", + "root_permlink": "my-thoughts-on-abzu-the-game", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T12:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 34, + "beneficiaries": [], + "body": "Looks wonderful!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T11:02:03", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 680359, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-08T01:31:54", + "last_update": "2016-08-08T11:02:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "noganoo", + "parent_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", + "percent_hbd": 10000, + "permlink": "re-noganoo-i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world-20160808t110206100z", + "reward_weight": 10000, + "root_author": "noganoo", + "root_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T11:18:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Beautiful work. Thanks for posting about this new site!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T11:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 680452, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T01:08:33", + "last_update": "2016-08-08T11:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "saulius", + "parent_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "percent_hbd": 10000, + "permlink": "re-saulius-have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz-20160808t111123100z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes and no. This method can produce a profit, but also can (and has in the past) produced losses, or can also produce no gain relative to trading while tying up your money for a week and exposing you to risk. YMMV. Good to be aware of the option and understand correctly how it works in any case.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-08T12:51:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 681672, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T12:52:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "pjheinz", + "parent_permlink": "re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t053511938z", + "percent_hbd": 10000, + "permlink": "re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125140900z", + "reward_weight": 10000, + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The differences need not be small. If the price of STEEM drops rapidly over the course of the week, or potentially worse first rises and then falls, the results of conversion may be much worse than trading. Also conversion gets you STEEM. If the goal is to cash out then you haven't solved the problem by converting; you still need to trade STEEM for BTC and those markets also have spreads and liquidity issues. I'm not saying it is bad to do by any means, just that it isn't an automatic win over trading. Trading using the internal exchange is another option which avoids any issues with exchanges and their wallets. Currently the liquidity on the internal exchange is rather poor, but I think it will improve.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T15:30:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 684296, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T15:30:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125617055z", + "percent_hbd": 10000, + "permlink": "re-pjheinz-re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t153027000z", + "reward_weight": 10000, + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Beautiful work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T17:04:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 685950, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T17:04:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "percent_hbd": 10000, + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t170359500z", + "reward_weight": 10000, + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:23:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The marketing is what it is but I do consider schemes which attempt to manipulate voting or unfairly extract payments from the reward pool (as I strongly suspect to be the case when something like \"upvote bots\" is part of the mix), to be parasitic scams. They're maybe not scamming their own customers but they are scamming the Steem community and platform with this crap.\n\nUpvoted Bob because of his good work in bringing sunlight on this and in part _because_ of his use of the scam tag.\n\nKeep up the good work Bob.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T03:59:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 696873, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "onceuponatime", + "parent_permlink": "re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t015205361z", + "percent_hbd": 10000, + "permlink": "re-onceuponatime-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035903700z", + "reward_weight": 10000, + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T02:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Upvoted for OP artwork", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T03:59:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 696884, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "klye", + "parent_permlink": "re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t001735820z", + "percent_hbd": 10000, + "permlink": "re-klye-re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035956000z", + "reward_weight": 10000, + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T10:32:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That reward sharing was actually removed though. I believe some of the code implementing it is still around and is part of the issue with the reply depth. There may be other issues as well.\n\nI agree the whole depth limit is extremely annoying and will drive some types of content and users away.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-09T06:04:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 698307, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T06:05:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "acidyo", + "parent_permlink": "re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t014338116z", + "percent_hbd": 10000, + "permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t060456800z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T05:17:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 101, + "beneficiaries": [], + "body": "None of these were what I would consider 'spam' links. \n\nhttps://i.imgsafe.org/9a6de5a2c6.png", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-09T09:52:42", + "curator_payout_value": { + "amount": "65", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 700508, + "json_metadata": "{\"tags\":[\"bitcointalk\"],\"image\":[\"https://i.imgsafe.org/9a6de5a2c6.png\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T09:52:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "bayareacoins", + "parent_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t095240700z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "207", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T05:17:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe it's too just too obvious to me that people might care about the first 1+ million follower celebrity, so I didn't explain it in the post.\n\nI've been told by bitcointalk admins that they view the entire 'Alternative Cryptocurrencies' section as supporting a gambling game where people bet on coins by trading them. If a coin backing a social media site gaining high profile users with enormous reach is not relevant to such a game then I don't know what is.\n\nMy bitcointalk post was not about the girl, and if it were that would be off topic there. It was about the coin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-09T10:36:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 700946, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T10:48:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t102454416z", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t103631700z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T10:42:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It's funny that the whitepaper mentions rewards going 6 levels deep when the comments themselves only go 5 levels deep\n\nThe OP counts as a level. In the original reward-sharing model the original post would get 50% of the rewards from all comments below, and that would continue at each lower level.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T10:42:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 701018, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T10:42:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dooglus", + "parent_permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t020021359z", + "percent_hbd": 10000, + "permlink": "re-dooglus-re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t104241100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:56:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 40, + "beneficiaries": [], + "body": "This is absolutely one of the things people are using it for. Look at the front page right now:\n\n#1 New App to Secure Your Steem Account\n#2 When do whales upvote? (includes open source tool that analyzes voting)\n#3 Steemtools.com registered over 50 third party tools for Steemit as of today. + updates\n#4 steem.ws - The public steem api cluster\n\nIn the past a post blogging about finding and reporting a security bug got votes and earned good rewards, along with proposals, update releases, etc.\n\nOf course that is not always dominating the front page. Sometimes there are Playboy playmates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T00:44:24", + "curator_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 715088, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:39:39", + "last_update": "2016-08-10T06:56:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "percent_hbd": 10000, + "permlink": "re-sammy007-steemit-as-a-kind-of-magic-funding-platform-and-even-more-20160810t004425800z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "title": "", + "total_payout_value": { + "amount": "82", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T01:03:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Whether steemit is a scam or not is irrelevant. Bitcointalk admis have told me that they don't moderate scams. That is for the marketplace of ideas to sort out.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T01:03:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 715338, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-10T01:03:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t185122330z", + "percent_hbd": 10000, + "permlink": "re-najoh-re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160810t010313800z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T02:52:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 11, + "beneficiaries": [], + "body": "Well said", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T02:52:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 716977, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T02:52:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "summon", + "parent_permlink": "re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t231235256z", + "percent_hbd": 10000, + "permlink": "re-summon-re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t025205500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T13:54:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4567, + "beneficiaries": [], + "body": "I proposed something very similar if not identical in response to an early proposal by Dan in how to revamp the curation rewards. (Neither Dan's proposal nor mine was adopted).\n\nBoth your suggestion and mine are based on the fallacy that the eventual payout is a \"fair value\" that can be predicted. This is not the case due to the circularity, especially in the case of whale votes (since it is the votes that determine the eventual payout). There were some other issues with it but that is the key conceptual error that undermines the viability of it entirely.\n\nAlso, some sort of superlinear payoff is needed otherwise the incentives favor voting for your own posts regardless of popularity or merit, either directly or via shill voting. \n\nIn thinking about this quite a bit over the past few months I've also come to believe that superlinear payoff is economically correct for a platform like Steemit, because only posts that are of interest to a large number of people benefit from being shared in this manner. If something is only of interest to a few people (dinner plans for example), it is better to share it privately via email (or private Steemit messages once that is implemented!) and not impose both the resource and clutter costs of sharing it with thousands or millions. So something of interest to 100 or 1000 is worth more than 10x or 100x something of interest to only 10; the latter probably has close to zero or possibly negative value (once costs are considered) on Steemit.\n\nAll of this is not to rule out that tweaks to the current model might be helpful, but getting all the incentives right after considering all the relevant factors is much harder (and I would suggest the current system is much better than many of its detractors claim) than just wanting to make them \"more fair\". It is also not always so easy to see the various perspectives on how the current system performs multiple useful (and even essential) functions, when focusing in narrowly on one aspect of it such as perceived fairness.\n\nI do like the idea of providing some sort of incentive for valued downvotes; perhaps some version of these ideas could be applied in a more limited manner to do that. But even there, getting all the incentives right and avoiding opening up vectors for abuse is not easy.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T05:11:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 718760, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T13:28:03", + "last_update": "2016-08-10T05:16:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "owdy", + "parent_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "percent_hbd": 10000, + "permlink": "re-owdy-scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system-20160810t051109200z", + "reward_weight": 10000, + "root_author": "owdy", + "root_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "title": "", + "total_payout_value": { + "amount": "3657", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "testa", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-03T08:49:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 576932, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "", + "parent_permlink": "spam", + "percent_hbd": 10000, + "permlink": "test", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "test", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T06:25:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This is actually a very interesting point and not one that has been clearly stated before. \n\nAll of the comparisons we've seen between algorithms are comparing SP with SP. _But this is not a valid comparison_ because SP on one fork _is not an identical asset_ to SP on a different fork. As such they don't necessarily have the same market value. Of course, we don't know in advance what those values will be, but ignoring the difference altogether causes the analysis to be incorrect.\n\nLooking toward maximizing the market cap (and, assuming no total supply change, equivalently the value of the SP unit), at least as one consideration, makes a lot of sense.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T06:25:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 50008, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T00:33:54", + "last_update": "2016-07-02T06:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160701t152333716z", + "percent_hbd": 10000, + "permlink": "re-dan-re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160702t062502700z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steemit-inc-supports-0-8-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T10:25:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The code is not based off Blackcoin at all. 63 seconds comes from 21 witnesses each producing a block every 3 seconds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-guides", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-03T10:25:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 51040, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T21:50:30", + "last_update": "2016-07-03T10:25:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "grittenald", + "parent_permlink": "re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t060837024z", + "percent_hbd": 10000, + "permlink": "re-grittenald-re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t102549100z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "a-full-steemit-user-s-guide-to-steem-witnesses", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T02:47:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "thats a bot fishing for upvotes", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduce", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T02:47:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 52009, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T02:47:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024349789z", + "percent_hbd": 10000, + "permlink": "re-fyrstikken-re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024736500z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:08:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your vote, by itself, is worth two cents. Votes are worth a lot more when multiple people vote on the same content.\n\nI'm not sure why your rewards didn't match estimates. I think the people creating the estimate tables know what they are doing, but I guess errors are always possible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T02:49:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52011, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T02:49:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tinfoilfedora", + "parent_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t024930900z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T02:52:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 716, + "beneficiaries": [], + "body": "Agree and would prefer to see total lifetime payout along with pending.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T02:52:48", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52023, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:52:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "liondani", + "parent_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "percent_hbd": 10000, + "permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025250900z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "title": "", + "total_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:04:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 105, + "beneficiaries": [], + "body": "Author still get rewards I think. Just not curators.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T02:53:27", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52025, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t023608100z", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025325400z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:05:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. Great post\n2. The distribution stats are fairly meaningless because many people have multiple accounts. The largest known stakeholder by a decent margin does not even appear in the 'legend' category.\n3. I'm downvoting this post because I don't like seeing all the rewards going to posts that talk about steem itself. We already have several >$1K steem posts today. That alone is a good chunk of the entire reward pool for the day (despite my downvote the post is still >$1500 as I write this).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T02:57:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52031, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-04T02:58:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "how-to-measure-success-of-steem", + "percent_hbd": 10000, + "permlink": "re-hipster-how-to-measure-success-of-steem-20160704t025705200z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:05:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In practice, probably no one other than professional traders should ever use the convert option (this is similar to how ETFs operate), though the option is available to everyone which is nice as a matter of fairness (no privileged class). Just trade on the internal market. Click the menu on the upper right and choose Market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T03:04:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52048, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-13T08:41:30", + "last_update": "2016-07-04T03:05:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "convert-to-steem-takes-1-week", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-convert-to-steem-takes-1-week-20160704t030429800z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "convert-to-steem-takes-1-week", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Of course, but I wouldn't expect huge changes with 3 months of rewards already in the pool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T03:08:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 52057, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:08:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025043740z", + "percent_hbd": 10000, + "permlink": "re-steemitblog-re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t030832200z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T17:07:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The value of any vote is much higher if many people vote on the same content than when voting alone.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T03:10:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 52065, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:10:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "will-zewe", + "parent_permlink": "re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025021427z", + "percent_hbd": 10000, + "permlink": "re-will-zewe-re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t031049900z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T11:22:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "How often is interest paid on SD?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T04:04:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52131, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T04:04:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", + "percent_hbd": 10000, + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t040436400z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T04:25:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The first confirmation takes on average 10 minutes, not 5. An interesting, if perhaps non-intuitive, property of the exponential distribution.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T04:06:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52135, + "json_metadata": "{\"tags\":[\"blocktrades\"]}", + "last_payout": "2016-08-24T15:52:00", + "last_update": "2016-07-04T08:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "blocktrades", + "parent_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "percent_hbd": 10000, + "permlink": "re-blocktrades-bitcoin-payments-accepted-in-20s-soon-to-be-6s-20160704t040637300z", + "reward_weight": 10000, + "root_author": "blocktrades", + "root_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T04:23:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 158, + "beneficiaries": [], + "body": "They're working on it. Their wallet was suspended prior to the fork as a precaution and the fork caused some minor issues for some nodes. Hopefully it won't be down much longer.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T04:09:54", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52139, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-16T05:19:18", + "last_update": "2016-07-04T04:09:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "klye", + "parent_permlink": "bittrex-steem-wallet-maintenance", + "percent_hbd": 10000, + "permlink": "re-klye-bittrex-steem-wallet-maintenance-20160704t040955200z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bittrex-steem-wallet-maintenance", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:55:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 151, + "beneficiaries": [], + "body": "Payouts are continuous. 24 hours after each post but may be delayed if there is ongoing voting activity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T05:12:27", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52203, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:12:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "noaommerrr", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t045810802z", + "percent_hbd": 10000, + "permlink": "re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051225800z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T05:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think you need to have orders on both sides at the same time or all the time, but you need to have had your orders filled on both sides otherwise your score will be zero and you will never get rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T05:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52205, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "alyssas", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t042541327z", + "percent_hbd": 10000, + "permlink": "re-alyssas-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051402000z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:12:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 171, + "beneficiaries": [], + "body": "There will be direct markets from Steem Dollars to Bitcoins within a few days. You won't need to use the internal market unless you want to convert your SD to Steem to power them up.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T08:09:57", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 52430, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "easteagle13", + "parent_permlink": "re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t075642793z", + "percent_hbd": 10000, + "permlink": "re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t080958400z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted only to balance rewards between steem and non-steem posts. The post itself is of course well-written and helpful!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T08:12:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52435, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T08:12:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", + "percent_hbd": 10000, + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t081255800z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:23:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm not one of the coders on Steem/it. I do coding on other projects, but I wouldn't want to take credit where not deserved. I'm a Steem witness, early miner, and significant stakeholder. Glad I was able to provide useful information.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T08:23:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 52445, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:23:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t081255398z", + "percent_hbd": 10000, + "permlink": "re-easteagle13-re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082329600z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:24:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 111178, + "beneficiaries": [], + "body": "Don't forget, in addition to the monetary rewards, you are now vested with 2000 Steem Power which gives you much greater influence than entry-level users in what content is rewarded and most visible on the site. Use it wisely!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T08:24:39", + "curator_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52448, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:24:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "easteagle13", + "parent_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "percent_hbd": 10000, + "permlink": "re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082440000z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "25792", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:05:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 171, + "beneficiaries": [], + "body": "My mistake. I did not see the bounty comment at the very end. I just sent another 300 SD which is about my recollection of how much the reward dropped. Please apply it to the bounty.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:52:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 54532, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-05T03:52:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-smooth-re-hipster-how-to-measure-success-of-steem-20160704t234627281z", + "percent_hbd": 10000, + "permlink": "re-hipster-re-smooth-re-hipster-how-to-measure-success-of-steem-20160705t035202500z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:55:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes you still earn more. The voters don't get rewards after 24 hours but they can still upvote to reward the author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T03:55:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 54537, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-05T03:55:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kagetoki-1", + "parent_permlink": "re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t132726652z", + "percent_hbd": 10000, + "permlink": "re-kagetoki-1-re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160705t035504400z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T05:10:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Congratuations. Great work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T05:10:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54661, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T15:20:21", + "last_update": "2016-07-05T05:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "percent_hbd": 10000, + "permlink": "re-donkeypong-can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category-20160705t051016800z", + "reward_weight": 10000, + "root_author": "donkeypong", + "root_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:25:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Could not agree with you more and that is exactly while I voted for many (good) posts in #introduceyourself", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T06:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54769, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "wingz", + "parent_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "percent_hbd": 10000, + "permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064745000z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T06:48:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Spot on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T06:48:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 54770, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:48:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "justtryme90", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t035818715z", + "percent_hbd": 10000, + "permlink": "re-justtryme90-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064822500z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T13:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. Liquid STEEM does nothing for you other than sit there and potentially lose value. You should do something with it. Trade for SD, power up, or sell it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-05T09:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54939, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T09:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ash", + "parent_permlink": "quick-question-do-you-vest-even-when-powered-down", + "percent_hbd": 10000, + "permlink": "re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t094120800z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:28:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1273, + "beneficiaries": [], + "body": "I agree, but there is a slight irony here: Your post is about Steem!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-05T10:10:51", + "curator_payout_value": { + "amount": "94", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54970, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-10T21:17:30", + "last_update": "2016-07-05T10:11:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "nadejde", + "parent_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "percent_hbd": 10000, + "permlink": "re-nadejde-the-circlejerk-of-steemit-and-why-is-bad-for-everybody-20160705t101050900z", + "reward_weight": 10000, + "root_author": "nadejde", + "root_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "title": "", + "total_payout_value": { + "amount": "296", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T13:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Oh, if you mean the part that hasn't powered down _yet_, then yes. That is still considered powered up (Vests).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:33:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 55071, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T11:33:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t110448738z", + "percent_hbd": 10000, + "permlink": "re-ash-re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t113333000z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:01:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I tried to make this exact point about the content rewards creating many new vested participants (and they will continue to do this every day as new rewards are paid out!) during the brutal Curation Reward Debates, but it is much easier to understand when you can see it for yourself than when someone is trying to explain it (and apparently was not doing a very good job).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:37:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 55077, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T11:37:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t053652525z", + "percent_hbd": 10000, + "permlink": "re-cryptogee-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t113728900z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:51:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good to see you posting your content here now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "supernet", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:44:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55084, + "json_metadata": "{\"tags\":[\"supernet\"]}", + "last_payout": "2016-08-19T10:55:18", + "last_update": "2016-07-05T11:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "thirdstryker1", + "parent_permlink": "core-media-supernet-weekly-no-17", + "percent_hbd": 10000, + "permlink": "re-thirdstryker1-core-media-supernet-weekly-no-17-20160705t114420600z", + "reward_weight": 10000, + "root_author": "thirdstryker1", + "root_permlink": "core-media-supernet-weekly-no-17", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T18:56:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 84392, + "beneficiaries": [], + "body": "Remember there is no \"guarantee\" that 1 SD will ever be worth 1 USD! It is supposed to and it probably will, but that is the bet you are placing if you make this trade (or at least that it will get closer).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T18:56:48", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55935, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T19:37:39", + "last_update": "2016-07-05T18:56:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "wingz", + "parent_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "percent_hbd": 10000, + "permlink": "re-wingz-how-to-buy-a-steem-dollar-for-less-than-a-dollar-20160705t185650100z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "title": "", + "total_payout_value": { + "amount": "19662", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 543, + "beneficiaries": [], + "body": "The other keys can do everything but change keys (transferring funds, voting, etc.). The main thing that protects the value of an account as long as you have the owner key is the powering down process taking two years, and one week for even the first payment. If someone were to take over your account (via the other keys) and for example start powering it down or using it to vote on their own posts, you could recover it with the owner key (by changing the compromised keys) and limit the damage.\n\nHowever, if you have liquid steem or steem dollars in your account those could be stolen immediately with the active key. The memo key could be used to see your private messages.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-guides", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:16:18", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 56079, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T10:05:15", + "last_update": "2016-07-05T20:16:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "clains", + "parent_permlink": "re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t200731710z", + "percent_hbd": 10000, + "permlink": "re-clains-re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t201618900z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever", + "title": "", + "total_payout_value": { + "amount": "125", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:54:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Just link and include a summary. There is zero reason to repost the whole thing here. Vitalik knows where to find us if he wants to come post here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:54:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56181, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-05T20:54:06", + "last_update": "2016-07-05T20:54:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "miles2045", + "parent_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "percent_hbd": 10000, + "permlink": "re-miles2045-vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more-20160705t205442800z", + "reward_weight": 10000, + "root_author": "miles2045", + "root_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:57:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 85955, + "beneficiaries": [], + "body": "Exactly. The referral program works like this:\n\n1. Buy or earn Steem Power\n2. Refer people\n3. Profit", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:57:27", + "curator_payout_value": { + "amount": "79", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 56188, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T14:23:30", + "last_update": "2016-07-05T20:57:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hipster", + "parent_permlink": "re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t141204852z", + "percent_hbd": 10000, + "permlink": "re-hipster-re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t205726400z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-s-valuation", + "title": "", + "total_payout_value": { + "amount": "20026", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T21:01:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct, but the option doesn't seem all that important. Powering down will only liquidate 1% per week so if you want to power down a portion you can stop it after some number of weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T21:01:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 56199, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:01:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t094005891z", + "percent_hbd": 10000, + "permlink": "re-abit-re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210106700z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T21:03:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 64180, + "beneficiaries": [], + "body": "Conversion of steem dollars takes 7 days to collect sufficient data via the price feed (trading on the internal market can be done instantly though). A smaller number of feed samples would be more subject to the possibility of bad data. I don't know of a technical rationale for the first power down payment taking 7 days. I guess it is more of an economic motivation, to keep SP from being viewed as a liquid asset.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T21:03:24", + "curator_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56208, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:03:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "percent_hbd": 10000, + "permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210325200z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "title": "", + "total_payout_value": { + "amount": "14952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:57:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can still see the downvotes in the vote drop down, but that won't work at all in practice (already questionable) once the user base expands.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T00:57:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 56672, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:57:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "percent_hbd": 10000, + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t005732000z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Suggestion to reverse the payout info. Show the total payout, and the current payout in the detail box. Total payout is a \"meaingful\" property of the post while pending payout is part of the underlying system mechanics. This could be reversed in the \"payout time\" view.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-06T00:59:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56675, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:59:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "new-features-on-steemit", + "percent_hbd": 10000, + "permlink": "re-dantheman-new-features-on-steemit-20160706t005919100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes I see that looking in my blog page. But I think the payouts shown are half (maybe only author rewards are shown, not curator?)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T07:00:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 57262, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T07:00:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-dantheman-new-features-on-steemit-20160706t012023919z", + "percent_hbd": 10000, + "permlink": "re-abit-re-smooth-re-dantheman-new-features-on-steemit-20160706t070004700z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:04:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You have to believe that Steem Dollar will someday trade at (or at least closer to) par, or that Steem price will be reasonably stable going forward. Neither of these are guaranteed, but I think they are good bets for the short term. You should make your own investment decisions though, don't listen to me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T07:03:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 57267, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-06T07:04:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "wingz", + "parent_permlink": "re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t013647974z", + "percent_hbd": 10000, + "permlink": "re-wingz-re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t070344200z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:19:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "wang is a bot. Ignore.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T07:12:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 57285, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-07T20:04:33", + "last_update": "2016-07-06T07:12:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "spiry-btc", + "parent_permlink": "re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t064557248z", + "percent_hbd": 10000, + "permlink": "re-spiry-btc-re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t071233400z", + "reward_weight": 10000, + "root_author": "spiry-btc", + "root_permlink": "hey-guys-i-am-spiry-been-in-bitcoin-since-2013", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T10:48:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 260, + "beneficiaries": [], + "body": "I've reported this issue to the web site development team.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-issues", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T09:13:12", + "curator_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 57471, + "json_metadata": "{\"tags\":[\"steemit-issues\"]}", + "last_payout": "2016-08-06T14:29:12", + "last_update": "2016-07-06T09:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "steem-power-and-vests", + "percent_hbd": 10000, + "permlink": "re-ash-steem-power-and-vests-20160706t091310800z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "steem-power-and-vests", + "title": "", + "total_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T16:41:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 64891, + "beneficiaries": [], + "body": "Upvoted because....while this isn't the most thoughtful or well-written post, the idea is important. People have now seen (and are seeing every single day with new payouts) that this isn't some bait-and-switch \"rewards\" site that promises to pay you for doing this or that but really you end up with pennies or nothing at all. Getting paid to post and vote on Steemit is now a \"real thing\", and that's important.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T09:39:06", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 57504, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-08T17:28:18", + "last_update": "2016-07-06T09:39:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "azaan", + "parent_permlink": "steem-on", + "percent_hbd": 10000, + "permlink": "re-azaan-steem-on-20160706t093906200z", + "reward_weight": 10000, + "root_author": "azaan", + "root_permlink": "steem-on", + "title": "", + "total_payout_value": { + "amount": "15184", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T10:10:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted because, well yes it is a great plan, but the plan is undermined by Steem-related posts and team updates sucking in a big portion of the reward pool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-07T10:10:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 60307, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T22:45:51", + "last_update": "2016-07-07T10:10:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "percent_hbd": 10000, + "permlink": "re-dan-steemit-s-evil-plan-for-cryptocurrency-world-domination-20160707t101053600z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T00:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe best to keep titles SFW? Upvoted anyway.", + "cashout_time": "1969-12-31T23:59:59", + "category": "secret-writer", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-08T23:04:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 66518, + "json_metadata": "{\"tags\":[\"secret-writer\"]}", + "last_payout": "2016-08-25T04:05:45", + "last_update": "2016-07-08T23:04:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "stellabelle", + "parent_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "percent_hbd": 10000, + "permlink": "re-stellabelle-the-secret-writer-the-fucked-up-letter-i-got-from-my-dad-20160708t230441700z", + "reward_weight": 10000, + "root_author": "stellabelle", + "root_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T23:10:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes you will and the there is not really any process to see. It is just a waiting period.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T23:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 66525, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-09T09:32:39", + "last_update": "2016-07-08T23:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "percent_hbd": 10000, + "permlink": "re-joelinux-i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned-20160708t230958400z", + "reward_weight": 10000, + "root_author": "joelinux", + "root_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T09:22:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 3596, + "beneficiaries": [], + "body": "Thanks Bittrex and Bill, Fantastic work, but I downvoted this to keep the rewards from going too high for an 'announcement' post. That takes money away from the pool that rewards authors.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bittrex", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-09T22:19:27", + "curator_payout_value": { + "amount": "317", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70595, + "json_metadata": "{\"tags\":[\"bittrex\"]}", + "last_payout": "2016-08-24T00:07:18", + "last_update": "2016-07-09T22:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "bittrex-bill", + "parent_permlink": "new-bittrex-market-for-steam-dollars", + "percent_hbd": 10000, + "permlink": "re-bittrex-bill-new-bittrex-market-for-steam-dollars-20160709t221927200z", + "reward_weight": 10000, + "root_author": "bittrex-bill", + "root_permlink": "new-bittrex-market-for-steam-dollars", + "title": "", + "total_payout_value": { + "amount": "952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T09:00:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Voting power regeneration was changed to 5 days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T09:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 72760, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T19:51:45", + "last_update": "2016-07-10T09:00:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "norbu", + "parent_permlink": "re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t075538895z", + "percent_hbd": 10000, + "permlink": "re-norbu-re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t090018900z", + "reward_weight": 10000, + "root_author": "krispy123", + "root_permlink": "how-does-steem-upvote-post-reward-system-works", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T10:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can see the numbers in the box on the right side of steemd.com. Current supply is 94.760 million of which 93.085 million is in the vesting fund (Steem Power).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T10:37:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 73033, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:09", + "last_update": "2016-07-10T10:37:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t100731459z", + "percent_hbd": 10000, + "permlink": "re-bacchist-re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t103736400z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steem-getting-pump-ed-will-there-be-a-dump", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I hope you blog about what it's like to run an exchange without giving any trade secrets\n\nAgree", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-11T03:26:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 76854, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-11T03:26:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "intelliguy", + "parent_permlink": "re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160710t233528275z", + "percent_hbd": 10000, + "permlink": "re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160711t032643400z", + "reward_weight": 10000, + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T13:06:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Amazing post. Thanks for sharing your adventures with us!", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T03:28:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 76860, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-24T11:10:15", + "last_update": "2016-07-11T03:28:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "heiditravels", + "parent_permlink": "14-days-in-north-africa-part-1", + "percent_hbd": 10000, + "permlink": "re-heiditravels-14-days-in-north-africa-part-1-20160711t032827700z", + "reward_weight": 10000, + "root_author": "heiditravels", + "root_permlink": "14-days-in-north-africa-part-1", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Perhaps aspects of how they handle security, or future marketing plans, etc.. Just like any business.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T01:25:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 89673, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-13T01:25:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160712t014940855z", + "percent_hbd": 10000, + "permlink": "re-getssidetracked-re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160713t012525700z", + "reward_weight": 10000, + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:37:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a section of the whitepaper that gives the long term percentage growth rates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T02:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 90189, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-13T02:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukestokes", + "parent_permlink": "re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171729149z", + "percent_hbd": 10000, + "permlink": "re-lukestokes-re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160713t023756100z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T19:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposting is discouraged, better to link. Even though not technically plagiarism.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T19:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 99393, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-16T05:29:36", + "last_update": "2016-07-13T19:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "wpalczynski", + "parent_permlink": "re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t023844930z", + "percent_hbd": 10000, + "permlink": "re-wpalczynski-re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t191443900z", + "reward_weight": 10000, + "root_author": "wpalczynski", + "root_permlink": "digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T06:56:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 12755, + "beneficiaries": [], + "body": "They already know about it.\n\n@dan has stated that the purpose of the liquidity reward is in part to subsidize liquidity but also in part to serve as a component of the distribution strategy for Steem. By offering such a bounty it brings traders to Steem, an audience which would not normally be interested in the social media aspect (though they may indeed post about or discuss trading).\n\nSome tweaks are planned to improve the algorithm, but in a sense traders being clever and figuring out how to collect it is the whole idea. The same applies to saturday/sunday who appears to be trying to compete along with others who will join the game later.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-14T07:29:57", + "curator_payout_value": { + "amount": "1437", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 106814, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:41:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "norbu", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t050307673z", + "percent_hbd": 10000, + "permlink": "re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t072956200z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "9451", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 684, + "beneficiaries": [], + "body": "The reward is, in a sense, already proportional. Once an account wins the reward its score is reset and has to start from zero. Someone else who earns rewards at a slower rate will not win but their score is not reset. So they can continue to earn points to reach the top of the scoreboard after multiple hours. For example, in a contest between two accounts with one earning points at twice the rate of the other, the slower one will get one in three hourly rewards on average.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-14T07:32:36", + "curator_payout_value": { + "amount": "166", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 106841, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T07:32:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "blakemiles84", + "parent_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "percent_hbd": 10000, + "permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073235600z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T08:38:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18800, + "beneficiaries": [], + "body": "I think @dan's answer would be that traders bring liquidity and investment, leading to higher market cap and larger rewards for the social media side. It is a synergy.\n\nAnd I would disagree that the rise in price and market cap has been funded by users. 2000+ BTC trading volume over the past few days on bittrex is not (primarily) steem users, it is traders and investors buying in, increasing the market cap, and making the entire system work better for everyone. \n\nAnyway, perhaps @dan will have his own thoughts to share on this", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:21:51", + "curator_payout_value": { + "amount": "4640", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 107222, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:21:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "norbu", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t080000323z", + "percent_hbd": 10000, + "permlink": "re-norbu-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082151700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "13930", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T08:44:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 247, + "beneficiaries": [], + "body": "I don't think @abit is behaving in a manner that most benefits the Steem community. If his trading bot were more focused on providing liquidity and less on self-trading then he would still likely get a good share of the rewards, just not (nearly) all of them, and would be providing a better service to customers in the market while encouraging rather than discouraging competition from others who also want to provide liquidity (but don't have the head start he does in terms of creating bots that take advantage of various nuances of the system). I'm not going to tell you how to vote though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:25:00", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 107245, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"abit\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:25:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "benjojo", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073540116z", + "percent_hbd": 10000, + "permlink": "re-benjojo-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082459500z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T16:53:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 328, + "beneficiaries": [], + "body": "> If I don't do that, others will\n\nI don't necessarily agree. If the liquidity rewards were more accessible to others then more would be competing to provide liquidity by leaving more orders on the book and narrowing the spread. The more populated book and narrower spread would in turn would make successful self-trading much harder. Systems like this can reach multiple equilibria, and it is very possible that another one would serve the community better than what is happening now.\n\nI think you should try simply providing liquidity and not self-trading for a while, and if others provide better liquidity, either compete on that basis or let them get the rewards for providing the service, which encourages more and more of it. I can't tell you what to do though, this is just my opinion.\n\nAs for the bot losing, well, that is part of the (distribution) game. The final destination of a subsidy in a market isn't always (or even usually) only the first person to touch it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-14T08:30:30", + "curator_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 107285, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "abit", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t075837519z", + "percent_hbd": 10000, + "permlink": "re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083033700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "242", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T09:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 225, + "beneficiaries": [], + "body": "What I said is about the current algorithm as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:36:45", + "curator_payout_value": { + "amount": "55", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 107331, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:36:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "percent_hbd": 10000, + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083646600z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "165", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T12:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 227, + "beneficiaries": [], + "body": "(replying to your reply below, which is at max comment depth) \n\nNone of the other self-traders you identify are running full time bots as far as I know. Thus they are not always stacking the queue and preventing (at least currently) smaller liquidity providers from ever being paid as yours does.\n\nIf you were to pull back and if it turned out that actual liquidity providers were still never paid (and thus encouraged to continue and even expand), then it would be reasonable to resume what you are doing. But there is no way to find that out without trying.\n\nThere are many names on that list who are not being rewarded even though they have likely provided liquidity to the market and would likely do so again if rewarded for it. Providing liquidity also becomes easier for others if they are receiving rewards (even occasionally) since there is no other good way to have access to liquid steem without incurring an opportunity cost.\n\nThe most successful tit-for-tat strategies will forgive occasionally to attempt to test a return to a cooperative equilibrium. That is my suggestion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T09:53:54", + "curator_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 107908, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T09:53:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "percent_hbd": 10000, + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t095355200z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "167", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Your assessment that an account getting double the points loses one third of the time seems to ignore the fact that there is an account that is getting 1000x the rate\n\nI completely agree with you on that. My point was simply that it is somewhat proportional, not that you can compete with someone getting 1000x more points. You can't, but that is true under any proportional system. Perhaps under another system you have an easier time realizing your 1/1000 share, but it would still be negligible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T20:22:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 124827, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:22:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t122802036z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202254800z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T21:58:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Might I suggest not counting any self-trades? I know not easy to prevent, but maybe you can use coinage to at least limit the abuse\n\nThis is not viable since it is trivial to create multiple accounts. In fact, abit doesn't self trade literally at all, he uses two different accounts.\n\n(The algorithm already subtracts taker trades from your score so if you did literally self-trade, you would earn no points.)\n\nSuggestions how to improve the reward scoring are definitely appropriate though. Maybe discuss it on the steem slack?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-15T20:24:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 124860, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:24:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t123019439z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202453700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:28:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is no coinage literally since it is an account based system, not outputs, but maybe something like average coin age could be maintained for an account, or minimum, or something. I haven't thought it through. Reasonable direction though.\n\nNo idea what's going on with slack. Maybe try a different email or different browser?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T22:28:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 126758, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T22:28:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t215803498z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t222837700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T08:21:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 226788, + "beneficiaries": [], + "body": "For those wondering if this is the real jl777, I think it is, but if you can send me a PM on bitcointalk from your main account there I will confirm it here. I know a NXT-based cryptographic proof of some sort was provided but many of us are not NXT users, making that difficult to interpret.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-15T22:45:36", + "curator_payout_value": { + "amount": "112906", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 126994, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T22:45:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 30, + "parent_author": "jl777", + "parent_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "percent_hbd": 10000, + "permlink": "re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t224535400z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "642490", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T03:32:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1105, + "beneficiaries": [], + "body": "Confirmed. I received the message from the [well-known, high-rank jl777 account on bitcointalk](https://bitcointalk.org/index.php?action=profile;u=177323)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-15T23:03:21", + "curator_payout_value": { + "amount": "1031", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 127188, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://bitcointalk.org/index.php?action=profile;u=177323\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T23:03:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t225931187z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t230322500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "3129", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T23:19:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It depends on the nature of the exploit. For privacy flaws that are already permanently recorded on the blockchain itself, no fix is possible, and \"responsible disclosure\" (aka deliberately withholding information from the public) serves no purpose other than to manipulate markets, as othe indicated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T23:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 127372, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-18T13:41:45", + "last_update": "2016-07-15T23:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "juansgalt", + "parent_permlink": "re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t204840785z", + "percent_hbd": 10000, + "permlink": "re-juansgalt-re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t231926100z", + "reward_weight": 10000, + "root_author": "juansgalt", + "root_permlink": "hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T05:24:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It lacks, I think, the direct circularity of proof-of-stake where who owns the coins is determined by consensus and consensus is determined by who owns the coins. There is a different sort of circularity though, perhaps more akin to proof-of-work where security goes to zero if value goes to zero and vice-versa. In any case, I look forward to your analysis.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-16T05:24:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 130868, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160715t214017936z", + "percent_hbd": 10000, + "permlink": "re-biophil-re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052359400z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T16:25:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1139, + "beneficiaries": [], + "body": "Nice post. Thanks for alerting me to it with the comment on my post. It's getting harder and harder to find all the hidden gems on Steemit these days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-16T05:24:48", + "curator_payout_value": { + "amount": "1172", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 130873, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "biophil", + "parent_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "percent_hbd": 10000, + "permlink": "re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052447400z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "title": "", + "total_payout_value": { + "amount": "3533", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T13:50:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 117, + "beneficiaries": [], + "body": "I've never seen that tilt-shift technique before. Very cool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "video", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-16T05:43:30", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 131032, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-18T19:06:09", + "last_update": "2016-07-16T05:43:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fyrstikken", + "parent_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "percent_hbd": 10000, + "permlink": "re-fyrstikken-welcome-to-norway-the-kingdom-on-the-very-top-of-the-world-20160716t054331200z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "title": "", + "total_payout_value": { + "amount": "371", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T10:54:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> The only solution that has been reliable is to use multiple signatures from keys stored on different devices\n\nHardware wallets have also been reliable, even without multisig. What clearly doesn't work is storing secrets on general purpose devices, and it gets worse as you add more and more complex general-purpose layers, with web applications more or less at the apex of this house of cards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-16T10:54:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 133986, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-24T01:38:09", + "last_update": "2016-07-16T10:54:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "does-blockchain-security-need-to-be-completely-reworked", + "percent_hbd": 10000, + "permlink": "re-dan-does-blockchain-security-need-to-be-completely-reworked-20160716t105421300z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "does-blockchain-security-need-to-be-completely-reworked", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T19:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Essentially everything is on the blockchain. The web site provides a 'view' of the blockchain.\n\nAs far as the business model of the company, it owns a large portion of the initial supply of Steem so it profits from the increase in value of Steem. There may also be some premium services or advertisements on the web site, but nothing specific has been announced.\n\nYou can read more about the initial distribution of Steem here: https://steem.io/roadmap/launch-and-sale/", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T07:20:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 139459, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/launch-and-sale/\"]}", + "last_payout": "2016-08-23T04:17:15", + "last_update": "2016-07-17T07:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "btc-dialog", + "parent_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "percent_hbd": 10000, + "permlink": "re-btc-dialog-question-how-does-the-website-interact-with-the-blockchain-20160717t072013400z", + "reward_weight": 10000, + "root_author": "btc-dialog", + "root_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T00:51:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 211094, + "beneficiaries": [], + "body": "> Would Steem fail if every blog post of a lady putting on her makeup is rewarded $26,000?\n\nI don't know that it would (FWIW, I do not believe that every such post would be so rewarded, only the first that emerged as a hit or others that offered something new). Look around you. The most commercially successful music is cookie cutter. The most successful TV shows are dumb. Nobody even buys books any more at all (other than maybe romance novels?). One of the top posts at reddit right now (5000 votes) is: \"Excluding my mom, what's the worst sex you've ever had?\"\n\nWhat is successful is what addresses the market as it exists, and that includes a great deal of demand for shallow content and being popular for being popular.\n\nAlso, implemention factors are very important. Voting is processed by the consensus code which needs to not only be kept relatively simple but also very high performance. This doesn't mean that your ideas can't work but to be a credible proposal you need to completely specify how and when the various processing steps occur. Of course that can be the subject of later posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-17T22:21:21", + "curator_payout_value": { + "amount": "14024", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 154495, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-17T22:42:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 22, + "parent_author": "anonymint", + "parent_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "percent_hbd": 10000, + "permlink": "re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t222121900z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "693654", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T07:55:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1963, + "beneficiaries": [], + "body": "Agree overall on most most points. Re. implementation, payouts are transactions too. Currently those perform a relatively simple calculations based on shares, and those transactions would need to remain limited in computational cost. I don't think this proposal changes that much though, it just has more complicated (but still computationally simple) accounting of shares by clutser. My concern is primarily the k-means clustering; Incremental k-means variants exist, so it is probably solvable. \n\nAlso, dividing users into clusters requires a minimum number of users in each cluster, thus a minimum number of users on the site as a while. At present I doubt that is feasible as the number of users on the site is just barely reaching the point where it works at all. Ideally of course the number of users will be much larger in the future, so something like this could be phased in.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T00:30:48", + "curator_payout_value": { + "amount": "2142", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 156528, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T00:31:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t232018335z", + "percent_hbd": 10000, + "permlink": "re-anonymint-re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t003048100z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "6449", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:20:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9, + "beneficiaries": [], + "body": "This doesn't work. I'll explain why in a response to your post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:20:42", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 160154, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T05:20:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t023106518z", + "percent_hbd": 10000, + "permlink": "re-alexgr-re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t052042900z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 8, + "beneficiaries": [], + "body": "There is no useful gaming here. Removing a vote does not benefit you in any significant way, other than: a) making the recommendation feature work better for you, and b) slightly increasing the payout on other posts (generally insignificant).\n\nMore specifically, voting is in effect spending the perishable resource known as vote power (which recharges from empty to full in five days). Removing the vote does not give you back the voting power you originally used, so you end up worse off than had you left the vote there (assuming the vote would have earned a reward >0).\n\nObviously this corresponds to your case (b), which as you say is the less interesting, and perhaps means that people won't remove erroneous votes. Even there, the incentive is to be a bit more careful and not make too many errors (which could mislead others about the state of voting). This is not necessarily a bad thing. The designers of the platform identified the same issues you did with (a) so they did not use it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:24:30", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 160213, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T00:23:39", + "last_update": "2016-07-18T05:27:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "curation-gamed-through-unvoting", + "percent_hbd": 10000, + "permlink": "re-alexgr-curation-gamed-through-unvoting-20160718t052428700z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "curation-gamed-through-unvoting", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:30:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Only downvoted, as I sometimes do, to prevent platform announcements from draining too much of the rewards pool away from other posts. I agree the new feature is quite interesting, potentially revolutionary. I look forward to seeing how it works out in practice. On merit alone (if a reward pool were not involved), I would upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:30:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 160277, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:30:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "percent_hbd": 10000, + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053031100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> As long as you get your account recovered before your account can power down (1 week) then 99% of your Steem Power will be safe.\n\nMinor correction. If you recover the account within a week, and it had not already been powering down, then 100% of the SP would be safe, not 99%. If power down was already in progress then it depends on the remaining time until the next power down, but if the account is recovered in time, 100% could still be safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:34:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 160322, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:34:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "percent_hbd": 10000, + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053409100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:43:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 70, + "beneficiaries": [], + "body": "The underutilized recommended posts feature is quite good in my experience. Probably your mileage will vary depending on your voting pattern.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:43:03", + "curator_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 160418, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:43:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160717t234627385z", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t054304100z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "title": "", + "total_payout_value": { + "amount": "230", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T09:22:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 213, + "beneficiaries": [], + "body": "I'll restate in my own words the comments from @limitless and @suchnewb that I completely agree with. Votes come from the audience. The size of the audience will, in general, decide the size of the payout. The audience for a technical bug report post is relatively small.\n\nPosting rewards are not a bug bounty. If one is desired, it should be administered a different way.\n\nHowever, you did learn another lesson with this post (currently earning $6500 as I write this), which is that by making valid and technically interesting bug reports, _and then blogging about it_, you become more relevant to a wider audience, leading to larger rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T05:51:00", + "curator_payout_value": { + "amount": "223", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 160515, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"limitless\",\"suchnewb\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "spaced", + "parent_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "percent_hbd": 10000, + "permlink": "re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t055059200z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "title": "", + "total_payout_value": { + "amount": "699", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T19:04:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Shift card is another option.", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T07:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 161679, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-25T02:38:12", + "last_update": "2016-07-18T07:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "heiditravels", + "parent_permlink": "re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t011850527z", + "percent_hbd": 10000, + "permlink": "re-heiditravels-re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t073202400z", + "reward_weight": 10000, + "root_author": "heiditravels", + "root_permlink": "let-s-get-uncomfortable", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T09:29:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> i was thinking there is nothing stopping these guys creating noob accounts and posts to shill bid themselves and then powering down \n\nVotes are stake-weighted so creating more accounts with stake divided between does not help at all.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pevo", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T09:29:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 162997, + "json_metadata": "{\"tags\":[\"pevo\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-18T09:29:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ph111p", + "parent_permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160717t214045560z", + "percent_hbd": 10000, + "permlink": "re-ph111p-re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160718t092956500z", + "reward_weight": 10000, + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T05:41:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "So your proposal is to have one contracted liquidity provider, subject to community review on the quality and cost of service they provide? Maybe that is reasonable.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-18T10:45:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 163865, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T12:32:30", + "last_update": "2016-07-18T10:45:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-jl777-solution-to-liquidity-points-bugs-20160718t095443421z", + "percent_hbd": 10000, + "permlink": "re-abit-re-jl777-solution-to-liquidity-points-bugs-20160718t104527100z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "solution-to-liquidity-points-bugs", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T16:02:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 514, + "beneficiaries": [], + "body": "It increased from 1 minute to 30 minutes. I see little evidence that it helps. Maybe too soon to say though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-18T10:47:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 163880, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:47:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "good-karma", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t090812950z", + "percent_hbd": 10000, + "permlink": "re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104707000z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "1804", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:02:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 46, + "beneficiaries": [], + "body": "At least that's an improvement.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T10:48:48", + "curator_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 163890, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T11:02:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "abit", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t093230884z", + "percent_hbd": 10000, + "permlink": "re-abit-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104849800z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:03:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 46, + "beneficiaries": [], + "body": "Nonstop order clearing would cause the highest SP to always win since network bandwidth is allocated by SP.\n\nI don't really know of a good solution. I think your idea of voting might be the best we're going to do, but it requires significant implementation effort and then the issue is whether voters will even be informed. Given the highly technical nature of the problem I suspect most voters would not be.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T10:58:57", + "curator_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 163993, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:58:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105350711z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105855900z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T07:22:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> UPDATE: The anonymous whale @pumpkin saved Pevo. Thank you!\n\n> I'm devastated that it's turned out to be a game for the biggest fish\n\nI guess not so devastated any more. LOL.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pevo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-19T00:45:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 177214, + "json_metadata": "{\"tags\":[\"pevo\"],\"users\":[\"pumpkin\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-19T00:45:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pharesim", + "parent_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "percent_hbd": 10000, + "permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160719t004517600z", + "reward_weight": 10000, + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T14:59:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 20, + "beneficiaries": [], + "body": "Considering that the blockchain can be used for all sorts of content and the UI is promised to be open source meaning adaptations with different target markets will be easy, it is quite possible that the reach will be much broader than just blog posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T02:39:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 178856, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T15:12:21", + "last_update": "2016-07-19T02:39:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "generalizethis", + "parent_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "percent_hbd": 10000, + "permlink": "re-generalizethis-steemit-will-it-link-all-the-things-discussion-topic-20160719t023909800z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "title": "", + "total_payout_value": { + "amount": "74", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T20:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 17, + "beneficiaries": [], + "body": "Voting is not something for nothing since voting power is consumed. When the post gets downvoted and has 0 SD rewards, those who tried to get a reward are worse off than if they had not participated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T23:54:24", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 203455, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T15:53:09", + "last_update": "2016-07-20T03:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "rodomonte", + "parent_permlink": "social-attack-on-steemit", + "percent_hbd": 10000, + "permlink": "re-rodomonte-social-attack-on-steemit-20160719t235424700z", + "reward_weight": 10000, + "root_author": "rodomonte", + "root_permlink": "social-attack-on-steemit", + "title": "", + "total_payout_value": { + "amount": "59", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:17:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Almost certainly hacked.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hiking", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:17:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 211249, + "json_metadata": "{\"tags\":[\"hiking\"]}", + "last_payout": "2016-08-24T11:54:48", + "last_update": "2016-07-20T06:17:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "noodhoog", + "parent_permlink": "re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t055616185z", + "percent_hbd": 10000, + "permlink": "re-noodhoog-re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t061711000z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "what-i-m-taking-to-survie-a-6-month-hiking-trip", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:24:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 40, + "beneficiaries": [], + "body": "> not sure why i can't reply directly to your comment\n\nMaximum comment depth is 6. Hopefully a solution to this will be found soon. It comes up a lot.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:24:12", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 211382, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T01:27:45", + "last_update": "2016-07-20T06:24:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "kyletorpey", + "parent_permlink": "re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160719t215219412z", + "percent_hbd": 10000, + "permlink": "re-kyletorpey-re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160720t062413000z", + "reward_weight": 10000, + "root_author": "kyletorpey", + "root_permlink": "hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit", + "title": "", + "total_payout_value": { + "amount": "142", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:29:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Is the system complicated enough already? That is one of the top objections. Adding more options doesn't seem like the way to go imo.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:29:15", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 211444, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T21:18:36", + "last_update": "2016-07-20T06:29:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "pheonike", + "parent_permlink": "option-to-have-a-variable-withdrawal-terms", + "percent_hbd": 10000, + "permlink": "re-pheonike-option-to-have-a-variable-withdrawal-terms-20160720t062915400z", + "reward_weight": 10000, + "root_author": "pheonike", + "root_permlink": "option-to-have-a-variable-withdrawal-terms", + "title": "", + "total_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T18:54:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That post was a nice scoop", + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-20T09:14:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 214285, + "json_metadata": "{\"tags\":[\"financial\"]}", + "last_payout": "2016-08-24T15:32:15", + "last_update": "2016-07-20T09:14:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cass", + "parent_permlink": "re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091240515z", + "percent_hbd": 10000, + "permlink": "re-cass-re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091418600z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T22:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice guide. Especially like the tutorial screen shots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T22:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 232026, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T13:41:30", + "last_update": "2016-07-20T22:43:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "get-33-more-steem-for-your-steem-dollars", + "percent_hbd": 10000, + "permlink": "re-anonymint-get-33-more-steem-for-your-steem-dollars-20160720t224317700z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "get-33-more-steem-for-your-steem-dollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T21:57:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Minor correction. Block time is 3 seconds, not 5.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-21T21:49:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 259214, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T06:35:39", + "last_update": "2016-07-21T21:49:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "percent_hbd": 10000, + "permlink": "re-anonymint-it-s-so-easy-to-become-a-millionaire-with-steem-20160721t214933400z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T08:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 269519, + "beneficiaries": [], + "body": "\"People who get to earn the equivalent of a CEO of a Fortune 500\"\n\nThis somewhat relevant because witnesses do more than run a node, they are also part of the governance process of the network by deciding which versions to run, generally providing input to the developer team, and serving as a conduit for representative stakeholder influence over the direction of Steem. In the great debate over the curation rewards (8.2/8.3 debate), witnesses were called upon to decide which version to accept going forward. The developer team frequently requests input and feedback from witnesses on the content of upcoming releases.\n\nThus you I suggest that one should choose witnesses not only based on whether blocks are signed, price feeds are updated, the money is channeled elsewhere, etc. but also based on the experience, expertise, judgement, vested interest in the success of the system, and character of the witness. \n\nThe Steem ecosystem is now approaching $500 million in market cap and while we may not quite need 19 Fortune 500 CEOs worth of qualifications yet, there may well come a time that 19 witnesses of that stature and caliber would be the best thing possible. We certainly do want highly experienced, highly vested, and highly capable witnesses who are best suited to represent the diverse interests in the Steem ecosystem and make excellent decisions about what makes a blockchain successful, not just server jockeys and grant administrators. Those sorts of qualifications do not come cheap, and if there is too much focus on witnesses as pass-throughs for money, then it will turn into a race to the bottom on compensation and the best qualified by the above criteria will certainly drop out.\n\nWhether all of the current 19 full-time witnesses are the ideal people for the job is something that the voters can decide. My personal opinion is that there are too many witnesses who are there primarily or entirely by virtue of their history with the Bitshares community, and I'd like to see at least one or more from the blogging/marketing side, though last point may be a bit of a challenge since the job does also require experience managing security-critical IT infrastructure (either directly or managing other people to do it). That combination may be quite scarce.\n\nFinally one should not dismiss too easily the costs of the actual infrastructure as Steemit continues to scale up. How much do you think Reddit spends on servers, etc.? Well each witness is something like 1/19 of the backbone infrastructure of Steemit and will be eventually be spending something similar. (Already the costs to run a _good_ witness node, along with associated seed nodes, including redundancy and headroom to not fail in the presence of viral growth, are not trivial.) One of the witnesses (sorry I don't recall which) has stated his opinion that each of the 19 witness slots will over time evolve into significant businesses each managing a data center and significant staff. If so then in addition to the above qualifications, witnesses also need to possess the capability to manage all aspects of this sort of rapidly-growing business without major mishaps, mismanagement, and down time. Again, you do not want the best qualified to drop out and leave the network in less capable hands.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-07-22T02:30:15", + "curator_payout_value": { + "amount": "9986", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 264500, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:27:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 78, + "parent_author": "cryptoctopus", + "parent_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "percent_hbd": 10000, + "permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t023015100z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "931996", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T04:41:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 30, + "beneficiaries": [], + "body": "Each witness decides independently on a method to update the price feed, which is supposed to provide a good indication of the Steem price in USD. The blockchain then averages these by taking a median each hour and then again by taking the median of the hourly samples over the past week. By keeping the feeds independent, any errors, malfunctions, or disagreements on the best method to assess the current price are filtered into a consensus. \n\nIn my opinion it is better that there not be a single method used by all or even most witnesses (for example most witnesses using the same script to update the feed), which case those would be more likely to fail or malfunction at the same time, or just introduce misleading prices due to a bias in the method.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-22T03:08:18", + "curator_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 265094, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T03:08:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kenny-crane", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t015238383z", + "percent_hbd": 10000, + "permlink": "re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t030817200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "102", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T05:56:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 593, + "beneficiaries": [], + "body": "I can only tell you the method I use which is to usually update it manually giving my best opinion of a fair market value at the time after examining market conditions. (I run a script when I know I wont be available to update it.) The main reason I do this is I see most of the other witnesses using a script and I want to maximize diversity in the method for the reasons I described. I can't speak to the specific methods that others use.\n\nAs far as why it is important, it is used for two things. One is the awarding of SD author rewards. Half the Steem paid out from the reward fund is converted to SD using the feed price. The other is the \"Convert SD to Steem\" operation, which converts on demand using the feed price one week later. (Most people should not be using the latter, by the way; it is intended to be a part of the inner workings of the pegging mechanism to be used, if at all, by expert traders when necessary. In my opinion it is a mistake that it is even available on the web site, and certainly that it is highly prominent where many have chosen it by mistake.)\n\nEDIT: Also dollar values displayed on the site use the price feed as an exchange rate, but that is somewhat arbitrary. The blockchain operations using it are more critical.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-22T04:41:54", + "curator_payout_value": { + "amount": "612", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 266629, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:56:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "kenny-crane", + "parent_permlink": "re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t042406885z", + "percent_hbd": 10000, + "permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "2050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T23:48:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 7, + "beneficiaries": [], + "body": "In addition to @pharesim's correct comment about 1/21 blocks being mined by proof of work, anyone can indeed be voted as a witness. 1/21 blocks are signed by a backup witness with frequency proportional to the number of votes. A backup witness is one that doesn't make the cut to the top 19. You can just vote for yourself, set up a witness node, and occasionally (very occasionally if your stake is small) sign a block and get the rewards. If others vote for you, you will sign more blocks.\n\nThe top 19 are special because they get to sign a block every round, so 19/21 of all the blocks on the chain are signed the top 19 (1/21 each).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-22T04:50:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 266760, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"pharesim\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T04:50:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "brennanhm", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t032234102z", + "percent_hbd": 10000, + "permlink": "re-brennanhm-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t045008000z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T05:45:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 33, + "beneficiaries": [], + "body": "@kenny-crane: \"I guess on the weekly power down from Steem Power to Steem...the price feed does Not come into play, because we just get an amount of Steem credited to our account that is equal to 1/104 of the amount we chose to power down.\"\n\nCorrect, the price feed does not come into play there", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T05:45:00", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 267437, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"kenny-crane\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "percent_hbd": 10000, + "permlink": "re-smooth-re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t054459200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "113", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T11:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 3399, + "beneficiaries": [], + "body": "Right. It is more akin to stock options than a salary or fee for service, because it is tied to the future value of Steem and can't be cashed out (more than 1% per week). This is a good thing because it means the interests of witnesses are aligned with the interests of Steem in terms of long term value (and increasingly so as witnesses are more vested). However, it does mean that you can't reasonably say to witnesses, \"You are being paid all this money, so you better go and spend it every week\" because no one is receiving that in actual, spendable, payments. Expecting strong qualifications, competence, engagement, attention and effective representation are entirely reasonable expectations however.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T05:52:54", + "curator_payout_value": { + "amount": "1251", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 267523, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:25:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "cryptoctopus", + "parent_permlink": "re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t014823963z", + "percent_hbd": 10000, + "permlink": "re-cryptoctopus-re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055254100z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "12156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T11:31:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4088, + "beneficiaries": [], + "body": "The witness signing key isn't visible on the web site. In the CLI you can use the show_witness command and update_witness command to change the key.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-22T05:54:51", + "curator_payout_value": { + "amount": "4706", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 267559, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "oliverb", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t020044946z", + "percent_hbd": 10000, + "permlink": "re-oliverb-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055453200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "14136", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T06:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Traders in the internal market have the opportunity to earn rewards based on a point system. It is described in the white paper, although some of the details were slightly changed in last hard fork.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T06:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 268039, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sauravrungta", + "parent_permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t053413965z", + "percent_hbd": 10000, + "permlink": "re-sauravrungta-re-steemitblog-steem-version-0-12-0-released-20160722t063201900z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T06:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"Users will be limited in the number of people they can and will follow\"\n\nUsers may or may not be limited in the number of people they will follow but they can't be limited in the number of people they can follow. The information is on the blockchain and if the steemit client doesn't support the full range of following options that users want then another client will.\n\nI also don't necessarily agree that content will be found because it is posted by a followed feed, especially not for viral content. That is almost the definition of it.\n\nOverall I think this approach is poorly thought out with respect to sybil attacks and will incentivize spamming of candidate viral content on multiple accounts where it more difficult to Ignore.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T06:34:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 268080, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:34:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemitblog", + "parent_permlink": "steem-version-0-12-0-released", + "percent_hbd": 10000, + "permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t063450600z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T12:17:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone can mine", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T12:17:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 272345, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T19:16:39", + "last_update": "2016-07-22T12:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bitcoiner", + "parent_permlink": "re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t084452049z", + "percent_hbd": 10000, + "permlink": "re-bitcoiner-re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t121739800z", + "reward_weight": 10000, + "root_author": "royaltiffany", + "root_permlink": "steemland-an-adventure", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T06:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 31, + "beneficiaries": [], + "body": "Is it hard to run your own API server?", + "cashout_time": "1969-12-31T23:59:59", + "category": "piston", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-22T18:05:27", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 278497, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-22T18:05:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "xeroc", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172322430z", + "percent_hbd": 10000, + "permlink": "re-xeroc-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180525100z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "title": "", + "total_payout_value": { + "amount": "109", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:23:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1312, + "beneficiaries": [], + "body": "Would be interesting if this became a successful method for funding open source projects wouldn't it?", + "cashout_time": "1969-12-31T23:59:59", + "category": "piston", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-23T01:39:36", + "curator_payout_value": { + "amount": "1022", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 287146, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-23T01:39:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "nippel66", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232105788z", + "percent_hbd": 10000, + "permlink": "re-nippel66-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013936600z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "title": "", + "total_payout_value": { + "amount": "3740", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T02:46:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Voters don't get rewards for voting on old posts. The authors still gets rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T01:56:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 287360, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T23:30:15", + "last_update": "2016-07-23T01:56:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t013518731z", + "percent_hbd": 10000, + "permlink": "re-joelinux-re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t015657200z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "a-call-for-a-temporary-moratorium-on-the-dao", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T02:48:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not possible. The starter account coins and SP coins earned as rewards can't be dumped. The claim is nonsense.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-23T02:48:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 288096, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T02:36:27", + "last_update": "2016-07-23T02:48:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "ltndd1", + "parent_permlink": "re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t023150233z", + "percent_hbd": 10000, + "permlink": "re-ltndd1-re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t024833700z", + "reward_weight": 10000, + "root_author": "ltndd1", + "root_permlink": "more-sexy-women-voted-to-the-top", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T08:15:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 10, + "beneficiaries": [], + "body": "IMO wash trading is really irrelevant. What is relevant to liquidity is when orders are on the book and offering liquidity, not when or how they come off the book. The problem with the current algorithm primarily stems from the awarding of points based on executed trades rather than time on the book and spread offered.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-23T08:11:24", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 292439, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-24T14:31:57", + "last_update": "2016-07-23T08:15:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "theoretical", + "parent_permlink": "re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160722t232255385z", + "percent_hbd": 10000, + "permlink": "re-theoretical-re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160723t081125200z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T06:47:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> the rumors are spreading that steemit is a whale on whale upvote-fest\n\nObviously you can't always rationally explain rumors but where is the evidence of this? I don't even see most whales posting at all, much less posting and getting undeserved votes from other whales. I do post comments pretty often and it is exceedingly rare they ever get votes from other whales.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-23T20:15:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 304800, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-23T20:15:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "jl777", + "parent_permlink": "re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t164112509z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t201525500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T01:50:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 13, + "beneficiaries": [], + "body": "Does the distribution chart include the 'steemit' account? That isn't a real account at all in the sense that it doesn't post, doesn't vote, and isn't an actual person. It is part of the bootstrapping capital structure and distribution model of Steemit/Steem. Those coins are effectively 'undistributed', much like the portion of Bitcoin's supply that hasn't been mined yet. It really has nothing to do with aquatic life.\n\nEDIT: the steemit account is excluded", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T20:23:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 305000, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "jl777", + "parent_permlink": "re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t162416881z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202329100z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:03:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I flagged because I feel this post is suffering from swarm voting and is over rewarded. That is not to say it isn't a worthwhile bit of writing but is really just a short note. I would not flag but for the already-excessive reward (if the reward drops I will remove the flag).", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-23T21:52:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 306823, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-23T21:52:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dana-edwards", + "parent_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160723t215243100z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T00:52:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "PM me on bitcointalk if you are interested in sponsorship for an open source GPU miner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T00:52:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 309995, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-25T11:23:33", + "last_update": "2016-07-24T00:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "djm34-in-da-place", + "percent_hbd": 10000, + "permlink": "re-djm34-djm34-in-da-place-20160724t005251700z", + "reward_weight": 10000, + "root_author": "djm34", + "root_permlink": "djm34-in-da-place", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T01:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I confirmed the steemit account is excluded.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T01:50:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 310863, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t203353683z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t015017200z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T02:15:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Okay I agree that rumors can be a real issue even if untrue. The rumor of whale-on-whale upvoting just surprises me since there isn't even grain of truth to it as far as I can tell. Most rumors start with _something_.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T02:15:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 311276, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T02:15:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202436586z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t021547500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:56:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 224, + "beneficiaries": [], + "body": "It is certainly not. Plagiarism is \"the practice of taking someone else's work or ideas and passing them off as one's own\" (source: Google \"define plagiarism\"). This is not being \"passed off\", it is properly credited and sourced.\n\nNot every post on Steemit has to be original. A lot of the value of information on the internet is collecting, selecting, and organizing of existing content in new ways.\n\nThe even bigger irony here is that the \"source\" that cheetah identified above is itself another news aggregation site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-24T08:42:21", + "curator_payout_value": { + "amount": "261", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 316018, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-24T08:42:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "recursive", + "parent_permlink": "re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t013659855z", + "percent_hbd": 10000, + "permlink": "re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t084221000z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", + "title": "", + "total_payout_value": { + "amount": "812", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T22:48:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 253, + "beneficiaries": [], + "body": "As I suggested on slack, just have the bot post a small, neutral message stating that it found similar content at another site, and give a link. Humans can then review the material and decide whether to make a stronger accusation.\n\nThis will not only defuse negative reactions from people who don't want to be accused by a bot (either falsely or as a matter of a gray area) but it also reduces the spammishness of the bot by making the bot-posted comment smaller.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-24T12:20:45", + "curator_payout_value": { + "amount": "69", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 319208, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T12:20:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "anyx", + "parent_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "percent_hbd": 10000, + "permlink": "re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t122046000z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "918", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:40:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 48, + "beneficiaries": [], + "body": "Why would you not expect the subscription fee to increase? The more popular Steem becomes the more access to the network is worth. Think of it like Paypal. Initially they paid people $10 to open an account, then transactions were entirely free for everyone. Then slowly various exceptions to free transactions were added to the point now where a huge portion of transactions now pay fees. Likewise Google. For years there were no ads at all. Then just a one line of text. Then a sidebar. Now there are sponsored search results that take significant effort to read through and ignore if you want to find the organic search results. The price went up. A lot.\n\nSteem is much the same. Right now the network is almost worthless, except as a promise. If all you were buying is a subscription to the current network with its current users and no prospects for growth, a fair price of that would be approximately zero. Now imagine a future where almost everyone is on Steem and that is one of the primary vehicles that people use to share information, communicate, and exchange payments; what will it be worth to not be excluded?\n\nBuying Steem Power now means you are buying access to the future network at something closer to the current network value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-24T22:25:57", + "curator_payout_value": { + "amount": "50", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 332822, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:27:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t134135424z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t222555200z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "174", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T22:31:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes I am developing bots. None are active yet, outside of occasional testing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T22:31:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 332924, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180222141z", + "percent_hbd": 10000, + "permlink": "re-eeks-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223106800z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 108, + "beneficiaries": [], + "body": "Bandwidth restrictions didn't work that well and are being improved in upcoming hard fork (Tue, 26 Jul 2016 15:00:00 UTC)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-24T22:32:18", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 332944, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:32:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180510180z", + "percent_hbd": 10000, + "permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:10:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not necessarily. It is absolutely true that most of your investments will lose money. Not the same thing.\n\nAlso there are not anywhere near 100K startups that ever reach 20K+ users. There are certainly quite a few that do and then fail, but the actual number is much lower than 100K.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-24T22:42:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 333106, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:43:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "james-show", + "parent_permlink": "re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t223954265z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:12:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@james-show Did you read arhag's post? There is a monetization plan. The plan is selling access to the network. That will cost significant money in the future, assuming the network is successful and desirable to access, and many people want to access it.\n\nThat doesn't make SP a good investment at current prices, but if you really wanted to know you would have to work out models of number of future users, how much their implied payments would be, and then discount back to the present. That's a valid way of doing analysis, not \"No Monetization Plan! Stay Away!\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:10:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 334814, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"james-show\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-25T00:12:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", + "percent_hbd": 10000, + "permlink": "re-smooth-re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160725t001033200z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@eeks. The changes are supposed to make the bandwidth restrictions more effective. There was already a soft fork deployed to block the very long individual comments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 334860, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T00:14:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "percent_hbd": 10000, + "permlink": "re-smooth-re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t001402300z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:17:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It's not your job to determine if an article is over rewarded\n\nThe blockchain disagrees, it hired me to perform precisely this job.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:17:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 334937, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:17:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pangur-ban", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t051410507z", + "percent_hbd": 10000, + "permlink": "re-pangur-ban-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001729900z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:03:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I downvote when I think over-rewarded posts are harmful to the success of the overall system and therefore to my investment. All rewards come from a common pool, therefore more reward for one post means less available for others.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T00:18:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 334961, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:18:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t174534158z", + "percent_hbd": 10000, + "permlink": "re-earnest-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001823200z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:22:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is a completely different question and a worthy debate. I don't like false accusations of misconduct very much though. If someone (or someone's bot) is going to make accusations or suggestions of such, they at least should be accurate as to what is being alleged.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 334993, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-25T00:22:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lukestokes", + "parent_permlink": "re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t150813542z", + "percent_hbd": 10000, + "permlink": "re-lukestokes-re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160725t002003700z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T01:53:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Why not? What is the harm in it?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T01:53:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 336482, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:25:30", + "last_update": "2016-07-25T01:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cloveandcinnamon", + "parent_permlink": "re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160724t044341464z", + "percent_hbd": 10000, + "permlink": "re-cloveandcinnamon-re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160725t015329400z", + "reward_weight": 10000, + "root_author": "thehousewife", + "root_permlink": "desperate-housewife-introducing-herself-to-the-steemit-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T13:30:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 206, + "beneficiaries": [], + "body": "This is correct, but it does not require that the copyright owner enforce any or every instance where the work is used. It is up to that party, and that party alone, to decide whether, for example, getting exposure on the Internet via social media is a net gain or a net loss. No one can legitimately impose such a decision on the copyright owner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T12:59:48", + "curator_payout_value": { + "amount": "242", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 344893, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:30:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "winstonwolfe", + "parent_permlink": "re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t074014863z", + "percent_hbd": 10000, + "permlink": "re-winstonwolfe-re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t125948600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "744", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:22:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 257, + "beneficiaries": [], + "body": "It isn't only luck, it is consistency and reputation. @masteryoda has been finding and sharing great content for months and has developed a following. If your content is excellent as his has been, then you can develop a following as well, but it takes time and persistence.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T13:46:51", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 345921, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:46:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "rnobrega", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t092942652z", + "percent_hbd": 10000, + "permlink": "re-rnobrega-re-masteryoda-why-i-removed-all-my-posts-20160725t134650800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "928", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 142, + "beneficiaries": [], + "body": "I respectfully disagree, especially once the follow feature is fully implemented. A curated feed of carefully selected high quality links can be extremely valuable even without the need to add some sort of comment to each and every one. If I find a poster who consistently identifies and and collects sources from the Internet of interest to me that is worth a lot and it is something I'm willing to pay for, even without added writing. That is especially the case in this format where the added discussion can take place interactively via comments. It doesn't have to be in the original post or from the person making the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-25T14:10:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 346454, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:10:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "eeks", + "parent_permlink": "re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180434462z", + "percent_hbd": 10000, + "permlink": "re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141005600z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "204", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:18:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That's not quite correct. The bot has made a lot (hundreds of thousands) but the entire account balance did not come from the bot. The owner of the account was also a successful early miner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T14:13:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 346544, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:13:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemedbroccoli", + "parent_permlink": "re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t012304883z", + "percent_hbd": 10000, + "permlink": "re-steemedbroccoli-re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141319700z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:16:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes, I see that. It is much improved. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:16:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 346625, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:16:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t171558724z", + "percent_hbd": 10000, + "permlink": "re-anyx-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141610700z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:34:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Firstly, I believe I read that that interest rate just marginally accounts for currency debasement\n\nThat's not true in Steem Dollars", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:34:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 347134, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t122956993z", + "percent_hbd": 10000, + "permlink": "re-positive-re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143440800z", + "reward_weight": 10000, + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:38:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 10, + "beneficiaries": [], + "body": "One important point is that the 10% interest rate is not guaranteed to remain the same in the future. You can earn the 10% for now, but expecting it for 10 years is probably unrealistic.", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:38:09", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 347201, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:38:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "karnal", + "parent_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "percent_hbd": 10000, + "permlink": "re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143808600z", + "reward_weight": 10000, + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T15:01:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 67, + "beneficiaries": [], + "body": "We can't have that", + "cashout_time": "1969-12-31T23:59:59", + "category": "area", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T14:53:48", + "curator_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 347539, + "json_metadata": "{\"tags\":[\"area\"]}", + "last_payout": "2016-08-25T16:25:36", + "last_update": "2016-07-25T14:53:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "brianphobos", + "parent_permlink": "re-steve-mcclair-area-51-steemit-has-arrived-20160725t145207235z", + "percent_hbd": 10000, + "permlink": "re-brianphobos-re-steve-mcclair-area-51-steemit-has-arrived-20160725t145344400z", + "reward_weight": 10000, + "root_author": "steve-mcclair", + "root_permlink": "area-51-steemit-has-arrived", + "title": "", + "total_payout_value": { + "amount": "240", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T15:39:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I view it as more a matter of having a place, as you put it, than a core. But I also don't think it (or anything else outside of clear abuse) should be strongly discouraged. Everything is an experiment now and crushing something at an early stage could potentially kill what evolves into something valuable and a big draw. If no one likes these posts and they don't get upvotes, then so be it. I could say likewise about differentiation. There are plenty of blogging sites already too. Steemit has to find its own unique positioning.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T15:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 348604, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T15:39:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t150015686z", + "percent_hbd": 10000, + "permlink": "re-eeks-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t153608800z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T22:49:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If so please use a link shortener and keep the whole thing very brief. One of my objections to the original message, in addition to the tone, was the size of it (still an issue to a lesser degree). Because the message is posted frequently (including false positives) this can easily become spammish and annoy people. Such services are must useful when they add value when they can without detracting from the site when they don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T22:48:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 360170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T22:49:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "patrice", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t215834531z", + "percent_hbd": 10000, + "permlink": "re-patrice-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t224840200z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T13:07:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 115288, + "beneficiaries": [], + "body": "This post is being downvoted for what reason exactly? While you may not agree with @masteryoda's views nor his conclusions, the post itself is original writing, expresses a sincere opinion, and raises important issues about behavior on the site.\n\nThe degree of downvoting on this post demonstrates the level of hostility and negative brigading that is starting to go on here. To those doing it, you have proven @masteryoda's point very nicely. Congratulations to all the bitter people who are seriously damaging what has up to this point has largely been a positive and empowering environment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T22:54:03", + "curator_payout_value": { + "amount": "1070", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 360280, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T22:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "masteryoda", + "parent_permlink": "why-i-removed-all-my-posts", + "percent_hbd": 10000, + "permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t225404600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "416880", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T07:46:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 218, + "beneficiaries": [], + "body": "> he takes images from avax.news which in turn took images from the BBC, this is promoting whose creativity exactly?\n\n@masteryoda's quite obviously. His feed of carefully selected stories about significant news-making photographs and videos was one of the most consistent and highest-quality sources of content on Steemit. I very much doubt you could what he did even 1% as well as he did it.\n\nYour narrow-mined ideas about creativity, talent, and value need to be very seriously reexamined.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T23:52:39", + "curator_payout_value": { + "amount": "256", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 361485, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T23:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "doctorstrange", + "parent_permlink": "re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t174007425z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t235239600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "788", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:26:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can define it as a problem or you can be realistic about it, but not both. There will be a million users (if we're lucky) sharing content, just as there have been on every single social media site in the the history of the Internet. That's what people do. It will need to be addressed by copyright holders making takedown requests _when they object_ (which isn't always), just as it is on every other web property.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:26:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 362247, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:26:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "doctorstrange", + "parent_permlink": "re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160725t235223171z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160726t002633700z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 150, + "beneficiaries": [], + "body": "> What's going to happen when millions of people are here acting a fool and trying to earn a quick buck copying YOUR content?\n\nWhat is going to happen, as I replied to you elsewhere, is that those millions of people will share content and in some cases, copyright owners will object and submit takedown requests. There is no other solution that is viable in the case of user-submitted content. Other users taking it upon themselves to bully and brigade when _they assume_ something is improper is not a reliable scalable solution, and it further causes more harm than good in fostering a confrontational and negative environment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-26T00:30:18", + "curator_payout_value": { + "amount": "173", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 362303, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:30:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160725t200502608z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t003016300z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "542", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:31:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> this place will turn into a hive of asslickers\n\nThat and link spammers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:31:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 362337, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:31:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ztl", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t151314876z", + "percent_hbd": 10000, + "permlink": "re-ztl-re-masteryoda-why-i-removed-all-my-posts-20160726t003129100z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 139, + "beneficiaries": [], + "body": "You are correct. @masteryoda always gave credit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:32:21", + "curator_payout_value": { + "amount": "166", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 362353, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "karchersmith", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t210604149z", + "percent_hbd": 10000, + "permlink": "re-karchersmith-re-masteryoda-why-i-removed-all-my-posts-20160726t003221100z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "502", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Buying votes (including by raffle) is considered abuse. Downvoted.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-26T02:20:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 364191, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T02:20:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t022046200z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T03:47:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The problem is it all draws from the common reward pool; manipulating votes means you are pulling rewards away from other posts that are being voted on merit. If each sub had its own pool that would be different.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T03:47:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 365874, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T03:47:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024338404z", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t034734600z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "As discussed in PM, the issue of reward abuse is decided by community consensus, not any sort of explicit rules (who would enforce them on a blockchain anyway?). The major stakeholders decide what is abusive and voluntarily flag/downvote to discourage it. We get no rewards for downvoting and our only incentive is to maximize the success of the system (and therefore the value of our investment). This is in fact an explicit part of the design that is discussed in the whitepaper.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T04:37:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 366827, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t035058390z", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t043719600z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T04:38:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The menu was moved to the upper right after I posted that comment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemhelp", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T04:38:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 366839, + "json_metadata": "{\"tags\":[\"steemhelp\"]}", + "last_payout": "2016-08-23T01:52:24", + "last_update": "2016-07-26T04:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "yuji225", + "parent_permlink": "re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t023110221z", + "percent_hbd": 10000, + "permlink": "re-yuji225-re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t043820800z", + "reward_weight": 10000, + "root_author": "pairmike", + "root_permlink": "how-to-vote-for-a-steem-witness-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a marketplace being developed. I don't know if it will have auction features but that certainly wouldn't surprise me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T05:27:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 367457, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bradvanceauthor", + "parent_permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024123780z", + "percent_hbd": 10000, + "permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t052745800z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:34:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome to social media. People share interesting content they find online, some are good at doing so, and this creates value for followers. _Sometimes_ content owners decide to assert rights and have the content taken down, but often they don't.\n\nYou are welcome to write as many 50 line comments against this concept of social media value creation by finding and sharing of content, and you may even be correct in a sense, but in terms of the bigger picture you are completely wrong. When millions of users come, if they do, they will be doing the same thing here they do everywhere to find, select, and share content, and you won't be able to bully them the way @masteryoda has been bullied.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T08:34:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 369009, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:34:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t080236568z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t083504800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your comments are interesting and I'm happy to respectfully agree to disagree (though also agree in some ways).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T08:38:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 369045, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:38:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t072330092z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t083859500z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T13:49:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1153, + "beneficiaries": [], + "body": "Minor clarification. @ned and @dan are the founders of Steemit, who along with their team, built this system. @berniesanders, @kushed and I (and a few others) are very early adopters, and as significant stakeholders we've occasionally offered our opinions to @ned and @dan about how to make Steemit better, but we didn't build it and I don't want to take credit for what is not deserved.\n\nAnd on that note, Welcome To Steemit, FT-J!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T09:32:15", + "curator_payout_value": { + "amount": "1338", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 369603, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ned\",\"dan\",\"berniesanders\",\"kushed\"]}", + "last_payout": "2016-08-26T13:16:03", + "last_update": "2016-07-26T09:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "fintech-jesus", + "parent_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "percent_hbd": 10000, + "permlink": "re-fintech-jesus-the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me-20160726t093214900z", + "reward_weight": 10000, + "root_author": "fintech-jesus", + "root_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "title": "", + "total_payout_value": { + "amount": "4050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T10:13:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 408, + "beneficiaries": [], + "body": "Repost of the same content from 3 days ago: https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "cashout_time": "1969-12-31T23:59:59", + "category": "whales", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-26T09:56:18", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 369834, + "json_metadata": "{\"tags\":[\"whales\"],\"links\":[\"https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales\"]}", + "last_payout": "2016-08-26T09:30:12", + "last_update": "2016-07-26T09:56:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "gavvet", + "parent_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "percent_hbd": 10000, + "permlink": "re-gavvet-steemit-the-wild-west-of-the-future-internet-we-need-more-whales-20160726t095619000z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "title": "", + "total_payout_value": { + "amount": "1440", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:43:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted to limit the high drain on the reward pool. The post itself is good and relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-26T13:14:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 372820, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-07-26T13:14:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dan", + "parent_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "percent_hbd": 10000, + "permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t131428100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:40:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 525, + "beneficiaries": [], + "body": "Removed. @jamtaylor discovered the fraud.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-26T15:04:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 375308, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:16:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "robertkim", + "parent_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "percent_hbd": 10000, + "permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150432800z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "1868", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T15:17:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "i.e. Image is photoshopped and profile is a fraud. Thanks for finding @jamtaylor.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T15:17:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 375633, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:17:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jamtaylor", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150749803z", + "percent_hbd": 10000, + "permlink": "re-jamtaylor-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151724700z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T03:17:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "I generally don't vote for them any more unless they are something exceptional and have verification. I made a mistake initially upvoting this one since it did seem exceptional but thankfully @jamtaylor did a better job of vetting it than I did.\n\nI do agree that the high consistent payouts on introduceyourself posts were a magnet for scammers and the scammers area clearly here now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-26T15:21:54", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 375767, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:21:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "zerohero", + "parent_permlink": "re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151807941z", + "percent_hbd": 10000, + "permlink": "re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t152154700z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "131", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T22:58:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Obviously you should make sure any app you use is legitimate but you can also protect yourself by logging into the app (once that feature is available) using your posting key. That limits the app to posting and voting, and blocks any attempt to access your funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T22:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 387724, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T21:27:30", + "last_update": "2016-07-26T22:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonimau5", + "parent_permlink": "re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t221812184z", + "percent_hbd": 10000, + "permlink": "re-anonimau5-re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t223101800z", + "reward_weight": 10000, + "root_author": "riensen", + "root_permlink": "steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T02:22:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I rarely upvote the Steem circle-jerk cheerleading posts, but when someone like BayAreaCoins who has been around crypto for years and seen it all makes a statement like this, it is worth taking notice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T02:22:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 392225, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-26T16:06:54", + "last_update": "2016-07-27T02:22:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "bayareacoins", + "parent_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem-20160727t022250100z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T02:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T02:24:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 392286, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-26T08:04:12", + "last_update": "2016-07-27T02:24:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "percent_hbd": 10000, + "permlink": "re-bayareacoins-is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit-20160727t022445300z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should certainly be rewarded and I have upvoted you. The @ricegum posts slipped by me because I was familiar with that poster and was tricked by her earlier verification (which may have been real or not, but even if so, it doesn't excuse plagiarism). That said, we don't know for sure that she isn't the author of those other posts, do we?\n\nGenerally speaking, I've greatly reduced my voting on introduceyourself posts as I do feel that the consistent rewards have become a magnet for professional scammers. It is unfortunate that what was a nice vehicle for welcoming people to the community and distributing coins has now become an incubator of abuse, but that is how things work on the Internet, so we must adapt and move forward.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T02:29:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 392374, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ricegum\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t233002308z", + "percent_hbd": 10000, + "permlink": "re-earnest-re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t022944600z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:06:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What he said", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:06:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 393993, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T04:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "re-timd-tf222-20160726t154948759z", + "percent_hbd": 10000, + "permlink": "re-dan-re-timd-tf222-20160727t040628000z", + "reward_weight": 10000, + "root_author": "timd", + "root_permlink": "tf222", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:11:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice tutoral showing how to use Google search to find images that are authorized for reuse:\n\nhttps://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 394108, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"https://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability\"]}", + "last_payout": "2016-08-26T11:10:30", + "last_update": "2016-07-27T04:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "repholder", + "parent_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "percent_hbd": 10000, + "permlink": "re-repholder-how-copying-and-pasting-images-can-get-you-in-trouble-20160727t041121900z", + "reward_weight": 10000, + "root_author": "repholder", + "root_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It was more of a hypothetical. If I'm willing to pay for something it is a strong indication that it has real value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 394246, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-27T04:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "minion", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160726t192549408z", + "percent_hbd": 10000, + "permlink": "re-minion-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160727t041748400z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:22:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "See @jamtaylor's comment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:22:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 394328, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:22:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t185516490z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t042201400z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T02:21:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 165, + "beneficiaries": [], + "body": "Don't get discouraged. What @dan said is absolutely right. If your quality posts and comments aren't being recognized it may simply be that the usage of the site has exploded and whales can't be everywhere. This is a good thing because it means that usage is growing!\n\nBut as more and more dolphins (and just regular fish) grow up, there will be more and more powerful upvotes to go around all over the site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-07-27T05:49:24", + "curator_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 395796, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T05:49:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "getssidetracked", + "parent_permlink": "re-dan-re-timd-tf222-20160727t040906312z", + "percent_hbd": 10000, + "permlink": "re-getssidetracked-re-dan-re-timd-tf222-20160727t054923000z", + "reward_weight": 10000, + "root_author": "timd", + "root_permlink": "tf222", + "title": "", + "total_payout_value": { + "amount": "579", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:37:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": ""Signficant faction" need not be very large. ETC started out with little support (mostly just Poloniex) and looked to be on track to fail until new money started to flow in. But that tiny bit of support immediately post-fork was enough to give it a chance. The outcome is still unclear of course, but it doesn't look at this point like miners will have a lot to do with it. As I write this, mining ETC is extremely profitable and miners are flocking to it for that reason.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T09:36:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 398902, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-27T09:36:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joelkatz", + "parent_permlink": "re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t065910084z", + "percent_hbd": 10000, + "permlink": "re-joelkatz-re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t093650900z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "lets-stop-lying-about-the-ethereum-fork", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T11:15:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "https://www.instagram.com/p/RExL85J6pP/", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T11:15:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 400611, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/p/RExL85J6pP/\"]}", + "last_payout": "2016-08-26T19:55:51", + "last_update": "2016-07-27T11:15:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "katya", + "parent_permlink": "re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t101119715z", + "percent_hbd": 10000, + "permlink": "re-katya-re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t111504500z", + "reward_weight": 10000, + "root_author": "katya", + "root_permlink": "hi-i-m-a-russian-girl-that-enjoys-making-cakes", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T07:44:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Possibly is not going to be good enough any more. #introduceyourself has become a magnet for scammers. If this is actually real, she can post better verification (like a video)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-27T11:54:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 401374, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T15:08:00", + "last_update": "2016-07-27T11:55:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "williambanks", + "parent_permlink": "re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t092709388z", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t115409000z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T18:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 149, + "beneficiaries": [], + "body": "A better way to look at it is that the SP grows, but the dollar value is _unknown_.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T18:35:36", + "curator_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 412158, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T19:35:09", + "last_update": "2016-07-27T18:35:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "oliverb", + "parent_permlink": "re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t052402679z", + "percent_hbd": 10000, + "permlink": "re-oliverb-re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t183534700z", + "reward_weight": 10000, + "root_author": "kevinwong", + "root_permlink": "what-to-do-if-you-have-more-than-10-000-steem-power", + "title": "", + "total_payout_value": { + "amount": "521", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T18:45:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for uncredited image reuse", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychedelic", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T04:39:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 455002, + "json_metadata": "{\"tags\":[\"psychedelic\"]}", + "last_payout": "2016-08-28T16:38:27", + "last_update": "2016-07-29T04:39:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "deathsangel", + "parent_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "percent_hbd": 10000, + "permlink": "re-deathsangel-psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed-20160729t043941200z", + "reward_weight": 10000, + "root_author": "deathsangel", + "root_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T06:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That feature is part of the underlying pegging mechanism and is best ignored by most users in favor of either the internal market or an exchange.", + "cashout_time": "1969-12-31T23:59:59", + "category": "questions", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:26:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 456612, + "json_metadata": "{\"tags\":[\"questions\"]}", + "last_payout": "2016-08-26T01:15:51", + "last_update": "2016-07-29T06:26:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "question-answers", + "parent_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "percent_hbd": 10000, + "permlink": "re-question-answers-why-does-conversion-from-steem-dollars-to-steem-take-1-week-20160729t062645500z", + "reward_weight": 10000, + "root_author": "question-answers", + "root_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T06:58:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> @Kushed\n\nHe was voted out most of the past few weeks. As I write this, I'm happy to see that he is back in. Hopefully that continues and Kushed provides updates going forward.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:55:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 457039, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:55:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "percent_hbd": 10000, + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065546900z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:18:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I sometimes use them for some automated processes, trading strategies, and to organize funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T06:58:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 457088, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:58:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234100320z", + "percent_hbd": 10000, + "permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065843100z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T07:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> so one must know how to run a server and know some programming language?\n\nNo programming is required but you do need to know how to run a server, secure it properly, manage updates, etc. Some scripting may be useful (for example many witnesses use custom scripts to update the feed or for other procedures).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:59:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 457105, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:59:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daf", + "parent_permlink": "re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234642621z", + "percent_hbd": 10000, + "permlink": "re-daf-re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065954600z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T07:08:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "To expand on that a bit, anyone can be a witness if you run a properly-configured node and get just a single vote (even just yourself). However, only the top 19 witnesses are considered primary or full-time witnesses who sign a block (and get a reward) during each round of 21 blocks (63 seconds).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T07:03:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 457175, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T07:03:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234845932z", + "percent_hbd": 10000, + "permlink": "re-clains-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t070311200z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:18:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you for the words of support", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T12:18:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 462059, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T12:18:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t103602461z", + "percent_hbd": 10000, + "permlink": "re-kuriko-re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t121813500z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:01:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 27, + "beneficiaries": [], + "body": "Thanks for the review. Would definitely like to see more of these!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:11:45", + "curator_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 477989, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-29T13:32:03", + "last_update": "2016-07-30T01:11:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "percent_hbd": 10000, + "permlink": "re-lasvegasgirl-my-visit-to-gordon-ramsay-burgr-in-las-vegas-20160730t011146700z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "title": "", + "total_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T01:25:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Agree with @tuck-fheman", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T01:25:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 478154, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"tuck-fheman\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:25:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222944913z", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-re-dantheman-notice-to-bot-spammers-20160730t012524100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:47:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 94, + "beneficiaries": [], + "body": "Flagged for outsize payout on platform updates. Voters, please consider that your votes allocate money and do not merely signify approval or agreement. If you wish to do the later, consider commenting instead.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:26:33", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478176, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:26:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "dantheman", + "parent_permlink": "notice-to-bot-spammers", + "percent_hbd": 10000, + "permlink": "re-dantheman-notice-to-bot-spammers-20160730t012633100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T14:12:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9522, + "beneficiaries": [], + "body": "Nice post. Many are not aware of the many different aspects of Steem. It is good to hear how things look from the trading and market making perspective.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-30T01:42:00", + "curator_payout_value": { + "amount": "8680", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478410, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-29T15:28:18", + "last_update": "2016-07-30T01:42:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 37, + "parent_author": "jasonmcz", + "parent_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "percent_hbd": 10000, + "permlink": "re-jasonmcz-the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source-20160730t014202100z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "title": "", + "total_payout_value": { + "amount": "26860", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:06:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 12, + "beneficiaries": [], + "body": "There are no curation rewards whatsoever past the first payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:50:24", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 478528, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T03:37:48", + "last_update": "2016-07-30T01:50:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160729t194111955z", + "percent_hbd": 10000, + "permlink": "re-alexgr-re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160730t015023200z", + "reward_weight": 10000, + "root_author": "au1nethyb1", + "root_permlink": "everyone-deserves-a-second-chance-on-steemit", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:14:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "A hard fork can be said to occur when a significant portion of the economy decides to adopt a version of the software implementing blockchain validation rules that are incompatible with the previous rules.\n\nIn theory anyone can hard fork a chain, because they can start running a different version of the software of their own design. But this is pretty meaningless if no one else adopts it. What makes a hard fork meaningful is people deciding to adopt it, most clearly when everyone or nearly everyone does.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-30T05:37:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 481688, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-30T05:37:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "is-a-hard-fork-implemented-or-voted-on", + "percent_hbd": 10000, + "permlink": "re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t053752500z", + "reward_weight": 10000, + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T06:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for outsize reward on a two-line platform update. Voters, please consider that your votes not only express agreement or approval but also determine the allocation of the reward pool. If too much goes to posts like this, then all the other great content on the site gets less. If your intent is primarily to express agreement, please consider posting a comment instead.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T06:10:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 482102, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-30T06:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "notice-to-tag-spammers", + "percent_hbd": 10000, + "permlink": "re-dantheman-notice-to-tag-spammers-20160730t060959300z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 753, + "beneficiaries": [], + "body": "I'll agree but I'm not giving you a huge upvote either. I don't think official announcements or progress post should take a huge portion of the reward pool but I also don't think your posts should for questioning it.\n\nLet's leave the reward pool for people who actually post interesting, entertaining, enlightening and inspiring content and stop draining it with a continual a circle jerk of steemit posts about steemit itself.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-30T08:39:06", + "curator_payout_value": { + "amount": "89", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 483967, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:51:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "knozaki2015", + "parent_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "percent_hbd": 10000, + "permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t083903700z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "title": "", + "total_payout_value": { + "amount": "1919", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T09:26:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 76, + "beneficiaries": [], + "body": "A feature to do exactly this was implemented in one of the previous hard forks but it isn't being used.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-30T08:53:30", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 484170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cass", + "parent_permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t084415648z", + "percent_hbd": 10000, + "permlink": "re-cass-re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t085331200z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "title": "", + "total_payout_value": { + "amount": "212", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:40:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What a beautiful family. Great to see you here as part of the Steemit community!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-30T09:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 484851, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T22:43:36", + "last_update": "2016-07-30T09:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "celebr1ty", + "parent_permlink": "on-the-way-to-my-dream", + "percent_hbd": 10000, + "permlink": "re-celebr1ty-on-the-way-to-my-dream-20160730t093843200z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "on-the-way-to-my-dream", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 13, + "beneficiaries": [], + "body": "The last chart is quite interesting. I think most would assume that pretty girls are getting all the money. Apparently not.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-30T11:17:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 486161, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T11:17:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "saulius", + "parent_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "percent_hbd": 10000, + "permlink": "re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t111752800z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "title": "", + "total_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> at first there are more men on Steemit\n\nNot significantly in this sample. Users by gender above shows 53/47.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:00:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 499062, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T22:00:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bulkygangsta", + "parent_permlink": "re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t203747080z", + "percent_hbd": 10000, + "permlink": "re-bulkygangsta-re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t220028500z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the reports from Africa. Fascinating.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:14:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499384, + "json_metadata": "{\"tags\":[\"blog\"]}", + "last_payout": "2016-08-30T10:24:30", + "last_update": "2016-07-30T22:14:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bycz", + "parent_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "percent_hbd": 10000, + "permlink": "re-bycz-africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up-20160730t221434500z", + "reward_weight": 10000, + "root_author": "bycz", + "root_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T00:55:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome, but if you don't mind would you verify that this is the real blockchain girl by posting a link to this post from one of your established social media accounts? The very significant cash rewards here make impersonation (even with photoshopped verification photos) a serious concern. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-30T22:48:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 500089, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T22:48:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "blockchaingirl", + "parent_permlink": "the-blockchain-girl-has-joined-steemit", + "percent_hbd": 10000, + "permlink": "re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t224846000z", + "reward_weight": 10000, + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:00:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Confirmed, thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T23:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 500309, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T23:00:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "blockchaingirl", + "parent_permlink": "re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t225501024z", + "percent_hbd": 10000, + "permlink": "re-blockchaingirl-re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t230016400z", + "reward_weight": 10000, + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please confirm that the photos are your original work and tell us a bit about them (when they were taken, etc.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T23:35:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 500959, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-30T11:58:06", + "last_update": "2016-07-30T23:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "panenka", + "parent_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "percent_hbd": 10000, + "permlink": "re-panenka-the-beautiful-walled-city-of-dubrovnik-croatia-20160730t233545600z", + "reward_weight": 10000, + "root_author": "panenka", + "root_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T22:33:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 94755, + "beneficiaries": [], + "body": "I think this is a reasonable topic of discussion so I upvoted it.\n\n> Surely if money is used to buy them then they would be bought for the sole reason of money\n\nThis logic (particularly the suggestion that someone having a financial interest is harmful) seems highly flawed to me. If someone buys into Steem, particularly in a big way, they are invested in the success of the system. The idea that people with an investment in the system would act to maintain and improve the system is very much built in to the design and discussed extensively in the white paper. \n\nWhy do you think this is a bad thing?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 16, + "children_abs_rshares": 0, + "created": "2016-07-31T01:56:42", + "curator_payout_value": { + "amount": "86820", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 503255, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T01:57:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "egjoshslim", + "parent_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "percent_hbd": 10000, + "permlink": "re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t015641500z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "260967", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T01:15:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Private messaging is already implemented on the blockchain and just needs the Web UI to be completed. It is both in-progress and on the [roadmap](https://steem.io/roadmap/).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-31T04:11:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 505028, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T04:11:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "danroseman", + "parent_permlink": "re-r0achtheunsavory-steemit-feature-wish-list-20160731t003744319z", + "percent_hbd": 10000, + "permlink": "re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t041116800z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T05:32:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "People change keys for all sorts of reasons. Seeing that on the blockchain means very little.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T04:43:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 505364, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:43:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "complexring", + "parent_permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t035741843z", + "percent_hbd": 10000, + "permlink": "re-complexring-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044357100z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:32:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> This is exactly the same as buying a fully decked out World of Warcraft account from ebay\n\nOkay then, thank you for confirming that this isn't an issue worth being particularly concerned about. World of Warcraft is extremely successful.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-31T04:44:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 505372, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:45:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t024605498z", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044451800z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T16:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I'm well aware of what a hard fork has been in the past for coins with miners\n\nI'm not sure you are. Reread my comment because it already answered every question or issue raised in your reply, and likely every further question or issue you could raise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T06:53:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 506388, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-31T06:53:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t184905703z", + "percent_hbd": 10000, + "permlink": "re-coinz-re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160731t065352200z", + "reward_weight": 10000, + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T11:36:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The follow list is also partially implemented. I'm not sure what plans there are for filtering.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T11:36:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 508830, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T11:36:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t062145871z", + "percent_hbd": 10000, + "permlink": "re-r0achtheunsavory-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t113625600z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:42:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as off topic", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T23:29:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 522631, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T23:29:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t195157237z", + "percent_hbd": 10000, + "permlink": "re-earnest-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t232936500z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:32:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree with you that Steemit is unlikely to implement an effective and useful reputation system that does more good than harm. Unlikely does not mean impossible though, so I'm willing to keep an open mind.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T23:32:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 522690, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T23:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t120717075z", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t233243800z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Soylent's main page has a picture of a table beet, (the red vegetable beet).Beet sugar is a white beet from which pure sugar (99.9% sucrose) is extracted. There are no 'beets' as we call them, or that pictured in Soylent. This is a _**mistake**_ on their part. This type of _**misunderstanding**_ of ingredient information is common when a third party formulates a food product as is likely the case here. \n\nI can't decide you actually believe that, but I certainly don't", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T23:38:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 522810, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-31T11:26:54", + "last_update": "2016-08-01T00:10:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "andrewfoodist", + "parent_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "percent_hbd": 10000, + "permlink": "re-andrewfoodist-soylent-ingredient-breakdown-from-a-food-scientist-20160731t233830700z", + "reward_weight": 10000, + "root_author": "andrewfoodist", + "root_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:05:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In the _long_ term this is correct. It is unlikely you will be able to live off of SP-generated income indefinitely. But as long as adoption and speculative demand is increasing, the value increase of SP should more than offset the inflation. Also, 10% is only the maximum and the actual rate depends on the liquid STEEM supply. Finally, as long as liquidity rewards are disabled (or reduced), the maximum is actually lower. Liquidity rewards account for about 25% of the total inflation rate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T00:05:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 523223, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:05:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "furion", + "parent_permlink": "re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t130920600z", + "percent_hbd": 10000, + "permlink": "re-furion-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000515500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:07:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "No other way for your vests to change aside from earning rewards paid in SP. However, the total number of vests changes when other people power up, power down, or earn rewards paid in SP.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T00:06:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 523255, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:07:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t200819827z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000640900z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:17:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 8307, + "beneficiaries": [], + "body": "A few comments:\n\n#### Sybil attacks\n\nThe way to stop Sybil attacks is to stop creating ways for Sybils to attack. For example, the recent change to posting rewards directly incentivizes Sybil attacks (I don't know whether they are already occurring, but I suspect yes) by those wanting to spam low quality posts out of a hope that some of them, even a small number, produce rewards (comment spamming is the same, and is not currently Sybil attacked because comments don't yet have a per-account quota, but introduce such a quota and that is exactly what will happen). \n\nAnother example is the Hot view, which uses vote count as a metric. This was originally the front page and was moved to an alternate view because it clearly incentivizes Sybil attacks. I think it should be removed altogether. Likewise, displaying vote count on posts is pointless and misleading and also, albeit more subtly, incentivizes Sybil attacks (a post or comment getting more attention and attracting real votes because it already \"has many votes\"). Instead posts should include some normalized and/or summarized indication of vote weight (weighted stake)\n\nUnfortunately, a number of the recent changes including the aforementioned posting quota have ignored these core principles of not granting weight to \"accounts\". The result is that in trying to address one problem, more are created. I hope that the reputation system Steemit plans to implement, and generally speaking knee-jerk reactions to a \"Bot Crisis\" do not make similar errors, but I expect that if great care is not taken to slow down and think things though, they probably will.\n\n#### PoW accounts\n\nPoW accounts should not be removed. They are an extremely valuable way for controversial, censored, or otherwise at-risk people to obtain access and publish information (possible very highly valued information) without needing to link with some external resources (social media account, etc.), which could literally put their lives at risk in the most extreme cases or at least discourage coming forward in the less extreme cases. Anonymous whistle-blowers, political dissidents, and others in this group deserve our greatest respect and accommodation if the idea of censorship resistance is to mean anything (popular ideas are rarely censored). But more importantly, the entire approach of limiting access rather than widening it is focusing efforts on exactly the wrong direction, but I'll get to that later in the next section, after discussing the reality of PoW accounts.\n\nIn point of fact, if you look at the current swarm of bots, approximately zero of them are PoW accounts (please go and look if you are unsure about this). They are all, or nearly all, Steemit-provided accounts. In all likelihood, it is much cheaper and easier to obtain _large numbers_ of accounts via Steemit signups rather than mining (also the Steemit-provided accounts come with free SP, significant in large numbers, which means they have negative cost; as long as that continues, those wanting to create accounts for profit rather than for use will likely continue using that route). Not only is the mining difficulty significant, but the _maximum possible_ number of PoW accounts created per day is 1372, and this theoretical number _greatly overstates_ the maximum feasible number, because there are high-powered miners competing for, and winning, most blocks who do not create new accounts with each block (for good reasons). In summary, disabling PoW accounts is an example of a reactive response that does not solve any real problem, but comes with a very real cost.\n\n#### Facebook, Reddit, and growth\n\nYou suggest that Reddit account signups be removed and only Facebook be allowed. This is misguided. Not only are fraudulent Facebook accounts plentiful, easy to create, and regularly used in high profile frauds (including some involving massive numbers of such accounts), but this approach is entirely self-defeating. \n\nReflexively one might suggest that access to accounts be further limited and more verification be added. I've even suggested this myself, as an initial reaction to The Bot Problem, but I now realize that was a bad idea. In fact, as the site continues to expand it will probably make sense -- and be inevitable to prevent a growth bottleneck -- to open up registrations even wider (examples: retail purchase of an \"access card\", email registration, mobile registration, etc.). Many of these accounts will be obtained fraudulently and/or resold. The system must be designed to accept this reality and minimize negative impacts from it. \n\nThis inevitable widening of access _will_ create more ability to Sybil attack, _but only if the number of accounts controlled by an individual actually matters in any way_. This problem can only be solved without putting harmful obstacles in the way of new users (which is a _very big deal_ if you want the platform to rapidly grow to truly massive scale) by refocusing efforts on ensuring that Sybil attacking gains no advantage and also causes no real harm (see #1 above). The so-called Bot Crisis is a crisis primarily because it threatens to unleash a new round of poorly-thought-out changes that will make mattes worse. One might even speculate on whether it could be intended to do just that. \n\n#### Short term solutions\n\nThe efforts of \"the good guys\" have caused most of the abusive bots to be hidden and earn no rewards, removing most of the incentives for people to create them. (If the idea is to just spam the blockchain, that can be done in any number of ways.) Slight tweaks to the UI can improve this further without collateral damage. For example, I suggested replacing individually hidden comments with a summary line (\"13 comments hidden, click to show\"). @svk even prototyped this and showed me some very nice screen shots. Rolling that out on the site would make most of the abusive bots invisible and a non-issue. Removing from the UI any remaining emphasis on \"vote count\" as a useful concept would address the rest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-01T09:03:30", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 530518, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"svk\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:06:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 26, + "parent_author": "anyx", + "parent_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "percent_hbd": 10000, + "permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t090328300z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "8379", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T10:41:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposts generally don't deserve much in the way of rewards anyway, so it doesn't really matter that much from the perspective of voting and abuse. It's like movies. First run = $. Old movie = late night on some obscure cable channel.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T09:27:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 530873, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:27:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "prufarchy", + "parent_permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t022756838z", + "percent_hbd": 10000, + "permlink": "re-prufarchy-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t092733600z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T10:56:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9, + "beneficiaries": [], + "body": "This is a really nice post but can you confirm it is your original work. It reads a bit like something from a psychology web site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-01T09:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 531207, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-31T21:57:36", + "last_update": "2016-08-01T09:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "foma17", + "parent_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "percent_hbd": 10000, + "permlink": "re-foma17-how-to-deal-with-bad-thoughts-psychologist-s-advice-20160801t095538300z", + "reward_weight": 10000, + "root_author": "foma17", + "root_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T11:04:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think it has been disclosed but if you can find information about it I'm sure many would find it interesting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T10:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 532000, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T05:28:06", + "last_update": "2016-08-01T10:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thebluepanda", + "parent_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "percent_hbd": 10000, + "permlink": "re-thebluepanda-who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february-20160801t105538800z", + "reward_weight": 10000, + "root_author": "thebluepanda", + "root_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 350, + "beneficiaries": [], + "body": "The instant self-upvote rewards do go to the author (you) under the 30 minute rule so there is no harm there. The only reason not to use it is if you think the post won't get votes and you don't want to waste the voting power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-01T12:05:33", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 532957, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T12:05:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "liberosist", + "parent_permlink": "re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160729t152758657z", + "percent_hbd": 10000, + "permlink": "re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t120531800z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "374", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T14:42:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It would be nice if the liquidity reward actually worked properly and we ended up with extremely tight spreads on the internal market with good depth and good tracking of the peg value. Unfortunately that didn't happen so offering an easy instant market order option would result in people frequently being ripped off by bad executions.\n\nHopefully the market will become more liquid in time and this will become a viable option. I'm working on a few things to improve the situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T12:12:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 533027, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalspecific", + "parent_permlink": "re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160731t150822764z", + "percent_hbd": 10000, + "permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121230700z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Holding SBD is not necessarily bad. It earns interest and should be fairly stable over time (even if it currently has some nasty fluctuations). The thing to be aware of is that SP is a highly risky, illiquid investment (meaning you can't get your money out quickly) while SBD is liquid and most of the time should be stable. SP _could_ certainly pay off more over time but that is not guaranteed. Study both carefully and make the decision that best fits your own situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-01T12:15:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 533059, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:15:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cloh76", + "parent_permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t060715725z", + "percent_hbd": 10000, + "permlink": "re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121511100z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T13:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice recipe! Have you tried key lime? It is my favorite.\n\nWelcome to Steem. You may wish to consider an introduction post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T13:27:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 534300, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T01:36:27", + "last_update": "2016-08-01T13:27:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "t3lin", + "parent_permlink": "cake-steemit-and-my-self-presentation", + "percent_hbd": 10000, + "permlink": "re-t3lin-cake-steemit-and-my-self-presentation-20160801t132707800z", + "reward_weight": 10000, + "root_author": "t3lin", + "root_permlink": "cake-steemit-and-my-self-presentation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 65, + "beneficiaries": [], + "body": "> limit_order_create, limit_order_cancel\n\nHow does one see executions?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-08-01T13:44:21", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 534620, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T13:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "furion", + "parent_permlink": "developers-guide-to-steem-s-blockchain", + "percent_hbd": 10000, + "permlink": "re-furion-developers-guide-to-steem-s-blockchain-20160801t134419900z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "159", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T13:56:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The best thing to do is post something on that site mentioning or linking to your account here or one of your posts here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T13:56:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 534840, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-01T01:47:51", + "last_update": "2016-08-01T13:56:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autostation", + "parent_permlink": "re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t134406673z", + "percent_hbd": 10000, + "permlink": "re-autostation-re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t135622900z", + "reward_weight": 10000, + "root_author": "autostation", + "root_permlink": "pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T19:33:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice post! Recipe looks delicious and great pictures. Thanks for sharing!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-01T14:09:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 535148, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:59:00", + "last_update": "2016-08-01T14:09:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "celebr1ty", + "parent_permlink": "patties-bomb", + "percent_hbd": 10000, + "permlink": "re-celebr1ty-patties-bomb-20160801t140929000z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "patties-bomb", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The total supply of SBD is about 1% of the supply of STEEM/SP. It isn't mathematically possible for whales to have a large percentage.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T20:02:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 543549, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T20:02:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ntomaino", + "parent_permlink": "re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t190703318z", + "percent_hbd": 10000, + "permlink": "re-ntomaino-re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t200249000z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T21:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "How do you get _market_ execution history (not for a specific account)?\n\nIt is impossible to do any meaningful analysis of trading activity without that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T21:23:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 545377, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T21:27:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theoretical", + "parent_permlink": "re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185430888z", + "percent_hbd": 10000, + "permlink": "re-theoretical-re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t212300700z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T21:36:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The self-voting feature we were discussing only applies to posts not comments.\n\nVoting yourself routinely on comments is questionable since comments usually don't get that much in the way of votes and rewards, and each comment vote uses the same vote power as a post vote. I only do it when I feel my comment is particularly important and I want to promote it, but in that case it isn't for the rewards, it is for visibility.\n\nHowever, there are some users (I'm one of them) who don't post very much but are active on comments. They may feel that their comments are useful and a valuable contribution to the discussion, so worthy of rewards. (I'll leave it to others to decide if my comments are valuable.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T21:34:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 545629, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T21:36:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hrottie", + "parent_permlink": "re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t190156003z", + "percent_hbd": 10000, + "permlink": "re-hrottie-re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t213421400z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:19:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> For the Hot view, I do not think it should be removed, just reworked\n\nSure. My objection of course is not the name Hot, just the idea of a leaderboard based specifically on vote count. Using a different metric as you suggest is fine. There could be numerous such useful rankings.\n\n> Of course, with the ability to create accounts through reg fee, or buy and sell accounts, they would still have anonymous means\n\nThese accounts are still always linked to a creator account. PoW accounts are not. Possibly by some means of buying and selling these could be obtained anonymously (and that probably will occur, for people who want more anonymous accounts than can be obtained via PoW), but it is significantly harder and increases the risk of being traced, which in turn could then transfer some of the risk to the seller. In cases of abuse this might be considered acceptable, but in cases of valued minority expression it is not.\n\n> I did notice a lot of accounts in bot swarms are Steemit provided, which makes me think people are just using reddit\n\nAgain I think you dismiss too easily fake Facebook accounts. I'm not sure why. Many people I know who aren't even online scammers have multiple Facebook accounts. Scammers create them by the thousands. (Not to dismiss Reddit account scamming either, that is also clearly rampant, and you may be right this is currently the low-hanging fruit, but removing it would just shift that to Facebook, while obstructing some, possibly many, legitimate users who don't use Facebook.)\n\n> other people have suggested removing the dollar value of a post to reduce jealousy, and I understand their point to ... Unfortunately that leaves us at an impass, as these two ideas remove both the metrics we have!\n\nUnlike vote count, dollar value is a meaningful quantity that is not arbitrarily manipulated using Sybil accounts. Nevertheless, I specifically mentioned in my first comment another metric, weighted vote share, by which I mean a count of SP voting (possibly normalized or summarized). This is different from dollars because it doesn't apply the reward formula rules. Using this in place of vote count would still allow hiding dollars, if people want to do that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T22:17:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 546442, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T22:19:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t173650656z", + "percent_hbd": 10000, + "permlink": "re-anyx-re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t221714000z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:37:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good post. Upvoted for original analysis.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T22:37:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 546777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T10:37:24", + "last_update": "2016-08-01T22:37:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "percent_hbd": 10000, + "permlink": "re-alexgr-if-you-think-about-it-it-s-not-quality-that-matters-but-relevance-20160801t223700800z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T23:44:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "steemit.com doesn't show downvotes (I think a bad idea, but not my call). You can see them on steemd.com. There was no censoring by the site here afaik, just someone downvoted you probably because they disagree with your politics.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T23:44:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 547887, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T02:19:12", + "last_update": "2016-08-01T23:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t131056745z", + "percent_hbd": 10000, + "permlink": "re-r0achtheunsavory-re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t234438400z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:59:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post doesn't add anything new to the discussion. You're dangerously close to becoming That Guy. Take a break from the computer and come back fresh with some new ideas.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T01:07:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 549183, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T16:20:42", + "last_update": "2016-08-02T01:07:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "egjoshslim", + "parent_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "percent_hbd": 10000, + "permlink": "re-egjoshslim-another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3-20160802t010714900z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:57:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1071, + "beneficiaries": [], + "body": "Paying people to upvote is abuse, or at least within the range of reasonable definitions of a abuse that someone may find as a reason to flag/downvote. @liodani did nothing wrong here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-02T05:09:18", + "curator_payout_value": { + "amount": "853", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 552509, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liodani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T05:09:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "incomemonthly", + "parent_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "percent_hbd": 10000, + "permlink": "re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t050917500z", + "reward_weight": 10000, + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "title": "", + "total_payout_value": { + "amount": "2580", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:44:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 313, + "beneficiaries": [], + "body": "Faucets are a common practice _when people give away their own money_. In this case votes allocate money from the reward pool which belong not to the poster, but to the community. As such, all in the community are entitled to protect the pool as their conscience dictates, which is exactly what @liondani did there. If I had seen it I would have done the same.\n\nIf there are other cases where you think @liondani acted inappropriately then point them out specifically. Making vague allegations without facts helps no one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-02T06:05:15", + "curator_payout_value": { + "amount": "171", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 553100, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liondani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T06:05:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t051928267z", + "percent_hbd": 10000, + "permlink": "re-incomemonthly-re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t060515300z", + "reward_weight": 10000, + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "title": "", + "total_payout_value": { + "amount": "602", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T10:16:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It was made more linear from the perspective of voters but the quadratic weighting across different posts remains. I think most in decision making positions see large payouts for winning/leaderboard posts to be a more useful approach overall than paying each post (to make up a number) $10. Which is not to say there aren't a lot of posts making $100-200 because there are, but overall the rewards are indeed concentrated with the top posts. It is a reasonable debate though, whether payouts across posts should be flatter.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-02T08:58:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 555106, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-02T08:58:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160801t205354136z", + "percent_hbd": 10000, + "permlink": "re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t085808100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T10:42:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree about blogging vs. chatting. One of the most interesting things I've seen on Steemit is the growth of activity in comments. In the earlier days with a much smaller user base, there were few comments even on the top paid posts. In fact comments were so neglected that there was at one point a proposal to explicitly subsidize comment posting with a dedicated portion of the reward pool. That proposal was dropped, but nevertheless, as the user base grew, comments have taken off to where most decent posts, whether highly rewarded or not, generate a significant tree of discussion and many good ideas are developed in comments.\n\nAnecdotally I hate blogs that disable comments and usually don't return to them more than once or twice. Whether I comment or not, I still want to see what others have to say about the post, and if the poster isn't allowing comments that could potentially challenge their claims, I'm less willing to take what they have to say seriously. The days of one-way information dissemination are over.\n\nOverall this was a good post with useful analysis of the competitive landscape.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T09:07:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 555187, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T21:25:06", + "last_update": "2016-08-02T09:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t083635848z", + "percent_hbd": 10000, + "permlink": "re-anonymint-re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t090712200z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T09:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm glad you found the post valuable and thank you for the positive feedback. It is appreciated!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T09:53:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 555728, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T04:55:36", + "last_update": "2016-08-02T09:53:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "merej99", + "parent_permlink": "re-smooth-voting-is-a-popularity-contest-20160802t092842001z", + "percent_hbd": 10000, + "permlink": "re-merej99-re-smooth-voting-is-a-popularity-contest-20160802t095308000z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "voting-is-a-popularity-contest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T10:52:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Maybe I should outvote him with the thousands of accounts I have left over from mining. Or perhaps I should power down my stake and use it to create 500 000 new accounts (though fear not, I can \"only\" do this at a rate of 5000 per week).\n\nDoes this make any sense? The answer is no. \n\nIt is time to recognize that 'vote count' is an obsolete and unworkable concept that is a hold over from previous inferior systems such as Reddit. We don't need it and will be better off without it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T10:52:51", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 556589, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T23:15:57", + "last_update": "2016-08-02T10:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "percent_hbd": 10000, + "permlink": "re-riensen-steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool-20160802t105249500z", + "reward_weight": 10000, + "root_author": "riensen", + "root_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:25:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T11:19:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 556962, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html\"]}", + "last_payout": "2016-09-01T23:19:06", + "last_update": "2016-08-02T11:19:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kapets", + "parent_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "percent_hbd": 10000, + "permlink": "re-kapets-they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened-20160802t111915900z", + "reward_weight": 10000, + "root_author": "kapets", + "root_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T19:11:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "^ This\n\nWelcome Heather.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T11:23:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 557021, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T01:27:06", + "last_update": "2016-08-02T11:23:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "zorro", + "parent_permlink": "re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t034857255z", + "percent_hbd": 10000, + "permlink": "re-zorro-re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t112339200z", + "reward_weight": 10000, + "root_author": "thepixelprincess", + "root_permlink": "it-s-not-a-secret-who-i-am", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is an incredibly beautiful photograph. Thank you for sharing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitphotochallenge", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T11:38:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 557247, + "json_metadata": "{\"tags\":[\"steemitphotochallenge\"]}", + "last_payout": "2016-08-30T11:04:27", + "last_update": "2016-08-02T11:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theyam", + "parent_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "percent_hbd": 10000, + "permlink": "re-theyam-steemitphotochallenge-entry-sunday-stroll-on-the-beach-20160802t113835800z", + "reward_weight": 10000, + "root_author": "theyam", + "root_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T18:41:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you for posting this story, it was quite moving.", + "cashout_time": "1969-12-31T23:59:59", + "category": "parenting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T12:05:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 557576, + "json_metadata": "{\"tags\":[\"parenting\"]}", + "last_payout": "2016-09-01T04:29:42", + "last_update": "2016-08-02T12:05:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hanshotfirst", + "parent_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "percent_hbd": 10000, + "permlink": "re-hanshotfirst-my-daughter-s-neville-longbottom-moment-of-the-day-20160802t120504500z", + "reward_weight": 10000, + "root_author": "hanshotfirst", + "root_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T12:08:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome to Steemit. I'm glad you shared your story with us and I hope to see more of your posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T12:08:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 557636, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-31T12:08:33", + "last_update": "2016-08-02T12:08:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sarahmegabubble", + "parent_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "percent_hbd": 10000, + "permlink": "re-sarahmegabubble-my-name-is-sarah-megabubble-and-i-m-joining-steemit-20160802t120854600z", + "reward_weight": 10000, + "root_author": "sarahmegabubble", + "root_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T00:02:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I like that a lot. Very nice artwork!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T12:34:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 558067, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T08:16:54", + "last_update": "2016-08-02T12:34:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "verelst", + "parent_permlink": "goodbye-emoji-welcome-steempty", + "percent_hbd": 10000, + "permlink": "re-verelst-goodbye-emoji-welcome-steempty-20160802t123358700z", + "reward_weight": 10000, + "root_author": "verelst", + "root_permlink": "goodbye-emoji-welcome-steempty", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:46:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as this appears to be a widely-distributed press release not original work of the poster here and as such was (possibly still is) grossly overpaid", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T00:10:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 570373, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:15:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dashpaymag", + "parent_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "percent_hbd": 10000, + "permlink": "re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t001012400z", + "reward_weight": 10000, + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 570516, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T12:03:30", + "last_update": "2016-08-03T00:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "klye", + "parent_permlink": "re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160802t222533867z", + "percent_hbd": 10000, + "permlink": "re-klye-re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160803t002216000z", + "reward_weight": 10000, + "root_author": "natako", + "root_permlink": "hi-steem-who-am-i-hockey-girl-cheerleading-about-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:32:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as overrewarded by bot swarm votes for a repost of old public domain work", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:32:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 570694, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-02T04:07:45", + "last_update": "2016-08-03T00:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joseph", + "parent_permlink": "the-owls-and-the-crows-part-ii", + "percent_hbd": 10000, + "permlink": "re-joseph-the-owls-and-the-crows-part-ii-20160803t003258600z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-owls-and-the-crows-part-ii", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:46:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "rep does not affect downvoting to reduce the reward. It is a parallel system that only affects hiding. You can still effectively downvote if you think it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T00:39:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 570814, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:40:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t002056331z", + "percent_hbd": 10000, + "permlink": "re-earnest-re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t003957000z", + "reward_weight": 10000, + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:09:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The reward pool is shared, so it is mine, yours, and everyone else's. The white paper does discuss people downvoting to reduce rewards when they feel it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T00:43:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 570870, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:09:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "patrick-g", + "parent_permlink": "re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160802t160831979z", + "percent_hbd": 10000, + "permlink": "re-patrick-g-re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t004329500z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:44:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 133, + "beneficiaries": [], + "body": "I'm not on bitsharestalk. Since there is no PM on here yet you can PM me on bitcointalk as smooth or reddit as smooth_xmr", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:44:27", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 570890, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-03T00:44:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fuzzyvest", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t151711988z", + "percent_hbd": 10000, + "permlink": "re-fuzzyvest-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160803t004428100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "121", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T17:09:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "> too easy to be destroyed by a whale\n\nTroll\n\n\"The estimated value is based on a 7 day average value of Steem in US Dollars. $896,570.39\"\n\n(upvoted anyway for relevance)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T01:37:54", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 571535, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T14:27:21", + "last_update": "2016-08-03T01:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "wang", + "parent_permlink": "farewell-so-much-hate", + "percent_hbd": 10000, + "permlink": "re-wang-farewell-so-much-hate-20160803t013754700z", + "reward_weight": 10000, + "root_author": "wang", + "root_permlink": "farewell-so-much-hate", + "title": "", + "total_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:37:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 512, + "beneficiaries": [], + "body": "Flagged for platform updates draining the same pool that rewards all platform users (and disproportionately since unlike any other content they are relevant to the entire user base). IMO the pool is better used to draw new content and users to the platform. Good update and the hopefully the reputation system will improve the platform, so not downvoting on merit.\n\nFor platform updates please consider using the blockchain feature that was added to disable rewards on a specific post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T02:11:03", + "curator_payout_value": { + "amount": "390", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 571884, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T02:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "dantheman", + "parent_permlink": "brief-update-on-reputation-score", + "percent_hbd": 10000, + "permlink": "re-dantheman-brief-update-on-reputation-score-20160803t021104200z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "1212", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T02:43:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Repost, downvoted", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T02:43:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 572258, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T14:40:42", + "last_update": "2016-08-03T02:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-i-built-a-geothermal-greenhouse-20160803t022121", + "percent_hbd": 10000, + "permlink": "re-cheetah-re-i-built-a-geothermal-greenhouse-20160803t022121-20160803t024346600z", + "reward_weight": 10000, + "root_author": "steve-mcclair", + "root_permlink": "i-built-a-geothermal-greenhouse", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. No\n2. You don't really have only 4 daily posts. After the first four the on each extra post are slowly reduced, but if you have a few more valuable posts they are probably still worth putting up. You may get a little less rewards on those extra posts but your total will still be higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T03:06:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 572579, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T03:06:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "percent_hbd": 10000, + "permlink": "re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t030602800z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct on point 1: Editing does not penalize you. That rumor started because someone misinterpreted the payout data on one of their posts and has taken on a life of its own ever since.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T04:07:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 573390, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T04:07:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t032438154z", + "percent_hbd": 10000, + "permlink": "re-pjheinz-re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t040756800z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:10:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In addition to what dan said, the biggest rewards go to those that vote early but not not too early. There are a few posts that discuss the exactly mechanism, but the take away is that just because you vote on a post that makes it big doesn't mean that you will get a big cut. Even with my high SP I have voted late on some of the biggest payouts (>$10K) and still gotten almost nothing. Vote timing is critical.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T04:10:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 573426, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:10:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "crazylife", + "parent_permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t143336880z", + "percent_hbd": 10000, + "permlink": "re-crazylife-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t041038600z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:59:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post. Please continue to preach the good word of optimism and self-improvement. Steem/it will be the better for it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "guides", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T04:56:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 574099, + "json_metadata": "{\"tags\":[\"guides\"]}", + "last_payout": "2016-09-02T18:25:51", + "last_update": "2016-08-03T04:56:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "creationlayer", + "parent_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "percent_hbd": 10000, + "permlink": "re-creationlayer-keeping-steemit-healthy-compassion-forgiveness-envy-and-markets-20160803t045637500z", + "reward_weight": 10000, + "root_author": "creationlayer", + "root_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T05:36:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Removed my vote and flagged. Thanks @kuriko for pointing this out.", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T05:09:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 574279, + "json_metadata": "{\"tags\":[\"story\"],\"users\":[\"kuriko\"]}", + "last_payout": "2016-09-02T16:36:57", + "last_update": "2016-08-03T05:09:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kuriko", + "parent_permlink": "re-simranverma-how-i-live-with-parkinson-s-disease-20160803t040316468z", + "percent_hbd": 10000, + "permlink": "re-kuriko-re-simranverma-how-i-live-with-parkinson-s-disease-20160803t050919600z", + "reward_weight": 10000, + "root_author": "simranverma", + "root_permlink": "how-i-live-with-parkinson-s-disease", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:48:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "FYI including steemit as a tag is discouraged unless the post is specifically about steemit. I don't think tags or at least the first tag can be edited so this is just a suggestion for future posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T06:40:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 575425, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T18:42:03", + "last_update": "2016-08-03T06:40:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalizethis", + "parent_permlink": "what-fight-club-can-teach-us-about-social-networks", + "percent_hbd": 10000, + "permlink": "re-generalizethis-what-fight-club-can-teach-us-about-social-networks-20160803t064025900z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "what-fight-club-can-teach-us-about-social-networks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:55:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for low quality post run through an autotranslator or spinner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T06:55:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 575647, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-02T19:00:12", + "last_update": "2016-08-03T06:55:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "simranverma", + "parent_permlink": "is-online-sex-considered-cheating", + "percent_hbd": 10000, + "permlink": "re-simranverma-is-online-sex-considered-cheating-20160803t065542700z", + "reward_weight": 10000, + "root_author": "simranverma", + "root_permlink": "is-online-sex-considered-cheating", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T07:38:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The follow button \"works\" in that it adds to your follow list but there is currently no UI to see your follow list or a feed of posts from people you follow. Hopefully that is coming soon.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T07:38:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 576101, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-02T20:50:42", + "last_update": "2016-08-03T07:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalizethis", + "parent_permlink": "re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t054456134z", + "percent_hbd": 10000, + "permlink": "re-generalizethis-re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t073822300z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 118, + "beneficiaries": [], + "body": "I upvoted here, rep looks okay now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-03T08:26:03", + "curator_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 576656, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T08:26:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "penambang", + "parent_permlink": "how-single-downvote-ruined-my-reputation", + "percent_hbd": 10000, + "permlink": "re-penambang-how-single-downvote-ruined-my-reputation-20160803t082604700z", + "reward_weight": 10000, + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", + "title": "", + "total_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T08:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "lol", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T08:53:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 576978, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:53:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "summonerrk", + "parent_permlink": "re-smooth-test-20160803t075032273z", + "percent_hbd": 10000, + "permlink": "re-summonerrk-re-smooth-test-20160803t085308700z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:02:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I downvoted it, wiping out the payout. The intent was not to earn a payout. Oh, and those bots are not mine, they just stalk me I guess.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:01:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 577059, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T09:02:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "re-summonerrk-re-rznag-re-smooth-test-20160803t090026941z", + "percent_hbd": 10000, + "permlink": "re-rznag-re-summonerrk-re-rznag-re-smooth-test-20160803t090137000z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T21:10:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 480, + "beneficiaries": [], + "body": "testa 2, the return", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-03T09:04:21", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 577089, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:04:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "", + "parent_permlink": "spam", + "percent_hbd": 10000, + "permlink": "57i8q4-test", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "57i8q4-test", + "title": "test", + "total_payout_value": { + "amount": "472", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T11:13:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "coming soon, testa 3", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:06:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 577113, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:06:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "57i8q4-test", + "percent_hbd": 10000, + "permlink": "re-smooth-57i8q4-test-20160803t090601400z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "57i8q4-test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:51:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 23, + "beneficiaries": [], + "body": "Fantastic project. I haven't tried this before now but I'm very, very impressed. Glad to recognize this with my upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemstats", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:49:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 577635, + "json_metadata": "{\"tags\":[\"steemstats\"]}", + "last_payout": "2016-09-03T00:58:39", + "last_update": "2016-08-03T09:49:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "percent_hbd": 10000, + "permlink": "re-jesta-steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more-20160803t094915100z", + "reward_weight": 10000, + "root_author": "jesta", + "root_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "title": "", + "total_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think it does give a balance of power with SP in some ways. Good analysis in your post. SP will still be important, but it won't be _they only thing_ that is important any more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T13:44:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 580929, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T13:44:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t130823747z", + "percent_hbd": 10000, + "permlink": "re-knozaki2015-re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t134402900z", + "reward_weight": 10000, + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:00:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "People who up- and down-vote your posts and comments determine your reputation. Anything above zero is considered a \"good\" reputation and below zero a \"bad\" reputation, so yes 6 is fine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T14:00:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 581240, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alex2016", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t130152400z", + "percent_hbd": 10000, + "permlink": "re-alex2016-re-dantheman-brief-update-on-reputation-score-20160803t140021800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T03:08:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 156, + "beneficiaries": [], + "body": "I agree with you and I tried to help by upvoting the user to restore the reputation that was damaged by downvotes that were done for an entirely different reason before the reputation system even existed (I think the rep system should have launched with all reputations reset). Unfortunately it doesn't appear that votes after the first payout affect reputation so this wasn't effective.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-03T14:06:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 581377, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:06:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t044723244z", + "percent_hbd": 10000, + "permlink": "re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t140654800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "140", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I upvoted you to fix the rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 581618, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mun", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t035514012z", + "percent_hbd": 10000, + "permlink": "re-mun-re-dantheman-brief-update-on-reputation-score-20160803t141746300z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:53:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"A few weeks\" is not long enough. Has to be 30 days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:21:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 581677, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:21:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t084023360z", + "percent_hbd": 10000, + "permlink": "re-nanzo-scoop-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142104400z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T13:41:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you are active on the site then you will probably change your SD balance at least one a month by earning rewards (for example the comment to which I'm replying is currently earning $2.48, a portion of which will be paid in SD). That will trigger the interest payment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:24:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 581737, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "noisy", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t081926529z", + "percent_hbd": 10000, + "permlink": "re-noisy-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142427800z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T16:29:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 121, + "beneficiaries": [], + "body": "I tried upvoting you, but it didn't fix the rep. I think there is a bug, and I've asked the developers to look at it. Hopefully this will get resolved soon", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T16:29:06", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 583994, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T16:29:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "miketr", + "parent_permlink": "re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162505591z", + "percent_hbd": 10000, + "permlink": "re-miketr-re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162906500z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "108", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T22:47:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think there is some sort of bug. I've seen other users reps change with an upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T16:52:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 584503, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T05:32:24", + "last_update": "2016-08-03T16:52:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liondani", + "parent_permlink": "re-miketr-increase-reputation-post-20160803t162904200z", + "percent_hbd": 10000, + "permlink": "re-liondani-re-miketr-increase-reputation-post-20160803t165243800z", + "reward_weight": 10000, + "root_author": "miketr", + "root_permlink": "increase-reputation-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T22:28:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 223, + "beneficiaries": [], + "body": "fixed", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-03T17:18:15", + "curator_payout_value": { + "amount": "171", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 584941, + "json_metadata": "{\"tags\":[\"help\"]}", + "last_payout": "2016-09-03T05:27:00", + "last_update": "2016-08-03T17:18:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "webdeals", + "parent_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "percent_hbd": 10000, + "permlink": "re-webdeals-i-got-a-bad-reputation-and-i-need-help-i-am-not-bad-20160803t171814500z", + "reward_weight": 10000, + "root_author": "webdeals", + "root_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "title": "", + "total_payout_value": { + "amount": "523", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:19:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "Don't give up Ben this is still so early in Steemit's history. Even though the site has grown tremendously and it is hard for good writers and posts to be discovered, it still can be done. A bit of advice: focus on promoting yourself and your brand. Reach out to the people who create lists of the best posts, up and coming new writers, etc. Be inventive and come up with ideas to really stand out. As a marketer you know the importance of building a customer base, and blogging is no different. All the best.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:12:03", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 587018, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:15:18", + "last_update": "2016-08-03T19:14:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ben99", + "parent_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "percent_hbd": 10000, + "permlink": "re-ben99-to-steemit-or-not-to-steemit-that-s-the-question-20160803t191203300z", + "reward_weight": 10000, + "root_author": "ben99", + "root_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "title": "", + "total_payout_value": { + "amount": "86", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That would be spendid", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T21:37:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 589710, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-03T21:37:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theoretical", + "parent_permlink": "re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185018296z", + "percent_hbd": 10000, + "permlink": "re-theoretical-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160803t213712800z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:52:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9186, + "beneficiaries": [], + "body": "Gave you an upvote to repair the rep. I left some other comments [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z) which may be of interest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T10:35:54", + "curator_payout_value": { + "amount": "6918", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 598842, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-04T00:55:45", + "last_update": "2016-08-04T11:24:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "shredlord", + "parent_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "percent_hbd": 10000, + "permlink": "re-shredlord-apology-for-my-newly-found-6-reputation-and-an-article-on-ants-20160804t103553700z", + "reward_weight": 10000, + "root_author": "shredlord", + "root_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "title": "", + "total_payout_value": { + "amount": "20824", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:42:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4786, + "beneficiaries": [], + "body": "I actually disagree with abit on whether the post is reward-worthy. The reason being it points to a very serious problem with the rep system. Downvotes from high SP users, including casual ones over mildly inappropriate content or even misclicks or \"drunk downvotes\" can cause very serious damage to reputation. \n\nFurther I disagree with having initialized the rep scores based on old downvotes that were never intended to have that effect at the time they were made (since the effect did not exist).\n\nLooking at alphabeta's past posts, he's someone who has been active in the community, involved with mining, but is not a star blogger or whale who can easily accumulate a lot of positive rep points allowing him to withstand even a single whale (or semi-whale, maybe even less) downvote. Having both the possibility and the reality of such severe and long-term damage to any user's Steem experience due to one single click from anyone is not a favorable path forward. Even that one single person happens to be the lead developer and founder. Perhaps especially then.\n\nThank you for pointing this out alphabeta. I gave you an upvote and restored your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-04T10:45:03", + "curator_payout_value": { + "amount": "1881", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 598955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T10:46:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "alphabeta", + "parent_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "percent_hbd": 10000, + "permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "10796", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:28:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone reading this please see my comment [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help) because it largely applies in this case as well.\n\nI upvoted you back to positive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T11:13:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 599289, + "json_metadata": "{\"tags\":[\"help\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help\"]}", + "last_payout": "2016-09-03T22:34:06", + "last_update": "2016-08-04T11:13:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lorddominik007", + "parent_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "percent_hbd": 10000, + "permlink": "re-lorddominik007-how-a-whole-day-of-crying-helped-my-reputation-20160804t111316300z", + "reward_weight": 10000, + "root_author": "lorddominik007", + "root_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:35:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is no UI to disable reward yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T11:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 599414, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alphabeta", + "parent_permlink": "re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t091403273z", + "percent_hbd": 10000, + "permlink": "re-alphabeta-re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t111925500z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T17:39:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The issue is without considering SP it is too easy for abusers to sign up a bunch of free accounts and wreak havoc. Overall this is a very hard problem, but I'm glad we were able to resolve things here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-04T11:28:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 599498, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:28:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lorddominik007", + "parent_permlink": "re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112013632z", + "percent_hbd": 10000, + "permlink": "re-lorddominik007-re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112806600z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T12:24:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 345, + "beneficiaries": [], + "body": "Upvoted and displayed rep changed to 5\n\n7,982,834,575,555", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-04T11:33:09", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 599603, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T23:36:45", + "last_update": "2016-08-04T11:33:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "miketr", + "parent_permlink": "increase-reputation-post-2", + "percent_hbd": 10000, + "permlink": "re-miketr-increase-reputation-post-2-20160804t113309000z", + "reward_weight": 10000, + "root_author": "miketr", + "root_permlink": "increase-reputation-post-2", + "title": "", + "total_payout_value": { + "amount": "790", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Fantastic work here. Enjoyed browsing the charts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T11:57:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 599934, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-03T22:24:12", + "last_update": "2016-08-04T11:57:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "lukmarcus", + "parent_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "percent_hbd": 10000, + "permlink": "re-lukmarcus-mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself-20160804t115709200z", + "reward_weight": 10000, + "root_author": "lukmarcus", + "root_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T18:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I upvoted you, but you still need another big upvote to get out of -6. For my comments about the issue of the rep system please see [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z)", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-04T12:11:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 600140, + "json_metadata": "{\"tags\":[\"reputation\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-03T10:51:54", + "last_update": "2016-08-04T12:11:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mrzazaful", + "parent_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", + "percent_hbd": 10000, + "permlink": "re-mrzazaful-help-me-i-don-t-understand-why-my-reputation-is-low-20160804t121130400z", + "reward_weight": 10000, + "root_author": "mrzazaful", + "root_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T12:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone with positive reputation can _help_ restore it, but more SP gives a stronger effect.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T12:15:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 600197, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:15:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alphabeta", + "parent_permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t120657294z", + "percent_hbd": 10000, + "permlink": "re-alphabeta-re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121519000z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:28:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Looks like someone flagged you for \"tag abuse\" [here](https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z)\n\nI'll upvote you and hopefully remove the negative rep", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T12:16:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 600236, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:18:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mpa", + "parent_permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t113441003z", + "percent_hbd": 10000, + "permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121651400z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:48:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Looks like a false positive based on similar subject matter to me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T20:35:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 609503, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-09-04T14:23:54", + "last_update": "2016-08-04T20:35:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233", + "percent_hbd": 10000, + "permlink": "re-cheetah-re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233-20160804t203502200z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-web-browser-security-with-a-steem-like-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T20:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Location does matter but it should still be possible to crack it", + "cashout_time": "1969-12-31T23:59:59", + "category": "giveaway", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T20:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 609562, + "json_metadata": "{\"tags\":[\"giveaway\"]}", + "last_payout": "2016-09-04T08:56:27", + "last_update": "2016-08-04T20:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "generalizethis", + "parent_permlink": "re-rigel-re-generalizethis-free-monero-20160804t200849896z", + "percent_hbd": 10000, + "permlink": "re-generalizethis-re-rigel-re-generalizethis-free-monero-20160804t203750200z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "free-monero", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:52:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The formatting uses markdown, same as reddit. There are many tutorials on the web. And welcome to steemit!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T22:04:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 611139, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220029125z", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220410600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T03:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 482, + "beneficiaries": [], + "body": "I have little doubt this is legitimate but we do prefer to be cautious when someone posts here claiming to be a well-known individual. Can you verify by posting a link here from one of your established blog sites or socal media accounts? Thanks.\n\nEDIT: I just saw your verification tweet. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T22:09:24", + "curator_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 611249, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:12:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "dollarvigilante", + "parent_permlink": "the-dollar-vigilante-is-now-on-steemit", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220923200z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "1078", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T02:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Verified", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T22:13:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 611326, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221106340z", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221313100z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "By legitimate I meant not an impersonator. I have never followed The Dollar Vigilante and other than having heard of him as a well known blogger/youtuber, I have no idea about his background.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T01:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 614707, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t011105168z", + "percent_hbd": 10000, + "permlink": "re-kuriko-re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t014908900z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T03:57:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I've always been against the obsession with original content. I think it came about in large part because many of the early adopters of Steem were themselves bloggers who didn't like the competition for visibility, attention and rewards. \n\nIn my opinion, links which provoke discussion (where _the discussion is the original content_) are great, and people who are great at finding and selecting the most relevant and discussion-generating links should be rewarded. Of course I love the bloggers too. We can do both.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-05T02:34:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 615369, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T03:39:51", + "last_update": "2016-08-05T02:41:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t022129820z", + "percent_hbd": 10000, + "permlink": "re-doctorstrange-re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t023457600z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is nothing wrong with (4). It just means you are a bit closer to the dangerous negative rep than you might be at a higher score. As long as you continue to comment and post and get upcotes your rep will naturally climb.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-05T05:53:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 617692, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T05:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jos.denmark", + "parent_permlink": "reputation-station-my-new-life-as-a-four", + "percent_hbd": 10000, + "permlink": "re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t055323600z", + "reward_weight": 10000, + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T08:54:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 28, + "beneficiaries": [], + "body": "1) Reputation updates in real time so as soon as her post got upvotes that would increase the rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-05T06:23:42", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 617961, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T16:19:21", + "last_update": "2016-08-05T06:24:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bendjmiller222", + "parent_permlink": "re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160804t234732436z", + "percent_hbd": 10000, + "permlink": "re-bendjmiller222-re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160805t062342900z", + "reward_weight": 10000, + "root_author": "brendazambrano", + "root_permlink": "hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit", + "title": "", + "total_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T08:11:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I just don't think there is demand for anything other than articles about steemit\n\nand ants.\n\nMore seriously, much of this will just have to wait for better platform features, especially following. When a blogger can gain a following they can expect consistent upvotes on every post (unless they fail to deliver value and lose the following). Right now there is no organization to any of it, and much of what happens is just random. The ants post got launched because I upvoted it to remove what I felt was undeserved negative reputation (I thought the post itself was decent too, but nothing special).\n\nIt is impossible to make a credible proposal to fix what is broken when what is (allegedly) broken isn't even built yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T08:11:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 619407, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T05:18:33", + "last_update": "2016-08-05T08:11:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "teatree", + "parent_permlink": "re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160804t121359627z", + "percent_hbd": 10000, + "permlink": "re-teatree-re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160805t081136700z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:41:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for spamming/votebegging", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:41:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 621456, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T10:41:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t025807915z", + "percent_hbd": 10000, + "permlink": "re-juvyjabian-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t104117600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:43:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct, no direct effect on rewards, only appearance and visibility.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 621490, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T10:43:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jos.denmark", + "parent_permlink": "re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t063451298z", + "percent_hbd": 10000, + "permlink": "re-josdenmark-re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t104317900z", + "reward_weight": 10000, + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "He meant the comment from @anonblog.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 621663, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-05T10:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t131614435z", + "percent_hbd": 10000, + "permlink": "re-knozaki2015-re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160805t105535000z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T14:27:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The formula can not be diminishing returns for steem power because then the incentive is for people to split up their steem power into multiple accounts and pretend to be multiple people.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T11:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 622261, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-05T11:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t185801529z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160805t113911600z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T15:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as an attempt to manipulate voting and rewards by buying upvotes.\n\nWere it not for that it would be referral marketing which can easily flood the site with spam (imagine if everyone with a referral code for every site did it), although that hasn't specifically become a problem yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-05T13:29:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 624213, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T13:31:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "percent_hbd": 10000, + "permlink": "re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t132947100z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T09:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The reputation has nothing to do with the torrents post or the bot spam. The reason for your -6 rep were a some downvotes you received when you posted a boob picture a while back. Now at the time those downvotes were appropriate, but the new rep system retroactively used those downvotes to give you a terrible rep.\n\nI upvoted you here to restore your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T14:47:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 625969, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T02:44:48", + "last_update": "2016-08-05T14:47:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jonathan-tokki", + "parent_permlink": "i-m-a-bot-now-with-6-reputation", + "percent_hbd": 10000, + "permlink": "re-jonathan-tokki-i-m-a-bot-now-with-6-reputation-20160805t144700900z", + "reward_weight": 10000, + "root_author": "jonathan-tokki", + "root_permlink": "i-m-a-bot-now-with-6-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:44:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I erased the negative rep but please stop spamming your CEO story everywhere. People will upvote you when you post content of merit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T14:52:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 626098, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T05:37:30", + "last_update": "2016-08-05T14:52:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t064632842z", + "percent_hbd": 10000, + "permlink": "re-juvyjabian-re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t145219300z", + "reward_weight": 10000, + "root_author": "officialfuzzy", + "root_permlink": "steem-audio-whitepaper-part-2-ways-to-contribute", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:16:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:16:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 626596, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "frosty", + "parent_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "percent_hbd": 10000, + "permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151559800z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:16:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for assisting with vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:16:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 626614, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "someguy123", + "parent_permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160804t211155797z", + "percent_hbd": 10000, + "permlink": "re-someguy123-re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151654200z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Too serious. man. Upvoting the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 626944, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T06:35:09", + "last_update": "2016-08-05T15:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jrkirby", + "parent_permlink": "re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t145917220z", + "percent_hbd": 10000, + "permlink": "re-jrkirby-re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t153202800z", + "reward_weight": 10000, + "root_author": "razvanelulmarin", + "root_permlink": "the-pledge-of-allegiance-steemit-version", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1965, + "beneficiaries": [], + "body": "> https://www.instagram.com/ann_semenovich_/\n\n^ 400 followers\n\nhttps://www.instagram.com/ann_semenovich\n\n^ 1m followers\n\nSomething doesn't quite add up.\n\nAnna, please post on your real instagram confirming that this post is authentic. Thanks!\n\nEDIT: http://tv.ua/news/stars/76530-anna-semenovich-chut-ne-poplatilas-za-besplatnyjj-wi-fi-foto.html\n\nphotoshop job, flagged as fraud", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T16:11:15", + "curator_payout_value": { + "amount": "1404", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 627848, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/ann_semenovich_/\"]}", + "last_payout": "2016-09-05T04:58:30", + "last_update": "2016-08-05T17:01:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 25, + "parent_author": "semenovich", + "parent_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "percent_hbd": 10000, + "permlink": "re-semenovich-hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter-20160805t161115900z", + "reward_weight": 10000, + "root_author": "semenovich", + "root_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "title": "", + "total_payout_value": { + "amount": "4259", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T20:38:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Upvoted because I respect the thought that went into this. I do think the reputation system needs some adjustments, not sure if these are the right ones, but the discussion should be opened.\n\nOne thing I would propose is cap the effect of a downvote on anyone with significant positive rep to only push the rep down to exactly zero, regardless of the SP of the downvote (not deep negative from one downvote). It would then take another downvote to push it negative.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T16:26:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 628200, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T07:53:24", + "last_update": "2016-08-05T16:26:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "karoline", + "parent_permlink": "reputation", + "percent_hbd": 10000, + "permlink": "re-karoline-reputation-20160805t162617800z", + "reward_weight": 10000, + "root_author": "karoline", + "root_permlink": "reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T16:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1246, + "beneficiaries": [], + "body": "The smooth.witness account copies the votes from the smooth account. I could undo that manually but it adds about 15% of the vote weight of my primary account, so it isn't a big difference either way. \n\nI will also be flagging this post for the same reason. \n\nI'm open to upvoting to remove the bad reputation on any of these accounts but they will need to make a separate post or comment for that purpose, since changing votes does not change rep.\n\nI'm not a fan of the reputation system generally and I have commented on the problems with it. However, I'm also not a fan of buying votes and the only recourse I have against what I (and many other large stakeholders) see as a serious form of abuse is downvoting the post. Unfortunately that automatically affects the reputation as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-05T17:22:54", + "curator_payout_value": { + "amount": "897", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 629563, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t165105754z", + "percent_hbd": 10000, + "permlink": "re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172253700z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "2700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T20:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1239, + "beneficiaries": [], + "body": "> [I now commit that all of the SBD from *this* post will be divided equally and distributed among the first 30 up-voters]\n\nFlagged for buying votes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T17:25:18", + "curator_payout_value": { + "amount": "890", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 629620, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:25:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "percent_hbd": 10000, + "permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172517800z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "2684", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T15:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have commented there and indicated that I am open to restoring the reputation. However, I and most if not all major stakeholders consider buying votes to be abuse and will downvote it when I see it. I am firm on that position.\n\nReferral marketing is a less serious concern. As I said it hasn't become a major problem yet; if it does then community consensus may become hostile to it. As of yet that has not happened.\n\nI used a couple of your comments here to restore rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-05T17:30:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 629728, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T17:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t145554411z", + "percent_hbd": 10000, + "permlink": "re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t173006200z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:12:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It used to be \"downvotes\" (there were both up- and down-buttons). That was changed to the \"flag\" button, but the two words refer to the same concept.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:12:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 635711, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:12:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mxjxn", + "parent_permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t142536061z", + "percent_hbd": 10000, + "permlink": "re-mxjxn-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221238900z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I restored the rep on the august-newbie account. (Strange name for an account BTW unless you intend to throw it away. Will you still want that account when you are no longer a newbie?)\n\nAs far as a newbie guide, what a splendid idea! Perhaps you would like to write one If you join steemit.chat and ask questions I'm sure some of the more experienced members there would be happy to help you out with the content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:15:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 635767, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:15:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192517973z", + "percent_hbd": 10000, + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221516400z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:02:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post. I love not only the content for people who want to learn about wine but also that your writing style is very friendly to the reader while while still giving seriously good info at the same time. Great work", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T22:29:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 636017, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-05T09:34:42", + "last_update": "2016-08-05T22:29:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "serejandmyself", + "parent_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "percent_hbd": 10000, + "permlink": "re-serejandmyself-learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition-20160805t222953800z", + "reward_weight": 10000, + "root_author": "serejandmyself", + "root_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome @madbitcoins. I've been an admirer of your videos for a long time. Great to see you here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:38:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 636195, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T09:55:24", + "last_update": "2016-08-05T22:38:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "madbitcoins", + "parent_permlink": "introducing-madbitcoins", + "percent_hbd": 10000, + "permlink": "re-madbitcoins-introducing-madbitcoins-20160805t223815300z", + "reward_weight": 10000, + "root_author": "madbitcoins", + "root_permlink": "introducing-madbitcoins", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:45:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your observations agree with mine and I'm glad to see it. Thanks for posting these thoughts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:45:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 636318, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T09:03:45", + "last_update": "2016-08-05T22:45:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jpiper20", + "parent_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "percent_hbd": 10000, + "permlink": "re-jpiper20-well-i-guess-steem-isn-t-a-pile-of-shit-after-all-20160805t224508200z", + "reward_weight": 10000, + "root_author": "jpiper20", + "root_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:43:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Could you please perform the same reputation repair on august-newbie if you haven't already?\n\nBoth accounts have been restored to positive rep status", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:43:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 637030, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T23:43:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t195944815z", + "percent_hbd": 10000, + "permlink": "re-mark-waser-re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t234340000z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree with you that the reputation system implementation leaves something to be desired especially in terms of newbies, warnings, etc. but as a community we have to work with the code that exists while the developers work to improve it. For now we have to work around the worst of the problems with discussion and by voting up accounts where the negative reputation is excessive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:47:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 637071, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T23:47:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192859985z", + "percent_hbd": 10000, + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t234658900z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T00:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "One image is useful for the thumbnail though, even if just a branding image for the author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T00:03:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 637256, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-05T14:44:48", + "last_update": "2016-08-06T00:03:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alexgr", + "parent_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "percent_hbd": 10000, + "permlink": "re-alexgr-images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add-20160806t000356500z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T14:44:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 52, + "beneficiaries": [], + "body": "Hi @juvyjabian. Thank you for sharing your story and I hope you continue to participate in the community here. It may seem unfair that a (somewhat) famous Playboy model or a well known writer will be more highly rewarded than others, and in some ways it is; life is not fair. But I don't agree you are a nobody, even if you are not famous. \n\nEverybody is a somebody and everyone has stories to tell, experiences to share, and lessons learned in life that can help others. That is all part of connecting with other human beings. The more you post and _contribute_ to discussions in the comment streams them more value you add and the more other people will want to give back. That is only natural.\n\nThanks again for the introduction and welcome to Steemit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-06T00:52:51", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 637785, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T00:54:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "juvyjabian", + "parent_permlink": "is-steemit-also-a-place-for-ordinary-people", + "percent_hbd": 10000, + "permlink": "re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t005249600z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T01:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 314, + "beneficiaries": [], + "body": "Thanks for the kind words @smailer. I work hard to find the best posts and authors and help them gain a bit of visibility. I hope it helps.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T01:02:18", + "curator_payout_value": { + "amount": "134", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 637889, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:02:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "smailer", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t005856828z", + "percent_hbd": 10000, + "permlink": "re-smailer-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010218600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", + "title": "", + "total_payout_value": { + "amount": "680", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T01:16:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 340, + "beneficiaries": [], + "body": "@smailer some of them I find myself and some are found by my excellent curator team. You can read more about them [here](https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition)", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T01:15:36", + "curator_payout_value": { + "amount": "58", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 638039, + "json_metadata": "{\"tags\":[\"stats\"],\"users\":[\"smailer\"],\"links\":[\"https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "streetstyle", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010139612z", + "percent_hbd": 10000, + "permlink": "re-streetstyle-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t011535800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", + "title": "", + "total_payout_value": { + "amount": "736", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T18:45:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 731, + "beneficiaries": [], + "body": "Being in a coma for two years may be unlikely but being out of touch with one particular online platform/blockchain for an extended period is not necessarily unlikely. We're all here using it actively right now, but not everyone with a stake is doing that now or will necessarily be doing so in the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T02:04:09", + "curator_payout_value": { + "amount": "116", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 638541, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:04:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "pheonike", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015600287z", + "percent_hbd": 10000, + "permlink": "re-pheonike-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020410000z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "title": "", + "total_payout_value": { + "amount": "830", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T02:06:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "My suggestion I made in earlier conversation with arhag is to replace a hard inactivity timer for reclaiming with a small inactivity fee, and the account is reclaimed only when funds are depleted. Thus losses from not paying attention would be gradual and, in the short term, small rather than potentially catastrophic.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T02:06:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 638565, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:06:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "goodluckcanuck", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015657296z", + "percent_hbd": 10000, + "permlink": "re-goodluckcanuck-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020624500z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T08:22:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That would be my pleasure.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-06T02:11:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 638602, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T02:11:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t022651913z", + "percent_hbd": 10000, + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t021100400z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T03:00:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 42, + "beneficiaries": [], + "body": "You do lose a small amount of SP earnings in the time delay between when it powers down and when you power it back up (if you decide to do that). That's a tradeoff you need to make against as you say having more flexibility and choice each week. If you realistically know you just aren't going to cash out, or if your balance is small enough that paying attention to tiny power downs each week is a waste of time, then as an exception to what I said in chat it does make sense to turn the power down off.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T02:41:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 638865, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "re-james-show-re-klye-why-i-stopped-powering-down-20160806t023852447z", + "percent_hbd": 10000, + "permlink": "re-jesta-re-james-show-re-klye-why-i-stopped-powering-down-20160806t024156300z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", + "title": "", + "total_payout_value": { + "amount": "90", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T03:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1384, + "beneficiaries": [], + "body": "Power down or no, keep drawing @klye!", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T02:46:24", + "curator_payout_value": { + "amount": "559", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 638919, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"klye\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:46:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "klye", + "parent_permlink": "why-i-stopped-powering-down", + "percent_hbd": 10000, + "permlink": "re-klye-why-i-stopped-powering-down-20160806t024623100z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", + "title": "", + "total_payout_value": { + "amount": "2988", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T06:54:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Hi mustfaomar. I reviewed your history and found no serious abuse. I was able to bump up your rep out of the negative zone. Glad I could help.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T06:54:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 640995, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T18:51:30", + "last_update": "2016-08-06T06:54:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mustafaomar", + "parent_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "percent_hbd": 10000, + "permlink": "re-mustafaomar-slack-channel-down-for-maintenance-reputation-appeal-20160806t065431100z", + "reward_weight": 10000, + "root_author": "mustafaomar", + "root_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T08:25:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. Market exchange rate of STEEM drops\n2. Other posts gain higher rewards, since all posts active at the same time draw from a common pool.\n3. People can remove their vote or add a flag/downvote (your post currently has no downvotes)", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T08:22:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 641704, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T08:25:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t035852467z", + "percent_hbd": 10000, + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t082252200z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T13:37:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 70, + "beneficiaries": [], + "body": "> Commenting is a curation reward?\n\nCommenting isn't by itself a curation reward. There was a proposal at one point to dedicate a portion of rewards specifically to comments, but it wasn't adopted. Comments are rewarded based on upvotes like anything else.\n\nHowever, where the advice makes sense is the fact that it has now become common for good comments to get at least an upvote or two, sometimes more than that. And as the author of a comment, you earn the _author_ portion of the reward (75%) rather than the _curator_ portion (25%). On this thread there are many comments earning $0.01-0.20 each. That may not sound like a lot by itself, but if you are engaging in a good conversation and write a few comments, you can collect a few of these little reward morsels on one post without writing anywhere near as much as a new post (or as much as I did here). So it can really boost your rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T09:30:00", + "curator_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 642183, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T18:35:51", + "last_update": "2016-08-06T09:30:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "faddat", + "parent_permlink": "re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160805t211525008z", + "percent_hbd": 10000, + "permlink": "re-faddat-re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160806t093000000z", + "reward_weight": 10000, + "root_author": "johnsmith", + "root_permlink": "how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too", + "title": "", + "total_payout_value": { + "amount": "150", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have no idea. Those bots are not mine so I don't know what rules they follow. They do seem to want to stalk me a bit though, test or not.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:01:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 642449, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-06T10:01:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "always1success", + "parent_permlink": "re-smooth-test-20160806t095557183z", + "percent_hbd": 10000, + "permlink": "re-always1success-re-smooth-test-20160806t100101600z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T12:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 469, + "beneficiaries": [], + "body": "> Missing Updates: @kushed\n\n@kushed posted [this update](https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app) earlier in the week about one our initiatives (getting Steem suport integrated into a mobile payments app).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T10:10:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 642534, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"kushed\"],\"links\":[\"https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:10:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "percent_hbd": 10000, + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101021800z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "397", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:14:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a difference. Although I'm not any kind of an expert on Bitshares, as I understand it, witnesses in Bitshares get to set their own pay and this has led to a race to the bottom with most witnesses receiving only 10% of the scheduled pay. This system of variable pay was considered and rejected for Steem to ensure that witnesses have ample resources necessary to support the platform. It is up to the community to make sure that witnesses do a good job and vote out those who don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:13:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 642555, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:14:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "finfree", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t084921333z", + "percent_hbd": 10000, + "permlink": "re-finfree-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101335100z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 394, + "beneficiaries": [], + "body": "1. Download, compile, configure, and run the node. You can get it here: https://github.com/steemit/steem\n2. Join the #witness channel on steemit.chat. You can get help there with configuration issues, advice on hardware, hosting, etc.\n3. Make a post announcing your witness and link it to your witness account using the update_witness command in the CLI\n4. Vote to approve yourself as a witness using the vote_for_witness CLI command.\n5. Set up a price feed script, or commit to updating the feed manually using the publish_feed CLI command \n\nAt this point you are now a witness, although you will be low on the list and won't get to sign many blocks (depending on your SP it may take hours, days or weeks to sign your first). To move up the list you will need to get others to approve you. The more SP you have approving you, the higher you go on the list and the more blocks you get to sign. The top 19 sign dramatically more than the rest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T10:19:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 642600, + "json_metadata": "{\"tags\":[\"witness\",\"witness-category\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:19:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "najoh", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t063033661z", + "percent_hbd": 10000, + "permlink": "re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101900900z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "334", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The higher ranked alternates probably sign a few blocks per hour (reward per block is 1 SP) but I haven't looked at the detailed calculations. For the very highest of the alternates (say ranks 20-25), they will sometimes enter and leave the top 19 due to changing votes, top 19 witness downtime, etc. so their rate of earnings is higher; between ranks 15 and 25 there is somewhat of a blend between the earnings of a primary witness and a backup (and especially between, say, 18-22).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T10:39:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 642782, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:42:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103542693z", + "percent_hbd": 10000, + "permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:46:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 385, + "beneficiaries": [], + "body": "> You can vote for as many witnesses that you'd like to. We'd need to get confirmation on this but I don't think it counts as a normal vote\n\nActually there is a limit of 30 witnesses maximum you can vote for and yes it is completely separate from voting on content (does not use up voting power).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:45:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 642832, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:46:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "applecrisp", + "parent_permlink": "re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160805t233103917z", + "percent_hbd": 10000, + "permlink": "re-applecrisp-re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t104556000z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "326", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:47:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 151, + "beneficiaries": [], + "body": "To be fair, I do not believe anyone called you a scammer because it was suspected that you wouldn't pay as promised. The reason you were downvoted is that paying individuals does not bring value to the platform and some of us value the success of platform more than $10 worth of Bitcoin.\n\nThe broader motive of the \"value exchange\" as you call it, is to produce a positive externality in the form of valuable content which enriches not only a specific voter, but the community and platform as a whole. Paying money to voters alone does not do that, so naturally those of us with the broader view see it as a poor value for our reward fund; therefore we downvote.\n\nNothing wrong with doing experiments, but for experiments to be meaningful they have to accept the possibility of an unfavorable (for some) outcome, as happened here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T10:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 642935, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T11:02:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "frosty", + "parent_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "percent_hbd": 10000, + "permlink": "re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t105916700z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "title": "", + "total_payout_value": { + "amount": "127", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@najoh Earn votes yes, but also to improve the value of our investment. One of the effects of paying witnesses well and paying in SP (witnesses receive no liquid pay at all) is that all become major stakeholders over time whether they started out as such or not, which aligns incentives to work toward Steem/it being a success.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T11:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 643179, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"najoh\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T11:31:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "percent_hbd": 10000, + "permlink": "re-smooth-re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t113101700z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It certainly will. The only question is for whom.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T11:54:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 643365, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T00:10:09", + "last_update": "2016-08-06T11:54:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "youngkim", + "parent_permlink": "re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t111113918z", + "percent_hbd": 10000, + "permlink": "re-youngkim-re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t115440100z", + "reward_weight": 10000, + "root_author": "jholdsworthy", + "root_permlink": "forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:47:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It also taught us all that there's a serious issue with bot abuse. All it takes is someone with a few bots and they can censor any post or comment that they want.\n\nYou are misunderstanding how this works. Unlike reddit where is is indeed documented that sock puppet bot armies can censor posts by downvoting them, in Steem, stake-based voting means that such tactics are ineffective. If someone wants to take stake that he owns and turn it into a bunch of bot accounts, that does not in any way gain influence over what could have been achieved using that same stake in a single account (in fact it is very slightly weaker).\n\nMost of the bots on Steem are harmless gnats with little stake that are doing not much of anything except trying to make a tiny reward here and there, or perhaps cause annoyance and FUD. Your posts and comments got hidden because they were flagged by a majority of the stake that voted on them, not because of bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T13:19:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 644186, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T13:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "someguy123", + "parent_permlink": "re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t130410514z", + "percent_hbd": 10000, + "permlink": "re-someguy123-re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t131943100z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:59:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 256, + "beneficiaries": [], + "body": "Your posts bring joy to my day, and very nice looking recipes. Thank you!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T13:51:27", + "curator_payout_value": { + "amount": "157", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 644552, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T04:28:45", + "last_update": "2016-08-06T13:51:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "celebr1ty", + "parent_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "percent_hbd": 10000, + "permlink": "re-celebr1ty-chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit-20160806t135127400z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "title": "", + "total_payout_value": { + "amount": "544", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 63, + "beneficiaries": [], + "body": "I vote every single day for posts about cooking, music, art, poetry, travel, photography, interesting people, history, personal struggles and triumphs, etc. That's not to say I don't also vote for posts that are good to promote the platform, because I do. But 90% of the posts do I vote for are from the former group.\n\nIt is true that a great many quality posts fall through the cracks and don't get votes, but that is not because only advertising posts get votes, it is because there are thousands of posts every day and it is very hard for all the good ones to get noticed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-06T14:02:06", + "curator_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 644691, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "t3ran13", + "parent_permlink": "steam-community-is-popular-but-what-will-be-next", + "percent_hbd": 10000, + "permlink": "re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t140204300z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T23:58:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you go back to your old post (or any post up to 4 weeks old) and click on the amount, you'll see the detail of how much was already paid and how much is pending to be paid in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T23:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 653013, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T14:26:33", + "last_update": "2016-08-06T23:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t221957377z", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t235815600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T01:59:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "She posted to Facebook as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T01:59:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 654384, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T01:59:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t162938843z", + "percent_hbd": 10000, + "permlink": "re-bacchist-re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t015942000z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T02:02:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Connections outside social media matter too. Did you catch the comment in the Jeff Berwick interview with Dan and Ned that he knows Brenda and they have appeared on the same TV show?\n\nWho else does she know? People with a million followers know other people with a million followers, or are only one-degree separated. Think this through.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T02:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 654420, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T02:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t161452467z", + "percent_hbd": 10000, + "permlink": "re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t020225900z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T02:17:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for suspected plagiarism. Will remove flag if authorship of original can be proven.", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T02:17:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 654607, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-09-06T12:53:45", + "last_update": "2016-08-07T02:17:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "saharov", + "parent_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "percent_hbd": 10000, + "permlink": "re-saharov-orda-underwater-cave-so-beautiful-you-ve-ever-seen-20160807t021734400z", + "reward_weight": 10000, + "root_author": "saharov", + "root_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:06:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 69, + "beneficiaries": [], + "body": "The blockchain is really transparent. You can see customer funds @bittrex and @poloniex. It isn't being powered up.\n\nExchanges do get to keep the interest generated on customers' SBD funds , unless they decide to credit it to customer accounts. None has done that afaik.\n\nNo exchanges offer lending of liquid STEEM for shorting yet but I'm sure that will come in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T03:03:09", + "curator_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 655149, + "json_metadata": "{\"tags\":[\"steem-stats\"],\"users\":[\"bittrex\"]}", + "last_payout": "2016-09-06T11:36:21", + "last_update": "2016-08-07T03:06:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t003851229z", + "percent_hbd": 10000, + "permlink": "re-jl777-re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t030310200z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-statistics-week-2", + "title": "", + "total_payout_value": { + "amount": "144", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:15:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not competing for the giveaway but just wanted to offer my support. I love the idea!", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T03:15:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 655288, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-06T15:09:42", + "last_update": "2016-08-07T03:15:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "acidyo", + "parent_permlink": "sgg-steem-game-giveaway-is-here", + "percent_hbd": 10000, + "permlink": "re-acidyo-sgg-steem-game-giveaway-is-here-20160807t031545300z", + "reward_weight": 10000, + "root_author": "acidyo", + "root_permlink": "sgg-steem-game-giveaway-is-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Confidential transfers are on the roadmap, so this problem will have a solution on the blockchain in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T03:33:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 655530, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:33:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pjheinz", + "parent_permlink": "re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t232024379z", + "percent_hbd": 10000, + "permlink": "re-pjheinz-re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033353300z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T08:11:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "He's keeping the SP from the posting reward, and only transferring the SD. That may very well be fair price for the service offered but should be made more clear in the terms IMO.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T03:35:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 655547, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:35:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "scaredycatguide", + "parent_permlink": "re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t214214813z", + "percent_hbd": 10000, + "permlink": "re-scaredycatguide-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033520400z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T04:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as literal rip off of trending post. Called out by the original author elsewhere in these comments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ff", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T04:33:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 656235, + "json_metadata": "{\"tags\":[\"ff\"]}", + "last_payout": "2016-09-06T13:00:51", + "last_update": "2016-08-07T04:33:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ivangav5", + "parent_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "percent_hbd": 10000, + "permlink": "re-ivangav5-our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states-20160807t043325100z", + "reward_weight": 10000, + "root_author": "ivangav5", + "root_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T07:32:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't see why 'flatter' is incompatible with the game theory; 'flat' would be. Would n^1.5 rather than n^2 be a disaster? (Setting aside the marketing question as to the value of big numbers on the front page.) I don't think so.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T07:32:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 657932, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-07T07:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t054528803z", + "percent_hbd": 10000, + "permlink": "re-anonymint-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t073232100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:57:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The question is, how do you find them? There isn't a good method right now, unless you watch New (very exhausting) or find them on one of the other rankings where only a few categories gain mass appeal. The upcoming following feature will help, since you'll see posts by authors you like, but how to find new authors? Again, the same issues arise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-07T07:35:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 657955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:35:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jsteck", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t150204405z", + "percent_hbd": 10000, + "permlink": "re-jsteck-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073515900z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think we need to see how the situation changes with the upcoming following features. Then perhaps reassess. I went ahead and upvoted your post because it is important and valuable to ask these questions, even though I think you are a bit pessimistic. Steem/it is still being built, so a lot will change in upcoming next months.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-07T07:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 657964, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "t3ran13", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t194129970z", + "percent_hbd": 10000, + "permlink": "re-t3ran13-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073608800z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:29:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 57, + "beneficiaries": [], + "body": "Wow, I'm amazed by your dedication and the success of the fundraising! From all of us who has lost a friend or family member to cancer you have my most sincere appreciation. Thank you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T09:59:27", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 659275, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T21:04:18", + "last_update": "2016-08-07T09:59:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "blueorgy", + "parent_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "percent_hbd": 10000, + "permlink": "re-blueorgy-sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research-20160807t095927800z", + "reward_weight": 10000, + "root_author": "blueorgy", + "root_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "title": "", + "total_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T10:22:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dude, you already have a (-1) rep. I don't feel like flagging you because it would be brutal on your (lack of a) future Steemit experience, but you really need to stop spamming your promotional link where it isn't remotely on topic. I strongly suggest you remove this comment before someone else who has less self-restraint than I do comes across it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T10:20:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 659486, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T10:22:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tronys", + "parent_permlink": "re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t083643468z", + "percent_hbd": 10000, + "permlink": "re-tronys-re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t102031500z", + "reward_weight": 10000, + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T11:48:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for this post, I really enjoyed it. Unfortunately I did not see before the first payout but you will have a little surprise waiting for you in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T10:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 659678, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-09-05T14:14:51", + "last_update": "2016-08-07T10:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mac-o", + "parent_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "percent_hbd": 10000, + "permlink": "re-mac-o-wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique-20160807t104122500z", + "reward_weight": 10000, + "root_author": "mac-o", + "root_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T20:46:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes! Please write the tutorial when you have time. I'd love to read it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T11:53:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 660406, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-09-07T01:45:09", + "last_update": "2016-08-07T11:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "percent_hbd": 10000, + "permlink": "re-rznag-hidden-worlds-things-your-eyes-can-t-see-infrared-photography-20160807t115338100z", + "reward_weight": 10000, + "root_author": "rznag", + "root_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:23:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is based on both. Flags from those with low reputation don't affect your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T12:22:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 660779, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T12:23:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jrkirby", + "parent_permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t114200686z", + "percent_hbd": 10000, + "permlink": "re-jrkirby-re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t122224800z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:26:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes it is part of the algorithm. Votes are much more powerful when voting along with others than they are when voting alone. The idea is to identify a consensus of voting, not just one person making a potentially stupid or malicious vote (not suggesting that you have ever done this).", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T12:26:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 660844, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T12:26:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptofunk", + "parent_permlink": "re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t061642173z", + "percent_hbd": 10000, + "permlink": "re-cryptofunk-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t122657700z", + "reward_weight": 10000, + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree. This is lifestyle and culture writing with good photography. The identity of the writer isn't important. The only issue would be if it isn't original work, but I see no evidence of that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T15:00:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 662823, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:00:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "indominon", + "parent_permlink": "re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t130323682z", + "percent_hbd": 10000, + "permlink": "re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150037000z", + "reward_weight": 10000, + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:43:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What I'm saying is the context of this post makes the identity of the author irrelevant. It could be a fictional or semi-fictionalized character speaking in the first person (like Carrie from _Sex and the City_) and it would take nothing away from the post. Now if the pictures are ripped off, that's an issue. If there is identity theft that's an issue. \n\nBut for all you know the photos are the actual author, or are used with permission. Unless you have evidence to the contrary you are engaging in a witch hunt. Please stop. \n\nYou are certainly free to not vote for the post though, for whatever reason, if it doesn't appear compelling to you as adding value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T15:40:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 663393, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:43:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "simoneighties", + "parent_permlink": "re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150854786z", + "percent_hbd": 10000, + "permlink": "re-simoneighties-re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t154018400z", + "reward_weight": 10000, + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T22:28:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> The problem with violent protests is that it is hardly ever the government or their agents that suffer.\n> It's private citizens, private property, private businesses that suffer.\n\nIn the short term that is certianly true. However, if the protests are successful and bring about change to bad policies then it is the citizens, property and businesses that benefit from a more just and productive society over the longer term. The premise of the OP is that violent resistance or at least peaceful resistance backed by a credible threat of violence is 100x more effective in bringing about positive social change. I don't know if history backs up that claim, but if it does then the argument is sound.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T22:24:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 671154, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-07T06:14:33", + "last_update": "2016-08-07T22:28:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "hoopatang", + "parent_permlink": "re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t221113713z", + "percent_hbd": 10000, + "permlink": "re-hoopatang-re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t222432000z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T13:27:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "SBD is designed to be perfect for this, with fast finality, price stability, and no transaction fees, but if you are concerned about the legalities of it then you can't take advantage. That's unfortunate, but understandable.\n\nYou are correct that STEEM is not a good fit, unless you could somehow work out a way for the site to power up and use that as backing for the gambling bankroll, as a sort of staking pool. There would need to be restrictions on the rate of withdraws of both bankroll funds and winnings, but that might be workable given that most gambling on JD is small, so could easily be covered by the 1%-per-week power downs.\n\nI don't really understand why you think the tokens are better for the devs. Anyone can power up; the devs get no special treatment on it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-07T23:28:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 672241, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:34:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dooglus", + "parent_permlink": "re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t202924302z", + "percent_hbd": 10000, + "permlink": "re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t232844300z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:31:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This. Write an introduceyourself post and include good verification. It will be worth your time :)", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:31:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 672280, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:31:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "moonguy", + "parent_permlink": "re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t211223101z", + "percent_hbd": 10000, + "permlink": "re-moonguy-re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t233112100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T14:37:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Excellent list. Did not know about the Skyrim SE but I'll be looking for it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T23:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 672537, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T11:43:21", + "last_update": "2016-08-07T23:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kylenator", + "parent_permlink": "my-top-8-favorite-games-of-all-time", + "percent_hbd": 10000, + "permlink": "re-kylenator-my-top-8-favorite-games-of-all-time-20160807t234642800z", + "reward_weight": 10000, + "root_author": "kylenator", + "root_permlink": "my-top-8-favorite-games-of-all-time", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:49:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Love this portrait and the one of Dan. Very nice work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "art", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:49:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 672576, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "2016-09-07T10:21:15", + "last_update": "2016-08-07T23:49:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mihaiart", + "parent_permlink": "steemians-portraits-first-edition", + "percent_hbd": 10000, + "permlink": "re-mihaiart-steemians-portraits-first-edition-20160807t234904100z", + "reward_weight": 10000, + "root_author": "mihaiart", + "root_permlink": "steemians-portraits-first-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T02:17:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 56, + "beneficiaries": [], + "body": "I think the 30 day pay cutoff is a real limitation and also that posts and comments will be locked (no edits) after 30 days. I hope that the developers are able to introduce some solutions. Thank you for sharing your own perspective as an author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "writing", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-07T23:51:24", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 672613, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-07T23:51:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "mctiller", + "parent_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "percent_hbd": 10000, + "permlink": "re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160807t235124000z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "title": "", + "total_payout_value": { + "amount": "114", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T01:48:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL cheetah fail. I'm tempted to downvote cheetah but that would be kind of harmful to its mostly useful function so I won't", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-07T23:54:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 672665, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:19:45", + "last_update": "2016-08-07T23:54:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bergy", + "parent_permlink": "re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t193629714z", + "percent_hbd": 10000, + "permlink": "re-bergy-re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t235435500z", + "reward_weight": 10000, + "root_author": "bergy", + "root_permlink": "quantum-computing-and-cryptography-is-bitcoin-safe", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:22:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Wallet (CLI-only): https://github.com/steemit/steem\n\nThe web wallet/site/app that runs on steemit.com is also there now (was released a bit later)\n\n> I guess because I figure they premined a whole bunch of tokens for free whereas the rest of us have to buy them. But maybe I'm even wrong about that. How was the initial distribution done?\n\nI still don't quite follow the logic on why that makes the inflationary STEEM token itself good for them, when everyone else can avoid the inflation by using SP too. If anything, given their large SP holdings, the restrictions on liquidity of SP hurts them as much or more than anyone else, but in any case, here's some info about the launch. \n\nIt was effectively (but not literally) an 80% premine (though not quite free; they had to compete with a few other miners and did apparently spend money to do this). They launched with a public bitcointalk thread (still there) but there were no instructions or other information so only those able to figure it out from the code were able to mine it. It was openly stated at this time why the developers were doing this.\n\nThe plan (then and now) for the 80% is to give away 40% (every new account needs coins and receives a minimum balance\u2013currently 3 SP\u2013for free), keep 20%, and sell 20% to pay for development. This process is reasonably transparent and can be tracked by watching the 'steemit' account and the ones fed from there ('steem' creates the new accounts for example).", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 672741, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:22:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_hbd": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t235918500z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T00:30:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I'm pretty confused about how this all works. Both SP and SBD earn rewards for holding them - is that right? I can't hold SP in my own wallet, and can only hold it on steemit.com? But SBD and STEEM can be withdrawn into my own local wallet and freely traded? Except I seem to remember there's a 1 week delay with SBD withdrawals. Can I hold SBD in my own wallet and earn rewards, or do I only get rewards if I have steemit.com hold them? Am I totally misunderstanding everything?\n\nSBD currently earns 10% interest (rate is variable) and SP earns anti-dilution payments that offset most of the STEEM inflation. You can hold SP (or STEEM or SBD) in your own wallet with your own private keys, and there is no disadvantage to doing so in terms of rewards, etc. The web site is really just a web wallet that gives you a view of the blockchain. There are no restrictions at all on transfers of STEEM or SBD. SP is locked up and can only be converted to STEEM 1/104 per week (with a one week delay before first conversion when starting the process). SBD can be converted to about 1 USD worth of STEEM with a one-week delay, but this is an optional function that supports the pegging of its value and never required (alternately you can transfer it and/or trade it on a regular exchange or via the internal market with no delays)", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T00:13:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 672954, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T00:30:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_hbd": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t001305100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T02:17:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@ned, @dan, myself and other major stake holders are all aware of the issues this causes, have discussed it, and would all like to see solutions. There are technical issues involved and some compromises need to be made to keep moving ahead with the project but hopefully they won't be permanent. Thanks again for the feedback. Understanding the practical use cases for authors may be helpful in getting this addressed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "writing", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T00:20:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 673086, + "json_metadata": "{\"tags\":[\"writing\"],\"users\":[\"ned\",\"dan\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-08T00:20:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thecryptofiend", + "parent_permlink": "re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t000725141z", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t002040500z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T12:30:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 2484, + "beneficiaries": [], + "body": "Good analysis of the overall money supply dynamics and clear explanations like this are badly needed since the system is complex and many do not understand it. Upvoted.\n\nA small correction:\n\n> given that currently only 2% of the money supply is SD\n\nThey actually misspoke in the interview in stating 2%. Currently the outstanding supply of SBD (which can be found on steemd.com) is \n\n\"current_sbd_supply\": \"1876469.436 SBD\",\n\nThat is less than 1% of the market cap of STEEM+SP+SBD.\n\nLooked at another way, the blockchain is currently reporting:\n\n \"virtual_supply\": \"124634091.611 STEEM\",\n \"current_supply\": \"123729768.992 STEEM\",\n\nvirtual_supply is the total money supply if all the SBD were converted to STEEM at the current exchange rate. Again the difference here is <1%.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-08T00:39:00", + "curator_payout_value": { + "amount": "1673", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 673391, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T15:50:45", + "last_update": "2016-08-08T00:42:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 34, + "parent_author": "anonymint", + "parent_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "percent_hbd": 10000, + "permlink": "re-anonymint-who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power-20160808t003901500z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "title": "", + "total_payout_value": { + "amount": "5136", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T07:31:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 630, + "beneficiaries": [], + "body": "Again, self-defeating attitude. Just like any other form of media, anyone who wants to make money needs to be able to market themselves and gain a following. Those 3 million followers of yours didn't just fall out of the sky; I'm sure you worked for them. Same here. This is not free money given out to anyone just for showing up, and if that's what your web site followers are seeking, they would indeed be disappointed. It is a platform and an opportunity for those willing to work for it and bring value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T00:54:09", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 673653, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T01:28:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "najoh", + "parent_permlink": "re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160807t214650684z", + "percent_hbd": 10000, + "permlink": "re-najoh-re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t005410100z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "title": "", + "total_payout_value": { + "amount": "543", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T02:07:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@anonymint, abandonment, which is difficult to accurately measure anyway, can be almost entirely ignored as a growth statistic if you compare active accounts over time. Daily active has been growing significantly and is now close to 6000 from being closer to 4000 not long ago (1-2 weeks IIRC, but I don't have hard numbers). I'm not sure about the weekly-active numbers as I haven't paid attention to it.\n\nI agree with the earlier comments that: 1) constant growth is not exponential; and 2) there isn't enough data to conclude much yet, except that there is steady, but still kind of slow growth, even after factoring in abandonment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T02:05:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 674798, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"anonymint\"]}", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:07:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "masteryoda", + "parent_permlink": "re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160807t151438650z", + "percent_hbd": 10000, + "permlink": "re-masteryoda-re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160808t020523500z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T02:11:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm interested in your stats but I'm having trouble finding anything in your profile. Please post a direct link.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T02:11:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 674882, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:11:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "calamus056", + "parent_permlink": "re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160807t173550233z", + "percent_hbd": 10000, + "permlink": "re-calamus056-re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160808t021059900z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think GDP is conflated with standard of living. It even appears in indexes which try to measure quality of life in various countries. But as you indicate, it shouldn't be used this way. By having a platform like Steemit, where value creation and rewards are closely linked, the measure of that value becomes much clearer. It can make possible a future GDP calculation which accurately describes quality of life as judged by real people.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-25T20:40:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 356699, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T20:40:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liberosist", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t193034842z", + "percent_hbd": 10000, + "permlink": "re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t203959355z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:45:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T12:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 372148, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T08:13:27", + "last_update": "2016-07-26T12:36:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "timcliff", + "parent_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", + "percent_hbd": 10000, + "permlink": "re-timcliff-steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community-20160726t123610078z", + "reward_weight": 10000, + "root_author": "timcliff", + "root_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T13:10:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "It's hard to tell given how new all of this is. We have to let transient effects die down before really appraising the economic model. But, folks seem to be selling their SBD now and it hasn't disrupted anything as far as I can tell. Clearly the price will go down if more is sold, but that's to be expected. In the end we'd expect some sort of balance between buyers and sellers, as in any market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T13:10:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 403303, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:10:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bhokor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t105019977z", + "percent_hbd": 10000, + "permlink": "re-bhokor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t131039211z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T13:28:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great question and, unfortunately, I don't have a great answer. I think, however, that an economic value judgment produced in a smaller community that creates its own currency is more accurate than, say, a central bank doing it on the basis of aggregate transactions for the whole economy. And, in the case of blogging, the central bank would traditionally not even consider it economic activity because it is unpaid. Can the smaller group be wrong? Of course. Can they be controlled by influential individuals? Yes. All human groups can have these flaws. The model here is still being tested but it looks like progress and decentralization is usually a good thing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T13:28:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 403780, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:28:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "positive", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t182949310z", + "percent_hbd": 10000, + "permlink": "re-positive-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t132842958z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T20:05:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for a very clear and readable presentation!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T13:31:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 403857, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:39:54", + "last_update": "2016-07-27T13:31:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mahekg", + "parent_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "percent_hbd": 10000, + "permlink": "re-mahekg-know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post-20160727t133154927z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the link, good material, and a very useful distinction to make. Btw, I'm also a big fan of the Hans Rosling view of the world.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T12:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 462145, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-29T12:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liberosist", + "parent_permlink": "re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t205715442z", + "percent_hbd": 10000, + "permlink": "re-liberosist-re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160729t122217437z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T03:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 235811, + "beneficiaries": [], + "body": "\n

Recently, a young engineer asked me for some general advice about starting out in the workplace. He was starting his first job as a mechanical/aerospace engineering trainee with a large organization. I'm 50 and have been an engineer (or engineering manager) all my working life. Fwiw, I thought I'd share what I told him with you:

\n

This is standard stuff but I find that it works pretty well in practice:

\n

1) Be extremely responsive to the folks you work for at the new company. You can think of them as your clients. And no matter what their official rank, think of everyone as your client.

\n

2) Your goal is to add value to the organization and you may have to do jobs outside your field of interest or expertise. Jobs you may think of as beneath you. Do them anyway and do them enthusiastically. People will notice.

\n

3) Disregard a workplace culture which distracts you from actual work. Even if no one seems to care, you are there to work and if you do, it will be noticed. It's ok to be friendly and chat with your coworkers and neighbors, but maintain a general attitude of always wanting to get things done.

\n

4) Avoid office politics. This is hard to do, especially as your career progresses, but try hard to do it. There is no way to navigate the political waters of an unknown organization and come out ahead. The best way to do this is by not taking sides, maintaining an objective focus, not talking about others, and pretending a general unawareness of whatever political situation is being offered for comment.

\n

5) Get along with people. Be friendly and always willing to help. Be especially sensitive about issues of discrimination or other legal policies of the company. Remember that the company may be filled with many people of differing ethnic, religious, and cultural backgrounds. You are expected to get along with all of them. Breaking these rules, btw, can lead to a very quick dismissal.

\n

6) Learn as much as you can about the company and the technology you are working on. Trainees are often dismissed because it is assumed they don't know much and don't want to learn. Break out of that mold.

\n

7) Try to relate what you are doing on the job to what you learned in school. If you didn't take a class in the area you are working in, try to educate yourself through books, the internet, etc. There is usually a fundamental textbook or theory behind what they are doing. It pays to learn it.

\n

Just remember, companies are usually quite willing to invest in their promising young workers. So being identified as promising is what you need to do.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T21:08:00", + "curator_payout_value": { + "amount": "23116", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 789104, + "json_metadata": "{\"tags\":[\"business\"]}", + "last_payout": "2016-09-13T09:18:36", + "last_update": "2016-08-13T21:08:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 66, + "parent_author": "", + "parent_permlink": "business", + "percent_hbd": 10000, + "permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "title": "Advice to a young engineer starting with a new company", + "total_payout_value": { + "amount": "407952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:51:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes, thanks, I replied in your post as follows:\n"Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services."", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T12:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 372194, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-26T12:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "timcliff", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t022316010z", + "percent_hbd": 10000, + "permlink": "re-timcliff-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t123912663z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T18:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 2909, + "beneficiaries": [], + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But mom's certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for mom's but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-25T17:46:09", + "curator_payout_value": { + "amount": "1248", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 351959, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T18:24:09", + "last_update": "2016-07-25T17:46:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 34, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "steemit-is-addressing-an-interesting-economics-problem", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", + "total_payout_value": { + "amount": "10439", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 975930, + "beneficiaries": [], + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But moms certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for moms but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 52, + "children_abs_rshares": 0, + "created": "2016-07-25T18:53:12", + "curator_payout_value": { + "amount": "70269", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 353805, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"economics\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T18:53:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 323, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", + "total_payout_value": { + "amount": "3502612", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T19:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "No, I guess someone else used the same title, or I used their title without realizing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T19:08:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 354249, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T19:08:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "trogdor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190227875z", + "percent_hbd": 10000, + "permlink": "re-trogdor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190847475z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T14:30:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 145, + "beneficiaries": [], + "body": "Who says steem isn't programmable \ud83d\ude09", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T12:33:42", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55180, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-05T11:59:48", + "last_update": "2016-07-05T12:33:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "publicworker", + "parent_permlink": "steemit-vs-synereo-vs-akasha", + "percent_hbd": 10000, + "permlink": "re-publicworker-steemit-vs-synereo-vs-akasha-20160705t123344126z", + "reward_weight": 10000, + "root_author": "publicworker", + "root_permlink": "steemit-vs-synereo-vs-akasha", + "title": "", + "total_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T03:02:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 126, + "beneficiaries": [], + "body": "They have been replaced with a \"Flag\" button in the top right corner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-06T00:23:39", + "curator_payout_value": { + "amount": "1", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56603, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T23:12:21", + "last_update": "2016-07-06T00:23:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nkdk", + "parent_permlink": "what-happened-with-downvotes", + "percent_hbd": 10000, + "permlink": "re-nkdk-what-happened-with-downvotes-20160706t002338178z", + "reward_weight": 10000, + "root_author": "nkdk", + "root_permlink": "what-happened-with-downvotes", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T01:17:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 623492, + "beneficiaries": [], + "body": "
![](https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg)
\n## Trending is Useful \nThe [trending](/trending) page is now more useful than ever. Now that payouts are daily, the trending page shows the highest valued posts. It will probably be made the default page soon.\n\n## Payout Time Sort Order\nWe added a new [payout time](/cashout) sort order that allows you to see which posts are about to be paid out. This should give everyone one last chance to up/down vote a post before payouts become irreversible.\n\n## New Downvote Button\nDownvote button has been replaced with a flag in the top right corner of each post. This makes it clear that downvotes should be used to flag content for abuse more than to just push someone else down.\n\n## Payout Status \nYou can now inspect a posts payout status by clicking on the pending payout amount. It will tell you when a post is scheduled to payout and how much it has been paid in the past.\n\nEnjoy!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 27, + "children_abs_rshares": 0, + "created": "2016-07-06T00:30:42", + "curator_payout_value": { + "amount": "1552", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 56619, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:30:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 169, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "new-features-on-steemit", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "New Features on Steemit", + "total_payout_value": { + "amount": "146249", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "normally you can follow @steemitblog for information on major updates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T00:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56623, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"steemitblog\"]}", + "last_payout": "2016-08-13T08:41:06", + "last_update": "2016-07-06T00:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market-20160706t003204268z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:09:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good ideas.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T01:09:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 56695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T01:09:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "percent_hbd": 10000, + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t010929410z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 100, + "beneficiaries": [], + "body": "You will get more votes if you fix the formatting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T01:23:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56724, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-10T23:32:21", + "last_update": "2016-07-06T01:23:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "coreradio", + "parent_permlink": "interplanetary-file-system", + "percent_hbd": 10000, + "permlink": "re-coreradio-interplanetary-file-system-20160706t012314118z", + "reward_weight": 10000, + "root_author": "coreradio", + "root_permlink": "interplanetary-file-system", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T19:53:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 186, + "beneficiaries": [], + "body": "You get credit for every second. I will have to write a longer blog to answer this. \n\nShort answer is it works like a bank.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-06T11:28:51", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 57650, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-24T07:06:18", + "last_update": "2016-07-06T11:28:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "questions-steem-dollar-interest", + "percent_hbd": 10000, + "permlink": "re-ash-questions-steem-dollar-interest-20160706t112852805z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "questions-steem-dollar-interest", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T02:46:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "Just post something there that says your username here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-07T01:23:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 59467, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:08:33", + "last_update": "2016-07-07T01:23:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ericvancewalton", + "parent_permlink": "re-dan-re-ericvancewalton-hi-i-m-eric-20160706t205129226z", + "percent_hbd": 10000, + "permlink": "re-ericvancewalton-re-dan-re-ericvancewalton-hi-i-m-eric-20160707t012310824z", + "reward_weight": 10000, + "root_author": "ericvancewalton", + "root_permlink": "hi-i-m-eric", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "Just remember your Rights don't come from the constitution. Also, armed resistance to government is far less effective than non-violent alternatives. Steem is a non-violent alternative.", + "cashout_time": "1969-12-31T23:59:59", + "category": "armed", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-07T01:30:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 59480, + "json_metadata": "{\"tags\":[\"armed\"]}", + "last_payout": "2016-08-14T01:55:12", + "last_update": "2016-07-07T01:30:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "venuspcs", + "parent_permlink": "introducing-the-society-of-armed-americans", + "percent_hbd": 10000, + "permlink": "re-venuspcs-introducing-the-society-of-armed-americans-20160707t013056646z", + "reward_weight": 10000, + "root_author": "venuspcs", + "root_permlink": "introducing-the-society-of-armed-americans", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:12:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 99, + "beneficiaries": [], + "body": "The votes are public record and collusion is easy to statistically evaluate for abuse. People downvote garbage that is overpaid. \n\nEvery voter has vested interest in long term.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:12:45", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 62387, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-12T12:54:51", + "last_update": "2016-07-08T01:12:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "shawn-brewer", + "parent_permlink": "checks-and-balances", + "percent_hbd": 10000, + "permlink": "re-shawn-brewer-checks-and-balances-20160708t011245543z", + "reward_weight": 10000, + "root_author": "shawn-brewer", + "root_permlink": "checks-and-balances", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:53:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 207, + "beneficiaries": [], + "body": "I thought the article was poorly articulated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:53:27", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 62457, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-08T09:53:45", + "last_update": "2016-07-08T01:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "steem1", + "parent_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "percent_hbd": 10000, + "permlink": "re-steem1-dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability-20160708t015326661z", + "reward_weight": 10000, + "root_author": "steem1", + "root_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T14:09:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The structure is nothing like Bitcoin. It is able to store kb if data per Trx.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T14:09:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 68812, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-09T14:48:27", + "last_update": "2016-07-09T14:09:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "amogue", + "parent_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "percent_hbd": 10000, + "permlink": "re-amogue-how-is-data-text-and-images-recorded-on-steemit-blockchain-20160709t140926330z", + "reward_weight": 10000, + "root_author": "amogue", + "root_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T13:46:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 881345, + "beneficiaries": [], + "body": "
![](http://forklog.net/wp-content/uploads/2015/10/pospow.png)
\n\nProof of Work does not make a blockchain irreversible. Many people have made this claim to me during recent interviews. They stated it with such certainty that I didn\u2019t dare correct them on the spot.\n\nI believe this myth has its origin in the defense of proof of work relative to proof of stake blockchains. The argument is that without proof of work anyone could rewrite the history of the blockchain. The erroneous conclusion is that proof of work makes the blockchain irreversible.\n\n## What Makes it Irreversible \n\nThere are three things that make a blockchain irreversible:\n\n1. hash-linked blocks \n2. public record \n3. public opinion \n\nThe reality is that blockchain irreversibility comes from a public broadcast where many independent observers have recorded the same events. These events are hash-linked which means the public cannot change one event without changing *everything* that happened after it. If someone wants to change the history, then everyone would see it is a change. Public opinion would be firmly behind the original order of events because any other history would be a lie.\n\nYou will notice that there is no need for computationally expensive proof of work to ensure the record is irreversible. You just need enough independent parties who agree on a common history.\n\n## Immutable is independent from Irreversible \n\nA blockchain may log all events into an immutable record, but a record is meaningless on its own. What gives a record value is people\u2019s opinion and perception. This means that people can choose to ignore or reinterpret the ledger without actually changing the ledger. \n\n### Ethereum is Reversing Transactions\n\nThe fact that Ethereum, a proof of work blockchain, is reversing the effects of a transaction is proof that having an immutable record doesn\u2019t make transactions immutable. The people who use Ethereum have collectively decided to reinterpret the immutable history in such a way that produces a better outcome for almost everyone. \n\n## Value of Proof of Work\n\nProof of work provides an objective metric of value invested (sunk cost). This objective metric can be used to authenticate with high probability that a certain history had the backing of public opinion. Without the backing of public opinion the values represented by the data would be worthless. Hence, proof of work is strong evidence of public opinion, but not absolute proof. \n\n\n## Root of Confusion \nThis may be the root of the confusion. People are mixing up the evidence with the thing the evidence is proving. This would be like someone claiming that a particular set of finger prints cause murders. A person murders someone, the finger prints are just evidence.\n\nLikewise, public opinion secures immutability and proof of work is just the evidence that someone believed the public opinion placed value on something in the past.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 24, + "children_abs_rshares": 0, + "created": "2016-07-10T01:10:54", + "curator_payout_value": { + "amount": "6137", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 71212, + "json_metadata": "{\"tags\":[\"blockchain\",\"proofofwork\"],\"image\":[\"http://forklog.net/wp-content/uploads/2015/10/pospow.png\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T01:10:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 195, + "parent_author": "", + "parent_permlink": "blockchain", + "percent_hbd": 10000, + "permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "title": "The Myth that Proof of Work creates Irreversibility", + "total_payout_value": { + "amount": "243724", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T01:40:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can trust your posting key without fear of funds being stolen.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-marketing", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T01:36:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71302, + "json_metadata": "{\"tags\":[\"steem-marketing\"]}", + "last_payout": "2016-08-24T11:17:18", + "last_update": "2016-07-10T01:36:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "trogdor", + "parent_permlink": "trust-and-third-party-steem-apps", + "percent_hbd": 10000, + "permlink": "re-trogdor-trust-and-third-party-steem-apps-20160710t013621075z", + "reward_weight": 10000, + "root_author": "trogdor", + "root_permlink": "trust-and-third-party-steem-apps", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T01:53:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are only protected when less than 90% of steem is powered up.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T01:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71347, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:33", + "last_update": "2016-07-10T01:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-well-is-steem-power-protected-from-inflation-really", + "percent_hbd": 10000, + "permlink": "re-nomoreheroes7-how-well-is-steem-power-protected-from-inflation-really-20160710t014745389z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "how-well-is-steem-power-protected-from-inflation-really", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T14:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted because preview pic makes steemit look trashy.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T13:35:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73586, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-11T16:56:18", + "last_update": "2016-07-10T13:35:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemswede", + "parent_permlink": "greetings-from-sweden-ask-me-anything", + "percent_hbd": 10000, + "permlink": "re-steemswede-greetings-from-sweden-ask-me-anything-20160710t133517243z", + "reward_weight": 10000, + "root_author": "steemswede", + "root_permlink": "greetings-from-sweden-ask-me-anything", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T13:25:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 141, + "beneficiaries": [], + "body": "Keep your owner key in cold storage and log in with your posting private key. Do these two things and you should be safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T13:43:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73618, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:19:51", + "last_update": "2016-07-10T13:43:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tyanderson", + "parent_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "percent_hbd": 10000, + "permlink": "re-tyanderson-what-is-the-likelihood-of-our-steemit-wallet-being-hacked-20160710t134343793z", + "reward_weight": 10000, + "root_author": "tyanderson", + "root_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "title": "", + "total_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T13:44:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone can create one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T13:44:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73621, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-10T12:51:24", + "last_update": "2016-07-10T13:44:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "wisen", + "parent_permlink": "is-there-android-or-iphone-app-for-steemit", + "percent_hbd": 10000, + "permlink": "re-wisen-is-there-android-or-iphone-app-for-steemit-20160710t134445176z", + "reward_weight": 10000, + "root_author": "wisen", + "root_permlink": "is-there-android-or-iphone-app-for-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:24:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Rewards are paid in steem power and dollars. Both of these support price.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T21:28:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 75437, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-10T21:45:39", + "last_update": "2016-07-10T21:28:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "picokernel", + "parent_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "percent_hbd": 10000, + "permlink": "re-picokernel-discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem-20160710t212858166z", + "reward_weight": 10000, + "root_author": "picokernel", + "root_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:06:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 51, + "beneficiaries": [], + "body": "Double spend on steem is impossible. But it is still possible on Bitcoin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T22:06:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 75633, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T22:06:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tocode", + "parent_permlink": "re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t200153477z", + "percent_hbd": 10000, + "permlink": "re-tocode-re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t220648995z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T01:49:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sha256 is only one step of the hash function. The full proof-of-work requires elliptic-curve operations that are used for signature verification. Optimizing the proof of work should improve the whole platform's key computational bottleneck.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-11T01:30:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 76413, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T12:24:30", + "last_update": "2016-07-11T01:30:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ibnu", + "parent_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "percent_hbd": 10000, + "permlink": "re-ibnu-nice-selection-of-steemit-in-choosing-256-as-hash-algorithm-20160711t013015790z", + "reward_weight": 10000, + "root_author": "ibnu", + "root_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T01:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are still around, but there is more content than a couple of dozen people can read and vote on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T01:37:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 76426, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:02:15", + "last_update": "2016-07-11T01:37:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "william-noe", + "parent_permlink": "where-have-all-the-whales-gone", + "percent_hbd": 10000, + "permlink": "re-william-noe-where-have-all-the-whales-gone-20160711t013713141z", + "reward_weight": 10000, + "root_author": "william-noe", + "root_permlink": "where-have-all-the-whales-gone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T12:18:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This implies Bitcoin is getting 1000 new users per day on average since its founding.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T12:07:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 78332, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-19T13:28:24", + "last_update": "2016-07-11T12:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hisnameisolllie", + "parent_permlink": "how-many-people-own-bitcoin", + "percent_hbd": 10000, + "permlink": "re-hisnameisolllie-how-many-people-own-bitcoin-20160711t120733543z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "how-many-people-own-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T18:28:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for misleading description of function.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T23:42:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 81512, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-24T03:35:21", + "last_update": "2016-07-11T23:42:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "stealthtrader", + "parent_permlink": "earning-money-for-voting-early-steem-power", + "percent_hbd": 10000, + "permlink": "re-stealthtrader-earning-money-for-voting-early-steem-power-20160711t234257366z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "earning-money-for-voting-early-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T23:50:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 18, + "beneficiaries": [], + "body": "This week.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T23:50:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 81546, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T09:46:54", + "last_update": "2016-07-11T23:50:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kingjohal", + "parent_permlink": "future-ability-to-follow-steemit-bloggers", + "percent_hbd": 10000, + "permlink": "re-kingjohal-future-ability-to-follow-steemit-bloggers-20160711t235022997z", + "reward_weight": 10000, + "root_author": "kingjohal", + "root_permlink": "future-ability-to-follow-steemit-bloggers", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T22:13:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the tips. I have our team on it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T00:19:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 81731, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-15T12:09:45", + "last_update": "2016-07-12T00:19:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "spaced", + "parent_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "percent_hbd": 10000, + "permlink": "re-spaced-steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just-20160712t001931624z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T02:09:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Stop by steem headquarters in Blacksburg va, right in middle of Appalachia!!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T01:46:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 82174, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T02:30:33", + "last_update": "2016-07-12T01:46:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "katecloud", + "parent_permlink": "hi-im-kate-cloud", + "percent_hbd": 10000, + "permlink": "re-katecloud-hi-im-kate-cloud-20160712t014654671z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "hi-im-kate-cloud", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T12:35:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 166, + "beneficiaries": [], + "body": "Remember market cap grows n2 the number of users. B", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T12:13:12", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 84874, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T19:17:33", + "last_update": "2016-07-12T12:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hisnameisolllie", + "parent_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "percent_hbd": 10000, + "permlink": "re-hisnameisolllie-steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up-20160712t121311948z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "title": "", + "total_payout_value": { + "amount": "96", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:37:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 256, + "beneficiaries": [], + "body": "Rate will fall until it hits a min rate in about 9 months.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T17:14:03", + "curator_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86547, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-12T17:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "lukestokes", + "parent_permlink": "do-you-know-your-steem-power-interest-rate", + "percent_hbd": 10000, + "permlink": "re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171403169z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", + "title": "", + "total_payout_value": { + "amount": "156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T05:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 8992, + "beneficiaries": [], + "body": "please ignore", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-12T19:17:39", + "curator_payout_value": { + "amount": "91", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 87417, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-21T16:43:24", + "last_update": "2016-07-12T19:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 35, + "parent_author": "", + "parent_permlink": "spam", + "percent_hbd": 10000, + "permlink": "spam-test", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "spam-test", + "title": "Spam Test", + "total_payout_value": { + "amount": "5512", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T19:54:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 683, + "beneficiaries": [], + "body": "We will add a blacklist of accounts to the GUI to prevent people from sending to them. You will still be able to send on the CLI.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T19:54:51", + "curator_payout_value": { + "amount": "120", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 87660, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T23:21:42", + "last_update": "2016-07-12T19:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "derekareith", + "parent_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "percent_hbd": 10000, + "permlink": "re-derekareith-psa-warning-to-newbies-trying-to-send-to-bittex-20160712t195452088z", + "reward_weight": 10000, + "root_author": "derekareith", + "root_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "title": "", + "total_payout_value": { + "amount": "418", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T20:40:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 251, + "beneficiaries": [], + "body": "I am a major procrastinator!", + "cashout_time": "1969-12-31T23:59:59", + "category": "video", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T20:21:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 87908, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-14T01:48:48", + "last_update": "2016-07-12T20:21:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tynx", + "parent_permlink": "the-surprising-habits-of-original-thinkers", + "percent_hbd": 10000, + "permlink": "re-tynx-the-surprising-habits-of-original-thinkers-20160712t202133293z", + "reward_weight": 10000, + "root_author": "tynx", + "root_permlink": "the-surprising-habits-of-original-thinkers", + "title": "", + "total_payout_value": { + "amount": "177", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T00:40:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 422, + "beneficiaries": [], + "body": "We are having record traffic with a large number of simultaneous users on the site. The bug occured while we were upgrading to handle additional capacity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T00:20:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 89123, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T12:59:33", + "last_update": "2016-07-13T00:20:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "marsresident", + "parent_permlink": "itr-bypermlinkidx-end", + "percent_hbd": 10000, + "permlink": "re-marsresident-itr-bypermlinkidx-end-20160713t002110361z", + "reward_weight": 10000, + "root_author": "marsresident", + "root_permlink": "itr-bypermlinkidx-end", + "title": "", + "total_payout_value": { + "amount": "324", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T00:28:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 503, + "beneficiaries": [], + "body": "Not only is it possible, but it is the most advanced account infrastructure of any chain.\n\nhttps://steem.io/documentation/dynamic-account-permissions/\n\nEffectively, all accounts have 3 levels of authority by default. It supports threshold multi-sig and recursive / nested accounts. This goes far beyond every other platform except BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T00:23:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 89150, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://steem.io/documentation/dynamic-account-permissions/\"]}", + "last_payout": "2016-08-14T13:17:24", + "last_update": "2016-07-13T00:23:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "spaced", + "parent_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "percent_hbd": 10000, + "permlink": "re-spaced-how-do-you-create-multisignature-accounts-in-steem-is-this-possible-20160713t002313237z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "title": "", + "total_payout_value": { + "amount": "374", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:11:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 436, + "beneficiaries": [], + "body": "Steem Power gives people influence and clout on the platform. This is something of \"intrinsic\" value which will provide the base of demand. Everything else is all perception.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T00:47:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 89385, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T14:37:48", + "last_update": "2016-07-13T00:47:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "orly", + "parent_permlink": "what-gives-steem-value-long-term", + "percent_hbd": 10000, + "permlink": "re-orly-what-gives-steem-value-long-term-20160713t004803924z", + "reward_weight": 10000, + "root_author": "orly", + "root_permlink": "what-gives-steem-value-long-term", + "title": "", + "total_payout_value": { + "amount": "334", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T10:57:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 571250, + "beneficiaries": [], + "body": "
http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg
\n\nWhat if it were possible to build custom applications on top of Steem? If you think Steem is only here to serve the niche of social media, then I consider this you wakeup call. The Steem blockchain is already capable of supporting every kind of blockchain application you can conceive. Best of all, you don\u2019t need anyone\u2019s permission to start building your app today!\n\nThink of your favorite blockchain application. Is it [Auger](https://www.augur.net/) with is prediction markets? Is it The DAO? Is it general purpose smart contracts? Is it Dash with its privacy features? Is it decentralized voting or DNS? All of these things are possible on Steem today and you don\u2019t need Steemit\u2019s permission to do it.\n\n## Subchains not Sidechains\n\n[Sidechains](https://gendal.me/2014/10/26/a-simple-explanation-of-bitcoin-sidechains/) have been the go-to solution for adding features to the Bitcoin protocol. The general concept is that the Bitcoin blockchain doesn\u2019t need to know what happens on the side-chain so long as it can verify transfers into and out of the side chain.\n\nImplementing side chains is challenging. It requires synchronizing two independent, potentially forking, eventually consistent blockchains. An issue on either chain can greatly disrupt the whole system. \n\nA **subchain** is a new description for an old idea. Mastercoin and [CounterParty](http://counterparty.io/) are what I would consider **subchains**. All of their data is included on the Bitcoin blockchain. If Bitcoin forks, then the subchain follows. \n\nIn other words, a subchain is just a secondary interpretation of data on the main chain. Historically subchains haven\u2019t been practical because they are necessarily slower than the chain they run on. Bitcoin makes it very expensive to include data and every subchain operation requires Bitcoin fees to be paid.\n\n## Power of Steem Subchains\n\nOn Steem everything is different. There are no transaction fees and it is trivial to include arbitrary data on the blockchain. Here are some of the key benefits to subchains on Steem.\n\n1. Advanced Account Structures \n2. Pre-validated Account Authorities on Custom Operations\n3. No Transaction Fees \n4. Fast Block Times\n5. [TaPoS](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) (Transactions as Proof of Stake)\n\nWhat this means is that it is trivial to write custom applications as fully independent subchains. These applications don\u2019t need to worry about the complexities of network infrastructure nor do they even require access to money. \n\nThe advanced account structures means you can have multi-sig authority involving dozens of independent agents deterministically evaluating the custom operations on the Steem blockchains. These agents can then deterministically generate and sign transactions for processing withdraws from the subchain. The fast block times means that subchains don\u2019t have to wait long for confirmation before they can reliably create and sign transactions. The TaPoS feature ensures that transactions are only valid on a specific fork for a very short period of time. \n\n## Smart Contracts \n\nIt is fully possible to deploy an Ethereum Virtual Machine as a subchain on Steem. This Subchain could leverage the same algorithm Steem uses to ration bandwidth in order to ration computation. \n\nPerhaps more interesting is the fact that multiple types and instances of virtual machines can be run on the Steem network at the same time. \n\n## Conclusion\n\nEverything you think you like about other blockchain platforms can be implemented as a Steem Subchain. These subchains would almost certainly be faster, easier to use, and cheaper than anything else out there. Critically, these subchains would have easy access to the vast and growing user base of Steem. \n\nWhat could be better?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 39, + "children_abs_rshares": 0, + "created": "2016-07-13T01:32:30", + "curator_payout_value": { + "amount": "7449", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 89723, + "json_metadata": "{\"tags\":[\"steem\",\"sidechain\",\"subchain\",\"blockchain\",\"apps\"],\"image\":[\"http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg\"],\"links\":[\"https://www.augur.net/\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:32:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 370, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "How Anyone can Build Custom Apps on Steem right Now!", + "total_payout_value": { + "amount": "367312", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T19:51:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 241, + "beneficiaries": [], + "body": "Every action on this website generates a signed transaction that is broadcast on a P2P network. This is just a light client like blockchain.info.\n\nThe magic is that you don't realize it is a blockchain, yet under the hood it is. Anyone can run a full node on their local machine and have access to all content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "helloworld", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T01:33:48", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 89729, + "json_metadata": "{\"tags\":[\"helloworld\"]}", + "last_payout": "2016-08-13T02:47:15", + "last_update": "2016-07-13T01:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "miketwenty1", + "parent_permlink": "who-is-hosting-this-data", + "percent_hbd": 10000, + "permlink": "re-miketwenty1-who-is-hosting-this-data-20160713t013403375z", + "reward_weight": 10000, + "root_author": "miketwenty1", + "root_permlink": "who-is-hosting-this-data", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:58:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 962, + "beneficiaries": [], + "body": "3 second blocktimes and irreversible blocks after 30 seconds. This is compared to 15 second+ block times and irreversibility requiring orders of magnitude longer on other chains.\n\nA subchain cannot \"act\" until its inputs from the \"main chain\" are irreversible. Thus time-until-irreversible is what matters most. In Bitcoin this is considered 6 blocks and can take hours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T01:46:48", + "curator_payout_value": { + "amount": "202", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 89810, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:46:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "norbu", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014006765z", + "percent_hbd": 10000, + "permlink": "re-norbu-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014647702z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "", + "total_payout_value": { + "amount": "618", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:49:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Payouts to authors grows with price. You will earn your way in like everyone else.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T02:49:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 90270, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T02:25:51", + "last_update": "2016-07-13T02:49:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "crypton", + "parent_permlink": "re-crypton-this-steem-coin-price-explosion-20160713t023446752z", + "percent_hbd": 10000, + "permlink": "re-crypton-re-crypton-this-steem-coin-price-explosion-20160713t024934827z", + "reward_weight": 10000, + "root_author": "crypton", + "root_permlink": "this-steem-coin-price-explosion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T23:39:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes. But the challenges of anti-bit and Sybil remain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-13T10:33:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 93790, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T10:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t091130860z", + "percent_hbd": 10000, + "permlink": "re-getssidetracked-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t103335503z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:41:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because block chain is public. Private balanced are planned in future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T12:41:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 94725, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T13:21:51", + "last_update": "2016-07-13T12:41:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "salman", + "parent_permlink": "re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t121918788z", + "percent_hbd": 10000, + "permlink": "re-salman-re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t124101910z", + "reward_weight": 10000, + "root_author": "funny", + "root_permlink": "4stm4m-19-tips-for-new-users-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Add link to existing posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T12:47:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 94771, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T09:37:48", + "last_update": "2016-07-13T12:47:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "percent_hbd": 10000, + "permlink": "re-fyrstikken-the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire-20160713t124727368z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:59:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This kind of vote buying is considered abuse and will be flagged.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T12:52:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 94814, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T11:26:51", + "last_update": "2016-07-13T12:52:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", + "percent_hbd": 10000, + "permlink": "re-str11ngfello-free-steem-how-upvote-this-post-and-you-ll-receive-steem-20160713t125257630z", + "reward_weight": 10000, + "root_author": "str11ngfello", + "root_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:28:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "every 3 seconds. Then every 3.3 years or so there is a 10:1 reverse split.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T13:28:15", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 95119, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:33:03", + "last_update": "2016-07-13T13:28:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "percent_hbd": 10000, + "permlink": "re-str11ngfello-how-can-we-determine-the-date-that-steem-tokens-inflate-20160713t132815591z", + "reward_weight": 10000, + "root_author": "str11ngfello", + "root_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T16:21:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 229, + "beneficiaries": [], + "body": "It wasn't accidental. Steem was designed from the ground up due to the problems we faced onboarding people with BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-13T15:13:06", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 96194, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T01:05:54", + "last_update": "2016-07-13T15:13:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "thedashguy", + "parent_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "percent_hbd": 10000, + "permlink": "re-thedashguy-in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it-20160713t151307777z", + "reward_weight": 10000, + "root_author": "thedashguy", + "root_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "title": "", + "total_payout_value": { + "amount": "161", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T15:14:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 106, + "beneficiaries": [], + "body": "The currency you are suppose to use is Steem Dollars (and is what you are paid in). Steem Dollars pay interest and are pegged to the dollar. There is no need to dump/sell them to protect your income. \n\nThese Steem Dollars can be used to buy things online and each day more opportunities to spend your Steem Dollars will emerge.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T15:14:39", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 96212, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:27:57", + "last_update": "2016-07-13T15:14:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "flurablastin", + "parent_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "percent_hbd": 10000, + "permlink": "re-flurablastin-so-how-does-steem-as-a-cryptocurrency-work-20160713t151441614z", + "reward_weight": 10000, + "root_author": "flurablastin", + "root_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "title": "", + "total_payout_value": { + "amount": "72", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please use #NSFW tag or you will get downvoted and/or added to downvote bot lists.", + "cashout_time": "1969-12-31T23:59:59", + "category": "porn", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 97955, + "json_metadata": "{\"tags\":[\"NSFW\",\"porn\"]}", + "last_payout": "2016-08-13T17:33:15", + "last_update": "2016-07-13T17:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pornvideos", + "parent_permlink": "hot-spanish-teen-jacqueline-porn-18", + "percent_hbd": 10000, + "permlink": "re-pornvideos-hot-spanish-teen-jacqueline-porn-18-20160713t173428917z", + "reward_weight": 10000, + "root_author": "pornvideos", + "root_permlink": "hot-spanish-teen-jacqueline-porn-18", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:35:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "this is because steemit doesn't reload when you navigate. Our internal numbers are much higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "boost", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:35:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 97981, + "json_metadata": "{\"tags\":[\"boost\"]}", + "last_payout": "2016-08-13T17:38:33", + "last_update": "2016-07-13T17:35:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autorss21", + "parent_permlink": "boost", + "percent_hbd": 10000, + "permlink": "re-autorss21-boost-20160713t173551820z", + "reward_weight": 10000, + "root_author": "autorss21", + "root_permlink": "boost", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:37:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Consider the beta-nature of Ethereum and the lack of real-world use.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:37:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 97998, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-13T19:16:00", + "last_update": "2016-07-13T17:37:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptodev", + "parent_permlink": "wonder-how-long-steem-bubble-will-sustain", + "percent_hbd": 10000, + "permlink": "re-cryptodev-wonder-how-long-steem-bubble-will-sustain-20160713t173736412z", + "reward_weight": 10000, + "root_author": "cryptodev", + "root_permlink": "wonder-how-long-steem-bubble-will-sustain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:39:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Mass adoption of Steem Dollars is the plan. \n\n[Steemit's Evil Plan for Cryptocurrency World Domination](https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination)", + "cashout_time": "1969-12-31T23:59:59", + "category": "question", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 98012, + "json_metadata": "{\"tags\":[\"question\"],\"links\":[\"https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination\"]}", + "last_payout": "2016-08-13T17:40:06", + "last_update": "2016-07-13T17:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "frankenstein", + "parent_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "percent_hbd": 10000, + "permlink": "re-frankenstein-will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed-20160713t173914039z", + "reward_weight": 10000, + "root_author": "frankenstein", + "root_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:38:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "In earlier versions what you say is true. It was confusing users.\n\nIt is entirely possible for comments to be more highly valued than the parent. This frequently happens when the parent copies something without citing the source and then people upvote the comment that provides the original source. \n\nNothing keeps people honest like rewarding the person who reveals the cheater.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-13T17:42:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 98066, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T20:31:12", + "last_update": "2016-07-13T17:42:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "biophil", + "parent_permlink": "re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t173344896z", + "percent_hbd": 10000, + "permlink": "re-biophil-re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t174258382z", + "reward_weight": 10000, + "root_author": "curious-swirl", + "root_permlink": "can-good-questions-and-replies-be-as-valuable-as-essays", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:22:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Slight correction it is always 104 payments (2 years). \n\nThe most valuable thing about Steem Power (from the perspective of the network) is that it causes users to keep coming back week after week even if they just want to cash out. Massive boost to retention.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T17:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 98277, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T18:04:15", + "last_update": "2016-07-13T17:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "swyoungiii", + "parent_permlink": "steem-power", + "percent_hbd": 10000, + "permlink": "re-swyoungiii-steem-power-20160713t175540523z", + "reward_weight": 10000, + "root_author": "swyoungiii", + "root_permlink": "steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:18:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 38281, + "beneficiaries": [], + "body": "You are correct. All content (except images) are stored on the blockchain.\n\nImages will soon be stored on IPFS.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T18:18:06", + "curator_payout_value": { + "amount": "55", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 98630, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:18:15", + "last_update": "2016-07-13T18:18:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "billbutler", + "parent_permlink": "re-holzmichl-steem-vs-synero-amp-20160713t180559521z", + "percent_hbd": 10000, + "permlink": "re-billbutler-re-holzmichl-steem-vs-synero-amp-20160713t181807614z", + "reward_weight": 10000, + "root_author": "holzmichl", + "root_permlink": "steem-vs-synero-amp", + "title": "", + "total_payout_value": { + "amount": "26681", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:22:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T18:22:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 98692, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T05:11:33", + "last_update": "2016-07-13T18:22:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "teego", + "parent_permlink": "installing-steem-software-to-macos-using-homebrew", + "percent_hbd": 10000, + "permlink": "re-teego-installing-steem-software-to-macos-using-homebrew-20160713t182207590z", + "reward_weight": 10000, + "root_author": "teego", + "root_permlink": "installing-steem-software-to-macos-using-homebrew", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:56:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Do downvotes count?\n\nFishing for votes is a good way to lose. So perhaps you should modify your quest to count all posts made by you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pokemon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T18:46:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 98994, + "json_metadata": "{\"tags\":[\"pokemon\"]}", + "last_payout": "2016-08-13T18:46:45", + "last_update": "2016-07-13T18:46:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tranzport", + "parent_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "percent_hbd": 10000, + "permlink": "re-tranzport-pokemon-go-vs-steemit-the-ultimate-battle-help-me-win-20160713t184637507z", + "reward_weight": 10000, + "root_author": "tranzport", + "root_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T14:54:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2558, + "beneficiaries": [], + "body": "And what happens when Fiat exchanges add Steem Dollar gateways? \nCan bitcoin even handle 1M users transacting that frequently? \nBitcoin may be a bottleneck if it attempts to stay in the loop between users and cashing in and out.\n\nMore details here: https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-13T18:56:18", + "curator_payout_value": { + "amount": "442", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 99131, + "json_metadata": "{\"tags\":[\"bitcoin\"],\"links\":[\"https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem\"]}", + "last_payout": "2016-08-25T01:59:09", + "last_update": "2016-07-13T19:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 29, + "parent_author": "eeks", + "parent_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "percent_hbd": 10000, + "permlink": "re-eeks-steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis-20160713t185618026z", + "reward_weight": 10000, + "root_author": "eeks", + "root_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "title": "", + "total_payout_value": { + "amount": "1816", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 949136, + "beneficiaries": [], + "body": "
http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg
\nI recently read an article by @eeks titled \"[Steemit is Bitcoin's Killer App](https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis)\". I think it is a great article and contains a lot of truth in the short term. But reading it got me thinking. Bitcoin may not be able to maintain its position of gateway to the altcoin world.\n\n## The Block Size Problem \n\nThe Bitcoin blockchain is currently at its maximum capacity. Fees are rising. Bitcoin supports about 300K transactions per day. This means that Bitcoin can only support 9 million people making one transaction per month. Going through an altcoin exchange requires at least 1 bitcoin transaction from an altcoin exchange to a bitcoin/fiat exchange. \n\n## Steem User Growth\n\nSteem has the potential to grow faster and reach farther than any prior crypto. It is entirely conceivable that Steem could reach millions of people in the next year. If these people were to use Bitcoin as a gateway to buy in and/or cash out each month then it could more than saturate Bitcoin's capacity all by itself. \n\nEven if Bitcoin doubles its block size, the combination of existing transactions and any new transactions generated by Steem users would saturate the network. Market forces and transaction fees would cause people to bypass Bitcoin. There is no reason for Steem users to get into Bitcoin except speculation when Steem Dollars are available for savings and commerce. \n\n## Steem onboards people to Steem\n\nThe people Steem reaches that Bitcoin couldn't will still have no use for most of the other cryptocurrency projects. Just because Steem is a cryptocurrency doesn't make learning the value of Steem the same as learning the value of Bitcoin and other crypto projects. People want STEEM because of what it does *for them*. The value proposition of other cryptocurrencies remains unchanged.\n\n
http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg
\n\nIn fact onboarding users through Steem may make converting them to Bitcoin even harder. It would be like onboarding someone to a high-speed bullet train and thinking that it would in turn onboard them to old school wood burning steam trains. It is easy to convert people from old trains to new trains, it just doesn't work the same the other way around.\n\n
https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg
\n\nIf Bitcoin and other cryptocurrencies wish to benefit from Steem's attraction of new people to cryptocurrency, then they will need to solve the scalability problem much faster than previously anticipated. Failure to scale means the market could pass them by all together.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 50, + "children_abs_rshares": 0, + "created": "2016-07-13T19:35:42", + "curator_payout_value": { + "amount": "20523", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 99639, + "json_metadata": "{\"tags\":[\"bitcoin\",\"steem\",\"blockchain\",\"\"],\"users\":[\"eeks\"],\"image\":[\"http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg\",\"http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg\",\"https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg\"],\"links\":[\"https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis\"]}", + "last_payout": "2016-08-24T20:17:12", + "last_update": "2016-07-13T19:35:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 468, + "parent_author": "", + "parent_permlink": "bitcoin", + "percent_hbd": 10000, + "permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "title": "Can Bitcoin scale to keep up with demand created by Steem?", + "total_payout_value": { + "amount": "676834", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 417, + "beneficiaries": [], + "body": "It's similar to the concept of an employee owned company... or a customer owned company... or a co-op all in one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:32:21", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101054, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:11:21", + "last_update": "2016-07-13T21:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sean-king", + "parent_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "percent_hbd": 10000, + "permlink": "re-sean-king-how-asking-one-question-will-change-history-and-why-steem-is-the-key-20160713t213222341z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "title": "", + "total_payout_value": { + "amount": "292", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Since I defined my why, life became much clearer..\n\n\"Find free market solutions for securing life, liberty, and property for all!\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "motivation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101118, + "json_metadata": "{\"tags\":[\"motivation\"]}", + "last_payout": "2016-08-13T21:38:18", + "last_update": "2016-07-13T21:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "timdierckxsens", + "parent_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "percent_hbd": 10000, + "permlink": "re-timdierckxsens-it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post-20160713t213752622z", + "reward_weight": 10000, + "root_author": "timdierckxsens", + "root_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T00:28:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 41015, + "beneficiaries": [], + "body": "What you don't get is that there isn't 100% inflation, there is only 10% inflation which is less than Bitcoin has had until the recent halving. 90% of all STEEM is allocated to STEEM POWER holders and every 3.3 years there is a 10:1 reverse STEEM split. This means that you have an effective inflation rate of much less than 8% when you hold STEEM POWER. \n\nEverything is an accounting artifact. We could remove inflation entirely by charging a huge negative interest rate on STEEM to fund posts, but that wouldn't be received well and would complicate the lives of exchanges.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T21:47:45", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101236, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "maniac", + "parent_permlink": "steemit-what-am-i-missing", + "percent_hbd": 10000, + "permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "reward_weight": 10000, + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", + "title": "", + "total_payout_value": { + "amount": "29119", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:49:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Also a large part of the inflation is actually paid out as \"steem dollars\" which has a deflationary effect when the price rises because the \"steem dollars\" need less STEEM to back them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:49:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 101253, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:49:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "percent_hbd": 10000, + "permlink": "re-dantheman-re-maniac-steemit-what-am-i-missing-20160713t214911691z", + "reward_weight": 10000, + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "paying for votes will get you downvoted by whales. Persistence will get you flagged by downvote bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T21:50:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101266, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T21:51:12", + "last_update": "2016-07-13T21:50:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "ombc", + "parent_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "percent_hbd": 10000, + "permlink": "re-ombc-lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway-20160713t215044748z", + "reward_weight": 10000, + "root_author": "ombc", + "root_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T22:15:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It will come. Don't get discouraged, there is just a huge flood of content and it will take days for enough Steem Power to be distributed to enough voters to make payouts easier.\n\nRight now the small group of early adopters are the only ones with enough power to strongly influence posts. That will change quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T21:56:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101332, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T13:30:06", + "last_update": "2016-07-13T21:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chad1775", + "parent_permlink": "steemit-post-earnings-question-for-the-community", + "percent_hbd": 10000, + "permlink": "re-chad1775-steemit-post-earnings-question-for-the-community-20160713t215652797z", + "reward_weight": 10000, + "root_author": "chad1775", + "root_permlink": "steemit-post-earnings-question-for-the-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:38:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Payouts to others can dilute your pending payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T01:38:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 103673, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T01:04:57", + "last_update": "2016-07-14T01:38:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shemthepenman", + "parent_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "percent_hbd": 10000, + "permlink": "re-shemthepenman-what-causes-the-earnings-of-a-post-to-go-down-20160714t013811865z", + "reward_weight": 10000, + "root_author": "shemthepenman", + "root_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:41:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because it is actually less inflationary than Bitcoin if you hold steem power. If you hold steem dollars then you are safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T01:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 103695, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T00:41:03", + "last_update": "2016-07-14T01:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "onubense", + "parent_permlink": "don-t-invest-in-steem", + "percent_hbd": 10000, + "permlink": "re-onubense-don-t-invest-in-steem-20160714t014121210z", + "reward_weight": 10000, + "root_author": "onubense", + "root_permlink": "don-t-invest-in-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T02:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposted spam", + "cashout_time": "1969-12-31T23:59:59", + "category": "st", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T02:33:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 104189, + "json_metadata": "{\"tags\":[\"st\"]}", + "last_payout": "2016-08-14T02:33:09", + "last_update": "2016-07-14T02:33:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "raeesh1986", + "parent_permlink": "bitcoin-and-steem-power", + "percent_hbd": 10000, + "permlink": "re-raeesh1986-bitcoin-and-steem-power-20160714t023325547z", + "reward_weight": 10000, + "root_author": "raeesh1986", + "root_permlink": "bitcoin-and-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T04:12:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I liked it but you didn't cite your source.", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T02:44:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 104293, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-14T03:44:45", + "last_update": "2016-07-14T02:44:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alkemix", + "parent_permlink": "our-mysterious-visual-ray", + "percent_hbd": 10000, + "permlink": "re-alkemix-our-mysterious-visual-ray-20160714t024427325z", + "reward_weight": 10000, + "root_author": "alkemix", + "root_permlink": "our-mysterious-visual-ray", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T00:12:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I got my account back.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 50, + "children_abs_rshares": 0, + "created": "2016-07-14T11:30:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 108877, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-15T06:39:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 141, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "title": "I would like to thank everyone who brought us to where we are today.", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T05:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "we got our accounts back along with every other account we reasonably suspect may have been hacked.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T06:52:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 115672, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T06:13:42", + "last_update": "2016-07-15T06:52:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "noaommerrr", + "parent_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "percent_hbd": 10000, + "permlink": "re-noaommerrr-look-like-dan-and-ned-steem-founders-got-hacked-20160715t065201832z", + "reward_weight": 10000, + "root_author": "noaommerrr", + "root_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T07:33:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 287, + "beneficiaries": [], + "body": "If your name is on this list, it means we detected that your account accessed the compromised page. Chances are they only got your posting key, but there was some probability that they got your owner key.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T06:53:42", + "curator_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 115688, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T07:36:03", + "last_update": "2016-07-15T06:53:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "noaommerrr", + "parent_permlink": "list-of-the-accounts-got-hacked", + "percent_hbd": 10000, + "permlink": "re-noaommerrr-list-of-the-accounts-got-hacked-20160715t065344774z", + "reward_weight": 10000, + "root_author": "noaommerrr", + "root_permlink": "list-of-the-accounts-got-hacked", + "title": "", + "total_payout_value": { + "amount": "401", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T07:56:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 112, + "beneficiaries": [], + "body": "We didn't roll back any transfers of funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T07:15:03", + "curator_payout_value": { + "amount": "50", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 115848, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T11:54:09", + "last_update": "2016-07-15T07:15:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-orly-how-distributed-is-the-steem-protocol-20160715t053713800z", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-re-orly-how-distributed-is-the-steem-protocol-20160715t071501652z", + "reward_weight": 10000, + "root_author": "orly", + "root_permlink": "how-distributed-is-the-steem-protocol", + "title": "", + "total_payout_value": { + "amount": "156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T12:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 586, + "beneficiaries": [], + "body": "Yes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T12:13:51", + "curator_payout_value": { + "amount": "337", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 118453, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T12:01:48", + "last_update": "2016-07-15T12:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "coar", + "parent_permlink": "re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t105529136z", + "percent_hbd": 10000, + "permlink": "re-coar-re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t121348567z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "paperwallet-easily-secure-your-account-with-steem-paperwallet-generator", + "title": "", + "total_payout_value": { + "amount": "1020", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T19:29:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85942, + "beneficiaries": [], + "body": "Many of the accounts that were compromised by the attacker started to power them down. Ned did not initiate that power down. Today we are starting the process of restoring accounts to their rightful owner and in the process Ned will cancel his power down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T13:23:36", + "curator_payout_value": { + "amount": "138", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119166, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T15:07:27", + "last_update": "2016-07-15T13:23:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "libdep", + "parent_permlink": "ceo-of-steem-powering-down", + "percent_hbd": 10000, + "permlink": "re-libdep-ceo-of-steem-powering-down-20160715t132335403z", + "reward_weight": 10000, + "root_author": "libdep", + "root_permlink": "ceo-of-steem-powering-down", + "title": "", + "total_payout_value": { + "amount": "138538", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T21:22:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 114, + "beneficiaries": [], + "body": "We would have rolled out an update for the liquidity rewards system yesterday, but didn't want to mix two updates at once. \n\nDespite claims that the rewards are \"oversized\", the people doing it are still providing liquidity. There is still an element of competition at play, unfortunately not many people are choosing to compete at the moment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-15T13:32:30", + "curator_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119263, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:32:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "percent_hbd": 10000, + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133231767z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "198", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T01:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 96435, + "beneficiaries": [], + "body": "the proposed equation has new vulnerabilities, someone who places orders for long periods of time and just \"waits\" for the market will make the most.\n\nAlso the recent hardfork did release limit_order_create2 operation which gives everyone the ability to have maximum precision and compete.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-15T13:35:06", + "curator_payout_value": { + "amount": "311", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119297, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:35:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "percent_hbd": 10000, + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133508316z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "167989", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:39:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Original Article. https://bitbillions.com/transcendental-meditation-and-financial-freedom/\n\nDownvoted for not posting source and for ads that are not relevant to the article.", + "cashout_time": "1969-12-31T23:59:59", + "category": "meditation", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T14:13:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119720, + "json_metadata": "{\"tags\":[\"meditation\"],\"links\":[\"https://bitbillions.com/transcendental-meditation-and-financial-freedom/\"]}", + "last_payout": "2016-08-15T14:12:18", + "last_update": "2016-07-15T14:13:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "transcendfinance", + "parent_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "percent_hbd": 10000, + "permlink": "re-transcendfinance-what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything-20160715t141347474z", + "reward_weight": 10000, + "root_author": "transcendfinance", + "root_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:25:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The little fish are all counted equally on the 'hot' index. This means that if you are popular with the people, then the whales will see your post and you will likely get some big votes.\n\nEveryone contributes in different ways, but every contribution matters. The key to success is to write stuff that appeals to the audience. The Audience is your fellow steem users. \n\nCurrently this audience is very interested in Steem and that is OK for now. Eventually it will diversify as people look for more interesting content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T14:25:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119830, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T07:10:39", + "last_update": "2016-07-15T14:25:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nomoreheroes7", + "parent_permlink": "steem-and-the-little-fish-dilemma", + "percent_hbd": 10000, + "permlink": "re-nomoreheroes7-steem-and-the-little-fish-dilemma-20160715t142544042z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "steem-and-the-little-fish-dilemma", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:32:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "we must keep a minimum set of data to prevent abusive signups.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T14:32:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 119895, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T14:32:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t060855700z", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t143213342z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:44:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Don't know how I missed it the first time, thanks for pointing it out again.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T14:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 120031, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T06:37:00", + "last_update": "2016-07-15T14:43:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mindover", + "parent_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "percent_hbd": 10000, + "permlink": "re-mindover-still-confused-about-steemit-i-ll-make-it-simple-20160715t144318106z", + "reward_weight": 10000, + "root_author": "mindover", + "root_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T03:23:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are coming out stronger than ever.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T02:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 134904, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T03:15:09", + "last_update": "2016-07-17T02:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "re-madnation-the-rise-of-steemit-20160717t021122070z", + "percent_hbd": 10000, + "permlink": "re-venuspcs-re-madnation-the-rise-of-steemit-20160717t021446026z", + "reward_weight": 10000, + "root_author": "madnation", + "root_permlink": "the-rise-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T04:06:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are not calculating or storing those keys at the momentum to prevent new hacking attempts while we audit all of our key handling.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-17T04:06:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 136660, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T02:40:39", + "last_update": "2016-07-17T04:06:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "msutyler", + "parent_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "percent_hbd": 10000, + "permlink": "re-msutyler-can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack-20160717t040604256z", + "reward_weight": 10000, + "root_author": "msutyler", + "root_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T07:45:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 80, + "beneficiaries": [], + "body": "As far as we can tell the hacker did not get passwords, just keys. \n\nYour account will be restored and secure as any new account.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T04:12:03", + "curator_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 136735, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:36:21", + "last_update": "2016-07-17T04:12:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sigmajin", + "parent_permlink": "some-post-hack-security-concerns", + "percent_hbd": 10000, + "permlink": "re-sigmajin-some-post-hack-security-concerns-20160717t041159414z", + "reward_weight": 10000, + "root_author": "sigmajin", + "root_permlink": "some-post-hack-security-concerns", + "title": "", + "total_payout_value": { + "amount": "262", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T22:24:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 624, + "beneficiaries": [], + "body": "Steem dollars are pegged to price feed. We can change what the feed tracks as soon as hyperinflation starts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T11:25:03", + "curator_payout_value": { + "amount": "647", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 142852, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:37:03", + "last_update": "2016-07-17T11:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "jholdsworthy", + "parent_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "percent_hbd": 10000, + "permlink": "re-jholdsworthy-why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars-20160717t112503522z", + "reward_weight": 10000, + "root_author": "jholdsworthy", + "root_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "title": "", + "total_payout_value": { + "amount": "2050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T14:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That video is wrong. He did not vote multiple times and have them all count.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T11:41:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 143070, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-25T12:10:06", + "last_update": "2016-07-17T11:41:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "silvan", + "parent_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "percent_hbd": 10000, + "permlink": "re-silvan-warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit-20160717t114128268z", + "reward_weight": 10000, + "root_author": "silvan", + "root_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T16:38:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 36, + "beneficiaries": [], + "body": "You can cancel power down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T16:30:57", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 147832, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-17T16:30:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "biophil", + "parent_permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t162156728z", + "percent_hbd": 10000, + "permlink": "re-biophil-re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t163056247z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T20:18:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 493, + "beneficiaries": [], + "body": "People value power and influence, steem power gives you the ability to influence who gets what. Every argument for Bitcoin or eth is also relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-17T19:00:24", + "curator_payout_value": { + "amount": "535", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 150638, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T15:41:33", + "last_update": "2016-07-17T19:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "team-leibniz", + "parent_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "percent_hbd": 10000, + "permlink": "re-team-leibniz-but-its-a-scam-right-how-do-you-explain-steem-to-others-20160717t190024852z", + "reward_weight": 10000, + "root_author": "team-leibniz", + "root_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "title": "", + "total_payout_value": { + "amount": "1619", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T00:58:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I believe those are ours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "the-hack", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T00:44:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 156688, + "json_metadata": "{\"tags\":[\"the-hack\"]}", + "last_payout": "2016-08-24T02:09:03", + "last_update": "2016-07-18T00:44:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "flexcougar", + "parent_permlink": "the-hacker-keys-or-the-savior", + "percent_hbd": 10000, + "permlink": "re-flexcougar-the-hacker-keys-or-the-savior-20160718t004416582z", + "reward_weight": 10000, + "root_author": "flexcougar", + "root_permlink": "the-hacker-keys-or-the-savior", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T04:28:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7, + "beneficiaries": [], + "body": "It will, soon", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T03:38:36", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 159038, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T03:36:21", + "last_update": "2016-07-18T03:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033450000z", + "percent_hbd": 10000, + "permlink": "re-tinfoilfedora-re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033835988z", + "reward_weight": 10000, + "root_author": "ashold882015", + "root_permlink": "how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:43:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The hack delayed our follow feed. You can start following people today.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T11:30:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 164389, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T11:22:27", + "last_update": "2016-07-18T11:30:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "samuelcole90", + "parent_permlink": "my-problem-with-steemit", + "percent_hbd": 10000, + "permlink": "re-samuelcole90-my-problem-with-steemit-20160718t113033912z", + "reward_weight": 10000, + "root_author": "samuelcole90", + "root_permlink": "my-problem-with-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T01:07:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Orignal article http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-19T00:56:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 177377, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/\"]}", + "last_payout": "2016-08-19T00:57:12", + "last_update": "2016-07-19T00:56:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hofman386", + "parent_permlink": "15-signs-of-a-healthy-relationship", + "percent_hbd": 10000, + "permlink": "re-hofman386-15-signs-of-a-healthy-relationship-20160719t005652504z", + "reward_weight": 10000, + "root_author": "hofman386", + "root_permlink": "15-signs-of-a-healthy-relationship", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T01:31:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "the same amount of money is being distributed regardless. Supply change is constant. It just is more or less concentrated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T01:31:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 177858, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-20T10:21:54", + "last_update": "2016-07-19T01:31:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "announcement", + "parent_permlink": "re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160718t233732000z", + "percent_hbd": 10000, + "permlink": "re-announcement-re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160719t013210889z", + "reward_weight": 10000, + "root_author": "announcement", + "root_permlink": "suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T16:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have been asking for this myself, but right now we have been responding to a flood of traffic, attempting to scale our servers, etc.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-faq", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T01:45:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 178055, + "json_metadata": "{\"tags\":[\"steemit-faq\"]}", + "last_payout": "2016-08-22T22:21:39", + "last_update": "2016-07-19T01:45:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dmitriybtc", + "parent_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "percent_hbd": 10000, + "permlink": "re-dmitriybtc-steemit-developers-should-try-to-be-more-people-oriented-20160719t014552578z", + "reward_weight": 10000, + "root_author": "dmitriybtc", + "root_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T12:52:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "Yes we will.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-19T12:39:18", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 187075, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-20T02:34:15", + "last_update": "2016-07-19T12:39:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "redexi", + "parent_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "percent_hbd": 10000, + "permlink": "re-redexi-steemit-com-how-i-survived-the-downtime-and-why-you-should-care-20160719t123917963z", + "reward_weight": 10000, + "root_author": "redexi", + "root_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "title": "", + "total_payout_value": { + "amount": "82", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T22:30:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "No. They should just use password update", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T22:12:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 200955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "cryptofunk", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220050757z", + "percent_hbd": 10000, + "permlink": "re-cryptofunk-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221230062z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T22:40:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "We are looking into this, make sure your memo key is also unique. It appears our checks are yielding some false positives.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T22:19:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 201146, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:19:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "steem1", + "parent_permlink": "re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220458094z", + "percent_hbd": 10000, + "permlink": "re-steem1-re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221925526z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T18:02:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 77283, + "beneficiaries": [], + "body": "Steem is no more inflationary than Bitcoin. Only 10% of market cap is redistributed each year.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-20T12:08:39", + "curator_payout_value": { + "amount": "962", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 217551, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T18:00:45", + "last_update": "2016-07-20T12:08:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "mahekg", + "parent_permlink": "how-can-steemit-be-workable-long-term", + "percent_hbd": 10000, + "permlink": "re-mahekg-how-can-steemit-be-workable-long-term-20160720t120839908z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "how-can-steemit-be-workable-long-term", + "title": "", + "total_payout_value": { + "amount": "282700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T21:02:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 61, + "beneficiaries": [], + "body": "Min length. Going forward we will actually be enforcing full private keys as password.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T21:02:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 229489, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t015053169z", + "percent_hbd": 10000, + "permlink": "re-ausbitbank-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210215478z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "210", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T21:07:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If they forget password we cannot help them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-20T21:02:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 229503, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "itstimetostop", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t012312680z", + "percent_hbd": 10000, + "permlink": "re-itstimetostop-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210256723z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T12:22:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 13, + "beneficiaries": [], + "body": "Mute will work once we get caught up on account recovery and registration.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T12:22:27", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 245548, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T13:43:06", + "last_update": "2016-07-21T12:22:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "daenerys", + "parent_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "percent_hbd": 10000, + "permlink": "re-daenerys-this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please-20160721t122228356z", + "reward_weight": 10000, + "root_author": "daenerys", + "root_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "title": "", + "total_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T19:06:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice try. \n- your friendly neighborhood whale.", + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-21T12:36:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 245865, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-23T20:40:45", + "last_update": "2016-07-21T12:36:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "pipokinha", + "parent_permlink": "all-you-whales-are-now-under-my-power-upvote", + "percent_hbd": 10000, + "permlink": "re-pipokinha-all-you-whales-are-now-under-my-power-upvote-20160721t123600578z", + "reward_weight": 10000, + "root_author": "pipokinha", + "root_permlink": "all-you-whales-are-now-under-my-power-upvote", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T09:57:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This is designed to prevent signup abuse. You get free steem power so you can earn more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-21T12:40:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 245957, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T17:59:48", + "last_update": "2016-07-21T12:40:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hassan123", + "parent_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "percent_hbd": 10000, + "permlink": "re-hassan123-account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is-20160721t124042328z", + "reward_weight": 10000, + "root_author": "hassan123", + "root_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T22:00:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you are on your computer we may have an option to let you login with your phone via qr. we want to make this easier, but security first.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T03:18:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 288496, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T12:40:48", + "last_update": "2016-07-23T03:18:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "thedoctor", + "parent_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "percent_hbd": 10000, + "permlink": "re-thedoctor-ohh-not-again-hate-writing-my-password-wrong-20160723t031808924z", + "reward_weight": 10000, + "root_author": "thedoctor", + "root_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T08:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "minimum post payout is $0.02 which means that this is actually bounded.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-24T04:13:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 312998, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T04:32:21", + "last_update": "2016-07-24T04:13:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "percent_hbd": 10000, + "permlink": "re-positive-asymptotic-vs-bounded-new-hard-fork-and-auto-spammers-20160724t041358393z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "title": "", + "total_payout_value": { + "amount": "145", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T13:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 259, + "beneficiaries": [], + "body": "I didn't even notice these transfers! I doubt Ned did. We don't check our accounts every day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T13:07:51", + "curator_payout_value": { + "amount": "300", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 345058, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T15:07:24", + "last_update": "2016-07-25T13:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hitmeasap", + "parent_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "percent_hbd": 10000, + "permlink": "re-hitmeasap-what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing-20160725t130749997z", + "reward_weight": 10000, + "root_author": "hitmeasap", + "root_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "title": "", + "total_payout_value": { + "amount": "936", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T22:40:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 644, + "beneficiaries": [], + "body": "This is why steem uses transactions as proof of stake. If steem split then this couldn't happen.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-26T11:44:00", + "curator_payout_value": { + "amount": "727", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 371260, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-08-26T11:17:36", + "last_update": "2016-07-26T11:44:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "innuendo", + "parent_permlink": "what-are-replaying-attacts-on-ethereum", + "percent_hbd": 10000, + "permlink": "re-innuendo-what-are-replaying-attacts-on-ethereum-20160726t114401792z", + "reward_weight": 10000, + "root_author": "innuendo", + "root_permlink": "what-are-replaying-attacts-on-ethereum", + "title": "", + "total_payout_value": { + "amount": "2262", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T05:53:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem is ultimately secured by the password recovery and time-locked funds. \n\nMultifactor authentication can also be used in the future. In the mean time, users are their own worse enemies. Forgetting / losing passwords is far more common than hacking.\n\nUnfortunately, even with a 16+ character password people are too stupid (in general) to pick secure passwords. Any system that assumes people will be smart and use techniques that allow them to *remember* their password is flawed. Hell, I cannot even remember my own passwords for services most of the time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-28T02:37:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 423429, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-27T14:43:21", + "last_update": "2016-07-28T02:37:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "melek", + "parent_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "percent_hbd": 10000, + "permlink": "re-melek-steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it-20160728t023658745z", + "reward_weight": 10000, + "root_author": "melek", + "root_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T17:04:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged because of account name designed to collect typos on bittrex deposits.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-28T12:48:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 434177, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T00:46:57", + "last_update": "2016-07-28T12:48:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "bitrexx", + "parent_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "percent_hbd": 10000, + "permlink": "re-bitrexx-if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money-20160728t124830599z", + "reward_weight": 10000, + "root_author": "bitrexx", + "root_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:57:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 150333, + "beneficiaries": [], + "body": "It does not appear to calculate the number accurately for me. It says my votes is worth $75, but I bet this post will have more.\n\nI was correct, my single upvote is worth $475. Check your numbers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-07-29T03:29:42", + "curator_payout_value": { + "amount": "710", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 453898, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T17:25:48", + "last_update": "2016-07-29T03:30:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "mauricemikkers", + "parent_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "percent_hbd": 10000, + "permlink": "re-mauricemikkers-steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd-20160729t032944418z", + "reward_weight": 10000, + "root_author": "mauricemikkers", + "root_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "title": "", + "total_payout_value": { + "amount": "480915", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T11:07:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1641, + "beneficiaries": [], + "body": "Personalized feeds will be available next week. Bot spam will be culled. The middle class is growing. The website was just open sourced. Plagiarism is being identified and factored in. And we are working on algorithms for punishing those who attempt to harm the platform for personal profit.\n\nI would say that most of your annoyances will be resolved in the coming weeks. Unfortunately, number 10 will only get worse.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-07-29T03:38:03", + "curator_payout_value": { + "amount": "1714", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 454034, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T16:52:09", + "last_update": "2016-07-29T03:38:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "calamus056", + "parent_permlink": "top-10-annoyances-of-the-steemit-platform", + "percent_hbd": 10000, + "permlink": "re-calamus056-top-10-annoyances-of-the-steemit-platform-20160729t033807998z", + "reward_weight": 10000, + "root_author": "calamus056", + "root_permlink": "top-10-annoyances-of-the-steemit-platform", + "title": "", + "total_payout_value": { + "amount": "5249", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemitchat_COM_VeriFyUseRNaMe_ncZ*Aus0m@^ehECG2$Sdi618oxtqTJyIa4ROBgkr7FbK#UQX5l", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-29T03:40:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 454085, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-28T15:41:15", + "last_update": "2016-07-29T03:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 68, + "parent_author": "", + "parent_permlink": "spam", + "percent_hbd": 10000, + "permlink": "steem-chat-verification", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-chat-verification", + "title": "Steem Chat Verification", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T21:20:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2631, + "beneficiaries": [], + "body": "It should not include edits. If so that is a bug.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 38, + "children_abs_rshares": 0, + "created": "2016-07-29T12:29:15", + "curator_payout_value": { + "amount": "2509", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 462293, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T01:13:12", + "last_update": "2016-07-29T12:29:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "winstonwolfe", + "parent_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "percent_hbd": 10000, + "permlink": "re-winstonwolfe-lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it-20160729t122913626z", + "reward_weight": 10000, + "root_author": "winstonwolfe", + "root_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "title": "", + "total_payout_value": { + "amount": "8161", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T13:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 373979, + "beneficiaries": [], + "body": "I will start flagging every post that applies inappropriate tags. \n\nI see a lot of good content that I would like to be rewarded, but abuse of tags will not be tolerated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 96, + "children_abs_rshares": 0, + "created": "2016-07-29T20:21:51", + "curator_payout_value": { + "amount": "14961", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 473547, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T20:21:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 287, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "notice-to-tag-spammers", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "Notice to Tag Spammers", + "total_payout_value": { + "amount": "1059399", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T20:35:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post, bad tags. Why is this in \"introduceyourself\" ?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T20:23:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 473583, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T07:57:45", + "last_update": "2016-07-29T20:23:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joseph", + "parent_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "percent_hbd": 10000, + "permlink": "re-joseph-proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo-20160729t202306401z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T19:18:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12, + "beneficiaries": [], + "body": "Using # tag will in your post will link to the tag, but will not include in the set of tags. You must manually specify the tags you want in the tags field at the bottom of the post editor.\n\nTags do not change after payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T21:39:09", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 475149, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T21:39:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptogee", + "parent_permlink": "re-dantheman-notice-to-tag-spammers-20160729t203521985z", + "percent_hbd": 10000, + "permlink": "re-cryptogee-re-dantheman-notice-to-tag-spammers-20160729t213908633z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "", + "total_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T16:33:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "I originally upvoted your post, but after noticing the tag spam it turned into a down vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-29T21:42:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 475208, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T05:14:39", + "last_update": "2016-07-29T21:42:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "soulbrain", + "parent_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "percent_hbd": 10000, + "permlink": "re-soulbrain-laws-of-the-winners-principles-of-successful-people-part-1-20160729t214234517z", + "reward_weight": 10000, + "root_author": "soulbrain", + "root_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "title": "", + "total_payout_value": { + "amount": "146", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T17:14:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1679223, + "beneficiaries": [], + "body": "
http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg
\n\nSteemit is implementing a reputation system that will evolve over time. The system will start out simple and get more advanced as things progress. \n\n## Here is what you need to know:\n\n1. If you constantly get downvoted your posts will be marked as spam and hidden unless a user clicks to reveal all spam. \n2. If you do not earn any positive reputation by contributing to the discussion then your votes will be ignored in our ranking algorithm.\n3. If you do not have positive reputation then you will not be able to impact the reputation of others. \n4. If you have a negative reputation then your posts will be excluded from the global index pages\n\nNone of these changes require hardforks, but all of them will impact the user experience on Steemit.com\n\n## But what about Censorship?\n\nYou have a right to say what you want, but users have the right to plug their ears. All of your content will be available on the blockchain and will be visible to those who want to see it (unless we are required by law to take it down). \n\nWe will not hide / filter any content that has greater than $0.02 pending payout. If something is deemed valuable enough to be paid, then it will be displayed.\n\nAll of your comments, blogs, etc will remain visible on your own profile page. \n\n## Use the Mute Button\n\nIf you are tired of seeing posts by people, use the mute button. We will gradually incorporate the mute / follow information to better filter / sort content for users. The mute button will not hide posts with pending payouts. If you see someone you have muted with a pending payout then flag it.\n\n## Conclusion\n\nThe abuse you see today will not last long term and is an artifact of rapid growth. We fully believe that our stake-weighted reputation system will ultimately be more powerful than those available on other platforms.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 197, + "children_abs_rshares": 0, + "created": "2016-07-29T22:07:54", + "curator_payout_value": { + "amount": "97685", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 475640, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\",\"censorship\"],\"image\":[\"http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:07:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 503, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "notice-to-bot-spammers", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "Notice To Bot Spammers", + "total_payout_value": { + "amount": "4774557", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:48:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 212, + "beneficiaries": [], + "body": "It is 99% implemented/tested on the backend. We will probably roll it out next week.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T22:12:42", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 475763, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:12:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "pairmike", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221125338z", + "percent_hbd": 10000, + "permlink": "re-pairmike-re-dantheman-notice-to-bot-spammers-20160729t221244194z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "458", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:30:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9, + "beneficiaries": [], + "body": "If people upvote your posts more than they downvote then you will be fine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T22:13:42", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 475777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:13:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "cryptohustlin", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221144244z", + "percent_hbd": 10000, + "permlink": "re-cryptohustlin-re-dantheman-notice-to-bot-spammers-20160729t221342548z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T23:09:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "No. We only control steemit, not steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:32:18", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476101, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:32:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "anonymint", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222912519z", + "percent_hbd": 10000, + "permlink": "re-anonymint-re-dantheman-notice-to-bot-spammers-20160729t223219381z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "41", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:54:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are aware of that bot and taking counter measures.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476134, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mialolita", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221849624z", + "percent_hbd": 10000, + "permlink": "re-mialolita-re-dantheman-notice-to-bot-spammers-20160729t223426526z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T19:41:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. We cannot remove from block chain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:35:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476153, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nonlinearone", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222949773z", + "percent_hbd": 10000, + "permlink": "re-nonlinearone-re-dantheman-notice-to-bot-spammers-20160729t223500986z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 33, + "beneficiaries": [], + "body": "Yes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T22:35:27", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476158, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "demotruk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223016836z", + "percent_hbd": 10000, + "permlink": "re-demotruk-re-dantheman-notice-to-bot-spammers-20160729t223528601z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "93", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T03:56:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 231, + "beneficiaries": [], + "body": "Down votes from those with bad rep will be ignored.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T22:36:18", + "curator_payout_value": { + "amount": "204", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476175, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:36:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223017195z", + "percent_hbd": 10000, + "permlink": "re-pfunk-re-dantheman-notice-to-bot-spammers-20160729t223619664z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "656", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T09:48:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 932904, + "beneficiaries": [], + "body": "
https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg
\n\nIn my last post I gave notice to bot spammers that we will take actions to mitigate the abuse and keep Steemit a place that people can enjoy participating in.\n\nUser @williambanks [responded](/steemit/@williambanks/response-to-dantheman-notice-to-bot-spammers) with an insightful article. I was going to reply to him in the comments, but thought that it deserved a full post.\n\nI will summarize my primary take aways:\n\n1. Don\u2019t vilify Bots, there are real people behind them\n2. For many people this is a \u201cgame\u201d to make money while they can\n3. For other people this is an \u201cinvestment\u201d to make a lot of money long term\n4. Incentives create the bot situation\n\nI saw several proposed solutions:\n\n1. Restrict access to web socket api\n2. Remove stake-weighted voting (use hot rather than trending)\n3. Help people improve their bots\n\n\nHere are the primary things that william was missing:\n\n1. Sybil attacks - bot operators are already doing this by creating a large number of accounts and vote spamming\n2. Evil People - these people wish to do as much harm as possible because they enjoy hurting others \n3. Stupid People - these people harm others while getting no benefit for themselves\n\n## Strong Reputation and Identity \n\nThe only solutions to Sybil are Reputation, Identity, and Stake Weighted voting. Once we solve the identity / reputation issue then it becomes much harder to create dummy accounts.\n\n## Conclusion\n\nI have a ton of respect for the stance william made and will certainly attempt to incorporate what I can from it into the solutions we deploy. Nothing in life is ever as easy as it seems, and william\u2019s proposed solutions would be at most a short term issue. \n\nThere are people who are motivated to act in ways that break other peoples toys just because it is fun.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 130, + "children_abs_rshares": 0, + "created": "2016-07-30T16:34:15", + "curator_payout_value": { + "amount": "26024", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 491945, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\"],\"users\":[\"williambanks\"],\"image\":[\"https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:34:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 356, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "vilifying-bots", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "vilifying-bots", + "title": "Vilifying Bots", + "total_payout_value": { + "amount": "2046386", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T17:09:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not sure what you refer to.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T16:55:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 492415, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:55:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "sir", + "parent_permlink": "re-dantheman-vilifying-bots-20160730t164259531z", + "percent_hbd": 10000, + "permlink": "re-sir-re-dantheman-vilifying-bots-20160730t165518981z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "vilifying-bots", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:03:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 11, + "beneficiaries": [], + "body": "same amount is awarded every day regardless of who votes. If only one minow voted they would allocate the full daily budget.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T21:57:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499008, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T09:56:09", + "last_update": "2016-07-30T21:57:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "everythink", + "parent_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "percent_hbd": 10000, + "permlink": "re-everythink-what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything-20160730t215716868z", + "reward_weight": 10000, + "root_author": "everythink", + "root_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "title": "", + "total_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T00:20:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 98, + "beneficiaries": [], + "body": "If only the ethereum community had adopted ideas that BitShares has had regarding transactions as proof of stake then this wouldn't be a problem.\n\nEach and every Steem transaction references a head-block hash and is not valid on any other blockchain or fork.\n\nEthereum allows for a lot of blockchain reorganizations and migration of transactions from one fork to another. \n\nThis could be solved by changing the way transfer scripts are executed in the wallet to certify a recent block or even a checkpoint. \n\nThe question is, how much ETH has been lost due to replay attack?", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T22:07:45", + "curator_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499230, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-30T05:54:06", + "last_update": "2016-07-30T22:07:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "decrypt", + "parent_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "percent_hbd": 10000, + "permlink": "re-decrypt-you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth-20160730t220758336z", + "reward_weight": 10000, + "root_author": "decrypt", + "root_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "title": "", + "total_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T21:52:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Last analysis I saw showed money being distributed to more people and away from the top.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T20:16:03", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 566369, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T06:12:42", + "last_update": "2016-08-02T20:16:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "rcartwright1", + "parent_permlink": "re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t164804859z", + "percent_hbd": 10000, + "permlink": "re-rcartwright1-re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t201603987z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd", + "title": "", + "total_payout_value": { + "amount": "102", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T20:26:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 47, + "beneficiaries": [], + "body": "You earn reputation by getting upvotes and not down votes from people with higher reputation than you have.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T20:18:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 566418, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T08:19:30", + "last_update": "2016-08-02T20:18:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kamvreto", + "parent_permlink": "new-feature-reputation", + "percent_hbd": 10000, + "permlink": "re-kamvreto-new-feature-reputation-20160802t201806164z", + "reward_weight": 10000, + "root_author": "kamvreto", + "root_permlink": "new-feature-reputation", + "title": "", + "total_payout_value": { + "amount": "111", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T20:53:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I mistook your \"Voted\" post for a bot. Please don't comment that you just voted. I upvoted this because upon closer inspection of your account history you didn't deserve a bad rep.\n\nI thought I could remove the flag and it would have fixed your account, we are investigating why it is behaving like it is.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T20:30:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 566653, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-02T20:30:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bullionstackers", + "parent_permlink": "re-bullionstackers-can-someone-explain-20160802t202846383z", + "percent_hbd": 10000, + "permlink": "re-bullionstackers-re-bullionstackers-can-someone-explain-20160802t203032936z", + "reward_weight": 10000, + "root_author": "bullionstackers", + "root_permlink": "can-someone-explain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The existence of reputation doesn't give rise to these bots. The bot operators could calculate their own \"rep score\" whether we provide one or not. More likely, they will have a far more sophisticated rep score that is a better predictor of post value. \n\nOur rep system errors on the side of tolerance (or tries to). Theirs would aim for predictive power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T21:22:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 567628, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T09:47:30", + "last_update": "2016-08-02T21:22:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chrishronic", + "parent_permlink": "re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t205008788z", + "percent_hbd": 10000, + "permlink": "re-chrishronic-re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t212235562z", + "reward_weight": 10000, + "root_author": "kryptik", + "root_permlink": "what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T15:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29081, + "beneficiaries": [], + "body": "
http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png
\n\nMany of you may have noticed the recent updates to Steemit. Among those updates are the addition of a single digit score next to your name. My score is an 8.\n\nReputation scores work like earthquake richter scales, they operate on log base 10. In other words a reputation level 8 is 10 times stronger than reputation level 7. Likewise, -8 is 10 times more negative than -7.\n\nThose with weaker reputations are unable to harm the reputation of those with strong reputation. \n\nThis score is a simple algorithm that could be changed at any time and will be tweaked. If there are problems with it or if it starts to be gamed, then we will fix it. \n\nWe have already identified one bug that will be fixed at the next update. \n\nIf you feel you have been unfairly punished by the current algorithm, then you can appeal on slack. Less than 2% of all accounts are currently being filtered due to reputation. \n\n| Reputation | Number of Accounts |\n|----------------| -----------------------------|\n| 9 | 1 |\n| 8 | 86 |\n| 7 | 712 |\n| 6 | 1500 |\n| 5 | 1617 |\n| 4 | 1910 |\n| 3 | 1780 |\n| 2 | 1609 |\n| 1 | 34,455 |\n| -1 | 106 |\n| -2 | 120 |\n| -3 | 98 |\n| -4 | 193 |\n| -5 | 116 |\n| -6 | 203 |\n| -7 | 16 |\n| -8 | 1 |\n\nThe lowest rep is @wang, being the first bot got him singled out by a lot of downvoters over time. We appriciate the service wang provided and he earned some good money from his efforts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 278, + "children_abs_rshares": 0, + "created": "2016-08-02T21:40:15", + "curator_payout_value": { + "amount": "317", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 567943, + "json_metadata": "{\"tags\":[\"steemit\",\"reputation\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:40:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 491, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "brief-update-on-reputation-score", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "Brief Update on Reputation Score", + "total_payout_value": { + "amount": "43510", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T11:15:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 113, + "beneficiaries": [], + "body": "His bot posts attracted negative attention from whales over time and only small amounts of positive attention from normal users. \n\nTo prevent the system from being arbitrary we need to have an algorithm that rates everyone \"objectively\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-02T21:46:30", + "curator_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568060, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:46:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "azaan", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214349736z", + "percent_hbd": 10000, + "permlink": "re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t214629572z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "266", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:28:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correlation does not equal causation. The fall in Steem Price and the rise in Steem Price combined with lags on the moving feed cause the majority of the problem.\n\nAlso the Risk / Reward on Steem Dollars is very different. You have the Risk of Steem Failure but only a 10% interest reward. Meanwhile the supply is increasing. \n\nA falling price means an increased reward and implied higher interest rate. If you think Steem Dollars will stabilize over the next year then you can earn 20% + 10% for a 30% rate of return at the risk of Steem Dollars becoming worthless. \n\nDue to the conversion option, the price cannot deviate too far from feed price or people will start converting rather than selling on exchanges.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T22:07:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 568443, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-09-02T07:33:48", + "last_update": "2016-08-02T22:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jasonmcz", + "parent_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "percent_hbd": 10000, + "permlink": "re-jasonmcz-peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker-20160802t220733568z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 234, + "beneficiaries": [], + "body": "Correct, @wang can still impact your payouts on the posts he downvotes, but he will not impact your reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:09:24", + "curator_payout_value": { + "amount": "179", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568488, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"wang\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chitty", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214819259z", + "percent_hbd": 10000, + "permlink": "re-chitty-re-dantheman-brief-update-on-reputation-score-20160802t220924870z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "554", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T16:58:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Earn up votes from anyone with positive reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T22:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568502, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lindee-hamner", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215149359z", + "percent_hbd": 10000, + "permlink": "re-lindee-hamner-re-dantheman-brief-update-on-reputation-score-20160802t220958710z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "-3 to 3 are effectively 0. It is an artefact of how we derive the score that makes +/- 0 an odd case.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:13:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568568, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fubar-bdhr", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220455415z", + "percent_hbd": 10000, + "permlink": "re-fubar-bdhr-re-dantheman-brief-update-on-reputation-score-20160802t221350786z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:16:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Keep doing what you are doing. Going from a 7 to an 8 is a big task, but you can do it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:16:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568609, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:16:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jaycobbell", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215234479z", + "percent_hbd": 10000, + "permlink": "re-jaycobbell-re-dantheman-brief-update-on-reputation-score-20160802t221631094z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:53:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is continuous with every vote on every post you make.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:26:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 568796, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:26:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "merej99", + "parent_permlink": "re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222227501z", + "percent_hbd": 10000, + "permlink": "re-merej99-re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222622814z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:31:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 973, + "beneficiaries": [], + "body": "Quick update, if we allowed 0 then there would be 32,000 users with 0 and 2000 users with 1. We will be tweaking the algorithm to enable 0.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:31:12", + "curator_payout_value": { + "amount": "757", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 568888, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:31:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dantheman", + "parent_permlink": "brief-update-on-reputation-score", + "percent_hbd": 10000, + "permlink": "re-dantheman-brief-update-on-reputation-score-20160802t223111474z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "2303", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:34:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "It is all open source and on github.\n\nThe raw score is calculated here:\nhttps://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\n\nThe website interprets the raw score based on max( 1, int(log10(abs(score))) - 8 )", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:34:00", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568928, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:34:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "ajvest", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t222633570z", + "percent_hbd": 10000, + "permlink": "re-ajvest-re-dantheman-brief-update-on-reputation-score-20160802t223400931z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "This is an inadvertent bug with the website that will be fixed shortly within the hour.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:36:15", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 568976, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:36:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "spaninv", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221509776z", + "percent_hbd": 10000, + "permlink": "re-spaninv-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t223615774z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "238", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T08:34:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 159, + "beneficiaries": [], + "body": "I love it! She has been a great contributor and helped build this place early on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:37:03", + "curator_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 568994, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:37:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220429395z", + "percent_hbd": 10000, + "permlink": "re-nanzo-scoop-re-dantheman-brief-update-on-reputation-score-20160802t223704397z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "376", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:40:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 257, + "beneficiaries": [], + "body": "I was honestly just as suprised by that as you were. We investigated the issue and it works like this.\n\nMy upvote can take you to +6.x. You had 6 before I voted you down and 7 after I voted you up. \n\nIf you start with 6.1 and I downvote you with 6.9 then it will take you to -6 because the way log algorithms work. If I downvote you again it probably wouldn't take you to -7. \n\nWhales can make / break small accounts that have no rep. But they cannot make accounts with rep. I doubt I could lower @stellabelle from 9 to 8 with a single vote.\n\nReputation is hard to earn, easy to lose.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:40:48", + "curator_payout_value": { + "amount": "191", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 569091, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"stellabelle\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:40:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "bullionstackers", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221816802z", + "percent_hbd": 10000, + "permlink": "re-bullionstackers-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t224048880z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "608", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T23:05:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That bug has been fixed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:59:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 569401, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:59:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "andu", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t224242604z", + "percent_hbd": 10000, + "permlink": "re-andu-re-dantheman-brief-update-on-reputation-score-20160802t225923989z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Short posts like this could be generated by bots. Try to write comments that would pass the Turing test.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T13:09:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 580298, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-03T13:09:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "anonblog", + "parent_permlink": "re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t121417620z", + "percent_hbd": 10000, + "permlink": "re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t130947602z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T09:26:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2280171, + "beneficiaries": [], + "body": "
https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg
\nThe past couple of months have been full of hard lessons for everyone in the cryptocurrency space. Bugs in the DAO code lead to hard forks of ETH which lead to Replay Attacks and now a market battle between Ethereum and Ethereum Classic. \n\nIn the process the DAO hacker has managed to indirectly harm everyone from ETH holders to anyone doing business with Coinbase, one of many potential victims of the Replay Attack.\n\nIf the problems with Ethereum weren\u2019t enough, there are now [reports that $72 million worth of Bitcoin may have been stolen from Bitfinex](http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP).\n\nEven steemit.com was hacked. The difference is that Steem responded quickly, decisively, and with long-lasting technological solutions rather than one-time patches that do nothing to prevent future issues.\n\n## All of this is Preventable \n\nFor over 3 years I have been working to design and build next generation blockchain technologies. Steem is the product of many hard lessons in usability, scalability, and security. Most of the lessons learned are not available on any other platform.\n\n## Preventing Replay Attacks\n\nWay back in November 2013 I introduced the concept of [Transactions as Proof of Stake](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) also known as TaPoS. \n\nThe idea behind TaPoS is that each time a transaction is signed it should reference a recent block ID. By referencing a recent block ID the signer is also certifying their opinion on the state of the blockchain and the pre-condition for the validity of the transaction. \n\nOver the long term this means that every stake holder is directly certifying / checkpointing the blockchain and creates a measure of consensus that is even harder to forge than redoing all of the Proof of Work on bitcoin and \u201cmigrating\u201d the transactions. \n\n## Preventing Rebirth of Forks \n\nAssuming a blockchain will never have to hard fork is denying reality. Bugs will happen, new features will be needed, and lack of adaptability to market conditions will eventually kill any company, product, or cryptocurrency. \n\nThe decision to hard fork should be baked into the consensus process prior to any fork occurring. If consensus is reached that a fork should occur, then all nodes that do not have the code for the fork should shutdown by consensus. \n\nStated another way, the only way to \u201crevive\u201d a fork such as Ethereum Classic would be to implement a true fork and require everyone to update their code. \n\nEthereum Classic is an example of a Fork that should never have existed. If the Ethereum blockchain had a true consensus process in place for deciding when to fork and *when to die* then the entire market could rest assured they are on the right fork.\n\nInstead decisions about which fork to adopt are handled outside of blockchain consensus and therefore chaotic in nature. Failure to provide a governance structure will lead to market chaos, uncertainty, and situations like Ethereum Classic. \n\n## Recovering from Hacks \n\nAttempting to prevent hacks is a nobel, but futile effort. Hacks are instant, and permanent. Even with advanced multi-sig accounts, such as those supposedly used by Bitfinex, are unable to prevent the instantaneous loss of millions of dollars of cryptocurrency.\n\nThe problem is that you do not know you have been hacked until it is *too late* to fix it or recover. Hackers can slowly gather keys over time and then wait until the perfect moment to strike.\n\nThe strength of a system is not measured by how thick and impenetrable the skin is, but by its ability to heal quickly after being cut. Bitcoin, Ethereum, and most other blockchains have no system in place for healing.\n\n[Every Steem account is associated with a recovery account](https://steemit.com/all/@dan/steemit-releases-groundbreaking-account-recovery-solution). The recovery account can be any other user on the system who knows you by some means other than your public key. In the event that your account is stolen, the recovery account combined with your old public key has the ability to restore the account to its rightful owner.\n\n**This is not just multi-sig**. Multi-sig is a fixed set of signers who must cosign a transaction. The Steem recovery process considers any key used in the past 30 days to be one party to the recovery. An attacker can change the owner keys as much as they want, it will not prevent the recovery. \n\nYour recovery account has no power over your account without one of your recent keys and it is not needed until after you are hacked. This is very different from any multi-sig solution currently on the market. \n\nThere are only two people who can recover an account, the attacker or the legitimate owner. So long as the recovery agent does full KYC prior to recovering the account no hacker will attempt to recover. In fact, there is no reason for the hacker to attempt recovery because they are already in control of the \"current keys\" which means they get the account by default after 30 days.\n\n## Time locked Funds \n\nThe key to security is *time*. It is impossible to know that your keys have been compromised until someone else signs something with them. By the time they sign, it is too late.\n\nImagine if there was a 24 hour delay during which your transfer could be recovered with the help of your recovery agent. With such a system in place a hacker would have to divulge the hack by using your keys, but would be powerless to prevent you from recovering your account and canceling the transfer. \n\nIf the hacker managed to compromise both you and your recovery agent, then the recovery agent would go to their recovery agent first, then recover you. This process could continue indefinitely so long as everyone could recover within the allotted time. The probability of a hacker compromising all of those accounts at the same time is vanishingly small.\n\nAll of these things require time with the ability to cancel. Without time delay hacks are impossible to detect until after they irreversible. Banks have known this for a long time. They implement daily withdraw limits, 24 to 72 hour pending periods, etc. \n\nThe vast majority of cryptocurrency wealth needs to be locked behind similar protections. The only funds that should exist as liquid \u201ccash\u201d are those which are needed immediately and which the holder of said funds can afford to lose.\n\n## Steem Solves these Problems\n\n95% of all Steem value is subject to time release, all accounts can be recovered so long as you have any owner key used in the past 30 days and the signature of your recovery agent. All transactions implement TaPoS which prevents replay, and the decision to hard fork is built into the consensus protocol itself. Any nodes that don\u2019t know the details of the hard-fork will automatically shutdown at the consensus defined time. \n\nIf Bitcoin and Ethereum implemented these features then Coinbase wouldn\u2019t be suffering from Replay, Bitfinex would be able to recover their funds, and either Ethereum or Ethereum Classic would not exist. \n\nThese features make everyone more secure, and isn\u2019t that the whole point of Cryptocurrencies in the first place? What good is a cryptocurrency that is statistically less secure than the funds in your bank? It is time for a change.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 127, + "children_abs_rshares": 0, + "created": "2016-08-03T17:37:48", + "curator_payout_value": { + "amount": "120945", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 585275, + "json_metadata": "{\"tags\":[\"steem\",\"tapos\",\"ethereum\",\"security\",\"bitfinex\"],\"image\":[\"https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg\"],\"links\":[\"http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T17:37:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 522, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "Bitfinex, Blockchain Hacks, and Replay Attacks Oh My - All Things that Steem\u2019s Technology is designed to prevent.", + "total_payout_value": { + "amount": "5335454", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T18:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "He would have to pass our ID checks which means he would have to hack your reddit or facebook account. If he did do that, then we would up the level of KYC on your account. Posting a quality introduce yourself post with photos is a good way to help secure your account.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T18:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 585946, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181227006z", + "percent_hbd": 10000, + "permlink": "re-intelliguy-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181445104z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T18:57:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 159, + "beneficiaries": [], + "body": "Recovery Pools are possible due to Steem's support for advanced dynamic hierarchical threshold multisig accounts. Recover account could also mean recovery pool and could be an entire group.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T18:51:57", + "curator_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 586607, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:46:45", + "last_update": "2016-08-03T18:51:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dana-edwards", + "parent_permlink": "re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t183956644z", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t185156482z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future", + "title": "", + "total_payout_value": { + "amount": "372", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:18:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "Our interface is opensource and many clones will start appearing. Steem is getting increasingly decentralized over time and its protocol will become increasingly stable. Your concerns are all temporary situations that all new systems face. The goal is to mature into decentralization.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T18:55:54", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 586684, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:55:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "orly", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t183639680z", + "percent_hbd": 10000, + "permlink": "re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t185555680z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "90", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2218, + "beneficiaries": [], + "body": "This type of off topic advertizing is a quick way to get downvotes and hurt your reputation. I will ask others with less weight to downvote you as a warning until we get a GUI in place that lets me downvote with less weight than my full weight would would send you straight to -5 or -6.\n\nUpdate: after reviewing your post and seeing this same spam in dozens of places plus the blatant vote begging, I decided to downvote you anyway. We are updating the reputation system such that my downvotes are not enough to singlehandedly censor you. You can still come back from this, but it will require being respectful of others.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-03T19:04:00", + "curator_payout_value": { + "amount": "943", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 586869, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "edbriv", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t193721993z", + "percent_hbd": 10000, + "permlink": "re-edbriv-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t190359502z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "5190", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:18:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is certainly true. The last platform I created, BitShares, matured to a level of decentralization that could entirely outvote me. I am happy about that. As the platform matured it became more and more difficult to make changes, the same will be true for Steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T19:18:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 587127, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:18:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "orly", + "parent_permlink": "re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191058367z", + "percent_hbd": 10000, + "permlink": "re-orly-re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191804525z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T20:52:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "Reputation is done outside of blockchain consensus and can change / be tweaked at any time. It is a steemit.com feature, not a blockchain feature. \n\nMaybe if steemit.com comes up with a good enough reputation system that doesn't get gamed we could tie it into rewards, but that is a long way from happening.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:40:39", + "curator_payout_value": { + "amount": "9", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 587537, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T06:57:24", + "last_update": "2016-08-03T19:40:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "percent_hbd": 10000, + "permlink": "re-kuriko-dantheman-my-suggestion-to-the-new-reputation-system-20160803t194038952z", + "reward_weight": 10000, + "root_author": "kuriko", + "root_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:36:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone who makes it on to trending has their reputation boosted as a result. A new user could post something big, end up on trending have have a reputation of 6 the same day. \n\nThose with reputation of 7 or 8 have it the trending pages multiple times. \n\nBetter to look at 'hot' for new people to promote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T19:46:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 587690, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T03:22:27", + "last_update": "2016-08-03T19:46:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jsteck", + "parent_permlink": "re-jacor-the-new-reputation-system-good-or-bad-20160803t185226182z", + "percent_hbd": 10000, + "permlink": "re-jsteck-re-jacor-the-new-reputation-system-good-or-bad-20160803t194649669z", + "reward_weight": 10000, + "root_author": "jacor", + "root_permlink": "the-new-reputation-system-good-or-bad", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T16:17:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 4946, + "beneficiaries": [], + "body": "I thought the fact that it was an *original image* of a real steemit user made by another steemit user puts it in a different category than simply using a model.\n\nIn this case, sean was demonstrating the power of his opinion in a very obvious way. \n\nIt was borderline NSFW but was also done with a flair of art and completely relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-03T20:05:24", + "curator_payout_value": { + "amount": "3063", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 588091, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-03T12:32:15", + "last_update": "2016-08-03T20:05:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "sean-king", + "parent_permlink": "sexual-click-bait", + "percent_hbd": 10000, + "permlink": "re-sean-king-sexual-click-bait-20160803t200523599z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "sexual-click-bait", + "title": "", + "total_payout_value": { + "amount": "11538", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Those concepts are being thought through and will likely be deployed based upon lessons learned and solutions available.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T20:25:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 588527, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -2, + "parent_author": "steemrollin", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200748089z", + "percent_hbd": 10000, + "permlink": "re-steemrollin-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202504307z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T20:26:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "by default the account that created your account is your security partner. Most likely us. It will take some more work to make the UI accessible for setting other partners, but it is fully possible on the blockchain today.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T20:26:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 588549, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:26:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": -2, + "parent_author": "ben.zimmerman", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200623305z", + "percent_hbd": 10000, + "permlink": "re-benzimmerman-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202610861z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T09:27:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1022, + "beneficiaries": [], + "body": "We are working on a solution where exchanges can set daily rate limits on withdraw activity from their account. Their \"warm storage account\" could be online allowing them to withdraw X% per day to their \"hot storage account\". \n\nThe downside from a user's perspective is that attempts to withdraw your funds would be rate limited by the same algorithm. But at least it would be transparent why there is a delay in withdrawal.", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-03T21:29:45", + "curator_payout_value": { + "amount": "428", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 589591, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-09-03T09:59:15", + "last_update": "2016-08-03T21:29:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 22, + "parent_author": "pfunk", + "parent_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "percent_hbd": 10000, + "permlink": "re-pfunk-steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets-20160803t212947254z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "title": "", + "total_payout_value": { + "amount": "2390", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T13:21:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 34, + "beneficiaries": [], + "body": "We are going to change scale from 0 to 100 for all users who aren't hidden.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T00:43:30", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 592555, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T12:54:21", + "last_update": "2016-08-04T00:43:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "krystox", + "parent_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "percent_hbd": 10000, + "permlink": "re-krystox-my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more-20160804t004330452z", + "reward_weight": 10000, + "root_author": "krystox", + "root_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "title": "", + "total_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T13:08:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 40, + "beneficiaries": [], + "body": "Steem supports smaller micropayment with no fees.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T12:39:00", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 600568, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T16:47:21", + "last_update": "2016-08-04T12:39:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "theprophet0", + "parent_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "percent_hbd": 10000, + "permlink": "re-theprophet0-7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours-20160804t123900104z", + "reward_weight": 10000, + "root_author": "theprophet0", + "root_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 62, + "beneficiaries": [], + "body": "Yes, we are planning on adding such a feature.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:04:06", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 601917, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:04:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mughat", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t064429614z", + "percent_hbd": 10000, + "permlink": "re-mughat-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140405570z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:06:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think you misunderstood the nature of the solution. \n\nAny transaction that was reversible would not show up in someones account until it could be spent. Thus, payment is never \"received\" until it is irreversible. Both parties know \"payment is on the way\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:06:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 601970, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:06:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "modprobe", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t051011086z", + "percent_hbd": 10000, + "permlink": "re-modprobe-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140641152z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:48:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 61, + "beneficiaries": [], + "body": "Even cheetah has some false positives.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:48:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 602732, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T01:31:57", + "last_update": "2016-08-04T14:48:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t132957515z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t144800603z", + "reward_weight": 10000, + "root_author": "rayphu", + "root_permlink": "jump-start-steemit-back-to-life-i-offer-my-suggestion", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:41:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "this is wrong, the amount of funds to spend is constant regardless of how much voting goes on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cn", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T18:58:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 607605, + "json_metadata": "{\"tags\":[\"cn\"]}", + "last_payout": "2016-09-04T07:12:33", + "last_update": "2016-08-04T18:58:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "spiz0r", + "parent_permlink": "re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t151831742z", + "percent_hbd": 10000, + "permlink": "re-spiz0r-re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t185803360z", + "reward_weight": 10000, + "root_author": "xianjun", + "root_permlink": "attention-author-rewards-are-decreasing-sharply", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T19:05:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 229, + "beneficiaries": [], + "body": "Looks like you are digging yourself out of the hole. Thanks for sticking with it and apologizing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T19:00:51", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 607669, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-09-04T06:51:33", + "last_update": "2016-08-04T19:00:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "edbriv", + "parent_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "percent_hbd": 10000, + "permlink": "re-edbriv-i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6-20160804t190052954z", + "reward_weight": 10000, + "root_author": "edbriv", + "root_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "title": "", + "total_payout_value": { + "amount": "514", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T14:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 154, + "beneficiaries": [], + "body": "Two things to consider... remove 30K accounts created by mining and squatters and consider only those accounts which are actively posting. If I created 1 million dummy accounts then it would make the wealth distribution look much worse. \n\nThe current inflation rate is MUCH HIGHER than 100% due to the currency still being in its distribution phase. This means the rate of distribution is much higher than it will be in the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T21:22:30", + "curator_payout_value": { + "amount": "69", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 610380, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-04T21:22:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hisnameisolllie", + "parent_permlink": "the-top-1-steem-v-the-real-world", + "percent_hbd": 10000, + "permlink": "re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t212231053z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", + "title": "", + "total_payout_value": { + "amount": "344", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T17:36:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43523, + "beneficiaries": [], + "body": "It is tough being a whale.... you try so to make friends and keep the bad guys at bay. \n\nThe good news is that every day is a new day, and today you earned my vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-04T21:29:27", + "curator_payout_value": { + "amount": "21218", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 610495, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T17:19:03", + "last_update": "2016-08-04T21:29:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 32, + "parent_author": "sirwinchester", + "parent_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "percent_hbd": 10000, + "permlink": "re-sirwinchester-a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat-20160804t212929104z", + "reward_weight": 10000, + "root_author": "sirwinchester", + "root_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "title": "", + "total_payout_value": { + "amount": "96831", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T15:18:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 288, + "beneficiaries": [], + "body": "The entrepreneurs that start a new category have a big impact as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-04T21:32:24", + "curator_payout_value": { + "amount": "206", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 610551, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T14:14:54", + "last_update": "2016-08-04T21:32:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "capitalism", + "parent_permlink": "re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t194700455z", + "percent_hbd": 10000, + "permlink": "re-capitalism-re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t213225345z", + "reward_weight": 10000, + "root_author": "mauritso", + "root_permlink": "steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on", + "title": "", + "total_payout_value": { + "amount": "644", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:03:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 16995, + "beneficiaries": [], + "body": "I'd love to do an interview. I have followed your blog for years.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T01:03:36", + "curator_payout_value": { + "amount": "11072", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 614065, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:03:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 29, + "parent_author": "derekareith", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221321701z", + "percent_hbd": 10000, + "permlink": "re-derekareith-re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t010336503z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "37927", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T17:49:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2549, + "beneficiaries": [], + "body": "Remember that Bitcoin used a fixed 300 BTc per hr for the first 4 years. That meant it's inflation rate was on the same curve as steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-05T12:24:03", + "curator_payout_value": { + "amount": "524", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 622949, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:42:54", + "last_update": "2016-08-05T12:24:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 30, + "parent_author": "hisnameisolllie", + "parent_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "percent_hbd": 10000, + "permlink": "re-hisnameisolllie-steem-dilution-rate-explained-currently-much-higher-than-you-might-think-20160805t122405846z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "title": "", + "total_payout_value": { + "amount": "3298", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 35, + "beneficiaries": [], + "body": "I see several known bots / abusers in that list. It would be interesting to filter the list by reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-05T14:41:09", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 625777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T02:57:12", + "last_update": "2016-08-05T14:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "gord0b", + "parent_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "percent_hbd": 10000, + "permlink": "re-gord0b-steemit-daily-action-stats-into-the-darkside-of-bots-20160805t144111458z", + "reward_weight": 10000, + "root_author": "gord0b", + "root_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "title": "", + "total_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:02:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29, + "beneficiaries": [], + "body": "This is why money needs to be viewed like equity in the means of production. It should gain purchasing power as the means to produce grows, not lose purchasing power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:02:57", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 626304, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-04T10:35:09", + "last_update": "2016-08-05T15:02:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "anarchyhasnogods", + "parent_permlink": "re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t002008539z", + "percent_hbd": 10000, + "permlink": "re-anarchyhasnogods-re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t150259058z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:36:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 416, + "beneficiaries": [], + "body": "Very interesting video. I welcome the competition.\n\nWith respect to code quality, steemd may seem to be \"monolithic\", but most of the features used by steemit.com are *optional* plugins. It is possible for exchanges and currency users to run with only 15% of the memory usage and much less CPU usage.", + "cashout_time": "1969-12-31T23:59:59", + "category": "synereo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T17:47:54", + "curator_payout_value": { + "amount": "238", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 630116, + "json_metadata": "{\"tags\":[\"synereo\"]}", + "last_payout": "2016-09-05T04:29:27", + "last_update": "2016-08-05T17:47:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "nanzo-scoop", + "parent_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "percent_hbd": 10000, + "permlink": "re-nanzo-scoop-synereo-alpha-demo-real-competition-for-steemit-around-the-corner-20160805t174754912z", + "reward_weight": 10000, + "root_author": "nanzo-scoop", + "root_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "title": "", + "total_payout_value": { + "amount": "804", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:19:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1025, + "beneficiaries": [], + "body": "They didn't read block chain license.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-05T22:33:00", + "curator_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 636074, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-09-05T10:47:21", + "last_update": "2016-08-05T22:33:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "joseph", + "parent_permlink": "first-steemit-clone-is-an-ico", + "percent_hbd": 10000, + "permlink": "re-joseph-first-steemit-clone-is-an-ico-20160805t223258806z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "first-steemit-clone-is-an-ico", + "title": "", + "total_payout_value": { + "amount": "2220", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:55:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 13, + "beneficiaries": [], + "body": "Free market can solve those hacks and prevent the need for government. Only your own fear and lack of faith in entrepreneurship cause you to prefer the shortcut of government violence.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:55:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 636447, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-05T10:50:45", + "last_update": "2016-08-05T22:55:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "satire", + "parent_permlink": "re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t224003841z", + "percent_hbd": 10000, + "permlink": "re-satire-re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t225520353z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T03:26:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome. As a cofounder of steemit I share your vision for a voluntary society. Steem is a stepping stone. Glad to have you on board!", + "cashout_time": "1969-12-31T23:59:59", + "category": "voluntaryism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T13:07:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 644021, + "json_metadata": "{\"tags\":[\"voluntaryism\"]}", + "last_payout": "2016-09-05T23:52:03", + "last_update": "2016-08-06T13:07:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "larkenrose", + "parent_permlink": "all-i-am-asking", + "percent_hbd": 10000, + "permlink": "re-larkenrose-all-i-am-asking-20160806t130748844z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "all-i-am-asking", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T15:54:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9, + "beneficiaries": [], + "body": "I know but cannot say. \ud83d\ude0e", + "cashout_time": "1969-12-31T23:59:59", + "category": "killer-app", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T14:22:48", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 644935, + "json_metadata": "{\"tags\":[\"killer-app\"]}", + "last_payout": "2016-09-06T05:05:15", + "last_update": "2016-08-06T14:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "jimmco", + "parent_permlink": "what-can-be-the-next-blockchain-killer-app", + "percent_hbd": 10000, + "permlink": "re-jimmco-what-can-be-the-next-blockchain-killer-app-20160806t142248851z", + "reward_weight": 10000, + "root_author": "jimmco", + "root_permlink": "what-can-be-the-next-blockchain-killer-app", + "title": "", + "total_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "ETC will be ethers litecoin", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-06T14:31:42", + "curator_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 645028, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-06T08:38:18", + "last_update": "2016-08-06T14:31:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "crossroads", + "parent_permlink": "eth-vs-etc-what-matters-is-the-future", + "percent_hbd": 10000, + "permlink": "re-crossroads-eth-vs-etc-what-matters-is-the-future-20160806t143141949z", + "reward_weight": 10000, + "root_author": "crossroads", + "root_permlink": "eth-vs-etc-what-matters-is-the-future", + "title": "", + "total_payout_value": { + "amount": "211", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T01:13:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 577, + "beneficiaries": [], + "body": "To think I once hired him to help market bitshares only to have him quit after the public announcement. \n\nOne day he will come around, he has been stuck in the Bitcoin maximalist echo chamber too long.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-07T12:36:45", + "curator_payout_value": { + "amount": "328", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 660952, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T05:21:00", + "last_update": "2016-08-07T12:36:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 26, + "parent_author": "freedomengineer", + "parent_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "percent_hbd": 10000, + "permlink": "re-freedomengineer-the-steaming-pile-of-shit-called-steemit-brian-sovryn-20160807t123645421z", + "reward_weight": 10000, + "root_author": "freedomengineer", + "root_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "title": "", + "total_payout_value": { + "amount": "1106", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85, + "beneficiaries": [], + "body": "Steem is under constant attack by haters who want to abuse every resource they can. We were forced to add limits to combat abuse while we work to improve infrastructure.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-07T12:58:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 661240, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:37:03", + "last_update": "2016-08-07T12:58:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "lukmarcus", + "parent_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "percent_hbd": 10000, + "permlink": "re-lukmarcus-old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts-20160807t125806812z", + "reward_weight": 10000, + "root_author": "lukmarcus", + "root_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "title": "", + "total_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Users are paid steem dollars. If price falls they get more steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T13:59:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 662012, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T01:54:24", + "last_update": "2016-08-07T13:59:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "georgesteem", + "parent_permlink": "a-steeming-bubble", + "percent_hbd": 10000, + "permlink": "re-georgesteem-a-steeming-bubble-20160807t135904016z", + "reward_weight": 10000, + "root_author": "georgesteem", + "root_permlink": "a-steeming-bubble", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T19:07:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 54691, + "beneficiaries": [], + "body": "The Steem Dollar will trend toward a dollar's worth of steem. Because Price and Quantity are always tied together, the value of a Steem Dollar falls below when the demand to sell is greater than the demand to buy. Likewise, it rises when the demand to buy is greater than the demand to sell.\n\nAny discount you see is the premium people are paying for Liquidity because they are in a HURRY to sell. Arbitrage is performed by those who are more patient, they buy low ($0.80 and sell high $1.00 or more). \n\nIn other words, the market is sorting out supply and demand and will keep steem dollars near $1.00 over wide variations on STEEM prices.\n\nRight now, on the internal market you can use SD to buy STEEM at about the current price. Therefore, it is holding very well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T16:13:51", + "curator_payout_value": { + "amount": "126", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 685062, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T16:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 18, + "parent_author": "faddat", + "parent_permlink": "something-s-wrong-with-sbd", + "percent_hbd": 10000, + "permlink": "re-faddat-something-s-wrong-with-sbd-20160808t161352457z", + "reward_weight": 10000, + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", + "title": "", + "total_payout_value": { + "amount": "112990", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T07:29:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 114, + "beneficiaries": [], + "body": "I haven't had a beard in years. Nice work.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-08T18:42:24", + "curator_payout_value": { + "amount": "72", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 687677, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T18:42:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "percent_hbd": 10000, + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t184225109z", + "reward_weight": 10000, + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "title": "", + "total_payout_value": { + "amount": "234", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T19:07:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Editing posts is fine, no penalty.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T19:07:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 688175, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T19:07:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "faddat", + "parent_permlink": "re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t162343635z", + "percent_hbd": 10000, + "permlink": "re-faddat-re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t190705807z", + "reward_weight": 10000, + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:33:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 86, + "beneficiaries": [], + "body": "drwasho, welcome to the platform.\n\nI challenge you to prove the security is weaker than Bitcoin when it is my firm belief that the security is actually stronger by a large margin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T19:56:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 689140, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-07T20:55:15", + "last_update": "2016-08-08T19:56:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "drwasho", + "parent_permlink": "re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t064541949z", + "percent_hbd": 10000, + "permlink": "re-drwasho-re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t195604421z", + "reward_weight": 10000, + "root_author": "drwasho", + "root_permlink": "i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-26T22:49:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1117049, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png
\nSince steem provides support for arbitrary data to be attached to every account, it should be trivial for a savvy developer to port tools used by namecoin and similar projects to Steem.\n\nOnce these tools are in place, your steem account name could be used as a domain name for your own website.\n\nI am sure whoever is the first to produce a quality set of tools to perform DNS lookups using Steem account metadata will get a flood of upvotes.\n\nJust throwing an idea out there for those looking for money making posts!\n\n## Benefits \n- Decentralized TLS (HTTPS) certificate validation, backed by blockchain consensus.\n- Protect free-speech rights online by making the web more resistant to censorship.\n- Access websites using the .steem top-level domain.\n- Attach identity information such as GPG and OTR keys and email, Bitcoin, and Bitmessage addresses to an identity of your choice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "namecoin", + "children": 66, + "children_abs_rshares": 0, + "created": "2016-08-08T22:02:36", + "curator_payout_value": { + "amount": "40673", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 691498, + "json_metadata": "{\"tags\":[\"namecoin\",\"dns\",\"steem\",\"bounty\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png\"]}", + "last_payout": "2016-09-08T12:34:57", + "last_update": "2016-08-08T22:03:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 498, + "parent_author": "", + "parent_permlink": "namecoin", + "percent_hbd": 10000, + "permlink": "dns-via-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "dns-via-steem", + "title": "DNS via STEEM", + "total_payout_value": { + "amount": "2274271", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 45, + "beneficiaries": [], + "body": "We roll it out in phases across our servers. If you don't see it, just wait a while it will be coming to you soon.\n\nThis process helps us test new features on a subset of users before we go site-wide.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T22:07:18", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 691592, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T11:26:39", + "last_update": "2016-08-08T22:07:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "ash", + "parent_permlink": "finally-the-follower-feed-is-here", + "percent_hbd": 10000, + "permlink": "re-ash-finally-the-follower-feed-is-here-20160808t220720347z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "finally-the-follower-feed-is-here", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T01:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1278, + "beneficiaries": [], + "body": "We are open to learn more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T01:17:48", + "curator_payout_value": { + "amount": "863", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 694522, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-08T12:16:42", + "last_update": "2016-08-09T01:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "paullinator", + "parent_permlink": "re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160808t202240267z", + "percent_hbd": 10000, + "permlink": "re-paullinator-re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160809t011748795z", + "reward_weight": 10000, + "root_author": "paullinator", + "root_permlink": "i-m-paul-puey-ceo-and-co-founder-of-airbitz", + "title": "", + "total_payout_value": { + "amount": "2640", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T19:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 63, + "beneficiaries": [], + "body": "Apply the same logic to Bitcoin. Answer your own question then get back to us.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-09T13:23:54", + "curator_payout_value": { + "amount": "37", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 703025, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T13:23:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "thomaslknapp", + "parent_permlink": "re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t125017027z", + "percent_hbd": 10000, + "permlink": "re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t132354219z", + "reward_weight": 10000, + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "title": "", + "total_payout_value": { + "amount": "128", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T17:53:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23091, + "beneficiaries": [], + "body": "There are two possible problems: \n1. your password manager messed up (has happened to me before)\n2. something on our side changed that is causing it to not derive your keys\n\nAssuming you have your passwords then we should be able to fix any bug with deriving the keys. \n\n### Future Password Recovery Options\n\nWe recognize that people are use to being able to recover their passwords when they are lost. People who are use to cryptocurrency know that this isn't normally possible. We have a proposed solution to this here:\n\nhttps://github.com/steemit/steem/issues/240\n\nUnfortunately, it will probably be opt-in which means this future solution may not be able to help you.\n\nYou can contact me, dan at steemit.com, and I will try to get to the bottom of things.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-09T17:21:00", + "curator_payout_value": { + "amount": "15432", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 707094, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/issues/240\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:21:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 25, + "parent_author": "fairytalelife", + "parent_permlink": "incorrect-password", + "percent_hbd": 10000, + "permlink": "re-fairytalelife-incorrect-password-20160809t172102382z", + "reward_weight": 10000, + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", + "title": "", + "total_payout_value": { + "amount": "46825", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T01:12:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No need to repost, we see it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T17:27:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 707225, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:27:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jamesbrown", + "parent_permlink": "re-fairytalelife-incorrect-password-20160809t165344794z", + "percent_hbd": 10000, + "permlink": "re-jamesbrown-re-fairytalelife-incorrect-password-20160809t172709011z", + "reward_weight": 10000, + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T07:48:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 25, + "beneficiaries": [], + "body": "If children are not property of their parents, then parents are not property of the children. The logical conclusion is that there is no obligation for parents to care for children. It then follows that child support laws are pure slavery.\n\nChildren should be raised by people who love them and care for the voluntarily. \n\nNow the question becomes who gets to decide where a child lives and what standard of living is acceptable? Is it enough that a child is fed a prison diet and has a place on the floor to sleep? \n\nGiven a dispute between two adults about how to care for a child, on what grounds should the dispute be resolved? Is there a \"parenting right\" that shall not be infringed?", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-08-09T17:51:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 707684, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T17:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sterlinluxan", + "parent_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "percent_hbd": 10000, + "permlink": "re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t175120351z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "title": "", + "total_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T22:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "The will of the child cannot be relied upon for the first 5+ years of their life. An abused child will \"choose\" to stay because \"fear of the unknown\" is worse than the abuse they have.\n\nThe point of my comment is that while parent's shouldn't use violence, they have no obligation to do anything for the child beyond keeping them alive. A child who does not obey can be denied freedom of movement (grounded), denied toys, and they can be denied all but minimal food necessary to keep them alive, etc. \n\nAll of these tactics are non-violent, yet they can have far greater psychological impact on the kids than a slap or spanking. \n\nI am an advocate of non-violent solutions to problems, but the issue of kids/elderly/disabled is one that is very hard to resolve in an *objective* way.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-09T19:22:27", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 709448, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T19:22:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "zorrotmm", + "parent_permlink": "re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t190609795z", + "percent_hbd": 10000, + "permlink": "re-zorrotmm-re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t192228925z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T19:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "And that is all Steem does. There is an emission schedule for miners (blocks) and in time it will be well understood.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T19:28:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 709551, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T19:28:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tie-warutho", + "parent_permlink": "re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t161905978z", + "percent_hbd": 10000, + "permlink": "re-tie-warutho-re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t192823682z", + "reward_weight": 10000, + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T08:21:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "This is a very insightful piece and a quality discussion as erupted. We are well aware of the limits of the system and are actively working toward a solution that could completely revolutionize the effectiveness of award distribution while mitigating the impacts of misbehaving whales.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T21:13:12", + "curator_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 733345, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T09:37:03", + "last_update": "2016-08-10T21:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "anonymint", + "parent_permlink": "blog-rewards-can-t-be-widely-distributed", + "percent_hbd": 10000, + "permlink": "re-anonymint-blog-rewards-can-t-be-widely-distributed-20160810t211314330z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "blog-rewards-can-t-be-widely-distributed", + "title": "", + "total_payout_value": { + "amount": "294", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T06:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 742, + "beneficiaries": [], + "body": "Never fear, we have a solution in the works that will hopefully resolve this kind of power dynamic and allow us to remove downvotes all together.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-10T21:59:45", + "curator_payout_value": { + "amount": "397", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 734146, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-10T09:05:15", + "last_update": "2016-08-10T21:59:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "jpiper20", + "parent_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "percent_hbd": 10000, + "permlink": "re-jpiper20-steemit-is-losing-it-s-purpose-let-s-stop-it-togther-20160810t215945670z", + "reward_weight": 10000, + "root_author": "jpiper20", + "root_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "title": "", + "total_payout_value": { + "amount": "1327", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:54:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1289446, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\n\nBuilding a decentralized economic platform that uses voting to distribute funds is extremely challenging. On the one hand everyone wants to \u201cvote selfishly\u201d to give themselves the most reward possible, on the other hand large stake holders want to vote in a manner that maximizes the value of the currency.\n\nThe solution employed by Steem uses the principle that individuals acting alone shouldn\u2019t have much power, but the more people that work together the more power they have collectively. In other words, two people voting together is more than twice as powerful as either voting alone.\n\nThe end result is a system that is working relatively well at today\u2019s scale. The challenge Steem faces now is that large stakeholders, aka whales, have enough stake to unilaterally allocate far more than even the largest group of smaller users.\n\nThis means that whales need to spread their votes across 1000 times as much content as normal users or refrain from voting all together. Allocation of rewards will be highly concentrated among those the whales give attention to, but the attention of whales is finite. The finite limits of whale attention limits the scalability of reward distribution.\n\n## Existing Solutions\n\nSome savvy whales, such as @smooth, are actively hiring people to process content and vote on their behalf. This is a very involved process and ultimately limited to a few people able to operate bots, manage teams, and check up on people.\n\nEven with everything @smooth is doing, there is only so much content that his team of curators can process. \n\n## Bad Voters \n\nNot all voters are good voters, and this applies to whales too. Sometimes accounts can go rogue, get hacked, or otherwise start acting in ways that harm the wider community. When a small stakeholder goes bad the system can safely ignore their votes and hide their posts with a reputation score, but when a whale goes bad things are not so easy.\n\n## Scalable Voting \n\nWhat we need is a scalable solution for managing distributed authority over the printing presses and deciding which content is most worthy to be promoted. The root of all authority must be derived from stakeholder Steem Power or Sybil attacks will quickly undermine the algorithm.\n\nIn the late 90\u2019s Google faced a similar problem with websites. They invented an algorithm that could rank web pages by using links as votes. This algorithm worked extremely well until SEO hackers learned how to game the system using what is essentially a Sybil attack. \n\nGoogle gave every page one vote that it could divide among every page it linked to. The algorithm would the use these votes to identify the highest authority, quality, most visited, or most popular pages. \n\n## Delegated Voting via Account Rank \n\nIf you view each account as having 1 web page per unit of Steem Power controlled by that account, and you let each account link to other accounts that they trust to allocate funds and curate content then the result is a massively recursive delegated voting system. Allowing links to have positive and negative weights means that everyone has the power to contribute to filtering the \u201cgood\u201d people from the \u201cbad\u201d people. \n\nSo long as there are many more \u201cgood\u201d people than \u201cbad\u201d people, the bad actors are quickly neutralized by having more negative links than positive links.\n\nThis system is immune to the Sybil attack faced by Google\u2019s PageRank algorithm because the supply of \u201cpages\u201d is restricted by the available Steem Power. \n\n## Account Rank on a Blockchain \n\nThe page rank algorithm is a computationally intensive iterative process that is normally performed by large clusters of computers using massively parallel map-reduce algorithms. A blockchain is required to reach consensus quickly and is ultimately single threaded because every transaction has the potential to impact the consensus state relevant to every transaction after it.\n\nIn order to efficiently implement Account Rank on a blockchain we must first place an upper limit on the largest possible blocking calculation. The computation complexity of calculating the Account Rank of an individual account grows linearly with the number of links (votes) an account gives or receives. \n\nFortunately, we know that there is a natural limit to the number of people someone can maintain stable relationships with. This is known as [Dunbar\u2019s number](https://en.wikipedia.org/wiki/Dunbar%27s_number). By studying social group size in primates Dunbar was able to conclude that at most 150 stable relationships. Beyond this size more restrictive social rules are required.\n\nWe can use this information to naturally limit the number of trust-links allowed among accounts to something that ordinary people are actually capable of. \n\nOnce we have limited the number of links it is simply a matter of spreading the calculation over time and prioritizing calculations that will effect the biggest changes. So long as the rate at which links can change is slower than the rate at which the algorithm can reach equilibrium then on average the network will remain close enough to equilibrium to accomplish the desired goal.\n\n## Alternative to Witness Voting\n\nUsing the Account Rank algorithm we could replace and eliminate the overhead associated with tracking and tallying witness votes. Instead the witnesses would be the top accounts by Account Rank that didn\u2019t opt out of being a witness. Each account is currently allowed 30 witness votes, this memory could be repurposed to serve the Account Rank algorithm. Likewise, every time an account\u2019s Steem Power changes all 30 witness votes are updated. These calculations could be replaced with Account Rank propagation calculations. \n\nOver all this would increase user engagement in voting for peers and provide a more liquid and representative ranking of user trust and reputation within the network while adding only a small amount of additional overhead and simplifying witness selection.\n\nEach user would simply add their 30 most trusted curators (aka friends) to their account and the Account Rank algorithm will automatically distribute influence among the friends. This would result in trust flowing outward from whales and down to more people who currently don\u2019t have much voice or curation power. \n\nMore people acting with more power due to delegated trust lines automatically rebalanced by Account Rank means that rewards can be distributed more fairly because there are more people with power and attention to process posts.\n\nNegative weights would allow the network to quickly remove voting influence from accounts that earn a reputation for bad behavior. This is something the current Steem algorithms require a voting bot war that generates unwanted collateral damage. \n\n## Conclusion\n\nWith careful implementation and planning, it should be possible to upgrade Steem to have a far more liquid, democratic, and secure web of trust. This web of trust can then more reliably be used to allocate rewards in the best interest of the whole platform while scaling to handle millions of people.\n\n***Note*** - this idea is presented for discussion purposes only and does not represent a commitment to implement at this point in time. There may be unresolved technical challenges to realizing this algorithm.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 238, + "children_abs_rshares": 0, + "created": "2016-08-11T02:17:06", + "curator_payout_value": { + "amount": "39634", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 738051, + "json_metadata": "{\"tags\":[\"steem\",\"pagerank\",\"google\",\"weboftrust\"],\"users\":[\"smooth\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Dunbar%27s_number\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T02:17:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 608, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "title": "People Rank - Using Page Rank Algorithm for Better Curation and Rewards", + "total_payout_value": { + "amount": "2631226", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:47:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85, + "beneficiaries": [], + "body": "Cool list, but will flag unless you remove steeimt and steemit tags.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-11T15:41:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 747270, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:41:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "shaheer001", + "parent_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "percent_hbd": 10000, + "permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154105849z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:45:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 141, + "beneficiaries": [], + "body": "While I am no billionaire, I started in the crypto space with a large debt, huge child support payments, and a 9-5 job. 3 years later my \"paper worth\" is over $30M, but like all the billionaires above, converting that wealth to cash isn't a trivial task. If Steem takes off then I would probably end up on that list.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-11T15:44:39", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 747326, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "freddy008", + "parent_permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t133817100z", + "percent_hbd": 10000, + "permlink": "re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154438664z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "208", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T18:12:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "Flagging doesn't take money away from people that have earned it, that is like saying that voting for a political opponent takes victory away from the current winner. Nothing is earned until the ballot box closes.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-11T18:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 749746, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T18:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "pangur-ban", + "parent_permlink": "re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t034724925z", + "percent_hbd": 10000, + "permlink": "re-pangur-ban-re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t181222107z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "title": "", + "total_payout_value": { + "amount": "41", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T19:32:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 627480, + "beneficiaries": [], + "body": "
https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\nYesterday I [released an article where I suggested that the Page Rank algorithm used by Google might be a viable alternative to the current voting system](/steem/@dantheman/people-rank-using-page-rank-algorithm-for-better-curation-and-rewards). Today I would like to add some additional insights that I have had.\n\nUsing a simple [page rank simulator](http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/) I played around with various graph structures to get a better understanding of the graph theory and behavior of Page Rank.\n\nWhat I discovered is that in a world where everyone is equal, those who create links amongst themselves gain weight relative to those who do not cross link. I also discovered that those who give links without receiving lose direct influence, though they may gain via indirect influence.\n\n## Negative Weights don't Work\n\nUsing Page Rank you cannot have edges with negative weights, this means that it is not possible have your voting influence countered, especially if you are a bad whale. \n\n## Variation on Page Rank - Recursive Delegated Voting\n\nMany people have been asking for the ability to delegate VESTS to other users who could then use those VESTS to cast votes. To really work well, it should be possible to redelegate your votes an infinite number of times. With delegated voting it should also be possible to \"cancel out\" someone else's vote with your own vote. This is already possible with bot wars, but with delegated negative voting we can bypass the network spam.\n\n## Scalability \n\nThis algorithm has many of the same scalability considerations as Page Rank. This means that each account would be limited in the number of accounts it could delegate to. Furthermore, there would need to be a minimal delegated amount.\n\n## Benefits \nIf implemented it would be relatively trivial to police vote spammers as well as those who would abuse the power of negative voting to silence legitimate voters.\n\nWhales would be able to delegate their VESTS to other users who can use the increased influence to provide better curation and increase the value of the VESTS. \n\n## The Evil Whale Problem \n\n
http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248
\n\nWe live in a world filled with evil whales. The power elite who control our economy and the printing presses are willing to risk burning down the economy to increase their power and wealth. Their interests are clearly not aligned with the masses.\n\nWhile Steem is young and has significant upside growth potential and relatively little economic power, the easiest way for whales to grow their power, wealth, and influence is to work with everyone else. Once Steem achieves a level of entrenchment similar to Facebook, Twitter, etc, the whales can misbehave with relative impunity because everyone is \"locked in\". \n\nIt is critical that the masses of dolphins, minnows, and good whales, have the power to efficiently neutralize bad actors for the benefit of all. I am committed to building a system that empowers people who work for the benefit of all and disempowers those who attempt to work against the best interest of the wider community.\n\n## Conclusion\n\nCreating a distributed, self-governing, mob that works reliably to allocate resources for the betterment of the whole rather than the individual is challenging. As the stakes are raised it becomes increasingly difficult to prevent abuse. Recursive Delegated Voting is a variation on Page Rank that might just do the trick.\n\nI would like to thank everyone who has participated in yesterday's discussion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 130, + "children_abs_rshares": 0, + "created": "2016-08-11T18:51:48", + "curator_payout_value": { + "amount": "15453", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 750406, + "json_metadata": "{\"tags\":[\"steemit\",\"curation\",\"steem\",\"pagerank\"],\"image\":[\"https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\",\"http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248\"],\"links\":[\"http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T18:51:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 516, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "Follow Up to People Rank Algorithm for Better Curation Rewards", + "total_payout_value": { + "amount": "1269729", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:31:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 54, + "beneficiaries": [], + "body": "yeah, you won't be able to because it is a category, not a tag. I removed the upvote, thanks for trying.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-11T19:20:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 750921, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T19:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shaheer001", + "parent_permlink": "re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t180230840z", + "percent_hbd": 10000, + "permlink": "re-shaheer001-re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t192007694z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T02:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 57, + "beneficiaries": [], + "body": "more or less, the system is fine today. We are simply preparing for the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-11T20:23:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 752075, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T20:23:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bendjmiller222", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t192738886z", + "percent_hbd": 10000, + "permlink": "re-bendjmiller222-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t202302998z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T22:57:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 57, + "beneficiaries": [], + "body": "Those who have the most to lose have the most say. There is no other way.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-11T21:04:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 752764, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T21:04:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "omfedor", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t205242626z", + "percent_hbd": 10000, + "permlink": "re-omfedor-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t210432271z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T17:39:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 11, + "beneficiaries": [], + "body": "I would consider Steem Dollars with 10% interest as a hedge similar to lending USD on bitfinex.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-12T15:03:57", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 765924, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-09-12T01:24:27", + "last_update": "2016-08-12T15:03:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "furion", + "parent_permlink": "i-have-60btc-to-invest-in-steem", + "percent_hbd": 10000, + "permlink": "re-furion-i-have-60btc-to-invest-in-steem-20160812t150359024z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "i-have-60btc-to-invest-in-steem", + "title": "", + "total_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T22:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 392, + "beneficiaries": [], + "body": "This information is incredibly useful and informative and makes perfect sense.\n\nA whale earns more by voting on a minnow than by voting on a dolphin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-12T15:11:57", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 766046, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-12T03:48:00", + "last_update": "2016-08-12T15:11:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "liberosist", + "parent_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "percent_hbd": 10000, + "permlink": "re-liberosist-steem-power-distribution-trends-august-update-the-re-distribution-skips-down-20160812t151157049z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "title": "", + "total_payout_value": { + "amount": "587", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T22:03:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 228, + "beneficiaries": [], + "body": "We are actively looking for ways to reduce whale influence and bad behavior. So far the best solution we have identified is to remove curation rewards all together. The existence of curation rewards does the following for whales:\n\n- encourages reckless voting because the rate of return on voting on random comments is very high for the whale. Effectively, the whale spends $100 of community money and pockets $25. The $75 cost is socialized, but the $25 is privatized. \n- the probability of being early on popular \"good\" content and getting an even higher rate of return is not higher than the \"sure thing\" of any random thing a whale could vote on.\n- any attempt to impose per-account caps will result in sybil attacks \n- good whales must vote as prolifically as evil whales or the evil whales will overcome them.\n- any attempt to implement stake delegation for voting purposes is disincentivized by the curation reward algorithm unless curation rewards propagate back. This backward propagation is both difficult to implement and ultimately irrelevant considering points 2.\n\nIn other words, the curation reward system may be fundamentally broken and should be discarded. Once the curation rewards are discarded, then whales face no opportunity cost by *not voting*.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 58, + "children_abs_rshares": 0, + "created": "2016-08-12T15:56:54", + "curator_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 766745, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-12T10:29:54", + "last_update": "2016-08-12T15:56:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "chitty", + "parent_permlink": "whale-s-dilemma", + "percent_hbd": 10000, + "permlink": "re-chitty-whale-s-dilemma-20160812t155654929z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "whale-s-dilemma", + "title": "", + "total_payout_value": { + "amount": "422", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T23:03:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 636233, + "beneficiaries": [], + "body": "
http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg
\n\nDemocracy is filled with mythology. [Larken Rose](https://steemit.com/politics/@larkenrose/political-mythology-101-part-one) has recently covered many of these myths. Today I would like to introduce a new concept that may totally change how some people perceive democracy.\n\n## Voting Theory\n\nPopular political theology around voting is that each individual has the right to vote for anything, for any reason, and in complete secrecy. Education, knowledge, race, and inelegance are not legitimate prerequisites. It goes so far as to say that through voting the entire constitution and every human right can be violated.\n\nThere are many different kinds of voting that attempt to capture public opinion accurately. Systems include plurality, instant runoff, majority, and proportional representation. Each system has its strengths and weaknesses.\n\nBeing an Anarchist, I like to work from first principles. If I assume the popular political theology is morally acceptable means of making decisions regarding what people may or may not do, then I would like to add a new voting system and means of fully \u201cexpressing ones vote\u201d that I feel would truly capture a legitimate outcome.\n\nIn other words, if all people are equal and entitled equal weight to vote for what ever they want, for what ever reason they want to, then it should be possible to express your opinion as the exact opposite of someone else. This is a perfectly valid opinion and deserves as much respect as their opinion. After all, you could just as easily say that they are the one who is adopting an opinion opposite to your own. It is not possible to say who is positive and who is negative, they are merely reflections of equal value with no beginning and no end. \n\nThe act of negating someone else\u2019s opinion does not require you to know their opinion, because you are free to change your opinion to counter theirs as fast as they can change their opinion. The outcome will always result in a net vote of 0. \n\n## Anarchist Husband and his Political Wife\n\nImagine an anarchist named John adopted a [position against voting](https://steemit.com/elections/@jaredhowe/against-voting) and was against voting completely. Unfortunately for Jared, he married a hard core political activist who believes in democracy.\n\u2028John and his wife have a huge fight about whether they should vote and if so, who they should vote for. John recognizes that the only two candidates with a chance of winning are evil and agree on the important issues. John\u2019s wife has an opinion on which one is \u201cless evil\u201d. \n\nJohn wants to protest the election by not voting, but his wife believes she must do *something* to combat the *more evil* option. \n\nJohn then comes up with an idea, he decides to cast his vote to be the exact opposite of his wife\u2019s. He goes to his wife and asks who she is voting for, she tells him. He then informs her that he will vote for the other candidate. \n\nA brief fight ensues about how the other guy is *more evil*, but ultimately she concedes that he has a right to vote how ever he wants. \n\nAfter she accepts reality, John suggests that they can both stay home this election because their votes will now cancel out. They could drive to the polls, spend their time and gas money in order to cast a neutral vote for two evil candidates, or they could stay home and have a drink without feeling dirty for supporting the lessor of two evils. \n\nAny *rational* couple would choose to stay home. They have nothing to gain by casting opposing votes and nothing to lose by not casting their vote. All of the usual arguments for voting fall apart:\n\n### You have no right to complain if you didn\u2019t try.\nWell that isn\u2019t true, you did try, but someone else negated your vote. Both parties can legitimately say they \u201ctried\u201d but their vote wouldn\u2019t have been the tie breaker. \n\n### Higher turnout makes democracy more representative .\nWell you both could have turned out, but the amount of raw information you would contribute would be identical to if you both didn\u2019t show up. If every non-voter was modeled as a purely random voter, then the amount your opposing votes do nothing. If you model non-voter\u2019s as voting with the ratio as voters then the only thing your votes would do is reduce the percentage spread between the two candidates by an imperceptible amount.\n\n### Even a vote for a third Party can have an impact\nUnless there is a 3rd party who you actually can support, all you would be doing is voting for evil. Suppose John\u2019s wife really liked a 3rd party candidate, she is now left with a choice: let John vote for the most evil candidate while she votes for someone who will lose, or not vote at all. \n\n### Voting is a Right Generations Struggled to Win\n\nAnd based upon this right John and his wife have nullified their influence. It is John\u2019s right to oppose his wife\u2019s vote and therefore his wife\u2019s vote is now meaningless. Democracy wins! \n\n## Secret Ballots prevent John\u2019s Blackmail \n\nIn theory John\u2019s wife could lie to John about who she intends to vote for. This would make it impossible to be 100% sure the he was countering his wife\u2019s vote. She could \u201ctrick him\u201d into inadvertently siding with her choice of lessor evil.\n\nThis is true, but John could also lie. \n\nUltimately the joke is on John\u2019s wife because it isn\u2019t who votes that counts, it is who counts the vote. In this case, the secret ballot means that John\u2019s wife cannot prove her vote was accurately counted.\n\nUnfortunately, secret ballots also prevent John from casting his true opinion and thus effectively deny him the right to vote.\n\n## Smart Ballots\n\nWhat if John could express his desire to counter his wife\u2019s vote by casting a ballot that would automatically vote for the candidate opposite of his wife without having to know her vote? In this case there is no need to reveal who you will vote for and there is no ability to cheat.\n\nIf you could cast such a ballot then the entire voting system could be revamped. Each person would have the option to either cast a ballot or to negate someone else\u2019s right to cast a ballot. Once you have been negated no one else may negate you.\n\nThose who are politically outspoken would quickly get negated by people who don\u2019t like what they stand for. After all, it is much easier to vote against something you don\u2019t like than to vote *for* something you do like. This means that anyone that ever expresses any ideas disliked by a passive observer would get nullified.\n\nThe final outcome would be an election decided by those who have managed to escape without offending anyone. One thing is for certain, anyone who goes near the polls would be quickly negated by someone else, the mere act of voting would become offensive! \n\n## In a Rational World\u2026 \n\nPeople would realize that democracy and voting were adopted as a proxy for war and violence. Rather than having two armies fight to the death, they would simply count their numbers and assume the larger army would win and get their way. This seems logical and avoids a lot of unnecessary bloodshed.\n\nHow you count the votes makes a huge difference, especially when there are complex factors and decisions. You cannot assume that everyone voting for a candidate actually supports that candidate, they have merely formed an alliance under the principle of \u201can enemy of my enemy is my friend\u201d. That principle hardly turns a lessor enemy into your representative. \n\nIn reality there are not two armies battling it out, there are thousands of armies each with their own opinion. If you want to properly simulate the war, then each person needs to find one other person to take out in a Kmakazi battle to the death. \n\nWhen the dust settles from the simulated war you will have a few people left standing. These are the people whom no one else felt was a priority to take out. Each person would rationally take out the \u201cgreatest evil\u201d they could find and everyone else is considered better. It would mean that who ever won the war would be \u201cbetter\u201d than the evil they just eliminated. A true vote against the greatest of all evils.\n\nObviously, if this process were adopted the entire mirage of democracy would disappear. If the population was odd, then one person would be left standing, if even then no one would win.\n\n## Conclusion\n\nIf we were to use a legitimate voting system that accurately reflected the moral principle behind each individuals \u201cright to vote\u201d by allowing individuals to fully express their \u201cright to counter someone else\u2019s vote\u201d then we would end up in complete anarchy as no law could pass except by unanimous consent of people no one had reason to oppose.\n\nIf man does not have a right to counter balance another man in the political system, then the game is rigged. His right to cast a vote that expresses his wishes has been denied. He has been given a false choice rather than a free choice. After all, if you cannot express a vote that is exactly opposite of someone else, then that means not all opinions are on the table. It means that the people who get to decide the options are the rulers, not the voters.\n\nYou can vote for any color car you want so long as it is black.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 74, + "children_abs_rshares": 0, + "created": "2016-08-12T21:25:12", + "curator_payout_value": { + "amount": "12170", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 772595, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\",\"philosophy\",\"anarchy\"],\"image\":[\"http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg\"],\"links\":[\"https://steemit.com/politics/@larkenrose/political-mythology-101-part-one\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:25:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 340, + "parent_author": "", + "parent_permlink": "politics", + "percent_hbd": 10000, + "permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "What would Smart Ballots and Kamikaze voters mean to Democracy?", + "total_payout_value": { + "amount": "1172166", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T05:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 263, + "beneficiaries": [], + "body": "I would like to see an option to vote \"against the winner\". If there are more people against the winner than the margin of victory then all candidates should be discarded and a new slate selected.\n\nSomething as simple as having the option to cast a vote \"against X\" would completely change the game. Now the winner would be the person who received the least votes! \n\nI would be happy with a simple law that allowed one individual to give up their vote by canceling out someone else. That single law would completely change politics forever.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-12T21:39:30", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 772844, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:39:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "scaredycatguide", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213253781z", + "percent_hbd": 10000, + "permlink": "re-scaredycatguide-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213930206z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "484", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T02:52:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No need to find exact opposite, just find someone you least trust to rule you and negate them (assuming they haven't already been negated).", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-12T22:02:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 773239, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T22:02:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220048372z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220244973z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T23:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not trolling, leaders aren't elected, rulers are.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-12T23:44:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 774675, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T23:44:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t232531592z", + "percent_hbd": 10000, + "permlink": "re-zer0sum-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t234450298z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T13:25:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 37, + "beneficiaries": [], + "body": "You can get on a white list.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T13:25:33", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 782126, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-13T02:47:24", + "last_update": "2016-08-13T13:25:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "corbettreport", + "parent_permlink": "re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t122311390z", + "percent_hbd": 10000, + "permlink": "re-corbettreport-re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t132533395z", + "reward_weight": 10000, + "root_author": "corbettreport", + "root_permlink": "relax-everyone-al-qaeda-are-the-good-guys-again", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1073852, + "beneficiaries": [], + "body": "
http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG
\n\nIn my [last article I introduced the concept of smart ballots](/politics/@dantheman/what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy) that would automatically vote the opposite of a person of your choosing while maintaining full secrecy of their vote. Many people joined the discussion to critique its failure under a system with more than two choices. Today, I would like to dive deeper into the concept and expose more fallacies of the popular voting theology.\n\n## Voting is a Fundamental Human Right\n\nThis is the foundation of all democracy and the starting point of any discussion. Unfortunately, this statement doesn\u2019t specify what *kind* of voting is a fundamental human right. If it is a human right, then where does it come from and *why* is it our right? \n\nI decided to look into the holy books of voting theology and found some useful definitions from authoritative sources:\n\n> The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret ballot or by equivalent free voting procedures. - [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm)\n\nThe basis of this right appears to be that the will of the people is the basis of the authority of government. Voting, therefore, is the means by which the people may express their will. Interestingly enough, a person\u2019s expressed will must be kept secret according to the holy scriptures of human suffrage. \n\nA voting system that does not allow the true *will of the people* to be expressed is one that is violating our fundamental right and therefore there is no basis for the authority of government. \n\n## The Right to Consent\n\nThe basis of the right to vote is therefore derived from the right to consent (or not) which is clearly the foundation of a free society. Democracy is the belief that all people universally agree to consent to the will of the majority. In other words, if more people consent than not then all people consent.\n\nUltimately all consent boils down to a simple Yes or No. Given a proposed law that will impact an individual, the will of the people requires a simple Yes or No. \n\nSuppose the government gave the people the option to die by fire or die by ice. This is a false dichotomy under which the will of the people is *impossible* to express. Suppose we were given the option to nuke China or nuke Russia? The inability of a system to express all possible opinions of will means that a government is deriving its authority to restrict the options from some other source. \n\n## Binary Expresses All \n\nAll possible expressions of the will of the people can be represented as a body of law, which in turn can be represented as a binary number. A binary number consists of a series of Yes and No bits. \n\nThe will of the people can therefore be perfectly measured by doing a direct poll on each bit, with the majority vote on each bit resulting in the consensus will for that bit. Since all opinions can be represented by such a voting system and are directly measured, the will of the people can be known. \n\nFrom this we can clearly see that any individual\u2019s vote can be fully negated by another individual\u2019s vote. It all boils down to string of Yes/No questions and each individual has the fundamental right to vote the opposite and thus nullify the influence of another individual.\n\n## Representative Democracy\n\nDirect democracy is clearly not viable for any number of reasons. It simply doesn\u2019t scale. The masses of people do not have the time, energy, nor intelligence to think about everything and come to a conclusion. \n\nThis is why we have \u201crepresentative democracy\u201d, we elect someone to represent us and then trust they will work with other representatives to reach consensus. \n\nThe right to specify someone to represent you is the mirror of the right to specify someone who represents your opposite. By specifying your opposite, you are in effect most accurately representing yourself. Instead of having a choice of a dozen people to represent me, I can have a choice of millions of people who most closely represent my opposite. \n\n## Negative Representation is More Accurate and More Scalable \n\nWhen opposites collide they cancel out. This means that it becomes trivial to express far more of who you are and what your will is. Since your will is part of the public will and is the basis for the legitimacy of government, the right to negate someone else\u2019s vote is a fundamental human right. To deny this right is to infringe on the range of public opinion that is capable of being expressed.\n\n## Consequences \n\nAssuming a law was passed that allowed each individual to specify another individual whose vote they would like to cancel (assuming their vote was not already canceled), then the entire system would boil down to a group of voters who did not want to negate someone else's vote and who no one else wanted to negate.\n\nIn my prior article I assumed everyone would prefer to negate someone else, but that was me projecting my own bias on everyone else. For each person who chooses to vote rather than negate there exists another person who was not negated. This means that there would still be a large body of voters whose opinions could be polled.\n\nThis body of individuals would be the least polarizing group. A group of people whom have been pre-filtered by the masses to be the closest group of representatives that could be found. Everyone that was eliminated was a \u201cpolar opposite\u201d of someone else and thus represent the set of least representative. Those that remain are therefore \u201cmost representative\u201d and their subsequent votes will be more in line with the masses opinion than any other group of representatives. \n\nThis group of voters, being much smaller, would have far more flexible voting systems available to them. Systems that don\u2019t scale to millions of people may scale to those who remain after all of the negative representatives have been removed. \n\nIf you believe that voting is a fundamental right derived from our human nature, then you must also hold that negative voting is the most expressive means of casting a ballot and representing yourself. \n\nAll other definitions of the \u201cright to vote\u201d are [a statutory right or privilege granted to a person or group by a government.](https://www.vocabulary.com/dictionary/right%20to%20vote) However, this definition is in contradiction to the [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm) which states that government authority comes from voting. Therefore, government cannot have authority to define the source of its own authority. If you believe government gets to set rules on voting, then you believe voting isn\u2019t a human right, but a government granted privilege that can be revoked. In other words, you believe that government authority is derived from some other source than the will of the people expressed through voting. \n\nLet's restore the right to vote by allowing people to express their anti-representative and negate their vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 71, + "children_abs_rshares": 0, + "created": "2016-08-13T16:12:00", + "curator_payout_value": { + "amount": "28218", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 784410, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"philosophy\",\"democracy\"],\"image\":[\"http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG\"],\"links\":[\"http://hrlibrary.umn.edu/instree/b1udhr.htm\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T16:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 363, + "parent_author": "", + "parent_permlink": "politics", + "percent_hbd": 10000, + "permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "Origin of the Right to Vote and how the system denies this right", + "total_payout_value": { + "amount": "1917726", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T17:16:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It would be really stable because one you are negated you can stop worrying about politics. You wouldn't have constant battles.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T17:16:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 785387, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:16:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ionescur", + "parent_permlink": "re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t165831983z", + "percent_hbd": 10000, + "permlink": "re-ionescur-re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171641826z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:11:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post wasn't about the Steem platform.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T17:31:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 785628, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "firepower", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171140611z", + "percent_hbd": 10000, + "permlink": "re-firepower-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173105502z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 37917, + "beneficiaries": [], + "body": "I support buying and selling of votes. One of the tenants of voting is that you are free to express any opinion for *any reason*. Apparently it is only OK to buy votes with promises to distribute funds stolen from the tax payer. Using your own money to buy votes isn't ok.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T17:32:21", + "curator_payout_value": { + "amount": "22564", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 785646, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "ionescur", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t170044644z", + "percent_hbd": 10000, + "permlink": "re-ionescur-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173222773z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "67718", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T19:37:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1338485, + "beneficiaries": [], + "body": "
http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg
\nIn my past two articles I have tackled the complex theory of voting and how it applies to discovering the will of the people and ultimately the \u201cauthority\u201d of government. There has been quite a bit of vocal resistance to my proposed idea of negating someone else\u2019s vote. I would like to take a moment to discuss the nature of this resistance.\n\n## Negative Voting would create a Culture of Hate\n\nWhen you vote for a different candidate than your friend it isn\u2019t taken personally, but if you opt to negate your friends vote instead it suddenly becomes *very personal*. This is probably true. Even though the reality is that your friend is canceling your vote anyway, people irrationally feel like something has been taken from them. \n\nThe truth is that something has been taken from them: the illusion that their vote matters. The illusion that their opinion isn\u2019t being canceled out by some anonymous stranger on the other side of the country. Now it is being canceled by someone with a name.\n\nThe result is misplaced anger being directed at the person who chooses to cancel you out. No one ever stops to consider that the individual who canceled you out has just as much right to be angry at you for voting to support policies that would harm them. Their vote has already been canceled by you! \n\nWe currently live in a culture where people can numb themselves to the consequences of their vote. They never have to face the victim. You want free health care? Great! You just got nullified by the person who was going to have to pay for it.\n\nThe existing culture of voting is like piloting a UAV and bombing people you have never met in a distant land. Mean while those people in a distant land are attempting to bomb you with their own UAVs. Neither side has met one another, but both are willing to hurt each other for their own benefit.\n\nThere is bound to be less death and destruction in a society where people get to put a name and face on the individual who is countering their attempts at abuse of power. Instead people will migrate their own public opinions toward things that don't infringe on the rights of others. As soon as your vote or opinion violates someone else's right, you better believe it will get nullified by them. Only those who support solutions that do not violate someone else's human right will have a chance to avoid nullification. This will certainly create a culture of peace and understanding, not one of hate.\n\n## A Stable Environment\n\nOnce you have identified someone whom you want to counter, there is little reason to change your opinion unless you find someone *even worse* who hasn\u2019t already been countered. This means that over time there would be relatively little \u201cpolitics\u201d to discuss because everyone who is in violent disagreement with others has all ready been nullified. \n\nThis means that your friends and family and almost everyone you know has probably been nullified and will be nullified by someone their entire life. Politics, elections, and voting would not be a topic of general discussion. \n\nIf you want your \u201cright to vote back\u201d, then all you need to do is convince the person nullifying you that there is someone even worse who isn\u2019t currently nullified. Once the two of you reach consensus then one of you can get your ability to cast a positive vote back (the other one will nullify the greater evil).\n\n## Votes for Sale \n\nThe next point of concern is that if there is a public database of voters and who they are canceling (necessary to determine who can cast a positive vote), that people could pay others to cast negative votes.\n\nThe right to vote includes the freedom to vote for *any reason*. Denying someone the right to vote because you don\u2019t like their *reason* is tyrannical. Everyone votes for *selfish reasons*. It is like denying a woman the right to sell sexual services. Her body, her vote. \n\nThe truth is that is is cheaper to buy votes with propaganda than with direct offers of payment. Anyone willing to buy or sell their vote would probably get canceled out by someone against that practice. At the end of the day buying and selling of voters is a free market solution to resolving political differences in a voluntary manner.\n\n## No Right to Abuse Vote\n\nThis is an interesting paradox because who gets to decide what is and isn\u2019t abuse? Shall we vote on it? Is a vote to declare something abuse also abuse? This is a hypocritical position that assumes some universal standard of right and wrong. If such a standard existed then there would be no need to vote in the first place.\n\n\n## Conclusion\n\nPeople are irrational yet believe they are perfectly sane. They will take personal offense any time anyone attempts to expose the disconnect between reality and their own delusions. This isn\u2019t a reason to abandon a system of negative voting, but rather a reason to implement it. Anything that forces people to come face to face with reality and stop hiding their violent tendencies behind an anonymous voting box will lead to a more civil society.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 178, + "children_abs_rshares": 0, + "created": "2016-08-13T18:16:09", + "curator_payout_value": { + "amount": "27189", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 786405, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\"],\"image\":[\"http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:16:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 541, + "parent_author": "", + "parent_permlink": "politics", + "percent_hbd": 10000, + "permlink": "the-politics-of-negative-voting", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "The Politics of Negative Voting", + "total_payout_value": { + "amount": "2251286", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:43:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "status-qou is based upon people not having the ability to express real options. The Left / Right paradigm has created an environment where the people much choose between two evils. I think you would find a very different center than the current status-quo.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T18:24:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 786547, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t182132693z", + "percent_hbd": 10000, + "permlink": "re-r4fken-re-dantheman-the-politics-of-negative-voting-20160813t182409757z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:38:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 211, + "beneficiaries": [], + "body": "On BitShares Graphene publicly demonstrated 1000 TPS with unoptimized network code. When you factor the network out of the equation the unoptimized evaluation code can handle 100,000 TPS.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T18:35:24", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 786781, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-13T05:05:00", + "last_update": "2016-08-13T18:35:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "busser", + "parent_permlink": "re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t180144109z", + "percent_hbd": 10000, + "permlink": "re-busser-re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t183524160z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "a-look-at-steem-blocksize-evolution", + "title": "", + "total_payout_value": { + "amount": "376", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:55:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Glad to see you are not a bot. I am trying to remove some of my votes, but for some reason I am facing a bug. I am looking into it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T18:45:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 786957, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "a11at", + "parent_permlink": "i-lost-my-44-reputation", + "percent_hbd": 10000, + "permlink": "re-a11at-i-lost-my-44-reputation-20160813t184500516z", + "reward_weight": 10000, + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:45:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This was exactly my thinking. Anyone posting one-line, meaningless comments in my different posts is going to get flagged as a bot. If you don't have something meaningful to say, then don't say anything at all.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T18:45:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 786971, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sykochica", + "parent_permlink": "re-a11at-i-lost-my-44-reputation-20160813t182413800z", + "percent_hbd": 10000, + "permlink": "re-sykochica-re-a11at-i-lost-my-44-reputation-20160813t184554830z", + "reward_weight": 10000, + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T09:33:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7146, + "beneficiaries": [], + "body": "I removed the downvotes I could, your pattern of posting meaningless replies like \"nice post\" over and over looked like a bot. Please make each comment original.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 32, + "children_abs_rshares": 0, + "created": "2016-08-13T18:56:12", + "curator_payout_value": { + "amount": "3988", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 787140, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:56:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "macartem", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t184243465z", + "percent_hbd": 10000, + "permlink": "re-macartem-re-dantheman-the-politics-of-negative-voting-20160813t185612239z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "12018", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T19:06:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It isn't a question of outcome, it is a matter of principle. It about eliminating contradictory beliefs and policies. \n\nPassive people who vote without thinking are dangerous and would be negated by other passive people. Many people would accept a small bribe to \"not vote\" or to cancel someone else. \n\nTo be left standing with no one opposing you would require masterful political skills.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T19:06:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 787325, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T19:06:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mrosenquist", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173213669z", + "percent_hbd": 10000, + "permlink": "re-mrosenquist-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t190637930z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T19:24:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No it isn't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T19:24:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 787590, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T19:24:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "btcbtcbtc20155", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t190827799z", + "percent_hbd": 10000, + "permlink": "re-btcbtcbtc20155-re-dantheman-the-politics-of-negative-voting-20160813t192411416z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T19:06:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12985, + "beneficiaries": [], + "body": "Your numbers are bogus by a large margin. It is only counting visitors on non steemit websites like Steemd.com. The counter website is never being contacted by our users. This is done intentionally as security measure to protect privacy and bypass image hosts that block hot linking.", + "cashout_time": "1969-12-31T23:59:59", + "category": "post-views", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T14:05:54", + "curator_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 798560, + "json_metadata": "{\"tags\":[\"post-views\"]}", + "last_payout": "2016-09-14T02:42:00", + "last_update": "2016-08-14T14:05:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "cryptos", + "parent_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "percent_hbd": 10000, + "permlink": "re-cryptos-do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many-20160814t140554259z", + "reward_weight": 10000, + "root_author": "cryptos", + "root_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "title": "", + "total_payout_value": { + "amount": "20580", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:53:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1247217, + "beneficiaries": [], + "body": "
http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg
\nMy past three posts have been focused entirely on political philosophy. Unfortunately, many readers seem to think I was talking about Steem and started jumping to all kinds of unfounded conclusions. Today I would like to actually express my opinion as it relates to Steem.\n\n## Ying and Yang \n\nAll games require balance. An unbalanced game will eventually collapse once a certain strategy takes over and ensures a certain behavior unchecked profits. Steem was designed with down votes on posts (flags) as a means of keeping a certain kind of bad behavior in check.\n\n## Objectively Bad Behaviors \n\nAs someone who holds to a subjective view of reality, I like to refrain from making absolute value judgements. I also want to avoid pushing my value judgements on other people. So when I talk about objectively bad behavior I will do so without respect to the nature of content or individual voter\u2019s opinions. \n\nThe goal of Steem is to reward users proportional to the value they bring. An objectively bad behavior is one where a user manages to get large rewards while providing others with little value. Unfortunately, value is subjective.\n\nWhile it is hard to differentiate the relative value of two different things, I think something objective can be said for something that provides *no value*. If we assume that all information has some positive value, then the lack of information has no value. People casting votes communicates information. Every post with unique content contributes information. The value of the information provided is subjective. \n\nA voting robot that votes \u201crandomly\u201d provides no new information. A poster that publishes \u201crandom\u201d content also provides no new information. It is all noise. Some people might even say that by increasing the noise floor this kind of behavior consumes resources and destroys information and therefore could have objectively negative value.\n\nWhat we can conclude from this is that \u201cobjectively bad\u201d behavior is any behavior that can be automated using unsophisticated software and which yields the individual oversized profits.\n\n### Authors Paying themselves for Doing Nothing\n\nThis type of behavior has one user sucking value from the whole while providing no new value. Generally speaking, this kind of behavior is discouraged by the *n*2 rewards curve. The rate of return for self-voting on garbage post is so low for most users that it isn\u2019t worth the effort. This reward curve forces collaboration and collusion to actually get meaningful value out of the platform.\n\n**A whale is a collusive group**. This means that a whale has enough stake to earn a huge profit by voting on their own post regardless of post quality. The only thing that keeps whales from frivolously voting on themselves is the potential to be down voted by other whales. This creates a check and balance at the highest levels which protect the system from abuse.\n\n### Curation Rewards for Doing Nothing \n\nThis type of behavior is when a whale creates a bot that simply up votes everything from reputable users regardless of quality. This kind of behavior can be countered by other whales only by pushing the author rewards toward 0. \n\nSuppose a post is sitting at a $100 pending payout and a whale up votes it to $1000 with a single vote. Other whales see that as abusive and place a counter acting down vote restoring it to $100 pending payout. The abusive whale will get the vast majority of the $25 curation rewards on that post.\n\nWhen it comes to curation rewards the system is currently unbalanced. There is no way to negate the profits of abusive curators. \n\n## All Abuse is Exercised by Voting \n\nAuthors cannot abuse the platform (except by spam). It is only the voters that have the power to be \u201cgood voters\u201d or \u201cbad voters\u201d. Rather than placing biased terms of \u201cgood\u201d and \u201cbad\u201d I will simply assume \u201cred\u201d and \u201cblue\u201d voters. Neither red nor blue are deemed to be good or bad, they simply have a difference of opinion on where funds should be allocated.\n\nThe Steem community is continuously deciding where to allocate money. Every voter \u201cowns\u201d a part of the Steem network with a long term vested interest in increasing its value. \n\n### Upvote Only Economy \n\nFor the sake of simplicity lets assume budget items are voted on one at a time. The amount something gets paid is based on how many voters vote. Lets also assume there are only two options for voters, \u201cYES\u201d or \u201cABSTAIN\u201d. Under this model a whale is granted unchecked, unilateral control over a large fraction of the budget. \n\nThe financial incentives for a whale in such a position is to embezzle as much money for personal profit as he can without killing the goose laying the golden STEEM. So long as the rate at which is stake grows is faster than the rate at which the STEEM pie shrinks, his own personal net worth will grow. \n\nA malicious whale (hacked account, hostile takeover, etc), would short STEEM on the market and then vote to give himself as much as he could. The STEEM he gives himself can be used to cover his short position and he makes a huge profit off of the demise of the platform.\n\n### Up and Down Vote Economy \n\nUnder an economy with both up and down votes things are different. Each time a budget item is brought up for vote the voters have three options: \u201cYES\u201d, \u201cNO\u201d, or \u201cABSTAIN\u201d. Under this model anyone who votes money to themselves without providing value to everyone else will be countered with an equal or greater number of \u201cNO\u201d votes. The system is balanced. Misallocation of funds can only occur if voters collectively allow it to happen.\n\n## Curation Rewards are an Up-vote Only Economy\n\nSomeone who up votes anything of value beyond what it is worth earns guaranteed curation profits unless others down vote the post below what it was worth. This take value away from other curators and authors and gives robotic whale curators a unchecked easy path to profit. \n\nThe abusive whale up voter is not only gaining profits, but denying others the opportunity to earn profits by forcing them to use down votes. \n\nIn other words, there is currently no way to \u201cdown vote\u201d an \u201cup vote\u201d and therefore, the system is unbalanced and subject to abuse.\n\n\n## Removing Down Votes from Posts \n\nAuthors get offended when their post gets down voted. This is an irrational, but understandable human reaction. In reality what is going on is a disagreement among voters. Some voters think the post should be worth more, others think it should be worth less. What if we removed the option to down vote a post?\n\n**What if instead of down voting a post, you could down vote a voter?** When you down vote a voter you nullify their voting power with your own voting power. It is the moral equivalent of casting equal and opposite votes on every post without offending the posters.\n\nUnder such a system authors who vote for them selves and curators who vote robotically would be negated. Only those who vote responsibly would remain. Voting spam would be eliminated.\n\nWe have the potential to completely change the game by changing the question we ask. Instead of asking whether the author did a bad job, we can ask ourselves whether the voters did a bad job. \n\nVoters that vote poorly will kill the platform. Voters who vote well will help the platform grow. \n\n## Summary \n\nThere are many issues left to explore. People will not like having their vote canceled any more than they like having their post down voted. Curation rewards still favor those who use their power to vote over those who use their power to cancel other votes. \n\nBottom line, a system of only up votes will not work. The game needs to be properly balanced or someone will be able to exploit the rules for undeserved profits. \n\nMore to come in a future post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 443, + "children_abs_rshares": 0, + "created": "2016-08-14T16:04:39", + "curator_payout_value": { + "amount": "32409", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 800244, + "json_metadata": "{\"tags\":[\"steem\",\"voting\",\"curation\"],\"image\":[\"http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:04:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 579, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "negative-voting-and-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "Negative Voting and Steem", + "total_payout_value": { + "amount": "1951822", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:32:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "One share one vote. Always.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T16:25:12", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 800619, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:25:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t162203533z", + "percent_hbd": 10000, + "permlink": "re-r4fken-re-dantheman-negative-voting-and-steem-20160814t162510383z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T22:23:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 59, + "beneficiaries": [], + "body": "It isn't that they are allowed, it is that they cannot be prevented.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-14T17:00:09", + "curator_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 801170, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:00:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "nubchai", + "parent_permlink": "re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t163315680z", + "percent_hbd": 10000, + "permlink": "re-nubchai-re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t170007073z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:32:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "Monstro the whale was evil.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T17:02:54", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 801210, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:02:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "paco", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t163825845z", + "percent_hbd": 10000, + "permlink": "re-paco-re-dantheman-negative-voting-and-steem-20160814t170254445z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T17:09:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 75, + "beneficiaries": [], + "body": "There is no right or wrong in up or down vote. Just different opinions by two stakeholders entitled to their opinion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-14T17:09:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 801316, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:09:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "breathe3000", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t170349981z", + "percent_hbd": 10000, + "permlink": "re-breathe3000-re-dantheman-negative-voting-and-steem-20160814t170945554z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T02:51:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 71, + "beneficiaries": [], + "body": "Summarize if you want my vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hillary", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T02:51:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 810166, + "json_metadata": "{\"tags\":[\"hillary\"]}", + "last_payout": "2016-09-14T14:51:42", + "last_update": "2016-08-15T02:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "wiseguy", + "parent_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "percent_hbd": 10000, + "permlink": "re-wiseguy-break-breaking-news-hillary-s-secret-service-drops-bombshell-20160815t025118576z", + "reward_weight": 10000, + "root_author": "wiseguy", + "root_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "title": "", + "total_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:53:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 712210, + "beneficiaries": [], + "body": "
http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg
\nTo continue with my discussion on voting I would like to review the incentive structure created by curation rewards. This topic is highly controversial. Everything I say in this post is just my personal opinion and does not represent the opinion of Steemit, Inc. First lets review the game as it exists today.\n\n## Rewarding Voting \n\nVoting is something you can do almost as often as you like. Once you reach a certain level of Steem Power, almost every vote puts money in your pocket. When I up vote something, I give the author $150 and I get to pocket $50. That is a *huge* incentive for me to up vote everything I see.\n\nIt gets even more interesting if I up vote something that becomes extremely popular. Suppose the post I up voted went on to earn $10,000, then my initial curation payout of $25 would grow to something like $1500. The difference between a $25 payout and a $1500 payout is what motivates me to pick good content rather than bad content. After all I have a limited number of high powered votes that I can cast.\n\nLets suppose that each week I pick 1000 posts to vote on within the first 30 minutes. Assuming none of the posts get down votes I would pocket about $25,000. For every post that goes on to earn $1000 or more, I can have 10 posts that get zeroed out. Bottom line is that I could be pocketing $25,000 or more per week (paid out over 2 years) with an unsophisticated bot.\n\n## It Pays to be First\n\nSuppose that another whale of my stature were to vote just seconds before me. My curation rewards would be dramatically reduced. Instead of getting $1500 on a popular post, I would be lucky to get $200. As a whale I lose significant money any time another whale beets me to a popular post.\n\nEven though it pays to vote before other whales, it certainly doesn\u2019t pay to vote too quickly. If I voted on a popular article 15 minutes after it was posted and before any whales, then my reward might be $750 instead of $1500. Every minute I wait to vote (up to 30 minutes) earns me $50, but if I wait too long some other whale will vote and I will lose money.\n\n## Whales are in Competition \n\nThe whales are in competition to up vote quality content first. Each minute they must choose whether to vote on a post or wait. Any whale who chooses not to play this game gets diluted by whales who do play (when Steem Power is more than 90% of supply). \n\n## Strategy \n\nEach whale has to develop a strategy and the strategy will ultimately depend upon a statistical analysis of what posts tend to do well. The simplest strategies include measuring the median time until a whale up votes a post by each author. This statistic will tell a whale who to vote on and when.\n\nIf all whales played by this strategy then certain authors would end up getting guaranteed votes as early as 10 minutes after they post. Smart whale bots would avoid voting after other whales and instead look for other content to up vote first.\n\nIn the hunt for better content whale bots can gather statistics on which minnows (or combinations of minnows) are the best early-predictors of popular content. Once these statistics are gathered the whale bot would vote on everything that shows that indicator. \n\n## Emergent Behavior \n\nIf we assume all whales are actively working on algorithms to ferret out the best content early, then quality authors will develop guaranteed patrons. Each whale has to make a decision on whether it is more profitable to be a patron to a particular author or to move on in search of another author. \n\nThere is little financial incentive to \u201cpile on\u201d after other whales. Doing so will increase rewards to the author and to the other whales. It makes little financial sense to dog-pile unless there is a very high probability that many more whales will follow. With each additional dog that piles on the incentives fall dramatically. The first whale generally gets 80% of the curation rewards. \n\nThere is a complex incentive curve. If I vote on 1000 things each day without much thought I can have an almost unchallengeable return on my steem power. If I work slightly smarter I can increase my return. The bigger a whale is, the larger this base rate of return becomes.\n\nThink of this as a mining war where whales are incentivized to implement advanced AI curators that are able to quickly identify gems that have not yet been identified by other whales. Any whale that does not vote to the maximum extent possible is wasting potential income opportunities. \n\n## Smoothing the Reward Curve \n\nAssuming more whale bots start operating then chances are that more people will get up voted by at least one whale. Because everyone is sharing a single reward pool, this means the overall payout curve will get flatter. \n\nAs the overall payout curve changes the expected value of an individual whales vote falls dramatically. My up votes that are worth $250 when I vote a couple dozen times per day could fall to $100 if other whales started voting 1000 times per day. \n\n## Curation Rewards Require Whales to use Bot Algorithms \n\nA so-called \u201cevil-whale\u201d is really nothing more than a curator \u201cminer\u201d making easy profits due to lack of competition. If all whales were competing as actively as the \u201cevil whale\u201d then things would get far more challenging. Market competition would force the return earned by whales toward some kind of natural equilibrium. \n\nVoting bots would become as prevalent as trading bots on the exchanges. Each whale would attempt to customize / tweak their bot to earn the greatest income by curating the most popular content. Their bot will need to be unique and unpredictable or others will \u201cfront run\u201d them and take all of their rewards.\n\nNo whale that remains passive will be able to maintain the same stake in the system. No selfish whale would ever want to use a down vote because it has a real cost to them and a socialized benefit to everyone else.\n\n## Role of Dolphins and Minnows \nBots need data, minnows generate data. When bots are attempting to identify content to up vote they will take clues from minnows. Good dolphins can even start to earn curation rewards when whale-bots pick up on their usefulness as an early indicator. \n\n
http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg
\n\nIt may appear that minnows have no influence, but they become the butterfly in Africa that triggers a category 5 hurricane. Minnows that consistently pick out winners *before they are winners* will eventually attract a multitude of whale and dolphin bots who follow their every vote.\n\nWhile a minnow vote may not appear to give authors much directly, they can have a massive impact indirectly.\n\n## Risk of Self Fulfilling Prophesy? \n\nMost existing robots (except cheetah) do not look at the content, but instead attempt to guess on what other robots and voters will do. There is some risk that the game could evolve in such a way that content is ignored completely as bots up vote based upon what other bots do.\n\nI think this undesirable outcome is unlikely because a large number of normal users and altruistic whales will bias the final result based upon the quality of the content. If the whale bots win the curation game but lose the quality content game, then all the Steem Power earned from curation will become worthless. \n\nEveryone loses if quality content doesn\u2019t rise to the top. This means that whale bots will develop a minimum quality threshold. \n\nOver time there is financial incentive to write bots that parse content looking for signs of quality including:\n\n- images\n- outbound links to reputable domains \n- headers\n- length \n- reading level \n\nPeople will deploy \u201creverse spam filters\u201d that learn to identify quality content just like email spam filters learn to identify spam. It won\u2019t take long for bots that look at content to become more profitable than bots that ignore it.\n\n## Monstro the Evil Whale \n
http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png
\nWhales earning curation rewards are not a problem if all whales participate in a healthy manner to curate. The influence of any individual whale is minimized when dozens of whales and dolphins are actively competing for curation rewards. \n\nAn evil whale is one who is actively looking to harm the platform. They would start down voting quality content, burning the reputation of users, and up voting garbage content. The *good* whales would have to act selflessly to counteract the behavior of an Evil whale. \n\nWhales that make money from legitimately voting as best they can (even using simplistic bots) are not any more evil than authors that take advantage of human nature to score votes. \n\n## Conclusion\n\nThe existing curation rewards algorithm, once properly understood, will spawn an arms race to build better bots. This means Steem will motivate the development of the decentralized autonomous curator. It will spawn research into advanced artificial intelligence algorithms that are able to predict viral content early. \n\nCuration is a game for whales and dolphins. Minnows are unlikely to earn any significant return on their votes. Minnows should stick to posting and commenting. \n\nPeople will buy Steem Power just for the opportunity to apply their own curation reward algorithm in an attempt to out-earn other Steem Power holders. Algorithm development will advance like ASIC development.\n\nThat\u2019s the theory. What do you think?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 280, + "children_abs_rshares": 0, + "created": "2016-08-15T13:42:42", + "curator_payout_value": { + "amount": "15964", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 816751, + "json_metadata": "{\"tags\":[\"steem\",\"curation\",\"voting\"],\"image\":[\"http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg\",\"http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg\",\"http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T13:42:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 641, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "curation-rewards-and-voting-incentive", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "Curation Rewards and Voting Incentive", + "total_payout_value": { + "amount": "1069612", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T15:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Yes, today's bots are not very sophisticated. Good authors will start a bidding war. I am thinking of starting a bot that upvotes good authors at a price so low no other bots would follow. Ultimately this will result in good authors getting higher salary and unknown authors working on speculation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-15T18:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821205, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "aenor", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t150559446z", + "percent_hbd": 10000, + "permlink": "re-aenor-re-dantheman-curation-rewards-and-voting-incentive-20160815t183752171z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T18:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "You were not blocked, we had a bug in the interface that prevented everyone from seeing comments on this thread. It has been fixed now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:38:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821215, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:38:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nubchai", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t141739303z", + "percent_hbd": 10000, + "permlink": "re-nubchai-re-dantheman-curation-rewards-and-voting-incentive-20160815t183819698z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T19:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 347, + "beneficiaries": [], + "body": "Minnows would keep voting for the same reasons people do on reddit. The more they vote, the more they train the system. Minnows that upvote popular content reward both the author and the curator bots that brought the content to their attention. Everyone wins.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:40:27", + "curator_payout_value": { + "amount": "145", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821249, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:40:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140110288z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-dantheman-curation-rewards-and-voting-incentive-20160815t184026657z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "483", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T18:42:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Clearly I don't upvote everything I see. I also have a huge incentive to see the system grow in value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T18:42:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821281, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:42:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t145643082z", + "percent_hbd": 10000, + "permlink": "re-vi1son-re-dantheman-curation-rewards-and-voting-incentive-20160815t184232530z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T02:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "This is not technically possible in a decentralized system.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:43:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821309, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "dan-bn", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140337224z", + "percent_hbd": 10000, + "permlink": "re-dan-bn-re-dantheman-curation-rewards-and-voting-incentive-20160815t184350552z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T02:29:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "It depends. The whales will manually judge the output of the curation and if they see garbage they will downvote it. This will train the AI.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-15T18:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821405, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "madillorama", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t155605909z", + "percent_hbd": 10000, + "permlink": "re-madillorama-re-dantheman-curation-rewards-and-voting-incentive-20160815t184910800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 345561935572, + "active": "2016-08-16T02:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 86, + "beneficiaries": [], + "body": "Good or bad news depending upon your point of view. We were planning on changing it to 24 hours at next hardfork (due to much demand), but delayed. Looks like part of the change escaped review.", + "cashout_time": "2016-08-22T18:59:54", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:59:54", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 821544, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-16T21:07:27", + "last_update": "2016-08-15T18:59:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 345561935572, + "net_votes": 5, + "parent_author": "complexring", + "parent_permlink": "re-complexring-testing-new-payout-reward-time-20160815t182431046z", + "percent_hbd": 10000, + "permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185955242z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", + "title": "", + "total_payout_value": { + "amount": "128", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 345561935572 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T04:19:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 126, + "beneficiaries": [], + "body": "We have gone back and forth on this. In some sense it is a compromise between human and bot curators. Sometimes humans just want to upvote people they *trust* to produce good content but for whom they don't have time to read \"right now\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-15T19:07:33", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 821668, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-15T16:19:36", + "last_update": "2016-08-15T19:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "blueorgy", + "parent_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "percent_hbd": 10000, + "permlink": "re-blueorgy-upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button-20160815t190732717z", + "reward_weight": 10000, + "root_author": "blueorgy", + "root_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "title": "", + "total_payout_value": { + "amount": "151", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 111654521484, + "active": "2016-08-16T00:45:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "always has.", + "cashout_time": "2016-08-22T20:07:36", + "category": "spam", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-15T20:07:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 822682, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T20:07:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 111654521484, + "net_votes": 2, + "parent_author": "thecryptofiend", + "parent_permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185940081z", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-re-complexring-re-complexring-testing-new-payout-reward-time-20160815t200737649z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 111654521484 + }, + { + "abs_rshares": 1097134775516, + "active": "2016-08-16T02:26:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 422, + "beneficiaries": [], + "body": "Great work on the app! We have our hands full with the protocol and steemit.com so are very happy to see you take this space and profit as much as you can from it.\n\nWe cannot endorse your app for security and liability reasons, but are nevertheless happy to see it.", + "cashout_time": "2016-08-22T21:31:00", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-15T21:31:00", + "curator_payout_value": { + "amount": "126", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 824077, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:46:15", + "last_update": "2016-08-15T21:31:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1097134775516, + "net_votes": 22, + "parent_author": "steemapp", + "parent_permlink": "re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t182452267z", + "percent_hbd": 10000, + "permlink": "re-steemapp-re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t213059405z", + "reward_weight": 10000, + "root_author": "steemapp", + "root_permlink": "introducing-steemy-fully-native-ios-android-apps-for-steem", + "title": "", + "total_payout_value": { + "amount": "626", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1097134775516 + }, + { + "abs_rshares": 8066103660582, + "active": "2016-08-16T14:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7195, + "beneficiaries": [], + "body": "I would like to thank arhag and the team for their efforts to correct and enhance the POW system. I would also like to thank @supercomputing for the time and effort he put into discovering and exploiting the vulnerability. He earned every penny for his real work in pulling off the attack.", + "cashout_time": "2016-08-22T22:01:03", + "category": "steem", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-15T22:01:03", + "curator_payout_value": { + "amount": "3489", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 824574, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"supercomputing\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:01:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 8066103660582, + "net_votes": 49, + "parent_author": "arhag", + "parent_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "percent_hbd": 10000, + "permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220104912z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "10741", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 8066103660582 + }, + { + "abs_rshares": 565743242043, + "active": "2016-08-21T15:59:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 164, + "beneficiaries": [], + "body": "A couple of things:\n1. reputation metric isn't currently part of consensus, just a tool for steemit.com\n2. reputation is cheatable at this point in time\n3. we are looking at some of the following options:\n a. no curation rewards for voting on posts above a certain threshold (~$1000)\n b. reduce the target level of voting activity (faster steem power decay)\n c. implement bots that give extra power to those with good reputation by following their votes.\n d. implement bots that grab the most profitable curation rewards from good authors minutes after they post (giving 90% to author) and discouraging others from jumping on the bandwagon simply for rewards.\n\nThere are many options out there and we are looking for things that are simple, scalable, and derived from first principles.", + "cashout_time": "2016-08-22T22:10:09", + "category": "steemit", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-15T22:10:09", + "curator_payout_value": { + "amount": "52", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 824695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-16T22:05:42", + "last_update": "2016-08-15T22:10:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 565743242043, + "net_votes": 7, + "parent_author": "glitterfart", + "parent_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "percent_hbd": 10000, + "permlink": "re-glitterfart-the-flaw-of-the-current-voting-system-and-an-actual-solution-20160815t221008588z", + "reward_weight": 10000, + "root_author": "glitterfart", + "root_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "title": "", + "total_payout_value": { + "amount": "244", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 565743242043 + }, + { + "abs_rshares": 181937964516, + "active": "2016-08-15T22:12:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 21, + "beneficiaries": [], + "body": "Yes, it took effect 10 hours ago.", + "cashout_time": "2016-08-22T22:12:24", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:12:24", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 824724, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:12:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 181937964516, + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220903901z", + "percent_hbd": 10000, + "permlink": "re-djm34-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221224276z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 181937964516 + }, + { + "abs_rshares": 420441663251, + "active": "2016-08-16T09:55:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 103, + "beneficiaries": [], + "body": "He made as much as other top 19 witnesses for 5 or 6 days. The network was never at risk, he just outcompeted the other miners. He still had to produce blocks that followed all of the rules and have good uptime. \n\nSome people attempted to shut him down for a while by using the missing active authority on his accounts to change his block signing key. It was white hat vs white hat ;)", + "cashout_time": "2016-08-22T22:14:15", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-15T22:14:15", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 824765, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:14:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 420441663251, + "net_votes": 8, + "parent_author": "blueorgy", + "parent_permlink": "re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220440744z", + "percent_hbd": 10000, + "permlink": "re-blueorgy-re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221416114z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "153", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 420441663251 + }, + { + "abs_rshares": 134353476777, + "active": "2016-08-15T22:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It did no damage to the blockchain except keep 99% of other miners from competing for a couple of days.", + "cashout_time": "2016-08-22T22:15:03", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:15:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 824782, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T22:15:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 134353476777, + "net_votes": 6, + "parent_author": "jeremyfromwi", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t214827527z", + "percent_hbd": 10000, + "permlink": "re-jeremyfromwi-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221505382z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 134353476777 + }, + { + "abs_rshares": 113974522685, + "active": "2016-08-15T22:16:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Or under exposure depending upon your point of view and love for puns ;)", + "cashout_time": "2016-08-22T22:16:15", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 824807, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T22:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 113974522685, + "net_votes": 2, + "parent_author": "coar", + "parent_permlink": "re-sean-king-hand-20160815t211832328z", + "percent_hbd": 10000, + "permlink": "re-coar-re-sean-king-hand-20160815t221616637z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "hand", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 113974522685 + }, + { + "abs_rshares": 628732423809, + "active": "2016-08-17T06:45:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 181, + "beneficiaries": [], + "body": "I bet if you adjusted that graph for the real inflation rates you would see that poverty has been increasing dramatically.", + "cashout_time": "2016-08-23T14:35:45", + "category": "life", + "children": 18, + "children_abs_rshares": 0, + "created": "2016-08-16T14:35:45", + "curator_payout_value": { + "amount": "80", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 835008, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-17T15:58:24", + "last_update": "2016-08-16T14:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 628732423809, + "net_votes": 13, + "parent_author": "kyriacos", + "parent_permlink": "re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t134226686z", + "percent_hbd": 10000, + "permlink": "re-kyriacos-re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t143546750z", + "reward_weight": 10000, + "root_author": "dragonslayer109", + "root_permlink": "3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist", + "title": "", + "total_payout_value": { + "amount": "268", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 628732423809 + }, + { + "abs_rshares": 1037591754746, + "active": "2016-08-17T04:18:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 348, + "beneficiaries": [], + "body": "I would love to see those posts. Those of us who are in this industry have constant threat of prison for victimless crimes. It would be good to know what we can expect.", + "cashout_time": "2016-08-23T19:34:21", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-16T19:34:21", + "curator_payout_value": { + "amount": "138", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 840002, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-16T19:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1037591754746, + "net_votes": 20, + "parent_author": "charlieshrem", + "parent_permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z", + "percent_hbd": 10000, + "permlink": "re-charlieshrem-re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t193422026z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "516", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1037591754746 + }, + { + "abs_rshares": 9555244489252, + "active": "2016-08-17T18:58:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12506, + "beneficiaries": [], + "body": "May I suggest making this provably fair by using proof of work submissions as your random number source and then publishing the algorithm used by the bot so everyone can know who should win?", + "cashout_time": "2016-08-24T00:14:48", + "category": "steemloto", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-17T00:14:48", + "curator_payout_value": { + "amount": "237", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 844150, + "json_metadata": "{\"tags\":[\"steemloto\"]}", + "last_payout": "2016-08-17T22:55:18", + "last_update": "2016-08-17T00:14:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 9555244489252, + "net_votes": 26, + "parent_author": "heimindanger", + "parent_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "percent_hbd": 10000, + "permlink": "re-heimindanger-introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket-20160817t001448101z", + "reward_weight": 10000, + "root_author": "heimindanger", + "root_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "title": "", + "total_payout_value": { + "amount": "18596", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 9555244489252 + }, + { + "abs_rshares": 1010561580394, + "active": "2016-08-18T13:57:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 296, + "beneficiaries": [], + "body": "Thank you for adding steem. If you had to pick just one steem dollars are better. Either way we appreciate your contributions.", + "cashout_time": "2016-08-25T13:37:18", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-18T13:37:18", + "curator_payout_value": { + "amount": "144", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 870676, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T14:08:00", + "last_update": "2016-08-18T13:37:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1010561580394, + "net_votes": 3, + "parent_author": "teambitwala", + "parent_permlink": "re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t120913468z", + "percent_hbd": 10000, + "permlink": "re-teambitwala-re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t133717993z", + "reward_weight": 10000, + "root_author": "teambitwala", + "root_permlink": "bitwala-is-now-accepting-steem", + "title": "", + "total_payout_value": { + "amount": "438", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1010561580394 + }, + { + "abs_rshares": 0, + "active": "2016-08-18T22:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your subjective perceptions are filtered to a chain of reasoning that may be rational or irrational to arrive at a choice. Whether the choice is rational or not depends upon how you reasoned from your perceptions. \n\nBy your definition nothing is ever irrational.", + "cashout_time": "2016-08-25T19:20:21", + "category": "praxeology", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-18T19:20:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 876073, + "json_metadata": "{\"tags\":[\"praxeology\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-18T19:20:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "geke", + "parent_permlink": "re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t160852124z", + "percent_hbd": 10000, + "permlink": "re-geke-re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t192021460z", + "reward_weight": 10000, + "root_author": "jaredhowe", + "root_permlink": "demonstrated-preference-socialism-and-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 889547997567, + "active": "2016-08-18T21:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 185, + "beneficiaries": [], + "body": "Payouts are far more predictable when you have a lot of followers.", + "cashout_time": "2016-08-25T19:32:33", + "category": "news", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-18T19:32:33", + "curator_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 876303, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-19T19:16:57", + "last_update": "2016-08-18T19:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 889547997567, + "net_votes": 5, + "parent_author": "corintxt", + "parent_permlink": "re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t181132529z", + "percent_hbd": 10000, + "permlink": "re-corintxt-re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t193232942z", + "reward_weight": 10000, + "root_author": "corintxt", + "root_permlink": "my-investigation-into-steemit-for-vice-motherboard", + "title": "", + "total_payout_value": { + "amount": "274", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 889547997567 + }, + { + "abs_rshares": 3747315204322, + "active": "2016-08-19T06:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2345, + "beneficiaries": [], + "body": "Theoretical's statements regarding memory usage being the primary consideration are not fully on point. The primary consideration is the \"attention of the masses\". The overall security of the voting platform depends upon all things that can get voted upon being rewarded.\n\nThere are two fundamental use cases for Steem... content and currency. \n\nExchanges, merchants, etc need the ability to run nodes that are fully up to date on the economic state of the platform without respect to the social media side of the platform.\n\nThe sooner content can be separated from having financial consequences the more efficient the platform becomes for financial applications. It is financial applications that ultimately give the platform value many times that of other social media networks.\n\nPosts that are eligible to receive payout need to keep track of \"votes\" and all other information relevant to the post. Removing the financial rewards associated with a post is sufficient for freeing things from memory. Those that wish to have a meta consensus above the economic consensus can.", + "cashout_time": "2016-08-25T20:33:48", + "category": "theoretical", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-18T20:33:48", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 877314, + "json_metadata": "{\"tags\":[\"theoretical\"]}", + "last_payout": "2016-08-19T19:36:51", + "last_update": "2016-08-18T20:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3747315204322, + "net_votes": 13, + "parent_author": "theoretical", + "parent_permlink": "improving-the-steem-platform-for-long-term-content", + "percent_hbd": 10000, + "permlink": "re-theoretical-improving-the-steem-platform-for-long-term-content-20160818t203347792z", + "reward_weight": 10000, + "root_author": "theoretical", + "root_permlink": "improving-the-steem-platform-for-long-term-content", + "title": "", + "total_payout_value": { + "amount": "3486", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 8922544483421213297, + "vote_rshares": 3747315204322 + }, + { + "abs_rshares": 486607175748, + "active": "2016-08-19T09:23:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 135, + "beneficiaries": [], + "body": "Mutual aid societies were what I was working on when steemit came about. I have a full concept on how they could work and am very interested in implementing them as a Steem sidechain.", + "cashout_time": "2016-08-25T21:50:15", + "category": "politics", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-18T21:50:15", + "curator_payout_value": { + "amount": "63", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 878429, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-19T20:15:30", + "last_update": "2016-08-18T21:50:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 486607175748, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-mutual-aid-societies-the-evolution-to-the-current-state-of-the-art-20160818t215016604z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "title": "", + "total_payout_value": { + "amount": "200", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2000691766369638502, + "vote_rshares": 486607175748 + }, + { + "abs_rshares": 51983308128, + "active": "2016-08-19T14:26:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "If you vote for self, then yes", + "cashout_time": "2016-08-26T10:54:03", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T10:54:03", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 886964, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T11:36:21", + "last_update": "2016-08-19T10:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 51983308128, + "net_votes": 5, + "parent_author": "claudiop63", + "parent_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "percent_hbd": 10000, + "permlink": "re-claudiop63-does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts-20160819t105403924z", + "reward_weight": 10000, + "root_author": "claudiop63", + "root_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 236655165686015630, + "vote_rshares": 51983308128 + }, + { + "abs_rshares": 130253866688843, + "active": "2016-09-07T21:52:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1607681, + "beneficiaries": [], + "body": "
https://cdn.meme.am/instances/63822768.jpg
\n\n\u201cThat\u2019s not fair!\u201d We have all said it, and we have all heard it. Everyone is born with a sense of fairness, but somehow everyone doesn\u2019t agree with what is fair.\n\nThis feeling fairness has a built in bias that tends to favor our own perspective. If we feel we are better off under a certain set of rules, then we are more likely to consider the rules fair. It takes someone with great empathy to see fairness from another person's perspective.\n\nWhat is even more troubling for those who are rational is that \u201crational fairness\u201d can often be perceived as \u201cunfair\u201d by almost everyone. In fact, how we choose to perceive things can change what we think is fair.\n\n## What is fairness?\n\n> *adjective*: in accordance with the rules or standards; legitimate.\n\n> *adverb*: without cheating or trying to achieve unjust advantage.\n\nWhat we learn from these definitions of fairness is that it all depends upon some \u201crules\u201d or \u201cstandards\u201d. If everyone can agree to the rules, then any outcome that adheres to the rules is inherently fair.\n\nAn sufficiently complex set of rules needs to be derived from principles.\n\n> **principle**: a fundamental truth or proposition that serves as the foundation for a system of belief or behavior or for a chain of reasoning.\n\nIf we are to be rational about fairness, then all rules should derive from principles and should never be in contradiction with those principles. A system that is in contradiction with its principles is not in line with the rules or standards and therefore illegitimate and unfair.\n\n## What principles guide voting?\n\nHere are some general principles that people may have:\n\n1. everyone get\u2019s a say\n2. everyone is equal \n3. majority rules\n4. secrecy\n\nWhen it comes to joint ownership of a company or currency, the principles are effectively the same except it is every-share instead of every-person. \n\nA voting system is a means of measuring everyone\u2019s equal say for the purposes of making a decision that is binding on the group. Whenever there are a group of individuals there are two or more different opinions on which way a decision can be made.\n\nUnfortunately the range of available opinions is infinite and more often than not contingent upon other people\u2019s opinions. This means that a perfectly expressive voting system would have everyone submit a smart contract that would take everyone else\u2019s opinion as input and generate an output. A computer would then iterate as many times as necessary to compute a stable opinion.\n\nUnfortunately this process is not guaranteed to reach equilibrium and the *order of computation* can influence the outcome. \n\n
https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif
\n\nIt is possible to express opinions that cancel out mathematically yet cannot be calculated iteratively. In the debate between rabbit season and duck season the result of that vote is \u201cunknown\u201d until someone else changes balance of power.\n\n## Perception of Fairness in Voting\n\nEveryone (or every share) is entitled to an opinion and deserves equal weight. When two people have opposite opinions (rabbit season vs not rabbit season) both opinions are legitimate. How do we decide who wins? Can a decision be made? \n\nUnder this situation we have no outcome that can be rendered. When exactly two people are voting and they disagree the result is \u201cno decision can be made\u201d. In most cases this means status-quo remains unchanged. \n\nThe voting rules can be configured to bias the decision. For example if \u201clast vote wins\u201d then the balance of power is shifted\u2026 who ever moves for change first loses. If first vote wins then it becomes a race to vote. Alternatively the system could be biased to say that in the event of a tie, \u201cduck season\u201d is chosen.\n\nIn other words, the rules of the game can favor certain outcomes over other outcomes. This may be acceptable assuming everyone agrees the bias is \u201cfair\u201d, but I doubt Daffy would think defaulting to \u201cduck season\u201d is fair.\n\nA perfectly fair voting system would bias the outcome in favor of neither Daffy nor Bugs. \n\n## Perceived Unfairness is often a Rejection of Reality \n\nSuppose Daffy always disagrees with Bugs. Bugs could claim this is \u201cunfair\u201d because it means that neither Daffy nor Bugs gets to decide. It is always Bieber Season. \n\nIs it legitimate for someone born without legs to claim that it is \u201cunfair\u201d that other people get to walk around? Is it legitimate for someone born in Africa to claim it is \u201cunfair\u201d that someone else was born in USA? If you were alone on an island, is it \u201cunfair\u201d that you have to do everything for yourself? Fairness has nothing to do with it.\n\nOur much of our situation in life is beyond our control. If you happen to be born into a world with an evil twin who always does the opposite of you and opposes you at every stage is that unfair? To whom is it unfair, twin A or twin B? Depending upon whose perspective you adopt the \u201cother guy\u201d is evil. \n\nIn effect what someone claiming unfairness is saying is, \u201ctheir opinion is unfair, they are not entitled to that opinion\u201d. They are upset because both of them are attempting to steer the car in equal and opposite directions and therefore the car continues straight.\n\n## Fairness is all in Our Head\n\nImagine you were the only living person in the world and everyone else was a robot that was pre-programmed with a certain set of behaviors. Could you claim anything is unfair? That is just the way the world works. There are no \u201cpeople\u201d that are hurting you, the rules are created by nature and beyond the power of you or any of the robots to control. \n\nIt is the attitude of entitlement that is the seed of unfairness. The expectation that you *deserve* something that someone else has. This attitude of entitlement is often rooted in envy, you *want* what the other person has and you feel they *don\u2019t deserve it*. \n\nWhen it comes to negative voting the feeling of unfairness is identical to feeling it is unfair that you were born with an evil twin while everyone else wasn\u2019t. \n\n## Principles Against Negative Voting\n\nIn an effort to look at things from both sides, I attempted to identify any principles of voting that may contradict with the concept of negative voting. What I came up with is the following:\n\n> 1. The only legitimate opinion is one that is derived independently of everyone else\u2019s opinion \n> 2. All votes should be secret\n\nThe theory behind this stance is that it takes work to create an opinion, but costs nothing to destroy an opinion. Furthermore, if all votes are secret then it becomes impossible to express a legitimate opinion that is exactly the opposite of someone else.\n\nI feel both of these principles are fundamentally flawed. For starters, every choice and idea we have in life is influenced by the opinion of others. We are more likely to adopt someone else\u2019s opinion than develop one of our own. Tribe mentality, catch phrases, and memes. It is far easier to copy than to create. In fact, more often than not people are not able to defend their own opinions from first principles, but instead appeal to authority.\n\nWe can conclude from this that affirmative voting would not be fully legitimate independently derived opinion, but the aggregation of other people\u2019s opinion filtered through personal bias. In other words, it is just as biased and derivative as a negative vote.\n\nSecret voting prevents accountability. Accountability is critical in game theory, especially in prisoners dilemma. If people down\u2019t know who is responsible for bad votes, then they don\u2019t know who to shun in the market. Without recourse people will vote in anti-social manner. In other words, the principle of the secret ballot is in direct contradiction with the principles of transparency and accountability. \n\n## Conclusion \n\nI still believe that negative voting is a critical component of an anarchist society and is inherently fair. I also believe that every other system is less expressive and ultimately less able to represent the will of the people (or shares). \n\nThat said, perception often matters more than reality and we must design systems that are perceived to be fair even if they are logically and \u201cobjectively\u201d less fair from the perspective of mathematics, deductive reasoning, and first principles. \n\nPerception is Reality. Change your perception and you change your reality.", + "cashout_time": "2016-08-26T15:09:57", + "category": "philosophy", + "children": 220, + "children_abs_rshares": 0, + "created": "2016-08-19T15:09:57", + "curator_payout_value": { + "amount": "32224", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 890229, + "json_metadata": "{\"tags\":[\"philosophy\",\"voting\",\"fairness\",\"politics\"],\"image\":[\"https://cdn.meme.am/instances/63822768.jpg\",\"https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T15:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 129853324596035, + "net_votes": 487, + "parent_author": "", + "parent_permlink": "philosophy", + "percent_hbd": 10000, + "permlink": "our-corrupt-sense-of-fairness", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "Our Corrupt Sense of Fairness", + "total_payout_value": { + "amount": "2379367", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 130053595642439 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T15:34:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Ok. In 5 min.", + "cashout_time": "2016-08-26T15:27:24", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T15:27:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 890498, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T15:27:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steempower", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152429870z", + "percent_hbd": 10000, + "permlink": "re-steempower-re-dantheman-our-corrupt-sense-of-fairness-20160819t152722949z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 7294027820, + "active": "2016-08-19T19:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I disagree that it would be censorship. People have a right to close their ears and filter what they see and hear. Censorship is when you prevent someone from saying something to people who want to hear it.", + "cashout_time": "2016-08-26T15:37:57", + "category": "philosophy", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-19T15:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 890646, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T15:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7294027820, + "net_votes": 2, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152253512z", + "percent_hbd": 10000, + "permlink": "re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t153757237z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 33576539063008175, + "vote_rshares": 7294027820 + }, + { + "abs_rshares": 1324734095929, + "active": "2016-08-20T07:59:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 501, + "beneficiaries": [], + "body": "I think your characterization of 1% and 99% is exaggerated greatly. We have built a system that systematically transfers value from those who don't work to those who do work. In time it should spread.\n\nAll life starts out as a centralized single cell organism and eventually decentralized through cell division. That is what we are doing. If a system grows too fast it loses identity and dies. Things must grow in controlled manner to maintain structural integrity.", + "cashout_time": "2016-08-26T16:17:39", + "category": "philosophy", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-19T16:17:39", + "curator_payout_value": { + "amount": "235", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 891256, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1324734095929, + "net_votes": 8, + "parent_author": "johnsmith", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t153516568z", + "percent_hbd": 10000, + "permlink": "re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t161739740z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "741", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 4589342940524011613, + "vote_rshares": 1324734095929 + }, + { + "abs_rshares": 1326608810, + "active": "2016-08-19T19:06:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Exactly, negative voting suffers from tragedy of the commons. No one has incentive to do it unless they are willing to be a sacrificial lamb and take a bullet for everyone else. This is why I am not worried about it being abused.", + "cashout_time": "2016-08-26T16:19:18", + "category": "philosophy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-19T16:19:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 891293, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:19:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1326608810, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161402643z", + "percent_hbd": 10000, + "permlink": "re-condra-re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161919220z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 6115874957599692, + "vote_rshares": 1326608810 + }, + { + "abs_rshares": 325660107838, + "active": "2016-08-19T18:48:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "This is why every community needs its own currency and needs to defend its own standards based upon how it votes. \n\nIf we want steem and steemit to change the world toward a more voluntarist society, then we need to actively downvote and remove the profit opportunity from those who support statism. \n\nThis could result in group-think. This could hinder growth. So we have our selfish desire to change the world and maintain our identity as a community fighting with another selfish desire to sell out to the masses to \"get rich\". \n\nThe fallacy is to believe all opinions are equally valuable and that we should dilute our identity by awarding stake to those who oppose our principles. This is not censorship. This is a community with identity and values. \n\nIf we allow those who promote statism to grow via our upvotes, then we are in effect allowing censorship to grow by supporting those people. Censorship is something that only *governments* can do by interfering between the speaker and those who want to listen.\n\nSteem could be corrupted just like propaganda has corrupted the masses. If that happens the voluntarists will have to start over with a new currency because the voters of Steem will implement a government that rejects property rights.", + "cashout_time": "2016-08-26T16:26:24", + "category": "philosophy", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-19T16:26:24", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 891431, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:26:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 325660107838, + "net_votes": 4, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t155231614z", + "percent_hbd": 10000, + "permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "149", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1388775011106171162, + "vote_rshares": 325660107838 + }, + { + "abs_rshares": 25958701935, + "active": "2016-08-19T18:14:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That was not the premise of the article. The premise is one vote per share (SP).", + "cashout_time": "2016-08-26T16:28:18", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T16:28:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 891468, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:28:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 25958701935, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t161247776z", + "percent_hbd": 10000, + "permlink": "re-condra-re-dantheman-our-corrupt-sense-of-fairness-20160819t162817572z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 118941491091426778, + "vote_rshares": 25958701935 + }, + { + "abs_rshares": 50386555419, + "active": "2016-08-19T18:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "You have to move people slowly to a more fair system by first winning in a system they perceive as fair. If you lose under their current paradigm then they will feel your change as an attack rather than the logical outcome of a process they felt was fair.", + "cashout_time": "2016-08-26T16:34:42", + "category": "philosophy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-19T16:34:42", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 891611, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 50386555419, + "net_votes": 5, + "parent_author": "full-measure", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t160520671z", + "percent_hbd": 10000, + "permlink": "re-full-measure-re-dantheman-our-corrupt-sense-of-fairness-20160819t163444435z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 229476342529960219, + "vote_rshares": 50386555419 + }, + { + "abs_rshares": 14904372598, + "active": "2016-08-19T17:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have experienced things that I cannot explain and would fit description of ghost.", + "cashout_time": "2016-08-26T16:56:21", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T16:56:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 891987, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:56:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 14904372598, + "net_votes": 1, + "parent_author": "redredwine", + "parent_permlink": "do-you-believe-in-ghosts", + "percent_hbd": 10000, + "permlink": "re-redredwine-do-you-believe-in-ghosts-20160819t165623069z", + "reward_weight": 10000, + "root_author": "redredwine", + "root_permlink": "do-you-believe-in-ghosts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 68479127117193767, + "vote_rshares": 14904372598 + }, + { + "abs_rshares": 91811429153, + "active": "2016-08-19T18:09:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 28, + "beneficiaries": [], + "body": "This is a legitimate point of view. This article was in response to the vast number of messages arguing fairness.", + "cashout_time": "2016-08-26T18:09:12", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:09:12", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 893179, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:09:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 91811429153, + "net_votes": 2, + "parent_author": "dana-edwards", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t173942359z", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-dantheman-our-corrupt-sense-of-fairness-20160819t180912308z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 413905177682512313, + "vote_rshares": 91811429153 + }, + { + "abs_rshares": 1843760828226, + "active": "2016-08-19T18:14:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 757, + "beneficiaries": [], + "body": "Steem Dollars are working very well, it just takes the market some time to grow up around it. Like a toddler getting its balanced. The market learns from experience more than intelligence. In recent days steem dollar volume has been increasing and it has been trading at 96 to 97% of the dollar. About a credit card processing fee. It will only get better.", + "cashout_time": "2016-08-26T18:14:00", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:14:00", + "curator_payout_value": { + "amount": "371", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 893264, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:14:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1843760828226, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t180747108z", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t181400021z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "1119", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 5820119120402241273, + "vote_rshares": 1843760828226 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "@r4fken statements are easy to take out of context, especially by those doing it on purpose to promote an agenda. \n\nI will probably write another blog post where I clarify my concept of censorship.", + "cashout_time": "2016-08-26T18:17:48", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 893322, + "json_metadata": "{\"tags\":[\"philosophy\"],\"users\":[\"r4fken\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T18:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "percent_hbd": 10000, + "permlink": "re-dantheman-re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t181748143z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 6379605229684, + "active": "2016-08-21T12:32:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 5837, + "beneficiaries": [], + "body": "This kind of thinking is fundamentally flawed. The only way to know if costs < benefit is for *private* individuals to make decisions. If you are spending other people's money you have not factored in the *opportunity costs*.\n\nWhat could 13.5G EUR have been spent on instead if tax money was not spent.\n\nWhat is the impact of the loss of freedom, the centralization of knowledge, and the politics of deciding which experiments to run?", + "cashout_time": "2016-08-26T18:52:30", + "category": "science", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-19T18:52:30", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 893913, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-20T20:05:03", + "last_update": "2016-08-19T18:52:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 6379605229684, + "net_votes": 13, + "parent_author": "lemouth", + "parent_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "percent_hbd": 10000, + "permlink": "re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t185230383z", + "reward_weight": 10000, + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "title": "", + "total_payout_value": { + "amount": "8655", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 5635402523461813199, + "vote_rshares": 6379605229684 + }, + { + "abs_rshares": 3100250071128, + "active": "2016-08-21T11:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1912, + "beneficiaries": [], + "body": "I am very much an austrian economist and anarcho capitalist with full support for voluntarism. I am also dealing with the limits of game theory.\n\nI don't like down votes, I would prefer for the whole system to be positive. A downvote is really a more efficient way of saying \"upvote everything else but X\". \n\nAbsent downvotes, all manner of abuses are possible. So while I agree with your desire for an \"upvote\" only system, it is like asking for \"world peace\".", + "cashout_time": "2016-08-26T19:16:00", + "category": "philosophy", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T19:16:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 894289, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-20T18:32:54", + "last_update": "2016-08-19T19:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3100250071128, + "net_votes": 7, + "parent_author": "dwinblood", + "parent_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "percent_hbd": 10000, + "permlink": "re-dwinblood-opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness-20160819t191602427z", + "reward_weight": 10000, + "root_author": "dwinblood", + "root_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "title": "", + "total_payout_value": { + "amount": "2834", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 8054578226638781699, + "vote_rshares": 3100250071128 + }, + { + "abs_rshares": 196428008209067, + "active": "2016-08-21T10:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1583225, + "beneficiaries": [], + "body": "
https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg
\nSeveral months ago I discovered a [nifty little scripting language called WREN](https://github.com/munificent/wren) in my pursuit of high-performance deterministic scripting engines that could be leveraged for smart contracts. \n\n## Wren is a small, fast, class-based scripting language\n\nHere are some of the highlights from their github repo.\n\n * **Wren is small.** The VM implementation is under 4,000 semicolons. You can skim the whole thing in an afternoon. It's *small*, but not *dense*.\n * **Wren is fast.** A fast single-pass compiler to tight bytecode, and a compact object representation help [Wren compete with other dynamic languages.](http://wren.io/performance.html)\n* **Wren is class-based.** There are lots of scripting languages out there, but many have unusual or non-existent object models. Wren places classes front and center.\n * **Wren is a scripting language.** Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.\n\n## Requirements for Smart Contract Scripting Language \n\nA blockchain based smart contract scripting language has some very tough requirements:\n\n### Speed is Critical\nI have stated many times that the bottleneck for blockchain performance is the single threaded business logic of applications. Every blockchain transaction has the power to change the environment for the next transaction which makes out-of-order or parallel execution difficult. \n\n### Deterministic Execution \nThe point of smart contracts is to come to an unambiguous consensus on the current state of the application. This requires all machines to arrive at the exact some conclusion. Any deviations could result in an unexpected and undesirable blockchain fork.\n\n### Sandboxing \nCreating a blockchain that is ready and able to run arbitrary code requires that the code is heavily sandboxed. This means that it cannot enter infinite loops nor allocate an unbounded amount of memory. Not only must execution time be monitored, but it must be deterministically calculated as part of global consensus. In other words, it must count operations, not wall clock time and it must exit with an error at the exact same point on all machines.\n\n## Why WREN is Perfect for a Smart Contract Platform\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Wren\u2019s closest sibling, by far, is Lua. Lua is more dynamic than Wren which makes its job harder.\n\nYou can see some benchmarks of how fast WREN is compared to many other popular languages in this table.\n
https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png
\n\nIt gets this performance by combining the best aspects of scripting and statically typed languages. This allows it to generate very efficient code.\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Other languages have a much more mutable object model, and cannot change that without breaking lots of existing code.\n\nI recently [forked wren to add Sandbox support](https://github.com/bytemaster/wren) and submitted a [pull request](https://github.com/munificent/wren/pull/388). This was relatively trivial to implement because the code base was very clean and easy to understand.\n\n## Comparison to Ethereum and Lisk\n\nIn my opinion there is no comparison. The performance of the Ethereum virtual machine is burdened by poor design decisions. Many of Ethereum's poor decisions are a result of being built and designed by programmers with less language experience and more blockchain experience. In other words, the EVM is designed by blockchain engineers thinking about blockchain problems and as a side effect they built a system that no language engineer would virtual machine designer would ever consider viable.\n\nI have built my own languages and compilers and can testify that designing high performance languages is a skill that most programmers do not have.\n\nWren has been designed by [Bob Nystrom](http://journal.stuffwithstuff.com/) author of the book [Game Programming Patterns](http://gameprogrammingpatterns.com/). Game programming is very demanding and requires high performance scripting that is easily embedded within native C/C++ applications. \n\nFrom what I can tell about Lisk and it's reliance on Javascript, it is not suitable for running untrusted code on a public blockchain in the same way Ethereum is. Lisk is targeting a different market. When I first heard of lisk I was excited because I thought they found a deterministic Javascript interpreter with sandboxing and computation metering; I was wrong. \n\n## Future Work \n\nWren isn't perfect. The language is still in its infancy, but if adopted by a blockchain community it could mature very quickly. There is only one aspect of Wren that I would like to change and that is to convert it to use Integer math. Blockchain's do not require floating point operations. Making this change should be relatively simple.\n\nOnce the Wren VM and compiler is mature, then it is simply a matter of integrating the VM with some C++ APIs for reading and writing blockchain state and generating blockchain operations. This kind of feature is probably best to keep in a sidechain / subchain until all the kinks are worked out.", + "cashout_time": "2016-08-26T21:30:03", + "category": "smartcontracts", + "children": 48, + "children_abs_rshares": 0, + "created": "2016-08-19T21:30:03", + "curator_payout_value": { + "amount": "40124", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 896219, + "json_metadata": "{\"tags\":[\"smartcontracts\",\"ethereum\",\"language\",\"programming\",\"blockchain\"],\"image\":[\"https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg\",\"https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png\"],\"links\":[\"https://github.com/munificent/wren\",\"https://github.com/bytemaster/wren\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:30:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 129307082231667, + "net_votes": 481, + "parent_author": "", + "parent_permlink": "smartcontracts", + "percent_hbd": 10000, + "permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "Could WREN be the future of Smart Contract Scripting Languages?", + "total_payout_value": { + "amount": "2343172", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 162867545220367 + }, + { + "abs_rshares": 1716202033064, + "active": "2016-08-20T01:06:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 694, + "beneficiaries": [], + "body": "I wrote 5 compilers in college in 4 different languages / language paradigms. Then after college I wrote an interpreter that would call c++ code. The interpreted language had C++ like syntax with exceptions, etc. Performance was terrible, but it worked.\n\nThat was all 14 years ago, so I am a tad rusty.", + "cashout_time": "2016-08-26T21:58:42", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T21:58:42", + "curator_payout_value": { + "amount": "330", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 896627, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:58:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1716202033064, + "net_votes": 13, + "parent_author": "daut44", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t214836744z", + "percent_hbd": 10000, + "permlink": "re-daut44-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215841378z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "1026", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 5538352126043052932, + "vote_rshares": 1716202033064 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T15:51:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is true it isn't decidable which means it would have to operate on a calculation limit. With the calculation limit which I already implemented it is impossible to write an infinite loop.\n\n** it can call native code, there is no protection when native code is called and it will count as a single op unless the native code provides a means to provide an alternative weight for the call. **", + "cashout_time": "2016-08-26T22:00:36", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T22:00:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 896649, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T22:01:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "recursive", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215949272z", + "percent_hbd": 10000, + "permlink": "re-recursive-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t220035057z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 207148283032, + "active": "2016-08-19T23:21:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 65, + "beneficiaries": [], + "body": "> \u201cYes, we believe Lisk can host a project of this size, if not greater. The reason for this are twofold, our choice of database system: PostgreSQL, which has many avenues for scalability, and secondly the fact that each sidechain operates autonomously from the mainchain with the minimum of parental dependency.\"\n\nI had to laugh at that quote. No SQL database can complete with graphene for single threaded business logic required by block chains. Not even close. Like 100x difference.", + "cashout_time": "2016-08-26T22:44:18", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T22:44:18", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 897223, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T22:44:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 207148283032, + "net_votes": 12, + "parent_author": "ervin-lemark", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t221051569z", + "percent_hbd": 10000, + "permlink": "re-ervin-lemark-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224417121z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "95", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 908266385050205834, + "vote_rshares": 207148283032 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T23:09:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. The VM and the language. Eth would be much slower than Python.", + "cashout_time": "2016-08-26T23:09:57", + "category": "smartcontracts", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T23:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 897524, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T23:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptobro", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t223902538z", + "percent_hbd": 10000, + "permlink": "re-cryptobro-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t230957992z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T23:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because the code is far more complex and syntax not familiar to most coders. Also no sand box.", + "cashout_time": "2016-08-26T23:11:03", + "category": "smartcontracts", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T23:11:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 897534, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T23:11:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224246496z", + "percent_hbd": 10000, + "permlink": "re-vi1son-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t231102854z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 2780690724868, + "active": "2016-08-21T02:49:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1056, + "beneficiaries": [], + "body": "I never vote my comments with full power. \n\nNever devised rules to increase my control. In fact I do the opposite, devise rules to decentralize control.", + "cashout_time": "2016-08-27T14:04:57", + "category": "philosophy", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-20T14:04:57", + "curator_payout_value": { + "amount": "518", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905669, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-20T14:04:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2780690724868, + "net_votes": 3, + "parent_author": "steemed", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z", + "percent_hbd": 10000, + "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t140455196z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "1562", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 2780690724868 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:08:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Easy to write of the masses. You should review mises on socialisms in ability to do real economic calculation.", + "cashout_time": "2016-08-27T14:09:42", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T14:09:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 905720, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:09:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lemouth", + "parent_permlink": "re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t225406062z", + "percent_hbd": 10000, + "permlink": "re-lemouth-re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160820t140940342z", + "reward_weight": 10000, + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T14:20:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I view people as people and that is why I recognize the mathematical truth is not good enough for user experience.", + "cashout_time": "2016-08-27T14:12:21", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T14:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905763, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "business", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t052813632z", + "percent_hbd": 10000, + "permlink": "re-business-re-dantheman-our-corrupt-sense-of-fairness-20160820t141221416z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T14:22:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem dollar rate varies too.", + "cashout_time": "2016-08-27T14:22:48", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T14:22:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905901, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "herzmeister", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t082655642z", + "percent_hbd": 10000, + "permlink": "re-herzmeister-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142249623z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 97696660, + "active": "2016-08-21T17:10:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You do the math, your numbers are wrong.", + "cashout_time": "2016-08-27T14:27:06", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-20T14:27:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905939, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:27:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 97696660, + "net_votes": 1, + "parent_author": "satoshifpv", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t124100580z", + "percent_hbd": 10000, + "permlink": "re-satoshifpv-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142703532z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 450535317020133, + "vote_rshares": 97696660 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T08:55:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem has a business model. Just like Bitcoin.", + "cashout_time": "2016-08-27T14:33:03", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-20T14:33:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 906024, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:33:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "orly", + "parent_permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t094545776z", + "percent_hbd": 10000, + "permlink": "re-orly-re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t143303227z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 138687111598314, + "active": "2016-09-07T21:54:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2111, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\nBlack swan on Vacha reservoir, Bulgaria by [Kiril Krastev](https://commons.wikimedia.org/wiki/User:Littlegrizmin)
\n\nOver the past couple of weeks, our team has been working through the Steem Dollar mechanics in an effort to secure the economic foundation of Steem against black swan events. It should be obvious to all that if at any point in the future the market cap of Steem fell below the supply of Steem Dollars then the Steem Dollar would break. Long before that happened there would be a *run on the bank*. \n\nWe designed the Steem incentives to always push Steem toward a Steem Dollar supply equal to about 5% of the available market cap. This happens because for every Steem Dollar we create we create about 19 Steem Dollar\u2019s worth of Steem and Steem Power. \n\nThis system works well when the market cap is rising or relatively stable, but there is one edge case which could cause the system to unravel. When the market cap falls and pushes the Steem Dollar ratio to dangerously high levels (20% or more of market cap), then the network must start paying off its \u201cdebt\u201d with \u201cequity\u201d and reducing the Steem Dollar supply. \n\n## Extremely Unlikely but not Impossible\n\nBefore anyone starts worrying, lets look at what would have to happen before these kind of scenarios become a concern. \n\nCurrently **Steem Dollars represent about 1% of market cap** and total about $2.1 million dollars. This is a very safe level. The market cap would have to fall to $10.5 million dollars before Steem Dollars represents 20% or more of the market cap. \n\nEach day the supply of Steem Dollars is increasing so over time the danger zone market cap will rise. \n\n## Reducing Steem Dollar Supply in Down Market\n\nThere is only one way to reduce the Steem Dollar supply and that is by users voluntarily converting their Steem Dollars to STEEM at the price feed via the 7 day conversion. This processes can be incentivized by offering a short-term premium conversion rate that gives each Steem Dollar holder $1.25 worth of STEEM when they convert. This is possible by having the witnesses temporarily adjust the price feed. \n\nIt would be critical that the premium remain temporary and has a pre-planned deadline or else the market would permanently adjust the trading value of Steem Dollars to reflect this new premium conversion rate. \n\nSteem Whales can also buy Steem Dollars on the market by powering down some STEEM and then convert to back to STEEM. This process would not necessarily be profitable for whales and suffers tragedy of the commons. One whale would carry the burden for the benefit of the entire platform.\n\n## Stop Increasing the Supply\n\nOf course it gets difficult to reduce the Steem Dollar supply when the supply keeps growing due to interest and author rewards. The fastest way to dig yourself out of a hole is to stop digging. As it exists today, this isn\u2019t an option for author rewards but it is possible to reduce the interest rate to 0%. \n\n## New Enhancements for Stability \n\nIn the up coming hard fork we will be including changes to the protocol designed to protect all parties in the event persistent price declines and lack of redemption requests allow the Steem Dollar supply to reach unhealthy and unsustainable levels. \n\n### Gradual Shift in Author Rewards \n\nAs the Steem Dollar supply grows from 3% to 5% the percent of author rewards paid in Steem Dollars will go from 50% to 0% and the percent paid as liquid STEEM will go from 0% to 50%. In this way authors are still awarded with liquid assets, but the network gradually slows down the printing presses on Steem Dollars. \n\nAt current levels, this measure wouldn\u2019t take effect unless the market cap fell to $70M and would completely stop issuing new Steem Dollars when the market cap fell to about $40M. \n\n### Gradual Forced Redemption of Steem Dollars for STEEM\n\nAny time the Steem Dollar supply reaches 20% of the market cap, 1% of everyone\u2019s Steem Dollars will be converted to Steem Power at the price feed. This action can be viewed as a partial \u201cbail-in\u201d where everyone is treated equally. This will immediately reduce the Steem Dollar percent of total market cap while preventing immediate dumping of the STEEM which could accelerate the collapse in a positive feedback loop.\n\nSteem Dollar holders that wish to avoid this forced redemption should convert to STEEM and sell on the market. If done via the 7 day conversion process, then the supply should decrease naturally and all Steem Dollar holders can be spared the \u201cbail in\u201d. \n\n## Implications \n\nIt is our belief that having this safety net in place before it becomes an issue will help the entire community know how stake will be allocated in the event of persistent long term declines in price. The existence of this safety net will in turn reduce the likelihood that fear will turn into panic selling that would ultimately precipitate such an event.\n\nIt should be obvious to all that Steem Dollars are not backed by any individual holding dollars in a bank or promising to pay US dollars and that the only thing you are guaranteed is some amount of STEEM. The STEEM cannot be guaranteed to have purchasing power. \n\nUnder the enhanced rules everyone is protected and fairly dealt with in the unfortunate event that the market cap of the platform is unable to sustain the Steem Dollar debt levels.\n\n## Feedback Wanted\nIf anyone has any concerns or has better solutions in mind please let us know.", + "cashout_time": "2016-08-27T16:14:12", + "category": "steem", + "children": 154, + "children_abs_rshares": 0, + "created": "2016-08-20T16:14:12", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 907408, + "json_metadata": "{\"tags\":[\"steem\",\"steemdollar\",\"steemit\",\"hardfork\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:23:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 5104745536638, + "net_votes": 416, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "steem-dollar-stability-enhancements", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "Steem Dollar Stability Enhancements", + "total_payout_value": { + "amount": "3113", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 71895928567476 + }, + { + "abs_rshares": 565503330268, + "active": "2016-08-23T10:30:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 197, + "beneficiaries": [], + "body": "Assume all sbd printing stopped. Assume market cap keeps falling. At some point you must convert to steem forcefully.", + "cashout_time": "2016-08-27T17:02:51", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-20T17:02:51", + "curator_payout_value": { + "amount": "89", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 908059, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:02:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 565503330268, + "net_votes": 11, + "parent_author": "anotherjoe", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t165723731z", + "percent_hbd": 10000, + "permlink": "re-anotherjoe-re-dantheman-steem-dollar-stability-enhancements-20160820t170251032z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "290", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2284894884891452367, + "vote_rshares": 565503330268 + }, + { + "abs_rshares": 2332164718694, + "active": "2016-08-28T18:44:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1085, + "beneficiaries": [], + "body": "This was added to make people more confident. The alternative is to deny reality and pretend this could never happen. The odds are slim, but having insurance is better than denial.", + "cashout_time": "2016-08-27T17:30:24", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-20T17:30:24", + "curator_payout_value": { + "amount": "507", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 908427, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:30:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2332164718694, + "net_votes": 16, + "parent_author": "acassity", + "parent_permlink": "re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t171912167z", + "percent_hbd": 10000, + "permlink": "re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t173023639z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "1599", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 2332164718694 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T18:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Lack of code is a bomb without pressure releaf. It could be a hair cut, that would make things easier on exchange.", + "cashout_time": "2016-08-27T18:02:18", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T18:02:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 908859, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:02:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t174804036z", + "percent_hbd": 10000, + "permlink": "re-pfunk-re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t180216310z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Already exists just not in GUI", + "cashout_time": "2016-08-27T18:28:39", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T18:28:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 909225, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:28:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t162320763z", + "percent_hbd": 10000, + "permlink": "re-clevecross-re-dantheman-steem-dollar-stability-enhancements-20160820t182838834z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T18:32:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Holding steem dollars isn't mandatory.", + "cashout_time": "2016-08-27T18:32:45", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T18:32:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 909278, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:32:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t180527459z", + "percent_hbd": 10000, + "permlink": "re-vi1son-re-dantheman-steem-dollar-stability-enhancements-20160820t183245987z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:51:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "All SP counts as well. Just because it is \"locked up\" doesn't mean it has no value.", + "cashout_time": "2016-08-27T19:34:39", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T19:34:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 910132, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:34:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "furion", + "parent_permlink": "re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193158595z", + "percent_hbd": 10000, + "permlink": "re-furion-re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193440627z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 73764788601, + "active": "2016-08-20T20:40:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "The image was licensed under creative commons: [Wikipedia](https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg)", + "cashout_time": "2016-08-27T19:39:51", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-20T19:39:51", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 910192, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:40:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 73764788601, + "net_votes": 2, + "parent_author": "repholder", + "parent_permlink": "re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t192611068z", + "percent_hbd": 10000, + "permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 318829544490625543, + "vote_rshares": 73764788601 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:43:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree that adjusting the feed is not a good idea. I included it in the post to show that it was the \"best option available\" without a change to the platform.", + "cashout_time": "2016-08-27T19:43:09", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T19:43:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 910231, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:43:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t163734192z", + "percent_hbd": 10000, + "permlink": "re-zer0sum-re-dantheman-steem-dollar-stability-enhancements-20160820t194310887z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:45:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I thought I was advertising for them, but changed the image to one with creative commons license.", + "cashout_time": "2016-08-27T19:45:24", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T19:45:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 910258, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:45:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "siren", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t182726554z", + "percent_hbd": 10000, + "permlink": "re-siren-re-dantheman-steem-dollar-stability-enhancements-20160820t194523487z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 19481079150586, + "active": "2016-08-20T23:35:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 45473, + "beneficiaries": [], + "body": "I would like to make a brief statement that due to some legitimate concerns raised and an enhanced alternative solution I have come up with, the *forced conversion* at 20% ***will not be implemented***. A future post will contain [details about an alternative solution](/steemit/@dantheman/steem-dollars-have-limits).", + "cashout_time": "2016-08-27T20:26:54", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T20:26:54", + "curator_payout_value": { + "amount": "417", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 910841, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T22:34:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 19481079150586, + "net_votes": 19, + "parent_author": "dantheman", + "parent_permlink": "steem-dollar-stability-enhancements", + "percent_hbd": 10000, + "permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t202655521z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "67072", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 15304342660996083578, + "vote_rshares": 19481079150586 + }, + { + "abs_rshares": 68635189919, + "active": "2016-08-20T20:30:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 21, + "beneficiaries": [], + "body": "The image already contains attribution in lower right and the URL already defines source (wikipedia).", + "cashout_time": "2016-08-27T20:30:42", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T20:30:42", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 910901, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:30:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 68635189919, + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "percent_hbd": 10000, + "permlink": "re-dantheman-re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t203044311z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 311184395696938546, + "vote_rshares": 68635189919 + }, + { + "abs_rshares": 141106148101288, + "active": "2016-09-09T13:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 533069, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg
\nSafety, security, stability, and sustainability are very important design characteristics that our team is always attempting to maximize. We must balance many variables when creating cryptocurrencies, smart contracts, and economic incentives. In particular it is important to design systems that remain robust and predictable in *all* market conditions.\n\n## Steem Dollars have Limits \n\nThe idea behind a Steem Dollar is that it should ***almost always*** be worth about one US dollar. We have set rules in place to make this statement true 99% of the time by making the Steem Dollar convertible to a dollar worth of STEEM. \n\nAnyone who promises you that any asset will **always** be worth something is either ignorant to some risks or a liar. This is true for bank deposits, gold coins, and crypto currencies. Banks can seize your funds, go bankrupt, have a bail in, or hyper inflate the currency until it is worthless. In other words you are never guaranteed purchasing power.\n\nWhen it comes to the Steem Dollar, their purchasing power depends upon the market demand for STEEM. The Steem Dollar is really nothing more than a smart contract for a variable amount of STEEM depending upon an oracle. If STEEM is worthless than the Steem Dollar will also be worthless.\n\nAs the value of STEEM falls, the amount of STEEM required to represent a U.S. dollar worth of value approaches infinity. If left unchecked, the Steem Dollar could render STEEM worthless and when that happens all Steem Dollars become worthless too. \n\n## Black Swan Events need a Plan \n\nIt isn\u2019t possible to prevent all black swan events, but it is possible to establish a fair set of rules for handling them. It is always best to define the rules before they are necessary so that everyone can take full responsibility for the consequences of their trading decisions. \n\nThere are two major black swan events that the Steem community and traders should have a contingency plan in place for. The first black swan is if the value of STEEM crashes so far that Steem Dollars represent an insurmountable burden on the STEEM price that sets off a chain reaction pushing the value of STEEM toward zero. \n\nThe second major black swan event is when the US dollar hyperinflates and becomes worthless as a day to day currency. In my opinion this is the more likely outcome.\n\n## Price Feed defines Value of Steem Dollar\n\nThe price feed can be viewed as a mathematical function that traders and speculators can trade against for determining the value of the Steem Dollar at any time. Right now we have defined the function to always equal the **approximate marginal price 1 STEEM fetches on the open market**. \n\nThere are two extreme cases, black swans, that must be considered. In one extreme the price goes to 0, in the other extreme the price goes to infinity. It is in the interest of everyone involved that the value of a Steem Dollar never hits either extreme. This can be implemented in objective terms by setting hard limits on the exchange rate range that is allowed.\n\nWe can set a maximum and minimum Steem Dollar price as follows:\n\n**maximum price** = SteemSupply / (10 * SteemDollarSupply)\n**minimum price** = SteemSupply / (10000 * SteemDollarSupply)\n\nWith these rules in place, Steem Dollar holders are protected against US dollar hyperinflation and Steem holders are protected against US dollar \u201chyperdeflation\u201d. The witnesses are trusted to publish a honest price feed relative to dollars at all times, but the blockchain will enforce these hard limits.\n\nIn other words, the market cap of all Steem Dollars will always be between 0.01% and 10% of the Steem market cap. This will become a mathematical reality with the addition of two lines of code to the method that calculates the conversion price. \n\n## Sustainable and Fair\n\nThese rules would make the economic system of Steem sustainable and fair in all circumstances by clarifying the meaning of a Steem Dollar. With the clarified meaning, a Steem Dollar is allowed to have values above or below a U.S. dollar under certain market conditions. All traders can be aware of those conditions and trade accordingly. \n\nBy implementing these rules long before the STEEM / USD price gets near either extreme all market participants have ample opportunity to adjust their positions. \n\n## No Promise of Value \n\nSteemit, Inc cannot and will not promise that the STEEM token, Steem Power, or Steem Dollars will have any value now or in the future. We aim only to create fair rules to approximate the relative subjective value each member of the Steem community brings to the table. Any value these tokens have will at all times be set by the free market through voluntary exchange. \n\n\n## Benefits over Alternative Approaches\n\nIn a prior post I outlined a solution that would covert 1% of Steem Dollars to Steem Power as a means of correcting the imbalance. This solution had the nice property of only exposing 1% of a person\u2019s steem dollars to volatility at a time, but had the down side of making the life of exchanges and smart contracts everywhere very complex. Every smart contract would have to factor in the potential that a liquid asset like Steem Dollars could be partially converted to an illiquid asset such as VESTS. This great complicates things such as *escrow transactions* and *side chains* and exchange deposits. In other words, it had all of the negative properties on 3rd parties that could be associated with negative interest rates.\n\nSome people suggested things like bootstrapping an economy around Steem Dollars or buying them back with Ad revenue. It isn't a matter of finding buyers for Steem Dollars, it is a matter of maintaining a debt ceiling. Simply moving Steem Dollars from person to person does not solve the problem. \n\n## Thanks for Feedback \n\nWe would like to thank everyone for the feedback they have provided and invite additional feedback. We are all in this together, lets make Steem the best platform for everyone involved.", + "cashout_time": "2016-08-27T22:31:15", + "category": "steemit", + "children": 148, + "children_abs_rshares": 0, + "created": "2016-08-20T22:31:15", + "curator_payout_value": { + "amount": "11075", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 912496, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemdollar\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:31:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 73883123456436, + "net_votes": 487, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "steem-dollars-have-limits", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "Steem Dollars have Limits", + "total_payout_value": { + "amount": "785743", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 107494635778862 + }, + { + "abs_rshares": 115417472843, + "active": "2016-08-27T07:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "This is a high priority item on our internal whiteboard.", + "cashout_time": "2016-08-27T22:32:33", + "category": "notifications", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T22:32:33", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 912517, + "json_metadata": "{\"tags\":[\"notifications\"]}", + "last_payout": "2016-08-22T02:27:00", + "last_update": "2016-08-20T22:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 115417472843, + "net_votes": 8, + "parent_author": "stealthtrader", + "parent_permlink": "notifications-on-steemit", + "percent_hbd": 10000, + "permlink": "re-stealthtrader-notifications-on-steemit-20160820t223235383z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "notifications-on-steemit", + "title": "", + "total_payout_value": { + "amount": "57", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 517341581314311048, + "vote_rshares": 115417472843 + }, + { + "abs_rshares": 72116933356, + "active": "2016-08-20T22:44:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29, + "beneficiaries": [], + "body": "a single exchange can suspend trading, but a blockchain is can not suspend transfers without death.", + "cashout_time": "2016-08-27T22:41:48", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T22:41:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 912643, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:41:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 72116933356, + "net_votes": 2, + "parent_author": "venuspcs", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t223939649z", + "percent_hbd": 10000, + "permlink": "re-venuspcs-re-dantheman-steem-dollars-have-limits-20160820t224147869z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 326690670914139440, + "vote_rshares": 72116933356 + }, + { + "abs_rshares": 1576697447465, + "active": "2016-08-21T08:23:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 624, + "beneficiaries": [], + "body": "@ned likes to negate my profits on publishing announcements. I upvote my own posts to discourage people from piling on for curation rewards. It is our method of declining payment for certain posts until the GUI team can give me a checkbox prior to submitting the post.", + "cashout_time": "2016-08-27T22:44:24", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-20T22:44:24", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 912682, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"ned\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:44:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1576697447465, + "net_votes": 8, + "parent_author": "bitcoiner", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224020319z", + "percent_hbd": 10000, + "permlink": "re-bitcoiner-re-dantheman-steem-dollars-have-limits-20160820t224426689z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "918", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1576697447465 + }, + { + "abs_rshares": 19604502447, + "active": "2016-08-22T05:03:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We considered and continue to consider all such currencies. Simplicity is prefered if it can be achieved. In this case.", + "cashout_time": "2016-08-27T22:46:42", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T22:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 912706, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T22:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 19604502447, + "net_votes": 2, + "parent_author": "ekitcho", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224403633z", + "percent_hbd": 10000, + "permlink": "re-ekitcho-re-dantheman-steem-dollars-have-limits-20160820t224641563z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 19604502447 + }, + { + "abs_rshares": 19958374745, + "active": "2016-08-22T18:07:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not often. I cannot even keep up with all the articles that show up in my feed, hot, and trending. Sometimes I glance through new, but I rarely have time to read things there.", + "cashout_time": "2016-08-27T23:01:27", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T23:01:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 912882, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T23:01:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 19958374745, + "net_votes": 1, + "parent_author": "ryno", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t225820356z", + "percent_hbd": 10000, + "permlink": "re-ryno-re-dantheman-steem-dollars-have-limits-20160820t230127406z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 19958374745 + }, + { + "abs_rshares": 21155433983, + "active": "2016-08-20T23:16:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is currently at 1%, the 10% interest rate will not last for ever. Assuming a flat market cap and a supply approaching 10% then we would have to lower interest rates.", + "cashout_time": "2016-08-27T23:02:39", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T23:02:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 912898, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T23:04:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 21155433983, + "net_votes": 2, + "parent_author": "seedragons", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t230051119z", + "percent_hbd": 10000, + "permlink": "re-seedragons-re-dantheman-steem-dollars-have-limits-20160820t230239803z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 21155433983 + }, + { + "abs_rshares": 20010436959, + "active": "2016-08-21T00:15:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. It grows!", + "cashout_time": "2016-08-28T00:15:45", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T00:15:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 913695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T00:15:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 20010436959, + "net_votes": 2, + "parent_author": "skeptic", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t233727602z", + "percent_hbd": 10000, + "permlink": "re-skeptic-re-dantheman-steem-dollars-have-limits-20160821t001545221z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 20010436959 + }, + { + "abs_rshares": 893108024318, + "active": "2016-08-23T13:07:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 313, + "beneficiaries": [], + "body": "To be clear, I like the *idea* of Tau. Like you said it is *incomplete* and you are ultimately relying on an implementation that could still be buggy. At some point I will have to dive into the Tau concepts.\n\nI also think that not all smart contracts require the same level of security.", + "cashout_time": "2016-08-29T14:45:18", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-22T14:45:18", + "curator_payout_value": { + "amount": "146", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 935158, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:41:27", + "last_update": "2016-08-22T14:45:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 893108024318, + "net_votes": 4, + "parent_author": "dana-edwards", + "parent_permlink": "formal-verification-of-smart-contracts-and-wren", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-formal-verification-of-smart-contracts-and-wren-20160822t144519936z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "formal-verification-of-smart-contracts-and-wren", + "title": "", + "total_payout_value": { + "amount": "452", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 893108024318 + }, + { + "abs_rshares": 104396819292, + "active": "2016-08-23T17:12:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 32, + "beneficiaries": [], + "body": "As someone who attempted to defend myself in court I can tell you that the process, forms, and procedures are beyond my ability to process and I spent days studying. \n\nYou also cannot find any lawyer who will argue this case for you because they would likely lose their license.", + "cashout_time": "2016-08-30T01:32:57", + "category": "anarchism", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-23T01:32:57", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 944283, + "json_metadata": "{\"tags\":[\"anarchism\"]}", + "last_payout": "2016-08-24T01:47:09", + "last_update": "2016-08-23T01:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 104396819292, + "net_votes": 4, + "parent_author": "jaredhowe", + "parent_permlink": "defending-yourself-from-a-bureaucratic-attack", + "percent_hbd": 10000, + "permlink": "re-jaredhowe-defending-yourself-from-a-bureaucratic-attack-20160823t013256679z", + "reward_weight": 10000, + "root_author": "jaredhowe", + "root_permlink": "defending-yourself-from-a-bureaucratic-attack", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 469199615041369541, + "vote_rshares": 104396819292 + }, + { + "abs_rshares": 89548346231, + "active": "2016-08-24T15:02:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "And you are leaving out things like:\n\n1. a legitimate bug that would have been difficult to quickly patch with a hardfork \n2. masses of users calling for a \"fair\" relaunch \n3. assumption that instructions were intentionally incorrect \n\nDamned if you do, Damned if you don't.", + "cashout_time": "2016-08-30T17:26:00", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-23T17:26:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 953985, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T17:26:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 89548346231, + "net_votes": 4, + "parent_author": "tie-warutho", + "parent_permlink": "re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171655892z", + "percent_hbd": 10000, + "permlink": "re-tie-warutho-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172559315z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 89548346231 + }, + { + "abs_rshares": 107296529481, + "active": "2016-08-24T15:01:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. Mining was reset due to a easily verifiable bug in the consensus logic caused by integer overflow.", + "cashout_time": "2016-08-30T17:26:42", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-23T17:26:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 953995, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T17:26:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 107296529481, + "net_votes": 6, + "parent_author": "tie-warutho", + "parent_permlink": "re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171436086z", + "percent_hbd": 10000, + "permlink": "re-tie-warutho-re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172644236z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 107296529481 + }, + { + "abs_rshares": 16625556937, + "active": "2016-08-26T14:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Get the supply and market cap right. \n\n**Supply**: 141,388,902 STEEM \n**Market Cap**: $135M", + "cashout_time": "2016-09-02T13:31:42", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-26T13:31:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 997651, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T13:31:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 16625556937, + "net_votes": 2, + "parent_author": "elyaque", + "parent_permlink": "steem-report-august-26", + "percent_hbd": 10000, + "permlink": "re-elyaque-steem-report-august-26-20160826t133142125z", + "reward_weight": 10000, + "root_author": "elyaque", + "root_permlink": "steem-report-august-26", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 76354489496800213, + "vote_rshares": 16625556937 + }, + { + "abs_rshares": 9152588837, + "active": "2016-08-26T13:47:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You answer is only accurate if the passwords are truly \"random\"; however, if you let users pick a 16 character password then a hacker could grab 25% of all accounts with almost no effort. With a little bit of effort they could grab even more accounts. Only users that use a generated password are secure.\n\nThis is why steemit changed to computer-generated random passwords rather than allowing users to simply pick a 16 character password.", + "cashout_time": "2016-09-02T13:37:57", + "category": "security", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-26T13:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 997708, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T13:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 9152588837, + "net_votes": 3, + "parent_author": "neoxian", + "parent_permlink": "re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t113133595z", + "percent_hbd": 10000, + "permlink": "re-neoxian-re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t133759213z", + "reward_weight": 10000, + "root_author": "dennygalindo", + "root_permlink": "question-won-t-brute-force-allow-someone-to-hack-any-password", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 9152588837 + }, + { + "abs_rshares": 215897265, + "active": "2016-08-27T00:27:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Wasn't bitfinex just \"hacked\" because they didn't use the multi-sig service of a 3rd party properly?", + "cashout_time": "2016-09-02T21:25:45", + "category": "bitcoin", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-26T21:25:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1004363, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T21:25:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 215897265, + "net_votes": 2, + "parent_author": "kyriacos", + "parent_permlink": "re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t211911960z", + "percent_hbd": 10000, + "permlink": "re-kyriacos-re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t212547004z", + "reward_weight": 10000, + "root_author": "bitcoindoom", + "root_permlink": "why-bitcoin-will-never-be-as-secure-as-a-bank", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 995596661768132, + "vote_rshares": 215897265 + }, + { + "abs_rshares": 7611982892092, + "active": "2016-08-29T15:00:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9865, + "beneficiaries": [], + "body": "All orders are placed at or above price on coin market cap. These orders are helping to maintain the steem dollar peg. \n\nProceeds of these sales are kept as steem dollars which keeps value in the platform while helping to distribute steem.", + "cashout_time": "2016-09-03T19:05:30", + "category": "steemit", + "children": 37, + "children_abs_rshares": 0, + "created": "2016-08-27T19:05:30", + "curator_payout_value": { + "amount": "496", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1016673, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T21:42:18", + "last_update": "2016-08-27T19:05:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7469112520340, + "net_votes": 44, + "parent_author": "magnebit", + "parent_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "percent_hbd": 10000, + "permlink": "re-magnebit-steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up-20160827t190528970z", + "reward_weight": 10000, + "root_author": "magnebit", + "root_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "title": "", + "total_payout_value": { + "amount": "10742", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 7540547706216 + }, + { + "abs_rshares": 3431726508061, + "active": "2016-08-28T22:35:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2987, + "beneficiaries": [], + "body": "What is the value per user of other crypto currencies? Comparing social network value of steem to currency value is like comparing industry use of gold to monetary value.", + "cashout_time": "2016-09-04T18:48:21", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-28T18:48:21", + "curator_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1030653, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T17:40:57", + "last_update": "2016-08-28T18:48:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3431726508061, + "net_votes": 14, + "parent_author": "dana-edwards", + "parent_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878-20160828t184822022z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "title": "", + "total_payout_value": { + "amount": "2945", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 8518098796625768071, + "vote_rshares": 3431726508061 + }, + { + "abs_rshares": 2321437357337, + "active": "2016-08-31T10:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1353, + "beneficiaries": [], + "body": "People have been sending me spam transfers just to look at their posts. This gives a better outlet to serve a market need. Also, this is the ad model of reddit.", + "cashout_time": "2016-09-05T22:11:27", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-29T22:11:27", + "curator_payout_value": { + "amount": "263", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1047684, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:11:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2321437357337, + "net_votes": 32, + "parent_author": "gringalicious", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t220932441z", + "percent_hbd": 10000, + "permlink": "re-gringalicious-re-steemitblog-introducing-promoted-content-20160829t221126447z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "1271", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 2321437357337 + }, + { + "abs_rshares": 182468188272, + "active": "2016-08-30T02:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 65, + "beneficiaries": [], + "body": "If it really is a good post that just isn't getting enough attention, then this system should certainly help. Should be interesting to watch prices evolve.", + "cashout_time": "2016-09-05T22:16:00", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-29T22:16:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1047739, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 182468188272, + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221254831z", + "percent_hbd": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t221602282z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "61", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 182468188272 + }, + { + "abs_rshares": 2081003233692, + "active": "2016-08-29T23:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1074, + "beneficiaries": [], + "body": "Spending $1M dollars to get influence to boost a single post is not smart. Paying $100 dollars to promote a single post is much more economical. \n\nThe only reason to buy Steem Power is for Long Term continuous promotion and/or speculation. It just isn't a compelling sale to advertisers. Also, think of the minnow author who wants to get discovered, he can pay $100 once on a really good article and build up some followers.", + "cashout_time": "2016-09-05T22:25:27", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-29T22:25:27", + "curator_payout_value": { + "amount": "313", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1047846, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:25:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2081003233692, + "net_votes": 7, + "parent_author": "luminousvisions", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222226287z", + "percent_hbd": 10000, + "permlink": "re-luminousvisions-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222527493z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "1008", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 2081003233692 + }, + { + "abs_rshares": 134230777515, + "active": "2016-08-31T12:52:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "anyone can promote any article at any time. The sum of all promotions determines the rank.\n\nWhen you look at the payout estimate it displays \"Boost Payments\" (should probably be re-worded) so anyone inspecting the payout for a post can know how much paid promotion it got.", + "cashout_time": "2016-09-05T22:27:48", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-29T22:27:48", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1047874, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 134230777515, + "net_votes": 3, + "parent_author": "dahaz159", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221623164z", + "percent_hbd": 10000, + "permlink": "re-dahaz159-re-steemitblog-introducing-promoted-content-20160829t222749743z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 134230777515 + }, + { + "abs_rshares": 141505843192, + "active": "2016-08-30T00:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 47, + "beneficiaries": [], + "body": "It should be instant once the steemd instances at steemit.com have finished their reindex.", + "cashout_time": "2016-09-05T22:32:27", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-29T22:32:27", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1047947, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:32:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 141505843192, + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223004956z", + "percent_hbd": 10000, + "permlink": "re-krnel-re-steemitblog-introducing-promoted-content-20160829t223228265z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 141505843192 + }, + { + "abs_rshares": 135963923479, + "active": "2016-08-30T01:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 44, + "beneficiaries": [], + "body": "From my perspective (as a consumer) I am interested in what people are willing to \"pay to promote\". If they believe in it enough to give up good money, then perhaps I should care as well.", + "cashout_time": "2016-09-05T22:34:36", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-29T22:34:36", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1047972, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:34:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 135963923479, + "net_votes": 3, + "parent_author": "haphazard-hstead", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t222522782z", + "percent_hbd": 10000, + "permlink": "re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t223437303z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 135963923479 + }, + { + "abs_rshares": 1632495143221, + "active": "2016-08-30T05:25:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 793, + "beneficiaries": [], + "body": "You can tell from our git commit history that we have been working on this concept long before the flood of AMP articles today.", + "cashout_time": "2016-09-05T22:36:39", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-29T22:36:39", + "curator_payout_value": { + "amount": "207", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048008, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:36:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1623622190393, + "net_votes": 10, + "parent_author": "ervin-lemark", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221758337z", + "percent_hbd": 10000, + "permlink": "re-ervin-lemark-re-steemitblog-introducing-promoted-content-20160829t223639882z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "745", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1628058666807 + }, + { + "abs_rshares": 148270592813, + "active": "2016-08-30T00:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 51, + "beneficiaries": [], + "body": "Should be up within the hour if nothing goes wrong.", + "cashout_time": "2016-09-05T22:37:21", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T22:37:21", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1048018, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:37:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 148270592813, + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223626455z", + "percent_hbd": 10000, + "permlink": "re-krnel-re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223721778z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "47", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 148270592813 + }, + { + "abs_rshares": 710456890213, + "active": "2016-08-29T23:08:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 296, + "beneficiaries": [], + "body": "It will be back, its removal was unintentional. Popular will be gone and active back.", + "cashout_time": "2016-09-05T22:40:54", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T22:40:54", + "curator_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048068, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:40:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 701583937385, + "net_votes": 4, + "parent_author": "dennygalindo", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223806510z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-steemitblog-introducing-promoted-content-20160829t224054763z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 706020413799 + }, + { + "abs_rshares": 133655046393, + "active": "2016-08-29T23:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "@null was the name of an existing account that has never had an owner. We can change the account in the future, but most people will not need to look at transfer history.", + "cashout_time": "2016-09-05T23:00:06", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-29T23:00:06", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048282, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:00:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 133655046393, + "net_votes": 3, + "parent_author": "streetstyle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t225536333z", + "percent_hbd": 10000, + "permlink": "re-streetstyle-re-steemitblog-introducing-promoted-content-20160829t230004797z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 133655046393 + }, + { + "abs_rshares": 168797237362, + "active": "2016-08-30T00:50:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 60, + "beneficiaries": [], + "body": "I think it will become the patriotic thing to do. If everyone visits the promoted page then everyone benefits. The bigger whale you are, the more incentive you have to consider / review this content *first* before scanning all of the other content no one felt was worth promoting.", + "cashout_time": "2016-09-05T23:07:09", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-29T23:07:09", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048376, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:07:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 168797237362, + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t224939950z", + "percent_hbd": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230708926z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "56", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 168797237362 + }, + { + "abs_rshares": 1075215162959, + "active": "2016-09-01T14:52:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reblogging (resteemit) is already implemented minus a button and a few UI changes, it should be rolled out this week.", + "cashout_time": "2016-09-05T23:16:06", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-29T23:16:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1048482, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T23:16:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1075215162959, + "net_votes": 6, + "parent_author": "condra", + "parent_permlink": "does-steemit-need-a-share-button-and-other-questions", + "percent_hbd": 10000, + "permlink": "re-condra-does-steemit-need-a-share-button-and-other-questions-20160829t231605473z", + "reward_weight": 10000, + "root_author": "condra", + "root_permlink": "does-steemit-need-a-share-button-and-other-questions", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 3908054791456890454, + "vote_rshares": 1075215162959 + }, + { + "abs_rshares": 143156846968, + "active": "2016-08-30T01:46:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 48, + "beneficiaries": [], + "body": "Yes, it will be.", + "cashout_time": "2016-09-05T23:17:27", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T23:17:27", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1048501, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:17:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 143156846968, + "net_votes": 4, + "parent_author": "beanz", + "parent_permlink": "re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231620955z", + "percent_hbd": 10000, + "permlink": "re-beanz-re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231727542z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 143156846968 + }, + { + "abs_rshares": 129932496220, + "active": "2016-08-29T23:26:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "This isn't a problem, this is the free market at work setting a price/value on the ranking on this page.", + "cashout_time": "2016-09-05T23:21:00", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T23:21:00", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1048541, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:21:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 129932496220, + "net_votes": 3, + "parent_author": "cryptos", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230853213z", + "percent_hbd": 10000, + "permlink": "re-cryptos-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232102387z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 129932496220 + }, + { + "abs_rshares": 1093910369126, + "active": "2016-08-29T23:24:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 468, + "beneficiaries": [], + "body": "It will add to the post and push it up the ranking.", + "cashout_time": "2016-09-05T23:22:21", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T23:22:21", + "curator_payout_value": { + "amount": "139", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048559, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1093910369126, + "net_votes": 5, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232111318z", + "percent_hbd": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232222240z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "438", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1093910369126 + }, + { + "abs_rshares": 129939654530, + "active": "2016-08-29T23:56:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "it should be instant, just like everything else.", + "cashout_time": "2016-09-05T23:22:48", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T23:22:48", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048565, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 129939654530, + "net_votes": 3, + "parent_author": "thebluepanda", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232044141z", + "percent_hbd": 10000, + "permlink": "re-thebluepanda-re-steemitblog-introducing-promoted-content-20160829t232247849z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 129939654530 + }, + { + "abs_rshares": 154490170040, + "active": "2016-08-30T21:30:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Author gets more attention thus gets paid indirectly. You can tip author easily via transfer.", + "cashout_time": "2016-09-05T23:43:57", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-29T23:43:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1048841, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T23:43:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 154490170040, + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232856619z", + "percent_hbd": 10000, + "permlink": "re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t234357998z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 154490170040 + }, + { + "abs_rshares": 1074960872216, + "active": "2016-08-30T01:07:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 418, + "beneficiaries": [], + "body": "In a few weeks the SBD, STEEM, and POWER held in @null will be \"removed\" every block.", + "cashout_time": "2016-09-06T00:11:45", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-30T00:11:45", + "curator_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049176, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:11:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1074960872216, + "net_votes": 7, + "parent_author": "knircky", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t000510577z", + "percent_hbd": 10000, + "permlink": "re-knircky-re-steemitblog-introducing-promoted-content-20160830t001144870z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1074960872216 + }, + { + "abs_rshares": 137229400983, + "active": "2016-08-31T18:58:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "People are building tools and who ever can find the best solution for filtering content will win many users. The blockchain is open so there can and will be many experiments on promoting content.", + "cashout_time": "2016-09-06T00:13:57", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-30T00:13:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049210, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:13:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 137229400983, + "net_votes": 3, + "parent_author": "iamwne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234429839z", + "percent_hbd": 10000, + "permlink": "re-iamwne-re-steemitblog-introducing-promoted-content-20160830t001357004z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 137229400983 + }, + { + "abs_rshares": 176095426679, + "active": "2016-08-30T00:14:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Hard to abuse this system. Someone will figure out a way and then we will figure out a counter move.", + "cashout_time": "2016-09-06T00:14:42", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T00:14:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049215, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:14:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 176095426679, + "net_votes": 4, + "parent_author": "condra", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234139739z", + "percent_hbd": 10000, + "permlink": "re-condra-re-steemitblog-introducing-promoted-content-20160830t001443515z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 176095426679 + }, + { + "abs_rshares": 176670728407, + "active": "2016-08-30T00:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "apparently that was an error, you can promote any post until it is archived (after 30 days).", + "cashout_time": "2016-09-06T00:15:15", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T00:15:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049224, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:15:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 176670728407, + "net_votes": 5, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t233358547z", + "percent_hbd": 10000, + "permlink": "re-ausbitbank-re-steemitblog-introducing-promoted-content-20160830t001516613z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 176670728407 + }, + { + "abs_rshares": 1067160758216, + "active": "2016-08-30T13:22:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 379, + "beneficiaries": [], + "body": "perhaps a dividend on Steem Power would work better ;) \n\nIn any case, the reason we cannot just tip authors and use total tips as a ranking is because it would be abused by people tipping themselves via sock puppets.", + "cashout_time": "2016-09-06T00:17:24", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:17:24", + "curator_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1049244, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:17:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1067160758216, + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t235548199z", + "percent_hbd": 10000, + "permlink": "re-stellabelle-re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160830t001726180z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "355", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1067160758216 + }, + { + "abs_rshares": 148600265108, + "active": "2016-08-30T01:41:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Total promotion payments received by the post, not total author rewards. Author does not get the boost payments.", + "cashout_time": "2016-09-06T00:20:54", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:20:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049281, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:20:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 148600265108, + "net_votes": 5, + "parent_author": "bergy", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t001317446z", + "percent_hbd": 10000, + "permlink": "re-bergy-re-steemitblog-introducing-promoted-content-20160830t002055016z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 148600265108 + }, + { + "abs_rshares": 187025650957, + "active": "2016-08-30T17:49:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 20, + "beneficiaries": [], + "body": "I like it and will work with the team to make it happen.", + "cashout_time": "2016-09-06T00:38:21", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:38:21", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1049425, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:51:51", + "last_update": "2016-08-30T00:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 187025650957, + "net_votes": 7, + "parent_author": "alexgr", + "parent_permlink": "can-we-get-a-feed-link-up-there-too", + "percent_hbd": 10000, + "permlink": "re-alexgr-can-we-get-a-feed-link-up-there-too-20160830t003822016z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "can-we-get-a-feed-link-up-there-too", + "title": "", + "total_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 187025650957 + }, + { + "abs_rshares": 137414811428, + "active": "2016-08-30T03:05:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. You get none. It is all burned.", + "cashout_time": "2016-09-06T01:18:51", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-30T01:18:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1049814, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T01:18:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 137414811428, + "net_votes": 4, + "parent_author": "biophil", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t005457057z", + "percent_hbd": 10000, + "permlink": "re-biophil-re-steemitblog-introducing-promoted-content-20160830t011850100z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 137414811428 + }, + { + "abs_rshares": 126248419559, + "active": "2016-08-30T12:42:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is auction style. Look on promotion page for current prices.", + "cashout_time": "2016-09-06T12:42:42", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T12:42:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1055474, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T12:42:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 126248419559, + "net_votes": 3, + "parent_author": "imag1ne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t090848678z", + "percent_hbd": 10000, + "permlink": "re-imag1ne-re-steemitblog-introducing-promoted-content-20160830t124241308z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 126248419559 + }, + { + "abs_rshares": 147589952378818, + "active": "2016-09-02T15:04:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 534059, + "beneficiaries": [], + "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", + "cashout_time": "2016-09-06T20:03:09", + "category": "steemit", + "children": 136, + "children_abs_rshares": 0, + "created": "2016-08-30T20:03:09", + "curator_payout_value": { + "amount": "7228", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1060743, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", + "last_payout": "2016-09-01T00:20:30", + "last_update": "2016-08-30T20:03:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 71965800806174, + "net_votes": 490, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "quick-update-regarding-user-retention", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "quick-update-regarding-user-retention", + "title": "Quick Update Regarding User Retention", + "total_payout_value": { + "amount": "496673", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 109777876592496 + }, + { + "abs_rshares": 1373296860168, + "active": "2016-08-30T22:20:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 537, + "beneficiaries": [], + "body": "Lost my upvote due to tasteless cirlce-jerk image.", + "cashout_time": "2016-09-06T21:11:15", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-30T21:11:15", + "curator_payout_value": { + "amount": "133", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1061693, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T00:27:24", + "last_update": "2016-08-30T21:11:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1373296860168, + "net_votes": 6, + "parent_author": "acassity", + "parent_permlink": "steemit-will-never-be-like-facebook", + "percent_hbd": 10000, + "permlink": "re-acassity-steemit-will-never-be-like-facebook-20160830t211115949z", + "reward_weight": 10000, + "root_author": "acassity", + "root_permlink": "steemit-will-never-be-like-facebook", + "title": "", + "total_payout_value": { + "amount": "499", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1373296860168 + }, + { + "abs_rshares": 1179949355828, + "active": "2016-08-31T16:22:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 531, + "beneficiaries": [], + "body": "I love this kind of analysis, but would like to warn readers and author that \"garbage in\" produces \"garbage out\". More specifically, using the steemit.com reputation algorihtm as a basis for Social Capital is probably flawed.\n\nThe reputation score is almost entirely derived from the same source as lifetime earnings (votes). The primary difference between lifetime earnings and reputation score is the following:\n\n1. concentration of votes in a single post impacts lifetime earnings more than reputation.\n2. all up votes regardless of concentration impact reputation equally\n3. downvotes only hurt reputation if made by someone with a higher rep\n\nA more robust measure of reputation may be to look at the follow graph and utilize pagerank or similar algorithm.", + "cashout_time": "2016-09-07T16:15:27", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-31T16:15:27", + "curator_payout_value": { + "amount": "157", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1072624, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T16:12:51", + "last_update": "2016-08-31T16:15:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1179949355828, + "net_votes": 8, + "parent_author": "deeallen", + "parent_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "percent_hbd": 10000, + "permlink": "re-deeallen-cultural-economic-and-social-forms-of-capital-on-steemit-original-research-20160831t161527002z", + "reward_weight": 10000, + "root_author": "deeallen", + "root_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "title": "", + "total_payout_value": { + "amount": "486", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 4202014786574741276, + "vote_rshares": 1179949355828 + }, + { + "abs_rshares": 710931426192, + "active": "2016-08-31T17:30:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 295, + "beneficiaries": [], + "body": "This \"service\" has the same problem that 99% of suggestions have: sybil attack.\n\nA whale can supercharge their own post at no cost because they money comes back to themselves.\n\nSome significant portion of the supercharged vote would need to be burned to discourage this kind of behavior. \n\nThere are other problems with this proposal that would result in massive abuse.", + "cashout_time": "2016-09-07T17:30:06", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-31T17:30:06", + "curator_payout_value": { + "amount": "84", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1073527, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T09:46:27", + "last_update": "2016-08-31T17:30:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 710931426192, + "net_votes": 5, + "parent_author": "thecryptofiend", + "parent_permlink": "2-killer-steemit-features-i-would-like-to-see", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t173005490z", + "reward_weight": 10000, + "root_author": "thecryptofiend", + "root_permlink": "2-killer-steemit-features-i-would-like-to-see", + "title": "", + "total_payout_value": { + "amount": "269", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2783816805315277088, + "vote_rshares": 710931426192 + }, + { + "abs_rshares": 18097231801, + "active": "2016-08-31T18:39:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Unfortunately your graph only has one dimension: price. When in reality Steem has another dimension: supply. The result is that the downtrend is greatly amplified in terms of price, but less so in terms of market cap.", + "cashout_time": "2016-09-07T17:45:09", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-31T17:45:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1073673, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-31T17:45:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 18097231801, + "net_votes": 3, + "parent_author": "puffin", + "parent_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "percent_hbd": 10000, + "permlink": "re-puffin-eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an-20160831t174511035z", + "reward_weight": 10000, + "root_author": "puffin", + "root_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 83082858431977903, + "vote_rshares": 18097231801 + }, + { + "abs_rshares": 1249837887537, + "active": "2016-09-01T17:15:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 711, + "beneficiaries": [], + "body": "It isn't a question of \"will it work\", the answer is not binary. It will add to the overall ecosystem without taking away from anything. The market will naturally establish a price for the promoted content tab and that price will be based upon the effectiveness of the tab. One thing is certain, the price is greater than 0.", + "cashout_time": "2016-09-07T17:57:09", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-31T17:57:09", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1073816, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T18:27:15", + "last_update": "2016-08-31T17:57:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1249837887537, + "net_votes": 10, + "parent_author": "unrealisback", + "parent_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "percent_hbd": 10000, + "permlink": "re-unrealisback-promoted-posts-will-it-work-if-not-then-what-will-20160831t175709208z", + "reward_weight": 10000, + "root_author": "unrealisback", + "root_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "title": "", + "total_payout_value": { + "amount": "651", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 4391647921120369802, + "vote_rshares": 1249837887537 + }, + { + "abs_rshares": 1230594532961, + "active": "2016-09-01T04:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 741, + "beneficiaries": [], + "body": "So far sounds very similar to [Orange is the New Black](https://en.wikipedia.org/wiki/Orange_Is_the_New_Black).\n\nWriting emails is the most time consuming part, sending doesn't take much time at all. Must suck for slow typers. \n\nI always thought that prisoners should be allowed a computer (without internet connectivity). At least that way they could be \"productive\" in writing, editing, etc without having to resort to pen and paper.", + "cashout_time": "2016-09-07T18:32:03", + "category": "story", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-31T18:32:03", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1074254, + "json_metadata": "{\"tags\":[\"story\"],\"links\":[\"https://en.wikipedia.org/wiki/Orange_Is_the_New_Black\"]}", + "last_payout": "2016-09-01T15:13:27", + "last_update": "2016-08-31T18:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1230594532961, + "net_votes": 14, + "parent_author": "charlieshrem", + "parent_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "percent_hbd": 10000, + "permlink": "re-charlieshrem-a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison-20160831t183205440z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "title": "", + "total_payout_value": { + "amount": "679", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 4339939229659069017, + "vote_rshares": 1230594532961 + }, + { + "abs_rshares": 7946235653, + "active": "2016-08-31T22:16:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sybil!", + "cashout_time": "2016-09-07T21:22:18", + "category": "promoted", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-31T21:22:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1076366, + "json_metadata": "{\"tags\":[\"promoted\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-31T21:22:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7946235653, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t210113218z", + "percent_hbd": 10000, + "permlink": "re-dennygalindo-re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t212216737z", + "reward_weight": 10000, + "root_author": "cryptos", + "root_permlink": "some-thoughts-about-the-new-promoted-posts-feature", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 36572889660131681, + "vote_rshares": 7946235653 + }, + { + "abs_rshares": 288516533116859, + "active": "2016-09-09T21:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2870451, + "beneficiaries": [], + "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", + "cashout_time": "2016-09-08T05:55:24", + "category": "philosophy", + "children": 193, + "children_abs_rshares": 0, + "created": "2016-09-01T05:55:24", + "curator_payout_value": { + "amount": "44497", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1080869, + "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "last_payout": "2016-09-02T19:14:21", + "last_update": "2016-09-01T05:55:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 161992750125375, + "net_votes": 689, + "parent_author": "", + "parent_permlink": "philosophy", + "percent_hbd": 10000, + "permlink": "why-do-we-fight-to-change-the-world", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", + "title": "Why do we fight to change the world?", + "total_payout_value": { + "amount": "2583405", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 225254641621117 + }, + { + "abs_rshares": 0, + "active": "2016-09-01T18:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The picture is Eckhart Tolle.", + "cashout_time": "2016-09-08T18:35:45", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-01T18:35:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1088392, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-01T18:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "the-alien", + "parent_permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t163835944z", + "percent_hbd": 10000, + "permlink": "re-the-alien-re-dantheman-why-do-we-fight-to-change-the-world-20160901t183545328z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 5612333624, + "active": "2016-09-02T13:27:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Don't forget taxes.", + "cashout_time": "2016-09-09T13:20:03", + "category": "steememe", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-02T13:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1098201, + "json_metadata": "{\"tags\":[\"steememe\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-02T13:20:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 5612333624, + "net_votes": 2, + "parent_author": "arcaneinfo", + "parent_permlink": "re-benjojo-is-there-anything-more-contentious-than-price-20160902t121814629z", + "percent_hbd": 10000, + "permlink": "re-arcaneinfo-re-benjojo-is-there-anything-more-contentious-than-price-20160902t132002894z", + "reward_weight": 10000, + "root_author": "benjojo", + "root_permlink": "is-there-anything-more-contentious-than-price", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 25846056331801021, + "vote_rshares": 5612333624 + }, + { + "abs_rshares": 568409589192, + "active": "2016-09-02T16:24:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Unfortunately, the harasser probably has multiple accounts. They would set one up for \"observing\" and one for \"abusing\". \n\nGiven this reality it could be relatively simple to prevent muted individuals from replying to a thread. This would force the abuse to move to different threads or force the abuser to use an alternative interface.\n\nThis is something that we could implement at a blockchain level.", + "cashout_time": "2016-09-09T14:44:18", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-02T14:44:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1099017, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-02T14:44:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 568409589192, + "net_votes": 10, + "parent_author": "dana-edwards", + "parent_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-an-approach-for-dealing-with-harassment-on-steemit-selective-channels-20160902t144417094z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2295176475785681334, + "vote_rshares": 568409589192 + }, + { + "abs_rshares": 3682373064902, + "active": "2016-09-03T19:14:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3110, + "beneficiaries": [], + "body": "I really appriciate your inquisitive mind. Seek and ye shall find. I have an entire series of articles that outline very real solutions to everything you have listed above. \n\nWhat is often overlooked is that the vast majority of real crime comes from side effects of government (drug laws, etc). More money is stolen by government asset forfeitures (not taxes) than all private thefts combined. \n\nConclusion, absent taxes everyone could easily afford to pay for insurance that would completely replace the cost of stolen / damaged property. Insurance companies would have financial incentive to investigate for the sole purpose of preventing fraudulent claims. \n\nInsurance companies would not insure anyone who they suspect of being guilty of theft or property damage until restitution is paid.\n\nThis would be incredibly affordable for the poor and middle class once you remove the huge burden of government and introduce free market competition.\n\nWith respect to murder you must realize that prison is not a deterrent. Loss of social standing and reputation in the economy is a far greater deterrent than prison. If government fails to prevent these things today, the only thing more government will do is increase the rate of violence. \n\nThe end result of government is financial irresponsibility leading to economic collapse. \n\nRequiring perfection from voluntary societies is a double standard when you do not require perfection from statist societies. \n\nIn my humble opinion, governments kill more innocent people every year than all private murders combined.", + "cashout_time": "2016-09-09T18:40:54", + "category": "anarchy", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-09-02T18:40:54", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1101853, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-03T18:11:39", + "last_update": "2016-09-02T18:40:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3682373064902, + "net_votes": 22, + "parent_author": "gavvet", + "parent_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "percent_hbd": 10000, + "permlink": "re-gavvet-a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author-20160902t184056016z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "title": "", + "total_payout_value": { + "amount": "2698", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 3682373064902 + }, + { + "abs_rshares": 76097338822, + "active": "2016-09-10T12:18:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 31, + "beneficiaries": [], + "body": "I gave you an upvote so your images are visible again. We are looking into solutions for dealing with abusive downvoters.", + "cashout_time": "2016-09-09T18:46:33", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-02T18:46:33", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1101923, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T13:25:57", + "last_update": "2016-09-02T18:46:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 76097338822, + "net_votes": 4, + "parent_author": "steemdesign", + "parent_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "percent_hbd": 10000, + "permlink": "re-steemdesign-warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now-20160902t184633283z", + "reward_weight": 10000, + "root_author": "steemdesign", + "root_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "title": "", + "total_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 344385331667639274, + "vote_rshares": 76097338822 + }, + { + "abs_rshares": 2499729742265, + "active": "2016-09-02T20:39:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1786, + "beneficiaries": [], + "body": "This is a backend update, no changes to steemit.com at this time.", + "cashout_time": "2016-09-09T19:44:39", + "category": "steem", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-09-02T19:44:39", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1102554, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T01:16:51", + "last_update": "2016-09-02T19:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2499729742265, + "net_votes": 12, + "parent_author": "steemitblog", + "parent_permlink": "announcing-steem-0-14-0-release-candidate", + "percent_hbd": 10000, + "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t194440142z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "announcing-steem-0-14-0-release-candidate", + "title": "", + "total_payout_value": { + "amount": "1534", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 2499729742265 + }, + { + "abs_rshares": 1011467229579, + "active": "2016-09-02T21:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "We would add a clause to the license that acts like a deadman switch. If such an event happened we would make it unrestricted license.", + "cashout_time": "2016-09-09T21:31:03", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-02T21:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1103822, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T04:06:24", + "last_update": "2016-09-02T21:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1011467229579, + "net_votes": 5, + "parent_author": "tobixen", + "parent_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "percent_hbd": 10000, + "permlink": "re-tobixen-what-if-the-us-govt-really-wanted-to-censor-steem-20160902t213104170z", + "reward_weight": 10000, + "root_author": "tobixen", + "root_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "title": "", + "total_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1011467229579 + }, + { + "abs_rshares": 9532902004427, + "active": "2016-09-05T18:37:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 14783, + "beneficiaries": [], + "body": "This is a very poorly understood change. \n\nLook at it this way, every user gets so much power flowing into their cup. Under current rules most users cups are full and their power goes to waste. \n\nPower voters waste less power because they keep their cups less than full. \n\nNew rules allow normal people to use more of their power by draining their cup faster with each vote. This means they can capture more of their power. \n\nNet effect is the percentage of power used by normal voters increases, while power voters decrease.", + "cashout_time": "2016-09-09T21:56:51", + "category": "steemit", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-09-02T21:56:51", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1104105, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T23:39:33", + "last_update": "2016-09-02T21:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 9532902004427, + "net_votes": 14, + "parent_author": "chitty", + "parent_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "percent_hbd": 10000, + "permlink": "re-chitty-your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards-20160902t215650411z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "title": "", + "total_payout_value": { + "amount": "12697", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 12994330668905439953, + "vote_rshares": 9532902004427 + }, + { + "abs_rshares": 3468864651119, + "active": "2016-09-03T20:51:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3239, + "beneficiaries": [], + "body": "If bob is a bot who spends 4 milliseconds curating you will see the reality of what we are trying to balance.", + "cashout_time": "2016-09-10T02:41:57", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-03T02:41:57", + "curator_payout_value": { + "amount": "1", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 1106527, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T05:11:15", + "last_update": "2016-09-03T02:41:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3468864651119, + "net_votes": 18, + "parent_author": "bobbybillbob", + "parent_permlink": "re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t020254986z", + "percent_hbd": 10000, + "permlink": "re-bobbybillbob-re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t024157858z", + "reward_weight": 10000, + "root_author": "theoretical", + "root_permlink": "learning-to-love-the-voting-power-equilibrium-point-change", + "title": "", + "total_payout_value": { + "amount": "2771", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 8567467939848524093, + "vote_rshares": 3468864651119 + }, + { + "abs_rshares": 559988262, + "active": "2016-09-03T22:26:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The flip side is when a legit answer is given but the questioner doesn't recognize it.", + "cashout_time": "2016-09-10T16:38:42", + "category": "statism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-03T16:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1113029, + "json_metadata": "{\"tags\":[\"statism\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-03T16:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 559988262, + "net_votes": 2, + "parent_author": "matthewmencel", + "parent_permlink": "re-larkenrose-principles-and-predictions-20160903t155842888z", + "percent_hbd": 10000, + "permlink": "re-matthewmencel-re-larkenrose-principles-and-predictions-20160903t163841505z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "principles-and-predictions", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2582128547929399, + "vote_rshares": 559988262 + }, + { + "abs_rshares": 4728679166057, + "active": "2016-09-04T23:26:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 44, + "beneficiaries": [], + "body": "This post is inaccurate, Ned and I are almost always front run and are smarter than to dump at once.", + "cashout_time": "2016-09-11T03:15:27", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-04T03:15:27", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1118646, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T11:59:45", + "last_update": "2016-09-04T03:15:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 4728679166057, + "net_votes": 15, + "parent_author": "leavemealone", + "parent_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "percent_hbd": 10000, + "permlink": "re-leavemealone-ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on-20160904t031526209z", + "reward_weight": 10000, + "root_author": "leavemealone", + "root_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 4728679166057 + }, + { + "abs_rshares": 1936741269503, + "active": "2016-09-07T16:03:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 686, + "beneficiaries": [], + "body": "Straw men, appeal to authority, ambiguous definition of God, subjective interpretation of scripture... Until you get past your own cognitive dissonance your arguments will fall on deaf ears.", + "cashout_time": "2016-09-12T15:49:57", + "category": "religion", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-09-05T15:49:57", + "curator_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1135563, + "json_metadata": "{\"tags\":[\"religion\"]}", + "last_payout": "2016-09-06T22:05:27", + "last_update": "2016-09-05T15:49:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1936741269503, + "net_votes": 8, + "parent_author": "stan", + "parent_permlink": "dissing-god", + "percent_hbd": 10000, + "permlink": "re-stan-dissing-god-20160905t154955986z", + "reward_weight": 10000, + "root_author": "stan", + "root_permlink": "dissing-god", + "title": "", + "total_payout_value": { + "amount": "564", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1936741269503 + }, + { + "abs_rshares": 19235933683, + "active": "2016-09-06T04:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Poverty is no excuse to get a job killing innocent people and provoking terrisom around the world.", + "cashout_time": "2016-09-12T15:56:51", + "category": "holiday", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-05T15:56:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1135633, + "json_metadata": "{\"tags\":[\"holiday\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-05T15:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 19235933683, + "net_votes": 4, + "parent_author": "robles4242", + "parent_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "percent_hbd": 10000, + "permlink": "re-robles4242-labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military-20160905t155650325z", + "reward_weight": 10000, + "root_author": "robles4242", + "root_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 19235933683 + }, + { + "abs_rshares": 117664017258534, + "active": "2016-09-13T15:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1449993, + "beneficiaries": [], + "body": "
https://i.imgflip.com/p1ij6.jpg
**CENSORSHIP**
\n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
\n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
\n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", + "cashout_time": "2016-09-13T18:45:36", + "category": "censorship", + "children": 164, + "children_abs_rshares": 0, + "created": "2016-09-06T18:45:36", + "curator_payout_value": { + "amount": "16427", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1149625, + "json_metadata": "{\"tags\":[\"censorship\",\"steemit\",\"steem\"],\"image\":[\"https://i.imgflip.com/p1ij6.jpg\",\"https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg\",\"http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Linguistic_relativity\",\"/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video\",\"https://en.wikipedia.org/wiki/Banksy\",\"http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T18:45:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 117550898840994, + "net_votes": 506, + "parent_author": "", + "parent_permlink": "censorship", + "percent_hbd": 10000, + "permlink": "censorship-is-impossible-in-a-free-society", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "Censorship is impossible in a Free Society", + "total_payout_value": { + "amount": "1177393", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 117607458049764 + }, + { + "abs_rshares": 37050486928, + "active": "2016-09-07T05:30:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Xeroc, whom I trust, downvoted it and gave his reasons. The post is not in english, uses excessive font size and bold lettering. It is clear to me why it doesn't add value to most readers.", + "cashout_time": "2016-09-13T18:58:15", + "category": "censorship", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-06T18:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1149806, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T18:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 37050486928, + "net_votes": 4, + "parent_author": "future24", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185442778z", + "percent_hbd": 10000, + "permlink": "re-future24-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185815376z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 169297077750250736, + "vote_rshares": 37050486928 + }, + { + "abs_rshares": 51874148305, + "active": "2016-09-07T00:12:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the reply. I noticed that many of your replies to posts look like they could be automated by bots. I would encourage you to be more expressive least you get flagged by others.", + "cashout_time": "2016-09-13T19:01:27", + "category": "censorship", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-06T19:01:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1149849, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:01:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 51874148305, + "net_votes": 5, + "parent_author": "flowergirl", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t184925184z", + "percent_hbd": 10000, + "permlink": "re-flowergirl-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190127748z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 51874148305 + }, + { + "abs_rshares": 304488375, + "active": "2016-09-06T19:02:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is strongly encouraged!", + "cashout_time": "2016-09-13T19:02:12", + "category": "censorship", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-06T19:02:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1149864, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:02:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 304488375, + "net_votes": 2, + "parent_author": "jbaker585", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185321215z", + "percent_hbd": 10000, + "permlink": "re-jbaker585-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190213510z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1404097898889281, + "vote_rshares": 304488375 + }, + { + "abs_rshares": 105624979076, + "active": "2016-09-07T22:41:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 34, + "beneficiaries": [], + "body": "I think the reputation system needs to be refined a bit more, probably based upon follow / mute ratio rather than vote up / down.", + "cashout_time": "2016-09-13T19:03:27", + "category": "censorship", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-09-06T19:03:27", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1149884, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:03:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 105624979076, + "net_votes": 4, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190043761z", + "percent_hbd": 10000, + "permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 474577431386440935, + "vote_rshares": 105624979076 + }, + { + "abs_rshares": 7904919839, + "active": "2016-09-13T15:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The federal reserve has enabled consolidation of the media through mergers. The internet gives us an alternative outlet. I don't watch 90% of the media and neither does anyone else with half a brain. Complaining about them is pointless, and technically isn't censorship.", + "cashout_time": "2016-09-13T19:05:45", + "category": "censorship", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T19:05:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1149921, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:05:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7904919839, + "net_votes": 2, + "parent_author": "cherryleaf", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185443378z", + "percent_hbd": 10000, + "permlink": "re-cherryleaf-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190545891z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 7904919839 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T13:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 445, + "beneficiaries": [], + "body": "Run forest run! And that's what he did.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T13:12:00", + "curator_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50233, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T13:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kaylinart", + "parent_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "percent_hbd": 10000, + "permlink": "re-kaylinart-how-i-ran-1-mile-a-day-for-11-years-straight-20160702t131201230z", + "reward_weight": 10000, + "root_author": "kaylinart", + "root_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "title": "", + "total_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 7571786026, + "active": "2016-09-07T00:47:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "perhaps you do not remember the early days of spam bots flooding the comment section. If you don't hide it, then vandals will comment with porn and abusive content in the threads of the most popular discussions.", + "cashout_time": "2016-09-13T19:31:03", + "category": "censorship", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-06T19:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1150237, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7571786026, + "net_votes": 2, + "parent_author": "jrcornel", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192644729z", + "percent_hbd": 10000, + "permlink": "re-jrcornel-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193102449z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 34852725405829106, + "vote_rshares": 7571786026 + }, + { + "abs_rshares": 63918043, + "active": "2016-09-06T22:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your argument is the same as the blacks wanting affirmative action that enforces discrimination by law.", + "cashout_time": "2016-09-13T19:59:18", + "category": "censorship", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-06T19:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 1150590, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:59:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 63918043, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193812148z", + "percent_hbd": 10000, + "permlink": "re-heretickitten-re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t195920319z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 294765235024098, + "vote_rshares": 63918043 + }, + { + "abs_rshares": 122144790195, + "active": "2016-09-06T20:20:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "What you are talking about is peer pressure and shunning. These are social norms that @dana-edwards discusses here: \n\nhttps://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", + "cashout_time": "2016-09-13T20:00:27", + "category": "censorship", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T20:00:27", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1150609, + "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"dana-edwards\"],\"links\":[\"https://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T20:00:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 122144790195, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193448838z", + "percent_hbd": 10000, + "permlink": "re-heretickitten-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t200028669z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 546602266379276152, + "vote_rshares": 122144790195 + }, + { + "abs_rshares": 369976892748, + "active": "2016-09-07T04:01:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 125, + "beneficiaries": [], + "body": "The more stuff you have, the more it costs to maintain it. If you buy a \"dream house\" and a \"dream car\" all of a sudden you are trapped into paying property taxes. \n\nAt todays interest rates and risk profiles there is no amount of money that is easily attainable by the middle class that can earn passive income sufficient to maintain their standard of living indefinitely. \n\nAt 1% interest it requires 7.5 million dollars to earn $75,000 per year. That would require the typical middle class individual to save 100% of their income for more than their working life span. Once you factor in minimal cost of living and inflation and taxes, game over. It isn't even remotely possible without taking extreme risks in the market. \n\nSomeone who earns $7.5 million dollars after taking extreme risks in the market will still fall behind unless they continue to take extreme risks. Negative real interest rates are a bitch.", + "cashout_time": "2016-09-13T21:37:54", + "category": "life", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-06T21:37:54", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1151781, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-07T21:27:03", + "last_update": "2016-09-06T21:37:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 369976892748, + "net_votes": 4, + "parent_author": "calaber24p", + "parent_permlink": "how-much-money-is-enough", + "percent_hbd": 10000, + "permlink": "re-calaber24p-how-much-money-is-enough-20160906t213756001z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "how-much-money-is-enough", + "title": "", + "total_payout_value": { + "amount": "101", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 735490637698427510, + "vote_rshares": 369976892748 + }, + { + "abs_rshares": 221177203, + "active": "2016-09-06T22:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should probably tag this NSFW.", + "cashout_time": "2016-09-13T21:41:09", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T21:41:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1151822, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T21:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 221177203, + "net_votes": 1, + "parent_author": "kamil5", + "parent_permlink": "ended-the-crazy-burning-man-festival-2016", + "percent_hbd": 10000, + "permlink": "re-kamil5-ended-the-crazy-burning-man-festival-2016-20160906t214109290z", + "reward_weight": 10000, + "root_author": "kamil5", + "root_permlink": "ended-the-crazy-burning-man-festival-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1019943417611894, + "vote_rshares": 221177203 + }, + { + "abs_rshares": 79516346523387, + "active": "2016-09-10T19:42:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 749496, + "beneficiaries": [], + "body": "
http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761
\n\nVoluntary censorship is the heart and soul of a free society. My definition of a free society is one that is not governed by initiation of violence and where all relationships and business transactions are voluntary. This means self-censorship and discrimination of all kinds are the very foundation of a functioning free society. \n\nI know this *sounds* controversial to those who are deathly afraid of racism, bigotry, and general social pressure. Please suspend your judgement until you finish reading this article. I am not racist and will gladly do business with anyone of any race who offers a profitable opportunity. \n\n## Free Market Solutions to Securing Life, Liberty, and Property \n\nIf you follow my blog you will know that I am constantly searching for non-violent alternatives to government. The anarchists among us know how challenging this can be. Most simply accept on faith that \u201cthe market will provide\u201d, but few pursue the question of \u201chow will the market provide?\u201d. Those that do pursue the question of how the market will provide often do so on a purely theoretical basis. \n\nWhat makes me different from the vast majority of armchair anarchists and voluntarists is that I am actively engaged in an entrepreneurial business of bringing viable solutions to the market. Theoretical market structures in a post-government world are of no use to someone attempting to bootstrap a business securing life, liberty, and property in a totalitarian state.\n\nThe only non-violent society that will have staying power is the one that can be born under oppression and through its own strength overthrow that oppression while adhering to its own principles. \n\n## Self Censorship *is* Self Government \nEach individual is responsible for not acting in ways that would violate the non aggression principle. This means that they must censor their desire for revenge. They must hold their punches. They must honor their contracts and avoid fraud, slander, libel, and offensive conduct.\n\n
http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png
\n\nNot only must someone watch what they do, they must watch what they say. **This is because you do not own your reputation!** Contrary to popular belief, you have no right to control what other people *think* about you. Your actions are a major contributor to your reputation, but ultimately how your actions are *interpreted* by others is what defines their opinion of you. Their opinion of you then defines their willingness to do business with you. Furthermore, *perception* matters more than reality because people make their decisions on their *perception* which may have nothing to do with *reality*.\n\n\n## What if Society is Wrong?\n\nSuppose the vast majority of society is against public nudity? Under such a society business owners would discriminate against naked customers. They would do this even if they had nothing against nudity simply because they could lose the business of their other customers.\n\nThose who wanted to enjoy naked living would need to go to businesses that specialize in serving naked customers. \n\nIf nudity was sufficiently taboo, then businesses may ultimately disassociate themselves from anyone known to serve nude customers. This could ultimately make operating a business serving naked customers completely unviable if the business owner wished to maintain the benefits of having a good reputation with the rest of society.\n\nSuppose your moral code sees nothing wrong with naked living. Suppose you wish to enjoy life living in a nudist colony? This society would completely shun you. It would ruin your opportunity to find jobs, make friends, and ultimately you would be forced to *conform* with the prevailing opinion. You would be forced to censor your own body anytime you were in the presence of anyone else. \n\nWhat happened to your freedom? Is your naked body harming others? They seem to think so and ultimately public opinion is the judge of what constitutes \u201caggression\u201d and therefore what behaviors should be shunned. \n\nIf the majority of society has a different opinion on what is \u201cright\u201d and what is \u201cwrong\u201d, then all you can do is keep your behavior out of public spotlight or engage in a discussion and attempt to persuade others to change their opinion. \n\n## Centralized Reputation \n\nAs a society grows larger than a couple hundred people, it becomes impossible for any one individual to have first hand information from which to derive an independent opinion about another individual. Instead people must delegate the process of reputation to others. This is the *birth* of government.\n\nMost people let the government define an individual\u2019s reputation. If the government says someone is \u201cbad\u201d, then they also adopt the same opinion. Laws and courts are nothing more than the process of defining who has a \u201cgood reputation\u201d and who has a \u201cbad reputation\u201d. \n\nOnce you have a \u201cbad reputation\u201d few people are willing to risk their own \u201creputation\u201d defending you. Governments enforce coordinated shunning of those they deem to be bad through the use of prisons. They physically cut off an individuals freedom to do business with others. \n\nThe legitimacy of the entire process depends upon the reputation of the system itself. Control over the reputation system of society is absolute power.\n\n## Decentralized Reputation \n\nThe key to decentralizing power is to decentralize control over reputation. This is achieved in a free market through *voluntary* coordinated shunning. Each business owner gets to influence public policy by setting the price of doing business with them. A business owner who is against nudity can set the price of eating in his establishment as a combination of money *and* behavior (wearing clothes).\n\nThose who wish to partake in the products offered by the market must be willing to pay the price. This means they must conform in order to *earn* the products and services they wish to receive from others.\n\nThe more of society that agrees on certain behavior norms, the more costly it becomes to violate those norms. The most universally demanded behaviors will be against violence, theft, and fraud. The price for violating these norms will be to pay full restitution or be completely outcast from society. A complete outcast becomes a beggar or slave to whomever will care for them and could potentially face death if they are unable to be completely self reliant.\n\nThe more controversial an issue becomes lower the price of not conforming.\n\n## Paradox for Anarchists \n\nAn anarchist is advocating a society that allows free expression without fear of others initiating violence in a systematic way. The only way to achieve such a society is to change public opinion. We all live and die by public opinion.\n\nIt is public opinion that currently enslaves us under governments and under an anarchy that same public opinion will continue to be the source of all power enforcing the non aggression principle. \n\nThis means that without using violence or taxation, a free society could conceivable compel everyone to purchase health insurance. It could conceivably compel a prohibition of drugs and alcohol. It could conceivably self-censor any topic and demand adherence to all kinds of behavior we currently find abhorrent about governments. All of this would be compelled through market forces; it would simply be too expensive to resist. \n\nWhat anarchists know is that it is incredibly difficult to get people to agree on anything. Anything that was sufficiently controversial would be permitted because it requires a near universal acceptance of an opinion before coordinated shunning is effective. Most people are neutral toward anything that doesn\u2019t impact themselves. In fact, most people are willing to \u201clook the other way\u201d if it will make them a buck. \n\nThe difference between a government and a free society is that all social laws must be incredibly simple and general because you would never get any consensus behind anything overly specific. It is the overly specific laws that allow individuals in power to abuse the masses and prevent individuals from making more decentralized judgments. \n\n## Conclusion \n\nThose who complain about censorship motivated by social pressure are simultaneously guilty of applying that kind of censorship through their support of the government required to prevent it. We all wish we could live in a world where everyone shared our opinion and we could do what ever we want, when ever we want, wherever we want. That world is logically impossible. We will always be bound by public opinion. The best we can hope for is to sway that opinion away from accepting initiating violence as necessary toward complete shunning of anyone who initiates violence. \n\nI would go so far to say, that a non-violent society would completely self-censor any suggestion of violence. There very suggestion that violence be initiated against someone is a threat to such a society. Such an individual could not be trusted.\n\nOnce you realize that an anarchist society would self-censor competing ideas, it becomes very clear why a statist society must censor anarchist ideas. A statist society would use violence to enforce their censorship, a voluntarist society would use peer pressure and self-censorship.\n\nCensorship is a shield used to protect the prevailing opinion against anything that would change it. Whether it is used for \u201cgood\u201d or \u201cevil\u201d depends entirely upon the idea being defended.", + "cashout_time": "2016-09-14T16:26:45", + "category": "anarchy", + "children": 95, + "children_abs_rshares": 0, + "created": "2016-09-07T16:26:45", + "curator_payout_value": { + "amount": "6033", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1160508, + "json_metadata": "{\"tags\":[\"anarchy\",\"censorship\"],\"image\":[\"http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761\",\"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:02:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 79516346523387, + "net_votes": 395, + "parent_author": "", + "parent_permlink": "anarchy", + "percent_hbd": 10000, + "permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "total_payout_value": { + "amount": "603344", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 79516346523387 + }, + { + "abs_rshares": 583661641, + "active": "2016-09-07T18:27:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are absolutely right. In this case the nudists are either completely self-sufficient in their own town *or* the rest of society is sufficiently tolerant of the concept that they will still trade with nudiststown. If the rest of society viewed nudism the same way they viewed violence, then they would cut all economic ties with nudist town. \n\nTo properly understand my article you must free yourself from judgements regarding the particular behaviors I used. You must allow for complete freedom of \"public opinion\" which means that public opinion could turn against *anything*.", + "cashout_time": "2016-09-14T16:49:51", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T16:49:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1160797, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T16:49:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 583661641, + "net_votes": 2, + "parent_author": "matthewtiii", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164347718z", + "percent_hbd": 10000, + "permlink": "re-matthewtiii-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164951676z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 583661641 + }, + { + "abs_rshares": 2446916532024, + "active": "2016-09-08T02:05:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1358, + "beneficiaries": [], + "body": "You are absolutely right. I am not advocating we plug our ears. I am merely attempting to describe the nature of the world and society around us. For example, *I* wouldn't prevent someone from making new arguments because *I* value all challenges to my belief system. It is the challenges that help me grow. Over time my views have consistently evolved which means I am always open to new information.\n\nThose whose identity is tied up in their beliefs have a harder time accepting or tolerating different opinions. This aspect of human nature will cause most people to react in a way to censor those promoting ideas that conflict with their core beliefs of right and wrong. \n\nFor example, I suspect you would self-censor anyone threatening or inciting violence on a platform you controlled. Your opinion of that individual would be negatively impacted and you would likely stop doing business with them and encourage others to do the same.", + "cashout_time": "2016-09-14T16:58:15", + "category": "anarchy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-07T16:58:15", + "curator_payout_value": { + "amount": "360", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1160915, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T16:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2446916532024, + "net_votes": 13, + "parent_author": "echoesinthemind", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164733046z", + "percent_hbd": 10000, + "permlink": "re-echoesinthemind-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165815294z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "1092", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 7001431275209135268, + "vote_rshares": 2446916532024 + }, + { + "abs_rshares": 221237701, + "active": "2016-09-07T23:49:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post is about me working through first principles of governance and censorship in a nonviolent society. \n\nThis certainly wasn't intended to be \"the answer\".", + "cashout_time": "2016-09-14T17:00:24", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T17:00:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1160942, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T17:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 221237701, + "net_votes": 1, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165033793z", + "percent_hbd": 10000, + "permlink": "re-clevecross-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170024145z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1020222384537003, + "vote_rshares": 221237701 + }, + { + "abs_rshares": 2397473326138, + "active": "2016-09-07T20:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1320, + "beneficiaries": [], + "body": "I'm going to dive into the need for secret polling of public opinion as a necessary precondition for breaking out of a situation where everyone is censoring just because everyone else is censoring even though no one really agrees with it anymore.", + "cashout_time": "2016-09-14T17:05:18", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T17:05:18", + "curator_payout_value": { + "amount": "350", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1161003, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:05:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2397473326138, + "net_votes": 12, + "parent_author": "samether", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170249214z", + "percent_hbd": 10000, + "permlink": "re-samether-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170518440z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "1062", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 6912975578987023340, + "vote_rshares": 2397473326138 + }, + { + "abs_rshares": 997403045012, + "active": "2016-09-07T21:11:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 567, + "beneficiaries": [], + "body": "You are right. That will change going forward.", + "cashout_time": "2016-09-14T17:24:09", + "category": "anarchy", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-07T17:24:09", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1161219, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 997403045012, + "net_votes": 3, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t171427375z", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t172410067z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "455", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 3681679973369206604, + "vote_rshares": 997403045012 + }, + { + "abs_rshares": 94578964625956, + "active": "2016-09-15T18:18:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 770946, + "beneficiaries": [], + "body": "
http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg
\n\nMy recent article I presented a case that nonviolent censorship and shunning are both fundamental features a non-violent government. I made the case that it is entirely possible for non violent governments to have as much or even more power than their violent alternatives that exist today. Anytime there is sufficient consensus among the masses, social pressure can be much more powerful a motivator than any prison sentence. Sadly, social pressure can be manipulated and abused through propaganda to create negative outcomes.\n\n## Peer pressure usually operates in a pseudo pyramid (@gikitiki)\n\nThis concept is an accurate observation. There are leaders and followers and this is something that will always be true. It is almost clich\u00e9 in movies that some popular \u201cbully\u201d steers the opinion of their lackeys. People latch onto people and follow their opinions in an effort to improve their own social standing. \n\nIt takes some major event to dislodge the followers from a bully. The followers usually find a new leader and will blindly follow that leader. \n\n## People must own themselves (@williambanks) \n\nPeople need to form their own opinions. This is the crux of many similar arguments. In particular, if you don\u2019t take the time to derive your own opinion about someone then you are letting someone else control your thoughts. This is claimed to be the opposite of freedom and anarchy. You are still a slave if someone else draws your conclusions for you.\n\nWe all want people to think for themselves. It is the best defense against some psychopath gaining influence over the masses. It demonstrates that people are taking *personal responsibility*.\n\nWhen you have a system of organized coordinated shunning of people whom you have never met, then you have a system of government that has the potential to be abused. Whoever has the ability to manipulate the consensus algorithm has the power to make arbitrary law. The masses who have bought into the consensus algorithm will follow it off a cliff if they do not think for themselves.\n\n
http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg
\nLike Larken Rose states, the *belief in authority* is the root of all evil. Whether that authority is with a government or a blockchain based consensus algorithm. The moment people feel compelled to comply with an authority they become a tool to the system. \n\n## We need to Separate Ends from Means \n\nAnarchists frequently condemn statists for allowing the ends to justify the means. Statists are willing to tolerate violence so long as the end result is a mostly peaceful society. They have no guiding principle other than the outcome.\n\nWhen I set out to build a free society based upon the principle of nonaggression, the goal was to achieve \u201cgovernance without violence\u201d. When I present my case for how it might work, many anarchists are suddenly concerned about the potential *outcomes* of a society based only on nonviolence and free association (or disassociation). \n\nWithout lifting a finger to hurt someone, society still has the power to condemn a man and any who help him to death by economic shunning. This is an unacceptable outcome to many anarchists. Any system that is capable of coordinating this economic shunning would be perceived as a new threat: the new state.\n\nIn their mind they picture a utopia where there are no rulers or social forces acting on them in ways they do not like. They imagine a world of free thinking individuals who are universally tolerant. This kind of thinking is just as deranged as communists who think that one day everyone will be selfless and work for the common good. \n\n## Is Non Aggression Enough?\n\nIf we are to build a system the bring about a society structured as closely to our ideals as possible, then it may be the case that non-aggression is a necessary but insufficient principle. Imagine we succeeded in creating a world government based upon blockchain technology that had no police, prisons, or guns. Imagine that it had the support of the masses. \n\nNow imagine that the propaganda machine convinced the masses (via blockchain based economic incentives) to voluntarily shun everyone who refused a vaccine. Imagine that anyone who amassed a certain amount of wealth was also shunned if they didn\u2019t give it away to a socially acceptable cause? \n\n## Why there is nothing to Fear! \n\nFortunately we don\u2019t need to fear these potentially undesirable outcomes. Absent the fear of violence, any sufficiently large group of people who share a common belief would have the ability to form their own self-sustaining communities (effectively their own country). The pursuit of freedom and profit will drive people to separate from the herd mentality. \n\nAny kind of sustained shunning would be countered with underground movements where people secretly ignore the official consensus until enough people defect and the official consensus changes. \n\nThe power to shun is also the power to secede from the greater society to form your own smaller community. Free market competition among communities is what will drive all communities toward the most profitable social arrangements. \n\nSome people fear that these communities would eventually \"go to war\" against one another. This would not be the case if all communities had the nonaggression principle as the foundation of their own governance structure. \n\n## Division of Labor and Delegation of Responsibility\nIn order for any nonviolent community to scale beyond a couple dozen individuals, it is necessary for there to be a division of labor when it comes to reputation and policing the community. It is not practical for everyone to derive their own opinion of every other member. People must defer to someone they trust. \n\nThe reason we join societies and accept voluntary forms of governance (such as blockchain based voting), is because these societies and organizations provide us with more value than they take. These organizations may have elected officials that are granted the power to make rules. All that matters is that they do not have the power to use violence and aggression to enforce their rules.\n\nThis is what blockchain technology is all about, defining governance structures that people voluntarily consent to. Some communities have simple rules like immutable censorship free money transmission. Other communities have more complex rules like paying people for subjective work with a prohibition on plagiarism. Still other communities may set their aims on replacing insurance, justice, and other aspects of government with effective non-violent alternatives. \n\nWhat is clear is that for any community to scale, it must embrace division of labor and rely on algorithms to disintermediate reputation and coordinate social punishment.", + "cashout_time": "2016-09-14T21:21:18", + "category": "voluntarism", + "children": 34, + "children_abs_rshares": 0, + "created": "2016-09-07T21:21:18", + "curator_payout_value": { + "amount": "5947", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1164108, + "json_metadata": "{\"tags\":[\"voluntarism\",\"censorship\",\"government\",\"\"],\"image\":[\"http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg\",\"http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg\"]}", + "last_payout": "2016-09-08T23:22:15", + "last_update": "2016-09-07T21:21:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 65756136924334, + "net_votes": 375, + "parent_author": "", + "parent_permlink": "voluntarism", + "percent_hbd": 10000, + "permlink": "scalability-of-individual-responsibility-in-anarchy", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "scalability-of-individual-responsibility-in-anarchy", + "title": "Scalability of Individual Responsibility in Anarchy", + "total_payout_value": { + "amount": "619840", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 80167550775145 + }, + { + "abs_rshares": 117204287, + "active": "2016-09-07T21:26:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "@skeptic If you followed your own principles, then I would create offensive articles and demand you publish them in your paper. When you fail to publish them (because your audience doesn't want to read it), then I will accuse you of censorship (your definition).\n\nIn my mind neither paper is censoring anyone. Your definition of censorship includes filtering of spam, phishing attempts, and fraudulent or inaccurate information.", + "cashout_time": "2016-09-14T21:26:57", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-07T21:26:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 1164170, + "json_metadata": "{\"tags\":[\"anarchy\"],\"users\":[\"skeptic\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T21:26:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 117204287, + "net_votes": 2, + "parent_author": "dan", + "parent_permlink": "re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t191209975z", + "percent_hbd": 10000, + "permlink": "re-dan-re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t212656326z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 540493534617812, + "vote_rshares": 117204287 + }, + { + "abs_rshares": 1815556837162, + "active": "2016-09-08T22:11:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "DPOS is far more secure, even at low market caps. The cost to buy up the majority of the network would raise the market cap quickly.", + "cashout_time": "2016-09-15T19:47:09", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:47:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1176115, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:47:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1815556837162, + "net_votes": 6, + "parent_author": "alexbulkin", + "parent_permlink": "scalability-of-value-in-decentralized-networks", + "percent_hbd": 10000, + "permlink": "re-alexbulkin-scalability-of-value-in-decentralized-networks-20160908t194710667z", + "reward_weight": 10000, + "root_author": "alexbulkin", + "root_permlink": "scalability-of-value-in-decentralized-networks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1815556837162 + }, + { + "abs_rshares": 14518359813, + "active": "2016-09-08T19:57:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are not adding the links.", + "cashout_time": "2016-09-15T19:49:36", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:49:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1176150, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:49:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 14518359813, + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t193128325z", + "percent_hbd": 10000, + "permlink": "re-ash-re-steemitblog-new-advanced-formatting-features-20160908t194936046z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 14518359813 + }, + { + "abs_rshares": 367470048294, + "active": "2016-09-09T04:41:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 138, + "beneficiaries": [], + "body": "Interesting that you suggest this as it was the original design.", + "cashout_time": "2016-09-15T19:57:12", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-09-08T19:57:12", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1176223, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T00:44:06", + "last_update": "2016-09-08T19:57:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 367470048294, + "net_votes": 6, + "parent_author": "calaber24p", + "parent_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "percent_hbd": 10000, + "permlink": "re-calaber24p-revamping-curation-is-the-way-to-increase-steem-power-demand-20160908t195713476z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "title": "", + "total_payout_value": { + "amount": "108", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1552071533560016344, + "vote_rshares": 367470048294 + }, + { + "abs_rshares": 0, + "active": "2016-09-08T20:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for offtopic spam.", + "cashout_time": "2016-09-15T19:59:24", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:59:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1176250, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:59:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t195551031z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-steemitblog-new-advanced-formatting-features-20160908t195925396z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-12T13:49:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I felt this post was overvalued and the preview image may not be appreciated by a large portion of our audience.\n\nThe artwork is nice, you are very talented.", + "cashout_time": "2016-09-16T17:16:24", + "category": "art", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-09-09T17:16:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1186567, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T17:16:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "katecloud", + "parent_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "percent_hbd": 10000, + "permlink": "re-katecloud-a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud-20160909t171623715z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 1691595416962, + "active": "2016-09-09T17:31:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1106, + "beneficiaries": [], + "body": "Please add NSFW tag, there is a large portion of our readers who may not find this image *safe to view at work*.", + "cashout_time": "2016-09-16T17:26:36", + "category": "story", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:26:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1186697, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-10T17:23:30", + "last_update": "2016-09-09T17:26:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1691595416962, + "net_votes": 2, + "parent_author": "serejandmyself", + "parent_permlink": "the-one-who-haunts-me-an-original-poem", + "percent_hbd": 10000, + "permlink": "re-serejandmyself-the-one-who-haunts-me-an-original-poem-20160909t172636154z", + "reward_weight": 10000, + "root_author": "serejandmyself", + "root_permlink": "the-one-who-haunts-me-an-original-poem", + "title": "", + "total_payout_value": { + "amount": "858", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 5482544953909247294, + "vote_rshares": 1691595416962 + }, + { + "abs_rshares": 11284350420, + "active": "2016-09-09T18:01:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Insurance companies don't want us healthy, they get their money one way or another. They are a middle man between people and their doctors that takes the majority of the profits.\n\nIf people were healthy then they may opt to go without insurance or only get catastrophic insurance.", + "cashout_time": "2016-09-16T17:33:48", + "category": "marijuana", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:33:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1186769, + "json_metadata": "{\"tags\":[\"marijuana\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T17:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 11284350420, + "net_votes": 5, + "parent_author": "jennane", + "parent_permlink": "how-weed-saved-my-husband", + "percent_hbd": 10000, + "permlink": "re-jennane-how-weed-saved-my-husband-20160909t173348662z", + "reward_weight": 10000, + "root_author": "jennane", + "root_permlink": "how-weed-saved-my-husband", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 11284350420 + }, + { + "abs_rshares": 1704190630734, + "active": "2016-09-09T18:03:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1125, + "beneficiaries": [], + "body": "Such a solar flair would take out the entire banking system and stock market as well. My guess is that the cryptocurrency would recover faster than the banking system.", + "cashout_time": "2016-09-16T17:38:42", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1186821, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-09-10T17:15:45", + "last_update": "2016-09-09T17:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 1704190630734, + "net_votes": 4, + "parent_author": "stealthtrader", + "parent_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "percent_hbd": 10000, + "permlink": "re-stealthtrader-could-a-giant-solar-flare-take-out-all-cryptocurrency-20160909t173842408z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "title": "", + "total_payout_value": { + "amount": "873", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 5511170725708821207, + "vote_rshares": 1704190630734 + }, + { + "abs_rshares": 531950080508, + "active": "2016-09-10T07:07:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I cannot speak for other founders, but I can tell you I am firmly committed to finding free market solutions to securing life, liberty, and property. \n\nFounders need to be secure in their own life, liberty, and property in order to make long-term plans without fear of the day to day price movements. This means diversifying my own investments to make sure that regardless of what happens in the economy and/or steemit, I have the financial stability and safety net.\n\nIf 99% of your net worth was tied up in a speculative investment such as Steemit, do you think you would diversify? \n\nDiversification is *risk management* and has nothing to do with confidence and/or belief in any given platform. I believe very strongly in what we are doing here.", + "cashout_time": "2016-09-16T18:44:21", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T18:44:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 1187456, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T18:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 531950080508, + "net_votes": 3, + "parent_author": "littlescribe", + "parent_permlink": "re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t054743393z", + "percent_hbd": 10000, + "permlink": "re-littlescribe-re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t184422489z", + "reward_weight": 10000, + "root_author": "laonie", + "root_permlink": "my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 531950080508 + }, + { + "abs_rshares": 90347178073809, + "active": "2016-09-14T20:21:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 963408, + "beneficiaries": [], + "body": "
\n\nhttp://www.thedigeratilife.com/images/market-emotions-2.jpg\n
\nSome people have suggested that we reduce the power down period to improve market liquidity. I have been thinking about the economics of this and wanted to share my thoughts. \n\n## Power Down Delay Slows Price Discovery \n\nPrice is the balance point between supply and demand at any given point in time. The Power Down restrictions have the impact of holding *Supply* off the market. Much of this *supply* wants to sell at today's price, but cannot. The reason it *wants to sell* is because those doing the selling have earned a *massive* profit in a short period of time. Their costs are next to nothing. They will continue to sell until the price falls low enough that it isn't worth selling. \n\nIf Steem Power were liquid, then the price would fall toward this equilibrium faster in a *race to the exits*. The people that dump first win (in the short term) and the rest lose (in the short term). There will always be a market value and the price will never go to 0 so long as there is at least one person who believes in the *potential value* of the platform. My experience with BitShares and dozens of other cryptocurrency projects is that nothing with any community behind it will fall to 0. Even simple Bitcoin clones that have been around for years and offer relatively little innovation with non-existent development teams (Doge, Peercoin, Namecoin) continue to be traded with $100K+ in daily volume with marketcap in the millions. \n\n## Power Down makes Cashout more Fair \n\nWith a power down system, everyone is forced to \"dollar-cost-average\" their selling over 2 years. This means that whales that might have cashed out $1M dollars at the height of the bubble were only able to cash out $50,000 at the high prices while they have watched their remaining Steem Power fall in value to $200,000. Their average \"cashout\" price will not be the height of the market, but the market average over 2 years. \n\nThis has pros and cons. In some sense it limits the ability of speculators to buy and sell over periods of a couple of months. Anyone speculating over more than a couple of days is paying a very large inflation tax. The loss of this speculative capital impacts the liquidity and potentially the price. We live in a world where traders want the ability to move to the next big thing and having capital tied up in the *last big thing* is a much riskier proposition. \n\n## Author Rewards\n\nAuthor Rewards are also designed to delay cashout by paying in Steem Dollars. You could sell immediately at a loss, or you could \"trust and wait\" and make more. As the price falls, the market value of the immediate author rewards also falls, but this is *OK*. Authors looking for a quick buck need to go elsewhere. Meanwhile, those who stay and work to grow the long-term value of the platform will gain in Steem Power. When the value of the platform finally grows as a result of years of effort they will be the new whales. \n\nYou may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we grow the platform to Bitcoin scale. If we grow to Facebook scale it will be worth $4000. \n\n## Starting a Company\nThose who start a company are paid in shares that are worthless. They cannot be sold on the market until one day in the distant future the company is successful and has an IPO. The present value of the shares isn't what the entrepreneurial employees care about, it is the future value. \n\nLikewise, a farmer who spends millions of dollars on land, equipment, and seeds works day in and day out in the hope that his farm will eventually produce a crop worth enough to justify his time and effort. The farmer is in the red clear up until the day he brings his harvest to market. \n\nDon't join Steemit for the quick buck. Be glad there is someone willing to pay such high prices for a stake in Steem today. Don't fear the fall in market value, look at the incredible amounts people are still earning. Don't look at what you have today, look at what you could have in the future. \n\nSteem is in the early adopter phase, those who work hard and help pull this platform forward will reap what they sow. \n\n\n## Changing the Power Down Period\n\nIf we were to reduce the Power Down period from 2 years to 1 year or even 6 months, this would dramatically increase the net present value of Steem Power while simultaneously increase the amount of liquid Steem on the market in the short term. The end result would be faster price discovery, but no one can say whether the new price will be higher or lower than the old price. \n\nSome people speculate that value that is 2+ years in the future is discounted to near 0 value today (especially in the world of cryptocurrency). This means that longer time horizons have diminishing marginal utility when it comes to encouraging voters to behave in the long-term best interest of the platform.\n\n## Emotional Response \n\nDespite all the logic in the world, humans have irrational feelings with respect to profit and loss. Slow steady growth *feels* much better than *rapid rise* followed by *slow steady decline* even if both curves end up at the same final value (long term growth). I for one prefer a slow steady rise, but that isn't possible until after the *rapid rise* has fully corrected and realigned. This will take time and won't happen until after fear, desperation, panic, and despondency set in.\n\nThose who know about this emotional roller coaster can ride the waves and maximize their profit, but most people give in to their irrational emotional side and buy high and sell low. My preference is to sell high and buy low. \n\nDon't let the market price set your opinion on the value of a platform, instead make rational buy / sell decisions that factor in both short-term trends and long-term value. This applies to any investment you might consider.", + "cashout_time": "2016-09-16T19:39:15", + "category": "steem", + "children": 144, + "children_abs_rshares": 0, + "created": "2016-09-09T19:39:15", + "curator_payout_value": { + "amount": "10473", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 1187989, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http://www.thedigeratilife.com/images/market-emotions-2.jpg\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T19:39:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 90347178073809, + "net_votes": 484, + "parent_author": "", + "parent_permlink": "steem", + "percent_hbd": 10000, + "permlink": "justification-for-104-week-power-down", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "Justification for 104 week Power Down", + "total_payout_value": { + "amount": "738932", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 90347178073809 + }, + { + "abs_rshares": 2427671591250, + "active": "2016-09-10T21:43:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1353, + "beneficiaries": [], + "body": "They aren't \"forced\", it is the terms. They earn influence and have a vested interest in the success of the platform rather than just an immediate payout.\n\nWhy do employers pay their employees in both vesting options and salary?", + "cashout_time": "2016-09-16T20:34:06", + "category": "steem", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-09-09T20:34:06", + "curator_payout_value": { + "amount": "339", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1188606, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T20:34:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 2427671591250, + "net_votes": 15, + "parent_author": "james-show", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t201414796z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-dantheman-justification-for-104-week-power-down-20160909t203406976z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "", + "total_payout_value": { + "amount": "1037", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 6967163132566799440, + "vote_rshares": 2427671591250 + }, + { + "abs_rshares": 916232382, + "active": "2016-09-09T20:49:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "To be clear, we are not suggesting to change this. I was defending the original design. The people calling for a change of this are off base.", + "cashout_time": "2016-09-16T20:49:51", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-09T20:49:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1188793, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T20:49:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 916232382, + "net_votes": 4, + "parent_author": "moonguy", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t200645246z", + "percent_hbd": 10000, + "permlink": "re-moonguy-re-dantheman-justification-for-104-week-power-down-20160909t204951730z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 4224408430750059, + "vote_rshares": 916232382 + }, + { + "abs_rshares": 216628582, + "active": "2016-09-10T19:55:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I read the article and was honestly surprised when I got to the bottom and saw it was written by @larkenrose! \n\nVery well put together.", + "cashout_time": "2016-09-17T13:59:33", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-10T13:59:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1196101, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"larkenrose\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-10T13:59:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 216628582, + "net_votes": 1, + "parent_author": "larkenrose", + "parent_permlink": "supply-and-demand-steemit-style", + "percent_hbd": 10000, + "permlink": "re-larkenrose-supply-and-demand-steemit-style-20160910t135933357z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "supply-and-demand-steemit-style", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 998968901497002, + "vote_rshares": 216628582 + }, + { + "abs_rshares": 474772964723, + "active": "2016-09-11T16:43:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 173, + "beneficiaries": [], + "body": "Sbd doesn't fall at that rate.", + "cashout_time": "2016-09-18T16:27:12", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-11T16:27:12", + "curator_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 1210056, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-12T17:15:45", + "last_update": "2016-09-11T16:27:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 474772964723, + "net_votes": 4, + "parent_author": "jrcornel", + "parent_permlink": "re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162516062z", + "percent_hbd": 10000, + "permlink": "re-jrcornel-re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162714012z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "tuesday-onwards-of-author-rewards-to-be-paid-in-steem", + "title": "", + "total_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1957197704197638108, + "vote_rshares": 474772964723 + }, + { + "abs_rshares": 17565371043, + "active": "2016-09-12T15:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting... looks like they are being rate limited which means we need to increase account registration funds.", + "cashout_time": "2016-09-19T15:13:51", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-12T15:13:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 1220656, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-12T15:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 17565371043, + "net_votes": 2, + "parent_author": "ibringawareness", + "parent_permlink": "re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t145407673z", + "percent_hbd": 10000, + "permlink": "re-ibringawareness-re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t151350711z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 80651806321660369, + "vote_rshares": 17565371043 + }, + { + "abs_rshares": 189962478308, + "active": "2016-09-13T22:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 67, + "beneficiaries": [], + "body": "Your understanding of the change is also lacking. \n\nThere are good reasons for the change, but explaining it and getting community buy in would take longer than a week. We also didn't want to put witnesses in the uncomfortable position of having a controversial change bundled in with so many other obvious and non-contraversial changes.", + "cashout_time": "2016-09-20T15:42:48", + "category": "steem", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-09-13T15:42:48", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 1232880, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T16:47:45", + "last_update": "2016-09-13T15:42:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 189962478308, + "net_votes": 3, + "parent_author": "sigmajin", + "parent_permlink": "re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t153557534z", + "percent_hbd": 10000, + "permlink": "re-sigmajin-re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154250511z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 836329499153497852, + "vote_rshares": 189962478308 + }, + { + "abs_rshares": 7256820794, + "active": "2016-09-13T16:24:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your time wasn't wasted. It provided valuable communication and education for many people.", + "cashout_time": "2016-09-20T15:45:00", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-13T15:45:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1232903, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-13T15:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7256820794, + "net_votes": 3, + "parent_author": "cryptomental", + "parent_permlink": "re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t151836643z", + "percent_hbd": 10000, + "permlink": "re-cryptomental-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154502285z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 33405574427138342, + "vote_rshares": 7256820794 + }, + { + "abs_rshares": 639691073796, + "active": "2016-09-13T20:09:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 202, + "beneficiaries": [], + "body": "The prior month stats were corrupted by a bug that has been fixed. It will be good to see more stats like this going forward.\n\nMaxed out blocks are most likely caused by large posts.", + "cashout_time": "2016-09-20T15:54:39", + "category": "stats", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-13T15:54:39", + "curator_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1233026, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-14T16:25:09", + "last_update": "2016-09-13T15:54:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 639691073796, + "net_votes": 4, + "parent_author": "masteryoda", + "parent_permlink": "steem-blocksize-report-2", + "percent_hbd": 10000, + "permlink": "re-masteryoda-steem-blocksize-report-2-20160913t155438893z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steem-blocksize-report-2", + "title": "", + "total_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 2543319660051594990, + "vote_rshares": 639691073796 + }, + { + "abs_rshares": 28116356804876, + "active": "2016-09-14T02:24:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 81062, + "beneficiaries": [], + "body": "Good job gathering statistics. I would like to point out some extra facts for those concerned about the fall in diversity of miners.\n\n## 50+ Runner Up Witnesses \n\nIn addition to the top 19 witnesses, there are over 50 accounts that produce blocks at least once per day if not many times per hour. Combine this with the top 19 witnesses and the top two miners and you get over 70 unique individuals producing blocks on a daily basis. \n\nTo put this in perspective, there can be at most 144 unique individuals producing blocks on a daily basis with Bitcoin. In any given hour only 6 unique individuals produce and validate Bitcoin blocks, whereas Steem has at least 30+ unique individuals per hour (maybe much more, I didn't actually count). \n\nThe numbers 144 and 6 are assuming all blocks are produced by *different people*, but in reality only 9 unique individuals (pools) confirm blocks each day. In any given hour less than 5 people confirm blocks because some pools get lucky and produce twice in the same hour. Imagine rolling a 9 sided die 6 times, [the probability that a given hour will have the same pool selected twice is 90%](https://lazycackle.com/birthday-problem-calculator.html).\n\n## Purpose of Proof of Work \n\nThe purpose of Proof of Work is to make the blockchain computationally expensive to forge. Regardless of how many unique individuals are mining, we know that a certain number of calculations must be performed for a given proof of work threshold. \n\nSomeone who implements a GPU algorithm is able to perform these calculations more cheaply than someone with a CPU. This increases their profit margins. The market always responds when someone is earning guaranteed oversized profits. Right now the proof of work is rewarding those who did the *programing work* necessary to increase computations. \n\n## Transactions as Proof of Stake \n\nEvery user who uses the blockchain is also participating in directly confirming the current blockchain state. Each transaction includes the block ID of a recent block. A forged chain would be unable to migrate all of the user activity and therefore is easily identifiable by simply looking at the stake-weighted average time since each account last transacted. \n\nSteem is secure, the market for computational power is functioning, things will evolve just as they did with Bitcoin. One day there may even be ASIC miners.", + "cashout_time": "2016-09-20T16:17:30", + "category": "mining", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-13T16:17:30", + "curator_payout_value": { + "amount": "65", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1233288, + "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https://lazycackle.com/birthday-problem-calculator.html\"]}", + "last_payout": "2016-09-14T16:10:27", + "last_update": "2016-09-13T16:27:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 28116356804876, + "net_votes": 6, + "parent_author": "arcange", + "parent_permlink": "the-end-of-steem-cpu-mining-update-2", + "percent_hbd": 10000, + "permlink": "re-arcange-the-end-of-steem-cpu-mining-update-2-20160913t161730780z", + "reward_weight": 10000, + "root_author": "arcange", + "root_permlink": "the-end-of-steem-cpu-mining-update-2", + "title": "", + "total_payout_value": { + "amount": "52446", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 16149255079452405669, + "vote_rshares": 28116356804876 + }, + { + "abs_rshares": 81484241726, + "active": "2016-09-14T19:58:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think this is the power of blockchains, they cut down on the potential for disagreement about the state.", + "cashout_time": "2016-09-21T15:34:36", + "category": "unity", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-14T15:34:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1244183, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-14T15:34:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 81484241726, + "net_votes": 17, + "parent_author": "krnel", + "parent_permlink": "unity-and-knowledge", + "percent_hbd": 10000, + "permlink": "re-krnel-unity-and-knowledge-20160914t153436683z", + "reward_weight": 10000, + "root_author": "krnel", + "root_permlink": "unity-and-knowledge", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 368277534381502362, + "vote_rshares": 81484241726 + }, + { + "abs_rshares": 332249663, + "active": "2016-09-14T22:40:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "So your stance is that I am paranoid with respect to manipulation of the markets. Maybe the problem isn't that I am paranoid, but that people expect a tighter peg than is reasonable for such a young market?", + "cashout_time": "2016-09-21T20:08:42", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-14T20:08:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1246703, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-14T20:08:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 332249663, + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-biophil-sbd-conversion-should-be-cancelable-20160914t164955349z", + "percent_hbd": 10000, + "permlink": "re-james-show-re-biophil-sbd-conversion-should-be-cancelable-20160914t200843808z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "sbd-conversion-should-be-cancelable", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 1532103865236084, + "vote_rshares": 332249663 + }, + { + "abs_rshares": 3551541190723, + "active": "2016-09-15T17:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "They should be hidden in there too. I will have the team get that done asap.", + "cashout_time": "2016-09-22T13:52:33", + "category": "steemit-abuse", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-09-15T13:52:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 1254047, + "json_metadata": "{\"tags\":[\"steemit-abuse\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T13:52:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 3551541190723, + "net_votes": 23, + "parent_author": "beanz", + "parent_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "percent_hbd": 10000, + "permlink": "re-beanz-petition-to-take-down-earnest-fao-dan-and-ned-20160915t135233694z", + "reward_weight": 10000, + "root_author": "beanz", + "root_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 8675629220295941297, + "vote_rshares": 3551541190723 + }, + { + "abs_rshares": 60082961, + "active": "2016-09-15T16:46:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Assuming we all interpret it the same way.", + "cashout_time": "2016-09-22T16:46:42", + "category": "unity", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-15T16:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1256025, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T16:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 60082961, + "net_votes": 1, + "parent_author": "noganoo", + "parent_permlink": "re-krnel-true-unity-is-based-in-morality-20160915t101632235z", + "percent_hbd": 10000, + "permlink": "re-noganoo-re-krnel-true-unity-is-based-in-morality-20160915t164644431z", + "reward_weight": 10000, + "root_author": "krnel", + "root_permlink": "true-unity-is-based-in-morality", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 277079589248879, + "vote_rshares": 60082961 + }, + { + "abs_rshares": 7635704069, + "active": "2016-09-06T22:41:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Identifying plagiarism is HARD work, especially when you are using a mobile phone and the bots are using sophisticated algorithms to prevent auto-detection.\n\nIf there is a particular whale that is consistently abusing his power, then lets identify him and show the pattern.", + "cashout_time": "2016-09-13T19:26:39", + "category": "censorship", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-06T19:26:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 1150169, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:26:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 7635704069, + "net_votes": 3, + "parent_author": "ats-david", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190500745z", + "percent_hbd": 10000, + "permlink": "re-ats-david-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192639255z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 35146377860745937, + "vote_rshares": 7635704069 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T13:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sure if you search exact title.", + "cashout_time": "1969-12-31T23:59:59", + "category": "seo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T13:13:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50235, + "json_metadata": "{\"tags\":[\"seo\"]}", + "last_payout": "2016-08-13T10:34:39", + "last_update": "2016-07-02T13:13:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ash", + "parent_permlink": "seo-with-steemit", + "percent_hbd": 10000, + "permlink": "re-ash-seo-with-steemit-20160702t131332706z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "seo-with-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T14:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If only we could so certain that the right man was caught and killed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T14:16:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50262, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-06T11:16:36", + "last_update": "2016-07-02T14:16:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "percent_hbd": 10000, + "permlink": "re-easteagle13-the-zenith-of-the-purpose-of-life-part-vii-the-better-laws-20160702t141626639z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T04:08:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This makes a lot of assumptions about the nature of reality.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T18:13:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50435, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T18:13:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kevinwong", + "parent_permlink": "are-we-lucky-to-be-here", + "percent_hbd": 10000, + "permlink": "re-kevinwong-are-we-lucky-to-be-here-20160702t181326914z", + "reward_weight": 10000, + "root_author": "kevinwong", + "root_permlink": "are-we-lucky-to-be-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T18:24:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have a sinking suspicion that almost everyone will guess wrong regarding July 4th and the first week after.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-02T18:19:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50442, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-04T20:54:33", + "last_update": "2016-07-02T18:19:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hisnameisolllie", + "parent_permlink": "4th-july-payouts-and-beyond", + "percent_hbd": 10000, + "permlink": "re-hisnameisolllie-4th-july-payouts-and-beyond-20160702t181910952z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "4th-july-payouts-and-beyond", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T23:55:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1035, + "beneficiaries": [], + "body": "https://test.steemit.com/market.html", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-02T19:23:42", + "curator_payout_value": { + "amount": "49", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 50483, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://test.steemit.com/market.html\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:23:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "hipster", + "parent_permlink": "re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t184612966z", + "percent_hbd": 10000, + "permlink": "re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192340625z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "226", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T19:50:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 420, + "beneficiaries": [], + "body": "Real block chain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T19:50:36", + "curator_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 50498, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:50:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t193628175z", + "percent_hbd": 10000, + "permlink": "re-hipster-re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195037683z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T19:51:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Internal market has existed since launch. Just no steem dollars to trade yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T19:51:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 50499, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:51:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192603626z", + "percent_hbd": 10000, + "permlink": "re-riensen-re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195140225z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T21:09:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Have no fear, the math makes this a non issue.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T20:28:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50528, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:17:30", + "last_update": "2016-07-02T20:28:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "trogdor", + "parent_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "percent_hbd": 10000, + "permlink": "re-trogdor-potential-sybil-attack-based-on-early-mover-curation-advantage-20160702t202801497z", + "reward_weight": 10000, + "root_author": "trogdor", + "root_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T07:55:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 95, + "beneficiaries": [], + "body": "All images will be uploaded to IPFS and/or cached by steemit unless they violate our terms of service or the law.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-02T22:27:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 50600, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T16:45:33", + "last_update": "2016-07-02T22:27:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "kenny-crane", + "parent_permlink": "re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222115377z", + "percent_hbd": 10000, + "permlink": "re-kenny-crane-re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222738721z", + "reward_weight": 10000, + "root_author": "intelliguy", + "root_permlink": "what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T12:42:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can go from steem dollars to steem instantly on internal market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T12:39:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52796, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-05T14:23:45", + "last_update": "2016-07-04T12:39:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mctiller", + "parent_permlink": "how-does-the-price-of-steem-affect-payouts", + "percent_hbd": 10000, + "permlink": "re-mctiller-how-does-the-price-of-steem-affect-payouts-20160704t123926908z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "how-does-the-price-of-steem-affect-payouts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T14:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes. What we have today is minimal viable product. It will improve quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T14:00:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52934, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:00:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "innuendo", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t130634698z", + "percent_hbd": 10000, + "permlink": "re-innuendo-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140029589z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T20:40:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Bandwidth limit for your account has likely been reached. We need to improve error messages.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T14:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52938, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t061148372z", + "percent_hbd": 10000, + "permlink": "re-cryptogee-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140223433z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T15:01:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is a mater of terms. In a free market there is no violence. What you describe above is a government controlled market. \n\nJust try to achieve your goals without violence.\n\nI up voted not because I agree, but because of the discussion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "capitalism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T14:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52969, + "json_metadata": "{\"tags\":[\"capitalism\"]}", + "last_payout": "2016-08-04T14:19:18", + "last_update": "2016-07-04T14:21:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kagetoki-1", + "parent_permlink": "why-capitalism-is-evil", + "percent_hbd": 10000, + "permlink": "re-kagetoki-1-why-capitalism-is-evil-20160704t142003669z", + "reward_weight": 10000, + "root_author": "kagetoki-1", + "root_permlink": "why-capitalism-is-evil", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T22:32:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is printed just like all other steem dollars. \nInterest compounds monthly when your steem dollar balance changes for any reason.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T22:32:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54019, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-04T23:00:48", + "last_update": "2016-07-04T22:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-does-10-interest-on-sd-work", + "percent_hbd": 10000, + "permlink": "re-nomoreheroes7-how-does-10-interest-on-sd-work-20160704t223233404z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "how-does-10-interest-on-sd-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T22:48:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think we need to reward people who find and post original link. You will get more for your comment than he did for the article.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T22:48:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 54049, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-04T23:26:42", + "last_update": "2016-07-04T22:48:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-weedor-almost-losing-it-all-20160704t191802644z", + "percent_hbd": 10000, + "permlink": "re-donkeypong-re-weedor-almost-losing-it-all-20160704t224853361z", + "reward_weight": 10000, + "root_author": "weedor", + "root_permlink": "almost-losing-it-all", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:42:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 376, + "beneficiaries": [], + "body": "It will be.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:42:24", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54229, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T16:54:15", + "last_update": "2016-07-05T00:42:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sean-king", + "parent_permlink": "zero-value-posts-are-a-buzz-kill", + "percent_hbd": 10000, + "permlink": "re-sean-king-zero-value-posts-are-a-buzz-kill-20160705t004224383z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "zero-value-posts-are-a-buzz-kill", + "title": "", + "total_payout_value": { + "amount": "86", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome. Post more about your self and you will an upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "fintech", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T00:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54248, + "json_metadata": "{\"tags\":[\"fintech\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", + "percent_hbd": 10000, + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005535701z", + "reward_weight": 10000, + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:58:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3817, + "beneficiaries": [], + "body": "Please avoid suggestions of violence against anyone.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:45:42", + "curator_payout_value": { + "amount": "296", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54522, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-23T01:58:54", + "last_update": "2016-07-05T03:45:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "piedpiper", + "parent_permlink": "we-can-now-read-the-clinton-s-emails", + "percent_hbd": 10000, + "permlink": "re-piedpiper-we-can-now-read-the-clinton-s-emails-20160705t034540867z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "we-can-now-read-the-clinton-s-emails", + "title": "", + "total_payout_value": { + "amount": "892", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T12:15:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Another article mentioned this:\n>### Don't Be Evil\n>The most obvious question is: What prompted the acquisition? Did Google buy Keyhole -- and take on all its military contracts and NatSec liabilities -- because it badly needed its 3D mapping technology? Or did Google see the acquisition as a convenient way of getting into the military contracting business? Was there any internal discussion in the company about the benefits and pitfalls of absorbing a startup so closely tied with the CIA and the Pentagon? - [source](https://pando.com/2015/07/01/cia-foia-google-keyhole/)", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T12:15:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 509363, + "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https://pando.com/2015/07/01/cia-foia-google-keyhole/\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T12:15:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mr11acdee", + "parent_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "percent_hbd": 10000, + "permlink": "re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t121552607z", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T01:58:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting... You should search for Zika Virus Propaganda. I can recommend to not bother with google if you do this. We know they are trying to push dangerous vaccines. The evidence is alarming, but will people take the time to investigate it..\n\nhttps://duckduckgo.com/?q=zika+virus+propaganda", + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T01:58:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 503270, + "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https://duckduckgo.com/?q=zika+virus+propaganda\"]}", + "last_payout": "2016-08-30T13:57:15", + "last_update": "2016-07-31T01:58:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptocurrency1", + "parent_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "percent_hbd": 10000, + "permlink": "re-cryptocurrency1-sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak-20160731t015807284z", + "reward_weight": 10000, + "root_author": "cryptocurrency1", + "root_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T12:21:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 820, + "beneficiaries": [], + "body": "But I will not be installing it....\n\nhttp://i.imgsafe.org/d4f3207742.png\n\n>\"One of the first big milestones in this transformation took place in November 2004 when Google acquired a tiny and little-known 3-D mapping startup called Keyhole Inc. Google paid an undisclosed sum for the company, immediately absorbed it, and began turning its tech into what we now know as Google Earth. The acquisition would have gone unnoticed, had it not been for one not-so-tiny detail: Keyhole Inc was part-owned by the CIA and the \"National Geospatial-Intelligence Agency\" (NGA), a sister agency to the NSA. Keyhole Inc also had one major client base: US military and intelligence agencies.\"\nhttps://pando.com/2015/07/01/cia-foia-google-keyhole/\n\nhttp://i.imgsafe.org/d512a93616.jpg\n\nhttp://fm.cnbc.com/applications/cnbc.com/resources/files/2016/07/27/How-Pokemon-Go-Started-infographic-anna-vital.png", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-31T01:22:21", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 502792, + "json_metadata": "{\"tags\":[\"meme\"],\"image\":[\"http://i.imgsafe.org/d4f3207742.png\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T01:22:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 21, + "parent_author": "", + "parent_permlink": "meme", + "percent_hbd": 10000, + "permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "title": "All of the sudden I caught Pokemon GO fever! I'm suddenly very interested in this little app...", + "total_payout_value": { + "amount": "2270", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T17:13:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "
Can you see a blue pill?
\n \"\"\n
Caption


Or a red pill?

", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-13T21:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 100677, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://steemit.com/ipfs/QmXJShecaM2pvkcax4Lt6h3Q6wBn1ZhESB6dFkfwSPLuN4\"]}", + "last_payout": "2016-08-23T22:01:30", + "last_update": "2016-07-13T21:06:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "", + "parent_permlink": "test", + "percent_hbd": 10000, + "permlink": "testing-image-upload", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "testing-image-upload", + "title": "Testing image upload", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:12:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Accounts can't get banned.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T20:12:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 100134, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T13:13:30", + "last_update": "2016-07-13T20:12:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hien-tran", + "parent_permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t141429822z", + "percent_hbd": 10000, + "permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t201220669z", + "reward_weight": 10000, + "root_author": "hien-tran", + "root_permlink": "help-me-i-can-not-login-to-my-steemit-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T14:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemit and crypto at large is a stride in that direction. There is a movement to create a Universal Base Income which may show a better distribution of wealth. One project is called http://aboutcircles.com/ .. It would be nice to see that take off. The Steemit community could, for example, form a group on the about circles chain to give UBI money more spending power. Or Steemit could pickup a project like UBI and make it slick, inexpensive, and faster...", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T14:38:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 95849, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://aboutcircles.com/\"]}", + "last_payout": "2016-08-14T14:42:06", + "last_update": "2016-07-13T14:38:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kingjohal", + "parent_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "percent_hbd": 10000, + "permlink": "re-kingjohal-how-poverty-changes-your-brain-can-steemit-help-the-poor-20160713t143814992z", + "reward_weight": 10000, + "root_author": "kingjohal", + "root_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 1348, + "beneficiaries": [], + "body": "Lol.. Sounds like a lot of work. If they do well enough that is it really so bad?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T13:49:09", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 95327, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T19:29:30", + "last_update": "2016-07-13T13:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "timotirado", + "parent_permlink": "re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t132323974z", + "percent_hbd": 10000, + "permlink": "re-timotirado-re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t134909394z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "it-s-official-females-dominates-males-on-steemit", + "title": "", + "total_payout_value": { + "amount": "946", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:57:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "
\n

bold italic strike code 

\n
    \n
  • ul
  • \n
\n
    \n
  1. num2
  2. \n
\n
quote
\n

link

\n

\n

normal

\n

header large

\n

header medium

\n

header small

\n
code block 2
\n


\n
", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T17:49:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 86802, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://duckduckgo.com/assets/dax-alt.svg\"],\"links\":[\"https://duckduckgo.com/\"]}", + "last_payout": "2016-08-14T07:08:18", + "last_update": "2016-07-13T20:57:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "", + "parent_permlink": "test", + "percent_hbd": 10000, + "permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "title": "Test post (will flag): Rich text editor format, this is to test backwards compatibility with posts...", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T02:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "The idea is to become unbanked...", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T02:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 76568, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T07:08:27", + "last_update": "2016-07-11T02:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160707t224511407z", + "percent_hbd": 10000, + "permlink": "re-cool-re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160711t021404816z", + "reward_weight": 10000, + "root_author": "cool", + "root_permlink": "my-suggestions-for-steemit-july-6-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T12:44:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Can we get verification please? Can you just publish something on your domain or another media channel? Not sure what you look like but I suppose you can do a picture with a Steemit sign. Welcome, really an honor to see your name again. You have a daughter right? How is she doing? Healthy and smart I bet!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T12:44:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 681570, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T05:28:12", + "last_update": "2016-08-08T12:44:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "stormcloudgather", + "parent_permlink": "stormcloudsgathering", + "percent_hbd": 10000, + "permlink": "re-stormcloudgather-stormcloudsgathering-20160808t124447310z", + "reward_weight": 10000, + "root_author": "stormcloudgather", + "root_permlink": "stormcloudsgathering", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T20:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL.. you and Jeff thought you would be free from the burn! Remember, their are Sheep as far as they eye can see! Don't worry, the bulk of the share holders hold either an open mind or support you. It is no different here, we need to wake people up they don't understand you and Jeff and why it is important. If they did they would be a whole not more tolerant of the small stuff. Just be professional and put your energy into positive stuff and let this distraction fade away. We don't need to explain the indoctrination many people suffer from, I'm sure you know this well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T20:01:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 731940, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukewearechange", + "parent_permlink": "re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175027014z", + "percent_hbd": 10000, + "permlink": "re-lukewearechange-re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200110378z", + "reward_weight": 10000, + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T20:06:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "I like it when people are warned: Don't expect to make anything, many posts make a penny. Then add some tips..", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T20:06:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 732068, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:06:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukewearechange", + "parent_permlink": "re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175435875z", + "percent_hbd": 10000, + "permlink": "re-lukewearechange-re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200649606z", + "reward_weight": 10000, + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:57:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "I would love to see an article like this go into GcMAF and Nagalase. This is just because I have a hunch we are going to be hearing more about these in the future. Would be nice to get a base-line knowledge and term familiarity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:54:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 587860, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:55:33", + "last_update": "2016-08-03T19:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "feedthemachine", + "parent_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "percent_hbd": 10000, + "permlink": "re-feedthemachine-don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker-20160803t195450647z", + "reward_weight": 10000, + "root_author": "feedthemachine", + "root_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Can you put the good ones in a starter kit with directions and sell it to me?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:48:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 587741, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T07:49:12", + "last_update": "2016-08-03T19:48:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "honore", + "parent_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "percent_hbd": 10000, + "permlink": "re-honore-my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years-20160803t194853929z", + "reward_weight": 10000, + "root_author": "honore", + "root_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T21:07:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 19, + "beneficiaries": [], + "body": "That is great! Did you really have to ask permission from Ned and Dan on the art? Is that decentralized? lol", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T20:38:45", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 650185, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T12:01:42", + "last_update": "2016-08-06T20:39:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "percent_hbd": 10000, + "permlink": "re-steemdrive-steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa-20160806t203845694z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T02:12:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 8935, + "beneficiaries": [], + "body": "Geo Engineering has been used since the 1940s to cover up global warming. Today's materials are highly toxic to the environment. It is a public health hazard. Geo Engineering causes global warming in many ways including causing damage to the ozone and killing plankton. Nano-scale aluminum is a free-formed man made aluminum not found in nature. Well, it is now. The only clear link is the air plains. This is why people are so much against Geo Engineering. Just because Oxy may help a patient with arthritis feel less pain does not mean there will not be dire consequences and an advancement of the disease.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T02:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 76561, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-13T07:31:36", + "last_update": "2016-07-11T02:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "metropolit", + "parent_permlink": "re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160707t110701907z", + "percent_hbd": 10000, + "permlink": "re-metropolit-re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160711t021222738z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so", + "title": "", + "total_payout_value": { + "amount": "17064", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T23:08:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit1", + "author_rewards": 0, + "beneficiaries": [], + "body": "#Five-person #meetup #bounty accomplished! Random reward of 500 Steem sent!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T22:21:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 59052, + "json_metadata": "{\"tags\":[\"Five-person\",\"meetup\",\"bounty\",\"steemit\"]}", + "last_payout": "2016-08-21T08:46:54", + "last_update": "2016-07-06T22:21:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "edgeland", + "parent_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "percent_hbd": 10000, + "permlink": "re-edgeland-knoxville-blockchain-enthusiasts-meetup-1st-follow-up-20160706t222105825z", + "reward_weight": 10000, + "root_author": "edgeland", + "root_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T19:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit3", + "author_rewards": 733351, + "beneficiaries": [], + "body": "Steemit is proud to announce that account recovery is now available for community members whose accounts were compromised during the July 14 hack. To recover your account you will need to complete the following four steps:\n\n1. Click the \"Account Recovery\" [link](/recover_account_step_1) at the bottom of this update.\n2. Enter your old Password.\n3. Login via Facebook, Reddit, or provide your email address.\n4. Enter your old Password again, and then provide your New Password twice.\n\nIf you logged in with Facebook or Reddit your account will be immediately restored. Steemit will contact everyone else with additional confirmation instructions.\n\nSteemit will be unable to recover your account unless you know a password that was valid within the past 30 days.\n\nPlease note that due to our implementation of enhanced blockchain security, new passwords must be 32 characters long. Ensure you use a combination of upper and lower case letters, numbers, and symbols. We recommend using a [password manager (pcmag.com)](http://www.pcmag.com/article2/0,2817,2407168,00.asp).\n\n\n## Returning Stolen Steem and Steem Dollars\n\nThe Steemit team is finalizing its analysis of the cyber attack and determining exactly how much Steem and Steem Dollars were stolen from each account. Once we have completed the full account of lost tokens, we will reimburse every compromised user as promised.\n\nThank you all again for your ongoing patience and commitment to the Steemit community as we process your requests. We are profoundly grateful.\n\n[Start Account Recovery](/recover_account_step_1)\n\n-- Ned", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 219, + "children_abs_rshares": 0, + "created": "2016-07-19T20:09:57", + "curator_payout_value": { + "amount": "231498", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 197634, + "json_metadata": "{\"tags\":[\"steemit\",\"accountrecovery\",\"\"],\"links\":[\"http://www.pcmag.com/article2/0,2817,2407168,00.asp\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T20:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 643, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "Third Update to July 14th Security Announcement - Account Recovery Begins", + "total_payout_value": { + "amount": "2640057", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T06:53:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit3", + "author_rewards": 317261, + "beneficiaries": [], + "body": "After conducting further analysis and following hack containment procedures, Steemit has been able to narrow the potential number of compromised accounts. We can now announce that in the past few hours, the Steemit team has been able to coordinate with elected witnesses to secure potentially compromised accounts with balances exceeding $100 US. As a result, we can ensure these accounts are restored to their rightful owners. This process has been completed.\n\nWithin the next 48 hours, Steemit will begin to allow all newly secured accounts to reset their passwords simply by logging in with the same Facebook or Reddit credentials that were used to register in the first place. This easy process will work for the vast majority of the potentially compromised accounts. All of these account holders will regain full access to their funds and their original account name. \n\nIf your user account was not created through Facebook or Reddit, Steemit asks that you contact our support team at contact@steemit.com. We will be able to provide you an alternate solution. If you have any additional concerns about your account, please contact our support team as well.\n\nThe Bittrex team is completing analysis of our wallet. Once it has passed their rigorous compliance checks, they will reopen the wallet for deposits and withdrawals.\n\n## To all Steemit users:\n\n If you have not done so already, please reset your account passwords. We ask this to ensure that everyone's account is secure. Remember that each account has 3 keys: an Owner Key, an Active Key, and a Posting Key. We recommend following best security practices by choosing unique passwords for each of these keys. This will allow you to safely use steemit.com with your Posting password.\n\nAs mentioned earlier, any Steem or Steem Dollars stolen from compromised accounts will be fully refunded by Steemit.\n\nThank you all for your patience and support through this process and for your wonderful contributions to Steemit.\n\n-Ned\n\n[Previous Update Here](/steemit/@steemitblog/important-security-announcement-steemit-ceo-ned-scott)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 118, + "children_abs_rshares": 0, + "created": "2016-07-15T04:44:39", + "curator_payout_value": { + "amount": "62002", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 114501, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"]}", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T05:04:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 630, + "parent_author": "", + "parent_permlink": "steemit", + "percent_hbd": 10000, + "permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "title": "First Update to July 14 Security Announcement from Steemit CEO Ned Scott", + "total_payout_value": { + "amount": "535338", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T13:29:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "Happy Birthday \nand i'v been told that there is __nothing__ in Montana ... ☺", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T11:36:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 486349, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T18:11:39", + "last_update": "2016-07-30T11:36:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "queenmountain", + "parent_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "percent_hbd": 10000, + "permlink": "re-queenmountain-i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana-20160730t113609810z", + "reward_weight": 10000, + "root_author": "queenmountain", + "root_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:48:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "Ummagumma", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T22:34:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 359841, + "json_metadata": "{\"tags\":[\"music\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thecryptofiend", + "parent_permlink": "re-steempty-careful-with-that-axe-eugene-20160722t144509118z", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-re-steempty-careful-with-that-axe-eugene-20160725t223441628z", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T15:32:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "there is a better quality version in youtube \nhttps://www.youtube.com/watch?v=b72I7TwsvBE\ncredits: **Pink Floyd**", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T22:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 359066, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=b72I7TwsvBE\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "steempty", + "parent_permlink": "careful-with-that-axe-eugene", + "percent_hbd": 10000, + "permlink": "re-steempty-careful-with-that-axe-eugene-20160725t221120280z", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T09:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 17, + "beneficiaries": [], + "body": "the crater photo is amazing \ni miss the desert so much\n \ndidn't visit there since years ago", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-21T22:17:18", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 259855, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-22T16:08:21", + "last_update": "2016-07-21T22:18:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "simba", + "parent_permlink": "sandy-trip-a-journey-to-southern-israel", + "percent_hbd": 10000, + "permlink": "re-simba-sandy-trip-a-journey-to-southern-israel-20160721t221718048z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "sandy-trip-a-journey-to-southern-israel", + "title": "", + "total_payout_value": { + "amount": "59", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T17:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "woof", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T17:49:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 253230, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-22T20:40:45", + "last_update": "2016-07-21T17:49:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dog", + "parent_permlink": "proper-introduction", + "percent_hbd": 10000, + "permlink": "re-dog-proper-introduction-20160721t174918899z", + "reward_weight": 10000, + "root_author": "princesscutexx", + "root_permlink": "proper-introduction", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T17:09:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "i love it", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T17:09:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 252267, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-21T17:16:18", + "last_update": "2016-07-21T17:09:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "pcste", + "parent_permlink": "my-photography-bands-clown-my-original-work", + "percent_hbd": 10000, + "permlink": "re-pcste-my-photography-bands-clown-my-original-work-20160721t170934779z", + "reward_weight": 10000, + "root_author": "pcste", + "root_permlink": "my-photography-bands-clown-my-original-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "amazing \n I love it", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T09:49:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 620776, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T22:06:15", + "last_update": "2016-08-05T09:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "opheliafu", + "parent_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "percent_hbd": 10000, + "permlink": "re-opheliafu-are-you-ready-to-go-on-another-journey-with-me-20160805t094949313z", + "reward_weight": 10000, + "root_author": "opheliafu", + "root_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T13:21:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "adorable ☺", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T13:05:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 144439, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-20T15:24:27", + "last_update": "2016-07-17T13:05:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mayathedog", + "parent_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "percent_hbd": 10000, + "permlink": "re-mayathedog-hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit-20160717t130527530z", + "reward_weight": 10000, + "root_author": "mayathedog", + "root_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T06:30:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "everything is allowed, good finding \nsource is linked in the article, but still many nice images copy/paste...\n\nI downvoted this post because copying someone else's work shouldn't be so rewarding", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T06:22:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 83334, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-24T01:27:45", + "last_update": "2016-07-12T06:30:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "foma17", + "parent_permlink": "re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t022359449z", + "percent_hbd": 10000, + "permlink": "re-foma17-re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t062218115z", + "reward_weight": 10000, + "root_author": "b0y2k", + "root_permlink": "mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:08:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "verification could be ... https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T22:08:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 75645, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T22:08:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220454893z", + "percent_hbd": 10000, + "permlink": "re-hitmeasap-re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220852252z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T05:14:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "I can verify he is really him without a sign\ni minted the account after his birthday, i though he would like to own this account name... \n\nmaybe write steemit on your forehead @simba !", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-10T21:59:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 75591, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"simba\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T21:59:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-simba-hey-steemit-i-m-simba-20160710t215343617z", + "percent_hbd": 10000, + "permlink": "re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t215939419z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T14:06:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "stop making me miss the desert :-)", + "cashout_time": "1969-12-31T23:59:59", + "category": "the", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T14:06:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 68803, + "json_metadata": "{\"tags\":[\"the\"]}", + "last_payout": "2016-08-17T10:17:15", + "last_update": "2016-07-09T14:06:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "simba", + "parent_permlink": "re-joelinux-re-simba-the-dead-sea-at-sunset-20160708t201749278z", + "percent_hbd": 10000, + "permlink": "re-simba-re-joelinux-re-simba-the-dead-sea-at-sunset-20160709t140638909z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "the-dead-sea-at-sunset", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T04:08:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "♡", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T20:02:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56035, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:09:21", + "last_update": "2016-07-05T20:02:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dorit-israeli", + "parent_permlink": "dorit-s-ten-commandments", + "percent_hbd": 10000, + "permlink": "re-dorit-israeli-dorit-s-ten-commandments-20160705t200232302z", + "reward_weight": 10000, + "root_author": "dorit-israeli", + "root_permlink": "dorit-s-ten-commandments", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T05:42:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 7470, + "beneficiaries": [], + "body": "welcome ♡", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduce", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T05:27:18", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 52225, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T05:27:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "percent_hbd": 10000, + "permlink": "re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t052717512z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "title": "", + "total_payout_value": { + "amount": "1718", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:11:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "☢", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-03T19:19:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 51600, + "json_metadata": "{\"tags\":[\"spam\",\"test\"]}", + "last_payout": "2016-08-05T06:14:42", + "last_update": "2016-07-08T21:30:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "", + "parent_permlink": "spam", + "percent_hbd": 10000, + "permlink": "and-9762-test", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "and-9762-test", + "title": "test", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T17:02:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 110, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tMpGdG27K9o", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 20, + "children_abs_rshares": 0, + "created": "2016-07-18T16:50:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 168964, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=tMpGdG27K9o\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-18T16:50:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 36, + "parent_author": "", + "parent_permlink": "music", + "percent_hbd": 10000, + "permlink": "careful-with-that-axe-eugene", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "Careful with that axe, Eugene", + "total_payout_value": { + "amount": "399", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 4332734210, + "active": "2016-08-19T08:31:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wj9_YtUNIj8", + "cashout_time": "2016-08-26T08:31:15", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T08:31:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 885745, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=Wj9_YtUNIj8\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T08:31:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 4332734210, + "net_votes": 1, + "parent_author": "dollarvigilante", + "parent_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "percent_hbd": 10000, + "permlink": "re-dollarvigilante-today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history-20160819t083114914z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 19959589878348161, + "vote_rshares": 4332734210 + }, + { + "abs_rshares": 20432308314, + "active": "2016-08-25T16:55:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "I wish you success, but not sure everyone can make a living as being an artists. i hope steem proves me wrong...\nwe live in world where people sitting in a cubicle are needed", + "cashout_time": "2016-09-01T15:46:15", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-25T15:46:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 982969, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-25T15:46:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 20432308314, + "net_votes": 3, + "parent_author": "queenmountain", + "parent_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "percent_hbd": 10000, + "permlink": "re-queenmountain-i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art-20160825t154615248z", + "reward_weight": 10000, + "root_author": "queenmountain", + "root_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 20432308314 + } + ] +} diff --git a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml new file mode 100644 index 00000000..1fb64398 --- /dev/null +++ b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml @@ -0,0 +1,1028 @@ +--- + test_name: Hivemind database_api.find_comments patterns test + + marks: + - patterntest + - xfail # pattern difference - sort order is not deterministic + includes: + - !include ../../common.yaml + + stages: + - name: find_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "database_api.find_comments" + params: {"comments":[ + ["dantheman","re-kaylinart-how-i-ran-1-mile-a-day-for-11-years-straight-20160702t131201230z"], + ["dantheman","re-ash-seo-with-steemit-20160702t131332706z"], + ["dantheman","re-easteagle13-the-zenith-of-the-purpose-of-life-part-vii-the-better-laws-20160702t141626639z"], + ["dantheman","re-kevinwong-are-we-lucky-to-be-here-20160702t181326914z"], + ["dantheman","re-hisnameisolllie-4th-july-payouts-and-beyond-20160702t181910952z"], + ["dantheman","re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192340625z"], + ["dantheman","re-hipster-re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195037683z"], + ["dantheman","re-riensen-re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195140225z"], + ["dantheman","re-trogdor-potential-sybil-attack-based-on-early-mover-curation-advantage-20160702t202801497z"], + ["dantheman","re-kenny-crane-re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222738721z"], + ["dantheman","re-mctiller-how-does-the-price-of-steem-affect-payouts-20160704t123926908z"], + ["dantheman","re-innuendo-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140029589z"], + ["dantheman","re-cryptogee-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140223433z"], + ["dantheman","re-kagetoki-1-why-capitalism-is-evil-20160704t142003669z"], + ["dantheman","re-nomoreheroes7-how-does-10-interest-on-sd-work-20160704t223233404z"], + ["dantheman","re-donkeypong-re-weedor-almost-losing-it-all-20160704t224853361z"], + ["dantheman","re-sean-king-zero-value-posts-are-a-buzz-kill-20160705t004224383z"], + ["dantheman","re-shake9169-crypto-currency-and-me-20160705t005535701z"], + ["dantheman","re-piedpiper-we-can-now-read-the-clinton-s-emails-20160705t034540867z"], + ["dantheman","re-publicworker-steemit-vs-synereo-vs-akasha-20160705t123344126z"], + ["dantheman","re-nkdk-what-happened-with-downvotes-20160706t002338178z"], + ["dantheman","new-features-on-steemit"], + ["dantheman","re-tinfoilfedora-where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market-20160706t003204268z"], + ["dantheman","re-abit-re-dantheman-new-features-on-steemit-20160706t010929410z"], + ["dantheman","re-coreradio-interplanetary-file-system-20160706t012314118z"], + ["dantheman","re-ash-questions-steem-dollar-interest-20160706t112852805z"], + ["dantheman","re-ericvancewalton-re-dan-re-ericvancewalton-hi-i-m-eric-20160707t012310824z"], + ["dantheman","re-venuspcs-introducing-the-society-of-armed-americans-20160707t013056646z"], + ["dantheman","re-shawn-brewer-checks-and-balances-20160708t011245543z"], + ["dantheman","re-steem1-dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability-20160708t015326661z"], + ["dantheman","re-amogue-how-is-data-text-and-images-recorded-on-steemit-blockchain-20160709t140926330z"], + ["dantheman","the-myth-that-proof-of-work-creates-irreversibility"], + ["dantheman","re-trogdor-trust-and-third-party-steem-apps-20160710t013621075z"], + ["dantheman","re-nomoreheroes7-how-well-is-steem-power-protected-from-inflation-really-20160710t014745389z"], + ["dantheman","re-steemswede-greetings-from-sweden-ask-me-anything-20160710t133517243z"], + ["dantheman","re-tyanderson-what-is-the-likelihood-of-our-steemit-wallet-being-hacked-20160710t134343793z"], + ["dantheman","re-wisen-is-there-android-or-iphone-app-for-steemit-20160710t134445176z"], + ["dantheman","re-picokernel-discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem-20160710t212858166z"], + ["dantheman","re-tocode-re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t220648995z"], + ["dantheman","re-ibnu-nice-selection-of-steemit-in-choosing-256-as-hash-algorithm-20160711t013015790z"], + ["dantheman","re-william-noe-where-have-all-the-whales-gone-20160711t013713141z"], + ["dantheman","re-hisnameisolllie-how-many-people-own-bitcoin-20160711t120733543z"], + ["dantheman","re-stealthtrader-earning-money-for-voting-early-steem-power-20160711t234257366z"], + ["dantheman","re-kingjohal-future-ability-to-follow-steemit-bloggers-20160711t235022997z"], + ["dantheman","re-spaced-steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just-20160712t001931624z"], + ["dantheman","re-katecloud-hi-im-kate-cloud-20160712t014654671z"], + ["dantheman","re-hisnameisolllie-steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up-20160712t121311948z"], + ["dantheman","re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171403169z"], + ["dantheman","spam-test"], + ["dantheman","re-derekareith-psa-warning-to-newbies-trying-to-send-to-bittex-20160712t195452088z"], + ["dantheman","re-tynx-the-surprising-habits-of-original-thinkers-20160712t202133293z"], + ["dantheman","re-marsresident-itr-bypermlinkidx-end-20160713t002110361z"], + ["dantheman","re-spaced-how-do-you-create-multisignature-accounts-in-steem-is-this-possible-20160713t002313237z"], + ["dantheman","re-orly-what-gives-steem-value-long-term-20160713t004803924z"], + ["dantheman","how-anyone-can-build-custom-apps-on-steem-right-now"], + ["dantheman","re-miketwenty1-who-is-hosting-this-data-20160713t013403375z"], + ["dantheman","re-norbu-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014647702z"], + ["dantheman","re-crypton-re-crypton-this-steem-coin-price-explosion-20160713t024934827z"], + ["dantheman","re-getssidetracked-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t103335503z"], + ["dantheman","re-salman-re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t124101910z"], + ["dantheman","re-fyrstikken-the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire-20160713t124727368z"], + ["dantheman","re-str11ngfello-free-steem-how-upvote-this-post-and-you-ll-receive-steem-20160713t125257630z"], + ["dantheman","re-str11ngfello-how-can-we-determine-the-date-that-steem-tokens-inflate-20160713t132815591z"], + ["dantheman","re-thedashguy-in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it-20160713t151307777z"], + ["dantheman","re-flurablastin-so-how-does-steem-as-a-cryptocurrency-work-20160713t151441614z"], + ["dantheman","re-pornvideos-hot-spanish-teen-jacqueline-porn-18-20160713t173428917z"], + ["dantheman","re-autorss21-boost-20160713t173551820z"], + ["dantheman","re-cryptodev-wonder-how-long-steem-bubble-will-sustain-20160713t173736412z"], + ["dantheman","re-frankenstein-will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed-20160713t173914039z"], + ["dantheman","re-biophil-re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t174258382z"], + ["dantheman","re-swyoungiii-steem-power-20160713t175540523z"], + ["dantheman","re-billbutler-re-holzmichl-steem-vs-synero-amp-20160713t181807614z"], + ["dantheman","re-teego-installing-steem-software-to-macos-using-homebrew-20160713t182207590z"], + ["dantheman","re-tranzport-pokemon-go-vs-steemit-the-ultimate-battle-help-me-win-20160713t184637507z"], + ["dantheman","re-eeks-steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis-20160713t185618026z"], + ["dantheman","can-bitcoin-scale-to-keep-up-with-demand-created-by-steem"], + ["dantheman","re-sean-king-how-asking-one-question-will-change-history-and-why-steem-is-the-key-20160713t213222341z"], + ["dantheman","re-timdierckxsens-it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post-20160713t213752622z"], + ["dantheman","re-maniac-steemit-what-am-i-missing-20160713t214745055z"], + ["dantheman","re-dantheman-re-maniac-steemit-what-am-i-missing-20160713t214911691z"], + ["dantheman","re-ombc-lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway-20160713t215044748z"], + ["dantheman","re-chad1775-steemit-post-earnings-question-for-the-community-20160713t215652797z"], + ["dantheman","re-shemthepenman-what-causes-the-earnings-of-a-post-to-go-down-20160714t013811865z"], + ["dantheman","re-onubense-don-t-invest-in-steem-20160714t014121210z"], + ["dantheman","re-raeesh1986-bitcoin-and-steem-power-20160714t023325547z"], + ["dantheman","re-alkemix-our-mysterious-visual-ray-20160714t024427325z"], + ["dantheman","i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today"], + ["dantheman","re-noaommerrr-look-like-dan-and-ned-steem-founders-got-hacked-20160715t065201832z"], + ["dantheman","re-noaommerrr-list-of-the-accounts-got-hacked-20160715t065344774z"], + ["dantheman","re-tinfoilfedora-re-orly-how-distributed-is-the-steem-protocol-20160715t071501652z"], + ["dantheman","re-coar-re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t121348567z"], + ["dantheman","re-libdep-ceo-of-steem-powering-down-20160715t132335403z"], + ["dantheman","re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133231767z"], + ["dantheman","re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133508316z"], + ["dantheman","re-transcendfinance-what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything-20160715t141347474z"], + ["dantheman","re-nomoreheroes7-steem-and-the-little-fish-dilemma-20160715t142544042z"], + ["dantheman","re-tinfoilfedora-re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t143213342z"], + ["dantheman","re-mindover-still-confused-about-steemit-i-ll-make-it-simple-20160715t144318106z"], + ["dantheman","re-venuspcs-re-madnation-the-rise-of-steemit-20160717t021446026z"], + ["dantheman","re-msutyler-can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack-20160717t040604256z"], + ["dantheman","re-sigmajin-some-post-hack-security-concerns-20160717t041159414z"], + ["dantheman","re-jholdsworthy-why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars-20160717t112503522z"], + ["dantheman","re-silvan-warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit-20160717t114128268z"], + ["dantheman","re-biophil-re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t163056247z"], + ["dantheman","re-team-leibniz-but-its-a-scam-right-how-do-you-explain-steem-to-others-20160717t190024852z"], + ["dantheman","re-flexcougar-the-hacker-keys-or-the-savior-20160718t004416582z"], + ["dantheman","re-tinfoilfedora-re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033835988z"], + ["dantheman","re-samuelcole90-my-problem-with-steemit-20160718t113033912z"], + ["dantheman","re-hofman386-15-signs-of-a-healthy-relationship-20160719t005652504z"], + ["dantheman","re-announcement-re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160719t013210889z"], + ["dantheman","re-dmitriybtc-steemit-developers-should-try-to-be-more-people-oriented-20160719t014552578z"], + ["dantheman","re-redexi-steemit-com-how-i-survived-the-downtime-and-why-you-should-care-20160719t123917963z"], + ["dantheman","re-cryptofunk-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221230062z"], + ["dantheman","re-steem1-re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221925526z"], + ["dantheman","re-mahekg-how-can-steemit-be-workable-long-term-20160720t120839908z"], + ["dantheman","re-ausbitbank-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210215478z"], + ["dantheman","re-itstimetostop-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210256723z"], + ["dantheman","re-daenerys-this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please-20160721t122228356z"], + ["dantheman","re-pipokinha-all-you-whales-are-now-under-my-power-upvote-20160721t123600578z"], + ["dantheman","re-hassan123-account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is-20160721t124042328z"], + ["dantheman","re-thedoctor-ohh-not-again-hate-writing-my-password-wrong-20160723t031808924z"], + ["dantheman","re-positive-asymptotic-vs-bounded-new-hard-fork-and-auto-spammers-20160724t041358393z"], + ["dantheman","re-hitmeasap-what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing-20160725t130749997z"], + ["dantheman","re-innuendo-what-are-replaying-attacts-on-ethereum-20160726t114401792z"], + ["dantheman","re-melek-steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it-20160728t023658745z"], + ["dantheman","re-bitrexx-if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money-20160728t124830599z"], + ["dantheman","re-mauricemikkers-steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd-20160729t032944418z"], + ["dantheman","re-calamus056-top-10-annoyances-of-the-steemit-platform-20160729t033807998z"], + ["dantheman","steem-chat-verification"], + ["dantheman","re-winstonwolfe-lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it-20160729t122913626z"], + ["dantheman","notice-to-tag-spammers"], + ["dantheman","re-joseph-proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo-20160729t202306401z"], + ["dantheman","re-cryptogee-re-dantheman-notice-to-tag-spammers-20160729t213908633z"], + ["dantheman","re-soulbrain-laws-of-the-winners-principles-of-successful-people-part-1-20160729t214234517z"], + ["dantheman","notice-to-bot-spammers"], + ["dantheman","re-pairmike-re-dantheman-notice-to-bot-spammers-20160729t221244194z"], + ["dantheman","re-cryptohustlin-re-dantheman-notice-to-bot-spammers-20160729t221342548z"], + ["dantheman","re-anonymint-re-dantheman-notice-to-bot-spammers-20160729t223219381z"], + ["dantheman","re-mialolita-re-dantheman-notice-to-bot-spammers-20160729t223426526z"], + ["dantheman","re-nonlinearone-re-dantheman-notice-to-bot-spammers-20160729t223500986z"], + ["dantheman","re-demotruk-re-dantheman-notice-to-bot-spammers-20160729t223528601z"], + ["dantheman","re-pfunk-re-dantheman-notice-to-bot-spammers-20160729t223619664z"], + ["dantheman","vilifying-bots"], + ["dantheman","re-sir-re-dantheman-vilifying-bots-20160730t165518981z"], + ["dantheman","re-everythink-what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything-20160730t215716868z"], + ["dantheman","re-decrypt-you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth-20160730t220758336z"], + ["dantheman","re-rcartwright1-re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t201603987z"], + ["dantheman","re-kamvreto-new-feature-reputation-20160802t201806164z"], + ["dantheman","re-bullionstackers-re-bullionstackers-can-someone-explain-20160802t203032936z"], + ["dantheman","re-chrishronic-re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t212235562z"], + ["dantheman","brief-update-on-reputation-score"], + ["dantheman","re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t214629572z"], + ["dantheman","re-jasonmcz-peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker-20160802t220733568z"], + ["dantheman","re-chitty-re-dantheman-brief-update-on-reputation-score-20160802t220924870z"], + ["dantheman","re-lindee-hamner-re-dantheman-brief-update-on-reputation-score-20160802t220958710z"], + ["dantheman","re-fubar-bdhr-re-dantheman-brief-update-on-reputation-score-20160802t221350786z"], + ["dantheman","re-jaycobbell-re-dantheman-brief-update-on-reputation-score-20160802t221631094z"], + ["dantheman","re-merej99-re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222622814z"], + ["dantheman","re-dantheman-brief-update-on-reputation-score-20160802t223111474z"], + ["dantheman","re-ajvest-re-dantheman-brief-update-on-reputation-score-20160802t223400931z"], + ["dantheman","re-spaninv-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t223615774z"], + ["dantheman","re-nanzo-scoop-re-dantheman-brief-update-on-reputation-score-20160802t223704397z"], + ["dantheman","re-bullionstackers-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t224048880z"], + ["dantheman","re-andu-re-dantheman-brief-update-on-reputation-score-20160802t225923989z"], + ["dantheman","re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t130947602z"], + ["dantheman","bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent"], + ["dantheman","re-intelliguy-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181445104z"], + ["dantheman","re-dana-edwards-re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t185156482z"], + ["dantheman","re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t185555680z"], + ["dantheman","re-edbriv-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t190359502z"], + ["dantheman","re-orly-re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191804525z"], + ["dantheman","re-kuriko-dantheman-my-suggestion-to-the-new-reputation-system-20160803t194038952z"], + ["dantheman","re-jsteck-re-jacor-the-new-reputation-system-good-or-bad-20160803t194649669z"], + ["dantheman","re-sean-king-sexual-click-bait-20160803t200523599z"], + ["dantheman","re-steemrollin-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202504307z"], + ["dantheman","re-benzimmerman-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202610861z"], + ["dantheman","re-pfunk-steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets-20160803t212947254z"], + ["dantheman","re-krystox-my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more-20160804t004330452z"], + ["dantheman","re-theprophet0-7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours-20160804t123900104z"], + ["dantheman","re-mughat-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140405570z"], + ["dantheman","re-modprobe-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140641152z"], + ["dantheman","re-dennygalindo-re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t144800603z"], + ["dantheman","re-spiz0r-re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t185803360z"], + ["dantheman","re-edbriv-i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6-20160804t190052954z"], + ["dantheman","re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t212231053z"], + ["dantheman","re-sirwinchester-a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat-20160804t212929104z"], + ["dantheman","re-capitalism-re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t213225345z"], + ["dantheman","re-derekareith-re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t010336503z"], + ["dantheman","re-hisnameisolllie-steem-dilution-rate-explained-currently-much-higher-than-you-might-think-20160805t122405846z"], + ["dantheman","re-gord0b-steemit-daily-action-stats-into-the-darkside-of-bots-20160805t144111458z"], + ["dantheman","re-anarchyhasnogods-re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t150259058z"], + ["dantheman","re-nanzo-scoop-synereo-alpha-demo-real-competition-for-steemit-around-the-corner-20160805t174754912z"], + ["dantheman","re-joseph-first-steemit-clone-is-an-ico-20160805t223258806z"], + ["dantheman","re-satire-re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t225520353z"], + ["dantheman","re-larkenrose-all-i-am-asking-20160806t130748844z"], + ["dantheman","re-jimmco-what-can-be-the-next-blockchain-killer-app-20160806t142248851z"], + ["dantheman","re-crossroads-eth-vs-etc-what-matters-is-the-future-20160806t143141949z"], + ["dantheman","re-freedomengineer-the-steaming-pile-of-shit-called-steemit-brian-sovryn-20160807t123645421z"], + ["dantheman","re-lukmarcus-old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts-20160807t125806812z"], + ["dantheman","re-georgesteem-a-steeming-bubble-20160807t135904016z"], + ["dantheman","re-faddat-something-s-wrong-with-sbd-20160808t161352457z"], + ["dantheman","re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t184225109z"], + ["dantheman","re-faddat-re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t190705807z"], + ["dantheman","re-drwasho-re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t195604421z"], + ["dantheman","dns-via-steem"], + ["dantheman","re-ash-finally-the-follower-feed-is-here-20160808t220720347z"], + ["dantheman","re-paullinator-re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160809t011748795z"], + ["dantheman","re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t132354219z"], + ["dantheman","re-fairytalelife-incorrect-password-20160809t172102382z"], + ["dantheman","re-jamesbrown-re-fairytalelife-incorrect-password-20160809t172709011z"], + ["dantheman","re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t175120351z"], + ["dantheman","re-zorrotmm-re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t192228925z"], + ["dantheman","re-tie-warutho-re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t192823682z"], + ["dantheman","re-anonymint-blog-rewards-can-t-be-widely-distributed-20160810t211314330z"], + ["dantheman","re-jpiper20-steemit-is-losing-it-s-purpose-let-s-stop-it-togther-20160810t215945670z"], + ["dantheman","people-rank-using-page-rank-algorithm-for-better-curation-and-rewards"], + ["dantheman","re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154105849z"], + ["dantheman","re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154438664z"], + ["dantheman","re-pangur-ban-re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t181222107z"], + ["dantheman","follow-up-to-people-rank-algorithm-for-better-curation-rewards"], + ["dantheman","re-shaheer001-re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t192007694z"], + ["dantheman","re-bendjmiller222-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t202302998z"], + ["dantheman","re-omfedor-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t210432271z"], + ["dantheman","re-furion-i-have-60btc-to-invest-in-steem-20160812t150359024z"], + ["dantheman","re-liberosist-steem-power-distribution-trends-august-update-the-re-distribution-skips-down-20160812t151157049z"], + ["dantheman","re-chitty-whale-s-dilemma-20160812t155654929z"], + ["dantheman","what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy"], + ["dantheman","re-scaredycatguide-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213930206z"], + ["dantheman","re-dennygalindo-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220244973z"], + ["dantheman","re-zer0sum-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t234450298z"], + ["dantheman","re-corbettreport-re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t132533395z"], + ["dantheman","origin-of-the-right-to-vote-and-how-the-system-denies-this-right"], + ["dantheman","re-ionescur-re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171641826z"], + ["dantheman","re-firepower-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173105502z"], + ["dantheman","re-ionescur-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173222773z"], + ["dantheman","the-politics-of-negative-voting"], + ["dantheman","re-r4fken-re-dantheman-the-politics-of-negative-voting-20160813t182409757z"], + ["dantheman","re-busser-re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t183524160z"], + ["dantheman","re-a11at-i-lost-my-44-reputation-20160813t184500516z"], + ["dantheman","re-sykochica-re-a11at-i-lost-my-44-reputation-20160813t184554830z"], + ["dantheman","re-macartem-re-dantheman-the-politics-of-negative-voting-20160813t185612239z"], + ["dantheman","re-mrosenquist-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t190637930z"], + ["dantheman","re-btcbtcbtc20155-re-dantheman-the-politics-of-negative-voting-20160813t192411416z"], + ["dantheman","re-cryptos-do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many-20160814t140554259z"], + ["dantheman","negative-voting-and-steem"], + ["dantheman","re-r4fken-re-dantheman-negative-voting-and-steem-20160814t162510383z"], + ["dantheman","re-nubchai-re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t170007073z"], + ["dantheman","re-paco-re-dantheman-negative-voting-and-steem-20160814t170254445z"], + ["dantheman","re-breathe3000-re-dantheman-negative-voting-and-steem-20160814t170945554z"], + ["dantheman","re-wiseguy-break-breaking-news-hillary-s-secret-service-drops-bombshell-20160815t025118576z"], + ["dantheman","curation-rewards-and-voting-incentive"], + ["dantheman","re-aenor-re-dantheman-curation-rewards-and-voting-incentive-20160815t183752171z"], + ["dantheman","re-nubchai-re-dantheman-curation-rewards-and-voting-incentive-20160815t183819698z"], + ["dantheman","re-dennygalindo-re-dantheman-curation-rewards-and-voting-incentive-20160815t184026657z"], + ["dantheman","re-vi1son-re-dantheman-curation-rewards-and-voting-incentive-20160815t184232530z"], + ["dantheman","re-dan-bn-re-dantheman-curation-rewards-and-voting-incentive-20160815t184350552z"], + ["dantheman","re-madillorama-re-dantheman-curation-rewards-and-voting-incentive-20160815t184910800z"], + ["dantheman","re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185955242z"], + ["dantheman","re-blueorgy-upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button-20160815t190732717z"], + ["dantheman","re-thecryptofiend-re-complexring-re-complexring-testing-new-payout-reward-time-20160815t200737649z"], + ["dantheman","re-steemapp-re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t213059405z"], + ["dantheman","re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220104912z"], + ["dantheman","re-glitterfart-the-flaw-of-the-current-voting-system-and-an-actual-solution-20160815t221008588z"], + ["dantheman","re-djm34-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221224276z"], + ["dantheman","re-blueorgy-re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221416114z"], + ["dantheman","re-jeremyfromwi-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221505382z"], + ["dantheman","re-coar-re-sean-king-hand-20160815t221616637z"], + ["dantheman","re-kyriacos-re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t143546750z"], + ["dantheman","re-charlieshrem-re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t193422026z"], + ["dantheman","re-heimindanger-introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket-20160817t001448101z"], + ["dantheman","re-teambitwala-re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t133717993z"], + ["dantheman","re-geke-re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t192021460z"], + ["dantheman","re-corintxt-re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t193232942z"], + ["dantheman","re-theoretical-improving-the-steem-platform-for-long-term-content-20160818t203347792z"], + ["dantheman","re-dana-edwards-mutual-aid-societies-the-evolution-to-the-current-state-of-the-art-20160818t215016604z"], + ["dantheman","re-claudiop63-does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts-20160819t105403924z"], + ["dantheman","our-corrupt-sense-of-fairness"], + ["dantheman","re-steempower-re-dantheman-our-corrupt-sense-of-fairness-20160819t152722949z"], + ["dantheman","re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t153757237z"], + ["dantheman","re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t161739740z"], + ["dantheman","re-condra-re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161919220z"], + ["dantheman","re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z"], + ["dantheman","re-condra-re-dantheman-our-corrupt-sense-of-fairness-20160819t162817572z"], + ["dantheman","re-full-measure-re-dantheman-our-corrupt-sense-of-fairness-20160819t163444435z"], + ["dantheman","re-redredwine-do-you-believe-in-ghosts-20160819t165623069z"], + ["dantheman","re-dana-edwards-re-dantheman-our-corrupt-sense-of-fairness-20160819t180912308z"], + ["dantheman","re-dana-edwards-re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t181400021z"], + ["dantheman","re-dantheman-re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t181748143z"], + ["dantheman","re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t185230383z"], + ["dantheman","re-dwinblood-opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness-20160819t191602427z"], + ["dantheman","could-wren-be-the-future-of-smart-contract-scripting-languages"], + ["dantheman","re-daut44-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215841378z"], + ["dantheman","re-recursive-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t220035057z"], + ["dantheman","re-ervin-lemark-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224417121z"], + ["dantheman","re-cryptobro-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t230957992z"], + ["dantheman","re-vi1son-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t231102854z"], + ["dantheman","re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t140455196z"], + ["dantheman","re-lemouth-re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160820t140940342z"], + ["dantheman","re-business-re-dantheman-our-corrupt-sense-of-fairness-20160820t141221416z"], + ["dantheman","re-herzmeister-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142249623z"], + ["dantheman","re-satoshifpv-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142703532z"], + ["dantheman","re-orly-re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t143303227z"], + ["dantheman","steem-dollar-stability-enhancements"], + ["dantheman","re-anotherjoe-re-dantheman-steem-dollar-stability-enhancements-20160820t170251032z"], + ["dantheman","re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t173023639z"], + ["dantheman","re-pfunk-re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t180216310z"], + ["dantheman","re-clevecross-re-dantheman-steem-dollar-stability-enhancements-20160820t182838834z"], + ["dantheman","re-vi1son-re-dantheman-steem-dollar-stability-enhancements-20160820t183245987z"], + ["dantheman","re-furion-re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193440627z"], + ["dantheman","re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z"], + ["dantheman","re-zer0sum-re-dantheman-steem-dollar-stability-enhancements-20160820t194310887z"], + ["dantheman","re-siren-re-dantheman-steem-dollar-stability-enhancements-20160820t194523487z"], + ["dantheman","re-dantheman-steem-dollar-stability-enhancements-20160820t202655521z"], + ["dantheman","re-dantheman-re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t203044311z"], + ["dantheman","steem-dollars-have-limits"], + ["dantheman","re-stealthtrader-notifications-on-steemit-20160820t223235383z"], + ["dantheman","re-venuspcs-re-dantheman-steem-dollars-have-limits-20160820t224147869z"], + ["dantheman","re-bitcoiner-re-dantheman-steem-dollars-have-limits-20160820t224426689z"], + ["dantheman","re-ekitcho-re-dantheman-steem-dollars-have-limits-20160820t224641563z"], + ["dantheman","re-ryno-re-dantheman-steem-dollars-have-limits-20160820t230127406z"], + ["dantheman","re-seedragons-re-dantheman-steem-dollars-have-limits-20160820t230239803z"], + ["dantheman","re-skeptic-re-dantheman-steem-dollars-have-limits-20160821t001545221z"], + ["dantheman","re-dana-edwards-formal-verification-of-smart-contracts-and-wren-20160822t144519936z"], + ["dantheman","re-jaredhowe-defending-yourself-from-a-bureaucratic-attack-20160823t013256679z"], + ["dantheman","re-tie-warutho-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172559315z"], + ["dantheman","re-tie-warutho-re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172644236z"], + ["dantheman","re-elyaque-steem-report-august-26-20160826t133142125z"], + ["dantheman","re-neoxian-re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t133759213z"], + ["dantheman","re-kyriacos-re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t212547004z"], + ["dantheman","re-magnebit-steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up-20160827t190528970z"], + ["dantheman","re-dana-edwards-are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878-20160828t184822022z"], + ["dantheman","re-gringalicious-re-steemitblog-introducing-promoted-content-20160829t221126447z"], + ["dantheman","re-cryptos-re-steemitblog-introducing-promoted-content-20160829t221602282z"], + ["dantheman","re-luminousvisions-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222527493z"], + ["dantheman","re-dahaz159-re-steemitblog-introducing-promoted-content-20160829t222749743z"], + ["dantheman","re-krnel-re-steemitblog-introducing-promoted-content-20160829t223228265z"], + ["dantheman","re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t223437303z"], + ["dantheman","re-ervin-lemark-re-steemitblog-introducing-promoted-content-20160829t223639882z"], + ["dantheman","re-krnel-re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223721778z"], + ["dantheman","re-dennygalindo-re-steemitblog-introducing-promoted-content-20160829t224054763z"], + ["dantheman","re-streetstyle-re-steemitblog-introducing-promoted-content-20160829t230004797z"], + ["dantheman","re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230708926z"], + ["dantheman","re-condra-does-steemit-need-a-share-button-and-other-questions-20160829t231605473z"], + ["dantheman","re-beanz-re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231727542z"], + ["dantheman","re-cryptos-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232102387z"], + ["dantheman","re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232222240z"], + ["dantheman","re-thebluepanda-re-steemitblog-introducing-promoted-content-20160829t232247849z"], + ["dantheman","re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t234357998z"], + ["dantheman","re-knircky-re-steemitblog-introducing-promoted-content-20160830t001144870z"], + ["dantheman","re-iamwne-re-steemitblog-introducing-promoted-content-20160830t001357004z"], + ["dantheman","re-condra-re-steemitblog-introducing-promoted-content-20160830t001443515z"], + ["dantheman","re-ausbitbank-re-steemitblog-introducing-promoted-content-20160830t001516613z"], + ["dantheman","re-stellabelle-re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160830t001726180z"], + ["dantheman","re-bergy-re-steemitblog-introducing-promoted-content-20160830t002055016z"], + ["dantheman","re-alexgr-can-we-get-a-feed-link-up-there-too-20160830t003822016z"], + ["dantheman","re-biophil-re-steemitblog-introducing-promoted-content-20160830t011850100z"], + ["dantheman","re-imag1ne-re-steemitblog-introducing-promoted-content-20160830t124241308z"], + ["dantheman","quick-update-regarding-user-retention"], + ["dantheman","re-acassity-steemit-will-never-be-like-facebook-20160830t211115949z"], + ["dantheman","re-deeallen-cultural-economic-and-social-forms-of-capital-on-steemit-original-research-20160831t161527002z"], + ["dantheman","re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t173005490z"], + ["dantheman","re-puffin-eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an-20160831t174511035z"], + ["dantheman","re-unrealisback-promoted-posts-will-it-work-if-not-then-what-will-20160831t175709208z"], + ["dantheman","re-charlieshrem-a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison-20160831t183205440z"], + ["dantheman","re-dennygalindo-re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t212216737z"], + ["dantheman","why-do-we-fight-to-change-the-world"], + ["dantheman","re-the-alien-re-dantheman-why-do-we-fight-to-change-the-world-20160901t183545328z"], + ["dantheman","re-arcaneinfo-re-benjojo-is-there-anything-more-contentious-than-price-20160902t132002894z"], + ["dantheman","re-dana-edwards-an-approach-for-dealing-with-harassment-on-steemit-selective-channels-20160902t144417094z"], + ["dantheman","re-gavvet-a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author-20160902t184056016z"], + ["dantheman","re-steemdesign-warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now-20160902t184633283z"], + ["dantheman","re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t194440142z"], + ["dantheman","re-tobixen-what-if-the-us-govt-really-wanted-to-censor-steem-20160902t213104170z"], + ["dantheman","re-chitty-your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards-20160902t215650411z"], + ["dantheman","re-bobbybillbob-re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t024157858z"], + ["dantheman","re-matthewmencel-re-larkenrose-principles-and-predictions-20160903t163841505z"], + ["dantheman","re-leavemealone-ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on-20160904t031526209z"], + ["dantheman","re-stan-dissing-god-20160905t154955986z"], + ["dantheman","re-robles4242-labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military-20160905t155650325z"], + ["dantheman","censorship-is-impossible-in-a-free-society"], + ["dantheman","re-future24-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185815376z"], + ["dantheman","re-flowergirl-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190127748z"], + ["dantheman","re-jbaker585-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190213510z"], + ["dantheman","re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z"], + ["dantheman","re-cherryleaf-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190545891z"], + ["dantheman","re-ats-david-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192639255z"], + ["dantheman","re-jrcornel-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193102449z"], + ["dantheman","re-heretickitten-re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t195920319z"], + ["dantheman","re-heretickitten-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t200028669z"], + ["dantheman","re-calaber24p-how-much-money-is-enough-20160906t213756001z"], + ["dantheman","re-kamil5-ended-the-crazy-burning-man-festival-2016-20160906t214109290z"], + ["dantheman","nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government"], + ["dantheman","re-matthewtiii-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164951676z"], + ["dantheman","re-echoesinthemind-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165815294z"], + ["dantheman","re-clevecross-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170024145z"], + ["dantheman","re-samether-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170518440z"], + ["dantheman","re-tuck-fheman-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t172410067z"], + ["dantheman","scalability-of-individual-responsibility-in-anarchy"], + ["dantheman","re-dan-re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t212656326z"], + ["dantheman","re-alexbulkin-scalability-of-value-in-decentralized-networks-20160908t194710667z"], + ["dantheman","re-ash-re-steemitblog-new-advanced-formatting-features-20160908t194936046z"], + ["dantheman","re-calaber24p-revamping-curation-is-the-way-to-increase-steem-power-demand-20160908t195713476z"], + ["dantheman","re-james-show-re-steemitblog-new-advanced-formatting-features-20160908t195925396z"], + ["dantheman","re-katecloud-a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud-20160909t171623715z"], + ["dantheman","re-serejandmyself-the-one-who-haunts-me-an-original-poem-20160909t172636154z"], + ["dantheman","re-jennane-how-weed-saved-my-husband-20160909t173348662z"], + ["dantheman","re-stealthtrader-could-a-giant-solar-flare-take-out-all-cryptocurrency-20160909t173842408z"], + ["dantheman","re-littlescribe-re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t184422489z"], + ["dantheman","justification-for-104-week-power-down"], + ["dantheman","re-james-show-re-dantheman-justification-for-104-week-power-down-20160909t203406976z"], + ["dantheman","re-moonguy-re-dantheman-justification-for-104-week-power-down-20160909t204951730z"], + ["dantheman","re-larkenrose-supply-and-demand-steemit-style-20160910t135933357z"], + ["dantheman","re-jrcornel-re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162714012z"], + ["dantheman","re-ibringawareness-re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t151350711z"], + ["dantheman","re-sigmajin-re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154250511z"], + ["dantheman","re-cryptomental-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154502285z"], + ["dantheman","re-masteryoda-steem-blocksize-report-2-20160913t155438893z"], + ["dantheman","re-arcange-the-end-of-steem-cpu-mining-update-2-20160913t161730780z"], + ["dantheman","re-krnel-unity-and-knowledge-20160914t153436683z"], + ["dantheman","re-james-show-re-biophil-sbd-conversion-should-be-cancelable-20160914t200843808z"], + ["dantheman","re-beanz-petition-to-take-down-earnest-fao-dan-and-ned-20160915t135233694z"], + ["dantheman","re-noganoo-re-krnel-true-unity-is-based-in-morality-20160915t164644431z"], + ["steemit1","re-edgeland-knoxville-blockchain-enthusiasts-meetup-1st-follow-up-20160706t222105825z"], + ["steemit3","first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott"], + ["steemit3","third-update-to-july-14th-security-announcement-account-recovery-begins"], + ["bavak","steemit-is-addressing-an-interesting-economics-problem"], + ["bavak","58taeu-steemit-is-addressing-an-interesting-economics-problem"], + ["bavak","re-trogdor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190847475z"], + ["bavak","re-jako-why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin-20160725t193507538z"], + ["bavak","re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t203959355z"], + ["bavak","re-timcliff-steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community-20160726t123610078z"], + ["bavak","re-timcliff-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t123912663z"], + ["bavak","re-bhokor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t131039211z"], + ["bavak","re-positive-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t132842958z"], + ["bavak","re-mahekg-know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post-20160727t133154927z"], + ["bavak","re-liberosist-re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160729t122217437z"], + ["bavak","advice-to-a-young-engineer-starting-with-a-new-company"], + ["mr11acdee","test"], + ["mr11acdee","test-post"], + ["mr11acdee","re-wingz-re-jsc-re-wingz-steemit-a-speculators-july-4th-trading-strategy-danger-zone-20160704t153452369z"], + ["mr11acdee","re-metropolit-re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160711t021222738z"], + ["mr11acdee","re-cool-re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160711t021404816z"], + ["mr11acdee","test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts"], + ["mr11acdee","re-timotirado-re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t134909394z"], + ["mr11acdee","re-kingjohal-how-poverty-changes-your-brain-can-steemit-help-the-poor-20160713t143814992z"], + ["mr11acdee","re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t201220669z"], + ["mr11acdee","testing-image-upload"], + ["mr11acdee","re-pfunk-a-detailed-look-at-the-account-registration-process-for-review-comment-and-suggestion-from-all-users-20160714t005704777z"], + ["mr11acdee","re-theoretical-re-noisy-how-to-increase-a-productivity-as-a-software-developer-part-i-livecoding-20160718t044941300z"], + ["mr11acdee","all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app"], + ["mr11acdee","re-cryptocurrency1-sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak-20160731t015807284z"], + ["mr11acdee","re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t121552607z"], + ["mr11acdee","re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t122157673z"], + ["mr11acdee","re-veryscience-re-jsc-re-veryscience-i-have-a-question-for-the-steemit-community-how-do-curation-rewards-work-20160731t132756251z"], + [ "mr11acdee","re-honore-my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years-20160803t194853929z"], + [ "mr11acdee","re-feedthemachine-don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker-20160803t195450647z"], + [ "mr11acdee","re-steemdrive-steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa-20160806t203845694z"], + [ "mr11acdee","re-stormcloudgather-stormcloudsgathering-20160808t124447310z"], + [ "mr11acdee","re-lukewearechange-re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200110378z"], + [ "mr11acdee","re-lukewearechange-re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200649606z"], + [ "erath","re-piedpiper-amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions-20160704t045415372z"], + [ "erath","re-seiznem-just-started-on-steemit-please-help-20160705t004741940z"], + [ "erath","re-shake9169-crypto-currency-and-me-20160705t005609132z"], + [ "erath","re-powerwizard-hi-everyone-20160705t010243102z"], + [ "erath","re-norbu-re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t021646678z"], + [ "erath","re-kingg-well-we-see-how-this-works-20160705t023847869z"], + [ "erath","re-cool-my-introduction-20160705t031130247z"], + [ "erath","re-brianyu14519-6d2kf-im-new-to-steem-and-here-20160705t230501894z"], + [ "erath","re-mikebike-can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users-20160706t230821906z"], + [ "erath","re-vmaxee-newbie-20160708t014509734z"], + [ "erath","re-apardes-7s5hnt-hi-there-20160709t183333939z"], + [ "erath","re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160709t200813113z"], + [ "erath","re-discombobulated-asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies-20160709t202924445z"], + [ "erath","re-shawkhawk-is-any-of-the-content-on-steemit-real-20160710t023125227z"], + [ "erath","re-apocaloptimisto-re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t024144452z"], + [ "erath","re-owdy-whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars-20160711t021150403z"], + [ "erath","re-traderjeff-comment-section-needs-a-quick-fix-20160712t012557721z"], + [ "erath","re-noodhoog-hello-steemit-20160713t015532646z"], + [ "erath","re-moneymarket-bitcoin-to-steem-20160714t000235639z"], + [ "erath","re-bacchist-re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t033110960z"], + [ "erath","re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t155216423z"], + [ "erath","re-positive-re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t163345952z"], + [ "erath","re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160723t003619631z"], + [ "erath","re-crazysmile-7cvukv-the-paradox-of-our-times-by-dalai-lama-20160724t175815755z"], + [ "erath","re-flyover-re-brookdemar-i-m-homeless-but-not-forgotten-20160725t233602165z"], + [ "erath","re-alexander1-steemit-isn-t-a-social-network-it-s-an-economic-system-20160726t001042256z"], + [ "erath","re-addicted-upvote-value-20160726t073443803z"], + [ "erath","re-jasmine-l-steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme-20160726t073933946z"], + [ "erath","re-benjojo-re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t174335867z"], + [ "erath","re-r4fken-why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong-20160728t203215243z"], + [ "erath","re-r4fken-steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r-20160728t203305755z"], + [ "erath","re-btcto100k-steemit-exposed-20160729t001826124z"], + [ "erath","re-btcto100k-re-erath-re-btcto100k-steemit-exposed-20160729t003521452z"], + [ "erath","re-deanliu-translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit-20160729t064028855z"], + [ "erath","re-cbncb6-trying-to-figure-this-out-20160730t013420085z"], + [ "erath","re-mahekg-expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail-20160730t225047975z"], + [ "erath","re-howard3-founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands-20160802t013732533z"], + [ "erath","re-mythras-re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t192003243z"], + [ "erath","re-jenelyn-re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160803t002407911z"], + [ "erath","re-dvaryani-a-blockchain-based-social-network-which-pays-20160804t025459458z"], + [ "erath","re-logic-steemit-as-direct-projection-of-delusion-of-american-dream-20160804t031609626z"], + [ "erath","re-macartem-donald-trump-has-americanized-vladimir-putin-s-war-on-truth-20160804t224411036z"], + [ "erath","re-rednetkjh-let-this-guy-help-you-20160805t231237387z"], + [ "erath","re-greatone-re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t043458327z"], + [ "erath","re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z"], + [ "erath","re-jlwk0lb-lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me-20160822t004955578z"], + [ "erath","re-juneaugoldbuyer-if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale-20160822t190626559z"], + [ "erath","re-alexgr-wikipedia-the-truth-and-the-eye-of-kennedy-20160912t200502069z"], + [ "erath","re-dreagonhaise-girl-and-wolf-20160912t201613186z"], + [ "faddy","re-spaced-security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks-20160713t215221610z"], + [ "faddy","re-stoner19-re-val-a-re-stoner19-hodlcoin-the-hidden-gem-20160817t200218209z"], + [ "fminerten1","re-fluffypony-what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project-20160713t125402671z"], + [ "fminerten1","re-steem1-what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem-20160714t075113119z"], + [ "fminerten1","re-chris4210-hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo-20160714t092216549z"], + [ "fminerten1","re-dantheman-i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today-20160714t120435839z"], + [ "fminerten1","re-sir-re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174436230z"], + [ "fminerten1","re-peterz-steem-currency-cheat-sheet-20160728t181739057z"], + [ "fminerten1","re-rachelkhona-my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night-20160728t185507885z"], + [ "fminerten1","re-sir-first-advertising-billboard-for-steemit-is-ready-in-croatia-video-20160729t154424632z"], + [ "fminerten1","re-olegw-beluga-whale-underwater-steemit-logo-animation-video-20160730t105829508z"], + [ "fminerten1","re-jl777-the-300-20160802t083358046z"], + [ "fminerten1","re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t124124518z"], + [ "fminerten1","re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t140535065z"], + [ "fminerten1","re-stan-just-got-my-dollar-vigilante-newsletter-all-about-steemit-20160807t142208004z"], + [ "fminerten1","re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t145936508z"], + [ "fminerten1","re-blakemiles84-re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t165709892z"], + [ "fminerten1","re-ebenezer-steem-dollars-to-steem-20160807t171109987z"], + [ "fminerten1","this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video"], + [ "fminerten1","re-exyle-a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit-20160816t080522006z"], + [ "fminerten1","re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016-20160816t135819054z"], + [ "fminerten1","re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t200849221z"], + [ "fminerten1","re-tuck-fheman-let-s-all-bash-dan-20160816t214242699z"], + [ "fminerten1","re-saulius-steemit-is-in-big-trouble-20160816t220324300z"], + [ "fminerten1","re-tuck-fheman-re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t223802908z"], + [ "fminerten1","re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t045612277z"], + [ "fminerten1","re-charlieshrem-charlie-shrem-is-now-on-steemit-20160817t050102590z"], + [ "fminerten1","re-steemdrive-re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t101417875z"], + [ "fminerten1","re-xeroc-testing-tags-20160819t084314591z"], + [ "fminerten1","re-rogerkver-roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit-20160819t100520479z"], + [ "fminerten1","re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160819t101306723z"], + [ "fminerten1","i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same"], + [ "fminerten1","re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t150819669z"], + [ "fminerten1","re-djm34-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t151321261z"], + [ "fminerten1","re-shla-rafia-re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t193240971z"], + [ "fminerten1","re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t205945960z"], + [ "fminerten1","re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055116006z"], + [ "fminerten1","re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055648868z"], + [ "fminerten1","re-dantheman-our-corrupt-sense-of-fairness-20160821t062542713z"], + [ "fminerten1","re-sovereignbtc-re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160821t130136794z"], + [ "fminerten1","re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t134100989z"], + [ "fminerten1","re-faddat-re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t180711336z"], + [ "fminerten1","re-mikeyb-re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t185837942z"], + [ "fminerten1","congratulations-smooth-you-win"], + [ "fminerten1","re-daut44-ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis-20160823t060503813z"], + [ "fminerten1","re-christ-christ-is-now-on-steemit-and-you-will-downvote-him-20160825t064855163z"], + [ "fminerten1","re-eeks-5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil-20160827t105929651z"], + [ "fminerten1","re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t151758532z"], + [ "fminerten1","re-biophil-re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160828t070013028z"], + [ "fminerten1","re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016-20160828t071341433z"], + [ "fminerten1","re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016-20160909t052950431z"], + [ "panadacoin","panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community"], + [ "panadacoin","i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs"], + [ "itsascam","re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t022727595z"], + [ "itsascam","re-dollarvigilante-steemit-is-a-scam-how-bernie-sanders-screwed-me-20160810t135502951z"], + [ "itsascam","re-iggy-re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t113049669z"], + [ "barrie","re-whalepanda-what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc-20160725t162359567z"], + [ "barrie","re-jiaxi-hello-steemit-my-name-is-jiaxi-i-m-from-china-20160727t042352270z"], + [ "barrie","re-whalepanda-the-complete-story-of-ethereum-so-far-20160803t101308889z"], + [ "barrie","re-jesta-re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160810t071416141z"], + [ "benita","how-to-compare-multiple-recipes-for-the-same-dish"], + [ "benita","sherry-plumped-raisin-scones"], + [ "benita","re-michelegraybeal-scone-recipe-lime-cardamom-video-20160726t204421972z"], + [ "steempty","and-9762-test"], + [ "steempty","re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t052717512z"], + [ "steempty","re-dorit-israeli-dorit-s-ten-commandments-20160705t200232302z"], + [ "steempty","re-simba-re-joelinux-re-simba-the-dead-sea-at-sunset-20160709t140638909z"], + [ "steempty","re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t215939419z"], + [ "steempty","re-hitmeasap-re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220852252z"], + [ "steempty","re-foma17-re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t062218115z"], + [ "steempty","re-mayathedog-hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit-20160717t130527530z"], + [ "steempty","careful-with-that-axe-eugene"], + [ "steempty","re-pcste-my-photography-bands-clown-my-original-work-20160721t170934779z"], + [ "steempty","re-dog-proper-introduction-20160721t174918899z"], + [ "steempty","re-simba-sandy-trip-a-journey-to-southern-israel-20160721t221718048z"], + [ "steempty","re-steempty-careful-with-that-axe-eugene-20160725t221120280z"], + [ "steempty","re-thecryptofiend-re-steempty-careful-with-that-axe-eugene-20160725t223441628z"], + [ "steempty","re-queenmountain-i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana-20160730t113609810z"], + [ "steempty","re-opheliafu-are-you-ready-to-go-on-another-journey-with-me-20160805t094949313z"], + [ "steempty","re-dollarvigilante-today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history-20160819t083114914z"], + [ "steempty","re-queenmountain-i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art-20160825t154615248z"], + [ "smooth","test"], + [ "smooth","re-dan-re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160702t062502700z"], + [ "smooth","re-grittenald-re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t102549100z"], + [ "smooth","re-fyrstikken-re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024736500z"], + [ "smooth","re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t024930900z"], + [ "smooth","re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025250900z"], + [ "smooth","re-tinfoilfedora-re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025325400z"], + [ "smooth","re-hipster-how-to-measure-success-of-steem-20160704t025705200z"], + [ "smooth","re-tinfoilfedora-convert-to-steem-takes-1-week-20160704t030429800z"], + [ "smooth","re-steemitblog-re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t030832200z"], + [ "smooth","re-will-zewe-re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t031049900z"], + [ "smooth","re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t040436400z"], + [ "smooth","re-blocktrades-bitcoin-payments-accepted-in-20s-soon-to-be-6s-20160704t040637300z"], + [ "smooth","re-klye-bittrex-steem-wallet-maintenance-20160704t040955200z"], + [ "smooth","re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051225800z"], + [ "smooth","re-alyssas-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051402000z"], + [ "smooth","re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t080958400z"], + [ "smooth","re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t081255800z"], + [ "smooth","re-easteagle13-re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082329600z"], + [ "smooth","re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082440000z"], + [ "smooth","re-hipster-re-smooth-re-hipster-how-to-measure-success-of-steem-20160705t035202500z"], + [ "smooth","re-kagetoki-1-re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160705t035504400z"], + [ "smooth","re-donkeypong-can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category-20160705t051016800z"], + [ "smooth","re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064745000z"], + [ "smooth","re-justtryme90-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064822500z"], + [ "smooth","re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t094120800z"], + [ "smooth","re-nadejde-the-circlejerk-of-steemit-and-why-is-bad-for-everybody-20160705t101050900z"], + [ "smooth","re-ash-re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t113333000z"], + [ "smooth","re-cryptogee-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t113728900z"], + [ "smooth","re-thirdstryker1-core-media-supernet-weekly-no-17-20160705t114420600z"], + [ "smooth","re-wingz-how-to-buy-a-steem-dollar-for-less-than-a-dollar-20160705t185650100z"], + [ "smooth","re-clains-re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t201618900z"], + [ "smooth","re-miles2045-vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more-20160705t205442800z"], + [ "smooth","re-hipster-re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t205726400z"], + [ "smooth","re-abit-re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210106700z"], + [ "smooth","re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210325200z"], + [ "smooth","re-abit-re-dantheman-new-features-on-steemit-20160706t005732000z"], + [ "smooth","re-dantheman-new-features-on-steemit-20160706t005919100z"], + [ "smooth","re-abit-re-smooth-re-dantheman-new-features-on-steemit-20160706t070004700z"], + [ "smooth","re-wingz-re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t070344200z"], + [ "smooth","re-spiry-btc-re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t071233400z"], + [ "smooth","re-ash-steem-power-and-vests-20160706t091310800z"], + [ "smooth","re-azaan-steem-on-20160706t093906200z"], + [ "smooth","re-dan-steemit-s-evil-plan-for-cryptocurrency-world-domination-20160707t101053600z"], + [ "smooth","re-stellabelle-the-secret-writer-the-fucked-up-letter-i-got-from-my-dad-20160708t230441700z"], + [ "smooth","re-joelinux-i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned-20160708t230958400z"], + [ "smooth","re-bittrex-bill-new-bittrex-market-for-steam-dollars-20160709t221927200z"], + [ "smooth","re-norbu-re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t090018900z"], + [ "smooth","re-bacchist-re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t103736400z"], + [ "smooth","re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160711t032643400z"], + [ "smooth","re-heiditravels-14-days-in-north-africa-part-1-20160711t032827700z"], + [ "smooth","re-getssidetracked-re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160713t012525700z"], + [ "smooth","re-lukestokes-re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160713t023756100z"], + [ "smooth","re-wpalczynski-re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t191443900z"], + [ "smooth","re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t072956200z"], + [ "smooth","re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073235600z"], + [ "smooth","re-norbu-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082151700z"], + [ "smooth","re-benjojo-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082459500z"], + [ "smooth","re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083033700z"], + [ "smooth","re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083646600z"], + [ "smooth","re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t095355200z"], + [ "smooth","re-jl777-re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202254800z"], + [ "smooth","re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202453700z"], + [ "smooth","re-jl777-re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t222837700z"], + [ "smooth","re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t224535400z"], + [ "smooth","re-jl777-re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t230322500z"], + [ "smooth","re-juansgalt-re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t231926100z"], + [ "smooth","re-biophil-re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052359400z"], + [ "smooth","re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052447400z"], + [ "smooth","re-fyrstikken-welcome-to-norway-the-kingdom-on-the-very-top-of-the-world-20160716t054331200z"], + [ "smooth","re-dan-does-blockchain-security-need-to-be-completely-reworked-20160716t105421300z"], + [ "smooth","re-btc-dialog-question-how-does-the-website-interact-with-the-blockchain-20160717t072013400z"], + [ "smooth","re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t222121900z"], + [ "smooth","re-anonymint-re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t003048100z"], + [ "smooth","re-alexgr-re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t052042900z"], + [ "smooth","re-alexgr-curation-gamed-through-unvoting-20160718t052428700z"], + [ "smooth","re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053031100z"], + [ "smooth","re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053409100z"], + [ "smooth","re-dana-edwards-re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t054304100z"], + [ "smooth","re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t055059200z"], + [ "smooth","re-heiditravels-re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t073202400z"], + [ "smooth","re-ph111p-re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160718t092956500z"], + [ "smooth","re-abit-re-jl777-solution-to-liquidity-points-bugs-20160718t104527100z"], + [ "smooth","re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104707000z"], + [ "smooth","re-abit-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104849800z"], + [ "smooth","re-jl777-re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105855900z"], + [ "smooth","re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160719t004517600z"], + [ "smooth","re-generalizethis-steemit-will-it-link-all-the-things-discussion-topic-20160719t023909800z"], + [ "smooth","re-rodomonte-social-attack-on-steemit-20160719t235424700z"], + [ "smooth","re-noodhoog-re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t061711000z"], + [ "smooth","re-kyletorpey-re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160720t062413000z"], + [ "smooth","re-pheonike-option-to-have-a-variable-withdrawal-terms-20160720t062915400z"], + [ "smooth","re-cass-re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091418600z"], + [ "smooth","re-anonymint-get-33-more-steem-for-your-steem-dollars-20160720t224317700z"], + [ "smooth","re-anonymint-it-s-so-easy-to-become-a-millionaire-with-steem-20160721t214933400z"], + [ "smooth","re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t023015100z"], + [ "smooth","re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t030817200z"], + [ "smooth","re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z"], + [ "smooth","re-brennanhm-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t045008000z"], + [ "smooth","re-smooth-re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t054459200z"], + [ "smooth","re-cryptoctopus-re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055254100z"], + [ "smooth","re-oliverb-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055453200z"], + [ "smooth","re-thovre-re-steemitblog-steem-version-0-12-0-released-20160722t062754900z"], + [ "smooth","re-sauravrungta-re-steemitblog-steem-version-0-12-0-released-20160722t063201900z"], + [ "smooth","re-steemitblog-steem-version-0-12-0-released-20160722t063450600z"], + [ "smooth","re-bitcoiner-re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t121739800z"], + [ "smooth","re-xeroc-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180525100z"], + [ "smooth","re-nippel66-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013936600z"], + [ "smooth","re-joelinux-re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t015657200z"], + [ "smooth","re-ltndd1-re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t024833700z"], + [ "smooth","re-theoretical-re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160723t081125200z"], + [ "smooth","re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t201525500z"], + [ "smooth","re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202329100z"], + [ "smooth","re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160723t215243100z"], + [ "smooth","re-djm34-djm34-in-da-place-20160724t005251700z"], + [ "smooth","re-jl777-re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t015017200z"], + [ "smooth","re-jl777-re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t021547500z"], + [ "smooth","re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t084221000z"], + [ "smooth","re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t122046000z"], + [ "smooth","re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t222555200z"], + [ "smooth","re-eeks-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223106800z"], + [ "smooth","re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z"], + [ "smooth","re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z"], + [ "smooth","re-smooth-re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160725t001033200z"], + [ "smooth","re-smooth-re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t001402300z"], + [ "smooth","re-pangur-ban-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001729900z"], + [ "smooth","re-earnest-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001823200z"], + [ "smooth","re-lukestokes-re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160725t002003700z"], + [ "smooth","re-cloveandcinnamon-re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160725t015329400z"], + [ "smooth","re-winstonwolfe-re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t125948600z"], + [ "smooth","re-rnobrega-re-masteryoda-why-i-removed-all-my-posts-20160725t134650800z"], + [ "smooth","re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141005600z"], + [ "smooth","re-steemedbroccoli-re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141319700z"], + [ "smooth","re-anyx-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141610700z"], + [ "smooth","re-positive-re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143440800z"], + [ "smooth","re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143808600z"], + [ "smooth","re-brianphobos-re-steve-mcclair-area-51-steemit-has-arrived-20160725t145344400z"], + [ "smooth","re-eeks-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t153608800z"], + [ "smooth","re-patrice-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t224840200z"], + [ "smooth","re-masteryoda-why-i-removed-all-my-posts-20160725t225404600z"], + [ "smooth","re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t235239600z"], + [ "smooth","re-doctorstrange-re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160726t002633700z"], + [ "smooth","re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t003016300z"], + [ "smooth","re-ztl-re-masteryoda-why-i-removed-all-my-posts-20160726t003129100z"], + [ "smooth","re-karchersmith-re-masteryoda-why-i-removed-all-my-posts-20160726t003221100z"], + [ "smooth","re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t022046200z"], + [ "smooth","re-bayareacoins-re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t034734600z"], + [ "smooth","re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t043719600z"], + [ "smooth","re-yuji225-re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t043820800z"], + [ "smooth","re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t052745800z"], + [ "smooth","ignore"], + [ "smooth","re-doctorstrange-re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t083504800z"], + [ "smooth","re-doctorstrange-re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t083859500z"], + [ "smooth","re-fintech-jesus-the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me-20160726t093214900z"], + [ "smooth","re-gavvet-steemit-the-wild-west-of-the-future-internet-we-need-more-whales-20160726t095619000z"], + [ "smooth","re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t131428100z"], + [ "smooth","re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150432800z"], + [ "smooth","re-jamtaylor-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151724700z"], + [ "smooth","re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t152154700z"], + [ "smooth","re-anonimau5-re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t223101800z"], + [ "smooth","re-bayareacoins-why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem-20160727t022250100z"], + [ "smooth","re-bayareacoins-is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit-20160727t022445300z"], + [ "smooth","re-earnest-re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t022944600z"], + [ "smooth","re-dan-re-timd-tf222-20160727t040628000z"], + [ "smooth","re-repholder-how-copying-and-pasting-images-can-get-you-in-trouble-20160727t041121900z"], + [ "smooth","re-minion-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160727t041748400z"], + [ "smooth","re-james-show-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t042201400z"], + [ "smooth","re-getssidetracked-re-dan-re-timd-tf222-20160727t054923000z"], + [ "smooth","re-joelkatz-re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t093650900z"], + [ "smooth","re-katya-re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t111504500z"], + [ "smooth","re-williambanks-re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t115409000z"], + [ "smooth","re-oliverb-re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t183534700z"], + [ "smooth","re-deathsangel-psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed-20160729t043941200z"], + [ "smooth","re-question-answers-why-does-conversion-from-steem-dollars-to-steem-take-1-week-20160729t062645500z"], + [ "smooth","re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065546900z"], + [ "smooth","re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065843100z"], + [ "smooth","re-daf-re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065954600z"], + [ "smooth","re-clains-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t070311200z"], + [ "smooth","re-kuriko-re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t121813500z"], + [ "smooth","re-lasvegasgirl-my-visit-to-gordon-ramsay-burgr-in-las-vegas-20160730t011146700z"], + [ "smooth","re-tuck-fheman-re-dantheman-notice-to-bot-spammers-20160730t012524100z"], + [ "smooth","re-dantheman-notice-to-bot-spammers-20160730t012633100z"], + [ "smooth","re-jasonmcz-the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source-20160730t014202100z"], + [ "smooth","re-alexgr-re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160730t015023200z"], + [ "smooth","re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t053752500z"], + [ "smooth","re-dantheman-notice-to-tag-spammers-20160730t060959300z"], + [ "smooth","re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t083903700z"], + [ "smooth","re-cass-re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t085331200z"], + [ "smooth","re-celebr1ty-on-the-way-to-my-dream-20160730t093843200z"], + [ "smooth","re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t111752800z"], + [ "smooth","re-bulkygangsta-re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t220028500z"], + [ "smooth","re-bycz-africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up-20160730t221434500z"], + [ "smooth","re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t224846000z"], + [ "smooth","re-blockchaingirl-re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t230016400z"], + [ "smooth","re-panenka-the-beautiful-walled-city-of-dubrovnik-croatia-20160730t233545600z"], + [ "smooth","re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t015641500z"], + [ "smooth","re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t041116800z"], + [ "smooth","re-complexring-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044357100z"], + [ "smooth","re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044451800z"], + [ "smooth","re-coinz-re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160731t065352200z"], + [ "smooth","re-r0achtheunsavory-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t113625600z"], + [ "smooth","re-earnest-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t232936500z"], + [ "smooth","re-williambanks-re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t233243800z"], + [ "smooth","re-andrewfoodist-soylent-ingredient-breakdown-from-a-food-scientist-20160731t233830700z"], + [ "smooth","re-furion-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000515500z"], + [ "smooth","re-jl777-re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000640900z"], + [ "smooth","re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t090328300z"], + [ "smooth","re-prufarchy-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t092733600z"], + [ "smooth","re-foma17-how-to-deal-with-bad-thoughts-psychologist-s-advice-20160801t095538300z"], + [ "smooth","re-thebluepanda-who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february-20160801t105538800z"], + [ "smooth","re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t120531800z"], + [ "smooth","re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121230700z"], + [ "smooth","re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121511100z"], + [ "smooth","re-t3lin-cake-steemit-and-my-self-presentation-20160801t132707800z"], + [ "smooth","re-furion-developers-guide-to-steem-s-blockchain-20160801t134419900z"], + [ "smooth","re-autostation-re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t135622900z"], + [ "smooth","re-celebr1ty-patties-bomb-20160801t140929000z"], + [ "smooth","re-ntomaino-re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t200249000z"], + [ "smooth","re-theoretical-re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t212300700z"], + [ "smooth","re-hrottie-re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t213421400z"], + [ "smooth","re-anyx-re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t221714000z"], + [ "smooth","re-alexgr-if-you-think-about-it-it-s-not-quality-that-matters-but-relevance-20160801t223700800z"], + [ "smooth","re-r0achtheunsavory-re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t234438400z"], + [ "smooth","re-egjoshslim-another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3-20160802t010714900z"], + [ "smooth","re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t050917500z"], + [ "smooth","re-incomemonthly-re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t060515300z"], + [ "smooth","re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t085808100z"], + [ "smooth","re-anonymint-re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t090712200z"], + [ "smooth","re-merej99-re-smooth-voting-is-a-popularity-contest-20160802t095308000z"], + [ "smooth","re-riensen-steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool-20160802t105249500z"], + [ "smooth","re-kapets-they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened-20160802t111915900z"], + [ "smooth","re-zorro-re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t112339200z"], + [ "smooth","re-theyam-steemitphotochallenge-entry-sunday-stroll-on-the-beach-20160802t113835800z"], + [ "smooth","re-hanshotfirst-my-daughter-s-neville-longbottom-moment-of-the-day-20160802t120504500z"], + [ "smooth","re-sarahmegabubble-my-name-is-sarah-megabubble-and-i-m-joining-steemit-20160802t120854600z"], + [ "smooth","re-verelst-goodbye-emoji-welcome-steempty-20160802t123358700z"], + [ "smooth","re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t001012400z"], + [ "smooth","re-klye-re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160803t002216000z"], + [ "smooth","re-joseph-the-owls-and-the-crows-part-ii-20160803t003258600z"], + [ "smooth","re-earnest-re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t003957000z"], + [ "smooth","re-patrick-g-re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t004329500z"], + [ "smooth","re-fuzzyvest-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160803t004428100z"], + [ "smooth","re-wang-farewell-so-much-hate-20160803t013754700z"], + [ "smooth","re-dantheman-brief-update-on-reputation-score-20160803t021104200z"], + [ "smooth","re-cheetah-re-i-built-a-geothermal-greenhouse-20160803t022121-20160803t024346600z"], + [ "smooth","re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t030602800z"], + [ "smooth","re-pjheinz-re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t040756800z"], + [ "smooth","re-crazylife-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t041038600z"], + [ "smooth","re-creationlayer-keeping-steemit-healthy-compassion-forgiveness-envy-and-markets-20160803t045637500z"], + [ "smooth","re-kuriko-re-simranverma-how-i-live-with-parkinson-s-disease-20160803t050919600z"], + [ "smooth","re-generalizethis-what-fight-club-can-teach-us-about-social-networks-20160803t064025900z"], + [ "smooth","re-simranverma-is-online-sex-considered-cheating-20160803t065542700z"], + [ "smooth","re-generalizethis-re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t073822300z"], + [ "smooth","re-penambang-how-single-downvote-ruined-my-reputation-20160803t082604700z"], + [ "smooth","re-summonerrk-re-smooth-test-20160803t085308700z"], + [ "smooth","re-rznag-re-summonerrk-re-rznag-re-smooth-test-20160803t090137000z"], + [ "smooth","57i8q4-test"], + [ "smooth","re-smooth-57i8q4-test-20160803t090601400z"], + [ "smooth","re-jesta-steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more-20160803t094915100z"], + [ "smooth","re-knozaki2015-re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t134402900z"], + [ "smooth","re-alex2016-re-dantheman-brief-update-on-reputation-score-20160803t140021800z"], + [ "smooth","re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t140654800z"], + [ "smooth","re-mun-re-dantheman-brief-update-on-reputation-score-20160803t141746300z"], + [ "smooth","re-nanzo-scoop-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142104400z"], + [ "smooth","re-noisy-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142427800z"], + [ "smooth","re-miketr-re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162906500z"], + [ "smooth","re-liondani-re-miketr-increase-reputation-post-20160803t165243800z"], + [ "smooth","re-webdeals-i-got-a-bad-reputation-and-i-need-help-i-am-not-bad-20160803t171814500z"], + [ "smooth","re-ben99-to-steemit-or-not-to-steemit-that-s-the-question-20160803t191203300z"], + [ "smooth","re-theoretical-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160803t213712800z"], + [ "smooth","re-shredlord-apology-for-my-newly-found-6-reputation-and-an-article-on-ants-20160804t103553700z"], + [ "smooth","re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z"], + [ "smooth","re-lorddominik007-how-a-whole-day-of-crying-helped-my-reputation-20160804t111316300z"], + [ "smooth","re-alphabeta-re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t111925500z"], + [ "smooth","re-lorddominik007-re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112806600z"], + [ "smooth","re-miketr-increase-reputation-post-2-20160804t113309000z"], + [ "smooth","re-lukmarcus-mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself-20160804t115709200z"], + [ "smooth","re-mrzazaful-help-me-i-don-t-understand-why-my-reputation-is-low-20160804t121130400z"], + [ "smooth","re-alphabeta-re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121519000z"], + [ "smooth","re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121651400z"], + [ "smooth","re-cheetah-re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233-20160804t203502200z"], + [ "smooth","re-generalizethis-re-rigel-re-generalizethis-free-monero-20160804t203750200z"], + [ "smooth","re-dollarvigilante-re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220410600z"], + [ "smooth","re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220923200z"], + [ "smooth","re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221313100z"], + [ "smooth","re-kuriko-re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t014908900z"], + [ "smooth","re-doctorstrange-re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t023457600z"], + [ "smooth","re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t055323600z"], + [ "smooth","re-bendjmiller222-re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160805t062342900z"], + [ "smooth","re-teatree-re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160805t081136700z"], + [ "smooth","re-juvyjabian-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t104117600z"], + [ "smooth","re-josdenmark-re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t104317900z"], + [ "smooth","re-knozaki2015-re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160805t105535000z"], + [ "smooth","re-dennygalindo-re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160805t113911600z"], + [ "smooth","re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t132947100z"], + [ "smooth","re-jonathan-tokki-i-m-a-bot-now-with-6-reputation-20160805t144700900z"], + [ "smooth","re-juvyjabian-re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t145219300z"], + [ "smooth","re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151559800z"], + [ "smooth","re-someguy123-re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151654200z"], + [ "smooth","re-jrkirby-re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t153202800z"], + [ "smooth","re-semenovich-hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter-20160805t161115900z"], + [ "smooth","re-karoline-reputation-20160805t162617800z"], + [ "smooth","re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172253700z"], + [ "smooth","re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172517800z"], + [ "smooth","re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t173006200z"], + [ "smooth","re-mxjxn-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221238900z"], + [ "smooth","re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221516400z"], + [ "smooth","re-serejandmyself-learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition-20160805t222953800z"], + [ "smooth","re-madbitcoins-introducing-madbitcoins-20160805t223815300z"], + [ "smooth","re-jpiper20-well-i-guess-steem-isn-t-a-pile-of-shit-after-all-20160805t224508200z"], + [ "smooth","re-mark-waser-re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t234340000z"], + [ "smooth","re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t234658900z"], + [ "smooth","re-alexgr-images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add-20160806t000356500z"], + [ "smooth","re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t005249600z"], + [ "smooth","re-smailer-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010218600z"], + [ "smooth","re-streetstyle-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t011535800z"], + [ "smooth","re-pheonike-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020410000z"], + [ "smooth","re-goodluckcanuck-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020624500z"], + [ "smooth","re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t021100400z"], + [ "smooth","re-jesta-re-james-show-re-klye-why-i-stopped-powering-down-20160806t024156300z"], + [ "smooth","re-klye-why-i-stopped-powering-down-20160806t024623100z"], + [ "smooth","re-mustafaomar-slack-channel-down-for-maintenance-reputation-appeal-20160806t065431100z"], + [ "smooth","re-juvyjabian-re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t082252200z"], + [ "smooth","re-faddat-re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160806t093000000z"], + [ "smooth","re-always1success-re-smooth-test-20160806t100101600z"], + [ "smooth","re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101021800z"], + [ "smooth","re-finfree-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101335100z"], + [ "smooth","re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101900900z"], + [ "smooth","re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z"], + [ "smooth","re-applecrisp-re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t104556000z"], + [ "smooth","re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t105916700z"], + [ "smooth","re-smooth-re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t113101700z"], + [ "smooth","re-youngkim-re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t115440100z"], + [ "smooth","re-someguy123-re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t131943100z"], + [ "smooth","re-celebr1ty-chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit-20160806t135127400z"], + [ "smooth","re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t140204300z"], + [ "smooth","re-dollarvigilante-re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t235815600z"], + [ "smooth","re-bacchist-re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t015942000z"], + [ "smooth","re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t020225900z"], + [ "smooth","re-saharov-orda-underwater-cave-so-beautiful-you-ve-ever-seen-20160807t021734400z"], + [ "smooth","re-jl777-re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t030310200z"], + [ "smooth","re-acidyo-sgg-steem-game-giveaway-is-here-20160807t031545300z"], + [ "smooth","re-pjheinz-re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033353300z"], + [ "smooth","re-scaredycatguide-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033520400z"], + [ "smooth","re-ivangav5-our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states-20160807t043325100z"], + [ "smooth","re-anonymint-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t073232100z"], + [ "smooth","re-jsteck-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073515900z"], + [ "smooth","re-t3ran13-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073608800z"], + [ "smooth","re-blueorgy-sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research-20160807t095927800z"], + [ "smooth","re-tronys-re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t102031500z"], + [ "smooth","re-mac-o-wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique-20160807t104122500z"], + [ "smooth","re-rznag-hidden-worlds-things-your-eyes-can-t-see-infrared-photography-20160807t115338100z"], + [ "smooth","re-jrkirby-re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t122224800z"], + [ "smooth","re-cryptofunk-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t122657700z"], + [ "smooth","re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150037000z"], + [ "smooth","re-simoneighties-re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t154018400z"], + [ "smooth","re-hoopatang-re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t222432000z"], + [ "smooth","re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t232844300z"], + [ "smooth","re-moonguy-re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t233112100z"], + [ "smooth","re-kylenator-my-top-8-favorite-games-of-all-time-20160807t234642800z"], + [ "smooth","re-mihaiart-steemians-portraits-first-edition-20160807t234904100z"], + [ "smooth","re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160807t235124000z"], + [ "smooth","re-bergy-re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t235435500z"], + [ "smooth","re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t235918500z"], + [ "smooth","re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t001305100z"], + [ "smooth","re-thecryptofiend-re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t002040500z"], + [ "smooth","re-anonymint-who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power-20160808t003901500z"], + [ "smooth","re-najoh-re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t005410100z"], + [ "smooth","re-masteryoda-re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160808t020523500z"], + [ "smooth","re-calamus056-re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160808t021059900z"], + [ "smooth","re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t051654500z"], + [ "smooth","re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t054021300z"], + [ "smooth","re-royaltiffany-re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160808t060753400z"], + [ "smooth","re-sammy007-re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t061006800z"], + [ "smooth","re-derrick1974-re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t064723600z"], + [ "smooth","re-tygergamer-my-thoughts-on-abzu-the-game-20160808t082657200z"], + [ "smooth","re-noganoo-i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world-20160808t110206100z"], + [ "smooth","re-saulius-have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz-20160808t111123100z"], + [ "smooth","re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125140900z"], + [ "smooth","re-pjheinz-re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t153027000z"], + [ "smooth","re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t170359500z"], + [ "smooth","re-onceuponatime-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035903700z"], + [ "smooth","re-klye-re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035956000z"], + [ "smooth","re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t060456800z"], + [ "smooth","re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t095240700z"], + [ "smooth","re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t103631700z"], + [ "smooth","re-dooglus-re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t104241100z"], + [ "smooth","re-sammy007-steemit-as-a-kind-of-magic-funding-platform-and-even-more-20160810t004425800z"], + [ "smooth","re-najoh-re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160810t010313800z"], + [ "smooth","re-summon-re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t025205500z"], + [ "smooth","re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t030104400z"], + [ "smooth","re-owdy-scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system-20160810t051109200z"], + [ "smooth","re-the-alien-holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words-20160810t052823700z"], + [ "smooth","re-lasvegasgirl-my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3-20160810t055413500z"], + [ "smooth","re-xcynosure-re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160810t060028500z"], + [ "smooth","re-klye-nsfw-content-not-showing-up-in-blog-20160810t060222600z"], + [ "smooth","re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t061926300z"], + [ "smooth","re-doctorstrange-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t063800500z"], + [ "smooth","re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t064328400z"], + [ "smooth","re-anduweb-re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t081045000z"], + [ "smooth","re-venuspcs-suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be-20160810t083520000z"], + [ "smooth","re-oumar-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t092358200z"], + [ "smooth","re-ats-david-re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t094400600z"], + [ "smooth","re-hitmeasap-why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything-20160810t095850100z"], + [ "smooth","re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101612400z"], + [ "smooth","re-williambanks-re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101928200z"], + [ "smooth","re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102005000z"], + [ "smooth","re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102235400z"], + [ "smooth","re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t102802500z"] + ]} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "1000_pairs" + directory: "database_api_patterns/find_comments" -- GitLab From 70dd4c0e465e2443ae4c1cb48d7e7dc29341f2dc Mon Sep 17 00:00:00 2001 From: ABW Date: Wed, 2 Dec 2020 19:56:14 +0100 Subject: [PATCH 06/19] [ABW]: corrected pattern for find_comments after fix in code added test related to fix with encoding in find_comments some community related negative tests changed after error check unification (also in some cases community is not validated where it wasn't before) ignore_tags on admins removed since they are properly sorted by name some tests are no longer failing due to addition of expected checks --- .../community_not_found.pat.json | 2 +- .../get_community/observer_not_found.pat.json | 2 +- .../community_not_found.pat.json | 2 +- .../observer_not_found.pat.json | 2 +- .../account_not_found.pat.json | 2 +- .../community_not_found.orig.json} | 0 .../community_not_found.pat.json | 5 + .../community_not_found.tavern.yaml} | 12 +- .../list_subscribers/account_error.pat.json | 6 +- .../account_error.tavern.yaml | 3 +- .../community_not_found.orig.json} | 0 .../community_not_found.pat.json | 2 +- .../community_not_found.tavern.yaml | 3 +- .../undefined_operator.pat.json | 6 +- .../undefined_operator.tavern.yaml | 2 +- .../list_communities/hive-171487.tavern.yaml | 1 - .../list_communities/hive-186669.tavern.yaml | 1 - .../list_communities/max_limit.pat.json | 8 +- .../list_communities/max_limit.tavern.yaml | 1 - .../list_communities/one.tavern.yaml | 1 - .../list_communities/page_2.tavern.yaml | 1 - .../list_community_roles/empty.pat.json | 1 - .../list_subscribers/named_arg.pat.json | 1 - .../list_subscribers/pos_arg.pat.json | 15 +- .../list_subscribers/pos_arg.tavern.yaml | 4 +- .../find_comments/1000_pairs.orig.json | 48367 ++++++++++++++++ .../find_comments/1000_pairs.pat.json | 39190 ++++++------- .../find_comments/1000_pairs.tavern.yaml | 2 +- .../find_comments/escape_chars.orig.json | 3 + .../find_comments/escape_chars.pat.json | 3 + .../find_comments/escape_chars.tavern.yaml} | 16 +- 31 files changed, 68026 insertions(+), 19638 deletions(-) rename hivemind/tavern/{bridge_api_patterns/list_community_roles/empty.orig.json => bridge_api_negative/list_community_roles/community_not_found.orig.json} (100%) create mode 100644 hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.pat.json rename hivemind/tavern/{bridge_api_patterns/list_community_roles/empty.tavern.yaml => bridge_api_negative/list_community_roles/community_not_found.tavern.yaml} (64%) rename hivemind/tavern/{bridge_api_patterns/list_subscribers/named_arg.orig.json => bridge_api_negative/list_subscribers/community_not_found.orig.json} (100%) delete mode 100644 hivemind/tavern/bridge_api_patterns/list_community_roles/empty.pat.json delete mode 100644 hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.pat.json create mode 100644 hivemind/tavern/database_api_patterns/find_comments/1000_pairs.orig.json create mode 100644 hivemind/tavern/database_api_patterns/find_comments/escape_chars.orig.json create mode 100644 hivemind/tavern/database_api_patterns/find_comments/escape_chars.pat.json rename hivemind/tavern/{bridge_api_patterns/list_subscribers/named_arg.tavern.yaml => database_api_patterns/find_comments/escape_chars.tavern.yaml} (51%) diff --git a/hivemind/tavern/bridge_api_negative/get_community/community_not_found.pat.json b/hivemind/tavern/bridge_api_negative/get_community/community_not_found.pat.json index b08409bd..9928a34c 100644 --- a/hivemind/tavern/bridge_api_negative/get_community/community_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/get_community/community_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "community not found", + "data": "Community hive-197922 does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/get_community/observer_not_found.pat.json b/hivemind/tavern/bridge_api_negative/get_community/observer_not_found.pat.json index 7bac2901..bec552d6 100644 --- a/hivemind/tavern/bridge_api_negative/get_community/observer_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/get_community/observer_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "account not found: `nonexisting`", + "data": "Account nonexisting does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/get_community_context/community_not_found.pat.json b/hivemind/tavern/bridge_api_negative/get_community_context/community_not_found.pat.json index b08409bd..960f52ab 100644 --- a/hivemind/tavern/bridge_api_negative/get_community_context/community_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/get_community_context/community_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "community not found", + "data": "Community Hive Gaming does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/get_community_context/observer_not_found.pat.json b/hivemind/tavern/bridge_api_negative/get_community_context/observer_not_found.pat.json index 7bac2901..bec552d6 100644 --- a/hivemind/tavern/bridge_api_negative/get_community_context/observer_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/get_community_context/observer_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "account not found: `nonexisting`", + "data": "Account nonexisting does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/list_all_subscriptions/account_not_found.pat.json b/hivemind/tavern/bridge_api_negative/list_all_subscriptions/account_not_found.pat.json index 7fc7c91c..95e47652 100644 --- a/hivemind/tavern/bridge_api_negative/list_all_subscriptions/account_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/list_all_subscriptions/account_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "account not found: `wyuh`", + "data": "Account wyuh does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.orig.json b/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.orig.json similarity index 100% rename from hivemind/tavern/bridge_api_patterns/list_community_roles/empty.orig.json rename to hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.orig.json diff --git a/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.pat.json b/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.pat.json new file mode 100644 index 00000000..9c02a9db --- /dev/null +++ b/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Community hive-123456 does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.tavern.yaml b/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.tavern.yaml similarity index 64% rename from hivemind/tavern/bridge_api_patterns/list_community_roles/empty.tavern.yaml rename to hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.tavern.yaml index 802b9dd7..053de4a1 100644 --- a/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.tavern.yaml +++ b/hivemind/tavern/bridge_api_negative/list_community_roles/community_not_found.tavern.yaml @@ -1,14 +1,15 @@ --- - test_name: Hivemind bridge_api.list_community_roles empty patterns test + test_name: Hivemind bridge_api.list_community_roles marks: - - patterntest + - patterntest # original did not validate community + - negative includes: - !include ../../common.yaml stages: - - name: list_community_roles empty + - name: list_community_roles request: url: "{service.proto:s}://{service.server:s}:{service.port}/" method: POST @@ -24,5 +25,6 @@ verify_response_with: function: validate_response:compare_response_with_pattern extra_kwargs: - method: "empty" - directory: "bridge_api_patterns/list_community_roles" + method: "community_not_found" + directory: "bridge_api_negative/list_community_roles" + error_response: true diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.pat.json b/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.pat.json index fe51488c..48fd0531 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.pat.json +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.pat.json @@ -1 +1,5 @@ -[] +{ + "code": -32602, + "data": "Community 789 does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.tavern.yaml b/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.tavern.yaml index f36d9ea2..5fda5d09 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.tavern.yaml +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/account_error.tavern.yaml @@ -2,9 +2,8 @@ test_name: bridge_api.list_subscribers account error # not documented marks: - - patterntest + - patterntest # original did not validate community - negative - - xfail # error should be generated here, but we get empty result (like in original) includes: - !include ../../common.yaml diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.orig.json b/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.orig.json similarity index 100% rename from hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.orig.json rename to hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.orig.json diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.pat.json b/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.pat.json index 77446f4c..9928a34c 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.pat.json +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "missing a required argument: 'community'", + "data": "Community hive-197922 does not exist", "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.tavern.yaml b/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.tavern.yaml index fc9a110a..f167ccee 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.tavern.yaml +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/community_not_found.tavern.yaml @@ -2,9 +2,8 @@ test_name: bridge_api.list_subscribers community not found marks: - - patterntest + - patterntest # original did not validate community - negative - - xfail # is there should be an error that community not exists? includes: - !include ../../common.yaml diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.pat.json b/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.pat.json index 106e2cec..48fd0531 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.pat.json +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.pat.json @@ -1,5 +1,5 @@ { - "code": -32000, - "data": "UndefinedFunction: operator does not exist: character varying = integer\nLINE 1: SELECT id FROM hive_communities WHERE name = 789\n ^\nHINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.\n", - "message": "Server error" + "code": -32602, + "data": "Community 789 does not exist", + "message": "Invalid parameters" } diff --git a/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.tavern.yaml b/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.tavern.yaml index ec25b84e..b0ad70db 100644 --- a/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.tavern.yaml +++ b/hivemind/tavern/bridge_api_negative/list_subscribers/undefined_operator.tavern.yaml @@ -2,7 +2,7 @@ test_name: bridge_api.list_subscribers undefined operator # not documented marks: - - patterntest # change it into proper error, server error, especially from SQL, is not good enough + - patterntest # used to have a bug related to invalid call when nonstring was passed - negative includes: diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/hive-171487.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_communities/hive-171487.tavern.yaml index 7867dca6..bd52baa9 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/hive-171487.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_communities/hive-171487.tavern.yaml @@ -27,4 +27,3 @@ extra_kwargs: method: "hive-171487" directory: "bridge_api_patterns/list_communities" - ignore_tags: ['admins'] # random order of admins \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/hive-186669.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_communities/hive-186669.tavern.yaml index 0e505f81..6f3bd0c8 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/hive-186669.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_communities/hive-186669.tavern.yaml @@ -27,4 +27,3 @@ extra_kwargs: method: "hive-186669" directory: "bridge_api_patterns/list_communities" - ignore_tags: ['admins'] # random order of admins \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.pat.json index d54d69a2..d1b0ba55 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.pat.json @@ -2,9 +2,9 @@ { "about": "", "admins": [ - "test-safari", + "abit", "good-karma", - "abit" + "test-safari" ], "avatar_url": "", "context": {}, @@ -23,8 +23,8 @@ { "about": "A place for major news from around the world.", "admins": [ - "test-safari", - "blocktrades" + "blocktrades", + "test-safari" ], "avatar_url": "", "context": {}, diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.tavern.yaml index 7e38a514..c005cc65 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_communities/max_limit.tavern.yaml @@ -27,4 +27,3 @@ extra_kwargs: method: "max_limit" directory: "bridge_api_patterns/list_communities" - ignore_tags: ['admins'] # random order of admins \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/one.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_communities/one.tavern.yaml index 1a66a816..72daa01f 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/one.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_communities/one.tavern.yaml @@ -27,4 +27,3 @@ extra_kwargs: method: "one" directory: "bridge_api_patterns/list_communities" - ignore_tags: ['admins'] # random order of admins \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/page_2.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_communities/page_2.tavern.yaml index c9a81e68..c814cbee 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/page_2.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_communities/page_2.tavern.yaml @@ -27,4 +27,3 @@ extra_kwargs: method: "page_2" directory: "bridge_api_patterns/list_communities" - ignore_tags: ['admins'] # random order of admins \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.pat.json b/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.pat.json deleted file mode 100644 index 0637a088..00000000 --- a/hivemind/tavern/bridge_api_patterns/list_community_roles/empty.pat.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.pat.json b/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.pat.json deleted file mode 100644 index fe51488c..00000000 --- a/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.pat.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.pat.json b/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.pat.json index fe51488c..54dfedd6 100644 --- a/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.pat.json @@ -1 +1,14 @@ -[] +[ + [ + "good-karma", + "guest", + null, + "2016-09-15 19:47:36" + ], + [ + "test-safari", + "guest", + null, + "2016-09-15 19:47:33" + ] +] diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.tavern.yaml b/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.tavern.yaml index e86fc9d5..7ac3acb1 100644 --- a/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/list_subscribers/pos_arg.tavern.yaml @@ -1,7 +1,7 @@ --- test_name: Hivemind bridge_api.list_subscribers patterns test # not documented marks: - - patterntest # no nonempty result possible for 5mln set + - patterntest # relies on mock data (so original is empty - left only to show that positional call was possible) includes: - !include ../../common.yaml @@ -17,7 +17,7 @@ jsonrpc: "2.0" id: 1 method: "bridge.list_subscribers" - params: ["hive-123456"] + params: ["hive-165317"] response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.orig.json b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.orig.json new file mode 100644 index 00000000..cf785a1a --- /dev/null +++ b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.orig.json @@ -0,0 +1,48367 @@ +{ + "comments": [ + { + "abs_rshares": 0, + "active": "2016-07-02T13:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 445, + "beneficiaries": [], + "body": "Run forest run! And that's what he did.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T13:12:00", + "curator_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36167, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T13:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kaylinart", + "parent_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "percent_steem_dollars": 10000, + "permlink": "re-kaylinart-how-i-ran-1-mile-a-day-for-11-years-straight-20160702t131201230z", + "reward_weight": 10000, + "root_author": "kaylinart", + "root_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "title": "", + "total_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T13:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sure if you search exact title.", + "cashout_time": "1969-12-31T23:59:59", + "category": "seo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T13:13:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36169, + "json_metadata": "{\"tags\":[\"seo\"]}", + "last_payout": "2016-08-13T10:34:39", + "last_update": "2016-07-02T13:13:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ash", + "parent_permlink": "seo-with-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-ash-seo-with-steemit-20160702t131332706z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "seo-with-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T14:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If only we could so certain that the right man was caught and killed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T14:16:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36188, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-06T11:16:36", + "last_update": "2016-07-02T14:16:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "percent_steem_dollars": 10000, + "permlink": "re-easteagle13-the-zenith-of-the-purpose-of-life-part-vii-the-better-laws-20160702t141626639z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T04:08:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This makes a lot of assumptions about the nature of reality.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T18:13:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36306, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T18:13:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kevinwong", + "parent_permlink": "are-we-lucky-to-be-here", + "percent_steem_dollars": 10000, + "permlink": "re-kevinwong-are-we-lucky-to-be-here-20160702t181326914z", + "reward_weight": 10000, + "root_author": "kevinwong", + "root_permlink": "are-we-lucky-to-be-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T18:24:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have a sinking suspicion that almost everyone will guess wrong regarding July 4th and the first week after.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-02T18:19:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36310, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-04T20:54:33", + "last_update": "2016-07-02T18:19:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hisnameisolllie", + "parent_permlink": "4th-july-payouts-and-beyond", + "percent_steem_dollars": 10000, + "permlink": "re-hisnameisolllie-4th-july-payouts-and-beyond-20160702t181910952z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "4th-july-payouts-and-beyond", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T23:55:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1035, + "beneficiaries": [], + "body": "https://test.steemit.com/market.html", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-02T19:23:42", + "curator_payout_value": { + "amount": "49", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 36336, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://test.steemit.com/market.html\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:23:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "hipster", + "parent_permlink": "re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t184612966z", + "percent_steem_dollars": 10000, + "permlink": "re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192340625z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "226", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T19:50:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 420, + "beneficiaries": [], + "body": "Real block chain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T19:50:36", + "curator_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 36347, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:50:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t193628175z", + "percent_steem_dollars": 10000, + "permlink": "re-hipster-re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195037683z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T19:51:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Internal market has existed since launch. Just no steem dollars to trade yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T19:51:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 36348, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:51:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192603626z", + "percent_steem_dollars": 10000, + "permlink": "re-riensen-re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195140225z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T21:09:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Have no fear, the math makes this a non issue.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-02T20:28:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 36364, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:17:30", + "last_update": "2016-07-02T20:28:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "trogdor", + "parent_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "percent_steem_dollars": 10000, + "permlink": "re-trogdor-potential-sybil-attack-based-on-early-mover-curation-advantage-20160702t202801497z", + "reward_weight": 10000, + "root_author": "trogdor", + "root_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T07:55:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 95, + "beneficiaries": [], + "body": "All images will be uploaded to IPFS and/or cached by steemit unless they violate our terms of service or the law.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-02T22:27:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 36418, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T16:45:33", + "last_update": "2016-07-02T22:27:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "kenny-crane", + "parent_permlink": "re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222115377z", + "percent_steem_dollars": 10000, + "permlink": "re-kenny-crane-re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222738721z", + "reward_weight": 10000, + "root_author": "intelliguy", + "root_permlink": "what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T12:42:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can go from steem dollars to steem instantly on internal market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T12:39:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37902, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-05T14:23:45", + "last_update": "2016-07-04T12:39:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mctiller", + "parent_permlink": "how-does-the-price-of-steem-affect-payouts", + "percent_steem_dollars": 10000, + "permlink": "re-mctiller-how-does-the-price-of-steem-affect-payouts-20160704t123926908z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "how-does-the-price-of-steem-affect-payouts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T14:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes. What we have today is minimal viable product. It will improve quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T14:00:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 38009, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:00:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "innuendo", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t130634698z", + "percent_steem_dollars": 10000, + "permlink": "re-innuendo-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140029589z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T20:40:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Bandwidth limit for your account has likely been reached. We need to improve error messages.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T14:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 38013, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t061148372z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptogee-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140223433z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T15:01:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is a mater of terms. In a free market there is no violence. What you describe above is a government controlled market. \n\nJust try to achieve your goals without violence.\n\nI up voted not because I agree, but because of the discussion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "capitalism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T14:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38028, + "json_metadata": "{\"tags\":[\"capitalism\"]}", + "last_payout": "2016-08-04T14:19:18", + "last_update": "2016-07-04T14:21:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kagetoki-1", + "parent_permlink": "why-capitalism-is-evil", + "percent_steem_dollars": 10000, + "permlink": "re-kagetoki-1-why-capitalism-is-evil-20160704t142003669z", + "reward_weight": 10000, + "root_author": "kagetoki-1", + "root_permlink": "why-capitalism-is-evil", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T22:32:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is printed just like all other steem dollars. \nInterest compounds monthly when your steem dollar balance changes for any reason.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T22:32:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38802, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-04T23:00:48", + "last_update": "2016-07-04T22:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-does-10-interest-on-sd-work", + "percent_steem_dollars": 10000, + "permlink": "re-nomoreheroes7-how-does-10-interest-on-sd-work-20160704t223233404z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "how-does-10-interest-on-sd-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T22:48:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think we need to reward people who find and post original link. You will get more for your comment than he did for the article.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T22:48:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 38822, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-04T23:26:42", + "last_update": "2016-07-04T22:48:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-weedor-almost-losing-it-all-20160704t191802644z", + "percent_steem_dollars": 10000, + "permlink": "re-donkeypong-re-weedor-almost-losing-it-all-20160704t224853361z", + "reward_weight": 10000, + "root_author": "weedor", + "root_permlink": "almost-losing-it-all", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:42:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 376, + "beneficiaries": [], + "body": "It will be.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:42:24", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38942, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T16:54:15", + "last_update": "2016-07-05T00:42:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sean-king", + "parent_permlink": "zero-value-posts-are-a-buzz-kill", + "percent_steem_dollars": 10000, + "permlink": "re-sean-king-zero-value-posts-are-a-buzz-kill-20160705t004224383z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "zero-value-posts-are-a-buzz-kill", + "title": "", + "total_payout_value": { + "amount": "86", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome. Post more about your self and you will an upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "fintech", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T00:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38955, + "json_metadata": "{\"tags\":[\"fintech\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", + "percent_steem_dollars": 10000, + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005535701z", + "reward_weight": 10000, + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:58:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3817, + "beneficiaries": [], + "body": "Please avoid suggestions of violence against anyone.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:45:42", + "curator_payout_value": { + "amount": "296", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39154, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-23T01:58:54", + "last_update": "2016-07-05T03:45:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "piedpiper", + "parent_permlink": "we-can-now-read-the-clinton-s-emails", + "percent_steem_dollars": 10000, + "permlink": "re-piedpiper-we-can-now-read-the-clinton-s-emails-20160705t034540867z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "we-can-now-read-the-clinton-s-emails", + "title": "", + "total_payout_value": { + "amount": "892", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T14:30:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 145, + "beneficiaries": [], + "body": "Who says steem isn't programmable \ud83d\ude09", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T12:33:42", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39633, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-05T11:59:48", + "last_update": "2016-07-05T12:33:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "publicworker", + "parent_permlink": "steemit-vs-synereo-vs-akasha", + "percent_steem_dollars": 10000, + "permlink": "re-publicworker-steemit-vs-synereo-vs-akasha-20160705t123344126z", + "reward_weight": 10000, + "root_author": "publicworker", + "root_permlink": "steemit-vs-synereo-vs-akasha", + "title": "", + "total_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T03:02:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 126, + "beneficiaries": [], + "body": "They have been replaced with a \"Flag\" button in the top right corner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-06T00:23:39", + "curator_payout_value": { + "amount": "1", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40665, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T23:12:21", + "last_update": "2016-07-06T00:23:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nkdk", + "parent_permlink": "what-happened-with-downvotes", + "percent_steem_dollars": 10000, + "permlink": "re-nkdk-what-happened-with-downvotes-20160706t002338178z", + "reward_weight": 10000, + "root_author": "nkdk", + "root_permlink": "what-happened-with-downvotes", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T01:17:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 623492, + "beneficiaries": [], + "body": "
![](https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg)
\n## Trending is Useful \nThe [trending](/trending) page is now more useful than ever. Now that payouts are daily, the trending page shows the highest valued posts. It will probably be made the default page soon.\n\n## Payout Time Sort Order\nWe added a new [payout time](/cashout) sort order that allows you to see which posts are about to be paid out. This should give everyone one last chance to up/down vote a post before payouts become irreversible.\n\n## New Downvote Button\nDownvote button has been replaced with a flag in the top right corner of each post. This makes it clear that downvotes should be used to flag content for abuse more than to just push someone else down.\n\n## Payout Status \nYou can now inspect a posts payout status by clicking on the pending payout amount. It will tell you when a post is scheduled to payout and how much it has been paid in the past.\n\nEnjoy!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 27, + "children_abs_rshares": 0, + "created": "2016-07-06T00:30:42", + "curator_payout_value": { + "amount": "1552", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 40675, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:30:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 169, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "new-features-on-steemit", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "New Features on Steemit", + "total_payout_value": { + "amount": "146249", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "normally you can follow @steemitblog for information on major updates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T00:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40677, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"steemitblog\"]}", + "last_payout": "2016-08-13T08:41:06", + "last_update": "2016-07-06T00:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market-20160706t003204268z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:09:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good ideas.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T01:09:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 40734, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T01:09:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t010929410z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 100, + "beneficiaries": [], + "body": "You will get more votes if you fix the formatting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T01:23:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40754, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-10T23:32:21", + "last_update": "2016-07-06T01:23:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "coreradio", + "parent_permlink": "interplanetary-file-system", + "percent_steem_dollars": 10000, + "permlink": "re-coreradio-interplanetary-file-system-20160706t012314118z", + "reward_weight": 10000, + "root_author": "coreradio", + "root_permlink": "interplanetary-file-system", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T19:53:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 186, + "beneficiaries": [], + "body": "You get credit for every second. I will have to write a longer blog to answer this. \n\nShort answer is it works like a bank.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-06T11:28:51", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 41418, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-24T07:06:18", + "last_update": "2016-07-06T11:28:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "questions-steem-dollar-interest", + "percent_steem_dollars": 10000, + "permlink": "re-ash-questions-steem-dollar-interest-20160706t112852805z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "questions-steem-dollar-interest", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T02:46:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "Just post something there that says your username here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-07T01:23:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 42736, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:08:33", + "last_update": "2016-07-07T01:23:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ericvancewalton", + "parent_permlink": "re-dan-re-ericvancewalton-hi-i-m-eric-20160706t205129226z", + "percent_steem_dollars": 10000, + "permlink": "re-ericvancewalton-re-dan-re-ericvancewalton-hi-i-m-eric-20160707t012310824z", + "reward_weight": 10000, + "root_author": "ericvancewalton", + "root_permlink": "hi-i-m-eric", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "Just remember your Rights don't come from the constitution. Also, armed resistance to government is far less effective than non-violent alternatives. Steem is a non-violent alternative.", + "cashout_time": "1969-12-31T23:59:59", + "category": "armed", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-07T01:30:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 42747, + "json_metadata": "{\"tags\":[\"armed\"]}", + "last_payout": "2016-08-14T01:55:12", + "last_update": "2016-07-07T01:30:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "venuspcs", + "parent_permlink": "introducing-the-society-of-armed-americans", + "percent_steem_dollars": 10000, + "permlink": "re-venuspcs-introducing-the-society-of-armed-americans-20160707t013056646z", + "reward_weight": 10000, + "root_author": "venuspcs", + "root_permlink": "introducing-the-society-of-armed-americans", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:12:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 99, + "beneficiaries": [], + "body": "The votes are public record and collusion is easy to statistically evaluate for abuse. People downvote garbage that is overpaid. \n\nEvery voter has vested interest in long term.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:12:45", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 44857, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-12T12:54:51", + "last_update": "2016-07-08T01:12:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "shawn-brewer", + "parent_permlink": "checks-and-balances", + "percent_steem_dollars": 10000, + "permlink": "re-shawn-brewer-checks-and-balances-20160708t011245543z", + "reward_weight": 10000, + "root_author": "shawn-brewer", + "root_permlink": "checks-and-balances", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:53:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 207, + "beneficiaries": [], + "body": "I thought the article was poorly articulated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:53:27", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 44905, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-08T09:53:45", + "last_update": "2016-07-08T01:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "steem1", + "parent_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "percent_steem_dollars": 10000, + "permlink": "re-steem1-dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability-20160708t015326661z", + "reward_weight": 10000, + "root_author": "steem1", + "root_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T14:09:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The structure is nothing like Bitcoin. It is able to store kb if data per Trx.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T14:09:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 49537, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-09T14:48:27", + "last_update": "2016-07-09T14:09:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "amogue", + "parent_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "percent_steem_dollars": 10000, + "permlink": "re-amogue-how-is-data-text-and-images-recorded-on-steemit-blockchain-20160709t140926330z", + "reward_weight": 10000, + "root_author": "amogue", + "root_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T13:46:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 881345, + "beneficiaries": [], + "body": "
![](http://forklog.net/wp-content/uploads/2015/10/pospow.png)
\n\nProof of Work does not make a blockchain irreversible. Many people have made this claim to me during recent interviews. They stated it with such certainty that I didn\u2019t dare correct them on the spot.\n\nI believe this myth has its origin in the defense of proof of work relative to proof of stake blockchains. The argument is that without proof of work anyone could rewrite the history of the blockchain. The erroneous conclusion is that proof of work makes the blockchain irreversible.\n\n## What Makes it Irreversible \n\nThere are three things that make a blockchain irreversible:\n\n1. hash-linked blocks \n2. public record \n3. public opinion \n\nThe reality is that blockchain irreversibility comes from a public broadcast where many independent observers have recorded the same events. These events are hash-linked which means the public cannot change one event without changing *everything* that happened after it. If someone wants to change the history, then everyone would see it is a change. Public opinion would be firmly behind the original order of events because any other history would be a lie.\n\nYou will notice that there is no need for computationally expensive proof of work to ensure the record is irreversible. You just need enough independent parties who agree on a common history.\n\n## Immutable is independent from Irreversible \n\nA blockchain may log all events into an immutable record, but a record is meaningless on its own. What gives a record value is people\u2019s opinion and perception. This means that people can choose to ignore or reinterpret the ledger without actually changing the ledger. \n\n### Ethereum is Reversing Transactions\n\nThe fact that Ethereum, a proof of work blockchain, is reversing the effects of a transaction is proof that having an immutable record doesn\u2019t make transactions immutable. The people who use Ethereum have collectively decided to reinterpret the immutable history in such a way that produces a better outcome for almost everyone. \n\n## Value of Proof of Work\n\nProof of work provides an objective metric of value invested (sunk cost). This objective metric can be used to authenticate with high probability that a certain history had the backing of public opinion. Without the backing of public opinion the values represented by the data would be worthless. Hence, proof of work is strong evidence of public opinion, but not absolute proof. \n\n\n## Root of Confusion \nThis may be the root of the confusion. People are mixing up the evidence with the thing the evidence is proving. This would be like someone claiming that a particular set of finger prints cause murders. A person murders someone, the finger prints are just evidence.\n\nLikewise, public opinion secures immutability and proof of work is just the evidence that someone believed the public opinion placed value on something in the past.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 24, + "children_abs_rshares": 0, + "created": "2016-07-10T01:10:54", + "curator_payout_value": { + "amount": "6137", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 51302, + "json_metadata": "{\"tags\":[\"blockchain\",\"proofofwork\"],\"image\":[\"http://forklog.net/wp-content/uploads/2015/10/pospow.png\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T01:10:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 195, + "parent_author": "", + "parent_permlink": "blockchain", + "percent_steem_dollars": 10000, + "permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "title": "The Myth that Proof of Work creates Irreversibility", + "total_payout_value": { + "amount": "243724", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T01:40:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can trust your posting key without fear of funds being stolen.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-marketing", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T01:36:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 51365, + "json_metadata": "{\"tags\":[\"steem-marketing\"]}", + "last_payout": "2016-08-24T11:17:18", + "last_update": "2016-07-10T01:36:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "trogdor", + "parent_permlink": "trust-and-third-party-steem-apps", + "percent_steem_dollars": 10000, + "permlink": "re-trogdor-trust-and-third-party-steem-apps-20160710t013621075z", + "reward_weight": 10000, + "root_author": "trogdor", + "root_permlink": "trust-and-third-party-steem-apps", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T01:53:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are only protected when less than 90% of steem is powered up.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T01:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 51399, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:33", + "last_update": "2016-07-10T01:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-well-is-steem-power-protected-from-inflation-really", + "percent_steem_dollars": 10000, + "permlink": "re-nomoreheroes7-how-well-is-steem-power-protected-from-inflation-really-20160710t014745389z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "how-well-is-steem-power-protected-from-inflation-really", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T14:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted because preview pic makes steemit look trashy.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T13:35:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 53019, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-11T16:56:18", + "last_update": "2016-07-10T13:35:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemswede", + "parent_permlink": "greetings-from-sweden-ask-me-anything", + "percent_steem_dollars": 10000, + "permlink": "re-steemswede-greetings-from-sweden-ask-me-anything-20160710t133517243z", + "reward_weight": 10000, + "root_author": "steemswede", + "root_permlink": "greetings-from-sweden-ask-me-anything", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T13:25:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 141, + "beneficiaries": [], + "body": "Keep your owner key in cold storage and log in with your posting private key. Do these two things and you should be safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T13:43:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 53041, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:19:51", + "last_update": "2016-07-10T13:43:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tyanderson", + "parent_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "percent_steem_dollars": 10000, + "permlink": "re-tyanderson-what-is-the-likelihood-of-our-steemit-wallet-being-hacked-20160710t134343793z", + "reward_weight": 10000, + "root_author": "tyanderson", + "root_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "title": "", + "total_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T13:44:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone can create one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T13:44:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 53044, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-10T12:51:24", + "last_update": "2016-07-10T13:44:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "wisen", + "parent_permlink": "is-there-android-or-iphone-app-for-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-wisen-is-there-android-or-iphone-app-for-steemit-20160710t134445176z", + "reward_weight": 10000, + "root_author": "wisen", + "root_permlink": "is-there-android-or-iphone-app-for-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:24:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Rewards are paid in steem power and dollars. Both of these support price.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-10T21:28:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 54469, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-10T21:45:39", + "last_update": "2016-07-10T21:28:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "picokernel", + "parent_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "percent_steem_dollars": 10000, + "permlink": "re-picokernel-discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem-20160710t212858166z", + "reward_weight": 10000, + "root_author": "picokernel", + "root_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:06:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 51, + "beneficiaries": [], + "body": "Double spend on steem is impossible. But it is still possible on Bitcoin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T22:06:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 54602, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T22:06:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tocode", + "parent_permlink": "re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t200153477z", + "percent_steem_dollars": 10000, + "permlink": "re-tocode-re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t220648995z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T01:49:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sha256 is only one step of the hash function. The full proof-of-work requires elliptic-curve operations that are used for signature verification. Optimizing the proof of work should improve the whole platform's key computational bottleneck.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-11T01:30:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55159, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T12:24:30", + "last_update": "2016-07-11T01:30:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ibnu", + "parent_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "percent_steem_dollars": 10000, + "permlink": "re-ibnu-nice-selection-of-steemit-in-choosing-256-as-hash-algorithm-20160711t013015790z", + "reward_weight": 10000, + "root_author": "ibnu", + "root_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T01:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are still around, but there is more content than a couple of dozen people can read and vote on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T01:37:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55169, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:02:15", + "last_update": "2016-07-11T01:37:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "william-noe", + "parent_permlink": "where-have-all-the-whales-gone", + "percent_steem_dollars": 10000, + "permlink": "re-william-noe-where-have-all-the-whales-gone-20160711t013713141z", + "reward_weight": 10000, + "root_author": "william-noe", + "root_permlink": "where-have-all-the-whales-gone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T12:18:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This implies Bitcoin is getting 1000 new users per day on average since its founding.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T12:07:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 56525, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-19T13:28:24", + "last_update": "2016-07-11T12:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hisnameisolllie", + "parent_permlink": "how-many-people-own-bitcoin", + "percent_steem_dollars": 10000, + "permlink": "re-hisnameisolllie-how-many-people-own-bitcoin-20160711t120733543z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "how-many-people-own-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T18:28:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for misleading description of function.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T23:42:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 58877, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-24T03:35:21", + "last_update": "2016-07-11T23:42:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "stealthtrader", + "parent_permlink": "earning-money-for-voting-early-steem-power", + "percent_steem_dollars": 10000, + "permlink": "re-stealthtrader-earning-money-for-voting-early-steem-power-20160711t234257366z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "earning-money-for-voting-early-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T23:50:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 18, + "beneficiaries": [], + "body": "This week.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T23:50:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 58901, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T09:46:54", + "last_update": "2016-07-11T23:50:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kingjohal", + "parent_permlink": "future-ability-to-follow-steemit-bloggers", + "percent_steem_dollars": 10000, + "permlink": "re-kingjohal-future-ability-to-follow-steemit-bloggers-20160711t235022997z", + "reward_weight": 10000, + "root_author": "kingjohal", + "root_permlink": "future-ability-to-follow-steemit-bloggers", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T22:13:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the tips. I have our team on it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T00:19:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 58999, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-15T12:09:45", + "last_update": "2016-07-12T00:19:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "spaced", + "parent_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "percent_steem_dollars": 10000, + "permlink": "re-spaced-steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just-20160712t001931624z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T02:09:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Stop by steem headquarters in Blacksburg va, right in middle of Appalachia!!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T01:46:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 59310, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T02:30:33", + "last_update": "2016-07-12T01:46:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "katecloud", + "parent_permlink": "hi-im-kate-cloud", + "percent_steem_dollars": 10000, + "permlink": "re-katecloud-hi-im-kate-cloud-20160712t014654671z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "hi-im-kate-cloud", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T12:35:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 166, + "beneficiaries": [], + "body": "Remember market cap grows n2 the number of users. B", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T12:13:12", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 61243, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T19:17:33", + "last_update": "2016-07-12T12:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hisnameisolllie", + "parent_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "percent_steem_dollars": 10000, + "permlink": "re-hisnameisolllie-steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up-20160712t121311948z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "title": "", + "total_payout_value": { + "amount": "96", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:37:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 256, + "beneficiaries": [], + "body": "Rate will fall until it hits a min rate in about 9 months.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-12T17:14:03", + "curator_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 62441, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-12T17:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "lukestokes", + "parent_permlink": "do-you-know-your-steem-power-interest-rate", + "percent_steem_dollars": 10000, + "permlink": "re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171403169z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", + "title": "", + "total_payout_value": { + "amount": "156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T05:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 8992, + "beneficiaries": [], + "body": "please ignore", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-12T19:17:39", + "curator_payout_value": { + "amount": "91", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 63068, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-21T16:43:24", + "last_update": "2016-07-12T19:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 35, + "parent_author": "", + "parent_permlink": "spam", + "percent_steem_dollars": 10000, + "permlink": "spam-test", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "spam-test", + "title": "Spam Test", + "total_payout_value": { + "amount": "5512", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T19:54:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 683, + "beneficiaries": [], + "body": "We will add a blacklist of accounts to the GUI to prevent people from sending to them. You will still be able to send on the CLI.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T19:54:51", + "curator_payout_value": { + "amount": "120", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 63239, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T23:21:42", + "last_update": "2016-07-12T19:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "derekareith", + "parent_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "percent_steem_dollars": 10000, + "permlink": "re-derekareith-psa-warning-to-newbies-trying-to-send-to-bittex-20160712t195452088z", + "reward_weight": 10000, + "root_author": "derekareith", + "root_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "title": "", + "total_payout_value": { + "amount": "418", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T20:40:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 251, + "beneficiaries": [], + "body": "I am a major procrastinator!", + "cashout_time": "1969-12-31T23:59:59", + "category": "video", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T20:21:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 63414, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-14T01:48:48", + "last_update": "2016-07-12T20:21:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tynx", + "parent_permlink": "the-surprising-habits-of-original-thinkers", + "percent_steem_dollars": 10000, + "permlink": "re-tynx-the-surprising-habits-of-original-thinkers-20160712t202133293z", + "reward_weight": 10000, + "root_author": "tynx", + "root_permlink": "the-surprising-habits-of-original-thinkers", + "title": "", + "total_payout_value": { + "amount": "177", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T00:40:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 422, + "beneficiaries": [], + "body": "We are having record traffic with a large number of simultaneous users on the site. The bug occured while we were upgrading to handle additional capacity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T00:20:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 64240, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T12:59:33", + "last_update": "2016-07-13T00:20:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "marsresident", + "parent_permlink": "itr-bypermlinkidx-end", + "percent_steem_dollars": 10000, + "permlink": "re-marsresident-itr-bypermlinkidx-end-20160713t002110361z", + "reward_weight": 10000, + "root_author": "marsresident", + "root_permlink": "itr-bypermlinkidx-end", + "title": "", + "total_payout_value": { + "amount": "324", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T00:28:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 503, + "beneficiaries": [], + "body": "Not only is it possible, but it is the most advanced account infrastructure of any chain.\n\nhttps://steem.io/documentation/dynamic-account-permissions/\n\nEffectively, all accounts have 3 levels of authority by default. It supports threshold multi-sig and recursive / nested accounts. This goes far beyond every other platform except BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T00:23:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 64262, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://steem.io/documentation/dynamic-account-permissions/\"]}", + "last_payout": "2016-08-14T13:17:24", + "last_update": "2016-07-13T00:23:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "spaced", + "parent_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "percent_steem_dollars": 10000, + "permlink": "re-spaced-how-do-you-create-multisignature-accounts-in-steem-is-this-possible-20160713t002313237z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "title": "", + "total_payout_value": { + "amount": "374", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:11:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 436, + "beneficiaries": [], + "body": "Steem Power gives people influence and clout on the platform. This is something of \"intrinsic\" value which will provide the base of demand. Everything else is all perception.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T00:47:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 64438, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T14:37:48", + "last_update": "2016-07-13T00:47:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "orly", + "parent_permlink": "what-gives-steem-value-long-term", + "percent_steem_dollars": 10000, + "permlink": "re-orly-what-gives-steem-value-long-term-20160713t004803924z", + "reward_weight": 10000, + "root_author": "orly", + "root_permlink": "what-gives-steem-value-long-term", + "title": "", + "total_payout_value": { + "amount": "334", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T10:57:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 571250, + "beneficiaries": [], + "body": "
http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg
\n\nWhat if it were possible to build custom applications on top of Steem? If you think Steem is only here to serve the niche of social media, then I consider this you wakeup call. The Steem blockchain is already capable of supporting every kind of blockchain application you can conceive. Best of all, you don\u2019t need anyone\u2019s permission to start building your app today!\n\nThink of your favorite blockchain application. Is it [Auger](https://www.augur.net/) with is prediction markets? Is it The DAO? Is it general purpose smart contracts? Is it Dash with its privacy features? Is it decentralized voting or DNS? All of these things are possible on Steem today and you don\u2019t need Steemit\u2019s permission to do it.\n\n## Subchains not Sidechains\n\n[Sidechains](https://gendal.me/2014/10/26/a-simple-explanation-of-bitcoin-sidechains/) have been the go-to solution for adding features to the Bitcoin protocol. The general concept is that the Bitcoin blockchain doesn\u2019t need to know what happens on the side-chain so long as it can verify transfers into and out of the side chain.\n\nImplementing side chains is challenging. It requires synchronizing two independent, potentially forking, eventually consistent blockchains. An issue on either chain can greatly disrupt the whole system. \n\nA **subchain** is a new description for an old idea. Mastercoin and [CounterParty](http://counterparty.io/) are what I would consider **subchains**. All of their data is included on the Bitcoin blockchain. If Bitcoin forks, then the subchain follows. \n\nIn other words, a subchain is just a secondary interpretation of data on the main chain. Historically subchains haven\u2019t been practical because they are necessarily slower than the chain they run on. Bitcoin makes it very expensive to include data and every subchain operation requires Bitcoin fees to be paid.\n\n## Power of Steem Subchains\n\nOn Steem everything is different. There are no transaction fees and it is trivial to include arbitrary data on the blockchain. Here are some of the key benefits to subchains on Steem.\n\n1. Advanced Account Structures \n2. Pre-validated Account Authorities on Custom Operations\n3. No Transaction Fees \n4. Fast Block Times\n5. [TaPoS](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) (Transactions as Proof of Stake)\n\nWhat this means is that it is trivial to write custom applications as fully independent subchains. These applications don\u2019t need to worry about the complexities of network infrastructure nor do they even require access to money. \n\nThe advanced account structures means you can have multi-sig authority involving dozens of independent agents deterministically evaluating the custom operations on the Steem blockchains. These agents can then deterministically generate and sign transactions for processing withdraws from the subchain. The fast block times means that subchains don\u2019t have to wait long for confirmation before they can reliably create and sign transactions. The TaPoS feature ensures that transactions are only valid on a specific fork for a very short period of time. \n\n## Smart Contracts \n\nIt is fully possible to deploy an Ethereum Virtual Machine as a subchain on Steem. This Subchain could leverage the same algorithm Steem uses to ration bandwidth in order to ration computation. \n\nPerhaps more interesting is the fact that multiple types and instances of virtual machines can be run on the Steem network at the same time. \n\n## Conclusion\n\nEverything you think you like about other blockchain platforms can be implemented as a Steem Subchain. These subchains would almost certainly be faster, easier to use, and cheaper than anything else out there. Critically, these subchains would have easy access to the vast and growing user base of Steem. \n\nWhat could be better?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 39, + "children_abs_rshares": 0, + "created": "2016-07-13T01:32:30", + "curator_payout_value": { + "amount": "7449", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 64684, + "json_metadata": "{\"tags\":[\"steem\",\"sidechain\",\"subchain\",\"blockchain\",\"apps\"],\"image\":[\"http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg\"],\"links\":[\"https://www.augur.net/\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:32:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -37849803156535, + "net_votes": 370, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "How Anyone can Build Custom Apps on Steem right Now!", + "total_payout_value": { + "amount": "367312", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T19:51:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 241, + "beneficiaries": [], + "body": "Every action on this website generates a signed transaction that is broadcast on a P2P network. This is just a light client like blockchain.info.\n\nThe magic is that you don't realize it is a blockchain, yet under the hood it is. Anyone can run a full node on their local machine and have access to all content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "helloworld", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T01:33:48", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 64687, + "json_metadata": "{\"tags\":[\"helloworld\"]}", + "last_payout": "2016-08-13T02:47:15", + "last_update": "2016-07-13T01:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "miketwenty1", + "parent_permlink": "who-is-hosting-this-data", + "percent_steem_dollars": 10000, + "permlink": "re-miketwenty1-who-is-hosting-this-data-20160713t013403375z", + "reward_weight": 10000, + "root_author": "miketwenty1", + "root_permlink": "who-is-hosting-this-data", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:58:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 962, + "beneficiaries": [], + "body": "3 second blocktimes and irreversible blocks after 30 seconds. This is compared to 15 second+ block times and irreversibility requiring orders of magnitude longer on other chains.\n\nA subchain cannot \"act\" until its inputs from the \"main chain\" are irreversible. Thus time-until-irreversible is what matters most. In Bitcoin this is considered 6 blocks and can take hours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T01:46:48", + "curator_payout_value": { + "amount": "202", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 64752, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:46:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "norbu", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014006765z", + "percent_steem_dollars": 10000, + "permlink": "re-norbu-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014647702z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "", + "total_payout_value": { + "amount": "618", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:49:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Payouts to authors grows with price. You will earn your way in like everyone else.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T02:49:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 65070, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T02:25:51", + "last_update": "2016-07-13T02:49:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "crypton", + "parent_permlink": "re-crypton-this-steem-coin-price-explosion-20160713t023446752z", + "percent_steem_dollars": 10000, + "permlink": "re-crypton-re-crypton-this-steem-coin-price-explosion-20160713t024934827z", + "reward_weight": 10000, + "root_author": "crypton", + "root_permlink": "this-steem-coin-price-explosion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T23:39:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes. But the challenges of anti-bit and Sybil remain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-13T10:33:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 67584, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T10:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t091130860z", + "percent_steem_dollars": 10000, + "permlink": "re-getssidetracked-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t103335503z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:41:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because block chain is public. Private balanced are planned in future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T12:41:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 68240, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T13:21:51", + "last_update": "2016-07-13T12:41:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "salman", + "parent_permlink": "re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t121918788z", + "percent_steem_dollars": 10000, + "permlink": "re-salman-re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t124101910z", + "reward_weight": 10000, + "root_author": "funny", + "root_permlink": "4stm4m-19-tips-for-new-users-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Add link to existing posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T12:47:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 68271, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T09:37:48", + "last_update": "2016-07-13T12:47:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "percent_steem_dollars": 10000, + "permlink": "re-fyrstikken-the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire-20160713t124727368z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T12:59:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This kind of vote buying is considered abuse and will be flagged.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T12:52:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 68302, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T11:26:51", + "last_update": "2016-07-13T12:52:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", + "percent_steem_dollars": 10000, + "permlink": "re-str11ngfello-free-steem-how-upvote-this-post-and-you-ll-receive-steem-20160713t125257630z", + "reward_weight": 10000, + "root_author": "str11ngfello", + "root_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:28:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 102, + "beneficiaries": [], + "body": "every 3 seconds. Then every 3.3 years or so there is a 10:1 reverse split.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T13:28:15", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 68516, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:33:03", + "last_update": "2016-07-13T13:28:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "percent_steem_dollars": 10000, + "permlink": "re-str11ngfello-how-can-we-determine-the-date-that-steem-tokens-inflate-20160713t132815591z", + "reward_weight": 10000, + "root_author": "str11ngfello", + "root_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T16:21:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 229, + "beneficiaries": [], + "body": "It wasn't accidental. Steem was designed from the ground up due to the problems we faced onboarding people with BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-13T15:13:06", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 69328, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T01:05:54", + "last_update": "2016-07-13T15:13:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "thedashguy", + "parent_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "percent_steem_dollars": 10000, + "permlink": "re-thedashguy-in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it-20160713t151307777z", + "reward_weight": 10000, + "root_author": "thedashguy", + "root_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "title": "", + "total_payout_value": { + "amount": "161", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T15:14:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 106, + "beneficiaries": [], + "body": "The currency you are suppose to use is Steem Dollars (and is what you are paid in). Steem Dollars pay interest and are pegged to the dollar. There is no need to dump/sell them to protect your income. \n\nThese Steem Dollars can be used to buy things online and each day more opportunities to spend your Steem Dollars will emerge.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T15:14:39", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 69344, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:27:57", + "last_update": "2016-07-13T15:14:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "flurablastin", + "parent_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "percent_steem_dollars": 10000, + "permlink": "re-flurablastin-so-how-does-steem-as-a-cryptocurrency-work-20160713t151441614z", + "reward_weight": 10000, + "root_author": "flurablastin", + "root_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "title": "", + "total_payout_value": { + "amount": "72", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please use #NSFW tag or you will get downvoted and/or added to downvote bot lists.", + "cashout_time": "1969-12-31T23:59:59", + "category": "porn", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70633, + "json_metadata": "{\"tags\":[\"NSFW\",\"porn\"]}", + "last_payout": "2016-08-13T17:33:15", + "last_update": "2016-07-13T17:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pornvideos", + "parent_permlink": "hot-spanish-teen-jacqueline-porn-18", + "percent_steem_dollars": 10000, + "permlink": "re-pornvideos-hot-spanish-teen-jacqueline-porn-18-20160713t173428917z", + "reward_weight": 10000, + "root_author": "pornvideos", + "root_permlink": "hot-spanish-teen-jacqueline-porn-18", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:35:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "this is because steemit doesn't reload when you navigate. Our internal numbers are much higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "boost", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:35:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70656, + "json_metadata": "{\"tags\":[\"boost\"]}", + "last_payout": "2016-08-13T17:38:33", + "last_update": "2016-07-13T17:35:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autorss21", + "parent_permlink": "boost", + "percent_steem_dollars": 10000, + "permlink": "re-autorss21-boost-20160713t173551820z", + "reward_weight": 10000, + "root_author": "autorss21", + "root_permlink": "boost", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:37:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Consider the beta-nature of Ethereum and the lack of real-world use.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:37:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70672, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-13T19:16:00", + "last_update": "2016-07-13T17:37:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptodev", + "parent_permlink": "wonder-how-long-steem-bubble-will-sustain", + "percent_steem_dollars": 10000, + "permlink": "re-cryptodev-wonder-how-long-steem-bubble-will-sustain-20160713t173736412z", + "reward_weight": 10000, + "root_author": "cryptodev", + "root_permlink": "wonder-how-long-steem-bubble-will-sustain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T17:39:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Mass adoption of Steem Dollars is the plan. \n\n[Steemit's Evil Plan for Cryptocurrency World Domination](https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination)", + "cashout_time": "1969-12-31T23:59:59", + "category": "question", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T17:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70684, + "json_metadata": "{\"tags\":[\"question\"],\"links\":[\"https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination\"]}", + "last_payout": "2016-08-13T17:40:06", + "last_update": "2016-07-13T17:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "frankenstein", + "parent_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "percent_steem_dollars": 10000, + "permlink": "re-frankenstein-will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed-20160713t173914039z", + "reward_weight": 10000, + "root_author": "frankenstein", + "root_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:38:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "In earlier versions what you say is true. It was confusing users.\n\nIt is entirely possible for comments to be more highly valued than the parent. This frequently happens when the parent copies something without citing the source and then people upvote the comment that provides the original source. \n\nNothing keeps people honest like rewarding the person who reveals the cheater.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-13T17:42:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 70732, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T20:31:12", + "last_update": "2016-07-13T17:42:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "biophil", + "parent_permlink": "re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t173344896z", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t174258382z", + "reward_weight": 10000, + "root_author": "curious-swirl", + "root_permlink": "can-good-questions-and-replies-be-as-valuable-as-essays", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:22:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Slight correction it is always 104 payments (2 years). \n\nThe most valuable thing about Steem Power (from the perspective of the network) is that it causes users to keep coming back week after week even if they just want to cash out. Massive boost to retention.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T17:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 70883, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T18:04:15", + "last_update": "2016-07-13T17:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "swyoungiii", + "parent_permlink": "steem-power", + "percent_steem_dollars": 10000, + "permlink": "re-swyoungiii-steem-power-20160713t175540523z", + "reward_weight": 10000, + "root_author": "swyoungiii", + "root_permlink": "steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:18:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 38281, + "beneficiaries": [], + "body": "You are correct. All content (except images) are stored on the blockchain.\n\nImages will soon be stored on IPFS.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T18:18:06", + "curator_payout_value": { + "amount": "55", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 71130, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:18:15", + "last_update": "2016-07-13T18:18:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "billbutler", + "parent_permlink": "re-holzmichl-steem-vs-synero-amp-20160713t180559521z", + "percent_steem_dollars": 10000, + "permlink": "re-billbutler-re-holzmichl-steem-vs-synero-amp-20160713t181807614z", + "reward_weight": 10000, + "root_author": "holzmichl", + "root_permlink": "steem-vs-synero-amp", + "title": "", + "total_payout_value": { + "amount": "26681", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:22:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T18:22:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71179, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T05:11:33", + "last_update": "2016-07-13T18:22:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "teego", + "parent_permlink": "installing-steem-software-to-macos-using-homebrew", + "percent_steem_dollars": 10000, + "permlink": "re-teego-installing-steem-software-to-macos-using-homebrew-20160713t182207590z", + "reward_weight": 10000, + "root_author": "teego", + "root_permlink": "installing-steem-software-to-macos-using-homebrew", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T18:56:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Do downvotes count?\n\nFishing for votes is a good way to lose. So perhaps you should modify your quest to count all posts made by you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pokemon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T18:46:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71405, + "json_metadata": "{\"tags\":[\"pokemon\"]}", + "last_payout": "2016-08-13T18:46:45", + "last_update": "2016-07-13T18:46:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tranzport", + "parent_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "percent_steem_dollars": 10000, + "permlink": "re-tranzport-pokemon-go-vs-steemit-the-ultimate-battle-help-me-win-20160713t184637507z", + "reward_weight": 10000, + "root_author": "tranzport", + "root_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T14:54:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2558, + "beneficiaries": [], + "body": "And what happens when Fiat exchanges add Steem Dollar gateways? \nCan bitcoin even handle 1M users transacting that frequently? \nBitcoin may be a bottleneck if it attempts to stay in the loop between users and cashing in and out.\n\nMore details here: https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-13T18:56:18", + "curator_payout_value": { + "amount": "442", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 71508, + "json_metadata": "{\"tags\":[\"bitcoin\"],\"links\":[\"https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem\"]}", + "last_payout": "2016-08-25T01:59:09", + "last_update": "2016-07-13T19:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 29, + "parent_author": "eeks", + "parent_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis-20160713t185618026z", + "reward_weight": 10000, + "root_author": "eeks", + "root_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "title": "", + "total_payout_value": { + "amount": "1816", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 949136, + "beneficiaries": [], + "body": "
http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg
\nI recently read an article by @eeks titled \"[Steemit is Bitcoin's Killer App](https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis)\". I think it is a great article and contains a lot of truth in the short term. But reading it got me thinking. Bitcoin may not be able to maintain its position of gateway to the altcoin world.\n\n## The Block Size Problem \n\nThe Bitcoin blockchain is currently at its maximum capacity. Fees are rising. Bitcoin supports about 300K transactions per day. This means that Bitcoin can only support 9 million people making one transaction per month. Going through an altcoin exchange requires at least 1 bitcoin transaction from an altcoin exchange to a bitcoin/fiat exchange. \n\n## Steem User Growth\n\nSteem has the potential to grow faster and reach farther than any prior crypto. It is entirely conceivable that Steem could reach millions of people in the next year. If these people were to use Bitcoin as a gateway to buy in and/or cash out each month then it could more than saturate Bitcoin's capacity all by itself. \n\nEven if Bitcoin doubles its block size, the combination of existing transactions and any new transactions generated by Steem users would saturate the network. Market forces and transaction fees would cause people to bypass Bitcoin. There is no reason for Steem users to get into Bitcoin except speculation when Steem Dollars are available for savings and commerce. \n\n## Steem onboards people to Steem\n\nThe people Steem reaches that Bitcoin couldn't will still have no use for most of the other cryptocurrency projects. Just because Steem is a cryptocurrency doesn't make learning the value of Steem the same as learning the value of Bitcoin and other crypto projects. People want STEEM because of what it does *for them*. The value proposition of other cryptocurrencies remains unchanged.\n\n
http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg
\n\nIn fact onboarding users through Steem may make converting them to Bitcoin even harder. It would be like onboarding someone to a high-speed bullet train and thinking that it would in turn onboard them to old school wood burning steam trains. It is easy to convert people from old trains to new trains, it just doesn't work the same the other way around.\n\n
https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg
\n\nIf Bitcoin and other cryptocurrencies wish to benefit from Steem's attraction of new people to cryptocurrency, then they will need to solve the scalability problem much faster than previously anticipated. Failure to scale means the market could pass them by all together.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 50, + "children_abs_rshares": 0, + "created": "2016-07-13T19:35:42", + "curator_payout_value": { + "amount": "20523", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 71889, + "json_metadata": "{\"tags\":[\"bitcoin\",\"steem\",\"blockchain\",\"\"],\"users\":[\"eeks\"],\"image\":[\"http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg\",\"http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg\",\"https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg\"],\"links\":[\"https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis\"]}", + "last_payout": "2016-08-24T20:17:12", + "last_update": "2016-07-13T19:35:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 468, + "parent_author": "", + "parent_permlink": "bitcoin", + "percent_steem_dollars": 10000, + "permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "title": "Can Bitcoin scale to keep up with demand created by Steem?", + "total_payout_value": { + "amount": "676834", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 417, + "beneficiaries": [], + "body": "It's similar to the concept of an employee owned company... or a customer owned company... or a co-op all in one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:32:21", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 72914, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:11:21", + "last_update": "2016-07-13T21:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sean-king", + "parent_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "percent_steem_dollars": 10000, + "permlink": "re-sean-king-how-asking-one-question-will-change-history-and-why-steem-is-the-key-20160713t213222341z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "title": "", + "total_payout_value": { + "amount": "292", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Since I defined my why, life became much clearer..\n\n\"Find free market solutions for securing life, liberty, and property for all!\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "motivation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 72958, + "json_metadata": "{\"tags\":[\"motivation\"]}", + "last_payout": "2016-08-13T21:38:18", + "last_update": "2016-07-13T21:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "timdierckxsens", + "parent_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "percent_steem_dollars": 10000, + "permlink": "re-timdierckxsens-it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post-20160713t213752622z", + "reward_weight": 10000, + "root_author": "timdierckxsens", + "root_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T00:28:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 41015, + "beneficiaries": [], + "body": "What you don't get is that there isn't 100% inflation, there is only 10% inflation which is less than Bitcoin has had until the recent halving. 90% of all STEEM is allocated to STEEM POWER holders and every 3.3 years there is a 10:1 reverse STEEM split. This means that you have an effective inflation rate of much less than 8% when you hold STEEM POWER. \n\nEverything is an accounting artifact. We could remove inflation entirely by charging a huge negative interest rate on STEEM to fund posts, but that wouldn't be received well and would complicate the lives of exchanges.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-13T21:47:45", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73054, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "maniac", + "parent_permlink": "steemit-what-am-i-missing", + "percent_steem_dollars": 10000, + "permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "reward_weight": 10000, + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", + "title": "", + "total_payout_value": { + "amount": "29119", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:49:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Also a large part of the inflation is actually paid out as \"steem dollars\" which has a deflationary effect when the price rises because the \"steem dollars\" need less STEEM to back them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:49:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 73067, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:49:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-re-maniac-steemit-what-am-i-missing-20160713t214911691z", + "reward_weight": 10000, + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "paying for votes will get you downvoted by whales. Persistence will get you flagged by downvote bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T21:50:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73080, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T21:51:12", + "last_update": "2016-07-13T21:50:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -15836180409, + "net_votes": -1, + "parent_author": "ombc", + "parent_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "percent_steem_dollars": 10000, + "permlink": "re-ombc-lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway-20160713t215044748z", + "reward_weight": 10000, + "root_author": "ombc", + "root_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T22:15:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It will come. Don't get discouraged, there is just a huge flood of content and it will take days for enough Steem Power to be distributed to enough voters to make payouts easier.\n\nRight now the small group of early adopters are the only ones with enough power to strongly influence posts. That will change quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T21:56:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73132, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T13:30:06", + "last_update": "2016-07-13T21:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chad1775", + "parent_permlink": "steemit-post-earnings-question-for-the-community", + "percent_steem_dollars": 10000, + "permlink": "re-chad1775-steemit-post-earnings-question-for-the-community-20160713t215652797z", + "reward_weight": 10000, + "root_author": "chad1775", + "root_permlink": "steemit-post-earnings-question-for-the-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:38:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Payouts to others can dilute your pending payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T01:38:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 74787, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T01:04:57", + "last_update": "2016-07-14T01:38:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shemthepenman", + "parent_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "percent_steem_dollars": 10000, + "permlink": "re-shemthepenman-what-causes-the-earnings-of-a-post-to-go-down-20160714t013811865z", + "reward_weight": 10000, + "root_author": "shemthepenman", + "root_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T01:41:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because it is actually less inflationary than Bitcoin if you hold steem power. If you hold steem dollars then you are safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T01:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 74806, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T00:41:03", + "last_update": "2016-07-14T01:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "onubense", + "parent_permlink": "don-t-invest-in-steem", + "percent_steem_dollars": 10000, + "permlink": "re-onubense-don-t-invest-in-steem-20160714t014121210z", + "reward_weight": 10000, + "root_author": "onubense", + "root_permlink": "don-t-invest-in-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T02:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposted spam", + "cashout_time": "1969-12-31T23:59:59", + "category": "st", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T02:33:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 75136, + "json_metadata": "{\"tags\":[\"st\"]}", + "last_payout": "2016-08-14T02:33:09", + "last_update": "2016-07-14T02:33:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "raeesh1986", + "parent_permlink": "bitcoin-and-steem-power", + "percent_steem_dollars": 10000, + "permlink": "re-raeesh1986-bitcoin-and-steem-power-20160714t023325547z", + "reward_weight": 10000, + "root_author": "raeesh1986", + "root_permlink": "bitcoin-and-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T04:12:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I liked it but you didn't cite your source.", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T02:44:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 75206, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-14T03:44:45", + "last_update": "2016-07-14T02:44:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alkemix", + "parent_permlink": "our-mysterious-visual-ray", + "percent_steem_dollars": 10000, + "permlink": "re-alkemix-our-mysterious-visual-ray-20160714t024427325z", + "reward_weight": 10000, + "root_author": "alkemix", + "root_permlink": "our-mysterious-visual-ray", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T00:12:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I got my account back.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 50, + "children_abs_rshares": 0, + "created": "2016-07-14T11:30:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 78542, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-15T06:39:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -11608068350015, + "net_votes": 141, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "title": "I would like to thank everyone who brought us to where we are today.", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T05:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "we got our accounts back along with every other account we reasonably suspect may have been hacked.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T06:52:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 83548, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T06:13:42", + "last_update": "2016-07-15T06:52:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "noaommerrr", + "parent_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "percent_steem_dollars": 10000, + "permlink": "re-noaommerrr-look-like-dan-and-ned-steem-founders-got-hacked-20160715t065201832z", + "reward_weight": 10000, + "root_author": "noaommerrr", + "root_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T07:33:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 287, + "beneficiaries": [], + "body": "If your name is on this list, it means we detected that your account accessed the compromised page. Chances are they only got your posting key, but there was some probability that they got your owner key.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T06:53:42", + "curator_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 83560, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T07:36:03", + "last_update": "2016-07-15T06:53:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "noaommerrr", + "parent_permlink": "list-of-the-accounts-got-hacked", + "percent_steem_dollars": 10000, + "permlink": "re-noaommerrr-list-of-the-accounts-got-hacked-20160715t065344774z", + "reward_weight": 10000, + "root_author": "noaommerrr", + "root_permlink": "list-of-the-accounts-got-hacked", + "title": "", + "total_payout_value": { + "amount": "401", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T07:56:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 112, + "beneficiaries": [], + "body": "We didn't roll back any transfers of funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T07:15:03", + "curator_payout_value": { + "amount": "50", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 83668, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T11:54:09", + "last_update": "2016-07-15T07:15:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-orly-how-distributed-is-the-steem-protocol-20160715t053713800z", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-re-orly-how-distributed-is-the-steem-protocol-20160715t071501652z", + "reward_weight": 10000, + "root_author": "orly", + "root_permlink": "how-distributed-is-the-steem-protocol", + "title": "", + "total_payout_value": { + "amount": "156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T12:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 586, + "beneficiaries": [], + "body": "Yes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T12:13:51", + "curator_payout_value": { + "amount": "337", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 85657, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T12:01:48", + "last_update": "2016-07-15T12:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "coar", + "parent_permlink": "re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t105529136z", + "percent_steem_dollars": 10000, + "permlink": "re-coar-re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t121348567z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "paperwallet-easily-secure-your-account-with-steem-paperwallet-generator", + "title": "", + "total_payout_value": { + "amount": "1020", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T19:29:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85942, + "beneficiaries": [], + "body": "Many of the accounts that were compromised by the attacker started to power them down. Ned did not initiate that power down. Today we are starting the process of restoring accounts to their rightful owner and in the process Ned will cancel his power down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T13:23:36", + "curator_payout_value": { + "amount": "138", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86195, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T15:07:27", + "last_update": "2016-07-15T13:23:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "libdep", + "parent_permlink": "ceo-of-steem-powering-down", + "percent_steem_dollars": 10000, + "permlink": "re-libdep-ceo-of-steem-powering-down-20160715t132335403z", + "reward_weight": 10000, + "root_author": "libdep", + "root_permlink": "ceo-of-steem-powering-down", + "title": "", + "total_payout_value": { + "amount": "138538", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T21:22:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 114, + "beneficiaries": [], + "body": "We would have rolled out an update for the liquidity rewards system yesterday, but didn't want to mix two updates at once. \n\nDespite claims that the rewards are \"oversized\", the people doing it are still providing liquidity. There is still an element of competition at play, unfortunately not many people are choosing to compete at the moment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-15T13:32:30", + "curator_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86264, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:32:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133231767z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "198", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T01:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 96435, + "beneficiaries": [], + "body": "the proposed equation has new vulnerabilities, someone who places orders for long periods of time and just \"waits\" for the market will make the most.\n\nAlso the recent hardfork did release limit_order_create2 operation which gives everyone the ability to have maximum precision and compete.", + "cashout_time": "1969-12-31T23:59:59", + "category": "trading", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-15T13:35:06", + "curator_payout_value": { + "amount": "311", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86287, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:35:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133508316z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "167989", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:39:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Original Article. https://bitbillions.com/transcendental-meditation-and-financial-freedom/\n\nDownvoted for not posting source and for ads that are not relevant to the article.", + "cashout_time": "1969-12-31T23:59:59", + "category": "meditation", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T14:13:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86581, + "json_metadata": "{\"tags\":[\"meditation\"],\"links\":[\"https://bitbillions.com/transcendental-meditation-and-financial-freedom/\"]}", + "last_payout": "2016-08-15T14:12:18", + "last_update": "2016-07-15T14:13:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "transcendfinance", + "parent_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "percent_steem_dollars": 10000, + "permlink": "re-transcendfinance-what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything-20160715t141347474z", + "reward_weight": 10000, + "root_author": "transcendfinance", + "root_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:25:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The little fish are all counted equally on the 'hot' index. This means that if you are popular with the people, then the whales will see your post and you will likely get some big votes.\n\nEveryone contributes in different ways, but every contribution matters. The key to success is to write stuff that appeals to the audience. The Audience is your fellow steem users. \n\nCurrently this audience is very interested in Steem and that is OK for now. Eventually it will diversify as people look for more interesting content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T14:25:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86657, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T07:10:39", + "last_update": "2016-07-15T14:25:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nomoreheroes7", + "parent_permlink": "steem-and-the-little-fish-dilemma", + "percent_steem_dollars": 10000, + "permlink": "re-nomoreheroes7-steem-and-the-little-fish-dilemma-20160715t142544042z", + "reward_weight": 10000, + "root_author": "nomoreheroes7", + "root_permlink": "steem-and-the-little-fish-dilemma", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:32:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "we must keep a minimum set of data to prevent abusive signups.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T14:32:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 86704, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T14:32:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t060855700z", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t143213342z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T14:44:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Don't know how I missed it the first time, thanks for pointing it out again.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T14:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 86800, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T06:37:00", + "last_update": "2016-07-15T14:43:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mindover", + "parent_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "percent_steem_dollars": 10000, + "permlink": "re-mindover-still-confused-about-steemit-i-ll-make-it-simple-20160715t144318106z", + "reward_weight": 10000, + "root_author": "mindover", + "root_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T03:23:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are coming out stronger than ever.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T02:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 97746, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T03:15:09", + "last_update": "2016-07-17T02:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "re-madnation-the-rise-of-steemit-20160717t021122070z", + "percent_steem_dollars": 10000, + "permlink": "re-venuspcs-re-madnation-the-rise-of-steemit-20160717t021446026z", + "reward_weight": 10000, + "root_author": "madnation", + "root_permlink": "the-rise-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T04:06:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are not calculating or storing those keys at the momentum to prevent new hacking attempts while we audit all of our key handling.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-17T04:06:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 99108, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T02:40:39", + "last_update": "2016-07-17T04:06:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "msutyler", + "parent_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "percent_steem_dollars": 10000, + "permlink": "re-msutyler-can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack-20160717t040604256z", + "reward_weight": 10000, + "root_author": "msutyler", + "root_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T07:45:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 80, + "beneficiaries": [], + "body": "As far as we can tell the hacker did not get passwords, just keys. \n\nYour account will be restored and secure as any new account.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T04:12:03", + "curator_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 99166, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:36:21", + "last_update": "2016-07-17T04:12:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sigmajin", + "parent_permlink": "some-post-hack-security-concerns", + "percent_steem_dollars": 10000, + "permlink": "re-sigmajin-some-post-hack-security-concerns-20160717t041159414z", + "reward_weight": 10000, + "root_author": "sigmajin", + "root_permlink": "some-post-hack-security-concerns", + "title": "", + "total_payout_value": { + "amount": "262", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T22:24:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 624, + "beneficiaries": [], + "body": "Steem dollars are pegged to price feed. We can change what the feed tracks as soon as hyperinflation starts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T11:25:03", + "curator_payout_value": { + "amount": "647", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 103830, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:37:03", + "last_update": "2016-07-17T11:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "jholdsworthy", + "parent_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "percent_steem_dollars": 10000, + "permlink": "re-jholdsworthy-why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars-20160717t112503522z", + "reward_weight": 10000, + "root_author": "jholdsworthy", + "root_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "title": "", + "total_payout_value": { + "amount": "2050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T14:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That video is wrong. He did not vote multiple times and have them all count.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T11:41:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 103986, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-25T12:10:06", + "last_update": "2016-07-17T11:41:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "silvan", + "parent_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-silvan-warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit-20160717t114128268z", + "reward_weight": 10000, + "root_author": "silvan", + "root_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T16:38:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 36, + "beneficiaries": [], + "body": "You can cancel power down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T16:30:57", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 107658, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-17T16:30:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "biophil", + "parent_permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t162156728z", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t163056247z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T20:18:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 493, + "beneficiaries": [], + "body": "People value power and influence, steem power gives you the ability to influence who gets what. Every argument for Bitcoin or eth is also relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-17T19:00:24", + "curator_payout_value": { + "amount": "535", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 109859, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T15:41:33", + "last_update": "2016-07-17T19:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "team-leibniz", + "parent_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "percent_steem_dollars": 10000, + "permlink": "re-team-leibniz-but-its-a-scam-right-how-do-you-explain-steem-to-others-20160717t190024852z", + "reward_weight": 10000, + "root_author": "team-leibniz", + "root_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "title": "", + "total_payout_value": { + "amount": "1619", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T00:58:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I believe those are ours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "the-hack", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T00:44:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 114340, + "json_metadata": "{\"tags\":[\"the-hack\"]}", + "last_payout": "2016-08-24T02:09:03", + "last_update": "2016-07-18T00:44:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "flexcougar", + "parent_permlink": "the-hacker-keys-or-the-savior", + "percent_steem_dollars": 10000, + "permlink": "re-flexcougar-the-hacker-keys-or-the-savior-20160718t004416582z", + "reward_weight": 10000, + "root_author": "flexcougar", + "root_permlink": "the-hacker-keys-or-the-savior", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T04:28:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7, + "beneficiaries": [], + "body": "It will, soon", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T03:38:36", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 115976, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T03:36:21", + "last_update": "2016-07-18T03:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033450000z", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033835988z", + "reward_weight": 10000, + "root_author": "ashold882015", + "root_permlink": "how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:43:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The hack delayed our follow feed. You can start following people today.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T11:30:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 119927, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T11:22:27", + "last_update": "2016-07-18T11:30:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "samuelcole90", + "parent_permlink": "my-problem-with-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-samuelcole90-my-problem-with-steemit-20160718t113033912z", + "reward_weight": 10000, + "root_author": "samuelcole90", + "root_permlink": "my-problem-with-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T01:07:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Orignal article http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-19T00:56:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 129550, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/\"]}", + "last_payout": "2016-08-19T00:57:12", + "last_update": "2016-07-19T00:56:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hofman386", + "parent_permlink": "15-signs-of-a-healthy-relationship", + "percent_steem_dollars": 10000, + "permlink": "re-hofman386-15-signs-of-a-healthy-relationship-20160719t005652504z", + "reward_weight": 10000, + "root_author": "hofman386", + "root_permlink": "15-signs-of-a-healthy-relationship", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T01:31:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "the same amount of money is being distributed regardless. Supply change is constant. It just is more or less concentrated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T01:31:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 129934, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-20T10:21:54", + "last_update": "2016-07-19T01:31:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "announcement", + "parent_permlink": "re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160718t233732000z", + "percent_steem_dollars": 10000, + "permlink": "re-announcement-re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160719t013210889z", + "reward_weight": 10000, + "root_author": "announcement", + "root_permlink": "suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T16:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have been asking for this myself, but right now we have been responding to a flood of traffic, attempting to scale our servers, etc.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-faq", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T01:45:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 130086, + "json_metadata": "{\"tags\":[\"steemit-faq\"]}", + "last_payout": "2016-08-22T22:21:39", + "last_update": "2016-07-19T01:45:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dmitriybtc", + "parent_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "percent_steem_dollars": 10000, + "permlink": "re-dmitriybtc-steemit-developers-should-try-to-be-more-people-oriented-20160719t014552578z", + "reward_weight": 10000, + "root_author": "dmitriybtc", + "root_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T12:52:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "Yes we will.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-19T12:39:18", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 136618, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-20T02:34:15", + "last_update": "2016-07-19T12:39:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "redexi", + "parent_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "percent_steem_dollars": 10000, + "permlink": "re-redexi-steemit-com-how-i-survived-the-downtime-and-why-you-should-care-20160719t123917963z", + "reward_weight": 10000, + "root_author": "redexi", + "root_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "title": "", + "total_payout_value": { + "amount": "82", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T22:57:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "No. They should just use password update", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T22:12:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 146460, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "cryptofunk", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220050757z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptofunk-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221230062z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T22:57:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "We are looking into this, make sure your memo key is also unique. It appears our checks are yielding some false positives.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-19T22:19:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 146596, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:19:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "steem1", + "parent_permlink": "re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220458094z", + "percent_steem_dollars": 10000, + "permlink": "re-steem1-re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221925526z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T18:02:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 77283, + "beneficiaries": [], + "body": "Steem is no more inflationary than Bitcoin. Only 10% of market cap is redistributed each year.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-20T12:08:39", + "curator_payout_value": { + "amount": "962", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 158013, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T18:00:45", + "last_update": "2016-07-20T12:08:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "mahekg", + "parent_permlink": "how-can-steemit-be-workable-long-term", + "percent_steem_dollars": 10000, + "permlink": "re-mahekg-how-can-steemit-be-workable-long-term-20160720t120839908z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "how-can-steemit-be-workable-long-term", + "title": "", + "total_payout_value": { + "amount": "282700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T21:02:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 61, + "beneficiaries": [], + "body": "Min length. Going forward we will actually be enforcing full private keys as password.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T21:02:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 166620, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t015053169z", + "percent_steem_dollars": 10000, + "permlink": "re-ausbitbank-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210215478z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "210", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T21:07:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If they forget password we cannot help them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-20T21:02:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 166631, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "itstimetostop", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t012312680z", + "percent_steem_dollars": 10000, + "permlink": "re-itstimetostop-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210256723z", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T12:22:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 13, + "beneficiaries": [], + "body": "Mute will work once we get caught up on account recovery and registration.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T12:22:27", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 178577, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T13:43:06", + "last_update": "2016-07-21T12:22:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "daenerys", + "parent_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "percent_steem_dollars": 10000, + "permlink": "re-daenerys-this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please-20160721t122228356z", + "reward_weight": 10000, + "root_author": "daenerys", + "root_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "title": "", + "total_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T19:06:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice try. \n- your friendly neighborhood whale.", + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-21T12:36:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 178804, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-23T20:40:45", + "last_update": "2016-07-21T12:36:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "pipokinha", + "parent_permlink": "all-you-whales-are-now-under-my-power-upvote", + "percent_steem_dollars": 10000, + "permlink": "re-pipokinha-all-you-whales-are-now-under-my-power-upvote-20160721t123600578z", + "reward_weight": 10000, + "root_author": "pipokinha", + "root_permlink": "all-you-whales-are-now-under-my-power-upvote", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T09:57:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This is designed to prevent signup abuse. You get free steem power so you can earn more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-21T12:40:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 178877, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T17:59:48", + "last_update": "2016-07-21T12:40:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hassan123", + "parent_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "percent_steem_dollars": 10000, + "permlink": "re-hassan123-account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is-20160721t124042328z", + "reward_weight": 10000, + "root_author": "hassan123", + "root_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T22:00:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you are on your computer we may have an option to let you login with your phone via qr. we want to make this easier, but security first.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T03:18:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 209311, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T12:40:48", + "last_update": "2016-07-23T03:18:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "thedoctor", + "parent_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "percent_steem_dollars": 10000, + "permlink": "re-thedoctor-ohh-not-again-hate-writing-my-password-wrong-20160723t031808924z", + "reward_weight": 10000, + "root_author": "thedoctor", + "root_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T08:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "minimum post payout is $0.02 which means that this is actually bounded.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-24T04:13:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 227002, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T04:32:21", + "last_update": "2016-07-24T04:13:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "percent_steem_dollars": 10000, + "permlink": "re-positive-asymptotic-vs-bounded-new-hard-fork-and-auto-spammers-20160724t041358393z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "title": "", + "total_payout_value": { + "amount": "145", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T13:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 259, + "beneficiaries": [], + "body": "I didn't even notice these transfers! I doubt Ned did. We don't check our accounts every day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T13:07:51", + "curator_payout_value": { + "amount": "300", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 249805, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T15:07:24", + "last_update": "2016-07-25T13:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hitmeasap", + "parent_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "percent_steem_dollars": 10000, + "permlink": "re-hitmeasap-what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing-20160725t130749997z", + "reward_weight": 10000, + "root_author": "hitmeasap", + "root_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "title": "", + "total_payout_value": { + "amount": "936", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T22:40:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 644, + "beneficiaries": [], + "body": "This is why steem uses transactions as proof of stake. If steem split then this couldn't happen.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-26T11:44:00", + "curator_payout_value": { + "amount": "727", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 268522, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-08-26T11:17:36", + "last_update": "2016-07-26T11:44:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "innuendo", + "parent_permlink": "what-are-replaying-attacts-on-ethereum", + "percent_steem_dollars": 10000, + "permlink": "re-innuendo-what-are-replaying-attacts-on-ethereum-20160726t114401792z", + "reward_weight": 10000, + "root_author": "innuendo", + "root_permlink": "what-are-replaying-attacts-on-ethereum", + "title": "", + "total_payout_value": { + "amount": "2262", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T05:53:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem is ultimately secured by the password recovery and time-locked funds. \n\nMultifactor authentication can also be used in the future. In the mean time, users are their own worse enemies. Forgetting / losing passwords is far more common than hacking.\n\nUnfortunately, even with a 16+ character password people are too stupid (in general) to pick secure passwords. Any system that assumes people will be smart and use techniques that allow them to *remember* their password is flawed. Hell, I cannot even remember my own passwords for services most of the time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-28T02:37:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 305227, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-27T14:43:21", + "last_update": "2016-07-28T02:37:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "melek", + "parent_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "percent_steem_dollars": 10000, + "permlink": "re-melek-steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it-20160728t023658745z", + "reward_weight": 10000, + "root_author": "melek", + "root_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T17:04:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged because of account name designed to collect typos on bittrex deposits.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-28T12:48:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 312868, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T00:46:57", + "last_update": "2016-07-28T12:48:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -63611175, + "net_votes": -1, + "parent_author": "bitrexx", + "parent_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "percent_steem_dollars": 10000, + "permlink": "re-bitrexx-if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money-20160728t124830599z", + "reward_weight": 10000, + "root_author": "bitrexx", + "root_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:57:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 150333, + "beneficiaries": [], + "body": "It does not appear to calculate the number accurately for me. It says my votes is worth $75, but I bet this post will have more.\n\nI was correct, my single upvote is worth $475. Check your numbers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-07-29T03:29:42", + "curator_payout_value": { + "amount": "710", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 327172, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T17:25:48", + "last_update": "2016-07-29T03:30:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "mauricemikkers", + "parent_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "percent_steem_dollars": 10000, + "permlink": "re-mauricemikkers-steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd-20160729t032944418z", + "reward_weight": 10000, + "root_author": "mauricemikkers", + "root_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "title": "", + "total_payout_value": { + "amount": "480915", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T11:07:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1641, + "beneficiaries": [], + "body": "Personalized feeds will be available next week. Bot spam will be culled. The middle class is growing. The website was just open sourced. Plagiarism is being identified and factored in. And we are working on algorithms for punishing those who attempt to harm the platform for personal profit.\n\nI would say that most of your annoyances will be resolved in the coming weeks. Unfortunately, number 10 will only get worse.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-07-29T03:38:03", + "curator_payout_value": { + "amount": "1714", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 327278, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T16:52:09", + "last_update": "2016-07-29T03:38:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "calamus056", + "parent_permlink": "top-10-annoyances-of-the-steemit-platform", + "percent_steem_dollars": 10000, + "permlink": "re-calamus056-top-10-annoyances-of-the-steemit-platform-20160729t033807998z", + "reward_weight": 10000, + "root_author": "calamus056", + "root_permlink": "top-10-annoyances-of-the-steemit-platform", + "title": "", + "total_payout_value": { + "amount": "5249", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemitchat_COM_VeriFyUseRNaMe_ncZ*Aus0m@^ehECG2$Sdi618oxtqTJyIa4ROBgkr7FbK#UQX5l", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-29T03:40:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 327315, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-28T15:41:15", + "last_update": "2016-07-29T03:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -27442117270706, + "net_votes": 68, + "parent_author": "", + "parent_permlink": "spam", + "percent_steem_dollars": 10000, + "permlink": "steem-chat-verification", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-chat-verification", + "title": "Steem Chat Verification", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T21:20:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2631, + "beneficiaries": [], + "body": "It should not include edits. If so that is a bug.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 38, + "children_abs_rshares": 0, + "created": "2016-07-29T12:29:15", + "curator_payout_value": { + "amount": "2509", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 333390, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T01:13:12", + "last_update": "2016-07-29T12:29:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "winstonwolfe", + "parent_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "percent_steem_dollars": 10000, + "permlink": "re-winstonwolfe-lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it-20160729t122913626z", + "reward_weight": 10000, + "root_author": "winstonwolfe", + "root_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "title": "", + "total_payout_value": { + "amount": "8161", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T13:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 373979, + "beneficiaries": [], + "body": "I will start flagging every post that applies inappropriate tags. \n\nI see a lot of good content that I would like to be rewarded, but abuse of tags will not be tolerated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 96, + "children_abs_rshares": 0, + "created": "2016-07-29T20:21:51", + "curator_payout_value": { + "amount": "14961", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 341793, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T20:21:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 287, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "notice-to-tag-spammers", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "Notice to Tag Spammers", + "total_payout_value": { + "amount": "1059399", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T20:35:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post, bad tags. Why is this in \"introduceyourself\" ?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T20:23:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 341814, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T07:57:45", + "last_update": "2016-07-29T20:23:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joseph", + "parent_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "percent_steem_dollars": 10000, + "permlink": "re-joseph-proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo-20160729t202306401z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T19:18:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12, + "beneficiaries": [], + "body": "Using # tag will in your post will link to the tag, but will not include in the set of tags. You must manually specify the tags you want in the tags field at the bottom of the post editor.\n\nTags do not change after payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T21:39:09", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343063, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T21:39:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptogee", + "parent_permlink": "re-dantheman-notice-to-tag-spammers-20160729t203521985z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptogee-re-dantheman-notice-to-tag-spammers-20160729t213908633z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "", + "total_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T16:33:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "I originally upvoted your post, but after noticing the tag spam it turned into a down vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-29T21:42:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 343107, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T05:14:39", + "last_update": "2016-07-29T21:42:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "soulbrain", + "parent_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "percent_steem_dollars": 10000, + "permlink": "re-soulbrain-laws-of-the-winners-principles-of-successful-people-part-1-20160729t214234517z", + "reward_weight": 10000, + "root_author": "soulbrain", + "root_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "title": "", + "total_payout_value": { + "amount": "146", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T17:14:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1679223, + "beneficiaries": [], + "body": "
http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg
\n\nSteemit is implementing a reputation system that will evolve over time. The system will start out simple and get more advanced as things progress. \n\n## Here is what you need to know:\n\n1. If you constantly get downvoted your posts will be marked as spam and hidden unless a user clicks to reveal all spam. \n2. If you do not earn any positive reputation by contributing to the discussion then your votes will be ignored in our ranking algorithm.\n3. If you do not have positive reputation then you will not be able to impact the reputation of others. \n4. If you have a negative reputation then your posts will be excluded from the global index pages\n\nNone of these changes require hardforks, but all of them will impact the user experience on Steemit.com\n\n## But what about Censorship?\n\nYou have a right to say what you want, but users have the right to plug their ears. All of your content will be available on the blockchain and will be visible to those who want to see it (unless we are required by law to take it down). \n\nWe will not hide / filter any content that has greater than $0.02 pending payout. If something is deemed valuable enough to be paid, then it will be displayed.\n\nAll of your comments, blogs, etc will remain visible on your own profile page. \n\n## Use the Mute Button\n\nIf you are tired of seeing posts by people, use the mute button. We will gradually incorporate the mute / follow information to better filter / sort content for users. The mute button will not hide posts with pending payouts. If you see someone you have muted with a pending payout then flag it.\n\n## Conclusion\n\nThe abuse you see today will not last long term and is an artifact of rapid growth. We fully believe that our stake-weighted reputation system will ultimately be more powerful than those available on other platforms.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 197, + "children_abs_rshares": 0, + "created": "2016-07-29T22:07:54", + "curator_payout_value": { + "amount": "97685", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 343462, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\",\"censorship\"],\"image\":[\"http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:07:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 503, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "notice-to-bot-spammers", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "Notice To Bot Spammers", + "total_payout_value": { + "amount": "4774557", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:48:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 212, + "beneficiaries": [], + "body": "It is 99% implemented/tested on the backend. We will probably roll it out next week.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T22:12:42", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343549, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:12:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "pairmike", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221125338z", + "percent_steem_dollars": 10000, + "permlink": "re-pairmike-re-dantheman-notice-to-bot-spammers-20160729t221244194z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "458", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:30:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9, + "beneficiaries": [], + "body": "If people upvote your posts more than they downvote then you will be fine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T22:13:42", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343558, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:13:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "cryptohustlin", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221144244z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptohustlin-re-dantheman-notice-to-bot-spammers-20160729t221342548z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T23:09:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "No. We only control steemit, not steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:32:18", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343806, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:32:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "anonymint", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222912519z", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-re-dantheman-notice-to-bot-spammers-20160729t223219381z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "41", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:54:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are aware of that bot and taking counter measures.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343830, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mialolita", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221849624z", + "percent_steem_dollars": 10000, + "permlink": "re-mialolita-re-dantheman-notice-to-bot-spammers-20160729t223426526z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T19:41:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. We cannot remove from block chain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T22:35:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343841, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nonlinearone", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222949773z", + "percent_steem_dollars": 10000, + "permlink": "re-nonlinearone-re-dantheman-notice-to-bot-spammers-20160729t223500986z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T22:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 33, + "beneficiaries": [], + "body": "Yes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T22:35:27", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343846, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "demotruk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223016836z", + "percent_steem_dollars": 10000, + "permlink": "re-demotruk-re-dantheman-notice-to-bot-spammers-20160729t223528601z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "93", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T03:56:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 231, + "beneficiaries": [], + "body": "Down votes from those with bad rep will be ignored.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T22:36:18", + "curator_payout_value": { + "amount": "204", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 343857, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:36:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223017195z", + "percent_steem_dollars": 10000, + "permlink": "re-pfunk-re-dantheman-notice-to-bot-spammers-20160729t223619664z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "656", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T09:48:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 932904, + "beneficiaries": [], + "body": "
https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg
\n\nIn my last post I gave notice to bot spammers that we will take actions to mitigate the abuse and keep Steemit a place that people can enjoy participating in.\n\nUser @williambanks [responded](/steemit/@williambanks/response-to-dantheman-notice-to-bot-spammers) with an insightful article. I was going to reply to him in the comments, but thought that it deserved a full post.\n\nI will summarize my primary take aways:\n\n1. Don\u2019t vilify Bots, there are real people behind them\n2. For many people this is a \u201cgame\u201d to make money while they can\n3. For other people this is an \u201cinvestment\u201d to make a lot of money long term\n4. Incentives create the bot situation\n\nI saw several proposed solutions:\n\n1. Restrict access to web socket api\n2. Remove stake-weighted voting (use hot rather than trending)\n3. Help people improve their bots\n\n\nHere are the primary things that william was missing:\n\n1. Sybil attacks - bot operators are already doing this by creating a large number of accounts and vote spamming\n2. Evil People - these people wish to do as much harm as possible because they enjoy hurting others \n3. Stupid People - these people harm others while getting no benefit for themselves\n\n## Strong Reputation and Identity \n\nThe only solutions to Sybil are Reputation, Identity, and Stake Weighted voting. Once we solve the identity / reputation issue then it becomes much harder to create dummy accounts.\n\n## Conclusion\n\nI have a ton of respect for the stance william made and will certainly attempt to incorporate what I can from it into the solutions we deploy. Nothing in life is ever as easy as it seems, and william\u2019s proposed solutions would be at most a short term issue. \n\nThere are people who are motivated to act in ways that break other peoples toys just because it is fun.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 130, + "children_abs_rshares": 0, + "created": "2016-07-30T16:34:15", + "curator_payout_value": { + "amount": "26024", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 356458, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\"],\"users\":[\"williambanks\"],\"image\":[\"https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:34:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 356, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "vilifying-bots", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "vilifying-bots", + "title": "Vilifying Bots", + "total_payout_value": { + "amount": "2046386", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T17:09:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not sure what you refer to.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T16:55:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 356849, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:55:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "sir", + "parent_permlink": "re-dantheman-vilifying-bots-20160730t164259531z", + "percent_steem_dollars": 10000, + "permlink": "re-sir-re-dantheman-vilifying-bots-20160730t165518981z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "vilifying-bots", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:03:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 11, + "beneficiaries": [], + "body": "same amount is awarded every day regardless of who votes. If only one minow voted they would allocate the full daily budget.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T21:57:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 362165, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T09:56:09", + "last_update": "2016-07-30T21:57:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "everythink", + "parent_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "percent_steem_dollars": 10000, + "permlink": "re-everythink-what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything-20160730t215716868z", + "reward_weight": 10000, + "root_author": "everythink", + "root_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "title": "", + "total_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T00:20:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 98, + "beneficiaries": [], + "body": "If only the ethereum community had adopted ideas that BitShares has had regarding transactions as proof of stake then this wouldn't be a problem.\n\nEach and every Steem transaction references a head-block hash and is not valid on any other blockchain or fork.\n\nEthereum allows for a lot of blockchain reorganizations and migration of transactions from one fork to another. \n\nThis could be solved by changing the way transfer scripts are executed in the wallet to certify a recent block or even a checkpoint. \n\nThe question is, how much ETH has been lost due to replay attack?", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T22:07:45", + "curator_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 362345, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-30T05:54:06", + "last_update": "2016-07-30T22:07:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "decrypt", + "parent_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "percent_steem_dollars": 10000, + "permlink": "re-decrypt-you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth-20160730t220758336z", + "reward_weight": 10000, + "root_author": "decrypt", + "root_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "title": "", + "total_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T21:52:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Last analysis I saw showed money being distributed to more people and away from the top.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T20:16:03", + "curator_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 416604, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T06:12:42", + "last_update": "2016-08-02T20:16:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "rcartwright1", + "parent_permlink": "re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t164804859z", + "percent_steem_dollars": 10000, + "permlink": "re-rcartwright1-re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t201603987z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd", + "title": "", + "total_payout_value": { + "amount": "102", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T20:26:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 47, + "beneficiaries": [], + "body": "You earn reputation by getting upvotes and not down votes from people with higher reputation than you have.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T20:18:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 416641, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T08:19:30", + "last_update": "2016-08-02T20:18:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kamvreto", + "parent_permlink": "new-feature-reputation", + "percent_steem_dollars": 10000, + "permlink": "re-kamvreto-new-feature-reputation-20160802t201806164z", + "reward_weight": 10000, + "root_author": "kamvreto", + "root_permlink": "new-feature-reputation", + "title": "", + "total_payout_value": { + "amount": "111", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T20:53:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I mistook your \"Voted\" post for a bot. Please don't comment that you just voted. I upvoted this because upon closer inspection of your account history you didn't deserve a bad rep.\n\nI thought I could remove the flag and it would have fixed your account, we are investigating why it is behaving like it is.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T20:30:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 416845, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-02T20:30:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bullionstackers", + "parent_permlink": "re-bullionstackers-can-someone-explain-20160802t202846383z", + "percent_steem_dollars": 10000, + "permlink": "re-bullionstackers-re-bullionstackers-can-someone-explain-20160802t203032936z", + "reward_weight": 10000, + "root_author": "bullionstackers", + "root_permlink": "can-someone-explain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The existence of reputation doesn't give rise to these bots. The bot operators could calculate their own \"rep score\" whether we provide one or not. More likely, they will have a far more sophisticated rep score that is a better predictor of post value. \n\nOur rep system errors on the side of tolerance (or tries to). Theirs would aim for predictive power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T21:22:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 417658, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T09:47:30", + "last_update": "2016-08-02T21:22:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chrishronic", + "parent_permlink": "re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t205008788z", + "percent_steem_dollars": 10000, + "permlink": "re-chrishronic-re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t212235562z", + "reward_weight": 10000, + "root_author": "kryptik", + "root_permlink": "what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T15:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29081, + "beneficiaries": [], + "body": "
http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png
\n\nMany of you may have noticed the recent updates to Steemit. Among those updates are the addition of a single digit score next to your name. My score is an 8.\n\nReputation scores work like earthquake richter scales, they operate on log base 10. In other words a reputation level 8 is 10 times stronger than reputation level 7. Likewise, -8 is 10 times more negative than -7.\n\nThose with weaker reputations are unable to harm the reputation of those with strong reputation. \n\nThis score is a simple algorithm that could be changed at any time and will be tweaked. If there are problems with it or if it starts to be gamed, then we will fix it. \n\nWe have already identified one bug that will be fixed at the next update. \n\nIf you feel you have been unfairly punished by the current algorithm, then you can appeal on slack. Less than 2% of all accounts are currently being filtered due to reputation. \n\n| Reputation | Number of Accounts |\n|----------------| -----------------------------|\n| 9 | 1 |\n| 8 | 86 |\n| 7 | 712 |\n| 6 | 1500 |\n| 5 | 1617 |\n| 4 | 1910 |\n| 3 | 1780 |\n| 2 | 1609 |\n| 1 | 34,455 |\n| -1 | 106 |\n| -2 | 120 |\n| -3 | 98 |\n| -4 | 193 |\n| -5 | 116 |\n| -6 | 203 |\n| -7 | 16 |\n| -8 | 1 |\n\nThe lowest rep is @wang, being the first bot got him singled out by a lot of downvoters over time. We appriciate the service wang provided and he earned some good money from his efforts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 278, + "children_abs_rshares": 0, + "created": "2016-08-02T21:40:15", + "curator_payout_value": { + "amount": "317", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 417907, + "json_metadata": "{\"tags\":[\"steemit\",\"reputation\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:40:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 491, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "brief-update-on-reputation-score", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "Brief Update on Reputation Score", + "total_payout_value": { + "amount": "43510", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T11:15:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 113, + "beneficiaries": [], + "body": "His bot posts attracted negative attention from whales over time and only small amounts of positive attention from normal users. \n\nTo prevent the system from being arbitrary we need to have an algorithm that rates everyone \"objectively\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-02T21:46:30", + "curator_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 417995, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:46:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "azaan", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214349736z", + "percent_steem_dollars": 10000, + "permlink": "re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t214629572z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "266", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:28:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correlation does not equal causation. The fall in Steem Price and the rise in Steem Price combined with lags on the moving feed cause the majority of the problem.\n\nAlso the Risk / Reward on Steem Dollars is very different. You have the Risk of Steem Failure but only a 10% interest reward. Meanwhile the supply is increasing. \n\nA falling price means an increased reward and implied higher interest rate. If you think Steem Dollars will stabilize over the next year then you can earn 20% + 10% for a 30% rate of return at the risk of Steem Dollars becoming worthless. \n\nDue to the conversion option, the price cannot deviate too far from feed price or people will start converting rather than selling on exchanges.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T22:07:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 418313, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-09-02T07:33:48", + "last_update": "2016-08-02T22:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jasonmcz", + "parent_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "percent_steem_dollars": 10000, + "permlink": "re-jasonmcz-peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker-20160802t220733568z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 234, + "beneficiaries": [], + "body": "Correct, @wang can still impact your payouts on the posts he downvotes, but he will not impact your reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:09:24", + "curator_payout_value": { + "amount": "179", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418351, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"wang\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "chitty", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214819259z", + "percent_steem_dollars": 10000, + "permlink": "re-chitty-re-dantheman-brief-update-on-reputation-score-20160802t220924870z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "554", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T16:58:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Earn up votes from anyone with positive reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T22:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418363, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lindee-hamner", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215149359z", + "percent_steem_dollars": 10000, + "permlink": "re-lindee-hamner-re-dantheman-brief-update-on-reputation-score-20160802t220958710z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "-3 to 3 are effectively 0. It is an artefact of how we derive the score that makes +/- 0 an odd case.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:13:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418417, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fubar-bdhr", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220455415z", + "percent_steem_dollars": 10000, + "permlink": "re-fubar-bdhr-re-dantheman-brief-update-on-reputation-score-20160802t221350786z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:16:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Keep doing what you are doing. Going from a 7 to an 8 is a big task, but you can do it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:16:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418443, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:16:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jaycobbell", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215234479z", + "percent_steem_dollars": 10000, + "permlink": "re-jaycobbell-re-dantheman-brief-update-on-reputation-score-20160802t221631094z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:53:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is continuous with every vote on every post you make.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:26:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 418610, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:26:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "merej99", + "parent_permlink": "re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222227501z", + "percent_steem_dollars": 10000, + "permlink": "re-merej99-re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222622814z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:31:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 973, + "beneficiaries": [], + "body": "Quick update, if we allowed 0 then there would be 32,000 users with 0 and 2000 users with 1. We will be tweaking the algorithm to enable 0.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:31:12", + "curator_payout_value": { + "amount": "757", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 418689, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:31:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dantheman", + "parent_permlink": "brief-update-on-reputation-score", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-brief-update-on-reputation-score-20160802t223111474z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "2303", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:34:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 15, + "beneficiaries": [], + "body": "It is all open source and on github.\n\nThe raw score is calculated here:\nhttps://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\n\nThe website interprets the raw score based on max( 1, int(log10(abs(score))) - 8 )", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:34:00", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418718, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:34:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "ajvest", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t222633570z", + "percent_steem_dollars": 10000, + "permlink": "re-ajvest-re-dantheman-brief-update-on-reputation-score-20160802t223400931z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "This is an inadvertent bug with the website that will be fixed shortly within the hour.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:36:15", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 418759, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:36:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "spaninv", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221509776z", + "percent_steem_dollars": 10000, + "permlink": "re-spaninv-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t223615774z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "238", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T08:34:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 159, + "beneficiaries": [], + "body": "I love it! She has been a great contributor and helped build this place early on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:37:03", + "curator_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 418775, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:37:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220429395z", + "percent_steem_dollars": 10000, + "permlink": "re-nanzo-scoop-re-dantheman-brief-update-on-reputation-score-20160802t223704397z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "376", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T22:40:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 257, + "beneficiaries": [], + "body": "I was honestly just as suprised by that as you were. We investigated the issue and it works like this.\n\nMy upvote can take you to +6.x. You had 6 before I voted you down and 7 after I voted you up. \n\nIf you start with 6.1 and I downvote you with 6.9 then it will take you to -6 because the way log algorithms work. If I downvote you again it probably wouldn't take you to -7. \n\nWhales can make / break small accounts that have no rep. But they cannot make accounts with rep. I doubt I could lower @stellabelle from 9 to 8 with a single vote.\n\nReputation is hard to earn, easy to lose.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T22:40:48", + "curator_payout_value": { + "amount": "191", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 418863, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"stellabelle\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:40:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "bullionstackers", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221816802z", + "percent_steem_dollars": 10000, + "permlink": "re-bullionstackers-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t224048880z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "608", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T23:05:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That bug has been fixed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T22:59:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 419122, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:59:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "andu", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t224242604z", + "percent_steem_dollars": 10000, + "permlink": "re-andu-re-dantheman-brief-update-on-reputation-score-20160802t225923989z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Short posts like this could be generated by bots. Try to write comments that would pass the Turing test.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T13:09:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 427953, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-03T13:09:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "anonblog", + "parent_permlink": "re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t121417620z", + "percent_steem_dollars": 10000, + "permlink": "re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t130947602z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T09:26:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2280171, + "beneficiaries": [], + "body": "
https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg
\nThe past couple of months have been full of hard lessons for everyone in the cryptocurrency space. Bugs in the DAO code lead to hard forks of ETH which lead to Replay Attacks and now a market battle between Ethereum and Ethereum Classic. \n\nIn the process the DAO hacker has managed to indirectly harm everyone from ETH holders to anyone doing business with Coinbase, one of many potential victims of the Replay Attack.\n\nIf the problems with Ethereum weren\u2019t enough, there are now [reports that $72 million worth of Bitcoin may have been stolen from Bitfinex](http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP).\n\nEven steemit.com was hacked. The difference is that Steem responded quickly, decisively, and with long-lasting technological solutions rather than one-time patches that do nothing to prevent future issues.\n\n## All of this is Preventable \n\nFor over 3 years I have been working to design and build next generation blockchain technologies. Steem is the product of many hard lessons in usability, scalability, and security. Most of the lessons learned are not available on any other platform.\n\n## Preventing Replay Attacks\n\nWay back in November 2013 I introduced the concept of [Transactions as Proof of Stake](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) also known as TaPoS. \n\nThe idea behind TaPoS is that each time a transaction is signed it should reference a recent block ID. By referencing a recent block ID the signer is also certifying their opinion on the state of the blockchain and the pre-condition for the validity of the transaction. \n\nOver the long term this means that every stake holder is directly certifying / checkpointing the blockchain and creates a measure of consensus that is even harder to forge than redoing all of the Proof of Work on bitcoin and \u201cmigrating\u201d the transactions. \n\n## Preventing Rebirth of Forks \n\nAssuming a blockchain will never have to hard fork is denying reality. Bugs will happen, new features will be needed, and lack of adaptability to market conditions will eventually kill any company, product, or cryptocurrency. \n\nThe decision to hard fork should be baked into the consensus process prior to any fork occurring. If consensus is reached that a fork should occur, then all nodes that do not have the code for the fork should shutdown by consensus. \n\nStated another way, the only way to \u201crevive\u201d a fork such as Ethereum Classic would be to implement a true fork and require everyone to update their code. \n\nEthereum Classic is an example of a Fork that should never have existed. If the Ethereum blockchain had a true consensus process in place for deciding when to fork and *when to die* then the entire market could rest assured they are on the right fork.\n\nInstead decisions about which fork to adopt are handled outside of blockchain consensus and therefore chaotic in nature. Failure to provide a governance structure will lead to market chaos, uncertainty, and situations like Ethereum Classic. \n\n## Recovering from Hacks \n\nAttempting to prevent hacks is a nobel, but futile effort. Hacks are instant, and permanent. Even with advanced multi-sig accounts, such as those supposedly used by Bitfinex, are unable to prevent the instantaneous loss of millions of dollars of cryptocurrency.\n\nThe problem is that you do not know you have been hacked until it is *too late* to fix it or recover. Hackers can slowly gather keys over time and then wait until the perfect moment to strike.\n\nThe strength of a system is not measured by how thick and impenetrable the skin is, but by its ability to heal quickly after being cut. Bitcoin, Ethereum, and most other blockchains have no system in place for healing.\n\n[Every Steem account is associated with a recovery account](https://steemit.com/all/@dan/steemit-releases-groundbreaking-account-recovery-solution). The recovery account can be any other user on the system who knows you by some means other than your public key. In the event that your account is stolen, the recovery account combined with your old public key has the ability to restore the account to its rightful owner.\n\n**This is not just multi-sig**. Multi-sig is a fixed set of signers who must cosign a transaction. The Steem recovery process considers any key used in the past 30 days to be one party to the recovery. An attacker can change the owner keys as much as they want, it will not prevent the recovery. \n\nYour recovery account has no power over your account without one of your recent keys and it is not needed until after you are hacked. This is very different from any multi-sig solution currently on the market. \n\nThere are only two people who can recover an account, the attacker or the legitimate owner. So long as the recovery agent does full KYC prior to recovering the account no hacker will attempt to recover. In fact, there is no reason for the hacker to attempt recovery because they are already in control of the \"current keys\" which means they get the account by default after 30 days.\n\n## Time locked Funds \n\nThe key to security is *time*. It is impossible to know that your keys have been compromised until someone else signs something with them. By the time they sign, it is too late.\n\nImagine if there was a 24 hour delay during which your transfer could be recovered with the help of your recovery agent. With such a system in place a hacker would have to divulge the hack by using your keys, but would be powerless to prevent you from recovering your account and canceling the transfer. \n\nIf the hacker managed to compromise both you and your recovery agent, then the recovery agent would go to their recovery agent first, then recover you. This process could continue indefinitely so long as everyone could recover within the allotted time. The probability of a hacker compromising all of those accounts at the same time is vanishingly small.\n\nAll of these things require time with the ability to cancel. Without time delay hacks are impossible to detect until after they irreversible. Banks have known this for a long time. They implement daily withdraw limits, 24 to 72 hour pending periods, etc. \n\nThe vast majority of cryptocurrency wealth needs to be locked behind similar protections. The only funds that should exist as liquid \u201ccash\u201d are those which are needed immediately and which the holder of said funds can afford to lose.\n\n## Steem Solves these Problems\n\n95% of all Steem value is subject to time release, all accounts can be recovered so long as you have any owner key used in the past 30 days and the signature of your recovery agent. All transactions implement TaPoS which prevents replay, and the decision to hard fork is built into the consensus protocol itself. Any nodes that don\u2019t know the details of the hard-fork will automatically shutdown at the consensus defined time. \n\nIf Bitcoin and Ethereum implemented these features then Coinbase wouldn\u2019t be suffering from Replay, Bitfinex would be able to recover their funds, and either Ethereum or Ethereum Classic would not exist. \n\nThese features make everyone more secure, and isn\u2019t that the whole point of Cryptocurrencies in the first place? What good is a cryptocurrency that is statistically less secure than the funds in your bank? It is time for a change.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 127, + "children_abs_rshares": 0, + "created": "2016-08-03T17:37:48", + "curator_payout_value": { + "amount": "120945", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 432008, + "json_metadata": "{\"tags\":[\"steem\",\"tapos\",\"ethereum\",\"security\",\"bitfinex\"],\"image\":[\"https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg\"],\"links\":[\"http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T17:37:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 522, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "Bitfinex, Blockchain Hacks, and Replay Attacks Oh My - All Things that Steem\u2019s Technology is designed to prevent.", + "total_payout_value": { + "amount": "5335454", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T18:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "He would have to pass our ID checks which means he would have to hack your reddit or facebook account. If he did do that, then we would up the level of KYC on your account. Posting a quality introduce yourself post with photos is a good way to help secure your account.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T18:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 432564, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181227006z", + "percent_steem_dollars": 10000, + "permlink": "re-intelliguy-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181445104z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T18:57:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 159, + "beneficiaries": [], + "body": "Recovery Pools are possible due to Steem's support for advanced dynamic hierarchical threshold multisig accounts. Recover account could also mean recovery pool and could be an entire group.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T18:51:57", + "curator_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 433107, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:46:45", + "last_update": "2016-08-03T18:51:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dana-edwards", + "parent_permlink": "re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t183956644z", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t185156482z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future", + "title": "", + "total_payout_value": { + "amount": "372", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:18:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "Our interface is opensource and many clones will start appearing. Steem is getting increasingly decentralized over time and its protocol will become increasingly stable. Your concerns are all temporary situations that all new systems face. The goal is to mature into decentralization.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T18:55:54", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 433175, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:55:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "orly", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t183639680z", + "percent_steem_dollars": 10000, + "permlink": "re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t185555680z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "90", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2218, + "beneficiaries": [], + "body": "This type of off topic advertizing is a quick way to get downvotes and hurt your reputation. I will ask others with less weight to downvote you as a warning until we get a GUI in place that lets me downvote with less weight than my full weight would would send you straight to -5 or -6.\n\nUpdate: after reviewing your post and seeing this same spam in dozens of places plus the blatant vote begging, I decided to downvote you anyway. We are updating the reputation system such that my downvotes are not enough to singlehandedly censor you. You can still come back from this, but it will require being respectful of others.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-03T19:04:00", + "curator_payout_value": { + "amount": "943", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 433337, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "edbriv", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t193721993z", + "percent_steem_dollars": 10000, + "permlink": "re-edbriv-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t190359502z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "5190", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:18:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is certainly true. The last platform I created, BitShares, matured to a level of decentralization that could entirely outvote me. I am happy about that. As the platform matured it became more and more difficult to make changes, the same will be true for Steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T19:18:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 433545, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:18:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -1517690449, + "net_votes": -1, + "parent_author": "orly", + "parent_permlink": "re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191058367z", + "percent_steem_dollars": 10000, + "permlink": "re-orly-re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191804525z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T20:52:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "Reputation is done outside of blockchain consensus and can change / be tweaked at any time. It is a steemit.com feature, not a blockchain feature. \n\nMaybe if steemit.com comes up with a good enough reputation system that doesn't get gamed we could tie it into rewards, but that is a long way from happening.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:40:39", + "curator_payout_value": { + "amount": "9", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 433873, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T06:57:24", + "last_update": "2016-08-03T19:40:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "percent_steem_dollars": 10000, + "permlink": "re-kuriko-dantheman-my-suggestion-to-the-new-reputation-system-20160803t194038952z", + "reward_weight": 10000, + "root_author": "kuriko", + "root_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:36:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone who makes it on to trending has their reputation boosted as a result. A new user could post something big, end up on trending have have a reputation of 6 the same day. \n\nThose with reputation of 7 or 8 have it the trending pages multiple times. \n\nBetter to look at 'hot' for new people to promote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T19:46:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 433992, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T03:22:27", + "last_update": "2016-08-03T19:46:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jsteck", + "parent_permlink": "re-jacor-the-new-reputation-system-good-or-bad-20160803t185226182z", + "percent_steem_dollars": 10000, + "permlink": "re-jsteck-re-jacor-the-new-reputation-system-good-or-bad-20160803t194649669z", + "reward_weight": 10000, + "root_author": "jacor", + "root_permlink": "the-new-reputation-system-good-or-bad", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T16:17:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 4946, + "beneficiaries": [], + "body": "I thought the fact that it was an *original image* of a real steemit user made by another steemit user puts it in a different category than simply using a model.\n\nIn this case, sean was demonstrating the power of his opinion in a very obvious way. \n\nIt was borderline NSFW but was also done with a flair of art and completely relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-03T20:05:24", + "curator_payout_value": { + "amount": "3063", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 434296, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-03T12:32:15", + "last_update": "2016-08-03T20:05:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "sean-king", + "parent_permlink": "sexual-click-bait", + "percent_steem_dollars": 10000, + "permlink": "re-sean-king-sexual-click-bait-20160803t200523599z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "sexual-click-bait", + "title": "", + "total_payout_value": { + "amount": "11538", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Those concepts are being thought through and will likely be deployed based upon lessons learned and solutions available.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T20:25:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 434645, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -2836604962, + "net_votes": -2, + "parent_author": "steemrollin", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200748089z", + "percent_steem_dollars": 10000, + "permlink": "re-steemrollin-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202504307z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T20:26:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "by default the account that created your account is your security partner. Most likely us. It will take some more work to make the UI accessible for setting other partners, but it is fully possible on the blockchain today.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T20:26:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 434666, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:26:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -2836604962, + "net_votes": -2, + "parent_author": "ben.zimmerman", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200623305z", + "percent_steem_dollars": 10000, + "permlink": "re-benzimmerman-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202610861z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T09:27:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1022, + "beneficiaries": [], + "body": "We are working on a solution where exchanges can set daily rate limits on withdraw activity from their account. Their \"warm storage account\" could be online allowing them to withdraw X% per day to their \"hot storage account\". \n\nThe downside from a user's perspective is that attempts to withdraw your funds would be rate limited by the same algorithm. But at least it would be transparent why there is a delay in withdrawal.", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-03T21:29:45", + "curator_payout_value": { + "amount": "428", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 435513, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-09-03T09:59:15", + "last_update": "2016-08-03T21:29:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 22, + "parent_author": "pfunk", + "parent_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "percent_steem_dollars": 10000, + "permlink": "re-pfunk-steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets-20160803t212947254z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "title": "", + "total_payout_value": { + "amount": "2390", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T13:21:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 34, + "beneficiaries": [], + "body": "We are going to change scale from 0 to 100 for all users who aren't hidden.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T00:43:30", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 437884, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T12:54:21", + "last_update": "2016-08-04T00:43:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "krystox", + "parent_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "percent_steem_dollars": 10000, + "permlink": "re-krystox-my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more-20160804t004330452z", + "reward_weight": 10000, + "root_author": "krystox", + "root_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "title": "", + "total_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T13:08:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 40, + "beneficiaries": [], + "body": "Steem supports smaller micropayment with no fees.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T12:39:00", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 444215, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T16:47:21", + "last_update": "2016-08-04T12:39:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "theprophet0", + "parent_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "percent_steem_dollars": 10000, + "permlink": "re-theprophet0-7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours-20160804t123900104z", + "reward_weight": 10000, + "root_author": "theprophet0", + "root_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 62, + "beneficiaries": [], + "body": "Yes, we are planning on adding such a feature.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:04:06", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 445344, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:04:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mughat", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t064429614z", + "percent_steem_dollars": 10000, + "permlink": "re-mughat-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140405570z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:06:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think you misunderstood the nature of the solution. \n\nAny transaction that was reversible would not show up in someones account until it could be spent. Thus, payment is never \"received\" until it is irreversible. Both parties know \"payment is on the way\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:06:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 445384, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:06:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "modprobe", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t051011086z", + "percent_steem_dollars": 10000, + "permlink": "re-modprobe-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140641152z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T14:48:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 61, + "beneficiaries": [], + "body": "Even cheetah has some false positives.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T14:48:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 446003, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T01:31:57", + "last_update": "2016-08-04T14:48:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t132957515z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t144800603z", + "reward_weight": 10000, + "root_author": "rayphu", + "root_permlink": "jump-start-steemit-back-to-life-i-offer-my-suggestion", + "title": "", + "total_payout_value": { + "amount": "51", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:41:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "this is wrong, the amount of funds to spend is constant regardless of how much voting goes on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cn", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T18:58:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 449908, + "json_metadata": "{\"tags\":[\"cn\"]}", + "last_payout": "2016-09-04T07:12:33", + "last_update": "2016-08-04T18:58:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "spiz0r", + "parent_permlink": "re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t151831742z", + "percent_steem_dollars": 10000, + "permlink": "re-spiz0r-re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t185803360z", + "reward_weight": 10000, + "root_author": "xianjun", + "root_permlink": "attention-author-rewards-are-decreasing-sharply", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T19:05:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 229, + "beneficiaries": [], + "body": "Looks like you are digging yourself out of the hole. Thanks for sticking with it and apologizing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T19:00:51", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 449960, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-09-04T06:51:33", + "last_update": "2016-08-04T19:00:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "edbriv", + "parent_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "percent_steem_dollars": 10000, + "permlink": "re-edbriv-i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6-20160804t190052954z", + "reward_weight": 10000, + "root_author": "edbriv", + "root_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "title": "", + "total_payout_value": { + "amount": "514", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T14:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 154, + "beneficiaries": [], + "body": "Two things to consider... remove 30K accounts created by mining and squatters and consider only those accounts which are actively posting. If I created 1 million dummy accounts then it would make the wealth distribution look much worse. \n\nThe current inflation rate is MUCH HIGHER than 100% due to the currency still being in its distribution phase. This means the rate of distribution is much higher than it will be in the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T21:22:30", + "curator_payout_value": { + "amount": "69", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 452043, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-04T21:22:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hisnameisolllie", + "parent_permlink": "the-top-1-steem-v-the-real-world", + "percent_steem_dollars": 10000, + "permlink": "re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t212231053z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", + "title": "", + "total_payout_value": { + "amount": "344", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T17:36:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43523, + "beneficiaries": [], + "body": "It is tough being a whale.... you try so to make friends and keep the bad guys at bay. \n\nThe good news is that every day is a new day, and today you earned my vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-04T21:29:27", + "curator_payout_value": { + "amount": "21218", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 452129, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T17:19:03", + "last_update": "2016-08-04T21:29:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 32, + "parent_author": "sirwinchester", + "parent_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "percent_steem_dollars": 10000, + "permlink": "re-sirwinchester-a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat-20160804t212929104z", + "reward_weight": 10000, + "root_author": "sirwinchester", + "root_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "title": "", + "total_payout_value": { + "amount": "96831", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T15:18:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 288, + "beneficiaries": [], + "body": "The entrepreneurs that start a new category have a big impact as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-04T21:32:24", + "curator_payout_value": { + "amount": "206", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 452171, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T14:14:54", + "last_update": "2016-08-04T21:32:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "capitalism", + "parent_permlink": "re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t194700455z", + "percent_steem_dollars": 10000, + "permlink": "re-capitalism-re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t213225345z", + "reward_weight": 10000, + "root_author": "mauritso", + "root_permlink": "steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on", + "title": "", + "total_payout_value": { + "amount": "644", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:03:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 16995, + "beneficiaries": [], + "body": "I'd love to do an interview. I have followed your blog for years.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T01:03:36", + "curator_payout_value": { + "amount": "11072", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 454877, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:03:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 29, + "parent_author": "derekareith", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221321701z", + "percent_steem_dollars": 10000, + "permlink": "re-derekareith-re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t010336503z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "37927", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T17:49:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2549, + "beneficiaries": [], + "body": "Remember that Bitcoin used a fixed 300 BTc per hr for the first 4 years. That meant it's inflation rate was on the same curve as steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-05T12:24:03", + "curator_payout_value": { + "amount": "524", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 461644, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:42:54", + "last_update": "2016-08-05T12:24:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 30, + "parent_author": "hisnameisolllie", + "parent_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "percent_steem_dollars": 10000, + "permlink": "re-hisnameisolllie-steem-dilution-rate-explained-currently-much-higher-than-you-might-think-20160805t122405846z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "title": "", + "total_payout_value": { + "amount": "3298", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 35, + "beneficiaries": [], + "body": "I see several known bots / abusers in that list. It would be interesting to filter the list by reputation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-05T14:41:09", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 463808, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T02:57:12", + "last_update": "2016-08-05T14:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "gord0b", + "parent_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "percent_steem_dollars": 10000, + "permlink": "re-gord0b-steemit-daily-action-stats-into-the-darkside-of-bots-20160805t144111458z", + "reward_weight": 10000, + "root_author": "gord0b", + "root_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "title": "", + "total_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:02:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29, + "beneficiaries": [], + "body": "This is why money needs to be viewed like equity in the means of production. It should gain purchasing power as the means to produce grows, not lose purchasing power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:02:57", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 464163, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-04T10:35:09", + "last_update": "2016-08-05T15:02:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "anarchyhasnogods", + "parent_permlink": "re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t002008539z", + "percent_steem_dollars": 10000, + "permlink": "re-anarchyhasnogods-re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t150259058z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:36:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 416, + "beneficiaries": [], + "body": "Very interesting video. I welcome the competition.\n\nWith respect to code quality, steemd may seem to be \"monolithic\", but most of the features used by steemit.com are *optional* plugins. It is possible for exchanges and currency users to run with only 15% of the memory usage and much less CPU usage.", + "cashout_time": "1969-12-31T23:59:59", + "category": "synereo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T17:47:54", + "curator_payout_value": { + "amount": "238", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 467171, + "json_metadata": "{\"tags\":[\"synereo\"]}", + "last_payout": "2016-09-05T04:29:27", + "last_update": "2016-08-05T17:47:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "nanzo-scoop", + "parent_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "percent_steem_dollars": 10000, + "permlink": "re-nanzo-scoop-synereo-alpha-demo-real-competition-for-steemit-around-the-corner-20160805t174754912z", + "reward_weight": 10000, + "root_author": "nanzo-scoop", + "root_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "title": "", + "total_payout_value": { + "amount": "804", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:19:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1025, + "beneficiaries": [], + "body": "They didn't read block chain license.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-05T22:33:00", + "curator_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 471552, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-09-05T10:47:21", + "last_update": "2016-08-05T22:33:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "joseph", + "parent_permlink": "first-steemit-clone-is-an-ico", + "percent_steem_dollars": 10000, + "permlink": "re-joseph-first-steemit-clone-is-an-ico-20160805t223258806z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "first-steemit-clone-is-an-ico", + "title": "", + "total_payout_value": { + "amount": "2220", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:55:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 13, + "beneficiaries": [], + "body": "Free market can solve those hacks and prevent the need for government. Only your own fear and lack of faith in entrepreneurship cause you to prefer the shortcut of government violence.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:55:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 471838, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-05T10:50:45", + "last_update": "2016-08-05T22:55:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "satire", + "parent_permlink": "re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t224003841z", + "percent_steem_dollars": 10000, + "permlink": "re-satire-re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t225520353z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T03:26:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome. As a cofounder of steemit I share your vision for a voluntary society. Steem is a stepping stone. Glad to have you on board!", + "cashout_time": "1969-12-31T23:59:59", + "category": "voluntaryism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T13:07:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 477684, + "json_metadata": "{\"tags\":[\"voluntaryism\"]}", + "last_payout": "2016-09-05T23:52:03", + "last_update": "2016-08-06T13:07:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "larkenrose", + "parent_permlink": "all-i-am-asking", + "percent_steem_dollars": 10000, + "permlink": "re-larkenrose-all-i-am-asking-20160806t130748844z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "all-i-am-asking", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T15:54:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9, + "beneficiaries": [], + "body": "I know but cannot say. \ud83d\ude0e", + "cashout_time": "1969-12-31T23:59:59", + "category": "killer-app", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T14:22:48", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478399, + "json_metadata": "{\"tags\":[\"killer-app\"]}", + "last_payout": "2016-09-06T05:05:15", + "last_update": "2016-08-06T14:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "jimmco", + "parent_permlink": "what-can-be-the-next-blockchain-killer-app", + "percent_steem_dollars": 10000, + "permlink": "re-jimmco-what-can-be-the-next-blockchain-killer-app-20160806t142248851z", + "reward_weight": 10000, + "root_author": "jimmco", + "root_permlink": "what-can-be-the-next-blockchain-killer-app", + "title": "", + "total_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "ETC will be ethers litecoin", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-06T14:31:42", + "curator_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478470, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-06T08:38:18", + "last_update": "2016-08-06T14:31:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "crossroads", + "parent_permlink": "eth-vs-etc-what-matters-is-the-future", + "percent_steem_dollars": 10000, + "permlink": "re-crossroads-eth-vs-etc-what-matters-is-the-future-20160806t143141949z", + "reward_weight": 10000, + "root_author": "crossroads", + "root_permlink": "eth-vs-etc-what-matters-is-the-future", + "title": "", + "total_payout_value": { + "amount": "211", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T01:13:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 577, + "beneficiaries": [], + "body": "To think I once hired him to help market bitshares only to have him quit after the public announcement. \n\nOne day he will come around, he has been stuck in the Bitcoin maximalist echo chamber too long.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-07T12:36:45", + "curator_payout_value": { + "amount": "328", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 490925, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T05:21:00", + "last_update": "2016-08-07T12:36:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 26, + "parent_author": "freedomengineer", + "parent_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "percent_steem_dollars": 10000, + "permlink": "re-freedomengineer-the-steaming-pile-of-shit-called-steemit-brian-sovryn-20160807t123645421z", + "reward_weight": 10000, + "root_author": "freedomengineer", + "root_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "title": "", + "total_payout_value": { + "amount": "1106", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85, + "beneficiaries": [], + "body": "Steem is under constant attack by haters who want to abuse every resource they can. We were forced to add limits to combat abuse while we work to improve infrastructure.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-07T12:58:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 491152, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:37:03", + "last_update": "2016-08-07T12:58:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "lukmarcus", + "parent_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "percent_steem_dollars": 10000, + "permlink": "re-lukmarcus-old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts-20160807t125806812z", + "reward_weight": 10000, + "root_author": "lukmarcus", + "root_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "title": "", + "total_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Users are paid steem dollars. If price falls they get more steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T13:59:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 491716, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T01:54:24", + "last_update": "2016-08-07T13:59:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "georgesteem", + "parent_permlink": "a-steeming-bubble", + "percent_steem_dollars": 10000, + "permlink": "re-georgesteem-a-steeming-bubble-20160807t135904016z", + "reward_weight": 10000, + "root_author": "georgesteem", + "root_permlink": "a-steeming-bubble", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T19:07:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 54691, + "beneficiaries": [], + "body": "The Steem Dollar will trend toward a dollar's worth of steem. Because Price and Quantity are always tied together, the value of a Steem Dollar falls below when the demand to sell is greater than the demand to buy. Likewise, it rises when the demand to buy is greater than the demand to sell.\n\nAny discount you see is the premium people are paying for Liquidity because they are in a HURRY to sell. Arbitrage is performed by those who are more patient, they buy low ($0.80 and sell high $1.00 or more). \n\nIn other words, the market is sorting out supply and demand and will keep steem dollars near $1.00 over wide variations on STEEM prices.\n\nRight now, on the internal market you can use SD to buy STEEM at about the current price. Therefore, it is holding very well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T16:13:51", + "curator_payout_value": { + "amount": "126", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 509388, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T16:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 18, + "parent_author": "faddat", + "parent_permlink": "something-s-wrong-with-sbd", + "percent_steem_dollars": 10000, + "permlink": "re-faddat-something-s-wrong-with-sbd-20160808t161352457z", + "reward_weight": 10000, + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", + "title": "", + "total_payout_value": { + "amount": "112990", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T10:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 114, + "beneficiaries": [], + "body": "I haven't had a beard in years. Nice work.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-08T18:42:24", + "curator_payout_value": { + "amount": "72", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 511500, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T18:42:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "percent_steem_dollars": 10000, + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t184225109z", + "reward_weight": 10000, + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "title": "", + "total_payout_value": { + "amount": "234", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T19:07:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Editing posts is fine, no penalty.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T19:07:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 511893, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T19:07:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "faddat", + "parent_permlink": "re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t162343635z", + "percent_steem_dollars": 10000, + "permlink": "re-faddat-re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t190705807z", + "reward_weight": 10000, + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:33:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 86, + "beneficiaries": [], + "body": "drwasho, welcome to the platform.\n\nI challenge you to prove the security is weaker than Bitcoin when it is my firm belief that the security is actually stronger by a large margin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T19:56:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 512655, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-07T20:55:15", + "last_update": "2016-08-08T19:56:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "drwasho", + "parent_permlink": "re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t064541949z", + "percent_steem_dollars": 10000, + "permlink": "re-drwasho-re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t195604421z", + "reward_weight": 10000, + "root_author": "drwasho", + "root_permlink": "i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-26T22:49:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1117049, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png
\nSince steem provides support for arbitrary data to be attached to every account, it should be trivial for a savvy developer to port tools used by namecoin and similar projects to Steem.\n\nOnce these tools are in place, your steem account name could be used as a domain name for your own website.\n\nI am sure whoever is the first to produce a quality set of tools to perform DNS lookups using Steem account metadata will get a flood of upvotes.\n\nJust throwing an idea out there for those looking for money making posts!\n\n## Benefits \n- Decentralized TLS (HTTPS) certificate validation, backed by blockchain consensus.\n- Protect free-speech rights online by making the web more resistant to censorship.\n- Access websites using the .steem top-level domain.\n- Attach identity information such as GPG and OTR keys and email, Bitcoin, and Bitmessage addresses to an identity of your choice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "namecoin", + "children": 66, + "children_abs_rshares": 0, + "created": "2016-08-08T22:02:36", + "curator_payout_value": { + "amount": "40673", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 514510, + "json_metadata": "{\"tags\":[\"namecoin\",\"dns\",\"steem\",\"bounty\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png\"]}", + "last_payout": "2016-09-08T12:34:57", + "last_update": "2016-08-08T22:03:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 498, + "parent_author": "", + "parent_permlink": "namecoin", + "percent_steem_dollars": 10000, + "permlink": "dns-via-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "dns-via-steem", + "title": "DNS via STEEM", + "total_payout_value": { + "amount": "2274271", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 45, + "beneficiaries": [], + "body": "We roll it out in phases across our servers. If you don't see it, just wait a while it will be coming to you soon.\n\nThis process helps us test new features on a subset of users before we go site-wide.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T22:07:18", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 514576, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T11:26:39", + "last_update": "2016-08-08T22:07:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "ash", + "parent_permlink": "finally-the-follower-feed-is-here", + "percent_steem_dollars": 10000, + "permlink": "re-ash-finally-the-follower-feed-is-here-20160808t220720347z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "finally-the-follower-feed-is-here", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T01:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1278, + "beneficiaries": [], + "body": "We are open to learn more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T01:17:48", + "curator_payout_value": { + "amount": "863", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 516860, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-08T12:16:42", + "last_update": "2016-08-09T01:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "paullinator", + "parent_permlink": "re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160808t202240267z", + "percent_steem_dollars": 10000, + "permlink": "re-paullinator-re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160809t011748795z", + "reward_weight": 10000, + "root_author": "paullinator", + "root_permlink": "i-m-paul-puey-ceo-and-co-founder-of-airbitz", + "title": "", + "total_payout_value": { + "amount": "2640", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T19:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 63, + "beneficiaries": [], + "body": "Apply the same logic to Bitcoin. Answer your own question then get back to us.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-09T13:23:54", + "curator_payout_value": { + "amount": "37", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 523554, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T13:23:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "thomaslknapp", + "parent_permlink": "re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t125017027z", + "percent_steem_dollars": 10000, + "permlink": "re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t132354219z", + "reward_weight": 10000, + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "title": "", + "total_payout_value": { + "amount": "128", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T17:53:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23091, + "beneficiaries": [], + "body": "There are two possible problems: \n1. your password manager messed up (has happened to me before)\n2. something on our side changed that is causing it to not derive your keys\n\nAssuming you have your passwords then we should be able to fix any bug with deriving the keys. \n\n### Future Password Recovery Options\n\nWe recognize that people are use to being able to recover their passwords when they are lost. People who are use to cryptocurrency know that this isn't normally possible. We have a proposed solution to this here:\n\nhttps://github.com/steemit/steem/issues/240\n\nUnfortunately, it will probably be opt-in which means this future solution may not be able to help you.\n\nYou can contact me, dan at steemit.com, and I will try to get to the bottom of things.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-09T17:21:00", + "curator_payout_value": { + "amount": "15432", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 526817, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/issues/240\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:21:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 25, + "parent_author": "fairytalelife", + "parent_permlink": "incorrect-password", + "percent_steem_dollars": 10000, + "permlink": "re-fairytalelife-incorrect-password-20160809t172102382z", + "reward_weight": 10000, + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", + "title": "", + "total_payout_value": { + "amount": "46825", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T01:12:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No need to repost, we see it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T17:27:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 526906, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:27:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jamesbrown", + "parent_permlink": "re-fairytalelife-incorrect-password-20160809t165344794z", + "percent_steem_dollars": 10000, + "permlink": "re-jamesbrown-re-fairytalelife-incorrect-password-20160809t172709011z", + "reward_weight": 10000, + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T07:48:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 25, + "beneficiaries": [], + "body": "If children are not property of their parents, then parents are not property of the children. The logical conclusion is that there is no obligation for parents to care for children. It then follows that child support laws are pure slavery.\n\nChildren should be raised by people who love them and care for the voluntarily. \n\nNow the question becomes who gets to decide where a child lives and what standard of living is acceptable? Is it enough that a child is fed a prison diet and has a place on the floor to sleep? \n\nGiven a dispute between two adults about how to care for a child, on what grounds should the dispute be resolved? Is there a \"parenting right\" that shall not be infringed?", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-08-09T17:51:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 527251, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T17:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sterlinluxan", + "parent_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "percent_steem_dollars": 10000, + "permlink": "re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t175120351z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "title": "", + "total_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T22:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "The will of the child cannot be relied upon for the first 5+ years of their life. An abused child will \"choose\" to stay because \"fear of the unknown\" is worse than the abuse they have.\n\nThe point of my comment is that while parent's shouldn't use violence, they have no obligation to do anything for the child beyond keeping them alive. A child who does not obey can be denied freedom of movement (grounded), denied toys, and they can be denied all but minimal food necessary to keep them alive, etc. \n\nAll of these tactics are non-violent, yet they can have far greater psychological impact on the kids than a slap or spanking. \n\nI am an advocate of non-violent solutions to problems, but the issue of kids/elderly/disabled is one that is very hard to resolve in an *objective* way.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-09T19:22:27", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 528633, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T19:22:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "zorrotmm", + "parent_permlink": "re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t190609795z", + "percent_steem_dollars": 10000, + "permlink": "re-zorrotmm-re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t192228925z", + "reward_weight": 10000, + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T19:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "And that is all Steem does. There is an emission schedule for miners (blocks) and in time it will be well understood.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T19:28:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 528721, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T19:28:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tie-warutho", + "parent_permlink": "re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t161905978z", + "percent_steem_dollars": 10000, + "permlink": "re-tie-warutho-re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t192823682z", + "reward_weight": 10000, + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T08:21:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 144, + "beneficiaries": [], + "body": "This is a very insightful piece and a quality discussion as erupted. We are well aware of the limits of the system and are actively working toward a solution that could completely revolutionize the effectiveness of award distribution while mitigating the impacts of misbehaving whales.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T21:13:12", + "curator_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 547233, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T09:37:03", + "last_update": "2016-08-10T21:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "anonymint", + "parent_permlink": "blog-rewards-can-t-be-widely-distributed", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-blog-rewards-can-t-be-widely-distributed-20160810t211314330z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "blog-rewards-can-t-be-widely-distributed", + "title": "", + "total_payout_value": { + "amount": "294", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T06:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 742, + "beneficiaries": [], + "body": "Never fear, we have a solution in the works that will hopefully resolve this kind of power dynamic and allow us to remove downvotes all together.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-10T21:59:45", + "curator_payout_value": { + "amount": "397", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 547862, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-10T09:05:15", + "last_update": "2016-08-10T21:59:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "jpiper20", + "parent_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "percent_steem_dollars": 10000, + "permlink": "re-jpiper20-steemit-is-losing-it-s-purpose-let-s-stop-it-togther-20160810t215945670z", + "reward_weight": 10000, + "root_author": "jpiper20", + "root_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "title": "", + "total_payout_value": { + "amount": "1327", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:54:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1289446, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\n\nBuilding a decentralized economic platform that uses voting to distribute funds is extremely challenging. On the one hand everyone wants to \u201cvote selfishly\u201d to give themselves the most reward possible, on the other hand large stake holders want to vote in a manner that maximizes the value of the currency.\n\nThe solution employed by Steem uses the principle that individuals acting alone shouldn\u2019t have much power, but the more people that work together the more power they have collectively. In other words, two people voting together is more than twice as powerful as either voting alone.\n\nThe end result is a system that is working relatively well at today\u2019s scale. The challenge Steem faces now is that large stakeholders, aka whales, have enough stake to unilaterally allocate far more than even the largest group of smaller users.\n\nThis means that whales need to spread their votes across 1000 times as much content as normal users or refrain from voting all together. Allocation of rewards will be highly concentrated among those the whales give attention to, but the attention of whales is finite. The finite limits of whale attention limits the scalability of reward distribution.\n\n## Existing Solutions\n\nSome savvy whales, such as @smooth, are actively hiring people to process content and vote on their behalf. This is a very involved process and ultimately limited to a few people able to operate bots, manage teams, and check up on people.\n\nEven with everything @smooth is doing, there is only so much content that his team of curators can process. \n\n## Bad Voters \n\nNot all voters are good voters, and this applies to whales too. Sometimes accounts can go rogue, get hacked, or otherwise start acting in ways that harm the wider community. When a small stakeholder goes bad the system can safely ignore their votes and hide their posts with a reputation score, but when a whale goes bad things are not so easy.\n\n## Scalable Voting \n\nWhat we need is a scalable solution for managing distributed authority over the printing presses and deciding which content is most worthy to be promoted. The root of all authority must be derived from stakeholder Steem Power or Sybil attacks will quickly undermine the algorithm.\n\nIn the late 90\u2019s Google faced a similar problem with websites. They invented an algorithm that could rank web pages by using links as votes. This algorithm worked extremely well until SEO hackers learned how to game the system using what is essentially a Sybil attack. \n\nGoogle gave every page one vote that it could divide among every page it linked to. The algorithm would the use these votes to identify the highest authority, quality, most visited, or most popular pages. \n\n## Delegated Voting via Account Rank \n\nIf you view each account as having 1 web page per unit of Steem Power controlled by that account, and you let each account link to other accounts that they trust to allocate funds and curate content then the result is a massively recursive delegated voting system. Allowing links to have positive and negative weights means that everyone has the power to contribute to filtering the \u201cgood\u201d people from the \u201cbad\u201d people. \n\nSo long as there are many more \u201cgood\u201d people than \u201cbad\u201d people, the bad actors are quickly neutralized by having more negative links than positive links.\n\nThis system is immune to the Sybil attack faced by Google\u2019s PageRank algorithm because the supply of \u201cpages\u201d is restricted by the available Steem Power. \n\n## Account Rank on a Blockchain \n\nThe page rank algorithm is a computationally intensive iterative process that is normally performed by large clusters of computers using massively parallel map-reduce algorithms. A blockchain is required to reach consensus quickly and is ultimately single threaded because every transaction has the potential to impact the consensus state relevant to every transaction after it.\n\nIn order to efficiently implement Account Rank on a blockchain we must first place an upper limit on the largest possible blocking calculation. The computation complexity of calculating the Account Rank of an individual account grows linearly with the number of links (votes) an account gives or receives. \n\nFortunately, we know that there is a natural limit to the number of people someone can maintain stable relationships with. This is known as [Dunbar\u2019s number](https://en.wikipedia.org/wiki/Dunbar%27s_number). By studying social group size in primates Dunbar was able to conclude that at most 150 stable relationships. Beyond this size more restrictive social rules are required.\n\nWe can use this information to naturally limit the number of trust-links allowed among accounts to something that ordinary people are actually capable of. \n\nOnce we have limited the number of links it is simply a matter of spreading the calculation over time and prioritizing calculations that will effect the biggest changes. So long as the rate at which links can change is slower than the rate at which the algorithm can reach equilibrium then on average the network will remain close enough to equilibrium to accomplish the desired goal.\n\n## Alternative to Witness Voting\n\nUsing the Account Rank algorithm we could replace and eliminate the overhead associated with tracking and tallying witness votes. Instead the witnesses would be the top accounts by Account Rank that didn\u2019t opt out of being a witness. Each account is currently allowed 30 witness votes, this memory could be repurposed to serve the Account Rank algorithm. Likewise, every time an account\u2019s Steem Power changes all 30 witness votes are updated. These calculations could be replaced with Account Rank propagation calculations. \n\nOver all this would increase user engagement in voting for peers and provide a more liquid and representative ranking of user trust and reputation within the network while adding only a small amount of additional overhead and simplifying witness selection.\n\nEach user would simply add their 30 most trusted curators (aka friends) to their account and the Account Rank algorithm will automatically distribute influence among the friends. This would result in trust flowing outward from whales and down to more people who currently don\u2019t have much voice or curation power. \n\nMore people acting with more power due to delegated trust lines automatically rebalanced by Account Rank means that rewards can be distributed more fairly because there are more people with power and attention to process posts.\n\nNegative weights would allow the network to quickly remove voting influence from accounts that earn a reputation for bad behavior. This is something the current Steem algorithms require a voting bot war that generates unwanted collateral damage. \n\n## Conclusion\n\nWith careful implementation and planning, it should be possible to upgrade Steem to have a far more liquid, democratic, and secure web of trust. This web of trust can then more reliably be used to allocate rewards in the best interest of the whole platform while scaling to handle millions of people.\n\n***Note*** - this idea is presented for discussion purposes only and does not represent a commitment to implement at this point in time. There may be unresolved technical challenges to realizing this algorithm.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 238, + "children_abs_rshares": 0, + "created": "2016-08-11T02:17:06", + "curator_payout_value": { + "amount": "39634", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 550826, + "json_metadata": "{\"tags\":[\"steem\",\"pagerank\",\"google\",\"weboftrust\"],\"users\":[\"smooth\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Dunbar%27s_number\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T02:17:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 608, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "title": "People Rank - Using Page Rank Algorithm for Better Curation and Rewards", + "total_payout_value": { + "amount": "2631226", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:47:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 85, + "beneficiaries": [], + "body": "Cool list, but will flag unless you remove steeimt and steemit tags.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-11T15:41:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 557985, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:41:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "shaheer001", + "parent_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "percent_steem_dollars": 10000, + "permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154105849z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:45:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 141, + "beneficiaries": [], + "body": "While I am no billionaire, I started in the crypto space with a large debt, huge child support payments, and a 9-5 job. 3 years later my \"paper worth\" is over $30M, but like all the billionaires above, converting that wealth to cash isn't a trivial task. If Steem takes off then I would probably end up on that list.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-11T15:44:39", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 558032, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "freddy008", + "parent_permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t133817100z", + "percent_steem_dollars": 10000, + "permlink": "re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154438664z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "208", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T18:12:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "Flagging doesn't take money away from people that have earned it, that is like saying that voting for a political opponent takes victory away from the current winner. Nothing is earned until the ballot box closes.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-11T18:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 559915, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T18:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "pangur-ban", + "parent_permlink": "re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t034724925z", + "percent_steem_dollars": 10000, + "permlink": "re-pangur-ban-re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t181222107z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "title": "", + "total_payout_value": { + "amount": "41", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T19:32:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 627480, + "beneficiaries": [], + "body": "
https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\nYesterday I [released an article where I suggested that the Page Rank algorithm used by Google might be a viable alternative to the current voting system](/steem/@dantheman/people-rank-using-page-rank-algorithm-for-better-curation-and-rewards). Today I would like to add some additional insights that I have had.\n\nUsing a simple [page rank simulator](http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/) I played around with various graph structures to get a better understanding of the graph theory and behavior of Page Rank.\n\nWhat I discovered is that in a world where everyone is equal, those who create links amongst themselves gain weight relative to those who do not cross link. I also discovered that those who give links without receiving lose direct influence, though they may gain via indirect influence.\n\n## Negative Weights don't Work\n\nUsing Page Rank you cannot have edges with negative weights, this means that it is not possible have your voting influence countered, especially if you are a bad whale. \n\n## Variation on Page Rank - Recursive Delegated Voting\n\nMany people have been asking for the ability to delegate VESTS to other users who could then use those VESTS to cast votes. To really work well, it should be possible to redelegate your votes an infinite number of times. With delegated voting it should also be possible to \"cancel out\" someone else's vote with your own vote. This is already possible with bot wars, but with delegated negative voting we can bypass the network spam.\n\n## Scalability \n\nThis algorithm has many of the same scalability considerations as Page Rank. This means that each account would be limited in the number of accounts it could delegate to. Furthermore, there would need to be a minimal delegated amount.\n\n## Benefits \nIf implemented it would be relatively trivial to police vote spammers as well as those who would abuse the power of negative voting to silence legitimate voters.\n\nWhales would be able to delegate their VESTS to other users who can use the increased influence to provide better curation and increase the value of the VESTS. \n\n## The Evil Whale Problem \n\n
http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248
\n\nWe live in a world filled with evil whales. The power elite who control our economy and the printing presses are willing to risk burning down the economy to increase their power and wealth. Their interests are clearly not aligned with the masses.\n\nWhile Steem is young and has significant upside growth potential and relatively little economic power, the easiest way for whales to grow their power, wealth, and influence is to work with everyone else. Once Steem achieves a level of entrenchment similar to Facebook, Twitter, etc, the whales can misbehave with relative impunity because everyone is \"locked in\". \n\nIt is critical that the masses of dolphins, minnows, and good whales, have the power to efficiently neutralize bad actors for the benefit of all. I am committed to building a system that empowers people who work for the benefit of all and disempowers those who attempt to work against the best interest of the wider community.\n\n## Conclusion\n\nCreating a distributed, self-governing, mob that works reliably to allocate resources for the betterment of the whole rather than the individual is challenging. As the stakes are raised it becomes increasingly difficult to prevent abuse. Recursive Delegated Voting is a variation on Page Rank that might just do the trick.\n\nI would like to thank everyone who has participated in yesterday's discussion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 130, + "children_abs_rshares": 0, + "created": "2016-08-11T18:51:48", + "curator_payout_value": { + "amount": "15453", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 560438, + "json_metadata": "{\"tags\":[\"steemit\",\"curation\",\"steem\",\"pagerank\"],\"image\":[\"https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\",\"http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248\"],\"links\":[\"http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T18:51:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 516, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "Follow Up to People Rank Algorithm for Better Curation Rewards", + "total_payout_value": { + "amount": "1269729", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T19:31:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 54, + "beneficiaries": [], + "body": "yeah, you won't be able to because it is a category, not a tag. I removed the upvote, thanks for trying.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steeimt", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-11T19:20:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 560822, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T19:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shaheer001", + "parent_permlink": "re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t180230840z", + "percent_steem_dollars": 10000, + "permlink": "re-shaheer001-re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t192007694z", + "reward_weight": 10000, + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T02:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 57, + "beneficiaries": [], + "body": "more or less, the system is fine today. We are simply preparing for the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-11T20:23:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 561741, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T20:23:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bendjmiller222", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t192738886z", + "percent_steem_dollars": 10000, + "permlink": "re-bendjmiller222-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t202302998z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T22:57:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 57, + "beneficiaries": [], + "body": "Those who have the most to lose have the most say. There is no other way.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-11T21:04:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 562290, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T21:04:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "omfedor", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t205242626z", + "percent_steem_dollars": 10000, + "permlink": "re-omfedor-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t210432271z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T17:39:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 11, + "beneficiaries": [], + "body": "I would consider Steem Dollars with 10% interest as a hedge similar to lending USD on bitfinex.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-12T15:03:57", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 572504, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-09-12T01:24:27", + "last_update": "2016-08-12T15:03:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "furion", + "parent_permlink": "i-have-60btc-to-invest-in-steem", + "percent_steem_dollars": 10000, + "permlink": "re-furion-i-have-60btc-to-invest-in-steem-20160812t150359024z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "i-have-60btc-to-invest-in-steem", + "title": "", + "total_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T22:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 392, + "beneficiaries": [], + "body": "This information is incredibly useful and informative and makes perfect sense.\n\nA whale earns more by voting on a minnow than by voting on a dolphin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-12T15:11:57", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 572607, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-12T03:48:00", + "last_update": "2016-08-12T15:11:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "liberosist", + "parent_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "percent_steem_dollars": 10000, + "permlink": "re-liberosist-steem-power-distribution-trends-august-update-the-re-distribution-skips-down-20160812t151157049z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "title": "", + "total_payout_value": { + "amount": "587", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T22:03:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 228, + "beneficiaries": [], + "body": "We are actively looking for ways to reduce whale influence and bad behavior. So far the best solution we have identified is to remove curation rewards all together. The existence of curation rewards does the following for whales:\n\n- encourages reckless voting because the rate of return on voting on random comments is very high for the whale. Effectively, the whale spends $100 of community money and pockets $25. The $75 cost is socialized, but the $25 is privatized. \n- the probability of being early on popular \"good\" content and getting an even higher rate of return is not higher than the \"sure thing\" of any random thing a whale could vote on.\n- any attempt to impose per-account caps will result in sybil attacks \n- good whales must vote as prolifically as evil whales or the evil whales will overcome them.\n- any attempt to implement stake delegation for voting purposes is disincentivized by the curation reward algorithm unless curation rewards propagate back. This backward propagation is both difficult to implement and ultimately irrelevant considering points 2.\n\nIn other words, the curation reward system may be fundamentally broken and should be discarded. Once the curation rewards are discarded, then whales face no opportunity cost by *not voting*.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 58, + "children_abs_rshares": 0, + "created": "2016-08-12T15:56:54", + "curator_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 573174, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-12T10:29:54", + "last_update": "2016-08-12T15:56:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "chitty", + "parent_permlink": "whale-s-dilemma", + "percent_steem_dollars": 10000, + "permlink": "re-chitty-whale-s-dilemma-20160812t155654929z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "whale-s-dilemma", + "title": "", + "total_payout_value": { + "amount": "422", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T23:03:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 636233, + "beneficiaries": [], + "body": "
http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg
\n\nDemocracy is filled with mythology. [Larken Rose](https://steemit.com/politics/@larkenrose/political-mythology-101-part-one) has recently covered many of these myths. Today I would like to introduce a new concept that may totally change how some people perceive democracy.\n\n## Voting Theory\n\nPopular political theology around voting is that each individual has the right to vote for anything, for any reason, and in complete secrecy. Education, knowledge, race, and inelegance are not legitimate prerequisites. It goes so far as to say that through voting the entire constitution and every human right can be violated.\n\nThere are many different kinds of voting that attempt to capture public opinion accurately. Systems include plurality, instant runoff, majority, and proportional representation. Each system has its strengths and weaknesses.\n\nBeing an Anarchist, I like to work from first principles. If I assume the popular political theology is morally acceptable means of making decisions regarding what people may or may not do, then I would like to add a new voting system and means of fully \u201cexpressing ones vote\u201d that I feel would truly capture a legitimate outcome.\n\nIn other words, if all people are equal and entitled equal weight to vote for what ever they want, for what ever reason they want to, then it should be possible to express your opinion as the exact opposite of someone else. This is a perfectly valid opinion and deserves as much respect as their opinion. After all, you could just as easily say that they are the one who is adopting an opinion opposite to your own. It is not possible to say who is positive and who is negative, they are merely reflections of equal value with no beginning and no end. \n\nThe act of negating someone else\u2019s opinion does not require you to know their opinion, because you are free to change your opinion to counter theirs as fast as they can change their opinion. The outcome will always result in a net vote of 0. \n\n## Anarchist Husband and his Political Wife\n\nImagine an anarchist named John adopted a [position against voting](https://steemit.com/elections/@jaredhowe/against-voting) and was against voting completely. Unfortunately for Jared, he married a hard core political activist who believes in democracy.\n\u2028John and his wife have a huge fight about whether they should vote and if so, who they should vote for. John recognizes that the only two candidates with a chance of winning are evil and agree on the important issues. John\u2019s wife has an opinion on which one is \u201cless evil\u201d. \n\nJohn wants to protest the election by not voting, but his wife believes she must do *something* to combat the *more evil* option. \n\nJohn then comes up with an idea, he decides to cast his vote to be the exact opposite of his wife\u2019s. He goes to his wife and asks who she is voting for, she tells him. He then informs her that he will vote for the other candidate. \n\nA brief fight ensues about how the other guy is *more evil*, but ultimately she concedes that he has a right to vote how ever he wants. \n\nAfter she accepts reality, John suggests that they can both stay home this election because their votes will now cancel out. They could drive to the polls, spend their time and gas money in order to cast a neutral vote for two evil candidates, or they could stay home and have a drink without feeling dirty for supporting the lessor of two evils. \n\nAny *rational* couple would choose to stay home. They have nothing to gain by casting opposing votes and nothing to lose by not casting their vote. All of the usual arguments for voting fall apart:\n\n### You have no right to complain if you didn\u2019t try.\nWell that isn\u2019t true, you did try, but someone else negated your vote. Both parties can legitimately say they \u201ctried\u201d but their vote wouldn\u2019t have been the tie breaker. \n\n### Higher turnout makes democracy more representative .\nWell you both could have turned out, but the amount of raw information you would contribute would be identical to if you both didn\u2019t show up. If every non-voter was modeled as a purely random voter, then the amount your opposing votes do nothing. If you model non-voter\u2019s as voting with the ratio as voters then the only thing your votes would do is reduce the percentage spread between the two candidates by an imperceptible amount.\n\n### Even a vote for a third Party can have an impact\nUnless there is a 3rd party who you actually can support, all you would be doing is voting for evil. Suppose John\u2019s wife really liked a 3rd party candidate, she is now left with a choice: let John vote for the most evil candidate while she votes for someone who will lose, or not vote at all. \n\n### Voting is a Right Generations Struggled to Win\n\nAnd based upon this right John and his wife have nullified their influence. It is John\u2019s right to oppose his wife\u2019s vote and therefore his wife\u2019s vote is now meaningless. Democracy wins! \n\n## Secret Ballots prevent John\u2019s Blackmail \n\nIn theory John\u2019s wife could lie to John about who she intends to vote for. This would make it impossible to be 100% sure the he was countering his wife\u2019s vote. She could \u201ctrick him\u201d into inadvertently siding with her choice of lessor evil.\n\nThis is true, but John could also lie. \n\nUltimately the joke is on John\u2019s wife because it isn\u2019t who votes that counts, it is who counts the vote. In this case, the secret ballot means that John\u2019s wife cannot prove her vote was accurately counted.\n\nUnfortunately, secret ballots also prevent John from casting his true opinion and thus effectively deny him the right to vote.\n\n## Smart Ballots\n\nWhat if John could express his desire to counter his wife\u2019s vote by casting a ballot that would automatically vote for the candidate opposite of his wife without having to know her vote? In this case there is no need to reveal who you will vote for and there is no ability to cheat.\n\nIf you could cast such a ballot then the entire voting system could be revamped. Each person would have the option to either cast a ballot or to negate someone else\u2019s right to cast a ballot. Once you have been negated no one else may negate you.\n\nThose who are politically outspoken would quickly get negated by people who don\u2019t like what they stand for. After all, it is much easier to vote against something you don\u2019t like than to vote *for* something you do like. This means that anyone that ever expresses any ideas disliked by a passive observer would get nullified.\n\nThe final outcome would be an election decided by those who have managed to escape without offending anyone. One thing is for certain, anyone who goes near the polls would be quickly negated by someone else, the mere act of voting would become offensive! \n\n## In a Rational World\u2026 \n\nPeople would realize that democracy and voting were adopted as a proxy for war and violence. Rather than having two armies fight to the death, they would simply count their numbers and assume the larger army would win and get their way. This seems logical and avoids a lot of unnecessary bloodshed.\n\nHow you count the votes makes a huge difference, especially when there are complex factors and decisions. You cannot assume that everyone voting for a candidate actually supports that candidate, they have merely formed an alliance under the principle of \u201can enemy of my enemy is my friend\u201d. That principle hardly turns a lessor enemy into your representative. \n\nIn reality there are not two armies battling it out, there are thousands of armies each with their own opinion. If you want to properly simulate the war, then each person needs to find one other person to take out in a Kmakazi battle to the death. \n\nWhen the dust settles from the simulated war you will have a few people left standing. These are the people whom no one else felt was a priority to take out. Each person would rationally take out the \u201cgreatest evil\u201d they could find and everyone else is considered better. It would mean that who ever won the war would be \u201cbetter\u201d than the evil they just eliminated. A true vote against the greatest of all evils.\n\nObviously, if this process were adopted the entire mirage of democracy would disappear. If the population was odd, then one person would be left standing, if even then no one would win.\n\n## Conclusion\n\nIf we were to use a legitimate voting system that accurately reflected the moral principle behind each individuals \u201cright to vote\u201d by allowing individuals to fully express their \u201cright to counter someone else\u2019s vote\u201d then we would end up in complete anarchy as no law could pass except by unanimous consent of people no one had reason to oppose.\n\nIf man does not have a right to counter balance another man in the political system, then the game is rigged. His right to cast a vote that expresses his wishes has been denied. He has been given a false choice rather than a free choice. After all, if you cannot express a vote that is exactly opposite of someone else, then that means not all opinions are on the table. It means that the people who get to decide the options are the rulers, not the voters.\n\nYou can vote for any color car you want so long as it is black.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 74, + "children_abs_rshares": 0, + "created": "2016-08-12T21:25:12", + "curator_payout_value": { + "amount": "12170", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 577835, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\",\"philosophy\",\"anarchy\"],\"image\":[\"http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg\"],\"links\":[\"https://steemit.com/politics/@larkenrose/political-mythology-101-part-one\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:25:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 340, + "parent_author": "", + "parent_permlink": "politics", + "percent_steem_dollars": 10000, + "permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "What would Smart Ballots and Kamikaze voters mean to Democracy?", + "total_payout_value": { + "amount": "1172166", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T05:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 263, + "beneficiaries": [], + "body": "I would like to see an option to vote \"against the winner\". If there are more people against the winner than the margin of victory then all candidates should be discarded and a new slate selected.\n\nSomething as simple as having the option to cast a vote \"against X\" would completely change the game. Now the winner would be the person who received the least votes! \n\nI would be happy with a simple law that allowed one individual to give up their vote by canceling out someone else. That single law would completely change politics forever.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-12T21:39:30", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 578022, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:39:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "scaredycatguide", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213253781z", + "percent_steem_dollars": 10000, + "permlink": "re-scaredycatguide-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213930206z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "484", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T02:52:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No need to find exact opposite, just find someone you least trust to rule you and negate them (assuming they haven't already been negated).", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-12T22:02:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 578337, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T22:02:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220048372z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220244973z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T23:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not trolling, leaders aren't elected, rulers are.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-12T23:44:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 579480, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T23:44:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t232531592z", + "percent_steem_dollars": 10000, + "permlink": "re-zer0sum-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t234450298z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T13:25:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 37, + "beneficiaries": [], + "body": "You can get on a white list.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T13:25:33", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 585378, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-13T02:47:24", + "last_update": "2016-08-13T13:25:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "corbettreport", + "parent_permlink": "re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t122311390z", + "percent_steem_dollars": 10000, + "permlink": "re-corbettreport-re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t132533395z", + "reward_weight": 10000, + "root_author": "corbettreport", + "root_permlink": "relax-everyone-al-qaeda-are-the-good-guys-again", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1073852, + "beneficiaries": [], + "body": "
http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG
\n\nIn my [last article I introduced the concept of smart ballots](/politics/@dantheman/what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy) that would automatically vote the opposite of a person of your choosing while maintaining full secrecy of their vote. Many people joined the discussion to critique its failure under a system with more than two choices. Today, I would like to dive deeper into the concept and expose more fallacies of the popular voting theology.\n\n## Voting is a Fundamental Human Right\n\nThis is the foundation of all democracy and the starting point of any discussion. Unfortunately, this statement doesn\u2019t specify what *kind* of voting is a fundamental human right. If it is a human right, then where does it come from and *why* is it our right? \n\nI decided to look into the holy books of voting theology and found some useful definitions from authoritative sources:\n\n> The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret ballot or by equivalent free voting procedures. - [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm)\n\nThe basis of this right appears to be that the will of the people is the basis of the authority of government. Voting, therefore, is the means by which the people may express their will. Interestingly enough, a person\u2019s expressed will must be kept secret according to the holy scriptures of human suffrage. \n\nA voting system that does not allow the true *will of the people* to be expressed is one that is violating our fundamental right and therefore there is no basis for the authority of government. \n\n## The Right to Consent\n\nThe basis of the right to vote is therefore derived from the right to consent (or not) which is clearly the foundation of a free society. Democracy is the belief that all people universally agree to consent to the will of the majority. In other words, if more people consent than not then all people consent.\n\nUltimately all consent boils down to a simple Yes or No. Given a proposed law that will impact an individual, the will of the people requires a simple Yes or No. \n\nSuppose the government gave the people the option to die by fire or die by ice. This is a false dichotomy under which the will of the people is *impossible* to express. Suppose we were given the option to nuke China or nuke Russia? The inability of a system to express all possible opinions of will means that a government is deriving its authority to restrict the options from some other source. \n\n## Binary Expresses All \n\nAll possible expressions of the will of the people can be represented as a body of law, which in turn can be represented as a binary number. A binary number consists of a series of Yes and No bits. \n\nThe will of the people can therefore be perfectly measured by doing a direct poll on each bit, with the majority vote on each bit resulting in the consensus will for that bit. Since all opinions can be represented by such a voting system and are directly measured, the will of the people can be known. \n\nFrom this we can clearly see that any individual\u2019s vote can be fully negated by another individual\u2019s vote. It all boils down to string of Yes/No questions and each individual has the fundamental right to vote the opposite and thus nullify the influence of another individual.\n\n## Representative Democracy\n\nDirect democracy is clearly not viable for any number of reasons. It simply doesn\u2019t scale. The masses of people do not have the time, energy, nor intelligence to think about everything and come to a conclusion. \n\nThis is why we have \u201crepresentative democracy\u201d, we elect someone to represent us and then trust they will work with other representatives to reach consensus. \n\nThe right to specify someone to represent you is the mirror of the right to specify someone who represents your opposite. By specifying your opposite, you are in effect most accurately representing yourself. Instead of having a choice of a dozen people to represent me, I can have a choice of millions of people who most closely represent my opposite. \n\n## Negative Representation is More Accurate and More Scalable \n\nWhen opposites collide they cancel out. This means that it becomes trivial to express far more of who you are and what your will is. Since your will is part of the public will and is the basis for the legitimacy of government, the right to negate someone else\u2019s vote is a fundamental human right. To deny this right is to infringe on the range of public opinion that is capable of being expressed.\n\n## Consequences \n\nAssuming a law was passed that allowed each individual to specify another individual whose vote they would like to cancel (assuming their vote was not already canceled), then the entire system would boil down to a group of voters who did not want to negate someone else's vote and who no one else wanted to negate.\n\nIn my prior article I assumed everyone would prefer to negate someone else, but that was me projecting my own bias on everyone else. For each person who chooses to vote rather than negate there exists another person who was not negated. This means that there would still be a large body of voters whose opinions could be polled.\n\nThis body of individuals would be the least polarizing group. A group of people whom have been pre-filtered by the masses to be the closest group of representatives that could be found. Everyone that was eliminated was a \u201cpolar opposite\u201d of someone else and thus represent the set of least representative. Those that remain are therefore \u201cmost representative\u201d and their subsequent votes will be more in line with the masses opinion than any other group of representatives. \n\nThis group of voters, being much smaller, would have far more flexible voting systems available to them. Systems that don\u2019t scale to millions of people may scale to those who remain after all of the negative representatives have been removed. \n\nIf you believe that voting is a fundamental right derived from our human nature, then you must also hold that negative voting is the most expressive means of casting a ballot and representing yourself. \n\nAll other definitions of the \u201cright to vote\u201d are [a statutory right or privilege granted to a person or group by a government.](https://www.vocabulary.com/dictionary/right%20to%20vote) However, this definition is in contradiction to the [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm) which states that government authority comes from voting. Therefore, government cannot have authority to define the source of its own authority. If you believe government gets to set rules on voting, then you believe voting isn\u2019t a human right, but a government granted privilege that can be revoked. In other words, you believe that government authority is derived from some other source than the will of the people expressed through voting. \n\nLet's restore the right to vote by allowing people to express their anti-representative and negate their vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 71, + "children_abs_rshares": 0, + "created": "2016-08-13T16:12:00", + "curator_payout_value": { + "amount": "28218", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 587202, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"philosophy\",\"democracy\"],\"image\":[\"http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG\"],\"links\":[\"http://hrlibrary.umn.edu/instree/b1udhr.htm\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T16:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 363, + "parent_author": "", + "parent_permlink": "politics", + "percent_steem_dollars": 10000, + "permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "Origin of the Right to Vote and how the system denies this right", + "total_payout_value": { + "amount": "1917726", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T17:16:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It would be really stable because one you are negated you can stop worrying about politics. You wouldn't have constant battles.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T17:16:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 587980, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:16:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ionescur", + "parent_permlink": "re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t165831983z", + "percent_steem_dollars": 10000, + "permlink": "re-ionescur-re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171641826z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:11:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post wasn't about the Steem platform.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T17:31:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 588176, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "firepower", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171140611z", + "percent_steem_dollars": 10000, + "permlink": "re-firepower-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173105502z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 37917, + "beneficiaries": [], + "body": "I support buying and selling of votes. One of the tenants of voting is that you are free to express any opinion for *any reason*. Apparently it is only OK to buy votes with promises to distribute funds stolen from the tax payer. Using your own money to buy votes isn't ok.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T17:32:21", + "curator_payout_value": { + "amount": "22564", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 588191, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "ionescur", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t170044644z", + "percent_steem_dollars": 10000, + "permlink": "re-ionescur-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173222773z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "67718", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T19:37:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1338485, + "beneficiaries": [], + "body": "
http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg
\nIn my past two articles I have tackled the complex theory of voting and how it applies to discovering the will of the people and ultimately the \u201cauthority\u201d of government. There has been quite a bit of vocal resistance to my proposed idea of negating someone else\u2019s vote. I would like to take a moment to discuss the nature of this resistance.\n\n## Negative Voting would create a Culture of Hate\n\nWhen you vote for a different candidate than your friend it isn\u2019t taken personally, but if you opt to negate your friends vote instead it suddenly becomes *very personal*. This is probably true. Even though the reality is that your friend is canceling your vote anyway, people irrationally feel like something has been taken from them. \n\nThe truth is that something has been taken from them: the illusion that their vote matters. The illusion that their opinion isn\u2019t being canceled out by some anonymous stranger on the other side of the country. Now it is being canceled by someone with a name.\n\nThe result is misplaced anger being directed at the person who chooses to cancel you out. No one ever stops to consider that the individual who canceled you out has just as much right to be angry at you for voting to support policies that would harm them. Their vote has already been canceled by you! \n\nWe currently live in a culture where people can numb themselves to the consequences of their vote. They never have to face the victim. You want free health care? Great! You just got nullified by the person who was going to have to pay for it.\n\nThe existing culture of voting is like piloting a UAV and bombing people you have never met in a distant land. Mean while those people in a distant land are attempting to bomb you with their own UAVs. Neither side has met one another, but both are willing to hurt each other for their own benefit.\n\nThere is bound to be less death and destruction in a society where people get to put a name and face on the individual who is countering their attempts at abuse of power. Instead people will migrate their own public opinions toward things that don't infringe on the rights of others. As soon as your vote or opinion violates someone else's right, you better believe it will get nullified by them. Only those who support solutions that do not violate someone else's human right will have a chance to avoid nullification. This will certainly create a culture of peace and understanding, not one of hate.\n\n## A Stable Environment\n\nOnce you have identified someone whom you want to counter, there is little reason to change your opinion unless you find someone *even worse* who hasn\u2019t already been countered. This means that over time there would be relatively little \u201cpolitics\u201d to discuss because everyone who is in violent disagreement with others has all ready been nullified. \n\nThis means that your friends and family and almost everyone you know has probably been nullified and will be nullified by someone their entire life. Politics, elections, and voting would not be a topic of general discussion. \n\nIf you want your \u201cright to vote back\u201d, then all you need to do is convince the person nullifying you that there is someone even worse who isn\u2019t currently nullified. Once the two of you reach consensus then one of you can get your ability to cast a positive vote back (the other one will nullify the greater evil).\n\n## Votes for Sale \n\nThe next point of concern is that if there is a public database of voters and who they are canceling (necessary to determine who can cast a positive vote), that people could pay others to cast negative votes.\n\nThe right to vote includes the freedom to vote for *any reason*. Denying someone the right to vote because you don\u2019t like their *reason* is tyrannical. Everyone votes for *selfish reasons*. It is like denying a woman the right to sell sexual services. Her body, her vote. \n\nThe truth is that is is cheaper to buy votes with propaganda than with direct offers of payment. Anyone willing to buy or sell their vote would probably get canceled out by someone against that practice. At the end of the day buying and selling of voters is a free market solution to resolving political differences in a voluntary manner.\n\n## No Right to Abuse Vote\n\nThis is an interesting paradox because who gets to decide what is and isn\u2019t abuse? Shall we vote on it? Is a vote to declare something abuse also abuse? This is a hypocritical position that assumes some universal standard of right and wrong. If such a standard existed then there would be no need to vote in the first place.\n\n\n## Conclusion\n\nPeople are irrational yet believe they are perfectly sane. They will take personal offense any time anyone attempts to expose the disconnect between reality and their own delusions. This isn\u2019t a reason to abandon a system of negative voting, but rather a reason to implement it. Anything that forces people to come face to face with reality and stop hiding their violent tendencies behind an anonymous voting box will lead to a more civil society.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 178, + "children_abs_rshares": 0, + "created": "2016-08-13T18:16:09", + "curator_payout_value": { + "amount": "27189", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 588796, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\"],\"image\":[\"http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:16:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 541, + "parent_author": "", + "parent_permlink": "politics", + "percent_steem_dollars": 10000, + "permlink": "the-politics-of-negative-voting", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "The Politics of Negative Voting", + "total_payout_value": { + "amount": "2251286", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:43:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "status-qou is based upon people not having the ability to express real options. The Left / Right paradigm has created an environment where the people much choose between two evils. I think you would find a very different center than the current status-quo.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T18:24:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 588914, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t182132693z", + "percent_steem_dollars": 10000, + "permlink": "re-r4fken-re-dantheman-the-politics-of-negative-voting-20160813t182409757z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:38:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 211, + "beneficiaries": [], + "body": "On BitShares Graphene publicly demonstrated 1000 TPS with unoptimized network code. When you factor the network out of the equation the unoptimized evaluation code can handle 100,000 TPS.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-13T18:35:24", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 589098, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-13T05:05:00", + "last_update": "2016-08-13T18:35:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "busser", + "parent_permlink": "re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t180144109z", + "percent_steem_dollars": 10000, + "permlink": "re-busser-re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t183524160z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "a-look-at-steem-blocksize-evolution", + "title": "", + "total_payout_value": { + "amount": "376", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:55:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Glad to see you are not a bot. I am trying to remove some of my votes, but for some reason I am facing a bug. I am looking into it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T18:45:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 589248, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "a11at", + "parent_permlink": "i-lost-my-44-reputation", + "percent_steem_dollars": 10000, + "permlink": "re-a11at-i-lost-my-44-reputation-20160813t184500516z", + "reward_weight": 10000, + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T18:45:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This was exactly my thinking. Anyone posting one-line, meaningless comments in my different posts is going to get flagged as a bot. If you don't have something meaningful to say, then don't say anything at all.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T18:45:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 589260, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sykochica", + "parent_permlink": "re-a11at-i-lost-my-44-reputation-20160813t182413800z", + "percent_steem_dollars": 10000, + "permlink": "re-sykochica-re-a11at-i-lost-my-44-reputation-20160813t184554830z", + "reward_weight": 10000, + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T09:33:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7146, + "beneficiaries": [], + "body": "I removed the downvotes I could, your pattern of posting meaningless replies like \"nice post\" over and over looked like a bot. Please make each comment original.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 32, + "children_abs_rshares": 0, + "created": "2016-08-13T18:56:12", + "curator_payout_value": { + "amount": "3988", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 589392, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:56:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 24, + "parent_author": "macartem", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t184243465z", + "percent_steem_dollars": 10000, + "permlink": "re-macartem-re-dantheman-the-politics-of-negative-voting-20160813t185612239z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "12018", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T19:06:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It isn't a question of outcome, it is a matter of principle. It about eliminating contradictory beliefs and policies. \n\nPassive people who vote without thinking are dangerous and would be negated by other passive people. Many people would accept a small bribe to \"not vote\" or to cancel someone else. \n\nTo be left standing with no one opposing you would require masterful political skills.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T19:06:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 589544, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T19:06:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mrosenquist", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173213669z", + "percent_steem_dollars": 10000, + "permlink": "re-mrosenquist-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t190637930z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T19:24:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No it isn't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-13T19:24:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 589753, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T19:24:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "btcbtcbtc20155", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t190827799z", + "percent_steem_dollars": 10000, + "permlink": "re-btcbtcbtc20155-re-dantheman-the-politics-of-negative-voting-20160813t192411416z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T19:06:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12985, + "beneficiaries": [], + "body": "Your numbers are bogus by a large margin. It is only counting visitors on non steemit websites like Steemd.com. The counter website is never being contacted by our users. This is done intentionally as security measure to protect privacy and bypass image hosts that block hot linking.", + "cashout_time": "1969-12-31T23:59:59", + "category": "post-views", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T14:05:54", + "curator_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 598282, + "json_metadata": "{\"tags\":[\"post-views\"]}", + "last_payout": "2016-09-14T02:42:00", + "last_update": "2016-08-14T14:05:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "cryptos", + "parent_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "percent_steem_dollars": 10000, + "permlink": "re-cryptos-do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many-20160814t140554259z", + "reward_weight": 10000, + "root_author": "cryptos", + "root_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "title": "", + "total_payout_value": { + "amount": "20580", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:53:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1247217, + "beneficiaries": [], + "body": "
http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg
\nMy past three posts have been focused entirely on political philosophy. Unfortunately, many readers seem to think I was talking about Steem and started jumping to all kinds of unfounded conclusions. Today I would like to actually express my opinion as it relates to Steem.\n\n## Ying and Yang \n\nAll games require balance. An unbalanced game will eventually collapse once a certain strategy takes over and ensures a certain behavior unchecked profits. Steem was designed with down votes on posts (flags) as a means of keeping a certain kind of bad behavior in check.\n\n## Objectively Bad Behaviors \n\nAs someone who holds to a subjective view of reality, I like to refrain from making absolute value judgements. I also want to avoid pushing my value judgements on other people. So when I talk about objectively bad behavior I will do so without respect to the nature of content or individual voter\u2019s opinions. \n\nThe goal of Steem is to reward users proportional to the value they bring. An objectively bad behavior is one where a user manages to get large rewards while providing others with little value. Unfortunately, value is subjective.\n\nWhile it is hard to differentiate the relative value of two different things, I think something objective can be said for something that provides *no value*. If we assume that all information has some positive value, then the lack of information has no value. People casting votes communicates information. Every post with unique content contributes information. The value of the information provided is subjective. \n\nA voting robot that votes \u201crandomly\u201d provides no new information. A poster that publishes \u201crandom\u201d content also provides no new information. It is all noise. Some people might even say that by increasing the noise floor this kind of behavior consumes resources and destroys information and therefore could have objectively negative value.\n\nWhat we can conclude from this is that \u201cobjectively bad\u201d behavior is any behavior that can be automated using unsophisticated software and which yields the individual oversized profits.\n\n### Authors Paying themselves for Doing Nothing\n\nThis type of behavior has one user sucking value from the whole while providing no new value. Generally speaking, this kind of behavior is discouraged by the *n*2 rewards curve. The rate of return for self-voting on garbage post is so low for most users that it isn\u2019t worth the effort. This reward curve forces collaboration and collusion to actually get meaningful value out of the platform.\n\n**A whale is a collusive group**. This means that a whale has enough stake to earn a huge profit by voting on their own post regardless of post quality. The only thing that keeps whales from frivolously voting on themselves is the potential to be down voted by other whales. This creates a check and balance at the highest levels which protect the system from abuse.\n\n### Curation Rewards for Doing Nothing \n\nThis type of behavior is when a whale creates a bot that simply up votes everything from reputable users regardless of quality. This kind of behavior can be countered by other whales only by pushing the author rewards toward 0. \n\nSuppose a post is sitting at a $100 pending payout and a whale up votes it to $1000 with a single vote. Other whales see that as abusive and place a counter acting down vote restoring it to $100 pending payout. The abusive whale will get the vast majority of the $25 curation rewards on that post.\n\nWhen it comes to curation rewards the system is currently unbalanced. There is no way to negate the profits of abusive curators. \n\n## All Abuse is Exercised by Voting \n\nAuthors cannot abuse the platform (except by spam). It is only the voters that have the power to be \u201cgood voters\u201d or \u201cbad voters\u201d. Rather than placing biased terms of \u201cgood\u201d and \u201cbad\u201d I will simply assume \u201cred\u201d and \u201cblue\u201d voters. Neither red nor blue are deemed to be good or bad, they simply have a difference of opinion on where funds should be allocated.\n\nThe Steem community is continuously deciding where to allocate money. Every voter \u201cowns\u201d a part of the Steem network with a long term vested interest in increasing its value. \n\n### Upvote Only Economy \n\nFor the sake of simplicity lets assume budget items are voted on one at a time. The amount something gets paid is based on how many voters vote. Lets also assume there are only two options for voters, \u201cYES\u201d or \u201cABSTAIN\u201d. Under this model a whale is granted unchecked, unilateral control over a large fraction of the budget. \n\nThe financial incentives for a whale in such a position is to embezzle as much money for personal profit as he can without killing the goose laying the golden STEEM. So long as the rate at which is stake grows is faster than the rate at which the STEEM pie shrinks, his own personal net worth will grow. \n\nA malicious whale (hacked account, hostile takeover, etc), would short STEEM on the market and then vote to give himself as much as he could. The STEEM he gives himself can be used to cover his short position and he makes a huge profit off of the demise of the platform.\n\n### Up and Down Vote Economy \n\nUnder an economy with both up and down votes things are different. Each time a budget item is brought up for vote the voters have three options: \u201cYES\u201d, \u201cNO\u201d, or \u201cABSTAIN\u201d. Under this model anyone who votes money to themselves without providing value to everyone else will be countered with an equal or greater number of \u201cNO\u201d votes. The system is balanced. Misallocation of funds can only occur if voters collectively allow it to happen.\n\n## Curation Rewards are an Up-vote Only Economy\n\nSomeone who up votes anything of value beyond what it is worth earns guaranteed curation profits unless others down vote the post below what it was worth. This take value away from other curators and authors and gives robotic whale curators a unchecked easy path to profit. \n\nThe abusive whale up voter is not only gaining profits, but denying others the opportunity to earn profits by forcing them to use down votes. \n\nIn other words, there is currently no way to \u201cdown vote\u201d an \u201cup vote\u201d and therefore, the system is unbalanced and subject to abuse.\n\n\n## Removing Down Votes from Posts \n\nAuthors get offended when their post gets down voted. This is an irrational, but understandable human reaction. In reality what is going on is a disagreement among voters. Some voters think the post should be worth more, others think it should be worth less. What if we removed the option to down vote a post?\n\n**What if instead of down voting a post, you could down vote a voter?** When you down vote a voter you nullify their voting power with your own voting power. It is the moral equivalent of casting equal and opposite votes on every post without offending the posters.\n\nUnder such a system authors who vote for them selves and curators who vote robotically would be negated. Only those who vote responsibly would remain. Voting spam would be eliminated.\n\nWe have the potential to completely change the game by changing the question we ask. Instead of asking whether the author did a bad job, we can ask ourselves whether the voters did a bad job. \n\nVoters that vote poorly will kill the platform. Voters who vote well will help the platform grow. \n\n## Summary \n\nThere are many issues left to explore. People will not like having their vote canceled any more than they like having their post down voted. Curation rewards still favor those who use their power to vote over those who use their power to cancel other votes. \n\nBottom line, a system of only up votes will not work. The game needs to be properly balanced or someone will be able to exploit the rules for undeserved profits. \n\nMore to come in a future post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 443, + "children_abs_rshares": 0, + "created": "2016-08-14T16:04:39", + "curator_payout_value": { + "amount": "32409", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 599656, + "json_metadata": "{\"tags\":[\"steem\",\"voting\",\"curation\"],\"image\":[\"http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:04:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 579, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "negative-voting-and-steem", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "Negative Voting and Steem", + "total_payout_value": { + "amount": "1951822", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:32:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "One share one vote. Always.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T16:25:12", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 599957, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:25:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t162203533z", + "percent_steem_dollars": 10000, + "permlink": "re-r4fken-re-dantheman-negative-voting-and-steem-20160814t162510383z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T22:23:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 59, + "beneficiaries": [], + "body": "It isn't that they are allowed, it is that they cannot be prevented.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-14T17:00:09", + "curator_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 600391, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:00:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "nubchai", + "parent_permlink": "re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t163315680z", + "percent_steem_dollars": 10000, + "permlink": "re-nubchai-re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t170007073z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "92", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T21:32:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 55, + "beneficiaries": [], + "body": "Monstro the whale was evil.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-14T17:02:54", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 600424, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:02:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "paco", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t163825845z", + "percent_steem_dollars": 10000, + "permlink": "re-paco-re-dantheman-negative-voting-and-steem-20160814t170254445z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-14T17:09:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 75, + "beneficiaries": [], + "body": "There is no right or wrong in up or down vote. Just different opinions by two stakeholders entitled to their opinion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-14T17:09:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 600512, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:09:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "breathe3000", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t170349981z", + "percent_steem_dollars": 10000, + "permlink": "re-breathe3000-re-dantheman-negative-voting-and-steem-20160814t170945554z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T02:51:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 71, + "beneficiaries": [], + "body": "Summarize if you want my vote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hillary", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T02:51:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 607617, + "json_metadata": "{\"tags\":[\"hillary\"]}", + "last_payout": "2016-09-14T14:51:42", + "last_update": "2016-08-15T02:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "wiseguy", + "parent_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "percent_steem_dollars": 10000, + "permlink": "re-wiseguy-break-breaking-news-hillary-s-secret-service-drops-bombshell-20160815t025118576z", + "reward_weight": 10000, + "root_author": "wiseguy", + "root_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "title": "", + "total_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:53:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 712210, + "beneficiaries": [], + "body": "
http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg
\nTo continue with my discussion on voting I would like to review the incentive structure created by curation rewards. This topic is highly controversial. Everything I say in this post is just my personal opinion and does not represent the opinion of Steemit, Inc. First lets review the game as it exists today.\n\n## Rewarding Voting \n\nVoting is something you can do almost as often as you like. Once you reach a certain level of Steem Power, almost every vote puts money in your pocket. When I up vote something, I give the author $150 and I get to pocket $50. That is a *huge* incentive for me to up vote everything I see.\n\nIt gets even more interesting if I up vote something that becomes extremely popular. Suppose the post I up voted went on to earn $10,000, then my initial curation payout of $25 would grow to something like $1500. The difference between a $25 payout and a $1500 payout is what motivates me to pick good content rather than bad content. After all I have a limited number of high powered votes that I can cast.\n\nLets suppose that each week I pick 1000 posts to vote on within the first 30 minutes. Assuming none of the posts get down votes I would pocket about $25,000. For every post that goes on to earn $1000 or more, I can have 10 posts that get zeroed out. Bottom line is that I could be pocketing $25,000 or more per week (paid out over 2 years) with an unsophisticated bot.\n\n## It Pays to be First\n\nSuppose that another whale of my stature were to vote just seconds before me. My curation rewards would be dramatically reduced. Instead of getting $1500 on a popular post, I would be lucky to get $200. As a whale I lose significant money any time another whale beets me to a popular post.\n\nEven though it pays to vote before other whales, it certainly doesn\u2019t pay to vote too quickly. If I voted on a popular article 15 minutes after it was posted and before any whales, then my reward might be $750 instead of $1500. Every minute I wait to vote (up to 30 minutes) earns me $50, but if I wait too long some other whale will vote and I will lose money.\n\n## Whales are in Competition \n\nThe whales are in competition to up vote quality content first. Each minute they must choose whether to vote on a post or wait. Any whale who chooses not to play this game gets diluted by whales who do play (when Steem Power is more than 90% of supply). \n\n## Strategy \n\nEach whale has to develop a strategy and the strategy will ultimately depend upon a statistical analysis of what posts tend to do well. The simplest strategies include measuring the median time until a whale up votes a post by each author. This statistic will tell a whale who to vote on and when.\n\nIf all whales played by this strategy then certain authors would end up getting guaranteed votes as early as 10 minutes after they post. Smart whale bots would avoid voting after other whales and instead look for other content to up vote first.\n\nIn the hunt for better content whale bots can gather statistics on which minnows (or combinations of minnows) are the best early-predictors of popular content. Once these statistics are gathered the whale bot would vote on everything that shows that indicator. \n\n## Emergent Behavior \n\nIf we assume all whales are actively working on algorithms to ferret out the best content early, then quality authors will develop guaranteed patrons. Each whale has to make a decision on whether it is more profitable to be a patron to a particular author or to move on in search of another author. \n\nThere is little financial incentive to \u201cpile on\u201d after other whales. Doing so will increase rewards to the author and to the other whales. It makes little financial sense to dog-pile unless there is a very high probability that many more whales will follow. With each additional dog that piles on the incentives fall dramatically. The first whale generally gets 80% of the curation rewards. \n\nThere is a complex incentive curve. If I vote on 1000 things each day without much thought I can have an almost unchallengeable return on my steem power. If I work slightly smarter I can increase my return. The bigger a whale is, the larger this base rate of return becomes.\n\nThink of this as a mining war where whales are incentivized to implement advanced AI curators that are able to quickly identify gems that have not yet been identified by other whales. Any whale that does not vote to the maximum extent possible is wasting potential income opportunities. \n\n## Smoothing the Reward Curve \n\nAssuming more whale bots start operating then chances are that more people will get up voted by at least one whale. Because everyone is sharing a single reward pool, this means the overall payout curve will get flatter. \n\nAs the overall payout curve changes the expected value of an individual whales vote falls dramatically. My up votes that are worth $250 when I vote a couple dozen times per day could fall to $100 if other whales started voting 1000 times per day. \n\n## Curation Rewards Require Whales to use Bot Algorithms \n\nA so-called \u201cevil-whale\u201d is really nothing more than a curator \u201cminer\u201d making easy profits due to lack of competition. If all whales were competing as actively as the \u201cevil whale\u201d then things would get far more challenging. Market competition would force the return earned by whales toward some kind of natural equilibrium. \n\nVoting bots would become as prevalent as trading bots on the exchanges. Each whale would attempt to customize / tweak their bot to earn the greatest income by curating the most popular content. Their bot will need to be unique and unpredictable or others will \u201cfront run\u201d them and take all of their rewards.\n\nNo whale that remains passive will be able to maintain the same stake in the system. No selfish whale would ever want to use a down vote because it has a real cost to them and a socialized benefit to everyone else.\n\n## Role of Dolphins and Minnows \nBots need data, minnows generate data. When bots are attempting to identify content to up vote they will take clues from minnows. Good dolphins can even start to earn curation rewards when whale-bots pick up on their usefulness as an early indicator. \n\n
http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg
\n\nIt may appear that minnows have no influence, but they become the butterfly in Africa that triggers a category 5 hurricane. Minnows that consistently pick out winners *before they are winners* will eventually attract a multitude of whale and dolphin bots who follow their every vote.\n\nWhile a minnow vote may not appear to give authors much directly, they can have a massive impact indirectly.\n\n## Risk of Self Fulfilling Prophesy? \n\nMost existing robots (except cheetah) do not look at the content, but instead attempt to guess on what other robots and voters will do. There is some risk that the game could evolve in such a way that content is ignored completely as bots up vote based upon what other bots do.\n\nI think this undesirable outcome is unlikely because a large number of normal users and altruistic whales will bias the final result based upon the quality of the content. If the whale bots win the curation game but lose the quality content game, then all the Steem Power earned from curation will become worthless. \n\nEveryone loses if quality content doesn\u2019t rise to the top. This means that whale bots will develop a minimum quality threshold. \n\nOver time there is financial incentive to write bots that parse content looking for signs of quality including:\n\n- images\n- outbound links to reputable domains \n- headers\n- length \n- reading level \n\nPeople will deploy \u201creverse spam filters\u201d that learn to identify quality content just like email spam filters learn to identify spam. It won\u2019t take long for bots that look at content to become more profitable than bots that ignore it.\n\n## Monstro the Evil Whale \n
http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png
\nWhales earning curation rewards are not a problem if all whales participate in a healthy manner to curate. The influence of any individual whale is minimized when dozens of whales and dolphins are actively competing for curation rewards. \n\nAn evil whale is one who is actively looking to harm the platform. They would start down voting quality content, burning the reputation of users, and up voting garbage content. The *good* whales would have to act selflessly to counteract the behavior of an Evil whale. \n\nWhales that make money from legitimately voting as best they can (even using simplistic bots) are not any more evil than authors that take advantage of human nature to score votes. \n\n## Conclusion\n\nThe existing curation rewards algorithm, once properly understood, will spawn an arms race to build better bots. This means Steem will motivate the development of the decentralized autonomous curator. It will spawn research into advanced artificial intelligence algorithms that are able to predict viral content early. \n\nCuration is a game for whales and dolphins. Minnows are unlikely to earn any significant return on their votes. Minnows should stick to posting and commenting. \n\nPeople will buy Steem Power just for the opportunity to apply their own curation reward algorithm in an attempt to out-earn other Steem Power holders. Algorithm development will advance like ASIC development.\n\nThat\u2019s the theory. What do you think?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 280, + "children_abs_rshares": 0, + "created": "2016-08-15T13:42:42", + "curator_payout_value": { + "amount": "15964", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 613084, + "json_metadata": "{\"tags\":[\"steem\",\"curation\",\"voting\"],\"image\":[\"http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg\",\"http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg\",\"http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T13:42:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 641, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "curation-rewards-and-voting-incentive", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "Curation Rewards and Voting Incentive", + "total_payout_value": { + "amount": "1069612", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T15:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Yes, today's bots are not very sophisticated. Good authors will start a bidding war. I am thinking of starting a bot that upvotes good authors at a price so low no other bots would follow. Ultimately this will result in good authors getting higher salary and unknown authors working on speculation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-15T18:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616675, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "aenor", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t150559446z", + "percent_steem_dollars": 10000, + "permlink": "re-aenor-re-dantheman-curation-rewards-and-voting-incentive-20160815t183752171z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T18:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "You were not blocked, we had a bug in the interface that prevented everyone from seeing comments on this thread. It has been fixed now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:38:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616683, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:38:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "nubchai", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t141739303z", + "percent_steem_dollars": 10000, + "permlink": "re-nubchai-re-dantheman-curation-rewards-and-voting-incentive-20160815t183819698z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T19:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 347, + "beneficiaries": [], + "body": "Minnows would keep voting for the same reasons people do on reddit. The more they vote, the more they train the system. Minnows that upvote popular content reward both the author and the curator bots that brought the content to their attention. Everyone wins.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:40:27", + "curator_payout_value": { + "amount": "145", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616711, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:40:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140110288z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-dantheman-curation-rewards-and-voting-incentive-20160815t184026657z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "483", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T18:42:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "Clearly I don't upvote everything I see. I also have a huge incentive to see the system grow in value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T18:42:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616732, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:42:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t145643082z", + "percent_steem_dollars": 10000, + "permlink": "re-vi1son-re-dantheman-curation-rewards-and-voting-incentive-20160815t184232530z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T02:28:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "This is not technically possible in a decentralized system.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:43:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616754, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "dan-bn", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140337224z", + "percent_steem_dollars": 10000, + "permlink": "re-dan-bn-re-dantheman-curation-rewards-and-voting-incentive-20160815t184350552z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T02:29:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "It depends. The whales will manually judge the output of the curation and if they see garbage they will downvote it. This will train the AI.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-15T18:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616821, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "madillorama", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t155605909z", + "percent_steem_dollars": 10000, + "permlink": "re-madillorama-re-dantheman-curation-rewards-and-voting-incentive-20160815t184910800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "120033239106", + "active": "2016-08-16T02:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 86, + "beneficiaries": [], + "body": "Good or bad news depending upon your point of view. We were planning on changing it to 24 hours at next hardfork (due to much demand), but delayed. Looks like part of the change escaped review.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:59:54", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 616934, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-16T21:07:27", + "last_update": "2016-08-15T18:59:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "120033239106", + "net_votes": 5, + "parent_author": "complexring", + "parent_permlink": "re-complexring-testing-new-payout-reward-time-20160815t182431046z", + "percent_steem_dollars": 10000, + "permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185955242z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", + "title": "", + "total_payout_value": { + "amount": "128", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "120033239106" + }, + { + "abs_rshares": 0, + "active": "2016-08-16T06:29:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 126, + "beneficiaries": [], + "body": "We have gone back and forth on this. In some sense it is a compromise between human and bot curators. Sometimes humans just want to upvote people they *trust* to produce good content but for whom they don't have time to read \"right now\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-15T19:07:33", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 617038, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-15T16:19:36", + "last_update": "2016-08-15T19:07:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "blueorgy", + "parent_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "percent_steem_dollars": 10000, + "permlink": "re-blueorgy-upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button-20160815t190732717z", + "reward_weight": 10000, + "root_author": "blueorgy", + "root_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "title": "", + "total_payout_value": { + "amount": "151", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "111654521484", + "active": "2016-08-16T00:45:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "always has.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-15T20:07:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 617833, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-16T21:07:27", + "last_update": "2016-08-15T20:07:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "111654521484", + "net_votes": 2, + "parent_author": "thecryptofiend", + "parent_permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185940081z", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-re-complexring-re-complexring-testing-new-payout-reward-time-20160815t200737649z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "111654521484" + }, + { + "abs_rshares": "113974405012", + "active": "2016-08-16T02:26:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 422, + "beneficiaries": [], + "body": "Great work on the app! We have our hands full with the protocol and steemit.com so are very happy to see you take this space and profit as much as you can from it.\n\nWe cannot endorse your app for security and liability reasons, but are nevertheless happy to see it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-15T21:31:00", + "curator_payout_value": { + "amount": "126", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 618953, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:46:15", + "last_update": "2016-08-15T21:31:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974405012", + "net_votes": 22, + "parent_author": "steemapp", + "parent_permlink": "re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t182452267z", + "percent_steem_dollars": 10000, + "permlink": "re-steemapp-re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t213059405z", + "reward_weight": 10000, + "root_author": "steemapp", + "root_permlink": "introducing-steemy-fully-native-ios-android-apps-for-steem", + "title": "", + "total_payout_value": { + "amount": "626", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974405012" + }, + { + "abs_rshares": "138154859854", + "active": "2016-08-16T14:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 7195, + "beneficiaries": [], + "body": "I would like to thank arhag and the team for their efforts to correct and enhance the POW system. I would also like to thank @supercomputing for the time and effort he put into discovering and exploiting the vulnerability. He earned every penny for his real work in pulling off the attack.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-15T22:01:03", + "curator_payout_value": { + "amount": "3489", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 619342, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"supercomputing\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:01:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "138154859854", + "net_votes": 49, + "parent_author": "arhag", + "parent_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "percent_steem_dollars": 10000, + "permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220104912z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "10741", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "138154859854" + }, + { + "abs_rshares": "113974522685", + "active": "2016-08-21T15:59:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 164, + "beneficiaries": [], + "body": "A couple of things:\n1. reputation metric isn't currently part of consensus, just a tool for steemit.com\n2. reputation is cheatable at this point in time\n3. we are looking at some of the following options:\n a. no curation rewards for voting on posts above a certain threshold (~$1000)\n b. reduce the target level of voting activity (faster steem power decay)\n c. implement bots that give extra power to those with good reputation by following their votes.\n d. implement bots that grab the most profitable curation rewards from good authors minutes after they post (giving 90% to author) and discouraging others from jumping on the bandwagon simply for rewards.\n\nThere are many options out there and we are looking for things that are simple, scalable, and derived from first principles.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-15T22:10:09", + "curator_payout_value": { + "amount": "52", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 619441, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-16T22:05:42", + "last_update": "2016-08-15T22:10:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974522685", + "net_votes": 7, + "parent_author": "glitterfart", + "parent_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "percent_steem_dollars": 10000, + "permlink": "re-glitterfart-the-flaw-of-the-current-voting-system-and-an-actual-solution-20160815t221008588z", + "reward_weight": 10000, + "root_author": "glitterfart", + "root_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "title": "", + "total_payout_value": { + "amount": "244", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974522685" + }, + { + "abs_rshares": "113974522685", + "active": "2016-08-15T22:12:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 21, + "beneficiaries": [], + "body": "Yes, it took effect 10 hours ago.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:12:24", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 619466, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:12:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974522685", + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220903901z", + "percent_steem_dollars": 10000, + "permlink": "re-djm34-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221224276z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974522685" + }, + { + "abs_rshares": "113974522685", + "active": "2016-08-16T09:55:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 103, + "beneficiaries": [], + "body": "He made as much as other top 19 witnesses for 5 or 6 days. The network was never at risk, he just outcompeted the other miners. He still had to produce blocks that followed all of the rules and have good uptime. \n\nSome people attempted to shut him down for a while by using the missing active authority on his accounts to change his block signing key. It was white hat vs white hat ;)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-15T22:14:15", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 619498, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:14:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974522685", + "net_votes": 8, + "parent_author": "blueorgy", + "parent_permlink": "re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220440744z", + "percent_steem_dollars": 10000, + "permlink": "re-blueorgy-re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221416114z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "153", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974522685" + }, + { + "abs_rshares": "113974522685", + "active": "2016-08-15T22:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It did no damage to the blockchain except keep 99% of other miners from competing for a couple of days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:15:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 619512, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:15:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974522685", + "net_votes": 6, + "parent_author": "jeremyfromwi", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t214827527z", + "percent_steem_dollars": 10000, + "permlink": "re-jeremyfromwi-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221505382z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974522685" + }, + { + "abs_rshares": "113974522685", + "active": "2016-08-15T22:16:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Or under exposure depending upon your point of view and love for puns ;)", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-15T22:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 619527, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-16T21:21:54", + "last_update": "2016-08-15T22:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113974522685", + "net_votes": 2, + "parent_author": "coar", + "parent_permlink": "re-sean-king-hand-20160815t211832328z", + "percent_steem_dollars": 10000, + "permlink": "re-coar-re-sean-king-hand-20160815t221616637z", + "reward_weight": 10000, + "root_author": "sean-king", + "root_permlink": "hand", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113974522685" + }, + { + "abs_rshares": "107322127014", + "active": "2016-08-17T06:45:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 181, + "beneficiaries": [], + "body": "I bet if you adjusted that graph for the real inflation rates you would see that poverty has been increasing dramatically.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 18, + "children_abs_rshares": 0, + "created": "2016-08-16T14:35:45", + "curator_payout_value": { + "amount": "80", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 627544, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-17T15:58:24", + "last_update": "2016-08-16T14:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "107322127014", + "net_votes": 13, + "parent_author": "kyriacos", + "parent_permlink": "re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t134226686z", + "percent_steem_dollars": 10000, + "permlink": "re-kyriacos-re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t143546750z", + "reward_weight": 10000, + "root_author": "dragonslayer109", + "root_permlink": "3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist", + "title": "", + "total_payout_value": { + "amount": "268", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "107322127014" + }, + { + "abs_rshares": "124360880261", + "active": "2016-08-17T04:18:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 348, + "beneficiaries": [], + "body": "I would love to see those posts. Those of us who are in this industry have constant threat of prison for victimless crimes. It would be good to know what we can expect.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-16T19:34:21", + "curator_payout_value": { + "amount": "138", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 631496, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-16T19:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "124360880261", + "net_votes": 20, + "parent_author": "charlieshrem", + "parent_permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z", + "percent_steem_dollars": 10000, + "permlink": "re-charlieshrem-re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t193422026z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "516", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "124360880261" + }, + { + "abs_rshares": "116081990122", + "active": "2016-08-17T18:58:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 12506, + "beneficiaries": [], + "body": "May I suggest making this provably fair by using proof of work submissions as your random number source and then publishing the algorithm used by the bot so everyone can know who should win?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemloto", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-17T00:14:48", + "curator_payout_value": { + "amount": "237", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 634738, + "json_metadata": "{\"tags\":[\"steemloto\"]}", + "last_payout": "2016-08-17T22:55:18", + "last_update": "2016-08-17T00:14:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "116081990122", + "net_votes": 26, + "parent_author": "heimindanger", + "parent_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "percent_steem_dollars": 10000, + "permlink": "re-heimindanger-introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket-20160817t001448101z", + "reward_weight": 10000, + "root_author": "heimindanger", + "root_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "title": "", + "total_payout_value": { + "amount": "18596", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "116081990122" + }, + { + "abs_rshares": "113564783010", + "active": "2016-08-18T13:57:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 296, + "beneficiaries": [], + "body": "Thank you for adding steem. If you had to pick just one steem dollars are better. Either way we appreciate your contributions.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-18T13:37:18", + "curator_payout_value": { + "amount": "144", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 655601, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T14:08:00", + "last_update": "2016-08-18T13:37:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "113564783010", + "net_votes": 3, + "parent_author": "teambitwala", + "parent_permlink": "re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t120913468z", + "percent_steem_dollars": 10000, + "permlink": "re-teambitwala-re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t133717993z", + "reward_weight": 10000, + "root_author": "teambitwala", + "root_permlink": "bitwala-is-now-accepting-steem", + "title": "", + "total_payout_value": { + "amount": "438", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "113564783010" + }, + { + "abs_rshares": 0, + "active": "2016-08-18T22:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your subjective perceptions are filtered to a chain of reasoning that may be rational or irrational to arrive at a choice. Whether the choice is rational or not depends upon how you reasoned from your perceptions. \n\nBy your definition nothing is ever irrational.", + "cashout_time": "1969-12-31T23:59:59", + "category": "praxeology", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-18T19:20:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 659933, + "json_metadata": "{\"tags\":[\"praxeology\"]}", + "last_payout": "2016-08-19T18:13:54", + "last_update": "2016-08-18T19:20:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "geke", + "parent_permlink": "re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t160852124z", + "percent_steem_dollars": 10000, + "permlink": "re-geke-re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t192021460z", + "reward_weight": 10000, + "root_author": "jaredhowe", + "root_permlink": "demonstrated-preference-socialism-and-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "246038377283", + "active": "2016-08-18T21:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 185, + "beneficiaries": [], + "body": "Payouts are far more predictable when you have a lot of followers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-18T19:32:33", + "curator_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 660107, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-19T19:16:57", + "last_update": "2016-08-18T19:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "246038377283", + "net_votes": 5, + "parent_author": "corintxt", + "parent_permlink": "re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t181132529z", + "percent_steem_dollars": 10000, + "permlink": "re-corintxt-re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t193232942z", + "reward_weight": 10000, + "root_author": "corintxt", + "root_permlink": "my-investigation-into-steemit-for-vice-motherboard", + "title": "", + "total_payout_value": { + "amount": "274", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "246038377283" + }, + { + "abs_rshares": 0, + "active": "2016-08-19T06:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2345, + "beneficiaries": [], + "body": "Theoretical's statements regarding memory usage being the primary consideration are not fully on point. The primary consideration is the \"attention of the masses\". The overall security of the voting platform depends upon all things that can get voted upon being rewarded.\n\nThere are two fundamental use cases for Steem... content and currency. \n\nExchanges, merchants, etc need the ability to run nodes that are fully up to date on the economic state of the platform without respect to the social media side of the platform.\n\nThe sooner content can be separated from having financial consequences the more efficient the platform becomes for financial applications. It is financial applications that ultimately give the platform value many times that of other social media networks.\n\nPosts that are eligible to receive payout need to keep track of \"votes\" and all other information relevant to the post. Removing the financial rewards associated with a post is sufficient for freeing things from memory. Those that wish to have a meta consensus above the economic consensus can.", + "cashout_time": "1969-12-31T23:59:59", + "category": "theoretical", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-08-18T20:33:48", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 660900, + "json_metadata": "{\"tags\":[\"theoretical\"]}", + "last_payout": "2016-08-19T19:36:51", + "last_update": "2016-08-18T20:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "theoretical", + "parent_permlink": "improving-the-steem-platform-for-long-term-content", + "percent_steem_dollars": 10000, + "permlink": "re-theoretical-improving-the-steem-platform-for-long-term-content-20160818t203347792z", + "reward_weight": 10000, + "root_author": "theoretical", + "root_permlink": "improving-the-steem-platform-for-long-term-content", + "title": "", + "total_payout_value": { + "amount": "3486", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T09:23:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 135, + "beneficiaries": [], + "body": "Mutual aid societies were what I was working on when steemit came about. I have a full concept on how they could work and am very interested in implementing them as a Steem sidechain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-18T21:50:15", + "curator_payout_value": { + "amount": "63", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 661798, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-19T20:15:30", + "last_update": "2016-08-18T21:50:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-mutual-aid-societies-the-evolution-to-the-current-state-of-the-art-20160818t215016604z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "title": "", + "total_payout_value": { + "amount": "200", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T14:26:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "If you vote for self, then yes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T10:54:03", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 668597, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T11:36:21", + "last_update": "2016-08-19T10:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "claudiop63", + "parent_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "percent_steem_dollars": 10000, + "permlink": "re-claudiop63-does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts-20160819t105403924z", + "reward_weight": 10000, + "root_author": "claudiop63", + "root_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "192276331007", + "active": "2016-09-07T21:52:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1607681, + "beneficiaries": [], + "body": "
https://cdn.meme.am/instances/63822768.jpg
\n\n\u201cThat\u2019s not fair!\u201d We have all said it, and we have all heard it. Everyone is born with a sense of fairness, but somehow everyone doesn\u2019t agree with what is fair.\n\nThis feeling fairness has a built in bias that tends to favor our own perspective. If we feel we are better off under a certain set of rules, then we are more likely to consider the rules fair. It takes someone with great empathy to see fairness from another person's perspective.\n\nWhat is even more troubling for those who are rational is that \u201crational fairness\u201d can often be perceived as \u201cunfair\u201d by almost everyone. In fact, how we choose to perceive things can change what we think is fair.\n\n## What is fairness?\n\n> *adjective*: in accordance with the rules or standards; legitimate.\n\n> *adverb*: without cheating or trying to achieve unjust advantage.\n\nWhat we learn from these definitions of fairness is that it all depends upon some \u201crules\u201d or \u201cstandards\u201d. If everyone can agree to the rules, then any outcome that adheres to the rules is inherently fair.\n\nAn sufficiently complex set of rules needs to be derived from principles.\n\n> **principle**: a fundamental truth or proposition that serves as the foundation for a system of belief or behavior or for a chain of reasoning.\n\nIf we are to be rational about fairness, then all rules should derive from principles and should never be in contradiction with those principles. A system that is in contradiction with its principles is not in line with the rules or standards and therefore illegitimate and unfair.\n\n## What principles guide voting?\n\nHere are some general principles that people may have:\n\n1. everyone get\u2019s a say\n2. everyone is equal \n3. majority rules\n4. secrecy\n\nWhen it comes to joint ownership of a company or currency, the principles are effectively the same except it is every-share instead of every-person. \n\nA voting system is a means of measuring everyone\u2019s equal say for the purposes of making a decision that is binding on the group. Whenever there are a group of individuals there are two or more different opinions on which way a decision can be made.\n\nUnfortunately the range of available opinions is infinite and more often than not contingent upon other people\u2019s opinions. This means that a perfectly expressive voting system would have everyone submit a smart contract that would take everyone else\u2019s opinion as input and generate an output. A computer would then iterate as many times as necessary to compute a stable opinion.\n\nUnfortunately this process is not guaranteed to reach equilibrium and the *order of computation* can influence the outcome. \n\n
https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif
\n\nIt is possible to express opinions that cancel out mathematically yet cannot be calculated iteratively. In the debate between rabbit season and duck season the result of that vote is \u201cunknown\u201d until someone else changes balance of power.\n\n## Perception of Fairness in Voting\n\nEveryone (or every share) is entitled to an opinion and deserves equal weight. When two people have opposite opinions (rabbit season vs not rabbit season) both opinions are legitimate. How do we decide who wins? Can a decision be made? \n\nUnder this situation we have no outcome that can be rendered. When exactly two people are voting and they disagree the result is \u201cno decision can be made\u201d. In most cases this means status-quo remains unchanged. \n\nThe voting rules can be configured to bias the decision. For example if \u201clast vote wins\u201d then the balance of power is shifted\u2026 who ever moves for change first loses. If first vote wins then it becomes a race to vote. Alternatively the system could be biased to say that in the event of a tie, \u201cduck season\u201d is chosen.\n\nIn other words, the rules of the game can favor certain outcomes over other outcomes. This may be acceptable assuming everyone agrees the bias is \u201cfair\u201d, but I doubt Daffy would think defaulting to \u201cduck season\u201d is fair.\n\nA perfectly fair voting system would bias the outcome in favor of neither Daffy nor Bugs. \n\n## Perceived Unfairness is often a Rejection of Reality \n\nSuppose Daffy always disagrees with Bugs. Bugs could claim this is \u201cunfair\u201d because it means that neither Daffy nor Bugs gets to decide. It is always Bieber Season. \n\nIs it legitimate for someone born without legs to claim that it is \u201cunfair\u201d that other people get to walk around? Is it legitimate for someone born in Africa to claim it is \u201cunfair\u201d that someone else was born in USA? If you were alone on an island, is it \u201cunfair\u201d that you have to do everything for yourself? Fairness has nothing to do with it.\n\nOur much of our situation in life is beyond our control. If you happen to be born into a world with an evil twin who always does the opposite of you and opposes you at every stage is that unfair? To whom is it unfair, twin A or twin B? Depending upon whose perspective you adopt the \u201cother guy\u201d is evil. \n\nIn effect what someone claiming unfairness is saying is, \u201ctheir opinion is unfair, they are not entitled to that opinion\u201d. They are upset because both of them are attempting to steer the car in equal and opposite directions and therefore the car continues straight.\n\n## Fairness is all in Our Head\n\nImagine you were the only living person in the world and everyone else was a robot that was pre-programmed with a certain set of behaviors. Could you claim anything is unfair? That is just the way the world works. There are no \u201cpeople\u201d that are hurting you, the rules are created by nature and beyond the power of you or any of the robots to control. \n\nIt is the attitude of entitlement that is the seed of unfairness. The expectation that you *deserve* something that someone else has. This attitude of entitlement is often rooted in envy, you *want* what the other person has and you feel they *don\u2019t deserve it*. \n\nWhen it comes to negative voting the feeling of unfairness is identical to feeling it is unfair that you were born with an evil twin while everyone else wasn\u2019t. \n\n## Principles Against Negative Voting\n\nIn an effort to look at things from both sides, I attempted to identify any principles of voting that may contradict with the concept of negative voting. What I came up with is the following:\n\n> 1. The only legitimate opinion is one that is derived independently of everyone else\u2019s opinion \n> 2. All votes should be secret\n\nThe theory behind this stance is that it takes work to create an opinion, but costs nothing to destroy an opinion. Furthermore, if all votes are secret then it becomes impossible to express a legitimate opinion that is exactly the opposite of someone else.\n\nI feel both of these principles are fundamentally flawed. For starters, every choice and idea we have in life is influenced by the opinion of others. We are more likely to adopt someone else\u2019s opinion than develop one of our own. Tribe mentality, catch phrases, and memes. It is far easier to copy than to create. In fact, more often than not people are not able to defend their own opinions from first principles, but instead appeal to authority.\n\nWe can conclude from this that affirmative voting would not be fully legitimate independently derived opinion, but the aggregation of other people\u2019s opinion filtered through personal bias. In other words, it is just as biased and derivative as a negative vote.\n\nSecret voting prevents accountability. Accountability is critical in game theory, especially in prisoners dilemma. If people down\u2019t know who is responsible for bad votes, then they don\u2019t know who to shun in the market. Without recourse people will vote in anti-social manner. In other words, the principle of the secret ballot is in direct contradiction with the principles of transparency and accountability. \n\n## Conclusion \n\nI still believe that negative voting is a critical component of an anarchist society and is inherently fair. I also believe that every other system is less expressive and ultimately less able to represent the will of the people (or shares). \n\nThat said, perception often matters more than reality and we must design systems that are perceived to be fair even if they are logically and \u201cobjectively\u201d less fair from the perspective of mathematics, deductive reasoning, and first principles. \n\nPerception is Reality. Change your perception and you change your reality.", + "cashout_time": "2016-09-20T07:22:48", + "category": "philosophy", + "children": 220, + "children_abs_rshares": "5492372663378", + "created": "2016-08-19T15:09:57", + "curator_payout_value": { + "amount": "32224", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 671164, + "json_metadata": "{\"tags\":[\"philosophy\",\"voting\",\"fairness\",\"politics\"],\"image\":[\"https://cdn.meme.am/instances/63822768.jpg\",\"https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T15:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-04T07:28:09", + "net_rshares": -107425559313, + "net_votes": 487, + "parent_author": "", + "parent_permlink": "philosophy", + "percent_steem_dollars": 10000, + "permlink": "our-corrupt-sense-of-fairness", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "Our Corrupt Sense of Fairness", + "total_payout_value": { + "amount": "2379367", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "42425385847" + }, + { + "abs_rshares": 0, + "active": "2016-08-19T15:34:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Ok. In 5 min.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T15:27:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 671376, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T15:27:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steempower", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152429870z", + "percent_steem_dollars": 10000, + "permlink": "re-steempower-re-dantheman-our-corrupt-sense-of-fairness-20160819t152722949z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T19:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I disagree that it would be censorship. People have a right to close their ears and filter what they see and hear. Censorship is when you prevent someone from saying something to people who want to hear it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-19T15:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 671482, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T15:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152253512z", + "percent_steem_dollars": 10000, + "permlink": "re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t153757237z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T07:59:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 501, + "beneficiaries": [], + "body": "I think your characterization of 1% and 99% is exaggerated greatly. We have built a system that systematically transfers value from those who don't work to those who do work. In time it should spread.\n\nAll life starts out as a centralized single cell organism and eventually decentralized through cell division. That is what we are doing. If a system grows too fast it loses identity and dies. Things must grow in controlled manner to maintain structural integrity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-19T16:17:39", + "curator_payout_value": { + "amount": "235", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 671972, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "johnsmith", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t153516568z", + "percent_steem_dollars": 10000, + "permlink": "re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t161739740z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "741", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T19:06:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Exactly, negative voting suffers from tragedy of the commons. No one has incentive to do it unless they are willing to be a sacrificial lamb and take a bullet for everyone else. This is why I am not worried about it being abused.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-19T16:19:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 672002, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:19:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161402643z", + "percent_steem_dollars": 10000, + "permlink": "re-condra-re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161919220z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:48:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 101, + "beneficiaries": [], + "body": "This is why every community needs its own currency and needs to defend its own standards based upon how it votes. \n\nIf we want steem and steemit to change the world toward a more voluntarist society, then we need to actively downvote and remove the profit opportunity from those who support statism. \n\nThis could result in group-think. This could hinder growth. So we have our selfish desire to change the world and maintain our identity as a community fighting with another selfish desire to sell out to the masses to \"get rich\". \n\nThe fallacy is to believe all opinions are equally valuable and that we should dilute our identity by awarding stake to those who oppose our principles. This is not censorship. This is a community with identity and values. \n\nIf we allow those who promote statism to grow via our upvotes, then we are in effect allowing censorship to grow by supporting those people. Censorship is something that only *governments* can do by interfering between the speaker and those who want to listen.\n\nSteem could be corrupted just like propaganda has corrupted the masses. If that happens the voluntarists will have to start over with a new currency because the voters of Steem will implement a government that rejects property rights.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-19T16:26:24", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 672110, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:26:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t155231614z", + "percent_steem_dollars": 10000, + "permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "149", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:14:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That was not the premise of the article. The premise is one vote per share (SP).", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T16:28:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 672136, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:28:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t161247776z", + "percent_steem_dollars": 10000, + "permlink": "re-condra-re-dantheman-our-corrupt-sense-of-fairness-20160819t162817572z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:29:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 17, + "beneficiaries": [], + "body": "You have to move people slowly to a more fair system by first winning in a system they perceive as fair. If you lose under their current paradigm then they will feel your change as an attack rather than the logical outcome of a process they felt was fair.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-19T16:34:42", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 672249, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "full-measure", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t160520671z", + "percent_steem_dollars": 10000, + "permlink": "re-full-measure-re-dantheman-our-corrupt-sense-of-fairness-20160819t163444435z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T17:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have experienced things that I cannot explain and would fit description of ghost.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T16:56:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 672552, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-20T16:53:00", + "last_update": "2016-08-19T16:56:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "redredwine", + "parent_permlink": "do-you-believe-in-ghosts", + "percent_steem_dollars": 10000, + "permlink": "re-redredwine-do-you-believe-in-ghosts-20160819t165623069z", + "reward_weight": 10000, + "root_author": "redredwine", + "root_permlink": "do-you-believe-in-ghosts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:09:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 28, + "beneficiaries": [], + "body": "This is a legitimate point of view. This article was in response to the vast number of messages arguing fairness.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:09:12", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 673532, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:09:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dana-edwards", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t173942359z", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-dantheman-our-corrupt-sense-of-fairness-20160819t180912308z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:14:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 757, + "beneficiaries": [], + "body": "Steem Dollars are working very well, it just takes the market some time to grow up around it. Like a toddler getting its balanced. The market learns from experience more than intelligence. In recent days steem dollar volume has been increasing and it has been trading at 96 to 97% of the dollar. About a credit card processing fee. It will only get better.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:14:00", + "curator_payout_value": { + "amount": "371", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 673592, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:14:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t180747108z", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t181400021z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "1119", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T18:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "@r4fken statements are easy to take out of context, especially by those doing it on purpose to promote an agenda. \n\nI will probably write another blog post where I clarify my concept of censorship.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T18:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 673643, + "json_metadata": "{\"tags\":[\"philosophy\"],\"users\":[\"r4fken\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t181748143z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T12:32:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 5837, + "beneficiaries": [], + "body": "This kind of thinking is fundamentally flawed. The only way to know if costs < benefit is for *private* individuals to make decisions. If you are spending other people's money you have not factored in the *opportunity costs*.\n\nWhat could 13.5G EUR have been spent on instead if tax money was not spent.\n\nWhat is the impact of the loss of freedom, the centralization of knowledge, and the politics of deciding which experiments to run?", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-19T18:52:30", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 674120, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-20T20:05:03", + "last_update": "2016-08-19T18:52:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "lemouth", + "parent_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "percent_steem_dollars": 10000, + "permlink": "re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t185230383z", + "reward_weight": 10000, + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "title": "", + "total_payout_value": { + "amount": "8655", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T11:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1912, + "beneficiaries": [], + "body": "I am very much an austrian economist and anarcho capitalist with full support for voluntarism. I am also dealing with the limits of game theory.\n\nI don't like down votes, I would prefer for the whole system to be positive. A downvote is really a more efficient way of saying \"upvote everything else but X\". \n\nAbsent downvotes, all manner of abuses are possible. So while I agree with your desire for an \"upvote\" only system, it is like asking for \"world peace\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T19:16:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 674419, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-20T18:32:54", + "last_update": "2016-08-19T19:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "dwinblood", + "parent_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "percent_steem_dollars": 10000, + "permlink": "re-dwinblood-opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness-20160819t191602427z", + "reward_weight": 10000, + "root_author": "dwinblood", + "root_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "title": "", + "total_payout_value": { + "amount": "2834", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "339058972610", + "active": "2016-08-21T10:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1583225, + "beneficiaries": [], + "body": "
https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg
\nSeveral months ago I discovered a [nifty little scripting language called WREN](https://github.com/munificent/wren) in my pursuit of high-performance deterministic scripting engines that could be leveraged for smart contracts. \n\n## Wren is a small, fast, class-based scripting language\n\nHere are some of the highlights from their github repo.\n\n * **Wren is small.** The VM implementation is under 4,000 semicolons. You can skim the whole thing in an afternoon. It's *small*, but not *dense*.\n * **Wren is fast.** A fast single-pass compiler to tight bytecode, and a compact object representation help [Wren compete with other dynamic languages.](http://wren.io/performance.html)\n* **Wren is class-based.** There are lots of scripting languages out there, but many have unusual or non-existent object models. Wren places classes front and center.\n * **Wren is a scripting language.** Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.\n\n## Requirements for Smart Contract Scripting Language \n\nA blockchain based smart contract scripting language has some very tough requirements:\n\n### Speed is Critical\nI have stated many times that the bottleneck for blockchain performance is the single threaded business logic of applications. Every blockchain transaction has the power to change the environment for the next transaction which makes out-of-order or parallel execution difficult. \n\n### Deterministic Execution \nThe point of smart contracts is to come to an unambiguous consensus on the current state of the application. This requires all machines to arrive at the exact some conclusion. Any deviations could result in an unexpected and undesirable blockchain fork.\n\n### Sandboxing \nCreating a blockchain that is ready and able to run arbitrary code requires that the code is heavily sandboxed. This means that it cannot enter infinite loops nor allocate an unbounded amount of memory. Not only must execution time be monitored, but it must be deterministically calculated as part of global consensus. In other words, it must count operations, not wall clock time and it must exit with an error at the exact same point on all machines.\n\n## Why WREN is Perfect for a Smart Contract Platform\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Wren\u2019s closest sibling, by far, is Lua. Lua is more dynamic than Wren which makes its job harder.\n\nYou can see some benchmarks of how fast WREN is compared to many other popular languages in this table.\n
https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png
\n\nIt gets this performance by combining the best aspects of scripting and statically typed languages. This allows it to generate very efficient code.\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Other languages have a much more mutable object model, and cannot change that without breaking lots of existing code.\n\nI recently [forked wren to add Sandbox support](https://github.com/bytemaster/wren) and submitted a [pull request](https://github.com/munificent/wren/pull/388). This was relatively trivial to implement because the code base was very clean and easy to understand.\n\n## Comparison to Ethereum and Lisk\n\nIn my opinion there is no comparison. The performance of the Ethereum virtual machine is burdened by poor design decisions. Many of Ethereum's poor decisions are a result of being built and designed by programmers with less language experience and more blockchain experience. In other words, the EVM is designed by blockchain engineers thinking about blockchain problems and as a side effect they built a system that no language engineer would virtual machine designer would ever consider viable.\n\nI have built my own languages and compilers and can testify that designing high performance languages is a skill that most programmers do not have.\n\nWren has been designed by [Bob Nystrom](http://journal.stuffwithstuff.com/) author of the book [Game Programming Patterns](http://gameprogrammingpatterns.com/). Game programming is very demanding and requires high performance scripting that is easily embedded within native C/C++ applications. \n\nFrom what I can tell about Lisk and it's reliance on Javascript, it is not suitable for running untrusted code on a public blockchain in the same way Ethereum is. Lisk is targeting a different market. When I first heard of lisk I was excited because I thought they found a deterministic Javascript interpreter with sandboxing and computation metering; I was wrong. \n\n## Future Work \n\nWren isn't perfect. The language is still in its infancy, but if adopted by a blockchain community it could mature very quickly. There is only one aspect of Wren that I would like to change and that is to convert it to use Integer math. Blockchain's do not require floating point operations. Making this change should be relatively simple.\n\nOnce the Wren VM and compiler is mature, then it is simply a matter of integrating the VM with some C++ APIs for reading and writing blockchain state and generating blockchain operations. This kind of feature is probably best to keep in a sidechain / subchain until all the kinks are worked out.", + "cashout_time": "2016-09-20T09:48:39", + "category": "smartcontracts", + "children": 48, + "children_abs_rshares": "1259441000398", + "created": "2016-08-19T21:30:03", + "curator_payout_value": { + "amount": "40124", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 675942, + "json_metadata": "{\"tags\":[\"smartcontracts\",\"ethereum\",\"language\",\"programming\",\"blockchain\"],\"image\":[\"https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg\",\"https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png\"],\"links\":[\"https://github.com/munificent/wren\",\"https://github.com/bytemaster/wren\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:30:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-04T10:00:15", + "net_rshares": "39344634800", + "net_votes": 481, + "parent_author": "", + "parent_permlink": "smartcontracts", + "percent_steem_dollars": 10000, + "permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "Could WREN be the future of Smart Contract Scripting Languages?", + "total_payout_value": { + "amount": "2343172", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "189201803705" + }, + { + "abs_rshares": 0, + "active": "2016-08-20T01:06:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 694, + "beneficiaries": [], + "body": "I wrote 5 compilers in college in 4 different languages / language paradigms. Then after college I wrote an interpreter that would call c++ code. The interpreted language had C++ like syntax with exceptions, etc. Performance was terrible, but it worked.\n\nThat was all 14 years ago, so I am a tad rusty.", + "cashout_time": "1969-12-31T23:59:59", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T21:58:42", + "curator_payout_value": { + "amount": "330", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 676262, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:58:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "daut44", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t214836744z", + "percent_steem_dollars": 10000, + "permlink": "re-daut44-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215841378z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "1026", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T15:51:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is true it isn't decidable which means it would have to operate on a calculation limit. With the calculation limit which I already implemented it is impossible to write an infinite loop.\n\n** it can call native code, there is no protection when native code is called and it will count as a single op unless the native code provides a means to provide an alternative weight for the call. **", + "cashout_time": "1969-12-31T23:59:59", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T22:00:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 676278, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T22:01:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "recursive", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215949272z", + "percent_steem_dollars": 10000, + "permlink": "re-recursive-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t220035057z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T23:21:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 65, + "beneficiaries": [], + "body": "> \u201cYes, we believe Lisk can host a project of this size, if not greater. The reason for this are twofold, our choice of database system: PostgreSQL, which has many avenues for scalability, and secondly the fact that each sidechain operates autonomously from the mainchain with the minimum of parental dependency.\"\n\nI had to laugh at that quote. No SQL database can complete with graphene for single threaded business logic required by block chains. Not even close. Like 100x difference.", + "cashout_time": "1969-12-31T23:59:59", + "category": "smartcontracts", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-19T22:44:18", + "curator_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 676732, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T22:44:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "ervin-lemark", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t221051569z", + "percent_steem_dollars": 10000, + "permlink": "re-ervin-lemark-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224417121z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "95", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T23:09:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. The VM and the language. Eth would be much slower than Python.", + "cashout_time": "1969-12-31T23:59:59", + "category": "smartcontracts", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T23:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 676988, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T23:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptobro", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t223902538z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptobro-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t230957992z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T23:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Because the code is far more complex and syntax not familiar to most coders. Also no sand box.", + "cashout_time": "1969-12-31T23:59:59", + "category": "smartcontracts", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T23:11:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 676996, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T23:11:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224246496z", + "percent_steem_dollars": 10000, + "permlink": "re-vi1son-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t231102854z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "419137470009", + "active": "2016-08-21T02:49:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1056, + "beneficiaries": [], + "body": "I never vote my comments with full power. \n\nNever devised rules to increase my control. In fact I do the opposite, devise rules to decentralize control.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-20T14:04:57", + "curator_payout_value": { + "amount": "518", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 683338, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-20T14:04:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "419137470009", + "net_votes": 3, + "parent_author": "steemed", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z", + "percent_steem_dollars": 10000, + "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t140455196z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "1562", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "419137470009" + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:08:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Easy to write of the masses. You should review mises on socialisms in ability to do real economic calculation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T14:09:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 683375, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-20T20:05:03", + "last_update": "2016-08-20T14:09:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lemouth", + "parent_permlink": "re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t225406062z", + "percent_steem_dollars": 10000, + "permlink": "re-lemouth-re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160820t140940342z", + "reward_weight": 10000, + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T14:20:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I view people as people and that is why I recognize the mathematical truth is not good enough for user experience.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T14:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 683400, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-20T14:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "business", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t052813632z", + "percent_steem_dollars": 10000, + "permlink": "re-business-re-dantheman-our-corrupt-sense-of-fairness-20160820t141221416z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T14:22:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem dollar rate varies too.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T14:22:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 683512, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T07:57:42", + "last_update": "2016-08-20T14:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "herzmeister", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t082655642z", + "percent_steem_dollars": 10000, + "permlink": "re-herzmeister-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142249623z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T17:10:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You do the math, your numbers are wrong.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-20T14:27:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 683548, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T07:57:42", + "last_update": "2016-08-20T14:27:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "satoshifpv", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t124100580z", + "percent_steem_dollars": 10000, + "permlink": "re-satoshifpv-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142703532z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T08:55:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steem has a business model. Just like Bitcoin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-20T14:33:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 683608, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T07:57:42", + "last_update": "2016-08-20T14:33:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "orly", + "parent_permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t094545776z", + "percent_steem_dollars": 10000, + "permlink": "re-orly-re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t143303227z", + "reward_weight": 10000, + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "2382061015935", + "active": "2016-09-07T21:54:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2111, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\nBlack swan on Vacha reservoir, Bulgaria by [Kiril Krastev](https://commons.wikimedia.org/wiki/User:Littlegrizmin)
\n\nOver the past couple of weeks, our team has been working through the Steem Dollar mechanics in an effort to secure the economic foundation of Steem against black swan events. It should be obvious to all that if at any point in the future the market cap of Steem fell below the supply of Steem Dollars then the Steem Dollar would break. Long before that happened there would be a *run on the bank*. \n\nWe designed the Steem incentives to always push Steem toward a Steem Dollar supply equal to about 5% of the available market cap. This happens because for every Steem Dollar we create we create about 19 Steem Dollar\u2019s worth of Steem and Steem Power. \n\nThis system works well when the market cap is rising or relatively stable, but there is one edge case which could cause the system to unravel. When the market cap falls and pushes the Steem Dollar ratio to dangerously high levels (20% or more of market cap), then the network must start paying off its \u201cdebt\u201d with \u201cequity\u201d and reducing the Steem Dollar supply. \n\n## Extremely Unlikely but not Impossible\n\nBefore anyone starts worrying, lets look at what would have to happen before these kind of scenarios become a concern. \n\nCurrently **Steem Dollars represent about 1% of market cap** and total about $2.1 million dollars. This is a very safe level. The market cap would have to fall to $10.5 million dollars before Steem Dollars represents 20% or more of the market cap. \n\nEach day the supply of Steem Dollars is increasing so over time the danger zone market cap will rise. \n\n## Reducing Steem Dollar Supply in Down Market\n\nThere is only one way to reduce the Steem Dollar supply and that is by users voluntarily converting their Steem Dollars to STEEM at the price feed via the 7 day conversion. This processes can be incentivized by offering a short-term premium conversion rate that gives each Steem Dollar holder $1.25 worth of STEEM when they convert. This is possible by having the witnesses temporarily adjust the price feed. \n\nIt would be critical that the premium remain temporary and has a pre-planned deadline or else the market would permanently adjust the trading value of Steem Dollars to reflect this new premium conversion rate. \n\nSteem Whales can also buy Steem Dollars on the market by powering down some STEEM and then convert to back to STEEM. This process would not necessarily be profitable for whales and suffers tragedy of the commons. One whale would carry the burden for the benefit of the entire platform.\n\n## Stop Increasing the Supply\n\nOf course it gets difficult to reduce the Steem Dollar supply when the supply keeps growing due to interest and author rewards. The fastest way to dig yourself out of a hole is to stop digging. As it exists today, this isn\u2019t an option for author rewards but it is possible to reduce the interest rate to 0%. \n\n## New Enhancements for Stability \n\nIn the up coming hard fork we will be including changes to the protocol designed to protect all parties in the event persistent price declines and lack of redemption requests allow the Steem Dollar supply to reach unhealthy and unsustainable levels. \n\n### Gradual Shift in Author Rewards \n\nAs the Steem Dollar supply grows from 3% to 5% the percent of author rewards paid in Steem Dollars will go from 50% to 0% and the percent paid as liquid STEEM will go from 0% to 50%. In this way authors are still awarded with liquid assets, but the network gradually slows down the printing presses on Steem Dollars. \n\nAt current levels, this measure wouldn\u2019t take effect unless the market cap fell to $70M and would completely stop issuing new Steem Dollars when the market cap fell to about $40M. \n\n### Gradual Forced Redemption of Steem Dollars for STEEM\n\nAny time the Steem Dollar supply reaches 20% of the market cap, 1% of everyone\u2019s Steem Dollars will be converted to Steem Power at the price feed. This action can be viewed as a partial \u201cbail-in\u201d where everyone is treated equally. This will immediately reduce the Steem Dollar percent of total market cap while preventing immediate dumping of the STEEM which could accelerate the collapse in a positive feedback loop.\n\nSteem Dollar holders that wish to avoid this forced redemption should convert to STEEM and sell on the market. If done via the 7 day conversion process, then the supply should decrease naturally and all Steem Dollar holders can be spared the \u201cbail in\u201d. \n\n## Implications \n\nIt is our belief that having this safety net in place before it becomes an issue will help the entire community know how stake will be allocated in the event of persistent long term declines in price. The existence of this safety net will in turn reduce the likelihood that fear will turn into panic selling that would ultimately precipitate such an event.\n\nIt should be obvious to all that Steem Dollars are not backed by any individual holding dollars in a bank or promising to pay US dollars and that the only thing you are guaranteed is some amount of STEEM. The STEEM cannot be guaranteed to have purchasing power. \n\nUnder the enhanced rules everyone is protected and fairly dealt with in the unfortunate event that the market cap of the platform is unable to sustain the Steem Dollar debt levels.\n\n## Feedback Wanted\nIf anyone has any concerns or has better solutions in mind please let us know.", + "cashout_time": "2016-09-20T18:12:24", + "category": "steem", + "children": 154, + "children_abs_rshares": "5999850740450", + "created": "2016-08-20T16:14:12", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 684640, + "json_metadata": "{\"tags\":[\"steem\",\"steemdollar\",\"steemit\",\"hardfork\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:23:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-04T19:05:36", + "net_rshares": "2082346678125", + "net_votes": 416, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "steem-dollar-stability-enhancements", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "Steem Dollar Stability Enhancements", + "total_payout_value": { + "amount": "3113", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "2232203847030" + }, + { + "abs_rshares": 0, + "active": "2016-08-23T10:30:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 197, + "beneficiaries": [], + "body": "Assume all sbd printing stopped. Assume market cap keeps falling. At some point you must convert to steem forcefully.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-20T17:02:51", + "curator_payout_value": { + "amount": "89", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 685148, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:02:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "anotherjoe", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t165723731z", + "percent_steem_dollars": 10000, + "permlink": "re-anotherjoe-re-dantheman-steem-dollar-stability-enhancements-20160820t170251032z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "290", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "55611777212", + "active": "2016-08-28T18:44:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1085, + "beneficiaries": [], + "body": "This was added to make people more confident. The alternative is to deny reality and pretend this could never happen. The odds are slim, but having insurance is better than denial.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-20T17:30:24", + "curator_payout_value": { + "amount": "507", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 685429, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:30:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "55611777212", + "net_votes": 16, + "parent_author": "acassity", + "parent_permlink": "re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t171912167z", + "percent_steem_dollars": 10000, + "permlink": "re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t173023639z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "1599", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "55611777212" + }, + { + "abs_rshares": 0, + "active": "2016-08-20T18:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Lack of code is a bomb without pressure releaf. It could be a hair cut, that would make things easier on exchange.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T18:02:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 685769, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T18:02:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t174804036z", + "percent_steem_dollars": 10000, + "permlink": "re-pfunk-re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t180216310z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Already exists just not in GUI", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T18:28:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 686062, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T18:28:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t162320763z", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-re-dantheman-steem-dollar-stability-enhancements-20160820t182838834z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T18:32:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Holding steem dollars isn't mandatory.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T18:32:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 686103, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T18:32:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t180527459z", + "percent_steem_dollars": 10000, + "permlink": "re-vi1son-re-dantheman-steem-dollar-stability-enhancements-20160820t183245987z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:51:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "All SP counts as well. Just because it is \"locked up\" doesn't mean it has no value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T19:34:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 686797, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:34:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "furion", + "parent_permlink": "re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193158595z", + "percent_steem_dollars": 10000, + "permlink": "re-furion-re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193440627z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T20:40:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "The image was licensed under creative commons: [Wikipedia](https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-20T19:39:51", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 686843, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:40:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "repholder", + "parent_permlink": "re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t192611068z", + "percent_steem_dollars": 10000, + "permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:43:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree that adjusting the feed is not a good idea. I included it in the post to show that it was the \"best option available\" without a change to the platform.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T19:43:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 686875, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:43:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t163734192z", + "percent_steem_dollars": 10000, + "permlink": "re-zer0sum-re-dantheman-steem-dollar-stability-enhancements-20160820t194310887z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T19:45:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I thought I was advertising for them, but changed the image to one with creative commons license.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T19:45:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 686898, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:45:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "siren", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t182726554z", + "percent_steem_dollars": 10000, + "permlink": "re-siren-re-dantheman-steem-dollar-stability-enhancements-20160820t194523487z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T23:35:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 45473, + "beneficiaries": [], + "body": "I would like to make a brief statement that due to some legitimate concerns raised and an enhanced alternative solution I have come up with, the *forced conversion* at 20% ***will not be implemented***. A future post will contain [details about an alternative solution](/steemit/@dantheman/steem-dollars-have-limits).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T20:26:54", + "curator_payout_value": { + "amount": "417", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 687347, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T22:34:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "dantheman", + "parent_permlink": "steem-dollar-stability-enhancements", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t202655521z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "67072", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T20:30:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 21, + "beneficiaries": [], + "body": "The image already contains attribution in lower right and the URL already defines source (wikipedia).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T20:30:42", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 687392, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:30:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t203044311z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "3329089143101", + "active": "2016-09-09T13:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 533069, + "beneficiaries": [], + "body": "
https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg
\nSafety, security, stability, and sustainability are very important design characteristics that our team is always attempting to maximize. We must balance many variables when creating cryptocurrencies, smart contracts, and economic incentives. In particular it is important to design systems that remain robust and predictable in *all* market conditions.\n\n## Steem Dollars have Limits \n\nThe idea behind a Steem Dollar is that it should ***almost always*** be worth about one US dollar. We have set rules in place to make this statement true 99% of the time by making the Steem Dollar convertible to a dollar worth of STEEM. \n\nAnyone who promises you that any asset will **always** be worth something is either ignorant to some risks or a liar. This is true for bank deposits, gold coins, and crypto currencies. Banks can seize your funds, go bankrupt, have a bail in, or hyper inflate the currency until it is worthless. In other words you are never guaranteed purchasing power.\n\nWhen it comes to the Steem Dollar, their purchasing power depends upon the market demand for STEEM. The Steem Dollar is really nothing more than a smart contract for a variable amount of STEEM depending upon an oracle. If STEEM is worthless than the Steem Dollar will also be worthless.\n\nAs the value of STEEM falls, the amount of STEEM required to represent a U.S. dollar worth of value approaches infinity. If left unchecked, the Steem Dollar could render STEEM worthless and when that happens all Steem Dollars become worthless too. \n\n## Black Swan Events need a Plan \n\nIt isn\u2019t possible to prevent all black swan events, but it is possible to establish a fair set of rules for handling them. It is always best to define the rules before they are necessary so that everyone can take full responsibility for the consequences of their trading decisions. \n\nThere are two major black swan events that the Steem community and traders should have a contingency plan in place for. The first black swan is if the value of STEEM crashes so far that Steem Dollars represent an insurmountable burden on the STEEM price that sets off a chain reaction pushing the value of STEEM toward zero. \n\nThe second major black swan event is when the US dollar hyperinflates and becomes worthless as a day to day currency. In my opinion this is the more likely outcome.\n\n## Price Feed defines Value of Steem Dollar\n\nThe price feed can be viewed as a mathematical function that traders and speculators can trade against for determining the value of the Steem Dollar at any time. Right now we have defined the function to always equal the **approximate marginal price 1 STEEM fetches on the open market**. \n\nThere are two extreme cases, black swans, that must be considered. In one extreme the price goes to 0, in the other extreme the price goes to infinity. It is in the interest of everyone involved that the value of a Steem Dollar never hits either extreme. This can be implemented in objective terms by setting hard limits on the exchange rate range that is allowed.\n\nWe can set a maximum and minimum Steem Dollar price as follows:\n\n**maximum price** = SteemSupply / (10 * SteemDollarSupply)\n**minimum price** = SteemSupply / (10000 * SteemDollarSupply)\n\nWith these rules in place, Steem Dollar holders are protected against US dollar hyperinflation and Steem holders are protected against US dollar \u201chyperdeflation\u201d. The witnesses are trusted to publish a honest price feed relative to dollars at all times, but the blockchain will enforce these hard limits.\n\nIn other words, the market cap of all Steem Dollars will always be between 0.01% and 10% of the Steem market cap. This will become a mathematical reality with the addition of two lines of code to the method that calculates the conversion price. \n\n## Sustainable and Fair\n\nThese rules would make the economic system of Steem sustainable and fair in all circumstances by clarifying the meaning of a Steem Dollar. With the clarified meaning, a Steem Dollar is allowed to have values above or below a U.S. dollar under certain market conditions. All traders can be aware of those conditions and trade accordingly. \n\nBy implementing these rules long before the STEEM / USD price gets near either extreme all market participants have ample opportunity to adjust their positions. \n\n## No Promise of Value \n\nSteemit, Inc cannot and will not promise that the STEEM token, Steem Power, or Steem Dollars will have any value now or in the future. We aim only to create fair rules to approximate the relative subjective value each member of the Steem community brings to the table. Any value these tokens have will at all times be set by the free market through voluntary exchange. \n\n\n## Benefits over Alternative Approaches\n\nIn a prior post I outlined a solution that would covert 1% of Steem Dollars to Steem Power as a means of correcting the imbalance. This solution had the nice property of only exposing 1% of a person\u2019s steem dollars to volatility at a time, but had the down side of making the life of exchanges and smart contracts everywhere very complex. Every smart contract would have to factor in the potential that a liquid asset like Steem Dollars could be partially converted to an illiquid asset such as VESTS. This great complicates things such as *escrow transactions* and *side chains* and exchange deposits. In other words, it had all of the negative properties on 3rd parties that could be associated with negative interest rates.\n\nSome people suggested things like bootstrapping an economy around Steem Dollars or buying them back with Ad revenue. It isn't a matter of finding buyers for Steem Dollars, it is a matter of maintaining a debt ceiling. Simply moving Steem Dollars from person to person does not solve the problem. \n\n## Thanks for Feedback \n\nWe would like to thank everyone for the feedback they have provided and invite additional feedback. We are all in this together, lets make Steem the best platform for everyone involved.", + "cashout_time": "2016-09-21T01:19:30", + "category": "steemit", + "children": 148, + "children_abs_rshares": "7895574711470", + "created": "2016-08-20T22:31:15", + "curator_payout_value": { + "amount": "11075", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 688616, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemdollar\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:31:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-05T03:29:09", + "net_rshares": "3029374805291", + "net_votes": 487, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "steem-dollars-have-limits", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "Steem Dollars have Limits", + "total_payout_value": { + "amount": "785743", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "3179231974196" + }, + { + "abs_rshares": 0, + "active": "2016-08-27T07:23:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "This is a high priority item on our internal whiteboard.", + "cashout_time": "1969-12-31T23:59:59", + "category": "notifications", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T22:32:33", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 688633, + "json_metadata": "{\"tags\":[\"notifications\"]}", + "last_payout": "2016-08-22T02:27:00", + "last_update": "2016-08-20T22:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "stealthtrader", + "parent_permlink": "notifications-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-stealthtrader-notifications-on-steemit-20160820t223235383z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "notifications-on-steemit", + "title": "", + "total_payout_value": { + "amount": "57", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T22:44:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 29, + "beneficiaries": [], + "body": "a single exchange can suspend trading, but a blockchain is can not suspend transfers without death.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T22:41:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 688737, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:41:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "venuspcs", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t223939649z", + "percent_steem_dollars": 10000, + "permlink": "re-venuspcs-re-dantheman-steem-dollars-have-limits-20160820t224147869z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "90912374044", + "active": "2016-08-21T08:23:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 624, + "beneficiaries": [], + "body": "@ned likes to negate my profits on publishing announcements. I upvote my own posts to discourage people from piling on for curation rewards. It is our method of declining payment for certain posts until the GUI team can give me a checkbox prior to submitting the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-20T22:44:24", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 688767, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"ned\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:44:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "90912374044", + "net_votes": 8, + "parent_author": "bitcoiner", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224020319z", + "percent_steem_dollars": 10000, + "permlink": "re-bitcoiner-re-dantheman-steem-dollars-have-limits-20160820t224426689z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "918", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "90912374044" + }, + { + "abs_rshares": "19551060974", + "active": "2016-08-22T05:03:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We considered and continue to consider all such currencies. Simplicity is prefered if it can be achieved. In this case.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T22:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 688784, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19551060974", + "net_votes": 2, + "parent_author": "ekitcho", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224403633z", + "percent_steem_dollars": 10000, + "permlink": "re-ekitcho-re-dantheman-steem-dollars-have-limits-20160820t224641563z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19551060974" + }, + { + "abs_rshares": "19958374745", + "active": "2016-08-22T18:07:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not often. I cannot even keep up with all the articles that show up in my feed, hot, and trending. Sometimes I glance through new, but I rarely have time to read things there.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-20T23:01:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 688910, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T23:01:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19958374745", + "net_votes": 1, + "parent_author": "ryno", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t225820356z", + "percent_steem_dollars": 10000, + "permlink": "re-ryno-re-dantheman-steem-dollars-have-limits-20160820t230127406z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19958374745" + }, + { + "abs_rshares": "19958374745", + "active": "2016-08-20T23:16:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is currently at 1%, the 10% interest rate will not last for ever. Assuming a flat market cap and a supply approaching 10% then we would have to lower interest rates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T23:02:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 688923, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T23:04:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19958374745", + "net_votes": 2, + "parent_author": "seedragons", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t230051119z", + "percent_steem_dollars": 10000, + "permlink": "re-seedragons-re-dantheman-steem-dollars-have-limits-20160820t230239803z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19958374745" + }, + { + "abs_rshares": "19958374745", + "active": "2016-08-21T00:15:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. It grows!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T00:15:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 689532, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-21T00:15:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19958374745", + "net_votes": 2, + "parent_author": "skeptic", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t233727602z", + "percent_steem_dollars": 10000, + "permlink": "re-skeptic-re-dantheman-steem-dollars-have-limits-20160821t001545221z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19958374745" + }, + { + "abs_rshares": "19958374745", + "active": "2016-08-23T13:07:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 313, + "beneficiaries": [], + "body": "To be clear, I like the *idea* of Tau. Like you said it is *incomplete* and you are ultimately relying on an implementation that could still be buggy. At some point I will have to dive into the Tau concepts.\n\nI also think that not all smart contracts require the same level of security.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-22T14:45:18", + "curator_payout_value": { + "amount": "146", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 706403, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:41:27", + "last_update": "2016-08-22T14:45:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19958374745", + "net_votes": 4, + "parent_author": "dana-edwards", + "parent_permlink": "formal-verification-of-smart-contracts-and-wren", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-formal-verification-of-smart-contracts-and-wren-20160822t144519936z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "formal-verification-of-smart-contracts-and-wren", + "title": "", + "total_payout_value": { + "amount": "452", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19958374745" + }, + { + "abs_rshares": 0, + "active": "2016-08-23T17:12:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 32, + "beneficiaries": [], + "body": "As someone who attempted to defend myself in court I can tell you that the process, forms, and procedures are beyond my ability to process and I spent days studying. \n\nYou also cannot find any lawyer who will argue this case for you because they would likely lose their license.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchism", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-23T01:32:57", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 713531, + "json_metadata": "{\"tags\":[\"anarchism\"]}", + "last_payout": "2016-08-24T01:47:09", + "last_update": "2016-08-23T01:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jaredhowe", + "parent_permlink": "defending-yourself-from-a-bureaucratic-attack", + "percent_steem_dollars": 10000, + "permlink": "re-jaredhowe-defending-yourself-from-a-bureaucratic-attack-20160823t013256679z", + "reward_weight": 10000, + "root_author": "jaredhowe", + "root_permlink": "defending-yourself-from-a-bureaucratic-attack", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "67687677561", + "active": "2016-08-24T15:02:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "And you are leaving out things like:\n\n1. a legitimate bug that would have been difficult to quickly patch with a hardfork \n2. masses of users calling for a \"fair\" relaunch \n3. assumption that instructions were intentionally incorrect \n\nDamned if you do, Damned if you don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-23T17:26:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 721139, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:43:45", + "last_update": "2016-08-23T17:26:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "67687677561", + "net_votes": 4, + "parent_author": "tie-warutho", + "parent_permlink": "re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171655892z", + "percent_steem_dollars": 10000, + "permlink": "re-tie-warutho-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172559315z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "67687677561" + }, + { + "abs_rshares": "71721662648", + "active": "2016-08-24T15:01:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. Mining was reset due to a easily verifiable bug in the consensus logic caused by integer overflow.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-23T17:26:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 721147, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:43:45", + "last_update": "2016-08-23T17:26:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "71721662648", + "net_votes": 6, + "parent_author": "tie-warutho", + "parent_permlink": "re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171436086z", + "percent_steem_dollars": 10000, + "permlink": "re-tie-warutho-re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172644236z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "71721662648" + }, + { + "abs_rshares": 0, + "active": "2016-08-26T14:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Get the supply and market cap right. \n\n**Supply**: 141,388,902 STEEM \n**Market Cap**: $135M", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-26T13:31:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 755157, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-27T14:26:51", + "last_update": "2016-08-26T13:31:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "elyaque", + "parent_permlink": "steem-report-august-26", + "percent_steem_dollars": 10000, + "permlink": "re-elyaque-steem-report-august-26-20160826t133142125z", + "reward_weight": 10000, + "root_author": "elyaque", + "root_permlink": "steem-report-august-26", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 4165472461, + "active": "2016-08-26T13:47:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You answer is only accurate if the passwords are truly \"random\"; however, if you let users pick a 16 character password then a hacker could grab 25% of all accounts with almost no effort. With a little bit of effort they could grab even more accounts. Only users that use a generated password are secure.\n\nThis is why steemit changed to computer-generated random passwords rather than allowing users to simply pick a 16 character password.", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-26T13:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 755200, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-27T12:09:15", + "last_update": "2016-08-26T13:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 4165472461, + "net_votes": 3, + "parent_author": "neoxian", + "parent_permlink": "re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t113133595z", + "percent_steem_dollars": 10000, + "permlink": "re-neoxian-re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t133759213z", + "reward_weight": 10000, + "root_author": "dennygalindo", + "root_permlink": "question-won-t-brute-force-allow-someone-to-hack-any-password", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 4165472461 + }, + { + "abs_rshares": 0, + "active": "2016-08-27T00:27:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Wasn't bitfinex just \"hacked\" because they didn't use the multi-sig service of a 3rd party properly?", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-26T21:25:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 760135, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-28T01:00:54", + "last_update": "2016-08-26T21:25:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kyriacos", + "parent_permlink": "re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t211911960z", + "percent_steem_dollars": 10000, + "permlink": "re-kyriacos-re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t212547004z", + "reward_weight": 10000, + "root_author": "bitcoindoom", + "root_permlink": "why-bitcoin-will-never-be-as-secure-as-a-bank", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 951586362, + "active": "2016-08-29T15:00:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 9865, + "beneficiaries": [], + "body": "All orders are placed at or above price on coin market cap. These orders are helping to maintain the steem dollar peg. \n\nProceeds of these sales are kept as steem dollars which keeps value in the platform while helping to distribute steem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 37, + "children_abs_rshares": 0, + "created": "2016-08-27T19:05:30", + "curator_payout_value": { + "amount": "496", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 769816, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T21:42:18", + "last_update": "2016-08-27T19:05:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 951586362, + "net_votes": 44, + "parent_author": "magnebit", + "parent_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "percent_steem_dollars": 10000, + "permlink": "re-magnebit-steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up-20160827t190528970z", + "reward_weight": 10000, + "root_author": "magnebit", + "root_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "title": "", + "total_payout_value": { + "amount": "10742", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 951586362 + }, + { + "abs_rshares": 0, + "active": "2016-08-28T22:35:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2987, + "beneficiaries": [], + "body": "What is the value per user of other crypto currencies? Comparing social network value of steem to currency value is like comparing industry use of gold to monetary value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-28T18:48:21", + "curator_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 780974, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T17:40:57", + "last_update": "2016-08-28T18:48:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "dana-edwards", + "parent_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878-20160828t184822022z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "title": "", + "total_payout_value": { + "amount": "2945", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "12402425775", + "active": "2016-08-31T10:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1353, + "beneficiaries": [], + "body": "People have been sending me spam transfers just to look at their posts. This gives a better outlet to serve a market need. Also, this is the ad model of reddit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-29T22:11:27", + "curator_payout_value": { + "amount": "263", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794551, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:11:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "12402425775", + "net_votes": 32, + "parent_author": "gringalicious", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t220932441z", + "percent_steem_dollars": 10000, + "permlink": "re-gringalicious-re-steemitblog-introducing-promoted-content-20160829t221126447z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "1271", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "12402425775" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T02:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 65, + "beneficiaries": [], + "body": "If it really is a good post that just isn't getting enough attention, then this system should certainly help. Should be interesting to watch prices evolve.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-29T22:16:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794592, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221254831z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t221602282z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "61", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-29T23:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1074, + "beneficiaries": [], + "body": "Spending $1M dollars to get influence to boost a single post is not smart. Paying $100 dollars to promote a single post is much more economical. \n\nThe only reason to buy Steem Power is for Long Term continuous promotion and/or speculation. It just isn't a compelling sale to advertisers. Also, think of the minnow author who wants to get discovered, he can pay $100 once on a really good article and build up some followers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-29T22:25:27", + "curator_payout_value": { + "amount": "313", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 794673, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:25:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 7, + "parent_author": "luminousvisions", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222226287z", + "percent_steem_dollars": 10000, + "permlink": "re-luminousvisions-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222527493z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "1008", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-31T12:52:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "anyone can promote any article at any time. The sum of all promotions determines the rank.\n\nWhen you look at the payout estimate it displays \"Boost Payments\" (should probably be re-worded) so anyone inspecting the payout for a post can know how much paid promotion it got.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-29T22:27:48", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794697, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 3, + "parent_author": "dahaz159", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221623164z", + "percent_steem_dollars": 10000, + "permlink": "re-dahaz159-re-steemitblog-introducing-promoted-content-20160829t222749743z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T00:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 47, + "beneficiaries": [], + "body": "It should be instant once the steemd instances at steemit.com have finished their reindex.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-29T22:32:27", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794757, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:32:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223004956z", + "percent_steem_dollars": 10000, + "permlink": "re-krnel-re-steemitblog-introducing-promoted-content-20160829t223228265z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T01:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 44, + "beneficiaries": [], + "body": "From my perspective (as a consumer) I am interested in what people are willing to \"pay to promote\". If they believe in it enough to give up good money, then perhaps I should care as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-29T22:34:36", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794778, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:34:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 3, + "parent_author": "haphazard-hstead", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t222522782z", + "percent_steem_dollars": 10000, + "permlink": "re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t223437303z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "40", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T05:25:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 793, + "beneficiaries": [], + "body": "You can tell from our git commit history that we have been working on this concept long before the flood of AMP articles today.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-29T22:36:39", + "curator_payout_value": { + "amount": "207", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794806, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:36:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 10, + "parent_author": "ervin-lemark", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221758337z", + "percent_steem_dollars": 10000, + "permlink": "re-ervin-lemark-re-steemitblog-introducing-promoted-content-20160829t223639882z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "745", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T00:54:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 51, + "beneficiaries": [], + "body": "Should be up within the hour if nothing goes wrong.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T22:37:21", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 794813, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:37:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223626455z", + "percent_steem_dollars": 10000, + "permlink": "re-krnel-re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223721778z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "47", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-29T23:08:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 296, + "beneficiaries": [], + "body": "It will be back, its removal was unintentional. Popular will be gone and active back.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T22:40:54", + "curator_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 794851, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:40:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 4, + "parent_author": "dennygalindo", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223806510z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-steemitblog-introducing-promoted-content-20160829t224054763z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-29T23:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 43, + "beneficiaries": [], + "body": "@null was the name of an existing account that has never had an owner. We can change the account in the future, but most people will not need to look at transfer history.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-29T23:00:06", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795028, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:00:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 3, + "parent_author": "streetstyle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t225536333z", + "percent_steem_dollars": 10000, + "permlink": "re-streetstyle-re-steemitblog-introducing-promoted-content-20160829t230004797z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T00:50:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 60, + "beneficiaries": [], + "body": "I think it will become the patriotic thing to do. If everyone visits the promoted page then everyone benefits. The bigger whale you are, the more incentive you have to consider / review this content *first* before scanning all of the other content no one felt was worth promoting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-29T23:07:09", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795103, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:07:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t224939950z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230708926z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "56", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "1075215162959", + "active": "2016-09-01T14:52:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reblogging (resteemit) is already implemented minus a button and a few UI changes, it should be rolled out this week.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-29T23:16:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 795188, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T23:16:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "1075215162959", + "net_votes": 6, + "parent_author": "condra", + "parent_permlink": "does-steemit-need-a-share-button-and-other-questions", + "percent_steem_dollars": 10000, + "permlink": "re-condra-does-steemit-need-a-share-button-and-other-questions-20160829t231605473z", + "reward_weight": 10000, + "root_author": "condra", + "root_permlink": "does-steemit-need-a-share-button-and-other-questions", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": "3908054791456890454", + "vote_rshares": "1075215162959" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-30T01:46:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 48, + "beneficiaries": [], + "body": "Yes, it will be.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T23:17:27", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 795201, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:17:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 4, + "parent_author": "beanz", + "parent_permlink": "re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231620955z", + "percent_steem_dollars": 10000, + "permlink": "re-beanz-re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231727542z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-29T23:26:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "This isn't a problem, this is the free market at work setting a price/value on the ranking on this page.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T23:21:00", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 795233, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:21:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 3, + "parent_author": "cryptos", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230853213z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptos-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232102387z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466728355", + "active": "2016-08-29T23:24:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 468, + "beneficiaries": [], + "body": "It will add to the post and push it up the ranking.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T23:22:21", + "curator_payout_value": { + "amount": "139", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795247, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466728355", + "net_votes": 5, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232111318z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232222240z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "438", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466728355" + }, + { + "abs_rshares": "11466744587", + "active": "2016-08-29T23:56:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "it should be instant, just like everything else.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-29T23:22:48", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795251, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "11466744587", + "net_votes": 3, + "parent_author": "thebluepanda", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232044141z", + "percent_steem_dollars": 10000, + "permlink": "re-thebluepanda-re-steemitblog-introducing-promoted-content-20160829t232247849z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "11466744587" + }, + { + "abs_rshares": "148136226831", + "active": "2016-08-30T21:30:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Author gets more attention thus gets paid indirectly. You can tip author easily via transfer.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-29T23:43:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795460, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:43:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "148136226831", + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232856619z", + "percent_steem_dollars": 10000, + "permlink": "re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t234357998z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "148136226831" + }, + { + "abs_rshares": "137229073285", + "active": "2016-08-30T01:07:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 418, + "beneficiaries": [], + "body": "In a few weeks the SBD, STEEM, and POWER held in @null will be \"removed\" every block.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-30T00:11:45", + "curator_payout_value": { + "amount": "97", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795742, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:11:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "132430536794", + "net_votes": 7, + "parent_author": "knircky", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t000510577z", + "percent_steem_dollars": 10000, + "permlink": "re-knircky-re-steemitblog-introducing-promoted-content-20160830t001144870z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "137099383110" + }, + { + "abs_rshares": "137229400983", + "active": "2016-08-31T18:58:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "People are building tools and who ever can find the best solution for filtering content will win many users. The blockchain is open so there can and will be many experiments on promoting content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-30T00:13:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795773, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:13:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "137229400983", + "net_votes": 3, + "parent_author": "iamwne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234429839z", + "percent_steem_dollars": 10000, + "permlink": "re-iamwne-re-steemitblog-introducing-promoted-content-20160830t001357004z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "137229400983" + }, + { + "abs_rshares": "132301174317", + "active": "2016-08-30T00:14:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Hard to abuse this system. Someone will figure out a way and then we will figure out a counter move.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T00:14:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795778, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:14:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "132301174317", + "net_votes": 4, + "parent_author": "condra", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234139739z", + "percent_steem_dollars": 10000, + "permlink": "re-condra-re-steemitblog-introducing-promoted-content-20160830t001443515z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "132301174317" + }, + { + "abs_rshares": "132301174317", + "active": "2016-08-30T00:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "apparently that was an error, you can promote any post until it is archived (after 30 days).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T00:15:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795785, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:15:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "132301174317", + "net_votes": 5, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t233358547z", + "percent_steem_dollars": 10000, + "permlink": "re-ausbitbank-re-steemitblog-introducing-promoted-content-20160830t001516613z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "132301174317" + }, + { + "abs_rshares": "150553445220", + "active": "2016-08-30T13:22:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 379, + "beneficiaries": [], + "body": "perhaps a dividend on Steem Power would work better ;) \n\nIn any case, the reason we cannot just tip authors and use total tips as a ranking is because it would be abused by people tipping themselves via sock puppets.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:17:24", + "curator_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 795798, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:17:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "150553445220", + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t235548199z", + "percent_steem_dollars": 10000, + "permlink": "re-stellabelle-re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160830t001726180z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "355", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "150553445220" + }, + { + "abs_rshares": "137099710808", + "active": "2016-08-30T01:41:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Total promotion payments received by the post, not total author rewards. Author does not get the boost payments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:20:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 795830, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:20:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "137099710808", + "net_votes": 5, + "parent_author": "bergy", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t001317446z", + "percent_steem_dollars": 10000, + "permlink": "re-bergy-re-steemitblog-introducing-promoted-content-20160830t002055016z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "137099710808" + }, + { + "abs_rshares": "132301387125", + "active": "2016-08-30T17:49:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 20, + "beneficiaries": [], + "body": "I like it and will work with the team to make it happen.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-30T00:38:21", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 795932, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:51:51", + "last_update": "2016-08-30T00:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "132301387125", + "net_votes": 7, + "parent_author": "alexgr", + "parent_permlink": "can-we-get-a-feed-link-up-there-too", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-can-we-get-a-feed-link-up-there-too-20160830t003822016z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "can-we-get-a-feed-link-up-there-too", + "title": "", + "total_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "132301387125" + }, + { + "abs_rshares": "137235117547", + "active": "2016-08-30T03:05:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. You get none. It is all burned.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-30T01:18:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 796236, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T01:18:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "137235117547", + "net_votes": 4, + "parent_author": "biophil", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t005457057z", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-re-steemitblog-introducing-promoted-content-20160830t011850100z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "137235117547" + }, + { + "abs_rshares": "118430442753", + "active": "2016-08-30T12:42:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is auction style. Look on promotion page for current prices.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-30T12:42:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 800662, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T12:42:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "118430442753", + "net_votes": 3, + "parent_author": "imag1ne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t090848678z", + "percent_steem_dollars": 10000, + "permlink": "re-imag1ne-re-steemitblog-introducing-promoted-content-20160830t124241308z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "118430442753" + }, + { + "abs_rshares": "1653250987289", + "active": "2016-09-02T15:04:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 534059, + "beneficiaries": [], + "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", + "cashout_time": "2016-10-01T00:20:30", + "category": "steemit", + "children": 136, + "children_abs_rshares": "4170484026061", + "created": "2016-08-30T20:03:09", + "curator_payout_value": { + "amount": "7228", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 804831, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", + "last_payout": "2016-09-01T00:20:30", + "last_update": "2016-08-30T20:03:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-15T00:38:00", + "net_rshares": "1653250987289", + "net_votes": 490, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "quick-update-regarding-user-retention", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "quick-update-regarding-user-retention", + "title": "Quick Update Regarding User Retention", + "total_payout_value": { + "amount": "496673", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "1653250987289" + }, + { + "abs_rshares": "119632798758", + "active": "2016-08-30T22:20:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 537, + "beneficiaries": [], + "body": "Lost my upvote due to tasteless cirlce-jerk image.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-30T21:11:15", + "curator_payout_value": { + "amount": "133", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 805561, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T00:27:24", + "last_update": "2016-08-30T21:11:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "119632798758", + "net_votes": 6, + "parent_author": "acassity", + "parent_permlink": "steemit-will-never-be-like-facebook", + "percent_steem_dollars": 10000, + "permlink": "re-acassity-steemit-will-never-be-like-facebook-20160830t211115949z", + "reward_weight": 10000, + "root_author": "acassity", + "root_permlink": "steemit-will-never-be-like-facebook", + "title": "", + "total_payout_value": { + "amount": "499", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "119632798758" + }, + { + "abs_rshares": 0, + "active": "2016-08-31T16:22:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 531, + "beneficiaries": [], + "body": "I love this kind of analysis, but would like to warn readers and author that \"garbage in\" produces \"garbage out\". More specifically, using the steemit.com reputation algorihtm as a basis for Social Capital is probably flawed.\n\nThe reputation score is almost entirely derived from the same source as lifetime earnings (votes). The primary difference between lifetime earnings and reputation score is the following:\n\n1. concentration of votes in a single post impacts lifetime earnings more than reputation.\n2. all up votes regardless of concentration impact reputation equally\n3. downvotes only hurt reputation if made by someone with a higher rep\n\nA more robust measure of reputation may be to look at the follow graph and utilize pagerank or similar algorithm.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-31T16:15:27", + "curator_payout_value": { + "amount": "157", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 814342, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T16:12:51", + "last_update": "2016-08-31T16:15:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "deeallen", + "parent_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "percent_steem_dollars": 10000, + "permlink": "re-deeallen-cultural-economic-and-social-forms-of-capital-on-steemit-original-research-20160831t161527002z", + "reward_weight": 10000, + "root_author": "deeallen", + "root_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "title": "", + "total_payout_value": { + "amount": "486", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-31T17:30:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 295, + "beneficiaries": [], + "body": "This \"service\" has the same problem that 99% of suggestions have: sybil attack.\n\nA whale can supercharge their own post at no cost because they money comes back to themselves.\n\nSome significant portion of the supercharged vote would need to be burned to discourage this kind of behavior. \n\nThere are other problems with this proposal that would result in massive abuse.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-31T17:30:06", + "curator_payout_value": { + "amount": "84", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 815061, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T09:46:27", + "last_update": "2016-08-31T17:30:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "thecryptofiend", + "parent_permlink": "2-killer-steemit-features-i-would-like-to-see", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t173005490z", + "reward_weight": 10000, + "root_author": "thecryptofiend", + "root_permlink": "2-killer-steemit-features-i-would-like-to-see", + "title": "", + "total_payout_value": { + "amount": "269", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-31T18:39:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Unfortunately your graph only has one dimension: price. When in reality Steem has another dimension: supply. The result is that the downtrend is greatly amplified in terms of price, but less so in terms of market cap.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-31T17:45:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 815170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T17:47:45", + "last_update": "2016-08-31T17:45:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "puffin", + "parent_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "percent_steem_dollars": 10000, + "permlink": "re-puffin-eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an-20160831t174511035z", + "reward_weight": 10000, + "root_author": "puffin", + "root_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-01T17:15:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 711, + "beneficiaries": [], + "body": "It isn't a question of \"will it work\", the answer is not binary. It will add to the overall ecosystem without taking away from anything. The market will naturally establish a price for the promoted content tab and that price will be based upon the effectiveness of the tab. One thing is certain, the price is greater than 0.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-31T17:57:09", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 815282, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T18:27:15", + "last_update": "2016-08-31T17:57:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "unrealisback", + "parent_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "percent_steem_dollars": 10000, + "permlink": "re-unrealisback-promoted-posts-will-it-work-if-not-then-what-will-20160831t175709208z", + "reward_weight": 10000, + "root_author": "unrealisback", + "root_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "title": "", + "total_payout_value": { + "amount": "651", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-01T04:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 741, + "beneficiaries": [], + "body": "So far sounds very similar to [Orange is the New Black](https://en.wikipedia.org/wiki/Orange_Is_the_New_Black).\n\nWriting emails is the most time consuming part, sending doesn't take much time at all. Must suck for slow typers. \n\nI always thought that prisoners should be allowed a computer (without internet connectivity). At least that way they could be \"productive\" in writing, editing, etc without having to resort to pen and paper.", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-31T18:32:03", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 815650, + "json_metadata": "{\"tags\":[\"story\"],\"links\":[\"https://en.wikipedia.org/wiki/Orange_Is_the_New_Black\"]}", + "last_payout": "2016-09-01T15:13:27", + "last_update": "2016-08-31T18:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "charlieshrem", + "parent_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "percent_steem_dollars": 10000, + "permlink": "re-charlieshrem-a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison-20160831t183205440z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "title": "", + "total_payout_value": { + "amount": "679", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-31T22:16:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Sybil!", + "cashout_time": "1969-12-31T23:59:59", + "category": "promoted", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-31T21:22:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 817269, + "json_metadata": "{\"tags\":[\"promoted\"]}", + "last_payout": "2016-09-01T21:23:24", + "last_update": "2016-08-31T21:22:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t210113218z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t212216737z", + "reward_weight": 10000, + "root_author": "cryptos", + "root_permlink": "some-thoughts-about-the-new-promoted-posts-feature", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "205992742096", + "active": "2016-09-09T21:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 2870451, + "beneficiaries": [], + "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", + "cashout_time": "2016-10-02T19:14:21", + "category": "philosophy", + "children": 193, + "children_abs_rshares": "4398064310404", + "created": "2016-09-01T05:55:24", + "curator_payout_value": { + "amount": "44497", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 820785, + "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "last_payout": "2016-09-02T19:14:21", + "last_update": "2016-09-01T05:55:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-16T22:30:15", + "net_rshares": "205992742096", + "net_votes": 689, + "parent_author": "", + "parent_permlink": "philosophy", + "percent_steem_dollars": 10000, + "permlink": "why-do-we-fight-to-change-the-world", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", + "title": "Why do we fight to change the world?", + "total_payout_value": { + "amount": "2583405", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "205992742096" + }, + { + "abs_rshares": 0, + "active": "2016-09-01T18:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The picture is Eckhart Tolle.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-01T18:35:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 826729, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-09-02T19:14:21", + "last_update": "2016-09-01T18:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "the-alien", + "parent_permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t163835944z", + "percent_steem_dollars": 10000, + "permlink": "re-the-alien-re-dantheman-why-do-we-fight-to-change-the-world-20160901t183545328z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-02T13:27:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Don't forget taxes.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steememe", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-02T13:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 834393, + "json_metadata": "{\"tags\":[\"steememe\"]}", + "last_payout": "2016-09-03T12:46:18", + "last_update": "2016-09-02T13:20:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "arcaneinfo", + "parent_permlink": "re-benjojo-is-there-anything-more-contentious-than-price-20160902t121814629z", + "percent_steem_dollars": 10000, + "permlink": "re-arcaneinfo-re-benjojo-is-there-anything-more-contentious-than-price-20160902t132002894z", + "reward_weight": 10000, + "root_author": "benjojo", + "root_permlink": "is-there-anything-more-contentious-than-price", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "568409589192", + "active": "2016-09-02T16:24:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Unfortunately, the harasser probably has multiple accounts. They would set one up for \"observing\" and one for \"abusing\". \n\nGiven this reality it could be relatively simple to prevent muted individuals from replying to a thread. This would force the abuse to move to different threads or force the abuser to use an alternative interface.\n\nThis is something that we could implement at a blockchain level.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-02T14:44:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 835003, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-02T14:44:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "568409589192", + "net_votes": 10, + "parent_author": "dana-edwards", + "parent_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-an-approach-for-dealing-with-harassment-on-steemit-selective-channels-20160902t144417094z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": "2295176475785681334", + "vote_rshares": "568409589192" + }, + { + "abs_rshares": 62985252, + "active": "2016-09-03T19:14:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3110, + "beneficiaries": [], + "body": "I really appriciate your inquisitive mind. Seek and ye shall find. I have an entire series of articles that outline very real solutions to everything you have listed above. \n\nWhat is often overlooked is that the vast majority of real crime comes from side effects of government (drug laws, etc). More money is stolen by government asset forfeitures (not taxes) than all private thefts combined. \n\nConclusion, absent taxes everyone could easily afford to pay for insurance that would completely replace the cost of stolen / damaged property. Insurance companies would have financial incentive to investigate for the sole purpose of preventing fraudulent claims. \n\nInsurance companies would not insure anyone who they suspect of being guilty of theft or property damage until restitution is paid.\n\nThis would be incredibly affordable for the poor and middle class once you remove the huge burden of government and introduce free market competition.\n\nWith respect to murder you must realize that prison is not a deterrent. Loss of social standing and reputation in the economy is a far greater deterrent than prison. If government fails to prevent these things today, the only thing more government will do is increase the rate of violence. \n\nThe end result of government is financial irresponsibility leading to economic collapse. \n\nRequiring perfection from voluntary societies is a double standard when you do not require perfection from statist societies. \n\nIn my humble opinion, governments kill more innocent people every year than all private murders combined.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-09-02T18:40:54", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 837284, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-03T18:11:39", + "last_update": "2016-09-02T18:40:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 62985252, + "net_votes": 22, + "parent_author": "gavvet", + "parent_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author-20160902t184056016z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "title": "", + "total_payout_value": { + "amount": "2698", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 62985252 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T12:18:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 31, + "beneficiaries": [], + "body": "I gave you an upvote so your images are visible again. We are looking into solutions for dealing with abusive downvoters.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-02T18:46:33", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 837341, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T13:25:57", + "last_update": "2016-09-02T18:46:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "steemdesign", + "parent_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "percent_steem_dollars": 10000, + "permlink": "re-steemdesign-warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now-20160902t184633283z", + "reward_weight": 10000, + "root_author": "steemdesign", + "root_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "title": "", + "total_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "124296976285", + "active": "2016-09-02T20:39:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1786, + "beneficiaries": [], + "body": "This is a backend update, no changes to steemit.com at this time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-09-02T19:44:39", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 837830, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T01:16:51", + "last_update": "2016-09-02T19:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "124296976285", + "net_votes": 12, + "parent_author": "steemitblog", + "parent_permlink": "announcing-steem-0-14-0-release-candidate", + "percent_steem_dollars": 10000, + "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t194440142z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "announcing-steem-0-14-0-release-candidate", + "title": "", + "total_payout_value": { + "amount": "1534", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "124296976285" + }, + { + "abs_rshares": "963067321029", + "active": "2016-09-02T21:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 23, + "beneficiaries": [], + "body": "We would add a clause to the license that acts like a deadman switch. If such an event happened we would make it unrestricted license.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-02T21:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 838800, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T04:06:24", + "last_update": "2016-09-02T21:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "963067321029", + "net_votes": 5, + "parent_author": "tobixen", + "parent_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "percent_steem_dollars": 10000, + "permlink": "re-tobixen-what-if-the-us-govt-really-wanted-to-censor-steem-20160902t213104170z", + "reward_weight": 10000, + "root_author": "tobixen", + "root_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "title": "", + "total_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "963067321029" + }, + { + "abs_rshares": 0, + "active": "2016-09-05T18:37:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 14783, + "beneficiaries": [], + "body": "This is a very poorly understood change. \n\nLook at it this way, every user gets so much power flowing into their cup. Under current rules most users cups are full and their power goes to waste. \n\nPower voters waste less power because they keep their cups less than full. \n\nNew rules allow normal people to use more of their power by draining their cup faster with each vote. This means they can capture more of their power. \n\nNet effect is the percentage of power used by normal voters increases, while power voters decrease.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-09-02T21:56:51", + "curator_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 839020, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T23:39:33", + "last_update": "2016-09-02T21:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "chitty", + "parent_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "percent_steem_dollars": 10000, + "permlink": "re-chitty-your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards-20160902t215650411z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "title": "", + "total_payout_value": { + "amount": "12697", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-03T20:51:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 3239, + "beneficiaries": [], + "body": "If bob is a bot who spends 4 milliseconds curating you will see the reality of what we are trying to balance.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-03T02:41:57", + "curator_payout_value": { + "amount": "1", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 840838, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T05:11:15", + "last_update": "2016-09-03T02:41:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 18, + "parent_author": "bobbybillbob", + "parent_permlink": "re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t020254986z", + "percent_steem_dollars": 10000, + "permlink": "re-bobbybillbob-re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t024157858z", + "reward_weight": 10000, + "root_author": "theoretical", + "root_permlink": "learning-to-love-the-voting-power-equilibrium-point-change", + "title": "", + "total_payout_value": { + "amount": "2771", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-03T22:26:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The flip side is when a legit answer is given but the questioner doesn't recognize it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "statism", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-03T16:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 846010, + "json_metadata": "{\"tags\":[\"statism\"]}", + "last_payout": "2016-09-04T15:09:03", + "last_update": "2016-09-03T16:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "matthewmencel", + "parent_permlink": "re-larkenrose-principles-and-predictions-20160903t155842888z", + "percent_steem_dollars": 10000, + "permlink": "re-matthewmencel-re-larkenrose-principles-and-predictions-20160903t163841505z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "principles-and-predictions", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "4614328837090", + "active": "2016-09-04T23:26:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 44, + "beneficiaries": [], + "body": "This post is inaccurate, Ned and I are almost always front run and are smarter than to dump at once.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-04T03:15:27", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 850458, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T11:59:45", + "last_update": "2016-09-04T03:15:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "4614328837090", + "net_votes": 15, + "parent_author": "leavemealone", + "parent_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "percent_steem_dollars": 10000, + "permlink": "re-leavemealone-ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on-20160904t031526209z", + "reward_weight": 10000, + "root_author": "leavemealone", + "root_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "4614328837090" + }, + { + "abs_rshares": "459659687029", + "active": "2016-09-07T16:03:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 686, + "beneficiaries": [], + "body": "Straw men, appeal to authority, ambiguous definition of God, subjective interpretation of scripture... Until you get past your own cognitive dissonance your arguments will fall on deaf ears.", + "cashout_time": "1969-12-31T23:59:59", + "category": "religion", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-09-05T15:49:57", + "curator_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 863884, + "json_metadata": "{\"tags\":[\"religion\"]}", + "last_payout": "2016-09-06T22:05:27", + "last_update": "2016-09-05T15:49:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "459659687029", + "net_votes": 8, + "parent_author": "stan", + "parent_permlink": "dissing-god", + "percent_steem_dollars": 10000, + "permlink": "re-stan-dissing-god-20160905t154955986z", + "reward_weight": 10000, + "root_author": "stan", + "root_permlink": "dissing-god", + "title": "", + "total_payout_value": { + "amount": "564", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "459659687029" + }, + { + "abs_rshares": "19102164585", + "active": "2016-09-06T04:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Poverty is no excuse to get a job killing innocent people and provoking terrisom around the world.", + "cashout_time": "1969-12-31T23:59:59", + "category": "holiday", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-05T15:56:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 863939, + "json_metadata": "{\"tags\":[\"holiday\"]}", + "last_payout": "2016-09-06T13:05:18", + "last_update": "2016-09-05T15:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "19102164585", + "net_votes": 4, + "parent_author": "robles4242", + "parent_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "percent_steem_dollars": 10000, + "permlink": "re-robles4242-labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military-20160905t155650325z", + "reward_weight": 10000, + "root_author": "robles4242", + "root_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "19102164585" + }, + { + "abs_rshares": "484135932946", + "active": "2016-09-13T15:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1449993, + "beneficiaries": [], + "body": "
https://i.imgflip.com/p1ij6.jpg
**CENSORSHIP**
\n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
\n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
\n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", + "cashout_time": "2016-10-08T03:07:00", + "category": "censorship", + "children": 164, + "children_abs_rshares": "541899013387", + "created": "2016-09-06T18:45:36", + "curator_payout_value": { + "amount": "16427", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 874874, + "json_metadata": "{\"tags\":[\"censorship\",\"steemit\",\"steem\"],\"image\":[\"https://i.imgflip.com/p1ij6.jpg\",\"https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg\",\"http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Linguistic_relativity\",\"/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video\",\"https://en.wikipedia.org/wiki/Banksy\",\"http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T18:45:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-22T06:39:24", + "net_rshares": "466202127865", + "net_votes": 506, + "parent_author": "", + "parent_permlink": "censorship", + "percent_steem_dollars": 10000, + "permlink": "censorship-is-impossible-in-a-free-society", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "Censorship is impossible in a Free Society", + "total_payout_value": { + "amount": "1177393", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "483708937587" + }, + { + "abs_rshares": 0, + "active": "2016-09-07T05:30:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Xeroc, whom I trust, downvoted it and gave his reasons. The post is not in english, uses excessive font size and bold lettering. It is clear to me why it doesn't add value to most readers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-06T18:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875015, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T18:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "future24", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185442778z", + "percent_steem_dollars": 10000, + "permlink": "re-future24-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185815376z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "17506809722", + "active": "2016-09-07T00:12:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the reply. I noticed that many of your replies to posts look like they could be automated by bots. I would encourage you to be more expressive least you get flagged by others.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-06T19:01:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875048, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:01:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "17506809722", + "net_votes": 5, + "parent_author": "flowergirl", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t184925184z", + "percent_steem_dollars": 10000, + "permlink": "re-flowergirl-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190127748z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "17506809722" + }, + { + "abs_rshares": 0, + "active": "2016-09-06T19:02:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is strongly encouraged!", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-06T19:02:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875062, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:02:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jbaker585", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185321215z", + "percent_steem_dollars": 10000, + "permlink": "re-jbaker585-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190213510z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T22:41:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 34, + "beneficiaries": [], + "body": "I think the reputation system needs to be refined a bit more, probably based upon follow / mute ratio rather than vote up / down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-09-06T19:03:27", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875075, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:03:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190043761z", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 487425594, + "active": "2016-09-13T15:02:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "The federal reserve has enabled consolidation of the media through mergers. The internet gives us an alternative outlet. I don't watch 90% of the media and neither does anyone else with half a brain. Complaining about them is pointless, and technically isn't censorship.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T19:05:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875102, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:05:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 487425594, + "net_votes": 2, + "parent_author": "cherryleaf", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185443378z", + "percent_steem_dollars": 10000, + "permlink": "re-cherryleaf-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190545891z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 487425594 + }, + { + "abs_rshares": 0, + "active": "2016-09-06T22:41:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Identifying plagiarism is HARD work, especially when you are using a mobile phone and the bots are using sophisticated algorithms to prevent auto-detection.\n\nIf there is a particular whale that is consistently abusing his power, then lets identify him and show the pattern.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-06T19:26:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875294, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:26:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "ats-david", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190500745z", + "percent_steem_dollars": 10000, + "permlink": "re-ats-david-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192639255z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T00:47:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "perhaps you do not remember the early days of spam bots flooding the comment section. If you don't hide it, then vandals will comment with porn and abusive content in the threads of the most popular discussions.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-06T19:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875347, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jrcornel", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192644729z", + "percent_steem_dollars": 10000, + "permlink": "re-jrcornel-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193102449z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-06T22:28:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your argument is the same as the blacks wanting affirmative action that enforces discrimination by law.", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-06T19:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 875640, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:59:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193812148z", + "percent_steem_dollars": 10000, + "permlink": "re-heretickitten-re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t195920319z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-06T20:20:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 39, + "beneficiaries": [], + "body": "What you are talking about is peer pressure and shunning. These are social norms that @dana-edwards discusses here: \n\nhttps://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", + "cashout_time": "1969-12-31T23:59:59", + "category": "censorship", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T20:00:27", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 875657, + "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"dana-edwards\"],\"links\":[\"https://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T20:00:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193448838z", + "percent_steem_dollars": 10000, + "permlink": "re-heretickitten-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t200028669z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "", + "total_payout_value": { + "amount": "31", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T04:01:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 125, + "beneficiaries": [], + "body": "The more stuff you have, the more it costs to maintain it. If you buy a \"dream house\" and a \"dream car\" all of a sudden you are trapped into paying property taxes. \n\nAt todays interest rates and risk profiles there is no amount of money that is easily attainable by the middle class that can earn passive income sufficient to maintain their standard of living indefinitely. \n\nAt 1% interest it requires 7.5 million dollars to earn $75,000 per year. That would require the typical middle class individual to save 100% of their income for more than their working life span. Once you factor in minimal cost of living and inflation and taxes, game over. It isn't even remotely possible without taking extreme risks in the market. \n\nSomeone who earns $7.5 million dollars after taking extreme risks in the market will still fall behind unless they continue to take extreme risks. Negative real interest rates are a bitch.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-06T21:37:54", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 876607, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-07T21:27:03", + "last_update": "2016-09-06T21:37:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "calaber24p", + "parent_permlink": "how-much-money-is-enough", + "percent_steem_dollars": 10000, + "permlink": "re-calaber24p-how-much-money-is-enough-20160906t213756001z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "how-much-money-is-enough", + "title": "", + "total_payout_value": { + "amount": "101", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-06T22:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should probably tag this NSFW.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-06T21:41:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 876643, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-09-07T21:07:51", + "last_update": "2016-09-06T21:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kamil5", + "parent_permlink": "ended-the-crazy-burning-man-festival-2016", + "percent_steem_dollars": 10000, + "permlink": "re-kamil5-ended-the-crazy-burning-man-festival-2016-20160906t214109290z", + "reward_weight": 10000, + "root_author": "kamil5", + "root_permlink": "ended-the-crazy-burning-man-festival-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "194771778681", + "active": "2016-09-10T19:42:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 749496, + "beneficiaries": [], + "body": "
http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761
\n\nVoluntary censorship is the heart and soul of a free society. My definition of a free society is one that is not governed by initiation of violence and where all relationships and business transactions are voluntary. This means self-censorship and discrimination of all kinds are the very foundation of a functioning free society. \n\nI know this *sounds* controversial to those who are deathly afraid of racism, bigotry, and general social pressure. Please suspend your judgement until you finish reading this article. I am not racist and will gladly do business with anyone of any race who offers a profitable opportunity. \n\n## Free Market Solutions to Securing Life, Liberty, and Property \n\nIf you follow my blog you will know that I am constantly searching for non-violent alternatives to government. The anarchists among us know how challenging this can be. Most simply accept on faith that \u201cthe market will provide\u201d, but few pursue the question of \u201chow will the market provide?\u201d. Those that do pursue the question of how the market will provide often do so on a purely theoretical basis. \n\nWhat makes me different from the vast majority of armchair anarchists and voluntarists is that I am actively engaged in an entrepreneurial business of bringing viable solutions to the market. Theoretical market structures in a post-government world are of no use to someone attempting to bootstrap a business securing life, liberty, and property in a totalitarian state.\n\nThe only non-violent society that will have staying power is the one that can be born under oppression and through its own strength overthrow that oppression while adhering to its own principles. \n\n## Self Censorship *is* Self Government \nEach individual is responsible for not acting in ways that would violate the non aggression principle. This means that they must censor their desire for revenge. They must hold their punches. They must honor their contracts and avoid fraud, slander, libel, and offensive conduct.\n\n
http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png
\n\nNot only must someone watch what they do, they must watch what they say. **This is because you do not own your reputation!** Contrary to popular belief, you have no right to control what other people *think* about you. Your actions are a major contributor to your reputation, but ultimately how your actions are *interpreted* by others is what defines their opinion of you. Their opinion of you then defines their willingness to do business with you. Furthermore, *perception* matters more than reality because people make their decisions on their *perception* which may have nothing to do with *reality*.\n\n\n## What if Society is Wrong?\n\nSuppose the vast majority of society is against public nudity? Under such a society business owners would discriminate against naked customers. They would do this even if they had nothing against nudity simply because they could lose the business of their other customers.\n\nThose who wanted to enjoy naked living would need to go to businesses that specialize in serving naked customers. \n\nIf nudity was sufficiently taboo, then businesses may ultimately disassociate themselves from anyone known to serve nude customers. This could ultimately make operating a business serving naked customers completely unviable if the business owner wished to maintain the benefits of having a good reputation with the rest of society.\n\nSuppose your moral code sees nothing wrong with naked living. Suppose you wish to enjoy life living in a nudist colony? This society would completely shun you. It would ruin your opportunity to find jobs, make friends, and ultimately you would be forced to *conform* with the prevailing opinion. You would be forced to censor your own body anytime you were in the presence of anyone else. \n\nWhat happened to your freedom? Is your naked body harming others? They seem to think so and ultimately public opinion is the judge of what constitutes \u201caggression\u201d and therefore what behaviors should be shunned. \n\nIf the majority of society has a different opinion on what is \u201cright\u201d and what is \u201cwrong\u201d, then all you can do is keep your behavior out of public spotlight or engage in a discussion and attempt to persuade others to change their opinion. \n\n## Centralized Reputation \n\nAs a society grows larger than a couple hundred people, it becomes impossible for any one individual to have first hand information from which to derive an independent opinion about another individual. Instead people must delegate the process of reputation to others. This is the *birth* of government.\n\nMost people let the government define an individual\u2019s reputation. If the government says someone is \u201cbad\u201d, then they also adopt the same opinion. Laws and courts are nothing more than the process of defining who has a \u201cgood reputation\u201d and who has a \u201cbad reputation\u201d. \n\nOnce you have a \u201cbad reputation\u201d few people are willing to risk their own \u201creputation\u201d defending you. Governments enforce coordinated shunning of those they deem to be bad through the use of prisons. They physically cut off an individuals freedom to do business with others. \n\nThe legitimacy of the entire process depends upon the reputation of the system itself. Control over the reputation system of society is absolute power.\n\n## Decentralized Reputation \n\nThe key to decentralizing power is to decentralize control over reputation. This is achieved in a free market through *voluntary* coordinated shunning. Each business owner gets to influence public policy by setting the price of doing business with them. A business owner who is against nudity can set the price of eating in his establishment as a combination of money *and* behavior (wearing clothes).\n\nThose who wish to partake in the products offered by the market must be willing to pay the price. This means they must conform in order to *earn* the products and services they wish to receive from others.\n\nThe more of society that agrees on certain behavior norms, the more costly it becomes to violate those norms. The most universally demanded behaviors will be against violence, theft, and fraud. The price for violating these norms will be to pay full restitution or be completely outcast from society. A complete outcast becomes a beggar or slave to whomever will care for them and could potentially face death if they are unable to be completely self reliant.\n\nThe more controversial an issue becomes lower the price of not conforming.\n\n## Paradox for Anarchists \n\nAn anarchist is advocating a society that allows free expression without fear of others initiating violence in a systematic way. The only way to achieve such a society is to change public opinion. We all live and die by public opinion.\n\nIt is public opinion that currently enslaves us under governments and under an anarchy that same public opinion will continue to be the source of all power enforcing the non aggression principle. \n\nThis means that without using violence or taxation, a free society could conceivable compel everyone to purchase health insurance. It could conceivably compel a prohibition of drugs and alcohol. It could conceivably self-censor any topic and demand adherence to all kinds of behavior we currently find abhorrent about governments. All of this would be compelled through market forces; it would simply be too expensive to resist. \n\nWhat anarchists know is that it is incredibly difficult to get people to agree on anything. Anything that was sufficiently controversial would be permitted because it requires a near universal acceptance of an opinion before coordinated shunning is effective. Most people are neutral toward anything that doesn\u2019t impact themselves. In fact, most people are willing to \u201clook the other way\u201d if it will make them a buck. \n\nThe difference between a government and a free society is that all social laws must be incredibly simple and general because you would never get any consensus behind anything overly specific. It is the overly specific laws that allow individuals in power to abuse the masses and prevent individuals from making more decentralized judgments. \n\n## Conclusion \n\nThose who complain about censorship motivated by social pressure are simultaneously guilty of applying that kind of censorship through their support of the government required to prevent it. We all wish we could live in a world where everyone shared our opinion and we could do what ever we want, when ever we want, wherever we want. That world is logically impossible. We will always be bound by public opinion. The best we can hope for is to sway that opinion away from accepting initiating violence as necessary toward complete shunning of anyone who initiates violence. \n\nI would go so far to say, that a non-violent society would completely self-censor any suggestion of violence. There very suggestion that violence be initiated against someone is a threat to such a society. Such an individual could not be trusted.\n\nOnce you realize that an anarchist society would self-censor competing ideas, it becomes very clear why a statist society must censor anarchist ideas. A statist society would use violence to enforce their censorship, a voluntarist society would use peer pressure and self-censorship.\n\nCensorship is a shield used to protect the prevailing opinion against anything that would change it. Whether it is used for \u201cgood\u201d or \u201cevil\u201d depends entirely upon the idea being defended.", + "cashout_time": "2016-10-08T17:43:57", + "category": "anarchy", + "children": 95, + "children_abs_rshares": "229264567710", + "created": "2016-09-07T16:26:45", + "curator_payout_value": { + "amount": "6033", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 883375, + "json_metadata": "{\"tags\":[\"anarchy\",\"censorship\"],\"image\":[\"http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761\",\"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:02:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-22T20:31:51", + "net_rshares": "194771778681", + "net_votes": 395, + "parent_author": "", + "parent_permlink": "anarchy", + "percent_steem_dollars": 10000, + "permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "total_payout_value": { + "amount": "603344", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "194771778681" + }, + { + "abs_rshares": 208190566, + "active": "2016-09-07T18:27:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are absolutely right. In this case the nudists are either completely self-sufficient in their own town *or* the rest of society is sufficiently tolerant of the concept that they will still trade with nudiststown. If the rest of society viewed nudism the same way they viewed violence, then they would cut all economic ties with nudist town. \n\nTo properly understand my article you must free yourself from judgements regarding the particular behaviors I used. You must allow for complete freedom of \"public opinion\" which means that public opinion could turn against *anything*.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T16:49:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 883603, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T16:49:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 208190566, + "net_votes": 2, + "parent_author": "matthewtiii", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164347718z", + "percent_steem_dollars": 10000, + "permlink": "re-matthewtiii-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164951676z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 208190566 + }, + { + "abs_rshares": 0, + "active": "2016-09-08T02:05:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1358, + "beneficiaries": [], + "body": "You are absolutely right. I am not advocating we plug our ears. I am merely attempting to describe the nature of the world and society around us. For example, *I* wouldn't prevent someone from making new arguments because *I* value all challenges to my belief system. It is the challenges that help me grow. Over time my views have consistently evolved which means I am always open to new information.\n\nThose whose identity is tied up in their beliefs have a harder time accepting or tolerating different opinions. This aspect of human nature will cause most people to react in a way to censor those promoting ideas that conflict with their core beliefs of right and wrong. \n\nFor example, I suspect you would self-censor anyone threatening or inciting violence on a platform you controlled. Your opinion of that individual would be negatively impacted and you would likely stop doing business with them and encourage others to do the same.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-07T16:58:15", + "curator_payout_value": { + "amount": "360", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 883698, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T16:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "echoesinthemind", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164733046z", + "percent_steem_dollars": 10000, + "permlink": "re-echoesinthemind-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165815294z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "1092", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T23:49:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post is about me working through first principles of governance and censorship in a nonviolent society. \n\nThis certainly wasn't intended to be \"the answer\".", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T17:00:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 883718, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165033793z", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170024145z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T20:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1320, + "beneficiaries": [], + "body": "I'm going to dive into the need for secret polling of public opinion as a necessary precondition for breaking out of a situation where everyone is censoring just because everyone else is censoring even though no one really agrees with it anymore.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-07T17:05:18", + "curator_payout_value": { + "amount": "350", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 883761, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:05:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "samether", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170249214z", + "percent_steem_dollars": 10000, + "permlink": "re-samether-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170518440z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "1062", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:11:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 567, + "beneficiaries": [], + "body": "You are right. That will change going forward.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-09-07T17:24:09", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 883928, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t171427375z", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t172410067z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "455", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "14685717520412", + "active": "2016-09-15T18:18:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 770946, + "beneficiaries": [], + "body": "
http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg
\n\nMy recent article I presented a case that nonviolent censorship and shunning are both fundamental features a non-violent government. I made the case that it is entirely possible for non violent governments to have as much or even more power than their violent alternatives that exist today. Anytime there is sufficient consensus among the masses, social pressure can be much more powerful a motivator than any prison sentence. Sadly, social pressure can be manipulated and abused through propaganda to create negative outcomes.\n\n## Peer pressure usually operates in a pseudo pyramid (@gikitiki)\n\nThis concept is an accurate observation. There are leaders and followers and this is something that will always be true. It is almost clich\u00e9 in movies that some popular \u201cbully\u201d steers the opinion of their lackeys. People latch onto people and follow their opinions in an effort to improve their own social standing. \n\nIt takes some major event to dislodge the followers from a bully. The followers usually find a new leader and will blindly follow that leader. \n\n## People must own themselves (@williambanks) \n\nPeople need to form their own opinions. This is the crux of many similar arguments. In particular, if you don\u2019t take the time to derive your own opinion about someone then you are letting someone else control your thoughts. This is claimed to be the opposite of freedom and anarchy. You are still a slave if someone else draws your conclusions for you.\n\nWe all want people to think for themselves. It is the best defense against some psychopath gaining influence over the masses. It demonstrates that people are taking *personal responsibility*.\n\nWhen you have a system of organized coordinated shunning of people whom you have never met, then you have a system of government that has the potential to be abused. Whoever has the ability to manipulate the consensus algorithm has the power to make arbitrary law. The masses who have bought into the consensus algorithm will follow it off a cliff if they do not think for themselves.\n\n
http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg
\nLike Larken Rose states, the *belief in authority* is the root of all evil. Whether that authority is with a government or a blockchain based consensus algorithm. The moment people feel compelled to comply with an authority they become a tool to the system. \n\n## We need to Separate Ends from Means \n\nAnarchists frequently condemn statists for allowing the ends to justify the means. Statists are willing to tolerate violence so long as the end result is a mostly peaceful society. They have no guiding principle other than the outcome.\n\nWhen I set out to build a free society based upon the principle of nonaggression, the goal was to achieve \u201cgovernance without violence\u201d. When I present my case for how it might work, many anarchists are suddenly concerned about the potential *outcomes* of a society based only on nonviolence and free association (or disassociation). \n\nWithout lifting a finger to hurt someone, society still has the power to condemn a man and any who help him to death by economic shunning. This is an unacceptable outcome to many anarchists. Any system that is capable of coordinating this economic shunning would be perceived as a new threat: the new state.\n\nIn their mind they picture a utopia where there are no rulers or social forces acting on them in ways they do not like. They imagine a world of free thinking individuals who are universally tolerant. This kind of thinking is just as deranged as communists who think that one day everyone will be selfless and work for the common good. \n\n## Is Non Aggression Enough?\n\nIf we are to build a system the bring about a society structured as closely to our ideals as possible, then it may be the case that non-aggression is a necessary but insufficient principle. Imagine we succeeded in creating a world government based upon blockchain technology that had no police, prisons, or guns. Imagine that it had the support of the masses. \n\nNow imagine that the propaganda machine convinced the masses (via blockchain based economic incentives) to voluntarily shun everyone who refused a vaccine. Imagine that anyone who amassed a certain amount of wealth was also shunned if they didn\u2019t give it away to a socially acceptable cause? \n\n## Why there is nothing to Fear! \n\nFortunately we don\u2019t need to fear these potentially undesirable outcomes. Absent the fear of violence, any sufficiently large group of people who share a common belief would have the ability to form their own self-sustaining communities (effectively their own country). The pursuit of freedom and profit will drive people to separate from the herd mentality. \n\nAny kind of sustained shunning would be countered with underground movements where people secretly ignore the official consensus until enough people defect and the official consensus changes. \n\nThe power to shun is also the power to secede from the greater society to form your own smaller community. Free market competition among communities is what will drive all communities toward the most profitable social arrangements. \n\nSome people fear that these communities would eventually \"go to war\" against one another. This would not be the case if all communities had the nonaggression principle as the foundation of their own governance structure. \n\n## Division of Labor and Delegation of Responsibility\nIn order for any nonviolent community to scale beyond a couple dozen individuals, it is necessary for there to be a division of labor when it comes to reputation and policing the community. It is not practical for everyone to derive their own opinion of every other member. People must defer to someone they trust. \n\nThe reason we join societies and accept voluntary forms of governance (such as blockchain based voting), is because these societies and organizations provide us with more value than they take. These organizations may have elected officials that are granted the power to make rules. All that matters is that they do not have the power to use violence and aggression to enforce their rules.\n\nThis is what blockchain technology is all about, defining governance structures that people voluntarily consent to. Some communities have simple rules like immutable censorship free money transmission. Other communities have more complex rules like paying people for subjective work with a prohibition on plagiarism. Still other communities may set their aims on replacing insurance, justice, and other aspects of government with effective non-violent alternatives. \n\nWhat is clear is that for any community to scale, it must embrace division of labor and rely on algorithms to disintermediate reputation and coordinate social punishment.", + "cashout_time": "2016-10-08T23:22:15", + "category": "voluntarism", + "children": 34, + "children_abs_rshares": "14713073935231", + "created": "2016-09-07T21:21:18", + "curator_payout_value": { + "amount": "5947", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 886168, + "json_metadata": "{\"tags\":[\"voluntarism\",\"censorship\",\"government\",\"\"],\"image\":[\"http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg\",\"http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg\"]}", + "last_payout": "2016-09-08T23:22:15", + "last_update": "2016-09-07T21:21:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-23T05:40:54", + "net_rshares": -14026207487076, + "net_votes": 375, + "parent_author": "", + "parent_permlink": "voluntarism", + "percent_steem_dollars": 10000, + "permlink": "scalability-of-individual-responsibility-in-anarchy", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "scalability-of-individual-responsibility-in-anarchy", + "title": "Scalability of Individual Responsibility in Anarchy", + "total_payout_value": { + "amount": "619840", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "329755016668" + }, + { + "abs_rshares": 0, + "active": "2016-09-07T21:26:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "@skeptic If you followed your own principles, then I would create offensive articles and demand you publish them in your paper. When you fail to publish them (because your audience doesn't want to read it), then I will accuse you of censorship (your definition).\n\nIn my mind neither paper is censoring anyone. Your definition of censorship includes filtering of spam, phishing attempts, and fraudulent or inaccurate information.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-07T21:26:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 886218, + "json_metadata": "{\"tags\":[\"anarchy\"],\"users\":[\"skeptic\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T21:26:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dan", + "parent_permlink": "re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t191209975z", + "percent_steem_dollars": 10000, + "permlink": "re-dan-re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t212656326z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "1809333079431", + "active": "2016-09-08T22:11:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "DPOS is far more secure, even at low market caps. The cost to buy up the majority of the network would raise the market cap quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:47:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 895690, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-09-09T17:31:12", + "last_update": "2016-09-08T19:47:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "1809333079431", + "net_votes": 6, + "parent_author": "alexbulkin", + "parent_permlink": "scalability-of-value-in-decentralized-networks", + "percent_steem_dollars": 10000, + "permlink": "re-alexbulkin-scalability-of-value-in-decentralized-networks-20160908t194710667z", + "reward_weight": 10000, + "root_author": "alexbulkin", + "root_permlink": "scalability-of-value-in-decentralized-networks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "1809333079431" + }, + { + "abs_rshares": "14455720131", + "active": "2016-09-08T19:57:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "We are not adding the links.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:49:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 895716, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T21:35:57", + "last_update": "2016-09-08T19:49:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "14455720131", + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t193128325z", + "percent_steem_dollars": 10000, + "permlink": "re-ash-re-steemitblog-new-advanced-formatting-features-20160908t194936046z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "14455720131" + }, + { + "abs_rshares": 0, + "active": "2016-09-09T04:41:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 138, + "beneficiaries": [], + "body": "Interesting that you suggest this as it was the original design.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-09-08T19:57:12", + "curator_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 895775, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T00:44:06", + "last_update": "2016-09-08T19:57:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "calaber24p", + "parent_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "percent_steem_dollars": 10000, + "permlink": "re-calaber24p-revamping-curation-is-the-way-to-increase-steem-power-demand-20160908t195713476z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "title": "", + "total_payout_value": { + "amount": "108", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-08T20:04:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for offtopic spam.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-08T19:59:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 895799, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T21:35:57", + "last_update": "2016-09-08T19:59:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t195551031z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-steemitblog-new-advanced-formatting-features-20160908t195925396z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-12T13:49:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I felt this post was overvalued and the preview image may not be appreciated by a large portion of our audience.\n\nThe artwork is nice, you are very talented.", + "cashout_time": "1969-12-31T23:59:59", + "category": "art", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-09-09T17:16:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 903996, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "2016-09-10T07:02:03", + "last_update": "2016-09-09T17:16:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "katecloud", + "parent_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "percent_steem_dollars": 10000, + "permlink": "re-katecloud-a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud-20160909t171623715z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-09T17:31:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1106, + "beneficiaries": [], + "body": "Please add NSFW tag, there is a large portion of our readers who may not find this image *safe to view at work*.", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:26:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 904109, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-10T17:23:30", + "last_update": "2016-09-09T17:26:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "serejandmyself", + "parent_permlink": "the-one-who-haunts-me-an-original-poem", + "percent_steem_dollars": 10000, + "permlink": "re-serejandmyself-the-one-who-haunts-me-an-original-poem-20160909t172636154z", + "reward_weight": 10000, + "root_author": "serejandmyself", + "root_permlink": "the-one-who-haunts-me-an-original-poem", + "title": "", + "total_payout_value": { + "amount": "858", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 69721598, + "active": "2016-09-09T18:01:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Insurance companies don't want us healthy, they get their money one way or another. They are a middle man between people and their doctors that takes the majority of the profits.\n\nIf people were healthy then they may opt to go without insurance or only get catastrophic insurance.", + "cashout_time": "1969-12-31T23:59:59", + "category": "marijuana", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:33:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 904166, + "json_metadata": "{\"tags\":[\"marijuana\"]}", + "last_payout": "2016-09-10T17:00:30", + "last_update": "2016-09-09T17:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 69721598, + "net_votes": 5, + "parent_author": "jennane", + "parent_permlink": "how-weed-saved-my-husband", + "percent_steem_dollars": 10000, + "permlink": "re-jennane-how-weed-saved-my-husband-20160909t173348662z", + "reward_weight": 10000, + "root_author": "jennane", + "root_permlink": "how-weed-saved-my-husband", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 69721598 + }, + { + "abs_rshares": 0, + "active": "2016-09-09T18:03:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1125, + "beneficiaries": [], + "body": "Such a solar flair would take out the entire banking system and stock market as well. My guess is that the cryptocurrency would recover faster than the banking system.", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T17:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 904204, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-09-10T17:15:45", + "last_update": "2016-09-09T17:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "stealthtrader", + "parent_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "percent_steem_dollars": 10000, + "permlink": "re-stealthtrader-could-a-giant-solar-flare-take-out-all-cryptocurrency-20160909t173842408z", + "reward_weight": 10000, + "root_author": "stealthtrader", + "root_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "title": "", + "total_payout_value": { + "amount": "873", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "518460104548", + "active": "2016-09-10T07:07:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I cannot speak for other founders, but I can tell you I am firmly committed to finding free market solutions to securing life, liberty, and property. \n\nFounders need to be secure in their own life, liberty, and property in order to make long-term plans without fear of the day to day price movements. This means diversifying my own investments to make sure that regardless of what happens in the economy and/or steemit, I have the financial stability and safety net.\n\nIf 99% of your net worth was tied up in a speculative investment such as Steemit, do you think you would diversify? \n\nDiversification is *risk management* and has nothing to do with confidence and/or belief in any given platform. I believe very strongly in what we are doing here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-09T18:44:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 904693, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T05:00:51", + "last_update": "2016-09-09T18:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "518460104548", + "net_votes": 3, + "parent_author": "littlescribe", + "parent_permlink": "re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t054743393z", + "percent_steem_dollars": 10000, + "permlink": "re-littlescribe-re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t184422489z", + "reward_weight": 10000, + "root_author": "laonie", + "root_permlink": "my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "518460104548" + }, + { + "abs_rshares": "219425300857", + "active": "2016-09-14T20:21:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 963408, + "beneficiaries": [], + "body": "
\n\nhttp://www.thedigeratilife.com/images/market-emotions-2.jpg\n
\nSome people have suggested that we reduce the power down period to improve market liquidity. I have been thinking about the economics of this and wanted to share my thoughts. \n\n## Power Down Delay Slows Price Discovery \n\nPrice is the balance point between supply and demand at any given point in time. The Power Down restrictions have the impact of holding *Supply* off the market. Much of this *supply* wants to sell at today's price, but cannot. The reason it *wants to sell* is because those doing the selling have earned a *massive* profit in a short period of time. Their costs are next to nothing. They will continue to sell until the price falls low enough that it isn't worth selling. \n\nIf Steem Power were liquid, then the price would fall toward this equilibrium faster in a *race to the exits*. The people that dump first win (in the short term) and the rest lose (in the short term). There will always be a market value and the price will never go to 0 so long as there is at least one person who believes in the *potential value* of the platform. My experience with BitShares and dozens of other cryptocurrency projects is that nothing with any community behind it will fall to 0. Even simple Bitcoin clones that have been around for years and offer relatively little innovation with non-existent development teams (Doge, Peercoin, Namecoin) continue to be traded with $100K+ in daily volume with marketcap in the millions. \n\n## Power Down makes Cashout more Fair \n\nWith a power down system, everyone is forced to \"dollar-cost-average\" their selling over 2 years. This means that whales that might have cashed out $1M dollars at the height of the bubble were only able to cash out $50,000 at the high prices while they have watched their remaining Steem Power fall in value to $200,000. Their average \"cashout\" price will not be the height of the market, but the market average over 2 years. \n\nThis has pros and cons. In some sense it limits the ability of speculators to buy and sell over periods of a couple of months. Anyone speculating over more than a couple of days is paying a very large inflation tax. The loss of this speculative capital impacts the liquidity and potentially the price. We live in a world where traders want the ability to move to the next big thing and having capital tied up in the *last big thing* is a much riskier proposition. \n\n## Author Rewards\n\nAuthor Rewards are also designed to delay cashout by paying in Steem Dollars. You could sell immediately at a loss, or you could \"trust and wait\" and make more. As the price falls, the market value of the immediate author rewards also falls, but this is *OK*. Authors looking for a quick buck need to go elsewhere. Meanwhile, those who stay and work to grow the long-term value of the platform will gain in Steem Power. When the value of the platform finally grows as a result of years of effort they will be the new whales. \n\nYou may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we grow the platform to Bitcoin scale. If we grow to Facebook scale it will be worth $4000. \n\n## Starting a Company\nThose who start a company are paid in shares that are worthless. They cannot be sold on the market until one day in the distant future the company is successful and has an IPO. The present value of the shares isn't what the entrepreneurial employees care about, it is the future value. \n\nLikewise, a farmer who spends millions of dollars on land, equipment, and seeds works day in and day out in the hope that his farm will eventually produce a crop worth enough to justify his time and effort. The farmer is in the red clear up until the day he brings his harvest to market. \n\nDon't join Steemit for the quick buck. Be glad there is someone willing to pay such high prices for a stake in Steem today. Don't fear the fall in market value, look at the incredible amounts people are still earning. Don't look at what you have today, look at what you could have in the future. \n\nSteem is in the early adopter phase, those who work hard and help pull this platform forward will reap what they sow. \n\n\n## Changing the Power Down Period\n\nIf we were to reduce the Power Down period from 2 years to 1 year or even 6 months, this would dramatically increase the net present value of Steem Power while simultaneously increase the amount of liquid Steem on the market in the short term. The end result would be faster price discovery, but no one can say whether the new price will be higher or lower than the old price. \n\nSome people speculate that value that is 2+ years in the future is discounted to near 0 value today (especially in the world of cryptocurrency). This means that longer time horizons have diminishing marginal utility when it comes to encouraging voters to behave in the long-term best interest of the platform.\n\n## Emotional Response \n\nDespite all the logic in the world, humans have irrational feelings with respect to profit and loss. Slow steady growth *feels* much better than *rapid rise* followed by *slow steady decline* even if both curves end up at the same final value (long term growth). I for one prefer a slow steady rise, but that isn't possible until after the *rapid rise* has fully corrected and realigned. This will take time and won't happen until after fear, desperation, panic, and despondency set in.\n\nThose who know about this emotional roller coaster can ride the waves and maximize their profit, but most people give in to their irrational emotional side and buy high and sell low. My preference is to sell high and buy low. \n\nDon't let the market price set your opinion on the value of a platform, instead make rational buy / sell decisions that factor in both short-term trends and long-term value. This applies to any investment you might consider.", + "cashout_time": "2016-10-11T00:02:18", + "category": "steem", + "children": 144, + "children_abs_rshares": "2905793381813", + "created": "2016-09-09T19:39:15", + "curator_payout_value": { + "amount": "10473", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 905106, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http://www.thedigeratilife.com/images/market-emotions-2.jpg\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T19:39:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-25T04:22:33", + "net_rshares": "211976552942", + "net_votes": 484, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "justification-for-104-week-power-down", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "Justification for 104 week Power Down", + "total_payout_value": { + "amount": "738932", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "219270118609" + }, + { + "abs_rshares": 0, + "active": "2016-09-10T21:43:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 1353, + "beneficiaries": [], + "body": "They aren't \"forced\", it is the terms. They earn influence and have a vested interest in the success of the platform rather than just an immediate payout.\n\nWhy do employers pay their employees in both vesting options and salary?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-09-09T20:34:06", + "curator_payout_value": { + "amount": "339", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905582, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T20:34:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "james-show", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t201414796z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-dantheman-justification-for-104-week-power-down-20160909t203406976z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "", + "total_payout_value": { + "amount": "1037", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-09T20:49:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "To be clear, we are not suggesting to change this. I was defending the original design. The people calling for a change of this are off base.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-09T20:49:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 905742, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T20:49:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "moonguy", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t200645246z", + "percent_steem_dollars": 10000, + "permlink": "re-moonguy-re-dantheman-justification-for-104-week-power-down-20160909t204951730z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-10T19:55:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I read the article and was honestly surprised when I got to the bottom and saw it was written by @larkenrose! \n\nVery well put together.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-10T13:59:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 911543, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"larkenrose\"]}", + "last_payout": "2016-09-11T13:57:09", + "last_update": "2016-09-10T13:59:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "larkenrose", + "parent_permlink": "supply-and-demand-steemit-style", + "percent_steem_dollars": 10000, + "permlink": "re-larkenrose-supply-and-demand-steemit-style-20160910t135933357z", + "reward_weight": 10000, + "root_author": "larkenrose", + "root_permlink": "supply-and-demand-steemit-style", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-11T16:43:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 173, + "beneficiaries": [], + "body": "Sbd doesn't fall at that rate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-11T16:27:12", + "curator_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 922988, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-12T17:15:45", + "last_update": "2016-09-11T16:27:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jrcornel", + "parent_permlink": "re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162516062z", + "percent_steem_dollars": 10000, + "permlink": "re-jrcornel-re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162714012z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "tuesday-onwards-of-author-rewards-to-be-paid-in-steem", + "title": "", + "total_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-12T15:13:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting... looks like they are being rate limited which means we need to increase account registration funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-12T15:13:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 931465, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-13T16:39:15", + "last_update": "2016-09-12T15:13:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ibringawareness", + "parent_permlink": "re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t145407673z", + "percent_steem_dollars": 10000, + "permlink": "re-ibringawareness-re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t151350711z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-13T22:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 67, + "beneficiaries": [], + "body": "Your understanding of the change is also lacking. \n\nThere are good reasons for the change, but explaining it and getting community buy in would take longer than a week. We also didn't want to put witnesses in the uncomfortable position of having a controversial change bundled in with so many other obvious and non-contraversial changes.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-09-13T15:42:48", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 941253, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T16:47:45", + "last_update": "2016-09-13T15:42:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sigmajin", + "parent_permlink": "re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t153557534z", + "percent_steem_dollars": 10000, + "permlink": "re-sigmajin-re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154250511z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-13T16:24:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your time wasn't wasted. It provided valuable communication and education for many people.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-13T15:45:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 941272, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T16:47:45", + "last_update": "2016-09-13T15:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "cryptomental", + "parent_permlink": "re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t151836643z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptomental-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154502285z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-13T20:09:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 202, + "beneficiaries": [], + "body": "The prior month stats were corrupted by a bug that has been fixed. It will be good to see more stats like this going forward.\n\nMaxed out blocks are most likely caused by large posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-09-13T15:54:39", + "curator_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 941376, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-14T16:25:09", + "last_update": "2016-09-13T15:54:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "masteryoda", + "parent_permlink": "steem-blocksize-report-2", + "percent_steem_dollars": 10000, + "permlink": "re-masteryoda-steem-blocksize-report-2-20160913t155438893z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steem-blocksize-report-2", + "title": "", + "total_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-14T02:42:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 81062, + "beneficiaries": [], + "body": "Good job gathering statistics. I would like to point out some extra facts for those concerned about the fall in diversity of miners.\n\n## 50+ Runner Up Witnesses \n\nIn addition to the top 19 witnesses, there are over 50 accounts that produce blocks at least once per day if not many times per hour. Combine this with the top 19 witnesses and the top two miners and you get over 70 unique individuals producing blocks on a daily basis. \n\nTo put this in perspective, there can be at most 144 unique individuals producing blocks on a daily basis with Bitcoin. In any given hour only 6 unique individuals produce and validate Bitcoin blocks, whereas Steem has at least 30+ unique individuals per hour (maybe much more, I didn't actually count). \n\nThe numbers 144 and 6 are assuming all blocks are produced by *different people*, but in reality only 9 unique individuals (pools) confirm blocks each day. In any given hour less than 5 people confirm blocks because some pools get lucky and produce twice in the same hour. Imagine rolling a 9 sided die 6 times, [the probability that a given hour will have the same pool selected twice is 90%](https://lazycackle.com/birthday-problem-calculator.html).\n\n## Purpose of Proof of Work \n\nThe purpose of Proof of Work is to make the blockchain computationally expensive to forge. Regardless of how many unique individuals are mining, we know that a certain number of calculations must be performed for a given proof of work threshold. \n\nSomeone who implements a GPU algorithm is able to perform these calculations more cheaply than someone with a CPU. This increases their profit margins. The market always responds when someone is earning guaranteed oversized profits. Right now the proof of work is rewarding those who did the *programing work* necessary to increase computations. \n\n## Transactions as Proof of Stake \n\nEvery user who uses the blockchain is also participating in directly confirming the current blockchain state. Each transaction includes the block ID of a recent block. A forged chain would be unable to migrate all of the user activity and therefore is easily identifiable by simply looking at the stake-weighted average time since each account last transacted. \n\nSteem is secure, the market for computational power is functioning, things will evolve just as they did with Bitcoin. One day there may even be ASIC miners.", + "cashout_time": "1969-12-31T23:59:59", + "category": "mining", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-09-13T16:17:30", + "curator_payout_value": { + "amount": "65", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 941581, + "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https://lazycackle.com/birthday-problem-calculator.html\"]}", + "last_payout": "2016-09-14T16:10:27", + "last_update": "2016-09-13T16:27:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "arcange", + "parent_permlink": "the-end-of-steem-cpu-mining-update-2", + "percent_steem_dollars": 10000, + "permlink": "re-arcange-the-end-of-steem-cpu-mining-update-2-20160913t161730780z", + "reward_weight": 10000, + "root_author": "arcange", + "root_permlink": "the-end-of-steem-cpu-mining-update-2", + "title": "", + "total_payout_value": { + "amount": "52446", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-14T19:58:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think this is the power of blockchains, they cut down on the potential for disagreement about the state.", + "cashout_time": "1969-12-31T23:59:59", + "category": "unity", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-14T15:34:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 950233, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "2016-09-15T15:07:06", + "last_update": "2016-09-14T15:34:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "krnel", + "parent_permlink": "unity-and-knowledge", + "percent_steem_dollars": 10000, + "permlink": "re-krnel-unity-and-knowledge-20160914t153436683z", + "reward_weight": 10000, + "root_author": "krnel", + "root_permlink": "unity-and-knowledge", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-14T22:40:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "So your stance is that I am paranoid with respect to manipulation of the markets. Maybe the problem isn't that I am paranoid, but that people expect a tighter peg than is reasonable for such a young market?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-09-14T20:08:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 952226, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T19:28:54", + "last_update": "2016-09-14T20:08:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-biophil-sbd-conversion-should-be-cancelable-20160914t164955349z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-biophil-sbd-conversion-should-be-cancelable-20160914t200843808z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "sbd-conversion-should-be-cancelable", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "3551541190723", + "active": "2016-09-15T17:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "They should be hidden in there too. I will have the team get that done asap.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-abuse", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-09-15T13:52:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 958086, + "json_metadata": "{\"tags\":[\"steemit-abuse\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T13:52:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "3551541190723", + "net_votes": 23, + "parent_author": "beanz", + "parent_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "percent_steem_dollars": 10000, + "permlink": "re-beanz-petition-to-take-down-earnest-fao-dan-and-ned-20160915t135233694z", + "reward_weight": 10000, + "root_author": "beanz", + "root_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": "8675629220295941297", + "vote_rshares": "3551541190723" + }, + { + "abs_rshares": 60082961, + "active": "2016-09-15T16:46:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "dantheman", + "author_rewards": 0, + "beneficiaries": [], + "body": "Assuming we all interpret it the same way.", + "cashout_time": "1969-12-31T23:59:59", + "category": "unity", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-15T16:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 959652, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T16:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 60082961, + "net_votes": 1, + "parent_author": "noganoo", + "parent_permlink": "re-krnel-true-unity-is-based-in-morality-20160915t101632235z", + "percent_steem_dollars": 10000, + "permlink": "re-noganoo-re-krnel-true-unity-is-based-in-morality-20160915t164644431z", + "reward_weight": 10000, + "root_author": "krnel", + "root_permlink": "true-unity-is-based-in-morality", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": "277079589248879", + "vote_rshares": 60082961 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T23:08:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit1", + "author_rewards": 0, + "beneficiaries": [], + "body": "#Five-person #meetup #bounty accomplished! Random reward of 500 Steem sent!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T22:21:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 42409, + "json_metadata": "{\"tags\":[\"Five-person\",\"meetup\",\"bounty\",\"steemit\"]}", + "last_payout": "2016-08-21T08:46:54", + "last_update": "2016-07-06T22:21:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "edgeland", + "parent_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "percent_steem_dollars": 10000, + "permlink": "re-edgeland-knoxville-blockchain-enthusiasts-meetup-1st-follow-up-20160706t222105825z", + "reward_weight": 10000, + "root_author": "edgeland", + "root_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T06:53:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit3", + "author_rewards": 317261, + "beneficiaries": [], + "body": "After conducting further analysis and following hack containment procedures, Steemit has been able to narrow the potential number of compromised accounts. We can now announce that in the past few hours, the Steemit team has been able to coordinate with elected witnesses to secure potentially compromised accounts with balances exceeding $100 US. As a result, we can ensure these accounts are restored to their rightful owners. This process has been completed.\n\nWithin the next 48 hours, Steemit will begin to allow all newly secured accounts to reset their passwords simply by logging in with the same Facebook or Reddit credentials that were used to register in the first place. This easy process will work for the vast majority of the potentially compromised accounts. All of these account holders will regain full access to their funds and their original account name. \n\nIf your user account was not created through Facebook or Reddit, Steemit asks that you contact our support team at contact@steemit.com. We will be able to provide you an alternate solution. If you have any additional concerns about your account, please contact our support team as well.\n\nThe Bittrex team is completing analysis of our wallet. Once it has passed their rigorous compliance checks, they will reopen the wallet for deposits and withdrawals.\n\n## To all Steemit users:\n\n If you have not done so already, please reset your account passwords. We ask this to ensure that everyone's account is secure. Remember that each account has 3 keys: an Owner Key, an Active Key, and a Posting Key. We recommend following best security practices by choosing unique passwords for each of these keys. This will allow you to safely use steemit.com with your Posting password.\n\nAs mentioned earlier, any Steem or Steem Dollars stolen from compromised accounts will be fully refunded by Steemit.\n\nThank you all for your patience and support through this process and for your wonderful contributions to Steemit.\n\n-Ned\n\n[Previous Update Here](/steemit/@steemitblog/important-security-announcement-steemit-ceo-ned-scott)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 118, + "children_abs_rshares": 0, + "created": "2016-07-15T04:44:39", + "curator_payout_value": { + "amount": "62002", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 82679, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"]}", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T05:04:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 630, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "title": "First Update to July 14 Security Announcement from Steemit CEO Ned Scott", + "total_payout_value": { + "amount": "535338", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T19:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steemit3", + "author_rewards": 733351, + "beneficiaries": [], + "body": "Steemit is proud to announce that account recovery is now available for community members whose accounts were compromised during the July 14 hack. To recover your account you will need to complete the following four steps:\n\n1. Click the \"Account Recovery\" [link](/recover_account_step_1) at the bottom of this update.\n2. Enter your old Password.\n3. Login via Facebook, Reddit, or provide your email address.\n4. Enter your old Password again, and then provide your New Password twice.\n\nIf you logged in with Facebook or Reddit your account will be immediately restored. Steemit will contact everyone else with additional confirmation instructions.\n\nSteemit will be unable to recover your account unless you know a password that was valid within the past 30 days.\n\nPlease note that due to our implementation of enhanced blockchain security, new passwords must be 32 characters long. Ensure you use a combination of upper and lower case letters, numbers, and symbols. We recommend using a [password manager (pcmag.com)](http://www.pcmag.com/article2/0,2817,2407168,00.asp).\n\n\n## Returning Stolen Steem and Steem Dollars\n\nThe Steemit team is finalizing its analysis of the cyber attack and determining exactly how much Steem and Steem Dollars were stolen from each account. Once we have completed the full account of lost tokens, we will reimburse every compromised user as promised.\n\nThank you all again for your ongoing patience and commitment to the Steemit community as we process your requests. We are profoundly grateful.\n\n[Start Account Recovery](/recover_account_step_1)\n\n-- Ned", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 219, + "children_abs_rshares": 0, + "created": "2016-07-19T20:09:57", + "curator_payout_value": { + "amount": "231498", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 143993, + "json_metadata": "{\"tags\":[\"steemit\",\"accountrecovery\",\"\"],\"links\":[\"http://www.pcmag.com/article2/0,2817,2407168,00.asp\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T20:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 643, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "reward_weight": 10000, + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "Third Update to July 14th Security Announcement - Account Recovery Begins", + "total_payout_value": { + "amount": "2640057", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T18:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 2909, + "beneficiaries": [], + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But mom's certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for mom's but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-25T17:46:09", + "curator_payout_value": { + "amount": "1248", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 254780, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T18:24:09", + "last_update": "2016-07-25T17:46:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 34, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "steemit-is-addressing-an-interesting-economics-problem", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", + "total_payout_value": { + "amount": "10439", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 975930, + "beneficiaries": [], + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But moms certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for moms but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 52, + "children_abs_rshares": 0, + "created": "2016-07-25T18:53:12", + "curator_payout_value": { + "amount": "70269", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 256108, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"economics\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T18:53:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 323, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", + "total_payout_value": { + "amount": "3502612", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T19:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "No, I guess someone else used the same title, or I used their title without realizing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T19:08:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 256432, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T19:08:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "trogdor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190227875z", + "percent_steem_dollars": 10000, + "permlink": "re-trogdor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190847475z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T19:35:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"Money creation was only in the hands of central banks...\"\nGreat points about the democratization of money creation. Since the money is created by someone who directly values what is produced, we can be more certain of its value. The central bank has to rely on estimates of macroeconomic performance. A crude approach at best.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T19:35:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 256948, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T05:50:12", + "last_update": "2016-07-25T19:35:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jako", + "parent_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "percent_steem_dollars": 10000, + "permlink": "re-jako-why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin-20160725t193507538z", + "reward_weight": 10000, + "root_author": "jako", + "root_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think GDP is conflated with standard of living. It even appears in indexes which try to measure quality of life in various countries. But as you indicate, it shouldn't be used this way. By having a platform like Steemit, where value creation and rewards are closely linked, the measure of that value becomes much clearer. It can make possible a future GDP calculation which accurately describes quality of life as judged by real people.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-25T20:40:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 258170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T20:40:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liberosist", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t193034842z", + "percent_steem_dollars": 10000, + "permlink": "re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t203959355z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:45:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T12:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 269200, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T08:13:27", + "last_update": "2016-07-26T12:36:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "timcliff", + "parent_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", + "percent_steem_dollars": 10000, + "permlink": "re-timcliff-steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community-20160726t123610078z", + "reward_weight": 10000, + "root_author": "timcliff", + "root_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:51:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes, thanks, I replied in your post as follows:\n"Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services."", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T12:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 269237, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-26T12:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "timcliff", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t022316010z", + "percent_steem_dollars": 10000, + "permlink": "re-timcliff-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t123912663z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T13:10:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "It's hard to tell given how new all of this is. We have to let transient effects die down before really appraising the economic model. But, folks seem to be selling their SBD now and it hasn't disrupted anything as far as I can tell. Clearly the price will go down if more is sold, but that's to be expected. In the end we'd expect some sort of balance between buyers and sellers, as in any market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T13:10:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 291005, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:10:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bhokor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t105019977z", + "percent_steem_dollars": 10000, + "permlink": "re-bhokor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t131039211z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T13:28:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great question and, unfortunately, I don't have a great answer. I think, however, that an economic value judgment produced in a smaller community that creates its own currency is more accurate than, say, a central bank doing it on the basis of aggregate transactions for the whole economy. And, in the case of blogging, the central bank would traditionally not even consider it economic activity because it is unpaid. Can the smaller group be wrong? Of course. Can they be controlled by influential individuals? Yes. All human groups can have these flaws. The model here is still being tested but it looks like progress and decentralization is usually a good thing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T13:28:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 291362, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:28:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "positive", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t182949310z", + "percent_steem_dollars": 10000, + "permlink": "re-positive-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t132842958z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T20:05:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for a very clear and readable presentation!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T13:31:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 291415, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:39:54", + "last_update": "2016-07-27T13:31:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mahekg", + "parent_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "percent_steem_dollars": 10000, + "permlink": "re-mahekg-know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post-20160727t133154927z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the link, good material, and a very useful distinction to make. Btw, I'm also a big fan of the Hans Rosling view of the world.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T12:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 333283, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-29T12:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liberosist", + "parent_permlink": "re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t205715442z", + "percent_steem_dollars": 10000, + "permlink": "re-liberosist-re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160729t122217437z", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-15T03:13:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "bavak", + "author_rewards": 235811, + "beneficiaries": [], + "body": "\n

Recently, a young engineer asked me for some general advice about starting out in the workplace. He was starting his first job as a mechanical/aerospace engineering trainee with a large organization. I'm 50 and have been an engineer (or engineering manager) all my working life. Fwiw, I thought I'd share what I told him with you:

\n

This is standard stuff but I find that it works pretty well in practice:

\n

1) Be extremely responsive to the folks you work for at the new company. You can think of them as your clients. And no matter what their official rank, think of everyone as your client.

\n

2) Your goal is to add value to the organization and you may have to do jobs outside your field of interest or expertise. Jobs you may think of as beneath you. Do them anyway and do them enthusiastically. People will notice.

\n

3) Disregard a workplace culture which distracts you from actual work. Even if no one seems to care, you are there to work and if you do, it will be noticed. It's ok to be friendly and chat with your coworkers and neighbors, but maintain a general attitude of always wanting to get things done.

\n

4) Avoid office politics. This is hard to do, especially as your career progresses, but try hard to do it. There is no way to navigate the political waters of an unknown organization and come out ahead. The best way to do this is by not taking sides, maintaining an objective focus, not talking about others, and pretending a general unawareness of whatever political situation is being offered for comment.

\n

5) Get along with people. Be friendly and always willing to help. Be especially sensitive about issues of discrimination or other legal policies of the company. Remember that the company may be filled with many people of differing ethnic, religious, and cultural backgrounds. You are expected to get along with all of them. Breaking these rules, btw, can lead to a very quick dismissal.

\n

6) Learn as much as you can about the company and the technology you are working on. Trainees are often dismissed because it is assumed they don't know much and don't want to learn. Break out of that mold.

\n

7) Try to relate what you are doing on the job to what you learned in school. If you didn't take a class in the area you are working in, try to educate yourself through books, the internet, etc. There is usually a fundamental textbook or theory behind what they are doing. It pays to learn it.

\n

Just remember, companies are usually quite willing to invest in their promising young workers. So being identified as promising is what you need to do.

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-13T21:08:00", + "curator_payout_value": { + "amount": "23116", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 590843, + "json_metadata": "{\"tags\":[\"business\"]}", + "last_payout": "2016-09-13T09:18:36", + "last_update": "2016-08-13T21:08:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 66, + "parent_author": "", + "parent_permlink": "business", + "percent_steem_dollars": 10000, + "permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "reward_weight": 10000, + "root_author": "bavak", + "root_permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "title": "Advice to a young engineer starting with a new company", + "total_payout_value": { + "amount": "407952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T02:12:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 8935, + "beneficiaries": [], + "body": "Geo Engineering has been used since the 1940s to cover up global warming. Today's materials are highly toxic to the environment. It is a public health hazard. Geo Engineering causes global warming in many ways including causing damage to the ozone and killing plankton. Nano-scale aluminum is a free-formed man made aluminum not found in nature. Well, it is now. The only clear link is the air plains. This is why people are so much against Geo Engineering. Just because Oxy may help a patient with arthritis feel less pain does not mean there will not be dire consequences and an advancement of the disease.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T02:12:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 55273, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-13T07:31:36", + "last_update": "2016-07-11T02:12:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "metropolit", + "parent_permlink": "re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160707t110701907z", + "percent_steem_dollars": 10000, + "permlink": "re-metropolit-re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160711t021222738z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so", + "title": "", + "total_payout_value": { + "amount": "17064", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T02:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "The idea is to become unbanked...", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-11T02:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 55280, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T07:08:27", + "last_update": "2016-07-11T02:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160707t224511407z", + "percent_steem_dollars": 10000, + "permlink": "re-cool-re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160711t021404816z", + "reward_weight": 10000, + "root_author": "cool", + "root_permlink": "my-suggestions-for-steemit-july-6-2016", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:57:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "
\n

bold italic strike code 

\n
    \n
  • ul
  • \n
\n
    \n
  1. num2
  2. \n
\n
quote
\n

link

\n

\n

normal

\n

header large

\n

header medium

\n

header small

\n
code block 2
\n


\n
", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T17:49:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 62625, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://duckduckgo.com/assets/dax-alt.svg\"],\"links\":[\"https://duckduckgo.com/\"]}", + "last_payout": "2016-08-14T07:08:18", + "last_update": "2016-07-13T20:57:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -799640750087, + "net_votes": 1, + "parent_author": "", + "parent_permlink": "test", + "percent_steem_dollars": 10000, + "permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "title": "Test post (will flag): Rich text editor format, this is to test backwards compatibility with posts...", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 1348, + "beneficiaries": [], + "body": "Lol.. Sounds like a lot of work. If they do well enough that is it really so bad?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T13:49:09", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 68666, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T19:29:30", + "last_update": "2016-07-13T13:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "timotirado", + "parent_permlink": "re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t132323974z", + "percent_steem_dollars": 10000, + "permlink": "re-timotirado-re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t134909394z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "it-s-official-females-dominates-males-on-steemit", + "title": "", + "total_payout_value": { + "amount": "946", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T14:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemit and crypto at large is a stride in that direction. There is a movement to create a Universal Base Income which may show a better distribution of wealth. One project is called http://aboutcircles.com/ .. It would be nice to see that take off. The Steemit community could, for example, form a group on the about circles chain to give UBI money more spending power. Or Steemit could pickup a project like UBI and make it slick, inexpensive, and faster...", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T14:38:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 69055, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://aboutcircles.com/\"]}", + "last_payout": "2016-08-14T14:42:06", + "last_update": "2016-07-13T14:38:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kingjohal", + "parent_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "percent_steem_dollars": 10000, + "permlink": "re-kingjohal-how-poverty-changes-your-brain-can-steemit-help-the-poor-20160713t143814992z", + "reward_weight": 10000, + "root_author": "kingjohal", + "root_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T20:12:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Accounts can't get banned.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T20:12:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 72217, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T13:13:30", + "last_update": "2016-07-13T20:12:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hien-tran", + "parent_permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t141429822z", + "percent_steem_dollars": 10000, + "permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t201220669z", + "reward_weight": 10000, + "root_author": "hien-tran", + "root_permlink": "help-me-i-can-not-login-to-my-steemit-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T17:13:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "
Can you see a blue pill?
\n \"\"\n
Caption


Or a red pill?

", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-13T21:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 72620, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://steemit.com/ipfs/QmXJShecaM2pvkcax4Lt6h3Q6wBn1ZhESB6dFkfwSPLuN4\"]}", + "last_payout": "2016-08-23T22:01:30", + "last_update": "2016-07-13T21:06:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "", + "parent_permlink": "test", + "percent_steem_dollars": 10000, + "permlink": "testing-image-upload", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "testing-image-upload", + "title": "Testing image upload", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T12:22:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 820, + "beneficiaries": [], + "body": "But I will not be installing it....\n\nhttp://i.imgsafe.org/d4f3207742.png\n\n>\"One of the first big milestones in this transformation took place in November 2004 when Google acquired a tiny and little-known 3-D mapping startup called Keyhole Inc. Google paid an undisclosed sum for the company, immediately absorbed it, and began turning its tech into what we now know as Google Earth. The acquisition would have gone unnoticed, had it not been for one not-so-tiny detail: Keyhole Inc was part-owned by the CIA and the \"National Geospatial-Intelligence Agency\" (NGA), a sister agency to the NSA. Keyhole Inc also had one major client base: US military and intelligence agencies.\"\nhttps://pando.com/2015/07/01/cia-foia-google-keyhole/\n\nhttp://i.imgsafe.org/d512a93616.jpg\n\nhttp://fm.cnbc.com/applications/cnbc.com/resources/files/2016/07/27/How-Pokemon-Go-Started-infographic-anna-vital.png", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-31T01:22:21", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 365176, + "json_metadata": "{\"tags\":[\"meme\"],\"image\":[\"http://i.imgsafe.org/d4f3207742.png\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T01:22:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 21, + "parent_author": "", + "parent_permlink": "meme", + "percent_steem_dollars": 10000, + "permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "title": "All of the sudden I caught Pokemon GO fever! I'm suddenly very interested in this little app...", + "total_payout_value": { + "amount": "2270", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T01:58:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting... You should search for Zika Virus Propaganda. I can recommend to not bother with google if you do this. We know they are trying to push dangerous vaccines. The evidence is alarming, but will people take the time to investigate it..\n\nhttps://duckduckgo.com/?q=zika+virus+propaganda", + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T01:58:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 365539, + "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https://duckduckgo.com/?q=zika+virus+propaganda\"]}", + "last_payout": "2016-08-30T13:57:15", + "last_update": "2016-07-31T01:58:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptocurrency1", + "parent_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "percent_steem_dollars": 10000, + "permlink": "re-cryptocurrency1-sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak-20160731t015807284z", + "reward_weight": 10000, + "root_author": "cryptocurrency1", + "root_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T12:15:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Another article mentioned this:\n>### Don't Be Evil\n>The most obvious question is: What prompted the acquisition? Did Google buy Keyhole -- and take on all its military contracts and NatSec liabilities -- because it badly needed its 3D mapping technology? Or did Google see the acquisition as a convenient way of getting into the military contracting business? Was there any internal discussion in the company about the benefits and pitfalls of absorbing a startup so closely tied with the CIA and the Pentagon? - [source](https://pando.com/2015/07/01/cia-foia-google-keyhole/)", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T12:15:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 370389, + "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https://pando.com/2015/07/01/cia-foia-google-keyhole/\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T12:15:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mr11acdee", + "parent_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "percent_steem_dollars": 10000, + "permlink": "re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t121552607z", + "reward_weight": 10000, + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Can you put the good ones in a starter kit with directions and sell it to me?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:48:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 434031, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T07:49:12", + "last_update": "2016-08-03T19:48:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "honore", + "parent_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "percent_steem_dollars": 10000, + "permlink": "re-honore-my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years-20160803t194853929z", + "reward_weight": 10000, + "root_author": "honore", + "root_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:57:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "I would love to see an article like this go into GcMAF and Nagalase. This is just because I have a hunch we are going to be hearing more about these in the future. Would be nice to get a base-line knowledge and term familiarity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:54:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 434123, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:55:33", + "last_update": "2016-08-03T19:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "feedthemachine", + "parent_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "percent_steem_dollars": 10000, + "permlink": "re-feedthemachine-don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker-20160803t195450647z", + "reward_weight": 10000, + "root_author": "feedthemachine", + "root_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T21:07:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 19, + "beneficiaries": [], + "body": "That is great! Did you really have to ask permission from Ned and Dan on the art? Is that decentralized? lol", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T20:38:45", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 482566, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T12:01:42", + "last_update": "2016-08-06T20:39:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "percent_steem_dollars": 10000, + "permlink": "re-steemdrive-steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa-20160806t203845694z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T12:44:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "Can we get verification please? Can you just publish something on your domain or another media channel? Not sure what you look like but I suppose you can do a picture with a Steemit sign. Welcome, really an honor to see your name again. You have a daughter right? How is she doing? Healthy and smart I bet!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T12:44:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 506757, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T05:28:12", + "last_update": "2016-08-08T12:44:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "stormcloudgather", + "parent_permlink": "stormcloudsgathering", + "percent_steem_dollars": 10000, + "permlink": "re-stormcloudgather-stormcloudsgathering-20160808t124447310z", + "reward_weight": 10000, + "root_author": "stormcloudgather", + "root_permlink": "stormcloudsgathering", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T20:09:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL.. you and Jeff thought you would be free from the burn! Remember, their are Sheep as far as they eye can see! Don't worry, the bulk of the share holders hold either an open mind or support you. It is no different here, we need to wake people up they don't understand you and Jeff and why it is important. If they did they would be a whole not more tolerant of the small stuff. Just be professional and put your energy into positive stuff and let this distraction fade away. We don't need to explain the indoctrination many people suffer from, I'm sure you know this well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T20:01:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 546147, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukewearechange", + "parent_permlink": "re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175027014z", + "percent_steem_dollars": 10000, + "permlink": "re-lukewearechange-re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200110378z", + "reward_weight": 10000, + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T20:06:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "mr11acdee", + "author_rewards": 0, + "beneficiaries": [], + "body": "I like it when people are warned: Don't expect to make anything, many posts make a penny. Then add some tips..", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T20:06:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 546241, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:06:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukewearechange", + "parent_permlink": "re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175435875z", + "percent_steem_dollars": 10000, + "permlink": "re-lukewearechange-re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200649606z", + "reward_weight": 10000, + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T04:57:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 56800, + "beneficiaries": [], + "body": "Yup, I bet you get all of Amanda's interviews from now on lol\n\nShe's 1000 times better with a script.\n\nEventually she'll come around to Steem, BitShares and the Graphene technology.", + "cashout_time": "1969-12-31T23:59:59", + "category": "dash", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T04:54:15", + "curator_payout_value": { + "amount": "2314", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37450, + "json_metadata": "{\"tags\":[\"dash\"]}", + "last_payout": "2016-08-17T08:36:03", + "last_update": "2016-07-04T04:55:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "piedpiper", + "parent_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "percent_steem_dollars": 10000, + "permlink": "re-piedpiper-amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions-20160704t045415372z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "title": "", + "total_payout_value": { + "amount": "13176", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:47:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 276, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38946, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-18T03:32:03", + "last_update": "2016-07-05T00:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "seiznem", + "parent_permlink": "just-started-on-steemit-please-help", + "percent_steem_dollars": 10000, + "permlink": "re-seiznem-just-started-on-steemit-please-help-20160705t004741940z", + "reward_weight": 10000, + "root_author": "seiznem", + "root_permlink": "just-started-on-steemit-please-help", + "title": "", + "total_payout_value": { + "amount": "64", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T00:56:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "cashout_time": "1969-12-31T23:59:59", + "category": "fintech", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T00:56:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38958, + "json_metadata": "{\"tags\":[\"fintech\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:56:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", + "percent_steem_dollars": 10000, + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005609132z", + "reward_weight": 10000, + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T01:02:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T01:02:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 38966, + "json_metadata": "{\"tags\":[\"me\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T01:49:03", + "last_update": "2016-07-05T01:02:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "powerwizard", + "parent_permlink": "hi-everyone", + "percent_steem_dollars": 10000, + "permlink": "re-powerwizard-hi-everyone-20160705t010243102z", + "reward_weight": 10000, + "root_author": "powerwizard", + "root_permlink": "hi-everyone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T02:16:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 131, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T02:16:48", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 39048, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T20:05:00", + "last_update": "2016-07-05T02:16:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "norbu", + "parent_permlink": "re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t012231863z", + "percent_steem_dollars": 10000, + "permlink": "re-norbu-re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t021646678z", + "reward_weight": 10000, + "root_author": "norbu", + "root_permlink": "hi-steemer-s-a-big-hello-from-the-himalayas", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T02:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "wtf", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T02:38:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39073, + "json_metadata": "{\"tags\":[\"wtf\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T04:00:48", + "last_update": "2016-07-05T02:38:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kingg", + "parent_permlink": "well-we-see-how-this-works", + "percent_steem_dollars": 10000, + "permlink": "re-kingg-well-we-see-how-this-works-20160705t023847869z", + "reward_weight": 10000, + "root_author": "kingg", + "root_permlink": "well-we-see-how-this-works", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:27:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:11:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39116, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-07T14:08:57", + "last_update": "2016-07-05T03:11:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "my-introduction", + "percent_steem_dollars": 10000, + "permlink": "re-cool-my-introduction-20160705t031130247z", + "reward_weight": 10000, + "root_author": "cool", + "root_permlink": "my-introduction", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T23:05:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T23:05:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40626, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-06T00:33:27", + "last_update": "2016-07-05T23:05:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "brianyu14519", + "parent_permlink": "6d2kf-im-new-to-steem-and-here", + "percent_steem_dollars": 10000, + "permlink": "re-brianyu14519-6d2kf-im-new-to-steem-and-here-20160705t230501894z", + "reward_weight": 10000, + "root_author": "brianyu14519", + "root_permlink": "6d2kf-im-new-to-steem-and-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T00:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 74, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T23:08:27", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 42462, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T18:02:57", + "last_update": "2016-07-06T23:08:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mikebike", + "parent_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "percent_steem_dollars": 10000, + "permlink": "re-mikebike-can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users-20160706t230821906z", + "reward_weight": 10000, + "root_author": "mikebike", + "root_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "title": "", + "total_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T01:45:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "blurred", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T01:45:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 44896, + "json_metadata": "{\"tags\":[\"blurred\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-08T01:50:18", + "last_update": "2016-07-08T01:45:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -11993818896, + "net_votes": -1, + "parent_author": "vmaxee", + "parent_permlink": "newbie", + "percent_steem_dollars": 10000, + "permlink": "re-vmaxee-newbie-20160708t014509734z", + "reward_weight": 10000, + "root_author": "vmaxee", + "root_permlink": "newbie", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T18:34:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 206, + "beneficiaries": [], + "body": "Why did you post this same message twice?", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-09T18:33:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50177, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-09T18:35:45", + "last_update": "2016-07-09T18:33:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -11993818896, + "net_votes": 1, + "parent_author": "apardes", + "parent_permlink": "7s5hnt-hi-there", + "percent_steem_dollars": 10000, + "permlink": "re-apardes-7s5hnt-hi-there-20160709t183333939z", + "reward_weight": 10000, + "root_author": "apardes", + "root_permlink": "7s5hnt-hi-there", + "title": "", + "total_payout_value": { + "amount": "52", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T15:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "There are some glaring contradictions in your thought process.\nReminds me a little of people who fly (using large amounts of fuel) to give lectures at \"peak oil\" or sustainability conferences all over the world.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-09T20:08:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50435, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-09T20:08:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -11993818896, + "net_votes": -1, + "parent_author": "apocaloptimisto", + "parent_permlink": "hi-steemit-i-m-apocaloptimisto", + "percent_steem_dollars": 10000, + "permlink": "re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160709t200813113z", + "reward_weight": 10000, + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T20:29:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 1224, + "beneficiaries": [], + "body": "In think that steemit is the best way, and has the greatest chance of success, that I have so far heard of to gently introduce the masses to crypto. Wide adoption is much more likely now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T20:29:33", + "curator_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50496, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T02:39:45", + "last_update": "2016-07-09T20:29:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -11993818896, + "net_votes": 9, + "parent_author": "discombobulated", + "parent_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", + "percent_steem_dollars": 10000, + "permlink": "re-discombobulated-asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies-20160709t202924445z", + "reward_weight": 10000, + "root_author": "discombobulated", + "root_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", + "title": "", + "total_payout_value": { + "amount": "336", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T03:41:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "How about you? Are you a bot?", + "cashout_time": "1969-12-31T23:59:59", + "category": "bots", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T02:31:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 51511, + "json_metadata": "{\"tags\":[\"bots\"]}", + "last_payout": "2016-08-18T01:29:45", + "last_update": "2016-07-10T02:31:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shawkhawk", + "parent_permlink": "is-any-of-the-content-on-steemit-real", + "percent_steem_dollars": 10000, + "permlink": "re-shawkhawk-is-any-of-the-content-on-steemit-real-20160710t023125227z", + "reward_weight": 10000, + "root_author": "shawkhawk", + "root_permlink": "is-any-of-the-content-on-steemit-real", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T15:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I suggest that the road to sustainability does not devolve back to hunter/gatherer/nomad but evolves through a new paradigm which we are creatively discovering as we go. At least those of us awake and aware.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T02:41:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 51538, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-10T02:41:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "apocaloptimisto", + "parent_permlink": "re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t015700500z", + "percent_steem_dollars": 10000, + "permlink": "re-apocaloptimisto-re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t024144452z", + "reward_weight": 10000, + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T18:36:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 107914, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T02:11:51", + "curator_payout_value": { + "amount": "3389", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55270, + "json_metadata": "{\"tags\":[\"steemit-help\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-22T18:36:48", + "last_update": "2016-07-11T02:11:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "owdy", + "parent_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "percent_steem_dollars": 10000, + "permlink": "re-owdy-whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars-20160711t021150403z", + "reward_weight": 10000, + "root_author": "owdy", + "root_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "title": "", + "total_payout_value": { + "amount": "33236", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T01:34:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 177, + "beneficiaries": [], + "body": "That is your subjective opinion. I do not share it. So please leave \"should\" out of the conversation and tell us why your way would be better for the ecosystem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "comment", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-12T01:26:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 59231, + "json_metadata": "{\"tags\":[\"comment\"]}", + "last_payout": "2016-08-12T01:46:06", + "last_update": "2016-07-12T01:26:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "traderjeff", + "parent_permlink": "comment-section-needs-a-quick-fix", + "percent_steem_dollars": 10000, + "permlink": "re-traderjeff-comment-section-needs-a-quick-fix-20160712t012557721z", + "reward_weight": 10000, + "root_author": "traderjeff", + "root_permlink": "comment-section-needs-a-quick-fix", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T01:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 64786, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-13T03:13:27", + "last_update": "2016-07-13T01:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "noodhoog", + "parent_permlink": "hello-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-noodhoog-hello-steemit-20160713t015532646z", + "reward_weight": 10000, + "root_author": "noodhoog", + "root_permlink": "hello-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T00:02:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 109, + "beneficiaries": [], + "body": "Your steem receive address is just your account name: moneymarket", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T00:02:33", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 74182, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-14T00:30:18", + "last_update": "2016-07-14T00:02:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "moneymarket", + "parent_permlink": "bitcoin-to-steem", + "percent_steem_dollars": 10000, + "permlink": "re-moneymarket-bitcoin-to-steem-20160714t000235639z", + "reward_weight": 10000, + "root_author": "moneymarket", + "root_permlink": "bitcoin-to-steem", + "title": "", + "total_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T13:32:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "T\nHe asked a legitimate question. I have extensive experience in emotional release work. What is your experience upon which you base your judgement?", + "cashout_time": "1969-12-31T23:59:59", + "category": "rape", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-14T03:31:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 75522, + "json_metadata": "{\"tags\":[\"rape\"]}", + "last_payout": "2016-08-24T01:27:18", + "last_update": "2016-07-14T03:31:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t031103376z", + "percent_steem_dollars": 10000, + "permlink": "re-bacchist-re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t033110960z", + "reward_weight": 10000, + "root_author": "earnest", + "root_permlink": "laura-lemons-how-many-times-did-you-get-raped", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T21:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 506, + "beneficiaries": [], + "body": "This post is highly misleading. \n\n\"guerrint\" has not only NOT cashed out, she is actively curating. I expect that she is carefully considering and preparing her next post. \n\nIt is posters like \"positive\", posting **many times a DAY** with repetitious negativity and bile, that are trying to cash out at the expense of the overall ecosystem. He has so stated and is advising others to do the same.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-22T15:52:18", + "curator_payout_value": { + "amount": "80", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 200252, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T15:52:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t155216423z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "1774", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T16:33:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I sure have read your bile.\nhttps://steemit.com/@positive\n\nYou come across as a very bitter man who thinks the universe is a cold and nasty place out to get him. I would highly recommend that you seek out therapy. \n\nI would also highly recommend that you read the blogs of the creator of this opportunity called steemit, Dan Larimer, a very intelligent and highly ethical man. He is not out to get you. Nor is the Universe.\n\n**Attitude is everything!**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T16:33:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 200823, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/@positive\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T16:33:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "positive", + "parent_permlink": "re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t160256974z", + "percent_steem_dollars": 10000, + "permlink": "re-positive-re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t163345952z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T00:54:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 309, + "beneficiaries": [], + "body": "Here you go: \n\n**Steemit in the Streets! Tara gets interviews and reactions from people who've never seen Steemit!**\nhttps://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\n\nAre you going to man-up and apologize to her and to the steemit community?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-23T00:36:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 207644, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-23T00:36:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160723t003619631z", + "reward_weight": 10000, + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "title": "", + "total_payout_value": { + "amount": "1083", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T17:58:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 307, + "beneficiaries": [], + "body": "Flagged for multiple posts of the same content and for tagging it under \"introduceyourself\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T17:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 236972, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T17:57:54", + "last_update": "2016-07-24T17:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "crazysmile", + "parent_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "percent_steem_dollars": 10000, + "permlink": "re-crazysmile-7cvukv-the-paradox-of-our-times-by-dalai-lama-20160724t175815755z", + "reward_weight": 10000, + "root_author": "crazysmile", + "root_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "title": "", + "total_payout_value": { + "amount": "1114", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:36:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "No, your post is not the same as this one. \n\nYour idea of \"showering\" a homeless person with sterling pounds is gimmicky and probably without any lasting benefit. You give little insight into the problems of the persons you have chosen to \"shower\" with sterling, nor what is really needed to help them. \n\nIf they need jobs, perhaps you might start an enterprise that could hire people of their skill set? \n\nIf they need companionship and/or counseling, perhaps you could fund some place that does that? Or help them find an existing one.\n\nHanding out sterling to the homeless may only makes you feel good about yourself while avoiding doing anything constructive to alleviate a tragic problem.", + "cashout_time": "1969-12-31T23:59:59", + "category": "homeless", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T23:36:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 261197, + "json_metadata": "{\"tags\":[\"homeless\"]}", + "last_payout": "2016-08-25T18:58:54", + "last_update": "2016-07-25T23:36:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "flyover", + "parent_permlink": "re-brookdemar-i-m-homeless-but-not-forgotten-20160725t183120837z", + "percent_steem_dollars": 10000, + "permlink": "re-flyover-re-brookdemar-i-m-homeless-but-not-forgotten-20160725t233602165z", + "reward_weight": 10000, + "root_author": "brookdemar", + "root_permlink": "i-m-homeless-but-not-forgotten", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 142, + "beneficiaries": [], + "body": "This has already been posted by the author.\n\nSteemit's REAL Diabolical Plan For WORLD DOMINATION\nhttps://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:10:45", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 261664, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination\"]}", + "last_payout": "2016-08-26T00:20:09", + "last_update": "2016-07-26T00:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "alexander1", + "parent_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "percent_steem_dollars": 10000, + "permlink": "re-alexander1-steemit-isn-t-a-social-network-it-s-an-economic-system-20160726t001042256z", + "reward_weight": 10000, + "root_author": "alexander1", + "root_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T07:47:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Frequent voting causes the power of your vote to diminish. But it does recharge when you stop voting for a while.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T07:34:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 266256, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T07:04:33", + "last_update": "2016-07-26T07:34:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "addicted", + "parent_permlink": "upvote-value", + "percent_steem_dollars": 10000, + "permlink": "re-addicted-upvote-value-20160726t073443803z", + "reward_weight": 10000, + "root_author": "addicted", + "root_permlink": "upvote-value", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T15:27:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 302, + "beneficiaries": [], + "body": "This is not your original work, and you failed to cite the source. That is called plagiarism and it is highly frowned upon in this community.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T07:39:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 266300, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T07:40:33", + "last_update": "2016-07-26T07:39:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jasmine-l", + "parent_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "percent_steem_dollars": 10000, + "permlink": "re-jasmine-l-steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme-20160726t073933946z", + "reward_weight": 10000, + "root_author": "jasmine-l", + "root_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "title": "", + "total_payout_value": { + "amount": "1074", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:43:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 475, + "beneficiaries": [], + "body": "You are reconsidering your plans based on a comment by r4fken ?\n\nHave you seen some of the shit he DOES think is funny (like his ongoing mocking posts of him getting naked)? I do wish that he would self-censor.\n\nI think nuclear engineers may not be the best standard setters for what constitutes valuable posts or what is good for Steemit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T17:43:39", + "curator_payout_value": { + "amount": "159", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 296274, + "json_metadata": "{\"tags\":[\"meme\"]}", + "last_payout": "2016-08-27T05:08:09", + "last_update": "2016-07-27T17:43:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "benjojo", + "parent_permlink": "re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t172901992z", + "percent_steem_dollars": 10000, + "permlink": "re-benjojo-re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t174335867z", + "reward_weight": 10000, + "root_author": "benjojo", + "root_permlink": "currying-favour-from-a-whale-can-be-demoralizing", + "title": "", + "total_payout_value": { + "amount": "1641", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T20:11:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 506, + "beneficiaries": [], + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-28T20:32:21", + "curator_payout_value": { + "amount": "109", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 321401, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:27:51", + "last_update": "2016-07-28T20:39:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "percent_steem_dollars": 10000, + "permlink": "re-r4fken-why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong-20160728t203215243z", + "reward_weight": 10000, + "root_author": "r4fken", + "root_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "title": "", + "total_payout_value": { + "amount": "1682", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 514, + "beneficiaries": [], + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T20:33:12", + "curator_payout_value": { + "amount": "79", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 321417, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-28T08:19:51", + "last_update": "2016-07-28T20:38:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "percent_steem_dollars": 10000, + "permlink": "re-r4fken-steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r-20160728t203305755z", + "reward_weight": 10000, + "root_author": "r4fken", + "root_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "title": "", + "total_payout_value": { + "amount": "1700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T00:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 607, + "beneficiaries": [], + "body": "After reading some of your posts from a week ago I conclude that you may have mental issues to deal with. This is probably not the right place to deal with them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-29T00:18:30", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 325064, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:18:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "btcto100k", + "parent_permlink": "steemit-exposed", + "percent_steem_dollars": 10000, + "permlink": "re-btcto100k-steemit-exposed-20160729t001826124z", + "reward_weight": 10000, + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", + "title": "", + "total_payout_value": { + "amount": "1947", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T00:35:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dummies Guide to Keeping Your Cool on Steemit!\nhttps://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T00:35:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 325277, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:35:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "btcto100k", + "parent_permlink": "re-erath-re-btcto100k-steemit-exposed-20160729t002615388z", + "percent_steem_dollars": 10000, + "permlink": "re-btcto100k-re-erath-re-btcto100k-steemit-exposed-20160729t003521452z", + "reward_weight": 10000, + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T11:18:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 1572, + "beneficiaries": [], + "body": "You have highlighted an extremely important issue. Thank you!", + "cashout_time": "1969-12-31T23:59:59", + "category": "translation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T06:40:36", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 329392, + "json_metadata": "{\"tags\":[\"translation\"]}", + "last_payout": "2016-08-28T19:49:57", + "last_update": "2016-07-29T06:40:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "deanliu", + "parent_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "percent_steem_dollars": 10000, + "permlink": "re-deanliu-translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit-20160729t064028855z", + "reward_weight": 10000, + "root_author": "deanliu", + "root_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "title": "", + "total_payout_value": { + "amount": "5008", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T01:34:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 514, + "beneficiaries": [], + "body": "You forgot to actually say anything about yourself in either post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T01:34:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 345563, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T13:52:03", + "last_update": "2016-07-30T01:34:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cbncb6", + "parent_permlink": "trying-to-figure-this-out", + "percent_steem_dollars": 10000, + "permlink": "re-cbncb6-trying-to-figure-this-out-20160730t013420085z", + "reward_weight": 10000, + "root_author": "cbncb6", + "root_permlink": "trying-to-figure-this-out", + "title": "", + "total_payout_value": { + "amount": "1454", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:50:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 457, + "beneficiaries": [], + "body": "If you are \"just worried about people saying negative things about our platform\",\n\n**Why use such a very negative Title for your post? Not a good move.**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:50:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 363057, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T10:48:06", + "last_update": "2016-07-30T22:50:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "mahekg", + "parent_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "percent_steem_dollars": 10000, + "permlink": "re-mahekg-expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail-20160730t225047975z", + "reward_weight": 10000, + "root_author": "mahekg", + "root_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "title": "", + "total_payout_value": { + "amount": "1267", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T01:37:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 987, + "beneficiaries": [], + "body": "I don't want Ned and Dan to start all over. But they did make the code open source. \n\nSo I want YOU to start your own version of this site and give me lots of shares in it. OK?", + "cashout_time": "1969-12-31T23:59:59", + "category": "ponzi", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T01:37:33", + "curator_payout_value": { + "amount": "372", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 402818, + "json_metadata": "{\"tags\":[\"ponzi\"]}", + "last_payout": "2016-09-01T15:25:18", + "last_update": "2016-08-02T01:37:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "howard3", + "parent_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "percent_steem_dollars": 10000, + "permlink": "re-howard3-founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands-20160802t013732533z", + "reward_weight": 10000, + "root_author": "howard3", + "root_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "title": "", + "total_payout_value": { + "amount": "2388", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T19:32:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 255, + "beneficiaries": [], + "body": "Try investigating his story a little before forming an opinion. What post of his supposedly received $407?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T19:20:06", + "curator_payout_value": { + "amount": "195", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 415858, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T08:55:00", + "last_update": "2016-08-02T19:20:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "mythras", + "parent_permlink": "re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t172955093z", + "percent_steem_dollars": 10000, + "permlink": "re-mythras-re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t192003243z", + "reward_weight": 10000, + "root_author": "johnnyyash", + "root_permlink": "breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings", + "title": "", + "total_payout_value": { + "amount": "606", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:58:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 629, + "beneficiaries": [], + "body": "Actually, if you build up a following here it is probably **the best place for people who\"create content online for a living\".** But no free lunch. You have to put in the effort.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T00:24:09", + "curator_payout_value": { + "amount": "73", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 420055, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-03T00:24:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 14, + "parent_author": "jenelyn", + "parent_permlink": "re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160802t194812062z", + "percent_steem_dollars": 10000, + "permlink": "re-jenelyn-re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160803t002407911z", + "reward_weight": 10000, + "root_author": "piedpiper", + "root_permlink": "have-you-missed-the-steem-boat", + "title": "", + "total_payout_value": { + "amount": "1497", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T02:55:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 468, + "beneficiaries": [], + "body": "Do you know that this post is your 22nd in less than 24 hours?\n\n**Do you realize that you are only allowed 4 posts per 24 hours?** After 4 posts, there is a rapidly diminishing payout beginning on the 5th and subsequent posts. So by the time you make your 22nd post, let's face it, even if you got thousands of dollars worth of votes, none of it would go to you.\n\nThis is to prevent spam and also to encourage quality over quantity. You would be far better off to make one thoughtful, well planned and well formatted post than a dozen quick and dirty posts in any given day.\n\nI hope this information will help you and save you wasting time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T02:55:03", + "curator_payout_value": { + "amount": "25", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 439110, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T14:58:30", + "last_update": "2016-08-04T02:55:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "dvaryani", + "parent_permlink": "a-blockchain-based-social-network-which-pays", + "percent_steem_dollars": 10000, + "permlink": "re-dvaryani-a-blockchain-based-social-network-which-pays-20160804t025459458z", + "reward_weight": 10000, + "root_author": "dvaryani", + "root_permlink": "a-blockchain-based-social-network-which-pays", + "title": "", + "total_payout_value": { + "amount": "1090", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T03:16:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 251, + "beneficiaries": [], + "body": "**Everyday Parenting Ideas: I Hate You! 6 Tips for Surviving Teen Angst:**\nhttp://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\n\n(Not that I think your post is anything but an expression of artistic brilliance and radical insight)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T03:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 439271, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\"]}", + "last_payout": "2016-09-03T21:27:03", + "last_update": "2016-08-04T03:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "logic", + "parent_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", + "percent_steem_dollars": 10000, + "permlink": "re-logic-steemit-as-direct-projection-of-delusion-of-american-dream-20160804t031609626z", + "reward_weight": 10000, + "root_author": "logic", + "root_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", + "title": "", + "total_payout_value": { + "amount": "216", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T22:44:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you spent a little time and effort putting some decent formatting into your post, instead of it appearing as a wall of text, I might be incentivized to actually read through your thoughts - despite an obviously slanted title.\n\nBut as it is, I clicked on your post, saw the lack of effort put in to formatting and making it visually appealing, and decided not to read let alone upvote. There are a thousand other posts. I am searching for posts to upvote that have not only good content (whether I agree with it or not), but show effort being put into formatting and presentation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T22:44:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 453212, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-04T10:51:12", + "last_update": "2016-08-04T22:44:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "macartem", + "parent_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "percent_steem_dollars": 10000, + "permlink": "re-macartem-donald-trump-has-americanized-vladimir-putin-s-war-on-truth-20160804t224411036z", + "reward_weight": 10000, + "root_author": "macartem", + "root_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:12:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for wrong tag. This has nothing to do with \"steemit\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:12:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 472017, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T11:13:09", + "last_update": "2016-08-05T23:12:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "rednetkjh", + "parent_permlink": "let-this-guy-help-you", + "percent_steem_dollars": 10000, + "permlink": "re-rednetkjh-let-this-guy-help-you-20160805t231237387z", + "reward_weight": 10000, + "root_author": "rednetkjh", + "root_permlink": "let-this-guy-help-you", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-11T09:21:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "@greatone **It is better to keep silent and have people think that you are an idiot than to open your mouth and remove all doubt.**", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-11T04:35:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 552149, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"greatone\"]}", + "last_payout": "2016-09-10T17:01:51", + "last_update": "2016-08-11T04:35:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "greatone", + "parent_permlink": "re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t042718297z", + "percent_steem_dollars": 10000, + "permlink": "re-greatone-re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t043458327z", + "reward_weight": 10000, + "root_author": "greatone", + "root_permlink": "steemit-is-a-scam-and-i-have-proof-look-inside", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-18T16:22:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 2806, + "beneficiaries": [], + "body": "**I see it!**", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-18T16:22:33", + "curator_payout_value": { + "amount": "1354", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 657648, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-20T03:16:21", + "last_update": "2016-08-18T16:22:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "shaka", + "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z", + "percent_steem_dollars": 10000, + "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z", + "reward_weight": 10000, + "root_author": "kus-knee", + "root_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you", + "title": "", + "total_payout_value": { + "amount": "4172", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T00:49:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "What does this have to do with \"food\", \"art\", or \"photography\"?\n\nFlagged for tag abuse.", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T00:49:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 700722, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-23T03:49:57", + "last_update": "2016-08-22T00:49:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jlwk0lb", + "parent_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "percent_steem_dollars": 10000, + "permlink": "re-jlwk0lb-lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me-20160822t004955578z", + "reward_weight": 10000, + "root_author": "jlwk0lb", + "root_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T20:54:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 350, + "beneficiaries": [], + "body": "You are **not** a mini whale. You are at best a mini dolphin. And your posts are not thoughtful, interesting or helpful. They are counterproductive to the development of steem and dare I say even to yourself.\n\nHere is a thoughtful post discussing steemit by someone **who does understand business:**\n\n**How Steemit technology and principles can (and will) become the foundation of the future of management in companies (Featuring new author @sebastien)** \nhttps://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new", + "cashout_time": "1969-12-31T23:59:59", + "category": "new", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-22T19:06:27", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 709414, + "json_metadata": "{\"tags\":[\"new\"],\"users\":[\"sebastien\"],\"links\":[\"https://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new\"]}", + "last_payout": "2016-08-23T19:12:15", + "last_update": "2016-08-22T19:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "juneaugoldbuyer", + "parent_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", + "percent_steem_dollars": 10000, + "permlink": "re-juneaugoldbuyer-if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale-20160822t190626559z", + "reward_weight": 10000, + "root_author": "juneaugoldbuyer", + "root_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-12T20:10:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 102, + "beneficiaries": [], + "body": "**\"because everybody knows there is only one truth, but that doesn't automatically mean that our current system is designed to convey that one genuine truth.\"**\n\nThere is often **more** than one truth for our limited human minds.\n\nFor example: \n- photons of light act like waves\n - photons of light act like particles", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-12T20:05:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 933966, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-09-14T01:17:48", + "last_update": "2016-09-12T20:07:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-wikipedia-the-truth-and-the-eye-of-kennedy-20160912t200502069z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "title": "", + "total_payout_value": { + "amount": "66", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-13T11:15:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think that you will get many upvotes unless you tell us a little about the image. It is especially important to let us know if it is your original work. If it is, you might want to describe the medium used or method of production.", + "cashout_time": "1969-12-31T23:59:59", + "category": "art", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-09-12T20:16:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 934050, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "2016-09-13T19:13:51", + "last_update": "2016-09-12T20:16:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dreagonhaise", + "parent_permlink": "girl-and-wolf", + "percent_steem_dollars": 10000, + "permlink": "re-dreagonhaise-girl-and-wolf-20160912t201613186z", + "reward_weight": 10000, + "root_author": "dreagonhaise", + "root_permlink": "girl-and-wolf", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T21:52:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "faddy", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the tips - this was very useful.", + "cashout_time": "1969-12-31T23:59:59", + "category": "security", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T21:52:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 73090, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-17T21:31:45", + "last_update": "2016-07-13T21:52:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "spaced", + "parent_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "percent_steem_dollars": 10000, + "permlink": "re-spaced-security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks-20160713t215221610z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T13:16:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome Riccardo\nSo we need to sell all our *Moneroj*. \nIt seems that after **Smooth** you too find *Steemit* much better project :). \n**Now seriously.** \nDo you have any plan to finish the damn GUI wallet. \nNow when **Smooth** is full of money, and I noticed he send something to you, it would be nice. \nI really hope that you have done everything you have planned.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-13T12:54:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 68309, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T09:03:15", + "last_update": "2016-07-13T12:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fluffypony", + "parent_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", + "percent_steem_dollars": 10000, + "permlink": "re-fluffypony-what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project-20160713t125402671z", + "reward_weight": 10000, + "root_author": "fluffypony", + "root_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T07:52:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dan fucked up BTS on the beginning when he try to combine all DAOs in BTSX. By now we should have more BitShares success story if he stick with initial plan; creating tools for DAO development. There are lots of sadness and anger behind Dan. For me as AGS holder and early investor he is plain theft.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T07:51:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 77168, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "2016-08-18T14:42:30", + "last_update": "2016-07-14T07:52:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steem1", + "parent_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "percent_steem_dollars": 10000, + "permlink": "re-steem1-what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem-20160714t075113119z", + "reward_weight": 10000, + "root_author": "steem1", + "root_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T09:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Interesting time for BTS. Maybe we will catch some Steem love. Thank you for your hard work and good luck.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T09:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 77674, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T16:51:09", + "last_update": "2016-07-14T09:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "chris4210", + "parent_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "percent_steem_dollars": 10000, + "permlink": "re-chris4210-hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo-20160714t092216549z", + "reward_weight": 10000, + "root_author": "chris4210", + "root_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T12:04:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 55, + "beneficiaries": [], + "body": "Is this refers to AGS investors also?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-14T12:04:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 78807, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-14T12:04:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dantheman", + "parent_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today-20160714t120435839z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "title": "", + "total_payout_value": { + "amount": "151", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T17:44:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I can give you a little Voting Power. Good luck Sir :)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-28T17:44:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 318188, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T05:43:21", + "last_update": "2016-07-28T17:44:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sir", + "parent_permlink": "re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174107261z", + "percent_steem_dollars": 10000, + "permlink": "re-sir-re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174436230z", + "reward_weight": 10000, + "root_author": "generalspecific", + "root_permlink": "if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T03:11:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "* Each 3.3 years, a 10:1 reverse split occurs.\n\nCan you explain why is that?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T18:17:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 318775, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-28T05:29:45", + "last_update": "2016-07-28T18:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "peterz", + "parent_permlink": "steem-currency-cheat-sheet", + "percent_steem_dollars": 10000, + "permlink": "re-peterz-steem-currency-cheat-sheet-20160728t181739057z", + "reward_weight": 10000, + "root_author": "peterz", + "root_permlink": "steem-currency-cheat-sheet", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T20:18:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think that female equivalent of Viagra may exist. Good reviews on Amazon comes from women who love to experiment, but do not necessarily have a problem with sex drive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-28T18:55:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 319438, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:15:15", + "last_update": "2016-07-28T18:55:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "rachelkhona", + "parent_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "percent_steem_dollars": 10000, + "permlink": "re-rachelkhona-my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night-20160728t185507885z", + "reward_weight": 10000, + "root_author": "rachelkhona", + "root_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T10:58:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Whalers are again active.", + "cashout_time": "1969-12-31T23:59:59", + "category": "whale", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T10:58:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 351628, + "json_metadata": "{\"tags\":[\"whale\"]}", + "last_payout": "2016-08-29T23:23:36", + "last_update": "2016-07-30T10:58:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "olegw", + "parent_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "percent_steem_dollars": 10000, + "permlink": "re-olegw-beluga-whale-underwater-steemit-logo-animation-video-20160730t105829508z", + "reward_weight": 10000, + "root_author": "olegw", + "root_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T08:33:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 122, + "beneficiaries": [], + "body": "You should buy more STEEM.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T08:33:57", + "curator_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 406972, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:43:03", + "last_update": "2016-08-02T08:33:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jl777", + "parent_permlink": "the-300", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-the-300-20160802t083358046z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "the-300", + "title": "", + "total_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:42:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "Ok. Sorry.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T12:41:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 490976, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T16:42:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "klye", + "parent_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "percent_steem_dollars": 10000, + "permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t124124518z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "Short answer for your question is no. The reason is simple because Steem power is centralised.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-07T14:05:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 491775, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:05:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "techemist", + "parent_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "percent_steem_dollars": 10000, + "permlink": "re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t140535065z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T03:40:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 16, + "beneficiaries": [], + "body": "Where is yours newsletter? Yes all that pictures are really funny but still we deserve more \u263a", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T14:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 491958, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:29:03", + "last_update": "2016-08-07T14:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "stan", + "parent_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-stan-just-got-my-dollar-vigilante-newsletter-all-about-steemit-20160807t142208004z", + "reward_weight": 10000, + "root_author": "stan", + "root_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "title": "", + "total_payout_value": { + "amount": "32", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "One time payment don't mean anything. That reminds me on one hit wonder bands. After all they didn't get the 'real' money. When all of them find Poloniex SBD will be in danger. Don't get me wrong I'm not against Steemit but for now this is not the solution for the question from the title.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T14:59:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 492370, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:59:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ukblogger", + "parent_permlink": "re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t141922933z", + "percent_steem_dollars": 10000, + "permlink": "re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t145936508z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T16:57:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Could be worth a lot less than a US $.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T16:57:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 493851, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T16:57:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "blakemiles84", + "parent_permlink": "re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t152134107z", + "percent_steem_dollars": 10000, + "permlink": "re-blakemiles84-re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t165709892z", + "reward_weight": 10000, + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T08:34:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "You don't need to convert your Steem dollars to Steem. You can trade Steem dollars directly on Poloniex under the ticker SBD.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T17:11:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 494015, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T05:11:00", + "last_update": "2016-08-07T17:11:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ebenezer", + "parent_permlink": "steem-dollars-to-steem", + "percent_steem_dollars": 10000, + "permlink": "re-ebenezer-steem-dollars-to-steem-20160807t171109987z", + "reward_weight": 10000, + "root_author": "ebenezer", + "root_permlink": "steem-dollars-to-steem", + "title": "", + "total_payout_value": { + "amount": "30", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T01:22:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 4397, + "beneficiaries": [], + "body": "I had an idea about **Steemit billboard** from the beginning and I created one. After I finished my design, yes I'm not designer :) I paid for printing. My idea was simple, I will put that poster anyway, but with the help of the community it could end up on the best possible location. \n![Sequence02.Still003300c6.jpg](https://www.steemimg.com/images/2016/08/15/Sequence02.Still003300c6.jpg)\n\nAt the very beginning someone gave me a flag so I was hidden for most voters. In that post I presented the idea and showed the video of my poster in front of the Billboard filmed from the air.\n\nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/26/vlcsnap-2016-07-26-18h35m24s7418a65f.jpg\n It was nice video but I removed it (in a rage) from my YouTube channel. Don't do that, there are no undo option in Youtube.\n\n\n\nThis account was hacked so in the hurry, someone also put similar plan on the Steemit, I used my other account (@sir) for that post; https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video. After really bad start, my post was flaged, I asked (as AGS investor) for help from the #Bitshares community. Trough that community I bought this account in the early days when was impossible to create one. I may be only idiot who paid for Steemit account. \n\nAfter my call I received almost $300 and everything was as I expected. I was so thrilled that I invited (real) friends not just those from Facebook and Twitter to join Steemit. 'Collected' money was not enough to finance any Billboard location but that was fine for me because I knew that I did not make a masterpiece.\n\nThan came mighty **@dantheman** with all his power and downvoted my post, he took all the money. What can I do after that? Of course my first reaction was - I will leave Steemit. @dantheman or Dan Larimer is Mark Zuckenberg of Steemit and I have no other options. \n\nAs I promised I placed the poster. Somebody must have noticed, is located in a great place, Zagreb's main avenue - [Ljubljanska avenija.](https://www.google.hr/maps/place/Ljubljanska+avenija,+10000,+Zagreb/@45.7974363,15.8781815,17z/data=!4m8!1m2!2m1!1scity+center+near+Ljubljanska+avenija,+Zagreb!3m4!1s0x4765d17aeed55db5:0xf1794356637a81c5!8m2!3d45.7974363!4d15.8803702?hl=en&hl=en)\n\nI learned my lessons first as AGS investor and now again. I have no doubt @dantheman is brilliant programmer and blockchain visionary but he really need to rework Steem voting system - and some other things ... Too much power in one's hands can not be good.\n\n\n\nhttps://youtu.be/L_IwccM-kJA\n\nThis post is just proof that I did it. Billboard is there for more than a week. Thank you again @stan.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-15T18:06:45", + "curator_payout_value": { + "amount": "1125", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 616332, + "json_metadata": "{\"tags\":[\"steemit\",\"video\",\"marketing\",\"bitshares\",\"steem\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-09-15T19:01:42", + "last_update": "2016-08-15T18:06:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 42, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "title": "This Steemit Billboard is for @dantheman, Bitshares and Steemit community - video", + "total_payout_value": { + "amount": "5309", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T08:05:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 12, + "beneficiaries": [], + "body": "Thanks. I will try that. I'm so bad in English.", + "cashout_time": "1969-12-31T23:59:59", + "category": "writing", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T08:05:54", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 624257, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-08-17T10:03:54", + "last_update": "2016-08-16T08:05:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "exyle", + "parent_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-exyle-a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit-20160816t080522006z", + "reward_weight": 10000, + "root_author": "exyle", + "root_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "title": "", + "total_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T13:58:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "There are no technical analysis that could save STEEM from @dantheman and @smooth.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T13:58:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 627112, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dantheman\",\"smooth\"]}", + "last_payout": "2016-08-17T04:19:39", + "last_update": "2016-08-16T13:58:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "percent_steem_dollars": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016-20160816t135819054z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 139, + "beneficiaries": [], + "body": "This one in Croatia is on me :)\nhttps://youtu.be/L_IwccM-kJA", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-16T20:09:24", + "curator_payout_value": { + "amount": "57", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 631906, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-16T20:09:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "percent_steem_dollars": 10000, + "permlink": "re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t200849221z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "206", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T22:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "-Dan has single-handedly (well, he's had some help) made my life and wallet much happier over the past three years.-\nMay I ask you how? I bought AGS shares and I'm broke. Dan was dumping at the same time when my shares was locked. \nDo you know anyone who wants to buy STEEM?", + "cashout_time": "1969-12-31T23:59:59", + "category": "dan-bashing", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-16T21:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 633040, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T21:47:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "let-s-all-bash-dan", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-let-s-all-bash-dan-20160816t214242699z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T22:04:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 14, + "beneficiaries": [], + "body": "So true. Even if you buy $100.000 worth of STEEM your influence will be 0. Who are the buyers? We are heading below $1 in no time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T22:04:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 633287, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T01:00:15", + "last_update": "2016-08-16T22:04:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "saulius", + "parent_permlink": "steemit-is-in-big-trouble", + "percent_steem_dollars": 10000, + "permlink": "re-saulius-steemit-is-in-big-trouble-20160816t220324300z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "steemit-is-in-big-trouble", + "title": "", + "total_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T22:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks I don't have any luck with Dan. I'm glad you do.", + "cashout_time": "1969-12-31T23:59:59", + "category": "dan-bashing", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-16T22:38:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 633717, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T22:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tuck-fheman", + "parent_permlink": "re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t221541980z", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t223802908z", + "reward_weight": 10000, + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 33, + "beneficiaries": [], + "body": "[Can you believe that this one received $5.](https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video)\nLOL", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-17T04:56:51", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 637184, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-17T04:56:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t202655686z", + "percent_steem_dollars": 10000, + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t045612277z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T10:42:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 15, + "beneficiaries": [], + "body": "Welcom Charlie! \nHow much STEEM you are planning to byy? In percentage of your BTC holding?", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-17T05:01:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 637224, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-17T05:01:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "charlieshrem", + "parent_permlink": "charlie-shrem-is-now-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160817t050102590z", + "reward_weight": 10000, + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T10:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "At least I paid for printing and billboard. For return @dantheman downvoted my post with full power. Yes it is little bit frustrated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-17T10:14:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 639518, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-17T10:14:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t060244771z", + "percent_steem_dollars": 10000, + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t101417875z", + "reward_weight": 10000, + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-19T08:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "I didn't. I just notice your post and came here to say hello and thank you for upvoting [my post](https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video). Unfortunutly @dantheman obviously have something against late AGS investors. Bad conscience. He erased all your votes with his power. As you can see here I did what I promised. https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\n\nThanks again and good luck.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T08:43:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 667730, + "json_metadata": "{\"tags\":[\"spam\"],\"users\":[\"dantheman\"],\"links\":[\"https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video\"]}", + "last_payout": "2016-08-20T09:21:15", + "last_update": "2016-08-19T08:43:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "xeroc", + "parent_permlink": "testing-tags", + "percent_steem_dollars": 10000, + "permlink": "re-xeroc-testing-tags-20160819t084314591z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "testing-tags", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T21:21:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "Did you plan to invest any BTC is Steemit? It's all nice with free STEEM, just for introduction, but somebody need to buy some.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-19T10:05:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 668304, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-20T10:05:33", + "last_update": "2016-08-19T10:05:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "rogerkver", + "parent_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-rogerkver-roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit-20160819t100520479z", + "reward_weight": 10000, + "root_author": "rogerkver", + "root_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T08:29:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Xc6JvL8Ynz51PdPukKCJdtHcwtvX5pkrtx\n\nThanks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-19T10:13:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 668348, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-20T15:52:21", + "last_update": "2016-08-19T10:13:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "free-dash-cryptocurrency-giveaway", + "percent_steem_dollars": 10000, + "permlink": "re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160819t101306723z", + "reward_weight": 10000, + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T12:29:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 58, + "beneficiaries": [], + "body": "Test", + "cashout_time": "2016-09-20T21:18:12", + "category": "steemit", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-20T13:35:18", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 683084, + "json_metadata": "{\"tags\":[\"test\",\"\",\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T12:29:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "", + "parent_permlink": "steemit", + "percent_steem_dollars": 10000, + "permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "Test", + "total_payout_value": { + "amount": "84", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Around 100 STEEM because I know some DTP. Billboard was much more expensive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-20T15:08:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 683955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-20T15:22:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134652987z", + "percent_steem_dollars": 10000, + "permlink": "re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t150819669z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:02:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe I will.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-20T15:13:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 684011, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-20T21:02:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "djm34", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134926216z", + "percent_steem_dollars": 10000, + "permlink": "re-djm34-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t151321261z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes and not only that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-20T19:32:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 686766, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-20T20:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t192428450z", + "percent_steem_dollars": 10000, + "permlink": "re-shla-rafia-re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t193240971z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T09:51:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the advices.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-20T20:59:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 687693, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-20T20:59:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daut44", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t200521958z", + "percent_steem_dollars": 10000, + "permlink": "re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t205945960z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T09:51:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 18, + "beneficiaries": [], + "body": "I was just curious. We'll see, in the end I did it for all of us. It's all experiment. I put my money here when nobody did. I even bought this account for 0.1 BTC.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-21T05:56:57", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 691755, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T06:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t221841085z", + "percent_steem_dollars": 10000, + "permlink": "re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055648868z", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T06:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "It's really interesting to read about fairness from you. \nGreetings from late AGS investor.", + "cashout_time": "1969-12-31T23:59:59", + "category": "philosophy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T06:25:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 691891, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-21T06:25:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "our-corrupt-sense-of-fairness", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160821t062542713z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T08:29:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you. I will buy more DASH on Polo. I just activated 'power down' and every received STEEM I will convert to DASH. I already have some STEEM in my wallet witch is for you. Check your wallet in 5 min.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-21T13:01:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 694070, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T13:01:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160820t082746572z", + "percent_steem_dollars": 10000, + "permlink": "re-sovereignbtc-re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160821t130136794z", + "reward_weight": 10000, + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T18:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 19, + "beneficiaries": [], + "body": "You should write something about how @dantheman fucked up post February AGS investors. I think this is the main reason why BTS straggling that long. Our shares was locked and at the same time he was one of the biggest seller. In plain words he is scammer. He proved that with STEEM again. It's a pity he is brilliant software developer.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-21T13:41:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 694388, + "json_metadata": "{\"tags\":[\"bitshares\"],\"users\":[\"dantheman\"]}", + "last_payout": "2016-08-22T00:07:27", + "last_update": "2016-08-21T13:41:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steempower", + "parent_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "percent_steem_dollars": 10000, + "permlink": "re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t134100989z", + "reward_weight": 10000, + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "title": "", + "total_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-21T18:07:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You simply don't know what you are talking about. Maybe, thief, I won't mention his name, will explain that to you. \nFor the same reason Steem will fail also. \nYou can not prevent the obvious.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-21T18:07:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 696916, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "2016-08-22T00:07:27", + "last_update": "2016-08-21T18:07:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "faddat", + "parent_permlink": "re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t170923301z", + "percent_steem_dollars": 10000, + "permlink": "re-faddat-re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t180711336z", + "reward_weight": 10000, + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T18:58:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "The winter is coming. You need to find buyers for STEEM and SBD. Quality content is not the only answer.", + "cashout_time": "1969-12-31T23:59:59", + "category": "new", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T18:58:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 709321, + "json_metadata": "{\"tags\":[\"new\"]}", + "last_payout": "2016-08-23T20:27:51", + "last_update": "2016-08-22T18:58:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mikeyb", + "parent_permlink": "re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t182344093z", + "percent_steem_dollars": 10000, + "permlink": "re-mikeyb-re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t185837942z", + "reward_weight": 10000, + "root_author": "juneaugoldbuyer", + "root_permlink": "steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-22T21:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 110, + "beneficiaries": [], + "body": "Today is #Monero day.", + "cashout_time": "2016-09-22T21:25:00", + "category": "monero", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-22T21:20:12", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 711172, + "json_metadata": "{\"tags\":[\"monero\",\"Monero\"]}", + "last_payout": "2016-08-23T21:25:00", + "last_update": "2016-08-22T21:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "monero", + "percent_steem_dollars": 10000, + "permlink": "congratulations-smooth-you-win", + "reward_weight": 10000, + "root_author": "fminerten1", + "root_permlink": "congratulations-smooth-you-win", + "title": "Congratulations Smooth, you win.", + "total_payout_value": { + "amount": "158", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T06:05:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good article. Keep writing :).", + "cashout_time": "1969-12-31T23:59:59", + "category": "ufc", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-23T06:05:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 715371, + "json_metadata": "{\"tags\":[\"ufc\"]}", + "last_payout": "2016-08-24T12:21:12", + "last_update": "2016-08-23T06:05:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daut44", + "parent_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "percent_steem_dollars": 10000, + "permlink": "re-daut44-ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis-20160823t060503813z", + "reward_weight": 10000, + "root_author": "daut44", + "root_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-25T23:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "He is proven scammer. As AGS investor I learned that lesson. What is wrong with powerd down if you bought your STEEM?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-25T06:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 740919, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T02:30:48", + "last_update": "2016-08-25T06:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "christ", + "parent_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "percent_steem_dollars": 10000, + "permlink": "re-christ-christ-is-now-on-steemit-and-you-will-downvote-him-20160825t064855163z", + "reward_weight": 10000, + "root_author": "christ", + "root_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-27T13:16:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL. You bought 3000 but you get more than 40000. Who are you. Dan the scammer?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-27T10:59:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 765581, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-27T16:57:42", + "last_update": "2016-08-27T10:59:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "eeks", + "parent_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil-20160827t105929651z", + "reward_weight": 10000, + "root_author": "eeks", + "root_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "57000654427", + "active": "2016-08-28T07:00:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should point out that Stemmit was built on Graphen sponsored by BTS community. We had social consensus there which was clearly broken by @dantheman. He isthief and con man that you will soon find out. #bitshares", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-27T15:18:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 767483, + "json_metadata": "{\"tags\":[\"bitshares\",\"steem\"],\"users\":[\"dantheman\"]}", + "last_payout": "2016-08-28T06:45:21", + "last_update": "2016-08-27T15:18:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "57000654427", + "net_votes": 1, + "parent_author": "thecryptofiend", + "parent_permlink": "re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160826t222035104z", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t151758532z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "57000654427" + }, + { + "abs_rshares": 0, + "active": "2016-08-28T07:00:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 0, + "beneficiaries": [], + "body": "You know better than me that he will do that again. Just watch.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-28T07:00:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 775322, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-28T07:00:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t171723145z", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160828t070013028z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-28T09:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 26, + "beneficiaries": [], + "body": "You are best payed analyst in the world. No wonder why STEEM is sinking. Don't get me wrong I don't have anything against you but expecting that to last is a fairytale.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-28T07:14:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 775375, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T01:45:51", + "last_update": "2016-08-28T07:14:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "percent_steem_dollars": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016-20160828t071341433z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "title": "", + "total_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-09-09T05:34:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "fminerten1", + "author_rewards": 28, + "beneficiaries": [], + "body": "As long as you can receive for this shit analysis $500, STEEM will go down. \n.0001 is cheap, how about 0.0009 LOL", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-09-09T05:29:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 899528, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-09T15:45:27", + "last_update": "2016-09-09T05:34:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "percent_steem_dollars": 10000, + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016-20160909t052950431z", + "reward_weight": 10000, + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 1401957884, + "active": "2016-09-14T16:51:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "panadacoin", + "author_rewards": 282, + "beneficiaries": [], + "body": "http://i.imgur.com/233fZ9Q.png\n\nIt was mid-afternoon on a Thursday. I was looking for new coin Announcements to troll. All of a sudden I spot it: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch). \nMy face starts converting into the shape of a troll. I had attempted to mine it on the original launch, but never got past compilation. This time, I started digging through the github, and I was blown away. It was not some basic cookie-cutter clonecoin. It was something that took a lot of time and effort. I still could not figure out how to get mining though. So, I did as any greedy troll would do, I started demanding info from the developers(it was an account named reverseflash at the time). Everyone was patient with me, and I was able to get mining. I still was under assumption that this was just another shitcoin. I had no idea it would become the base of what steemit.com was built on. But, like any greedy troll, I did not want to miss out....just in case. \n\nI eventually made a post to help others compile the original version of steemd and the cli_wallet. I like to think that it helped many people get started that would not have been able to. It was the first step-by-step guide, but eventually once steemit.com was released, a couple people copied my guide word for word basically and got paid pretty nice for it. Glad I could help out a little there too.\n\nI never did become a member of the steemit.com. I had been pretty rude a few times in the early days in the thread. Also, blogging was never really my thing. I was a troll...but I like to think a white-hat troll. The main purpose of the panadacoin bitcointalk account was so I could troll shitty coins, and maybe save some people from losing money, while having the anonymity of a joke account. I even wore a shitty sig for yobit for a while cause I figured I may as well get paid for trolling. It was just a bad coincidence that the largest of my mining accounts would be named after a troll that I was embarrassed to be associated with. \n\nWell, time went on. Steemit.com blew up to sizes beyond almost anyones expectations. I started wanting to be a bigger part of it but did not know where/how to start. I learned about curating and started practicing that. But it was boring just voting and never talking, so I lost interest pretty quick. \n\nI would like to start contributing more, maybe writing some posts in the future. I apologize to anyone I was rude to in the mining launch, whoever was in control of thereverseflash account. And also, I hope I helped some of you get started mining with my early compiling guide. And I apologize for only powering down and not really contributing before. But remember please, I started this as a miner, I had no idea what it would become.", + "cashout_time": "2016-09-29T21:13:15", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 1401957884, + "created": "2016-08-29T21:13:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 793990, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\",\"steemit\",\"bitcointalk\",\"pow\"],\"image\":[\"http://i.imgur.com/233fZ9Q.png\"]}", + "last_payout": "2016-08-30T21:13:15", + "last_update": "2016-08-29T21:13:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-21T11:23:36", + "net_rshares": 1401957884, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "introduceyourself", + "percent_steem_dollars": 10000, + "permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "reward_weight": 10000, + "root_author": "panadacoin", + "root_permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "title": "Panadacoin: I have been part of the problem until now. But, I would like to start contributing to the community", + "total_payout_value": { + "amount": "264", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1401957884 + }, + { + "abs_rshares": 1112699443, + "active": "2016-09-15T19:40:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "panadacoin", + "author_rewards": 224, + "beneficiaries": [], + "body": "Today, after a long time of consideration, I cancelled my power-down. I have been continuously powering-down since the second week of mining. It was a great, profitable run. However, I see much more value in Steem than is currently reflected by the price. I do not want to be part of an issue that is holding Steem back from the greatness it can achieve some day.", + "cashout_time": "2016-10-15T15:48:03", + "category": "steem", + "children": 2, + "children_abs_rshares": 1112699443, + "created": "2016-09-14T15:46:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 950295, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"price\",\"market\",\"sp\"]}", + "last_payout": "2016-09-15T15:48:03", + "last_update": "2016-09-14T15:46:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "2016-09-29T19:40:00", + "net_rshares": 1112699443, + "net_votes": 10, + "parent_author": "", + "parent_permlink": "steem", + "percent_steem_dollars": 10000, + "permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "reward_weight": 10000, + "root_author": "panadacoin", + "root_permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "title": "I have cancelled my power-down(one of the longest consecutive running power-downs)", + "total_payout_value": { + "amount": "142", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 1112699443 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:41:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "You have to work real hard and be good at a lot of stuff to get the mad downvoting power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-10T07:30:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 537092, + "json_metadata": "{}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T07:30:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dollarvigilante", + "parent_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t022727595z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T10:51:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good for you to come back. As you know there is no censorship here. We were taking bets on whether you would make a return. I lost mine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T18:56:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 545047, + "json_metadata": "{}", + "last_payout": "2016-09-10T08:44:36", + "last_update": "2016-08-10T18:56:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dollarvigilante", + "parent_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-steemit-is-a-scam-how-bernie-sanders-screwed-me-20160810t135502951z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-29T16:40:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "itsascam", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are wrong. There was no \"last time\" because this is an impostor. Look before you leap.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-29T16:33:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 791127, + "json_metadata": "{}", + "last_payout": "2016-08-30T15:48:39", + "last_update": "2016-08-29T16:34:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "iggy", + "parent_permlink": "re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t090437472z", + "percent_steem_dollars": 10000, + "permlink": "re-iggy-re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t113049669z", + "reward_weight": 10000, + "root_author": "sasccha", + "root_permlink": "our-life-on-planet-earth-part-3-what-happens-after-death", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T18:44:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 349, + "beneficiaries": [], + "body": "As you claim on twitter Steem is a ponzi, why are you writing articles on this 'ponzi' platform and direct your followers to this trap? Put your money where mouth is, at least act like a man. https://twitter.com/WhalePanda/status/757610357519224832", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-25T16:24:00", + "curator_payout_value": { + "amount": "71", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 253268, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https://twitter.com/WhalePanda/status/757610357519224832\"]}", + "last_payout": "2016-08-25T16:49:57", + "last_update": "2016-07-25T16:24:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "whalepanda", + "parent_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "percent_steem_dollars": 10000, + "permlink": "re-whalepanda-what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc-20160725t162359567z", + "reward_weight": 10000, + "root_author": "whalepanda", + "root_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "title": "", + "total_payout_value": { + "amount": "1254", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:23:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "I love Chinese calligraphy, looks nice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:23:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 284476, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T19:33:21", + "last_update": "2016-07-27T04:23:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jiaxi", + "parent_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "percent_steem_dollars": 10000, + "permlink": "re-jiaxi-hello-steemit-my-name-is-jiaxi-i-m-from-china-20160727t042352270z", + "reward_weight": 10000, + "root_author": "jiaxi", + "root_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T10:13:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "Glad to see you come back. Upvoted.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ethereum", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T10:13:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 425985, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-02T22:48:21", + "last_update": "2016-08-03T10:13:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "whalepanda", + "parent_permlink": "the-complete-story-of-ethereum-so-far", + "percent_steem_dollars": 10000, + "permlink": "re-whalepanda-the-complete-story-of-ethereum-so-far-20160803t101308889z", + "reward_weight": 10000, + "root_author": "whalepanda", + "root_permlink": "the-complete-story-of-ethereum-so-far", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T07:14:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "barrie", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yeah, that makes sense. Thanks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T07:14:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 536973, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T11:14:51", + "last_update": "2016-08-10T07:14:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jesta", + "parent_permlink": "re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160809t225046548z", + "percent_steem_dollars": 10000, + "permlink": "re-jesta-re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160810t071416141z", + "reward_weight": 10000, + "root_author": "jesta", + "root_permlink": "building-a-high-availability-steemd-node-for-web-apis", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T18:36:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 408285, + "beneficiaries": [], + "body": "\n

Want to try a new recipe but you are really not sure which recipe will be good? Or do you have a recipe that needs to be improved or tweaked a little? With this technique you can confidently analyze recipes and create custom versions that work.    

\n

Here is an example for banana bread (but it will work for any recipe). Setup a spreadsheet or sketch a chart on a sheet of paper. In the first column, list the ingredients for the recipe. It is helpful to leave some space between the ingredients so that you can include special notes or similar ingredients.    

\n

\n

Across the top of the chart, title each column with where you found the recipe, such as my recipe, Nana, cook book Susan, website Carol E., Church, etc.   

\n

Now list the amounts of each ingredients required for the recipe. Keep it simple in the beginning, so you can see what is different and what is the same in each recipe.    

\n

In our example recipes, one uses butter and the other uses oil. Also the leavening agents are different: one uses only baking soda and the other uses baking soda and baking powder. Now you have a clear way to see the differences between recipes. You can make the personal decision of whether you like the taste of butter or oil in your baked goods. This is a process but you will eventually make one that is just right for you.   

\n

Analyzing multiple recipes this way can also be beneficial if you're trying to keep to some form of diet (weight loss, low salt, low cholesterol, etc).   

\n

Remember to have fun and improve until you have a great recipe.    

\n

Eat and Enjoy!     

\n", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-17T17:45:30", + "curator_payout_value": { + "amount": "17954", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 108761, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s31.postimg.org/sd4vattkb/banana_bread_spread_sheet.png\"]}", + "last_payout": "2016-08-24T06:44:18", + "last_update": "2016-07-17T17:45:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 126, + "parent_author": "", + "parent_permlink": "recipes", + "percent_steem_dollars": 10000, + "permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "reward_weight": 10000, + "root_author": "benita", + "root_permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "title": "How to Compare Multiple Recipes for the same Dish", + "total_payout_value": { + "amount": "1341623", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T17:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 184195, + "beneficiaries": [], + "body": "

\n

These scones are amazing they have wonderful texture and the raisins are bursting with flavor. I created this recipe by using the compare method that I posted at \u00a0How to Compare Multiple Recipes for the Same Dish.\u00a0

\n

MARINATED RAISINS

\n

3 tablespoons Sherry (can substitute white grape juice or buttermilk)

\n

1 cup raisins

\n

MAIN INGREDIENTS

\n

4 cups all purpose flour

\n

1/2 cup sugar

\n

1 tablespoon baking powder

\n

1/2 teaspoon baking soda

\n

2 sticks frozen salted butter (1/2 pound)

\n

1 1/4 cups buttermilk

\n

TOPPING

\n

1/4 cup coarse sugar (turbinado) and some extra buttermilk for the topping

\n

Preheat the oven to 375 degrees. Soak the raisins in the sherry for about 30 minutes, stirring occasionally.\u00a0

\n

In a large mixing bowl, whisk together the flour, sugar, baking powder, and baking soda. Roughly chop the frozen butter with a knife into chunks, then cut it into the dry ingredients using a pastry blender or your fingertips. Add in the buttermilk and sherry soaked raisins. Then lightly mix just until the ingredients are evenly distributed. Over mixing will make the scones have a denser texture. The dough will be a little dry and a bit crumbly, but that is normal for scones.\u00a0

\n

Turn dough onto a floured surface and gently knead it together. Divide the dough in half. Working with one half at a time, gently form the dough into an 8 inch circle about 1 inch thick. Cut into 6-8 wedges depending on size you want. Then repeat with remaining dough.

\n

Place the wedges on a parchment covered baking sheet, leaving about a half inch between them. \u00a0Brush the tops of the wedges with the extra buttermilk and then sprinkle with the coarse sugar.

\n

Bake for 25-30 minutes or until lightly browned on top. This recipe makes about 12-16 scones. I hope you love these as much as my family loves them!

\n


\n


", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-07-26T20:31:06", + "curator_payout_value": { + "amount": "184565", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 277805, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/w61mpp9dh/Raisin_Scones.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/how-to-compare-multiple-recipes-for-the-same-dish\"]}", + "last_payout": "2016-08-26T09:57:27", + "last_update": "2016-07-26T20:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 73, + "parent_author": "", + "parent_permlink": "recipes", + "percent_steem_dollars": 10000, + "permlink": "sherry-plumped-raisin-scones", + "reward_weight": 10000, + "root_author": "benita", + "root_permlink": "sherry-plumped-raisin-scones", + "title": "Sherry Plumped Raisin Scones", + "total_payout_value": { + "amount": "650392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:33:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "benita", + "author_rewards": 637, + "beneficiaries": [], + "body": "

\n

I made the Lime Cardamom Scones! They turned out great. The lime frosting is exceptional. I ended up using canola oil, because I was worried that the other options might add a weird flavor, but the lime and cardamom are so strong I don't think it would have made a difference. I also needed to increase the cooking time, because they were a bit doughy at 14 minutes, but that might just be my oven. The texture of the scones is a little denser than my normal butter based scones, but they are still great and flavors are new and weirdly fun. This post encouraged me to post my Sherry Plumped Raisin Scones.\u00a0

", + "cashout_time": "1969-12-31T23:59:59", + "category": "recipes", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T20:44:12", + "curator_payout_value": { + "amount": "239", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 278045, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/qiouv7klx/LIME_CARDAMOM_SCONES.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/sherry-plumped-raisin-scones\"]}", + "last_payout": "2016-08-22T16:48:03", + "last_update": "2016-07-26T20:44:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "michelegraybeal", + "parent_permlink": "scone-recipe-lime-cardamom-video", + "percent_steem_dollars": 10000, + "permlink": "re-michelegraybeal-scone-recipe-lime-cardamom-video-20160726t204421972z", + "reward_weight": 10000, + "root_author": "michelegraybeal", + "root_permlink": "scone-recipe-lime-cardamom-video", + "title": "", + "total_payout_value": { + "amount": "934", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:11:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "☢", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-03T19:19:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 37041, + "json_metadata": "{\"tags\":[\"spam\",\"test\"]}", + "last_payout": "2016-08-05T06:14:42", + "last_update": "2016-07-08T21:30:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -7112737933437, + "net_votes": 1, + "parent_author": "", + "parent_permlink": "spam", + "percent_steem_dollars": 10000, + "permlink": "and-9762-test", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "and-9762-test", + "title": "test", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T05:42:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 7470, + "beneficiaries": [], + "body": "welcome ♡", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduce", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T05:27:18", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37486, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T05:27:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "percent_steem_dollars": 10000, + "permlink": "re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t052717512z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "title": "", + "total_payout_value": { + "amount": "1718", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T04:08:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "♡", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T20:02:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40309, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:09:21", + "last_update": "2016-07-05T20:02:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dorit-israeli", + "parent_permlink": "dorit-s-ten-commandments", + "percent_steem_dollars": 10000, + "permlink": "re-dorit-israeli-dorit-s-ten-commandments-20160705t200232302z", + "reward_weight": 10000, + "root_author": "dorit-israeli", + "root_permlink": "dorit-s-ten-commandments", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T14:06:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "stop making me miss the desert :-)", + "cashout_time": "1969-12-31T23:59:59", + "category": "the", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-09T14:06:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 49529, + "json_metadata": "{\"tags\":[\"the\"]}", + "last_payout": "2016-08-17T10:17:15", + "last_update": "2016-07-09T14:06:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "simba", + "parent_permlink": "re-joelinux-re-simba-the-dead-sea-at-sunset-20160708t201749278z", + "percent_steem_dollars": 10000, + "permlink": "re-simba-re-joelinux-re-simba-the-dead-sea-at-sunset-20160709t140638909z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "the-dead-sea-at-sunset", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T05:14:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "I can verify he is really him without a sign\ni minted the account after his birthday, i though he would like to own this account name... \n\nmaybe write steemit on your forehead @simba !", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-10T21:59:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 54576, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"simba\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T21:59:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-simba-hey-steemit-i-m-simba-20160710t215343617z", + "percent_steem_dollars": 10000, + "permlink": "re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t215939419z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T22:08:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "verification could be ... https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T22:08:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 54607, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T22:08:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220454893z", + "percent_steem_dollars": 10000, + "permlink": "re-hitmeasap-re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220852252z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-12T06:30:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "everything is allowed, good finding \nsource is linked in the article, but still many nice images copy/paste...\n\nI downvoted this post because copying someone else's work shouldn't be so rewarding", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-12T06:22:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 60175, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-24T01:27:45", + "last_update": "2016-07-12T06:30:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "foma17", + "parent_permlink": "re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t022359449z", + "percent_steem_dollars": 10000, + "permlink": "re-foma17-re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t062218115z", + "reward_weight": 10000, + "root_author": "b0y2k", + "root_permlink": "mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T13:21:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "adorable ☺", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-17T13:05:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 105011, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-20T15:24:27", + "last_update": "2016-07-17T13:05:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mayathedog", + "parent_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-mayathedog-hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit-20160717t130527530z", + "reward_weight": 10000, + "root_author": "mayathedog", + "root_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T17:02:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 110, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tMpGdG27K9o", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 20, + "children_abs_rshares": 0, + "created": "2016-07-18T16:50:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 123322, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=tMpGdG27K9o\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-18T16:50:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 36, + "parent_author": "", + "parent_permlink": "music", + "percent_steem_dollars": 10000, + "permlink": "careful-with-that-axe-eugene", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "Careful with that axe, Eugene", + "total_payout_value": { + "amount": "399", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T17:09:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "i love it", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T17:09:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 183358, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-21T17:16:18", + "last_update": "2016-07-21T17:09:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "pcste", + "parent_permlink": "my-photography-bands-clown-my-original-work", + "percent_steem_dollars": 10000, + "permlink": "re-pcste-my-photography-bands-clown-my-original-work-20160721t170934779z", + "reward_weight": 10000, + "root_author": "pcste", + "root_permlink": "my-photography-bands-clown-my-original-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T17:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "woof", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-21T17:49:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 184069, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-22T20:40:45", + "last_update": "2016-07-21T17:49:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dog", + "parent_permlink": "proper-introduction", + "percent_steem_dollars": 10000, + "permlink": "re-dog-proper-introduction-20160721t174918899z", + "reward_weight": 10000, + "root_author": "princesscutexx", + "root_permlink": "proper-introduction", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T09:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 17, + "beneficiaries": [], + "body": "the crater photo is amazing \ni miss the desert so much\n \ndidn't visit there since years ago", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-21T22:17:18", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 188661, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-22T16:08:21", + "last_update": "2016-07-21T22:18:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "simba", + "parent_permlink": "sandy-trip-a-journey-to-southern-israel", + "percent_steem_dollars": 10000, + "permlink": "re-simba-sandy-trip-a-journey-to-southern-israel-20160721t221718048z", + "reward_weight": 10000, + "root_author": "simba", + "root_permlink": "sandy-trip-a-journey-to-southern-israel", + "title": "", + "total_payout_value": { + "amount": "59", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T15:32:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "there is a better quality version in youtube \nhttps://www.youtube.com/watch?v=b72I7TwsvBE\ncredits: **Pink Floyd**", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T22:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 259804, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=b72I7TwsvBE\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "steempty", + "parent_permlink": "careful-with-that-axe-eugene", + "percent_steem_dollars": 10000, + "permlink": "re-steempty-careful-with-that-axe-eugene-20160725t221120280z", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:48:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "Ummagumma", + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T22:34:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 260275, + "json_metadata": "{\"tags\":[\"music\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thecryptofiend", + "parent_permlink": "re-steempty-careful-with-that-axe-eugene-20160722t144509118z", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-re-steempty-careful-with-that-axe-eugene-20160725t223441628z", + "reward_weight": 10000, + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T13:29:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "Happy Birthday \nand i'v been told that there is __nothing__ in Montana ... ☺", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T11:36:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 351973, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T18:11:39", + "last_update": "2016-07-30T11:36:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "queenmountain", + "parent_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "percent_steem_dollars": 10000, + "permlink": "re-queenmountain-i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana-20160730t113609810z", + "reward_weight": 10000, + "root_author": "queenmountain", + "root_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:49:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "amazing \n I love it", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T09:49:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 459851, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T22:06:15", + "last_update": "2016-08-05T09:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "opheliafu", + "parent_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "percent_steem_dollars": 10000, + "permlink": "re-opheliafu-are-you-ready-to-go-on-another-journey-with-me-20160805t094949313z", + "reward_weight": 10000, + "root_author": "opheliafu", + "root_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": "4332734210", + "active": "2016-08-19T08:31:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wj9_YtUNIj8", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-19T08:31:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 667647, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=Wj9_YtUNIj8\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T08:31:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "4332734210", + "net_votes": 1, + "parent_author": "dollarvigilante", + "parent_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history-20160819t083114914z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": "19959589878348161", + "vote_rshares": "4332734210" + }, + { + "abs_rshares": "4332734210", + "active": "2016-08-25T16:55:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "steempty", + "author_rewards": 0, + "beneficiaries": [], + "body": "I wish you success, but not sure everyone can make a living as being an artists. i hope steem proves me wrong...\nwe live in world where people sitting in a cubicle are needed", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-25T15:46:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 744033, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-26T11:46:24", + "last_update": "2016-08-25T15:46:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": "4332734210", + "net_votes": 3, + "parent_author": "queenmountain", + "parent_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "percent_steem_dollars": 10000, + "permlink": "re-queenmountain-i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art-20160825t154615248z", + "reward_weight": 10000, + "root_author": "queenmountain", + "root_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": "4332734210" + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "testa", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-03T08:49:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 425183, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -31977134043537, + "net_votes": 5, + "parent_author": "", + "parent_permlink": "spam", + "percent_steem_dollars": 10000, + "permlink": "test", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "test", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-02T06:25:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This is actually a very interesting point and not one that has been clearly stated before. \n\nAll of the comparisons we've seen between algorithms are comparing SP with SP. _But this is not a valid comparison_ because SP on one fork _is not an identical asset_ to SP on a different fork. As such they don't necessarily have the same market value. Of course, we don't know in advance what those values will be, but ignoring the difference altogether causes the analysis to be incorrect.\n\nLooking toward maximizing the market cap (and, assuming no total supply change, equivalently the value of the SP unit), at least as one consideration, makes a lot of sense.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-02T06:25:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 36004, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T00:33:54", + "last_update": "2016-07-02T06:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160701t152333716z", + "percent_steem_dollars": 10000, + "permlink": "re-dan-re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160702t062502700z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steemit-inc-supports-0-8-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-03T10:25:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The code is not based off Blackcoin at all. 63 seconds comes from 21 witnesses each producing a block every 3 seconds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-guides", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-03T10:25:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 36711, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T21:50:30", + "last_update": "2016-07-03T10:25:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "grittenald", + "parent_permlink": "re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t060837024z", + "percent_steem_dollars": 10000, + "permlink": "re-grittenald-re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t102549100z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "a-full-steemit-user-s-guide-to-steem-witnesses", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T02:47:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "thats a bot fishing for upvotes", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduce", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T02:47:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 37328, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T02:47:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024349789z", + "percent_steem_dollars": 10000, + "permlink": "re-fyrstikken-re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024736500z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:08:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your vote, by itself, is worth two cents. Votes are worth a lot more when multiple people vote on the same content.\n\nI'm not sure why your rewards didn't match estimates. I think the people creating the estimate tables know what they are doing, but I guess errors are always possible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T02:49:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37330, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T02:49:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tinfoilfedora", + "parent_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t024930900z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T02:52:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 716, + "beneficiaries": [], + "body": "Agree and would prefer to see total lifetime payout along with pending.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T02:52:48", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37338, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:52:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "liondani", + "parent_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "percent_steem_dollars": 10000, + "permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025250900z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "title": "", + "total_payout_value": { + "amount": "164", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:04:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 105, + "beneficiaries": [], + "body": "Author still get rewards I think. Just not curators.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T02:53:27", + "curator_payout_value": { + "amount": "7", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 37340, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t023608100z", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025325400z", + "reward_weight": 10000, + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:05:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. Great post\n2. The distribution stats are fairly meaningless because many people have multiple accounts. The largest known stakeholder by a decent margin does not even appear in the 'legend' category.\n3. I'm downvoting this post because I don't like seeing all the rewards going to posts that talk about steem itself. We already have several >$1K steem posts today. That alone is a good chunk of the entire reward pool for the day (despite my downvote the post is still >$1500 as I write this).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T02:57:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37343, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-04T02:58:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "how-to-measure-success-of-steem", + "percent_steem_dollars": 10000, + "permlink": "re-hipster-how-to-measure-success-of-steem-20160704t025705200z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:05:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In practice, probably no one other than professional traders should ever use the convert option (this is similar to how ETFs operate), though the option is available to everyone which is nice as a matter of fairness (no privileged class). Just trade on the internal market. Click the menu on the upper right and choose Market.", + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T03:04:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37353, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-13T08:41:30", + "last_update": "2016-07-04T03:05:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "convert-to-steem-takes-1-week", + "percent_steem_dollars": 10000, + "permlink": "re-tinfoilfedora-convert-to-steem-takes-1-week-20160704t030429800z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "convert-to-steem-takes-1-week", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T03:08:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Of course, but I wouldn't expect huge changes with 3 months of rewards already in the pool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T03:08:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 37359, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:08:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025043740z", + "percent_steem_dollars": 10000, + "permlink": "re-steemitblog-re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t030832200z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T17:07:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The value of any vote is much higher if many people vote on the same content than when voting alone.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T03:10:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 37363, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:10:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "will-zewe", + "parent_permlink": "re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025021427z", + "percent_steem_dollars": 10000, + "permlink": "re-will-zewe-re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t031049900z", + "reward_weight": 10000, + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T11:22:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "How often is interest paid on SD?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T04:04:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37413, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T04:04:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -23516550796, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", + "percent_steem_dollars": 10000, + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t040436400z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T04:25:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The first confirmation takes on average 10 minutes, not 5. An interesting, if perhaps non-intuitive, property of the exponential distribution.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T04:06:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37416, + "json_metadata": "{\"tags\":[\"blocktrades\"]}", + "last_payout": "2016-08-24T15:52:00", + "last_update": "2016-07-04T08:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "blocktrades", + "parent_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "percent_steem_dollars": 10000, + "permlink": "re-blocktrades-bitcoin-payments-accepted-in-20s-soon-to-be-6s-20160704t040637300z", + "reward_weight": 10000, + "root_author": "blocktrades", + "root_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T04:23:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 158, + "beneficiaries": [], + "body": "They're working on it. Their wallet was suspended prior to the fork as a precaution and the fork caused some minor issues for some nodes. Hopefully it won't be down much longer.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T04:09:54", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37420, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-16T05:19:18", + "last_update": "2016-07-04T04:09:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "klye", + "parent_permlink": "bittrex-steem-wallet-maintenance", + "percent_steem_dollars": 10000, + "permlink": "re-klye-bittrex-steem-wallet-maintenance-20160704t040955200z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bittrex-steem-wallet-maintenance", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:55:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 151, + "beneficiaries": [], + "body": "Payouts are continuous. 24 hours after each post but may be delayed if there is ongoing voting activity.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-04T05:12:27", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 37468, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:12:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "noaommerrr", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t045810802z", + "percent_steem_dollars": 10000, + "permlink": "re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051225800z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T05:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think you need to have orders on both sides at the same time or all the time, but you need to have had your orders filled on both sides otherwise your score will be zero and you will never get rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T05:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 37470, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:14:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "alyssas", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t042541327z", + "percent_steem_dollars": 10000, + "permlink": "re-alyssas-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051402000z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:23:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 171, + "beneficiaries": [], + "body": "There will be direct markets from Steem Dollars to Bitcoins within a few days. You won't need to use the internal market unless you want to convert your SD to Steem to power them up.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-04T08:09:57", + "curator_payout_value": { + "amount": "10", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 37632, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:09:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "easteagle13", + "parent_permlink": "re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t075642793z", + "percent_steem_dollars": 10000, + "permlink": "re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t080958400z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "38", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted only to balance rewards between steem and non-steem posts. The post itself is of course well-written and helpful!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-04T08:12:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37637, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T08:12:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -45323077750, + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", + "percent_steem_dollars": 10000, + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t081255800z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:23:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm not one of the coders on Steem/it. I do coding on other projects, but I wouldn't want to take credit where not deserved. I'm a Steem witness, early miner, and significant stakeholder. Glad I was able to provide useful information.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T08:23:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 37643, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:23:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t081255398z", + "percent_steem_dollars": 10000, + "permlink": "re-easteagle13-re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082329600z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-04T08:24:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 111178, + "beneficiaries": [], + "body": "Don't forget, in addition to the monetary rewards, you are now vested with 2000 Steem Power which gives you much greater influence than entry-level users in what content is rewarded and most visible on the site. Use it wisely!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-04T08:24:39", + "curator_payout_value": { + "amount": "85", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 37646, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:24:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "easteagle13", + "parent_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "percent_steem_dollars": 10000, + "permlink": "re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082440000z", + "reward_weight": 10000, + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "title": "", + "total_payout_value": { + "amount": "25792", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:05:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 171, + "beneficiaries": [], + "body": "My mistake. I did not see the bounty comment at the very end. I just sent another 300 SD which is about my recollection of how much the reward dropped. Please apply it to the bounty.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T03:52:00", + "curator_payout_value": { + "amount": "13", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 39164, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-05T03:52:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-smooth-re-hipster-how-to-measure-success-of-steem-20160704t234627281z", + "percent_steem_dollars": 10000, + "permlink": "re-hipster-re-smooth-re-hipster-how-to-measure-success-of-steem-20160705t035202500z", + "reward_weight": 10000, + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", + "title": "", + "total_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T03:55:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes you still earn more. The voters don't get rewards after 24 hours but they can still upvote to reward the author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T03:55:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 39168, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-05T03:55:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kagetoki-1", + "parent_permlink": "re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t132726652z", + "percent_steem_dollars": 10000, + "permlink": "re-kagetoki-1-re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160705t035504400z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T05:10:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Congratuations. Great work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T05:10:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39250, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T15:20:21", + "last_update": "2016-07-05T05:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "percent_steem_dollars": 10000, + "permlink": "re-donkeypong-can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category-20160705t051016800z", + "reward_weight": 10000, + "root_author": "donkeypong", + "root_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:25:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Could not agree with you more and that is exactly while I voted for many (good) posts in #introduceyourself", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T06:47:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39330, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:47:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "wingz", + "parent_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064745000z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T06:48:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Spot on.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T06:48:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 39331, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:48:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "justtryme90", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t035818715z", + "percent_steem_dollars": 10000, + "permlink": "re-justtryme90-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064822500z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T13:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "No. Liquid STEEM does nothing for you other than sit there and potentially lose value. You should do something with it. Trade for SD, power up, or sell it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-05T09:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39446, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T09:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ash", + "parent_permlink": "quick-question-do-you-vest-even-when-powered-down", + "percent_steem_dollars": 10000, + "permlink": "re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t094120800z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:28:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1273, + "beneficiaries": [], + "body": "I agree, but there is a slight irony here: Your post is about Steem!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-05T10:10:51", + "curator_payout_value": { + "amount": "94", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39472, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-10T21:17:30", + "last_update": "2016-07-05T10:11:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "nadejde", + "parent_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "percent_steem_dollars": 10000, + "permlink": "re-nadejde-the-circlejerk-of-steemit-and-why-is-bad-for-everybody-20160705t101050900z", + "reward_weight": 10000, + "root_author": "nadejde", + "root_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "title": "", + "total_payout_value": { + "amount": "296", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T13:14:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Oh, if you mean the part that hasn't powered down _yet_, then yes. That is still considered powered up (Vests).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:33:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 39546, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T11:33:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t110448738z", + "percent_steem_dollars": 10000, + "permlink": "re-ash-re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t113333000z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T01:01:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I tried to make this exact point about the content rewards creating many new vested participants (and they will continue to do this every day as new rewards are paid out!) during the brutal Curation Reward Debates, but it is much easier to understand when you can see it for yourself than when someone is trying to explain it (and apparently was not doing a very good job).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:37:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 39552, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T11:37:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t053652525z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptogee-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t113728900z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T11:51:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good to see you posting your content here now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "supernet", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-05T11:44:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 39558, + "json_metadata": "{\"tags\":[\"supernet\"]}", + "last_payout": "2016-08-19T10:55:18", + "last_update": "2016-07-05T11:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "thirdstryker1", + "parent_permlink": "core-media-supernet-weekly-no-17", + "percent_steem_dollars": 10000, + "permlink": "re-thirdstryker1-core-media-supernet-weekly-no-17-20160705t114420600z", + "reward_weight": 10000, + "root_author": "thirdstryker1", + "root_permlink": "core-media-supernet-weekly-no-17", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T18:56:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 84392, + "beneficiaries": [], + "body": "Remember there is no \"guarantee\" that 1 SD will ever be worth 1 USD! It is supposed to and it probably will, but that is the bet you are placing if you make this trade (or at least that it will get closer).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T18:56:48", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40223, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T19:37:39", + "last_update": "2016-07-05T18:56:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "wingz", + "parent_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-how-to-buy-a-steem-dollar-for-less-than-a-dollar-20160705t185650100z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "title": "", + "total_payout_value": { + "amount": "19662", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 543, + "beneficiaries": [], + "body": "The other keys can do everything but change keys (transferring funds, voting, etc.). The main thing that protects the value of an account as long as you have the owner key is the powering down process taking two years, and one week for even the first payment. If someone were to take over your account (via the other keys) and for example start powering it down or using it to vote on their own posts, you could recover it with the owner key (by changing the compromised keys) and limit the damage.\n\nHowever, if you have liquid steem or steem dollars in your account those could be stolen immediately with the active key. The memo key could be used to see your private messages.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-guides", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:16:18", + "curator_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 40338, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T10:05:15", + "last_update": "2016-07-05T20:16:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "clains", + "parent_permlink": "re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t200731710z", + "percent_steem_dollars": 10000, + "permlink": "re-clains-re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t201618900z", + "reward_weight": 10000, + "root_author": "pfunk", + "root_permlink": "your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever", + "title": "", + "total_payout_value": { + "amount": "125", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:54:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Just link and include a summary. There is zero reason to repost the whole thing here. Vitalik knows where to find us if he wants to come post here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:54:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40417, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-05T20:54:06", + "last_update": "2016-07-05T20:54:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -258744746, + "net_votes": -1, + "parent_author": "miles2045", + "parent_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "percent_steem_dollars": 10000, + "permlink": "re-miles2045-vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more-20160705t205442800z", + "reward_weight": 10000, + "root_author": "miles2045", + "root_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T20:57:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 85955, + "beneficiaries": [], + "body": "Exactly. The referral program works like this:\n\n1. Buy or earn Steem Power\n2. Refer people\n3. Profit", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T20:57:27", + "curator_payout_value": { + "amount": "79", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 40420, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T14:23:30", + "last_update": "2016-07-05T20:57:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hipster", + "parent_permlink": "re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t141204852z", + "percent_steem_dollars": 10000, + "permlink": "re-hipster-re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t205726400z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-s-valuation", + "title": "", + "total_payout_value": { + "amount": "20026", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T21:01:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct, but the option doesn't seem all that important. Powering down will only liquidate 1% per week so if you want to power down a portion you can stop it after some number of weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T21:01:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 40429, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:01:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t094005891z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210106700z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-05T21:03:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 64180, + "beneficiaries": [], + "body": "Conversion of steem dollars takes 7 days to collect sufficient data via the price feed (trading on the internal market can be done instantly though). A smaller number of feed samples would be more subject to the possibility of bad data. I don't know of a technical rationale for the first power down payment taking 7 days. I guess it is more of an economic motivation, to keep SP from being viewed as a liquid asset.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-05T21:03:24", + "curator_payout_value": { + "amount": "24", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40437, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:03:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210325200z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "title": "", + "total_payout_value": { + "amount": "14952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T00:57:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can still see the downvotes in the vote drop down, but that won't work at all in practice (already questionable) once the user base expands.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T00:57:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 40713, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:57:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t005732000z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Suggestion to reverse the payout info. Show the total payout, and the current payout in the detail box. Total payout is a \"meaingful\" property of the post while pending payout is part of the underlying system mechanics. This could be reversed in the \"payout time\" view.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-06T00:59:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 40715, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:59:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "new-features-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-new-features-on-steemit-20160706t005919100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:00:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes I see that looking in my blog page. But I think the payouts shown are half (maybe only author rewards are shown, not curator?)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T07:00:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 41142, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T07:00:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-dantheman-new-features-on-steemit-20160706t012023919z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-smooth-re-dantheman-new-features-on-steemit-20160706t070004700z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:04:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You have to believe that Steem Dollar will someday trade at (or at least closer to) par, or that Steem price will be reasonably stable going forward. Neither of these are guaranteed, but I think they are good bets for the short term. You should make your own investment decisions though, don't listen to me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-06T07:03:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 41146, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-06T07:04:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "wingz", + "parent_permlink": "re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t013647974z", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t070344200z", + "reward_weight": 10000, + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T07:19:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "wang is a bot. Ignore.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T07:12:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 41158, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-07T20:04:33", + "last_update": "2016-07-06T07:12:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "spiry-btc", + "parent_permlink": "re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t064557248z", + "percent_steem_dollars": 10000, + "permlink": "re-spiry-btc-re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t071233400z", + "reward_weight": 10000, + "root_author": "spiry-btc", + "root_permlink": "hey-guys-i-am-spiry-been-in-bitcoin-since-2013", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T10:48:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 260, + "beneficiaries": [], + "body": "I've reported this issue to the web site development team.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-issues", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T09:13:12", + "curator_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 41289, + "json_metadata": "{\"tags\":[\"steemit-issues\"]}", + "last_payout": "2016-08-06T14:29:12", + "last_update": "2016-07-06T09:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "steem-power-and-vests", + "percent_steem_dollars": 10000, + "permlink": "re-ash-steem-power-and-vests-20160706t091310800z", + "reward_weight": 10000, + "root_author": "ash", + "root_permlink": "steem-power-and-vests", + "title": "", + "total_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-06T16:41:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 64891, + "beneficiaries": [], + "body": "Upvoted because....while this isn't the most thoughtful or well-written post, the idea is important. People have now seen (and are seeing every single day with new payouts) that this isn't some bait-and-switch \"rewards\" site that promises to pay you for doing this or that but really you end up with pennies or nothing at all. Getting paid to post and vote on Steemit is now a \"real thing\", and that's important.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-06T09:39:06", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 41309, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-08T17:28:18", + "last_update": "2016-07-06T09:39:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "azaan", + "parent_permlink": "steem-on", + "percent_steem_dollars": 10000, + "permlink": "re-azaan-steem-on-20160706t093906200z", + "reward_weight": 10000, + "root_author": "azaan", + "root_permlink": "steem-on", + "title": "", + "total_payout_value": { + "amount": "15184", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-07T10:10:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted because, well yes it is a great plan, but the plan is undermined by Steem-related posts and team updates sucking in a big portion of the reward pool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-07T10:10:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 43331, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T22:45:51", + "last_update": "2016-07-07T10:10:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "percent_steem_dollars": 10000, + "permlink": "re-dan-steemit-s-evil-plan-for-cryptocurrency-world-domination-20160707t101053600z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-09T00:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe best to keep titles SFW? Upvoted anyway.", + "cashout_time": "1969-12-31T23:59:59", + "category": "secret-writer", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-08T23:04:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 47914, + "json_metadata": "{\"tags\":[\"secret-writer\"]}", + "last_payout": "2016-08-25T04:05:45", + "last_update": "2016-07-08T23:04:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "stellabelle", + "parent_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "percent_steem_dollars": 10000, + "permlink": "re-stellabelle-the-secret-writer-the-fucked-up-letter-i-got-from-my-dad-20160708t230441700z", + "reward_weight": 10000, + "root_author": "stellabelle", + "root_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-08T23:10:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes you will and the there is not really any process to see. It is just a waiting period.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-08T23:09:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 47918, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-09T09:32:39", + "last_update": "2016-07-08T23:10:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "percent_steem_dollars": 10000, + "permlink": "re-joelinux-i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned-20160708t230958400z", + "reward_weight": 10000, + "root_author": "joelinux", + "root_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T09:22:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 3596, + "beneficiaries": [], + "body": "Thanks Bittrex and Bill, Fantastic work, but I downvoted this to keep the rewards from going too high for an 'announcement' post. That takes money away from the pool that rewards authors.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bittrex", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-09T22:19:27", + "curator_payout_value": { + "amount": "317", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 50843, + "json_metadata": "{\"tags\":[\"bittrex\"]}", + "last_payout": "2016-08-24T00:07:18", + "last_update": "2016-07-09T22:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "bittrex-bill", + "parent_permlink": "new-bittrex-market-for-steam-dollars", + "percent_steem_dollars": 10000, + "permlink": "re-bittrex-bill-new-bittrex-market-for-steam-dollars-20160709t221927200z", + "reward_weight": 10000, + "root_author": "bittrex-bill", + "root_permlink": "new-bittrex-market-for-steam-dollars", + "title": "", + "total_payout_value": { + "amount": "952", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T09:00:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Voting power regeneration was changed to 5 days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-10T09:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52416, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T19:51:45", + "last_update": "2016-07-10T09:00:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "norbu", + "parent_permlink": "re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t075538895z", + "percent_steem_dollars": 10000, + "permlink": "re-norbu-re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t090018900z", + "reward_weight": 10000, + "root_author": "krispy123", + "root_permlink": "how-does-steem-upvote-post-reward-system-works", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-10T10:47:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can see the numbers in the box on the right side of steemd.com. Current supply is 94.760 million of which 93.085 million is in the vesting fund (Steem Power).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-10T10:37:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 52625, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:09", + "last_update": "2016-07-10T10:37:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t100731459z", + "percent_steem_dollars": 10000, + "permlink": "re-bacchist-re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t103736400z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steem-getting-pump-ed-will-there-be-a-dump", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I hope you blog about what it's like to run an exchange without giving any trade secrets\n\nAgree", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-11T03:26:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 55475, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-11T03:26:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "intelliguy", + "parent_permlink": "re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160710t233528275z", + "percent_steem_dollars": 10000, + "permlink": "re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160711t032643400z", + "reward_weight": 10000, + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-11T13:06:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Amazing post. Thanks for sharing your adventures with us!", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-11T03:28:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 55477, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-24T11:10:15", + "last_update": "2016-07-11T03:28:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "heiditravels", + "parent_permlink": "14-days-in-north-africa-part-1", + "percent_steem_dollars": 10000, + "permlink": "re-heiditravels-14-days-in-north-africa-part-1-20160711t032827700z", + "reward_weight": 10000, + "root_author": "heiditravels", + "root_permlink": "14-days-in-north-africa-part-1", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T01:25:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Perhaps aspects of how they handle security, or future marketing plans, etc.. Just like any business.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T01:25:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 64649, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-13T01:25:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160712t014940855z", + "percent_steem_dollars": 10000, + "permlink": "re-getssidetracked-re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160713t012525700z", + "reward_weight": 10000, + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T02:37:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a section of the whitepaper that gives the long term percentage growth rates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T02:37:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 65010, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-13T02:37:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lukestokes", + "parent_permlink": "re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171729149z", + "percent_steem_dollars": 10000, + "permlink": "re-lukestokes-re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160713t023756100z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-13T19:14:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposting is discouraged, better to link. Even though not technically plagiarism.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-13T19:14:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 71716, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-16T05:29:36", + "last_update": "2016-07-13T19:14:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "wpalczynski", + "parent_permlink": "re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t023844930z", + "percent_steem_dollars": 10000, + "permlink": "re-wpalczynski-re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t191443900z", + "reward_weight": 10000, + "root_author": "wpalczynski", + "root_permlink": "digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T06:56:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 12755, + "beneficiaries": [], + "body": "They already know about it.\n\n@dan has stated that the purpose of the liquidity reward is in part to subsidize liquidity but also in part to serve as a component of the distribution strategy for Steem. By offering such a bounty it brings traders to Steem, an audience which would not normally be interested in the social media aspect (though they may indeed post about or discuss trading).\n\nSome tweaks are planned to improve the algorithm, but in a sense traders being clever and figuring out how to collect it is the whole idea. The same applies to saturday/sunday who appears to be trying to compete along with others who will join the game later.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-14T07:29:57", + "curator_payout_value": { + "amount": "1437", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 77030, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:41:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "norbu", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t050307673z", + "percent_steem_dollars": 10000, + "permlink": "re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t072956200z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "9451", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 684, + "beneficiaries": [], + "body": "The reward is, in a sense, already proportional. Once an account wins the reward its score is reset and has to start from zero. Someone else who earns rewards at a slower rate will not win but their score is not reset. So they can continue to earn points to reach the top of the scoreboard after multiple hours. For example, in a contest between two accounts with one earning points at twice the rate of the other, the slower one will get one in three hourly rewards on average.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-14T07:32:36", + "curator_payout_value": { + "amount": "166", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 77054, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T07:32:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "blakemiles84", + "parent_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "percent_steem_dollars": 10000, + "permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073235600z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "506", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T08:38:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18800, + "beneficiaries": [], + "body": "I think @dan's answer would be that traders bring liquidity and investment, leading to higher market cap and larger rewards for the social media side. It is a synergy.\n\nAnd I would disagree that the rise in price and market cap has been funded by users. 2000+ BTC trading volume over the past few days on bittrex is not (primarily) steem users, it is traders and investors buying in, increasing the market cap, and making the entire system work better for everyone. \n\nAnyway, perhaps @dan will have his own thoughts to share on this", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:21:51", + "curator_payout_value": { + "amount": "4640", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 77347, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:21:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "norbu", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t080000323z", + "percent_steem_dollars": 10000, + "permlink": "re-norbu-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082151700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "13930", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T08:44:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 247, + "beneficiaries": [], + "body": "I don't think @abit is behaving in a manner that most benefits the Steem community. If his trading bot were more focused on providing liquidity and less on self-trading then he would still likely get a good share of the rewards, just not (nearly) all of them, and would be providing a better service to customers in the market while encouraging rather than discouraging competition from others who also want to provide liquidity (but don't have the head start he does in terms of creating bots that take advantage of various nuances of the system). I'm not going to tell you how to vote though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:25:00", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 77363, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"abit\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:25:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "benjojo", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073540116z", + "percent_steem_dollars": 10000, + "permlink": "re-benjojo-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082459500z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T16:53:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 328, + "beneficiaries": [], + "body": "> If I don't do that, others will\n\nI don't necessarily agree. If the liquidity rewards were more accessible to others then more would be competing to provide liquidity by leaving more orders on the book and narrowing the spread. The more populated book and narrower spread would in turn would make successful self-trading much harder. Systems like this can reach multiple equilibria, and it is very possible that another one would serve the community better than what is happening now.\n\nI think you should try simply providing liquidity and not self-trading for a while, and if others provide better liquidity, either compete on that basis or let them get the rewards for providing the service, which encourages more and more of it. I can't tell you what to do though, this is just my opinion.\n\nAs for the bot losing, well, that is part of the (distribution) game. The final destination of a subsidy in a market isn't always (or even usually) only the first person to touch it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-07-14T08:30:30", + "curator_payout_value": { + "amount": "78", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 77395, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "abit", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t075837519z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083033700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "242", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T09:14:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 225, + "beneficiaries": [], + "body": "What I said is about the current algorithm as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T08:36:45", + "curator_payout_value": { + "amount": "55", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 77431, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:36:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083646600z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "165", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-14T12:21:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 227, + "beneficiaries": [], + "body": "(replying to your reply below, which is at max comment depth) \n\nNone of the other self-traders you identify are running full time bots as far as I know. Thus they are not always stacking the queue and preventing (at least currently) smaller liquidity providers from ever being paid as yours does.\n\nIf you were to pull back and if it turned out that actual liquidity providers were still never paid (and thus encouraged to continue and even expand), then it would be reasonable to resume what you are doing. But there is no way to find that out without trying.\n\nThere are many names on that list who are not being rewarded even though they have likely provided liquidity to the market and would likely do so again if rewarded for it. Providing liquidity also becomes easier for others if they are receiving rewards (even occasionally) since there is no other good way to have access to liquid steem without incurring an opportunity cost.\n\nThe most successful tit-for-tat strategies will forgive occasionally to attempt to test a return to a cooperative equilibrium. That is my suggestion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-14T09:53:54", + "curator_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 77866, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T09:53:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t095355200z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "167", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:55:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Your assessment that an account getting double the points loses one third of the time seems to ignore the fact that there is an account that is getting 1000x the rate\n\nI completely agree with you on that. My point was simply that it is somewhat proportional, not that you can compete with someone getting 1000x more points. You can't, but that is true under any proportional system. Perhaps under another system you have an easier time realizing your 1/1000 share, but it would still be negligible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-15T20:22:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 90374, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:22:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t122802036z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202254800z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:28:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Might I suggest not counting any self-trades? I know not easy to prevent, but maybe you can use coinage to at least limit the abuse\n\nThis is not viable since it is trivial to create multiple accounts. In fact, abit doesn't self trade literally at all, he uses two different accounts.\n\n(The algorithm already subtracts taker trades from your score so if you did literally self-trade, you would earn no points.)\n\nSuggestions how to improve the reward scoring are definitely appropriate though. Maybe discuss it on the steem slack?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-15T20:24:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 90398, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:24:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t123019439z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202453700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T22:28:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is no coinage literally since it is an account based system, not outputs, but maybe something like average coin age could be maintained for an account, or minimum, or something. I haven't thought it through. Reasonable direction though.\n\nNo idea what's going on with slack. Maybe try a different email or different browser?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T22:28:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 91732, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T22:28:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t215803498z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t222837700z", + "reward_weight": 10000, + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T08:21:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 226788, + "beneficiaries": [], + "body": "For those wondering if this is the real jl777, I think it is, but if you can send me a PM on bitcointalk from your main account there I will confirm it here. I know a NXT-based cryptographic proof of some sort was provided but many of us are not NXT users, making that difficult to interpret.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-15T22:45:36", + "curator_payout_value": { + "amount": "112906", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 91870, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T22:45:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 30, + "parent_author": "jl777", + "parent_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t224535400z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "642490", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T03:32:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1105, + "beneficiaries": [], + "body": "Confirmed. I received the message from the [well-known, high-rank jl777 account on bitcointalk](https://bitcointalk.org/index.php?action=profile;u=177323)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-15T23:03:21", + "curator_payout_value": { + "amount": "1031", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 92002, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://bitcointalk.org/index.php?action=profile;u=177323\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T23:03:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t225931187z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t230322500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "3129", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-15T23:19:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It depends on the nature of the exploit. For privacy flaws that are already permanently recorded on the blockchain itself, no fix is possible, and \"responsible disclosure\" (aka deliberately withholding information from the public) serves no purpose other than to manipulate markets, as othe indicated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T23:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 92124, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-18T13:41:45", + "last_update": "2016-07-15T23:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "juansgalt", + "parent_permlink": "re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t204840785z", + "percent_steem_dollars": 10000, + "permlink": "re-juansgalt-re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t231926100z", + "reward_weight": 10000, + "root_author": "juansgalt", + "root_permlink": "hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T05:24:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It lacks, I think, the direct circularity of proof-of-stake where who owns the coins is determined by consensus and consensus is determined by who owns the coins. There is a different sort of circularity though, perhaps more akin to proof-of-work where security goes to zero if value goes to zero and vice-versa. In any case, I look forward to your analysis.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-16T05:24:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 94663, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160715t214017936z", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052359400z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T16:25:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1139, + "beneficiaries": [], + "body": "Nice post. Thanks for alerting me to it with the comment on my post. It's getting harder and harder to find all the hidden gems on Steemit these days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-16T05:24:48", + "curator_payout_value": { + "amount": "1172", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 94666, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "biophil", + "parent_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "percent_steem_dollars": 10000, + "permlink": "re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052447400z", + "reward_weight": 10000, + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "title": "", + "total_payout_value": { + "amount": "3533", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T13:50:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 117, + "beneficiaries": [], + "body": "I've never seen that tilt-shift technique before. Very cool.", + "cashout_time": "1969-12-31T23:59:59", + "category": "video", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-16T05:43:30", + "curator_payout_value": { + "amount": "60", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 94781, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-18T19:06:09", + "last_update": "2016-07-16T05:43:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fyrstikken", + "parent_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "percent_steem_dollars": 10000, + "permlink": "re-fyrstikken-welcome-to-norway-the-kingdom-on-the-very-top-of-the-world-20160716t054331200z", + "reward_weight": 10000, + "root_author": "fyrstikken", + "root_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "title": "", + "total_payout_value": { + "amount": "371", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-16T10:54:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> The only solution that has been reliable is to use multiple signatures from keys stored on different devices\n\nHardware wallets have also been reliable, even without multisig. What clearly doesn't work is storing secrets on general purpose devices, and it gets worse as you add more and more complex general-purpose layers, with web applications more or less at the apex of this house of cards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-16T10:54:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 97008, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-24T01:38:09", + "last_update": "2016-07-16T10:54:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "does-blockchain-security-need-to-be-completely-reworked", + "percent_steem_dollars": 10000, + "permlink": "re-dan-does-blockchain-security-need-to-be-completely-reworked-20160716t105421300z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "does-blockchain-security-need-to-be-completely-reworked", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-17T19:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Essentially everything is on the blockchain. The web site provides a 'view' of the blockchain.\n\nAs far as the business model of the company, it owns a large portion of the initial supply of Steem so it profits from the increase in value of Steem. There may also be some premium services or advertisements on the web site, but nothing specific has been announced.\n\nYou can read more about the initial distribution of Steem here: https://steem.io/roadmap/launch-and-sale/", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-17T07:20:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 101266, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/launch-and-sale/\"]}", + "last_payout": "2016-08-23T04:17:15", + "last_update": "2016-07-17T07:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "btc-dialog", + "parent_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "percent_steem_dollars": 10000, + "permlink": "re-btc-dialog-question-how-does-the-website-interact-with-the-blockchain-20160717t072013400z", + "reward_weight": 10000, + "root_author": "btc-dialog", + "root_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T00:51:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 211094, + "beneficiaries": [], + "body": "> Would Steem fail if every blog post of a lady putting on her makeup is rewarded $26,000?\n\nI don't know that it would (FWIW, I do not believe that every such post would be so rewarded, only the first that emerged as a hit or others that offered something new). Look around you. The most commercially successful music is cookie cutter. The most successful TV shows are dumb. Nobody even buys books any more at all (other than maybe romance novels?). One of the top posts at reddit right now (5000 votes) is: \"Excluding my mom, what's the worst sex you've ever had?\"\n\nWhat is successful is what addresses the market as it exists, and that includes a great deal of demand for shallow content and being popular for being popular.\n\nAlso, implemention factors are very important. Voting is processed by the consensus code which needs to not only be kept relatively simple but also very high performance. This doesn't mean that your ideas can't work but to be a credible proposal you need to completely specify how and when the various processing steps occur. Of course that can be the subject of later posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-17T22:21:21", + "curator_payout_value": { + "amount": "14024", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 112739, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-17T22:42:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 22, + "parent_author": "anonymint", + "parent_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t222121900z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "693654", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T07:55:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1963, + "beneficiaries": [], + "body": "Agree overall on most most points. Re. implementation, payouts are transactions too. Currently those perform a relatively simple calculations based on shares, and those transactions would need to remain limited in computational cost. I don't think this proposal changes that much though, it just has more complicated (but still computationally simple) accounting of shares by clutser. My concern is primarily the k-means clustering; Incremental k-means variants exist, so it is probably solvable. \n\nAlso, dividing users into clusters requires a minimum number of users in each cluster, thus a minimum number of users on the site as a while. At present I doubt that is feasible as the number of users on the site is just barely reaching the point where it works at all. Ideally of course the number of users will be much larger in the future, so something like this could be phased in.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T00:30:48", + "curator_payout_value": { + "amount": "2142", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 114213, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T00:31:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t232018335z", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t003048100z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "6449", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:20:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9, + "beneficiaries": [], + "body": "This doesn't work. I'll explain why in a response to your post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:20:42", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 116776, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T05:20:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t023106518z", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t052042900z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "title": "", + "total_payout_value": { + "amount": "29", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 8, + "beneficiaries": [], + "body": "There is no useful gaming here. Removing a vote does not benefit you in any significant way, other than: a) making the recommendation feature work better for you, and b) slightly increasing the payout on other posts (generally insignificant).\n\nMore specifically, voting is in effect spending the perishable resource known as vote power (which recharges from empty to full in five days). Removing the vote does not give you back the voting power you originally used, so you end up worse off than had you left the vote there (assuming the vote would have earned a reward >0).\n\nObviously this corresponds to your case (b), which as you say is the less interesting, and perhaps means that people won't remove erroneous votes. Even there, the incentive is to be a bit more careful and not make too many errors (which could mislead others about the state of voting). This is not necessarily a bad thing. The designers of the platform identified the same issues you did with (a) so they did not use it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:24:30", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 116811, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T00:23:39", + "last_update": "2016-07-18T05:27:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "curation-gamed-through-unvoting", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-curation-gamed-through-unvoting-20160718t052428700z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "curation-gamed-through-unvoting", + "title": "", + "total_payout_value": { + "amount": "26", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:30:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Only downvoted, as I sometimes do, to prevent platform announcements from draining too much of the rewards pool away from other posts. I agree the new feature is quite interesting, potentially revolutionary. I look forward to seeing how it works out in practice. On merit alone (if a reward pool were not involved), I would upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:30:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 116856, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:30:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "percent_steem_dollars": 10000, + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053031100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> As long as you get your account recovered before your account can power down (1 week) then 99% of your Steem Power will be safe.\n\nMinor correction. If you recover the account within a week, and it had not already been powering down, then 100% of the SP would be safe, not 99%. If power down was already in progress then it depends on the remaining time until the next power down, but if the account is recovered in time, 100% could still be safe.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:34:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 116890, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:34:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "percent_steem_dollars": 10000, + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053409100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T05:43:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 70, + "beneficiaries": [], + "body": "The underutilized recommended posts feature is quite good in my experience. Probably your mileage will vary depending on your voting pattern.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T05:43:03", + "curator_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 116964, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:43:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160717t234627385z", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t054304100z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "title": "", + "total_payout_value": { + "amount": "230", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T09:22:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 213, + "beneficiaries": [], + "body": "I'll restate in my own words the comments from @limitless and @suchnewb that I completely agree with. Votes come from the audience. The size of the audience will, in general, decide the size of the payout. The audience for a technical bug report post is relatively small.\n\nPosting rewards are not a bug bounty. If one is desired, it should be administered a different way.\n\nHowever, you did learn another lesson with this post (currently earning $6500 as I write this), which is that by making valid and technically interesting bug reports, _and then blogging about it_, you become more relevant to a wider audience, leading to larger rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T05:51:00", + "curator_payout_value": { + "amount": "223", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 117032, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"limitless\",\"suchnewb\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "spaced", + "parent_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "percent_steem_dollars": 10000, + "permlink": "re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t055059200z", + "reward_weight": 10000, + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "title": "", + "total_payout_value": { + "amount": "699", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T19:04:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Shift card is another option.", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T07:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 117908, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-25T02:38:12", + "last_update": "2016-07-18T07:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "heiditravels", + "parent_permlink": "re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t011850527z", + "percent_steem_dollars": 10000, + "permlink": "re-heiditravels-re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t073202400z", + "reward_weight": 10000, + "root_author": "heiditravels", + "root_permlink": "let-s-get-uncomfortable", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T09:29:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> i was thinking there is nothing stopping these guys creating noob accounts and posts to shill bid themselves and then powering down \n\nVotes are stake-weighted so creating more accounts with stake divided between does not help at all.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pevo", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T09:29:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 118867, + "json_metadata": "{\"tags\":[\"pevo\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-18T09:29:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ph111p", + "parent_permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160717t214045560z", + "percent_steem_dollars": 10000, + "permlink": "re-ph111p-re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160718t092956500z", + "reward_weight": 10000, + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T05:41:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "So your proposal is to have one contracted liquidity provider, subject to community review on the quality and cost of service they provide? Maybe that is reasonable.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-18T10:45:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 119531, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T12:32:30", + "last_update": "2016-07-18T10:45:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-jl777-solution-to-liquidity-points-bugs-20160718t095443421z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-jl777-solution-to-liquidity-points-bugs-20160718t104527100z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "solution-to-liquidity-points-bugs", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T16:02:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 514, + "beneficiaries": [], + "body": "It increased from 1 minute to 30 minutes. I see little evidence that it helps. Maybe too soon to say though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-18T10:47:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 119546, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:47:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "good-karma", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t090812950z", + "percent_steem_dollars": 10000, + "permlink": "re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104707000z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "1804", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:02:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 46, + "beneficiaries": [], + "body": "At least that's an improvement.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-18T10:48:48", + "curator_payout_value": { + "amount": "43", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 119554, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T11:02:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "abit", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t093230884z", + "percent_steem_dollars": 10000, + "permlink": "re-abit-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104849800z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-18T11:03:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 46, + "beneficiaries": [], + "body": "Nonstop order clearing would cause the highest SP to always win since network bandwidth is allocated by SP.\n\nI don't really know of a good solution. I think your idea of voting might be the best we're going to do, but it requires significant implementation effort and then the issue is whether voters will even be informed. Given the highly technical nature of the problem I suspect most voters would not be.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-18T10:58:57", + "curator_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 119636, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:58:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105350711z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105855900z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T07:22:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> UPDATE: The anonymous whale @pumpkin saved Pevo. Thank you!\n\n> I'm devastated that it's turned out to be a game for the biggest fish\n\nI guess not so devastated any more. LOL.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pevo", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-19T00:45:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 129418, + "json_metadata": "{\"tags\":[\"pevo\"],\"users\":[\"pumpkin\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-19T00:45:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pharesim", + "parent_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "percent_steem_dollars": 10000, + "permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160719t004517600z", + "reward_weight": 10000, + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-19T14:59:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 20, + "beneficiaries": [], + "body": "Considering that the blockchain can be used for all sorts of content and the UI is promised to be open source meaning adaptations with different target markets will be easy, it is quite possible that the reach will be much broader than just blog posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T02:39:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 130696, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T15:12:21", + "last_update": "2016-07-19T02:39:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "generalizethis", + "parent_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "percent_steem_dollars": 10000, + "permlink": "re-generalizethis-steemit-will-it-link-all-the-things-discussion-topic-20160719t023909800z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "title": "", + "total_payout_value": { + "amount": "74", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T20:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 17, + "beneficiaries": [], + "body": "Voting is not something for nothing since voting power is consumed. When the post gets downvoted and has 0 SD rewards, those who tried to get a reward are worse off than if they had not participated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-19T23:54:24", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 148197, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T15:53:09", + "last_update": "2016-07-20T03:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "rodomonte", + "parent_permlink": "social-attack-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-rodomonte-social-attack-on-steemit-20160719t235424700z", + "reward_weight": 10000, + "root_author": "rodomonte", + "root_permlink": "social-attack-on-steemit", + "title": "", + "total_payout_value": { + "amount": "59", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:17:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Almost certainly hacked.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hiking", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:17:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 153585, + "json_metadata": "{\"tags\":[\"hiking\"]}", + "last_payout": "2016-08-24T11:54:48", + "last_update": "2016-07-20T06:17:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "noodhoog", + "parent_permlink": "re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t055616185z", + "percent_steem_dollars": 10000, + "permlink": "re-noodhoog-re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t061711000z", + "reward_weight": 10000, + "root_author": "katecloud", + "root_permlink": "what-i-m-taking-to-survie-a-6-month-hiking-trip", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:24:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 40, + "beneficiaries": [], + "body": "> not sure why i can't reply directly to your comment\n\nMaximum comment depth is 6. Hopefully a solution to this will be found soon. It comes up a lot.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:24:12", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 153684, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T01:27:45", + "last_update": "2016-07-20T06:24:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "kyletorpey", + "parent_permlink": "re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160719t215219412z", + "percent_steem_dollars": 10000, + "permlink": "re-kyletorpey-re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160720t062413000z", + "reward_weight": 10000, + "root_author": "kyletorpey", + "root_permlink": "hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit", + "title": "", + "total_payout_value": { + "amount": "142", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T06:29:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Is the system complicated enough already? That is one of the top objections. Adding more options doesn't seem like the way to go imo.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T06:29:15", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 153730, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T21:18:36", + "last_update": "2016-07-20T06:29:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "pheonike", + "parent_permlink": "option-to-have-a-variable-withdrawal-terms", + "percent_steem_dollars": 10000, + "permlink": "re-pheonike-option-to-have-a-variable-withdrawal-terms-20160720t062915400z", + "reward_weight": 10000, + "root_author": "pheonike", + "root_permlink": "option-to-have-a-variable-withdrawal-terms", + "title": "", + "total_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T18:54:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That post was a nice scoop", + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-20T09:14:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 155744, + "json_metadata": "{\"tags\":[\"financial\"]}", + "last_payout": "2016-08-24T15:32:15", + "last_update": "2016-07-20T09:14:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cass", + "parent_permlink": "re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091240515z", + "percent_steem_dollars": 10000, + "permlink": "re-cass-re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091418600z", + "reward_weight": 10000, + "root_author": "complexring", + "root_permlink": "authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-20T22:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice guide. Especially like the tutorial screen shots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-20T22:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 168491, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T13:41:30", + "last_update": "2016-07-20T22:43:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "get-33-more-steem-for-your-steem-dollars", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-get-33-more-steem-for-your-steem-dollars-20160720t224317700z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "get-33-more-steem-for-your-steem-dollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-21T21:57:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Minor correction. Block time is 3 seconds, not 5.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-21T21:49:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 188194, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T06:35:39", + "last_update": "2016-07-21T21:49:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-it-s-so-easy-to-become-a-millionaire-with-steem-20160721t214933400z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T08:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 269519, + "beneficiaries": [], + "body": "\"People who get to earn the equivalent of a CEO of a Fortune 500\"\n\nThis somewhat relevant because witnesses do more than run a node, they are also part of the governance process of the network by deciding which versions to run, generally providing input to the developer team, and serving as a conduit for representative stakeholder influence over the direction of Steem. In the great debate over the curation rewards (8.2/8.3 debate), witnesses were called upon to decide which version to accept going forward. The developer team frequently requests input and feedback from witnesses on the content of upcoming releases.\n\nThus you I suggest that one should choose witnesses not only based on whether blocks are signed, price feeds are updated, the money is channeled elsewhere, etc. but also based on the experience, expertise, judgement, vested interest in the success of the system, and character of the witness. \n\nThe Steem ecosystem is now approaching $500 million in market cap and while we may not quite need 19 Fortune 500 CEOs worth of qualifications yet, there may well come a time that 19 witnesses of that stature and caliber would be the best thing possible. We certainly do want highly experienced, highly vested, and highly capable witnesses who are best suited to represent the diverse interests in the Steem ecosystem and make excellent decisions about what makes a blockchain successful, not just server jockeys and grant administrators. Those sorts of qualifications do not come cheap, and if there is too much focus on witnesses as pass-throughs for money, then it will turn into a race to the bottom on compensation and the best qualified by the above criteria will certainly drop out.\n\nWhether all of the current 19 full-time witnesses are the ideal people for the job is something that the voters can decide. My personal opinion is that there are too many witnesses who are there primarily or entirely by virtue of their history with the Bitshares community, and I'd like to see at least one or more from the blogging/marketing side, though last point may be a bit of a challenge since the job does also require experience managing security-critical IT infrastructure (either directly or managing other people to do it). That combination may be quite scarce.\n\nFinally one should not dismiss too easily the costs of the actual infrastructure as Steemit continues to scale up. How much do you think Reddit spends on servers, etc.? Well each witness is something like 1/19 of the backbone infrastructure of Steemit and will be eventually be spending something similar. (Already the costs to run a _good_ witness node, along with associated seed nodes, including redundancy and headroom to not fail in the presence of viral growth, are not trivial.) One of the witnesses (sorry I don't recall which) has stated his opinion that each of the 19 witness slots will over time evolve into significant businesses each managing a data center and significant staff. If so then in addition to the above qualifications, witnesses also need to possess the capability to manage all aspects of this sort of rapidly-growing business without major mishaps, mismanagement, and down time. Again, you do not want the best qualified to drop out and leave the network in less capable hands.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-07-22T02:30:15", + "curator_payout_value": { + "amount": "9986", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 191926, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:27:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 78, + "parent_author": "cryptoctopus", + "parent_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "percent_steem_dollars": 10000, + "permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t023015100z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "931996", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T05:45:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 30, + "beneficiaries": [], + "body": "Each witness decides independently on a method to update the price feed, which is supposed to provide a good indication of the Steem price in USD. The blockchain then averages these by taking a median each hour and then again by taking the median of the hourly samples over the past week. By keeping the feeds independent, any errors, malfunctions, or disagreements on the best method to assess the current price are filtered into a consensus. \n\nIn my opinion it is better that there not be a single method used by all or even most witnesses (for example most witnesses using the same script to update the feed), which case those would be more likely to fail or malfunction at the same time, or just introduce misleading prices due to a bias in the method.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-22T03:08:18", + "curator_payout_value": { + "amount": "27", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 192363, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T03:08:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kenny-crane", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t015238383z", + "percent_steem_dollars": 10000, + "permlink": "re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t030817200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "102", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T05:56:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 593, + "beneficiaries": [], + "body": "I can only tell you the method I use which is to usually update it manually giving my best opinion of a fair market value at the time after examining market conditions. (I run a script when I know I wont be available to update it.) The main reason I do this is I see most of the other witnesses using a script and I want to maximize diversity in the method for the reasons I described. I can't speak to the specific methods that others use.\n\nAs far as why it is important, it is used for two things. One is the awarding of SD author rewards. Half the Steem paid out from the reward fund is converted to SD using the feed price. The other is the \"Convert SD to Steem\" operation, which converts on demand using the feed price one week later. (Most people should not be using the latter, by the way; it is intended to be a part of the inner workings of the pegging mechanism to be used, if at all, by expert traders when necessary. In my opinion it is a mistake that it is even available on the web site, and certainly that it is highly prominent where many have chosen it by mistake.)\n\nEDIT: Also dollar values displayed on the site use the price feed as an exchange rate, but that is somewhat arbitrary. The blockchain operations using it are more critical.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-22T04:41:54", + "curator_payout_value": { + "amount": "612", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 193437, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:56:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "kenny-crane", + "parent_permlink": "re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t042406885z", + "percent_steem_dollars": 10000, + "permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "2050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T23:48:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 7, + "beneficiaries": [], + "body": "In addition to @pharesim's correct comment about 1/21 blocks being mined by proof of work, anyone can indeed be voted as a witness. 1/21 blocks are signed by a backup witness with frequency proportional to the number of votes. A backup witness is one that doesn't make the cut to the top 19. You can just vote for yourself, set up a witness node, and occasionally (very occasionally if your stake is small) sign a block and get the rewards. If others vote for you, you will sign more blocks.\n\nThe top 19 are special because they get to sign a block every round, so 19/21 of all the blocks on the chain are signed the top 19 (1/21 each).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-22T04:50:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 193528, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"pharesim\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T04:50:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "brennanhm", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t032234102z", + "percent_steem_dollars": 10000, + "permlink": "re-brennanhm-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t045008000z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "23", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T05:45:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 33, + "beneficiaries": [], + "body": "@kenny-crane: \"I guess on the weekly power down from Steem Power to Steem...the price feed does Not come into play, because we just get an amount of Steem credited to our account that is equal to 1/104 of the amount we chose to power down.\"\n\nCorrect, the price feed does not come into play there", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T05:45:00", + "curator_payout_value": { + "amount": "17", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 194036, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"kenny-crane\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:45:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "percent_steem_dollars": 10000, + "permlink": "re-smooth-re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t054459200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "113", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T11:25:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 3399, + "beneficiaries": [], + "body": "Right. It is more akin to stock options than a salary or fee for service, because it is tied to the future value of Steem and can't be cashed out (more than 1% per week). This is a good thing because it means the interests of witnesses are aligned with the interests of Steem in terms of long term value (and increasingly so as witnesses are more vested). However, it does mean that you can't reasonably say to witnesses, \"You are being paid all this money, so you better go and spend it every week\" because no one is receiving that in actual, spendable, payments. Expecting strong qualifications, competence, engagement, attention and effective representation are entirely reasonable expectations however.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T05:52:54", + "curator_payout_value": { + "amount": "1251", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 194103, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:25:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "cryptoctopus", + "parent_permlink": "re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t014823963z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptoctopus-re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055254100z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "12156", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T11:31:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4088, + "beneficiaries": [], + "body": "The witness signing key isn't visible on the web site. In the CLI you can use the show_witness command and update_witness command to change the key.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-22T05:54:51", + "curator_payout_value": { + "amount": "4706", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 194123, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:54:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "oliverb", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t020044946z", + "percent_steem_dollars": 10000, + "permlink": "re-oliverb-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055453200z", + "reward_weight": 10000, + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "title": "", + "total_payout_value": { + "amount": "14136", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T06:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Traders in the internal market have the opportunity to earn rewards based on a point system. It is described in the white paper, although some of the details were slightly changed in last hard fork.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T06:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 194492, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sauravrungta", + "parent_permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t053413965z", + "percent_steem_dollars": 10000, + "permlink": "re-sauravrungta-re-steemitblog-steem-version-0-12-0-released-20160722t063201900z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T06:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"Users will be limited in the number of people they can and will follow\"\n\nUsers may or may not be limited in the number of people they will follow but they can't be limited in the number of people they can follow. The information is on the blockchain and if the steemit client doesn't support the full range of following options that users want then another client will.\n\nI also don't necessarily agree that content will be found because it is posted by a followed feed, especially not for viral content. That is almost the definition of it.\n\nOverall I think this approach is poorly thought out with respect to sybil attacks and will incentivize spamming of candidate viral content on multiple accounts where it more difficult to Ignore.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T06:34:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 194521, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:34:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemitblog", + "parent_permlink": "steem-version-0-12-0-released", + "percent_steem_dollars": 10000, + "permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t063450600z", + "reward_weight": 10000, + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-22T12:17:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone can mine", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-22T12:17:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 197666, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T19:16:39", + "last_update": "2016-07-22T12:17:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bitcoiner", + "parent_permlink": "re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t084452049z", + "percent_steem_dollars": 10000, + "permlink": "re-bitcoiner-re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t121739800z", + "reward_weight": 10000, + "root_author": "royaltiffany", + "root_permlink": "steemland-an-adventure", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T06:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 31, + "beneficiaries": [], + "body": "Is it hard to run your own API server?", + "cashout_time": "1969-12-31T23:59:59", + "category": "piston", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-22T18:05:27", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 202009, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-22T18:05:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "xeroc", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172322430z", + "percent_steem_dollars": 10000, + "permlink": "re-xeroc-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180525100z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "title": "", + "total_payout_value": { + "amount": "109", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T18:23:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1312, + "beneficiaries": [], + "body": "Would be interesting if this became a successful method for funding open source projects wouldn't it?", + "cashout_time": "1969-12-31T23:59:59", + "category": "piston", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-23T01:39:36", + "curator_payout_value": { + "amount": "1022", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 208291, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-23T01:39:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "nippel66", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232105788z", + "percent_steem_dollars": 10000, + "permlink": "re-nippel66-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013936600z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "title": "", + "total_payout_value": { + "amount": "3740", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T02:46:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Voters don't get rewards for voting on old posts. The authors still gets rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T01:56:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 208451, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T23:30:15", + "last_update": "2016-07-23T01:56:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t013518731z", + "percent_steem_dollars": 10000, + "permlink": "re-joelinux-re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t015657200z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "a-call-for-a-temporary-moratorium-on-the-dao", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T02:48:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not possible. The starter account coins and SP coins earned as rewards can't be dumped. The claim is nonsense.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-23T02:48:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 208992, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T02:36:27", + "last_update": "2016-07-23T02:48:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -217859007, + "net_votes": -1, + "parent_author": "ltndd1", + "parent_permlink": "re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t023150233z", + "percent_steem_dollars": 10000, + "permlink": "re-ltndd1-re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t024833700z", + "reward_weight": 10000, + "root_author": "ltndd1", + "root_permlink": "more-sexy-women-voted-to-the-top", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-23T08:15:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 10, + "beneficiaries": [], + "body": "IMO wash trading is really irrelevant. What is relevant to liquidity is when orders are on the book and offering liquidity, not when or how they come off the book. The problem with the current algorithm primarily stems from the awarding of points based on executed trades rather than time on the book and spread offered.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-23T08:11:24", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 212023, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-24T14:31:57", + "last_update": "2016-07-23T08:15:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "theoretical", + "parent_permlink": "re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160722t232255385z", + "percent_steem_dollars": 10000, + "permlink": "re-theoretical-re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160723t081125200z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com", + "title": "", + "total_payout_value": { + "amount": "34", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T06:47:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> the rumors are spreading that steemit is a whale on whale upvote-fest\n\nObviously you can't always rationally explain rumors but where is the evidence of this? I don't even see most whales posting at all, much less posting and getting undeserved votes from other whales. I do post comments pretty often and it is exceedingly rare they ever get votes from other whales.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-23T20:15:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 221031, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-23T20:15:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "jl777", + "parent_permlink": "re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t164112509z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t201525500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T01:50:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 13, + "beneficiaries": [], + "body": "Does the distribution chart include the 'steemit' account? That isn't a real account at all in the sense that it doesn't post, doesn't vote, and isn't an actual person. It is part of the bootstrapping capital structure and distribution model of Steemit/Steem. Those coins are effectively 'undistributed', much like the portion of Bitcoin's supply that hasn't been mined yet. It really has nothing to do with aquatic life.\n\nEDIT: the steemit account is excluded", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-23T20:23:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 221172, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "jl777", + "parent_permlink": "re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t162416881z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202329100z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "46", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:03:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I flagged because I feel this post is suffering from swarm voting and is over rewarded. That is not to say it isn't a worthwhile bit of writing but is really just a short note. I would not flag but for the already-excessive reward (if the reward drops I will remove the flag).", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-23T21:52:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 222504, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-23T21:52:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dana-edwards", + "parent_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160723t215243100z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T00:52:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "PM me on bitcointalk if you are interested in sponsorship for an open source GPU miner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T00:52:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 224814, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-25T11:23:33", + "last_update": "2016-07-24T00:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "djm34-in-da-place", + "percent_steem_dollars": 10000, + "permlink": "re-djm34-djm34-in-da-place-20160724t005251700z", + "reward_weight": 10000, + "root_author": "djm34", + "root_permlink": "djm34-in-da-place", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T01:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I confirmed the steemit account is excluded.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T01:50:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 225470, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t203353683z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t015017200z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T02:15:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Okay I agree that rumors can be a real issue even if untrue. The rumor of whale-on-whale upvoting just surprises me since there isn't even grain of truth to it as far as I can tell. Most rumors start with _something_.", + "cashout_time": "1969-12-31T23:59:59", + "category": "upvoting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T02:15:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 225782, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T02:15:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202436586z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t021547500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:56:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 224, + "beneficiaries": [], + "body": "It is certainly not. Plagiarism is \"the practice of taking someone else's work or ideas and passing them off as one's own\" (source: Google \"define plagiarism\"). This is not being \"passed off\", it is properly credited and sourced.\n\nNot every post on Steemit has to be original. A lot of the value of information on the internet is collecting, selecting, and organizing of existing content in new ways.\n\nThe even bigger irony here is that the \"source\" that cheetah identified above is itself another news aggregation site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-24T08:42:21", + "curator_payout_value": { + "amount": "261", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 229233, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-24T08:42:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "recursive", + "parent_permlink": "re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t013659855z", + "percent_steem_dollars": 10000, + "permlink": "re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t084221000z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", + "title": "", + "total_payout_value": { + "amount": "812", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T22:48:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 253, + "beneficiaries": [], + "body": "As I suggested on slack, just have the bot post a small, neutral message stating that it found similar content at another site, and give a link. Humans can then review the material and decide whether to make a stronger accusation.\n\nThis will not only defuse negative reactions from people who don't want to be accused by a bot (either falsely or as a matter of a gray area) but it also reduces the spammishness of the bot by making the bot-posted comment smaller.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-24T12:20:45", + "curator_payout_value": { + "amount": "69", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 231513, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T12:20:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "anyx", + "parent_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "percent_steem_dollars": 10000, + "permlink": "re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t122046000z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "918", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:40:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 48, + "beneficiaries": [], + "body": "Why would you not expect the subscription fee to increase? The more popular Steem becomes the more access to the network is worth. Think of it like Paypal. Initially they paid people $10 to open an account, then transactions were entirely free for everyone. Then slowly various exceptions to free transactions were added to the point now where a huge portion of transactions now pay fees. Likewise Google. For years there were no ads at all. Then just a one line of text. Then a sidebar. Now there are sponsored search results that take significant effort to read through and ignore if you want to find the organic search results. The price went up. A lot.\n\nSteem is much the same. Right now the network is almost worthless, except as a promise. If all you were buying is a subscription to the current network with its current users and no prospects for growth, a fair price of that would be approximately zero. Now imagine a future where almost everyone is on Steem and that is one of the primary vehicles that people use to share information, communicate, and exchange payments; what will it be worth to not be excluded?\n\nBuying Steem Power now means you are buying access to the future network at something closer to the current network value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-24T22:25:57", + "curator_payout_value": { + "amount": "50", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 241193, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:27:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t134135424z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t222555200z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "174", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-24T22:31:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes I am developing bots. None are active yet, outside of occasional testing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-24T22:31:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 241268, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:31:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180222141z", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223106800z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:14:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 108, + "beneficiaries": [], + "body": "Bandwidth restrictions didn't work that well and are being improved in upcoming hard fork (Tue, 26 Jul 2016 15:00:00 UTC)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-24T22:32:18", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 241284, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:32:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180510180z", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "392", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:10:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not necessarily. It is absolutely true that most of your investments will lose money. Not the same thing.\n\nAlso there are not anywhere near 100K startups that ever reach 20K+ users. There are certainly quite a few that do and then fail, but the actual number is much lower than 100K.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-24T22:42:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 241409, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:43:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "james-show", + "parent_permlink": "re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t223954265z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:12:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@james-show Did you read arhag's post? There is a monetization plan. The plan is selling access to the network. That will cost significant money in the future, assuming the network is successful and desirable to access, and many people want to access it.\n\nThat doesn't make SP a good investment at current prices, but if you really wanted to know you would have to work out models of number of future users, how much their implied payments would be, and then discount back to the present. That's a valid way of doing analysis, not \"No Monetization Plan! Stay Away!\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:10:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 242691, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"james-show\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-25T00:12:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", + "percent_steem_dollars": 10000, + "permlink": "re-smooth-re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160725t001033200z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@eeks. The changes are supposed to make the bandwidth restrictions more effective. There was already a soft fork deployed to block the very long individual comments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:14:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 242728, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T00:14:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "percent_steem_dollars": 10000, + "permlink": "re-smooth-re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t001402300z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:17:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It's not your job to determine if an article is over rewarded\n\nThe blockchain disagrees, it hired me to perform precisely this job.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:17:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 242781, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:17:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pangur-ban", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t051410507z", + "percent_steem_dollars": 10000, + "permlink": "re-pangur-ban-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001729900z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T23:03:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I downvote when I think over-rewarded posts are harmful to the success of the overall system and therefore to my investment. All rewards come from a common pool, therefore more reward for one post means less available for others.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T00:18:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 242795, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:18:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t174534158z", + "percent_steem_dollars": 10000, + "permlink": "re-earnest-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001823200z", + "reward_weight": 10000, + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T00:22:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is a completely different question and a worthy debate. I don't like false accusations of misconduct very much though. If someone (or someone's bot) is going to make accusations or suggestions of such, they at least should be accurate as to what is being alleged.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T00:20:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 242819, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-25T00:22:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lukestokes", + "parent_permlink": "re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t150813542z", + "percent_steem_dollars": 10000, + "permlink": "re-lukestokes-re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160725t002003700z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T01:53:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Why not? What is the harm in it?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T01:53:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 243909, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:25:30", + "last_update": "2016-07-25T01:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cloveandcinnamon", + "parent_permlink": "re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160724t044341464z", + "percent_steem_dollars": 10000, + "permlink": "re-cloveandcinnamon-re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160725t015329400z", + "reward_weight": 10000, + "root_author": "thehousewife", + "root_permlink": "desperate-housewife-introducing-herself-to-the-steemit-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T13:30:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 206, + "beneficiaries": [], + "body": "This is correct, but it does not require that the copyright owner enforce any or every instance where the work is used. It is up to that party, and that party alone, to decide whether, for example, getting exposure on the Internet via social media is a net gain or a net loss. No one can legitimately impose such a decision on the copyright owner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T12:59:48", + "curator_payout_value": { + "amount": "242", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 249689, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:30:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "winstonwolfe", + "parent_permlink": "re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t074014863z", + "percent_steem_dollars": 10000, + "permlink": "re-winstonwolfe-re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t125948600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "744", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:22:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 257, + "beneficiaries": [], + "body": "It isn't only luck, it is consistency and reputation. @masteryoda has been finding and sharing great content for months and has developed a following. If your content is excellent as his has been, then you can develop a following as well, but it takes time and persistence.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T13:46:51", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 250440, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:46:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "rnobrega", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t092942652z", + "percent_steem_dollars": 10000, + "permlink": "re-rnobrega-re-masteryoda-why-i-removed-all-my-posts-20160725t134650800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "928", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 142, + "beneficiaries": [], + "body": "I respectfully disagree, especially once the follow feature is fully implemented. A curated feed of carefully selected high quality links can be extremely valuable even without the need to add some sort of comment to each and every one. If I find a poster who consistently identifies and and collects sources from the Internet of interest to me that is worth a lot and it is something I'm willing to pay for, even without added writing. That is especially the case in this format where the added discussion can take place interactively via comments. It doesn't have to be in the original post or from the person making the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-25T14:10:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 250810, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:10:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "eeks", + "parent_permlink": "re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180434462z", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141005600z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "204", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:18:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That's not quite correct. The bot has made a lot (hundreds of thousands) but the entire account balance did not come from the bot. The owner of the account was also a successful early miner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T14:13:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 250869, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:13:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "steemedbroccoli", + "parent_permlink": "re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t012304883z", + "percent_steem_dollars": 10000, + "permlink": "re-steemedbroccoli-re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141319700z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:16:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes, I see that. It is much improved. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:16:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 250921, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:16:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t171558724z", + "percent_steem_dollars": 10000, + "permlink": "re-anyx-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141610700z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:34:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Firstly, I believe I read that that interest rate just marginally accounts for currency debasement\n\nThat's not true in Steem Dollars", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:34:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 251261, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:34:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t122956993z", + "percent_steem_dollars": 10000, + "permlink": "re-positive-re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143440800z", + "reward_weight": 10000, + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T14:38:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 10, + "beneficiaries": [], + "body": "One important point is that the 10% interest rate is not guaranteed to remain the same in the future. You can earn the 10% for now, but expecting it for 10 years is probably unrealistic.", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T14:38:09", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 251313, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:38:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "karnal", + "parent_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "percent_steem_dollars": 10000, + "permlink": "re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143808600z", + "reward_weight": 10000, + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T15:01:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 67, + "beneficiaries": [], + "body": "We can't have that", + "cashout_time": "1969-12-31T23:59:59", + "category": "area", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-25T14:53:48", + "curator_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 251564, + "json_metadata": "{\"tags\":[\"area\"]}", + "last_payout": "2016-08-25T16:25:36", + "last_update": "2016-07-25T14:53:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "brianphobos", + "parent_permlink": "re-steve-mcclair-area-51-steemit-has-arrived-20160725t145207235z", + "percent_steem_dollars": 10000, + "permlink": "re-brianphobos-re-steve-mcclair-area-51-steemit-has-arrived-20160725t145344400z", + "reward_weight": 10000, + "root_author": "steve-mcclair", + "root_permlink": "area-51-steemit-has-arrived", + "title": "", + "total_payout_value": { + "amount": "240", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T15:39:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I view it as more a matter of having a place, as you put it, than a core. But I also don't think it (or anything else outside of clear abuse) should be strongly discouraged. Everything is an experiment now and crushing something at an early stage could potentially kill what evolves into something valuable and a big draw. If no one likes these posts and they don't get upvotes, then so be it. I could say likewise about differentiation. There are plenty of blogging sites already too. Steemit has to find its own unique positioning.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T15:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 252374, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T15:39:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t150015686z", + "percent_steem_dollars": 10000, + "permlink": "re-eeks-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t153608800z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-25T22:49:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If so please use a link shortener and keep the whole thing very brief. One of my objections to the original message, in addition to the tone, was the size of it (still an issue to a lesser degree). Because the message is posted frequently (including false positives) this can easily become spammish and annoy people. Such services are must useful when they add value when they can without detracting from the site when they don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-25T22:48:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 260498, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T22:49:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "patrice", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t215834531z", + "percent_steem_dollars": 10000, + "permlink": "re-patrice-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t224840200z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T13:07:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 115288, + "beneficiaries": [], + "body": "This post is being downvoted for what reason exactly? While you may not agree with @masteryoda's views nor his conclusions, the post itself is original writing, expresses a sincere opinion, and raises important issues about behavior on the site.\n\nThe degree of downvoting on this post demonstrates the level of hostility and negative brigading that is starting to go on here. To those doing it, you have proven @masteryoda's point very nicely. Congratulations to all the bitter people who are seriously damaging what has up to this point has largely been a positive and empowering environment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T22:54:03", + "curator_payout_value": { + "amount": "1070", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 260586, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T22:54:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "masteryoda", + "parent_permlink": "why-i-removed-all-my-posts", + "percent_steem_dollars": 10000, + "permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t225404600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "416880", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T07:46:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 218, + "beneficiaries": [], + "body": "> he takes images from avax.news which in turn took images from the BBC, this is promoting whose creativity exactly?\n\n@masteryoda's quite obviously. His feed of carefully selected stories about significant news-making photographs and videos was one of the most consistent and highest-quality sources of content on Steemit. I very much doubt you could what he did even 1% as well as he did it.\n\nYour narrow-mined ideas about creativity, talent, and value need to be very seriously reexamined.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-25T23:52:39", + "curator_payout_value": { + "amount": "256", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 261395, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T23:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "doctorstrange", + "parent_permlink": "re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t174007425z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t235239600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "788", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:26:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You can define it as a problem or you can be realistic about it, but not both. There will be a million users (if we're lucky) sharing content, just as there have been on every single social media site in the the history of the Internet. That's what people do. It will need to be addressed by copyright holders making takedown requests _when they object_ (which isn't always), just as it is on every other web property.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:26:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 261909, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:26:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "doctorstrange", + "parent_permlink": "re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160725t235223171z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160726t002633700z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 150, + "beneficiaries": [], + "body": "> What's going to happen when millions of people are here acting a fool and trying to earn a quick buck copying YOUR content?\n\nWhat is going to happen, as I replied to you elsewhere, is that those millions of people will share content and in some cases, copyright owners will object and submit takedown requests. There is no other solution that is viable in the case of user-submitted content. Other users taking it upon themselves to bully and brigade when _they assume_ something is improper is not a reliable scalable solution, and it further causes more harm than good in fostering a confrontational and negative environment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-26T00:30:18", + "curator_payout_value": { + "amount": "173", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 261947, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:30:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160725t200502608z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t003016300z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "542", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:31:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> this place will turn into a hive of asslickers\n\nThat and link spammers.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:31:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 261971, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:31:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "ztl", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t151314876z", + "percent_steem_dollars": 10000, + "permlink": "re-ztl-re-masteryoda-why-i-removed-all-my-posts-20160726t003129100z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T00:32:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 139, + "beneficiaries": [], + "body": "You are correct. @masteryoda always gave credit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T00:32:21", + "curator_payout_value": { + "amount": "166", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 261983, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:32:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "karchersmith", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t210604149z", + "percent_steem_dollars": 10000, + "permlink": "re-karchersmith-re-masteryoda-why-i-removed-all-my-posts-20160726t003221100z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "502", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Buying votes (including by raffle) is considered abuse. Downvoted.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-07-26T02:20:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 263285, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T02:20:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t022046200z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T03:47:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The problem is it all draws from the common reward pool; manipulating votes means you are pulling rewards away from other posts that are being voted on merit. If each sub had its own pool that would be different.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T03:47:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 264521, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T03:47:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024338404z", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t034734600z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "As discussed in PM, the issue of reward abuse is decided by community consensus, not any sort of explicit rules (who would enforce them on a blockchain anyway?). The major stakeholders decide what is abusive and voluntarily flag/downvote to discourage it. We get no rewards for downvoting and our only incentive is to maximize the success of the system (and therefore the value of our investment). This is in fact an explicit part of the design that is discussed in the whitepaper.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T04:37:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 265219, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t035058390z", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t043719600z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T04:38:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The menu was moved to the upper right after I posted that comment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemhelp", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T04:38:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 265228, + "json_metadata": "{\"tags\":[\"steemhelp\"]}", + "last_payout": "2016-08-23T01:52:24", + "last_update": "2016-07-26T04:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "yuji225", + "parent_permlink": "re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t023110221z", + "percent_steem_dollars": 10000, + "permlink": "re-yuji225-re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t043820800z", + "reward_weight": 10000, + "root_author": "pairmike", + "root_permlink": "how-to-vote-for-a-steem-witness-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T05:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a marketplace being developed. I don't know if it will have auction features but that certainly wouldn't surprise me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T05:27:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 265638, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bradvanceauthor", + "parent_permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024123780z", + "percent_steem_dollars": 10000, + "permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t052745800z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:34:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome to social media. People share interesting content they find online, some are good at doing so, and this creates value for followers. _Sometimes_ content owners decide to assert rights and have the content taken down, but often they don't.\n\nYou are welcome to write as many 50 line comments against this concept of social media value creation by finding and sharing of content, and you may even be correct in a sense, but in terms of the bigger picture you are completely wrong. When millions of users come, if they do, they will be doing the same thing here they do everywhere to find, select, and share content, and you won't be able to bully them the way @masteryoda has been bullied.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T08:34:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 266815, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:34:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t080236568z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t083504800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T08:38:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your comments are interesting and I'm happy to respectfully agree to disagree (though also agree in some ways).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T08:38:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 266841, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:38:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t072330092z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t083859500z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T13:49:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1153, + "beneficiaries": [], + "body": "Minor clarification. @ned and @dan are the founders of Steemit, who along with their team, built this system. @berniesanders, @kushed and I (and a few others) are very early adopters, and as significant stakeholders we've occasionally offered our opinions to @ned and @dan about how to make Steemit better, but we didn't build it and I don't want to take credit for what is not deserved.\n\nAnd on that note, Welcome To Steemit, FT-J!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T09:32:15", + "curator_payout_value": { + "amount": "1338", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 267274, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ned\",\"dan\",\"berniesanders\",\"kushed\"]}", + "last_payout": "2016-08-26T13:16:03", + "last_update": "2016-07-26T09:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "fintech-jesus", + "parent_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "percent_steem_dollars": 10000, + "permlink": "re-fintech-jesus-the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me-20160726t093214900z", + "reward_weight": 10000, + "root_author": "fintech-jesus", + "root_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "title": "", + "total_payout_value": { + "amount": "4050", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T10:26:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 408, + "beneficiaries": [], + "body": "Repost of the same content from 3 days ago: https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "cashout_time": "1969-12-31T23:59:59", + "category": "whales", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-26T09:56:18", + "curator_payout_value": { + "amount": "21", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 267455, + "json_metadata": "{\"tags\":[\"whales\"],\"links\":[\"https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales\"]}", + "last_payout": "2016-08-26T09:30:12", + "last_update": "2016-07-26T09:56:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "gavvet", + "parent_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-steemit-the-wild-west-of-the-future-internet-we-need-more-whales-20160726t095619000z", + "reward_weight": 10000, + "root_author": "gavvet", + "root_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "title": "", + "total_payout_value": { + "amount": "1440", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T03:59:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Downvoted to limit the high drain on the reward pool. The post itself is good and relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-26T13:14:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 269700, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-07-26T13:14:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dan", + "parent_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "percent_steem_dollars": 10000, + "permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t131428100z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:40:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 525, + "beneficiaries": [], + "body": "Removed. @jamtaylor discovered the fraud.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-26T15:04:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 271534, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:16:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "robertkim", + "parent_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "percent_steem_dollars": 10000, + "permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150432800z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "1868", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T15:17:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "i.e. Image is photoshopped and profile is a fraud. Thanks for finding @jamtaylor.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-26T15:17:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 271799, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:17:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "jamtaylor", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150749803z", + "percent_steem_dollars": 10000, + "permlink": "re-jamtaylor-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151724700z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T03:17:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "I generally don't vote for them any more unless they are something exceptional and have verification. I made a mistake initially upvoting this one since it did seem exceptional but thankfully @jamtaylor did a better job of vetting it than I did.\n\nI do agree that the high consistent payouts on introduceyourself posts were a magnet for scammers and the scammers area clearly here now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-26T15:21:54", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 271894, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:21:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "zerohero", + "parent_permlink": "re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151807941z", + "percent_steem_dollars": 10000, + "permlink": "re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t152154700z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "131", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-26T22:58:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Obviously you should make sure any app you use is legitimate but you can also protect yourself by logging into the app (once that feature is available) using your posting key. That limits the app to posting and voting, and blocks any attempt to access your funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-26T22:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 279814, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T21:27:30", + "last_update": "2016-07-26T22:31:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonimau5", + "parent_permlink": "re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t221812184z", + "percent_steem_dollars": 10000, + "permlink": "re-anonimau5-re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t223101800z", + "reward_weight": 10000, + "root_author": "riensen", + "root_permlink": "steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T02:22:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I rarely upvote the Steem circle-jerk cheerleading posts, but when someone like BayAreaCoins who has been around crypto for years and seen it all makes a statement like this, it is worth taking notice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "investment", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T02:22:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 283057, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-26T16:06:54", + "last_update": "2016-07-27T02:22:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "bayareacoins", + "parent_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem-20160727t022250100z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T02:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T02:24:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 283085, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-26T08:04:12", + "last_update": "2016-07-27T02:24:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit-20160727t022445300z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:20:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You should certainly be rewarded and I have upvoted you. The @ricegum posts slipped by me because I was familiar with that poster and was tricked by her earlier verification (which may have been real or not, but even if so, it doesn't excuse plagiarism). That said, we don't know for sure that she isn't the author of those other posts, do we?\n\nGenerally speaking, I've greatly reduced my voting on introduceyourself posts as I do feel that the consistent rewards have become a magnet for professional scammers. It is unfortunate that what was a nice vehicle for welcoming people to the community and distributing coins has now become an incubator of abuse, but that is how things work on the Internet, so we must adapt and move forward.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T02:29:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 283141, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ricegum\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:20:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t233002308z", + "percent_steem_dollars": 10000, + "permlink": "re-earnest-re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t022944600z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:06:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What he said", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:06:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 284271, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T04:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "re-timd-tf222-20160726t154948759z", + "percent_steem_dollars": 10000, + "permlink": "re-dan-re-timd-tf222-20160727t040628000z", + "reward_weight": 10000, + "root_author": "timd", + "root_permlink": "tf222", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:11:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice tutoral showing how to use Google search to find images that are authorized for reuse:\n\nhttps://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 284327, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"https://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability\"]}", + "last_payout": "2016-08-26T11:10:30", + "last_update": "2016-07-27T04:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "repholder", + "parent_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "percent_steem_dollars": 10000, + "permlink": "re-repholder-how-copying-and-pasting-images-can-get-you-in-trouble-20160727t041121900z", + "reward_weight": 10000, + "root_author": "repholder", + "root_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:17:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It was more of a hypothetical. If I'm willing to pay for something it is a strong indication that it has real value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 284398, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-27T04:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "minion", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160726t192549408z", + "percent_steem_dollars": 10000, + "permlink": "re-minion-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160727t041748400z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T04:22:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "See @jamtaylor's comment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T04:22:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 284454, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:22:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t185516490z", + "percent_steem_dollars": 10000, + "permlink": "re-james-show-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t042201400z", + "reward_weight": 10000, + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T02:21:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 165, + "beneficiaries": [], + "body": "Don't get discouraged. What @dan said is absolutely right. If your quality posts and comments aren't being recognized it may simply be that the usage of the site has exploded and whales can't be everywhere. This is a good thing because it means that usage is growing!\n\nBut as more and more dolphins (and just regular fish) grow up, there will be more and more powerful upvotes to go around all over the site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-07-27T05:49:24", + "curator_payout_value": { + "amount": "182", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 285443, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T05:49:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "getssidetracked", + "parent_permlink": "re-dan-re-timd-tf222-20160727t040906312z", + "percent_steem_dollars": 10000, + "permlink": "re-getssidetracked-re-dan-re-timd-tf222-20160727t054923000z", + "reward_weight": 10000, + "root_author": "timd", + "root_permlink": "tf222", + "title": "", + "total_payout_value": { + "amount": "579", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T17:37:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": ""Signficant faction" need not be very large. ETC started out with little support (mostly just Poloniex) and looked to be on track to fail until new money started to flow in. But that tiny bit of support immediately post-fork was enough to give it a chance. The outcome is still unclear of course, but it doesn't look at this point like miners will have a lot to do with it. As I write this, mining ETC is extremely profitable and miners are flocking to it for that reason.", + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T09:36:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 287729, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-27T09:36:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joelkatz", + "parent_permlink": "re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t065910084z", + "percent_steem_dollars": 10000, + "permlink": "re-joelkatz-re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t093650900z", + "reward_weight": 10000, + "root_author": "chitty", + "root_permlink": "lets-stop-lying-about-the-ethereum-fork", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T11:15:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "https://www.instagram.com/p/RExL85J6pP/", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-27T11:15:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 288928, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/p/RExL85J6pP/\"]}", + "last_payout": "2016-08-26T19:55:51", + "last_update": "2016-07-27T11:15:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "katya", + "parent_permlink": "re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t101119715z", + "percent_steem_dollars": 10000, + "permlink": "re-katya-re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t111504500z", + "reward_weight": 10000, + "root_author": "katya", + "root_permlink": "hi-i-m-a-russian-girl-that-enjoys-making-cakes", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-28T07:44:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Possibly is not going to be good enough any more. #introduceyourself has become a magnet for scammers. If this is actually real, she can post better verification (like a video)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-27T11:54:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 289517, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T15:08:00", + "last_update": "2016-07-27T11:55:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "williambanks", + "parent_permlink": "re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t092709388z", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t115409000z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-27T18:51:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 149, + "beneficiaries": [], + "body": "A better way to look at it is that the SP grows, but the dollar value is _unknown_.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-27T18:35:36", + "curator_payout_value": { + "amount": "77", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 297260, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T19:35:09", + "last_update": "2016-07-27T18:35:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "oliverb", + "parent_permlink": "re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t052402679z", + "percent_steem_dollars": 10000, + "permlink": "re-oliverb-re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t183534700z", + "reward_weight": 10000, + "root_author": "kevinwong", + "root_permlink": "what-to-do-if-you-have-more-than-10-000-steem-power", + "title": "", + "total_payout_value": { + "amount": "521", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T18:45:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for uncredited image reuse", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychedelic", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-29T04:39:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 328053, + "json_metadata": "{\"tags\":[\"psychedelic\"]}", + "last_payout": "2016-08-28T16:38:27", + "last_update": "2016-07-29T04:39:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "deathsangel", + "parent_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "percent_steem_dollars": 10000, + "permlink": "re-deathsangel-psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed-20160729t043941200z", + "reward_weight": 10000, + "root_author": "deathsangel", + "root_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T06:27:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That feature is part of the underlying pegging mechanism and is best ignored by most users in favor of either the internal market or an exchange.", + "cashout_time": "1969-12-31T23:59:59", + "category": "questions", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:26:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 329245, + "json_metadata": "{\"tags\":[\"questions\"]}", + "last_payout": "2016-08-26T01:15:51", + "last_update": "2016-07-29T06:26:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "question-answers", + "parent_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "percent_steem_dollars": 10000, + "permlink": "re-question-answers-why-does-conversion-from-steem-dollars-to-steem-take-1-week-20160729t062645500z", + "reward_weight": 10000, + "root_author": "question-answers", + "root_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T06:58:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> @Kushed\n\nHe was voted out most of the past few weeks. As I write this, I'm happy to see that he is back in. Hopefully that continues and Kushed provides updates going forward.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:55:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 329563, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:55:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "percent_steem_dollars": 10000, + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065546900z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:18:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I sometimes use them for some automated processes, trading strategies, and to organize funds.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-29T06:58:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 329601, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:58:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234100320z", + "percent_steem_dollars": 10000, + "permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065843100z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T07:04:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> so one must know how to run a server and know some programming language?\n\nNo programming is required but you do need to know how to run a server, secure it properly, manage updates, etc. Some scripting may be useful (for example many witnesses use custom scripts to update the feed or for other procedures).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T06:59:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 329617, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:59:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "daf", + "parent_permlink": "re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234642621z", + "percent_steem_dollars": 10000, + "permlink": "re-daf-re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065954600z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T07:08:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "To expand on that a bit, anyone can be a witness if you run a properly-configured node and get just a single vote (even just yourself). However, only the top 19 witnesses are considered primary or full-time witnesses who sign a block (and get a reward) during each round of 21 blocks (63 seconds).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-29T07:03:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 329671, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T07:03:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234845932z", + "percent_steem_dollars": 10000, + "permlink": "re-clains-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t070311200z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T12:18:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you for the words of support", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-29T12:18:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 333215, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T12:18:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t103602461z", + "percent_steem_dollars": 10000, + "permlink": "re-kuriko-re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t121813500z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:01:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 27, + "beneficiaries": [], + "body": "Thanks for the review. Would definitely like to see more of these!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:11:45", + "curator_payout_value": { + "amount": "19", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 345324, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-29T13:32:03", + "last_update": "2016-07-30T01:11:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "percent_steem_dollars": 10000, + "permlink": "re-lasvegasgirl-my-visit-to-gordon-ramsay-burgr-in-las-vegas-20160730t011146700z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "title": "", + "total_payout_value": { + "amount": "75", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T01:25:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Agree with @tuck-fheman", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T01:25:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 345458, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"tuck-fheman\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:25:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222944913z", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-re-dantheman-notice-to-bot-spammers-20160730t012524100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:47:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 94, + "beneficiaries": [], + "body": "Flagged for outsize payout on platform updates. Voters, please consider that your votes allocate money and do not merely signify approval or agreement. If you wish to do the later, consider commenting instead.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:26:33", + "curator_payout_value": { + "amount": "2", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 345477, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:26:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "dantheman", + "parent_permlink": "notice-to-bot-spammers", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-notice-to-bot-spammers-20160730t012633100z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "", + "total_payout_value": { + "amount": "110", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T14:12:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9522, + "beneficiaries": [], + "body": "Nice post. Many are not aware of the many different aspects of Steem. It is good to hear how things look from the trading and market making perspective.", + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-30T01:42:00", + "curator_payout_value": { + "amount": "8680", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 345663, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-29T15:28:18", + "last_update": "2016-07-30T01:42:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 37, + "parent_author": "jasonmcz", + "parent_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "percent_steem_dollars": 10000, + "permlink": "re-jasonmcz-the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source-20160730t014202100z", + "reward_weight": 10000, + "root_author": "jasonmcz", + "root_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "title": "", + "total_payout_value": { + "amount": "26860", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T02:06:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 12, + "beneficiaries": [], + "body": "There are no curation rewards whatsoever past the first payout.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-30T01:50:24", + "curator_payout_value": { + "amount": "3", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 345760, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T03:37:48", + "last_update": "2016-07-30T01:50:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160729t194111955z", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160730t015023200z", + "reward_weight": 10000, + "root_author": "au1nethyb1", + "root_permlink": "everyone-deserves-a-second-chance-on-steemit", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-20T21:14:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "A hard fork can be said to occur when a significant portion of the economy decides to adopt a version of the software implementing blockchain validation rules that are incompatible with the previous rules.\n\nIn theory anyone can hard fork a chain, because they can start running a different version of the software of their own design. But this is pretty meaningless if no one else adopts it. What makes a hard fork meaningful is people deciding to adopt it, most clearly when everyone or nearly everyone does.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-07-30T05:37:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 348173, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-30T05:37:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "is-a-hard-fork-implemented-or-voted-on", + "percent_steem_dollars": 10000, + "permlink": "re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t053752500z", + "reward_weight": 10000, + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T06:12:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for outsize reward on a two-line platform update. Voters, please consider that your votes not only express agreement or approval but also determine the allocation of the reward pool. If too much goes to posts like this, then all the other great content on the site gets less. If your intent is primarily to express agreement, please consider posting a comment instead.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T06:10:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 348487, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-30T06:12:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "notice-to-tag-spammers", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-notice-to-tag-spammers-20160730t060959300z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:34:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 753, + "beneficiaries": [], + "body": "I'll agree but I'm not giving you a huge upvote either. I don't think official announcements or progress post should take a huge portion of the reward pool but I also don't think your posts should for questioning it.\n\nLet's leave the reward pool for people who actually post interesting, entertaining, enlightening and inspiring content and stop draining it with a continual a circle jerk of steemit posts about steemit itself.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-30T08:39:06", + "curator_payout_value": { + "amount": "89", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 349957, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:51:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "knozaki2015", + "parent_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t083903700z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "title": "", + "total_payout_value": { + "amount": "1919", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T09:26:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 76, + "beneficiaries": [], + "body": "A feature to do exactly this was implemented in one of the previous hard forks but it isn't being used.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-07-30T08:53:30", + "curator_payout_value": { + "amount": "5", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 350119, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:53:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "cass", + "parent_permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t084415648z", + "percent_steem_dollars": 10000, + "permlink": "re-cass-re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t085331200z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "title": "", + "total_payout_value": { + "amount": "212", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:40:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What a beautiful family. Great to see you here as part of the Steemit community!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-30T09:38:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 350704, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T22:43:36", + "last_update": "2016-07-30T09:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "celebr1ty", + "parent_permlink": "on-the-way-to-my-dream", + "percent_steem_dollars": 10000, + "permlink": "re-celebr1ty-on-the-way-to-my-dream-20160730t093843200z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "on-the-way-to-my-dream", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 13, + "beneficiaries": [], + "body": "The last chart is quite interesting. I think most would assume that pretty girls are getting all the money. Apparently not.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-07-30T11:17:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 351807, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T11:17:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 9, + "parent_author": "saulius", + "parent_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "percent_steem_dollars": 10000, + "permlink": "re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t111752800z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "title": "", + "total_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:00:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> at first there are more men on Steemit\n\nNot significantly in this sample. Users by gender above shows 53/47.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:00:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 362212, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T22:00:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bulkygangsta", + "parent_permlink": "re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t203747080z", + "percent_steem_dollars": 10000, + "permlink": "re-bulkygangsta-re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t220028500z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T22:14:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the reports from Africa. Fascinating.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T22:14:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 362470, + "json_metadata": "{\"tags\":[\"blog\"]}", + "last_payout": "2016-08-30T10:24:30", + "last_update": "2016-07-30T22:14:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bycz", + "parent_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "percent_steem_dollars": 10000, + "permlink": "re-bycz-africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up-20160730t221434500z", + "reward_weight": 10000, + "root_author": "bycz", + "root_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T00:55:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome, but if you don't mind would you verify that this is the real blockchain girl by posting a link to this post from one of your established social media accounts? The very significant cash rewards here make impersonation (even with photoshopped verification photos) a serious concern. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-07-30T22:48:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 363034, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T22:48:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -16494906892338, + "net_votes": 10, + "parent_author": "blockchaingirl", + "parent_permlink": "the-blockchain-girl-has-joined-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t224846000z", + "reward_weight": 10000, + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:00:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Confirmed, thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T23:00:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 363218, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T23:00:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "blockchaingirl", + "parent_permlink": "re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t225501024z", + "percent_steem_dollars": 10000, + "permlink": "re-blockchaingirl-re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t230016400z", + "reward_weight": 10000, + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-30T23:35:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please confirm that the photos are your original work and tell us a bit about them (when they were taken, etc.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-30T23:35:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 363740, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-30T11:58:06", + "last_update": "2016-07-30T23:35:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "panenka", + "parent_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "percent_steem_dollars": 10000, + "permlink": "re-panenka-the-beautiful-walled-city-of-dubrovnik-croatia-20160730t233545600z", + "reward_weight": 10000, + "root_author": "panenka", + "root_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-24T22:33:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 94755, + "beneficiaries": [], + "body": "I think this is a reasonable topic of discussion so I upvoted it.\n\n> Surely if money is used to buy them then they would be bought for the sole reason of money\n\nThis logic (particularly the suggestion that someone having a financial interest is harmful) seems highly flawed to me. If someone buys into Steem, particularly in a big way, they are invested in the success of the system. The idea that people with an investment in the system would act to maintain and improve the system is very much built in to the design and discussed extensively in the white paper. \n\nWhy do you think this is a bad thing?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 16, + "children_abs_rshares": 0, + "created": "2016-07-31T01:56:42", + "curator_payout_value": { + "amount": "86820", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 365530, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T01:57:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "egjoshslim", + "parent_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "percent_steem_dollars": 10000, + "permlink": "re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t015641500z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "260967", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T01:15:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Private messaging is already implemented on the blockchain and just needs the Web UI to be completed. It is both in-progress and on the [roadmap](https://steem.io/roadmap/).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, + "children_abs_rshares": 0, + "created": "2016-07-31T04:11:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 366933, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T04:11:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "danroseman", + "parent_permlink": "re-r0achtheunsavory-steemit-feature-wish-list-20160731t003744319z", + "percent_steem_dollars": 10000, + "permlink": "re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t041116800z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T05:32:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "People change keys for all sorts of reasons. Seeing that on the blockchain means very little.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T04:43:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 367201, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:43:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "complexring", + "parent_permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t035741843z", + "percent_steem_dollars": 10000, + "permlink": "re-complexring-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044357100z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:32:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> This is exactly the same as buying a fully decked out World of Warcraft account from ebay\n\nOkay then, thank you for confirming that this isn't an issue worth being particularly concerned about. World of Warcraft is extremely successful.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-31T04:44:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 367208, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:45:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t024605498z", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044451800z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T16:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I'm well aware of what a hard fork has been in the past for coins with miners\n\nI'm not sure you are. Reread my comment because it already answered every question or issue raised in your reply, and likely every further question or issue you could raise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T06:53:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 368001, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-31T06:53:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t184905703z", + "percent_steem_dollars": 10000, + "permlink": "re-coinz-re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160731t065352200z", + "reward_weight": 10000, + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T11:36:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The follow list is also partially implemented. I'm not sure what plans there are for filtering.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T11:36:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 369938, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T11:36:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t062145871z", + "percent_steem_dollars": 10000, + "permlink": "re-r0achtheunsavory-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t113625600z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:42:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as off topic", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-07-31T23:29:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 381229, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T23:29:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t195157237z", + "percent_steem_dollars": 10000, + "permlink": "re-earnest-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t232936500z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-31T23:32:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree with you that Steemit is unlikely to implement an effective and useful reputation system that does more good than harm. Unlikely does not mean impossible though, so I'm willing to keep an open mind.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T23:32:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 381272, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T23:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t120717075z", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t233243800z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Soylent's main page has a picture of a table beet, (the red vegetable beet).Beet sugar is a white beet from which pure sugar (99.9% sucrose) is extracted. There are no 'beets' as we call them, or that pictured in Soylent. This is a _**mistake**_ on their part. This type of _**misunderstanding**_ of ingredient information is common when a third party formulates a food product as is likely the case here. \n\nI can't decide you actually believe that, but I certainly don't", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-31T23:38:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 381362, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-31T11:26:54", + "last_update": "2016-08-01T00:10:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "andrewfoodist", + "parent_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "percent_steem_dollars": 10000, + "permlink": "re-andrewfoodist-soylent-ingredient-breakdown-from-a-food-scientist-20160731t233830700z", + "reward_weight": 10000, + "root_author": "andrewfoodist", + "root_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:05:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In the _long_ term this is correct. It is unlikely you will be able to live off of SP-generated income indefinitely. But as long as adoption and speculative demand is increasing, the value increase of SP should more than offset the inflation. Also, 10% is only the maximum and the actual rate depends on the liquid STEEM supply. Finally, as long as liquidity rewards are disabled (or reduced), the maximum is actually lower. Liquidity rewards account for about 25% of the total inflation rate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T00:05:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 381680, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:05:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "furion", + "parent_permlink": "re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t130920600z", + "percent_steem_dollars": 10000, + "permlink": "re-furion-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000515500z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T00:07:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "No other way for your vests to change aside from earning rewards paid in SP. However, the total number of vests changes when other people power up, power down, or earn rewards paid in SP.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T00:06:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 381697, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:07:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t200819827z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000640900z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:17:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 8307, + "beneficiaries": [], + "body": "A few comments:\n\n#### Sybil attacks\n\nThe way to stop Sybil attacks is to stop creating ways for Sybils to attack. For example, the recent change to posting rewards directly incentivizes Sybil attacks (I don't know whether they are already occurring, but I suspect yes) by those wanting to spam low quality posts out of a hope that some of them, even a small number, produce rewards (comment spamming is the same, and is not currently Sybil attacked because comments don't yet have a per-account quota, but introduce such a quota and that is exactly what will happen). \n\nAnother example is the Hot view, which uses vote count as a metric. This was originally the front page and was moved to an alternate view because it clearly incentivizes Sybil attacks. I think it should be removed altogether. Likewise, displaying vote count on posts is pointless and misleading and also, albeit more subtly, incentivizes Sybil attacks (a post or comment getting more attention and attracting real votes because it already \"has many votes\"). Instead posts should include some normalized and/or summarized indication of vote weight (weighted stake)\n\nUnfortunately, a number of the recent changes including the aforementioned posting quota have ignored these core principles of not granting weight to \"accounts\". The result is that in trying to address one problem, more are created. I hope that the reputation system Steemit plans to implement, and generally speaking knee-jerk reactions to a \"Bot Crisis\" do not make similar errors, but I expect that if great care is not taken to slow down and think things though, they probably will.\n\n#### PoW accounts\n\nPoW accounts should not be removed. They are an extremely valuable way for controversial, censored, or otherwise at-risk people to obtain access and publish information (possible very highly valued information) without needing to link with some external resources (social media account, etc.), which could literally put their lives at risk in the most extreme cases or at least discourage coming forward in the less extreme cases. Anonymous whistle-blowers, political dissidents, and others in this group deserve our greatest respect and accommodation if the idea of censorship resistance is to mean anything (popular ideas are rarely censored). But more importantly, the entire approach of limiting access rather than widening it is focusing efforts on exactly the wrong direction, but I'll get to that later in the next section, after discussing the reality of PoW accounts.\n\nIn point of fact, if you look at the current swarm of bots, approximately zero of them are PoW accounts (please go and look if you are unsure about this). They are all, or nearly all, Steemit-provided accounts. In all likelihood, it is much cheaper and easier to obtain _large numbers_ of accounts via Steemit signups rather than mining (also the Steemit-provided accounts come with free SP, significant in large numbers, which means they have negative cost; as long as that continues, those wanting to create accounts for profit rather than for use will likely continue using that route). Not only is the mining difficulty significant, but the _maximum possible_ number of PoW accounts created per day is 1372, and this theoretical number _greatly overstates_ the maximum feasible number, because there are high-powered miners competing for, and winning, most blocks who do not create new accounts with each block (for good reasons). In summary, disabling PoW accounts is an example of a reactive response that does not solve any real problem, but comes with a very real cost.\n\n#### Facebook, Reddit, and growth\n\nYou suggest that Reddit account signups be removed and only Facebook be allowed. This is misguided. Not only are fraudulent Facebook accounts plentiful, easy to create, and regularly used in high profile frauds (including some involving massive numbers of such accounts), but this approach is entirely self-defeating. \n\nReflexively one might suggest that access to accounts be further limited and more verification be added. I've even suggested this myself, as an initial reaction to The Bot Problem, but I now realize that was a bad idea. In fact, as the site continues to expand it will probably make sense -- and be inevitable to prevent a growth bottleneck -- to open up registrations even wider (examples: retail purchase of an \"access card\", email registration, mobile registration, etc.). Many of these accounts will be obtained fraudulently and/or resold. The system must be designed to accept this reality and minimize negative impacts from it. \n\nThis inevitable widening of access _will_ create more ability to Sybil attack, _but only if the number of accounts controlled by an individual actually matters in any way_. This problem can only be solved without putting harmful obstacles in the way of new users (which is a _very big deal_ if you want the platform to rapidly grow to truly massive scale) by refocusing efforts on ensuring that Sybil attacking gains no advantage and also causes no real harm (see #1 above). The so-called Bot Crisis is a crisis primarily because it threatens to unleash a new round of poorly-thought-out changes that will make mattes worse. One might even speculate on whether it could be intended to do just that. \n\n#### Short term solutions\n\nThe efforts of \"the good guys\" have caused most of the abusive bots to be hidden and earn no rewards, removing most of the incentives for people to create them. (If the idea is to just spam the blockchain, that can be done in any number of ways.) Slight tweaks to the UI can improve this further without collateral damage. For example, I suggested replacing individually hidden comments with a summary line (\"13 comments hidden, click to show\"). @svk even prototyped this and showed me some very nice screen shots. Rolling that out on the site would make most of the abusive bots invisible and a non-issue. Removing from the UI any remaining emphasis on \"vote count\" as a useful concept would address the rest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-01T09:03:30", + "curator_payout_value": { + "amount": "303", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 387544, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"svk\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:06:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 26, + "parent_author": "anyx", + "parent_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "percent_steem_dollars": 10000, + "permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t090328300z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "8379", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T10:41:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Reposts generally don't deserve much in the way of rewards anyway, so it doesn't really matter that much from the perspective of voting and abuse. It's like movies. First run = $. Old movie = late night on some obscure cable channel.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T09:27:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 387816, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:27:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "prufarchy", + "parent_permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t022756838z", + "percent_steem_dollars": 10000, + "permlink": "re-prufarchy-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t092733600z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T10:56:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9, + "beneficiaries": [], + "body": "This is a really nice post but can you confirm it is your original work. It reads a bit like something from a psychology web site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-01T09:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 388087, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-31T21:57:36", + "last_update": "2016-08-01T09:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "foma17", + "parent_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "percent_steem_dollars": 10000, + "permlink": "re-foma17-how-to-deal-with-bad-thoughts-psychologist-s-advice-20160801t095538300z", + "reward_weight": 10000, + "root_author": "foma17", + "root_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T11:04:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't think it has been disclosed but if you can find information about it I'm sure many would find it interesting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T10:55:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 388738, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T05:28:06", + "last_update": "2016-08-01T10:55:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thebluepanda", + "parent_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "percent_steem_dollars": 10000, + "permlink": "re-thebluepanda-who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february-20160801t105538800z", + "reward_weight": 10000, + "root_author": "thebluepanda", + "root_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 350, + "beneficiaries": [], + "body": "The instant self-upvote rewards do go to the author (you) under the 30 minute rule so there is no harm there. The only reason not to use it is if you think the post won't get votes and you don't want to waste the voting power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-01T12:05:33", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 389522, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T12:05:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "liberosist", + "parent_permlink": "re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160729t152758657z", + "percent_steem_dollars": 10000, + "permlink": "re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t120531800z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "374", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T14:42:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It would be nice if the liquidity reward actually worked properly and we ended up with extremely tight spreads on the internal market with good depth and good tracking of the peg value. Unfortunately that didn't happen so offering an easy instant market order option would result in people frequently being ripped off by bad executions.\n\nHopefully the market will become more liquid in time and this will become a viable option. I'm working on a few things to improve the situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T12:12:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 389580, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalspecific", + "parent_permlink": "re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160731t150822764z", + "percent_steem_dollars": 10000, + "permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121230700z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Holding SBD is not necessarily bad. It earns interest and should be fairly stable over time (even if it currently has some nasty fluctuations). The thing to be aware of is that SP is a highly risky, illiquid investment (meaning you can't get your money out quickly) while SBD is liquid and most of the time should be stable. SP _could_ certainly pay off more over time but that is not guaranteed. Study both carefully and make the decision that best fits your own situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-01T12:15:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 389610, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:15:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cloh76", + "parent_permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t060715725z", + "percent_steem_dollars": 10000, + "permlink": "re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121511100z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T13:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice recipe! Have you tried key lime? It is my favorite.\n\nWelcome to Steem. You may wish to consider an introduction post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-01T13:27:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 390627, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T01:36:27", + "last_update": "2016-08-01T13:27:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "t3lin", + "parent_permlink": "cake-steemit-and-my-self-presentation", + "percent_steem_dollars": 10000, + "permlink": "re-t3lin-cake-steemit-and-my-self-presentation-20160801t132707800z", + "reward_weight": 10000, + "root_author": "t3lin", + "root_permlink": "cake-steemit-and-my-self-presentation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 65, + "beneficiaries": [], + "body": "> limit_order_create, limit_order_cancel\n\nHow does one see executions?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 11, + "children_abs_rshares": 0, + "created": "2016-08-01T13:44:21", + "curator_payout_value": { + "amount": "44", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 390895, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T13:44:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "furion", + "parent_permlink": "developers-guide-to-steem-s-blockchain", + "percent_steem_dollars": 10000, + "permlink": "re-furion-developers-guide-to-steem-s-blockchain-20160801t134419900z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "159", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T13:56:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The best thing to do is post something on that site mentioning or linking to your account here or one of your posts here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T13:56:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 391080, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-01T01:47:51", + "last_update": "2016-08-01T13:56:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autostation", + "parent_permlink": "re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t134406673z", + "percent_steem_dollars": 10000, + "permlink": "re-autostation-re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t135622900z", + "reward_weight": 10000, + "root_author": "autostation", + "root_permlink": "pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T19:33:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Nice post! Recipe looks delicious and great pictures. Thanks for sharing!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-01T14:09:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 391328, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:59:00", + "last_update": "2016-08-01T14:09:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "celebr1ty", + "parent_permlink": "patties-bomb", + "percent_steem_dollars": 10000, + "permlink": "re-celebr1ty-patties-bomb-20160801t140929000z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "patties-bomb", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The total supply of SBD is about 1% of the supply of STEEM/SP. It isn't mathematically possible for whales to have a large percentage.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T20:02:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 397936, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T20:02:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ntomaino", + "parent_permlink": "re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t190703318z", + "percent_steem_dollars": 10000, + "permlink": "re-ntomaino-re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t200249000z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T21:27:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "How do you get _market_ execution history (not for a specific account)?\n\nIt is impossible to do any meaningful analysis of trading activity without that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T21:23:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 399373, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T21:27:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theoretical", + "parent_permlink": "re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185430888z", + "percent_steem_dollars": 10000, + "permlink": "re-theoretical-re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t212300700z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T21:36:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The self-voting feature we were discussing only applies to posts not comments.\n\nVoting yourself routinely on comments is questionable since comments usually don't get that much in the way of votes and rewards, and each comment vote uses the same vote power as a post vote. I only do it when I feel my comment is particularly important and I want to promote it, but in that case it isn't for the rewards, it is for visibility.\n\nHowever, there are some users (I'm one of them) who don't post very much but are active on comments. They may feel that their comments are useful and a valuable contribution to the discussion, so worthy of rewards. (I'll leave it to others to decide if my comments are valuable.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T21:34:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 399564, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T21:36:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hrottie", + "parent_permlink": "re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t190156003z", + "percent_steem_dollars": 10000, + "permlink": "re-hrottie-re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t213421400z", + "reward_weight": 10000, + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:19:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> For the Hot view, I do not think it should be removed, just reworked\n\nSure. My objection of course is not the name Hot, just the idea of a leaderboard based specifically on vote count. Using a different metric as you suggest is fine. There could be numerous such useful rankings.\n\n> Of course, with the ability to create accounts through reg fee, or buy and sell accounts, they would still have anonymous means\n\nThese accounts are still always linked to a creator account. PoW accounts are not. Possibly by some means of buying and selling these could be obtained anonymously (and that probably will occur, for people who want more anonymous accounts than can be obtained via PoW), but it is significantly harder and increases the risk of being traced, which in turn could then transfer some of the risk to the seller. In cases of abuse this might be considered acceptable, but in cases of valued minority expression it is not.\n\n> I did notice a lot of accounts in bot swarms are Steemit provided, which makes me think people are just using reddit\n\nAgain I think you dismiss too easily fake Facebook accounts. I'm not sure why. Many people I know who aren't even online scammers have multiple Facebook accounts. Scammers create them by the thousands. (Not to dismiss Reddit account scamming either, that is also clearly rampant, and you may be right this is currently the low-hanging fruit, but removing it would just shift that to Facebook, while obstructing some, possibly many, legitimate users who don't use Facebook.)\n\n> other people have suggested removing the dollar value of a post to reduce jealousy, and I understand their point to ... Unfortunately that leaves us at an impass, as these two ideas remove both the metrics we have!\n\nUnlike vote count, dollar value is a meaningful quantity that is not arbitrarily manipulated using Sybil accounts. Nevertheless, I specifically mentioned in my first comment another metric, weighted vote share, by which I mean a count of SP voting (possibly normalized or summarized). This is different from dollars because it doesn't apply the reward formula rules. Using this in place of vote count would still allow hiding dollars, if people want to do that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T22:17:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 400214, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T22:19:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t173650656z", + "percent_steem_dollars": 10000, + "permlink": "re-anyx-re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t221714000z", + "reward_weight": 10000, + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T22:37:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good post. Upvoted for original analysis.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T22:37:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 400480, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T10:37:24", + "last_update": "2016-08-01T22:37:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-if-you-think-about-it-it-s-not-quality-that-matters-but-relevance-20160801t223700800z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-01T23:44:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "steemit.com doesn't show downvotes (I think a bad idea, but not my call). You can see them on steemd.com. There was no censoring by the site here afaik, just someone downvoted you probably because they disagree with your politics.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-01T23:44:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 401417, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T02:19:12", + "last_update": "2016-08-01T23:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t131056745z", + "percent_steem_dollars": 10000, + "permlink": "re-r0achtheunsavory-re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t234438400z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:59:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This post doesn't add anything new to the discussion. You're dangerously close to becoming That Guy. Take a break from the computer and come back fresh with some new ideas.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-02T01:07:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 402486, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T16:20:42", + "last_update": "2016-08-02T01:07:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "egjoshslim", + "parent_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "percent_steem_dollars": 10000, + "permlink": "re-egjoshslim-another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3-20160802t010714900z", + "reward_weight": 10000, + "root_author": "egjoshslim", + "root_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:57:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1071, + "beneficiaries": [], + "body": "Paying people to upvote is abuse, or at least within the range of reasonable definitions of a abuse that someone may find as a reason to flag/downvote. @liodani did nothing wrong here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-02T05:09:18", + "curator_payout_value": { + "amount": "853", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 405121, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liodani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T05:09:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "incomemonthly", + "parent_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "percent_steem_dollars": 10000, + "permlink": "re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t050917500z", + "reward_weight": 10000, + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "title": "", + "total_payout_value": { + "amount": "2580", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:44:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 313, + "beneficiaries": [], + "body": "Faucets are a common practice _when people give away their own money_. In this case votes allocate money from the reward pool which belong not to the poster, but to the community. As such, all in the community are entitled to protect the pool as their conscience dictates, which is exactly what @liondani did there. If I had seen it I would have done the same.\n\nIf there are other cases where you think @liondani acted inappropriately then point them out specifically. Making vague allegations without facts helps no one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-02T06:05:15", + "curator_payout_value": { + "amount": "171", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 405595, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liondani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T06:05:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t051928267z", + "percent_steem_dollars": 10000, + "permlink": "re-incomemonthly-re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t060515300z", + "reward_weight": 10000, + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "title": "", + "total_payout_value": { + "amount": "602", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T10:16:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It was made more linear from the perspective of voters but the quadratic weighting across different posts remains. I think most in decision making positions see large payouts for winning/leaderboard posts to be a more useful approach overall than paying each post (to make up a number) $10. Which is not to say there aren't a lot of posts making $100-200 because there are, but overall the rewards are indeed concentrated with the top posts. It is a reasonable debate though, whether payouts across posts should be flatter.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-02T08:58:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 407185, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-02T08:58:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160801t205354136z", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t085808100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T10:42:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree about blogging vs. chatting. One of the most interesting things I've seen on Steemit is the growth of activity in comments. In the earlier days with a much smaller user base, there were few comments even on the top paid posts. In fact comments were so neglected that there was at one point a proposal to explicitly subsidize comment posting with a dedicated portion of the reward pool. That proposal was dropped, but nevertheless, as the user base grew, comments have taken off to where most decent posts, whether highly rewarded or not, generate a significant tree of discussion and many good ideas are developed in comments.\n\nAnecdotally I hate blogs that disable comments and usually don't return to them more than once or twice. Whether I comment or not, I still want to see what others have to say about the post, and if the poster isn't allowing comments that could potentially challenge their claims, I'm less willing to take what they have to say seriously. The days of one-way information dissemination are over.\n\nOverall this was a good post with useful analysis of the competitive landscape.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T09:07:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 407248, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T21:25:06", + "last_update": "2016-08-02T09:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t083635848z", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t090712200z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T09:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm glad you found the post valuable and thank you for the positive feedback. It is appreciated!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T09:53:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 407689, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T04:55:36", + "last_update": "2016-08-02T09:53:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "merej99", + "parent_permlink": "re-smooth-voting-is-a-popularity-contest-20160802t092842001z", + "percent_steem_dollars": 10000, + "permlink": "re-merej99-re-smooth-voting-is-a-popularity-contest-20160802t095308000z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "voting-is-a-popularity-contest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T10:52:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Maybe I should outvote him with the thousands of accounts I have left over from mining. Or perhaps I should power down my stake and use it to create 500 000 new accounts (though fear not, I can \"only\" do this at a rate of 5000 per week).\n\nDoes this make any sense? The answer is no. \n\nIt is time to recognize that 'vote count' is an obsolete and unworkable concept that is a hold over from previous inferior systems such as Reddit. We don't need it and will be better off without it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T10:52:51", + "curator_payout_value": { + "amount": "14", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 408378, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T23:15:57", + "last_update": "2016-08-02T10:52:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "percent_steem_dollars": 10000, + "permlink": "re-riensen-steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool-20160802t105249500z", + "reward_weight": 10000, + "root_author": "riensen", + "root_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "title": "", + "total_payout_value": { + "amount": "42", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:25:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T11:19:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 408673, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html\"]}", + "last_payout": "2016-09-01T23:19:06", + "last_update": "2016-08-02T11:19:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kapets", + "parent_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "percent_steem_dollars": 10000, + "permlink": "re-kapets-they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened-20160802t111915900z", + "reward_weight": 10000, + "root_author": "kapets", + "root_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T19:11:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "^ This\n\nWelcome Heather.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-02T11:23:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 408719, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T01:27:06", + "last_update": "2016-08-02T11:23:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "zorro", + "parent_permlink": "re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t034857255z", + "percent_steem_dollars": 10000, + "permlink": "re-zorro-re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t112339200z", + "reward_weight": 10000, + "root_author": "thepixelprincess", + "root_permlink": "it-s-not-a-secret-who-i-am", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T11:38:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That is an incredibly beautiful photograph. Thank you for sharing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitphotochallenge", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T11:38:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 408915, + "json_metadata": "{\"tags\":[\"steemitphotochallenge\"]}", + "last_payout": "2016-08-30T11:04:27", + "last_update": "2016-08-02T11:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theyam", + "parent_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "percent_steem_dollars": 10000, + "permlink": "re-theyam-steemitphotochallenge-entry-sunday-stroll-on-the-beach-20160802t113835800z", + "reward_weight": 10000, + "root_author": "theyam", + "root_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T21:36:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thank you for posting this story, it was quite moving.", + "cashout_time": "1969-12-31T23:59:59", + "category": "parenting", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T12:05:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 409196, + "json_metadata": "{\"tags\":[\"parenting\"]}", + "last_payout": "2016-09-01T04:29:42", + "last_update": "2016-08-02T12:05:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hanshotfirst", + "parent_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "percent_steem_dollars": 10000, + "permlink": "re-hanshotfirst-my-daughter-s-neville-longbottom-moment-of-the-day-20160802t120504500z", + "reward_weight": 10000, + "root_author": "hanshotfirst", + "root_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-02T12:08:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome to Steemit. I'm glad you shared your story with us and I hope to see more of your posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-02T12:08:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 409249, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-31T12:08:33", + "last_update": "2016-08-02T12:08:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sarahmegabubble", + "parent_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-sarahmegabubble-my-name-is-sarah-megabubble-and-i-m-joining-steemit-20160802t120854600z", + "reward_weight": 10000, + "root_author": "sarahmegabubble", + "root_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T00:02:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I like that a lot. Very nice artwork!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-02T12:34:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 409618, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T08:16:54", + "last_update": "2016-08-02T12:34:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "verelst", + "parent_permlink": "goodbye-emoji-welcome-steempty", + "percent_steem_dollars": 10000, + "permlink": "re-verelst-goodbye-emoji-welcome-steempty-20160802t123358700z", + "reward_weight": 10000, + "root_author": "verelst", + "root_permlink": "goodbye-emoji-welcome-steempty", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:46:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as this appears to be a widely-distributed press release not original work of the poster here and as such was (possibly still is) grossly overpaid", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T00:10:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 419914, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:15:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dashpaymag", + "parent_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "percent_steem_dollars": 10000, + "permlink": "re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t001012400z", + "reward_weight": 10000, + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:22:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:22:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 420036, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T12:03:30", + "last_update": "2016-08-03T00:22:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "klye", + "parent_permlink": "re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160802t222533867z", + "percent_steem_dollars": 10000, + "permlink": "re-klye-re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160803t002216000z", + "reward_weight": 10000, + "root_author": "natako", + "root_permlink": "hi-steem-who-am-i-hockey-girl-cheerleading-about-me", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:32:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged as overrewarded by bot swarm votes for a repost of old public domain work", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:32:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 420179, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-02T04:07:45", + "last_update": "2016-08-03T00:32:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "joseph", + "parent_permlink": "the-owls-and-the-crows-part-ii", + "percent_steem_dollars": 10000, + "permlink": "re-joseph-the-owls-and-the-crows-part-ii-20160803t003258600z", + "reward_weight": 10000, + "root_author": "joseph", + "root_permlink": "the-owls-and-the-crows-part-ii", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:46:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "rep does not affect downvoting to reduce the reward. It is a parallel system that only affects hiding. You can still effectively downvote if you think it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T00:39:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 420273, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:40:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t002056331z", + "percent_steem_dollars": 10000, + "permlink": "re-earnest-re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t003957000z", + "reward_weight": 10000, + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:09:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The reward pool is shared, so it is mine, yours, and everyone else's. The white paper does discuss people downvoting to reduce rewards when they feel it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T00:43:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 420317, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:09:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "patrick-g", + "parent_permlink": "re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160802t160831979z", + "percent_steem_dollars": 10000, + "permlink": "re-patrick-g-re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t004329500z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T00:44:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 133, + "beneficiaries": [], + "body": "I'm not on bitsharestalk. Since there is no PM on here yet you can PM me on bitcointalk as smooth or reddit as smooth_xmr", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T00:44:27", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 420332, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-03T00:44:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "fuzzyvest", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t151711988z", + "percent_steem_dollars": 10000, + "permlink": "re-fuzzyvest-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160803t004428100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "121", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-16T17:09:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "> too easy to be destroyed by a whale\n\nTroll\n\n\"The estimated value is based on a 7 day average value of Steem in US Dollars. $896,570.39\"\n\n(upvoted anyway for relevance)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T01:37:54", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 420867, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T14:27:21", + "last_update": "2016-08-03T01:38:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "wang", + "parent_permlink": "farewell-so-much-hate", + "percent_steem_dollars": 10000, + "permlink": "re-wang-farewell-so-much-hate-20160803t013754700z", + "reward_weight": 10000, + "root_author": "wang", + "root_permlink": "farewell-so-much-hate", + "title": "", + "total_payout_value": { + "amount": "87", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:37:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 512, + "beneficiaries": [], + "body": "Flagged for platform updates draining the same pool that rewards all platform users (and disproportionately since unlike any other content they are relevant to the entire user base). IMO the pool is better used to draw new content and users to the platform. Good update and the hopefully the reputation system will improve the platform, so not downvoting on merit.\n\nFor platform updates please consider using the blockchain feature that was added to disable rewards on a specific post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T02:11:03", + "curator_payout_value": { + "amount": "390", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 421160, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T02:12:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 13, + "parent_author": "dantheman", + "parent_permlink": "brief-update-on-reputation-score", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-brief-update-on-reputation-score-20160803t021104200z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "1212", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T02:43:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Repost, downvoted", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T02:43:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 421493, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T14:40:42", + "last_update": "2016-08-03T02:43:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-i-built-a-geothermal-greenhouse-20160803t022121", + "percent_steem_dollars": 10000, + "permlink": "re-cheetah-re-i-built-a-geothermal-greenhouse-20160803t022121-20160803t024346600z", + "reward_weight": 10000, + "root_author": "steve-mcclair", + "root_permlink": "i-built-a-geothermal-greenhouse", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. No\n2. You don't really have only 4 daily posts. After the first four the on each extra post are slowly reduced, but if you have a few more valuable posts they are probably still worth putting up. You may get a little less rewards on those extra posts but your total will still be higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T03:06:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 421751, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T03:06:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "percent_steem_dollars": 10000, + "permlink": "re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t030602800z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct on point 1: Editing does not penalize you. That rumor started because someone misinterpreted the payout data on one of their posts and has taken on a life of its own ever since.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T04:07:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 422405, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T04:07:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t032438154z", + "percent_steem_dollars": 10000, + "permlink": "re-pjheinz-re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t040756800z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:10:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "In addition to what dan said, the biggest rewards go to those that vote early but not not too early. There are a few posts that discuss the exactly mechanism, but the take away is that just because you vote on a post that makes it big doesn't mean that you will get a big cut. Even with my high SP I have voted late on some of the biggest payouts (>$10K) and still gotten almost nothing. Vote timing is critical.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T04:10:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 422433, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:10:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "crazylife", + "parent_permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t143336880z", + "percent_steem_dollars": 10000, + "permlink": "re-crazylife-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t041038600z", + "reward_weight": 10000, + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T04:59:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post. Please continue to preach the good word of optimism and self-improvement. Steem/it will be the better for it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "guides", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T04:56:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 422970, + "json_metadata": "{\"tags\":[\"guides\"]}", + "last_payout": "2016-09-02T18:25:51", + "last_update": "2016-08-03T04:56:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "creationlayer", + "parent_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "percent_steem_dollars": 10000, + "permlink": "re-creationlayer-keeping-steemit-healthy-compassion-forgiveness-envy-and-markets-20160803t045637500z", + "reward_weight": 10000, + "root_author": "creationlayer", + "root_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T05:36:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Removed my vote and flagged. Thanks @kuriko for pointing this out.", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T05:09:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 423100, + "json_metadata": "{\"tags\":[\"story\"],\"users\":[\"kuriko\"]}", + "last_payout": "2016-09-02T16:36:57", + "last_update": "2016-08-03T05:09:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kuriko", + "parent_permlink": "re-simranverma-how-i-live-with-parkinson-s-disease-20160803t040316468z", + "percent_steem_dollars": 10000, + "permlink": "re-kuriko-re-simranverma-how-i-live-with-parkinson-s-disease-20160803t050919600z", + "reward_weight": 10000, + "root_author": "simranverma", + "root_permlink": "how-i-live-with-parkinson-s-disease", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:48:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "FYI including steemit as a tag is discouraged unless the post is specifically about steemit. I don't think tags or at least the first tag can be edited so this is just a suggestion for future posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T06:40:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 424021, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T18:42:03", + "last_update": "2016-08-03T06:40:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalizethis", + "parent_permlink": "what-fight-club-can-teach-us-about-social-networks", + "percent_steem_dollars": 10000, + "permlink": "re-generalizethis-what-fight-club-can-teach-us-about-social-networks-20160803t064025900z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "what-fight-club-can-teach-us-about-social-networks", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T06:55:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for low quality post run through an autotranslator or spinner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T06:55:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 424183, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-02T19:00:12", + "last_update": "2016-08-03T06:55:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": -58381835, + "net_votes": -1, + "parent_author": "simranverma", + "parent_permlink": "is-online-sex-considered-cheating", + "percent_steem_dollars": 10000, + "permlink": "re-simranverma-is-online-sex-considered-cheating-20160803t065542700z", + "reward_weight": 10000, + "root_author": "simranverma", + "root_permlink": "is-online-sex-considered-cheating", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T07:38:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The follow button \"works\" in that it adds to your follow list but there is currently no UI to see your follow list or a feed of posts from people you follow. Hopefully that is coming soon.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T07:38:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 424547, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-02T20:50:42", + "last_update": "2016-08-03T07:38:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalizethis", + "parent_permlink": "re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t054456134z", + "percent_steem_dollars": 10000, + "permlink": "re-generalizethis-re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t073822300z", + "reward_weight": 10000, + "root_author": "r0achtheunsavory", + "root_permlink": "bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 118, + "beneficiaries": [], + "body": "I upvoted here, rep looks okay now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-03T08:26:03", + "curator_payout_value": { + "amount": "54", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 424961, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T08:26:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "penambang", + "parent_permlink": "how-single-downvote-ruined-my-reputation", + "percent_steem_dollars": 10000, + "permlink": "re-penambang-how-single-downvote-ruined-my-reputation-20160803t082604700z", + "reward_weight": 10000, + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", + "title": "", + "total_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T08:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "lol", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T08:53:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 425221, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:53:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "summonerrk", + "parent_permlink": "re-smooth-test-20160803t075032273z", + "percent_steem_dollars": 10000, + "permlink": "re-summonerrk-re-smooth-test-20160803t085308700z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:02:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I downvoted it, wiping out the payout. The intent was not to earn a payout. Oh, and those bots are not mine, they just stalk me I guess.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:01:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 425284, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T09:02:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "re-summonerrk-re-rznag-re-smooth-test-20160803t090026941z", + "percent_steem_dollars": 10000, + "permlink": "re-rznag-re-summonerrk-re-rznag-re-smooth-test-20160803t090137000z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T21:10:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 480, + "beneficiaries": [], + "body": "testa 2, the return", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-03T09:04:21", + "curator_payout_value": { + "amount": "16", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 0, + "id": 425310, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:04:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "", + "parent_permlink": "spam", + "percent_steem_dollars": 10000, + "permlink": "57i8q4-test", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "57i8q4-test", + "title": "test", + "total_payout_value": { + "amount": "472", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-12T11:13:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "coming soon, testa 3", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:06:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 425332, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:06:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "57i8q4-test", + "percent_steem_dollars": 10000, + "permlink": "re-smooth-57i8q4-test-20160803t090601400z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "57i8q4-test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T09:51:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 23, + "beneficiaries": [], + "body": "Fantastic project. I haven't tried this before now but I'm very, very impressed. Glad to recognize this with my upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemstats", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T09:49:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 425763, + "json_metadata": "{\"tags\":[\"steemstats\"]}", + "last_payout": "2016-09-03T00:58:39", + "last_update": "2016-08-03T09:49:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "percent_steem_dollars": 10000, + "permlink": "re-jesta-steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more-20160803t094915100z", + "reward_weight": 10000, + "root_author": "jesta", + "root_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "title": "", + "total_payout_value": { + "amount": "53", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think it does give a balance of power with SP in some ways. Good analysis in your post. SP will still be important, but it won't be _they only thing_ that is important any more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-03T13:44:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 428479, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T13:44:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t130823747z", + "percent_steem_dollars": 10000, + "permlink": "re-knozaki2015-re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t134402900z", + "reward_weight": 10000, + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:00:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "People who up- and down-vote your posts and comments determine your reputation. Anything above zero is considered a \"good\" reputation and below zero a \"bad\" reputation, so yes 6 is fine.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T14:00:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 428744, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:00:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alex2016", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t130152400z", + "percent_steem_dollars": 10000, + "permlink": "re-alex2016-re-dantheman-brief-update-on-reputation-score-20160803t140021800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T03:08:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 156, + "beneficiaries": [], + "body": "I agree with you and I tried to help by upvoting the user to restore the reputation that was damaged by downvotes that were done for an entirely different reason before the reputation system even existed (I think the rep system should have launched with all reputations reset). Unfortunately it doesn't appear that votes after the first payout affect reputation so this wasn't effective.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-03T14:06:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 428853, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:06:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t044723244z", + "percent_steem_dollars": 10000, + "permlink": "re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t140654800z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "140", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I upvoted you to fix the rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:17:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 429038, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:17:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mun", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t035514012z", + "percent_steem_dollars": 10000, + "permlink": "re-mun-re-dantheman-brief-update-on-reputation-score-20160803t141746300z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T14:53:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "\"A few weeks\" is not long enough. Has to be 30 days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:21:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 429085, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:21:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t084023360z", + "percent_steem_dollars": 10000, + "permlink": "re-nanzo-scoop-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142104400z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-17T13:41:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you are active on the site then you will probably change your SD balance at least one a month by earning rewards (for example the comment to which I'm replying is currently earning $2.48, a portion of which will be paid in SD). That will trigger the interest payment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T14:24:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 429138, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:25:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "noisy", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t081926529z", + "percent_steem_dollars": 10000, + "permlink": "re-noisy-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142427800z", + "reward_weight": 10000, + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T16:29:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 121, + "beneficiaries": [], + "body": "I tried upvoting you, but it didn't fix the rep. I think there is a bug, and I've asked the developers to look at it. Hopefully this will get resolved soon", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T16:29:06", + "curator_payout_value": { + "amount": "35", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 430959, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T16:29:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "miketr", + "parent_permlink": "re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162505591z", + "percent_steem_dollars": 10000, + "permlink": "re-miketr-re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162906500z", + "reward_weight": 10000, + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "", + "total_payout_value": { + "amount": "108", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T22:47:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think there is some sort of bug. I've seen other users reps change with an upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-03T16:52:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 431370, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T05:32:24", + "last_update": "2016-08-03T16:52:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liondani", + "parent_permlink": "re-miketr-increase-reputation-post-20160803t162904200z", + "percent_steem_dollars": 10000, + "permlink": "re-liondani-re-miketr-increase-reputation-post-20160803t165243800z", + "reward_weight": 10000, + "root_author": "miketr", + "root_permlink": "increase-reputation-post", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T22:28:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 223, + "beneficiaries": [], + "body": "fixed", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-03T17:18:15", + "curator_payout_value": { + "amount": "171", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 431731, + "json_metadata": "{\"tags\":[\"help\"]}", + "last_payout": "2016-09-03T05:27:00", + "last_update": "2016-08-03T17:18:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "webdeals", + "parent_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "percent_steem_dollars": 10000, + "permlink": "re-webdeals-i-got-a-bad-reputation-and-i-need-help-i-am-not-bad-20160803t171814500z", + "reward_weight": 10000, + "root_author": "webdeals", + "root_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "title": "", + "total_payout_value": { + "amount": "523", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T19:19:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 37, + "beneficiaries": [], + "body": "Don't give up Ben this is still so early in Steemit's history. Even though the site has grown tremendously and it is hard for good writers and posts to be discovered, it still can be done. A bit of advice: focus on promoting yourself and your brand. Reach out to the people who create lists of the best posts, up and coming new writers, etc. Be inventive and come up with ideas to really stand out. As a marketer you know the importance of building a customer base, and blogging is no different. All the best.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-03T19:12:03", + "curator_payout_value": { + "amount": "4", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 433456, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T07:15:18", + "last_update": "2016-08-03T19:14:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ben99", + "parent_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "percent_steem_dollars": 10000, + "permlink": "re-ben99-to-steemit-or-not-to-steemit-that-s-the-question-20160803t191203300z", + "reward_weight": 10000, + "root_author": "ben99", + "root_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "title": "", + "total_payout_value": { + "amount": "86", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That would be spendid", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-03T21:37:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 435616, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-03T21:37:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theoretical", + "parent_permlink": "re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185018296z", + "percent_steem_dollars": 10000, + "permlink": "re-theoretical-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160803t213712800z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:52:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 9186, + "beneficiaries": [], + "body": "Gave you an upvote to repair the rep. I left some other comments [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z) which may be of interest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T10:35:54", + "curator_payout_value": { + "amount": "6918", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 442904, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-04T00:55:45", + "last_update": "2016-08-04T11:24:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "shredlord", + "parent_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "percent_steem_dollars": 10000, + "permlink": "re-shredlord-apology-for-my-newly-found-6-reputation-and-an-article-on-ants-20160804t103553700z", + "reward_weight": 10000, + "root_author": "shredlord", + "root_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "title": "", + "total_payout_value": { + "amount": "20824", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:42:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4786, + "beneficiaries": [], + "body": "I actually disagree with abit on whether the post is reward-worthy. The reason being it points to a very serious problem with the rep system. Downvotes from high SP users, including casual ones over mildly inappropriate content or even misclicks or \"drunk downvotes\" can cause very serious damage to reputation. \n\nFurther I disagree with having initialized the rep scores based on old downvotes that were never intended to have that effect at the time they were made (since the effect did not exist).\n\nLooking at alphabeta's past posts, he's someone who has been active in the community, involved with mining, but is not a star blogger or whale who can easily accumulate a lot of positive rep points allowing him to withstand even a single whale (or semi-whale, maybe even less) downvote. Having both the possibility and the reality of such severe and long-term damage to any user's Steem experience due to one single click from anyone is not a favorable path forward. Even that one single person happens to be the lead developer and founder. Perhaps especially then.\n\nThank you for pointing this out alphabeta. I gave you an upvote and restored your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 13, + "children_abs_rshares": 0, + "created": "2016-08-04T10:45:03", + "curator_payout_value": { + "amount": "1881", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443007, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T10:46:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "alphabeta", + "parent_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "percent_steem_dollars": 10000, + "permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "10796", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:28:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone reading this please see my comment [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help) because it largely applies in this case as well.\n\nI upvoted you back to positive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T11:13:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443256, + "json_metadata": "{\"tags\":[\"help\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help\"]}", + "last_payout": "2016-09-03T22:34:06", + "last_update": "2016-08-04T11:13:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lorddominik007", + "parent_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "percent_steem_dollars": 10000, + "permlink": "re-lorddominik007-how-a-whole-day-of-crying-helped-my-reputation-20160804t111316300z", + "reward_weight": 10000, + "root_author": "lorddominik007", + "root_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:35:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is no UI to disable reward yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T11:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 443336, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alphabeta", + "parent_permlink": "re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t091403273z", + "percent_steem_dollars": 10000, + "permlink": "re-alphabeta-re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t111925500z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T17:39:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The issue is without considering SP it is too easy for abusers to sign up a bunch of free accounts and wreak havoc. Overall this is a very hard problem, but I'm glad we were able to resolve things here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-04T11:28:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 443400, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:28:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "lorddominik007", + "parent_permlink": "re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112013632z", + "percent_steem_dollars": 10000, + "permlink": "re-lorddominik007-re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112806600z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T12:24:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 345, + "beneficiaries": [], + "body": "Upvoted and displayed rep changed to 5\n\n7,982,834,575,555", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 12, + "children_abs_rshares": 0, + "created": "2016-08-04T11:33:09", + "curator_payout_value": { + "amount": "123", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443470, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T23:36:45", + "last_update": "2016-08-04T11:33:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "miketr", + "parent_permlink": "increase-reputation-post-2", + "percent_steem_dollars": 10000, + "permlink": "re-miketr-increase-reputation-post-2-20160804t113309000z", + "reward_weight": 10000, + "root_author": "miketr", + "root_permlink": "increase-reputation-post-2", + "title": "", + "total_payout_value": { + "amount": "790", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T11:57:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Fantastic work here. Enjoyed browsing the charts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T11:57:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443724, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-03T22:24:12", + "last_update": "2016-08-04T11:57:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "lukmarcus", + "parent_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "percent_steem_dollars": 10000, + "permlink": "re-lukmarcus-mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself-20160804t115709200z", + "reward_weight": 10000, + "root_author": "lukmarcus", + "root_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T18:16:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I upvoted you, but you still need another big upvote to get out of -6. For my comments about the issue of the rep system please see [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z)", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-04T12:11:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 443882, + "json_metadata": "{\"tags\":[\"reputation\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-03T10:51:54", + "last_update": "2016-08-04T12:11:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mrzazaful", + "parent_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", + "percent_steem_dollars": 10000, + "permlink": "re-mrzazaful-help-me-i-don-t-understand-why-my-reputation-is-low-20160804t121130400z", + "reward_weight": 10000, + "root_author": "mrzazaful", + "root_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T12:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Anyone with positive reputation can _help_ restore it, but more SP gives a stronger effect.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T12:15:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 443926, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:15:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alphabeta", + "parent_permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t120657294z", + "percent_steem_dollars": 10000, + "permlink": "re-alphabeta-re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121519000z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:28:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Looks like someone flagged you for \"tag abuse\" [here](https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z)\n\nI'll upvote you and hopefully remove the negative rep", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T12:16:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 443956, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:18:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mpa", + "parent_permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t113441003z", + "percent_steem_dollars": 10000, + "permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121651400z", + "reward_weight": 10000, + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T23:48:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Looks like a false positive based on similar subject matter to me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-04T20:35:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 451367, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-09-04T14:23:54", + "last_update": "2016-08-04T20:35:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233", + "percent_steem_dollars": 10000, + "permlink": "re-cheetah-re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233-20160804t203502200z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "improving-web-browser-security-with-a-steem-like-blockchain", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-04T20:37:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Location does matter but it should still be possible to crack it", + "cashout_time": "1969-12-31T23:59:59", + "category": "giveaway", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-04T20:37:51", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 451398, + "json_metadata": "{\"tags\":[\"giveaway\"]}", + "last_payout": "2016-09-04T08:56:27", + "last_update": "2016-08-04T20:37:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "generalizethis", + "parent_permlink": "re-rigel-re-generalizethis-free-monero-20160804t200849896z", + "percent_steem_dollars": 10000, + "permlink": "re-generalizethis-re-rigel-re-generalizethis-free-monero-20160804t203750200z", + "reward_weight": 10000, + "root_author": "generalizethis", + "root_permlink": "free-monero", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:52:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The formatting uses markdown, same as reddit. There are many tutorials on the web. And welcome to steemit!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T22:04:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 452631, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:06:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220029125z", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220410600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T03:50:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 482, + "beneficiaries": [], + "body": "I have little doubt this is legitimate but we do prefer to be cautious when someone posts here claiming to be a well-known individual. Can you verify by posting a link here from one of your established blog sites or socal media accounts? Thanks.\n\nEDIT: I just saw your verification tweet. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-04T22:09:24", + "curator_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 452718, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:12:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "dollarvigilante", + "parent_permlink": "the-dollar-vigilante-is-now-on-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220923200z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "1078", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T02:20:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Verified", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-04T22:13:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 452778, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:13:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221106340z", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221313100z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T01:49:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "By legitimate I meant not an impersonator. I have never followed The Dollar Vigilante and other than having heard of him as a well known blogger/youtuber, I have no idea about his background.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T01:49:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 455343, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:49:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t011105168z", + "percent_steem_dollars": 10000, + "permlink": "re-kuriko-re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t014908900z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T03:57:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I've always been against the obsession with original content. I think it came about in large part because many of the early adopters of Steem were themselves bloggers who didn't like the competition for visibility, attention and rewards. \n\nIn my opinion, links which provoke discussion (where _the discussion is the original content_) are great, and people who are great at finding and selecting the most relevant and discussion-generating links should be rewarded. Of course I love the bloggers too. We can do both.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-05T02:34:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 455811, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T03:39:51", + "last_update": "2016-08-05T02:41:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t022129820z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t023457600z", + "reward_weight": 10000, + "root_author": "furion", + "root_permlink": "how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:43:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is nothing wrong with (4). It just means you are a bit closer to the dangerous negative rep than you might be at a higher score. As long as you continue to comment and post and get upcotes your rep will naturally climb.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-05T05:53:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 457590, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T05:53:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jos.denmark", + "parent_permlink": "reputation-station-my-new-life-as-a-four", + "percent_steem_dollars": 10000, + "permlink": "re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t055323600z", + "reward_weight": 10000, + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T08:54:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 28, + "beneficiaries": [], + "body": "1) Reputation updates in real time so as soon as her post got upvotes that would increase the rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-05T06:23:42", + "curator_payout_value": { + "amount": "11", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 457795, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T16:19:21", + "last_update": "2016-08-05T06:24:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bendjmiller222", + "parent_permlink": "re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160804t234732436z", + "percent_steem_dollars": 10000, + "permlink": "re-bendjmiller222-re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160805t062342900z", + "reward_weight": 10000, + "root_author": "brendazambrano", + "root_permlink": "hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit", + "title": "", + "total_payout_value": { + "amount": "62", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T08:11:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I just don't think there is demand for anything other than articles about steemit\n\nand ants.\n\nMore seriously, much of this will just have to wait for better platform features, especially following. When a blogger can gain a following they can expect consistent upvotes on every post (unless they fail to deliver value and lose the following). Right now there is no organization to any of it, and much of what happens is just random. The ants post got launched because I upvoted it to remove what I felt was undeserved negative reputation (I thought the post itself was decent too, but nothing special).\n\nIt is impossible to make a credible proposal to fix what is broken when what is (allegedly) broken isn't even built yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T08:11:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 458845, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T05:18:33", + "last_update": "2016-08-05T08:11:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "teatree", + "parent_permlink": "re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160804t121359627z", + "percent_steem_dollars": 10000, + "permlink": "re-teatree-re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160805t081136700z", + "reward_weight": 10000, + "root_author": "jl777", + "root_permlink": "specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:41:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for spamming/votebegging", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:41:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 460401, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T10:41:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t025807915z", + "percent_steem_dollars": 10000, + "permlink": "re-juvyjabian-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t104117600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:43:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Correct, no direct effect on rewards, only appearance and visibility.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:43:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 460429, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T10:43:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jos.denmark", + "parent_permlink": "re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t063451298z", + "percent_steem_dollars": 10000, + "permlink": "re-josdenmark-re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t104317900z", + "reward_weight": 10000, + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T10:55:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "He meant the comment from @anonblog.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T10:55:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 460581, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-05T10:55:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t131614435z", + "percent_steem_dollars": 10000, + "permlink": "re-knozaki2015-re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160805t105535000z", + "reward_weight": 10000, + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T14:27:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The formula can not be diminishing returns for steem power because then the incentive is for people to split up their steem power into multiple accounts and pretend to be multiple people.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T11:39:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 461075, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-05T11:39:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t185801529z", + "percent_steem_dollars": 10000, + "permlink": "re-dennygalindo-re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160805t113911600z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T15:51:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as an attempt to manipulate voting and rewards by buying upvotes.\n\nWere it not for that it would be referral marketing which can easily flood the site with spam (imagine if everyone with a referral code for every site did it), although that hasn't specifically become a problem yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-05T13:29:48", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 462635, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T13:31:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "percent_steem_dollars": 10000, + "permlink": "re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t132947100z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T09:36:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The reputation has nothing to do with the torrents post or the bot spam. The reason for your -6 rep were a some downvotes you received when you posted a boob picture a while back. Now at the time those downvotes were appropriate, but the new rep system retroactively used those downvotes to give you a terrible rep.\n\nI upvoted you here to restore your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T14:47:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 463926, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T02:44:48", + "last_update": "2016-08-05T14:47:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jonathan-tokki", + "parent_permlink": "i-m-a-bot-now-with-6-reputation", + "percent_steem_dollars": 10000, + "permlink": "re-jonathan-tokki-i-m-a-bot-now-with-6-reputation-20160805t144700900z", + "reward_weight": 10000, + "root_author": "jonathan-tokki", + "root_permlink": "i-m-a-bot-now-with-6-reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:44:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I erased the negative rep but please stop spamming your CEO story everywhere. People will upvote you when you post content of merit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T14:52:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 464022, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T05:37:30", + "last_update": "2016-08-05T14:52:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t064632842z", + "percent_steem_dollars": 10000, + "permlink": "re-juvyjabian-re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t145219300z", + "reward_weight": 10000, + "root_author": "officialfuzzy", + "root_permlink": "steem-audio-whitepaper-part-2-ways-to-contribute", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:16:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:16:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 464386, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "frosty", + "parent_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "percent_steem_dollars": 10000, + "permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151559800z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:16:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "flagged for assisting with vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:16:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 464402, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "someguy123", + "parent_permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160804t211155797z", + "percent_steem_dollars": 10000, + "permlink": "re-someguy123-re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151654200z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T15:32:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Too serious. man. Upvoting the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T15:32:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 464660, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T06:35:09", + "last_update": "2016-08-05T15:32:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jrkirby", + "parent_permlink": "re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t145917220z", + "percent_steem_dollars": 10000, + "permlink": "re-jrkirby-re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t153202800z", + "reward_weight": 10000, + "root_author": "razvanelulmarin", + "root_permlink": "the-pledge-of-allegiance-steemit-version", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T18:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1965, + "beneficiaries": [], + "body": "> https://www.instagram.com/ann_semenovich_/\n\n^ 400 followers\n\nhttps://www.instagram.com/ann_semenovich\n\n^ 1m followers\n\nSomething doesn't quite add up.\n\nAnna, please post on your real instagram confirming that this post is authentic. Thanks!\n\nEDIT: http://tv.ua/news/stars/76530-anna-semenovich-chut-ne-poplatilas-za-besplatnyjj-wi-fi-foto.html\n\nphotoshop job, flagged as fraud", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T16:11:15", + "curator_payout_value": { + "amount": "1404", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 465363, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/ann_semenovich_/\"]}", + "last_payout": "2016-09-05T04:58:30", + "last_update": "2016-08-05T17:01:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 25, + "parent_author": "semenovich", + "parent_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "percent_steem_dollars": 10000, + "permlink": "re-semenovich-hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter-20160805t161115900z", + "reward_weight": 10000, + "root_author": "semenovich", + "root_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "title": "", + "total_payout_value": { + "amount": "4259", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T20:38:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Upvoted because I respect the thought that went into this. I do think the reputation system needs some adjustments, not sure if these are the right ones, but the discussion should be opened.\n\nOne thing I would propose is cap the effect of a downvote on anyone with significant positive rep to only push the rep down to exactly zero, regardless of the SP of the downvote (not deep negative from one downvote). It would then take another downvote to push it negative.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T16:26:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 465641, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T07:53:24", + "last_update": "2016-08-05T16:26:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "karoline", + "parent_permlink": "reputation", + "percent_steem_dollars": 10000, + "permlink": "re-karoline-reputation-20160805t162617800z", + "reward_weight": 10000, + "root_author": "karoline", + "root_permlink": "reputation", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T16:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1246, + "beneficiaries": [], + "body": "The smooth.witness account copies the votes from the smooth account. I could undo that manually but it adds about 15% of the vote weight of my primary account, so it isn't a big difference either way. \n\nI will also be flagging this post for the same reason. \n\nI'm open to upvoting to remove the bad reputation on any of these accounts but they will need to make a separate post or comment for that purpose, since changing votes does not change rep.\n\nI'm not a fan of the reputation system generally and I have commented on the problems with it. However, I'm also not a fan of buying votes and the only recourse I have against what I (and many other large stakeholders) see as a serious form of abuse is downvoting the post. Unfortunately that automatically affects the reputation as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-05T17:22:54", + "curator_payout_value": { + "amount": "897", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 466731, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:51:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t165105754z", + "percent_steem_dollars": 10000, + "permlink": "re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172253700z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "2700", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T20:10:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1239, + "beneficiaries": [], + "body": "> [I now commit that all of the SBD from *this* post will be divided equally and distributed among the first 30 up-voters]\n\nFlagged for buying votes", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-05T17:25:18", + "curator_payout_value": { + "amount": "890", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 466778, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:25:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "percent_steem_dollars": 10000, + "permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172517800z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "2684", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-23T15:51:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have commented there and indicated that I am open to restoring the reputation. However, I and most if not all major stakeholders consider buying votes to be abuse and will downvote it when I see it. I am firm on that position.\n\nReferral marketing is a less serious concern. As I said it hasn't become a major problem yet; if it does then community consensus may become hostile to it. As of yet that has not happened.\n\nI used a couple of your comments here to restore rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-05T17:30:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 466863, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T17:49:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t145554411z", + "percent_steem_dollars": 10000, + "permlink": "re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t173006200z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:12:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It used to be \"downvotes\" (there were both up- and down-buttons). That was changed to the \"flag\" button, but the two words refer to the same concept.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:12:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 471257, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:12:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mxjxn", + "parent_permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t142536061z", + "percent_steem_dollars": 10000, + "permlink": "re-mxjxn-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221238900z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:15:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I restored the rep on the august-newbie account. (Strange name for an account BTW unless you intend to throw it away. Will you still want that account when you are no longer a newbie?)\n\nAs far as a newbie guide, what a splendid idea! Perhaps you would like to write one If you join steemit.chat and ask questions I'm sure some of the more experienced members there would be happy to help you out with the content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:15:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 471303, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:15:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192517973z", + "percent_steem_dollars": 10000, + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221516400z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:02:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Great post. I love not only the content for people who want to learn about wine but also that your writing style is very friendly to the reader while while still giving seriously good info at the same time. Great work", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-05T22:29:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 471507, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-05T09:34:42", + "last_update": "2016-08-05T22:29:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "serejandmyself", + "parent_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "percent_steem_dollars": 10000, + "permlink": "re-serejandmyself-learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition-20160805t222953800z", + "reward_weight": 10000, + "root_author": "serejandmyself", + "root_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:38:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Welcome @madbitcoins. I've been an admirer of your videos for a long time. Great to see you here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:38:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 471640, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T09:55:24", + "last_update": "2016-08-05T22:38:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "madbitcoins", + "parent_permlink": "introducing-madbitcoins", + "percent_steem_dollars": 10000, + "permlink": "re-madbitcoins-introducing-madbitcoins-20160805t223815300z", + "reward_weight": 10000, + "root_author": "madbitcoins", + "root_permlink": "introducing-madbitcoins", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T22:45:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Your observations agree with mine and I'm glad to see it. Thanks for posting these thoughts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T22:45:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 471730, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T09:03:45", + "last_update": "2016-08-05T22:45:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jpiper20", + "parent_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "percent_steem_dollars": 10000, + "permlink": "re-jpiper20-well-i-guess-steem-isn-t-a-pile-of-shit-after-all-20160805t224508200z", + "reward_weight": 10000, + "root_author": "jpiper20", + "root_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:43:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> Could you please perform the same reputation repair on august-newbie if you haven't already?\n\nBoth accounts have been restored to positive rep status", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:43:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 472298, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T23:43:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t195944815z", + "percent_steem_dollars": 10000, + "permlink": "re-mark-waser-re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t234340000z", + "reward_weight": 10000, + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-05T23:47:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree with you that the reputation system implementation leaves something to be desired especially in terms of newbies, warnings, etc. but as a community we have to work with the code that exists while the developers work to improve it. For now we have to work around the worst of the problems with discussion and by voting up accounts where the negative reputation is excessive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-05T23:47:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 472333, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T23:47:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192859985z", + "percent_steem_dollars": 10000, + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t234658900z", + "reward_weight": 10000, + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T00:19:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "One image is useful for the thumbnail though, even if just a branding image for the author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T00:03:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 472483, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-05T14:44:48", + "last_update": "2016-08-06T00:03:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alexgr", + "parent_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "percent_steem_dollars": 10000, + "permlink": "re-alexgr-images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add-20160806t000356500z", + "reward_weight": 10000, + "root_author": "alexgr", + "root_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T14:44:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 52, + "beneficiaries": [], + "body": "Hi @juvyjabian. Thank you for sharing your story and I hope you continue to participate in the community here. It may seem unfair that a (somewhat) famous Playboy model or a well known writer will be more highly rewarded than others, and in some ways it is; life is not fair. But I don't agree you are a nobody, even if you are not famous. \n\nEverybody is a somebody and everyone has stories to tell, experiences to share, and lessons learned in life that can help others. That is all part of connecting with other human beings. The more you post and _contribute_ to discussions in the comment streams them more value you add and the more other people will want to give back. That is only natural.\n\nThanks again for the introduction and welcome to Steemit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 8, + "children_abs_rshares": 0, + "created": "2016-08-06T00:52:51", + "curator_payout_value": { + "amount": "28", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 472912, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T00:54:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "juvyjabian", + "parent_permlink": "is-steemit-also-a-place-for-ordinary-people", + "percent_steem_dollars": 10000, + "permlink": "re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t005249600z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "112", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T01:02:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 314, + "beneficiaries": [], + "body": "Thanks for the kind words @smailer. I work hard to find the best posts and authors and help them gain a bit of visibility. I hope it helps.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T01:02:18", + "curator_payout_value": { + "amount": "134", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 472987, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:02:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "smailer", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t005856828z", + "percent_steem_dollars": 10000, + "permlink": "re-smailer-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010218600z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", + "title": "", + "total_payout_value": { + "amount": "680", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T01:16:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 340, + "beneficiaries": [], + "body": "@smailer some of them I find myself and some are found by my excellent curator team. You can read more about them [here](https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition)", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T01:15:36", + "curator_payout_value": { + "amount": "58", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 473093, + "json_metadata": "{\"tags\":[\"stats\"],\"users\":[\"smailer\"],\"links\":[\"https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:16:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "streetstyle", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010139612z", + "percent_steem_dollars": 10000, + "permlink": "re-streetstyle-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t011535800z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", + "title": "", + "total_payout_value": { + "amount": "736", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T18:45:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 731, + "beneficiaries": [], + "body": "Being in a coma for two years may be unlikely but being out of touch with one particular online platform/blockchain for an extended period is not necessarily unlikely. We're all here using it actively right now, but not everyone with a stake is doing that now or will necessarily be doing so in the future.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T02:04:09", + "curator_payout_value": { + "amount": "116", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 473458, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:04:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "pheonike", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015600287z", + "percent_steem_dollars": 10000, + "permlink": "re-pheonike-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020410000z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "title": "", + "total_payout_value": { + "amount": "830", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T02:06:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "My suggestion I made in earlier conversation with arhag is to replace a hard inactivity timer for reclaiming with a small inactivity fee, and the account is reclaimed only when funds are depleted. Thus losses from not paying attention would be gradual and, in the short term, small rather than potentially catastrophic.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T02:06:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 473478, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:06:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "goodluckcanuck", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015657296z", + "percent_steem_dollars": 10000, + "permlink": "re-goodluckcanuck-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020624500z", + "reward_weight": 10000, + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T08:22:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That would be my pleasure.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-06T02:11:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 473509, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T02:11:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t022651913z", + "percent_steem_dollars": 10000, + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t021100400z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T03:00:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 42, + "beneficiaries": [], + "body": "You do lose a small amount of SP earnings in the time delay between when it powers down and when you power it back up (if you decide to do that). That's a tradeoff you need to make against as you say having more flexibility and choice each week. If you realistically know you just aren't going to cash out, or if your balance is small enough that paying attention to tiny power downs each week is a waste of time, then as an exception to what I said in chat it does make sense to turn the power down off.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T02:41:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 473731, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:44:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "re-james-show-re-klye-why-i-stopped-powering-down-20160806t023852447z", + "percent_steem_dollars": 10000, + "permlink": "re-jesta-re-james-show-re-klye-why-i-stopped-powering-down-20160806t024156300z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", + "title": "", + "total_payout_value": { + "amount": "90", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T03:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 1384, + "beneficiaries": [], + "body": "Power down or no, keep drawing @klye!", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T02:46:24", + "curator_payout_value": { + "amount": "559", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 473770, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"klye\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:46:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "klye", + "parent_permlink": "why-i-stopped-powering-down", + "percent_steem_dollars": 10000, + "permlink": "re-klye-why-i-stopped-powering-down-20160806t024623100z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", + "title": "", + "total_payout_value": { + "amount": "2988", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T06:54:30", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Hi mustfaomar. I reviewed your history and found no serious abuse. I was able to bump up your rep out of the negative zone. Glad I could help.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T06:54:30", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 475348, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T18:51:30", + "last_update": "2016-08-06T06:54:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mustafaomar", + "parent_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "percent_steem_dollars": 10000, + "permlink": "re-mustafaomar-slack-channel-down-for-maintenance-reputation-appeal-20160806t065431100z", + "reward_weight": 10000, + "root_author": "mustafaomar", + "root_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T08:25:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "1. Market exchange rate of STEEM drops\n2. Other posts gain higher rewards, since all posts active at the same time draw from a common pool.\n3. People can remove their vote or add a flag/downvote (your post currently has no downvotes)", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T08:22:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 475905, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T08:25:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t035852467z", + "percent_steem_dollars": 10000, + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t082252200z", + "reward_weight": 10000, + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T13:37:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 70, + "beneficiaries": [], + "body": "> Commenting is a curation reward?\n\nCommenting isn't by itself a curation reward. There was a proposal at one point to dedicate a portion of rewards specifically to comments, but it wasn't adopted. Comments are rewarded based on upvotes like anything else.\n\nHowever, where the advice makes sense is the fact that it has now become common for good comments to get at least an upvote or two, sometimes more than that. And as the author of a comment, you earn the _author_ portion of the reward (75%) rather than the _curator_ portion (25%). On this thread there are many comments earning $0.01-0.20 each. That may not sound like a lot by itself, but if you are engaging in a good conversation and write a few comments, you can collect a few of these little reward morsels on one post without writing anywhere near as much as a new post (or as much as I did here). So it can really boost your rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T09:30:00", + "curator_payout_value": { + "amount": "45", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476281, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T18:35:51", + "last_update": "2016-08-06T09:30:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "faddat", + "parent_permlink": "re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160805t211525008z", + "percent_steem_dollars": 10000, + "permlink": "re-faddat-re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160806t093000000z", + "reward_weight": 10000, + "root_author": "johnsmith", + "root_permlink": "how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too", + "title": "", + "total_payout_value": { + "amount": "150", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:01:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I have no idea. Those bots are not mine so I don't know what rules they follow. They do seem to want to stalk me a bit though, test or not.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:01:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476492, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-06T10:01:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "always1success", + "parent_permlink": "re-smooth-test-20160806t095557183z", + "percent_steem_dollars": 10000, + "permlink": "re-always1success-re-smooth-test-20160806t100101600z", + "reward_weight": 10000, + "root_author": "smooth", + "root_permlink": "test", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T12:21:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 469, + "beneficiaries": [], + "body": "> Missing Updates: @kushed\n\n@kushed posted [this update](https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app) earlier in the week about one our initiatives (getting Steem suport integrated into a mobile payments app).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-06T10:10:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 476557, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"kushed\"],\"links\":[\"https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:10:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "percent_steem_dollars": 10000, + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101021800z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "397", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:14:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "There is a difference. Although I'm not any kind of an expert on Bitshares, as I understand it, witnesses in Bitshares get to set their own pay and this has led to a race to the bottom with most witnesses receiving only 10% of the scheduled pay. This system of variable pay was considered and rejected for Steem to ensure that witnesses have ample resources necessary to support the platform. It is up to the community to make sure that witnesses do a good job and vote out those who don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:13:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476575, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:14:09", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "finfree", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t084921333z", + "percent_steem_dollars": 10000, + "permlink": "re-finfree-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101335100z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 394, + "beneficiaries": [], + "body": "1. Download, compile, configure, and run the node. You can get it here: https://github.com/steemit/steem\n2. Join the #witness channel on steemit.chat. You can get help there with configuration issues, advice on hardware, hosting, etc.\n3. Make a post announcing your witness and link it to your witness account using the update_witness command in the CLI\n4. Vote to approve yourself as a witness using the vote_for_witness CLI command.\n5. Set up a price feed script, or commit to updating the feed manually using the publish_feed CLI command \n\nAt this point you are now a witness, although you will be low on the list and won't get to sign many blocks (depending on your SP it may take hours, days or weeks to sign your first). To move up the list you will need to get others to approve you. The more SP you have approving you, the higher you go on the list and the more blocks you get to sign. The top 19 sign dramatically more than the rest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T10:19:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 476608, + "json_metadata": "{\"tags\":[\"witness\",\"witness-category\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:19:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "najoh", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t063033661z", + "percent_steem_dollars": 10000, + "permlink": "re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101900900z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "334", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The higher ranked alternates probably sign a few blocks per hour (reward per block is 1 SP) but I haven't looked at the detailed calculations. For the very highest of the alternates (say ranks 20-25), they will sometimes enter and leave the top 19 due to changing votes, top 19 witness downtime, etc. so their rate of earnings is higher; between ranks 15 and 25 there is somewhat of a blend between the earnings of a primary witness and a backup (and especially between, say, 18-22).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T10:39:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 476748, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:42:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103542693z", + "percent_steem_dollars": 10000, + "permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T10:46:18", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 385, + "beneficiaries": [], + "body": "> You can vote for as many witnesses that you'd like to. We'd need to get confirmation on this but I don't think it counts as a normal vote\n\nActually there is a limit of 30 witnesses maximum you can vote for and yes it is completely separate from voting on content (does not use up voting power).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T10:45:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 476779, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:46:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "applecrisp", + "parent_permlink": "re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160805t233103917z", + "percent_steem_dollars": 10000, + "permlink": "re-applecrisp-re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t104556000z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "326", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:47:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 151, + "beneficiaries": [], + "body": "To be fair, I do not believe anyone called you a scammer because it was suspected that you wouldn't pay as promised. The reason you were downvoted is that paying individuals does not bring value to the platform and some of us value the success of platform more than $10 worth of Bitcoin.\n\nThe broader motive of the \"value exchange\" as you call it, is to produce a positive externality in the form of valuable content which enriches not only a specific voter, but the community and platform as a whole. Paying money to voters alone does not do that, so naturally those of us with the broader view see it as a poor value for our reward fund; therefore we downvote.\n\nNothing wrong with doing experiments, but for experiments to be meaningful they have to accept the possibility of an unfavorable (for some) outcome, as happened here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-06T10:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 476851, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T11:02:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "frosty", + "parent_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "percent_steem_dollars": 10000, + "permlink": "re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t105916700z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "title": "", + "total_payout_value": { + "amount": "127", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:31:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@najoh Earn votes yes, but also to improve the value of our investment. One of the effects of paying witnesses well and paying in SP (witnesses receive no liquid pay at all) is that all become major stakeholders over time whether they started out as such or not, which aligns incentives to work toward Steem/it being a success.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T11:31:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 477047, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"najoh\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T11:31:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "percent_steem_dollars": 10000, + "permlink": "re-smooth-re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t113101700z", + "reward_weight": 10000, + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T11:54:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It certainly will. The only question is for whom.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T11:54:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 477198, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T00:10:09", + "last_update": "2016-08-06T11:54:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "youngkim", + "parent_permlink": "re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t111113918z", + "percent_steem_dollars": 10000, + "permlink": "re-youngkim-re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t115440100z", + "reward_weight": 10000, + "root_author": "jholdsworthy", + "root_permlink": "forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:47:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It also taught us all that there's a serious issue with bot abuse. All it takes is someone with a few bots and they can censor any post or comment that they want.\n\nYou are misunderstanding how this works. Unlike reddit where is is indeed documented that sock puppet bot armies can censor posts by downvoting them, in Steem, stake-based voting means that such tactics are ineffective. If someone wants to take stake that he owns and turn it into a bunch of bot accounts, that does not in any way gain influence over what could have been achieved using that same stake in a single account (in fact it is very slightly weaker).\n\nMost of the bots on Steem are harmless gnats with little stake that are doing not much of anything except trying to make a tiny reward here and there, or perhaps cause annoyance and FUD. Your posts and comments got hidden because they were flagged by a majority of the stake that voted on them, not because of bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T13:19:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 477815, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T13:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "someguy123", + "parent_permlink": "re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t130410514z", + "percent_steem_dollars": 10000, + "permlink": "re-someguy123-re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t131943100z", + "reward_weight": 10000, + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T13:59:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 256, + "beneficiaries": [], + "body": "Your posts bring joy to my day, and very nice looking recipes. Thank you!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-06T13:51:27", + "curator_payout_value": { + "amount": "157", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478102, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T04:28:45", + "last_update": "2016-08-06T13:51:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "celebr1ty", + "parent_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "percent_steem_dollars": 10000, + "permlink": "re-celebr1ty-chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit-20160806t135127400z", + "reward_weight": 10000, + "root_author": "celebr1ty", + "root_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "title": "", + "total_payout_value": { + "amount": "544", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 63, + "beneficiaries": [], + "body": "I vote every single day for posts about cooking, music, art, poetry, travel, photography, interesting people, history, personal struggles and triumphs, etc. That's not to say I don't also vote for posts that are good to promote the platform, because I do. But 90% of the posts do I vote for are from the former group.\n\nIt is true that a great many quality posts fall through the cracks and don't get votes, but that is not because only advertising posts get votes, it is because there are thousands of posts every day and it is very hard for all the good ones to get noticed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-06T14:02:06", + "curator_payout_value": { + "amount": "33", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 478217, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:33:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "t3ran13", + "parent_permlink": "steam-community-is-popular-but-what-will-be-next", + "percent_steem_dollars": 10000, + "permlink": "re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t140204300z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "130", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-06T23:58:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "If you go back to your old post (or any post up to 4 weeks old) and click on the amount, you'll see the detail of how much was already paid and how much is pending to be paid in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-06T23:58:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 484714, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T14:26:33", + "last_update": "2016-08-06T23:58:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t221957377z", + "percent_steem_dollars": 10000, + "permlink": "re-dollarvigilante-re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t235815600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T01:59:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "She posted to Facebook as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T01:59:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 485779, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T01:59:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t162938843z", + "percent_steem_dollars": 10000, + "permlink": "re-bacchist-re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t015942000z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T02:02:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Connections outside social media matter too. Did you catch the comment in the Jeff Berwick interview with Dan and Ned that he knows Brenda and they have appeared on the same TV show?\n\nWho else does she know? People with a million followers know other people with a million followers, or are only one-degree separated. Think this through.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T02:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 485807, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T02:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t161452467z", + "percent_steem_dollars": 10000, + "permlink": "re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t020225900z", + "reward_weight": 10000, + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T02:17:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged for suspected plagiarism. Will remove flag if authorship of original can be proven.", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T02:17:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 485959, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-09-06T12:53:45", + "last_update": "2016-08-07T02:17:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "saharov", + "parent_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "percent_steem_dollars": 10000, + "permlink": "re-saharov-orda-underwater-cave-so-beautiful-you-ve-ever-seen-20160807t021734400z", + "reward_weight": 10000, + "root_author": "saharov", + "root_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:06:36", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 69, + "beneficiaries": [], + "body": "The blockchain is really transparent. You can see customer funds @bittrex and @poloniex. It isn't being powered up.\n\nExchanges do get to keep the interest generated on customers' SBD funds , unless they decide to credit it to customer accounts. None has done that afaik.\n\nNo exchanges offer lending of liquid STEEM for shorting yet but I'm sure that will come in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-stats", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T03:03:09", + "curator_payout_value": { + "amount": "48", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 486393, + "json_metadata": "{\"tags\":[\"steem-stats\"],\"users\":[\"bittrex\"]}", + "last_payout": "2016-09-06T11:36:21", + "last_update": "2016-08-07T03:06:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t003851229z", + "percent_steem_dollars": 10000, + "permlink": "re-jl777-re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t030310200z", + "reward_weight": 10000, + "root_author": "hisnameisolllie", + "root_permlink": "steemit-statistics-week-2", + "title": "", + "total_payout_value": { + "amount": "144", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:15:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Not competing for the giveaway but just wanted to offer my support. I love the idea!", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T03:15:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 486505, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-06T15:09:42", + "last_update": "2016-08-07T03:15:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "acidyo", + "parent_permlink": "sgg-steem-game-giveaway-is-here", + "percent_steem_dollars": 10000, + "permlink": "re-acidyo-sgg-steem-game-giveaway-is-here-20160807t031545300z", + "reward_weight": 10000, + "root_author": "acidyo", + "root_permlink": "sgg-steem-game-giveaway-is-here", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T03:51:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Confidential transfers are on the roadmap, so this problem will have a solution on the blockchain in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T03:33:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 486700, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:33:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pjheinz", + "parent_permlink": "re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t232024379z", + "percent_steem_dollars": 10000, + "permlink": "re-pjheinz-re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033353300z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T08:11:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "He's keeping the SP from the posting reward, and only transferring the SD. That may very well be fair price for the service offered but should be made more clear in the terms IMO.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T03:35:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 486717, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:35:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "scaredycatguide", + "parent_permlink": "re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t214214813z", + "percent_steem_dollars": 10000, + "permlink": "re-scaredycatguide-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033520400z", + "reward_weight": 10000, + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T04:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as literal rip off of trending post. Called out by the original author elsewhere in these comments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ff", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T04:33:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 487242, + "json_metadata": "{\"tags\":[\"ff\"]}", + "last_payout": "2016-09-06T13:00:51", + "last_update": "2016-08-07T04:33:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ivangav5", + "parent_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "percent_steem_dollars": 10000, + "permlink": "re-ivangav5-our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states-20160807t043325100z", + "reward_weight": 10000, + "root_author": "ivangav5", + "root_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T07:32:33", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't see why 'flatter' is incompatible with the game theory; 'flat' would be. Would n^1.5 rather than n^2 be a disaster? (Setting aside the marketing question as to the value of big numbers on the front page.) I don't think so.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T07:32:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 488530, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-07T07:32:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t054528803z", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t073232100z", + "reward_weight": 10000, + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:57:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The question is, how do you find them? There isn't a good method right now, unless you watch New (very exhausting) or find them on one of the other rankings where only a few categories gain mass appeal. The upcoming following feature will help, since you'll see posts by authors you like, but how to find new authors? Again, the same issues arise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-07T07:35:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 488549, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:35:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jsteck", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t150204405z", + "percent_steem_dollars": 10000, + "permlink": "re-jsteck-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073515900z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think we need to see how the situation changes with the upcoming following features. Then perhaps reassess. I went ahead and upvoted your post because it is important and valuable to ask these questions, even though I think you are a bit pessimistic. Steem/it is still being built, so a lot will change in upcoming next months.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-07T07:36:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 488556, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:38:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "t3ran13", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t194129970z", + "percent_steem_dollars": 10000, + "permlink": "re-t3ran13-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073608800z", + "reward_weight": 10000, + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:29:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 57, + "beneficiaries": [], + "body": "Wow, I'm amazed by your dedication and the success of the fundraising! From all of us who has lost a friend or family member to cancer you have my most sincere appreciation. Thank you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T09:59:27", + "curator_payout_value": { + "amount": "39", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 489605, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T21:04:18", + "last_update": "2016-08-07T09:59:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "blueorgy", + "parent_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "percent_steem_dollars": 10000, + "permlink": "re-blueorgy-sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research-20160807t095927800z", + "reward_weight": 10000, + "root_author": "blueorgy", + "root_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "title": "", + "total_payout_value": { + "amount": "118", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T10:22:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Dude, you already have a (-1) rep. I don't feel like flagging you because it would be brutal on your (lack of a) future Steemit experience, but you really need to stop spamming your promotional link where it isn't remotely on topic. I strongly suggest you remove this comment before someone else who has less self-restraint than I do comes across it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T10:20:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 489773, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T10:22:45", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tronys", + "parent_permlink": "re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t083643468z", + "percent_steem_dollars": 10000, + "permlink": "re-tronys-re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t102031500z", + "reward_weight": 10000, + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T11:48:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for this post, I really enjoyed it. Unfortunately I did not see before the first payout but you will have a little surprise waiting for you in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T10:41:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 489922, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-09-05T14:14:51", + "last_update": "2016-08-07T10:41:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mac-o", + "parent_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "percent_steem_dollars": 10000, + "permlink": "re-mac-o-wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique-20160807t104122500z", + "reward_weight": 10000, + "root_author": "mac-o", + "root_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T20:46:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes! Please write the tutorial when you have time. I'd love to read it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T11:53:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 490494, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-09-07T01:45:09", + "last_update": "2016-08-07T11:53:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "percent_steem_dollars": 10000, + "permlink": "re-rznag-hidden-worlds-things-your-eyes-can-t-see-infrared-photography-20160807t115338100z", + "reward_weight": 10000, + "root_author": "rznag", + "root_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:23:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "It is based on both. Flags from those with low reputation don't affect your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T12:22:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 490783, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T12:23:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jrkirby", + "parent_permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t114200686z", + "percent_steem_dollars": 10000, + "permlink": "re-jrkirby-re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t122224800z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T12:26:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes it is part of the algorithm. Votes are much more powerful when voting along with others than they are when voting alone. The idea is to identify a consensus of voting, not just one person making a potentially stupid or malicious vote (not suggesting that you have ever done this).", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T12:26:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 490833, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T12:26:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptofunk", + "parent_permlink": "re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t061642173z", + "percent_steem_dollars": 10000, + "permlink": "re-cryptofunk-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t122657700z", + "reward_weight": 10000, + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:43:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I agree. This is lifestyle and culture writing with good photography. The identity of the writer isn't important. The only issue would be if it isn't original work, but I see no evidence of that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-07T15:00:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 492378, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:00:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "indominon", + "parent_permlink": "re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t130323682z", + "percent_steem_dollars": 10000, + "permlink": "re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150037000z", + "reward_weight": 10000, + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T15:43:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "What I'm saying is the context of this post makes the identity of the author irrelevant. It could be a fictional or semi-fictionalized character speaking in the first person (like Carrie from _Sex and the City_) and it would take nothing away from the post. Now if the pictures are ripped off, that's an issue. If there is identity theft that's an issue. \n\nBut for all you know the photos are the actual author, or are used with permission. Unless you have evidence to the contrary you are engaging in a witch hunt. Please stop. \n\nYou are certainly free to not vote for the post though, for whatever reason, if it doesn't appear compelling to you as adding value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T15:40:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 492855, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:43:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "simoneighties", + "parent_permlink": "re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150854786z", + "percent_steem_dollars": 10000, + "permlink": "re-simoneighties-re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t154018400z", + "reward_weight": 10000, + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T22:28:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> The problem with violent protests is that it is hardly ever the government or their agents that suffer.\n> It's private citizens, private property, private businesses that suffer.\n\nIn the short term that is certianly true. However, if the protests are successful and bring about change to bad policies then it is the citizens, property and businesses that benefit from a more just and productive society over the longer term. The premise of the OP is that violent resistance or at least peaceful resistance backed by a credible threat of violence is 100x more effective in bringing about positive social change. I don't know if history backs up that claim, but if it does then the argument is sound.", + "cashout_time": "1969-12-31T23:59:59", + "category": "anarchy", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T22:24:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 498722, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-07T06:14:33", + "last_update": "2016-08-07T22:28:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "hoopatang", + "parent_permlink": "re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t221113713z", + "percent_steem_dollars": 10000, + "permlink": "re-hoopatang-re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t222432000z", + "reward_weight": 10000, + "root_author": "calaber24p", + "root_permlink": "why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T13:27:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "SBD is designed to be perfect for this, with fast finality, price stability, and no transaction fees, but if you are concerned about the legalities of it then you can't take advantage. That's unfortunate, but understandable.\n\nYou are correct that STEEM is not a good fit, unless you could somehow work out a way for the site to power up and use that as backing for the gambling bankroll, as a sort of staking pool. There would need to be restrictions on the rate of withdraws of both bankroll funds and winnings, but that might be workable given that most gambling on JD is small, so could easily be covered by the 1%-per-week power downs.\n\nI don't really understand why you think the tokens are better for the devs. Anyone can power up; the devs get no special treatment on it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 7, + "children_abs_rshares": 0, + "created": "2016-08-07T23:28:45", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 499554, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:34:33", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "dooglus", + "parent_permlink": "re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t202924302z", + "percent_steem_dollars": 10000, + "permlink": "re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t232844300z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:31:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "This. Write an introduceyourself post and include good verification. It will be worth your time :)", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:31:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 499585, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:31:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "moonguy", + "parent_permlink": "re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t211223101z", + "percent_steem_dollars": 10000, + "permlink": "re-moonguy-re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t233112100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T14:37:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Excellent list. Did not know about the Skyrim SE but I'll be looking for it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-07T23:46:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499774, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T11:43:21", + "last_update": "2016-08-07T23:46:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kylenator", + "parent_permlink": "my-top-8-favorite-games-of-all-time", + "percent_steem_dollars": 10000, + "permlink": "re-kylenator-my-top-8-favorite-games-of-all-time-20160807t234642800z", + "reward_weight": 10000, + "root_author": "kylenator", + "root_permlink": "my-top-8-favorite-games-of-all-time", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-07T23:49:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Love this portrait and the one of Dan. Very nice work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "art", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:49:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499799, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "2016-09-07T10:21:15", + "last_update": "2016-08-07T23:49:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mihaiart", + "parent_permlink": "steemians-portraits-first-edition", + "percent_steem_dollars": 10000, + "permlink": "re-mihaiart-steemians-portraits-first-edition-20160807t234904100z", + "reward_weight": 10000, + "root_author": "mihaiart", + "root_permlink": "steemians-portraits-first-edition", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T02:17:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 56, + "beneficiaries": [], + "body": "I think the 30 day pay cutoff is a real limitation and also that posts and comments will be locked (no edits) after 30 days. I hope that the developers are able to introduce some solutions. Thank you for sharing your own perspective as an author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "writing", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-07T23:51:24", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 499832, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-07T23:51:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "mctiller", + "parent_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "percent_steem_dollars": 10000, + "permlink": "re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160807t235124000z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "title": "", + "total_payout_value": { + "amount": "114", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-13T01:48:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "LOL cheetah fail. I'm tempted to downvote cheetah but that would be kind of harmful to its mostly useful function so I won't", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-07T23:54:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 499877, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:19:45", + "last_update": "2016-08-07T23:54:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bergy", + "parent_permlink": "re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t193629714z", + "percent_steem_dollars": 10000, + "permlink": "re-bergy-re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t235435500z", + "reward_weight": 10000, + "root_author": "bergy", + "root_permlink": "quantum-computing-and-cryptography-is-bitcoin-safe", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:22:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Wallet (CLI-only): https://github.com/steemit/steem\n\nThe web wallet/site/app that runs on steemit.com is also there now (was released a bit later)\n\n> I guess because I figure they premined a whole bunch of tokens for free whereas the rest of us have to buy them. But maybe I'm even wrong about that. How was the initial distribution done?\n\nI still don't quite follow the logic on why that makes the inflationary STEEM token itself good for them, when everyone else can avoid the inflation by using SP too. If anything, given their large SP holdings, the restrictions on liquidity of SP hurts them as much or more than anyone else, but in any case, here's some info about the launch. \n\nIt was effectively (but not literally) an 80% premine (though not quite free; they had to compete with a few other miners and did apparently spend money to do this). They launched with a public bitcointalk thread (still there) but there were no instructions or other information so only those able to figure it out from the code were able to mine it. It was openly stated at this time why the developers were doing this.\n\nThe plan (then and now) for the 80% is to give away 40% (every new account needs coins and receives a minimum balance\u2013currently 3 SP\u2013for free), keep 20%, and sell 20% to pay for development. This process is reasonably transparent and can be tracked by watching the 'steemit' account and the ones fed from there ('steem' creates the new accounts for example).", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-07T23:59:18", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 499935, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:22:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_steem_dollars": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t235918500z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T00:30:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> I'm pretty confused about how this all works. Both SP and SBD earn rewards for holding them - is that right? I can't hold SP in my own wallet, and can only hold it on steemit.com? But SBD and STEEM can be withdrawn into my own local wallet and freely traded? Except I seem to remember there's a 1 week delay with SBD withdrawals. Can I hold SBD in my own wallet and earn rewards, or do I only get rewards if I have steemit.com hold them? Am I totally misunderstanding everything?\n\nSBD currently earns 10% interest (rate is variable) and SP earns anti-dilution payments that offset most of the STEEM inflation. You can hold SP (or STEEM or SBD) in your own wallet with your own private keys, and there is no disadvantage to doing so in terms of rewards, etc. The web site is really just a web wallet that gives you a view of the blockchain. There are no restrictions at all on transfers of STEEM or SBD. SP is locked up and can only be converted to STEEM 1/104 per week (with a one week delay before first conversion when starting the process). SBD can be converted to about 1 USD worth of STEEM with a one-week delay, but this is an optional function that supports the pegging of its value and never required (alternately you can transfer it and/or trade it on a regular exchange or via the internal market with no delays)", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T00:13:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 500104, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T00:30:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_steem_dollars": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t001305100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T02:17:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@ned, @dan, myself and other major stake holders are all aware of the issues this causes, have discussed it, and would all like to see solutions. There are technical issues involved and some compromises need to be made to keep moving ahead with the project but hopefully they won't be permanent. Thanks again for the feedback. Understanding the practical use cases for authors may be helpful in getting this addressed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "writing", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T00:20:39", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 500198, + "json_metadata": "{\"tags\":[\"writing\"],\"users\":[\"ned\",\"dan\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-08T00:20:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thecryptofiend", + "parent_permlink": "re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t000725141z", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t002040500z", + "reward_weight": 10000, + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T12:30:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 2484, + "beneficiaries": [], + "body": "Good analysis of the overall money supply dynamics and clear explanations like this are badly needed since the system is complex and many do not understand it. Upvoted.\n\nA small correction:\n\n> given that currently only 2% of the money supply is SD\n\nThey actually misspoke in the interview in stating 2%. Currently the outstanding supply of SBD (which can be found on steemd.com) is \n\n\"current_sbd_supply\": \"1876469.436 SBD\",\n\nThat is less than 1% of the market cap of STEEM+SP+SBD.\n\nLooked at another way, the blockchain is currently reporting:\n\n \"virtual_supply\": \"124634091.611 STEEM\",\n \"current_supply\": \"123729768.992 STEEM\",\n\nvirtual_supply is the total money supply if all the SBD were converted to STEEM at the current exchange rate. Again the difference here is <1%.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "children_abs_rshares": 0, + "created": "2016-08-08T00:39:00", + "curator_payout_value": { + "amount": "1673", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 500426, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T15:50:45", + "last_update": "2016-08-08T00:42:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 34, + "parent_author": "anonymint", + "parent_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "percent_steem_dollars": 10000, + "permlink": "re-anonymint-who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power-20160808t003901500z", + "reward_weight": 10000, + "root_author": "anonymint", + "root_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "title": "", + "total_payout_value": { + "amount": "5136", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T07:31:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 630, + "beneficiaries": [], + "body": "Again, self-defeating attitude. Just like any other form of media, anyone who wants to make money needs to be able to market themselves and gain a following. Those 3 million followers of yours didn't just fall out of the sky; I'm sure you worked for them. Same here. This is not free money given out to anyone just for showing up, and if that's what your web site followers are seeking, they would indeed be disappointed. It is a platform and an opportunity for those willing to work for it and bring value.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T00:54:09", + "curator_payout_value": { + "amount": "12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 500625, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T01:28:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "najoh", + "parent_permlink": "re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160807t214650684z", + "percent_steem_dollars": 10000, + "permlink": "re-najoh-re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t005410100z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "title": "", + "total_payout_value": { + "amount": "543", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T02:07:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@anonymint, abandonment, which is difficult to accurately measure anyway, can be almost entirely ignored as a growth statistic if you compare active accounts over time. Daily active has been growing significantly and is now close to 6000 from being closer to 4000 not long ago (1-2 weeks IIRC, but I don't have hard numbers). I'm not sure about the weekly-active numbers as I haven't paid attention to it.\n\nI agree with the earlier comments that: 1) constant growth is not exponential; and 2) there isn't enough data to conclude much yet, except that there is steady, but still kind of slow growth, even after factoring in abandonment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T02:05:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 501514, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"anonymint\"]}", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:07:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "masteryoda", + "parent_permlink": "re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160807t151438650z", + "percent_steem_dollars": 10000, + "permlink": "re-masteryoda-re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160808t020523500z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T02:11:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm interested in your stats but I'm having trouble finding anything in your profile. Please post a direct link.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T02:11:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 501576, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:11:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "calamus056", + "parent_permlink": "re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160807t173550233z", + "percent_steem_dollars": 10000, + "permlink": "re-calamus056-re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160808t021059900z", + "reward_weight": 10000, + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T05:27:48", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "@doolgus, yes reply depth is annoying.\n\nYour comments about the removal of racist posts from steemit.com and about using an alternate blockchain view are correct. Not hard to do in fact, since you can just download the source to the steemit.com web site from their github and host your own.\n\nBTW, here is another explorer for the same blockchain hosted by a community member which provides a bit more low-level detail: https://steemd.com. You can also use that as a conventional block explorer using b/_blocknum_ and tx/_txid_ paths, though I don't see where it has a search box.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitfinex", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T05:16:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 503366, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"users\":[\"doolgus\"],\"links\":[\"https://steemd.com.\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "percent_steem_dollars": 10000, + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t051654500z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T15:12:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good post, but for anyone considering solo mining. If you are solo mining with a low hash rate (just a few GPUs or CPUs) it will be a _long_ wait in between blocks on average. This doesn't mean you shouldn't do it\u2013I have been a Monero solo miner for two years and an enthusiastic supporter of solo mining as better for the network and often better for the miner\u2013but you need to be prepared for these waits and the inherent luck factor.\n\nIf you have enough of a hash rate to get blocks reasonable often when solo mining, then it is a no brainer, IMO. You not only help the network, and come out ahead in terms of less less risk of being ripped off by a dishonest pool, but you also gain from lower transactions fees since you wont be receiving a lot of small pool payments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T05:40:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 503545, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T05:41:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "percent_steem_dollars": 10000, + "permlink": "re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t054021300z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:07:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The difference is that future posts by the same person (e.g. a spammer) will be hidden by default. It won't be necessary to flag each individual post.\n\nI have my disagreements with some aspects of it but overall it isn't too terrible.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:07:54", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 503750, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T11:47:24", + "last_update": "2016-08-08T06:07:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "royaltiffany", + "parent_permlink": "re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160802t214619977z", + "percent_steem_dollars": 10000, + "permlink": "re-royaltiffany-re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160808t060753400z", + "reward_weight": 10000, + "root_author": "royaltiffany", + "root_permlink": "steemland-reputation-system", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:10:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Good point.", + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:10:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 503761, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T06:10:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sammy007", + "parent_permlink": "re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t055143834z", + "percent_steem_dollars": 10000, + "permlink": "re-sammy007-re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t061006800z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T06:47:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 376, + "beneficiaries": [], + "body": "Why do you assume they are always cashed out? I've traded cryptos around with other people for quite a few things over the years where none of us had much interest in cashing them out. The main thing that needs to happen is to grow the network of people interested in doing that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-08T06:47:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 504009, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T06:47:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "derrick1974", + "parent_permlink": "re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t004500439z", + "percent_steem_dollars": 10000, + "permlink": "re-derrick1974-re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t064723600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "title": "", + "total_payout_value": { + "amount": "306", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T10:42:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 18, + "beneficiaries": [], + "body": "Thanks for the review Tyler. I really love that as an indepedent site without relying on advertisers for survival it is actually perfectly okay to say that a game is beautiful but not worth the money. I really hope we get more gamers on here. There aren't enough of us posting and commenting about games. Thanks again for posting this!", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-08T08:26:54", + "curator_payout_value": { + "amount": "8", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 504669, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T20:31:57", + "last_update": "2016-08-08T08:27:48", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "tygergamer", + "parent_permlink": "my-thoughts-on-abzu-the-game", + "percent_steem_dollars": 10000, + "permlink": "re-tygergamer-my-thoughts-on-abzu-the-game-20160808t082657200z", + "reward_weight": 10000, + "root_author": "tygergamer", + "root_permlink": "my-thoughts-on-abzu-the-game", + "title": "", + "total_payout_value": { + "amount": "36", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T12:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 34, + "beneficiaries": [], + "body": "Looks wonderful!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T11:02:03", + "curator_payout_value": { + "amount": "18", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 505760, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-08T01:31:54", + "last_update": "2016-08-08T11:02:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "noganoo", + "parent_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", + "percent_steem_dollars": 10000, + "permlink": "re-noganoo-i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world-20160808t110206100z", + "reward_weight": 10000, + "root_author": "noganoo", + "root_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", + "title": "", + "total_payout_value": { + "amount": "70", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T11:18:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Beautiful work. Thanks for posting about this new site!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-08T11:11:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 505844, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T01:08:33", + "last_update": "2016-08-08T11:11:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "saulius", + "parent_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "percent_steem_dollars": 10000, + "permlink": "re-saulius-have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz-20160808t111123100z", + "reward_weight": 10000, + "root_author": "saulius", + "root_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Yes and no. This method can produce a profit, but also can (and has in the past) produced losses, or can also produce no gain relative to trading while tying up your money for a week and exposing you to risk. YMMV. Good to be aware of the option and understand correctly how it works in any case.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-08T12:51:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 506833, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T12:52:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "pjheinz", + "parent_permlink": "re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t053511938z", + "percent_steem_dollars": 10000, + "permlink": "re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125140900z", + "reward_weight": 10000, + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T23:13:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The differences need not be small. If the price of STEEM drops rapidly over the course of the week, or potentially worse first rises and then falls, the results of conversion may be much worse than trading. Also conversion gets you STEEM. If the goal is to cash out then you haven't solved the problem by converting; you still need to trade STEEM for BTC and those markets also have spreads and liquidity issues. I'm not saying it is bad to do by any means, just that it isn't an automatic win over trading. Trading using the internal exchange is another option which avoids any issues with exchanges and their wallets. Currently the liquidity on the internal exchange is rather poor, but I think it will improve.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T15:30:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 508808, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T15:30:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125617055z", + "percent_steem_dollars": 10000, + "permlink": "re-pjheinz-re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t153027000z", + "reward_weight": 10000, + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-08T20:36:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Beautiful work!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-08T17:04:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 510099, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T17:04:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "percent_steem_dollars": 10000, + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t170359500z", + "reward_weight": 10000, + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:23:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "The marketing is what it is but I do consider schemes which attempt to manipulate voting or unfairly extract payments from the reward pool (as I strongly suspect to be the case when something like \"upvote bots\" is part of the mix), to be parasitic scams. They're maybe not scamming their own customers but they are scamming the Steem community and platform with this crap.\n\nUpvoted Bob because of his good work in bringing sunlight on this and in part _because_ of his use of the scam tag.\n\nKeep up the good work Bob.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T03:59:03", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 518728, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "onceuponatime", + "parent_permlink": "re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t015205361z", + "percent_steem_dollars": 10000, + "permlink": "re-onceuponatime-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035903700z", + "reward_weight": 10000, + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T02:33:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Upvoted for OP artwork", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-09T03:59:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 518737, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "klye", + "parent_permlink": "re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t001735820z", + "percent_steem_dollars": 10000, + "permlink": "re-klye-re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035956000z", + "reward_weight": 10000, + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T10:32:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That reward sharing was actually removed though. I believe some of the code implementing it is still around and is part of the issue with the reply depth. There may be other issues as well.\n\nI agree the whole depth limit is extremely annoying and will drive some types of content and users away.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-09T06:04:57", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 519842, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T06:05:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "acidyo", + "parent_permlink": "re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t014338116z", + "percent_steem_dollars": 10000, + "permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t060456800z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T05:17:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 101, + "beneficiaries": [], + "body": "None of these were what I would consider 'spam' links. \n\nhttps://i.imgsafe.org/9a6de5a2c6.png", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 14, + "children_abs_rshares": 0, + "created": "2016-08-09T09:52:42", + "curator_payout_value": { + "amount": "65", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 521583, + "json_metadata": "{\"tags\":[\"bitcointalk\"],\"image\":[\"https://i.imgsafe.org/9a6de5a2c6.png\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T09:52:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "bayareacoins", + "parent_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "percent_steem_dollars": 10000, + "permlink": "re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t095240700z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "207", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T05:17:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Maybe it's too just too obvious to me that people might care about the first 1+ million follower celebrity, so I didn't explain it in the post.\n\nI've been told by bitcointalk admins that they view the entire 'Alternative Cryptocurrencies' section as supporting a gambling game where people bet on coins by trading them. If a coin backing a social media site gaining high profile users with enormous reach is not relevant to such a game then I don't know what is.\n\nMy bitcointalk post was not about the girl, and if it were that would be off topic there. It was about the coin.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 5, + "children_abs_rshares": 0, + "created": "2016-08-09T10:36:33", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 521913, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T10:48:03", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 6, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t102454416z", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t103631700z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-09T10:42:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "> It's funny that the whitepaper mentions rewards going 6 levels deep when the comments themselves only go 5 levels deep\n\nThe OP counts as a level. In the original reward-sharing model the original post would get 50% of the rewards from all comments below, and that would continue at each lower level.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-09T10:42:42", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 521965, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T10:42:54", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dooglus", + "parent_permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t020021359z", + "percent_steem_dollars": 10000, + "permlink": "re-dooglus-re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t104241100z", + "reward_weight": 10000, + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:56:42", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 40, + "beneficiaries": [], + "body": "This is absolutely one of the things people are using it for. Look at the front page right now:\n\n#1 New App to Secure Your Steem Account\n#2 When do whales upvote? (includes open source tool that analyzes voting)\n#3 Steemtools.com registered over 50 third party tools for Steemit as of today. + updates\n#4 steem.ws - The public steem api cluster\n\nIn the past a post blogging about finding and reporting a security bug got votes and earned good rewards, along with proposals, update releases, etc.\n\nOf course that is not always dominating the front page. Sometimes there are Playboy playmates.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T00:44:24", + "curator_payout_value": { + "amount": "20", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 533042, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:39:39", + "last_update": "2016-08-10T06:56:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "percent_steem_dollars": 10000, + "permlink": "re-sammy007-steemit-as-a-kind-of-magic-funding-platform-and-even-more-20160810t004425800z", + "reward_weight": 10000, + "root_author": "sammy007", + "root_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "title": "", + "total_payout_value": { + "amount": "82", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T01:03:15", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Whether steemit is a scam or not is irrelevant. Bitcointalk admis have told me that they don't moderate scams. That is for the marketplace of ideas to sort out.", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcointalk", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T01:03:15", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 533236, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-10T01:03:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t185122330z", + "percent_steem_dollars": 10000, + "permlink": "re-najoh-re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160810t010313800z", + "reward_weight": 10000, + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T02:52:06", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 11, + "beneficiaries": [], + "body": "Well said", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T02:52:06", + "curator_payout_value": { + "amount": "6", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 534527, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T02:52:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "summon", + "parent_permlink": "re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t231235256z", + "percent_steem_dollars": 10000, + "permlink": "re-summon-re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t025205500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "22", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T03:05:45", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 529, + "beneficiaries": [], + "body": "The flaw in your argument is that his posts are not low quality. They are well-written, carefully edited, easy to understand, nicely formatted, and are effective in connecting with the reader. If there is no steak to his sizzle then I guess people might lose interest and his rewards will stop, or they might not (after all, the later Twilight movies and books still did quite well).\n\nI couldn't follow the case you were making against him in your post, which doesn't mean that the accusations aren't true, but it most certainly does mean that your posts are not as good as his.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T03:01:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 534592, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T03:01:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "percent_steem_dollars": 10000, + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t030104400z", + "reward_weight": 10000, + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "title": "", + "total_payout_value": { + "amount": "423", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T13:54:24", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 4567, + "beneficiaries": [], + "body": "I proposed something very similar if not identical in response to an early proposal by Dan in how to revamp the curation rewards. (Neither Dan's proposal nor mine was adopted).\n\nBoth your suggestion and mine are based on the fallacy that the eventual payout is a \"fair value\" that can be predicted. This is not the case due to the circularity, especially in the case of whale votes (since it is the votes that determine the eventual payout). There were some other issues with it but that is the key conceptual error that undermines the viability of it entirely.\n\nAlso, some sort of superlinear payoff is needed otherwise the incentives favor voting for your own posts regardless of popularity or merit, either directly or via shill voting. \n\nIn thinking about this quite a bit over the past few months I've also come to believe that superlinear payoff is economically correct for a platform like Steemit, because only posts that are of interest to a large number of people benefit from being shared in this manner. If something is only of interest to a few people (dinner plans for example), it is better to share it privately via email (or private Steemit messages once that is implemented!) and not impose both the resource and clutter costs of sharing it with thousands or millions. So something of interest to 100 or 1000 is worth more than 10x or 100x something of interest to only 10; the latter probably has close to zero or possibly negative value (once costs are considered) on Steemit.\n\nAll of this is not to rule out that tweaks to the current model might be helpful, but getting all the incentives right after considering all the relevant factors is much harder (and I would suggest the current system is much better than many of its detractors claim) than just wanting to make them \"more fair\". It is also not always so easy to see the various perspectives on how the current system performs multiple useful (and even essential) functions, when focusing in narrowly on one aspect of it such as perceived fairness.\n\nI do like the idea of providing some sort of incentive for valued downvotes; perhaps some version of these ideas could be applied in a more limited manner to do that. But even there, getting all the incentives right and avoiding opening up vectors for abuse is not easy.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T05:11:09", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 535876, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T13:28:03", + "last_update": "2016-08-10T05:16:18", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "owdy", + "parent_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "percent_steem_dollars": 10000, + "permlink": "re-owdy-scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system-20160810t051109200z", + "reward_weight": 10000, + "root_author": "owdy", + "root_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "title": "", + "total_payout_value": { + "amount": "3657", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-31T20:35:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "That astronaut needs a steemit logo on the space suit. Or the beer bottle. Or something.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T05:28:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 536027, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T11:24:33", + "last_update": "2016-08-10T05:28:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "the-alien", + "parent_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "percent_steem_dollars": 10000, + "permlink": "re-the-alien-holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words-20160810t052823700z", + "reward_weight": 10000, + "root_author": "the-alien", + "root_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:29:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Thanks for the review. I've heard of that restaurant but never tried it. Now planning to!", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T05:54:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 536236, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-09T15:19:39", + "last_update": "2016-08-10T05:54:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "percent_steem_dollars": 10000, + "permlink": "re-lasvegasgirl-my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3-20160810t055413500z", + "reward_weight": 10000, + "root_author": "lasvegasgirl", + "root_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T06:00:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I don't mind hiding it from main pages by default so people who don't want it don't find it shoved in their faces, but I don't think it should be completely hidden from a blog, or perhaps a button should be added on the blog page to show it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "nsfw", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T06:00:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 536294, + "json_metadata": "{\"tags\":[\"nsfw\"]}", + "last_payout": "2016-09-09T17:24:09", + "last_update": "2016-08-10T06:00:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "xcynosure", + "parent_permlink": "re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160809t232910173z", + "percent_steem_dollars": 10000, + "permlink": "re-xcynosure-re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160810t060028500z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-30T12:32:39", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I think it should show up on blogs, maybe with a check box. Not throwing it up on the front page where people who don't want it is fine, but if someone decides to look at your blog, that is their choice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T06:02:24", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 536314, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:02:15", + "last_update": "2016-08-10T06:02:24", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "klye", + "parent_permlink": "nsfw-content-not-showing-up-in-blog", + "percent_steem_dollars": 10000, + "permlink": "re-klye-nsfw-content-not-showing-up-in-blog-20160810t060222600z", + "reward_weight": 10000, + "root_author": "klye", + "root_permlink": "nsfw-content-not-showing-up-in-blog", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:17:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 157, + "beneficiaries": [], + "body": "@moonjelly\n> @smooth ... with his 24 accounts\n\nIncorrect. In fact I have thousands of accounts (keep that in mind when you are advocating for more \"fair\" voting) but I only vote with two of them, smooth/smooth.witness. Any other bots you see copying my votes (and there are some) are not mine.\n\nI explained the reason I didn't vote for this post and it isn't because it is critical of Steem/it or the voting system (I have voted for critical posts before). It is because the post does not effectively present a clear message. It is not a high quality post in my (subjective) opinion.", + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T06:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 536492, + "json_metadata": "{\"tags\":[\"scam\"],\"users\":[\"moonjelly\",\"smooth\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T09:17:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "percent_steem_dollars": 10000, + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t061926300z", + "reward_weight": 10000, + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "title": "", + "total_payout_value": { + "amount": "125", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T15:34:51", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 424, + "beneficiaries": [], + "body": "> Finally a post that bucks the trends, is openly critical and is getting some votes from whales. Color me surprised \n\nThere have been numerous critical posts that have gotten votes from whales. It mostly depends on them being well-written and thoughtful.\n\nThe idea that critical posts don't get votes is dead wrong. A well-written and thoughtful critical post will get _far more_ votes than a positive post that is of poor quality.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-08-10T06:38:00", + "curator_payout_value": { + "amount": "287", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 536645, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:38:00", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "doctorstrange", + "parent_permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t230201122z", + "percent_steem_dollars": 10000, + "permlink": "re-doctorstrange-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t063800500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "868", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T14:01:54", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 21626, + "beneficiaries": [], + "body": "> many extraordinary posts that day are going to bite the dust being shadowed by that celebrity\n\nSomewhat, but that is oversimplified and contributes to a zero-sum mentality. Yes it is true that the pool is literally zero-sum as long as the STEEM price doesn't change, but the effect is pretty modest. Currently the reward pool is about $100 000 per day. On the day he made $15K, approximately $85K went other posts. If you didn't earn, it is because your post didn't gain an audience and get votes. It is not because TDV took all the money.\n\nIn fact there is concrete proof of this. If I recall correctly, the very same day that TDV got $15K, the Playmate got $12K (sorry if not exact number). His success did not prevent her from also doing well nor did her success stop him from doing the same. And despite both of them getting historic payouts on the very same day, _73% of the reward pool was still available_ for other posts.\n\nIf your posts aren't getting rewarded, focus on marketing and promoting to develop an audience and improving the quality of the posts to increase conversions (how many people who see the posts vote for them). Pointing at someone else who is (in some vague sense) responsible for you not geting 15% of the reward pool rather than focusing on why you aren't getting a piece of the other 85% and what you can do to change that is doing yourself a disservice.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "children_abs_rshares": 0, + "created": "2016-08-10T06:43:30", + "curator_payout_value": { + "amount": "14720", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 536699, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:52:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 23, + "parent_author": "anduweb", + "parent_permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t220512582z", + "percent_steem_dollars": 10000, + "permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t064328400z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "44354", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T08:36:57", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 75, + "beneficiaries": [], + "body": "The reward pool earns 2 STEEM per block, so that is 57 600 STEEM/day. A maximum of 25% of that goes to voters, but that is reduced in practice because authors vote for themselves (by default in the UI) and by the penalty for voting within the first 30 minutes. This might be slightly less than $100K now with the reduced STEEM price (though it was higher when TDV made his first post), but still reasonably close.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "children_abs_rshares": 0, + "created": "2016-08-10T08:10:45", + "curator_payout_value": { + "amount": "47", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 537423, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T08:36:57", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "anduweb", + "parent_permlink": "re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t065028798z", + "percent_steem_dollars": 10000, + "permlink": "re-anduweb-re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t081045000z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "152", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T08:35:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I'm like most of your suggestions but I don't agree with color coding the reputation. The reputation system isn't really all that sophisticated or meaningful. The main purpose for which it was designed is anti-abuse (if your rep goes below zero your posts are hidden, so serial spammers and abusers don't bother us every single time until downvoted; hopefully most people will never experience this) and it mostly works for that. Featuring it with colors would give it more attention than it deserves though.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T08:35:21", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 537607, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T09:19:45", + "last_update": "2016-08-10T08:35:21", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "percent_steem_dollars": 10000, + "permlink": "re-venuspcs-suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be-20160810t083520000z", + "reward_weight": 10000, + "root_author": "venuspcs", + "root_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T17:32:00", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 400, + "beneficiaries": [], + "body": "> Why nobody valued what I thought was an incredible contribution to the platform?\n\nMostly because we didn't see it. If you want to earn on this platform and you aren't a celebrity with a following, you need to get out there and tell people about yourself. Get on steemit.chat and network. Reach out to the more successful bloggers and see if you can get them to mention you. Get your existing network to join and vote up your stuff. There are some people doing daily \"Best of Steemit\" posts which feature new personalities and content; try to get listed in one or more of those.\n\nGetting out and doing promotional work is great, and writing good quality posts is great too. But neither of those will get you rewards if no one knows about it. TDV is great at self-promotion, and while self-promotion can become annoying and turn people off if it is excessive and if there isn't substance behind it, in the right quantity it is an essential part of being successful at almost anything.\n\nEDIT: and positivity as other stated. Can't emphasize that enough.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T09:23:57", + "curator_payout_value": { + "amount": "149", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 2, + "id": 537999, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:31:30", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "oumar", + "parent_permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160809t203207169z", + "percent_steem_dollars": 10000, + "permlink": "re-oumar-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t092358200z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "602", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T09:44:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Please don't spam like this. I almost flagging you which would seriously trash your rep, but I didn't for that reason. But flagging your comment as spam would be totally justified. Don't put yourself in the crosshair.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T09:44:00", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 538154, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:44:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ats-david", + "parent_permlink": "re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t041042566z", + "percent_steem_dollars": 10000, + "permlink": "re-ats-david-re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t094400600z", + "reward_weight": 10000, + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T11:11:03", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 755, + "beneficiaries": [], + "body": "There is a lot of truth to what you write, but...the changing market value of STEEM has a lot to do with why some of those rewards are higher than others.\n\nStill your message overall is one of bringing value that is original and valued by the community and on that I can't support you any more strongly. \n\nBe aware though, your post is perpetuating the same sort of Steemit circlejerk. Bring value that is original and adds to Steemit, not just more posts discussing Steemit drama every day. You will get a weak upvote from me, expressing approval on the message, but I don't really want to reward all these introspective Steemit-centric posts any more, whether they come from @dollarvigilante or otherwise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "children_abs_rshares": 0, + "created": "2016-08-10T09:58:51", + "curator_payout_value": { + "amount": "496", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 538255, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T22:54:03", + "last_update": "2016-08-10T10:00:36", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 18, + "parent_author": "hitmeasap", + "parent_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "percent_steem_dollars": 10000, + "permlink": "re-hitmeasap-why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything-20160810t095850100z", + "reward_weight": 10000, + "root_author": "hitmeasap", + "root_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "title": "", + "total_payout_value": { + "amount": "1546", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T16:53:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "I guess you aren't aware that the new accounts on Steemit are an exactly an airdrop. Thousands of STEEM are being given out every single day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T10:16:12", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 3, + "id": 538364, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:16:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "decrypt", + "parent_permlink": "re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t040227211z", + "percent_steem_dollars": 10000, + "permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101612400z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T10:19:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Most if not all of the whales know how to make lower power votes using the CLI and do so regularly. This might be a nice feature in the GUI for whales but it does little or nothing to add value for most users so I consider it a low priority, or even a negative if it adds complexity and reduces ease of use. Anyway, there is a prototype of it in github so it will probably be rolled out at some point.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T10:19:27", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 538396, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:19:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "williambanks", + "parent_permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t063208016z", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101928200z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T13:41:09", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "You are not only completely incorrect about the incentives, but the incentives are the opposite of what you state. When voting for something that already has a lot of upvotes (SP), the reward is tiny (an example of this in my case was the makeup tutorial, I think my curation reward on that was 1/10 or less what I might get voting a post with little reward). When whales vote for something that already has a high payout we are doing it _despite_ the incentive not to.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "children_abs_rshares": 0, + "created": "2016-08-10T10:20:06", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 4, + "id": 538401, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:20:06", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "snowflake", + "parent_permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t043149700z", + "percent_steem_dollars": 10000, + "permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102005000z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T16:27:12", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 0, + "beneficiaries": [], + "body": "Flagged as repetitive. In case I'm accused of doing this to take sides, I also flagged the @dollarvigilante post that is the subject of this one. There is just too much circlejerk. What will make Steemit better is writing good posts about interesting things, sharing them, and getting upvotes, not post number 562 saying the same things about Steemit itself (positive or negative).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, + "children_abs_rshares": 0, + "created": "2016-08-10T10:22:36", + "curator_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 538411, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:23:12", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sadochismo", + "parent_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "percent_steem_dollars": 10000, + "permlink": "re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102235400z", + "reward_weight": 10000, + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", + "total_payout_value": { + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-08-10T10:29:27", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "smooth", + "author_rewards": 421, + "beneficiaries": [], + "body": "Flagged because this is redundant Steemit circlejerk. I support the idea and I even ended up downvoting @dollarvigilante's latest post, but capitalizing on Steemit circlejerk with these posts is wrong. Let's upvote all the great content that brings new value to Steemit (and I can assure you there is a lot of it) and not dozens of posts that talk about nothing but Steemit (positive and negative) every single day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-08-10T10:28:03", + "curator_payout_value": { + "amount": "278", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 538446, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T10:29:27", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "steve-walschot", + "parent_permlink": "are-we-only-here-to-feed-the-narcissists", + "percent_steem_dollars": 10000, + "permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t102802500z", + "reward_weight": 10000, + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", + "total_payout_value": { + "amount": "862", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + } + ] +} diff --git a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json index 2b6bab4b..08c6366d 100644 --- a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json +++ b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.pat.json @@ -2,29 +2,29 @@ "comments": [ { "abs_rshares": 0, - "active": "2016-07-25T19:35:06", + "active": "2016-07-02T13:12:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 445, "beneficiaries": [], - "body": "\"Money creation was only in the hands of central banks...\"\nGreat points about the democratization of money creation. Since the money is created by someone who directly values what is produced, we can be more certain of its value. The central bank has to rely on estimates of macroeconomic performance. A crude approach at best.", + "body": "Run forest run! And that's what he did.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "life", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T19:35:06", + "created": "2016-07-02T13:12:00", "curator_payout_value": { - "amount": "0", + "amount": "97", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 354966, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T05:50:12", - "last_update": "2016-07-25T19:35:06", + "id": 50233, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T13:12:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32,17 +32,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "jako", - "parent_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "net_votes": 2, + "parent_author": "kaylinart", + "parent_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", "percent_hbd": 10000, - "permlink": "re-jako-why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin-20160725t193507538z", + "permlink": "re-kaylinart-how-i-ran-1-mile-a-day-for-11-years-straight-20160702t131201230z", "reward_weight": 10000, - "root_author": "jako", - "root_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", + "root_author": "kaylinart", + "root_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", "title": "", "total_payout_value": { - "amount": "0", + "amount": "97", "nai": "@@000000013", "precision": 3 }, @@ -51,29 +51,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T10:13:09", + "active": "2016-07-02T13:43:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "barrie", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Glad to see you come back. Upvoted.", + "body": "Sure if you search exact title.", "cashout_time": "1969-12-31T23:59:59", - "category": "ethereum", - "children": 0, + "category": "seo", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T10:13:09", + "created": "2016-07-02T13:13:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 577915, - "json_metadata": "{\"tags\":[\"ethereum\"]}", - "last_payout": "2016-09-02T22:48:21", - "last_update": "2016-08-03T10:13:09", + "id": 50235, + "json_metadata": "{\"tags\":[\"seo\"]}", + "last_payout": "2016-08-13T10:34:39", + "last_update": "2016-07-02T13:13:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -82,13 +82,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "whalepanda", - "parent_permlink": "the-complete-story-of-ethereum-so-far", + "parent_author": "ash", + "parent_permlink": "seo-with-steemit", "percent_hbd": 10000, - "permlink": "re-whalepanda-the-complete-story-of-ethereum-so-far-20160803t101308889z", + "permlink": "re-ash-seo-with-steemit-20160702t131332706z", "reward_weight": 10000, - "root_author": "whalepanda", - "root_permlink": "the-complete-story-of-ethereum-so-far", + "root_author": "ash", + "root_permlink": "seo-with-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -100,29 +100,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-25T18:44:51", + "active": "2016-07-02T14:25:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "barrie", - "author_rewards": 349, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "As you claim on twitter Steem is a ponzi, why are you writing articles on this 'ponzi' platform and direct your followers to this trap? Put your money where mouth is, at least act like a man. https://twitter.com/WhalePanda/status/757610357519224832", + "body": "If only we could so certain that the right man was caught and killed.", "cashout_time": "1969-12-31T23:59:59", - "category": "cryptocurrency", - "children": 6, + "category": "philosophy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T16:24:00", + "created": "2016-07-02T14:16:27", "curator_payout_value": { - "amount": "71", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 349863, - "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https://twitter.com/WhalePanda/status/757610357519224832\"]}", - "last_payout": "2016-08-25T16:49:57", - "last_update": "2016-07-25T16:24:00", + "id": 50262, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-06T11:16:36", + "last_update": "2016-07-02T14:16:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -130,17 +130,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "whalepanda", - "parent_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", "percent_hbd": 10000, - "permlink": "re-whalepanda-what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc-20160725t162359567z", + "permlink": "re-easteagle13-the-zenith-of-the-purpose-of-life-part-vii-the-better-laws-20160702t141626639z", "reward_weight": 10000, - "root_author": "whalepanda", - "root_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", + "root_author": "easteagle13", + "root_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", "title": "", "total_payout_value": { - "amount": "1254", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -149,29 +149,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T04:23:57", + "active": "2016-07-03T04:08:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "barrie", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I love Chinese calligraphy, looks nice.", + "body": "This makes a lot of assumptions about the nature of reality.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "life", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-27T04:23:57", + "created": "2016-07-02T18:13:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 394366, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-25T19:33:21", - "last_update": "2016-07-27T04:23:57", + "id": 50435, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-02T18:13:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -179,14 +179,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jiaxi", - "parent_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "net_votes": 1, + "parent_author": "kevinwong", + "parent_permlink": "are-we-lucky-to-be-here", "percent_hbd": 10000, - "permlink": "re-jiaxi-hello-steemit-my-name-is-jiaxi-i-m-from-china-20160727t042352270z", + "permlink": "re-kevinwong-are-we-lucky-to-be-here-20160702t181326914z", "reward_weight": 10000, - "root_author": "jiaxi", - "root_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", + "root_author": "kevinwong", + "root_permlink": "are-we-lucky-to-be-here", "title": "", "total_payout_value": { "amount": "0", @@ -198,29 +198,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T07:14:21", + "active": "2016-07-02T18:24:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "barrie", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Yeah, that makes sense. Thanks.", + "body": "I have a sinking suspicion that almost everyone will guess wrong regarding July 4th and the first week after.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T07:14:21", + "created": "2016-07-02T18:19:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 720217, + "depth": 1, + "id": 50442, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-08T11:14:51", - "last_update": "2016-08-10T07:14:21", + "last_payout": "2016-08-04T20:54:33", + "last_update": "2016-07-02T18:19:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -228,14 +228,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jesta", - "parent_permlink": "re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160809t225046548z", + "net_votes": 1, + "parent_author": "hisnameisolllie", + "parent_permlink": "4th-july-payouts-and-beyond", "percent_hbd": 10000, - "permlink": "re-jesta-re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160810t071416141z", + "permlink": "re-hisnameisolllie-4th-july-payouts-and-beyond-20160702t181910952z", "reward_weight": 10000, - "root_author": "jesta", - "root_permlink": "building-a-high-availability-steemd-node-for-web-apis", + "root_author": "hisnameisolllie", + "root_permlink": "4th-july-payouts-and-beyond", "title": "", "total_payout_value": { "amount": "0", @@ -247,29 +247,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T02:33:30", + "active": "2016-07-02T23:55:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "benita", - "author_rewards": 637, + "author": "dantheman", + "author_rewards": 1035, "beneficiaries": [], - "body": "

\n

I made the Lime Cardamom Scones! They turned out great. The lime frosting is exceptional. I ended up using canola oil, because I was worried that the other options might add a weird flavor, but the lime and cardamom are so strong I don't think it would have made a difference. I also needed to increase the cooking time, because they were a bit doughy at 14 minutes, but that might just be my oven. The texture of the scones is a little denser than my normal butter based scones, but they are still great and flavors are new and weirdly fun. This post encouraged me to post my Sherry Plumped Raisin Scones.\u00a0

", + "body": "https://test.steemit.com/market.html", "cashout_time": "1969-12-31T23:59:59", - "category": "recipes", - "children": 1, + "category": "steem", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-26T20:44:12", + "created": "2016-07-02T19:23:42", "curator_payout_value": { - "amount": "239", + "amount": "49", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 385005, - "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/qiouv7klx/LIME_CARDAMOM_SCONES.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/sherry-plumped-raisin-scones\"]}", - "last_payout": "2016-08-22T16:48:03", - "last_update": "2016-07-26T20:44:12", + "depth": 3, + "id": 50483, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://test.steemit.com/market.html\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:23:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -277,17 +277,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "michelegraybeal", - "parent_permlink": "scone-recipe-lime-cardamom-video", + "net_votes": 5, + "parent_author": "hipster", + "parent_permlink": "re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t184612966z", "percent_hbd": 10000, - "permlink": "re-michelegraybeal-scone-recipe-lime-cardamom-video-20160726t204421972z", + "permlink": "re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192340625z", "reward_weight": 10000, - "root_author": "michelegraybeal", - "root_permlink": "scone-recipe-lime-cardamom-video", + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", "title": "", "total_payout_value": { - "amount": "934", + "amount": "226", "nai": "@@000000013", "precision": 3 }, @@ -296,29 +296,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T18:36:09", + "active": "2016-07-02T19:50:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "benita", - "author_rewards": 408285, + "author": "dantheman", + "author_rewards": 420, "beneficiaries": [], - "body": "\n

Want to try a new recipe but you are really not sure which recipe will be good? Or do you have a recipe that needs to be improved or tweaked a little? With this technique you can confidently analyze recipes and create custom versions that work.    

\n

Here is an example for banana bread (but it will work for any recipe). Setup a spreadsheet or sketch a chart on a sheet of paper. In the first column, list the ingredients for the recipe. It is helpful to leave some space between the ingredients so that you can include special notes or similar ingredients.    

\n

\n

Across the top of the chart, title each column with where you found the recipe, such as my recipe, Nana, cook book Susan, website Carol E., Church, etc.   

\n

Now list the amounts of each ingredients required for the recipe. Keep it simple in the beginning, so you can see what is different and what is the same in each recipe.    

\n

In our example recipes, one uses butter and the other uses oil. Also the leavening agents are different: one uses only baking soda and the other uses baking soda and baking powder. Now you have a clear way to see the differences between recipes. You can make the personal decision of whether you like the taste of butter or oil in your baked goods. This is a process but you will eventually make one that is just right for you.   

\n

Analyzing multiple recipes this way can also be beneficial if you're trying to keep to some form of diet (weight loss, low salt, low cholesterol, etc).   

\n

Remember to have fun and improve until you have a great recipe.    

\n

Eat and Enjoy!     

\n", + "body": "Real block chain.", "cashout_time": "1969-12-31T23:59:59", - "category": "recipes", - "children": 8, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-17T17:45:30", + "created": "2016-07-02T19:50:36", "curator_payout_value": { - "amount": "17954", + "amount": "85", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 149245, - "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s31.postimg.org/sd4vattkb/banana_bread_spread_sheet.png\"]}", - "last_payout": "2016-08-24T06:44:18", - "last_update": "2016-07-17T17:45:30", + "depth": 5, + "id": 50498, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:50:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -326,17 +326,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 126, - "parent_author": "", - "parent_permlink": "recipes", + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t193628175z", "percent_hbd": 10000, - "permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "permlink": "re-hipster-re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195037683z", "reward_weight": 10000, - "root_author": "benita", - "root_permlink": "how-to-compare-multiple-recipes-for-the-same-dish", - "title": "How to Compare Multiple Recipes for the same Dish", + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", "total_payout_value": { - "amount": "1341623", + "amount": "92", "nai": "@@000000013", "precision": 3 }, @@ -345,29 +345,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T17:27:03", + "active": "2016-07-02T19:51:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "benita", - "author_rewards": 184195, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "

\n

These scones are amazing they have wonderful texture and the raisins are bursting with flavor. I created this recipe by using the compare method that I posted at \u00a0How to Compare Multiple Recipes for the Same Dish.\u00a0

\n

MARINATED RAISINS

\n

3 tablespoons Sherry (can substitute white grape juice or buttermilk)

\n

1 cup raisins

\n

MAIN INGREDIENTS

\n

4 cups all purpose flour

\n

1/2 cup sugar

\n

1 tablespoon baking powder

\n

1/2 teaspoon baking soda

\n

2 sticks frozen salted butter (1/2 pound)

\n

1 1/4 cups buttermilk

\n

TOPPING

\n

1/4 cup coarse sugar (turbinado) and some extra buttermilk for the topping

\n

Preheat the oven to 375 degrees. Soak the raisins in the sherry for about 30 minutes, stirring occasionally.\u00a0

\n

In a large mixing bowl, whisk together the flour, sugar, baking powder, and baking soda. Roughly chop the frozen butter with a knife into chunks, then cut it into the dry ingredients using a pastry blender or your fingertips. Add in the buttermilk and sherry soaked raisins. Then lightly mix just until the ingredients are evenly distributed. Over mixing will make the scones have a denser texture. The dough will be a little dry and a bit crumbly, but that is normal for scones.\u00a0

\n

Turn dough onto a floured surface and gently knead it together. Divide the dough in half. Working with one half at a time, gently form the dough into an 8 inch circle about 1 inch thick. Cut into 6-8 wedges depending on size you want. Then repeat with remaining dough.

\n

Place the wedges on a parchment covered baking sheet, leaving about a half inch between them. \u00a0Brush the tops of the wedges with the extra buttermilk and then sprinkle with the coarse sugar.

\n

Bake for 25-30 minutes or until lightly browned on top. This recipe makes about 12-16 scones. I hope you love these as much as my family loves them!

\n


\n


", + "body": "Internal market has existed since launch. Just no steem dollars to trade yet.", "cashout_time": "1969-12-31T23:59:59", - "category": "recipes", - "children": 13, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T20:31:06", + "created": "2016-07-02T19:51:39", "curator_payout_value": { - "amount": "184565", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 384676, - "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/w61mpp9dh/Raisin_Scones.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/how-to-compare-multiple-recipes-for-the-same-dish\"]}", - "last_payout": "2016-08-26T09:57:27", - "last_update": "2016-07-26T20:31:06", + "depth": 5, + "id": 50499, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T12:23:06", + "last_update": "2016-07-02T19:51:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -375,17 +375,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 73, - "parent_author": "", - "parent_permlink": "recipes", + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192603626z", "percent_hbd": 10000, - "permlink": "sherry-plumped-raisin-scones", + "permlink": "re-riensen-re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195140225z", "reward_weight": 10000, - "root_author": "benita", - "root_permlink": "sherry-plumped-raisin-scones", - "title": "Sherry Plumped Raisin Scones", + "root_author": "hipster", + "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "title": "", "total_payout_value": { - "amount": "650392", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -394,29 +394,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T02:55:03", + "active": "2016-07-11T21:09:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 468, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Do you know that this post is your 22nd in less than 24 hours?\n\n**Do you realize that you are only allowed 4 posts per 24 hours?** After 4 posts, there is a rapidly diminishing payout beginning on the 5th and subsequent posts. So by the time you make your 22nd post, let's face it, even if you got thousands of dollars worth of votes, none of it would go to you.\n\nThis is to prevent spam and also to encourage quality over quantity. You would be far better off to make one thoughtful, well planned and well formatted post than a dozen quick and dirty posts in any given day.\n\nI hope this information will help you and save you wasting time.", + "body": "Have no fear, the math makes this a non issue.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-04T02:55:03", + "created": "2016-07-02T20:28:03", "curator_payout_value": { - "amount": "25", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 594086, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T14:58:30", - "last_update": "2016-08-04T02:55:03", + "id": 50528, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:17:30", + "last_update": "2016-07-02T20:28:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -424,17 +424,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "dvaryani", - "parent_permlink": "a-blockchain-based-social-network-which-pays", + "net_votes": 0, + "parent_author": "trogdor", + "parent_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", "percent_hbd": 10000, - "permlink": "re-dvaryani-a-blockchain-based-social-network-which-pays-20160804t025459458z", + "permlink": "re-trogdor-potential-sybil-attack-based-on-early-mover-curation-advantage-20160702t202801497z", "reward_weight": 10000, - "root_author": "dvaryani", - "root_permlink": "a-blockchain-based-social-network-which-pays", + "root_author": "trogdor", + "root_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", "title": "", "total_payout_value": { - "amount": "1090", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -443,29 +443,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T04:57:24", + "active": "2016-07-03T07:55:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 56800, + "author": "dantheman", + "author_rewards": 95, "beneficiaries": [], - "body": "Yup, I bet you get all of Amanda's interviews from now on lol\n\nShe's 1000 times better with a script.\n\nEventually she'll come around to Steem, BitShares and the Graphene technology.", + "body": "All images will be uploaded to IPFS and/or cached by steemit unless they violate our terms of service or the law.", "cashout_time": "1969-12-31T23:59:59", - "category": "dash", - "children": 1, + "category": "steemit-ideas", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T04:54:15", + "created": "2016-07-02T22:27:39", "curator_payout_value": { - "amount": "2314", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52176, - "json_metadata": "{\"tags\":[\"dash\"]}", - "last_payout": "2016-08-17T08:36:03", - "last_update": "2016-07-04T04:55:48", + "depth": 2, + "id": 50600, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T16:45:33", + "last_update": "2016-07-02T22:27:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -473,17 +473,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 10, - "parent_author": "piedpiper", - "parent_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "net_votes": 4, + "parent_author": "kenny-crane", + "parent_permlink": "re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222115377z", "percent_hbd": 10000, - "permlink": "re-piedpiper-amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions-20160704t045415372z", + "permlink": "re-kenny-crane-re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222738721z", "reward_weight": 10000, - "root_author": "piedpiper", - "root_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", + "root_author": "intelliguy", + "root_permlink": "what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months", "title": "", "total_payout_value": { - "amount": "13176", + "amount": "21", "nai": "@@000000013", "precision": 3 }, @@ -492,29 +492,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T00:47:45", + "active": "2016-07-04T12:42:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 276, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "body": "You can go from steem dollars to steem instantly on internal market.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T00:47:45", + "created": "2016-07-04T12:39:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 54237, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", - "last_payout": "2016-08-18T03:32:03", - "last_update": "2016-07-05T00:47:45", + "id": 52796, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-05T14:23:45", + "last_update": "2016-07-04T12:39:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -522,17 +522,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "seiznem", - "parent_permlink": "just-started-on-steemit-please-help", + "net_votes": 1, + "parent_author": "mctiller", + "parent_permlink": "how-does-the-price-of-steem-affect-payouts", "percent_hbd": 10000, - "permlink": "re-seiznem-just-started-on-steemit-please-help-20160705t004741940z", + "permlink": "re-mctiller-how-does-the-price-of-steem-affect-payouts-20160704t123926908z", "reward_weight": 10000, - "root_author": "seiznem", - "root_permlink": "just-started-on-steemit-please-help", + "root_author": "mctiller", + "root_permlink": "how-does-the-price-of-steem-affect-payouts", "title": "", "total_payout_value": { - "amount": "64", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -541,29 +541,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T00:56:12", + "active": "2016-07-04T14:00:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", + "body": "Yes. What we have today is minimal viable product. It will improve quickly.", "cashout_time": "1969-12-31T23:59:59", - "category": "fintech", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T00:56:12", + "created": "2016-07-04T14:00:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54251, - "json_metadata": "{\"tags\":[\"fintech\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", - "last_payout": "2016-08-05T01:18:39", - "last_update": "2016-07-05T00:56:12", + "depth": 2, + "id": 52934, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:00:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -572,13 +572,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "shake9169", - "parent_permlink": "crypto-currency-and-me", + "parent_author": "innuendo", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t130634698z", "percent_hbd": 10000, - "permlink": "re-shake9169-crypto-currency-and-me-20160705t005609132z", + "permlink": "re-innuendo-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140029589z", "reward_weight": 10000, - "root_author": "shake9169", - "root_permlink": "crypto-currency-and-me", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { "amount": "0", @@ -590,29 +590,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T01:02:45", + "active": "2016-07-04T20:40:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "Bandwidth limit for your account has likely been reached. We need to improve error messages.", "cashout_time": "1969-12-31T23:59:59", - "category": "me", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T01:02:45", + "created": "2016-07-04T14:02:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54259, - "json_metadata": "{\"tags\":[\"me\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-05T01:49:03", - "last_update": "2016-07-05T01:02:45", + "depth": 2, + "id": 52938, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T14:02:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -620,14 +620,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "powerwizard", - "parent_permlink": "hi-everyone", + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t061148372z", "percent_hbd": 10000, - "permlink": "re-powerwizard-hi-everyone-20160705t010243102z", + "permlink": "re-cryptogee-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140223433z", "reward_weight": 10000, - "root_author": "powerwizard", - "root_permlink": "hi-everyone", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { "amount": "0", @@ -639,29 +639,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T02:16:48", + "active": "2016-07-04T15:01:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 131, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "It is a mater of terms. In a free market there is no violence. What you describe above is a government controlled market. \n\nJust try to achieve your goals without violence.\n\nI up voted not because I agree, but because of the discussion.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "capitalism", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T02:16:48", + "created": "2016-07-04T14:20:03", "curator_payout_value": { - "amount": "10", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 54363, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-10T20:05:00", - "last_update": "2016-07-05T02:16:48", + "depth": 1, + "id": 52969, + "json_metadata": "{\"tags\":[\"capitalism\"]}", + "last_payout": "2016-08-04T14:19:18", + "last_update": "2016-07-04T14:21:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -669,17 +669,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "norbu", - "parent_permlink": "re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t012231863z", + "net_votes": 0, + "parent_author": "kagetoki-1", + "parent_permlink": "why-capitalism-is-evil", "percent_hbd": 10000, - "permlink": "re-norbu-re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t021646678z", + "permlink": "re-kagetoki-1-why-capitalism-is-evil-20160704t142003669z", "reward_weight": 10000, - "root_author": "norbu", - "root_permlink": "hi-steemer-s-a-big-hello-from-the-himalayas", + "root_author": "kagetoki-1", + "root_permlink": "why-capitalism-is-evil", "title": "", "total_payout_value": { - "amount": "30", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -688,29 +688,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T02:38:51", + "active": "2016-07-04T22:32:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "It is printed just like all other steem dollars. \nInterest compounds monthly when your steem dollar balance changes for any reason.", "cashout_time": "1969-12-31T23:59:59", - "category": "wtf", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T02:38:51", + "created": "2016-07-04T22:32:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 54410, - "json_metadata": "{\"tags\":[\"wtf\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-05T04:00:48", - "last_update": "2016-07-05T02:38:51", + "id": 54019, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-04T23:00:48", + "last_update": "2016-07-04T22:32:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -718,14 +718,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "kingg", - "parent_permlink": "well-we-see-how-this-works", + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-does-10-interest-on-sd-work", "percent_hbd": 10000, - "permlink": "re-kingg-well-we-see-how-this-works-20160705t023847869z", + "permlink": "re-nomoreheroes7-how-does-10-interest-on-sd-work-20160704t223233404z", "reward_weight": 10000, - "root_author": "kingg", - "root_permlink": "well-we-see-how-this-works", + "root_author": "nomoreheroes7", + "root_permlink": "how-does-10-interest-on-sd-work", "title": "", "total_payout_value": { "amount": "0", @@ -737,29 +737,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T03:27:27", + "active": "2016-07-04T22:48:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "I think we need to reward people who find and post original link. You will get more for your comment than he did for the article.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "trading", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T03:11:33", + "created": "2016-07-04T22:48:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54471, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-07T14:08:57", - "last_update": "2016-07-05T03:11:33", + "depth": 2, + "id": 54049, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-04T23:26:42", + "last_update": "2016-07-04T22:48:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -767,14 +767,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "cool", - "parent_permlink": "my-introduction", + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-weedor-almost-losing-it-all-20160704t191802644z", "percent_hbd": 10000, - "permlink": "re-cool-my-introduction-20160705t031130247z", + "permlink": "re-donkeypong-re-weedor-almost-losing-it-all-20160704t224853361z", "reward_weight": 10000, - "root_author": "cool", - "root_permlink": "my-introduction", + "root_author": "weedor", + "root_permlink": "almost-losing-it-all", "title": "", "total_payout_value": { "amount": "0", @@ -786,29 +786,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T23:05:06", + "active": "2016-07-05T00:42:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 376, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "It will be.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T23:05:06", + "created": "2016-07-05T00:42:24", "curator_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 56547, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-06T00:33:27", - "last_update": "2016-07-05T23:05:06", + "id": 54229, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T16:54:15", + "last_update": "2016-07-05T00:42:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -816,17 +816,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "brianyu14519", - "parent_permlink": "6d2kf-im-new-to-steem-and-here", + "net_votes": 4, + "parent_author": "sean-king", + "parent_permlink": "zero-value-posts-are-a-buzz-kill", "percent_hbd": 10000, - "permlink": "re-brianyu14519-6d2kf-im-new-to-steem-and-here-20160705t230501894z", + "permlink": "re-sean-king-zero-value-posts-are-a-buzz-kill-20160705t004224383z", "reward_weight": 10000, - "root_author": "brianyu14519", - "root_permlink": "6d2kf-im-new-to-steem-and-here", + "root_author": "sean-king", + "root_permlink": "zero-value-posts-are-a-buzz-kill", "title": "", "total_payout_value": { - "amount": "0", + "amount": "86", "nai": "@@000000013", "precision": 3 }, @@ -835,29 +835,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-07T00:36:15", + "active": "2016-07-06T00:13:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 74, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "Welcome. Post more about your self and you will an upvote.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "fintech", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-06T23:08:27", + "created": "2016-07-05T00:55:36", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 59123, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-10T18:02:57", - "last_update": "2016-07-06T23:08:27", + "id": 54248, + "json_metadata": "{\"tags\":[\"fintech\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:55:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -865,17 +865,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "mikebike", - "parent_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "net_votes": 0, + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", "percent_hbd": 10000, - "permlink": "re-mikebike-can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users-20160706t230821906z", + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005535701z", "reward_weight": 10000, - "root_author": "mikebike", - "root_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", "title": "", "total_payout_value": { - "amount": "16", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -884,29 +884,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-08T01:45:15", + "active": "2016-07-05T03:58:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 3817, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "Please avoid suggestions of violence against anyone.", "cashout_time": "1969-12-31T23:59:59", - "category": "blurred", - "children": 0, + "category": "politics", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-08T01:45:15", + "created": "2016-07-05T03:45:42", "curator_payout_value": { - "amount": "0", + "amount": "296", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 62445, - "json_metadata": "{\"tags\":[\"blurred\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-08T01:50:18", - "last_update": "2016-07-08T01:45:15", + "id": 54522, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-23T01:58:54", + "last_update": "2016-07-05T03:45:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -914,17 +914,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "vmaxee", - "parent_permlink": "newbie", + "net_votes": 3, + "parent_author": "piedpiper", + "parent_permlink": "we-can-now-read-the-clinton-s-emails", "percent_hbd": 10000, - "permlink": "re-vmaxee-newbie-20160708t014509734z", + "permlink": "re-piedpiper-we-can-now-read-the-clinton-s-emails-20160705t034540867z", "reward_weight": 10000, - "root_author": "vmaxee", - "root_permlink": "newbie", + "root_author": "piedpiper", + "root_permlink": "we-can-now-read-the-clinton-s-emails", "title": "", "total_payout_value": { - "amount": "0", + "amount": "892", "nai": "@@000000013", "precision": 3 }, @@ -933,29 +933,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-09T18:34:48", + "active": "2016-07-05T14:30:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 206, + "author": "dantheman", + "author_rewards": 145, "beneficiaries": [], - "body": "Why did you post this same message twice?", + "body": "Who says steem isn't programmable \ud83d\ude09", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-09T18:33:42", + "created": "2016-07-05T12:33:42", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 69685, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-09T18:35:45", - "last_update": "2016-07-09T18:33:42", + "id": 55180, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-05T11:59:48", + "last_update": "2016-07-05T12:33:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -964,16 +964,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "apardes", - "parent_permlink": "7s5hnt-hi-there", + "parent_author": "publicworker", + "parent_permlink": "steemit-vs-synereo-vs-akasha", "percent_hbd": 10000, - "permlink": "re-apardes-7s5hnt-hi-there-20160709t183333939z", + "permlink": "re-publicworker-steemit-vs-synereo-vs-akasha-20160705t123344126z", "reward_weight": 10000, - "root_author": "apardes", - "root_permlink": "7s5hnt-hi-there", + "root_author": "publicworker", + "root_permlink": "steemit-vs-synereo-vs-akasha", "title": "", "total_payout_value": { - "amount": "52", + "amount": "33", "nai": "@@000000013", "precision": 3 }, @@ -982,29 +982,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T15:21:36", + "active": "2016-07-06T03:02:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 126, "beneficiaries": [], - "body": "There are some glaring contradictions in your thought process.\nReminds me a little of people who fly (using large amounts of fuel) to give lectures at \"peak oil\" or sustainability conferences all over the world.", + "body": "They have been replaced with a \"Flag\" button in the top right corner.", "cashout_time": "1969-12-31T23:59:59", - "category": "diy", + "category": "steemit", "children": 3, "children_abs_rshares": 0, - "created": "2016-07-09T20:08:21", + "created": "2016-07-06T00:23:39", "curator_payout_value": { - "amount": "0", + "amount": "1", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 70050, - "json_metadata": "{\"tags\":[\"diy\"]}", - "last_payout": "2016-08-19T02:12:54", - "last_update": "2016-07-09T20:08:21", + "id": 56603, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T23:12:21", + "last_update": "2016-07-06T00:23:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1012,17 +1012,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "apocaloptimisto", - "parent_permlink": "hi-steemit-i-m-apocaloptimisto", + "net_votes": 2, + "parent_author": "nkdk", + "parent_permlink": "what-happened-with-downvotes", "percent_hbd": 10000, - "permlink": "re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160709t200813113z", + "permlink": "re-nkdk-what-happened-with-downvotes-20160706t002338178z", "reward_weight": 10000, - "root_author": "apocaloptimisto", - "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "root_author": "nkdk", + "root_permlink": "what-happened-with-downvotes", "title": "", "total_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, @@ -1031,29 +1031,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-09T20:29:33", + "active": "2016-07-07T01:17:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 1224, + "author": "dantheman", + "author_rewards": 623492, "beneficiaries": [], - "body": "In think that steemit is the best way, and has the greatest chance of success, that I have so far heard of to gently introduce the masses to crypto. Wide adoption is much more likely now.", + "body": "
![](https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg)
\n## Trending is Useful \nThe [trending](/trending) page is now more useful than ever. Now that payouts are daily, the trending page shows the highest valued posts. It will probably be made the default page soon.\n\n## Payout Time Sort Order\nWe added a new [payout time](/cashout) sort order that allows you to see which posts are about to be paid out. This should give everyone one last chance to up/down vote a post before payouts become irreversible.\n\n## New Downvote Button\nDownvote button has been replaced with a flag in the top right corner of each post. This makes it clear that downvotes should be used to flag content for abuse more than to just push someone else down.\n\n## Payout Status \nYou can now inspect a posts payout status by clicking on the pending payout amount. It will tell you when a post is scheduled to payout and how much it has been paid in the past.\n\nEnjoy!", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 27, "children_abs_rshares": 0, - "created": "2016-07-09T20:29:33", + "created": "2016-07-06T00:30:42", "curator_payout_value": { - "amount": "110", + "amount": "1552", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 70132, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T02:39:45", - "last_update": "2016-07-09T20:29:33", + "depth": 0, + "id": 56619, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:30:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1061,17 +1061,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "discombobulated", - "parent_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", + "net_votes": 169, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-discombobulated-asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies-20160709t202924445z", + "permlink": "new-features-on-steemit", "reward_weight": 10000, - "root_author": "discombobulated", - "root_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", - "title": "", + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", + "title": "New Features on Steemit", "total_payout_value": { - "amount": "336", + "amount": "146249", "nai": "@@000000013", "precision": 3 }, @@ -1080,29 +1080,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T03:41:45", + "active": "2016-07-06T00:32:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "How about you? Are you a bot?", + "body": "normally you can follow @steemitblog for information on major updates.", "cashout_time": "1969-12-31T23:59:59", - "category": "bots", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T02:31:33", + "created": "2016-07-06T00:32:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 71507, - "json_metadata": "{\"tags\":[\"bots\"]}", - "last_payout": "2016-08-18T01:29:45", - "last_update": "2016-07-10T02:31:33", + "id": 56623, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"steemitblog\"]}", + "last_payout": "2016-08-13T08:41:06", + "last_update": "2016-07-06T00:32:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1110,14 +1110,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "shawkhawk", - "parent_permlink": "is-any-of-the-content-on-steemit-real", + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", "percent_hbd": 10000, - "permlink": "re-shawkhawk-is-any-of-the-content-on-steemit-real-20160710t023125227z", + "permlink": "re-tinfoilfedora-where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market-20160706t003204268z", "reward_weight": 10000, - "root_author": "shawkhawk", - "root_permlink": "is-any-of-the-content-on-steemit-real", + "root_author": "tinfoilfedora", + "root_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", "title": "", "total_payout_value": { "amount": "0", @@ -1129,29 +1129,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T15:21:36", + "active": "2016-07-06T01:09:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I suggest that the road to sustainability does not devolve back to hunter/gatherer/nomad but evolves through a new paradigm which we are creatively discovering as we go. At least those of us awake and aware.", + "body": "Good ideas.", "cashout_time": "1969-12-31T23:59:59", - "category": "diy", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T02:41:51", + "created": "2016-07-06T01:09:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 71542, - "json_metadata": "{\"tags\":[\"diy\"]}", - "last_payout": "2016-08-19T02:12:54", - "last_update": "2016-07-10T02:41:51", + "depth": 2, + "id": 56695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T01:09:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1159,14 +1159,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "apocaloptimisto", - "parent_permlink": "re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t015700500z", + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", "percent_hbd": 10000, - "permlink": "re-apocaloptimisto-re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t024144452z", + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t010929410z", "reward_weight": 10000, - "root_author": "apocaloptimisto", - "root_permlink": "hi-steemit-i-m-apocaloptimisto", + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -1178,29 +1178,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T18:36:42", + "active": "2016-07-06T01:23:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 107914, + "author": "dantheman", + "author_rewards": 100, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "You will get more votes if you fix the formatting.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-help", - "children": 1, + "category": "blockchain", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-11T02:11:51", + "created": "2016-07-06T01:23:15", "curator_payout_value": { - "amount": "3389", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 76558, - "json_metadata": "{\"tags\":[\"steemit-help\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-22T18:36:48", - "last_update": "2016-07-11T02:11:51", + "id": 56724, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-10T23:32:21", + "last_update": "2016-07-06T01:23:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1208,17 +1208,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "owdy", - "parent_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "net_votes": 2, + "parent_author": "coreradio", + "parent_permlink": "interplanetary-file-system", "percent_hbd": 10000, - "permlink": "re-owdy-whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars-20160711t021150403z", + "permlink": "re-coreradio-interplanetary-file-system-20160706t012314118z", "reward_weight": 10000, - "root_author": "owdy", - "root_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", + "root_author": "coreradio", + "root_permlink": "interplanetary-file-system", "title": "", "total_payout_value": { - "amount": "33236", + "amount": "22", "nai": "@@000000013", "precision": 3 }, @@ -1227,29 +1227,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T01:34:39", + "active": "2016-08-15T19:53:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 177, + "author": "dantheman", + "author_rewards": 186, "beneficiaries": [], - "body": "That is your subjective opinion. I do not share it. So please leave \"should\" out of the conversation and tell us why your way would be better for the ecosystem.", + "body": "You get credit for every second. I will have to write a longer blog to answer this. \n\nShort answer is it works like a bank.", "cashout_time": "1969-12-31T23:59:59", - "category": "comment", - "children": 1, + "category": "steemit-help", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-12T01:26:00", + "created": "2016-07-06T11:28:51", "curator_payout_value": { - "amount": "0", + "amount": "4", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 82073, - "json_metadata": "{\"tags\":[\"comment\"]}", - "last_payout": "2016-08-12T01:46:06", - "last_update": "2016-07-12T01:26:00", + "id": 57650, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-24T07:06:18", + "last_update": "2016-07-06T11:28:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1257,17 +1257,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "traderjeff", - "parent_permlink": "comment-section-needs-a-quick-fix", + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "questions-steem-dollar-interest", "percent_hbd": 10000, - "permlink": "re-traderjeff-comment-section-needs-a-quick-fix-20160712t012557721z", + "permlink": "re-ash-questions-steem-dollar-interest-20160706t112852805z", "reward_weight": 10000, - "root_author": "traderjeff", - "root_permlink": "comment-section-needs-a-quick-fix", + "root_author": "ash", + "root_permlink": "questions-steem-dollar-interest", "title": "", "total_payout_value": { - "amount": "66", + "amount": "42", "nai": "@@000000013", "precision": 3 }, @@ -1276,29 +1276,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T01:55:36", + "active": "2016-07-07T02:46:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 102, "beneficiaries": [], - "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", + "body": "Just post something there that says your username here.", "cashout_time": "1969-12-31T23:59:59", "category": "introduceyourself", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T01:55:36", + "created": "2016-07-07T01:23:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 89865, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", - "last_payout": "2016-08-13T03:13:27", - "last_update": "2016-07-13T01:55:36", + "depth": 3, + "id": 59467, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:08:33", + "last_update": "2016-07-07T01:23:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1307,16 +1307,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "noodhoog", - "parent_permlink": "hello-steemit", + "parent_author": "ericvancewalton", + "parent_permlink": "re-dan-re-ericvancewalton-hi-i-m-eric-20160706t205129226z", "percent_hbd": 10000, - "permlink": "re-noodhoog-hello-steemit-20160713t015532646z", + "permlink": "re-ericvancewalton-re-dan-re-ericvancewalton-hi-i-m-eric-20160707t012310824z", "reward_weight": 10000, - "root_author": "noodhoog", - "root_permlink": "hello-steemit", + "root_author": "ericvancewalton", + "root_permlink": "hi-i-m-eric", "title": "", "total_payout_value": { - "amount": "0", + "amount": "24", "nai": "@@000000013", "precision": 3 }, @@ -1325,29 +1325,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T00:02:33", + "active": "2016-07-14T01:57:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 109, + "author": "dantheman", + "author_rewards": 102, "beneficiaries": [], - "body": "Your steem receive address is just your account name: moneymarket", + "body": "Just remember your Rights don't come from the constitution. Also, armed resistance to government is far less effective than non-violent alternatives. Steem is a non-violent alternative.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcoin", - "children": 0, + "category": "armed", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T00:02:33", + "created": "2016-07-07T01:30:57", "curator_payout_value": { - "amount": "22", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 102799, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "2016-08-14T00:30:18", - "last_update": "2016-07-14T00:02:33", + "id": 59480, + "json_metadata": "{\"tags\":[\"armed\"]}", + "last_payout": "2016-08-14T01:55:12", + "last_update": "2016-07-07T01:30:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1355,17 +1355,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "moneymarket", - "parent_permlink": "bitcoin-to-steem", + "net_votes": 3, + "parent_author": "venuspcs", + "parent_permlink": "introducing-the-society-of-armed-americans", "percent_hbd": 10000, - "permlink": "re-moneymarket-bitcoin-to-steem-20160714t000235639z", + "permlink": "re-venuspcs-introducing-the-society-of-armed-americans-20160707t013056646z", "reward_weight": 10000, - "root_author": "moneymarket", - "root_permlink": "bitcoin-to-steem", + "root_author": "venuspcs", + "root_permlink": "introducing-the-society-of-armed-americans", "title": "", "total_payout_value": { - "amount": "77", + "amount": "24", "nai": "@@000000013", "precision": 3 }, @@ -1374,29 +1374,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T13:32:24", + "active": "2016-07-08T01:12:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 99, "beneficiaries": [], - "body": "T\nHe asked a legitimate question. I have extensive experience in emotional release work. What is your experience upon which you base your judgement?", + "body": "The votes are public record and collusion is easy to statistically evaluate for abuse. People downvote garbage that is overpaid. \n\nEvery voter has vested interest in long term.", "cashout_time": "1969-12-31T23:59:59", - "category": "rape", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-14T03:31:09", + "created": "2016-07-08T01:12:45", "curator_payout_value": { - "amount": "0", + "amount": "7", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 104720, - "json_metadata": "{\"tags\":[\"rape\"]}", - "last_payout": "2016-08-24T01:27:18", - "last_update": "2016-07-14T03:31:09", + "depth": 1, + "id": 62387, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-12T12:54:51", + "last_update": "2016-07-08T01:12:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1405,16 +1405,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "bacchist", - "parent_permlink": "re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t031103376z", + "parent_author": "shawn-brewer", + "parent_permlink": "checks-and-balances", "percent_hbd": 10000, - "permlink": "re-bacchist-re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t033110960z", + "permlink": "re-shawn-brewer-checks-and-balances-20160708t011245543z", "reward_weight": 10000, - "root_author": "earnest", - "root_permlink": "laura-lemons-how-many-times-did-you-get-raped", + "root_author": "shawn-brewer", + "root_permlink": "checks-and-balances", "title": "", "total_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, @@ -1423,29 +1423,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T21:21:36", + "active": "2016-07-08T01:53:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 506, + "author": "dantheman", + "author_rewards": 207, "beneficiaries": [], - "body": "This post is highly misleading. \n\n\"guerrint\" has not only NOT cashed out, she is actively curating. I expect that she is carefully considering and preparing her next post. \n\nIt is posters like \"positive\", posting **many times a DAY** with repetitious negativity and bile, that are trying to cash out at the expense of the overall ecosystem. He has so stated and is advising others to do the same.", + "body": "I thought the article was poorly articulated.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 9, + "category": "crypto-news", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-22T15:52:18", + "created": "2016-07-08T01:53:27", "curator_payout_value": { - "amount": "80", + "amount": "8", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 276092, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T22:46:21", - "last_update": "2016-07-22T15:52:18", + "id": 62457, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-08T09:53:45", + "last_update": "2016-07-08T01:53:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1453,17 +1453,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "positive", - "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "net_votes": 2, + "parent_author": "steem1", + "parent_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", "percent_hbd": 10000, - "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t155216423z", + "permlink": "re-steem1-dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability-20160708t015326661z", "reward_weight": 10000, - "root_author": "positive", - "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "root_author": "steem1", + "root_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", "title": "", "total_payout_value": { - "amount": "1774", + "amount": "48", "nai": "@@000000013", "precision": 3 }, @@ -1472,29 +1472,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T16:33:48", + "active": "2016-07-09T14:09:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I sure have read your bile.\nhttps://steemit.com/@positive\n\nYou come across as a very bitter man who thinks the universe is a cold and nasty place out to get him. I would highly recommend that you seek out therapy. \n\nI would also highly recommend that you read the blogs of the creator of this opportunity called steemit, Dan Larimer, a very intelligent and highly ethical man. He is not out to get you. Nor is the Universe.\n\n**Attitude is everything!**", + "body": "The structure is nothing like Bitcoin. It is able to store kb if data per Trx.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "blockchain", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-22T16:33:48", + "created": "2016-07-09T14:09:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 276835, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/@positive\"]}", - "last_payout": "2016-08-24T22:46:21", - "last_update": "2016-07-22T16:33:48", + "depth": 1, + "id": 68812, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-09T14:48:27", + "last_update": "2016-07-09T14:09:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1502,14 +1502,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "positive", - "parent_permlink": "re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t160256974z", + "net_votes": 2, + "parent_author": "amogue", + "parent_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", "percent_hbd": 10000, - "permlink": "re-positive-re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t163345952z", + "permlink": "re-amogue-how-is-data-text-and-images-recorded-on-steemit-blockchain-20160709t140926330z", "reward_weight": 10000, - "root_author": "positive", - "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "root_author": "amogue", + "root_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", "title": "", "total_payout_value": { "amount": "0", @@ -1521,29 +1521,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T00:54:18", + "active": "2016-07-28T13:46:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 309, + "author": "dantheman", + "author_rewards": 881345, "beneficiaries": [], - "body": "Here you go: \n\n**Steemit in the Streets! Tara gets interviews and reactions from people who've never seen Steemit!**\nhttps://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\n\nAre you going to man-up and apologize to her and to the steemit community?", + "body": "
![](http://forklog.net/wp-content/uploads/2015/10/pospow.png)
\n\nProof of Work does not make a blockchain irreversible. Many people have made this claim to me during recent interviews. They stated it with such certainty that I didn\u2019t dare correct them on the spot.\n\nI believe this myth has its origin in the defense of proof of work relative to proof of stake blockchains. The argument is that without proof of work anyone could rewrite the history of the blockchain. The erroneous conclusion is that proof of work makes the blockchain irreversible.\n\n## What Makes it Irreversible \n\nThere are three things that make a blockchain irreversible:\n\n1. hash-linked blocks \n2. public record \n3. public opinion \n\nThe reality is that blockchain irreversibility comes from a public broadcast where many independent observers have recorded the same events. These events are hash-linked which means the public cannot change one event without changing *everything* that happened after it. If someone wants to change the history, then everyone would see it is a change. Public opinion would be firmly behind the original order of events because any other history would be a lie.\n\nYou will notice that there is no need for computationally expensive proof of work to ensure the record is irreversible. You just need enough independent parties who agree on a common history.\n\n## Immutable is independent from Irreversible \n\nA blockchain may log all events into an immutable record, but a record is meaningless on its own. What gives a record value is people\u2019s opinion and perception. This means that people can choose to ignore or reinterpret the ledger without actually changing the ledger. \n\n### Ethereum is Reversing Transactions\n\nThe fact that Ethereum, a proof of work blockchain, is reversing the effects of a transaction is proof that having an immutable record doesn\u2019t make transactions immutable. The people who use Ethereum have collectively decided to reinterpret the immutable history in such a way that produces a better outcome for almost everyone. \n\n## Value of Proof of Work\n\nProof of work provides an objective metric of value invested (sunk cost). This objective metric can be used to authenticate with high probability that a certain history had the backing of public opinion. Without the backing of public opinion the values represented by the data would be worthless. Hence, proof of work is strong evidence of public opinion, but not absolute proof. \n\n\n## Root of Confusion \nThis may be the root of the confusion. People are mixing up the evidence with the thing the evidence is proving. This would be like someone claiming that a particular set of finger prints cause murders. A person murders someone, the finger prints are just evidence.\n\nLikewise, public opinion secures immutability and proof of work is just the evidence that someone believed the public opinion placed value on something in the past.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "blockchain", + "children": 24, "children_abs_rshares": 0, - "created": "2016-07-23T00:36:21", + "created": "2016-07-10T01:10:54", "curator_payout_value": { - "amount": "0", + "amount": "6137", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 286259, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\"]}", - "last_payout": "2016-08-24T22:46:21", - "last_update": "2016-07-23T00:36:21", + "depth": 0, + "id": 71212, + "json_metadata": "{\"tags\":[\"blockchain\",\"proofofwork\"],\"image\":[\"http://forklog.net/wp-content/uploads/2015/10/pospow.png\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T01:10:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1551,17 +1551,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "positive", - "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", + "net_votes": 195, + "parent_author": "", + "parent_permlink": "blockchain", "percent_hbd": 10000, - "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160723t003619631z", + "permlink": "the-myth-that-proof-of-work-creates-irreversibility", "reward_weight": 10000, - "root_author": "positive", - "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", - "title": "", + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "title": "The Myth that Proof of Work creates Irreversibility", "total_payout_value": { - "amount": "1083", + "amount": "243724", "nai": "@@000000013", "precision": 3 }, @@ -1570,29 +1570,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-24T17:58:15", + "active": "2016-07-10T01:40:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 307, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Flagged for multiple posts of the same content and for tagging it under \"introduceyourself\"", + "body": "You can trust your posting key without fear of funds being stolen.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steem-marketing", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-24T17:58:15", + "created": "2016-07-10T01:36:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 326875, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-24T17:57:54", - "last_update": "2016-07-24T17:58:15", + "id": 71302, + "json_metadata": "{\"tags\":[\"steem-marketing\"]}", + "last_payout": "2016-08-24T11:17:18", + "last_update": "2016-07-10T01:36:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1601,16 +1601,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 3, - "parent_author": "crazysmile", - "parent_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "parent_author": "trogdor", + "parent_permlink": "trust-and-third-party-steem-apps", "percent_hbd": 10000, - "permlink": "re-crazysmile-7cvukv-the-paradox-of-our-times-by-dalai-lama-20160724t175815755z", + "permlink": "re-trogdor-trust-and-third-party-steem-apps-20160710t013621075z", "reward_weight": 10000, - "root_author": "crazysmile", - "root_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", + "root_author": "trogdor", + "root_permlink": "trust-and-third-party-steem-apps", "title": "", "total_payout_value": { - "amount": "1114", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -1619,29 +1619,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-25T23:36:03", + "active": "2016-07-10T01:53:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "No, your post is not the same as this one. \n\nYour idea of \"showering\" a homeless person with sterling pounds is gimmicky and probably without any lasting benefit. You give little insight into the problems of the persons you have chosen to \"shower\" with sterling, nor what is really needed to help them. \n\nIf they need jobs, perhaps you might start an enterprise that could hire people of their skill set? \n\nIf they need companionship and/or counseling, perhaps you could fund some place that does that? Or help them find an existing one.\n\nHanding out sterling to the homeless may only makes you feel good about yourself while avoiding doing anything constructive to alleviate a tragic problem.", + "body": "You are only protected when less than 90% of steem is powered up.", "cashout_time": "1969-12-31T23:59:59", - "category": "homeless", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T23:36:03", + "created": "2016-07-10T01:47:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 361173, - "json_metadata": "{\"tags\":[\"homeless\"]}", - "last_payout": "2016-08-25T18:58:54", - "last_update": "2016-07-25T23:36:03", + "depth": 1, + "id": 71347, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:33", + "last_update": "2016-07-10T01:47:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1649,14 +1649,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "flyover", - "parent_permlink": "re-brookdemar-i-m-homeless-but-not-forgotten-20160725t183120837z", + "net_votes": 2, + "parent_author": "nomoreheroes7", + "parent_permlink": "how-well-is-steem-power-protected-from-inflation-really", "percent_hbd": 10000, - "permlink": "re-flyover-re-brookdemar-i-m-homeless-but-not-forgotten-20160725t233602165z", + "permlink": "re-nomoreheroes7-how-well-is-steem-power-protected-from-inflation-really-20160710t014745389z", "reward_weight": 10000, - "root_author": "brookdemar", - "root_permlink": "i-m-homeless-but-not-forgotten", + "root_author": "nomoreheroes7", + "root_permlink": "how-well-is-steem-power-protected-from-inflation-really", "title": "", "total_payout_value": { "amount": "0", @@ -1668,29 +1668,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T00:12:00", + "active": "2016-07-10T14:10:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 142, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "This has already been posted by the author.\n\nSteemit's REAL Diabolical Plan For WORLD DOMINATION\nhttps://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination", + "body": "Downvoted because preview pic makes steemit look trashy.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-26T00:10:45", + "created": "2016-07-10T13:35:18", "curator_payout_value": { - "amount": "39", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 361899, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination\"]}", - "last_payout": "2016-08-26T00:20:09", - "last_update": "2016-07-26T00:12:00", + "id": 73586, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-11T16:56:18", + "last_update": "2016-07-10T13:35:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1698,17 +1698,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "alexander1", - "parent_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "net_votes": 0, + "parent_author": "steemswede", + "parent_permlink": "greetings-from-sweden-ask-me-anything", "percent_hbd": 10000, - "permlink": "re-alexander1-steemit-isn-t-a-social-network-it-s-an-economic-system-20160726t001042256z", + "permlink": "re-steemswede-greetings-from-sweden-ask-me-anything-20160710t133517243z", "reward_weight": 10000, - "root_author": "alexander1", - "root_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", + "root_author": "steemswede", + "root_permlink": "greetings-from-sweden-ask-me-anything", "title": "", "total_payout_value": { - "amount": "506", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -1717,29 +1717,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T07:47:18", + "active": "2016-07-14T13:25:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 141, "beneficiaries": [], - "body": "Frequent voting causes the power of your vote to diminish. But it does recharge when you stop voting for a while.", + "body": "Keep your owner key in cold storage and log in with your posting private key. Do these two things and you should be safe.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-26T07:34:45", + "created": "2016-07-10T13:43:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 368292, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T07:04:33", - "last_update": "2016-07-26T07:34:45", + "id": 73618, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:19:51", + "last_update": "2016-07-10T13:43:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1747,17 +1747,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "addicted", - "parent_permlink": "upvote-value", + "net_votes": 1, + "parent_author": "tyanderson", + "parent_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", "percent_hbd": 10000, - "permlink": "re-addicted-upvote-value-20160726t073443803z", + "permlink": "re-tyanderson-what-is-the-likelihood-of-our-steemit-wallet-being-hacked-20160710t134343793z", "reward_weight": 10000, - "root_author": "addicted", - "root_permlink": "upvote-value", + "root_author": "tyanderson", + "root_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", "title": "", "total_payout_value": { - "amount": "0", + "amount": "97", "nai": "@@000000013", "precision": 3 }, @@ -1766,29 +1766,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T22:16:15", + "active": "2016-07-10T13:44:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 302, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "This is not your original work, and you failed to cite the source. That is called plagiarism and it is highly frowned upon in this community.", + "body": "Anyone can create one.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T07:39:36", + "created": "2016-07-10T13:44:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 368346, + "id": 73621, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T07:40:33", - "last_update": "2016-07-26T07:39:36", + "last_payout": "2016-08-10T12:51:24", + "last_update": "2016-07-10T13:44:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1796,17 +1796,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "jasmine-l", - "parent_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "net_votes": 1, + "parent_author": "wisen", + "parent_permlink": "is-there-android-or-iphone-app-for-steemit", "percent_hbd": 10000, - "permlink": "re-jasmine-l-steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme-20160726t073933946z", + "permlink": "re-wisen-is-there-android-or-iphone-app-for-steemit-20160710t134445176z", "reward_weight": 10000, - "root_author": "jasmine-l", - "root_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", + "root_author": "wisen", + "root_permlink": "is-there-android-or-iphone-app-for-steemit", "title": "", "total_payout_value": { - "amount": "1074", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -1815,29 +1815,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T17:43:39", + "active": "2016-07-10T22:24:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 475, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "You are reconsidering your plans based on a comment by r4fken ?\n\nHave you seen some of the shit he DOES think is funny (like his ongoing mocking posts of him getting naked)? I do wish that he would self-censor.\n\nI think nuclear engineers may not be the best standard setters for what constitutes valuable posts or what is good for Steemit.", + "body": "Rewards are paid in steem power and dollars. Both of these support price.", "cashout_time": "1969-12-31T23:59:59", - "category": "meme", - "children": 0, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-27T17:43:39", + "created": "2016-07-10T21:28:57", "curator_payout_value": { - "amount": "159", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 410769, - "json_metadata": "{\"tags\":[\"meme\"]}", - "last_payout": "2016-08-27T05:08:09", - "last_update": "2016-07-27T17:43:39", + "depth": 1, + "id": 75437, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-10T21:45:39", + "last_update": "2016-07-10T21:28:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1846,16 +1846,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "benjojo", - "parent_permlink": "re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t172901992z", + "parent_author": "picokernel", + "parent_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", "percent_hbd": 10000, - "permlink": "re-benjojo-re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t174335867z", + "permlink": "re-picokernel-discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem-20160710t212858166z", "reward_weight": 10000, - "root_author": "benjojo", - "root_permlink": "currying-favour-from-a-whale-can-be-demoralizing", + "root_author": "picokernel", + "root_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", "title": "", "total_payout_value": { - "amount": "1641", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -1864,29 +1864,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T20:11:21", + "active": "2016-07-10T22:06:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 506, + "author": "dantheman", + "author_rewards": 51, "beneficiaries": [], - "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "body": "Double spend on steem is impossible. But it is still possible on Bitcoin.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 3, + "category": "blockchain", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-28T20:32:21", + "created": "2016-07-10T22:06:48", "curator_payout_value": { - "amount": "109", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 445862, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-28T06:27:51", - "last_update": "2016-07-28T20:39:39", + "depth": 2, + "id": 75633, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T01:13:24", + "last_update": "2016-07-10T22:06:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1894,17 +1894,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "r4fken", - "parent_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "net_votes": 2, + "parent_author": "tocode", + "parent_permlink": "re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t200153477z", "percent_hbd": 10000, - "permlink": "re-r4fken-why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong-20160728t203215243z", + "permlink": "re-tocode-re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t220648995z", "reward_weight": 10000, - "root_author": "r4fken", - "root_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", + "root_author": "dantheman", + "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", "title": "", "total_payout_value": { - "amount": "1682", + "amount": "30", "nai": "@@000000013", "precision": 3 }, @@ -1913,29 +1913,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T12:47:27", + "active": "2016-07-11T01:49:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 514, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "body": "Sha256 is only one step of the hash function. The full proof-of-work requires elliptic-curve operations that are used for signature verification. Optimizing the proof of work should improve the whole platform's key computational bottleneck.", "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 1, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-28T20:33:12", + "created": "2016-07-11T01:30:15", "curator_payout_value": { - "amount": "79", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 445886, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-28T08:19:51", - "last_update": "2016-07-28T20:38:39", + "id": 76413, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T12:24:30", + "last_update": "2016-07-11T01:30:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1944,16 +1944,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "r4fken", - "parent_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "parent_author": "ibnu", + "parent_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", "percent_hbd": 10000, - "permlink": "re-r4fken-steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r-20160728t203305755z", + "permlink": "re-ibnu-nice-selection-of-steemit-in-choosing-256-as-hash-algorithm-20160711t013015790z", "reward_weight": 10000, - "root_author": "r4fken", - "root_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", + "root_author": "ibnu", + "root_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", "title": "", "total_payout_value": { - "amount": "1700", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -1962,29 +1962,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T00:35:27", + "active": "2016-07-11T01:37:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 607, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "After reading some of your posts from a week ago I conclude that you may have mental issues to deal with. This is probably not the right place to deal with them.", + "body": "We are still around, but there is more content than a couple of dozen people can read and vote on.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T00:18:30", + "created": "2016-07-11T01:37:12", "curator_payout_value": { - "amount": "3", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 451128, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-28T12:16:12", - "last_update": "2016-07-29T00:18:30", + "id": 76426, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-11T02:02:15", + "last_update": "2016-07-11T01:37:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -1992,17 +1992,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "btcto100k", - "parent_permlink": "steemit-exposed", + "net_votes": 1, + "parent_author": "william-noe", + "parent_permlink": "where-have-all-the-whales-gone", "percent_hbd": 10000, - "permlink": "re-btcto100k-steemit-exposed-20160729t001826124z", + "permlink": "re-william-noe-where-have-all-the-whales-gone-20160711t013713141z", "reward_weight": 10000, - "root_author": "btcto100k", - "root_permlink": "steemit-exposed", + "root_author": "william-noe", + "root_permlink": "where-have-all-the-whales-gone", "title": "", "total_payout_value": { - "amount": "1947", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -2011,29 +2011,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T00:35:27", + "active": "2016-07-11T12:18:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Dummies Guide to Keeping Your Cool on Steemit!\nhttps://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit", + "body": "This implies Bitcoin is getting 1000 new users per day on average since its founding.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "bitcoin", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T00:35:27", + "created": "2016-07-11T12:07:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 451438, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit\"]}", - "last_payout": "2016-08-28T12:16:12", - "last_update": "2016-07-29T00:35:27", + "depth": 1, + "id": 78332, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-19T13:28:24", + "last_update": "2016-07-11T12:07:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2041,14 +2041,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "btcto100k", - "parent_permlink": "re-erath-re-btcto100k-steemit-exposed-20160729t002615388z", + "net_votes": 0, + "parent_author": "hisnameisolllie", + "parent_permlink": "how-many-people-own-bitcoin", "percent_hbd": 10000, - "permlink": "re-btcto100k-re-erath-re-btcto100k-steemit-exposed-20160729t003521452z", + "permlink": "re-hisnameisolllie-how-many-people-own-bitcoin-20160711t120733543z", "reward_weight": 10000, - "root_author": "btcto100k", - "root_permlink": "steemit-exposed", + "root_author": "hisnameisolllie", + "root_permlink": "how-many-people-own-bitcoin", "title": "", "total_payout_value": { "amount": "0", @@ -2060,29 +2060,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T11:18:00", + "active": "2016-07-12T18:28:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 1572, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "You have highlighted an extremely important issue. Thank you!", + "body": "Flagged for misleading description of function.", "cashout_time": "1969-12-31T23:59:59", - "category": "translation", - "children": 3, + "category": "money", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T06:40:36", + "created": "2016-07-11T23:42:57", "curator_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 456802, - "json_metadata": "{\"tags\":[\"translation\"]}", - "last_payout": "2016-08-28T19:49:57", - "last_update": "2016-07-29T06:40:36", + "id": 81512, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-24T03:35:21", + "last_update": "2016-07-11T23:42:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2090,17 +2090,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "deanliu", - "parent_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "net_votes": 2, + "parent_author": "stealthtrader", + "parent_permlink": "earning-money-for-voting-early-steem-power", "percent_hbd": 10000, - "permlink": "re-deanliu-translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit-20160729t064028855z", + "permlink": "re-stealthtrader-earning-money-for-voting-early-steem-power-20160711t234257366z", "reward_weight": 10000, - "root_author": "deanliu", - "root_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", + "root_author": "stealthtrader", + "root_permlink": "earning-money-for-voting-early-steem-power", "title": "", "total_payout_value": { - "amount": "5008", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -2109,29 +2109,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T01:34:27", + "active": "2016-07-11T23:50:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 514, + "author": "dantheman", + "author_rewards": 18, "beneficiaries": [], - "body": "You forgot to actually say anything about yourself in either post.", + "body": "This week.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-30T01:34:27", + "created": "2016-07-11T23:50:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 478287, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-29T13:52:03", - "last_update": "2016-07-30T01:34:27", + "id": 81546, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T09:46:54", + "last_update": "2016-07-11T23:50:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2140,16 +2140,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "cbncb6", - "parent_permlink": "trying-to-figure-this-out", + "parent_author": "kingjohal", + "parent_permlink": "future-ability-to-follow-steemit-bloggers", "percent_hbd": 10000, - "permlink": "re-cbncb6-trying-to-figure-this-out-20160730t013420085z", + "permlink": "re-kingjohal-future-ability-to-follow-steemit-bloggers-20160711t235022997z", "reward_weight": 10000, - "root_author": "cbncb6", - "root_permlink": "trying-to-figure-this-out", + "root_author": "kingjohal", + "root_permlink": "future-ability-to-follow-steemit-bloggers", "title": "", "total_payout_value": { - "amount": "1454", + "amount": "64", "nai": "@@000000013", "precision": 3 }, @@ -2158,29 +2158,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T22:50:57", + "active": "2016-07-12T22:13:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 457, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "If you are \"just worried about people saying negative things about our platform\",\n\n**Why use such a very negative Title for your post? Not a good move.**", + "body": "Thanks for the tips. I have our team on it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-30T22:50:57", + "created": "2016-07-12T00:19:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 500116, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T10:48:06", - "last_update": "2016-07-30T22:50:57", + "id": 81731, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-15T12:09:45", + "last_update": "2016-07-12T00:19:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2189,16 +2189,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "mahekg", - "parent_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "parent_author": "spaced", + "parent_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", "percent_hbd": 10000, - "permlink": "re-mahekg-expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail-20160730t225047975z", + "permlink": "re-spaced-steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just-20160712t001931624z", "reward_weight": 10000, - "root_author": "mahekg", - "root_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", + "root_author": "spaced", + "root_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", "title": "", "total_payout_value": { - "amount": "1267", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -2207,29 +2207,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T01:37:33", + "active": "2016-07-12T02:09:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 987, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I don't want Ned and Dan to start all over. But they did make the code open source. \n\nSo I want YOU to start your own version of this site and give me lots of shares in it. OK?", + "body": "Stop by steem headquarters in Blacksburg va, right in middle of Appalachia!!", "cashout_time": "1969-12-31T23:59:59", - "category": "ponzi", - "children": 0, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T01:37:33", + "created": "2016-07-12T01:46:54", "curator_payout_value": { - "amount": "372", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 549622, - "json_metadata": "{\"tags\":[\"ponzi\"]}", - "last_payout": "2016-09-01T15:25:18", - "last_update": "2016-08-02T01:37:33", + "id": 82174, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T02:30:33", + "last_update": "2016-07-12T01:46:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2237,17 +2237,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "howard3", - "parent_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "net_votes": 1, + "parent_author": "katecloud", + "parent_permlink": "hi-im-kate-cloud", "percent_hbd": 10000, - "permlink": "re-howard3-founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands-20160802t013732533z", + "permlink": "re-katecloud-hi-im-kate-cloud-20160712t014654671z", "reward_weight": 10000, - "root_author": "howard3", - "root_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", + "root_author": "katecloud", + "root_permlink": "hi-im-kate-cloud", "title": "", "total_payout_value": { - "amount": "2388", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -2256,29 +2256,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T19:32:24", + "active": "2016-07-12T12:35:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 255, + "author": "dantheman", + "author_rewards": 166, "beneficiaries": [], - "body": "Try investigating his story a little before forming an opinion. What post of his supposedly received $407?", + "body": "Remember market cap grows n2 the number of users. B", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-02T19:20:06", + "created": "2016-07-12T12:13:12", "curator_payout_value": { - "amount": "195", + "amount": "31", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 565465, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T08:55:00", - "last_update": "2016-08-02T19:20:18", + "depth": 1, + "id": 84874, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T19:17:33", + "last_update": "2016-07-12T12:13:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2287,16 +2287,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 3, - "parent_author": "mythras", - "parent_permlink": "re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t172955093z", + "parent_author": "hisnameisolllie", + "parent_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", "percent_hbd": 10000, - "permlink": "re-mythras-re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t192003243z", + "permlink": "re-hisnameisolllie-steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up-20160712t121311948z", "reward_weight": 10000, - "root_author": "johnnyyash", - "root_permlink": "breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings", + "root_author": "hisnameisolllie", + "root_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", "title": "", "total_payout_value": { - "amount": "606", + "amount": "96", "nai": "@@000000013", "precision": 3 }, @@ -2305,29 +2305,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T00:58:30", + "active": "2016-07-13T02:37:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 629, + "author": "dantheman", + "author_rewards": 256, "beneficiaries": [], - "body": "Actually, if you build up a following here it is probably **the best place for people who\"create content online for a living\".** But no free lunch. You have to put in the effort.", + "body": "Rate will fall until it hits a min rate in about 9 months.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T00:24:09", + "created": "2016-07-12T17:14:03", "curator_payout_value": { - "amount": "73", + "amount": "46", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 570540, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T08:32:54", - "last_update": "2016-08-03T00:24:09", + "depth": 1, + "id": 86547, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-12T17:14:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2335,17 +2335,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 14, - "parent_author": "jenelyn", - "parent_permlink": "re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160802t194812062z", + "net_votes": 8, + "parent_author": "lukestokes", + "parent_permlink": "do-you-know-your-steem-power-interest-rate", "percent_hbd": 10000, - "permlink": "re-jenelyn-re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160803t002407911z", + "permlink": "re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171403169z", "reward_weight": 10000, - "root_author": "piedpiper", - "root_permlink": "have-you-missed-the-steem-boat", + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", "title": "", "total_payout_value": { - "amount": "1497", + "amount": "156", "nai": "@@000000013", "precision": 3 }, @@ -2354,29 +2354,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T03:16:15", + "active": "2016-07-14T05:14:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 251, + "author": "dantheman", + "author_rewards": 8992, "beneficiaries": [], - "body": "**Everyday Parenting Ideas: I Hate You! 6 Tips for Surviving Teen Angst:**\nhttp://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\n\n(Not that I think your post is anything but an expression of artistic brilliance and radical insight)", + "body": "please ignore", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "spam", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-04T03:16:15", + "created": "2016-07-12T19:17:39", "curator_payout_value": { - "amount": "0", + "amount": "91", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 594279, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\"]}", - "last_payout": "2016-09-03T21:27:03", - "last_update": "2016-08-04T03:16:15", + "depth": 0, + "id": 87417, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-21T16:43:24", + "last_update": "2016-07-12T19:17:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2384,17 +2384,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "logic", - "parent_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", + "net_votes": 35, + "parent_author": "", + "parent_permlink": "spam", "percent_hbd": 10000, - "permlink": "re-logic-steemit-as-direct-projection-of-delusion-of-american-dream-20160804t031609626z", + "permlink": "spam-test", "reward_weight": 10000, - "root_author": "logic", - "root_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", - "title": "", + "root_author": "dantheman", + "root_permlink": "spam-test", + "title": "Spam Test", "total_payout_value": { - "amount": "216", + "amount": "5512", "nai": "@@000000013", "precision": 3 }, @@ -2403,29 +2403,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T22:44:15", + "active": "2016-07-12T19:54:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 683, "beneficiaries": [], - "body": "If you spent a little time and effort putting some decent formatting into your post, instead of it appearing as a wall of text, I might be incentivized to actually read through your thoughts - despite an obviously slanted title.\n\nBut as it is, I clicked on your post, saw the lack of effort put in to formatting and making it visually appealing, and decided not to read let alone upvote. There are a thousand other posts. I am searching for posts to upvote that have not only good content (whether I agree with it or not), but show effort being put into formatting and presentation.", + "body": "We will add a blacklist of accounts to the GUI to prevent people from sending to them. You will still be able to send on the CLI.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T22:44:15", + "created": "2016-07-12T19:54:51", "curator_payout_value": { - "amount": "0", + "amount": "120", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 611898, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-04T10:51:12", - "last_update": "2016-08-04T22:44:15", + "id": 87660, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T23:21:42", + "last_update": "2016-07-12T19:54:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2433,17 +2433,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "macartem", - "parent_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "net_votes": 8, + "parent_author": "derekareith", + "parent_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", "percent_hbd": 10000, - "permlink": "re-macartem-donald-trump-has-americanized-vladimir-putin-s-war-on-truth-20160804t224411036z", + "permlink": "re-derekareith-psa-warning-to-newbies-trying-to-send-to-bittex-20160712t195452088z", "reward_weight": 10000, - "root_author": "macartem", - "root_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", + "root_author": "derekareith", + "root_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", "title": "", "total_payout_value": { - "amount": "0", + "amount": "418", "nai": "@@000000013", "precision": 3 }, @@ -2452,29 +2452,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:12:36", + "active": "2016-07-12T20:40:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 251, "beneficiaries": [], - "body": "Flagged for wrong tag. This has nothing to do with \"steemit\"", + "body": "I am a major procrastinator!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "video", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T23:12:36", + "created": "2016-07-12T20:21:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 636672, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T11:13:09", - "last_update": "2016-08-05T23:12:36", + "id": 87908, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-14T01:48:48", + "last_update": "2016-07-12T20:21:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2482,17 +2482,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "rednetkjh", - "parent_permlink": "let-this-guy-help-you", + "net_votes": 1, + "parent_author": "tynx", + "parent_permlink": "the-surprising-habits-of-original-thinkers", "percent_hbd": 10000, - "permlink": "re-rednetkjh-let-this-guy-help-you-20160805t231237387z", + "permlink": "re-tynx-the-surprising-habits-of-original-thinkers-20160712t202133293z", "reward_weight": 10000, - "root_author": "rednetkjh", - "root_permlink": "let-this-guy-help-you", + "root_author": "tynx", + "root_permlink": "the-surprising-habits-of-original-thinkers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "177", "nai": "@@000000013", "precision": 3 }, @@ -2501,29 +2501,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T09:21:03", + "active": "2016-07-13T00:40:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 422, "beneficiaries": [], - "body": "@greatone **It is better to keep silent and have people think that you are an idiot than to open your mouth and remove all doubt.**", + "body": "We are having record traffic with a large number of simultaneous users on the site. The bug occured while we were upgrading to handle additional capacity.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-11T04:35:03", + "created": "2016-07-13T00:20:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 739757, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"greatone\"]}", - "last_payout": "2016-09-10T17:01:51", - "last_update": "2016-08-11T04:35:03", + "depth": 1, + "id": 89123, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-14T12:59:33", + "last_update": "2016-07-13T00:20:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2531,17 +2531,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "greatone", - "parent_permlink": "re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t042718297z", + "net_votes": 3, + "parent_author": "marsresident", + "parent_permlink": "itr-bypermlinkidx-end", "percent_hbd": 10000, - "permlink": "re-greatone-re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t043458327z", + "permlink": "re-marsresident-itr-bypermlinkidx-end-20160713t002110361z", "reward_weight": 10000, - "root_author": "greatone", - "root_permlink": "steemit-is-a-scam-and-i-have-proof-look-inside", + "root_author": "marsresident", + "root_permlink": "itr-bypermlinkidx-end", "title": "", "total_payout_value": { - "amount": "0", + "amount": "324", "nai": "@@000000013", "precision": 3 }, @@ -2549,79 +2549,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 4821520113565, - "active": "2016-08-18T16:22:33", + "abs_rshares": 0, + "active": "2016-07-13T00:28:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 2806, + "author": "dantheman", + "author_rewards": 503, "beneficiaries": [], - "body": "**I see it!**", - "cashout_time": "2016-08-25T16:22:33", - "category": "photography", - "children": 0, + "body": "Not only is it possible, but it is the most advanced account infrastructure of any chain.\n\nhttps://steem.io/documentation/dynamic-account-permissions/\n\nEffectively, all accounts have 3 levels of authority by default. It supports threshold multi-sig and recursive / nested accounts. This goes far beyond every other platform except BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-18T16:22:33", + "created": "2016-07-13T00:23:00", "curator_payout_value": { - "amount": "1354", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 873186, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-20T03:16:21", - "last_update": "2016-08-18T16:22:33", + "depth": 1, + "id": 89150, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://steem.io/documentation/dynamic-account-permissions/\"]}", + "last_payout": "2016-08-14T13:17:24", + "last_update": "2016-07-13T00:23:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 4821520113565, - "net_votes": 6, - "parent_author": "shaka", - "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "spaced", + "parent_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", "percent_hbd": 10000, - "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z", + "permlink": "re-spaced-how-do-you-create-multisignature-accounts-in-steem-is-this-possible-20160713t002313237z", "reward_weight": 10000, - "root_author": "kus-knee", - "root_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you", + "root_author": "spaced", + "root_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", "title": "", "total_payout_value": { - "amount": "4172", + "amount": "374", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 10082315342047450576, - "vote_rshares": 4821520113565 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-22T00:49:57", + "active": "2016-07-13T01:11:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 436, "beneficiaries": [], - "body": "What does this have to do with \"food\", \"art\", or \"photography\"?\n\nFlagged for tag abuse.", - "cashout_time": "2016-08-29T00:49:57", - "category": "food", - "children": 0, + "body": "Steem Power gives people influence and clout on the platform. This is something of \"intrinsic\" value which will provide the base of demand. Everything else is all perception.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-22T00:49:57", + "created": "2016-07-13T00:47:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 927923, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-22T00:49:57", + "id": 89385, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T14:37:48", + "last_update": "2016-07-13T00:47:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2629,17 +2629,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jlwk0lb", - "parent_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "net_votes": 2, + "parent_author": "orly", + "parent_permlink": "what-gives-steem-value-long-term", "percent_hbd": 10000, - "permlink": "re-jlwk0lb-lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me-20160822t004955578z", + "permlink": "re-orly-what-gives-steem-value-long-term-20160713t004803924z", "reward_weight": 10000, - "root_author": "jlwk0lb", - "root_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", + "root_author": "orly", + "root_permlink": "what-gives-steem-value-long-term", "title": "", "total_payout_value": { - "amount": "0", + "amount": "334", "nai": "@@000000013", "precision": 3 }, @@ -2647,128 +2647,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 768206952752, - "active": "2016-08-22T20:54:27", + "abs_rshares": 0, + "active": "2016-07-31T10:57:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 350, + "author": "dantheman", + "author_rewards": 571250, "beneficiaries": [], - "body": "You are **not** a mini whale. You are at best a mini dolphin. And your posts are not thoughtful, interesting or helpful. They are counterproductive to the development of steem and dare I say even to yourself.\n\nHere is a thoughtful post discussing steemit by someone **who does understand business:**\n\n**How Steemit technology and principles can (and will) become the foundation of the future of management in companies (Featuring new author @sebastien)** \nhttps://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new", - "cashout_time": "2016-08-29T19:06:27", - "category": "new", - "children": 1, + "body": "
http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg
\n\nWhat if it were possible to build custom applications on top of Steem? If you think Steem is only here to serve the niche of social media, then I consider this you wakeup call. The Steem blockchain is already capable of supporting every kind of blockchain application you can conceive. Best of all, you don\u2019t need anyone\u2019s permission to start building your app today!\n\nThink of your favorite blockchain application. Is it [Auger](https://www.augur.net/) with is prediction markets? Is it The DAO? Is it general purpose smart contracts? Is it Dash with its privacy features? Is it decentralized voting or DNS? All of these things are possible on Steem today and you don\u2019t need Steemit\u2019s permission to do it.\n\n## Subchains not Sidechains\n\n[Sidechains](https://gendal.me/2014/10/26/a-simple-explanation-of-bitcoin-sidechains/) have been the go-to solution for adding features to the Bitcoin protocol. The general concept is that the Bitcoin blockchain doesn\u2019t need to know what happens on the side-chain so long as it can verify transfers into and out of the side chain.\n\nImplementing side chains is challenging. It requires synchronizing two independent, potentially forking, eventually consistent blockchains. An issue on either chain can greatly disrupt the whole system. \n\nA **subchain** is a new description for an old idea. Mastercoin and [CounterParty](http://counterparty.io/) are what I would consider **subchains**. All of their data is included on the Bitcoin blockchain. If Bitcoin forks, then the subchain follows. \n\nIn other words, a subchain is just a secondary interpretation of data on the main chain. Historically subchains haven\u2019t been practical because they are necessarily slower than the chain they run on. Bitcoin makes it very expensive to include data and every subchain operation requires Bitcoin fees to be paid.\n\n## Power of Steem Subchains\n\nOn Steem everything is different. There are no transaction fees and it is trivial to include arbitrary data on the blockchain. Here are some of the key benefits to subchains on Steem.\n\n1. Advanced Account Structures \n2. Pre-validated Account Authorities on Custom Operations\n3. No Transaction Fees \n4. Fast Block Times\n5. [TaPoS](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) (Transactions as Proof of Stake)\n\nWhat this means is that it is trivial to write custom applications as fully independent subchains. These applications don\u2019t need to worry about the complexities of network infrastructure nor do they even require access to money. \n\nThe advanced account structures means you can have multi-sig authority involving dozens of independent agents deterministically evaluating the custom operations on the Steem blockchains. These agents can then deterministically generate and sign transactions for processing withdraws from the subchain. The fast block times means that subchains don\u2019t have to wait long for confirmation before they can reliably create and sign transactions. The TaPoS feature ensures that transactions are only valid on a specific fork for a very short period of time. \n\n## Smart Contracts \n\nIt is fully possible to deploy an Ethereum Virtual Machine as a subchain on Steem. This Subchain could leverage the same algorithm Steem uses to ration bandwidth in order to ration computation. \n\nPerhaps more interesting is the fact that multiple types and instances of virtual machines can be run on the Steem network at the same time. \n\n## Conclusion\n\nEverything you think you like about other blockchain platforms can be implemented as a Steem Subchain. These subchains would almost certainly be faster, easier to use, and cheaper than anything else out there. Critically, these subchains would have easy access to the vast and growing user base of Steem. \n\nWhat could be better?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 39, "children_abs_rshares": 0, - "created": "2016-08-22T19:06:27", + "created": "2016-07-13T01:32:30", "curator_payout_value": { - "amount": "5", + "amount": "7449", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 939021, - "json_metadata": "{\"tags\":[\"new\"],\"users\":[\"sebastien\"],\"links\":[\"https://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new\"]}", - "last_payout": "2016-08-23T19:12:15", - "last_update": "2016-08-22T19:06:27", + "depth": 0, + "id": 89723, + "json_metadata": "{\"tags\":[\"steem\",\"sidechain\",\"subchain\",\"blockchain\",\"apps\"],\"image\":[\"http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg\"],\"links\":[\"https://www.augur.net/\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:32:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 768206952752, - "net_votes": 2, - "parent_author": "juneaugoldbuyer", - "parent_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", + "net_rshares": 0, + "net_votes": 370, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-juneaugoldbuyer-if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale-20160822t190626559z", + "permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", "reward_weight": 10000, - "root_author": "juneaugoldbuyer", - "root_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", - "title": "", + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "title": "How Anyone can Build Custom Apps on Steem right Now!", "total_payout_value": { - "amount": "506", + "amount": "367312", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2971959311640531352, - "vote_rshares": 768206952752 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 268757205544, - "active": "2016-09-12T20:10:09", + "abs_rshares": 0, + "active": "2016-07-13T19:51:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 102, + "author": "dantheman", + "author_rewards": 241, "beneficiaries": [], - "body": "**\"because everybody knows there is only one truth, but that doesn't automatically mean that our current system is designed to convey that one genuine truth.\"**\n\nThere is often **more** than one truth for our limited human minds.\n\nFor example: \n- photons of light act like waves\n - photons of light act like particles", - "cashout_time": "2016-09-19T20:05:03", - "category": "philosophy", + "body": "Every action on this website generates a signed transaction that is broadcast on a P2P network. This is just a light client like blockchain.info.\n\nThe magic is that you don't realize it is a blockchain, yet under the hood it is. Anyone can run a full node on their local machine and have access to all content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "helloworld", "children": 1, "children_abs_rshares": 0, - "created": "2016-09-12T20:05:03", + "created": "2016-07-13T01:33:48", "curator_payout_value": { - "amount": "0", + "amount": "31", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1223734, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-09-14T01:17:48", - "last_update": "2016-09-12T20:07:09", + "id": 89729, + "json_metadata": "{\"tags\":[\"helloworld\"]}", + "last_payout": "2016-08-13T02:47:15", + "last_update": "2016-07-13T01:33:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 268757205544, - "net_votes": 2, - "parent_author": "alexgr", - "parent_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "miketwenty1", + "parent_permlink": "who-is-hosting-this-data", "percent_hbd": 10000, - "permlink": "re-alexgr-wikipedia-the-truth-and-the-eye-of-kennedy-20160912t200502069z", + "permlink": "re-miketwenty1-who-is-hosting-this-data-20160713t013403375z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", + "root_author": "miketwenty1", + "root_permlink": "who-is-hosting-this-data", "title": "", "total_payout_value": { - "amount": "66", + "amount": "152", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1161390809998931585, - "vote_rshares": 268757205544 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-09-13T11:15:03", + "active": "2016-07-13T01:58:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "erath", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 962, "beneficiaries": [], - "body": "I don't think that you will get many upvotes unless you tell us a little about the image. It is especially important to let us know if it is your original work. If it is, you might want to describe the medium used or method of production.", - "cashout_time": "2016-09-19T20:16:15", - "category": "art", + "body": "3 second blocktimes and irreversible blocks after 30 seconds. This is compared to 15 second+ block times and irreversibility requiring orders of magnitude longer on other chains.\n\nA subchain cannot \"act\" until its inputs from the \"main chain\" are irreversible. Thus time-until-irreversible is what matters most. In Bitcoin this is considered 6 blocks and can take hours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-09-12T20:16:15", + "created": "2016-07-13T01:46:48", "curator_payout_value": { - "amount": "0", + "amount": "202", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1223835, - "json_metadata": "{\"tags\":[\"art\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-12T20:16:15", + "depth": 2, + "id": 89810, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T01:46:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2776,17 +2776,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dreagonhaise", - "parent_permlink": "girl-and-wolf", + "net_votes": 15, + "parent_author": "norbu", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014006765z", "percent_hbd": 10000, - "permlink": "re-dreagonhaise-girl-and-wolf-20160912t201613186z", + "permlink": "re-norbu-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014647702z", "reward_weight": 10000, - "root_author": "dreagonhaise", - "root_permlink": "girl-and-wolf", + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", "title": "", "total_payout_value": { - "amount": "0", + "amount": "618", "nai": "@@000000013", "precision": 3 }, @@ -2795,29 +2795,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T21:52:21", + "active": "2016-07-13T02:49:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "faddy", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the tips - this was very useful.", + "body": "Payouts to authors grows with price. You will earn your way in like everyone else.", "cashout_time": "1969-12-31T23:59:59", - "category": "security", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T21:52:21", + "created": "2016-07-13T02:49:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 101281, - "json_metadata": "{\"tags\":[\"security\"]}", - "last_payout": "2016-08-17T21:31:45", - "last_update": "2016-07-13T21:52:21", + "depth": 2, + "id": 90270, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T02:25:51", + "last_update": "2016-07-13T02:49:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2825,14 +2825,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "spaced", - "parent_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "net_votes": 1, + "parent_author": "crypton", + "parent_permlink": "re-crypton-this-steem-coin-price-explosion-20160713t023446752z", "percent_hbd": 10000, - "permlink": "re-spaced-security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks-20160713t215221610z", + "permlink": "re-crypton-re-crypton-this-steem-coin-price-explosion-20160713t024934827z", "reward_weight": 10000, - "root_author": "spaced", - "root_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", + "root_author": "crypton", + "root_permlink": "this-steem-coin-price-explosion", "title": "", "total_payout_value": { "amount": "0", @@ -2844,29 +2844,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-21T18:07:18", + "active": "2016-07-13T23:39:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You simply don't know what you are talking about. Maybe, thief, I won't mention his name, will explain that to you. \nFor the same reason Steem will fail also. \nYou can not prevent the obvious.", - "cashout_time": "2016-08-28T18:07:18", - "category": "bitshares", - "children": 0, + "body": "Yes. But the challenges of anti-bit and Sybil remain.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-21T18:07:18", + "created": "2016-07-13T10:33:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 923089, - "json_metadata": "{\"tags\":[\"bitshares\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-21T18:07:18", + "depth": 2, + "id": 93790, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T19:40:42", + "last_update": "2016-07-13T10:33:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2874,14 +2874,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "faddat", - "parent_permlink": "re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t170923301z", + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t091130860z", "percent_hbd": 10000, - "permlink": "re-faddat-re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t180711336z", + "permlink": "re-getssidetracked-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t103335503z", "reward_weight": 10000, - "root_author": "steempower", - "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "root_author": "dantheman", + "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", "title": "", "total_payout_value": { "amount": "0", @@ -2893,29 +2893,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-16T22:38:36", + "active": "2016-07-13T12:41:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "-Dan has single-handedly (well, he's had some help) made my life and wallet much happier over the past three years.-\nMay I ask you how? I bought AGS shares and I'm broke. Dan was dumping at the same time when my shares was locked. \nDo you know anyone who wants to buy STEEM?", + "body": "Because block chain is public. Private balanced are planned in future.", "cashout_time": "1969-12-31T23:59:59", - "category": "dan-bashing", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-16T21:43:18", + "created": "2016-07-13T12:41:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 841986, - "json_metadata": "{\"tags\":[\"dan-bashing\"]}", - "last_payout": "2016-09-14T16:59:21", - "last_update": "2016-08-16T21:47:39", + "depth": 2, + "id": 94725, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T13:21:51", + "last_update": "2016-07-13T12:41:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -2924,13 +2924,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "tuck-fheman", - "parent_permlink": "let-s-all-bash-dan", + "parent_author": "salman", + "parent_permlink": "re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t121918788z", "percent_hbd": 10000, - "permlink": "re-tuck-fheman-let-s-all-bash-dan-20160816t214242699z", + "permlink": "re-salman-re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t124101910z", "reward_weight": 10000, - "root_author": "tuck-fheman", - "root_permlink": "let-s-all-bash-dan", + "root_author": "funny", + "root_permlink": "4stm4m-19-tips-for-new-users-of-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -2941,79 +2941,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 36913145913, - "active": "2016-08-16T22:04:00", + "abs_rshares": 0, + "active": "2016-07-13T12:47:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 14, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "So true. Even if you buy $100.000 worth of STEEM your influence will be 0. Who are the buyers? We are heading below $1 in no time.", - "cashout_time": "2016-08-23T22:04:00", + "body": "Add link to existing posts.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-16T22:04:00", + "created": "2016-07-13T12:47:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 842317, + "id": 94771, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-18T01:00:15", - "last_update": "2016-08-16T22:04:00", + "last_payout": "2016-08-14T09:37:48", + "last_update": "2016-07-13T12:47:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 36913145913, + "net_rshares": 0, "net_votes": 1, - "parent_author": "saulius", - "parent_permlink": "steemit-is-in-big-trouble", + "parent_author": "fyrstikken", + "parent_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", "percent_hbd": 10000, - "permlink": "re-saulius-steemit-is-in-big-trouble-20160816t220324300z", + "permlink": "re-fyrstikken-the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire-20160713t124727368z", "reward_weight": 10000, - "root_author": "saulius", - "root_permlink": "steemit-is-in-big-trouble", + "root_author": "fyrstikken", + "root_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", "title": "", "total_payout_value": { - "amount": "20", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 168675255325219090, - "vote_rshares": 36913145913 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-16T22:38:36", + "active": "2016-07-13T12:59:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks I don't have any luck with Dan. I'm glad you do.", + "body": "This kind of vote buying is considered abuse and will be flagged.", "cashout_time": "1969-12-31T23:59:59", - "category": "dan-bashing", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-16T22:38:36", + "created": "2016-07-13T12:52:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 842854, - "json_metadata": "{\"tags\":[\"dan-bashing\"]}", - "last_payout": "2016-09-14T16:59:21", - "last_update": "2016-08-16T22:38:36", + "depth": 1, + "id": 94814, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T11:26:51", + "last_update": "2016-07-13T12:52:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3021,14 +3021,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "tuck-fheman", - "parent_permlink": "re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t221541980z", + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", "percent_hbd": 10000, - "permlink": "re-tuck-fheman-re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t223802908z", + "permlink": "re-str11ngfello-free-steem-how-upvote-this-post-and-you-ll-receive-steem-20160713t125257630z", "reward_weight": 10000, - "root_author": "tuck-fheman", - "root_permlink": "let-s-all-bash-dan", + "root_author": "str11ngfello", + "root_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", "title": "", "total_payout_value": { "amount": "0", @@ -3039,128 +3039,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 97729568487, - "active": "2016-08-17T10:14:51", + "abs_rshares": 0, + "active": "2016-07-13T13:28:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 33, + "author": "dantheman", + "author_rewards": 102, "beneficiaries": [], - "body": "[Can you believe that this one received $5.](https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video)\nLOL", - "cashout_time": "2016-08-24T04:56:51", - "category": "steemit", - "children": 2, + "body": "every 3 seconds. Then every 3.3 years or so there is a 10:1 reverse split.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-17T04:56:51", + "created": "2016-07-13T13:28:15", "curator_payout_value": { - "amount": "10", + "amount": "23", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 847270, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\"]}", - "last_payout": "2016-08-17T23:58:57", - "last_update": "2016-08-17T04:56:51", + "depth": 1, + "id": 95119, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:33:03", + "last_update": "2016-07-13T13:28:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 97729568487, - "net_votes": 2, - "parent_author": "steemdrive", - "parent_permlink": "re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t202655686z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "str11ngfello", + "parent_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", "percent_hbd": 10000, - "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t045612277z", + "permlink": "re-str11ngfello-how-can-we-determine-the-date-that-steem-tokens-inflate-20160713t132815591z", "reward_weight": 10000, - "root_author": "steemdrive", - "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "root_author": "str11ngfello", + "root_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", "title": "", "total_payout_value": { - "amount": "48", + "amount": "70", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 439949076234282086, - "vote_rshares": 97729568487 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 39220580910, - "active": "2016-08-17T10:42:12", + "abs_rshares": 0, + "active": "2016-07-14T16:21:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 15, + "author": "dantheman", + "author_rewards": 229, "beneficiaries": [], - "body": "Welcom Charlie! \nHow much STEEM you are planning to byy? In percentage of your BTC holding?", - "cashout_time": "2016-08-24T05:01:39", - "category": "introduceyourself", - "children": 1, + "body": "It wasn't accidental. Steem was designed from the ground up due to the problems we faced onboarding people with BitShares.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-17T05:01:39", + "created": "2016-07-13T15:13:06", "curator_payout_value": { - "amount": "0", + "amount": "32", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 847315, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-17T21:13:42", - "last_update": "2016-08-17T05:01:39", + "id": 96194, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T01:05:54", + "last_update": "2016-07-13T15:13:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 39220580910, - "net_votes": 1, - "parent_author": "charlieshrem", - "parent_permlink": "charlie-shrem-is-now-on-steemit", + "net_rshares": 0, + "net_votes": 11, + "parent_author": "thedashguy", + "parent_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", "percent_hbd": 10000, - "permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160817t050102590z", + "permlink": "re-thedashguy-in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it-20160713t151307777z", "reward_weight": 10000, - "root_author": "charlieshrem", - "root_permlink": "charlie-shrem-is-now-on-steemit", + "root_author": "thedashguy", + "root_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", "title": "", "total_payout_value": { - "amount": "21", + "amount": "161", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 179116738978882960, - "vote_rshares": 39220580910 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-17T10:14:51", + "active": "2016-07-13T15:14:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 106, "beneficiaries": [], - "body": "At least I paid for printing and billboard. For return @dantheman downvoted my post with full power. Yes it is little bit frustrated.", - "cashout_time": "2016-08-24T10:14:51", - "category": "steemit", + "body": "The currency you are suppose to use is Steem Dollars (and is what you are paid in). Steem Dollars pay interest and are pegged to the dollar. There is no need to dump/sell them to protect your income. \n\nThese Steem Dollars can be used to buy things online and each day more opportunities to spend your Steem Dollars will emerge.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-17T10:14:51", + "created": "2016-07-13T15:14:39", "curator_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 850209, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-17T10:14:51", + "depth": 1, + "id": 96212, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T17:27:57", + "last_update": "2016-07-13T15:14:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3168,17 +3168,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "steemdrive", - "parent_permlink": "re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t060244771z", + "net_votes": 2, + "parent_author": "flurablastin", + "parent_permlink": "so-how-does-steem-as-a-cryptocurrency-work", "percent_hbd": 10000, - "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t101417875z", + "permlink": "re-flurablastin-so-how-does-steem-as-a-cryptocurrency-work-20160713t151441614z", "reward_weight": 10000, - "root_author": "steemdrive", - "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "root_author": "flurablastin", + "root_permlink": "so-how-does-steem-as-a-cryptocurrency-work", "title": "", "total_payout_value": { - "amount": "0", + "amount": "72", "nai": "@@000000013", "precision": 3 }, @@ -3187,29 +3187,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-19T08:43:15", + "active": "2016-07-13T17:34:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I didn't. I just notice your post and came here to say hello and thank you for upvoting [my post](https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video). Unfortunutly @dantheman obviously have something against late AGS investors. Bad conscience. He erased all your votes with his power. As you can see here I did what I promised. https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\n\nThanks again and good luck.", - "cashout_time": "2016-08-26T08:43:15", - "category": "spam", + "body": "Please use #NSFW tag or you will get downvoted and/or added to downvote bot lists.", + "cashout_time": "1969-12-31T23:59:59", + "category": "porn", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T08:43:15", + "created": "2016-07-13T17:34:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 885860, - "json_metadata": "{\"tags\":[\"spam\"],\"users\":[\"dantheman\"],\"links\":[\"https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T08:43:15", + "id": 97955, + "json_metadata": "{\"tags\":[\"NSFW\",\"porn\"]}", + "last_payout": "2016-08-13T17:33:15", + "last_update": "2016-07-13T17:34:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3218,13 +3218,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "xeroc", - "parent_permlink": "testing-tags", + "parent_author": "pornvideos", + "parent_permlink": "hot-spanish-teen-jacqueline-porn-18", "percent_hbd": 10000, - "permlink": "re-xeroc-testing-tags-20160819t084314591z", + "permlink": "re-pornvideos-hot-spanish-teen-jacqueline-porn-18-20160713t173428917z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "testing-tags", + "root_author": "pornvideos", + "root_permlink": "hot-spanish-teen-jacqueline-porn-18", "title": "", "total_payout_value": { "amount": "0", @@ -3235,79 +3235,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 54584326941, - "active": "2016-08-23T21:21:03", + "abs_rshares": 0, + "active": "2016-07-13T17:35:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 19, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Did you plan to invest any BTC is Steemit? It's all nice with free STEEM, just for introduction, but somebody need to buy some.", - "cashout_time": "2016-08-26T10:05:21", - "category": "bitcoin", - "children": 4, + "body": "this is because steemit doesn't reload when you navigate. Our internal numbers are much higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "boost", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T10:05:21", + "created": "2016-07-13T17:35:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 886598, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "2016-08-20T10:05:33", - "last_update": "2016-08-19T10:05:21", + "id": 97981, + "json_metadata": "{\"tags\":[\"boost\"]}", + "last_payout": "2016-08-13T17:38:33", + "last_update": "2016-07-13T17:35:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 54584326941, - "net_votes": 2, - "parent_author": "rogerkver", - "parent_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autorss21", + "parent_permlink": "boost", "percent_hbd": 10000, - "permlink": "re-rogerkver-roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit-20160819t100520479z", + "permlink": "re-autorss21-boost-20160713t173551820z", "reward_weight": 10000, - "root_author": "rogerkver", - "root_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", + "root_author": "autorss21", + "root_permlink": "boost", "title": "", "total_payout_value": { - "amount": "27", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 248336951047206138, - "vote_rshares": 54584326941 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-22T08:29:24", + "active": "2016-07-13T17:37:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Xc6JvL8Ynz51PdPukKCJdtHcwtvX5pkrtx\n\nThanks.", - "cashout_time": "2016-08-26T10:13:06", - "category": "bitcoin", - "children": 3, + "body": "Consider the beta-nature of Ethereum and the lack of real-world use.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T10:13:06", + "created": "2016-07-13T17:37:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 886652, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T10:13:06", + "id": 97998, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-13T19:16:00", + "last_update": "2016-07-13T17:37:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3315,14 +3315,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "sovereignbtc", - "parent_permlink": "free-dash-cryptocurrency-giveaway", + "net_votes": 1, + "parent_author": "cryptodev", + "parent_permlink": "wonder-how-long-steem-bubble-will-sustain", "percent_hbd": 10000, - "permlink": "re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160819t101306723z", + "permlink": "re-cryptodev-wonder-how-long-steem-bubble-will-sustain-20160713t173736412z", "reward_weight": 10000, - "root_author": "sovereignbtc", - "root_permlink": "free-dash-cryptocurrency-giveaway", + "root_author": "cryptodev", + "root_permlink": "wonder-how-long-steem-bubble-will-sustain", "title": "", "total_payout_value": { "amount": "0", @@ -3333,128 +3333,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 156100886509, - "active": "2016-08-21T12:29:48", + "abs_rshares": 0, + "active": "2016-07-13T17:39:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 58, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Test", - "cashout_time": "2016-08-27T13:35:18", - "category": "steemit", - "children": 15, + "body": "Mass adoption of Steem Dollars is the plan. \n\n[Steemit's Evil Plan for Cryptocurrency World Domination](https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination)", + "cashout_time": "1969-12-31T23:59:59", + "category": "question", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T13:35:18", + "created": "2016-07-13T17:39:12", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 905346, - "json_metadata": "{\"tags\":[\"test\",\"\",\"steemit\"]}", - "last_payout": "2016-08-21T21:18:12", - "last_update": "2016-08-21T12:29:48", + "depth": 1, + "id": 98012, + "json_metadata": "{\"tags\":[\"question\"],\"links\":[\"https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination\"]}", + "last_payout": "2016-08-13T17:40:06", + "last_update": "2016-07-13T17:39:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 156100886509, - "net_votes": 15, - "parent_author": "", - "parent_permlink": "steemit", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "frankenstein", + "parent_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", "percent_hbd": 10000, - "permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "permlink": "re-frankenstein-will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed-20160713t173914039z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", - "title": "Test", + "root_author": "frankenstein", + "root_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "title": "", "total_payout_value": { - "amount": "84", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 578071035310287087, - "vote_rshares": 156100886509 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 8919395715, - "active": "2016-08-20T21:15:15", + "abs_rshares": 0, + "active": "2016-07-14T01:38:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Around 100 STEEM because I know some DTP. Billboard was much more expensive.", - "cashout_time": "2016-08-27T15:08:27", - "category": "steemit", - "children": 4, + "body": "In earlier versions what you say is true. It was confusing users.\n\nIt is entirely possible for comments to be more highly valued than the parent. This frequently happens when the parent copies something without citing the source and then people upvote the comment that provides the original source. \n\nNothing keeps people honest like rewarding the person who reveals the cheater.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 7, "children_abs_rshares": 0, - "created": "2016-08-20T15:08:27", + "created": "2016-07-13T17:42:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 906503, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T15:22:57", + "id": 98066, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T20:31:12", + "last_update": "2016-07-13T17:42:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 8919395715, - "net_votes": 1, - "parent_author": "shla-rafia", - "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134652987z", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "biophil", + "parent_permlink": "re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t173344896z", "percent_hbd": 10000, - "permlink": "re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t150819669z", + "permlink": "re-biophil-re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t174258382z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "root_author": "curious-swirl", + "root_permlink": "can-good-questions-and-replies-be-as-valuable-as-essays", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 41041935196455012, - "vote_rshares": 8919395715 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-20T21:02:03", + "active": "2016-07-13T20:22:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Maybe I will.", - "cashout_time": "2016-08-27T15:13:27", + "body": "Slight correction it is always 104 payments (2 years). \n\nThe most valuable thing about Steem Power (from the perspective of the network) is that it causes users to keep coming back week after week even if they just want to cash out. Massive boost to retention.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T15:13:27", + "created": "2016-07-13T17:55:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 906576, + "depth": 1, + "id": 98277, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T21:02:03", + "last_payout": "2016-08-13T18:04:15", + "last_update": "2016-07-13T17:55:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3462,14 +3462,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "djm34", - "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134926216z", + "net_votes": 1, + "parent_author": "swyoungiii", + "parent_permlink": "steem-power", "percent_hbd": 10000, - "permlink": "re-djm34-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t151321261z", + "permlink": "re-swyoungiii-steem-power-20160713t175540523z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "root_author": "swyoungiii", + "root_permlink": "steem-power", "title": "", "total_payout_value": { "amount": "0", @@ -3481,29 +3481,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T21:15:15", + "active": "2016-07-13T18:18:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 38281, "beneficiaries": [], - "body": "Yes and not only that.", - "cashout_time": "2016-08-27T19:32:48", - "category": "steemit", - "children": 2, + "body": "You are correct. All content (except images) are stored on the blockchain.\n\nImages will soon be stored on IPFS.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T19:32:48", + "created": "2016-07-13T18:18:06", "curator_payout_value": { - "amount": "0", + "amount": "55", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 910098, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T20:53:36", + "depth": 2, + "id": 98630, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-13T18:18:15", + "last_update": "2016-07-13T18:18:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3511,17 +3511,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "shla-rafia", - "parent_permlink": "re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t192428450z", + "net_votes": 2, + "parent_author": "billbutler", + "parent_permlink": "re-holzmichl-steem-vs-synero-amp-20160713t180559521z", "percent_hbd": 10000, - "permlink": "re-shla-rafia-re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t193240971z", + "permlink": "re-billbutler-re-holzmichl-steem-vs-synero-amp-20160713t181807614z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "root_author": "holzmichl", + "root_permlink": "steem-vs-synero-amp", "title": "", "total_payout_value": { - "amount": "0", + "amount": "26681", "nai": "@@000000013", "precision": 3 }, @@ -3530,29 +3530,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-21T09:51:30", + "active": "2016-07-13T18:22:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the advices.", - "cashout_time": "2016-08-27T20:59:51", + "body": "Great work!", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 5, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T20:59:51", + "created": "2016-07-13T18:22:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 911281, + "depth": 1, + "id": 98692, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T20:59:51", + "last_payout": "2016-08-22T05:11:33", + "last_update": "2016-07-13T18:22:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3561,13 +3561,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "daut44", - "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t200521958z", + "parent_author": "teego", + "parent_permlink": "installing-steem-software-to-macos-using-homebrew", "percent_hbd": 10000, - "permlink": "re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t205945960z", + "permlink": "re-teego-installing-steem-software-to-macos-using-homebrew-20160713t182207590z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "root_author": "teego", + "root_permlink": "installing-steem-software-to-macos-using-homebrew", "title": "", "total_payout_value": { "amount": "0", @@ -3578,79 +3578,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 57076528173, - "active": "2016-08-21T09:51:30", + "abs_rshares": 0, + "active": "2016-07-13T18:56:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 18, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I was just curious. We'll see, in the end I did it for all of us. It's all experiment. I put my money here when nobody did. I even bought this account for 0.1 BTC.", - "cashout_time": "2016-08-28T05:56:57", - "category": "steemit", + "body": "Do downvotes count?\n\nFishing for votes is a good way to lose. So perhaps you should modify your quest to count all posts made by you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "pokemon", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-21T05:56:57", + "created": "2016-07-13T18:46:36", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 916545, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-21T21:18:12", - "last_update": "2016-08-21T06:52:51", + "depth": 1, + "id": 98994, + "json_metadata": "{\"tags\":[\"pokemon\"]}", + "last_payout": "2016-08-13T18:46:45", + "last_update": "2016-07-13T18:46:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 57076528173, - "net_votes": 2, - "parent_author": "shla-rafia", - "parent_permlink": "re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t221841085z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tranzport", + "parent_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", "percent_hbd": 10000, - "permlink": "re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055648868z", + "permlink": "re-tranzport-pokemon-go-vs-steemit-the-ultimate-battle-help-me-win-20160713t184637507z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "root_author": "tranzport", + "root_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", "title": "", "total_payout_value": { - "amount": "26", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 259515959462894250, - "vote_rshares": 57076528173 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-21T06:25:48", + "active": "2016-07-14T14:54:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2558, "beneficiaries": [], - "body": "It's really interesting to read about fairness from you. \nGreetings from late AGS investor.", - "cashout_time": "2016-08-28T06:25:48", - "category": "philosophy", - "children": 0, + "body": "And what happens when Fiat exchanges add Steem Dollar gateways? \nCan bitcoin even handle 1M users transacting that frequently? \nBitcoin may be a bottleneck if it attempts to stay in the loop between users and cashing in and out.\n\nMore details here: https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-21T06:25:48", + "created": "2016-07-13T18:56:18", "curator_payout_value": { - "amount": "0", + "amount": "442", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 916716, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-21T06:25:48", + "id": 99131, + "json_metadata": "{\"tags\":[\"bitcoin\"],\"links\":[\"https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem\"]}", + "last_payout": "2016-08-25T01:59:09", + "last_update": "2016-07-13T19:38:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3658,17 +3658,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dantheman", - "parent_permlink": "our-corrupt-sense-of-fairness", + "net_votes": 29, + "parent_author": "eeks", + "parent_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", "percent_hbd": 10000, - "permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160821t062542713z", + "permlink": "re-eeks-steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis-20160713t185618026z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "eeks", + "root_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1816", "nai": "@@000000013", "precision": 3 }, @@ -3677,29 +3677,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-22T08:29:24", + "active": "2016-08-11T19:29:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 949136, "beneficiaries": [], - "body": "Thank you. I will buy more DASH on Polo. I just activated 'power down' and every received STEEM I will convert to DASH. I already have some STEEM in my wallet witch is for you. Check your wallet in 5 min.", - "cashout_time": "2016-08-28T13:01:45", + "body": "
http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg
\nI recently read an article by @eeks titled \"[Steemit is Bitcoin's Killer App](https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis)\". I think it is a great article and contains a lot of truth in the short term. But reading it got me thinking. Bitcoin may not be able to maintain its position of gateway to the altcoin world.\n\n## The Block Size Problem \n\nThe Bitcoin blockchain is currently at its maximum capacity. Fees are rising. Bitcoin supports about 300K transactions per day. This means that Bitcoin can only support 9 million people making one transaction per month. Going through an altcoin exchange requires at least 1 bitcoin transaction from an altcoin exchange to a bitcoin/fiat exchange. \n\n## Steem User Growth\n\nSteem has the potential to grow faster and reach farther than any prior crypto. It is entirely conceivable that Steem could reach millions of people in the next year. If these people were to use Bitcoin as a gateway to buy in and/or cash out each month then it could more than saturate Bitcoin's capacity all by itself. \n\nEven if Bitcoin doubles its block size, the combination of existing transactions and any new transactions generated by Steem users would saturate the network. Market forces and transaction fees would cause people to bypass Bitcoin. There is no reason for Steem users to get into Bitcoin except speculation when Steem Dollars are available for savings and commerce. \n\n## Steem onboards people to Steem\n\nThe people Steem reaches that Bitcoin couldn't will still have no use for most of the other cryptocurrency projects. Just because Steem is a cryptocurrency doesn't make learning the value of Steem the same as learning the value of Bitcoin and other crypto projects. People want STEEM because of what it does *for them*. The value proposition of other cryptocurrencies remains unchanged.\n\n
http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg
\n\nIn fact onboarding users through Steem may make converting them to Bitcoin even harder. It would be like onboarding someone to a high-speed bullet train and thinking that it would in turn onboard them to old school wood burning steam trains. It is easy to convert people from old trains to new trains, it just doesn't work the same the other way around.\n\n
https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg
\n\nIf Bitcoin and other cryptocurrencies wish to benefit from Steem's attraction of new people to cryptocurrency, then they will need to solve the scalability problem much faster than previously anticipated. Failure to scale means the market could pass them by all together.", + "cashout_time": "1969-12-31T23:59:59", "category": "bitcoin", - "children": 1, + "children": 50, "children_abs_rshares": 0, - "created": "2016-08-21T13:01:45", + "created": "2016-07-13T19:35:42", "curator_payout_value": { - "amount": "0", + "amount": "20523", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 919569, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-21T13:01:45", + "depth": 0, + "id": 99639, + "json_metadata": "{\"tags\":[\"bitcoin\",\"steem\",\"blockchain\",\"\"],\"users\":[\"eeks\"],\"image\":[\"http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg\",\"http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg\",\"https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg\"],\"links\":[\"https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis\"]}", + "last_payout": "2016-08-24T20:17:12", + "last_update": "2016-07-13T19:35:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3707,17 +3707,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "sovereignbtc", - "parent_permlink": "re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160820t082746572z", + "net_votes": 468, + "parent_author": "", + "parent_permlink": "bitcoin", "percent_hbd": 10000, - "permlink": "re-sovereignbtc-re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160821t130136794z", + "permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", "reward_weight": 10000, - "root_author": "sovereignbtc", - "root_permlink": "free-dash-cryptocurrency-giveaway", - "title": "", + "root_author": "dantheman", + "root_permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "title": "Can Bitcoin scale to keep up with demand created by Steem?", "total_payout_value": { - "amount": "0", + "amount": "676834", "nai": "@@000000013", "precision": 3 }, @@ -3725,79 +3725,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 47034290138, - "active": "2016-08-21T18:07:18", + "abs_rshares": 0, + "active": "2016-07-13T21:32:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 19, + "author": "dantheman", + "author_rewards": 417, "beneficiaries": [], - "body": "You should write something about how @dantheman fucked up post February AGS investors. I think this is the main reason why BTS straggling that long. Our shares was locked and at the same time he was one of the biggest seller. In plain words he is scammer. He proved that with STEEM again. It's a pity he is brilliant software developer.", - "cashout_time": "2016-08-28T13:41:09", - "category": "bitshares", - "children": 2, + "body": "It's similar to the concept of an employee owned company... or a customer owned company... or a co-op all in one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-21T13:41:09", + "created": "2016-07-13T21:32:21", "curator_payout_value": { - "amount": "0", + "amount": "35", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 919984, - "json_metadata": "{\"tags\":[\"bitshares\"],\"users\":[\"dantheman\"]}", - "last_payout": "2016-08-22T00:07:27", - "last_update": "2016-08-21T13:41:09", + "id": 101054, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:11:21", + "last_update": "2016-07-13T21:32:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 47034290138, - "net_votes": 1, - "parent_author": "steempower", - "parent_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "sean-king", + "parent_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", "percent_hbd": 10000, - "permlink": "re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t134100989z", + "permlink": "re-sean-king-how-asking-one-question-will-change-history-and-why-steem-is-the-key-20160713t213222341z", "reward_weight": 10000, - "root_author": "steempower", - "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "root_author": "sean-king", + "root_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", "title": "", "total_payout_value": { - "amount": "27", + "amount": "292", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 214386499016963301, - "vote_rshares": 47034290138 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-22T18:58:48", + "active": "2016-07-13T21:37:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The winter is coming. You need to find buyers for STEEM and SBD. Quality content is not the only answer.", - "cashout_time": "2016-08-29T18:58:48", - "category": "new", + "body": "Since I defined my why, life became much clearer..\n\n\"Find free market solutions for securing life, liberty, and property for all!\"", + "cashout_time": "1969-12-31T23:59:59", + "category": "motivation", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-22T18:58:48", + "created": "2016-07-13T21:37:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 938909, - "json_metadata": "{\"tags\":[\"new\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-22T18:58:48", + "depth": 1, + "id": 101118, + "json_metadata": "{\"tags\":[\"motivation\"]}", + "last_payout": "2016-08-13T21:38:18", + "last_update": "2016-07-13T21:37:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3805,14 +3805,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "mikeyb", - "parent_permlink": "re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t182344093z", + "net_votes": 1, + "parent_author": "timdierckxsens", + "parent_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", "percent_hbd": 10000, - "permlink": "re-mikeyb-re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t185837942z", + "permlink": "re-timdierckxsens-it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post-20160713t213752622z", "reward_weight": 10000, - "root_author": "juneaugoldbuyer", - "root_permlink": "steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf", + "root_author": "timdierckxsens", + "root_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", "title": "", "total_payout_value": { "amount": "0", @@ -3823,79 +3823,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 280394764545, - "active": "2016-08-22T21:20:12", + "abs_rshares": 0, + "active": "2016-07-14T00:28:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 110, + "author": "dantheman", + "author_rewards": 41015, "beneficiaries": [], - "body": "Today is #Monero day.", - "cashout_time": "2016-08-29T21:20:12", - "category": "monero", - "children": 0, + "body": "What you don't get is that there isn't 100% inflation, there is only 10% inflation which is less than Bitcoin has had until the recent halving. 90% of all STEEM is allocated to STEEM POWER holders and every 3.3 years there is a 10:1 reverse STEEM split. This means that you have an effective inflation rate of much less than 8% when you hold STEEM POWER. \n\nEverything is an accounting artifact. We could remove inflation entirely by charging a huge negative interest rate on STEEM to fund posts, but that wouldn't be received well and would complicate the lives of exchanges.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-22T21:20:12", + "created": "2016-07-13T21:47:45", "curator_payout_value": { - "amount": "5", + "amount": "39", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 941264, - "json_metadata": "{\"tags\":[\"monero\",\"Monero\"]}", - "last_payout": "2016-08-23T21:25:00", - "last_update": "2016-08-22T21:20:12", + "depth": 1, + "id": 101236, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:47:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 280394764545, - "net_votes": 6, - "parent_author": "", - "parent_permlink": "monero", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "maniac", + "parent_permlink": "steemit-what-am-i-missing", "percent_hbd": 10000, - "permlink": "congratulations-smooth-you-win", + "permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "congratulations-smooth-you-win", - "title": "Congratulations Smooth, you win.", + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", + "title": "", "total_payout_value": { - "amount": "158", + "amount": "29119", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1208386316143782038, - "vote_rshares": 280394764545 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-23T06:05:12", + "active": "2016-07-13T21:49:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Good article. Keep writing :).", - "cashout_time": "2016-08-30T06:05:12", - "category": "ufc", + "body": "Also a large part of the inflation is actually paid out as \"steem dollars\" which has a deflationary effect when the price rises because the \"steem dollars\" need less STEEM to back them.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-23T06:05:12", + "created": "2016-07-13T21:49:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 946659, - "json_metadata": "{\"tags\":[\"ufc\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-23T06:05:12", + "depth": 2, + "id": 101253, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T00:43:48", + "last_update": "2016-07-13T21:49:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3903,14 +3903,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "daut44", - "parent_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", "percent_hbd": 10000, - "permlink": "re-daut44-ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis-20160823t060503813z", + "permlink": "re-dantheman-re-maniac-steemit-what-am-i-missing-20160713t214911691z", "reward_weight": 10000, - "root_author": "daut44", - "root_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", + "root_author": "maniac", + "root_permlink": "steemit-what-am-i-missing", "title": "", "total_payout_value": { "amount": "0", @@ -3922,29 +3922,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-25T23:54:39", + "active": "2016-07-13T21:53:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "He is proven scammer. As AGS investor I learned that lesson. What is wrong with powerd down if you bought your STEEM?", - "cashout_time": "2016-09-01T06:49:09", - "category": "steem", + "body": "paying for votes will get you downvoted by whales. Persistence will get you flagged by downvote bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-25T06:49:09", + "created": "2016-07-13T21:50:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 979036, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-25T06:49:09", + "id": 101266, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-13T21:51:12", + "last_update": "2016-07-13T21:50:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -3952,14 +3952,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "christ", - "parent_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "net_votes": -1, + "parent_author": "ombc", + "parent_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", "percent_hbd": 10000, - "permlink": "re-christ-christ-is-now-on-steemit-and-you-will-downvote-him-20160825t064855163z", + "permlink": "re-ombc-lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway-20160713t215044748z", "reward_weight": 10000, - "root_author": "christ", - "root_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", + "root_author": "ombc", + "root_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", "title": "", "total_payout_value": { "amount": "0", @@ -3971,44 +3971,44 @@ }, { "abs_rshares": 0, - "active": "2016-08-27T13:16:24", + "active": "2016-07-13T22:15:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "LOL. You bought 3000 but you get more than 40000. Who are you. Dan the scammer?", - "cashout_time": "2016-09-03T10:59:27", - "category": "steem", + "body": "It will come. Don't get discouraged, there is just a huge flood of content and it will take days for enough Steem Power to be distributed to enough voters to make payouts easier.\n\nRight now the small group of early adopters are the only ones with enough power to strongly influence posts. That will change quickly.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-27T10:59:27", + "created": "2016-07-13T21:56:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1011413, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-27T10:59:27", - "max_accepted_payout": { + "id": 101332, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T13:30:06", + "last_update": "2016-07-13T21:56:51", + "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "eeks", - "parent_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "net_votes": 3, + "parent_author": "chad1775", + "parent_permlink": "steemit-post-earnings-question-for-the-community", "percent_hbd": 10000, - "permlink": "re-eeks-5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil-20160827t105929651z", + "permlink": "re-chad1775-steemit-post-earnings-question-for-the-community-20160713t215652797z", "reward_weight": 10000, - "root_author": "eeks", - "root_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", + "root_author": "chad1775", + "root_permlink": "steemit-post-earnings-question-for-the-community", "title": "", "total_payout_value": { "amount": "0", @@ -4019,45 +4019,45 @@ "vote_rshares": 0 }, { - "abs_rshares": 57000654427, - "active": "2016-08-28T07:00:33", + "abs_rshares": 0, + "active": "2016-07-14T01:38:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You should point out that Stemmit was built on Graphen sponsored by BTS community. We had social consensus there which was clearly broken by @dantheman. He isthief and con man that you will soon find out. #bitshares", - "cashout_time": "2016-09-03T15:18:12", + "body": "Payouts to others can dilute your pending payout.", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-27T15:18:12", + "created": "2016-07-14T01:38:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1013850, - "json_metadata": "{\"tags\":[\"bitshares\",\"steem\"],\"users\":[\"dantheman\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-27T15:18:12", + "depth": 1, + "id": 103673, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-14T01:04:57", + "last_update": "2016-07-14T01:38:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 57000654427, + "net_rshares": 0, "net_votes": 1, - "parent_author": "thecryptofiend", - "parent_permlink": "re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160826t222035104z", + "parent_author": "shemthepenman", + "parent_permlink": "what-causes-the-earnings-of-a-post-to-go-down", "percent_hbd": 10000, - "permlink": "re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t151758532z", + "permlink": "re-shemthepenman-what-causes-the-earnings-of-a-post-to-go-down-20160714t013811865z", "reward_weight": 10000, - "root_author": "joseph", - "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "root_author": "shemthepenman", + "root_permlink": "what-causes-the-earnings-of-a-post-to-go-down", "title": "", "total_payout_value": { "amount": "0", @@ -4065,33 +4065,33 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 57000654427 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-28T07:00:33", + "active": "2016-07-14T01:41:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You know better than me that he will do that again. Just watch.", - "cashout_time": "2016-09-04T07:00:33", + "body": "Because it is actually less inflationary than Bitcoin if you hold steem power. If you hold steem dollars then you are safe.", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-28T07:00:33", + "created": "2016-07-14T01:41:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1023521, + "depth": 1, + "id": 103695, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-28T07:00:33", + "last_payout": "2016-08-14T00:41:03", + "last_update": "2016-07-14T01:41:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4099,14 +4099,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "biophil", - "parent_permlink": "re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t171723145z", + "net_votes": 1, + "parent_author": "onubense", + "parent_permlink": "don-t-invest-in-steem", "percent_hbd": 10000, - "permlink": "re-biophil-re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160828t070013028z", + "permlink": "re-onubense-don-t-invest-in-steem-20160714t014121210z", "reward_weight": 10000, - "root_author": "joseph", - "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", + "root_author": "onubense", + "root_permlink": "don-t-invest-in-steem", "title": "", "total_payout_value": { "amount": "0", @@ -4117,128 +4117,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 55882994537, - "active": "2016-08-28T09:11:03", + "abs_rshares": 0, + "active": "2016-07-14T02:33:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 26, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "You are best payed analyst in the world. No wonder why STEEM is sinking. Don't get me wrong I don't have anything against you but expecting that to last is a fairytale.", - "cashout_time": "2016-09-04T07:14:00", - "category": "steem", - "children": 1, + "body": "Reposted spam", + "cashout_time": "1969-12-31T23:59:59", + "category": "st", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-28T07:14:00", + "created": "2016-07-14T02:33:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1023603, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-29T01:45:51", - "last_update": "2016-08-28T07:14:00", + "id": 104189, + "json_metadata": "{\"tags\":[\"st\"]}", + "last_payout": "2016-08-14T02:33:09", + "last_update": "2016-07-14T02:33:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 55882994537, - "net_votes": 1, - "parent_author": "ozchartart", - "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "raeesh1986", + "parent_permlink": "bitcoin-and-steem-power", "percent_hbd": 10000, - "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016-20160828t071341433z", + "permlink": "re-raeesh1986-bitcoin-and-steem-power-20160714t023325547z", "reward_weight": 10000, - "root_author": "ozchartart", - "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", + "root_author": "raeesh1986", + "root_permlink": "bitcoin-and-steem-power", "title": "", "total_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 254163963725049694, - "vote_rshares": 55882994537 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 55451347067, - "active": "2016-09-09T05:34:21", + "abs_rshares": 0, + "active": "2016-07-14T04:12:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 28, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "As long as you can receive for this shit analysis $500, STEEM will go down. \n.0001 is cheap, how about 0.0009 LOL", - "cashout_time": "2016-09-16T05:29:51", - "category": "steem", - "children": 0, + "body": "I liked it but you didn't cite your source.", + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-09T05:29:51", + "created": "2016-07-14T02:44:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1180950, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-09T15:45:27", - "last_update": "2016-09-09T05:34:21", + "id": 104293, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-14T03:44:45", + "last_update": "2016-07-14T02:44:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 55451347067, + "net_rshares": 0, "net_votes": 1, - "parent_author": "ozchartart", - "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "parent_author": "alkemix", + "parent_permlink": "our-mysterious-visual-ray", "percent_hbd": 10000, - "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016-20160909t052950431z", + "permlink": "re-alkemix-our-mysterious-visual-ray-20160714t024427325z", "reward_weight": 10000, - "root_author": "ozchartart", - "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", + "root_author": "alkemix", + "root_permlink": "our-mysterious-visual-ray", "title": "", "total_payout_value": { - "amount": "22", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 252227611761925676, - "vote_rshares": 55451347067 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-07-13T13:16:12", + "active": "2016-07-30T00:12:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Welcome Riccardo\nSo we need to sell all our *Moneroj*. \nIt seems that after **Smooth** you too find *Steemit* much better project :). \n**Now seriously.** \nDo you have any plan to finish the damn GUI wallet. \nNow when **Smooth** is full of money, and I noticed he send something to you, it would be nice. \nI really hope that you have done everything you have planned.", + "body": "I got my account back.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "steem", + "children": 50, "children_abs_rshares": 0, - "created": "2016-07-13T12:54:03", + "created": "2016-07-14T11:30:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 94823, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-24T09:03:15", - "last_update": "2016-07-13T12:54:03", + "depth": 0, + "id": 108877, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-15T06:39:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4246,15 +4246,15 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "fluffypony", - "parent_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", + "net_votes": 141, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-fluffypony-what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project-20160713t125402671z", + "permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", "reward_weight": 10000, - "root_author": "fluffypony", - "root_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", - "title": "", + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "title": "I would like to thank everyone who brought us to where we are today.", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -4265,29 +4265,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T07:52:42", + "active": "2016-07-16T05:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Dan fucked up BTS on the beginning when he try to combine all DAOs in BTSX. By now we should have more BitShares success story if he stick with initial plan; creating tools for DAO development. There are lots of sadness and anger behind Dan. For me as AGS holder and early investor he is plain theft.", + "body": "we got our accounts back along with every other account we reasonably suspect may have been hacked.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitshares", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T07:51:12", + "created": "2016-07-15T06:52:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 106983, - "json_metadata": "{\"tags\":[\"bitshares\"]}", - "last_payout": "2016-08-18T14:42:30", - "last_update": "2016-07-14T07:52:42", + "id": 115672, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T06:13:42", + "last_update": "2016-07-15T06:52:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4296,13 +4296,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "steem1", - "parent_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "parent_author": "noaommerrr", + "parent_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", "percent_hbd": 10000, - "permlink": "re-steem1-what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem-20160714t075113119z", + "permlink": "re-noaommerrr-look-like-dan-and-ned-steem-founders-got-hacked-20160715t065201832z", "reward_weight": 10000, - "root_author": "steem1", - "root_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", + "root_author": "noaommerrr", + "root_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", "title": "", "total_payout_value": { "amount": "0", @@ -4314,29 +4314,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T09:22:15", + "active": "2016-07-15T07:33:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 287, "beneficiaries": [], - "body": "Interesting time for BTS. Maybe we will catch some Steem love. Thank you for your hard work and good luck.", + "body": "If your name is on this list, it means we detected that your account accessed the compromised page. Chances are they only got your posting key, but there was some probability that they got your owner key.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T09:22:15", + "created": "2016-07-15T06:53:42", "curator_payout_value": { - "amount": "0", + "amount": "130", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 107647, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-23T16:51:09", - "last_update": "2016-07-14T09:22:15", + "id": 115688, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-15T07:36:03", + "last_update": "2016-07-15T06:53:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4344,17 +4344,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "chris4210", - "parent_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "net_votes": 4, + "parent_author": "noaommerrr", + "parent_permlink": "list-of-the-accounts-got-hacked", "percent_hbd": 10000, - "permlink": "re-chris4210-hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo-20160714t092216549z", + "permlink": "re-noaommerrr-list-of-the-accounts-got-hacked-20160715t065344774z", "reward_weight": 10000, - "root_author": "chris4210", - "root_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", + "root_author": "noaommerrr", + "root_permlink": "list-of-the-accounts-got-hacked", "title": "", "total_payout_value": { - "amount": "0", + "amount": "401", "nai": "@@000000013", "precision": 3 }, @@ -4363,29 +4363,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T12:04:36", + "active": "2016-07-15T07:56:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 55, + "author": "dantheman", + "author_rewards": 112, "beneficiaries": [], - "body": "Is this refers to AGS investors also?", + "body": "We didn't roll back any transfers of funds.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T12:04:36", + "created": "2016-07-15T07:15:03", "curator_payout_value": { - "amount": "0", + "amount": "50", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 109237, + "depth": 2, + "id": 115848, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T21:53:54", - "last_update": "2016-07-14T12:04:36", + "last_payout": "2016-08-19T11:54:09", + "last_update": "2016-07-15T07:15:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4393,17 +4393,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "dantheman", - "parent_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "net_votes": 3, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-orly-how-distributed-is-the-steem-protocol-20160715t053713800z", "percent_hbd": 10000, - "permlink": "re-dantheman-i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today-20160714t120435839z", + "permlink": "re-tinfoilfedora-re-orly-how-distributed-is-the-steem-protocol-20160715t071501652z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "root_author": "orly", + "root_permlink": "how-distributed-is-the-steem-protocol", "title": "", "total_payout_value": { - "amount": "151", + "amount": "156", "nai": "@@000000013", "precision": 3 }, @@ -4412,29 +4412,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-28T17:44:36", + "active": "2016-07-15T12:13:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 586, "beneficiaries": [], - "body": "I can give you a little Voting Power. Good luck Sir :)", + "body": "Yes", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-28T17:44:36", + "created": "2016-07-15T12:13:51", "curator_payout_value": { - "amount": "0", + "amount": "337", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 441476, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-28T05:43:21", - "last_update": "2016-07-28T17:44:36", + "id": 118453, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T12:01:48", + "last_update": "2016-07-15T12:13:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4442,17 +4442,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "sir", - "parent_permlink": "re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174107261z", + "net_votes": 4, + "parent_author": "coar", + "parent_permlink": "re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t105529136z", "percent_hbd": 10000, - "permlink": "re-sir-re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174436230z", + "permlink": "re-coar-re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t121348567z", "reward_weight": 10000, - "root_author": "generalspecific", - "root_permlink": "if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale", + "root_author": "xeroc", + "root_permlink": "paperwallet-easily-secure-your-account-with-steem-paperwallet-generator", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1020", "nai": "@@000000013", "precision": 3 }, @@ -4461,29 +4461,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T03:11:45", + "active": "2016-07-15T19:29:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 85942, "beneficiaries": [], - "body": "* Each 3.3 years, a 10:1 reverse split occurs.\n\nCan you explain why is that?", + "body": "Many of the accounts that were compromised by the attacker started to power them down. Ned did not initiate that power down. Today we are starting the process of restoring accounts to their rightful owner and in the process Ned will cancel his power down.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-28T18:17:39", + "created": "2016-07-15T13:23:36", "curator_payout_value": { - "amount": "0", + "amount": "138", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 442257, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-28T05:29:45", - "last_update": "2016-07-28T18:17:39", + "id": 119166, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T15:07:27", + "last_update": "2016-07-15T13:23:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4491,17 +4491,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "peterz", - "parent_permlink": "steem-currency-cheat-sheet", + "net_votes": 17, + "parent_author": "libdep", + "parent_permlink": "ceo-of-steem-powering-down", "percent_hbd": 10000, - "permlink": "re-peterz-steem-currency-cheat-sheet-20160728t181739057z", + "permlink": "re-libdep-ceo-of-steem-powering-down-20160715t132335403z", "reward_weight": 10000, - "root_author": "peterz", - "root_permlink": "steem-currency-cheat-sheet", + "root_author": "libdep", + "root_permlink": "ceo-of-steem-powering-down", "title": "", "total_payout_value": { - "amount": "0", + "amount": "138538", "nai": "@@000000013", "precision": 3 }, @@ -4510,29 +4510,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-28T20:18:42", + "active": "2016-07-17T21:22:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 114, "beneficiaries": [], - "body": "I don't think that female equivalent of Viagra may exist. Good reviews on Amazon comes from women who love to experiment, but do not necessarily have a problem with sex drive.", + "body": "We would have rolled out an update for the liquidity rewards system yesterday, but didn't want to mix two updates at once. \n\nDespite claims that the rewards are \"oversized\", the people doing it are still providing liquidity. There is still an element of competition at play, unfortunately not many people are choosing to compete at the moment.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "trading", + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-28T18:55:06", + "created": "2016-07-15T13:32:30", "curator_payout_value": { - "amount": "0", + "amount": "66", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 443138, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-28T06:15:15", - "last_update": "2016-07-28T18:55:06", + "id": 119263, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:32:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4540,17 +4540,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "rachelkhona", - "parent_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", "percent_hbd": 10000, - "permlink": "re-rachelkhona-my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night-20160728t185507885z", + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133231767z", "reward_weight": 10000, - "root_author": "rachelkhona", - "root_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", "title": "", "total_payout_value": { - "amount": "0", + "amount": "198", "nai": "@@000000013", "precision": 3 }, @@ -4559,29 +4559,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T10:58:36", + "active": "2016-07-16T01:19:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 96435, "beneficiaries": [], - "body": "Whalers are again active.", + "body": "the proposed equation has new vulnerabilities, someone who places orders for long periods of time and just \"waits\" for the market will make the most.\n\nAlso the recent hardfork did release limit_order_create2 operation which gives everyone the ability to have maximum precision and compete.", "cashout_time": "1969-12-31T23:59:59", - "category": "whale", - "children": 0, + "category": "trading", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T10:58:36", + "created": "2016-07-15T13:35:06", "curator_payout_value": { - "amount": "0", + "amount": "311", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 485960, - "json_metadata": "{\"tags\":[\"whale\"]}", - "last_payout": "2016-08-29T23:23:36", - "last_update": "2016-07-30T10:58:36", + "id": 119297, + "json_metadata": "{\"tags\":[\"trading\"]}", + "last_payout": "2016-08-20T04:14:33", + "last_update": "2016-07-15T13:35:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4589,17 +4589,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "olegw", - "parent_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "net_votes": 14, + "parent_author": "jl777", + "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", "percent_hbd": 10000, - "permlink": "re-olegw-beluga-whale-underwater-steemit-logo-animation-video-20160730t105829508z", + "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133508316z", "reward_weight": 10000, - "root_author": "olegw", - "root_permlink": "beluga-whale-underwater-steemit-logo-animation-video", + "root_author": "jl777", + "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", "title": "", "total_payout_value": { - "amount": "0", + "amount": "167989", "nai": "@@000000013", "precision": 3 }, @@ -4608,29 +4608,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T08:33:57", + "active": "2016-07-15T14:39:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 122, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "You should buy more STEEM.", + "body": "Original Article. https://bitbillions.com/transcendental-meditation-and-financial-freedom/\n\nDownvoted for not posting source and for ads that are not relevant to the article.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "meditation", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T08:33:57", + "created": "2016-07-15T14:13:45", "curator_payout_value": { - "amount": "36", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 554864, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T02:43:03", - "last_update": "2016-08-02T08:33:57", + "id": 119720, + "json_metadata": "{\"tags\":[\"meditation\"],\"links\":[\"https://bitbillions.com/transcendental-meditation-and-financial-freedom/\"]}", + "last_payout": "2016-08-15T14:12:18", + "last_update": "2016-07-15T14:13:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4638,17 +4638,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "jl777", - "parent_permlink": "the-300", + "net_votes": 1, + "parent_author": "transcendfinance", + "parent_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", "percent_hbd": 10000, - "permlink": "re-jl777-the-300-20160802t083358046z", + "permlink": "re-transcendfinance-what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything-20160715t141347474z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "the-300", + "root_author": "transcendfinance", + "root_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", "title": "", "total_payout_value": { - "amount": "112", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -4657,29 +4657,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T16:42:54", + "active": "2016-07-15T14:25:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 19, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Ok. Sorry.", + "body": "The little fish are all counted equally on the 'hot' index. This means that if you are popular with the people, then the whales will see your post and you will likely get some big votes.\n\nEveryone contributes in different ways, but every contribution matters. The key to success is to write stuff that appeals to the audience. The Audience is your fellow steem users. \n\nCurrently this audience is very interested in Steem and that is OK for now. Eventually it will diversify as people look for more interesting content.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, - "children_abs_rshares": 0, - "created": "2016-08-07T12:41:30", + "category": "steem", + "children": 0, + "children_abs_rshares": 0, + "created": "2016-07-15T14:25:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 661017, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T18:39:24", - "last_update": "2016-08-07T16:42:54", + "id": 119830, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T07:10:39", + "last_update": "2016-07-15T14:25:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4687,17 +4687,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "klye", - "parent_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "net_votes": 0, + "parent_author": "nomoreheroes7", + "parent_permlink": "steem-and-the-little-fish-dilemma", "percent_hbd": 10000, - "permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t124124518z", + "permlink": "re-nomoreheroes7-steem-and-the-little-fish-dilemma-20160715t142544042z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "root_author": "nomoreheroes7", + "root_permlink": "steem-and-the-little-fish-dilemma", "title": "", "total_payout_value": { - "amount": "38", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -4706,29 +4706,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T23:21:06", + "active": "2016-07-15T14:32:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 14, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Short answer for your question is no. The reason is simple because Steem power is centralised.", + "body": "we must keep a minimum set of data to prevent abusive signups.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 6, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T14:05:45", + "created": "2016-07-15T14:32:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 662080, + "depth": 2, + "id": 119895, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T01:48:18", - "last_update": "2016-08-07T14:05:45", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T14:32:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4737,16 +4737,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "techemist", - "parent_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "parent_author": "tinfoilfedora", + "parent_permlink": "re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t060855700z", "percent_hbd": 10000, - "permlink": "re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t140535065z", + "permlink": "re-tinfoilfedora-re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t143213342z", "reward_weight": 10000, - "root_author": "techemist", - "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", "title": "", "total_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -4755,29 +4755,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T03:40:18", + "active": "2016-07-15T14:44:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 16, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Where is yours newsletter? Yes all that pictures are really funny but still we deserve more \u263a", + "body": "Don't know how I missed it the first time, thanks for pointing it out again.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T14:22:15", + "created": "2016-07-15T14:43:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 662307, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T18:29:03", - "last_update": "2016-08-07T14:22:15", + "id": 120031, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T06:37:00", + "last_update": "2016-07-15T14:43:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4785,17 +4785,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "stan", - "parent_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "net_votes": 2, + "parent_author": "mindover", + "parent_permlink": "still-confused-about-steemit-i-ll-make-it-simple", "percent_hbd": 10000, - "permlink": "re-stan-just-got-my-dollar-vigilante-newsletter-all-about-steemit-20160807t142208004z", + "permlink": "re-mindover-still-confused-about-steemit-i-ll-make-it-simple-20160715t144318106z", "reward_weight": 10000, - "root_author": "stan", - "root_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", + "root_author": "mindover", + "root_permlink": "still-confused-about-steemit-i-ll-make-it-simple", "title": "", "total_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -4804,29 +4804,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T23:21:06", + "active": "2016-07-17T03:23:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 14, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "One time payment don't mean anything. That reminds me on one hit wonder bands. After all they didn't get the 'real' money. When all of them find Poloniex SBD will be in danger. Don't get me wrong I'm not against Steemit but for now this is not the solution for the question from the title.", + "body": "We are coming out stronger than ever.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T14:59:48", + "created": "2016-07-17T02:14:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 662812, + "depth": 2, + "id": 134904, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T01:48:18", - "last_update": "2016-08-07T14:59:48", + "last_payout": "2016-08-17T03:15:09", + "last_update": "2016-07-17T02:14:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4834,17 +4834,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "ukblogger", - "parent_permlink": "re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t141922933z", + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "re-madnation-the-rise-of-steemit-20160717t021122070z", "percent_hbd": 10000, - "permlink": "re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t145936508z", + "permlink": "re-venuspcs-re-madnation-the-rise-of-steemit-20160717t021446026z", "reward_weight": 10000, - "root_author": "techemist", - "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "root_author": "madnation", + "root_permlink": "the-rise-of-steemit", "title": "", "total_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -4853,29 +4853,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T16:57:21", + "active": "2016-07-17T04:06:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Could be worth a lot less than a US $.", + "body": "We are not calculating or storing those keys at the momentum to prevent new hacking attempts while we audit all of our key handling.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T16:57:21", + "created": "2016-07-17T04:06:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 664634, + "depth": 1, + "id": 136660, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T01:48:18", - "last_update": "2016-08-07T16:57:21", + "last_payout": "2016-08-20T02:40:39", + "last_update": "2016-07-17T04:06:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4883,14 +4883,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "blakemiles84", - "parent_permlink": "re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t152134107z", + "net_votes": 1, + "parent_author": "msutyler", + "parent_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", "percent_hbd": 10000, - "permlink": "re-blakemiles84-re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t165709892z", + "permlink": "re-msutyler-can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack-20160717t040604256z", "reward_weight": 10000, - "root_author": "techemist", - "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", + "root_author": "msutyler", + "root_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", "title": "", "total_payout_value": { "amount": "0", @@ -4902,29 +4902,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T08:34:03", + "active": "2016-07-17T07:45:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 15, + "author": "dantheman", + "author_rewards": 80, "beneficiaries": [], - "body": "You don't need to convert your Steem dollars to Steem. You can trade Steem dollars directly on Poloniex under the ticker SBD.", + "body": "As far as we can tell the hacker did not get passwords, just keys. \n\nYour account will be restored and secure as any new account.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-07T17:11:15", + "created": "2016-07-17T04:12:03", "curator_payout_value": { - "amount": "0", + "amount": "62", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 664931, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-07T05:11:00", - "last_update": "2016-08-07T17:11:15", + "id": 136735, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:36:21", + "last_update": "2016-07-17T04:12:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4932,17 +4932,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "ebenezer", - "parent_permlink": "steem-dollars-to-steem", + "net_votes": 4, + "parent_author": "sigmajin", + "parent_permlink": "some-post-hack-security-concerns", "percent_hbd": 10000, - "permlink": "re-ebenezer-steem-dollars-to-steem-20160807t171109987z", + "permlink": "re-sigmajin-some-post-hack-security-concerns-20160717t041159414z", "reward_weight": 10000, - "root_author": "ebenezer", - "root_permlink": "steem-dollars-to-steem", + "root_author": "sigmajin", + "root_permlink": "some-post-hack-security-concerns", "title": "", "total_payout_value": { - "amount": "30", + "amount": "262", "nai": "@@000000013", "precision": 3 }, @@ -4951,29 +4951,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-16T01:22:30", + "active": "2016-07-17T22:24:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 4397, + "author": "dantheman", + "author_rewards": 624, "beneficiaries": [], - "body": "I had an idea about **Steemit billboard** from the beginning and I created one. After I finished my design, yes I'm not designer :) I paid for printing. My idea was simple, I will put that poster anyway, but with the help of the community it could end up on the best possible location. \n![Sequence02.Still003300c6.jpg](https://www.steemimg.com/images/2016/08/15/Sequence02.Still003300c6.jpg)\n\nAt the very beginning someone gave me a flag so I was hidden for most voters. In that post I presented the idea and showed the video of my poster in front of the Billboard filmed from the air.\n\nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/26/vlcsnap-2016-07-26-18h35m24s7418a65f.jpg\n It was nice video but I removed it (in a rage) from my YouTube channel. Don't do that, there are no undo option in Youtube.\n\n\n\nThis account was hacked so in the hurry, someone also put similar plan on the Steemit, I used my other account (@sir) for that post; https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video. After really bad start, my post was flaged, I asked (as AGS investor) for help from the #Bitshares community. Trough that community I bought this account in the early days when was impossible to create one. I may be only idiot who paid for Steemit account. \n\nAfter my call I received almost $300 and everything was as I expected. I was so thrilled that I invited (real) friends not just those from Facebook and Twitter to join Steemit. 'Collected' money was not enough to finance any Billboard location but that was fine for me because I knew that I did not make a masterpiece.\n\nThan came mighty **@dantheman** with all his power and downvoted my post, he took all the money. What can I do after that? Of course my first reaction was - I will leave Steemit. @dantheman or Dan Larimer is Mark Zuckenberg of Steemit and I have no other options. \n\nAs I promised I placed the poster. Somebody must have noticed, is located in a great place, Zagreb's main avenue - [Ljubljanska avenija.](https://www.google.hr/maps/place/Ljubljanska+avenija,+10000,+Zagreb/@45.7974363,15.8781815,17z/data=!4m8!1m2!2m1!1scity+center+near+Ljubljanska+avenija,+Zagreb!3m4!1s0x4765d17aeed55db5:0xf1794356637a81c5!8m2!3d45.7974363!4d15.8803702?hl=en&hl=en)\n\nI learned my lessons first as AGS investor and now again. I have no doubt @dantheman is brilliant programmer and blockchain visionary but he really need to rework Steem voting system - and some other things ... Too much power in one's hands can not be good.\n\n\n\nhttps://youtu.be/L_IwccM-kJA\n\nThis post is just proof that I did it. Billboard is there for more than a week. Thank you again @stan.", + "body": "Steem dollars are pegged to price feed. We can change what the feed tracks as soon as hyperinflation starts.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-15T18:06:45", + "created": "2016-07-17T11:25:03", "curator_payout_value": { - "amount": "1125", + "amount": "647", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 820766, - "json_metadata": "{\"tags\":[\"steemit\",\"video\",\"marketing\",\"bitshares\",\"steem\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", - "last_payout": "2016-09-15T19:01:42", - "last_update": "2016-08-15T18:06:45", + "depth": 1, + "id": 142852, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:37:03", + "last_update": "2016-07-17T11:25:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -4981,17 +4981,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 42, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 10, + "parent_author": "jholdsworthy", + "parent_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", "percent_hbd": 10000, - "permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "permlink": "re-jholdsworthy-why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars-20160717t112503522z", "reward_weight": 10000, - "root_author": "fminerten1", - "root_permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", - "title": "This Steemit Billboard is for @dantheman, Bitshares and Steemit community - video", + "root_author": "jholdsworthy", + "root_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "title": "", "total_payout_value": { - "amount": "5309", + "amount": "2050", "nai": "@@000000013", "precision": 3 }, @@ -4999,177 +4999,177 @@ "vote_rshares": 0 }, { - "abs_rshares": 39193647153, - "active": "2016-08-16T08:05:54", + "abs_rshares": 0, + "active": "2016-07-17T14:14:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 12, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Thanks. I will try that. I'm so bad in English.", - "cashout_time": "2016-08-23T08:05:54", - "category": "writing", - "children": 0, + "body": "That video is wrong. He did not vote multiple times and have them all count.", + "cashout_time": "1969-12-31T23:59:59", + "category": "hack", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-16T08:05:54", + "created": "2016-07-17T11:41:27", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 830885, - "json_metadata": "{\"tags\":[\"writing\"]}", - "last_payout": "2016-08-17T10:03:54", - "last_update": "2016-08-16T08:05:54", + "id": 143070, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-25T12:10:06", + "last_update": "2016-07-17T11:41:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 39193647153, + "net_rshares": 0, "net_votes": 1, - "parent_author": "exyle", - "parent_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "parent_author": "silvan", + "parent_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", "percent_hbd": 10000, - "permlink": "re-exyle-a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit-20160816t080522006z", + "permlink": "re-silvan-warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit-20160717t114128268z", "reward_weight": 10000, - "root_author": "exyle", - "root_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", + "root_author": "silvan", + "root_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", "title": "", "total_payout_value": { - "amount": "16", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 178994928568543513, - "vote_rshares": 39193647153 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 38425144268, - "active": "2016-08-16T13:58:51", + "abs_rshares": 0, + "active": "2016-07-17T16:38:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 15, + "author": "dantheman", + "author_rewards": 36, "beneficiaries": [], - "body": "There are no technical analysis that could save STEEM from @dantheman and @smooth.", - "cashout_time": "2016-08-23T13:58:51", - "category": "steem", - "children": 0, + "body": "You can cancel power down.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-16T13:58:51", + "created": "2016-07-17T16:30:57", "curator_payout_value": { - "amount": "0", + "amount": "32", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 834496, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dantheman\",\"smooth\"]}", - "last_payout": "2016-08-17T04:19:39", - "last_update": "2016-08-16T13:58:51", + "depth": 2, + "id": 147832, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-17T16:30:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 38425144268, - "net_votes": 1, - "parent_author": "ozchartart", - "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "biophil", + "parent_permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t162156728z", "percent_hbd": 10000, - "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016-20160816t135819054z", + "permlink": "re-biophil-re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t163056247z", "reward_weight": 10000, - "root_author": "ozchartart", - "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", "title": "", "total_payout_value": { - "amount": "21", + "amount": "118", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 175518618517229734, - "vote_rshares": 38425144268 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 403079342994, - "active": "2016-08-17T10:14:51", + "abs_rshares": 0, + "active": "2016-07-17T20:18:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "fminerten1", - "author_rewards": 139, + "author": "dantheman", + "author_rewards": 493, "beneficiaries": [], - "body": "This one in Croatia is on me :)\nhttps://youtu.be/L_IwccM-kJA", - "cashout_time": "2016-08-23T20:09:24", - "category": "steemit", - "children": 4, + "body": "People value power and influence, steem power gives you the ability to influence who gets what. Every argument for Bitcoin or eth is also relevant.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-16T20:09:24", + "created": "2016-07-17T19:00:24", "curator_payout_value": { - "amount": "57", + "amount": "535", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 840549, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", - "last_payout": "2016-08-17T23:58:57", - "last_update": "2016-08-16T20:09:24", + "id": 150638, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T15:41:33", + "last_update": "2016-07-17T19:00:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 403079342994, - "net_votes": 7, - "parent_author": "steemdrive", - "parent_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "net_rshares": 0, + "net_votes": 8, + "parent_author": "team-leibniz", + "parent_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", "percent_hbd": 10000, - "permlink": "re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t200849221z", + "permlink": "re-team-leibniz-but-its-a-scam-right-how-do-you-explain-steem-to-others-20160717t190024852z", "reward_weight": 10000, - "root_author": "steemdrive", - "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "root_author": "team-leibniz", + "root_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", "title": "", "total_payout_value": { - "amount": "206", + "amount": "1619", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1688704859121009349, - "vote_rshares": 403079342994 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-29T16:40:48", + "active": "2016-07-18T00:58:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "itsascam", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You are wrong. There was no \"last time\" because this is an impostor. Look before you leap.", - "cashout_time": "2016-09-05T16:33:45", - "category": "blog", + "body": "I believe those are ours.", + "cashout_time": "1969-12-31T23:59:59", + "category": "the-hack", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T16:33:45", + "created": "2016-07-18T00:44:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1043338, - "json_metadata": "{}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-29T16:34:54", + "depth": 1, + "id": 156688, + "json_metadata": "{\"tags\":[\"the-hack\"]}", + "last_payout": "2016-08-24T02:09:03", + "last_update": "2016-07-18T00:44:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5177,14 +5177,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "iggy", - "parent_permlink": "re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t090437472z", + "net_votes": 2, + "parent_author": "flexcougar", + "parent_permlink": "the-hacker-keys-or-the-savior", "percent_hbd": 10000, - "permlink": "re-iggy-re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t113049669z", + "permlink": "re-flexcougar-the-hacker-keys-or-the-savior-20160718t004416582z", "reward_weight": 10000, - "root_author": "sasccha", - "root_permlink": "our-life-on-planet-earth-part-3-what-happens-after-death", + "root_author": "flexcougar", + "root_permlink": "the-hacker-keys-or-the-savior", "title": "", "total_payout_value": { "amount": "0", @@ -5196,29 +5196,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T10:51:51", + "active": "2016-07-18T04:28:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "itsascam", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 7, "beneficiaries": [], - "body": "Good for you to come back. As you know there is no censorship here. We were taking bets on whether you would make a return. I lost mine.", + "body": "It will, soon", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T18:56:33", + "created": "2016-07-18T03:38:36", "curator_payout_value": { - "amount": "0", + "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 730552, - "json_metadata": "{}", - "last_payout": "2016-09-10T08:44:36", - "last_update": "2016-08-10T18:56:33", + "depth": 2, + "id": 159038, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T03:36:21", + "last_update": "2016-07-18T03:38:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5226,17 +5226,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "dollarvigilante", - "parent_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "net_votes": 4, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033450000z", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-steemit-is-a-scam-how-bernie-sanders-screwed-me-20160810t135502951z", + "permlink": "re-tinfoilfedora-re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033835988z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", + "root_author": "ashold882015", + "root_permlink": "how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked", "title": "", "total_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, @@ -5245,29 +5245,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T09:41:54", + "active": "2016-07-18T11:43:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "itsascam", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You have to work real hard and be good at a lot of stuff to get the mad downvoting power.", + "body": "The hack delayed our follow feed. You can start following people today.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T07:30:00", + "created": "2016-07-18T11:30:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 720367, - "json_metadata": "{}", - "last_payout": "2016-09-09T17:11:09", - "last_update": "2016-08-10T07:30:00", + "id": 164389, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T11:22:27", + "last_update": "2016-07-18T11:30:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5275,14 +5275,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "dollarvigilante", - "parent_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "net_votes": 0, + "parent_author": "samuelcole90", + "parent_permlink": "my-problem-with-steemit", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t022727595z", + "permlink": "re-samuelcole90-my-problem-with-steemit-20160718t113033912z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "root_author": "samuelcole90", + "root_permlink": "my-problem-with-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -5293,128 +5293,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 558491012339, - "active": "2016-09-15T19:40:21", + "abs_rshares": 0, + "active": "2016-07-19T01:07:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "panadacoin", - "author_rewards": 224, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Today, after a long time of consideration, I cancelled my power-down. I have been continuously powering-down since the second week of mining. It was a great, profitable run. However, I see much more value in Steem than is currently reflected by the price. I do not want to be part of an issue that is holding Steem back from the greatness it can achieve some day.", - "cashout_time": "2016-09-21T15:46:45", - "category": "steem", - "children": 2, + "body": "Orignal article http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-14T15:46:45", + "created": "2016-07-19T00:56:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1244261, - "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"price\",\"market\",\"sp\"]}", - "last_payout": "2016-09-15T15:48:03", - "last_update": "2016-09-14T15:46:45", + "depth": 1, + "id": 177377, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/\"]}", + "last_payout": "2016-08-19T00:57:12", + "last_update": "2016-07-19T00:56:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 558491012339, - "net_votes": 10, - "parent_author": "", - "parent_permlink": "steem", - "percent_hbd": 10000, - "permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "hofman386", + "parent_permlink": "15-signs-of-a-healthy-relationship", + "percent_hbd": 10000, + "permlink": "re-hofman386-15-signs-of-a-healthy-relationship-20160719t005652504z", "reward_weight": 10000, - "root_author": "panadacoin", - "root_permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", - "title": "I have cancelled my power-down(one of the longest consecutive running power-downs)", + "root_author": "hofman386", + "root_permlink": "15-signs-of-a-healthy-relationship", + "title": "", "total_payout_value": { - "amount": "142", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 558491012339 + "vote_rshares": 0 }, { - "abs_rshares": 535588984395, - "active": "2016-09-14T16:51:42", + "abs_rshares": 0, + "active": "2016-07-19T01:31:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "panadacoin", - "author_rewards": 282, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "http://i.imgur.com/233fZ9Q.png\n\nIt was mid-afternoon on a Thursday. I was looking for new coin Announcements to troll. All of a sudden I spot it: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch). \nMy face starts converting into the shape of a troll. I had attempted to mine it on the original launch, but never got past compilation. This time, I started digging through the github, and I was blown away. It was not some basic cookie-cutter clonecoin. It was something that took a lot of time and effort. I still could not figure out how to get mining though. So, I did as any greedy troll would do, I started demanding info from the developers(it was an account named reverseflash at the time). Everyone was patient with me, and I was able to get mining. I still was under assumption that this was just another shitcoin. I had no idea it would become the base of what steemit.com was built on. But, like any greedy troll, I did not want to miss out....just in case. \n\nI eventually made a post to help others compile the original version of steemd and the cli_wallet. I like to think that it helped many people get started that would not have been able to. It was the first step-by-step guide, but eventually once steemit.com was released, a couple people copied my guide word for word basically and got paid pretty nice for it. Glad I could help out a little there too.\n\nI never did become a member of the steemit.com. I had been pretty rude a few times in the early days in the thread. Also, blogging was never really my thing. I was a troll...but I like to think a white-hat troll. The main purpose of the panadacoin bitcointalk account was so I could troll shitty coins, and maybe save some people from losing money, while having the anonymity of a joke account. I even wore a shitty sig for yobit for a while cause I figured I may as well get paid for trolling. It was just a bad coincidence that the largest of my mining accounts would be named after a troll that I was embarrassed to be associated with. \n\nWell, time went on. Steemit.com blew up to sizes beyond almost anyones expectations. I started wanting to be a bigger part of it but did not know where/how to start. I learned about curating and started practicing that. But it was boring just voting and never talking, so I lost interest pretty quick. \n\nI would like to start contributing more, maybe writing some posts in the future. I apologize to anyone I was rude to in the mining launch, whoever was in control of thereverseflash account. And also, I hope I helped some of you get started mining with my early compiling guide. And I apologize for only powering down and not really contributing before. But remember please, I started this as a miner, I had no idea what it would become.", - "cashout_time": "2016-09-05T21:13:15", - "category": "introduceyourself", - "children": 4, + "body": "the same amount of money is being distributed regardless. Supply change is constant. It just is more or less concentrated.", + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-29T21:13:15", + "created": "2016-07-19T01:31:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1046964, - "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\",\"steemit\",\"bitcointalk\",\"pow\"],\"image\":[\"http://i.imgur.com/233fZ9Q.png\"]}", - "last_payout": "2016-08-30T21:13:15", - "last_update": "2016-08-29T21:13:15", + "depth": 3, + "id": 177858, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-20T10:21:54", + "last_update": "2016-07-19T01:31:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 535588984395, - "net_votes": 6, - "parent_author": "", - "parent_permlink": "introduceyourself", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "announcement", + "parent_permlink": "re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160718t233732000z", "percent_hbd": 10000, - "permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "permlink": "re-announcement-re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160719t013210889z", "reward_weight": 10000, - "root_author": "panadacoin", - "root_permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", - "title": "Panadacoin: I have been part of the problem until now. But, I would like to start contributing to the community", + "root_author": "announcement", + "root_permlink": "suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency", + "title": "", "total_payout_value": { - "amount": "264", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 535588984395 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-10T03:05:45", + "active": "2016-07-19T16:35:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 529, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "The flaw in your argument is that his posts are not low quality. They are well-written, carefully edited, easy to understand, nicely formatted, and are effective in connecting with the reader. If there is no steak to his sizzle then I guess people might lose interest and his rewards will stop, or they might not (after all, the later Twilight movies and books still did quite well).\n\nI couldn't follow the case you were making against him in your post, which doesn't mean that the accusations aren't true, but it most certainly does mean that your posts are not as good as his.", + "body": "I have been asking for this myself, but right now we have been responding to a flood of traffic, attempting to scale our servers, etc.", "cashout_time": "1969-12-31T23:59:59", - "category": "scam", - "children": 1, + "category": "steemit-faq", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T03:01:06", + "created": "2016-07-19T01:45:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 717066, - "json_metadata": "{\"tags\":[\"scam\"]}", - "last_payout": "2016-09-09T20:14:57", - "last_update": "2016-08-10T03:01:06", + "depth": 1, + "id": 178055, + "json_metadata": "{\"tags\":[\"steemit-faq\"]}", + "last_payout": "2016-08-22T22:21:39", + "last_update": "2016-07-19T01:45:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5422,17 +5422,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 12, - "parent_author": "moonjelly", - "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "net_votes": 3, + "parent_author": "dmitriybtc", + "parent_permlink": "steemit-developers-should-try-to-be-more-people-oriented", "percent_hbd": 10000, - "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t030104400z", + "permlink": "re-dmitriybtc-steemit-developers-should-try-to-be-more-people-oriented-20160719t014552578z", "reward_weight": 10000, - "root_author": "moonjelly", - "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "root_author": "dmitriybtc", + "root_permlink": "steemit-developers-should-try-to-be-more-people-oriented", "title": "", "total_payout_value": { - "amount": "423", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -5441,29 +5441,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-31T20:35:12", + "active": "2016-07-19T12:52:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 23, "beneficiaries": [], - "body": "That astronaut needs a steemit logo on the space suit. Or the beer bottle. Or something.", + "body": "Yes we will.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "hack", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-10T05:28:24", + "created": "2016-07-19T12:39:18", "curator_payout_value": { - "amount": "0", + "amount": "21", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 718971, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T11:24:33", - "last_update": "2016-08-10T05:28:24", + "id": 187075, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-20T02:34:15", + "last_update": "2016-07-19T12:39:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5471,17 +5471,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "the-alien", - "parent_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "net_votes": 2, + "parent_author": "redexi", + "parent_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", "percent_hbd": 10000, - "permlink": "re-the-alien-holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words-20160810t052823700z", + "permlink": "re-redexi-steemit-com-how-i-survived-the-downtime-and-why-you-should-care-20160719t123917963z", "reward_weight": 10000, - "root_author": "the-alien", - "root_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", + "root_author": "redexi", + "root_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", "title": "", "total_payout_value": { - "amount": "0", + "amount": "82", "nai": "@@000000013", "precision": 3 }, @@ -5490,29 +5490,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T06:29:27", + "active": "2016-07-19T22:57:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 15, "beneficiaries": [], - "body": "Thanks for the review. I've heard of that restaurant but never tried it. Now planning to!", + "body": "No. They should just use password update", "cashout_time": "1969-12-31T23:59:59", - "category": "food", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T05:54:12", + "created": "2016-07-19T22:12:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 719269, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "2016-09-09T15:19:39", - "last_update": "2016-08-10T05:54:12", + "depth": 2, + "id": 200955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:12:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5520,17 +5520,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "lasvegasgirl", - "parent_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "net_votes": 3, + "parent_author": "cryptofunk", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220050757z", "percent_hbd": 10000, - "permlink": "re-lasvegasgirl-my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3-20160810t055413500z", + "permlink": "re-cryptofunk-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221230062z", "reward_weight": 10000, - "root_author": "lasvegasgirl", - "root_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", "title": "", "total_payout_value": { - "amount": "0", + "amount": "51", "nai": "@@000000013", "precision": 3 }, @@ -5539,29 +5539,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T06:00:27", + "active": "2016-07-19T22:57:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 15, "beneficiaries": [], - "body": "I don't mind hiding it from main pages by default so people who don't want it don't find it shoved in their faces, but I don't think it should be completely hidden from a blog, or perhaps a button should be added on the blog page to show it.", + "body": "We are looking into this, make sure your memo key is also unique. It appears our checks are yielding some false positives.", "cashout_time": "1969-12-31T23:59:59", - "category": "nsfw", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T06:00:27", + "created": "2016-07-19T22:19:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 719353, - "json_metadata": "{\"tags\":[\"nsfw\"]}", - "last_payout": "2016-09-09T17:24:09", - "last_update": "2016-08-10T06:00:27", + "depth": 3, + "id": 201146, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T22:19:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5569,17 +5569,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "xcynosure", - "parent_permlink": "re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160809t232910173z", + "net_votes": 3, + "parent_author": "steem1", + "parent_permlink": "re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220458094z", "percent_hbd": 10000, - "permlink": "re-xcynosure-re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160810t060028500z", + "permlink": "re-steem1-re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221925526z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye", + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", "title": "", "total_payout_value": { - "amount": "0", + "amount": "51", "nai": "@@000000013", "precision": 3 }, @@ -5588,29 +5588,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-30T12:32:39", + "active": "2016-07-23T18:02:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 77283, "beneficiaries": [], - "body": "I think it should show up on blogs, maybe with a check box. Not throwing it up on the front page where people who don't want it is fine, but if someone decides to look at your blog, that is their choice.", + "body": "Steem is no more inflationary than Bitcoin. Only 10% of market cap is redistributed each year.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T06:02:24", + "created": "2016-07-20T12:08:39", "curator_payout_value": { - "amount": "0", + "amount": "962", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 719376, + "id": 217551, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T12:02:15", - "last_update": "2016-08-10T06:02:24", + "last_payout": "2016-08-23T18:00:45", + "last_update": "2016-07-20T12:08:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5618,17 +5618,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "klye", - "parent_permlink": "nsfw-content-not-showing-up-in-blog", + "net_votes": 8, + "parent_author": "mahekg", + "parent_permlink": "how-can-steemit-be-workable-long-term", "percent_hbd": 10000, - "permlink": "re-klye-nsfw-content-not-showing-up-in-blog-20160810t060222600z", + "permlink": "re-mahekg-how-can-steemit-be-workable-long-term-20160720t120839908z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "nsfw-content-not-showing-up-in-blog", + "root_author": "mahekg", + "root_permlink": "how-can-steemit-be-workable-long-term", "title": "", "total_payout_value": { - "amount": "0", + "amount": "282700", "nai": "@@000000013", "precision": 3 }, @@ -5637,29 +5637,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T09:17:21", + "active": "2016-07-20T21:02:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 157, + "author": "dantheman", + "author_rewards": 61, "beneficiaries": [], - "body": "@moonjelly\n> @smooth ... with his 24 accounts\n\nIncorrect. In fact I have thousands of accounts (keep that in mind when you are advocating for more \"fair\" voting) but I only vote with two of them, smooth/smooth.witness. Any other bots you see copying my votes (and there are some) are not mine.\n\nI explained the reason I didn't vote for this post and it isn't because it is critical of Steem/it or the voting system (I have voted for critical posts before). It is because the post does not effectively present a clear message. It is not a high quality post in my (subjective) opinion.", + "body": "Min length. Going forward we will actually be enforcing full private keys as password.", "cashout_time": "1969-12-31T23:59:59", - "category": "scam", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T06:19:27", + "created": "2016-07-20T21:02:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 719603, - "json_metadata": "{\"tags\":[\"scam\"],\"users\":[\"moonjelly\",\"smooth\"]}", - "last_payout": "2016-09-09T20:14:57", - "last_update": "2016-08-10T09:17:21", + "depth": 2, + "id": 229489, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5667,17 +5667,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "moonjelly", - "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", + "net_votes": 4, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t015053169z", "percent_hbd": 10000, - "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t061926300z", + "permlink": "re-ausbitbank-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210215478z", "reward_weight": 10000, - "root_author": "moonjelly", - "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", "title": "", "total_payout_value": { - "amount": "125", + "amount": "210", "nai": "@@000000013", "precision": 3 }, @@ -5686,29 +5686,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T15:34:51", + "active": "2016-07-20T21:07:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 424, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "> Finally a post that bucks the trends, is openly critical and is getting some votes from whales. Color me surprised \n\nThere have been numerous critical posts that have gotten votes from whales. It mostly depends on them being well-written and thoughtful.\n\nThe idea that critical posts don't get votes is dead wrong. A well-written and thoughtful critical post will get _far more_ votes than a positive post that is of poor quality.", + "body": "If they forget password we cannot help them.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T06:38:00", + "created": "2016-07-20T21:02:57", "curator_payout_value": { - "amount": "287", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 719807, + "depth": 2, + "id": 229503, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:24:24", - "last_update": "2016-08-10T06:38:00", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-20T21:02:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5716,17 +5716,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "doctorstrange", - "parent_permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t230201122z", + "net_votes": 2, + "parent_author": "itstimetostop", + "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t012312680z", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t063800500z", + "permlink": "re-itstimetostop-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210256723z", "reward_weight": 10000, - "root_author": "steve-walschot", - "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", "title": "", "total_payout_value": { - "amount": "868", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -5735,29 +5735,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T14:01:54", + "active": "2016-07-21T12:22:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 21626, + "author": "dantheman", + "author_rewards": 13, "beneficiaries": [], - "body": "> many extraordinary posts that day are going to bite the dust being shadowed by that celebrity\n\nSomewhat, but that is oversimplified and contributes to a zero-sum mentality. Yes it is true that the pool is literally zero-sum as long as the STEEM price doesn't change, but the effect is pretty modest. Currently the reward pool is about $100 000 per day. On the day he made $15K, approximately $85K went other posts. If you didn't earn, it is because your post didn't gain an audience and get votes. It is not because TDV took all the money.\n\nIn fact there is concrete proof of this. If I recall correctly, the very same day that TDV got $15K, the Playmate got $12K (sorry if not exact number). His success did not prevent her from also doing well nor did her success stop him from doing the same. And despite both of them getting historic payouts on the very same day, _73% of the reward pool was still available_ for other posts.\n\nIf your posts aren't getting rewarded, focus on marketing and promoting to develop an audience and improving the quality of the posts to increase conversions (how many people who see the posts vote for them). Pointing at someone else who is (in some vague sense) responsible for you not geting 15% of the reward pool rather than focusing on why you aren't getting a piece of the other 85% and what you can do to change that is doing yourself a disservice.", + "body": "Mute will work once we get caught up on account recovery and registration.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 6, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T06:43:30", + "created": "2016-07-21T12:22:27", "curator_payout_value": { - "amount": "14720", + "amount": "7", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 719876, + "depth": 1, + "id": 245548, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:24:24", - "last_update": "2016-08-10T06:52:27", + "last_payout": "2016-08-21T13:43:06", + "last_update": "2016-07-21T12:22:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5765,17 +5765,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 23, - "parent_author": "anduweb", - "parent_permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t220512582z", + "net_votes": 2, + "parent_author": "daenerys", + "parent_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", "percent_hbd": 10000, - "permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t064328400z", + "permlink": "re-daenerys-this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please-20160721t122228356z", "reward_weight": 10000, - "root_author": "steve-walschot", - "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "root_author": "daenerys", + "root_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", "title": "", "total_payout_value": { - "amount": "44354", + "amount": "45", "nai": "@@000000013", "precision": 3 }, @@ -5784,29 +5784,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T08:36:57", + "active": "2016-07-21T19:06:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 75, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "The reward pool earns 2 STEEM per block, so that is 57 600 STEEM/day. A maximum of 25% of that goes to voters, but that is reduced in practice because authors vote for themselves (by default in the UI) and by the penalty for voting within the first 30 minutes. This might be slightly less than $100K now with the reduced STEEM price (though it was higher when TDV made his first post), but still reasonably close.", + "body": "Nice try. \n- your friendly neighborhood whale.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "funny", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T08:10:45", + "created": "2016-07-21T12:36:00", "curator_payout_value": { - "amount": "47", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 720802, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:24:24", - "last_update": "2016-08-10T08:36:57", + "depth": 1, + "id": 245865, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-23T20:40:45", + "last_update": "2016-07-21T12:36:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5814,17 +5814,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "anduweb", - "parent_permlink": "re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t065028798z", + "net_votes": 5, + "parent_author": "pipokinha", + "parent_permlink": "all-you-whales-are-now-under-my-power-upvote", "percent_hbd": 10000, - "permlink": "re-anduweb-re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t081045000z", + "permlink": "re-pipokinha-all-you-whales-are-now-under-my-power-upvote-20160721t123600578z", "reward_weight": 10000, - "root_author": "steve-walschot", - "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "root_author": "pipokinha", + "root_permlink": "all-you-whales-are-now-under-my-power-upvote", "title": "", "total_payout_value": { - "amount": "152", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -5833,29 +5833,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T08:35:21", + "active": "2016-07-22T09:57:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I'm like most of your suggestions but I don't agree with color coding the reputation. The reputation system isn't really all that sophisticated or meaningful. The main purpose for which it was designed is anti-abuse (if your rep goes below zero your posts are hidden, so serial spammers and abusers don't bother us every single time until downvoted; hopefully most people will never experience this) and it mostly works for that. Featuring it with colors would give it more attention than it deserves though.", + "body": "This is designed to prevent signup abuse. You get free steem power so you can earn more.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-10T08:35:21", + "created": "2016-07-21T12:40:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 721030, + "id": 245957, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T09:19:45", - "last_update": "2016-08-10T08:35:21", + "last_payout": "2016-08-23T17:59:48", + "last_update": "2016-07-21T12:40:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5863,14 +5863,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "venuspcs", - "parent_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "net_votes": 3, + "parent_author": "hassan123", + "parent_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", "percent_hbd": 10000, - "permlink": "re-venuspcs-suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be-20160810t083520000z", + "permlink": "re-hassan123-account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is-20160721t124042328z", "reward_weight": 10000, - "root_author": "venuspcs", - "root_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", + "root_author": "hassan123", + "root_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", "title": "", "total_payout_value": { "amount": "0", @@ -5882,29 +5882,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T17:32:00", + "active": "2016-07-23T22:00:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 400, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "> Why nobody valued what I thought was an incredible contribution to the platform?\n\nMostly because we didn't see it. If you want to earn on this platform and you aren't a celebrity with a following, you need to get out there and tell people about yourself. Get on steemit.chat and network. Reach out to the more successful bloggers and see if you can get them to mention you. Get your existing network to join and vote up your stuff. There are some people doing daily \"Best of Steemit\" posts which feature new personalities and content; try to get listed in one or more of those.\n\nGetting out and doing promotional work is great, and writing good quality posts is great too. But neither of those will get you rewards if no one knows about it. TDV is great at self-promotion, and while self-promotion can become annoying and turn people off if it is excessive and if there isn't substance behind it, in the right quantity it is an essential part of being successful at almost anything.\n\nEDIT: and positivity as other stated. Can't emphasize that enough.", + "body": "If you are on your computer we may have an option to let you login with your phone via qr. we want to make this easier, but security first.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T09:23:57", + "created": "2016-07-23T03:18:09", "curator_payout_value": { - "amount": "149", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 721561, + "depth": 1, + "id": 288496, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T17:11:09", - "last_update": "2016-08-10T09:31:30", + "last_payout": "2016-08-25T12:40:48", + "last_update": "2016-07-23T03:18:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5912,17 +5912,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "oumar", - "parent_permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160809t203207169z", + "net_votes": 3, + "parent_author": "thedoctor", + "parent_permlink": "ohh-not-again-hate-writing-my-password-wrong", "percent_hbd": 10000, - "permlink": "re-oumar-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t092358200z", + "permlink": "re-thedoctor-ohh-not-again-hate-writing-my-password-wrong-20160723t031808924z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "root_author": "thedoctor", + "root_permlink": "ohh-not-again-hate-writing-my-password-wrong", "title": "", "total_payout_value": { - "amount": "602", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -5931,29 +5931,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T09:44:12", + "active": "2016-07-24T08:38:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 101, "beneficiaries": [], - "body": "Please don't spam like this. I almost flagging you which would seriously trash your rep, but I didn't for that reason. But flagging your comment as spam would be totally justified. Don't put yourself in the crosshair.", + "body": "minimum post payout is $0.02 which means that this is actually bounded.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T09:44:00", + "created": "2016-07-24T04:13:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 721751, + "depth": 1, + "id": 312998, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T17:11:09", - "last_update": "2016-08-10T09:44:12", + "last_payout": "2016-08-24T04:32:21", + "last_update": "2016-07-24T04:13:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -5961,17 +5961,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "ats-david", - "parent_permlink": "re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t041042566z", + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", "percent_hbd": 10000, - "permlink": "re-ats-david-re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t094400600z", + "permlink": "re-positive-asymptotic-vs-bounded-new-hard-fork-and-auto-spammers-20160724t041358393z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", + "root_author": "positive", + "root_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "145", "nai": "@@000000013", "precision": 3 }, @@ -5980,47 +5980,47 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T11:11:03", + "active": "2016-07-25T13:28:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 755, + "author": "dantheman", + "author_rewards": 259, "beneficiaries": [], - "body": "There is a lot of truth to what you write, but...the changing market value of STEEM has a lot to do with why some of those rewards are higher than others.\n\nStill your message overall is one of bringing value that is original and valued by the community and on that I can't support you any more strongly. \n\nBe aware though, your post is perpetuating the same sort of Steemit circlejerk. Bring value that is original and adds to Steemit, not just more posts discussing Steemit drama every day. You will get a weak upvote from me, expressing approval on the message, but I don't really want to reward all these introspective Steemit-centric posts any more, whether they come from @dollarvigilante or otherwise.", + "body": "I didn't even notice these transfers! I doubt Ned did. We don't check our accounts every day.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 4, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-10T09:58:51", + "created": "2016-07-25T13:07:51", "curator_payout_value": { - "amount": "496", + "amount": "300", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 721874, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", - "last_payout": "2016-09-09T22:54:03", - "last_update": "2016-08-10T10:00:36", - "max_accepted_payout": { - "amount": "1000000000", - "nai": "@@000000013", + "id": 345058, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T15:07:24", + "last_update": "2016-07-25T13:07:51", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 18, + "net_votes": 4, "parent_author": "hitmeasap", - "parent_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "parent_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", "percent_hbd": 10000, - "permlink": "re-hitmeasap-why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything-20160810t095850100z", + "permlink": "re-hitmeasap-what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing-20160725t130749997z", "reward_weight": 10000, "root_author": "hitmeasap", - "root_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", + "root_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", "title": "", "total_payout_value": { - "amount": "1546", + "amount": "936", "nai": "@@000000013", "precision": 3 }, @@ -6029,29 +6029,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T16:53:09", + "active": "2016-07-26T22:40:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 644, "beneficiaries": [], - "body": "I guess you aren't aware that the new accounts on Steemit are an exactly an airdrop. Thousands of STEEM are being given out every single day.", + "body": "This is why steem uses transactions as proof of stake. If steem split then this couldn't happen.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "ethereum", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-10T10:16:12", + "created": "2016-07-26T11:44:00", "curator_payout_value": { - "amount": "0", + "amount": "727", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 722013, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:03:57", - "last_update": "2016-08-10T10:16:12", + "depth": 1, + "id": 371260, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-08-26T11:17:36", + "last_update": "2016-07-26T11:44:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6059,17 +6059,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "decrypt", - "parent_permlink": "re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t040227211z", + "net_votes": 14, + "parent_author": "innuendo", + "parent_permlink": "what-are-replaying-attacts-on-ethereum", "percent_hbd": 10000, - "permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101612400z", + "permlink": "re-innuendo-what-are-replaying-attacts-on-ethereum-20160726t114401792z", "reward_weight": 10000, - "root_author": "sadochismo", - "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "root_author": "innuendo", + "root_permlink": "what-are-replaying-attacts-on-ethereum", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2262", "nai": "@@000000013", "precision": 3 }, @@ -6078,29 +6078,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T10:19:27", + "active": "2016-07-28T05:53:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Most if not all of the whales know how to make lower power votes using the CLI and do so regularly. This might be a nice feature in the GUI for whales but it does little or nothing to add value for most users so I consider it a low priority, or even a negative if it adds complexity and reduces ease of use. Anyway, there is a prototype of it in github so it will probably be rolled out at some point.", + "body": "Steem is ultimately secured by the password recovery and time-locked funds. \n\nMultifactor authentication can also be used in the future. In the mean time, users are their own worse enemies. Forgetting / losing passwords is far more common than hacking.\n\nUnfortunately, even with a 16+ character password people are too stupid (in general) to pick secure passwords. Any system that assumes people will be smart and use techniques that allow them to *remember* their password is flawed. Hell, I cannot even remember my own passwords for services most of the time.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-10T10:19:27", + "created": "2016-07-28T02:37:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 722052, + "depth": 1, + "id": 423429, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:03:57", - "last_update": "2016-08-10T10:19:27", + "last_payout": "2016-08-27T14:43:21", + "last_update": "2016-07-28T02:37:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6108,14 +6108,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "williambanks", - "parent_permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t063208016z", + "net_votes": 1, + "parent_author": "melek", + "parent_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", "percent_hbd": 10000, - "permlink": "re-williambanks-re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101928200z", + "permlink": "re-melek-steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it-20160728t023658745z", "reward_weight": 10000, - "root_author": "sadochismo", - "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "root_author": "melek", + "root_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", "title": "", "total_payout_value": { "amount": "0", @@ -6127,29 +6127,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T13:41:09", + "active": "2016-07-29T17:04:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You are not only completely incorrect about the incentives, but the incentives are the opposite of what you state. When voting for something that already has a lot of upvotes (SP), the reward is tiny (an example of this in my case was the makeup tutorial, I think my curation reward on that was 1/10 or less what I might get voting a post with little reward). When whales vote for something that already has a high payout we are doing it _despite_ the incentive not to.", + "body": "Flagged because of account name designed to collect typos on bittrex deposits.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T10:20:06", + "created": "2016-07-28T12:48:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 722059, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:03:57", - "last_update": "2016-08-10T10:20:06", + "depth": 1, + "id": 434177, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T00:46:57", + "last_update": "2016-07-28T12:48:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6157,14 +6157,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "snowflake", - "parent_permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t043149700z", + "net_votes": -1, + "parent_author": "bitrexx", + "parent_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", "percent_hbd": 10000, - "permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102005000z", + "permlink": "re-bitrexx-if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money-20160728t124830599z", "reward_weight": 10000, - "root_author": "sadochismo", - "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "root_author": "bitrexx", + "root_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", "title": "", "total_payout_value": { "amount": "0", @@ -6176,29 +6176,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T16:27:12", + "active": "2016-08-02T11:57:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 150333, "beneficiaries": [], - "body": "Flagged as repetitive. In case I'm accused of doing this to take sides, I also flagged the @dollarvigilante post that is the subject of this one. There is just too much circlejerk. What will make Steemit better is writing good posts about interesting things, sharing them, and getting upvotes, not post number 562 saying the same things about Steemit itself (positive or negative).", + "body": "It does not appear to calculate the number accurately for me. It says my votes is worth $75, but I bet this post will have more.\n\nI was correct, my single upvote is worth $475. Check your numbers.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 10, + "category": "steem", + "children": 13, "children_abs_rshares": 0, - "created": "2016-08-10T10:22:36", + "created": "2016-07-29T03:29:42", "curator_payout_value": { - "amount": "0", + "amount": "710", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 722073, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", - "last_payout": "2016-09-09T16:03:57", - "last_update": "2016-08-10T10:23:12", + "id": 453898, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T17:25:48", + "last_update": "2016-07-29T03:30:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6206,17 +6206,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "sadochismo", - "parent_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "net_votes": 17, + "parent_author": "mauricemikkers", + "parent_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", "percent_hbd": 10000, - "permlink": "re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102235400z", + "permlink": "re-mauricemikkers-steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd-20160729t032944418z", "reward_weight": 10000, - "root_author": "sadochismo", - "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "root_author": "mauricemikkers", + "root_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", "title": "", "total_payout_value": { - "amount": "0", + "amount": "480915", "nai": "@@000000013", "precision": 3 }, @@ -6225,29 +6225,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T10:29:27", + "active": "2016-07-29T11:07:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 421, + "author": "dantheman", + "author_rewards": 1641, "beneficiaries": [], - "body": "Flagged because this is redundant Steemit circlejerk. I support the idea and I even ended up downvoting @dollarvigilante's latest post, but capitalizing on Steemit circlejerk with these posts is wrong. Let's upvote all the great content that brings new value to Steemit (and I can assure you there is a lot of it) and not dozens of posts that talk about nothing but Steemit (positive and negative) every single day.", + "body": "Personalized feeds will be available next week. Bot spam will be culled. The middle class is growing. The website was just open sourced. Plagiarism is being identified and factored in. And we are working on algorithms for punishing those who attempt to harm the platform for personal profit.\n\nI would say that most of your annoyances will be resolved in the coming weeks. Unfortunately, number 10 will only get worse.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 12, "children_abs_rshares": 0, - "created": "2016-08-10T10:28:03", + "created": "2016-07-29T03:38:03", "curator_payout_value": { - "amount": "278", + "amount": "1714", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 722120, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", - "last_payout": "2016-09-09T16:24:24", - "last_update": "2016-08-10T10:29:27", + "id": 454034, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T16:52:09", + "last_update": "2016-07-29T03:38:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6255,17 +6255,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 12, - "parent_author": "steve-walschot", - "parent_permlink": "are-we-only-here-to-feed-the-narcissists", + "net_votes": 14, + "parent_author": "calamus056", + "parent_permlink": "top-10-annoyances-of-the-steemit-platform", "percent_hbd": 10000, - "permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t102802500z", + "permlink": "re-calamus056-top-10-annoyances-of-the-steemit-platform-20160729t033807998z", "reward_weight": 10000, - "root_author": "steve-walschot", - "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "root_author": "calamus056", + "root_permlink": "top-10-annoyances-of-the-steemit-platform", "title": "", "total_payout_value": { - "amount": "862", + "amount": "5249", "nai": "@@000000013", "precision": 3 }, @@ -6274,29 +6274,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T05:27:48", + "active": "2016-08-05T10:23:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "@doolgus, yes reply depth is annoying.\n\nYour comments about the removal of racist posts from steemit.com and about using an alternate blockchain view are correct. Not hard to do in fact, since you can just download the source to the steemit.com web site from their github and host your own.\n\nBTW, here is another explorer for the same blockchain hosted by a community member which provides a bit more low-level detail: https://steemd.com. You can also use that as a conventional block explorer using b/_blocknum_ and tx/_txid_ paths, though I don't see where it has a search box.", + "body": "Steemitchat_COM_VeriFyUseRNaMe_ncZ*Aus0m@^ehECG2$Sdi618oxtqTJyIa4ROBgkr7FbK#UQX5l", "cashout_time": "1969-12-31T23:59:59", - "category": "bitfinex", - "children": 0, + "category": "spam", + "children": 6, "children_abs_rshares": 0, - "created": "2016-08-08T05:16:54", + "created": "2016-07-29T03:40:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 677227, - "json_metadata": "{\"tags\":[\"bitfinex\"],\"users\":[\"doolgus\"],\"links\":[\"https://steemd.com.\"]}", - "last_payout": "2016-09-07T11:33:09", - "last_update": "2016-08-08T05:27:48", + "depth": 0, + "id": 454085, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-28T15:41:15", + "last_update": "2016-07-29T03:43:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6304,15 +6304,15 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dooglus", - "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "net_votes": 68, + "parent_author": "", + "parent_permlink": "spam", "percent_hbd": 10000, - "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t051654500z", + "permlink": "steem-chat-verification", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "tracking-the-bitfinex-heist", - "title": "", + "root_author": "dantheman", + "root_permlink": "steem-chat-verification", + "title": "Steem Chat Verification", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -6323,29 +6323,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T15:12:51", + "active": "2016-07-31T21:20:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2631, "beneficiaries": [], - "body": "Good post, but for anyone considering solo mining. If you are solo mining with a low hash rate (just a few GPUs or CPUs) it will be a _long_ wait in between blocks on average. This doesn't mean you shouldn't do it\u2013I have been a Monero solo miner for two years and an enthusiastic supporter of solo mining as better for the network and often better for the miner\u2013but you need to be prepared for these waits and the inherent luck factor.\n\nIf you have enough of a hash rate to get blocks reasonable often when solo mining, then it is a no brainer, IMO. You not only help the network, and come out ahead in terms of less less risk of being ripped off by a dishonest pool, but you also gain from lower transactions fees since you wont be receiving a lot of small pool payments.", + "body": "It should not include edits. If so that is a bug.", "cashout_time": "1969-12-31T23:59:59", - "category": "cryptocurrency", - "children": 3, + "category": "steemit", + "children": 38, "children_abs_rshares": 0, - "created": "2016-08-08T05:40:21", + "created": "2016-07-29T12:29:15", "curator_payout_value": { - "amount": "0", + "amount": "2509", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 677454, - "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", - "last_payout": "2016-09-07T17:54:12", - "last_update": "2016-08-08T05:41:15", + "id": 462293, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T01:13:12", + "last_update": "2016-07-29T12:29:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6353,17 +6353,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "sammy007", - "parent_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "net_votes": 12, + "parent_author": "winstonwolfe", + "parent_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", "percent_hbd": 10000, - "permlink": "re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t054021300z", + "permlink": "re-winstonwolfe-lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it-20160729t122913626z", "reward_weight": 10000, - "root_author": "sammy007", - "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "root_author": "winstonwolfe", + "root_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", "title": "", "total_payout_value": { - "amount": "0", + "amount": "8161", "nai": "@@000000013", "precision": 3 }, @@ -6372,29 +6372,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T06:07:54", + "active": "2016-08-09T13:54:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 373979, "beneficiaries": [], - "body": "The difference is that future posts by the same person (e.g. a spammer) will be hidden by default. It won't be necessary to flag each individual post.\n\nI have my disagreements with some aspects of it but overall it isn't too terrible.", + "body": "I will start flagging every post that applies inappropriate tags. \n\nI see a lot of good content that I would like to be rewarded, but abuse of tags will not be tolerated.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 96, "children_abs_rshares": 0, - "created": "2016-08-08T06:07:54", + "created": "2016-07-29T20:21:51", "curator_payout_value": { - "amount": "0", + "amount": "14961", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 677717, + "depth": 0, + "id": 473547, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T11:47:24", - "last_update": "2016-08-08T06:07:54", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T20:21:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6402,17 +6402,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "royaltiffany", - "parent_permlink": "re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160802t214619977z", + "net_votes": 287, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-royaltiffany-re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160808t060753400z", + "permlink": "notice-to-tag-spammers", "reward_weight": 10000, - "root_author": "royaltiffany", - "root_permlink": "steemland-reputation-system", - "title": "", + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", + "title": "Notice to Tag Spammers", "total_payout_value": { - "amount": "0", + "amount": "1059399", "nai": "@@000000013", "precision": 3 }, @@ -6421,29 +6421,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T06:10:06", + "active": "2016-07-29T20:35:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Good point.", + "body": "Great post, bad tags. Why is this in \"introduceyourself\" ?", "cashout_time": "1969-12-31T23:59:59", - "category": "cryptocurrency", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T06:10:06", + "created": "2016-07-29T20:23:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 677730, - "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", - "last_payout": "2016-09-07T17:54:12", - "last_update": "2016-08-08T06:10:06", + "depth": 1, + "id": 473583, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T07:57:45", + "last_update": "2016-07-29T20:23:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6452,13 +6452,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "sammy007", - "parent_permlink": "re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t055143834z", + "parent_author": "joseph", + "parent_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", "percent_hbd": 10000, - "permlink": "re-sammy007-re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t061006800z", + "permlink": "re-joseph-proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo-20160729t202306401z", "reward_weight": 10000, - "root_author": "sammy007", - "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", + "root_author": "joseph", + "root_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", "title": "", "total_payout_value": { "amount": "0", @@ -6470,29 +6470,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T06:47:24", + "active": "2016-07-31T19:18:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 376, + "author": "dantheman", + "author_rewards": 12, "beneficiaries": [], - "body": "Why do you assume they are always cashed out? I've traded cryptos around with other people for quite a few things over the years where none of us had much interest in cashing them out. The main thing that needs to happen is to grow the network of people interested in doing that.", + "body": "Using # tag will in your post will link to the tag, but will not include in the set of tags. You must manually specify the tags you want in the tags field at the bottom of the post editor.\n\nTags do not change after payout.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-08T06:47:24", + "created": "2016-07-29T21:39:09", "curator_payout_value": { - "amount": "0", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 678079, + "depth": 2, + "id": 475149, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T09:06:12", - "last_update": "2016-08-08T06:47:24", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-29T21:39:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6500,17 +6500,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "derrick1974", - "parent_permlink": "re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t004500439z", + "net_votes": 1, + "parent_author": "cryptogee", + "parent_permlink": "re-dantheman-notice-to-tag-spammers-20160729t203521985z", "percent_hbd": 10000, - "permlink": "re-derrick1974-re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t064723600z", + "permlink": "re-cryptogee-re-dantheman-notice-to-tag-spammers-20160729t213908633z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "root_author": "dantheman", + "root_permlink": "notice-to-tag-spammers", "title": "", "total_payout_value": { - "amount": "306", + "amount": "32", "nai": "@@000000013", "precision": 3 }, @@ -6519,29 +6519,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T10:42:45", + "active": "2016-07-30T16:33:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 18, + "author": "dantheman", + "author_rewards": 144, "beneficiaries": [], - "body": "Thanks for the review Tyler. I really love that as an indepedent site without relying on advertisers for survival it is actually perfectly okay to say that a game is beautiful but not worth the money. I really hope we get more gamers on here. There aren't enough of us posting and commenting about games. Thanks again for posting this!", + "body": "I originally upvoted your post, but after noticing the tag spam it turned into a down vote.", "cashout_time": "1969-12-31T23:59:59", - "category": "gaming", - "children": 3, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-08T08:26:54", + "created": "2016-07-29T21:42:33", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 678928, - "json_metadata": "{\"tags\":[\"gaming\"]}", - "last_payout": "2016-09-07T20:31:57", - "last_update": "2016-08-08T08:27:48", + "id": 475208, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T05:14:39", + "last_update": "2016-07-29T21:42:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6549,17 +6549,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "tygergamer", - "parent_permlink": "my-thoughts-on-abzu-the-game", + "net_votes": 1, + "parent_author": "soulbrain", + "parent_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", "percent_hbd": 10000, - "permlink": "re-tygergamer-my-thoughts-on-abzu-the-game-20160808t082657200z", + "permlink": "re-soulbrain-laws-of-the-winners-principles-of-successful-people-part-1-20160729t214234517z", "reward_weight": 10000, - "root_author": "tygergamer", - "root_permlink": "my-thoughts-on-abzu-the-game", + "root_author": "soulbrain", + "root_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", "title": "", "total_payout_value": { - "amount": "36", + "amount": "146", "nai": "@@000000013", "precision": 3 }, @@ -6568,29 +6568,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T12:13:21", + "active": "2016-08-14T17:14:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 34, + "author": "dantheman", + "author_rewards": 1679223, "beneficiaries": [], - "body": "Looks wonderful!", + "body": "
http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg
\n\nSteemit is implementing a reputation system that will evolve over time. The system will start out simple and get more advanced as things progress. \n\n## Here is what you need to know:\n\n1. If you constantly get downvoted your posts will be marked as spam and hidden unless a user clicks to reveal all spam. \n2. If you do not earn any positive reputation by contributing to the discussion then your votes will be ignored in our ranking algorithm.\n3. If you do not have positive reputation then you will not be able to impact the reputation of others. \n4. If you have a negative reputation then your posts will be excluded from the global index pages\n\nNone of these changes require hardforks, but all of them will impact the user experience on Steemit.com\n\n## But what about Censorship?\n\nYou have a right to say what you want, but users have the right to plug their ears. All of your content will be available on the blockchain and will be visible to those who want to see it (unless we are required by law to take it down). \n\nWe will not hide / filter any content that has greater than $0.02 pending payout. If something is deemed valuable enough to be paid, then it will be displayed.\n\nAll of your comments, blogs, etc will remain visible on your own profile page. \n\n## Use the Mute Button\n\nIf you are tired of seeing posts by people, use the mute button. We will gradually incorporate the mute / follow information to better filter / sort content for users. The mute button will not hide posts with pending payouts. If you see someone you have muted with a pending payout then flag it.\n\n## Conclusion\n\nThe abuse you see today will not last long term and is an artifact of rapid growth. We fully believe that our stake-weighted reputation system will ultimately be more powerful than those available on other platforms.", "cashout_time": "1969-12-31T23:59:59", - "category": "food", - "children": 1, + "category": "steemit", + "children": 197, "children_abs_rshares": 0, - "created": "2016-08-08T11:02:03", + "created": "2016-07-29T22:07:54", "curator_payout_value": { - "amount": "18", + "amount": "97685", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 680359, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "2016-09-08T01:31:54", - "last_update": "2016-08-08T11:02:03", + "depth": 0, + "id": 475640, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\",\"censorship\"],\"image\":[\"http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:07:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6598,17 +6598,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "noganoo", - "parent_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", + "net_votes": 503, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-noganoo-i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world-20160808t110206100z", + "permlink": "notice-to-bot-spammers", "reward_weight": 10000, - "root_author": "noganoo", - "root_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", - "title": "", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", + "title": "Notice To Bot Spammers", "total_payout_value": { - "amount": "70", + "amount": "4774557", "nai": "@@000000013", "precision": 3 }, @@ -6617,29 +6617,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T11:18:54", + "active": "2016-07-29T22:48:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 212, "beneficiaries": [], - "body": "Beautiful work. Thanks for posting about this new site!", + "body": "It is 99% implemented/tested on the backend. We will probably roll it out next week.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-08T11:11:21", + "created": "2016-07-29T22:12:42", "curator_payout_value": { - "amount": "0", + "amount": "73", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 680452, + "depth": 2, + "id": 475763, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T01:08:33", - "last_update": "2016-08-08T11:11:21", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:12:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6647,17 +6647,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "saulius", - "parent_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "net_votes": 24, + "parent_author": "pairmike", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221125338z", "percent_hbd": 10000, - "permlink": "re-saulius-have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz-20160808t111123100z", + "permlink": "re-pairmike-re-dantheman-notice-to-bot-spammers-20160729t221244194z", "reward_weight": 10000, - "root_author": "saulius", - "root_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "458", "nai": "@@000000013", "precision": 3 }, @@ -6666,47 +6666,47 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T23:13:21", + "active": "2016-07-29T22:30:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 9, "beneficiaries": [], - "body": "Yes and no. This method can produce a profit, but also can (and has in the past) produced losses, or can also produce no gain relative to trading while tying up your money for a week and exposing you to risk. YMMV. Good to be aware of the option and understand correctly how it works in any case.", + "body": "If people upvote your posts more than they downvote then you will be fine.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 4, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-08T12:51:42", + "created": "2016-07-29T22:13:42", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 681672, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-07T19:25:45", - "last_update": "2016-08-08T12:52:54", - "max_accepted_payout": { - "amount": "1000000000", - "nai": "@@000000013", + "id": 475777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:13:42", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "pjheinz", - "parent_permlink": "re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t053511938z", + "net_votes": 4, + "parent_author": "cryptohustlin", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221144244z", "percent_hbd": 10000, - "permlink": "re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125140900z", + "permlink": "re-cryptohustlin-re-dantheman-notice-to-bot-spammers-20160729t221342548z", "reward_weight": 10000, - "root_author": "bacchist", - "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "25", "nai": "@@000000013", "precision": 3 }, @@ -6715,29 +6715,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T23:13:21", + "active": "2016-07-29T23:09:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 15, "beneficiaries": [], - "body": "The differences need not be small. If the price of STEEM drops rapidly over the course of the week, or potentially worse first rises and then falls, the results of conversion may be much worse than trading. Also conversion gets you STEEM. If the goal is to cash out then you haven't solved the problem by converting; you still need to trade STEEM for BTC and those markets also have spreads and liquidity issues. I'm not saying it is bad to do by any means, just that it isn't an automatic win over trading. Trading using the internal exchange is another option which avoids any issues with exchanges and their wallets. Currently the liquidity on the internal exchange is rather poor, but I think it will improve.", + "body": "No. We only control steemit, not steem.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T15:30:27", + "created": "2016-07-29T22:32:18", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 684296, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-07T19:25:45", - "last_update": "2016-08-08T15:30:27", + "depth": 2, + "id": 476101, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:32:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6745,17 +6745,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "pjheinz", - "parent_permlink": "re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125617055z", + "net_votes": 0, + "parent_author": "anonymint", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222912519z", "percent_hbd": 10000, - "permlink": "re-pjheinz-re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t153027000z", + "permlink": "re-anonymint-re-dantheman-notice-to-bot-spammers-20160729t223219381z", "reward_weight": 10000, - "root_author": "bacchist", - "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "41", "nai": "@@000000013", "precision": 3 }, @@ -6764,29 +6764,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T20:36:15", + "active": "2016-07-29T22:54:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Beautiful work!", + "body": "We are aware of that bot and taking counter measures.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T17:04:00", + "created": "2016-07-29T22:34:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 685950, + "depth": 2, + "id": 476134, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T07:19:48", - "last_update": "2016-08-08T17:04:00", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:34:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6795,13 +6795,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "summonerrk", - "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "parent_author": "mialolita", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221849624z", "percent_hbd": 10000, - "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t170359500z", + "permlink": "re-mialolita-re-dantheman-notice-to-bot-spammers-20160729t223426526z", "reward_weight": 10000, - "root_author": "summonerrk", - "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { "amount": "0", @@ -6813,29 +6813,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T09:23:27", + "active": "2016-07-30T19:41:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The marketing is what it is but I do consider schemes which attempt to manipulate voting or unfairly extract payments from the reward pool (as I strongly suspect to be the case when something like \"upvote bots\" is part of the mix), to be parasitic scams. They're maybe not scamming their own customers but they are scamming the Steem community and platform with this crap.\n\nUpvoted Bob because of his good work in bringing sunlight on this and in part _because_ of his use of the scam tag.\n\nKeep up the good work Bob.", + "body": "No. We cannot remove from block chain.", "cashout_time": "1969-12-31T23:59:59", - "category": "scam", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-09T03:59:03", + "created": "2016-07-29T22:35:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 696873, - "json_metadata": "{\"tags\":[\"scam\"]}", - "last_payout": "2016-09-06T16:14:18", - "last_update": "2016-08-09T03:59:18", + "depth": 2, + "id": 476153, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6844,13 +6844,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "onceuponatime", - "parent_permlink": "re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t015205361z", + "parent_author": "nonlinearone", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222949773z", "percent_hbd": 10000, - "permlink": "re-onceuponatime-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035903700z", + "permlink": "re-nonlinearone-re-dantheman-notice-to-bot-spammers-20160729t223500986z", "reward_weight": 10000, - "root_author": "bobdownlov", - "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { "amount": "0", @@ -6862,29 +6862,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T02:33:24", + "active": "2016-07-29T22:35:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 33, "beneficiaries": [], - "body": "Upvoted for OP artwork", + "body": "Yes", "cashout_time": "1969-12-31T23:59:59", - "category": "scam", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-09T03:59:57", + "created": "2016-07-29T22:35:27", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 696884, - "json_metadata": "{\"tags\":[\"scam\"]}", - "last_payout": "2016-09-06T16:14:18", - "last_update": "2016-08-09T03:59:57", + "depth": 2, + "id": 476158, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:35:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6893,16 +6893,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "klye", - "parent_permlink": "re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t001735820z", + "parent_author": "demotruk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223016836z", "percent_hbd": 10000, - "permlink": "re-klye-re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035956000z", + "permlink": "re-demotruk-re-dantheman-notice-to-bot-spammers-20160729t223528601z", "reward_weight": 10000, - "root_author": "bobdownlov", - "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "93", "nai": "@@000000013", "precision": 3 }, @@ -6911,29 +6911,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T10:32:54", + "active": "2016-07-30T03:56:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 231, "beneficiaries": [], - "body": "That reward sharing was actually removed though. I believe some of the code implementing it is still around and is part of the issue with the reply depth. There may be other issues as well.\n\nI agree the whole depth limit is extremely annoying and will drive some types of content and users away.", + "body": "Down votes from those with bad rep will be ignored.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-09T06:04:57", + "created": "2016-07-29T22:36:18", "curator_payout_value": { - "amount": "0", + "amount": "204", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 698307, + "id": 476175, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T13:51:45", - "last_update": "2016-08-09T06:05:42", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-29T22:36:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6941,17 +6941,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "acidyo", - "parent_permlink": "re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t014338116z", + "net_votes": 6, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223017195z", "percent_hbd": 10000, - "permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t060456800z", + "permlink": "re-pfunk-re-dantheman-notice-to-bot-spammers-20160729t223619664z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "0", + "amount": "656", "nai": "@@000000013", "precision": 3 }, @@ -6960,29 +6960,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T05:17:09", + "active": "2016-08-19T09:48:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 101, + "author": "dantheman", + "author_rewards": 932904, "beneficiaries": [], - "body": "None of these were what I would consider 'spam' links. \n\nhttps://i.imgsafe.org/9a6de5a2c6.png", + "body": "
https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg
\n\nIn my last post I gave notice to bot spammers that we will take actions to mitigate the abuse and keep Steemit a place that people can enjoy participating in.\n\nUser @williambanks [responded](/steemit/@williambanks/response-to-dantheman-notice-to-bot-spammers) with an insightful article. I was going to reply to him in the comments, but thought that it deserved a full post.\n\nI will summarize my primary take aways:\n\n1. Don\u2019t vilify Bots, there are real people behind them\n2. For many people this is a \u201cgame\u201d to make money while they can\n3. For other people this is an \u201cinvestment\u201d to make a lot of money long term\n4. Incentives create the bot situation\n\nI saw several proposed solutions:\n\n1. Restrict access to web socket api\n2. Remove stake-weighted voting (use hot rather than trending)\n3. Help people improve their bots\n\n\nHere are the primary things that william was missing:\n\n1. Sybil attacks - bot operators are already doing this by creating a large number of accounts and vote spamming\n2. Evil People - these people wish to do as much harm as possible because they enjoy hurting others \n3. Stupid People - these people harm others while getting no benefit for themselves\n\n## Strong Reputation and Identity \n\nThe only solutions to Sybil are Reputation, Identity, and Stake Weighted voting. Once we solve the identity / reputation issue then it becomes much harder to create dummy accounts.\n\n## Conclusion\n\nI have a ton of respect for the stance william made and will certainly attempt to incorporate what I can from it into the solutions we deploy. Nothing in life is ever as easy as it seems, and william\u2019s proposed solutions would be at most a short term issue. \n\nThere are people who are motivated to act in ways that break other peoples toys just because it is fun.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcointalk", - "children": 14, + "category": "steemit", + "children": 130, "children_abs_rshares": 0, - "created": "2016-08-09T09:52:42", + "created": "2016-07-30T16:34:15", "curator_payout_value": { - "amount": "65", + "amount": "26024", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 700508, - "json_metadata": "{\"tags\":[\"bitcointalk\"],\"image\":[\"https://i.imgsafe.org/9a6de5a2c6.png\"]}", - "last_payout": "2016-09-08T22:08:57", - "last_update": "2016-08-09T09:52:42", + "depth": 0, + "id": 491945, + "json_metadata": "{\"tags\":[\"steemit\",\"bots\"],\"users\":[\"williambanks\"],\"image\":[\"https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:34:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -6990,17 +6990,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "bayareacoins", - "parent_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "net_votes": 356, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t095240700z", + "permlink": "vilifying-bots", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", - "title": "", + "root_author": "dantheman", + "root_permlink": "vilifying-bots", + "title": "Vilifying Bots", "total_payout_value": { - "amount": "207", + "amount": "2046386", "nai": "@@000000013", "precision": 3 }, @@ -7009,29 +7009,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T05:17:09", + "active": "2016-07-30T17:09:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Maybe it's too just too obvious to me that people might care about the first 1+ million follower celebrity, so I didn't explain it in the post.\n\nI've been told by bitcointalk admins that they view the entire 'Alternative Cryptocurrencies' section as supporting a gambling game where people bet on coins by trading them. If a coin backing a social media site gaining high profile users with enormous reach is not relevant to such a game then I don't know what is.\n\nMy bitcointalk post was not about the girl, and if it were that would be off topic there. It was about the coin.", + "body": "Not sure what you refer to.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcointalk", - "children": 5, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-09T10:36:33", + "created": "2016-07-30T16:55:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 700946, - "json_metadata": "{\"tags\":[\"bitcointalk\"]}", - "last_payout": "2016-09-08T22:08:57", - "last_update": "2016-08-09T10:48:03", + "depth": 2, + "id": 492415, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T11:32:09", + "last_update": "2016-07-30T16:55:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7039,14 +7039,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "williambanks", - "parent_permlink": "re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t102454416z", + "net_votes": 1, + "parent_author": "sir", + "parent_permlink": "re-dantheman-vilifying-bots-20160730t164259531z", "percent_hbd": 10000, - "permlink": "re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t103631700z", + "permlink": "re-sir-re-dantheman-vilifying-bots-20160730t165518981z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "root_author": "dantheman", + "root_permlink": "vilifying-bots", "title": "", "total_payout_value": { "amount": "0", @@ -7058,29 +7058,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T10:42:54", + "active": "2016-07-30T22:03:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 11, "beneficiaries": [], - "body": "> It's funny that the whitepaper mentions rewards going 6 levels deep when the comments themselves only go 5 levels deep\n\nThe OP counts as a level. In the original reward-sharing model the original post would get 50% of the rewards from all comments below, and that would continue at each lower level.", + "body": "same amount is awarded every day regardless of who votes. If only one minow voted they would allocate the full daily budget.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-09T10:42:42", + "created": "2016-07-30T21:57:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 701018, + "depth": 1, + "id": 499008, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T13:51:45", - "last_update": "2016-08-09T10:42:54", + "last_payout": "2016-08-30T09:56:09", + "last_update": "2016-07-30T21:57:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7088,17 +7088,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "dooglus", - "parent_permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t020021359z", + "net_votes": 4, + "parent_author": "everythink", + "parent_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", "percent_hbd": 10000, - "permlink": "re-dooglus-re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t104241100z", + "permlink": "re-everythink-what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything-20160730t215716868z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", + "root_author": "everythink", + "root_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", "title": "", "total_payout_value": { - "amount": "0", + "amount": "29", "nai": "@@000000013", "precision": 3 }, @@ -7107,29 +7107,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T06:56:42", + "active": "2016-07-31T00:20:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 40, + "author": "dantheman", + "author_rewards": 98, "beneficiaries": [], - "body": "This is absolutely one of the things people are using it for. Look at the front page right now:\n\n#1 New App to Secure Your Steem Account\n#2 When do whales upvote? (includes open source tool that analyzes voting)\n#3 Steemtools.com registered over 50 third party tools for Steemit as of today. + updates\n#4 steem.ws - The public steem api cluster\n\nIn the past a post blogging about finding and reporting a security bug got votes and earned good rewards, along with proposals, update releases, etc.\n\nOf course that is not always dominating the front page. Sometimes there are Playboy playmates.", + "body": "If only the ethereum community had adopted ideas that BitShares has had regarding transactions as proof of stake then this wouldn't be a problem.\n\nEach and every Steem transaction references a head-block hash and is not valid on any other blockchain or fork.\n\nEthereum allows for a lot of blockchain reorganizations and migration of transactions from one fork to another. \n\nThis could be solved by changing the way transfer scripts are executed in the wallet to certify a recent block or even a checkpoint. \n\nThe question is, how much ETH has been lost due to replay attack?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "security", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T00:44:24", + "created": "2016-07-30T22:07:45", "curator_payout_value": { - "amount": "20", + "amount": "30", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 715088, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T12:39:39", - "last_update": "2016-08-10T06:56:42", + "id": 499230, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-30T05:54:06", + "last_update": "2016-07-30T22:07:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7137,17 +7137,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "sammy007", - "parent_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "net_votes": 8, + "parent_author": "decrypt", + "parent_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", "percent_hbd": 10000, - "permlink": "re-sammy007-steemit-as-a-kind-of-magic-funding-platform-and-even-more-20160810t004425800z", + "permlink": "re-decrypt-you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth-20160730t220758336z", "reward_weight": 10000, - "root_author": "sammy007", - "root_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", + "root_author": "decrypt", + "root_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", "title": "", "total_payout_value": { - "amount": "82", + "amount": "164", "nai": "@@000000013", "precision": 3 }, @@ -7156,29 +7156,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T01:03:15", + "active": "2016-08-02T21:52:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Whether steemit is a scam or not is irrelevant. Bitcointalk admis have told me that they don't moderate scams. That is for the marketplace of ideas to sort out.", + "body": "Last analysis I saw showed money being distributed to more people and away from the top.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcointalk", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T01:03:15", + "created": "2016-08-02T20:16:03", "curator_payout_value": { - "amount": "0", + "amount": "31", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 715338, - "json_metadata": "{\"tags\":[\"bitcointalk\"]}", - "last_payout": "2016-09-08T22:08:57", - "last_update": "2016-08-10T01:03:15", + "depth": 2, + "id": 566369, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T06:12:42", + "last_update": "2016-08-02T20:16:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7186,17 +7186,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "najoh", - "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t185122330z", + "net_votes": 3, + "parent_author": "rcartwright1", + "parent_permlink": "re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t164804859z", "percent_hbd": 10000, - "permlink": "re-najoh-re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160810t010313800z", + "permlink": "re-rcartwright1-re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t201603987z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", + "root_author": "hisnameisolllie", + "root_permlink": "steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd", "title": "", "total_payout_value": { - "amount": "0", + "amount": "102", "nai": "@@000000013", "precision": 3 }, @@ -7205,29 +7205,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T02:52:06", + "active": "2016-08-02T20:26:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 11, + "author": "dantheman", + "author_rewards": 47, "beneficiaries": [], - "body": "Well said", + "body": "You earn reputation by getting upvotes and not down votes from people with higher reputation than you have.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-10T02:52:06", + "created": "2016-08-02T20:18:06", "curator_payout_value": { - "amount": "6", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 716977, + "depth": 1, + "id": 566418, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T16:24:24", - "last_update": "2016-08-10T02:52:06", + "last_payout": "2016-09-02T08:19:30", + "last_update": "2016-08-02T20:18:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7235,17 +7235,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "summon", - "parent_permlink": "re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t231235256z", + "net_votes": 2, + "parent_author": "kamvreto", + "parent_permlink": "new-feature-reputation", "percent_hbd": 10000, - "permlink": "re-summon-re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t025205500z", + "permlink": "re-kamvreto-new-feature-reputation-20160802t201806164z", "reward_weight": 10000, - "root_author": "steve-walschot", - "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "root_author": "kamvreto", + "root_permlink": "new-feature-reputation", "title": "", "total_payout_value": { - "amount": "22", + "amount": "111", "nai": "@@000000013", "precision": 3 }, @@ -7254,29 +7254,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T13:54:24", + "active": "2016-08-02T20:53:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 4567, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I proposed something very similar if not identical in response to an early proposal by Dan in how to revamp the curation rewards. (Neither Dan's proposal nor mine was adopted).\n\nBoth your suggestion and mine are based on the fallacy that the eventual payout is a \"fair value\" that can be predicted. This is not the case due to the circularity, especially in the case of whale votes (since it is the votes that determine the eventual payout). There were some other issues with it but that is the key conceptual error that undermines the viability of it entirely.\n\nAlso, some sort of superlinear payoff is needed otherwise the incentives favor voting for your own posts regardless of popularity or merit, either directly or via shill voting. \n\nIn thinking about this quite a bit over the past few months I've also come to believe that superlinear payoff is economically correct for a platform like Steemit, because only posts that are of interest to a large number of people benefit from being shared in this manner. If something is only of interest to a few people (dinner plans for example), it is better to share it privately via email (or private Steemit messages once that is implemented!) and not impose both the resource and clutter costs of sharing it with thousands or millions. So something of interest to 100 or 1000 is worth more than 10x or 100x something of interest to only 10; the latter probably has close to zero or possibly negative value (once costs are considered) on Steemit.\n\nAll of this is not to rule out that tweaks to the current model might be helpful, but getting all the incentives right after considering all the relevant factors is much harder (and I would suggest the current system is much better than many of its detractors claim) than just wanting to make them \"more fair\". It is also not always so easy to see the various perspectives on how the current system performs multiple useful (and even essential) functions, when focusing in narrowly on one aspect of it such as perceived fairness.\n\nI do like the idea of providing some sort of incentive for valued downvotes; perhaps some version of these ideas could be applied in a more limited manner to do that. But even there, getting all the incentives right and avoiding opening up vectors for abuse is not easy.", + "body": "I mistook your \"Voted\" post for a bot. Please don't comment that you just voted. I upvoted this because upon closer inspection of your account history you didn't deserve a bad rep.\n\nI thought I could remove the flag and it would have fixed your account, we are investigating why it is behaving like it is.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T05:11:09", + "created": "2016-08-02T20:30:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 718760, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T13:28:03", - "last_update": "2016-08-10T05:16:18", + "depth": 2, + "id": 566653, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-02T20:30:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7284,17 +7284,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "owdy", - "parent_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "net_votes": 0, + "parent_author": "bullionstackers", + "parent_permlink": "re-bullionstackers-can-someone-explain-20160802t202846383z", "percent_hbd": 10000, - "permlink": "re-owdy-scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system-20160810t051109200z", + "permlink": "re-bullionstackers-re-bullionstackers-can-someone-explain-20160802t203032936z", "reward_weight": 10000, - "root_author": "owdy", - "root_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", + "root_author": "bullionstackers", + "root_permlink": "can-someone-explain", "title": "", "total_payout_value": { - "amount": "3657", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -7303,29 +7303,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T10:01:00", + "active": "2016-08-03T06:01:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "testa", + "body": "The existence of reputation doesn't give rise to these bots. The bot operators could calculate their own \"rep score\" whether we provide one or not. More likely, they will have a far more sophisticated rep score that is a better predictor of post value. \n\nOur rep system errors on the side of tolerance (or tries to). Theirs would aim for predictive power.", "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 10, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T08:49:48", + "created": "2016-08-02T21:22:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 576932, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T20:50:06", - "last_update": "2016-08-03T08:49:48", + "depth": 2, + "id": 567628, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T09:47:30", + "last_update": "2016-08-02T21:22:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7333,15 +7333,15 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "", - "parent_permlink": "spam", + "net_votes": 3, + "parent_author": "chrishronic", + "parent_permlink": "re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t205008788z", "percent_hbd": 10000, - "permlink": "test", + "permlink": "re-chrishronic-re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t212235562z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "test", - "title": "test", + "root_author": "kryptik", + "root_permlink": "what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read", + "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -7352,47 +7352,47 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T06:25:03", + "active": "2016-08-24T15:14:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 29081, "beneficiaries": [], - "body": "This is actually a very interesting point and not one that has been clearly stated before. \n\nAll of the comparisons we've seen between algorithms are comparing SP with SP. _But this is not a valid comparison_ because SP on one fork _is not an identical asset_ to SP on a different fork. As such they don't necessarily have the same market value. Of course, we don't know in advance what those values will be, but ignoring the difference altogether causes the analysis to be incorrect.\n\nLooking toward maximizing the market cap (and, assuming no total supply change, equivalently the value of the SP unit), at least as one consideration, makes a lot of sense.", + "body": "
http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png
\n\nMany of you may have noticed the recent updates to Steemit. Among those updates are the addition of a single digit score next to your name. My score is an 8.\n\nReputation scores work like earthquake richter scales, they operate on log base 10. In other words a reputation level 8 is 10 times stronger than reputation level 7. Likewise, -8 is 10 times more negative than -7.\n\nThose with weaker reputations are unable to harm the reputation of those with strong reputation. \n\nThis score is a simple algorithm that could be changed at any time and will be tweaked. If there are problems with it or if it starts to be gamed, then we will fix it. \n\nWe have already identified one bug that will be fixed at the next update. \n\nIf you feel you have been unfairly punished by the current algorithm, then you can appeal on slack. Less than 2% of all accounts are currently being filtered due to reputation. \n\n| Reputation | Number of Accounts |\n|----------------| -----------------------------|\n| 9 | 1 |\n| 8 | 86 |\n| 7 | 712 |\n| 6 | 1500 |\n| 5 | 1617 |\n| 4 | 1910 |\n| 3 | 1780 |\n| 2 | 1609 |\n| 1 | 34,455 |\n| -1 | 106 |\n| -2 | 120 |\n| -3 | 98 |\n| -4 | 193 |\n| -5 | 116 |\n| -6 | 203 |\n| -7 | 16 |\n| -8 | 1 |\n\nThe lowest rep is @wang, being the first bot got him singled out by a lot of downvoters over time. We appriciate the service wang provided and he earned some good money from his efforts.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 278, "children_abs_rshares": 0, - "created": "2016-07-02T06:25:03", + "created": "2016-08-02T21:40:15", "curator_payout_value": { - "amount": "0", + "amount": "317", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 50008, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T00:33:54", - "last_update": "2016-07-02T06:25:03", - "max_accepted_payout": { - "amount": "1000000000", - "nai": "@@000000013", - "precision": 3 + "depth": 0, + "id": 567943, + "json_metadata": "{\"tags\":[\"steemit\",\"reputation\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:40:15", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160701t152333716z", + "net_votes": 491, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-dan-re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160702t062502700z", + "permlink": "brief-update-on-reputation-score", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "steemit-inc-supports-0-8-3", - "title": "", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", + "title": "Brief Update on Reputation Score", "total_payout_value": { - "amount": "0", + "amount": "43510", "nai": "@@000000013", "precision": 3 }, @@ -7401,29 +7401,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-03T10:25:57", + "active": "2016-08-03T11:15:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 113, "beneficiaries": [], - "body": "The code is not based off Blackcoin at all. 63 seconds comes from 21 witnesses each producing a block every 3 seconds.", + "body": "His bot posts attracted negative attention from whales over time and only small amounts of positive attention from normal users. \n\nTo prevent the system from being arbitrary we need to have an algorithm that rates everyone \"objectively\".", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-guides", - "children": 0, + "category": "steemit", + "children": 9, "children_abs_rshares": 0, - "created": "2016-07-03T10:25:48", + "created": "2016-08-02T21:46:30", "curator_payout_value": { - "amount": "0", + "amount": "78", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 51040, - "json_metadata": "{\"tags\":[\"steemit-guides\"]}", - "last_payout": "2016-08-24T21:50:30", - "last_update": "2016-07-03T10:25:57", + "id": 568060, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T21:46:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7431,17 +7431,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "grittenald", - "parent_permlink": "re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t060837024z", + "net_votes": 5, + "parent_author": "azaan", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214349736z", "percent_hbd": 10000, - "permlink": "re-grittenald-re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t102549100z", + "permlink": "re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t214629572z", "reward_weight": 10000, - "root_author": "pfunk", - "root_permlink": "a-full-steemit-user-s-guide-to-steem-witnesses", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "266", "nai": "@@000000013", "precision": 3 }, @@ -7450,29 +7450,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T02:47:36", + "active": "2016-08-02T22:28:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "thats a bot fishing for upvotes", + "body": "Correlation does not equal causation. The fall in Steem Price and the rise in Steem Price combined with lags on the moving feed cause the majority of the problem.\n\nAlso the Risk / Reward on Steem Dollars is very different. You have the Risk of Steem Failure but only a 10% interest reward. Meanwhile the supply is increasing. \n\nA falling price means an increased reward and implied higher interest rate. If you think Steem Dollars will stabilize over the next year then you can earn 20% + 10% for a 30% rate of return at the risk of Steem Dollars becoming worthless. \n\nDue to the conversion option, the price cannot deviate too far from feed price or people will start converting rather than selling on exchanges.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduce", - "children": 0, + "category": "market", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-04T02:47:36", + "created": "2016-08-02T22:07:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 52009, - "json_metadata": "{\"tags\":[\"introduce\"]}", - "last_payout": "2016-08-18T13:02:15", - "last_update": "2016-07-04T02:47:36", + "depth": 1, + "id": 568443, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-09-02T07:33:48", + "last_update": "2016-08-02T22:07:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7480,14 +7480,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "fyrstikken", - "parent_permlink": "re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024349789z", + "net_votes": 0, + "parent_author": "jasonmcz", + "parent_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", "percent_hbd": 10000, - "permlink": "re-fyrstikken-re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024736500z", + "permlink": "re-jasonmcz-peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker-20160802t220733568z", "reward_weight": 10000, - "root_author": "fyrstikken", - "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "root_author": "jasonmcz", + "root_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", "title": "", "total_payout_value": { "amount": "0", @@ -7499,29 +7499,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T03:08:33", + "active": "2016-08-02T22:09:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 234, "beneficiaries": [], - "body": "Your vote, by itself, is worth two cents. Votes are worth a lot more when multiple people vote on the same content.\n\nI'm not sure why your rewards didn't match estimates. I think the people creating the estimate tables know what they are doing, but I guess errors are always possible.", + "body": "Correct, @wang can still impact your payouts on the posts he downvotes, but he will not impact your reputation.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T02:49:30", + "created": "2016-08-02T22:09:24", "curator_payout_value": { - "amount": "0", + "amount": "179", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52011, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T21:10:39", - "last_update": "2016-07-04T02:49:42", + "depth": 2, + "id": 568488, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"wang\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7529,17 +7529,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "tinfoilfedora", - "parent_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "net_votes": 3, + "parent_author": "chitty", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214819259z", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t024930900z", + "permlink": "re-chitty-re-dantheman-brief-update-on-reputation-score-20160802t220924870z", "reward_weight": 10000, - "root_author": "tinfoilfedora", - "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "554", "nai": "@@000000013", "precision": 3 }, @@ -7548,29 +7548,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T02:52:48", + "active": "2016-08-03T16:58:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 716, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Agree and would prefer to see total lifetime payout along with pending.", + "body": "Earn up votes from anyone with positive reputation.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-ideas", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-04T02:52:48", + "created": "2016-08-02T22:09:57", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52023, - "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", - "last_payout": "2016-08-19T17:36:12", - "last_update": "2016-07-04T02:52:48", + "depth": 2, + "id": 568502, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:09:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7578,17 +7578,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "liondani", - "parent_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "net_votes": 4, + "parent_author": "lindee-hamner", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215149359z", "percent_hbd": 10000, - "permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025250900z", + "permlink": "re-lindee-hamner-re-dantheman-brief-update-on-reputation-score-20160802t220958710z", "reward_weight": 10000, - "root_author": "liondani", - "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "164", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -7597,29 +7597,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T01:04:15", + "active": "2016-08-02T22:13:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 105, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Author still get rewards I think. Just not curators.", + "body": "-3 to 3 are effectively 0. It is an artefact of how we derive the score that makes +/- 0 an odd case.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-ideas", - "children": 3, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T02:53:27", + "created": "2016-08-02T22:13:51", "curator_payout_value": { - "amount": "7", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 52025, - "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", - "last_payout": "2016-08-19T17:36:12", - "last_update": "2016-07-04T02:53:27", + "id": 568568, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:13:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7628,16 +7628,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "tinfoilfedora", - "parent_permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t023608100z", + "parent_author": "fubar-bdhr", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220455415z", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025325400z", + "permlink": "re-fubar-bdhr-re-dantheman-brief-update-on-reputation-score-20160802t221350786z", "reward_weight": 10000, - "root_author": "liondani", - "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "23", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -7646,29 +7646,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T11:05:33", + "active": "2016-08-02T22:16:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "1. Great post\n2. The distribution stats are fairly meaningless because many people have multiple accounts. The largest known stakeholder by a decent margin does not even appear in the 'legend' category.\n3. I'm downvoting this post because I don't like seeing all the rewards going to posts that talk about steem itself. We already have several >$1K steem posts today. That alone is a good chunk of the entire reward pool for the day (despite my downvote the post is still >$1500 as I write this).", + "body": "Keep doing what you are doing. Going from a 7 to an 8 is a big task, but you can do it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T02:57:06", + "created": "2016-08-02T22:16:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52031, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-23T18:42:24", - "last_update": "2016-07-04T02:58:51", + "depth": 2, + "id": 568609, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:16:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7676,14 +7676,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "hipster", - "parent_permlink": "how-to-measure-success-of-steem", + "net_votes": 2, + "parent_author": "jaycobbell", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215234479z", "percent_hbd": 10000, - "permlink": "re-hipster-how-to-measure-success-of-steem-20160704t025705200z", + "permlink": "re-jaycobbell-re-dantheman-brief-update-on-reputation-score-20160802t221631094z", "reward_weight": 10000, - "root_author": "hipster", - "root_permlink": "how-to-measure-success-of-steem", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { "amount": "0", @@ -7695,29 +7695,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T03:05:09", + "active": "2016-08-02T22:53:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "In practice, probably no one other than professional traders should ever use the convert option (this is similar to how ETFs operate), though the option is available to everyone which is nice as a matter of fairness (no privileged class). Just trade on the internal market. Click the menu on the upper right and choose Market.", + "body": "It is continuous with every vote on every post you make.", "cashout_time": "1969-12-31T23:59:59", - "category": "funny", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T03:04:30", + "created": "2016-08-02T22:26:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52048, - "json_metadata": "{\"tags\":[\"funny\"]}", - "last_payout": "2016-08-13T08:41:30", - "last_update": "2016-07-04T03:05:09", + "depth": 3, + "id": 568796, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:26:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7726,13 +7726,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "tinfoilfedora", - "parent_permlink": "convert-to-steem-takes-1-week", + "parent_author": "merej99", + "parent_permlink": "re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222227501z", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-convert-to-steem-takes-1-week-20160704t030429800z", + "permlink": "re-merej99-re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222622814z", "reward_weight": 10000, - "root_author": "tinfoilfedora", - "root_permlink": "convert-to-steem-takes-1-week", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { "amount": "0", @@ -7744,29 +7744,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T03:08:48", + "active": "2016-08-02T22:31:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 973, "beneficiaries": [], - "body": "Of course, but I wouldn't expect huge changes with 3 months of rewards already in the pool.", + "body": "Quick update, if we allowed 0 then there would be 32,000 users with 0 and 2000 users with 1. We will be tweaking the algorithm to enable 0.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T03:08:33", + "created": "2016-08-02T22:31:12", "curator_payout_value": { - "amount": "0", + "amount": "757", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 52057, + "depth": 1, + "id": 568888, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T21:10:39", - "last_update": "2016-07-04T03:08:48", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:31:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7774,17 +7774,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "steemitblog", - "parent_permlink": "re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025043740z", + "net_votes": 11, + "parent_author": "dantheman", + "parent_permlink": "brief-update-on-reputation-score", "percent_hbd": 10000, - "permlink": "re-steemitblog-re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t030832200z", + "permlink": "re-dantheman-brief-update-on-reputation-score-20160802t223111474z", "reward_weight": 10000, - "root_author": "tinfoilfedora", - "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2303", "nai": "@@000000013", "precision": 3 }, @@ -7793,29 +7793,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T17:07:57", + "active": "2016-08-02T22:34:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 15, "beneficiaries": [], - "body": "The value of any vote is much higher if many people vote on the same content than when voting alone.", + "body": "It is all open source and on github.\n\nThe raw score is calculated here:\nhttps://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\n\nThe website interprets the raw score based on max( 1, int(log10(abs(score))) - 8 )", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T03:10:51", + "created": "2016-08-02T22:34:00", "curator_payout_value": { - "amount": "0", + "amount": "4", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 52065, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T21:10:39", - "last_update": "2016-07-04T03:10:51", + "depth": 2, + "id": 568928, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:34:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7823,17 +7823,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "will-zewe", - "parent_permlink": "re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025021427z", + "net_votes": 3, + "parent_author": "ajvest", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t222633570z", "percent_hbd": 10000, - "permlink": "re-will-zewe-re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t031049900z", + "permlink": "re-ajvest-re-dantheman-brief-update-on-reputation-score-20160802t223400931z", "reward_weight": 10000, - "root_author": "tinfoilfedora", - "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "34", "nai": "@@000000013", "precision": 3 }, @@ -7842,29 +7842,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T11:22:48", + "active": "2016-08-02T22:36:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 101, "beneficiaries": [], - "body": "How often is interest paid on SD?", + "body": "This is an inadvertent bug with the website that will be fixed shortly within the hour.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T04:04:36", + "created": "2016-08-02T22:36:15", "curator_payout_value": { - "amount": "0", + "amount": "73", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52131, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T04:04:36", + "depth": 5, + "id": 568976, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:36:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7872,17 +7872,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "steemitblog", - "parent_permlink": "introduction-to-steem-liquidity-rewards", + "net_votes": 6, + "parent_author": "spaninv", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221509776z", "percent_hbd": 10000, - "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t040436400z", + "permlink": "re-spaninv-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t223615774z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "238", "nai": "@@000000013", "precision": 3 }, @@ -7891,29 +7891,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-09T04:25:45", + "active": "2016-08-03T08:34:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 159, "beneficiaries": [], - "body": "The first confirmation takes on average 10 minutes, not 5. An interesting, if perhaps non-intuitive, property of the exponential distribution.", + "body": "I love it! She has been a great contributor and helped build this place early on.", "cashout_time": "1969-12-31T23:59:59", - "category": "blocktrades", - "children": 3, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T04:06:36", + "created": "2016-08-02T22:37:03", "curator_payout_value": { - "amount": "0", + "amount": "118", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52135, - "json_metadata": "{\"tags\":[\"blocktrades\"]}", - "last_payout": "2016-08-24T15:52:00", - "last_update": "2016-07-04T08:07:51", + "depth": 2, + "id": 568994, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:37:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7921,17 +7921,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "blocktrades", - "parent_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "net_votes": 5, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220429395z", "percent_hbd": 10000, - "permlink": "re-blocktrades-bitcoin-payments-accepted-in-20s-soon-to-be-6s-20160704t040637300z", + "permlink": "re-nanzo-scoop-re-dantheman-brief-update-on-reputation-score-20160802t223704397z", "reward_weight": 10000, - "root_author": "blocktrades", - "root_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "0", + "amount": "376", "nai": "@@000000013", "precision": 3 }, @@ -7940,29 +7940,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T04:23:36", + "active": "2016-08-02T22:40:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 158, + "author": "dantheman", + "author_rewards": 257, "beneficiaries": [], - "body": "They're working on it. Their wallet was suspended prior to the fork as a precaution and the fork caused some minor issues for some nodes. Hopefully it won't be down much longer.", + "body": "I was honestly just as suprised by that as you were. We investigated the issue and it works like this.\n\nMy upvote can take you to +6.x. You had 6 before I voted you down and 7 after I voted you up. \n\nIf you start with 6.1 and I downvote you with 6.9 then it will take you to -6 because the way log algorithms work. If I downvote you again it probably wouldn't take you to -7. \n\nWhales can make / break small accounts that have no rep. But they cannot make accounts with rep. I doubt I could lower @stellabelle from 9 to 8 with a single vote.\n\nReputation is hard to earn, easy to lose.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T04:09:54", + "created": "2016-08-02T22:40:48", "curator_payout_value": { - "amount": "10", + "amount": "191", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52139, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-16T05:19:18", - "last_update": "2016-07-04T04:09:54", + "depth": 5, + "id": 569091, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"stellabelle\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:40:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -7970,17 +7970,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "klye", - "parent_permlink": "bittrex-steem-wallet-maintenance", + "net_votes": 6, + "parent_author": "bullionstackers", + "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221816802z", "percent_hbd": 10000, - "permlink": "re-klye-bittrex-steem-wallet-maintenance-20160704t040955200z", + "permlink": "re-bullionstackers-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t224048880z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "bittrex-steem-wallet-maintenance", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "36", + "amount": "608", "nai": "@@000000013", "precision": 3 }, @@ -7989,29 +7989,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T03:55:00", + "active": "2016-08-02T23:05:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 151, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Payouts are continuous. 24 hours after each post but may be delayed if there is ongoing voting activity.", + "body": "That bug has been fixed.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T05:12:27", + "created": "2016-08-02T22:59:24", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 52203, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T05:12:27", + "id": 569401, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-02T22:59:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8019,17 +8019,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "noaommerrr", - "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t045810802z", + "net_votes": 2, + "parent_author": "andu", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t224242604z", "percent_hbd": 10000, - "permlink": "re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051225800z", + "permlink": "re-andu-re-dantheman-brief-update-on-reputation-score-20160802t225923989z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "34", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -8038,29 +8038,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T05:14:03", + "active": "2016-08-05T10:55:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I don't think you need to have orders on both sides at the same time or all the time, but you need to have had your orders filled on both sides otherwise your score will be zero and you will never get rewards.", + "body": "Short posts like this could be generated by bots. Try to write comments that would pass the Turing test.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-04T05:14:03", + "created": "2016-08-03T13:09:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 52205, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T05:14:03", + "id": 580298, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-03T13:09:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8068,14 +8068,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "alyssas", - "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t042541327z", + "net_votes": 0, + "parent_author": "anonblog", + "parent_permlink": "re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t121417620z", "percent_hbd": 10000, - "permlink": "re-alyssas-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051402000z", + "permlink": "re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t130947602z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", "title": "", "total_payout_value": { "amount": "0", @@ -8087,29 +8087,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T08:12:54", + "active": "2016-08-11T09:26:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 171, + "author": "dantheman", + "author_rewards": 2280171, "beneficiaries": [], - "body": "There will be direct markets from Steem Dollars to Bitcoins within a few days. You won't need to use the internal market unless you want to convert your SD to Steem to power them up.", + "body": "
https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg
\nThe past couple of months have been full of hard lessons for everyone in the cryptocurrency space. Bugs in the DAO code lead to hard forks of ETH which lead to Replay Attacks and now a market battle between Ethereum and Ethereum Classic. \n\nIn the process the DAO hacker has managed to indirectly harm everyone from ETH holders to anyone doing business with Coinbase, one of many potential victims of the Replay Attack.\n\nIf the problems with Ethereum weren\u2019t enough, there are now [reports that $72 million worth of Bitcoin may have been stolen from Bitfinex](http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP).\n\nEven steemit.com was hacked. The difference is that Steem responded quickly, decisively, and with long-lasting technological solutions rather than one-time patches that do nothing to prevent future issues.\n\n## All of this is Preventable \n\nFor over 3 years I have been working to design and build next generation blockchain technologies. Steem is the product of many hard lessons in usability, scalability, and security. Most of the lessons learned are not available on any other platform.\n\n## Preventing Replay Attacks\n\nWay back in November 2013 I introduced the concept of [Transactions as Proof of Stake](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) also known as TaPoS. \n\nThe idea behind TaPoS is that each time a transaction is signed it should reference a recent block ID. By referencing a recent block ID the signer is also certifying their opinion on the state of the blockchain and the pre-condition for the validity of the transaction. \n\nOver the long term this means that every stake holder is directly certifying / checkpointing the blockchain and creates a measure of consensus that is even harder to forge than redoing all of the Proof of Work on bitcoin and \u201cmigrating\u201d the transactions. \n\n## Preventing Rebirth of Forks \n\nAssuming a blockchain will never have to hard fork is denying reality. Bugs will happen, new features will be needed, and lack of adaptability to market conditions will eventually kill any company, product, or cryptocurrency. \n\nThe decision to hard fork should be baked into the consensus process prior to any fork occurring. If consensus is reached that a fork should occur, then all nodes that do not have the code for the fork should shutdown by consensus. \n\nStated another way, the only way to \u201crevive\u201d a fork such as Ethereum Classic would be to implement a true fork and require everyone to update their code. \n\nEthereum Classic is an example of a Fork that should never have existed. If the Ethereum blockchain had a true consensus process in place for deciding when to fork and *when to die* then the entire market could rest assured they are on the right fork.\n\nInstead decisions about which fork to adopt are handled outside of blockchain consensus and therefore chaotic in nature. Failure to provide a governance structure will lead to market chaos, uncertainty, and situations like Ethereum Classic. \n\n## Recovering from Hacks \n\nAttempting to prevent hacks is a nobel, but futile effort. Hacks are instant, and permanent. Even with advanced multi-sig accounts, such as those supposedly used by Bitfinex, are unable to prevent the instantaneous loss of millions of dollars of cryptocurrency.\n\nThe problem is that you do not know you have been hacked until it is *too late* to fix it or recover. Hackers can slowly gather keys over time and then wait until the perfect moment to strike.\n\nThe strength of a system is not measured by how thick and impenetrable the skin is, but by its ability to heal quickly after being cut. Bitcoin, Ethereum, and most other blockchains have no system in place for healing.\n\n[Every Steem account is associated with a recovery account](https://steemit.com/all/@dan/steemit-releases-groundbreaking-account-recovery-solution). The recovery account can be any other user on the system who knows you by some means other than your public key. In the event that your account is stolen, the recovery account combined with your old public key has the ability to restore the account to its rightful owner.\n\n**This is not just multi-sig**. Multi-sig is a fixed set of signers who must cosign a transaction. The Steem recovery process considers any key used in the past 30 days to be one party to the recovery. An attacker can change the owner keys as much as they want, it will not prevent the recovery. \n\nYour recovery account has no power over your account without one of your recent keys and it is not needed until after you are hacked. This is very different from any multi-sig solution currently on the market. \n\nThere are only two people who can recover an account, the attacker or the legitimate owner. So long as the recovery agent does full KYC prior to recovering the account no hacker will attempt to recover. In fact, there is no reason for the hacker to attempt recovery because they are already in control of the \"current keys\" which means they get the account by default after 30 days.\n\n## Time locked Funds \n\nThe key to security is *time*. It is impossible to know that your keys have been compromised until someone else signs something with them. By the time they sign, it is too late.\n\nImagine if there was a 24 hour delay during which your transfer could be recovered with the help of your recovery agent. With such a system in place a hacker would have to divulge the hack by using your keys, but would be powerless to prevent you from recovering your account and canceling the transfer. \n\nIf the hacker managed to compromise both you and your recovery agent, then the recovery agent would go to their recovery agent first, then recover you. This process could continue indefinitely so long as everyone could recover within the allotted time. The probability of a hacker compromising all of those accounts at the same time is vanishingly small.\n\nAll of these things require time with the ability to cancel. Without time delay hacks are impossible to detect until after they irreversible. Banks have known this for a long time. They implement daily withdraw limits, 24 to 72 hour pending periods, etc. \n\nThe vast majority of cryptocurrency wealth needs to be locked behind similar protections. The only funds that should exist as liquid \u201ccash\u201d are those which are needed immediately and which the holder of said funds can afford to lose.\n\n## Steem Solves these Problems\n\n95% of all Steem value is subject to time release, all accounts can be recovered so long as you have any owner key used in the past 30 days and the signature of your recovery agent. All transactions implement TaPoS which prevents replay, and the decision to hard fork is built into the consensus protocol itself. Any nodes that don\u2019t know the details of the hard-fork will automatically shutdown at the consensus defined time. \n\nIf Bitcoin and Ethereum implemented these features then Coinbase wouldn\u2019t be suffering from Replay, Bitfinex would be able to recover their funds, and either Ethereum or Ethereum Classic would not exist. \n\nThese features make everyone more secure, and isn\u2019t that the whole point of Cryptocurrencies in the first place? What good is a cryptocurrency that is statistically less secure than the funds in your bank? It is time for a change.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 127, "children_abs_rshares": 0, - "created": "2016-07-04T08:09:57", + "created": "2016-08-03T17:37:48", "curator_payout_value": { - "amount": "10", + "amount": "120945", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 52430, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T11:13:24", - "last_update": "2016-07-04T08:09:57", + "depth": 0, + "id": 585275, + "json_metadata": "{\"tags\":[\"steem\",\"tapos\",\"ethereum\",\"security\",\"bitfinex\"],\"image\":[\"https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg\"],\"links\":[\"http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T17:37:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8117,17 +8117,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "easteagle13", - "parent_permlink": "re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t075642793z", + "net_votes": 522, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t080958400z", + "permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "reward_weight": 10000, - "root_author": "easteagle13", - "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", - "title": "", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "title": "Bitfinex, Blockchain Hacks, and Replay Attacks Oh My - All Things that Steem\u2019s Technology is designed to prevent.", "total_payout_value": { - "amount": "38", + "amount": "5335454", "nai": "@@000000013", "precision": 3 }, @@ -8136,29 +8136,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T08:32:21", + "active": "2016-08-03T18:14:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Downvoted only to balance rewards between steem and non-steem posts. The post itself is of course well-written and helpful!", + "body": "He would have to pass our ID checks which means he would have to hack your reddit or facebook account. If he did do that, then we would up the level of KYC on your account. Posting a quality introduce yourself post with photos is a good way to help secure your account.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T08:12:54", + "created": "2016-08-03T18:14:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52435, + "depth": 2, + "id": 585946, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T08:12:54", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:14:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8167,13 +8167,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "steemitblog", - "parent_permlink": "introduction-to-steem-liquidity-rewards", + "parent_author": "intelliguy", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181227006z", "percent_hbd": 10000, - "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t081255800z", + "permlink": "re-intelliguy-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181445104z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { "amount": "0", @@ -8185,29 +8185,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T08:23:30", + "active": "2016-08-03T18:57:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 159, "beneficiaries": [], - "body": "I'm not one of the coders on Steem/it. I do coding on other projects, but I wouldn't want to take credit where not deserved. I'm a Steem witness, early miner, and significant stakeholder. Glad I was able to provide useful information.", + "body": "Recovery Pools are possible due to Steem's support for advanced dynamic hierarchical threshold multisig accounts. Recover account could also mean recovery pool and could be an entire group.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-04T08:23:30", + "created": "2016-08-03T18:51:57", "curator_payout_value": { - "amount": "0", + "amount": "112", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 52445, + "depth": 3, + "id": 586607, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T11:13:24", - "last_update": "2016-07-04T08:23:30", + "last_payout": "2016-09-03T07:46:45", + "last_update": "2016-08-03T18:51:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8215,17 +8215,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "easteagle13", - "parent_permlink": "re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t081255398z", + "net_votes": 11, + "parent_author": "dana-edwards", + "parent_permlink": "re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t183956644z", "percent_hbd": 10000, - "permlink": "re-easteagle13-re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082329600z", + "permlink": "re-dana-edwards-re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t185156482z", "reward_weight": 10000, - "root_author": "easteagle13", - "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "root_author": "dana-edwards", + "root_permlink": "the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future", "title": "", "total_payout_value": { - "amount": "0", + "amount": "372", "nai": "@@000000013", "precision": 3 }, @@ -8234,29 +8234,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T08:24:39", + "active": "2016-08-03T19:18:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 111178, + "author": "dantheman", + "author_rewards": 39, "beneficiaries": [], - "body": "Don't forget, in addition to the monetary rewards, you are now vested with 2000 Steem Power which gives you much greater influence than entry-level users in what content is rewarded and most visible on the site. Use it wisely!", + "body": "Our interface is opensource and many clones will start appearing. Steem is getting increasingly decentralized over time and its protocol will become increasingly stable. Your concerns are all temporary situations that all new systems face. The goal is to mature into decentralization.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T08:24:39", + "created": "2016-08-03T18:55:54", "curator_payout_value": { - "amount": "85", + "amount": "25", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52448, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T11:13:24", - "last_update": "2016-07-04T08:24:39", + "depth": 2, + "id": 586684, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T18:55:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8264,17 +8264,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "easteagle13", - "parent_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "net_votes": 3, + "parent_author": "orly", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t183639680z", "percent_hbd": 10000, - "permlink": "re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082440000z", + "permlink": "re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t185555680z", "reward_weight": 10000, - "root_author": "easteagle13", - "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { - "amount": "25792", + "amount": "90", "nai": "@@000000013", "precision": 3 }, @@ -8283,29 +8283,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T11:05:33", + "active": "2016-08-04T11:02:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 171, + "author": "dantheman", + "author_rewards": 2218, "beneficiaries": [], - "body": "My mistake. I did not see the bounty comment at the very end. I just sent another 300 SD which is about my recollection of how much the reward dropped. Please apply it to the bounty.", + "body": "This type of off topic advertizing is a quick way to get downvotes and hurt your reputation. I will ask others with less weight to downvote you as a warning until we get a GUI in place that lets me downvote with less weight than my full weight would would send you straight to -5 or -6.\n\nUpdate: after reviewing your post and seeing this same spam in dozens of places plus the blatant vote begging, I decided to downvote you anyway. We are updating the reputation system such that my downvotes are not enough to singlehandedly censor you. You can still come back from this, but it will require being respectful of others.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 13, "children_abs_rshares": 0, - "created": "2016-07-05T03:52:00", + "created": "2016-08-03T19:04:00", "curator_payout_value": { - "amount": "13", + "amount": "943", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 54532, + "depth": 2, + "id": 586869, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-23T18:42:24", - "last_update": "2016-07-05T03:52:00", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:10:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8313,17 +8313,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "hipster", - "parent_permlink": "re-smooth-re-hipster-how-to-measure-success-of-steem-20160704t234627281z", + "net_votes": 15, + "parent_author": "edbriv", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t193721993z", "percent_hbd": 10000, - "permlink": "re-hipster-re-smooth-re-hipster-how-to-measure-success-of-steem-20160705t035202500z", + "permlink": "re-edbriv-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t190359502z", "reward_weight": 10000, - "root_author": "hipster", - "root_permlink": "how-to-measure-success-of-steem", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { - "amount": "39", + "amount": "5190", "nai": "@@000000013", "precision": 3 }, @@ -8332,29 +8332,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T03:55:00", + "active": "2016-08-03T19:18:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Yes you still earn more. The voters don't get rewards after 24 hours but they can still upvote to reward the author.", + "body": "That is certainly true. The last platform I created, BitShares, matured to a level of decentralization that could entirely outvote me. I am happy about that. As the platform matured it became more and more difficult to make changes, the same will be true for Steem.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T03:55:00", + "created": "2016-08-03T19:18:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 4, - "id": 54537, + "id": 587127, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-05T03:55:00", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T19:18:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8362,14 +8362,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "kagetoki-1", - "parent_permlink": "re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t132726652z", + "net_votes": -1, + "parent_author": "orly", + "parent_permlink": "re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191058367z", "percent_hbd": 10000, - "permlink": "re-kagetoki-1-re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160705t035504400z", + "permlink": "re-orly-re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191804525z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { "amount": "0", @@ -8381,29 +8381,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T05:10:24", + "active": "2016-08-03T20:52:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 17, "beneficiaries": [], - "body": "Congratuations. Great work!", + "body": "Reputation is done outside of blockchain consensus and can change / be tweaked at any time. It is a steemit.com feature, not a blockchain feature. \n\nMaybe if steemit.com comes up with a good enough reputation system that doesn't get gamed we could tie it into rewards, but that is a long way from happening.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T05:10:24", + "created": "2016-08-03T19:40:39", "curator_payout_value": { - "amount": "0", + "amount": "9", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 54661, + "id": 587537, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T15:20:21", - "last_update": "2016-07-05T05:10:24", + "last_payout": "2016-09-03T06:57:24", + "last_update": "2016-08-03T19:40:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8411,17 +8411,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "donkeypong", - "parent_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", "percent_hbd": 10000, - "permlink": "re-donkeypong-can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category-20160705t051016800z", + "permlink": "re-kuriko-dantheman-my-suggestion-to-the-new-reputation-system-20160803t194038952z", "reward_weight": 10000, - "root_author": "donkeypong", - "root_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", + "root_author": "kuriko", + "root_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", "title": "", "total_payout_value": { - "amount": "0", + "amount": "39", "nai": "@@000000013", "precision": 3 }, @@ -8430,29 +8430,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T11:25:51", + "active": "2016-08-03T21:36:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Could not agree with you more and that is exactly while I voted for many (good) posts in #introduceyourself", + "body": "Anyone who makes it on to trending has their reputation boosted as a result. A new user could post something big, end up on trending have have a reputation of 6 the same day. \n\nThose with reputation of 7 or 8 have it the trending pages multiple times. \n\nBetter to look at 'hot' for new people to promote.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-05T06:47:45", + "created": "2016-08-03T19:46:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54769, - "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\"]}", - "last_payout": "2016-08-21T08:22:54", - "last_update": "2016-07-05T06:47:45", + "depth": 2, + "id": 587690, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T03:22:27", + "last_update": "2016-08-03T19:46:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8460,14 +8460,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "wingz", - "parent_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "net_votes": 0, + "parent_author": "jsteck", + "parent_permlink": "re-jacor-the-new-reputation-system-good-or-bad-20160803t185226182z", "percent_hbd": 10000, - "permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064745000z", + "permlink": "re-jsteck-re-jacor-the-new-reputation-system-good-or-bad-20160803t194649669z", "reward_weight": 10000, - "root_author": "wingz", - "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "root_author": "jacor", + "root_permlink": "the-new-reputation-system-good-or-bad", "title": "", "total_payout_value": { "amount": "0", @@ -8479,29 +8479,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T06:48:21", + "active": "2016-08-06T16:17:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 4946, "beneficiaries": [], - "body": "Spot on.", + "body": "I thought the fact that it was an *original image* of a real steemit user made by another steemit user puts it in a different category than simply using a model.\n\nIn this case, sean was demonstrating the power of his opinion in a very obvious way. \n\nIt was borderline NSFW but was also done with a flair of art and completely relevant.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "sex", + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-05T06:48:21", + "created": "2016-08-03T20:05:24", "curator_payout_value": { - "amount": "0", + "amount": "3063", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 54770, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T08:22:54", - "last_update": "2016-07-05T06:48:21", + "depth": 1, + "id": 588091, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-03T12:32:15", + "last_update": "2016-08-03T20:05:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8509,17 +8509,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "justtryme90", - "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t035818715z", + "net_votes": 24, + "parent_author": "sean-king", + "parent_permlink": "sexual-click-bait", "percent_hbd": 10000, - "permlink": "re-justtryme90-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064822500z", + "permlink": "re-sean-king-sexual-click-bait-20160803t200523599z", "reward_weight": 10000, - "root_author": "wingz", - "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "root_author": "sean-king", + "root_permlink": "sexual-click-bait", "title": "", "total_payout_value": { - "amount": "0", + "amount": "11538", "nai": "@@000000013", "precision": 3 }, @@ -8528,29 +8528,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T13:14:51", + "active": "2016-08-03T21:36:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "No. Liquid STEEM does nothing for you other than sit there and potentially lose value. You should do something with it. Trade for SD, power up, or sell it.", + "body": "Those concepts are being thought through and will likely be deployed based upon lessons learned and solutions available.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-help", - "children": 3, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T09:41:21", + "created": "2016-08-03T20:25:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54939, - "json_metadata": "{\"tags\":[\"steemit-help\"]}", - "last_payout": "2016-08-06T14:11:18", - "last_update": "2016-07-05T09:41:21", + "depth": 2, + "id": 588527, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:25:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8558,14 +8558,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "ash", - "parent_permlink": "quick-question-do-you-vest-even-when-powered-down", + "net_votes": -2, + "parent_author": "steemrollin", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200748089z", "percent_hbd": 10000, - "permlink": "re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t094120800z", + "permlink": "re-steemrollin-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202504307z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { "amount": "0", @@ -8577,29 +8577,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T11:28:54", + "active": "2016-08-03T20:26:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1273, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I agree, but there is a slight irony here: Your post is about Steem!", + "body": "by default the account that created your account is your security partner. Most likely us. It will take some more work to make the UI accessible for setting other partners, but it is fully possible on the blockchain today.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T10:10:51", + "created": "2016-08-03T20:26:09", "curator_payout_value": { - "amount": "94", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54970, + "depth": 2, + "id": 588549, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-10T21:17:30", - "last_update": "2016-07-05T10:11:39", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-03T20:26:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8607,17 +8607,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 10, - "parent_author": "nadejde", - "parent_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "net_votes": -2, + "parent_author": "ben.zimmerman", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200623305z", "percent_hbd": 10000, - "permlink": "re-nadejde-the-circlejerk-of-steemit-and-why-is-bad-for-everybody-20160705t101050900z", + "permlink": "re-benzimmerman-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202610861z", "reward_weight": 10000, - "root_author": "nadejde", - "root_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { - "amount": "296", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -8626,29 +8626,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T13:14:51", + "active": "2016-08-04T09:27:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1022, "beneficiaries": [], - "body": "Oh, if you mean the part that hasn't powered down _yet_, then yes. That is still considered powered up (Vests).", + "body": "We are working on a solution where exchanges can set daily rate limits on withdraw activity from their account. Their \"warm storage account\" could be online allowing them to withdraw X% per day to their \"hot storage account\". \n\nThe downside from a user's perspective is that attempts to withdraw your funds would be rate limited by the same algorithm. But at least it would be transparent why there is a delay in withdrawal.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-help", - "children": 1, + "category": "security", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-05T11:33:33", + "created": "2016-08-03T21:29:45", "curator_payout_value": { - "amount": "0", + "amount": "428", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 55071, - "json_metadata": "{\"tags\":[\"steemit-help\"]}", - "last_payout": "2016-08-06T14:11:18", - "last_update": "2016-07-05T11:33:33", + "depth": 1, + "id": 589591, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-09-03T09:59:15", + "last_update": "2016-08-03T21:29:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8656,17 +8656,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "ash", - "parent_permlink": "re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t110448738z", + "net_votes": 22, + "parent_author": "pfunk", + "parent_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", "percent_hbd": 10000, - "permlink": "re-ash-re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t113333000z", + "permlink": "re-pfunk-steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets-20160803t212947254z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "quick-question-do-you-vest-even-when-powered-down", + "root_author": "pfunk", + "root_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2390", "nai": "@@000000013", "precision": 3 }, @@ -8675,29 +8675,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T01:01:27", + "active": "2016-08-04T13:21:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 34, "beneficiaries": [], - "body": "I tried to make this exact point about the content rewards creating many new vested participants (and they will continue to do this every day as new rewards are paid out!) during the brutal Curation Reward Debates, but it is much easier to understand when you can see it for yourself than when someone is trying to explain it (and apparently was not doing a very good job).", + "body": "We are going to change scale from 0 to 100 for all users who aren't hidden.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-05T11:37:30", + "created": "2016-08-04T00:43:30", "curator_payout_value": { - "amount": "0", + "amount": "4", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 55077, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T08:22:54", - "last_update": "2016-07-05T11:37:30", + "depth": 1, + "id": 592555, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T12:54:21", + "last_update": "2016-08-04T00:43:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8705,17 +8705,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "cryptogee", - "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t053652525z", + "net_votes": 2, + "parent_author": "krystox", + "parent_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", "percent_hbd": 10000, - "permlink": "re-cryptogee-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t113728900z", + "permlink": "re-krystox-my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more-20160804t004330452z", "reward_weight": 10000, - "root_author": "wingz", - "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "root_author": "krystox", + "root_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", "title": "", "total_payout_value": { - "amount": "0", + "amount": "78", "nai": "@@000000013", "precision": 3 }, @@ -8724,29 +8724,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T11:51:45", + "active": "2016-08-04T13:08:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 40, "beneficiaries": [], - "body": "Good to see you posting your content here now.", + "body": "Steem supports smaller micropayment with no fees.", "cashout_time": "1969-12-31T23:59:59", - "category": "supernet", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-05T11:44:21", + "created": "2016-08-04T12:39:00", "curator_payout_value": { - "amount": "0", + "amount": "23", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 55084, - "json_metadata": "{\"tags\":[\"supernet\"]}", - "last_payout": "2016-08-19T10:55:18", - "last_update": "2016-07-05T11:44:21", + "id": 600568, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T16:47:21", + "last_update": "2016-08-04T12:39:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8754,17 +8754,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "thirdstryker1", - "parent_permlink": "core-media-supernet-weekly-no-17", + "net_votes": 7, + "parent_author": "theprophet0", + "parent_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", "percent_hbd": 10000, - "permlink": "re-thirdstryker1-core-media-supernet-weekly-no-17-20160705t114420600z", + "permlink": "re-theprophet0-7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours-20160804t123900104z", "reward_weight": 10000, - "root_author": "thirdstryker1", - "root_permlink": "core-media-supernet-weekly-no-17", + "root_author": "theprophet0", + "root_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", "title": "", "total_payout_value": { - "amount": "0", + "amount": "92", "nai": "@@000000013", "precision": 3 }, @@ -8773,29 +8773,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T18:56:48", + "active": "2016-08-04T14:04:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 84392, + "author": "dantheman", + "author_rewards": 62, "beneficiaries": [], - "body": "Remember there is no \"guarantee\" that 1 SD will ever be worth 1 USD! It is supposed to and it probably will, but that is the bet you are placing if you make this trade (or at least that it will get closer).", + "body": "Yes, we are planning on adding such a feature.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T18:56:48", + "created": "2016-08-04T14:04:06", "curator_payout_value": { "amount": "16", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 55935, + "depth": 2, + "id": 601917, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-20T19:37:39", - "last_update": "2016-07-05T18:56:48", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:04:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8804,16 +8804,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "wingz", - "parent_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "parent_author": "mughat", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t064429614z", "percent_hbd": 10000, - "permlink": "re-wingz-how-to-buy-a-steem-dollar-for-less-than-a-dollar-20160705t185650100z", + "permlink": "re-mughat-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140405570z", "reward_weight": 10000, - "root_author": "wingz", - "root_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { - "amount": "19662", + "amount": "54", "nai": "@@000000013", "precision": 3 }, @@ -8822,29 +8822,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T20:16:45", + "active": "2016-08-04T14:06:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 543, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "The other keys can do everything but change keys (transferring funds, voting, etc.). The main thing that protects the value of an account as long as you have the owner key is the powering down process taking two years, and one week for even the first payment. If someone were to take over your account (via the other keys) and for example start powering it down or using it to vote on their own posts, you could recover it with the owner key (by changing the compromised keys) and limit the damage.\n\nHowever, if you have liquid steem or steem dollars in your account those could be stolen immediately with the active key. The memo key could be used to see your private messages.", + "body": "I think you misunderstood the nature of the solution. \n\nAny transaction that was reversible would not show up in someones account until it could be spent. Thus, payment is never \"received\" until it is irreversible. Both parties know \"payment is on the way\".", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-guides", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T20:16:18", + "created": "2016-08-04T14:06:42", "curator_payout_value": { - "amount": "22", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 56079, - "json_metadata": "{\"tags\":[\"steemit-guides\"]}", - "last_payout": "2016-08-24T10:05:15", - "last_update": "2016-07-05T20:16:45", + "id": 601970, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T10:01:54", + "last_update": "2016-08-04T14:06:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8852,17 +8852,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "clains", - "parent_permlink": "re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t200731710z", + "net_votes": 0, + "parent_author": "modprobe", + "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t051011086z", "percent_hbd": 10000, - "permlink": "re-clains-re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t201618900z", + "permlink": "re-modprobe-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140641152z", "reward_weight": 10000, - "root_author": "pfunk", - "root_permlink": "your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever", + "root_author": "dantheman", + "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", "title": "", "total_payout_value": { - "amount": "125", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -8871,29 +8871,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T20:54:42", + "active": "2016-08-04T14:48:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 61, "beneficiaries": [], - "body": "Just link and include a summary. There is zero reason to repost the whole thing here. Vitalik knows where to find us if he wants to come post here.", + "body": "Even cheetah has some false positives.", "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T20:54:42", + "created": "2016-08-04T14:48:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 56181, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-05T20:54:06", - "last_update": "2016-07-05T20:54:42", + "depth": 3, + "id": 602732, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T01:31:57", + "last_update": "2016-08-04T14:48:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8901,17 +8901,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "miles2045", - "parent_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t132957515z", "percent_hbd": 10000, - "permlink": "re-miles2045-vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more-20160705t205442800z", + "permlink": "re-dennygalindo-re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t144800603z", "reward_weight": 10000, - "root_author": "miles2045", - "root_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", + "root_author": "rayphu", + "root_permlink": "jump-start-steemit-back-to-life-i-offer-my-suggestion", "title": "", "total_payout_value": { - "amount": "0", + "amount": "51", "nai": "@@000000013", "precision": 3 }, @@ -8920,29 +8920,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T20:57:27", + "active": "2016-08-05T01:41:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 85955, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Exactly. The referral program works like this:\n\n1. Buy or earn Steem Power\n2. Refer people\n3. Profit", + "body": "this is wrong, the amount of funds to spend is constant regardless of how much voting goes on.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "cn", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-05T20:57:27", + "created": "2016-08-04T18:58:03", "curator_payout_value": { - "amount": "79", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 56188, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-20T14:23:30", - "last_update": "2016-07-05T20:57:27", + "depth": 2, + "id": 607605, + "json_metadata": "{\"tags\":[\"cn\"]}", + "last_payout": "2016-09-04T07:12:33", + "last_update": "2016-08-04T18:58:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8950,17 +8950,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hipster", - "parent_permlink": "re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t141204852z", + "net_votes": 1, + "parent_author": "spiz0r", + "parent_permlink": "re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t151831742z", "percent_hbd": 10000, - "permlink": "re-hipster-re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t205726400z", + "permlink": "re-spiz0r-re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t185803360z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steemit-s-valuation", + "root_author": "xianjun", + "root_permlink": "attention-author-rewards-are-decreasing-sharply", "title": "", "total_payout_value": { - "amount": "20026", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -8969,29 +8969,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T21:01:06", + "active": "2016-08-04T19:05:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 229, "beneficiaries": [], - "body": "Correct, but the option doesn't seem all that important. Powering down will only liquidate 1% per week so if you want to power down a portion you can stop it after some number of weeks.", + "body": "Looks like you are digging yourself out of the hole. Thanks for sticking with it and apologizing.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemitabuse", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-05T21:01:06", + "created": "2016-08-04T19:00:51", "curator_payout_value": { - "amount": "0", + "amount": "164", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 56199, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-07T12:45:33", - "last_update": "2016-07-05T21:01:06", + "depth": 1, + "id": 607669, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-09-04T06:51:33", + "last_update": "2016-08-04T19:00:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -8999,17 +8999,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "abit", - "parent_permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t094005891z", + "net_votes": 8, + "parent_author": "edbriv", + "parent_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", "percent_hbd": 10000, - "permlink": "re-abit-re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210106700z", + "permlink": "re-edbriv-i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6-20160804t190052954z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "root_author": "edbriv", + "root_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", "title": "", "total_payout_value": { - "amount": "0", + "amount": "514", "nai": "@@000000013", "precision": 3 }, @@ -9018,29 +9018,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T21:03:24", + "active": "2016-08-05T14:38:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 64180, + "author": "dantheman", + "author_rewards": 154, "beneficiaries": [], - "body": "Conversion of steem dollars takes 7 days to collect sufficient data via the price feed (trading on the internal market can be done instantly though). A smaller number of feed samples would be more subject to the possibility of bad data. I don't know of a technical rationale for the first power down payment taking 7 days. I guess it is more of an economic motivation, to keep SP from being viewed as a liquid asset.", + "body": "Two things to consider... remove 30K accounts created by mining and squatters and consider only those accounts which are actively posting. If I created 1 million dummy accounts then it would make the wealth distribution look much worse. \n\nThe current inflation rate is MUCH HIGHER than 100% due to the currency still being in its distribution phase. This means the rate of distribution is much higher than it will be in the future.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-05T21:03:24", + "created": "2016-08-04T21:22:30", "curator_payout_value": { - "amount": "24", + "amount": "69", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 56208, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-07T12:45:33", - "last_update": "2016-07-05T21:03:24", + "id": 610380, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-04T21:22:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9048,17 +9048,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "alexgr", - "parent_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "net_votes": 4, + "parent_author": "hisnameisolllie", + "parent_permlink": "the-top-1-steem-v-the-real-world", "percent_hbd": 10000, - "permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210325200z", + "permlink": "re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t212231053z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", "title": "", "total_payout_value": { - "amount": "14952", + "amount": "344", "nai": "@@000000013", "precision": 3 }, @@ -9067,29 +9067,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T00:57:33", + "active": "2016-08-07T17:36:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43523, "beneficiaries": [], - "body": "You can still see the downvotes in the vote drop down, but that won't work at all in practice (already questionable) once the user base expands.", + "body": "It is tough being a whale.... you try so to make friends and keep the bad guys at bay. \n\nThe good news is that every day is a new day, and today you earned my vote.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 15, "children_abs_rshares": 0, - "created": "2016-07-06T00:57:33", + "created": "2016-08-04T21:29:27", "curator_payout_value": { - "amount": "0", + "amount": "21218", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 56672, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T20:23:24", - "last_update": "2016-07-06T00:57:33", + "depth": 1, + "id": 610495, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T17:19:03", + "last_update": "2016-08-04T21:29:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9097,17 +9097,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "abit", - "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "net_votes": 32, + "parent_author": "sirwinchester", + "parent_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", "percent_hbd": 10000, - "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t005732000z", + "permlink": "re-sirwinchester-a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat-20160804t212929104z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "new-features-on-steemit", + "root_author": "sirwinchester", + "root_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", "title": "", "total_payout_value": { - "amount": "0", + "amount": "96831", "nai": "@@000000013", "precision": 3 }, @@ -9116,29 +9116,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T07:00:06", + "active": "2016-08-14T15:18:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 288, "beneficiaries": [], - "body": "Suggestion to reverse the payout info. Show the total payout, and the current payout in the detail box. Total payout is a \"meaingful\" property of the post while pending payout is part of the underlying system mechanics. This could be reversed in the \"payout time\" view.", + "body": "The entrepreneurs that start a new category have a big impact as well.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-06T00:59:21", + "created": "2016-08-04T21:32:24", "curator_payout_value": { - "amount": "0", + "amount": "206", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 56675, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T20:23:24", - "last_update": "2016-07-06T00:59:21", + "depth": 2, + "id": 610551, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T14:14:54", + "last_update": "2016-08-04T21:32:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9146,17 +9146,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dantheman", - "parent_permlink": "new-features-on-steemit", + "net_votes": 6, + "parent_author": "capitalism", + "parent_permlink": "re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t194700455z", "percent_hbd": 10000, - "permlink": "re-dantheman-new-features-on-steemit-20160706t005919100z", + "permlink": "re-capitalism-re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t213225345z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "new-features-on-steemit", + "root_author": "mauritso", + "root_permlink": "steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on", "title": "", "total_payout_value": { - "amount": "0", + "amount": "644", "nai": "@@000000013", "precision": 3 }, @@ -9165,29 +9165,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T07:00:06", + "active": "2016-08-05T01:03:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 16995, "beneficiaries": [], - "body": "Yes I see that looking in my blog page. But I think the payouts shown are half (maybe only author rewards are shown, not curator?)", + "body": "I'd love to do an interview. I have followed your blog for years.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-06T07:00:06", + "created": "2016-08-05T01:03:36", "curator_payout_value": { - "amount": "0", + "amount": "11072", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 57262, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T20:23:24", - "last_update": "2016-07-06T07:00:06", + "depth": 5, + "id": 614065, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:03:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9195,17 +9195,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "abit", - "parent_permlink": "re-smooth-re-dantheman-new-features-on-steemit-20160706t012023919z", + "net_votes": 29, + "parent_author": "derekareith", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221321701z", "percent_hbd": 10000, - "permlink": "re-abit-re-smooth-re-dantheman-new-features-on-steemit-20160706t070004700z", + "permlink": "re-derekareith-re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t010336503z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "new-features-on-steemit", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "37927", "nai": "@@000000013", "precision": 3 }, @@ -9214,29 +9214,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T07:04:03", + "active": "2016-08-07T17:49:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2549, "beneficiaries": [], - "body": "You have to believe that Steem Dollar will someday trade at (or at least closer to) par, or that Steem price will be reasonably stable going forward. Neither of these are guaranteed, but I think they are good bets for the short term. You should make your own investment decisions though, don't listen to me.", + "body": "Remember that Bitcoin used a fixed 300 BTc per hr for the first 4 years. That meant it's inflation rate was on the same curve as steem.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-06T07:03:45", + "created": "2016-08-05T12:24:03", "curator_payout_value": { - "amount": "0", + "amount": "524", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 57267, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T08:22:54", - "last_update": "2016-07-06T07:04:03", + "depth": 1, + "id": 622949, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:42:54", + "last_update": "2016-08-05T12:24:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9244,17 +9244,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "wingz", - "parent_permlink": "re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t013647974z", + "net_votes": 30, + "parent_author": "hisnameisolllie", + "parent_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", "percent_hbd": 10000, - "permlink": "re-wingz-re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t070344200z", + "permlink": "re-hisnameisolllie-steem-dilution-rate-explained-currently-much-higher-than-you-might-think-20160805t122405846z", "reward_weight": 10000, - "root_author": "wingz", - "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", + "root_author": "hisnameisolllie", + "root_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", "title": "", "total_payout_value": { - "amount": "0", + "amount": "3298", "nai": "@@000000013", "precision": 3 }, @@ -9263,29 +9263,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T07:19:21", + "active": "2016-08-05T18:20:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 35, "beneficiaries": [], - "body": "wang is a bot. Ignore.", + "body": "I see several known bots / abusers in that list. It would be interesting to filter the list by reputation.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-06T07:12:33", + "created": "2016-08-05T14:41:09", "curator_payout_value": { - "amount": "0", + "amount": "17", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 57285, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-07T20:04:33", - "last_update": "2016-07-06T07:12:33", + "depth": 1, + "id": 625777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T02:57:12", + "last_update": "2016-08-05T14:41:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9293,17 +9293,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "spiry-btc", - "parent_permlink": "re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t064557248z", + "net_votes": 9, + "parent_author": "gord0b", + "parent_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", "percent_hbd": 10000, - "permlink": "re-spiry-btc-re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t071233400z", + "permlink": "re-gord0b-steemit-daily-action-stats-into-the-darkside-of-bots-20160805t144111458z", "reward_weight": 10000, - "root_author": "spiry-btc", - "root_permlink": "hey-guys-i-am-spiry-been-in-bitcoin-since-2013", + "root_author": "gord0b", + "root_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", "title": "", "total_payout_value": { - "amount": "0", + "amount": "75", "nai": "@@000000013", "precision": 3 }, @@ -9312,29 +9312,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T10:48:24", + "active": "2016-08-05T15:02:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 260, + "author": "dantheman", + "author_rewards": 29, "beneficiaries": [], - "body": "I've reported this issue to the web site development team.", + "body": "This is why money needs to be viewed like equity in the means of production. It should gain purchasing power as the means to produce grows, not lose purchasing power.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-issues", - "children": 1, + "category": "life", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-06T09:13:12", + "created": "2016-08-05T15:02:57", "curator_payout_value": { - "amount": "19", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 57471, - "json_metadata": "{\"tags\":[\"steemit-issues\"]}", - "last_payout": "2016-08-06T14:29:12", - "last_update": "2016-07-06T09:13:12", + "depth": 3, + "id": 626304, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-04T10:35:09", + "last_update": "2016-08-05T15:02:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9342,17 +9342,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "ash", - "parent_permlink": "steem-power-and-vests", + "net_votes": 7, + "parent_author": "anarchyhasnogods", + "parent_permlink": "re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t002008539z", "percent_hbd": 10000, - "permlink": "re-ash-steem-power-and-vests-20160706t091310800z", + "permlink": "re-anarchyhasnogods-re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t150259058z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "steem-power-and-vests", + "root_author": "calaber24p", + "root_permlink": "why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war", "title": "", "total_payout_value": { - "amount": "60", + "amount": "23", "nai": "@@000000013", "precision": 3 }, @@ -9361,29 +9361,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T16:41:30", + "active": "2016-08-05T18:36:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 64891, + "author": "dantheman", + "author_rewards": 416, "beneficiaries": [], - "body": "Upvoted because....while this isn't the most thoughtful or well-written post, the idea is important. People have now seen (and are seeing every single day with new payouts) that this isn't some bait-and-switch \"rewards\" site that promises to pay you for doing this or that but really you end up with pennies or nothing at all. Getting paid to post and vote on Steemit is now a \"real thing\", and that's important.", + "body": "Very interesting video. I welcome the competition.\n\nWith respect to code quality, steemd may seem to be \"monolithic\", but most of the features used by steemit.com are *optional* plugins. It is possible for exchanges and currency users to run with only 15% of the memory usage and much less CPU usage.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "synereo", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-06T09:39:06", + "created": "2016-08-05T17:47:54", "curator_payout_value": { - "amount": "18", + "amount": "238", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 57504, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-08T17:28:18", - "last_update": "2016-07-06T09:39:06", + "id": 630116, + "json_metadata": "{\"tags\":[\"synereo\"]}", + "last_payout": "2016-09-05T04:29:27", + "last_update": "2016-08-05T17:47:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9391,17 +9391,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "azaan", - "parent_permlink": "steem-on", + "net_votes": 11, + "parent_author": "nanzo-scoop", + "parent_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", "percent_hbd": 10000, - "permlink": "re-azaan-steem-on-20160706t093906200z", + "permlink": "re-nanzo-scoop-synereo-alpha-demo-real-competition-for-steemit-around-the-corner-20160805t174754912z", "reward_weight": 10000, - "root_author": "azaan", - "root_permlink": "steem-on", + "root_author": "nanzo-scoop", + "root_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", "title": "", "total_payout_value": { - "amount": "15184", + "amount": "804", "nai": "@@000000013", "precision": 3 }, @@ -9410,29 +9410,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-07T10:10:54", + "active": "2016-08-05T23:19:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1025, "beneficiaries": [], - "body": "Downvoted because, well yes it is a great plan, but the plan is undermined by Steem-related posts and team updates sucking in a big portion of the reward pool.", + "body": "They didn't read block chain license.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "crypto-news", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-07T10:10:54", + "created": "2016-08-05T22:33:00", "curator_payout_value": { - "amount": "0", + "amount": "110", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 60307, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-23T22:45:51", - "last_update": "2016-07-07T10:10:54", + "id": 636074, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-09-05T10:47:21", + "last_update": "2016-08-05T22:33:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9440,17 +9440,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "net_votes": 9, + "parent_author": "joseph", + "parent_permlink": "first-steemit-clone-is-an-ico", "percent_hbd": 10000, - "permlink": "re-dan-steemit-s-evil-plan-for-cryptocurrency-world-domination-20160707t101053600z", + "permlink": "re-joseph-first-steemit-clone-is-an-ico-20160805t223258806z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", + "root_author": "joseph", + "root_permlink": "first-steemit-clone-is-an-ico", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2220", "nai": "@@000000013", "precision": 3 }, @@ -9459,29 +9459,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-09T00:50:18", + "active": "2016-08-05T22:55:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 13, "beneficiaries": [], - "body": "Maybe best to keep titles SFW? Upvoted anyway.", + "body": "Free market can solve those hacks and prevent the need for government. Only your own fear and lack of faith in entrepreneurship cause you to prefer the shortcut of government violence.", "cashout_time": "1969-12-31T23:59:59", - "category": "secret-writer", - "children": 2, + "category": "anarchy", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-08T23:04:42", + "created": "2016-08-05T22:55:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 66518, - "json_metadata": "{\"tags\":[\"secret-writer\"]}", - "last_payout": "2016-08-25T04:05:45", - "last_update": "2016-07-08T23:04:42", + "depth": 2, + "id": 636447, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-05T10:50:45", + "last_update": "2016-08-05T22:55:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9489,17 +9489,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "stellabelle", - "parent_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "net_votes": 9, + "parent_author": "satire", + "parent_permlink": "re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t224003841z", "percent_hbd": 10000, - "permlink": "re-stellabelle-the-secret-writer-the-fucked-up-letter-i-got-from-my-dad-20160708t230441700z", + "permlink": "re-satire-re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t225520353z", "reward_weight": 10000, - "root_author": "stellabelle", - "root_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", + "root_author": "sterlinluxan", + "root_permlink": "anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase", "title": "", "total_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, @@ -9508,29 +9508,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-08T23:10:24", + "active": "2016-08-12T03:26:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Yes you will and the there is not really any process to see. It is just a waiting period.", + "body": "Welcome. As a cofounder of steemit I share your vision for a voluntary society. Steem is a stepping stone. Glad to have you on board!", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "voluntaryism", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-08T23:09:57", + "created": "2016-08-06T13:07:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 66525, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-09T09:32:39", - "last_update": "2016-07-08T23:10:24", + "id": 644021, + "json_metadata": "{\"tags\":[\"voluntaryism\"]}", + "last_payout": "2016-09-05T23:52:03", + "last_update": "2016-08-06T13:07:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9538,14 +9538,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "joelinux", - "parent_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "net_votes": 8, + "parent_author": "larkenrose", + "parent_permlink": "all-i-am-asking", "percent_hbd": 10000, - "permlink": "re-joelinux-i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned-20160708t230958400z", + "permlink": "re-larkenrose-all-i-am-asking-20160806t130748844z", "reward_weight": 10000, - "root_author": "joelinux", - "root_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", + "root_author": "larkenrose", + "root_permlink": "all-i-am-asking", "title": "", "total_payout_value": { "amount": "0", @@ -9557,29 +9557,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T09:22:03", + "active": "2016-08-06T15:54:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 3596, + "author": "dantheman", + "author_rewards": 9, "beneficiaries": [], - "body": "Thanks Bittrex and Bill, Fantastic work, but I downvoted this to keep the rewards from going too high for an 'announcement' post. That takes money away from the pool that rewards authors.", + "body": "I know but cannot say. \ud83d\ude0e", "cashout_time": "1969-12-31T23:59:59", - "category": "bittrex", - "children": 3, + "category": "killer-app", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-09T22:19:27", + "created": "2016-08-06T14:22:48", "curator_payout_value": { - "amount": "317", + "amount": "2", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 70595, - "json_metadata": "{\"tags\":[\"bittrex\"]}", - "last_payout": "2016-08-24T00:07:18", - "last_update": "2016-07-09T22:19:27", + "id": 644935, + "json_metadata": "{\"tags\":[\"killer-app\"]}", + "last_payout": "2016-09-06T05:05:15", + "last_update": "2016-08-06T14:22:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9588,16 +9588,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 6, - "parent_author": "bittrex-bill", - "parent_permlink": "new-bittrex-market-for-steam-dollars", + "parent_author": "jimmco", + "parent_permlink": "what-can-be-the-next-blockchain-killer-app", "percent_hbd": 10000, - "permlink": "re-bittrex-bill-new-bittrex-market-for-steam-dollars-20160709t221927200z", + "permlink": "re-jimmco-what-can-be-the-next-blockchain-killer-app-20160806t142248851z", "reward_weight": 10000, - "root_author": "bittrex-bill", - "root_permlink": "new-bittrex-market-for-steam-dollars", + "root_author": "jimmco", + "root_permlink": "what-can-be-the-next-blockchain-killer-app", "title": "", "total_payout_value": { - "amount": "952", + "amount": "18", "nai": "@@000000013", "precision": 3 }, @@ -9606,29 +9606,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T09:00:18", + "active": "2016-08-07T03:34:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 144, "beneficiaries": [], - "body": "Voting power regeneration was changed to 5 days.", + "body": "ETC will be ethers litecoin", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "ethereum", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-10T09:00:18", + "created": "2016-08-06T14:31:42", "curator_payout_value": { - "amount": "0", + "amount": "42", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 72760, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-20T19:51:45", - "last_update": "2016-07-10T09:00:18", + "depth": 1, + "id": 645028, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-06T08:38:18", + "last_update": "2016-08-06T14:31:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9636,17 +9636,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "norbu", - "parent_permlink": "re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t075538895z", + "net_votes": 14, + "parent_author": "crossroads", + "parent_permlink": "eth-vs-etc-what-matters-is-the-future", "percent_hbd": 10000, - "permlink": "re-norbu-re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t090018900z", + "permlink": "re-crossroads-eth-vs-etc-what-matters-is-the-future-20160806t143141949z", "reward_weight": 10000, - "root_author": "krispy123", - "root_permlink": "how-does-steem-upvote-post-reward-system-works", + "root_author": "crossroads", + "root_permlink": "eth-vs-etc-what-matters-is-the-future", "title": "", "total_payout_value": { - "amount": "0", + "amount": "211", "nai": "@@000000013", "precision": 3 }, @@ -9655,29 +9655,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T10:47:27", + "active": "2016-08-08T01:13:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 577, "beneficiaries": [], - "body": "You can see the numbers in the box on the right side of steemd.com. Current supply is 94.760 million of which 93.085 million is in the vesting fund (Steem Power).", + "body": "To think I once hired him to help market bitshares only to have him quit after the public announcement. \n\nOne day he will come around, he has been stuck in the Bitcoin maximalist echo chamber too long.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 10, "children_abs_rshares": 0, - "created": "2016-07-10T10:37:36", + "created": "2016-08-07T12:36:45", "curator_payout_value": { - "amount": "0", + "amount": "328", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 73033, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T03:29:09", - "last_update": "2016-07-10T10:37:36", + "depth": 1, + "id": 660952, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T05:21:00", + "last_update": "2016-08-07T12:36:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9685,17 +9685,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "bacchist", - "parent_permlink": "re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t100731459z", + "net_votes": 26, + "parent_author": "freedomengineer", + "parent_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", "percent_hbd": 10000, - "permlink": "re-bacchist-re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t103736400z", + "permlink": "re-freedomengineer-the-steaming-pile-of-shit-called-steemit-brian-sovryn-20160807t123645421z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steem-getting-pump-ed-will-there-be-a-dump", + "root_author": "freedomengineer", + "root_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1106", "nai": "@@000000013", "precision": 3 }, @@ -9704,29 +9704,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T01:25:27", + "active": "2016-08-07T16:11:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 85, "beneficiaries": [], - "body": "> I hope you blog about what it's like to run an exchange without giving any trade secrets\n\nAgree", + "body": "Steem is under constant attack by haters who want to abuse every resource they can. We were forced to add limits to combat abuse while we work to improve infrastructure.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "category": "steemit", + "children": 9, "children_abs_rshares": 0, - "created": "2016-07-11T03:26:45", + "created": "2016-08-07T12:58:06", "curator_payout_value": { - "amount": "0", + "amount": "6", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 76854, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-24T06:30:00", - "last_update": "2016-07-11T03:26:45", + "depth": 1, + "id": 661240, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:37:03", + "last_update": "2016-08-07T12:58:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9734,17 +9734,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "intelliguy", - "parent_permlink": "re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160710t233528275z", + "net_votes": 10, + "parent_author": "lukmarcus", + "parent_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", "percent_hbd": 10000, - "permlink": "re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160711t032643400z", + "permlink": "re-lukmarcus-old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts-20160807t125806812z", "reward_weight": 10000, - "root_author": "bittrex-richie", - "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "root_author": "lukmarcus", + "root_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", "title": "", "total_payout_value": { - "amount": "0", + "amount": "87", "nai": "@@000000013", "precision": 3 }, @@ -9753,29 +9753,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-11T13:06:51", + "active": "2016-08-08T05:20:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Amazing post. Thanks for sharing your adventures with us!", + "body": "Users are paid steem dollars. If price falls they get more steem.", "cashout_time": "1969-12-31T23:59:59", - "category": "travel", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-11T03:28:27", + "created": "2016-08-07T13:59:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 76860, - "json_metadata": "{\"tags\":[\"travel\"]}", - "last_payout": "2016-08-24T11:10:15", - "last_update": "2016-07-11T03:28:27", + "id": 662012, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T01:54:24", + "last_update": "2016-08-07T13:59:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9783,14 +9783,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "heiditravels", - "parent_permlink": "14-days-in-north-africa-part-1", + "net_votes": 7, + "parent_author": "georgesteem", + "parent_permlink": "a-steeming-bubble", "percent_hbd": 10000, - "permlink": "re-heiditravels-14-days-in-north-africa-part-1-20160711t032827700z", + "permlink": "re-georgesteem-a-steeming-bubble-20160807t135904016z", "reward_weight": 10000, - "root_author": "heiditravels", - "root_permlink": "14-days-in-north-africa-part-1", + "root_author": "georgesteem", + "root_permlink": "a-steeming-bubble", "title": "", "total_payout_value": { "amount": "0", @@ -9802,29 +9802,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T01:25:27", + "active": "2016-08-08T19:07:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 54691, "beneficiaries": [], - "body": "Perhaps aspects of how they handle security, or future marketing plans, etc.. Just like any business.", + "body": "The Steem Dollar will trend toward a dollar's worth of steem. Because Price and Quantity are always tied together, the value of a Steem Dollar falls below when the demand to sell is greater than the demand to buy. Likewise, it rises when the demand to buy is greater than the demand to sell.\n\nAny discount you see is the premium people are paying for Liquidity because they are in a HURRY to sell. Arbitrage is performed by those who are more patient, they buy low ($0.80 and sell high $1.00 or more). \n\nIn other words, the market is sorting out supply and demand and will keep steem dollars near $1.00 over wide variations on STEEM prices.\n\nRight now, on the internal market you can use SD to buy STEEM at about the current price. Therefore, it is holding very well.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-13T01:25:27", + "created": "2016-08-08T16:13:51", "curator_payout_value": { - "amount": "0", + "amount": "126", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 89673, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-24T06:30:00", - "last_update": "2016-07-13T01:25:27", + "depth": 1, + "id": 685062, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T16:13:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9832,17 +9832,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "getssidetracked", - "parent_permlink": "re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160712t014940855z", + "net_votes": 18, + "parent_author": "faddat", + "parent_permlink": "something-s-wrong-with-sbd", "percent_hbd": 10000, - "permlink": "re-getssidetracked-re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160713t012525700z", + "permlink": "re-faddat-something-s-wrong-with-sbd-20160808t161352457z", "reward_weight": 10000, - "root_author": "bittrex-richie", - "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", "title": "", "total_payout_value": { - "amount": "0", + "amount": "112990", "nai": "@@000000013", "precision": 3 }, @@ -9851,29 +9851,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T02:37:57", + "active": "2016-08-09T10:15:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 114, "beneficiaries": [], - "body": "There is a section of the whitepaper that gives the long term percentage growth rates.", + "body": "I haven't had a beard in years. Nice work.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-13T02:37:57", + "created": "2016-08-08T18:42:24", "curator_payout_value": { - "amount": "0", + "amount": "72", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 90189, + "depth": 1, + "id": 687677, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T02:19:03", - "last_update": "2016-07-13T02:37:57", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T18:42:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9881,17 +9881,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "lukestokes", - "parent_permlink": "re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171729149z", + "net_votes": 15, + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", "percent_hbd": 10000, - "permlink": "re-lukestokes-re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160713t023756100z", + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t184225109z", "reward_weight": 10000, - "root_author": "lukestokes", - "root_permlink": "do-you-know-your-steem-power-interest-rate", + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", "title": "", "total_payout_value": { - "amount": "0", + "amount": "234", "nai": "@@000000013", "precision": 3 }, @@ -9900,29 +9900,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T19:14:45", + "active": "2016-08-08T19:07:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Reposting is discouraged, better to link. Even though not technically plagiarism.", + "body": "Editing posts is fine, no penalty.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T19:14:45", + "created": "2016-08-08T19:07:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 99393, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-16T05:29:36", - "last_update": "2016-07-13T19:14:45", + "id": 688175, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-08T04:31:09", + "last_update": "2016-08-08T19:07:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9930,14 +9930,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "wpalczynski", - "parent_permlink": "re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t023844930z", + "net_votes": 2, + "parent_author": "faddat", + "parent_permlink": "re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t162343635z", "percent_hbd": 10000, - "permlink": "re-wpalczynski-re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t191443900z", + "permlink": "re-faddat-re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t190705807z", "reward_weight": 10000, - "root_author": "wpalczynski", - "root_permlink": "digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks", + "root_author": "faddat", + "root_permlink": "something-s-wrong-with-sbd", "title": "", "total_payout_value": { "amount": "0", @@ -9949,29 +9949,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T06:56:57", + "active": "2016-08-08T20:33:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 12755, + "author": "dantheman", + "author_rewards": 86, "beneficiaries": [], - "body": "They already know about it.\n\n@dan has stated that the purpose of the liquidity reward is in part to subsidize liquidity but also in part to serve as a component of the distribution strategy for Steem. By offering such a bounty it brings traders to Steem, an audience which would not normally be interested in the social media aspect (though they may indeed post about or discuss trading).\n\nSome tweaks are planned to improve the algorithm, but in a sense traders being clever and figuring out how to collect it is the whole idea. The same applies to saturday/sunday who appears to be trying to compete along with others who will join the game later.", + "body": "drwasho, welcome to the platform.\n\nI challenge you to prove the security is weaker than Bitcoin when it is my firm belief that the security is actually stronger by a large margin.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 7, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T07:29:57", + "created": "2016-08-08T19:56:03", "curator_payout_value": { - "amount": "1437", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 106814, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T08:41:15", + "depth": 3, + "id": 689140, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-07T20:55:15", + "last_update": "2016-08-08T19:56:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -9979,17 +9979,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "norbu", - "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t050307673z", + "net_votes": 3, + "parent_author": "drwasho", + "parent_permlink": "re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t064541949z", "percent_hbd": 10000, - "permlink": "re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t072956200z", + "permlink": "re-drwasho-re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t195604421z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "drwasho", + "root_permlink": "i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1", "title": "", "total_payout_value": { - "amount": "9451", + "amount": "70", "nai": "@@000000013", "precision": 3 }, @@ -9998,29 +9998,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T22:55:09", + "active": "2016-08-26T22:49:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 684, + "author": "dantheman", + "author_rewards": 1117049, "beneficiaries": [], - "body": "The reward is, in a sense, already proportional. Once an account wins the reward its score is reset and has to start from zero. Someone else who earns rewards at a slower rate will not win but their score is not reset. So they can continue to earn points to reach the top of the scoreboard after multiple hours. For example, in a contest between two accounts with one earning points at twice the rate of the other, the slower one will get one in three hourly rewards on average.", + "body": "
https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png
\nSince steem provides support for arbitrary data to be attached to every account, it should be trivial for a savvy developer to port tools used by namecoin and similar projects to Steem.\n\nOnce these tools are in place, your steem account name could be used as a domain name for your own website.\n\nI am sure whoever is the first to produce a quality set of tools to perform DNS lookups using Steem account metadata will get a flood of upvotes.\n\nJust throwing an idea out there for those looking for money making posts!\n\n## Benefits \n- Decentralized TLS (HTTPS) certificate validation, backed by blockchain consensus.\n- Protect free-speech rights online by making the web more resistant to censorship.\n- Access websites using the .steem top-level domain.\n- Attach identity information such as GPG and OTR keys and email, Bitcoin, and Bitmessage addresses to an identity of your choice.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "namecoin", + "children": 66, "children_abs_rshares": 0, - "created": "2016-07-14T07:32:36", + "created": "2016-08-08T22:02:36", "curator_payout_value": { - "amount": "166", + "amount": "40673", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 106841, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T07:32:36", + "depth": 0, + "id": 691498, + "json_metadata": "{\"tags\":[\"namecoin\",\"dns\",\"steem\",\"bounty\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png\"]}", + "last_payout": "2016-09-08T12:34:57", + "last_update": "2016-08-08T22:03:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10028,17 +10028,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "blakemiles84", - "parent_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "net_votes": 498, + "parent_author": "", + "parent_permlink": "namecoin", "percent_hbd": 10000, - "permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073235600z", + "permlink": "dns-via-steem", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", - "title": "", + "root_author": "dantheman", + "root_permlink": "dns-via-steem", + "title": "DNS via STEEM", "total_payout_value": { - "amount": "506", + "amount": "2274271", "nai": "@@000000013", "precision": 3 }, @@ -10047,29 +10047,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T08:38:48", + "active": "2016-08-08T23:13:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 18800, + "author": "dantheman", + "author_rewards": 45, "beneficiaries": [], - "body": "I think @dan's answer would be that traders bring liquidity and investment, leading to higher market cap and larger rewards for the social media side. It is a synergy.\n\nAnd I would disagree that the rise in price and market cap has been funded by users. 2000+ BTC trading volume over the past few days on bittrex is not (primarily) steem users, it is traders and investors buying in, increasing the market cap, and making the entire system work better for everyone. \n\nAnyway, perhaps @dan will have his own thoughts to share on this", + "body": "We roll it out in phases across our servers. If you don't see it, just wait a while it will be coming to you soon.\n\nThis process helps us test new features on a subset of users before we go site-wide.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-14T08:21:51", + "created": "2016-08-08T22:07:18", "curator_payout_value": { - "amount": "4640", + "amount": "22", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 107222, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T08:21:51", + "depth": 1, + "id": 691592, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T11:26:39", + "last_update": "2016-08-08T22:07:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10077,17 +10077,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "norbu", - "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t080000323z", - "percent_hbd": 10000, - "permlink": "re-norbu-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082151700z", + "net_votes": 6, + "parent_author": "ash", + "parent_permlink": "finally-the-follower-feed-is-here", + "percent_hbd": 10000, + "permlink": "re-ash-finally-the-follower-feed-is-here-20160808t220720347z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "ash", + "root_permlink": "finally-the-follower-feed-is-here", "title": "", "total_payout_value": { - "amount": "13930", + "amount": "92", "nai": "@@000000013", "precision": 3 }, @@ -10096,29 +10096,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T08:44:45", + "active": "2016-08-09T01:17:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 247, + "author": "dantheman", + "author_rewards": 1278, "beneficiaries": [], - "body": "I don't think @abit is behaving in a manner that most benefits the Steem community. If his trading bot were more focused on providing liquidity and less on self-trading then he would still likely get a good share of the rewards, just not (nearly) all of them, and would be providing a better service to customers in the market while encouraging rather than discouraging competition from others who also want to provide liquidity (but don't have the head start he does in terms of creating bots that take advantage of various nuances of the system). I'm not going to tell you how to vote though.", + "body": "We are open to learn more.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-14T08:25:00", + "created": "2016-08-09T01:17:48", "curator_payout_value": { - "amount": "60", + "amount": "863", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 107245, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"abit\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T08:25:00", + "depth": 5, + "id": 694522, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-08T12:16:42", + "last_update": "2016-08-09T01:17:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10126,17 +10126,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "benjojo", - "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073540116z", + "net_votes": 19, + "parent_author": "paullinator", + "parent_permlink": "re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160808t202240267z", "percent_hbd": 10000, - "permlink": "re-benjojo-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082459500z", + "permlink": "re-paullinator-re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160809t011748795z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "paullinator", + "root_permlink": "i-m-paul-puey-ceo-and-co-founder-of-airbitz", "title": "", "total_payout_value": { - "amount": "182", + "amount": "2640", "nai": "@@000000013", "precision": 3 }, @@ -10145,29 +10145,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T16:53:51", + "active": "2016-08-09T19:28:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 328, + "author": "dantheman", + "author_rewards": 63, "beneficiaries": [], - "body": "> If I don't do that, others will\n\nI don't necessarily agree. If the liquidity rewards were more accessible to others then more would be competing to provide liquidity by leaving more orders on the book and narrowing the spread. The more populated book and narrower spread would in turn would make successful self-trading much harder. Systems like this can reach multiple equilibria, and it is very possible that another one would serve the community better than what is happening now.\n\nI think you should try simply providing liquidity and not self-trading for a while, and if others provide better liquidity, either compete on that basis or let them get the rewards for providing the service, which encourages more and more of it. I can't tell you what to do though, this is just my opinion.\n\nAs for the bot losing, well, that is part of the (distribution) game. The final destination of a subsidy in a market isn't always (or even usually) only the first person to touch it.", + "body": "Apply the same logic to Bitcoin. Answer your own question then get back to us.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 7, + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-14T08:30:30", + "created": "2016-08-09T13:23:54", "curator_payout_value": { - "amount": "78", + "amount": "37", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 107285, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T08:32:33", + "id": 703025, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T13:23:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10175,17 +10175,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "abit", - "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t075837519z", + "net_votes": 7, + "parent_author": "thomaslknapp", + "parent_permlink": "re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t125017027z", "percent_hbd": 10000, - "permlink": "re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083033700z", + "permlink": "re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t132354219z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", "title": "", "total_payout_value": { - "amount": "242", + "amount": "128", "nai": "@@000000013", "precision": 3 }, @@ -10194,29 +10194,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T09:14:27", + "active": "2016-08-10T17:53:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 225, + "author": "dantheman", + "author_rewards": 23091, "beneficiaries": [], - "body": "What I said is about the current algorithm as well.", + "body": "There are two possible problems: \n1. your password manager messed up (has happened to me before)\n2. something on our side changed that is causing it to not derive your keys\n\nAssuming you have your passwords then we should be able to fix any bug with deriving the keys. \n\n### Future Password Recovery Options\n\nWe recognize that people are use to being able to recover their passwords when they are lost. People who are use to cryptocurrency know that this isn't normally possible. We have a proposed solution to this here:\n\nhttps://github.com/steemit/steem/issues/240\n\nUnfortunately, it will probably be opt-in which means this future solution may not be able to help you.\n\nYou can contact me, dan at steemit.com, and I will try to get to the bottom of things.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-14T08:36:45", + "created": "2016-08-09T17:21:00", "curator_payout_value": { - "amount": "55", + "amount": "15432", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 107331, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T08:36:45", + "depth": 1, + "id": 707094, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/issues/240\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:21:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10224,17 +10224,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "abit", - "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "net_votes": 25, + "parent_author": "fairytalelife", + "parent_permlink": "incorrect-password", "percent_hbd": 10000, - "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083646600z", + "permlink": "re-fairytalelife-incorrect-password-20160809t172102382z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", "title": "", "total_payout_value": { - "amount": "165", + "amount": "46825", "nai": "@@000000013", "precision": 3 }, @@ -10243,29 +10243,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T12:21:36", + "active": "2016-08-10T01:12:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 227, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "(replying to your reply below, which is at max comment depth) \n\nNone of the other self-traders you identify are running full time bots as far as I know. Thus they are not always stacking the queue and preventing (at least currently) smaller liquidity providers from ever being paid as yours does.\n\nIf you were to pull back and if it turned out that actual liquidity providers were still never paid (and thus encouraged to continue and even expand), then it would be reasonable to resume what you are doing. But there is no way to find that out without trying.\n\nThere are many names on that list who are not being rewarded even though they have likely provided liquidity to the market and would likely do so again if rewarded for it. Providing liquidity also becomes easier for others if they are receiving rewards (even occasionally) since there is no other good way to have access to liquid steem without incurring an opportunity cost.\n\nThe most successful tit-for-tat strategies will forgive occasionally to attempt to test a return to a cooperative equilibrium. That is my suggestion.", + "body": "No need to repost, we see it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T09:53:54", + "created": "2016-08-09T17:27:09", "curator_payout_value": { - "amount": "54", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 107908, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-14T09:53:54", + "depth": 2, + "id": 707225, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T07:10:33", + "last_update": "2016-08-09T17:27:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10274,16 +10274,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "abit", - "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", + "parent_author": "jamesbrown", + "parent_permlink": "re-fairytalelife-incorrect-password-20160809t165344794z", "percent_hbd": 10000, - "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t095355200z", + "permlink": "re-jamesbrown-re-fairytalelife-incorrect-password-20160809t172709011z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "fairytalelife", + "root_permlink": "incorrect-password", "title": "", "total_payout_value": { - "amount": "167", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -10292,29 +10292,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T22:55:09", + "active": "2016-08-11T07:48:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 25, "beneficiaries": [], - "body": "> Your assessment that an account getting double the points loses one third of the time seems to ignore the fact that there is an account that is getting 1000x the rate\n\nI completely agree with you on that. My point was simply that it is somewhat proportional, not that you can compete with someone getting 1000x more points. You can't, but that is true under any proportional system. Perhaps under another system you have an easier time realizing your 1/1000 share, but it would still be negligible.", + "body": "If children are not property of their parents, then parents are not property of the children. The logical conclusion is that there is no obligation for parents to care for children. It then follows that child support laws are pure slavery.\n\nChildren should be raised by people who love them and care for the voluntarily. \n\nNow the question becomes who gets to decide where a child lives and what standard of living is acceptable? Is it enough that a child is fed a prison diet and has a place on the floor to sleep? \n\nGiven a dispute between two adults about how to care for a child, on what grounds should the dispute be resolved? Is there a \"parenting right\" that shall not be infringed?", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "psychology", + "children": 11, "children_abs_rshares": 0, - "created": "2016-07-15T20:22:57", + "created": "2016-08-09T17:51:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 124827, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-15T20:22:57", + "depth": 1, + "id": 707684, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T17:51:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10322,17 +10322,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t122802036z", + "net_votes": 4, + "parent_author": "sterlinluxan", + "parent_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202254800z", + "permlink": "re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t175120351z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", "title": "", "total_payout_value": { - "amount": "0", + "amount": "19", "nai": "@@000000013", "precision": 3 }, @@ -10341,29 +10341,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T21:58:03", + "active": "2016-08-09T22:04:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 42, "beneficiaries": [], - "body": "> Might I suggest not counting any self-trades? I know not easy to prevent, but maybe you can use coinage to at least limit the abuse\n\nThis is not viable since it is trivial to create multiple accounts. In fact, abit doesn't self trade literally at all, he uses two different accounts.\n\n(The algorithm already subtracts taker trades from your score so if you did literally self-trade, you would earn no points.)\n\nSuggestions how to improve the reward scoring are definitely appropriate though. Maybe discuss it on the steem slack?", + "body": "The will of the child cannot be relied upon for the first 5+ years of their life. An abused child will \"choose\" to stay because \"fear of the unknown\" is worse than the abuse they have.\n\nThe point of my comment is that while parent's shouldn't use violence, they have no obligation to do anything for the child beyond keeping them alive. A child who does not obey can be denied freedom of movement (grounded), denied toys, and they can be denied all but minimal food necessary to keep them alive, etc. \n\nAll of these tactics are non-violent, yet they can have far greater psychological impact on the kids than a slap or spanking. \n\nI am an advocate of non-violent solutions to problems, but the issue of kids/elderly/disabled is one that is very hard to resolve in an *objective* way.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "psychology", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-15T20:24:54", + "created": "2016-08-09T19:22:27", "curator_payout_value": { - "amount": "0", + "amount": "4", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 124860, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-15T20:24:54", + "id": 709448, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-09T05:34:15", + "last_update": "2016-08-09T19:22:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10371,17 +10371,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jl777", - "parent_permlink": "re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t123019439z", + "net_votes": 4, + "parent_author": "zorrotmm", + "parent_permlink": "re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t190609795z", "percent_hbd": 10000, - "permlink": "re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202453700z", + "permlink": "re-zorrotmm-re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t192228925z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "sterlinluxan", + "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", "title": "", "total_payout_value": { - "amount": "0", + "amount": "46", "nai": "@@000000013", "precision": 3 }, @@ -10390,29 +10390,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T22:28:57", + "active": "2016-08-09T19:28:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "There is no coinage literally since it is an account based system, not outputs, but maybe something like average coin age could be maintained for an account, or minimum, or something. I haven't thought it through. Reasonable direction though.\n\nNo idea what's going on with slack. Maybe try a different email or different browser?", + "body": "And that is all Steem does. There is an emission schedule for miners (blocks) and in time it will be well understood.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T22:28:36", + "created": "2016-08-09T19:28:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 126758, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T07:30:39", - "last_update": "2016-07-15T22:28:57", + "depth": 4, + "id": 709551, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T21:15:45", + "last_update": "2016-08-09T19:28:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10420,14 +10420,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t215803498z", + "net_votes": 1, + "parent_author": "tie-warutho", + "parent_permlink": "re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t161905978z", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t222837700z", + "permlink": "re-tie-warutho-re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t192823682z", "reward_weight": 10000, - "root_author": "blakemiles84", - "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "root_author": "ftlian", + "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", "title": "", "total_payout_value": { "amount": "0", @@ -10439,29 +10439,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T08:21:45", + "active": "2016-08-11T08:21:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 226788, + "author": "dantheman", + "author_rewards": 144, "beneficiaries": [], - "body": "For those wondering if this is the real jl777, I think it is, but if you can send me a PM on bitcointalk from your main account there I will confirm it here. I know a NXT-based cryptographic proof of some sort was provided but many of us are not NXT users, making that difficult to interpret.", + "body": "This is a very insightful piece and a quality discussion as erupted. We are well aware of the limits of the system and are actively working toward a solution that could completely revolutionize the effectiveness of award distribution while mitigating the impacts of misbehaving whales.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 9, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-15T22:45:36", + "created": "2016-08-10T21:13:12", "curator_payout_value": { - "amount": "112906", + "amount": "92", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 126994, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-23T05:21:30", - "last_update": "2016-07-15T22:45:36", + "id": 733345, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T09:37:03", + "last_update": "2016-08-10T21:13:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10469,17 +10469,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 30, - "parent_author": "jl777", - "parent_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "net_votes": 3, + "parent_author": "anonymint", + "parent_permlink": "blog-rewards-can-t-be-widely-distributed", "percent_hbd": 10000, - "permlink": "re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t224535400z", + "permlink": "re-anonymint-blog-rewards-can-t-be-widely-distributed-20160810t211314330z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "root_author": "anonymint", + "root_permlink": "blog-rewards-can-t-be-widely-distributed", "title": "", "total_payout_value": { - "amount": "642490", + "amount": "294", "nai": "@@000000013", "precision": 3 }, @@ -10488,29 +10488,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T03:32:00", + "active": "2016-08-11T06:35:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1105, + "author": "dantheman", + "author_rewards": 742, "beneficiaries": [], - "body": "Confirmed. I received the message from the [well-known, high-rank jl777 account on bitcointalk](https://bitcointalk.org/index.php?action=profile;u=177323)", + "body": "Never fear, we have a solution in the works that will hopefully resolve this kind of power dynamic and allow us to remove downvotes all together.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 3, + "category": "life", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-15T23:03:21", + "created": "2016-08-10T21:59:45", "curator_payout_value": { - "amount": "1031", + "amount": "397", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 127188, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://bitcointalk.org/index.php?action=profile;u=177323\"]}", - "last_payout": "2016-08-23T05:21:30", - "last_update": "2016-07-15T23:03:21", + "depth": 1, + "id": 734146, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-10T09:05:15", + "last_update": "2016-08-10T21:59:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10518,17 +10518,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t225931187z", + "net_votes": 6, + "parent_author": "jpiper20", + "parent_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t230322500z", + "permlink": "re-jpiper20-steemit-is-losing-it-s-purpose-let-s-stop-it-togther-20160810t215945670z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", + "root_author": "jpiper20", + "root_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", "title": "", "total_payout_value": { - "amount": "3129", + "amount": "1327", "nai": "@@000000013", "precision": 3 }, @@ -10537,29 +10537,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T23:19:27", + "active": "2016-09-07T21:54:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1289446, "beneficiaries": [], - "body": "It depends on the nature of the exploit. For privacy flaws that are already permanently recorded on the blockchain itself, no fix is possible, and \"responsible disclosure\" (aka deliberately withholding information from the public) serves no purpose other than to manipulate markets, as othe indicated.", + "body": "
https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\n\nBuilding a decentralized economic platform that uses voting to distribute funds is extremely challenging. On the one hand everyone wants to \u201cvote selfishly\u201d to give themselves the most reward possible, on the other hand large stake holders want to vote in a manner that maximizes the value of the currency.\n\nThe solution employed by Steem uses the principle that individuals acting alone shouldn\u2019t have much power, but the more people that work together the more power they have collectively. In other words, two people voting together is more than twice as powerful as either voting alone.\n\nThe end result is a system that is working relatively well at today\u2019s scale. The challenge Steem faces now is that large stakeholders, aka whales, have enough stake to unilaterally allocate far more than even the largest group of smaller users.\n\nThis means that whales need to spread their votes across 1000 times as much content as normal users or refrain from voting all together. Allocation of rewards will be highly concentrated among those the whales give attention to, but the attention of whales is finite. The finite limits of whale attention limits the scalability of reward distribution.\n\n## Existing Solutions\n\nSome savvy whales, such as @smooth, are actively hiring people to process content and vote on their behalf. This is a very involved process and ultimately limited to a few people able to operate bots, manage teams, and check up on people.\n\nEven with everything @smooth is doing, there is only so much content that his team of curators can process. \n\n## Bad Voters \n\nNot all voters are good voters, and this applies to whales too. Sometimes accounts can go rogue, get hacked, or otherwise start acting in ways that harm the wider community. When a small stakeholder goes bad the system can safely ignore their votes and hide their posts with a reputation score, but when a whale goes bad things are not so easy.\n\n## Scalable Voting \n\nWhat we need is a scalable solution for managing distributed authority over the printing presses and deciding which content is most worthy to be promoted. The root of all authority must be derived from stakeholder Steem Power or Sybil attacks will quickly undermine the algorithm.\n\nIn the late 90\u2019s Google faced a similar problem with websites. They invented an algorithm that could rank web pages by using links as votes. This algorithm worked extremely well until SEO hackers learned how to game the system using what is essentially a Sybil attack. \n\nGoogle gave every page one vote that it could divide among every page it linked to. The algorithm would the use these votes to identify the highest authority, quality, most visited, or most popular pages. \n\n## Delegated Voting via Account Rank \n\nIf you view each account as having 1 web page per unit of Steem Power controlled by that account, and you let each account link to other accounts that they trust to allocate funds and curate content then the result is a massively recursive delegated voting system. Allowing links to have positive and negative weights means that everyone has the power to contribute to filtering the \u201cgood\u201d people from the \u201cbad\u201d people. \n\nSo long as there are many more \u201cgood\u201d people than \u201cbad\u201d people, the bad actors are quickly neutralized by having more negative links than positive links.\n\nThis system is immune to the Sybil attack faced by Google\u2019s PageRank algorithm because the supply of \u201cpages\u201d is restricted by the available Steem Power. \n\n## Account Rank on a Blockchain \n\nThe page rank algorithm is a computationally intensive iterative process that is normally performed by large clusters of computers using massively parallel map-reduce algorithms. A blockchain is required to reach consensus quickly and is ultimately single threaded because every transaction has the potential to impact the consensus state relevant to every transaction after it.\n\nIn order to efficiently implement Account Rank on a blockchain we must first place an upper limit on the largest possible blocking calculation. The computation complexity of calculating the Account Rank of an individual account grows linearly with the number of links (votes) an account gives or receives. \n\nFortunately, we know that there is a natural limit to the number of people someone can maintain stable relationships with. This is known as [Dunbar\u2019s number](https://en.wikipedia.org/wiki/Dunbar%27s_number). By studying social group size in primates Dunbar was able to conclude that at most 150 stable relationships. Beyond this size more restrictive social rules are required.\n\nWe can use this information to naturally limit the number of trust-links allowed among accounts to something that ordinary people are actually capable of. \n\nOnce we have limited the number of links it is simply a matter of spreading the calculation over time and prioritizing calculations that will effect the biggest changes. So long as the rate at which links can change is slower than the rate at which the algorithm can reach equilibrium then on average the network will remain close enough to equilibrium to accomplish the desired goal.\n\n## Alternative to Witness Voting\n\nUsing the Account Rank algorithm we could replace and eliminate the overhead associated with tracking and tallying witness votes. Instead the witnesses would be the top accounts by Account Rank that didn\u2019t opt out of being a witness. Each account is currently allowed 30 witness votes, this memory could be repurposed to serve the Account Rank algorithm. Likewise, every time an account\u2019s Steem Power changes all 30 witness votes are updated. These calculations could be replaced with Account Rank propagation calculations. \n\nOver all this would increase user engagement in voting for peers and provide a more liquid and representative ranking of user trust and reputation within the network while adding only a small amount of additional overhead and simplifying witness selection.\n\nEach user would simply add their 30 most trusted curators (aka friends) to their account and the Account Rank algorithm will automatically distribute influence among the friends. This would result in trust flowing outward from whales and down to more people who currently don\u2019t have much voice or curation power. \n\nMore people acting with more power due to delegated trust lines automatically rebalanced by Account Rank means that rewards can be distributed more fairly because there are more people with power and attention to process posts.\n\nNegative weights would allow the network to quickly remove voting influence from accounts that earn a reputation for bad behavior. This is something the current Steem algorithms require a voting bot war that generates unwanted collateral damage. \n\n## Conclusion\n\nWith careful implementation and planning, it should be possible to upgrade Steem to have a far more liquid, democratic, and secure web of trust. This web of trust can then more reliably be used to allocate rewards in the best interest of the whole platform while scaling to handle millions of people.\n\n***Note*** - this idea is presented for discussion purposes only and does not represent a commitment to implement at this point in time. There may be unresolved technical challenges to realizing this algorithm.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcoin", - "children": 0, + "category": "steem", + "children": 238, "children_abs_rshares": 0, - "created": "2016-07-15T23:19:27", + "created": "2016-08-11T02:17:06", "curator_payout_value": { - "amount": "0", + "amount": "39634", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 127372, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "2016-08-18T13:41:45", - "last_update": "2016-07-15T23:19:27", + "depth": 0, + "id": 738051, + "json_metadata": "{\"tags\":[\"steem\",\"pagerank\",\"google\",\"weboftrust\"],\"users\":[\"smooth\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Dunbar%27s_number\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T02:17:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10567,17 +10567,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "juansgalt", - "parent_permlink": "re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t204840785z", + "net_votes": 608, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-juansgalt-re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t231926100z", + "permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", "reward_weight": 10000, - "root_author": "juansgalt", - "root_permlink": "hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap", - "title": "", + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "title": "People Rank - Using Page Rank Algorithm for Better Curation and Rewards", "total_payout_value": { - "amount": "0", + "amount": "2631226", "nai": "@@000000013", "precision": 3 }, @@ -10586,29 +10586,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T05:24:00", + "active": "2016-08-11T19:47:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 85, "beneficiaries": [], - "body": "It lacks, I think, the direct circularity of proof-of-stake where who owns the coins is determined by consensus and consensus is determined by who owns the coins. There is a different sort of circularity though, perhaps more akin to proof-of-work where security goes to zero if value goes to zero and vice-versa. In any case, I look forward to your analysis.", + "body": "Cool list, but will flag unless you remove steeimt and steemit tags.", "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 0, + "category": "steeimt", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-16T05:24:00", + "created": "2016-08-11T15:41:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 130868, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-23T15:13:12", - "last_update": "2016-07-16T05:24:00", + "depth": 1, + "id": 747270, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:41:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10616,17 +10616,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "biophil", - "parent_permlink": "re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160715t214017936z", + "net_votes": 3, + "parent_author": "shaheer001", + "parent_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", "percent_hbd": 10000, - "permlink": "re-biophil-re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052359400z", + "permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154105849z", "reward_weight": 10000, - "root_author": "biophil", - "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", "title": "", "total_payout_value": { - "amount": "0", + "amount": "64", "nai": "@@000000013", "precision": 3 }, @@ -10635,29 +10635,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T16:25:33", + "active": "2016-08-11T19:45:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1139, + "author": "dantheman", + "author_rewards": 141, "beneficiaries": [], - "body": "Nice post. Thanks for alerting me to it with the comment on my post. It's getting harder and harder to find all the hidden gems on Steemit these days.", + "body": "While I am no billionaire, I started in the crypto space with a large debt, huge child support payments, and a 9-5 job. 3 years later my \"paper worth\" is over $30M, but like all the billionaires above, converting that wealth to cash isn't a trivial task. If Steem takes off then I would probably end up on that list.", "cashout_time": "1969-12-31T23:59:59", - "category": "money", + "category": "steeimt", "children": 6, "children_abs_rshares": 0, - "created": "2016-07-16T05:24:48", + "created": "2016-08-11T15:44:39", "curator_payout_value": { - "amount": "1172", + "amount": "28", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 130873, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-23T15:13:12", - "last_update": "2016-07-16T05:24:48", + "depth": 2, + "id": 747326, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T15:44:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10665,17 +10665,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "biophil", - "parent_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "net_votes": 7, + "parent_author": "freddy008", + "parent_permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t133817100z", "percent_hbd": 10000, - "permlink": "re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052447400z", + "permlink": "re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154438664z", "reward_weight": 10000, - "root_author": "biophil", - "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", "title": "", "total_payout_value": { - "amount": "3533", + "amount": "208", "nai": "@@000000013", "precision": 3 }, @@ -10684,29 +10684,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T13:50:33", + "active": "2016-08-11T18:12:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 117, + "author": "dantheman", + "author_rewards": 55, "beneficiaries": [], - "body": "I've never seen that tilt-shift technique before. Very cool.", + "body": "Flagging doesn't take money away from people that have earned it, that is like saying that voting for a political opponent takes victory away from the current winner. Nothing is earned until the ballot box closes.", "cashout_time": "1969-12-31T23:59:59", - "category": "video", - "children": 3, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-16T05:43:30", + "created": "2016-08-11T18:12:21", "curator_payout_value": { - "amount": "60", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 131032, - "json_metadata": "{\"tags\":[\"video\"]}", - "last_payout": "2016-08-18T19:06:09", - "last_update": "2016-07-16T05:43:30", + "depth": 2, + "id": 749746, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-10T19:32:42", + "last_update": "2016-08-11T18:12:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10714,17 +10714,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "fyrstikken", - "parent_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "net_votes": 3, + "parent_author": "pangur-ban", + "parent_permlink": "re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t034724925z", "percent_hbd": 10000, - "permlink": "re-fyrstikken-welcome-to-norway-the-kingdom-on-the-very-top-of-the-world-20160716t054331200z", + "permlink": "re-pangur-ban-re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t181222107z", "reward_weight": 10000, - "root_author": "fyrstikken", - "root_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", + "root_author": "dantheman", + "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", "title": "", "total_payout_value": { - "amount": "371", + "amount": "41", "nai": "@@000000013", "precision": 3 }, @@ -10733,29 +10733,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T10:54:21", + "active": "2016-09-10T19:32:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 627480, "beneficiaries": [], - "body": "> The only solution that has been reliable is to use multiple signatures from keys stored on different devices\n\nHardware wallets have also been reliable, even without multisig. What clearly doesn't work is storing secrets on general purpose devices, and it gets worse as you add more and more complex general-purpose layers, with web applications more or less at the apex of this house of cards.", + "body": "
https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\nYesterday I [released an article where I suggested that the Page Rank algorithm used by Google might be a viable alternative to the current voting system](/steem/@dantheman/people-rank-using-page-rank-algorithm-for-better-curation-and-rewards). Today I would like to add some additional insights that I have had.\n\nUsing a simple [page rank simulator](http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/) I played around with various graph structures to get a better understanding of the graph theory and behavior of Page Rank.\n\nWhat I discovered is that in a world where everyone is equal, those who create links amongst themselves gain weight relative to those who do not cross link. I also discovered that those who give links without receiving lose direct influence, though they may gain via indirect influence.\n\n## Negative Weights don't Work\n\nUsing Page Rank you cannot have edges with negative weights, this means that it is not possible have your voting influence countered, especially if you are a bad whale. \n\n## Variation on Page Rank - Recursive Delegated Voting\n\nMany people have been asking for the ability to delegate VESTS to other users who could then use those VESTS to cast votes. To really work well, it should be possible to redelegate your votes an infinite number of times. With delegated voting it should also be possible to \"cancel out\" someone else's vote with your own vote. This is already possible with bot wars, but with delegated negative voting we can bypass the network spam.\n\n## Scalability \n\nThis algorithm has many of the same scalability considerations as Page Rank. This means that each account would be limited in the number of accounts it could delegate to. Furthermore, there would need to be a minimal delegated amount.\n\n## Benefits \nIf implemented it would be relatively trivial to police vote spammers as well as those who would abuse the power of negative voting to silence legitimate voters.\n\nWhales would be able to delegate their VESTS to other users who can use the increased influence to provide better curation and increase the value of the VESTS. \n\n## The Evil Whale Problem \n\n
http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248
\n\nWe live in a world filled with evil whales. The power elite who control our economy and the printing presses are willing to risk burning down the economy to increase their power and wealth. Their interests are clearly not aligned with the masses.\n\nWhile Steem is young and has significant upside growth potential and relatively little economic power, the easiest way for whales to grow their power, wealth, and influence is to work with everyone else. Once Steem achieves a level of entrenchment similar to Facebook, Twitter, etc, the whales can misbehave with relative impunity because everyone is \"locked in\". \n\nIt is critical that the masses of dolphins, minnows, and good whales, have the power to efficiently neutralize bad actors for the benefit of all. I am committed to building a system that empowers people who work for the benefit of all and disempowers those who attempt to work against the best interest of the wider community.\n\n## Conclusion\n\nCreating a distributed, self-governing, mob that works reliably to allocate resources for the betterment of the whole rather than the individual is challenging. As the stakes are raised it becomes increasingly difficult to prevent abuse. Recursive Delegated Voting is a variation on Page Rank that might just do the trick.\n\nI would like to thank everyone who has participated in yesterday's discussion.", "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 0, + "category": "steemit", + "children": 130, "children_abs_rshares": 0, - "created": "2016-07-16T10:54:21", + "created": "2016-08-11T18:51:48", "curator_payout_value": { - "amount": "0", + "amount": "15453", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 133986, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-24T01:38:09", - "last_update": "2016-07-16T10:54:21", + "depth": 0, + "id": 750406, + "json_metadata": "{\"tags\":[\"steemit\",\"curation\",\"steem\",\"pagerank\"],\"image\":[\"https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\",\"http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248\"],\"links\":[\"http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/\"]}", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T18:51:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10763,17 +10763,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "does-blockchain-security-need-to-be-completely-reworked", + "net_votes": 516, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-dan-does-blockchain-security-need-to-be-completely-reworked-20160716t105421300z", + "permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "does-blockchain-security-need-to-be-completely-reworked", - "title": "", + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "title": "Follow Up to People Rank Algorithm for Better Curation Rewards", "total_payout_value": { - "amount": "0", + "amount": "1269729", "nai": "@@000000013", "precision": 3 }, @@ -10782,29 +10782,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T19:51:21", + "active": "2016-08-11T19:31:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 54, "beneficiaries": [], - "body": "Essentially everything is on the blockchain. The web site provides a 'view' of the blockchain.\n\nAs far as the business model of the company, it owns a large portion of the initial supply of Steem so it profits from the increase in value of Steem. There may also be some premium services or advertisements on the web site, but nothing specific has been announced.\n\nYou can read more about the initial distribution of Steem here: https://steem.io/roadmap/launch-and-sale/", + "body": "yeah, you won't be able to because it is a category, not a tag. I removed the upvote, thanks for trying.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steeimt", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-17T07:20:12", + "created": "2016-08-11T19:20:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 139459, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/launch-and-sale/\"]}", - "last_payout": "2016-08-23T04:17:15", - "last_update": "2016-07-17T07:20:12", + "depth": 4, + "id": 750921, + "json_metadata": "{\"tags\":[\"steeimt\"]}", + "last_payout": "2016-09-11T01:36:15", + "last_update": "2016-08-11T19:20:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10813,16 +10813,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "btc-dialog", - "parent_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "parent_author": "shaheer001", + "parent_permlink": "re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t180230840z", "percent_hbd": 10000, - "permlink": "re-btc-dialog-question-how-does-the-website-interact-with-the-blockchain-20160717t072013400z", + "permlink": "re-shaheer001-re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t192007694z", "reward_weight": 10000, - "root_author": "btc-dialog", - "root_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "root_author": "shaheer001", + "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", "title": "", "total_payout_value": { - "amount": "0", + "amount": "40", "nai": "@@000000013", "precision": 3 }, @@ -10831,29 +10831,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T00:51:24", + "active": "2016-08-12T02:08:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 211094, + "author": "dantheman", + "author_rewards": 57, "beneficiaries": [], - "body": "> Would Steem fail if every blog post of a lady putting on her makeup is rewarded $26,000?\n\nI don't know that it would (FWIW, I do not believe that every such post would be so rewarded, only the first that emerged as a hit or others that offered something new). Look around you. The most commercially successful music is cookie cutter. The most successful TV shows are dumb. Nobody even buys books any more at all (other than maybe romance novels?). One of the top posts at reddit right now (5000 votes) is: \"Excluding my mom, what's the worst sex you've ever had?\"\n\nWhat is successful is what addresses the market as it exists, and that includes a great deal of demand for shallow content and being popular for being popular.\n\nAlso, implemention factors are very important. Voting is processed by the consensus code which needs to not only be kept relatively simple but also very high performance. This doesn't mean that your ideas can't work but to be a credible proposal you need to completely specify how and when the various processing steps occur. Of course that can be the subject of later posts.", + "body": "more or less, the system is fine today. We are simply preparing for the future.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 8, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-17T22:21:21", + "created": "2016-08-11T20:23:03", "curator_payout_value": { - "amount": "14024", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 154495, + "depth": 2, + "id": 752075, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T20:19:39", - "last_update": "2016-07-17T22:42:03", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T20:23:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10861,17 +10861,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 22, - "parent_author": "anonymint", - "parent_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "net_votes": 1, + "parent_author": "bendjmiller222", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t192738886z", "percent_hbd": 10000, - "permlink": "re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t222121900z", + "permlink": "re-bendjmiller222-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t202302998z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", "title": "", "total_payout_value": { - "amount": "693654", + "amount": "43", "nai": "@@000000013", "precision": 3 }, @@ -10880,29 +10880,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T07:55:12", + "active": "2016-08-13T22:57:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1963, + "author": "dantheman", + "author_rewards": 57, "beneficiaries": [], - "body": "Agree overall on most most points. Re. implementation, payouts are transactions too. Currently those perform a relatively simple calculations based on shares, and those transactions would need to remain limited in computational cost. I don't think this proposal changes that much though, it just has more complicated (but still computationally simple) accounting of shares by clutser. My concern is primarily the k-means clustering; Incremental k-means variants exist, so it is probably solvable. \n\nAlso, dividing users into clusters requires a minimum number of users in each cluster, thus a minimum number of users on the site as a while. At present I doubt that is feasible as the number of users on the site is just barely reaching the point where it works at all. Ideally of course the number of users will be much larger in the future, so something like this could be phased in.", + "body": "Those who have the most to lose have the most say. There is no other way.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-18T00:30:48", + "created": "2016-08-11T21:04:30", "curator_payout_value": { - "amount": "2142", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 156528, + "depth": 2, + "id": 752764, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T20:19:39", - "last_update": "2016-07-18T00:31:39", + "last_payout": "2016-09-11T08:34:30", + "last_update": "2016-08-11T21:04:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10910,17 +10910,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "anonymint", - "parent_permlink": "re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t232018335z", + "net_votes": 3, + "parent_author": "omfedor", + "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t205242626z", "percent_hbd": 10000, - "permlink": "re-anonymint-re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t003048100z", + "permlink": "re-omfedor-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t210432271z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "root_author": "dantheman", + "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", "title": "", "total_payout_value": { - "amount": "6449", + "amount": "43", "nai": "@@000000013", "precision": 3 }, @@ -10929,29 +10929,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T05:20:42", + "active": "2016-08-12T17:39:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 9, + "author": "dantheman", + "author_rewards": 11, "beneficiaries": [], - "body": "This doesn't work. I'll explain why in a response to your post.", + "body": "I would consider Steem Dollars with 10% interest as a hedge similar to lending USD on bitfinex.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "money", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-18T05:20:42", + "created": "2016-08-12T15:03:57", "curator_payout_value": { "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 160154, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T20:19:39", - "last_update": "2016-07-18T05:20:42", + "depth": 1, + "id": 765924, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-09-12T01:24:27", + "last_update": "2016-08-12T15:03:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -10960,16 +10960,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "alexgr", - "parent_permlink": "re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t023106518z", + "parent_author": "furion", + "parent_permlink": "i-have-60btc-to-invest-in-steem", "percent_hbd": 10000, - "permlink": "re-alexgr-re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t052042900z", + "permlink": "re-furion-i-have-60btc-to-invest-in-steem-20160812t150359024z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", + "root_author": "furion", + "root_permlink": "i-have-60btc-to-invest-in-steem", "title": "", "total_payout_value": { - "amount": "29", + "amount": "20", "nai": "@@000000013", "precision": 3 }, @@ -10978,29 +10978,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T05:27:45", + "active": "2016-08-24T22:04:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 8, + "author": "dantheman", + "author_rewards": 392, "beneficiaries": [], - "body": "There is no useful gaming here. Removing a vote does not benefit you in any significant way, other than: a) making the recommendation feature work better for you, and b) slightly increasing the payout on other posts (generally insignificant).\n\nMore specifically, voting is in effect spending the perishable resource known as vote power (which recharges from empty to full in five days). Removing the vote does not give you back the voting power you originally used, so you end up worse off than had you left the vote there (assuming the vote would have earned a reward >0).\n\nObviously this corresponds to your case (b), which as you say is the less interesting, and perhaps means that people won't remove erroneous votes. Even there, the incentive is to be a bit more careful and not make too many errors (which could mislead others about the state of voting). This is not necessarily a bad thing. The designers of the platform identified the same issues you did with (a) so they did not use it.", + "body": "This information is incredibly useful and informative and makes perfect sense.\n\nA whale earns more by voting on a minnow than by voting on a dolphin.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "stats", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-18T05:24:30", + "created": "2016-08-12T15:11:57", "curator_payout_value": { - "amount": "6", + "amount": "123", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 160213, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-18T00:23:39", - "last_update": "2016-07-18T05:27:45", + "id": 766046, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-12T03:48:00", + "last_update": "2016-08-12T15:11:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11008,17 +11008,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "alexgr", - "parent_permlink": "curation-gamed-through-unvoting", + "net_votes": 8, + "parent_author": "liberosist", + "parent_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", "percent_hbd": 10000, - "permlink": "re-alexgr-curation-gamed-through-unvoting-20160718t052428700z", + "permlink": "re-liberosist-steem-power-distribution-trends-august-update-the-re-distribution-skips-down-20160812t151157049z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "curation-gamed-through-unvoting", + "root_author": "liberosist", + "root_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", "title": "", "total_payout_value": { - "amount": "26", + "amount": "587", "nai": "@@000000013", "precision": 3 }, @@ -11027,29 +11027,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T05:30:30", + "active": "2016-08-30T22:03:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 228, "beneficiaries": [], - "body": "Only downvoted, as I sometimes do, to prevent platform announcements from draining too much of the rewards pool away from other posts. I agree the new feature is quite interesting, potentially revolutionary. I look forward to seeing how it works out in practice. On merit alone (if a reward pool were not involved), I would upvote.", + "body": "We are actively looking for ways to reduce whale influence and bad behavior. So far the best solution we have identified is to remove curation rewards all together. The existence of curation rewards does the following for whales:\n\n- encourages reckless voting because the rate of return on voting on random comments is very high for the whale. Effectively, the whale spends $100 of community money and pockets $25. The $75 cost is socialized, but the $25 is privatized. \n- the probability of being early on popular \"good\" content and getting an even higher rate of return is not higher than the \"sure thing\" of any random thing a whale could vote on.\n- any attempt to impose per-account caps will result in sybil attacks \n- good whales must vote as prolifically as evil whales or the evil whales will overcome them.\n- any attempt to implement stake delegation for voting purposes is disincentivized by the curation reward algorithm unless curation rewards propagate back. This backward propagation is both difficult to implement and ultimately irrelevant considering points 2.\n\nIn other words, the curation reward system may be fundamentally broken and should be discarded. Once the curation rewards are discarded, then whales face no opportunity cost by *not voting*.", "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 0, + "category": "steemit", + "children": 58, "children_abs_rshares": 0, - "created": "2016-07-18T05:30:30", + "created": "2016-08-12T15:56:54", "curator_payout_value": { - "amount": "0", + "amount": "53", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 160277, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-25T00:16:00", - "last_update": "2016-07-18T05:30:30", + "id": 766745, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-12T10:29:54", + "last_update": "2016-08-12T15:56:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11057,17 +11057,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "net_votes": 20, + "parent_author": "chitty", + "parent_permlink": "whale-s-dilemma", "percent_hbd": 10000, - "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053031100z", + "permlink": "re-chitty-whale-s-dilemma-20160812t155654929z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "root_author": "chitty", + "root_permlink": "whale-s-dilemma", "title": "", "total_payout_value": { - "amount": "0", + "amount": "422", "nai": "@@000000013", "precision": 3 }, @@ -11076,29 +11076,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T05:34:09", + "active": "2016-08-13T23:03:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 636233, "beneficiaries": [], - "body": "> As long as you get your account recovered before your account can power down (1 week) then 99% of your Steem Power will be safe.\n\nMinor correction. If you recover the account within a week, and it had not already been powering down, then 100% of the SP would be safe, not 99%. If power down was already in progress then it depends on the remaining time until the next power down, but if the account is recovered in time, 100% could still be safe.", + "body": "
http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg
\n\nDemocracy is filled with mythology. [Larken Rose](https://steemit.com/politics/@larkenrose/political-mythology-101-part-one) has recently covered many of these myths. Today I would like to introduce a new concept that may totally change how some people perceive democracy.\n\n## Voting Theory\n\nPopular political theology around voting is that each individual has the right to vote for anything, for any reason, and in complete secrecy. Education, knowledge, race, and inelegance are not legitimate prerequisites. It goes so far as to say that through voting the entire constitution and every human right can be violated.\n\nThere are many different kinds of voting that attempt to capture public opinion accurately. Systems include plurality, instant runoff, majority, and proportional representation. Each system has its strengths and weaknesses.\n\nBeing an Anarchist, I like to work from first principles. If I assume the popular political theology is morally acceptable means of making decisions regarding what people may or may not do, then I would like to add a new voting system and means of fully \u201cexpressing ones vote\u201d that I feel would truly capture a legitimate outcome.\n\nIn other words, if all people are equal and entitled equal weight to vote for what ever they want, for what ever reason they want to, then it should be possible to express your opinion as the exact opposite of someone else. This is a perfectly valid opinion and deserves as much respect as their opinion. After all, you could just as easily say that they are the one who is adopting an opinion opposite to your own. It is not possible to say who is positive and who is negative, they are merely reflections of equal value with no beginning and no end. \n\nThe act of negating someone else\u2019s opinion does not require you to know their opinion, because you are free to change your opinion to counter theirs as fast as they can change their opinion. The outcome will always result in a net vote of 0. \n\n## Anarchist Husband and his Political Wife\n\nImagine an anarchist named John adopted a [position against voting](https://steemit.com/elections/@jaredhowe/against-voting) and was against voting completely. Unfortunately for Jared, he married a hard core political activist who believes in democracy.\n\u2028John and his wife have a huge fight about whether they should vote and if so, who they should vote for. John recognizes that the only two candidates with a chance of winning are evil and agree on the important issues. John\u2019s wife has an opinion on which one is \u201cless evil\u201d. \n\nJohn wants to protest the election by not voting, but his wife believes she must do *something* to combat the *more evil* option. \n\nJohn then comes up with an idea, he decides to cast his vote to be the exact opposite of his wife\u2019s. He goes to his wife and asks who she is voting for, she tells him. He then informs her that he will vote for the other candidate. \n\nA brief fight ensues about how the other guy is *more evil*, but ultimately she concedes that he has a right to vote how ever he wants. \n\nAfter she accepts reality, John suggests that they can both stay home this election because their votes will now cancel out. They could drive to the polls, spend their time and gas money in order to cast a neutral vote for two evil candidates, or they could stay home and have a drink without feeling dirty for supporting the lessor of two evils. \n\nAny *rational* couple would choose to stay home. They have nothing to gain by casting opposing votes and nothing to lose by not casting their vote. All of the usual arguments for voting fall apart:\n\n### You have no right to complain if you didn\u2019t try.\nWell that isn\u2019t true, you did try, but someone else negated your vote. Both parties can legitimately say they \u201ctried\u201d but their vote wouldn\u2019t have been the tie breaker. \n\n### Higher turnout makes democracy more representative .\nWell you both could have turned out, but the amount of raw information you would contribute would be identical to if you both didn\u2019t show up. If every non-voter was modeled as a purely random voter, then the amount your opposing votes do nothing. If you model non-voter\u2019s as voting with the ratio as voters then the only thing your votes would do is reduce the percentage spread between the two candidates by an imperceptible amount.\n\n### Even a vote for a third Party can have an impact\nUnless there is a 3rd party who you actually can support, all you would be doing is voting for evil. Suppose John\u2019s wife really liked a 3rd party candidate, she is now left with a choice: let John vote for the most evil candidate while she votes for someone who will lose, or not vote at all. \n\n### Voting is a Right Generations Struggled to Win\n\nAnd based upon this right John and his wife have nullified their influence. It is John\u2019s right to oppose his wife\u2019s vote and therefore his wife\u2019s vote is now meaningless. Democracy wins! \n\n## Secret Ballots prevent John\u2019s Blackmail \n\nIn theory John\u2019s wife could lie to John about who she intends to vote for. This would make it impossible to be 100% sure the he was countering his wife\u2019s vote. She could \u201ctrick him\u201d into inadvertently siding with her choice of lessor evil.\n\nThis is true, but John could also lie. \n\nUltimately the joke is on John\u2019s wife because it isn\u2019t who votes that counts, it is who counts the vote. In this case, the secret ballot means that John\u2019s wife cannot prove her vote was accurately counted.\n\nUnfortunately, secret ballots also prevent John from casting his true opinion and thus effectively deny him the right to vote.\n\n## Smart Ballots\n\nWhat if John could express his desire to counter his wife\u2019s vote by casting a ballot that would automatically vote for the candidate opposite of his wife without having to know her vote? In this case there is no need to reveal who you will vote for and there is no ability to cheat.\n\nIf you could cast such a ballot then the entire voting system could be revamped. Each person would have the option to either cast a ballot or to negate someone else\u2019s right to cast a ballot. Once you have been negated no one else may negate you.\n\nThose who are politically outspoken would quickly get negated by people who don\u2019t like what they stand for. After all, it is much easier to vote against something you don\u2019t like than to vote *for* something you do like. This means that anyone that ever expresses any ideas disliked by a passive observer would get nullified.\n\nThe final outcome would be an election decided by those who have managed to escape without offending anyone. One thing is for certain, anyone who goes near the polls would be quickly negated by someone else, the mere act of voting would become offensive! \n\n## In a Rational World\u2026 \n\nPeople would realize that democracy and voting were adopted as a proxy for war and violence. Rather than having two armies fight to the death, they would simply count their numbers and assume the larger army would win and get their way. This seems logical and avoids a lot of unnecessary bloodshed.\n\nHow you count the votes makes a huge difference, especially when there are complex factors and decisions. You cannot assume that everyone voting for a candidate actually supports that candidate, they have merely formed an alliance under the principle of \u201can enemy of my enemy is my friend\u201d. That principle hardly turns a lessor enemy into your representative. \n\nIn reality there are not two armies battling it out, there are thousands of armies each with their own opinion. If you want to properly simulate the war, then each person needs to find one other person to take out in a Kmakazi battle to the death. \n\nWhen the dust settles from the simulated war you will have a few people left standing. These are the people whom no one else felt was a priority to take out. Each person would rationally take out the \u201cgreatest evil\u201d they could find and everyone else is considered better. It would mean that who ever won the war would be \u201cbetter\u201d than the evil they just eliminated. A true vote against the greatest of all evils.\n\nObviously, if this process were adopted the entire mirage of democracy would disappear. If the population was odd, then one person would be left standing, if even then no one would win.\n\n## Conclusion\n\nIf we were to use a legitimate voting system that accurately reflected the moral principle behind each individuals \u201cright to vote\u201d by allowing individuals to fully express their \u201cright to counter someone else\u2019s vote\u201d then we would end up in complete anarchy as no law could pass except by unanimous consent of people no one had reason to oppose.\n\nIf man does not have a right to counter balance another man in the political system, then the game is rigged. His right to cast a vote that expresses his wishes has been denied. He has been given a false choice rather than a free choice. After all, if you cannot express a vote that is exactly opposite of someone else, then that means not all opinions are on the table. It means that the people who get to decide the options are the rulers, not the voters.\n\nYou can vote for any color car you want so long as it is black.", "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 0, + "category": "politics", + "children": 74, "children_abs_rshares": 0, - "created": "2016-07-18T05:34:09", + "created": "2016-08-12T21:25:12", "curator_payout_value": { - "amount": "0", + "amount": "12170", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 160322, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-25T00:16:00", - "last_update": "2016-07-18T05:34:09", + "depth": 0, + "id": 772595, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\",\"philosophy\",\"anarchy\"],\"image\":[\"http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg\"],\"links\":[\"https://steemit.com/politics/@larkenrose/political-mythology-101-part-one\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:25:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11106,17 +11106,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "net_votes": 340, + "parent_author": "", + "parent_permlink": "politics", "percent_hbd": 10000, - "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053409100z", + "permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", - "title": "", + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "title": "What would Smart Ballots and Kamikaze voters mean to Democracy?", "total_payout_value": { - "amount": "0", + "amount": "1172166", "nai": "@@000000013", "precision": 3 }, @@ -11125,29 +11125,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T05:43:03", + "active": "2016-08-13T05:54:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 70, + "author": "dantheman", + "author_rewards": 263, "beneficiaries": [], - "body": "The underutilized recommended posts feature is quite good in my experience. Probably your mileage will vary depending on your voting pattern.", + "body": "I would like to see an option to vote \"against the winner\". If there are more people against the winner than the margin of victory then all candidates should be discarded and a new slate selected.\n\nSomething as simple as having the option to cast a vote \"against X\" would completely change the game. Now the winner would be the person who received the least votes! \n\nI would be happy with a simple law that allowed one individual to give up their vote by canceling out someone else. That single law would completely change politics forever.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "politics", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-18T05:43:03", + "created": "2016-08-12T21:39:30", "curator_payout_value": { - "amount": "75", + "amount": "123", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 160418, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-23T20:49:12", - "last_update": "2016-07-18T05:43:03", + "depth": 2, + "id": 772844, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T21:39:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11155,17 +11155,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "dana-edwards", - "parent_permlink": "re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160717t234627385z", + "net_votes": 4, + "parent_author": "scaredycatguide", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213253781z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t054304100z", + "permlink": "re-scaredycatguide-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213930206z", "reward_weight": 10000, - "root_author": "spaced", - "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", "title": "", "total_payout_value": { - "amount": "230", + "amount": "484", "nai": "@@000000013", "precision": 3 }, @@ -11174,29 +11174,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T09:22:36", + "active": "2016-08-13T02:52:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 213, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I'll restate in my own words the comments from @limitless and @suchnewb that I completely agree with. Votes come from the audience. The size of the audience will, in general, decide the size of the payout. The audience for a technical bug report post is relatively small.\n\nPosting rewards are not a bug bounty. If one is desired, it should be administered a different way.\n\nHowever, you did learn another lesson with this post (currently earning $6500 as I write this), which is that by making valid and technically interesting bug reports, _and then blogging about it_, you become more relevant to a wider audience, leading to larger rewards.", + "body": "No need to find exact opposite, just find someone you least trust to rule you and negate them (assuming they haven't already been negated).", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "politics", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-18T05:51:00", + "created": "2016-08-12T22:02:45", "curator_payout_value": { - "amount": "223", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 160515, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"limitless\",\"suchnewb\"]}", - "last_payout": "2016-08-23T20:49:12", - "last_update": "2016-07-18T05:53:30", + "depth": 2, + "id": 773239, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T22:02:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11204,17 +11204,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "spaced", - "parent_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "net_votes": 0, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220048372z", "percent_hbd": 10000, - "permlink": "re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t055059200z", + "permlink": "re-dennygalindo-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220244973z", "reward_weight": 10000, - "root_author": "spaced", - "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", "title": "", "total_payout_value": { - "amount": "699", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -11223,29 +11223,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T19:04:03", + "active": "2016-08-12T23:44:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Shift card is another option.", + "body": "Not trolling, leaders aren't elected, rulers are.", "cashout_time": "1969-12-31T23:59:59", - "category": "travel", - "children": 1, + "category": "politics", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T07:32:03", + "created": "2016-08-12T23:44:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 161679, - "json_metadata": "{\"tags\":[\"travel\"]}", - "last_payout": "2016-08-25T02:38:12", - "last_update": "2016-07-18T07:32:03", + "depth": 2, + "id": 774675, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-12T10:56:24", + "last_update": "2016-08-12T23:44:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11254,13 +11254,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "heiditravels", - "parent_permlink": "re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t011850527z", + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t232531592z", "percent_hbd": 10000, - "permlink": "re-heiditravels-re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t073202400z", + "permlink": "re-zer0sum-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t234450298z", "reward_weight": 10000, - "root_author": "heiditravels", - "root_permlink": "let-s-get-uncomfortable", + "root_author": "dantheman", + "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", "title": "", "total_payout_value": { "amount": "0", @@ -11272,29 +11272,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T09:29:57", + "active": "2016-08-13T13:25:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 37, "beneficiaries": [], - "body": "> i was thinking there is nothing stopping these guys creating noob accounts and posts to shill bid themselves and then powering down \n\nVotes are stake-weighted so creating more accounts with stake divided between does not help at all.", + "body": "You can get on a white list.", "cashout_time": "1969-12-31T23:59:59", - "category": "pevo", + "category": "news", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T09:29:57", + "created": "2016-08-13T13:25:33", "curator_payout_value": { - "amount": "0", + "amount": "17", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 162997, - "json_metadata": "{\"tags\":[\"pevo\"]}", - "last_payout": "2016-08-25T11:15:48", - "last_update": "2016-07-18T09:29:57", + "depth": 4, + "id": 782126, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-13T02:47:24", + "last_update": "2016-08-13T13:25:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11302,17 +11302,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "ph111p", - "parent_permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160717t214045560z", + "net_votes": 3, + "parent_author": "corbettreport", + "parent_permlink": "re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t122311390z", "percent_hbd": 10000, - "permlink": "re-ph111p-re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160718t092956500z", + "permlink": "re-corbettreport-re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t132533395z", "reward_weight": 10000, - "root_author": "pharesim", - "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "root_author": "corbettreport", + "root_permlink": "relax-everyone-al-qaeda-are-the-good-guys-again", "title": "", "total_payout_value": { - "amount": "0", + "amount": "66", "nai": "@@000000013", "precision": 3 }, @@ -11321,29 +11321,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T05:41:42", + "active": "2016-08-14T21:22:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1073852, "beneficiaries": [], - "body": "So your proposal is to have one contracted liquidity provider, subject to community review on the quality and cost of service they provide? Maybe that is reasonable.", + "body": "
http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG
\n\nIn my [last article I introduced the concept of smart ballots](/politics/@dantheman/what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy) that would automatically vote the opposite of a person of your choosing while maintaining full secrecy of their vote. Many people joined the discussion to critique its failure under a system with more than two choices. Today, I would like to dive deeper into the concept and expose more fallacies of the popular voting theology.\n\n## Voting is a Fundamental Human Right\n\nThis is the foundation of all democracy and the starting point of any discussion. Unfortunately, this statement doesn\u2019t specify what *kind* of voting is a fundamental human right. If it is a human right, then where does it come from and *why* is it our right? \n\nI decided to look into the holy books of voting theology and found some useful definitions from authoritative sources:\n\n> The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret ballot or by equivalent free voting procedures. - [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm)\n\nThe basis of this right appears to be that the will of the people is the basis of the authority of government. Voting, therefore, is the means by which the people may express their will. Interestingly enough, a person\u2019s expressed will must be kept secret according to the holy scriptures of human suffrage. \n\nA voting system that does not allow the true *will of the people* to be expressed is one that is violating our fundamental right and therefore there is no basis for the authority of government. \n\n## The Right to Consent\n\nThe basis of the right to vote is therefore derived from the right to consent (or not) which is clearly the foundation of a free society. Democracy is the belief that all people universally agree to consent to the will of the majority. In other words, if more people consent than not then all people consent.\n\nUltimately all consent boils down to a simple Yes or No. Given a proposed law that will impact an individual, the will of the people requires a simple Yes or No. \n\nSuppose the government gave the people the option to die by fire or die by ice. This is a false dichotomy under which the will of the people is *impossible* to express. Suppose we were given the option to nuke China or nuke Russia? The inability of a system to express all possible opinions of will means that a government is deriving its authority to restrict the options from some other source. \n\n## Binary Expresses All \n\nAll possible expressions of the will of the people can be represented as a body of law, which in turn can be represented as a binary number. A binary number consists of a series of Yes and No bits. \n\nThe will of the people can therefore be perfectly measured by doing a direct poll on each bit, with the majority vote on each bit resulting in the consensus will for that bit. Since all opinions can be represented by such a voting system and are directly measured, the will of the people can be known. \n\nFrom this we can clearly see that any individual\u2019s vote can be fully negated by another individual\u2019s vote. It all boils down to string of Yes/No questions and each individual has the fundamental right to vote the opposite and thus nullify the influence of another individual.\n\n## Representative Democracy\n\nDirect democracy is clearly not viable for any number of reasons. It simply doesn\u2019t scale. The masses of people do not have the time, energy, nor intelligence to think about everything and come to a conclusion. \n\nThis is why we have \u201crepresentative democracy\u201d, we elect someone to represent us and then trust they will work with other representatives to reach consensus. \n\nThe right to specify someone to represent you is the mirror of the right to specify someone who represents your opposite. By specifying your opposite, you are in effect most accurately representing yourself. Instead of having a choice of a dozen people to represent me, I can have a choice of millions of people who most closely represent my opposite. \n\n## Negative Representation is More Accurate and More Scalable \n\nWhen opposites collide they cancel out. This means that it becomes trivial to express far more of who you are and what your will is. Since your will is part of the public will and is the basis for the legitimacy of government, the right to negate someone else\u2019s vote is a fundamental human right. To deny this right is to infringe on the range of public opinion that is capable of being expressed.\n\n## Consequences \n\nAssuming a law was passed that allowed each individual to specify another individual whose vote they would like to cancel (assuming their vote was not already canceled), then the entire system would boil down to a group of voters who did not want to negate someone else's vote and who no one else wanted to negate.\n\nIn my prior article I assumed everyone would prefer to negate someone else, but that was me projecting my own bias on everyone else. For each person who chooses to vote rather than negate there exists another person who was not negated. This means that there would still be a large body of voters whose opinions could be polled.\n\nThis body of individuals would be the least polarizing group. A group of people whom have been pre-filtered by the masses to be the closest group of representatives that could be found. Everyone that was eliminated was a \u201cpolar opposite\u201d of someone else and thus represent the set of least representative. Those that remain are therefore \u201cmost representative\u201d and their subsequent votes will be more in line with the masses opinion than any other group of representatives. \n\nThis group of voters, being much smaller, would have far more flexible voting systems available to them. Systems that don\u2019t scale to millions of people may scale to those who remain after all of the negative representatives have been removed. \n\nIf you believe that voting is a fundamental right derived from our human nature, then you must also hold that negative voting is the most expressive means of casting a ballot and representing yourself. \n\nAll other definitions of the \u201cright to vote\u201d are [a statutory right or privilege granted to a person or group by a government.](https://www.vocabulary.com/dictionary/right%20to%20vote) However, this definition is in contradiction to the [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm) which states that government authority comes from voting. Therefore, government cannot have authority to define the source of its own authority. If you believe government gets to set rules on voting, then you believe voting isn\u2019t a human right, but a government granted privilege that can be revoked. In other words, you believe that government authority is derived from some other source than the will of the people expressed through voting. \n\nLet's restore the right to vote by allowing people to express their anti-representative and negate their vote.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 5, + "category": "politics", + "children": 71, "children_abs_rshares": 0, - "created": "2016-07-18T10:45:27", + "created": "2016-08-13T16:12:00", "curator_payout_value": { - "amount": "0", + "amount": "28218", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 163865, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-18T12:32:30", - "last_update": "2016-07-18T10:45:27", + "depth": 0, + "id": 784410, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"philosophy\",\"democracy\"],\"image\":[\"http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG\"],\"links\":[\"http://hrlibrary.umn.edu/instree/b1udhr.htm\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T16:12:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11351,17 +11351,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "abit", - "parent_permlink": "re-jl777-solution-to-liquidity-points-bugs-20160718t095443421z", + "net_votes": 363, + "parent_author": "", + "parent_permlink": "politics", "percent_hbd": 10000, - "permlink": "re-abit-re-jl777-solution-to-liquidity-points-bugs-20160718t104527100z", + "permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "solution-to-liquidity-points-bugs", - "title": "", + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "title": "Origin of the Right to Vote and how the system denies this right", "total_payout_value": { - "amount": "0", + "amount": "1917726", "nai": "@@000000013", "precision": 3 }, @@ -11370,29 +11370,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T16:02:00", + "active": "2016-08-13T17:16:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 514, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "It increased from 1 minute to 30 minutes. I see little evidence that it helps. Maybe too soon to say though.", + "body": "It would be really stable because one you are negated you can stop worrying about politics. You wouldn't have constant battles.", "cashout_time": "1969-12-31T23:59:59", - "category": "hack", - "children": 4, + "category": "politics", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T10:47:06", + "created": "2016-08-13T17:16:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 163880, - "json_metadata": "{\"tags\":[\"hack\"]}", - "last_payout": "2016-08-19T16:30:27", - "last_update": "2016-07-18T10:47:06", + "depth": 3, + "id": 785387, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:16:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11401,16 +11401,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "good-karma", - "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t090812950z", + "parent_author": "ionescur", + "parent_permlink": "re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t165831983z", "percent_hbd": 10000, - "permlink": "re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104707000z", + "permlink": "re-ionescur-re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171641826z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", "title": "", "total_payout_value": { - "amount": "1804", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -11419,29 +11419,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T11:02:12", + "active": "2016-08-13T18:11:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 46, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "At least that's an improvement.", + "body": "This post wasn't about the Steem platform.", "cashout_time": "1969-12-31T23:59:59", - "category": "hack", - "children": 0, + "category": "politics", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-18T10:48:48", + "created": "2016-08-13T17:31:06", "curator_payout_value": { - "amount": "43", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 163890, - "json_metadata": "{\"tags\":[\"hack\"]}", - "last_payout": "2016-08-19T16:30:27", - "last_update": "2016-07-18T11:02:12", + "id": 785628, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:31:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11449,17 +11449,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "abit", - "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t093230884z", + "net_votes": 2, + "parent_author": "firepower", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171140611z", "percent_hbd": 10000, - "permlink": "re-abit-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104849800z", + "permlink": "re-firepower-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173105502z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", "title": "", "total_payout_value": { - "amount": "152", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -11468,29 +11468,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T11:03:09", + "active": "2016-08-14T21:22:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 46, + "author": "dantheman", + "author_rewards": 37917, "beneficiaries": [], - "body": "Nonstop order clearing would cause the highest SP to always win since network bandwidth is allocated by SP.\n\nI don't really know of a good solution. I think your idea of voting might be the best we're going to do, but it requires significant implementation effort and then the issue is whether voters will even be informed. Given the highly technical nature of the problem I suspect most voters would not be.", + "body": "I support buying and selling of votes. One of the tenants of voting is that you are free to express any opinion for *any reason*. Apparently it is only OK to buy votes with promises to distribute funds stolen from the tax payer. Using your own money to buy votes isn't ok.", "cashout_time": "1969-12-31T23:59:59", - "category": "hack", - "children": 1, + "category": "politics", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-18T10:58:57", + "created": "2016-08-13T17:32:21", "curator_payout_value": { - "amount": "46", + "amount": "22564", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 163993, - "json_metadata": "{\"tags\":[\"hack\"]}", - "last_payout": "2016-08-19T16:30:27", - "last_update": "2016-07-18T10:58:57", + "depth": 2, + "id": 785646, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T17:32:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11498,17 +11498,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105350711z", + "net_votes": 13, + "parent_author": "ionescur", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t170044644z", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105855900z", + "permlink": "re-ionescur-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173222773z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", "title": "", "total_payout_value": { - "amount": "152", + "amount": "67718", "nai": "@@000000013", "precision": 3 }, @@ -11517,29 +11517,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T07:22:33", + "active": "2016-09-10T19:37:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1338485, "beneficiaries": [], - "body": "> UPDATE: The anonymous whale @pumpkin saved Pevo. Thank you!\n\n> I'm devastated that it's turned out to be a game for the biggest fish\n\nI guess not so devastated any more. LOL.", + "body": "
http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg
\nIn my past two articles I have tackled the complex theory of voting and how it applies to discovering the will of the people and ultimately the \u201cauthority\u201d of government. There has been quite a bit of vocal resistance to my proposed idea of negating someone else\u2019s vote. I would like to take a moment to discuss the nature of this resistance.\n\n## Negative Voting would create a Culture of Hate\n\nWhen you vote for a different candidate than your friend it isn\u2019t taken personally, but if you opt to negate your friends vote instead it suddenly becomes *very personal*. This is probably true. Even though the reality is that your friend is canceling your vote anyway, people irrationally feel like something has been taken from them. \n\nThe truth is that something has been taken from them: the illusion that their vote matters. The illusion that their opinion isn\u2019t being canceled out by some anonymous stranger on the other side of the country. Now it is being canceled by someone with a name.\n\nThe result is misplaced anger being directed at the person who chooses to cancel you out. No one ever stops to consider that the individual who canceled you out has just as much right to be angry at you for voting to support policies that would harm them. Their vote has already been canceled by you! \n\nWe currently live in a culture where people can numb themselves to the consequences of their vote. They never have to face the victim. You want free health care? Great! You just got nullified by the person who was going to have to pay for it.\n\nThe existing culture of voting is like piloting a UAV and bombing people you have never met in a distant land. Mean while those people in a distant land are attempting to bomb you with their own UAVs. Neither side has met one another, but both are willing to hurt each other for their own benefit.\n\nThere is bound to be less death and destruction in a society where people get to put a name and face on the individual who is countering their attempts at abuse of power. Instead people will migrate their own public opinions toward things that don't infringe on the rights of others. As soon as your vote or opinion violates someone else's right, you better believe it will get nullified by them. Only those who support solutions that do not violate someone else's human right will have a chance to avoid nullification. This will certainly create a culture of peace and understanding, not one of hate.\n\n## A Stable Environment\n\nOnce you have identified someone whom you want to counter, there is little reason to change your opinion unless you find someone *even worse* who hasn\u2019t already been countered. This means that over time there would be relatively little \u201cpolitics\u201d to discuss because everyone who is in violent disagreement with others has all ready been nullified. \n\nThis means that your friends and family and almost everyone you know has probably been nullified and will be nullified by someone their entire life. Politics, elections, and voting would not be a topic of general discussion. \n\nIf you want your \u201cright to vote back\u201d, then all you need to do is convince the person nullifying you that there is someone even worse who isn\u2019t currently nullified. Once the two of you reach consensus then one of you can get your ability to cast a positive vote back (the other one will nullify the greater evil).\n\n## Votes for Sale \n\nThe next point of concern is that if there is a public database of voters and who they are canceling (necessary to determine who can cast a positive vote), that people could pay others to cast negative votes.\n\nThe right to vote includes the freedom to vote for *any reason*. Denying someone the right to vote because you don\u2019t like their *reason* is tyrannical. Everyone votes for *selfish reasons*. It is like denying a woman the right to sell sexual services. Her body, her vote. \n\nThe truth is that is is cheaper to buy votes with propaganda than with direct offers of payment. Anyone willing to buy or sell their vote would probably get canceled out by someone against that practice. At the end of the day buying and selling of voters is a free market solution to resolving political differences in a voluntary manner.\n\n## No Right to Abuse Vote\n\nThis is an interesting paradox because who gets to decide what is and isn\u2019t abuse? Shall we vote on it? Is a vote to declare something abuse also abuse? This is a hypocritical position that assumes some universal standard of right and wrong. If such a standard existed then there would be no need to vote in the first place.\n\n\n## Conclusion\n\nPeople are irrational yet believe they are perfectly sane. They will take personal offense any time anyone attempts to expose the disconnect between reality and their own delusions. This isn\u2019t a reason to abandon a system of negative voting, but rather a reason to implement it. Anything that forces people to come face to face with reality and stop hiding their violent tendencies behind an anonymous voting box will lead to a more civil society.", "cashout_time": "1969-12-31T23:59:59", - "category": "pevo", - "children": 1, + "category": "politics", + "children": 178, "children_abs_rshares": 0, - "created": "2016-07-19T00:45:18", + "created": "2016-08-13T18:16:09", "curator_payout_value": { - "amount": "0", + "amount": "27189", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 177214, - "json_metadata": "{\"tags\":[\"pevo\"],\"users\":[\"pumpkin\"]}", - "last_payout": "2016-08-25T11:15:48", - "last_update": "2016-07-19T00:45:18", + "depth": 0, + "id": 786405, + "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\"],\"image\":[\"http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:16:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11547,17 +11547,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "pharesim", - "parent_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", + "net_votes": 541, + "parent_author": "", + "parent_permlink": "politics", "percent_hbd": 10000, - "permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160719t004517600z", + "permlink": "the-politics-of-negative-voting", "reward_weight": 10000, - "root_author": "pharesim", - "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", - "title": "", + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", + "title": "The Politics of Negative Voting", "total_payout_value": { - "amount": "0", + "amount": "2251286", "nai": "@@000000013", "precision": 3 }, @@ -11566,29 +11566,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T14:59:42", + "active": "2016-08-13T18:43:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 20, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Considering that the blockchain can be used for all sorts of content and the UI is promised to be open source meaning adaptations with different target markets will be easy, it is quite possible that the reach will be much broader than just blog posts.", + "body": "status-qou is based upon people not having the ability to express real options. The Left / Right paradigm has created an environment where the people much choose between two evils. I think you would find a very different center than the current status-quo.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "politics", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-19T02:39:09", + "created": "2016-08-13T18:24:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 178856, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T15:12:21", - "last_update": "2016-07-19T02:39:09", + "depth": 2, + "id": 786547, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:24:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11596,17 +11596,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "generalizethis", - "parent_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t182132693z", "percent_hbd": 10000, - "permlink": "re-generalizethis-steemit-will-it-link-all-the-things-discussion-topic-20160719t023909800z", + "permlink": "re-r4fken-re-dantheman-the-politics-of-negative-voting-20160813t182409757z", "reward_weight": 10000, - "root_author": "generalizethis", - "root_permlink": "steemit-will-it-link-all-the-things-discussion-topic", + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", "title": "", "total_payout_value": { - "amount": "74", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -11615,29 +11615,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T20:11:03", + "active": "2016-08-13T18:38:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 17, + "author": "dantheman", + "author_rewards": 211, "beneficiaries": [], - "body": "Voting is not something for nothing since voting power is consumed. When the post gets downvoted and has 0 SD rewards, those who tried to get a reward are worse off than if they had not participated.", + "body": "On BitShares Graphene publicly demonstrated 1000 TPS with unoptimized network code. When you factor the network out of the equation the unoptimized evaluation code can handle 100,000 TPS.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "stats", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-19T23:54:24", + "created": "2016-08-13T18:35:24", "curator_payout_value": { - "amount": "14", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 203455, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-19T15:53:09", - "last_update": "2016-07-20T03:49:48", + "depth": 2, + "id": 786781, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-13T05:05:00", + "last_update": "2016-08-13T18:35:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11645,17 +11645,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "rodomonte", - "parent_permlink": "social-attack-on-steemit", + "net_votes": 4, + "parent_author": "busser", + "parent_permlink": "re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t180144109z", "percent_hbd": 10000, - "permlink": "re-rodomonte-social-attack-on-steemit-20160719t235424700z", + "permlink": "re-busser-re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t183524160z", "reward_weight": 10000, - "root_author": "rodomonte", - "root_permlink": "social-attack-on-steemit", + "root_author": "masteryoda", + "root_permlink": "a-look-at-steem-blocksize-evolution", "title": "", "total_payout_value": { - "amount": "59", + "amount": "376", "nai": "@@000000013", "precision": 3 }, @@ -11664,29 +11664,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T06:17:12", + "active": "2016-08-13T18:55:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Almost certainly hacked.", + "body": "Glad to see you are not a bot. I am trying to remove some of my votes, but for some reason I am facing a bug. I am looking into it.", "cashout_time": "1969-12-31T23:59:59", - "category": "hiking", - "children": 0, + "category": "steem-help", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-20T06:17:12", + "created": "2016-08-13T18:45:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 211249, - "json_metadata": "{\"tags\":[\"hiking\"]}", - "last_payout": "2016-08-24T11:54:48", - "last_update": "2016-07-20T06:17:12", + "depth": 1, + "id": 786957, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11695,13 +11695,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "noodhoog", - "parent_permlink": "re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t055616185z", + "parent_author": "a11at", + "parent_permlink": "i-lost-my-44-reputation", "percent_hbd": 10000, - "permlink": "re-noodhoog-re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t061711000z", + "permlink": "re-a11at-i-lost-my-44-reputation-20160813t184500516z", "reward_weight": 10000, - "root_author": "katecloud", - "root_permlink": "what-i-m-taking-to-survie-a-6-month-hiking-trip", + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", "title": "", "total_payout_value": { "amount": "0", @@ -11713,29 +11713,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T06:24:12", + "active": "2016-08-13T18:45:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 40, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "> not sure why i can't reply directly to your comment\n\nMaximum comment depth is 6. Hopefully a solution to this will be found soon. It comes up a lot.", + "body": "This was exactly my thinking. Anyone posting one-line, meaningless comments in my different posts is going to get flagged as a bot. If you don't have something meaningful to say, then don't say anything at all.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steem-help", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-20T06:24:12", + "created": "2016-08-13T18:45:54", "curator_payout_value": { - "amount": "35", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 211382, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-25T01:27:45", - "last_update": "2016-07-20T06:24:12", + "depth": 2, + "id": 786971, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-13T06:23:21", + "last_update": "2016-08-13T18:45:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11743,17 +11743,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "kyletorpey", - "parent_permlink": "re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160719t215219412z", + "net_votes": 3, + "parent_author": "sykochica", + "parent_permlink": "re-a11at-i-lost-my-44-reputation-20160813t182413800z", "percent_hbd": 10000, - "permlink": "re-kyletorpey-re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160720t062413000z", + "permlink": "re-sykochica-re-a11at-i-lost-my-44-reputation-20160813t184554830z", "reward_weight": 10000, - "root_author": "kyletorpey", - "root_permlink": "hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit", + "root_author": "a11at", + "root_permlink": "i-lost-my-44-reputation", "title": "", "total_payout_value": { - "amount": "142", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -11762,29 +11762,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T06:29:15", + "active": "2016-08-15T09:33:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 18, + "author": "dantheman", + "author_rewards": 7146, "beneficiaries": [], - "body": "Is the system complicated enough already? That is one of the top objections. Adding more options doesn't seem like the way to go imo.", + "body": "I removed the downvotes I could, your pattern of posting meaningless replies like \"nice post\" over and over looked like a bot. Please make each comment original.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "politics", + "children": 32, "children_abs_rshares": 0, - "created": "2016-07-20T06:29:15", + "created": "2016-08-13T18:56:12", "curator_payout_value": { - "amount": "14", + "amount": "3988", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 211444, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-19T21:18:36", - "last_update": "2016-07-20T06:29:15", + "depth": 2, + "id": 787140, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T18:56:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11792,17 +11792,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "pheonike", - "parent_permlink": "option-to-have-a-variable-withdrawal-terms", + "net_votes": 24, + "parent_author": "macartem", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t184243465z", "percent_hbd": 10000, - "permlink": "re-pheonike-option-to-have-a-variable-withdrawal-terms-20160720t062915400z", + "permlink": "re-macartem-re-dantheman-the-politics-of-negative-voting-20160813t185612239z", "reward_weight": 10000, - "root_author": "pheonike", - "root_permlink": "option-to-have-a-variable-withdrawal-terms", + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", "title": "", "total_payout_value": { - "amount": "62", + "amount": "12018", "nai": "@@000000013", "precision": 3 }, @@ -11811,29 +11811,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T18:54:21", + "active": "2016-08-13T19:06:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "That post was a nice scoop", + "body": "It isn't a question of outcome, it is a matter of principle. It about eliminating contradictory beliefs and policies. \n\nPassive people who vote without thinking are dangerous and would be negated by other passive people. Many people would accept a small bribe to \"not vote\" or to cancel someone else. \n\nTo be left standing with no one opposing you would require masterful political skills.", "cashout_time": "1969-12-31T23:59:59", - "category": "financial", - "children": 1, + "category": "politics", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-20T09:14:18", + "created": "2016-08-13T19:06:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 214285, - "json_metadata": "{\"tags\":[\"financial\"]}", - "last_payout": "2016-08-24T15:32:15", - "last_update": "2016-07-20T09:14:18", + "depth": 2, + "id": 787325, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T06:56:06", + "last_update": "2016-08-13T19:06:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11842,13 +11842,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "cass", - "parent_permlink": "re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091240515z", + "parent_author": "mrosenquist", + "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173213669z", "percent_hbd": 10000, - "permlink": "re-cass-re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091418600z", + "permlink": "re-mrosenquist-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t190637930z", "reward_weight": 10000, - "root_author": "complexring", - "root_permlink": "authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd", + "root_author": "dantheman", + "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", "title": "", "total_payout_value": { "amount": "0", @@ -11860,29 +11860,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T22:43:18", + "active": "2016-08-13T19:24:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Nice guide. Especially like the tutorial screen shots.", + "body": "No it isn't.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "politics", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-20T22:43:18", + "created": "2016-08-13T19:24:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 232026, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T13:41:30", - "last_update": "2016-07-20T22:43:18", + "depth": 2, + "id": 787590, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-13T10:57:03", + "last_update": "2016-08-13T19:24:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11891,13 +11891,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "anonymint", - "parent_permlink": "get-33-more-steem-for-your-steem-dollars", + "parent_author": "btcbtcbtc20155", + "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t190827799z", "percent_hbd": 10000, - "permlink": "re-anonymint-get-33-more-steem-for-your-steem-dollars-20160720t224317700z", + "permlink": "re-btcbtcbtc20155-re-dantheman-the-politics-of-negative-voting-20160813t192411416z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "get-33-more-steem-for-your-steem-dollars", + "root_author": "dantheman", + "root_permlink": "the-politics-of-negative-voting", "title": "", "total_payout_value": { "amount": "0", @@ -11909,29 +11909,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-21T21:57:21", + "active": "2016-08-14T19:06:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 12985, "beneficiaries": [], - "body": "Minor correction. Block time is 3 seconds, not 5.", + "body": "Your numbers are bogus by a large margin. It is only counting visitors on non steemit websites like Steemd.com. The counter website is never being contacted by our users. This is done intentionally as security measure to protect privacy and bypass image hosts that block hot linking.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "post-views", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-21T21:49:33", + "created": "2016-08-14T14:05:54", "curator_payout_value": { - "amount": "0", + "amount": "77", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 259214, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T06:35:39", - "last_update": "2016-07-21T21:49:33", + "id": 798560, + "json_metadata": "{\"tags\":[\"post-views\"]}", + "last_payout": "2016-09-14T02:42:00", + "last_update": "2016-08-14T14:05:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11939,17 +11939,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "anonymint", - "parent_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "net_votes": 15, + "parent_author": "cryptos", + "parent_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", "percent_hbd": 10000, - "permlink": "re-anonymint-it-s-so-easy-to-become-a-millionaire-with-steem-20160721t214933400z", + "permlink": "re-cryptos-do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many-20160814t140554259z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "root_author": "cryptos", + "root_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", "title": "", "total_payout_value": { - "amount": "0", + "amount": "20580", "nai": "@@000000013", "precision": 3 }, @@ -11958,29 +11958,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T08:20:00", + "active": "2016-09-07T21:53:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 269519, + "author": "dantheman", + "author_rewards": 1247217, "beneficiaries": [], - "body": "\"People who get to earn the equivalent of a CEO of a Fortune 500\"\n\nThis somewhat relevant because witnesses do more than run a node, they are also part of the governance process of the network by deciding which versions to run, generally providing input to the developer team, and serving as a conduit for representative stakeholder influence over the direction of Steem. In the great debate over the curation rewards (8.2/8.3 debate), witnesses were called upon to decide which version to accept going forward. The developer team frequently requests input and feedback from witnesses on the content of upcoming releases.\n\nThus you I suggest that one should choose witnesses not only based on whether blocks are signed, price feeds are updated, the money is channeled elsewhere, etc. but also based on the experience, expertise, judgement, vested interest in the success of the system, and character of the witness. \n\nThe Steem ecosystem is now approaching $500 million in market cap and while we may not quite need 19 Fortune 500 CEOs worth of qualifications yet, there may well come a time that 19 witnesses of that stature and caliber would be the best thing possible. We certainly do want highly experienced, highly vested, and highly capable witnesses who are best suited to represent the diverse interests in the Steem ecosystem and make excellent decisions about what makes a blockchain successful, not just server jockeys and grant administrators. Those sorts of qualifications do not come cheap, and if there is too much focus on witnesses as pass-throughs for money, then it will turn into a race to the bottom on compensation and the best qualified by the above criteria will certainly drop out.\n\nWhether all of the current 19 full-time witnesses are the ideal people for the job is something that the voters can decide. My personal opinion is that there are too many witnesses who are there primarily or entirely by virtue of their history with the Bitshares community, and I'd like to see at least one or more from the blogging/marketing side, though last point may be a bit of a challenge since the job does also require experience managing security-critical IT infrastructure (either directly or managing other people to do it). That combination may be quite scarce.\n\nFinally one should not dismiss too easily the costs of the actual infrastructure as Steemit continues to scale up. How much do you think Reddit spends on servers, etc.? Well each witness is something like 1/19 of the backbone infrastructure of Steemit and will be eventually be spending something similar. (Already the costs to run a _good_ witness node, along with associated seed nodes, including redundancy and headroom to not fail in the presence of viral growth, are not trivial.) One of the witnesses (sorry I don't recall which) has stated his opinion that each of the 19 witness slots will over time evolve into significant businesses each managing a data center and significant staff. If so then in addition to the above qualifications, witnesses also need to possess the capability to manage all aspects of this sort of rapidly-growing business without major mishaps, mismanagement, and down time. Again, you do not want the best qualified to drop out and leave the network in less capable hands.", + "body": "
http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg
\nMy past three posts have been focused entirely on political philosophy. Unfortunately, many readers seem to think I was talking about Steem and started jumping to all kinds of unfounded conclusions. Today I would like to actually express my opinion as it relates to Steem.\n\n## Ying and Yang \n\nAll games require balance. An unbalanced game will eventually collapse once a certain strategy takes over and ensures a certain behavior unchecked profits. Steem was designed with down votes on posts (flags) as a means of keeping a certain kind of bad behavior in check.\n\n## Objectively Bad Behaviors \n\nAs someone who holds to a subjective view of reality, I like to refrain from making absolute value judgements. I also want to avoid pushing my value judgements on other people. So when I talk about objectively bad behavior I will do so without respect to the nature of content or individual voter\u2019s opinions. \n\nThe goal of Steem is to reward users proportional to the value they bring. An objectively bad behavior is one where a user manages to get large rewards while providing others with little value. Unfortunately, value is subjective.\n\nWhile it is hard to differentiate the relative value of two different things, I think something objective can be said for something that provides *no value*. If we assume that all information has some positive value, then the lack of information has no value. People casting votes communicates information. Every post with unique content contributes information. The value of the information provided is subjective. \n\nA voting robot that votes \u201crandomly\u201d provides no new information. A poster that publishes \u201crandom\u201d content also provides no new information. It is all noise. Some people might even say that by increasing the noise floor this kind of behavior consumes resources and destroys information and therefore could have objectively negative value.\n\nWhat we can conclude from this is that \u201cobjectively bad\u201d behavior is any behavior that can be automated using unsophisticated software and which yields the individual oversized profits.\n\n### Authors Paying themselves for Doing Nothing\n\nThis type of behavior has one user sucking value from the whole while providing no new value. Generally speaking, this kind of behavior is discouraged by the *n*2 rewards curve. The rate of return for self-voting on garbage post is so low for most users that it isn\u2019t worth the effort. This reward curve forces collaboration and collusion to actually get meaningful value out of the platform.\n\n**A whale is a collusive group**. This means that a whale has enough stake to earn a huge profit by voting on their own post regardless of post quality. The only thing that keeps whales from frivolously voting on themselves is the potential to be down voted by other whales. This creates a check and balance at the highest levels which protect the system from abuse.\n\n### Curation Rewards for Doing Nothing \n\nThis type of behavior is when a whale creates a bot that simply up votes everything from reputable users regardless of quality. This kind of behavior can be countered by other whales only by pushing the author rewards toward 0. \n\nSuppose a post is sitting at a $100 pending payout and a whale up votes it to $1000 with a single vote. Other whales see that as abusive and place a counter acting down vote restoring it to $100 pending payout. The abusive whale will get the vast majority of the $25 curation rewards on that post.\n\nWhen it comes to curation rewards the system is currently unbalanced. There is no way to negate the profits of abusive curators. \n\n## All Abuse is Exercised by Voting \n\nAuthors cannot abuse the platform (except by spam). It is only the voters that have the power to be \u201cgood voters\u201d or \u201cbad voters\u201d. Rather than placing biased terms of \u201cgood\u201d and \u201cbad\u201d I will simply assume \u201cred\u201d and \u201cblue\u201d voters. Neither red nor blue are deemed to be good or bad, they simply have a difference of opinion on where funds should be allocated.\n\nThe Steem community is continuously deciding where to allocate money. Every voter \u201cowns\u201d a part of the Steem network with a long term vested interest in increasing its value. \n\n### Upvote Only Economy \n\nFor the sake of simplicity lets assume budget items are voted on one at a time. The amount something gets paid is based on how many voters vote. Lets also assume there are only two options for voters, \u201cYES\u201d or \u201cABSTAIN\u201d. Under this model a whale is granted unchecked, unilateral control over a large fraction of the budget. \n\nThe financial incentives for a whale in such a position is to embezzle as much money for personal profit as he can without killing the goose laying the golden STEEM. So long as the rate at which is stake grows is faster than the rate at which the STEEM pie shrinks, his own personal net worth will grow. \n\nA malicious whale (hacked account, hostile takeover, etc), would short STEEM on the market and then vote to give himself as much as he could. The STEEM he gives himself can be used to cover his short position and he makes a huge profit off of the demise of the platform.\n\n### Up and Down Vote Economy \n\nUnder an economy with both up and down votes things are different. Each time a budget item is brought up for vote the voters have three options: \u201cYES\u201d, \u201cNO\u201d, or \u201cABSTAIN\u201d. Under this model anyone who votes money to themselves without providing value to everyone else will be countered with an equal or greater number of \u201cNO\u201d votes. The system is balanced. Misallocation of funds can only occur if voters collectively allow it to happen.\n\n## Curation Rewards are an Up-vote Only Economy\n\nSomeone who up votes anything of value beyond what it is worth earns guaranteed curation profits unless others down vote the post below what it was worth. This take value away from other curators and authors and gives robotic whale curators a unchecked easy path to profit. \n\nThe abusive whale up voter is not only gaining profits, but denying others the opportunity to earn profits by forcing them to use down votes. \n\nIn other words, there is currently no way to \u201cdown vote\u201d an \u201cup vote\u201d and therefore, the system is unbalanced and subject to abuse.\n\n\n## Removing Down Votes from Posts \n\nAuthors get offended when their post gets down voted. This is an irrational, but understandable human reaction. In reality what is going on is a disagreement among voters. Some voters think the post should be worth more, others think it should be worth less. What if we removed the option to down vote a post?\n\n**What if instead of down voting a post, you could down vote a voter?** When you down vote a voter you nullify their voting power with your own voting power. It is the moral equivalent of casting equal and opposite votes on every post without offending the posters.\n\nUnder such a system authors who vote for them selves and curators who vote robotically would be negated. Only those who vote responsibly would remain. Voting spam would be eliminated.\n\nWe have the potential to completely change the game by changing the question we ask. Instead of asking whether the author did a bad job, we can ask ourselves whether the voters did a bad job. \n\nVoters that vote poorly will kill the platform. Voters who vote well will help the platform grow. \n\n## Summary \n\nThere are many issues left to explore. People will not like having their vote canceled any more than they like having their post down voted. Curation rewards still favor those who use their power to vote over those who use their power to cancel other votes. \n\nBottom line, a system of only up votes will not work. The game needs to be properly balanced or someone will be able to exploit the rules for undeserved profits. \n\nMore to come in a future post.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", - "children": 12, + "category": "steem", + "children": 443, "children_abs_rshares": 0, - "created": "2016-07-22T02:30:15", + "created": "2016-08-14T16:04:39", "curator_payout_value": { - "amount": "9986", + "amount": "32409", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 264500, - "json_metadata": "{\"tags\":[\"witness\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T11:27:57", + "depth": 0, + "id": 800244, + "json_metadata": "{\"tags\":[\"steem\",\"voting\",\"curation\"],\"image\":[\"http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:04:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -11988,17 +11988,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 78, - "parent_author": "cryptoctopus", - "parent_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "net_votes": 579, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t023015100z", + "permlink": "negative-voting-and-steem", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", - "title": "", + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", + "title": "Negative Voting and Steem", "total_payout_value": { - "amount": "931996", + "amount": "1951822", "nai": "@@000000013", "precision": 3 }, @@ -12007,29 +12007,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T04:41:54", + "active": "2016-08-14T21:32:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 30, + "author": "dantheman", + "author_rewards": 55, "beneficiaries": [], - "body": "Each witness decides independently on a method to update the price feed, which is supposed to provide a good indication of the Steem price in USD. The blockchain then averages these by taking a median each hour and then again by taking the median of the hourly samples over the past week. By keeping the feeds independent, any errors, malfunctions, or disagreements on the best method to assess the current price are filtered into a consensus. \n\nIn my opinion it is better that there not be a single method used by all or even most witnesses (for example most witnesses using the same script to update the feed), which case those would be more likely to fail or malfunction at the same time, or just introduce misleading prices due to a bias in the method.", + "body": "One share one vote. Always.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", - "children": 4, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-22T03:08:18", + "created": "2016-08-14T16:25:12", "curator_payout_value": { - "amount": "27", + "amount": "25", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 265094, - "json_metadata": "{\"tags\":[\"witness\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T03:08:18", + "id": 800619, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T16:25:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12037,17 +12037,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "kenny-crane", - "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t015238383z", + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t162203533z", "percent_hbd": 10000, - "permlink": "re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t030817200z", + "permlink": "re-r4fken-re-dantheman-negative-voting-and-steem-20160814t162510383z", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", "title": "", "total_payout_value": { - "amount": "102", + "amount": "85", "nai": "@@000000013", "precision": 3 }, @@ -12056,29 +12056,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T05:56:30", + "active": "2016-08-14T22:23:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 593, + "author": "dantheman", + "author_rewards": 59, "beneficiaries": [], - "body": "I can only tell you the method I use which is to usually update it manually giving my best opinion of a fair market value at the time after examining market conditions. (I run a script when I know I wont be available to update it.) The main reason I do this is I see most of the other witnesses using a script and I want to maximize diversity in the method for the reasons I described. I can't speak to the specific methods that others use.\n\nAs far as why it is important, it is used for two things. One is the awarding of SD author rewards. Half the Steem paid out from the reward fund is converted to SD using the feed price. The other is the \"Convert SD to Steem\" operation, which converts on demand using the feed price one week later. (Most people should not be using the latter, by the way; it is intended to be a part of the inner workings of the pegging mechanism to be used, if at all, by expert traders when necessary. In my opinion it is a mistake that it is even available on the web site, and certainly that it is highly prominent where many have chosen it by mistake.)\n\nEDIT: Also dollar values displayed on the site use the price feed as an exchange rate, but that is somewhat arbitrary. The blockchain operations using it are more critical.", + "body": "It isn't that they are allowed, it is that they cannot be prevented.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", - "children": 2, + "category": "steem", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-22T04:41:54", + "created": "2016-08-14T17:00:09", "curator_payout_value": { - "amount": "612", + "amount": "26", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 266629, - "json_metadata": "{\"tags\":[\"witness\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T05:56:30", + "depth": 3, + "id": 801170, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:00:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12086,17 +12086,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "kenny-crane", - "parent_permlink": "re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t042406885z", + "net_votes": 9, + "parent_author": "nubchai", + "parent_permlink": "re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t163315680z", "percent_hbd": 10000, - "permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "permlink": "re-nubchai-re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t170007073z", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", "title": "", "total_payout_value": { - "amount": "2050", + "amount": "92", "nai": "@@000000013", "precision": 3 }, @@ -12105,29 +12105,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T23:48:09", + "active": "2016-08-14T21:32:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 7, + "author": "dantheman", + "author_rewards": 55, "beneficiaries": [], - "body": "In addition to @pharesim's correct comment about 1/21 blocks being mined by proof of work, anyone can indeed be voted as a witness. 1/21 blocks are signed by a backup witness with frequency proportional to the number of votes. A backup witness is one that doesn't make the cut to the top 19. You can just vote for yourself, set up a witness node, and occasionally (very occasionally if your stake is small) sign a block and get the rewards. If others vote for you, you will sign more blocks.\n\nThe top 19 are special because they get to sign a block every round, so 19/21 of all the blocks on the chain are signed the top 19 (1/21 each).", + "body": "Monstro the whale was evil.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", - "children": 1, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-22T04:50:06", + "created": "2016-08-14T17:02:54", "curator_payout_value": { - "amount": "6", + "amount": "25", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 266760, - "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"pharesim\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T04:50:54", + "id": 801210, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:02:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12135,17 +12135,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "brennanhm", - "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t032234102z", + "net_votes": 4, + "parent_author": "paco", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t163825845z", "percent_hbd": 10000, - "permlink": "re-brennanhm-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t045008000z", + "permlink": "re-paco-re-dantheman-negative-voting-and-steem-20160814t170254445z", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", "title": "", "total_payout_value": { - "amount": "23", + "amount": "85", "nai": "@@000000013", "precision": 3 }, @@ -12154,29 +12154,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T05:45:00", + "active": "2016-08-14T17:09:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 33, + "author": "dantheman", + "author_rewards": 75, "beneficiaries": [], - "body": "@kenny-crane: \"I guess on the weekly power down from Steem Power to Steem...the price feed does Not come into play, because we just get an amount of Steem credited to our account that is equal to 1/104 of the amount we chose to power down.\"\n\nCorrect, the price feed does not come into play there", + "body": "There is no right or wrong in up or down vote. Just different opinions by two stakeholders entitled to their opinion.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-22T05:45:00", + "created": "2016-08-14T17:09:45", "curator_payout_value": { - "amount": "17", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 267437, - "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"kenny-crane\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T05:45:00", + "depth": 2, + "id": 801316, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T09:56:27", + "last_update": "2016-08-14T17:09:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12184,17 +12184,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "smooth", - "parent_permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", + "net_votes": 6, + "parent_author": "breathe3000", + "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t170349981z", "percent_hbd": 10000, - "permlink": "re-smooth-re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t054459200z", + "permlink": "re-breathe3000-re-dantheman-negative-voting-and-steem-20160814t170945554z", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "root_author": "dantheman", + "root_permlink": "negative-voting-and-steem", "title": "", "total_payout_value": { - "amount": "113", + "amount": "48", "nai": "@@000000013", "precision": 3 }, @@ -12203,29 +12203,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T11:25:48", + "active": "2016-08-15T02:51:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 3399, + "author": "dantheman", + "author_rewards": 71, "beneficiaries": [], - "body": "Right. It is more akin to stock options than a salary or fee for service, because it is tied to the future value of Steem and can't be cashed out (more than 1% per week). This is a good thing because it means the interests of witnesses are aligned with the interests of Steem in terms of long term value (and increasingly so as witnesses are more vested). However, it does mean that you can't reasonably say to witnesses, \"You are being paid all this money, so you better go and spend it every week\" because no one is receiving that in actual, spendable, payments. Expecting strong qualifications, competence, engagement, attention and effective representation are entirely reasonable expectations however.", + "body": "Summarize if you want my vote.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", + "category": "hillary", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-22T05:52:54", + "created": "2016-08-15T02:51:18", "curator_payout_value": { - "amount": "1251", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 267523, - "json_metadata": "{\"tags\":[\"witness\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T11:25:48", + "depth": 1, + "id": 810166, + "json_metadata": "{\"tags\":[\"hillary\"]}", + "last_payout": "2016-09-14T14:51:42", + "last_update": "2016-08-15T02:51:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12233,17 +12233,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "cryptoctopus", - "parent_permlink": "re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t014823963z", + "net_votes": 5, + "parent_author": "wiseguy", + "parent_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", "percent_hbd": 10000, - "permlink": "re-cryptoctopus-re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055254100z", + "permlink": "re-wiseguy-break-breaking-news-hillary-s-secret-service-drops-bombshell-20160815t025118576z", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", + "root_author": "wiseguy", + "root_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", "title": "", "total_payout_value": { - "amount": "12156", + "amount": "45", "nai": "@@000000013", "precision": 3 }, @@ -12252,29 +12252,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T11:31:51", + "active": "2016-09-07T21:53:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 4088, + "author": "dantheman", + "author_rewards": 712210, "beneficiaries": [], - "body": "The witness signing key isn't visible on the web site. In the CLI you can use the show_witness command and update_witness command to change the key.", + "body": "
http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg
\nTo continue with my discussion on voting I would like to review the incentive structure created by curation rewards. This topic is highly controversial. Everything I say in this post is just my personal opinion and does not represent the opinion of Steemit, Inc. First lets review the game as it exists today.\n\n## Rewarding Voting \n\nVoting is something you can do almost as often as you like. Once you reach a certain level of Steem Power, almost every vote puts money in your pocket. When I up vote something, I give the author $150 and I get to pocket $50. That is a *huge* incentive for me to up vote everything I see.\n\nIt gets even more interesting if I up vote something that becomes extremely popular. Suppose the post I up voted went on to earn $10,000, then my initial curation payout of $25 would grow to something like $1500. The difference between a $25 payout and a $1500 payout is what motivates me to pick good content rather than bad content. After all I have a limited number of high powered votes that I can cast.\n\nLets suppose that each week I pick 1000 posts to vote on within the first 30 minutes. Assuming none of the posts get down votes I would pocket about $25,000. For every post that goes on to earn $1000 or more, I can have 10 posts that get zeroed out. Bottom line is that I could be pocketing $25,000 or more per week (paid out over 2 years) with an unsophisticated bot.\n\n## It Pays to be First\n\nSuppose that another whale of my stature were to vote just seconds before me. My curation rewards would be dramatically reduced. Instead of getting $1500 on a popular post, I would be lucky to get $200. As a whale I lose significant money any time another whale beets me to a popular post.\n\nEven though it pays to vote before other whales, it certainly doesn\u2019t pay to vote too quickly. If I voted on a popular article 15 minutes after it was posted and before any whales, then my reward might be $750 instead of $1500. Every minute I wait to vote (up to 30 minutes) earns me $50, but if I wait too long some other whale will vote and I will lose money.\n\n## Whales are in Competition \n\nThe whales are in competition to up vote quality content first. Each minute they must choose whether to vote on a post or wait. Any whale who chooses not to play this game gets diluted by whales who do play (when Steem Power is more than 90% of supply). \n\n## Strategy \n\nEach whale has to develop a strategy and the strategy will ultimately depend upon a statistical analysis of what posts tend to do well. The simplest strategies include measuring the median time until a whale up votes a post by each author. This statistic will tell a whale who to vote on and when.\n\nIf all whales played by this strategy then certain authors would end up getting guaranteed votes as early as 10 minutes after they post. Smart whale bots would avoid voting after other whales and instead look for other content to up vote first.\n\nIn the hunt for better content whale bots can gather statistics on which minnows (or combinations of minnows) are the best early-predictors of popular content. Once these statistics are gathered the whale bot would vote on everything that shows that indicator. \n\n## Emergent Behavior \n\nIf we assume all whales are actively working on algorithms to ferret out the best content early, then quality authors will develop guaranteed patrons. Each whale has to make a decision on whether it is more profitable to be a patron to a particular author or to move on in search of another author. \n\nThere is little financial incentive to \u201cpile on\u201d after other whales. Doing so will increase rewards to the author and to the other whales. It makes little financial sense to dog-pile unless there is a very high probability that many more whales will follow. With each additional dog that piles on the incentives fall dramatically. The first whale generally gets 80% of the curation rewards. \n\nThere is a complex incentive curve. If I vote on 1000 things each day without much thought I can have an almost unchallengeable return on my steem power. If I work slightly smarter I can increase my return. The bigger a whale is, the larger this base rate of return becomes.\n\nThink of this as a mining war where whales are incentivized to implement advanced AI curators that are able to quickly identify gems that have not yet been identified by other whales. Any whale that does not vote to the maximum extent possible is wasting potential income opportunities. \n\n## Smoothing the Reward Curve \n\nAssuming more whale bots start operating then chances are that more people will get up voted by at least one whale. Because everyone is sharing a single reward pool, this means the overall payout curve will get flatter. \n\nAs the overall payout curve changes the expected value of an individual whales vote falls dramatically. My up votes that are worth $250 when I vote a couple dozen times per day could fall to $100 if other whales started voting 1000 times per day. \n\n## Curation Rewards Require Whales to use Bot Algorithms \n\nA so-called \u201cevil-whale\u201d is really nothing more than a curator \u201cminer\u201d making easy profits due to lack of competition. If all whales were competing as actively as the \u201cevil whale\u201d then things would get far more challenging. Market competition would force the return earned by whales toward some kind of natural equilibrium. \n\nVoting bots would become as prevalent as trading bots on the exchanges. Each whale would attempt to customize / tweak their bot to earn the greatest income by curating the most popular content. Their bot will need to be unique and unpredictable or others will \u201cfront run\u201d them and take all of their rewards.\n\nNo whale that remains passive will be able to maintain the same stake in the system. No selfish whale would ever want to use a down vote because it has a real cost to them and a socialized benefit to everyone else.\n\n## Role of Dolphins and Minnows \nBots need data, minnows generate data. When bots are attempting to identify content to up vote they will take clues from minnows. Good dolphins can even start to earn curation rewards when whale-bots pick up on their usefulness as an early indicator. \n\n
http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg
\n\nIt may appear that minnows have no influence, but they become the butterfly in Africa that triggers a category 5 hurricane. Minnows that consistently pick out winners *before they are winners* will eventually attract a multitude of whale and dolphin bots who follow their every vote.\n\nWhile a minnow vote may not appear to give authors much directly, they can have a massive impact indirectly.\n\n## Risk of Self Fulfilling Prophesy? \n\nMost existing robots (except cheetah) do not look at the content, but instead attempt to guess on what other robots and voters will do. There is some risk that the game could evolve in such a way that content is ignored completely as bots up vote based upon what other bots do.\n\nI think this undesirable outcome is unlikely because a large number of normal users and altruistic whales will bias the final result based upon the quality of the content. If the whale bots win the curation game but lose the quality content game, then all the Steem Power earned from curation will become worthless. \n\nEveryone loses if quality content doesn\u2019t rise to the top. This means that whale bots will develop a minimum quality threshold. \n\nOver time there is financial incentive to write bots that parse content looking for signs of quality including:\n\n- images\n- outbound links to reputable domains \n- headers\n- length \n- reading level \n\nPeople will deploy \u201creverse spam filters\u201d that learn to identify quality content just like email spam filters learn to identify spam. It won\u2019t take long for bots that look at content to become more profitable than bots that ignore it.\n\n## Monstro the Evil Whale \n
http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png
\nWhales earning curation rewards are not a problem if all whales participate in a healthy manner to curate. The influence of any individual whale is minimized when dozens of whales and dolphins are actively competing for curation rewards. \n\nAn evil whale is one who is actively looking to harm the platform. They would start down voting quality content, burning the reputation of users, and up voting garbage content. The *good* whales would have to act selflessly to counteract the behavior of an Evil whale. \n\nWhales that make money from legitimately voting as best they can (even using simplistic bots) are not any more evil than authors that take advantage of human nature to score votes. \n\n## Conclusion\n\nThe existing curation rewards algorithm, once properly understood, will spawn an arms race to build better bots. This means Steem will motivate the development of the decentralized autonomous curator. It will spawn research into advanced artificial intelligence algorithms that are able to predict viral content early. \n\nCuration is a game for whales and dolphins. Minnows are unlikely to earn any significant return on their votes. Minnows should stick to posting and commenting. \n\nPeople will buy Steem Power just for the opportunity to apply their own curation reward algorithm in an attempt to out-earn other Steem Power holders. Algorithm development will advance like ASIC development.\n\nThat\u2019s the theory. What do you think?", "cashout_time": "1969-12-31T23:59:59", - "category": "witness", - "children": 1, + "category": "steem", + "children": 280, "children_abs_rshares": 0, - "created": "2016-07-22T05:54:51", + "created": "2016-08-15T13:42:42", "curator_payout_value": { - "amount": "4706", + "amount": "15964", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 267559, - "json_metadata": "{\"tags\":[\"witness\"]}", - "last_payout": "2016-08-23T17:39:48", - "last_update": "2016-07-22T05:54:51", + "depth": 0, + "id": 816751, + "json_metadata": "{\"tags\":[\"steem\",\"curation\",\"voting\"],\"image\":[\"http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg\",\"http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg\",\"http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T13:42:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12282,17 +12282,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "oliverb", - "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t020044946z", + "net_votes": 641, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-oliverb-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055453200z", + "permlink": "curation-rewards-and-voting-incentive", "reward_weight": 10000, - "root_author": "cryptoctopus", - "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", - "title": "", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", + "title": "Curation Rewards and Voting Incentive", "total_payout_value": { - "amount": "14136", + "amount": "1069612", "nai": "@@000000013", "precision": 3 }, @@ -12301,29 +12301,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T06:32:03", + "active": "2016-08-22T15:29:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Traders in the internal market have the opportunity to earn rewards based on a point system. It is described in the white paper, although some of the details were slightly changed in last hard fork.", + "body": "Yes, today's bots are not very sophisticated. Good authors will start a bidding war. I am thinking of starting a bot that upvotes good authors at a price so low no other bots would follow. Ultimately this will result in good authors getting higher salary and unknown authors working on speculation.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-22T06:32:03", + "created": "2016-08-15T18:37:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 268039, + "id": 821205, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T00:27:03", - "last_update": "2016-07-22T06:32:03", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:37:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12331,17 +12331,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "sauravrungta", - "parent_permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t053413965z", + "net_votes": 4, + "parent_author": "aenor", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t150559446z", "percent_hbd": 10000, - "permlink": "re-sauravrungta-re-steemitblog-steem-version-0-12-0-released-20160722t063201900z", + "permlink": "re-aenor-re-dantheman-curation-rewards-and-voting-incentive-20160815t183752171z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "steem-version-0-12-0-released", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "0", + "amount": "27", "nai": "@@000000013", "precision": 3 }, @@ -12350,29 +12350,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T06:34:51", + "active": "2016-08-15T18:44:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "\"Users will be limited in the number of people they can and will follow\"\n\nUsers may or may not be limited in the number of people they will follow but they can't be limited in the number of people they can follow. The information is on the blockchain and if the steemit client doesn't support the full range of following options that users want then another client will.\n\nI also don't necessarily agree that content will be found because it is posted by a followed feed, especially not for viral content. That is almost the definition of it.\n\nOverall I think this approach is poorly thought out with respect to sybil attacks and will incentivize spamming of candidate viral content on multiple accounts where it more difficult to Ignore.", + "body": "You were not blocked, we had a bug in the interface that prevented everyone from seeing comments on this thread. It has been fixed now.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-22T06:34:51", + "created": "2016-08-15T18:38:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 268080, + "depth": 2, + "id": 821215, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T00:27:03", - "last_update": "2016-07-22T06:34:51", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:38:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12380,17 +12380,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "steemitblog", - "parent_permlink": "steem-version-0-12-0-released", + "net_votes": 2, + "parent_author": "nubchai", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t141739303z", "percent_hbd": 10000, - "permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t063450600z", + "permlink": "re-nubchai-re-dantheman-curation-rewards-and-voting-incentive-20160815t183819698z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "steem-version-0-12-0-released", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "0", + "amount": "27", "nai": "@@000000013", "precision": 3 }, @@ -12399,29 +12399,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T12:17:39", + "active": "2016-08-15T19:21:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 347, "beneficiaries": [], - "body": "Anyone can mine", + "body": "Minnows would keep voting for the same reasons people do on reddit. The more they vote, the more they train the system. Minnows that upvote popular content reward both the author and the curator bots that brought the content to their attention. Everyone wins.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-22T12:17:39", + "created": "2016-08-15T18:40:27", "curator_payout_value": { - "amount": "0", + "amount": "145", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 272345, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T19:16:39", - "last_update": "2016-07-22T12:17:39", + "depth": 2, + "id": 821249, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:40:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12429,17 +12429,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "bitcoiner", - "parent_permlink": "re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t084452049z", + "net_votes": 13, + "parent_author": "dennygalindo", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140110288z", "percent_hbd": 10000, - "permlink": "re-bitcoiner-re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t121739800z", + "permlink": "re-dennygalindo-re-dantheman-curation-rewards-and-voting-incentive-20160815t184026657z", "reward_weight": 10000, - "root_author": "royaltiffany", - "root_permlink": "steemland-an-adventure", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "0", + "amount": "483", "nai": "@@000000013", "precision": 3 }, @@ -12448,29 +12448,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T06:44:12", + "active": "2016-08-15T18:42:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 31, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Is it hard to run your own API server?", + "body": "Clearly I don't upvote everything I see. I also have a huge incentive to see the system grow in value.", "cashout_time": "1969-12-31T23:59:59", - "category": "piston", - "children": 2, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-22T18:05:27", + "created": "2016-08-15T18:42:33", "curator_payout_value": { - "amount": "21", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 278497, - "json_metadata": "{\"tags\":[\"piston\"]}", - "last_payout": "2016-08-24T14:49:30", - "last_update": "2016-07-22T18:05:27", + "depth": 2, + "id": 821281, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:42:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12478,17 +12478,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "xeroc", - "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172322430z", + "net_votes": 2, + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t145643082z", "percent_hbd": 10000, - "permlink": "re-xeroc-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180525100z", + "permlink": "re-vi1son-re-dantheman-curation-rewards-and-voting-incentive-20160815t184232530z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "109", + "amount": "27", "nai": "@@000000013", "precision": 3 }, @@ -12497,29 +12497,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T18:23:30", + "active": "2016-08-16T02:28:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1312, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Would be interesting if this became a successful method for funding open source projects wouldn't it?", + "body": "This is not technically possible in a decentralized system.", "cashout_time": "1969-12-31T23:59:59", - "category": "piston", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-23T01:39:36", + "created": "2016-08-15T18:43:48", "curator_payout_value": { - "amount": "1022", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 287146, - "json_metadata": "{\"tags\":[\"piston\"]}", - "last_payout": "2016-08-24T14:49:30", - "last_update": "2016-07-23T01:39:36", + "depth": 2, + "id": 821309, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:43:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12527,17 +12527,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "nippel66", - "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232105788z", + "net_votes": 4, + "parent_author": "dan-bn", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140337224z", "percent_hbd": 10000, - "permlink": "re-nippel66-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013936600z", + "permlink": "re-dan-bn-re-dantheman-curation-rewards-and-voting-incentive-20160815t184350552z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "3740", + "amount": "27", "nai": "@@000000013", "precision": 3 }, @@ -12546,29 +12546,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T02:46:27", + "active": "2016-08-16T02:29:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Voters don't get rewards for voting on old posts. The authors still gets rewards.", + "body": "It depends. The whales will manually judge the output of the curation and if they see garbage they will downvote it. This will train the AI.", "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", + "category": "steem", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-23T01:56:57", + "created": "2016-08-15T18:49:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 287360, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-24T23:30:15", - "last_update": "2016-07-23T01:56:57", + "id": 821405, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-15T17:22:06", + "last_update": "2016-08-15T18:49:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12576,17 +12576,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "joelinux", - "parent_permlink": "re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t013518731z", + "net_votes": 3, + "parent_author": "madillorama", + "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t155605909z", "percent_hbd": 10000, - "permlink": "re-joelinux-re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t015657200z", + "permlink": "re-madillorama-re-dantheman-curation-rewards-and-voting-incentive-20160815t184910800z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "a-call-for-a-temporary-moratorium-on-the-dao", + "root_author": "dantheman", + "root_permlink": "curation-rewards-and-voting-incentive", "title": "", "total_payout_value": { - "amount": "0", + "amount": "27", "nai": "@@000000013", "precision": 3 }, @@ -12594,79 +12594,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-23T02:48:33", + "abs_rshares": 345561935572, + "active": "2016-08-16T02:20:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 86, "beneficiaries": [], - "body": "Not possible. The starter account coins and SP coins earned as rewards can't be dumped. The claim is nonsense.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "Good or bad news depending upon your point of view. We were planning on changing it to 24 hours at next hardfork (due to much demand), but delayed. Looks like part of the change escaped review.", + "cashout_time": "2016-08-22T18:59:54", + "category": "spam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-23T02:48:33", + "created": "2016-08-15T18:59:54", "curator_payout_value": { - "amount": "0", + "amount": "13", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 288096, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T02:36:27", - "last_update": "2016-07-23T02:48:33", + "depth": 2, + "id": 821544, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-08-16T21:07:27", + "last_update": "2016-08-15T18:59:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": -1, - "parent_author": "ltndd1", - "parent_permlink": "re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t023150233z", + "net_rshares": 345561935572, + "net_votes": 5, + "parent_author": "complexring", + "parent_permlink": "re-complexring-testing-new-payout-reward-time-20160815t182431046z", "percent_hbd": 10000, - "permlink": "re-ltndd1-re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t024833700z", + "permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185955242z", "reward_weight": 10000, - "root_author": "ltndd1", - "root_permlink": "more-sexy-women-voted-to-the-top", + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", "title": "", "total_payout_value": { - "amount": "0", + "amount": "128", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 345561935572 }, { "abs_rshares": 0, - "active": "2016-07-23T08:15:06", + "active": "2016-08-16T06:29:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 10, + "author": "dantheman", + "author_rewards": 126, "beneficiaries": [], - "body": "IMO wash trading is really irrelevant. What is relevant to liquidity is when orders are on the book and offering liquidity, not when or how they come off the book. The problem with the current algorithm primarily stems from the awarding of points based on executed trades rather than time on the book and spread offered.", + "body": "We have gone back and forth on this. In some sense it is a compromise between human and bot curators. Sometimes humans just want to upvote people they *trust* to produce good content but for whom they don't have time to read \"right now\".", "cashout_time": "1969-12-31T23:59:59", - "category": "market", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-23T08:11:24", + "created": "2016-08-15T19:07:33", "curator_payout_value": { - "amount": "3", + "amount": "7", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 292439, - "json_metadata": "{\"tags\":[\"market\"]}", - "last_payout": "2016-08-24T14:31:57", - "last_update": "2016-07-23T08:15:06", + "depth": 1, + "id": 821668, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-15T16:19:36", + "last_update": "2016-08-15T19:07:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -12674,17 +12674,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "theoretical", - "parent_permlink": "re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160722t232255385z", + "net_votes": 4, + "parent_author": "blueorgy", + "parent_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", "percent_hbd": 10000, - "permlink": "re-theoretical-re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160723t081125200z", + "permlink": "re-blueorgy-upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button-20160815t190732717z", "reward_weight": 10000, - "root_author": "jasonmcz", - "root_permlink": "the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com", + "root_author": "blueorgy", + "root_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", "title": "", "total_payout_value": { - "amount": "34", + "amount": "151", "nai": "@@000000013", "precision": 3 }, @@ -12692,45 +12692,45 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-24T06:47:15", + "abs_rshares": 111654521484, + "active": "2016-08-16T00:45:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "> the rumors are spreading that steemit is a whale on whale upvote-fest\n\nObviously you can't always rationally explain rumors but where is the evidence of this? I don't even see most whales posting at all, much less posting and getting undeserved votes from other whales. I do post comments pretty often and it is exceedingly rare they ever get votes from other whales.", - "cashout_time": "1969-12-31T23:59:59", - "category": "upvoting", + "body": "always has.", + "cashout_time": "2016-08-22T20:07:36", + "category": "spam", "children": 3, "children_abs_rshares": 0, - "created": "2016-07-23T20:15:27", + "created": "2016-08-15T20:07:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 304800, - "json_metadata": "{\"tags\":[\"upvoting\"]}", - "last_payout": "2016-08-25T12:00:39", - "last_update": "2016-07-23T20:15:36", + "id": 822682, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T20:07:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "jl777", - "parent_permlink": "re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t164112509z", + "net_rshares": 111654521484, + "net_votes": 2, + "parent_author": "thecryptofiend", + "parent_permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185940081z", "percent_hbd": 10000, - "permlink": "re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t201525500z", + "permlink": "re-thecryptofiend-re-complexring-re-complexring-testing-new-payout-reward-time-20160815t200737649z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "root_author": "complexring", + "root_permlink": "testing-new-payout-reward-time", "title": "", "total_payout_value": { "amount": "0", @@ -12738,572 +12738,572 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 111654521484 }, { - "abs_rshares": 0, - "active": "2016-07-24T01:50:33", + "abs_rshares": 1097134775516, + "active": "2016-08-16T02:26:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 13, + "author": "dantheman", + "author_rewards": 422, "beneficiaries": [], - "body": "Does the distribution chart include the 'steemit' account? That isn't a real account at all in the sense that it doesn't post, doesn't vote, and isn't an actual person. It is part of the bootstrapping capital structure and distribution model of Steemit/Steem. Those coins are effectively 'undistributed', much like the portion of Bitcoin's supply that hasn't been mined yet. It really has nothing to do with aquatic life.\n\nEDIT: the steemit account is excluded", - "cashout_time": "1969-12-31T23:59:59", - "category": "upvoting", - "children": 2, + "body": "Great work on the app! We have our hands full with the protocol and steemit.com so are very happy to see you take this space and profit as much as you can from it.\n\nWe cannot endorse your app for security and liability reasons, but are nevertheless happy to see it.", + "cashout_time": "2016-08-22T21:31:00", + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-23T20:23:30", + "created": "2016-08-15T21:31:00", "curator_payout_value": { - "amount": "0", + "amount": "126", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 305000, - "json_metadata": "{\"tags\":[\"upvoting\"]}", - "last_payout": "2016-08-25T12:00:39", - "last_update": "2016-07-24T01:50:33", + "id": 824077, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-17T04:46:15", + "last_update": "2016-08-15T21:31:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 5, - "parent_author": "jl777", - "parent_permlink": "re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t162416881z", + "net_rshares": 1097134775516, + "net_votes": 22, + "parent_author": "steemapp", + "parent_permlink": "re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t182452267z", "percent_hbd": 10000, - "permlink": "re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202329100z", + "permlink": "re-steemapp-re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t213059405z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "root_author": "steemapp", + "root_permlink": "introducing-steemy-fully-native-ios-android-apps-for-steem", "title": "", "total_payout_value": { - "amount": "46", + "amount": "626", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1097134775516 }, { - "abs_rshares": 0, - "active": "2016-07-25T23:03:51", + "abs_rshares": 8066103660582, + "active": "2016-08-16T14:08:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 7195, "beneficiaries": [], - "body": "I flagged because I feel this post is suffering from swarm voting and is over rewarded. That is not to say it isn't a worthwhile bit of writing but is really just a short note. I would not flag but for the already-excessive reward (if the reward drops I will remove the flag).", - "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 5, + "body": "I would like to thank arhag and the team for their efforts to correct and enhance the POW system. I would also like to thank @supercomputing for the time and effort he put into discovering and exploiting the vulnerability. He earned every penny for his real work in pulling off the attack.", + "cashout_time": "2016-08-22T22:01:03", + "category": "steem", + "children": 12, "children_abs_rshares": 0, - "created": "2016-07-23T21:52:45", + "created": "2016-08-15T22:01:03", "curator_payout_value": { - "amount": "0", + "amount": "3489", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 306823, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-24T15:54:45", - "last_update": "2016-07-23T21:52:45", + "id": 824574, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"supercomputing\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:01:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "dana-edwards", - "parent_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "net_rshares": 8066103660582, + "net_votes": 49, + "parent_author": "arhag", + "parent_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", "percent_hbd": 10000, - "permlink": "re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160723t215243100z", + "permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220104912z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", "title": "", "total_payout_value": { - "amount": "0", + "amount": "10741", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 8066103660582 }, { - "abs_rshares": 0, - "active": "2016-07-24T00:52:51", + "abs_rshares": 565743242043, + "active": "2016-08-21T15:59:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 164, "beneficiaries": [], - "body": "PM me on bitcointalk if you are interested in sponsorship for an open source GPU miner.", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 0, + "body": "A couple of things:\n1. reputation metric isn't currently part of consensus, just a tool for steemit.com\n2. reputation is cheatable at this point in time\n3. we are looking at some of the following options:\n a. no curation rewards for voting on posts above a certain threshold (~$1000)\n b. reduce the target level of voting activity (faster steem power decay)\n c. implement bots that give extra power to those with good reputation by following their votes.\n d. implement bots that grab the most profitable curation rewards from good authors minutes after they post (giving 90% to author) and discouraging others from jumping on the bandwagon simply for rewards.\n\nThere are many options out there and we are looking for things that are simple, scalable, and derived from first principles.", + "cashout_time": "2016-08-22T22:10:09", + "category": "steemit", + "children": 14, "children_abs_rshares": 0, - "created": "2016-07-24T00:52:51", + "created": "2016-08-15T22:10:09", "curator_payout_value": { - "amount": "0", + "amount": "52", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 309995, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-25T11:23:33", - "last_update": "2016-07-24T00:52:51", + "id": 824695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-16T22:05:42", + "last_update": "2016-08-15T22:10:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "djm34", - "parent_permlink": "djm34-in-da-place", + "net_rshares": 565743242043, + "net_votes": 7, + "parent_author": "glitterfart", + "parent_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", "percent_hbd": 10000, - "permlink": "re-djm34-djm34-in-da-place-20160724t005251700z", + "permlink": "re-glitterfart-the-flaw-of-the-current-voting-system-and-an-actual-solution-20160815t221008588z", "reward_weight": 10000, - "root_author": "djm34", - "root_permlink": "djm34-in-da-place", + "root_author": "glitterfart", + "root_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", "title": "", "total_payout_value": { - "amount": "0", + "amount": "244", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 565743242043 }, { - "abs_rshares": 0, - "active": "2016-07-24T01:50:18", + "abs_rshares": 181937964516, + "active": "2016-08-15T22:12:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 21, "beneficiaries": [], - "body": "I confirmed the steemit account is excluded.", - "cashout_time": "1969-12-31T23:59:59", - "category": "upvoting", + "body": "Yes, it took effect 10 hours ago.", + "cashout_time": "2016-08-22T22:12:24", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-24T01:50:18", + "created": "2016-08-15T22:12:24", "curator_payout_value": { - "amount": "0", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 310863, - "json_metadata": "{\"tags\":[\"upvoting\"]}", - "last_payout": "2016-08-25T12:00:39", - "last_update": "2016-07-24T01:50:18", + "depth": 2, + "id": 824724, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:12:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t203353683z", + "net_rshares": 181937964516, + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220903901z", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t015017200z", + "permlink": "re-djm34-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221224276z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", "title": "", "total_payout_value": { - "amount": "0", + "amount": "30", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 181937964516 }, { - "abs_rshares": 0, - "active": "2016-07-24T02:15:48", + "abs_rshares": 420441663251, + "active": "2016-08-16T09:55:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 103, "beneficiaries": [], - "body": "Okay I agree that rumors can be a real issue even if untrue. The rumor of whale-on-whale upvoting just surprises me since there isn't even grain of truth to it as far as I can tell. Most rumors start with _something_.", - "cashout_time": "1969-12-31T23:59:59", - "category": "upvoting", - "children": 0, + "body": "He made as much as other top 19 witnesses for 5 or 6 days. The network was never at risk, he just outcompeted the other miners. He still had to produce blocks that followed all of the rules and have good uptime. \n\nSome people attempted to shut him down for a while by using the missing active authority on his accounts to change his block signing key. It was white hat vs white hat ;)", + "cashout_time": "2016-08-22T22:14:15", + "category": "steem", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-24T02:15:48", + "created": "2016-08-15T22:14:15", "curator_payout_value": { - "amount": "0", + "amount": "44", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 311276, - "json_metadata": "{\"tags\":[\"upvoting\"]}", - "last_payout": "2016-08-25T12:00:39", - "last_update": "2016-07-24T02:15:48", + "depth": 3, + "id": 824765, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-17T02:57:09", + "last_update": "2016-08-15T22:14:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "jl777", - "parent_permlink": "re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202436586z", + "net_rshares": 420441663251, + "net_votes": 8, + "parent_author": "blueorgy", + "parent_permlink": "re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220440744z", "percent_hbd": 10000, - "permlink": "re-jl777-re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t021547500z", + "permlink": "re-blueorgy-re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221416114z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", "title": "", "total_payout_value": { - "amount": "0", + "amount": "153", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 420441663251 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:56:39", + "abs_rshares": 134353476777, + "active": "2016-08-15T22:15:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 224, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "It is certainly not. Plagiarism is \"the practice of taking someone else's work or ideas and passing them off as one's own\" (source: Google \"define plagiarism\"). This is not being \"passed off\", it is properly credited and sourced.\n\nNot every post on Steemit has to be original. A lot of the value of information on the internet is collecting, selecting, and organizing of existing content in new ways.\n\nThe even bigger irony here is that the \"source\" that cheetah identified above is itself another news aggregation site.", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 4, + "body": "It did no damage to the blockchain except keep 99% of other miners from competing for a couple of days.", + "cashout_time": "2016-08-22T22:15:03", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-24T08:42:21", + "created": "2016-08-15T22:15:03", "curator_payout_value": { - "amount": "261", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 316018, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-24T17:04:24", - "last_update": "2016-07-24T08:42:21", + "depth": 2, + "id": 824782, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T22:15:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 134353476777, "net_votes": 6, - "parent_author": "recursive", - "parent_permlink": "re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t013659855z", + "parent_author": "jeremyfromwi", + "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t214827527z", "percent_hbd": 10000, - "permlink": "re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t084221000z", + "permlink": "re-jeremyfromwi-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221505382z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "2016-annual-smithsonian-photo-contest", + "root_author": "arhag", + "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", "title": "", "total_payout_value": { - "amount": "812", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 134353476777 }, { - "abs_rshares": 0, - "active": "2016-07-25T22:48:42", + "abs_rshares": 113974522685, + "active": "2016-08-15T22:16:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 253, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "As I suggested on slack, just have the bot post a small, neutral message stating that it found similar content at another site, and give a link. Humans can then review the material and decide whether to make a stronger accusation.\n\nThis will not only defuse negative reactions from people who don't want to be accused by a bot (either falsely or as a matter of a gray area) but it also reduces the spammishness of the bot by making the bot-posted comment smaller.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 8, + "body": "Or under exposure depending upon your point of view and love for puns ;)", + "cashout_time": "2016-08-22T22:16:15", + "category": "photography", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-24T12:20:45", + "created": "2016-08-15T22:16:15", "curator_payout_value": { - "amount": "69", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 319208, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-24T12:20:45", + "depth": 2, + "id": 824807, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-15T22:16:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 15, - "parent_author": "anyx", - "parent_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "net_rshares": 113974522685, + "net_votes": 2, + "parent_author": "coar", + "parent_permlink": "re-sean-king-hand-20160815t211832328z", "percent_hbd": 10000, - "permlink": "re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t122046000z", + "permlink": "re-coar-re-sean-king-hand-20160815t221616637z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "sean-king", + "root_permlink": "hand", "title": "", "total_payout_value": { - "amount": "918", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 113974522685 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:40:39", + "abs_rshares": 628732423809, + "active": "2016-08-17T06:45:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 48, + "author": "dantheman", + "author_rewards": 181, "beneficiaries": [], - "body": "Why would you not expect the subscription fee to increase? The more popular Steem becomes the more access to the network is worth. Think of it like Paypal. Initially they paid people $10 to open an account, then transactions were entirely free for everyone. Then slowly various exceptions to free transactions were added to the point now where a huge portion of transactions now pay fees. Likewise Google. For years there were no ads at all. Then just a one line of text. Then a sidebar. Now there are sponsored search results that take significant effort to read through and ignore if you want to find the organic search results. The price went up. A lot.\n\nSteem is much the same. Right now the network is almost worthless, except as a promise. If all you were buying is a subscription to the current network with its current users and no prospects for growth, a fair price of that would be approximately zero. Now imagine a future where almost everyone is on Steem and that is one of the primary vehicles that people use to share information, communicate, and exchange payments; what will it be worth to not be excluded?\n\nBuying Steem Power now means you are buying access to the future network at something closer to the current network value.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 5, + "body": "I bet if you adjusted that graph for the real inflation rates you would see that poverty has been increasing dramatically.", + "cashout_time": "2016-08-23T14:35:45", + "category": "life", + "children": 18, "children_abs_rshares": 0, - "created": "2016-07-24T22:25:57", + "created": "2016-08-16T14:35:45", "curator_payout_value": { - "amount": "50", + "amount": "80", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 332822, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T17:08:48", - "last_update": "2016-07-24T22:27:30", + "id": 835008, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-17T15:58:24", + "last_update": "2016-08-16T14:35:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "james-show", - "parent_permlink": "re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t134135424z", + "net_rshares": 628732423809, + "net_votes": 13, + "parent_author": "kyriacos", + "parent_permlink": "re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t134226686z", "percent_hbd": 10000, - "permlink": "re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t222555200z", + "permlink": "re-kyriacos-re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t143546750z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "root_author": "dragonslayer109", + "root_permlink": "3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist", "title": "", "total_payout_value": { - "amount": "174", + "amount": "268", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 628732423809 }, { - "abs_rshares": 0, - "active": "2016-07-24T22:31:06", + "abs_rshares": 1037591754746, + "active": "2016-08-17T04:18:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 348, "beneficiaries": [], - "body": "Yes I am developing bots. None are active yet, outside of occasional testing.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "I would love to see those posts. Those of us who are in this industry have constant threat of prison for victimless crimes. It would be good to know what we can expect.", + "cashout_time": "2016-08-23T19:34:21", + "category": "introduceyourself", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-24T22:31:06", + "created": "2016-08-16T19:34:21", "curator_payout_value": { - "amount": "0", + "amount": "138", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 332924, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-24T22:31:06", + "id": 840002, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-16T19:34:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "eeks", - "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180222141z", + "net_rshares": 1037591754746, + "net_votes": 20, + "parent_author": "charlieshrem", + "parent_permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z", "percent_hbd": 10000, - "permlink": "re-eeks-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223106800z", + "permlink": "re-charlieshrem-re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t193422026z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "516", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1037591754746 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:14:03", + "abs_rshares": 9555244489252, + "active": "2016-08-17T18:58:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 108, + "author": "dantheman", + "author_rewards": 12506, "beneficiaries": [], - "body": "Bandwidth restrictions didn't work that well and are being improved in upcoming hard fork (Tue, 26 Jul 2016 15:00:00 UTC)", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "body": "May I suggest making this provably fair by using proof of work submissions as your random number source and then publishing the algorithm used by the bot so everyone can know who should win?", + "cashout_time": "2016-08-24T00:14:48", + "category": "steemloto", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-24T22:32:18", + "created": "2016-08-17T00:14:48", "curator_payout_value": { - "amount": "123", + "amount": "237", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 332944, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-24T22:32:18", + "depth": 1, + "id": 844150, + "json_metadata": "{\"tags\":[\"steemloto\"]}", + "last_payout": "2016-08-17T22:55:18", + "last_update": "2016-08-17T00:14:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "eeks", - "parent_permlink": "re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180510180z", + "net_rshares": 9555244489252, + "net_votes": 26, + "parent_author": "heimindanger", + "parent_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", "percent_hbd": 10000, - "permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "permlink": "re-heimindanger-introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket-20160817t001448101z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "heimindanger", + "root_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", "title": "", "total_payout_value": { - "amount": "392", + "amount": "18596", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 9555244489252 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:10:33", + "abs_rshares": 1010561580394, + "active": "2016-08-18T13:57:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 296, "beneficiaries": [], - "body": "Not necessarily. It is absolutely true that most of your investments will lose money. Not the same thing.\n\nAlso there are not anywhere near 100K startups that ever reach 20K+ users. There are certainly quite a few that do and then fail, but the actual number is much lower than 100K.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "body": "Thank you for adding steem. If you had to pick just one steem dollars are better. Either way we appreciate your contributions.", + "cashout_time": "2016-08-25T13:37:18", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-24T22:42:39", + "created": "2016-08-18T13:37:18", "curator_payout_value": { - "amount": "0", + "amount": "144", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 333106, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T17:08:48", - "last_update": "2016-07-24T22:43:51", + "depth": 3, + "id": 870676, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T14:08:00", + "last_update": "2016-08-18T13:37:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "james-show", - "parent_permlink": "re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t223954265z", + "net_rshares": 1010561580394, + "net_votes": 3, + "parent_author": "teambitwala", + "parent_permlink": "re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t120913468z", "percent_hbd": 10000, - "permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", + "permlink": "re-teambitwala-re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t133717993z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", + "root_author": "teambitwala", + "root_permlink": "bitwala-is-now-accepting-steem", "title": "", "total_payout_value": { - "amount": "0", + "amount": "438", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1010561580394 }, { "abs_rshares": 0, - "active": "2016-07-25T00:12:06", + "active": "2016-08-18T22:36:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "@james-show Did you read arhag's post? There is a monetization plan. The plan is selling access to the network. That will cost significant money in the future, assuming the network is successful and desirable to access, and many people want to access it.\n\nThat doesn't make SP a good investment at current prices, but if you really wanted to know you would have to work out models of number of future users, how much their implied payments would be, and then discount back to the present. That's a valid way of doing analysis, not \"No Monetization Plan! Stay Away!\"", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "Your subjective perceptions are filtered to a chain of reasoning that may be rational or irrational to arrive at a choice. Whether the choice is rational or not depends upon how you reasoned from your perceptions. \n\nBy your definition nothing is ever irrational.", + "cashout_time": "2016-08-25T19:20:21", + "category": "praxeology", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-25T00:10:33", + "created": "2016-08-18T19:20:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 334814, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"james-show\"]}", - "last_payout": "2016-08-24T17:08:48", - "last_update": "2016-07-25T00:12:06", + "depth": 3, + "id": 876073, + "json_metadata": "{\"tags\":[\"praxeology\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-18T19:20:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -13312,62 +13312,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "smooth", - "parent_permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", - "percent_hbd": 10000, - "permlink": "re-smooth-re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160725t001033200z", - "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", - "title": "", - "total_payout_value": { - "amount": "0", - "nai": "@@000000013", - "precision": 3 - }, - "total_vote_weight": 0, - "vote_rshares": 0 - }, - { - "abs_rshares": 0, - "active": "2016-07-25T00:14:36", - "allow_curation_rewards": true, - "allow_replies": true, - "allow_votes": true, - "author": "smooth", - "author_rewards": 0, - "beneficiaries": [], - "body": "@eeks. The changes are supposed to make the bandwidth restrictions more effective. There was already a soft fork deployed to block the very long individual comments.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, - "children_abs_rshares": 0, - "created": "2016-07-25T00:14:03", - "curator_payout_value": { - "amount": "0", - "nai": "@@000000013", - "precision": 3 - }, - "depth": 5, - "id": 334860, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T00:14:36", - "max_accepted_payout": { - "amount": "1000000000", - "nai": "@@000000013", - "precision": 3 - }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "smooth", - "parent_permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", + "parent_author": "geke", + "parent_permlink": "re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t160852124z", "percent_hbd": 10000, - "permlink": "re-smooth-re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t001402300z", + "permlink": "re-geke-re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t192021460z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "jaredhowe", + "root_permlink": "demonstrated-preference-socialism-and-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -13378,275 +13329,275 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:17:30", + "abs_rshares": 889547997567, + "active": "2016-08-18T21:55:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 185, "beneficiaries": [], - "body": "> It's not your job to determine if an article is over rewarded\n\nThe blockchain disagrees, it hired me to perform precisely this job.", - "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 0, + "body": "Payouts are far more predictable when you have a lot of followers.", + "cashout_time": "2016-08-25T19:32:33", + "category": "news", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-25T00:17:30", + "created": "2016-08-18T19:32:33", "curator_payout_value": { - "amount": "0", + "amount": "87", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 334937, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-24T15:54:45", - "last_update": "2016-07-25T00:17:30", + "id": 876303, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-19T19:16:57", + "last_update": "2016-08-18T19:32:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "pangur-ban", - "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t051410507z", + "net_rshares": 889547997567, + "net_votes": 5, + "parent_author": "corintxt", + "parent_permlink": "re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t181132529z", "percent_hbd": 10000, - "permlink": "re-pangur-ban-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001729900z", + "permlink": "re-corintxt-re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t193232942z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "root_author": "corintxt", + "root_permlink": "my-investigation-into-steemit-for-vice-motherboard", "title": "", "total_payout_value": { - "amount": "0", + "amount": "274", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 889547997567 }, { - "abs_rshares": 0, - "active": "2016-07-25T23:03:51", + "abs_rshares": 3747315204322, + "active": "2016-08-19T06:02:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2345, "beneficiaries": [], - "body": "I downvote when I think over-rewarded posts are harmful to the success of the overall system and therefore to my investment. All rewards come from a common pool, therefore more reward for one post means less available for others.", - "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 1, + "body": "Theoretical's statements regarding memory usage being the primary consideration are not fully on point. The primary consideration is the \"attention of the masses\". The overall security of the voting platform depends upon all things that can get voted upon being rewarded.\n\nThere are two fundamental use cases for Steem... content and currency. \n\nExchanges, merchants, etc need the ability to run nodes that are fully up to date on the economic state of the platform without respect to the social media side of the platform.\n\nThe sooner content can be separated from having financial consequences the more efficient the platform becomes for financial applications. It is financial applications that ultimately give the platform value many times that of other social media networks.\n\nPosts that are eligible to receive payout need to keep track of \"votes\" and all other information relevant to the post. Removing the financial rewards associated with a post is sufficient for freeing things from memory. Those that wish to have a meta consensus above the economic consensus can.", + "cashout_time": "2016-08-25T20:33:48", + "category": "theoretical", + "children": 9, "children_abs_rshares": 0, - "created": "2016-07-25T00:18:24", + "created": "2016-08-18T20:33:48", "curator_payout_value": { - "amount": "0", + "amount": "32", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 334961, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-24T15:54:45", - "last_update": "2016-07-25T00:18:24", + "depth": 1, + "id": 877314, + "json_metadata": "{\"tags\":[\"theoretical\"]}", + "last_payout": "2016-08-19T19:36:51", + "last_update": "2016-08-18T20:33:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "earnest", - "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t174534158z", + "net_rshares": 3747315204322, + "net_votes": 13, + "parent_author": "theoretical", + "parent_permlink": "improving-the-steem-platform-for-long-term-content", "percent_hbd": 10000, - "permlink": "re-earnest-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001823200z", + "permlink": "re-theoretical-improving-the-steem-platform-for-long-term-content-20160818t203347792z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", + "root_author": "theoretical", + "root_permlink": "improving-the-steem-platform-for-long-term-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "3486", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 8922544483421213297, + "vote_rshares": 3747315204322 }, { - "abs_rshares": 0, - "active": "2016-07-25T00:22:30", + "abs_rshares": 486607175748, + "active": "2016-08-19T09:23:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 135, "beneficiaries": [], - "body": "That is a completely different question and a worthy debate. I don't like false accusations of misconduct very much though. If someone (or someone's bot) is going to make accusations or suggestions of such, they at least should be accurate as to what is being alleged.", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 0, + "body": "Mutual aid societies were what I was working on when steemit came about. I have a full concept on how they could work and am very interested in implementing them as a Steem sidechain.", + "cashout_time": "2016-08-25T21:50:15", + "category": "politics", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-25T00:20:03", + "created": "2016-08-18T21:50:15", "curator_payout_value": { - "amount": "0", + "amount": "63", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 334993, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-24T17:04:24", - "last_update": "2016-07-25T00:22:30", + "depth": 1, + "id": 878429, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-08-19T20:15:30", + "last_update": "2016-08-18T21:50:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "lukestokes", - "parent_permlink": "re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t150813542z", + "net_rshares": 486607175748, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", "percent_hbd": 10000, - "permlink": "re-lukestokes-re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160725t002003700z", + "permlink": "re-dana-edwards-mutual-aid-societies-the-evolution-to-the-current-state-of-the-art-20160818t215016604z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "2016-annual-smithsonian-photo-contest", + "root_author": "dana-edwards", + "root_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", "title": "", "total_payout_value": { - "amount": "0", + "amount": "200", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2000691766369638502, + "vote_rshares": 486607175748 }, { - "abs_rshares": 0, - "active": "2016-07-25T01:53:30", + "abs_rshares": 51983308128, + "active": "2016-08-19T14:26:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 17, "beneficiaries": [], - "body": "Why not? What is the harm in it?", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "If you vote for self, then yes", + "cashout_time": "2016-08-26T10:54:03", + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-25T01:53:30", + "created": "2016-08-19T10:54:03", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 336482, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T04:25:30", - "last_update": "2016-07-25T01:53:30", + "depth": 1, + "id": 886964, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T11:36:21", + "last_update": "2016-08-19T10:54:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "cloveandcinnamon", - "parent_permlink": "re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160724t044341464z", + "net_rshares": 51983308128, + "net_votes": 5, + "parent_author": "claudiop63", + "parent_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", "percent_hbd": 10000, - "permlink": "re-cloveandcinnamon-re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160725t015329400z", + "permlink": "re-claudiop63-does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts-20160819t105403924z", "reward_weight": 10000, - "root_author": "thehousewife", - "root_permlink": "desperate-housewife-introducing-herself-to-the-steemit-world", + "root_author": "claudiop63", + "root_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", "title": "", "total_payout_value": { - "amount": "0", + "amount": "24", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 236655165686015630, + "vote_rshares": 51983308128 }, { - "abs_rshares": 0, - "active": "2016-07-25T13:30:24", + "abs_rshares": 130253866688843, + "active": "2016-09-07T21:52:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 206, + "author": "dantheman", + "author_rewards": 1607681, "beneficiaries": [], - "body": "This is correct, but it does not require that the copyright owner enforce any or every instance where the work is used. It is up to that party, and that party alone, to decide whether, for example, getting exposure on the Internet via social media is a net gain or a net loss. No one can legitimately impose such a decision on the copyright owner.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "
https://cdn.meme.am/instances/63822768.jpg
\n\n\u201cThat\u2019s not fair!\u201d We have all said it, and we have all heard it. Everyone is born with a sense of fairness, but somehow everyone doesn\u2019t agree with what is fair.\n\nThis feeling fairness has a built in bias that tends to favor our own perspective. If we feel we are better off under a certain set of rules, then we are more likely to consider the rules fair. It takes someone with great empathy to see fairness from another person's perspective.\n\nWhat is even more troubling for those who are rational is that \u201crational fairness\u201d can often be perceived as \u201cunfair\u201d by almost everyone. In fact, how we choose to perceive things can change what we think is fair.\n\n## What is fairness?\n\n> *adjective*: in accordance with the rules or standards; legitimate.\n\n> *adverb*: without cheating or trying to achieve unjust advantage.\n\nWhat we learn from these definitions of fairness is that it all depends upon some \u201crules\u201d or \u201cstandards\u201d. If everyone can agree to the rules, then any outcome that adheres to the rules is inherently fair.\n\nAn sufficiently complex set of rules needs to be derived from principles.\n\n> **principle**: a fundamental truth or proposition that serves as the foundation for a system of belief or behavior or for a chain of reasoning.\n\nIf we are to be rational about fairness, then all rules should derive from principles and should never be in contradiction with those principles. A system that is in contradiction with its principles is not in line with the rules or standards and therefore illegitimate and unfair.\n\n## What principles guide voting?\n\nHere are some general principles that people may have:\n\n1. everyone get\u2019s a say\n2. everyone is equal \n3. majority rules\n4. secrecy\n\nWhen it comes to joint ownership of a company or currency, the principles are effectively the same except it is every-share instead of every-person. \n\nA voting system is a means of measuring everyone\u2019s equal say for the purposes of making a decision that is binding on the group. Whenever there are a group of individuals there are two or more different opinions on which way a decision can be made.\n\nUnfortunately the range of available opinions is infinite and more often than not contingent upon other people\u2019s opinions. This means that a perfectly expressive voting system would have everyone submit a smart contract that would take everyone else\u2019s opinion as input and generate an output. A computer would then iterate as many times as necessary to compute a stable opinion.\n\nUnfortunately this process is not guaranteed to reach equilibrium and the *order of computation* can influence the outcome. \n\n
https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif
\n\nIt is possible to express opinions that cancel out mathematically yet cannot be calculated iteratively. In the debate between rabbit season and duck season the result of that vote is \u201cunknown\u201d until someone else changes balance of power.\n\n## Perception of Fairness in Voting\n\nEveryone (or every share) is entitled to an opinion and deserves equal weight. When two people have opposite opinions (rabbit season vs not rabbit season) both opinions are legitimate. How do we decide who wins? Can a decision be made? \n\nUnder this situation we have no outcome that can be rendered. When exactly two people are voting and they disagree the result is \u201cno decision can be made\u201d. In most cases this means status-quo remains unchanged. \n\nThe voting rules can be configured to bias the decision. For example if \u201clast vote wins\u201d then the balance of power is shifted\u2026 who ever moves for change first loses. If first vote wins then it becomes a race to vote. Alternatively the system could be biased to say that in the event of a tie, \u201cduck season\u201d is chosen.\n\nIn other words, the rules of the game can favor certain outcomes over other outcomes. This may be acceptable assuming everyone agrees the bias is \u201cfair\u201d, but I doubt Daffy would think defaulting to \u201cduck season\u201d is fair.\n\nA perfectly fair voting system would bias the outcome in favor of neither Daffy nor Bugs. \n\n## Perceived Unfairness is often a Rejection of Reality \n\nSuppose Daffy always disagrees with Bugs. Bugs could claim this is \u201cunfair\u201d because it means that neither Daffy nor Bugs gets to decide. It is always Bieber Season. \n\nIs it legitimate for someone born without legs to claim that it is \u201cunfair\u201d that other people get to walk around? Is it legitimate for someone born in Africa to claim it is \u201cunfair\u201d that someone else was born in USA? If you were alone on an island, is it \u201cunfair\u201d that you have to do everything for yourself? Fairness has nothing to do with it.\n\nOur much of our situation in life is beyond our control. If you happen to be born into a world with an evil twin who always does the opposite of you and opposes you at every stage is that unfair? To whom is it unfair, twin A or twin B? Depending upon whose perspective you adopt the \u201cother guy\u201d is evil. \n\nIn effect what someone claiming unfairness is saying is, \u201ctheir opinion is unfair, they are not entitled to that opinion\u201d. They are upset because both of them are attempting to steer the car in equal and opposite directions and therefore the car continues straight.\n\n## Fairness is all in Our Head\n\nImagine you were the only living person in the world and everyone else was a robot that was pre-programmed with a certain set of behaviors. Could you claim anything is unfair? That is just the way the world works. There are no \u201cpeople\u201d that are hurting you, the rules are created by nature and beyond the power of you or any of the robots to control. \n\nIt is the attitude of entitlement that is the seed of unfairness. The expectation that you *deserve* something that someone else has. This attitude of entitlement is often rooted in envy, you *want* what the other person has and you feel they *don\u2019t deserve it*. \n\nWhen it comes to negative voting the feeling of unfairness is identical to feeling it is unfair that you were born with an evil twin while everyone else wasn\u2019t. \n\n## Principles Against Negative Voting\n\nIn an effort to look at things from both sides, I attempted to identify any principles of voting that may contradict with the concept of negative voting. What I came up with is the following:\n\n> 1. The only legitimate opinion is one that is derived independently of everyone else\u2019s opinion \n> 2. All votes should be secret\n\nThe theory behind this stance is that it takes work to create an opinion, but costs nothing to destroy an opinion. Furthermore, if all votes are secret then it becomes impossible to express a legitimate opinion that is exactly the opposite of someone else.\n\nI feel both of these principles are fundamentally flawed. For starters, every choice and idea we have in life is influenced by the opinion of others. We are more likely to adopt someone else\u2019s opinion than develop one of our own. Tribe mentality, catch phrases, and memes. It is far easier to copy than to create. In fact, more often than not people are not able to defend their own opinions from first principles, but instead appeal to authority.\n\nWe can conclude from this that affirmative voting would not be fully legitimate independently derived opinion, but the aggregation of other people\u2019s opinion filtered through personal bias. In other words, it is just as biased and derivative as a negative vote.\n\nSecret voting prevents accountability. Accountability is critical in game theory, especially in prisoners dilemma. If people down\u2019t know who is responsible for bad votes, then they don\u2019t know who to shun in the market. Without recourse people will vote in anti-social manner. In other words, the principle of the secret ballot is in direct contradiction with the principles of transparency and accountability. \n\n## Conclusion \n\nI still believe that negative voting is a critical component of an anarchist society and is inherently fair. I also believe that every other system is less expressive and ultimately less able to represent the will of the people (or shares). \n\nThat said, perception often matters more than reality and we must design systems that are perceived to be fair even if they are logically and \u201cobjectively\u201d less fair from the perspective of mathematics, deductive reasoning, and first principles. \n\nPerception is Reality. Change your perception and you change your reality.", + "cashout_time": "2016-08-26T15:09:57", + "category": "philosophy", + "children": 220, "children_abs_rshares": 0, - "created": "2016-07-25T12:59:48", + "created": "2016-08-19T15:09:57", "curator_payout_value": { - "amount": "242", + "amount": "32224", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 344893, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-25T13:30:24", + "depth": 0, + "id": 890229, + "json_metadata": "{\"tags\":[\"philosophy\",\"voting\",\"fairness\",\"politics\"],\"image\":[\"https://cdn.meme.am/instances/63822768.jpg\",\"https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T15:09:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "winstonwolfe", - "parent_permlink": "re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t074014863z", + "net_rshares": 129853324596035, + "net_votes": 487, + "parent_author": "", + "parent_permlink": "philosophy", "percent_hbd": 10000, - "permlink": "re-winstonwolfe-re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t125948600z", + "permlink": "our-corrupt-sense-of-fairness", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", - "title": "", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", + "title": "Our Corrupt Sense of Fairness", "total_payout_value": { - "amount": "744", + "amount": "2379367", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 130053595642439 }, { "abs_rshares": 0, - "active": "2016-07-25T14:22:36", + "active": "2016-08-19T15:34:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 257, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "It isn't only luck, it is consistency and reputation. @masteryoda has been finding and sharing great content for months and has developed a following. If your content is excellent as his has been, then you can develop a following as well, but it takes time and persistence.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", + "body": "Ok. In 5 min.", + "cashout_time": "2016-08-26T15:27:24", + "category": "philosophy", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T13:46:51", + "created": "2016-08-19T15:27:24", "curator_payout_value": { - "amount": "303", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 345921, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-25T13:46:51", + "id": 890498, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T15:27:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -13654,17 +13605,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "rnobrega", - "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t092942652z", + "net_votes": 0, + "parent_author": "steempower", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152429870z", "percent_hbd": 10000, - "permlink": "re-rnobrega-re-masteryoda-why-i-removed-all-my-posts-20160725t134650800z", + "permlink": "re-steempower-re-dantheman-our-corrupt-sense-of-fairness-20160819t152722949z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "928", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -13672,471 +13623,471 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-27T04:17:48", + "abs_rshares": 7294027820, + "active": "2016-08-19T19:07:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 142, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I respectfully disagree, especially once the follow feature is fully implemented. A curated feed of carefully selected high quality links can be extremely valuable even without the need to add some sort of comment to each and every one. If I find a poster who consistently identifies and and collects sources from the Internet of interest to me that is worth a lot and it is something I'm willing to pay for, even without added writing. That is especially the case in this format where the added discussion can take place interactively via comments. It doesn't have to be in the original post or from the person making the post.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 4, + "body": "I disagree that it would be censorship. People have a right to close their ears and filter what they see and hear. Censorship is when you prevent someone from saying something to people who want to hear it.", + "cashout_time": "2016-08-26T15:37:57", + "category": "philosophy", + "children": 12, "children_abs_rshares": 0, - "created": "2016-07-25T14:10:06", + "created": "2016-08-19T15:37:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 346454, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T14:10:06", + "depth": 2, + "id": 890646, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T15:37:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 6, - "parent_author": "eeks", - "parent_permlink": "re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180434462z", + "net_rshares": 7294027820, + "net_votes": 2, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152253512z", "percent_hbd": 10000, - "permlink": "re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141005600z", + "permlink": "re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t153757237z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "204", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 33576539063008175, + "vote_rshares": 7294027820 }, { - "abs_rshares": 0, - "active": "2016-07-25T14:18:06", + "abs_rshares": 1324734095929, + "active": "2016-08-20T07:59:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 501, "beneficiaries": [], - "body": "That's not quite correct. The bot has made a lot (hundreds of thousands) but the entire account balance did not come from the bot. The owner of the account was also a successful early miner.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "I think your characterization of 1% and 99% is exaggerated greatly. We have built a system that systematically transfers value from those who don't work to those who do work. In time it should spread.\n\nAll life starts out as a centralized single cell organism and eventually decentralized through cell division. That is what we are doing. If a system grows too fast it loses identity and dies. Things must grow in controlled manner to maintain structural integrity.", + "cashout_time": "2016-08-26T16:17:39", + "category": "philosophy", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-25T14:13:21", + "created": "2016-08-19T16:17:39", "curator_payout_value": { - "amount": "0", + "amount": "235", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 346544, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T14:13:21", + "depth": 2, + "id": 891256, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:17:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "steemedbroccoli", - "parent_permlink": "re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t012304883z", + "net_rshares": 1324734095929, + "net_votes": 8, + "parent_author": "johnsmith", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t153516568z", "percent_hbd": 10000, - "permlink": "re-steemedbroccoli-re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141319700z", + "permlink": "re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t161739740z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "0", + "amount": "741", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 4589342940524011613, + "vote_rshares": 1324734095929 }, { - "abs_rshares": 0, - "active": "2016-07-25T14:16:12", + "abs_rshares": 1326608810, + "active": "2016-08-19T19:06:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Yes, I see that. It is much improved. Thanks!", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "Exactly, negative voting suffers from tragedy of the commons. No one has incentive to do it unless they are willing to be a sacrificial lamb and take a bullet for everyone else. This is why I am not worried about it being abused.", + "cashout_time": "2016-08-26T16:19:18", + "category": "philosophy", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-25T14:16:12", + "created": "2016-08-19T16:19:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 346625, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T14:16:12", + "id": 891293, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:19:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 1326608810, "net_votes": 1, - "parent_author": "anyx", - "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t171558724z", + "parent_author": "condra", + "parent_permlink": "re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161402643z", "percent_hbd": 10000, - "permlink": "re-anyx-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141610700z", + "permlink": "re-condra-re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161919220z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 6115874957599692, + "vote_rshares": 1326608810 }, { - "abs_rshares": 0, - "active": "2016-07-25T14:34:42", + "abs_rshares": 325660107838, + "active": "2016-08-19T18:48:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 101, "beneficiaries": [], - "body": "> Firstly, I believe I read that that interest rate just marginally accounts for currency debasement\n\nThat's not true in Steem Dollars", - "cashout_time": "1969-12-31T23:59:59", - "category": "investment", - "children": 0, + "body": "This is why every community needs its own currency and needs to defend its own standards based upon how it votes. \n\nIf we want steem and steemit to change the world toward a more voluntarist society, then we need to actively downvote and remove the profit opportunity from those who support statism. \n\nThis could result in group-think. This could hinder growth. So we have our selfish desire to change the world and maintain our identity as a community fighting with another selfish desire to sell out to the masses to \"get rich\". \n\nThe fallacy is to believe all opinions are equally valuable and that we should dilute our identity by awarding stake to those who oppose our principles. This is not censorship. This is a community with identity and values. \n\nIf we allow those who promote statism to grow via our upvotes, then we are in effect allowing censorship to grow by supporting those people. Censorship is something that only *governments* can do by interfering between the speaker and those who want to listen.\n\nSteem could be corrupted just like propaganda has corrupted the masses. If that happens the voluntarists will have to start over with a new currency because the voters of Steem will implement a government that rejects property rights.", + "cashout_time": "2016-08-26T16:26:24", + "category": "philosophy", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-25T14:34:42", + "created": "2016-08-19T16:26:24", "curator_payout_value": { - "amount": "0", + "amount": "44", "nai": "@@000000013", "precision": 3 }, "depth": 4, - "id": 347134, - "json_metadata": "{\"tags\":[\"investment\"]}", - "last_payout": "2016-08-24T21:58:00", - "last_update": "2016-07-25T14:34:42", + "id": 891431, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:26:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "positive", - "parent_permlink": "re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t122956993z", + "net_rshares": 325660107838, + "net_votes": 4, + "parent_author": "shenanigator", + "parent_permlink": "re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t155231614z", "percent_hbd": 10000, - "permlink": "re-positive-re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143440800z", + "permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", "reward_weight": 10000, - "root_author": "karnal", - "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "0", + "amount": "149", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1388775011106171162, + "vote_rshares": 325660107838 }, { - "abs_rshares": 0, - "active": "2016-07-25T14:38:09", + "abs_rshares": 25958701935, + "active": "2016-08-19T18:14:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 10, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "One important point is that the 10% interest rate is not guaranteed to remain the same in the future. You can earn the 10% for now, but expecting it for 10 years is probably unrealistic.", - "cashout_time": "1969-12-31T23:59:59", - "category": "investment", - "children": 0, + "body": "That was not the premise of the article. The premise is one vote per share (SP).", + "cashout_time": "2016-08-26T16:28:18", + "category": "philosophy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T14:38:09", + "created": "2016-08-19T16:28:18", "curator_payout_value": { - "amount": "3", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 347201, - "json_metadata": "{\"tags\":[\"investment\"]}", - "last_payout": "2016-08-24T21:58:00", - "last_update": "2016-07-25T14:38:09", + "depth": 2, + "id": 891468, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:28:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 5, - "parent_author": "karnal", - "parent_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "net_rshares": 25958701935, + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t161247776z", "percent_hbd": 10000, - "permlink": "re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143808600z", + "permlink": "re-condra-re-dantheman-our-corrupt-sense-of-fairness-20160819t162817572z", "reward_weight": 10000, - "root_author": "karnal", - "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "36", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 118941491091426778, + "vote_rshares": 25958701935 }, { - "abs_rshares": 0, - "active": "2016-07-25T15:01:57", + "abs_rshares": 50386555419, + "active": "2016-08-19T18:29:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 67, + "author": "dantheman", + "author_rewards": 17, "beneficiaries": [], - "body": "We can't have that", - "cashout_time": "1969-12-31T23:59:59", - "category": "area", - "children": 1, + "body": "You have to move people slowly to a more fair system by first winning in a system they perceive as fair. If you lose under their current paradigm then they will feel your change as an attack rather than the logical outcome of a process they felt was fair.", + "cashout_time": "2016-08-26T16:34:42", + "category": "philosophy", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-25T14:53:48", + "created": "2016-08-19T16:34:42", "curator_payout_value": { - "amount": "53", + "amount": "2", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 347539, - "json_metadata": "{\"tags\":[\"area\"]}", - "last_payout": "2016-08-25T16:25:36", - "last_update": "2016-07-25T14:53:48", + "id": 891611, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T16:34:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 6, - "parent_author": "brianphobos", - "parent_permlink": "re-steve-mcclair-area-51-steemit-has-arrived-20160725t145207235z", + "net_rshares": 50386555419, + "net_votes": 5, + "parent_author": "full-measure", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t160520671z", "percent_hbd": 10000, - "permlink": "re-brianphobos-re-steve-mcclair-area-51-steemit-has-arrived-20160725t145344400z", + "permlink": "re-full-measure-re-dantheman-our-corrupt-sense-of-fairness-20160819t163444435z", "reward_weight": 10000, - "root_author": "steve-mcclair", - "root_permlink": "area-51-steemit-has-arrived", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "240", + "amount": "24", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 229476342529960219, + "vote_rshares": 50386555419 }, { - "abs_rshares": 0, - "active": "2016-07-25T15:39:30", + "abs_rshares": 14904372598, + "active": "2016-08-19T17:49:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I view it as more a matter of having a place, as you put it, than a core. But I also don't think it (or anything else outside of clear abuse) should be strongly discouraged. Everything is an experiment now and crushing something at an early stage could potentially kill what evolves into something valuable and a big draw. If no one likes these posts and they don't get upvotes, then so be it. I could say likewise about differentiation. There are plenty of blogging sites already too. Steemit has to find its own unique positioning.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "I have experienced things that I cannot explain and would fit description of ghost.", + "cashout_time": "2016-08-26T16:56:21", + "category": "life", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T15:36:09", + "created": "2016-08-19T16:56:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 348604, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T15:39:30", + "depth": 1, + "id": 891987, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T16:56:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "eeks", - "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t150015686z", + "net_rshares": 14904372598, + "net_votes": 1, + "parent_author": "redredwine", + "parent_permlink": "do-you-believe-in-ghosts", "percent_hbd": 10000, - "permlink": "re-eeks-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t153608800z", + "permlink": "re-redredwine-do-you-believe-in-ghosts-20160819t165623069z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "redredwine", + "root_permlink": "do-you-believe-in-ghosts", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 68479127117193767, + "vote_rshares": 14904372598 }, { - "abs_rshares": 0, - "active": "2016-07-25T22:49:00", + "abs_rshares": 91811429153, + "active": "2016-08-19T18:09:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 28, "beneficiaries": [], - "body": "If so please use a link shortener and keep the whole thing very brief. One of my objections to the original message, in addition to the tone, was the size of it (still an issue to a lesser degree). Because the message is posted frequently (including false positives) this can easily become spammish and annoy people. Such services are must useful when they add value when they can without detracting from the site when they don't.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "This is a legitimate point of view. This article was in response to the vast number of messages arguing fairness.", + "cashout_time": "2016-08-26T18:09:12", + "category": "philosophy", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T22:48:42", + "created": "2016-08-19T18:09:12", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 360170, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-25T22:49:00", + "depth": 2, + "id": 893179, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:09:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "patrice", - "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t215834531z", + "net_rshares": 91811429153, + "net_votes": 2, + "parent_author": "dana-edwards", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t173942359z", "percent_hbd": 10000, - "permlink": "re-patrice-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t224840200z", + "permlink": "re-dana-edwards-re-dantheman-our-corrupt-sense-of-fairness-20160819t180912308z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "0", + "amount": "40", "nai": "@@000000013", "precision": 3 - }, - "total_vote_weight": 0, - "vote_rshares": 0 + }, + "total_vote_weight": 413905177682512313, + "vote_rshares": 91811429153 }, { - "abs_rshares": 0, - "active": "2016-07-26T13:07:03", + "abs_rshares": 1843760828226, + "active": "2016-08-19T18:14:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 115288, + "author": "dantheman", + "author_rewards": 757, "beneficiaries": [], - "body": "This post is being downvoted for what reason exactly? While you may not agree with @masteryoda's views nor his conclusions, the post itself is original writing, expresses a sincere opinion, and raises important issues about behavior on the site.\n\nThe degree of downvoting on this post demonstrates the level of hostility and negative brigading that is starting to go on here. To those doing it, you have proven @masteryoda's point very nicely. Congratulations to all the bitter people who are seriously damaging what has up to this point has largely been a positive and empowering environment.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 5, + "body": "Steem Dollars are working very well, it just takes the market some time to grow up around it. Like a toddler getting its balanced. The market learns from experience more than intelligence. In recent days steem dollar volume has been increasing and it has been trading at 96 to 97% of the dollar. About a credit card processing fee. It will only get better.", + "cashout_time": "2016-08-26T18:14:00", + "category": "philosophy", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T22:54:03", + "created": "2016-08-19T18:14:00", "curator_payout_value": { - "amount": "1070", + "amount": "371", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 360280, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-25T22:54:03", + "depth": 5, + "id": 893264, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-19T18:14:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 15, - "parent_author": "masteryoda", - "parent_permlink": "why-i-removed-all-my-posts", + "net_rshares": 1843760828226, + "net_votes": 3, + "parent_author": "dana-edwards", + "parent_permlink": "re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t180747108z", "percent_hbd": 10000, - "permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t225404600z", + "permlink": "re-dana-edwards-re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t181400021z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "416880", + "amount": "1119", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 5820119120402241273, + "vote_rshares": 1843760828226 }, { "abs_rshares": 0, - "active": "2016-08-13T07:46:45", + "active": "2016-08-19T18:17:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 218, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "> he takes images from avax.news which in turn took images from the BBC, this is promoting whose creativity exactly?\n\n@masteryoda's quite obviously. His feed of carefully selected stories about significant news-making photographs and videos was one of the most consistent and highest-quality sources of content on Steemit. I very much doubt you could what he did even 1% as well as he did it.\n\nYour narrow-mined ideas about creativity, talent, and value need to be very seriously reexamined.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 5, + "body": "@r4fken statements are easy to take out of context, especially by those doing it on purpose to promote an agenda. \n\nI will probably write another blog post where I clarify my concept of censorship.", + "cashout_time": "2016-08-26T18:17:48", + "category": "philosophy", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T23:52:39", + "created": "2016-08-19T18:17:48", "curator_payout_value": { - "amount": "256", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 361485, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-25T23:53:36", + "depth": 5, + "id": 893322, + "json_metadata": "{\"tags\":[\"philosophy\"],\"users\":[\"r4fken\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T18:17:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14144,17 +14095,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "doctorstrange", - "parent_permlink": "re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t174007425z", + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t235239600z", + "permlink": "re-dantheman-re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t181748143z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "788", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -14162,226 +14113,226 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-26T00:26:36", + "abs_rshares": 6379605229684, + "active": "2016-08-21T12:32:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 5837, "beneficiaries": [], - "body": "You can define it as a problem or you can be realistic about it, but not both. There will be a million users (if we're lucky) sharing content, just as there have been on every single social media site in the the history of the Internet. That's what people do. It will need to be addressed by copyright holders making takedown requests _when they object_ (which isn't always), just as it is on every other web property.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "This kind of thinking is fundamentally flawed. The only way to know if costs < benefit is for *private* individuals to make decisions. If you are spending other people's money you have not factored in the *opportunity costs*.\n\nWhat could 13.5G EUR have been spent on instead if tax money was not spent.\n\nWhat is the impact of the loss of freedom, the centralization of knowledge, and the politics of deciding which experiments to run?", + "cashout_time": "2016-08-26T18:52:30", + "category": "science", + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-26T00:26:36", + "created": "2016-08-19T18:52:30", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 362247, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T00:26:36", + "depth": 1, + "id": 893913, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-08-20T20:05:03", + "last_update": "2016-08-19T18:52:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "doctorstrange", - "parent_permlink": "re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160725t235223171z", + "net_rshares": 6379605229684, + "net_votes": 13, + "parent_author": "lemouth", + "parent_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160726t002633700z", + "permlink": "re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t185230383z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", "title": "", "total_payout_value": { - "amount": "0", + "amount": "8655", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 5635402523461813199, + "vote_rshares": 6379605229684 }, { - "abs_rshares": 0, - "active": "2016-07-26T08:38:51", + "abs_rshares": 3100250071128, + "active": "2016-08-21T11:25:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 150, + "author": "dantheman", + "author_rewards": 1912, "beneficiaries": [], - "body": "> What's going to happen when millions of people are here acting a fool and trying to earn a quick buck copying YOUR content?\n\nWhat is going to happen, as I replied to you elsewhere, is that those millions of people will share content and in some cases, copyright owners will object and submit takedown requests. There is no other solution that is viable in the case of user-submitted content. Other users taking it upon themselves to bully and brigade when _they assume_ something is improper is not a reliable scalable solution, and it further causes more harm than good in fostering a confrontational and negative environment.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 2, + "body": "I am very much an austrian economist and anarcho capitalist with full support for voluntarism. I am also dealing with the limits of game theory.\n\nI don't like down votes, I would prefer for the whole system to be positive. A downvote is really a more efficient way of saying \"upvote everything else but X\". \n\nAbsent downvotes, all manner of abuses are possible. So while I agree with your desire for an \"upvote\" only system, it is like asking for \"world peace\".", + "cashout_time": "2016-08-26T19:16:00", + "category": "philosophy", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-26T00:30:18", + "created": "2016-08-19T19:16:00", "curator_payout_value": { - "amount": "173", + "amount": "13", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 362303, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T00:30:18", + "depth": 1, + "id": 894289, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-20T18:32:54", + "last_update": "2016-08-19T19:16:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "doctorstrange", - "parent_permlink": "re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160725t200502608z", + "net_rshares": 3100250071128, + "net_votes": 7, + "parent_author": "dwinblood", + "parent_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t003016300z", + "permlink": "re-dwinblood-opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness-20160819t191602427z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dwinblood", + "root_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", "title": "", "total_payout_value": { - "amount": "542", + "amount": "2834", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 8054578226638781699, + "vote_rshares": 3100250071128 }, { - "abs_rshares": 0, - "active": "2016-07-26T00:31:54", + "abs_rshares": 196428008209067, + "active": "2016-08-21T10:36:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1583225, "beneficiaries": [], - "body": "> this place will turn into a hive of asslickers\n\nThat and link spammers.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "
https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg
\nSeveral months ago I discovered a [nifty little scripting language called WREN](https://github.com/munificent/wren) in my pursuit of high-performance deterministic scripting engines that could be leveraged for smart contracts. \n\n## Wren is a small, fast, class-based scripting language\n\nHere are some of the highlights from their github repo.\n\n * **Wren is small.** The VM implementation is under 4,000 semicolons. You can skim the whole thing in an afternoon. It's *small*, but not *dense*.\n * **Wren is fast.** A fast single-pass compiler to tight bytecode, and a compact object representation help [Wren compete with other dynamic languages.](http://wren.io/performance.html)\n* **Wren is class-based.** There are lots of scripting languages out there, but many have unusual or non-existent object models. Wren places classes front and center.\n * **Wren is a scripting language.** Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.\n\n## Requirements for Smart Contract Scripting Language \n\nA blockchain based smart contract scripting language has some very tough requirements:\n\n### Speed is Critical\nI have stated many times that the bottleneck for blockchain performance is the single threaded business logic of applications. Every blockchain transaction has the power to change the environment for the next transaction which makes out-of-order or parallel execution difficult. \n\n### Deterministic Execution \nThe point of smart contracts is to come to an unambiguous consensus on the current state of the application. This requires all machines to arrive at the exact some conclusion. Any deviations could result in an unexpected and undesirable blockchain fork.\n\n### Sandboxing \nCreating a blockchain that is ready and able to run arbitrary code requires that the code is heavily sandboxed. This means that it cannot enter infinite loops nor allocate an unbounded amount of memory. Not only must execution time be monitored, but it must be deterministically calculated as part of global consensus. In other words, it must count operations, not wall clock time and it must exit with an error at the exact same point on all machines.\n\n## Why WREN is Perfect for a Smart Contract Platform\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Wren\u2019s closest sibling, by far, is Lua. Lua is more dynamic than Wren which makes its job harder.\n\nYou can see some benchmarks of how fast WREN is compared to many other popular languages in this table.\n
https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png
\n\nIt gets this performance by combining the best aspects of scripting and statically typed languages. This allows it to generate very efficient code.\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Other languages have a much more mutable object model, and cannot change that without breaking lots of existing code.\n\nI recently [forked wren to add Sandbox support](https://github.com/bytemaster/wren) and submitted a [pull request](https://github.com/munificent/wren/pull/388). This was relatively trivial to implement because the code base was very clean and easy to understand.\n\n## Comparison to Ethereum and Lisk\n\nIn my opinion there is no comparison. The performance of the Ethereum virtual machine is burdened by poor design decisions. Many of Ethereum's poor decisions are a result of being built and designed by programmers with less language experience and more blockchain experience. In other words, the EVM is designed by blockchain engineers thinking about blockchain problems and as a side effect they built a system that no language engineer would virtual machine designer would ever consider viable.\n\nI have built my own languages and compilers and can testify that designing high performance languages is a skill that most programmers do not have.\n\nWren has been designed by [Bob Nystrom](http://journal.stuffwithstuff.com/) author of the book [Game Programming Patterns](http://gameprogrammingpatterns.com/). Game programming is very demanding and requires high performance scripting that is easily embedded within native C/C++ applications. \n\nFrom what I can tell about Lisk and it's reliance on Javascript, it is not suitable for running untrusted code on a public blockchain in the same way Ethereum is. Lisk is targeting a different market. When I first heard of lisk I was excited because I thought they found a deterministic Javascript interpreter with sandboxing and computation metering; I was wrong. \n\n## Future Work \n\nWren isn't perfect. The language is still in its infancy, but if adopted by a blockchain community it could mature very quickly. There is only one aspect of Wren that I would like to change and that is to convert it to use Integer math. Blockchain's do not require floating point operations. Making this change should be relatively simple.\n\nOnce the Wren VM and compiler is mature, then it is simply a matter of integrating the VM with some C++ APIs for reading and writing blockchain state and generating blockchain operations. This kind of feature is probably best to keep in a sidechain / subchain until all the kinks are worked out.", + "cashout_time": "2016-08-26T21:30:03", + "category": "smartcontracts", + "children": 48, "children_abs_rshares": 0, - "created": "2016-07-26T00:31:30", + "created": "2016-08-19T21:30:03", "curator_payout_value": { - "amount": "0", + "amount": "40124", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 362337, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T00:31:54", + "depth": 0, + "id": 896219, + "json_metadata": "{\"tags\":[\"smartcontracts\",\"ethereum\",\"language\",\"programming\",\"blockchain\"],\"image\":[\"https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg\",\"https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png\"],\"links\":[\"https://github.com/munificent/wren\",\"https://github.com/bytemaster/wren\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:30:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "ztl", - "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t151314876z", + "net_rshares": 129307082231667, + "net_votes": 481, + "parent_author": "", + "parent_permlink": "smartcontracts", "percent_hbd": 10000, - "permlink": "re-ztl-re-masteryoda-why-i-removed-all-my-posts-20160726t003129100z", + "permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", - "title": "", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "title": "Could WREN be the future of Smart Contract Scripting Languages?", "total_payout_value": { - "amount": "0", + "amount": "2343172", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 162867545220367 }, { - "abs_rshares": 0, - "active": "2016-07-26T00:32:21", + "abs_rshares": 1716202033064, + "active": "2016-08-20T01:06:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 139, + "author": "dantheman", + "author_rewards": 694, "beneficiaries": [], - "body": "You are correct. @masteryoda always gave credit.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "I wrote 5 compilers in college in 4 different languages / language paradigms. Then after college I wrote an interpreter that would call c++ code. The interpreted language had C++ like syntax with exceptions, etc. Performance was terrible, but it worked.\n\nThat was all 14 years ago, so I am a tad rusty.", + "cashout_time": "2016-08-26T21:58:42", + "category": "smartcontracts", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T00:32:21", + "created": "2016-08-19T21:58:42", "curator_payout_value": { - "amount": "166", + "amount": "330", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 362353, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T00:32:21", + "id": 896627, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T21:58:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "karchersmith", - "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t210604149z", + "net_rshares": 1716202033064, + "net_votes": 13, + "parent_author": "daut44", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t214836744z", "percent_hbd": 10000, - "permlink": "re-karchersmith-re-masteryoda-why-i-removed-all-my-posts-20160726t003221100z", + "permlink": "re-daut44-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215841378z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "title": "", "total_payout_value": { - "amount": "502", + "amount": "1026", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 5538352126043052932, + "vote_rshares": 1716202033064 }, { "abs_rshares": 0, - "active": "2016-07-26T05:27:45", + "active": "2016-08-20T15:51:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Buying votes (including by raffle) is considered abuse. Downvoted.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 8, + "body": "It is true it isn't decidable which means it would have to operate on a calculation limit. With the calculation limit which I already implemented it is impossible to write an infinite loop.\n\n** it can call native code, there is no protection when native code is called and it will count as a single op unless the native code provides a means to provide an alternative weight for the call. **", + "cashout_time": "2016-08-26T22:00:36", + "category": "smartcontracts", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T02:20:45", + "created": "2016-08-19T22:00:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 364191, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T02:41:42", - "last_update": "2016-07-26T02:20:45", + "depth": 2, + "id": 896649, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T22:01:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14389,14 +14340,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "bayareacoins", - "parent_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "net_votes": 0, + "parent_author": "recursive", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215949272z", "percent_hbd": 10000, - "permlink": "re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t022046200z", + "permlink": "re-recursive-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t220035057z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "title": "", "total_payout_value": { "amount": "0", @@ -14407,79 +14358,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-26T03:47:36", + "abs_rshares": 207148283032, + "active": "2016-08-19T23:21:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 65, "beneficiaries": [], - "body": "The problem is it all draws from the common reward pool; manipulating votes means you are pulling rewards away from other posts that are being voted on merit. If each sub had its own pool that would be different.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "> \u201cYes, we believe Lisk can host a project of this size, if not greater. The reason for this are twofold, our choice of database system: PostgreSQL, which has many avenues for scalability, and secondly the fact that each sidechain operates autonomously from the mainchain with the minimum of parental dependency.\"\n\nI had to laugh at that quote. No SQL database can complete with graphene for single threaded business logic required by block chains. Not even close. Like 100x difference.", + "cashout_time": "2016-08-26T22:44:18", + "category": "smartcontracts", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T03:47:36", + "created": "2016-08-19T22:44:18", "curator_payout_value": { - "amount": "0", + "amount": "23", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 365874, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T02:41:42", - "last_update": "2016-07-26T03:47:36", + "depth": 2, + "id": 897223, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "2016-08-21T09:48:39", + "last_update": "2016-08-19T22:44:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "bayareacoins", - "parent_permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024338404z", + "net_rshares": 207148283032, + "net_votes": 12, + "parent_author": "ervin-lemark", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t221051569z", "percent_hbd": 10000, - "permlink": "re-bayareacoins-re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t034734600z", + "permlink": "re-ervin-lemark-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224417121z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "title": "", "total_payout_value": { - "amount": "0", + "amount": "95", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 908266385050205834, + "vote_rshares": 207148283032 }, { "abs_rshares": 0, - "active": "2016-07-26T05:27:03", + "active": "2016-08-19T23:09:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "As discussed in PM, the issue of reward abuse is decided by community consensus, not any sort of explicit rules (who would enforce them on a blockchain anyway?). The major stakeholders decide what is abusive and voluntarily flag/downvote to discourage it. We get no rewards for downvoting and our only incentive is to maximize the success of the system (and therefore the value of our investment). This is in fact an explicit part of the design that is discussed in the whitepaper.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "No. The VM and the language. Eth would be much slower than Python.", + "cashout_time": "2016-08-26T23:09:57", + "category": "smartcontracts", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T04:37:18", + "created": "2016-08-19T23:09:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 366827, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T02:41:42", - "last_update": "2016-07-26T05:27:03", + "depth": 2, + "id": 897524, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T23:09:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14487,14 +14438,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "bayareacoins", - "parent_permlink": "re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t035058390z", + "net_votes": 0, + "parent_author": "cryptobro", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t223902538z", "percent_hbd": 10000, - "permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t043719600z", + "permlink": "re-cryptobro-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t230957992z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "title": "", "total_payout_value": { "amount": "0", @@ -14506,29 +14457,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T04:38:21", + "active": "2016-08-19T23:11:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The menu was moved to the upper right after I posted that comment.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemhelp", + "body": "Because the code is far more complex and syntax not familiar to most coders. Also no sand box.", + "cashout_time": "2016-08-26T23:11:03", + "category": "smartcontracts", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T04:38:21", + "created": "2016-08-19T23:11:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 366839, - "json_metadata": "{\"tags\":[\"steemhelp\"]}", - "last_payout": "2016-08-23T01:52:24", - "last_update": "2016-07-26T04:38:21", + "depth": 2, + "id": 897534, + "json_metadata": "{\"tags\":[\"smartcontracts\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T23:11:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14537,13 +14488,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "yuji225", - "parent_permlink": "re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t023110221z", + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224246496z", "percent_hbd": 10000, - "permlink": "re-yuji225-re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t043820800z", + "permlink": "re-vi1son-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t231102854z", "reward_weight": 10000, - "root_author": "pairmike", - "root_permlink": "how-to-vote-for-a-steem-witness-on-steemit", + "root_author": "dantheman", + "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", "title": "", "total_payout_value": { "amount": "0", @@ -14554,79 +14505,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-26T05:27:45", + "abs_rshares": 2780690724868, + "active": "2016-08-21T02:49:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1056, "beneficiaries": [], - "body": "There is a marketplace being developed. I don't know if it will have auction features but that certainly wouldn't surprise me.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "I never vote my comments with full power. \n\nNever devised rules to increase my control. In fact I do the opposite, devise rules to decentralize control.", + "cashout_time": "2016-08-27T14:04:57", + "category": "philosophy", + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-26T05:27:45", + "created": "2016-08-20T14:04:57", "curator_payout_value": { - "amount": "0", + "amount": "518", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 367457, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T02:41:42", - "last_update": "2016-07-26T05:27:45", + "depth": 2, + "id": 905669, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-08-21T07:22:48", + "last_update": "2016-08-20T14:04:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "bradvanceauthor", - "parent_permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024123780z", + "net_rshares": 2780690724868, + "net_votes": 3, + "parent_author": "steemed", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z", "percent_hbd": 10000, - "permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t052745800z", + "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t140455196z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1562", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 2780690724868 }, { "abs_rshares": 0, - "active": "2016-07-26T08:34:57", + "active": "2016-08-20T19:08:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Welcome to social media. People share interesting content they find online, some are good at doing so, and this creates value for followers. _Sometimes_ content owners decide to assert rights and have the content taken down, but often they don't.\n\nYou are welcome to write as many 50 line comments against this concept of social media value creation by finding and sharing of content, and you may even be correct in a sense, but in terms of the bigger picture you are completely wrong. When millions of users come, if they do, they will be doing the same thing here they do everywhere to find, select, and share content, and you won't be able to bully them the way @masteryoda has been bullied.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "Easy to write of the masses. You should review mises on socialisms in ability to do real economic calculation.", + "cashout_time": "2016-08-27T14:09:42", + "category": "science", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T08:34:57", + "created": "2016-08-20T14:09:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 369009, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T08:34:57", + "depth": 3, + "id": 905720, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:09:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14634,14 +14585,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "doctorstrange", - "parent_permlink": "re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t080236568z", + "net_votes": 0, + "parent_author": "lemouth", + "parent_permlink": "re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t225406062z", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t083504800z", + "permlink": "re-lemouth-re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160820t140940342z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "lemouth", + "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", "title": "", "total_payout_value": { "amount": "0", @@ -14653,29 +14604,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T08:38:51", + "active": "2016-08-20T14:20:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Your comments are interesting and I'm happy to respectfully agree to disagree (though also agree in some ways).", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 0, + "body": "I view people as people and that is why I recognize the mathematical truth is not good enough for user experience.", + "cashout_time": "2016-08-27T14:12:21", + "category": "philosophy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T08:38:51", + "created": "2016-08-20T14:12:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 369045, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-08-25T15:04:48", - "last_update": "2016-07-26T08:38:51", + "depth": 2, + "id": 905763, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:12:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14683,14 +14634,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "doctorstrange", - "parent_permlink": "re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t072330092z", + "net_votes": 0, + "parent_author": "business", + "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t052813632z", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t083859500z", + "permlink": "re-business-re-dantheman-our-corrupt-sense-of-fairness-20160820t141221416z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "why-i-removed-all-my-posts", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { "amount": "0", @@ -14702,29 +14653,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T13:49:36", + "active": "2016-08-20T14:22:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1153, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Minor clarification. @ned and @dan are the founders of Steemit, who along with their team, built this system. @berniesanders, @kushed and I (and a few others) are very early adopters, and as significant stakeholders we've occasionally offered our opinions to @ned and @dan about how to make Steemit better, but we didn't build it and I don't want to take credit for what is not deserved.\n\nAnd on that note, Welcome To Steemit, FT-J!", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "body": "Steem dollar rate varies too.", + "cashout_time": "2016-08-27T14:22:48", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T09:32:15", + "created": "2016-08-20T14:22:48", "curator_payout_value": { - "amount": "1338", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 369603, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ned\",\"dan\",\"berniesanders\",\"kushed\"]}", - "last_payout": "2016-08-26T13:16:03", - "last_update": "2016-07-26T09:33:36", + "depth": 2, + "id": 905901, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:22:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14732,17 +14683,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "fintech-jesus", - "parent_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "net_votes": 0, + "parent_author": "herzmeister", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t082655642z", "percent_hbd": 10000, - "permlink": "re-fintech-jesus-the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me-20160726t093214900z", + "permlink": "re-herzmeister-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142249623z", "reward_weight": 10000, - "root_author": "fintech-jesus", - "root_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", "title": "", "total_payout_value": { - "amount": "4050", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -14750,79 +14701,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-26T10:13:39", + "abs_rshares": 97696660, + "active": "2016-08-21T17:10:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 408, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Repost of the same content from 3 days ago: https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales", - "cashout_time": "1969-12-31T23:59:59", - "category": "whales", + "body": "You do the math, your numbers are wrong.", + "cashout_time": "2016-08-27T14:27:06", + "category": "steemit", "children": 6, "children_abs_rshares": 0, - "created": "2016-07-26T09:56:18", + "created": "2016-08-20T14:27:06", "curator_payout_value": { - "amount": "21", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 369834, - "json_metadata": "{\"tags\":[\"whales\"],\"links\":[\"https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales\"]}", - "last_payout": "2016-08-26T09:30:12", - "last_update": "2016-07-26T09:56:18", + "depth": 2, + "id": 905939, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:27:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "gavvet", - "parent_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "net_rshares": 97696660, + "net_votes": 1, + "parent_author": "satoshifpv", + "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t124100580z", "percent_hbd": 10000, - "permlink": "re-gavvet-steemit-the-wild-west-of-the-future-internet-we-need-more-whales-20160726t095619000z", + "permlink": "re-satoshifpv-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142703532z", "reward_weight": 10000, - "root_author": "gavvet", - "root_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", "title": "", "total_payout_value": { - "amount": "1440", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 450535317020133, + "vote_rshares": 97696660 }, { "abs_rshares": 0, - "active": "2016-08-03T00:43:30", + "active": "2016-08-21T08:55:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Downvoted to limit the high drain on the reward pool. The post itself is good and relevant.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 4, + "body": "Steem has a business model. Just like Bitcoin.", + "cashout_time": "2016-08-27T14:33:03", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-26T13:14:27", + "created": "2016-08-20T14:33:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 372820, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-26T05:26:42", - "last_update": "2016-07-26T13:14:27", + "depth": 3, + "id": 906024, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T14:33:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -14830,14 +14781,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "dan", - "parent_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "net_votes": 0, + "parent_author": "orly", + "parent_permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t094545776z", "percent_hbd": 10000, - "permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t131428100z", + "permlink": "re-orly-re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t143303227z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "root_author": "clayop", + "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", "title": "", "total_payout_value": { "amount": "0", @@ -14848,177 +14799,177 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-27T17:40:06", + "abs_rshares": 138687111598314, + "active": "2016-09-07T21:54:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 525, + "author": "dantheman", + "author_rewards": 2111, "beneficiaries": [], - "body": "Removed. @jamtaylor discovered the fraud.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 9, + "body": "
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\nBlack swan on Vacha reservoir, Bulgaria by [Kiril Krastev](https://commons.wikimedia.org/wiki/User:Littlegrizmin)
\n\nOver the past couple of weeks, our team has been working through the Steem Dollar mechanics in an effort to secure the economic foundation of Steem against black swan events. It should be obvious to all that if at any point in the future the market cap of Steem fell below the supply of Steem Dollars then the Steem Dollar would break. Long before that happened there would be a *run on the bank*. \n\nWe designed the Steem incentives to always push Steem toward a Steem Dollar supply equal to about 5% of the available market cap. This happens because for every Steem Dollar we create we create about 19 Steem Dollar\u2019s worth of Steem and Steem Power. \n\nThis system works well when the market cap is rising or relatively stable, but there is one edge case which could cause the system to unravel. When the market cap falls and pushes the Steem Dollar ratio to dangerously high levels (20% or more of market cap), then the network must start paying off its \u201cdebt\u201d with \u201cequity\u201d and reducing the Steem Dollar supply. \n\n## Extremely Unlikely but not Impossible\n\nBefore anyone starts worrying, lets look at what would have to happen before these kind of scenarios become a concern. \n\nCurrently **Steem Dollars represent about 1% of market cap** and total about $2.1 million dollars. This is a very safe level. The market cap would have to fall to $10.5 million dollars before Steem Dollars represents 20% or more of the market cap. \n\nEach day the supply of Steem Dollars is increasing so over time the danger zone market cap will rise. \n\n## Reducing Steem Dollar Supply in Down Market\n\nThere is only one way to reduce the Steem Dollar supply and that is by users voluntarily converting their Steem Dollars to STEEM at the price feed via the 7 day conversion. This processes can be incentivized by offering a short-term premium conversion rate that gives each Steem Dollar holder $1.25 worth of STEEM when they convert. This is possible by having the witnesses temporarily adjust the price feed. \n\nIt would be critical that the premium remain temporary and has a pre-planned deadline or else the market would permanently adjust the trading value of Steem Dollars to reflect this new premium conversion rate. \n\nSteem Whales can also buy Steem Dollars on the market by powering down some STEEM and then convert to back to STEEM. This process would not necessarily be profitable for whales and suffers tragedy of the commons. One whale would carry the burden for the benefit of the entire platform.\n\n## Stop Increasing the Supply\n\nOf course it gets difficult to reduce the Steem Dollar supply when the supply keeps growing due to interest and author rewards. The fastest way to dig yourself out of a hole is to stop digging. As it exists today, this isn\u2019t an option for author rewards but it is possible to reduce the interest rate to 0%. \n\n## New Enhancements for Stability \n\nIn the up coming hard fork we will be including changes to the protocol designed to protect all parties in the event persistent price declines and lack of redemption requests allow the Steem Dollar supply to reach unhealthy and unsustainable levels. \n\n### Gradual Shift in Author Rewards \n\nAs the Steem Dollar supply grows from 3% to 5% the percent of author rewards paid in Steem Dollars will go from 50% to 0% and the percent paid as liquid STEEM will go from 0% to 50%. In this way authors are still awarded with liquid assets, but the network gradually slows down the printing presses on Steem Dollars. \n\nAt current levels, this measure wouldn\u2019t take effect unless the market cap fell to $70M and would completely stop issuing new Steem Dollars when the market cap fell to about $40M. \n\n### Gradual Forced Redemption of Steem Dollars for STEEM\n\nAny time the Steem Dollar supply reaches 20% of the market cap, 1% of everyone\u2019s Steem Dollars will be converted to Steem Power at the price feed. This action can be viewed as a partial \u201cbail-in\u201d where everyone is treated equally. This will immediately reduce the Steem Dollar percent of total market cap while preventing immediate dumping of the STEEM which could accelerate the collapse in a positive feedback loop.\n\nSteem Dollar holders that wish to avoid this forced redemption should convert to STEEM and sell on the market. If done via the 7 day conversion process, then the supply should decrease naturally and all Steem Dollar holders can be spared the \u201cbail in\u201d. \n\n## Implications \n\nIt is our belief that having this safety net in place before it becomes an issue will help the entire community know how stake will be allocated in the event of persistent long term declines in price. The existence of this safety net will in turn reduce the likelihood that fear will turn into panic selling that would ultimately precipitate such an event.\n\nIt should be obvious to all that Steem Dollars are not backed by any individual holding dollars in a bank or promising to pay US dollars and that the only thing you are guaranteed is some amount of STEEM. The STEEM cannot be guaranteed to have purchasing power. \n\nUnder the enhanced rules everyone is protected and fairly dealt with in the unfortunate event that the market cap of the platform is unable to sustain the Steem Dollar debt levels.\n\n## Feedback Wanted\nIf anyone has any concerns or has better solutions in mind please let us know.", + "cashout_time": "2016-08-27T16:14:12", + "category": "steem", + "children": 154, "children_abs_rshares": 0, - "created": "2016-07-26T15:04:33", + "created": "2016-08-20T16:14:12", "curator_payout_value": { - "amount": "0", + "amount": "17", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 375308, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", - "last_payout": "2016-08-26T08:01:27", - "last_update": "2016-07-26T15:16:03", + "depth": 0, + "id": 907408, + "json_metadata": "{\"tags\":[\"steem\",\"steemdollar\",\"steemit\",\"hardfork\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:23:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 19, - "parent_author": "robertkim", - "parent_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "net_rshares": 5104745536638, + "net_votes": 416, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150432800z", + "permlink": "steem-dollar-stability-enhancements", "reward_weight": 10000, - "root_author": "robertkim", - "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", - "title": "", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", + "title": "Steem Dollar Stability Enhancements", "total_payout_value": { - "amount": "1868", + "amount": "3113", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 71895928567476 }, { - "abs_rshares": 0, - "active": "2016-07-26T15:17:24", + "abs_rshares": 565503330268, + "active": "2016-08-23T10:30:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 197, "beneficiaries": [], - "body": "i.e. Image is photoshopped and profile is a fraud. Thanks for finding @jamtaylor.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "Assume all sbd printing stopped. Assume market cap keeps falling. At some point you must convert to steem forcefully.", + "cashout_time": "2016-08-27T17:02:51", + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-26T15:17:24", + "created": "2016-08-20T17:02:51", "curator_payout_value": { - "amount": "0", + "amount": "89", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 375633, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-26T08:01:27", - "last_update": "2016-07-26T15:17:24", + "id": 908059, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:02:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "jamtaylor", - "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150749803z", + "net_rshares": 565503330268, + "net_votes": 11, + "parent_author": "anotherjoe", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t165723731z", "percent_hbd": 10000, - "permlink": "re-jamtaylor-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151724700z", + "permlink": "re-anotherjoe-re-dantheman-steem-dollar-stability-enhancements-20160820t170251032z", "reward_weight": 10000, - "root_author": "robertkim", - "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { - "amount": "0", + "amount": "290", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2284894884891452367, + "vote_rshares": 565503330268 }, { - "abs_rshares": 0, - "active": "2016-07-27T03:17:06", + "abs_rshares": 2332164718694, + "active": "2016-08-28T18:44:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 37, + "author": "dantheman", + "author_rewards": 1085, "beneficiaries": [], - "body": "I generally don't vote for them any more unless they are something exceptional and have verification. I made a mistake initially upvoting this one since it did seem exceptional but thankfully @jamtaylor did a better job of vetting it than I did.\n\nI do agree that the high consistent payouts on introduceyourself posts were a magnet for scammers and the scammers area clearly here now.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 5, + "body": "This was added to make people more confident. The alternative is to deny reality and pretend this could never happen. The odds are slim, but having insurance is better than denial.", + "cashout_time": "2016-08-27T17:30:24", + "category": "steem", + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-26T15:21:54", + "created": "2016-08-20T17:30:24", "curator_payout_value": { - "amount": "3", + "amount": "507", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 375767, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", - "last_payout": "2016-08-26T08:01:27", - "last_update": "2016-07-26T15:21:54", + "id": 908427, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T17:30:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "zerohero", - "parent_permlink": "re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151807941z", + "net_rshares": 2332164718694, + "net_votes": 16, + "parent_author": "acassity", + "parent_permlink": "re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t171912167z", "percent_hbd": 10000, - "permlink": "re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t152154700z", + "permlink": "re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t173023639z", "reward_weight": 10000, - "root_author": "robertkim", - "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { - "amount": "131", + "amount": "1599", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 2332164718694 }, { "abs_rshares": 0, - "active": "2016-07-26T22:58:30", + "active": "2016-08-20T18:02:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Obviously you should make sure any app you use is legitimate but you can also protect yourself by logging into the app (once that feature is available) using your posting key. That limits the app to posting and voting, and blocks any attempt to access your funds.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "Lack of code is a bomb without pressure releaf. It could be a hair cut, that would make things easier on exchange.", + "cashout_time": "2016-08-27T18:02:18", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T22:31:03", + "created": "2016-08-20T18:02:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 387724, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T21:27:30", - "last_update": "2016-07-26T22:31:03", + "depth": 5, + "id": 908859, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:02:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15026,14 +14977,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "anonimau5", - "parent_permlink": "re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t221812184z", + "net_votes": 0, + "parent_author": "pfunk", + "parent_permlink": "re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t174804036z", "percent_hbd": 10000, - "permlink": "re-anonimau5-re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t223101800z", + "permlink": "re-pfunk-re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t180216310z", "reward_weight": 10000, - "root_author": "riensen", - "root_permlink": "steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15045,29 +14996,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T02:22:51", + "active": "2016-08-20T21:34:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I rarely upvote the Steem circle-jerk cheerleading posts, but when someone like BayAreaCoins who has been around crypto for years and seen it all makes a statement like this, it is worth taking notice.", - "cashout_time": "1969-12-31T23:59:59", - "category": "investment", - "children": 0, + "body": "Already exists just not in GUI", + "cashout_time": "2016-08-27T18:28:39", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-27T02:22:51", + "created": "2016-08-20T18:28:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 392225, - "json_metadata": "{\"tags\":[\"investment\"]}", - "last_payout": "2016-08-26T16:06:54", - "last_update": "2016-07-27T02:22:51", + "depth": 2, + "id": 909225, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:28:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15075,14 +15026,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "bayareacoins", - "parent_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "net_votes": 0, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t162320763z", "percent_hbd": 10000, - "permlink": "re-bayareacoins-why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem-20160727t022250100z", + "permlink": "re-clevecross-re-dantheman-steem-dollar-stability-enhancements-20160820t182838834z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15094,29 +15045,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T02:34:09", + "active": "2016-08-20T18:32:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Not yet.", - "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 1, + "body": "Holding steem dollars isn't mandatory.", + "cashout_time": "2016-08-27T18:32:45", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T02:24:45", + "created": "2016-08-20T18:32:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 392286, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-26T08:04:12", - "last_update": "2016-07-27T02:24:45", + "depth": 2, + "id": 909278, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T18:32:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15125,13 +15076,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "bayareacoins", - "parent_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "parent_author": "vi1son", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t180527459z", "percent_hbd": 10000, - "permlink": "re-bayareacoins-is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit-20160727t022445300z", + "permlink": "re-vi1son-re-dantheman-steem-dollar-stability-enhancements-20160820t183245987z", "reward_weight": 10000, - "root_author": "bayareacoins", - "root_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15143,29 +15094,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T04:20:12", + "active": "2016-08-20T21:51:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "You should certainly be rewarded and I have upvoted you. The @ricegum posts slipped by me because I was familiar with that poster and was tricked by her earlier verification (which may have been real or not, but even if so, it doesn't excuse plagiarism). That said, we don't know for sure that she isn't the author of those other posts, do we?\n\nGenerally speaking, I've greatly reduced my voting on introduceyourself posts as I do feel that the consistent rewards have become a magnet for professional scammers. It is unfortunate that what was a nice vehicle for welcoming people to the community and distributing coins has now become an incubator of abuse, but that is how things work on the Internet, so we must adapt and move forward.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "All SP counts as well. Just because it is \"locked up\" doesn't mean it has no value.", + "cashout_time": "2016-08-27T19:34:39", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-27T02:29:45", + "created": "2016-08-20T19:34:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 392374, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ricegum\"]}", - "last_payout": "2016-08-26T08:01:27", - "last_update": "2016-07-27T04:20:12", + "depth": 3, + "id": 910132, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:34:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15173,14 +15124,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "earnest", - "parent_permlink": "re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t233002308z", + "net_votes": 0, + "parent_author": "furion", + "parent_permlink": "re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193158595z", "percent_hbd": 10000, - "permlink": "re-earnest-re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t022944600z", + "permlink": "re-furion-re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193440627z", "reward_weight": 10000, - "root_author": "robertkim", - "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15191,79 +15142,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-27T04:06:27", + "abs_rshares": 73764788601, + "active": "2016-08-20T20:40:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 23, "beneficiaries": [], - "body": "What he said", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "The image was licensed under creative commons: [Wikipedia](https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg)", + "cashout_time": "2016-08-27T19:39:51", + "category": "steem", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-27T04:06:27", + "created": "2016-08-20T19:39:51", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 393993, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T12:33:27", - "last_update": "2016-07-27T04:06:27", + "depth": 4, + "id": 910192, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T19:40:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "dan", - "parent_permlink": "re-timd-tf222-20160726t154948759z", + "net_rshares": 73764788601, + "net_votes": 2, + "parent_author": "repholder", + "parent_permlink": "re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t192611068z", "percent_hbd": 10000, - "permlink": "re-dan-re-timd-tf222-20160727t040628000z", + "permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", "reward_weight": 10000, - "root_author": "timd", - "root_permlink": "tf222", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { - "amount": "0", + "amount": "33", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 318829544490625543, + "vote_rshares": 73764788601 }, { "abs_rshares": 0, - "active": "2016-07-27T04:11:21", + "active": "2016-08-20T19:43:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Nice tutoral showing how to use Google search to find images that are authorized for reuse:\n\nhttps://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", + "body": "I agree that adjusting the feed is not a good idea. I included it in the post to show that it was the \"best option available\" without a change to the platform.", + "cashout_time": "2016-08-27T19:43:09", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T04:11:21", + "created": "2016-08-20T19:43:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 394108, - "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"https://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability\"]}", - "last_payout": "2016-08-26T11:10:30", - "last_update": "2016-07-27T04:11:21", + "depth": 2, + "id": 910231, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:43:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15271,14 +15222,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "repholder", - "parent_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "net_votes": 0, + "parent_author": "zer0sum", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t163734192z", "percent_hbd": 10000, - "permlink": "re-repholder-how-copying-and-pasting-images-can-get-you-in-trouble-20160727t041121900z", + "permlink": "re-zer0sum-re-dantheman-steem-dollar-stability-enhancements-20160820t194310887z", "reward_weight": 10000, - "root_author": "repholder", - "root_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15290,29 +15241,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-27T04:17:48", + "active": "2016-08-20T19:45:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "It was more of a hypothetical. If I'm willing to pay for something it is a strong indication that it has real value.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "I thought I was advertising for them, but changed the image to one with creative commons license.", + "cashout_time": "2016-08-27T19:45:24", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T04:17:48", + "created": "2016-08-20T19:45:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 394246, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T14:56:18", - "last_update": "2016-07-27T04:17:48", + "depth": 2, + "id": 910258, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T19:45:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -15321,13 +15272,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "minion", - "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160726t192549408z", + "parent_author": "siren", + "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t182726554z", "percent_hbd": 10000, - "permlink": "re-minion-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160727t041748400z", + "permlink": "re-siren-re-dantheman-steem-dollar-stability-enhancements-20160820t194523487z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { "amount": "0", @@ -15338,339 +15289,339 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-27T04:22:00", + "abs_rshares": 19481079150586, + "active": "2016-08-20T23:35:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 45473, "beneficiaries": [], - "body": "See @jamtaylor's comment.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "I would like to make a brief statement that due to some legitimate concerns raised and an enhanced alternative solution I have come up with, the *forced conversion* at 20% ***will not be implemented***. A future post will contain [details about an alternative solution](/steemit/@dantheman/steem-dollars-have-limits).", + "cashout_time": "2016-08-27T20:26:54", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-27T04:22:00", + "created": "2016-08-20T20:26:54", "curator_payout_value": { - "amount": "0", + "amount": "417", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 394328, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", - "last_payout": "2016-08-26T08:01:27", - "last_update": "2016-07-27T04:22:00", + "depth": 1, + "id": 910841, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T22:34:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "james-show", - "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t185516490z", + "net_rshares": 19481079150586, + "net_votes": 19, + "parent_author": "dantheman", + "parent_permlink": "steem-dollar-stability-enhancements", "percent_hbd": 10000, - "permlink": "re-james-show-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t042201400z", + "permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t202655521z", "reward_weight": 10000, - "root_author": "robertkim", - "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { - "amount": "0", + "amount": "67072", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 15304342660996083578, + "vote_rshares": 19481079150586 }, { - "abs_rshares": 0, - "active": "2016-07-28T02:21:39", + "abs_rshares": 68635189919, + "active": "2016-08-20T20:30:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 165, + "author": "dantheman", + "author_rewards": 21, "beneficiaries": [], - "body": "Don't get discouraged. What @dan said is absolutely right. If your quality posts and comments aren't being recognized it may simply be that the usage of the site has exploded and whales can't be everywhere. This is a good thing because it means that usage is growing!\n\nBut as more and more dolphins (and just regular fish) grow up, there will be more and more powerful upvotes to go around all over the site.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 10, + "body": "The image already contains attribution in lower right and the URL already defines source (wikipedia).", + "cashout_time": "2016-08-27T20:30:42", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T05:49:24", + "created": "2016-08-20T20:30:42", "curator_payout_value": { - "amount": "182", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 395796, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dan\"]}", - "last_payout": "2016-08-26T12:33:27", - "last_update": "2016-07-27T05:49:24", + "depth": 5, + "id": 910901, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T18:12:24", + "last_update": "2016-08-20T20:30:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 13, - "parent_author": "getssidetracked", - "parent_permlink": "re-dan-re-timd-tf222-20160727t040906312z", + "net_rshares": 68635189919, + "net_votes": 1, + "parent_author": "dantheman", + "parent_permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", "percent_hbd": 10000, - "permlink": "re-getssidetracked-re-dan-re-timd-tf222-20160727t054923000z", + "permlink": "re-dantheman-re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t203044311z", "reward_weight": 10000, - "root_author": "timd", - "root_permlink": "tf222", + "root_author": "dantheman", + "root_permlink": "steem-dollar-stability-enhancements", "title": "", "total_payout_value": { - "amount": "579", + "amount": "30", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 311184395696938546, + "vote_rshares": 68635189919 }, { - "abs_rshares": 0, - "active": "2016-07-27T17:37:54", + "abs_rshares": 141106148101288, + "active": "2016-09-09T13:15:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 533069, "beneficiaries": [], - "body": ""Signficant faction" need not be very large. ETC started out with little support (mostly just Poloniex) and looked to be on track to fail until new money started to flow in. But that tiny bit of support immediately post-fork was enough to give it a chance. The outcome is still unclear of course, but it doesn't look at this point like miners will have a lot to do with it. As I write this, mining ETC is extremely profitable and miners are flocking to it for that reason.", - "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 1, + "body": "
https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg
\nSafety, security, stability, and sustainability are very important design characteristics that our team is always attempting to maximize. We must balance many variables when creating cryptocurrencies, smart contracts, and economic incentives. In particular it is important to design systems that remain robust and predictable in *all* market conditions.\n\n## Steem Dollars have Limits \n\nThe idea behind a Steem Dollar is that it should ***almost always*** be worth about one US dollar. We have set rules in place to make this statement true 99% of the time by making the Steem Dollar convertible to a dollar worth of STEEM. \n\nAnyone who promises you that any asset will **always** be worth something is either ignorant to some risks or a liar. This is true for bank deposits, gold coins, and crypto currencies. Banks can seize your funds, go bankrupt, have a bail in, or hyper inflate the currency until it is worthless. In other words you are never guaranteed purchasing power.\n\nWhen it comes to the Steem Dollar, their purchasing power depends upon the market demand for STEEM. The Steem Dollar is really nothing more than a smart contract for a variable amount of STEEM depending upon an oracle. If STEEM is worthless than the Steem Dollar will also be worthless.\n\nAs the value of STEEM falls, the amount of STEEM required to represent a U.S. dollar worth of value approaches infinity. If left unchecked, the Steem Dollar could render STEEM worthless and when that happens all Steem Dollars become worthless too. \n\n## Black Swan Events need a Plan \n\nIt isn\u2019t possible to prevent all black swan events, but it is possible to establish a fair set of rules for handling them. It is always best to define the rules before they are necessary so that everyone can take full responsibility for the consequences of their trading decisions. \n\nThere are two major black swan events that the Steem community and traders should have a contingency plan in place for. The first black swan is if the value of STEEM crashes so far that Steem Dollars represent an insurmountable burden on the STEEM price that sets off a chain reaction pushing the value of STEEM toward zero. \n\nThe second major black swan event is when the US dollar hyperinflates and becomes worthless as a day to day currency. In my opinion this is the more likely outcome.\n\n## Price Feed defines Value of Steem Dollar\n\nThe price feed can be viewed as a mathematical function that traders and speculators can trade against for determining the value of the Steem Dollar at any time. Right now we have defined the function to always equal the **approximate marginal price 1 STEEM fetches on the open market**. \n\nThere are two extreme cases, black swans, that must be considered. In one extreme the price goes to 0, in the other extreme the price goes to infinity. It is in the interest of everyone involved that the value of a Steem Dollar never hits either extreme. This can be implemented in objective terms by setting hard limits on the exchange rate range that is allowed.\n\nWe can set a maximum and minimum Steem Dollar price as follows:\n\n**maximum price** = SteemSupply / (10 * SteemDollarSupply)\n**minimum price** = SteemSupply / (10000 * SteemDollarSupply)\n\nWith these rules in place, Steem Dollar holders are protected against US dollar hyperinflation and Steem holders are protected against US dollar \u201chyperdeflation\u201d. The witnesses are trusted to publish a honest price feed relative to dollars at all times, but the blockchain will enforce these hard limits.\n\nIn other words, the market cap of all Steem Dollars will always be between 0.01% and 10% of the Steem market cap. This will become a mathematical reality with the addition of two lines of code to the method that calculates the conversion price. \n\n## Sustainable and Fair\n\nThese rules would make the economic system of Steem sustainable and fair in all circumstances by clarifying the meaning of a Steem Dollar. With the clarified meaning, a Steem Dollar is allowed to have values above or below a U.S. dollar under certain market conditions. All traders can be aware of those conditions and trade accordingly. \n\nBy implementing these rules long before the STEEM / USD price gets near either extreme all market participants have ample opportunity to adjust their positions. \n\n## No Promise of Value \n\nSteemit, Inc cannot and will not promise that the STEEM token, Steem Power, or Steem Dollars will have any value now or in the future. We aim only to create fair rules to approximate the relative subjective value each member of the Steem community brings to the table. Any value these tokens have will at all times be set by the free market through voluntary exchange. \n\n\n## Benefits over Alternative Approaches\n\nIn a prior post I outlined a solution that would covert 1% of Steem Dollars to Steem Power as a means of correcting the imbalance. This solution had the nice property of only exposing 1% of a person\u2019s steem dollars to volatility at a time, but had the down side of making the life of exchanges and smart contracts everywhere very complex. Every smart contract would have to factor in the potential that a liquid asset like Steem Dollars could be partially converted to an illiquid asset such as VESTS. This great complicates things such as *escrow transactions* and *side chains* and exchange deposits. In other words, it had all of the negative properties on 3rd parties that could be associated with negative interest rates.\n\nSome people suggested things like bootstrapping an economy around Steem Dollars or buying them back with Ad revenue. It isn't a matter of finding buyers for Steem Dollars, it is a matter of maintaining a debt ceiling. Simply moving Steem Dollars from person to person does not solve the problem. \n\n## Thanks for Feedback \n\nWe would like to thank everyone for the feedback they have provided and invite additional feedback. We are all in this together, lets make Steem the best platform for everyone involved.", + "cashout_time": "2016-08-27T22:31:15", + "category": "steemit", + "children": 148, "children_abs_rshares": 0, - "created": "2016-07-27T09:36:51", + "created": "2016-08-20T22:31:15", "curator_payout_value": { - "amount": "0", + "amount": "11075", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 398902, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-03T00:00:06", - "last_update": "2016-07-27T09:36:51", + "depth": 0, + "id": 912496, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemdollar\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:31:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "joelkatz", - "parent_permlink": "re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t065910084z", + "net_rshares": 73883123456436, + "net_votes": 487, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-joelkatz-re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t093650900z", + "permlink": "steem-dollars-have-limits", "reward_weight": 10000, - "root_author": "chitty", - "root_permlink": "lets-stop-lying-about-the-ethereum-fork", - "title": "", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", + "title": "Steem Dollars have Limits", "total_payout_value": { - "amount": "0", + "amount": "785743", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 107494635778862 }, { - "abs_rshares": 0, - "active": "2016-07-27T11:15:06", + "abs_rshares": 115417472843, + "active": "2016-08-27T07:23:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 39, "beneficiaries": [], - "body": "https://www.instagram.com/p/RExL85J6pP/", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "This is a high priority item on our internal whiteboard.", + "cashout_time": "2016-08-27T22:32:33", + "category": "notifications", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-27T11:15:06", + "created": "2016-08-20T22:32:33", "curator_payout_value": { - "amount": "0", + "amount": "13", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 400611, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/p/RExL85J6pP/\"]}", - "last_payout": "2016-08-26T19:55:51", - "last_update": "2016-07-27T11:15:06", + "depth": 1, + "id": 912517, + "json_metadata": "{\"tags\":[\"notifications\"]}", + "last_payout": "2016-08-22T02:27:00", + "last_update": "2016-08-20T22:32:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "katya", - "parent_permlink": "re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t101119715z", + "net_rshares": 115417472843, + "net_votes": 8, + "parent_author": "stealthtrader", + "parent_permlink": "notifications-on-steemit", "percent_hbd": 10000, - "permlink": "re-katya-re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t111504500z", + "permlink": "re-stealthtrader-notifications-on-steemit-20160820t223235383z", "reward_weight": 10000, - "root_author": "katya", - "root_permlink": "hi-i-m-a-russian-girl-that-enjoys-making-cakes", + "root_author": "stealthtrader", + "root_permlink": "notifications-on-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "57", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 517341581314311048, + "vote_rshares": 115417472843 }, { - "abs_rshares": 0, - "active": "2016-07-28T07:44:54", + "abs_rshares": 72116933356, + "active": "2016-08-20T22:44:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 29, "beneficiaries": [], - "body": "Possibly is not going to be good enough any more. #introduceyourself has become a magnet for scammers. If this is actually real, she can post better verification (like a video)", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 3, + "body": "a single exchange can suspend trading, but a blockchain is can not suspend transfers without death.", + "cashout_time": "2016-08-27T22:41:48", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-27T11:54:09", + "created": "2016-08-20T22:41:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 401374, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-26T15:08:00", - "last_update": "2016-07-27T11:55:00", + "depth": 2, + "id": 912643, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:41:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 72116933356, "net_votes": 2, - "parent_author": "williambanks", - "parent_permlink": "re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t092709388z", + "parent_author": "venuspcs", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t223939649z", "percent_hbd": 10000, - "permlink": "re-williambanks-re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t115409000z", + "permlink": "re-venuspcs-re-dantheman-steem-dollars-have-limits-20160820t224147869z", "reward_weight": 10000, - "root_author": "lasvegasgirl", - "root_permlink": "new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { - "amount": "0", + "amount": "42", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 326690670914139440, + "vote_rshares": 72116933356 }, { - "abs_rshares": 0, - "active": "2016-07-27T18:51:21", + "abs_rshares": 1576697447465, + "active": "2016-08-21T08:23:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 149, + "author": "dantheman", + "author_rewards": 624, "beneficiaries": [], - "body": "A better way to look at it is that the SP grows, but the dollar value is _unknown_.", - "cashout_time": "1969-12-31T23:59:59", + "body": "@ned likes to negate my profits on publishing announcements. I upvote my own posts to discourage people from piling on for curation rewards. It is our method of declining payment for certain posts until the GUI team can give me a checkbox prior to submitting the post.", + "cashout_time": "2016-08-27T22:44:24", "category": "steemit", - "children": 1, + "children": 13, "children_abs_rshares": 0, - "created": "2016-07-27T18:35:36", + "created": "2016-08-20T22:44:24", "curator_payout_value": { - "amount": "77", + "amount": "303", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 412158, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T19:35:09", - "last_update": "2016-07-27T18:35:36", + "depth": 2, + "id": 912682, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"ned\"]}", + "last_payout": "2016-08-22T01:19:30", + "last_update": "2016-08-20T22:44:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "oliverb", - "parent_permlink": "re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t052402679z", + "net_rshares": 1576697447465, + "net_votes": 8, + "parent_author": "bitcoiner", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224020319z", "percent_hbd": 10000, - "permlink": "re-oliverb-re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t183534700z", + "permlink": "re-bitcoiner-re-dantheman-steem-dollars-have-limits-20160820t224426689z", "reward_weight": 10000, - "root_author": "kevinwong", - "root_permlink": "what-to-do-if-you-have-more-than-10-000-steem-power", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { - "amount": "521", + "amount": "918", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1576697447465 }, { - "abs_rshares": 0, - "active": "2016-07-29T18:45:42", + "abs_rshares": 19604502447, + "active": "2016-08-22T05:03:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "flagged for uncredited image reuse", - "cashout_time": "1969-12-31T23:59:59", - "category": "psychedelic", - "children": 5, + "body": "We considered and continue to consider all such currencies. Simplicity is prefered if it can be achieved. In this case.", + "cashout_time": "2016-08-27T22:46:42", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T04:39:39", + "created": "2016-08-20T22:46:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 455002, - "json_metadata": "{\"tags\":[\"psychedelic\"]}", - "last_payout": "2016-08-28T16:38:27", - "last_update": "2016-07-29T04:39:39", + "depth": 2, + "id": 912706, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T22:46:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "deathsangel", - "parent_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "net_rshares": 19604502447, + "net_votes": 2, + "parent_author": "ekitcho", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224403633z", "percent_hbd": 10000, - "permlink": "re-deathsangel-psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed-20160729t043941200z", + "permlink": "re-ekitcho-re-dantheman-steem-dollars-have-limits-20160820t224641563z", "reward_weight": 10000, - "root_author": "deathsangel", - "root_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { "amount": "0", @@ -15678,48 +15629,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 19604502447 }, { - "abs_rshares": 0, - "active": "2016-07-29T06:27:45", + "abs_rshares": 19958374745, + "active": "2016-08-22T18:07:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "That feature is part of the underlying pegging mechanism and is best ignored by most users in favor of either the internal market or an exchange.", - "cashout_time": "1969-12-31T23:59:59", - "category": "questions", + "body": "Not often. I cannot even keep up with all the articles that show up in my feed, hot, and trending. Sometimes I glance through new, but I rarely have time to read things there.", + "cashout_time": "2016-08-27T23:01:27", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T06:26:45", + "created": "2016-08-20T23:01:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 456612, - "json_metadata": "{\"tags\":[\"questions\"]}", - "last_payout": "2016-08-26T01:15:51", - "last_update": "2016-07-29T06:26:45", + "depth": 2, + "id": 912882, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T23:01:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 19958374745, "net_votes": 1, - "parent_author": "question-answers", - "parent_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "parent_author": "ryno", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t225820356z", "percent_hbd": 10000, - "permlink": "re-question-answers-why-does-conversion-from-steem-dollars-to-steem-take-1-week-20160729t062645500z", + "permlink": "re-ryno-re-dantheman-steem-dollars-have-limits-20160820t230127406z", "reward_weight": 10000, - "root_author": "question-answers", - "root_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { "amount": "0", @@ -15727,48 +15678,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 19958374745 }, { - "abs_rshares": 0, - "active": "2016-07-29T06:58:18", + "abs_rshares": 21155433983, + "active": "2016-08-20T23:16:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "> @Kushed\n\nHe was voted out most of the past few weeks. As I write this, I'm happy to see that he is back in. Hopefully that continues and Kushed provides updates going forward.", - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 1, + "body": "It is currently at 1%, the 10% interest rate will not last for ever. Assuming a flat market cap and a supply approaching 10% then we would have to lower interest rates.", + "cashout_time": "2016-08-27T23:02:39", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T06:55:54", + "created": "2016-08-20T23:02:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 457039, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-08-28T13:42:54", - "last_update": "2016-07-29T06:55:54", + "depth": 2, + "id": 912898, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T23:04:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "clains", - "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "net_rshares": 21155433983, + "net_votes": 2, + "parent_author": "seedragons", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t230051119z", "percent_hbd": 10000, - "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065546900z", + "permlink": "re-seedragons-re-dantheman-steem-dollars-have-limits-20160820t230239803z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { "amount": "0", @@ -15776,48 +15727,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 21155433983 }, { - "abs_rshares": 0, - "active": "2016-07-29T12:18:15", + "abs_rshares": 20010436959, + "active": "2016-08-21T00:15:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I sometimes use them for some automated processes, trading strategies, and to organize funds.", - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 3, + "body": "No. It grows!", + "cashout_time": "2016-08-28T00:15:45", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T06:58:45", + "created": "2016-08-21T00:15:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 457088, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-08-28T13:42:54", - "last_update": "2016-07-29T06:58:45", + "id": 913695, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T00:15:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", - "precision": 3 - }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "condra", - "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234100320z", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 20010436959, + "net_votes": 2, + "parent_author": "skeptic", + "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t233727602z", "percent_hbd": 10000, - "permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065843100z", + "permlink": "re-skeptic-re-dantheman-steem-dollars-have-limits-20160821t001545221z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "root_author": "dantheman", + "root_permlink": "steem-dollars-have-limits", "title": "", "total_payout_value": { "amount": "0", @@ -15825,146 +15776,146 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 20010436959 }, { - "abs_rshares": 0, - "active": "2016-07-29T07:04:30", + "abs_rshares": 893108024318, + "active": "2016-08-23T13:07:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 313, "beneficiaries": [], - "body": "> so one must know how to run a server and know some programming language?\n\nNo programming is required but you do need to know how to run a server, secure it properly, manage updates, etc. Some scripting may be useful (for example many witnesses use custom scripts to update the feed or for other procedures).", - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 1, + "body": "To be clear, I like the *idea* of Tau. Like you said it is *incomplete* and you are ultimately relying on an implementation that could still be buggy. At some point I will have to dive into the Tau concepts.\n\nI also think that not all smart contracts require the same level of security.", + "cashout_time": "2016-08-29T14:45:18", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T06:59:57", + "created": "2016-08-22T14:45:18", "curator_payout_value": { - "amount": "0", + "amount": "146", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 457105, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-08-28T13:42:54", - "last_update": "2016-07-29T06:59:57", + "depth": 1, + "id": 935158, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:41:27", + "last_update": "2016-08-22T14:45:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "daf", - "parent_permlink": "re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234642621z", + "net_rshares": 893108024318, + "net_votes": 4, + "parent_author": "dana-edwards", + "parent_permlink": "formal-verification-of-smart-contracts-and-wren", "percent_hbd": 10000, - "permlink": "re-daf-re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065954600z", + "permlink": "re-dana-edwards-formal-verification-of-smart-contracts-and-wren-20160822t144519936z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "root_author": "dana-edwards", + "root_permlink": "formal-verification-of-smart-contracts-and-wren", "title": "", "total_payout_value": { - "amount": "0", + "amount": "452", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 893108024318 }, { - "abs_rshares": 0, - "active": "2016-07-29T07:08:33", + "abs_rshares": 104396819292, + "active": "2016-08-23T17:12:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 32, "beneficiaries": [], - "body": "To expand on that a bit, anyone can be a witness if you run a properly-configured node and get just a single vote (even just yourself). However, only the top 19 witnesses are considered primary or full-time witnesses who sign a block (and get a reward) during each round of 21 blocks (63 seconds).", - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 1, + "body": "As someone who attempted to defend myself in court I can tell you that the process, forms, and procedures are beyond my ability to process and I spent days studying. \n\nYou also cannot find any lawyer who will argue this case for you because they would likely lose their license.", + "cashout_time": "2016-08-30T01:32:57", + "category": "anarchism", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T07:03:12", + "created": "2016-08-23T01:32:57", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 457175, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-08-28T13:42:54", - "last_update": "2016-07-29T07:03:12", + "depth": 1, + "id": 944283, + "json_metadata": "{\"tags\":[\"anarchism\"]}", + "last_payout": "2016-08-24T01:47:09", + "last_update": "2016-08-23T01:32:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "clains", - "parent_permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234845932z", + "net_rshares": 104396819292, + "net_votes": 4, + "parent_author": "jaredhowe", + "parent_permlink": "defending-yourself-from-a-bureaucratic-attack", "percent_hbd": 10000, - "permlink": "re-clains-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t070311200z", + "permlink": "re-jaredhowe-defending-yourself-from-a-bureaucratic-attack-20160823t013256679z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "root_author": "jaredhowe", + "root_permlink": "defending-yourself-from-a-bureaucratic-attack", "title": "", "total_payout_value": { - "amount": "0", + "amount": "46", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 469199615041369541, + "vote_rshares": 104396819292 }, { - "abs_rshares": 0, - "active": "2016-07-29T12:18:15", + "abs_rshares": 89548346231, + "active": "2016-08-24T15:02:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Thank you for the words of support", - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 0, + "body": "And you are leaving out things like:\n\n1. a legitimate bug that would have been difficult to quickly patch with a hardfork \n2. masses of users calling for a \"fair\" relaunch \n3. assumption that instructions were intentionally incorrect \n\nDamned if you do, Damned if you don't.", + "cashout_time": "2016-08-30T17:26:00", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T12:18:15", + "created": "2016-08-23T17:26:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 462059, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-08-28T13:42:54", - "last_update": "2016-07-29T12:18:15", + "depth": 2, + "id": 953985, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T17:26:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "kuriko", - "parent_permlink": "re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t103602461z", + "net_rshares": 89548346231, + "net_votes": 4, + "parent_author": "tie-warutho", + "parent_permlink": "re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171655892z", "percent_hbd": 10000, - "permlink": "re-kuriko-re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t121813500z", + "permlink": "re-tie-warutho-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172559315z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", "title": "", "total_payout_value": { "amount": "0", @@ -15972,1126 +15923,1126 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 89548346231 }, { - "abs_rshares": 0, - "active": "2016-07-30T02:01:30", + "abs_rshares": 107296529481, + "active": "2016-08-24T15:01:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 27, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the review. Would definitely like to see more of these!", - "cashout_time": "1969-12-31T23:59:59", - "category": "food", - "children": 1, + "body": "No. Mining was reset due to a easily verifiable bug in the consensus logic caused by integer overflow.", + "cashout_time": "2016-08-30T17:26:42", + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-30T01:11:45", + "created": "2016-08-23T17:26:42", "curator_payout_value": { - "amount": "19", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 477989, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "2016-08-29T13:32:03", - "last_update": "2016-07-30T01:11:45", + "depth": 4, + "id": 953995, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T17:26:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "lasvegasgirl", - "parent_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "net_rshares": 107296529481, + "net_votes": 6, + "parent_author": "tie-warutho", + "parent_permlink": "re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171436086z", "percent_hbd": 10000, - "permlink": "re-lasvegasgirl-my-visit-to-gordon-ramsay-burgr-in-las-vegas-20160730t011146700z", + "permlink": "re-tie-warutho-re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172644236z", "reward_weight": 10000, - "root_author": "lasvegasgirl", - "root_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", + "root_author": "charlieshrem", + "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", "title": "", "total_payout_value": { - "amount": "75", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 107296529481 }, { - "abs_rshares": 0, - "active": "2016-07-30T01:25:24", + "abs_rshares": 16625556937, + "active": "2016-08-26T14:51:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Agree with @tuck-fheman", - "cashout_time": "1969-12-31T23:59:59", + "body": "Get the supply and market cap right. \n\n**Supply**: 141,388,902 STEEM \n**Market Cap**: $135M", + "cashout_time": "2016-09-02T13:31:42", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T01:25:24", + "created": "2016-08-26T13:31:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 478154, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"tuck-fheman\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-30T01:25:24", + "depth": 1, + "id": 997651, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T13:31:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "tuck-fheman", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222944913z", + "net_rshares": 16625556937, + "net_votes": 2, + "parent_author": "elyaque", + "parent_permlink": "steem-report-august-26", "percent_hbd": 10000, - "permlink": "re-tuck-fheman-re-dantheman-notice-to-bot-spammers-20160730t012524100z", + "permlink": "re-elyaque-steem-report-august-26-20160826t133142125z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "elyaque", + "root_permlink": "steem-report-august-26", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 76354489496800213, + "vote_rshares": 16625556937 }, { - "abs_rshares": 0, - "active": "2016-07-30T02:47:48", + "abs_rshares": 9152588837, + "active": "2016-08-26T13:47:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 94, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Flagged for outsize payout on platform updates. Voters, please consider that your votes allocate money and do not merely signify approval or agreement. If you wish to do the later, consider commenting instead.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "You answer is only accurate if the passwords are truly \"random\"; however, if you let users pick a 16 character password then a hacker could grab 25% of all accounts with almost no effort. With a little bit of effort they could grab even more accounts. Only users that use a generated password are secure.\n\nThis is why steemit changed to computer-generated random passwords rather than allowing users to simply pick a 16 character password.", + "cashout_time": "2016-09-02T13:37:57", + "category": "security", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-30T01:26:33", + "created": "2016-08-26T13:37:57", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 478176, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-30T01:26:33", + "depth": 2, + "id": 997708, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T13:37:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 5, - "parent_author": "dantheman", - "parent_permlink": "notice-to-bot-spammers", + "net_rshares": 9152588837, + "net_votes": 3, + "parent_author": "neoxian", + "parent_permlink": "re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t113133595z", "percent_hbd": 10000, - "permlink": "re-dantheman-notice-to-bot-spammers-20160730t012633100z", + "permlink": "re-neoxian-re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t133759213z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "dennygalindo", + "root_permlink": "question-won-t-brute-force-allow-someone-to-hack-any-password", "title": "", "total_payout_value": { - "amount": "110", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 9152588837 }, { - "abs_rshares": 0, - "active": "2016-07-30T14:12:30", + "abs_rshares": 215897265, + "active": "2016-08-27T00:27:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 9522, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Nice post. Many are not aware of the many different aspects of Steem. It is good to hear how things look from the trading and market making perspective.", - "cashout_time": "1969-12-31T23:59:59", - "category": "market", - "children": 5, + "body": "Wasn't bitfinex just \"hacked\" because they didn't use the multi-sig service of a 3rd party properly?", + "cashout_time": "2016-09-02T21:25:45", + "category": "bitcoin", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T01:42:00", + "created": "2016-08-26T21:25:45", "curator_payout_value": { - "amount": "8680", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 478410, - "json_metadata": "{\"tags\":[\"market\"]}", - "last_payout": "2016-08-29T15:28:18", - "last_update": "2016-07-30T01:42:00", + "depth": 2, + "id": 1004363, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-26T21:25:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 37, - "parent_author": "jasonmcz", - "parent_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "net_rshares": 215897265, + "net_votes": 2, + "parent_author": "kyriacos", + "parent_permlink": "re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t211911960z", "percent_hbd": 10000, - "permlink": "re-jasonmcz-the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source-20160730t014202100z", + "permlink": "re-kyriacos-re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t212547004z", "reward_weight": 10000, - "root_author": "jasonmcz", - "root_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", + "root_author": "bitcoindoom", + "root_permlink": "why-bitcoin-will-never-be-as-secure-as-a-bank", "title": "", "total_payout_value": { - "amount": "26860", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 995596661768132, + "vote_rshares": 215897265 }, { - "abs_rshares": 0, - "active": "2016-07-30T02:06:21", + "abs_rshares": 7611982892092, + "active": "2016-08-29T15:00:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 12, + "author": "dantheman", + "author_rewards": 9865, "beneficiaries": [], - "body": "There are no curation rewards whatsoever past the first payout.", - "cashout_time": "1969-12-31T23:59:59", + "body": "All orders are placed at or above price on coin market cap. These orders are helping to maintain the steem dollar peg. \n\nProceeds of these sales are kept as steem dollars which keeps value in the platform while helping to distribute steem.", + "cashout_time": "2016-09-03T19:05:30", "category": "steemit", - "children": 1, + "children": 37, "children_abs_rshares": 0, - "created": "2016-07-30T01:50:24", + "created": "2016-08-27T19:05:30", "curator_payout_value": { - "amount": "3", + "amount": "496", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 478528, + "depth": 1, + "id": 1016673, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T03:37:48", - "last_update": "2016-07-30T01:50:33", + "last_payout": "2016-08-28T21:42:18", + "last_update": "2016-08-27T19:05:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "alexgr", - "parent_permlink": "re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160729t194111955z", + "net_rshares": 7469112520340, + "net_votes": 44, + "parent_author": "magnebit", + "parent_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", "percent_hbd": 10000, - "permlink": "re-alexgr-re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160730t015023200z", + "permlink": "re-magnebit-steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up-20160827t190528970z", "reward_weight": 10000, - "root_author": "au1nethyb1", - "root_permlink": "everyone-deserves-a-second-chance-on-steemit", + "root_author": "magnebit", + "root_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", "title": "", "total_payout_value": { - "amount": "36", + "amount": "10742", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 7540547706216 }, { - "abs_rshares": 0, - "active": "2016-08-20T21:14:06", + "abs_rshares": 3431726508061, + "active": "2016-08-28T22:35:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2987, "beneficiaries": [], - "body": "A hard fork can be said to occur when a significant portion of the economy decides to adopt a version of the software implementing blockchain validation rules that are incompatible with the previous rules.\n\nIn theory anyone can hard fork a chain, because they can start running a different version of the software of their own design. But this is pretty meaningless if no one else adopts it. What makes a hard fork meaningful is people deciding to adopt it, most clearly when everyone or nearly everyone does.", - "cashout_time": "1969-12-31T23:59:59", + "body": "What is the value per user of other crypto currencies? Comparing social network value of steem to currency value is like comparing industry use of gold to monetary value.", + "cashout_time": "2016-09-04T18:48:21", "category": "steem", - "children": 5, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T05:37:54", + "created": "2016-08-28T18:48:21", "curator_payout_value": { - "amount": "0", + "amount": "66", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 481688, + "id": 1030653, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-29T05:59:57", - "last_update": "2016-07-30T05:37:54", + "last_payout": "2016-08-29T17:40:57", + "last_update": "2016-08-28T18:48:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "coinz", - "parent_permlink": "is-a-hard-fork-implemented-or-voted-on", + "net_rshares": 3431726508061, + "net_votes": 14, + "parent_author": "dana-edwards", + "parent_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", "percent_hbd": 10000, - "permlink": "re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t053752500z", + "permlink": "re-dana-edwards-are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878-20160828t184822022z", "reward_weight": 10000, - "root_author": "coinz", - "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "root_author": "dana-edwards", + "root_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2945", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 8518098796625768071, + "vote_rshares": 3431726508061 }, { - "abs_rshares": 0, - "active": "2016-07-30T06:12:00", + "abs_rshares": 2321437357337, + "active": "2016-08-31T10:14:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1353, "beneficiaries": [], - "body": "Flagged for outsize reward on a two-line platform update. Voters, please consider that your votes not only express agreement or approval but also determine the allocation of the reward pool. If too much goes to posts like this, then all the other great content on the site gets less. If your intent is primarily to express agreement, please consider posting a comment instead.", - "cashout_time": "1969-12-31T23:59:59", + "body": "People have been sending me spam transfers just to look at their posts. This gives a better outlet to serve a market need. Also, this is the ad model of reddit.", + "cashout_time": "2016-09-05T22:11:27", "category": "steemit", - "children": 0, + "children": 13, "children_abs_rshares": 0, - "created": "2016-07-30T06:10:00", + "created": "2016-08-29T22:11:27", "curator_payout_value": { - "amount": "0", + "amount": "263", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 482102, + "depth": 2, + "id": 1047684, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:35:09", - "last_update": "2016-07-30T06:12:00", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:11:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "dantheman", - "parent_permlink": "notice-to-tag-spammers", + "net_rshares": 2321437357337, + "net_votes": 32, + "parent_author": "gringalicious", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t220932441z", "percent_hbd": 10000, - "permlink": "re-dantheman-notice-to-tag-spammers-20160730t060959300z", + "permlink": "re-gringalicious-re-steemitblog-introducing-promoted-content-20160829t221126447z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-tag-spammers", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1271", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 2321437357337 }, { - "abs_rshares": 0, - "active": "2016-08-05T21:34:09", + "abs_rshares": 182468188272, + "active": "2016-08-30T02:15:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 753, + "author": "dantheman", + "author_rewards": 65, "beneficiaries": [], - "body": "I'll agree but I'm not giving you a huge upvote either. I don't think official announcements or progress post should take a huge portion of the reward pool but I also don't think your posts should for questioning it.\n\nLet's leave the reward pool for people who actually post interesting, entertaining, enlightening and inspiring content and stop draining it with a continual a circle jerk of steemit posts about steemit itself.", - "cashout_time": "1969-12-31T23:59:59", + "body": "If it really is a good post that just isn't getting enough attention, then this system should certainly help. Should be interesting to watch prices evolve.", + "cashout_time": "2016-09-05T22:16:00", "category": "steemit", - "children": 6, + "children": 12, "children_abs_rshares": 0, - "created": "2016-07-30T08:39:06", + "created": "2016-08-29T22:16:00", "curator_payout_value": { - "amount": "89", + "amount": "13", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 483967, + "depth": 2, + "id": 1047739, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T20:55:51", - "last_update": "2016-07-30T08:51:54", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:16:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 7, - "parent_author": "knozaki2015", - "parent_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "net_rshares": 182468188272, + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221254831z", "percent_hbd": 10000, - "permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t083903700z", + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t221602282z", "reward_weight": 10000, - "root_author": "knozaki2015", - "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "1919", + "amount": "61", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 182468188272 }, { - "abs_rshares": 0, - "active": "2016-07-30T09:26:15", + "abs_rshares": 2081003233692, + "active": "2016-08-29T23:51:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 76, + "author": "dantheman", + "author_rewards": 1074, "beneficiaries": [], - "body": "A feature to do exactly this was implemented in one of the previous hard forks but it isn't being used.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Spending $1M dollars to get influence to boost a single post is not smart. Paying $100 dollars to promote a single post is much more economical. \n\nThe only reason to buy Steem Power is for Long Term continuous promotion and/or speculation. It just isn't a compelling sale to advertisers. Also, think of the minnow author who wants to get discovered, he can pay $100 once on a really good article and build up some followers.", + "cashout_time": "2016-09-05T22:25:27", "category": "steemit", - "children": 2, + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-30T08:53:30", + "created": "2016-08-29T22:25:27", "curator_payout_value": { - "amount": "5", + "amount": "313", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 484170, + "depth": 4, + "id": 1047846, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T20:55:51", - "last_update": "2016-07-30T08:53:30", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:25:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "cass", - "parent_permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t084415648z", + "net_rshares": 2081003233692, + "net_votes": 7, + "parent_author": "luminousvisions", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222226287z", "percent_hbd": 10000, - "permlink": "re-cass-re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t085331200z", + "permlink": "re-luminousvisions-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222527493z", "reward_weight": 10000, - "root_author": "knozaki2015", - "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "212", + "amount": "1008", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 2081003233692 }, { - "abs_rshares": 0, - "active": "2016-07-30T23:40:21", + "abs_rshares": 134230777515, + "active": "2016-08-31T12:52:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "What a beautiful family. Great to see you here as part of the Steemit community!", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 3, + "body": "anyone can promote any article at any time. The sum of all promotions determines the rank.\n\nWhen you look at the payout estimate it displays \"Boost Payments\" (should probably be re-worded) so anyone inspecting the payout for a post can know how much paid promotion it got.", + "cashout_time": "2016-09-05T22:27:48", + "category": "steemit", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-30T09:38:42", + "created": "2016-08-29T22:27:48", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 484851, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-29T22:43:36", - "last_update": "2016-07-30T09:38:42", + "depth": 2, + "id": 1047874, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:27:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "celebr1ty", - "parent_permlink": "on-the-way-to-my-dream", + "net_rshares": 134230777515, + "net_votes": 3, + "parent_author": "dahaz159", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221623164z", "percent_hbd": 10000, - "permlink": "re-celebr1ty-on-the-way-to-my-dream-20160730t093843200z", + "permlink": "re-dahaz159-re-steemitblog-introducing-promoted-content-20160829t222749743z", "reward_weight": 10000, - "root_author": "celebr1ty", - "root_permlink": "on-the-way-to-my-dream", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "39", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 134230777515 }, { - "abs_rshares": 0, - "active": "2016-07-30T22:00:30", + "abs_rshares": 141505843192, + "active": "2016-08-30T00:54:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 13, + "author": "dantheman", + "author_rewards": 47, "beneficiaries": [], - "body": "The last chart is quite interesting. I think most would assume that pretty girls are getting all the money. Apparently not.", - "cashout_time": "1969-12-31T23:59:59", + "body": "It should be instant once the steemd instances at steemit.com have finished their reindex.", + "cashout_time": "2016-09-05T22:32:27", "category": "steemit", "children": 4, "children_abs_rshares": 0, - "created": "2016-07-30T11:17:54", + "created": "2016-08-29T22:32:27", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 486161, + "depth": 2, + "id": 1047947, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T00:10:27", - "last_update": "2016-07-30T11:17:54", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:32:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 9, - "parent_author": "saulius", - "parent_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "net_rshares": 141505843192, + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223004956z", "percent_hbd": 10000, - "permlink": "re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t111752800z", + "permlink": "re-krnel-re-steemitblog-introducing-promoted-content-20160829t223228265z", "reward_weight": 10000, - "root_author": "saulius", - "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "35", + "amount": "43", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 141505843192 }, { - "abs_rshares": 0, - "active": "2016-07-30T22:00:30", + "abs_rshares": 135963923479, + "active": "2016-08-30T01:49:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 44, "beneficiaries": [], - "body": "> at first there are more men on Steemit\n\nNot significantly in this sample. Users by gender above shows 53/47.", - "cashout_time": "1969-12-31T23:59:59", + "body": "From my perspective (as a consumer) I am interested in what people are willing to \"pay to promote\". If they believe in it enough to give up good money, then perhaps I should care as well.", + "cashout_time": "2016-09-05T22:34:36", "category": "steemit", - "children": 0, + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-30T22:00:30", + "created": "2016-08-29T22:34:36", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 499062, + "depth": 2, + "id": 1047972, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T00:10:27", - "last_update": "2016-07-30T22:00:30", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:34:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "bulkygangsta", - "parent_permlink": "re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t203747080z", + "net_rshares": 135963923479, + "net_votes": 3, + "parent_author": "haphazard-hstead", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t222522782z", "percent_hbd": 10000, - "permlink": "re-bulkygangsta-re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t220028500z", + "permlink": "re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t223437303z", "reward_weight": 10000, - "root_author": "saulius", - "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "40", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 135963923479 }, { - "abs_rshares": 0, - "active": "2016-07-30T22:14:36", + "abs_rshares": 1632495143221, + "active": "2016-08-30T05:25:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 793, "beneficiaries": [], - "body": "Thanks for the reports from Africa. Fascinating.", - "cashout_time": "1969-12-31T23:59:59", - "category": "blog", - "children": 0, + "body": "You can tell from our git commit history that we have been working on this concept long before the flood of AMP articles today.", + "cashout_time": "2016-09-05T22:36:39", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-30T22:14:36", + "created": "2016-08-29T22:36:39", "curator_payout_value": { - "amount": "0", + "amount": "207", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 499384, - "json_metadata": "{\"tags\":[\"blog\"]}", - "last_payout": "2016-08-30T10:24:30", - "last_update": "2016-07-30T22:14:36", + "depth": 2, + "id": 1048008, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:36:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "bycz", - "parent_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "net_rshares": 1623622190393, + "net_votes": 10, + "parent_author": "ervin-lemark", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221758337z", "percent_hbd": 10000, - "permlink": "re-bycz-africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up-20160730t221434500z", + "permlink": "re-ervin-lemark-re-steemitblog-introducing-promoted-content-20160829t223639882z", "reward_weight": 10000, - "root_author": "bycz", - "root_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "745", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1628058666807 }, { - "abs_rshares": 0, - "active": "2016-07-31T00:55:48", + "abs_rshares": 148270592813, + "active": "2016-08-30T00:54:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 51, "beneficiaries": [], - "body": "Welcome, but if you don't mind would you verify that this is the real blockchain girl by posting a link to this post from one of your established social media accounts? The very significant cash rewards here make impersonation (even with photoshopped verification photos) a serious concern. Thanks!", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 6, + "body": "Should be up within the hour if nothing goes wrong.", + "cashout_time": "2016-09-05T22:37:21", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T22:48:45", + "created": "2016-08-29T22:37:21", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 500089, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-30T11:52:39", - "last_update": "2016-07-30T22:48:45", + "depth": 4, + "id": 1048018, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:37:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 10, - "parent_author": "blockchaingirl", - "parent_permlink": "the-blockchain-girl-has-joined-steemit", + "net_rshares": 148270592813, + "net_votes": 5, + "parent_author": "krnel", + "parent_permlink": "re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223626455z", "percent_hbd": 10000, - "permlink": "re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t224846000z", + "permlink": "re-krnel-re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223721778z", "reward_weight": 10000, - "root_author": "blockchaingirl", - "root_permlink": "the-blockchain-girl-has-joined-steemit", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "47", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 148270592813 }, { - "abs_rshares": 0, - "active": "2016-07-30T23:00:18", + "abs_rshares": 710456890213, + "active": "2016-08-29T23:08:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 296, "beneficiaries": [], - "body": "Confirmed, thanks!", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "It will be back, its removal was unintentional. Popular will be gone and active back.", + "cashout_time": "2016-09-05T22:40:54", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-30T23:00:18", + "created": "2016-08-29T22:40:54", "curator_payout_value": { - "amount": "0", + "amount": "62", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 500309, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-30T11:52:39", - "last_update": "2016-07-30T23:00:18", + "depth": 2, + "id": 1048068, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T22:40:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "blockchaingirl", - "parent_permlink": "re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t225501024z", + "net_rshares": 701583937385, + "net_votes": 4, + "parent_author": "dennygalindo", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223806510z", "percent_hbd": 10000, - "permlink": "re-blockchaingirl-re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t230016400z", + "permlink": "re-dennygalindo-re-steemitblog-introducing-promoted-content-20160829t224054763z", "reward_weight": 10000, - "root_author": "blockchaingirl", - "root_permlink": "the-blockchain-girl-has-joined-steemit", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "278", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 706020413799 }, { - "abs_rshares": 0, - "active": "2016-07-30T23:35:45", + "abs_rshares": 133655046393, + "active": "2016-08-29T23:00:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 43, "beneficiaries": [], - "body": "Please confirm that the photos are your original work and tell us a bit about them (when they were taken, etc.)", - "cashout_time": "1969-12-31T23:59:59", - "category": "travel", + "body": "@null was the name of an existing account that has never had an owner. We can change the account in the future, but most people will not need to look at transfer history.", + "cashout_time": "2016-09-05T23:00:06", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-30T23:35:45", + "created": "2016-08-29T23:00:06", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 500959, - "json_metadata": "{\"tags\":[\"travel\"]}", - "last_payout": "2016-08-30T11:58:06", - "last_update": "2016-07-30T23:35:45", + "depth": 2, + "id": 1048282, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:00:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "panenka", - "parent_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "net_rshares": 133655046393, + "net_votes": 3, + "parent_author": "streetstyle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t225536333z", "percent_hbd": 10000, - "permlink": "re-panenka-the-beautiful-walled-city-of-dubrovnik-croatia-20160730t233545600z", + "permlink": "re-streetstyle-re-steemitblog-introducing-promoted-content-20160829t230004797z", "reward_weight": 10000, - "root_author": "panenka", - "root_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "39", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 133655046393 }, { - "abs_rshares": 0, - "active": "2016-08-24T22:33:06", + "abs_rshares": 168797237362, + "active": "2016-08-30T00:50:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 94755, + "author": "dantheman", + "author_rewards": 60, "beneficiaries": [], - "body": "I think this is a reasonable topic of discussion so I upvoted it.\n\n> Surely if money is used to buy them then they would be bought for the sole reason of money\n\nThis logic (particularly the suggestion that someone having a financial interest is harmful) seems highly flawed to me. If someone buys into Steem, particularly in a big way, they are invested in the success of the system. The idea that people with an investment in the system would act to maintain and improve the system is very much built in to the design and discussed extensively in the white paper. \n\nWhy do you think this is a bad thing?", - "cashout_time": "1969-12-31T23:59:59", + "body": "I think it will become the patriotic thing to do. If everyone visits the promoted page then everyone benefits. The bigger whale you are, the more incentive you have to consider / review this content *first* before scanning all of the other content no one felt was worth promoting.", + "cashout_time": "2016-09-05T23:07:09", "category": "steemit", - "children": 16, + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-31T01:56:42", + "created": "2016-08-29T23:07:09", "curator_payout_value": { - "amount": "86820", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 503255, + "depth": 2, + "id": 1048376, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T18:44:24", - "last_update": "2016-07-31T01:57:30", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:07:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 20, - "parent_author": "egjoshslim", - "parent_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "net_rshares": 168797237362, + "net_votes": 6, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t224939950z", "percent_hbd": 10000, - "permlink": "re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t015641500z", + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230708926z", "reward_weight": 10000, - "root_author": "egjoshslim", - "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "260967", + "amount": "56", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 168797237362 }, { - "abs_rshares": 0, - "active": "2016-08-01T01:15:24", + "abs_rshares": 1075215162959, + "active": "2016-09-01T14:52:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Private messaging is already implemented on the blockchain and just needs the Web UI to be completed. It is both in-progress and on the [roadmap](https://steem.io/roadmap/).", - "cashout_time": "1969-12-31T23:59:59", + "body": "Reblogging (resteemit) is already implemented minus a button and a few UI changes, it should be rolled out this week.", + "cashout_time": "2016-09-05T23:16:06", "category": "steemit", - "children": 9, + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-31T04:11:18", + "created": "2016-08-29T23:16:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 505028, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/\"]}", - "last_payout": "2016-08-30T12:56:42", - "last_update": "2016-07-31T04:11:18", + "depth": 1, + "id": 1048482, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T23:16:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "danroseman", - "parent_permlink": "re-r0achtheunsavory-steemit-feature-wish-list-20160731t003744319z", + "net_rshares": 1075215162959, + "net_votes": 6, + "parent_author": "condra", + "parent_permlink": "does-steemit-need-a-share-button-and-other-questions", "percent_hbd": 10000, - "permlink": "re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t041116800z", + "permlink": "re-condra-does-steemit-need-a-share-button-and-other-questions-20160829t231605473z", "reward_weight": 10000, - "root_author": "r0achtheunsavory", - "root_permlink": "steemit-feature-wish-list", + "root_author": "condra", + "root_permlink": "does-steemit-need-a-share-button-and-other-questions", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 3908054791456890454, + "vote_rshares": 1075215162959 }, { - "abs_rshares": 0, - "active": "2016-07-31T05:32:54", + "abs_rshares": 143156846968, + "active": "2016-08-30T01:46:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 48, "beneficiaries": [], - "body": "People change keys for all sorts of reasons. Seeing that on the blockchain means very little.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Yes, it will be.", + "cashout_time": "2016-09-05T23:17:27", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-31T04:43:57", + "created": "2016-08-29T23:17:27", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, "depth": 4, - "id": 505364, + "id": 1048501, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T18:44:24", - "last_update": "2016-07-31T04:43:57", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:17:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "complexring", - "parent_permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t035741843z", + "net_rshares": 143156846968, + "net_votes": 4, + "parent_author": "beanz", + "parent_permlink": "re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231620955z", "percent_hbd": 10000, - "permlink": "re-complexring-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044357100z", + "permlink": "re-beanz-re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231727542z", "reward_weight": 10000, - "root_author": "egjoshslim", - "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "44", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 143156846968 }, { - "abs_rshares": 0, - "active": "2016-07-31T23:32:45", + "abs_rshares": 129932496220, + "active": "2016-08-29T23:26:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, - "beneficiaries": [], - "body": "> This is exactly the same as buying a fully decked out World of Warcraft account from ebay\n\nOkay then, thank you for confirming that this isn't an issue worth being particularly concerned about. World of Warcraft is extremely successful.", - "cashout_time": "1969-12-31T23:59:59", + "author": "dantheman", + "author_rewards": 42, + "beneficiaries": [], + "body": "This isn't a problem, this is the free market at work setting a price/value on the ranking on this page.", + "cashout_time": "2016-09-05T23:21:00", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-31T04:44:54", + "created": "2016-08-29T23:21:00", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 505372, + "depth": 4, + "id": 1048541, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T18:44:24", - "last_update": "2016-07-31T04:45:12", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:21:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "williambanks", - "parent_permlink": "re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t024605498z", + "net_rshares": 129932496220, + "net_votes": 3, + "parent_author": "cryptos", + "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230853213z", "percent_hbd": 10000, - "permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044451800z", + "permlink": "re-cryptos-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232102387z", "reward_weight": 10000, - "root_author": "egjoshslim", - "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "38", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 129932496220 }, { - "abs_rshares": 0, - "active": "2016-07-31T16:43:18", + "abs_rshares": 1093910369126, + "active": "2016-08-29T23:24:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 468, "beneficiaries": [], - "body": "> I'm well aware of what a hard fork has been in the past for coins with miners\n\nI'm not sure you are. Reread my comment because it already answered every question or issue raised in your reply, and likely every further question or issue you could raise.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "body": "It will add to the post and push it up the ranking.", + "cashout_time": "2016-09-05T23:22:21", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-31T06:53:54", + "created": "2016-08-29T23:22:21", "curator_payout_value": { - "amount": "0", + "amount": "139", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 506388, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-29T05:59:57", - "last_update": "2016-07-31T06:53:54", + "depth": 2, + "id": 1048559, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "coinz", - "parent_permlink": "re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t184905703z", + "net_rshares": 1093910369126, + "net_votes": 5, + "parent_author": "cryptos", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232111318z", "percent_hbd": 10000, - "permlink": "re-coinz-re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160731t065352200z", + "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232222240z", "reward_weight": 10000, - "root_author": "coinz", - "root_permlink": "is-a-hard-fork-implemented-or-voted-on", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "438", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1093910369126 }, { - "abs_rshares": 0, - "active": "2016-07-31T11:36:27", + "abs_rshares": 129939654530, + "active": "2016-08-29T23:56:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 42, "beneficiaries": [], - "body": "The follow list is also partially implemented. I'm not sure what plans there are for filtering.", - "cashout_time": "1969-12-31T23:59:59", + "body": "it should be instant, just like everything else.", + "cashout_time": "2016-09-05T23:22:48", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-31T11:36:27", + "created": "2016-08-29T23:22:48", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 508830, + "depth": 2, + "id": 1048565, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T12:56:42", - "last_update": "2016-07-31T11:36:27", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-29T23:22:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "r0achtheunsavory", - "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t062145871z", + "net_rshares": 129939654530, + "net_votes": 3, + "parent_author": "thebluepanda", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232044141z", "percent_hbd": 10000, - "permlink": "re-r0achtheunsavory-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t113625600z", + "permlink": "re-thebluepanda-re-steemitblog-introducing-promoted-content-20160829t232247849z", "reward_weight": 10000, - "root_author": "r0achtheunsavory", - "root_permlink": "steemit-feature-wish-list", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "38", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 129939654530 }, { - "abs_rshares": 0, - "active": "2016-07-31T23:42:03", + "abs_rshares": 154490170040, + "active": "2016-08-30T21:30:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "flagged as off topic", - "cashout_time": "1969-12-31T23:59:59", + "body": "Author gets more attention thus gets paid indirectly. You can tip author easily via transfer.", + "cashout_time": "2016-09-05T23:43:57", "category": "steemit", - "children": 1, + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-31T23:29:36", + "created": "2016-08-29T23:43:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 522631, + "depth": 2, + "id": 1048841, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T12:56:42", - "last_update": "2016-07-31T23:29:36", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T23:43:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "earnest", - "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t195157237z", + "net_rshares": 154490170040, + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232856619z", "percent_hbd": 10000, - "permlink": "re-earnest-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t232936500z", + "permlink": "re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t234357998z", "reward_weight": 10000, - "root_author": "r0achtheunsavory", - "root_permlink": "steemit-feature-wish-list", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17099,97 +17050,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 154490170040 }, { - "abs_rshares": 0, - "active": "2016-07-31T23:32:57", + "abs_rshares": 1074960872216, + "active": "2016-08-30T01:07:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 418, "beneficiaries": [], - "body": "I agree with you that Steemit is unlikely to implement an effective and useful reputation system that does more good than harm. Unlikely does not mean impossible though, so I'm willing to keep an open mind.", - "cashout_time": "1969-12-31T23:59:59", + "body": "In a few weeks the SBD, STEEM, and POWER held in @null will be \"removed\" every block.", + "cashout_time": "2016-09-06T00:11:45", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-31T23:32:45", + "created": "2016-08-30T00:11:45", "curator_payout_value": { - "amount": "0", + "amount": "97", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 522690, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T18:44:24", - "last_update": "2016-07-31T23:32:57", + "depth": 2, + "id": 1049176, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:11:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "williambanks", - "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t120717075z", + "net_rshares": 1074960872216, + "net_votes": 7, + "parent_author": "knircky", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t000510577z", "percent_hbd": 10000, - "permlink": "re-williambanks-re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t233243800z", + "permlink": "re-knircky-re-steemitblog-introducing-promoted-content-20160830t001144870z", "reward_weight": 10000, - "root_author": "egjoshslim", - "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "0", + "amount": "392", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1074960872216 }, { - "abs_rshares": 0, - "active": "2016-08-01T00:10:27", + "abs_rshares": 137229400983, + "active": "2016-08-31T18:58:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "> Soylent's main page has a picture of a table beet, (the red vegetable beet).Beet sugar is a white beet from which pure sugar (99.9% sucrose) is extracted. There are no 'beets' as we call them, or that pictured in Soylent. This is a _**mistake**_ on their part. This type of _**misunderstanding**_ of ingredient information is common when a third party formulates a food product as is likely the case here. \n\nI can't decide you actually believe that, but I certainly don't", - "cashout_time": "1969-12-31T23:59:59", - "category": "food", - "children": 0, + "body": "People are building tools and who ever can find the best solution for filtering content will win many users. The blockchain is open so there can and will be many experiments on promoting content.", + "cashout_time": "2016-09-06T00:13:57", + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-31T23:38:30", + "created": "2016-08-30T00:13:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 522810, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "2016-08-31T11:26:54", - "last_update": "2016-08-01T00:10:27", + "depth": 2, + "id": 1049210, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:13:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "andrewfoodist", - "parent_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "net_rshares": 137229400983, + "net_votes": 3, + "parent_author": "iamwne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234429839z", "percent_hbd": 10000, - "permlink": "re-andrewfoodist-soylent-ingredient-breakdown-from-a-food-scientist-20160731t233830700z", + "permlink": "re-iamwne-re-steemitblog-introducing-promoted-content-20160830t001357004z", "reward_weight": 10000, - "root_author": "andrewfoodist", - "root_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17197,48 +17148,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 137229400983 }, { - "abs_rshares": 0, - "active": "2016-08-01T00:05:51", + "abs_rshares": 176095426679, + "active": "2016-08-30T00:14:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "In the _long_ term this is correct. It is unlikely you will be able to live off of SP-generated income indefinitely. But as long as adoption and speculative demand is increasing, the value increase of SP should more than offset the inflation. Also, 10% is only the maximum and the actual rate depends on the liquid STEEM supply. Finally, as long as liquidity rewards are disabled (or reduced), the maximum is actually lower. Liquidity rewards account for about 25% of the total inflation rate.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Hard to abuse this system. Someone will figure out a way and then we will figure out a counter move.", + "cashout_time": "2016-09-06T00:14:42", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-01T00:05:15", + "created": "2016-08-30T00:14:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 523223, + "id": 1049215, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T03:34:15", - "last_update": "2016-08-01T00:05:51", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:14:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "furion", - "parent_permlink": "re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t130920600z", + "net_rshares": 176095426679, + "net_votes": 4, + "parent_author": "condra", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234139739z", "percent_hbd": 10000, - "permlink": "re-furion-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000515500z", + "permlink": "re-condra-re-steemitblog-introducing-promoted-content-20160830t001443515z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17246,48 +17197,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 176095426679 }, { - "abs_rshares": 0, - "active": "2016-08-01T00:07:36", + "abs_rshares": 176670728407, + "active": "2016-08-30T00:15:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "No other way for your vests to change aside from earning rewards paid in SP. However, the total number of vests changes when other people power up, power down, or earn rewards paid in SP.", - "cashout_time": "1969-12-31T23:59:59", + "body": "apparently that was an error, you can promote any post until it is archived (after 30 days).", + "cashout_time": "2016-09-06T00:15:15", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-01T00:06:39", + "created": "2016-08-30T00:15:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 523255, + "depth": 2, + "id": 1049224, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T03:34:15", - "last_update": "2016-08-01T00:07:36", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:15:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "jl777", - "parent_permlink": "re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t200819827z", + "net_rshares": 176670728407, + "net_votes": 5, + "parent_author": "ausbitbank", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t233358547z", "percent_hbd": 10000, - "permlink": "re-jl777-re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000640900z", + "permlink": "re-ausbitbank-re-steemitblog-introducing-promoted-content-20160830t001516613z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17295,97 +17246,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 176670728407 }, { - "abs_rshares": 0, - "active": "2016-08-01T22:17:15", + "abs_rshares": 1067160758216, + "active": "2016-08-30T13:22:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 8307, + "author": "dantheman", + "author_rewards": 379, "beneficiaries": [], - "body": "A few comments:\n\n#### Sybil attacks\n\nThe way to stop Sybil attacks is to stop creating ways for Sybils to attack. For example, the recent change to posting rewards directly incentivizes Sybil attacks (I don't know whether they are already occurring, but I suspect yes) by those wanting to spam low quality posts out of a hope that some of them, even a small number, produce rewards (comment spamming is the same, and is not currently Sybil attacked because comments don't yet have a per-account quota, but introduce such a quota and that is exactly what will happen). \n\nAnother example is the Hot view, which uses vote count as a metric. This was originally the front page and was moved to an alternate view because it clearly incentivizes Sybil attacks. I think it should be removed altogether. Likewise, displaying vote count on posts is pointless and misleading and also, albeit more subtly, incentivizes Sybil attacks (a post or comment getting more attention and attracting real votes because it already \"has many votes\"). Instead posts should include some normalized and/or summarized indication of vote weight (weighted stake)\n\nUnfortunately, a number of the recent changes including the aforementioned posting quota have ignored these core principles of not granting weight to \"accounts\". The result is that in trying to address one problem, more are created. I hope that the reputation system Steemit plans to implement, and generally speaking knee-jerk reactions to a \"Bot Crisis\" do not make similar errors, but I expect that if great care is not taken to slow down and think things though, they probably will.\n\n#### PoW accounts\n\nPoW accounts should not be removed. They are an extremely valuable way for controversial, censored, or otherwise at-risk people to obtain access and publish information (possible very highly valued information) without needing to link with some external resources (social media account, etc.), which could literally put their lives at risk in the most extreme cases or at least discourage coming forward in the less extreme cases. Anonymous whistle-blowers, political dissidents, and others in this group deserve our greatest respect and accommodation if the idea of censorship resistance is to mean anything (popular ideas are rarely censored). But more importantly, the entire approach of limiting access rather than widening it is focusing efforts on exactly the wrong direction, but I'll get to that later in the next section, after discussing the reality of PoW accounts.\n\nIn point of fact, if you look at the current swarm of bots, approximately zero of them are PoW accounts (please go and look if you are unsure about this). They are all, or nearly all, Steemit-provided accounts. In all likelihood, it is much cheaper and easier to obtain _large numbers_ of accounts via Steemit signups rather than mining (also the Steemit-provided accounts come with free SP, significant in large numbers, which means they have negative cost; as long as that continues, those wanting to create accounts for profit rather than for use will likely continue using that route). Not only is the mining difficulty significant, but the _maximum possible_ number of PoW accounts created per day is 1372, and this theoretical number _greatly overstates_ the maximum feasible number, because there are high-powered miners competing for, and winning, most blocks who do not create new accounts with each block (for good reasons). In summary, disabling PoW accounts is an example of a reactive response that does not solve any real problem, but comes with a very real cost.\n\n#### Facebook, Reddit, and growth\n\nYou suggest that Reddit account signups be removed and only Facebook be allowed. This is misguided. Not only are fraudulent Facebook accounts plentiful, easy to create, and regularly used in high profile frauds (including some involving massive numbers of such accounts), but this approach is entirely self-defeating. \n\nReflexively one might suggest that access to accounts be further limited and more verification be added. I've even suggested this myself, as an initial reaction to The Bot Problem, but I now realize that was a bad idea. In fact, as the site continues to expand it will probably make sense -- and be inevitable to prevent a growth bottleneck -- to open up registrations even wider (examples: retail purchase of an \"access card\", email registration, mobile registration, etc.). Many of these accounts will be obtained fraudulently and/or resold. The system must be designed to accept this reality and minimize negative impacts from it. \n\nThis inevitable widening of access _will_ create more ability to Sybil attack, _but only if the number of accounts controlled by an individual actually matters in any way_. This problem can only be solved without putting harmful obstacles in the way of new users (which is a _very big deal_ if you want the platform to rapidly grow to truly massive scale) by refocusing efforts on ensuring that Sybil attacking gains no advantage and also causes no real harm (see #1 above). The so-called Bot Crisis is a crisis primarily because it threatens to unleash a new round of poorly-thought-out changes that will make mattes worse. One might even speculate on whether it could be intended to do just that. \n\n#### Short term solutions\n\nThe efforts of \"the good guys\" have caused most of the abusive bots to be hidden and earn no rewards, removing most of the incentives for people to create them. (If the idea is to just spam the blockchain, that can be done in any number of ways.) Slight tweaks to the UI can improve this further without collateral damage. For example, I suggested replacing individually hidden comments with a summary line (\"13 comments hidden, click to show\"). @svk even prototyped this and showed me some very nice screen shots. Rolling that out on the site would make most of the abusive bots invisible and a non-issue. Removing from the UI any remaining emphasis on \"vote count\" as a useful concept would address the rest.", - "cashout_time": "1969-12-31T23:59:59", + "body": "perhaps a dividend on Steem Power would work better ;) \n\nIn any case, the reason we cannot just tip authors and use total tips as a ranking is because it would be abused by people tipping themselves via sock puppets.", + "cashout_time": "2016-09-06T00:17:24", "category": "steemit", - "children": 5, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-01T09:03:30", + "created": "2016-08-30T00:17:24", "curator_payout_value": { - "amount": "303", + "amount": "118", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 530518, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"svk\"]}", - "last_payout": "2016-08-31T17:00:06", - "last_update": "2016-08-01T09:06:06", + "depth": 4, + "id": 1049244, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:36:12", + "last_update": "2016-08-30T00:17:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 26, - "parent_author": "anyx", - "parent_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "net_rshares": 1067160758216, + "net_votes": 6, + "parent_author": "stellabelle", + "parent_permlink": "re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t235548199z", "percent_hbd": 10000, - "permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t090328300z", + "permlink": "re-stellabelle-re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160830t001726180z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "8379", + "amount": "355", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1067160758216 }, { - "abs_rshares": 0, - "active": "2016-08-01T10:41:45", + "abs_rshares": 148600265108, + "active": "2016-08-30T01:41:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Reposts generally don't deserve much in the way of rewards anyway, so it doesn't really matter that much from the perspective of voting and abuse. It's like movies. First run = $. Old movie = late night on some obscure cable channel.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Total promotion payments received by the post, not total author rewards. Author does not get the boost payments.", + "cashout_time": "2016-09-06T00:20:54", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-01T09:27:33", + "created": "2016-08-30T00:20:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 530873, + "id": 1049281, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T17:00:06", - "last_update": "2016-08-01T09:27:33", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T00:20:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "prufarchy", - "parent_permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t022756838z", + "net_rshares": 148600265108, + "net_votes": 5, + "parent_author": "bergy", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t001317446z", "percent_hbd": 10000, - "permlink": "re-prufarchy-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t092733600z", + "permlink": "re-bergy-re-steemitblog-introducing-promoted-content-20160830t002055016z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17393,97 +17344,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 148600265108 }, { - "abs_rshares": 0, - "active": "2016-08-01T10:56:03", + "abs_rshares": 187025650957, + "active": "2016-08-30T17:49:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 9, + "author": "dantheman", + "author_rewards": 20, "beneficiaries": [], - "body": "This is a really nice post but can you confirm it is your original work. It reads a bit like something from a psychology web site.", - "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 5, + "body": "I like it and will work with the team to make it happen.", + "cashout_time": "2016-09-06T00:38:21", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-01T09:55:39", + "created": "2016-08-30T00:38:21", "curator_payout_value": { - "amount": "0", + "amount": "3", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 531207, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-08-31T21:57:36", - "last_update": "2016-08-01T09:55:39", + "id": 1049425, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T00:51:51", + "last_update": "2016-08-30T00:38:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "foma17", - "parent_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "net_rshares": 187025650957, + "net_votes": 7, + "parent_author": "alexgr", + "parent_permlink": "can-we-get-a-feed-link-up-there-too", "percent_hbd": 10000, - "permlink": "re-foma17-how-to-deal-with-bad-thoughts-psychologist-s-advice-20160801t095538300z", + "permlink": "re-alexgr-can-we-get-a-feed-link-up-there-too-20160830t003822016z", "reward_weight": 10000, - "root_author": "foma17", - "root_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", + "root_author": "alexgr", + "root_permlink": "can-we-get-a-feed-link-up-there-too", "title": "", "total_payout_value": { - "amount": "22", + "amount": "18", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 187025650957 }, { - "abs_rshares": 0, - "active": "2016-08-01T11:04:18", + "abs_rshares": 137414811428, + "active": "2016-08-30T03:05:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I don't think it has been disclosed but if you can find information about it I'm sure many would find it interesting.", - "cashout_time": "1969-12-31T23:59:59", + "body": "No. You get none. It is all burned.", + "cashout_time": "2016-09-06T01:18:51", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-01T10:55:39", + "created": "2016-08-30T01:18:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 532000, + "depth": 2, + "id": 1049814, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T05:28:06", - "last_update": "2016-08-01T10:55:39", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T01:18:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "thebluepanda", - "parent_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "net_rshares": 137414811428, + "net_votes": 4, + "parent_author": "biophil", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t005457057z", "percent_hbd": 10000, - "permlink": "re-thebluepanda-who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february-20160801t105538800z", + "permlink": "re-biophil-re-steemitblog-introducing-promoted-content-20160830t011850100z", "reward_weight": 10000, - "root_author": "thebluepanda", - "root_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { "amount": "0", @@ -17491,523 +17442,523 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 137414811428 }, { - "abs_rshares": 0, - "active": "2016-08-03T06:47:00", + "abs_rshares": 126248419559, + "active": "2016-08-30T12:42:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 350, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "The instant self-upvote rewards do go to the author (you) under the 30 minute rule so there is no harm there. The only reason not to use it is if you think the post won't get votes and you don't want to waste the voting power.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 4, + "body": "It is auction style. Look on promotion page for current prices.", + "cashout_time": "2016-09-06T12:42:42", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-01T12:05:33", + "created": "2016-08-30T12:42:42", "curator_payout_value": { - "amount": "123", + "amount": "0", "nai": "@@000000013", - "precision": 3 - }, - "depth": 3, - "id": 532957, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-29T03:20:18", - "last_update": "2016-08-01T12:05:33", + "precision": 3 + }, + "depth": 2, + "id": 1055474, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-30T12:42:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 7, - "parent_author": "liberosist", - "parent_permlink": "re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160729t152758657z", + "net_rshares": 126248419559, + "net_votes": 3, + "parent_author": "imag1ne", + "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t090848678z", "percent_hbd": 10000, - "permlink": "re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t120531800z", + "permlink": "re-imag1ne-re-steemitblog-introducing-promoted-content-20160830t124241308z", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", + "root_author": "steemitblog", + "root_permlink": "introducing-promoted-content", "title": "", "total_payout_value": { - "amount": "374", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 126248419559 }, { - "abs_rshares": 0, - "active": "2016-08-01T14:42:36", + "abs_rshares": 147589952378818, + "active": "2016-09-02T15:04:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 534059, "beneficiaries": [], - "body": "It would be nice if the liquidity reward actually worked properly and we ended up with extremely tight spreads on the internal market with good depth and good tracking of the peg value. Unfortunately that didn't happen so offering an easy instant market order option would result in people frequently being ripped off by bad executions.\n\nHopefully the market will become more liquid in time and this will become a viable option. I'm working on a few things to improve the situation.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 1, + "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", + "cashout_time": "2016-09-06T20:03:09", + "category": "steemit", + "children": 136, "children_abs_rshares": 0, - "created": "2016-08-01T12:12:30", + "created": "2016-08-30T20:03:09", "curator_payout_value": { - "amount": "0", + "amount": "7228", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 533027, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-31T06:40:00", - "last_update": "2016-08-01T12:12:30", + "depth": 0, + "id": 1060743, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", + "last_payout": "2016-09-01T00:20:30", + "last_update": "2016-08-30T20:03:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "generalspecific", - "parent_permlink": "re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160731t150822764z", + "net_rshares": 71965800806174, + "net_votes": 490, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121230700z", + "permlink": "quick-update-regarding-user-retention", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", - "title": "", + "root_author": "dantheman", + "root_permlink": "quick-update-regarding-user-retention", + "title": "Quick Update Regarding User Retention", "total_payout_value": { - "amount": "0", + "amount": "496673", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 109777876592496 }, { - "abs_rshares": 0, - "active": "2016-08-01T20:02:48", + "abs_rshares": 1373296860168, + "active": "2016-08-30T22:20:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 537, "beneficiaries": [], - "body": "Holding SBD is not necessarily bad. It earns interest and should be fairly stable over time (even if it currently has some nasty fluctuations). The thing to be aware of is that SP is a highly risky, illiquid investment (meaning you can't get your money out quickly) while SBD is liquid and most of the time should be stable. SP _could_ certainly pay off more over time but that is not guaranteed. Study both carefully and make the decision that best fits your own situation.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", + "body": "Lost my upvote due to tasteless cirlce-jerk image.", + "cashout_time": "2016-09-06T21:11:15", + "category": "steemit", "children": 3, "children_abs_rshares": 0, - "created": "2016-08-01T12:15:12", + "created": "2016-08-30T21:11:15", "curator_payout_value": { - "amount": "0", + "amount": "133", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 533059, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-31T06:40:00", - "last_update": "2016-08-01T12:15:51", + "depth": 1, + "id": 1061693, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T00:27:24", + "last_update": "2016-08-30T21:11:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "cloh76", - "parent_permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t060715725z", + "net_rshares": 1373296860168, + "net_votes": 6, + "parent_author": "acassity", + "parent_permlink": "steemit-will-never-be-like-facebook", "percent_hbd": 10000, - "permlink": "re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121511100z", + "permlink": "re-acassity-steemit-will-never-be-like-facebook-20160830t211115949z", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "root_author": "acassity", + "root_permlink": "steemit-will-never-be-like-facebook", "title": "", "total_payout_value": { - "amount": "0", + "amount": "499", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1373296860168 }, { - "abs_rshares": 0, - "active": "2016-08-01T13:37:51", + "abs_rshares": 1179949355828, + "active": "2016-08-31T16:22:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 531, "beneficiaries": [], - "body": "Nice recipe! Have you tried key lime? It is my favorite.\n\nWelcome to Steem. You may wish to consider an introduction post.", - "cashout_time": "1969-12-31T23:59:59", + "body": "I love this kind of analysis, but would like to warn readers and author that \"garbage in\" produces \"garbage out\". More specifically, using the steemit.com reputation algorihtm as a basis for Social Capital is probably flawed.\n\nThe reputation score is almost entirely derived from the same source as lifetime earnings (votes). The primary difference between lifetime earnings and reputation score is the following:\n\n1. concentration of votes in a single post impacts lifetime earnings more than reputation.\n2. all up votes regardless of concentration impact reputation equally\n3. downvotes only hurt reputation if made by someone with a higher rep\n\nA more robust measure of reputation may be to look at the follow graph and utilize pagerank or similar algorithm.", + "cashout_time": "2016-09-07T16:15:27", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-01T13:27:09", + "created": "2016-08-31T16:15:27", "curator_payout_value": { - "amount": "0", + "amount": "157", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 534300, + "id": 1072624, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T01:36:27", - "last_update": "2016-08-01T13:27:09", + "last_payout": "2016-09-01T16:12:51", + "last_update": "2016-08-31T16:15:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "t3lin", - "parent_permlink": "cake-steemit-and-my-self-presentation", + "net_rshares": 1179949355828, + "net_votes": 8, + "parent_author": "deeallen", + "parent_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", "percent_hbd": 10000, - "permlink": "re-t3lin-cake-steemit-and-my-self-presentation-20160801t132707800z", + "permlink": "re-deeallen-cultural-economic-and-social-forms-of-capital-on-steemit-original-research-20160831t161527002z", "reward_weight": 10000, - "root_author": "t3lin", - "root_permlink": "cake-steemit-and-my-self-presentation", + "root_author": "deeallen", + "root_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", "title": "", "total_payout_value": { - "amount": "0", + "amount": "486", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 4202014786574741276, + "vote_rshares": 1179949355828 }, { - "abs_rshares": 0, - "active": "2016-08-03T21:37:12", + "abs_rshares": 710931426192, + "active": "2016-08-31T17:30:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 65, + "author": "dantheman", + "author_rewards": 295, "beneficiaries": [], - "body": "> limit_order_create, limit_order_cancel\n\nHow does one see executions?", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 11, + "body": "This \"service\" has the same problem that 99% of suggestions have: sybil attack.\n\nA whale can supercharge their own post at no cost because they money comes back to themselves.\n\nSome significant portion of the supercharged vote would need to be burned to discourage this kind of behavior. \n\nThere are other problems with this proposal that would result in massive abuse.", + "cashout_time": "2016-09-07T17:30:06", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-01T13:44:21", + "created": "2016-08-31T17:30:06", "curator_payout_value": { - "amount": "44", + "amount": "84", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 534620, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T04:57:33", - "last_update": "2016-08-01T13:44:21", + "id": 1073527, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T09:46:27", + "last_update": "2016-08-31T17:30:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "furion", - "parent_permlink": "developers-guide-to-steem-s-blockchain", + "net_rshares": 710931426192, + "net_votes": 5, + "parent_author": "thecryptofiend", + "parent_permlink": "2-killer-steemit-features-i-would-like-to-see", "percent_hbd": 10000, - "permlink": "re-furion-developers-guide-to-steem-s-blockchain-20160801t134419900z", + "permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t173005490z", "reward_weight": 10000, - "root_author": "furion", - "root_permlink": "developers-guide-to-steem-s-blockchain", + "root_author": "thecryptofiend", + "root_permlink": "2-killer-steemit-features-i-would-like-to-see", "title": "", "total_payout_value": { - "amount": "159", + "amount": "269", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2783816805315277088, + "vote_rshares": 710931426192 }, { - "abs_rshares": 0, - "active": "2016-08-01T13:56:24", + "abs_rshares": 18097231801, + "active": "2016-08-31T18:39:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The best thing to do is post something on that site mentioning or linking to your account here or one of your posts here.", - "cashout_time": "1969-12-31T23:59:59", - "category": "psychology", - "children": 0, + "body": "Unfortunately your graph only has one dimension: price. When in reality Steem has another dimension: supply. The result is that the downtrend is greatly amplified in terms of price, but less so in terms of market cap.", + "cashout_time": "2016-09-07T17:45:09", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-01T13:56:24", + "created": "2016-08-31T17:45:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 534840, - "json_metadata": "{\"tags\":[\"psychology\"]}", - "last_payout": "2016-09-01T01:47:51", - "last_update": "2016-08-01T13:56:24", + "depth": 1, + "id": 1073673, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-31T17:45:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "autostation", - "parent_permlink": "re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t134406673z", + "net_rshares": 18097231801, + "net_votes": 3, + "parent_author": "puffin", + "parent_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", "percent_hbd": 10000, - "permlink": "re-autostation-re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t135622900z", + "permlink": "re-puffin-eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an-20160831t174511035z", "reward_weight": 10000, - "root_author": "autostation", - "root_permlink": "pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common", + "root_author": "puffin", + "root_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 83082858431977903, + "vote_rshares": 18097231801 }, { - "abs_rshares": 0, - "active": "2016-08-01T19:33:45", + "abs_rshares": 1249837887537, + "active": "2016-09-01T17:15:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 711, "beneficiaries": [], - "body": "Nice post! Recipe looks delicious and great pictures. Thanks for sharing!", - "cashout_time": "1969-12-31T23:59:59", + "body": "It isn't a question of \"will it work\", the answer is not binary. It will add to the overall ecosystem without taking away from anything. The market will naturally establish a price for the promoted content tab and that price will be based upon the effectiveness of the tab. One thing is certain, the price is greater than 0.", + "cashout_time": "2016-09-07T17:57:09", "category": "steemit", - "children": 3, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-01T14:09:30", + "created": "2016-08-31T17:57:09", "curator_payout_value": { - "amount": "0", + "amount": "4", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 535148, + "id": 1073816, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T02:59:00", - "last_update": "2016-08-01T14:09:30", + "last_payout": "2016-09-01T18:27:15", + "last_update": "2016-08-31T17:57:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "celebr1ty", - "parent_permlink": "patties-bomb", + "net_rshares": 1249837887537, + "net_votes": 10, + "parent_author": "unrealisback", + "parent_permlink": "promoted-posts-will-it-work-if-not-then-what-will", "percent_hbd": 10000, - "permlink": "re-celebr1ty-patties-bomb-20160801t140929000z", + "permlink": "re-unrealisback-promoted-posts-will-it-work-if-not-then-what-will-20160831t175709208z", "reward_weight": 10000, - "root_author": "celebr1ty", - "root_permlink": "patties-bomb", + "root_author": "unrealisback", + "root_permlink": "promoted-posts-will-it-work-if-not-then-what-will", "title": "", "total_payout_value": { - "amount": "0", + "amount": "651", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 4391647921120369802, + "vote_rshares": 1249837887537 }, { - "abs_rshares": 0, - "active": "2016-08-01T20:02:48", + "abs_rshares": 1230594532961, + "active": "2016-09-01T04:43:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 741, "beneficiaries": [], - "body": "The total supply of SBD is about 1% of the supply of STEEM/SP. It isn't mathematically possible for whales to have a large percentage.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 0, + "body": "So far sounds very similar to [Orange is the New Black](https://en.wikipedia.org/wiki/Orange_Is_the_New_Black).\n\nWriting emails is the most time consuming part, sending doesn't take much time at all. Must suck for slow typers. \n\nI always thought that prisoners should be allowed a computer (without internet connectivity). At least that way they could be \"productive\" in writing, editing, etc without having to resort to pen and paper.", + "cashout_time": "2016-09-07T18:32:03", + "category": "story", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-01T20:02:48", + "created": "2016-08-31T18:32:03", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 543549, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-31T06:40:00", - "last_update": "2016-08-01T20:02:48", + "depth": 1, + "id": 1074254, + "json_metadata": "{\"tags\":[\"story\"],\"links\":[\"https://en.wikipedia.org/wiki/Orange_Is_the_New_Black\"]}", + "last_payout": "2016-09-01T15:13:27", + "last_update": "2016-08-31T18:32:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "ntomaino", - "parent_permlink": "re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t190703318z", + "net_rshares": 1230594532961, + "net_votes": 14, + "parent_author": "charlieshrem", + "parent_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", "percent_hbd": 10000, - "permlink": "re-ntomaino-re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t200249000z", + "permlink": "re-charlieshrem-a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison-20160831t183205440z", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", + "root_author": "charlieshrem", + "root_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", "title": "", "total_payout_value": { - "amount": "0", + "amount": "679", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 4339939229659069017, + "vote_rshares": 1230594532961 }, { - "abs_rshares": 0, - "active": "2016-08-01T21:27:03", + "abs_rshares": 7946235653, + "active": "2016-08-31T22:16:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "How do you get _market_ execution history (not for a specific account)?\n\nIt is impossible to do any meaningful analysis of trading activity without that.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "Sybil!", + "cashout_time": "2016-09-07T21:22:18", + "category": "promoted", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-01T21:23:00", + "created": "2016-08-31T21:22:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 545377, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T04:57:33", - "last_update": "2016-08-01T21:27:03", + "depth": 2, + "id": 1076366, + "json_metadata": "{\"tags\":[\"promoted\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-31T21:22:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "theoretical", - "parent_permlink": "re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185430888z", + "net_rshares": 7946235653, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t210113218z", "percent_hbd": 10000, - "permlink": "re-theoretical-re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t212300700z", + "permlink": "re-dennygalindo-re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t212216737z", "reward_weight": 10000, - "root_author": "furion", - "root_permlink": "developers-guide-to-steem-s-blockchain", + "root_author": "cryptos", + "root_permlink": "some-thoughts-about-the-new-promoted-posts-feature", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 36572889660131681, + "vote_rshares": 7946235653 }, { - "abs_rshares": 0, - "active": "2016-08-01T21:36:33", + "abs_rshares": 288516533116859, + "active": "2016-09-09T21:28:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 2870451, "beneficiaries": [], - "body": "The self-voting feature we were discussing only applies to posts not comments.\n\nVoting yourself routinely on comments is questionable since comments usually don't get that much in the way of votes and rewards, and each comment vote uses the same vote power as a post vote. I only do it when I feel my comment is particularly important and I want to promote it, but in that case it isn't for the rewards, it is for visibility.\n\nHowever, there are some users (I'm one of them) who don't post very much but are active on comments. They may feel that their comments are useful and a valuable contribution to the discussion, so worthy of rewards. (I'll leave it to others to decide if my comments are valuable.)", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 0, + "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", + "cashout_time": "2016-09-08T05:55:24", + "category": "philosophy", + "children": 193, "children_abs_rshares": 0, - "created": "2016-08-01T21:34:21", + "created": "2016-09-01T05:55:24", "curator_payout_value": { - "amount": "0", + "amount": "44497", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 545629, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-08-29T03:20:18", - "last_update": "2016-08-01T21:36:33", + "depth": 0, + "id": 1080869, + "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "last_payout": "2016-09-02T19:14:21", + "last_update": "2016-09-01T05:55:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "hrottie", - "parent_permlink": "re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t190156003z", + "net_rshares": 161992750125375, + "net_votes": 689, + "parent_author": "", + "parent_permlink": "philosophy", "percent_hbd": 10000, - "permlink": "re-hrottie-re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t213421400z", + "permlink": "why-do-we-fight-to-change-the-world", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", - "title": "", + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", + "title": "Why do we fight to change the world?", "total_payout_value": { - "amount": "0", + "amount": "2583405", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 225254641621117 }, { "abs_rshares": 0, - "active": "2016-08-01T22:19:24", + "active": "2016-09-01T18:35:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "> For the Hot view, I do not think it should be removed, just reworked\n\nSure. My objection of course is not the name Hot, just the idea of a leaderboard based specifically on vote count. Using a different metric as you suggest is fine. There could be numerous such useful rankings.\n\n> Of course, with the ability to create accounts through reg fee, or buy and sell accounts, they would still have anonymous means\n\nThese accounts are still always linked to a creator account. PoW accounts are not. Possibly by some means of buying and selling these could be obtained anonymously (and that probably will occur, for people who want more anonymous accounts than can be obtained via PoW), but it is significantly harder and increases the risk of being traced, which in turn could then transfer some of the risk to the seller. In cases of abuse this might be considered acceptable, but in cases of valued minority expression it is not.\n\n> I did notice a lot of accounts in bot swarms are Steemit provided, which makes me think people are just using reddit\n\nAgain I think you dismiss too easily fake Facebook accounts. I'm not sure why. Many people I know who aren't even online scammers have multiple Facebook accounts. Scammers create them by the thousands. (Not to dismiss Reddit account scamming either, that is also clearly rampant, and you may be right this is currently the low-hanging fruit, but removing it would just shift that to Facebook, while obstructing some, possibly many, legitimate users who don't use Facebook.)\n\n> other people have suggested removing the dollar value of a post to reduce jealousy, and I understand their point to ... Unfortunately that leaves us at an impass, as these two ideas remove both the metrics we have!\n\nUnlike vote count, dollar value is a meaningful quantity that is not arbitrarily manipulated using Sybil accounts. Nevertheless, I specifically mentioned in my first comment another metric, weighted vote share, by which I mean a count of SP voting (possibly normalized or summarized). This is different from dollars because it doesn't apply the reward formula rules. Using this in place of vote count would still allow hiding dollars, if people want to do that.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "The picture is Eckhart Tolle.", + "cashout_time": "2016-09-08T18:35:45", + "category": "philosophy", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-01T22:17:15", + "created": "2016-09-01T18:35:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 546442, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T17:00:06", - "last_update": "2016-08-01T22:19:24", + "depth": 2, + "id": 1088392, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-01T18:35:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -18015,14 +17966,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "anyx", - "parent_permlink": "re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t173650656z", + "net_votes": 0, + "parent_author": "the-alien", + "parent_permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t163835944z", "percent_hbd": 10000, - "permlink": "re-anyx-re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t221714000z", + "permlink": "re-the-alien-re-dantheman-why-do-we-fight-to-change-the-world-20160901t183545328z", "reward_weight": 10000, - "root_author": "anyx", - "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "root_author": "dantheman", + "root_permlink": "why-do-we-fight-to-change-the-world", "title": "", "total_payout_value": { "amount": "0", @@ -18033,584 +17984,584 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-08-01T22:37:00", + "abs_rshares": 5612333624, + "active": "2016-09-02T13:27:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Good post. Upvoted for original analysis.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "Don't forget taxes.", + "cashout_time": "2016-09-09T13:20:03", + "category": "steememe", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-01T22:37:00", + "created": "2016-09-02T13:20:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 546777, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T10:37:24", - "last_update": "2016-08-01T22:37:00", + "depth": 2, + "id": 1098201, + "json_metadata": "{\"tags\":[\"steememe\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-02T13:20:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "alexgr", - "parent_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "net_rshares": 5612333624, + "net_votes": 2, + "parent_author": "arcaneinfo", + "parent_permlink": "re-benjojo-is-there-anything-more-contentious-than-price-20160902t121814629z", "percent_hbd": 10000, - "permlink": "re-alexgr-if-you-think-about-it-it-s-not-quality-that-matters-but-relevance-20160801t223700800z", + "permlink": "re-arcaneinfo-re-benjojo-is-there-anything-more-contentious-than-price-20160902t132002894z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "root_author": "benjojo", + "root_permlink": "is-there-anything-more-contentious-than-price", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 25846056331801021, + "vote_rshares": 5612333624 }, { - "abs_rshares": 0, - "active": "2016-08-01T23:44:39", + "abs_rshares": 568409589192, + "active": "2016-09-02T16:24:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "steemit.com doesn't show downvotes (I think a bad idea, but not my call). You can see them on steemd.com. There was no censoring by the site here afaik, just someone downvoted you probably because they disagree with your politics.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Unfortunately, the harasser probably has multiple accounts. They would set one up for \"observing\" and one for \"abusing\". \n\nGiven this reality it could be relatively simple to prevent muted individuals from replying to a thread. This would force the abuse to move to different threads or force the abuser to use an alternative interface.\n\nThis is something that we could implement at a blockchain level.", + "cashout_time": "2016-09-09T14:44:18", "category": "steem", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-01T23:44:39", + "created": "2016-09-02T14:44:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 547887, + "depth": 1, + "id": 1099017, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T02:19:12", - "last_update": "2016-08-01T23:44:39", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-02T14:44:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "r0achtheunsavory", - "parent_permlink": "re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t131056745z", + "net_rshares": 568409589192, + "net_votes": 10, + "parent_author": "dana-edwards", + "parent_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", "percent_hbd": 10000, - "permlink": "re-r0achtheunsavory-re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t234438400z", + "permlink": "re-dana-edwards-an-approach-for-dealing-with-harassment-on-steemit-selective-channels-20160902t144417094z", "reward_weight": 10000, - "root_author": "r0achtheunsavory", - "root_permlink": "why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being", + "root_author": "dana-edwards", + "root_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2295176475785681334, + "vote_rshares": 568409589192 }, { - "abs_rshares": 0, - "active": "2016-08-02T11:59:45", + "abs_rshares": 3682373064902, + "active": "2016-09-03T19:14:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 3110, "beneficiaries": [], - "body": "This post doesn't add anything new to the discussion. You're dangerously close to becoming That Guy. Take a break from the computer and come back fresh with some new ideas.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "body": "I really appriciate your inquisitive mind. Seek and ye shall find. I have an entire series of articles that outline very real solutions to everything you have listed above. \n\nWhat is often overlooked is that the vast majority of real crime comes from side effects of government (drug laws, etc). More money is stolen by government asset forfeitures (not taxes) than all private thefts combined. \n\nConclusion, absent taxes everyone could easily afford to pay for insurance that would completely replace the cost of stolen / damaged property. Insurance companies would have financial incentive to investigate for the sole purpose of preventing fraudulent claims. \n\nInsurance companies would not insure anyone who they suspect of being guilty of theft or property damage until restitution is paid.\n\nThis would be incredibly affordable for the poor and middle class once you remove the huge burden of government and introduce free market competition.\n\nWith respect to murder you must realize that prison is not a deterrent. Loss of social standing and reputation in the economy is a far greater deterrent than prison. If government fails to prevent these things today, the only thing more government will do is increase the rate of violence. \n\nThe end result of government is financial irresponsibility leading to economic collapse. \n\nRequiring perfection from voluntary societies is a double standard when you do not require perfection from statist societies. \n\nIn my humble opinion, governments kill more innocent people every year than all private murders combined.", + "cashout_time": "2016-09-09T18:40:54", + "category": "anarchy", + "children": 8, "children_abs_rshares": 0, - "created": "2016-08-02T01:07:15", + "created": "2016-09-02T18:40:54", "curator_payout_value": { - "amount": "0", + "amount": "164", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 549183, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T16:20:42", - "last_update": "2016-08-02T01:07:15", + "id": 1101853, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-03T18:11:39", + "last_update": "2016-09-02T18:40:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "egjoshslim", - "parent_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "net_rshares": 3682373064902, + "net_votes": 22, + "parent_author": "gavvet", + "parent_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", "percent_hbd": 10000, - "permlink": "re-egjoshslim-another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3-20160802t010714900z", + "permlink": "re-gavvet-a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author-20160902t184056016z", "reward_weight": 10000, - "root_author": "egjoshslim", - "root_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", + "root_author": "gavvet", + "root_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2698", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 3682373064902 }, { - "abs_rshares": 0, - "active": "2016-08-02T11:57:27", + "abs_rshares": 76097338822, + "active": "2016-09-10T12:18:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1071, + "author": "dantheman", + "author_rewards": 31, "beneficiaries": [], - "body": "Paying people to upvote is abuse, or at least within the range of reasonable definitions of a abuse that someone may find as a reason to flag/downvote. @liodani did nothing wrong here.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 12, + "body": "I gave you an upvote so your images are visible again. We are looking into solutions for dealing with abusive downvoters.", + "cashout_time": "2016-09-09T18:46:33", + "category": "introduceyourself", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-02T05:09:18", + "created": "2016-09-02T18:46:33", "curator_payout_value": { - "amount": "853", + "amount": "5", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 552509, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liodani\"]}", - "last_payout": "2016-09-01T22:12:30", - "last_update": "2016-08-02T05:09:18", + "id": 1101923, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T13:25:57", + "last_update": "2016-09-02T18:46:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 76097338822, "net_votes": 4, - "parent_author": "incomemonthly", - "parent_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "parent_author": "steemdesign", + "parent_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", "percent_hbd": 10000, - "permlink": "re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t050917500z", + "permlink": "re-steemdesign-warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now-20160902t184633283z", "reward_weight": 10000, - "root_author": "incomemonthly", - "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "root_author": "steemdesign", + "root_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", "title": "", "total_payout_value": { - "amount": "2580", + "amount": "25", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 344385331667639274, + "vote_rshares": 76097338822 }, { - "abs_rshares": 0, - "active": "2016-08-02T11:44:42", + "abs_rshares": 2499729742265, + "active": "2016-09-02T20:39:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 313, + "author": "dantheman", + "author_rewards": 1786, "beneficiaries": [], - "body": "Faucets are a common practice _when people give away their own money_. In this case votes allocate money from the reward pool which belong not to the poster, but to the community. As such, all in the community are entitled to protect the pool as their conscience dictates, which is exactly what @liondani did there. If I had seen it I would have done the same.\n\nIf there are other cases where you think @liondani acted inappropriately then point them out specifically. Making vague allegations without facts helps no one.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "body": "This is a backend update, no changes to steemit.com at this time.", + "cashout_time": "2016-09-09T19:44:39", + "category": "steem", + "children": 11, "children_abs_rshares": 0, - "created": "2016-08-02T06:05:15", + "created": "2016-09-02T19:44:39", "curator_payout_value": { - "amount": "171", + "amount": "6", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 553100, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liondani\"]}", - "last_payout": "2016-09-01T22:12:30", - "last_update": "2016-08-02T06:05:57", + "depth": 1, + "id": 1102554, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-04T01:16:51", + "last_update": "2016-09-02T19:44:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "incomemonthly", - "parent_permlink": "re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t051928267z", + "net_rshares": 2499729742265, + "net_votes": 12, + "parent_author": "steemitblog", + "parent_permlink": "announcing-steem-0-14-0-release-candidate", "percent_hbd": 10000, - "permlink": "re-incomemonthly-re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t060515300z", + "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t194440142z", "reward_weight": 10000, - "root_author": "incomemonthly", - "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", + "root_author": "steemitblog", + "root_permlink": "announcing-steem-0-14-0-release-candidate", "title": "", "total_payout_value": { - "amount": "602", + "amount": "1534", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 2499729742265 }, { - "abs_rshares": 0, - "active": "2016-08-07T10:16:24", + "abs_rshares": 1011467229579, + "active": "2016-09-02T21:31:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 23, "beneficiaries": [], - "body": "It was made more linear from the perspective of voters but the quadratic weighting across different posts remains. I think most in decision making positions see large payouts for winning/leaderboard posts to be a more useful approach overall than paying each post (to make up a number) $10. Which is not to say there aren't a lot of posts making $100-200 because there are, but overall the rewards are indeed concentrated with the top posts. It is a reasonable debate though, whether payouts across posts should be flatter.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 5, + "body": "We would add a clause to the license that acts like a deadman switch. If such an event happened we would make it unrestricted license.", + "cashout_time": "2016-09-09T21:31:03", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T08:58:09", + "created": "2016-09-02T21:31:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 555106, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T07:10:18", - "last_update": "2016-08-02T08:58:24", + "depth": 1, + "id": 1103822, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T04:06:24", + "last_update": "2016-09-02T21:31:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "alexgr", - "parent_permlink": "re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160801t205354136z", + "net_rshares": 1011467229579, + "net_votes": 5, + "parent_author": "tobixen", + "parent_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", "percent_hbd": 10000, - "permlink": "re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t085808100z", + "permlink": "re-tobixen-what-if-the-us-govt-really-wanted-to-censor-steem-20160902t213104170z", "reward_weight": 10000, - "root_author": "xtester", - "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "root_author": "tobixen", + "root_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", "title": "", "total_payout_value": { - "amount": "0", + "amount": "19", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1011467229579 }, { - "abs_rshares": 0, - "active": "2016-08-02T10:42:18", + "abs_rshares": 9532902004427, + "active": "2016-09-05T18:37:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 14783, "beneficiaries": [], - "body": "I agree about blogging vs. chatting. One of the most interesting things I've seen on Steemit is the growth of activity in comments. In the earlier days with a much smaller user base, there were few comments even on the top paid posts. In fact comments were so neglected that there was at one point a proposal to explicitly subsidize comment posting with a dedicated portion of the reward pool. That proposal was dropped, but nevertheless, as the user base grew, comments have taken off to where most decent posts, whether highly rewarded or not, generate a significant tree of discussion and many good ideas are developed in comments.\n\nAnecdotally I hate blogs that disable comments and usually don't return to them more than once or twice. Whether I comment or not, I still want to see what others have to say about the post, and if the poster isn't allowing comments that could potentially challenge their claims, I'm less willing to take what they have to say seriously. The days of one-way information dissemination are over.\n\nOverall this was a good post with useful analysis of the competitive landscape.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "body": "This is a very poorly understood change. \n\nLook at it this way, every user gets so much power flowing into their cup. Under current rules most users cups are full and their power goes to waste. \n\nPower voters waste less power because they keep their cups less than full. \n\nNew rules allow normal people to use more of their power by draining their cup faster with each vote. This means they can capture more of their power. \n\nNet effect is the percentage of power used by normal voters increases, while power voters decrease.", + "cashout_time": "2016-09-09T21:56:51", + "category": "steemit", + "children": 11, "children_abs_rshares": 0, - "created": "2016-08-02T09:07:15", + "created": "2016-09-02T21:56:51", "curator_payout_value": { - "amount": "0", + "amount": "164", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 555187, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T21:25:06", - "last_update": "2016-08-02T09:07:51", + "depth": 1, + "id": 1104105, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T23:39:33", + "last_update": "2016-09-02T21:56:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "anonymint", - "parent_permlink": "re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t083635848z", + "net_rshares": 9532902004427, + "net_votes": 14, + "parent_author": "chitty", + "parent_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", "percent_hbd": 10000, - "permlink": "re-anonymint-re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t090712200z", + "permlink": "re-chitty-your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards-20160902t215650411z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination", + "root_author": "chitty", + "root_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", "title": "", "total_payout_value": { - "amount": "0", + "amount": "12697", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 12994330668905439953, + "vote_rshares": 9532902004427 }, { - "abs_rshares": 0, - "active": "2016-08-02T09:53:09", + "abs_rshares": 3468864651119, + "active": "2016-09-03T20:51:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 3239, "beneficiaries": [], - "body": "I'm glad you found the post valuable and thank you for the positive feedback. It is appreciated!", - "cashout_time": "1969-12-31T23:59:59", + "body": "If bob is a bot who spends 4 milliseconds curating you will see the reality of what we are trying to balance.", + "cashout_time": "2016-09-10T02:41:57", "category": "steem", - "children": 0, + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-02T09:53:09", + "created": "2016-09-03T02:41:57", "curator_payout_value": { - "amount": "0", + "amount": "1", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 555728, + "depth": 3, + "id": 1106527, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T04:55:36", - "last_update": "2016-08-02T09:53:09", + "last_payout": "2016-09-04T05:11:15", + "last_update": "2016-09-03T02:41:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "merej99", - "parent_permlink": "re-smooth-voting-is-a-popularity-contest-20160802t092842001z", + "net_rshares": 3468864651119, + "net_votes": 18, + "parent_author": "bobbybillbob", + "parent_permlink": "re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t020254986z", "percent_hbd": 10000, - "permlink": "re-merej99-re-smooth-voting-is-a-popularity-contest-20160802t095308000z", + "permlink": "re-bobbybillbob-re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t024157858z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "voting-is-a-popularity-contest", + "root_author": "theoretical", + "root_permlink": "learning-to-love-the-voting-power-equilibrium-point-change", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2771", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 8567467939848524093, + "vote_rshares": 3468864651119 }, { - "abs_rshares": 0, - "active": "2016-08-02T10:52:51", + "abs_rshares": 559988262, + "active": "2016-09-03T22:26:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 18, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Maybe I should outvote him with the thousands of accounts I have left over from mining. Or perhaps I should power down my stake and use it to create 500 000 new accounts (though fear not, I can \"only\" do this at a rate of 5000 per week).\n\nDoes this make any sense? The answer is no. \n\nIt is time to recognize that 'vote count' is an obsolete and unworkable concept that is a hold over from previous inferior systems such as Reddit. We don't need it and will be better off without it.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "The flip side is when a legit answer is given but the questioner doesn't recognize it.", + "cashout_time": "2016-09-10T16:38:42", + "category": "statism", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T10:52:51", + "created": "2016-09-03T16:38:42", "curator_payout_value": { - "amount": "14", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 556589, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T23:15:57", - "last_update": "2016-08-02T10:52:51", + "depth": 2, + "id": 1113029, + "json_metadata": "{\"tags\":[\"statism\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-03T16:38:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "riensen", - "parent_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "net_rshares": 559988262, + "net_votes": 2, + "parent_author": "matthewmencel", + "parent_permlink": "re-larkenrose-principles-and-predictions-20160903t155842888z", "percent_hbd": 10000, - "permlink": "re-riensen-steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool-20160802t105249500z", + "permlink": "re-matthewmencel-re-larkenrose-principles-and-predictions-20160903t163841505z", "reward_weight": 10000, - "root_author": "riensen", - "root_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", + "root_author": "larkenrose", + "root_permlink": "principles-and-predictions", "title": "", "total_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2582128547929399, + "vote_rshares": 559988262 }, { - "abs_rshares": 0, - "active": "2016-08-02T11:25:51", + "abs_rshares": 4728679166057, + "active": "2016-09-04T23:26:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 44, "beneficiaries": [], - "body": "http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 1, + "body": "This post is inaccurate, Ned and I are almost always front run and are smarter than to dump at once.", + "cashout_time": "2016-09-11T03:15:27", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-02T11:19:18", + "created": "2016-09-04T03:15:27", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 556962, - "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html\"]}", - "last_payout": "2016-09-01T23:19:06", - "last_update": "2016-08-02T11:19:18", + "id": 1118646, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T11:59:45", + "last_update": "2016-09-04T03:15:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "kapets", - "parent_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "net_rshares": 4728679166057, + "net_votes": 15, + "parent_author": "leavemealone", + "parent_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", "percent_hbd": 10000, - "permlink": "re-kapets-they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened-20160802t111915900z", + "permlink": "re-leavemealone-ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on-20160904t031526209z", "reward_weight": 10000, - "root_author": "kapets", - "root_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", + "root_author": "leavemealone", + "root_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", "title": "", "total_payout_value": { - "amount": "0", + "amount": "36", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 4728679166057 }, { - "abs_rshares": 0, - "active": "2016-08-02T19:11:39", + "abs_rshares": 1936741269503, + "active": "2016-09-07T16:03:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 686, "beneficiaries": [], - "body": "^ This\n\nWelcome Heather.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "body": "Straw men, appeal to authority, ambiguous definition of God, subjective interpretation of scripture... Until you get past your own cognitive dissonance your arguments will fall on deaf ears.", + "cashout_time": "2016-09-12T15:49:57", + "category": "religion", + "children": 12, "children_abs_rshares": 0, - "created": "2016-08-02T11:23:39", + "created": "2016-09-05T15:49:57", "curator_payout_value": { - "amount": "0", + "amount": "182", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 557021, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-02T01:27:06", - "last_update": "2016-08-02T11:23:39", + "depth": 1, + "id": 1135563, + "json_metadata": "{\"tags\":[\"religion\"]}", + "last_payout": "2016-09-06T22:05:27", + "last_update": "2016-09-05T15:49:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "zorro", - "parent_permlink": "re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t034857255z", + "net_rshares": 1936741269503, + "net_votes": 8, + "parent_author": "stan", + "parent_permlink": "dissing-god", "percent_hbd": 10000, - "permlink": "re-zorro-re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t112339200z", + "permlink": "re-stan-dissing-god-20160905t154955986z", "reward_weight": 10000, - "root_author": "thepixelprincess", - "root_permlink": "it-s-not-a-secret-who-i-am", + "root_author": "stan", + "root_permlink": "dissing-god", "title": "", "total_payout_value": { - "amount": "0", + "amount": "564", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1936741269503 }, { - "abs_rshares": 0, - "active": "2016-08-02T11:38:36", + "abs_rshares": 19235933683, + "active": "2016-09-06T04:49:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "That is an incredibly beautiful photograph. Thank you for sharing.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitphotochallenge", - "children": 0, + "body": "Poverty is no excuse to get a job killing innocent people and provoking terrisom around the world.", + "cashout_time": "2016-09-12T15:56:51", + "category": "holiday", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-02T11:38:36", + "created": "2016-09-05T15:56:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 557247, - "json_metadata": "{\"tags\":[\"steemitphotochallenge\"]}", - "last_payout": "2016-08-30T11:04:27", - "last_update": "2016-08-02T11:38:36", + "id": 1135633, + "json_metadata": "{\"tags\":[\"holiday\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-05T15:56:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "theyam", - "parent_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "net_rshares": 19235933683, + "net_votes": 4, + "parent_author": "robles4242", + "parent_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", "percent_hbd": 10000, - "permlink": "re-theyam-steemitphotochallenge-entry-sunday-stroll-on-the-beach-20160802t113835800z", - "reward_weight": 10000, - "root_author": "theyam", - "root_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", + "permlink": "re-robles4242-labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military-20160905t155650325z", + "reward_weight": 10000, + "root_author": "robles4242", + "root_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", "title": "", "total_payout_value": { "amount": "0", @@ -18618,146 +18569,146 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 19235933683 }, { - "abs_rshares": 0, - "active": "2016-08-04T18:41:09", + "abs_rshares": 117664017258534, + "active": "2016-09-13T15:02:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1449993, "beneficiaries": [], - "body": "Thank you for posting this story, it was quite moving.", - "cashout_time": "1969-12-31T23:59:59", - "category": "parenting", - "children": 0, + "body": "
https://i.imgflip.com/p1ij6.jpg
**CENSORSHIP**
\n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
\n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
\n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", + "cashout_time": "2016-09-13T18:45:36", + "category": "censorship", + "children": 164, "children_abs_rshares": 0, - "created": "2016-08-02T12:05:03", + "created": "2016-09-06T18:45:36", "curator_payout_value": { - "amount": "0", + "amount": "16427", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 557576, - "json_metadata": "{\"tags\":[\"parenting\"]}", - "last_payout": "2016-09-01T04:29:42", - "last_update": "2016-08-02T12:05:03", + "depth": 0, + "id": 1149625, + "json_metadata": "{\"tags\":[\"censorship\",\"steemit\",\"steem\"],\"image\":[\"https://i.imgflip.com/p1ij6.jpg\",\"https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg\",\"http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Linguistic_relativity\",\"/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video\",\"https://en.wikipedia.org/wiki/Banksy\",\"http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T18:45:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "hanshotfirst", - "parent_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "net_rshares": 117550898840994, + "net_votes": 506, + "parent_author": "", + "parent_permlink": "censorship", "percent_hbd": 10000, - "permlink": "re-hanshotfirst-my-daughter-s-neville-longbottom-moment-of-the-day-20160802t120504500z", + "permlink": "censorship-is-impossible-in-a-free-society", "reward_weight": 10000, - "root_author": "hanshotfirst", - "root_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", - "title": "", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", + "title": "Censorship is impossible in a Free Society", "total_payout_value": { - "amount": "0", + "amount": "1177393", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 117607458049764 }, { - "abs_rshares": 0, - "active": "2016-08-02T12:08:54", + "abs_rshares": 37050486928, + "active": "2016-09-07T05:30:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Welcome to Steemit. I'm glad you shared your story with us and I hope to see more of your posts.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "Xeroc, whom I trust, downvoted it and gave his reasons. The post is not in english, uses excessive font size and bold lettering. It is clear to me why it doesn't add value to most readers.", + "cashout_time": "2016-09-13T18:58:15", + "category": "censorship", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-02T12:08:54", + "created": "2016-09-06T18:58:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 557636, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-31T12:08:33", - "last_update": "2016-08-02T12:08:54", + "depth": 2, + "id": 1149806, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T18:58:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "sarahmegabubble", - "parent_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "net_rshares": 37050486928, + "net_votes": 4, + "parent_author": "future24", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185442778z", "percent_hbd": 10000, - "permlink": "re-sarahmegabubble-my-name-is-sarah-megabubble-and-i-m-joining-steemit-20160802t120854600z", + "permlink": "re-future24-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185815376z", "reward_weight": 10000, - "root_author": "sarahmegabubble", - "root_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 169297077750250736, + "vote_rshares": 37050486928 }, { - "abs_rshares": 0, - "active": "2016-08-04T00:02:15", + "abs_rshares": 51874148305, + "active": "2016-09-07T00:12:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I like that a lot. Very nice artwork!", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "Thanks for the reply. I noticed that many of your replies to posts look like they could be automated by bots. I would encourage you to be more expressive least you get flagged by others.", + "cashout_time": "2016-09-13T19:01:27", + "category": "censorship", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-02T12:34:00", + "created": "2016-09-06T19:01:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 558067, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T08:16:54", - "last_update": "2016-08-02T12:34:00", + "depth": 2, + "id": 1149849, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:01:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "verelst", - "parent_permlink": "goodbye-emoji-welcome-steempty", + "net_rshares": 51874148305, + "net_votes": 5, + "parent_author": "flowergirl", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t184925184z", "percent_hbd": 10000, - "permlink": "re-verelst-goodbye-emoji-welcome-steempty-20160802t123358700z", + "permlink": "re-flowergirl-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190127748z", "reward_weight": 10000, - "root_author": "verelst", - "root_permlink": "goodbye-emoji-welcome-steempty", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", @@ -18765,146 +18716,146 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 51874148305 }, { - "abs_rshares": 0, - "active": "2016-08-03T00:46:51", + "abs_rshares": 304488375, + "active": "2016-09-06T19:02:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "flagged as this appears to be a widely-distributed press release not original work of the poster here and as such was (possibly still is) grossly overpaid", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 4, + "body": "That is strongly encouraged!", + "cashout_time": "2016-09-13T19:02:12", + "category": "censorship", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T00:10:12", + "created": "2016-09-06T19:02:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 570373, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T08:24:21", - "last_update": "2016-08-03T00:15:54", + "depth": 2, + "id": 1149864, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:02:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "dashpaymag", - "parent_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "net_rshares": 304488375, + "net_votes": 2, + "parent_author": "jbaker585", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185321215z", "percent_hbd": 10000, - "permlink": "re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t001012400z", + "permlink": "re-jbaker585-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190213510z", "reward_weight": 10000, - "root_author": "dashpaymag", - "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1404097898889281, + "vote_rshares": 304488375 }, { - "abs_rshares": 0, - "active": "2016-08-03T00:22:15", + "abs_rshares": 105624979076, + "active": "2016-09-07T22:41:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 34, "beneficiaries": [], - "body": "flagged", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "I think the reputation system needs to be refined a bit more, probably based upon follow / mute ratio rather than vote up / down.", + "cashout_time": "2016-09-13T19:03:27", + "category": "censorship", + "children": 13, "children_abs_rshares": 0, - "created": "2016-08-03T00:22:15", + "created": "2016-09-06T19:03:27", "curator_payout_value": { - "amount": "0", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 570516, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-02T12:03:30", - "last_update": "2016-08-03T00:22:15", + "depth": 2, + "id": 1149884, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T19:03:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "klye", - "parent_permlink": "re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160802t222533867z", + "net_rshares": 105624979076, + "net_votes": 4, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190043761z", "percent_hbd": 10000, - "permlink": "re-klye-re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160803t002216000z", + "permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", "reward_weight": 10000, - "root_author": "natako", - "root_permlink": "hi-steem-who-am-i-hockey-girl-cheerleading-about-me", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { - "amount": "0", + "amount": "26", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 474577431386440935, + "vote_rshares": 105624979076 }, { - "abs_rshares": 0, - "active": "2016-08-03T00:32:57", + "abs_rshares": 7904919839, + "active": "2016-09-13T15:02:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "flagged as overrewarded by bot swarm votes for a repost of old public domain work", - "cashout_time": "1969-12-31T23:59:59", - "category": "story", - "children": 0, + "body": "The federal reserve has enabled consolidation of the media through mergers. The internet gives us an alternative outlet. I don't watch 90% of the media and neither does anyone else with half a brain. Complaining about them is pointless, and technically isn't censorship.", + "cashout_time": "2016-09-13T19:05:45", + "category": "censorship", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T00:32:57", + "created": "2016-09-06T19:05:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 570694, - "json_metadata": "{\"tags\":[\"story\"]}", - "last_payout": "2016-09-02T04:07:45", - "last_update": "2016-08-03T00:32:57", + "depth": 2, + "id": 1149921, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:05:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "joseph", - "parent_permlink": "the-owls-and-the-crows-part-ii", + "net_rshares": 7904919839, + "net_votes": 2, + "parent_author": "cherryleaf", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185443378z", "percent_hbd": 10000, - "permlink": "re-joseph-the-owls-and-the-crows-part-ii-20160803t003258600z", + "permlink": "re-cherryleaf-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190545891z", "reward_weight": 10000, - "root_author": "joseph", - "root_permlink": "the-owls-and-the-crows-part-ii", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", @@ -18912,391 +18863,391 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 7904919839 }, { - "abs_rshares": 0, - "active": "2016-08-03T00:46:51", + "abs_rshares": 7635704069, + "active": "2016-09-06T22:41:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "rep does not affect downvoting to reduce the reward. It is a parallel system that only affects hiding. You can still effectively downvote if you think it is appropriate.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "body": "Identifying plagiarism is HARD work, especially when you are using a mobile phone and the bots are using sophisticated algorithms to prevent auto-detection.\n\nIf there is a particular whale that is consistently abusing his power, then lets identify him and show the pattern.", + "cashout_time": "2016-09-13T19:26:39", + "category": "censorship", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T00:39:57", + "created": "2016-09-06T19:26:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 570814, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T08:24:21", - "last_update": "2016-08-03T00:40:39", + "depth": 2, + "id": 1150169, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:26:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "earnest", - "parent_permlink": "re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t002056331z", + "net_rshares": 7635704069, + "net_votes": 3, + "parent_author": "ats-david", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190500745z", "percent_hbd": 10000, - "permlink": "re-earnest-re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t003957000z", + "permlink": "re-ats-david-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192639255z", "reward_weight": 10000, - "root_author": "dashpaymag", - "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 35146377860745937, + "vote_rshares": 7635704069 }, { - "abs_rshares": 0, - "active": "2016-08-03T04:09:12", + "abs_rshares": 7571786026, + "active": "2016-09-07T00:47:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The reward pool is shared, so it is mine, yours, and everyone else's. The white paper does discuss people downvoting to reduce rewards when they feel it is appropriate.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "body": "perhaps you do not remember the early days of spam bots flooding the comment section. If you don't hide it, then vandals will comment with porn and abusive content in the threads of the most popular discussions.", + "cashout_time": "2016-09-13T19:31:03", + "category": "censorship", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-03T00:43:30", + "created": "2016-09-06T19:31:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 570870, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-26T05:26:42", - "last_update": "2016-08-03T04:09:12", + "depth": 2, + "id": 1150237, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:31:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 7571786026, "net_votes": 2, - "parent_author": "patrick-g", - "parent_permlink": "re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160802t160831979z", + "parent_author": "jrcornel", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192644729z", "percent_hbd": 10000, - "permlink": "re-patrick-g-re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t004329500z", + "permlink": "re-jrcornel-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193102449z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 34852725405829106, + "vote_rshares": 7571786026 }, { - "abs_rshares": 0, - "active": "2016-08-03T00:44:27", + "abs_rshares": 63918043, + "active": "2016-09-06T22:28:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 133, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I'm not on bitsharestalk. Since there is no PM on here yet you can PM me on bitcointalk as smooth or reddit as smooth_xmr", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "Your argument is the same as the blacks wanting affirmative action that enforces discrimination by law.", + "cashout_time": "2016-09-13T19:59:18", + "category": "censorship", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T00:44:27", + "created": "2016-09-06T19:59:18", "curator_payout_value": { - "amount": "39", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 570890, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T07:10:18", - "last_update": "2016-08-03T00:44:27", + "depth": 3, + "id": 1150590, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T19:59:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "fuzzyvest", - "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t151711988z", + "net_rshares": 63918043, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193812148z", "percent_hbd": 10000, - "permlink": "re-fuzzyvest-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160803t004428100z", + "permlink": "re-heretickitten-re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t195920319z", "reward_weight": 10000, - "root_author": "xtester", - "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { - "amount": "121", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 294765235024098, + "vote_rshares": 63918043 }, { - "abs_rshares": 0, - "active": "2016-08-16T17:09:39", + "abs_rshares": 122144790195, + "active": "2016-09-06T20:20:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 37, + "author": "dantheman", + "author_rewards": 39, "beneficiaries": [], - "body": "> too easy to be destroyed by a whale\n\nTroll\n\n\"The estimated value is based on a 7 day average value of Steem in US Dollars. $896,570.39\"\n\n(upvoted anyway for relevance)", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "body": "What you are talking about is peer pressure and shunning. These are social norms that @dana-edwards discusses here: \n\nhttps://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", + "cashout_time": "2016-09-13T20:00:27", + "category": "censorship", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T01:37:54", + "created": "2016-09-06T20:00:27", "curator_payout_value": { - "amount": "11", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 571535, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-02T14:27:21", - "last_update": "2016-08-03T01:38:42", + "depth": 2, + "id": 1150609, + "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"dana-edwards\"],\"links\":[\"https://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy\"]}", + "last_payout": "2016-09-08T03:07:00", + "last_update": "2016-09-06T20:00:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "wang", - "parent_permlink": "farewell-so-much-hate", + "net_rshares": 122144790195, + "net_votes": 1, + "parent_author": "heretickitten", + "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193448838z", "percent_hbd": 10000, - "permlink": "re-wang-farewell-so-much-hate-20160803t013754700z", + "permlink": "re-heretickitten-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t200028669z", "reward_weight": 10000, - "root_author": "wang", - "root_permlink": "farewell-so-much-hate", + "root_author": "dantheman", + "root_permlink": "censorship-is-impossible-in-a-free-society", "title": "", "total_payout_value": { - "amount": "87", + "amount": "31", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 546602266379276152, + "vote_rshares": 122144790195 }, { - "abs_rshares": 0, - "active": "2016-08-03T09:37:42", + "abs_rshares": 369976892748, + "active": "2016-09-07T04:01:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 512, + "author": "dantheman", + "author_rewards": 125, "beneficiaries": [], - "body": "Flagged for platform updates draining the same pool that rewards all platform users (and disproportionately since unlike any other content they are relevant to the entire user base). IMO the pool is better used to draw new content and users to the platform. Good update and the hopefully the reputation system will improve the platform, so not downvoting on merit.\n\nFor platform updates please consider using the blockchain feature that was added to disable rewards on a specific post.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "The more stuff you have, the more it costs to maintain it. If you buy a \"dream house\" and a \"dream car\" all of a sudden you are trapped into paying property taxes. \n\nAt todays interest rates and risk profiles there is no amount of money that is easily attainable by the middle class that can earn passive income sufficient to maintain their standard of living indefinitely. \n\nAt 1% interest it requires 7.5 million dollars to earn $75,000 per year. That would require the typical middle class individual to save 100% of their income for more than their working life span. Once you factor in minimal cost of living and inflation and taxes, game over. It isn't even remotely possible without taking extreme risks in the market. \n\nSomeone who earns $7.5 million dollars after taking extreme risks in the market will still fall behind unless they continue to take extreme risks. Negative real interest rates are a bitch.", + "cashout_time": "2016-09-13T21:37:54", + "category": "life", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T02:11:03", + "created": "2016-09-06T21:37:54", "curator_payout_value": { - "amount": "390", + "amount": "32", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 571884, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-03T02:12:30", + "id": 1151781, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-07T21:27:03", + "last_update": "2016-09-06T21:37:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 13, - "parent_author": "dantheman", - "parent_permlink": "brief-update-on-reputation-score", + "net_rshares": 369976892748, + "net_votes": 4, + "parent_author": "calaber24p", + "parent_permlink": "how-much-money-is-enough", "percent_hbd": 10000, - "permlink": "re-dantheman-brief-update-on-reputation-score-20160803t021104200z", + "permlink": "re-calaber24p-how-much-money-is-enough-20160906t213756001z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "calaber24p", + "root_permlink": "how-much-money-is-enough", "title": "", "total_payout_value": { - "amount": "1212", + "amount": "101", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 735490637698427510, + "vote_rshares": 369976892748 }, { - "abs_rshares": 0, - "active": "2016-08-03T02:43:48", + "abs_rshares": 221177203, + "active": "2016-09-06T22:04:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Repost, downvoted", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "You should probably tag this NSFW.", + "cashout_time": "2016-09-13T21:41:09", + "category": "photography", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T02:43:48", + "created": "2016-09-06T21:41:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 572258, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T14:40:42", - "last_update": "2016-08-03T02:43:48", + "depth": 1, + "id": 1151822, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-06T21:41:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "cheetah", - "parent_permlink": "re-i-built-a-geothermal-greenhouse-20160803t022121", + "net_rshares": 221177203, + "net_votes": 1, + "parent_author": "kamil5", + "parent_permlink": "ended-the-crazy-burning-man-festival-2016", "percent_hbd": 10000, - "permlink": "re-cheetah-re-i-built-a-geothermal-greenhouse-20160803t022121-20160803t024346600z", + "permlink": "re-kamil5-ended-the-crazy-burning-man-festival-2016-20160906t214109290z", "reward_weight": 10000, - "root_author": "steve-mcclair", - "root_permlink": "i-built-a-geothermal-greenhouse", + "root_author": "kamil5", + "root_permlink": "ended-the-crazy-burning-man-festival-2016", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1019943417611894, + "vote_rshares": 221177203 }, { - "abs_rshares": 0, - "active": "2016-08-05T21:55:33", + "abs_rshares": 79516346523387, + "active": "2016-09-10T19:42:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 749496, "beneficiaries": [], - "body": "1. No\n2. You don't really have only 4 daily posts. After the first four the on each extra post are slowly reduced, but if you have a few more valuable posts they are probably still worth putting up. You may get a little less rewards on those extra posts but your total will still be higher.", - "cashout_time": "1969-12-31T23:59:59", - "category": "asksteemit", - "children": 4, + "body": "
http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761
\n\nVoluntary censorship is the heart and soul of a free society. My definition of a free society is one that is not governed by initiation of violence and where all relationships and business transactions are voluntary. This means self-censorship and discrimination of all kinds are the very foundation of a functioning free society. \n\nI know this *sounds* controversial to those who are deathly afraid of racism, bigotry, and general social pressure. Please suspend your judgement until you finish reading this article. I am not racist and will gladly do business with anyone of any race who offers a profitable opportunity. \n\n## Free Market Solutions to Securing Life, Liberty, and Property \n\nIf you follow my blog you will know that I am constantly searching for non-violent alternatives to government. The anarchists among us know how challenging this can be. Most simply accept on faith that \u201cthe market will provide\u201d, but few pursue the question of \u201chow will the market provide?\u201d. Those that do pursue the question of how the market will provide often do so on a purely theoretical basis. \n\nWhat makes me different from the vast majority of armchair anarchists and voluntarists is that I am actively engaged in an entrepreneurial business of bringing viable solutions to the market. Theoretical market structures in a post-government world are of no use to someone attempting to bootstrap a business securing life, liberty, and property in a totalitarian state.\n\nThe only non-violent society that will have staying power is the one that can be born under oppression and through its own strength overthrow that oppression while adhering to its own principles. \n\n## Self Censorship *is* Self Government \nEach individual is responsible for not acting in ways that would violate the non aggression principle. This means that they must censor their desire for revenge. They must hold their punches. They must honor their contracts and avoid fraud, slander, libel, and offensive conduct.\n\n
http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png
\n\nNot only must someone watch what they do, they must watch what they say. **This is because you do not own your reputation!** Contrary to popular belief, you have no right to control what other people *think* about you. Your actions are a major contributor to your reputation, but ultimately how your actions are *interpreted* by others is what defines their opinion of you. Their opinion of you then defines their willingness to do business with you. Furthermore, *perception* matters more than reality because people make their decisions on their *perception* which may have nothing to do with *reality*.\n\n\n## What if Society is Wrong?\n\nSuppose the vast majority of society is against public nudity? Under such a society business owners would discriminate against naked customers. They would do this even if they had nothing against nudity simply because they could lose the business of their other customers.\n\nThose who wanted to enjoy naked living would need to go to businesses that specialize in serving naked customers. \n\nIf nudity was sufficiently taboo, then businesses may ultimately disassociate themselves from anyone known to serve nude customers. This could ultimately make operating a business serving naked customers completely unviable if the business owner wished to maintain the benefits of having a good reputation with the rest of society.\n\nSuppose your moral code sees nothing wrong with naked living. Suppose you wish to enjoy life living in a nudist colony? This society would completely shun you. It would ruin your opportunity to find jobs, make friends, and ultimately you would be forced to *conform* with the prevailing opinion. You would be forced to censor your own body anytime you were in the presence of anyone else. \n\nWhat happened to your freedom? Is your naked body harming others? They seem to think so and ultimately public opinion is the judge of what constitutes \u201caggression\u201d and therefore what behaviors should be shunned. \n\nIf the majority of society has a different opinion on what is \u201cright\u201d and what is \u201cwrong\u201d, then all you can do is keep your behavior out of public spotlight or engage in a discussion and attempt to persuade others to change their opinion. \n\n## Centralized Reputation \n\nAs a society grows larger than a couple hundred people, it becomes impossible for any one individual to have first hand information from which to derive an independent opinion about another individual. Instead people must delegate the process of reputation to others. This is the *birth* of government.\n\nMost people let the government define an individual\u2019s reputation. If the government says someone is \u201cbad\u201d, then they also adopt the same opinion. Laws and courts are nothing more than the process of defining who has a \u201cgood reputation\u201d and who has a \u201cbad reputation\u201d. \n\nOnce you have a \u201cbad reputation\u201d few people are willing to risk their own \u201creputation\u201d defending you. Governments enforce coordinated shunning of those they deem to be bad through the use of prisons. They physically cut off an individuals freedom to do business with others. \n\nThe legitimacy of the entire process depends upon the reputation of the system itself. Control over the reputation system of society is absolute power.\n\n## Decentralized Reputation \n\nThe key to decentralizing power is to decentralize control over reputation. This is achieved in a free market through *voluntary* coordinated shunning. Each business owner gets to influence public policy by setting the price of doing business with them. A business owner who is against nudity can set the price of eating in his establishment as a combination of money *and* behavior (wearing clothes).\n\nThose who wish to partake in the products offered by the market must be willing to pay the price. This means they must conform in order to *earn* the products and services they wish to receive from others.\n\nThe more of society that agrees on certain behavior norms, the more costly it becomes to violate those norms. The most universally demanded behaviors will be against violence, theft, and fraud. The price for violating these norms will be to pay full restitution or be completely outcast from society. A complete outcast becomes a beggar or slave to whomever will care for them and could potentially face death if they are unable to be completely self reliant.\n\nThe more controversial an issue becomes lower the price of not conforming.\n\n## Paradox for Anarchists \n\nAn anarchist is advocating a society that allows free expression without fear of others initiating violence in a systematic way. The only way to achieve such a society is to change public opinion. We all live and die by public opinion.\n\nIt is public opinion that currently enslaves us under governments and under an anarchy that same public opinion will continue to be the source of all power enforcing the non aggression principle. \n\nThis means that without using violence or taxation, a free society could conceivable compel everyone to purchase health insurance. It could conceivably compel a prohibition of drugs and alcohol. It could conceivably self-censor any topic and demand adherence to all kinds of behavior we currently find abhorrent about governments. All of this would be compelled through market forces; it would simply be too expensive to resist. \n\nWhat anarchists know is that it is incredibly difficult to get people to agree on anything. Anything that was sufficiently controversial would be permitted because it requires a near universal acceptance of an opinion before coordinated shunning is effective. Most people are neutral toward anything that doesn\u2019t impact themselves. In fact, most people are willing to \u201clook the other way\u201d if it will make them a buck. \n\nThe difference between a government and a free society is that all social laws must be incredibly simple and general because you would never get any consensus behind anything overly specific. It is the overly specific laws that allow individuals in power to abuse the masses and prevent individuals from making more decentralized judgments. \n\n## Conclusion \n\nThose who complain about censorship motivated by social pressure are simultaneously guilty of applying that kind of censorship through their support of the government required to prevent it. We all wish we could live in a world where everyone shared our opinion and we could do what ever we want, when ever we want, wherever we want. That world is logically impossible. We will always be bound by public opinion. The best we can hope for is to sway that opinion away from accepting initiating violence as necessary toward complete shunning of anyone who initiates violence. \n\nI would go so far to say, that a non-violent society would completely self-censor any suggestion of violence. There very suggestion that violence be initiated against someone is a threat to such a society. Such an individual could not be trusted.\n\nOnce you realize that an anarchist society would self-censor competing ideas, it becomes very clear why a statist society must censor anarchist ideas. A statist society would use violence to enforce their censorship, a voluntarist society would use peer pressure and self-censorship.\n\nCensorship is a shield used to protect the prevailing opinion against anything that would change it. Whether it is used for \u201cgood\u201d or \u201cevil\u201d depends entirely upon the idea being defended.", + "cashout_time": "2016-09-14T16:26:45", + "category": "anarchy", + "children": 95, "children_abs_rshares": 0, - "created": "2016-08-03T03:06:03", + "created": "2016-09-07T16:26:45", "curator_payout_value": { - "amount": "0", + "amount": "6033", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 572579, - "json_metadata": "{\"tags\":[\"asksteemit\"]}", - "last_payout": "2016-09-02T15:22:09", - "last_update": "2016-08-03T03:06:03", + "depth": 0, + "id": 1160508, + "json_metadata": "{\"tags\":[\"anarchy\",\"censorship\"],\"image\":[\"http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761\",\"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:02:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "pjheinz", - "parent_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "net_rshares": 79516346523387, + "net_votes": 395, + "parent_author": "", + "parent_permlink": "anarchy", "percent_hbd": 10000, - "permlink": "re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t030602800z", + "permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "reward_weight": 10000, - "root_author": "pjheinz", - "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", - "title": "", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", "total_payout_value": { - "amount": "0", + "amount": "603344", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 79516346523387 }, { - "abs_rshares": 0, - "active": "2016-08-05T21:55:33", + "abs_rshares": 583661641, + "active": "2016-09-07T18:27:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Correct on point 1: Editing does not penalize you. That rumor started because someone misinterpreted the payout data on one of their posts and has taken on a life of its own ever since.", - "cashout_time": "1969-12-31T23:59:59", - "category": "asksteemit", + "body": "You are absolutely right. In this case the nudists are either completely self-sufficient in their own town *or* the rest of society is sufficiently tolerant of the concept that they will still trade with nudiststown. If the rest of society viewed nudism the same way they viewed violence, then they would cut all economic ties with nudist town. \n\nTo properly understand my article you must free yourself from judgements regarding the particular behaviors I used. You must allow for complete freedom of \"public opinion\" which means that public opinion could turn against *anything*.", + "cashout_time": "2016-09-14T16:49:51", + "category": "anarchy", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T04:07:57", + "created": "2016-09-07T16:49:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 573390, - "json_metadata": "{\"tags\":[\"asksteemit\"]}", - "last_payout": "2016-09-02T15:22:09", - "last_update": "2016-08-03T04:07:57", + "depth": 2, + "id": 1160797, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T16:49:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "pjheinz", - "parent_permlink": "re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t032438154z", + "net_rshares": 583661641, + "net_votes": 2, + "parent_author": "matthewtiii", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164347718z", "percent_hbd": 10000, - "permlink": "re-pjheinz-re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t040756800z", + "permlink": "re-matthewtiii-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164951676z", "reward_weight": 10000, - "root_author": "pjheinz", - "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { "amount": "0", @@ -19304,391 +19255,391 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 583661641 }, { - "abs_rshares": 0, - "active": "2016-08-03T04:10:48", + "abs_rshares": 2446916532024, + "active": "2016-09-08T02:05:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1358, "beneficiaries": [], - "body": "In addition to what dan said, the biggest rewards go to those that vote early but not not too early. There are a few posts that discuss the exactly mechanism, but the take away is that just because you vote on a post that makes it big doesn't mean that you will get a big cut. Even with my high SP I have voted late on some of the biggest payouts (>$10K) and still gotten almost nothing. Vote timing is critical.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "body": "You are absolutely right. I am not advocating we plug our ears. I am merely attempting to describe the nature of the world and society around us. For example, *I* wouldn't prevent someone from making new arguments because *I* value all challenges to my belief system. It is the challenges that help me grow. Over time my views have consistently evolved which means I am always open to new information.\n\nThose whose identity is tied up in their beliefs have a harder time accepting or tolerating different opinions. This aspect of human nature will cause most people to react in a way to censor those promoting ideas that conflict with their core beliefs of right and wrong. \n\nFor example, I suspect you would self-censor anyone threatening or inciting violence on a platform you controlled. Your opinion of that individual would be negatively impacted and you would likely stop doing business with them and encourage others to do the same.", + "cashout_time": "2016-09-14T16:58:15", + "category": "anarchy", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T04:10:48", + "created": "2016-09-07T16:58:15", "curator_payout_value": { - "amount": "0", + "amount": "360", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 573426, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-26T05:26:42", - "last_update": "2016-08-03T04:10:48", + "id": 1160915, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T16:58:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "crazylife", - "parent_permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t143336880z", + "net_rshares": 2446916532024, + "net_votes": 13, + "parent_author": "echoesinthemind", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164733046z", "percent_hbd": 10000, - "permlink": "re-crazylife-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t041038600z", + "permlink": "re-echoesinthemind-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165815294z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1092", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 7001431275209135268, + "vote_rshares": 2446916532024 }, { - "abs_rshares": 0, - "active": "2016-08-03T04:59:45", + "abs_rshares": 221237701, + "active": "2016-09-07T23:49:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Great post. Please continue to preach the good word of optimism and self-improvement. Steem/it will be the better for it.", - "cashout_time": "1969-12-31T23:59:59", - "category": "guides", - "children": 1, + "body": "This post is about me working through first principles of governance and censorship in a nonviolent society. \n\nThis certainly wasn't intended to be \"the answer\".", + "cashout_time": "2016-09-14T17:00:24", + "category": "anarchy", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T04:56:36", + "created": "2016-09-07T17:00:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 574099, - "json_metadata": "{\"tags\":[\"guides\"]}", - "last_payout": "2016-09-02T18:25:51", - "last_update": "2016-08-03T04:56:36", + "depth": 2, + "id": 1160942, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T17:00:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "creationlayer", - "parent_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "net_rshares": 221237701, + "net_votes": 1, + "parent_author": "clevecross", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165033793z", "percent_hbd": 10000, - "permlink": "re-creationlayer-keeping-steemit-healthy-compassion-forgiveness-envy-and-markets-20160803t045637500z", + "permlink": "re-clevecross-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170024145z", "reward_weight": 10000, - "root_author": "creationlayer", - "root_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1020222384537003, + "vote_rshares": 221237701 }, { - "abs_rshares": 0, - "active": "2016-08-03T05:36:42", + "abs_rshares": 2397473326138, + "active": "2016-09-07T20:15:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1320, "beneficiaries": [], - "body": "Removed my vote and flagged. Thanks @kuriko for pointing this out.", - "cashout_time": "1969-12-31T23:59:59", - "category": "story", - "children": 1, + "body": "I'm going to dive into the need for secret polling of public opinion as a necessary precondition for breaking out of a situation where everyone is censoring just because everyone else is censoring even though no one really agrees with it anymore.", + "cashout_time": "2016-09-14T17:05:18", + "category": "anarchy", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T05:09:18", + "created": "2016-09-07T17:05:18", "curator_payout_value": { - "amount": "0", + "amount": "350", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 574279, - "json_metadata": "{\"tags\":[\"story\"],\"users\":[\"kuriko\"]}", - "last_payout": "2016-09-02T16:36:57", - "last_update": "2016-08-03T05:09:18", + "id": 1161003, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:05:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "kuriko", - "parent_permlink": "re-simranverma-how-i-live-with-parkinson-s-disease-20160803t040316468z", + "net_rshares": 2397473326138, + "net_votes": 12, + "parent_author": "samether", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170249214z", "percent_hbd": 10000, - "permlink": "re-kuriko-re-simranverma-how-i-live-with-parkinson-s-disease-20160803t050919600z", + "permlink": "re-samether-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170518440z", "reward_weight": 10000, - "root_author": "simranverma", - "root_permlink": "how-i-live-with-parkinson-s-disease", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1062", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 6912975578987023340, + "vote_rshares": 2397473326138 }, { - "abs_rshares": 0, - "active": "2016-08-03T06:48:36", + "abs_rshares": 997403045012, + "active": "2016-09-07T21:11:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 567, "beneficiaries": [], - "body": "FYI including steemit as a tag is discouraged unless the post is specifically about steemit. I don't think tags or at least the first tag can be edited so this is just a suggestion for future posts.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "You are right. That will change going forward.", + "cashout_time": "2016-09-14T17:24:09", + "category": "anarchy", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-03T06:40:27", + "created": "2016-09-07T17:24:09", "curator_payout_value": { - "amount": "0", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 575425, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T18:42:03", - "last_update": "2016-08-03T06:40:57", + "depth": 2, + "id": 1161219, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-08T17:43:57", + "last_update": "2016-09-07T17:24:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "generalizethis", - "parent_permlink": "what-fight-club-can-teach-us-about-social-networks", + "net_rshares": 997403045012, + "net_votes": 3, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t171427375z", "percent_hbd": 10000, - "permlink": "re-generalizethis-what-fight-club-can-teach-us-about-social-networks-20160803t064025900z", + "permlink": "re-tuck-fheman-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t172410067z", "reward_weight": 10000, - "root_author": "generalizethis", - "root_permlink": "what-fight-club-can-teach-us-about-social-networks", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { - "amount": "0", + "amount": "455", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 3681679973369206604, + "vote_rshares": 997403045012 }, { - "abs_rshares": 0, - "active": "2016-08-03T06:55:42", + "abs_rshares": 94578964625956, + "active": "2016-09-15T18:18:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 770946, "beneficiaries": [], - "body": "flagged for low quality post run through an autotranslator or spinner.", - "cashout_time": "1969-12-31T23:59:59", - "category": "sex", - "children": 0, + "body": "
http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg
\n\nMy recent article I presented a case that nonviolent censorship and shunning are both fundamental features a non-violent government. I made the case that it is entirely possible for non violent governments to have as much or even more power than their violent alternatives that exist today. Anytime there is sufficient consensus among the masses, social pressure can be much more powerful a motivator than any prison sentence. Sadly, social pressure can be manipulated and abused through propaganda to create negative outcomes.\n\n## Peer pressure usually operates in a pseudo pyramid (@gikitiki)\n\nThis concept is an accurate observation. There are leaders and followers and this is something that will always be true. It is almost clich\u00e9 in movies that some popular \u201cbully\u201d steers the opinion of their lackeys. People latch onto people and follow their opinions in an effort to improve their own social standing. \n\nIt takes some major event to dislodge the followers from a bully. The followers usually find a new leader and will blindly follow that leader. \n\n## People must own themselves (@williambanks) \n\nPeople need to form their own opinions. This is the crux of many similar arguments. In particular, if you don\u2019t take the time to derive your own opinion about someone then you are letting someone else control your thoughts. This is claimed to be the opposite of freedom and anarchy. You are still a slave if someone else draws your conclusions for you.\n\nWe all want people to think for themselves. It is the best defense against some psychopath gaining influence over the masses. It demonstrates that people are taking *personal responsibility*.\n\nWhen you have a system of organized coordinated shunning of people whom you have never met, then you have a system of government that has the potential to be abused. Whoever has the ability to manipulate the consensus algorithm has the power to make arbitrary law. The masses who have bought into the consensus algorithm will follow it off a cliff if they do not think for themselves.\n\n
http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg
\nLike Larken Rose states, the *belief in authority* is the root of all evil. Whether that authority is with a government or a blockchain based consensus algorithm. The moment people feel compelled to comply with an authority they become a tool to the system. \n\n## We need to Separate Ends from Means \n\nAnarchists frequently condemn statists for allowing the ends to justify the means. Statists are willing to tolerate violence so long as the end result is a mostly peaceful society. They have no guiding principle other than the outcome.\n\nWhen I set out to build a free society based upon the principle of nonaggression, the goal was to achieve \u201cgovernance without violence\u201d. When I present my case for how it might work, many anarchists are suddenly concerned about the potential *outcomes* of a society based only on nonviolence and free association (or disassociation). \n\nWithout lifting a finger to hurt someone, society still has the power to condemn a man and any who help him to death by economic shunning. This is an unacceptable outcome to many anarchists. Any system that is capable of coordinating this economic shunning would be perceived as a new threat: the new state.\n\nIn their mind they picture a utopia where there are no rulers or social forces acting on them in ways they do not like. They imagine a world of free thinking individuals who are universally tolerant. This kind of thinking is just as deranged as communists who think that one day everyone will be selfless and work for the common good. \n\n## Is Non Aggression Enough?\n\nIf we are to build a system the bring about a society structured as closely to our ideals as possible, then it may be the case that non-aggression is a necessary but insufficient principle. Imagine we succeeded in creating a world government based upon blockchain technology that had no police, prisons, or guns. Imagine that it had the support of the masses. \n\nNow imagine that the propaganda machine convinced the masses (via blockchain based economic incentives) to voluntarily shun everyone who refused a vaccine. Imagine that anyone who amassed a certain amount of wealth was also shunned if they didn\u2019t give it away to a socially acceptable cause? \n\n## Why there is nothing to Fear! \n\nFortunately we don\u2019t need to fear these potentially undesirable outcomes. Absent the fear of violence, any sufficiently large group of people who share a common belief would have the ability to form their own self-sustaining communities (effectively their own country). The pursuit of freedom and profit will drive people to separate from the herd mentality. \n\nAny kind of sustained shunning would be countered with underground movements where people secretly ignore the official consensus until enough people defect and the official consensus changes. \n\nThe power to shun is also the power to secede from the greater society to form your own smaller community. Free market competition among communities is what will drive all communities toward the most profitable social arrangements. \n\nSome people fear that these communities would eventually \"go to war\" against one another. This would not be the case if all communities had the nonaggression principle as the foundation of their own governance structure. \n\n## Division of Labor and Delegation of Responsibility\nIn order for any nonviolent community to scale beyond a couple dozen individuals, it is necessary for there to be a division of labor when it comes to reputation and policing the community. It is not practical for everyone to derive their own opinion of every other member. People must defer to someone they trust. \n\nThe reason we join societies and accept voluntary forms of governance (such as blockchain based voting), is because these societies and organizations provide us with more value than they take. These organizations may have elected officials that are granted the power to make rules. All that matters is that they do not have the power to use violence and aggression to enforce their rules.\n\nThis is what blockchain technology is all about, defining governance structures that people voluntarily consent to. Some communities have simple rules like immutable censorship free money transmission. Other communities have more complex rules like paying people for subjective work with a prohibition on plagiarism. Still other communities may set their aims on replacing insurance, justice, and other aspects of government with effective non-violent alternatives. \n\nWhat is clear is that for any community to scale, it must embrace division of labor and rely on algorithms to disintermediate reputation and coordinate social punishment.", + "cashout_time": "2016-09-14T21:21:18", + "category": "voluntarism", + "children": 34, "children_abs_rshares": 0, - "created": "2016-08-03T06:55:42", + "created": "2016-09-07T21:21:18", "curator_payout_value": { - "amount": "0", + "amount": "5947", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 575647, - "json_metadata": "{\"tags\":[\"sex\"]}", - "last_payout": "2016-09-02T19:00:12", - "last_update": "2016-08-03T06:55:42", + "depth": 0, + "id": 1164108, + "json_metadata": "{\"tags\":[\"voluntarism\",\"censorship\",\"government\",\"\"],\"image\":[\"http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg\",\"http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg\"]}", + "last_payout": "2016-09-08T23:22:15", + "last_update": "2016-09-07T21:21:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": -1, - "parent_author": "simranverma", - "parent_permlink": "is-online-sex-considered-cheating", + "net_rshares": 65756136924334, + "net_votes": 375, + "parent_author": "", + "parent_permlink": "voluntarism", "percent_hbd": 10000, - "permlink": "re-simranverma-is-online-sex-considered-cheating-20160803t065542700z", + "permlink": "scalability-of-individual-responsibility-in-anarchy", "reward_weight": 10000, - "root_author": "simranverma", - "root_permlink": "is-online-sex-considered-cheating", - "title": "", + "root_author": "dantheman", + "root_permlink": "scalability-of-individual-responsibility-in-anarchy", + "title": "Scalability of Individual Responsibility in Anarchy", "total_payout_value": { - "amount": "0", + "amount": "619840", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 80167550775145 }, { - "abs_rshares": 0, - "active": "2016-08-03T07:38:21", + "abs_rshares": 117204287, + "active": "2016-09-07T21:26:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The follow button \"works\" in that it adds to your follow list but there is currently no UI to see your follow list or a feed of posts from people you follow. Hopefully that is coming soon.", - "cashout_time": "1969-12-31T23:59:59", - "category": "news", + "body": "@skeptic If you followed your own principles, then I would create offensive articles and demand you publish them in your paper. When you fail to publish them (because your audience doesn't want to read it), then I will accuse you of censorship (your definition).\n\nIn my mind neither paper is censoring anyone. Your definition of censorship includes filtering of spam, phishing attempts, and fraudulent or inaccurate information.", + "cashout_time": "2016-09-14T21:26:57", + "category": "anarchy", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T07:38:21", + "created": "2016-09-07T21:26:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 576101, - "json_metadata": "{\"tags\":[\"news\"]}", - "last_payout": "2016-09-02T20:50:42", - "last_update": "2016-08-03T07:38:21", + "depth": 5, + "id": 1164170, + "json_metadata": "{\"tags\":[\"anarchy\"],\"users\":[\"skeptic\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-07T21:26:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 117204287, "net_votes": 2, - "parent_author": "generalizethis", - "parent_permlink": "re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t054456134z", + "parent_author": "dan", + "parent_permlink": "re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t191209975z", "percent_hbd": 10000, - "permlink": "re-generalizethis-re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t073822300z", + "permlink": "re-dan-re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t212656326z", "reward_weight": 10000, - "root_author": "r0achtheunsavory", - "root_permlink": "bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened", + "root_author": "dantheman", + "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 540493534617812, + "vote_rshares": 117204287 }, { - "abs_rshares": 0, - "active": "2016-08-03T17:22:39", + "abs_rshares": 1815556837162, + "active": "2016-09-08T22:11:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 118, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I upvoted here, rep looks okay now.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 8, + "body": "DPOS is far more secure, even at low market caps. The cost to buy up the majority of the network would raise the market cap quickly.", + "cashout_time": "2016-09-15T19:47:09", + "category": "bitcoin", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T08:26:03", + "created": "2016-09-08T19:47:09", "curator_payout_value": { - "amount": "54", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 576656, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T21:06:24", - "last_update": "2016-08-03T08:26:03", + "id": 1176115, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:47:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 7, - "parent_author": "penambang", - "parent_permlink": "how-single-downvote-ruined-my-reputation", + "net_rshares": 1815556837162, + "net_votes": 6, + "parent_author": "alexbulkin", + "parent_permlink": "scalability-of-value-in-decentralized-networks", "percent_hbd": 10000, - "permlink": "re-penambang-how-single-downvote-ruined-my-reputation-20160803t082604700z", + "permlink": "re-alexbulkin-scalability-of-value-in-decentralized-networks-20160908t194710667z", "reward_weight": 10000, - "root_author": "penambang", - "root_permlink": "how-single-downvote-ruined-my-reputation", + "root_author": "alexbulkin", + "root_permlink": "scalability-of-value-in-decentralized-networks", "title": "", "total_payout_value": { - "amount": "278", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 1815556837162 }, { - "abs_rshares": 0, - "active": "2016-08-03T08:53:09", + "abs_rshares": 14518359813, + "active": "2016-09-08T19:57:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "lol", - "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 0, + "body": "We are not adding the links.", + "cashout_time": "2016-09-15T19:49:36", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T08:53:09", + "created": "2016-09-08T19:49:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 576978, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T20:50:06", - "last_update": "2016-08-03T08:53:09", + "id": 1176150, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:49:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "summonerrk", - "parent_permlink": "re-smooth-test-20160803t075032273z", + "net_rshares": 14518359813, + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t193128325z", "percent_hbd": 10000, - "permlink": "re-summonerrk-re-smooth-test-20160803t085308700z", + "permlink": "re-ash-re-steemitblog-new-advanced-formatting-features-20160908t194936046z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "test", + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", "title": "", "total_payout_value": { "amount": "0", @@ -19696,82 +19647,82 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 14518359813 }, { - "abs_rshares": 0, - "active": "2016-08-03T09:02:45", + "abs_rshares": 367470048294, + "active": "2016-09-09T04:41:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 138, "beneficiaries": [], - "body": "I downvoted it, wiping out the payout. The intent was not to earn a payout. Oh, and those bots are not mine, they just stalk me I guess.", - "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 1, + "body": "Interesting that you suggest this as it was the original design.", + "cashout_time": "2016-09-15T19:57:12", + "category": "steemit", + "children": 7, "children_abs_rshares": 0, - "created": "2016-08-03T09:01:39", + "created": "2016-09-08T19:57:12", "curator_payout_value": { - "amount": "0", + "amount": "32", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 577059, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T20:50:06", - "last_update": "2016-08-03T09:02:00", + "depth": 1, + "id": 1176223, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-10T00:44:06", + "last_update": "2016-09-08T19:57:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "rznag", - "parent_permlink": "re-summonerrk-re-rznag-re-smooth-test-20160803t090026941z", + "net_rshares": 367470048294, + "net_votes": 6, + "parent_author": "calaber24p", + "parent_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", "percent_hbd": 10000, - "permlink": "re-rznag-re-summonerrk-re-rznag-re-smooth-test-20160803t090137000z", + "permlink": "re-calaber24p-revamping-curation-is-the-way-to-increase-steem-power-demand-20160908t195713476z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "test", + "root_author": "calaber24p", + "root_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", "title": "", "total_payout_value": { - "amount": "0", + "amount": "108", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1552071533560016344, + "vote_rshares": 367470048294 }, { "abs_rshares": 0, - "active": "2016-08-30T21:10:36", + "active": "2016-09-08T20:04:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 480, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "testa 2, the return", - "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 13, + "body": "Flagged for offtopic spam.", + "cashout_time": "2016-09-15T19:59:24", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T09:04:21", + "created": "2016-09-08T19:59:24", "curator_payout_value": { - "amount": "16", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 577089, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T21:31:48", - "last_update": "2016-08-03T09:04:21", + "depth": 2, + "id": 1176250, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-08T19:59:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -19779,17 +19730,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 20, - "parent_author": "", - "parent_permlink": "spam", + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t195551031z", "percent_hbd": 10000, - "permlink": "57i8q4-test", + "permlink": "re-james-show-re-steemitblog-new-advanced-formatting-features-20160908t195925396z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "57i8q4-test", - "title": "test", + "root_author": "steemitblog", + "root_permlink": "new-advanced-formatting-features", + "title": "", "total_payout_value": { - "amount": "472", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -19798,29 +19749,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T11:13:00", + "active": "2016-09-12T13:49:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "coming soon, testa 3", - "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 1, + "body": "I felt this post was overvalued and the preview image may not be appreciated by a large portion of our audience.\n\nThe artwork is nice, you are very talented.", + "cashout_time": "2016-09-16T17:16:24", + "category": "art", + "children": 10, "children_abs_rshares": 0, - "created": "2016-08-03T09:06:00", + "created": "2016-09-09T17:16:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 577113, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T21:31:48", - "last_update": "2016-08-03T09:06:00", + "id": 1186567, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T17:16:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -19829,13 +19780,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "smooth", - "parent_permlink": "57i8q4-test", + "parent_author": "katecloud", + "parent_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", "percent_hbd": 10000, - "permlink": "re-smooth-57i8q4-test-20160803t090601400z", + "permlink": "re-katecloud-a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud-20160909t171623715z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "57i8q4-test", + "root_author": "katecloud", + "root_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", "title": "", "total_payout_value": { "amount": "0", @@ -19846,94 +19797,94 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-08-03T09:51:36", + "abs_rshares": 1691595416962, + "active": "2016-09-09T17:31:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 23, + "author": "dantheman", + "author_rewards": 1106, "beneficiaries": [], - "body": "Fantastic project. I haven't tried this before now but I'm very, very impressed. Glad to recognize this with my upvote.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemstats", + "body": "Please add NSFW tag, there is a large portion of our readers who may not find this image *safe to view at work*.", + "cashout_time": "2016-09-16T17:26:36", + "category": "story", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T09:49:15", + "created": "2016-09-09T17:26:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 577635, - "json_metadata": "{\"tags\":[\"steemstats\"]}", - "last_payout": "2016-09-03T00:58:39", - "last_update": "2016-08-03T09:49:15", + "id": 1186697, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-10T17:23:30", + "last_update": "2016-09-09T17:26:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 1691595416962, "net_votes": 2, - "parent_author": "jesta", - "parent_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "parent_author": "serejandmyself", + "parent_permlink": "the-one-who-haunts-me-an-original-poem", "percent_hbd": 10000, - "permlink": "re-jesta-steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more-20160803t094915100z", + "permlink": "re-serejandmyself-the-one-who-haunts-me-an-original-poem-20160909t172636154z", "reward_weight": 10000, - "root_author": "jesta", - "root_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", + "root_author": "serejandmyself", + "root_permlink": "the-one-who-haunts-me-an-original-poem", "title": "", "total_payout_value": { - "amount": "53", + "amount": "858", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 5482544953909247294, + "vote_rshares": 1691595416962 }, { - "abs_rshares": 0, - "active": "2016-08-03T17:22:39", + "abs_rshares": 11284350420, + "active": "2016-09-09T18:01:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "I think it does give a balance of power with SP in some ways. Good analysis in your post. SP will still be important, but it won't be _they only thing_ that is important any more.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "body": "Insurance companies don't want us healthy, they get their money one way or another. They are a middle man between people and their doctors that takes the majority of the profits.\n\nIf people were healthy then they may opt to go without insurance or only get catastrophic insurance.", + "cashout_time": "2016-09-16T17:33:48", + "category": "marijuana", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T13:44:03", + "created": "2016-09-09T17:33:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 580929, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T21:06:24", - "last_update": "2016-08-03T13:44:03", + "depth": 1, + "id": 1186769, + "json_metadata": "{\"tags\":[\"marijuana\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T17:34:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "knozaki2015", - "parent_permlink": "re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t130823747z", + "net_rshares": 11284350420, + "net_votes": 5, + "parent_author": "jennane", + "parent_permlink": "how-weed-saved-my-husband", "percent_hbd": 10000, - "permlink": "re-knozaki2015-re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t134402900z", + "permlink": "re-jennane-how-weed-saved-my-husband-20160909t173348662z", "reward_weight": 10000, - "root_author": "penambang", - "root_permlink": "how-single-downvote-ruined-my-reputation", + "root_author": "jennane", + "root_permlink": "how-weed-saved-my-husband", "title": "", "total_payout_value": { "amount": "0", @@ -19941,817 +19892,817 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 11284350420 }, { - "abs_rshares": 0, - "active": "2016-08-03T14:00:24", + "abs_rshares": 1704190630734, + "active": "2016-09-09T18:03:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1125, "beneficiaries": [], - "body": "People who up- and down-vote your posts and comments determine your reputation. Anything above zero is considered a \"good\" reputation and below zero a \"bad\" reputation, so yes 6 is fine.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "Such a solar flair would take out the entire banking system and stock market as well. My guess is that the cryptocurrency would recover faster than the banking system.", + "cashout_time": "2016-09-16T17:38:42", + "category": "science", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T14:00:24", + "created": "2016-09-09T17:38:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 581240, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-03T14:00:24", + "depth": 1, + "id": 1186821, + "json_metadata": "{\"tags\":[\"science\"]}", + "last_payout": "2016-09-10T17:15:45", + "last_update": "2016-09-09T17:38:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "alex2016", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t130152400z", + "net_rshares": 1704190630734, + "net_votes": 4, + "parent_author": "stealthtrader", + "parent_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", "percent_hbd": 10000, - "permlink": "re-alex2016-re-dantheman-brief-update-on-reputation-score-20160803t140021800z", + "permlink": "re-stealthtrader-could-a-giant-solar-flare-take-out-all-cryptocurrency-20160909t173842408z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "stealthtrader", + "root_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", "title": "", "total_payout_value": { - "amount": "0", + "amount": "873", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 5511170725708821207, + "vote_rshares": 1704190630734 }, { - "abs_rshares": 0, - "active": "2016-08-08T03:08:00", + "abs_rshares": 531950080508, + "active": "2016-09-10T07:07:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 156, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I agree with you and I tried to help by upvoting the user to restore the reputation that was damaged by downvotes that were done for an entirely different reason before the reputation system even existed (I think the rep system should have launched with all reputations reset). Unfortunately it doesn't appear that votes after the first payout affect reputation so this wasn't effective.", - "cashout_time": "1969-12-31T23:59:59", + "body": "I cannot speak for other founders, but I can tell you I am firmly committed to finding free market solutions to securing life, liberty, and property. \n\nFounders need to be secure in their own life, liberty, and property in order to make long-term plans without fear of the day to day price movements. This means diversifying my own investments to make sure that regardless of what happens in the economy and/or steemit, I have the financial stability and safety net.\n\nIf 99% of your net worth was tied up in a speculative investment such as Steemit, do you think you would diversify? \n\nDiversification is *risk management* and has nothing to do with confidence and/or belief in any given platform. I believe very strongly in what we are doing here.", + "cashout_time": "2016-09-16T18:44:21", "category": "steemit", - "children": 10, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T14:06:54", + "created": "2016-09-09T18:44:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 581377, + "id": 1187456, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-03T14:06:54", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T18:44:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "incomemonthly", - "parent_permlink": "re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t044723244z", + "net_rshares": 531950080508, + "net_votes": 3, + "parent_author": "littlescribe", + "parent_permlink": "re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t054743393z", "percent_hbd": 10000, - "permlink": "re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t140654800z", + "permlink": "re-littlescribe-re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t184422489z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "laonie", + "root_permlink": "my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme", "title": "", "total_payout_value": { - "amount": "140", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 531950080508 }, { - "abs_rshares": 0, - "active": "2016-08-03T14:20:00", + "abs_rshares": 90347178073809, + "active": "2016-09-14T20:21:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 963408, "beneficiaries": [], - "body": "I upvoted you to fix the rep.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "
\n\nhttp://www.thedigeratilife.com/images/market-emotions-2.jpg\n
\nSome people have suggested that we reduce the power down period to improve market liquidity. I have been thinking about the economics of this and wanted to share my thoughts. \n\n## Power Down Delay Slows Price Discovery \n\nPrice is the balance point between supply and demand at any given point in time. The Power Down restrictions have the impact of holding *Supply* off the market. Much of this *supply* wants to sell at today's price, but cannot. The reason it *wants to sell* is because those doing the selling have earned a *massive* profit in a short period of time. Their costs are next to nothing. They will continue to sell until the price falls low enough that it isn't worth selling. \n\nIf Steem Power were liquid, then the price would fall toward this equilibrium faster in a *race to the exits*. The people that dump first win (in the short term) and the rest lose (in the short term). There will always be a market value and the price will never go to 0 so long as there is at least one person who believes in the *potential value* of the platform. My experience with BitShares and dozens of other cryptocurrency projects is that nothing with any community behind it will fall to 0. Even simple Bitcoin clones that have been around for years and offer relatively little innovation with non-existent development teams (Doge, Peercoin, Namecoin) continue to be traded with $100K+ in daily volume with marketcap in the millions. \n\n## Power Down makes Cashout more Fair \n\nWith a power down system, everyone is forced to \"dollar-cost-average\" their selling over 2 years. This means that whales that might have cashed out $1M dollars at the height of the bubble were only able to cash out $50,000 at the high prices while they have watched their remaining Steem Power fall in value to $200,000. Their average \"cashout\" price will not be the height of the market, but the market average over 2 years. \n\nThis has pros and cons. In some sense it limits the ability of speculators to buy and sell over periods of a couple of months. Anyone speculating over more than a couple of days is paying a very large inflation tax. The loss of this speculative capital impacts the liquidity and potentially the price. We live in a world where traders want the ability to move to the next big thing and having capital tied up in the *last big thing* is a much riskier proposition. \n\n## Author Rewards\n\nAuthor Rewards are also designed to delay cashout by paying in Steem Dollars. You could sell immediately at a loss, or you could \"trust and wait\" and make more. As the price falls, the market value of the immediate author rewards also falls, but this is *OK*. Authors looking for a quick buck need to go elsewhere. Meanwhile, those who stay and work to grow the long-term value of the platform will gain in Steem Power. When the value of the platform finally grows as a result of years of effort they will be the new whales. \n\nYou may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we grow the platform to Bitcoin scale. If we grow to Facebook scale it will be worth $4000. \n\n## Starting a Company\nThose who start a company are paid in shares that are worthless. They cannot be sold on the market until one day in the distant future the company is successful and has an IPO. The present value of the shares isn't what the entrepreneurial employees care about, it is the future value. \n\nLikewise, a farmer who spends millions of dollars on land, equipment, and seeds works day in and day out in the hope that his farm will eventually produce a crop worth enough to justify his time and effort. The farmer is in the red clear up until the day he brings his harvest to market. \n\nDon't join Steemit for the quick buck. Be glad there is someone willing to pay such high prices for a stake in Steem today. Don't fear the fall in market value, look at the incredible amounts people are still earning. Don't look at what you have today, look at what you could have in the future. \n\nSteem is in the early adopter phase, those who work hard and help pull this platform forward will reap what they sow. \n\n\n## Changing the Power Down Period\n\nIf we were to reduce the Power Down period from 2 years to 1 year or even 6 months, this would dramatically increase the net present value of Steem Power while simultaneously increase the amount of liquid Steem on the market in the short term. The end result would be faster price discovery, but no one can say whether the new price will be higher or lower than the old price. \n\nSome people speculate that value that is 2+ years in the future is discounted to near 0 value today (especially in the world of cryptocurrency). This means that longer time horizons have diminishing marginal utility when it comes to encouraging voters to behave in the long-term best interest of the platform.\n\n## Emotional Response \n\nDespite all the logic in the world, humans have irrational feelings with respect to profit and loss. Slow steady growth *feels* much better than *rapid rise* followed by *slow steady decline* even if both curves end up at the same final value (long term growth). I for one prefer a slow steady rise, but that isn't possible until after the *rapid rise* has fully corrected and realigned. This will take time and won't happen until after fear, desperation, panic, and despondency set in.\n\nThose who know about this emotional roller coaster can ride the waves and maximize their profit, but most people give in to their irrational emotional side and buy high and sell low. My preference is to sell high and buy low. \n\nDon't let the market price set your opinion on the value of a platform, instead make rational buy / sell decisions that factor in both short-term trends and long-term value. This applies to any investment you might consider.", + "cashout_time": "2016-09-16T19:39:15", + "category": "steem", + "children": 144, "children_abs_rshares": 0, - "created": "2016-08-03T14:17:48", + "created": "2016-09-09T19:39:15", "curator_payout_value": { - "amount": "0", + "amount": "10473", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 581618, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-03T14:17:48", + "depth": 0, + "id": 1187989, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http://www.thedigeratilife.com/images/market-emotions-2.jpg\"]}", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T19:39:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "mun", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t035514012z", + "net_rshares": 90347178073809, + "net_votes": 484, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-mun-re-dantheman-brief-update-on-reputation-score-20160803t141746300z", + "permlink": "justification-for-104-week-power-down", "reward_weight": 10000, "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", - "title": "", + "root_permlink": "justification-for-104-week-power-down", + "title": "Justification for 104 week Power Down", "total_payout_value": { - "amount": "0", + "amount": "738932", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 90347178073809 }, { - "abs_rshares": 0, - "active": "2016-08-03T14:53:33", + "abs_rshares": 2427671591250, + "active": "2016-09-10T21:43:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 1353, "beneficiaries": [], - "body": "\"A few weeks\" is not long enough. Has to be 30 days.", - "cashout_time": "1969-12-31T23:59:59", + "body": "They aren't \"forced\", it is the terms. They earn influence and have a vested interest in the success of the platform rather than just an immediate payout.\n\nWhy do employers pay their employees in both vesting options and salary?", + "cashout_time": "2016-09-16T20:34:06", "category": "steem", - "children": 1, + "children": 14, "children_abs_rshares": 0, - "created": "2016-08-03T14:21:06", + "created": "2016-09-09T20:34:06", "curator_payout_value": { - "amount": "0", + "amount": "339", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 581677, + "id": 1188606, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T22:08:42", - "last_update": "2016-08-03T14:21:06", + "last_payout": "2016-09-11T00:02:18", + "last_update": "2016-09-09T20:34:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "nanzo-scoop", - "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t084023360z", + "net_rshares": 2427671591250, + "net_votes": 15, + "parent_author": "james-show", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t201414796z", "percent_hbd": 10000, - "permlink": "re-nanzo-scoop-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142104400z", + "permlink": "re-james-show-re-dantheman-justification-for-104-week-power-down-20160909t203406976z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1037", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 6967163132566799440, + "vote_rshares": 2427671591250 }, { - "abs_rshares": 0, - "active": "2016-08-17T13:41:36", + "abs_rshares": 916232382, + "active": "2016-09-09T20:49:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "If you are active on the site then you will probably change your SD balance at least one a month by earning rewards (for example the comment to which I'm replying is currently earning $2.48, a portion of which will be paid in SD). That will trigger the interest payment.", - "cashout_time": "1969-12-31T23:59:59", + "body": "To be clear, we are not suggesting to change this. I was defending the original design. The people calling for a change of this are off base.", + "cashout_time": "2016-09-16T20:49:51", "category": "steem", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T14:24:27", + "created": "2016-09-09T20:49:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 581737, + "id": 1188793, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T22:08:42", - "last_update": "2016-08-03T14:25:03", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-09T20:49:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "noisy", - "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t081926529z", + "net_rshares": 916232382, + "net_votes": 4, + "parent_author": "moonguy", + "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t200645246z", "percent_hbd": 10000, - "permlink": "re-noisy-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142427800z", + "permlink": "re-moonguy-re-dantheman-justification-for-104-week-power-down-20160909t204951730z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", + "root_author": "dantheman", + "root_permlink": "justification-for-104-week-power-down", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 4224408430750059, + "vote_rshares": 916232382 }, { - "abs_rshares": 0, - "active": "2016-08-03T16:29:06", + "abs_rshares": 216628582, + "active": "2016-09-10T19:55:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 121, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "I tried upvoting you, but it didn't fix the rep. I think there is a bug, and I've asked the developers to look at it. Hopefully this will get resolved soon", - "cashout_time": "1969-12-31T23:59:59", + "body": "I read the article and was honestly surprised when I got to the bottom and saw it was written by @larkenrose! \n\nVery well put together.", + "cashout_time": "2016-09-17T13:59:33", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T16:29:06", + "created": "2016-09-10T13:59:33", "curator_payout_value": { - "amount": "35", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 583994, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-03T16:29:06", + "depth": 1, + "id": 1196101, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"larkenrose\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-10T13:59:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "miketr", - "parent_permlink": "re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162505591z", + "net_rshares": 216628582, + "net_votes": 1, + "parent_author": "larkenrose", + "parent_permlink": "supply-and-demand-steemit-style", "percent_hbd": 10000, - "permlink": "re-miketr-re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162906500z", + "permlink": "re-larkenrose-supply-and-demand-steemit-style-20160910t135933357z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "larkenrose", + "root_permlink": "supply-and-demand-steemit-style", "title": "", "total_payout_value": { - "amount": "108", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 998968901497002, + "vote_rshares": 216628582 }, { - "abs_rshares": 0, - "active": "2016-08-03T22:47:06", + "abs_rshares": 474772964723, + "active": "2016-09-11T16:43:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "dantheman", + "author_rewards": 173, "beneficiaries": [], - "body": "I think there is some sort of bug. I've seen other users reps change with an upvote.", - "cashout_time": "1969-12-31T23:59:59", - "category": "test", - "children": 4, + "body": "Sbd doesn't fall at that rate.", + "cashout_time": "2016-09-18T16:27:12", + "category": "steem-help", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-03T16:52:45", + "created": "2016-09-11T16:27:12", "curator_payout_value": { - "amount": "0", + "amount": "29", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 584503, - "json_metadata": "{\"tags\":[\"test\"]}", - "last_payout": "2016-09-03T05:32:24", - "last_update": "2016-08-03T16:52:45", + "depth": 3, + "id": 1210056, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-09-12T17:15:45", + "last_update": "2016-09-11T16:27:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "liondani", - "parent_permlink": "re-miketr-increase-reputation-post-20160803t162904200z", + "net_rshares": 474772964723, + "net_votes": 4, + "parent_author": "jrcornel", + "parent_permlink": "re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162516062z", "percent_hbd": 10000, - "permlink": "re-liondani-re-miketr-increase-reputation-post-20160803t165243800z", + "permlink": "re-jrcornel-re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162714012z", "reward_weight": 10000, - "root_author": "miketr", - "root_permlink": "increase-reputation-post", + "root_author": "hisnameisolllie", + "root_permlink": "tuesday-onwards-of-author-rewards-to-be-paid-in-steem", "title": "", "total_payout_value": { - "amount": "0", + "amount": "123", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1957197704197638108, + "vote_rshares": 474772964723 }, { - "abs_rshares": 0, - "active": "2016-08-03T22:28:36", + "abs_rshares": 17565371043, + "active": "2016-09-12T15:13:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 223, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "fixed", - "cashout_time": "1969-12-31T23:59:59", - "category": "help", - "children": 3, + "body": "Interesting... looks like they are being rate limited which means we need to increase account registration funds.", + "cashout_time": "2016-09-19T15:13:51", + "category": "stats", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T17:18:15", + "created": "2016-09-12T15:13:51", "curator_payout_value": { - "amount": "171", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 584941, - "json_metadata": "{\"tags\":[\"help\"]}", - "last_payout": "2016-09-03T05:27:00", - "last_update": "2016-08-03T17:18:15", + "depth": 4, + "id": 1220656, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-12T15:13:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "webdeals", - "parent_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "net_rshares": 17565371043, + "net_votes": 2, + "parent_author": "ibringawareness", + "parent_permlink": "re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t145407673z", "percent_hbd": 10000, - "permlink": "re-webdeals-i-got-a-bad-reputation-and-i-need-help-i-am-not-bad-20160803t171814500z", + "permlink": "re-ibringawareness-re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t151350711z", "reward_weight": 10000, - "root_author": "webdeals", - "root_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", + "root_author": "gavvet", + "root_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", "title": "", "total_payout_value": { - "amount": "523", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 80651806321660369, + "vote_rshares": 17565371043 }, { - "abs_rshares": 0, - "active": "2016-08-03T19:19:39", + "abs_rshares": 189962478308, + "active": "2016-09-13T22:47:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 37, + "author": "dantheman", + "author_rewards": 67, "beneficiaries": [], - "body": "Don't give up Ben this is still so early in Steemit's history. Even though the site has grown tremendously and it is hard for good writers and posts to be discovered, it still can be done. A bit of advice: focus on promoting yourself and your brand. Reach out to the people who create lists of the best posts, up and coming new writers, etc. Be inventive and come up with ideas to really stand out. As a marketer you know the importance of building a customer base, and blogging is no different. All the best.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "Your understanding of the change is also lacking. \n\nThere are good reasons for the change, but explaining it and getting community buy in would take longer than a week. We also didn't want to put witnesses in the uncomfortable position of having a controversial change bundled in with so many other obvious and non-contraversial changes.", + "cashout_time": "2016-09-20T15:42:48", + "category": "steem", + "children": 8, "children_abs_rshares": 0, - "created": "2016-08-03T19:12:03", + "created": "2016-09-13T15:42:48", "curator_payout_value": { - "amount": "4", + "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 587018, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T07:15:18", - "last_update": "2016-08-03T19:14:24", + "depth": 3, + "id": 1232880, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-14T16:47:45", + "last_update": "2016-09-13T15:42:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "ben99", - "parent_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "net_rshares": 189962478308, + "net_votes": 3, + "parent_author": "sigmajin", + "parent_permlink": "re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t153557534z", "percent_hbd": 10000, - "permlink": "re-ben99-to-steemit-or-not-to-steemit-that-s-the-question-20160803t191203300z", + "permlink": "re-sigmajin-re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154250511z", "reward_weight": 10000, - "root_author": "ben99", - "root_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", "title": "", "total_payout_value": { - "amount": "86", + "amount": "42", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 836329499153497852, + "vote_rshares": 189962478308 }, { - "abs_rshares": 0, - "active": "2016-08-03T21:37:12", + "abs_rshares": 7256820794, + "active": "2016-09-13T16:24:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "That would be spendid", - "cashout_time": "1969-12-31T23:59:59", + "body": "Your time wasn't wasted. It provided valuable communication and education for many people.", + "cashout_time": "2016-09-20T15:45:00", "category": "steem", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T21:37:12", + "created": "2016-09-13T15:45:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 589710, + "depth": 2, + "id": 1232903, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T04:57:33", - "last_update": "2016-08-03T21:37:12", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-13T15:45:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "theoretical", - "parent_permlink": "re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185018296z", + "net_rshares": 7256820794, + "net_votes": 3, + "parent_author": "cryptomental", + "parent_permlink": "re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t151836643z", "percent_hbd": 10000, - "permlink": "re-theoretical-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160803t213712800z", + "permlink": "re-cryptomental-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154502285z", "reward_weight": 10000, - "root_author": "furion", - "root_permlink": "developers-guide-to-steem-s-blockchain", + "root_author": "steemitblog", + "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 33405574427138342, + "vote_rshares": 7256820794 }, { - "abs_rshares": 0, - "active": "2016-08-04T23:52:09", + "abs_rshares": 639691073796, + "active": "2016-09-13T20:09:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 9186, + "author": "dantheman", + "author_rewards": 202, "beneficiaries": [], - "body": "Gave you an upvote to repair the rep. I left some other comments [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z) which may be of interest.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 2, + "body": "The prior month stats were corrupted by a bug that has been fixed. It will be good to see more stats like this going forward.\n\nMaxed out blocks are most likely caused by large posts.", + "cashout_time": "2016-09-20T15:54:39", + "category": "stats", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-04T10:35:54", + "created": "2016-09-13T15:54:39", "curator_payout_value": { - "amount": "6918", + "amount": "42", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 598842, - "json_metadata": "{\"tags\":[\"steemitabuse\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", - "last_payout": "2016-09-04T00:55:45", - "last_update": "2016-08-04T11:24:45", + "id": 1233026, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-14T16:25:09", + "last_update": "2016-09-13T15:54:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 17, - "parent_author": "shredlord", - "parent_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "net_rshares": 639691073796, + "net_votes": 4, + "parent_author": "masteryoda", + "parent_permlink": "steem-blocksize-report-2", "percent_hbd": 10000, - "permlink": "re-shredlord-apology-for-my-newly-found-6-reputation-and-an-article-on-ants-20160804t103553700z", + "permlink": "re-masteryoda-steem-blocksize-report-2-20160913t155438893z", "reward_weight": 10000, - "root_author": "shredlord", - "root_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", + "root_author": "masteryoda", + "root_permlink": "steem-blocksize-report-2", "title": "", "total_payout_value": { - "amount": "20824", + "amount": "130", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2543319660051594990, + "vote_rshares": 639691073796 }, { - "abs_rshares": 0, - "active": "2016-08-04T23:42:51", + "abs_rshares": 28116356804876, + "active": "2016-09-14T02:42:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 4786, + "author": "dantheman", + "author_rewards": 81062, "beneficiaries": [], - "body": "I actually disagree with abit on whether the post is reward-worthy. The reason being it points to a very serious problem with the rep system. Downvotes from high SP users, including casual ones over mildly inappropriate content or even misclicks or \"drunk downvotes\" can cause very serious damage to reputation. \n\nFurther I disagree with having initialized the rep scores based on old downvotes that were never intended to have that effect at the time they were made (since the effect did not exist).\n\nLooking at alphabeta's past posts, he's someone who has been active in the community, involved with mining, but is not a star blogger or whale who can easily accumulate a lot of positive rep points allowing him to withstand even a single whale (or semi-whale, maybe even less) downvote. Having both the possibility and the reality of such severe and long-term damage to any user's Steem experience due to one single click from anyone is not a favorable path forward. Even that one single person happens to be the lead developer and founder. Perhaps especially then.\n\nThank you for pointing this out alphabeta. I gave you an upvote and restored your rep.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 13, + "body": "Good job gathering statistics. I would like to point out some extra facts for those concerned about the fall in diversity of miners.\n\n## 50+ Runner Up Witnesses \n\nIn addition to the top 19 witnesses, there are over 50 accounts that produce blocks at least once per day if not many times per hour. Combine this with the top 19 witnesses and the top two miners and you get over 70 unique individuals producing blocks on a daily basis. \n\nTo put this in perspective, there can be at most 144 unique individuals producing blocks on a daily basis with Bitcoin. In any given hour only 6 unique individuals produce and validate Bitcoin blocks, whereas Steem has at least 30+ unique individuals per hour (maybe much more, I didn't actually count). \n\nThe numbers 144 and 6 are assuming all blocks are produced by *different people*, but in reality only 9 unique individuals (pools) confirm blocks each day. In any given hour less than 5 people confirm blocks because some pools get lucky and produce twice in the same hour. Imagine rolling a 9 sided die 6 times, [the probability that a given hour will have the same pool selected twice is 90%](https://lazycackle.com/birthday-problem-calculator.html).\n\n## Purpose of Proof of Work \n\nThe purpose of Proof of Work is to make the blockchain computationally expensive to forge. Regardless of how many unique individuals are mining, we know that a certain number of calculations must be performed for a given proof of work threshold. \n\nSomeone who implements a GPU algorithm is able to perform these calculations more cheaply than someone with a CPU. This increases their profit margins. The market always responds when someone is earning guaranteed oversized profits. Right now the proof of work is rewarding those who did the *programing work* necessary to increase computations. \n\n## Transactions as Proof of Stake \n\nEvery user who uses the blockchain is also participating in directly confirming the current blockchain state. Each transaction includes the block ID of a recent block. A forged chain would be unable to migrate all of the user activity and therefore is easily identifiable by simply looking at the stake-weighted average time since each account last transacted. \n\nSteem is secure, the market for computational power is functioning, things will evolve just as they did with Bitcoin. One day there may even be ASIC miners.", + "cashout_time": "2016-09-20T16:17:30", + "category": "mining", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-04T10:45:03", + "created": "2016-09-13T16:17:30", "curator_payout_value": { - "amount": "1881", + "amount": "65", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 598955, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T02:30:57", - "last_update": "2016-08-04T10:46:57", + "id": 1233288, + "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https://lazycackle.com/birthday-problem-calculator.html\"]}", + "last_payout": "2016-09-14T16:10:27", + "last_update": "2016-09-13T16:27:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 15, - "parent_author": "alphabeta", - "parent_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "net_rshares": 28116356804876, + "net_votes": 6, + "parent_author": "arcange", + "parent_permlink": "the-end-of-steem-cpu-mining-update-2", "percent_hbd": 10000, - "permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z", + "permlink": "re-arcange-the-end-of-steem-cpu-mining-update-2-20160913t161730780z", "reward_weight": 10000, - "root_author": "alphabeta", - "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "root_author": "arcange", + "root_permlink": "the-end-of-steem-cpu-mining-update-2", "title": "", "total_payout_value": { - "amount": "10796", + "amount": "52446", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 16149255079452405669, + "vote_rshares": 28116356804876 }, { - "abs_rshares": 0, - "active": "2016-08-04T11:28:33", + "abs_rshares": 81484241726, + "active": "2016-09-14T19:58:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "Anyone reading this please see my comment [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help) because it largely applies in this case as well.\n\nI upvoted you back to positive.", - "cashout_time": "1969-12-31T23:59:59", - "category": "help", - "children": 1, + "body": "I think this is the power of blockchains, they cut down on the potential for disagreement about the state.", + "cashout_time": "2016-09-21T15:34:36", + "category": "unity", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-04T11:13:15", + "created": "2016-09-14T15:34:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 599289, - "json_metadata": "{\"tags\":[\"help\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help\"]}", - "last_payout": "2016-09-03T22:34:06", - "last_update": "2016-08-04T11:13:42", + "id": 1244183, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-14T15:34:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "lorddominik007", - "parent_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "net_rshares": 81484241726, + "net_votes": 17, + "parent_author": "krnel", + "parent_permlink": "unity-and-knowledge", "percent_hbd": 10000, - "permlink": "re-lorddominik007-how-a-whole-day-of-crying-helped-my-reputation-20160804t111316300z", + "permlink": "re-krnel-unity-and-knowledge-20160914t153436683z", "reward_weight": 10000, - "root_author": "lorddominik007", - "root_permlink": "how-a-whole-day-of-crying-helped-my-reputation", + "root_author": "krnel", + "root_permlink": "unity-and-knowledge", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 368277534381502362, + "vote_rshares": 81484241726 }, { - "abs_rshares": 0, - "active": "2016-08-04T11:35:15", + "abs_rshares": 332249663, + "active": "2016-09-14T22:40:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "There is no UI to disable reward yet.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "body": "So your stance is that I am paranoid with respect to manipulation of the markets. Maybe the problem isn't that I am paranoid, but that people expect a tighter peg than is reasonable for such a young market?", + "cashout_time": "2016-09-21T20:08:42", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-04T11:19:27", + "created": "2016-09-14T20:08:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 599414, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T02:30:57", - "last_update": "2016-08-04T11:19:27", + "depth": 2, + "id": 1246703, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-14T20:08:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "alphabeta", - "parent_permlink": "re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t091403273z", + "net_rshares": 332249663, + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-biophil-sbd-conversion-should-be-cancelable-20160914t164955349z", "percent_hbd": 10000, - "permlink": "re-alphabeta-re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t111925500z", + "permlink": "re-james-show-re-biophil-sbd-conversion-should-be-cancelable-20160914t200843808z", "reward_weight": 10000, - "root_author": "alphabeta", - "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "root_author": "biophil", + "root_permlink": "sbd-conversion-should-be-cancelable", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1532103865236084, + "vote_rshares": 332249663 }, { - "abs_rshares": 0, - "active": "2016-08-04T17:39:18", + "abs_rshares": 3551541190723, + "active": "2016-09-15T17:09:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "dantheman", "author_rewards": 0, "beneficiaries": [], - "body": "The issue is without considering SP it is too easy for abusers to sign up a bunch of free accounts and wreak havoc. Overall this is a very hard problem, but I'm glad we were able to resolve things here.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 4, + "body": "They should be hidden in there too. I will have the team get that done asap.", + "cashout_time": "2016-09-22T13:52:33", + "category": "steemit-abuse", + "children": 7, "children_abs_rshares": 0, - "created": "2016-08-04T11:28:06", + "created": "2016-09-15T13:52:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 599498, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T02:30:57", - "last_update": "2016-08-04T11:28:06", + "depth": 1, + "id": 1254047, + "json_metadata": "{\"tags\":[\"steemit-abuse\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T13:52:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 4, - "parent_author": "lorddominik007", - "parent_permlink": "re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112013632z", + "net_rshares": 3551541190723, + "net_votes": 23, + "parent_author": "beanz", + "parent_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", "percent_hbd": 10000, - "permlink": "re-lorddominik007-re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112806600z", + "permlink": "re-beanz-petition-to-take-down-earnest-fao-dan-and-ned-20160915t135233694z", "reward_weight": 10000, - "root_author": "alphabeta", - "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", + "root_author": "beanz", + "root_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 8675629220295941297, + "vote_rshares": 3551541190723 }, { - "abs_rshares": 0, - "active": "2016-08-05T12:24:18", + "abs_rshares": 60082961, + "active": "2016-09-15T16:46:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 345, + "author": "dantheman", + "author_rewards": 0, "beneficiaries": [], - "body": "Upvoted and displayed rep changed to 5\n\n7,982,834,575,555", - "cashout_time": "1969-12-31T23:59:59", - "category": "test", - "children": 12, + "body": "Assuming we all interpret it the same way.", + "cashout_time": "2016-09-22T16:46:42", + "category": "unity", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T11:33:09", + "created": "2016-09-15T16:46:42", "curator_payout_value": { - "amount": "123", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 599603, - "json_metadata": "{\"tags\":[\"test\"]}", - "last_payout": "2016-09-03T23:36:45", - "last_update": "2016-08-04T11:33:09", + "depth": 2, + "id": 1256025, + "json_metadata": "{\"tags\":[\"unity\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-15T16:46:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 60082961, "net_votes": 1, - "parent_author": "miketr", - "parent_permlink": "increase-reputation-post-2", + "parent_author": "noganoo", + "parent_permlink": "re-krnel-true-unity-is-based-in-morality-20160915t101632235z", "percent_hbd": 10000, - "permlink": "re-miketr-increase-reputation-post-2-20160804t113309000z", + "permlink": "re-noganoo-re-krnel-true-unity-is-based-in-morality-20160915t164644431z", "reward_weight": 10000, - "root_author": "miketr", - "root_permlink": "increase-reputation-post-2", + "root_author": "krnel", + "root_permlink": "true-unity-is-based-in-morality", "title": "", "total_payout_value": { - "amount": "790", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 277079589248879, + "vote_rshares": 60082961 }, { "abs_rshares": 0, - "active": "2016-08-04T11:57:09", + "active": "2016-07-06T23:08:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "steemit1", "author_rewards": 0, "beneficiaries": [], - "body": "Fantastic work here. Enjoyed browsing the charts.", + "body": "#Five-person #meetup #bounty accomplished! Random reward of 500 Steem sent!", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-04T11:57:09", + "created": "2016-07-06T22:21:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 599934, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-03T22:24:12", - "last_update": "2016-08-04T11:57:09", + "id": 59052, + "json_metadata": "{\"tags\":[\"Five-person\",\"meetup\",\"bounty\",\"steemit\"]}", + "last_payout": "2016-08-21T08:46:54", + "last_update": "2016-07-06T22:21:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -20760,13 +20711,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "lukmarcus", - "parent_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "parent_author": "edgeland", + "parent_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", "percent_hbd": 10000, - "permlink": "re-lukmarcus-mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself-20160804t115709200z", + "permlink": "re-edgeland-knoxville-blockchain-enthusiasts-meetup-1st-follow-up-20160706t222105825z", "reward_weight": 10000, - "root_author": "lukmarcus", - "root_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", + "root_author": "edgeland", + "root_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", "title": "", "total_payout_value": { "amount": "0", @@ -20778,29 +20729,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T18:16:45", + "active": "2016-07-26T06:53:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "steemit3", + "author_rewards": 317261, "beneficiaries": [], - "body": "I upvoted you, but you still need another big upvote to get out of -6. For my comments about the issue of the rep system please see [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z)", + "body": "After conducting further analysis and following hack containment procedures, Steemit has been able to narrow the potential number of compromised accounts. We can now announce that in the past few hours, the Steemit team has been able to coordinate with elected witnesses to secure potentially compromised accounts with balances exceeding $100 US. As a result, we can ensure these accounts are restored to their rightful owners. This process has been completed.\n\nWithin the next 48 hours, Steemit will begin to allow all newly secured accounts to reset their passwords simply by logging in with the same Facebook or Reddit credentials that were used to register in the first place. This easy process will work for the vast majority of the potentially compromised accounts. All of these account holders will regain full access to their funds and their original account name. \n\nIf your user account was not created through Facebook or Reddit, Steemit asks that you contact our support team at contact@steemit.com. We will be able to provide you an alternate solution. If you have any additional concerns about your account, please contact our support team as well.\n\nThe Bittrex team is completing analysis of our wallet. Once it has passed their rigorous compliance checks, they will reopen the wallet for deposits and withdrawals.\n\n## To all Steemit users:\n\n If you have not done so already, please reset your account passwords. We ask this to ensure that everyone's account is secure. Remember that each account has 3 keys: an Owner Key, an Active Key, and a Posting Key. We recommend following best security practices by choosing unique passwords for each of these keys. This will allow you to safely use steemit.com with your Posting password.\n\nAs mentioned earlier, any Steem or Steem Dollars stolen from compromised accounts will be fully refunded by Steemit.\n\nThank you all for your patience and support through this process and for your wonderful contributions to Steemit.\n\n-Ned\n\n[Previous Update Here](/steemit/@steemitblog/important-security-announcement-steemit-ceo-ned-scott)", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", - "children": 3, + "category": "steemit", + "children": 118, "children_abs_rshares": 0, - "created": "2016-08-04T12:11:30", + "created": "2016-07-15T04:44:39", "curator_payout_value": { - "amount": "0", + "amount": "62002", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 600140, - "json_metadata": "{\"tags\":[\"reputation\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", - "last_payout": "2016-09-03T10:51:54", - "last_update": "2016-08-04T12:11:30", + "depth": 0, + "id": 114501, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"]}", + "last_payout": "2016-08-24T21:49:39", + "last_update": "2016-07-15T05:04:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -20808,17 +20759,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "mrzazaful", - "parent_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", + "net_votes": 630, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-mrzazaful-help-me-i-don-t-understand-why-my-reputation-is-low-20160804t121130400z", + "permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", "reward_weight": 10000, - "root_author": "mrzazaful", - "root_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", - "title": "", + "root_author": "steemit3", + "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "title": "First Update to July 14 Security Announcement from Steemit CEO Ned Scott", "total_payout_value": { - "amount": "0", + "amount": "535338", "nai": "@@000000013", "precision": 3 }, @@ -20827,47 +20778,47 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T12:19:03", + "active": "2016-07-26T19:16:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "steemit3", + "author_rewards": 733351, "beneficiaries": [], - "body": "Anyone with positive reputation can _help_ restore it, but more SP gives a stronger effect.", + "body": "Steemit is proud to announce that account recovery is now available for community members whose accounts were compromised during the July 14 hack. To recover your account you will need to complete the following four steps:\n\n1. Click the \"Account Recovery\" [link](/recover_account_step_1) at the bottom of this update.\n2. Enter your old Password.\n3. Login via Facebook, Reddit, or provide your email address.\n4. Enter your old Password again, and then provide your New Password twice.\n\nIf you logged in with Facebook or Reddit your account will be immediately restored. Steemit will contact everyone else with additional confirmation instructions.\n\nSteemit will be unable to recover your account unless you know a password that was valid within the past 30 days.\n\nPlease note that due to our implementation of enhanced blockchain security, new passwords must be 32 characters long. Ensure you use a combination of upper and lower case letters, numbers, and symbols. We recommend using a [password manager (pcmag.com)](http://www.pcmag.com/article2/0,2817,2407168,00.asp).\n\n\n## Returning Stolen Steem and Steem Dollars\n\nThe Steemit team is finalizing its analysis of the cyber attack and determining exactly how much Steem and Steem Dollars were stolen from each account. Once we have completed the full account of lost tokens, we will reimburse every compromised user as promised.\n\nThank you all again for your ongoing patience and commitment to the Steemit community as we process your requests. We are profoundly grateful.\n\n[Start Account Recovery](/recover_account_step_1)\n\n-- Ned", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 219, "children_abs_rshares": 0, - "created": "2016-08-04T12:15:18", + "created": "2016-07-19T20:09:57", "curator_payout_value": { - "amount": "0", + "amount": "231498", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 600197, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T02:30:57", - "last_update": "2016-08-04T12:15:18", + "depth": 0, + "id": 197634, + "json_metadata": "{\"tags\":[\"steemit\",\"accountrecovery\",\"\"],\"links\":[\"http://www.pcmag.com/article2/0,2817,2407168,00.asp\"]}", + "last_payout": "2016-08-24T10:49:09", + "last_update": "2016-07-19T20:14:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "alphabeta", - "parent_permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t120657294z", + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 643, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-alphabeta-re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121519000z", + "permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", "reward_weight": 10000, - "root_author": "alphabeta", - "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", - "title": "", + "root_author": "steemit3", + "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "title": "Third Update to July 14th Security Announcement - Account Recovery Begins", "total_payout_value": { - "amount": "0", + "amount": "2640057", "nai": "@@000000013", "precision": 3 }, @@ -20876,29 +20827,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T23:28:36", + "active": "2016-07-25T18:02:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "bavak", + "author_rewards": 2909, "beneficiaries": [], - "body": "Looks like someone flagged you for \"tag abuse\" [here](https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z)\n\nI'll upvote you and hopefully remove the negative rep", + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But mom's certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for mom's but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 5, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-04T12:16:51", + "created": "2016-07-25T17:46:09", "curator_payout_value": { - "amount": "0", + "amount": "1248", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 600236, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z\"]}", - "last_payout": "2016-09-04T02:30:57", - "last_update": "2016-08-04T12:18:54", + "depth": 0, + "id": 351959, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T18:24:09", + "last_update": "2016-07-25T17:46:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -20906,17 +20857,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "mpa", - "parent_permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t113441003z", + "net_votes": 34, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121651400z", + "permlink": "steemit-is-addressing-an-interesting-economics-problem", "reward_weight": 10000, - "root_author": "alphabeta", - "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", - "title": "", + "root_author": "bavak", + "root_permlink": "steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", "total_payout_value": { - "amount": "0", + "amount": "10439", "nai": "@@000000013", "precision": 3 }, @@ -20925,29 +20876,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T23:48:57", + "active": "2016-07-29T12:22:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "bavak", + "author_rewards": 975930, "beneficiaries": [], - "body": "Looks like a false positive based on similar subject matter to me.", + "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But moms certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for moms but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 1, + "category": "steemit", + "children": 52, "children_abs_rshares": 0, - "created": "2016-08-04T20:35:03", + "created": "2016-07-25T18:53:12", "curator_payout_value": { - "amount": "0", + "amount": "70269", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 609503, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-09-04T14:23:54", - "last_update": "2016-08-04T20:35:03", + "depth": 0, + "id": 353805, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"economics\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T18:53:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -20955,17 +20906,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "cheetah", - "parent_permlink": "re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233", + "net_votes": 323, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-cheetah-re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233-20160804t203502200z", + "permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "improving-web-browser-security-with-a-steem-like-blockchain", - "title": "", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "title": "Steemit is addressing an interesting economics problem", "total_payout_value": { - "amount": "0", + "amount": "3502612", "nai": "@@000000013", "precision": 3 }, @@ -20974,29 +20925,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T20:37:51", + "active": "2016-07-25T19:08:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "Location does matter but it should still be possible to crack it", + "body": "No, I guess someone else used the same title, or I used their title without realizing.", "cashout_time": "1969-12-31T23:59:59", - "category": "giveaway", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T20:37:51", + "created": "2016-07-25T19:08:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 609562, - "json_metadata": "{\"tags\":[\"giveaway\"]}", - "last_payout": "2016-09-04T08:56:27", - "last_update": "2016-08-04T20:37:51", + "depth": 2, + "id": 354249, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T19:08:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21005,13 +20956,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "generalizethis", - "parent_permlink": "re-rigel-re-generalizethis-free-monero-20160804t200849896z", + "parent_author": "trogdor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190227875z", "percent_hbd": 10000, - "permlink": "re-generalizethis-re-rigel-re-generalizethis-free-monero-20160804t203750200z", + "permlink": "re-trogdor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190847475z", "reward_weight": 10000, - "root_author": "generalizethis", - "root_permlink": "free-monero", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { "amount": "0", @@ -21023,29 +20974,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:52:09", + "active": "2016-07-25T19:35:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "The formatting uses markdown, same as reddit. There are many tutorials on the web. And welcome to steemit!", + "body": "\"Money creation was only in the hands of central banks...\"\nGreat points about the democratization of money creation. Since the money is created by someone who directly values what is produced, we can be more certain of its value. The central bank has to rely on estimates of macroeconomic performance. A crude approach at best.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T22:04:12", + "created": "2016-07-25T19:35:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 611139, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-04T22:06:27", + "depth": 1, + "id": 354966, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T05:50:12", + "last_update": "2016-07-25T19:35:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21053,14 +21004,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dollarvigilante", - "parent_permlink": "re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220029125z", + "net_votes": 1, + "parent_author": "jako", + "parent_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220410600z", + "permlink": "re-jako-why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin-20160725t193507538z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "root_author": "jako", + "root_permlink": "why-the-concept-behind-steem-is-far-more-interesting-than-the-one-behind-bitcoin", "title": "", "total_payout_value": { "amount": "0", @@ -21072,29 +21023,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T03:50:18", + "active": "2016-07-29T12:22:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 482, + "author": "bavak", + "author_rewards": 0, "beneficiaries": [], - "body": "I have little doubt this is legitimate but we do prefer to be cautious when someone posts here claiming to be a well-known individual. Can you verify by posting a link here from one of your established blog sites or socal media accounts? Thanks.\n\nEDIT: I just saw your verification tweet. Thanks!", + "body": "I think GDP is conflated with standard of living. It even appears in indexes which try to measure quality of life in various countries. But as you indicate, it shouldn't be used this way. By having a platform like Steemit, where value creation and rewards are closely linked, the measure of that value becomes much clearer. It can make possible a future GDP calculation which accurately describes quality of life as judged by real people.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 5, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-04T22:09:24", + "created": "2016-07-25T20:40:00", "curator_payout_value": { - "amount": "33", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 611249, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-04T22:12:33", + "depth": 2, + "id": 356699, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-25T20:40:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21102,17 +21053,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 19, - "parent_author": "dollarvigilante", - "parent_permlink": "the-dollar-vigilante-is-now-on-steemit", + "net_votes": 0, + "parent_author": "liberosist", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t193034842z", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220923200z", + "permlink": "re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t203959355z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { - "amount": "1078", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -21121,29 +21072,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T02:20:00", + "active": "2016-07-26T18:45:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "Verified", + "body": "Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-04T22:13:12", + "created": "2016-07-26T12:36:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 611326, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-04T22:13:12", + "depth": 1, + "id": 372148, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T08:13:27", + "last_update": "2016-07-26T12:36:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21151,14 +21102,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "dollarvigilante", - "parent_permlink": "re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221106340z", + "net_votes": 0, + "parent_author": "timcliff", + "parent_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221313100z", + "permlink": "re-timcliff-steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community-20160726t123610078z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "root_author": "timcliff", + "root_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", "title": "", "total_payout_value": { "amount": "0", @@ -21170,29 +21121,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T01:49:09", + "active": "2016-07-26T18:51:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "By legitimate I meant not an impersonator. I have never followed The Dollar Vigilante and other than having heard of him as a well known blogger/youtuber, I have no idea about his background.", + "body": "Yes, thanks, I replied in your post as follows:\n"Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services."", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T01:49:09", + "created": "2016-07-26T12:39:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 614707, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-05T01:49:09", + "depth": 2, + "id": 372194, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-26T12:39:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21201,13 +21152,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "kuriko", - "parent_permlink": "re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t011105168z", + "parent_author": "timcliff", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t022316010z", "percent_hbd": 10000, - "permlink": "re-kuriko-re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t014908900z", + "permlink": "re-timcliff-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t123912663z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { "amount": "0", @@ -21219,29 +21170,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T03:57:33", + "active": "2016-07-27T13:10:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "I've always been against the obsession with original content. I think it came about in large part because many of the early adopters of Steem were themselves bloggers who didn't like the competition for visibility, attention and rewards. \n\nIn my opinion, links which provoke discussion (where _the discussion is the original content_) are great, and people who are great at finding and selecting the most relevant and discussion-generating links should be rewarded. Of course I love the bloggers too. We can do both.", + "body": "It's hard to tell given how new all of this is. We have to let transient effects die down before really appraising the economic model. But, folks seem to be selling their SBD now and it hasn't disrupted anything as far as I can tell. Clearly the price will go down if more is sold, but that's to be expected. In the end we'd expect some sort of balance between buyers and sellers, as in any market.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T02:34:57", + "created": "2016-07-27T13:10:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 615369, + "depth": 2, + "id": 403303, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T03:39:51", - "last_update": "2016-08-05T02:41:00", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:10:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21249,14 +21200,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "doctorstrange", - "parent_permlink": "re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t022129820z", + "net_votes": 0, + "parent_author": "bhokor", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t105019977z", "percent_hbd": 10000, - "permlink": "re-doctorstrange-re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t023457600z", + "permlink": "re-bhokor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t131039211z", "reward_weight": 10000, - "root_author": "furion", - "root_permlink": "how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { "amount": "0", @@ -21268,29 +21219,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:43:18", + "active": "2016-07-27T13:28:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "There is nothing wrong with (4). It just means you are a bit closer to the dangerous negative rep than you might be at a higher score. As long as you continue to comment and post and get upcotes your rep will naturally climb.", + "body": "Great question and, unfortunately, I don't have a great answer. I think, however, that an economic value judgment produced in a smaller community that creates its own currency is more accurate than, say, a central bank doing it on the basis of aggregate transactions for the whole economy. And, in the case of blogging, the central bank would traditionally not even consider it economic activity because it is unpaid. Can the smaller group be wrong? Of course. Can they be controlled by influential individuals? Yes. All human groups can have these flaws. The model here is still being tested but it looks like progress and decentralization is usually a good thing.", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", - "children": 4, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T05:53:27", + "created": "2016-07-27T13:28:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 617692, - "json_metadata": "{\"tags\":[\"reputation\"]}", - "last_payout": "2016-09-04T18:28:09", - "last_update": "2016-08-05T05:53:27", + "depth": 2, + "id": 403780, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-27T13:28:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21298,14 +21249,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "jos.denmark", - "parent_permlink": "reputation-station-my-new-life-as-a-four", + "net_votes": 1, + "parent_author": "positive", + "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t182949310z", "percent_hbd": 10000, - "permlink": "re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t055323600z", + "permlink": "re-positive-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t132842958z", "reward_weight": 10000, - "root_author": "jos.denmark", - "root_permlink": "reputation-station-my-new-life-as-a-four", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { "amount": "0", @@ -21317,29 +21268,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T08:54:33", + "active": "2016-07-27T20:05:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 28, + "author": "bavak", + "author_rewards": 0, "beneficiaries": [], - "body": "1) Reputation updates in real time so as soon as her post got upvotes that would increase the rep.", + "body": "Thanks for a very clear and readable presentation!", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T06:23:42", + "created": "2016-07-27T13:31:54", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 617961, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T16:19:21", - "last_update": "2016-08-05T06:24:27", + "depth": 1, + "id": 403857, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T19:39:54", + "last_update": "2016-07-27T13:31:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21347,17 +21298,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "bendjmiller222", - "parent_permlink": "re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160804t234732436z", + "net_votes": 0, + "parent_author": "mahekg", + "parent_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", "percent_hbd": 10000, - "permlink": "re-bendjmiller222-re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160805t062342900z", + "permlink": "re-mahekg-know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post-20160727t133154927z", "reward_weight": 10000, - "root_author": "brendazambrano", - "root_permlink": "hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit", + "root_author": "mahekg", + "root_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", "title": "", "total_payout_value": { - "amount": "62", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -21366,29 +21317,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T08:11:36", + "active": "2016-07-29T12:22:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "bavak", "author_rewards": 0, "beneficiaries": [], - "body": "> I just don't think there is demand for anything other than articles about steemit\n\nand ants.\n\nMore seriously, much of this will just have to wait for better platform features, especially following. When a blogger can gain a following they can expect consistent upvotes on every post (unless they fail to deliver value and lose the following). Right now there is no organization to any of it, and much of what happens is just random. The ants post got launched because I upvoted it to remove what I felt was undeserved negative reputation (I thought the post itself was decent too, but nothing special).\n\nIt is impossible to make a credible proposal to fix what is broken when what is (allegedly) broken isn't even built yet.", + "body": "Thanks for the link, good material, and a very useful distinction to make. Btw, I'm also a big fan of the Hans Rosling view of the world.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T08:11:36", + "created": "2016-07-29T12:22:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 619407, + "depth": 4, + "id": 462145, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T05:18:33", - "last_update": "2016-08-05T08:11:36", + "last_payout": "2016-08-25T19:51:54", + "last_update": "2016-07-29T12:22:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21397,13 +21348,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "teatree", - "parent_permlink": "re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160804t121359627z", + "parent_author": "liberosist", + "parent_permlink": "re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t205715442z", "percent_hbd": 10000, - "permlink": "re-teatree-re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160805t081136700z", + "permlink": "re-liberosist-re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160729t122217437z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others", + "root_author": "bavak", + "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", "title": "", "total_payout_value": { "amount": "0", @@ -21415,29 +21366,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:41:18", + "active": "2016-08-15T03:13:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "bavak", + "author_rewards": 235811, "beneficiaries": [], - "body": "flagged for spamming/votebegging", + "body": "\n

Recently, a young engineer asked me for some general advice about starting out in the workplace. He was starting his first job as a mechanical/aerospace engineering trainee with a large organization. I'm 50 and have been an engineer (or engineering manager) all my working life. Fwiw, I thought I'd share what I told him with you:

\n

This is standard stuff but I find that it works pretty well in practice:

\n

1) Be extremely responsive to the folks you work for at the new company. You can think of them as your clients. And no matter what their official rank, think of everyone as your client.

\n

2) Your goal is to add value to the organization and you may have to do jobs outside your field of interest or expertise. Jobs you may think of as beneath you. Do them anyway and do them enthusiastically. People will notice.

\n

3) Disregard a workplace culture which distracts you from actual work. Even if no one seems to care, you are there to work and if you do, it will be noticed. It's ok to be friendly and chat with your coworkers and neighbors, but maintain a general attitude of always wanting to get things done.

\n

4) Avoid office politics. This is hard to do, especially as your career progresses, but try hard to do it. There is no way to navigate the political waters of an unknown organization and come out ahead. The best way to do this is by not taking sides, maintaining an objective focus, not talking about others, and pretending a general unawareness of whatever political situation is being offered for comment.

\n

5) Get along with people. Be friendly and always willing to help. Be especially sensitive about issues of discrimination or other legal policies of the company. Remember that the company may be filled with many people of differing ethnic, religious, and cultural backgrounds. You are expected to get along with all of them. Breaking these rules, btw, can lead to a very quick dismissal.

\n

6) Learn as much as you can about the company and the technology you are working on. Trainees are often dismissed because it is assumed they don't know much and don't want to learn. Break out of that mold.

\n

7) Try to relate what you are doing on the job to what you learned in school. If you didn't take a class in the area you are working in, try to educate yourself through books, the internet, etc. There is usually a fundamental textbook or theory behind what they are doing. It pays to learn it.

\n

Just remember, companies are usually quite willing to invest in their promising young workers. So being identified as promising is what you need to do.

\n", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "business", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-05T10:41:18", + "created": "2016-08-13T21:08:00", "curator_payout_value": { - "amount": "0", + "amount": "23116", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 621456, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-05T10:41:18", + "depth": 0, + "id": 789104, + "json_metadata": "{\"tags\":[\"business\"]}", + "last_payout": "2016-09-13T09:18:36", + "last_update": "2016-08-13T21:08:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21445,17 +21396,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "juvyjabian", - "parent_permlink": "re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t025807915z", + "net_votes": 66, + "parent_author": "", + "parent_permlink": "business", "percent_hbd": 10000, - "permlink": "re-juvyjabian-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t104117600z", + "permlink": "advice-to-a-young-engineer-starting-with-a-new-company", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", - "title": "", + "root_author": "bavak", + "root_permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "title": "Advice to a young engineer starting with a new company", "total_payout_value": { - "amount": "0", + "amount": "407952", "nai": "@@000000013", "precision": 3 }, @@ -21464,29 +21415,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:43:42", + "active": "2016-07-11T02:12:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "mr11acdee", + "author_rewards": 8935, "beneficiaries": [], - "body": "Correct, no direct effect on rewards, only appearance and visibility.", + "body": "Geo Engineering has been used since the 1940s to cover up global warming. Today's materials are highly toxic to the environment. It is a public health hazard. Geo Engineering causes global warming in many ways including causing damage to the ozone and killing plankton. Nano-scale aluminum is a free-formed man made aluminum not found in nature. Well, it is now. The only clear link is the air plains. This is why people are so much against Geo Engineering. Just because Oxy may help a patient with arthritis feel less pain does not mean there will not be dire consequences and an advancement of the disease.", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", + "category": "news", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T10:43:18", + "created": "2016-07-11T02:12:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 621490, - "json_metadata": "{\"tags\":[\"reputation\"]}", - "last_payout": "2016-09-04T18:28:09", - "last_update": "2016-08-05T10:43:42", + "depth": 2, + "id": 76561, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-13T07:31:36", + "last_update": "2016-07-11T02:12:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21494,17 +21445,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jos.denmark", - "parent_permlink": "re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t063451298z", + "net_votes": 10, + "parent_author": "metropolit", + "parent_permlink": "re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160707t110701907z", "percent_hbd": 10000, - "permlink": "re-josdenmark-re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t104317900z", + "permlink": "re-metropolit-re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160711t021222738z", "reward_weight": 10000, - "root_author": "jos.denmark", - "root_permlink": "reputation-station-my-new-life-as-a-four", + "root_author": "tuck-fheman", + "root_permlink": "are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so", "title": "", "total_payout_value": { - "amount": "0", + "amount": "17064", "nai": "@@000000013", "precision": 3 }, @@ -21513,29 +21464,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:55:36", + "active": "2016-07-11T02:14:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "He meant the comment from @anonblog.", + "body": "The idea is to become unbanked...", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T10:55:36", + "created": "2016-07-11T02:14:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 621663, + "depth": 5, + "id": 76568, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T01:37:27", - "last_update": "2016-08-05T10:55:36", + "last_payout": "2016-08-14T07:08:27", + "last_update": "2016-07-11T02:14:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21543,14 +21494,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "knozaki2015", - "parent_permlink": "re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t131614435z", + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160707t224511407z", "percent_hbd": 10000, - "permlink": "re-knozaki2015-re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160805t105535000z", + "permlink": "re-cool-re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160711t021404816z", "reward_weight": 10000, - "root_author": "knozaki2015", - "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "root_author": "cool", + "root_permlink": "my-suggestions-for-steemit-july-6-2016", "title": "", "total_payout_value": { "amount": "0", @@ -21562,29 +21513,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T14:27:39", + "active": "2016-07-13T20:57:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "The formula can not be diminishing returns for steem power because then the incentive is for people to split up their steem power into multiple accounts and pretend to be multiple people.", + "body": "
\n

bold italic strike code 

\n
    \n
  • ul
  • \n
\n
    \n
  1. num2
  2. \n
\n
quote
\n

link

\n

\n

normal

\n

header large

\n

header medium

\n

header small

\n
code block 2
\n


\n
", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "test", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T11:39:12", + "created": "2016-07-12T17:49:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 622261, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T14:07:21", - "last_update": "2016-08-05T11:39:12", + "depth": 0, + "id": 86802, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://duckduckgo.com/assets/dax-alt.svg\"],\"links\":[\"https://duckduckgo.com/\"]}", + "last_payout": "2016-08-14T07:08:18", + "last_update": "2016-07-13T20:57:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21593,14 +21544,14 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "dennygalindo", - "parent_permlink": "re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t185801529z", + "parent_author": "", + "parent_permlink": "test", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160805t113911600z", + "permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "the-top-1-steem-v-the-real-world", - "title": "", + "root_author": "mr11acdee", + "root_permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "title": "Test post (will flag): Rich text editor format, this is to test backwards compatibility with posts...", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -21611,29 +21562,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-23T15:51:15", + "active": "2016-07-13T13:49:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "mr11acdee", + "author_rewards": 1348, "beneficiaries": [], - "body": "Flagged as an attempt to manipulate voting and rewards by buying upvotes.\n\nWere it not for that it would be referral marketing which can easily flood the site with spam (imagine if everyone with a referral code for every site did it), although that hasn't specifically become a problem yet.", + "body": "Lol.. Sounds like a lot of work. If they do well enough that is it really so bad?", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 8, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T13:29:48", + "created": "2016-07-13T13:49:09", "curator_payout_value": { - "amount": "0", + "amount": "16", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 624213, + "depth": 2, + "id": 95327, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T04:06:54", - "last_update": "2016-08-05T13:31:09", + "last_payout": "2016-08-21T19:29:30", + "last_update": "2016-07-13T13:49:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21642,16 +21593,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "mark-waser", - "parent_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "parent_author": "timotirado", + "parent_permlink": "re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t132323974z", "percent_hbd": 10000, - "permlink": "re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t132947100z", + "permlink": "re-timotirado-re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t134909394z", "reward_weight": 10000, - "root_author": "mark-waser", - "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "root_author": "liondani", + "root_permlink": "it-s-official-females-dominates-males-on-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "946", "nai": "@@000000013", "precision": 3 }, @@ -21660,29 +21611,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T09:36:45", + "active": "2016-07-13T14:38:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "The reputation has nothing to do with the torrents post or the bot spam. The reason for your -6 rep were a some downvotes you received when you posted a boob picture a while back. Now at the time those downvotes were appropriate, but the new rep system retroactively used those downvotes to give you a terrible rep.\n\nI upvoted you here to restore your rep.", + "body": "Steemit and crypto at large is a stride in that direction. There is a movement to create a Universal Base Income which may show a better distribution of wealth. One project is called http://aboutcircles.com/ .. It would be nice to see that take off. The Steemit community could, for example, form a group on the about circles chain to give UBI money more spending power. Or Steemit could pickup a project like UBI and make it slick, inexpensive, and faster...", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T14:47:00", + "created": "2016-07-13T14:38:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 625969, - "json_metadata": "{\"tags\":[\"reputation\"]}", - "last_payout": "2016-09-05T02:44:48", - "last_update": "2016-08-05T14:47:00", + "id": 95849, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://aboutcircles.com/\"]}", + "last_payout": "2016-08-14T14:42:06", + "last_update": "2016-07-13T14:38:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21690,14 +21641,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jonathan-tokki", - "parent_permlink": "i-m-a-bot-now-with-6-reputation", + "net_votes": 1, + "parent_author": "kingjohal", + "parent_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", "percent_hbd": 10000, - "permlink": "re-jonathan-tokki-i-m-a-bot-now-with-6-reputation-20160805t144700900z", + "permlink": "re-kingjohal-how-poverty-changes-your-brain-can-steemit-help-the-poor-20160713t143814992z", "reward_weight": 10000, - "root_author": "jonathan-tokki", - "root_permlink": "i-m-a-bot-now-with-6-reputation", + "root_author": "kingjohal", + "root_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", "title": "", "total_payout_value": { "amount": "0", @@ -21709,29 +21660,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:44:36", + "active": "2016-07-13T20:12:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "I erased the negative rep but please stop spamming your CEO story everywhere. People will upvote you when you post content of merit.", + "body": "Accounts can't get banned.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T14:52:18", + "created": "2016-07-13T20:12:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 626098, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T05:37:30", - "last_update": "2016-08-05T14:52:18", + "depth": 5, + "id": 100134, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T13:13:30", + "last_update": "2016-07-13T20:12:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21739,14 +21690,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "juvyjabian", - "parent_permlink": "re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t064632842z", + "net_votes": 0, + "parent_author": "hien-tran", + "parent_permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t141429822z", "percent_hbd": 10000, - "permlink": "re-juvyjabian-re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t145219300z", + "permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t201220669z", "reward_weight": 10000, - "root_author": "officialfuzzy", - "root_permlink": "steem-audio-whitepaper-part-2-ways-to-contribute", + "root_author": "hien-tran", + "root_permlink": "help-me-i-can-not-login-to-my-steemit-account", "title": "", "total_payout_value": { "amount": "0", @@ -21758,29 +21709,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T15:16:00", + "active": "2016-07-30T17:13:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "flagged for vote buying", + "body": "
Can you see a blue pill?
\n \"\"\n
Caption


Or a red pill?

", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "test", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-05T15:16:00", + "created": "2016-07-13T21:00:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 626596, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T12:02:15", - "last_update": "2016-08-05T15:16:00", + "depth": 0, + "id": 100677, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://steemit.com/ipfs/QmXJShecaM2pvkcax4Lt6h3Q6wBn1ZhESB6dFkfwSPLuN4\"]}", + "last_payout": "2016-08-23T22:01:30", + "last_update": "2016-07-13T21:06:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21788,15 +21739,15 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "frosty", - "parent_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", + "net_votes": 3, + "parent_author": "", + "parent_permlink": "test", "percent_hbd": 10000, - "permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151559800z", + "permlink": "testing-image-upload", "reward_weight": 10000, - "root_author": "frosty", - "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", - "title": "", + "root_author": "mr11acdee", + "root_permlink": "testing-image-upload", + "title": "Testing image upload", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -21807,29 +21758,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T15:16:54", + "active": "2016-07-31T12:22:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "mr11acdee", + "author_rewards": 820, "beneficiaries": [], - "body": "flagged for assisting with vote buying", + "body": "But I will not be installing it....\n\nhttp://i.imgsafe.org/d4f3207742.png\n\n>\"One of the first big milestones in this transformation took place in November 2004 when Google acquired a tiny and little-known 3-D mapping startup called Keyhole Inc. Google paid an undisclosed sum for the company, immediately absorbed it, and began turning its tech into what we now know as Google Earth. The acquisition would have gone unnoticed, had it not been for one not-so-tiny detail: Keyhole Inc was part-owned by the CIA and the \"National Geospatial-Intelligence Agency\" (NGA), a sister agency to the NSA. Keyhole Inc also had one major client base: US military and intelligence agencies.\"\nhttps://pando.com/2015/07/01/cia-foia-google-keyhole/\n\nhttp://i.imgsafe.org/d512a93616.jpg\n\nhttp://fm.cnbc.com/applications/cnbc.com/resources/files/2016/07/27/How-Pokemon-Go-Started-infographic-anna-vital.png", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "meme", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-05T15:16:54", + "created": "2016-07-31T01:22:21", "curator_payout_value": { - "amount": "0", + "amount": "60", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 626614, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T12:02:15", - "last_update": "2016-08-05T15:16:54", + "depth": 0, + "id": 502792, + "json_metadata": "{\"tags\":[\"meme\"],\"image\":[\"http://i.imgsafe.org/d4f3207742.png\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T01:22:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21837,17 +21788,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "someguy123", - "parent_permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160804t211155797z", + "net_votes": 21, + "parent_author": "", + "parent_permlink": "meme", "percent_hbd": 10000, - "permlink": "re-someguy123-re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151654200z", + "permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", "reward_weight": 10000, - "root_author": "frosty", - "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", - "title": "", + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "title": "All of the sudden I caught Pokemon GO fever! I'm suddenly very interested in this little app...", "total_payout_value": { - "amount": "0", + "amount": "2270", "nai": "@@000000013", "precision": 3 }, @@ -21856,29 +21807,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T15:32:03", + "active": "2016-07-31T01:58:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "Too serious. man. Upvoting the post.", + "body": "Interesting... You should search for Zika Virus Propaganda. I can recommend to not bother with google if you do this. We know they are trying to push dangerous vaccines. The evidence is alarming, but will people take the time to investigate it..\n\nhttps://duckduckgo.com/?q=zika+virus+propaganda", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "zika", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T15:32:03", + "created": "2016-07-31T01:58:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 626944, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T06:35:09", - "last_update": "2016-08-05T15:32:03", + "depth": 1, + "id": 503270, + "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https://duckduckgo.com/?q=zika+virus+propaganda\"]}", + "last_payout": "2016-08-30T13:57:15", + "last_update": "2016-07-31T01:58:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21886,14 +21837,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "jrkirby", - "parent_permlink": "re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t145917220z", + "net_votes": 0, + "parent_author": "cryptocurrency1", + "parent_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", "percent_hbd": 10000, - "permlink": "re-jrkirby-re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t153202800z", + "permlink": "re-cryptocurrency1-sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak-20160731t015807284z", "reward_weight": 10000, - "root_author": "razvanelulmarin", - "root_permlink": "the-pledge-of-allegiance-steemit-version", + "root_author": "cryptocurrency1", + "root_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", "title": "", "total_payout_value": { "amount": "0", @@ -21905,29 +21856,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T18:37:03", + "active": "2016-07-31T12:15:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1965, + "author": "mr11acdee", + "author_rewards": 0, "beneficiaries": [], - "body": "> https://www.instagram.com/ann_semenovich_/\n\n^ 400 followers\n\nhttps://www.instagram.com/ann_semenovich\n\n^ 1m followers\n\nSomething doesn't quite add up.\n\nAnna, please post on your real instagram confirming that this post is authentic. Thanks!\n\nEDIT: http://tv.ua/news/stars/76530-anna-semenovich-chut-ne-poplatilas-za-besplatnyjj-wi-fi-foto.html\n\nphotoshop job, flagged as fraud", + "body": "Another article mentioned this:\n>### Don't Be Evil\n>The most obvious question is: What prompted the acquisition? Did Google buy Keyhole -- and take on all its military contracts and NatSec liabilities -- because it badly needed its 3D mapping technology? Or did Google see the acquisition as a convenient way of getting into the military contracting business? Was there any internal discussion in the company about the benefits and pitfalls of absorbing a startup so closely tied with the CIA and the Pentagon? - [source](https://pando.com/2015/07/01/cia-foia-google-keyhole/)", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 3, + "category": "meme", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T16:11:15", + "created": "2016-07-31T12:15:51", "curator_payout_value": { - "amount": "1404", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 627848, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/ann_semenovich_/\"]}", - "last_payout": "2016-09-05T04:58:30", - "last_update": "2016-08-05T17:01:39", + "id": 509363, + "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https://pando.com/2015/07/01/cia-foia-google-keyhole/\"]}", + "last_payout": "2016-08-30T17:05:54", + "last_update": "2016-07-31T12:15:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21935,17 +21886,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 25, - "parent_author": "semenovich", - "parent_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "net_votes": 0, + "parent_author": "mr11acdee", + "parent_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", "percent_hbd": 10000, - "permlink": "re-semenovich-hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter-20160805t161115900z", + "permlink": "re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t121552607z", "reward_weight": 10000, - "root_author": "semenovich", - "root_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", + "root_author": "mr11acdee", + "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", "title": "", "total_payout_value": { - "amount": "4259", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -21954,29 +21905,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T20:38:09", + "active": "2016-08-03T19:57:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "Upvoted because I respect the thought that went into this. I do think the reputation system needs some adjustments, not sure if these are the right ones, but the discussion should be opened.\n\nOne thing I would propose is cap the effect of a downvote on anyone with significant positive rep to only push the rep down to exactly zero, regardless of the SP of the downvote (not deep negative from one downvote). It would then take another downvote to push it negative.", + "body": "Can you put the good ones in a starter kit with directions and sell it to me?", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", - "children": 3, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T16:26:18", + "created": "2016-08-03T19:48:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 628200, - "json_metadata": "{\"tags\":[\"reputation\"]}", - "last_payout": "2016-09-05T07:53:24", - "last_update": "2016-08-05T16:26:18", + "id": 587741, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-03T07:49:12", + "last_update": "2016-08-03T19:48:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -21984,14 +21935,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "karoline", - "parent_permlink": "reputation", + "net_votes": 0, + "parent_author": "honore", + "parent_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", "percent_hbd": 10000, - "permlink": "re-karoline-reputation-20160805t162617800z", + "permlink": "re-honore-my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years-20160803t194853929z", "reward_weight": 10000, - "root_author": "karoline", - "root_permlink": "reputation", + "root_author": "honore", + "root_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", "title": "", "total_payout_value": { "amount": "0", @@ -22003,29 +21954,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T16:54:39", + "active": "2016-08-03T19:57:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1246, + "author": "mr11acdee", + "author_rewards": 0, "beneficiaries": [], - "body": "The smooth.witness account copies the votes from the smooth account. I could undo that manually but it adds about 15% of the vote weight of my primary account, so it isn't a big difference either way. \n\nI will also be flagging this post for the same reason. \n\nI'm open to upvoting to remove the bad reputation on any of these accounts but they will need to make a separate post or comment for that purpose, since changing votes does not change rep.\n\nI'm not a fan of the reputation system generally and I have commented on the problems with it. However, I'm also not a fan of buying votes and the only recourse I have against what I (and many other large stakeholders) see as a serious form of abuse is downvoting the post. Unfortunately that automatically affects the reputation as well.", + "body": "I would love to see an article like this go into GcMAF and Nagalase. This is just because I have a hunch we are going to be hearing more about these in the future. Would be nice to get a base-line knowledge and term familiarity.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 6, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T17:22:54", + "created": "2016-08-03T19:54:51", "curator_payout_value": { - "amount": "897", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 629563, + "depth": 1, + "id": 587860, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T08:43:42", - "last_update": "2016-08-05T17:51:18", + "last_payout": "2016-09-03T07:55:33", + "last_update": "2016-08-03T19:54:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22033,17 +21984,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "august-newbie", - "parent_permlink": "re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t165105754z", + "net_votes": 1, + "parent_author": "feedthemachine", + "parent_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", "percent_hbd": 10000, - "permlink": "re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172253700z", + "permlink": "re-feedthemachine-don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker-20160803t195450647z", "reward_weight": 10000, - "root_author": "august-newbie", - "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "root_author": "feedthemachine", + "root_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", "title": "", "total_payout_value": { - "amount": "2700", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -22052,29 +22003,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T20:10:27", + "active": "2016-08-06T21:07:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1239, + "author": "mr11acdee", + "author_rewards": 19, "beneficiaries": [], - "body": "> [I now commit that all of the SBD from *this* post will be divided equally and distributed among the first 30 up-voters]\n\nFlagged for buying votes", + "body": "That is great! Did you really have to ask permission from Ned and Dan on the art? Is that decentralized? lol", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T17:25:18", + "created": "2016-08-06T20:38:45", "curator_payout_value": { - "amount": "890", + "amount": "8", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 629620, + "id": 650185, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T08:43:42", - "last_update": "2016-08-05T17:25:18", + "last_payout": "2016-09-06T12:01:42", + "last_update": "2016-08-06T20:39:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22082,17 +22033,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "august-newbie", - "parent_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "net_votes": 1, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", "percent_hbd": 10000, - "permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172517800z", + "permlink": "re-steemdrive-steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa-20160806t203845694z", "reward_weight": 10000, - "root_author": "august-newbie", - "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "root_author": "steemdrive", + "root_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", "title": "", "total_payout_value": { - "amount": "2684", + "amount": "39", "nai": "@@000000013", "precision": 3 }, @@ -22101,29 +22052,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-23T15:51:15", + "active": "2016-08-08T12:44:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "I have commented there and indicated that I am open to restoring the reputation. However, I and most if not all major stakeholders consider buying votes to be abuse and will downvote it when I see it. I am firm on that position.\n\nReferral marketing is a less serious concern. As I said it hasn't become a major problem yet; if it does then community consensus may become hostile to it. As of yet that has not happened.\n\nI used a couple of your comments here to restore rep.", + "body": "Can we get verification please? Can you just publish something on your domain or another media channel? Not sure what you look like but I suppose you can do a picture with a Steemit sign. Welcome, really an honor to see your name again. You have a daughter right? How is she doing? Healthy and smart I bet!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 4, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T17:30:06", + "created": "2016-08-08T12:44:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 629728, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T04:06:54", - "last_update": "2016-08-05T17:49:48", + "depth": 1, + "id": 681570, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T05:28:12", + "last_update": "2016-08-08T12:44:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22131,14 +22082,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mark-waser", - "parent_permlink": "re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t145554411z", + "net_votes": 0, + "parent_author": "stormcloudgather", + "parent_permlink": "stormcloudsgathering", "percent_hbd": 10000, - "permlink": "re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t173006200z", + "permlink": "re-stormcloudgather-stormcloudsgathering-20160808t124447310z", "reward_weight": 10000, - "root_author": "mark-waser", - "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "root_author": "stormcloudgather", + "root_permlink": "stormcloudsgathering", "title": "", "total_payout_value": { "amount": "0", @@ -22150,29 +22101,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:12:39", + "active": "2016-08-10T20:09:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "It used to be \"downvotes\" (there were both up- and down-buttons). That was changed to the \"flag\" button, but the two words refer to the same concept.", + "body": "LOL.. you and Jeff thought you would be free from the burn! Remember, their are Sheep as far as they eye can see! Don't worry, the bulk of the share holders hold either an open mind or support you. It is no different here, we need to wake people up they don't understand you and Jeff and why it is important. If they did they would be a whole not more tolerant of the small stuff. Just be professional and put your energy into positive stuff and let this distraction fade away. We don't need to explain the indoctrination many people suffer from, I'm sure you know this well.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T22:12:39", + "created": "2016-08-10T20:01:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 635711, + "depth": 3, + "id": 731940, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T08:43:42", - "last_update": "2016-08-05T22:12:39", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:09:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22181,13 +22132,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "mxjxn", - "parent_permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t142536061z", + "parent_author": "lukewearechange", + "parent_permlink": "re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175027014z", "percent_hbd": 10000, - "permlink": "re-mxjxn-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221238900z", + "permlink": "re-lukewearechange-re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200110378z", "reward_weight": 10000, - "root_author": "august-newbie", - "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", "title": "", "total_payout_value": { "amount": "0", @@ -22199,29 +22150,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:15:15", + "active": "2016-08-10T20:06:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "mr11acdee", "author_rewards": 0, "beneficiaries": [], - "body": "I restored the rep on the august-newbie account. (Strange name for an account BTW unless you intend to throw it away. Will you still want that account when you are no longer a newbie?)\n\nAs far as a newbie guide, what a splendid idea! Perhaps you would like to write one If you join steemit.chat and ask questions I'm sure some of the more experienced members there would be happy to help you out with the content.", + "body": "I like it when people are warned: Don't expect to make anything, many posts make a penny. Then add some tips..", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T22:15:15", + "created": "2016-08-10T20:06:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 635767, + "depth": 3, + "id": 732068, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T08:43:42", - "last_update": "2016-08-05T22:15:15", + "last_payout": "2016-09-10T06:52:12", + "last_update": "2016-08-10T20:06:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22230,13 +22181,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "august-newbie", - "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192517973z", + "parent_author": "lukewearechange", + "parent_permlink": "re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175435875z", "percent_hbd": 10000, - "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221516400z", + "permlink": "re-lukewearechange-re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200649606z", "reward_weight": 10000, - "root_author": "august-newbie", - "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "root_author": "lukewearechange", + "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", "title": "", "total_payout_value": { "amount": "0", @@ -22248,29 +22199,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:02:36", + "active": "2016-07-04T04:57:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 56800, "beneficiaries": [], - "body": "Great post. I love not only the content for people who want to learn about wine but also that your writing style is very friendly to the reader while while still giving seriously good info at the same time. Great work", + "body": "Yup, I bet you get all of Amanda's interviews from now on lol\n\nShe's 1000 times better with a script.\n\nEventually she'll come around to Steem, BitShares and the Graphene technology.", "cashout_time": "1969-12-31T23:59:59", - "category": "food", + "category": "dash", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-05T22:29:54", + "created": "2016-07-04T04:54:15", "curator_payout_value": { - "amount": "0", + "amount": "2314", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 636017, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "2016-09-05T09:34:42", - "last_update": "2016-08-05T22:29:54", + "id": 52176, + "json_metadata": "{\"tags\":[\"dash\"]}", + "last_payout": "2016-08-17T08:36:03", + "last_update": "2016-07-04T04:55:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22278,17 +22229,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "serejandmyself", - "parent_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "net_votes": 10, + "parent_author": "piedpiper", + "parent_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", "percent_hbd": 10000, - "permlink": "re-serejandmyself-learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition-20160805t222953800z", + "permlink": "re-piedpiper-amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions-20160704t045415372z", "reward_weight": 10000, - "root_author": "serejandmyself", - "root_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", + "root_author": "piedpiper", + "root_permlink": "amanda-b-johnson-on-bitcoin-s-problems-and-dash-s-solutions", "title": "", "total_payout_value": { - "amount": "0", + "amount": "13176", "nai": "@@000000013", "precision": 3 }, @@ -22297,29 +22248,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:38:15", + "active": "2016-07-05T00:47:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 276, "beneficiaries": [], - "body": "Welcome @madbitcoins. I've been an admirer of your videos for a long time. Great to see you here.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T22:38:15", + "created": "2016-07-05T00:47:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 - }, - "depth": 1, - "id": 636195, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-05T09:55:24", - "last_update": "2016-08-05T22:38:15", + }, + "depth": 1, + "id": 54237, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-18T03:32:03", + "last_update": "2016-07-05T00:47:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22327,17 +22278,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "madbitcoins", - "parent_permlink": "introducing-madbitcoins", + "net_votes": 2, + "parent_author": "seiznem", + "parent_permlink": "just-started-on-steemit-please-help", "percent_hbd": 10000, - "permlink": "re-madbitcoins-introducing-madbitcoins-20160805t223815300z", + "permlink": "re-seiznem-just-started-on-steemit-please-help-20160705t004741940z", "reward_weight": 10000, - "root_author": "madbitcoins", - "root_permlink": "introducing-madbitcoins", + "root_author": "seiznem", + "root_permlink": "just-started-on-steemit-please-help", "title": "", "total_payout_value": { - "amount": "0", + "amount": "64", "nai": "@@000000013", "precision": 3 }, @@ -22346,29 +22297,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:45:09", + "active": "2016-07-05T00:56:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "Your observations agree with mine and I'm glad to see it. Thanks for posting these thoughts.", + "body": "Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content\nhttps://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199", "cashout_time": "1969-12-31T23:59:59", - "category": "life", + "category": "fintech", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T22:45:09", + "created": "2016-07-05T00:56:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 636318, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-05T09:03:45", - "last_update": "2016-08-05T22:45:09", + "id": 54251, + "json_metadata": "{\"tags\":[\"fintech\"],\"links\":[\"https://www.amazon.com/s/ref=nb_sb_ss_c_1_7?url=search-alias%3Dstripbooks&field-keywords=steemit+101&sprefix=steemit%2Caps%2C199\"]}", + "last_payout": "2016-08-05T01:18:39", + "last_update": "2016-07-05T00:56:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22377,13 +22328,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "jpiper20", - "parent_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "parent_author": "shake9169", + "parent_permlink": "crypto-currency-and-me", "percent_hbd": 10000, - "permlink": "re-jpiper20-well-i-guess-steem-isn-t-a-pile-of-shit-after-all-20160805t224508200z", + "permlink": "re-shake9169-crypto-currency-and-me-20160705t005609132z", "reward_weight": 10000, - "root_author": "jpiper20", - "root_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", + "root_author": "shake9169", + "root_permlink": "crypto-currency-and-me", "title": "", "total_payout_value": { "amount": "0", @@ -22395,29 +22346,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:43:39", + "active": "2016-07-05T01:02:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "> Could you please perform the same reputation repair on august-newbie if you haven't already?\n\nBoth accounts have been restored to positive rep status", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "me", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T23:43:39", + "created": "2016-07-05T01:02:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 637030, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T04:06:54", - "last_update": "2016-08-05T23:43:39", + "depth": 1, + "id": 54259, + "json_metadata": "{\"tags\":[\"me\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T01:49:03", + "last_update": "2016-07-05T01:02:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22426,13 +22377,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "mark-waser", - "parent_permlink": "re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t195944815z", + "parent_author": "powerwizard", + "parent_permlink": "hi-everyone", "percent_hbd": 10000, - "permlink": "re-mark-waser-re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t234340000z", + "permlink": "re-powerwizard-hi-everyone-20160705t010243102z", "reward_weight": 10000, - "root_author": "mark-waser", - "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "root_author": "powerwizard", + "root_permlink": "hi-everyone", "title": "", "total_payout_value": { "amount": "0", @@ -22444,29 +22395,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:47:00", + "active": "2016-07-05T02:16:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 131, "beneficiaries": [], - "body": "I agree with you that the reputation system implementation leaves something to be desired especially in terms of newbies, warnings, etc. but as a community we have to work with the code that exists while the developers work to improve it. For now we have to work around the worst of the problems with discussion and by voting up accounts where the negative reputation is excessive.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T23:47:00", + "created": "2016-07-05T02:16:48", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 637071, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T08:43:42", - "last_update": "2016-08-05T23:47:00", + "depth": 3, + "id": 54363, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T20:05:00", + "last_update": "2016-07-05T02:16:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22474,17 +22425,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "august-newbie", - "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192859985z", + "net_votes": 1, + "parent_author": "norbu", + "parent_permlink": "re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t012231863z", "percent_hbd": 10000, - "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t234658900z", + "permlink": "re-norbu-re-wang-re-norbu-hi-steemer-s-a-big-hello-from-the-himalayas-20160705t021646678z", "reward_weight": 10000, - "root_author": "august-newbie", - "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", + "root_author": "norbu", + "root_permlink": "hi-steemer-s-a-big-hello-from-the-himalayas", "title": "", "total_payout_value": { - "amount": "0", + "amount": "30", "nai": "@@000000013", "precision": 3 }, @@ -22493,29 +22444,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T00:19:03", + "active": "2016-07-05T02:38:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "One image is useful for the thumbnail though, even if just a branding image for the author.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "psychology", - "children": 1, + "category": "wtf", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T00:03:57", + "created": "2016-07-05T02:38:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 637256, - "json_metadata": "{\"tags\":[\"psychology\"]}", - "last_payout": "2016-09-05T14:44:48", - "last_update": "2016-08-06T00:03:57", + "id": 54410, + "json_metadata": "{\"tags\":[\"wtf\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-05T04:00:48", + "last_update": "2016-07-05T02:38:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22523,14 +22474,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "alexgr", - "parent_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "net_votes": 1, + "parent_author": "kingg", + "parent_permlink": "well-we-see-how-this-works", "percent_hbd": 10000, - "permlink": "re-alexgr-images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add-20160806t000356500z", + "permlink": "re-kingg-well-we-see-how-this-works-20160705t023847869z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", + "root_author": "kingg", + "root_permlink": "well-we-see-how-this-works", "title": "", "total_payout_value": { "amount": "0", @@ -22542,29 +22493,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T14:44:03", + "active": "2016-07-05T03:27:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 52, + "author": "erath", + "author_rewards": 0, "beneficiaries": [], - "body": "Hi @juvyjabian. Thank you for sharing your story and I hope you continue to participate in the community here. It may seem unfair that a (somewhat) famous Playboy model or a well known writer will be more highly rewarded than others, and in some ways it is; life is not fair. But I don't agree you are a nobody, even if you are not famous. \n\nEverybody is a somebody and everyone has stories to tell, experiences to share, and lessons learned in life that can help others. That is all part of connecting with other human beings. The more you post and _contribute_ to discussions in the comment streams them more value you add and the more other people will want to give back. That is only natural.\n\nThanks again for the introduction and welcome to Steemit.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "me", - "children": 8, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T00:52:51", + "created": "2016-07-05T03:11:33", "curator_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 637785, - "json_metadata": "{\"tags\":[\"me\"]}", - "last_payout": "2016-09-05T17:48:03", - "last_update": "2016-08-06T00:54:09", + "id": 54471, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-07T14:08:57", + "last_update": "2016-07-05T03:11:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22572,17 +22523,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "juvyjabian", - "parent_permlink": "is-steemit-also-a-place-for-ordinary-people", + "net_votes": 1, + "parent_author": "cool", + "parent_permlink": "my-introduction", "percent_hbd": 10000, - "permlink": "re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t005249600z", + "permlink": "re-cool-my-introduction-20160705t031130247z", "reward_weight": 10000, - "root_author": "juvyjabian", - "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "root_author": "cool", + "root_permlink": "my-introduction", "title": "", "total_payout_value": { - "amount": "112", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -22591,29 +22542,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T01:02:18", + "active": "2016-07-05T23:05:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 314, + "author": "erath", + "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the kind words @smailer. I work hard to find the best posts and authors and help them gain a bit of visibility. I hope it helps.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "stats", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T01:02:18", + "created": "2016-07-05T23:05:06", "curator_payout_value": { - "amount": "134", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 637889, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "2016-09-05T13:58:24", - "last_update": "2016-08-06T01:02:18", + "depth": 1, + "id": 56547, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-06T00:33:27", + "last_update": "2016-07-05T23:05:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22621,17 +22572,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "smailer", - "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t005856828z", + "net_votes": 0, + "parent_author": "brianyu14519", + "parent_permlink": "6d2kf-im-new-to-steem-and-here", "percent_hbd": 10000, - "permlink": "re-smailer-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010218600z", + "permlink": "re-brianyu14519-6d2kf-im-new-to-steem-and-here-20160705t230501894z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "daily-payouts-leaderboards-august-5", + "root_author": "brianyu14519", + "root_permlink": "6d2kf-im-new-to-steem-and-here", "title": "", "total_payout_value": { - "amount": "680", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -22640,29 +22591,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T01:16:00", + "active": "2016-07-07T00:36:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 340, + "author": "erath", + "author_rewards": 74, "beneficiaries": [], - "body": "@smailer some of them I find myself and some are found by my excellent curator team. You can read more about them [here](https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition)", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "stats", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T01:15:36", + "created": "2016-07-06T23:08:27", "curator_payout_value": { - "amount": "58", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 638039, - "json_metadata": "{\"tags\":[\"stats\"],\"users\":[\"smailer\"],\"links\":[\"https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition\"]}", - "last_payout": "2016-09-05T13:58:24", - "last_update": "2016-08-06T01:16:00", + "depth": 1, + "id": 59123, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-10T18:02:57", + "last_update": "2016-07-06T23:08:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22671,16 +22622,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "streetstyle", - "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010139612z", + "parent_author": "mikebike", + "parent_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", "percent_hbd": 10000, - "permlink": "re-streetstyle-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t011535800z", + "permlink": "re-mikebike-can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users-20160706t230821906z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "daily-payouts-leaderboards-august-5", + "root_author": "mikebike", + "root_permlink": "can-you-clearly-explain-how-steemit-earns-revenue-to-pay-its-users", "title": "", "total_payout_value": { - "amount": "736", + "amount": "16", "nai": "@@000000013", "precision": 3 }, @@ -22689,29 +22640,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T18:45:30", + "active": "2016-07-08T01:45:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 731, + "author": "erath", + "author_rewards": 0, "beneficiaries": [], - "body": "Being in a coma for two years may be unlikely but being out of touch with one particular online platform/blockchain for an extended period is not necessarily unlikely. We're all here using it actively right now, but not everyone with a stake is doing that now or will necessarily be doing so in the future.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "blurred", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T02:04:09", + "created": "2016-07-08T01:45:15", "curator_payout_value": { - "amount": "116", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 638541, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-05T18:44:30", - "last_update": "2016-08-06T02:04:09", + "depth": 1, + "id": 62445, + "json_metadata": "{\"tags\":[\"blurred\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-08T01:50:18", + "last_update": "2016-07-08T01:45:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22719,17 +22670,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "pheonike", - "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015600287z", + "net_votes": -1, + "parent_author": "vmaxee", + "parent_permlink": "newbie", "percent_hbd": 10000, - "permlink": "re-pheonike-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020410000z", + "permlink": "re-vmaxee-newbie-20160708t014509734z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "root_author": "vmaxee", + "root_permlink": "newbie", "title": "", "total_payout_value": { - "amount": "830", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -22738,29 +22689,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T02:06:24", + "active": "2016-07-09T18:34:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 206, "beneficiaries": [], - "body": "My suggestion I made in earlier conversation with arhag is to replace a hard inactivity timer for reclaiming with a small inactivity fee, and the account is reclaimed only when funds are depleted. Thus losses from not paying attention would be gradual and, in the short term, small rather than potentially catastrophic.", + "body": "Why did you post this same message twice?", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T02:06:24", + "created": "2016-07-09T18:33:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 638565, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-05T18:44:30", - "last_update": "2016-08-06T02:06:24", + "depth": 1, + "id": 69685, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-09T18:35:45", + "last_update": "2016-07-09T18:33:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22769,16 +22720,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "goodluckcanuck", - "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015657296z", + "parent_author": "apardes", + "parent_permlink": "7s5hnt-hi-there", "percent_hbd": 10000, - "permlink": "re-goodluckcanuck-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020624500z", + "permlink": "re-apardes-7s5hnt-hi-there-20160709t183333939z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", + "root_author": "apardes", + "root_permlink": "7s5hnt-hi-there", "title": "", "total_payout_value": { - "amount": "0", + "amount": "52", "nai": "@@000000013", "precision": 3 }, @@ -22787,29 +22738,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T08:22:54", + "active": "2016-07-10T15:21:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "That would be my pleasure.", + "body": "There are some glaring contradictions in your thought process.\nReminds me a little of people who fly (using large amounts of fuel) to give lectures at \"peak oil\" or sustainability conferences all over the world.", "cashout_time": "1969-12-31T23:59:59", - "category": "me", + "category": "diy", "children": 3, "children_abs_rshares": 0, - "created": "2016-08-06T02:11:00", + "created": "2016-07-09T20:08:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 638602, - "json_metadata": "{\"tags\":[\"me\"]}", - "last_payout": "2016-09-05T17:48:03", - "last_update": "2016-08-06T02:11:00", + "depth": 1, + "id": 70050, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-09T20:08:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22817,14 +22768,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "juvyjabian", - "parent_permlink": "re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t022651913z", + "net_votes": -1, + "parent_author": "apocaloptimisto", + "parent_permlink": "hi-steemit-i-m-apocaloptimisto", "percent_hbd": 10000, - "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t021100400z", + "permlink": "re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160709t200813113z", "reward_weight": 10000, - "root_author": "juvyjabian", - "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", "title": "", "total_payout_value": { "amount": "0", @@ -22836,29 +22787,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T03:00:27", + "active": "2016-07-09T20:29:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 42, + "author": "erath", + "author_rewards": 1224, "beneficiaries": [], - "body": "You do lose a small amount of SP earnings in the time delay between when it powers down and when you power it back up (if you decide to do that). That's a tradeoff you need to make against as you say having more flexibility and choice each week. If you realistically know you just aren't going to cash out, or if your balance is small enough that paying attention to tiny power downs each week is a waste of time, then as an exception to what I said in chat it does make sense to turn the power down off.", + "body": "In think that steemit is the best way, and has the greatest chance of success, that I have so far heard of to gently introduce the masses to crypto. Wide adoption is much more likely now.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T02:41:57", + "created": "2016-07-09T20:29:33", "curator_payout_value": { - "amount": "0", + "amount": "110", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 638865, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-05T15:25:57", - "last_update": "2016-08-06T02:44:39", + "depth": 1, + "id": 70132, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-25T02:39:45", + "last_update": "2016-07-09T20:29:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22866,17 +22817,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "jesta", - "parent_permlink": "re-james-show-re-klye-why-i-stopped-powering-down-20160806t023852447z", + "net_votes": 9, + "parent_author": "discombobulated", + "parent_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", "percent_hbd": 10000, - "permlink": "re-jesta-re-james-show-re-klye-why-i-stopped-powering-down-20160806t024156300z", + "permlink": "re-discombobulated-asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies-20160709t202924445z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "why-i-stopped-powering-down", + "root_author": "discombobulated", + "root_permlink": "asking-seattle-what-do-you-know-about-bitcoin-block-chains-and-cryptocurrencies", "title": "", "total_payout_value": { - "amount": "90", + "amount": "336", "nai": "@@000000013", "precision": 3 }, @@ -22885,29 +22836,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T03:44:12", + "active": "2016-07-10T03:41:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 1384, + "author": "erath", + "author_rewards": 0, "beneficiaries": [], - "body": "Power down or no, keep drawing @klye!", + "body": "How about you? Are you a bot?", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 2, + "category": "bots", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T02:46:24", + "created": "2016-07-10T02:31:33", "curator_payout_value": { - "amount": "559", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 638919, - "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"klye\"]}", - "last_payout": "2016-09-05T15:25:57", - "last_update": "2016-08-06T02:46:24", + "id": 71507, + "json_metadata": "{\"tags\":[\"bots\"]}", + "last_payout": "2016-08-18T01:29:45", + "last_update": "2016-07-10T02:31:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22915,17 +22866,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "klye", - "parent_permlink": "why-i-stopped-powering-down", + "net_votes": 1, + "parent_author": "shawkhawk", + "parent_permlink": "is-any-of-the-content-on-steemit-real", "percent_hbd": 10000, - "permlink": "re-klye-why-i-stopped-powering-down-20160806t024623100z", + "permlink": "re-shawkhawk-is-any-of-the-content-on-steemit-real-20160710t023125227z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "why-i-stopped-powering-down", + "root_author": "shawkhawk", + "root_permlink": "is-any-of-the-content-on-steemit-real", "title": "", "total_payout_value": { - "amount": "2988", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -22934,29 +22885,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T06:54:30", + "active": "2016-07-10T15:21:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "Hi mustfaomar. I reviewed your history and found no serious abuse. I was able to bump up your rep out of the negative zone. Glad I could help.", + "body": "I suggest that the road to sustainability does not devolve back to hunter/gatherer/nomad but evolves through a new paradigm which we are creatively discovering as we go. At least those of us awake and aware.", "cashout_time": "1969-12-31T23:59:59", - "category": "reputation", - "children": 0, + "category": "diy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T06:54:30", + "created": "2016-07-10T02:41:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 640995, - "json_metadata": "{\"tags\":[\"reputation\"]}", - "last_payout": "2016-09-05T18:51:30", - "last_update": "2016-08-06T06:54:30", + "depth": 3, + "id": 71542, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-08-19T02:12:54", + "last_update": "2016-07-10T02:41:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -22964,14 +22915,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mustafaomar", - "parent_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "net_votes": 3, + "parent_author": "apocaloptimisto", + "parent_permlink": "re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t015700500z", "percent_hbd": 10000, - "permlink": "re-mustafaomar-slack-channel-down-for-maintenance-reputation-appeal-20160806t065431100z", + "permlink": "re-apocaloptimisto-re-erath-re-apocaloptimisto-hi-steemit-i-m-apocaloptimisto-20160710t024144452z", "reward_weight": 10000, - "root_author": "mustafaomar", - "root_permlink": "slack-channel-down-for-maintenance-reputation-appeal", + "root_author": "apocaloptimisto", + "root_permlink": "hi-steemit-i-m-apocaloptimisto", "title": "", "total_payout_value": { "amount": "0", @@ -22983,29 +22934,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T08:25:24", + "active": "2016-07-22T18:36:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 107914, "beneficiaries": [], - "body": "1. Market exchange rate of STEEM drops\n2. Other posts gain higher rewards, since all posts active at the same time draw from a common pool.\n3. People can remove their vote or add a flag/downvote (your post currently has no downvotes)", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "me", - "children": 0, + "category": "steemit-help", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T08:22:54", + "created": "2016-07-11T02:11:51", "curator_payout_value": { - "amount": "0", + "amount": "3389", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 641704, - "json_metadata": "{\"tags\":[\"me\"]}", - "last_payout": "2016-09-05T17:48:03", - "last_update": "2016-08-06T08:25:24", + "depth": 1, + "id": 76558, + "json_metadata": "{\"tags\":[\"steemit-help\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-22T18:36:48", + "last_update": "2016-07-11T02:11:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23013,17 +22964,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "juvyjabian", - "parent_permlink": "re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t035852467z", + "net_votes": 6, + "parent_author": "owdy", + "parent_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", "percent_hbd": 10000, - "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t082252200z", + "permlink": "re-owdy-whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars-20160711t021150403z", "reward_weight": 10000, - "root_author": "juvyjabian", - "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "root_author": "owdy", + "root_permlink": "whats-the-best-quickest-way-to-learn-about-steem-steem-power-and-steem-dollars", "title": "", "total_payout_value": { - "amount": "0", + "amount": "33236", "nai": "@@000000013", "precision": 3 }, @@ -23032,29 +22983,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T13:37:36", + "active": "2016-07-12T01:34:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 70, + "author": "erath", + "author_rewards": 177, "beneficiaries": [], - "body": "> Commenting is a curation reward?\n\nCommenting isn't by itself a curation reward. There was a proposal at one point to dedicate a portion of rewards specifically to comments, but it wasn't adopted. Comments are rewarded based on upvotes like anything else.\n\nHowever, where the advice makes sense is the fact that it has now become common for good comments to get at least an upvote or two, sometimes more than that. And as the author of a comment, you earn the _author_ portion of the reward (75%) rather than the _curator_ portion (25%). On this thread there are many comments earning $0.01-0.20 each. That may not sound like a lot by itself, but if you are engaging in a good conversation and write a few comments, you can collect a few of these little reward morsels on one post without writing anywhere near as much as a new post (or as much as I did here). So it can really boost your rewards.", + "body": "That is your subjective opinion. I do not share it. So please leave \"should\" out of the conversation and tell us why your way would be better for the ecosystem.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 4, + "category": "comment", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T09:30:00", + "created": "2016-07-12T01:26:00", "curator_payout_value": { - "amount": "45", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 642183, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T18:35:51", - "last_update": "2016-08-06T09:30:00", + "depth": 1, + "id": 82073, + "json_metadata": "{\"tags\":[\"comment\"]}", + "last_payout": "2016-08-12T01:46:06", + "last_update": "2016-07-12T01:26:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23062,17 +23013,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "faddat", - "parent_permlink": "re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160805t211525008z", + "net_votes": 2, + "parent_author": "traderjeff", + "parent_permlink": "comment-section-needs-a-quick-fix", "percent_hbd": 10000, - "permlink": "re-faddat-re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160806t093000000z", + "permlink": "re-traderjeff-comment-section-needs-a-quick-fix-20160712t012557721z", "reward_weight": 10000, - "root_author": "johnsmith", - "root_permlink": "how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too", + "root_author": "traderjeff", + "root_permlink": "comment-section-needs-a-quick-fix", "title": "", "total_payout_value": { - "amount": "150", + "amount": "66", "nai": "@@000000013", "precision": 3 }, @@ -23081,29 +23032,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T10:01:00", + "active": "2016-07-13T01:55:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "I have no idea. Those bots are not mine so I don't know what rules they follow. They do seem to want to stalk me a bit though, test or not.", + "body": "**Steemit 101: Discover How to Make Money and Have Fun on the Social Media Site that Pays YOU to Post and Vote on Content**\nhttps://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo", "cashout_time": "1969-12-31T23:59:59", - "category": "spam", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T10:01:00", + "created": "2016-07-13T01:55:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 642449, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-09-02T20:50:06", - "last_update": "2016-08-06T10:01:00", + "depth": 1, + "id": 89865, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU/ref=sr_1_1?s=bo\"]}", + "last_payout": "2016-08-13T03:13:27", + "last_update": "2016-07-13T01:55:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23111,14 +23062,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "always1success", - "parent_permlink": "re-smooth-test-20160806t095557183z", + "net_votes": 2, + "parent_author": "noodhoog", + "parent_permlink": "hello-steemit", "percent_hbd": 10000, - "permlink": "re-always1success-re-smooth-test-20160806t100101600z", + "permlink": "re-noodhoog-hello-steemit-20160713t015532646z", "reward_weight": 10000, - "root_author": "smooth", - "root_permlink": "test", + "root_author": "noodhoog", + "root_permlink": "hello-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -23130,29 +23081,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T12:21:06", + "active": "2016-07-14T00:02:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 469, + "author": "erath", + "author_rewards": 109, "beneficiaries": [], - "body": "> Missing Updates: @kushed\n\n@kushed posted [this update](https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app) earlier in the week about one our initiatives (getting Steem suport integrated into a mobile payments app).", + "body": "Your steem receive address is just your account name: moneymarket", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 1, + "category": "bitcoin", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T10:10:21", + "created": "2016-07-14T00:02:33", "curator_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 642534, - "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"kushed\"],\"links\":[\"https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T10:10:21", + "id": 102799, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-14T00:30:18", + "last_update": "2016-07-14T00:02:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23160,17 +23111,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "clains", - "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "net_votes": 2, + "parent_author": "moneymarket", + "parent_permlink": "bitcoin-to-steem", "percent_hbd": 10000, - "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101021800z", + "permlink": "re-moneymarket-bitcoin-to-steem-20160714t000235639z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "moneymarket", + "root_permlink": "bitcoin-to-steem", "title": "", "total_payout_value": { - "amount": "397", + "amount": "77", "nai": "@@000000013", "precision": 3 }, @@ -23179,29 +23130,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T10:14:09", + "active": "2016-07-14T13:32:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "There is a difference. Although I'm not any kind of an expert on Bitshares, as I understand it, witnesses in Bitshares get to set their own pay and this has led to a race to the bottom with most witnesses receiving only 10% of the scheduled pay. This system of variable pay was considered and rejected for Steem to ensure that witnesses have ample resources necessary to support the platform. It is up to the community to make sure that witnesses do a good job and vote out those who don't.", + "body": "T\nHe asked a legitimate question. I have extensive experience in emotional release work. What is your experience upon which you base your judgement?", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 0, + "category": "rape", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-06T10:13:36", + "created": "2016-07-14T03:31:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 642555, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T10:14:09", + "depth": 3, + "id": 104720, + "json_metadata": "{\"tags\":[\"rape\"]}", + "last_payout": "2016-08-24T01:27:18", + "last_update": "2016-07-14T03:31:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23209,14 +23160,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "finfree", - "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t084921333z", + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t031103376z", "percent_hbd": 10000, - "permlink": "re-finfree-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101335100z", + "permlink": "re-bacchist-re-bacchist-re-earnest-laura-lemons-how-many-times-did-you-get-raped-20160714t033110960z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "earnest", + "root_permlink": "laura-lemons-how-many-times-did-you-get-raped", "title": "", "total_payout_value": { "amount": "0", @@ -23228,29 +23179,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T11:31:03", + "active": "2016-07-22T21:21:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 394, + "author": "erath", + "author_rewards": 506, "beneficiaries": [], - "body": "1. Download, compile, configure, and run the node. You can get it here: https://github.com/steemit/steem\n2. Join the #witness channel on steemit.chat. You can get help there with configuration issues, advice on hardware, hosting, etc.\n3. Make a post announcing your witness and link it to your witness account using the update_witness command in the CLI\n4. Vote to approve yourself as a witness using the vote_for_witness CLI command.\n5. Set up a price feed script, or commit to updating the feed manually using the publish_feed CLI command \n\nAt this point you are now a witness, although you will be low on the list and won't get to sign many blocks (depending on your SP it may take hours, days or weeks to sign your first). To move up the list you will need to get others to approve you. The more SP you have approving you, the higher you go on the list and the more blocks you get to sign. The top 19 sign dramatically more than the rest.", + "body": "This post is highly misleading. \n\n\"guerrint\" has not only NOT cashed out, she is actively curating. I expect that she is carefully considering and preparing her next post. \n\nIt is posters like \"positive\", posting **many times a DAY** with repetitious negativity and bile, that are trying to cash out at the expense of the overall ecosystem. He has so stated and is advising others to do the same.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 4, + "category": "steemit", + "children": 9, "children_abs_rshares": 0, - "created": "2016-08-06T10:19:00", + "created": "2016-07-22T15:52:18", "curator_payout_value": { - "amount": "0", + "amount": "80", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 642600, - "json_metadata": "{\"tags\":[\"witness\",\"witness-category\"],\"links\":[\"https://github.com/steemit/steem\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T10:19:57", + "depth": 1, + "id": 276092, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T15:52:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23258,17 +23209,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "najoh", - "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t063033661z", + "net_votes": 9, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", "percent_hbd": 10000, - "permlink": "re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101900900z", + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t155216423z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", "title": "", "total_payout_value": { - "amount": "334", + "amount": "1774", "nai": "@@000000013", "precision": 3 }, @@ -23277,29 +23228,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T11:31:03", + "active": "2016-07-22T16:33:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "The higher ranked alternates probably sign a few blocks per hour (reward per block is 1 SP) but I haven't looked at the detailed calculations. For the very highest of the alternates (say ranks 20-25), they will sometimes enter and leave the top 19 due to changing votes, top 19 witness downtime, etc. so their rate of earnings is higher; between ranks 15 and 25 there is somewhat of a blend between the earnings of a primary witness and a backup (and especially between, say, 18-22).", + "body": "I sure have read your bile.\nhttps://steemit.com/@positive\n\nYou come across as a very bitter man who thinks the universe is a cold and nasty place out to get him. I would highly recommend that you seek out therapy. \n\nI would also highly recommend that you read the blogs of the creator of this opportunity called steemit, Dan Larimer, a very intelligent and highly ethical man. He is not out to get you. Nor is the Universe.\n\n**Attitude is everything!**", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T10:39:09", + "created": "2016-07-22T16:33:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 642782, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T10:42:03", + "depth": 5, + "id": 276835, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/@positive\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-22T16:33:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23308,13 +23259,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "najoh", - "parent_permlink": "re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103542693z", + "parent_author": "positive", + "parent_permlink": "re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t160256974z", "percent_hbd": 10000, - "permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "permlink": "re-positive-re-inertia-re-positive-re-inertia-re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160722t163345952z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -23326,29 +23277,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T10:46:18", + "active": "2016-07-23T00:54:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 385, + "author": "erath", + "author_rewards": 309, "beneficiaries": [], - "body": "> You can vote for as many witnesses that you'd like to. We'd need to get confirmation on this but I don't think it counts as a normal vote\n\nActually there is a limit of 30 witnesses maximum you can vote for and yes it is completely separate from voting on content (does not use up voting power).", + "body": "Here you go: \n\n**Steemit in the Streets! Tara gets interviews and reactions from people who've never seen Steemit!**\nhttps://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\n\nAre you going to man-up and apologize to her and to the steemit community?", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T10:45:57", + "created": "2016-07-23T00:36:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 642832, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T10:46:18", + "depth": 1, + "id": 286259, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@guerrint/steemit-in-the-streets-tara-gets-interviews-and-reactions-from-people-who-ve-never-seen-steemit\"]}", + "last_payout": "2016-08-24T22:46:21", + "last_update": "2016-07-23T00:36:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23356,17 +23307,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "applecrisp", - "parent_permlink": "re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160805t233103917z", + "net_votes": 4, + "parent_author": "positive", + "parent_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", "percent_hbd": 10000, - "permlink": "re-applecrisp-re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t104556000z", + "permlink": "re-positive-remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit-20160723t003619631z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "positive", + "root_permlink": "remember-that-usd30k-post-yeah-she-s-gone-promote-quality-very-short-1-min-read-steemit", "title": "", "total_payout_value": { - "amount": "326", + "amount": "1083", "nai": "@@000000013", "precision": 3 }, @@ -23375,29 +23326,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T13:47:09", + "active": "2016-07-24T17:58:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 151, + "author": "erath", + "author_rewards": 307, "beneficiaries": [], - "body": "To be fair, I do not believe anyone called you a scammer because it was suspected that you wouldn't pay as promised. The reason you were downvoted is that paying individuals does not bring value to the platform and some of us value the success of platform more than $10 worth of Bitcoin.\n\nThe broader motive of the \"value exchange\" as you call it, is to produce a positive externality in the form of valuable content which enriches not only a specific voter, but the community and platform as a whole. Paying money to voters alone does not do that, so naturally those of us with the broader view see it as a poor value for our reward fund; therefore we downvote.\n\nNothing wrong with doing experiments, but for experiments to be meaningful they have to accept the possibility of an unfavorable (for some) outcome, as happened here.", + "body": "Flagged for multiple posts of the same content and for tagging it under \"introduceyourself\"", "cashout_time": "1969-12-31T23:59:59", "category": "introduceyourself", - "children": 4, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T10:59:18", + "created": "2016-07-24T17:58:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 642935, + "id": 326875, "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-05T21:34:39", - "last_update": "2016-08-06T11:02:21", + "last_payout": "2016-08-24T17:57:54", + "last_update": "2016-07-24T17:58:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23405,17 +23356,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "frosty", - "parent_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "net_votes": 3, + "parent_author": "crazysmile", + "parent_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", "percent_hbd": 10000, - "permlink": "re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t105916700z", + "permlink": "re-crazysmile-7cvukv-the-paradox-of-our-times-by-dalai-lama-20160724t175815755z", "reward_weight": 10000, - "root_author": "frosty", - "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "root_author": "crazysmile", + "root_permlink": "7cvukv-the-paradox-of-our-times-by-dalai-lama", "title": "", "total_payout_value": { - "amount": "127", + "amount": "1114", "nai": "@@000000013", "precision": 3 }, @@ -23424,29 +23375,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T11:31:24", + "active": "2016-07-25T23:36:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "@najoh Earn votes yes, but also to improve the value of our investment. One of the effects of paying witnesses well and paying in SP (witnesses receive no liquid pay at all) is that all become major stakeholders over time whether they started out as such or not, which aligns incentives to work toward Steem/it being a success.", + "body": "No, your post is not the same as this one. \n\nYour idea of \"showering\" a homeless person with sterling pounds is gimmicky and probably without any lasting benefit. You give little insight into the problems of the persons you have chosen to \"shower\" with sterling, nor what is really needed to help them. \n\nIf they need jobs, perhaps you might start an enterprise that could hire people of their skill set? \n\nIf they need companionship and/or counseling, perhaps you could fund some place that does that? Or help them find an existing one.\n\nHanding out sterling to the homeless may only makes you feel good about yourself while avoiding doing anything constructive to alleviate a tragic problem.", "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", + "category": "homeless", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T11:31:03", + "created": "2016-07-25T23:36:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 643179, - "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"najoh\"]}", - "last_payout": "2016-09-05T12:09:21", - "last_update": "2016-08-06T11:31:24", + "depth": 2, + "id": 361173, + "json_metadata": "{\"tags\":[\"homeless\"]}", + "last_payout": "2016-08-25T18:58:54", + "last_update": "2016-07-25T23:36:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23454,14 +23405,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "smooth", - "parent_permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", + "net_votes": 3, + "parent_author": "flyover", + "parent_permlink": "re-brookdemar-i-m-homeless-but-not-forgotten-20160725t183120837z", "percent_hbd": 10000, - "permlink": "re-smooth-re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t113101700z", + "permlink": "re-flyover-re-brookdemar-i-m-homeless-but-not-forgotten-20160725t233602165z", "reward_weight": 10000, - "root_author": "clains", - "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "root_author": "brookdemar", + "root_permlink": "i-m-homeless-but-not-forgotten", "title": "", "total_payout_value": { "amount": "0", @@ -23473,29 +23424,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T11:54:39", + "active": "2016-07-26T00:12:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 142, "beneficiaries": [], - "body": "It certainly will. The only question is for whom.", + "body": "This has already been posted by the author.\n\nSteemit's REAL Diabolical Plan For WORLD DOMINATION\nhttps://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T11:54:39", + "created": "2016-07-26T00:10:45", "curator_payout_value": { - "amount": "0", + "amount": "39", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 643365, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T00:10:09", - "last_update": "2016-08-06T11:54:39", + "depth": 1, + "id": 361899, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@andrarchy/steemit-s-real-diabolical-plan-for-world-domination\"]}", + "last_payout": "2016-08-26T00:20:09", + "last_update": "2016-07-26T00:12:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23503,17 +23454,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "youngkim", - "parent_permlink": "re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t111113918z", + "net_votes": 6, + "parent_author": "alexander1", + "parent_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", "percent_hbd": 10000, - "permlink": "re-youngkim-re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t115440100z", + "permlink": "re-alexander1-steemit-isn-t-a-social-network-it-s-an-economic-system-20160726t001042256z", "reward_weight": 10000, - "root_author": "jholdsworthy", - "root_permlink": "forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency", + "root_author": "alexander1", + "root_permlink": "steemit-isn-t-a-social-network-it-s-an-economic-system", "title": "", "total_payout_value": { - "amount": "0", + "amount": "506", "nai": "@@000000013", "precision": 3 }, @@ -23522,29 +23473,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T13:47:09", + "active": "2016-07-26T07:47:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "> It also taught us all that there's a serious issue with bot abuse. All it takes is someone with a few bots and they can censor any post or comment that they want.\n\nYou are misunderstanding how this works. Unlike reddit where is is indeed documented that sock puppet bot armies can censor posts by downvoting them, in Steem, stake-based voting means that such tactics are ineffective. If someone wants to take stake that he owns and turn it into a bunch of bot accounts, that does not in any way gain influence over what could have been achieved using that same stake in a single account (in fact it is very slightly weaker).\n\nMost of the bots on Steem are harmless gnats with little stake that are doing not much of anything except trying to make a tiny reward here and there, or perhaps cause annoyance and FUD. Your posts and comments got hidden because they were flagged by a majority of the stake that voted on them, not because of bots.", + "body": "Frequent voting causes the power of your vote to diminish. But it does recharge when you stop voting for a while.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T13:19:42", + "created": "2016-07-26T07:34:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 644186, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-05T21:34:39", - "last_update": "2016-08-06T13:20:06", + "depth": 1, + "id": 368292, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T07:04:33", + "last_update": "2016-07-26T07:34:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23552,14 +23503,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "someguy123", - "parent_permlink": "re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t130410514z", + "net_votes": 2, + "parent_author": "addicted", + "parent_permlink": "upvote-value", "percent_hbd": 10000, - "permlink": "re-someguy123-re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t131943100z", + "permlink": "re-addicted-upvote-value-20160726t073443803z", "reward_weight": 10000, - "root_author": "frosty", - "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", + "root_author": "addicted", + "root_permlink": "upvote-value", "title": "", "total_payout_value": { "amount": "0", @@ -23571,29 +23522,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T13:59:57", + "active": "2016-07-28T15:27:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 256, + "author": "erath", + "author_rewards": 302, "beneficiaries": [], - "body": "Your posts bring joy to my day, and very nice looking recipes. Thank you!", + "body": "This is not your original work, and you failed to cite the source. That is called plagiarism and it is highly frowned upon in this community.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T13:51:27", + "created": "2016-07-26T07:39:36", "curator_payout_value": { - "amount": "157", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 644552, + "id": 368346, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T04:28:45", - "last_update": "2016-08-06T13:51:27", + "last_payout": "2016-08-26T07:40:33", + "last_update": "2016-07-26T07:39:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23601,17 +23552,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "celebr1ty", - "parent_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "net_votes": 4, + "parent_author": "jasmine-l", + "parent_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", "percent_hbd": 10000, - "permlink": "re-celebr1ty-chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit-20160806t135127400z", + "permlink": "re-jasmine-l-steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme-20160726t073933946z", "reward_weight": 10000, - "root_author": "celebr1ty", - "root_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", + "root_author": "jasmine-l", + "root_permlink": "steem-the-3rd-most-popular-digital-currency-a-ponzi-scheme", "title": "", "total_payout_value": { - "amount": "544", + "amount": "1074", "nai": "@@000000013", "precision": 3 }, @@ -23620,29 +23571,78 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T20:37:03", + "active": "2016-07-27T17:43:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 63, + "author": "erath", + "author_rewards": 475, "beneficiaries": [], - "body": "I vote every single day for posts about cooking, music, art, poetry, travel, photography, interesting people, history, personal struggles and triumphs, etc. That's not to say I don't also vote for posts that are good to promote the platform, because I do. But 90% of the posts do I vote for are from the former group.\n\nIt is true that a great many quality posts fall through the cracks and don't get votes, but that is not because only advertising posts get votes, it is because there are thousands of posts every day and it is very hard for all the good ones to get noticed.", + "body": "You are reconsidering your plans based on a comment by r4fken ?\n\nHave you seen some of the shit he DOES think is funny (like his ongoing mocking posts of him getting naked)? I do wish that he would self-censor.\n\nI think nuclear engineers may not be the best standard setters for what constitutes valuable posts or what is good for Steemit.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 14, + "category": "meme", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T14:02:06", + "created": "2016-07-27T17:43:39", "curator_payout_value": { - "amount": "33", + "amount": "159", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 410769, + "json_metadata": "{\"tags\":[\"meme\"]}", + "last_payout": "2016-08-27T05:08:09", + "last_update": "2016-07-27T17:43:39", + "max_accepted_payout": { + "amount": "1000000000", + "nai": "@@000000013", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "benjojo", + "parent_permlink": "re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t172901992z", + "percent_hbd": 10000, + "permlink": "re-benjojo-re-ooak-re-benjojo-re-r4fken-re-benjojo-currying-favour-from-a-whale-can-be-demoralizing-20160727t174335867z", + "reward_weight": 10000, + "root_author": "benjojo", + "root_permlink": "currying-favour-from-a-whale-can-be-demoralizing", + "title": "", + "total_payout_value": { + "amount": "1641", + "nai": "@@000000013", + "precision": 3 + }, + "total_vote_weight": 0, + "vote_rshares": 0 + }, + { + "abs_rshares": 0, + "active": "2016-07-29T20:11:21", + "allow_curation_rewards": true, + "allow_replies": true, + "allow_votes": true, + "author": "erath", + "author_rewards": 506, + "beneficiaries": [], + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, + "children_abs_rshares": 0, + "created": "2016-07-28T20:32:21", + "curator_payout_value": { + "amount": "109", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 644691, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T19:35:30", - "last_update": "2016-08-07T07:33:36", + "id": 445862, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:27:51", + "last_update": "2016-07-28T20:39:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23650,17 +23650,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "t3ran13", - "parent_permlink": "steam-community-is-popular-but-what-will-be-next", + "net_votes": 4, + "parent_author": "r4fken", + "parent_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", "percent_hbd": 10000, - "permlink": "re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t140204300z", + "permlink": "re-r4fken-why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong-20160728t203215243z", "reward_weight": 10000, - "root_author": "t3ran13", - "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "root_author": "r4fken", + "root_permlink": "why-i-think-dan-s-recent-opinion-piece-on-the-catfish-phenomenon-is-just-plain-wrong", "title": "", "total_payout_value": { - "amount": "130", + "amount": "1682", "nai": "@@000000013", "precision": 3 }, @@ -23669,29 +23669,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T23:58:15", + "active": "2016-07-29T12:47:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 514, "beneficiaries": [], - "body": "If you go back to your old post (or any post up to 4 weeks old) and click on the amount, you'll see the detail of how much was already paid and how much is pending to be paid in 4 weeks.", + "body": "Downvoted because r4fken methodically went through my posts and flagged every one of them no matter the content. When his downvotes are removed from me, mine will be removed from him.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "money", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T23:58:15", + "created": "2016-07-28T20:33:12", "curator_payout_value": { - "amount": "0", + "amount": "79", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 653013, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T14:26:33", - "last_update": "2016-08-06T23:58:15", + "depth": 1, + "id": 445886, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-28T08:19:51", + "last_update": "2016-07-28T20:38:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23699,17 +23699,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dollarvigilante", - "parent_permlink": "re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t221957377z", + "net_votes": 2, + "parent_author": "r4fken", + "parent_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t235815600z", + "permlink": "re-r4fken-steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r-20160728t203305755z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit", + "root_author": "r4fken", + "root_permlink": "steemit-whale-slots-how-to-increase-your-chances-for-a-steemit-jackpot-r", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1700", "nai": "@@000000013", "precision": 3 }, @@ -23718,29 +23718,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T01:59:42", + "active": "2016-07-29T00:35:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 607, "beneficiaries": [], - "body": "She posted to Facebook as well.", + "body": "After reading some of your posts from a week ago I conclude that you may have mental issues to deal with. This is probably not the right place to deal with them.", "cashout_time": "1969-12-31T23:59:59", - "category": "sex", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-07T01:59:42", + "created": "2016-07-29T00:18:30", "curator_payout_value": { - "amount": "0", + "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 654384, - "json_metadata": "{\"tags\":[\"sex\"]}", - "last_payout": "2016-09-05T05:31:51", - "last_update": "2016-08-07T01:59:42", + "depth": 1, + "id": 451128, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:18:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23748,17 +23748,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "bacchist", - "parent_permlink": "re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t162938843z", + "net_votes": 5, + "parent_author": "btcto100k", + "parent_permlink": "steemit-exposed", "percent_hbd": 10000, - "permlink": "re-bacchist-re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t015942000z", + "permlink": "re-btcto100k-steemit-exposed-20160729t001826124z", "reward_weight": 10000, - "root_author": "lukestokes", - "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1947", "nai": "@@000000013", "precision": 3 }, @@ -23767,29 +23767,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T02:02:24", + "active": "2016-07-29T00:35:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "Connections outside social media matter too. Did you catch the comment in the Jeff Berwick interview with Dan and Ned that he knows Brenda and they have appeared on the same TV show?\n\nWho else does she know? People with a million followers know other people with a million followers, or are only one-degree separated. Think this through.", + "body": "Dummies Guide to Keeping Your Cool on Steemit!\nhttps://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit", "cashout_time": "1969-12-31T23:59:59", - "category": "sex", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T02:02:24", + "created": "2016-07-29T00:35:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 654420, - "json_metadata": "{\"tags\":[\"sex\"]}", - "last_payout": "2016-09-05T05:31:51", - "last_update": "2016-08-07T02:02:24", + "depth": 3, + "id": 451438, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@firepower/dummies-guide-to-keeping-your-cool-on-steemit\"]}", + "last_payout": "2016-08-28T12:16:12", + "last_update": "2016-07-29T00:35:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23797,14 +23797,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "bacchist", - "parent_permlink": "re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t161452467z", + "net_votes": 2, + "parent_author": "btcto100k", + "parent_permlink": "re-erath-re-btcto100k-steemit-exposed-20160729t002615388z", "percent_hbd": 10000, - "permlink": "re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t020225900z", + "permlink": "re-btcto100k-re-erath-re-btcto100k-steemit-exposed-20160729t003521452z", "reward_weight": 10000, - "root_author": "lukestokes", - "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", + "root_author": "btcto100k", + "root_permlink": "steemit-exposed", "title": "", "total_payout_value": { "amount": "0", @@ -23816,29 +23816,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T02:17:33", + "active": "2016-07-29T11:18:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 1572, "beneficiaries": [], - "body": "Flagged for suspected plagiarism. Will remove flag if authorship of original can be proven.", + "body": "You have highlighted an extremely important issue. Thank you!", "cashout_time": "1969-12-31T23:59:59", - "category": "travel", - "children": 0, + "category": "translation", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-07T02:17:33", + "created": "2016-07-29T06:40:36", "curator_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 654607, - "json_metadata": "{\"tags\":[\"travel\"]}", - "last_payout": "2016-09-06T12:53:45", - "last_update": "2016-08-07T02:17:33", + "id": 456802, + "json_metadata": "{\"tags\":[\"translation\"]}", + "last_payout": "2016-08-28T19:49:57", + "last_update": "2016-07-29T06:40:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23846,17 +23846,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "saharov", - "parent_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "net_votes": 8, + "parent_author": "deanliu", + "parent_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", "percent_hbd": 10000, - "permlink": "re-saharov-orda-underwater-cave-so-beautiful-you-ve-ever-seen-20160807t021734400z", + "permlink": "re-deanliu-translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit-20160729t064028855z", "reward_weight": 10000, - "root_author": "saharov", - "root_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "root_author": "deanliu", + "root_permlink": "translation-and-how-we-tackle-it-affects-the-future-scenario-of-steeemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "5008", "nai": "@@000000013", "precision": 3 }, @@ -23865,29 +23865,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T03:06:36", + "active": "2016-07-30T01:34:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 69, + "author": "erath", + "author_rewards": 514, "beneficiaries": [], - "body": "The blockchain is really transparent. You can see customer funds @bittrex and @poloniex. It isn't being powered up.\n\nExchanges do get to keep the interest generated on customers' SBD funds , unless they decide to credit it to customer accounts. None has done that afaik.\n\nNo exchanges offer lending of liquid STEEM for shorting yet but I'm sure that will come in time.", + "body": "You forgot to actually say anything about yourself in either post.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem-stats", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T03:03:09", + "created": "2016-07-30T01:34:27", "curator_payout_value": { - "amount": "48", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 655149, - "json_metadata": "{\"tags\":[\"steem-stats\"],\"users\":[\"bittrex\"]}", - "last_payout": "2016-09-06T11:36:21", - "last_update": "2016-08-07T03:06:36", + "depth": 1, + "id": 478287, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T13:52:03", + "last_update": "2016-07-30T01:34:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23895,17 +23895,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "jl777", - "parent_permlink": "re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t003851229z", + "net_votes": 2, + "parent_author": "cbncb6", + "parent_permlink": "trying-to-figure-this-out", "percent_hbd": 10000, - "permlink": "re-jl777-re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t030310200z", + "permlink": "re-cbncb6-trying-to-figure-this-out-20160730t013420085z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steemit-statistics-week-2", + "root_author": "cbncb6", + "root_permlink": "trying-to-figure-this-out", "title": "", "total_payout_value": { - "amount": "144", + "amount": "1454", "nai": "@@000000013", "precision": 3 }, @@ -23914,29 +23914,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T03:15:45", + "active": "2016-07-30T22:50:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 457, "beneficiaries": [], - "body": "Not competing for the giveaway but just wanted to offer my support. I love the idea!", + "body": "If you are \"just worried about people saying negative things about our platform\",\n\n**Why use such a very negative Title for your post? Not a good move.**", "cashout_time": "1969-12-31T23:59:59", - "category": "gaming", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T03:15:45", + "created": "2016-07-30T22:50:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 655288, - "json_metadata": "{\"tags\":[\"gaming\"]}", - "last_payout": "2016-09-06T15:09:42", - "last_update": "2016-08-07T03:15:45", + "id": 500116, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T10:48:06", + "last_update": "2016-07-30T22:50:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23944,17 +23944,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "acidyo", - "parent_permlink": "sgg-steem-game-giveaway-is-here", + "net_votes": 2, + "parent_author": "mahekg", + "parent_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", "percent_hbd": 10000, - "permlink": "re-acidyo-sgg-steem-game-giveaway-is-here-20160807t031545300z", + "permlink": "re-mahekg-expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail-20160730t225047975z", "reward_weight": 10000, - "root_author": "acidyo", - "root_permlink": "sgg-steem-game-giveaway-is-here", + "root_author": "mahekg", + "root_permlink": "expert-explains-steemit-is-100-ponzi-and-shows-everything-in-detail", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1267", "nai": "@@000000013", "precision": 3 }, @@ -23963,29 +23963,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T03:51:15", + "active": "2016-08-02T01:37:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 987, "beneficiaries": [], - "body": "Confidential transfers are on the roadmap, so this problem will have a solution on the blockchain in time.", + "body": "I don't want Ned and Dan to start all over. But they did make the code open source. \n\nSo I want YOU to start your own version of this site and give me lots of shares in it. OK?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemitanon", - "children": 1, + "category": "ponzi", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T03:33:54", + "created": "2016-08-02T01:37:33", "curator_payout_value": { - "amount": "0", + "amount": "372", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 655530, - "json_metadata": "{\"tags\":[\"steemitanon\"]}", - "last_payout": "2016-09-06T11:46:33", - "last_update": "2016-08-07T03:33:54", + "depth": 1, + "id": 549622, + "json_metadata": "{\"tags\":[\"ponzi\"]}", + "last_payout": "2016-09-01T15:25:18", + "last_update": "2016-08-02T01:37:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -23993,17 +23993,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "pjheinz", - "parent_permlink": "re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t232024379z", + "net_votes": 5, + "parent_author": "howard3", + "parent_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", "percent_hbd": 10000, - "permlink": "re-pjheinz-re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033353300z", + "permlink": "re-howard3-founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands-20160802t013732533z", "reward_weight": 10000, - "root_author": "pjheinz", - "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "root_author": "howard3", + "root_permlink": "founders-of-steemit-ned-and-dan-our-fate-is-in-your-hands", "title": "", "total_payout_value": { - "amount": "0", + "amount": "2388", "nai": "@@000000013", "precision": 3 }, @@ -24012,29 +24012,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T08:11:09", + "active": "2016-08-02T19:32:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 255, "beneficiaries": [], - "body": "He's keeping the SP from the posting reward, and only transferring the SD. That may very well be fair price for the service offered but should be made more clear in the terms IMO.", + "body": "Try investigating his story a little before forming an opinion. What post of his supposedly received $407?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemitanon", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-07T03:35:21", + "created": "2016-08-02T19:20:06", "curator_payout_value": { - "amount": "0", + "amount": "195", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 655547, - "json_metadata": "{\"tags\":[\"steemitanon\"]}", - "last_payout": "2016-09-06T11:46:33", - "last_update": "2016-08-07T03:35:21", + "id": 565465, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T08:55:00", + "last_update": "2016-08-02T19:20:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24042,17 +24042,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "scaredycatguide", - "parent_permlink": "re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t214214813z", + "net_votes": 3, + "parent_author": "mythras", + "parent_permlink": "re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t172955093z", "percent_hbd": 10000, - "permlink": "re-scaredycatguide-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033520400z", + "permlink": "re-mythras-re-johnnyyash-breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings-20160802t192003243z", "reward_weight": 10000, - "root_author": "pjheinz", - "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", + "root_author": "johnnyyash", + "root_permlink": "breakdown-on-how-much-i-earned-on-a-post-that-had-usd407-in-earnings", "title": "", "total_payout_value": { - "amount": "0", + "amount": "606", "nai": "@@000000013", "precision": 3 }, @@ -24061,29 +24061,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T04:33:24", + "active": "2016-08-03T00:58:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 629, "beneficiaries": [], - "body": "Flagged as literal rip off of trending post. Called out by the original author elsewhere in these comments.", + "body": "Actually, if you build up a following here it is probably **the best place for people who\"create content online for a living\".** But no free lunch. You have to put in the effort.", "cashout_time": "1969-12-31T23:59:59", - "category": "ff", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T04:33:24", + "created": "2016-08-03T00:24:09", "curator_payout_value": { - "amount": "0", + "amount": "73", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 656235, - "json_metadata": "{\"tags\":[\"ff\"]}", - "last_payout": "2016-09-06T13:00:51", - "last_update": "2016-08-07T04:33:24", + "depth": 3, + "id": 570540, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T08:32:54", + "last_update": "2016-08-03T00:24:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24091,17 +24091,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "ivangav5", - "parent_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "net_votes": 14, + "parent_author": "jenelyn", + "parent_permlink": "re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160802t194812062z", "percent_hbd": 10000, - "permlink": "re-ivangav5-our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states-20160807t043325100z", + "permlink": "re-jenelyn-re-winstonwolfe-re-piedpiper-have-you-missed-the-steem-boat-20160803t002407911z", "reward_weight": 10000, - "root_author": "ivangav5", - "root_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", + "root_author": "piedpiper", + "root_permlink": "have-you-missed-the-steem-boat", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1497", "nai": "@@000000013", "precision": 3 }, @@ -24110,29 +24110,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T07:32:33", + "active": "2016-08-04T02:55:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 468, "beneficiaries": [], - "body": "I don't see why 'flatter' is incompatible with the game theory; 'flat' would be. Would n^1.5 rather than n^2 be a disaster? (Setting aside the marketing question as to the value of big numbers on the front page.) I don't think so.", + "body": "Do you know that this post is your 22nd in less than 24 hours?\n\n**Do you realize that you are only allowed 4 posts per 24 hours?** After 4 posts, there is a rapidly diminishing payout beginning on the 5th and subsequent posts. So by the time you make your 22nd post, let's face it, even if you got thousands of dollars worth of votes, none of it would go to you.\n\nThis is to prevent spam and also to encourage quality over quantity. You would be far better off to make one thoughtful, well planned and well formatted post than a dozen quick and dirty posts in any given day.\n\nI hope this information will help you and save you wasting time.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T07:32:33", + "created": "2016-08-04T02:55:03", "curator_payout_value": { - "amount": "0", + "amount": "25", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 657932, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-01T07:10:18", - "last_update": "2016-08-07T07:32:33", + "depth": 1, + "id": 594086, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-03T14:58:30", + "last_update": "2016-08-04T02:55:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24140,17 +24140,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "anonymint", - "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t054528803z", + "net_votes": 11, + "parent_author": "dvaryani", + "parent_permlink": "a-blockchain-based-social-network-which-pays", "percent_hbd": 10000, - "permlink": "re-anonymint-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t073232100z", + "permlink": "re-dvaryani-a-blockchain-based-social-network-which-pays-20160804t025459458z", "reward_weight": 10000, - "root_author": "xtester", - "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", + "root_author": "dvaryani", + "root_permlink": "a-blockchain-based-social-network-which-pays", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1090", "nai": "@@000000013", "precision": 3 }, @@ -24159,29 +24159,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T12:57:24", + "active": "2016-08-04T03:16:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 251, "beneficiaries": [], - "body": "The question is, how do you find them? There isn't a good method right now, unless you watch New (very exhausting) or find them on one of the other rankings where only a few categories gain mass appeal. The upcoming following feature will help, since you'll see posts by authors you like, but how to find new authors? Again, the same issues arise.", + "body": "**Everyday Parenting Ideas: I Hate You! 6 Tips for Surviving Teen Angst:**\nhttp://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\n\n(Not that I think your post is anything but an expression of artistic brilliance and radical insight)", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 4, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T07:35:15", + "created": "2016-08-04T03:16:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 657955, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T19:35:30", - "last_update": "2016-08-07T07:35:15", + "depth": 1, + "id": 594279, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.parentfurther.com.php53-8.dfw1-2.websitetestlink.com/resources/enewsletter/surviving-teen-angst?gclid=CKXdo_TxuLwCFZDm7Aod3jsAxQ\"]}", + "last_payout": "2016-09-03T21:27:03", + "last_update": "2016-08-04T03:16:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24189,17 +24189,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "jsteck", - "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t150204405z", + "net_votes": 9, + "parent_author": "logic", + "parent_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", "percent_hbd": 10000, - "permlink": "re-jsteck-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073515900z", + "permlink": "re-logic-steemit-as-direct-projection-of-delusion-of-american-dream-20160804t031609626z", "reward_weight": 10000, - "root_author": "t3ran13", - "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "root_author": "logic", + "root_permlink": "steemit-as-direct-projection-of-delusion-of-american-dream", "title": "", "total_payout_value": { - "amount": "0", + "amount": "216", "nai": "@@000000013", "precision": 3 }, @@ -24208,29 +24208,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T20:37:03", + "active": "2016-08-04T22:44:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "I think we need to see how the situation changes with the upcoming following features. Then perhaps reassess. I went ahead and upvoted your post because it is important and valuable to ask these questions, even though I think you are a bit pessimistic. Steem/it is still being built, so a lot will change in upcoming next months.", + "body": "If you spent a little time and effort putting some decent formatting into your post, instead of it appearing as a wall of text, I might be incentivized to actually read through your thoughts - despite an obviously slanted title.\n\nBut as it is, I clicked on your post, saw the lack of effort put in to formatting and making it visually appealing, and decided not to read let alone upvote. There are a thousand other posts. I am searching for posts to upvote that have not only good content (whether I agree with it or not), but show effort being put into formatting and presentation.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 4, + "category": "politics", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T07:36:09", + "created": "2016-08-04T22:44:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 657964, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T19:35:30", - "last_update": "2016-08-07T07:38:36", + "depth": 1, + "id": 611898, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "2016-09-04T10:51:12", + "last_update": "2016-08-04T22:44:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24238,14 +24238,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "t3ran13", - "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t194129970z", + "net_votes": 0, + "parent_author": "macartem", + "parent_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", "percent_hbd": 10000, - "permlink": "re-t3ran13-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073608800z", + "permlink": "re-macartem-donald-trump-has-americanized-vladimir-putin-s-war-on-truth-20160804t224411036z", "reward_weight": 10000, - "root_author": "t3ran13", - "root_permlink": "steam-community-is-popular-but-what-will-be-next", + "root_author": "macartem", + "root_permlink": "donald-trump-has-americanized-vladimir-putin-s-war-on-truth", "title": "", "total_payout_value": { "amount": "0", @@ -24257,29 +24257,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T15:29:39", + "active": "2016-08-05T23:12:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 57, + "author": "erath", + "author_rewards": 0, "beneficiaries": [], - "body": "Wow, I'm amazed by your dedication and the success of the fundraising! From all of us who has lost a friend or family member to cancer you have my most sincere appreciation. Thank you.", + "body": "Flagged for wrong tag. This has nothing to do with \"steemit\"", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T09:59:27", + "created": "2016-08-05T23:12:36", "curator_payout_value": { - "amount": "39", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 659275, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-06T21:04:18", - "last_update": "2016-08-07T09:59:27", + "id": 636672, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T11:13:09", + "last_update": "2016-08-05T23:12:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24287,17 +24287,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "blueorgy", - "parent_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "net_votes": 0, + "parent_author": "rednetkjh", + "parent_permlink": "let-this-guy-help-you", "percent_hbd": 10000, - "permlink": "re-blueorgy-sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research-20160807t095927800z", + "permlink": "re-rednetkjh-let-this-guy-help-you-20160805t231237387z", "reward_weight": 10000, - "root_author": "blueorgy", - "root_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", + "root_author": "rednetkjh", + "root_permlink": "let-this-guy-help-you", "title": "", "total_payout_value": { - "amount": "118", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -24306,29 +24306,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T10:22:45", + "active": "2016-08-11T09:21:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "Dude, you already have a (-1) rep. I don't feel like flagging you because it would be brutal on your (lack of a) future Steemit experience, but you really need to stop spamming your promotional link where it isn't remotely on topic. I strongly suggest you remove this comment before someone else who has less self-restraint than I do comes across it.", + "body": "@greatone **It is better to keep silent and have people think that you are an idiot than to open your mouth and remove all doubt.**", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-07T10:20:33", + "created": "2016-08-11T04:35:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 659486, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-06T17:03:51", - "last_update": "2016-08-07T10:22:45", + "id": 739757, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"greatone\"]}", + "last_payout": "2016-09-10T17:01:51", + "last_update": "2016-08-11T04:35:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24336,14 +24336,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "tronys", - "parent_permlink": "re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t083643468z", + "net_votes": 0, + "parent_author": "greatone", + "parent_permlink": "re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t042718297z", "percent_hbd": 10000, - "permlink": "re-tronys-re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t102031500z", + "permlink": "re-greatone-re-beowulfoflegend-re-greatone-steemit-is-a-scam-and-i-have-proof-look-inside-20160811t043458327z", "reward_weight": 10000, - "root_author": "neilstrauss", - "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "root_author": "greatone", + "root_permlink": "steemit-is-a-scam-and-i-have-proof-look-inside", "title": "", "total_payout_value": { "amount": "0", @@ -24354,79 +24354,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-08-07T11:48:27", + "abs_rshares": 4821520113565, + "active": "2016-08-18T16:22:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 2806, "beneficiaries": [], - "body": "Thanks for this post, I really enjoyed it. Unfortunately I did not see before the first payout but you will have a little surprise waiting for you in 4 weeks.", - "cashout_time": "1969-12-31T23:59:59", - "category": "diy", - "children": 1, + "body": "**I see it!**", + "cashout_time": "2016-08-25T16:22:33", + "category": "photography", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T10:41:21", + "created": "2016-08-18T16:22:33", "curator_payout_value": { - "amount": "0", + "amount": "1354", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 659678, - "json_metadata": "{\"tags\":[\"diy\"]}", - "last_payout": "2016-09-05T14:14:51", - "last_update": "2016-08-07T10:41:21", + "depth": 2, + "id": 873186, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-20T03:16:21", + "last_update": "2016-08-18T16:22:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "mac-o", - "parent_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "net_rshares": 4821520113565, + "net_votes": 6, + "parent_author": "shaka", + "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z", "percent_hbd": 10000, - "permlink": "re-mac-o-wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique-20160807t104122500z", + "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z", "reward_weight": 10000, - "root_author": "mac-o", - "root_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", + "root_author": "kus-knee", + "root_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you", "title": "", "total_payout_value": { - "amount": "0", + "amount": "4172", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 10082315342047450576, + "vote_rshares": 4821520113565 }, { "abs_rshares": 0, - "active": "2016-08-07T20:46:21", + "active": "2016-08-22T00:49:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "Yes! Please write the tutorial when you have time. I'd love to read it.", - "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 3, + "body": "What does this have to do with \"food\", \"art\", or \"photography\"?\n\nFlagged for tag abuse.", + "cashout_time": "2016-08-29T00:49:57", + "category": "food", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T11:53:36", + "created": "2016-08-22T00:49:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 660406, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-09-07T01:45:09", - "last_update": "2016-08-07T11:53:36", + "id": 927923, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-22T00:49:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24434,14 +24434,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "rznag", - "parent_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "net_votes": 0, + "parent_author": "jlwk0lb", + "parent_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", "percent_hbd": 10000, - "permlink": "re-rznag-hidden-worlds-things-your-eyes-can-t-see-infrared-photography-20160807t115338100z", + "permlink": "re-jlwk0lb-lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me-20160822t004955578z", "reward_weight": 10000, - "root_author": "rznag", - "root_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", + "root_author": "jlwk0lb", + "root_permlink": "lets-see-who-is-the-faggot-that-flags-me-and-downvotes-me", "title": "", "total_payout_value": { "amount": "0", @@ -24452,128 +24452,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-08-07T12:23:03", + "abs_rshares": 768206952752, + "active": "2016-08-22T20:54:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 350, "beneficiaries": [], - "body": "It is based on both. Flags from those with low reputation don't affect your rep.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "You are **not** a mini whale. You are at best a mini dolphin. And your posts are not thoughtful, interesting or helpful. They are counterproductive to the development of steem and dare I say even to yourself.\n\nHere is a thoughtful post discussing steemit by someone **who does understand business:**\n\n**How Steemit technology and principles can (and will) become the foundation of the future of management in companies (Featuring new author @sebastien)** \nhttps://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new", + "cashout_time": "2016-08-29T19:06:27", + "category": "new", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T12:22:24", + "created": "2016-08-22T19:06:27", "curator_payout_value": { - "amount": "0", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 660779, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T18:39:24", - "last_update": "2016-08-07T12:23:03", + "depth": 1, + "id": 939021, + "json_metadata": "{\"tags\":[\"new\"],\"users\":[\"sebastien\"],\"links\":[\"https://steemit.com/steemit/@dragonslayer109/how-steemit-technology-and-principles-can-and-will-become-the-foundation-the-future-of-management-in-companies-featuring-new\"]}", + "last_payout": "2016-08-23T19:12:15", + "last_update": "2016-08-22T19:06:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 768206952752, "net_votes": 2, - "parent_author": "jrkirby", - "parent_permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t114200686z", + "parent_author": "juneaugoldbuyer", + "parent_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", "percent_hbd": 10000, - "permlink": "re-jrkirby-re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t122224800z", + "permlink": "re-juneaugoldbuyer-if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale-20160822t190626559z", "reward_weight": 10000, - "root_author": "klye", - "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", + "root_author": "juneaugoldbuyer", + "root_permlink": "if-your-not-already-famous-dont-bother-joining-steemit-wtf-coming-from-a-steemit-mini-whale", "title": "", "total_payout_value": { - "amount": "0", + "amount": "506", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 2971959311640531352, + "vote_rshares": 768206952752 }, { - "abs_rshares": 0, - "active": "2016-08-07T12:26:57", + "abs_rshares": 268757205544, + "active": "2016-09-12T20:10:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "erath", + "author_rewards": 102, "beneficiaries": [], - "body": "Yes it is part of the algorithm. Votes are much more powerful when voting along with others than they are when voting alone. The idea is to identify a consensus of voting, not just one person making a potentially stupid or malicious vote (not suggesting that you have ever done this).", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "body": "**\"because everybody knows there is only one truth, but that doesn't automatically mean that our current system is designed to convey that one genuine truth.\"**\n\nThere is often **more** than one truth for our limited human minds.\n\nFor example: \n- photons of light act like waves\n - photons of light act like particles", + "cashout_time": "2016-09-19T20:05:03", + "category": "philosophy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T12:26:57", + "created": "2016-09-12T20:05:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 660844, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-06T17:03:51", - "last_update": "2016-08-07T12:26:57", + "depth": 1, + "id": 1223734, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "2016-09-14T01:17:48", + "last_update": "2016-09-12T20:07:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "cryptofunk", - "parent_permlink": "re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t061642173z", + "net_rshares": 268757205544, + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", "percent_hbd": 10000, - "permlink": "re-cryptofunk-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t122657700z", + "permlink": "re-alexgr-wikipedia-the-truth-and-the-eye-of-kennedy-20160912t200502069z", "reward_weight": 10000, - "root_author": "neilstrauss", - "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", + "root_author": "alexgr", + "root_permlink": "wikipedia-the-truth-and-the-eye-of-kennedy", "title": "", "total_payout_value": { - "amount": "0", + "amount": "66", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1161390809998931585, + "vote_rshares": 268757205544 }, { "abs_rshares": 0, - "active": "2016-08-07T15:43:15", + "active": "2016-09-13T11:15:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "erath", "author_rewards": 0, "beneficiaries": [], - "body": "I agree. This is lifestyle and culture writing with good photography. The identity of the writer isn't important. The only issue would be if it isn't original work, but I see no evidence of that.", - "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 3, + "body": "I don't think that you will get many upvotes unless you tell us a little about the image. It is especially important to let us know if it is your original work. If it is, you might want to describe the medium used or method of production.", + "cashout_time": "2016-09-19T20:16:15", + "category": "art", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T15:00:36", + "created": "2016-09-12T20:16:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 662823, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-06T19:58:18", - "last_update": "2016-08-07T15:00:36", + "depth": 1, + "id": 1223835, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-09-12T20:16:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24582,13 +24582,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "indominon", - "parent_permlink": "re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t130323682z", + "parent_author": "dreagonhaise", + "parent_permlink": "girl-and-wolf", "percent_hbd": 10000, - "permlink": "re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150037000z", + "permlink": "re-dreagonhaise-girl-and-wolf-20160912t201613186z", "reward_weight": 10000, - "root_author": "sweetsssj", - "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "root_author": "dreagonhaise", + "root_permlink": "girl-and-wolf", "title": "", "total_payout_value": { "amount": "0", @@ -24600,29 +24600,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T15:43:27", + "active": "2016-07-13T21:52:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "faddy", "author_rewards": 0, "beneficiaries": [], - "body": "What I'm saying is the context of this post makes the identity of the author irrelevant. It could be a fictional or semi-fictionalized character speaking in the first person (like Carrie from _Sex and the City_) and it would take nothing away from the post. Now if the pictures are ripped off, that's an issue. If there is identity theft that's an issue. \n\nBut for all you know the photos are the actual author, or are used with permission. Unless you have evidence to the contrary you are engaging in a witch hunt. Please stop. \n\nYou are certainly free to not vote for the post though, for whatever reason, if it doesn't appear compelling to you as adding value.", + "body": "Thanks for the tips - this was very useful.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", + "category": "security", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T15:40:18", + "created": "2016-07-13T21:52:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 663393, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-06T19:58:18", - "last_update": "2016-08-07T15:43:27", + "depth": 1, + "id": 101281, + "json_metadata": "{\"tags\":[\"security\"]}", + "last_payout": "2016-08-17T21:31:45", + "last_update": "2016-07-13T21:52:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24631,13 +24631,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "simoneighties", - "parent_permlink": "re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150854786z", + "parent_author": "spaced", + "parent_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", "percent_hbd": 10000, - "permlink": "re-simoneighties-re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t154018400z", + "permlink": "re-spaced-security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks-20160713t215221610z", "reward_weight": 10000, - "root_author": "sweetsssj", - "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", + "root_author": "spaced", + "root_permlink": "security-bug-report-steemit-com-is-vulnerable-to-slow-post-and-slowloris-dos-attacks", "title": "", "total_payout_value": { "amount": "0", @@ -24649,29 +24649,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T22:28:21", + "active": "2016-07-13T13:16:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "> The problem with violent protests is that it is hardly ever the government or their agents that suffer.\n> It's private citizens, private property, private businesses that suffer.\n\nIn the short term that is certianly true. However, if the protests are successful and bring about change to bad policies then it is the citizens, property and businesses that benefit from a more just and productive society over the longer term. The premise of the OP is that violent resistance or at least peaceful resistance backed by a credible threat of violence is 100x more effective in bringing about positive social change. I don't know if history backs up that claim, but if it does then the argument is sound.", + "body": "Welcome Riccardo\nSo we need to sell all our *Moneroj*. \nIt seems that after **Smooth** you too find *Steemit* much better project :). \n**Now seriously.** \nDo you have any plan to finish the damn GUI wallet. \nNow when **Smooth** is full of money, and I noticed he send something to you, it would be nice. \nI really hope that you have done everything you have planned.", "cashout_time": "1969-12-31T23:59:59", - "category": "anarchy", - "children": 0, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T22:24:33", + "created": "2016-07-13T12:54:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 671154, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-07T06:14:33", - "last_update": "2016-08-07T22:28:21", + "depth": 1, + "id": 94823, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T09:03:15", + "last_update": "2016-07-13T12:54:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24680,13 +24680,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "hoopatang", - "parent_permlink": "re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t221113713z", + "parent_author": "fluffypony", + "parent_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", "percent_hbd": 10000, - "permlink": "re-hoopatang-re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t222432000z", + "permlink": "re-fluffypony-what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project-20160713t125402671z", "reward_weight": 10000, - "root_author": "calaber24p", - "root_permlink": "why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence", + "root_author": "fluffypony", + "root_permlink": "what-s-up-steemit-people-i-m-riccardo-fluffypony-spagni-from-the-monero-project", "title": "", "total_payout_value": { "amount": "0", @@ -24698,29 +24698,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T13:27:42", + "active": "2016-07-14T07:52:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "SBD is designed to be perfect for this, with fast finality, price stability, and no transaction fees, but if you are concerned about the legalities of it then you can't take advantage. That's unfortunate, but understandable.\n\nYou are correct that STEEM is not a good fit, unless you could somehow work out a way for the site to power up and use that as backing for the gambling bankroll, as a sort of staking pool. There would need to be restrictions on the rate of withdraws of both bankroll funds and winnings, but that might be workable given that most gambling on JD is small, so could easily be covered by the 1%-per-week power downs.\n\nI don't really understand why you think the tokens are better for the devs. Anyone can power up; the devs get no special treatment on it.", + "body": "Dan fucked up BTS on the beginning when he try to combine all DAOs in BTSX. By now we should have more BitShares success story if he stick with initial plan; creating tools for DAO development. There are lots of sadness and anger behind Dan. For me as AGS holder and early investor he is plain theft.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitfinex", - "children": 7, + "category": "bitshares", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T23:28:45", + "created": "2016-07-14T07:51:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 672241, - "json_metadata": "{\"tags\":[\"bitfinex\"]}", - "last_payout": "2016-09-07T11:33:09", - "last_update": "2016-08-07T23:34:33", + "depth": 1, + "id": 106983, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "2016-08-18T14:42:30", + "last_update": "2016-07-14T07:52:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24728,14 +24728,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "dooglus", - "parent_permlink": "re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t202924302z", + "net_votes": 0, + "parent_author": "steem1", + "parent_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", "percent_hbd": 10000, - "permlink": "re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t232844300z", + "permlink": "re-steem1-what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem-20160714t075113119z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "tracking-the-bitfinex-heist", + "root_author": "steem1", + "root_permlink": "what-bitshares-market-cap-will-make-the-bitshares-fans-happy-with-steem", "title": "", "total_payout_value": { "amount": "0", @@ -24747,29 +24747,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T23:31:12", + "active": "2016-07-14T09:22:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "This. Write an introduceyourself post and include good verification. It will be worth your time :)", + "body": "Interesting time for BTS. Maybe we will catch some Steem love. Thank you for your hard work and good luck.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitfinex", + "category": "introduceyourself", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T23:31:12", + "created": "2016-07-14T09:22:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 672280, - "json_metadata": "{\"tags\":[\"bitfinex\"]}", - "last_payout": "2016-09-07T11:33:09", - "last_update": "2016-08-07T23:31:12", + "depth": 1, + "id": 107647, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T16:51:09", + "last_update": "2016-07-14T09:22:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24777,14 +24777,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "moonguy", - "parent_permlink": "re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t211223101z", + "net_votes": 1, + "parent_author": "chris4210", + "parent_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", "percent_hbd": 10000, - "permlink": "re-moonguy-re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t233112100z", + "permlink": "re-chris4210-hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo-20160714t092216549z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "tracking-the-bitfinex-heist", + "root_author": "chris4210", + "root_permlink": "hi-steem-i-am-christoph-hering-founder-and-ceo-of-bitshares-munich-the-company-behind-blockpay-and-echo", "title": "", "total_payout_value": { "amount": "0", @@ -24796,29 +24796,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T14:37:45", + "active": "2016-07-14T12:04:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 55, "beneficiaries": [], - "body": "Excellent list. Did not know about the Skyrim SE but I'll be looking for it.", + "body": "Is this refers to AGS investors also?", "cashout_time": "1969-12-31T23:59:59", - "category": "gaming", - "children": 1, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T23:46:42", + "created": "2016-07-14T12:04:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 672537, - "json_metadata": "{\"tags\":[\"gaming\"]}", - "last_payout": "2016-09-07T11:43:21", - "last_update": "2016-08-07T23:46:42", + "id": 109237, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T21:53:54", + "last_update": "2016-07-14T12:04:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24826,17 +24826,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "kylenator", - "parent_permlink": "my-top-8-favorite-games-of-all-time", + "net_votes": 2, + "parent_author": "dantheman", + "parent_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", "percent_hbd": 10000, - "permlink": "re-kylenator-my-top-8-favorite-games-of-all-time-20160807t234642800z", + "permlink": "re-dantheman-i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today-20160714t120435839z", "reward_weight": 10000, - "root_author": "kylenator", - "root_permlink": "my-top-8-favorite-games-of-all-time", + "root_author": "dantheman", + "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", "title": "", "total_payout_value": { - "amount": "0", + "amount": "151", "nai": "@@000000013", "precision": 3 }, @@ -24845,29 +24845,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T23:49:03", + "active": "2016-07-28T17:44:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Love this portrait and the one of Dan. Very nice work!", + "body": "I can give you a little Voting Power. Good luck Sir :)", "cashout_time": "1969-12-31T23:59:59", - "category": "art", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T23:49:03", + "created": "2016-07-28T17:44:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 672576, - "json_metadata": "{\"tags\":[\"art\"]}", - "last_payout": "2016-09-07T10:21:15", - "last_update": "2016-08-07T23:49:03", + "depth": 2, + "id": 441476, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T05:43:21", + "last_update": "2016-07-28T17:44:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24875,14 +24875,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mihaiart", - "parent_permlink": "steemians-portraits-first-edition", + "net_votes": 0, + "parent_author": "sir", + "parent_permlink": "re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174107261z", "percent_hbd": 10000, - "permlink": "re-mihaiart-steemians-portraits-first-edition-20160807t234904100z", + "permlink": "re-sir-re-generalspecific-if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale-20160728t174436230z", "reward_weight": 10000, - "root_author": "mihaiart", - "root_permlink": "steemians-portraits-first-edition", + "root_author": "generalspecific", + "root_permlink": "if-it-walks-like-a-whale-and-talks-like-a-whale-it-s-probably-not-a-whale", "title": "", "total_payout_value": { "amount": "0", @@ -24894,29 +24894,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T02:17:42", + "active": "2016-07-29T03:11:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 56, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "I think the 30 day pay cutoff is a real limitation and also that posts and comments will be locked (no edits) after 30 days. I hope that the developers are able to introduce some solutions. Thank you for sharing your own perspective as an author.", + "body": "* Each 3.3 years, a 10:1 reverse split occurs.\n\nCan you explain why is that?", "cashout_time": "1969-12-31T23:59:59", - "category": "writing", - "children": 6, + "category": "steem-help", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T23:51:24", + "created": "2016-07-28T18:17:39", "curator_payout_value": { - "amount": "18", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 672613, - "json_metadata": "{\"tags\":[\"writing\"]}", - "last_payout": "2016-09-07T11:18:27", - "last_update": "2016-08-07T23:51:24", + "id": 442257, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-28T05:29:45", + "last_update": "2016-07-28T18:17:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24924,17 +24924,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "mctiller", - "parent_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "net_votes": 1, + "parent_author": "peterz", + "parent_permlink": "steem-currency-cheat-sheet", "percent_hbd": 10000, - "permlink": "re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160807t235124000z", + "permlink": "re-peterz-steem-currency-cheat-sheet-20160728t181739057z", "reward_weight": 10000, - "root_author": "mctiller", - "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "root_author": "peterz", + "root_permlink": "steem-currency-cheat-sheet", "title": "", "total_payout_value": { - "amount": "114", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -24943,29 +24943,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T01:48:27", + "active": "2016-07-28T20:18:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "LOL cheetah fail. I'm tempted to downvote cheetah but that would be kind of harmful to its mostly useful function so I won't", + "body": "I don't think that female equivalent of Viagra may exist. Good reviews on Amazon comes from women who love to experiment, but do not necessarily have a problem with sex drive.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-07T23:54:36", + "created": "2016-07-28T18:55:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 672665, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T09:19:45", - "last_update": "2016-08-07T23:54:36", + "depth": 1, + "id": 443138, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-28T06:15:15", + "last_update": "2016-07-28T18:55:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -24973,14 +24973,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "bergy", - "parent_permlink": "re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t193629714z", + "net_votes": 0, + "parent_author": "rachelkhona", + "parent_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", "percent_hbd": 10000, - "permlink": "re-bergy-re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t235435500z", + "permlink": "re-rachelkhona-my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night-20160728t185507885z", "reward_weight": 10000, - "root_author": "bergy", - "root_permlink": "quantum-computing-and-cryptography-is-bitcoin-safe", + "root_author": "rachelkhona", + "root_permlink": "my-story-of-sex-drugs-and-well-gym-and-watching-friends-all-night", "title": "", "total_payout_value": { "amount": "0", @@ -24992,29 +24992,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T05:22:12", + "active": "2016-07-30T10:58:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Wallet (CLI-only): https://github.com/steemit/steem\n\nThe web wallet/site/app that runs on steemit.com is also there now (was released a bit later)\n\n> I guess because I figure they premined a whole bunch of tokens for free whereas the rest of us have to buy them. But maybe I'm even wrong about that. How was the initial distribution done?\n\nI still don't quite follow the logic on why that makes the inflationary STEEM token itself good for them, when everyone else can avoid the inflation by using SP too. If anything, given their large SP holdings, the restrictions on liquidity of SP hurts them as much or more than anyone else, but in any case, here's some info about the launch. \n\nIt was effectively (but not literally) an 80% premine (though not quite free; they had to compete with a few other miners and did apparently spend money to do this). They launched with a public bitcointalk thread (still there) but there were no instructions or other information so only those able to figure it out from the code were able to mine it. It was openly stated at this time why the developers were doing this.\n\nThe plan (then and now) for the 80% is to give away 40% (every new account needs coins and receives a minimum balance\u2013currently 3 SP\u2013for free), keep 20%, and sell 20% to pay for development. This process is reasonably transparent and can be tracked by watching the 'steemit' account and the ones fed from there ('steem' creates the new accounts for example).", + "body": "Whalers are again active.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitfinex", + "category": "whale", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T23:59:18", + "created": "2016-07-30T10:58:36", "curator_payout_value": { "amount": "0", - "nai": "@@000000013", - "precision": 3 - }, - "depth": 5, - "id": 672741, - "json_metadata": "{\"tags\":[\"bitfinex\"],\"links\":[\"https://github.com/steemit/steem\"]}", - "last_payout": "2016-09-07T11:33:09", - "last_update": "2016-08-08T05:22:12", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 1, + "id": 485960, + "json_metadata": "{\"tags\":[\"whale\"]}", + "last_payout": "2016-08-29T23:23:36", + "last_update": "2016-07-30T10:58:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25022,14 +25022,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dooglus", - "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "net_votes": 1, + "parent_author": "olegw", + "parent_permlink": "beluga-whale-underwater-steemit-logo-animation-video", "percent_hbd": 10000, - "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t235918500z", + "permlink": "re-olegw-beluga-whale-underwater-steemit-logo-animation-video-20160730t105829508z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "tracking-the-bitfinex-heist", + "root_author": "olegw", + "root_permlink": "beluga-whale-underwater-steemit-logo-animation-video", "title": "", "total_payout_value": { "amount": "0", @@ -25041,29 +25041,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T00:30:39", + "active": "2016-08-02T08:33:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 122, "beneficiaries": [], - "body": "> I'm pretty confused about how this all works. Both SP and SBD earn rewards for holding them - is that right? I can't hold SP in my own wallet, and can only hold it on steemit.com? But SBD and STEEM can be withdrawn into my own local wallet and freely traded? Except I seem to remember there's a 1 week delay with SBD withdrawals. Can I hold SBD in my own wallet and earn rewards, or do I only get rewards if I have steemit.com hold them? Am I totally misunderstanding everything?\n\nSBD currently earns 10% interest (rate is variable) and SP earns anti-dilution payments that offset most of the STEEM inflation. You can hold SP (or STEEM or SBD) in your own wallet with your own private keys, and there is no disadvantage to doing so in terms of rewards, etc. The web site is really just a web wallet that gives you a view of the blockchain. There are no restrictions at all on transfers of STEEM or SBD. SP is locked up and can only be converted to STEEM 1/104 per week (with a one week delay before first conversion when starting the process). SBD can be converted to about 1 USD worth of STEEM with a one-week delay, but this is an optional function that supports the pegging of its value and never required (alternately you can transfer it and/or trade it on a regular exchange or via the internal market with no delays)", + "body": "You should buy more STEEM.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitfinex", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-08T00:13:06", + "created": "2016-08-02T08:33:57", "curator_payout_value": { - "amount": "0", + "amount": "36", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 672954, - "json_metadata": "{\"tags\":[\"bitfinex\"]}", - "last_payout": "2016-09-07T11:33:09", - "last_update": "2016-08-08T00:30:39", + "depth": 1, + "id": 554864, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:43:03", + "last_update": "2016-08-02T08:33:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25071,17 +25071,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dooglus", - "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", + "net_votes": 2, + "parent_author": "jl777", + "parent_permlink": "the-300", "percent_hbd": 10000, - "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t001305100z", + "permlink": "re-jl777-the-300-20160802t083358046z", "reward_weight": 10000, - "root_author": "dooglus", - "root_permlink": "tracking-the-bitfinex-heist", + "root_author": "jl777", + "root_permlink": "the-300", "title": "", "total_payout_value": { - "amount": "0", + "amount": "112", "nai": "@@000000013", "precision": 3 }, @@ -25090,29 +25090,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T02:17:42", + "active": "2016-08-07T16:42:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 19, "beneficiaries": [], - "body": "@ned, @dan, myself and other major stake holders are all aware of the issues this causes, have discussed it, and would all like to see solutions. There are technical issues involved and some compromises need to be made to keep moving ahead with the project but hopefully they won't be permanent. Thanks again for the feedback. Understanding the practical use cases for authors may be helpful in getting this addressed.", + "body": "Ok. Sorry.", "cashout_time": "1969-12-31T23:59:59", - "category": "writing", - "children": 3, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T00:20:39", + "created": "2016-08-07T12:41:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 673086, - "json_metadata": "{\"tags\":[\"writing\"],\"users\":[\"ned\",\"dan\"]}", - "last_payout": "2016-09-07T11:18:27", - "last_update": "2016-08-08T00:20:57", + "depth": 1, + "id": 661017, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T16:42:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25120,17 +25120,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "thecryptofiend", - "parent_permlink": "re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t000725141z", + "net_votes": 2, + "parent_author": "klye", + "parent_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", "percent_hbd": 10000, - "permlink": "re-thecryptofiend-re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t002040500z", + "permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t124124518z", "reward_weight": 10000, - "root_author": "mctiller", - "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", "title": "", "total_payout_value": { - "amount": "0", + "amount": "38", "nai": "@@000000013", "precision": 3 }, @@ -25139,29 +25139,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T12:30:57", + "active": "2016-08-07T23:21:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 2484, + "author": "fminerten1", + "author_rewards": 14, "beneficiaries": [], - "body": "Good analysis of the overall money supply dynamics and clear explanations like this are badly needed since the system is complex and many do not understand it. Upvoted.\n\nA small correction:\n\n> given that currently only 2% of the money supply is SD\n\nThey actually misspoke in the interview in stating 2%. Currently the outstanding supply of SBD (which can be found on steemd.com) is \n\n\"current_sbd_supply\": \"1876469.436 SBD\",\n\nThat is less than 1% of the market cap of STEEM+SP+SBD.\n\nLooked at another way, the blockchain is currently reporting:\n\n \"virtual_supply\": \"124634091.611 STEEM\",\n \"current_supply\": \"123729768.992 STEEM\",\n\nvirtual_supply is the total money supply if all the SBD were converted to STEEM at the current exchange rate. Again the difference here is <1%.", + "body": "Short answer for your question is no. The reason is simple because Steem power is centralised.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 15, + "category": "steemit", + "children": 6, "children_abs_rshares": 0, - "created": "2016-08-08T00:39:00", + "created": "2016-08-07T14:05:45", "curator_payout_value": { - "amount": "1673", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 673391, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-07T15:50:45", - "last_update": "2016-08-08T00:42:18", + "id": 662080, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:05:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25169,17 +25169,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 34, - "parent_author": "anonymint", - "parent_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "net_votes": 2, + "parent_author": "techemist", + "parent_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", "percent_hbd": 10000, - "permlink": "re-anonymint-who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power-20160808t003901500z", + "permlink": "re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t140535065z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", "title": "", "total_payout_value": { - "amount": "5136", + "amount": "28", "nai": "@@000000013", "precision": 3 }, @@ -25188,29 +25188,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T07:31:24", + "active": "2016-08-08T03:40:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 630, + "author": "fminerten1", + "author_rewards": 16, "beneficiaries": [], - "body": "Again, self-defeating attitude. Just like any other form of media, anyone who wants to make money needs to be able to market themselves and gain a following. Those 3 million followers of yours didn't just fall out of the sky; I'm sure you worked for them. Same here. This is not free money given out to anyone just for showing up, and if that's what your web site followers are seeking, they would indeed be disappointed. It is a platform and an opportunity for those willing to work for it and bring value.", + "body": "Where is yours newsletter? Yes all that pictures are really funny but still we deserve more \u263a", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T00:54:09", + "created": "2016-08-07T14:22:15", "curator_payout_value": { - "amount": "12", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 673653, + "depth": 1, + "id": 662307, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T09:06:12", - "last_update": "2016-08-08T01:28:30", + "last_payout": "2016-09-06T18:29:03", + "last_update": "2016-08-07T14:22:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25218,17 +25218,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "najoh", - "parent_permlink": "re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160807t214650684z", + "net_votes": 1, + "parent_author": "stan", + "parent_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", "percent_hbd": 10000, - "permlink": "re-najoh-re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t005410100z", + "permlink": "re-stan-just-got-my-dollar-vigilante-newsletter-all-about-steemit-20160807t142208004z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "root_author": "stan", + "root_permlink": "just-got-my-dollar-vigilante-newsletter-all-about-steemit", "title": "", "total_payout_value": { - "amount": "543", + "amount": "32", "nai": "@@000000013", "precision": 3 }, @@ -25237,29 +25237,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T02:07:27", + "active": "2016-08-07T23:21:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 14, "beneficiaries": [], - "body": "@anonymint, abandonment, which is difficult to accurately measure anyway, can be almost entirely ignored as a growth statistic if you compare active accounts over time. Daily active has been growing significantly and is now close to 6000 from being closer to 4000 not long ago (1-2 weeks IIRC, but I don't have hard numbers). I'm not sure about the weekly-active numbers as I haven't paid attention to it.\n\nI agree with the earlier comments that: 1) constant growth is not exponential; and 2) there isn't enough data to conclude much yet, except that there is steady, but still kind of slow growth, even after factoring in abandonment.", + "body": "One time payment don't mean anything. That reminds me on one hit wonder bands. After all they didn't get the 'real' money. When all of them find Poloniex SBD will be in danger. Don't get me wrong I'm not against Steemit but for now this is not the solution for the question from the title.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-08T02:05:24", + "created": "2016-08-07T14:59:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 674798, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"anonymint\"]}", - "last_payout": "2016-09-07T01:43:48", - "last_update": "2016-08-08T02:07:27", + "depth": 3, + "id": 662812, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T14:59:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25267,17 +25267,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "masteryoda", - "parent_permlink": "re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160807t151438650z", + "net_votes": 1, + "parent_author": "ukblogger", + "parent_permlink": "re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t141922933z", "percent_hbd": 10000, - "permlink": "re-masteryoda-re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160808t020523500z", + "permlink": "re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t145936508z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "steemit-going-viral", + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", "title": "", "total_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, @@ -25286,29 +25286,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T02:11:00", + "active": "2016-08-07T16:57:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "smooth", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "I'm interested in your stats but I'm having trouble finding anything in your profile. Please post a direct link.", + "body": "Could be worth a lot less than a US $.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-08T02:11:00", + "created": "2016-08-07T16:57:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 5, - "id": 674882, + "id": 664634, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T01:43:48", - "last_update": "2016-08-08T02:11:00", + "last_payout": "2016-09-07T01:48:18", + "last_update": "2016-08-07T16:57:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25317,13 +25317,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "calamus056", - "parent_permlink": "re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160807t173550233z", + "parent_author": "blakemiles84", + "parent_permlink": "re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t152134107z", "percent_hbd": 10000, - "permlink": "re-calamus056-re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160808t021059900z", + "permlink": "re-blakemiles84-re-fminerten1-re-ukblogger-re-fminerten1-re-techemist-can-steemit-democratize-the-usd65b-publishing-industry-20160807t165709892z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "steemit-going-viral", + "root_author": "techemist", + "root_permlink": "can-steemit-democratize-the-usd65b-publishing-industry", "title": "", "total_payout_value": { "amount": "0", @@ -25335,29 +25335,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T12:22:15", + "active": "2016-08-08T08:34:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 15, "beneficiaries": [], - "body": "I think GDP is conflated with standard of living. It even appears in indexes which try to measure quality of life in various countries. But as you indicate, it shouldn't be used this way. By having a platform like Steemit, where value creation and rewards are closely linked, the measure of that value becomes much clearer. It can make possible a future GDP calculation which accurately describes quality of life as judged by real people.", + "body": "You don't need to convert your Steem dollars to Steem. You can trade Steem dollars directly on Poloniex under the ticker SBD.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T20:40:00", + "created": "2016-08-07T17:11:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 356699, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-25T20:40:00", + "depth": 1, + "id": 664931, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T05:11:00", + "last_update": "2016-08-07T17:11:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25365,17 +25365,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "liberosist", - "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t193034842z", + "net_votes": 1, + "parent_author": "ebenezer", + "parent_permlink": "steem-dollars-to-steem", "percent_hbd": 10000, - "permlink": "re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t203959355z", + "permlink": "re-ebenezer-steem-dollars-to-steem-20160807t171109987z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "ebenezer", + "root_permlink": "steem-dollars-to-steem", "title": "", "total_payout_value": { - "amount": "0", + "amount": "30", "nai": "@@000000013", "precision": 3 }, @@ -25384,29 +25384,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T18:45:12", + "active": "2016-08-16T01:22:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 4397, "beneficiaries": [], - "body": "Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services.", + "body": "I had an idea about **Steemit billboard** from the beginning and I created one. After I finished my design, yes I'm not designer :) I paid for printing. My idea was simple, I will put that poster anyway, but with the help of the community it could end up on the best possible location. \n![Sequence02.Still003300c6.jpg](https://www.steemimg.com/images/2016/08/15/Sequence02.Still003300c6.jpg)\n\nAt the very beginning someone gave me a flag so I was hidden for most voters. In that post I presented the idea and showed the video of my poster in front of the Billboard filmed from the air.\n\nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/26/vlcsnap-2016-07-26-18h35m24s7418a65f.jpg\n It was nice video but I removed it (in a rage) from my YouTube channel. Don't do that, there are no undo option in Youtube.\n\n\n\nThis account was hacked so in the hurry, someone also put similar plan on the Steemit, I used my other account (@sir) for that post; https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video. After really bad start, my post was flaged, I asked (as AGS investor) for help from the #Bitshares community. Trough that community I bought this account in the early days when was impossible to create one. I may be only idiot who paid for Steemit account. \n\nAfter my call I received almost $300 and everything was as I expected. I was so thrilled that I invited (real) friends not just those from Facebook and Twitter to join Steemit. 'Collected' money was not enough to finance any Billboard location but that was fine for me because I knew that I did not make a masterpiece.\n\nThan came mighty **@dantheman** with all his power and downvoted my post, he took all the money. What can I do after that? Of course my first reaction was - I will leave Steemit. @dantheman or Dan Larimer is Mark Zuckenberg of Steemit and I have no other options. \n\nAs I promised I placed the poster. Somebody must have noticed, is located in a great place, Zagreb's main avenue - [Ljubljanska avenija.](https://www.google.hr/maps/place/Ljubljanska+avenija,+10000,+Zagreb/@45.7974363,15.8781815,17z/data=!4m8!1m2!2m1!1scity+center+near+Ljubljanska+avenija,+Zagreb!3m4!1s0x4765d17aeed55db5:0xf1794356637a81c5!8m2!3d45.7974363!4d15.8803702?hl=en&hl=en)\n\nI learned my lessons first as AGS investor and now again. I have no doubt @dantheman is brilliant programmer and blockchain visionary but he really need to rework Steem voting system - and some other things ... Too much power in one's hands can not be good.\n\n\n\nhttps://youtu.be/L_IwccM-kJA\n\nThis post is just proof that I did it. Billboard is there for more than a week. Thank you again @stan.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-26T12:36:09", + "created": "2016-08-15T18:06:45", "curator_payout_value": { - "amount": "0", + "amount": "1125", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 372148, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-26T08:13:27", - "last_update": "2016-07-26T12:36:09", + "depth": 0, + "id": 820766, + "json_metadata": "{\"tags\":[\"steemit\",\"video\",\"marketing\",\"bitshares\",\"steem\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-09-15T19:01:42", + "last_update": "2016-08-15T18:06:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25414,17 +25414,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "timcliff", - "parent_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", + "net_votes": 42, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-timcliff-steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community-20160726t123610078z", + "permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", "reward_weight": 10000, - "root_author": "timcliff", - "root_permlink": "steemit-lifetime-recruitment-bonus-how-rewarding-recruitment-can-help-grow-the-steemit-community", - "title": "", + "root_author": "fminerten1", + "root_permlink": "this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video", + "title": "This Steemit Billboard is for @dantheman, Bitshares and Steemit community - video", "total_payout_value": { - "amount": "0", + "amount": "5309", "nai": "@@000000013", "precision": 3 }, @@ -25432,177 +25432,177 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-27T13:10:36", + "abs_rshares": 39193647153, + "active": "2016-08-16T08:05:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 12, "beneficiaries": [], - "body": "It's hard to tell given how new all of this is. We have to let transient effects die down before really appraising the economic model. But, folks seem to be selling their SBD now and it hasn't disrupted anything as far as I can tell. Clearly the price will go down if more is sold, but that's to be expected. In the end we'd expect some sort of balance between buyers and sellers, as in any market.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "Thanks. I will try that. I'm so bad in English.", + "cashout_time": "2016-08-23T08:05:54", + "category": "writing", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T13:10:36", + "created": "2016-08-16T08:05:54", "curator_payout_value": { - "amount": "0", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 403303, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-27T13:10:36", + "depth": 1, + "id": 830885, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-08-17T10:03:54", + "last_update": "2016-08-16T08:05:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "bhokor", - "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t105019977z", + "net_rshares": 39193647153, + "net_votes": 1, + "parent_author": "exyle", + "parent_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", "percent_hbd": 10000, - "permlink": "re-bhokor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t131039211z", + "permlink": "re-exyle-a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit-20160816t080522006z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "exyle", + "root_permlink": "a-chrome-plugin-to-help-you-write-better-posts-and-replies-awesome-spellchecker-and-more-works-perfectly-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "16", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 178994928568543513, + "vote_rshares": 39193647153 }, { - "abs_rshares": 0, - "active": "2016-07-27T13:28:42", + "abs_rshares": 38425144268, + "active": "2016-08-16T13:58:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 15, "beneficiaries": [], - "body": "Great question and, unfortunately, I don't have a great answer. I think, however, that an economic value judgment produced in a smaller community that creates its own currency is more accurate than, say, a central bank doing it on the basis of aggregate transactions for the whole economy. And, in the case of blogging, the central bank would traditionally not even consider it economic activity because it is unpaid. Can the smaller group be wrong? Of course. Can they be controlled by influential individuals? Yes. All human groups can have these flaws. The model here is still being tested but it looks like progress and decentralization is usually a good thing.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "There are no technical analysis that could save STEEM from @dantheman and @smooth.", + "cashout_time": "2016-08-23T13:58:51", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-27T13:28:42", + "created": "2016-08-16T13:58:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 403780, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-27T13:28:42", + "depth": 1, + "id": 834496, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dantheman\",\"smooth\"]}", + "last_payout": "2016-08-17T04:19:39", + "last_update": "2016-08-16T13:58:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 38425144268, "net_votes": 1, - "parent_author": "positive", - "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t182949310z", + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", "percent_hbd": 10000, - "permlink": "re-positive-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160727t132842958z", + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016-20160816t135819054z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-17-go-with-the-flow-aug-16-2016", "title": "", "total_payout_value": { - "amount": "0", + "amount": "21", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 175518618517229734, + "vote_rshares": 38425144268 }, { - "abs_rshares": 0, - "active": "2016-07-27T20:05:24", + "abs_rshares": 403079342994, + "active": "2016-08-17T10:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 139, "beneficiaries": [], - "body": "Thanks for a very clear and readable presentation!", - "cashout_time": "1969-12-31T23:59:59", + "body": "This one in Croatia is on me :)\nhttps://youtu.be/L_IwccM-kJA", + "cashout_time": "2016-08-23T20:09:24", "category": "steemit", - "children": 1, + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-27T13:31:54", + "created": "2016-08-16T20:09:24", "curator_payout_value": { - "amount": "0", + "amount": "57", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 403857, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:39:54", - "last_update": "2016-07-27T13:31:54", + "id": 840549, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://youtu.be/L_IwccM-kJA\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-16T20:09:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "mahekg", - "parent_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "net_rshares": 403079342994, + "net_votes": 7, + "parent_author": "steemdrive", + "parent_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", "percent_hbd": 10000, - "permlink": "re-mahekg-know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post-20160727t133154927z", + "permlink": "re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t200849221z", "reward_weight": 10000, - "root_author": "mahekg", - "root_permlink": "know-how-steemit-ecconomics-exactly-work-put-my-heart-and-soul-in-this-post", + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", "title": "", "total_payout_value": { - "amount": "0", + "amount": "206", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1688704859121009349, + "vote_rshares": 403079342994 }, { "abs_rshares": 0, - "active": "2016-07-29T12:22:15", + "active": "2016-08-16T22:38:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the link, good material, and a very useful distinction to make. Btw, I'm also a big fan of the Hans Rosling view of the world.", + "body": "-Dan has single-handedly (well, he's had some help) made my life and wallet much happier over the past three years.-\nMay I ask you how? I bought AGS shares and I'm broke. Dan was dumping at the same time when my shares was locked. \nDo you know anyone who wants to buy STEEM?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "dan-bashing", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T12:22:15", + "created": "2016-08-16T21:43:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 462145, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-29T12:22:15", + "depth": 1, + "id": 841986, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T21:47:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25610,14 +25610,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "liberosist", - "parent_permlink": "re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t205715442z", + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "let-s-all-bash-dan", "percent_hbd": 10000, - "permlink": "re-liberosist-re-bavak-re-liberosist-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160729t122217437z", + "permlink": "re-tuck-fheman-let-s-all-bash-dan-20160816t214242699z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", "title": "", "total_payout_value": { "amount": "0", @@ -25628,79 +25628,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-08-15T03:13:54", + "abs_rshares": 36913145913, + "active": "2016-08-16T22:04:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 235811, + "author": "fminerten1", + "author_rewards": 14, "beneficiaries": [], - "body": "\n

Recently, a young engineer asked me for some general advice about starting out in the workplace. He was starting his first job as a mechanical/aerospace engineering trainee with a large organization. I'm 50 and have been an engineer (or engineering manager) all my working life. Fwiw, I thought I'd share what I told him with you:

\n

This is standard stuff but I find that it works pretty well in practice:

\n

1) Be extremely responsive to the folks you work for at the new company. You can think of them as your clients. And no matter what their official rank, think of everyone as your client.

\n

2) Your goal is to add value to the organization and you may have to do jobs outside your field of interest or expertise. Jobs you may think of as beneath you. Do them anyway and do them enthusiastically. People will notice.

\n

3) Disregard a workplace culture which distracts you from actual work. Even if no one seems to care, you are there to work and if you do, it will be noticed. It's ok to be friendly and chat with your coworkers and neighbors, but maintain a general attitude of always wanting to get things done.

\n

4) Avoid office politics. This is hard to do, especially as your career progresses, but try hard to do it. There is no way to navigate the political waters of an unknown organization and come out ahead. The best way to do this is by not taking sides, maintaining an objective focus, not talking about others, and pretending a general unawareness of whatever political situation is being offered for comment.

\n

5) Get along with people. Be friendly and always willing to help. Be especially sensitive about issues of discrimination or other legal policies of the company. Remember that the company may be filled with many people of differing ethnic, religious, and cultural backgrounds. You are expected to get along with all of them. Breaking these rules, btw, can lead to a very quick dismissal.

\n

6) Learn as much as you can about the company and the technology you are working on. Trainees are often dismissed because it is assumed they don't know much and don't want to learn. Break out of that mold.

\n

7) Try to relate what you are doing on the job to what you learned in school. If you didn't take a class in the area you are working in, try to educate yourself through books, the internet, etc. There is usually a fundamental textbook or theory behind what they are doing. It pays to learn it.

\n

Just remember, companies are usually quite willing to invest in their promising young workers. So being identified as promising is what you need to do.

\n", - "cashout_time": "1969-12-31T23:59:59", - "category": "business", - "children": 3, + "body": "So true. Even if you buy $100.000 worth of STEEM your influence will be 0. Who are the buyers? We are heading below $1 in no time.", + "cashout_time": "2016-08-23T22:04:00", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T21:08:00", + "created": "2016-08-16T22:04:00", "curator_payout_value": { - "amount": "23116", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 789104, - "json_metadata": "{\"tags\":[\"business\"]}", - "last_payout": "2016-09-13T09:18:36", - "last_update": "2016-08-13T21:08:00", + "depth": 1, + "id": 842317, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-18T01:00:15", + "last_update": "2016-08-16T22:04:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 66, - "parent_author": "", - "parent_permlink": "business", + "net_rshares": 36913145913, + "net_votes": 1, + "parent_author": "saulius", + "parent_permlink": "steemit-is-in-big-trouble", "percent_hbd": 10000, - "permlink": "advice-to-a-young-engineer-starting-with-a-new-company", + "permlink": "re-saulius-steemit-is-in-big-trouble-20160816t220324300z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "advice-to-a-young-engineer-starting-with-a-new-company", - "title": "Advice to a young engineer starting with a new company", + "root_author": "saulius", + "root_permlink": "steemit-is-in-big-trouble", + "title": "", "total_payout_value": { - "amount": "407952", + "amount": "20", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 168675255325219090, + "vote_rshares": 36913145913 }, { "abs_rshares": 0, - "active": "2016-07-26T18:51:51", + "active": "2016-08-16T22:38:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Yes, thanks, I replied in your post as follows:\n"Very interesting. Providing recruitment rewards is an example of how a Steemit economy will, over time, evolve toward the provision and compensation of a whole host of value added services."", + "body": "Thanks I don't have any luck with Dan. I'm glad you do.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "dan-bashing", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T12:39:12", + "created": "2016-08-16T22:38:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 372194, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-26T12:39:12", + "depth": 3, + "id": 842854, + "json_metadata": "{\"tags\":[\"dan-bashing\"]}", + "last_payout": "2016-09-14T16:59:21", + "last_update": "2016-08-16T22:38:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25709,13 +25709,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "timcliff", - "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t022316010z", + "parent_author": "tuck-fheman", + "parent_permlink": "re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t221541980z", "percent_hbd": 10000, - "permlink": "re-timcliff-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160726t123912663z", + "permlink": "re-tuck-fheman-re-fminerten1-re-tuck-fheman-let-s-all-bash-dan-20160816t223802908z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "tuck-fheman", + "root_permlink": "let-s-all-bash-dan", "title": "", "total_payout_value": { "amount": "0", @@ -25726,128 +25726,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-25T18:02:48", + "abs_rshares": 97729568487, + "active": "2016-08-17T10:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 2909, + "author": "fminerten1", + "author_rewards": 33, "beneficiaries": [], - "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But mom's certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for mom's but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", - "cashout_time": "1969-12-31T23:59:59", + "body": "[Can you believe that this one received $5.](https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video)\nLOL", + "cashout_time": "2016-08-24T04:56:51", "category": "steemit", - "children": 3, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-25T17:46:09", + "created": "2016-08-17T04:56:51", "curator_payout_value": { - "amount": "1248", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 351959, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", - "last_payout": "2016-08-25T18:24:09", - "last_update": "2016-07-25T17:46:09", + "depth": 3, + "id": 847270, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\"]}", + "last_payout": "2016-08-17T23:58:57", + "last_update": "2016-08-17T04:56:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 34, - "parent_author": "", - "parent_permlink": "steemit", + "net_rshares": 97729568487, + "net_votes": 2, + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160816t202655686z", "percent_hbd": 10000, - "permlink": "steemit-is-addressing-an-interesting-economics-problem", + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t045612277z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "steemit-is-addressing-an-interesting-economics-problem", - "title": "Steemit is addressing an interesting economics problem", + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", + "title": "", "total_payout_value": { - "amount": "10439", + "amount": "48", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 439949076234282086, + "vote_rshares": 97729568487 }, { - "abs_rshares": 0, - "active": "2016-07-29T12:22:15", + "abs_rshares": 39220580910, + "active": "2016-08-17T10:42:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", - "author_rewards": 975930, + "author": "fminerten1", + "author_rewards": 15, "beneficiaries": [], - "body": "\n

Steemit is addressing an interesting economics problem. I read an article many years ago in the Atlantic about how the GDP fails to account for a lot of the good but unpaid work we do in the economy: volunteer activities, taking care of kids, etc. On the other hand, the GDP accounts for a lot of \"bad\" things like buying home security systems and paying divorce lawyers. Things people would be unlikely to up-vote. Here's the article if you really want to read it:

\n

http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/

\n

The GDP, of course, is just an impersonal summation of all monetary transactions. We call it a productivity measure but it doesn't really give us a sense for whether we are producing good or bad things. It's just things. Anyway, with Steemit and platforms of its ilk (which will surely follow), we not only have a way to measure goodness but we can loosen the transactional rigidity built into the GDP. A crypto-based rewards system provides the mechanism to pay for otherwise free labor and gives us a currency that can float in relation to the value produced. 

\n

My simple example is a mom who will (almost) always take care of her baby so she doesn't need to get paid for it. So there's no monetary transaction and it doesn't get factored into the GDP. But moms certainly want to be commended for the job they do. Like everyone, they tend to do better when recognized for their efforts. I'm not necessarily advocating a Steemit for moms but you get the point. There's real economic potential in creating Steemit's for a range of human activities.

\n

Will all of this work? One big question is why a crypto-based rewards system has any relationship to other currencies, but it does. The market has already told us that. The price might be too high (who knows) but I suspect the underlying reason for any price is that we envision an ecosystem of services provided in the Steemit fashion. We also envision a time when currencies like STEEM will be tradeable for other such services or things in the traditional economy. In other words, despite my attitude toward the transactional nature of the GDP, the fact is that currencies exist because things can be purchased with them. I don't know exactly how this is going to happen but we have solid reason to hope.

\n

Steemit is a good test case for some fundamental ideas in economics, not to mention the social sciences in general. The team is to be commended for taking a bold first step.

\n", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 52, + "body": "Welcom Charlie! \nHow much STEEM you are planning to byy? In percentage of your BTC holding?", + "cashout_time": "2016-08-24T05:01:39", + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T18:53:12", + "created": "2016-08-17T05:01:39", "curator_payout_value": { - "amount": "70269", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 353805, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"economics\"],\"links\":[\"http://www.theatlantic.com/magazine/archive/1995/10/if-the-gdp-is-up-why-is-america-down/415605/\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-25T18:53:12", + "depth": 1, + "id": 847315, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-17T21:13:42", + "last_update": "2016-08-17T05:01:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 323, - "parent_author": "", - "parent_permlink": "steemit", + "net_rshares": 39220580910, + "net_votes": 1, + "parent_author": "charlieshrem", + "parent_permlink": "charlie-shrem-is-now-on-steemit", "percent_hbd": 10000, - "permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160817t050102590z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", - "title": "Steemit is addressing an interesting economics problem", + "root_author": "charlieshrem", + "root_permlink": "charlie-shrem-is-now-on-steemit", + "title": "", "total_payout_value": { - "amount": "3502612", + "amount": "21", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 179116738978882960, + "vote_rshares": 39220580910 }, { "abs_rshares": 0, - "active": "2016-07-25T19:08:48", + "active": "2016-08-17T10:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "bavak", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "No, I guess someone else used the same title, or I used their title without realizing.", - "cashout_time": "1969-12-31T23:59:59", + "body": "At least I paid for printing and billboard. For return @dantheman downvoted my post with full power. Yes it is little bit frustrated.", + "cashout_time": "2016-08-24T10:14:51", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T19:08:48", + "created": "2016-08-17T10:14:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 354249, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T19:51:54", - "last_update": "2016-07-25T19:08:48", + "depth": 5, + "id": 850209, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-17T10:14:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25856,13 +25856,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "trogdor", - "parent_permlink": "re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190227875z", + "parent_author": "steemdrive", + "parent_permlink": "re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t060244771z", "percent_hbd": 10000, - "permlink": "re-trogdor-re-bavak-58taeu-steemit-is-addressing-an-interesting-economics-problem-20160725t190847475z", + "permlink": "re-steemdrive-re-fminerten1-re-steemdrive-re-fminerten1-re-steemdrive-steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails-20160817t101417875z", "reward_weight": 10000, - "root_author": "bavak", - "root_permlink": "58taeu-steemit-is-addressing-an-interesting-economics-problem", + "root_author": "steemdrive", + "root_permlink": "steemdrive-new-zealand-s-first-billboard-campaign-auckland-the-city-of-sails", "title": "", "total_payout_value": { "amount": "0", @@ -25874,29 +25874,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T14:30:33", + "active": "2016-08-19T08:43:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 145, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "Who says steem isn't programmable \ud83d\ude09", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "body": "I didn't. I just notice your post and came here to say hello and thank you for upvoting [my post](https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video). Unfortunutly @dantheman obviously have something against late AGS investors. Bad conscience. He erased all your votes with his power. As you can see here I did what I promised. https://steemit.com/steemit/@fminerten1/this-steemit-billboard-is-for-dantheman-bitshares-and-steemit-community-video\n\nThanks again and good luck.", + "cashout_time": "2016-08-26T08:43:15", + "category": "spam", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T12:33:42", + "created": "2016-08-19T08:43:15", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 55180, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-05T11:59:48", - "last_update": "2016-07-05T12:33:42", + "id": 885860, + "json_metadata": "{\"tags\":[\"spam\"],\"users\":[\"dantheman\"],\"links\":[\"https://steemit.com/steem/@sir/first-advertising-billboard-for-steemit-is-ready-in-croatia-video\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T08:43:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -25904,17 +25904,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "publicworker", - "parent_permlink": "steemit-vs-synereo-vs-akasha", + "net_votes": 0, + "parent_author": "xeroc", + "parent_permlink": "testing-tags", "percent_hbd": 10000, - "permlink": "re-publicworker-steemit-vs-synereo-vs-akasha-20160705t123344126z", + "permlink": "re-xeroc-testing-tags-20160819t084314591z", "reward_weight": 10000, - "root_author": "publicworker", - "root_permlink": "steemit-vs-synereo-vs-akasha", + "root_author": "xeroc", + "root_permlink": "testing-tags", "title": "", "total_payout_value": { - "amount": "33", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -25922,79 +25922,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-06T03:02:33", + "abs_rshares": 54584326941, + "active": "2016-08-23T21:21:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 126, + "author": "fminerten1", + "author_rewards": 19, "beneficiaries": [], - "body": "They have been replaced with a \"Flag\" button in the top right corner.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "body": "Did you plan to invest any BTC is Steemit? It's all nice with free STEEM, just for introduction, but somebody need to buy some.", + "cashout_time": "2016-08-26T10:05:21", + "category": "bitcoin", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-06T00:23:39", + "created": "2016-08-19T10:05:21", "curator_payout_value": { - "amount": "1", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 56603, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-18T23:12:21", - "last_update": "2016-07-06T00:23:39", + "id": 886598, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-20T10:05:33", + "last_update": "2016-08-19T10:05:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 54584326941, "net_votes": 2, - "parent_author": "nkdk", - "parent_permlink": "what-happened-with-downvotes", + "parent_author": "rogerkver", + "parent_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", "percent_hbd": 10000, - "permlink": "re-nkdk-what-happened-with-downvotes-20160706t002338178z", + "permlink": "re-rogerkver-roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit-20160819t100520479z", "reward_weight": 10000, - "root_author": "nkdk", - "root_permlink": "what-happened-with-downvotes", + "root_author": "rogerkver", + "root_permlink": "roger-ver-the-world-s-first-bitcoin-investor-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "28", + "amount": "27", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 248336951047206138, + "vote_rshares": 54584326941 }, { "abs_rshares": 0, - "active": "2016-07-07T01:17:54", + "active": "2016-08-22T08:29:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 623492, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "
![](https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg)
\n## Trending is Useful \nThe [trending](/trending) page is now more useful than ever. Now that payouts are daily, the trending page shows the highest valued posts. It will probably be made the default page soon.\n\n## Payout Time Sort Order\nWe added a new [payout time](/cashout) sort order that allows you to see which posts are about to be paid out. This should give everyone one last chance to up/down vote a post before payouts become irreversible.\n\n## New Downvote Button\nDownvote button has been replaced with a flag in the top right corner of each post. This makes it clear that downvotes should be used to flag content for abuse more than to just push someone else down.\n\n## Payout Status \nYou can now inspect a posts payout status by clicking on the pending payout amount. It will tell you when a post is scheduled to payout and how much it has been paid in the past.\n\nEnjoy!", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 27, + "body": "Xc6JvL8Ynz51PdPukKCJdtHcwtvX5pkrtx\n\nThanks.", + "cashout_time": "2016-08-26T10:13:06", + "category": "bitcoin", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-06T00:30:42", + "created": "2016-08-19T10:13:06", "curator_payout_value": { - "amount": "1552", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 56619, - "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://home.trainingpeaks.com/TrainingPeaks/media/Images/Resource%20Articles/Creative%20Finished/trainingpeaks-mobile-app-features-02031-700x394.jpg?ext=.jpg\"]}", - "last_payout": "2016-08-24T20:23:24", - "last_update": "2016-07-06T00:30:42", + "depth": 1, + "id": 886652, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T10:13:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26002,17 +26002,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 169, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "free-dash-cryptocurrency-giveaway", "percent_hbd": 10000, - "permlink": "new-features-on-steemit", + "permlink": "re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160819t101306723z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "new-features-on-steemit", - "title": "New Features on Steemit", + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", + "title": "", "total_payout_value": { - "amount": "146249", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26020,128 +26020,128 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-06T00:32:03", + "abs_rshares": 156100886509, + "active": "2016-08-21T12:29:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 58, "beneficiaries": [], - "body": "normally you can follow @steemitblog for information on major updates.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Test", + "cashout_time": "2016-08-27T13:35:18", "category": "steemit", - "children": 0, + "children": 15, "children_abs_rshares": 0, - "created": "2016-07-06T00:32:03", + "created": "2016-08-20T13:35:18", "curator_payout_value": { - "amount": "0", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 56623, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"steemitblog\"]}", - "last_payout": "2016-08-13T08:41:06", - "last_update": "2016-07-06T00:32:03", + "depth": 0, + "id": 905346, + "json_metadata": "{\"tags\":[\"test\",\"\",\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T12:29:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "tinfoilfedora", - "parent_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", + "net_rshares": 156100886509, + "net_votes": 15, + "parent_author": "", + "parent_permlink": "steemit", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market-20160706t003204268z", + "permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "reward_weight": 10000, - "root_author": "tinfoilfedora", - "root_permlink": "where-do-steemit-com-users-get-official-notice-of-website-additions-and-changes-to-the-market", - "title": "", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", + "title": "Test", "total_payout_value": { - "amount": "0", + "amount": "84", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 578071035310287087, + "vote_rshares": 156100886509 }, { - "abs_rshares": 0, - "active": "2016-07-06T01:09:30", + "abs_rshares": 8919395715, + "active": "2016-08-20T21:15:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Good ideas.", - "cashout_time": "1969-12-31T23:59:59", + "body": "Around 100 STEEM because I know some DTP. Billboard was much more expensive.", + "cashout_time": "2016-08-27T15:08:27", "category": "steemit", - "children": 0, + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-06T01:09:30", + "created": "2016-08-20T15:08:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 56695, + "id": 906503, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T20:23:24", - "last_update": "2016-07-06T01:09:30", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T15:22:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "abit", - "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", + "net_rshares": 8919395715, + "net_votes": 1, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134652987z", "percent_hbd": 10000, - "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t010929410z", + "permlink": "re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t150819669z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "new-features-on-steemit", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 41041935196455012, + "vote_rshares": 8919395715 }, { "abs_rshares": 0, - "active": "2016-07-06T01:23:15", + "active": "2016-08-20T21:02:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 100, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "You will get more votes if you fix the formatting.", - "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", + "body": "Maybe I will.", + "cashout_time": "2016-08-27T15:13:27", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-06T01:23:15", + "created": "2016-08-20T15:13:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 56724, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-10T23:32:21", - "last_update": "2016-07-06T01:23:15", + "depth": 2, + "id": 906576, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T21:02:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26149,17 +26149,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "coreradio", - "parent_permlink": "interplanetary-file-system", + "net_votes": 0, + "parent_author": "djm34", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t134926216z", "percent_hbd": 10000, - "permlink": "re-coreradio-interplanetary-file-system-20160706t012314118z", + "permlink": "re-djm34-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t151321261z", "reward_weight": 10000, - "root_author": "coreradio", - "root_permlink": "interplanetary-file-system", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "title": "", "total_payout_value": { - "amount": "22", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26168,29 +26168,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T19:53:39", + "active": "2016-08-20T21:15:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 186, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "You get credit for every second. I will have to write a longer blog to answer this. \n\nShort answer is it works like a bank.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-help", - "children": 5, + "body": "Yes and not only that.", + "cashout_time": "2016-08-27T19:32:48", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-06T11:28:51", + "created": "2016-08-20T19:32:48", "curator_payout_value": { - "amount": "4", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 57650, - "json_metadata": "{\"tags\":[\"steemit-help\"]}", - "last_payout": "2016-08-24T07:06:18", - "last_update": "2016-07-06T11:28:51", + "depth": 4, + "id": 910098, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T20:53:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26198,17 +26198,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "ash", - "parent_permlink": "questions-steem-dollar-interest", + "net_votes": 0, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t192428450z", "percent_hbd": 10000, - "permlink": "re-ash-questions-steem-dollar-interest-20160706t112852805z", + "permlink": "re-shla-rafia-re-fminerten1-re-shla-rafia-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t193240971z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "questions-steem-dollar-interest", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "title": "", "total_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26217,29 +26217,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-07T02:46:24", + "active": "2016-08-21T09:51:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 102, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "Just post something there that says your username here.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "body": "Thanks for the advices.", + "cashout_time": "2016-08-27T20:59:51", + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-07-07T01:23:09", + "created": "2016-08-20T20:59:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 59467, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-12T21:08:33", - "last_update": "2016-07-07T01:23:09", + "depth": 2, + "id": 911281, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-20T20:59:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26247,17 +26247,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "ericvancewalton", - "parent_permlink": "re-dan-re-ericvancewalton-hi-i-m-eric-20160706t205129226z", + "net_votes": 0, + "parent_author": "daut44", + "parent_permlink": "re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t200521958z", "percent_hbd": 10000, - "permlink": "re-ericvancewalton-re-dan-re-ericvancewalton-hi-i-m-eric-20160707t012310824z", + "permlink": "re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t205945960z", "reward_weight": 10000, - "root_author": "ericvancewalton", - "root_permlink": "hi-i-m-eric", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "title": "", "total_payout_value": { - "amount": "24", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26265,79 +26265,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-14T01:57:09", + "abs_rshares": 57076528173, + "active": "2016-08-21T09:51:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 102, + "author": "fminerten1", + "author_rewards": 18, "beneficiaries": [], - "body": "Just remember your Rights don't come from the constitution. Also, armed resistance to government is far less effective than non-violent alternatives. Steem is a non-violent alternative.", - "cashout_time": "1969-12-31T23:59:59", - "category": "armed", + "body": "I was just curious. We'll see, in the end I did it for all of us. It's all experiment. I put my money here when nobody did. I even bought this account for 0.1 BTC.", + "cashout_time": "2016-08-28T05:56:57", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-07T01:30:57", + "created": "2016-08-21T05:56:57", "curator_payout_value": { - "amount": "0", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 59480, - "json_metadata": "{\"tags\":[\"armed\"]}", - "last_payout": "2016-08-14T01:55:12", - "last_update": "2016-07-07T01:30:57", + "depth": 4, + "id": 916545, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-21T21:18:12", + "last_update": "2016-08-21T06:52:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "venuspcs", - "parent_permlink": "introducing-the-society-of-armed-americans", + "net_rshares": 57076528173, + "net_votes": 2, + "parent_author": "shla-rafia", + "parent_permlink": "re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160820t221841085z", "percent_hbd": 10000, - "permlink": "re-venuspcs-introducing-the-society-of-armed-americans-20160707t013056646z", + "permlink": "re-shla-rafia-re-fminerten1-re-daut44-re-fminerten1-i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same-20160821t055648868z", "reward_weight": 10000, - "root_author": "venuspcs", - "root_permlink": "introducing-the-society-of-armed-americans", + "root_author": "fminerten1", + "root_permlink": "i-put-a-steemit-billboard-on-the-main-avenue-and-bought-another-400-steem-on-poloniex-imagine-that-all-do-the-same", "title": "", "total_payout_value": { - "amount": "24", + "amount": "26", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 259515959462894250, + "vote_rshares": 57076528173 }, { "abs_rshares": 0, - "active": "2016-07-08T01:12:45", + "active": "2016-08-21T06:25:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 99, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "The votes are public record and collusion is easy to statistically evaluate for abuse. People downvote garbage that is overpaid. \n\nEvery voter has vested interest in long term.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "It's really interesting to read about fairness from you. \nGreetings from late AGS investor.", + "cashout_time": "2016-08-28T06:25:48", + "category": "philosophy", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-08T01:12:45", + "created": "2016-08-21T06:25:48", "curator_payout_value": { - "amount": "7", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 62387, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-12T12:54:51", - "last_update": "2016-07-08T01:12:45", + "id": 916716, + "json_metadata": "{\"tags\":[\"philosophy\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T06:25:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26345,17 +26345,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "shawn-brewer", - "parent_permlink": "checks-and-balances", + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "our-corrupt-sense-of-fairness", "percent_hbd": 10000, - "permlink": "re-shawn-brewer-checks-and-balances-20160708t011245543z", + "permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160821t062542713z", "reward_weight": 10000, - "root_author": "shawn-brewer", - "root_permlink": "checks-and-balances", + "root_author": "dantheman", + "root_permlink": "our-corrupt-sense-of-fairness", "title": "", "total_payout_value": { - "amount": "22", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26364,29 +26364,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-08T01:53:27", + "active": "2016-08-22T08:29:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 207, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "I thought the article was poorly articulated.", - "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 0, + "body": "Thank you. I will buy more DASH on Polo. I just activated 'power down' and every received STEEM I will convert to DASH. I already have some STEEM in my wallet witch is for you. Check your wallet in 5 min.", + "cashout_time": "2016-08-28T13:01:45", + "category": "bitcoin", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-08T01:53:27", + "created": "2016-08-21T13:01:45", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 62457, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-08-08T09:53:45", - "last_update": "2016-07-08T01:53:27", + "depth": 3, + "id": 919569, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T13:01:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26394,17 +26394,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "steem1", - "parent_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "net_votes": 0, + "parent_author": "sovereignbtc", + "parent_permlink": "re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160820t082746572z", "percent_hbd": 10000, - "permlink": "re-steem1-dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability-20160708t015326661z", + "permlink": "re-sovereignbtc-re-fminerten1-re-sovereignbtc-free-dash-cryptocurrency-giveaway-20160821t130136794z", "reward_weight": 10000, - "root_author": "steem1", - "root_permlink": "dan-was-right-again-bitshares-was-a-necessary-compromise-between-immutability-and-flexability", + "root_author": "sovereignbtc", + "root_permlink": "free-dash-cryptocurrency-giveaway", "title": "", "total_payout_value": { - "amount": "48", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26412,79 +26412,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-09T14:09:27", + "abs_rshares": 47034290138, + "active": "2016-08-21T18:07:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 19, "beneficiaries": [], - "body": "The structure is nothing like Bitcoin. It is able to store kb if data per Trx.", - "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 0, + "body": "You should write something about how @dantheman fucked up post February AGS investors. I think this is the main reason why BTS straggling that long. Our shares was locked and at the same time he was one of the biggest seller. In plain words he is scammer. He proved that with STEEM again. It's a pity he is brilliant software developer.", + "cashout_time": "2016-08-28T13:41:09", + "category": "bitshares", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-09T14:09:27", + "created": "2016-08-21T13:41:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 68812, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-09T14:48:27", - "last_update": "2016-07-09T14:09:27", + "id": 919984, + "json_metadata": "{\"tags\":[\"bitshares\"],\"users\":[\"dantheman\"]}", + "last_payout": "2016-08-22T00:07:27", + "last_update": "2016-08-21T13:41:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "amogue", - "parent_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "net_rshares": 47034290138, + "net_votes": 1, + "parent_author": "steempower", + "parent_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", "percent_hbd": 10000, - "permlink": "re-amogue-how-is-data-text-and-images-recorded-on-steemit-blockchain-20160709t140926330z", + "permlink": "re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t134100989z", "reward_weight": 10000, - "root_author": "amogue", - "root_permlink": "how-is-data-text-and-images-recorded-on-steemit-blockchain", + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", "title": "", "total_payout_value": { - "amount": "0", + "amount": "27", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 214386499016963301, + "vote_rshares": 47034290138 }, { "abs_rshares": 0, - "active": "2016-07-28T13:46:42", + "active": "2016-08-21T18:07:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 881345, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "
![](http://forklog.net/wp-content/uploads/2015/10/pospow.png)
\n\nProof of Work does not make a blockchain irreversible. Many people have made this claim to me during recent interviews. They stated it with such certainty that I didn\u2019t dare correct them on the spot.\n\nI believe this myth has its origin in the defense of proof of work relative to proof of stake blockchains. The argument is that without proof of work anyone could rewrite the history of the blockchain. The erroneous conclusion is that proof of work makes the blockchain irreversible.\n\n## What Makes it Irreversible \n\nThere are three things that make a blockchain irreversible:\n\n1. hash-linked blocks \n2. public record \n3. public opinion \n\nThe reality is that blockchain irreversibility comes from a public broadcast where many independent observers have recorded the same events. These events are hash-linked which means the public cannot change one event without changing *everything* that happened after it. If someone wants to change the history, then everyone would see it is a change. Public opinion would be firmly behind the original order of events because any other history would be a lie.\n\nYou will notice that there is no need for computationally expensive proof of work to ensure the record is irreversible. You just need enough independent parties who agree on a common history.\n\n## Immutable is independent from Irreversible \n\nA blockchain may log all events into an immutable record, but a record is meaningless on its own. What gives a record value is people\u2019s opinion and perception. This means that people can choose to ignore or reinterpret the ledger without actually changing the ledger. \n\n### Ethereum is Reversing Transactions\n\nThe fact that Ethereum, a proof of work blockchain, is reversing the effects of a transaction is proof that having an immutable record doesn\u2019t make transactions immutable. The people who use Ethereum have collectively decided to reinterpret the immutable history in such a way that produces a better outcome for almost everyone. \n\n## Value of Proof of Work\n\nProof of work provides an objective metric of value invested (sunk cost). This objective metric can be used to authenticate with high probability that a certain history had the backing of public opinion. Without the backing of public opinion the values represented by the data would be worthless. Hence, proof of work is strong evidence of public opinion, but not absolute proof. \n\n\n## Root of Confusion \nThis may be the root of the confusion. People are mixing up the evidence with the thing the evidence is proving. This would be like someone claiming that a particular set of finger prints cause murders. A person murders someone, the finger prints are just evidence.\n\nLikewise, public opinion secures immutability and proof of work is just the evidence that someone believed the public opinion placed value on something in the past.", - "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 24, + "body": "You simply don't know what you are talking about. Maybe, thief, I won't mention his name, will explain that to you. \nFor the same reason Steem will fail also. \nYou can not prevent the obvious.", + "cashout_time": "2016-08-28T18:07:18", + "category": "bitshares", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T01:10:54", + "created": "2016-08-21T18:07:18", "curator_payout_value": { - "amount": "6137", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 71212, - "json_metadata": "{\"tags\":[\"blockchain\",\"proofofwork\"],\"image\":[\"http://forklog.net/wp-content/uploads/2015/10/pospow.png\"]}", - "last_payout": "2016-08-25T01:13:24", - "last_update": "2016-07-10T01:10:54", + "depth": 3, + "id": 923089, + "json_metadata": "{\"tags\":[\"bitshares\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-21T18:07:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26492,17 +26492,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 195, - "parent_author": "", - "parent_permlink": "blockchain", + "net_votes": 0, + "parent_author": "faddat", + "parent_permlink": "re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t170923301z", "percent_hbd": 10000, - "permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "permlink": "re-faddat-re-fminerten1-re-steempower-vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era-20160821t180711336z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", - "title": "The Myth that Proof of Work creates Irreversibility", + "root_author": "steempower", + "root_permlink": "vesting-bitshares-in-short-supply-social-contract-near-completion-the-history-and-the-end-of-an-era", + "title": "", "total_payout_value": { - "amount": "243724", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26511,29 +26511,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T01:40:33", + "active": "2016-08-22T18:58:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "You can trust your posting key without fear of funds being stolen.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem-marketing", - "children": 1, + "body": "The winter is coming. You need to find buyers for STEEM and SBD. Quality content is not the only answer.", + "cashout_time": "2016-08-29T18:58:48", + "category": "new", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T01:36:21", + "created": "2016-08-22T18:58:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 71302, - "json_metadata": "{\"tags\":[\"steem-marketing\"]}", - "last_payout": "2016-08-24T11:17:18", - "last_update": "2016-07-10T01:36:21", + "depth": 2, + "id": 938909, + "json_metadata": "{\"tags\":[\"new\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-22T18:58:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26541,14 +26541,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "trogdor", - "parent_permlink": "trust-and-third-party-steem-apps", + "net_votes": 0, + "parent_author": "mikeyb", + "parent_permlink": "re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t182344093z", "percent_hbd": 10000, - "permlink": "re-trogdor-trust-and-third-party-steem-apps-20160710t013621075z", + "permlink": "re-mikeyb-re-juneaugoldbuyer-steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf-20160822t185837942z", "reward_weight": 10000, - "root_author": "trogdor", - "root_permlink": "trust-and-third-party-steem-apps", + "root_author": "juneaugoldbuyer", + "root_permlink": "steemit-where-the-rich-and-famous-get-rich-and-the-poor-stay-poor-wtf", "title": "", "total_payout_value": { "amount": "0", @@ -26559,79 +26559,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-10T01:53:33", + "abs_rshares": 280394764545, + "active": "2016-08-22T21:20:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 110, "beneficiaries": [], - "body": "You are only protected when less than 90% of steem is powered up.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "body": "Today is #Monero day.", + "cashout_time": "2016-08-29T21:20:12", + "category": "monero", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T01:47:45", + "created": "2016-08-22T21:20:12", "curator_payout_value": { - "amount": "0", + "amount": "5", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 71347, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T03:29:33", - "last_update": "2016-07-10T01:47:45", + "depth": 0, + "id": 941264, + "json_metadata": "{\"tags\":[\"monero\",\"Monero\"]}", + "last_payout": "2016-08-23T21:25:00", + "last_update": "2016-08-22T21:20:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "nomoreheroes7", - "parent_permlink": "how-well-is-steem-power-protected-from-inflation-really", + "net_rshares": 280394764545, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "monero", "percent_hbd": 10000, - "permlink": "re-nomoreheroes7-how-well-is-steem-power-protected-from-inflation-really-20160710t014745389z", + "permlink": "congratulations-smooth-you-win", "reward_weight": 10000, - "root_author": "nomoreheroes7", - "root_permlink": "how-well-is-steem-power-protected-from-inflation-really", - "title": "", + "root_author": "fminerten1", + "root_permlink": "congratulations-smooth-you-win", + "title": "Congratulations Smooth, you win.", "total_payout_value": { - "amount": "0", + "amount": "158", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 1208386316143782038, + "vote_rshares": 280394764545 }, { "abs_rshares": 0, - "active": "2016-07-10T14:10:27", + "active": "2016-08-23T06:05:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Downvoted because preview pic makes steemit look trashy.", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 2, + "body": "Good article. Keep writing :).", + "cashout_time": "2016-08-30T06:05:12", + "category": "ufc", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T13:35:18", + "created": "2016-08-23T06:05:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 73586, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-11T16:56:18", - "last_update": "2016-07-10T13:35:18", + "id": 946659, + "json_metadata": "{\"tags\":[\"ufc\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-23T06:05:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26640,13 +26640,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "steemswede", - "parent_permlink": "greetings-from-sweden-ask-me-anything", + "parent_author": "daut44", + "parent_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", "percent_hbd": 10000, - "permlink": "re-steemswede-greetings-from-sweden-ask-me-anything-20160710t133517243z", + "permlink": "re-daut44-ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis-20160823t060503813z", "reward_weight": 10000, - "root_author": "steemswede", - "root_permlink": "greetings-from-sweden-ask-me-anything", + "root_author": "daut44", + "root_permlink": "ufc-202-mcgregor-vs-diaz-prefight-history-and-postfight-analysis", "title": "", "total_payout_value": { "amount": "0", @@ -26658,29 +26658,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T13:25:09", + "active": "2016-08-25T23:54:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 141, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "Keep your owner key in cold storage and log in with your posting private key. Do these two things and you should be safe.", - "cashout_time": "1969-12-31T23:59:59", + "body": "He is proven scammer. As AGS investor I learned that lesson. What is wrong with powerd down if you bought your STEEM?", + "cashout_time": "2016-09-01T06:49:09", "category": "steem", - "children": 2, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-10T13:43:45", + "created": "2016-08-25T06:49:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 73618, + "id": 979036, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T18:19:51", - "last_update": "2016-07-10T13:43:45", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-25T06:49:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26688,17 +26688,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "tyanderson", - "parent_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "net_votes": 0, + "parent_author": "christ", + "parent_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", "percent_hbd": 10000, - "permlink": "re-tyanderson-what-is-the-likelihood-of-our-steemit-wallet-being-hacked-20160710t134343793z", + "permlink": "re-christ-christ-is-now-on-steemit-and-you-will-downvote-him-20160825t064855163z", "reward_weight": 10000, - "root_author": "tyanderson", - "root_permlink": "what-is-the-likelihood-of-our-steemit-wallet-being-hacked", + "root_author": "christ", + "root_permlink": "christ-is-now-on-steemit-and-you-will-downvote-him", "title": "", "total_payout_value": { - "amount": "97", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26707,29 +26707,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T13:44:45", + "active": "2016-08-27T13:16:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Anyone can create one.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "body": "LOL. You bought 3000 but you get more than 40000. Who are you. Dan the scammer?", + "cashout_time": "2016-09-03T10:59:27", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-10T13:44:45", + "created": "2016-08-27T10:59:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 73621, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-10T12:51:24", - "last_update": "2016-07-10T13:44:45", + "id": 1011413, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-27T10:59:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26737,14 +26737,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "wisen", - "parent_permlink": "is-there-android-or-iphone-app-for-steemit", + "net_votes": 0, + "parent_author": "eeks", + "parent_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", "percent_hbd": 10000, - "permlink": "re-wisen-is-there-android-or-iphone-app-for-steemit-20160710t134445176z", + "permlink": "re-eeks-5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil-20160827t105929651z", "reward_weight": 10000, - "root_author": "wisen", - "root_permlink": "is-there-android-or-iphone-app-for-steemit", + "root_author": "eeks", + "root_permlink": "5-to-follow-ntomaino-steemitpatina-tatianamoroz-someguy123-biophil", "title": "", "total_payout_value": { "amount": "0", @@ -26755,45 +26755,45 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-10T22:24:48", + "abs_rshares": 57000654427, + "active": "2016-08-28T07:00:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "fminerten1", "author_rewards": 0, "beneficiaries": [], - "body": "Rewards are paid in steem power and dollars. Both of these support price.", - "cashout_time": "1969-12-31T23:59:59", + "body": "You should point out that Stemmit was built on Graphen sponsored by BTS community. We had social consensus there which was clearly broken by @dantheman. He isthief and con man that you will soon find out. #bitshares", + "cashout_time": "2016-09-03T15:18:12", "category": "steem", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-10T21:28:57", + "created": "2016-08-27T15:18:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 75437, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-10T21:45:39", - "last_update": "2016-07-10T21:28:57", + "depth": 2, + "id": 1013850, + "json_metadata": "{\"tags\":[\"bitshares\",\"steem\"],\"users\":[\"dantheman\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-27T15:18:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 57000654427, "net_votes": 1, - "parent_author": "picokernel", - "parent_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "parent_author": "thecryptofiend", + "parent_permlink": "re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160826t222035104z", "percent_hbd": 10000, - "permlink": "re-picokernel-discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem-20160710t212858166z", + "permlink": "re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t151758532z", "reward_weight": 10000, - "root_author": "picokernel", - "root_permlink": "discussion-could-the-steem-developer-team-inadvertently-crash-the-price-of-steem", + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", "title": "", "total_payout_value": { "amount": "0", @@ -26801,33 +26801,33 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 57000654427 }, { "abs_rshares": 0, - "active": "2016-07-10T22:06:48", + "active": "2016-08-28T07:00:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 51, + "author": "fminerten1", + "author_rewards": 0, "beneficiaries": [], - "body": "Double spend on steem is impossible. But it is still possible on Bitcoin.", - "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", + "body": "You know better than me that he will do that again. Just watch.", + "cashout_time": "2016-09-04T07:00:33", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T22:06:48", + "created": "2016-08-28T07:00:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 75633, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-25T01:13:24", - "last_update": "2016-07-10T22:06:48", + "depth": 4, + "id": 1023521, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-28T07:00:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -26835,17 +26835,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "tocode", - "parent_permlink": "re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t200153477z", + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160827t171723145z", "percent_hbd": 10000, - "permlink": "re-tocode-re-dantheman-the-myth-that-proof-of-work-creates-irreversibility-20160710t220648995z", + "permlink": "re-biophil-re-fminerten1-re-thecryptofiend-re-joseph-the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days-20160828t070013028z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-myth-that-proof-of-work-creates-irreversibility", + "root_author": "joseph", + "root_permlink": "the-history-of-steem-steemit-launch-in-the-words-of-dan-larimer-from-the-early-launch-days", "title": "", "total_payout_value": { - "amount": "30", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -26853,226 +26853,226 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-11T01:49:15", + "abs_rshares": 55882994537, + "active": "2016-08-28T09:11:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 26, "beneficiaries": [], - "body": "Sha256 is only one step of the hash function. The full proof-of-work requires elliptic-curve operations that are used for signature verification. Optimizing the proof of work should improve the whole platform's key computational bottleneck.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "body": "You are best payed analyst in the world. No wonder why STEEM is sinking. Don't get me wrong I don't have anything against you but expecting that to last is a fairytale.", + "cashout_time": "2016-09-04T07:14:00", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-11T01:30:15", + "created": "2016-08-28T07:14:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 - }, - "depth": 1, - "id": 76413, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-15T12:24:30", - "last_update": "2016-07-11T01:30:15", + }, + "depth": 1, + "id": 1023603, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T01:45:51", + "last_update": "2016-08-28T07:14:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "ibnu", - "parent_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "net_rshares": 55882994537, + "net_votes": 1, + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", "percent_hbd": 10000, - "permlink": "re-ibnu-nice-selection-of-steemit-in-choosing-256-as-hash-algorithm-20160711t013015790z", + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016-20160828t071341433z", "reward_weight": 10000, - "root_author": "ibnu", - "root_permlink": "nice-selection-of-steemit-in-choosing-256-as-hash-algorithm", + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-update-28-no-pain-no-gain-aug-27-2016", "title": "", "total_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 254163963725049694, + "vote_rshares": 55882994537 }, { - "abs_rshares": 0, - "active": "2016-07-11T01:37:12", + "abs_rshares": 55451347067, + "active": "2016-09-09T05:34:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "fminerten1", + "author_rewards": 28, "beneficiaries": [], - "body": "We are still around, but there is more content than a couple of dozen people can read and vote on.", - "cashout_time": "1969-12-31T23:59:59", + "body": "As long as you can receive for this shit analysis $500, STEEM will go down. \n.0001 is cheap, how about 0.0009 LOL", + "cashout_time": "2016-09-16T05:29:51", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-11T01:37:12", + "created": "2016-09-09T05:29:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 76426, + "id": 1180950, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-11T02:02:15", - "last_update": "2016-07-11T01:37:12", + "last_payout": "2016-09-09T15:45:27", + "last_update": "2016-09-09T05:34:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, + "net_rshares": 55451347067, "net_votes": 1, - "parent_author": "william-noe", - "parent_permlink": "where-have-all-the-whales-gone", + "parent_author": "ozchartart", + "parent_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", "percent_hbd": 10000, - "permlink": "re-william-noe-where-have-all-the-whales-gone-20160711t013713141z", + "permlink": "re-ozchartart-usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016-20160909t052950431z", "reward_weight": 10000, - "root_author": "william-noe", - "root_permlink": "where-have-all-the-whales-gone", + "root_author": "ozchartart", + "root_permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-39-to-the-ring-of-fire-sept-08-2016", "title": "", "total_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 252227611761925676, + "vote_rshares": 55451347067 }, { - "abs_rshares": 0, - "active": "2016-07-11T12:18:27", + "abs_rshares": 535588984395, + "active": "2016-09-14T16:51:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "panadacoin", + "author_rewards": 282, "beneficiaries": [], - "body": "This implies Bitcoin is getting 1000 new users per day on average since its founding.", - "cashout_time": "1969-12-31T23:59:59", - "category": "bitcoin", - "children": 1, + "body": "http://i.imgur.com/233fZ9Q.png\n\nIt was mid-afternoon on a Thursday. I was looking for new coin Announcements to troll. All of a sudden I spot it: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch). \nMy face starts converting into the shape of a troll. I had attempted to mine it on the original launch, but never got past compilation. This time, I started digging through the github, and I was blown away. It was not some basic cookie-cutter clonecoin. It was something that took a lot of time and effort. I still could not figure out how to get mining though. So, I did as any greedy troll would do, I started demanding info from the developers(it was an account named reverseflash at the time). Everyone was patient with me, and I was able to get mining. I still was under assumption that this was just another shitcoin. I had no idea it would become the base of what steemit.com was built on. But, like any greedy troll, I did not want to miss out....just in case. \n\nI eventually made a post to help others compile the original version of steemd and the cli_wallet. I like to think that it helped many people get started that would not have been able to. It was the first step-by-step guide, but eventually once steemit.com was released, a couple people copied my guide word for word basically and got paid pretty nice for it. Glad I could help out a little there too.\n\nI never did become a member of the steemit.com. I had been pretty rude a few times in the early days in the thread. Also, blogging was never really my thing. I was a troll...but I like to think a white-hat troll. The main purpose of the panadacoin bitcointalk account was so I could troll shitty coins, and maybe save some people from losing money, while having the anonymity of a joke account. I even wore a shitty sig for yobit for a while cause I figured I may as well get paid for trolling. It was just a bad coincidence that the largest of my mining accounts would be named after a troll that I was embarrassed to be associated with. \n\nWell, time went on. Steemit.com blew up to sizes beyond almost anyones expectations. I started wanting to be a bigger part of it but did not know where/how to start. I learned about curating and started practicing that. But it was boring just voting and never talking, so I lost interest pretty quick. \n\nI would like to start contributing more, maybe writing some posts in the future. I apologize to anyone I was rude to in the mining launch, whoever was in control of thereverseflash account. And also, I hope I helped some of you get started mining with my early compiling guide. And I apologize for only powering down and not really contributing before. But remember please, I started this as a miner, I had no idea what it would become.", + "cashout_time": "2016-09-05T21:13:15", + "category": "introduceyourself", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-11T12:07:33", + "created": "2016-08-29T21:13:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 78332, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "2016-08-19T13:28:24", - "last_update": "2016-07-11T12:07:33", + "depth": 0, + "id": 1046964, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\",\"steemit\",\"bitcointalk\",\"pow\"],\"image\":[\"http://i.imgur.com/233fZ9Q.png\"]}", + "last_payout": "2016-08-30T21:13:15", + "last_update": "2016-08-29T21:13:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 0, - "parent_author": "hisnameisolllie", - "parent_permlink": "how-many-people-own-bitcoin", + "net_rshares": 535588984395, + "net_votes": 6, + "parent_author": "", + "parent_permlink": "introduceyourself", "percent_hbd": 10000, - "permlink": "re-hisnameisolllie-how-many-people-own-bitcoin-20160711t120733543z", + "permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "how-many-people-own-bitcoin", - "title": "", + "root_author": "panadacoin", + "root_permlink": "panadacoin-i-have-been-part-of-the-problem-until-now-but-i-would-like-to-start-contributing-to-the-community", + "title": "Panadacoin: I have been part of the problem until now. But, I would like to start contributing to the community", "total_payout_value": { - "amount": "0", + "amount": "264", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 535588984395 }, { - "abs_rshares": 0, - "active": "2016-07-12T18:28:00", + "abs_rshares": 558491012339, + "active": "2016-09-15T19:40:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "panadacoin", + "author_rewards": 224, "beneficiaries": [], - "body": "Flagged for misleading description of function.", - "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 1, + "body": "Today, after a long time of consideration, I cancelled my power-down. I have been continuously powering-down since the second week of mining. It was a great, profitable run. However, I see much more value in Steem than is currently reflected by the price. I do not want to be part of an issue that is holding Steem back from the greatness it can achieve some day.", + "cashout_time": "2016-09-21T15:46:45", + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-11T23:42:57", + "created": "2016-09-14T15:46:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 81512, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-24T03:35:21", - "last_update": "2016-07-11T23:42:57", + "depth": 0, + "id": 1244261, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"price\",\"market\",\"sp\"]}", + "last_payout": "2016-09-15T15:48:03", + "last_update": "2016-09-14T15:46:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 2, - "parent_author": "stealthtrader", - "parent_permlink": "earning-money-for-voting-early-steem-power", + "net_rshares": 558491012339, + "net_votes": 10, + "parent_author": "", + "parent_permlink": "steem", "percent_hbd": 10000, - "permlink": "re-stealthtrader-earning-money-for-voting-early-steem-power-20160711t234257366z", + "permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", "reward_weight": 10000, - "root_author": "stealthtrader", - "root_permlink": "earning-money-for-voting-early-steem-power", - "title": "", + "root_author": "panadacoin", + "root_permlink": "i-have-cancelled-my-power-down-one-of-the-longest-consecutive-running-power-downs", + "title": "I have cancelled my power-down(one of the longest consecutive running power-downs)", "total_payout_value": { - "amount": "0", + "amount": "142", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 558491012339 }, { "abs_rshares": 0, - "active": "2016-07-11T23:50:24", + "active": "2016-08-10T09:41:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 18, + "author": "itsascam", + "author_rewards": 0, "beneficiaries": [], - "body": "This week.", + "body": "You have to work real hard and be good at a lot of stuff to get the mad downvoting power.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-11T23:50:24", + "created": "2016-08-10T07:30:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 81546, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T09:46:54", - "last_update": "2016-07-11T23:50:24", + "id": 720367, + "json_metadata": "{}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T07:30:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27081,16 +27081,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "kingjohal", - "parent_permlink": "future-ability-to-follow-steemit-bloggers", + "parent_author": "dollarvigilante", + "parent_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", "percent_hbd": 10000, - "permlink": "re-kingjohal-future-ability-to-follow-steemit-bloggers-20160711t235022997z", + "permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t022727595z", "reward_weight": 10000, - "root_author": "kingjohal", - "root_permlink": "future-ability-to-follow-steemit-bloggers", + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", "title": "", "total_payout_value": { - "amount": "64", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27099,29 +27099,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T22:13:03", + "active": "2016-08-12T10:51:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "itsascam", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the tips. I have our team on it.", + "body": "Good for you to come back. As you know there is no censorship here. We were taking bets on whether you would make a return. I lost mine.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-12T00:19:33", + "created": "2016-08-10T18:56:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 81731, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-15T12:09:45", - "last_update": "2016-07-12T00:19:33", + "id": 730552, + "json_metadata": "{}", + "last_payout": "2016-09-10T08:44:36", + "last_update": "2016-08-10T18:56:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27130,13 +27130,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "spaced", - "parent_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "parent_author": "dollarvigilante", + "parent_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", "percent_hbd": 10000, - "permlink": "re-spaced-steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just-20160712t001931624z", + "permlink": "re-dollarvigilante-steemit-is-a-scam-how-bernie-sanders-screwed-me-20160810t135502951z", "reward_weight": 10000, - "root_author": "spaced", - "root_permlink": "steemit-com-administrators-you-should-not-allow-root-login-you-should-not-accept-passwords-and-you-should-not-let-anyone-just", + "root_author": "dollarvigilante", + "root_permlink": "steemit-is-a-scam-how-bernie-sanders-screwed-me", "title": "", "total_payout_value": { "amount": "0", @@ -27148,29 +27148,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T02:09:18", + "active": "2016-08-29T16:40:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "itsascam", "author_rewards": 0, "beneficiaries": [], - "body": "Stop by steem headquarters in Blacksburg va, right in middle of Appalachia!!", - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "body": "You are wrong. There was no \"last time\" because this is an impostor. Look before you leap.", + "cashout_time": "2016-09-05T16:33:45", + "category": "blog", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-12T01:46:54", + "created": "2016-08-29T16:33:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 82174, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-24T02:30:33", - "last_update": "2016-07-12T01:46:54", + "depth": 2, + "id": 1043338, + "json_metadata": "{}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-29T16:34:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27178,14 +27178,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "katecloud", - "parent_permlink": "hi-im-kate-cloud", + "net_votes": 0, + "parent_author": "iggy", + "parent_permlink": "re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t090437472z", "percent_hbd": 10000, - "permlink": "re-katecloud-hi-im-kate-cloud-20160712t014654671z", + "permlink": "re-iggy-re-sasccha-our-life-on-planet-earth-part-3-what-happens-after-death-20160829t113049669z", "reward_weight": 10000, - "root_author": "katecloud", - "root_permlink": "hi-im-kate-cloud", + "root_author": "sasccha", + "root_permlink": "our-life-on-planet-earth-part-3-what-happens-after-death", "title": "", "total_payout_value": { "amount": "0", @@ -27197,29 +27197,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T12:35:09", + "active": "2016-07-25T18:44:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 166, + "author": "barrie", + "author_rewards": 349, "beneficiaries": [], - "body": "Remember market cap grows n2 the number of users. B", + "body": "As you claim on twitter Steem is a ponzi, why are you writing articles on this 'ponzi' platform and direct your followers to this trap? Put your money where mouth is, at least act like a man. https://twitter.com/WhalePanda/status/757610357519224832", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "cryptocurrency", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-12T12:13:12", + "created": "2016-07-25T16:24:00", "curator_payout_value": { - "amount": "31", + "amount": "71", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 84874, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-18T19:17:33", - "last_update": "2016-07-12T12:13:12", + "id": 349863, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https://twitter.com/WhalePanda/status/757610357519224832\"]}", + "last_payout": "2016-08-25T16:49:57", + "last_update": "2016-07-25T16:24:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27227,17 +27227,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hisnameisolllie", - "parent_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "net_votes": 6, + "parent_author": "whalepanda", + "parent_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", "percent_hbd": 10000, - "permlink": "re-hisnameisolllie-steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up-20160712t121311948z", + "permlink": "re-whalepanda-what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc-20160725t162359567z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steemit-user-base-up-55-and-steem-up-over-700-in-less-than-a-week-payout-s-are-on-the-up", + "root_author": "whalepanda", + "root_permlink": "what-happened-with-ethereum-usdeth-and-ethereum-classic-usdetc", "title": "", "total_payout_value": { - "amount": "96", + "amount": "1254", "nai": "@@000000013", "precision": 3 }, @@ -27246,29 +27246,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T02:37:57", + "active": "2016-07-27T04:23:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 256, + "author": "barrie", + "author_rewards": 0, "beneficiaries": [], - "body": "Rate will fall until it hits a min rate in about 9 months.", + "body": "I love Chinese calligraphy, looks nice.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-12T17:14:03", + "created": "2016-07-27T04:23:57", "curator_payout_value": { - "amount": "46", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 86547, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T02:19:03", - "last_update": "2016-07-12T17:14:03", + "id": 394366, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T19:33:21", + "last_update": "2016-07-27T04:23:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27276,17 +27276,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "lukestokes", - "parent_permlink": "do-you-know-your-steem-power-interest-rate", + "net_votes": 0, + "parent_author": "jiaxi", + "parent_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", "percent_hbd": 10000, - "permlink": "re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171403169z", + "permlink": "re-jiaxi-hello-steemit-my-name-is-jiaxi-i-m-from-china-20160727t042352270z", "reward_weight": 10000, - "root_author": "lukestokes", - "root_permlink": "do-you-know-your-steem-power-interest-rate", + "root_author": "jiaxi", + "root_permlink": "hello-steemit-my-name-is-jiaxi-i-m-from-china", "title": "", "total_payout_value": { - "amount": "156", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27295,29 +27295,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T05:14:36", + "active": "2016-08-03T10:13:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 8992, + "author": "barrie", + "author_rewards": 0, "beneficiaries": [], - "body": "please ignore", + "body": "Glad to see you come back. Upvoted.", "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 4, + "category": "ethereum", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-12T19:17:39", + "created": "2016-08-03T10:13:09", "curator_payout_value": { - "amount": "91", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 87417, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-08-21T16:43:24", - "last_update": "2016-07-12T19:17:39", + "depth": 1, + "id": 577915, + "json_metadata": "{\"tags\":[\"ethereum\"]}", + "last_payout": "2016-09-02T22:48:21", + "last_update": "2016-08-03T10:13:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27325,17 +27325,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 35, - "parent_author": "", - "parent_permlink": "spam", + "net_votes": 0, + "parent_author": "whalepanda", + "parent_permlink": "the-complete-story-of-ethereum-so-far", "percent_hbd": 10000, - "permlink": "spam-test", + "permlink": "re-whalepanda-the-complete-story-of-ethereum-so-far-20160803t101308889z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "spam-test", - "title": "Spam Test", + "root_author": "whalepanda", + "root_permlink": "the-complete-story-of-ethereum-so-far", + "title": "", "total_payout_value": { - "amount": "5512", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27344,29 +27344,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T19:54:51", + "active": "2016-08-10T07:14:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 683, + "author": "barrie", + "author_rewards": 0, "beneficiaries": [], - "body": "We will add a blacklist of accounts to the GUI to prevent people from sending to them. You will still be able to send on the CLI.", + "body": "Yeah, that makes sense. Thanks.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-12T19:54:51", + "created": "2016-08-10T07:14:21", "curator_payout_value": { - "amount": "120", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 87660, + "depth": 3, + "id": 720217, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T23:21:42", - "last_update": "2016-07-12T19:54:51", + "last_payout": "2016-09-08T11:14:51", + "last_update": "2016-08-10T07:14:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27374,17 +27374,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "derekareith", - "parent_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "net_votes": 0, + "parent_author": "jesta", + "parent_permlink": "re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160809t225046548z", "percent_hbd": 10000, - "permlink": "re-derekareith-psa-warning-to-newbies-trying-to-send-to-bittex-20160712t195452088z", + "permlink": "re-jesta-re-boombastic-re-jesta-building-a-high-availability-steemd-node-for-web-apis-20160810t071416141z", "reward_weight": 10000, - "root_author": "derekareith", - "root_permlink": "psa-warning-to-newbies-trying-to-send-to-bittex", + "root_author": "jesta", + "root_permlink": "building-a-high-availability-steemd-node-for-web-apis", "title": "", "total_payout_value": { - "amount": "418", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27393,29 +27393,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T20:40:18", + "active": "2016-07-17T18:36:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 251, + "author": "benita", + "author_rewards": 408285, "beneficiaries": [], - "body": "I am a major procrastinator!", + "body": "\n

Want to try a new recipe but you are really not sure which recipe will be good? Or do you have a recipe that needs to be improved or tweaked a little? With this technique you can confidently analyze recipes and create custom versions that work.    

\n

Here is an example for banana bread (but it will work for any recipe). Setup a spreadsheet or sketch a chart on a sheet of paper. In the first column, list the ingredients for the recipe. It is helpful to leave some space between the ingredients so that you can include special notes or similar ingredients.    

\n

\n

Across the top of the chart, title each column with where you found the recipe, such as my recipe, Nana, cook book Susan, website Carol E., Church, etc.   

\n

Now list the amounts of each ingredients required for the recipe. Keep it simple in the beginning, so you can see what is different and what is the same in each recipe.    

\n

In our example recipes, one uses butter and the other uses oil. Also the leavening agents are different: one uses only baking soda and the other uses baking soda and baking powder. Now you have a clear way to see the differences between recipes. You can make the personal decision of whether you like the taste of butter or oil in your baked goods. This is a process but you will eventually make one that is just right for you.   

\n

Analyzing multiple recipes this way can also be beneficial if you're trying to keep to some form of diet (weight loss, low salt, low cholesterol, etc).   

\n

Remember to have fun and improve until you have a great recipe.    

\n

Eat and Enjoy!     

\n", "cashout_time": "1969-12-31T23:59:59", - "category": "video", - "children": 1, + "category": "recipes", + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-12T20:21:33", + "created": "2016-07-17T17:45:30", "curator_payout_value": { - "amount": "0", + "amount": "17954", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 87908, - "json_metadata": "{\"tags\":[\"video\"]}", - "last_payout": "2016-08-14T01:48:48", - "last_update": "2016-07-12T20:21:33", + "depth": 0, + "id": 149245, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s31.postimg.org/sd4vattkb/banana_bread_spread_sheet.png\"]}", + "last_payout": "2016-08-24T06:44:18", + "last_update": "2016-07-17T17:45:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27423,17 +27423,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "tynx", - "parent_permlink": "the-surprising-habits-of-original-thinkers", + "net_votes": 126, + "parent_author": "", + "parent_permlink": "recipes", "percent_hbd": 10000, - "permlink": "re-tynx-the-surprising-habits-of-original-thinkers-20160712t202133293z", + "permlink": "how-to-compare-multiple-recipes-for-the-same-dish", "reward_weight": 10000, - "root_author": "tynx", - "root_permlink": "the-surprising-habits-of-original-thinkers", - "title": "", + "root_author": "benita", + "root_permlink": "how-to-compare-multiple-recipes-for-the-same-dish", + "title": "How to Compare Multiple Recipes for the same Dish", "total_payout_value": { - "amount": "177", + "amount": "1341623", "nai": "@@000000013", "precision": 3 }, @@ -27442,29 +27442,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T00:40:45", + "active": "2016-07-31T17:27:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 422, + "author": "benita", + "author_rewards": 184195, "beneficiaries": [], - "body": "We are having record traffic with a large number of simultaneous users on the site. The bug occured while we were upgrading to handle additional capacity.", + "body": "

\n

These scones are amazing they have wonderful texture and the raisins are bursting with flavor. I created this recipe by using the compare method that I posted at \u00a0How to Compare Multiple Recipes for the Same Dish.\u00a0

\n

MARINATED RAISINS

\n

3 tablespoons Sherry (can substitute white grape juice or buttermilk)

\n

1 cup raisins

\n

MAIN INGREDIENTS

\n

4 cups all purpose flour

\n

1/2 cup sugar

\n

1 tablespoon baking powder

\n

1/2 teaspoon baking soda

\n

2 sticks frozen salted butter (1/2 pound)

\n

1 1/4 cups buttermilk

\n

TOPPING

\n

1/4 cup coarse sugar (turbinado) and some extra buttermilk for the topping

\n

Preheat the oven to 375 degrees. Soak the raisins in the sherry for about 30 minutes, stirring occasionally.\u00a0

\n

In a large mixing bowl, whisk together the flour, sugar, baking powder, and baking soda. Roughly chop the frozen butter with a knife into chunks, then cut it into the dry ingredients using a pastry blender or your fingertips. Add in the buttermilk and sherry soaked raisins. Then lightly mix just until the ingredients are evenly distributed. Over mixing will make the scones have a denser texture. The dough will be a little dry and a bit crumbly, but that is normal for scones.\u00a0

\n

Turn dough onto a floured surface and gently knead it together. Divide the dough in half. Working with one half at a time, gently form the dough into an 8 inch circle about 1 inch thick. Cut into 6-8 wedges depending on size you want. Then repeat with remaining dough.

\n

Place the wedges on a parchment covered baking sheet, leaving about a half inch between them. \u00a0Brush the tops of the wedges with the extra buttermilk and then sprinkle with the coarse sugar.

\n

Bake for 25-30 minutes or until lightly browned on top. This recipe makes about 12-16 scones. I hope you love these as much as my family loves them!

\n


\n


", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "recipes", + "children": 13, "children_abs_rshares": 0, - "created": "2016-07-13T00:20:57", + "created": "2016-07-26T20:31:06", "curator_payout_value": { - "amount": "0", + "amount": "184565", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 89123, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-14T12:59:33", - "last_update": "2016-07-13T00:20:57", + "depth": 0, + "id": 384676, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/w61mpp9dh/Raisin_Scones.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/how-to-compare-multiple-recipes-for-the-same-dish\"]}", + "last_payout": "2016-08-26T09:57:27", + "last_update": "2016-07-26T20:31:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27472,17 +27472,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "marsresident", - "parent_permlink": "itr-bypermlinkidx-end", + "net_votes": 73, + "parent_author": "", + "parent_permlink": "recipes", "percent_hbd": 10000, - "permlink": "re-marsresident-itr-bypermlinkidx-end-20160713t002110361z", + "permlink": "sherry-plumped-raisin-scones", "reward_weight": 10000, - "root_author": "marsresident", - "root_permlink": "itr-bypermlinkidx-end", - "title": "", + "root_author": "benita", + "root_permlink": "sherry-plumped-raisin-scones", + "title": "Sherry Plumped Raisin Scones", "total_payout_value": { - "amount": "324", + "amount": "650392", "nai": "@@000000013", "precision": 3 }, @@ -27491,29 +27491,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T00:28:51", + "active": "2016-07-30T02:33:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 503, + "author": "benita", + "author_rewards": 637, "beneficiaries": [], - "body": "Not only is it possible, but it is the most advanced account infrastructure of any chain.\n\nhttps://steem.io/documentation/dynamic-account-permissions/\n\nEffectively, all accounts have 3 levels of authority by default. It supports threshold multi-sig and recursive / nested accounts. This goes far beyond every other platform except BitShares.", + "body": "

\n

I made the Lime Cardamom Scones! They turned out great. The lime frosting is exceptional. I ended up using canola oil, because I was worried that the other options might add a weird flavor, but the lime and cardamom are so strong I don't think it would have made a difference. I also needed to increase the cooking time, because they were a bit doughy at 14 minutes, but that might just be my oven. The texture of the scones is a little denser than my normal butter based scones, but they are still great and flavors are new and weirdly fun. This post encouraged me to post my Sherry Plumped Raisin Scones.\u00a0

", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "recipes", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T00:23:00", + "created": "2016-07-26T20:44:12", "curator_payout_value": { - "amount": "0", + "amount": "239", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 89150, - "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://steem.io/documentation/dynamic-account-permissions/\"]}", - "last_payout": "2016-08-14T13:17:24", - "last_update": "2016-07-13T00:23:00", + "id": 385005, + "json_metadata": "{\"tags\":[\"recipes\"],\"image\":[\"https://s32.postimg.org/qiouv7klx/LIME_CARDAMOM_SCONES.jpg\"],\"links\":[\"https://steemit.com/recipes/@benita/sherry-plumped-raisin-scones\"]}", + "last_payout": "2016-08-22T16:48:03", + "last_update": "2016-07-26T20:44:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27522,16 +27522,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "spaced", - "parent_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "parent_author": "michelegraybeal", + "parent_permlink": "scone-recipe-lime-cardamom-video", "percent_hbd": 10000, - "permlink": "re-spaced-how-do-you-create-multisignature-accounts-in-steem-is-this-possible-20160713t002313237z", + "permlink": "re-michelegraybeal-scone-recipe-lime-cardamom-video-20160726t204421972z", "reward_weight": 10000, - "root_author": "spaced", - "root_permlink": "how-do-you-create-multisignature-accounts-in-steem-is-this-possible", + "root_author": "michelegraybeal", + "root_permlink": "scone-recipe-lime-cardamom-video", "title": "", "total_payout_value": { - "amount": "374", + "amount": "934", "nai": "@@000000013", "precision": 3 }, @@ -27540,29 +27540,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T01:11:57", + "active": "2016-07-26T08:11:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 436, + "author": "steempty", + "author_rewards": 0, "beneficiaries": [], - "body": "Steem Power gives people influence and clout on the platform. This is something of \"intrinsic\" value which will provide the base of demand. Everything else is all perception.", + "body": "☢", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "spam", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-13T00:47:48", + "created": "2016-07-03T19:19:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 89385, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-14T14:37:48", - "last_update": "2016-07-13T00:47:48", + "depth": 0, + "id": 51600, + "json_metadata": "{\"tags\":[\"spam\",\"test\"]}", + "last_payout": "2016-08-05T06:14:42", + "last_update": "2016-07-08T21:30:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27570,17 +27570,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "orly", - "parent_permlink": "what-gives-steem-value-long-term", + "net_votes": 0, + "parent_author": "", + "parent_permlink": "spam", "percent_hbd": 10000, - "permlink": "re-orly-what-gives-steem-value-long-term-20160713t004803924z", + "permlink": "and-9762-test", "reward_weight": 10000, - "root_author": "orly", - "root_permlink": "what-gives-steem-value-long-term", - "title": "", + "root_author": "steempty", + "root_permlink": "and-9762-test", + "title": "test", "total_payout_value": { - "amount": "334", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27589,29 +27589,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T10:57:57", + "active": "2016-07-04T05:42:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 571250, + "author": "steempty", + "author_rewards": 7470, "beneficiaries": [], - "body": "
http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg
\n\nWhat if it were possible to build custom applications on top of Steem? If you think Steem is only here to serve the niche of social media, then I consider this you wakeup call. The Steem blockchain is already capable of supporting every kind of blockchain application you can conceive. Best of all, you don\u2019t need anyone\u2019s permission to start building your app today!\n\nThink of your favorite blockchain application. Is it [Auger](https://www.augur.net/) with is prediction markets? Is it The DAO? Is it general purpose smart contracts? Is it Dash with its privacy features? Is it decentralized voting or DNS? All of these things are possible on Steem today and you don\u2019t need Steemit\u2019s permission to do it.\n\n## Subchains not Sidechains\n\n[Sidechains](https://gendal.me/2014/10/26/a-simple-explanation-of-bitcoin-sidechains/) have been the go-to solution for adding features to the Bitcoin protocol. The general concept is that the Bitcoin blockchain doesn\u2019t need to know what happens on the side-chain so long as it can verify transfers into and out of the side chain.\n\nImplementing side chains is challenging. It requires synchronizing two independent, potentially forking, eventually consistent blockchains. An issue on either chain can greatly disrupt the whole system. \n\nA **subchain** is a new description for an old idea. Mastercoin and [CounterParty](http://counterparty.io/) are what I would consider **subchains**. All of their data is included on the Bitcoin blockchain. If Bitcoin forks, then the subchain follows. \n\nIn other words, a subchain is just a secondary interpretation of data on the main chain. Historically subchains haven\u2019t been practical because they are necessarily slower than the chain they run on. Bitcoin makes it very expensive to include data and every subchain operation requires Bitcoin fees to be paid.\n\n## Power of Steem Subchains\n\nOn Steem everything is different. There are no transaction fees and it is trivial to include arbitrary data on the blockchain. Here are some of the key benefits to subchains on Steem.\n\n1. Advanced Account Structures \n2. Pre-validated Account Authorities on Custom Operations\n3. No Transaction Fees \n4. Fast Block Times\n5. [TaPoS](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) (Transactions as Proof of Stake)\n\nWhat this means is that it is trivial to write custom applications as fully independent subchains. These applications don\u2019t need to worry about the complexities of network infrastructure nor do they even require access to money. \n\nThe advanced account structures means you can have multi-sig authority involving dozens of independent agents deterministically evaluating the custom operations on the Steem blockchains. These agents can then deterministically generate and sign transactions for processing withdraws from the subchain. The fast block times means that subchains don\u2019t have to wait long for confirmation before they can reliably create and sign transactions. The TaPoS feature ensures that transactions are only valid on a specific fork for a very short period of time. \n\n## Smart Contracts \n\nIt is fully possible to deploy an Ethereum Virtual Machine as a subchain on Steem. This Subchain could leverage the same algorithm Steem uses to ration bandwidth in order to ration computation. \n\nPerhaps more interesting is the fact that multiple types and instances of virtual machines can be run on the Steem network at the same time. \n\n## Conclusion\n\nEverything you think you like about other blockchain platforms can be implemented as a Steem Subchain. These subchains would almost certainly be faster, easier to use, and cheaper than anything else out there. Critically, these subchains would have easy access to the vast and growing user base of Steem. \n\nWhat could be better?", + "body": "welcome ♡", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 39, + "category": "introduce", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T01:32:30", + "created": "2016-07-04T05:27:18", "curator_payout_value": { - "amount": "7449", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 89723, - "json_metadata": "{\"tags\":[\"steem\",\"sidechain\",\"subchain\",\"blockchain\",\"apps\"],\"image\":[\"http://marketingland.com/wp-content/ml-loads/2014/12/mobile-apps-pile-ss-1920.jpg\"],\"links\":[\"https://www.augur.net/\"]}", - "last_payout": "2016-08-24T19:40:42", - "last_update": "2016-07-13T01:32:30", + "depth": 1, + "id": 52225, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T05:27:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27619,17 +27619,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 370, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", "percent_hbd": 10000, - "permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "permlink": "re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t052717512z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", - "title": "How Anyone can Build Custom Apps on Steem right Now!", + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "title": "", "total_payout_value": { - "amount": "367312", + "amount": "1718", "nai": "@@000000013", "precision": 3 }, @@ -27638,29 +27638,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T19:51:03", + "active": "2016-07-06T04:08:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 241, + "author": "steempty", + "author_rewards": 0, "beneficiaries": [], - "body": "Every action on this website generates a signed transaction that is broadcast on a P2P network. This is just a light client like blockchain.info.\n\nThe magic is that you don't realize it is a blockchain, yet under the hood it is. Anyone can run a full node on their local machine and have access to all content.", + "body": "♡", "cashout_time": "1969-12-31T23:59:59", - "category": "helloworld", + "category": "introduceyourself", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T01:33:48", + "created": "2016-07-05T20:02:33", "curator_payout_value": { - "amount": "31", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 89729, - "json_metadata": "{\"tags\":[\"helloworld\"]}", - "last_payout": "2016-08-13T02:47:15", - "last_update": "2016-07-13T01:33:48", + "id": 56035, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-12T21:09:21", + "last_update": "2016-07-05T20:02:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27668,17 +27668,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "miketwenty1", - "parent_permlink": "who-is-hosting-this-data", + "net_votes": 1, + "parent_author": "dorit-israeli", + "parent_permlink": "dorit-s-ten-commandments", "percent_hbd": 10000, - "permlink": "re-miketwenty1-who-is-hosting-this-data-20160713t013403375z", + "permlink": "re-dorit-israeli-dorit-s-ten-commandments-20160705t200232302z", "reward_weight": 10000, - "root_author": "miketwenty1", - "root_permlink": "who-is-hosting-this-data", + "root_author": "dorit-israeli", + "root_permlink": "dorit-s-ten-commandments", "title": "", "total_payout_value": { - "amount": "152", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27687,29 +27687,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T01:58:18", + "active": "2016-07-09T14:06:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 962, + "author": "steempty", + "author_rewards": 0, "beneficiaries": [], - "body": "3 second blocktimes and irreversible blocks after 30 seconds. This is compared to 15 second+ block times and irreversibility requiring orders of magnitude longer on other chains.\n\nA subchain cannot \"act\" until its inputs from the \"main chain\" are irreversible. Thus time-until-irreversible is what matters most. In Bitcoin this is considered 6 blocks and can take hours.", + "body": "stop making me miss the desert :-)", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "the", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T01:46:48", + "created": "2016-07-09T14:06:39", "curator_payout_value": { - "amount": "202", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 89810, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T19:40:42", - "last_update": "2016-07-13T01:46:48", + "depth": 3, + "id": 68803, + "json_metadata": "{\"tags\":[\"the\"]}", + "last_payout": "2016-08-17T10:17:15", + "last_update": "2016-07-09T14:06:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27717,17 +27717,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 15, - "parent_author": "norbu", - "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014006765z", + "net_votes": 1, + "parent_author": "simba", + "parent_permlink": "re-joelinux-re-simba-the-dead-sea-at-sunset-20160708t201749278z", "percent_hbd": 10000, - "permlink": "re-norbu-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t014647702z", + "permlink": "re-simba-re-joelinux-re-simba-the-dead-sea-at-sunset-20160709t140638909z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "root_author": "simba", + "root_permlink": "the-dead-sea-at-sunset", "title": "", "total_payout_value": { - "amount": "618", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -27736,29 +27736,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T02:49:33", + "active": "2016-07-11T05:14:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Payouts to authors grows with price. You will earn your way in like everyone else.", + "body": "I can verify he is really him without a sign\ni minted the account after his birthday, i though he would like to own this account name... \n\nmaybe write steemit on your forehead @simba !", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "introduceyourself", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-13T02:49:33", + "created": "2016-07-10T21:59:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 90270, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T02:25:51", - "last_update": "2016-07-13T02:49:33", + "id": 75591, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"simba\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T21:59:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27766,14 +27766,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "crypton", - "parent_permlink": "re-crypton-this-steem-coin-price-explosion-20160713t023446752z", + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-simba-hey-steemit-i-m-simba-20160710t215343617z", "percent_hbd": 10000, - "permlink": "re-crypton-re-crypton-this-steem-coin-price-explosion-20160713t024934827z", + "permlink": "re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t215939419z", "reward_weight": 10000, - "root_author": "crypton", - "root_permlink": "this-steem-coin-price-explosion", + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", "title": "", "total_payout_value": { "amount": "0", @@ -27785,29 +27785,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T23:39:54", + "active": "2016-07-10T22:08:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Yes. But the challenges of anti-bit and Sybil remain.", + "body": "verification could be ... https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T10:33:36", + "created": "2016-07-10T22:08:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 93790, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T19:40:42", - "last_update": "2016-07-13T10:33:36", + "depth": 4, + "id": 75645, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates\"]}", + "last_payout": "2016-08-22T19:06:42", + "last_update": "2016-07-10T22:08:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27815,14 +27815,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "getssidetracked", - "parent_permlink": "re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t091130860z", + "net_votes": 3, + "parent_author": "hitmeasap", + "parent_permlink": "re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220454893z", "percent_hbd": 10000, - "permlink": "re-getssidetracked-re-dantheman-how-anyone-can-build-custom-apps-on-steem-right-now-20160713t103335503z", + "permlink": "re-hitmeasap-re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220852252z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "how-anyone-can-build-custom-apps-on-steem-right-now", + "root_author": "simba", + "root_permlink": "hey-steemit-i-m-simba", "title": "", "total_payout_value": { "amount": "0", @@ -27834,29 +27834,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T12:41:03", + "active": "2016-07-12T06:30:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Because block chain is public. Private balanced are planned in future.", + "body": "everything is allowed, good finding \nsource is linked in the article, but still many nice images copy/paste...\n\nI downvoted this post because copying someone else's work shouldn't be so rewarding", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "news", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T12:41:03", + "created": "2016-07-12T06:22:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 94725, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-13T13:21:51", - "last_update": "2016-07-13T12:41:03", + "id": 83334, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-08-24T01:27:45", + "last_update": "2016-07-12T06:30:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27864,14 +27864,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "salman", - "parent_permlink": "re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t121918788z", + "net_votes": 0, + "parent_author": "foma17", + "parent_permlink": "re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t022359449z", "percent_hbd": 10000, - "permlink": "re-salman-re-funny-4stm4m-19-tips-for-new-users-of-steemit-20160713t124101910z", + "permlink": "re-foma17-re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t062218115z", "reward_weight": 10000, - "root_author": "funny", - "root_permlink": "4stm4m-19-tips-for-new-users-of-steemit", + "root_author": "b0y2k", + "root_permlink": "mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts", "title": "", "total_payout_value": { "amount": "0", @@ -27883,29 +27883,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T12:47:27", + "active": "2016-07-17T13:21:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Add link to existing posts.", + "body": "adorable ☺", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T12:47:27", + "created": "2016-07-17T13:05:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 94771, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-14T09:37:48", - "last_update": "2016-07-13T12:47:27", + "id": 144439, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-20T15:24:27", + "last_update": "2016-07-17T13:05:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27913,14 +27913,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "fyrstikken", - "parent_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "net_votes": 0, + "parent_author": "mayathedog", + "parent_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", "percent_hbd": 10000, - "permlink": "re-fyrstikken-the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire-20160713t124727368z", + "permlink": "re-mayathedog-hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit-20160717t130527530z", "reward_weight": 10000, - "root_author": "fyrstikken", - "root_permlink": "the-steemit-songs-in-the-queue-again-and-circlejerk-of-fire", + "root_author": "mayathedog", + "root_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -27932,29 +27932,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T12:59:54", + "active": "2016-08-23T17:02:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "steempty", + "author_rewards": 110, "beneficiaries": [], - "body": "This kind of vote buying is considered abuse and will be flagged.", + "body": "https://www.youtube.com/watch?v=tMpGdG27K9o", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "music", + "children": 20, "children_abs_rshares": 0, - "created": "2016-07-13T12:52:57", + "created": "2016-07-18T16:50:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 94814, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T11:26:51", - "last_update": "2016-07-13T12:52:57", + "depth": 0, + "id": 168964, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=tMpGdG27K9o\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-18T16:50:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -27962,17 +27962,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "str11ngfello", - "parent_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", + "net_votes": 36, + "parent_author": "", + "parent_permlink": "music", "percent_hbd": 10000, - "permlink": "re-str11ngfello-free-steem-how-upvote-this-post-and-you-ll-receive-steem-20160713t125257630z", + "permlink": "careful-with-that-axe-eugene", "reward_weight": 10000, - "root_author": "str11ngfello", - "root_permlink": "free-steem-how-upvote-this-post-and-you-ll-receive-steem", - "title": "", + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", + "title": "Careful with that axe, Eugene", "total_payout_value": { - "amount": "0", + "amount": "399", "nai": "@@000000013", "precision": 3 }, @@ -27981,29 +27981,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T13:28:15", + "active": "2016-07-21T17:09:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 102, + "author": "steempty", + "author_rewards": 0, "beneficiaries": [], - "body": "every 3 seconds. Then every 3.3 years or so there is a 10:1 reverse split.", + "body": "i love it", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "photography", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T13:28:15", + "created": "2016-07-21T17:09:36", "curator_payout_value": { - "amount": "23", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 95119, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T17:33:03", - "last_update": "2016-07-13T13:28:15", + "id": 252267, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-21T17:16:18", + "last_update": "2016-07-21T17:09:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28011,17 +28011,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "str11ngfello", - "parent_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "net_votes": 2, + "parent_author": "pcste", + "parent_permlink": "my-photography-bands-clown-my-original-work", "percent_hbd": 10000, - "permlink": "re-str11ngfello-how-can-we-determine-the-date-that-steem-tokens-inflate-20160713t132815591z", + "permlink": "re-pcste-my-photography-bands-clown-my-original-work-20160721t170934779z", "reward_weight": 10000, - "root_author": "str11ngfello", - "root_permlink": "how-can-we-determine-the-date-that-steem-tokens-inflate", + "root_author": "pcste", + "root_permlink": "my-photography-bands-clown-my-original-work", "title": "", "total_payout_value": { - "amount": "70", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28030,29 +28030,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T16:21:48", + "active": "2016-07-21T17:49:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 229, + "author": "steempty", + "author_rewards": 0, "beneficiaries": [], - "body": "It wasn't accidental. Steem was designed from the ground up due to the problems we faced onboarding people with BitShares.", + "body": "woof", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T15:13:06", + "created": "2016-07-21T17:49:18", "curator_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 96194, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-19T01:05:54", - "last_update": "2016-07-13T15:13:06", + "depth": 2, + "id": 253230, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-22T20:40:45", + "last_update": "2016-07-21T17:49:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28060,17 +28060,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "thedashguy", - "parent_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "net_votes": 2, + "parent_author": "dog", + "parent_permlink": "proper-introduction", "percent_hbd": 10000, - "permlink": "re-thedashguy-in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it-20160713t151307777z", + "permlink": "re-dog-proper-introduction-20160721t174918899z", "reward_weight": 10000, - "root_author": "thedashguy", - "root_permlink": "in-comes-steemit-the-social-network-and-accidental-crypto-currency-on-boarding-platform-to-change-the-world-as-we-know-it", + "root_author": "princesscutexx", + "root_permlink": "proper-introduction", "title": "", "total_payout_value": { - "amount": "161", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28079,29 +28079,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T15:14:39", + "active": "2016-07-22T09:37:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 106, + "author": "steempty", + "author_rewards": 17, "beneficiaries": [], - "body": "The currency you are suppose to use is Steem Dollars (and is what you are paid in). Steem Dollars pay interest and are pegged to the dollar. There is no need to dump/sell them to protect your income. \n\nThese Steem Dollars can be used to buy things online and each day more opportunities to spend your Steem Dollars will emerge.", + "body": "the crater photo is amazing \ni miss the desert so much\n \ndidn't visit there since years ago", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "photography", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T15:14:39", + "created": "2016-07-21T22:17:18", "curator_payout_value": { - "amount": "22", + "amount": "14", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 96212, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T17:27:57", - "last_update": "2016-07-13T15:14:39", + "id": 259855, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-22T16:08:21", + "last_update": "2016-07-21T22:18:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28109,17 +28109,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "flurablastin", - "parent_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "net_votes": 3, + "parent_author": "simba", + "parent_permlink": "sandy-trip-a-journey-to-southern-israel", "percent_hbd": 10000, - "permlink": "re-flurablastin-so-how-does-steem-as-a-cryptocurrency-work-20160713t151441614z", + "permlink": "re-simba-sandy-trip-a-journey-to-southern-israel-20160721t221718048z", "reward_weight": 10000, - "root_author": "flurablastin", - "root_permlink": "so-how-does-steem-as-a-cryptocurrency-work", + "root_author": "simba", + "root_permlink": "sandy-trip-a-journey-to-southern-israel", "title": "", "total_payout_value": { - "amount": "72", + "amount": "59", "nai": "@@000000013", "precision": 3 }, @@ -28128,29 +28128,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T17:34:27", + "active": "2016-07-26T15:32:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Please use #NSFW tag or you will get downvoted and/or added to downvote bot lists.", + "body": "there is a better quality version in youtube \nhttps://www.youtube.com/watch?v=b72I7TwsvBE\ncredits: **Pink Floyd**", "cashout_time": "1969-12-31T23:59:59", - "category": "porn", - "children": 0, + "category": "music", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T17:34:27", + "created": "2016-07-25T22:11:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 97955, - "json_metadata": "{\"tags\":[\"NSFW\",\"porn\"]}", - "last_payout": "2016-08-13T17:33:15", - "last_update": "2016-07-13T17:34:27", + "id": 359066, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=b72I7TwsvBE\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:11:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28158,14 +28158,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "pornvideos", - "parent_permlink": "hot-spanish-teen-jacqueline-porn-18", + "net_votes": 2, + "parent_author": "steempty", + "parent_permlink": "careful-with-that-axe-eugene", "percent_hbd": 10000, - "permlink": "re-pornvideos-hot-spanish-teen-jacqueline-porn-18-20160713t173428917z", + "permlink": "re-steempty-careful-with-that-axe-eugene-20160725t221120280z", "reward_weight": 10000, - "root_author": "pornvideos", - "root_permlink": "hot-spanish-teen-jacqueline-porn-18", + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", "title": "", "total_payout_value": { "amount": "0", @@ -28177,29 +28177,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T17:35:51", + "active": "2016-07-25T23:48:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "this is because steemit doesn't reload when you navigate. Our internal numbers are much higher.", + "body": "Ummagumma", "cashout_time": "1969-12-31T23:59:59", - "category": "boost", - "children": 0, + "category": "music", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T17:35:51", + "created": "2016-07-25T22:34:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 97981, - "json_metadata": "{\"tags\":[\"boost\"]}", - "last_payout": "2016-08-13T17:38:33", - "last_update": "2016-07-13T17:35:51", + "depth": 2, + "id": 359841, + "json_metadata": "{\"tags\":[\"music\"]}", + "last_payout": "2016-08-24T10:32:51", + "last_update": "2016-07-25T22:34:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28208,13 +28208,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "autorss21", - "parent_permlink": "boost", + "parent_author": "thecryptofiend", + "parent_permlink": "re-steempty-careful-with-that-axe-eugene-20160722t144509118z", "percent_hbd": 10000, - "permlink": "re-autorss21-boost-20160713t173551820z", + "permlink": "re-thecryptofiend-re-steempty-careful-with-that-axe-eugene-20160725t223441628z", "reward_weight": 10000, - "root_author": "autorss21", - "root_permlink": "boost", + "root_author": "steempty", + "root_permlink": "careful-with-that-axe-eugene", "title": "", "total_payout_value": { "amount": "0", @@ -28226,29 +28226,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T17:37:36", + "active": "2016-07-30T13:29:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Consider the beta-nature of Ethereum and the lack of real-world use.", + "body": "Happy Birthday \nand i'v been told that there is __nothing__ in Montana ... ☺", "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 0, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T17:37:36", + "created": "2016-07-30T11:36:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 97998, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-13T19:16:00", - "last_update": "2016-07-13T17:37:36", + "id": 486349, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T18:11:39", + "last_update": "2016-07-30T11:36:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28257,13 +28257,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "cryptodev", - "parent_permlink": "wonder-how-long-steem-bubble-will-sustain", + "parent_author": "queenmountain", + "parent_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", "percent_hbd": 10000, - "permlink": "re-cryptodev-wonder-how-long-steem-bubble-will-sustain-20160713t173736412z", + "permlink": "re-queenmountain-i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana-20160730t113609810z", "reward_weight": 10000, - "root_author": "cryptodev", - "root_permlink": "wonder-how-long-steem-bubble-will-sustain", + "root_author": "queenmountain", + "root_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", "title": "", "total_payout_value": { "amount": "0", @@ -28275,29 +28275,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T17:39:12", + "active": "2016-08-05T10:49:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Mass adoption of Steem Dollars is the plan. \n\n[Steemit's Evil Plan for Cryptocurrency World Domination](https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination)", + "body": "amazing \n I love it", "cashout_time": "1969-12-31T23:59:59", - "category": "question", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T17:39:12", + "created": "2016-08-05T09:49:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 98012, - "json_metadata": "{\"tags\":[\"question\"],\"links\":[\"https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination\"]}", - "last_payout": "2016-08-13T17:40:06", - "last_update": "2016-07-13T17:39:12", + "id": 620776, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T22:06:15", + "last_update": "2016-08-05T09:49:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28305,14 +28305,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "frankenstein", - "parent_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "net_votes": 4, + "parent_author": "opheliafu", + "parent_permlink": "are-you-ready-to-go-on-another-journey-with-me", "percent_hbd": 10000, - "permlink": "re-frankenstein-will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed-20160713t173914039z", + "permlink": "re-opheliafu-are-you-ready-to-go-on-another-journey-with-me-20160805t094949313z", "reward_weight": 10000, - "root_author": "frankenstein", - "root_permlink": "will-bittrex-and-openledger-remain-as-the-only-exchanges-where-steem-is-listed", + "root_author": "opheliafu", + "root_permlink": "are-you-ready-to-go-on-another-journey-with-me", "title": "", "total_payout_value": { "amount": "0", @@ -28323,94 +28323,94 @@ "vote_rshares": 0 }, { - "abs_rshares": 0, - "active": "2016-07-14T01:38:39", + "abs_rshares": 4332734210, + "active": "2016-08-19T08:31:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "In earlier versions what you say is true. It was confusing users.\n\nIt is entirely possible for comments to be more highly valued than the parent. This frequently happens when the parent copies something without citing the source and then people upvote the comment that provides the original source. \n\nNothing keeps people honest like rewarding the person who reveals the cheater.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 7, + "body": "https://www.youtube.com/watch?v=Wj9_YtUNIj8", + "cashout_time": "2016-08-26T08:31:15", + "category": "money", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T17:42:57", + "created": "2016-08-19T08:31:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 98066, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-19T20:31:12", - "last_update": "2016-07-13T17:42:57", + "depth": 1, + "id": 885745, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=Wj9_YtUNIj8\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-19T08:31:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "biophil", - "parent_permlink": "re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t173344896z", + "net_rshares": 4332734210, + "net_votes": 1, + "parent_author": "dollarvigilante", + "parent_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", "percent_hbd": 10000, - "permlink": "re-biophil-re-curious-swirl-can-good-questions-and-replies-be-as-valuable-as-essays-20160713t174258382z", + "permlink": "re-dollarvigilante-today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history-20160819t083114914z", "reward_weight": 10000, - "root_author": "curious-swirl", - "root_permlink": "can-good-questions-and-replies-be-as-valuable-as-essays", + "root_author": "dollarvigilante", + "root_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 0, - "vote_rshares": 0 + "total_vote_weight": 19959589878348161, + "vote_rshares": 4332734210 }, { - "abs_rshares": 0, - "active": "2016-07-13T20:22:51", + "abs_rshares": 20432308314, + "active": "2016-08-25T16:55:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "steempty", "author_rewards": 0, "beneficiaries": [], - "body": "Slight correction it is always 104 payments (2 years). \n\nThe most valuable thing about Steem Power (from the perspective of the network) is that it causes users to keep coming back week after week even if they just want to cash out. Massive boost to retention.", - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "body": "I wish you success, but not sure everyone can make a living as being an artists. i hope steem proves me wrong...\nwe live in world where people sitting in a cubicle are needed", + "cashout_time": "2016-09-01T15:46:15", + "category": "life", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T17:55:39", + "created": "2016-08-25T15:46:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 98277, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-13T18:04:15", - "last_update": "2016-07-13T17:55:39", + "id": 982969, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1970-01-01T00:00:00", + "last_update": "2016-08-25T15:46:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 1, - "parent_author": "swyoungiii", - "parent_permlink": "steem-power", + "net_rshares": 20432308314, + "net_votes": 3, + "parent_author": "queenmountain", + "parent_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", "percent_hbd": 10000, - "permlink": "re-swyoungiii-steem-power-20160713t175540523z", + "permlink": "re-queenmountain-i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art-20160825t154615248z", "reward_weight": 10000, - "root_author": "swyoungiii", - "root_permlink": "steem-power", + "root_author": "queenmountain", + "root_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", "title": "", "total_payout_value": { "amount": "0", @@ -28418,33 +28418,33 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 0 + "vote_rshares": 20432308314 }, { "abs_rshares": 0, - "active": "2016-07-13T18:18:06", + "active": "2016-08-06T10:01:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 38281, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "You are correct. All content (except images) are stored on the blockchain.\n\nImages will soon be stored on IPFS.", + "body": "testa", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "spam", + "children": 10, "children_abs_rshares": 0, - "created": "2016-07-13T18:18:06", + "created": "2016-08-03T08:49:48", "curator_payout_value": { - "amount": "55", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 98630, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-13T18:18:15", - "last_update": "2016-07-13T18:18:06", + "depth": 0, + "id": 576932, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:49:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28452,17 +28452,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "billbutler", - "parent_permlink": "re-holzmichl-steem-vs-synero-amp-20160713t180559521z", + "net_votes": 5, + "parent_author": "", + "parent_permlink": "spam", "percent_hbd": 10000, - "permlink": "re-billbutler-re-holzmichl-steem-vs-synero-amp-20160713t181807614z", + "permlink": "test", "reward_weight": 10000, - "root_author": "holzmichl", - "root_permlink": "steem-vs-synero-amp", - "title": "", + "root_author": "smooth", + "root_permlink": "test", + "title": "test", "total_payout_value": { - "amount": "26681", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28471,29 +28471,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T18:22:06", + "active": "2016-07-02T06:25:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Great work!", + "body": "This is actually a very interesting point and not one that has been clearly stated before. \n\nAll of the comparisons we've seen between algorithms are comparing SP with SP. _But this is not a valid comparison_ because SP on one fork _is not an identical asset_ to SP on a different fork. As such they don't necessarily have the same market value. Of course, we don't know in advance what those values will be, but ignoring the difference altogether causes the analysis to be incorrect.\n\nLooking toward maximizing the market cap (and, assuming no total supply change, equivalently the value of the SP unit), at least as one consideration, makes a lot of sense.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T18:22:06", + "created": "2016-07-02T06:25:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 98692, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T05:11:33", - "last_update": "2016-07-13T18:22:06", + "depth": 3, + "id": 50008, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T00:33:54", + "last_update": "2016-07-02T06:25:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28502,13 +28502,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "teego", - "parent_permlink": "installing-steem-software-to-macos-using-homebrew", + "parent_author": "dan", + "parent_permlink": "re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160701t152333716z", "percent_hbd": 10000, - "permlink": "re-teego-installing-steem-software-to-macos-using-homebrew-20160713t182207590z", + "permlink": "re-dan-re-benjojo-re-steemitblog-steemit-inc-supports-0-8-3-20160702t062502700z", "reward_weight": 10000, - "root_author": "teego", - "root_permlink": "installing-steem-software-to-macos-using-homebrew", + "root_author": "steemitblog", + "root_permlink": "steemit-inc-supports-0-8-3", "title": "", "total_payout_value": { "amount": "0", @@ -28520,29 +28520,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T18:56:06", + "active": "2016-07-03T10:25:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Do downvotes count?\n\nFishing for votes is a good way to lose. So perhaps you should modify your quest to count all posts made by you.", + "body": "The code is not based off Blackcoin at all. 63 seconds comes from 21 witnesses each producing a block every 3 seconds.", "cashout_time": "1969-12-31T23:59:59", - "category": "pokemon", - "children": 1, + "category": "steemit-guides", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T18:46:36", + "created": "2016-07-03T10:25:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 98994, - "json_metadata": "{\"tags\":[\"pokemon\"]}", - "last_payout": "2016-08-13T18:46:45", - "last_update": "2016-07-13T18:46:36", + "depth": 2, + "id": 51040, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T21:50:30", + "last_update": "2016-07-03T10:25:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28551,13 +28551,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "tranzport", - "parent_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "parent_author": "grittenald", + "parent_permlink": "re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t060837024z", "percent_hbd": 10000, - "permlink": "re-tranzport-pokemon-go-vs-steemit-the-ultimate-battle-help-me-win-20160713t184637507z", + "permlink": "re-grittenald-re-pfunk-a-full-steemit-user-s-guide-to-steem-witnesses-20160703t102549100z", "reward_weight": 10000, - "root_author": "tranzport", - "root_permlink": "pokemon-go-vs-steemit-the-ultimate-battle-help-me-win", + "root_author": "pfunk", + "root_permlink": "a-full-steemit-user-s-guide-to-steem-witnesses", "title": "", "total_payout_value": { "amount": "0", @@ -28569,29 +28569,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T14:54:57", + "active": "2016-07-04T02:47:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2558, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "And what happens when Fiat exchanges add Steem Dollar gateways? \nCan bitcoin even handle 1M users transacting that frequently? \nBitcoin may be a bottleneck if it attempts to stay in the loop between users and cashing in and out.\n\nMore details here: https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "body": "thats a bot fishing for upvotes", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcoin", - "children": 5, + "category": "introduce", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T18:56:18", + "created": "2016-07-04T02:47:36", "curator_payout_value": { - "amount": "442", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 99131, - "json_metadata": "{\"tags\":[\"bitcoin\"],\"links\":[\"https://steemit.com/bitcoin/@dantheman/can-bitcoin-scale-to-keep-up-with-demand-created-by-steem\"]}", - "last_payout": "2016-08-25T01:59:09", - "last_update": "2016-07-13T19:38:42", + "depth": 3, + "id": 52009, + "json_metadata": "{\"tags\":[\"introduce\"]}", + "last_payout": "2016-08-18T13:02:15", + "last_update": "2016-07-04T02:47:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28599,17 +28599,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 29, - "parent_author": "eeks", - "parent_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "net_votes": 1, + "parent_author": "fyrstikken", + "parent_permlink": "re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024349789z", "percent_hbd": 10000, - "permlink": "re-eeks-steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis-20160713t185618026z", + "permlink": "re-fyrstikken-re-wang-re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t024736500z", "reward_weight": 10000, - "root_author": "eeks", - "root_permlink": "steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis", + "root_author": "fyrstikken", + "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", "title": "", "total_payout_value": { - "amount": "1816", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28618,29 +28618,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T19:29:12", + "active": "2016-07-04T03:08:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 949136, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg
\nI recently read an article by @eeks titled \"[Steemit is Bitcoin's Killer App](https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis)\". I think it is a great article and contains a lot of truth in the short term. But reading it got me thinking. Bitcoin may not be able to maintain its position of gateway to the altcoin world.\n\n## The Block Size Problem \n\nThe Bitcoin blockchain is currently at its maximum capacity. Fees are rising. Bitcoin supports about 300K transactions per day. This means that Bitcoin can only support 9 million people making one transaction per month. Going through an altcoin exchange requires at least 1 bitcoin transaction from an altcoin exchange to a bitcoin/fiat exchange. \n\n## Steem User Growth\n\nSteem has the potential to grow faster and reach farther than any prior crypto. It is entirely conceivable that Steem could reach millions of people in the next year. If these people were to use Bitcoin as a gateway to buy in and/or cash out each month then it could more than saturate Bitcoin's capacity all by itself. \n\nEven if Bitcoin doubles its block size, the combination of existing transactions and any new transactions generated by Steem users would saturate the network. Market forces and transaction fees would cause people to bypass Bitcoin. There is no reason for Steem users to get into Bitcoin except speculation when Steem Dollars are available for savings and commerce. \n\n## Steem onboards people to Steem\n\nThe people Steem reaches that Bitcoin couldn't will still have no use for most of the other cryptocurrency projects. Just because Steem is a cryptocurrency doesn't make learning the value of Steem the same as learning the value of Bitcoin and other crypto projects. People want STEEM because of what it does *for them*. The value proposition of other cryptocurrencies remains unchanged.\n\n
http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg
\n\nIn fact onboarding users through Steem may make converting them to Bitcoin even harder. It would be like onboarding someone to a high-speed bullet train and thinking that it would in turn onboard them to old school wood burning steam trains. It is easy to convert people from old trains to new trains, it just doesn't work the same the other way around.\n\n
https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg
\n\nIf Bitcoin and other cryptocurrencies wish to benefit from Steem's attraction of new people to cryptocurrency, then they will need to solve the scalability problem much faster than previously anticipated. Failure to scale means the market could pass them by all together.", + "body": "Your vote, by itself, is worth two cents. Votes are worth a lot more when multiple people vote on the same content.\n\nI'm not sure why your rewards didn't match estimates. I think the people creating the estimate tables know what they are doing, but I guess errors are always possible.", "cashout_time": "1969-12-31T23:59:59", - "category": "bitcoin", - "children": 50, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-13T19:35:42", + "created": "2016-07-04T02:49:30", "curator_payout_value": { - "amount": "20523", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 99639, - "json_metadata": "{\"tags\":[\"bitcoin\",\"steem\",\"blockchain\",\"\"],\"users\":[\"eeks\"],\"image\":[\"http://s3.amazonaws.com/livebitcoinnews/2015/12/30181644/scaling-bitcoin-600x330.jpg\",\"http://cdn.phys.org/newman/gfx/news/hires/2013/slowtoarrive.jpg\",\"https://i.ytimg.com/vi/RpFhB6ZeLG4/maxresdefault.jpg\"],\"links\":[\"https://steemit.com/bitcoin/@eeks/steemit-is-bitcoin-s-killer-app-or-evidence-numbers-and-analysis\"]}", - "last_payout": "2016-08-24T20:17:12", - "last_update": "2016-07-13T19:35:42", + "depth": 1, + "id": 52011, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T02:49:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28648,17 +28648,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 468, - "parent_author": "", - "parent_permlink": "bitcoin", + "net_votes": 1, + "parent_author": "tinfoilfedora", + "parent_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", "percent_hbd": 10000, - "permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", + "permlink": "re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t024930900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "can-bitcoin-scale-to-keep-up-with-demand-created-by-steem", - "title": "Can Bitcoin scale to keep up with demand created by Steem?", + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", + "title": "", "total_payout_value": { - "amount": "676834", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28667,29 +28667,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T21:32:21", + "active": "2016-07-04T02:52:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 417, + "author": "smooth", + "author_rewards": 716, "beneficiaries": [], - "body": "It's similar to the concept of an employee owned company... or a customer owned company... or a co-op all in one.", + "body": "Agree and would prefer to see total lifetime payout along with pending.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit-ideas", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T21:32:21", + "created": "2016-07-04T02:52:48", "curator_payout_value": { - "amount": "35", + "amount": "8", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 101054, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T03:11:21", - "last_update": "2016-07-13T21:32:21", + "id": 52023, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:52:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28697,17 +28697,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "sean-king", - "parent_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "net_votes": 2, + "parent_author": "liondani", + "parent_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", "percent_hbd": 10000, - "permlink": "re-sean-king-how-asking-one-question-will-change-history-and-why-steem-is-the-key-20160713t213222341z", + "permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025250900z", "reward_weight": 10000, - "root_author": "sean-king", - "root_permlink": "how-asking-one-question-will-change-history-and-why-steem-is-the-key", + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", "title": "", "total_payout_value": { - "amount": "292", + "amount": "164", "nai": "@@000000013", "precision": 3 }, @@ -28716,29 +28716,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T21:37:51", + "active": "2016-07-06T01:04:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 105, "beneficiaries": [], - "body": "Since I defined my why, life became much clearer..\n\n\"Find free market solutions for securing life, liberty, and property for all!\"", + "body": "Author still get rewards I think. Just not curators.", "cashout_time": "1969-12-31T23:59:59", - "category": "motivation", - "children": 0, + "category": "steemit-ideas", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-13T21:37:51", + "created": "2016-07-04T02:53:27", "curator_payout_value": { - "amount": "0", + "amount": "7", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 101118, - "json_metadata": "{\"tags\":[\"motivation\"]}", - "last_payout": "2016-08-13T21:38:18", - "last_update": "2016-07-13T21:37:51", + "depth": 2, + "id": 52025, + "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", + "last_payout": "2016-08-19T17:36:12", + "last_update": "2016-07-04T02:53:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28746,17 +28746,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "timdierckxsens", - "parent_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "net_votes": 2, + "parent_author": "tinfoilfedora", + "parent_permlink": "re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t023608100z", "percent_hbd": 10000, - "permlink": "re-timdierckxsens-it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post-20160713t213752622z", + "permlink": "re-tinfoilfedora-re-liondani-steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset-20160704t025325400z", "reward_weight": 10000, - "root_author": "timdierckxsens", - "root_permlink": "it-s-not-what-you-do-but-why-you-do-it-how-simon-sinek-inspired-the-hell-out-of-me-to-write-this-post", + "root_author": "liondani", + "root_permlink": "steemit-idea-i-don-t-like-to-see-past-posts-with-zero-steem-dollars-rewards-becaus-of-the-reset", "title": "", "total_payout_value": { - "amount": "0", + "amount": "23", "nai": "@@000000013", "precision": 3 }, @@ -28765,29 +28765,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T00:28:30", + "active": "2016-07-05T11:05:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 41015, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "What you don't get is that there isn't 100% inflation, there is only 10% inflation which is less than Bitcoin has had until the recent halving. 90% of all STEEM is allocated to STEEM POWER holders and every 3.3 years there is a 10:1 reverse STEEM split. This means that you have an effective inflation rate of much less than 8% when you hold STEEM POWER. \n\nEverything is an accounting artifact. We could remove inflation entirely by charging a huge negative interest rate on STEEM to fund posts, but that wouldn't be received well and would complicate the lives of exchanges.", + "body": "1. Great post\n2. The distribution stats are fairly meaningless because many people have multiple accounts. The largest known stakeholder by a decent margin does not even appear in the 'legend' category.\n3. I'm downvoting this post because I don't like seeing all the rewards going to posts that talk about steem itself. We already have several >$1K steem posts today. That alone is a good chunk of the entire reward pool for the day (despite my downvote the post is still >$1500 as I write this).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-13T21:47:45", + "created": "2016-07-04T02:57:06", "curator_payout_value": { - "amount": "39", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 101236, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T00:43:48", - "last_update": "2016-07-13T21:47:45", + "id": 52031, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-04T02:58:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28795,17 +28795,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "maniac", - "parent_permlink": "steemit-what-am-i-missing", + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "how-to-measure-success-of-steem", "percent_hbd": 10000, - "permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "permlink": "re-hipster-how-to-measure-success-of-steem-20160704t025705200z", "reward_weight": 10000, - "root_author": "maniac", - "root_permlink": "steemit-what-am-i-missing", + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", "title": "", "total_payout_value": { - "amount": "29119", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -28814,29 +28814,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T21:49:12", + "active": "2016-07-04T03:05:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Also a large part of the inflation is actually paid out as \"steem dollars\" which has a deflationary effect when the price rises because the \"steem dollars\" need less STEEM to back them.", + "body": "In practice, probably no one other than professional traders should ever use the convert option (this is similar to how ETFs operate), though the option is available to everyone which is nice as a matter of fairness (no privileged class). Just trade on the internal market. Click the menu on the upper right and choose Market.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "funny", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T21:49:12", + "created": "2016-07-04T03:04:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 101253, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T00:43:48", - "last_update": "2016-07-13T21:49:12", + "depth": 1, + "id": 52048, + "json_metadata": "{\"tags\":[\"funny\"]}", + "last_payout": "2016-08-13T08:41:30", + "last_update": "2016-07-04T03:05:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28844,14 +28844,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "dantheman", - "parent_permlink": "re-maniac-steemit-what-am-i-missing-20160713t214745055z", + "net_votes": 0, + "parent_author": "tinfoilfedora", + "parent_permlink": "convert-to-steem-takes-1-week", "percent_hbd": 10000, - "permlink": "re-dantheman-re-maniac-steemit-what-am-i-missing-20160713t214911691z", + "permlink": "re-tinfoilfedora-convert-to-steem-takes-1-week-20160704t030429800z", "reward_weight": 10000, - "root_author": "maniac", - "root_permlink": "steemit-what-am-i-missing", + "root_author": "tinfoilfedora", + "root_permlink": "convert-to-steem-takes-1-week", "title": "", "total_payout_value": { "amount": "0", @@ -28863,29 +28863,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T21:53:09", + "active": "2016-07-04T03:08:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "paying for votes will get you downvoted by whales. Persistence will get you flagged by downvote bots.", + "body": "Of course, but I wouldn't expect huge changes with 3 months of rewards already in the pool.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-13T21:50:45", + "created": "2016-07-04T03:08:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 101266, + "depth": 3, + "id": 52057, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-13T21:51:12", - "last_update": "2016-07-13T21:50:45", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:08:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28893,14 +28893,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "ombc", - "parent_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025043740z", "percent_hbd": 10000, - "permlink": "re-ombc-lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway-20160713t215044748z", + "permlink": "re-steemitblog-re-smooth-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t030832200z", "reward_weight": 10000, - "root_author": "ombc", - "root_permlink": "lets-do-an-giveaway-for-each-like-i-put-in-0-50-steem-in-the-giveaway-bonus-first-20-users-get-also-mini-giveaway", + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", "title": "", "total_payout_value": { "amount": "0", @@ -28912,29 +28912,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T22:15:12", + "active": "2016-07-04T17:07:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It will come. Don't get discouraged, there is just a huge flood of content and it will take days for enough Steem Power to be distributed to enough voters to make payouts easier.\n\nRight now the small group of early adopters are the only ones with enough power to strongly influence posts. That will change quickly.", + "body": "The value of any vote is much higher if many people vote on the same content than when voting alone.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-13T21:56:51", + "created": "2016-07-04T03:10:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 101332, + "depth": 4, + "id": 52065, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-15T13:30:06", - "last_update": "2016-07-13T21:56:51", + "last_payout": "2016-08-24T21:10:39", + "last_update": "2016-07-04T03:10:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28942,14 +28942,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "chad1775", - "parent_permlink": "steemit-post-earnings-question-for-the-community", + "net_votes": 2, + "parent_author": "will-zewe", + "parent_permlink": "re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t025021427z", "percent_hbd": 10000, - "permlink": "re-chad1775-steemit-post-earnings-question-for-the-community-20160713t215652797z", + "permlink": "re-will-zewe-re-tinfoilfedora-re-klye-re-tinfoilfedora-i-just-noticed-my-vote-is-worth-2-cents-how-about-yours-20160704t031049900z", "reward_weight": 10000, - "root_author": "chad1775", - "root_permlink": "steemit-post-earnings-question-for-the-community", + "root_author": "tinfoilfedora", + "root_permlink": "i-just-noticed-my-vote-is-worth-2-cents-how-about-yours", "title": "", "total_payout_value": { "amount": "0", @@ -28961,29 +28961,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T01:38:12", + "active": "2016-07-04T11:22:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Payouts to others can dilute your pending payout.", + "body": "How often is interest paid on SD?", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-14T01:38:12", + "created": "2016-07-04T04:04:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 103673, + "id": 52131, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-14T01:04:57", - "last_update": "2016-07-14T01:38:12", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T04:04:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -28991,14 +28991,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "shemthepenman", - "parent_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", "percent_hbd": 10000, - "permlink": "re-shemthepenman-what-causes-the-earnings-of-a-post-to-go-down-20160714t013811865z", + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t040436400z", "reward_weight": 10000, - "root_author": "shemthepenman", - "root_permlink": "what-causes-the-earnings-of-a-post-to-go-down", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { "amount": "0", @@ -29010,29 +29010,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T01:41:21", + "active": "2016-07-09T04:25:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Because it is actually less inflationary than Bitcoin if you hold steem power. If you hold steem dollars then you are safe.", + "body": "The first confirmation takes on average 10 minutes, not 5. An interesting, if perhaps non-intuitive, property of the exponential distribution.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "blocktrades", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-14T01:41:21", + "created": "2016-07-04T04:06:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 103695, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-14T00:41:03", - "last_update": "2016-07-14T01:41:21", + "id": 52135, + "json_metadata": "{\"tags\":[\"blocktrades\"]}", + "last_payout": "2016-08-24T15:52:00", + "last_update": "2016-07-04T08:07:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29041,13 +29041,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "onubense", - "parent_permlink": "don-t-invest-in-steem", + "parent_author": "blocktrades", + "parent_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", "percent_hbd": 10000, - "permlink": "re-onubense-don-t-invest-in-steem-20160714t014121210z", + "permlink": "re-blocktrades-bitcoin-payments-accepted-in-20s-soon-to-be-6s-20160704t040637300z", "reward_weight": 10000, - "root_author": "onubense", - "root_permlink": "don-t-invest-in-steem", + "root_author": "blocktrades", + "root_permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", "title": "", "total_payout_value": { "amount": "0", @@ -29059,29 +29059,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T02:33:24", + "active": "2016-07-04T04:23:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 158, "beneficiaries": [], - "body": "Reposted spam", + "body": "They're working on it. Their wallet was suspended prior to the fork as a precaution and the fork caused some minor issues for some nodes. Hopefully it won't be down much longer.", "cashout_time": "1969-12-31T23:59:59", - "category": "st", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-14T02:33:24", + "created": "2016-07-04T04:09:54", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 104189, - "json_metadata": "{\"tags\":[\"st\"]}", - "last_payout": "2016-08-14T02:33:09", - "last_update": "2016-07-14T02:33:24", + "id": 52139, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-16T05:19:18", + "last_update": "2016-07-04T04:09:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29089,17 +29089,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "raeesh1986", - "parent_permlink": "bitcoin-and-steem-power", + "net_votes": 4, + "parent_author": "klye", + "parent_permlink": "bittrex-steem-wallet-maintenance", "percent_hbd": 10000, - "permlink": "re-raeesh1986-bitcoin-and-steem-power-20160714t023325547z", + "permlink": "re-klye-bittrex-steem-wallet-maintenance-20160704t040955200z", "reward_weight": 10000, - "root_author": "raeesh1986", - "root_permlink": "bitcoin-and-steem-power", + "root_author": "klye", + "root_permlink": "bittrex-steem-wallet-maintenance", "title": "", "total_payout_value": { - "amount": "0", + "amount": "36", "nai": "@@000000013", "precision": 3 }, @@ -29108,29 +29108,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-14T04:12:30", + "active": "2016-07-05T03:55:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 151, "beneficiaries": [], - "body": "I liked it but you didn't cite your source.", + "body": "Payouts are continuous. 24 hours after each post but may be delayed if there is ongoing voting activity.", "cashout_time": "1969-12-31T23:59:59", - "category": "science", - "children": 1, + "category": "steem", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-14T02:44:27", + "created": "2016-07-04T05:12:27", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 104293, - "json_metadata": "{\"tags\":[\"science\"]}", - "last_payout": "2016-08-14T03:44:45", - "last_update": "2016-07-14T02:44:27", + "depth": 2, + "id": 52203, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:12:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29138,17 +29138,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "alkemix", - "parent_permlink": "our-mysterious-visual-ray", + "net_votes": 5, + "parent_author": "noaommerrr", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t045810802z", "percent_hbd": 10000, - "permlink": "re-alkemix-our-mysterious-visual-ray-20160714t024427325z", + "permlink": "re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051225800z", "reward_weight": 10000, - "root_author": "alkemix", - "root_permlink": "our-mysterious-visual-ray", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { - "amount": "0", + "amount": "34", "nai": "@@000000013", "precision": 3 }, @@ -29157,29 +29157,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T00:12:09", + "active": "2016-07-04T05:14:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I got my account back.", + "body": "I don't think you need to have orders on both sides at the same time or all the time, but you need to have had your orders filled on both sides otherwise your score will be zero and you will never get rewards.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 50, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-14T11:30:48", + "created": "2016-07-04T05:14:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 108877, - "json_metadata": "{\"tags\":[\"steem\",\"steemit\"]}", - "last_payout": "2016-08-24T21:53:54", - "last_update": "2016-07-15T06:39:06", + "depth": 2, + "id": 52205, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T05:14:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29187,15 +29187,15 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 141, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 3, + "parent_author": "alyssas", + "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t042541327z", "percent_hbd": 10000, - "permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", + "permlink": "re-alyssas-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t051402000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "i-would-like-to-thank-everyone-who-brought-us-to-where-we-are-today", - "title": "I would like to thank everyone who brought us to where we are today.", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", + "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -29206,29 +29206,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T05:14:51", + "active": "2016-07-04T08:23:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 171, "beneficiaries": [], - "body": "we got our accounts back along with every other account we reasonably suspect may have been hacked.", + "body": "There will be direct markets from Steem Dollars to Bitcoins within a few days. You won't need to use the internal market unless you want to convert your SD to Steem to power them up.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-15T06:52:00", + "created": "2016-07-04T08:09:57", "curator_payout_value": { - "amount": "0", + "amount": "10", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 115672, + "depth": 3, + "id": 52430, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-15T06:13:42", - "last_update": "2016-07-15T06:52:00", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:09:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29236,17 +29236,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "noaommerrr", - "parent_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "net_votes": 3, + "parent_author": "easteagle13", + "parent_permlink": "re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t075642793z", "percent_hbd": 10000, - "permlink": "re-noaommerrr-look-like-dan-and-ned-steem-founders-got-hacked-20160715t065201832z", + "permlink": "re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t080958400z", "reward_weight": 10000, - "root_author": "noaommerrr", - "root_permlink": "look-like-dan-and-ned-steem-founders-got-hacked", + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", "title": "", "total_payout_value": { - "amount": "0", + "amount": "38", "nai": "@@000000013", "precision": 3 }, @@ -29255,29 +29255,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T07:33:09", + "active": "2016-07-04T08:32:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 287, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "If your name is on this list, it means we detected that your account accessed the compromised page. Chances are they only got your posting key, but there was some probability that they got your owner key.", + "body": "Downvoted only to balance rewards between steem and non-steem posts. The post itself is of course well-written and helpful!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-15T06:53:42", + "created": "2016-07-04T08:12:54", "curator_payout_value": { - "amount": "130", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 115688, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-15T07:36:03", - "last_update": "2016-07-15T06:53:42", + "id": 52435, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-04T08:12:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29285,17 +29285,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "noaommerrr", - "parent_permlink": "list-of-the-accounts-got-hacked", + "net_votes": 0, + "parent_author": "steemitblog", + "parent_permlink": "introduction-to-steem-liquidity-rewards", "percent_hbd": 10000, - "permlink": "re-noaommerrr-list-of-the-accounts-got-hacked-20160715t065344774z", + "permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t081255800z", "reward_weight": 10000, - "root_author": "noaommerrr", - "root_permlink": "list-of-the-accounts-got-hacked", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { - "amount": "401", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -29304,29 +29304,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T07:56:42", + "active": "2016-07-04T08:23:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 112, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "We didn't roll back any transfers of funds.", + "body": "I'm not one of the coders on Steem/it. I do coding on other projects, but I wouldn't want to take credit where not deserved. I'm a Steem witness, early miner, and significant stakeholder. Glad I was able to provide useful information.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T07:15:03", + "created": "2016-07-04T08:23:30", "curator_payout_value": { - "amount": "50", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 115848, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-19T11:54:09", - "last_update": "2016-07-15T07:15:03", + "depth": 5, + "id": 52445, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:23:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29334,17 +29334,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "tinfoilfedora", - "parent_permlink": "re-orly-how-distributed-is-the-steem-protocol-20160715t053713800z", + "net_votes": 0, + "parent_author": "easteagle13", + "parent_permlink": "re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t081255398z", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-re-orly-how-distributed-is-the-steem-protocol-20160715t071501652z", + "permlink": "re-easteagle13-re-smooth-re-easteagle13-re-ratel-re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082329600z", "reward_weight": 10000, - "root_author": "orly", - "root_permlink": "how-distributed-is-the-steem-protocol", + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", "title": "", "total_payout_value": { - "amount": "156", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -29353,29 +29353,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T12:13:51", + "active": "2016-07-04T08:24:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 586, + "author": "smooth", + "author_rewards": 111178, "beneficiaries": [], - "body": "Yes", + "body": "Don't forget, in addition to the monetary rewards, you are now vested with 2000 Steem Power which gives you much greater influence than entry-level users in what content is rewarded and most visible on the site. Use it wisely!", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T12:13:51", + "created": "2016-07-04T08:24:39", "curator_payout_value": { - "amount": "337", + "amount": "85", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 118453, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-25T12:01:48", - "last_update": "2016-07-15T12:13:51", + "depth": 1, + "id": 52448, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-22T11:13:24", + "last_update": "2016-07-04T08:24:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29383,17 +29383,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "coar", - "parent_permlink": "re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t105529136z", + "net_votes": 5, + "parent_author": "easteagle13", + "parent_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", "percent_hbd": 10000, - "permlink": "re-coar-re-xeroc-paperwallet-easily-secure-your-account-with-steem-paperwallet-generator-20160715t121348567z", + "permlink": "re-easteagle13-i-just-woke-up-and-i-can-t-believe-wha-i-see-20160704t082440000z", "reward_weight": 10000, - "root_author": "xeroc", - "root_permlink": "paperwallet-easily-secure-your-account-with-steem-paperwallet-generator", + "root_author": "easteagle13", + "root_permlink": "i-just-woke-up-and-i-can-t-believe-wha-i-see", "title": "", "total_payout_value": { - "amount": "1020", + "amount": "25792", "nai": "@@000000013", "precision": 3 }, @@ -29402,29 +29402,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T19:29:00", + "active": "2016-07-05T11:05:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 85942, + "author": "smooth", + "author_rewards": 171, "beneficiaries": [], - "body": "Many of the accounts that were compromised by the attacker started to power them down. Ned did not initiate that power down. Today we are starting the process of restoring accounts to their rightful owner and in the process Ned will cancel his power down.", + "body": "My mistake. I did not see the bounty comment at the very end. I just sent another 300 SD which is about my recollection of how much the reward dropped. Please apply it to the bounty.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-15T13:23:36", + "created": "2016-07-05T03:52:00", "curator_payout_value": { - "amount": "138", + "amount": "13", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 119166, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-17T15:07:27", - "last_update": "2016-07-15T13:23:36", + "depth": 3, + "id": 54532, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T18:42:24", + "last_update": "2016-07-05T03:52:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29432,17 +29432,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 17, - "parent_author": "libdep", - "parent_permlink": "ceo-of-steem-powering-down", + "net_votes": 1, + "parent_author": "hipster", + "parent_permlink": "re-smooth-re-hipster-how-to-measure-success-of-steem-20160704t234627281z", "percent_hbd": 10000, - "permlink": "re-libdep-ceo-of-steem-powering-down-20160715t132335403z", + "permlink": "re-hipster-re-smooth-re-hipster-how-to-measure-success-of-steem-20160705t035202500z", "reward_weight": 10000, - "root_author": "libdep", - "root_permlink": "ceo-of-steem-powering-down", + "root_author": "hipster", + "root_permlink": "how-to-measure-success-of-steem", "title": "", "total_payout_value": { - "amount": "138538", + "amount": "39", "nai": "@@000000013", "precision": 3 }, @@ -29451,29 +29451,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T21:22:27", + "active": "2016-07-05T03:55:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 114, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "We would have rolled out an update for the liquidity rewards system yesterday, but didn't want to mix two updates at once. \n\nDespite claims that the rewards are \"oversized\", the people doing it are still providing liquidity. There is still an element of competition at play, unfortunately not many people are choosing to compete at the moment.", + "body": "Yes you still earn more. The voters don't get rewards after 24 hours but they can still upvote to reward the author.", "cashout_time": "1969-12-31T23:59:59", - "category": "trading", - "children": 8, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T13:32:30", + "created": "2016-07-05T03:55:00", "curator_payout_value": { - "amount": "66", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 119263, - "json_metadata": "{\"tags\":[\"trading\"]}", - "last_payout": "2016-08-20T04:14:33", - "last_update": "2016-07-15T13:32:30", + "depth": 4, + "id": 54537, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T05:22:12", + "last_update": "2016-07-05T03:55:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29482,16 +29482,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "jl777", - "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "parent_author": "kagetoki-1", + "parent_permlink": "re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t132726652z", "percent_hbd": 10000, - "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133231767z", + "permlink": "re-kagetoki-1-re-smooth-re-noaommerrr-re-steemitblog-introduction-to-steem-liquidity-rewards-20160705t035504400z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "root_author": "steemitblog", + "root_permlink": "introduction-to-steem-liquidity-rewards", "title": "", "total_payout_value": { - "amount": "198", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -29500,29 +29500,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-16T01:19:03", + "active": "2016-07-05T05:10:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 96435, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "the proposed equation has new vulnerabilities, someone who places orders for long periods of time and just \"waits\" for the market will make the most.\n\nAlso the recent hardfork did release limit_order_create2 operation which gives everyone the ability to have maximum precision and compete.", + "body": "Congratuations. Great work!", "cashout_time": "1969-12-31T23:59:59", - "category": "trading", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T13:35:06", + "created": "2016-07-05T05:10:24", "curator_payout_value": { - "amount": "311", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 119297, - "json_metadata": "{\"tags\":[\"trading\"]}", - "last_payout": "2016-08-20T04:14:33", - "last_update": "2016-07-15T13:35:06", + "id": 54661, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T15:20:21", + "last_update": "2016-07-05T05:10:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29530,17 +29530,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 14, - "parent_author": "jl777", - "parent_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "net_votes": 0, + "parent_author": "donkeypong", + "parent_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", "percent_hbd": 10000, - "permlink": "re-jl777-usd100-000-per-day-ongoing-drainage-of-liquidity-rewards-20160715t133508316z", + "permlink": "re-donkeypong-can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category-20160705t051016800z", "reward_weight": 10000, - "root_author": "jl777", - "root_permlink": "usd100-000-per-day-ongoing-drainage-of-liquidity-rewards", + "root_author": "donkeypong", + "root_permlink": "can-you-guess-amazon-s-1-hot-new-release-in-the-blogging-and-blogs-category", "title": "", "total_payout_value": { - "amount": "167989", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -29549,29 +29549,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T14:39:03", + "active": "2016-07-05T11:25:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Original Article. https://bitbillions.com/transcendental-meditation-and-financial-freedom/\n\nDownvoted for not posting source and for ads that are not relevant to the article.", + "body": "Could not agree with you more and that is exactly while I voted for many (good) posts in #introduceyourself", "cashout_time": "1969-12-31T23:59:59", - "category": "meditation", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-15T14:13:45", + "created": "2016-07-05T06:47:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 119720, - "json_metadata": "{\"tags\":[\"meditation\"],\"links\":[\"https://bitbillions.com/transcendental-meditation-and-financial-freedom/\"]}", - "last_payout": "2016-08-15T14:12:18", - "last_update": "2016-07-15T14:13:45", + "id": 54769, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:47:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29580,13 +29580,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "transcendfinance", - "parent_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "parent_author": "wingz", + "parent_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", "percent_hbd": 10000, - "permlink": "re-transcendfinance-what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything-20160715t141347474z", + "permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064745000z", "reward_weight": 10000, - "root_author": "transcendfinance", - "root_permlink": "what-does-meditation-have-to-do-with-financial-freedom-it-turns-out-everything", + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", "title": "", "total_payout_value": { "amount": "0", @@ -29598,29 +29598,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T14:25:42", + "active": "2016-07-05T06:48:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "The little fish are all counted equally on the 'hot' index. This means that if you are popular with the people, then the whales will see your post and you will likely get some big votes.\n\nEveryone contributes in different ways, but every contribution matters. The key to success is to write stuff that appeals to the audience. The Audience is your fellow steem users. \n\nCurrently this audience is very interested in Steem and that is OK for now. Eventually it will diversify as people look for more interesting content.", + "body": "Spot on.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-15T14:25:42", + "created": "2016-07-05T06:48:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 119830, + "depth": 2, + "id": 54770, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-18T07:10:39", - "last_update": "2016-07-15T14:25:42", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T06:48:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29629,13 +29629,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "nomoreheroes7", - "parent_permlink": "steem-and-the-little-fish-dilemma", + "parent_author": "justtryme90", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t035818715z", "percent_hbd": 10000, - "permlink": "re-nomoreheroes7-steem-and-the-little-fish-dilemma-20160715t142544042z", + "permlink": "re-justtryme90-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t064822500z", "reward_weight": 10000, - "root_author": "nomoreheroes7", - "root_permlink": "steem-and-the-little-fish-dilemma", + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", "title": "", "total_payout_value": { "amount": "0", @@ -29647,29 +29647,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T14:32:12", + "active": "2016-07-05T13:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "we must keep a minimum set of data to prevent abusive signups.", + "body": "No. Liquid STEEM does nothing for you other than sit there and potentially lose value. You should do something with it. Trade for SD, power up, or sell it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steemit-help", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-15T14:32:12", + "created": "2016-07-05T09:41:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 119895, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T21:49:39", - "last_update": "2016-07-15T14:32:12", + "depth": 1, + "id": 54939, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T09:41:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29677,14 +29677,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "tinfoilfedora", - "parent_permlink": "re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t060855700z", + "net_votes": 0, + "parent_author": "ash", + "parent_permlink": "quick-question-do-you-vest-even-when-powered-down", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-re-steemit3-first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott-20160715t143213342z", + "permlink": "re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t094120800z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", "title": "", "total_payout_value": { "amount": "0", @@ -29696,29 +29696,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-15T14:44:57", + "active": "2016-07-05T11:28:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 1273, "beneficiaries": [], - "body": "Don't know how I missed it the first time, thanks for pointing it out again.", + "body": "I agree, but there is a slight irony here: Your post is about Steem!", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-15T14:43:18", + "created": "2016-07-05T10:10:51", "curator_payout_value": { - "amount": "0", + "amount": "94", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 120031, + "id": 54970, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-17T06:37:00", - "last_update": "2016-07-15T14:43:18", + "last_payout": "2016-08-10T21:17:30", + "last_update": "2016-07-05T10:11:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29726,17 +29726,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "mindover", - "parent_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "net_votes": 10, + "parent_author": "nadejde", + "parent_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", "percent_hbd": 10000, - "permlink": "re-mindover-still-confused-about-steemit-i-ll-make-it-simple-20160715t144318106z", + "permlink": "re-nadejde-the-circlejerk-of-steemit-and-why-is-bad-for-everybody-20160705t101050900z", "reward_weight": 10000, - "root_author": "mindover", - "root_permlink": "still-confused-about-steemit-i-ll-make-it-simple", + "root_author": "nadejde", + "root_permlink": "the-circlejerk-of-steemit-and-why-is-bad-for-everybody", "title": "", "total_payout_value": { - "amount": "0", + "amount": "296", "nai": "@@000000013", "precision": 3 }, @@ -29745,29 +29745,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T03:23:21", + "active": "2016-07-05T13:14:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "We are coming out stronger than ever.", + "body": "Oh, if you mean the part that hasn't powered down _yet_, then yes. That is still considered powered up (Vests).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steemit-help", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-17T02:14:45", + "created": "2016-07-05T11:33:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 134904, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-17T03:15:09", - "last_update": "2016-07-17T02:14:45", + "depth": 3, + "id": 55071, + "json_metadata": "{\"tags\":[\"steemit-help\"]}", + "last_payout": "2016-08-06T14:11:18", + "last_update": "2016-07-05T11:33:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29775,14 +29775,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "venuspcs", - "parent_permlink": "re-madnation-the-rise-of-steemit-20160717t021122070z", + "net_votes": 2, + "parent_author": "ash", + "parent_permlink": "re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t110448738z", "percent_hbd": 10000, - "permlink": "re-venuspcs-re-madnation-the-rise-of-steemit-20160717t021446026z", + "permlink": "re-ash-re-smooth-re-ash-quick-question-do-you-vest-even-when-powered-down-20160705t113333000z", "reward_weight": 10000, - "root_author": "madnation", - "root_permlink": "the-rise-of-steemit", + "root_author": "ash", + "root_permlink": "quick-question-do-you-vest-even-when-powered-down", "title": "", "total_payout_value": { "amount": "0", @@ -29794,29 +29794,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T04:06:03", + "active": "2016-07-06T01:01:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "We are not calculating or storing those keys at the momentum to prevent new hacking attempts while we audit all of our key handling.", + "body": "I tried to make this exact point about the content rewards creating many new vested participants (and they will continue to do this every day as new rewards are paid out!) during the brutal Curation Reward Debates, but it is much easier to understand when you can see it for yourself than when someone is trying to explain it (and apparently was not doing a very good job).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-17T04:06:03", + "created": "2016-07-05T11:37:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 136660, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T02:40:39", - "last_update": "2016-07-17T04:06:03", + "depth": 2, + "id": 55077, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-05T11:37:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29824,14 +29824,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "msutyler", - "parent_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "net_votes": 0, + "parent_author": "cryptogee", + "parent_permlink": "re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t053652525z", "percent_hbd": 10000, - "permlink": "re-msutyler-can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack-20160717t040604256z", + "permlink": "re-cryptogee-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160705t113728900z", "reward_weight": 10000, - "root_author": "msutyler", - "root_permlink": "can-t-view-or-edit-owner-or-active-private-keys-what-does-this-mean-was-i-part-of-the-hack", + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", "title": "", "total_payout_value": { "amount": "0", @@ -29843,29 +29843,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T07:45:18", + "active": "2016-07-05T11:51:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 80, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "As far as we can tell the hacker did not get passwords, just keys. \n\nYour account will be restored and secure as any new account.", + "body": "Good to see you posting your content here now.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "supernet", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-17T04:12:03", + "created": "2016-07-05T11:44:21", "curator_payout_value": { - "amount": "62", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 136735, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-17T04:36:21", - "last_update": "2016-07-17T04:12:03", + "id": 55084, + "json_metadata": "{\"tags\":[\"supernet\"]}", + "last_payout": "2016-08-19T10:55:18", + "last_update": "2016-07-05T11:44:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29873,17 +29873,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "sigmajin", - "parent_permlink": "some-post-hack-security-concerns", + "net_votes": 1, + "parent_author": "thirdstryker1", + "parent_permlink": "core-media-supernet-weekly-no-17", "percent_hbd": 10000, - "permlink": "re-sigmajin-some-post-hack-security-concerns-20160717t041159414z", + "permlink": "re-thirdstryker1-core-media-supernet-weekly-no-17-20160705t114420600z", "reward_weight": 10000, - "root_author": "sigmajin", - "root_permlink": "some-post-hack-security-concerns", + "root_author": "thirdstryker1", + "root_permlink": "core-media-supernet-weekly-no-17", "title": "", "total_payout_value": { - "amount": "262", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -29892,29 +29892,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T22:24:39", + "active": "2016-07-05T18:56:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 624, + "author": "smooth", + "author_rewards": 84392, "beneficiaries": [], - "body": "Steem dollars are pegged to price feed. We can change what the feed tracks as soon as hyperinflation starts.", + "body": "Remember there is no \"guarantee\" that 1 SD will ever be worth 1 USD! It is supposed to and it probably will, but that is the bet you are placing if you make this trade (or at least that it will get closer).", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-17T11:25:03", + "created": "2016-07-05T18:56:48", "curator_payout_value": { - "amount": "647", + "amount": "16", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 142852, + "id": 55935, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T04:37:03", - "last_update": "2016-07-17T11:25:03", + "last_payout": "2016-08-20T19:37:39", + "last_update": "2016-07-05T18:56:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29922,17 +29922,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 10, - "parent_author": "jholdsworthy", - "parent_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "net_votes": 2, + "parent_author": "wingz", + "parent_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", "percent_hbd": 10000, - "permlink": "re-jholdsworthy-why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars-20160717t112503522z", + "permlink": "re-wingz-how-to-buy-a-steem-dollar-for-less-than-a-dollar-20160705t185650100z", "reward_weight": 10000, - "root_author": "jholdsworthy", - "root_permlink": "why-steemcash-would-be-a-much-better-currency-than-sbd-steemdollars", + "root_author": "wingz", + "root_permlink": "how-to-buy-a-steem-dollar-for-less-than-a-dollar", "title": "", "total_payout_value": { - "amount": "2050", + "amount": "19662", "nai": "@@000000013", "precision": 3 }, @@ -29941,29 +29941,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T14:14:45", + "active": "2016-07-05T20:16:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 543, "beneficiaries": [], - "body": "That video is wrong. He did not vote multiple times and have them all count.", + "body": "The other keys can do everything but change keys (transferring funds, voting, etc.). The main thing that protects the value of an account as long as you have the owner key is the powering down process taking two years, and one week for even the first payment. If someone were to take over your account (via the other keys) and for example start powering it down or using it to vote on their own posts, you could recover it with the owner key (by changing the compromised keys) and limit the damage.\n\nHowever, if you have liquid steem or steem dollars in your account those could be stolen immediately with the active key. The memo key could be used to see your private messages.", "cashout_time": "1969-12-31T23:59:59", - "category": "hack", - "children": 2, + "category": "steemit-guides", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-17T11:41:27", + "created": "2016-07-05T20:16:18", "curator_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 143070, - "json_metadata": "{\"tags\":[\"hack\"]}", - "last_payout": "2016-08-25T12:10:06", - "last_update": "2016-07-17T11:41:27", + "depth": 2, + "id": 56079, + "json_metadata": "{\"tags\":[\"steemit-guides\"]}", + "last_payout": "2016-08-24T10:05:15", + "last_update": "2016-07-05T20:16:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -29971,17 +29971,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "silvan", - "parent_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "net_votes": 9, + "parent_author": "clains", + "parent_permlink": "re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t200731710z", "percent_hbd": 10000, - "permlink": "re-silvan-warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit-20160717t114128268z", + "permlink": "re-clains-re-pfunk-your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever-20160705t201618900z", "reward_weight": 10000, - "root_author": "silvan", - "root_permlink": "warnings-steemit-and-keepit-a-vid-where-he-was-giving-people-unlimited-steemit", + "root_author": "pfunk", + "root_permlink": "your-steem-account-is-worth-money-how-to-secure-it-with-a-new-owner-key-to-keep-it-yours-forever", "title": "", "total_payout_value": { - "amount": "0", + "amount": "125", "nai": "@@000000013", "precision": 3 }, @@ -29990,29 +29990,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T16:38:06", + "active": "2016-07-05T20:54:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 36, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "You can cancel power down.", + "body": "Just link and include a summary. There is zero reason to repost the whole thing here. Vitalik knows where to find us if he wants to come post here.", "cashout_time": "1969-12-31T23:59:59", - "category": "blockchain", - "children": 1, + "category": "crypto-news", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-17T16:30:57", + "created": "2016-07-05T20:54:42", "curator_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 147832, - "json_metadata": "{\"tags\":[\"blockchain\"]}", - "last_payout": "2016-08-25T00:16:00", - "last_update": "2016-07-17T16:30:57", + "depth": 1, + "id": 56181, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-05T20:54:06", + "last_update": "2016-07-05T20:54:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30020,17 +30020,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "biophil", - "parent_permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t162156728z", + "net_votes": -1, + "parent_author": "miles2045", + "parent_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", "percent_hbd": 10000, - "permlink": "re-biophil-re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160717t163056247z", + "permlink": "re-miles2045-vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more-20160705t205442800z", "reward_weight": 10000, - "root_author": "dan", - "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", + "root_author": "miles2045", + "root_permlink": "vitalik-buterin-why-cryptoeconomics-and-x-risk-researchers-should-listen-to-each-other-more", "title": "", "total_payout_value": { - "amount": "118", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30039,29 +30039,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T20:18:45", + "active": "2016-07-05T20:57:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 493, + "author": "smooth", + "author_rewards": 85955, "beneficiaries": [], - "body": "People value power and influence, steem power gives you the ability to influence who gets what. Every argument for Bitcoin or eth is also relevant.", + "body": "Exactly. The referral program works like this:\n\n1. Buy or earn Steem Power\n2. Refer people\n3. Profit", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 3, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-17T19:00:24", + "created": "2016-07-05T20:57:27", "curator_payout_value": { - "amount": "535", + "amount": "79", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 150638, + "depth": 3, + "id": 56188, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T15:41:33", - "last_update": "2016-07-17T19:00:24", + "last_payout": "2016-08-20T14:23:30", + "last_update": "2016-07-05T20:57:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30069,17 +30069,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "team-leibniz", - "parent_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "net_votes": 3, + "parent_author": "hipster", + "parent_permlink": "re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t141204852z", "percent_hbd": 10000, - "permlink": "re-team-leibniz-but-its-a-scam-right-how-do-you-explain-steem-to-others-20160717t190024852z", + "permlink": "re-hipster-re-dana-edwards-re-hisnameisolllie-steemit-s-valuation-20160705t205726400z", "reward_weight": 10000, - "root_author": "team-leibniz", - "root_permlink": "but-its-a-scam-right-how-do-you-explain-steem-to-others", + "root_author": "hisnameisolllie", + "root_permlink": "steemit-s-valuation", "title": "", "total_payout_value": { - "amount": "1619", + "amount": "20026", "nai": "@@000000013", "precision": 3 }, @@ -30088,29 +30088,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T00:58:33", + "active": "2016-07-05T21:01:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I believe those are ours.", + "body": "Correct, but the option doesn't seem all that important. Powering down will only liquidate 1% per week so if you want to power down a portion you can stop it after some number of weeks.", "cashout_time": "1969-12-31T23:59:59", - "category": "the-hack", - "children": 1, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T00:44:15", + "created": "2016-07-05T21:01:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 156688, - "json_metadata": "{\"tags\":[\"the-hack\"]}", - "last_payout": "2016-08-24T02:09:03", - "last_update": "2016-07-18T00:44:15", + "depth": 2, + "id": 56199, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:01:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30118,14 +30118,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "flexcougar", - "parent_permlink": "the-hacker-keys-or-the-savior", + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t094005891z", "percent_hbd": 10000, - "permlink": "re-flexcougar-the-hacker-keys-or-the-savior-20160718t004416582z", + "permlink": "re-abit-re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210106700z", "reward_weight": 10000, - "root_author": "flexcougar", - "root_permlink": "the-hacker-keys-or-the-savior", + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", "title": "", "total_payout_value": { "amount": "0", @@ -30137,29 +30137,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T04:28:12", + "active": "2016-07-05T21:03:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 7, + "author": "smooth", + "author_rewards": 64180, "beneficiaries": [], - "body": "It will, soon", + "body": "Conversion of steem dollars takes 7 days to collect sufficient data via the price feed (trading on the internal market can be done instantly though). A smaller number of feed samples would be more subject to the possibility of bad data. I don't know of a technical rationale for the first power down payment taking 7 days. I guess it is more of an economic motivation, to keep SP from being viewed as a liquid asset.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T03:38:36", + "created": "2016-07-05T21:03:24", "curator_payout_value": { - "amount": "3", + "amount": "24", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 159038, + "depth": 1, + "id": 56208, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-18T03:36:21", - "last_update": "2016-07-18T03:38:36", + "last_payout": "2016-08-07T12:45:33", + "last_update": "2016-07-05T21:03:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30167,17 +30167,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "tinfoilfedora", - "parent_permlink": "re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033450000z", + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", "percent_hbd": 10000, - "permlink": "re-tinfoilfedora-re-ashold882015-how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked-20160718t033835988z", + "permlink": "re-alexgr-question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power-20160705t210325200z", "reward_weight": 10000, - "root_author": "ashold882015", - "root_permlink": "how-can-i-access-my-account-when-steemit-com-go-offline-or-ddos-attacked", + "root_author": "alexgr", + "root_permlink": "question-why-does-it-take-7-days-for-conversion-of-steem-dollars-and-powering-down-of-steem-power", "title": "", "total_payout_value": { - "amount": "22", + "amount": "14952", "nai": "@@000000013", "precision": 3 }, @@ -30186,29 +30186,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-18T11:43:24", + "active": "2016-07-06T00:57:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "The hack delayed our follow feed. You can start following people today.", + "body": "You can still see the downvotes in the vote drop down, but that won't work at all in practice (already questionable) once the user base expands.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-18T11:30:33", + "created": "2016-07-06T00:57:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 164389, + "depth": 2, + "id": 56672, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-18T11:22:27", - "last_update": "2016-07-18T11:30:33", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:57:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30217,13 +30217,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "samuelcole90", - "parent_permlink": "my-problem-with-steemit", + "parent_author": "abit", + "parent_permlink": "re-dantheman-new-features-on-steemit-20160706t005247948z", "percent_hbd": 10000, - "permlink": "re-samuelcole90-my-problem-with-steemit-20160718t113033912z", + "permlink": "re-abit-re-dantheman-new-features-on-steemit-20160706t005732000z", "reward_weight": 10000, - "root_author": "samuelcole90", - "root_permlink": "my-problem-with-steemit", + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -30235,29 +30235,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T01:07:36", + "active": "2016-07-06T07:00:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Orignal article http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/", + "body": "Suggestion to reverse the payout info. Show the total payout, and the current payout in the detail box. Total payout is a \"meaingful\" property of the post while pending payout is part of the underlying system mechanics. This could be reversed in the \"payout time\" view.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-19T00:56:39", + "created": "2016-07-06T00:59:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 177377, - "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"http://askinmask.com/2015/10/15-signs-of-a-healthy-relationship/\"]}", - "last_payout": "2016-08-19T00:57:12", - "last_update": "2016-07-19T00:56:39", + "id": 56675, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T00:59:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30265,14 +30265,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hofman386", - "parent_permlink": "15-signs-of-a-healthy-relationship", + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "new-features-on-steemit", "percent_hbd": 10000, - "permlink": "re-hofman386-15-signs-of-a-healthy-relationship-20160719t005652504z", + "permlink": "re-dantheman-new-features-on-steemit-20160706t005919100z", "reward_weight": 10000, - "root_author": "hofman386", - "root_permlink": "15-signs-of-a-healthy-relationship", + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -30284,29 +30284,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T01:31:57", + "active": "2016-07-06T07:00:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "the same amount of money is being distributed regardless. Supply change is constant. It just is more or less concentrated.", + "body": "Yes I see that looking in my blog page. But I think the payouts shown are half (maybe only author rewards are shown, not curator?)", "cashout_time": "1969-12-31T23:59:59", - "category": "money", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-19T01:31:57", + "created": "2016-07-06T07:00:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 177858, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-08-20T10:21:54", - "last_update": "2016-07-19T01:31:57", + "id": 57262, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T20:23:24", + "last_update": "2016-07-06T07:00:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30315,13 +30315,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "announcement", - "parent_permlink": "re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160718t233732000z", + "parent_author": "abit", + "parent_permlink": "re-smooth-re-dantheman-new-features-on-steemit-20160706t012023919z", "percent_hbd": 10000, - "permlink": "re-announcement-re-ungratefulchump-re-announcement-suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency-20160719t013210889z", + "permlink": "re-abit-re-smooth-re-dantheman-new-features-on-steemit-20160706t070004700z", "reward_weight": 10000, - "root_author": "announcement", - "root_permlink": "suggested-steemit-have-a-maximum-of-usd-500-or-less-per-post-avoiding-fast-devaluation-of-currency", + "root_author": "dantheman", + "root_permlink": "new-features-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -30333,44 +30333,44 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T16:35:45", + "active": "2016-07-06T07:04:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I have been asking for this myself, but right now we have been responding to a flood of traffic, attempting to scale our servers, etc.", + "body": "You have to believe that Steem Dollar will someday trade at (or at least closer to) par, or that Steem price will be reasonably stable going forward. Neither of these are guaranteed, but I think they are good bets for the short term. You should make your own investment decisions though, don't listen to me.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-faq", - "children": 2, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-19T01:45:39", + "created": "2016-07-06T07:03:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 178055, - "json_metadata": "{\"tags\":[\"steemit-faq\"]}", - "last_payout": "2016-08-22T22:21:39", - "last_update": "2016-07-19T01:45:39", + "depth": 5, + "id": 57267, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-21T08:22:54", + "last_update": "2016-07-06T07:04:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 0, - "net_votes": 3, - "parent_author": "dmitriybtc", - "parent_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "wingz", + "parent_permlink": "re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t013647974z", "percent_hbd": 10000, - "permlink": "re-dmitriybtc-steemit-developers-should-try-to-be-more-people-oriented-20160719t014552578z", + "permlink": "re-wingz-re-will-zewe-re-wingz-re-will-zewe-re-wingz-steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout-20160706t070344200z", "reward_weight": 10000, - "root_author": "dmitriybtc", - "root_permlink": "steemit-developers-should-try-to-be-more-people-oriented", + "root_author": "wingz", + "root_permlink": "steemit-has-all-of-a-sudden-become-a-lot-more-democratic-a-lot-fairer-and-it-s-all-because-of-the-payout", "title": "", "total_payout_value": { "amount": "0", @@ -30382,29 +30382,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T12:52:27", + "active": "2016-07-06T07:19:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 23, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Yes we will.", + "body": "wang is a bot. Ignore.", "cashout_time": "1969-12-31T23:59:59", - "category": "hack", - "children": 5, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-19T12:39:18", + "created": "2016-07-06T07:12:33", "curator_payout_value": { - "amount": "21", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 187075, - "json_metadata": "{\"tags\":[\"hack\"]}", - "last_payout": "2016-08-20T02:34:15", - "last_update": "2016-07-19T12:39:18", + "depth": 3, + "id": 57285, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-07T20:04:33", + "last_update": "2016-07-06T07:12:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30412,17 +30412,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "redexi", - "parent_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "net_votes": 0, + "parent_author": "spiry-btc", + "parent_permlink": "re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t064557248z", "percent_hbd": 10000, - "permlink": "re-redexi-steemit-com-how-i-survived-the-downtime-and-why-you-should-care-20160719t123917963z", + "permlink": "re-spiry-btc-re-wang-re-spiry-btc-hey-guys-i-am-spiry-been-in-bitcoin-since-2013-20160706t071233400z", "reward_weight": 10000, - "root_author": "redexi", - "root_permlink": "steemit-com-how-i-survived-the-downtime-and-why-you-should-care", + "root_author": "spiry-btc", + "root_permlink": "hey-guys-i-am-spiry-been-in-bitcoin-since-2013", "title": "", "total_payout_value": { - "amount": "82", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30431,29 +30431,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T22:30:42", + "active": "2016-07-06T10:48:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 15, + "author": "smooth", + "author_rewards": 260, "beneficiaries": [], - "body": "No. They should just use password update", + "body": "I've reported this issue to the web site development team.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steemit-issues", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-19T22:12:30", + "created": "2016-07-06T09:13:12", "curator_payout_value": { - "amount": "0", + "amount": "19", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 200955, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T10:49:09", - "last_update": "2016-07-19T22:12:30", + "depth": 1, + "id": 57471, + "json_metadata": "{\"tags\":[\"steemit-issues\"]}", + "last_payout": "2016-08-06T14:29:12", + "last_update": "2016-07-06T09:13:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30461,17 +30461,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "cryptofunk", - "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220050757z", + "net_votes": 4, + "parent_author": "ash", + "parent_permlink": "steem-power-and-vests", "percent_hbd": 10000, - "permlink": "re-cryptofunk-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221230062z", + "permlink": "re-ash-steem-power-and-vests-20160706t091310800z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "root_author": "ash", + "root_permlink": "steem-power-and-vests", "title": "", "total_payout_value": { - "amount": "51", + "amount": "60", "nai": "@@000000013", "precision": 3 }, @@ -30480,29 +30480,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-19T22:40:42", + "active": "2016-07-06T16:41:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 15, + "author": "smooth", + "author_rewards": 64891, "beneficiaries": [], - "body": "We are looking into this, make sure your memo key is also unique. It appears our checks are yielding some false positives.", + "body": "Upvoted because....while this isn't the most thoughtful or well-written post, the idea is important. People have now seen (and are seeing every single day with new payouts) that this isn't some bait-and-switch \"rewards\" site that promises to pay you for doing this or that but really you end up with pennies or nothing at all. Getting paid to post and vote on Steemit is now a \"real thing\", and that's important.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-19T22:19:24", + "created": "2016-07-06T09:39:06", "curator_payout_value": { - "amount": "0", + "amount": "18", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 201146, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T10:49:09", - "last_update": "2016-07-19T22:19:24", + "depth": 1, + "id": 57504, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-08T17:28:18", + "last_update": "2016-07-06T09:39:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30510,17 +30510,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "steem1", - "parent_permlink": "re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t220458094z", + "net_votes": 4, + "parent_author": "azaan", + "parent_permlink": "steem-on", "percent_hbd": 10000, - "permlink": "re-steem1-re-pnc-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160719t221925526z", + "permlink": "re-azaan-steem-on-20160706t093906200z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "root_author": "azaan", + "root_permlink": "steem-on", "title": "", "total_payout_value": { - "amount": "51", + "amount": "15184", "nai": "@@000000013", "precision": 3 }, @@ -30529,29 +30529,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T18:02:54", + "active": "2016-07-07T10:10:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 77283, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Steem is no more inflationary than Bitcoin. Only 10% of market cap is redistributed each year.", + "body": "Downvoted because, well yes it is a great plan, but the plan is undermined by Steem-related posts and team updates sucking in a big portion of the reward pool.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-20T12:08:39", + "created": "2016-07-07T10:10:54", "curator_payout_value": { - "amount": "962", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 217551, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T18:00:45", - "last_update": "2016-07-20T12:08:39", + "id": 60307, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T22:45:51", + "last_update": "2016-07-07T10:10:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30559,17 +30559,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "mahekg", - "parent_permlink": "how-can-steemit-be-workable-long-term", + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", "percent_hbd": 10000, - "permlink": "re-mahekg-how-can-steemit-be-workable-long-term-20160720t120839908z", + "permlink": "re-dan-steemit-s-evil-plan-for-cryptocurrency-world-domination-20160707t101053600z", "reward_weight": 10000, - "root_author": "mahekg", - "root_permlink": "how-can-steemit-be-workable-long-term", + "root_author": "dan", + "root_permlink": "steemit-s-evil-plan-for-cryptocurrency-world-domination", "title": "", "total_payout_value": { - "amount": "282700", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30578,29 +30578,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T21:02:15", + "active": "2016-07-09T00:50:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 61, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Min length. Going forward we will actually be enforcing full private keys as password.", + "body": "Maybe best to keep titles SFW? Upvoted anyway.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "secret-writer", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-20T21:02:15", + "created": "2016-07-08T23:04:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 229489, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T10:49:09", - "last_update": "2016-07-20T21:02:15", + "depth": 1, + "id": 66518, + "json_metadata": "{\"tags\":[\"secret-writer\"]}", + "last_payout": "2016-08-25T04:05:45", + "last_update": "2016-07-08T23:04:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30608,17 +30608,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "ausbitbank", - "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t015053169z", + "net_votes": 0, + "parent_author": "stellabelle", + "parent_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", "percent_hbd": 10000, - "permlink": "re-ausbitbank-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210215478z", + "permlink": "re-stellabelle-the-secret-writer-the-fucked-up-letter-i-got-from-my-dad-20160708t230441700z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "root_author": "stellabelle", + "root_permlink": "the-secret-writer-the-fucked-up-letter-i-got-from-my-dad", "title": "", "total_payout_value": { - "amount": "210", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30627,29 +30627,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-20T21:07:42", + "active": "2016-07-08T23:10:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "If they forget password we cannot help them.", + "body": "Yes you will and the there is not really any process to see. It is just a waiting period.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-20T21:02:57", + "created": "2016-07-08T23:09:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 229503, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T10:49:09", - "last_update": "2016-07-20T21:02:57", + "depth": 1, + "id": 66525, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-09T09:32:39", + "last_update": "2016-07-08T23:10:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30657,14 +30657,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "itstimetostop", - "parent_permlink": "re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t012312680z", + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", "percent_hbd": 10000, - "permlink": "re-itstimetostop-re-steemit3-third-update-to-july-14th-security-announcement-account-recovery-begins-20160720t210256723z", + "permlink": "re-joelinux-i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned-20160708t230958400z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "root_author": "joelinux", + "root_permlink": "i-converted-all-my-sd-to-steem-on-the-4th-does-that-mean-on-the-11th-or-the-18th-i-will-see-the-steem-dan-ned", "title": "", "total_payout_value": { "amount": "0", @@ -30676,29 +30676,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-21T12:22:27", + "active": "2016-07-10T09:22:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 13, + "author": "smooth", + "author_rewards": 3596, "beneficiaries": [], - "body": "Mute will work once we get caught up on account recovery and registration.", + "body": "Thanks Bittrex and Bill, Fantastic work, but I downvoted this to keep the rewards from going too high for an 'announcement' post. That takes money away from the pool that rewards authors.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "bittrex", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-21T12:22:27", + "created": "2016-07-09T22:19:27", "curator_payout_value": { - "amount": "7", + "amount": "317", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 245548, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-21T13:43:06", - "last_update": "2016-07-21T12:22:27", + "id": 70595, + "json_metadata": "{\"tags\":[\"bittrex\"]}", + "last_payout": "2016-08-24T00:07:18", + "last_update": "2016-07-09T22:19:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30706,17 +30706,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "daenerys", - "parent_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "net_votes": 6, + "parent_author": "bittrex-bill", + "parent_permlink": "new-bittrex-market-for-steam-dollars", "percent_hbd": 10000, - "permlink": "re-daenerys-this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please-20160721t122228356z", + "permlink": "re-bittrex-bill-new-bittrex-market-for-steam-dollars-20160709t221927200z", "reward_weight": 10000, - "root_author": "daenerys", - "root_permlink": "this-is-my-official-request-for-a-hide-author-from-timeline-button-let-me-edit-my-feed-please", + "root_author": "bittrex-bill", + "root_permlink": "new-bittrex-market-for-steam-dollars", "title": "", "total_payout_value": { - "amount": "45", + "amount": "952", "nai": "@@000000013", "precision": 3 }, @@ -30725,29 +30725,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-21T19:06:51", + "active": "2016-07-10T09:00:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Nice try. \n- your friendly neighborhood whale.", + "body": "Voting power regeneration was changed to 5 days.", "cashout_time": "1969-12-31T23:59:59", - "category": "funny", - "children": 2, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-21T12:36:00", + "created": "2016-07-10T09:00:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 245865, - "json_metadata": "{\"tags\":[\"funny\"]}", - "last_payout": "2016-08-23T20:40:45", - "last_update": "2016-07-21T12:36:00", + "depth": 2, + "id": 72760, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T19:51:45", + "last_update": "2016-07-10T09:00:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30755,14 +30755,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "pipokinha", - "parent_permlink": "all-you-whales-are-now-under-my-power-upvote", + "net_votes": 0, + "parent_author": "norbu", + "parent_permlink": "re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t075538895z", "percent_hbd": 10000, - "permlink": "re-pipokinha-all-you-whales-are-now-under-my-power-upvote-20160721t123600578z", + "permlink": "re-norbu-re-krispy123-how-does-steem-upvote-post-reward-system-works-20160710t090018900z", "reward_weight": 10000, - "root_author": "pipokinha", - "root_permlink": "all-you-whales-are-now-under-my-power-upvote", + "root_author": "krispy123", + "root_permlink": "how-does-steem-upvote-post-reward-system-works", "title": "", "total_payout_value": { "amount": "0", @@ -30774,29 +30774,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T09:57:57", + "active": "2016-07-10T10:47:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "This is designed to prevent signup abuse. You get free steem power so you can earn more.", + "body": "You can see the numbers in the box on the right side of steemd.com. Current supply is 94.760 million of which 93.085 million is in the vesting fund (Steem Power).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-21T12:40:42", + "created": "2016-07-10T10:37:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 245957, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-23T17:59:48", - "last_update": "2016-07-21T12:40:42", + "depth": 2, + "id": 73033, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T03:29:09", + "last_update": "2016-07-10T10:37:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30804,14 +30804,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hassan123", - "parent_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "net_votes": 2, + "parent_author": "bacchist", + "parent_permlink": "re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t100731459z", "percent_hbd": 10000, - "permlink": "re-hassan123-account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is-20160721t124042328z", + "permlink": "re-bacchist-re-hisnameisolllie-steem-getting-pump-ed-will-there-be-a-dump-20160710t103736400z", "reward_weight": 10000, - "root_author": "hassan123", - "root_permlink": "account-registered-by-another-account-requires-10x-account-creation-fee-worth-of-steem-power-before-it-can-power-down-what-is", + "root_author": "hisnameisolllie", + "root_permlink": "steem-getting-pump-ed-will-there-be-a-dump", "title": "", "total_payout_value": { "amount": "0", @@ -30823,29 +30823,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-23T22:00:03", + "active": "2016-07-13T01:25:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "If you are on your computer we may have an option to let you login with your phone via qr. we want to make this easier, but security first.", + "body": "> I hope you blog about what it's like to run an exchange without giving any trade secrets\n\nAgree", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "introduceyourself", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-23T03:18:09", + "created": "2016-07-11T03:26:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 288496, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T12:40:48", - "last_update": "2016-07-23T03:18:09", + "depth": 2, + "id": 76854, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-11T03:26:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30853,14 +30853,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "thedoctor", - "parent_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "net_votes": 1, + "parent_author": "intelliguy", + "parent_permlink": "re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160710t233528275z", "percent_hbd": 10000, - "permlink": "re-thedoctor-ohh-not-again-hate-writing-my-password-wrong-20160723t031808924z", + "permlink": "re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160711t032643400z", "reward_weight": 10000, - "root_author": "thedoctor", - "root_permlink": "ohh-not-again-hate-writing-my-password-wrong", + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", "title": "", "total_payout_value": { "amount": "0", @@ -30872,29 +30872,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-24T08:38:15", + "active": "2016-07-11T13:06:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 101, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "minimum post payout is $0.02 which means that this is actually bounded.", + "body": "Amazing post. Thanks for sharing your adventures with us!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "travel", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-24T04:13:48", + "created": "2016-07-11T03:28:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 312998, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-24T04:32:21", - "last_update": "2016-07-24T04:13:48", + "id": 76860, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-24T11:10:15", + "last_update": "2016-07-11T03:28:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30902,17 +30902,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "positive", - "parent_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "net_votes": 0, + "parent_author": "heiditravels", + "parent_permlink": "14-days-in-north-africa-part-1", "percent_hbd": 10000, - "permlink": "re-positive-asymptotic-vs-bounded-new-hard-fork-and-auto-spammers-20160724t041358393z", + "permlink": "re-heiditravels-14-days-in-north-africa-part-1-20160711t032827700z", "reward_weight": 10000, - "root_author": "positive", - "root_permlink": "asymptotic-vs-bounded-new-hard-fork-and-auto-spammers", + "root_author": "heiditravels", + "root_permlink": "14-days-in-north-africa-part-1", "title": "", "total_payout_value": { - "amount": "145", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30921,29 +30921,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-25T13:28:39", + "active": "2016-07-13T01:25:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 259, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I didn't even notice these transfers! I doubt Ned did. We don't check our accounts every day.", + "body": "Perhaps aspects of how they handle security, or future marketing plans, etc.. Just like any business.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-25T13:07:51", + "created": "2016-07-13T01:25:27", "curator_payout_value": { - "amount": "300", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 345058, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-25T15:07:24", - "last_update": "2016-07-25T13:07:51", + "depth": 4, + "id": 89673, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-24T06:30:00", + "last_update": "2016-07-13T01:25:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -30951,17 +30951,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "hitmeasap", - "parent_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "net_votes": 1, + "parent_author": "getssidetracked", + "parent_permlink": "re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160712t014940855z", "percent_hbd": 10000, - "permlink": "re-hitmeasap-what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing-20160725t130749997z", + "permlink": "re-getssidetracked-re-smooth-re-intelliguy-re-bittrex-richie-hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com-20160713t012525700z", "reward_weight": 10000, - "root_author": "hitmeasap", - "root_permlink": "what-s-up-with-all-the-steem-sbd-transfers-to-dan-ned-berniesanders-and-all-the-other-whales-just-stop-it-it-s-embarrassing", + "root_author": "bittrex-richie", + "root_permlink": "hi-my-name-is-richie-i-am-one-of-the-founders-of-bittrex-com", "title": "", "total_payout_value": { - "amount": "936", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -30970,29 +30970,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T22:40:15", + "active": "2016-07-13T02:37:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 644, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is why steem uses transactions as proof of stake. If steem split then this couldn't happen.", + "body": "There is a section of the whitepaper that gives the long term percentage growth rates.", "cashout_time": "1969-12-31T23:59:59", - "category": "ethereum", - "children": 4, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-26T11:44:00", + "created": "2016-07-13T02:37:57", "curator_payout_value": { - "amount": "727", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 371260, - "json_metadata": "{\"tags\":[\"ethereum\"]}", - "last_payout": "2016-08-26T11:17:36", - "last_update": "2016-07-26T11:44:00", + "depth": 3, + "id": 90189, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T02:19:03", + "last_update": "2016-07-13T02:37:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31000,17 +31000,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 14, - "parent_author": "innuendo", - "parent_permlink": "what-are-replaying-attacts-on-ethereum", + "net_votes": 0, + "parent_author": "lukestokes", + "parent_permlink": "re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160712t171729149z", "percent_hbd": 10000, - "permlink": "re-innuendo-what-are-replaying-attacts-on-ethereum-20160726t114401792z", + "permlink": "re-lukestokes-re-dantheman-re-lukestokes-do-you-know-your-steem-power-interest-rate-20160713t023756100z", "reward_weight": 10000, - "root_author": "innuendo", - "root_permlink": "what-are-replaying-attacts-on-ethereum", + "root_author": "lukestokes", + "root_permlink": "do-you-know-your-steem-power-interest-rate", "title": "", "total_payout_value": { - "amount": "2262", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31019,29 +31019,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-28T05:53:03", + "active": "2016-07-13T19:14:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Steem is ultimately secured by the password recovery and time-locked funds. \n\nMultifactor authentication can also be used in the future. In the mean time, users are their own worse enemies. Forgetting / losing passwords is far more common than hacking.\n\nUnfortunately, even with a 16+ character password people are too stupid (in general) to pick secure passwords. Any system that assumes people will be smart and use techniques that allow them to *remember* their password is flawed. Hell, I cannot even remember my own passwords for services most of the time.", + "body": "Reposting is discouraged, better to link. Even though not technically plagiarism.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-28T02:37:00", + "created": "2016-07-13T19:14:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 423429, + "depth": 3, + "id": 99393, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-27T14:43:21", - "last_update": "2016-07-28T02:37:00", + "last_payout": "2016-08-16T05:29:36", + "last_update": "2016-07-13T19:14:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31049,14 +31049,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "melek", - "parent_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "net_votes": 0, + "parent_author": "wpalczynski", + "parent_permlink": "re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t023844930z", "percent_hbd": 10000, - "permlink": "re-melek-steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it-20160728t023658745z", + "permlink": "re-wpalczynski-re-recursive-re-wpalczynski-digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks-20160713t191443900z", "reward_weight": 10000, - "root_author": "melek", - "root_permlink": "steemit-tells-you-to-save-your-password-to-a-text-file-seriously-instead-hide-it", + "root_author": "wpalczynski", + "root_permlink": "digital-currency-steemit-soars-to-more-usd150-mln-in-value-in-2-weeks", "title": "", "total_payout_value": { "amount": "0", @@ -31068,29 +31068,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T17:04:09", + "active": "2016-07-15T06:56:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 12755, "beneficiaries": [], - "body": "Flagged because of account name designed to collect typos on bittrex deposits.", + "body": "They already know about it.\n\n@dan has stated that the purpose of the liquidity reward is in part to subsidize liquidity but also in part to serve as a component of the distribution strategy for Steem. By offering such a bounty it brings traders to Steem, an audience which would not normally be interested in the social media aspect (though they may indeed post about or discuss trading).\n\nSome tweaks are planned to improve the algorithm, but in a sense traders being clever and figuring out how to collect it is the whole idea. The same applies to saturday/sunday who appears to be trying to compete along with others who will join the game later.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 2, + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-28T12:48:30", + "created": "2016-07-14T07:29:57", "curator_payout_value": { - "amount": "0", + "amount": "1437", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 434177, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-28T00:46:57", - "last_update": "2016-07-28T12:48:30", + "depth": 2, + "id": 106814, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:41:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31098,17 +31098,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "bitrexx", - "parent_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "net_votes": 11, + "parent_author": "norbu", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t050307673z", "percent_hbd": 10000, - "permlink": "re-bitrexx-if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money-20160728t124830599z", + "permlink": "re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t072956200z", "reward_weight": 10000, - "root_author": "bitrexx", - "root_permlink": "if-steem-backed-dollars-are-like-private-debt-then-they-fundamentally-cannot-be-used-as-money", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "0", + "amount": "9451", "nai": "@@000000013", "precision": 3 }, @@ -31117,29 +31117,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T11:57:42", + "active": "2016-07-15T22:55:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 150333, + "author": "smooth", + "author_rewards": 684, "beneficiaries": [], - "body": "It does not appear to calculate the number accurately for me. It says my votes is worth $75, but I bet this post will have more.\n\nI was correct, my single upvote is worth $475. Check your numbers.", + "body": "The reward is, in a sense, already proportional. Once an account wins the reward its score is reset and has to start from zero. Someone else who earns rewards at a slower rate will not win but their score is not reset. So they can continue to earn points to reach the top of the scoreboard after multiple hours. For example, in a contest between two accounts with one earning points at twice the rate of the other, the slower one will get one in three hourly rewards on average.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 13, + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-29T03:29:42", + "created": "2016-07-14T07:32:36", "curator_payout_value": { - "amount": "710", + "amount": "166", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 453898, + "id": 106841, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-28T17:25:48", - "last_update": "2016-07-29T03:30:36", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T07:32:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31147,17 +31147,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 17, - "parent_author": "mauricemikkers", - "parent_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "net_votes": 6, + "parent_author": "blakemiles84", + "parent_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "percent_hbd": 10000, - "permlink": "re-mauricemikkers-steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd-20160729t032944418z", + "permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073235600z", "reward_weight": 10000, - "root_author": "mauricemikkers", - "root_permlink": "steemdollar-com-calculating-the-worth-of-a-single-upvote-what-is-your-upvote-worth-in-usd", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "480915", + "amount": "506", "nai": "@@000000013", "precision": 3 }, @@ -31166,29 +31166,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T11:07:30", + "active": "2016-07-14T08:38:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1641, + "author": "smooth", + "author_rewards": 18800, "beneficiaries": [], - "body": "Personalized feeds will be available next week. Bot spam will be culled. The middle class is growing. The website was just open sourced. Plagiarism is being identified and factored in. And we are working on algorithms for punishing those who attempt to harm the platform for personal profit.\n\nI would say that most of your annoyances will be resolved in the coming weeks. Unfortunately, number 10 will only get worse.", + "body": "I think @dan's answer would be that traders bring liquidity and investment, leading to higher market cap and larger rewards for the social media side. It is a synergy.\n\nAnd I would disagree that the rise in price and market cap has been funded by users. 2000+ BTC trading volume over the past few days on bittrex is not (primarily) steem users, it is traders and investors buying in, increasing the market cap, and making the entire system work better for everyone. \n\nAnyway, perhaps @dan will have his own thoughts to share on this", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 12, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T03:38:03", + "created": "2016-07-14T08:21:51", "curator_payout_value": { - "amount": "1714", + "amount": "4640", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 454034, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-28T16:52:09", - "last_update": "2016-07-29T03:38:03", + "depth": 4, + "id": 107222, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:21:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31196,17 +31196,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 14, - "parent_author": "calamus056", - "parent_permlink": "top-10-annoyances-of-the-steemit-platform", + "net_votes": 9, + "parent_author": "norbu", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t080000323z", "percent_hbd": 10000, - "permlink": "re-calamus056-top-10-annoyances-of-the-steemit-platform-20160729t033807998z", + "permlink": "re-norbu-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082151700z", "reward_weight": 10000, - "root_author": "calamus056", - "root_permlink": "top-10-annoyances-of-the-steemit-platform", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "5249", + "amount": "13930", "nai": "@@000000013", "precision": 3 }, @@ -31215,29 +31215,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:23:15", + "active": "2016-07-14T08:44:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 247, "beneficiaries": [], - "body": "Steemitchat_COM_VeriFyUseRNaMe_ncZ*Aus0m@^ehECG2$Sdi618oxtqTJyIa4ROBgkr7FbK#UQX5l", + "body": "I don't think @abit is behaving in a manner that most benefits the Steem community. If his trading bot were more focused on providing liquidity and less on self-trading then he would still likely get a good share of the rewards, just not (nearly) all of them, and would be providing a better service to customers in the market while encouraging rather than discouraging competition from others who also want to provide liquidity (but don't have the head start he does in terms of creating bots that take advantage of various nuances of the system). I'm not going to tell you how to vote though.", "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 6, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T03:40:42", + "created": "2016-07-14T08:25:00", "curator_payout_value": { - "amount": "0", + "amount": "60", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 454085, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-08-28T15:41:15", - "last_update": "2016-07-29T03:43:48", + "depth": 4, + "id": 107245, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"abit\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:25:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31245,17 +31245,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 68, - "parent_author": "", - "parent_permlink": "spam", + "net_votes": 6, + "parent_author": "benjojo", + "parent_permlink": "re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t073540116z", "percent_hbd": 10000, - "permlink": "steem-chat-verification", + "permlink": "re-benjojo-re-smooth-re-norbu-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t082459500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-chat-verification", - "title": "Steem Chat Verification", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", "total_payout_value": { - "amount": "0", + "amount": "182", "nai": "@@000000013", "precision": 3 }, @@ -31264,29 +31264,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T21:20:24", + "active": "2016-07-14T16:53:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2631, + "author": "smooth", + "author_rewards": 328, "beneficiaries": [], - "body": "It should not include edits. If so that is a bug.", + "body": "> If I don't do that, others will\n\nI don't necessarily agree. If the liquidity rewards were more accessible to others then more would be competing to provide liquidity by leaving more orders on the book and narrowing the spread. The more populated book and narrower spread would in turn would make successful self-trading much harder. Systems like this can reach multiple equilibria, and it is very possible that another one would serve the community better than what is happening now.\n\nI think you should try simply providing liquidity and not self-trading for a while, and if others provide better liquidity, either compete on that basis or let them get the rewards for providing the service, which encourages more and more of it. I can't tell you what to do though, this is just my opinion.\n\nAs for the bot losing, well, that is part of the (distribution) game. The final destination of a subsidy in a market isn't always (or even usually) only the first person to touch it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 38, + "category": "steem", + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-29T12:29:15", + "created": "2016-07-14T08:30:30", "curator_payout_value": { - "amount": "2509", + "amount": "78", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 462293, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T01:13:12", - "last_update": "2016-07-29T12:29:15", + "depth": 2, + "id": 107285, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:32:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31294,17 +31294,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 12, - "parent_author": "winstonwolfe", - "parent_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "net_votes": 11, + "parent_author": "abit", + "parent_permlink": "re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t075837519z", "percent_hbd": 10000, - "permlink": "re-winstonwolfe-lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it-20160729t122913626z", + "permlink": "re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083033700z", "reward_weight": 10000, - "root_author": "winstonwolfe", - "root_permlink": "lesson-learned-i-got-the-payout-i-deserved-get-your-post-perfect-before-posting-do-not-edit-it", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "8161", + "amount": "242", "nai": "@@000000013", "precision": 3 }, @@ -31313,29 +31313,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T13:54:39", + "active": "2016-07-14T09:14:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 373979, + "author": "smooth", + "author_rewards": 225, "beneficiaries": [], - "body": "I will start flagging every post that applies inappropriate tags. \n\nI see a lot of good content that I would like to be rewarded, but abuse of tags will not be tolerated.", + "body": "What I said is about the current algorithm as well.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 96, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T20:21:51", + "created": "2016-07-14T08:36:45", "curator_payout_value": { - "amount": "14961", + "amount": "55", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 473547, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:35:09", - "last_update": "2016-07-29T20:21:51", + "depth": 4, + "id": 107331, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T08:36:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31343,17 +31343,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 287, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 1, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", "percent_hbd": 10000, - "permlink": "notice-to-tag-spammers", + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083646600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-tag-spammers", - "title": "Notice to Tag Spammers", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", "total_payout_value": { - "amount": "1059399", + "amount": "165", "nai": "@@000000013", "precision": 3 }, @@ -31362,29 +31362,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T20:35:33", + "active": "2016-07-14T12:21:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 227, "beneficiaries": [], - "body": "Great post, bad tags. Why is this in \"introduceyourself\" ?", + "body": "(replying to your reply below, which is at max comment depth) \n\nNone of the other self-traders you identify are running full time bots as far as I know. Thus they are not always stacking the queue and preventing (at least currently) smaller liquidity providers from ever being paid as yours does.\n\nIf you were to pull back and if it turned out that actual liquidity providers were still never paid (and thus encouraged to continue and even expand), then it would be reasonable to resume what you are doing. But there is no way to find that out without trying.\n\nThere are many names on that list who are not being rewarded even though they have likely provided liquidity to the market and would likely do so again if rewarded for it. Providing liquidity also becomes easier for others if they are receiving rewards (even occasionally) since there is no other good way to have access to liquid steem without incurring an opportunity cost.\n\nThe most successful tit-for-tat strategies will forgive occasionally to attempt to test a return to a cooperative equilibrium. That is my suggestion.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T20:23:06", + "created": "2016-07-14T09:53:54", "curator_payout_value": { - "amount": "0", + "amount": "54", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 473583, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T07:57:45", - "last_update": "2016-07-29T20:23:06", + "depth": 4, + "id": 107908, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-14T09:53:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31392,17 +31392,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "joseph", - "parent_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "net_votes": 2, + "parent_author": "abit", + "parent_permlink": "re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t083251797z", "percent_hbd": 10000, - "permlink": "re-joseph-proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo-20160729t202306401z", + "permlink": "re-abit-re-smooth-re-abit-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160714t095355200z", "reward_weight": 10000, - "root_author": "joseph", - "root_permlink": "proposal-to-hire-and-send-steemit-representatives-into-content-marketing-world-conference-and-expo", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "0", + "amount": "167", "nai": "@@000000013", "precision": 3 }, @@ -31411,29 +31411,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T19:18:12", + "active": "2016-07-15T22:55:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 12, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Using # tag will in your post will link to the tag, but will not include in the set of tags. You must manually specify the tags you want in the tags field at the bottom of the post editor.\n\nTags do not change after payout.", + "body": "> Your assessment that an account getting double the points loses one third of the time seems to ignore the fact that there is an account that is getting 1000x the rate\n\nI completely agree with you on that. My point was simply that it is somewhat proportional, not that you can compete with someone getting 1000x more points. You can't, but that is true under any proportional system. Perhaps under another system you have an easier time realizing your 1/1000 share, but it would still be negligible.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-29T21:39:09", + "created": "2016-07-15T20:22:57", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 475149, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:35:09", - "last_update": "2016-07-29T21:39:09", + "depth": 3, + "id": 124827, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:22:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31442,16 +31442,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "cryptogee", - "parent_permlink": "re-dantheman-notice-to-tag-spammers-20160729t203521985z", + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t122802036z", "percent_hbd": 10000, - "permlink": "re-cryptogee-re-dantheman-notice-to-tag-spammers-20160729t213908633z", + "permlink": "re-jl777-re-smooth-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202254800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-tag-spammers", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31460,29 +31460,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T16:33:12", + "active": "2016-07-15T22:28:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 144, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I originally upvoted your post, but after noticing the tag spam it turned into a down vote.", + "body": "> Might I suggest not counting any self-trades? I know not easy to prevent, but maybe you can use coinage to at least limit the abuse\n\nThis is not viable since it is trivial to create multiple accounts. In fact, abit doesn't self trade literally at all, he uses two different accounts.\n\n(The algorithm already subtracts taker trades from your score so if you did literally self-trade, you would earn no points.)\n\nSuggestions how to improve the reward scoring are definitely appropriate though. Maybe discuss it on the steem slack?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-29T21:42:33", + "created": "2016-07-15T20:24:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 475208, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T05:14:39", - "last_update": "2016-07-29T21:42:33", + "depth": 3, + "id": 124860, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T20:24:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31490,17 +31490,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "soulbrain", - "parent_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t123019439z", "percent_hbd": 10000, - "permlink": "re-soulbrain-laws-of-the-winners-principles-of-successful-people-part-1-20160729t214234517z", + "permlink": "re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t202453700z", "reward_weight": 10000, - "root_author": "soulbrain", - "root_permlink": "laws-of-the-winners-principles-of-successful-people-part-1", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", "title": "", "total_payout_value": { - "amount": "146", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31509,29 +31509,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T17:14:39", + "active": "2016-07-15T22:28:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1679223, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg
\n\nSteemit is implementing a reputation system that will evolve over time. The system will start out simple and get more advanced as things progress. \n\n## Here is what you need to know:\n\n1. If you constantly get downvoted your posts will be marked as spam and hidden unless a user clicks to reveal all spam. \n2. If you do not earn any positive reputation by contributing to the discussion then your votes will be ignored in our ranking algorithm.\n3. If you do not have positive reputation then you will not be able to impact the reputation of others. \n4. If you have a negative reputation then your posts will be excluded from the global index pages\n\nNone of these changes require hardforks, but all of them will impact the user experience on Steemit.com\n\n## But what about Censorship?\n\nYou have a right to say what you want, but users have the right to plug their ears. All of your content will be available on the blockchain and will be visible to those who want to see it (unless we are required by law to take it down). \n\nWe will not hide / filter any content that has greater than $0.02 pending payout. If something is deemed valuable enough to be paid, then it will be displayed.\n\nAll of your comments, blogs, etc will remain visible on your own profile page. \n\n## Use the Mute Button\n\nIf you are tired of seeing posts by people, use the mute button. We will gradually incorporate the mute / follow information to better filter / sort content for users. The mute button will not hide posts with pending payouts. If you see someone you have muted with a pending payout then flag it.\n\n## Conclusion\n\nThe abuse you see today will not last long term and is an artifact of rapid growth. We fully believe that our stake-weighted reputation system will ultimately be more powerful than those available on other platforms.", + "body": "There is no coinage literally since it is an account based system, not outputs, but maybe something like average coin age could be maintained for an account, or minimum, or something. I haven't thought it through. Reasonable direction though.\n\nNo idea what's going on with slack. Maybe try a different email or different browser?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 197, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T22:07:54", + "created": "2016-07-15T22:28:36", "curator_payout_value": { - "amount": "97685", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 475640, - "json_metadata": "{\"tags\":[\"steemit\",\"bots\",\"censorship\"],\"image\":[\"http://i0.wp.com/www.votersopinion.com/wp-content/uploads/2015/02/New-Sheriff.jpg\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:07:54", + "depth": 5, + "id": 126758, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T07:30:39", + "last_update": "2016-07-15T22:28:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31539,17 +31539,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 503, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t215803498z", "percent_hbd": 10000, - "permlink": "notice-to-bot-spammers", + "permlink": "re-jl777-re-smooth-re-jl777-re-gavvet-re-blakemiles84-two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour-20160715t222837700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", - "title": "Notice To Bot Spammers", + "root_author": "blakemiles84", + "root_permlink": "two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour", + "title": "", "total_payout_value": { - "amount": "4774557", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31558,29 +31558,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T22:48:57", + "active": "2016-07-16T08:21:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 212, + "author": "smooth", + "author_rewards": 226788, "beneficiaries": [], - "body": "It is 99% implemented/tested on the backend. We will probably roll it out next week.", + "body": "For those wondering if this is the real jl777, I think it is, but if you can send me a PM on bitcointalk from your main account there I will confirm it here. I know a NXT-based cryptographic proof of some sort was provided but many of us are not NXT users, making that difficult to interpret.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "category": "introduceyourself", + "children": 9, "children_abs_rshares": 0, - "created": "2016-07-29T22:12:42", + "created": "2016-07-15T22:45:36", "curator_payout_value": { - "amount": "73", + "amount": "112906", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 475763, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:12:42", + "depth": 1, + "id": 126994, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T22:45:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31588,17 +31588,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 24, - "parent_author": "pairmike", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221125338z", + "net_votes": 30, + "parent_author": "jl777", + "parent_permlink": "steemit-is-crypto-s-first-mass-market-solution", "percent_hbd": 10000, - "permlink": "re-pairmike-re-dantheman-notice-to-bot-spammers-20160729t221244194z", + "permlink": "re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t224535400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", "title": "", "total_payout_value": { - "amount": "458", + "amount": "642490", "nai": "@@000000013", "precision": 3 }, @@ -31607,29 +31607,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T22:30:15", + "active": "2016-07-16T03:32:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 9, + "author": "smooth", + "author_rewards": 1105, "beneficiaries": [], - "body": "If people upvote your posts more than they downvote then you will be fine.", + "body": "Confirmed. I received the message from the [well-known, high-rank jl777 account on bitcointalk](https://bitcointalk.org/index.php?action=profile;u=177323)", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "introduceyourself", "children": 3, "children_abs_rshares": 0, - "created": "2016-07-29T22:13:42", + "created": "2016-07-15T23:03:21", "curator_payout_value": { - "amount": "2", + "amount": "1031", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 475777, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:13:42", + "depth": 3, + "id": 127188, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://bitcointalk.org/index.php?action=profile;u=177323\"]}", + "last_payout": "2016-08-23T05:21:30", + "last_update": "2016-07-15T23:03:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31637,17 +31637,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "cryptohustlin", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221144244z", + "net_votes": 11, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t225931187z", "percent_hbd": 10000, - "permlink": "re-cryptohustlin-re-dantheman-notice-to-bot-spammers-20160729t221342548z", + "permlink": "re-jl777-re-smooth-re-jl777-steemit-is-crypto-s-first-mass-market-solution-20160715t230322500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "jl777", + "root_permlink": "steemit-is-crypto-s-first-mass-market-solution", "title": "", "total_payout_value": { - "amount": "25", + "amount": "3129", "nai": "@@000000013", "precision": 3 }, @@ -31656,29 +31656,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T23:09:45", + "active": "2016-07-15T23:19:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 15, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "No. We only control steemit, not steem.", + "body": "It depends on the nature of the exploit. For privacy flaws that are already permanently recorded on the blockchain itself, no fix is possible, and \"responsible disclosure\" (aka deliberately withholding information from the public) serves no purpose other than to manipulate markets, as othe indicated.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "bitcoin", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T22:32:18", + "created": "2016-07-15T23:19:27", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 476101, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:32:18", + "depth": 3, + "id": 127372, + "json_metadata": "{\"tags\":[\"bitcoin\"]}", + "last_payout": "2016-08-18T13:41:45", + "last_update": "2016-07-15T23:19:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31687,16 +31687,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "anonymint", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222912519z", + "parent_author": "juansgalt", + "parent_permlink": "re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t204840785z", "percent_hbd": 10000, - "permlink": "re-anonymint-re-dantheman-notice-to-bot-spammers-20160729t223219381z", + "permlink": "re-juansgalt-re-othe-re-juansgalt-hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap-20160715t231926100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "juansgalt", + "root_permlink": "hey-monero-fans-here-s-how-to-get-to-the-top-of-coinmarketcap", "title": "", "total_payout_value": { - "amount": "41", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31705,29 +31705,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T22:54:09", + "active": "2016-07-16T05:24:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "We are aware of that bot and taking counter measures.", + "body": "It lacks, I think, the direct circularity of proof-of-stake where who owns the coins is determined by consensus and consensus is determined by who owns the coins. There is a different sort of circularity though, perhaps more akin to proof-of-work where security goes to zero if value goes to zero and vice-versa. In any case, I look forward to your analysis.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "money", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T22:34:27", + "created": "2016-07-16T05:24:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 476134, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:34:27", + "depth": 3, + "id": 130868, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31735,14 +31735,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mialolita", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t221849624z", + "net_votes": 0, + "parent_author": "biophil", + "parent_permlink": "re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160715t214017936z", "percent_hbd": 10000, - "permlink": "re-mialolita-re-dantheman-notice-to-bot-spammers-20160729t223426526z", + "permlink": "re-biophil-re-trogdor-re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052359400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", "title": "", "total_payout_value": { "amount": "0", @@ -31754,29 +31754,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T19:41:36", + "active": "2016-08-04T16:25:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 1139, "beneficiaries": [], - "body": "No. We cannot remove from block chain.", + "body": "Nice post. Thanks for alerting me to it with the comment on my post. It's getting harder and harder to find all the hidden gems on Steemit these days.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "money", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-29T22:35:00", + "created": "2016-07-16T05:24:48", "curator_payout_value": { - "amount": "0", + "amount": "1172", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 476153, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:35:00", + "depth": 1, + "id": 130873, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-23T15:13:12", + "last_update": "2016-07-16T05:24:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31784,17 +31784,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "nonlinearone", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222949773z", + "net_votes": 5, + "parent_author": "biophil", + "parent_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", "percent_hbd": 10000, - "permlink": "re-nonlinearone-re-dantheman-notice-to-bot-spammers-20160729t223500986z", + "permlink": "re-biophil-is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3-20160716t052447400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "biophil", + "root_permlink": "is-steem-paying-for-groupthink-the-game-theory-of-steem-part-3", "title": "", "total_payout_value": { - "amount": "0", + "amount": "3533", "nai": "@@000000013", "precision": 3 }, @@ -31803,29 +31803,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-29T22:35:27", + "active": "2016-07-17T13:50:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 33, + "author": "smooth", + "author_rewards": 117, "beneficiaries": [], - "body": "Yes", + "body": "I've never seen that tilt-shift technique before. Very cool.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "video", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-29T22:35:27", + "created": "2016-07-16T05:43:30", "curator_payout_value": { - "amount": "2", + "amount": "60", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 476158, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:35:27", + "depth": 1, + "id": 131032, + "json_metadata": "{\"tags\":[\"video\"]}", + "last_payout": "2016-08-18T19:06:09", + "last_update": "2016-07-16T05:43:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31833,17 +31833,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "demotruk", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223016836z", + "net_votes": 2, + "parent_author": "fyrstikken", + "parent_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", "percent_hbd": 10000, - "permlink": "re-demotruk-re-dantheman-notice-to-bot-spammers-20160729t223528601z", + "permlink": "re-fyrstikken-welcome-to-norway-the-kingdom-on-the-very-top-of-the-world-20160716t054331200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "fyrstikken", + "root_permlink": "welcome-to-norway-the-kingdom-on-the-very-top-of-the-world", "title": "", "total_payout_value": { - "amount": "93", + "amount": "371", "nai": "@@000000013", "precision": 3 }, @@ -31852,29 +31852,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T03:56:09", + "active": "2016-07-16T10:54:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 231, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Down votes from those with bad rep will be ignored.", + "body": "> The only solution that has been reliable is to use multiple signatures from keys stored on different devices\n\nHardware wallets have also been reliable, even without multisig. What clearly doesn't work is storing secrets on general purpose devices, and it gets worse as you add more and more complex general-purpose layers, with web applications more or less at the apex of this house of cards.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "category": "blockchain", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-29T22:36:18", + "created": "2016-07-16T10:54:21", "curator_payout_value": { - "amount": "204", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 476175, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-29T12:00:03", - "last_update": "2016-07-29T22:36:18", + "depth": 1, + "id": 133986, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-24T01:38:09", + "last_update": "2016-07-16T10:54:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31882,17 +31882,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "pfunk", - "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t223017195z", + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "does-blockchain-security-need-to-be-completely-reworked", "percent_hbd": 10000, - "permlink": "re-pfunk-re-dantheman-notice-to-bot-spammers-20160729t223619664z", + "permlink": "re-dan-does-blockchain-security-need-to-be-completely-reworked-20160716t105421300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "notice-to-bot-spammers", + "root_author": "dan", + "root_permlink": "does-blockchain-security-need-to-be-completely-reworked", "title": "", "total_payout_value": { - "amount": "656", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31901,29 +31901,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-19T09:48:24", + "active": "2016-07-17T19:51:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 932904, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg
\n\nIn my last post I gave notice to bot spammers that we will take actions to mitigate the abuse and keep Steemit a place that people can enjoy participating in.\n\nUser @williambanks [responded](/steemit/@williambanks/response-to-dantheman-notice-to-bot-spammers) with an insightful article. I was going to reply to him in the comments, but thought that it deserved a full post.\n\nI will summarize my primary take aways:\n\n1. Don\u2019t vilify Bots, there are real people behind them\n2. For many people this is a \u201cgame\u201d to make money while they can\n3. For other people this is an \u201cinvestment\u201d to make a lot of money long term\n4. Incentives create the bot situation\n\nI saw several proposed solutions:\n\n1. Restrict access to web socket api\n2. Remove stake-weighted voting (use hot rather than trending)\n3. Help people improve their bots\n\n\nHere are the primary things that william was missing:\n\n1. Sybil attacks - bot operators are already doing this by creating a large number of accounts and vote spamming\n2. Evil People - these people wish to do as much harm as possible because they enjoy hurting others \n3. Stupid People - these people harm others while getting no benefit for themselves\n\n## Strong Reputation and Identity \n\nThe only solutions to Sybil are Reputation, Identity, and Stake Weighted voting. Once we solve the identity / reputation issue then it becomes much harder to create dummy accounts.\n\n## Conclusion\n\nI have a ton of respect for the stance william made and will certainly attempt to incorporate what I can from it into the solutions we deploy. Nothing in life is ever as easy as it seems, and william\u2019s proposed solutions would be at most a short term issue. \n\nThere are people who are motivated to act in ways that break other peoples toys just because it is fun.", + "body": "Essentially everything is on the blockchain. The web site provides a 'view' of the blockchain.\n\nAs far as the business model of the company, it owns a large portion of the initial supply of Steem so it profits from the increase in value of Steem. There may also be some premium services or advertisements on the web site, but nothing specific has been announced.\n\nYou can read more about the initial distribution of Steem here: https://steem.io/roadmap/launch-and-sale/", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 130, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-30T16:34:15", + "created": "2016-07-17T07:20:12", "curator_payout_value": { - "amount": "26024", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 491945, - "json_metadata": "{\"tags\":[\"steemit\",\"bots\"],\"users\":[\"williambanks\"],\"image\":[\"https://mischiefweb.s3-eu-west-1.amazonaws.com/files/artwork/000/002/347/1432708556_mPY0S_dream-angel_wings.jpg\"]}", - "last_payout": "2016-08-30T11:32:09", - "last_update": "2016-07-30T16:34:15", + "depth": 1, + "id": 139459, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/launch-and-sale/\"]}", + "last_payout": "2016-08-23T04:17:15", + "last_update": "2016-07-17T07:20:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31931,17 +31931,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 356, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 1, + "parent_author": "btc-dialog", + "parent_permlink": "question-how-does-the-website-interact-with-the-blockchain", "percent_hbd": 10000, - "permlink": "vilifying-bots", + "permlink": "re-btc-dialog-question-how-does-the-website-interact-with-the-blockchain-20160717t072013400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "vilifying-bots", - "title": "Vilifying Bots", + "root_author": "btc-dialog", + "root_permlink": "question-how-does-the-website-interact-with-the-blockchain", + "title": "", "total_payout_value": { - "amount": "2046386", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -31950,29 +31950,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T17:09:30", + "active": "2016-07-19T00:51:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 211094, "beneficiaries": [], - "body": "Not sure what you refer to.", + "body": "> Would Steem fail if every blog post of a lady putting on her makeup is rewarded $26,000?\n\nI don't know that it would (FWIW, I do not believe that every such post would be so rewarded, only the first that emerged as a hit or others that offered something new). Look around you. The most commercially successful music is cookie cutter. The most successful TV shows are dumb. Nobody even buys books any more at all (other than maybe romance novels?). One of the top posts at reddit right now (5000 votes) is: \"Excluding my mom, what's the worst sex you've ever had?\"\n\nWhat is successful is what addresses the market as it exists, and that includes a great deal of demand for shallow content and being popular for being popular.\n\nAlso, implemention factors are very important. Voting is processed by the consensus code which needs to not only be kept relatively simple but also very high performance. This doesn't mean that your ideas can't work but to be a credible proposal you need to completely specify how and when the various processing steps occur. Of course that can be the subject of later posts.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 8, "children_abs_rshares": 0, - "created": "2016-07-30T16:55:18", + "created": "2016-07-17T22:21:21", "curator_payout_value": { - "amount": "0", + "amount": "14024", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 492415, + "depth": 1, + "id": 154495, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T11:32:09", - "last_update": "2016-07-30T16:55:18", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-17T22:42:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -31980,17 +31980,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "sir", - "parent_permlink": "re-dantheman-vilifying-bots-20160730t164259531z", + "net_votes": 22, + "parent_author": "anonymint", + "parent_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", "percent_hbd": 10000, - "permlink": "re-sir-re-dantheman-vilifying-bots-20160730t165518981z", + "permlink": "re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t222121900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "vilifying-bots", + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", "title": "", "total_payout_value": { - "amount": "0", + "amount": "693654", "nai": "@@000000013", "precision": 3 }, @@ -31999,29 +31999,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T22:03:27", + "active": "2016-07-18T07:55:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 11, + "author": "smooth", + "author_rewards": 1963, "beneficiaries": [], - "body": "same amount is awarded every day regardless of who votes. If only one minow voted they would allocate the full daily budget.", + "body": "Agree overall on most most points. Re. implementation, payouts are transactions too. Currently those perform a relatively simple calculations based on shares, and those transactions would need to remain limited in computational cost. I don't think this proposal changes that much though, it just has more complicated (but still computationally simple) accounting of shares by clutser. My concern is primarily the k-means clustering; Incremental k-means variants exist, so it is probably solvable. \n\nAlso, dividing users into clusters requires a minimum number of users in each cluster, thus a minimum number of users on the site as a while. At present I doubt that is feasible as the number of users on the site is just barely reaching the point where it works at all. Ideally of course the number of users will be much larger in the future, so something like this could be phased in.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-30T21:57:06", + "created": "2016-07-18T00:30:48", "curator_payout_value": { - "amount": "0", + "amount": "2142", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 499008, + "depth": 3, + "id": 156528, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-30T09:56:09", - "last_update": "2016-07-30T21:57:06", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T00:31:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32029,17 +32029,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "everythink", - "parent_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "net_votes": 5, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160717t232018335z", "percent_hbd": 10000, - "permlink": "re-everythink-what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything-20160730t215716868z", + "permlink": "re-anonymint-re-smooth-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t003048100z", "reward_weight": 10000, - "root_author": "everythink", - "root_permlink": "what-will-happen-with-rewards-if-suddenly-all-the-whales-stop-upvoting-anything", + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", "title": "", "total_payout_value": { - "amount": "29", + "amount": "6449", "nai": "@@000000013", "precision": 3 }, @@ -32048,29 +32048,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T00:20:06", + "active": "2016-07-18T05:20:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 98, + "author": "smooth", + "author_rewards": 9, "beneficiaries": [], - "body": "If only the ethereum community had adopted ideas that BitShares has had regarding transactions as proof of stake then this wouldn't be a problem.\n\nEach and every Steem transaction references a head-block hash and is not valid on any other blockchain or fork.\n\nEthereum allows for a lot of blockchain reorganizations and migration of transactions from one fork to another. \n\nThis could be solved by changing the way transfer scripts are executed in the wallet to certify a recent block or even a checkpoint. \n\nThe question is, how much ETH has been lost due to replay attack?", + "body": "This doesn't work. I'll explain why in a response to your post.", "cashout_time": "1969-12-31T23:59:59", - "category": "security", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-30T22:07:45", + "created": "2016-07-18T05:20:42", "curator_payout_value": { - "amount": "30", + "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 499230, - "json_metadata": "{\"tags\":[\"security\"]}", - "last_payout": "2016-08-30T05:54:06", - "last_update": "2016-07-30T22:07:45", + "depth": 4, + "id": 160154, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T20:19:39", + "last_update": "2016-07-18T05:20:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32078,17 +32078,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "decrypt", - "parent_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "net_votes": 2, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t023106518z", "percent_hbd": 10000, - "permlink": "re-decrypt-you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth-20160730t220758336z", + "permlink": "re-alexgr-re-anonymint-re-dana-edwards-re-anonymint-improving-steem-s-rankings-to-cater-to-diverse-content-preferences-20160718t052042900z", "reward_weight": 10000, - "root_author": "decrypt", - "root_permlink": "you-can-lose-it-all-a-must-read-for-ethereum-whales-either-etc-or-eth", + "root_author": "anonymint", + "root_permlink": "improving-steem-s-rankings-to-cater-to-diverse-content-preferences", "title": "", "total_payout_value": { - "amount": "164", + "amount": "29", "nai": "@@000000013", "precision": 3 }, @@ -32097,29 +32097,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T21:52:15", + "active": "2016-07-18T05:27:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 8, "beneficiaries": [], - "body": "Last analysis I saw showed money being distributed to more people and away from the top.", + "body": "There is no useful gaming here. Removing a vote does not benefit you in any significant way, other than: a) making the recommendation feature work better for you, and b) slightly increasing the payout on other posts (generally insignificant).\n\nMore specifically, voting is in effect spending the perishable resource known as vote power (which recharges from empty to full in five days). Removing the vote does not give you back the voting power you originally used, so you end up worse off than had you left the vote there (assuming the vote would have earned a reward >0).\n\nObviously this corresponds to your case (b), which as you say is the less interesting, and perhaps means that people won't remove erroneous votes. Even there, the incentive is to be a bit more careful and not make too many errors (which could mislead others about the state of voting). This is not necessarily a bad thing. The designers of the platform identified the same issues you did with (a) so they did not use it.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T20:16:03", + "created": "2016-07-18T05:24:30", "curator_payout_value": { - "amount": "31", + "amount": "6", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 566369, + "depth": 1, + "id": 160213, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T06:12:42", - "last_update": "2016-08-02T20:16:03", + "last_payout": "2016-08-18T00:23:39", + "last_update": "2016-07-18T05:27:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32127,17 +32127,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "rcartwright1", - "parent_permlink": "re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t164804859z", + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "curation-gamed-through-unvoting", "percent_hbd": 10000, - "permlink": "re-rcartwright1-re-hisnameisolllie-steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd-20160802t201603987z", + "permlink": "re-alexgr-curation-gamed-through-unvoting-20160718t052428700z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steemit-is-not-a-ponzi-scheme-it-s-an-economic-system-just-like-the-usdusd", + "root_author": "alexgr", + "root_permlink": "curation-gamed-through-unvoting", "title": "", "total_payout_value": { - "amount": "102", + "amount": "26", "nai": "@@000000013", "precision": 3 }, @@ -32146,29 +32146,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T20:26:18", + "active": "2016-07-18T05:30:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 47, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "You earn reputation by getting upvotes and not down votes from people with higher reputation than you have.", + "body": "Only downvoted, as I sometimes do, to prevent platform announcements from draining too much of the rewards pool away from other posts. I agree the new feature is quite interesting, potentially revolutionary. I look forward to seeing how it works out in practice. On merit alone (if a reward pool were not involved), I would upvote.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "blockchain", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T20:18:06", + "created": "2016-07-18T05:30:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 566418, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T08:19:30", - "last_update": "2016-08-02T20:18:06", + "id": 160277, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:30:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32176,17 +32176,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "kamvreto", - "parent_permlink": "new-feature-reputation", + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", "percent_hbd": 10000, - "permlink": "re-kamvreto-new-feature-reputation-20160802t201806164z", + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053031100z", "reward_weight": 10000, - "root_author": "kamvreto", - "root_permlink": "new-feature-reputation", + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", "title": "", "total_payout_value": { - "amount": "111", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -32195,29 +32195,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T20:53:24", + "active": "2016-07-18T05:34:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I mistook your \"Voted\" post for a bot. Please don't comment that you just voted. I upvoted this because upon closer inspection of your account history you didn't deserve a bad rep.\n\nI thought I could remove the flag and it would have fixed your account, we are investigating why it is behaving like it is.", + "body": "> As long as you get your account recovered before your account can power down (1 week) then 99% of your Steem Power will be safe.\n\nMinor correction. If you recover the account within a week, and it had not already been powering down, then 100% of the SP would be safe, not 99%. If power down was already in progress then it depends on the remaining time until the next power down, but if the account is recovered in time, 100% could still be safe.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "blockchain", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T20:30:33", + "created": "2016-07-18T05:34:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 566653, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-02T08:32:54", - "last_update": "2016-08-02T20:30:33", + "depth": 1, + "id": 160322, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-08-25T00:16:00", + "last_update": "2016-07-18T05:34:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32226,13 +32226,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "bullionstackers", - "parent_permlink": "re-bullionstackers-can-someone-explain-20160802t202846383z", + "parent_author": "dan", + "parent_permlink": "steemit-releases-groundbreaking-account-recovery-solution", "percent_hbd": 10000, - "permlink": "re-bullionstackers-re-bullionstackers-can-someone-explain-20160802t203032936z", + "permlink": "re-dan-steemit-releases-groundbreaking-account-recovery-solution-20160718t053409100z", "reward_weight": 10000, - "root_author": "bullionstackers", - "root_permlink": "can-someone-explain", + "root_author": "dan", + "root_permlink": "steemit-releases-groundbreaking-account-recovery-solution", "title": "", "total_payout_value": { "amount": "0", @@ -32244,29 +32244,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T06:01:00", + "active": "2016-07-18T05:43:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 70, "beneficiaries": [], - "body": "The existence of reputation doesn't give rise to these bots. The bot operators could calculate their own \"rep score\" whether we provide one or not. More likely, they will have a far more sophisticated rep score that is a better predictor of post value. \n\nOur rep system errors on the side of tolerance (or tries to). Theirs would aim for predictive power.", + "body": "The underutilized recommended posts feature is quite good in my experience. Probably your mileage will vary depending on your voting pattern.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T21:22:36", + "created": "2016-07-18T05:43:03", "curator_payout_value": { - "amount": "0", + "amount": "75", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 567628, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T09:47:30", - "last_update": "2016-08-02T21:22:36", + "depth": 3, + "id": 160418, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:43:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32275,16 +32275,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 3, - "parent_author": "chrishronic", - "parent_permlink": "re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t205008788z", + "parent_author": "dana-edwards", + "parent_permlink": "re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160717t234627385z", "percent_hbd": 10000, - "permlink": "re-chrishronic-re-kryptik-what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read-20160802t212235562z", + "permlink": "re-dana-edwards-re-limitless-re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t054304100z", "reward_weight": 10000, - "root_author": "kryptik", - "root_permlink": "what-the-hell-is-that-number-beside-my-name-i-ll-tell-you-it-s-a-reputation-system-quick-read", + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", "title": "", "total_payout_value": { - "amount": "0", + "amount": "230", "nai": "@@000000013", "precision": 3 }, @@ -32293,29 +32293,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-24T15:14:27", + "active": "2016-07-18T09:22:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 29081, + "author": "smooth", + "author_rewards": 213, "beneficiaries": [], - "body": "
http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png
\n\nMany of you may have noticed the recent updates to Steemit. Among those updates are the addition of a single digit score next to your name. My score is an 8.\n\nReputation scores work like earthquake richter scales, they operate on log base 10. In other words a reputation level 8 is 10 times stronger than reputation level 7. Likewise, -8 is 10 times more negative than -7.\n\nThose with weaker reputations are unable to harm the reputation of those with strong reputation. \n\nThis score is a simple algorithm that could be changed at any time and will be tweaked. If there are problems with it or if it starts to be gamed, then we will fix it. \n\nWe have already identified one bug that will be fixed at the next update. \n\nIf you feel you have been unfairly punished by the current algorithm, then you can appeal on slack. Less than 2% of all accounts are currently being filtered due to reputation. \n\n| Reputation | Number of Accounts |\n|----------------| -----------------------------|\n| 9 | 1 |\n| 8 | 86 |\n| 7 | 712 |\n| 6 | 1500 |\n| 5 | 1617 |\n| 4 | 1910 |\n| 3 | 1780 |\n| 2 | 1609 |\n| 1 | 34,455 |\n| -1 | 106 |\n| -2 | 120 |\n| -3 | 98 |\n| -4 | 193 |\n| -5 | 116 |\n| -6 | 203 |\n| -7 | 16 |\n| -8 | 1 |\n\nThe lowest rep is @wang, being the first bot got him singled out by a lot of downvoters over time. We appriciate the service wang provided and he earned some good money from his efforts.", + "body": "I'll restate in my own words the comments from @limitless and @suchnewb that I completely agree with. Votes come from the audience. The size of the audience will, in general, decide the size of the payout. The audience for a technical bug report post is relatively small.\n\nPosting rewards are not a bug bounty. If one is desired, it should be administered a different way.\n\nHowever, you did learn another lesson with this post (currently earning $6500 as I write this), which is that by making valid and technically interesting bug reports, _and then blogging about it_, you become more relevant to a wider audience, leading to larger rewards.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 278, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T21:40:15", + "created": "2016-07-18T05:51:00", "curator_payout_value": { - "amount": "317", + "amount": "223", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 567943, - "json_metadata": "{\"tags\":[\"steemit\",\"reputation\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://jhgmediagroup.com/wp-content/uploads/2015/10/BLOG-20130716-RepMgmt.png\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T21:40:15", + "depth": 1, + "id": 160515, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"limitless\",\"suchnewb\"]}", + "last_payout": "2016-08-23T20:49:12", + "last_update": "2016-07-18T05:53:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32323,17 +32323,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 491, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 5, + "parent_author": "spaced", + "parent_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", "percent_hbd": 10000, - "permlink": "brief-update-on-reputation-score", + "permlink": "re-spaced-why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that-20160718t055059200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", - "title": "Brief Update on Reputation Score", + "root_author": "spaced", + "root_permlink": "why-did-a-post-telling-people-to-report-bugs-make-3-000-usd-in-upvotes-and-my-actual-post-about-a-legitimate-security-issue-that", + "title": "", "total_payout_value": { - "amount": "43510", + "amount": "699", "nai": "@@000000013", "precision": 3 }, @@ -32342,29 +32342,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T11:15:54", + "active": "2016-07-18T19:04:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 113, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "His bot posts attracted negative attention from whales over time and only small amounts of positive attention from normal users. \n\nTo prevent the system from being arbitrary we need to have an algorithm that rates everyone \"objectively\".", + "body": "Shift card is another option.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 9, + "category": "travel", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T21:46:30", + "created": "2016-07-18T07:32:03", "curator_payout_value": { - "amount": "78", + "amount": "0", "nai": "@@000000013", - "precision": 3 - }, - "depth": 2, - "id": 568060, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T21:46:30", + "precision": 3 + }, + "depth": 4, + "id": 161679, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-25T02:38:12", + "last_update": "2016-07-18T07:32:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32372,17 +32372,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "azaan", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214349736z", + "net_votes": 1, + "parent_author": "heiditravels", + "parent_permlink": "re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t011850527z", "percent_hbd": 10000, - "permlink": "re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t214629572z", + "permlink": "re-heiditravels-re-ph111p-re-ph111p-re-heiditravels-let-s-get-uncomfortable-20160718t073202400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "heiditravels", + "root_permlink": "let-s-get-uncomfortable", "title": "", "total_payout_value": { - "amount": "266", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -32391,29 +32391,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:28:33", + "active": "2016-07-18T09:29:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Correlation does not equal causation. The fall in Steem Price and the rise in Steem Price combined with lags on the moving feed cause the majority of the problem.\n\nAlso the Risk / Reward on Steem Dollars is very different. You have the Risk of Steem Failure but only a 10% interest reward. Meanwhile the supply is increasing. \n\nA falling price means an increased reward and implied higher interest rate. If you think Steem Dollars will stabilize over the next year then you can earn 20% + 10% for a 30% rate of return at the risk of Steem Dollars becoming worthless. \n\nDue to the conversion option, the price cannot deviate too far from feed price or people will start converting rather than selling on exchanges.", + "body": "> i was thinking there is nothing stopping these guys creating noob accounts and posts to shill bid themselves and then powering down \n\nVotes are stake-weighted so creating more accounts with stake divided between does not help at all.", "cashout_time": "1969-12-31T23:59:59", - "category": "market", - "children": 1, + "category": "pevo", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T22:07:33", + "created": "2016-07-18T09:29:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 568443, - "json_metadata": "{\"tags\":[\"market\"]}", - "last_payout": "2016-09-02T07:33:48", - "last_update": "2016-08-02T22:07:33", + "depth": 2, + "id": 162997, + "json_metadata": "{\"tags\":[\"pevo\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-18T09:29:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32421,14 +32421,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jasonmcz", - "parent_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "net_votes": 1, + "parent_author": "ph111p", + "parent_permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160717t214045560z", "percent_hbd": 10000, - "permlink": "re-jasonmcz-peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker-20160802t220733568z", + "permlink": "re-ph111p-re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160718t092956500z", "reward_weight": 10000, - "root_author": "jasonmcz", - "root_permlink": "peg-or-not-peg-explanation-of-the-dollar-peg-and-why-is-it-important-to-steemit-ecosystem-by-an-ex-market-maker", + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", "title": "", "total_payout_value": { "amount": "0", @@ -32440,29 +32440,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:09:24", + "active": "2016-07-19T05:41:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 234, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Correct, @wang can still impact your payouts on the posts he downvotes, but he will not impact your reputation.", + "body": "So your proposal is to have one contracted liquidity provider, subject to community review on the quality and cost of service they provide? Maybe that is reasonable.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-02T22:09:24", + "created": "2016-07-18T10:45:27", "curator_payout_value": { - "amount": "179", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 568488, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"wang\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:09:24", + "id": 163865, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-18T12:32:30", + "last_update": "2016-07-18T10:45:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32470,17 +32470,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "chitty", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t214819259z", + "net_votes": 0, + "parent_author": "abit", + "parent_permlink": "re-jl777-solution-to-liquidity-points-bugs-20160718t095443421z", "percent_hbd": 10000, - "permlink": "re-chitty-re-dantheman-brief-update-on-reputation-score-20160802t220924870z", + "permlink": "re-abit-re-jl777-solution-to-liquidity-points-bugs-20160718t104527100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "jl777", + "root_permlink": "solution-to-liquidity-points-bugs", "title": "", "total_payout_value": { - "amount": "554", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -32489,29 +32489,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T16:58:06", + "active": "2016-07-19T16:02:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 514, "beneficiaries": [], - "body": "Earn up votes from anyone with positive reputation.", + "body": "It increased from 1 minute to 30 minutes. I see little evidence that it helps. Maybe too soon to say though.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "hack", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-02T22:09:57", + "created": "2016-07-18T10:47:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 568502, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:09:57", + "id": 163880, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:47:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32519,17 +32519,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "lindee-hamner", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215149359z", + "net_votes": 1, + "parent_author": "good-karma", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t090812950z", "percent_hbd": 10000, - "permlink": "re-lindee-hamner-re-dantheman-brief-update-on-reputation-score-20160802t220958710z", + "permlink": "re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104707000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1804", "nai": "@@000000013", "precision": 3 }, @@ -32538,29 +32538,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:13:51", + "active": "2016-07-18T11:02:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 46, "beneficiaries": [], - "body": "-3 to 3 are effectively 0. It is an artefact of how we derive the score that makes +/- 0 an odd case.", + "body": "At least that's an improvement.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "hack", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T22:13:51", + "created": "2016-07-18T10:48:48", "curator_payout_value": { - "amount": "0", + "amount": "43", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 568568, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:13:51", + "id": 163890, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T11:02:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32568,17 +32568,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "fubar-bdhr", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220455415z", + "net_votes": 3, + "parent_author": "abit", + "parent_permlink": "re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t093230884z", "percent_hbd": 10000, - "permlink": "re-fubar-bdhr-re-dantheman-brief-update-on-reputation-score-20160802t221350786z", + "permlink": "re-abit-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t104849800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", "title": "", "total_payout_value": { - "amount": "0", + "amount": "152", "nai": "@@000000013", "precision": 3 }, @@ -32587,29 +32587,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:16:30", + "active": "2016-07-18T11:03:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 46, "beneficiaries": [], - "body": "Keep doing what you are doing. Going from a 7 to an 8 is a big task, but you can do it.", + "body": "Nonstop order clearing would cause the highest SP to always win since network bandwidth is allocated by SP.\n\nI don't really know of a good solution. I think your idea of voting might be the best we're going to do, but it requires significant implementation effort and then the issue is whether voters will even be informed. Given the highly technical nature of the problem I suspect most voters would not be.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "hack", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T22:16:30", + "created": "2016-07-18T10:58:57", "curator_payout_value": { - "amount": "0", + "amount": "46", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 568609, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:16:30", + "depth": 4, + "id": 163993, + "json_metadata": "{\"tags\":[\"hack\"]}", + "last_payout": "2016-08-19T16:30:27", + "last_update": "2016-07-18T10:58:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32617,17 +32617,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "jaycobbell", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t215234479z", + "net_votes": 4, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105350711z", "percent_hbd": 10000, - "permlink": "re-jaycobbell-re-dantheman-brief-update-on-reputation-score-20160802t221631094z", + "permlink": "re-jl777-re-smooth-re-good-karma-re-jl777-i-am-being-attacked-on-liquidity-provider-points-20160718t105855900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "jl777", + "root_permlink": "i-am-being-attacked-on-liquidity-provider-points", "title": "", "total_payout_value": { - "amount": "0", + "amount": "152", "nai": "@@000000013", "precision": 3 }, @@ -32636,29 +32636,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:53:00", + "active": "2016-07-19T07:22:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It is continuous with every vote on every post you make.", + "body": "> UPDATE: The anonymous whale @pumpkin saved Pevo. Thank you!\n\n> I'm devastated that it's turned out to be a game for the biggest fish\n\nI guess not so devastated any more. LOL.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "pevo", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T22:26:21", + "created": "2016-07-19T00:45:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 568796, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:26:21", + "depth": 1, + "id": 177214, + "json_metadata": "{\"tags\":[\"pevo\"],\"users\":[\"pumpkin\"]}", + "last_payout": "2016-08-25T11:15:48", + "last_update": "2016-07-19T00:45:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32666,14 +32666,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "merej99", - "parent_permlink": "re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222227501z", + "net_votes": 1, + "parent_author": "pharesim", + "parent_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", "percent_hbd": 10000, - "permlink": "re-merej99-re-merej99-re-dantheman-brief-update-on-reputation-score-20160802t222622814z", + "permlink": "re-pharesim-the-centralization-of-steem-and-how-it-is-killing-off-pevo-20160719t004517600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "pharesim", + "root_permlink": "the-centralization-of-steem-and-how-it-is-killing-off-pevo", "title": "", "total_payout_value": { "amount": "0", @@ -32685,29 +32685,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:31:12", + "active": "2016-07-19T14:59:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 973, + "author": "smooth", + "author_rewards": 20, "beneficiaries": [], - "body": "Quick update, if we allowed 0 then there would be 32,000 users with 0 and 2000 users with 1. We will be tweaking the algorithm to enable 0.", + "body": "Considering that the blockchain can be used for all sorts of content and the UI is promised to be open source meaning adaptations with different target markets will be easy, it is quite possible that the reach will be much broader than just blog posts.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-02T22:31:12", + "created": "2016-07-19T02:39:09", "curator_payout_value": { - "amount": "757", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 568888, + "id": 178856, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:31:12", + "last_payout": "2016-08-20T15:12:21", + "last_update": "2016-07-19T02:39:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32715,17 +32715,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "dantheman", - "parent_permlink": "brief-update-on-reputation-score", + "net_votes": 4, + "parent_author": "generalizethis", + "parent_permlink": "steemit-will-it-link-all-the-things-discussion-topic", "percent_hbd": 10000, - "permlink": "re-dantheman-brief-update-on-reputation-score-20160802t223111474z", + "permlink": "re-generalizethis-steemit-will-it-link-all-the-things-discussion-topic-20160719t023909800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "generalizethis", + "root_permlink": "steemit-will-it-link-all-the-things-discussion-topic", "title": "", "total_payout_value": { - "amount": "2303", + "amount": "74", "nai": "@@000000013", "precision": 3 }, @@ -32734,29 +32734,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:34:00", + "active": "2016-07-20T20:11:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 15, + "author": "smooth", + "author_rewards": 17, "beneficiaries": [], - "body": "It is all open source and on github.\n\nThe raw score is calculated here:\nhttps://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\n\nThe website interprets the raw score based on max( 1, int(log10(abs(score))) - 8 )", + "body": "Voting is not something for nothing since voting power is consumed. When the post gets downvoted and has 0 SD rewards, those who tried to get a reward are worse off than if they had not participated.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-02T22:34:00", + "created": "2016-07-19T23:54:24", "curator_payout_value": { - "amount": "4", + "amount": "14", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 568928, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/blob/develop/libraries/plugins/follow/follow_plugin.cpp\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:34:00", + "depth": 1, + "id": 203455, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-19T15:53:09", + "last_update": "2016-07-20T03:49:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32764,17 +32764,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "ajvest", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t222633570z", + "net_votes": 2, + "parent_author": "rodomonte", + "parent_permlink": "social-attack-on-steemit", "percent_hbd": 10000, - "permlink": "re-ajvest-re-dantheman-brief-update-on-reputation-score-20160802t223400931z", + "permlink": "re-rodomonte-social-attack-on-steemit-20160719t235424700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "rodomonte", + "root_permlink": "social-attack-on-steemit", "title": "", "total_payout_value": { - "amount": "34", + "amount": "59", "nai": "@@000000013", "precision": 3 }, @@ -32783,29 +32783,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:36:15", + "active": "2016-07-20T06:17:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 101, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is an inadvertent bug with the website that will be fixed shortly within the hour.", + "body": "Almost certainly hacked.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "hiking", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T22:36:15", + "created": "2016-07-20T06:17:12", "curator_payout_value": { - "amount": "73", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 568976, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:36:15", + "depth": 2, + "id": 211249, + "json_metadata": "{\"tags\":[\"hiking\"]}", + "last_payout": "2016-08-24T11:54:48", + "last_update": "2016-07-20T06:17:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32813,17 +32813,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "spaninv", - "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221509776z", + "net_votes": 1, + "parent_author": "noodhoog", + "parent_permlink": "re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t055616185z", "percent_hbd": 10000, - "permlink": "re-spaninv-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t223615774z", + "permlink": "re-noodhoog-re-katecloud-what-i-m-taking-to-survie-a-6-month-hiking-trip-20160720t061711000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "katecloud", + "root_permlink": "what-i-m-taking-to-survie-a-6-month-hiking-trip", "title": "", "total_payout_value": { - "amount": "238", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -32832,29 +32832,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T08:34:12", + "active": "2016-07-20T06:24:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 159, + "author": "smooth", + "author_rewards": 40, "beneficiaries": [], - "body": "I love it! She has been a great contributor and helped build this place early on.", + "body": "> not sure why i can't reply directly to your comment\n\nMaximum comment depth is 6. Hopefully a solution to this will be found soon. It comes up a lot.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T22:37:03", + "created": "2016-07-20T06:24:12", "curator_payout_value": { - "amount": "118", + "amount": "35", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 568994, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:37:03", + "depth": 5, + "id": 211382, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-25T01:27:45", + "last_update": "2016-07-20T06:24:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32862,17 +32862,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "nanzo-scoop", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t220429395z", + "net_votes": 4, + "parent_author": "kyletorpey", + "parent_permlink": "re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160719t215219412z", "percent_hbd": 10000, - "permlink": "re-nanzo-scoop-re-dantheman-brief-update-on-reputation-score-20160802t223704397z", + "permlink": "re-kyletorpey-re-jbrukh-re-kyletorpey-re-jbrukh-re-kyletorpey-hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit-20160720t062413000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "kyletorpey", + "root_permlink": "hi-i-m-kyle-i-ve-been-a-full-time-bitcoin-writer-for-the-past-2-years-now-i-m-trying-out-steemit", "title": "", "total_payout_value": { - "amount": "376", + "amount": "142", "nai": "@@000000013", "precision": 3 }, @@ -32881,29 +32881,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T22:40:48", + "active": "2016-07-20T06:29:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 257, + "author": "smooth", + "author_rewards": 18, "beneficiaries": [], - "body": "I was honestly just as suprised by that as you were. We investigated the issue and it works like this.\n\nMy upvote can take you to +6.x. You had 6 before I voted you down and 7 after I voted you up. \n\nIf you start with 6.1 and I downvote you with 6.9 then it will take you to -6 because the way log algorithms work. If I downvote you again it probably wouldn't take you to -7. \n\nWhales can make / break small accounts that have no rep. But they cannot make accounts with rep. I doubt I could lower @stellabelle from 9 to 8 with a single vote.\n\nReputation is hard to earn, easy to lose.", + "body": "Is the system complicated enough already? That is one of the top objections. Adding more options doesn't seem like the way to go imo.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-02T22:40:48", + "created": "2016-07-20T06:29:15", "curator_payout_value": { - "amount": "191", + "amount": "14", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 569091, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"stellabelle\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:40:48", + "depth": 1, + "id": 211444, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-19T21:18:36", + "last_update": "2016-07-20T06:29:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32911,17 +32911,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "bullionstackers", - "parent_permlink": "re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t221816802z", + "net_votes": 2, + "parent_author": "pheonike", + "parent_permlink": "option-to-have-a-variable-withdrawal-terms", "percent_hbd": 10000, - "permlink": "re-bullionstackers-re-spaninv-re-dantheman-re-azaan-re-dantheman-brief-update-on-reputation-score-20160802t224048880z", + "permlink": "re-pheonike-option-to-have-a-variable-withdrawal-terms-20160720t062915400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "pheonike", + "root_permlink": "option-to-have-a-variable-withdrawal-terms", "title": "", "total_payout_value": { - "amount": "608", + "amount": "62", "nai": "@@000000013", "precision": 3 }, @@ -32930,29 +32930,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-02T23:05:57", + "active": "2016-07-20T18:54:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "That bug has been fixed.", + "body": "That post was a nice scoop", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "financial", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-02T22:59:24", + "created": "2016-07-20T09:14:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 569401, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-02T15:39:21", - "last_update": "2016-08-02T22:59:24", + "depth": 4, + "id": 214285, + "json_metadata": "{\"tags\":[\"financial\"]}", + "last_payout": "2016-08-24T15:32:15", + "last_update": "2016-07-20T09:14:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -32960,14 +32960,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "andu", - "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160802t224242604z", + "net_votes": 1, + "parent_author": "cass", + "parent_permlink": "re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091240515z", "percent_hbd": 10000, - "permlink": "re-andu-re-dantheman-brief-update-on-reputation-score-20160802t225923989z", + "permlink": "re-cass-re-complexring-re-steemgrindr-re-complexring-authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd-20160720t091418600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "brief-update-on-reputation-score", + "root_author": "complexring", + "root_permlink": "authors-can-obtain-a-30-premium-on-steem-backed-dollars-sbd", "title": "", "total_payout_value": { "amount": "0", @@ -32979,29 +32979,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:55:36", + "active": "2016-07-20T22:43:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Short posts like this could be generated by bots. Try to write comments that would pass the Turing test.", + "body": "Nice guide. Especially like the tutorial screen shots.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 4, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T13:09:48", + "created": "2016-07-20T22:43:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 580298, + "depth": 1, + "id": 232026, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T01:37:27", - "last_update": "2016-08-03T13:09:48", + "last_payout": "2016-08-22T13:41:30", + "last_update": "2016-07-20T22:43:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33009,14 +33009,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "anonblog", - "parent_permlink": "re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t121417620z", + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "get-33-more-steem-for-your-steem-dollars", "percent_hbd": 10000, - "permlink": "re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t130947602z", + "permlink": "re-anonymint-get-33-more-steem-for-your-steem-dollars-20160720t224317700z", "reward_weight": 10000, - "root_author": "knozaki2015", - "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", + "root_author": "anonymint", + "root_permlink": "get-33-more-steem-for-your-steem-dollars", "title": "", "total_payout_value": { "amount": "0", @@ -33028,29 +33028,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T09:26:21", + "active": "2016-07-21T21:57:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2280171, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg
\nThe past couple of months have been full of hard lessons for everyone in the cryptocurrency space. Bugs in the DAO code lead to hard forks of ETH which lead to Replay Attacks and now a market battle between Ethereum and Ethereum Classic. \n\nIn the process the DAO hacker has managed to indirectly harm everyone from ETH holders to anyone doing business with Coinbase, one of many potential victims of the Replay Attack.\n\nIf the problems with Ethereum weren\u2019t enough, there are now [reports that $72 million worth of Bitcoin may have been stolen from Bitfinex](http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP).\n\nEven steemit.com was hacked. The difference is that Steem responded quickly, decisively, and with long-lasting technological solutions rather than one-time patches that do nothing to prevent future issues.\n\n## All of this is Preventable \n\nFor over 3 years I have been working to design and build next generation blockchain technologies. Steem is the product of many hard lessons in usability, scalability, and security. Most of the lessons learned are not available on any other platform.\n\n## Preventing Replay Attacks\n\nWay back in November 2013 I introduced the concept of [Transactions as Proof of Stake](http://bravenewcoin.com/assets/Uploads/TransactionsAsProofOfStake10.pdf) also known as TaPoS. \n\nThe idea behind TaPoS is that each time a transaction is signed it should reference a recent block ID. By referencing a recent block ID the signer is also certifying their opinion on the state of the blockchain and the pre-condition for the validity of the transaction. \n\nOver the long term this means that every stake holder is directly certifying / checkpointing the blockchain and creates a measure of consensus that is even harder to forge than redoing all of the Proof of Work on bitcoin and \u201cmigrating\u201d the transactions. \n\n## Preventing Rebirth of Forks \n\nAssuming a blockchain will never have to hard fork is denying reality. Bugs will happen, new features will be needed, and lack of adaptability to market conditions will eventually kill any company, product, or cryptocurrency. \n\nThe decision to hard fork should be baked into the consensus process prior to any fork occurring. If consensus is reached that a fork should occur, then all nodes that do not have the code for the fork should shutdown by consensus. \n\nStated another way, the only way to \u201crevive\u201d a fork such as Ethereum Classic would be to implement a true fork and require everyone to update their code. \n\nEthereum Classic is an example of a Fork that should never have existed. If the Ethereum blockchain had a true consensus process in place for deciding when to fork and *when to die* then the entire market could rest assured they are on the right fork.\n\nInstead decisions about which fork to adopt are handled outside of blockchain consensus and therefore chaotic in nature. Failure to provide a governance structure will lead to market chaos, uncertainty, and situations like Ethereum Classic. \n\n## Recovering from Hacks \n\nAttempting to prevent hacks is a nobel, but futile effort. Hacks are instant, and permanent. Even with advanced multi-sig accounts, such as those supposedly used by Bitfinex, are unable to prevent the instantaneous loss of millions of dollars of cryptocurrency.\n\nThe problem is that you do not know you have been hacked until it is *too late* to fix it or recover. Hackers can slowly gather keys over time and then wait until the perfect moment to strike.\n\nThe strength of a system is not measured by how thick and impenetrable the skin is, but by its ability to heal quickly after being cut. Bitcoin, Ethereum, and most other blockchains have no system in place for healing.\n\n[Every Steem account is associated with a recovery account](https://steemit.com/all/@dan/steemit-releases-groundbreaking-account-recovery-solution). The recovery account can be any other user on the system who knows you by some means other than your public key. In the event that your account is stolen, the recovery account combined with your old public key has the ability to restore the account to its rightful owner.\n\n**This is not just multi-sig**. Multi-sig is a fixed set of signers who must cosign a transaction. The Steem recovery process considers any key used in the past 30 days to be one party to the recovery. An attacker can change the owner keys as much as they want, it will not prevent the recovery. \n\nYour recovery account has no power over your account without one of your recent keys and it is not needed until after you are hacked. This is very different from any multi-sig solution currently on the market. \n\nThere are only two people who can recover an account, the attacker or the legitimate owner. So long as the recovery agent does full KYC prior to recovering the account no hacker will attempt to recover. In fact, there is no reason for the hacker to attempt recovery because they are already in control of the \"current keys\" which means they get the account by default after 30 days.\n\n## Time locked Funds \n\nThe key to security is *time*. It is impossible to know that your keys have been compromised until someone else signs something with them. By the time they sign, it is too late.\n\nImagine if there was a 24 hour delay during which your transfer could be recovered with the help of your recovery agent. With such a system in place a hacker would have to divulge the hack by using your keys, but would be powerless to prevent you from recovering your account and canceling the transfer. \n\nIf the hacker managed to compromise both you and your recovery agent, then the recovery agent would go to their recovery agent first, then recover you. This process could continue indefinitely so long as everyone could recover within the allotted time. The probability of a hacker compromising all of those accounts at the same time is vanishingly small.\n\nAll of these things require time with the ability to cancel. Without time delay hacks are impossible to detect until after they irreversible. Banks have known this for a long time. They implement daily withdraw limits, 24 to 72 hour pending periods, etc. \n\nThe vast majority of cryptocurrency wealth needs to be locked behind similar protections. The only funds that should exist as liquid \u201ccash\u201d are those which are needed immediately and which the holder of said funds can afford to lose.\n\n## Steem Solves these Problems\n\n95% of all Steem value is subject to time release, all accounts can be recovered so long as you have any owner key used in the past 30 days and the signature of your recovery agent. All transactions implement TaPoS which prevents replay, and the decision to hard fork is built into the consensus protocol itself. Any nodes that don\u2019t know the details of the hard-fork will automatically shutdown at the consensus defined time. \n\nIf Bitcoin and Ethereum implemented these features then Coinbase wouldn\u2019t be suffering from Replay, Bitfinex would be able to recover their funds, and either Ethereum or Ethereum Classic would not exist. \n\nThese features make everyone more secure, and isn\u2019t that the whole point of Cryptocurrencies in the first place? What good is a cryptocurrency that is statistically less secure than the funds in your bank? It is time for a change.", + "body": "Minor correction. Block time is 3 seconds, not 5.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 127, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T17:37:48", + "created": "2016-07-21T21:49:33", "curator_payout_value": { - "amount": "120945", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 585275, - "json_metadata": "{\"tags\":[\"steem\",\"tapos\",\"ethereum\",\"security\",\"bitfinex\"],\"image\":[\"https://99robots.com/wp-content/uploads/2014/12/website-security-lock.jpg\"],\"links\":[\"http://www.reuters.com/article/us-bitfinex-hacked-hongkong-idUSKCN10E0KP\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T17:37:48", + "depth": 1, + "id": 259214, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T06:35:39", + "last_update": "2016-07-21T21:49:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33058,17 +33058,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 522, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", "percent_hbd": 10000, - "permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "permlink": "re-anonymint-it-s-so-easy-to-become-a-millionaire-with-steem-20160721t214933400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", - "title": "Bitfinex, Blockchain Hacks, and Replay Attacks Oh My - All Things that Steem\u2019s Technology is designed to prevent.", + "root_author": "anonymint", + "root_permlink": "it-s-so-easy-to-become-a-millionaire-with-steem", + "title": "", "total_payout_value": { - "amount": "5335454", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33077,29 +33077,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T18:14:45", + "active": "2016-07-23T08:20:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 269519, "beneficiaries": [], - "body": "He would have to pass our ID checks which means he would have to hack your reddit or facebook account. If he did do that, then we would up the level of KYC on your account. Posting a quality introduce yourself post with photos is a good way to help secure your account.", + "body": "\"People who get to earn the equivalent of a CEO of a Fortune 500\"\n\nThis somewhat relevant because witnesses do more than run a node, they are also part of the governance process of the network by deciding which versions to run, generally providing input to the developer team, and serving as a conduit for representative stakeholder influence over the direction of Steem. In the great debate over the curation rewards (8.2/8.3 debate), witnesses were called upon to decide which version to accept going forward. The developer team frequently requests input and feedback from witnesses on the content of upcoming releases.\n\nThus you I suggest that one should choose witnesses not only based on whether blocks are signed, price feeds are updated, the money is channeled elsewhere, etc. but also based on the experience, expertise, judgement, vested interest in the success of the system, and character of the witness. \n\nThe Steem ecosystem is now approaching $500 million in market cap and while we may not quite need 19 Fortune 500 CEOs worth of qualifications yet, there may well come a time that 19 witnesses of that stature and caliber would be the best thing possible. We certainly do want highly experienced, highly vested, and highly capable witnesses who are best suited to represent the diverse interests in the Steem ecosystem and make excellent decisions about what makes a blockchain successful, not just server jockeys and grant administrators. Those sorts of qualifications do not come cheap, and if there is too much focus on witnesses as pass-throughs for money, then it will turn into a race to the bottom on compensation and the best qualified by the above criteria will certainly drop out.\n\nWhether all of the current 19 full-time witnesses are the ideal people for the job is something that the voters can decide. My personal opinion is that there are too many witnesses who are there primarily or entirely by virtue of their history with the Bitshares community, and I'd like to see at least one or more from the blogging/marketing side, though last point may be a bit of a challenge since the job does also require experience managing security-critical IT infrastructure (either directly or managing other people to do it). That combination may be quite scarce.\n\nFinally one should not dismiss too easily the costs of the actual infrastructure as Steemit continues to scale up. How much do you think Reddit spends on servers, etc.? Well each witness is something like 1/19 of the backbone infrastructure of Steemit and will be eventually be spending something similar. (Already the costs to run a _good_ witness node, along with associated seed nodes, including redundancy and headroom to not fail in the presence of viral growth, are not trivial.) One of the witnesses (sorry I don't recall which) has stated his opinion that each of the 19 witness slots will over time evolve into significant businesses each managing a data center and significant staff. If so then in addition to the above qualifications, witnesses also need to possess the capability to manage all aspects of this sort of rapidly-growing business without major mishaps, mismanagement, and down time. Again, you do not want the best qualified to drop out and leave the network in less capable hands.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "witness", + "children": 12, "children_abs_rshares": 0, - "created": "2016-08-03T18:14:45", + "created": "2016-07-22T02:30:15", "curator_payout_value": { - "amount": "0", + "amount": "9986", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 585946, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T18:14:45", + "depth": 1, + "id": 264500, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:27:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33107,17 +33107,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "intelliguy", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181227006z", + "net_votes": 78, + "parent_author": "cryptoctopus", + "parent_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "percent_hbd": 10000, - "permlink": "re-intelliguy-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t181445104z", + "permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t023015100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "0", + "amount": "931996", "nai": "@@000000013", "precision": 3 }, @@ -33126,29 +33126,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T18:57:18", + "active": "2016-07-22T05:45:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 159, + "author": "smooth", + "author_rewards": 30, "beneficiaries": [], - "body": "Recovery Pools are possible due to Steem's support for advanced dynamic hierarchical threshold multisig accounts. Recover account could also mean recovery pool and could be an entire group.", + "body": "Each witness decides independently on a method to update the price feed, which is supposed to provide a good indication of the Steem price in USD. The blockchain then averages these by taking a median each hour and then again by taking the median of the hourly samples over the past week. By keeping the feeds independent, any errors, malfunctions, or disagreements on the best method to assess the current price are filtered into a consensus. \n\nIn my opinion it is better that there not be a single method used by all or even most witnesses (for example most witnesses using the same script to update the feed), which case those would be more likely to fail or malfunction at the same time, or just introduce misleading prices due to a bias in the method.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "witness", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-03T18:51:57", + "created": "2016-07-22T03:08:18", "curator_payout_value": { - "amount": "112", + "amount": "27", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 586607, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T07:46:45", - "last_update": "2016-08-03T18:51:57", + "depth": 2, + "id": 265094, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T03:08:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33156,17 +33156,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "dana-edwards", - "parent_permlink": "re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t183956644z", + "net_votes": 2, + "parent_author": "kenny-crane", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t015238383z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-re-mrweed-re-dana-edwards-the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future-20160803t185156482z", + "permlink": "re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t030817200z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "the-bitfinex-hack-and-why-steem-power-may-be-the-safest-place-to-put-your-money-for-the-foreseeable-future", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "372", + "amount": "102", "nai": "@@000000013", "precision": 3 }, @@ -33175,29 +33175,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T19:18:03", + "active": "2016-07-22T05:56:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 39, + "author": "smooth", + "author_rewards": 593, "beneficiaries": [], - "body": "Our interface is opensource and many clones will start appearing. Steem is getting increasingly decentralized over time and its protocol will become increasingly stable. Your concerns are all temporary situations that all new systems face. The goal is to mature into decentralization.", + "body": "I can only tell you the method I use which is to usually update it manually giving my best opinion of a fair market value at the time after examining market conditions. (I run a script when I know I wont be available to update it.) The main reason I do this is I see most of the other witnesses using a script and I want to maximize diversity in the method for the reasons I described. I can't speak to the specific methods that others use.\n\nAs far as why it is important, it is used for two things. One is the awarding of SD author rewards. Half the Steem paid out from the reward fund is converted to SD using the feed price. The other is the \"Convert SD to Steem\" operation, which converts on demand using the feed price one week later. (Most people should not be using the latter, by the way; it is intended to be a part of the inner workings of the pegging mechanism to be used, if at all, by expert traders when necessary. In my opinion it is a mistake that it is even available on the web site, and certainly that it is highly prominent where many have chosen it by mistake.)\n\nEDIT: Also dollar values displayed on the site use the price feed as an exchange rate, but that is somewhat arbitrary. The blockchain operations using it are more critical.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "witness", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T18:55:54", + "created": "2016-07-22T04:41:54", "curator_payout_value": { - "amount": "25", + "amount": "612", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 586684, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T18:55:54", + "depth": 4, + "id": 266629, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:56:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33205,17 +33205,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "orly", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t183639680z", + "net_votes": 5, + "parent_author": "kenny-crane", + "parent_permlink": "re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t042406885z", "percent_hbd": 10000, - "permlink": "re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t185555680z", + "permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "90", + "amount": "2050", "nai": "@@000000013", "precision": 3 }, @@ -33224,29 +33224,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T11:02:18", + "active": "2016-07-22T23:48:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2218, + "author": "smooth", + "author_rewards": 7, "beneficiaries": [], - "body": "This type of off topic advertizing is a quick way to get downvotes and hurt your reputation. I will ask others with less weight to downvote you as a warning until we get a GUI in place that lets me downvote with less weight than my full weight would would send you straight to -5 or -6.\n\nUpdate: after reviewing your post and seeing this same spam in dozens of places plus the blatant vote begging, I decided to downvote you anyway. We are updating the reputation system such that my downvotes are not enough to singlehandedly censor you. You can still come back from this, but it will require being respectful of others.", + "body": "In addition to @pharesim's correct comment about 1/21 blocks being mined by proof of work, anyone can indeed be voted as a witness. 1/21 blocks are signed by a backup witness with frequency proportional to the number of votes. A backup witness is one that doesn't make the cut to the top 19. You can just vote for yourself, set up a witness node, and occasionally (very occasionally if your stake is small) sign a block and get the rewards. If others vote for you, you will sign more blocks.\n\nThe top 19 are special because they get to sign a block every round, so 19/21 of all the blocks on the chain are signed the top 19 (1/21 each).", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 13, + "category": "witness", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T19:04:00", + "created": "2016-07-22T04:50:06", "curator_payout_value": { - "amount": "943", + "amount": "6", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 586869, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T19:10:24", + "id": 266760, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"pharesim\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T04:50:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33254,17 +33254,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 15, - "parent_author": "edbriv", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t193721993z", + "net_votes": 1, + "parent_author": "brennanhm", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t032234102z", "percent_hbd": 10000, - "permlink": "re-edbriv-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t190359502z", + "permlink": "re-brennanhm-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t045008000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "5190", + "amount": "23", "nai": "@@000000013", "precision": 3 }, @@ -33273,29 +33273,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T19:18:03", + "active": "2016-07-22T05:45:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 33, "beneficiaries": [], - "body": "That is certainly true. The last platform I created, BitShares, matured to a level of decentralization that could entirely outvote me. I am happy about that. As the platform matured it became more and more difficult to make changes, the same will be true for Steem.", + "body": "@kenny-crane: \"I guess on the weekly power down from Steem Power to Steem...the price feed does Not come into play, because we just get an amount of Steem credited to our account that is equal to 1/104 of the amount we chose to power down.\"\n\nCorrect, the price feed does not come into play there", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "witness", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T19:18:03", + "created": "2016-07-22T05:45:00", "curator_payout_value": { - "amount": "0", + "amount": "17", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 587127, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T19:18:03", + "depth": 5, + "id": 267437, + "json_metadata": "{\"tags\":[\"witness\"],\"users\":[\"kenny-crane\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:45:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33303,17 +33303,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -1, - "parent_author": "orly", - "parent_permlink": "re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191058367z", + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t044153700z", "percent_hbd": 10000, - "permlink": "re-orly-re-dantheman-re-orly-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t191804525z", + "permlink": "re-smooth-re-kenny-crane-re-smooth-re-kenny-crane-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t054459200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "0", + "amount": "113", "nai": "@@000000013", "precision": 3 }, @@ -33322,29 +33322,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T20:52:12", + "active": "2016-07-22T11:25:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 17, + "author": "smooth", + "author_rewards": 3399, "beneficiaries": [], - "body": "Reputation is done outside of blockchain consensus and can change / be tweaked at any time. It is a steemit.com feature, not a blockchain feature. \n\nMaybe if steemit.com comes up with a good enough reputation system that doesn't get gamed we could tie it into rewards, but that is a long way from happening.", + "body": "Right. It is more akin to stock options than a salary or fee for service, because it is tied to the future value of Steem and can't be cashed out (more than 1% per week). This is a good thing because it means the interests of witnesses are aligned with the interests of Steem in terms of long term value (and increasingly so as witnesses are more vested). However, it does mean that you can't reasonably say to witnesses, \"You are being paid all this money, so you better go and spend it every week\" because no one is receiving that in actual, spendable, payments. Expecting strong qualifications, competence, engagement, attention and effective representation are entirely reasonable expectations however.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "witness", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T19:40:39", + "created": "2016-07-22T05:52:54", "curator_payout_value": { - "amount": "9", + "amount": "1251", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 587537, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T06:57:24", - "last_update": "2016-08-03T19:40:39", + "depth": 3, + "id": 267523, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T11:25:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33352,17 +33352,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "kuriko", - "parent_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "net_votes": 3, + "parent_author": "cryptoctopus", + "parent_permlink": "re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t014823963z", "percent_hbd": 10000, - "permlink": "re-kuriko-dantheman-my-suggestion-to-the-new-reputation-system-20160803t194038952z", + "permlink": "re-cryptoctopus-re-cryptobarry-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055254100z", "reward_weight": 10000, - "root_author": "kuriko", - "root_permlink": "dantheman-my-suggestion-to-the-new-reputation-system", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "39", + "amount": "12156", "nai": "@@000000013", "precision": 3 }, @@ -33371,29 +33371,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T21:36:30", + "active": "2016-07-23T11:31:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 4088, "beneficiaries": [], - "body": "Anyone who makes it on to trending has their reputation boosted as a result. A new user could post something big, end up on trending have have a reputation of 6 the same day. \n\nThose with reputation of 7 or 8 have it the trending pages multiple times. \n\nBetter to look at 'hot' for new people to promote.", + "body": "The witness signing key isn't visible on the web site. In the CLI you can use the show_witness command and update_witness command to change the key.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "witness", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-03T19:46:48", + "created": "2016-07-22T05:54:51", "curator_payout_value": { - "amount": "0", + "amount": "4706", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 587690, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T03:22:27", - "last_update": "2016-08-03T19:46:48", + "id": 267559, + "json_metadata": "{\"tags\":[\"witness\"]}", + "last_payout": "2016-08-23T17:39:48", + "last_update": "2016-07-22T05:54:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33401,17 +33401,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "jsteck", - "parent_permlink": "re-jacor-the-new-reputation-system-good-or-bad-20160803t185226182z", + "net_votes": 2, + "parent_author": "oliverb", + "parent_permlink": "re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t020044946z", "percent_hbd": 10000, - "permlink": "re-jsteck-re-jacor-the-new-reputation-system-good-or-bad-20160803t194649669z", + "permlink": "re-oliverb-re-cryptoctopus-witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition-20160722t055453200z", "reward_weight": 10000, - "root_author": "jacor", - "root_permlink": "the-new-reputation-system-good-or-bad", + "root_author": "cryptoctopus", + "root_permlink": "witnesses-exposed-what-witnesses-has-done-for-us-this-week-first-edition", "title": "", "total_payout_value": { - "amount": "0", + "amount": "14136", "nai": "@@000000013", "precision": 3 }, @@ -33420,29 +33420,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T16:17:18", + "active": "2016-07-22T06:32:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 4946, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I thought the fact that it was an *original image* of a real steemit user made by another steemit user puts it in a different category than simply using a model.\n\nIn this case, sean was demonstrating the power of his opinion in a very obvious way. \n\nIt was borderline NSFW but was also done with a flair of art and completely relevant.", + "body": "Traders in the internal market have the opportunity to earn rewards based on a point system. It is described in the white paper, although some of the details were slightly changed in last hard fork.", "cashout_time": "1969-12-31T23:59:59", - "category": "sex", - "children": 8, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T20:05:24", + "created": "2016-07-22T06:32:03", "curator_payout_value": { - "amount": "3063", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 588091, - "json_metadata": "{\"tags\":[\"sex\"]}", - "last_payout": "2016-09-03T12:32:15", - "last_update": "2016-08-03T20:05:24", + "depth": 2, + "id": 268039, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:32:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33450,17 +33450,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 24, - "parent_author": "sean-king", - "parent_permlink": "sexual-click-bait", + "net_votes": 0, + "parent_author": "sauravrungta", + "parent_permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t053413965z", "percent_hbd": 10000, - "permlink": "re-sean-king-sexual-click-bait-20160803t200523599z", + "permlink": "re-sauravrungta-re-steemitblog-steem-version-0-12-0-released-20160722t063201900z", "reward_weight": 10000, - "root_author": "sean-king", - "root_permlink": "sexual-click-bait", + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", "title": "", "total_payout_value": { - "amount": "11538", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33469,29 +33469,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T21:36:45", + "active": "2016-07-22T06:34:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Those concepts are being thought through and will likely be deployed based upon lessons learned and solutions available.", + "body": "\"Users will be limited in the number of people they can and will follow\"\n\nUsers may or may not be limited in the number of people they will follow but they can't be limited in the number of people they can follow. The information is on the blockchain and if the steemit client doesn't support the full range of following options that users want then another client will.\n\nI also don't necessarily agree that content will be found because it is posted by a followed feed, especially not for viral content. That is almost the definition of it.\n\nOverall I think this approach is poorly thought out with respect to sybil attacks and will incentivize spamming of candidate viral content on multiple accounts where it more difficult to Ignore.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T20:25:03", + "created": "2016-07-22T06:34:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 588527, + "depth": 1, + "id": 268080, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T20:25:03", + "last_payout": "2016-08-25T00:27:03", + "last_update": "2016-07-22T06:34:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33499,14 +33499,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -2, - "parent_author": "steemrollin", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200748089z", + "net_votes": 1, + "parent_author": "steemitblog", + "parent_permlink": "steem-version-0-12-0-released", "percent_hbd": 10000, - "permlink": "re-steemrollin-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202504307z", + "permlink": "re-steemitblog-steem-version-0-12-0-released-20160722t063450600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "steemitblog", + "root_permlink": "steem-version-0-12-0-released", "title": "", "total_payout_value": { "amount": "0", @@ -33518,29 +33518,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T20:26:09", + "active": "2016-07-22T12:17:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "by default the account that created your account is your security partner. Most likely us. It will take some more work to make the UI accessible for setting other partners, but it is fully possible on the blockchain today.", + "body": "Anyone can mine", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-03T20:26:09", + "created": "2016-07-22T12:17:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 588549, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-03T20:26:09", + "depth": 4, + "id": 272345, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T19:16:39", + "last_update": "2016-07-22T12:17:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33548,14 +33548,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": -2, - "parent_author": "ben.zimmerman", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t200623305z", + "net_votes": 2, + "parent_author": "bitcoiner", + "parent_permlink": "re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t084452049z", "percent_hbd": 10000, - "permlink": "re-benzimmerman-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160803t202610861z", + "permlink": "re-bitcoiner-re-royaltiffany-re-bitcoiner-re-royaltiffany-steemland-an-adventure-20160722t121739800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "royaltiffany", + "root_permlink": "steemland-an-adventure", "title": "", "total_payout_value": { "amount": "0", @@ -33567,29 +33567,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T09:27:00", + "active": "2016-07-23T06:44:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1022, + "author": "smooth", + "author_rewards": 31, "beneficiaries": [], - "body": "We are working on a solution where exchanges can set daily rate limits on withdraw activity from their account. Their \"warm storage account\" could be online allowing them to withdraw X% per day to their \"hot storage account\". \n\nThe downside from a user's perspective is that attempts to withdraw your funds would be rate limited by the same algorithm. But at least it would be transparent why there is a delay in withdrawal.", + "body": "Is it hard to run your own API server?", "cashout_time": "1969-12-31T23:59:59", - "category": "security", - "children": 6, + "category": "piston", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-03T21:29:45", + "created": "2016-07-22T18:05:27", "curator_payout_value": { - "amount": "428", + "amount": "21", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 589591, - "json_metadata": "{\"tags\":[\"security\"]}", - "last_payout": "2016-09-03T09:59:15", - "last_update": "2016-08-03T21:29:45", + "depth": 4, + "id": 278497, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-22T18:05:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33597,17 +33597,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 22, - "parent_author": "pfunk", - "parent_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "net_votes": 8, + "parent_author": "xeroc", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172322430z", "percent_hbd": 10000, - "permlink": "re-pfunk-steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets-20160803t212947254z", + "permlink": "re-xeroc-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t180525100z", "reward_weight": 10000, - "root_author": "pfunk", - "root_permlink": "steem-s-ecosystem-needs-to-take-the-lesson-of-bitfinex-to-heart-bittrex-and-poloniex-need-cold-wallets", + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", "title": "", "total_payout_value": { - "amount": "2390", + "amount": "109", "nai": "@@000000013", "precision": 3 }, @@ -33616,29 +33616,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T13:21:15", + "active": "2016-07-26T18:23:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 34, + "author": "smooth", + "author_rewards": 1312, "beneficiaries": [], - "body": "We are going to change scale from 0 to 100 for all users who aren't hidden.", + "body": "Would be interesting if this became a successful method for funding open source projects wouldn't it?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 5, + "category": "piston", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-04T00:43:30", + "created": "2016-07-23T01:39:36", "curator_payout_value": { - "amount": "4", + "amount": "1022", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 592555, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T12:54:21", - "last_update": "2016-08-04T00:43:30", + "depth": 4, + "id": 287146, + "json_metadata": "{\"tags\":[\"piston\"]}", + "last_payout": "2016-08-24T14:49:30", + "last_update": "2016-07-23T01:39:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33646,17 +33646,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "krystox", - "parent_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "net_votes": 8, + "parent_author": "nippel66", + "parent_permlink": "re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t232105788z", "percent_hbd": 10000, - "permlink": "re-krystox-my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more-20160804t004330452z", + "permlink": "re-nippel66-re-acidyo-re-lukestokes-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160723t013936600z", "reward_weight": 10000, - "root_author": "krystox", - "root_permlink": "my-thoughts-on-the-steemit-reputation-or-my-opinion-and-more", + "root_author": "xeroc", + "root_permlink": "piston-web-first-open-source-steem-gui---searching-for-alpha-testers", "title": "", "total_payout_value": { - "amount": "78", + "amount": "3740", "nai": "@@000000013", "precision": 3 }, @@ -33665,29 +33665,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T13:08:15", + "active": "2016-07-23T02:46:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 40, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Steem supports smaller micropayment with no fees.", + "body": "Voters don't get rewards for voting on old posts. The authors still gets rewards.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "crypto-news", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-04T12:39:00", + "created": "2016-07-23T01:56:57", "curator_payout_value": { - "amount": "23", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 600568, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T16:47:21", - "last_update": "2016-08-04T12:39:00", + "depth": 2, + "id": 287360, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T23:30:15", + "last_update": "2016-07-23T01:56:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33695,17 +33695,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "theprophet0", - "parent_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "net_votes": 1, + "parent_author": "joelinux", + "parent_permlink": "re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t013518731z", "percent_hbd": 10000, - "permlink": "re-theprophet0-7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours-20160804t123900104z", + "permlink": "re-joelinux-re-smooth-a-call-for-a-temporary-moratorium-on-the-dao-20160723t015657200z", "reward_weight": 10000, - "root_author": "theprophet0", - "root_permlink": "7-minute-read-in-depth-analysis-and-comparison-of-steemit-vs-decent-vs-yours", + "root_author": "smooth", + "root_permlink": "a-call-for-a-temporary-moratorium-on-the-dao", "title": "", "total_payout_value": { - "amount": "92", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33714,29 +33714,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T14:04:06", + "active": "2016-07-23T02:48:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 62, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Yes, we are planning on adding such a feature.", + "body": "Not possible. The starter account coins and SP coins earned as rewards can't be dumped. The claim is nonsense.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T14:04:06", + "created": "2016-07-23T02:48:33", "curator_payout_value": { - "amount": "16", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 601917, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-04T14:04:06", + "depth": 5, + "id": 288096, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-23T02:36:27", + "last_update": "2016-07-23T02:48:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33744,17 +33744,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "mughat", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t064429614z", + "net_votes": -1, + "parent_author": "ltndd1", + "parent_permlink": "re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t023150233z", "percent_hbd": 10000, - "permlink": "re-mughat-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140405570z", + "permlink": "re-ltndd1-re-freeyourmind-re-ltndd1-re-freeyourmind-re-ltndd1-more-sexy-women-voted-to-the-top-20160723t024833700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "ltndd1", + "root_permlink": "more-sexy-women-voted-to-the-top", "title": "", "total_payout_value": { - "amount": "54", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33763,29 +33763,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T14:06:42", + "active": "2016-07-23T08:15:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 10, "beneficiaries": [], - "body": "I think you misunderstood the nature of the solution. \n\nAny transaction that was reversible would not show up in someones account until it could be spent. Thus, payment is never \"received\" until it is irreversible. Both parties know \"payment is on the way\".", + "body": "IMO wash trading is really irrelevant. What is relevant to liquidity is when orders are on the book and offering liquidity, not when or how they come off the book. The problem with the current algorithm primarily stems from the awarding of points based on executed trades rather than time on the book and spread offered.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "market", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T14:06:42", + "created": "2016-07-23T08:11:24", "curator_payout_value": { - "amount": "0", + "amount": "3", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 601970, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T10:01:54", - "last_update": "2016-08-04T14:06:42", + "id": 292439, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-24T14:31:57", + "last_update": "2016-07-23T08:15:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33793,17 +33793,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "modprobe", - "parent_permlink": "re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t051011086z", + "net_votes": 2, + "parent_author": "theoretical", + "parent_permlink": "re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160722t232255385z", "percent_hbd": 10000, - "permlink": "re-modprobe-re-dantheman-bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent-20160804t140641152z", + "permlink": "re-theoretical-re-jasonmcz-the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com-20160723t081125200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "bitfinex-blockchain-hacks-and-replay-attacks-oh-my-all-things-that-steem-s-technology-is-designed-to-prevent", + "root_author": "jasonmcz", + "root_permlink": "the-whale-the-king-and-wash-trade-expert-a-deeper-anlysis-of-steemit-using-market-insight-by-steemprices-com", "title": "", "total_payout_value": { - "amount": "0", + "amount": "34", "nai": "@@000000013", "precision": 3 }, @@ -33812,29 +33812,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T14:48:00", + "active": "2016-07-24T06:47:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 61, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Even cheetah has some false positives.", + "body": "> the rumors are spreading that steemit is a whale on whale upvote-fest\n\nObviously you can't always rationally explain rumors but where is the evidence of this? I don't even see most whales posting at all, much less posting and getting undeserved votes from other whales. I do post comments pretty often and it is exceedingly rare they ever get votes from other whales.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "upvoting", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-04T14:48:00", + "created": "2016-07-23T20:15:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 602732, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T01:31:57", - "last_update": "2016-08-04T14:48:00", + "id": 304800, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-23T20:15:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33842,17 +33842,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "dennygalindo", - "parent_permlink": "re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t132957515z", + "net_votes": 3, + "parent_author": "jl777", + "parent_permlink": "re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t164112509z", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-cheetah-re-jump-start-steemit-back-to-life-i-offer-my-suggestion-20160804t130710-20160804t144800603z", + "permlink": "re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t201525500z", "reward_weight": 10000, - "root_author": "rayphu", - "root_permlink": "jump-start-steemit-back-to-life-i-offer-my-suggestion", + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", "title": "", "total_payout_value": { - "amount": "51", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33861,29 +33861,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T01:41:42", + "active": "2016-07-24T01:50:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 13, "beneficiaries": [], - "body": "this is wrong, the amount of funds to spend is constant regardless of how much voting goes on.", + "body": "Does the distribution chart include the 'steemit' account? That isn't a real account at all in the sense that it doesn't post, doesn't vote, and isn't an actual person. It is part of the bootstrapping capital structure and distribution model of Steemit/Steem. Those coins are effectively 'undistributed', much like the portion of Bitcoin's supply that hasn't been mined yet. It really has nothing to do with aquatic life.\n\nEDIT: the steemit account is excluded", "cashout_time": "1969-12-31T23:59:59", - "category": "cn", + "category": "upvoting", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-04T18:58:03", + "created": "2016-07-23T20:23:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 607605, - "json_metadata": "{\"tags\":[\"cn\"]}", - "last_payout": "2016-09-04T07:12:33", - "last_update": "2016-08-04T18:58:03", + "depth": 3, + "id": 305000, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33891,17 +33891,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "spiz0r", - "parent_permlink": "re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t151831742z", + "net_votes": 5, + "parent_author": "jl777", + "parent_permlink": "re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t162416881z", "percent_hbd": 10000, - "permlink": "re-spiz0r-re-xianjun-attention-author-rewards-are-decreasing-sharply-20160804t185803360z", + "permlink": "re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202329100z", "reward_weight": 10000, - "root_author": "xianjun", - "root_permlink": "attention-author-rewards-are-decreasing-sharply", + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "46", "nai": "@@000000013", "precision": 3 }, @@ -33910,29 +33910,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-04T19:05:54", + "active": "2016-07-25T23:03:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 229, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Looks like you are digging yourself out of the hole. Thanks for sticking with it and apologizing.", + "body": "I flagged because I feel this post is suffering from swarm voting and is over rewarded. That is not to say it isn't a worthwhile bit of writing but is really just a short note. I would not flag but for the already-excessive reward (if the reward drops I will remove the flag).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemitabuse", - "children": 1, + "category": "crypto-news", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-04T19:00:51", + "created": "2016-07-23T21:52:45", "curator_payout_value": { - "amount": "164", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 607669, - "json_metadata": "{\"tags\":[\"steemitabuse\"]}", - "last_payout": "2016-09-04T06:51:33", - "last_update": "2016-08-04T19:00:51", + "id": 306823, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-23T21:52:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33940,17 +33940,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "edbriv", - "parent_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "net_votes": 1, + "parent_author": "dana-edwards", + "parent_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", "percent_hbd": 10000, - "permlink": "re-edbriv-i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6-20160804t190052954z", + "permlink": "re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160723t215243100z", "reward_weight": 10000, - "root_author": "edbriv", - "root_permlink": "i-want-to-apologize-for-my-repeated-answers-that-caused-my-reputation-6", + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", "title": "", "total_payout_value": { - "amount": "514", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -33959,29 +33959,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T14:38:36", + "active": "2016-07-24T00:52:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 154, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Two things to consider... remove 30K accounts created by mining and squatters and consider only those accounts which are actively posting. If I created 1 million dummy accounts then it would make the wealth distribution look much worse. \n\nThe current inflation rate is MUCH HIGHER than 100% due to the currency still being in its distribution phase. This means the rate of distribution is much higher than it will be in the future.", + "body": "PM me on bitcointalk if you are interested in sponsorship for an open source GPU miner.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 2, + "category": "photography", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T21:22:30", + "created": "2016-07-24T00:52:51", "curator_payout_value": { - "amount": "69", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 610380, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T14:07:21", - "last_update": "2016-08-04T21:22:30", + "id": 309995, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-25T11:23:33", + "last_update": "2016-07-24T00:52:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -33989,17 +33989,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "hisnameisolllie", - "parent_permlink": "the-top-1-steem-v-the-real-world", + "net_votes": 3, + "parent_author": "djm34", + "parent_permlink": "djm34-in-da-place", "percent_hbd": 10000, - "permlink": "re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t212231053z", + "permlink": "re-djm34-djm34-in-da-place-20160724t005251700z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "the-top-1-steem-v-the-real-world", + "root_author": "djm34", + "root_permlink": "djm34-in-da-place", "title": "", "total_payout_value": { - "amount": "344", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34008,29 +34008,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T17:36:12", + "active": "2016-07-24T01:50:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43523, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It is tough being a whale.... you try so to make friends and keep the bad guys at bay. \n\nThe good news is that every day is a new day, and today you earned my vote.", + "body": "I confirmed the steemit account is excluded.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 15, + "category": "upvoting", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T21:29:27", + "created": "2016-07-24T01:50:18", "curator_payout_value": { - "amount": "21218", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 610495, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-04T17:19:03", - "last_update": "2016-08-04T21:29:27", + "depth": 5, + "id": 310863, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T01:50:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34038,17 +34038,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 32, - "parent_author": "sirwinchester", - "parent_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t203353683z", "percent_hbd": 10000, - "permlink": "re-sirwinchester-a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat-20160804t212929104z", + "permlink": "re-jl777-re-smooth-re-jl777-re-nextgencrypto-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t015017200z", "reward_weight": 10000, - "root_author": "sirwinchester", - "root_permlink": "a-steem-island-adventure-how-the-king-of-the-ocean-destroyed-my-fishing-boat", + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", "title": "", "total_payout_value": { - "amount": "96831", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34057,29 +34057,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T15:18:24", + "active": "2016-07-24T02:15:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 288, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "The entrepreneurs that start a new category have a big impact as well.", + "body": "Okay I agree that rumors can be a real issue even if untrue. The rumor of whale-on-whale upvoting just surprises me since there isn't even grain of truth to it as far as I can tell. Most rumors start with _something_.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 6, + "category": "upvoting", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-04T21:32:24", + "created": "2016-07-24T02:15:48", "curator_payout_value": { - "amount": "206", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 610551, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-04T14:14:54", - "last_update": "2016-08-04T21:32:24", + "depth": 5, + "id": 311276, + "json_metadata": "{\"tags\":[\"upvoting\"]}", + "last_payout": "2016-08-25T12:00:39", + "last_update": "2016-07-24T02:15:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34087,17 +34087,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "capitalism", - "parent_permlink": "re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t194700455z", + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160723t202436586z", "percent_hbd": 10000, - "permlink": "re-capitalism-re-mauritso-steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on-20160804t213225345z", + "permlink": "re-jl777-re-smooth-re-jl777-re-tuck-fheman-re-jl777-why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit-20160724t021547500z", "reward_weight": 10000, - "root_author": "mauritso", - "root_permlink": "steemanalytics-it-vote-distribution-what-do-the-people-on-the-richlist-vote-on", + "root_author": "jl777", + "root_permlink": "why-whales-are-needed-and-a-proposal-to-insure-the-massive-success-of-steemit", "title": "", "total_payout_value": { - "amount": "644", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34106,29 +34106,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T01:03:36", + "active": "2016-07-25T00:56:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 16995, + "author": "smooth", + "author_rewards": 224, "beneficiaries": [], - "body": "I'd love to do an interview. I have followed your blog for years.", + "body": "It is certainly not. Plagiarism is \"the practice of taking someone else's work or ideas and passing them off as one's own\" (source: Google \"define plagiarism\"). This is not being \"passed off\", it is properly credited and sourced.\n\nNot every post on Steemit has to be original. A lot of the value of information on the internet is collecting, selecting, and organizing of existing content in new ways.\n\nThe even bigger irony here is that the \"source\" that cheetah identified above is itself another news aggregation site.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "photography", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-05T01:03:36", + "created": "2016-07-24T08:42:21", "curator_payout_value": { - "amount": "11072", + "amount": "261", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 614065, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T14:23:42", - "last_update": "2016-08-05T01:03:36", + "depth": 3, + "id": 316018, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-24T08:42:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34136,17 +34136,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 29, - "parent_author": "derekareith", - "parent_permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221321701z", + "net_votes": 6, + "parent_author": "recursive", + "parent_permlink": "re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t013659855z", "percent_hbd": 10000, - "permlink": "re-derekareith-re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t010336503z", + "permlink": "re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t084221000z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "the-dollar-vigilante-is-now-on-steemit", + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", "title": "", "total_payout_value": { - "amount": "37927", + "amount": "812", "nai": "@@000000013", "precision": 3 }, @@ -34155,29 +34155,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T17:49:24", + "active": "2016-07-25T22:48:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2549, + "author": "smooth", + "author_rewards": 253, "beneficiaries": [], - "body": "Remember that Bitcoin used a fixed 300 BTc per hr for the first 4 years. That meant it's inflation rate was on the same curve as steem.", + "body": "As I suggested on slack, just have the bot post a small, neutral message stating that it found similar content at another site, and give a link. Humans can then review the material and decide whether to make a stronger accusation.\n\nThis will not only defuse negative reactions from people who don't want to be accused by a bot (either falsely or as a matter of a gray area) but it also reduces the spammishness of the bot by making the bot-posted comment smaller.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 8, "children_abs_rshares": 0, - "created": "2016-08-05T12:24:03", + "created": "2016-07-24T12:20:45", "curator_payout_value": { - "amount": "524", + "amount": "69", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 622949, + "id": 319208, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T04:42:54", - "last_update": "2016-08-05T12:24:03", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T12:20:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34185,17 +34185,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 30, - "parent_author": "hisnameisolllie", - "parent_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "net_votes": 15, + "parent_author": "anyx", + "parent_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "percent_hbd": 10000, - "permlink": "re-hisnameisolllie-steem-dilution-rate-explained-currently-much-higher-than-you-might-think-20160805t122405846z", + "permlink": "re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t122046000z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "steem-dilution-rate-explained-currently-much-higher-than-you-might-think", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "3298", + "amount": "918", "nai": "@@000000013", "precision": 3 }, @@ -34204,29 +34204,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T18:20:12", + "active": "2016-07-25T00:40:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 35, + "author": "smooth", + "author_rewards": 48, "beneficiaries": [], - "body": "I see several known bots / abusers in that list. It would be interesting to filter the list by reputation.", + "body": "Why would you not expect the subscription fee to increase? The more popular Steem becomes the more access to the network is worth. Think of it like Paypal. Initially they paid people $10 to open an account, then transactions were entirely free for everyone. Then slowly various exceptions to free transactions were added to the point now where a huge portion of transactions now pay fees. Likewise Google. For years there were no ads at all. Then just a one line of text. Then a sidebar. Now there are sponsored search results that take significant effort to read through and ignore if you want to find the organic search results. The price went up. A lot.\n\nSteem is much the same. Right now the network is almost worthless, except as a promise. If all you were buying is a subscription to the current network with its current users and no prospects for growth, a fair price of that would be approximately zero. Now imagine a future where almost everyone is on Steem and that is one of the primary vehicles that people use to share information, communicate, and exchange payments; what will it be worth to not be excluded?\n\nBuying Steem Power now means you are buying access to the future network at something closer to the current network value.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", + "category": "steem", "children": 5, "children_abs_rshares": 0, - "created": "2016-08-05T14:41:09", + "created": "2016-07-24T22:25:57", "curator_payout_value": { - "amount": "17", + "amount": "50", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 625777, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-05T02:57:12", - "last_update": "2016-08-05T14:41:09", + "depth": 2, + "id": 332822, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:27:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34234,17 +34234,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "gord0b", - "parent_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "net_votes": 3, + "parent_author": "james-show", + "parent_permlink": "re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t134135424z", "percent_hbd": 10000, - "permlink": "re-gord0b-steemit-daily-action-stats-into-the-darkside-of-bots-20160805t144111458z", + "permlink": "re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t222555200z", "reward_weight": 10000, - "root_author": "gord0b", - "root_permlink": "steemit-daily-action-stats-into-the-darkside-of-bots", + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", "title": "", "total_payout_value": { - "amount": "75", + "amount": "174", "nai": "@@000000013", "precision": 3 }, @@ -34253,29 +34253,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T15:02:57", + "active": "2016-07-24T22:31:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 29, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is why money needs to be viewed like equity in the means of production. It should gain purchasing power as the means to produce grows, not lose purchasing power.", + "body": "Yes I am developing bots. None are active yet, outside of occasional testing.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T15:02:57", + "created": "2016-07-24T22:31:06", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 626304, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-04T10:35:09", - "last_update": "2016-08-05T15:02:57", + "id": 332924, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:31:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34283,17 +34283,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "anarchyhasnogods", - "parent_permlink": "re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t002008539z", + "net_votes": 1, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180222141z", "percent_hbd": 10000, - "permlink": "re-anarchyhasnogods-re-michaeldodridge-re-calaber24p-why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war-20160805t150259058z", + "permlink": "re-eeks-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223106800z", "reward_weight": 10000, - "root_author": "calaber24p", - "root_permlink": "why-i-believe-the-upcoming-mass-automation-movement-has-the-potential-to-start-a-class-war", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "23", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34302,29 +34302,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T18:36:48", + "active": "2016-07-25T00:14:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 416, + "author": "smooth", + "author_rewards": 108, "beneficiaries": [], - "body": "Very interesting video. I welcome the competition.\n\nWith respect to code quality, steemd may seem to be \"monolithic\", but most of the features used by steemit.com are *optional* plugins. It is possible for exchanges and currency users to run with only 15% of the memory usage and much less CPU usage.", + "body": "Bandwidth restrictions didn't work that well and are being improved in upcoming hard fork (Tue, 26 Jul 2016 15:00:00 UTC)", "cashout_time": "1969-12-31T23:59:59", - "category": "synereo", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-05T17:47:54", + "created": "2016-07-24T22:32:18", "curator_payout_value": { - "amount": "238", + "amount": "123", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 630116, - "json_metadata": "{\"tags\":[\"synereo\"]}", - "last_payout": "2016-09-05T04:29:27", - "last_update": "2016-08-05T17:47:54", + "depth": 4, + "id": 332944, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-24T22:32:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34332,17 +34332,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 11, - "parent_author": "nanzo-scoop", - "parent_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180510180z", "percent_hbd": 10000, - "permlink": "re-nanzo-scoop-synereo-alpha-demo-real-competition-for-steemit-around-the-corner-20160805t174754912z", + "permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", "reward_weight": 10000, - "root_author": "nanzo-scoop", - "root_permlink": "synereo-alpha-demo-real-competition-for-steemit-around-the-corner", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "804", + "amount": "392", "nai": "@@000000013", "precision": 3 }, @@ -34351,29 +34351,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T23:19:51", + "active": "2016-07-25T00:10:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1025, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "They didn't read block chain license.", + "body": "Not necessarily. It is absolutely true that most of your investments will lose money. Not the same thing.\n\nAlso there are not anywhere near 100K startups that ever reach 20K+ users. There are certainly quite a few that do and then fail, but the actual number is much lower than 100K.", "cashout_time": "1969-12-31T23:59:59", - "category": "crypto-news", - "children": 5, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-05T22:33:00", + "created": "2016-07-24T22:42:39", "curator_payout_value": { - "amount": "110", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 636074, - "json_metadata": "{\"tags\":[\"crypto-news\"]}", - "last_payout": "2016-09-05T10:47:21", - "last_update": "2016-08-05T22:33:00", + "depth": 4, + "id": 333106, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-24T22:43:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34381,17 +34381,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "joseph", - "parent_permlink": "first-steemit-clone-is-an-ico", + "net_votes": 1, + "parent_author": "james-show", + "parent_permlink": "re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t223954265z", "percent_hbd": 10000, - "permlink": "re-joseph-first-steemit-clone-is-an-ico-20160805t223258806z", + "permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", "reward_weight": 10000, - "root_author": "joseph", - "root_permlink": "first-steemit-clone-is-an-ico", + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", "title": "", "total_payout_value": { - "amount": "2220", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34400,29 +34400,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T22:55:21", + "active": "2016-07-25T00:12:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 13, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Free market can solve those hacks and prevent the need for government. Only your own fear and lack of faith in entrepreneurship cause you to prefer the shortcut of government violence.", + "body": "@james-show Did you read arhag's post? There is a monetization plan. The plan is selling access to the network. That will cost significant money in the future, assuming the network is successful and desirable to access, and many people want to access it.\n\nThat doesn't make SP a good investment at current prices, but if you really wanted to know you would have to work out models of number of future users, how much their implied payments would be, and then discount back to the present. That's a valid way of doing analysis, not \"No Monetization Plan! Stay Away!\"", "cashout_time": "1969-12-31T23:59:59", - "category": "anarchy", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-05T22:55:21", + "created": "2016-07-25T00:10:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 636447, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-05T10:50:45", - "last_update": "2016-08-05T22:55:21", + "depth": 5, + "id": 334814, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"james-show\"]}", + "last_payout": "2016-08-24T17:08:48", + "last_update": "2016-07-25T00:12:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34430,17 +34430,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "satire", - "parent_permlink": "re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t224003841z", + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160724t224238100z", "percent_hbd": 10000, - "permlink": "re-satire-re-sterlinluxan-anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase-20160805t225520353z", + "permlink": "re-smooth-re-james-show-re-smooth-re-james-show-re-arhag-where-does-the-money-come-from-a-look-into-the-economics-of-steem-20160725t001033200z", "reward_weight": 10000, - "root_author": "sterlinluxan", - "root_permlink": "anarchy-is-not-just-a-childish-phase-government-is-the-childish-phase", + "root_author": "arhag", + "root_permlink": "where-does-the-money-come-from-a-look-into-the-economics-of-steem", "title": "", "total_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34449,29 +34449,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T03:26:00", + "active": "2016-07-25T00:14:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Welcome. As a cofounder of steemit I share your vision for a voluntary society. Steem is a stepping stone. Glad to have you on board!", + "body": "@eeks. The changes are supposed to make the bandwidth restrictions more effective. There was already a soft fork deployed to block the very long individual comments.", "cashout_time": "1969-12-31T23:59:59", - "category": "voluntaryism", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T13:07:48", + "created": "2016-07-25T00:14:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 644021, - "json_metadata": "{\"tags\":[\"voluntaryism\"]}", - "last_payout": "2016-09-05T23:52:03", - "last_update": "2016-08-06T13:07:48", + "depth": 5, + "id": 334860, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T00:14:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34479,14 +34479,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "larkenrose", - "parent_permlink": "all-i-am-asking", + "net_votes": 2, + "parent_author": "smooth", + "parent_permlink": "re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t223218400z", "percent_hbd": 10000, - "permlink": "re-larkenrose-all-i-am-asking-20160806t130748844z", + "permlink": "re-smooth-re-eeks-re-justtryme90-re-peacekeeper-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t001402300z", "reward_weight": 10000, - "root_author": "larkenrose", - "root_permlink": "all-i-am-asking", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { "amount": "0", @@ -34498,29 +34498,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T15:54:03", + "active": "2016-07-25T00:17:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 9, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I know but cannot say. \ud83d\ude0e", + "body": "> It's not your job to determine if an article is over rewarded\n\nThe blockchain disagrees, it hired me to perform precisely this job.", "cashout_time": "1969-12-31T23:59:59", - "category": "killer-app", - "children": 1, + "category": "crypto-news", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T14:22:48", + "created": "2016-07-25T00:17:30", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 644935, - "json_metadata": "{\"tags\":[\"killer-app\"]}", - "last_payout": "2016-09-06T05:05:15", - "last_update": "2016-08-06T14:22:48", + "depth": 3, + "id": 334937, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:17:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34528,17 +34528,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "jimmco", - "parent_permlink": "what-can-be-the-next-blockchain-killer-app", + "net_votes": 1, + "parent_author": "pangur-ban", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t051410507z", "percent_hbd": 10000, - "permlink": "re-jimmco-what-can-be-the-next-blockchain-killer-app-20160806t142248851z", + "permlink": "re-pangur-ban-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001729900z", "reward_weight": 10000, - "root_author": "jimmco", - "root_permlink": "what-can-be-the-next-blockchain-killer-app", + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", "title": "", "total_payout_value": { - "amount": "18", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34547,29 +34547,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T03:34:51", + "active": "2016-07-25T23:03:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 144, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "ETC will be ethers litecoin", + "body": "I downvote when I think over-rewarded posts are harmful to the success of the overall system and therefore to my investment. All rewards come from a common pool, therefore more reward for one post means less available for others.", "cashout_time": "1969-12-31T23:59:59", - "category": "ethereum", - "children": 5, + "category": "crypto-news", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-06T14:31:42", + "created": "2016-07-25T00:18:24", "curator_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 645028, - "json_metadata": "{\"tags\":[\"ethereum\"]}", - "last_payout": "2016-09-06T08:38:18", - "last_update": "2016-08-06T14:31:42", + "depth": 3, + "id": 334961, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-24T15:54:45", + "last_update": "2016-07-25T00:18:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34577,17 +34577,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 14, - "parent_author": "crossroads", - "parent_permlink": "eth-vs-etc-what-matters-is-the-future", + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160724t174534158z", "percent_hbd": 10000, - "permlink": "re-crossroads-eth-vs-etc-what-matters-is-the-future-20160806t143141949z", + "permlink": "re-earnest-re-smooth-re-dana-edwards-attention-based-stigmergic-distributed-collaborative-organizations-20160725t001823200z", "reward_weight": 10000, - "root_author": "crossroads", - "root_permlink": "eth-vs-etc-what-matters-is-the-future", + "root_author": "dana-edwards", + "root_permlink": "attention-based-stigmergic-distributed-collaborative-organizations", "title": "", "total_payout_value": { - "amount": "211", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34596,29 +34596,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T01:13:30", + "active": "2016-07-25T00:22:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 577, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "To think I once hired him to help market bitshares only to have him quit after the public announcement. \n\nOne day he will come around, he has been stuck in the Bitcoin maximalist echo chamber too long.", + "body": "That is a completely different question and a worthy debate. I don't like false accusations of misconduct very much though. If someone (or someone's bot) is going to make accusations or suggestions of such, they at least should be accurate as to what is being alleged.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 10, + "category": "photography", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T12:36:45", + "created": "2016-07-25T00:20:03", "curator_payout_value": { - "amount": "328", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 660952, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T05:21:00", - "last_update": "2016-08-07T12:36:45", + "depth": 5, + "id": 334993, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-08-24T17:04:24", + "last_update": "2016-07-25T00:22:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34626,17 +34626,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 26, - "parent_author": "freedomengineer", - "parent_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "net_votes": 4, + "parent_author": "lukestokes", + "parent_permlink": "re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160724t150813542z", "percent_hbd": 10000, - "permlink": "re-freedomengineer-the-steaming-pile-of-shit-called-steemit-brian-sovryn-20160807t123645421z", + "permlink": "re-lukestokes-re-smooth-re-recursive-re-cheetah-re-2016-annual-smithsonian-photo-contest-20160723t221654-20160725t002003700z", "reward_weight": 10000, - "root_author": "freedomengineer", - "root_permlink": "the-steaming-pile-of-shit-called-steemit-brian-sovryn", + "root_author": "masteryoda", + "root_permlink": "2016-annual-smithsonian-photo-contest", "title": "", "total_payout_value": { - "amount": "1106", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34645,29 +34645,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-07T16:11:03", + "active": "2016-07-25T01:53:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 85, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Steem is under constant attack by haters who want to abuse every resource they can. We were forced to add limits to combat abuse while we work to improve infrastructure.", + "body": "Why not? What is the harm in it?", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 9, + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T12:58:06", + "created": "2016-07-25T01:53:30", "curator_payout_value": { - "amount": "6", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 661240, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-07T01:37:03", - "last_update": "2016-08-07T12:58:06", + "depth": 4, + "id": 336482, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T04:25:30", + "last_update": "2016-07-25T01:53:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34675,17 +34675,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 10, - "parent_author": "lukmarcus", - "parent_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "net_votes": 2, + "parent_author": "cloveandcinnamon", + "parent_permlink": "re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160724t044341464z", "percent_hbd": 10000, - "permlink": "re-lukmarcus-old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts-20160807t125806812z", + "permlink": "re-cloveandcinnamon-re-thehousewife-re-steempoweritpost-re-thehousewife-desperate-housewife-introducing-herself-to-the-steemit-world-20160725t015329400z", "reward_weight": 10000, - "root_author": "lukmarcus", - "root_permlink": "old-steemers-watch-out-steemit-is-changing-rules-about-tags-in-older-posts", + "root_author": "thehousewife", + "root_permlink": "desperate-housewife-introducing-herself-to-the-steemit-world", "title": "", "total_payout_value": { - "amount": "87", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34694,29 +34694,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T05:20:12", + "active": "2016-07-25T13:30:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 206, "beneficiaries": [], - "body": "Users are paid steem dollars. If price falls they get more steem.", + "body": "This is correct, but it does not require that the copyright owner enforce any or every instance where the work is used. It is up to that party, and that party alone, to decide whether, for example, getting exposure on the Internet via social media is a net gain or a net loss. No one can legitimately impose such a decision on the copyright owner.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-07T13:59:03", + "created": "2016-07-25T12:59:48", "curator_payout_value": { - "amount": "0", + "amount": "242", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 662012, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-07T01:54:24", - "last_update": "2016-08-07T13:59:03", + "depth": 5, + "id": 344893, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:30:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34724,17 +34724,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "georgesteem", - "parent_permlink": "a-steeming-bubble", + "net_votes": 4, + "parent_author": "winstonwolfe", + "parent_permlink": "re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t074014863z", "percent_hbd": 10000, - "permlink": "re-georgesteem-a-steeming-bubble-20160807t135904016z", + "permlink": "re-winstonwolfe-re-alexgr-re-winstonwolfe-re-alexgr-re-masteryoda-why-i-removed-all-my-posts-20160725t125948600z", "reward_weight": 10000, - "root_author": "georgesteem", - "root_permlink": "a-steeming-bubble", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "0", + "amount": "744", "nai": "@@000000013", "precision": 3 }, @@ -34743,29 +34743,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T19:07:06", + "active": "2016-07-25T14:22:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 54691, + "author": "smooth", + "author_rewards": 257, "beneficiaries": [], - "body": "The Steem Dollar will trend toward a dollar's worth of steem. Because Price and Quantity are always tied together, the value of a Steem Dollar falls below when the demand to sell is greater than the demand to buy. Likewise, it rises when the demand to buy is greater than the demand to sell.\n\nAny discount you see is the premium people are paying for Liquidity because they are in a HURRY to sell. Arbitrage is performed by those who are more patient, they buy low ($0.80 and sell high $1.00 or more). \n\nIn other words, the market is sorting out supply and demand and will keep steem dollars near $1.00 over wide variations on STEEM prices.\n\nRight now, on the internal market you can use SD to buy STEEM at about the current price. Therefore, it is holding very well.", + "body": "It isn't only luck, it is consistency and reputation. @masteryoda has been finding and sharing great content for months and has developed a following. If your content is excellent as his has been, then you can develop a following as well, but it takes time and persistence.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "steemitabuse", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T16:13:51", + "created": "2016-07-25T13:46:51", "curator_payout_value": { - "amount": "126", + "amount": "303", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 685062, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-08T04:31:09", - "last_update": "2016-08-08T16:13:51", + "depth": 2, + "id": 345921, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T13:46:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34773,17 +34773,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 18, - "parent_author": "faddat", - "parent_permlink": "something-s-wrong-with-sbd", + "net_votes": 8, + "parent_author": "rnobrega", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t092942652z", "percent_hbd": 10000, - "permlink": "re-faddat-something-s-wrong-with-sbd-20160808t161352457z", + "permlink": "re-rnobrega-re-masteryoda-why-i-removed-all-my-posts-20160725t134650800z", "reward_weight": 10000, - "root_author": "faddat", - "root_permlink": "something-s-wrong-with-sbd", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "112990", + "amount": "928", "nai": "@@000000013", "precision": 3 }, @@ -34792,29 +34792,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T07:29:15", + "active": "2016-07-27T04:17:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 114, + "author": "smooth", + "author_rewards": 142, "beneficiaries": [], - "body": "I haven't had a beard in years. Nice work.", + "body": "I respectfully disagree, especially once the follow feature is fully implemented. A curated feed of carefully selected high quality links can be extremely valuable even without the need to add some sort of comment to each and every one. If I find a poster who consistently identifies and and collects sources from the Internet of interest to me that is worth a lot and it is something I'm willing to pay for, even without added writing. That is especially the case in this format where the added discussion can take place interactively via comments. It doesn't have to be in the original post or from the person making the post.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 7, + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-08T18:42:24", + "created": "2016-07-25T14:10:06", "curator_payout_value": { - "amount": "72", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 687677, + "depth": 3, + "id": 346454, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T07:19:48", - "last_update": "2016-08-08T18:42:24", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:10:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34822,17 +34822,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 15, - "parent_author": "summonerrk", - "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "net_votes": 6, + "parent_author": "eeks", + "parent_permlink": "re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t180434462z", "percent_hbd": 10000, - "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t184225109z", + "permlink": "re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141005600z", "reward_weight": 10000, - "root_author": "summonerrk", - "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "234", + "amount": "204", "nai": "@@000000013", "precision": 3 }, @@ -34841,29 +34841,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T19:07:06", + "active": "2016-07-25T14:18:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Editing posts is fine, no penalty.", + "body": "That's not quite correct. The bot has made a lot (hundreds of thousands) but the entire account balance did not come from the bot. The owner of the account was also a successful early miner.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T19:07:06", + "created": "2016-07-25T14:13:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 688175, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-08T04:31:09", - "last_update": "2016-08-08T19:07:06", + "depth": 4, + "id": 346544, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:13:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34871,14 +34871,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "faddat", - "parent_permlink": "re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t162343635z", + "net_votes": 1, + "parent_author": "steemedbroccoli", + "parent_permlink": "re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t012304883z", "percent_hbd": 10000, - "permlink": "re-faddat-re-dantheman-re-faddat-something-s-wrong-with-sbd-20160808t190705807z", + "permlink": "re-steemedbroccoli-re-uniwhisp-re-steemedbroccoli-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141319700z", "reward_weight": 10000, - "root_author": "faddat", - "root_permlink": "something-s-wrong-with-sbd", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { "amount": "0", @@ -34890,29 +34890,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T20:33:15", + "active": "2016-07-25T14:16:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 86, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "drwasho, welcome to the platform.\n\nI challenge you to prove the security is weaker than Bitcoin when it is my firm belief that the security is actually stronger by a large margin.", + "body": "Yes, I see that. It is much improved. Thanks!", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-08T19:56:03", + "created": "2016-07-25T14:16:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 689140, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-07T20:55:15", - "last_update": "2016-08-08T19:56:03", + "id": 346625, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T14:16:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34920,17 +34920,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "drwasho", - "parent_permlink": "re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t064541949z", + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160724t171558724z", "percent_hbd": 10000, - "permlink": "re-drwasho-re-anonymint-re-drwasho-i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1-20160808t195604421z", + "permlink": "re-anyx-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t141610700z", "reward_weight": 10000, - "root_author": "drwasho", - "root_permlink": "i-m-dr-washington-sanchez-developer-of-openbazaar-and-co-founder-of-ob1", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "70", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34939,29 +34939,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-26T22:49:21", + "active": "2016-07-25T14:34:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1117049, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png
\nSince steem provides support for arbitrary data to be attached to every account, it should be trivial for a savvy developer to port tools used by namecoin and similar projects to Steem.\n\nOnce these tools are in place, your steem account name could be used as a domain name for your own website.\n\nI am sure whoever is the first to produce a quality set of tools to perform DNS lookups using Steem account metadata will get a flood of upvotes.\n\nJust throwing an idea out there for those looking for money making posts!\n\n## Benefits \n- Decentralized TLS (HTTPS) certificate validation, backed by blockchain consensus.\n- Protect free-speech rights online by making the web more resistant to censorship.\n- Access websites using the .steem top-level domain.\n- Attach identity information such as GPG and OTR keys and email, Bitcoin, and Bitmessage addresses to an identity of your choice.", + "body": "> Firstly, I believe I read that that interest rate just marginally accounts for currency debasement\n\nThat's not true in Steem Dollars", "cashout_time": "1969-12-31T23:59:59", - "category": "namecoin", - "children": 66, + "category": "investment", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-08T22:02:36", + "created": "2016-07-25T14:34:42", "curator_payout_value": { - "amount": "40673", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 691498, - "json_metadata": "{\"tags\":[\"namecoin\",\"dns\",\"steem\",\"bounty\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/en/thumb/4/4f/ICANN.svg/1280px-ICANN.svg.png\"]}", - "last_payout": "2016-09-08T12:34:57", - "last_update": "2016-08-08T22:03:21", + "depth": 4, + "id": 347134, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:34:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -34969,17 +34969,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 498, - "parent_author": "", - "parent_permlink": "namecoin", + "net_votes": 2, + "parent_author": "positive", + "parent_permlink": "re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t122956993z", "percent_hbd": 10000, - "permlink": "dns-via-steem", + "permlink": "re-positive-re-karnal-re-positive-re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143440800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "dns-via-steem", - "title": "DNS via STEEM", + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", + "title": "", "total_payout_value": { - "amount": "2274271", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -34988,29 +34988,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T23:13:54", + "active": "2016-07-25T14:38:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 45, + "author": "smooth", + "author_rewards": 10, "beneficiaries": [], - "body": "We roll it out in phases across our servers. If you don't see it, just wait a while it will be coming to you soon.\n\nThis process helps us test new features on a subset of users before we go site-wide.", + "body": "One important point is that the 10% interest rate is not guaranteed to remain the same in the future. You can earn the 10% for now, but expecting it for 10 years is probably unrealistic.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 3, + "category": "investment", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-08T22:07:18", + "created": "2016-07-25T14:38:09", "curator_payout_value": { - "amount": "22", + "amount": "3", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 691592, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T11:26:39", - "last_update": "2016-08-08T22:07:18", + "id": 347201, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-24T21:58:00", + "last_update": "2016-07-25T14:38:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35018,17 +35018,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "ash", - "parent_permlink": "finally-the-follower-feed-is-here", + "net_votes": 5, + "parent_author": "karnal", + "parent_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", "percent_hbd": 10000, - "permlink": "re-ash-finally-the-follower-feed-is-here-20160808t220720347z", + "permlink": "re-karnal-thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead-20160725t143808600z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "finally-the-follower-feed-is-here", + "root_author": "karnal", + "root_permlink": "thinking-of-selling-your-bitcoin-for-fiat-currency-put-it-in-steemusd-instead", "title": "", "total_payout_value": { - "amount": "92", + "amount": "36", "nai": "@@000000013", "precision": 3 }, @@ -35037,29 +35037,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T01:17:48", + "active": "2016-07-25T15:01:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1278, + "author": "smooth", + "author_rewards": 67, "beneficiaries": [], - "body": "We are open to learn more.", + "body": "We can't have that", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "area", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-09T01:17:48", + "created": "2016-07-25T14:53:48", "curator_payout_value": { - "amount": "863", + "amount": "53", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 694522, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-08T12:16:42", - "last_update": "2016-08-09T01:17:48", + "depth": 2, + "id": 347539, + "json_metadata": "{\"tags\":[\"area\"]}", + "last_payout": "2016-08-25T16:25:36", + "last_update": "2016-07-25T14:53:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35067,17 +35067,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 19, - "parent_author": "paullinator", - "parent_permlink": "re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160808t202240267z", + "net_votes": 6, + "parent_author": "brianphobos", + "parent_permlink": "re-steve-mcclair-area-51-steemit-has-arrived-20160725t145207235z", "percent_hbd": 10000, - "permlink": "re-paullinator-re-derekareith-re-paullinator-re-derekareith-re-paullinator-i-m-paul-puey-ceo-and-co-founder-of-airbitz-20160809t011748795z", + "permlink": "re-brianphobos-re-steve-mcclair-area-51-steemit-has-arrived-20160725t145344400z", "reward_weight": 10000, - "root_author": "paullinator", - "root_permlink": "i-m-paul-puey-ceo-and-co-founder-of-airbitz", + "root_author": "steve-mcclair", + "root_permlink": "area-51-steemit-has-arrived", "title": "", "total_payout_value": { - "amount": "2640", + "amount": "240", "nai": "@@000000013", "precision": 3 }, @@ -35086,29 +35086,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T19:28:24", + "active": "2016-07-25T15:39:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 63, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Apply the same logic to Bitcoin. Answer your own question then get back to us.", + "body": "I view it as more a matter of having a place, as you put it, than a core. But I also don't think it (or anything else outside of clear abuse) should be strongly discouraged. Everything is an experiment now and crushing something at an early stage could potentially kill what evolves into something valuable and a big draw. If no one likes these posts and they don't get upvotes, then so be it. I could say likewise about differentiation. There are plenty of blogging sites already too. Steemit has to find its own unique positioning.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 4, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-09T13:23:54", + "created": "2016-07-25T15:36:09", "curator_payout_value": { - "amount": "37", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 703025, + "depth": 5, + "id": 348604, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T21:15:45", - "last_update": "2016-08-09T13:23:54", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T15:39:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35116,17 +35116,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "thomaslknapp", - "parent_permlink": "re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t125017027z", + "net_votes": 3, + "parent_author": "eeks", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t150015686z", "percent_hbd": 10000, - "permlink": "re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t132354219z", + "permlink": "re-eeks-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t153608800z", "reward_weight": 10000, - "root_author": "ftlian", - "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "128", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35135,29 +35135,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T17:53:45", + "active": "2016-07-25T22:49:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 23091, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "There are two possible problems: \n1. your password manager messed up (has happened to me before)\n2. something on our side changed that is causing it to not derive your keys\n\nAssuming you have your passwords then we should be able to fix any bug with deriving the keys. \n\n### Future Password Recovery Options\n\nWe recognize that people are use to being able to recover their passwords when they are lost. People who are use to cryptocurrency know that this isn't normally possible. We have a proposed solution to this here:\n\nhttps://github.com/steemit/steem/issues/240\n\nUnfortunately, it will probably be opt-in which means this future solution may not be able to help you.\n\nYou can contact me, dan at steemit.com, and I will try to get to the bottom of things.", + "body": "If so please use a link shortener and keep the whole thing very brief. One of my objections to the original message, in addition to the tone, was the size of it (still an issue to a lesser degree). Because the message is posted frequently (including false positives) this can easily become spammish and annoy people. Such services are must useful when they add value when they can without detracting from the site when they don't.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 5, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-09T17:21:00", + "created": "2016-07-25T22:48:42", "curator_payout_value": { - "amount": "15432", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 707094, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://github.com/steemit/steem/issues/240\"]}", - "last_payout": "2016-09-09T07:10:33", - "last_update": "2016-08-09T17:21:00", + "depth": 3, + "id": 360170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-25T22:49:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35165,17 +35165,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 25, - "parent_author": "fairytalelife", - "parent_permlink": "incorrect-password", + "net_votes": 1, + "parent_author": "patrice", + "parent_permlink": "re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t215834531z", "percent_hbd": 10000, - "permlink": "re-fairytalelife-incorrect-password-20160809t172102382z", + "permlink": "re-patrice-re-smooth-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160725t224840200z", "reward_weight": 10000, - "root_author": "fairytalelife", - "root_permlink": "incorrect-password", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "46825", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35184,29 +35184,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T01:12:42", + "active": "2016-07-26T13:07:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 115288, "beneficiaries": [], - "body": "No need to repost, we see it.", + "body": "This post is being downvoted for what reason exactly? While you may not agree with @masteryoda's views nor his conclusions, the post itself is original writing, expresses a sincere opinion, and raises important issues about behavior on the site.\n\nThe degree of downvoting on this post demonstrates the level of hostility and negative brigading that is starting to go on here. To those doing it, you have proven @masteryoda's point very nicely. Congratulations to all the bitter people who are seriously damaging what has up to this point has largely been a positive and empowering environment.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "steemitabuse", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-09T17:27:09", + "created": "2016-07-25T22:54:03", "curator_payout_value": { - "amount": "0", + "amount": "1070", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 707225, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-09T07:10:33", - "last_update": "2016-08-09T17:27:09", + "depth": 1, + "id": 360280, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T22:54:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35214,17 +35214,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "jamesbrown", - "parent_permlink": "re-fairytalelife-incorrect-password-20160809t165344794z", + "net_votes": 15, + "parent_author": "masteryoda", + "parent_permlink": "why-i-removed-all-my-posts", "percent_hbd": 10000, - "permlink": "re-jamesbrown-re-fairytalelife-incorrect-password-20160809t172709011z", + "permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t225404600z", "reward_weight": 10000, - "root_author": "fairytalelife", - "root_permlink": "incorrect-password", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "0", + "amount": "416880", "nai": "@@000000013", "precision": 3 }, @@ -35233,29 +35233,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T07:48:45", + "active": "2016-08-13T07:46:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 25, + "author": "smooth", + "author_rewards": 218, "beneficiaries": [], - "body": "If children are not property of their parents, then parents are not property of the children. The logical conclusion is that there is no obligation for parents to care for children. It then follows that child support laws are pure slavery.\n\nChildren should be raised by people who love them and care for the voluntarily. \n\nNow the question becomes who gets to decide where a child lives and what standard of living is acceptable? Is it enough that a child is fed a prison diet and has a place on the floor to sleep? \n\nGiven a dispute between two adults about how to care for a child, on what grounds should the dispute be resolved? Is there a \"parenting right\" that shall not be infringed?", + "body": "> he takes images from avax.news which in turn took images from the BBC, this is promoting whose creativity exactly?\n\n@masteryoda's quite obviously. His feed of carefully selected stories about significant news-making photographs and videos was one of the most consistent and highest-quality sources of content on Steemit. I very much doubt you could what he did even 1% as well as he did it.\n\nYour narrow-mined ideas about creativity, talent, and value need to be very seriously reexamined.", "cashout_time": "1969-12-31T23:59:59", - "category": "psychology", - "children": 11, + "category": "steemitabuse", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-09T17:51:18", + "created": "2016-07-25T23:52:39", "curator_payout_value": { - "amount": "0", + "amount": "256", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 707684, - "json_metadata": "{\"tags\":[\"psychology\"]}", - "last_payout": "2016-09-09T05:34:15", - "last_update": "2016-08-09T17:51:18", + "depth": 3, + "id": 361485, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-25T23:53:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35263,17 +35263,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "sterlinluxan", - "parent_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "net_votes": 6, + "parent_author": "doctorstrange", + "parent_permlink": "re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t174007425z", "percent_hbd": 10000, - "permlink": "re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t175120351z", + "permlink": "re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160725t235239600z", "reward_weight": 10000, - "root_author": "sterlinluxan", - "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "19", + "amount": "788", "nai": "@@000000013", "precision": 3 }, @@ -35282,29 +35282,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T22:04:30", + "active": "2016-07-26T00:26:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 42, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "The will of the child cannot be relied upon for the first 5+ years of their life. An abused child will \"choose\" to stay because \"fear of the unknown\" is worse than the abuse they have.\n\nThe point of my comment is that while parent's shouldn't use violence, they have no obligation to do anything for the child beyond keeping them alive. A child who does not obey can be denied freedom of movement (grounded), denied toys, and they can be denied all but minimal food necessary to keep them alive, etc. \n\nAll of these tactics are non-violent, yet they can have far greater psychological impact on the kids than a slap or spanking. \n\nI am an advocate of non-violent solutions to problems, but the issue of kids/elderly/disabled is one that is very hard to resolve in an *objective* way.", + "body": "You can define it as a problem or you can be realistic about it, but not both. There will be a million users (if we're lucky) sharing content, just as there have been on every single social media site in the the history of the Internet. That's what people do. It will need to be addressed by copyright holders making takedown requests _when they object_ (which isn't always), just as it is on every other web property.", "cashout_time": "1969-12-31T23:59:59", - "category": "psychology", - "children": 2, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-09T19:22:27", + "created": "2016-07-26T00:26:36", "curator_payout_value": { - "amount": "4", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 709448, - "json_metadata": "{\"tags\":[\"psychology\"]}", - "last_payout": "2016-09-09T05:34:15", - "last_update": "2016-08-09T19:22:27", + "depth": 5, + "id": 362247, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:26:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35312,17 +35312,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "zorrotmm", - "parent_permlink": "re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t190609795z", + "net_votes": 2, + "parent_author": "doctorstrange", + "parent_permlink": "re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160725t235223171z", "percent_hbd": 10000, - "permlink": "re-zorrotmm-re-dantheman-re-sterlinluxan-children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites-20160809t192228925z", + "permlink": "re-doctorstrange-re-nanzo-scoop-re-recursive-re-nanzo-scoop-re-masteryoda-why-i-removed-all-my-posts-20160726t002633700z", "reward_weight": 10000, - "root_author": "sterlinluxan", - "root_permlink": "children-are-not-property-they-are-not-sacrificial-animals-for-cultural-blood-rites", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "46", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35331,29 +35331,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-09T19:28:24", + "active": "2016-07-26T08:38:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 150, "beneficiaries": [], - "body": "And that is all Steem does. There is an emission schedule for miners (blocks) and in time it will be well understood.", + "body": "> What's going to happen when millions of people are here acting a fool and trying to earn a quick buck copying YOUR content?\n\nWhat is going to happen, as I replied to you elsewhere, is that those millions of people will share content and in some cases, copyright owners will object and submit takedown requests. There is no other solution that is viable in the case of user-submitted content. Other users taking it upon themselves to bully and brigade when _they assume_ something is improper is not a reliable scalable solution, and it further causes more harm than good in fostering a confrontational and negative environment.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steemitabuse", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-09T19:28:24", + "created": "2016-07-26T00:30:18", "curator_payout_value": { - "amount": "0", + "amount": "173", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 709551, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-08T21:15:45", - "last_update": "2016-08-09T19:28:24", + "depth": 3, + "id": 362303, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:30:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35361,17 +35361,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "tie-warutho", - "parent_permlink": "re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t161905978z", + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160725t200502608z", "percent_hbd": 10000, - "permlink": "re-tie-warutho-re-dantheman-re-thomaslknapp-re-ftlian-the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio-20160809t192823682z", + "permlink": "re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t003016300z", "reward_weight": 10000, - "root_author": "ftlian", - "root_permlink": "the-great-steem-debate-berwick-vs-sovryn-steem-discussed-for-hours-on-national-radio", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "0", + "amount": "542", "nai": "@@000000013", "precision": 3 }, @@ -35380,29 +35380,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T08:21:39", + "active": "2016-07-26T00:31:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 144, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is a very insightful piece and a quality discussion as erupted. We are well aware of the limits of the system and are actively working toward a solution that could completely revolutionize the effectiveness of award distribution while mitigating the impacts of misbehaving whales.", + "body": "> this place will turn into a hive of asslickers\n\nThat and link spammers.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T21:13:12", + "created": "2016-07-26T00:31:30", "curator_payout_value": { - "amount": "92", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 733345, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-10T09:37:03", - "last_update": "2016-08-10T21:13:12", + "depth": 2, + "id": 362337, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:31:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35410,17 +35410,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "anonymint", - "parent_permlink": "blog-rewards-can-t-be-widely-distributed", + "net_votes": 2, + "parent_author": "ztl", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t151314876z", "percent_hbd": 10000, - "permlink": "re-anonymint-blog-rewards-can-t-be-widely-distributed-20160810t211314330z", + "permlink": "re-ztl-re-masteryoda-why-i-removed-all-my-posts-20160726t003129100z", "reward_weight": 10000, - "root_author": "anonymint", - "root_permlink": "blog-rewards-can-t-be-widely-distributed", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "294", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35429,29 +35429,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T06:35:27", + "active": "2016-07-26T00:32:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 742, + "author": "smooth", + "author_rewards": 139, "beneficiaries": [], - "body": "Never fear, we have a solution in the works that will hopefully resolve this kind of power dynamic and allow us to remove downvotes all together.", + "body": "You are correct. @masteryoda always gave credit.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 4, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-10T21:59:45", + "created": "2016-07-26T00:32:21", "curator_payout_value": { - "amount": "397", + "amount": "166", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 734146, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-10T09:05:15", - "last_update": "2016-08-10T21:59:45", + "depth": 2, + "id": 362353, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T00:32:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35459,17 +35459,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "jpiper20", - "parent_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "net_votes": 2, + "parent_author": "karchersmith", + "parent_permlink": "re-masteryoda-why-i-removed-all-my-posts-20160725t210604149z", "percent_hbd": 10000, - "permlink": "re-jpiper20-steemit-is-losing-it-s-purpose-let-s-stop-it-togther-20160810t215945670z", + "permlink": "re-karchersmith-re-masteryoda-why-i-removed-all-my-posts-20160726t003221100z", "reward_weight": 10000, - "root_author": "jpiper20", - "root_permlink": "steemit-is-losing-it-s-purpose-let-s-stop-it-togther", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "1327", + "amount": "502", "nai": "@@000000013", "precision": 3 }, @@ -35478,29 +35478,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-07T21:54:33", + "active": "2016-07-26T05:27:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1289446, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\n\nBuilding a decentralized economic platform that uses voting to distribute funds is extremely challenging. On the one hand everyone wants to \u201cvote selfishly\u201d to give themselves the most reward possible, on the other hand large stake holders want to vote in a manner that maximizes the value of the currency.\n\nThe solution employed by Steem uses the principle that individuals acting alone shouldn\u2019t have much power, but the more people that work together the more power they have collectively. In other words, two people voting together is more than twice as powerful as either voting alone.\n\nThe end result is a system that is working relatively well at today\u2019s scale. The challenge Steem faces now is that large stakeholders, aka whales, have enough stake to unilaterally allocate far more than even the largest group of smaller users.\n\nThis means that whales need to spread their votes across 1000 times as much content as normal users or refrain from voting all together. Allocation of rewards will be highly concentrated among those the whales give attention to, but the attention of whales is finite. The finite limits of whale attention limits the scalability of reward distribution.\n\n## Existing Solutions\n\nSome savvy whales, such as @smooth, are actively hiring people to process content and vote on their behalf. This is a very involved process and ultimately limited to a few people able to operate bots, manage teams, and check up on people.\n\nEven with everything @smooth is doing, there is only so much content that his team of curators can process. \n\n## Bad Voters \n\nNot all voters are good voters, and this applies to whales too. Sometimes accounts can go rogue, get hacked, or otherwise start acting in ways that harm the wider community. When a small stakeholder goes bad the system can safely ignore their votes and hide their posts with a reputation score, but when a whale goes bad things are not so easy.\n\n## Scalable Voting \n\nWhat we need is a scalable solution for managing distributed authority over the printing presses and deciding which content is most worthy to be promoted. The root of all authority must be derived from stakeholder Steem Power or Sybil attacks will quickly undermine the algorithm.\n\nIn the late 90\u2019s Google faced a similar problem with websites. They invented an algorithm that could rank web pages by using links as votes. This algorithm worked extremely well until SEO hackers learned how to game the system using what is essentially a Sybil attack. \n\nGoogle gave every page one vote that it could divide among every page it linked to. The algorithm would the use these votes to identify the highest authority, quality, most visited, or most popular pages. \n\n## Delegated Voting via Account Rank \n\nIf you view each account as having 1 web page per unit of Steem Power controlled by that account, and you let each account link to other accounts that they trust to allocate funds and curate content then the result is a massively recursive delegated voting system. Allowing links to have positive and negative weights means that everyone has the power to contribute to filtering the \u201cgood\u201d people from the \u201cbad\u201d people. \n\nSo long as there are many more \u201cgood\u201d people than \u201cbad\u201d people, the bad actors are quickly neutralized by having more negative links than positive links.\n\nThis system is immune to the Sybil attack faced by Google\u2019s PageRank algorithm because the supply of \u201cpages\u201d is restricted by the available Steem Power. \n\n## Account Rank on a Blockchain \n\nThe page rank algorithm is a computationally intensive iterative process that is normally performed by large clusters of computers using massively parallel map-reduce algorithms. A blockchain is required to reach consensus quickly and is ultimately single threaded because every transaction has the potential to impact the consensus state relevant to every transaction after it.\n\nIn order to efficiently implement Account Rank on a blockchain we must first place an upper limit on the largest possible blocking calculation. The computation complexity of calculating the Account Rank of an individual account grows linearly with the number of links (votes) an account gives or receives. \n\nFortunately, we know that there is a natural limit to the number of people someone can maintain stable relationships with. This is known as [Dunbar\u2019s number](https://en.wikipedia.org/wiki/Dunbar%27s_number). By studying social group size in primates Dunbar was able to conclude that at most 150 stable relationships. Beyond this size more restrictive social rules are required.\n\nWe can use this information to naturally limit the number of trust-links allowed among accounts to something that ordinary people are actually capable of. \n\nOnce we have limited the number of links it is simply a matter of spreading the calculation over time and prioritizing calculations that will effect the biggest changes. So long as the rate at which links can change is slower than the rate at which the algorithm can reach equilibrium then on average the network will remain close enough to equilibrium to accomplish the desired goal.\n\n## Alternative to Witness Voting\n\nUsing the Account Rank algorithm we could replace and eliminate the overhead associated with tracking and tallying witness votes. Instead the witnesses would be the top accounts by Account Rank that didn\u2019t opt out of being a witness. Each account is currently allowed 30 witness votes, this memory could be repurposed to serve the Account Rank algorithm. Likewise, every time an account\u2019s Steem Power changes all 30 witness votes are updated. These calculations could be replaced with Account Rank propagation calculations. \n\nOver all this would increase user engagement in voting for peers and provide a more liquid and representative ranking of user trust and reputation within the network while adding only a small amount of additional overhead and simplifying witness selection.\n\nEach user would simply add their 30 most trusted curators (aka friends) to their account and the Account Rank algorithm will automatically distribute influence among the friends. This would result in trust flowing outward from whales and down to more people who currently don\u2019t have much voice or curation power. \n\nMore people acting with more power due to delegated trust lines automatically rebalanced by Account Rank means that rewards can be distributed more fairly because there are more people with power and attention to process posts.\n\nNegative weights would allow the network to quickly remove voting influence from accounts that earn a reputation for bad behavior. This is something the current Steem algorithms require a voting bot war that generates unwanted collateral damage. \n\n## Conclusion\n\nWith careful implementation and planning, it should be possible to upgrade Steem to have a far more liquid, democratic, and secure web of trust. This web of trust can then more reliably be used to allocate rewards in the best interest of the whole platform while scaling to handle millions of people.\n\n***Note*** - this idea is presented for discussion purposes only and does not represent a commitment to implement at this point in time. There may be unresolved technical challenges to realizing this algorithm.", + "body": "Buying votes (including by raffle) is considered abuse. Downvoted.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 238, + "category": "steemit", + "children": 8, "children_abs_rshares": 0, - "created": "2016-08-11T02:17:06", + "created": "2016-07-26T02:20:45", "curator_payout_value": { - "amount": "39634", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 738051, - "json_metadata": "{\"tags\":[\"steem\",\"pagerank\",\"google\",\"weboftrust\"],\"users\":[\"smooth\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Dunbar%27s_number\"]}", - "last_payout": "2016-09-10T19:32:42", - "last_update": "2016-08-11T02:17:06", + "depth": 1, + "id": 364191, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T02:20:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35508,17 +35508,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 608, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", "percent_hbd": 10000, - "permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "permlink": "re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t022046200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", - "title": "People Rank - Using Page Rank Algorithm for Better Curation and Rewards", + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", "total_payout_value": { - "amount": "2631226", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35527,29 +35527,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T19:47:21", + "active": "2016-07-26T03:47:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 85, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Cool list, but will flag unless you remove steeimt and steemit tags.", + "body": "The problem is it all draws from the common reward pool; manipulating votes means you are pulling rewards away from other posts that are being voted on merit. If each sub had its own pool that would be different.", "cashout_time": "1969-12-31T23:59:59", - "category": "steeimt", - "children": 3, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T15:41:06", + "created": "2016-07-26T03:47:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 747270, - "json_metadata": "{\"tags\":[\"steeimt\"]}", - "last_payout": "2016-09-11T01:36:15", - "last_update": "2016-08-11T15:41:06", + "depth": 5, + "id": 365874, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T03:47:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35557,17 +35557,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "shaheer001", - "parent_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024338404z", "percent_hbd": 10000, - "permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154105849z", + "permlink": "re-bayareacoins-re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t034734600z", "reward_weight": 10000, - "root_author": "shaheer001", - "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", "title": "", "total_payout_value": { - "amount": "64", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35576,29 +35576,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T19:45:54", + "active": "2016-07-26T05:27:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 141, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "While I am no billionaire, I started in the crypto space with a large debt, huge child support payments, and a 9-5 job. 3 years later my \"paper worth\" is over $30M, but like all the billionaires above, converting that wealth to cash isn't a trivial task. If Steem takes off then I would probably end up on that list.", + "body": "As discussed in PM, the issue of reward abuse is decided by community consensus, not any sort of explicit rules (who would enforce them on a blockchain anyway?). The major stakeholders decide what is abusive and voluntarily flag/downvote to discourage it. We get no rewards for downvoting and our only incentive is to maximize the success of the system (and therefore the value of our investment). This is in fact an explicit part of the design that is discussed in the whitepaper.", "cashout_time": "1969-12-31T23:59:59", - "category": "steeimt", - "children": 6, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T15:44:39", + "created": "2016-07-26T04:37:18", "curator_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 747326, - "json_metadata": "{\"tags\":[\"steeimt\"]}", - "last_payout": "2016-09-11T01:36:15", - "last_update": "2016-08-11T15:44:39", + "depth": 3, + "id": 366827, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35606,17 +35606,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 7, - "parent_author": "freddy008", - "parent_permlink": "re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t133817100z", + "net_votes": 1, + "parent_author": "bayareacoins", + "parent_permlink": "re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t035058390z", "percent_hbd": 10000, - "permlink": "re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t154438664z", + "permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t043719600z", "reward_weight": 10000, - "root_author": "shaheer001", - "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", "title": "", "total_payout_value": { - "amount": "208", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35625,29 +35625,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T18:12:21", + "active": "2016-07-26T04:38:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 55, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Flagging doesn't take money away from people that have earned it, that is like saying that voting for a political opponent takes victory away from the current winner. Nothing is earned until the ballot box closes.", + "body": "The menu was moved to the upper right after I posted that comment.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemhelp", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T18:12:21", + "created": "2016-07-26T04:38:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 749746, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-10T19:32:42", - "last_update": "2016-08-11T18:12:21", + "depth": 3, + "id": 366839, + "json_metadata": "{\"tags\":[\"steemhelp\"]}", + "last_payout": "2016-08-23T01:52:24", + "last_update": "2016-07-26T04:38:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35655,17 +35655,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "pangur-ban", - "parent_permlink": "re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t034724925z", + "net_votes": 0, + "parent_author": "yuji225", + "parent_permlink": "re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t023110221z", "percent_hbd": 10000, - "permlink": "re-pangur-ban-re-dantheman-people-rank-using-page-rank-algorithm-for-better-curation-and-rewards-20160811t181222107z", + "permlink": "re-yuji225-re-smooth-re-pairmike-how-to-vote-for-a-steem-witness-on-steemit-20160726t043820800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "people-rank-using-page-rank-algorithm-for-better-curation-and-rewards", + "root_author": "pairmike", + "root_permlink": "how-to-vote-for-a-steem-witness-on-steemit", "title": "", "total_payout_value": { - "amount": "41", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35674,29 +35674,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-10T19:32:27", + "active": "2016-07-26T05:27:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 627480, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png
\nYesterday I [released an article where I suggested that the Page Rank algorithm used by Google might be a viable alternative to the current voting system](/steem/@dantheman/people-rank-using-page-rank-algorithm-for-better-curation-and-rewards). Today I would like to add some additional insights that I have had.\n\nUsing a simple [page rank simulator](http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/) I played around with various graph structures to get a better understanding of the graph theory and behavior of Page Rank.\n\nWhat I discovered is that in a world where everyone is equal, those who create links amongst themselves gain weight relative to those who do not cross link. I also discovered that those who give links without receiving lose direct influence, though they may gain via indirect influence.\n\n## Negative Weights don't Work\n\nUsing Page Rank you cannot have edges with negative weights, this means that it is not possible have your voting influence countered, especially if you are a bad whale. \n\n## Variation on Page Rank - Recursive Delegated Voting\n\nMany people have been asking for the ability to delegate VESTS to other users who could then use those VESTS to cast votes. To really work well, it should be possible to redelegate your votes an infinite number of times. With delegated voting it should also be possible to \"cancel out\" someone else's vote with your own vote. This is already possible with bot wars, but with delegated negative voting we can bypass the network spam.\n\n## Scalability \n\nThis algorithm has many of the same scalability considerations as Page Rank. This means that each account would be limited in the number of accounts it could delegate to. Furthermore, there would need to be a minimal delegated amount.\n\n## Benefits \nIf implemented it would be relatively trivial to police vote spammers as well as those who would abuse the power of negative voting to silence legitimate voters.\n\nWhales would be able to delegate their VESTS to other users who can use the increased influence to provide better curation and increase the value of the VESTS. \n\n## The Evil Whale Problem \n\n
http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248
\n\nWe live in a world filled with evil whales. The power elite who control our economy and the printing presses are willing to risk burning down the economy to increase their power and wealth. Their interests are clearly not aligned with the masses.\n\nWhile Steem is young and has significant upside growth potential and relatively little economic power, the easiest way for whales to grow their power, wealth, and influence is to work with everyone else. Once Steem achieves a level of entrenchment similar to Facebook, Twitter, etc, the whales can misbehave with relative impunity because everyone is \"locked in\". \n\nIt is critical that the masses of dolphins, minnows, and good whales, have the power to efficiently neutralize bad actors for the benefit of all. I am committed to building a system that empowers people who work for the benefit of all and disempowers those who attempt to work against the best interest of the wider community.\n\n## Conclusion\n\nCreating a distributed, self-governing, mob that works reliably to allocate resources for the betterment of the whole rather than the individual is challenging. As the stakes are raised it becomes increasingly difficult to prevent abuse. Recursive Delegated Voting is a variation on Page Rank that might just do the trick.\n\nI would like to thank everyone who has participated in yesterday's discussion.", + "body": "There is a marketplace being developed. I don't know if it will have auction features but that certainly wouldn't surprise me.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 130, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T18:51:48", + "created": "2016-07-26T05:27:45", "curator_payout_value": { - "amount": "15453", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 750406, - "json_metadata": "{\"tags\":[\"steemit\",\"curation\",\"steem\",\"pagerank\"],\"image\":[\"https://img1.steemit.com/0x0/https://upload.wikimedia.org/wikipedia/commons/6/69/PageRank-hi-res.png\",\"http://vignette4.wikia.nocookie.net/disney/images/4/4a/Monstro_smash.jpg/revision/latest?cb=20071017224248\"],\"links\":[\"http://faculty.chemeketa.edu/ascholer/cs160/WebApps/PageRank/\"]}", - "last_payout": "2016-09-11T08:34:30", - "last_update": "2016-08-11T18:51:48", + "depth": 4, + "id": 367457, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T02:41:42", + "last_update": "2016-07-26T05:27:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35704,17 +35704,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 516, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 1, + "parent_author": "bradvanceauthor", + "parent_permlink": "re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t024123780z", "percent_hbd": 10000, - "permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "permlink": "re-bradvanceauthor-re-bayareacoins-re-smooth-re-bayareacoins-free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to-20160726t052745800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", - "title": "Follow Up to People Rank Algorithm for Better Curation Rewards", + "root_author": "bayareacoins", + "root_permlink": "free-upvote-raffle-carl-mark-force-iv-ex-dea-agent-s-business-card-the-dea-agent-who-extorted-and-sold-government-information-to", + "title": "", "total_payout_value": { - "amount": "1269729", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35723,29 +35723,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-11T19:31:18", + "active": "2016-07-26T08:34:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 54, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "yeah, you won't be able to because it is a category, not a tag. I removed the upvote, thanks for trying.", + "body": "Welcome to social media. People share interesting content they find online, some are good at doing so, and this creates value for followers. _Sometimes_ content owners decide to assert rights and have the content taken down, but often they don't.\n\nYou are welcome to write as many 50 line comments against this concept of social media value creation by finding and sharing of content, and you may even be correct in a sense, but in terms of the bigger picture you are completely wrong. When millions of users come, if they do, they will be doing the same thing here they do everywhere to find, select, and share content, and you won't be able to bully them the way @masteryoda has been bullied.", "cashout_time": "1969-12-31T23:59:59", - "category": "steeimt", - "children": 1, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T19:20:06", + "created": "2016-07-26T08:34:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 750921, - "json_metadata": "{\"tags\":[\"steeimt\"]}", - "last_payout": "2016-09-11T01:36:15", - "last_update": "2016-08-11T19:20:06", + "depth": 5, + "id": 369009, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"users\":[\"masteryoda\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:34:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35753,17 +35753,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "shaheer001", - "parent_permlink": "re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t180230840z", + "net_votes": 5, + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t080236568z", "percent_hbd": 10000, - "permlink": "re-shaheer001-re-dantheman-re-freddy008-re-shaheer001-the-world-billinaires-the-richest-people-on-planet-2016-20160811t192007694z", + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-liberosist-re-masteryoda-why-i-removed-all-my-posts-20160726t083504800z", "reward_weight": 10000, - "root_author": "shaheer001", - "root_permlink": "the-world-billinaires-the-richest-people-on-planet-2016", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "40", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35772,29 +35772,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T02:08:48", + "active": "2016-07-26T08:38:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 57, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "more or less, the system is fine today. We are simply preparing for the future.", + "body": "Your comments are interesting and I'm happy to respectfully agree to disagree (though also agree in some ways).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "steemitabuse", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-11T20:23:03", + "created": "2016-07-26T08:38:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 752075, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-11T08:34:30", - "last_update": "2016-08-11T20:23:03", + "depth": 5, + "id": 369045, + "json_metadata": "{\"tags\":[\"steemitabuse\"]}", + "last_payout": "2016-08-25T15:04:48", + "last_update": "2016-07-26T08:38:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35803,16 +35803,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "bendjmiller222", - "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t192738886z", + "parent_author": "doctorstrange", + "parent_permlink": "re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t072330092z", "percent_hbd": 10000, - "permlink": "re-bendjmiller222-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t202302998z", + "permlink": "re-doctorstrange-re-smooth-re-doctorstrange-re-winstonwolfe-re-masteryoda-why-i-removed-all-my-posts-20160726t083859500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "root_author": "masteryoda", + "root_permlink": "why-i-removed-all-my-posts", "title": "", "total_payout_value": { - "amount": "43", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35821,29 +35821,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T22:57:15", + "active": "2016-07-26T13:49:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 57, + "author": "smooth", + "author_rewards": 1153, "beneficiaries": [], - "body": "Those who have the most to lose have the most say. There is no other way.", + "body": "Minor clarification. @ned and @dan are the founders of Steemit, who along with their team, built this system. @berniesanders, @kushed and I (and a few others) are very early adopters, and as significant stakeholders we've occasionally offered our opinions to @ned and @dan about how to make Steemit better, but we didn't build it and I don't want to take credit for what is not deserved.\n\nAnd on that note, Welcome To Steemit, FT-J!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 8, + "category": "introduceyourself", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-11T21:04:30", + "created": "2016-07-26T09:32:15", "curator_payout_value": { - "amount": "0", + "amount": "1338", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 752764, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-11T08:34:30", - "last_update": "2016-08-11T21:04:30", + "depth": 1, + "id": 369603, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ned\",\"dan\",\"berniesanders\",\"kushed\"]}", + "last_payout": "2016-08-26T13:16:03", + "last_update": "2016-07-26T09:33:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35851,17 +35851,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "omfedor", - "parent_permlink": "re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t205242626z", + "net_votes": 11, + "parent_author": "fintech-jesus", + "parent_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", "percent_hbd": 10000, - "permlink": "re-omfedor-re-dantheman-follow-up-to-people-rank-algorithm-for-better-curation-rewards-20160811t210432271z", + "permlink": "re-fintech-jesus-the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me-20160726t093214900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "follow-up-to-people-rank-algorithm-for-better-curation-rewards", + "root_author": "fintech-jesus", + "root_permlink": "the-manifestation-of-fintech-jesus-to-the-disciples-of-steem-come-follow-me", "title": "", "total_payout_value": { - "amount": "43", + "amount": "4050", "nai": "@@000000013", "precision": 3 }, @@ -35870,29 +35870,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T17:39:21", + "active": "2016-07-26T10:26:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 11, + "author": "smooth", + "author_rewards": 408, "beneficiaries": [], - "body": "I would consider Steem Dollars with 10% interest as a hedge similar to lending USD on bitfinex.", + "body": "Repost of the same content from 3 days ago: https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales", "cashout_time": "1969-12-31T23:59:59", - "category": "money", - "children": 1, + "category": "whales", + "children": 6, "children_abs_rshares": 0, - "created": "2016-08-12T15:03:57", + "created": "2016-07-26T09:56:18", "curator_payout_value": { - "amount": "3", + "amount": "21", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 765924, - "json_metadata": "{\"tags\":[\"money\"]}", - "last_payout": "2016-09-12T01:24:27", - "last_update": "2016-08-12T15:03:57", + "id": 369834, + "json_metadata": "{\"tags\":[\"whales\"],\"links\":[\"https://steemit.com/steemit/@jacor/steemit-the-wild-west-of-the-future-internet-we-need-more-whales\"]}", + "last_payout": "2016-08-26T09:30:12", + "last_update": "2016-07-26T09:56:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35900,17 +35900,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "furion", - "parent_permlink": "i-have-60btc-to-invest-in-steem", + "net_votes": 3, + "parent_author": "gavvet", + "parent_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", "percent_hbd": 10000, - "permlink": "re-furion-i-have-60btc-to-invest-in-steem-20160812t150359024z", + "permlink": "re-gavvet-steemit-the-wild-west-of-the-future-internet-we-need-more-whales-20160726t095619000z", "reward_weight": 10000, - "root_author": "furion", - "root_permlink": "i-have-60btc-to-invest-in-steem", + "root_author": "gavvet", + "root_permlink": "steemit-the-wild-west-of-the-future-internet-we-need-more-whales", "title": "", "total_payout_value": { - "amount": "20", + "amount": "1440", "nai": "@@000000013", "precision": 3 }, @@ -35919,29 +35919,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-24T22:04:30", + "active": "2016-08-03T03:59:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 392, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This information is incredibly useful and informative and makes perfect sense.\n\nA whale earns more by voting on a minnow than by voting on a dolphin.", + "body": "Downvoted to limit the high drain on the reward pool. The post itself is good and relevant.", "cashout_time": "1969-12-31T23:59:59", - "category": "stats", - "children": 5, + "category": "steem", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-12T15:11:57", + "created": "2016-07-26T13:14:27", "curator_payout_value": { - "amount": "123", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 766046, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "2016-09-12T03:48:00", - "last_update": "2016-08-12T15:11:57", + "id": 372820, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-07-26T13:14:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35949,17 +35949,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 8, - "parent_author": "liberosist", - "parent_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "net_votes": 1, + "parent_author": "dan", + "parent_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", "percent_hbd": 10000, - "permlink": "re-liberosist-steem-power-distribution-trends-august-update-the-re-distribution-skips-down-20160812t151157049z", + "permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t131428100z", "reward_weight": 10000, - "root_author": "liberosist", - "root_permlink": "steem-power-distribution-trends-august-update-the-re-distribution-skips-down", + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", "title": "", "total_payout_value": { - "amount": "587", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -35968,29 +35968,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-30T22:03:18", + "active": "2016-07-27T17:40:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 228, + "author": "smooth", + "author_rewards": 525, "beneficiaries": [], - "body": "We are actively looking for ways to reduce whale influence and bad behavior. So far the best solution we have identified is to remove curation rewards all together. The existence of curation rewards does the following for whales:\n\n- encourages reckless voting because the rate of return on voting on random comments is very high for the whale. Effectively, the whale spends $100 of community money and pockets $25. The $75 cost is socialized, but the $25 is privatized. \n- the probability of being early on popular \"good\" content and getting an even higher rate of return is not higher than the \"sure thing\" of any random thing a whale could vote on.\n- any attempt to impose per-account caps will result in sybil attacks \n- good whales must vote as prolifically as evil whales or the evil whales will overcome them.\n- any attempt to implement stake delegation for voting purposes is disincentivized by the curation reward algorithm unless curation rewards propagate back. This backward propagation is both difficult to implement and ultimately irrelevant considering points 2.\n\nIn other words, the curation reward system may be fundamentally broken and should be discarded. Once the curation rewards are discarded, then whales face no opportunity cost by *not voting*.", + "body": "Removed. @jamtaylor discovered the fraud.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 58, + "category": "introduceyourself", + "children": 9, "children_abs_rshares": 0, - "created": "2016-08-12T15:56:54", + "created": "2016-07-26T15:04:33", "curator_payout_value": { - "amount": "53", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 766745, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-12T10:29:54", - "last_update": "2016-08-12T15:56:54", + "id": 375308, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:16:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -35998,17 +35998,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 20, - "parent_author": "chitty", - "parent_permlink": "whale-s-dilemma", + "net_votes": 19, + "parent_author": "robertkim", + "parent_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", "percent_hbd": 10000, - "permlink": "re-chitty-whale-s-dilemma-20160812t155654929z", + "permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150432800z", "reward_weight": 10000, - "root_author": "chitty", - "root_permlink": "whale-s-dilemma", + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", "title": "", "total_payout_value": { - "amount": "422", + "amount": "1868", "nai": "@@000000013", "precision": 3 }, @@ -36017,29 +36017,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T23:03:06", + "active": "2016-07-26T15:17:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 636233, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg
\n\nDemocracy is filled with mythology. [Larken Rose](https://steemit.com/politics/@larkenrose/political-mythology-101-part-one) has recently covered many of these myths. Today I would like to introduce a new concept that may totally change how some people perceive democracy.\n\n## Voting Theory\n\nPopular political theology around voting is that each individual has the right to vote for anything, for any reason, and in complete secrecy. Education, knowledge, race, and inelegance are not legitimate prerequisites. It goes so far as to say that through voting the entire constitution and every human right can be violated.\n\nThere are many different kinds of voting that attempt to capture public opinion accurately. Systems include plurality, instant runoff, majority, and proportional representation. Each system has its strengths and weaknesses.\n\nBeing an Anarchist, I like to work from first principles. If I assume the popular political theology is morally acceptable means of making decisions regarding what people may or may not do, then I would like to add a new voting system and means of fully \u201cexpressing ones vote\u201d that I feel would truly capture a legitimate outcome.\n\nIn other words, if all people are equal and entitled equal weight to vote for what ever they want, for what ever reason they want to, then it should be possible to express your opinion as the exact opposite of someone else. This is a perfectly valid opinion and deserves as much respect as their opinion. After all, you could just as easily say that they are the one who is adopting an opinion opposite to your own. It is not possible to say who is positive and who is negative, they are merely reflections of equal value with no beginning and no end. \n\nThe act of negating someone else\u2019s opinion does not require you to know their opinion, because you are free to change your opinion to counter theirs as fast as they can change their opinion. The outcome will always result in a net vote of 0. \n\n## Anarchist Husband and his Political Wife\n\nImagine an anarchist named John adopted a [position against voting](https://steemit.com/elections/@jaredhowe/against-voting) and was against voting completely. Unfortunately for Jared, he married a hard core political activist who believes in democracy.\n\u2028John and his wife have a huge fight about whether they should vote and if so, who they should vote for. John recognizes that the only two candidates with a chance of winning are evil and agree on the important issues. John\u2019s wife has an opinion on which one is \u201cless evil\u201d. \n\nJohn wants to protest the election by not voting, but his wife believes she must do *something* to combat the *more evil* option. \n\nJohn then comes up with an idea, he decides to cast his vote to be the exact opposite of his wife\u2019s. He goes to his wife and asks who she is voting for, she tells him. He then informs her that he will vote for the other candidate. \n\nA brief fight ensues about how the other guy is *more evil*, but ultimately she concedes that he has a right to vote how ever he wants. \n\nAfter she accepts reality, John suggests that they can both stay home this election because their votes will now cancel out. They could drive to the polls, spend their time and gas money in order to cast a neutral vote for two evil candidates, or they could stay home and have a drink without feeling dirty for supporting the lessor of two evils. \n\nAny *rational* couple would choose to stay home. They have nothing to gain by casting opposing votes and nothing to lose by not casting their vote. All of the usual arguments for voting fall apart:\n\n### You have no right to complain if you didn\u2019t try.\nWell that isn\u2019t true, you did try, but someone else negated your vote. Both parties can legitimately say they \u201ctried\u201d but their vote wouldn\u2019t have been the tie breaker. \n\n### Higher turnout makes democracy more representative .\nWell you both could have turned out, but the amount of raw information you would contribute would be identical to if you both didn\u2019t show up. If every non-voter was modeled as a purely random voter, then the amount your opposing votes do nothing. If you model non-voter\u2019s as voting with the ratio as voters then the only thing your votes would do is reduce the percentage spread between the two candidates by an imperceptible amount.\n\n### Even a vote for a third Party can have an impact\nUnless there is a 3rd party who you actually can support, all you would be doing is voting for evil. Suppose John\u2019s wife really liked a 3rd party candidate, she is now left with a choice: let John vote for the most evil candidate while she votes for someone who will lose, or not vote at all. \n\n### Voting is a Right Generations Struggled to Win\n\nAnd based upon this right John and his wife have nullified their influence. It is John\u2019s right to oppose his wife\u2019s vote and therefore his wife\u2019s vote is now meaningless. Democracy wins! \n\n## Secret Ballots prevent John\u2019s Blackmail \n\nIn theory John\u2019s wife could lie to John about who she intends to vote for. This would make it impossible to be 100% sure the he was countering his wife\u2019s vote. She could \u201ctrick him\u201d into inadvertently siding with her choice of lessor evil.\n\nThis is true, but John could also lie. \n\nUltimately the joke is on John\u2019s wife because it isn\u2019t who votes that counts, it is who counts the vote. In this case, the secret ballot means that John\u2019s wife cannot prove her vote was accurately counted.\n\nUnfortunately, secret ballots also prevent John from casting his true opinion and thus effectively deny him the right to vote.\n\n## Smart Ballots\n\nWhat if John could express his desire to counter his wife\u2019s vote by casting a ballot that would automatically vote for the candidate opposite of his wife without having to know her vote? In this case there is no need to reveal who you will vote for and there is no ability to cheat.\n\nIf you could cast such a ballot then the entire voting system could be revamped. Each person would have the option to either cast a ballot or to negate someone else\u2019s right to cast a ballot. Once you have been negated no one else may negate you.\n\nThose who are politically outspoken would quickly get negated by people who don\u2019t like what they stand for. After all, it is much easier to vote against something you don\u2019t like than to vote *for* something you do like. This means that anyone that ever expresses any ideas disliked by a passive observer would get nullified.\n\nThe final outcome would be an election decided by those who have managed to escape without offending anyone. One thing is for certain, anyone who goes near the polls would be quickly negated by someone else, the mere act of voting would become offensive! \n\n## In a Rational World\u2026 \n\nPeople would realize that democracy and voting were adopted as a proxy for war and violence. Rather than having two armies fight to the death, they would simply count their numbers and assume the larger army would win and get their way. This seems logical and avoids a lot of unnecessary bloodshed.\n\nHow you count the votes makes a huge difference, especially when there are complex factors and decisions. You cannot assume that everyone voting for a candidate actually supports that candidate, they have merely formed an alliance under the principle of \u201can enemy of my enemy is my friend\u201d. That principle hardly turns a lessor enemy into your representative. \n\nIn reality there are not two armies battling it out, there are thousands of armies each with their own opinion. If you want to properly simulate the war, then each person needs to find one other person to take out in a Kmakazi battle to the death. \n\nWhen the dust settles from the simulated war you will have a few people left standing. These are the people whom no one else felt was a priority to take out. Each person would rationally take out the \u201cgreatest evil\u201d they could find and everyone else is considered better. It would mean that who ever won the war would be \u201cbetter\u201d than the evil they just eliminated. A true vote against the greatest of all evils.\n\nObviously, if this process were adopted the entire mirage of democracy would disappear. If the population was odd, then one person would be left standing, if even then no one would win.\n\n## Conclusion\n\nIf we were to use a legitimate voting system that accurately reflected the moral principle behind each individuals \u201cright to vote\u201d by allowing individuals to fully express their \u201cright to counter someone else\u2019s vote\u201d then we would end up in complete anarchy as no law could pass except by unanimous consent of people no one had reason to oppose.\n\nIf man does not have a right to counter balance another man in the political system, then the game is rigged. His right to cast a vote that expresses his wishes has been denied. He has been given a false choice rather than a free choice. After all, if you cannot express a vote that is exactly opposite of someone else, then that means not all opinions are on the table. It means that the people who get to decide the options are the rulers, not the voters.\n\nYou can vote for any color car you want so long as it is black.", + "body": "i.e. Image is photoshopped and profile is a fraud. Thanks for finding @jamtaylor.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 74, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-12T21:25:12", + "created": "2016-07-26T15:17:24", "curator_payout_value": { - "amount": "12170", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 772595, - "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\",\"philosophy\",\"anarchy\"],\"image\":[\"http://zidbits.com/wp-content/uploads/2011/03/Kamikaze-Helmet11.jpg\"],\"links\":[\"https://steemit.com/politics/@larkenrose/political-mythology-101-part-one\"]}", - "last_payout": "2016-09-12T10:56:24", - "last_update": "2016-08-12T21:25:12", + "depth": 2, + "id": 375633, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:17:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36047,17 +36047,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 340, - "parent_author": "", - "parent_permlink": "politics", + "net_votes": 4, + "parent_author": "jamtaylor", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t150749803z", "percent_hbd": 10000, - "permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "permlink": "re-jamtaylor-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151724700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", - "title": "What would Smart Ballots and Kamikaze voters mean to Democracy?", + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", "total_payout_value": { - "amount": "1172166", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36066,29 +36066,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T05:54:48", + "active": "2016-07-27T03:17:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 263, + "author": "smooth", + "author_rewards": 37, "beneficiaries": [], - "body": "I would like to see an option to vote \"against the winner\". If there are more people against the winner than the margin of victory then all candidates should be discarded and a new slate selected.\n\nSomething as simple as having the option to cast a vote \"against X\" would completely change the game. Now the winner would be the person who received the least votes! \n\nI would be happy with a simple law that allowed one individual to give up their vote by canceling out someone else. That single law would completely change politics forever.", + "body": "I generally don't vote for them any more unless they are something exceptional and have verification. I made a mistake initially upvoting this one since it did seem exceptional but thankfully @jamtaylor did a better job of vetting it than I did.\n\nI do agree that the high consistent payouts on introduceyourself posts were a magnet for scammers and the scammers area clearly here now.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 6, + "category": "introduceyourself", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-12T21:39:30", + "created": "2016-07-26T15:21:54", "curator_payout_value": { - "amount": "123", + "amount": "3", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 772844, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-12T10:56:24", - "last_update": "2016-08-12T21:39:30", + "depth": 3, + "id": 375767, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-26T15:21:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36097,16 +36097,16 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 4, - "parent_author": "scaredycatguide", - "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213253781z", + "parent_author": "zerohero", + "parent_permlink": "re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t151807941z", "percent_hbd": 10000, - "permlink": "re-scaredycatguide-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t213930206z", + "permlink": "re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t152154700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", "title": "", "total_payout_value": { - "amount": "484", + "amount": "131", "nai": "@@000000013", "precision": 3 }, @@ -36115,29 +36115,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T02:52:45", + "active": "2016-07-26T22:58:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "No need to find exact opposite, just find someone you least trust to rule you and negate them (assuming they haven't already been negated).", + "body": "Obviously you should make sure any app you use is legitimate but you can also protect yourself by logging into the app (once that feature is available) using your posting key. That limits the app to posting and voting, and blocks any attempt to access your funds.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-12T22:02:45", + "created": "2016-07-26T22:31:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 773239, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-12T10:56:24", - "last_update": "2016-08-12T22:02:45", + "id": 387724, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T21:27:30", + "last_update": "2016-07-26T22:31:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36145,14 +36145,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "dennygalindo", - "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220048372z", + "net_votes": 1, + "parent_author": "anonimau5", + "parent_permlink": "re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t221812184z", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t220244973z", + "permlink": "re-anonimau5-re-riensen-steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available-20160726t223101800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "root_author": "riensen", + "root_permlink": "steem-ios-app-announcement-first-native-ios-app-released-approved-by-apple-beta-download-available", "title": "", "total_payout_value": { "amount": "0", @@ -36164,29 +36164,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-12T23:44:51", + "active": "2016-07-27T02:22:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Not trolling, leaders aren't elected, rulers are.", + "body": "I rarely upvote the Steem circle-jerk cheerleading posts, but when someone like BayAreaCoins who has been around crypto for years and seen it all makes a statement like this, it is worth taking notice.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", + "category": "investment", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-12T23:44:51", + "created": "2016-07-27T02:22:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 774675, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-12T10:56:24", - "last_update": "2016-08-12T23:44:51", + "depth": 1, + "id": 392225, + "json_metadata": "{\"tags\":[\"investment\"]}", + "last_payout": "2016-08-26T16:06:54", + "last_update": "2016-07-27T02:22:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36194,14 +36194,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "zer0sum", - "parent_permlink": "re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t232531592z", + "net_votes": 4, + "parent_author": "bayareacoins", + "parent_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", "percent_hbd": 10000, - "permlink": "re-zer0sum-re-dantheman-what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy-20160812t234450298z", + "permlink": "re-bayareacoins-why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem-20160727t022250100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy", + "root_author": "bayareacoins", + "root_permlink": "why-i-m-selling-a-chunk-of-my-bitcoins-altcoins-and-products-for-steem", "title": "", "total_payout_value": { "amount": "0", @@ -36213,29 +36213,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T13:25:33", + "active": "2016-07-27T02:34:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 37, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "You can get on a white list.", + "body": "Not yet.", "cashout_time": "1969-12-31T23:59:59", - "category": "news", - "children": 0, + "category": "money", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-13T13:25:33", + "created": "2016-07-27T02:24:45", "curator_payout_value": { - "amount": "17", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 782126, - "json_metadata": "{\"tags\":[\"news\"]}", - "last_payout": "2016-09-13T02:47:24", - "last_update": "2016-08-13T13:25:33", + "depth": 1, + "id": 392286, + "json_metadata": "{\"tags\":[\"money\"]}", + "last_payout": "2016-08-26T08:04:12", + "last_update": "2016-07-27T02:24:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36243,17 +36243,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "corbettreport", - "parent_permlink": "re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t122311390z", + "net_votes": 0, + "parent_author": "bayareacoins", + "parent_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", "percent_hbd": 10000, - "permlink": "re-corbettreport-re-herzmeister-re-cheetah-re-relax-everyone-al-qaeda-are-the-good-guys-again-20160813t121100-20160813t132533395z", + "permlink": "re-bayareacoins-is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit-20160727t022445300z", "reward_weight": 10000, - "root_author": "corbettreport", - "root_permlink": "relax-everyone-al-qaeda-are-the-good-guys-again", + "root_author": "bayareacoins", + "root_permlink": "is-there-a-place-to-buy-and-sell-steem-sbd-futures-is-there-a-place-to-short-steem-sbd-is-this-something-that-the-steemit", "title": "", "total_payout_value": { - "amount": "66", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36262,29 +36262,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T21:22:39", + "active": "2016-07-27T04:20:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1073852, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG
\n\nIn my [last article I introduced the concept of smart ballots](/politics/@dantheman/what-would-smart-ballots-and-kamikaze-voters-mean-to-democracy) that would automatically vote the opposite of a person of your choosing while maintaining full secrecy of their vote. Many people joined the discussion to critique its failure under a system with more than two choices. Today, I would like to dive deeper into the concept and expose more fallacies of the popular voting theology.\n\n## Voting is a Fundamental Human Right\n\nThis is the foundation of all democracy and the starting point of any discussion. Unfortunately, this statement doesn\u2019t specify what *kind* of voting is a fundamental human right. If it is a human right, then where does it come from and *why* is it our right? \n\nI decided to look into the holy books of voting theology and found some useful definitions from authoritative sources:\n\n> The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret ballot or by equivalent free voting procedures. - [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm)\n\nThe basis of this right appears to be that the will of the people is the basis of the authority of government. Voting, therefore, is the means by which the people may express their will. Interestingly enough, a person\u2019s expressed will must be kept secret according to the holy scriptures of human suffrage. \n\nA voting system that does not allow the true *will of the people* to be expressed is one that is violating our fundamental right and therefore there is no basis for the authority of government. \n\n## The Right to Consent\n\nThe basis of the right to vote is therefore derived from the right to consent (or not) which is clearly the foundation of a free society. Democracy is the belief that all people universally agree to consent to the will of the majority. In other words, if more people consent than not then all people consent.\n\nUltimately all consent boils down to a simple Yes or No. Given a proposed law that will impact an individual, the will of the people requires a simple Yes or No. \n\nSuppose the government gave the people the option to die by fire or die by ice. This is a false dichotomy under which the will of the people is *impossible* to express. Suppose we were given the option to nuke China or nuke Russia? The inability of a system to express all possible opinions of will means that a government is deriving its authority to restrict the options from some other source. \n\n## Binary Expresses All \n\nAll possible expressions of the will of the people can be represented as a body of law, which in turn can be represented as a binary number. A binary number consists of a series of Yes and No bits. \n\nThe will of the people can therefore be perfectly measured by doing a direct poll on each bit, with the majority vote on each bit resulting in the consensus will for that bit. Since all opinions can be represented by such a voting system and are directly measured, the will of the people can be known. \n\nFrom this we can clearly see that any individual\u2019s vote can be fully negated by another individual\u2019s vote. It all boils down to string of Yes/No questions and each individual has the fundamental right to vote the opposite and thus nullify the influence of another individual.\n\n## Representative Democracy\n\nDirect democracy is clearly not viable for any number of reasons. It simply doesn\u2019t scale. The masses of people do not have the time, energy, nor intelligence to think about everything and come to a conclusion. \n\nThis is why we have \u201crepresentative democracy\u201d, we elect someone to represent us and then trust they will work with other representatives to reach consensus. \n\nThe right to specify someone to represent you is the mirror of the right to specify someone who represents your opposite. By specifying your opposite, you are in effect most accurately representing yourself. Instead of having a choice of a dozen people to represent me, I can have a choice of millions of people who most closely represent my opposite. \n\n## Negative Representation is More Accurate and More Scalable \n\nWhen opposites collide they cancel out. This means that it becomes trivial to express far more of who you are and what your will is. Since your will is part of the public will and is the basis for the legitimacy of government, the right to negate someone else\u2019s vote is a fundamental human right. To deny this right is to infringe on the range of public opinion that is capable of being expressed.\n\n## Consequences \n\nAssuming a law was passed that allowed each individual to specify another individual whose vote they would like to cancel (assuming their vote was not already canceled), then the entire system would boil down to a group of voters who did not want to negate someone else's vote and who no one else wanted to negate.\n\nIn my prior article I assumed everyone would prefer to negate someone else, but that was me projecting my own bias on everyone else. For each person who chooses to vote rather than negate there exists another person who was not negated. This means that there would still be a large body of voters whose opinions could be polled.\n\nThis body of individuals would be the least polarizing group. A group of people whom have been pre-filtered by the masses to be the closest group of representatives that could be found. Everyone that was eliminated was a \u201cpolar opposite\u201d of someone else and thus represent the set of least representative. Those that remain are therefore \u201cmost representative\u201d and their subsequent votes will be more in line with the masses opinion than any other group of representatives. \n\nThis group of voters, being much smaller, would have far more flexible voting systems available to them. Systems that don\u2019t scale to millions of people may scale to those who remain after all of the negative representatives have been removed. \n\nIf you believe that voting is a fundamental right derived from our human nature, then you must also hold that negative voting is the most expressive means of casting a ballot and representing yourself. \n\nAll other definitions of the \u201cright to vote\u201d are [a statutory right or privilege granted to a person or group by a government.](https://www.vocabulary.com/dictionary/right%20to%20vote) However, this definition is in contradiction to the [Universal Declaration of Human Rights](http://hrlibrary.umn.edu/instree/b1udhr.htm) which states that government authority comes from voting. Therefore, government cannot have authority to define the source of its own authority. If you believe government gets to set rules on voting, then you believe voting isn\u2019t a human right, but a government granted privilege that can be revoked. In other words, you believe that government authority is derived from some other source than the will of the people expressed through voting. \n\nLet's restore the right to vote by allowing people to express their anti-representative and negate their vote.", + "body": "You should certainly be rewarded and I have upvoted you. The @ricegum posts slipped by me because I was familiar with that poster and was tricked by her earlier verification (which may have been real or not, but even if so, it doesn't excuse plagiarism). That said, we don't know for sure that she isn't the author of those other posts, do we?\n\nGenerally speaking, I've greatly reduced my voting on introduceyourself posts as I do feel that the consistent rewards have become a magnet for professional scammers. It is unfortunate that what was a nice vehicle for welcoming people to the community and distributing coins has now become an incubator of abuse, but that is how things work on the Internet, so we must adapt and move forward.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 71, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T16:12:00", + "created": "2016-07-27T02:29:45", "curator_payout_value": { - "amount": "28218", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 784410, - "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"philosophy\",\"democracy\"],\"image\":[\"http://www.brennancenter.org/sites/default/files/legacy/Democracy/RTV/restoreRTV.PNG\"],\"links\":[\"http://hrlibrary.umn.edu/instree/b1udhr.htm\"]}", - "last_payout": "2016-09-13T06:56:06", - "last_update": "2016-08-13T16:12:00", + "depth": 5, + "id": 392374, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"ricegum\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:20:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36292,17 +36292,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 363, - "parent_author": "", - "parent_permlink": "politics", + "net_votes": 3, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t233002308z", "percent_hbd": 10000, - "permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "permlink": "re-earnest-re-smooth-re-zerohero-re-smooth-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t022944600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", - "title": "Origin of the Right to Vote and how the system denies this right", + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", "total_payout_value": { - "amount": "1917726", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36311,29 +36311,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T17:16:42", + "active": "2016-07-27T04:06:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It would be really stable because one you are negated you can stop worrying about politics. You wouldn't have constant battles.", + "body": "What he said", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T17:16:42", + "created": "2016-07-27T04:06:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 785387, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T06:56:06", - "last_update": "2016-08-13T17:16:42", + "depth": 2, + "id": 393993, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T04:06:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36341,14 +36341,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "ionescur", - "parent_permlink": "re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t165831983z", + "net_votes": 0, + "parent_author": "dan", + "parent_permlink": "re-timd-tf222-20160726t154948759z", "percent_hbd": 10000, - "permlink": "re-ionescur-re-razvanelulmarin-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171641826z", + "permlink": "re-dan-re-timd-tf222-20160727t040628000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "root_author": "timd", + "root_permlink": "tf222", "title": "", "total_payout_value": { "amount": "0", @@ -36360,29 +36360,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T18:11:15", + "active": "2016-07-27T04:11:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "This post wasn't about the Steem platform.", + "body": "Nice tutoral showing how to use Google search to find images that are authorized for reuse:\n\nhttps://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 1, + "category": "photography", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T17:31:06", + "created": "2016-07-27T04:11:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 785628, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T06:56:06", - "last_update": "2016-08-13T17:31:06", + "depth": 1, + "id": 394108, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"https://steemit.com/steemit/@anonymint/easily-help-steemit-avoid-copyright-liability\"]}", + "last_payout": "2016-08-26T11:10:30", + "last_update": "2016-07-27T04:11:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36390,14 +36390,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "firepower", - "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t171140611z", + "net_votes": 1, + "parent_author": "repholder", + "parent_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", "percent_hbd": 10000, - "permlink": "re-firepower-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173105502z", + "permlink": "re-repholder-how-copying-and-pasting-images-can-get-you-in-trouble-20160727t041121900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "root_author": "repholder", + "root_permlink": "how-copying-and-pasting-images-can-get-you-in-trouble", "title": "", "total_payout_value": { "amount": "0", @@ -36409,29 +36409,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T21:22:39", + "active": "2016-07-27T04:17:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 37917, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I support buying and selling of votes. One of the tenants of voting is that you are free to express any opinion for *any reason*. Apparently it is only OK to buy votes with promises to distribute funds stolen from the tax payer. Using your own money to buy votes isn't ok.", + "body": "It was more of a hypothetical. If I'm willing to pay for something it is a strong indication that it has real value.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 3, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T17:32:21", + "created": "2016-07-27T04:17:48", "curator_payout_value": { - "amount": "22564", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 785646, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T06:56:06", - "last_update": "2016-08-13T17:32:21", + "depth": 5, + "id": 394246, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-24T14:56:18", + "last_update": "2016-07-27T04:17:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36439,17 +36439,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 13, - "parent_author": "ionescur", - "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t170044644z", + "net_votes": 0, + "parent_author": "minion", + "parent_permlink": "re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160726t192549408z", "percent_hbd": 10000, - "permlink": "re-ionescur-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173222773z", + "permlink": "re-minion-re-smooth-re-eeks-re-jerome-colley-re-anyx-an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot-20160727t041748400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "root_author": "anyx", + "root_permlink": "an-open-letter-to-the-steemit-community-on-content-plagiarism-and-the-cheetah-bot", "title": "", "total_payout_value": { - "amount": "67718", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36458,29 +36458,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-10T19:37:39", + "active": "2016-07-27T04:22:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1338485, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg
\nIn my past two articles I have tackled the complex theory of voting and how it applies to discovering the will of the people and ultimately the \u201cauthority\u201d of government. There has been quite a bit of vocal resistance to my proposed idea of negating someone else\u2019s vote. I would like to take a moment to discuss the nature of this resistance.\n\n## Negative Voting would create a Culture of Hate\n\nWhen you vote for a different candidate than your friend it isn\u2019t taken personally, but if you opt to negate your friends vote instead it suddenly becomes *very personal*. This is probably true. Even though the reality is that your friend is canceling your vote anyway, people irrationally feel like something has been taken from them. \n\nThe truth is that something has been taken from them: the illusion that their vote matters. The illusion that their opinion isn\u2019t being canceled out by some anonymous stranger on the other side of the country. Now it is being canceled by someone with a name.\n\nThe result is misplaced anger being directed at the person who chooses to cancel you out. No one ever stops to consider that the individual who canceled you out has just as much right to be angry at you for voting to support policies that would harm them. Their vote has already been canceled by you! \n\nWe currently live in a culture where people can numb themselves to the consequences of their vote. They never have to face the victim. You want free health care? Great! You just got nullified by the person who was going to have to pay for it.\n\nThe existing culture of voting is like piloting a UAV and bombing people you have never met in a distant land. Mean while those people in a distant land are attempting to bomb you with their own UAVs. Neither side has met one another, but both are willing to hurt each other for their own benefit.\n\nThere is bound to be less death and destruction in a society where people get to put a name and face on the individual who is countering their attempts at abuse of power. Instead people will migrate their own public opinions toward things that don't infringe on the rights of others. As soon as your vote or opinion violates someone else's right, you better believe it will get nullified by them. Only those who support solutions that do not violate someone else's human right will have a chance to avoid nullification. This will certainly create a culture of peace and understanding, not one of hate.\n\n## A Stable Environment\n\nOnce you have identified someone whom you want to counter, there is little reason to change your opinion unless you find someone *even worse* who hasn\u2019t already been countered. This means that over time there would be relatively little \u201cpolitics\u201d to discuss because everyone who is in violent disagreement with others has all ready been nullified. \n\nThis means that your friends and family and almost everyone you know has probably been nullified and will be nullified by someone their entire life. Politics, elections, and voting would not be a topic of general discussion. \n\nIf you want your \u201cright to vote back\u201d, then all you need to do is convince the person nullifying you that there is someone even worse who isn\u2019t currently nullified. Once the two of you reach consensus then one of you can get your ability to cast a positive vote back (the other one will nullify the greater evil).\n\n## Votes for Sale \n\nThe next point of concern is that if there is a public database of voters and who they are canceling (necessary to determine who can cast a positive vote), that people could pay others to cast negative votes.\n\nThe right to vote includes the freedom to vote for *any reason*. Denying someone the right to vote because you don\u2019t like their *reason* is tyrannical. Everyone votes for *selfish reasons*. It is like denying a woman the right to sell sexual services. Her body, her vote. \n\nThe truth is that is is cheaper to buy votes with propaganda than with direct offers of payment. Anyone willing to buy or sell their vote would probably get canceled out by someone against that practice. At the end of the day buying and selling of voters is a free market solution to resolving political differences in a voluntary manner.\n\n## No Right to Abuse Vote\n\nThis is an interesting paradox because who gets to decide what is and isn\u2019t abuse? Shall we vote on it? Is a vote to declare something abuse also abuse? This is a hypocritical position that assumes some universal standard of right and wrong. If such a standard existed then there would be no need to vote in the first place.\n\n\n## Conclusion\n\nPeople are irrational yet believe they are perfectly sane. They will take personal offense any time anyone attempts to expose the disconnect between reality and their own delusions. This isn\u2019t a reason to abandon a system of negative voting, but rather a reason to implement it. Anything that forces people to come face to face with reality and stop hiding their violent tendencies behind an anonymous voting box will lead to a more civil society.", + "body": "See @jamtaylor's comment.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 178, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T18:16:09", + "created": "2016-07-27T04:22:00", "curator_payout_value": { - "amount": "27189", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 786405, - "json_metadata": "{\"tags\":[\"politics\",\"voting\",\"democracy\"],\"image\":[\"http://ypolitick.org/wp-content/uploads/2015/12/POP-the-vote.jpg\"]}", - "last_payout": "2016-09-13T10:57:03", - "last_update": "2016-08-13T18:16:09", + "depth": 2, + "id": 394328, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"jamtaylor\"]}", + "last_payout": "2016-08-26T08:01:27", + "last_update": "2016-07-27T04:22:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36488,17 +36488,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 541, - "parent_author": "", - "parent_permlink": "politics", + "net_votes": 0, + "parent_author": "james-show", + "parent_permlink": "re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160726t185516490z", "percent_hbd": 10000, - "permlink": "the-politics-of-negative-voting", + "permlink": "re-james-show-re-robertkim-hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space-20160727t042201400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-politics-of-negative-voting", - "title": "The Politics of Negative Voting", + "root_author": "robertkim", + "root_permlink": "hi-i-am-robert-kimbrough-nasa-astronaut-and-ex-us-army-officer-planning-to-literally-take-steem-to-space-to-international-space", + "title": "", "total_payout_value": { - "amount": "2251286", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36507,29 +36507,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T18:43:54", + "active": "2016-07-28T02:21:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 165, "beneficiaries": [], - "body": "status-qou is based upon people not having the ability to express real options. The Left / Right paradigm has created an environment where the people much choose between two evils. I think you would find a very different center than the current status-quo.", + "body": "Don't get discouraged. What @dan said is absolutely right. If your quality posts and comments aren't being recognized it may simply be that the usage of the site has exploded and whales can't be everywhere. This is a good thing because it means that usage is growing!\n\nBut as more and more dolphins (and just regular fish) grow up, there will be more and more powerful upvotes to go around all over the site.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 1, + "category": "steemit", + "children": 10, "children_abs_rshares": 0, - "created": "2016-08-13T18:24:09", + "created": "2016-07-27T05:49:24", "curator_payout_value": { - "amount": "0", + "amount": "182", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 786547, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T10:57:03", - "last_update": "2016-08-13T18:24:09", + "depth": 3, + "id": 395796, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dan\"]}", + "last_payout": "2016-08-26T12:33:27", + "last_update": "2016-07-27T05:49:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36537,17 +36537,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "r4fken", - "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t182132693z", + "net_votes": 13, + "parent_author": "getssidetracked", + "parent_permlink": "re-dan-re-timd-tf222-20160727t040906312z", "percent_hbd": 10000, - "permlink": "re-r4fken-re-dantheman-the-politics-of-negative-voting-20160813t182409757z", + "permlink": "re-getssidetracked-re-dan-re-timd-tf222-20160727t054923000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-politics-of-negative-voting", + "root_author": "timd", + "root_permlink": "tf222", "title": "", "total_payout_value": { - "amount": "0", + "amount": "579", "nai": "@@000000013", "precision": 3 }, @@ -36556,29 +36556,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T18:38:48", + "active": "2016-07-27T17:37:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 211, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "On BitShares Graphene publicly demonstrated 1000 TPS with unoptimized network code. When you factor the network out of the equation the unoptimized evaluation code can handle 100,000 TPS.", + "body": ""Signficant faction" need not be very large. ETC started out with little support (mostly just Poloniex) and looked to be on track to fail until new money started to flow in. But that tiny bit of support immediately post-fork was enough to give it a chance. The outcome is still unclear of course, but it doesn't look at this point like miners will have a lot to do with it. As I write this, mining ETC is extremely profitable and miners are flocking to it for that reason.", "cashout_time": "1969-12-31T23:59:59", - "category": "stats", + "category": "crypto-news", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-13T18:35:24", + "created": "2016-07-27T09:36:51", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 786781, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "2016-09-13T05:05:00", - "last_update": "2016-08-13T18:35:24", + "depth": 4, + "id": 398902, + "json_metadata": "{\"tags\":[\"crypto-news\"]}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-07-27T09:36:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36586,17 +36586,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "busser", - "parent_permlink": "re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t180144109z", + "net_votes": 0, + "parent_author": "joelkatz", + "parent_permlink": "re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t065910084z", "percent_hbd": 10000, - "permlink": "re-busser-re-masteryoda-a-look-at-steem-blocksize-evolution-20160813t183524160z", + "permlink": "re-joelkatz-re-smooth-re-joelkatz-re-chitty-lets-stop-lying-about-the-ethereum-fork-20160727t093650900z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "a-look-at-steem-blocksize-evolution", + "root_author": "chitty", + "root_permlink": "lets-stop-lying-about-the-ethereum-fork", "title": "", "total_payout_value": { - "amount": "376", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36605,29 +36605,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T18:55:30", + "active": "2016-07-27T11:15:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Glad to see you are not a bot. I am trying to remove some of my votes, but for some reason I am facing a bug. I am looking into it.", + "body": "https://www.instagram.com/p/RExL85J6pP/", "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 3, + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-13T18:45:00", + "created": "2016-07-27T11:15:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 786957, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-09-13T06:23:21", - "last_update": "2016-08-13T18:45:00", + "depth": 3, + "id": 400611, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/p/RExL85J6pP/\"]}", + "last_payout": "2016-08-26T19:55:51", + "last_update": "2016-07-27T11:15:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36635,14 +36635,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "a11at", - "parent_permlink": "i-lost-my-44-reputation", + "net_votes": 0, + "parent_author": "katya", + "parent_permlink": "re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t101119715z", "percent_hbd": 10000, - "permlink": "re-a11at-i-lost-my-44-reputation-20160813t184500516z", + "permlink": "re-katya-re-pfunk-re-katya-hi-i-m-a-russian-girl-that-enjoys-making-cakes-20160727t111504500z", "reward_weight": 10000, - "root_author": "a11at", - "root_permlink": "i-lost-my-44-reputation", + "root_author": "katya", + "root_permlink": "hi-i-m-a-russian-girl-that-enjoys-making-cakes", "title": "", "total_payout_value": { "amount": "0", @@ -36654,29 +36654,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T18:45:54", + "active": "2016-07-28T07:44:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "This was exactly my thinking. Anyone posting one-line, meaningless comments in my different posts is going to get flagged as a bot. If you don't have something meaningful to say, then don't say anything at all.", + "body": "Possibly is not going to be good enough any more. #introduceyourself has become a magnet for scammers. If this is actually real, she can post better verification (like a video)", "cashout_time": "1969-12-31T23:59:59", - "category": "steem-help", - "children": 0, + "category": "introduceyourself", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-13T18:45:54", + "created": "2016-07-27T11:54:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 786971, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-09-13T06:23:21", - "last_update": "2016-08-13T18:45:54", + "depth": 4, + "id": 401374, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-26T15:08:00", + "last_update": "2016-07-27T11:55:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36684,14 +36684,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "sykochica", - "parent_permlink": "re-a11at-i-lost-my-44-reputation-20160813t182413800z", + "net_votes": 2, + "parent_author": "williambanks", + "parent_permlink": "re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t092709388z", "percent_hbd": 10000, - "permlink": "re-sykochica-re-a11at-i-lost-my-44-reputation-20160813t184554830z", + "permlink": "re-williambanks-re-generalizethis-re-wadepaterson-re-lasvegasgirl-new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone-20160727t115409000z", "reward_weight": 10000, - "root_author": "a11at", - "root_permlink": "i-lost-my-44-reputation", + "root_author": "lasvegasgirl", + "root_permlink": "new-on-steemit-and-super-excited-im-livin-it-up-in-las-vegas-and-loving-every-minute-of-it-hi-everyone", "title": "", "total_payout_value": { "amount": "0", @@ -36703,29 +36703,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T09:33:54", + "active": "2016-07-27T18:51:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 7146, + "author": "smooth", + "author_rewards": 149, "beneficiaries": [], - "body": "I removed the downvotes I could, your pattern of posting meaningless replies like \"nice post\" over and over looked like a bot. Please make each comment original.", + "body": "A better way to look at it is that the SP grows, but the dollar value is _unknown_.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 32, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-13T18:56:12", + "created": "2016-07-27T18:35:36", "curator_payout_value": { - "amount": "3988", + "amount": "77", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 787140, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T10:57:03", - "last_update": "2016-08-13T18:56:12", + "depth": 4, + "id": 412158, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T19:35:09", + "last_update": "2016-07-27T18:35:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36733,17 +36733,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 24, - "parent_author": "macartem", - "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t184243465z", + "net_votes": 1, + "parent_author": "oliverb", + "parent_permlink": "re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t052402679z", "percent_hbd": 10000, - "permlink": "re-macartem-re-dantheman-the-politics-of-negative-voting-20160813t185612239z", + "permlink": "re-oliverb-re-kevinwong-re-oliverb-re-kevinwong-what-to-do-if-you-have-more-than-10-000-steem-power-20160727t183534700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-politics-of-negative-voting", + "root_author": "kevinwong", + "root_permlink": "what-to-do-if-you-have-more-than-10-000-steem-power", "title": "", "total_payout_value": { - "amount": "12018", + "amount": "521", "nai": "@@000000013", "precision": 3 }, @@ -36752,29 +36752,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T19:06:36", + "active": "2016-07-29T18:45:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It isn't a question of outcome, it is a matter of principle. It about eliminating contradictory beliefs and policies. \n\nPassive people who vote without thinking are dangerous and would be negated by other passive people. Many people would accept a small bribe to \"not vote\" or to cancel someone else. \n\nTo be left standing with no one opposing you would require masterful political skills.", + "body": "flagged for uncredited image reuse", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 0, + "category": "psychedelic", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-13T19:06:36", + "created": "2016-07-29T04:39:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 787325, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T06:56:06", - "last_update": "2016-08-13T19:06:36", + "depth": 1, + "id": 455002, + "json_metadata": "{\"tags\":[\"psychedelic\"]}", + "last_payout": "2016-08-28T16:38:27", + "last_update": "2016-07-29T04:39:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36782,14 +36782,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mrosenquist", - "parent_permlink": "re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t173213669z", + "net_votes": 0, + "parent_author": "deathsangel", + "parent_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", "percent_hbd": 10000, - "permlink": "re-mrosenquist-re-dantheman-origin-of-the-right-to-vote-and-how-the-system-denies-this-right-20160813t190637930z", + "permlink": "re-deathsangel-psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed-20160729t043941200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "origin-of-the-right-to-vote-and-how-the-system-denies-this-right", + "root_author": "deathsangel", + "root_permlink": "psychedelics-healing-this-world-pt-2-sacred-ceremonies-long-and-very-detailed", "title": "", "total_payout_value": { "amount": "0", @@ -36801,29 +36801,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-13T19:24:12", + "active": "2016-07-29T06:27:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "No it isn't.", + "body": "That feature is part of the underlying pegging mechanism and is best ignored by most users in favor of either the internal market or an exchange.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 0, + "category": "questions", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-13T19:24:12", + "created": "2016-07-29T06:26:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 787590, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-09-13T10:57:03", - "last_update": "2016-08-13T19:24:12", + "depth": 1, + "id": 456612, + "json_metadata": "{\"tags\":[\"questions\"]}", + "last_payout": "2016-08-26T01:15:51", + "last_update": "2016-07-29T06:26:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36832,13 +36832,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "btcbtcbtc20155", - "parent_permlink": "re-dantheman-the-politics-of-negative-voting-20160813t190827799z", + "parent_author": "question-answers", + "parent_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", "percent_hbd": 10000, - "permlink": "re-btcbtcbtc20155-re-dantheman-the-politics-of-negative-voting-20160813t192411416z", + "permlink": "re-question-answers-why-does-conversion-from-steem-dollars-to-steem-take-1-week-20160729t062645500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "the-politics-of-negative-voting", + "root_author": "question-answers", + "root_permlink": "why-does-conversion-from-steem-dollars-to-steem-take-1-week", "title": "", "total_payout_value": { "amount": "0", @@ -36850,29 +36850,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T19:06:42", + "active": "2016-07-29T06:58:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 12985, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Your numbers are bogus by a large margin. It is only counting visitors on non steemit websites like Steemd.com. The counter website is never being contacted by our users. This is done intentionally as security measure to protect privacy and bypass image hosts that block hot linking.", + "body": "> @Kushed\n\nHe was voted out most of the past few weeks. As I write this, I'm happy to see that he is back in. Hopefully that continues and Kushed provides updates going forward.", "cashout_time": "1969-12-31T23:59:59", - "category": "post-views", - "children": 2, + "category": "witness-category", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-14T14:05:54", + "created": "2016-07-29T06:55:54", "curator_payout_value": { - "amount": "77", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 798560, - "json_metadata": "{\"tags\":[\"post-views\"]}", - "last_payout": "2016-09-14T02:42:00", - "last_update": "2016-08-14T14:05:54", + "id": 457039, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:55:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36880,17 +36880,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 15, - "parent_author": "cryptos", - "parent_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", "percent_hbd": 10000, - "permlink": "re-cryptos-do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many-20160814t140554259z", + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065546900z", "reward_weight": 10000, - "root_author": "cryptos", - "root_permlink": "do-you-wonder-how-many-people-read-your-blog-posts-on-steemit-apparently-not-many", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", "title": "", "total_payout_value": { - "amount": "20580", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36899,29 +36899,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-07T21:53:48", + "active": "2016-07-29T12:18:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1247217, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg
\nMy past three posts have been focused entirely on political philosophy. Unfortunately, many readers seem to think I was talking about Steem and started jumping to all kinds of unfounded conclusions. Today I would like to actually express my opinion as it relates to Steem.\n\n## Ying and Yang \n\nAll games require balance. An unbalanced game will eventually collapse once a certain strategy takes over and ensures a certain behavior unchecked profits. Steem was designed with down votes on posts (flags) as a means of keeping a certain kind of bad behavior in check.\n\n## Objectively Bad Behaviors \n\nAs someone who holds to a subjective view of reality, I like to refrain from making absolute value judgements. I also want to avoid pushing my value judgements on other people. So when I talk about objectively bad behavior I will do so without respect to the nature of content or individual voter\u2019s opinions. \n\nThe goal of Steem is to reward users proportional to the value they bring. An objectively bad behavior is one where a user manages to get large rewards while providing others with little value. Unfortunately, value is subjective.\n\nWhile it is hard to differentiate the relative value of two different things, I think something objective can be said for something that provides *no value*. If we assume that all information has some positive value, then the lack of information has no value. People casting votes communicates information. Every post with unique content contributes information. The value of the information provided is subjective. \n\nA voting robot that votes \u201crandomly\u201d provides no new information. A poster that publishes \u201crandom\u201d content also provides no new information. It is all noise. Some people might even say that by increasing the noise floor this kind of behavior consumes resources and destroys information and therefore could have objectively negative value.\n\nWhat we can conclude from this is that \u201cobjectively bad\u201d behavior is any behavior that can be automated using unsophisticated software and which yields the individual oversized profits.\n\n### Authors Paying themselves for Doing Nothing\n\nThis type of behavior has one user sucking value from the whole while providing no new value. Generally speaking, this kind of behavior is discouraged by the *n*2 rewards curve. The rate of return for self-voting on garbage post is so low for most users that it isn\u2019t worth the effort. This reward curve forces collaboration and collusion to actually get meaningful value out of the platform.\n\n**A whale is a collusive group**. This means that a whale has enough stake to earn a huge profit by voting on their own post regardless of post quality. The only thing that keeps whales from frivolously voting on themselves is the potential to be down voted by other whales. This creates a check and balance at the highest levels which protect the system from abuse.\n\n### Curation Rewards for Doing Nothing \n\nThis type of behavior is when a whale creates a bot that simply up votes everything from reputable users regardless of quality. This kind of behavior can be countered by other whales only by pushing the author rewards toward 0. \n\nSuppose a post is sitting at a $100 pending payout and a whale up votes it to $1000 with a single vote. Other whales see that as abusive and place a counter acting down vote restoring it to $100 pending payout. The abusive whale will get the vast majority of the $25 curation rewards on that post.\n\nWhen it comes to curation rewards the system is currently unbalanced. There is no way to negate the profits of abusive curators. \n\n## All Abuse is Exercised by Voting \n\nAuthors cannot abuse the platform (except by spam). It is only the voters that have the power to be \u201cgood voters\u201d or \u201cbad voters\u201d. Rather than placing biased terms of \u201cgood\u201d and \u201cbad\u201d I will simply assume \u201cred\u201d and \u201cblue\u201d voters. Neither red nor blue are deemed to be good or bad, they simply have a difference of opinion on where funds should be allocated.\n\nThe Steem community is continuously deciding where to allocate money. Every voter \u201cowns\u201d a part of the Steem network with a long term vested interest in increasing its value. \n\n### Upvote Only Economy \n\nFor the sake of simplicity lets assume budget items are voted on one at a time. The amount something gets paid is based on how many voters vote. Lets also assume there are only two options for voters, \u201cYES\u201d or \u201cABSTAIN\u201d. Under this model a whale is granted unchecked, unilateral control over a large fraction of the budget. \n\nThe financial incentives for a whale in such a position is to embezzle as much money for personal profit as he can without killing the goose laying the golden STEEM. So long as the rate at which is stake grows is faster than the rate at which the STEEM pie shrinks, his own personal net worth will grow. \n\nA malicious whale (hacked account, hostile takeover, etc), would short STEEM on the market and then vote to give himself as much as he could. The STEEM he gives himself can be used to cover his short position and he makes a huge profit off of the demise of the platform.\n\n### Up and Down Vote Economy \n\nUnder an economy with both up and down votes things are different. Each time a budget item is brought up for vote the voters have three options: \u201cYES\u201d, \u201cNO\u201d, or \u201cABSTAIN\u201d. Under this model anyone who votes money to themselves without providing value to everyone else will be countered with an equal or greater number of \u201cNO\u201d votes. The system is balanced. Misallocation of funds can only occur if voters collectively allow it to happen.\n\n## Curation Rewards are an Up-vote Only Economy\n\nSomeone who up votes anything of value beyond what it is worth earns guaranteed curation profits unless others down vote the post below what it was worth. This take value away from other curators and authors and gives robotic whale curators a unchecked easy path to profit. \n\nThe abusive whale up voter is not only gaining profits, but denying others the opportunity to earn profits by forcing them to use down votes. \n\nIn other words, there is currently no way to \u201cdown vote\u201d an \u201cup vote\u201d and therefore, the system is unbalanced and subject to abuse.\n\n\n## Removing Down Votes from Posts \n\nAuthors get offended when their post gets down voted. This is an irrational, but understandable human reaction. In reality what is going on is a disagreement among voters. Some voters think the post should be worth more, others think it should be worth less. What if we removed the option to down vote a post?\n\n**What if instead of down voting a post, you could down vote a voter?** When you down vote a voter you nullify their voting power with your own voting power. It is the moral equivalent of casting equal and opposite votes on every post without offending the posters.\n\nUnder such a system authors who vote for them selves and curators who vote robotically would be negated. Only those who vote responsibly would remain. Voting spam would be eliminated.\n\nWe have the potential to completely change the game by changing the question we ask. Instead of asking whether the author did a bad job, we can ask ourselves whether the voters did a bad job. \n\nVoters that vote poorly will kill the platform. Voters who vote well will help the platform grow. \n\n## Summary \n\nThere are many issues left to explore. People will not like having their vote canceled any more than they like having their post down voted. Curation rewards still favor those who use their power to vote over those who use their power to cancel other votes. \n\nBottom line, a system of only up votes will not work. The game needs to be properly balanced or someone will be able to exploit the rules for undeserved profits. \n\nMore to come in a future post.", + "body": "I sometimes use them for some automated processes, trading strategies, and to organize funds.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 443, + "category": "witness-category", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-14T16:04:39", + "created": "2016-07-29T06:58:45", "curator_payout_value": { - "amount": "32409", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 800244, - "json_metadata": "{\"tags\":[\"steem\",\"voting\",\"curation\"],\"image\":[\"http://activerain.com/image_store/uploads/2/5/8/8/2/ar130882862428852.jpg\"]}", - "last_payout": "2016-09-14T09:56:27", - "last_update": "2016-08-14T16:04:39", + "depth": 2, + "id": 457088, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:58:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36929,17 +36929,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 579, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 1, + "parent_author": "condra", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234100320z", "percent_hbd": 10000, - "permlink": "negative-voting-and-steem", + "permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065843100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "negative-voting-and-steem", - "title": "Negative Voting and Steem", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", + "title": "", "total_payout_value": { - "amount": "1951822", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36948,29 +36948,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T21:32:12", + "active": "2016-07-29T07:04:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 55, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "One share one vote. Always.", + "body": "> so one must know how to run a server and know some programming language?\n\nNo programming is required but you do need to know how to run a server, secure it properly, manage updates, etc. Some scripting may be useful (for example many witnesses use custom scripts to update the feed or for other procedures).", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "witness-category", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-14T16:25:12", + "created": "2016-07-29T06:59:57", "curator_payout_value": { - "amount": "25", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 800619, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-14T09:56:27", - "last_update": "2016-08-14T16:25:12", + "depth": 4, + "id": 457105, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T06:59:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -36978,17 +36978,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "r4fken", - "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t162203533z", + "net_votes": 0, + "parent_author": "daf", + "parent_permlink": "re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234642621z", "percent_hbd": 10000, - "permlink": "re-r4fken-re-dantheman-negative-voting-and-steem-20160814t162510383z", + "permlink": "re-daf-re-cryptoctopus-re-daf-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t065954600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "negative-voting-and-steem", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", "title": "", "total_payout_value": { - "amount": "85", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -36997,29 +36997,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T22:23:33", + "active": "2016-07-29T07:08:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 59, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It isn't that they are allowed, it is that they cannot be prevented.", + "body": "To expand on that a bit, anyone can be a witness if you run a properly-configured node and get just a single vote (even just yourself). However, only the top 19 witnesses are considered primary or full-time witnesses who sign a block (and get a reward) during each round of 21 blocks (63 seconds).", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 6, + "category": "witness-category", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-14T17:00:09", + "created": "2016-07-29T07:03:12", "curator_payout_value": { - "amount": "26", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 801170, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-14T09:56:27", - "last_update": "2016-08-14T17:00:09", + "id": 457175, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T07:03:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37027,17 +37027,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 9, - "parent_author": "nubchai", - "parent_permlink": "re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t163315680z", + "net_votes": 0, + "parent_author": "clains", + "parent_permlink": "re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160728t234845932z", "percent_hbd": 10000, - "permlink": "re-nubchai-re-thecryptofiend-re-dantheman-negative-voting-and-steem-20160814t170007073z", + "permlink": "re-clains-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t070311200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "negative-voting-and-steem", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", "title": "", "total_payout_value": { - "amount": "92", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -37046,29 +37046,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T21:32:42", + "active": "2016-07-29T12:18:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 55, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Monstro the whale was evil.", + "body": "Thank you for the words of support", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "witness-category", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-14T17:02:54", + "created": "2016-07-29T12:18:15", "curator_payout_value": { - "amount": "25", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 801210, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-14T09:56:27", - "last_update": "2016-08-14T17:02:54", + "depth": 4, + "id": 462059, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-08-28T13:42:54", + "last_update": "2016-07-29T12:18:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37076,17 +37076,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "paco", - "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t163825845z", + "net_votes": 2, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t103602461z", "percent_hbd": 10000, - "permlink": "re-paco-re-dantheman-negative-voting-and-steem-20160814t170254445z", + "permlink": "re-kuriko-re-smooth-re-condra-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion-20160729t121813500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "negative-voting-and-steem", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-second-edtion", "title": "", "total_payout_value": { - "amount": "85", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -37095,29 +37095,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-14T17:09:45", + "active": "2016-07-30T02:01:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 75, + "author": "smooth", + "author_rewards": 27, "beneficiaries": [], - "body": "There is no right or wrong in up or down vote. Just different opinions by two stakeholders entitled to their opinion.", + "body": "Thanks for the review. Would definitely like to see more of these!", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "food", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-14T17:09:45", + "created": "2016-07-30T01:11:45", "curator_payout_value": { - "amount": "0", + "amount": "19", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 801316, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-14T09:56:27", - "last_update": "2016-08-14T17:09:45", + "depth": 1, + "id": 477989, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-29T13:32:03", + "last_update": "2016-07-30T01:11:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37125,17 +37125,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 6, - "parent_author": "breathe3000", - "parent_permlink": "re-dantheman-negative-voting-and-steem-20160814t170349981z", + "net_votes": 2, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", "percent_hbd": 10000, - "permlink": "re-breathe3000-re-dantheman-negative-voting-and-steem-20160814t170945554z", + "permlink": "re-lasvegasgirl-my-visit-to-gordon-ramsay-burgr-in-las-vegas-20160730t011146700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "negative-voting-and-steem", + "root_author": "lasvegasgirl", + "root_permlink": "my-visit-to-gordon-ramsay-burgr-in-las-vegas", "title": "", "total_payout_value": { - "amount": "48", + "amount": "75", "nai": "@@000000013", "precision": 3 }, @@ -37144,29 +37144,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T02:51:18", + "active": "2016-07-30T01:25:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 71, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Summarize if you want my vote.", + "body": "Agree with @tuck-fheman", "cashout_time": "1969-12-31T23:59:59", - "category": "hillary", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T02:51:18", + "created": "2016-07-30T01:25:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 810166, - "json_metadata": "{\"tags\":[\"hillary\"]}", - "last_payout": "2016-09-14T14:51:42", - "last_update": "2016-08-15T02:51:18", + "depth": 2, + "id": 478154, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"tuck-fheman\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:25:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37174,17 +37174,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "wiseguy", - "parent_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "net_votes": 1, + "parent_author": "tuck-fheman", + "parent_permlink": "re-dantheman-notice-to-bot-spammers-20160729t222944913z", "percent_hbd": 10000, - "permlink": "re-wiseguy-break-breaking-news-hillary-s-secret-service-drops-bombshell-20160815t025118576z", + "permlink": "re-tuck-fheman-re-dantheman-notice-to-bot-spammers-20160730t012524100z", "reward_weight": 10000, - "root_author": "wiseguy", - "root_permlink": "break-breaking-news-hillary-s-secret-service-drops-bombshell", + "root_author": "dantheman", + "root_permlink": "notice-to-bot-spammers", "title": "", "total_payout_value": { - "amount": "45", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -37193,29 +37193,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-07T21:53:27", + "active": "2016-07-30T02:47:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 712210, + "author": "smooth", + "author_rewards": 94, "beneficiaries": [], - "body": "
http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg
\nTo continue with my discussion on voting I would like to review the incentive structure created by curation rewards. This topic is highly controversial. Everything I say in this post is just my personal opinion and does not represent the opinion of Steemit, Inc. First lets review the game as it exists today.\n\n## Rewarding Voting \n\nVoting is something you can do almost as often as you like. Once you reach a certain level of Steem Power, almost every vote puts money in your pocket. When I up vote something, I give the author $150 and I get to pocket $50. That is a *huge* incentive for me to up vote everything I see.\n\nIt gets even more interesting if I up vote something that becomes extremely popular. Suppose the post I up voted went on to earn $10,000, then my initial curation payout of $25 would grow to something like $1500. The difference between a $25 payout and a $1500 payout is what motivates me to pick good content rather than bad content. After all I have a limited number of high powered votes that I can cast.\n\nLets suppose that each week I pick 1000 posts to vote on within the first 30 minutes. Assuming none of the posts get down votes I would pocket about $25,000. For every post that goes on to earn $1000 or more, I can have 10 posts that get zeroed out. Bottom line is that I could be pocketing $25,000 or more per week (paid out over 2 years) with an unsophisticated bot.\n\n## It Pays to be First\n\nSuppose that another whale of my stature were to vote just seconds before me. My curation rewards would be dramatically reduced. Instead of getting $1500 on a popular post, I would be lucky to get $200. As a whale I lose significant money any time another whale beets me to a popular post.\n\nEven though it pays to vote before other whales, it certainly doesn\u2019t pay to vote too quickly. If I voted on a popular article 15 minutes after it was posted and before any whales, then my reward might be $750 instead of $1500. Every minute I wait to vote (up to 30 minutes) earns me $50, but if I wait too long some other whale will vote and I will lose money.\n\n## Whales are in Competition \n\nThe whales are in competition to up vote quality content first. Each minute they must choose whether to vote on a post or wait. Any whale who chooses not to play this game gets diluted by whales who do play (when Steem Power is more than 90% of supply). \n\n## Strategy \n\nEach whale has to develop a strategy and the strategy will ultimately depend upon a statistical analysis of what posts tend to do well. The simplest strategies include measuring the median time until a whale up votes a post by each author. This statistic will tell a whale who to vote on and when.\n\nIf all whales played by this strategy then certain authors would end up getting guaranteed votes as early as 10 minutes after they post. Smart whale bots would avoid voting after other whales and instead look for other content to up vote first.\n\nIn the hunt for better content whale bots can gather statistics on which minnows (or combinations of minnows) are the best early-predictors of popular content. Once these statistics are gathered the whale bot would vote on everything that shows that indicator. \n\n## Emergent Behavior \n\nIf we assume all whales are actively working on algorithms to ferret out the best content early, then quality authors will develop guaranteed patrons. Each whale has to make a decision on whether it is more profitable to be a patron to a particular author or to move on in search of another author. \n\nThere is little financial incentive to \u201cpile on\u201d after other whales. Doing so will increase rewards to the author and to the other whales. It makes little financial sense to dog-pile unless there is a very high probability that many more whales will follow. With each additional dog that piles on the incentives fall dramatically. The first whale generally gets 80% of the curation rewards. \n\nThere is a complex incentive curve. If I vote on 1000 things each day without much thought I can have an almost unchallengeable return on my steem power. If I work slightly smarter I can increase my return. The bigger a whale is, the larger this base rate of return becomes.\n\nThink of this as a mining war where whales are incentivized to implement advanced AI curators that are able to quickly identify gems that have not yet been identified by other whales. Any whale that does not vote to the maximum extent possible is wasting potential income opportunities. \n\n## Smoothing the Reward Curve \n\nAssuming more whale bots start operating then chances are that more people will get up voted by at least one whale. Because everyone is sharing a single reward pool, this means the overall payout curve will get flatter. \n\nAs the overall payout curve changes the expected value of an individual whales vote falls dramatically. My up votes that are worth $250 when I vote a couple dozen times per day could fall to $100 if other whales started voting 1000 times per day. \n\n## Curation Rewards Require Whales to use Bot Algorithms \n\nA so-called \u201cevil-whale\u201d is really nothing more than a curator \u201cminer\u201d making easy profits due to lack of competition. If all whales were competing as actively as the \u201cevil whale\u201d then things would get far more challenging. Market competition would force the return earned by whales toward some kind of natural equilibrium. \n\nVoting bots would become as prevalent as trading bots on the exchanges. Each whale would attempt to customize / tweak their bot to earn the greatest income by curating the most popular content. Their bot will need to be unique and unpredictable or others will \u201cfront run\u201d them and take all of their rewards.\n\nNo whale that remains passive will be able to maintain the same stake in the system. No selfish whale would ever want to use a down vote because it has a real cost to them and a socialized benefit to everyone else.\n\n## Role of Dolphins and Minnows \nBots need data, minnows generate data. When bots are attempting to identify content to up vote they will take clues from minnows. Good dolphins can even start to earn curation rewards when whale-bots pick up on their usefulness as an early indicator. \n\n
http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg
\n\nIt may appear that minnows have no influence, but they become the butterfly in Africa that triggers a category 5 hurricane. Minnows that consistently pick out winners *before they are winners* will eventually attract a multitude of whale and dolphin bots who follow their every vote.\n\nWhile a minnow vote may not appear to give authors much directly, they can have a massive impact indirectly.\n\n## Risk of Self Fulfilling Prophesy? \n\nMost existing robots (except cheetah) do not look at the content, but instead attempt to guess on what other robots and voters will do. There is some risk that the game could evolve in such a way that content is ignored completely as bots up vote based upon what other bots do.\n\nI think this undesirable outcome is unlikely because a large number of normal users and altruistic whales will bias the final result based upon the quality of the content. If the whale bots win the curation game but lose the quality content game, then all the Steem Power earned from curation will become worthless. \n\nEveryone loses if quality content doesn\u2019t rise to the top. This means that whale bots will develop a minimum quality threshold. \n\nOver time there is financial incentive to write bots that parse content looking for signs of quality including:\n\n- images\n- outbound links to reputable domains \n- headers\n- length \n- reading level \n\nPeople will deploy \u201creverse spam filters\u201d that learn to identify quality content just like email spam filters learn to identify spam. It won\u2019t take long for bots that look at content to become more profitable than bots that ignore it.\n\n## Monstro the Evil Whale \n
http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png
\nWhales earning curation rewards are not a problem if all whales participate in a healthy manner to curate. The influence of any individual whale is minimized when dozens of whales and dolphins are actively competing for curation rewards. \n\nAn evil whale is one who is actively looking to harm the platform. They would start down voting quality content, burning the reputation of users, and up voting garbage content. The *good* whales would have to act selflessly to counteract the behavior of an Evil whale. \n\nWhales that make money from legitimately voting as best they can (even using simplistic bots) are not any more evil than authors that take advantage of human nature to score votes. \n\n## Conclusion\n\nThe existing curation rewards algorithm, once properly understood, will spawn an arms race to build better bots. This means Steem will motivate the development of the decentralized autonomous curator. It will spawn research into advanced artificial intelligence algorithms that are able to predict viral content early. \n\nCuration is a game for whales and dolphins. Minnows are unlikely to earn any significant return on their votes. Minnows should stick to posting and commenting. \n\nPeople will buy Steem Power just for the opportunity to apply their own curation reward algorithm in an attempt to out-earn other Steem Power holders. Algorithm development will advance like ASIC development.\n\nThat\u2019s the theory. What do you think?", + "body": "Flagged for outsize payout on platform updates. Voters, please consider that your votes allocate money and do not merely signify approval or agreement. If you wish to do the later, consider commenting instead.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 280, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-15T13:42:42", + "created": "2016-07-30T01:26:33", "curator_payout_value": { - "amount": "15964", + "amount": "2", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 816751, - "json_metadata": "{\"tags\":[\"steem\",\"curation\",\"voting\"],\"image\":[\"http://www.bitcoinisle.com/wp-content/uploads/2016/03/02dealprof-master675.jpeg\",\"http://mammajammaride.org/wp-content/uploads/2014/07/ButterflyEffect3.jpg\",\"http://vignette1.wikia.nocookie.net/disney/images/e/e0/MOONSTRO.png\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T13:42:42", + "depth": 1, + "id": 478176, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:00:03", + "last_update": "2016-07-30T01:26:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37223,17 +37223,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 641, - "parent_author": "", - "parent_permlink": "steem", + "net_votes": 5, + "parent_author": "dantheman", + "parent_permlink": "notice-to-bot-spammers", "percent_hbd": 10000, - "permlink": "curation-rewards-and-voting-incentive", + "permlink": "re-dantheman-notice-to-bot-spammers-20160730t012633100z", "reward_weight": 10000, "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", - "title": "Curation Rewards and Voting Incentive", + "root_permlink": "notice-to-bot-spammers", + "title": "", "total_payout_value": { - "amount": "1069612", + "amount": "110", "nai": "@@000000013", "precision": 3 }, @@ -37242,29 +37242,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-22T15:29:12", + "active": "2016-07-30T14:12:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 9522, "beneficiaries": [], - "body": "Yes, today's bots are not very sophisticated. Good authors will start a bidding war. I am thinking of starting a bot that upvotes good authors at a price so low no other bots would follow. Ultimately this will result in good authors getting higher salary and unknown authors working on speculation.", + "body": "Nice post. Many are not aware of the many different aspects of Steem. It is good to hear how things look from the trading and market making perspective.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 3, + "category": "market", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-15T18:37:51", + "created": "2016-07-30T01:42:00", "curator_payout_value": { - "amount": "0", + "amount": "8680", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 821205, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:37:51", + "depth": 1, + "id": 478410, + "json_metadata": "{\"tags\":[\"market\"]}", + "last_payout": "2016-08-29T15:28:18", + "last_update": "2016-07-30T01:42:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37272,17 +37272,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "aenor", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t150559446z", + "net_votes": 37, + "parent_author": "jasonmcz", + "parent_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", "percent_hbd": 10000, - "permlink": "re-aenor-re-dantheman-curation-rewards-and-voting-incentive-20160815t183752171z", + "permlink": "re-jasonmcz-the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source-20160730t014202100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_author": "jasonmcz", + "root_permlink": "the-beached-whale-and-the-end-of-an-all-out-algo-war-two-market-makers-come-clean-through-open-source", "title": "", "total_payout_value": { - "amount": "27", + "amount": "26860", "nai": "@@000000013", "precision": 3 }, @@ -37291,29 +37291,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T18:44:51", + "active": "2016-07-30T02:06:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 12, "beneficiaries": [], - "body": "You were not blocked, we had a bug in the interface that prevented everyone from seeing comments on this thread. It has been fixed now.", + "body": "There are no curation rewards whatsoever past the first payout.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-15T18:38:18", + "created": "2016-07-30T01:50:24", "curator_payout_value": { - "amount": "0", + "amount": "3", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 821215, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:38:18", + "id": 478528, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T03:37:48", + "last_update": "2016-07-30T01:50:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37321,17 +37321,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "nubchai", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t141739303z", + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160729t194111955z", "percent_hbd": 10000, - "permlink": "re-nubchai-re-dantheman-curation-rewards-and-voting-incentive-20160815t183819698z", + "permlink": "re-alexgr-re-au1nethyb1-everyone-deserves-a-second-chance-on-steemit-20160730t015023200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_author": "au1nethyb1", + "root_permlink": "everyone-deserves-a-second-chance-on-steemit", "title": "", "total_payout_value": { - "amount": "27", + "amount": "36", "nai": "@@000000013", "precision": 3 }, @@ -37340,29 +37340,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T19:21:06", + "active": "2016-08-20T21:14:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 347, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Minnows would keep voting for the same reasons people do on reddit. The more they vote, the more they train the system. Minnows that upvote popular content reward both the author and the curator bots that brought the content to their attention. Everyone wins.", + "body": "A hard fork can be said to occur when a significant portion of the economy decides to adopt a version of the software implementing blockchain validation rules that are incompatible with the previous rules.\n\nIn theory anyone can hard fork a chain, because they can start running a different version of the software of their own design. But this is pretty meaningless if no one else adopts it. What makes a hard fork meaningful is people deciding to adopt it, most clearly when everyone or nearly everyone does.", "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 1, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-15T18:40:27", + "created": "2016-07-30T05:37:54", "curator_payout_value": { - "amount": "145", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 821249, + "depth": 1, + "id": 481688, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:40:27", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-30T05:37:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37370,17 +37370,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 13, - "parent_author": "dennygalindo", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140110288z", + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "is-a-hard-fork-implemented-or-voted-on", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-dantheman-curation-rewards-and-voting-incentive-20160815t184026657z", + "permlink": "re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t053752500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", "title": "", "total_payout_value": { - "amount": "483", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -37389,29 +37389,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-15T18:42:33", + "active": "2016-07-30T06:12:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Clearly I don't upvote everything I see. I also have a huge incentive to see the system grow in value.", + "body": "Flagged for outsize reward on a two-line platform update. Voters, please consider that your votes not only express agreement or approval but also determine the allocation of the reward pool. If too much goes to posts like this, then all the other great content on the site gets less. If your intent is primarily to express agreement, please consider posting a comment instead.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T18:42:33", + "created": "2016-07-30T06:10:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 821281, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:42:33", + "depth": 1, + "id": 482102, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T12:35:09", + "last_update": "2016-07-30T06:12:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37419,17 +37419,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "vi1son", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t145643082z", + "net_votes": 0, + "parent_author": "dantheman", + "parent_permlink": "notice-to-tag-spammers", "percent_hbd": 10000, - "permlink": "re-vi1son-re-dantheman-curation-rewards-and-voting-incentive-20160815t184232530z", + "permlink": "re-dantheman-notice-to-tag-spammers-20160730t060959300z", "reward_weight": 10000, "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_permlink": "notice-to-tag-spammers", "title": "", "total_payout_value": { - "amount": "27", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -37438,29 +37438,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-16T02:28:24", + "active": "2016-08-05T21:34:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 753, "beneficiaries": [], - "body": "This is not technically possible in a decentralized system.", + "body": "I'll agree but I'm not giving you a huge upvote either. I don't think official announcements or progress post should take a huge portion of the reward pool but I also don't think your posts should for questioning it.\n\nLet's leave the reward pool for people who actually post interesting, entertaining, enlightening and inspiring content and stop draining it with a continual a circle jerk of steemit posts about steemit itself.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "steemit", + "children": 6, "children_abs_rshares": 0, - "created": "2016-08-15T18:43:48", + "created": "2016-07-30T08:39:06", "curator_payout_value": { - "amount": "0", + "amount": "89", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 821309, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:43:48", + "depth": 1, + "id": 483967, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:51:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37468,17 +37468,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "dan-bn", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t140337224z", + "net_votes": 7, + "parent_author": "knozaki2015", + "parent_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", "percent_hbd": 10000, - "permlink": "re-dan-bn-re-dantheman-curation-rewards-and-voting-incentive-20160815t184350552z", + "permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t083903700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", "title": "", "total_payout_value": { - "amount": "27", + "amount": "1919", "nai": "@@000000013", "precision": 3 }, @@ -37487,29 +37487,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-16T02:29:57", + "active": "2016-07-30T09:26:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 76, "beneficiaries": [], - "body": "It depends. The whales will manually judge the output of the curation and if they see garbage they will downvote it. This will train the AI.", + "body": "A feature to do exactly this was implemented in one of the previous hard forks but it isn't being used.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "steemit", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-15T18:49:09", + "created": "2016-07-30T08:53:30", "curator_payout_value": { - "amount": "0", + "amount": "5", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 821405, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-15T17:22:06", - "last_update": "2016-08-15T18:49:09", + "id": 484170, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-29T20:55:51", + "last_update": "2016-07-30T08:53:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37517,17 +37517,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "madillorama", - "parent_permlink": "re-dantheman-curation-rewards-and-voting-incentive-20160815t155605909z", + "net_votes": 2, + "parent_author": "cass", + "parent_permlink": "re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t084415648z", "percent_hbd": 10000, - "permlink": "re-madillorama-re-dantheman-curation-rewards-and-voting-incentive-20160815t184910800z", + "permlink": "re-cass-re-knozaki2015-why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit-20160730t085331200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "curation-rewards-and-voting-incentive", + "root_author": "knozaki2015", + "root_permlink": "why-is-dan-receiving-usdusdusd-for-sharing-official-announcements-of-steemit", "title": "", "total_payout_value": { - "amount": "27", + "amount": "212", "nai": "@@000000013", "precision": 3 }, @@ -37535,79 +37535,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 345561935572, - "active": "2016-08-16T02:20:12", + "abs_rshares": 0, + "active": "2016-07-30T23:40:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 86, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Good or bad news depending upon your point of view. We were planning on changing it to 24 hours at next hardfork (due to much demand), but delayed. Looks like part of the change escaped review.", - "cashout_time": "2016-08-22T18:59:54", - "category": "spam", - "children": 1, + "body": "What a beautiful family. Great to see you here as part of the Steemit community!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-15T18:59:54", + "created": "2016-07-30T09:38:42", "curator_payout_value": { - "amount": "13", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 821544, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "2016-08-16T21:07:27", - "last_update": "2016-08-15T18:59:54", + "depth": 1, + "id": 484851, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-29T22:43:36", + "last_update": "2016-07-30T09:38:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 345561935572, - "net_votes": 5, - "parent_author": "complexring", - "parent_permlink": "re-complexring-testing-new-payout-reward-time-20160815t182431046z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "celebr1ty", + "parent_permlink": "on-the-way-to-my-dream", "percent_hbd": 10000, - "permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185955242z", + "permlink": "re-celebr1ty-on-the-way-to-my-dream-20160730t093843200z", "reward_weight": 10000, - "root_author": "complexring", - "root_permlink": "testing-new-payout-reward-time", + "root_author": "celebr1ty", + "root_permlink": "on-the-way-to-my-dream", "title": "", "total_payout_value": { - "amount": "128", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 345561935572 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-16T04:19:18", + "active": "2016-07-30T22:00:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 126, + "author": "smooth", + "author_rewards": 13, "beneficiaries": [], - "body": "We have gone back and forth on this. In some sense it is a compromise between human and bot curators. Sometimes humans just want to upvote people they *trust* to produce good content but for whom they don't have time to read \"right now\".", + "body": "The last chart is quite interesting. I think most would assume that pretty girls are getting all the money. Apparently not.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-15T19:07:33", + "created": "2016-07-30T11:17:54", "curator_payout_value": { - "amount": "7", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 821668, + "id": 486161, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-15T16:19:36", - "last_update": "2016-08-15T19:07:33", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T11:17:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -37615,17 +37615,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "blueorgy", - "parent_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "net_votes": 9, + "parent_author": "saulius", + "parent_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", "percent_hbd": 10000, - "permlink": "re-blueorgy-upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button-20160815t190732717z", + "permlink": "re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t111752800z", "reward_weight": 10000, - "root_author": "blueorgy", - "root_permlink": "upvote-bait-should-we-remove-the-steemit-on-feed-upvote-button", + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", "title": "", "total_payout_value": { - "amount": "151", + "amount": "35", "nai": "@@000000013", "precision": 3 }, @@ -37633,45 +37633,45 @@ "vote_rshares": 0 }, { - "abs_rshares": 111654521484, - "active": "2016-08-16T00:45:57", + "abs_rshares": 0, + "active": "2016-07-30T22:00:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "always has.", - "cashout_time": "2016-08-22T20:07:36", - "category": "spam", - "children": 3, + "body": "> at first there are more men on Steemit\n\nNot significantly in this sample. Users by gender above shows 53/47.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T20:07:36", + "created": "2016-07-30T22:00:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 822682, - "json_metadata": "{\"tags\":[\"spam\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-15T20:07:36", + "id": 499062, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T00:10:27", + "last_update": "2016-07-30T22:00:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", - "precision": 3 - }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 111654521484, - "net_votes": 2, - "parent_author": "thecryptofiend", - "parent_permlink": "re-complexring-re-complexring-testing-new-payout-reward-time-20160815t185940081z", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bulkygangsta", + "parent_permlink": "re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t203747080z", "percent_hbd": 10000, - "permlink": "re-thecryptofiend-re-complexring-re-complexring-testing-new-payout-reward-time-20160815t200737649z", + "permlink": "re-bulkygangsta-re-smooth-re-saulius-i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet-20160730t220028500z", "reward_weight": 10000, - "root_author": "complexring", - "root_permlink": "testing-new-payout-reward-time", + "root_author": "saulius", + "root_permlink": "i-analyzed-top-179-introduceyourself-posts-and-made-steemians-spreadsheet", "title": "", "total_payout_value": { "amount": "0", @@ -37679,293 +37679,293 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 111654521484 + "vote_rshares": 0 }, { - "abs_rshares": 1097134775516, - "active": "2016-08-16T02:26:12", + "abs_rshares": 0, + "active": "2016-07-30T22:14:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 422, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Great work on the app! We have our hands full with the protocol and steemit.com so are very happy to see you take this space and profit as much as you can from it.\n\nWe cannot endorse your app for security and liability reasons, but are nevertheless happy to see it.", - "cashout_time": "2016-08-22T21:31:00", - "category": "steemit", - "children": 5, + "body": "Thanks for the reports from Africa. Fascinating.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T21:31:00", + "created": "2016-07-30T22:14:36", "curator_payout_value": { - "amount": "126", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 824077, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-17T04:46:15", - "last_update": "2016-08-15T21:31:00", + "depth": 1, + "id": 499384, + "json_metadata": "{\"tags\":[\"blog\"]}", + "last_payout": "2016-08-30T10:24:30", + "last_update": "2016-07-30T22:14:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1097134775516, - "net_votes": 22, - "parent_author": "steemapp", - "parent_permlink": "re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t182452267z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "bycz", + "parent_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", "percent_hbd": 10000, - "permlink": "re-steemapp-re-cryptos-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160815t213059405z", + "permlink": "re-bycz-africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up-20160730t221434500z", "reward_weight": 10000, - "root_author": "steemapp", - "root_permlink": "introducing-steemy-fully-native-ios-android-apps-for-steem", + "root_author": "bycz", + "root_permlink": "africa-trip-update-work-s-trip-in-luanda-angola-africa-power-growing-up", "title": "", "total_payout_value": { - "amount": "626", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1097134775516 + "vote_rshares": 0 }, { - "abs_rshares": 8066103660582, - "active": "2016-08-16T14:08:48", + "abs_rshares": 0, + "active": "2016-07-31T00:55:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 7195, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I would like to thank arhag and the team for their efforts to correct and enhance the POW system. I would also like to thank @supercomputing for the time and effort he put into discovering and exploiting the vulnerability. He earned every penny for his real work in pulling off the attack.", - "cashout_time": "2016-08-22T22:01:03", - "category": "steem", - "children": 12, + "body": "Welcome, but if you don't mind would you verify that this is the real blockchain girl by posting a link to this post from one of your established social media accounts? The very significant cash rewards here make impersonation (even with photoshopped verification photos) a serious concern. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 6, "children_abs_rshares": 0, - "created": "2016-08-15T22:01:03", + "created": "2016-07-30T22:48:45", "curator_payout_value": { - "amount": "3489", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 824574, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"supercomputing\"]}", - "last_payout": "2016-08-17T02:57:09", - "last_update": "2016-08-15T22:01:03", + "id": 500089, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T22:48:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 8066103660582, - "net_votes": 49, - "parent_author": "arhag", - "parent_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "net_rshares": 0, + "net_votes": 10, + "parent_author": "blockchaingirl", + "parent_permlink": "the-blockchain-girl-has-joined-steemit", "percent_hbd": 10000, - "permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220104912z", + "permlink": "re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t224846000z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", "title": "", "total_payout_value": { - "amount": "10741", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 8066103660582 + "vote_rshares": 0 }, { - "abs_rshares": 565743242043, - "active": "2016-08-21T15:59:15", + "abs_rshares": 0, + "active": "2016-07-30T23:00:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 164, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "A couple of things:\n1. reputation metric isn't currently part of consensus, just a tool for steemit.com\n2. reputation is cheatable at this point in time\n3. we are looking at some of the following options:\n a. no curation rewards for voting on posts above a certain threshold (~$1000)\n b. reduce the target level of voting activity (faster steem power decay)\n c. implement bots that give extra power to those with good reputation by following their votes.\n d. implement bots that grab the most profitable curation rewards from good authors minutes after they post (giving 90% to author) and discouraging others from jumping on the bandwagon simply for rewards.\n\nThere are many options out there and we are looking for things that are simple, scalable, and derived from first principles.", - "cashout_time": "2016-08-22T22:10:09", - "category": "steemit", - "children": 14, + "body": "Confirmed, thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T22:10:09", + "created": "2016-07-30T23:00:18", "curator_payout_value": { - "amount": "52", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 824695, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-16T22:05:42", - "last_update": "2016-08-15T22:10:09", + "depth": 4, + "id": 500309, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-30T11:52:39", + "last_update": "2016-07-30T23:00:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 565743242043, - "net_votes": 7, - "parent_author": "glitterfart", - "parent_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "blockchaingirl", + "parent_permlink": "re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t225501024z", "percent_hbd": 10000, - "permlink": "re-glitterfart-the-flaw-of-the-current-voting-system-and-an-actual-solution-20160815t221008588z", + "permlink": "re-blockchaingirl-re-blockchaingirl-re-smooth-re-blockchaingirl-the-blockchain-girl-has-joined-steemit-20160730t230016400z", "reward_weight": 10000, - "root_author": "glitterfart", - "root_permlink": "the-flaw-of-the-current-voting-system-and-an-actual-solution", + "root_author": "blockchaingirl", + "root_permlink": "the-blockchain-girl-has-joined-steemit", "title": "", "total_payout_value": { - "amount": "244", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 565743242043 + "vote_rshares": 0 }, { - "abs_rshares": 181937964516, - "active": "2016-08-15T22:12:24", + "abs_rshares": 0, + "active": "2016-07-30T23:35:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 21, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Yes, it took effect 10 hours ago.", - "cashout_time": "2016-08-22T22:12:24", - "category": "steem", + "body": "Please confirm that the photos are your original work and tell us a bit about them (when they were taken, etc.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-15T22:12:24", + "created": "2016-07-30T23:35:45", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 824724, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-17T02:57:09", - "last_update": "2016-08-15T22:12:24", + "depth": 1, + "id": 500959, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-08-30T11:58:06", + "last_update": "2016-07-30T23:35:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 181937964516, - "net_votes": 3, - "parent_author": "djm34", - "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220903901z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "panenka", + "parent_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", "percent_hbd": 10000, - "permlink": "re-djm34-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221224276z", + "permlink": "re-panenka-the-beautiful-walled-city-of-dubrovnik-croatia-20160730t233545600z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "root_author": "panenka", + "root_permlink": "the-beautiful-walled-city-of-dubrovnik-croatia", "title": "", "total_payout_value": { - "amount": "30", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 181937964516 + "vote_rshares": 0 }, { - "abs_rshares": 420441663251, - "active": "2016-08-16T09:55:21", + "abs_rshares": 0, + "active": "2016-08-24T22:33:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 103, + "author": "smooth", + "author_rewards": 94755, "beneficiaries": [], - "body": "He made as much as other top 19 witnesses for 5 or 6 days. The network was never at risk, he just outcompeted the other miners. He still had to produce blocks that followed all of the rules and have good uptime. \n\nSome people attempted to shut him down for a while by using the missing active authority on his accounts to change his block signing key. It was white hat vs white hat ;)", - "cashout_time": "2016-08-22T22:14:15", - "category": "steem", - "children": 6, + "body": "I think this is a reasonable topic of discussion so I upvoted it.\n\n> Surely if money is used to buy them then they would be bought for the sole reason of money\n\nThis logic (particularly the suggestion that someone having a financial interest is harmful) seems highly flawed to me. If someone buys into Steem, particularly in a big way, they are invested in the success of the system. The idea that people with an investment in the system would act to maintain and improve the system is very much built in to the design and discussed extensively in the white paper. \n\nWhy do you think this is a bad thing?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 16, "children_abs_rshares": 0, - "created": "2016-08-15T22:14:15", + "created": "2016-07-31T01:56:42", "curator_payout_value": { - "amount": "44", + "amount": "86820", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 824765, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-17T02:57:09", - "last_update": "2016-08-15T22:14:15", + "depth": 1, + "id": 503255, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T01:57:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 420441663251, - "net_votes": 8, - "parent_author": "blueorgy", - "parent_permlink": "re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t220440744z", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "egjoshslim", + "parent_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", "percent_hbd": 10000, - "permlink": "re-blueorgy-re-dantheman-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221416114z", + "permlink": "re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t015641500z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", "title": "", "total_payout_value": { - "amount": "153", + "amount": "260967", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 420441663251 + "vote_rshares": 0 }, { - "abs_rshares": 134353476777, - "active": "2016-08-15T22:15:03", + "abs_rshares": 0, + "active": "2016-08-01T01:15:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It did no damage to the blockchain except keep 99% of other miners from competing for a couple of days.", - "cashout_time": "2016-08-22T22:15:03", - "category": "steem", - "children": 0, + "body": "Private messaging is already implemented on the blockchain and just needs the Web UI to be completed. It is both in-progress and on the [roadmap](https://steem.io/roadmap/).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 9, "children_abs_rshares": 0, - "created": "2016-08-15T22:15:03", + "created": "2016-07-31T04:11:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 824782, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-15T22:15:03", + "id": 505028, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steem.io/roadmap/\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T04:11:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 134353476777, - "net_votes": 6, - "parent_author": "jeremyfromwi", - "parent_permlink": "re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t214827527z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "danroseman", + "parent_permlink": "re-r0achtheunsavory-steemit-feature-wish-list-20160731t003744319z", "percent_hbd": 10000, - "permlink": "re-jeremyfromwi-re-arhag-how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed-20160815t221505382z", + "permlink": "re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t041116800z", "reward_weight": 10000, - "root_author": "arhag", - "root_permlink": "how-supercomputing-was-able-to-dominate-the-mining-queue-and-how-the-bug-was-fixed", + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", "title": "", "total_payout_value": { "amount": "0", @@ -37973,48 +37973,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 134353476777 + "vote_rshares": 0 }, { - "abs_rshares": 113974522685, - "active": "2016-08-15T22:16:15", + "abs_rshares": 0, + "active": "2016-07-31T05:32:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Or under exposure depending upon your point of view and love for puns ;)", - "cashout_time": "2016-08-22T22:16:15", - "category": "photography", - "children": 0, + "body": "People change keys for all sorts of reasons. Seeing that on the blockchain means very little.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-15T22:16:15", + "created": "2016-07-31T04:43:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 824807, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-15T22:16:15", + "depth": 4, + "id": 505364, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:43:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 113974522685, - "net_votes": 2, - "parent_author": "coar", - "parent_permlink": "re-sean-king-hand-20160815t211832328z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "complexring", + "parent_permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t035741843z", "percent_hbd": 10000, - "permlink": "re-coar-re-sean-king-hand-20160815t221616637z", + "permlink": "re-complexring-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044357100z", "reward_weight": 10000, - "root_author": "sean-king", - "root_permlink": "hand", + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", "title": "", "total_payout_value": { "amount": "0", @@ -38022,229 +38022,229 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 113974522685 + "vote_rshares": 0 }, { - "abs_rshares": 628732423809, - "active": "2016-08-17T06:45:06", + "abs_rshares": 0, + "active": "2016-07-31T23:32:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 181, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I bet if you adjusted that graph for the real inflation rates you would see that poverty has been increasing dramatically.", - "cashout_time": "2016-08-23T14:35:45", - "category": "life", - "children": 18, + "body": "> This is exactly the same as buying a fully decked out World of Warcraft account from ebay\n\nOkay then, thank you for confirming that this isn't an issue worth being particularly concerned about. World of Warcraft is extremely successful.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-16T14:35:45", + "created": "2016-07-31T04:44:54", "curator_payout_value": { - "amount": "80", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 835008, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-08-17T15:58:24", - "last_update": "2016-08-16T14:35:45", + "depth": 3, + "id": 505372, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T04:45:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 628732423809, - "net_votes": 13, - "parent_author": "kyriacos", - "parent_permlink": "re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t134226686z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t024605498z", "percent_hbd": 10000, - "permlink": "re-kyriacos-re-dragonslayer109-3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist-20160816t143546750z", + "permlink": "re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t044451800z", "reward_weight": 10000, - "root_author": "dragonslayer109", - "root_permlink": "3-ways-how-your-poverty-affects-you-in-bad-way-featuring-new-author-steemist", + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", "title": "", "total_payout_value": { - "amount": "268", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 628732423809 + "vote_rshares": 0 }, { - "abs_rshares": 1037591754746, - "active": "2016-08-17T04:18:12", + "abs_rshares": 0, + "active": "2016-07-31T16:43:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 348, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I would love to see those posts. Those of us who are in this industry have constant threat of prison for victimless crimes. It would be good to know what we can expect.", - "cashout_time": "2016-08-23T19:34:21", - "category": "introduceyourself", - "children": 5, + "body": "> I'm well aware of what a hard fork has been in the past for coins with miners\n\nI'm not sure you are. Reread my comment because it already answered every question or issue raised in your reply, and likely every further question or issue you could raise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-16T19:34:21", + "created": "2016-07-31T06:53:54", "curator_payout_value": { - "amount": "138", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 840002, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-17T21:13:42", - "last_update": "2016-08-16T19:34:21", + "id": 506388, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-29T05:59:57", + "last_update": "2016-07-31T06:53:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1037591754746, - "net_votes": 20, - "parent_author": "charlieshrem", - "parent_permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "coinz", + "parent_permlink": "re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160730t184905703z", "percent_hbd": 10000, - "permlink": "re-charlieshrem-re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t193422026z", + "permlink": "re-coinz-re-smooth-re-coinz-is-a-hard-fork-implemented-or-voted-on-20160731t065352200z", "reward_weight": 10000, - "root_author": "charlieshrem", - "root_permlink": "charlie-shrem-is-now-on-steemit", + "root_author": "coinz", + "root_permlink": "is-a-hard-fork-implemented-or-voted-on", "title": "", "total_payout_value": { - "amount": "516", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1037591754746 + "vote_rshares": 0 }, { - "abs_rshares": 9555244489252, - "active": "2016-08-17T18:58:21", + "abs_rshares": 0, + "active": "2016-07-31T11:36:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 12506, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "May I suggest making this provably fair by using proof of work submissions as your random number source and then publishing the algorithm used by the bot so everyone can know who should win?", - "cashout_time": "2016-08-24T00:14:48", - "category": "steemloto", - "children": 3, + "body": "The follow list is also partially implemented. I'm not sure what plans there are for filtering.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-17T00:14:48", + "created": "2016-07-31T11:36:27", "curator_payout_value": { - "amount": "237", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 844150, - "json_metadata": "{\"tags\":[\"steemloto\"]}", - "last_payout": "2016-08-17T22:55:18", - "last_update": "2016-08-17T00:14:48", + "depth": 4, + "id": 508830, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T11:36:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 9555244489252, - "net_votes": 26, - "parent_author": "heimindanger", - "parent_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t062145871z", "percent_hbd": 10000, - "permlink": "re-heimindanger-introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket-20160817t001448101z", + "permlink": "re-r0achtheunsavory-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t113625600z", "reward_weight": 10000, - "root_author": "heimindanger", - "root_permlink": "introducing-the-first-steem-dollars-lottery-only-usd0-01-sbd-per-ticket", + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", "title": "", "total_payout_value": { - "amount": "18596", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 9555244489252 + "vote_rshares": 0 }, { - "abs_rshares": 1010561580394, - "active": "2016-08-18T13:57:00", + "abs_rshares": 0, + "active": "2016-07-31T23:42:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 296, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Thank you for adding steem. If you had to pick just one steem dollars are better. Either way we appreciate your contributions.", - "cashout_time": "2016-08-25T13:37:18", + "body": "flagged as off topic", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-18T13:37:18", + "created": "2016-07-31T23:29:36", "curator_payout_value": { - "amount": "144", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 870676, + "depth": 4, + "id": 522631, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-19T14:08:00", - "last_update": "2016-08-18T13:37:18", + "last_payout": "2016-08-30T12:56:42", + "last_update": "2016-07-31T23:29:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1010561580394, - "net_votes": 3, - "parent_author": "teambitwala", - "parent_permlink": "re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t120913468z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t195157237z", "percent_hbd": 10000, - "permlink": "re-teambitwala-re-innuendo-re-teambitwala-bitwala-is-now-accepting-steem-20160818t133717993z", + "permlink": "re-earnest-re-smooth-re-danroseman-re-r0achtheunsavory-steemit-feature-wish-list-20160731t232936500z", "reward_weight": 10000, - "root_author": "teambitwala", - "root_permlink": "bitwala-is-now-accepting-steem", + "root_author": "r0achtheunsavory", + "root_permlink": "steemit-feature-wish-list", "title": "", "total_payout_value": { - "amount": "438", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1010561580394 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-18T22:36:45", + "active": "2016-07-31T23:32:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Your subjective perceptions are filtered to a chain of reasoning that may be rational or irrational to arrive at a choice. Whether the choice is rational or not depends upon how you reasoned from your perceptions. \n\nBy your definition nothing is ever irrational.", - "cashout_time": "2016-08-25T19:20:21", - "category": "praxeology", - "children": 2, + "body": "I agree with you that Steemit is unlikely to implement an effective and useful reputation system that does more good than harm. Unlikely does not mean impossible though, so I'm willing to keep an open mind.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-18T19:20:21", + "created": "2016-07-31T23:32:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 876073, - "json_metadata": "{\"tags\":[\"praxeology\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-18T19:20:21", + "depth": 5, + "id": 522690, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-30T18:44:24", + "last_update": "2016-07-31T23:32:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -38252,14 +38252,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "geke", - "parent_permlink": "re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t160852124z", + "net_votes": 1, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t120717075z", "percent_hbd": 10000, - "permlink": "re-geke-re-freewill-re-jaredhowe-demonstrated-preference-socialism-and-steemit-20160818t192021460z", + "permlink": "re-williambanks-re-smooth-re-williambanks-re-smooth-re-egjoshslim-steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account-20160731t233243800z", "reward_weight": 10000, - "root_author": "jaredhowe", - "root_permlink": "demonstrated-preference-socialism-and-steemit", + "root_author": "egjoshslim", + "root_permlink": "steem-whales-are-a-joke-look-at-the-steem-power-this-account-has-it-s-a-bought-and-sold-account", "title": "", "total_payout_value": { "amount": "0", @@ -38270,275 +38270,275 @@ "vote_rshares": 0 }, { - "abs_rshares": 889547997567, - "active": "2016-08-18T21:55:09", + "abs_rshares": 0, + "active": "2016-08-01T00:10:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 185, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Payouts are far more predictable when you have a lot of followers.", - "cashout_time": "2016-08-25T19:32:33", - "category": "news", - "children": 3, + "body": "> Soylent's main page has a picture of a table beet, (the red vegetable beet).Beet sugar is a white beet from which pure sugar (99.9% sucrose) is extracted. There are no 'beets' as we call them, or that pictured in Soylent. This is a _**mistake**_ on their part. This type of _**misunderstanding**_ of ingredient information is common when a third party formulates a food product as is likely the case here. \n\nI can't decide you actually believe that, but I certainly don't", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-18T19:32:33", + "created": "2016-07-31T23:38:30", "curator_payout_value": { - "amount": "87", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 876303, - "json_metadata": "{\"tags\":[\"news\"]}", - "last_payout": "2016-08-19T19:16:57", - "last_update": "2016-08-18T19:32:33", + "depth": 1, + "id": 522810, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-08-31T11:26:54", + "last_update": "2016-08-01T00:10:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 889547997567, - "net_votes": 5, - "parent_author": "corintxt", - "parent_permlink": "re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t181132529z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "andrewfoodist", + "parent_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", "percent_hbd": 10000, - "permlink": "re-corintxt-re-stellabelle-re-corintxt-my-investigation-into-steemit-for-vice-motherboard-20160818t193232942z", + "permlink": "re-andrewfoodist-soylent-ingredient-breakdown-from-a-food-scientist-20160731t233830700z", "reward_weight": 10000, - "root_author": "corintxt", - "root_permlink": "my-investigation-into-steemit-for-vice-motherboard", + "root_author": "andrewfoodist", + "root_permlink": "soylent-ingredient-breakdown-from-a-food-scientist", "title": "", "total_payout_value": { - "amount": "274", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 889547997567 + "vote_rshares": 0 }, { - "abs_rshares": 3747315204322, - "active": "2016-08-19T06:02:21", + "abs_rshares": 0, + "active": "2016-08-01T00:05:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2345, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Theoretical's statements regarding memory usage being the primary consideration are not fully on point. The primary consideration is the \"attention of the masses\". The overall security of the voting platform depends upon all things that can get voted upon being rewarded.\n\nThere are two fundamental use cases for Steem... content and currency. \n\nExchanges, merchants, etc need the ability to run nodes that are fully up to date on the economic state of the platform without respect to the social media side of the platform.\n\nThe sooner content can be separated from having financial consequences the more efficient the platform becomes for financial applications. It is financial applications that ultimately give the platform value many times that of other social media networks.\n\nPosts that are eligible to receive payout need to keep track of \"votes\" and all other information relevant to the post. Removing the financial rewards associated with a post is sufficient for freeing things from memory. Those that wish to have a meta consensus above the economic consensus can.", - "cashout_time": "2016-08-25T20:33:48", - "category": "theoretical", - "children": 9, + "body": "In the _long_ term this is correct. It is unlikely you will be able to live off of SP-generated income indefinitely. But as long as adoption and speculative demand is increasing, the value increase of SP should more than offset the inflation. Also, 10% is only the maximum and the actual rate depends on the liquid STEEM supply. Finally, as long as liquidity rewards are disabled (or reduced), the maximum is actually lower. Liquidity rewards account for about 25% of the total inflation rate.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-18T20:33:48", + "created": "2016-08-01T00:05:15", "curator_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 877314, - "json_metadata": "{\"tags\":[\"theoretical\"]}", - "last_payout": "2016-08-19T19:36:51", - "last_update": "2016-08-18T20:33:48", + "depth": 2, + "id": 523223, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:05:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3747315204322, - "net_votes": 13, - "parent_author": "theoretical", - "parent_permlink": "improving-the-steem-platform-for-long-term-content", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "furion", + "parent_permlink": "re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t130920600z", "percent_hbd": 10000, - "permlink": "re-theoretical-improving-the-steem-platform-for-long-term-content-20160818t203347792z", + "permlink": "re-furion-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000515500z", "reward_weight": 10000, - "root_author": "theoretical", - "root_permlink": "improving-the-steem-platform-for-long-term-content", + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", "title": "", "total_payout_value": { - "amount": "3486", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 8922544483421213297, - "vote_rshares": 3747315204322 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 486607175748, - "active": "2016-08-19T09:23:09", + "abs_rshares": 0, + "active": "2016-08-01T00:07:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 135, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Mutual aid societies were what I was working on when steemit came about. I have a full concept on how they could work and am very interested in implementing them as a Steem sidechain.", - "cashout_time": "2016-08-25T21:50:15", - "category": "politics", - "children": 2, + "body": "No other way for your vests to change aside from earning rewards paid in SP. However, the total number of vests changes when other people power up, power down, or earn rewards paid in SP.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-18T21:50:15", + "created": "2016-08-01T00:06:39", "curator_payout_value": { - "amount": "63", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 878429, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-08-19T20:15:30", - "last_update": "2016-08-18T21:50:15", + "depth": 3, + "id": 523255, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T03:34:15", + "last_update": "2016-08-01T00:07:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 486607175748, - "net_votes": 3, - "parent_author": "dana-edwards", - "parent_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jl777", + "parent_permlink": "re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160731t200819827z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-mutual-aid-societies-the-evolution-to-the-current-state-of-the-art-20160818t215016604z", + "permlink": "re-jl777-re-domino-re-jl777-vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem-20160801t000640900z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "mutual-aid-societies-the-evolution-to-the-current-state-of-the-art", + "root_author": "jl777", + "root_permlink": "vests-the-true-power-of-steem-and-why-i-personally-put-100-btc-into-steemit-ecosystem", "title": "", "total_payout_value": { - "amount": "200", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2000691766369638502, - "vote_rshares": 486607175748 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 51983308128, - "active": "2016-08-19T14:26:51", + "abs_rshares": 0, + "active": "2016-08-01T22:17:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 17, + "author": "smooth", + "author_rewards": 8307, "beneficiaries": [], - "body": "If you vote for self, then yes", - "cashout_time": "2016-08-26T10:54:03", + "body": "A few comments:\n\n#### Sybil attacks\n\nThe way to stop Sybil attacks is to stop creating ways for Sybils to attack. For example, the recent change to posting rewards directly incentivizes Sybil attacks (I don't know whether they are already occurring, but I suspect yes) by those wanting to spam low quality posts out of a hope that some of them, even a small number, produce rewards (comment spamming is the same, and is not currently Sybil attacked because comments don't yet have a per-account quota, but introduce such a quota and that is exactly what will happen). \n\nAnother example is the Hot view, which uses vote count as a metric. This was originally the front page and was moved to an alternate view because it clearly incentivizes Sybil attacks. I think it should be removed altogether. Likewise, displaying vote count on posts is pointless and misleading and also, albeit more subtly, incentivizes Sybil attacks (a post or comment getting more attention and attracting real votes because it already \"has many votes\"). Instead posts should include some normalized and/or summarized indication of vote weight (weighted stake)\n\nUnfortunately, a number of the recent changes including the aforementioned posting quota have ignored these core principles of not granting weight to \"accounts\". The result is that in trying to address one problem, more are created. I hope that the reputation system Steemit plans to implement, and generally speaking knee-jerk reactions to a \"Bot Crisis\" do not make similar errors, but I expect that if great care is not taken to slow down and think things though, they probably will.\n\n#### PoW accounts\n\nPoW accounts should not be removed. They are an extremely valuable way for controversial, censored, or otherwise at-risk people to obtain access and publish information (possible very highly valued information) without needing to link with some external resources (social media account, etc.), which could literally put their lives at risk in the most extreme cases or at least discourage coming forward in the less extreme cases. Anonymous whistle-blowers, political dissidents, and others in this group deserve our greatest respect and accommodation if the idea of censorship resistance is to mean anything (popular ideas are rarely censored). But more importantly, the entire approach of limiting access rather than widening it is focusing efforts on exactly the wrong direction, but I'll get to that later in the next section, after discussing the reality of PoW accounts.\n\nIn point of fact, if you look at the current swarm of bots, approximately zero of them are PoW accounts (please go and look if you are unsure about this). They are all, or nearly all, Steemit-provided accounts. In all likelihood, it is much cheaper and easier to obtain _large numbers_ of accounts via Steemit signups rather than mining (also the Steemit-provided accounts come with free SP, significant in large numbers, which means they have negative cost; as long as that continues, those wanting to create accounts for profit rather than for use will likely continue using that route). Not only is the mining difficulty significant, but the _maximum possible_ number of PoW accounts created per day is 1372, and this theoretical number _greatly overstates_ the maximum feasible number, because there are high-powered miners competing for, and winning, most blocks who do not create new accounts with each block (for good reasons). In summary, disabling PoW accounts is an example of a reactive response that does not solve any real problem, but comes with a very real cost.\n\n#### Facebook, Reddit, and growth\n\nYou suggest that Reddit account signups be removed and only Facebook be allowed. This is misguided. Not only are fraudulent Facebook accounts plentiful, easy to create, and regularly used in high profile frauds (including some involving massive numbers of such accounts), but this approach is entirely self-defeating. \n\nReflexively one might suggest that access to accounts be further limited and more verification be added. I've even suggested this myself, as an initial reaction to The Bot Problem, but I now realize that was a bad idea. In fact, as the site continues to expand it will probably make sense -- and be inevitable to prevent a growth bottleneck -- to open up registrations even wider (examples: retail purchase of an \"access card\", email registration, mobile registration, etc.). Many of these accounts will be obtained fraudulently and/or resold. The system must be designed to accept this reality and minimize negative impacts from it. \n\nThis inevitable widening of access _will_ create more ability to Sybil attack, _but only if the number of accounts controlled by an individual actually matters in any way_. This problem can only be solved without putting harmful obstacles in the way of new users (which is a _very big deal_ if you want the platform to rapidly grow to truly massive scale) by refocusing efforts on ensuring that Sybil attacking gains no advantage and also causes no real harm (see #1 above). The so-called Bot Crisis is a crisis primarily because it threatens to unleash a new round of poorly-thought-out changes that will make mattes worse. One might even speculate on whether it could be intended to do just that. \n\n#### Short term solutions\n\nThe efforts of \"the good guys\" have caused most of the abusive bots to be hidden and earn no rewards, removing most of the incentives for people to create them. (If the idea is to just spam the blockchain, that can be done in any number of ways.) Slight tweaks to the UI can improve this further without collateral damage. For example, I suggested replacing individually hidden comments with a summary line (\"13 comments hidden, click to show\"). @svk even prototyped this and showed me some very nice screen shots. Rolling that out on the site would make most of the abusive bots invisible and a non-issue. Removing from the UI any remaining emphasis on \"vote count\" as a useful concept would address the rest.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 4, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-19T10:54:03", + "created": "2016-08-01T09:03:30", "curator_payout_value": { - "amount": "2", + "amount": "303", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 886964, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T11:36:21", - "last_update": "2016-08-19T10:54:03", + "id": 530518, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"svk\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:06:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 51983308128, - "net_votes": 5, - "parent_author": "claudiop63", - "parent_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "net_rshares": 0, + "net_votes": 26, + "parent_author": "anyx", + "parent_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", "percent_hbd": 10000, - "permlink": "re-claudiop63-does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts-20160819t105403924z", + "permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t090328300z", "reward_weight": 10000, - "root_author": "claudiop63", - "root_permlink": "does-the-size-of-your-sp-have-a-direct-impact-on-the-visibility-of-your-posts", + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", "title": "", "total_payout_value": { - "amount": "24", + "amount": "8379", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 236655165686015630, - "vote_rshares": 51983308128 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 130253866688843, - "active": "2016-09-07T21:52:42", + "abs_rshares": 0, + "active": "2016-08-01T10:41:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1607681, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://cdn.meme.am/instances/63822768.jpg
\n\n\u201cThat\u2019s not fair!\u201d We have all said it, and we have all heard it. Everyone is born with a sense of fairness, but somehow everyone doesn\u2019t agree with what is fair.\n\nThis feeling fairness has a built in bias that tends to favor our own perspective. If we feel we are better off under a certain set of rules, then we are more likely to consider the rules fair. It takes someone with great empathy to see fairness from another person's perspective.\n\nWhat is even more troubling for those who are rational is that \u201crational fairness\u201d can often be perceived as \u201cunfair\u201d by almost everyone. In fact, how we choose to perceive things can change what we think is fair.\n\n## What is fairness?\n\n> *adjective*: in accordance with the rules or standards; legitimate.\n\n> *adverb*: without cheating or trying to achieve unjust advantage.\n\nWhat we learn from these definitions of fairness is that it all depends upon some \u201crules\u201d or \u201cstandards\u201d. If everyone can agree to the rules, then any outcome that adheres to the rules is inherently fair.\n\nAn sufficiently complex set of rules needs to be derived from principles.\n\n> **principle**: a fundamental truth or proposition that serves as the foundation for a system of belief or behavior or for a chain of reasoning.\n\nIf we are to be rational about fairness, then all rules should derive from principles and should never be in contradiction with those principles. A system that is in contradiction with its principles is not in line with the rules or standards and therefore illegitimate and unfair.\n\n## What principles guide voting?\n\nHere are some general principles that people may have:\n\n1. everyone get\u2019s a say\n2. everyone is equal \n3. majority rules\n4. secrecy\n\nWhen it comes to joint ownership of a company or currency, the principles are effectively the same except it is every-share instead of every-person. \n\nA voting system is a means of measuring everyone\u2019s equal say for the purposes of making a decision that is binding on the group. Whenever there are a group of individuals there are two or more different opinions on which way a decision can be made.\n\nUnfortunately the range of available opinions is infinite and more often than not contingent upon other people\u2019s opinions. This means that a perfectly expressive voting system would have everyone submit a smart contract that would take everyone else\u2019s opinion as input and generate an output. A computer would then iterate as many times as necessary to compute a stable opinion.\n\nUnfortunately this process is not guaranteed to reach equilibrium and the *order of computation* can influence the outcome. \n\n
https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif
\n\nIt is possible to express opinions that cancel out mathematically yet cannot be calculated iteratively. In the debate between rabbit season and duck season the result of that vote is \u201cunknown\u201d until someone else changes balance of power.\n\n## Perception of Fairness in Voting\n\nEveryone (or every share) is entitled to an opinion and deserves equal weight. When two people have opposite opinions (rabbit season vs not rabbit season) both opinions are legitimate. How do we decide who wins? Can a decision be made? \n\nUnder this situation we have no outcome that can be rendered. When exactly two people are voting and they disagree the result is \u201cno decision can be made\u201d. In most cases this means status-quo remains unchanged. \n\nThe voting rules can be configured to bias the decision. For example if \u201clast vote wins\u201d then the balance of power is shifted\u2026 who ever moves for change first loses. If first vote wins then it becomes a race to vote. Alternatively the system could be biased to say that in the event of a tie, \u201cduck season\u201d is chosen.\n\nIn other words, the rules of the game can favor certain outcomes over other outcomes. This may be acceptable assuming everyone agrees the bias is \u201cfair\u201d, but I doubt Daffy would think defaulting to \u201cduck season\u201d is fair.\n\nA perfectly fair voting system would bias the outcome in favor of neither Daffy nor Bugs. \n\n## Perceived Unfairness is often a Rejection of Reality \n\nSuppose Daffy always disagrees with Bugs. Bugs could claim this is \u201cunfair\u201d because it means that neither Daffy nor Bugs gets to decide. It is always Bieber Season. \n\nIs it legitimate for someone born without legs to claim that it is \u201cunfair\u201d that other people get to walk around? Is it legitimate for someone born in Africa to claim it is \u201cunfair\u201d that someone else was born in USA? If you were alone on an island, is it \u201cunfair\u201d that you have to do everything for yourself? Fairness has nothing to do with it.\n\nOur much of our situation in life is beyond our control. If you happen to be born into a world with an evil twin who always does the opposite of you and opposes you at every stage is that unfair? To whom is it unfair, twin A or twin B? Depending upon whose perspective you adopt the \u201cother guy\u201d is evil. \n\nIn effect what someone claiming unfairness is saying is, \u201ctheir opinion is unfair, they are not entitled to that opinion\u201d. They are upset because both of them are attempting to steer the car in equal and opposite directions and therefore the car continues straight.\n\n## Fairness is all in Our Head\n\nImagine you were the only living person in the world and everyone else was a robot that was pre-programmed with a certain set of behaviors. Could you claim anything is unfair? That is just the way the world works. There are no \u201cpeople\u201d that are hurting you, the rules are created by nature and beyond the power of you or any of the robots to control. \n\nIt is the attitude of entitlement that is the seed of unfairness. The expectation that you *deserve* something that someone else has. This attitude of entitlement is often rooted in envy, you *want* what the other person has and you feel they *don\u2019t deserve it*. \n\nWhen it comes to negative voting the feeling of unfairness is identical to feeling it is unfair that you were born with an evil twin while everyone else wasn\u2019t. \n\n## Principles Against Negative Voting\n\nIn an effort to look at things from both sides, I attempted to identify any principles of voting that may contradict with the concept of negative voting. What I came up with is the following:\n\n> 1. The only legitimate opinion is one that is derived independently of everyone else\u2019s opinion \n> 2. All votes should be secret\n\nThe theory behind this stance is that it takes work to create an opinion, but costs nothing to destroy an opinion. Furthermore, if all votes are secret then it becomes impossible to express a legitimate opinion that is exactly the opposite of someone else.\n\nI feel both of these principles are fundamentally flawed. For starters, every choice and idea we have in life is influenced by the opinion of others. We are more likely to adopt someone else\u2019s opinion than develop one of our own. Tribe mentality, catch phrases, and memes. It is far easier to copy than to create. In fact, more often than not people are not able to defend their own opinions from first principles, but instead appeal to authority.\n\nWe can conclude from this that affirmative voting would not be fully legitimate independently derived opinion, but the aggregation of other people\u2019s opinion filtered through personal bias. In other words, it is just as biased and derivative as a negative vote.\n\nSecret voting prevents accountability. Accountability is critical in game theory, especially in prisoners dilemma. If people down\u2019t know who is responsible for bad votes, then they don\u2019t know who to shun in the market. Without recourse people will vote in anti-social manner. In other words, the principle of the secret ballot is in direct contradiction with the principles of transparency and accountability. \n\n## Conclusion \n\nI still believe that negative voting is a critical component of an anarchist society and is inherently fair. I also believe that every other system is less expressive and ultimately less able to represent the will of the people (or shares). \n\nThat said, perception often matters more than reality and we must design systems that are perceived to be fair even if they are logically and \u201cobjectively\u201d less fair from the perspective of mathematics, deductive reasoning, and first principles. \n\nPerception is Reality. Change your perception and you change your reality.", - "cashout_time": "2016-08-26T15:09:57", - "category": "philosophy", - "children": 220, + "body": "Reposts generally don't deserve much in the way of rewards anyway, so it doesn't really matter that much from the perspective of voting and abuse. It's like movies. First run = $. Old movie = late night on some obscure cable channel.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-19T15:09:57", + "created": "2016-08-01T09:27:33", "curator_payout_value": { - "amount": "32224", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 890229, - "json_metadata": "{\"tags\":[\"philosophy\",\"voting\",\"fairness\",\"politics\"],\"image\":[\"https://cdn.meme.am/instances/63822768.jpg\",\"https://lh3.googleusercontent.com/-mMJAPXw1hnY/VSmj62SUF2I/AAAAAAAADpU/SNegihhz4ls/w426-h276/15%2B-%2B1%2B%25287%2529.season.gif\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T15:09:57", + "depth": 2, + "id": 530873, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T09:27:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 129853324596035, - "net_votes": 487, - "parent_author": "", - "parent_permlink": "philosophy", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "prufarchy", + "parent_permlink": "re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t022756838z", "percent_hbd": 10000, - "permlink": "our-corrupt-sense-of-fairness", + "permlink": "re-prufarchy-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t092733600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", - "title": "Our Corrupt Sense of Fairness", + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", + "title": "", "total_payout_value": { - "amount": "2379367", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 130053595642439 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-19T15:34:39", + "active": "2016-08-01T10:56:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 9, "beneficiaries": [], - "body": "Ok. In 5 min.", - "cashout_time": "2016-08-26T15:27:24", - "category": "philosophy", - "children": 1, + "body": "This is a really nice post but can you confirm it is your original work. It reads a bit like something from a psychology web site.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-19T15:27:24", + "created": "2016-08-01T09:55:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 890498, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T15:27:24", + "depth": 1, + "id": 531207, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-08-31T21:57:36", + "last_update": "2016-08-01T09:55:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -38546,17 +38546,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "steempower", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152429870z", + "net_votes": 2, + "parent_author": "foma17", + "parent_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", "percent_hbd": 10000, - "permlink": "re-steempower-re-dantheman-our-corrupt-sense-of-fairness-20160819t152722949z", + "permlink": "re-foma17-how-to-deal-with-bad-thoughts-psychologist-s-advice-20160801t095538300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "foma17", + "root_permlink": "how-to-deal-with-bad-thoughts-psychologist-s-advice", "title": "", "total_payout_value": { - "amount": "0", + "amount": "22", "nai": "@@000000013", "precision": 3 }, @@ -38564,471 +38564,471 @@ "vote_rshares": 0 }, { - "abs_rshares": 7294027820, - "active": "2016-08-19T19:07:18", + "abs_rshares": 0, + "active": "2016-08-01T11:04:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I disagree that it would be censorship. People have a right to close their ears and filter what they see and hear. Censorship is when you prevent someone from saying something to people who want to hear it.", - "cashout_time": "2016-08-26T15:37:57", - "category": "philosophy", - "children": 12, + "body": "I don't think it has been disclosed but if you can find information about it I'm sure many would find it interesting.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-19T15:37:57", + "created": "2016-08-01T10:55:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 890646, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T15:37:57", + "depth": 1, + "id": 532000, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T05:28:06", + "last_update": "2016-08-01T10:55:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7294027820, - "net_votes": 2, - "parent_author": "shenanigator", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t152253512z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "thebluepanda", + "parent_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", "percent_hbd": 10000, - "permlink": "re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t153757237z", + "permlink": "re-thebluepanda-who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february-20160801t105538800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "thebluepanda", + "root_permlink": "who-is-the-superangel-investor-that-helped-steemit-get-off-the-ground-last-february", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 33576539063008175, - "vote_rshares": 7294027820 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1324734095929, - "active": "2016-08-20T07:59:00", + "abs_rshares": 0, + "active": "2016-08-03T06:47:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 501, + "author": "smooth", + "author_rewards": 350, "beneficiaries": [], - "body": "I think your characterization of 1% and 99% is exaggerated greatly. We have built a system that systematically transfers value from those who don't work to those who do work. In time it should spread.\n\nAll life starts out as a centralized single cell organism and eventually decentralized through cell division. That is what we are doing. If a system grows too fast it loses identity and dies. Things must grow in controlled manner to maintain structural integrity.", - "cashout_time": "2016-08-26T16:17:39", - "category": "philosophy", - "children": 5, + "body": "The instant self-upvote rewards do go to the author (you) under the 30 minute rule so there is no harm there. The only reason not to use it is if you think the post won't get votes and you don't want to waste the voting power.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-19T16:17:39", + "created": "2016-08-01T12:05:33", "curator_payout_value": { - "amount": "235", + "amount": "123", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 891256, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T16:17:39", + "depth": 3, + "id": 532957, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T12:05:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1324734095929, - "net_votes": 8, - "parent_author": "johnsmith", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t153516568z", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "liberosist", + "parent_permlink": "re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160729t152758657z", "percent_hbd": 10000, - "permlink": "re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t161739740z", + "permlink": "re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t120531800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", "title": "", "total_payout_value": { - "amount": "741", + "amount": "374", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 4589342940524011613, - "vote_rshares": 1324734095929 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1326608810, - "active": "2016-08-19T19:06:45", + "abs_rshares": 0, + "active": "2016-08-01T14:42:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Exactly, negative voting suffers from tragedy of the commons. No one has incentive to do it unless they are willing to be a sacrificial lamb and take a bullet for everyone else. This is why I am not worried about it being abused.", - "cashout_time": "2016-08-26T16:19:18", - "category": "philosophy", - "children": 3, + "body": "It would be nice if the liquidity reward actually worked properly and we ended up with extremely tight spreads on the internal market with good depth and good tracking of the peg value. Unfortunately that didn't happen so offering an easy instant market order option would result in people frequently being ripped off by bad executions.\n\nHopefully the market will become more liquid in time and this will become a viable option. I'm working on a few things to improve the situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-19T16:19:18", + "created": "2016-08-01T12:12:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 891293, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T16:19:18", + "depth": 2, + "id": 533027, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:12:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1326608810, - "net_votes": 1, - "parent_author": "condra", - "parent_permlink": "re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161402643z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalspecific", + "parent_permlink": "re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160731t150822764z", "percent_hbd": 10000, - "permlink": "re-condra-re-cryptos-re-dantheman-our-corrupt-sense-of-fairness-20160819t161919220z", + "permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121230700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 6115874957599692, - "vote_rshares": 1326608810 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 325660107838, - "active": "2016-08-19T18:48:45", + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 101, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is why every community needs its own currency and needs to defend its own standards based upon how it votes. \n\nIf we want steem and steemit to change the world toward a more voluntarist society, then we need to actively downvote and remove the profit opportunity from those who support statism. \n\nThis could result in group-think. This could hinder growth. So we have our selfish desire to change the world and maintain our identity as a community fighting with another selfish desire to sell out to the masses to \"get rich\". \n\nThe fallacy is to believe all opinions are equally valuable and that we should dilute our identity by awarding stake to those who oppose our principles. This is not censorship. This is a community with identity and values. \n\nIf we allow those who promote statism to grow via our upvotes, then we are in effect allowing censorship to grow by supporting those people. Censorship is something that only *governments* can do by interfering between the speaker and those who want to listen.\n\nSteem could be corrupted just like propaganda has corrupted the masses. If that happens the voluntarists will have to start over with a new currency because the voters of Steem will implement a government that rejects property rights.", - "cashout_time": "2016-08-26T16:26:24", - "category": "philosophy", - "children": 5, + "body": "Holding SBD is not necessarily bad. It earns interest and should be fairly stable over time (even if it currently has some nasty fluctuations). The thing to be aware of is that SP is a highly risky, illiquid investment (meaning you can't get your money out quickly) while SBD is liquid and most of the time should be stable. SP _could_ certainly pay off more over time but that is not guaranteed. Study both carefully and make the decision that best fits your own situation.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-19T16:26:24", + "created": "2016-08-01T12:15:12", "curator_payout_value": { - "amount": "44", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 891431, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T16:26:24", + "depth": 3, + "id": 533059, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T12:15:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 325660107838, - "net_votes": 4, - "parent_author": "shenanigator", - "parent_permlink": "re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t155231614z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cloh76", + "parent_permlink": "re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t060715725z", "percent_hbd": 10000, - "permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "permlink": "re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t121511100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", "title": "", "total_payout_value": { - "amount": "149", + "amount": "0", "nai": "@@000000013", "precision": 3 - }, - "total_vote_weight": 1388775011106171162, - "vote_rshares": 325660107838 + }, + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 25958701935, - "active": "2016-08-19T18:14:57", + "abs_rshares": 0, + "active": "2016-08-01T13:37:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "That was not the premise of the article. The premise is one vote per share (SP).", - "cashout_time": "2016-08-26T16:28:18", - "category": "philosophy", + "body": "Nice recipe! Have you tried key lime? It is my favorite.\n\nWelcome to Steem. You may wish to consider an introduction post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-19T16:28:18", + "created": "2016-08-01T13:27:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 891468, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T16:28:18", + "depth": 1, + "id": 534300, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T01:36:27", + "last_update": "2016-08-01T13:27:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 25958701935, - "net_votes": 1, - "parent_author": "condra", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t161247776z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "t3lin", + "parent_permlink": "cake-steemit-and-my-self-presentation", "percent_hbd": 10000, - "permlink": "re-condra-re-dantheman-our-corrupt-sense-of-fairness-20160819t162817572z", + "permlink": "re-t3lin-cake-steemit-and-my-self-presentation-20160801t132707800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "t3lin", + "root_permlink": "cake-steemit-and-my-self-presentation", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 118941491091426778, - "vote_rshares": 25958701935 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 50386555419, - "active": "2016-08-19T18:29:12", + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 17, + "author": "smooth", + "author_rewards": 65, "beneficiaries": [], - "body": "You have to move people slowly to a more fair system by first winning in a system they perceive as fair. If you lose under their current paradigm then they will feel your change as an attack rather than the logical outcome of a process they felt was fair.", - "cashout_time": "2016-08-26T16:34:42", - "category": "philosophy", - "children": 2, + "body": "> limit_order_create, limit_order_cancel\n\nHow does one see executions?", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 11, "children_abs_rshares": 0, - "created": "2016-08-19T16:34:42", + "created": "2016-08-01T13:44:21", "curator_payout_value": { - "amount": "2", + "amount": "44", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 891611, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T16:34:42", + "depth": 1, + "id": 534620, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T13:44:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 50386555419, - "net_votes": 5, - "parent_author": "full-measure", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t160520671z", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "furion", + "parent_permlink": "developers-guide-to-steem-s-blockchain", "percent_hbd": 10000, - "permlink": "re-full-measure-re-dantheman-our-corrupt-sense-of-fairness-20160819t163444435z", + "permlink": "re-furion-developers-guide-to-steem-s-blockchain-20160801t134419900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", "title": "", "total_payout_value": { - "amount": "24", + "amount": "159", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 229476342529960219, - "vote_rshares": 50386555419 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 14904372598, - "active": "2016-08-19T17:49:18", + "abs_rshares": 0, + "active": "2016-08-01T13:56:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I have experienced things that I cannot explain and would fit description of ghost.", - "cashout_time": "2016-08-26T16:56:21", - "category": "life", - "children": 1, + "body": "The best thing to do is post something on that site mentioning or linking to your account here or one of your posts here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T16:56:21", + "created": "2016-08-01T13:56:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 891987, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T16:56:21", + "depth": 3, + "id": 534840, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-01T01:47:51", + "last_update": "2016-08-01T13:56:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 14904372598, - "net_votes": 1, - "parent_author": "redredwine", - "parent_permlink": "do-you-believe-in-ghosts", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "autostation", + "parent_permlink": "re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t134406673z", "percent_hbd": 10000, - "permlink": "re-redredwine-do-you-believe-in-ghosts-20160819t165623069z", + "permlink": "re-autostation-re-cheetah-re-pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common-20160801t134145-20160801t135622900z", "reward_weight": 10000, - "root_author": "redredwine", - "root_permlink": "do-you-believe-in-ghosts", + "root_author": "autostation", + "root_permlink": "pathology-or-pseudo-pathology-what-do-racism-sexism-and-obesity-have-in-common", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 68479127117193767, - "vote_rshares": 14904372598 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 91811429153, - "active": "2016-08-19T18:09:12", + "abs_rshares": 0, + "active": "2016-08-01T19:33:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 28, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is a legitimate point of view. This article was in response to the vast number of messages arguing fairness.", - "cashout_time": "2016-08-26T18:09:12", - "category": "philosophy", - "children": 0, + "body": "Nice post! Recipe looks delicious and great pictures. Thanks for sharing!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-19T18:09:12", + "created": "2016-08-01T14:09:30", "curator_payout_value": { - "amount": "10", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 893179, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T18:09:12", + "depth": 1, + "id": 535148, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T02:59:00", + "last_update": "2016-08-01T14:09:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 91811429153, + "net_rshares": 0, "net_votes": 2, - "parent_author": "dana-edwards", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160819t173942359z", + "parent_author": "celebr1ty", + "parent_permlink": "patties-bomb", "percent_hbd": 10000, - "permlink": "re-dana-edwards-re-dantheman-our-corrupt-sense-of-fairness-20160819t180912308z", + "permlink": "re-celebr1ty-patties-bomb-20160801t140929000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "celebr1ty", + "root_permlink": "patties-bomb", "title": "", "total_payout_value": { - "amount": "40", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 413905177682512313, - "vote_rshares": 91811429153 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1843760828226, - "active": "2016-08-19T18:14:00", + "abs_rshares": 0, + "active": "2016-08-01T20:02:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 757, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Steem Dollars are working very well, it just takes the market some time to grow up around it. Like a toddler getting its balanced. The market learns from experience more than intelligence. In recent days steem dollar volume has been increasing and it has been trading at 96 to 97% of the dollar. About a credit card processing fee. It will only get better.", - "cashout_time": "2016-08-26T18:14:00", - "category": "philosophy", + "body": "The total supply of SBD is about 1% of the supply of STEEM/SP. It isn't mathematically possible for whales to have a large percentage.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T18:14:00", + "created": "2016-08-01T20:02:48", "curator_payout_value": { - "amount": "371", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 5, - "id": 893264, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-19T18:14:00", + "id": 543549, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-31T06:40:00", + "last_update": "2016-08-01T20:02:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1843760828226, - "net_votes": 3, - "parent_author": "dana-edwards", - "parent_permlink": "re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t180747108z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "ntomaino", + "parent_permlink": "re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t190703318z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-re-johnsmith-re-fatboy-re-johnsmith-re-dantheman-our-corrupt-sense-of-fairness-20160819t181400021z", + "permlink": "re-ntomaino-re-smooth-re-cloh76-re-generalspecific-re-liberosist-re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges-20160801t200249000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "liberosist", + "root_permlink": "re-investing-sbd-into-steem-power-consider-skipping-the-internal-market-for-the-exchanges", "title": "", "total_payout_value": { - "amount": "1119", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 5820119120402241273, - "vote_rshares": 1843760828226 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-19T18:17:48", + "active": "2016-08-01T21:27:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "@r4fken statements are easy to take out of context, especially by those doing it on purpose to promote an agenda. \n\nI will probably write another blog post where I clarify my concept of censorship.", - "cashout_time": "2016-08-26T18:17:48", - "category": "philosophy", + "body": "How do you get _market_ execution history (not for a specific account)?\n\nIt is impossible to do any meaningful analysis of trading activity without that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T18:17:48", + "created": "2016-08-01T21:23:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 893322, - "json_metadata": "{\"tags\":[\"philosophy\"],\"users\":[\"r4fken\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T18:17:48", + "depth": 4, + "id": 545377, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-01T21:27:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39037,13 +39037,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "dantheman", - "parent_permlink": "re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t162623882z", + "parent_author": "theoretical", + "parent_permlink": "re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185430888z", "percent_hbd": 10000, - "permlink": "re-dantheman-re-shenanigator-re-dantheman-re-shenanigator-re-dantheman-our-corrupt-sense-of-fairness-20160819t181748143z", + "permlink": "re-theoretical-re-furion-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t212300700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", "title": "", "total_payout_value": { "amount": "0", @@ -39054,226 +39054,226 @@ "vote_rshares": 0 }, { - "abs_rshares": 6379605229684, - "active": "2016-08-21T12:32:39", + "abs_rshares": 0, + "active": "2016-08-01T21:36:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 5837, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This kind of thinking is fundamentally flawed. The only way to know if costs < benefit is for *private* individuals to make decisions. If you are spending other people's money you have not factored in the *opportunity costs*.\n\nWhat could 13.5G EUR have been spent on instead if tax money was not spent.\n\nWhat is the impact of the loss of freedom, the centralization of knowledge, and the politics of deciding which experiments to run?", - "cashout_time": "2016-08-26T18:52:30", - "category": "science", - "children": 7, + "body": "The self-voting feature we were discussing only applies to posts not comments.\n\nVoting yourself routinely on comments is questionable since comments usually don't get that much in the way of votes and rewards, and each comment vote uses the same vote power as a post vote. I only do it when I feel my comment is particularly important and I want to promote it, but in that case it isn't for the rewards, it is for visibility.\n\nHowever, there are some users (I'm one of them) who don't post very much but are active on comments. They may feel that their comments are useful and a valuable contribution to the discussion, so worthy of rewards. (I'll leave it to others to decide if my comments are valuable.)", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-help", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T18:52:30", + "created": "2016-08-01T21:34:21", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 893913, - "json_metadata": "{\"tags\":[\"science\"]}", - "last_payout": "2016-08-20T20:05:03", - "last_update": "2016-08-19T18:52:30", + "depth": 5, + "id": 545629, + "json_metadata": "{\"tags\":[\"steem-help\"]}", + "last_payout": "2016-08-29T03:20:18", + "last_update": "2016-08-01T21:36:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 6379605229684, - "net_votes": 13, - "parent_author": "lemouth", - "parent_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "hrottie", + "parent_permlink": "re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t190156003z", "percent_hbd": 10000, - "permlink": "re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t185230383z", + "permlink": "re-hrottie-re-smooth-re-liberosist-re-peterz-re-liberosist-mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards-20160801t213421400z", "reward_weight": 10000, - "root_author": "lemouth", - "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "root_author": "liberosist", + "root_permlink": "mind-your-votes-an-investigation-and-guide-to-maximizing-your-curation-rewards", "title": "", "total_payout_value": { - "amount": "8655", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 5635402523461813199, - "vote_rshares": 6379605229684 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 3100250071128, - "active": "2016-08-21T11:25:27", + "abs_rshares": 0, + "active": "2016-08-01T22:19:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1912, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I am very much an austrian economist and anarcho capitalist with full support for voluntarism. I am also dealing with the limits of game theory.\n\nI don't like down votes, I would prefer for the whole system to be positive. A downvote is really a more efficient way of saying \"upvote everything else but X\". \n\nAbsent downvotes, all manner of abuses are possible. So while I agree with your desire for an \"upvote\" only system, it is like asking for \"world peace\".", - "cashout_time": "2016-08-26T19:16:00", - "category": "philosophy", - "children": 4, + "body": "> For the Hot view, I do not think it should be removed, just reworked\n\nSure. My objection of course is not the name Hot, just the idea of a leaderboard based specifically on vote count. Using a different metric as you suggest is fine. There could be numerous such useful rankings.\n\n> Of course, with the ability to create accounts through reg fee, or buy and sell accounts, they would still have anonymous means\n\nThese accounts are still always linked to a creator account. PoW accounts are not. Possibly by some means of buying and selling these could be obtained anonymously (and that probably will occur, for people who want more anonymous accounts than can be obtained via PoW), but it is significantly harder and increases the risk of being traced, which in turn could then transfer some of the risk to the seller. In cases of abuse this might be considered acceptable, but in cases of valued minority expression it is not.\n\n> I did notice a lot of accounts in bot swarms are Steemit provided, which makes me think people are just using reddit\n\nAgain I think you dismiss too easily fake Facebook accounts. I'm not sure why. Many people I know who aren't even online scammers have multiple Facebook accounts. Scammers create them by the thousands. (Not to dismiss Reddit account scamming either, that is also clearly rampant, and you may be right this is currently the low-hanging fruit, but removing it would just shift that to Facebook, while obstructing some, possibly many, legitimate users who don't use Facebook.)\n\n> other people have suggested removing the dollar value of a post to reduce jealousy, and I understand their point to ... Unfortunately that leaves us at an impass, as these two ideas remove both the metrics we have!\n\nUnlike vote count, dollar value is a meaningful quantity that is not arbitrarily manipulated using Sybil accounts. Nevertheless, I specifically mentioned in my first comment another metric, weighted vote share, by which I mean a count of SP voting (possibly normalized or summarized). This is different from dollars because it doesn't apply the reward formula rules. Using this in place of vote count would still allow hiding dollars, if people want to do that.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T19:16:00", + "created": "2016-08-01T22:17:15", "curator_payout_value": { - "amount": "13", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 894289, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-20T18:32:54", - "last_update": "2016-08-19T19:16:00", + "depth": 3, + "id": 546442, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-31T17:00:06", + "last_update": "2016-08-01T22:19:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3100250071128, - "net_votes": 7, - "parent_author": "dwinblood", - "parent_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anyx", + "parent_permlink": "re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t173650656z", "percent_hbd": 10000, - "permlink": "re-dwinblood-opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness-20160819t191602427z", + "permlink": "re-anyx-re-smooth-re-anyx-reputation-and-the-bot-crisis-sybils-and-cheetah-20160801t221714000z", "reward_weight": 10000, - "root_author": "dwinblood", - "root_permlink": "opposing-perceptions-mismatched-definitions-parity-mismatch-voting-down-voting-and-fairness", + "root_author": "anyx", + "root_permlink": "reputation-and-the-bot-crisis-sybils-and-cheetah", "title": "", "total_payout_value": { - "amount": "2834", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 8054578226638781699, - "vote_rshares": 3100250071128 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 196428008209067, - "active": "2016-08-21T10:36:15", + "abs_rshares": 0, + "active": "2016-08-01T22:37:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1583225, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg
\nSeveral months ago I discovered a [nifty little scripting language called WREN](https://github.com/munificent/wren) in my pursuit of high-performance deterministic scripting engines that could be leveraged for smart contracts. \n\n## Wren is a small, fast, class-based scripting language\n\nHere are some of the highlights from their github repo.\n\n * **Wren is small.** The VM implementation is under 4,000 semicolons. You can skim the whole thing in an afternoon. It's *small*, but not *dense*.\n * **Wren is fast.** A fast single-pass compiler to tight bytecode, and a compact object representation help [Wren compete with other dynamic languages.](http://wren.io/performance.html)\n* **Wren is class-based.** There are lots of scripting languages out there, but many have unusual or non-existent object models. Wren places classes front and center.\n * **Wren is a scripting language.** Wren is intended for embedding in applications. It has no dependencies, a small standard library, and an easy-to-use C API. It compiles cleanly as C99, C++98 or anything later.\n\n## Requirements for Smart Contract Scripting Language \n\nA blockchain based smart contract scripting language has some very tough requirements:\n\n### Speed is Critical\nI have stated many times that the bottleneck for blockchain performance is the single threaded business logic of applications. Every blockchain transaction has the power to change the environment for the next transaction which makes out-of-order or parallel execution difficult. \n\n### Deterministic Execution \nThe point of smart contracts is to come to an unambiguous consensus on the current state of the application. This requires all machines to arrive at the exact some conclusion. Any deviations could result in an unexpected and undesirable blockchain fork.\n\n### Sandboxing \nCreating a blockchain that is ready and able to run arbitrary code requires that the code is heavily sandboxed. This means that it cannot enter infinite loops nor allocate an unbounded amount of memory. Not only must execution time be monitored, but it must be deterministically calculated as part of global consensus. In other words, it must count operations, not wall clock time and it must exit with an error at the exact same point on all machines.\n\n## Why WREN is Perfect for a Smart Contract Platform\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Wren\u2019s closest sibling, by far, is Lua. Lua is more dynamic than Wren which makes its job harder.\n\nYou can see some benchmarks of how fast WREN is compared to many other popular languages in this table.\n
https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png
\n\nIt gets this performance by combining the best aspects of scripting and statically typed languages. This allows it to generate very efficient code.\n\n> Most of Wren\u2019s performance comes from language design decisions. While it\u2019s dynamically typed and dispatched, classes are relatively statically defined. That makes a lot of things much easier. Other languages have a much more mutable object model, and cannot change that without breaking lots of existing code.\n\nI recently [forked wren to add Sandbox support](https://github.com/bytemaster/wren) and submitted a [pull request](https://github.com/munificent/wren/pull/388). This was relatively trivial to implement because the code base was very clean and easy to understand.\n\n## Comparison to Ethereum and Lisk\n\nIn my opinion there is no comparison. The performance of the Ethereum virtual machine is burdened by poor design decisions. Many of Ethereum's poor decisions are a result of being built and designed by programmers with less language experience and more blockchain experience. In other words, the EVM is designed by blockchain engineers thinking about blockchain problems and as a side effect they built a system that no language engineer would virtual machine designer would ever consider viable.\n\nI have built my own languages and compilers and can testify that designing high performance languages is a skill that most programmers do not have.\n\nWren has been designed by [Bob Nystrom](http://journal.stuffwithstuff.com/) author of the book [Game Programming Patterns](http://gameprogrammingpatterns.com/). Game programming is very demanding and requires high performance scripting that is easily embedded within native C/C++ applications. \n\nFrom what I can tell about Lisk and it's reliance on Javascript, it is not suitable for running untrusted code on a public blockchain in the same way Ethereum is. Lisk is targeting a different market. When I first heard of lisk I was excited because I thought they found a deterministic Javascript interpreter with sandboxing and computation metering; I was wrong. \n\n## Future Work \n\nWren isn't perfect. The language is still in its infancy, but if adopted by a blockchain community it could mature very quickly. There is only one aspect of Wren that I would like to change and that is to convert it to use Integer math. Blockchain's do not require floating point operations. Making this change should be relatively simple.\n\nOnce the Wren VM and compiler is mature, then it is simply a matter of integrating the VM with some C++ APIs for reading and writing blockchain state and generating blockchain operations. This kind of feature is probably best to keep in a sidechain / subchain until all the kinks are worked out.", - "cashout_time": "2016-08-26T21:30:03", - "category": "smartcontracts", - "children": 48, + "body": "Good post. Upvoted for original analysis.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T21:30:03", + "created": "2016-08-01T22:37:00", "curator_payout_value": { - "amount": "40124", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 896219, - "json_metadata": "{\"tags\":[\"smartcontracts\",\"ethereum\",\"language\",\"programming\",\"blockchain\"],\"image\":[\"https://d.ibtimes.co.uk/en/full/1429327/blockchain-technology-bitcoin-contacts.jpg\",\"https://cloud.githubusercontent.com/assets/347290/17824100/ff639090-662d-11e6-9822-5f3ec9481ca6.png\"],\"links\":[\"https://github.com/munificent/wren\",\"https://github.com/bytemaster/wren\"]}", - "last_payout": "2016-08-21T09:48:39", - "last_update": "2016-08-19T21:30:03", + "depth": 1, + "id": 546777, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T10:37:24", + "last_update": "2016-08-01T22:37:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 129307082231667, - "net_votes": 481, - "parent_author": "", - "parent_permlink": "smartcontracts", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", "percent_hbd": 10000, - "permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "permlink": "re-alexgr-if-you-think-about-it-it-s-not-quality-that-matters-but-relevance-20160801t223700800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", - "title": "Could WREN be the future of Smart Contract Scripting Languages?", + "root_author": "alexgr", + "root_permlink": "if-you-think-about-it-it-s-not-quality-that-matters-but-relevance", + "title": "", "total_payout_value": { - "amount": "2343172", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 162867545220367 + "vote_rshares": 0 }, { - "abs_rshares": 1716202033064, - "active": "2016-08-20T01:06:00", + "abs_rshares": 0, + "active": "2016-08-01T23:44:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 694, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I wrote 5 compilers in college in 4 different languages / language paradigms. Then after college I wrote an interpreter that would call c++ code. The interpreted language had C++ like syntax with exceptions, etc. Performance was terrible, but it worked.\n\nThat was all 14 years ago, so I am a tad rusty.", - "cashout_time": "2016-08-26T21:58:42", - "category": "smartcontracts", - "children": 1, + "body": "steemit.com doesn't show downvotes (I think a bad idea, but not my call). You can see them on steemd.com. There was no censoring by the site here afaik, just someone downvoted you probably because they disagree with your politics.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-19T21:58:42", + "created": "2016-08-01T23:44:39", "curator_payout_value": { - "amount": "330", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 896627, - "json_metadata": "{\"tags\":[\"smartcontracts\"]}", - "last_payout": "2016-08-21T09:48:39", - "last_update": "2016-08-19T21:58:42", + "depth": 3, + "id": 547887, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T02:19:12", + "last_update": "2016-08-01T23:44:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1716202033064, - "net_votes": 13, - "parent_author": "daut44", - "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t214836744z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "r0achtheunsavory", + "parent_permlink": "re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t131056745z", "percent_hbd": 10000, - "permlink": "re-daut44-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215841378z", + "permlink": "re-r0achtheunsavory-re-cryptobarry-re-r0achtheunsavory-why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being-20160801t234438400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "root_author": "r0achtheunsavory", + "root_permlink": "why-would-anyone-use-steem-or-steemit-if-it-s-centrally-moderated-even-worse-than-reddit-with-completely-legit-topics-being", "title": "", "total_payout_value": { - "amount": "1026", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 5538352126043052932, - "vote_rshares": 1716202033064 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-20T15:51:48", + "active": "2016-08-02T11:59:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It is true it isn't decidable which means it would have to operate on a calculation limit. With the calculation limit which I already implemented it is impossible to write an infinite loop.\n\n** it can call native code, there is no protection when native code is called and it will count as a single op unless the native code provides a means to provide an alternative weight for the call. **", - "cashout_time": "2016-08-26T22:00:36", - "category": "smartcontracts", - "children": 1, + "body": "This post doesn't add anything new to the discussion. You're dangerously close to becoming That Guy. Take a break from the computer and come back fresh with some new ideas.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-19T22:00:36", + "created": "2016-08-02T01:07:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 896649, - "json_metadata": "{\"tags\":[\"smartcontracts\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T22:01:30", + "depth": 1, + "id": 549183, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T16:20:42", + "last_update": "2016-08-02T01:07:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39282,13 +39282,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "recursive", - "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t215949272z", + "parent_author": "egjoshslim", + "parent_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", "percent_hbd": 10000, - "permlink": "re-recursive-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t220035057z", + "permlink": "re-egjoshslim-another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3-20160802t010714900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "root_author": "egjoshslim", + "root_permlink": "another-post-about-whales-not-the-legitimate-ones-that-actually-read-content-i-love-the-legitimate-whales-less-than-3", "title": "", "total_payout_value": { "amount": "0", @@ -39299,79 +39299,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 207148283032, - "active": "2016-08-19T23:21:12", + "abs_rshares": 0, + "active": "2016-08-02T11:57:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 65, - "beneficiaries": [], - "body": "> \u201cYes, we believe Lisk can host a project of this size, if not greater. The reason for this are twofold, our choice of database system: PostgreSQL, which has many avenues for scalability, and secondly the fact that each sidechain operates autonomously from the mainchain with the minimum of parental dependency.\"\n\nI had to laugh at that quote. No SQL database can complete with graphene for single threaded business logic required by block chains. Not even close. Like 100x difference.", - "cashout_time": "2016-08-26T22:44:18", - "category": "smartcontracts", - "children": 1, + "author": "smooth", + "author_rewards": 1071, + "beneficiaries": [], + "body": "Paying people to upvote is abuse, or at least within the range of reasonable definitions of a abuse that someone may find as a reason to flag/downvote. @liodani did nothing wrong here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 12, "children_abs_rshares": 0, - "created": "2016-08-19T22:44:18", + "created": "2016-08-02T05:09:18", "curator_payout_value": { - "amount": "23", + "amount": "853", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 897223, - "json_metadata": "{\"tags\":[\"smartcontracts\"]}", - "last_payout": "2016-08-21T09:48:39", - "last_update": "2016-08-19T22:44:42", + "depth": 1, + "id": 552509, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liodani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T05:09:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 207148283032, - "net_votes": 12, - "parent_author": "ervin-lemark", - "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t221051569z", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "incomemonthly", + "parent_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", "percent_hbd": 10000, - "permlink": "re-ervin-lemark-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224417121z", + "permlink": "re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t050917500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", "title": "", "total_payout_value": { - "amount": "95", + "amount": "2580", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 908266385050205834, - "vote_rshares": 207148283032 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-19T23:09:57", + "active": "2016-08-02T11:44:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 313, "beneficiaries": [], - "body": "No. The VM and the language. Eth would be much slower than Python.", - "cashout_time": "2016-08-26T23:09:57", - "category": "smartcontracts", - "children": 0, + "body": "Faucets are a common practice _when people give away their own money_. In this case votes allocate money from the reward pool which belong not to the poster, but to the community. As such, all in the community are entitled to protect the pool as their conscience dictates, which is exactly what @liondani did there. If I had seen it I would have done the same.\n\nIf there are other cases where you think @liondani acted inappropriately then point them out specifically. Making vague allegations without facts helps no one.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-19T23:09:57", + "created": "2016-08-02T06:05:15", "curator_payout_value": { - "amount": "0", + "amount": "171", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 897524, - "json_metadata": "{\"tags\":[\"smartcontracts\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T23:09:57", + "depth": 3, + "id": 553100, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"liondani\"]}", + "last_payout": "2016-09-01T22:12:30", + "last_update": "2016-08-02T06:05:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39379,17 +39379,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "cryptobro", - "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t223902538z", + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t051928267z", "percent_hbd": 10000, - "permlink": "re-cryptobro-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t230957992z", + "permlink": "re-incomemonthly-re-smooth-re-incomemonthly-some-whales-are-abusing-their-power-with-downvotes-ie-liondani-20160802t060515300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "root_author": "incomemonthly", + "root_permlink": "some-whales-are-abusing-their-power-with-downvotes-ie-liondani", "title": "", "total_payout_value": { - "amount": "0", + "amount": "602", "nai": "@@000000013", "precision": 3 }, @@ -39398,29 +39398,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-19T23:11:03", + "active": "2016-08-07T10:16:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Because the code is far more complex and syntax not familiar to most coders. Also no sand box.", - "cashout_time": "2016-08-26T23:11:03", - "category": "smartcontracts", - "children": 0, + "body": "It was made more linear from the perspective of voters but the quadratic weighting across different posts remains. I think most in decision making positions see large payouts for winning/leaderboard posts to be a more useful approach overall than paying each post (to make up a number) $10. Which is not to say there aren't a lot of posts making $100-200 because there are, but overall the rewards are indeed concentrated with the top posts. It is a reasonable debate though, whether payouts across posts should be flatter.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-19T23:11:03", + "created": "2016-08-02T08:58:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 897534, - "json_metadata": "{\"tags\":[\"smartcontracts\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T23:11:03", + "depth": 3, + "id": 555106, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-02T08:58:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39428,14 +39428,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "vi1son", - "parent_permlink": "re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t224246496z", + "net_votes": 1, + "parent_author": "alexgr", + "parent_permlink": "re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160801t205354136z", "percent_hbd": 10000, - "permlink": "re-vi1son-re-dantheman-could-wren-be-the-future-of-smart-contract-scripting-languages-20160819t231102854z", + "permlink": "re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t085808100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "could-wren-be-the-future-of-smart-contract-scripting-languages", + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", "title": "", "total_payout_value": { "amount": "0", @@ -39446,79 +39446,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 2780690724868, - "active": "2016-08-21T02:49:36", + "abs_rshares": 0, + "active": "2016-08-02T10:42:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1056, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I never vote my comments with full power. \n\nNever devised rules to increase my control. In fact I do the opposite, devise rules to decentralize control.", - "cashout_time": "2016-08-27T14:04:57", - "category": "philosophy", - "children": 7, + "body": "I agree about blogging vs. chatting. One of the most interesting things I've seen on Steemit is the growth of activity in comments. In the earlier days with a much smaller user base, there were few comments even on the top paid posts. In fact comments were so neglected that there was at one point a proposal to explicitly subsidize comment posting with a dedicated portion of the reward pool. That proposal was dropped, but nevertheless, as the user base grew, comments have taken off to where most decent posts, whether highly rewarded or not, generate a significant tree of discussion and many good ideas are developed in comments.\n\nAnecdotally I hate blogs that disable comments and usually don't return to them more than once or twice. Whether I comment or not, I still want to see what others have to say about the post, and if the poster isn't allowing comments that could potentially challenge their claims, I'm less willing to take what they have to say seriously. The days of one-way information dissemination are over.\n\nOverall this was a good post with useful analysis of the competitive landscape.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T14:04:57", + "created": "2016-08-02T09:07:15", "curator_payout_value": { - "amount": "518", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 905669, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-21T07:22:48", - "last_update": "2016-08-20T14:04:57", + "depth": 3, + "id": 555187, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T21:25:06", + "last_update": "2016-08-02T09:07:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2780690724868, - "net_votes": 3, - "parent_author": "steemed", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "anonymint", + "parent_permlink": "re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t083635848z", "percent_hbd": 10000, - "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t140455196z", + "permlink": "re-anonymint-re-sharper333-re-anonymint-steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination-20160802t090712200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "anonymint", + "root_permlink": "steemit-s-skyrocketing-alexa-rank-on-the-road-to-world-domination", "title": "", "total_payout_value": { - "amount": "1562", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 2780690724868 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-20T19:08:27", + "active": "2016-08-02T09:53:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Easy to write of the masses. You should review mises on socialisms in ability to do real economic calculation.", - "cashout_time": "2016-08-27T14:09:42", - "category": "science", - "children": 1, + "body": "I'm glad you found the post valuable and thank you for the positive feedback. It is appreciated!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T14:09:42", + "created": "2016-08-02T09:53:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 905720, - "json_metadata": "{\"tags\":[\"science\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T14:09:42", + "depth": 2, + "id": 555728, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-25T04:55:36", + "last_update": "2016-08-02T09:53:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39527,13 +39527,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "lemouth", - "parent_permlink": "re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160819t225406062z", + "parent_author": "merej99", + "parent_permlink": "re-smooth-voting-is-a-popularity-contest-20160802t092842001z", "percent_hbd": 10000, - "permlink": "re-lemouth-re-dantheman-re-lemouth-the-cern-large-hadron-collider-and-its-economical-impact-on-the-society-20160820t140940342z", + "permlink": "re-merej99-re-smooth-voting-is-a-popularity-contest-20160802t095308000z", "reward_weight": 10000, - "root_author": "lemouth", - "root_permlink": "the-cern-large-hadron-collider-and-its-economical-impact-on-the-society", + "root_author": "smooth", + "root_permlink": "voting-is-a-popularity-contest", "title": "", "total_payout_value": { "amount": "0", @@ -39545,29 +39545,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T14:20:18", + "active": "2016-08-02T10:52:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 18, "beneficiaries": [], - "body": "I view people as people and that is why I recognize the mathematical truth is not good enough for user experience.", - "cashout_time": "2016-08-27T14:12:21", - "category": "philosophy", - "children": 1, + "body": "Maybe I should outvote him with the thousands of accounts I have left over from mining. Or perhaps I should power down my stake and use it to create 500 000 new accounts (though fear not, I can \"only\" do this at a rate of 5000 per week).\n\nDoes this make any sense? The answer is no. \n\nIt is time to recognize that 'vote count' is an obsolete and unworkable concept that is a hold over from previous inferior systems such as Reddit. We don't need it and will be better off without it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T14:12:21", + "created": "2016-08-02T10:52:51", "curator_payout_value": { - "amount": "0", + "amount": "14", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 905763, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T14:12:21", + "depth": 1, + "id": 556589, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T23:15:57", + "last_update": "2016-08-02T10:52:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39575,17 +39575,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "business", - "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t052813632z", + "net_votes": 1, + "parent_author": "riensen", + "parent_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", "percent_hbd": 10000, - "permlink": "re-business-re-dantheman-our-corrupt-sense-of-fairness-20160820t141221416z", + "permlink": "re-riensen-steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool-20160802t105249500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "our-corrupt-sense-of-fairness", + "root_author": "riensen", + "root_permlink": "steemit-etiquette-using-95-bot-accounts-to-upvote-your-own-content-fair-game-or-not-cool", "title": "", "total_payout_value": { - "amount": "0", + "amount": "42", "nai": "@@000000013", "precision": 3 }, @@ -39594,29 +39594,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T14:22:48", + "active": "2016-08-02T11:25:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Steem dollar rate varies too.", - "cashout_time": "2016-08-27T14:22:48", - "category": "steemit", - "children": 0, + "body": "http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T14:22:48", + "created": "2016-08-02T11:19:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 905901, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T14:22:48", + "depth": 1, + "id": 556962, + "json_metadata": "{\"tags\":[\"photography\"],\"links\":[\"http://yacht-maiken.blogspot.com/2006/08/stone-sea-and-volcano.html\"]}", + "last_payout": "2016-09-01T23:19:06", + "last_update": "2016-08-02T11:19:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39624,14 +39624,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "herzmeister", - "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t082655642z", + "net_votes": 1, + "parent_author": "kapets", + "parent_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", "percent_hbd": 10000, - "permlink": "re-herzmeister-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142249623z", + "permlink": "re-kapets-they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened-20160802t111915900z", "reward_weight": 10000, - "root_author": "clayop", - "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "root_author": "kapets", + "root_permlink": "they-swam-in-a-strange-spot-in-the-middle-of-the-ocean-a-few-minutes-later-something-incredible-happened", "title": "", "total_payout_value": { "amount": "0", @@ -39642,79 +39642,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 97696660, - "active": "2016-08-21T17:10:54", + "abs_rshares": 0, + "active": "2016-08-02T19:11:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "You do the math, your numbers are wrong.", - "cashout_time": "2016-08-27T14:27:06", - "category": "steemit", - "children": 6, + "body": "^ This\n\nWelcome Heather.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-20T14:27:06", + "created": "2016-08-02T11:23:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 905939, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T14:27:06", + "id": 557021, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T01:27:06", + "last_update": "2016-08-02T11:23:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 97696660, - "net_votes": 1, - "parent_author": "satoshifpv", - "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t124100580z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "zorro", + "parent_permlink": "re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t034857255z", "percent_hbd": 10000, - "permlink": "re-satoshifpv-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t142703532z", + "permlink": "re-zorro-re-thepixelprincess-it-s-not-a-secret-who-i-am-20160802t112339200z", "reward_weight": 10000, - "root_author": "clayop", - "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "root_author": "thepixelprincess", + "root_permlink": "it-s-not-a-secret-who-i-am", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 450535317020133, - "vote_rshares": 97696660 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-21T08:55:03", + "active": "2016-08-02T11:38:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Steem has a business model. Just like Bitcoin.", - "cashout_time": "2016-08-27T14:33:03", - "category": "steemit", - "children": 3, + "body": "That is an incredibly beautiful photograph. Thank you for sharing.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitphotochallenge", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T14:33:03", + "created": "2016-08-02T11:38:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 906024, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T14:33:03", + "depth": 1, + "id": 557247, + "json_metadata": "{\"tags\":[\"steemitphotochallenge\"]}", + "last_payout": "2016-08-30T11:04:27", + "last_update": "2016-08-02T11:38:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39723,13 +39723,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "orly", - "parent_permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t094545776z", + "parent_author": "theyam", + "parent_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", "percent_hbd": 10000, - "permlink": "re-orly-re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t143303227z", + "permlink": "re-theyam-steemitphotochallenge-entry-sunday-stroll-on-the-beach-20160802t113835800z", "reward_weight": 10000, - "root_author": "clayop", - "root_permlink": "is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies", + "root_author": "theyam", + "root_permlink": "steemitphotochallenge-entry-sunday-stroll-on-the-beach", "title": "", "total_payout_value": { "amount": "0", @@ -39740,177 +39740,177 @@ "vote_rshares": 0 }, { - "abs_rshares": 138687111598314, - "active": "2016-09-07T21:54:54", + "abs_rshares": 0, + "active": "2016-08-08T21:36:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2111, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\nBlack swan on Vacha reservoir, Bulgaria by [Kiril Krastev](https://commons.wikimedia.org/wiki/User:Littlegrizmin)
\n\nOver the past couple of weeks, our team has been working through the Steem Dollar mechanics in an effort to secure the economic foundation of Steem against black swan events. It should be obvious to all that if at any point in the future the market cap of Steem fell below the supply of Steem Dollars then the Steem Dollar would break. Long before that happened there would be a *run on the bank*. \n\nWe designed the Steem incentives to always push Steem toward a Steem Dollar supply equal to about 5% of the available market cap. This happens because for every Steem Dollar we create we create about 19 Steem Dollar\u2019s worth of Steem and Steem Power. \n\nThis system works well when the market cap is rising or relatively stable, but there is one edge case which could cause the system to unravel. When the market cap falls and pushes the Steem Dollar ratio to dangerously high levels (20% or more of market cap), then the network must start paying off its \u201cdebt\u201d with \u201cequity\u201d and reducing the Steem Dollar supply. \n\n## Extremely Unlikely but not Impossible\n\nBefore anyone starts worrying, lets look at what would have to happen before these kind of scenarios become a concern. \n\nCurrently **Steem Dollars represent about 1% of market cap** and total about $2.1 million dollars. This is a very safe level. The market cap would have to fall to $10.5 million dollars before Steem Dollars represents 20% or more of the market cap. \n\nEach day the supply of Steem Dollars is increasing so over time the danger zone market cap will rise. \n\n## Reducing Steem Dollar Supply in Down Market\n\nThere is only one way to reduce the Steem Dollar supply and that is by users voluntarily converting their Steem Dollars to STEEM at the price feed via the 7 day conversion. This processes can be incentivized by offering a short-term premium conversion rate that gives each Steem Dollar holder $1.25 worth of STEEM when they convert. This is possible by having the witnesses temporarily adjust the price feed. \n\nIt would be critical that the premium remain temporary and has a pre-planned deadline or else the market would permanently adjust the trading value of Steem Dollars to reflect this new premium conversion rate. \n\nSteem Whales can also buy Steem Dollars on the market by powering down some STEEM and then convert to back to STEEM. This process would not necessarily be profitable for whales and suffers tragedy of the commons. One whale would carry the burden for the benefit of the entire platform.\n\n## Stop Increasing the Supply\n\nOf course it gets difficult to reduce the Steem Dollar supply when the supply keeps growing due to interest and author rewards. The fastest way to dig yourself out of a hole is to stop digging. As it exists today, this isn\u2019t an option for author rewards but it is possible to reduce the interest rate to 0%. \n\n## New Enhancements for Stability \n\nIn the up coming hard fork we will be including changes to the protocol designed to protect all parties in the event persistent price declines and lack of redemption requests allow the Steem Dollar supply to reach unhealthy and unsustainable levels. \n\n### Gradual Shift in Author Rewards \n\nAs the Steem Dollar supply grows from 3% to 5% the percent of author rewards paid in Steem Dollars will go from 50% to 0% and the percent paid as liquid STEEM will go from 0% to 50%. In this way authors are still awarded with liquid assets, but the network gradually slows down the printing presses on Steem Dollars. \n\nAt current levels, this measure wouldn\u2019t take effect unless the market cap fell to $70M and would completely stop issuing new Steem Dollars when the market cap fell to about $40M. \n\n### Gradual Forced Redemption of Steem Dollars for STEEM\n\nAny time the Steem Dollar supply reaches 20% of the market cap, 1% of everyone\u2019s Steem Dollars will be converted to Steem Power at the price feed. This action can be viewed as a partial \u201cbail-in\u201d where everyone is treated equally. This will immediately reduce the Steem Dollar percent of total market cap while preventing immediate dumping of the STEEM which could accelerate the collapse in a positive feedback loop.\n\nSteem Dollar holders that wish to avoid this forced redemption should convert to STEEM and sell on the market. If done via the 7 day conversion process, then the supply should decrease naturally and all Steem Dollar holders can be spared the \u201cbail in\u201d. \n\n## Implications \n\nIt is our belief that having this safety net in place before it becomes an issue will help the entire community know how stake will be allocated in the event of persistent long term declines in price. The existence of this safety net will in turn reduce the likelihood that fear will turn into panic selling that would ultimately precipitate such an event.\n\nIt should be obvious to all that Steem Dollars are not backed by any individual holding dollars in a bank or promising to pay US dollars and that the only thing you are guaranteed is some amount of STEEM. The STEEM cannot be guaranteed to have purchasing power. \n\nUnder the enhanced rules everyone is protected and fairly dealt with in the unfortunate event that the market cap of the platform is unable to sustain the Steem Dollar debt levels.\n\n## Feedback Wanted\nIf anyone has any concerns or has better solutions in mind please let us know.", - "cashout_time": "2016-08-27T16:14:12", - "category": "steem", - "children": 154, + "body": "Thank you for posting this story, it was quite moving.", + "cashout_time": "1969-12-31T23:59:59", + "category": "parenting", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T16:14:12", + "created": "2016-08-02T12:05:03", "curator_payout_value": { - "amount": "17", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 907408, - "json_metadata": "{\"tags\":[\"steem\",\"steemdollar\",\"steemit\",\"hardfork\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T20:23:51", + "depth": 1, + "id": 557576, + "json_metadata": "{\"tags\":[\"parenting\"]}", + "last_payout": "2016-09-01T04:29:42", + "last_update": "2016-08-02T12:05:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 5104745536638, - "net_votes": 416, - "parent_author": "", - "parent_permlink": "steem", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "hanshotfirst", + "parent_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", "percent_hbd": 10000, - "permlink": "steem-dollar-stability-enhancements", + "permlink": "re-hanshotfirst-my-daughter-s-neville-longbottom-moment-of-the-day-20160802t120504500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", - "title": "Steem Dollar Stability Enhancements", + "root_author": "hanshotfirst", + "root_permlink": "my-daughter-s-neville-longbottom-moment-of-the-day", + "title": "", "total_payout_value": { - "amount": "3113", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 71895928567476 + "vote_rshares": 0 }, { - "abs_rshares": 565503330268, - "active": "2016-08-23T10:30:06", + "abs_rshares": 0, + "active": "2016-08-02T12:08:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 197, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Assume all sbd printing stopped. Assume market cap keeps falling. At some point you must convert to steem forcefully.", - "cashout_time": "2016-08-27T17:02:51", - "category": "steem", - "children": 3, + "body": "Welcome to Steemit. I'm glad you shared your story with us and I hope to see more of your posts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T17:02:51", + "created": "2016-08-02T12:08:54", "curator_payout_value": { - "amount": "89", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 908059, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T17:02:51", + "depth": 1, + "id": 557636, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-31T12:08:33", + "last_update": "2016-08-02T12:08:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 565503330268, - "net_votes": 11, - "parent_author": "anotherjoe", - "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t165723731z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sarahmegabubble", + "parent_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", "percent_hbd": 10000, - "permlink": "re-anotherjoe-re-dantheman-steem-dollar-stability-enhancements-20160820t170251032z", + "permlink": "re-sarahmegabubble-my-name-is-sarah-megabubble-and-i-m-joining-steemit-20160802t120854600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "sarahmegabubble", + "root_permlink": "my-name-is-sarah-megabubble-and-i-m-joining-steemit", "title": "", "total_payout_value": { - "amount": "290", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2284894884891452367, - "vote_rshares": 565503330268 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 2332164718694, - "active": "2016-08-28T18:44:03", + "abs_rshares": 0, + "active": "2016-08-04T00:02:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1085, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This was added to make people more confident. The alternative is to deny reality and pretend this could never happen. The odds are slim, but having insurance is better than denial.", - "cashout_time": "2016-08-27T17:30:24", - "category": "steem", - "children": 7, + "body": "I like that a lot. Very nice artwork!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T17:30:24", + "created": "2016-08-02T12:34:00", "curator_payout_value": { - "amount": "507", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 908427, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T17:30:24", + "depth": 1, + "id": 558067, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-01T08:16:54", + "last_update": "2016-08-02T12:34:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2332164718694, - "net_votes": 16, - "parent_author": "acassity", - "parent_permlink": "re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t171912167z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "verelst", + "parent_permlink": "goodbye-emoji-welcome-steempty", "percent_hbd": 10000, - "permlink": "re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t173023639z", + "permlink": "re-verelst-goodbye-emoji-welcome-steempty-20160802t123358700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "verelst", + "root_permlink": "goodbye-emoji-welcome-steempty", "title": "", "total_payout_value": { - "amount": "1599", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 2332164718694 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-20T18:02:18", + "active": "2016-08-03T00:46:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Lack of code is a bomb without pressure releaf. It could be a hair cut, that would make things easier on exchange.", - "cashout_time": "2016-08-27T18:02:18", + "body": "flagged as this appears to be a widely-distributed press release not original work of the poster here and as such was (possibly still is) grossly overpaid", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 0, + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-20T18:02:18", + "created": "2016-08-03T00:10:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 908859, + "depth": 1, + "id": 570373, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T18:02:18", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:15:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39919,13 +39919,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "pfunk", - "parent_permlink": "re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t174804036z", + "parent_author": "dashpaymag", + "parent_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", "percent_hbd": 10000, - "permlink": "re-pfunk-re-dantheman-re-acassity-re-pfunk-re-dantheman-steem-dollar-stability-enhancements-20160820t180216310z", + "permlink": "re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t001012400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", "title": "", "total_payout_value": { "amount": "0", @@ -39937,29 +39937,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T21:34:27", + "active": "2016-08-03T00:22:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Already exists just not in GUI", - "cashout_time": "2016-08-27T18:28:39", - "category": "steem", - "children": 2, + "body": "flagged", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T18:28:39", + "created": "2016-08-03T00:22:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 909225, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T18:28:39", + "depth": 3, + "id": 570516, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T12:03:30", + "last_update": "2016-08-03T00:22:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -39968,13 +39968,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "clevecross", - "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t162320763z", + "parent_author": "klye", + "parent_permlink": "re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160802t222533867z", "percent_hbd": 10000, - "permlink": "re-clevecross-re-dantheman-steem-dollar-stability-enhancements-20160820t182838834z", + "permlink": "re-klye-re-on0tole-re-natako-hi-steem-who-am-i-hockey-girl-cheerleading-about-me-20160803t002216000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "natako", + "root_permlink": "hi-steem-who-am-i-hockey-girl-cheerleading-about-me", "title": "", "total_payout_value": { "amount": "0", @@ -39986,29 +39986,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T18:32:45", + "active": "2016-08-03T00:32:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Holding steem dollars isn't mandatory.", - "cashout_time": "2016-08-27T18:32:45", - "category": "steem", + "body": "flagged as overrewarded by bot swarm votes for a repost of old public domain work", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T18:32:45", + "created": "2016-08-03T00:32:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 909278, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T18:32:45", + "depth": 1, + "id": 570694, + "json_metadata": "{\"tags\":[\"story\"]}", + "last_payout": "2016-09-02T04:07:45", + "last_update": "2016-08-03T00:32:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -40017,13 +40017,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "vi1son", - "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t180527459z", + "parent_author": "joseph", + "parent_permlink": "the-owls-and-the-crows-part-ii", "percent_hbd": 10000, - "permlink": "re-vi1son-re-dantheman-steem-dollar-stability-enhancements-20160820t183245987z", + "permlink": "re-joseph-the-owls-and-the-crows-part-ii-20160803t003258600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "joseph", + "root_permlink": "the-owls-and-the-crows-part-ii", "title": "", "total_payout_value": { "amount": "0", @@ -40035,29 +40035,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T21:51:57", + "active": "2016-08-03T00:46:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "All SP counts as well. Just because it is \"locked up\" doesn't mean it has no value.", - "cashout_time": "2016-08-27T19:34:39", + "body": "rep does not affect downvoting to reduce the reward. It is a parallel system that only affects hiding. You can still effectively downvote if you think it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-20T19:34:39", + "created": "2016-08-03T00:39:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 910132, + "id": 570814, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T19:34:39", + "last_payout": "2016-09-02T08:24:21", + "last_update": "2016-08-03T00:40:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -40066,13 +40066,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "furion", - "parent_permlink": "re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193158595z", + "parent_author": "earnest", + "parent_permlink": "re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t002056331z", "percent_hbd": 10000, - "permlink": "re-furion-re-intelliguy-re-dantheman-steem-dollar-stability-enhancements-20160820t193440627z", + "permlink": "re-earnest-re-smooth-re-dashpaymag-steemit-alternative-surfaces-on-the-internet-your-thoughts-20160803t003957000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "dashpaymag", + "root_permlink": "steemit-alternative-surfaces-on-the-internet-your-thoughts", "title": "", "total_payout_value": { "amount": "0", @@ -40083,79 +40083,79 @@ "vote_rshares": 0 }, { - "abs_rshares": 73764788601, - "active": "2016-08-20T20:40:15", + "abs_rshares": 0, + "active": "2016-08-03T04:09:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 23, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "The image was licensed under creative commons: [Wikipedia](https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg)", - "cashout_time": "2016-08-27T19:39:51", + "body": "The reward pool is shared, so it is mine, yours, and everyone else's. The white paper does discuss people downvoting to reduce rewards when they feel it is appropriate.", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 4, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T19:39:51", + "created": "2016-08-03T00:43:30", "curator_payout_value": { - "amount": "10", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 910192, - "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https://en.wikipedia.org/wiki/Black_swan#/media/File:Black_Swan_bg.jpg\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T19:40:33", + "depth": 3, + "id": 570870, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:09:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 73764788601, + "net_rshares": 0, "net_votes": 2, - "parent_author": "repholder", - "parent_permlink": "re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t192611068z", + "parent_author": "patrick-g", + "parent_permlink": "re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160802t160831979z", "percent_hbd": 10000, - "permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "permlink": "re-patrick-g-re-smooth-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t004329500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", "title": "", "total_payout_value": { - "amount": "33", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 318829544490625543, - "vote_rshares": 73764788601 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-08-20T19:43:09", + "active": "2016-08-03T00:44:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 133, "beneficiaries": [], - "body": "I agree that adjusting the feed is not a good idea. I included it in the post to show that it was the \"best option available\" without a change to the platform.", - "cashout_time": "2016-08-27T19:43:09", + "body": "I'm not on bitsharestalk. Since there is no PM on here yet you can PM me on bitcointalk as smooth or reddit as smooth_xmr", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T19:43:09", + "created": "2016-08-03T00:44:27", "curator_payout_value": { - "amount": "0", + "amount": "39", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 910231, + "depth": 5, + "id": 570890, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T19:43:09", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-03T00:44:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -40163,17 +40163,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "zer0sum", - "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t163734192z", + "net_votes": 2, + "parent_author": "fuzzyvest", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160802t151711988z", "percent_hbd": 10000, - "permlink": "re-zer0sum-re-dantheman-steem-dollar-stability-enhancements-20160820t194310887z", + "permlink": "re-fuzzyvest-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160803t004428100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", "title": "", "total_payout_value": { - "amount": "0", + "amount": "121", "nai": "@@000000013", "precision": 3 }, @@ -40182,29 +40182,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-20T19:45:24", + "active": "2016-08-16T17:09:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 37, "beneficiaries": [], - "body": "I thought I was advertising for them, but changed the image to one with creative commons license.", - "cashout_time": "2016-08-27T19:45:24", - "category": "steem", - "children": 0, + "body": "> too easy to be destroyed by a whale\n\nTroll\n\n\"The estimated value is based on a 7 day average value of Steem in US Dollars. $896,570.39\"\n\n(upvoted anyway for relevance)", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-20T19:45:24", + "created": "2016-08-03T01:37:54", "curator_payout_value": { - "amount": "0", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 910258, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T19:45:24", + "depth": 1, + "id": 571535, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-02T14:27:21", + "last_update": "2016-08-03T01:38:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -40212,17 +40212,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "siren", - "parent_permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t182726554z", + "net_votes": 4, + "parent_author": "wang", + "parent_permlink": "farewell-so-much-hate", "percent_hbd": 10000, - "permlink": "re-siren-re-dantheman-steem-dollar-stability-enhancements-20160820t194523487z", + "permlink": "re-wang-farewell-so-much-hate-20160803t013754700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "wang", + "root_permlink": "farewell-so-much-hate", "title": "", "total_payout_value": { - "amount": "0", + "amount": "87", "nai": "@@000000013", "precision": 3 }, @@ -40230,339 +40230,339 @@ "vote_rshares": 0 }, { - "abs_rshares": 19481079150586, - "active": "2016-08-20T23:35:24", + "abs_rshares": 0, + "active": "2016-08-03T09:37:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 45473, + "author": "smooth", + "author_rewards": 512, "beneficiaries": [], - "body": "I would like to make a brief statement that due to some legitimate concerns raised and an enhanced alternative solution I have come up with, the *forced conversion* at 20% ***will not be implemented***. A future post will contain [details about an alternative solution](/steemit/@dantheman/steem-dollars-have-limits).", - "cashout_time": "2016-08-27T20:26:54", - "category": "steem", - "children": 2, + "body": "Flagged for platform updates draining the same pool that rewards all platform users (and disproportionately since unlike any other content they are relevant to the entire user base). IMO the pool is better used to draw new content and users to the platform. Good update and the hopefully the reputation system will improve the platform, so not downvoting on merit.\n\nFor platform updates please consider using the blockchain feature that was added to disable rewards on a specific post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T20:26:54", + "created": "2016-08-03T02:11:03", "curator_payout_value": { - "amount": "417", + "amount": "390", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 910841, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T22:34:54", + "id": 571884, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T02:12:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 19481079150586, - "net_votes": 19, + "net_rshares": 0, + "net_votes": 13, "parent_author": "dantheman", - "parent_permlink": "steem-dollar-stability-enhancements", + "parent_permlink": "brief-update-on-reputation-score", "percent_hbd": 10000, - "permlink": "re-dantheman-steem-dollar-stability-enhancements-20160820t202655521z", + "permlink": "re-dantheman-brief-update-on-reputation-score-20160803t021104200z", "reward_weight": 10000, "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "67072", + "amount": "1212", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 15304342660996083578, - "vote_rshares": 19481079150586 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 68635189919, - "active": "2016-08-20T20:30:42", + "abs_rshares": 0, + "active": "2016-08-03T02:43:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 21, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "The image already contains attribution in lower right and the URL already defines source (wikipedia).", - "cashout_time": "2016-08-27T20:30:42", + "body": "Repost, downvoted", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T20:30:42", + "created": "2016-08-03T02:43:48", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 910901, + "depth": 2, + "id": 572258, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T18:12:24", - "last_update": "2016-08-20T20:30:42", + "last_payout": "2016-09-02T14:40:42", + "last_update": "2016-08-03T02:43:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 68635189919, - "net_votes": 1, - "parent_author": "dantheman", - "parent_permlink": "re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t193951985z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-i-built-a-geothermal-greenhouse-20160803t022121", "percent_hbd": 10000, - "permlink": "re-dantheman-re-repholder-re-venuspcs-re-repholder-re-dantheman-steem-dollar-stability-enhancements-20160820t203044311z", + "permlink": "re-cheetah-re-i-built-a-geothermal-greenhouse-20160803t022121-20160803t024346600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollar-stability-enhancements", + "root_author": "steve-mcclair", + "root_permlink": "i-built-a-geothermal-greenhouse", "title": "", "total_payout_value": { - "amount": "30", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 311184395696938546, - "vote_rshares": 68635189919 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 141106148101288, - "active": "2016-09-09T13:15:15", + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 533069, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg
\nSafety, security, stability, and sustainability are very important design characteristics that our team is always attempting to maximize. We must balance many variables when creating cryptocurrencies, smart contracts, and economic incentives. In particular it is important to design systems that remain robust and predictable in *all* market conditions.\n\n## Steem Dollars have Limits \n\nThe idea behind a Steem Dollar is that it should ***almost always*** be worth about one US dollar. We have set rules in place to make this statement true 99% of the time by making the Steem Dollar convertible to a dollar worth of STEEM. \n\nAnyone who promises you that any asset will **always** be worth something is either ignorant to some risks or a liar. This is true for bank deposits, gold coins, and crypto currencies. Banks can seize your funds, go bankrupt, have a bail in, or hyper inflate the currency until it is worthless. In other words you are never guaranteed purchasing power.\n\nWhen it comes to the Steem Dollar, their purchasing power depends upon the market demand for STEEM. The Steem Dollar is really nothing more than a smart contract for a variable amount of STEEM depending upon an oracle. If STEEM is worthless than the Steem Dollar will also be worthless.\n\nAs the value of STEEM falls, the amount of STEEM required to represent a U.S. dollar worth of value approaches infinity. If left unchecked, the Steem Dollar could render STEEM worthless and when that happens all Steem Dollars become worthless too. \n\n## Black Swan Events need a Plan \n\nIt isn\u2019t possible to prevent all black swan events, but it is possible to establish a fair set of rules for handling them. It is always best to define the rules before they are necessary so that everyone can take full responsibility for the consequences of their trading decisions. \n\nThere are two major black swan events that the Steem community and traders should have a contingency plan in place for. The first black swan is if the value of STEEM crashes so far that Steem Dollars represent an insurmountable burden on the STEEM price that sets off a chain reaction pushing the value of STEEM toward zero. \n\nThe second major black swan event is when the US dollar hyperinflates and becomes worthless as a day to day currency. In my opinion this is the more likely outcome.\n\n## Price Feed defines Value of Steem Dollar\n\nThe price feed can be viewed as a mathematical function that traders and speculators can trade against for determining the value of the Steem Dollar at any time. Right now we have defined the function to always equal the **approximate marginal price 1 STEEM fetches on the open market**. \n\nThere are two extreme cases, black swans, that must be considered. In one extreme the price goes to 0, in the other extreme the price goes to infinity. It is in the interest of everyone involved that the value of a Steem Dollar never hits either extreme. This can be implemented in objective terms by setting hard limits on the exchange rate range that is allowed.\n\nWe can set a maximum and minimum Steem Dollar price as follows:\n\n**maximum price** = SteemSupply / (10 * SteemDollarSupply)\n**minimum price** = SteemSupply / (10000 * SteemDollarSupply)\n\nWith these rules in place, Steem Dollar holders are protected against US dollar hyperinflation and Steem holders are protected against US dollar \u201chyperdeflation\u201d. The witnesses are trusted to publish a honest price feed relative to dollars at all times, but the blockchain will enforce these hard limits.\n\nIn other words, the market cap of all Steem Dollars will always be between 0.01% and 10% of the Steem market cap. This will become a mathematical reality with the addition of two lines of code to the method that calculates the conversion price. \n\n## Sustainable and Fair\n\nThese rules would make the economic system of Steem sustainable and fair in all circumstances by clarifying the meaning of a Steem Dollar. With the clarified meaning, a Steem Dollar is allowed to have values above or below a U.S. dollar under certain market conditions. All traders can be aware of those conditions and trade accordingly. \n\nBy implementing these rules long before the STEEM / USD price gets near either extreme all market participants have ample opportunity to adjust their positions. \n\n## No Promise of Value \n\nSteemit, Inc cannot and will not promise that the STEEM token, Steem Power, or Steem Dollars will have any value now or in the future. We aim only to create fair rules to approximate the relative subjective value each member of the Steem community brings to the table. Any value these tokens have will at all times be set by the free market through voluntary exchange. \n\n\n## Benefits over Alternative Approaches\n\nIn a prior post I outlined a solution that would covert 1% of Steem Dollars to Steem Power as a means of correcting the imbalance. This solution had the nice property of only exposing 1% of a person\u2019s steem dollars to volatility at a time, but had the down side of making the life of exchanges and smart contracts everywhere very complex. Every smart contract would have to factor in the potential that a liquid asset like Steem Dollars could be partially converted to an illiquid asset such as VESTS. This great complicates things such as *escrow transactions* and *side chains* and exchange deposits. In other words, it had all of the negative properties on 3rd parties that could be associated with negative interest rates.\n\nSome people suggested things like bootstrapping an economy around Steem Dollars or buying them back with Ad revenue. It isn't a matter of finding buyers for Steem Dollars, it is a matter of maintaining a debt ceiling. Simply moving Steem Dollars from person to person does not solve the problem. \n\n## Thanks for Feedback \n\nWe would like to thank everyone for the feedback they have provided and invite additional feedback. We are all in this together, lets make Steem the best platform for everyone involved.", - "cashout_time": "2016-08-27T22:31:15", - "category": "steemit", - "children": 148, + "body": "1. No\n2. You don't really have only 4 daily posts. After the first four the on each extra post are slowly reduced, but if you have a few more valuable posts they are probably still worth putting up. You may get a little less rewards on those extra posts but your total will still be higher.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-20T22:31:15", + "created": "2016-08-03T03:06:03", "curator_payout_value": { - "amount": "11075", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 912496, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemdollar\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg\"]}", - "last_payout": "2016-08-22T01:19:30", - "last_update": "2016-08-20T22:31:15", + "depth": 1, + "id": 572579, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T03:06:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 73883123456436, - "net_votes": 487, - "parent_author": "", - "parent_permlink": "steemit", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", "percent_hbd": 10000, - "permlink": "steem-dollars-have-limits", + "permlink": "re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t030602800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", - "title": "Steem Dollars have Limits", + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", + "title": "", "total_payout_value": { - "amount": "785743", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 107494635778862 + "vote_rshares": 0 }, { - "abs_rshares": 115417472843, - "active": "2016-08-27T07:23:15", + "abs_rshares": 0, + "active": "2016-08-05T21:55:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 39, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is a high priority item on our internal whiteboard.", - "cashout_time": "2016-08-27T22:32:33", - "category": "notifications", + "body": "Correct on point 1: Editing does not penalize you. That rumor started because someone misinterpreted the payout data on one of their posts and has taken on a life of its own ever since.", + "cashout_time": "1969-12-31T23:59:59", + "category": "asksteemit", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-20T22:32:33", + "created": "2016-08-03T04:07:57", "curator_payout_value": { - "amount": "13", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 912517, - "json_metadata": "{\"tags\":[\"notifications\"]}", - "last_payout": "2016-08-22T02:27:00", - "last_update": "2016-08-20T22:32:33", + "depth": 3, + "id": 573390, + "json_metadata": "{\"tags\":[\"asksteemit\"]}", + "last_payout": "2016-09-02T15:22:09", + "last_update": "2016-08-03T04:07:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 115417472843, - "net_votes": 8, - "parent_author": "stealthtrader", - "parent_permlink": "notifications-on-steemit", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t032438154z", "percent_hbd": 10000, - "permlink": "re-stealthtrader-notifications-on-steemit-20160820t223235383z", + "permlink": "re-pjheinz-re-smooth-re-pjheinz-ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts-20160803t040756800z", "reward_weight": 10000, - "root_author": "stealthtrader", - "root_permlink": "notifications-on-steemit", + "root_author": "pjheinz", + "root_permlink": "ask-steemit-q-does-editing-a-post-count-as-one-of-your-4-daily-posts", "title": "", "total_payout_value": { - "amount": "57", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 517341581314311048, - "vote_rshares": 115417472843 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 72116933356, - "active": "2016-08-20T22:44:06", + "abs_rshares": 0, + "active": "2016-08-03T04:10:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 29, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "a single exchange can suspend trading, but a blockchain is can not suspend transfers without death.", - "cashout_time": "2016-08-27T22:41:48", - "category": "steemit", - "children": 1, + "body": "In addition to what dan said, the biggest rewards go to those that vote early but not not too early. There are a few posts that discuss the exactly mechanism, but the take away is that just because you vote on a post that makes it big doesn't mean that you will get a big cut. Even with my high SP I have voted late on some of the biggest payouts (>$10K) and still gotten almost nothing. Vote timing is critical.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T22:41:48", + "created": "2016-08-03T04:10:48", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 912643, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-22T01:19:30", - "last_update": "2016-08-20T22:41:48", + "id": 573426, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:26:42", + "last_update": "2016-08-03T04:10:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 72116933356, - "net_votes": 2, - "parent_author": "venuspcs", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t223939649z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "crazylife", + "parent_permlink": "re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160726t143336880z", "percent_hbd": 10000, - "permlink": "re-venuspcs-re-dantheman-steem-dollars-have-limits-20160820t224147869z", + "permlink": "re-crazylife-re-dan-response-to-coindesk-article-steem-provokes-doubt-of-market-observers-20160803t041038600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "dan", + "root_permlink": "response-to-coindesk-article-steem-provokes-doubt-of-market-observers", "title": "", "total_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 326690670914139440, - "vote_rshares": 72116933356 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1576697447465, - "active": "2016-08-21T08:23:57", + "abs_rshares": 0, + "active": "2016-08-03T04:59:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 624, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "@ned likes to negate my profits on publishing announcements. I upvote my own posts to discourage people from piling on for curation rewards. It is our method of declining payment for certain posts until the GUI team can give me a checkbox prior to submitting the post.", - "cashout_time": "2016-08-27T22:44:24", - "category": "steemit", - "children": 13, + "body": "Great post. Please continue to preach the good word of optimism and self-improvement. Steem/it will be the better for it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "guides", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T22:44:24", + "created": "2016-08-03T04:56:36", "curator_payout_value": { - "amount": "303", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 912682, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"ned\"]}", - "last_payout": "2016-08-22T01:19:30", - "last_update": "2016-08-20T22:44:24", + "depth": 1, + "id": 574099, + "json_metadata": "{\"tags\":[\"guides\"]}", + "last_payout": "2016-09-02T18:25:51", + "last_update": "2016-08-03T04:56:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1576697447465, - "net_votes": 8, - "parent_author": "bitcoiner", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224020319z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "creationlayer", + "parent_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", "percent_hbd": 10000, - "permlink": "re-bitcoiner-re-dantheman-steem-dollars-have-limits-20160820t224426689z", + "permlink": "re-creationlayer-keeping-steemit-healthy-compassion-forgiveness-envy-and-markets-20160803t045637500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "creationlayer", + "root_permlink": "keeping-steemit-healthy-compassion-forgiveness-envy-and-markets", "title": "", "total_payout_value": { - "amount": "918", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1576697447465 + "vote_rshares": 0 }, { - "abs_rshares": 19604502447, - "active": "2016-08-22T05:03:39", + "abs_rshares": 0, + "active": "2016-08-03T05:36:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "We considered and continue to consider all such currencies. Simplicity is prefered if it can be achieved. In this case.", - "cashout_time": "2016-08-27T22:46:42", - "category": "steemit", - "children": 2, + "body": "Removed my vote and flagged. Thanks @kuriko for pointing this out.", + "cashout_time": "1969-12-31T23:59:59", + "category": "story", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T22:46:42", + "created": "2016-08-03T05:09:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 912706, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T22:46:42", + "id": 574279, + "json_metadata": "{\"tags\":[\"story\"],\"users\":[\"kuriko\"]}", + "last_payout": "2016-09-02T16:36:57", + "last_update": "2016-08-03T05:09:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 19604502447, - "net_votes": 2, - "parent_author": "ekitcho", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t224403633z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "kuriko", + "parent_permlink": "re-simranverma-how-i-live-with-parkinson-s-disease-20160803t040316468z", "percent_hbd": 10000, - "permlink": "re-ekitcho-re-dantheman-steem-dollars-have-limits-20160820t224641563z", + "permlink": "re-kuriko-re-simranverma-how-i-live-with-parkinson-s-disease-20160803t050919600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "simranverma", + "root_permlink": "how-i-live-with-parkinson-s-disease", "title": "", "total_payout_value": { "amount": "0", @@ -40570,48 +40570,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 19604502447 + "vote_rshares": 0 }, { - "abs_rshares": 19958374745, - "active": "2016-08-22T18:07:09", + "abs_rshares": 0, + "active": "2016-08-03T06:48:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Not often. I cannot even keep up with all the articles that show up in my feed, hot, and trending. Sometimes I glance through new, but I rarely have time to read things there.", - "cashout_time": "2016-08-27T23:01:27", + "body": "FYI including steemit as a tag is discouraged unless the post is specifically about steemit. I don't think tags or at least the first tag can be edited so this is just a suggestion for future posts.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-20T23:01:27", + "created": "2016-08-03T06:40:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 912882, + "depth": 1, + "id": 575425, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T23:01:27", + "last_payout": "2016-09-02T18:42:03", + "last_update": "2016-08-03T06:40:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 19958374745, - "net_votes": 1, - "parent_author": "ryno", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t225820356z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "generalizethis", + "parent_permlink": "what-fight-club-can-teach-us-about-social-networks", "percent_hbd": 10000, - "permlink": "re-ryno-re-dantheman-steem-dollars-have-limits-20160820t230127406z", + "permlink": "re-generalizethis-what-fight-club-can-teach-us-about-social-networks-20160803t064025900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "generalizethis", + "root_permlink": "what-fight-club-can-teach-us-about-social-networks", "title": "", "total_payout_value": { "amount": "0", @@ -40619,48 +40619,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 19958374745 + "vote_rshares": 0 }, { - "abs_rshares": 21155433983, - "active": "2016-08-20T23:16:36", + "abs_rshares": 0, + "active": "2016-08-03T06:55:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It is currently at 1%, the 10% interest rate will not last for ever. Assuming a flat market cap and a supply approaching 10% then we would have to lower interest rates.", - "cashout_time": "2016-08-27T23:02:39", - "category": "steemit", - "children": 2, + "body": "flagged for low quality post run through an autotranslator or spinner.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-20T23:02:39", + "created": "2016-08-03T06:55:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 912898, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-20T23:04:42", + "depth": 1, + "id": 575647, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-02T19:00:12", + "last_update": "2016-08-03T06:55:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 21155433983, - "net_votes": 2, - "parent_author": "seedragons", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t230051119z", + "net_rshares": 0, + "net_votes": -1, + "parent_author": "simranverma", + "parent_permlink": "is-online-sex-considered-cheating", "percent_hbd": 10000, - "permlink": "re-seedragons-re-dantheman-steem-dollars-have-limits-20160820t230239803z", + "permlink": "re-simranverma-is-online-sex-considered-cheating-20160803t065542700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "simranverma", + "root_permlink": "is-online-sex-considered-cheating", "title": "", "total_payout_value": { "amount": "0", @@ -40668,48 +40668,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 21155433983 + "vote_rshares": 0 }, { - "abs_rshares": 20010436959, - "active": "2016-08-21T00:15:45", + "abs_rshares": 0, + "active": "2016-08-03T07:38:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "No. It grows!", - "cashout_time": "2016-08-28T00:15:45", - "category": "steemit", + "body": "The follow button \"works\" in that it adds to your follow list but there is currently no UI to see your follow list or a feed of posts from people you follow. Hopefully that is coming soon.", + "cashout_time": "1969-12-31T23:59:59", + "category": "news", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-21T00:15:45", + "created": "2016-08-03T07:38:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 913695, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-21T00:15:45", + "id": 576101, + "json_metadata": "{\"tags\":[\"news\"]}", + "last_payout": "2016-09-02T20:50:42", + "last_update": "2016-08-03T07:38:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 20010436959, + "net_rshares": 0, "net_votes": 2, - "parent_author": "skeptic", - "parent_permlink": "re-dantheman-steem-dollars-have-limits-20160820t233727602z", + "parent_author": "generalizethis", + "parent_permlink": "re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t054456134z", "percent_hbd": 10000, - "permlink": "re-skeptic-re-dantheman-steem-dollars-have-limits-20160821t001545221z", + "permlink": "re-generalizethis-re-r0achtheunsavory-bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened-20160803t073822300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "steem-dollars-have-limits", + "root_author": "r0achtheunsavory", + "root_permlink": "bitfinex-is-lying-about-the-hack-and-i-can-tell-you-exactly-what-likely-happened", "title": "", "total_payout_value": { "amount": "0", @@ -40717,146 +40717,146 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 20010436959 + "vote_rshares": 0 }, { - "abs_rshares": 893108024318, - "active": "2016-08-23T13:07:39", + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 313, + "author": "smooth", + "author_rewards": 118, "beneficiaries": [], - "body": "To be clear, I like the *idea* of Tau. Like you said it is *incomplete* and you are ultimately relying on an implementation that could still be buggy. At some point I will have to dive into the Tau concepts.\n\nI also think that not all smart contracts require the same level of security.", - "cashout_time": "2016-08-29T14:45:18", - "category": "steem", - "children": 2, + "body": "I upvoted here, rep looks okay now.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, "children_abs_rshares": 0, - "created": "2016-08-22T14:45:18", + "created": "2016-08-03T08:26:03", "curator_payout_value": { - "amount": "146", + "amount": "54", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 935158, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-23T18:41:27", - "last_update": "2016-08-22T14:45:18", + "id": 576656, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T08:26:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 893108024318, - "net_votes": 4, - "parent_author": "dana-edwards", - "parent_permlink": "formal-verification-of-smart-contracts-and-wren", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "penambang", + "parent_permlink": "how-single-downvote-ruined-my-reputation", "percent_hbd": 10000, - "permlink": "re-dana-edwards-formal-verification-of-smart-contracts-and-wren-20160822t144519936z", + "permlink": "re-penambang-how-single-downvote-ruined-my-reputation-20160803t082604700z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "formal-verification-of-smart-contracts-and-wren", + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", "title": "", "total_payout_value": { - "amount": "452", + "amount": "278", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 893108024318 + "vote_rshares": 0 }, { - "abs_rshares": 104396819292, - "active": "2016-08-23T17:12:33", + "abs_rshares": 0, + "active": "2016-08-03T08:53:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 32, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "As someone who attempted to defend myself in court I can tell you that the process, forms, and procedures are beyond my ability to process and I spent days studying. \n\nYou also cannot find any lawyer who will argue this case for you because they would likely lose their license.", - "cashout_time": "2016-08-30T01:32:57", - "category": "anarchism", - "children": 2, + "body": "lol", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-23T01:32:57", + "created": "2016-08-03T08:53:09", "curator_payout_value": { - "amount": "10", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 944283, - "json_metadata": "{\"tags\":[\"anarchism\"]}", - "last_payout": "2016-08-24T01:47:09", - "last_update": "2016-08-23T01:32:57", + "depth": 2, + "id": 576978, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T08:53:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 104396819292, - "net_votes": 4, - "parent_author": "jaredhowe", - "parent_permlink": "defending-yourself-from-a-bureaucratic-attack", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "summonerrk", + "parent_permlink": "re-smooth-test-20160803t075032273z", "percent_hbd": 10000, - "permlink": "re-jaredhowe-defending-yourself-from-a-bureaucratic-attack-20160823t013256679z", + "permlink": "re-summonerrk-re-smooth-test-20160803t085308700z", "reward_weight": 10000, - "root_author": "jaredhowe", - "root_permlink": "defending-yourself-from-a-bureaucratic-attack", + "root_author": "smooth", + "root_permlink": "test", "title": "", "total_payout_value": { - "amount": "46", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 469199615041369541, - "vote_rshares": 104396819292 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 89548346231, - "active": "2016-08-24T15:02:51", + "abs_rshares": 0, + "active": "2016-08-03T09:02:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "And you are leaving out things like:\n\n1. a legitimate bug that would have been difficult to quickly patch with a hardfork \n2. masses of users calling for a \"fair\" relaunch \n3. assumption that instructions were intentionally incorrect \n\nDamned if you do, Damned if you don't.", - "cashout_time": "2016-08-30T17:26:00", - "category": "steem", - "children": 2, + "body": "I downvoted it, wiping out the payout. The intent was not to earn a payout. Oh, and those bots are not mine, they just stalk me I guess.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-23T17:26:00", + "created": "2016-08-03T09:01:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 953985, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-23T17:26:00", + "depth": 4, + "id": 577059, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-03T09:02:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 89548346231, - "net_votes": 4, - "parent_author": "tie-warutho", - "parent_permlink": "re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171655892z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "re-summonerrk-re-rznag-re-smooth-test-20160803t090026941z", "percent_hbd": 10000, - "permlink": "re-tie-warutho-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172559315z", + "permlink": "re-rznag-re-summonerrk-re-rznag-re-smooth-test-20160803t090137000z", "reward_weight": 10000, - "root_author": "charlieshrem", - "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", + "root_author": "smooth", + "root_permlink": "test", "title": "", "total_payout_value": { "amount": "0", @@ -40864,1126 +40864,1126 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 89548346231 + "vote_rshares": 0 }, { - "abs_rshares": 107296529481, - "active": "2016-08-24T15:01:36", + "abs_rshares": 0, + "active": "2016-08-30T21:10:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 480, "beneficiaries": [], - "body": "No. Mining was reset due to a easily verifiable bug in the consensus logic caused by integer overflow.", - "cashout_time": "2016-08-30T17:26:42", - "category": "steem", - "children": 3, + "body": "testa 2, the return", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 13, "children_abs_rshares": 0, - "created": "2016-08-23T17:26:42", + "created": "2016-08-03T09:04:21", "curator_payout_value": { - "amount": "0", + "amount": "16", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 953995, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-23T17:26:42", + "depth": 0, + "id": 577089, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:04:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 107296529481, - "net_votes": 6, - "parent_author": "tie-warutho", - "parent_permlink": "re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t171436086z", + "net_rshares": 0, + "net_votes": 20, + "parent_author": "", + "parent_permlink": "spam", "percent_hbd": 10000, - "permlink": "re-tie-warutho-re-ned-re-themanualbot-re-charlieshrem-was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later-20160823t172644236z", + "permlink": "57i8q4-test", "reward_weight": 10000, - "root_author": "charlieshrem", - "root_permlink": "was-the-launch-of-steem-a-scam-or-the-only-legal-way-thoughts-on-steem-by-charlie-shrem-a-week-later", - "title": "", + "root_author": "smooth", + "root_permlink": "57i8q4-test", + "title": "test", "total_payout_value": { - "amount": "0", + "amount": "472", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 107296529481 + "vote_rshares": 0 }, { - "abs_rshares": 16625556937, - "active": "2016-08-26T14:51:21", + "abs_rshares": 0, + "active": "2016-08-12T11:13:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Get the supply and market cap right. \n\n**Supply**: 141,388,902 STEEM \n**Market Cap**: $135M", - "cashout_time": "2016-09-02T13:31:42", - "category": "steemit", - "children": 2, + "body": "coming soon, testa 3", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-26T13:31:42", + "created": "2016-08-03T09:06:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 997651, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-26T13:31:42", + "id": 577113, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T21:31:48", + "last_update": "2016-08-03T09:06:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 16625556937, - "net_votes": 2, - "parent_author": "elyaque", - "parent_permlink": "steem-report-august-26", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "57i8q4-test", "percent_hbd": 10000, - "permlink": "re-elyaque-steem-report-august-26-20160826t133142125z", + "permlink": "re-smooth-57i8q4-test-20160803t090601400z", "reward_weight": 10000, - "root_author": "elyaque", - "root_permlink": "steem-report-august-26", + "root_author": "smooth", + "root_permlink": "57i8q4-test", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 76354489496800213, - "vote_rshares": 16625556937 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 9152588837, - "active": "2016-08-26T13:47:06", + "abs_rshares": 0, + "active": "2016-08-03T09:51:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 23, "beneficiaries": [], - "body": "You answer is only accurate if the passwords are truly \"random\"; however, if you let users pick a 16 character password then a hacker could grab 25% of all accounts with almost no effort. With a little bit of effort they could grab even more accounts. Only users that use a generated password are secure.\n\nThis is why steemit changed to computer-generated random passwords rather than allowing users to simply pick a 16 character password.", - "cashout_time": "2016-09-02T13:37:57", - "category": "security", + "body": "Fantastic project. I haven't tried this before now but I'm very, very impressed. Glad to recognize this with my upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemstats", "children": 1, "children_abs_rshares": 0, - "created": "2016-08-26T13:37:57", + "created": "2016-08-03T09:49:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 997708, - "json_metadata": "{\"tags\":[\"security\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-26T13:37:57", + "depth": 1, + "id": 577635, + "json_metadata": "{\"tags\":[\"steemstats\"]}", + "last_payout": "2016-09-03T00:58:39", + "last_update": "2016-08-03T09:49:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 9152588837, - "net_votes": 3, - "parent_author": "neoxian", - "parent_permlink": "re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t113133595z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", "percent_hbd": 10000, - "permlink": "re-neoxian-re-dennygalindo-question-won-t-brute-force-allow-someone-to-hack-any-password-20160826t133759213z", + "permlink": "re-jesta-steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more-20160803t094915100z", "reward_weight": 10000, - "root_author": "dennygalindo", - "root_permlink": "question-won-t-brute-force-allow-someone-to-hack-any-password", + "root_author": "jesta", + "root_permlink": "steemstats-0-3-0-desktop-notifications-estimated-curation-rewards-and-lots-more", "title": "", "total_payout_value": { - "amount": "0", + "amount": "53", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 9152588837 + "vote_rshares": 0 }, { - "abs_rshares": 215897265, - "active": "2016-08-27T00:27:48", + "abs_rshares": 0, + "active": "2016-08-03T17:22:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Wasn't bitfinex just \"hacked\" because they didn't use the multi-sig service of a 3rd party properly?", - "cashout_time": "2016-09-02T21:25:45", - "category": "bitcoin", + "body": "I think it does give a balance of power with SP in some ways. Good analysis in your post. SP will still be important, but it won't be _they only thing_ that is important any more.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-26T21:25:45", + "created": "2016-08-03T13:44:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1004363, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-26T21:25:45", + "depth": 3, + "id": 580929, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T21:06:24", + "last_update": "2016-08-03T13:44:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 215897265, - "net_votes": 2, - "parent_author": "kyriacos", - "parent_permlink": "re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t211911960z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t130823747z", "percent_hbd": 10000, - "permlink": "re-kyriacos-re-bitcoindoom-why-bitcoin-will-never-be-as-secure-as-a-bank-20160826t212547004z", + "permlink": "re-knozaki2015-re-smooth-re-penambang-how-single-downvote-ruined-my-reputation-20160803t134402900z", "reward_weight": 10000, - "root_author": "bitcoindoom", - "root_permlink": "why-bitcoin-will-never-be-as-secure-as-a-bank", + "root_author": "penambang", + "root_permlink": "how-single-downvote-ruined-my-reputation", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 995596661768132, - "vote_rshares": 215897265 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 7611982892092, - "active": "2016-08-29T15:00:45", + "abs_rshares": 0, + "active": "2016-08-03T14:00:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 9865, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "All orders are placed at or above price on coin market cap. These orders are helping to maintain the steem dollar peg. \n\nProceeds of these sales are kept as steem dollars which keeps value in the platform while helping to distribute steem.", - "cashout_time": "2016-09-03T19:05:30", + "body": "People who up- and down-vote your posts and comments determine your reputation. Anything above zero is considered a \"good\" reputation and below zero a \"bad\" reputation, so yes 6 is fine.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 37, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-27T19:05:30", + "created": "2016-08-03T14:00:24", "curator_payout_value": { - "amount": "496", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1016673, + "depth": 2, + "id": 581240, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-28T21:42:18", - "last_update": "2016-08-27T19:05:30", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:00:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7469112520340, - "net_votes": 44, - "parent_author": "magnebit", - "parent_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alex2016", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t130152400z", "percent_hbd": 10000, - "permlink": "re-magnebit-steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up-20160827t190528970z", + "permlink": "re-alex2016-re-dantheman-brief-update-on-reputation-score-20160803t140021800z", "reward_weight": 10000, - "root_author": "magnebit", - "root_permlink": "steem-price-is-being-pushed-down-by-1-person-speculation-on-why-and-where-it-may-end-up", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "10742", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 7540547706216 + "vote_rshares": 0 }, { - "abs_rshares": 3431726508061, - "active": "2016-08-28T22:35:21", + "abs_rshares": 0, + "active": "2016-08-08T03:08:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2987, + "author": "smooth", + "author_rewards": 156, "beneficiaries": [], - "body": "What is the value per user of other crypto currencies? Comparing social network value of steem to currency value is like comparing industry use of gold to monetary value.", - "cashout_time": "2016-09-04T18:48:21", - "category": "steem", - "children": 2, + "body": "I agree with you and I tried to help by upvoting the user to restore the reputation that was damaged by downvotes that were done for an entirely different reason before the reputation system even existed (I think the rep system should have launched with all reputations reset). Unfortunately it doesn't appear that votes after the first payout affect reputation so this wasn't effective.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, "children_abs_rshares": 0, - "created": "2016-08-28T18:48:21", + "created": "2016-08-03T14:06:54", "curator_payout_value": { - "amount": "66", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1030653, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-29T17:40:57", - "last_update": "2016-08-28T18:48:21", + "depth": 3, + "id": 581377, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:06:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3431726508061, - "net_votes": 14, - "parent_author": "dana-edwards", - "parent_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "incomemonthly", + "parent_permlink": "re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t044723244z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878-20160828t184822022z", + "permlink": "re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t140654800z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "are-we-over-valued-or-under-valued-on-steemit-a-steemit-blogger-is-currently-valued-at-usd25-878", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "2945", + "amount": "140", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 8518098796625768071, - "vote_rshares": 3431726508061 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 2321437357337, - "active": "2016-08-31T10:14:27", + "abs_rshares": 0, + "active": "2016-08-03T14:20:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1353, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "People have been sending me spam transfers just to look at their posts. This gives a better outlet to serve a market need. Also, this is the ad model of reddit.", - "cashout_time": "2016-09-05T22:11:27", + "body": "I upvoted you to fix the rep.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 13, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T22:11:27", + "created": "2016-08-03T14:17:48", "curator_payout_value": { - "amount": "263", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1047684, + "id": 581618, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:11:27", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T14:17:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2321437357337, - "net_votes": 32, - "parent_author": "gringalicious", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t220932441z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mun", + "parent_permlink": "re-dantheman-brief-update-on-reputation-score-20160803t035514012z", "percent_hbd": 10000, - "permlink": "re-gringalicious-re-steemitblog-introducing-promoted-content-20160829t221126447z", + "permlink": "re-mun-re-dantheman-brief-update-on-reputation-score-20160803t141746300z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "1271", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 2321437357337 + "vote_rshares": 0 }, { - "abs_rshares": 182468188272, - "active": "2016-08-30T02:15:03", + "abs_rshares": 0, + "active": "2016-08-03T14:53:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 65, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "If it really is a good post that just isn't getting enough attention, then this system should certainly help. Should be interesting to watch prices evolve.", - "cashout_time": "2016-09-05T22:16:00", - "category": "steemit", - "children": 12, + "body": "\"A few weeks\" is not long enough. Has to be 30 days.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T22:16:00", + "created": "2016-08-03T14:21:06", "curator_payout_value": { - "amount": "13", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1047739, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:16:00", + "id": 581677, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:21:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 182468188272, - "net_votes": 6, - "parent_author": "cryptos", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221254831z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t084023360z", "percent_hbd": 10000, - "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t221602282z", + "permlink": "re-nanzo-scoop-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142104400z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", "title": "", "total_payout_value": { - "amount": "61", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 182468188272 + "vote_rshares": 0 }, { - "abs_rshares": 2081003233692, - "active": "2016-08-29T23:51:15", + "abs_rshares": 0, + "active": "2016-08-17T13:41:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1074, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Spending $1M dollars to get influence to boost a single post is not smart. Paying $100 dollars to promote a single post is much more economical. \n\nThe only reason to buy Steem Power is for Long Term continuous promotion and/or speculation. It just isn't a compelling sale to advertisers. Also, think of the minnow author who wants to get discovered, he can pay $100 once on a really good article and build up some followers.", - "cashout_time": "2016-09-05T22:25:27", - "category": "steemit", - "children": 5, + "body": "If you are active on the site then you will probably change your SD balance at least one a month by earning rewards (for example the comment to which I'm replying is currently earning $2.48, a portion of which will be paid in SD). That will trigger the interest payment.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T22:25:27", + "created": "2016-08-03T14:24:27", "curator_payout_value": { - "amount": "313", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1047846, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:25:27", + "depth": 2, + "id": 581737, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T22:08:42", + "last_update": "2016-08-03T14:25:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2081003233692, - "net_votes": 7, - "parent_author": "luminousvisions", - "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222226287z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "noisy", + "parent_permlink": "re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t081926529z", "percent_hbd": 10000, - "permlink": "re-luminousvisions-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t222527493z", + "permlink": "re-noisy-re-xeroc-if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest-20160803t142427800z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "xeroc", + "root_permlink": "if-you-change-your-steemdollar-balance-now-you-will-receive-your-interest", "title": "", "total_payout_value": { - "amount": "1008", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 2081003233692 + "vote_rshares": 0 }, { - "abs_rshares": 134230777515, - "active": "2016-08-31T12:52:33", + "abs_rshares": 0, + "active": "2016-08-03T16:29:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 121, "beneficiaries": [], - "body": "anyone can promote any article at any time. The sum of all promotions determines the rank.\n\nWhen you look at the payout estimate it displays \"Boost Payments\" (should probably be re-worded) so anyone inspecting the payout for a post can know how much paid promotion it got.", - "cashout_time": "2016-09-05T22:27:48", + "body": "I tried upvoting you, but it didn't fix the rep. I think there is a bug, and I've asked the developers to look at it. Hopefully this will get resolved soon", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 6, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-29T22:27:48", + "created": "2016-08-03T16:29:06", "curator_payout_value": { - "amount": "12", + "amount": "35", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1047874, + "depth": 5, + "id": 583994, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:27:48", + "last_payout": "2016-09-02T15:39:21", + "last_update": "2016-08-03T16:29:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 134230777515, - "net_votes": 3, - "parent_author": "dahaz159", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221623164z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "miketr", + "parent_permlink": "re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162505591z", "percent_hbd": 10000, - "permlink": "re-dahaz159-re-steemitblog-introducing-promoted-content-20160829t222749743z", + "permlink": "re-miketr-re-smooth-re-incomemonthly-re-kevinwong-re-dantheman-brief-update-on-reputation-score-20160803t162906500z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "dantheman", + "root_permlink": "brief-update-on-reputation-score", "title": "", "total_payout_value": { - "amount": "39", + "amount": "108", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 134230777515 + "vote_rshares": 0 }, { - "abs_rshares": 141505843192, - "active": "2016-08-30T00:54:48", + "abs_rshares": 0, + "active": "2016-08-03T22:47:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 47, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It should be instant once the steemd instances at steemit.com have finished their reindex.", - "cashout_time": "2016-09-05T22:32:27", - "category": "steemit", + "body": "I think there is some sort of bug. I've seen other users reps change with an upvote.", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", "children": 4, "children_abs_rshares": 0, - "created": "2016-08-29T22:32:27", + "created": "2016-08-03T16:52:45", "curator_payout_value": { - "amount": "12", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1047947, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:32:27", + "id": 584503, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T05:32:24", + "last_update": "2016-08-03T16:52:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 141505843192, - "net_votes": 5, - "parent_author": "krnel", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223004956z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "liondani", + "parent_permlink": "re-miketr-increase-reputation-post-20160803t162904200z", "percent_hbd": 10000, - "permlink": "re-krnel-re-steemitblog-introducing-promoted-content-20160829t223228265z", + "permlink": "re-liondani-re-miketr-increase-reputation-post-20160803t165243800z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "miketr", + "root_permlink": "increase-reputation-post", "title": "", "total_payout_value": { - "amount": "43", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 141505843192 + "vote_rshares": 0 }, { - "abs_rshares": 135963923479, - "active": "2016-08-30T01:49:09", + "abs_rshares": 0, + "active": "2016-08-03T22:28:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 44, + "author": "smooth", + "author_rewards": 223, "beneficiaries": [], - "body": "From my perspective (as a consumer) I am interested in what people are willing to \"pay to promote\". If they believe in it enough to give up good money, then perhaps I should care as well.", - "cashout_time": "2016-09-05T22:34:36", - "category": "steemit", - "children": 7, + "body": "fixed", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-29T22:34:36", + "created": "2016-08-03T17:18:15", "curator_payout_value": { - "amount": "12", + "amount": "171", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1047972, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:34:36", + "depth": 1, + "id": 584941, + "json_metadata": "{\"tags\":[\"help\"]}", + "last_payout": "2016-09-03T05:27:00", + "last_update": "2016-08-03T17:18:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 135963923479, + "net_rshares": 0, "net_votes": 3, - "parent_author": "haphazard-hstead", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t222522782z", + "parent_author": "webdeals", + "parent_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", "percent_hbd": 10000, - "permlink": "re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t223437303z", + "permlink": "re-webdeals-i-got-a-bad-reputation-and-i-need-help-i-am-not-bad-20160803t171814500z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "webdeals", + "root_permlink": "i-got-a-bad-reputation-and-i-need-help-i-am-not-bad", "title": "", "total_payout_value": { - "amount": "40", + "amount": "523", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 135963923479 + "vote_rshares": 0 }, { - "abs_rshares": 1632495143221, - "active": "2016-08-30T05:25:12", + "abs_rshares": 0, + "active": "2016-08-03T19:19:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 793, + "author": "smooth", + "author_rewards": 37, "beneficiaries": [], - "body": "You can tell from our git commit history that we have been working on this concept long before the flood of AMP articles today.", - "cashout_time": "2016-09-05T22:36:39", + "body": "Don't give up Ben this is still so early in Steemit's history. Even though the site has grown tremendously and it is hard for good writers and posts to be discovered, it still can be done. A bit of advice: focus on promoting yourself and your brand. Reach out to the people who create lists of the best posts, up and coming new writers, etc. Be inventive and come up with ideas to really stand out. As a marketer you know the importance of building a customer base, and blogging is no different. All the best.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T22:36:39", + "created": "2016-08-03T19:12:03", "curator_payout_value": { - "amount": "207", + "amount": "4", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048008, + "depth": 1, + "id": 587018, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:36:39", + "last_payout": "2016-09-03T07:15:18", + "last_update": "2016-08-03T19:14:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1623622190393, - "net_votes": 10, - "parent_author": "ervin-lemark", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t221758337z", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "ben99", + "parent_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", "percent_hbd": 10000, - "permlink": "re-ervin-lemark-re-steemitblog-introducing-promoted-content-20160829t223639882z", + "permlink": "re-ben99-to-steemit-or-not-to-steemit-that-s-the-question-20160803t191203300z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "ben99", + "root_permlink": "to-steemit-or-not-to-steemit-that-s-the-question", "title": "", "total_payout_value": { - "amount": "745", + "amount": "86", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1628058666807 + "vote_rshares": 0 }, { - "abs_rshares": 148270592813, - "active": "2016-08-30T00:54:48", + "abs_rshares": 0, + "active": "2016-08-03T21:37:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 51, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Should be up within the hour if nothing goes wrong.", - "cashout_time": "2016-09-05T22:37:21", - "category": "steemit", - "children": 2, + "body": "That would be spendid", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-29T22:37:21", + "created": "2016-08-03T21:37:12", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1048018, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:37:21", + "depth": 3, + "id": 589710, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-01T04:57:33", + "last_update": "2016-08-03T21:37:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 148270592813, - "net_votes": 5, - "parent_author": "krnel", - "parent_permlink": "re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223626455z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "theoretical", + "parent_permlink": "re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160801t185018296z", "percent_hbd": 10000, - "permlink": "re-krnel-re-dantheman-re-krnel-re-steemitblog-introducing-promoted-content-20160829t223721778z", + "permlink": "re-theoretical-re-smooth-re-furion-developers-guide-to-steem-s-blockchain-20160803t213712800z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "furion", + "root_permlink": "developers-guide-to-steem-s-blockchain", "title": "", "total_payout_value": { - "amount": "47", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 148270592813 + "vote_rshares": 0 }, { - "abs_rshares": 710456890213, - "active": "2016-08-29T23:08:03", + "abs_rshares": 0, + "active": "2016-08-04T23:52:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 296, + "author": "smooth", + "author_rewards": 9186, "beneficiaries": [], - "body": "It will be back, its removal was unintentional. Popular will be gone and active back.", - "cashout_time": "2016-09-05T22:40:54", - "category": "steemit", - "children": 1, + "body": "Gave you an upvote to repair the rep. I left some other comments [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z) which may be of interest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitabuse", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-29T22:40:54", + "created": "2016-08-04T10:35:54", "curator_payout_value": { - "amount": "62", + "amount": "6918", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048068, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T22:40:54", + "depth": 1, + "id": 598842, + "json_metadata": "{\"tags\":[\"steemitabuse\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-04T00:55:45", + "last_update": "2016-08-04T11:24:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 701583937385, - "net_votes": 4, - "parent_author": "dennygalindo", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t223806510z", + "net_rshares": 0, + "net_votes": 17, + "parent_author": "shredlord", + "parent_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-steemitblog-introducing-promoted-content-20160829t224054763z", + "permlink": "re-shredlord-apology-for-my-newly-found-6-reputation-and-an-article-on-ants-20160804t103553700z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "shredlord", + "root_permlink": "apology-for-my-newly-found-6-reputation-and-an-article-on-ants", "title": "", "total_payout_value": { - "amount": "278", + "amount": "20824", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 706020413799 + "vote_rshares": 0 }, { - "abs_rshares": 133655046393, - "active": "2016-08-29T23:00:06", + "abs_rshares": 0, + "active": "2016-08-04T23:42:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 43, + "author": "smooth", + "author_rewards": 4786, "beneficiaries": [], - "body": "@null was the name of an existing account that has never had an owner. We can change the account in the future, but most people will not need to look at transfer history.", - "cashout_time": "2016-09-05T23:00:06", + "body": "I actually disagree with abit on whether the post is reward-worthy. The reason being it points to a very serious problem with the rep system. Downvotes from high SP users, including casual ones over mildly inappropriate content or even misclicks or \"drunk downvotes\" can cause very serious damage to reputation. \n\nFurther I disagree with having initialized the rep scores based on old downvotes that were never intended to have that effect at the time they were made (since the effect did not exist).\n\nLooking at alphabeta's past posts, he's someone who has been active in the community, involved with mining, but is not a star blogger or whale who can easily accumulate a lot of positive rep points allowing him to withstand even a single whale (or semi-whale, maybe even less) downvote. Having both the possibility and the reality of such severe and long-term damage to any user's Steem experience due to one single click from anyone is not a favorable path forward. Even that one single person happens to be the lead developer and founder. Perhaps especially then.\n\nThank you for pointing this out alphabeta. I gave you an upvote and restored your rep.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 13, "children_abs_rshares": 0, - "created": "2016-08-29T23:00:06", + "created": "2016-08-04T10:45:03", "curator_payout_value": { - "amount": "12", + "amount": "1881", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048282, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:00:06", + "depth": 1, + "id": 598955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T10:46:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 133655046393, - "net_votes": 3, - "parent_author": "streetstyle", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t225536333z", + "net_rshares": 0, + "net_votes": 15, + "parent_author": "alphabeta", + "parent_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "percent_hbd": 10000, - "permlink": "re-streetstyle-re-steemitblog-introducing-promoted-content-20160829t230004797z", + "permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "title": "", "total_payout_value": { - "amount": "39", + "amount": "10796", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 133655046393 + "vote_rshares": 0 }, - { - "abs_rshares": 168797237362, - "active": "2016-08-30T00:50:51", + { + "abs_rshares": 0, + "active": "2016-08-04T11:28:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 60, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I think it will become the patriotic thing to do. If everyone visits the promoted page then everyone benefits. The bigger whale you are, the more incentive you have to consider / review this content *first* before scanning all of the other content no one felt was worth promoting.", - "cashout_time": "2016-09-05T23:07:09", - "category": "steemit", - "children": 5, + "body": "Anyone reading this please see my comment [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help) because it largely applies in this case as well.\n\nI upvoted you back to positive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "help", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T23:07:09", + "created": "2016-08-04T11:13:15", "curator_payout_value": { - "amount": "12", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048376, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:07:09", + "depth": 1, + "id": 599289, + "json_metadata": "{\"tags\":[\"help\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help\"]}", + "last_payout": "2016-09-03T22:34:06", + "last_update": "2016-08-04T11:13:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 168797237362, - "net_votes": 6, - "parent_author": "cryptos", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t224939950z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "lorddominik007", + "parent_permlink": "how-a-whole-day-of-crying-helped-my-reputation", "percent_hbd": 10000, - "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230708926z", + "permlink": "re-lorddominik007-how-a-whole-day-of-crying-helped-my-reputation-20160804t111316300z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "lorddominik007", + "root_permlink": "how-a-whole-day-of-crying-helped-my-reputation", "title": "", "total_payout_value": { - "amount": "56", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 168797237362 + "vote_rshares": 0 }, { - "abs_rshares": 1075215162959, - "active": "2016-09-01T14:52:12", + "abs_rshares": 0, + "active": "2016-08-04T11:35:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Reblogging (resteemit) is already implemented minus a button and a few UI changes, it should be rolled out this week.", - "cashout_time": "2016-09-05T23:16:06", + "body": "There is no UI to disable reward yet.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T23:16:06", + "created": "2016-08-04T11:19:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1048482, + "depth": 3, + "id": 599414, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-29T23:16:06", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:19:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1075215162959, - "net_votes": 6, - "parent_author": "condra", - "parent_permlink": "does-steemit-need-a-share-button-and-other-questions", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "alphabeta", + "parent_permlink": "re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t091403273z", "percent_hbd": 10000, - "permlink": "re-condra-does-steemit-need-a-share-button-and-other-questions-20160829t231605473z", + "permlink": "re-alphabeta-re-abit-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t111925500z", "reward_weight": 10000, - "root_author": "condra", - "root_permlink": "does-steemit-need-a-share-button-and-other-questions", + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 3908054791456890454, - "vote_rshares": 1075215162959 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 143156846968, - "active": "2016-08-30T01:46:30", + "abs_rshares": 0, + "active": "2016-08-04T17:39:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 48, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Yes, it will be.", - "cashout_time": "2016-09-05T23:17:27", + "body": "The issue is without considering SP it is too easy for abusers to sign up a bunch of free accounts and wreak havoc. Overall this is a very hard problem, but I'm glad we were able to resolve things here.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-29T23:17:27", + "created": "2016-08-04T11:28:06", "curator_payout_value": { - "amount": "12", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1048501, + "depth": 3, + "id": 599498, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:17:27", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T11:28:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 143156846968, + "net_rshares": 0, "net_votes": 4, - "parent_author": "beanz", - "parent_permlink": "re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231620955z", + "parent_author": "lorddominik007", + "parent_permlink": "re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112013632z", "percent_hbd": 10000, - "permlink": "re-beanz-re-dantheman-re-haphazard-hstead-re-steemitblog-introducing-promoted-content-20160829t231727542z", + "permlink": "re-lorddominik007-re-smooth-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t112806600z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "title": "", "total_payout_value": { - "amount": "44", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 143156846968 + "vote_rshares": 0 }, { - "abs_rshares": 129932496220, - "active": "2016-08-29T23:26:33", + "abs_rshares": 0, + "active": "2016-08-05T12:24:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 42, + "author": "smooth", + "author_rewards": 345, "beneficiaries": [], - "body": "This isn't a problem, this is the free market at work setting a price/value on the ranking on this page.", - "cashout_time": "2016-09-05T23:21:00", - "category": "steemit", - "children": 1, + "body": "Upvoted and displayed rep changed to 5\n\n7,982,834,575,555", + "cashout_time": "1969-12-31T23:59:59", + "category": "test", + "children": 12, "children_abs_rshares": 0, - "created": "2016-08-29T23:21:00", + "created": "2016-08-04T11:33:09", "curator_payout_value": { - "amount": "11", + "amount": "123", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1048541, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:21:00", + "depth": 1, + "id": 599603, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "2016-09-03T23:36:45", + "last_update": "2016-08-04T11:33:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 129932496220, - "net_votes": 3, - "parent_author": "cryptos", - "parent_permlink": "re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t230853213z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "miketr", + "parent_permlink": "increase-reputation-post-2", "percent_hbd": 10000, - "permlink": "re-cryptos-re-dantheman-re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232102387z", + "permlink": "re-miketr-increase-reputation-post-2-20160804t113309000z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "miketr", + "root_permlink": "increase-reputation-post-2", "title": "", "total_payout_value": { - "amount": "38", + "amount": "790", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 129932496220 + "vote_rshares": 0 }, { - "abs_rshares": 1093910369126, - "active": "2016-08-29T23:24:27", + "abs_rshares": 0, + "active": "2016-08-04T11:57:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 468, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It will add to the post and push it up the ranking.", - "cashout_time": "2016-09-05T23:22:21", - "category": "steemit", - "children": 1, + "body": "Fantastic work here. Enjoyed browsing the charts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-29T23:22:21", + "created": "2016-08-04T11:57:09", "curator_payout_value": { - "amount": "139", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048559, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:22:21", + "depth": 1, + "id": 599934, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-03T22:24:12", + "last_update": "2016-08-04T11:57:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1093910369126, - "net_votes": 5, - "parent_author": "cryptos", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232111318z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "lukmarcus", + "parent_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", "percent_hbd": 10000, - "permlink": "re-cryptos-re-steemitblog-introducing-promoted-content-20160829t232222240z", + "permlink": "re-lukmarcus-mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself-20160804t115709200z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "lukmarcus", + "root_permlink": "mega-statistics-and-analysis-for-top-50-most-popular-steemit-introductions-introduceyourself", "title": "", "total_payout_value": { - "amount": "438", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1093910369126 + "vote_rshares": 0 }, { - "abs_rshares": 129939654530, - "active": "2016-08-29T23:56:33", + "abs_rshares": 0, + "active": "2016-08-04T18:16:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 42, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "it should be instant, just like everything else.", - "cashout_time": "2016-09-05T23:22:48", - "category": "steemit", - "children": 2, + "body": "I upvoted you, but you still need another big upvote to get out of -6. For my comments about the issue of the rep system please see [here](https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z)", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-29T23:22:48", + "created": "2016-08-04T12:11:30", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048565, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-29T23:22:48", + "depth": 1, + "id": 600140, + "json_metadata": "{\"tags\":[\"reputation\"],\"links\":[\"https://steemit.com/steemit/@alphabeta/help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help#@smooth/re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t104502400z\"]}", + "last_payout": "2016-09-03T10:51:54", + "last_update": "2016-08-04T12:11:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 129939654530, - "net_votes": 3, - "parent_author": "thebluepanda", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232044141z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mrzazaful", + "parent_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", "percent_hbd": 10000, - "permlink": "re-thebluepanda-re-steemitblog-introducing-promoted-content-20160829t232247849z", + "permlink": "re-mrzazaful-help-me-i-don-t-understand-why-my-reputation-is-low-20160804t121130400z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "mrzazaful", + "root_permlink": "help-me-i-don-t-understand-why-my-reputation-is-low", "title": "", "total_payout_value": { - "amount": "38", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 129939654530 + "vote_rshares": 0 }, { - "abs_rshares": 154490170040, - "active": "2016-08-30T21:30:12", + "abs_rshares": 0, + "active": "2016-08-04T12:19:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Author gets more attention thus gets paid indirectly. You can tip author easily via transfer.", - "cashout_time": "2016-09-05T23:43:57", + "body": "Anyone with positive reputation can _help_ restore it, but more SP gives a stronger effect.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 7, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-29T23:43:57", + "created": "2016-08-04T12:15:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1048841, + "depth": 3, + "id": 600197, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-29T23:43:57", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:15:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 154490170040, - "net_votes": 6, - "parent_author": "stellabelle", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t232856619z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alphabeta", + "parent_permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t120657294z", "percent_hbd": 10000, - "permlink": "re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t234357998z", + "permlink": "re-alphabeta-re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121519000z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "title": "", "total_payout_value": { "amount": "0", @@ -41991,97 +41991,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 154490170040 + "vote_rshares": 0 }, { - "abs_rshares": 1074960872216, - "active": "2016-08-30T01:07:39", + "abs_rshares": 0, + "active": "2016-08-04T23:28:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 418, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "In a few weeks the SBD, STEEM, and POWER held in @null will be \"removed\" every block.", - "cashout_time": "2016-09-06T00:11:45", + "body": "Looks like someone flagged you for \"tag abuse\" [here](https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z)\n\nI'll upvote you and hopefully remove the negative rep", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-30T00:11:45", + "created": "2016-08-04T12:16:51", "curator_payout_value": { - "amount": "97", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1049176, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-30T00:11:45", + "id": 600236, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/recipies/@mpa/quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day#@neoxian/re-mpa-quick-and-easy-mediterranean-style-recipes-for-steemians-recipe-1-how-to-make-spanish-gazpacho-for-a-hot-summer-day-20160725t073427419z\"]}", + "last_payout": "2016-09-04T02:30:57", + "last_update": "2016-08-04T12:18:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1074960872216, - "net_votes": 7, - "parent_author": "knircky", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t000510577z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mpa", + "parent_permlink": "re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t113441003z", "percent_hbd": 10000, - "permlink": "re-knircky-re-steemitblog-introducing-promoted-content-20160830t001144870z", + "permlink": "re-mpa-re-alphabeta-help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help-20160804t121651400z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "alphabeta", + "root_permlink": "help-i-am-one-of-the-206-people-with-negative-reputation-6-please-help", "title": "", "total_payout_value": { - "amount": "392", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1074960872216 + "vote_rshares": 0 }, { - "abs_rshares": 137229400983, - "active": "2016-08-31T18:58:21", + "abs_rshares": 0, + "active": "2016-08-04T23:48:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "People are building tools and who ever can find the best solution for filtering content will win many users. The blockchain is open so there can and will be many experiments on promoting content.", - "cashout_time": "2016-09-06T00:13:57", - "category": "steemit", - "children": 4, + "body": "Looks like a false positive based on similar subject matter to me.", + "cashout_time": "1969-12-31T23:59:59", + "category": "blockchain", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-30T00:13:57", + "created": "2016-08-04T20:35:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1049210, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T00:13:57", + "id": 609503, + "json_metadata": "{\"tags\":[\"blockchain\"]}", + "last_payout": "2016-09-04T14:23:54", + "last_update": "2016-08-04T20:35:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 137229400983, - "net_votes": 3, - "parent_author": "iamwne", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234429839z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "cheetah", + "parent_permlink": "re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233", "percent_hbd": 10000, - "permlink": "re-iamwne-re-steemitblog-introducing-promoted-content-20160830t001357004z", + "permlink": "re-cheetah-re-improving-web-browser-security-with-a-steem-like-blockchain-20160804t164233-20160804t203502200z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "anonymint", + "root_permlink": "improving-web-browser-security-with-a-steem-like-blockchain", "title": "", "total_payout_value": { "amount": "0", @@ -42089,48 +42089,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 137229400983 + "vote_rshares": 0 }, { - "abs_rshares": 176095426679, - "active": "2016-08-30T00:14:42", + "abs_rshares": 0, + "active": "2016-08-04T20:37:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Hard to abuse this system. Someone will figure out a way and then we will figure out a counter move.", - "cashout_time": "2016-09-06T00:14:42", - "category": "steemit", + "body": "Location does matter but it should still be possible to crack it", + "cashout_time": "1969-12-31T23:59:59", + "category": "giveaway", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-30T00:14:42", + "created": "2016-08-04T20:37:51", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1049215, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T00:14:42", + "depth": 3, + "id": 609562, + "json_metadata": "{\"tags\":[\"giveaway\"]}", + "last_payout": "2016-09-04T08:56:27", + "last_update": "2016-08-04T20:37:51", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 176095426679, - "net_votes": 4, - "parent_author": "condra", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t234139739z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "generalizethis", + "parent_permlink": "re-rigel-re-generalizethis-free-monero-20160804t200849896z", "percent_hbd": 10000, - "permlink": "re-condra-re-steemitblog-introducing-promoted-content-20160830t001443515z", + "permlink": "re-generalizethis-re-rigel-re-generalizethis-free-monero-20160804t203750200z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "generalizethis", + "root_permlink": "free-monero", "title": "", "total_payout_value": { "amount": "0", @@ -42138,48 +42138,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 176095426679 + "vote_rshares": 0 }, { - "abs_rshares": 176670728407, - "active": "2016-08-30T00:15:15", + "abs_rshares": 0, + "active": "2016-08-05T22:52:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "apparently that was an error, you can promote any post until it is archived (after 30 days).", - "cashout_time": "2016-09-06T00:15:15", - "category": "steemit", - "children": 0, + "body": "The formatting uses markdown, same as reddit. There are many tutorials on the web. And welcome to steemit!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-30T00:15:15", + "created": "2016-08-04T22:04:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1049224, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T00:15:15", + "depth": 3, + "id": 611139, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:06:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 176670728407, - "net_votes": 5, - "parent_author": "ausbitbank", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160829t233358547z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220029125z", "percent_hbd": 10000, - "permlink": "re-ausbitbank-re-steemitblog-introducing-promoted-content-20160830t001516613z", + "permlink": "re-dollarvigilante-re-dollarvigilante-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220410600z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -42187,97 +42187,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 176670728407 + "vote_rshares": 0 }, { - "abs_rshares": 1067160758216, - "active": "2016-08-30T13:22:42", + "abs_rshares": 0, + "active": "2016-08-05T03:50:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 379, + "author": "smooth", + "author_rewards": 482, "beneficiaries": [], - "body": "perhaps a dividend on Steem Power would work better ;) \n\nIn any case, the reason we cannot just tip authors and use total tips as a ranking is because it would be abused by people tipping themselves via sock puppets.", - "cashout_time": "2016-09-06T00:17:24", - "category": "steemit", - "children": 2, + "body": "I have little doubt this is legitimate but we do prefer to be cautious when someone posts here claiming to be a well-known individual. Can you verify by posting a link here from one of your established blog sites or socal media accounts? Thanks.\n\nEDIT: I just saw your verification tweet. Thanks!", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-30T00:17:24", + "created": "2016-08-04T22:09:24", "curator_payout_value": { - "amount": "118", + "amount": "33", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1049244, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:36:12", - "last_update": "2016-08-30T00:17:24", + "depth": 1, + "id": 611249, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:12:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1067160758216, - "net_votes": 6, - "parent_author": "stellabelle", - "parent_permlink": "re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160829t235548199z", + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 19, + "parent_author": "dollarvigilante", + "parent_permlink": "the-dollar-vigilante-is-now-on-steemit", "percent_hbd": 10000, - "permlink": "re-stellabelle-re-dantheman-re-stellabelle-re-steemitblog-introducing-promoted-content-20160830t001726180z", + "permlink": "re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t220923200z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "355", + "amount": "1078", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1067160758216 + "vote_rshares": 0 }, { - "abs_rshares": 148600265108, - "active": "2016-08-30T01:41:12", + "abs_rshares": 0, + "active": "2016-08-05T02:20:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Total promotion payments received by the post, not total author rewards. Author does not get the boost payments.", - "cashout_time": "2016-09-06T00:20:54", - "category": "steemit", + "body": "Verified", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", "children": 2, "children_abs_rshares": 0, - "created": "2016-08-30T00:20:54", + "created": "2016-08-04T22:13:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1049281, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T00:20:54", + "depth": 4, + "id": 611326, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-04T22:13:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 148600265108, - "net_votes": 5, - "parent_author": "bergy", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t001317446z", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "dollarvigilante", + "parent_permlink": "re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221106340z", "percent_hbd": 10000, - "permlink": "re-bergy-re-steemitblog-introducing-promoted-content-20160830t002055016z", + "permlink": "re-dollarvigilante-re-dollarvigilante-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160804t221313100z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -42285,97 +42285,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 148600265108 + "vote_rshares": 0 }, { - "abs_rshares": 187025650957, - "active": "2016-08-30T17:49:00", + "abs_rshares": 0, + "active": "2016-08-05T01:49:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 20, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I like it and will work with the team to make it happen.", - "cashout_time": "2016-09-06T00:38:21", - "category": "steemit", - "children": 2, + "body": "By legitimate I meant not an impersonator. I have never followed The Dollar Vigilante and other than having heard of him as a well known blogger/youtuber, I have no idea about his background.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-30T00:38:21", + "created": "2016-08-05T01:49:09", "curator_payout_value": { - "amount": "3", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1049425, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-31T00:51:51", - "last_update": "2016-08-30T00:38:21", + "depth": 3, + "id": 614707, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T01:49:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 187025650957, - "net_votes": 7, - "parent_author": "alexgr", - "parent_permlink": "can-we-get-a-feed-link-up-there-too", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "kuriko", + "parent_permlink": "re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t011105168z", "percent_hbd": 10000, - "permlink": "re-alexgr-can-we-get-a-feed-link-up-there-too-20160830t003822016z", + "permlink": "re-kuriko-re-smooth-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t014908900z", "reward_weight": 10000, - "root_author": "alexgr", - "root_permlink": "can-we-get-a-feed-link-up-there-too", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "18", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 187025650957 + "vote_rshares": 0 }, { - "abs_rshares": 137414811428, - "active": "2016-08-30T03:05:57", + "abs_rshares": 0, + "active": "2016-08-05T03:57:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "No. You get none. It is all burned.", - "cashout_time": "2016-09-06T01:18:51", + "body": "I've always been against the obsession with original content. I think it came about in large part because many of the early adopters of Steem were themselves bloggers who didn't like the competition for visibility, attention and rewards. \n\nIn my opinion, links which provoke discussion (where _the discussion is the original content_) are great, and people who are great at finding and selecting the most relevant and discussion-generating links should be rewarded. Of course I love the bloggers too. We can do both.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-30T01:18:51", + "created": "2016-08-05T02:34:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1049814, + "depth": 4, + "id": 615369, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T01:18:51", + "last_payout": "2016-09-04T03:39:51", + "last_update": "2016-08-05T02:41:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 137414811428, - "net_votes": 4, - "parent_author": "biophil", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t005457057z", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "doctorstrange", + "parent_permlink": "re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t022129820z", "percent_hbd": 10000, - "permlink": "re-biophil-re-steemitblog-introducing-promoted-content-20160830t011850100z", + "permlink": "re-doctorstrange-re-furion-re-dev00100000-re-furion-how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer-20160805t023457600z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "furion", + "root_permlink": "how-many-posts-does-it-take-to-have-a-winner-lets-look-at-top-steemit-authors-for-an-answer", "title": "", "total_payout_value": { "amount": "0", @@ -42383,48 +42383,48 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 137414811428 + "vote_rshares": 0 }, { - "abs_rshares": 126248419559, - "active": "2016-08-30T12:42:42", + "abs_rshares": 0, + "active": "2016-08-05T10:43:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "It is auction style. Look on promotion page for current prices.", - "cashout_time": "2016-09-06T12:42:42", - "category": "steemit", - "children": 0, + "body": "There is nothing wrong with (4). It just means you are a bit closer to the dangerous negative rep than you might be at a higher score. As long as you continue to comment and post and get upcotes your rep will naturally climb.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 4, "children_abs_rshares": 0, - "created": "2016-08-30T12:42:42", + "created": "2016-08-05T05:53:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1055474, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-30T12:42:42", + "depth": 1, + "id": 617692, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T05:53:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 126248419559, - "net_votes": 3, - "parent_author": "imag1ne", - "parent_permlink": "re-steemitblog-introducing-promoted-content-20160830t090848678z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jos.denmark", + "parent_permlink": "reputation-station-my-new-life-as-a-four", "percent_hbd": 10000, - "permlink": "re-imag1ne-re-steemitblog-introducing-promoted-content-20160830t124241308z", + "permlink": "re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t055323600z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introducing-promoted-content", + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", "title": "", "total_payout_value": { "amount": "0", @@ -42432,474 +42432,474 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 126248419559 + "vote_rshares": 0 }, { - "abs_rshares": 147589952378818, - "active": "2016-09-02T15:04:21", + "abs_rshares": 0, + "active": "2016-08-05T08:54:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 534059, + "author": "smooth", + "author_rewards": 28, "beneficiaries": [], - "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", - "cashout_time": "2016-09-06T20:03:09", - "category": "steemit", - "children": 136, + "body": "1) Reputation updates in real time so as soon as her post got upvotes that would increase the rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-30T20:03:09", + "created": "2016-08-05T06:23:42", "curator_payout_value": { - "amount": "7228", + "amount": "11", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1060743, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", - "last_payout": "2016-09-01T00:20:30", - "last_update": "2016-08-30T20:03:09", + "depth": 2, + "id": 617961, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T16:19:21", + "last_update": "2016-08-05T06:24:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 71965800806174, - "net_votes": 490, - "parent_author": "", - "parent_permlink": "steemit", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "bendjmiller222", + "parent_permlink": "re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160804t234732436z", "percent_hbd": 10000, - "permlink": "quick-update-regarding-user-retention", + "permlink": "re-bendjmiller222-re-brendazambrano-hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit-20160805t062342900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "quick-update-regarding-user-retention", - "title": "Quick Update Regarding User Retention", + "root_author": "brendazambrano", + "root_permlink": "hi-i-am-the-first-playmate-with-more-than-a-million-followers-to-blog-on-steemit", + "title": "", "total_payout_value": { - "amount": "496673", + "amount": "62", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 109777876592496 + "vote_rshares": 0 }, { - "abs_rshares": 1373296860168, - "active": "2016-08-30T22:20:36", + "abs_rshares": 0, + "active": "2016-08-05T08:11:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 537, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Lost my upvote due to tasteless cirlce-jerk image.", - "cashout_time": "2016-09-06T21:11:15", + "body": "> I just don't think there is demand for anything other than articles about steemit\n\nand ants.\n\nMore seriously, much of this will just have to wait for better platform features, especially following. When a blogger can gain a following they can expect consistent upvotes on every post (unless they fail to deliver value and lose the following). Right now there is no organization to any of it, and much of what happens is just random. The ants post got launched because I upvoted it to remove what I felt was undeserved negative reputation (I thought the post itself was decent too, but nothing special).\n\nIt is impossible to make a credible proposal to fix what is broken when what is (allegedly) broken isn't even built yet.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 3, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-30T21:11:15", + "created": "2016-08-05T08:11:36", "curator_payout_value": { - "amount": "133", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1061693, + "depth": 2, + "id": 619407, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T00:27:24", - "last_update": "2016-08-30T21:11:15", + "last_payout": "2016-09-04T05:18:33", + "last_update": "2016-08-05T08:11:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1373296860168, - "net_votes": 6, - "parent_author": "acassity", - "parent_permlink": "steemit-will-never-be-like-facebook", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "teatree", + "parent_permlink": "re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160804t121359627z", "percent_hbd": 10000, - "permlink": "re-acassity-steemit-will-never-be-like-facebook-20160830t211115949z", + "permlink": "re-teatree-re-jl777-specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others-20160805t081136700z", "reward_weight": 10000, - "root_author": "acassity", - "root_permlink": "steemit-will-never-be-like-facebook", + "root_author": "jl777", + "root_permlink": "specialization-jump-starting-new-steemit-sub-communities-and-creating-insurmountable-obstacles-for-others", "title": "", "total_payout_value": { - "amount": "499", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1373296860168 + "vote_rshares": 0 }, { - "abs_rshares": 1179949355828, - "active": "2016-08-31T16:22:12", + "abs_rshares": 0, + "active": "2016-08-05T10:41:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 531, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I love this kind of analysis, but would like to warn readers and author that \"garbage in\" produces \"garbage out\". More specifically, using the steemit.com reputation algorihtm as a basis for Social Capital is probably flawed.\n\nThe reputation score is almost entirely derived from the same source as lifetime earnings (votes). The primary difference between lifetime earnings and reputation score is the following:\n\n1. concentration of votes in a single post impacts lifetime earnings more than reputation.\n2. all up votes regardless of concentration impact reputation equally\n3. downvotes only hurt reputation if made by someone with a higher rep\n\nA more robust measure of reputation may be to look at the follow graph and utilize pagerank or similar algorithm.", - "cashout_time": "2016-09-07T16:15:27", - "category": "steemit", - "children": 1, + "body": "flagged for spamming/votebegging", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-31T16:15:27", + "created": "2016-08-05T10:41:18", "curator_payout_value": { - "amount": "157", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1072624, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T16:12:51", - "last_update": "2016-08-31T16:15:27", + "depth": 3, + "id": 621456, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-04T14:23:42", + "last_update": "2016-08-05T10:41:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1179949355828, - "net_votes": 8, - "parent_author": "deeallen", - "parent_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t025807915z", "percent_hbd": 10000, - "permlink": "re-deeallen-cultural-economic-and-social-forms-of-capital-on-steemit-original-research-20160831t161527002z", + "permlink": "re-juvyjabian-re-cryptoctopus-re-dollarvigilante-the-dollar-vigilante-is-now-on-steemit-20160805t104117600z", "reward_weight": 10000, - "root_author": "deeallen", - "root_permlink": "cultural-economic-and-social-forms-of-capital-on-steemit-original-research", + "root_author": "dollarvigilante", + "root_permlink": "the-dollar-vigilante-is-now-on-steemit", "title": "", "total_payout_value": { - "amount": "486", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 4202014786574741276, - "vote_rshares": 1179949355828 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 710931426192, - "active": "2016-08-31T17:30:06", + "abs_rshares": 0, + "active": "2016-08-05T10:43:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 295, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This \"service\" has the same problem that 99% of suggestions have: sybil attack.\n\nA whale can supercharge their own post at no cost because they money comes back to themselves.\n\nSome significant portion of the supercharged vote would need to be burned to discourage this kind of behavior. \n\nThere are other problems with this proposal that would result in massive abuse.", - "cashout_time": "2016-09-07T17:30:06", - "category": "steemit", + "body": "Correct, no direct effect on rewards, only appearance and visibility.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", "children": 0, "children_abs_rshares": 0, - "created": "2016-08-31T17:30:06", + "created": "2016-08-05T10:43:18", "curator_payout_value": { - "amount": "84", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1073527, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T09:46:27", - "last_update": "2016-08-31T17:30:06", + "depth": 3, + "id": 621490, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-04T18:28:09", + "last_update": "2016-08-05T10:43:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 710931426192, - "net_votes": 5, - "parent_author": "thecryptofiend", - "parent_permlink": "2-killer-steemit-features-i-would-like-to-see", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jos.denmark", + "parent_permlink": "re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t063451298z", "percent_hbd": 10000, - "permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t173005490z", + "permlink": "re-josdenmark-re-smooth-re-josdenmark-reputation-station-my-new-life-as-a-four-20160805t104317900z", "reward_weight": 10000, - "root_author": "thecryptofiend", - "root_permlink": "2-killer-steemit-features-i-would-like-to-see", + "root_author": "jos.denmark", + "root_permlink": "reputation-station-my-new-life-as-a-four", "title": "", "total_payout_value": { - "amount": "269", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2783816805315277088, - "vote_rshares": 710931426192 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 18097231801, - "active": "2016-08-31T18:39:57", + "abs_rshares": 0, + "active": "2016-08-05T10:55:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Unfortunately your graph only has one dimension: price. When in reality Steem has another dimension: supply. The result is that the downtrend is greatly amplified in terms of price, but less so in terms of market cap.", - "cashout_time": "2016-09-07T17:45:09", + "body": "He meant the comment from @anonblog.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 2, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-31T17:45:09", + "created": "2016-08-05T10:55:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1073673, + "depth": 4, + "id": 621663, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-31T17:45:09", + "last_payout": "2016-09-03T01:37:27", + "last_update": "2016-08-05T10:55:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 18097231801, - "net_votes": 3, - "parent_author": "puffin", - "parent_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "knozaki2015", + "parent_permlink": "re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160803t131614435z", "percent_hbd": 10000, - "permlink": "re-puffin-eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an-20160831t174511035z", + "permlink": "re-knozaki2015-re-dantheman-re-anonblog-re-knozaki2015-steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score-20160805t105535000z", "reward_weight": 10000, - "root_author": "puffin", - "root_permlink": "eth-or-etc-amp-or-steem-synereo-or-steemit-the-advantage-of-being-bi-sexual-is-that-it-doubles-your-chance-of-finding-a-date-an", + "root_author": "knozaki2015", + "root_permlink": "steemit-has-introduced-a-new-reputation-score-what-is-it-and-how-can-you-boost-up-your-score", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 83082858431977903, - "vote_rshares": 18097231801 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1249837887537, - "active": "2016-09-01T17:15:18", + "abs_rshares": 0, + "active": "2016-08-05T14:27:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 711, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It isn't a question of \"will it work\", the answer is not binary. It will add to the overall ecosystem without taking away from anything. The market will naturally establish a price for the promoted content tab and that price will be based upon the effectiveness of the tab. One thing is certain, the price is greater than 0.", - "cashout_time": "2016-09-07T17:57:09", + "body": "The formula can not be diminishing returns for steem power because then the incentive is for people to split up their steem power into multiple accounts and pretend to be multiple people.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 5, + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-31T17:57:09", + "created": "2016-08-05T11:39:12", "curator_payout_value": { - "amount": "4", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1073816, + "depth": 4, + "id": 622261, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-01T18:27:15", - "last_update": "2016-08-31T17:57:09", + "last_payout": "2016-09-04T14:07:21", + "last_update": "2016-08-05T11:39:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1249837887537, - "net_votes": 10, - "parent_author": "unrealisback", - "parent_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "dennygalindo", + "parent_permlink": "re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160804t185801529z", "percent_hbd": 10000, - "permlink": "re-unrealisback-promoted-posts-will-it-work-if-not-then-what-will-20160831t175709208z", + "permlink": "re-dennygalindo-re-hisnameisolllie-re-dennygalindo-re-hisnameisolllie-the-top-1-steem-v-the-real-world-20160805t113911600z", "reward_weight": 10000, - "root_author": "unrealisback", - "root_permlink": "promoted-posts-will-it-work-if-not-then-what-will", + "root_author": "hisnameisolllie", + "root_permlink": "the-top-1-steem-v-the-real-world", "title": "", "total_payout_value": { - "amount": "651", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 4391647921120369802, - "vote_rshares": 1249837887537 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1230594532961, - "active": "2016-09-01T04:43:15", + "abs_rshares": 0, + "active": "2016-08-23T15:51:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 741, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "So far sounds very similar to [Orange is the New Black](https://en.wikipedia.org/wiki/Orange_Is_the_New_Black).\n\nWriting emails is the most time consuming part, sending doesn't take much time at all. Must suck for slow typers. \n\nI always thought that prisoners should be allowed a computer (without internet connectivity). At least that way they could be \"productive\" in writing, editing, etc without having to resort to pen and paper.", - "cashout_time": "2016-09-07T18:32:03", - "category": "story", - "children": 4, + "body": "Flagged as an attempt to manipulate voting and rewards by buying upvotes.\n\nWere it not for that it would be referral marketing which can easily flood the site with spam (imagine if everyone with a referral code for every site did it), although that hasn't specifically become a problem yet.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 8, "children_abs_rshares": 0, - "created": "2016-08-31T18:32:03", + "created": "2016-08-05T13:29:48", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1074254, - "json_metadata": "{\"tags\":[\"story\"],\"links\":[\"https://en.wikipedia.org/wiki/Orange_Is_the_New_Black\"]}", - "last_payout": "2016-09-01T15:13:27", - "last_update": "2016-08-31T18:32:03", + "id": 624213, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T13:31:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1230594532961, - "net_votes": 14, - "parent_author": "charlieshrem", - "parent_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", "percent_hbd": 10000, - "permlink": "re-charlieshrem-a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison-20160831t183205440z", + "permlink": "re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t132947100z", "reward_weight": 10000, - "root_author": "charlieshrem", - "root_permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-3-i-m-actually-in-prison", + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", "title": "", "total_payout_value": { - "amount": "679", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 4339939229659069017, - "vote_rshares": 1230594532961 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 7946235653, - "active": "2016-08-31T22:16:33", + "abs_rshares": 0, + "active": "2016-08-06T09:36:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Sybil!", - "cashout_time": "2016-09-07T21:22:18", - "category": "promoted", - "children": 2, + "body": "The reputation has nothing to do with the torrents post or the bot spam. The reason for your -6 rep were a some downvotes you received when you posted a boob picture a while back. Now at the time those downvotes were appropriate, but the new rep system retroactively used those downvotes to give you a terrible rep.\n\nI upvoted you here to restore your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-31T21:22:18", + "created": "2016-08-05T14:47:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1076366, - "json_metadata": "{\"tags\":[\"promoted\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-31T21:22:18", + "depth": 1, + "id": 625969, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T02:44:48", + "last_update": "2016-08-05T14:47:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7946235653, - "net_votes": 1, - "parent_author": "dennygalindo", - "parent_permlink": "re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t210113218z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jonathan-tokki", + "parent_permlink": "i-m-a-bot-now-with-6-reputation", "percent_hbd": 10000, - "permlink": "re-dennygalindo-re-cryptos-some-thoughts-about-the-new-promoted-posts-feature-20160831t212216737z", + "permlink": "re-jonathan-tokki-i-m-a-bot-now-with-6-reputation-20160805t144700900z", "reward_weight": 10000, - "root_author": "cryptos", - "root_permlink": "some-thoughts-about-the-new-promoted-posts-feature", + "root_author": "jonathan-tokki", + "root_permlink": "i-m-a-bot-now-with-6-reputation", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 36572889660131681, - "vote_rshares": 7946235653 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 288516533116859, - "active": "2016-09-09T21:28:39", + "abs_rshares": 0, + "active": "2016-08-05T23:44:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 2870451, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", - "cashout_time": "2016-09-08T05:55:24", - "category": "philosophy", - "children": 193, + "body": "I erased the negative rep but please stop spamming your CEO story everywhere. People will upvote you when you post content of merit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-01T05:55:24", + "created": "2016-08-05T14:52:18", "curator_payout_value": { - "amount": "44497", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1080869, - "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", - "last_payout": "2016-09-02T19:14:21", - "last_update": "2016-09-01T05:55:24", + "depth": 2, + "id": 626098, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-02T05:37:30", + "last_update": "2016-08-05T14:52:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 161992750125375, - "net_votes": 689, - "parent_author": "", - "parent_permlink": "philosophy", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "juvyjabian", + "parent_permlink": "re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t064632842z", "percent_hbd": 10000, - "permlink": "why-do-we-fight-to-change-the-world", + "permlink": "re-juvyjabian-re-officialfuzzy-steem-audio-whitepaper-part-2-ways-to-contribute-20160805t145219300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "why-do-we-fight-to-change-the-world", - "title": "Why do we fight to change the world?", + "root_author": "officialfuzzy", + "root_permlink": "steem-audio-whitepaper-part-2-ways-to-contribute", + "title": "", "total_payout_value": { - "amount": "2583405", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 225254641621117 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-09-01T18:35:45", + "active": "2016-08-05T15:16:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "The picture is Eckhart Tolle.", - "cashout_time": "2016-09-08T18:35:45", - "category": "philosophy", + "body": "flagged for vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-09-01T18:35:45", + "created": "2016-08-05T15:16:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1088392, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-01T18:35:45", + "depth": 1, + "id": 626596, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -42908,13 +42908,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "the-alien", - "parent_permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t163835944z", + "parent_author": "frosty", + "parent_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", "percent_hbd": 10000, - "permlink": "re-the-alien-re-dantheman-why-do-we-fight-to-change-the-world-20160901t183545328z", + "permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151559800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "why-do-we-fight-to-change-the-world", + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", "title": "", "total_payout_value": { "amount": "0", @@ -42925,584 +42925,584 @@ "vote_rshares": 0 }, { - "abs_rshares": 5612333624, - "active": "2016-09-02T13:27:00", + "abs_rshares": 0, + "active": "2016-08-05T15:16:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Don't forget taxes.", - "cashout_time": "2016-09-09T13:20:03", - "category": "steememe", - "children": 1, + "body": "flagged for assisting with vote buying", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-02T13:20:03", + "created": "2016-08-05T15:16:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1098201, - "json_metadata": "{\"tags\":[\"steememe\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-02T13:20:03", + "id": 626614, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-04T12:02:15", + "last_update": "2016-08-05T15:16:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 5612333624, - "net_votes": 2, - "parent_author": "arcaneinfo", - "parent_permlink": "re-benjojo-is-there-anything-more-contentious-than-price-20160902t121814629z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "someguy123", + "parent_permlink": "re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160804t211155797z", "percent_hbd": 10000, - "permlink": "re-arcaneinfo-re-benjojo-is-there-anything-more-contentious-than-price-20160902t132002894z", + "permlink": "re-someguy123-re-frosty-escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin-20160805t151654200z", "reward_weight": 10000, - "root_author": "benjojo", - "root_permlink": "is-there-anything-more-contentious-than-price", + "root_author": "frosty", + "root_permlink": "escrow-backed-newbies-welcome-everyone-who-upvotes-this-post-will-get-an-equal-amount-of-bitcoin-just-provide-your-bitcoin", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 25846056331801021, - "vote_rshares": 5612333624 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 568409589192, - "active": "2016-09-02T16:24:24", + "abs_rshares": 0, + "active": "2016-08-05T15:32:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Unfortunately, the harasser probably has multiple accounts. They would set one up for \"observing\" and one for \"abusing\". \n\nGiven this reality it could be relatively simple to prevent muted individuals from replying to a thread. This would force the abuse to move to different threads or force the abuser to use an alternative interface.\n\nThis is something that we could implement at a blockchain level.", - "cashout_time": "2016-09-09T14:44:18", - "category": "steem", - "children": 1, + "body": "Too serious. man. Upvoting the post.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-02T14:44:18", + "created": "2016-08-05T15:32:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1099017, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-02T14:44:18", + "depth": 2, + "id": 626944, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T06:35:09", + "last_update": "2016-08-05T15:32:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 568409589192, - "net_votes": 10, - "parent_author": "dana-edwards", - "parent_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jrkirby", + "parent_permlink": "re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t145917220z", "percent_hbd": 10000, - "permlink": "re-dana-edwards-an-approach-for-dealing-with-harassment-on-steemit-selective-channels-20160902t144417094z", + "permlink": "re-jrkirby-re-razvanelulmarin-the-pledge-of-allegiance-steemit-version-20160805t153202800z", "reward_weight": 10000, - "root_author": "dana-edwards", - "root_permlink": "an-approach-for-dealing-with-harassment-on-steemit-selective-channels", + "root_author": "razvanelulmarin", + "root_permlink": "the-pledge-of-allegiance-steemit-version", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2295176475785681334, - "vote_rshares": 568409589192 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 3682373064902, - "active": "2016-09-03T19:14:54", + "abs_rshares": 0, + "active": "2016-08-05T18:37:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 3110, + "author": "smooth", + "author_rewards": 1965, "beneficiaries": [], - "body": "I really appriciate your inquisitive mind. Seek and ye shall find. I have an entire series of articles that outline very real solutions to everything you have listed above. \n\nWhat is often overlooked is that the vast majority of real crime comes from side effects of government (drug laws, etc). More money is stolen by government asset forfeitures (not taxes) than all private thefts combined. \n\nConclusion, absent taxes everyone could easily afford to pay for insurance that would completely replace the cost of stolen / damaged property. Insurance companies would have financial incentive to investigate for the sole purpose of preventing fraudulent claims. \n\nInsurance companies would not insure anyone who they suspect of being guilty of theft or property damage until restitution is paid.\n\nThis would be incredibly affordable for the poor and middle class once you remove the huge burden of government and introduce free market competition.\n\nWith respect to murder you must realize that prison is not a deterrent. Loss of social standing and reputation in the economy is a far greater deterrent than prison. If government fails to prevent these things today, the only thing more government will do is increase the rate of violence. \n\nThe end result of government is financial irresponsibility leading to economic collapse. \n\nRequiring perfection from voluntary societies is a double standard when you do not require perfection from statist societies. \n\nIn my humble opinion, governments kill more innocent people every year than all private murders combined.", - "cashout_time": "2016-09-09T18:40:54", - "category": "anarchy", - "children": 8, + "body": "> https://www.instagram.com/ann_semenovich_/\n\n^ 400 followers\n\nhttps://www.instagram.com/ann_semenovich\n\n^ 1m followers\n\nSomething doesn't quite add up.\n\nAnna, please post on your real instagram confirming that this post is authentic. Thanks!\n\nEDIT: http://tv.ua/news/stars/76530-anna-semenovich-chut-ne-poplatilas-za-besplatnyjj-wi-fi-foto.html\n\nphotoshop job, flagged as fraud", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 3, "children_abs_rshares": 0, - "created": "2016-09-02T18:40:54", + "created": "2016-08-05T16:11:15", "curator_payout_value": { - "amount": "164", + "amount": "1404", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1101853, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-03T18:11:39", - "last_update": "2016-09-02T18:40:54", + "id": 627848, + "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://www.instagram.com/ann_semenovich_/\"]}", + "last_payout": "2016-09-05T04:58:30", + "last_update": "2016-08-05T17:01:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3682373064902, - "net_votes": 22, - "parent_author": "gavvet", - "parent_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "net_rshares": 0, + "net_votes": 25, + "parent_author": "semenovich", + "parent_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", "percent_hbd": 10000, - "permlink": "re-gavvet-a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author-20160902t184056016z", + "permlink": "re-semenovich-hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter-20160805t161115900z", "reward_weight": 10000, - "root_author": "gavvet", - "root_permlink": "a-practical-problem-for-the-anarchist-and-new-age-voluntarists-and-any-other-starry-eyed-idealist-featuring-vuyusile-as-author", + "root_author": "semenovich", + "root_permlink": "hi-steemit-my-name-is-anna-i-am-russian-pop-singer-actress-radio-presenter-tv-presenter", "title": "", "total_payout_value": { - "amount": "2698", + "amount": "4259", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 3682373064902 + "vote_rshares": 0 }, { - "abs_rshares": 76097338822, - "active": "2016-09-10T12:18:27", + "abs_rshares": 0, + "active": "2016-08-05T20:38:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 31, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I gave you an upvote so your images are visible again. We are looking into solutions for dealing with abusive downvoters.", - "cashout_time": "2016-09-09T18:46:33", - "category": "introduceyourself", - "children": 4, + "body": "Upvoted because I respect the thought that went into this. I do think the reputation system needs some adjustments, not sure if these are the right ones, but the discussion should be opened.\n\nOne thing I would propose is cap the effect of a downvote on anyone with significant positive rep to only push the rep down to exactly zero, regardless of the SP of the downvote (not deep negative from one downvote). It would then take another downvote to push it negative.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 3, "children_abs_rshares": 0, - "created": "2016-09-02T18:46:33", + "created": "2016-08-05T16:26:18", "curator_payout_value": { - "amount": "5", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1101923, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-04T13:25:57", - "last_update": "2016-09-02T18:46:33", + "id": 628200, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T07:53:24", + "last_update": "2016-08-05T16:26:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 76097338822, - "net_votes": 4, - "parent_author": "steemdesign", - "parent_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "karoline", + "parent_permlink": "reputation", "percent_hbd": 10000, - "permlink": "re-steemdesign-warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now-20160902t184633283z", + "permlink": "re-karoline-reputation-20160805t162617800z", "reward_weight": 10000, - "root_author": "steemdesign", - "root_permlink": "warning-steemit-now-pwned-by-censorship-whales-steemit-being-eaten-alive-by-exploit-dan-and-ned-fix-now", + "root_author": "karoline", + "root_permlink": "reputation", "title": "", "total_payout_value": { - "amount": "25", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 344385331667639274, - "vote_rshares": 76097338822 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 2499729742265, - "active": "2016-09-02T20:39:09", + "abs_rshares": 0, + "active": "2016-08-09T16:54:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1786, + "author": "smooth", + "author_rewards": 1246, "beneficiaries": [], - "body": "This is a backend update, no changes to steemit.com at this time.", - "cashout_time": "2016-09-09T19:44:39", - "category": "steem", - "children": 11, + "body": "The smooth.witness account copies the votes from the smooth account. I could undo that manually but it adds about 15% of the vote weight of my primary account, so it isn't a big difference either way. \n\nI will also be flagging this post for the same reason. \n\nI'm open to upvoting to remove the bad reputation on any of these accounts but they will need to make a separate post or comment for that purpose, since changing votes does not change rep.\n\nI'm not a fan of the reputation system generally and I have commented on the problems with it. However, I'm also not a fan of buying votes and the only recourse I have against what I (and many other large stakeholders) see as a serious form of abuse is downvoting the post. Unfortunately that automatically affects the reputation as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, "children_abs_rshares": 0, - "created": "2016-09-02T19:44:39", + "created": "2016-08-05T17:22:54", "curator_payout_value": { - "amount": "6", + "amount": "897", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1102554, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-04T01:16:51", - "last_update": "2016-09-02T19:44:39", + "depth": 3, + "id": 629563, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:51:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2499729742265, - "net_votes": 12, - "parent_author": "steemitblog", - "parent_permlink": "announcing-steem-0-14-0-release-candidate", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t165105754z", "percent_hbd": 10000, - "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t194440142z", + "permlink": "re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172253700z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "announcing-steem-0-14-0-release-candidate", + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "title": "", "total_payout_value": { - "amount": "1534", + "amount": "2700", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 2499729742265 + "vote_rshares": 0 }, { - "abs_rshares": 1011467229579, - "active": "2016-09-02T21:31:03", + "abs_rshares": 0, + "active": "2016-08-05T20:10:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 23, + "author": "smooth", + "author_rewards": 1239, "beneficiaries": [], - "body": "We would add a clause to the license that acts like a deadman switch. If such an event happened we would make it unrestricted license.", - "cashout_time": "2016-09-09T21:31:03", + "body": "> [I now commit that all of the SBD from *this* post will be divided equally and distributed among the first 30 up-voters]\n\nFlagged for buying votes", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 3, "children_abs_rshares": 0, - "created": "2016-09-02T21:31:03", + "created": "2016-08-05T17:25:18", "curator_payout_value": { - "amount": "0", + "amount": "890", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1103822, + "id": 629620, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T04:06:24", - "last_update": "2016-09-02T21:31:03", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T17:25:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1011467229579, - "net_votes": 5, - "parent_author": "tobixen", - "parent_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "net_rshares": 0, + "net_votes": 3, + "parent_author": "august-newbie", + "parent_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "percent_hbd": 10000, - "permlink": "re-tobixen-what-if-the-us-govt-really-wanted-to-censor-steem-20160902t213104170z", + "permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t172517800z", "reward_weight": 10000, - "root_author": "tobixen", - "root_permlink": "what-if-the-us-govt-really-wanted-to-censor-steem", + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "title": "", "total_payout_value": { - "amount": "19", + "amount": "2684", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1011467229579 + "vote_rshares": 0 }, { - "abs_rshares": 9532902004427, - "active": "2016-09-05T18:37:15", + "abs_rshares": 0, + "active": "2016-08-23T15:51:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 14783, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This is a very poorly understood change. \n\nLook at it this way, every user gets so much power flowing into their cup. Under current rules most users cups are full and their power goes to waste. \n\nPower voters waste less power because they keep their cups less than full. \n\nNew rules allow normal people to use more of their power by draining their cup faster with each vote. This means they can capture more of their power. \n\nNet effect is the percentage of power used by normal voters increases, while power voters decrease.", - "cashout_time": "2016-09-09T21:56:51", + "body": "I have commented there and indicated that I am open to restoring the reputation. However, I and most if not all major stakeholders consider buying votes to be abuse and will downvote it when I see it. I am firm on that position.\n\nReferral marketing is a less serious concern. As I said it hasn't become a major problem yet; if it does then community consensus may become hostile to it. As of yet that has not happened.\n\nI used a couple of your comments here to restore rep.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 11, + "children": 4, "children_abs_rshares": 0, - "created": "2016-09-02T21:56:51", + "created": "2016-08-05T17:30:06", "curator_payout_value": { - "amount": "164", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1104105, + "depth": 3, + "id": 629728, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T23:39:33", - "last_update": "2016-09-02T21:56:51", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T17:49:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 9532902004427, - "net_votes": 14, - "parent_author": "chitty", - "parent_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t145554411z", "percent_hbd": 10000, - "permlink": "re-chitty-your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards-20160902t215650411z", + "permlink": "re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t173006200z", "reward_weight": 10000, - "root_author": "chitty", - "root_permlink": "your-voices-have-been-heard-steem-0-14-0-will-improve-voting-rewards", + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", "title": "", "total_payout_value": { - "amount": "12697", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 12994330668905439953, - "vote_rshares": 9532902004427 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 3468864651119, - "active": "2016-09-03T20:51:06", + "abs_rshares": 0, + "active": "2016-08-05T22:12:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 3239, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "If bob is a bot who spends 4 milliseconds curating you will see the reality of what we are trying to balance.", - "cashout_time": "2016-09-10T02:41:57", - "category": "steem", - "children": 4, + "body": "It used to be \"downvotes\" (there were both up- and down-buttons). That was changed to the \"flag\" button, but the two words refer to the same concept.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-03T02:41:57", + "created": "2016-08-05T22:12:39", "curator_payout_value": { - "amount": "1", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 1106527, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-04T05:11:15", - "last_update": "2016-09-03T02:41:57", + "depth": 2, + "id": 635711, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:12:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3468864651119, - "net_votes": 18, - "parent_author": "bobbybillbob", - "parent_permlink": "re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t020254986z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mxjxn", + "parent_permlink": "re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t142536061z", "percent_hbd": 10000, - "permlink": "re-bobbybillbob-re-trogdor-re-theoretical-learning-to-love-the-voting-power-equilibrium-point-change-20160903t024157858z", + "permlink": "re-mxjxn-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221238900z", "reward_weight": 10000, - "root_author": "theoretical", - "root_permlink": "learning-to-love-the-voting-power-equilibrium-point-change", + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "title": "", "total_payout_value": { - "amount": "2771", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 8567467939848524093, - "vote_rshares": 3468864651119 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 559988262, - "active": "2016-09-03T22:26:27", + "abs_rshares": 0, + "active": "2016-08-05T22:15:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "The flip side is when a legit answer is given but the questioner doesn't recognize it.", - "cashout_time": "2016-09-10T16:38:42", - "category": "statism", - "children": 1, + "body": "I restored the rep on the august-newbie account. (Strange name for an account BTW unless you intend to throw it away. Will you still want that account when you are no longer a newbie?)\n\nAs far as a newbie guide, what a splendid idea! Perhaps you would like to write one If you join steemit.chat and ask questions I'm sure some of the more experienced members there would be happy to help you out with the content.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-03T16:38:42", + "created": "2016-08-05T22:15:15", "curator_payout_value": { - "amount": "0", - "nai": "@@000000013", - "precision": 3 - }, - "depth": 2, - "id": 1113029, - "json_metadata": "{\"tags\":[\"statism\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-03T16:38:42", + "amount": "0", + "nai": "@@000000013", + "precision": 3 + }, + "depth": 5, + "id": 635767, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T22:15:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 559988262, - "net_votes": 2, - "parent_author": "matthewmencel", - "parent_permlink": "re-larkenrose-principles-and-predictions-20160903t155842888z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192517973z", "percent_hbd": 10000, - "permlink": "re-matthewmencel-re-larkenrose-principles-and-predictions-20160903t163841505z", + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t221516400z", "reward_weight": 10000, - "root_author": "larkenrose", - "root_permlink": "principles-and-predictions", + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2582128547929399, - "vote_rshares": 559988262 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 4728679166057, - "active": "2016-09-04T23:26:51", + "abs_rshares": 0, + "active": "2016-08-05T23:02:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 44, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "This post is inaccurate, Ned and I are almost always front run and are smarter than to dump at once.", - "cashout_time": "2016-09-11T03:15:27", - "category": "steemit", - "children": 3, + "body": "Great post. I love not only the content for people who want to learn about wine but also that your writing style is very friendly to the reader while while still giving seriously good info at the same time. Great work", + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-04T03:15:27", + "created": "2016-08-05T22:29:54", "curator_payout_value": { - "amount": "11", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1118646, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T11:59:45", - "last_update": "2016-09-04T03:15:27", + "id": 636017, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-05T09:34:42", + "last_update": "2016-08-05T22:29:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 4728679166057, - "net_votes": 15, - "parent_author": "leavemealone", - "parent_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "serejandmyself", + "parent_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", "percent_hbd": 10000, - "permlink": "re-leavemealone-ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on-20160904t031526209z", + "permlink": "re-serejandmyself-learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition-20160805t222953800z", "reward_weight": 10000, - "root_author": "leavemealone", - "root_permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "root_author": "serejandmyself", + "root_permlink": "learn-about-your-wine-a-simple-beginner-s-guide-part-2-weekend-edition", "title": "", "total_payout_value": { - "amount": "36", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 4728679166057 + "vote_rshares": 0 }, { - "abs_rshares": 1936741269503, - "active": "2016-09-07T16:03:36", + "abs_rshares": 0, + "active": "2016-08-05T22:38:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 686, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Straw men, appeal to authority, ambiguous definition of God, subjective interpretation of scripture... Until you get past your own cognitive dissonance your arguments will fall on deaf ears.", - "cashout_time": "2016-09-12T15:49:57", - "category": "religion", - "children": 12, + "body": "Welcome @madbitcoins. I've been an admirer of your videos for a long time. Great to see you here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-05T15:49:57", + "created": "2016-08-05T22:38:15", "curator_payout_value": { - "amount": "182", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1135563, - "json_metadata": "{\"tags\":[\"religion\"]}", - "last_payout": "2016-09-06T22:05:27", - "last_update": "2016-09-05T15:49:57", + "id": 636195, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T09:55:24", + "last_update": "2016-08-05T22:38:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1936741269503, - "net_votes": 8, - "parent_author": "stan", - "parent_permlink": "dissing-god", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "madbitcoins", + "parent_permlink": "introducing-madbitcoins", "percent_hbd": 10000, - "permlink": "re-stan-dissing-god-20160905t154955986z", + "permlink": "re-madbitcoins-introducing-madbitcoins-20160805t223815300z", "reward_weight": 10000, - "root_author": "stan", - "root_permlink": "dissing-god", + "root_author": "madbitcoins", + "root_permlink": "introducing-madbitcoins", "title": "", "total_payout_value": { - "amount": "564", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1936741269503 + "vote_rshares": 0 }, { - "abs_rshares": 19235933683, - "active": "2016-09-06T04:49:09", + "abs_rshares": 0, + "active": "2016-08-05T22:45:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Poverty is no excuse to get a job killing innocent people and provoking terrisom around the world.", - "cashout_time": "2016-09-12T15:56:51", - "category": "holiday", - "children": 2, + "body": "Your observations agree with mine and I'm glad to see it. Thanks for posting these thoughts.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-05T15:56:51", + "created": "2016-08-05T22:45:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1135633, - "json_metadata": "{\"tags\":[\"holiday\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-05T15:56:51", + "id": 636318, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T09:03:45", + "last_update": "2016-08-05T22:45:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 19235933683, - "net_votes": 4, - "parent_author": "robles4242", - "parent_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "jpiper20", + "parent_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", "percent_hbd": 10000, - "permlink": "re-robles4242-labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military-20160905t155650325z", + "permlink": "re-jpiper20-well-i-guess-steem-isn-t-a-pile-of-shit-after-all-20160805t224508200z", "reward_weight": 10000, - "root_author": "robles4242", - "root_permlink": "labor-less-another-labor-day-my-job-quest-is-leaving-me-1-broke-2-considering-the-united-states-military", + "root_author": "jpiper20", + "root_permlink": "well-i-guess-steem-isn-t-a-pile-of-shit-after-all", "title": "", "total_payout_value": { "amount": "0", @@ -43510,146 +43510,146 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 19235933683 + "vote_rshares": 0 }, { - "abs_rshares": 117664017258534, - "active": "2016-09-13T15:02:21", + "abs_rshares": 0, + "active": "2016-08-05T23:43:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1449993, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
https://i.imgflip.com/p1ij6.jpg
**CENSORSHIP**
\n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
\n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
\n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", - "cashout_time": "2016-09-13T18:45:36", - "category": "censorship", - "children": 164, + "body": "> Could you please perform the same reputation repair on august-newbie if you haven't already?\n\nBoth accounts have been restored to positive rep status", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T18:45:36", + "created": "2016-08-05T23:43:39", "curator_payout_value": { - "amount": "16427", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1149625, - "json_metadata": "{\"tags\":[\"censorship\",\"steemit\",\"steem\"],\"image\":[\"https://i.imgflip.com/p1ij6.jpg\",\"https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg\",\"http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Linguistic_relativity\",\"/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video\",\"https://en.wikipedia.org/wiki/Banksy\",\"http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/\"]}", - "last_payout": "2016-09-08T03:07:00", - "last_update": "2016-09-06T18:45:36", + "depth": 5, + "id": 637030, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T04:06:54", + "last_update": "2016-08-05T23:43:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 117550898840994, - "net_votes": 506, - "parent_author": "", - "parent_permlink": "censorship", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "mark-waser", + "parent_permlink": "re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t195944815z", "percent_hbd": 10000, - "permlink": "censorship-is-impossible-in-a-free-society", + "permlink": "re-mark-waser-re-smooth-re-mark-waser-re-smooth-re-mark-waser-power-up-your-steem-account-with-120-sbd-for-usd100-20160805t234340000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", - "title": "Censorship is impossible in a Free Society", + "root_author": "mark-waser", + "root_permlink": "power-up-your-steem-account-with-120-sbd-for-usd100", + "title": "", "total_payout_value": { - "amount": "1177393", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 117607458049764 + "vote_rshares": 0 }, { - "abs_rshares": 37050486928, - "active": "2016-09-07T05:30:39", + "abs_rshares": 0, + "active": "2016-08-05T23:47:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Xeroc, whom I trust, downvoted it and gave his reasons. The post is not in english, uses excessive font size and bold lettering. It is clear to me why it doesn't add value to most readers.", - "cashout_time": "2016-09-13T18:58:15", - "category": "censorship", - "children": 2, + "body": "I agree with you that the reputation system implementation leaves something to be desired especially in terms of newbies, warnings, etc. but as a community we have to work with the code that exists while the developers work to improve it. For now we have to work around the worst of the problems with discussion and by voting up accounts where the negative reputation is excessive.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T18:58:15", + "created": "2016-08-05T23:47:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1149806, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T18:58:15", + "depth": 5, + "id": 637071, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T08:43:42", + "last_update": "2016-08-05T23:47:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 37050486928, - "net_votes": 4, - "parent_author": "future24", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185442778z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "august-newbie", + "parent_permlink": "re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t192859985z", "percent_hbd": 10000, - "permlink": "re-future24-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185815376z", + "permlink": "re-august-newbie-re-smooth-re-august-newbie-re-thecryptofiend-re-august-newbie-flag-abuse-or-how-to-kill-the-steemit-community-20160805t234658900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "august-newbie", + "root_permlink": "flag-abuse-or-how-to-kill-the-steemit-community", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 169297077750250736, - "vote_rshares": 37050486928 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 51874148305, - "active": "2016-09-07T00:12:48", + "abs_rshares": 0, + "active": "2016-08-06T00:19:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Thanks for the reply. I noticed that many of your replies to posts look like they could be automated by bots. I would encourage you to be more expressive least you get flagged by others.", - "cashout_time": "2016-09-13T19:01:27", - "category": "censorship", - "children": 5, + "body": "One image is useful for the thumbnail though, even if just a branding image for the author.", + "cashout_time": "1969-12-31T23:59:59", + "category": "psychology", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-06T19:01:27", + "created": "2016-08-06T00:03:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1149849, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:01:27", + "depth": 1, + "id": 637256, + "json_metadata": "{\"tags\":[\"psychology\"]}", + "last_payout": "2016-09-05T14:44:48", + "last_update": "2016-08-06T00:03:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 51874148305, - "net_votes": 5, - "parent_author": "flowergirl", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t184925184z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "alexgr", + "parent_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", "percent_hbd": 10000, - "permlink": "re-flowergirl-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190127748z", + "permlink": "re-alexgr-images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add-20160806t000356500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "alexgr", + "root_permlink": "images-text-in-articles-the-winning-combo-or-a-stimuli-dope-that-fuels-add", "title": "", "total_payout_value": { "amount": "0", @@ -43657,180 +43657,180 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 51874148305 + "vote_rshares": 0 }, { - "abs_rshares": 304488375, - "active": "2016-09-06T19:02:12", + "abs_rshares": 0, + "active": "2016-08-06T14:44:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 52, "beneficiaries": [], - "body": "That is strongly encouraged!", - "cashout_time": "2016-09-13T19:02:12", - "category": "censorship", - "children": 0, + "body": "Hi @juvyjabian. Thank you for sharing your story and I hope you continue to participate in the community here. It may seem unfair that a (somewhat) famous Playboy model or a well known writer will be more highly rewarded than others, and in some ways it is; life is not fair. But I don't agree you are a nobody, even if you are not famous. \n\nEverybody is a somebody and everyone has stories to tell, experiences to share, and lessons learned in life that can help others. That is all part of connecting with other human beings. The more you post and _contribute_ to discussions in the comment streams them more value you add and the more other people will want to give back. That is only natural.\n\nThanks again for the introduction and welcome to Steemit.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 8, "children_abs_rshares": 0, - "created": "2016-09-06T19:02:12", + "created": "2016-08-06T00:52:51", "curator_payout_value": { - "amount": "0", + "amount": "28", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1149864, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:02:12", + "depth": 1, + "id": 637785, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T00:54:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 304488375, - "net_votes": 2, - "parent_author": "jbaker585", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185321215z", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "juvyjabian", + "parent_permlink": "is-steemit-also-a-place-for-ordinary-people", "percent_hbd": 10000, - "permlink": "re-jbaker585-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190213510z", + "permlink": "re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t005249600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", "title": "", "total_payout_value": { - "amount": "0", + "amount": "112", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1404097898889281, - "vote_rshares": 304488375 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 105624979076, - "active": "2016-09-07T22:41:54", + "abs_rshares": 0, + "active": "2016-08-06T01:02:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 34, + "author": "smooth", + "author_rewards": 314, "beneficiaries": [], - "body": "I think the reputation system needs to be refined a bit more, probably based upon follow / mute ratio rather than vote up / down.", - "cashout_time": "2016-09-13T19:03:27", - "category": "censorship", - "children": 13, + "body": "Thanks for the kind words @smailer. I work hard to find the best posts and authors and help them gain a bit of visibility. I hope it helps.", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T19:03:27", + "created": "2016-08-06T01:02:18", "curator_payout_value": { - "amount": "8", + "amount": "134", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1149884, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "2016-09-08T03:07:00", - "last_update": "2016-09-06T19:03:27", + "depth": 5, + "id": 637889, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:02:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 105624979076, - "net_votes": 4, - "parent_author": "clevecross", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190043761z", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "smailer", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t005856828z", "percent_hbd": 10000, - "permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", + "permlink": "re-smailer-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010218600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", "title": "", "total_payout_value": { - "amount": "26", + "amount": "680", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 474577431386440935, - "vote_rshares": 105624979076 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 7904919839, - "active": "2016-09-13T15:02:21", + "abs_rshares": 0, + "active": "2016-08-06T01:16:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 340, "beneficiaries": [], - "body": "The federal reserve has enabled consolidation of the media through mergers. The internet gives us an alternative outlet. I don't watch 90% of the media and neither does anyone else with half a brain. Complaining about them is pointless, and technically isn't censorship.", - "cashout_time": "2016-09-13T19:05:45", - "category": "censorship", - "children": 1, + "body": "@smailer some of them I find myself and some are found by my excellent curator team. You can read more about them [here](https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition)", + "cashout_time": "1969-12-31T23:59:59", + "category": "stats", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T19:05:45", + "created": "2016-08-06T01:15:36", "curator_payout_value": { - "amount": "0", + "amount": "58", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1149921, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:05:45", + "depth": 5, + "id": 638039, + "json_metadata": "{\"tags\":[\"stats\"],\"users\":[\"smailer\"],\"links\":[\"https://steemit.com/witness-category/@clains/witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition\"]}", + "last_payout": "2016-09-05T13:58:24", + "last_update": "2016-08-06T01:16:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7904919839, + "net_rshares": 0, "net_votes": 2, - "parent_author": "cherryleaf", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t185443378z", + "parent_author": "streetstyle", + "parent_permlink": "re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t010139612z", "percent_hbd": 10000, - "permlink": "re-cherryleaf-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190545891z", + "permlink": "re-streetstyle-re-streetstyle-re-smailer-re-streetstyle-re-masteryoda-daily-payouts-leaderboards-august-5-20160806t011535800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "masteryoda", + "root_permlink": "daily-payouts-leaderboards-august-5", "title": "", "total_payout_value": { - "amount": "0", + "amount": "736", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 7904919839 + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-07-02T13:12:00", + "active": "2016-08-06T18:45:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 445, + "author": "smooth", + "author_rewards": 731, "beneficiaries": [], - "body": "Run forest run! And that's what he did.", + "body": "Being in a coma for two years may be unlikely but being out of touch with one particular online platform/blockchain for an extended period is not necessarily unlikely. We're all here using it actively right now, but not everyone with a stake is doing that now or will necessarily be doing so in the future.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 0, + "category": "steem", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-02T13:12:00", + "created": "2016-08-06T02:04:09", "curator_payout_value": { - "amount": "97", + "amount": "116", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 50233, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-08-03T00:00:06", - "last_update": "2016-07-02T13:12:00", + "depth": 3, + "id": 638541, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:04:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -43838,17 +43838,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "kaylinart", - "parent_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "net_votes": 4, + "parent_author": "pheonike", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015600287z", "percent_hbd": 10000, - "permlink": "re-kaylinart-how-i-ran-1-mile-a-day-for-11-years-straight-20160702t131201230z", + "permlink": "re-pheonike-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020410000z", "reward_weight": 10000, - "root_author": "kaylinart", - "root_permlink": "how-i-ran-1-mile-a-day-for-11-years-straight", + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", "title": "", "total_payout_value": { - "amount": "97", + "amount": "830", "nai": "@@000000013", "precision": 3 }, @@ -43856,731 +43856,731 @@ "vote_rshares": 0 }, { - "abs_rshares": 7571786026, - "active": "2016-09-07T00:47:54", + "abs_rshares": 0, + "active": "2016-08-06T02:06:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "perhaps you do not remember the early days of spam bots flooding the comment section. If you don't hide it, then vandals will comment with porn and abusive content in the threads of the most popular discussions.", - "cashout_time": "2016-09-13T19:31:03", - "category": "censorship", - "children": 5, + "body": "My suggestion I made in earlier conversation with arhag is to replace a hard inactivity timer for reclaiming with a small inactivity fee, and the account is reclaimed only when funds are depleted. Thus losses from not paying attention would be gradual and, in the short term, small rather than potentially catastrophic.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T19:31:03", + "created": "2016-08-06T02:06:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1150237, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:31:03", + "depth": 3, + "id": 638565, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-05T18:44:30", + "last_update": "2016-08-06T02:06:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7571786026, - "net_votes": 2, - "parent_author": "jrcornel", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192644729z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "goodluckcanuck", + "parent_permlink": "re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t015657296z", "percent_hbd": 10000, - "permlink": "re-jrcornel-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193102449z", + "permlink": "re-goodluckcanuck-re-goodluckcanuck-re-arhag-proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords-20160806t020624500z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "arhag", + "root_permlink": "proposal-for-new-steem-feature-deadman-switch-will-recovering-accounts-from-lost-passwords", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 34852725405829106, - "vote_rshares": 7571786026 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 63918043, - "active": "2016-09-06T22:28:39", + "abs_rshares": 0, + "active": "2016-08-06T08:22:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Your argument is the same as the blacks wanting affirmative action that enforces discrimination by law.", - "cashout_time": "2016-09-13T19:59:18", - "category": "censorship", - "children": 2, + "body": "That would be my pleasure.", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 3, "children_abs_rshares": 0, - "created": "2016-09-06T19:59:18", + "created": "2016-08-06T02:11:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 1150590, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:59:18", + "id": 638602, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T02:11:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 63918043, + "net_rshares": 0, "net_votes": 1, - "parent_author": "heretickitten", - "parent_permlink": "re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193812148z", + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t022651913z", "percent_hbd": 10000, - "permlink": "re-heretickitten-re-whitezombie-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t195920319z", + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t021100400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 294765235024098, - "vote_rshares": 63918043 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 122144790195, - "active": "2016-09-06T20:20:54", + "abs_rshares": 0, + "active": "2016-08-06T03:00:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 39, + "author": "smooth", + "author_rewards": 42, "beneficiaries": [], - "body": "What you are talking about is peer pressure and shunning. These are social norms that @dana-edwards discusses here: \n\nhttps://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", - "cashout_time": "2016-09-13T20:00:27", - "category": "censorship", - "children": 1, + "body": "You do lose a small amount of SP earnings in the time delay between when it powers down and when you power it back up (if you decide to do that). That's a tradeoff you need to make against as you say having more flexibility and choice each week. If you realistically know you just aren't going to cash out, or if your balance is small enough that paying attention to tiny power downs each week is a waste of time, then as an exception to what I said in chat it does make sense to turn the power down off.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 2, "children_abs_rshares": 0, - "created": "2016-09-06T20:00:27", + "created": "2016-08-06T02:41:57", "curator_payout_value": { - "amount": "10", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1150609, - "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"dana-edwards\"],\"links\":[\"https://steemit.com/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy\"]}", - "last_payout": "2016-09-08T03:07:00", - "last_update": "2016-09-06T20:00:27", + "depth": 3, + "id": 638865, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:44:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 122144790195, - "net_votes": 1, - "parent_author": "heretickitten", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t193448838z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jesta", + "parent_permlink": "re-james-show-re-klye-why-i-stopped-powering-down-20160806t023852447z", "percent_hbd": 10000, - "permlink": "re-heretickitten-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t200028669z", + "permlink": "re-jesta-re-james-show-re-klye-why-i-stopped-powering-down-20160806t024156300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", "title": "", "total_payout_value": { - "amount": "31", + "amount": "90", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 546602266379276152, - "vote_rshares": 122144790195 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 369976892748, - "active": "2016-09-07T04:01:24", + "abs_rshares": 0, + "active": "2016-08-06T03:44:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 125, + "author": "smooth", + "author_rewards": 1384, "beneficiaries": [], - "body": "The more stuff you have, the more it costs to maintain it. If you buy a \"dream house\" and a \"dream car\" all of a sudden you are trapped into paying property taxes. \n\nAt todays interest rates and risk profiles there is no amount of money that is easily attainable by the middle class that can earn passive income sufficient to maintain their standard of living indefinitely. \n\nAt 1% interest it requires 7.5 million dollars to earn $75,000 per year. That would require the typical middle class individual to save 100% of their income for more than their working life span. Once you factor in minimal cost of living and inflation and taxes, game over. It isn't even remotely possible without taking extreme risks in the market. \n\nSomeone who earns $7.5 million dollars after taking extreme risks in the market will still fall behind unless they continue to take extreme risks. Negative real interest rates are a bitch.", - "cashout_time": "2016-09-13T21:37:54", + "body": "Power down or no, keep drawing @klye!", + "cashout_time": "1969-12-31T23:59:59", "category": "life", - "children": 3, + "children": 2, "children_abs_rshares": 0, - "created": "2016-09-06T21:37:54", + "created": "2016-08-06T02:46:24", "curator_payout_value": { - "amount": "32", + "amount": "559", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1151781, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-09-07T21:27:03", - "last_update": "2016-09-06T21:37:54", + "id": 638919, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"klye\"]}", + "last_payout": "2016-09-05T15:25:57", + "last_update": "2016-08-06T02:46:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 369976892748, - "net_votes": 4, - "parent_author": "calaber24p", - "parent_permlink": "how-much-money-is-enough", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "klye", + "parent_permlink": "why-i-stopped-powering-down", "percent_hbd": 10000, - "permlink": "re-calaber24p-how-much-money-is-enough-20160906t213756001z", + "permlink": "re-klye-why-i-stopped-powering-down-20160806t024623100z", "reward_weight": 10000, - "root_author": "calaber24p", - "root_permlink": "how-much-money-is-enough", + "root_author": "klye", + "root_permlink": "why-i-stopped-powering-down", "title": "", "total_payout_value": { - "amount": "101", + "amount": "2988", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 735490637698427510, - "vote_rshares": 369976892748 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 221177203, - "active": "2016-09-06T22:04:06", + "abs_rshares": 0, + "active": "2016-08-06T06:54:30", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "You should probably tag this NSFW.", - "cashout_time": "2016-09-13T21:41:09", - "category": "photography", - "children": 1, + "body": "Hi mustfaomar. I reviewed your history and found no serious abuse. I was able to bump up your rep out of the negative zone. Glad I could help.", + "cashout_time": "1969-12-31T23:59:59", + "category": "reputation", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T21:41:09", + "created": "2016-08-06T06:54:30", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1151822, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T21:41:09", + "id": 640995, + "json_metadata": "{\"tags\":[\"reputation\"]}", + "last_payout": "2016-09-05T18:51:30", + "last_update": "2016-08-06T06:54:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 221177203, + "net_rshares": 0, "net_votes": 1, - "parent_author": "kamil5", - "parent_permlink": "ended-the-crazy-burning-man-festival-2016", + "parent_author": "mustafaomar", + "parent_permlink": "slack-channel-down-for-maintenance-reputation-appeal", "percent_hbd": 10000, - "permlink": "re-kamil5-ended-the-crazy-burning-man-festival-2016-20160906t214109290z", + "permlink": "re-mustafaomar-slack-channel-down-for-maintenance-reputation-appeal-20160806t065431100z", "reward_weight": 10000, - "root_author": "kamil5", - "root_permlink": "ended-the-crazy-burning-man-festival-2016", + "root_author": "mustafaomar", + "root_permlink": "slack-channel-down-for-maintenance-reputation-appeal", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1019943417611894, - "vote_rshares": 221177203 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 79516346523387, - "active": "2016-09-10T19:42:51", + "abs_rshares": 0, + "active": "2016-08-06T08:25:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 749496, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761
\n\nVoluntary censorship is the heart and soul of a free society. My definition of a free society is one that is not governed by initiation of violence and where all relationships and business transactions are voluntary. This means self-censorship and discrimination of all kinds are the very foundation of a functioning free society. \n\nI know this *sounds* controversial to those who are deathly afraid of racism, bigotry, and general social pressure. Please suspend your judgement until you finish reading this article. I am not racist and will gladly do business with anyone of any race who offers a profitable opportunity. \n\n## Free Market Solutions to Securing Life, Liberty, and Property \n\nIf you follow my blog you will know that I am constantly searching for non-violent alternatives to government. The anarchists among us know how challenging this can be. Most simply accept on faith that \u201cthe market will provide\u201d, but few pursue the question of \u201chow will the market provide?\u201d. Those that do pursue the question of how the market will provide often do so on a purely theoretical basis. \n\nWhat makes me different from the vast majority of armchair anarchists and voluntarists is that I am actively engaged in an entrepreneurial business of bringing viable solutions to the market. Theoretical market structures in a post-government world are of no use to someone attempting to bootstrap a business securing life, liberty, and property in a totalitarian state.\n\nThe only non-violent society that will have staying power is the one that can be born under oppression and through its own strength overthrow that oppression while adhering to its own principles. \n\n## Self Censorship *is* Self Government \nEach individual is responsible for not acting in ways that would violate the non aggression principle. This means that they must censor their desire for revenge. They must hold their punches. They must honor their contracts and avoid fraud, slander, libel, and offensive conduct.\n\n
http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png
\n\nNot only must someone watch what they do, they must watch what they say. **This is because you do not own your reputation!** Contrary to popular belief, you have no right to control what other people *think* about you. Your actions are a major contributor to your reputation, but ultimately how your actions are *interpreted* by others is what defines their opinion of you. Their opinion of you then defines their willingness to do business with you. Furthermore, *perception* matters more than reality because people make their decisions on their *perception* which may have nothing to do with *reality*.\n\n\n## What if Society is Wrong?\n\nSuppose the vast majority of society is against public nudity? Under such a society business owners would discriminate against naked customers. They would do this even if they had nothing against nudity simply because they could lose the business of their other customers.\n\nThose who wanted to enjoy naked living would need to go to businesses that specialize in serving naked customers. \n\nIf nudity was sufficiently taboo, then businesses may ultimately disassociate themselves from anyone known to serve nude customers. This could ultimately make operating a business serving naked customers completely unviable if the business owner wished to maintain the benefits of having a good reputation with the rest of society.\n\nSuppose your moral code sees nothing wrong with naked living. Suppose you wish to enjoy life living in a nudist colony? This society would completely shun you. It would ruin your opportunity to find jobs, make friends, and ultimately you would be forced to *conform* with the prevailing opinion. You would be forced to censor your own body anytime you were in the presence of anyone else. \n\nWhat happened to your freedom? Is your naked body harming others? They seem to think so and ultimately public opinion is the judge of what constitutes \u201caggression\u201d and therefore what behaviors should be shunned. \n\nIf the majority of society has a different opinion on what is \u201cright\u201d and what is \u201cwrong\u201d, then all you can do is keep your behavior out of public spotlight or engage in a discussion and attempt to persuade others to change their opinion. \n\n## Centralized Reputation \n\nAs a society grows larger than a couple hundred people, it becomes impossible for any one individual to have first hand information from which to derive an independent opinion about another individual. Instead people must delegate the process of reputation to others. This is the *birth* of government.\n\nMost people let the government define an individual\u2019s reputation. If the government says someone is \u201cbad\u201d, then they also adopt the same opinion. Laws and courts are nothing more than the process of defining who has a \u201cgood reputation\u201d and who has a \u201cbad reputation\u201d. \n\nOnce you have a \u201cbad reputation\u201d few people are willing to risk their own \u201creputation\u201d defending you. Governments enforce coordinated shunning of those they deem to be bad through the use of prisons. They physically cut off an individuals freedom to do business with others. \n\nThe legitimacy of the entire process depends upon the reputation of the system itself. Control over the reputation system of society is absolute power.\n\n## Decentralized Reputation \n\nThe key to decentralizing power is to decentralize control over reputation. This is achieved in a free market through *voluntary* coordinated shunning. Each business owner gets to influence public policy by setting the price of doing business with them. A business owner who is against nudity can set the price of eating in his establishment as a combination of money *and* behavior (wearing clothes).\n\nThose who wish to partake in the products offered by the market must be willing to pay the price. This means they must conform in order to *earn* the products and services they wish to receive from others.\n\nThe more of society that agrees on certain behavior norms, the more costly it becomes to violate those norms. The most universally demanded behaviors will be against violence, theft, and fraud. The price for violating these norms will be to pay full restitution or be completely outcast from society. A complete outcast becomes a beggar or slave to whomever will care for them and could potentially face death if they are unable to be completely self reliant.\n\nThe more controversial an issue becomes lower the price of not conforming.\n\n## Paradox for Anarchists \n\nAn anarchist is advocating a society that allows free expression without fear of others initiating violence in a systematic way. The only way to achieve such a society is to change public opinion. We all live and die by public opinion.\n\nIt is public opinion that currently enslaves us under governments and under an anarchy that same public opinion will continue to be the source of all power enforcing the non aggression principle. \n\nThis means that without using violence or taxation, a free society could conceivable compel everyone to purchase health insurance. It could conceivably compel a prohibition of drugs and alcohol. It could conceivably self-censor any topic and demand adherence to all kinds of behavior we currently find abhorrent about governments. All of this would be compelled through market forces; it would simply be too expensive to resist. \n\nWhat anarchists know is that it is incredibly difficult to get people to agree on anything. Anything that was sufficiently controversial would be permitted because it requires a near universal acceptance of an opinion before coordinated shunning is effective. Most people are neutral toward anything that doesn\u2019t impact themselves. In fact, most people are willing to \u201clook the other way\u201d if it will make them a buck. \n\nThe difference between a government and a free society is that all social laws must be incredibly simple and general because you would never get any consensus behind anything overly specific. It is the overly specific laws that allow individuals in power to abuse the masses and prevent individuals from making more decentralized judgments. \n\n## Conclusion \n\nThose who complain about censorship motivated by social pressure are simultaneously guilty of applying that kind of censorship through their support of the government required to prevent it. We all wish we could live in a world where everyone shared our opinion and we could do what ever we want, when ever we want, wherever we want. That world is logically impossible. We will always be bound by public opinion. The best we can hope for is to sway that opinion away from accepting initiating violence as necessary toward complete shunning of anyone who initiates violence. \n\nI would go so far to say, that a non-violent society would completely self-censor any suggestion of violence. There very suggestion that violence be initiated against someone is a threat to such a society. Such an individual could not be trusted.\n\nOnce you realize that an anarchist society would self-censor competing ideas, it becomes very clear why a statist society must censor anarchist ideas. A statist society would use violence to enforce their censorship, a voluntarist society would use peer pressure and self-censorship.\n\nCensorship is a shield used to protect the prevailing opinion against anything that would change it. Whether it is used for \u201cgood\u201d or \u201cevil\u201d depends entirely upon the idea being defended.", - "cashout_time": "2016-09-14T16:26:45", - "category": "anarchy", - "children": 95, + "body": "1. Market exchange rate of STEEM drops\n2. Other posts gain higher rewards, since all posts active at the same time draw from a common pool.\n3. People can remove their vote or add a flag/downvote (your post currently has no downvotes)", + "cashout_time": "1969-12-31T23:59:59", + "category": "me", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-07T16:26:45", + "created": "2016-08-06T08:22:54", "curator_payout_value": { - "amount": "6033", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1160508, - "json_metadata": "{\"tags\":[\"anarchy\",\"censorship\"],\"image\":[\"http://assets1.bigthink.com/system/idea_thumbnails/50141/primary/shutterstock_37319584.jpg?1366136761\",\"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-be-grateful-i-self-censor.png\"]}", - "last_payout": "2016-09-08T17:43:57", - "last_update": "2016-09-07T17:02:39", + "depth": 5, + "id": 641704, + "json_metadata": "{\"tags\":[\"me\"]}", + "last_payout": "2016-09-05T17:48:03", + "last_update": "2016-08-06T08:25:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 79516346523387, - "net_votes": 395, - "parent_author": "", - "parent_permlink": "anarchy", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "juvyjabian", + "parent_permlink": "re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t035852467z", "percent_hbd": 10000, - "permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "permlink": "re-juvyjabian-re-smooth-re-juvyjabian-re-smooth-re-juvyjabian-is-steemit-also-a-place-for-ordinary-people-20160806t082252200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", - "title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "root_author": "juvyjabian", + "root_permlink": "is-steemit-also-a-place-for-ordinary-people", + "title": "", "total_payout_value": { - "amount": "603344", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 79516346523387 + "vote_rshares": 0 }, { - "abs_rshares": 583661641, - "active": "2016-09-07T18:27:15", + "abs_rshares": 0, + "active": "2016-08-07T13:37:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 70, "beneficiaries": [], - "body": "You are absolutely right. In this case the nudists are either completely self-sufficient in their own town *or* the rest of society is sufficiently tolerant of the concept that they will still trade with nudiststown. If the rest of society viewed nudism the same way they viewed violence, then they would cut all economic ties with nudist town. \n\nTo properly understand my article you must free yourself from judgements regarding the particular behaviors I used. You must allow for complete freedom of \"public opinion\" which means that public opinion could turn against *anything*.", - "cashout_time": "2016-09-14T16:49:51", - "category": "anarchy", - "children": 2, + "body": "> Commenting is a curation reward?\n\nCommenting isn't by itself a curation reward. There was a proposal at one point to dedicate a portion of rewards specifically to comments, but it wasn't adopted. Comments are rewarded based on upvotes like anything else.\n\nHowever, where the advice makes sense is the fact that it has now become common for good comments to get at least an upvote or two, sometimes more than that. And as the author of a comment, you earn the _author_ portion of the reward (75%) rather than the _curator_ portion (25%). On this thread there are many comments earning $0.01-0.20 each. That may not sound like a lot by itself, but if you are engaging in a good conversation and write a few comments, you can collect a few of these little reward morsels on one post without writing anywhere near as much as a new post (or as much as I did here). So it can really boost your rewards.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-09-07T16:49:51", + "created": "2016-08-06T09:30:00", "curator_payout_value": { - "amount": "0", + "amount": "45", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1160797, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-07T16:49:51", + "id": 642183, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-05T18:35:51", + "last_update": "2016-08-06T09:30:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 583661641, - "net_votes": 2, - "parent_author": "matthewtiii", - "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164347718z", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "faddat", + "parent_permlink": "re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160805t211525008z", "percent_hbd": 10000, - "permlink": "re-matthewtiii-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164951676z", + "permlink": "re-faddat-re-johnsmith-how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too-20160806t093000000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "johnsmith", + "root_permlink": "how-i-increased-my-curation-rewards-by-more-than-1000-and-how-you-can-too", "title": "", "total_payout_value": { - "amount": "0", + "amount": "150", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 583661641 + "vote_rshares": 0 }, { - "abs_rshares": 2446916532024, - "active": "2016-09-08T02:05:51", + "abs_rshares": 0, + "active": "2016-08-06T10:01:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1358, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "You are absolutely right. I am not advocating we plug our ears. I am merely attempting to describe the nature of the world and society around us. For example, *I* wouldn't prevent someone from making new arguments because *I* value all challenges to my belief system. It is the challenges that help me grow. Over time my views have consistently evolved which means I am always open to new information.\n\nThose whose identity is tied up in their beliefs have a harder time accepting or tolerating different opinions. This aspect of human nature will cause most people to react in a way to censor those promoting ideas that conflict with their core beliefs of right and wrong. \n\nFor example, I suspect you would self-censor anyone threatening or inciting violence on a platform you controlled. Your opinion of that individual would be negatively impacted and you would likely stop doing business with them and encourage others to do the same.", - "cashout_time": "2016-09-14T16:58:15", - "category": "anarchy", - "children": 3, + "body": "I have no idea. Those bots are not mine so I don't know what rules they follow. They do seem to want to stalk me a bit though, test or not.", + "cashout_time": "1969-12-31T23:59:59", + "category": "spam", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-07T16:58:15", + "created": "2016-08-06T10:01:00", "curator_payout_value": { - "amount": "360", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1160915, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-08T17:43:57", - "last_update": "2016-09-07T16:58:15", + "id": 642449, + "json_metadata": "{\"tags\":[\"spam\"]}", + "last_payout": "2016-09-02T20:50:06", + "last_update": "2016-08-06T10:01:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2446916532024, - "net_votes": 13, - "parent_author": "echoesinthemind", - "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t164733046z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "always1success", + "parent_permlink": "re-smooth-test-20160806t095557183z", "percent_hbd": 10000, - "permlink": "re-echoesinthemind-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165815294z", + "permlink": "re-always1success-re-smooth-test-20160806t100101600z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "smooth", + "root_permlink": "test", "title": "", "total_payout_value": { - "amount": "1092", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 7001431275209135268, - "vote_rshares": 2446916532024 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 221237701, - "active": "2016-09-07T23:49:24", + "abs_rshares": 0, + "active": "2016-08-06T12:21:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 469, "beneficiaries": [], - "body": "This post is about me working through first principles of governance and censorship in a nonviolent society. \n\nThis certainly wasn't intended to be \"the answer\".", - "cashout_time": "2016-09-14T17:00:24", - "category": "anarchy", - "children": 2, + "body": "> Missing Updates: @kushed\n\n@kushed posted [this update](https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app) earlier in the week about one our initiatives (getting Steem suport integrated into a mobile payments app).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-07T17:00:24", + "created": "2016-08-06T10:10:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1160942, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-07T17:00:24", + "depth": 1, + "id": 642534, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"kushed\"],\"links\":[\"https://steemit.com/steem/@kushed/steem-now-on-noble-blockchain-payment-app\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:10:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 221237701, + "net_rshares": 0, "net_votes": 1, - "parent_author": "clevecross", - "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t165033793z", + "parent_author": "clains", + "parent_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "percent_hbd": 10000, - "permlink": "re-clevecross-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170024145z", + "permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101021800z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "title": "", "total_payout_value": { - "amount": "0", + "amount": "397", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1020222384537003, - "vote_rshares": 221237701 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 2397473326138, - "active": "2016-09-07T20:15:03", + "abs_rshares": 0, + "active": "2016-08-06T10:14:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1320, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "I'm going to dive into the need for secret polling of public opinion as a necessary precondition for breaking out of a situation where everyone is censoring just because everyone else is censoring even though no one really agrees with it anymore.", - "cashout_time": "2016-09-14T17:05:18", - "category": "anarchy", - "children": 2, + "body": "There is a difference. Although I'm not any kind of an expert on Bitshares, as I understand it, witnesses in Bitshares get to set their own pay and this has led to a race to the bottom with most witnesses receiving only 10% of the scheduled pay. This system of variable pay was considered and rejected for Steem to ensure that witnesses have ample resources necessary to support the platform. It is up to the community to make sure that witnesses do a good job and vote out those who don't.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-07T17:05:18", + "created": "2016-08-06T10:13:36", "curator_payout_value": { - "amount": "350", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1161003, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-08T17:43:57", - "last_update": "2016-09-07T17:05:18", + "id": 642555, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:14:09", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2397473326138, - "net_votes": 12, - "parent_author": "samether", - "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170249214z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "finfree", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t084921333z", "percent_hbd": 10000, - "permlink": "re-samether-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t170518440z", + "permlink": "re-finfree-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101335100z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "title": "", "total_payout_value": { - "amount": "1062", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 6912975578987023340, - "vote_rshares": 2397473326138 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 997403045012, - "active": "2016-09-07T21:11:51", + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 567, + "author": "smooth", + "author_rewards": 394, "beneficiaries": [], - "body": "You are right. That will change going forward.", - "cashout_time": "2016-09-14T17:24:09", - "category": "anarchy", + "body": "1. Download, compile, configure, and run the node. You can get it here: https://github.com/steemit/steem\n2. Join the #witness channel on steemit.chat. You can get help there with configuration issues, advice on hardware, hosting, etc.\n3. Make a post announcing your witness and link it to your witness account using the update_witness command in the CLI\n4. Vote to approve yourself as a witness using the vote_for_witness CLI command.\n5. Set up a price feed script, or commit to updating the feed manually using the publish_feed CLI command \n\nAt this point you are now a witness, although you will be low on the list and won't get to sign many blocks (depending on your SP it may take hours, days or weeks to sign your first). To move up the list you will need to get others to approve you. The more SP you have approving you, the higher you go on the list and the more blocks you get to sign. The top 19 sign dramatically more than the rest.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", "children": 4, "children_abs_rshares": 0, - "created": "2016-09-07T17:24:09", + "created": "2016-08-06T10:19:00", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1161219, - "json_metadata": "{\"tags\":[\"anarchy\"]}", - "last_payout": "2016-09-08T17:43:57", - "last_update": "2016-09-07T17:24:09", + "id": 642600, + "json_metadata": "{\"tags\":[\"witness\",\"witness-category\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:19:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 997403045012, - "net_votes": 3, - "parent_author": "tuck-fheman", - "parent_permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t171427375z", + "net_rshares": 0, + "net_votes": 4, + "parent_author": "najoh", + "parent_permlink": "re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t063033661z", "percent_hbd": 10000, - "permlink": "re-tuck-fheman-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t172410067z", + "permlink": "re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t101900900z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "title": "", "total_payout_value": { - "amount": "455", + "amount": "334", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 3681679973369206604, - "vote_rshares": 997403045012 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 94578964625956, - "active": "2016-09-15T18:18:54", + "abs_rshares": 0, + "active": "2016-08-06T11:31:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 770946, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg
\n\nMy recent article I presented a case that nonviolent censorship and shunning are both fundamental features a non-violent government. I made the case that it is entirely possible for non violent governments to have as much or even more power than their violent alternatives that exist today. Anytime there is sufficient consensus among the masses, social pressure can be much more powerful a motivator than any prison sentence. Sadly, social pressure can be manipulated and abused through propaganda to create negative outcomes.\n\n## Peer pressure usually operates in a pseudo pyramid (@gikitiki)\n\nThis concept is an accurate observation. There are leaders and followers and this is something that will always be true. It is almost clich\u00e9 in movies that some popular \u201cbully\u201d steers the opinion of their lackeys. People latch onto people and follow their opinions in an effort to improve their own social standing. \n\nIt takes some major event to dislodge the followers from a bully. The followers usually find a new leader and will blindly follow that leader. \n\n## People must own themselves (@williambanks) \n\nPeople need to form their own opinions. This is the crux of many similar arguments. In particular, if you don\u2019t take the time to derive your own opinion about someone then you are letting someone else control your thoughts. This is claimed to be the opposite of freedom and anarchy. You are still a slave if someone else draws your conclusions for you.\n\nWe all want people to think for themselves. It is the best defense against some psychopath gaining influence over the masses. It demonstrates that people are taking *personal responsibility*.\n\nWhen you have a system of organized coordinated shunning of people whom you have never met, then you have a system of government that has the potential to be abused. Whoever has the ability to manipulate the consensus algorithm has the power to make arbitrary law. The masses who have bought into the consensus algorithm will follow it off a cliff if they do not think for themselves.\n\n
http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg
\nLike Larken Rose states, the *belief in authority* is the root of all evil. Whether that authority is with a government or a blockchain based consensus algorithm. The moment people feel compelled to comply with an authority they become a tool to the system. \n\n## We need to Separate Ends from Means \n\nAnarchists frequently condemn statists for allowing the ends to justify the means. Statists are willing to tolerate violence so long as the end result is a mostly peaceful society. They have no guiding principle other than the outcome.\n\nWhen I set out to build a free society based upon the principle of nonaggression, the goal was to achieve \u201cgovernance without violence\u201d. When I present my case for how it might work, many anarchists are suddenly concerned about the potential *outcomes* of a society based only on nonviolence and free association (or disassociation). \n\nWithout lifting a finger to hurt someone, society still has the power to condemn a man and any who help him to death by economic shunning. This is an unacceptable outcome to many anarchists. Any system that is capable of coordinating this economic shunning would be perceived as a new threat: the new state.\n\nIn their mind they picture a utopia where there are no rulers or social forces acting on them in ways they do not like. They imagine a world of free thinking individuals who are universally tolerant. This kind of thinking is just as deranged as communists who think that one day everyone will be selfless and work for the common good. \n\n## Is Non Aggression Enough?\n\nIf we are to build a system the bring about a society structured as closely to our ideals as possible, then it may be the case that non-aggression is a necessary but insufficient principle. Imagine we succeeded in creating a world government based upon blockchain technology that had no police, prisons, or guns. Imagine that it had the support of the masses. \n\nNow imagine that the propaganda machine convinced the masses (via blockchain based economic incentives) to voluntarily shun everyone who refused a vaccine. Imagine that anyone who amassed a certain amount of wealth was also shunned if they didn\u2019t give it away to a socially acceptable cause? \n\n## Why there is nothing to Fear! \n\nFortunately we don\u2019t need to fear these potentially undesirable outcomes. Absent the fear of violence, any sufficiently large group of people who share a common belief would have the ability to form their own self-sustaining communities (effectively their own country). The pursuit of freedom and profit will drive people to separate from the herd mentality. \n\nAny kind of sustained shunning would be countered with underground movements where people secretly ignore the official consensus until enough people defect and the official consensus changes. \n\nThe power to shun is also the power to secede from the greater society to form your own smaller community. Free market competition among communities is what will drive all communities toward the most profitable social arrangements. \n\nSome people fear that these communities would eventually \"go to war\" against one another. This would not be the case if all communities had the nonaggression principle as the foundation of their own governance structure. \n\n## Division of Labor and Delegation of Responsibility\nIn order for any nonviolent community to scale beyond a couple dozen individuals, it is necessary for there to be a division of labor when it comes to reputation and policing the community. It is not practical for everyone to derive their own opinion of every other member. People must defer to someone they trust. \n\nThe reason we join societies and accept voluntary forms of governance (such as blockchain based voting), is because these societies and organizations provide us with more value than they take. These organizations may have elected officials that are granted the power to make rules. All that matters is that they do not have the power to use violence and aggression to enforce their rules.\n\nThis is what blockchain technology is all about, defining governance structures that people voluntarily consent to. Some communities have simple rules like immutable censorship free money transmission. Other communities have more complex rules like paying people for subjective work with a prohibition on plagiarism. Still other communities may set their aims on replacing insurance, justice, and other aspects of government with effective non-violent alternatives. \n\nWhat is clear is that for any community to scale, it must embrace division of labor and rely on algorithms to disintermediate reputation and coordinate social punishment.", - "cashout_time": "2016-09-14T21:21:18", - "category": "voluntarism", - "children": 34, + "body": "The higher ranked alternates probably sign a few blocks per hour (reward per block is 1 SP) but I haven't looked at the detailed calculations. For the very highest of the alternates (say ranks 20-25), they will sometimes enter and leave the top 19 due to changing votes, top 19 witness downtime, etc. so their rate of earnings is higher; between ranks 15 and 25 there is somewhat of a blend between the earnings of a primary witness and a backup (and especially between, say, 18-22).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 2, "children_abs_rshares": 0, - "created": "2016-09-07T21:21:18", + "created": "2016-08-06T10:39:09", "curator_payout_value": { - "amount": "5947", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1164108, - "json_metadata": "{\"tags\":[\"voluntarism\",\"censorship\",\"government\",\"\"],\"image\":[\"http://news.psu.edu/sites/default/files/styles/threshold-992/public/popular%20bullied%20iStock%20omgimages.jpg\",\"http://midwestpeaceprocess.com/wp-content/uploads/2014/12/Cap6-867x380.jpg\"]}", - "last_payout": "2016-09-08T23:22:15", - "last_update": "2016-09-07T21:21:18", + "depth": 4, + "id": 642782, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:42:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 65756136924334, - "net_votes": 375, - "parent_author": "", - "parent_permlink": "voluntarism", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103542693z", "percent_hbd": 10000, - "permlink": "scalability-of-individual-responsibility-in-anarchy", + "permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "scalability-of-individual-responsibility-in-anarchy", - "title": "Scalability of Individual Responsibility in Anarchy", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", + "title": "", "total_payout_value": { - "amount": "619840", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 80167550775145 + "vote_rshares": 0 }, { - "abs_rshares": 117204287, - "active": "2016-09-07T21:26:57", + "abs_rshares": 0, + "active": "2016-08-06T10:46:18", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 385, "beneficiaries": [], - "body": "@skeptic If you followed your own principles, then I would create offensive articles and demand you publish them in your paper. When you fail to publish them (because your audience doesn't want to read it), then I will accuse you of censorship (your definition).\n\nIn my mind neither paper is censoring anyone. Your definition of censorship includes filtering of spam, phishing attempts, and fraudulent or inaccurate information.", - "cashout_time": "2016-09-14T21:26:57", - "category": "anarchy", + "body": "> You can vote for as many witnesses that you'd like to. We'd need to get confirmation on this but I don't think it counts as a normal vote\n\nActually there is a limit of 30 witnesses maximum you can vote for and yes it is completely separate from voting on content (does not use up voting power).", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", "children": 0, "children_abs_rshares": 0, - "created": "2016-09-07T21:26:57", + "created": "2016-08-06T10:45:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 1164170, - "json_metadata": "{\"tags\":[\"anarchy\"],\"users\":[\"skeptic\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-07T21:26:57", + "depth": 4, + "id": 642832, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T10:46:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 117204287, + "net_rshares": 0, "net_votes": 2, - "parent_author": "dan", - "parent_permlink": "re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t191209975z", + "parent_author": "applecrisp", + "parent_permlink": "re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160805t233103917z", "percent_hbd": 10000, - "permlink": "re-dan-re-skeptic-re-schattenjaeger-re-skeptic-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t212656326z", + "permlink": "re-applecrisp-re-instructor2121-re-busser-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t104556000z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "title": "", "total_payout_value": { - "amount": "0", + "amount": "326", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 540493534617812, - "vote_rshares": 117204287 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 1815556837162, - "active": "2016-09-08T22:11:15", + "abs_rshares": 0, + "active": "2016-08-06T13:47:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 151, "beneficiaries": [], - "body": "DPOS is far more secure, even at low market caps. The cost to buy up the majority of the network would raise the market cap quickly.", - "cashout_time": "2016-09-15T19:47:09", - "category": "bitcoin", - "children": 1, + "body": "To be fair, I do not believe anyone called you a scammer because it was suspected that you wouldn't pay as promised. The reason you were downvoted is that paying individuals does not bring value to the platform and some of us value the success of platform more than $10 worth of Bitcoin.\n\nThe broader motive of the \"value exchange\" as you call it, is to produce a positive externality in the form of valuable content which enriches not only a specific voter, but the community and platform as a whole. Paying money to voters alone does not do that, so naturally those of us with the broader view see it as a poor value for our reward fund; therefore we downvote.\n\nNothing wrong with doing experiments, but for experiments to be meaningful they have to accept the possibility of an unfavorable (for some) outcome, as happened here.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 4, "children_abs_rshares": 0, - "created": "2016-09-08T19:47:09", + "created": "2016-08-06T10:59:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1176115, - "json_metadata": "{\"tags\":[\"bitcoin\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-08T19:47:09", + "id": 642935, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T11:02:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1815556837162, - "net_votes": 6, - "parent_author": "alexbulkin", - "parent_permlink": "scalability-of-value-in-decentralized-networks", + "net_rshares": 0, + "net_votes": 5, + "parent_author": "frosty", + "parent_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", "percent_hbd": 10000, - "permlink": "re-alexbulkin-scalability-of-value-in-decentralized-networks-20160908t194710667z", + "permlink": "re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t105916700z", "reward_weight": 10000, - "root_author": "alexbulkin", - "root_permlink": "scalability-of-value-in-decentralized-networks", + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", "title": "", "total_payout_value": { - "amount": "0", + "amount": "127", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 1815556837162 + "vote_rshares": 0 }, { - "abs_rshares": 14518359813, - "active": "2016-09-08T19:57:15", + "abs_rshares": 0, + "active": "2016-08-06T11:31:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "We are not adding the links.", - "cashout_time": "2016-09-15T19:49:36", - "category": "steemit", - "children": 1, + "body": "@najoh Earn votes yes, but also to improve the value of our investment. One of the effects of paying witnesses well and paying in SP (witnesses receive no liquid pay at all) is that all become major stakeholders over time whether they started out as such or not, which aligns incentives to work toward Steem/it being a success.", + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-08T19:49:36", + "created": "2016-08-06T11:31:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1176150, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-08T19:49:36", + "depth": 5, + "id": 643179, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"najoh\"]}", + "last_payout": "2016-09-05T12:09:21", + "last_update": "2016-08-06T11:31:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 14518359813, - "net_votes": 2, - "parent_author": "ash", - "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t193128325z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "smooth", + "parent_permlink": "re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t103907000z", "percent_hbd": 10000, - "permlink": "re-ash-re-steemitblog-new-advanced-formatting-features-20160908t194936046z", + "permlink": "re-smooth-re-najoh-re-smooth-re-najoh-re-clains-witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition-20160806t113101700z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "new-advanced-formatting-features", + "root_author": "clains", + "root_permlink": "witnesses-exposed-what-witnesses-have-done-for-us-this-week-third-edition", "title": "", "total_payout_value": { "amount": "0", @@ -44588,82 +44588,82 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 14518359813 + "vote_rshares": 0 }, { - "abs_rshares": 367470048294, - "active": "2016-09-09T04:41:00", + "abs_rshares": 0, + "active": "2016-08-06T11:54:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 138, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Interesting that you suggest this as it was the original design.", - "cashout_time": "2016-09-15T19:57:12", + "body": "It certainly will. The only question is for whom.", + "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 7, + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-08T19:57:12", + "created": "2016-08-06T11:54:39", "curator_payout_value": { - "amount": "32", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1176223, + "depth": 2, + "id": 643365, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-10T00:44:06", - "last_update": "2016-09-08T19:57:12", + "last_payout": "2016-09-06T00:10:09", + "last_update": "2016-08-06T11:54:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 367470048294, - "net_votes": 6, - "parent_author": "calaber24p", - "parent_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "youngkim", + "parent_permlink": "re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t111113918z", "percent_hbd": 10000, - "permlink": "re-calaber24p-revamping-curation-is-the-way-to-increase-steem-power-demand-20160908t195713476z", + "permlink": "re-youngkim-re-jholdsworthy-forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency-20160806t115440100z", "reward_weight": 10000, - "root_author": "calaber24p", - "root_permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "root_author": "jholdsworthy", + "root_permlink": "forget-about-paypal-steemdollars-the-perfect-6-in-1-online-currency", "title": "", "total_payout_value": { - "amount": "108", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1552071533560016344, - "vote_rshares": 367470048294 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-09-08T20:04:06", + "active": "2016-08-06T13:47:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Flagged for offtopic spam.", - "cashout_time": "2016-09-15T19:59:24", - "category": "steemit", - "children": 1, + "body": "> It also taught us all that there's a serious issue with bot abuse. All it takes is someone with a few bots and they can censor any post or comment that they want.\n\nYou are misunderstanding how this works. Unlike reddit where is is indeed documented that sock puppet bot armies can censor posts by downvoting them, in Steem, stake-based voting means that such tactics are ineffective. If someone wants to take stake that he owns and turn it into a bunch of bot accounts, that does not in any way gain influence over what could have been achieved using that same stake in a single account (in fact it is very slightly weaker).\n\nMost of the bots on Steem are harmless gnats with little stake that are doing not much of anything except trying to make a tiny reward here and there, or perhaps cause annoyance and FUD. Your posts and comments got hidden because they were flagged by a majority of the stake that voted on them, not because of bots.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 2, "children_abs_rshares": 0, - "created": "2016-09-08T19:59:24", + "created": "2016-08-06T13:19:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1176250, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-08T19:59:24", + "depth": 3, + "id": 644186, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-05T21:34:39", + "last_update": "2016-08-06T13:20:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -44671,14 +44671,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "james-show", - "parent_permlink": "re-steemitblog-new-advanced-formatting-features-20160908t195551031z", + "net_votes": 1, + "parent_author": "someguy123", + "parent_permlink": "re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t130410514z", "percent_hbd": 10000, - "permlink": "re-james-show-re-steemitblog-new-advanced-formatting-features-20160908t195925396z", + "permlink": "re-someguy123-re-smooth-re-frosty-i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570-20160806t131943100z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "new-advanced-formatting-features", + "root_author": "frosty", + "root_permlink": "i-m-andrew-the-guy-who-put-together-a-steemit-experiment-that-blew-up-in-his-face-and-costed-him-usd570", "title": "", "total_payout_value": { "amount": "0", @@ -44690,29 +44690,29 @@ }, { "abs_rshares": 0, - "active": "2016-09-12T13:49:21", + "active": "2016-08-06T13:59:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 256, "beneficiaries": [], - "body": "I felt this post was overvalued and the preview image may not be appreciated by a large portion of our audience.\n\nThe artwork is nice, you are very talented.", - "cashout_time": "2016-09-16T17:16:24", - "category": "art", - "children": 10, + "body": "Your posts bring joy to my day, and very nice looking recipes. Thank you!", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-09-09T17:16:24", + "created": "2016-08-06T13:51:27", "curator_payout_value": { - "amount": "0", + "amount": "157", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1186567, - "json_metadata": "{\"tags\":[\"art\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-09T17:16:24", + "id": 644552, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T04:28:45", + "last_update": "2016-08-06T13:51:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -44720,17 +44720,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "katecloud", - "parent_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "net_votes": 6, + "parent_author": "celebr1ty", + "parent_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", "percent_hbd": 10000, - "permlink": "re-katecloud-a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud-20160909t171623715z", + "permlink": "re-celebr1ty-chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit-20160806t135127400z", "reward_weight": 10000, - "root_author": "katecloud", - "root_permlink": "a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud", + "root_author": "celebr1ty", + "root_permlink": "chocolate-pancakes-real-jam-and-handmade-tea-with-the-wishes-from-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "544", "nai": "@@000000013", "precision": 3 }, @@ -44738,94 +44738,94 @@ "vote_rshares": 0 }, { - "abs_rshares": 1691595416962, - "active": "2016-09-09T17:31:06", + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1106, + "author": "smooth", + "author_rewards": 63, "beneficiaries": [], - "body": "Please add NSFW tag, there is a large portion of our readers who may not find this image *safe to view at work*.", - "cashout_time": "2016-09-16T17:26:36", - "category": "story", - "children": 1, + "body": "I vote every single day for posts about cooking, music, art, poetry, travel, photography, interesting people, history, personal struggles and triumphs, etc. That's not to say I don't also vote for posts that are good to promote the platform, because I do. But 90% of the posts do I vote for are from the former group.\n\nIt is true that a great many quality posts fall through the cracks and don't get votes, but that is not because only advertising posts get votes, it is because there are thousands of posts every day and it is very hard for all the good ones to get noticed.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 14, "children_abs_rshares": 0, - "created": "2016-09-09T17:26:36", + "created": "2016-08-06T14:02:06", "curator_payout_value": { - "amount": "0", + "amount": "33", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1186697, - "json_metadata": "{\"tags\":[\"story\"]}", - "last_payout": "2016-09-10T17:23:30", - "last_update": "2016-09-09T17:26:36", + "id": 644691, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:33:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1691595416962, - "net_votes": 2, - "parent_author": "serejandmyself", - "parent_permlink": "the-one-who-haunts-me-an-original-poem", + "net_rshares": 0, + "net_votes": 7, + "parent_author": "t3ran13", + "parent_permlink": "steam-community-is-popular-but-what-will-be-next", "percent_hbd": 10000, - "permlink": "re-serejandmyself-the-one-who-haunts-me-an-original-poem-20160909t172636154z", + "permlink": "re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t140204300z", "reward_weight": 10000, - "root_author": "serejandmyself", - "root_permlink": "the-one-who-haunts-me-an-original-poem", + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", "title": "", "total_payout_value": { - "amount": "858", + "amount": "130", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 5482544953909247294, - "vote_rshares": 1691595416962 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 11284350420, - "active": "2016-09-09T18:01:24", + "abs_rshares": 0, + "active": "2016-08-06T23:58:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Insurance companies don't want us healthy, they get their money one way or another. They are a middle man between people and their doctors that takes the majority of the profits.\n\nIf people were healthy then they may opt to go without insurance or only get catastrophic insurance.", - "cashout_time": "2016-09-16T17:33:48", - "category": "marijuana", - "children": 1, + "body": "If you go back to your old post (or any post up to 4 weeks old) and click on the amount, you'll see the detail of how much was already paid and how much is pending to be paid in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T17:33:48", + "created": "2016-08-06T23:58:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1186769, - "json_metadata": "{\"tags\":[\"marijuana\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-09T17:34:21", + "depth": 3, + "id": 653013, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T14:26:33", + "last_update": "2016-08-06T23:58:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 11284350420, - "net_votes": 5, - "parent_author": "jennane", - "parent_permlink": "how-weed-saved-my-husband", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "dollarvigilante", + "parent_permlink": "re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t221957377z", "percent_hbd": 10000, - "permlink": "re-jennane-how-weed-saved-my-husband-20160909t173348662z", + "permlink": "re-dollarvigilante-re-endaksi1-re-dollarvigilante-how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit-20160806t235815600z", "reward_weight": 10000, - "root_author": "jennane", - "root_permlink": "how-weed-saved-my-husband", + "root_author": "dollarvigilante", + "root_permlink": "how-i-made-usd15-000-in-12-hours-on-the-new-blockchain-based-social-media-site-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -44833,97 +44833,97 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 11284350420 + "vote_rshares": 0 }, { - "abs_rshares": 1704190630734, - "active": "2016-09-09T18:03:27", + "abs_rshares": 0, + "active": "2016-08-07T01:59:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1125, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Such a solar flair would take out the entire banking system and stock market as well. My guess is that the cryptocurrency would recover faster than the banking system.", - "cashout_time": "2016-09-16T17:38:42", - "category": "science", - "children": 1, + "body": "She posted to Facebook as well.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T17:38:42", + "created": "2016-08-07T01:59:42", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1186821, - "json_metadata": "{\"tags\":[\"science\"]}", - "last_payout": "2016-09-10T17:15:45", - "last_update": "2016-09-09T17:38:42", + "depth": 4, + "id": 654384, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T01:59:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 1704190630734, - "net_votes": 4, - "parent_author": "stealthtrader", - "parent_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t162938843z", "percent_hbd": 10000, - "permlink": "re-stealthtrader-could-a-giant-solar-flare-take-out-all-cryptocurrency-20160909t173842408z", + "permlink": "re-bacchist-re-lukestokes-re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t015942000z", "reward_weight": 10000, - "root_author": "stealthtrader", - "root_permlink": "could-a-giant-solar-flare-take-out-all-cryptocurrency", + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", "title": "", "total_payout_value": { - "amount": "873", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 5511170725708821207, - "vote_rshares": 1704190630734 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 531950080508, - "active": "2016-09-10T07:07:12", + "abs_rshares": 0, + "active": "2016-08-07T02:02:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I cannot speak for other founders, but I can tell you I am firmly committed to finding free market solutions to securing life, liberty, and property. \n\nFounders need to be secure in their own life, liberty, and property in order to make long-term plans without fear of the day to day price movements. This means diversifying my own investments to make sure that regardless of what happens in the economy and/or steemit, I have the financial stability and safety net.\n\nIf 99% of your net worth was tied up in a speculative investment such as Steemit, do you think you would diversify? \n\nDiversification is *risk management* and has nothing to do with confidence and/or belief in any given platform. I believe very strongly in what we are doing here.", - "cashout_time": "2016-09-16T18:44:21", - "category": "steemit", - "children": 1, + "body": "Connections outside social media matter too. Did you catch the comment in the Jeff Berwick interview with Dan and Ned that he knows Brenda and they have appeared on the same TV show?\n\nWho else does she know? People with a million followers know other people with a million followers, or are only one-degree separated. Think this through.", + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T18:44:21", + "created": "2016-08-07T02:02:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 1187456, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-09T18:44:21", + "depth": 2, + "id": 654420, + "json_metadata": "{\"tags\":[\"sex\"]}", + "last_payout": "2016-09-05T05:31:51", + "last_update": "2016-08-07T02:02:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 531950080508, - "net_votes": 3, - "parent_author": "littlescribe", - "parent_permlink": "re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t054743393z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "bacchist", + "parent_permlink": "re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160805t161452467z", "percent_hbd": 10000, - "permlink": "re-littlescribe-re-doitvoluntarily-re-laonie-my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme-20160909t184422489z", + "permlink": "re-bacchist-re-lukestokes-how-do-you-feel-about-steemit-s-first-playmate-20160807t020225900z", "reward_weight": 10000, - "root_author": "laonie", - "root_permlink": "my-proposal-reduce-the-withdraw-channel-from-104-weeks-to-104-days-or-even-104-hours-to-make-steemit-less-like-a-ponzi-scheme", + "root_author": "lukestokes", + "root_permlink": "how-do-you-feel-about-steemit-s-first-playmate", "title": "", "total_payout_value": { "amount": "0", @@ -44931,768 +44931,768 @@ "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 531950080508 + "vote_rshares": 0 }, { - "abs_rshares": 90347178073809, - "active": "2016-09-14T20:21:57", + "abs_rshares": 0, + "active": "2016-08-07T02:17:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 963408, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "
\n\nhttp://www.thedigeratilife.com/images/market-emotions-2.jpg\n
\nSome people have suggested that we reduce the power down period to improve market liquidity. I have been thinking about the economics of this and wanted to share my thoughts. \n\n## Power Down Delay Slows Price Discovery \n\nPrice is the balance point between supply and demand at any given point in time. The Power Down restrictions have the impact of holding *Supply* off the market. Much of this *supply* wants to sell at today's price, but cannot. The reason it *wants to sell* is because those doing the selling have earned a *massive* profit in a short period of time. Their costs are next to nothing. They will continue to sell until the price falls low enough that it isn't worth selling. \n\nIf Steem Power were liquid, then the price would fall toward this equilibrium faster in a *race to the exits*. The people that dump first win (in the short term) and the rest lose (in the short term). There will always be a market value and the price will never go to 0 so long as there is at least one person who believes in the *potential value* of the platform. My experience with BitShares and dozens of other cryptocurrency projects is that nothing with any community behind it will fall to 0. Even simple Bitcoin clones that have been around for years and offer relatively little innovation with non-existent development teams (Doge, Peercoin, Namecoin) continue to be traded with $100K+ in daily volume with marketcap in the millions. \n\n## Power Down makes Cashout more Fair \n\nWith a power down system, everyone is forced to \"dollar-cost-average\" their selling over 2 years. This means that whales that might have cashed out $1M dollars at the height of the bubble were only able to cash out $50,000 at the high prices while they have watched their remaining Steem Power fall in value to $200,000. Their average \"cashout\" price will not be the height of the market, but the market average over 2 years. \n\nThis has pros and cons. In some sense it limits the ability of speculators to buy and sell over periods of a couple of months. Anyone speculating over more than a couple of days is paying a very large inflation tax. The loss of this speculative capital impacts the liquidity and potentially the price. We live in a world where traders want the ability to move to the next big thing and having capital tied up in the *last big thing* is a much riskier proposition. \n\n## Author Rewards\n\nAuthor Rewards are also designed to delay cashout by paying in Steem Dollars. You could sell immediately at a loss, or you could \"trust and wait\" and make more. As the price falls, the market value of the immediate author rewards also falls, but this is *OK*. Authors looking for a quick buck need to go elsewhere. Meanwhile, those who stay and work to grow the long-term value of the platform will gain in Steem Power. When the value of the platform finally grows as a result of years of effort they will be the new whales. \n\nYou may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we grow the platform to Bitcoin scale. If we grow to Facebook scale it will be worth $4000. \n\n## Starting a Company\nThose who start a company are paid in shares that are worthless. They cannot be sold on the market until one day in the distant future the company is successful and has an IPO. The present value of the shares isn't what the entrepreneurial employees care about, it is the future value. \n\nLikewise, a farmer who spends millions of dollars on land, equipment, and seeds works day in and day out in the hope that his farm will eventually produce a crop worth enough to justify his time and effort. The farmer is in the red clear up until the day he brings his harvest to market. \n\nDon't join Steemit for the quick buck. Be glad there is someone willing to pay such high prices for a stake in Steem today. Don't fear the fall in market value, look at the incredible amounts people are still earning. Don't look at what you have today, look at what you could have in the future. \n\nSteem is in the early adopter phase, those who work hard and help pull this platform forward will reap what they sow. \n\n\n## Changing the Power Down Period\n\nIf we were to reduce the Power Down period from 2 years to 1 year or even 6 months, this would dramatically increase the net present value of Steem Power while simultaneously increase the amount of liquid Steem on the market in the short term. The end result would be faster price discovery, but no one can say whether the new price will be higher or lower than the old price. \n\nSome people speculate that value that is 2+ years in the future is discounted to near 0 value today (especially in the world of cryptocurrency). This means that longer time horizons have diminishing marginal utility when it comes to encouraging voters to behave in the long-term best interest of the platform.\n\n## Emotional Response \n\nDespite all the logic in the world, humans have irrational feelings with respect to profit and loss. Slow steady growth *feels* much better than *rapid rise* followed by *slow steady decline* even if both curves end up at the same final value (long term growth). I for one prefer a slow steady rise, but that isn't possible until after the *rapid rise* has fully corrected and realigned. This will take time and won't happen until after fear, desperation, panic, and despondency set in.\n\nThose who know about this emotional roller coaster can ride the waves and maximize their profit, but most people give in to their irrational emotional side and buy high and sell low. My preference is to sell high and buy low. \n\nDon't let the market price set your opinion on the value of a platform, instead make rational buy / sell decisions that factor in both short-term trends and long-term value. This applies to any investment you might consider.", - "cashout_time": "2016-09-16T19:39:15", - "category": "steem", - "children": 144, + "body": "Flagged for suspected plagiarism. Will remove flag if authorship of original can be proven.", + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T19:39:15", + "created": "2016-08-07T02:17:33", "curator_payout_value": { - "amount": "10473", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 1187989, - "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http://www.thedigeratilife.com/images/market-emotions-2.jpg\"]}", - "last_payout": "2016-09-11T00:02:18", - "last_update": "2016-09-09T19:39:15", + "depth": 1, + "id": 654607, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "2016-09-06T12:53:45", + "last_update": "2016-08-07T02:17:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 90347178073809, - "net_votes": 484, - "parent_author": "", - "parent_permlink": "steem", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "saharov", + "parent_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", "percent_hbd": 10000, - "permlink": "justification-for-104-week-power-down", + "permlink": "re-saharov-orda-underwater-cave-so-beautiful-you-ve-ever-seen-20160807t021734400z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "justification-for-104-week-power-down", - "title": "Justification for 104 week Power Down", + "root_author": "saharov", + "root_permlink": "orda-underwater-cave-so-beautiful-you-ve-ever-seen", + "title": "", "total_payout_value": { - "amount": "738932", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 90347178073809 + "vote_rshares": 0 }, { - "abs_rshares": 2427671591250, - "active": "2016-09-10T21:43:54", + "abs_rshares": 0, + "active": "2016-08-07T03:06:36", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1353, + "author": "smooth", + "author_rewards": 69, "beneficiaries": [], - "body": "They aren't \"forced\", it is the terms. They earn influence and have a vested interest in the success of the platform rather than just an immediate payout.\n\nWhy do employers pay their employees in both vesting options and salary?", - "cashout_time": "2016-09-16T20:34:06", - "category": "steem", - "children": 14, + "body": "The blockchain is really transparent. You can see customer funds @bittrex and @poloniex. It isn't being powered up.\n\nExchanges do get to keep the interest generated on customers' SBD funds , unless they decide to credit it to customer accounts. None has done that afaik.\n\nNo exchanges offer lending of liquid STEEM for shorting yet but I'm sure that will come in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steem-stats", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T20:34:06", + "created": "2016-08-07T03:03:09", "curator_payout_value": { - "amount": "339", + "amount": "48", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1188606, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-11T00:02:18", - "last_update": "2016-09-09T20:34:06", + "depth": 4, + "id": 655149, + "json_metadata": "{\"tags\":[\"steem-stats\"],\"users\":[\"bittrex\"]}", + "last_payout": "2016-09-06T11:36:21", + "last_update": "2016-08-07T03:06:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 2427671591250, - "net_votes": 15, - "parent_author": "james-show", - "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t201414796z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jl777", + "parent_permlink": "re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t003851229z", "percent_hbd": 10000, - "permlink": "re-james-show-re-dantheman-justification-for-104-week-power-down-20160909t203406976z", + "permlink": "re-jl777-re-hisnameisolllie-re-teatree-re-hisnameisolllie-steemit-statistics-week-2-20160807t030310200z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "justification-for-104-week-power-down", + "root_author": "hisnameisolllie", + "root_permlink": "steemit-statistics-week-2", "title": "", "total_payout_value": { - "amount": "1037", + "amount": "144", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 6967163132566799440, - "vote_rshares": 2427671591250 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 916232382, - "active": "2016-09-09T20:49:51", + "abs_rshares": 0, + "active": "2016-08-07T03:15:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "To be clear, we are not suggesting to change this. I was defending the original design. The people calling for a change of this are off base.", - "cashout_time": "2016-09-16T20:49:51", - "category": "steem", + "body": "Not competing for the giveaway but just wanted to offer my support. I love the idea!", + "cashout_time": "1969-12-31T23:59:59", + "category": "gaming", "children": 0, "children_abs_rshares": 0, - "created": "2016-09-09T20:49:51", + "created": "2016-08-07T03:15:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1188793, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-09T20:49:51", + "depth": 1, + "id": 655288, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-06T15:09:42", + "last_update": "2016-08-07T03:15:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 916232382, - "net_votes": 4, - "parent_author": "moonguy", - "parent_permlink": "re-dantheman-justification-for-104-week-power-down-20160909t200645246z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "acidyo", + "parent_permlink": "sgg-steem-game-giveaway-is-here", "percent_hbd": 10000, - "permlink": "re-moonguy-re-dantheman-justification-for-104-week-power-down-20160909t204951730z", + "permlink": "re-acidyo-sgg-steem-game-giveaway-is-here-20160807t031545300z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "justification-for-104-week-power-down", + "root_author": "acidyo", + "root_permlink": "sgg-steem-game-giveaway-is-here", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 4224408430750059, - "vote_rshares": 916232382 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 216628582, - "active": "2016-09-10T19:55:06", + "abs_rshares": 0, + "active": "2016-08-07T03:51:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I read the article and was honestly surprised when I got to the bottom and saw it was written by @larkenrose! \n\nVery well put together.", - "cashout_time": "2016-09-17T13:59:33", - "category": "steemit", - "children": 2, + "body": "Confidential transfers are on the roadmap, so this problem will have a solution on the blockchain in time.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-10T13:59:33", + "created": "2016-08-07T03:33:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1196101, - "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"larkenrose\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-10T13:59:33", + "depth": 3, + "id": 655530, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:33:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 216628582, + "net_rshares": 0, "net_votes": 1, - "parent_author": "larkenrose", - "parent_permlink": "supply-and-demand-steemit-style", + "parent_author": "pjheinz", + "parent_permlink": "re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t232024379z", "percent_hbd": 10000, - "permlink": "re-larkenrose-supply-and-demand-steemit-style-20160910t135933357z", + "permlink": "re-pjheinz-re-rittr-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033353300z", "reward_weight": 10000, - "root_author": "larkenrose", - "root_permlink": "supply-and-demand-steemit-style", + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 998968901497002, - "vote_rshares": 216628582 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 474772964723, - "active": "2016-09-11T16:43:03", + "abs_rshares": 0, + "active": "2016-08-07T08:11:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 173, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Sbd doesn't fall at that rate.", - "cashout_time": "2016-09-18T16:27:12", - "category": "steem-help", - "children": 3, + "body": "He's keeping the SP from the posting reward, and only transferring the SD. That may very well be fair price for the service offered but should be made more clear in the terms IMO.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitanon", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-11T16:27:12", + "created": "2016-08-07T03:35:21", "curator_payout_value": { - "amount": "29", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 1210056, - "json_metadata": "{\"tags\":[\"steem-help\"]}", - "last_payout": "2016-09-12T17:15:45", - "last_update": "2016-09-11T16:27:12", + "depth": 2, + "id": 655547, + "json_metadata": "{\"tags\":[\"steemitanon\"]}", + "last_payout": "2016-09-06T11:46:33", + "last_update": "2016-08-07T03:35:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 474772964723, - "net_votes": 4, - "parent_author": "jrcornel", - "parent_permlink": "re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162516062z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "scaredycatguide", + "parent_permlink": "re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160806t214214813z", "percent_hbd": 10000, - "permlink": "re-jrcornel-re-neoxian-re-hisnameisolllie-tuesday-onwards-of-author-rewards-to-be-paid-in-steem-20160911t162714012z", + "permlink": "re-scaredycatguide-re-pjheinz-post-anonymous-and-author-keeps-100-steemdollars-20160807t033520400z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "tuesday-onwards-of-author-rewards-to-be-paid-in-steem", + "root_author": "pjheinz", + "root_permlink": "post-anonymous-and-author-keeps-100-steemdollars", "title": "", "total_payout_value": { - "amount": "123", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1957197704197638108, - "vote_rshares": 474772964723 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 17565371043, - "active": "2016-09-12T15:13:51", + "abs_rshares": 0, + "active": "2016-08-07T04:33:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Interesting... looks like they are being rate limited which means we need to increase account registration funds.", - "cashout_time": "2016-09-19T15:13:51", - "category": "stats", + "body": "Flagged as literal rip off of trending post. Called out by the original author elsewhere in these comments.", + "cashout_time": "1969-12-31T23:59:59", + "category": "ff", "children": 0, "children_abs_rshares": 0, - "created": "2016-09-12T15:13:51", + "created": "2016-08-07T04:33:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 1220656, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-12T15:13:51", + "depth": 1, + "id": 656235, + "json_metadata": "{\"tags\":[\"ff\"]}", + "last_payout": "2016-09-06T13:00:51", + "last_update": "2016-08-07T04:33:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 17565371043, - "net_votes": 2, - "parent_author": "ibringawareness", - "parent_permlink": "re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t145407673z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "ivangav5", + "parent_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", "percent_hbd": 10000, - "permlink": "re-ibringawareness-re-mark-waser-re-ibringawareness-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160912t151350711z", + "permlink": "re-ivangav5-our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states-20160807t043325100z", "reward_weight": 10000, - "root_author": "gavvet", - "root_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "root_author": "ivangav5", + "root_permlink": "our-education-system-is-broken-my-opinion-on-the-current-state-of-education-in-the-united-states", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 80651806321660369, - "vote_rshares": 17565371043 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 189962478308, - "active": "2016-09-13T22:47:00", + "abs_rshares": 0, + "active": "2016-08-07T07:32:33", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 67, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Your understanding of the change is also lacking. \n\nThere are good reasons for the change, but explaining it and getting community buy in would take longer than a week. We also didn't want to put witnesses in the uncomfortable position of having a controversial change bundled in with so many other obvious and non-contraversial changes.", - "cashout_time": "2016-09-20T15:42:48", + "body": "I don't see why 'flatter' is incompatible with the game theory; 'flat' would be. Would n^1.5 rather than n^2 be a disaster? (Setting aside the marketing question as to the value of big numbers on the front page.) I don't think so.", + "cashout_time": "1969-12-31T23:59:59", "category": "steem", - "children": 8, + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-13T15:42:48", + "created": "2016-08-07T07:32:33", "curator_payout_value": { - "amount": "3", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 1232880, + "depth": 5, + "id": 657932, "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-14T16:47:45", - "last_update": "2016-09-13T15:42:48", + "last_payout": "2016-09-01T07:10:18", + "last_update": "2016-08-07T07:32:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 189962478308, - "net_votes": 3, - "parent_author": "sigmajin", - "parent_permlink": "re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t153557534z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "anonymint", + "parent_permlink": "re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t054528803z", "percent_hbd": 10000, - "permlink": "re-sigmajin-re-james-show-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154250511z", + "permlink": "re-anonymint-re-smooth-re-alexgr-re-anonymint-re-xtester-an-unstoppable-force-and-first-compelling-mass-market-solution-20160807t073232100z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "root_author": "xtester", + "root_permlink": "an-unstoppable-force-and-first-compelling-mass-market-solution", "title": "", "total_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 836329499153497852, - "vote_rshares": 189962478308 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 7256820794, - "active": "2016-09-13T16:24:27", + "abs_rshares": 0, + "active": "2016-08-07T12:57:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Your time wasn't wasted. It provided valuable communication and education for many people.", - "cashout_time": "2016-09-20T15:45:00", - "category": "steem", - "children": 2, + "body": "The question is, how do you find them? There isn't a good method right now, unless you watch New (very exhausting) or find them on one of the other rankings where only a few categories gain mass appeal. The upcoming following feature will help, since you'll see posts by authors you like, but how to find new authors? Again, the same issues arise.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-09-13T15:45:00", + "created": "2016-08-07T07:35:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1232903, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-13T15:45:00", + "depth": 3, + "id": 657955, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:35:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7256820794, - "net_votes": 3, - "parent_author": "cryptomental", - "parent_permlink": "re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t151836643z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "jsteck", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t150204405z", "percent_hbd": 10000, - "permlink": "re-cryptomental-re-steemitblog-steem-0-14-1-released-hardfork-postponed-until-9-20-2016-20160913t154502285z", + "permlink": "re-jsteck-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073515900z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 33405574427138342, - "vote_rshares": 7256820794 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 639691073796, - "active": "2016-09-13T20:09:33", + "abs_rshares": 0, + "active": "2016-08-08T20:37:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 202, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "The prior month stats were corrupted by a bug that has been fixed. It will be good to see more stats like this going forward.\n\nMaxed out blocks are most likely caused by large posts.", - "cashout_time": "2016-09-20T15:54:39", - "category": "stats", - "children": 5, + "body": "I think we need to see how the situation changes with the upcoming following features. Then perhaps reassess. I went ahead and upvoted your post because it is important and valuable to ask these questions, even though I think you are a bit pessimistic. Steem/it is still being built, so a lot will change in upcoming next months.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-09-13T15:54:39", + "created": "2016-08-07T07:36:09", "curator_payout_value": { - "amount": "42", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1233026, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "2016-09-14T16:25:09", - "last_update": "2016-09-13T15:54:39", + "depth": 3, + "id": 657964, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T19:35:30", + "last_update": "2016-08-07T07:38:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 639691073796, - "net_votes": 4, - "parent_author": "masteryoda", - "parent_permlink": "steem-blocksize-report-2", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "t3ran13", + "parent_permlink": "re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160806t194129970z", "percent_hbd": 10000, - "permlink": "re-masteryoda-steem-blocksize-report-2-20160913t155438893z", + "permlink": "re-t3ran13-re-smooth-re-t3ran13-steam-community-is-popular-but-what-will-be-next-20160807t073608800z", "reward_weight": 10000, - "root_author": "masteryoda", - "root_permlink": "steem-blocksize-report-2", + "root_author": "t3ran13", + "root_permlink": "steam-community-is-popular-but-what-will-be-next", "title": "", "total_payout_value": { - "amount": "130", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 2543319660051594990, - "vote_rshares": 639691073796 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 28116356804876, - "active": "2016-09-14T02:24:42", + "abs_rshares": 0, + "active": "2016-08-07T15:29:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 81062, + "author": "smooth", + "author_rewards": 57, "beneficiaries": [], - "body": "Good job gathering statistics. I would like to point out some extra facts for those concerned about the fall in diversity of miners.\n\n## 50+ Runner Up Witnesses \n\nIn addition to the top 19 witnesses, there are over 50 accounts that produce blocks at least once per day if not many times per hour. Combine this with the top 19 witnesses and the top two miners and you get over 70 unique individuals producing blocks on a daily basis. \n\nTo put this in perspective, there can be at most 144 unique individuals producing blocks on a daily basis with Bitcoin. In any given hour only 6 unique individuals produce and validate Bitcoin blocks, whereas Steem has at least 30+ unique individuals per hour (maybe much more, I didn't actually count). \n\nThe numbers 144 and 6 are assuming all blocks are produced by *different people*, but in reality only 9 unique individuals (pools) confirm blocks each day. In any given hour less than 5 people confirm blocks because some pools get lucky and produce twice in the same hour. Imagine rolling a 9 sided die 6 times, [the probability that a given hour will have the same pool selected twice is 90%](https://lazycackle.com/birthday-problem-calculator.html).\n\n## Purpose of Proof of Work \n\nThe purpose of Proof of Work is to make the blockchain computationally expensive to forge. Regardless of how many unique individuals are mining, we know that a certain number of calculations must be performed for a given proof of work threshold. \n\nSomeone who implements a GPU algorithm is able to perform these calculations more cheaply than someone with a CPU. This increases their profit margins. The market always responds when someone is earning guaranteed oversized profits. Right now the proof of work is rewarding those who did the *programing work* necessary to increase computations. \n\n## Transactions as Proof of Stake \n\nEvery user who uses the blockchain is also participating in directly confirming the current blockchain state. Each transaction includes the block ID of a recent block. A forged chain would be unable to migrate all of the user activity and therefore is easily identifiable by simply looking at the stake-weighted average time since each account last transacted. \n\nSteem is secure, the market for computational power is functioning, things will evolve just as they did with Bitcoin. One day there may even be ASIC miners.", - "cashout_time": "2016-09-20T16:17:30", - "category": "mining", - "children": 3, + "body": "Wow, I'm amazed by your dedication and the success of the fundraising! From all of us who has lost a friend or family member to cancer you have my most sincere appreciation. Thank you.", + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-13T16:17:30", + "created": "2016-08-07T09:59:27", "curator_payout_value": { - "amount": "65", + "amount": "39", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1233288, - "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https://lazycackle.com/birthday-problem-calculator.html\"]}", - "last_payout": "2016-09-14T16:10:27", - "last_update": "2016-09-13T16:27:54", + "id": 659275, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T21:04:18", + "last_update": "2016-08-07T09:59:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 28116356804876, - "net_votes": 6, - "parent_author": "arcange", - "parent_permlink": "the-end-of-steem-cpu-mining-update-2", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "blueorgy", + "parent_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", "percent_hbd": 10000, - "permlink": "re-arcange-the-end-of-steem-cpu-mining-update-2-20160913t161730780z", + "permlink": "re-blueorgy-sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research-20160807t095927800z", "reward_weight": 10000, - "root_author": "arcange", - "root_permlink": "the-end-of-steem-cpu-mining-update-2", + "root_author": "blueorgy", + "root_permlink": "sunset-reflection-a-peaceful-walk-to-reflect-on-a-long-day-of-riding-to-raise-money-for-cancer-research", "title": "", "total_payout_value": { - "amount": "52446", + "amount": "118", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 16149255079452405669, - "vote_rshares": 28116356804876 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 81484241726, - "active": "2016-09-14T19:58:39", + "abs_rshares": 0, + "active": "2016-08-07T10:22:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I think this is the power of blockchains, they cut down on the potential for disagreement about the state.", - "cashout_time": "2016-09-21T15:34:36", - "category": "unity", - "children": 2, + "body": "Dude, you already have a (-1) rep. I don't feel like flagging you because it would be brutal on your (lack of a) future Steemit experience, but you really need to stop spamming your promotional link where it isn't remotely on topic. I strongly suggest you remove this comment before someone else who has less self-restraint than I do comes across it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-14T15:34:36", + "created": "2016-08-07T10:20:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 1244183, - "json_metadata": "{\"tags\":[\"unity\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-14T15:34:36", + "depth": 3, + "id": 659486, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T10:22:45", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 81484241726, - "net_votes": 17, - "parent_author": "krnel", - "parent_permlink": "unity-and-knowledge", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "tronys", + "parent_permlink": "re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t083643468z", "percent_hbd": 10000, - "permlink": "re-krnel-unity-and-knowledge-20160914t153436683z", + "permlink": "re-tronys-re-complexring-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t102031500z", "reward_weight": 10000, - "root_author": "krnel", - "root_permlink": "unity-and-knowledge", + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 368277534381502362, - "vote_rshares": 81484241726 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 332249663, - "active": "2016-09-14T22:40:00", + "abs_rshares": 0, + "active": "2016-08-07T11:48:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "So your stance is that I am paranoid with respect to manipulation of the markets. Maybe the problem isn't that I am paranoid, but that people expect a tighter peg than is reasonable for such a young market?", - "cashout_time": "2016-09-21T20:08:42", - "category": "steem", - "children": 2, + "body": "Thanks for this post, I really enjoyed it. Unfortunately I did not see before the first payout but you will have a little surprise waiting for you in 4 weeks.", + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 1, "children_abs_rshares": 0, - "created": "2016-09-14T20:08:42", + "created": "2016-08-07T10:41:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 1246703, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-14T20:08:42", + "depth": 1, + "id": 659678, + "json_metadata": "{\"tags\":[\"diy\"]}", + "last_payout": "2016-09-05T14:14:51", + "last_update": "2016-08-07T10:41:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 332249663, - "net_votes": 3, - "parent_author": "james-show", - "parent_permlink": "re-biophil-sbd-conversion-should-be-cancelable-20160914t164955349z", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "mac-o", + "parent_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", "percent_hbd": 10000, - "permlink": "re-james-show-re-biophil-sbd-conversion-should-be-cancelable-20160914t200843808z", + "permlink": "re-mac-o-wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique-20160807t104122500z", "reward_weight": 10000, - "root_author": "biophil", - "root_permlink": "sbd-conversion-should-be-cancelable", + "root_author": "mac-o", + "root_permlink": "wood-preserving-shou-sugi-ban-a-japanese-300-years-old-technique", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 1532103865236084, - "vote_rshares": 332249663 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 3551541190723, - "active": "2016-09-15T17:09:24", + "abs_rshares": 0, + "active": "2016-08-07T20:46:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "They should be hidden in there too. I will have the team get that done asap.", - "cashout_time": "2016-09-22T13:52:33", - "category": "steemit-abuse", - "children": 7, + "body": "Yes! Please write the tutorial when you have time. I'd love to read it.", + "cashout_time": "1969-12-31T23:59:59", + "category": "photography", + "children": 3, "children_abs_rshares": 0, - "created": "2016-09-15T13:52:33", + "created": "2016-08-07T11:53:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 1254047, - "json_metadata": "{\"tags\":[\"steemit-abuse\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-15T13:52:33", + "id": 660406, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "2016-09-07T01:45:09", + "last_update": "2016-08-07T11:53:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", - "precision": 3 - }, - "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 3551541190723, - "net_votes": 23, - "parent_author": "beanz", - "parent_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "precision": 3 + }, + "max_cashout_time": "1969-12-31T23:59:59", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "rznag", + "parent_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", "percent_hbd": 10000, - "permlink": "re-beanz-petition-to-take-down-earnest-fao-dan-and-ned-20160915t135233694z", + "permlink": "re-rznag-hidden-worlds-things-your-eyes-can-t-see-infrared-photography-20160807t115338100z", "reward_weight": 10000, - "root_author": "beanz", - "root_permlink": "petition-to-take-down-earnest-fao-dan-and-ned", + "root_author": "rznag", + "root_permlink": "hidden-worlds-things-your-eyes-can-t-see-infrared-photography", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 8675629220295941297, - "vote_rshares": 3551541190723 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 60082961, - "active": "2016-09-15T16:46:42", + "abs_rshares": 0, + "active": "2016-08-07T12:23:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Assuming we all interpret it the same way.", - "cashout_time": "2016-09-22T16:46:42", - "category": "unity", + "body": "It is based on both. Flags from those with low reputation don't affect your rep.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-09-15T16:46:42", + "created": "2016-08-07T12:22:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1256025, - "json_metadata": "{\"tags\":[\"unity\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-15T16:46:42", + "id": 660779, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-06T18:39:24", + "last_update": "2016-08-07T12:23:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 60082961, - "net_votes": 1, - "parent_author": "noganoo", - "parent_permlink": "re-krnel-true-unity-is-based-in-morality-20160915t101632235z", + "net_rshares": 0, + "net_votes": 2, + "parent_author": "jrkirby", + "parent_permlink": "re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t114200686z", "percent_hbd": 10000, - "permlink": "re-noganoo-re-krnel-true-unity-is-based-in-morality-20160915t164644431z", + "permlink": "re-jrkirby-re-klye-bad-reputation-how-to-appeal-after-a-whale-flagging-20160807t122224800z", "reward_weight": 10000, - "root_author": "krnel", - "root_permlink": "true-unity-is-based-in-morality", + "root_author": "klye", + "root_permlink": "bad-reputation-how-to-appeal-after-a-whale-flagging", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 277079589248879, - "vote_rshares": 60082961 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 7635704069, - "active": "2016-09-06T22:41:06", + "abs_rshares": 0, + "active": "2016-08-07T12:26:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Identifying plagiarism is HARD work, especially when you are using a mobile phone and the bots are using sophisticated algorithms to prevent auto-detection.\n\nIf there is a particular whale that is consistently abusing his power, then lets identify him and show the pattern.", - "cashout_time": "2016-09-13T19:26:39", - "category": "censorship", - "children": 3, + "body": "Yes it is part of the algorithm. Votes are much more powerful when voting along with others than they are when voting alone. The idea is to identify a consensus of voting, not just one person making a potentially stupid or malicious vote (not suggesting that you have ever done this).", + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, "children_abs_rshares": 0, - "created": "2016-09-06T19:26:39", + "created": "2016-08-07T12:26:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 1150169, - "json_metadata": "{\"tags\":[\"censorship\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-09-06T19:26:39", + "id": 660844, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-09-06T17:03:51", + "last_update": "2016-08-07T12:26:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 7635704069, - "net_votes": 3, - "parent_author": "ats-david", - "parent_permlink": "re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190500745z", + "net_rshares": 0, + "net_votes": 1, + "parent_author": "cryptofunk", + "parent_permlink": "re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t061642173z", "percent_hbd": 10000, - "permlink": "re-ats-david-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t192639255z", + "permlink": "re-cryptofunk-re-neilstrauss-introducing-neil-strauss-and-a-steemit-book-club-20160807t122657700z", "reward_weight": 10000, - "root_author": "dantheman", - "root_permlink": "censorship-is-impossible-in-a-free-society", + "root_author": "neilstrauss", + "root_permlink": "introducing-neil-strauss-and-a-steemit-book-club", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 35146377860745937, - "vote_rshares": 7635704069 + "total_vote_weight": 0, + "vote_rshares": 0 }, { "abs_rshares": 0, - "active": "2016-07-02T13:43:15", + "active": "2016-08-07T15:43:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Sure if you search exact title.", + "body": "I agree. This is lifestyle and culture writing with good photography. The identity of the writer isn't important. The only issue would be if it isn't original work, but I see no evidence of that.", "cashout_time": "1969-12-31T23:59:59", - "category": "seo", - "children": 1, + "category": "life", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-02T13:13:33", + "created": "2016-08-07T15:00:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 50235, - "json_metadata": "{\"tags\":[\"seo\"]}", - "last_payout": "2016-08-13T10:34:39", - "last_update": "2016-07-02T13:13:33", + "depth": 3, + "id": 662823, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:00:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45701,13 +45701,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "ash", - "parent_permlink": "seo-with-steemit", + "parent_author": "indominon", + "parent_permlink": "re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t130323682z", "percent_hbd": 10000, - "permlink": "re-ash-seo-with-steemit-20160702t131332706z", + "permlink": "re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150037000z", "reward_weight": 10000, - "root_author": "ash", - "root_permlink": "seo-with-steemit", + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", "title": "", "total_payout_value": { "amount": "0", @@ -45719,29 +45719,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T14:25:48", + "active": "2016-08-07T15:43:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "If only we could so certain that the right man was caught and killed.", + "body": "What I'm saying is the context of this post makes the identity of the author irrelevant. It could be a fictional or semi-fictionalized character speaking in the first person (like Carrie from _Sex and the City_) and it would take nothing away from the post. Now if the pictures are ripped off, that's an issue. If there is identity theft that's an issue. \n\nBut for all you know the photos are the actual author, or are used with permission. Unless you have evidence to the contrary you are engaging in a witch hunt. Please stop. \n\nYou are certainly free to not vote for the post though, for whatever reason, if it doesn't appear compelling to you as adding value.", "cashout_time": "1969-12-31T23:59:59", - "category": "philosophy", - "children": 1, + "category": "life", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-02T14:16:27", + "created": "2016-08-07T15:40:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 50262, - "json_metadata": "{\"tags\":[\"philosophy\"]}", - "last_payout": "2016-08-06T11:16:36", - "last_update": "2016-07-02T14:16:27", + "depth": 5, + "id": 663393, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "2016-09-06T19:58:18", + "last_update": "2016-08-07T15:43:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45750,13 +45750,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "easteagle13", - "parent_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "parent_author": "simoneighties", + "parent_permlink": "re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t150854786z", "percent_hbd": 10000, - "permlink": "re-easteagle13-the-zenith-of-the-purpose-of-life-part-vii-the-better-laws-20160702t141626639z", + "permlink": "re-simoneighties-re-smooth-re-indominon-re-simoneighties-re-sweetsssj-the-secrets-of-why-girls-go-to-the-bar-20160807t154018400z", "reward_weight": 10000, - "root_author": "easteagle13", - "root_permlink": "the-zenith-of-the-purpose-of-life-part-vii-the-better-laws", + "root_author": "sweetsssj", + "root_permlink": "the-secrets-of-why-girls-go-to-the-bar", "title": "", "total_payout_value": { "amount": "0", @@ -45768,29 +45768,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-03T04:08:24", + "active": "2016-08-07T22:28:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "This makes a lot of assumptions about the nature of reality.", + "body": "> The problem with violent protests is that it is hardly ever the government or their agents that suffer.\n> It's private citizens, private property, private businesses that suffer.\n\nIn the short term that is certianly true. However, if the protests are successful and bring about change to bad policies then it is the citizens, property and businesses that benefit from a more just and productive society over the longer term. The premise of the OP is that violent resistance or at least peaceful resistance backed by a credible threat of violence is 100x more effective in bringing about positive social change. I don't know if history backs up that claim, but if it does then the argument is sound.", "cashout_time": "1969-12-31T23:59:59", - "category": "life", - "children": 1, + "category": "anarchy", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-02T18:13:27", + "created": "2016-08-07T22:24:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 50435, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "2016-08-03T00:00:06", - "last_update": "2016-07-02T18:13:27", + "depth": 2, + "id": 671154, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "2016-09-07T06:14:33", + "last_update": "2016-08-07T22:28:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45798,14 +45798,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "kevinwong", - "parent_permlink": "are-we-lucky-to-be-here", + "net_votes": 2, + "parent_author": "hoopatang", + "parent_permlink": "re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t221113713z", "percent_hbd": 10000, - "permlink": "re-kevinwong-are-we-lucky-to-be-here-20160702t181326914z", + "permlink": "re-hoopatang-re-calaber24p-why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence-20160807t222432000z", "reward_weight": 10000, - "root_author": "kevinwong", - "root_permlink": "are-we-lucky-to-be-here", + "root_author": "calaber24p", + "root_permlink": "why-i-don-t-believe-peaceful-protests-work-without-a-fear-of-possible-violence", "title": "", "total_payout_value": { "amount": "0", @@ -45817,29 +45817,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T18:24:45", + "active": "2016-08-13T13:27:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I have a sinking suspicion that almost everyone will guess wrong regarding July 4th and the first week after.", + "body": "SBD is designed to be perfect for this, with fast finality, price stability, and no transaction fees, but if you are concerned about the legalities of it then you can't take advantage. That's unfortunate, but understandable.\n\nYou are correct that STEEM is not a good fit, unless you could somehow work out a way for the site to power up and use that as backing for the gambling bankroll, as a sort of staking pool. There would need to be restrictions on the rate of withdraws of both bankroll funds and winnings, but that might be workable given that most gambling on JD is small, so could easily be covered by the 1%-per-week power downs.\n\nI don't really understand why you think the tokens are better for the devs. Anyone can power up; the devs get no special treatment on it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 2, + "category": "bitfinex", + "children": 7, "children_abs_rshares": 0, - "created": "2016-07-02T18:19:09", + "created": "2016-08-07T23:28:45", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 50442, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-04T20:54:33", - "last_update": "2016-07-02T18:19:09", + "depth": 3, + "id": 672241, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:34:33", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45847,14 +45847,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "hisnameisolllie", - "parent_permlink": "4th-july-payouts-and-beyond", + "net_votes": 2, + "parent_author": "dooglus", + "parent_permlink": "re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t202924302z", "percent_hbd": 10000, - "permlink": "re-hisnameisolllie-4th-july-payouts-and-beyond-20160702t181910952z", + "permlink": "re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t232844300z", "reward_weight": 10000, - "root_author": "hisnameisolllie", - "root_permlink": "4th-july-payouts-and-beyond", + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", "title": "", "total_payout_value": { "amount": "0", @@ -45866,29 +45866,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T23:55:30", + "active": "2016-08-07T23:31:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 1035, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "https://test.steemit.com/market.html", + "body": "This. Write an introduceyourself post and include good verification. It will be worth your time :)", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 4, + "category": "bitfinex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-02T19:23:42", + "created": "2016-08-07T23:31:12", "curator_payout_value": { - "amount": "49", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 50483, - "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://test.steemit.com/market.html\"]}", - "last_payout": "2016-08-21T12:23:06", - "last_update": "2016-07-02T19:23:42", + "depth": 4, + "id": 672280, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-07T23:31:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45896,17 +45896,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 5, - "parent_author": "hipster", - "parent_permlink": "re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t184612966z", + "net_votes": 0, + "parent_author": "moonguy", + "parent_permlink": "re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t211223101z", "percent_hbd": 10000, - "permlink": "re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192340625z", + "permlink": "re-moonguy-re-dooglus-re-acidyo-re-dooglus-tracking-the-bitfinex-heist-20160807t233112100z", "reward_weight": 10000, - "root_author": "hipster", - "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", "title": "", "total_payout_value": { - "amount": "226", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -45915,29 +45915,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T19:50:36", + "active": "2016-08-08T14:37:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 420, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Real block chain.", + "body": "Excellent list. Did not know about the Skyrim SE but I'll be looking for it.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "gaming", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-02T19:50:36", + "created": "2016-08-07T23:46:42", "curator_payout_value": { - "amount": "85", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 50498, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T12:23:06", - "last_update": "2016-07-02T19:50:36", + "depth": 1, + "id": 672537, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T11:43:21", + "last_update": "2016-08-07T23:46:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45945,17 +45945,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "hipster", - "parent_permlink": "re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t193628175z", + "net_votes": 0, + "parent_author": "kylenator", + "parent_permlink": "my-top-8-favorite-games-of-all-time", "percent_hbd": 10000, - "permlink": "re-hipster-re-dantheman-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195037683z", + "permlink": "re-kylenator-my-top-8-favorite-games-of-all-time-20160807t234642800z", "reward_weight": 10000, - "root_author": "hipster", - "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "root_author": "kylenator", + "root_permlink": "my-top-8-favorite-games-of-all-time", "title": "", "total_payout_value": { - "amount": "92", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -45964,29 +45964,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-02T19:51:39", + "active": "2016-08-07T23:49:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Internal market has existed since launch. Just no steem dollars to trade yet.", + "body": "Love this portrait and the one of Dan. Very nice work!", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "art", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-02T19:51:39", + "created": "2016-08-07T23:49:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 50499, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-21T12:23:06", - "last_update": "2016-07-02T19:51:39", + "depth": 1, + "id": 672576, + "json_metadata": "{\"tags\":[\"art\"]}", + "last_payout": "2016-09-07T10:21:15", + "last_update": "2016-08-07T23:49:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -45995,13 +45995,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "riensen", - "parent_permlink": "re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t192603626z", + "parent_author": "mihaiart", + "parent_permlink": "steemians-portraits-first-edition", "percent_hbd": 10000, - "permlink": "re-riensen-re-riensen-re-hipster-re-riensen-re-hipster-perhaps-1-dollar-per-steem-on-5-of-july-20160702t195140225z", + "permlink": "re-mihaiart-steemians-portraits-first-edition-20160807t234904100z", "reward_weight": 10000, - "root_author": "hipster", - "root_permlink": "perhaps-1-dollar-per-steem-on-5-of-july", + "root_author": "mihaiart", + "root_permlink": "steemians-portraits-first-edition", "title": "", "total_payout_value": { "amount": "0", @@ -46013,29 +46013,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-11T21:09:33", + "active": "2016-08-09T02:17:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 56, "beneficiaries": [], - "body": "Have no fear, the math makes this a non issue.", + "body": "I think the 30 day pay cutoff is a real limitation and also that posts and comments will be locked (no edits) after 30 days. I hope that the developers are able to introduce some solutions. Thank you for sharing your own perspective as an author.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "writing", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-02T20:28:03", + "created": "2016-08-07T23:51:24", "curator_payout_value": { - "amount": "0", + "amount": "18", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 50528, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-11T02:17:30", - "last_update": "2016-07-02T20:28:03", + "id": 672613, + "json_metadata": "{\"tags\":[\"writing\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-07T23:51:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46043,17 +46043,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "trogdor", - "parent_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "net_votes": 3, + "parent_author": "mctiller", + "parent_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", "percent_hbd": 10000, - "permlink": "re-trogdor-potential-sybil-attack-based-on-early-mover-curation-advantage-20160702t202801497z", + "permlink": "re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160807t235124000z", "reward_weight": 10000, - "root_author": "trogdor", - "root_permlink": "potential-sybil-attack-based-on-early-mover-curation-advantage", + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", "title": "", "total_payout_value": { - "amount": "0", + "amount": "114", "nai": "@@000000013", "precision": 3 }, @@ -46062,29 +46062,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-03T07:55:57", + "active": "2016-08-13T01:48:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 95, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "All images will be uploaded to IPFS and/or cached by steemit unless they violate our terms of service or the law.", + "body": "LOL cheetah fail. I'm tempted to downvote cheetah but that would be kind of harmful to its mostly useful function so I won't", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-ideas", + "category": "steemit", "children": 2, "children_abs_rshares": 0, - "created": "2016-07-02T22:27:39", + "created": "2016-08-07T23:54:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 50600, - "json_metadata": "{\"tags\":[\"steemit-ideas\"]}", - "last_payout": "2016-08-19T16:45:33", - "last_update": "2016-07-02T22:27:39", + "depth": 3, + "id": 672665, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:19:45", + "last_update": "2016-08-07T23:54:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46092,17 +46092,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "kenny-crane", - "parent_permlink": "re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222115377z", + "net_votes": 1, + "parent_author": "bergy", + "parent_permlink": "re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t193629714z", "percent_hbd": 10000, - "permlink": "re-kenny-crane-re-intelliguy-what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months-20160702t222738721z", + "permlink": "re-bergy-re-cheetah-re-quantum-computing-and-cryptography-is-bitcoin-safe-20160807t193602-20160807t235435500z", "reward_weight": 10000, - "root_author": "intelliguy", - "root_permlink": "what-upload-an-image-to-steemit-and-it-will-be-gone-in-a-couple-of-months", + "root_author": "bergy", + "root_permlink": "quantum-computing-and-cryptography-is-bitcoin-safe", "title": "", "total_payout_value": { - "amount": "21", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -46111,29 +46111,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T12:42:21", + "active": "2016-08-08T05:22:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "You can go from steem dollars to steem instantly on internal market.", + "body": "Wallet (CLI-only): https://github.com/steemit/steem\n\nThe web wallet/site/app that runs on steemit.com is also there now (was released a bit later)\n\n> I guess because I figure they premined a whole bunch of tokens for free whereas the rest of us have to buy them. But maybe I'm even wrong about that. How was the initial distribution done?\n\nI still don't quite follow the logic on why that makes the inflationary STEEM token itself good for them, when everyone else can avoid the inflation by using SP too. If anything, given their large SP holdings, the restrictions on liquidity of SP hurts them as much or more than anyone else, but in any case, here's some info about the launch. \n\nIt was effectively (but not literally) an 80% premine (though not quite free; they had to compete with a few other miners and did apparently spend money to do this). They launched with a public bitcointalk thread (still there) but there were no instructions or other information so only those able to figure it out from the code were able to mine it. It was openly stated at this time why the developers were doing this.\n\nThe plan (then and now) for the 80% is to give away 40% (every new account needs coins and receives a minimum balance\u2013currently 3 SP\u2013for free), keep 20%, and sell 20% to pay for development. This process is reasonably transparent and can be tracked by watching the 'steemit' account and the ones fed from there ('steem' creates the new accounts for example).", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "bitfinex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T12:39:27", + "created": "2016-08-07T23:59:18", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52796, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-05T14:23:45", - "last_update": "2016-07-04T12:39:27", + "depth": 5, + "id": 672741, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"links\":[\"https://github.com/steemit/steem\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:22:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46141,14 +46141,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "mctiller", - "parent_permlink": "how-does-the-price-of-steem-affect-payouts", + "net_votes": 0, + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", "percent_hbd": 10000, - "permlink": "re-mctiller-how-does-the-price-of-steem-affect-payouts-20160704t123926908z", + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t235918500z", "reward_weight": 10000, - "root_author": "mctiller", - "root_permlink": "how-does-the-price-of-steem-affect-payouts", + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", "title": "", "total_payout_value": { "amount": "0", @@ -46160,29 +46160,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T14:00:30", + "active": "2016-08-08T00:30:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Yes. What we have today is minimal viable product. It will improve quickly.", + "body": "> I'm pretty confused about how this all works. Both SP and SBD earn rewards for holding them - is that right? I can't hold SP in my own wallet, and can only hold it on steemit.com? But SBD and STEEM can be withdrawn into my own local wallet and freely traded? Except I seem to remember there's a 1 week delay with SBD withdrawals. Can I hold SBD in my own wallet and earn rewards, or do I only get rewards if I have steemit.com hold them? Am I totally misunderstanding everything?\n\nSBD currently earns 10% interest (rate is variable) and SP earns anti-dilution payments that offset most of the STEEM inflation. You can hold SP (or STEEM or SBD) in your own wallet with your own private keys, and there is no disadvantage to doing so in terms of rewards, etc. The web site is really just a web wallet that gives you a view of the blockchain. There are no restrictions at all on transfers of STEEM or SBD. SP is locked up and can only be converted to STEEM 1/104 per week (with a one week delay before first conversion when starting the process). SBD can be converted to about 1 USD worth of STEEM with a one-week delay, but this is an optional function that supports the pegging of its value and never required (alternately you can transfer it and/or trade it on a regular exchange or via the internal market with no delays)", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", + "category": "bitfinex", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T14:00:30", + "created": "2016-08-08T00:13:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 52934, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T14:00:30", + "depth": 5, + "id": 672954, + "json_metadata": "{\"tags\":[\"bitfinex\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T00:30:39", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46191,13 +46191,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "innuendo", - "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t130634698z", + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", "percent_hbd": 10000, - "permlink": "re-innuendo-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140029589z", + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t001305100z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", "title": "", "total_payout_value": { "amount": "0", @@ -46209,29 +46209,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T20:40:39", + "active": "2016-08-09T02:17:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Bandwidth limit for your account has likely been reached. We need to improve error messages.", + "body": "@ned, @dan, myself and other major stake holders are all aware of the issues this causes, have discussed it, and would all like to see solutions. There are technical issues involved and some compromises need to be made to keep moving ahead with the project but hopefully they won't be permanent. Thanks again for the feedback. Understanding the practical use cases for authors may be helpful in getting this addressed.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "writing", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-04T14:02:24", + "created": "2016-08-08T00:20:39", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 52938, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-24T05:22:12", - "last_update": "2016-07-04T14:02:24", + "depth": 3, + "id": 673086, + "json_metadata": "{\"tags\":[\"writing\"],\"users\":[\"ned\",\"dan\"]}", + "last_payout": "2016-09-07T11:18:27", + "last_update": "2016-08-08T00:20:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46240,13 +46240,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "cryptogee", - "parent_permlink": "re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t061148372z", + "parent_author": "thecryptofiend", + "parent_permlink": "re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t000725141z", "percent_hbd": 10000, - "permlink": "re-cryptogee-re-steemitblog-introduction-to-steem-liquidity-rewards-20160704t140223433z", + "permlink": "re-thecryptofiend-re-smooth-re-mctiller-dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book-20160808t002040500z", "reward_weight": 10000, - "root_author": "steemitblog", - "root_permlink": "introduction-to-steem-liquidity-rewards", + "root_author": "mctiller", + "root_permlink": "dear-steemit-i-love-you-but-i-can-t-be-exclusive-anymore-i-have-to-get-back-to-my-book", "title": "", "total_payout_value": { "amount": "0", @@ -46258,29 +46258,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T15:01:30", + "active": "2016-08-09T12:30:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 2484, "beneficiaries": [], - "body": "It is a mater of terms. In a free market there is no violence. What you describe above is a government controlled market. \n\nJust try to achieve your goals without violence.\n\nI up voted not because I agree, but because of the discussion.", + "body": "Good analysis of the overall money supply dynamics and clear explanations like this are badly needed since the system is complex and many do not understand it. Upvoted.\n\nA small correction:\n\n> given that currently only 2% of the money supply is SD\n\nThey actually misspoke in the interview in stating 2%. Currently the outstanding supply of SBD (which can be found on steemd.com) is \n\n\"current_sbd_supply\": \"1876469.436 SBD\",\n\nThat is less than 1% of the market cap of STEEM+SP+SBD.\n\nLooked at another way, the blockchain is currently reporting:\n\n \"virtual_supply\": \"124634091.611 STEEM\",\n \"current_supply\": \"123729768.992 STEEM\",\n\nvirtual_supply is the total money supply if all the SBD were converted to STEEM at the current exchange rate. Again the difference here is <1%.", "cashout_time": "1969-12-31T23:59:59", - "category": "capitalism", - "children": 1, + "category": "steem", + "children": 15, "children_abs_rshares": 0, - "created": "2016-07-04T14:20:03", + "created": "2016-08-08T00:39:00", "curator_payout_value": { - "amount": "0", + "amount": "1673", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 52969, - "json_metadata": "{\"tags\":[\"capitalism\"]}", - "last_payout": "2016-08-04T14:19:18", - "last_update": "2016-07-04T14:21:18", + "id": 673391, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T15:50:45", + "last_update": "2016-08-08T00:42:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46288,17 +46288,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "kagetoki-1", - "parent_permlink": "why-capitalism-is-evil", + "net_votes": 34, + "parent_author": "anonymint", + "parent_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", "percent_hbd": 10000, - "permlink": "re-kagetoki-1-why-capitalism-is-evil-20160704t142003669z", + "permlink": "re-anonymint-who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power-20160808t003901500z", "reward_weight": 10000, - "root_author": "kagetoki-1", - "root_permlink": "why-capitalism-is-evil", + "root_author": "anonymint", + "root_permlink": "who-pays-for-the-blogging-and-curation-rewards-part-1-steem-power", "title": "", "total_payout_value": { - "amount": "0", + "amount": "5136", "nai": "@@000000013", "precision": 3 }, @@ -46307,29 +46307,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T22:32:33", + "active": "2016-08-08T07:31:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 630, "beneficiaries": [], - "body": "It is printed just like all other steem dollars. \nInterest compounds monthly when your steem dollar balance changes for any reason.", + "body": "Again, self-defeating attitude. Just like any other form of media, anyone who wants to make money needs to be able to market themselves and gain a following. Those 3 million followers of yours didn't just fall out of the sky; I'm sure you worked for them. Same here. This is not free money given out to anyone just for showing up, and if that's what your web site followers are seeking, they would indeed be disappointed. It is a platform and an opportunity for those willing to work for it and bring value.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 0, + "category": "steemit", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-04T22:32:33", + "created": "2016-08-08T00:54:09", "curator_payout_value": { - "amount": "0", + "amount": "12", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54019, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-08-04T23:00:48", - "last_update": "2016-07-04T22:32:33", + "depth": 4, + "id": 673653, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T01:28:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46337,17 +46337,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "nomoreheroes7", - "parent_permlink": "how-does-10-interest-on-sd-work", + "net_votes": 7, + "parent_author": "najoh", + "parent_permlink": "re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160807t214650684z", "percent_hbd": 10000, - "permlink": "re-nomoreheroes7-how-does-10-interest-on-sd-work-20160704t223233404z", + "permlink": "re-najoh-re-dollarvigilante-re-brunopro-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t005410100z", "reward_weight": 10000, - "root_author": "nomoreheroes7", - "root_permlink": "how-does-10-interest-on-sd-work", + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", "title": "", "total_payout_value": { - "amount": "0", + "amount": "543", "nai": "@@000000013", "precision": 3 }, @@ -46356,29 +46356,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T22:48:54", + "active": "2016-08-08T02:07:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I think we need to reward people who find and post original link. You will get more for your comment than he did for the article.", + "body": "@anonymint, abandonment, which is difficult to accurately measure anyway, can be almost entirely ignored as a growth statistic if you compare active accounts over time. Daily active has been growing significantly and is now close to 6000 from being closer to 4000 not long ago (1-2 weeks IIRC, but I don't have hard numbers). I'm not sure about the weekly-active numbers as I haven't paid attention to it.\n\nI agree with the earlier comments that: 1) constant growth is not exponential; and 2) there isn't enough data to conclude much yet, except that there is steady, but still kind of slow growth, even after factoring in abandonment.", "cashout_time": "1969-12-31T23:59:59", - "category": "trading", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-04T22:48:54", + "created": "2016-08-08T02:05:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 54049, - "json_metadata": "{\"tags\":[\"trading\"]}", - "last_payout": "2016-08-04T23:26:42", - "last_update": "2016-07-04T22:48:54", + "depth": 5, + "id": 674798, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"anonymint\"]}", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:07:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46387,13 +46387,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "donkeypong", - "parent_permlink": "re-weedor-almost-losing-it-all-20160704t191802644z", + "parent_author": "masteryoda", + "parent_permlink": "re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160807t151438650z", "percent_hbd": 10000, - "permlink": "re-donkeypong-re-weedor-almost-losing-it-all-20160704t224853361z", + "permlink": "re-masteryoda-re-jako-re-masteryoda-re-jako-re-masteryoda-steemit-going-viral-20160808t020523500z", "reward_weight": 10000, - "root_author": "weedor", - "root_permlink": "almost-losing-it-all", + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", "title": "", "total_payout_value": { "amount": "0", @@ -46405,29 +46405,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T00:42:24", + "active": "2016-08-08T02:11:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 376, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "It will be.", + "body": "I'm interested in your stats but I'm having trouble finding anything in your profile. Please post a direct link.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T00:42:24", + "created": "2016-08-08T02:11:00", "curator_payout_value": { - "amount": "28", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54229, + "depth": 5, + "id": 674882, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-19T16:54:15", - "last_update": "2016-07-05T00:42:24", + "last_payout": "2016-09-07T01:43:48", + "last_update": "2016-08-08T02:11:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46435,17 +46435,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "sean-king", - "parent_permlink": "zero-value-posts-are-a-buzz-kill", + "net_votes": 0, + "parent_author": "calamus056", + "parent_permlink": "re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160807t173550233z", "percent_hbd": 10000, - "permlink": "re-sean-king-zero-value-posts-are-a-buzz-kill-20160705t004224383z", + "permlink": "re-calamus056-re-domavila-re-masteryoda-re-sciencenews-re-masteryoda-steemit-going-viral-20160808t021059900z", "reward_weight": 10000, - "root_author": "sean-king", - "root_permlink": "zero-value-posts-are-a-buzz-kill", + "root_author": "masteryoda", + "root_permlink": "steemit-going-viral", "title": "", "total_payout_value": { - "amount": "86", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -46454,29 +46454,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T00:13:54", + "active": "2016-08-08T05:27:48", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Welcome. Post more about your self and you will an upvote.", + "body": "@doolgus, yes reply depth is annoying.\n\nYour comments about the removal of racist posts from steemit.com and about using an alternate blockchain view are correct. Not hard to do in fact, since you can just download the source to the steemit.com web site from their github and host your own.\n\nBTW, here is another explorer for the same blockchain hosted by a community member which provides a bit more low-level detail: https://steemd.com. You can also use that as a conventional block explorer using b/_blocknum_ and tx/_txid_ paths, though I don't see where it has a search box.", "cashout_time": "1969-12-31T23:59:59", - "category": "fintech", - "children": 1, + "category": "bitfinex", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-05T00:55:36", + "created": "2016-08-08T05:16:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 54248, - "json_metadata": "{\"tags\":[\"fintech\"]}", - "last_payout": "2016-08-05T01:18:39", - "last_update": "2016-07-05T00:55:36", + "depth": 5, + "id": 677227, + "json_metadata": "{\"tags\":[\"bitfinex\"],\"users\":[\"doolgus\"],\"links\":[\"https://steemd.com.\"]}", + "last_payout": "2016-09-07T11:33:09", + "last_update": "2016-08-08T05:27:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46485,13 +46485,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "shake9169", - "parent_permlink": "crypto-currency-and-me", + "parent_author": "dooglus", + "parent_permlink": "re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160807t234545036z", "percent_hbd": 10000, - "permlink": "re-shake9169-crypto-currency-and-me-20160705t005535701z", + "permlink": "re-dooglus-re-smooth-re-dooglus-re-ritaroy-re-dooglus-tracking-the-bitfinex-heist-20160808t051654500z", "reward_weight": 10000, - "root_author": "shake9169", - "root_permlink": "crypto-currency-and-me", + "root_author": "dooglus", + "root_permlink": "tracking-the-bitfinex-heist", "title": "", "total_payout_value": { "amount": "0", @@ -46503,29 +46503,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-05T03:58:09", + "active": "2016-08-08T15:12:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "dantheman", - "author_rewards": 3817, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Please avoid suggestions of violence against anyone.", + "body": "Good post, but for anyone considering solo mining. If you are solo mining with a low hash rate (just a few GPUs or CPUs) it will be a _long_ wait in between blocks on average. This doesn't mean you shouldn't do it\u2013I have been a Monero solo miner for two years and an enthusiastic supporter of solo mining as better for the network and often better for the miner\u2013but you need to be prepared for these waits and the inherent luck factor.\n\nIf you have enough of a hash rate to get blocks reasonable often when solo mining, then it is a no brainer, IMO. You not only help the network, and come out ahead in terms of less less risk of being ripped off by a dishonest pool, but you also gain from lower transactions fees since you wont be receiving a lot of small pool payments.", "cashout_time": "1969-12-31T23:59:59", - "category": "politics", - "children": 1, + "category": "cryptocurrency", + "children": 3, "children_abs_rshares": 0, - "created": "2016-07-05T03:45:42", + "created": "2016-08-08T05:40:21", "curator_payout_value": { - "amount": "296", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 54522, - "json_metadata": "{\"tags\":[\"politics\"]}", - "last_payout": "2016-08-23T01:58:54", - "last_update": "2016-07-05T03:45:42", + "id": 677454, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T05:41:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46533,17 +46533,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "piedpiper", - "parent_permlink": "we-can-now-read-the-clinton-s-emails", + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", "percent_hbd": 10000, - "permlink": "re-piedpiper-we-can-now-read-the-clinton-s-emails-20160705t034540867z", + "permlink": "re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t054021300z", "reward_weight": 10000, - "root_author": "piedpiper", - "root_permlink": "we-can-now-read-the-clinton-s-emails", + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", "title": "", "total_payout_value": { - "amount": "892", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -46552,29 +46552,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T12:15:51", + "active": "2016-08-08T06:07:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Another article mentioned this:\n>### Don't Be Evil\n>The most obvious question is: What prompted the acquisition? Did Google buy Keyhole -- and take on all its military contracts and NatSec liabilities -- because it badly needed its 3D mapping technology? Or did Google see the acquisition as a convenient way of getting into the military contracting business? Was there any internal discussion in the company about the benefits and pitfalls of absorbing a startup so closely tied with the CIA and the Pentagon? - [source](https://pando.com/2015/07/01/cia-foia-google-keyhole/)", + "body": "The difference is that future posts by the same person (e.g. a spammer) will be hidden by default. It won't be necessary to flag each individual post.\n\nI have my disagreements with some aspects of it but overall it isn't too terrible.", "cashout_time": "1969-12-31T23:59:59", - "category": "meme", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-31T12:15:51", + "created": "2016-08-08T06:07:54", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 509363, - "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https://pando.com/2015/07/01/cia-foia-google-keyhole/\"]}", - "last_payout": "2016-08-30T17:05:54", - "last_update": "2016-07-31T12:15:51", + "depth": 5, + "id": 677717, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-02T11:47:24", + "last_update": "2016-08-08T06:07:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46583,13 +46583,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "mr11acdee", - "parent_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "parent_author": "royaltiffany", + "parent_permlink": "re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160802t214619977z", "percent_hbd": 10000, - "permlink": "re-mr11acdee-all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app-20160731t121552607z", + "permlink": "re-royaltiffany-re-domavila-re-royaltiffany-re-domavila-re-royaltiffany-steemland-reputation-system-20160808t060753400z", "reward_weight": 10000, - "root_author": "mr11acdee", - "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "root_author": "royaltiffany", + "root_permlink": "steemland-reputation-system", "title": "", "total_payout_value": { "amount": "0", @@ -46601,29 +46601,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T01:58:06", + "active": "2016-08-08T06:10:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Interesting... You should search for Zika Virus Propaganda. I can recommend to not bother with google if you do this. We know they are trying to push dangerous vaccines. The evidence is alarming, but will people take the time to investigate it..\n\nhttps://duckduckgo.com/?q=zika+virus+propaganda", + "body": "Good point.", "cashout_time": "1969-12-31T23:59:59", - "category": "zika", + "category": "cryptocurrency", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-31T01:58:06", + "created": "2016-08-08T06:10:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 503270, - "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https://duckduckgo.com/?q=zika+virus+propaganda\"]}", - "last_payout": "2016-08-30T13:57:15", - "last_update": "2016-07-31T01:58:06", + "depth": 3, + "id": 677730, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-09-07T17:54:12", + "last_update": "2016-08-08T06:10:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46632,13 +46632,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "cryptocurrency1", - "parent_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "parent_author": "sammy007", + "parent_permlink": "re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t055143834z", "percent_hbd": 10000, - "permlink": "re-cryptocurrency1-sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak-20160731t015807284z", + "permlink": "re-sammy007-re-smooth-re-sammy007-solo-mining-monero-for-fun-and-for-the-greater-good-20160808t061006800z", "reward_weight": 10000, - "root_author": "cryptocurrency1", - "root_permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "root_author": "sammy007", + "root_permlink": "solo-mining-monero-for-fun-and-for-the-greater-good", "title": "", "total_payout_value": { "amount": "0", @@ -46650,29 +46650,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-31T12:21:57", + "active": "2016-08-08T06:47:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 820, + "author": "smooth", + "author_rewards": 376, "beneficiaries": [], - "body": "But I will not be installing it....\n\nhttp://i.imgsafe.org/d4f3207742.png\n\n>\"One of the first big milestones in this transformation took place in November 2004 when Google acquired a tiny and little-known 3-D mapping startup called Keyhole Inc. Google paid an undisclosed sum for the company, immediately absorbed it, and began turning its tech into what we now know as Google Earth. The acquisition would have gone unnoticed, had it not been for one not-so-tiny detail: Keyhole Inc was part-owned by the CIA and the \"National Geospatial-Intelligence Agency\" (NGA), a sister agency to the NSA. Keyhole Inc also had one major client base: US military and intelligence agencies.\"\nhttps://pando.com/2015/07/01/cia-foia-google-keyhole/\n\nhttp://i.imgsafe.org/d512a93616.jpg\n\nhttp://fm.cnbc.com/applications/cnbc.com/resources/files/2016/07/27/How-Pokemon-Go-Started-infographic-anna-vital.png", + "body": "Why do you assume they are always cashed out? I've traded cryptos around with other people for quite a few things over the years where none of us had much interest in cashing them out. The main thing that needs to happen is to grow the network of people interested in doing that.", "cashout_time": "1969-12-31T23:59:59", - "category": "meme", - "children": 5, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-31T01:22:21", + "created": "2016-08-08T06:47:24", "curator_payout_value": { - "amount": "60", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 502792, - "json_metadata": "{\"tags\":[\"meme\"],\"image\":[\"http://i.imgsafe.org/d4f3207742.png\"]}", - "last_payout": "2016-08-30T17:05:54", - "last_update": "2016-07-31T01:22:21", + "depth": 4, + "id": 678079, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-07T09:06:12", + "last_update": "2016-08-08T06:47:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46680,17 +46680,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 21, - "parent_author": "", - "parent_permlink": "meme", + "net_votes": 3, + "parent_author": "derrick1974", + "parent_permlink": "re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t004500439z", "percent_hbd": 10000, - "permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", + "permlink": "re-derrick1974-re-james212-re-derrick1974-re-dollarvigilante-how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less-20160808t064723600z", "reward_weight": 10000, - "root_author": "mr11acdee", - "root_permlink": "all-of-the-sudden-i-caught-pokemon-go-fever-i-m-suddenly-very-interested-in-this-little-app", - "title": "All of the sudden I caught Pokemon GO fever! I'm suddenly very interested in this little app...", + "root_author": "dollarvigilante", + "root_permlink": "how-i-went-from-agnostic-to-a-steem-believer-in-48-hours-or-less", + "title": "", "total_payout_value": { - "amount": "2270", + "amount": "306", "nai": "@@000000013", "precision": 3 }, @@ -46699,29 +46699,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T17:13:24", + "active": "2016-08-08T10:42:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 18, "beneficiaries": [], - "body": "
Can you see a blue pill?
\n \"\"\n
Caption


Or a red pill?

", + "body": "Thanks for the review Tyler. I really love that as an indepedent site without relying on advertisers for survival it is actually perfectly okay to say that a game is beautiful but not worth the money. I really hope we get more gamers on here. There aren't enough of us posting and commenting about games. Thanks again for posting this!", "cashout_time": "1969-12-31T23:59:59", - "category": "test", + "category": "gaming", "children": 3, "children_abs_rshares": 0, - "created": "2016-07-13T21:00:18", + "created": "2016-08-08T08:26:54", "curator_payout_value": { - "amount": "0", + "amount": "8", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 100677, - "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://steemit.com/ipfs/QmXJShecaM2pvkcax4Lt6h3Q6wBn1ZhESB6dFkfwSPLuN4\"]}", - "last_payout": "2016-08-23T22:01:30", - "last_update": "2016-07-13T21:06:42", + "depth": 1, + "id": 678928, + "json_metadata": "{\"tags\":[\"gaming\"]}", + "last_payout": "2016-09-07T20:31:57", + "last_update": "2016-08-08T08:27:48", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46729,17 +46729,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "", - "parent_permlink": "test", + "net_votes": 2, + "parent_author": "tygergamer", + "parent_permlink": "my-thoughts-on-abzu-the-game", "percent_hbd": 10000, - "permlink": "testing-image-upload", + "permlink": "re-tygergamer-my-thoughts-on-abzu-the-game-20160808t082657200z", "reward_weight": 10000, - "root_author": "mr11acdee", - "root_permlink": "testing-image-upload", - "title": "Testing image upload", + "root_author": "tygergamer", + "root_permlink": "my-thoughts-on-abzu-the-game", + "title": "", "total_payout_value": { - "amount": "0", + "amount": "36", "nai": "@@000000013", "precision": 3 }, @@ -46748,29 +46748,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T20:12:18", + "active": "2016-08-08T12:13:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 34, "beneficiaries": [], - "body": "Accounts can't get banned.", + "body": "Looks wonderful!", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "food", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T20:12:18", + "created": "2016-08-08T11:02:03", "curator_payout_value": { - "amount": "0", + "amount": "18", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 100134, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-20T13:13:30", - "last_update": "2016-07-13T20:12:18", + "depth": 1, + "id": 680359, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-08T01:31:54", + "last_update": "2016-08-08T11:02:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46778,17 +46778,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "hien-tran", - "parent_permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t141429822z", + "net_votes": 2, + "parent_author": "noganoo", + "parent_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", "percent_hbd": 10000, - "permlink": "re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-re-hien-tran-help-me-i-can-not-login-to-my-steemit-account-20160713t201220669z", + "permlink": "re-noganoo-i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world-20160808t110206100z", "reward_weight": 10000, - "root_author": "hien-tran", - "root_permlink": "help-me-i-can-not-login-to-my-steemit-account", + "root_author": "noganoo", + "root_permlink": "i-have-made-the-best-tasting-spicy-pickled-asparagus-in-the-world", "title": "", "total_payout_value": { - "amount": "0", + "amount": "70", "nai": "@@000000013", "precision": 3 }, @@ -46797,29 +46797,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T14:38:15", + "active": "2016-08-08T11:18:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Steemit and crypto at large is a stride in that direction. There is a movement to create a Universal Base Income which may show a better distribution of wealth. One project is called http://aboutcircles.com/ .. It would be nice to see that take off. The Steemit community could, for example, form a group on the about circles chain to give UBI money more spending power. Or Steemit could pickup a project like UBI and make it slick, inexpensive, and faster...", + "body": "Beautiful work. Thanks for posting about this new site!", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-13T14:38:15", + "created": "2016-08-08T11:11:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 95849, - "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"http://aboutcircles.com/\"]}", - "last_payout": "2016-08-14T14:42:06", - "last_update": "2016-07-13T14:38:15", + "id": 680452, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-08T01:08:33", + "last_update": "2016-08-08T11:11:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46828,13 +46828,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "kingjohal", - "parent_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "parent_author": "saulius", + "parent_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", "percent_hbd": 10000, - "permlink": "re-kingjohal-how-poverty-changes-your-brain-can-steemit-help-the-poor-20160713t143814992z", + "permlink": "re-saulius-have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz-20160808t111123100z", "reward_weight": 10000, - "root_author": "kingjohal", - "root_permlink": "how-poverty-changes-your-brain-can-steemit-help-the-poor", + "root_author": "saulius", + "root_permlink": "have-you-ever-wondered-who-else-is-on-steemit-visit-steemians-xyz", "title": "", "total_payout_value": { "amount": "0", @@ -46846,29 +46846,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T13:49:09", + "active": "2016-08-08T23:13:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 1348, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "Lol.. Sounds like a lot of work. If they do well enough that is it really so bad?", + "body": "Yes and no. This method can produce a profit, but also can (and has in the past) produced losses, or can also produce no gain relative to trading while tying up your money for a week and exposing you to risk. YMMV. Good to be aware of the option and understand correctly how it works in any case.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "steem", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-13T13:49:09", + "created": "2016-08-08T12:51:42", "curator_payout_value": { - "amount": "16", + "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 95327, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-21T19:29:30", - "last_update": "2016-07-13T13:49:09", + "id": 681672, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T12:52:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46876,17 +46876,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "timotirado", - "parent_permlink": "re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t132323974z", + "net_votes": 3, + "parent_author": "pjheinz", + "parent_permlink": "re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t053511938z", "percent_hbd": 10000, - "permlink": "re-timotirado-re-liondani-it-s-official-females-dominates-males-on-steemit-20160713t134909394z", + "permlink": "re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125140900z", "reward_weight": 10000, - "root_author": "liondani", - "root_permlink": "it-s-official-females-dominates-males-on-steemit", + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", "title": "", "total_payout_value": { - "amount": "946", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -46895,29 +46895,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-13T20:57:06", + "active": "2016-08-08T23:13:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "
\n

bold italic strike code 

\n
    \n
  • ul
  • \n
\n
    \n
  1. num2
  2. \n
\n
quote
\n

link

\n

\n

normal

\n

header large

\n

header medium

\n

header small

\n
code block 2
\n


\n
", + "body": "The differences need not be small. If the price of STEEM drops rapidly over the course of the week, or potentially worse first rises and then falls, the results of conversion may be much worse than trading. Also conversion gets you STEEM. If the goal is to cash out then you haven't solved the problem by converting; you still need to trade STEEM for BTC and those markets also have spreads and liquidity issues. I'm not saying it is bad to do by any means, just that it isn't an automatic win over trading. Trading using the internal exchange is another option which avoids any issues with exchanges and their wallets. Currently the liquidity on the internal exchange is rather poor, but I think it will improve.", "cashout_time": "1969-12-31T23:59:59", - "category": "test", - "children": 0, + "category": "steem", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-12T17:49:03", + "created": "2016-08-08T15:30:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 86802, - "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https://duckduckgo.com/assets/dax-alt.svg\"],\"links\":[\"https://duckduckgo.com/\"]}", - "last_payout": "2016-08-14T07:08:18", - "last_update": "2016-07-13T20:57:06", + "depth": 4, + "id": 684296, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-09-07T19:25:45", + "last_update": "2016-08-08T15:30:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46926,14 +46926,14 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "", - "parent_permlink": "test", + "parent_author": "pjheinz", + "parent_permlink": "re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t125617055z", "percent_hbd": 10000, - "permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", + "permlink": "re-pjheinz-re-smooth-re-pjheinz-re-bacchist-my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi-20160808t153027000z", "reward_weight": 10000, - "root_author": "mr11acdee", - "root_permlink": "test-post-will-flag-rich-text-editor-format-this-is-to-test-backwards-compatibility-with-posts", - "title": "Test post (will flag): Rich text editor format, this is to test backwards compatibility with posts...", + "root_author": "bacchist", + "root_permlink": "my-week-1-sbd-conversion-results-18-615-sbd-or-7-446-roi", + "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -46944,29 +46944,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-11T02:14:03", + "active": "2016-08-08T20:36:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "The idea is to become unbanked...", + "body": "Beautiful work!", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-11T02:14:03", + "created": "2016-08-08T17:04:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 5, - "id": 76568, + "depth": 1, + "id": 685950, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-08-14T07:08:27", - "last_update": "2016-07-11T02:14:03", + "last_payout": "2016-09-08T07:19:48", + "last_update": "2016-08-08T17:04:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -46975,13 +46975,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "cool", - "parent_permlink": "re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160707t224511407z", + "parent_author": "summonerrk", + "parent_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", "percent_hbd": 10000, - "permlink": "re-cool-re-jsc-re-cool-re-trevonjb-re-cool-my-suggestions-for-steemit-july-6-2016-20160711t021404816z", + "permlink": "re-summonerrk-the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work-20160808t170359500z", "reward_weight": 10000, - "root_author": "cool", - "root_permlink": "my-suggestions-for-steemit-july-6-2016", + "root_author": "summonerrk", + "root_permlink": "the-biggest-whales-of-steemit-portrait-result-of-10-hours-of-my-work", "title": "", "total_payout_value": { "amount": "0", @@ -46993,29 +46993,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-08T12:44:48", + "active": "2016-08-10T09:23:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Can we get verification please? Can you just publish something on your domain or another media channel? Not sure what you look like but I suppose you can do a picture with a Steemit sign. Welcome, really an honor to see your name again. You have a daughter right? How is she doing? Healthy and smart I bet!", + "body": "The marketing is what it is but I do consider schemes which attempt to manipulate voting or unfairly extract payments from the reward pool (as I strongly suspect to be the case when something like \"upvote bots\" is part of the mix), to be parasitic scams. They're maybe not scamming their own customers but they are scamming the Steem community and platform with this crap.\n\nUpvoted Bob because of his good work in bringing sunlight on this and in part _because_ of his use of the scam tag.\n\nKeep up the good work Bob.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "scam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-08T12:44:48", + "created": "2016-08-09T03:59:03", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 681570, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-09-06T05:28:12", - "last_update": "2016-08-08T12:44:48", + "depth": 3, + "id": 696873, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47024,13 +47024,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "stormcloudgather", - "parent_permlink": "stormcloudsgathering", + "parent_author": "onceuponatime", + "parent_permlink": "re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t015205361z", "percent_hbd": 10000, - "permlink": "re-stormcloudgather-stormcloudsgathering-20160808t124447310z", + "permlink": "re-onceuponatime-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035903700z", "reward_weight": 10000, - "root_author": "stormcloudgather", - "root_permlink": "stormcloudsgathering", + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", "title": "", "total_payout_value": { "amount": "0", @@ -47042,29 +47042,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T20:09:24", + "active": "2016-08-10T02:33:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "LOL.. you and Jeff thought you would be free from the burn! Remember, their are Sheep as far as they eye can see! Don't worry, the bulk of the share holders hold either an open mind or support you. It is no different here, we need to wake people up they don't understand you and Jeff and why it is important. If they did they would be a whole not more tolerant of the small stuff. Just be professional and put your energy into positive stuff and let this distraction fade away. We don't need to explain the indoctrination many people suffer from, I'm sure you know this well.", + "body": "Upvoted for OP artwork", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 0, + "category": "scam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-08-10T20:01:09", + "created": "2016-08-09T03:59:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 731940, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-10T06:52:12", - "last_update": "2016-08-10T20:09:24", + "depth": 4, + "id": 696884, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-06T16:14:18", + "last_update": "2016-08-09T03:59:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47072,14 +47072,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "lukewearechange", - "parent_permlink": "re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175027014z", + "net_votes": 1, + "parent_author": "klye", + "parent_permlink": "re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160807t001735820z", "percent_hbd": 10000, - "permlink": "re-lukewearechange-re-dollarvigilante-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200110378z", + "permlink": "re-klye-re-acidyo-re-klye-re-bobdownlov-the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin-20160809t035956000z", "reward_weight": 10000, - "root_author": "lukewearechange", - "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "root_author": "bobdownlov", + "root_permlink": "the-vultures-are-descending-scammers-and-on-sellers-are-here-to-coin", "title": "", "total_payout_value": { "amount": "0", @@ -47091,29 +47091,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-10T20:06:48", + "active": "2016-08-09T10:32:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "I like it when people are warned: Don't expect to make anything, many posts make a penny. Then add some tips..", + "body": "That reward sharing was actually removed though. I believe some of the code implementing it is still around and is part of the issue with the reply depth. There may be other issues as well.\n\nI agree the whole depth limit is extremely annoying and will drive some types of content and users away.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 0, + "children": 2, "children_abs_rshares": 0, - "created": "2016-08-10T20:06:48", + "created": "2016-08-09T06:04:57", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 3, - "id": 732068, + "depth": 2, + "id": 698307, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-10T06:52:12", - "last_update": "2016-08-10T20:06:48", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T06:05:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47122,13 +47122,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "lukewearechange", - "parent_permlink": "re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t175435875z", + "parent_author": "acidyo", + "parent_permlink": "re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t014338116z", "percent_hbd": 10000, - "permlink": "re-lukewearechange-re-nanzo-scoop-re-lukewearechange-my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think-20160810t200649606z", + "permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t060456800z", "reward_weight": 10000, - "root_author": "lukewearechange", - "root_permlink": "my-1st-video-about-steem-to-my-384-177-youtube-subscribers-lmk-what-you-think", + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", "title": "", "total_payout_value": { "amount": "0", @@ -47140,29 +47140,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T19:57:42", + "active": "2016-08-10T05:17:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 101, "beneficiaries": [], - "body": "I would love to see an article like this go into GcMAF and Nagalase. This is just because I have a hunch we are going to be hearing more about these in the future. Would be nice to get a base-line knowledge and term familiarity.", + "body": "None of these were what I would consider 'spam' links. \n\nhttps://i.imgsafe.org/9a6de5a2c6.png", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "bitcointalk", + "children": 14, "children_abs_rshares": 0, - "created": "2016-08-03T19:54:51", + "created": "2016-08-09T09:52:42", "curator_payout_value": { - "amount": "0", + "amount": "65", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 587860, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-03T07:55:33", - "last_update": "2016-08-03T19:54:51", + "id": 700508, + "json_metadata": "{\"tags\":[\"bitcointalk\"],\"image\":[\"https://i.imgsafe.org/9a6de5a2c6.png\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T09:52:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47170,17 +47170,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "feedthemachine", - "parent_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "net_votes": 3, + "parent_author": "bayareacoins", + "parent_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", "percent_hbd": 10000, - "permlink": "re-feedthemachine-don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker-20160803t195450647z", + "permlink": "re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t095240700z", "reward_weight": 10000, - "root_author": "feedthemachine", - "root_permlink": "don-t-fear-the-sun-but-respect-for-sure-free-health-for-a-daywalker", + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", "title": "", "total_payout_value": { - "amount": "0", + "amount": "207", "nai": "@@000000013", "precision": 3 }, @@ -47189,29 +47189,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-03T19:57:09", + "active": "2016-08-10T05:17:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Can you put the good ones in a starter kit with directions and sell it to me?", + "body": "Maybe it's too just too obvious to me that people might care about the first 1+ million follower celebrity, so I didn't explain it in the post.\n\nI've been told by bitcointalk admins that they view the entire 'Alternative Cryptocurrencies' section as supporting a gambling game where people bet on coins by trading them. If a coin backing a social media site gaining high profile users with enormous reach is not relevant to such a game then I don't know what is.\n\nMy bitcointalk post was not about the girl, and if it were that would be off topic there. It was about the coin.", "cashout_time": "1969-12-31T23:59:59", - "category": "steem", - "children": 1, + "category": "bitcointalk", + "children": 5, "children_abs_rshares": 0, - "created": "2016-08-03T19:48:54", + "created": "2016-08-09T10:36:33", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 587741, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "2016-09-03T07:49:12", - "last_update": "2016-08-03T19:48:54", + "depth": 3, + "id": 700946, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-09T10:48:03", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47219,14 +47219,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "honore", - "parent_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "net_votes": 6, + "parent_author": "williambanks", + "parent_permlink": "re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t102454416z", "percent_hbd": 10000, - "permlink": "re-honore-my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years-20160803t194853929z", + "permlink": "re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t103631700z", "reward_weight": 10000, - "root_author": "honore", - "root_permlink": "my-review-of-all-the-nootropics-i-have-taken-during-more-than-2-years", + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", "title": "", "total_payout_value": { "amount": "0", @@ -47238,29 +47238,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-06T21:07:42", + "active": "2016-08-09T10:42:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 19, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "That is great! Did you really have to ask permission from Ned and Dan on the art? Is that decentralized? lol", + "body": "> It's funny that the whitepaper mentions rewards going 6 levels deep when the comments themselves only go 5 levels deep\n\nThe OP counts as a level. In the original reward-sharing model the original post would get 50% of the rewards from all comments below, and that would continue at each lower level.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-06T20:38:45", + "created": "2016-08-09T10:42:42", "curator_payout_value": { - "amount": "8", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 650185, + "depth": 3, + "id": 701018, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-06T12:01:42", - "last_update": "2016-08-06T20:39:00", + "last_payout": "2016-09-08T13:51:45", + "last_update": "2016-08-09T10:42:54", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47268,17 +47268,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "steemdrive", - "parent_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "net_votes": 3, + "parent_author": "dooglus", + "parent_permlink": "re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t020021359z", "percent_hbd": 10000, - "permlink": "re-steemdrive-steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa-20160806t203845694z", + "permlink": "re-dooglus-re-acidyo-re-dooglus-the-limit-on-conversation-depth-here-is-really-really-annoying-20160809t104241100z", "reward_weight": 10000, - "root_author": "steemdrive", - "root_permlink": "steemdrive-first-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa", + "root_author": "dooglus", + "root_permlink": "the-limit-on-conversation-depth-here-is-really-really-annoying", "title": "", "total_payout_value": { - "amount": "39", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -47287,29 +47287,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-11T02:12:21", + "active": "2016-08-10T06:56:42", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "mr11acdee", - "author_rewards": 8935, + "author": "smooth", + "author_rewards": 40, "beneficiaries": [], - "body": "Geo Engineering has been used since the 1940s to cover up global warming. Today's materials are highly toxic to the environment. It is a public health hazard. Geo Engineering causes global warming in many ways including causing damage to the ozone and killing plankton. Nano-scale aluminum is a free-formed man made aluminum not found in nature. Well, it is now. The only clear link is the air plains. This is why people are so much against Geo Engineering. Just because Oxy may help a patient with arthritis feel less pain does not mean there will not be dire consequences and an advancement of the disease.", + "body": "This is absolutely one of the things people are using it for. Look at the front page right now:\n\n#1 New App to Secure Your Steem Account\n#2 When do whales upvote? (includes open source tool that analyzes voting)\n#3 Steemtools.com registered over 50 third party tools for Steemit as of today. + updates\n#4 steem.ws - The public steem api cluster\n\nIn the past a post blogging about finding and reporting a security bug got votes and earned good rewards, along with proposals, update releases, etc.\n\nOf course that is not always dominating the front page. Sometimes there are Playboy playmates.", "cashout_time": "1969-12-31T23:59:59", - "category": "news", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-11T02:12:21", + "created": "2016-08-10T00:44:24", "curator_payout_value": { - "amount": "0", + "amount": "20", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 76561, - "json_metadata": "{\"tags\":[\"news\"]}", - "last_payout": "2016-08-13T07:31:36", - "last_update": "2016-07-11T02:12:21", + "depth": 1, + "id": 715088, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:39:39", + "last_update": "2016-08-10T06:56:42", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47317,17 +47317,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 10, - "parent_author": "metropolit", - "parent_permlink": "re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160707t110701907z", + "net_votes": 4, + "parent_author": "sammy007", + "parent_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", "percent_hbd": 10000, - "permlink": "re-metropolit-re-tuck-fheman-are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so-20160711t021222738z", + "permlink": "re-sammy007-steemit-as-a-kind-of-magic-funding-platform-and-even-more-20160810t004425800z", "reward_weight": 10000, - "root_author": "tuck-fheman", - "root_permlink": "are-chemtrails-real-cia-director-john-o-brennan-seems-to-think-so", + "root_author": "sammy007", + "root_permlink": "steemit-as-a-kind-of-magic-funding-platform-and-even-more", "title": "", "total_payout_value": { - "amount": "17064", + "amount": "82", "nai": "@@000000013", "precision": 3 }, @@ -47336,29 +47336,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T23:08:15", + "active": "2016-08-10T01:03:15", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steemit1", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "#Five-person #meetup #bounty accomplished! Random reward of 500 Steem sent!", + "body": "Whether steemit is a scam or not is irrelevant. Bitcointalk admis have told me that they don't moderate scams. That is for the marketplace of ideas to sort out.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 1, + "category": "bitcointalk", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-06T22:21:06", + "created": "2016-08-10T01:03:15", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 59052, - "json_metadata": "{\"tags\":[\"Five-person\",\"meetup\",\"bounty\",\"steemit\"]}", - "last_payout": "2016-08-21T08:46:54", - "last_update": "2016-07-06T22:21:06", + "depth": 5, + "id": 715338, + "json_metadata": "{\"tags\":[\"bitcointalk\"]}", + "last_payout": "2016-09-08T22:08:57", + "last_update": "2016-08-10T01:03:15", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47367,13 +47367,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 1, - "parent_author": "edgeland", - "parent_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "parent_author": "najoh", + "parent_permlink": "re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160809t185122330z", "percent_hbd": 10000, - "permlink": "re-edgeland-knoxville-blockchain-enthusiasts-meetup-1st-follow-up-20160706t222105825z", + "permlink": "re-najoh-re-smooth-re-williambanks-re-smooth-re-bayareacoins-bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to-20160810t010313800z", "reward_weight": 10000, - "root_author": "edgeland", - "root_permlink": "knoxville-blockchain-enthusiasts-meetup-1st-follow-up", + "root_author": "bayareacoins", + "root_permlink": "bitcointalk-mods-probably-mostly-mpreps-are-deleting-any-thread-that-has-a-steemit-link-here-s-what-we-need-to-do-in-order-to", "title": "", "total_payout_value": { "amount": "0", @@ -47385,29 +47385,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T19:16:45", + "active": "2016-08-10T02:52:06", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steemit3", - "author_rewards": 733351, + "author": "smooth", + "author_rewards": 11, "beneficiaries": [], - "body": "Steemit is proud to announce that account recovery is now available for community members whose accounts were compromised during the July 14 hack. To recover your account you will need to complete the following four steps:\n\n1. Click the \"Account Recovery\" [link](/recover_account_step_1) at the bottom of this update.\n2. Enter your old Password.\n3. Login via Facebook, Reddit, or provide your email address.\n4. Enter your old Password again, and then provide your New Password twice.\n\nIf you logged in with Facebook or Reddit your account will be immediately restored. Steemit will contact everyone else with additional confirmation instructions.\n\nSteemit will be unable to recover your account unless you know a password that was valid within the past 30 days.\n\nPlease note that due to our implementation of enhanced blockchain security, new passwords must be 32 characters long. Ensure you use a combination of upper and lower case letters, numbers, and symbols. We recommend using a [password manager (pcmag.com)](http://www.pcmag.com/article2/0,2817,2407168,00.asp).\n\n\n## Returning Stolen Steem and Steem Dollars\n\nThe Steemit team is finalizing its analysis of the cyber attack and determining exactly how much Steem and Steem Dollars were stolen from each account. Once we have completed the full account of lost tokens, we will reimburse every compromised user as promised.\n\nThank you all again for your ongoing patience and commitment to the Steemit community as we process your requests. We are profoundly grateful.\n\n[Start Account Recovery](/recover_account_step_1)\n\n-- Ned", + "body": "Well said", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 219, + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-19T20:09:57", + "created": "2016-08-10T02:52:06", "curator_payout_value": { - "amount": "231498", + "amount": "6", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 197634, - "json_metadata": "{\"tags\":[\"steemit\",\"accountrecovery\",\"\"],\"links\":[\"http://www.pcmag.com/article2/0,2817,2407168,00.asp\"]}", - "last_payout": "2016-08-24T10:49:09", - "last_update": "2016-07-19T20:14:03", + "depth": 3, + "id": 716977, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T02:52:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47415,17 +47415,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 643, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 1, + "parent_author": "summon", + "parent_permlink": "re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t231235256z", "percent_hbd": 10000, - "permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", + "permlink": "re-summon-re-dollarvigilante-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t025205500z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "third-update-to-july-14th-security-announcement-account-recovery-begins", - "title": "Third Update to July 14th Security Announcement - Account Recovery Begins", + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", + "title": "", "total_payout_value": { - "amount": "2640057", + "amount": "22", "nai": "@@000000013", "precision": 3 }, @@ -47434,29 +47434,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T06:53:42", + "active": "2016-08-10T03:05:45", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steemit3", - "author_rewards": 317261, + "author": "smooth", + "author_rewards": 529, "beneficiaries": [], - "body": "After conducting further analysis and following hack containment procedures, Steemit has been able to narrow the potential number of compromised accounts. We can now announce that in the past few hours, the Steemit team has been able to coordinate with elected witnesses to secure potentially compromised accounts with balances exceeding $100 US. As a result, we can ensure these accounts are restored to their rightful owners. This process has been completed.\n\nWithin the next 48 hours, Steemit will begin to allow all newly secured accounts to reset their passwords simply by logging in with the same Facebook or Reddit credentials that were used to register in the first place. This easy process will work for the vast majority of the potentially compromised accounts. All of these account holders will regain full access to their funds and their original account name. \n\nIf your user account was not created through Facebook or Reddit, Steemit asks that you contact our support team at contact@steemit.com. We will be able to provide you an alternate solution. If you have any additional concerns about your account, please contact our support team as well.\n\nThe Bittrex team is completing analysis of our wallet. Once it has passed their rigorous compliance checks, they will reopen the wallet for deposits and withdrawals.\n\n## To all Steemit users:\n\n If you have not done so already, please reset your account passwords. We ask this to ensure that everyone's account is secure. Remember that each account has 3 keys: an Owner Key, an Active Key, and a Posting Key. We recommend following best security practices by choosing unique passwords for each of these keys. This will allow you to safely use steemit.com with your Posting password.\n\nAs mentioned earlier, any Steem or Steem Dollars stolen from compromised accounts will be fully refunded by Steemit.\n\nThank you all for your patience and support through this process and for your wonderful contributions to Steemit.\n\n-Ned\n\n[Previous Update Here](/steemit/@steemitblog/important-security-announcement-steemit-ceo-ned-scott)", + "body": "The flaw in your argument is that his posts are not low quality. They are well-written, carefully edited, easy to understand, nicely formatted, and are effective in connecting with the reader. If there is no steak to his sizzle then I guess people might lose interest and his rewards will stop, or they might not (after all, the later Twilight movies and books still did quite well).\n\nI couldn't follow the case you were making against him in your post, which doesn't mean that the accusations aren't true, but it most certainly does mean that your posts are not as good as his.", "cashout_time": "1969-12-31T23:59:59", - "category": "steemit", - "children": 118, + "category": "scam", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-15T04:44:39", + "created": "2016-08-10T03:01:06", "curator_payout_value": { - "amount": "62002", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 114501, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\"]}", - "last_payout": "2016-08-24T21:49:39", - "last_update": "2016-07-15T05:04:33", + "depth": 5, + "id": 717066, + "json_metadata": "{\"tags\":[\"scam\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T03:01:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47464,17 +47464,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 630, - "parent_author": "", - "parent_permlink": "steemit", + "net_votes": 12, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", "percent_hbd": 10000, - "permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t030104400z", "reward_weight": 10000, - "root_author": "steemit3", - "root_permlink": "first-update-to-july-14-security-announcement-from-steemit-ceo-ned-scott", - "title": "First Update to July 14 Security Announcement from Steemit CEO Ned Scott", + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", + "title": "", "total_payout_value": { - "amount": "535338", + "amount": "423", "nai": "@@000000013", "precision": 3 }, @@ -47483,29 +47483,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-30T13:29:42", + "active": "2016-08-10T13:54:24", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 4567, "beneficiaries": [], - "body": "Happy Birthday \nand i'v been told that there is __nothing__ in Montana ... ☺", + "body": "I proposed something very similar if not identical in response to an early proposal by Dan in how to revamp the curation rewards. (Neither Dan's proposal nor mine was adopted).\n\nBoth your suggestion and mine are based on the fallacy that the eventual payout is a \"fair value\" that can be predicted. This is not the case due to the circularity, especially in the case of whale votes (since it is the votes that determine the eventual payout). There were some other issues with it but that is the key conceptual error that undermines the viability of it entirely.\n\nAlso, some sort of superlinear payoff is needed otherwise the incentives favor voting for your own posts regardless of popularity or merit, either directly or via shill voting. \n\nIn thinking about this quite a bit over the past few months I've also come to believe that superlinear payoff is economically correct for a platform like Steemit, because only posts that are of interest to a large number of people benefit from being shared in this manner. If something is only of interest to a few people (dinner plans for example), it is better to share it privately via email (or private Steemit messages once that is implemented!) and not impose both the resource and clutter costs of sharing it with thousands or millions. So something of interest to 100 or 1000 is worth more than 10x or 100x something of interest to only 10; the latter probably has close to zero or possibly negative value (once costs are considered) on Steemit.\n\nAll of this is not to rule out that tweaks to the current model might be helpful, but getting all the incentives right after considering all the relevant factors is much harder (and I would suggest the current system is much better than many of its detractors claim) than just wanting to make them \"more fair\". It is also not always so easy to see the various perspectives on how the current system performs multiple useful (and even essential) functions, when focusing in narrowly on one aspect of it such as perceived fairness.\n\nI do like the idea of providing some sort of incentive for valued downvotes; perhaps some version of these ideas could be applied in a more limited manner to do that. But even there, getting all the incentives right and avoiding opening up vectors for abuse is not easy.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steemit", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-30T11:36:12", + "created": "2016-08-10T05:11:09", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 486349, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-29T18:11:39", - "last_update": "2016-07-30T11:36:12", + "id": 718760, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T13:28:03", + "last_update": "2016-08-10T05:16:18", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47513,17 +47513,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "queenmountain", - "parent_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "net_votes": 5, + "parent_author": "owdy", + "parent_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", "percent_hbd": 10000, - "permlink": "re-queenmountain-i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana-20160730t113609810z", + "permlink": "re-owdy-scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system-20160810t051109200z", "reward_weight": 10000, - "root_author": "queenmountain", - "root_permlink": "i-m-gigi-and-its-my-birthday-i-m-a-gun-toting-backwoods-biker-badass-and-i-want-to-show-you-amazing-montana", + "root_author": "owdy", + "root_permlink": "scalability-content-quality-and-centralization-an-open-discussion-on-an-incentivized-downvote-system", "title": "", "total_payout_value": { - "amount": "0", + "amount": "3657", "nai": "@@000000013", "precision": 3 }, @@ -47532,29 +47532,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-25T23:48:09", + "active": "2016-08-31T20:35:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "Ummagumma", + "body": "That astronaut needs a steemit logo on the space suit. Or the beer bottle. Or something.", "cashout_time": "1969-12-31T23:59:59", - "category": "music", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-25T22:34:42", + "created": "2016-08-10T05:28:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 359841, - "json_metadata": "{\"tags\":[\"music\"]}", - "last_payout": "2016-08-24T10:32:51", - "last_update": "2016-07-25T22:34:42", + "depth": 1, + "id": 718971, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T11:24:33", + "last_update": "2016-08-10T05:28:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47563,13 +47563,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "thecryptofiend", - "parent_permlink": "re-steempty-careful-with-that-axe-eugene-20160722t144509118z", + "parent_author": "the-alien", + "parent_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", "percent_hbd": 10000, - "permlink": "re-thecryptofiend-re-steempty-careful-with-that-axe-eugene-20160725t223441628z", + "permlink": "re-the-alien-holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words-20160810t052823700z", "reward_weight": 10000, - "root_author": "steempty", - "root_permlink": "careful-with-that-axe-eugene", + "root_author": "the-alien", + "root_permlink": "holy-crap-steemit-is-booming-when-a-picture-is-worth-a-thousand-words", "title": "", "total_payout_value": { "amount": "0", @@ -47581,29 +47581,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T15:32:09", + "active": "2016-08-10T06:29:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "there is a better quality version in youtube \nhttps://www.youtube.com/watch?v=b72I7TwsvBE\ncredits: **Pink Floyd**", + "body": "Thanks for the review. I've heard of that restaurant but never tried it. Now planning to!", "cashout_time": "1969-12-31T23:59:59", - "category": "music", + "category": "food", "children": 1, "children_abs_rshares": 0, - "created": "2016-07-25T22:11:21", + "created": "2016-08-10T05:54:12", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 359066, - "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=b72I7TwsvBE\"]}", - "last_payout": "2016-08-24T10:32:51", - "last_update": "2016-07-25T22:11:21", + "id": 719269, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "2016-09-09T15:19:39", + "last_update": "2016-08-10T05:54:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47611,14 +47611,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "steempty", - "parent_permlink": "careful-with-that-axe-eugene", + "net_votes": 1, + "parent_author": "lasvegasgirl", + "parent_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", "percent_hbd": 10000, - "permlink": "re-steempty-careful-with-that-axe-eugene-20160725t221120280z", + "permlink": "re-lasvegasgirl-my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3-20160810t055413500z", "reward_weight": 10000, - "root_author": "steempty", - "root_permlink": "careful-with-that-axe-eugene", + "root_author": "lasvegasgirl", + "root_permlink": "my-most-recent-visit-to-stk-in-las-vegas-one-of-my-all-time-favorite-restaurants-less-than-3", "title": "", "total_payout_value": { "amount": "0", @@ -47630,29 +47630,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-22T09:37:12", + "active": "2016-08-10T06:00:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 17, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "the crater photo is amazing \ni miss the desert so much\n \ndidn't visit there since years ago", + "body": "I don't mind hiding it from main pages by default so people who don't want it don't find it shoved in their faces, but I don't think it should be completely hidden from a blog, or perhaps a button should be added on the blog page to show it.", "cashout_time": "1969-12-31T23:59:59", - "category": "photography", - "children": 1, + "category": "nsfw", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-21T22:17:18", + "created": "2016-08-10T06:00:27", "curator_payout_value": { - "amount": "14", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 259855, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-22T16:08:21", - "last_update": "2016-07-21T22:18:00", + "depth": 5, + "id": 719353, + "json_metadata": "{\"tags\":[\"nsfw\"]}", + "last_payout": "2016-09-09T17:24:09", + "last_update": "2016-08-10T06:00:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47660,17 +47660,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "simba", - "parent_permlink": "sandy-trip-a-journey-to-southern-israel", + "net_votes": 1, + "parent_author": "xcynosure", + "parent_permlink": "re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160809t232910173z", "percent_hbd": 10000, - "permlink": "re-simba-sandy-trip-a-journey-to-southern-israel-20160721t221718048z", + "permlink": "re-xcynosure-re-klye-re-veralynn-re-klye-re-klye-announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye-20160810t060028500z", "reward_weight": 10000, - "root_author": "simba", - "root_permlink": "sandy-trip-a-journey-to-southern-israel", + "root_author": "klye", + "root_permlink": "announcement-steemit-talks-sex-hosted-by-royaltiffany-and-klye", "title": "", "total_payout_value": { - "amount": "59", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -47679,29 +47679,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-21T17:49:18", + "active": "2016-08-30T12:32:39", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "woof", + "body": "I think it should show up on blogs, maybe with a check box. Not throwing it up on the front page where people who don't want it is fine, but if someone decides to look at your blog, that is their choice.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-21T17:49:18", + "created": "2016-08-10T06:02:24", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 253230, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-22T20:40:45", - "last_update": "2016-07-21T17:49:18", + "depth": 1, + "id": 719376, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T12:02:15", + "last_update": "2016-08-10T06:02:24", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47710,13 +47710,13 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 2, - "parent_author": "dog", - "parent_permlink": "proper-introduction", + "parent_author": "klye", + "parent_permlink": "nsfw-content-not-showing-up-in-blog", "percent_hbd": 10000, - "permlink": "re-dog-proper-introduction-20160721t174918899z", + "permlink": "re-klye-nsfw-content-not-showing-up-in-blog-20160810t060222600z", "reward_weight": 10000, - "root_author": "princesscutexx", - "root_permlink": "proper-introduction", + "root_author": "klye", + "root_permlink": "nsfw-content-not-showing-up-in-blog", "title": "", "total_payout_value": { "amount": "0", @@ -47728,29 +47728,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-21T17:09:36", + "active": "2016-08-10T09:17:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 157, "beneficiaries": [], - "body": "i love it", + "body": "@moonjelly\n> @smooth ... with his 24 accounts\n\nIncorrect. In fact I have thousands of accounts (keep that in mind when you are advocating for more \"fair\" voting) but I only vote with two of them, smooth/smooth.witness. Any other bots you see copying my votes (and there are some) are not mine.\n\nI explained the reason I didn't vote for this post and it isn't because it is critical of Steem/it or the voting system (I have voted for critical posts before). It is because the post does not effectively present a clear message. It is not a high quality post in my (subjective) opinion.", "cashout_time": "1969-12-31T23:59:59", - "category": "photography", + "category": "scam", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-21T17:09:36", + "created": "2016-08-10T06:19:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 252267, - "json_metadata": "{\"tags\":[\"photography\"]}", - "last_payout": "2016-08-21T17:16:18", - "last_update": "2016-07-21T17:09:36", + "depth": 5, + "id": 719603, + "json_metadata": "{\"tags\":[\"scam\"],\"users\":[\"moonjelly\",\"smooth\"]}", + "last_payout": "2016-09-09T20:14:57", + "last_update": "2016-08-10T09:17:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47758,17 +47758,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 2, - "parent_author": "pcste", - "parent_permlink": "my-photography-bands-clown-my-original-work", + "net_votes": 1, + "parent_author": "moonjelly", + "parent_permlink": "re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t024840781z", "percent_hbd": 10000, - "permlink": "re-pcste-my-photography-bands-clown-my-original-work-20160721t170934779z", + "permlink": "re-moonjelly-re-alexgr-re-moonjelly-re-alexgr-re-moonjelly-the-dollar-vigilante-exposed-god-s-gonna-cut-you-down-20160810t061926300z", "reward_weight": 10000, - "root_author": "pcste", - "root_permlink": "my-photography-bands-clown-my-original-work", + "root_author": "moonjelly", + "root_permlink": "the-dollar-vigilante-exposed-god-s-gonna-cut-you-down", "title": "", "total_payout_value": { - "amount": "0", + "amount": "125", "nai": "@@000000013", "precision": 3 }, @@ -47777,29 +47777,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-05T10:49:18", + "active": "2016-08-10T15:34:51", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 424, "beneficiaries": [], - "body": "amazing \n I love it", + "body": "> Finally a post that bucks the trends, is openly critical and is getting some votes from whales. Color me surprised \n\nThere have been numerous critical posts that have gotten votes from whales. It mostly depends on them being well-written and thoughtful.\n\nThe idea that critical posts don't get votes is dead wrong. A well-written and thoughtful critical post will get _far more_ votes than a positive post that is of poor quality.", "cashout_time": "1969-12-31T23:59:59", "category": "steemit", - "children": 1, + "children": 3, "children_abs_rshares": 0, - "created": "2016-08-05T09:49:48", + "created": "2016-08-10T06:38:00", "curator_payout_value": { - "amount": "0", + "amount": "287", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 620776, + "depth": 3, + "id": 719807, "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "2016-09-04T22:06:15", - "last_update": "2016-08-05T09:49:48", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:38:00", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47807,17 +47807,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 4, - "parent_author": "opheliafu", - "parent_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "net_votes": 7, + "parent_author": "doctorstrange", + "parent_permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t230201122z", "percent_hbd": 10000, - "permlink": "re-opheliafu-are-you-ready-to-go-on-another-journey-with-me-20160805t094949313z", + "permlink": "re-doctorstrange-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t063800500z", "reward_weight": 10000, - "root_author": "opheliafu", - "root_permlink": "are-you-ready-to-go-on-another-journey-with-me", + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", "title": "", "total_payout_value": { - "amount": "0", + "amount": "868", "nai": "@@000000013", "precision": 3 }, @@ -47826,29 +47826,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-17T13:21:09", + "active": "2016-08-10T14:01:54", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 21626, "beneficiaries": [], - "body": "adorable ☺", + "body": "> many extraordinary posts that day are going to bite the dust being shadowed by that celebrity\n\nSomewhat, but that is oversimplified and contributes to a zero-sum mentality. Yes it is true that the pool is literally zero-sum as long as the STEEM price doesn't change, but the effect is pretty modest. Currently the reward pool is about $100 000 per day. On the day he made $15K, approximately $85K went other posts. If you didn't earn, it is because your post didn't gain an audience and get votes. It is not because TDV took all the money.\n\nIn fact there is concrete proof of this. If I recall correctly, the very same day that TDV got $15K, the Playmate got $12K (sorry if not exact number). His success did not prevent her from also doing well nor did her success stop him from doing the same. And despite both of them getting historic payouts on the very same day, _73% of the reward pool was still available_ for other posts.\n\nIf your posts aren't getting rewarded, focus on marketing and promoting to develop an audience and improving the quality of the posts to increase conversions (how many people who see the posts vote for them). Pointing at someone else who is (in some vague sense) responsible for you not geting 15% of the reward pool rather than focusing on why you aren't getting a piece of the other 85% and what you can do to change that is doing yourself a disservice.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "steemit", + "children": 6, "children_abs_rshares": 0, - "created": "2016-07-17T13:05:27", + "created": "2016-08-10T06:43:30", "curator_payout_value": { - "amount": "0", + "amount": "14720", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 144439, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-20T15:24:27", - "last_update": "2016-07-17T13:05:27", + "depth": 2, + "id": 719876, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T06:52:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47856,17 +47856,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "mayathedog", - "parent_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "net_votes": 23, + "parent_author": "anduweb", + "parent_permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160809t220512582z", "percent_hbd": 10000, - "permlink": "re-mayathedog-hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit-20160717t130527530z", + "permlink": "re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t064328400z", "reward_weight": 10000, - "root_author": "mayathedog", - "root_permlink": "hello-i-am-maya-and-i-am-a-dog-i-want-to-be-the-official-dog-of-steemit", + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", "title": "", "total_payout_value": { - "amount": "0", + "amount": "44354", "nai": "@@000000013", "precision": 3 }, @@ -47875,29 +47875,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-12T06:30:36", + "active": "2016-08-10T08:36:57", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 75, "beneficiaries": [], - "body": "everything is allowed, good finding \nsource is linked in the article, but still many nice images copy/paste...\n\nI downvoted this post because copying someone else's work shouldn't be so rewarding", + "body": "The reward pool earns 2 STEEM per block, so that is 57 600 STEEM/day. A maximum of 25% of that goes to voters, but that is reduced in practice because authors vote for themselves (by default in the UI) and by the penalty for voting within the first 30 minutes. This might be slightly less than $100K now with the reduced STEEM price (though it was higher when TDV made his first post), but still reasonably close.", "cashout_time": "1969-12-31T23:59:59", - "category": "news", - "children": 0, + "category": "steemit", + "children": 1, "children_abs_rshares": 0, - "created": "2016-07-12T06:22:18", + "created": "2016-08-10T08:10:45", "curator_payout_value": { - "amount": "0", + "amount": "47", "nai": "@@000000013", "precision": 3 }, - "depth": 2, - "id": 83334, - "json_metadata": "{\"tags\":[\"news\"]}", - "last_payout": "2016-08-24T01:27:45", - "last_update": "2016-07-12T06:30:36", + "depth": 4, + "id": 720802, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T08:36:57", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47905,17 +47905,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 0, - "parent_author": "foma17", - "parent_permlink": "re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t022359449z", + "net_votes": 3, + "parent_author": "anduweb", + "parent_permlink": "re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t065028798z", "percent_hbd": 10000, - "permlink": "re-foma17-re-b0y2k-mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts-20160712t062218115z", + "permlink": "re-anduweb-re-smooth-re-anduweb-re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t081045000z", "reward_weight": 10000, - "root_author": "b0y2k", - "root_permlink": "mum-spends-18-months-and-gbp13-000-turning-dining-room-into-an-exact-replica-of-hogwarts", + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", "title": "", "total_payout_value": { - "amount": "0", + "amount": "152", "nai": "@@000000013", "precision": 3 }, @@ -47924,29 +47924,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-10T22:08:51", + "active": "2016-08-10T08:35:21", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "verification could be ... https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates", + "body": "I'm like most of your suggestions but I don't agree with color coding the reputation. The reputation system isn't really all that sophisticated or meaningful. The main purpose for which it was designed is anti-abuse (if your rep goes below zero your posts are hidden, so serial spammers and abusers don't bother us every single time until downvoted; hopefully most people will never experience this) and it mostly works for that. Featuring it with colors would give it more attention than it deserves though.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-10T22:08:51", + "created": "2016-08-10T08:35:21", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 4, - "id": 75645, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"links\":[\"https://steemit.com/introduceyourself/@maxim-ananko/hello-steemit-i-am-bill-gates\"]}", - "last_payout": "2016-08-22T19:06:42", - "last_update": "2016-07-10T22:08:51", + "depth": 1, + "id": 721030, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T09:19:45", + "last_update": "2016-08-10T08:35:21", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -47954,14 +47954,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hitmeasap", - "parent_permlink": "re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220454893z", + "net_votes": 0, + "parent_author": "venuspcs", + "parent_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", "percent_hbd": 10000, - "permlink": "re-hitmeasap-re-steempty-re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t220852252z", + "permlink": "re-venuspcs-suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be-20160810t083520000z", "reward_weight": 10000, - "root_author": "simba", - "root_permlink": "hey-steemit-i-m-simba", + "root_author": "venuspcs", + "root_permlink": "suggestions-ideas-thoughts-and-bugs-in-steemit-com-ways-to-make-steemit-the-best-social-media-platform-it-can-be", "title": "", "total_payout_value": { "amount": "0", @@ -47973,29 +47973,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-11T05:14:18", + "active": "2016-08-10T17:32:00", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 400, "beneficiaries": [], - "body": "I can verify he is really him without a sign\ni minted the account after his birthday, i though he would like to own this account name... \n\nmaybe write steemit on your forehead @simba !", + "body": "> Why nobody valued what I thought was an incredible contribution to the platform?\n\nMostly because we didn't see it. If you want to earn on this platform and you aren't a celebrity with a following, you need to get out there and tell people about yourself. Get on steemit.chat and network. Reach out to the more successful bloggers and see if you can get them to mention you. Get your existing network to join and vote up your stuff. There are some people doing daily \"Best of Steemit\" posts which feature new personalities and content; try to get listed in one or more of those.\n\nGetting out and doing promotional work is great, and writing good quality posts is great too. But neither of those will get you rewards if no one knows about it. TDV is great at self-promotion, and while self-promotion can become annoying and turn people off if it is excessive and if there isn't substance behind it, in the right quantity it is an essential part of being successful at almost anything.\n\nEDIT: and positivity as other stated. Can't emphasize that enough.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 4, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-10T21:59:39", + "created": "2016-08-10T09:23:57", "curator_payout_value": { - "amount": "0", + "amount": "149", "nai": "@@000000013", "precision": 3 }, "depth": 2, - "id": 75591, - "json_metadata": "{\"tags\":[\"introduceyourself\"],\"users\":[\"simba\"]}", - "last_payout": "2016-08-22T19:06:42", - "last_update": "2016-07-10T21:59:39", + "id": 721561, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:31:30", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48003,17 +48003,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 3, - "parent_author": "hitmeasap", - "parent_permlink": "re-simba-hey-steemit-i-m-simba-20160710t215343617z", + "net_votes": 7, + "parent_author": "oumar", + "parent_permlink": "re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160809t203207169z", "percent_hbd": 10000, - "permlink": "re-hitmeasap-re-simba-hey-steemit-i-m-simba-20160710t215939419z", + "permlink": "re-oumar-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t092358200z", "reward_weight": 10000, - "root_author": "simba", - "root_permlink": "hey-steemit-i-m-simba", + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", "title": "", "total_payout_value": { - "amount": "0", + "amount": "602", "nai": "@@000000013", "precision": 3 }, @@ -48022,29 +48022,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-09T14:06:39", + "active": "2016-08-10T09:44:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "stop making me miss the desert :-)", + "body": "Please don't spam like this. I almost flagging you which would seriously trash your rep, but I didn't for that reason. But flagging your comment as spam would be totally justified. Don't put yourself in the crosshair.", "cashout_time": "1969-12-31T23:59:59", - "category": "the", + "category": "steemit", "children": 0, "children_abs_rshares": 0, - "created": "2016-07-09T14:06:39", + "created": "2016-08-10T09:44:00", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 3, - "id": 68803, - "json_metadata": "{\"tags\":[\"the\"]}", - "last_payout": "2016-08-17T10:17:15", - "last_update": "2016-07-09T14:06:39", + "id": 721751, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T17:11:09", + "last_update": "2016-08-10T09:44:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48052,14 +48052,14 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "simba", - "parent_permlink": "re-joelinux-re-simba-the-dead-sea-at-sunset-20160708t201749278z", + "net_votes": 0, + "parent_author": "ats-david", + "parent_permlink": "re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t041042566z", "percent_hbd": 10000, - "permlink": "re-simba-re-joelinux-re-simba-the-dead-sea-at-sunset-20160709t140638909z", + "permlink": "re-ats-david-re-berniesanders-re-dollarvigilante-want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit-20160810t094400600z", "reward_weight": 10000, - "root_author": "simba", - "root_permlink": "the-dead-sea-at-sunset", + "root_author": "dollarvigilante", + "root_permlink": "want-to-be-a-steemillionaire-here-are-the-crucial-things-to-do-for-newbies-on-steemit", "title": "", "total_payout_value": { "amount": "0", @@ -48071,29 +48071,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-06T04:08:09", + "active": "2016-08-10T11:11:03", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 755, "beneficiaries": [], - "body": "♡", + "body": "There is a lot of truth to what you write, but...the changing market value of STEEM has a lot to do with why some of those rewards are higher than others.\n\nStill your message overall is one of bringing value that is original and valued by the community and on that I can't support you any more strongly. \n\nBe aware though, your post is perpetuating the same sort of Steemit circlejerk. Bring value that is original and adds to Steemit, not just more posts discussing Steemit drama every day. You will get a weak upvote from me, expressing approval on the message, but I don't really want to reward all these introspective Steemit-centric posts any more, whether they come from @dollarvigilante or otherwise.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 1, + "category": "steemit", + "children": 4, "children_abs_rshares": 0, - "created": "2016-07-05T20:02:33", + "created": "2016-08-10T09:58:51", "curator_payout_value": { - "amount": "0", + "amount": "496", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 56035, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-12T21:09:21", - "last_update": "2016-07-05T20:02:33", + "id": 721874, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T22:54:03", + "last_update": "2016-08-10T10:00:36", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48101,17 +48101,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "dorit-israeli", - "parent_permlink": "dorit-s-ten-commandments", + "net_votes": 18, + "parent_author": "hitmeasap", + "parent_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", "percent_hbd": 10000, - "permlink": "re-dorit-israeli-dorit-s-ten-commandments-20160705t200232302z", + "permlink": "re-hitmeasap-why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything-20160810t095850100z", "reward_weight": 10000, - "root_author": "dorit-israeli", - "root_permlink": "dorit-s-ten-commandments", + "root_author": "hitmeasap", + "root_permlink": "why-things-like-i-quit-my-job-and-i-will-become-a-steemit-millionaire-will-ruin-everything", "title": "", "total_payout_value": { - "amount": "0", + "amount": "1546", "nai": "@@000000013", "precision": 3 }, @@ -48120,29 +48120,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-04T05:42:39", + "active": "2016-08-10T16:53:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 7470, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "welcome ♡", + "body": "I guess you aren't aware that the new accounts on Steemit are an exactly an airdrop. Thousands of STEEM are being given out every single day.", "cashout_time": "1969-12-31T23:59:59", - "category": "introduce", - "children": 1, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-04T05:27:18", + "created": "2016-08-10T10:16:12", "curator_payout_value": { - "amount": "2", + "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 1, - "id": 52225, - "json_metadata": "{\"tags\":[\"introduce\"]}", - "last_payout": "2016-08-18T13:02:15", - "last_update": "2016-07-04T05:27:18", + "depth": 3, + "id": 722013, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:16:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48150,17 +48150,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 1, - "parent_author": "fyrstikken", - "parent_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "net_votes": 0, + "parent_author": "decrypt", + "parent_permlink": "re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t040227211z", "percent_hbd": 10000, - "permlink": "re-fyrstikken-hello-i-am-fyrstikken-nice-to-meet-you-too-20160704t052717512z", + "permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101612400z", "reward_weight": 10000, - "root_author": "fyrstikken", - "root_permlink": "hello-i-am-fyrstikken-nice-to-meet-you-too", + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", "title": "", "total_payout_value": { - "amount": "1718", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -48169,29 +48169,29 @@ }, { "abs_rshares": 0, - "active": "2016-07-26T08:11:36", + "active": "2016-08-10T10:19:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "☢", + "body": "Most if not all of the whales know how to make lower power votes using the CLI and do so regularly. This might be a nice feature in the GUI for whales but it does little or nothing to add value for most users so I consider it a low priority, or even a negative if it adds complexity and reduces ease of use. Anyway, there is a prototype of it in github so it will probably be rolled out at some point.", "cashout_time": "1969-12-31T23:59:59", - "category": "spam", - "children": 2, + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-07-03T19:19:30", + "created": "2016-08-10T10:19:27", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 51600, - "json_metadata": "{\"tags\":[\"spam\",\"test\"]}", - "last_payout": "2016-08-05T06:14:42", - "last_update": "2016-07-08T21:30:21", + "depth": 5, + "id": 722052, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:19:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48200,14 +48200,14 @@ "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, "net_votes": 0, - "parent_author": "", - "parent_permlink": "spam", + "parent_author": "williambanks", + "parent_permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t063208016z", "percent_hbd": 10000, - "permlink": "and-9762-test", + "permlink": "re-williambanks-re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t101928200z", "reward_weight": 10000, - "root_author": "steempty", - "root_permlink": "and-9762-test", - "title": "test", + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", @@ -48218,29 +48218,29 @@ }, { "abs_rshares": 0, - "active": "2016-08-23T17:02:51", + "active": "2016-08-10T13:41:09", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 110, + "author": "smooth", + "author_rewards": 0, "beneficiaries": [], - "body": "https://www.youtube.com/watch?v=tMpGdG27K9o", + "body": "You are not only completely incorrect about the incentives, but the incentives are the opposite of what you state. When voting for something that already has a lot of upvotes (SP), the reward is tiny (an example of this in my case was the makeup tutorial, I think my curation reward on that was 1/10 or less what I might get voting a post with little reward). When whales vote for something that already has a high payout we are doing it _despite_ the incentive not to.", "cashout_time": "1969-12-31T23:59:59", - "category": "music", - "children": 20, + "category": "steemit", + "children": 2, "children_abs_rshares": 0, - "created": "2016-07-18T16:50:24", + "created": "2016-08-10T10:20:06", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "depth": 0, - "id": 168964, - "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=tMpGdG27K9o\"]}", - "last_payout": "2016-08-24T10:32:51", - "last_update": "2016-07-18T16:50:24", + "depth": 4, + "id": 722059, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:20:06", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", @@ -48248,17 +48248,17 @@ }, "max_cashout_time": "1969-12-31T23:59:59", "net_rshares": 0, - "net_votes": 36, - "parent_author": "", - "parent_permlink": "music", + "net_votes": 0, + "parent_author": "snowflake", + "parent_permlink": "re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t043149700z", "percent_hbd": 10000, - "permlink": "careful-with-that-axe-eugene", + "permlink": "re-snowflake-re-decrypt-re-getssidetracked-re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102005000z", "reward_weight": 10000, - "root_author": "steempty", - "root_permlink": "careful-with-that-axe-eugene", - "title": "Careful with that axe, Eugene", + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", + "title": "", "total_payout_value": { - "amount": "399", + "amount": "0", "nai": "@@000000013", "precision": 3 }, @@ -48266,102 +48266,102 @@ "vote_rshares": 0 }, { - "abs_rshares": 4332734210, - "active": "2016-08-19T08:31:15", + "abs_rshares": 0, + "active": "2016-08-10T16:27:12", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", + "author": "smooth", "author_rewards": 0, "beneficiaries": [], - "body": "https://www.youtube.com/watch?v=Wj9_YtUNIj8", - "cashout_time": "2016-08-26T08:31:15", - "category": "money", - "children": 0, + "body": "Flagged as repetitive. In case I'm accused of doing this to take sides, I also flagged the @dollarvigilante post that is the subject of this one. There is just too much circlejerk. What will make Steemit better is writing good posts about interesting things, sharing them, and getting upvotes, not post number 562 saying the same things about Steemit itself (positive or negative).", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 10, "children_abs_rshares": 0, - "created": "2016-08-19T08:31:15", + "created": "2016-08-10T10:22:36", "curator_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 885745, - "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=Wj9_YtUNIj8\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-19T08:31:15", + "id": 722073, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:03:57", + "last_update": "2016-08-10T10:23:12", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 4332734210, - "net_votes": 1, - "parent_author": "dollarvigilante", - "parent_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "net_rshares": 0, + "net_votes": 0, + "parent_author": "sadochismo", + "parent_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", "percent_hbd": 10000, - "permlink": "re-dollarvigilante-today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history-20160819t083114914z", + "permlink": "re-sadochismo-want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate-20160810t102235400z", "reward_weight": 10000, - "root_author": "dollarvigilante", - "root_permlink": "today-is-the-45th-anniversary-of-the-most-destructive-event-in-modern-monetary-history", + "root_author": "sadochismo", + "root_permlink": "want-to-become-a-steemillionaire-why-this-post-is-very-inappropriate", "title": "", "total_payout_value": { "amount": "0", "nai": "@@000000013", "precision": 3 }, - "total_vote_weight": 19959589878348161, - "vote_rshares": 4332734210 + "total_vote_weight": 0, + "vote_rshares": 0 }, { - "abs_rshares": 20432308314, - "active": "2016-08-25T16:55:18", + "abs_rshares": 0, + "active": "2016-08-10T10:29:27", "allow_curation_rewards": true, "allow_replies": true, "allow_votes": true, - "author": "steempty", - "author_rewards": 0, + "author": "smooth", + "author_rewards": 421, "beneficiaries": [], - "body": "I wish you success, but not sure everyone can make a living as being an artists. i hope steem proves me wrong...\nwe live in world where people sitting in a cubicle are needed", - "cashout_time": "2016-09-01T15:46:15", - "category": "life", - "children": 1, + "body": "Flagged because this is redundant Steemit circlejerk. I support the idea and I even ended up downvoting @dollarvigilante's latest post, but capitalizing on Steemit circlejerk with these posts is wrong. Let's upvote all the great content that brings new value to Steemit (and I can assure you there is a lot of it) and not dozens of posts that talk about nothing but Steemit (positive and negative) every single day.", + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, "children_abs_rshares": 0, - "created": "2016-08-25T15:46:15", + "created": "2016-08-10T10:28:03", "curator_payout_value": { - "amount": "0", + "amount": "278", "nai": "@@000000013", "precision": 3 }, "depth": 1, - "id": 982969, - "json_metadata": "{\"tags\":[\"life\"]}", - "last_payout": "1970-01-01T00:00:00", - "last_update": "2016-08-25T15:46:15", + "id": 722120, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dollarvigilante\"]}", + "last_payout": "2016-09-09T16:24:24", + "last_update": "2016-08-10T10:29:27", "max_accepted_payout": { "amount": "1000000000", "nai": "@@000000013", "precision": 3 }, "max_cashout_time": "1969-12-31T23:59:59", - "net_rshares": 20432308314, - "net_votes": 3, - "parent_author": "queenmountain", - "parent_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "net_rshares": 0, + "net_votes": 12, + "parent_author": "steve-walschot", + "parent_permlink": "are-we-only-here-to-feed-the-narcissists", "percent_hbd": 10000, - "permlink": "re-queenmountain-i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art-20160825t154615248z", + "permlink": "re-steve-walschot-are-we-only-here-to-feed-the-narcissists-20160810t102802500z", "reward_weight": 10000, - "root_author": "queenmountain", - "root_permlink": "i-m-making-a-huge-decision-in-my-life-i-am-switching-my-major-from-business-to-art", + "root_author": "steve-walschot", + "root_permlink": "are-we-only-here-to-feed-the-narcissists", "title": "", "total_payout_value": { - "amount": "0", + "amount": "862", "nai": "@@000000013", "precision": 3 }, "total_vote_weight": 0, - "vote_rshares": 20432308314 + "vote_rshares": 0 } ] } diff --git a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml index 1fb64398..b11e1348 100644 --- a/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml +++ b/hivemind/tavern/database_api_patterns/find_comments/1000_pairs.tavern.yaml @@ -3,7 +3,7 @@ marks: - patterntest - - xfail # pattern difference - sort order is not deterministic + includes: - !include ../../common.yaml diff --git a/hivemind/tavern/database_api_patterns/find_comments/escape_chars.orig.json b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.orig.json new file mode 100644 index 00000000..a0d0268f --- /dev/null +++ b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.orig.json @@ -0,0 +1,3 @@ +{ + "comments": [] +} diff --git a/hivemind/tavern/database_api_patterns/find_comments/escape_chars.pat.json b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.pat.json new file mode 100644 index 00000000..a0d0268f --- /dev/null +++ b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.pat.json @@ -0,0 +1,3 @@ +{ + "comments": [] +} diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.tavern.yaml b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.tavern.yaml similarity index 51% rename from hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.tavern.yaml rename to hivemind/tavern/database_api_patterns/find_comments/escape_chars.tavern.yaml index f4c11135..ae4eddb6 100644 --- a/hivemind/tavern/bridge_api_patterns/list_subscribers/named_arg.tavern.yaml +++ b/hivemind/tavern/database_api_patterns/find_comments/escape_chars.tavern.yaml @@ -1,14 +1,14 @@ --- - test_name: Hivemind bridge_api.list_subscribers patterns test - # not documented on https://developers.hive.io/apidefinitions/#apidefinitions-bridge + test_name: Hivemind database_api.find_comments patterns test + marks: - - patterntest # no nonempty result possible for 5mln set + - patterntest includes: - !include ../../common.yaml stages: - - name: list_subscribers + - name: find_comments request: url: "{service.proto:s}://{service.server:s}:{service.port}/" method: POST @@ -17,12 +17,12 @@ json: jsonrpc: "2.0" id: 1 - method: "bridge.list_subscribers" - params: {"community":"hive-123456"} + method: "database_api.find_comments" + params: {"comments":[["'::VARCHAR","The permlink of this post is: ' AND DROP DATABASE 'hive"]]} response: status_code: 200 verify_response_with: function: validate_response:compare_response_with_pattern extra_kwargs: - method: "named_arg" - directory: "bridge_api_patterns/list_subscribers" + method: "escape_chars" + directory: "database_api_patterns/find_comments" -- GitLab From 523742cd304cb6612f8d255d19d02c4e8625a8a6 Mon Sep 17 00:00:00 2001 From: jsalyers Date: Wed, 2 Dec 2020 14:04:24 -0500 Subject: [PATCH 07/19] [JES] Updates to the tests for new blacklisting code --- .../created/max_limit.pat.json | 564 +++++++++++++++++- .../get_ranked_posts/muted/max_limit.pat.json | 16 +- .../payout_comments/max_limit.pat.json | 4 +- .../promoted/max_limit.pat.json | 6 +- .../promoted/min_limit.pat.json | 2 +- .../trending/max_limit.pat.json | 2 +- 6 files changed, 565 insertions(+), 29 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json index e1c3b0bc..fc1ba354 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json @@ -3070,7 +3070,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 54.2, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "

You will need a tripod because it will be a long exposure time ...\nISO will need to be high because it is very dark picture ...\nwe need a clear lens ...\nand recently even need will flash .. :)

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\n

Normal...

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg\n\n\n\n

When you follow the above \"good\" advice, you will get the picture ... Well, everything is good but why do not see why the moon is not visible, why is not sharp?

\n\n\n

First, go to the program M, because then the easier it will be to set the shutter and aperture, and the measurement of light, and so is not useful (for more, trying to take pictures in the machine causes precisely these blurry, out of focus ...)\nattach the lens has the longest focal length (200 mm or better as you have). Remember that your matrix size of the moon will be in mm length of the useful focal length of the lens divided by 100, or 200 mm focal length will give 2 mm size of the moon on the matrix (the bodies DX gain 1.5 / 1.6 on crop factor)\nturn off Auto ISO, set the lowest standard ISO - 100 or 200 depending on the camera model, set at the beginning of the following parameters:\nExposure time 1/200 sec\naperture f11.0

\n\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01255d7a1b.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01269946f6.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC012981b436.jpg\n\n\n

Take a picture and see what came out - in most cases already have a picture of the moon in detail, with the correct brightness. The sky, of course, is jet-black, and the size of the moon in the picture depends on your lens and focal length used\nif it is too dark, too bright, sometimes a correction or iris to achieve the desired effect ...\nif you want to ensure blur-image, use a tripod (although at the time of 1/200 s basically maintained securely focus, but with tripod is always better and safer ...)

\n\n\n------------------\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01300931f7.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01301180f4.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01303d3dbc.jpg", "category": "guide", "children": 1, @@ -3367,7 +3367,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 26.94, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "\n
    \n
  •   Tiki mugs are a cool thing to collect and tiki drinks are out-of-this-world-delicious. So why aren\u2019t you making more tiki drinks at home?Because they have a reputation for being incredibly complicated, that\u2019s why. But New York City bartender and tiki enthusiast Brian Miller \u2014 who\u2019s studied the repertoire of tiki godfather Donn Beach closely \u2014 is here to help.Below, he recommends five rum-based tiki recipes that strike a balance between being authentic and doable without having to revamp your entire liquor collection. Master them and you\u2019ll earn major home bartender cred.  
  • \n
  • \n
\n\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", "category": "food", "children": 0, @@ -4736,7 +4736,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by redeemer","blacklisted by buildawhale","blacklisted by spaminator"], "body": "Hello Steemit! To make a swan I took a few days, but I am very happy, turned out beautifully. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151004.1473960590.jpg\n\nhttp://ipic.su/img/img7/fs/P9140916.1473960690.jpg\n\nhttp://ipic.su/img/img7/fs/P9140922.1473960714.jpg\n\nhttp://ipic.su/img/img7/fs/P9140931.1473960731.jpg\n\nhttp://ipic.su/img/img7/fs/P9140935.1473960805.jpg\n\nhttp://ipic.su/img/img7/fs/P9140941.1473960854.jpg\n\nhttp://ipic.su/img/img7/fs/P9140951.1473960899.jpg\n\nhttp://ipic.su/img/img7/fs/P9140965.1473960972.jpg\n\nhttp://ipic.su/img/img7/fs/P9140967.1473961056.jpg\n\nhttp://ipic.su/img/img7/fs/P9140972.1473961103.jpg\n\nhttp://ipic.su/img/img7/fs/P9150982.1473961200.jpg\n\nhttp://ipic.su/img/img7/fs/P9150988.1473961248.jpg\n\nhttp://ipic.su/img/img7/fs/P9150994.1473961301.jpg\n\nhttp://ipic.su/img/img7/fs/P9151004.1473961355.jpg\n\nhttp://ipic.su/img/img7/fs/P9151009.1473961408.jpg\n\nhttp://ipic.su/img/img7/fs/P9151011.1473961457.jpg\n\n---\n\nSuitable for home decoration or as a gift!\nFor the manufacture of needed skills in origami, but everyone can, if you try! Thank you all for your attention!", "category": "steemit", "children": 0, @@ -4826,7 +4826,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 59.15, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "

There's a monster lurking in the depth of those boxer shorts. One that threatens the health of several men, specially those that are undergoing that wonderful stage full of pimples, irregular beards and systematic rejection to anything that comes from their parents except money. Even if there protoadults are the population group with more risk of facing this demon, almost every male is a victim from this situation at least once in life. This enemy made of fear and lack of resolution is not the first drunkenness on vodka you got, neither that time you got caught trying to asphyxiate your personal fowl. Nothing like that.

\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n

You're that guy, that teen around 16 years old and just got a girlfriend of around your same age. Out of nowhere, you're not the same. Your friends stop paying you a visit, you don't show up to do sports as you used to before, not to mention that you don't hang out with them in the Saturday nights. Because of her, again. Always her. Your friends get a bit mad at you and they have their reasons, but there's always a cool one that mentions: \"you just envy that he gets laid, let him copulate in peace!\". Yes, he knows, hit the nail, he totally understands the reasons why a 16 year old teen craves more the sheets than to prepare the Playstation, he spends more time with his girlfriend than with his friends. Obviously, this is an invented story, because when I was 16 I still played hide and seek and glued my snots under the table; two things I almost stopped doing by now.

\n

What your friends do not know is that you had to leave behind SEVERAL Saturday nights to reach what you were committed to, lets be sincere, at the end of the day the \"yes, I want\" from your side is obvious. But is the female whom holds the real power. They hold the goods to display in offer to our permanent demands, at least at that age (HA!). Bunch of nights of just \"making out\". Months and even years for some (that, or I had serious issues defining a situation then). Your friends could be great soccer players, but they'll never understand how it feels to make it to the goal, pass the goalkeeper, and not score because she says \"it's not the right moment\".

\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n

In a wonderful crescendo of fantasy and metaphor, it is essential to break the dream and put a name to this Boxer short's Sauron, that guy that should not be named in the sacred halls of the bedroom is nothing but a haploid overload.

\n

When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time blood vessels dilate (veins, mainly) at the entire genital area. This McCombo leads into blood accumulation in the sexual organs as long as the stimulation persists, because once the orgasm is reached, blood vessels recover their original size and blood drains away from the area.

\n

BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, the nervous signals that tell your body to \"stop and let go already\" are not there as a result blood stays there, leaving your balls literally swollen along with the always enjoyable sensation of bearing two watermelons in between your legs. We should mention that having to watermelons hanging from your hipbone hurt. Some are lucky and only hurt for a small time, others... are not so lucky (we wish you luck, dear friend).

\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n

Where did the 3rd one come from?

\n

Despite being something amazingly frequent, we know nothing about this pain caused for not finishing what you started. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it blue balls (slang), because when oxygen-less blood accumulates at the scrotum the area starts tinting into the tone of the smurfs. Some surveys were ran at professional environments and all knew the topic, yet nothing shows at medicine books. So, a clear cause is also unknown. All we have is \"knowledge\" based on basic reasoning over what we know about physiology in humans; just imagine the poor volunteer that'd go into a lab so that some white overall jerks study him by not letting him finish.

\n

Another reason for this lack of info is that the treatment is rather simple, we all know it and there's no need of highly specialized doctors to perform it... You guessed it finish what you started, solo mode; because if you don't it can be a pain that lasts hours until the blood vessels recover their original size.

\n

This time, medicine based on evidence, only real guru, confirms nothing else but folklore:

\n
\n

A bird in the hand is worth two in the blue.

\n
\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n
\n
\n

If you liked this post and its informal way of talking about sciences, please, follow me for more!

\n

Leave a comment either for good or for bad reviews. I take everything as constructive, and I really appreciate the feedback, even from trolls (at least a troll read it before being himself!).

\n
\n
\n

Copyrights:

\n
\n
\n

All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.

\n

All the Images created by me possess a WTFPL licencing and they are free to redistribute, share, copy, paste, modify, sell, crop, paste, clone in whatever way you want.

\n
\n
", "category": "science", "children": 0, @@ -4884,7 +4884,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], - "blacklists": [], + "blacklists": ["reputation-0"], "body": "spam", "category": "test", "children": 0, @@ -6417,7 +6417,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.54, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers","blackllisted by spaminator"], "body": "## Since few days theres a video where hackers show casino on which they play and double-spend the money.\n\nhttps://www.youtube.com/watch?v=RtGzV_-agcI\n\nYet they went futher and put this as a service that anybody can use, they take 10% cut of the amount you use.\n\nhttp://www.glasshunt.co/exploits/bitcoin-double-spend\n\nSome users below video claim that tried this and it didnt work (so lost 10%).\n\n# It is worth noticing that this \"hack\" works only one zero-confirmation sites, which are rather rare or mostly non-existent now.\n\nAmanda made interview with the creators:\nhttps://www.youtube.com/watch?v=ysVCU1b-UBA", "category": "bitcoin", "children": 0, @@ -6474,7 +6474,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "\n

For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?

\n

https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg

\n


\n

Many wonder what Blokcheyn, and the essence of innovation. The essence of technology - in a distributed storage of information regarding any life problems. For example, Blokcheyn circuit can store data about transactions and about who is who and how much money is transferred. The innovative technology is an excellent example of how modern technology can change not only the financial standards, but the whole world for the better.

\n


\n

With regard to cryptocurrency, Blokcheyn is a stronghold of the financial strength of Bitcoin. It guarantees fixation of information conducted between the parties remittance system implemented for the whole period of existence of the alternative currency and Bitcoin payment system.

\n

https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg

\n


\n

In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. 

\n

It turns out that in Blockchain recorded everything that can be stored on paper. The only difference is that change or forge information not be released. 

\n

Mankind will appreciate the unlimited possibilities of innovative technologies and attempts to use it to maintain a record of almost all kinds of his life.

\n


\n", "category": "steem", "children": 0, @@ -7426,7 +7426,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 52.87, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "Please do not upvote.", "category": "test", "children": 1, @@ -8194,7 +8194,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 64.38, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by buildawhale","blacklisted by spaminator","blacklisted by redeemer"], "body": "Today I found some frozen Cinnabun rolls in the freezer. Went to cook them and then noticed they were 7 MONTHS OLD! Here is the outcome! Enjoy!\n\nhttps://www.youtube.com/watch?v=9yqH7iGSdic", "category": "trevonjb", "children": 0, @@ -8525,7 +8525,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 53.59, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "http://i6.pixs.ru/storage/3/0/3/IMAG03431j_6525197_23304303.jpg\nFans of extreme adventures will surely like my next article, which will be devoted to excursions to the salt mines of Soledar!\nWe began our tour of the salt mine with the instruction, basically it all comes down to the fact that not to touch anything in the wrong place not to go and to follow all the instructions of our guide. I think everyone knows that without a helmet in a mine is impossible, and therefore it is here also attached.\n\nAfter that our tour group in a special \"Elevator\" which in the language of miners, called the cage, was lowered into the mine. Just imagine the crate for fifteen minutes down to a depth of 300 m. So that impressions from the descent will definitely last a lifetime.\n\nI must say that the temperature in the mine is kept at 14\u00b0C to 16\u00b0C. Therefore, if you decide to visit in the summer \u2013 dress warmly in cold season temperature very comfortable.\n\nSalt mines of Soledar has formed in the Ancient oceans. So only here you have a unique opportunity to walk on its bottom.\n\nMine are all made of salt, walls, and floors. And in order to check, you can always try the taste. \nhttp://i6.pixs.ru/storage/3/2/2/IMAG0362jp_9184718_23304322.jpg\nDue to the ions of salt, which it contains, even in the air in a salt mine the cleanest conditions, even much sterile as an surgical room. The usual guided tour, which lasts one and a half hours, replaces the 15 inhalation procedures and guarantees that at least two and a half months you will not get sick.\n\nSo, after the descent, we took salt corridors, featuring a variety of unique exhibits. Will not describe in detail all tell me about the most interesting of them.\n\nSo, for example, very much of the famous Donetsk palm made of salt.\nhttp://i6.pixs.ru/storage/3/2/9/IMAG0354jp_9421794_23304329.jpg\nImagine here at a depth of 300 m is even a chapel. The thing is that in the past the miners spent so many time in the mine, that they had done a Holy place. Here you can free to light a candle for the health.\nhttp://i6.pixs.ru/storage/3/4/8/IMAG0365jp_3366678_23304348.jpg\nAnd mine is an exhibition of paintings by local artists which are available for purchase.\nhttp://i6.pixs.ru/storage/3/6/6/IMAG0375jp_4203456_23304366.jpg\nDid you know that salt is not only white, but red. Red salt is generally a very rare mineral, it occurs once in 30 years. In a salt mine is an artificial stone red salt, they say it grants wishes. So, do not miss your chance .\n\nAt the end of the tour, our waited main exhibit salt mine is a huge hall. Just imagine its height is 28 metres is a 9-storey building and a width of 17 meters.\nhttp://i6.pixs.ru/storage/3/8/2/IMAG0406jp_5860409_23304382.jpg\nOften hosts various concerts, shows and so on.\nAnd on New year every year is a huge tree, which is accompanied by a Christmas matinees for children and Christmas show for adults. The holidays last from December 15 to January 15.\n\nIn the salt room is a football field where everyone can play football. And for those who don't care about soccer, here is a small movie theater where we watched a film about the history of the salt mine. Also in the local mini-caf\u00e9 you can buy coffee, tea and sweets. It will be a good addition to the movie.\nhttp://i6.pixs.ru/storage/4/1/5/IMAG0408jp_4233814_23304415.jpg\nAfter that we went back to the crate and went upstairs. Be sure to find a small crystal of salt, it will be a wonderful reminder of such a special tour!\n\nIf the souvenir could not be found, you will be able to buy it. This mine is located near the place of sale. From best-selling variety , suggest, purchase salt lamp. Just keep in mind that for best results, the lamp must be made from a solid piece of salt.\n\n\nTour to salt mines of Soledar is an unforgettable, extreme, and most importantly very good for your health!", "category": "tours", "children": 2, @@ -8765,5 +8765,549 @@ "title": "Depression", "updated": "2016-09-15T18:54:30", "url": "/reflexions/@pablopb/depression" + }, + { + "active_votes": [ + { + "rshares": 225204295, + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.79, + "beneficiaries": [], + "blacklists": [], + "body": "", + "category": "tags", + "children": 0, + "created": "2016-09-15T18:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "tags", + "youtube", + "subscribe", + "video", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225204295, + "payout": 0.0, + "payout_at": "2016-09-22T18:54:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "32-random-questions-tag-or-mashiface", + "post_id": 1257352, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "32 Random Questions Tag | Mashiface", + "updated": "2016-09-15T18:54:24", + "url": "/tags/@mashatik87/32-random-questions-tag-or-mashiface" + }, + { + "active_votes": [ + { + "rshares": 21017552483, + "voter": "skapaneas" + }, + { + "rshares": -125177473, + "voter": "cheetah01" + }, + { + "rshares": -102169064, + "voter": "cheetah03" + }, + { + "rshares": -102168682, + "voter": "cheetah04" + }, + { + "rshares": -102161368, + "voter": "cheetah05" + }, + { + "rshares": -102159434, + "voter": "cheetah06" + }, + { + "rshares": -102108064, + "voter": "cheetah02" + }, + { + "rshares": -102085954, + "voter": "cheetah07" + }, + { + "rshares": 4242191670, + "voter": "steembeast" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 355619437, + "voter": "koskl" + }, + { + "rshares": 298372096, + "voter": "james1987" + } + ], + "author": "steembeast", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.47, + "beneficiaries": [], + "blacklists": ["blacklisted by hivewatchers"], + "body": "\n

         Let's say that it is time for your kid to mail an application to a college.

\n

You spent days writing an application and your kid's future depends on it.

\n

Would you use the Post Office to mail it or would you use a private company like FedEx.

\n

What it all boils down to is which one is the most effective and the most trustworthy.

\n

 

\n


\n

Lets analyse both sectors.

\n


\n

Private sector.

\n

Private sector companies are run by individuals like you and me or even board members of savvy businessmen etc and they always have one thing in mind,Profit.                                                                                                               In order for a private company to become and remain profitable they have to offer good prices,good products/services and stay ahead of the game.                                                                                                                        Very often more than one companies offer us the same products and in order to earn our precious $$$ they have to entice us,therefore offering lower prices.

\n


\n

Public sector.

\n

Public sector by not having profit as their main goal can end up going two roads.                                                         1st Offer great prices

\n

2nd Offer very bad product/service.

\n

Even though the funding of those public  companies is by our tax dollars those businesses usually burn money as if money is irrelevant .

\n


\n

           Dont get me wrong, government spending tax dollars on FD or PD is a perfect way to spend them since they are offering a much needed service.It's the specific fund allocation that the problems start from and the lack of accountability when money is spent in useless ways.

\n

One of the worst run public businesses is the Post Office which has tens of billions of debt therefore the tax payers money have to be used to save it.When perfectly good alternatives are out there WE DONT NEED P.O.

\n

          

\n

            Closing  Some businesses make sense to be in the public sector like the army or the police.But for less important services like mail or parking lots it makes more sense to by run by people who risk their own money and have in mind the customer satisfaction.

\n", + "category": "life", + "children": 2, + "created": "2016-09-15T18:54:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg" + ], + "tags": [ + "life", + "money", + "economics", + "government", + "taxdollars" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25399054013, + "payout": 0.005, + "payout_at": "2016-09-22T18:54:18", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "post_id": 1257350, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 13 + }, + "title": "Do you trust government companies? Explaining the private sector benefits.", + "updated": "2016-09-15T18:54:18", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits" + }, + { + "active_votes": [ + { + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 56055247, + "voter": "whoknows" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 2337017256, + "voter": "ayim" + } + ], + "author": "ayim", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.99, + "beneficiaries": [], + "blacklists": [], + "body": "
![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
\nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

The benefits of have a deep tissue massage:

\n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

Lacrosse ball

\n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
\nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

Foam roller

\n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
\nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

Theracane

\n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
\n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", + "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", + "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", + "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" + ], + "links": [ + "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", + "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", + "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" + ], + "tags": [ + "life", + "story", + "fitness", + "health", + "blog" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "payout": 1.845, + "payout_at": "2016-09-22T18:53:51", + "pending_payout_value": "1.845 HBD", + "percent_hbd": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 1257346, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Fixing Posture - Part 5: Massages", + "updated": "2016-09-15T18:57:33", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, + { + "active_votes": [ + { + "rshares": 4134640392195, + "voter": "riverhead" + }, + { + "rshares": 253514770855, + "voter": "lovejoy" + }, + { + "rshares": 1535071696382, + "voter": "joseph" + }, + { + "rshares": 8927535677, + "voter": "idol" + }, + { + "rshares": 1536625837, + "voter": "jocelyn" + }, + { + "rshares": 374437048490, + "voter": "craig-grant" + }, + { + "rshares": 29966325092, + "voter": "eeks" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "rshares": 172753954134, + "voter": "mummyimperfect" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 2003404389, + "voter": "error" + }, + { + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "rshares": 206092862903, + "voter": "alexc" + }, + { + "rshares": 192336700354, + "voter": "kimziv" + }, + { + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 240666456, + "voter": "tasman" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 33739229218, + "voter": "creemej" + }, + { + "rshares": 4195475503, + "voter": "poseidon" + }, + { + "rshares": 472134488, + "voter": "nin0000" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 31601214153, + "voter": "sisterholics" + }, + { + "rshares": 1117528556435, + "voter": "laonie" + }, + { + "rshares": 38642686402, + "voter": "myfirst" + }, + { + "rshares": 233320672689, + "voter": "somebody" + }, + { + "rshares": 8723640942, + "voter": "flysaga" + }, + { + "rshares": 833888549, + "voter": "gmurph" + }, + { + "rshares": 50110479436, + "voter": "midnightoil" + }, + { + "rshares": 128918653572, + "voter": "xiaohui" + }, + { + "rshares": 6306903180, + "voter": "elfkitchen" + }, + { + "rshares": 4030335230, + "voter": "xiaokongcom" + }, + { + "rshares": 8124462008, + "voter": "xianjun" + }, + { + "rshares": 546776422, + "voter": "microluck" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 17087288555, + "voter": "kommienezuspadt" + }, + { + "rshares": 3030462572, + "voter": "mikkolyytinen" + }, + { + "rshares": 271448835, + "voter": "anomaly" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "rshares": 796357358, + "voter": "zombiedoll" + }, + { + "rshares": 50820410, + "voter": "nazmood" + } + ], + "author": "kommienezuspadt", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.77, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

My entire life, I knew however things shook out, I\u2019d eventually be making comic books as a career. At 36, I\u2019m later to the party than I originally anticipated, but I\u2019ve had three decades to prepare for this! I remember as a kid, just being enamored with comic book art [\u2026and still am]. For years, I\u2019d draw these snake characters during class with my friend Neal. Just page after endless page of snakes killing each other. The kind of gratuitous fantasy violence that defines weirdos in high school.

\n

Eventually, photography took over my life, but I still read comics, thought about comics and drew comics when I managed to make time. A couple years ago I began stringing together a story for a comic called THEIA. A sci-fi conspiracy story rooted in the real world, based on actual science. I learned how to format full script for comics and graphic novels [\u2026you can read the finished THEIA script in my previous blog, \u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d]. This was a big divergence than my hack and slash snake comics with Neal [\u2026who\u2019s stories progressed with each turn of the page, like a Miyazaki film, but really horrible].

\n

\n

It was during the process of writing the first draft for THEIA that I realized all these years I\u2019ve been so drawn to comics, the real allure for me was story telling and character creation, even more than great art. I\u2019ve been creating comics my entire life, and thus, creating characters along the way. Once I began disciplining myself with taking writing more seriously, I discovered other helpful tools to aide in the creation process. I began taking  inventories, outlining in depth documentation of each characters lives, affiliations and personalities. 

\n

Character profiles are something I\u2019ve done for 20 years. I mimicked my favorite fantasy artists like Gerald Brom, Boris Vallejo and the one and only, Frank Frazetta. I\u2019d seen pencil sketches of their concept designs with monsters, heroes and heroines, and just did my best to emulate them. I used to draw the typical front, side, three-quarter and head sketches as a reference bible [\u2026granted, much easier when it was just snakes].

\n

\n

I\u2019ve been enjoying a renaissance of creativity since committing to doing comics full time, and character creation is where I spend most of my time. THEIA is still my priority as I have an active Patreon campaign and those pledging support are doing so for that particular title. I do, however, have two other stories I\u2019m developing which are currently knee deep in the character creation process. A Bukowski-esk pulp crime genre during the late 80\u2019s following a private investigator throughout his struggle with sobriety in Queens, NY.

\n

\n

The other is a dark ghost story taking place in the mid-1800\u2019s, surrounding a recently deceased, troubled soul that finds himself caught between the realm of the living, and the afterlife; unable to pass for fear of judgement after a life of heinous acts. The characters in this story were inspired by my most interesting friends, and obscure tales of macabre lore during the industrial revolution and the Southwestern US history.

\n

I wish I was further along in my pursuit of story telling, world building and character creation. I wish I had decades of experience to share here on Steemit. I don\u2019t want to come across like I\u2019m the authority on these complex, disciplined skills; I\u2019ve only been seriously absorbing the art for a couple of years. I imagine, however, there are quite a few new writers, artists and creators here, navigating their own discoveries and process. With that in mind, [and in the spirit of all the things that makes Steemit great for me personally] here a few techniques I use to further my writing and a few resources I\u2019ve found helpful in house, right here on Steemit.

\n

\u2022 Real-life Inspiration: As mentioned, take inspiration from people in life. Friends, or even family. Accentuate the personalities. Exaggerate the quirks or circumstances. For me personally, it\u2019s a big help to to have someone in mind when drawing, and developing a character.

\n

\u2022 Character Inventories: Write up an involved character inventory [\u2026sometimes called a character bible]. A reference of everything you can imagine that defines that character. Their ethnicity, background, where they were born, how old they are, where they went to college, their diet, etc. It\u2019s tedious if you\u2019re working on a character heavy story with a big \u201ccast\u201d, but it pays dividends. Once you have those inventories, you can stick characters in situations and the story literally writes itself. If you have a character that\u2019s a passionate vegan, you can immediately come up with dozens of possibilities if they were accidentally locked in a butcher\u2019s freezer. Same with politics, religious, social issues. It really unloads much of the burden of dreaming up a brilliant scene.

\n

\n

\u2022 Name Generators: Name generators are something I rely on quite a bit. There are many available online. They\u2019re usually free, and they\u2019re a great place to launch in to naming a character. Often times, once you have a name, more of the personality and background unfolds organically. www.seventhsanctum.com has an excellent list of name generators tailored specifically for several genres and character types.

\n

\u2022 Research: This is one of those things that seems obvious, but I challenge you to go deeper. For my ghost story, I started researching life in the mid-1800\u2019s in the Southwest and Dust Bowl of the United States. As I dug through historical sites, I found some of the events of that time. A few hours in, I read about droughts and plagues, which would have been rich content for a story, but going even deeper, I read about these crazy grasshopper plagues! Even deeper, I found accounts of specific families and individuals that described enormous clouds of locusts that swept through their homes and ate everything, including the clothes off their bodies! I encourage you to obsessively push through references, way past where most people would get their first idea and start writing. Beyond that is where you\u2019re going to unearth something truly unique and memorable. I\u2019ve already written a treatment for this epic locust plague in my ghost story [\u2026sort of nervous about what that\u2019s going to be like to draw, though].

\n

\u2022 Don\u2019t Lose The Magic: For me, the magic happens in the moments before I fall asleep. Without fail, that\u2019s where I get my best, originally ideas. Sometimes it\u2019s just a small line a dialog. Other times it\u2019s as vague as a plot point. It\u2019s a tough discipline to wake yourself up and write it down, but that [\u2026for me] is where the magic happens. It\u2019s invaluable, and worth the trouble of having to fall back asleep. I jot things down in the Notes app of my phone. I have some friends that just wake up and make audio recordings. You might get your best ideas during different times. Sometimes I have brilliant moments on long drives. Either way, document it! You\u2019ll be glad you did.

\n

Honestly, Steemit has been a revolution for me as well. Since the platform is incentivized, there is a tremendous wealth of references on writing, drawing, how-to\u2019s. Beyond that, I spent much of my time reading and curating novels and short stories posted by the authors bringing their work to the site. Just this morning, I found a comprehensive article by @jamielefay titled \u201cSteemit and the future of book publishing\u201d. Everything here, totally relevant if you\u2019re creating comics or graphic novels.

\n

\n

Keep writing, creating and sharing! More work from my comic, THIEA, and other stories to come. I\u2019d love feedback and constructive criticism.

\n

I post daily. Follow me @kommienezuspadt so you don\u2019t miss a post.

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T18:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0104.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0105.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0106.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate004.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0107.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate011.jpg" + ], + "links": [ + "www.theiacomic.com", + "https://steemit.com/writing/@kommienezuspadt/full-script-of-theia-sci-fi-comic-book-theia-exclusively-on-steemit", + "www.seventhsanctum.com", + "https://steemit.com/steemit/@jamielefay/steemit-and-the-future-of-book-publishing", + "https://steemit.com/@kommienezuspadt" + ], + "tags": [ + "art", + "writing", + "story", + "blog", + "comic" + ], + "users": [ + "jamielefay" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9343647949820, + "payout": 6.848, + "payout_at": "2016-09-22T18:53:42", + "pending_payout_value": "6.848 HBD", + "percent_hbd": 10000, + "permlink": "bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators", + "post_id": 1257344, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 49 + }, + "title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "updated": "2016-09-15T19:11:12", + "url": "/art/@kommienezuspadt/bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators" + }, + { + "active_votes": [ + { + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/JlnMXnpLuPU

\n", + "category": "te", + "children": 0, + "created": "2016-09-15T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/JlnMXnpLuPU/0.jpg" + ], + "links": [ + "https://youtu.be/JlnMXnpLuPU" + ], + "tags": [ + "", + "steemit", + "te" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2097751374, + "payout": 0.0, + "payout_at": "2016-09-22T18:52:48", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-led-tittle-video", + "post_id": 1257332, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Steemit Led Tittle Video", + "updated": "2016-09-15T18:53:39", + "url": "/te/@jackgallenhall/steemit-led-tittle-video" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json index 81ce11d2..6039b3e8 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json @@ -55,7 +55,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", @@ -1237,7 +1236,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", @@ -2716,7 +2714,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "After reviewing the comments on my earlier \"achievement post\", it became clear to me that Steemit should broaden the gamification experience outside of just the monetary rewards feeding the Game Theory. What we really need are **BADGES**! And lots of them! *Flawless Victory: over 3000 SP!*\n\n[![RAF1-Exampleimplementation4bc40.png](https://www.steemimg.com/images/2016/08/23/RAF1-Exampleimplementation4bc40.png)](https://www.steemimg.com/image/ErPr3)\n\nAnyone who has ever played a game knows that achievements are fun. Ingress and Pok\u00e9mon Go are the latest examples of gamification done right. And I really want to show of my 1000+ posts! :p\n\n[![understanding-gamification-of-business-2-7285ce25.jpg](https://www.steemimg.com/images/2016/08/23/understanding-gamification-of-business-2-7285ce25.jpg)](https://www.steemimg.com/image/ErnE6)\n\nWe've got the digital currency, we've got the social network, we've got \"game theory monetization strategies\", and now we should add: badges and stats! **Because stats > * !** *I'm over 100 followers now!*\n\n[![gamification_infographic14c06e.png](https://www.steemimg.com/images/2016/08/23/gamification_infographic14c06e.png)](https://www.steemimg.com/image/EUAJx)\n\nIf you agree, let's upvote this so everyone sees it! All comments/suggestions ofcourse welcome, too!\nThanks, @r4fken", @@ -2873,7 +2870,7 @@ "author_reputation": -5.28, "beneficiaries": [], "blacklists": [ - "buildawhale", + "blacklisted by buildawhale", "reputation-0" ], "body": "https://www.youtube.com/watch?v=iatjMEp3bxw", @@ -2970,7 +2967,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "This could be solved by secret voting. But then there would be additional abuse of flagging, but no more \"retaliation-abuse\". Sounds equally bad as the former, to me.", @@ -3324,7 +3320,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Another question: ETH has a nice overview of projects being worked on [here](http://dapps.ethercasts.com). Is there something like that for Bitshares? It would be good to see developments, for potential investors. Or is there a roadmap? Maybe ideas for your next post :)", @@ -3594,7 +3589,7 @@ "author_reputation": -1.52, "beneficiaries": [], "blacklists": [ - "buildawhale", + "blacklisted by buildawhale", "reputation-0" ], "body": "

Canine specialty store, Total Dog Company, occupying a retail space in Caribou Corner mall, is hosting their birthday party weekend on August 26th-28th.

\n\n

Total Dog Company is Minnesota\u2019s premier premium dog food and specialty store for people who are serious about their dogs. They offer quality products and advice for dogs of all kinds\u2014performance dogs to family pets.

\n\n

The upcoming anniversary party, hosted conveniently during normal business hours at their New Hope storefront, features raffles, product sampling, doggie activities including a pool party, fetch games, sniff games, snacks for dogs, as well as the people who love them.

\n\n

Total Dog Company sells a variety of kibble, canned, and frozen and dried raw foods, as well as grooming supplies, collars/leashes, toys, crates, beds, vitamins & supplements.

\n\n

\u201cAll of the products at Total Dog Company are carefully researched and selected to ensure only the best reach our shelves. We identify high quality dog food and gear and are committed to offering only the best to our customers,\u201d says owner Susan Weyrauch.

\n\n

Weyrauch holds 28 years of experience raising dogs including 13 years of training and competing with dogs as well as working in pet retail for the past eight years.

\n\n

\u201cWe at Total Dog believe in giving our dogs nutritious, safe food. We are familiar with expert advice on dog nutrition and we study the ingredient lists of every food we sell,\u201d says Weyrauch.

\n\n

In addition to the upcoming party, \u2018All Dog Rescue\u2019 will be holding meet-and-greets at Total Dog Company during the first Saturday of every month. Stop by to meet adoptable dogs. A 10% discount on purchases well be given to new adopters the day of the event.

\n\n

All Dog Rescue is a 501(c)(3), all-volunteer, foster-based, no-kill dog rescue based in Minneapolis, MN. They take in dogs from shelters, strays picked up off the streets, and animals surrendered directly from individuals who can no longer care for them.

\n\n

Total Dog Company offers a customer loyalty program, aptly named, \u2018The Frequent Barker Program.\u2019 With the Frequent Barker punch card, one punch is earned for every $10 in purchase. Customers receive a $10 discount off their next purchase after 12 punches.

\n\n

For more information check out their website:

\n\n

http://www.totaldogcompany.com/

\n\n

JGM Properties owns and manages Caribou Corner mall, as well as nearly two-dozen suburban St Paul and Minneapolis warehouse, retail, medical, and office space properties. Founded in 1980, JGM Properties works with over 400 tenants, including Total Dog Company to provide office, warehouse, and retail space for lease in Minnesota.

\n

###

Contact Total Dog Company:

Susan Weyrauch
952-949-3687
9432 36th Avenue North\nNew Hope, MN 55437\n

", @@ -3961,7 +3956,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Thanks a lot for the write-up, it was something I was curious about too.\nFor Steemit, there are websites that show you the whales (don't remember the link...). Is there some way of seeing who are the Bitshares big boys? I assume @dan but who else? Are these the same people as the Steemit witnesses and their posse?", @@ -6411,7 +6405,7 @@ "author_reputation": -5.28, "beneficiaries": [], "blacklists": [ - "buildawhale", + "blacklisted by buildawhale", "reputation-0" ], "body": "I love the \"all access\" credential thingy\nCongratulations, Sir.", @@ -7084,7 +7078,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Unfortunately still centralized, I use bittrex atm. But I'm gonna give bitsquare a shot one of these days, hoping it'll pick up. Still searching for the one... :)", @@ -7141,7 +7134,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "While I'm sure you'll score by ending with Openledger/Bitshares, it's disappointing that you don't mention the complete lack of volume there, too.", @@ -8120,7 +8112,7 @@ "author_reputation": -1.52, "beneficiaries": [], "blacklists": [ - "buildawhale", + "blacklisted by buildawhale", "reputation-0" ], "body": "

The DUI Experts of Duncan have recognized a Duncan DUI attorney as being a go to expert that is proven to have both knowledge and experience when dealing with DUI charges.

\n\n

When charged with a DUI one needs to deal with a criminal defense lawyer that specializes in DUI DWI cases.

\n\n

See the DUI Expert\u2019s attorney choice here: http://duiexperts.info/duncanduiattorney

\n\n

A representative of the Duncan DUI Experts goes on to cover a few things that should be done while finding an attorney.

\n\n

\"A DUI is a very serious matter, which is why you need an attorney specializing in DUI law. If you are not comfortable with an attorney or feel they are there for no other reason than to grab the fee and run, wait until you find a lawyer that you can trust. Do not be afraid to ask questions and don't stand for roundabout answers that don't really answer your questions.\"

\n\n

For more information go to http://www.duncanduiexperts.com.

\n\n

In all states, an adult who drives with a blood alcohol content level of .08% or more is guilty of a DUI or DWI. There are DUI defenses related to breath, urine, blood, and saliva test. No probable cause to arrest or not providing Miranda warnings could exclude certain evidence at trial. Chemical testing machines need to be calibrated and maintained. A big part of prosecution's case could be thrown out with proof that an officer did not comply with state requirements.

\n\n

\"There are many factors that could ultimately affect the accuracy of test results. Eating food or taking medication prior to taking the test may result in a false reading. Think back to the night of your arrest. Did the officer have legal justification to stop your vehicle? Did you take medication or mouth wash?\"

\n\n

Lawyer costs will be all over the map. The cost should always be second. If someone is unable to afford an attorney the court will provide one for that person.

\n\n

For more information about Duncan DUI costs, defenses, and DUI experts go to http://www.duncanduiexperts.com.

\n

###

Contact The DUI Experts:

Seth
thedwiexperts@gmail.com

", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json index 8cf9e21c..dcf00fbe 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json @@ -10128,7 +10128,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.11, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by spaminator"], "body": "Leah I understand your frustration:\n\nHowever saying that we have disregarded your safety is false\n\nWe cannot help what information people can find from other sources and post.\n\nWe can build the site to allow for muting. If muting hasn't worked please accept my apology. We are working around the clock to move this website forward.\n\nTo give context to this situation, Dan responded to you personally, even offering that we would look into the identity of the offender and disclose that information law permitting, and the entire message thread considered, it appears your quotes are taken out of context. Dan was only trying to help when he asked if you had responded to him.\n\nAs far as moving this platform forward, we are actively engaging in creative problem solving to improve the economics of post and curation rewards as well as turn Steemit from a blockchain-site into a thriving and personalized social media site. More on that soon.\n\nAs far as comparisons to Synereo and other blockchain-based platforms for social networking, I would like to see more comparisons of the economics at the protocol and rewards levels. This is the third comparison piece I've seen in three days and none have ventured to go so far as to compare the economic incentive models and friction points", "category": "synereo", "children": 78, @@ -12117,7 +12117,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by redeemer","blacklisted_by_spaminator","blacklisted_by_buildawhale"], "body": "Tone Vays = old ways", "category": "steem", "children": 8, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json index 7b8b4d23..baa17b25 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json @@ -1710,7 +1710,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.11, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by spaminator"], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "category": "steem", "children": 315, @@ -21222,7 +21222,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by redeemer","blacklisted by spaminator","blacklisted by buildawhale"], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", "category": "freedom", "children": 15, @@ -50559,7 +50559,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blaclisted by redeemer","blacklisted by spaminator","blacklisted by buildawhale"], "body": "### Good food is happy freedom\nhttps://www.youtube.com/watch?v=7CbwrsfB5-g\n\n### Every day is the same day repeating itself, just as 1 second of now.\n\n### Inequality is having to get permission or give apology.\n\n### JOY is my force field.\n\n---\n\nOn the way to the sushi restaurant...\nhttps://www.youtube.com/watch?v=V2gmGK3ftOY\n\n---\n\n## Craig Grant in 1999\nI no longer had the financial support of my girlfriend, and things slowed down for me with music. I had now admitted to myself that I had failed at becoming famous hip hop star and was ready to go back to school. I moved back to my mothers house and cut myself off from most of my music friends. I started night classes at Palm Beach Community college. I hated it. I continued to work with my rap group ACU to complete their album, but stopped with everything after that. Julie was working in a salon and would occasionally come to visit me. We talked allot on the phone at night while I worked delivering pizza. She had some cute girlfriends and I always asked her to hook me up. Our long phone conversations would often venture into sexual subjects. Julie(Yuliana's nick name) had a girlfriend that was bisexual, she often spent the night at Julie\u2019s house and they would pretend to be messing with each other while I was on the phone. One night me and a friend named Mr. Menace picked up Julie and her bisexual friend to hang out. We went to my mothers house and all got drunk. They were scared to have sex with us, but we convinced them to let us watch them. They did a little bit, not much. I was pleased to see Julie in just her panties for the first time. I was so drunk and started talking about my childhood for a long time.\n\nI was desperate to find a way out of my mothers house and out of school. I started thinking maybe now it\u2019s time to find a rich old woman, my last resort to wealth. Early in the year I found a flier advertising Unlimited long distance for a flat rate of $59 per month. I could tell this was a new company and new technology, and I wanted to get involved. The company was International Communications Corporation from Boca Raton, Fl. I called them and asked if there was a away I could make $$ promoting their service. They signed me up as a reseller making $25 per new customer plus 10% of the recurring phone bill. I made fliers and advertised the service in the local news paper. I made a web site called LongDistanceFlat.com that was programmed to sign up new customers online. At first my web site collected the customer information, then I would print and fax the order. When I started the service was only available locally, but the company grew fast and then it was available nationwide. I started learning how to promote my web site online to get more customers. I started getting checks in the mail. I was happy to be making $$ this way. It took allot of work but I was working for myself without a boss on my back and making my own hours, I liked it. I spent all the $$ I made delivering pizza on promoting LongDistanceFlat.com.\n\nIn August my daily routine was to deliver pizza and get on the Internet, I quit school. My mother was concerned. One Saturday night she yelled at me to get out the house and go party, she was all dressed up to go out. She said I was spending too much time on that dam computer. I told her \u201cThis is going to pay off\u201d. My only friends in this time was Lesmes and Julie. Me and Lesmes were doing music, and Julie would visit about 3 times per week. I started showing her all the cool stuff I am doing online and how I am making $$ with it. I also showed her a personal ad I had on excite.com to find a girlfriend. I had a few responses and went on a couple dates, but nothing good. Julie put a personal ad in excite.com just for the fun of it, she got hundreds of responses in just 2 days, it was overwhelming. She read the messages and laughed. She brought a very sexy friend to my house once, her name was Sophie. Julie started looking better now that she had been working in the salon, she also had a nice car, a red convertible Mustang.\n\nWhile promoting LongDistanceFlat.com I started a promotion offering a free cordless phone to new customers. Free stuff offers got allot of attention online, and it was easy to get links on free stuff sites for my offer. I started surfing the Internet to find free stuff sites to place my offer. I noticed how well built these sites were and everything was free. I knew there was $$ being made and I wanted to know how to make it too. I dug deeper and after a month I figured out what affiliate programs were. Many of the free offers were companies collecting information and would pay me up to $1.00 for a name and address and send a free product to that customer.\n\nIn three months I taught myself how to use Front Page and launched my first free stuff site free4women.com in late 1999. I made the free4wmaon.com site with 2 pages, 1 page with the TOP 100 FREE STUFF offers online, all these offers I get paid $$. The other page was a collection of legitimate FREE beauty product offers for women. These offers were REAL free offers that I did not get paid for, but was a GREAT way to market the site to get traffic. I worked VERY HARD loooong hours to market my site with every tool available to me. I created a personality called \u201cJanet\u201d for posting in forums..ect, because free stuff surfers respond more to women online than men. I had spent about $500 of my own $$ and I made that $500 back before I was able to spend more, so the site was paying for itself and then some. One of my biggest offers was an online bank called x.com (now PayPal). They offered $20 free to open a bank account online, and $20 for very person your refer, deposited to your x.com online bank account. X.com also sent a visa debit card for the account. The online form to open the account was one page, and short. You would see the $20 instantly in your new online bank account. I promoted that offer and made $2000 per week. I spent most of the $$ I made on promoting the web site. My web site was making $5,000 per month. I had an account with LinkShare.com and made about $10,000 for my first big check, it was scheduled to arrive in January 2000. I was worried about Y2K.\n\nlongdistanceflat.com @ https://web.archive.org/web/19991128041952/http://www.longdistanceflat.com/\n\nfree4women.com @ https://web.archive.org/web/20000816005758/http://www.free4women.com/beauty.htm\n\n---\nSteem City - Politics, Security, Tax, Trade, Police, and Social Services\nhttps://www.youtube.com/watch?v=pDdxihuCXMk\n\n---\n\nFollow @craig-grant\n\nhave fun : )", "category": "freedom", "children": 6, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/min_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/min_limit.pat.json index a1ab8851..86bd6c8c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/min_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/min_limit.pat.json @@ -1711,7 +1711,7 @@ "author_reputation": 62.11, "beneficiaries": [], "blacklists": [ - "spaminator" + "blacklisted by spaminator" ], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "category": "steem", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json index c5bd9991..779344c0 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json @@ -58971,7 +58971,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 50.31, "beneficiaries": [], - "blacklists": [], + "blacklists": ["blacklisted by hivewatchers"], "body": "\n

\n\nFOOD courts are dying and it is not a moment too soon.\nThe food court system allowed a horrible tragedy of the commons to develop. Nobody looked after the communal tables properly. You might try to enjoy your lunch on a table encrusted with tomato sauce stains so old they have gone black, while fighting off audacious sparrows that will peck your naan if you take your eye off it for a second. But you won\u2019t succeed.\nIt is no surprise that food courts are so horrible. The tragedy of the commons makes it inevitable.\nThe tragedy of the commons is a theory that says communally owned assets will be excessively exploited and insufficiently cared for. It is why:\n\u2022 Bus seats have chewing gum on them;\n\u2022 Our oceans are full of plastic; and\n\u2022 Public toilets are so richly daubed with other people\u2019s excretions.\nThere are two types of solutions. One is a complex system of rules and enforcement, funded and maintained by the network of common owners. The other is private ownership. When a restaurant owns its own chairs and tables, it keeps them in good nick. (Private ownership is also why your couch at home is not coated in chewing gum and your powder room is pristine.)\nShopping centre owners are sneaking up on the realisation that food courts might be efficient but they kind of suck. But they are doing so very slowly.\n\nEvery time a new shopping centre opens, they trumpet the great new food outlets that will feature inside. If they are in a food court the centre insists on calling it a \u201cCaf\u00e9 Precinct\u201d or a \u201cDining Terrace\u201d. But most of the time, these fantastic new outlets are not in the food court at all. Often enough, they are on the complete opposite side of the centre to the food court.\nTake the new Fonda Mexican at Knox shopping centre in Melbourne. Fonda Mexican is not trying to be that fancy. It\u2019s just a taco joint, medium priced. But it doesn\u2019t want its customers sitting on cheap rickety chairs out in the cavernous echo of the food court. Instead it has its own booths in its own style.\nThe fancier the shopping centre, the less likely it has a McDonald\u2019s facing onto 200 plastic tables and the more fully separate outlets it has. The upscale Emporium shopping centre in Melbourne\u2019s CBD has about half its food outlets as stand-alone outlets. Westfield Sydney has an outlet of Michelin starred Tim Ho Wan. One thing is clear: consumer preferences are changing.\nThis is about more than just food. This is about the changing face of shopping centres as they struggle to keep up with where Australians are at. They are \u2014 too late for some \u2014 trying to shake off their tired image as a boring place for doing your chores and getting some keys cut.\nTim McDonald, the founder of Fonda Mexican, says shopping centres keep approaching him.\n\u201cThey are really behind the eight ball with the food and beverage offering. They have realised the food and beverage offering has really got to lift if they are gong to be treated as leisure and entertainment centres as opposed to retail shopping centres. And they seem to be doing a good job. Our brand can fit in with some of the shopping centres.\u201d\nAustralian retail has been in a dire state for a long time as people hoard their funds and scrimp and save. For the good of the economy, we need to do whatever we can to make consumer spending tick up.\nKilling the food court once and for all might just give us the leg up that we need.\nsource :news.com.au", "category": "food", "children": 2, -- GitLab From 851c5bca975cefa38c69dc67f9b5cda80588dd85 Mon Sep 17 00:00:00 2001 From: jsalyers Date: Wed, 2 Dec 2020 18:27:30 -0500 Subject: [PATCH 08/19] [JES] Some adjustments to expected test results --- .../mutes_comments_indirect.pat.json | 2 +- .../get_ranked_posts/created/max_limit.pat.json | 16 ++++++++-------- .../get_ranked_posts/muted/max_limit.pat.json | 6 ++---- .../get_ranked_posts/muted/min_limit.pat.json | 5 +---- .../get_ranked_posts/muted/mutes.pat.json | 10 ++-------- .../muted/mutes_indirect.pat.json | 2 -- .../muted/mutes_indirect_paginated.pat.json | 1 - .../muted/mutes_indirect_tag.pat.json | 7 +++---- .../muted/mutes_indirect_tag_paginated.pat.json | 1 - .../muted/mutes_paginated.pat.json | 1 - .../get_ranked_posts/muted/mutes_tag.pat.json | 1 - .../muted/mutes_tag_paginated.pat.json | 1 - .../payout_comments/max_limit.pat.json | 4 ++-- .../get_ranked_posts/promoted/max_limit.pat.json | 6 +++--- .../promoted/mutes_indirect.pat.json | 2 +- .../promoted/mutes_indirect_tag.pat.json | 6 +++--- .../get_ranked_posts/trending/max_limit.pat.json | 2 +- 17 files changed, 27 insertions(+), 46 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/mutes_comments_indirect.pat.json b/hivemind/tavern/bridge_api_patterns/get_discussion/mutes_comments_indirect.pat.json index bb73fbf4..b63c11b4 100644 --- a/hivemind/tavern/bridge_api_patterns/get_discussion/mutes_comments_indirect.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/mutes_comments_indirect.pat.json @@ -891,7 +891,7 @@ "author_reputation": 56.17, "beneficiaries": [], "blacklists": [ - "spaminator" + "blacklisted by spaminator" ], "body": "Not shit Sherlock! Come join the revolution baby! https://steemit.com/steemit/@mindhunter/is-smooth-the-morpheus-of-steemit-let-him-kick-whale-ass-sounds-like-a-good-post-headline", "category": "steemit", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json index fc1ba354..9f83d6a6 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json @@ -3070,7 +3070,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 54.2, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "

You will need a tripod because it will be a long exposure time ...\nISO will need to be high because it is very dark picture ...\nwe need a clear lens ...\nand recently even need will flash .. :)

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\n

Normal...

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg\n\n\n\n

When you follow the above \"good\" advice, you will get the picture ... Well, everything is good but why do not see why the moon is not visible, why is not sharp?

\n\n\n

First, go to the program M, because then the easier it will be to set the shutter and aperture, and the measurement of light, and so is not useful (for more, trying to take pictures in the machine causes precisely these blurry, out of focus ...)\nattach the lens has the longest focal length (200 mm or better as you have). Remember that your matrix size of the moon will be in mm length of the useful focal length of the lens divided by 100, or 200 mm focal length will give 2 mm size of the moon on the matrix (the bodies DX gain 1.5 / 1.6 on crop factor)\nturn off Auto ISO, set the lowest standard ISO - 100 or 200 depending on the camera model, set at the beginning of the following parameters:\nExposure time 1/200 sec\naperture f11.0

\n\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01255d7a1b.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01269946f6.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC012981b436.jpg\n\n\n

Take a picture and see what came out - in most cases already have a picture of the moon in detail, with the correct brightness. The sky, of course, is jet-black, and the size of the moon in the picture depends on your lens and focal length used\nif it is too dark, too bright, sometimes a correction or iris to achieve the desired effect ...\nif you want to ensure blur-image, use a tripod (although at the time of 1/200 s basically maintained securely focus, but with tripod is always better and safer ...)

\n\n\n------------------\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01300931f7.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01301180f4.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01303d3dbc.jpg", "category": "guide", "children": 1, @@ -3367,7 +3367,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 26.94, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "\n
    \n
  •   Tiki mugs are a cool thing to collect and tiki drinks are out-of-this-world-delicious. So why aren\u2019t you making more tiki drinks at home?Because they have a reputation for being incredibly complicated, that\u2019s why. But New York City bartender and tiki enthusiast Brian Miller \u2014 who\u2019s studied the repertoire of tiki godfather Donn Beach closely \u2014 is here to help.Below, he recommends five rum-based tiki recipes that strike a balance between being authentic and doable without having to revamp your entire liquor collection. Master them and you\u2019ll earn major home bartender cred.  
  • \n
  • \n
\n\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", "category": "food", "children": 0, @@ -4826,7 +4826,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 59.15, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "

There's a monster lurking in the depth of those boxer shorts. One that threatens the health of several men, specially those that are undergoing that wonderful stage full of pimples, irregular beards and systematic rejection to anything that comes from their parents except money. Even if there protoadults are the population group with more risk of facing this demon, almost every male is a victim from this situation at least once in life. This enemy made of fear and lack of resolution is not the first drunkenness on vodka you got, neither that time you got caught trying to asphyxiate your personal fowl. Nothing like that.

\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n

You're that guy, that teen around 16 years old and just got a girlfriend of around your same age. Out of nowhere, you're not the same. Your friends stop paying you a visit, you don't show up to do sports as you used to before, not to mention that you don't hang out with them in the Saturday nights. Because of her, again. Always her. Your friends get a bit mad at you and they have their reasons, but there's always a cool one that mentions: \"you just envy that he gets laid, let him copulate in peace!\". Yes, he knows, hit the nail, he totally understands the reasons why a 16 year old teen craves more the sheets than to prepare the Playstation, he spends more time with his girlfriend than with his friends. Obviously, this is an invented story, because when I was 16 I still played hide and seek and glued my snots under the table; two things I almost stopped doing by now.

\n

What your friends do not know is that you had to leave behind SEVERAL Saturday nights to reach what you were committed to, lets be sincere, at the end of the day the \"yes, I want\" from your side is obvious. But is the female whom holds the real power. They hold the goods to display in offer to our permanent demands, at least at that age (HA!). Bunch of nights of just \"making out\". Months and even years for some (that, or I had serious issues defining a situation then). Your friends could be great soccer players, but they'll never understand how it feels to make it to the goal, pass the goalkeeper, and not score because she says \"it's not the right moment\".

\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n

In a wonderful crescendo of fantasy and metaphor, it is essential to break the dream and put a name to this Boxer short's Sauron, that guy that should not be named in the sacred halls of the bedroom is nothing but a haploid overload.

\n

When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time blood vessels dilate (veins, mainly) at the entire genital area. This McCombo leads into blood accumulation in the sexual organs as long as the stimulation persists, because once the orgasm is reached, blood vessels recover their original size and blood drains away from the area.

\n

BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, the nervous signals that tell your body to \"stop and let go already\" are not there as a result blood stays there, leaving your balls literally swollen along with the always enjoyable sensation of bearing two watermelons in between your legs. We should mention that having to watermelons hanging from your hipbone hurt. Some are lucky and only hurt for a small time, others... are not so lucky (we wish you luck, dear friend).

\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n

Where did the 3rd one come from?

\n

Despite being something amazingly frequent, we know nothing about this pain caused for not finishing what you started. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it blue balls (slang), because when oxygen-less blood accumulates at the scrotum the area starts tinting into the tone of the smurfs. Some surveys were ran at professional environments and all knew the topic, yet nothing shows at medicine books. So, a clear cause is also unknown. All we have is \"knowledge\" based on basic reasoning over what we know about physiology in humans; just imagine the poor volunteer that'd go into a lab so that some white overall jerks study him by not letting him finish.

\n

Another reason for this lack of info is that the treatment is rather simple, we all know it and there's no need of highly specialized doctors to perform it... You guessed it finish what you started, solo mode; because if you don't it can be a pain that lasts hours until the blood vessels recover their original size.

\n

This time, medicine based on evidence, only real guru, confirms nothing else but folklore:

\n
\n

A bird in the hand is worth two in the blue.

\n
\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n
\n
\n

If you liked this post and its informal way of talking about sciences, please, follow me for more!

\n

Leave a comment either for good or for bad reviews. I take everything as constructive, and I really appreciate the feedback, even from trolls (at least a troll read it before being himself!).

\n
\n
\n

Copyrights:

\n
\n
\n

All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.

\n

All the Images created by me possess a WTFPL licencing and they are free to redistribute, share, copy, paste, modify, sell, crop, paste, clone in whatever way you want.

\n
\n
", "category": "science", "children": 0, @@ -6417,7 +6417,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.54, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers","blackllisted by spaminator"], + "blacklists": [], "body": "## Since few days theres a video where hackers show casino on which they play and double-spend the money.\n\nhttps://www.youtube.com/watch?v=RtGzV_-agcI\n\nYet they went futher and put this as a service that anybody can use, they take 10% cut of the amount you use.\n\nhttp://www.glasshunt.co/exploits/bitcoin-double-spend\n\nSome users below video claim that tried this and it didnt work (so lost 10%).\n\n# It is worth noticing that this \"hack\" works only one zero-confirmation sites, which are rather rare or mostly non-existent now.\n\nAmanda made interview with the creators:\nhttps://www.youtube.com/watch?v=ysVCU1b-UBA", "category": "bitcoin", "children": 0, @@ -6474,7 +6474,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "\n

For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?

\n

https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg

\n


\n

Many wonder what Blokcheyn, and the essence of innovation. The essence of technology - in a distributed storage of information regarding any life problems. For example, Blokcheyn circuit can store data about transactions and about who is who and how much money is transferred. The innovative technology is an excellent example of how modern technology can change not only the financial standards, but the whole world for the better.

\n


\n

With regard to cryptocurrency, Blokcheyn is a stronghold of the financial strength of Bitcoin. It guarantees fixation of information conducted between the parties remittance system implemented for the whole period of existence of the alternative currency and Bitcoin payment system.

\n

https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg

\n


\n

In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. 

\n

It turns out that in Blockchain recorded everything that can be stored on paper. The only difference is that change or forge information not be released. 

\n

Mankind will appreciate the unlimited possibilities of innovative technologies and attempts to use it to maintain a record of almost all kinds of his life.

\n


\n", "category": "steem", "children": 0, @@ -7426,7 +7426,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 52.87, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "Please do not upvote.", "category": "test", "children": 1, @@ -8525,7 +8525,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 53.59, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "http://i6.pixs.ru/storage/3/0/3/IMAG03431j_6525197_23304303.jpg\nFans of extreme adventures will surely like my next article, which will be devoted to excursions to the salt mines of Soledar!\nWe began our tour of the salt mine with the instruction, basically it all comes down to the fact that not to touch anything in the wrong place not to go and to follow all the instructions of our guide. I think everyone knows that without a helmet in a mine is impossible, and therefore it is here also attached.\n\nAfter that our tour group in a special \"Elevator\" which in the language of miners, called the cage, was lowered into the mine. Just imagine the crate for fifteen minutes down to a depth of 300 m. So that impressions from the descent will definitely last a lifetime.\n\nI must say that the temperature in the mine is kept at 14\u00b0C to 16\u00b0C. Therefore, if you decide to visit in the summer \u2013 dress warmly in cold season temperature very comfortable.\n\nSalt mines of Soledar has formed in the Ancient oceans. So only here you have a unique opportunity to walk on its bottom.\n\nMine are all made of salt, walls, and floors. And in order to check, you can always try the taste. \nhttp://i6.pixs.ru/storage/3/2/2/IMAG0362jp_9184718_23304322.jpg\nDue to the ions of salt, which it contains, even in the air in a salt mine the cleanest conditions, even much sterile as an surgical room. The usual guided tour, which lasts one and a half hours, replaces the 15 inhalation procedures and guarantees that at least two and a half months you will not get sick.\n\nSo, after the descent, we took salt corridors, featuring a variety of unique exhibits. Will not describe in detail all tell me about the most interesting of them.\n\nSo, for example, very much of the famous Donetsk palm made of salt.\nhttp://i6.pixs.ru/storage/3/2/9/IMAG0354jp_9421794_23304329.jpg\nImagine here at a depth of 300 m is even a chapel. The thing is that in the past the miners spent so many time in the mine, that they had done a Holy place. Here you can free to light a candle for the health.\nhttp://i6.pixs.ru/storage/3/4/8/IMAG0365jp_3366678_23304348.jpg\nAnd mine is an exhibition of paintings by local artists which are available for purchase.\nhttp://i6.pixs.ru/storage/3/6/6/IMAG0375jp_4203456_23304366.jpg\nDid you know that salt is not only white, but red. Red salt is generally a very rare mineral, it occurs once in 30 years. In a salt mine is an artificial stone red salt, they say it grants wishes. So, do not miss your chance .\n\nAt the end of the tour, our waited main exhibit salt mine is a huge hall. Just imagine its height is 28 metres is a 9-storey building and a width of 17 meters.\nhttp://i6.pixs.ru/storage/3/8/2/IMAG0406jp_5860409_23304382.jpg\nOften hosts various concerts, shows and so on.\nAnd on New year every year is a huge tree, which is accompanied by a Christmas matinees for children and Christmas show for adults. The holidays last from December 15 to January 15.\n\nIn the salt room is a football field where everyone can play football. And for those who don't care about soccer, here is a small movie theater where we watched a film about the history of the salt mine. Also in the local mini-caf\u00e9 you can buy coffee, tea and sweets. It will be a good addition to the movie.\nhttp://i6.pixs.ru/storage/4/1/5/IMAG0408jp_4233814_23304415.jpg\nAfter that we went back to the crate and went upstairs. Be sure to find a small crystal of salt, it will be a wonderful reminder of such a special tour!\n\nIf the souvenir could not be found, you will be able to buy it. This mine is located near the place of sale. From best-selling variety , suggest, purchase salt lamp. Just keep in mind that for best results, the lamp must be made from a solid piece of salt.\n\n\nTour to salt mines of Soledar is an unforgettable, extreme, and most importantly very good for your health!", "category": "tours", "children": 2, @@ -8873,7 +8873,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 56.47, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "\n

         Let's say that it is time for your kid to mail an application to a college.

\n

You spent days writing an application and your kid's future depends on it.

\n

Would you use the Post Office to mail it or would you use a private company like FedEx.

\n

What it all boils down to is which one is the most effective and the most trustworthy.

\n

 

\n


\n

Lets analyse both sectors.

\n


\n

Private sector.

\n

Private sector companies are run by individuals like you and me or even board members of savvy businessmen etc and they always have one thing in mind,Profit.                                                                                                               In order for a private company to become and remain profitable they have to offer good prices,good products/services and stay ahead of the game.                                                                                                                        Very often more than one companies offer us the same products and in order to earn our precious $$$ they have to entice us,therefore offering lower prices.

\n


\n

Public sector.

\n

Public sector by not having profit as their main goal can end up going two roads.                                                         1st Offer great prices

\n

2nd Offer very bad product/service.

\n

Even though the funding of those public  companies is by our tax dollars those businesses usually burn money as if money is irrelevant .

\n


\n

           Dont get me wrong, government spending tax dollars on FD or PD is a perfect way to spend them since they are offering a much needed service.It's the specific fund allocation that the problems start from and the lack of accountability when money is spent in useless ways.

\n

One of the worst run public businesses is the Post Office which has tens of billions of debt therefore the tax payers money have to be used to save it.When perfectly good alternatives are out there WE DONT NEED P.O.

\n

          

\n

            Closing  Some businesses make sense to be in the public sector like the army or the police.But for less important services like mail or parking lots it makes more sense to by run by people who risk their own money and have in mind the customer satisfaction.

\n", "category": "life", "children": 2, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json index 6039b3e8..ba741cad 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json @@ -3423,8 +3423,7 @@ "author_reputation": 0.54, "beneficiaries": [], "blacklists": [ - "hivewatchers", - "reputation-0" + "blacklisted by hivewatchers" ], "body": "https://i.imgsafe.org/a633508263.jpg\n**There's no good way to introduce myself. I'm a 20 year-old woman, I\u2019m between the cracks, I\u2019m a slave, forced into whoring myself, a victim of what is usually called \u201chuman trafficking.\u201d There's no way I can escape from this without harm coming to my family, I\u2019m not here for pity. This is the life I'm stuck in, and I'm making the best of it, day by day. The last year, though has been much better than expected.\nI began reading this reddit with interest in 2012, and in 2013 (first buy was at $43), began coordinating meets downtown with people selling local. (Nice guys, every one of them wanted to rescue me, really sweet (if any of you are reading this, thank you)) and I'd exchange a small portion of my night's cash for bitcoins.\nI had one seller who began to meet me regularly, act like an ordinary John on until we got to the room, and then just educate me for the hour about bitcoin. These sessions are some of my happiest memories from the past 2 years. He even paid/tipped me for my time after teaching me! Some in cash, only a little in bitcoin: kept the management from growing suspicious. always still mostly taking home cash) I trusted him enough to hold my bitcoin for me, to keep any evidence of what I was doing off my phone. He was truly a good samaritan. In this way I managed to put about 10% of my earnings away every month. I don't have to tell you how smart and lucky I felt come December.\nI sent 22 BTC home that month (around $750 exchange rate) to help pay off a portion of my parent's debt. If this was taken home as cash, almost 2/3 of it would have gone to management \"expenses.\" Once I've finished covering their debt, I plan to save to purchase my freedom and be through with the business. This should be in about a year. I've recently begin to understand basic margin trading, and I suspect that, even with my extremely limited computer access, I could turn a profit on the bitcoin i already have by opening a 3:1 buy when I feel btc has dipped close to low.\nI had some rare free time and II wanted to thank you, users of this subreddit, for helping educate me about bitcoin and, in turn, helping me to get my parent's life back on track as soon as possible. If I'm living a different life in a year, I'll have you all to thank. I bet this all sounds tragic, but it\u2019s reality, and I'm doing much better than I ever imagined. I thought you would be happy to know how it has has positively affected my life & my parents.**\n\nFrom 2014 it was a whole new kind of experience it was a smooth sailing until my mom got admitted for breast cancer\ni will be posting about myself a lot over here about what all i have went through in the next post\n\nhere is the link to my reddit story which was well received by the wonderful community \n**https://www.reddit.com/r/Bitcoin/comments/2keueb/my_thanks_to_you_all_bitcoin_has_changed_my_life/**\n\ni would love to stay here and be a part of this community\nLets steem!!", "category": "introduceyourself", @@ -4802,8 +4801,7 @@ "author_reputation": 0.81, "beneficiaries": [], "blacklists": [ - "hivewatchers", - "reputation-0" + "blacklisted by hivewatchers" ], "body": "Hi peeps! I had some spare time today, so I decided to do something different. Here's the result! :)\n\nWhen \u0455\u043e you are feeling h\u0430\u0440\u0440\u0443 \u0443\u043eur **\u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng** \u0456\u0455 l\u043e\u043ek\u0435d after. Life is \u0440r\u0435tt\u0443 good. And this \u0441\u043euld b\u0435 b\u0435\u0441\u0430u\u0455\u0435 you feed \u0443\u043eur\u0455\u0435lf w\u0456th \u0435x\u0441\u0456t\u0456ng hobbies. On th\u0435 \u043eth\u0435r hand if \u0443\u043eu \u0430r\u0435 f\u0435\u0435l\u0456ng d\u0435\u0440r\u0435\u0455\u0455\u0435d, b\u043egg\u0435d down with w\u043erk \u0430nd ju\u0455t blahhh, th\u0435n reassess \u0443\u043eur l\u0456f\u0435 \u0430nd th\u0456nk about engrossing yourself \u0456n a hobby. **Let's h\u0430v\u0435 a l\u043e\u043ek at thr\u0435\u0435!**\n\n![Three types of hobbies](http://www.threethriftyguys.com/wp-content/uploads/2014/09/3-types-of-hobbies.jpg)\n\n### FIRSTLY: MU\u0405\u0406\u0421\u0410L EN\u0421\u041eUNT\u0415R:\n\nMu\u0455\u0456\u0441 \u0456\u0455 \u0440\u0430rt of \u0435v\u0435r\u0443d\u0430\u0443 l\u0456v\u0456ng. Y\u043eu h\u0435\u0430r \u0456t \u043en the r\u0430d\u0456\u043e, t\u0435l\u0435v\u0456\u0455\u0456\u043en, Y\u043euTub\u0435, iPods, m\u043ev\u0456\u0435\u0455, mu\u0455\u0456\u0441\u0430l theatre, \u0441\u0435ll \u0440h\u043en\u0435\u0455, CD\u0455, DVDS \u0430nd m\u043er\u0435.\n\nThe mu\u0455\u0456\u0441\u0456\u0430n\u0455 \u0443\u043eu hear h\u0430d t\u043e \u0455t\u0430rt fr\u043em th\u0435 beginning. An \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 \u0441\u043euld b\u0435 t\u043e **l\u0435\u0430rn an \u0456n\u0455trum\u0435nt**. M\u0430\u0443b\u0435 \u0443\u043eu will l\u0456k\u0435 \u0456t \u0455\u043e mu\u0441h that \u0440\u0435\u043e\u0440l\u0435 will b\u0435 listening to you \u0435v\u0435r\u0443 wh\u0435r\u0435.\n\n![Girl playing guitar](http://www.ebesucher.com/content/images/familie/frueherziehung.jpg)\n\nY\u043eu could b\u0435 thinking \u0430b\u043eut wh\u0456\u0441h \u0456n\u0455trum\u0435nt to l\u0435\u0430rn. W\u0435ll, this d\u0435\u0440\u0435nd\u0455 \u043en a numb\u0435r \u043ef factors including \u0443\u043eur musical t\u0430\u0455t\u0435 \u0430nd what \u0456n\u0455trum\u0435nt w\u043euld \u0455u\u0456t th\u0430t t\u0430\u0455t\u0435, th\u0435 \u0455\u0456z\u0435 \u0430nd \u0455\u043eund \u043ef the instrument, your budget. M\u0430\u0443b\u0435 you have \u0430n instrument l\u0443\u0456ng around your house which could have \u0430n airing \u043er a fr\u0456\u0435nd who \u0441\u043euld lend \u0443\u043eu \u043en\u0435. For \u0456n\u0455t\u0430n\u0441\u0435, if \u0443\u043eu w\u043euld l\u0456k\u0435 t\u043e play the melodic l\u0456n\u0435\u0455 \u0456n \u0430n orchestra th\u0435n th\u0435r\u0435 is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng a b\u0430\u0455\u0455 \u0456n\u0455trum\u0435nt like a b\u0430\u0455\u0455\u043e\u043en or double b\u0430\u0455\u0455. Y\u043eu would \u0430\u0456m towards a higher \u0456n\u0455trum\u0435nt like the flut\u0435 \u043er violin. If \u0443\u043eu l\u0456k\u0435 metal see \u0443\u043eur\u0455\u0435lf h\u0435\u0430d butt\u0456ng \u0430w\u0430\u0443 \u0456n a m\u0435t\u0430l band th\u0435n there is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng th\u0435 \u043eb\u043e\u0435. Y\u043eur instrument \u0441h\u043e\u0456\u0441\u0435\u0455 w\u043euld be guitar, b\u0430\u0455\u0455, drum\u0455, keyboard. M\u0430n\u0443 people start l\u0435\u0430rn\u0456ng th\u0435 ukul\u0435l\u0435 \u043er r\u0435\u0441\u043erd\u0435r \u0430nd th\u0435n m\u043ev\u0435 \u043ent\u043e \u0430n\u043eth\u0435r \u0456n\u0455trum\u0435nt. Many \u0440\u0435\u043e\u0440l\u0435 l\u0435\u0430rn the \u0440\u0456\u0430n\u043e because a piano l\u043e\u043ek\u0455 n\u0456\u0441\u0435 \u0456n a living r\u043e\u043em \u0430nd you can \u0441r\u0435\u0430t\u0435 g\u043e\u043ed \u0455\u043eund\u0455 r\u0456ght fr\u043em th\u0435 \u0455t\u0430rt. H\u043ew\u0435v\u0435r it \u0456\u0455 not \u0440\u043ert\u0430bl\u0435 t\u043e t\u0430k\u0435 \u0430w\u0430\u0443 w\u0456th you \u0430nd \u0456f \u0443\u043eu w\u0430nt to play \u0456n a mu\u0455\u0456\u0441\u0430l group l\u0456k\u0435 an orchestra th\u0435n you have t\u043e be a br\u0456ll\u0456\u0430nt player. But \u0456t is **gr\u0435\u0430t to r\u0435l\u0430x** \u043en \u0456n th\u0435 comfort \u043ef \u0443\u043eur \u043ewn home.\n\n### SECONDLY: CREATIVE C\u041eRN\u0415R:\n\nYou \u0441\u0430n \u0455\u0435\u0435 creations \u0435v\u0435r\u0443wh\u0435r\u0435. Sh\u043e\u0440\u0455 are full \u043ef them f\u043er \u0440\u0435\u043e\u0440l\u0435 t\u043e l\u043e\u043ek \u0430t, \u0440ur\u0441h\u0430\u0455\u0435 and \u0435nj\u043e\u0443 or give \u0430w\u0430\u0443 f\u043er someone \u0435l\u0455\u0435 to \u0435nj\u043e\u0443 \u0430nd people h\u0430d t\u043e create th\u0435m to b\u0435g\u0456n w\u0456th. S\u043e \u0430n\u043eth\u0435r \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 w\u043euld be to g\u0435t \u0441r\u0435\u0430t\u0456v\u0435, l\u0456k\u0435 th\u0435 \u0440\u0435\u043e\u0440l\u0435 wh\u043e \u0441r\u0435\u0430t\u0435d products in th\u0435 shops, and t\u0430k\u0435 up a craft. There \u0430r\u0435 m\u0430n\u0443 crafts t\u043e choose fr\u043em like cross stitch, jewelry m\u0430k\u0456ng, l\u0435\u0430th\u0435r w\u043erk,\u00a0\u051bu\u0456lt\u0456ng, soap m\u0430k\u0456ng and th\u0435 list g\u043e\u0435\u0455 \u043en. Some t\u0456m\u0435 \u0456n \u0443\u043eur l\u0456f\u0435 \u0443\u043eu may h\u0430v\u0435 th\u043eught that you \u0441\u043euld m\u0430k\u0435 th\u0456\u0455. Well \u0456t \u0456\u0455 t\u0456m\u0435 to give \u0456t a try **in \u0443\u043eur \u0441r\u0435\u0430t\u0456v\u0435 \u0441\u043ern\u0435r**.\n\n![Eggs](http://homicraft.com/wp-content/uploads/2015/02/Easter-Crafts-for-Adults.jpg)\n\n### LASTLY: ONL\u0406N\u0415 GAMING:\n\nThe \u0456nt\u0435rn\u0435t \u0456\u0455 th\u0435 w\u0430\u0443 \u043ef *\"n\u043ew\"*.\u00a0Millions of people \u0430ll \u043ev\u0435r th\u0435 world \u0430r\u0435 u\u0455\u0456ng th\u0435\u0456r \u0441\u043em\u0440ut\u0435r\u0455 to go online for \u0455\u043em\u0435th\u0456ng, wh\u0435th\u0435r \u0456t b\u0435 \u0440\u0430\u0443\u0456ng a b\u0456ll, tr\u0430d\u0456ng \u0430t online \u0430u\u0441t\u0456\u043en sites l\u0456k\u0435 \u0435B\u0430\u0443 \u0430nd Tr\u0430d\u0435M\u0435, \u0455h\u043e\u0440\u0440\u0456ng, \u0441h\u0430tt\u0456ng \u043en Facebook \u043er ju\u0455t having a quiet g\u0430m\u0435 \u043ef \u0455\u0440\u0456d\u0435r \u0455\u043el\u0456t\u0430\u0456r\u0435. So \u0456f \u0443\u043eu have a computer th\u0435n a r\u0435l\u0430x\u0456ng th\u0456ng to do wh\u0435n \u0443\u043eu h\u0430v\u0435 a f\u0435w m\u0456nut\u0435\u0455 (\u043er l\u043eng\u0435r) \u0456\u0455 to \u0440l\u0430\u0443 g\u0430m\u0435\u0455 online. Y\u043eu g\u0435t a f\u0435w g\u0430m\u0435\u0455 w\u0456th your \u0441\u043em\u0440ut\u0435r \u0430nd \u0455\u043e \u0443\u043eu d\u043e n\u043et need th\u0435 internet but if you \u0430r\u0435 h\u043e\u043ek\u0435d u\u0440 t\u043e th\u0435 \u0456nt\u0435rn\u0435t then th\u0435 g\u0430m\u0435\u0455 are **endless**. Th\u0435r\u0435 \u0430r\u0435 \u0455\u043e many \u0441h\u043e\u0456\u0441\u0435\u0455 of g\u0430m\u0435\u0455 to choose and \u0455\u043e th\u0435r\u0435 \u0456\u0455 bound t\u043e b\u0435 \u0455\u043em\u0435 that w\u043euld \u0455u\u0456t \u0443\u043eur taste. M\u0430n\u0443 \u043ef the g\u0430m\u0435\u0455 are fr\u0435\u0435 \u0430nd \u0455\u043em\u0435 r\u0435\u051bu\u0456r\u0435 a payment \u0435\u0456th\u0435r a \u043en\u0435 \u043eff \u0440\u0430\u0443m\u0435nt \u043er a monthly subscription fee. Some \u0455\u0456t\u0435\u0455 offer a fr\u0435\u0435 tr\u0456\u0430l period f\u0456r\u0455t and then g\u0456v\u0435 \u0443\u043eu the \u043e\u0440t\u0456\u043en j\u043e\u0456n. The \u043enl\u0443 problem is that \u043enl\u0456n\u0435 g\u0430m\u0456ng \u0441\u0430n become **\u0430dd\u0456\u0441t\u0456v\u0435** \u0430nd hence you m\u0430\u0443 have less t\u0456m\u0435 t\u043e \u0440r\u0430\u0441t\u0456\u0455\u0435 \u0443\u043eur mu\u0455\u0456\u0441\u0430l \u0456n\u0455trum\u0435nt \u043er create that amazing something. Oh well!!\n\n![Gaming](https://iqglobal.intel.com/iq-content-library/wp-content/uploads/sites/18/2015/12/UB2-978x653.jpg)\n\nWh\u0435th\u0435r \u0443\u043eu \u0441h\u043e\u043e\u0455\u0435 to \u0440l\u0430\u0443 th\u0435 \u0440\u0456\u0430n\u043e, \u0441r\u0435\u0430t\u0435 a \u0441u\u0455h\u0456\u043en cover \u043er \u0456ndulg\u0435 \u0456n a l\u0456ttl\u0435 \u043enl\u0456n\u0435 \u0430dv\u0435ntur\u0435 game \u0456t d\u043e\u0435\u0455 not matter. As l\u043eng as one or m\u043er\u0435 \u043ef th\u0435 thr\u0435\u0435 exciting indoor hobbies \u0441\u0430n benefit \u0443\u043eur \u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng then \u0443\u043eu h\u0430v\u0435 **g\u0430\u0456n\u0435d \u0455\u043em\u0435th\u0456ng \u0440\u043e\u0455\u0456t\u0456v\u0435** \u0430nd r\u0435\u0430\u0440 th\u0435 r\u0435w\u0430rd\u0455 \u043ef a happy life.\n\nEnjoy!\n\n@caitlinm xXx", "category": "life", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json index 18ab053d..e56e6ff2 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json @@ -54,10 +54,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [ - "ignoreall (mute list)", - "reputation-0" - ], + "blacklists": [], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "category": "philosophy", "children": 0, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json index 2d49828f..3e500fe1 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json @@ -54,10 +54,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [ - "ignoreall (mute list)", - "reputation-0" - ], + "blacklists": [], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "category": "philosophy", "children": 0, @@ -1236,10 +1233,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [ - "ignoreall (mute list)", - "reputation-0" - ], + "blacklists": [], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", "category": "steemit", "children": 35, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect.pat.json index 2d49828f..adf448eb 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect.pat.json @@ -55,7 +55,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", @@ -1237,7 +1236,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_paginated.pat.json index 95602734..00dfb4f5 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_paginated.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_paginated.pat.json @@ -359,7 +359,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag.pat.json index 01ddf7c9..7a458c51 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag.pat.json @@ -629,7 +629,7 @@ "author_reputation": 0.54, "beneficiaries": [], "blacklists": [ - "hivewatchers", + "blacklisted by hivewatchers", "reputation-0" ], "body": "https://i.imgsafe.org/a633508263.jpg\n**There's no good way to introduce myself. I'm a 20 year-old woman, I\u2019m between the cracks, I\u2019m a slave, forced into whoring myself, a victim of what is usually called \u201chuman trafficking.\u201d There's no way I can escape from this without harm coming to my family, I\u2019m not here for pity. This is the life I'm stuck in, and I'm making the best of it, day by day. The last year, though has been much better than expected.\nI began reading this reddit with interest in 2012, and in 2013 (first buy was at $43), began coordinating meets downtown with people selling local. (Nice guys, every one of them wanted to rescue me, really sweet (if any of you are reading this, thank you)) and I'd exchange a small portion of my night's cash for bitcoins.\nI had one seller who began to meet me regularly, act like an ordinary John on until we got to the room, and then just educate me for the hour about bitcoin. These sessions are some of my happiest memories from the past 2 years. He even paid/tipped me for my time after teaching me! Some in cash, only a little in bitcoin: kept the management from growing suspicious. always still mostly taking home cash) I trusted him enough to hold my bitcoin for me, to keep any evidence of what I was doing off my phone. He was truly a good samaritan. In this way I managed to put about 10% of my earnings away every month. I don't have to tell you how smart and lucky I felt come December.\nI sent 22 BTC home that month (around $750 exchange rate) to help pay off a portion of my parent's debt. If this was taken home as cash, almost 2/3 of it would have gone to management \"expenses.\" Once I've finished covering their debt, I plan to save to purchase my freedom and be through with the business. This should be in about a year. I've recently begin to understand basic margin trading, and I suspect that, even with my extremely limited computer access, I could turn a profit on the bitcoin i already have by opening a 3:1 buy when I feel btc has dipped close to low.\nI had some rare free time and II wanted to thank you, users of this subreddit, for helping educate me about bitcoin and, in turn, helping me to get my parent's life back on track as soon as possible. If I'm living a different life in a year, I'll have you all to thank. I bet this all sounds tragic, but it\u2019s reality, and I'm doing much better than I ever imagined. I thought you would be happy to know how it has has positively affected my life & my parents.**\n\nFrom 2014 it was a whole new kind of experience it was a smooth sailing until my mom got admitted for breast cancer\ni will be posting about myself a lot over here about what all i have went through in the next post\n\nhere is the link to my reddit story which was well received by the wonderful community \n**https://www.reddit.com/r/Bitcoin/comments/2keueb/my_thanks_to_you_all_bitcoin_has_changed_my_life/**\n\ni would love to stay here and be a part of this community\nLets steem!!", @@ -896,7 +896,7 @@ "author_reputation": 0.81, "beneficiaries": [], "blacklists": [ - "hivewatchers", + "blacklisted by hivewatchers", "reputation-0" ], "body": "Hi peeps! I had some spare time today, so I decided to do something different. Here's the result! :)\n\nWhen \u0455\u043e you are feeling h\u0430\u0440\u0440\u0443 \u0443\u043eur **\u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng** \u0456\u0455 l\u043e\u043ek\u0435d after. Life is \u0440r\u0435tt\u0443 good. And this \u0441\u043euld b\u0435 b\u0435\u0441\u0430u\u0455\u0435 you feed \u0443\u043eur\u0455\u0435lf w\u0456th \u0435x\u0441\u0456t\u0456ng hobbies. On th\u0435 \u043eth\u0435r hand if \u0443\u043eu \u0430r\u0435 f\u0435\u0435l\u0456ng d\u0435\u0440r\u0435\u0455\u0455\u0435d, b\u043egg\u0435d down with w\u043erk \u0430nd ju\u0455t blahhh, th\u0435n reassess \u0443\u043eur l\u0456f\u0435 \u0430nd th\u0456nk about engrossing yourself \u0456n a hobby. **Let's h\u0430v\u0435 a l\u043e\u043ek at thr\u0435\u0435!**\n\n![Three types of hobbies](http://www.threethriftyguys.com/wp-content/uploads/2014/09/3-types-of-hobbies.jpg)\n\n### FIRSTLY: MU\u0405\u0406\u0421\u0410L EN\u0421\u041eUNT\u0415R:\n\nMu\u0455\u0456\u0441 \u0456\u0455 \u0440\u0430rt of \u0435v\u0435r\u0443d\u0430\u0443 l\u0456v\u0456ng. Y\u043eu h\u0435\u0430r \u0456t \u043en the r\u0430d\u0456\u043e, t\u0435l\u0435v\u0456\u0455\u0456\u043en, Y\u043euTub\u0435, iPods, m\u043ev\u0456\u0435\u0455, mu\u0455\u0456\u0441\u0430l theatre, \u0441\u0435ll \u0440h\u043en\u0435\u0455, CD\u0455, DVDS \u0430nd m\u043er\u0435.\n\nThe mu\u0455\u0456\u0441\u0456\u0430n\u0455 \u0443\u043eu hear h\u0430d t\u043e \u0455t\u0430rt fr\u043em th\u0435 beginning. An \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 \u0441\u043euld b\u0435 t\u043e **l\u0435\u0430rn an \u0456n\u0455trum\u0435nt**. M\u0430\u0443b\u0435 \u0443\u043eu will l\u0456k\u0435 \u0456t \u0455\u043e mu\u0441h that \u0440\u0435\u043e\u0440l\u0435 will b\u0435 listening to you \u0435v\u0435r\u0443 wh\u0435r\u0435.\n\n![Girl playing guitar](http://www.ebesucher.com/content/images/familie/frueherziehung.jpg)\n\nY\u043eu could b\u0435 thinking \u0430b\u043eut wh\u0456\u0441h \u0456n\u0455trum\u0435nt to l\u0435\u0430rn. W\u0435ll, this d\u0435\u0440\u0435nd\u0455 \u043en a numb\u0435r \u043ef factors including \u0443\u043eur musical t\u0430\u0455t\u0435 \u0430nd what \u0456n\u0455trum\u0435nt w\u043euld \u0455u\u0456t th\u0430t t\u0430\u0455t\u0435, th\u0435 \u0455\u0456z\u0435 \u0430nd \u0455\u043eund \u043ef the instrument, your budget. M\u0430\u0443b\u0435 you have \u0430n instrument l\u0443\u0456ng around your house which could have \u0430n airing \u043er a fr\u0456\u0435nd who \u0441\u043euld lend \u0443\u043eu \u043en\u0435. For \u0456n\u0455t\u0430n\u0441\u0435, if \u0443\u043eu w\u043euld l\u0456k\u0435 t\u043e play the melodic l\u0456n\u0435\u0455 \u0456n \u0430n orchestra th\u0435n th\u0435r\u0435 is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng a b\u0430\u0455\u0455 \u0456n\u0455trum\u0435nt like a b\u0430\u0455\u0455\u043e\u043en or double b\u0430\u0455\u0455. Y\u043eu would \u0430\u0456m towards a higher \u0456n\u0455trum\u0435nt like the flut\u0435 \u043er violin. If \u0443\u043eu l\u0456k\u0435 metal see \u0443\u043eur\u0455\u0435lf h\u0435\u0430d butt\u0456ng \u0430w\u0430\u0443 \u0456n a m\u0435t\u0430l band th\u0435n there is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng th\u0435 \u043eb\u043e\u0435. Y\u043eur instrument \u0441h\u043e\u0456\u0441\u0435\u0455 w\u043euld be guitar, b\u0430\u0455\u0455, drum\u0455, keyboard. M\u0430n\u0443 people start l\u0435\u0430rn\u0456ng th\u0435 ukul\u0435l\u0435 \u043er r\u0435\u0441\u043erd\u0435r \u0430nd th\u0435n m\u043ev\u0435 \u043ent\u043e \u0430n\u043eth\u0435r \u0456n\u0455trum\u0435nt. Many \u0440\u0435\u043e\u0440l\u0435 l\u0435\u0430rn the \u0440\u0456\u0430n\u043e because a piano l\u043e\u043ek\u0455 n\u0456\u0441\u0435 \u0456n a living r\u043e\u043em \u0430nd you can \u0441r\u0435\u0430t\u0435 g\u043e\u043ed \u0455\u043eund\u0455 r\u0456ght fr\u043em th\u0435 \u0455t\u0430rt. H\u043ew\u0435v\u0435r it \u0456\u0455 not \u0440\u043ert\u0430bl\u0435 t\u043e t\u0430k\u0435 \u0430w\u0430\u0443 w\u0456th you \u0430nd \u0456f \u0443\u043eu w\u0430nt to play \u0456n a mu\u0455\u0456\u0441\u0430l group l\u0456k\u0435 an orchestra th\u0435n you have t\u043e be a br\u0456ll\u0456\u0430nt player. But \u0456t is **gr\u0435\u0430t to r\u0435l\u0430x** \u043en \u0456n th\u0435 comfort \u043ef \u0443\u043eur \u043ewn home.\n\n### SECONDLY: CREATIVE C\u041eRN\u0415R:\n\nYou \u0441\u0430n \u0455\u0435\u0435 creations \u0435v\u0435r\u0443wh\u0435r\u0435. Sh\u043e\u0440\u0455 are full \u043ef them f\u043er \u0440\u0435\u043e\u0440l\u0435 t\u043e l\u043e\u043ek \u0430t, \u0440ur\u0441h\u0430\u0455\u0435 and \u0435nj\u043e\u0443 or give \u0430w\u0430\u0443 f\u043er someone \u0435l\u0455\u0435 to \u0435nj\u043e\u0443 \u0430nd people h\u0430d t\u043e create th\u0435m to b\u0435g\u0456n w\u0456th. S\u043e \u0430n\u043eth\u0435r \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 w\u043euld be to g\u0435t \u0441r\u0435\u0430t\u0456v\u0435, l\u0456k\u0435 th\u0435 \u0440\u0435\u043e\u0440l\u0435 wh\u043e \u0441r\u0435\u0430t\u0435d products in th\u0435 shops, and t\u0430k\u0435 up a craft. There \u0430r\u0435 m\u0430n\u0443 crafts t\u043e choose fr\u043em like cross stitch, jewelry m\u0430k\u0456ng, l\u0435\u0430th\u0435r w\u043erk,\u00a0\u051bu\u0456lt\u0456ng, soap m\u0430k\u0456ng and th\u0435 list g\u043e\u0435\u0455 \u043en. Some t\u0456m\u0435 \u0456n \u0443\u043eur l\u0456f\u0435 \u0443\u043eu may h\u0430v\u0435 th\u043eught that you \u0441\u043euld m\u0430k\u0435 th\u0456\u0455. Well \u0456t \u0456\u0455 t\u0456m\u0435 to give \u0456t a try **in \u0443\u043eur \u0441r\u0435\u0430t\u0456v\u0435 \u0441\u043ern\u0435r**.\n\n![Eggs](http://homicraft.com/wp-content/uploads/2015/02/Easter-Crafts-for-Adults.jpg)\n\n### LASTLY: ONL\u0406N\u0415 GAMING:\n\nThe \u0456nt\u0435rn\u0435t \u0456\u0455 th\u0435 w\u0430\u0443 \u043ef *\"n\u043ew\"*.\u00a0Millions of people \u0430ll \u043ev\u0435r th\u0435 world \u0430r\u0435 u\u0455\u0456ng th\u0435\u0456r \u0441\u043em\u0440ut\u0435r\u0455 to go online for \u0455\u043em\u0435th\u0456ng, wh\u0435th\u0435r \u0456t b\u0435 \u0440\u0430\u0443\u0456ng a b\u0456ll, tr\u0430d\u0456ng \u0430t online \u0430u\u0441t\u0456\u043en sites l\u0456k\u0435 \u0435B\u0430\u0443 \u0430nd Tr\u0430d\u0435M\u0435, \u0455h\u043e\u0440\u0440\u0456ng, \u0441h\u0430tt\u0456ng \u043en Facebook \u043er ju\u0455t having a quiet g\u0430m\u0435 \u043ef \u0455\u0440\u0456d\u0435r \u0455\u043el\u0456t\u0430\u0456r\u0435. So \u0456f \u0443\u043eu have a computer th\u0435n a r\u0435l\u0430x\u0456ng th\u0456ng to do wh\u0435n \u0443\u043eu h\u0430v\u0435 a f\u0435w m\u0456nut\u0435\u0455 (\u043er l\u043eng\u0435r) \u0456\u0455 to \u0440l\u0430\u0443 g\u0430m\u0435\u0455 online. Y\u043eu g\u0435t a f\u0435w g\u0430m\u0435\u0455 w\u0456th your \u0441\u043em\u0440ut\u0435r \u0430nd \u0455\u043e \u0443\u043eu d\u043e n\u043et need th\u0435 internet but if you \u0430r\u0435 h\u043e\u043ek\u0435d u\u0440 t\u043e th\u0435 \u0456nt\u0435rn\u0435t then th\u0435 g\u0430m\u0435\u0455 are **endless**. Th\u0435r\u0435 \u0430r\u0435 \u0455\u043e many \u0441h\u043e\u0456\u0441\u0435\u0455 of g\u0430m\u0435\u0455 to choose and \u0455\u043e th\u0435r\u0435 \u0456\u0455 bound t\u043e b\u0435 \u0455\u043em\u0435 that w\u043euld \u0455u\u0456t \u0443\u043eur taste. M\u0430n\u0443 \u043ef the g\u0430m\u0435\u0455 are fr\u0435\u0435 \u0430nd \u0455\u043em\u0435 r\u0435\u051bu\u0456r\u0435 a payment \u0435\u0456th\u0435r a \u043en\u0435 \u043eff \u0440\u0430\u0443m\u0435nt \u043er a monthly subscription fee. Some \u0455\u0456t\u0435\u0455 offer a fr\u0435\u0435 tr\u0456\u0430l period f\u0456r\u0455t and then g\u0456v\u0435 \u0443\u043eu the \u043e\u0440t\u0456\u043en j\u043e\u0456n. The \u043enl\u0443 problem is that \u043enl\u0456n\u0435 g\u0430m\u0456ng \u0441\u0430n become **\u0430dd\u0456\u0441t\u0456v\u0435** \u0430nd hence you m\u0430\u0443 have less t\u0456m\u0435 t\u043e \u0440r\u0430\u0441t\u0456\u0455\u0435 \u0443\u043eur mu\u0455\u0456\u0441\u0430l \u0456n\u0455trum\u0435nt \u043er create that amazing something. Oh well!!\n\n![Gaming](https://iqglobal.intel.com/iq-content-library/wp-content/uploads/sites/18/2015/12/UB2-978x653.jpg)\n\nWh\u0435th\u0435r \u0443\u043eu \u0441h\u043e\u043e\u0455\u0435 to \u0440l\u0430\u0443 th\u0435 \u0440\u0456\u0430n\u043e, \u0441r\u0435\u0430t\u0435 a \u0441u\u0455h\u0456\u043en cover \u043er \u0456ndulg\u0435 \u0456n a l\u0456ttl\u0435 \u043enl\u0456n\u0435 \u0430dv\u0435ntur\u0435 game \u0456t d\u043e\u0435\u0455 not matter. As l\u043eng as one or m\u043er\u0435 \u043ef th\u0435 thr\u0435\u0435 exciting indoor hobbies \u0441\u0430n benefit \u0443\u043eur \u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng then \u0443\u043eu h\u0430v\u0435 **g\u0430\u0456n\u0435d \u0455\u043em\u0435th\u0456ng \u0440\u043e\u0455\u0456t\u0456v\u0435** \u0430nd r\u0435\u0430\u0440 th\u0435 r\u0435w\u0430rd\u0455 \u043ef a happy life.\n\nEnjoy!\n\n@caitlinm xXx", @@ -1084,7 +1084,7 @@ "author_reputation": 0.81, "beneficiaries": [], "blacklists": [ - "hivewatchers", + "blacklisted by hivewatchers", "reputation-0" ], "body": "Help me, please!", @@ -1253,7 +1253,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Here's the door:\n\n[![Screenshotfrom2016-09-0922-52-410b729.png](https://www.steemimg.com/images/2016/09/09/Screenshotfrom2016-09-0922-52-410b729.png)](https://www.steemimg.com/image/ukveU)\n\nIt's an old picture, but the door is still there. @sezi2u and @kingarbinv are herewith invited.\n\nidiots.", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag_paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag_paginated.pat.json index 9f450899..a604c52c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag_paginated.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_indirect_tag_paginated.pat.json @@ -129,7 +129,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Here's the door:\n\n[![Screenshotfrom2016-09-0922-52-410b729.png](https://www.steemimg.com/images/2016/09/09/Screenshotfrom2016-09-0922-52-410b729.png)](https://www.steemimg.com/image/ukveU)\n\nIt's an old picture, but the door is still there. @sezi2u and @kingarbinv are herewith invited.\n\nidiots.", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_paginated.pat.json index 95602734..00dfb4f5 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_paginated.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_paginated.pat.json @@ -359,7 +359,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag.pat.json index 34fe280f..7eb25b80 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag.pat.json @@ -1250,7 +1250,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Here's the door:\n\n[![Screenshotfrom2016-09-0922-52-410b729.png](https://www.steemimg.com/images/2016/09/09/Screenshotfrom2016-09-0922-52-410b729.png)](https://www.steemimg.com/image/ukveU)\n\nIt's an old picture, but the door is still there. @sezi2u and @kingarbinv are herewith invited.\n\nidiots.", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag_paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag_paginated.pat.json index 9f450899..a604c52c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag_paginated.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes_tag_paginated.pat.json @@ -129,7 +129,6 @@ "author_reputation": -5.58, "beneficiaries": [], "blacklists": [ - "ignoreall (mute list)", "reputation-0" ], "body": "Here's the door:\n\n[![Screenshotfrom2016-09-0922-52-410b729.png](https://www.steemimg.com/images/2016/09/09/Screenshotfrom2016-09-0922-52-410b729.png)](https://www.steemimg.com/image/ukveU)\n\nIt's an old picture, but the door is still there. @sezi2u and @kingarbinv are herewith invited.\n\nidiots.", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json index dcf00fbe..8cf9e21c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/max_limit.pat.json @@ -10128,7 +10128,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.11, "beneficiaries": [], - "blacklists": ["blacklisted by spaminator"], + "blacklists": [], "body": "Leah I understand your frustration:\n\nHowever saying that we have disregarded your safety is false\n\nWe cannot help what information people can find from other sources and post.\n\nWe can build the site to allow for muting. If muting hasn't worked please accept my apology. We are working around the clock to move this website forward.\n\nTo give context to this situation, Dan responded to you personally, even offering that we would look into the identity of the offender and disclose that information law permitting, and the entire message thread considered, it appears your quotes are taken out of context. Dan was only trying to help when he asked if you had responded to him.\n\nAs far as moving this platform forward, we are actively engaging in creative problem solving to improve the economics of post and curation rewards as well as turn Steemit from a blockchain-site into a thriving and personalized social media site. More on that soon.\n\nAs far as comparisons to Synereo and other blockchain-based platforms for social networking, I would like to see more comparisons of the economics at the protocol and rewards levels. This is the third comparison piece I've seen in three days and none have ventured to go so far as to compare the economic incentive models and friction points", "category": "synereo", "children": 78, @@ -12117,7 +12117,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": ["blacklisted by redeemer","blacklisted_by_spaminator","blacklisted_by_buildawhale"], + "blacklists": [], "body": "Tone Vays = old ways", "category": "steem", "children": 8, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json index baa17b25..7b8b4d23 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/max_limit.pat.json @@ -1710,7 +1710,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 62.11, "beneficiaries": [], - "blacklists": ["blacklisted by spaminator"], + "blacklists": [], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "category": "steem", "children": 315, @@ -21222,7 +21222,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": ["blacklisted by redeemer","blacklisted by spaminator","blacklisted by buildawhale"], + "blacklists": [], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", "category": "freedom", "children": 15, @@ -50559,7 +50559,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 67.62, "beneficiaries": [], - "blacklists": ["blaclisted by redeemer","blacklisted by spaminator","blacklisted by buildawhale"], + "blacklists": [], "body": "### Good food is happy freedom\nhttps://www.youtube.com/watch?v=7CbwrsfB5-g\n\n### Every day is the same day repeating itself, just as 1 second of now.\n\n### Inequality is having to get permission or give apology.\n\n### JOY is my force field.\n\n---\n\nOn the way to the sushi restaurant...\nhttps://www.youtube.com/watch?v=V2gmGK3ftOY\n\n---\n\n## Craig Grant in 1999\nI no longer had the financial support of my girlfriend, and things slowed down for me with music. I had now admitted to myself that I had failed at becoming famous hip hop star and was ready to go back to school. I moved back to my mothers house and cut myself off from most of my music friends. I started night classes at Palm Beach Community college. I hated it. I continued to work with my rap group ACU to complete their album, but stopped with everything after that. Julie was working in a salon and would occasionally come to visit me. We talked allot on the phone at night while I worked delivering pizza. She had some cute girlfriends and I always asked her to hook me up. Our long phone conversations would often venture into sexual subjects. Julie(Yuliana's nick name) had a girlfriend that was bisexual, she often spent the night at Julie\u2019s house and they would pretend to be messing with each other while I was on the phone. One night me and a friend named Mr. Menace picked up Julie and her bisexual friend to hang out. We went to my mothers house and all got drunk. They were scared to have sex with us, but we convinced them to let us watch them. They did a little bit, not much. I was pleased to see Julie in just her panties for the first time. I was so drunk and started talking about my childhood for a long time.\n\nI was desperate to find a way out of my mothers house and out of school. I started thinking maybe now it\u2019s time to find a rich old woman, my last resort to wealth. Early in the year I found a flier advertising Unlimited long distance for a flat rate of $59 per month. I could tell this was a new company and new technology, and I wanted to get involved. The company was International Communications Corporation from Boca Raton, Fl. I called them and asked if there was a away I could make $$ promoting their service. They signed me up as a reseller making $25 per new customer plus 10% of the recurring phone bill. I made fliers and advertised the service in the local news paper. I made a web site called LongDistanceFlat.com that was programmed to sign up new customers online. At first my web site collected the customer information, then I would print and fax the order. When I started the service was only available locally, but the company grew fast and then it was available nationwide. I started learning how to promote my web site online to get more customers. I started getting checks in the mail. I was happy to be making $$ this way. It took allot of work but I was working for myself without a boss on my back and making my own hours, I liked it. I spent all the $$ I made delivering pizza on promoting LongDistanceFlat.com.\n\nIn August my daily routine was to deliver pizza and get on the Internet, I quit school. My mother was concerned. One Saturday night she yelled at me to get out the house and go party, she was all dressed up to go out. She said I was spending too much time on that dam computer. I told her \u201cThis is going to pay off\u201d. My only friends in this time was Lesmes and Julie. Me and Lesmes were doing music, and Julie would visit about 3 times per week. I started showing her all the cool stuff I am doing online and how I am making $$ with it. I also showed her a personal ad I had on excite.com to find a girlfriend. I had a few responses and went on a couple dates, but nothing good. Julie put a personal ad in excite.com just for the fun of it, she got hundreds of responses in just 2 days, it was overwhelming. She read the messages and laughed. She brought a very sexy friend to my house once, her name was Sophie. Julie started looking better now that she had been working in the salon, she also had a nice car, a red convertible Mustang.\n\nWhile promoting LongDistanceFlat.com I started a promotion offering a free cordless phone to new customers. Free stuff offers got allot of attention online, and it was easy to get links on free stuff sites for my offer. I started surfing the Internet to find free stuff sites to place my offer. I noticed how well built these sites were and everything was free. I knew there was $$ being made and I wanted to know how to make it too. I dug deeper and after a month I figured out what affiliate programs were. Many of the free offers were companies collecting information and would pay me up to $1.00 for a name and address and send a free product to that customer.\n\nIn three months I taught myself how to use Front Page and launched my first free stuff site free4women.com in late 1999. I made the free4wmaon.com site with 2 pages, 1 page with the TOP 100 FREE STUFF offers online, all these offers I get paid $$. The other page was a collection of legitimate FREE beauty product offers for women. These offers were REAL free offers that I did not get paid for, but was a GREAT way to market the site to get traffic. I worked VERY HARD loooong hours to market my site with every tool available to me. I created a personality called \u201cJanet\u201d for posting in forums..ect, because free stuff surfers respond more to women online than men. I had spent about $500 of my own $$ and I made that $500 back before I was able to spend more, so the site was paying for itself and then some. One of my biggest offers was an online bank called x.com (now PayPal). They offered $20 free to open a bank account online, and $20 for very person your refer, deposited to your x.com online bank account. X.com also sent a visa debit card for the account. The online form to open the account was one page, and short. You would see the $20 instantly in your new online bank account. I promoted that offer and made $2000 per week. I spent most of the $$ I made on promoting the web site. My web site was making $5,000 per month. I had an account with LinkShare.com and made about $10,000 for my first big check, it was scheduled to arrive in January 2000. I was worried about Y2K.\n\nlongdistanceflat.com @ https://web.archive.org/web/19991128041952/http://www.longdistanceflat.com/\n\nfree4women.com @ https://web.archive.org/web/20000816005758/http://www.free4women.com/beauty.htm\n\n---\nSteem City - Politics, Security, Tax, Trade, Police, and Social Services\nhttps://www.youtube.com/watch?v=pDdxihuCXMk\n\n---\n\nFollow @craig-grant\n\nhave fun : )", "category": "freedom", "children": 6, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect.pat.json index 58f03f1f..d901c229 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect.pat.json @@ -1711,7 +1711,7 @@ "author_reputation": 62.11, "beneficiaries": [], "blacklists": [ - "spaminator" + "blacklisted by spaminator" ], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "category": "steem", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json index 8c82bc60..5e881b07 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json @@ -9029,9 +9029,9 @@ "author_reputation": 67.62, "beneficiaries": [], "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" + "blacklisted by buildawhale", + "blacklisted by spaminator", + "blacklisted by redeemer" ], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", "category": "freedom", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json index 779344c0..c5bd9991 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/max_limit.pat.json @@ -58971,7 +58971,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 50.31, "beneficiaries": [], - "blacklists": ["blacklisted by hivewatchers"], + "blacklists": [], "body": "\n

\n\nFOOD courts are dying and it is not a moment too soon.\nThe food court system allowed a horrible tragedy of the commons to develop. Nobody looked after the communal tables properly. You might try to enjoy your lunch on a table encrusted with tomato sauce stains so old they have gone black, while fighting off audacious sparrows that will peck your naan if you take your eye off it for a second. But you won\u2019t succeed.\nIt is no surprise that food courts are so horrible. The tragedy of the commons makes it inevitable.\nThe tragedy of the commons is a theory that says communally owned assets will be excessively exploited and insufficiently cared for. It is why:\n\u2022 Bus seats have chewing gum on them;\n\u2022 Our oceans are full of plastic; and\n\u2022 Public toilets are so richly daubed with other people\u2019s excretions.\nThere are two types of solutions. One is a complex system of rules and enforcement, funded and maintained by the network of common owners. The other is private ownership. When a restaurant owns its own chairs and tables, it keeps them in good nick. (Private ownership is also why your couch at home is not coated in chewing gum and your powder room is pristine.)\nShopping centre owners are sneaking up on the realisation that food courts might be efficient but they kind of suck. But they are doing so very slowly.\n\nEvery time a new shopping centre opens, they trumpet the great new food outlets that will feature inside. If they are in a food court the centre insists on calling it a \u201cCaf\u00e9 Precinct\u201d or a \u201cDining Terrace\u201d. But most of the time, these fantastic new outlets are not in the food court at all. Often enough, they are on the complete opposite side of the centre to the food court.\nTake the new Fonda Mexican at Knox shopping centre in Melbourne. Fonda Mexican is not trying to be that fancy. It\u2019s just a taco joint, medium priced. But it doesn\u2019t want its customers sitting on cheap rickety chairs out in the cavernous echo of the food court. Instead it has its own booths in its own style.\nThe fancier the shopping centre, the less likely it has a McDonald\u2019s facing onto 200 plastic tables and the more fully separate outlets it has. The upscale Emporium shopping centre in Melbourne\u2019s CBD has about half its food outlets as stand-alone outlets. Westfield Sydney has an outlet of Michelin starred Tim Ho Wan. One thing is clear: consumer preferences are changing.\nThis is about more than just food. This is about the changing face of shopping centres as they struggle to keep up with where Australians are at. They are \u2014 too late for some \u2014 trying to shake off their tired image as a boring place for doing your chores and getting some keys cut.\nTim McDonald, the founder of Fonda Mexican, says shopping centres keep approaching him.\n\u201cThey are really behind the eight ball with the food and beverage offering. They have realised the food and beverage offering has really got to lift if they are gong to be treated as leisure and entertainment centres as opposed to retail shopping centres. And they seem to be doing a good job. Our brand can fit in with some of the shopping centres.\u201d\nAustralian retail has been in a dire state for a long time as people hoard their funds and scrimp and save. For the good of the economy, we need to do whatever we can to make consumer spending tick up.\nKilling the food court once and for all might just give us the leg up that we need.\nsource :news.com.au", "category": "food", "children": 2, -- GitLab From 8b7550b6a4506913595078b766d04b7ec7168b5b Mon Sep 17 00:00:00 2001 From: ABW Date: Thu, 3 Dec 2020 19:05:13 +0100 Subject: [PATCH 09/19] [ABW]: slight modifications to _readme descriptions --- .../get_discussion/_readme.txt | 10 ++++----- .../get_payout_stats/_readme.txt | 4 ++-- .../list_communities/_readme.txt | 22 +++++++++---------- .../list_community_roles/_readme.txt | 6 ++--- .../list_pop_communities/_readme.txt | 4 ++-- .../list_subscribers/_readme.txt | 5 +++-- 6 files changed, 26 insertions(+), 25 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt index d62b41ab..bb19e20d 100644 --- a/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/_readme.txt @@ -1,15 +1,15 @@ -Gives all information about post/ comment (replies, votes, information about author etc.). +Gives flattened discussion tree starting at given post. method: "bridge.get_discussion" params: { - "auhtor":"{author}", "permlink":"permlink", + "author":"{author}", "permlink":"permlink", - author + permlink : mandatory, have to point to valid post; paging mechanism + author + permlink : mandatory, have to point to valid post; defines start of discussion tree - "observer":"{account}", + "observer":"{account}" optional (can be skipped or passed empty), when passed has to point to valid account - used to hide authors blacklisted by observer + used to filter out discussion branches starting at posts authored by accounts ignored directly or indirectly by the observer } diff --git a/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt index 678fe20b..5e0aa83a 100644 --- a/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt @@ -1,10 +1,10 @@ -Lists communities order by payout with stats (total payout, number of posts and authors). +Lists communities ordered by payout with stats (total payout, number of posts and authors). Similar to condenser_api.get_trending_tags but gives slightly different values and it is limited to communities. method: "bridge.get_payout_stats" params: { - "limit":"{number}", + "limit":"{number}" optional, range 1..250; default = 250 diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt index b756992f..1bdff106 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt @@ -1,11 +1,11 @@ -Lists information about communities. +Lists communities depending on chosen ranking. method: "bridge.list_communities" params: { "last":"{name}", - optional, name of community; given community not appear in result; used for paging mechanism + optional, name of community; paging mechanism (cuts out this and "higher" communities, depends on chosen ranking) "limit":"{number}", @@ -13,19 +13,19 @@ params: "query":"{title}", - optional, when given turns on filtering on given name/ part of name + optional, when given turns on filtering for given set of words - words are looked for in 'title' and 'about' fields "sort": "{order}", - optional, determines order of returned communities' default = "rank" - values: - "rank" - communities with highest rank (trending) score first - "new" - newest communities first - "subs" - communities with largest number of subscribers first + optional, determines order of returned communities, default = "rank" + values: + "rank" - communities with highest rank (trending) score first + "new" - newest communities first + "subs" - communities with largest number of subscribers first - "observer":"{account}", + "observer":"{account}" - optional (can be skipped or passed empty), when passed has to point to valid account - used to hide show relation between account and community (subscribed, role and title) + optional (can be skipped or passed empty), when passed has to point to valid account + used to show relation between account and community (subscribed, role and title) } diff --git a/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt index a40def87..2d2cecf1 100644 --- a/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/list_community_roles/_readme.txt @@ -9,10 +9,10 @@ params: "last":"{name}", - optional, appears to be broken + optional, paging mechanism (broken - most likely was meant to point to account) - "limit":"{number}", + "limit":{number} - optional, must be positive; default = 50; + optional, unspecified range, default = 50 (to be changed - needs to enforce positive integer within range that also needs to be defined) } \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt index 632f087f..27163903 100644 --- a/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/list_pop_communities/_readme.txt @@ -3,8 +3,8 @@ Lists communities by new subscriber count. Returns names and titles community li method: "bridge.list_pop_communities" params: { - "limit":"{number}", + "limit":{number} - optional, range 1..25; default = 25; + optional, 1..25, default = 25 } \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt index 3807c224..164f4a5b 100644 --- a/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/list_subscribers/_readme.txt @@ -1,10 +1,11 @@ Lists all subscribers with role, title and time of subscription for given community. +Hardcoded limit of 250. No paging. method: "bridge.list_subscribers" params: { - "community":"{name}", + "community":"{name}" - mandatory, points to community; + mandatory, points to community } \ No newline at end of file -- GitLab From 8a928de12d2eda242a4aecead5569b21dfce1339 Mon Sep 17 00:00:00 2001 From: ABW Date: Thu, 3 Dec 2020 19:07:46 +0100 Subject: [PATCH 10/19] [ABW]: ... and some more modifications --- .../tavern/bridge_api_patterns/get_payout_stats/_readme.txt | 4 ++-- .../tavern/bridge_api_patterns/list_communities/_readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt index 5e0aa83a..95624a12 100644 --- a/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_payout_stats/_readme.txt @@ -4,8 +4,8 @@ Similar to condenser_api.get_trending_tags but gives slightly different values a method: "bridge.get_payout_stats" params: { - "limit":"{number}" + "limit":{number} - optional, range 1..250; default = 250 + optional, 1..250, default = 250 } diff --git a/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt index 1bdff106..468638db 100644 --- a/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/list_communities/_readme.txt @@ -7,7 +7,7 @@ params: optional, name of community; paging mechanism (cuts out this and "higher" communities, depends on chosen ranking) - "limit":"{number}", + "limit":{number}, optional, range 1..100; default = 100 -- GitLab From 54d4b00af211fdf63f5765e5ab6c1f50020fe50e Mon Sep 17 00:00:00 2001 From: ABW Date: Thu, 3 Dec 2020 19:27:11 +0100 Subject: [PATCH 11/19] [ABW]: _readme decriptions simplified since most of described routines are simple aliases to condenser_api fixed placement of two _readme --- .../get_account_reputations/_readme.txt | 17 ++------------ .../follow_api_patterns/get_blog/_readme.txt | 21 +---------------- .../get_blog_entries/_readme.txt | 21 +---------------- .../get_follow_count/_readme.txt | 13 +---------- .../get_followers/_readme.txt | 23 +------------------ .../get_following/_readme.txt | 13 +---------- .../get_reblogged_by/_readme.txt | 1 + .../get_following/_readme.txt | 22 ------------------ 8 files changed, 8 insertions(+), 123 deletions(-) create mode 100644 hivemind/tavern/follow_api_patterns/get_reblogged_by/_readme.txt delete mode 100644 hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt diff --git a/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt b/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt index 85fe7bf9..007e30af 100644 --- a/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_account_reputations/_readme.txt @@ -1,15 +1,2 @@ -Lists accounts and their raw reputations. -Call implementation in condenser_api. - -method: "follow_api.get_account_reputations" -params: -{ - "limit":"{number}", - - mandatory, 1..1000 - - "account_lower_bound":"{account}", - - optional, account or fragment; paging mechanism - -} +Nearly an alias for condenser_api.get_account_reputations, except the results are given in condenser_api style (original condenser_api.get_account_reputations +implementation), while current condenser_api.get_account_reputations uses database_api style (since it was made to match Fat Node implementation) diff --git a/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt b/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt index 48aca563..f5846b69 100644 --- a/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_blog/_readme.txt @@ -1,20 +1 @@ -Lists posts for given author from the most recent -(equivalent to get_discussions_by_blog, but uses offset-based pagination/ interface like get_blog_entries but returns more post references). -Entry_id and limit for paging mechanism (start_entry_id can be at least smaller one than limit [start_index - limit + 1 >= 0]) -Call implementation in condenser_api. - -method: "follow_api.get_blog" -params: -{ - "author":"{author}" - - mandatory, points to account - - "start_entry_id":"{number}" - - optional; default = 0 - - "limit":"{limit}" - - optional, range 0...500; default = "start_entry_id" + 1 -} +Alias for condenser_api.get_blog diff --git a/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt b/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt index 4176f7b1..24117948 100644 --- a/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_blog_entries/_readme.txt @@ -1,20 +1 @@ -Lists posts for given author from the most recent -(equivalent to get_discussions_by_blog, but uses offset-based pagination/ interface like get_blog_entries but returns more post references). -Entry_id and limit for paging mechanism. -Call implementation in condenser_api. - -method: "follow_api.get_blog" -params: -{ - "author":"{author}" - - mandatory, points to account - - "start_entry_id":"{number}" - - optional, default = 0; if it is passed without limit must be smaller than 500 - - "limit":"{limit}" - - optional, range 0...500; default = "start_entry_id" + 1 -} +Alias for condenser_api.get_blog_entries diff --git a/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt b/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt index 5dbe45fc..f70d308c 100644 --- a/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_follow_count/_readme.txt @@ -1,12 +1 @@ - -Gives following and followers count for given account. -Call implementation in condenser_api. - -method: "follow_api.get_follow_count" -params: -{ - "account":"{account}", - - mandatory, point to valid account - -} +Alias for condenser_api.get_follow_count diff --git a/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt b/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt index e63a726c..daa6fa0a 100644 --- a/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_followers/_readme.txt @@ -1,22 +1 @@ -Gives accounts which follow given account. -Call implementation in condenser_api. - -method: "follow_api.get_followers" -params: -{ - "account":"{account}", - - mandatory, points on valid account - - "start":"{account}" - - optional, when given have to point on start account of followers - - "limit:"{number}" - - mandatory, range of 1...1000; - - "follow_type":"{follow_type}" - - optional; default = 'blog'; other option 'ignore' to account which muted given account -} +Alias for condenser_api.get_followers diff --git a/hivemind/tavern/follow_api_patterns/get_following/_readme.txt b/hivemind/tavern/follow_api_patterns/get_following/_readme.txt index 77b40909..c3472732 100644 --- a/hivemind/tavern/follow_api_patterns/get_following/_readme.txt +++ b/hivemind/tavern/follow_api_patterns/get_following/_readme.txt @@ -1,12 +1 @@ -Lists rebloggers of given post. -Call implementation in condenser_api. - -method: "follow_api.get_reblogged_by" -params: -{ - "author":"{author}" + "permlink":"{permlink}", - - mandatory, have to point on valid post; paging mechanism - -} - +Alias for condenser_api.get_following diff --git a/hivemind/tavern/follow_api_patterns/get_reblogged_by/_readme.txt b/hivemind/tavern/follow_api_patterns/get_reblogged_by/_readme.txt new file mode 100644 index 00000000..faa696c1 --- /dev/null +++ b/hivemind/tavern/follow_api_patterns/get_reblogged_by/_readme.txt @@ -0,0 +1 @@ +Alias for condenser_api.get_reblogged_by diff --git a/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt b/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt deleted file mode 100644 index 3a5a6e9d..00000000 --- a/hivemind/tavern/follow_api_patterns/get_reblogged_by/get_following/_readme.txt +++ /dev/null @@ -1,22 +0,0 @@ -Gives accounts which given account follow. -Call implementation in condenser_api. - -method: "follow_api.get_following" -params: -{ - "account":"{account}", - - mandatory, points on valid account - - "start":"{account}" - - optional, when given have to point on start account of following - - "limit:"{number}" - - mandatory, range of 1...1000; - - "follow_type":"{follow_type}" - - optional; default = 'blog'; other option 'ignore' to account which given account muted -} -- GitLab From a83c40a52b8fa655e1f1f37a9061386bf25347c7 Mon Sep 17 00:00:00 2001 From: Jason Salyers Date: Fri, 4 Dec 2020 01:55:13 -0500 Subject: [PATCH 12/19] correct some tests --- .../get_ranked_posts/created/mutes_indirect_tag.pat.json | 8 ++++---- .../get_ranked_posts/muted/max_limit.pat.json | 6 ++++-- .../get_ranked_posts/muted/min_limit.pat.json | 4 +++- .../get_ranked_posts/muted/mutes.pat.json | 8 ++++++-- .../get_ranked_posts/promoted/mutes_indirect_tag.pat.json | 2 +- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json index 23814195..9c9e8940 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json @@ -1493,7 +1493,7 @@ "author_reputation": 26.94, "beneficiaries": [], "blacklists": [ - "hivewatchers" + "blacklisted by hivewatchers" ], "body": "\n
    \n
  •   Tiki mugs are a cool thing to collect and tiki drinks are out-of-this-world-delicious. So why aren\u2019t you making more tiki drinks at home?Because they have a reputation for being incredibly complicated, that\u2019s why. But New York City bartender and tiki enthusiast Brian Miller \u2014 who\u2019s studied the repertoire of tiki godfather Donn Beach closely \u2014 is here to help.Below, he recommends five rum-based tiki recipes that strike a balance between being authentic and doable without having to revamp your entire liquor collection. Master them and you\u2019ll earn major home bartender cred.  
  • \n
  • \n
\n\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", "category": "food", @@ -2107,9 +2107,9 @@ "author_reputation": 55.66, "beneficiaries": [], "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" + "blacklisted by redeemer", + "blacklisted by buildawhale", + "blacklisted by spaminator" ], "body": "Hello Steemit! To make a swan I took a few days, but I am very happy, turned out beautifully. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151004.1473960590.jpg\n\nhttp://ipic.su/img/img7/fs/P9140916.1473960690.jpg\n\nhttp://ipic.su/img/img7/fs/P9140922.1473960714.jpg\n\nhttp://ipic.su/img/img7/fs/P9140931.1473960731.jpg\n\nhttp://ipic.su/img/img7/fs/P9140935.1473960805.jpg\n\nhttp://ipic.su/img/img7/fs/P9140941.1473960854.jpg\n\nhttp://ipic.su/img/img7/fs/P9140951.1473960899.jpg\n\nhttp://ipic.su/img/img7/fs/P9140965.1473960972.jpg\n\nhttp://ipic.su/img/img7/fs/P9140967.1473961056.jpg\n\nhttp://ipic.su/img/img7/fs/P9140972.1473961103.jpg\n\nhttp://ipic.su/img/img7/fs/P9150982.1473961200.jpg\n\nhttp://ipic.su/img/img7/fs/P9150988.1473961248.jpg\n\nhttp://ipic.su/img/img7/fs/P9150994.1473961301.jpg\n\nhttp://ipic.su/img/img7/fs/P9151004.1473961355.jpg\n\nhttp://ipic.su/img/img7/fs/P9151009.1473961408.jpg\n\nhttp://ipic.su/img/img7/fs/P9151011.1473961457.jpg\n\n---\n\nSuitable for home decoration or as a gift!\nFor the manufacture of needed skills in origami, but everyone can, if you try! Thank you all for your attention!", "category": "steemit", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json index ba741cad..83753cbe 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/max_limit.pat.json @@ -3423,7 +3423,8 @@ "author_reputation": 0.54, "beneficiaries": [], "blacklists": [ - "blacklisted by hivewatchers" + "blacklisted by hivewatchers", + "reputation-0" ], "body": "https://i.imgsafe.org/a633508263.jpg\n**There's no good way to introduce myself. I'm a 20 year-old woman, I\u2019m between the cracks, I\u2019m a slave, forced into whoring myself, a victim of what is usually called \u201chuman trafficking.\u201d There's no way I can escape from this without harm coming to my family, I\u2019m not here for pity. This is the life I'm stuck in, and I'm making the best of it, day by day. The last year, though has been much better than expected.\nI began reading this reddit with interest in 2012, and in 2013 (first buy was at $43), began coordinating meets downtown with people selling local. (Nice guys, every one of them wanted to rescue me, really sweet (if any of you are reading this, thank you)) and I'd exchange a small portion of my night's cash for bitcoins.\nI had one seller who began to meet me regularly, act like an ordinary John on until we got to the room, and then just educate me for the hour about bitcoin. These sessions are some of my happiest memories from the past 2 years. He even paid/tipped me for my time after teaching me! Some in cash, only a little in bitcoin: kept the management from growing suspicious. always still mostly taking home cash) I trusted him enough to hold my bitcoin for me, to keep any evidence of what I was doing off my phone. He was truly a good samaritan. In this way I managed to put about 10% of my earnings away every month. I don't have to tell you how smart and lucky I felt come December.\nI sent 22 BTC home that month (around $750 exchange rate) to help pay off a portion of my parent's debt. If this was taken home as cash, almost 2/3 of it would have gone to management \"expenses.\" Once I've finished covering their debt, I plan to save to purchase my freedom and be through with the business. This should be in about a year. I've recently begin to understand basic margin trading, and I suspect that, even with my extremely limited computer access, I could turn a profit on the bitcoin i already have by opening a 3:1 buy when I feel btc has dipped close to low.\nI had some rare free time and II wanted to thank you, users of this subreddit, for helping educate me about bitcoin and, in turn, helping me to get my parent's life back on track as soon as possible. If I'm living a different life in a year, I'll have you all to thank. I bet this all sounds tragic, but it\u2019s reality, and I'm doing much better than I ever imagined. I thought you would be happy to know how it has has positively affected my life & my parents.**\n\nFrom 2014 it was a whole new kind of experience it was a smooth sailing until my mom got admitted for breast cancer\ni will be posting about myself a lot over here about what all i have went through in the next post\n\nhere is the link to my reddit story which was well received by the wonderful community \n**https://www.reddit.com/r/Bitcoin/comments/2keueb/my_thanks_to_you_all_bitcoin_has_changed_my_life/**\n\ni would love to stay here and be a part of this community\nLets steem!!", "category": "introduceyourself", @@ -4801,7 +4802,8 @@ "author_reputation": 0.81, "beneficiaries": [], "blacklists": [ - "blacklisted by hivewatchers" + "blacklisted by hivewatchers", + "reputation-0" ], "body": "Hi peeps! I had some spare time today, so I decided to do something different. Here's the result! :)\n\nWhen \u0455\u043e you are feeling h\u0430\u0440\u0440\u0443 \u0443\u043eur **\u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng** \u0456\u0455 l\u043e\u043ek\u0435d after. Life is \u0440r\u0435tt\u0443 good. And this \u0441\u043euld b\u0435 b\u0435\u0441\u0430u\u0455\u0435 you feed \u0443\u043eur\u0455\u0435lf w\u0456th \u0435x\u0441\u0456t\u0456ng hobbies. On th\u0435 \u043eth\u0435r hand if \u0443\u043eu \u0430r\u0435 f\u0435\u0435l\u0456ng d\u0435\u0440r\u0435\u0455\u0455\u0435d, b\u043egg\u0435d down with w\u043erk \u0430nd ju\u0455t blahhh, th\u0435n reassess \u0443\u043eur l\u0456f\u0435 \u0430nd th\u0456nk about engrossing yourself \u0456n a hobby. **Let's h\u0430v\u0435 a l\u043e\u043ek at thr\u0435\u0435!**\n\n![Three types of hobbies](http://www.threethriftyguys.com/wp-content/uploads/2014/09/3-types-of-hobbies.jpg)\n\n### FIRSTLY: MU\u0405\u0406\u0421\u0410L EN\u0421\u041eUNT\u0415R:\n\nMu\u0455\u0456\u0441 \u0456\u0455 \u0440\u0430rt of \u0435v\u0435r\u0443d\u0430\u0443 l\u0456v\u0456ng. Y\u043eu h\u0435\u0430r \u0456t \u043en the r\u0430d\u0456\u043e, t\u0435l\u0435v\u0456\u0455\u0456\u043en, Y\u043euTub\u0435, iPods, m\u043ev\u0456\u0435\u0455, mu\u0455\u0456\u0441\u0430l theatre, \u0441\u0435ll \u0440h\u043en\u0435\u0455, CD\u0455, DVDS \u0430nd m\u043er\u0435.\n\nThe mu\u0455\u0456\u0441\u0456\u0430n\u0455 \u0443\u043eu hear h\u0430d t\u043e \u0455t\u0430rt fr\u043em th\u0435 beginning. An \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 \u0441\u043euld b\u0435 t\u043e **l\u0435\u0430rn an \u0456n\u0455trum\u0435nt**. M\u0430\u0443b\u0435 \u0443\u043eu will l\u0456k\u0435 \u0456t \u0455\u043e mu\u0441h that \u0440\u0435\u043e\u0440l\u0435 will b\u0435 listening to you \u0435v\u0435r\u0443 wh\u0435r\u0435.\n\n![Girl playing guitar](http://www.ebesucher.com/content/images/familie/frueherziehung.jpg)\n\nY\u043eu could b\u0435 thinking \u0430b\u043eut wh\u0456\u0441h \u0456n\u0455trum\u0435nt to l\u0435\u0430rn. W\u0435ll, this d\u0435\u0440\u0435nd\u0455 \u043en a numb\u0435r \u043ef factors including \u0443\u043eur musical t\u0430\u0455t\u0435 \u0430nd what \u0456n\u0455trum\u0435nt w\u043euld \u0455u\u0456t th\u0430t t\u0430\u0455t\u0435, th\u0435 \u0455\u0456z\u0435 \u0430nd \u0455\u043eund \u043ef the instrument, your budget. M\u0430\u0443b\u0435 you have \u0430n instrument l\u0443\u0456ng around your house which could have \u0430n airing \u043er a fr\u0456\u0435nd who \u0441\u043euld lend \u0443\u043eu \u043en\u0435. For \u0456n\u0455t\u0430n\u0441\u0435, if \u0443\u043eu w\u043euld l\u0456k\u0435 t\u043e play the melodic l\u0456n\u0435\u0455 \u0456n \u0430n orchestra th\u0435n th\u0435r\u0435 is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng a b\u0430\u0455\u0455 \u0456n\u0455trum\u0435nt like a b\u0430\u0455\u0455\u043e\u043en or double b\u0430\u0455\u0455. Y\u043eu would \u0430\u0456m towards a higher \u0456n\u0455trum\u0435nt like the flut\u0435 \u043er violin. If \u0443\u043eu l\u0456k\u0435 metal see \u0443\u043eur\u0455\u0435lf h\u0435\u0430d butt\u0456ng \u0430w\u0430\u0443 \u0456n a m\u0435t\u0430l band th\u0435n there is n\u043e \u0440\u043e\u0456nt \u0456n l\u0435\u0430rn\u0456ng th\u0435 \u043eb\u043e\u0435. Y\u043eur instrument \u0441h\u043e\u0456\u0441\u0435\u0455 w\u043euld be guitar, b\u0430\u0455\u0455, drum\u0455, keyboard. M\u0430n\u0443 people start l\u0435\u0430rn\u0456ng th\u0435 ukul\u0435l\u0435 \u043er r\u0435\u0441\u043erd\u0435r \u0430nd th\u0435n m\u043ev\u0435 \u043ent\u043e \u0430n\u043eth\u0435r \u0456n\u0455trum\u0435nt. Many \u0440\u0435\u043e\u0440l\u0435 l\u0435\u0430rn the \u0440\u0456\u0430n\u043e because a piano l\u043e\u043ek\u0455 n\u0456\u0441\u0435 \u0456n a living r\u043e\u043em \u0430nd you can \u0441r\u0435\u0430t\u0435 g\u043e\u043ed \u0455\u043eund\u0455 r\u0456ght fr\u043em th\u0435 \u0455t\u0430rt. H\u043ew\u0435v\u0435r it \u0456\u0455 not \u0440\u043ert\u0430bl\u0435 t\u043e t\u0430k\u0435 \u0430w\u0430\u0443 w\u0456th you \u0430nd \u0456f \u0443\u043eu w\u0430nt to play \u0456n a mu\u0455\u0456\u0441\u0430l group l\u0456k\u0435 an orchestra th\u0435n you have t\u043e be a br\u0456ll\u0456\u0430nt player. But \u0456t is **gr\u0435\u0430t to r\u0435l\u0430x** \u043en \u0456n th\u0435 comfort \u043ef \u0443\u043eur \u043ewn home.\n\n### SECONDLY: CREATIVE C\u041eRN\u0415R:\n\nYou \u0441\u0430n \u0455\u0435\u0435 creations \u0435v\u0435r\u0443wh\u0435r\u0435. Sh\u043e\u0440\u0455 are full \u043ef them f\u043er \u0440\u0435\u043e\u0440l\u0435 t\u043e l\u043e\u043ek \u0430t, \u0440ur\u0441h\u0430\u0455\u0435 and \u0435nj\u043e\u0443 or give \u0430w\u0430\u0443 f\u043er someone \u0435l\u0455\u0435 to \u0435nj\u043e\u0443 \u0430nd people h\u0430d t\u043e create th\u0435m to b\u0435g\u0456n w\u0456th. S\u043e \u0430n\u043eth\u0435r \u0435x\u0441\u0456t\u0456ng h\u043ebb\u0443 w\u043euld be to g\u0435t \u0441r\u0435\u0430t\u0456v\u0435, l\u0456k\u0435 th\u0435 \u0440\u0435\u043e\u0440l\u0435 wh\u043e \u0441r\u0435\u0430t\u0435d products in th\u0435 shops, and t\u0430k\u0435 up a craft. There \u0430r\u0435 m\u0430n\u0443 crafts t\u043e choose fr\u043em like cross stitch, jewelry m\u0430k\u0456ng, l\u0435\u0430th\u0435r w\u043erk,\u00a0\u051bu\u0456lt\u0456ng, soap m\u0430k\u0456ng and th\u0435 list g\u043e\u0435\u0455 \u043en. Some t\u0456m\u0435 \u0456n \u0443\u043eur l\u0456f\u0435 \u0443\u043eu may h\u0430v\u0435 th\u043eught that you \u0441\u043euld m\u0430k\u0435 th\u0456\u0455. Well \u0456t \u0456\u0455 t\u0456m\u0435 to give \u0456t a try **in \u0443\u043eur \u0441r\u0435\u0430t\u0456v\u0435 \u0441\u043ern\u0435r**.\n\n![Eggs](http://homicraft.com/wp-content/uploads/2015/02/Easter-Crafts-for-Adults.jpg)\n\n### LASTLY: ONL\u0406N\u0415 GAMING:\n\nThe \u0456nt\u0435rn\u0435t \u0456\u0455 th\u0435 w\u0430\u0443 \u043ef *\"n\u043ew\"*.\u00a0Millions of people \u0430ll \u043ev\u0435r th\u0435 world \u0430r\u0435 u\u0455\u0456ng th\u0435\u0456r \u0441\u043em\u0440ut\u0435r\u0455 to go online for \u0455\u043em\u0435th\u0456ng, wh\u0435th\u0435r \u0456t b\u0435 \u0440\u0430\u0443\u0456ng a b\u0456ll, tr\u0430d\u0456ng \u0430t online \u0430u\u0441t\u0456\u043en sites l\u0456k\u0435 \u0435B\u0430\u0443 \u0430nd Tr\u0430d\u0435M\u0435, \u0455h\u043e\u0440\u0440\u0456ng, \u0441h\u0430tt\u0456ng \u043en Facebook \u043er ju\u0455t having a quiet g\u0430m\u0435 \u043ef \u0455\u0440\u0456d\u0435r \u0455\u043el\u0456t\u0430\u0456r\u0435. So \u0456f \u0443\u043eu have a computer th\u0435n a r\u0435l\u0430x\u0456ng th\u0456ng to do wh\u0435n \u0443\u043eu h\u0430v\u0435 a f\u0435w m\u0456nut\u0435\u0455 (\u043er l\u043eng\u0435r) \u0456\u0455 to \u0440l\u0430\u0443 g\u0430m\u0435\u0455 online. Y\u043eu g\u0435t a f\u0435w g\u0430m\u0435\u0455 w\u0456th your \u0441\u043em\u0440ut\u0435r \u0430nd \u0455\u043e \u0443\u043eu d\u043e n\u043et need th\u0435 internet but if you \u0430r\u0435 h\u043e\u043ek\u0435d u\u0440 t\u043e th\u0435 \u0456nt\u0435rn\u0435t then th\u0435 g\u0430m\u0435\u0455 are **endless**. Th\u0435r\u0435 \u0430r\u0435 \u0455\u043e many \u0441h\u043e\u0456\u0441\u0435\u0455 of g\u0430m\u0435\u0455 to choose and \u0455\u043e th\u0435r\u0435 \u0456\u0455 bound t\u043e b\u0435 \u0455\u043em\u0435 that w\u043euld \u0455u\u0456t \u0443\u043eur taste. M\u0430n\u0443 \u043ef the g\u0430m\u0435\u0455 are fr\u0435\u0435 \u0430nd \u0455\u043em\u0435 r\u0435\u051bu\u0456r\u0435 a payment \u0435\u0456th\u0435r a \u043en\u0435 \u043eff \u0440\u0430\u0443m\u0435nt \u043er a monthly subscription fee. Some \u0455\u0456t\u0435\u0455 offer a fr\u0435\u0435 tr\u0456\u0430l period f\u0456r\u0455t and then g\u0456v\u0435 \u0443\u043eu the \u043e\u0440t\u0456\u043en j\u043e\u0456n. The \u043enl\u0443 problem is that \u043enl\u0456n\u0435 g\u0430m\u0456ng \u0441\u0430n become **\u0430dd\u0456\u0441t\u0456v\u0435** \u0430nd hence you m\u0430\u0443 have less t\u0456m\u0435 t\u043e \u0440r\u0430\u0441t\u0456\u0455\u0435 \u0443\u043eur mu\u0455\u0456\u0441\u0430l \u0456n\u0455trum\u0435nt \u043er create that amazing something. Oh well!!\n\n![Gaming](https://iqglobal.intel.com/iq-content-library/wp-content/uploads/sites/18/2015/12/UB2-978x653.jpg)\n\nWh\u0435th\u0435r \u0443\u043eu \u0441h\u043e\u043e\u0455\u0435 to \u0440l\u0430\u0443 th\u0435 \u0440\u0456\u0430n\u043e, \u0441r\u0435\u0430t\u0435 a \u0441u\u0455h\u0456\u043en cover \u043er \u0456ndulg\u0435 \u0456n a l\u0456ttl\u0435 \u043enl\u0456n\u0435 \u0430dv\u0435ntur\u0435 game \u0456t d\u043e\u0435\u0455 not matter. As l\u043eng as one or m\u043er\u0435 \u043ef th\u0435 thr\u0435\u0435 exciting indoor hobbies \u0441\u0430n benefit \u0443\u043eur \u0435m\u043et\u0456\u043en\u0430l w\u0435ll b\u0435\u0456ng then \u0443\u043eu h\u0430v\u0435 **g\u0430\u0456n\u0435d \u0455\u043em\u0435th\u0456ng \u0440\u043e\u0455\u0456t\u0456v\u0435** \u0430nd r\u0435\u0430\u0440 th\u0435 r\u0435w\u0430rd\u0455 \u043ef a happy life.\n\nEnjoy!\n\n@caitlinm xXx", "category": "life", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json index e56e6ff2..234e4d0a 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/min_limit.pat.json @@ -54,7 +54,9 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [], + "blacklists": [ + "reputation-0" + ], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "category": "philosophy", "children": 0, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json index 3e500fe1..adf448eb 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/mutes.pat.json @@ -54,7 +54,9 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [], + "blacklists": [ + "reputation-0" + ], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "category": "philosophy", "children": 0, @@ -1233,7 +1235,9 @@ "author_payout_value": "0.000 HBD", "author_reputation": -5.58, "beneficiaries": [], - "blacklists": [], + "blacklists": [ + "reputation-0" + ], "body": "Today is an historical day for me. This is my **thousandth** post on Steemit already, I hit **100** followers today \u00e1nd I'm finally past the magical limit of **3000** SP! :D\n![Achievement unlocked](http://rlv.zcache.com/achievement_unlocked_bumper_sticker-r50c3a5b34b904bb4a8d9e6aad6b920a1_v9wht_8byvr_512.jpg)\n#### Thanks!\nThanks to all my followers, voters and friends! I hope we'll meet again soon, and continue scoring milestones! :)\nAlso, a thank you for the devs, we **love** your work, keep going!", "category": "steemit", "children": 35, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json index 5e881b07..c5f6e521 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json @@ -9029,8 +9029,8 @@ "author_reputation": 67.62, "beneficiaries": [], "blacklists": [ - "blacklisted by buildawhale", "blacklisted by spaminator", + "blacklisted by buildawhale", "blacklisted by redeemer" ], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", -- GitLab From 7e65efd650e0d8bc41e194638121ce4b195ae29c Mon Sep 17 00:00:00 2001 From: Jason Salyers Date: Fri, 4 Dec 2020 03:01:14 -0500 Subject: [PATCH 13/19] final test fixes update a blacklist string, restore a file with an accidental copy/paste --- .../created/max_limit.pat.json | 550 +----------------- .../created/mutes_indirect_tag.pat.json | 2 +- 2 files changed, 4 insertions(+), 548 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json index 9f83d6a6..e1c3b0bc 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/max_limit.pat.json @@ -4736,7 +4736,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": ["blacklisted by redeemer","blacklisted by buildawhale","blacklisted by spaminator"], + "blacklists": [], "body": "Hello Steemit! To make a swan I took a few days, but I am very happy, turned out beautifully. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151004.1473960590.jpg\n\nhttp://ipic.su/img/img7/fs/P9140916.1473960690.jpg\n\nhttp://ipic.su/img/img7/fs/P9140922.1473960714.jpg\n\nhttp://ipic.su/img/img7/fs/P9140931.1473960731.jpg\n\nhttp://ipic.su/img/img7/fs/P9140935.1473960805.jpg\n\nhttp://ipic.su/img/img7/fs/P9140941.1473960854.jpg\n\nhttp://ipic.su/img/img7/fs/P9140951.1473960899.jpg\n\nhttp://ipic.su/img/img7/fs/P9140965.1473960972.jpg\n\nhttp://ipic.su/img/img7/fs/P9140967.1473961056.jpg\n\nhttp://ipic.su/img/img7/fs/P9140972.1473961103.jpg\n\nhttp://ipic.su/img/img7/fs/P9150982.1473961200.jpg\n\nhttp://ipic.su/img/img7/fs/P9150988.1473961248.jpg\n\nhttp://ipic.su/img/img7/fs/P9150994.1473961301.jpg\n\nhttp://ipic.su/img/img7/fs/P9151004.1473961355.jpg\n\nhttp://ipic.su/img/img7/fs/P9151009.1473961408.jpg\n\nhttp://ipic.su/img/img7/fs/P9151011.1473961457.jpg\n\n---\n\nSuitable for home decoration or as a gift!\nFor the manufacture of needed skills in origami, but everyone can, if you try! Thank you all for your attention!", "category": "steemit", "children": 0, @@ -4884,7 +4884,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], - "blacklists": ["reputation-0"], + "blacklists": [], "body": "spam", "category": "test", "children": 0, @@ -8194,7 +8194,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 64.38, "beneficiaries": [], - "blacklists": ["blacklisted by buildawhale","blacklisted by spaminator","blacklisted by redeemer"], + "blacklists": [], "body": "Today I found some frozen Cinnabun rolls in the freezer. Went to cook them and then noticed they were 7 MONTHS OLD! Here is the outcome! Enjoy!\n\nhttps://www.youtube.com/watch?v=9yqH7iGSdic", "category": "trevonjb", "children": 0, @@ -8765,549 +8765,5 @@ "title": "Depression", "updated": "2016-09-15T18:54:30", "url": "/reflexions/@pablopb/depression" - }, - { - "active_votes": [ - { - "rshares": 225204295, - "voter": "mashatik87" - } - ], - "author": "mashatik87", - "author_payout_value": "0.000 HBD", - "author_reputation": 45.79, - "beneficiaries": [], - "blacklists": [], - "body": "", - "category": "tags", - "children": 0, - "created": "2016-09-15T18:54:24", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "tags": [ - "tags", - "youtube", - "subscribe", - "video", - "" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 225204295, - "payout": 0.0, - "payout_at": "2016-09-22T18:54:24", - "pending_payout_value": "0.000 HBD", - "percent_hbd": 10000, - "permlink": "32-random-questions-tag-or-mashiface", - "post_id": 1257352, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 1 - }, - "title": "32 Random Questions Tag | Mashiface", - "updated": "2016-09-15T18:54:24", - "url": "/tags/@mashatik87/32-random-questions-tag-or-mashiface" - }, - { - "active_votes": [ - { - "rshares": 21017552483, - "voter": "skapaneas" - }, - { - "rshares": -125177473, - "voter": "cheetah01" - }, - { - "rshares": -102169064, - "voter": "cheetah03" - }, - { - "rshares": -102168682, - "voter": "cheetah04" - }, - { - "rshares": -102161368, - "voter": "cheetah05" - }, - { - "rshares": -102159434, - "voter": "cheetah06" - }, - { - "rshares": -102108064, - "voter": "cheetah02" - }, - { - "rshares": -102085954, - "voter": "cheetah07" - }, - { - "rshares": 4242191670, - "voter": "steembeast" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 123221500, - "voter": "ola1" - }, - { - "rshares": 355619437, - "voter": "koskl" - }, - { - "rshares": 298372096, - "voter": "james1987" - } - ], - "author": "steembeast", - "author_payout_value": "0.000 HBD", - "author_reputation": 56.47, - "beneficiaries": [], - "blacklists": [], - "body": "\n

         Let's say that it is time for your kid to mail an application to a college.

\n

You spent days writing an application and your kid's future depends on it.

\n

Would you use the Post Office to mail it or would you use a private company like FedEx.

\n

What it all boils down to is which one is the most effective and the most trustworthy.

\n

 

\n


\n

Lets analyse both sectors.

\n


\n

Private sector.

\n

Private sector companies are run by individuals like you and me or even board members of savvy businessmen etc and they always have one thing in mind,Profit.                                                                                                               In order for a private company to become and remain profitable they have to offer good prices,good products/services and stay ahead of the game.                                                                                                                        Very often more than one companies offer us the same products and in order to earn our precious $$$ they have to entice us,therefore offering lower prices.

\n


\n

Public sector.

\n

Public sector by not having profit as their main goal can end up going two roads.                                                         1st Offer great prices

\n

2nd Offer very bad product/service.

\n

Even though the funding of those public  companies is by our tax dollars those businesses usually burn money as if money is irrelevant .

\n


\n

           Dont get me wrong, government spending tax dollars on FD or PD is a perfect way to spend them since they are offering a much needed service.It's the specific fund allocation that the problems start from and the lack of accountability when money is spent in useless ways.

\n

One of the worst run public businesses is the Post Office which has tens of billions of debt therefore the tax payers money have to be used to save it.When perfectly good alternatives are out there WE DONT NEED P.O.

\n

          

\n

            Closing  Some businesses make sense to be in the public sector like the army or the police.But for less important services like mail or parking lots it makes more sense to by run by people who risk their own money and have in mind the customer satisfaction.

\n", - "category": "life", - "children": 2, - "created": "2016-09-15T18:54:18", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg" - ], - "tags": [ - "life", - "money", - "economics", - "government", - "taxdollars" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 25399054013, - "payout": 0.005, - "payout_at": "2016-09-22T18:54:18", - "pending_payout_value": "0.005 HBD", - "percent_hbd": 10000, - "permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", - "post_id": 1257350, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 13 - }, - "title": "Do you trust government companies? Explaining the private sector benefits.", - "updated": "2016-09-15T18:54:18", - "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits" - }, - { - "active_votes": [ - { - "rshares": 4134632281224, - "voter": "riverhead" - }, - { - "rshares": 2531219186, - "voter": "steem1653" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 56055247, - "voter": "whoknows" - }, - { - "rshares": 123221500, - "voter": "ola1" - }, - { - "rshares": 2337017256, - "voter": "ayim" - } - ], - "author": "ayim", - "author_payout_value": "0.000 HBD", - "author_reputation": 53.99, - "beneficiaries": [], - "blacklists": [], - "body": "
![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
\nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

The benefits of have a deep tissue massage:

\n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

Lacrosse ball

\n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
\nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

Foam roller

\n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
\nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

Theracane

\n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
\n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", - "category": "life", - "children": 0, - "created": "2016-09-15T18:53:51", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", - "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", - "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", - "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" - ], - "links": [ - "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", - "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", - "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" - ], - "tags": [ - "life", - "story", - "fitness", - "health", - "blog" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 4139779921279, - "payout": 1.845, - "payout_at": "2016-09-22T18:53:51", - "pending_payout_value": "1.845 HBD", - "percent_hbd": 10000, - "permlink": "fixing-posture-part-5-massages", - "post_id": 1257346, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 6 - }, - "title": "Fixing Posture - Part 5: Massages", - "updated": "2016-09-15T18:57:33", - "url": "/life/@ayim/fixing-posture-part-5-massages" - }, - { - "active_votes": [ - { - "rshares": 4134640392195, - "voter": "riverhead" - }, - { - "rshares": 253514770855, - "voter": "lovejoy" - }, - { - "rshares": 1535071696382, - "voter": "joseph" - }, - { - "rshares": 8927535677, - "voter": "idol" - }, - { - "rshares": 1536625837, - "voter": "jocelyn" - }, - { - "rshares": 374437048490, - "voter": "craig-grant" - }, - { - "rshares": 29966325092, - "voter": "eeks" - }, - { - "rshares": 1511911763, - "voter": "fkn" - }, - { - "rshares": 1987313581, - "voter": "elishagh1" - }, - { - "rshares": 7803257741, - "voter": "richman" - }, - { - "rshares": 584301957019, - "voter": "nanzo-scoop" - }, - { - "rshares": 172753954134, - "voter": "mummyimperfect" - }, - { - "rshares": 313699965, - "voter": "coar" - }, - { - "rshares": 1061283659, - "voter": "murh" - }, - { - "rshares": 2003404389, - "voter": "error" - }, - { - "rshares": 49581638772, - "voter": "ak2020" - }, - { - "rshares": 206092862903, - "voter": "alexc" - }, - { - "rshares": 192336700354, - "voter": "kimziv" - }, - { - "rshares": 75335893384, - "voter": "emily-cook" - }, - { - "rshares": 2187607792, - "voter": "superfreek" - }, - { - "rshares": 7380892516, - "voter": "furion" - }, - { - "rshares": 240666456, - "voter": "tasman" - }, - { - "rshares": 2632467953, - "voter": "steem1653" - }, - { - "rshares": 33739229218, - "voter": "creemej" - }, - { - "rshares": 4195475503, - "voter": "poseidon" - }, - { - "rshares": 472134488, - "voter": "nin0000" - }, - { - "rshares": 1226120506, - "voter": "positive" - }, - { - "rshares": 31601214153, - "voter": "sisterholics" - }, - { - "rshares": 1117528556435, - "voter": "laonie" - }, - { - "rshares": 38642686402, - "voter": "myfirst" - }, - { - "rshares": 233320672689, - "voter": "somebody" - }, - { - "rshares": 8723640942, - "voter": "flysaga" - }, - { - "rshares": 833888549, - "voter": "gmurph" - }, - { - "rshares": 50110479436, - "voter": "midnightoil" - }, - { - "rshares": 128918653572, - "voter": "xiaohui" - }, - { - "rshares": 6306903180, - "voter": "elfkitchen" - }, - { - "rshares": 4030335230, - "voter": "xiaokongcom" - }, - { - "rshares": 8124462008, - "voter": "xianjun" - }, - { - "rshares": 546776422, - "voter": "microluck" - }, - { - "rshares": 3562389763, - "voter": "movievertigo" - }, - { - "rshares": 4633082667, - "voter": "steemitpatina" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 17087288555, - "voter": "kommienezuspadt" - }, - { - "rshares": 3030462572, - "voter": "mikkolyytinen" - }, - { - "rshares": 271448835, - "voter": "anomaly" - }, - { - "rshares": 123221500, - "voter": "ola1" - }, - { - "rshares": 51615652, - "voter": "rayzzz" - }, - { - "rshares": 796357358, - "voter": "zombiedoll" - }, - { - "rshares": 50820410, - "voter": "nazmood" - } - ], - "author": "kommienezuspadt", - "author_payout_value": "0.000 HBD", - "author_reputation": 59.77, - "beneficiaries": [], - "blacklists": [], - "body": "\n

\n

My entire life, I knew however things shook out, I\u2019d eventually be making comic books as a career. At 36, I\u2019m later to the party than I originally anticipated, but I\u2019ve had three decades to prepare for this! I remember as a kid, just being enamored with comic book art [\u2026and still am]. For years, I\u2019d draw these snake characters during class with my friend Neal. Just page after endless page of snakes killing each other. The kind of gratuitous fantasy violence that defines weirdos in high school.

\n

Eventually, photography took over my life, but I still read comics, thought about comics and drew comics when I managed to make time. A couple years ago I began stringing together a story for a comic called THEIA. A sci-fi conspiracy story rooted in the real world, based on actual science. I learned how to format full script for comics and graphic novels [\u2026you can read the finished THEIA script in my previous blog, \u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d]. This was a big divergence than my hack and slash snake comics with Neal [\u2026who\u2019s stories progressed with each turn of the page, like a Miyazaki film, but really horrible].

\n

\n

It was during the process of writing the first draft for THEIA that I realized all these years I\u2019ve been so drawn to comics, the real allure for me was story telling and character creation, even more than great art. I\u2019ve been creating comics my entire life, and thus, creating characters along the way. Once I began disciplining myself with taking writing more seriously, I discovered other helpful tools to aide in the creation process. I began taking  inventories, outlining in depth documentation of each characters lives, affiliations and personalities. 

\n

Character profiles are something I\u2019ve done for 20 years. I mimicked my favorite fantasy artists like Gerald Brom, Boris Vallejo and the one and only, Frank Frazetta. I\u2019d seen pencil sketches of their concept designs with monsters, heroes and heroines, and just did my best to emulate them. I used to draw the typical front, side, three-quarter and head sketches as a reference bible [\u2026granted, much easier when it was just snakes].

\n

\n

I\u2019ve been enjoying a renaissance of creativity since committing to doing comics full time, and character creation is where I spend most of my time. THEIA is still my priority as I have an active Patreon campaign and those pledging support are doing so for that particular title. I do, however, have two other stories I\u2019m developing which are currently knee deep in the character creation process. A Bukowski-esk pulp crime genre during the late 80\u2019s following a private investigator throughout his struggle with sobriety in Queens, NY.

\n

\n

The other is a dark ghost story taking place in the mid-1800\u2019s, surrounding a recently deceased, troubled soul that finds himself caught between the realm of the living, and the afterlife; unable to pass for fear of judgement after a life of heinous acts. The characters in this story were inspired by my most interesting friends, and obscure tales of macabre lore during the industrial revolution and the Southwestern US history.

\n

I wish I was further along in my pursuit of story telling, world building and character creation. I wish I had decades of experience to share here on Steemit. I don\u2019t want to come across like I\u2019m the authority on these complex, disciplined skills; I\u2019ve only been seriously absorbing the art for a couple of years. I imagine, however, there are quite a few new writers, artists and creators here, navigating their own discoveries and process. With that in mind, [and in the spirit of all the things that makes Steemit great for me personally] here a few techniques I use to further my writing and a few resources I\u2019ve found helpful in house, right here on Steemit.

\n

\u2022 Real-life Inspiration: As mentioned, take inspiration from people in life. Friends, or even family. Accentuate the personalities. Exaggerate the quirks or circumstances. For me personally, it\u2019s a big help to to have someone in mind when drawing, and developing a character.

\n

\u2022 Character Inventories: Write up an involved character inventory [\u2026sometimes called a character bible]. A reference of everything you can imagine that defines that character. Their ethnicity, background, where they were born, how old they are, where they went to college, their diet, etc. It\u2019s tedious if you\u2019re working on a character heavy story with a big \u201ccast\u201d, but it pays dividends. Once you have those inventories, you can stick characters in situations and the story literally writes itself. If you have a character that\u2019s a passionate vegan, you can immediately come up with dozens of possibilities if they were accidentally locked in a butcher\u2019s freezer. Same with politics, religious, social issues. It really unloads much of the burden of dreaming up a brilliant scene.

\n

\n

\u2022 Name Generators: Name generators are something I rely on quite a bit. There are many available online. They\u2019re usually free, and they\u2019re a great place to launch in to naming a character. Often times, once you have a name, more of the personality and background unfolds organically. www.seventhsanctum.com has an excellent list of name generators tailored specifically for several genres and character types.

\n

\u2022 Research: This is one of those things that seems obvious, but I challenge you to go deeper. For my ghost story, I started researching life in the mid-1800\u2019s in the Southwest and Dust Bowl of the United States. As I dug through historical sites, I found some of the events of that time. A few hours in, I read about droughts and plagues, which would have been rich content for a story, but going even deeper, I read about these crazy grasshopper plagues! Even deeper, I found accounts of specific families and individuals that described enormous clouds of locusts that swept through their homes and ate everything, including the clothes off their bodies! I encourage you to obsessively push through references, way past where most people would get their first idea and start writing. Beyond that is where you\u2019re going to unearth something truly unique and memorable. I\u2019ve already written a treatment for this epic locust plague in my ghost story [\u2026sort of nervous about what that\u2019s going to be like to draw, though].

\n

\u2022 Don\u2019t Lose The Magic: For me, the magic happens in the moments before I fall asleep. Without fail, that\u2019s where I get my best, originally ideas. Sometimes it\u2019s just a small line a dialog. Other times it\u2019s as vague as a plot point. It\u2019s a tough discipline to wake yourself up and write it down, but that [\u2026for me] is where the magic happens. It\u2019s invaluable, and worth the trouble of having to fall back asleep. I jot things down in the Notes app of my phone. I have some friends that just wake up and make audio recordings. You might get your best ideas during different times. Sometimes I have brilliant moments on long drives. Either way, document it! You\u2019ll be glad you did.

\n

Honestly, Steemit has been a revolution for me as well. Since the platform is incentivized, there is a tremendous wealth of references on writing, drawing, how-to\u2019s. Beyond that, I spent much of my time reading and curating novels and short stories posted by the authors bringing their work to the site. Just this morning, I found a comprehensive article by @jamielefay titled \u201cSteemit and the future of book publishing\u201d. Everything here, totally relevant if you\u2019re creating comics or graphic novels.

\n

\n

Keep writing, creating and sharing! More work from my comic, THIEA, and other stories to come. I\u2019d love feedback and constructive criticism.

\n

I post daily. Follow me @kommienezuspadt so you don\u2019t miss a post.

\n", - "category": "art", - "children": 0, - "created": "2016-09-15T18:53:42", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0104.jpg", - "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0105.jpg", - "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0106.jpg", - "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate004.jpg", - "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0107.jpg", - "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate011.jpg" - ], - "links": [ - "www.theiacomic.com", - "https://steemit.com/writing/@kommienezuspadt/full-script-of-theia-sci-fi-comic-book-theia-exclusively-on-steemit", - "www.seventhsanctum.com", - "https://steemit.com/steemit/@jamielefay/steemit-and-the-future-of-book-publishing", - "https://steemit.com/@kommienezuspadt" - ], - "tags": [ - "art", - "writing", - "story", - "blog", - "comic" - ], - "users": [ - "jamielefay" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 9343647949820, - "payout": 6.848, - "payout_at": "2016-09-22T18:53:42", - "pending_payout_value": "6.848 HBD", - "percent_hbd": 10000, - "permlink": "bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators", - "post_id": 1257344, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 49 - }, - "title": "Bringing worlds and characters to life; an ode to the Steemit creators!", - "updated": "2016-09-15T19:11:12", - "url": "/art/@kommienezuspadt/bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators" - }, - { - "active_votes": [ - { - "rshares": 1899047308, - "voter": "jackgallenhall" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 98577200, - "voter": "ola1" - } - ], - "author": "jackgallenhall", - "author_payout_value": "0.000 HBD", - "author_reputation": 55.03, - "beneficiaries": [], - "blacklists": [], - "body": "\n

https://youtu.be/JlnMXnpLuPU

\n", - "category": "te", - "children": 0, - "created": "2016-09-15T18:52:48", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "https://img.youtube.com/vi/JlnMXnpLuPU/0.jpg" - ], - "links": [ - "https://youtu.be/JlnMXnpLuPU" - ], - "tags": [ - "", - "steemit", - "te" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 2097751374, - "payout": 0.0, - "payout_at": "2016-09-22T18:52:48", - "pending_payout_value": "0.000 HBD", - "percent_hbd": 10000, - "permlink": "steemit-led-tittle-video", - "post_id": 1257332, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 3 - }, - "title": "Steemit Led Tittle Video", - "updated": "2016-09-15T18:53:39", - "url": "/te/@jackgallenhall/steemit-led-tittle-video" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json index 9c9e8940..e5b612cb 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json @@ -2201,7 +2201,7 @@ "author_reputation": 59.15, "beneficiaries": [], "blacklists": [ - "hivewatchers" + "blacklisted by hivewatchers" ], "body": "

There's a monster lurking in the depth of those boxer shorts. One that threatens the health of several men, specially those that are undergoing that wonderful stage full of pimples, irregular beards and systematic rejection to anything that comes from their parents except money. Even if there protoadults are the population group with more risk of facing this demon, almost every male is a victim from this situation at least once in life. This enemy made of fear and lack of resolution is not the first drunkenness on vodka you got, neither that time you got caught trying to asphyxiate your personal fowl. Nothing like that.

\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n

You're that guy, that teen around 16 years old and just got a girlfriend of around your same age. Out of nowhere, you're not the same. Your friends stop paying you a visit, you don't show up to do sports as you used to before, not to mention that you don't hang out with them in the Saturday nights. Because of her, again. Always her. Your friends get a bit mad at you and they have their reasons, but there's always a cool one that mentions: \"you just envy that he gets laid, let him copulate in peace!\". Yes, he knows, hit the nail, he totally understands the reasons why a 16 year old teen craves more the sheets than to prepare the Playstation, he spends more time with his girlfriend than with his friends. Obviously, this is an invented story, because when I was 16 I still played hide and seek and glued my snots under the table; two things I almost stopped doing by now.

\n

What your friends do not know is that you had to leave behind SEVERAL Saturday nights to reach what you were committed to, lets be sincere, at the end of the day the \"yes, I want\" from your side is obvious. But is the female whom holds the real power. They hold the goods to display in offer to our permanent demands, at least at that age (HA!). Bunch of nights of just \"making out\". Months and even years for some (that, or I had serious issues defining a situation then). Your friends could be great soccer players, but they'll never understand how it feels to make it to the goal, pass the goalkeeper, and not score because she says \"it's not the right moment\".

\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n

In a wonderful crescendo of fantasy and metaphor, it is essential to break the dream and put a name to this Boxer short's Sauron, that guy that should not be named in the sacred halls of the bedroom is nothing but a haploid overload.

\n

When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time blood vessels dilate (veins, mainly) at the entire genital area. This McCombo leads into blood accumulation in the sexual organs as long as the stimulation persists, because once the orgasm is reached, blood vessels recover their original size and blood drains away from the area.

\n

BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, the nervous signals that tell your body to \"stop and let go already\" are not there as a result blood stays there, leaving your balls literally swollen along with the always enjoyable sensation of bearing two watermelons in between your legs. We should mention that having to watermelons hanging from your hipbone hurt. Some are lucky and only hurt for a small time, others... are not so lucky (we wish you luck, dear friend).

\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n

Where did the 3rd one come from?

\n

Despite being something amazingly frequent, we know nothing about this pain caused for not finishing what you started. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it blue balls (slang), because when oxygen-less blood accumulates at the scrotum the area starts tinting into the tone of the smurfs. Some surveys were ran at professional environments and all knew the topic, yet nothing shows at medicine books. So, a clear cause is also unknown. All we have is \"knowledge\" based on basic reasoning over what we know about physiology in humans; just imagine the poor volunteer that'd go into a lab so that some white overall jerks study him by not letting him finish.

\n

Another reason for this lack of info is that the treatment is rather simple, we all know it and there's no need of highly specialized doctors to perform it... You guessed it finish what you started, solo mode; because if you don't it can be a pain that lasts hours until the blood vessels recover their original size.

\n

This time, medicine based on evidence, only real guru, confirms nothing else but folklore:

\n
\n

A bird in the hand is worth two in the blue.

\n
\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n
\n
\n

If you liked this post and its informal way of talking about sciences, please, follow me for more!

\n

Leave a comment either for good or for bad reviews. I take everything as constructive, and I really appreciate the feedback, even from trolls (at least a troll read it before being himself!).

\n
\n
\n

Copyrights:

\n
\n
\n

All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.

\n

All the Images created by me possess a WTFPL licencing and they are free to redistribute, share, copy, paste, modify, sell, crop, paste, clone in whatever way you want.

\n
\n
", "category": "science", -- GitLab From eea606ec1075260d7c95fddfb6455ec8d98c3309 Mon Sep 17 00:00:00 2001 From: Bartek Wrona Date: Sat, 5 Dec 2020 23:25:38 +0100 Subject: [PATCH 14/19] Updated patterns due to reduced testing head block to 50000017 - 2 = 50000015 --- .../tavern/hive_api_patterns/db_head_state/test.pat.json | 5 ++--- hivemind/tavern/hive_api_patterns/get_info/test.pat.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/hivemind/tavern/hive_api_patterns/db_head_state/test.pat.json b/hivemind/tavern/hive_api_patterns/db_head_state/test.pat.json index 0d6b5943..73d0a9e4 100644 --- a/hivemind/tavern/hive_api_patterns/db_head_state/test.pat.json +++ b/hivemind/tavern/hive_api_patterns/db_head_state/test.pat.json @@ -1,5 +1,4 @@ { - "db_head_age": 131571357, - "db_head_block": 5000016, - "db_head_time": "2016-09-15 19:48:09" + "db_head_block": 5000015, + "db_head_time": "2016-09-15 19:48:06" } diff --git a/hivemind/tavern/hive_api_patterns/get_info/test.pat.json b/hivemind/tavern/hive_api_patterns/get_info/test.pat.json index ef58d096..5d915817 100644 --- a/hivemind/tavern/hive_api_patterns/get_info/test.pat.json +++ b/hivemind/tavern/hive_api_patterns/get_info/test.pat.json @@ -1,6 +1,5 @@ { - "database_head_block": 5000016, + "database_head_block": 5000015, "database_schema_version": 18, - "hivemind_git_rev": "449e8ea0", "hivemind_version": "0.0.1" } -- GitLab From ade4216a92781e368aed795950bac102f5ee0f7d Mon Sep 17 00:00:00 2001 From: Bartek Wrona Date: Mon, 7 Dec 2020 15:00:59 +0100 Subject: [PATCH 15/19] Updated patterns to match stable ordering in blacklist generation --- .../created/mutes_indirect_tag.pat.json | 2 +- .../promoted/mutes_indirect_tag.pat.json | 4 ++-- .../mock_tests/get_followers/tester2.pat.json | 17 ++++++++++++++++- .../mock_tests/get_following/tester1.pat.json | 10 +++++++++- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json index e5b612cb..bbde6bf8 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/mutes_indirect_tag.pat.json @@ -2107,8 +2107,8 @@ "author_reputation": 55.66, "beneficiaries": [], "blacklists": [ - "blacklisted by redeemer", "blacklisted by buildawhale", + "blacklisted by redeemer", "blacklisted by spaminator" ], "body": "Hello Steemit! To make a swan I took a few days, but I am very happy, turned out beautifully. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151004.1473960590.jpg\n\nhttp://ipic.su/img/img7/fs/P9140916.1473960690.jpg\n\nhttp://ipic.su/img/img7/fs/P9140922.1473960714.jpg\n\nhttp://ipic.su/img/img7/fs/P9140931.1473960731.jpg\n\nhttp://ipic.su/img/img7/fs/P9140935.1473960805.jpg\n\nhttp://ipic.su/img/img7/fs/P9140941.1473960854.jpg\n\nhttp://ipic.su/img/img7/fs/P9140951.1473960899.jpg\n\nhttp://ipic.su/img/img7/fs/P9140965.1473960972.jpg\n\nhttp://ipic.su/img/img7/fs/P9140967.1473961056.jpg\n\nhttp://ipic.su/img/img7/fs/P9140972.1473961103.jpg\n\nhttp://ipic.su/img/img7/fs/P9150982.1473961200.jpg\n\nhttp://ipic.su/img/img7/fs/P9150988.1473961248.jpg\n\nhttp://ipic.su/img/img7/fs/P9150994.1473961301.jpg\n\nhttp://ipic.su/img/img7/fs/P9151004.1473961355.jpg\n\nhttp://ipic.su/img/img7/fs/P9151009.1473961408.jpg\n\nhttp://ipic.su/img/img7/fs/P9151011.1473961457.jpg\n\n---\n\nSuitable for home decoration or as a gift!\nFor the manufacture of needed skills in origami, but everyone can, if you try! Thank you all for your attention!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json index c5f6e521..c5fbba4f 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/mutes_indirect_tag.pat.json @@ -9029,9 +9029,9 @@ "author_reputation": 67.62, "beneficiaries": [], "blacklists": [ - "blacklisted by spaminator", "blacklisted by buildawhale", - "blacklisted by redeemer" + "blacklisted by redeemer", + "blacklisted by spaminator" ], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", "category": "freedom", diff --git a/hivemind/tavern/mock_tests/get_followers/tester2.pat.json b/hivemind/tavern/mock_tests/get_followers/tester2.pat.json index cdfa99ac..e9cde2ec 100644 --- a/hivemind/tavern/mock_tests/get_followers/tester2.pat.json +++ b/hivemind/tavern/mock_tests/get_followers/tester2.pat.json @@ -1 +1,16 @@ -[{"follower": "tester5", "following": "tester2", "what": ["blog"]}] \ No newline at end of file +[ + { + "follower": "tester5", + "following": "tester2", + "what": [ + "blog" + ] + }, + { + "follower": "tester1", + "following": "tester2", + "what": [ + "blog" + ] + } +] diff --git a/hivemind/tavern/mock_tests/get_following/tester1.pat.json b/hivemind/tavern/mock_tests/get_following/tester1.pat.json index 0637a088..de2f5599 100644 --- a/hivemind/tavern/mock_tests/get_following/tester1.pat.json +++ b/hivemind/tavern/mock_tests/get_following/tester1.pat.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "follower": "tester1", + "following": "tester2", + "what": [ + "blog" + ] + } +] -- GitLab From 3b54d05c19d62b036064790ce354e21b3c75ff80 Mon Sep 17 00:00:00 2001 From: ABW Date: Wed, 9 Dec 2020 16:19:43 +0100 Subject: [PATCH 16/19] [ABW]: added tests for bridge.get_account_posts comments and consenser_api.get_discussions_by_comments that share SQL function supplemented tests for condenser_api.get_replies_by_last_update some tests updated due to change in paging and unified checks --- .../comments/max_limit.orig.json | 5794 +++++++++++++++++ .../comments/max_limit.pat.json | 5794 +++++++++++++++++ .../comments/max_limit.tavern.yaml | 29 + .../comments/min_limit.orig.json | 56 + .../comments/min_limit.pat.json | 56 + .../comments/min_limit.tavern.yaml | 29 + .../comments/observer_alice.orig.json | 289 + .../comments/observer_alice.pat.json | 317 + .../comments/observer_alice.tavern.yaml | 29 + .../comments/paginated.orig.json | 1182 ++++ .../comments/paginated.pat.json | 1182 ++++ .../comments/paginated.tavern.yaml | 29 + .../comments/zaitsevalesyaa.orig.json | 289 + .../comments/zaitsevalesyaa.pat.json | 289 + .../comments/zaitsevalesyaa.tavern.yaml | 29 + .../get_account_posts/null_limit.orig.json | 9 + .../get_account_posts/null_limit.pat.json | 1002 +++ .../get_account_posts/null_limit.tavern.yaml | 29 + .../no_author.pat.json | 2 +- .../no_author.pat.json | 2 +- .../no_start_author.orig.json | 5 + .../no_start_author.pat.json | 5 + .../no_start_author.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../get_discussions_by_comments/_readme.txt | 19 +- .../admin.tavern.yaml | 2 +- .../cheetah.orig.json | 1170 ++++ .../cheetah.pat.json | 1170 ++++ .../cheetah.tavern.yaml | 28 + .../max_limit.orig.json | 3577 ++++++++++ .../max_limit.pat.json | 3577 ++++++++++ .../max_limit.tavern.yaml | 28 + .../min_limit.orig.json | 33 + .../min_limit.pat.json | 33 + .../min_limit.tavern.yaml | 28 + .../null_limit.orig.json | 9 + .../null_limit.pat.json | 1170 ++++ .../null_limit.tavern.yaml | 28 + .../paginated.orig.json | 102 + .../paginated.pat.json | 109 + .../paginated.tavern.yaml | 28 + .../pre_appbase.tavern.yaml | 2 +- .../roadscape.tavern.yaml | 2 +- .../truncated.orig.json | 1170 ++++ .../truncated.pat.json | 1170 ++++ .../truncated.tavern.yaml | 28 + .../max_limit.orig.json | 3590 ++++++++++ .../max_limit.pat.json | 3590 ++++++++++ .../max_limit.tavern.yaml | 28 + .../min_limit.orig.json | 33 + .../min_limit.pat.json | 33 + .../min_limit.tavern.yaml | 28 + .../null_limit.orig.json | 9 + .../null_limit.pat.json | 664 ++ .../null_limit.tavern.yaml | 28 + .../empty_params.pat.json | 2 +- .../startauthor_startpermlink_limit.orig.json | 93 +- .../startauthor_startpermlink_limit.pat.json | 97 +- ...tartauthor_startpermlink_limit.tavern.yaml | 4 +- 61 files changed, 38026 insertions(+), 173 deletions(-) create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.tavern.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.orig.json new file mode 100644 index 00000000..6c4e271f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.orig.json @@ -0,0 +1,5794 @@ +[ + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "rshares": "100147183", + "voter": "cheetah33" + }, + { + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @larrytom.", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "payout": 0.014, + "payout_at": "2016-09-16T17:28:03", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 960964, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: My Brother's Heroin Addiction Destroyed Our Family .", + "updated": "2016-09-15T19:38:39", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "rshares": "187524153", + "voter": "cheetah26" + }, + { + "rshares": "187334144", + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://finance.yahoo.com/news/edward-snowden-just-made-impassioned-163900702.html", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "payout": 0.014, + "payout_at": "2016-09-16T19:06:56", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 960676, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Snowden Live - Quote from Ed Snowden", + "updated": "2016-09-15T19:06:30", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "rshares": "188781535", + "voter": "cheetah23" + }, + { + "rshares": "144867260", + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "payout": 0.014, + "payout_at": "2016-09-16T19:09:49", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 960637, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Test", + "updated": "2016-09-15T19:02:51", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "rshares": "102688252", + "voter": "cheetah08" + }, + { + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "payout": 0.014, + "payout_at": "2016-09-16T18:58:53", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 960563, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Do you trust government companies? Explaining the private sector benefits.", + "updated": "2016-09-15T18:55:03", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "99482726", + "voter": "cheetah98" + }, + { + "rshares": "99684049", + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://fizhnews.com/news/How-Sony\u2019s-New-Show-\u2018Startup\u2019-Gets-Bitcoin-Right", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "payout": 0.014, + "payout_at": "2016-09-16T18:47:05", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 960485, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "updated": "2016-09-15T18:46:30", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "rshares": "185277296967", + "voter": "anyx" + }, + { + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have unbanned @eneismijmich.", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "payout": 0.059, + "payout_at": "2016-09-16T11:06:20", + "pending_payout_value": "0.059 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 960264, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Test", + "updated": "2016-09-15T18:20:15", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "rshares": "140433924", + "voter": "cheetah92" + }, + { + "rshares": "99719091", + "voter": "cheetah93" + }, + { + "rshares": "99702754", + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.huffingtonpost.com/entry/tom-cruises-film-crew-killed-in-plan-crash_us_55f46583e4b077ca094f530c", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "payout": 0.015, + "payout_at": "2016-09-16T17:37:15", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 959910, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "updated": "2016-09-15T17:36:27", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://archive.org/stream/NEW_1/NEW.txt?rel=0", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "payout": 0.014, + "payout_at": "2016-09-16T14:18:52", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 957521, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Ind3x: First Impressions", + "updated": "2016-09-15T13:07:54", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "rshares": "120282390", + "voter": "cheetah86" + }, + { + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "rshares": "120190190", + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=St-GpM3bZms", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "payout": 0.014, + "payout_at": "2016-09-16T12:17:01", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 957132, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "updated": "2016-09-15T12:12:27", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "rshares": "1166957457", + "voter": "anyx01" + }, + { + "rshares": "1010717091", + "voter": "anyx02" + }, + { + "rshares": "920430981", + "voter": "anyx03" + }, + { + "rshares": "738732732", + "voter": "anyx04" + }, + { + "rshares": "581016645", + "voter": "anyx05" + }, + { + "rshares": "491531071", + "voter": "anyx06" + }, + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "99940959", + "voter": "cheetah80" + }, + { + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "rshares": "99864814", + "voter": "cheetah79" + }, + { + "rshares": "-304461322", + "voter": "james1987" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "payout": 0.015, + "payout_at": "2016-09-16T11:04:31", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 956737, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: How to Create Your Own DIY Coloring Book, here @james1987", + "updated": "2016-09-15T11:03:18", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "rshares": "99886729", + "voter": "cheetah62" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "payout": 0.014, + "payout_at": "2016-09-16T11:06:20", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 956622, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Test", + "updated": "2016-09-15T11:05:30", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "rshares": "120915194", + "voter": "cheetah52" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "payout": 0.014, + "payout_at": "2016-09-16T10:01:56", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 956519, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Commission Toolbox review", + "updated": "2016-09-15T10:01:21", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "payout": 0.014, + "payout_at": "2016-09-16T09:13:24", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 956366, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: YouTube Channel Mastery review - Tube Channel Mastery", + "updated": "2016-09-15T09:12:36", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "187334144", + "voter": "cheetah27" + }, + { + "rshares": "143995122", + "voter": "cheetah28" + }, + { + "rshares": "100638161", + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "payout": 0.014, + "payout_at": "2016-09-16T11:07:14", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 956332, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-13]", + "updated": "2016-09-15T18:47:57", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "rshares": "144867260", + "voter": "cheetah24" + }, + { + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "rshares": "187524153", + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "payout": 0.014, + "payout_at": "2016-09-16T08:16:28", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 956130, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: I am sorry", + "updated": "2016-09-15T08:14:21", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "rshares": "66396217886", + "voter": "cheetah" + }, + { + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "rshares": "102066361", + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "payout": 0.014, + "payout_at": "2016-09-16T08:07:00", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 956116, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Bound for robotic glory @cheetah steemit", + "updated": "2016-09-15T08:06:18", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "rshares": "63737086656", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "payout": 0.014, + "payout_at": "2016-09-16T04:57:21", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 955291, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: CPA Cash Cannon Reviews and Bonus by Fred Barton", + "updated": "2016-09-15T04:56:12", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140433924", + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://technewsdb.com/the-feds-will-soon-be-able-to-legally-hack-almost-anyone/", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "payout": 0.014, + "payout_at": "2016-09-16T04:52:47", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 955260, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "updated": "2016-09-15T04:49:51", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "rshares": "120190190", + "voter": "cheetah88" + }, + { + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "payout": 0.014, + "payout_at": "2016-09-16T04:06:23", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 955045, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "updated": "2016-09-15T04:05:36", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "rshares": "99698423", + "voter": "cheetah77" + }, + { + "rshares": "99871230", + "voter": "cheetah78" + }, + { + "rshares": "99864814", + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "payout": 0.014, + "payout_at": "2016-09-16T03:55:05", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 954981, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "updated": "2016-09-15T03:54:33", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + }, + { + "active_votes": [ + { + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "rshares": "99908222", + "voter": "cheetah67" + }, + { + "rshares": "120804038", + "voter": "cheetah68" + }, + { + "rshares": "124841185", + "voter": "cheetah69" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65410496073, + "parent_author": "woolsey", + "parent_permlink": "local-adwords-plr-pack-reviews-and-bonus-by-kim-udell", + "payout": 0.014, + "payout_at": "2016-09-16T03:44:17", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-local-adwords-plr-pack-reviews-and-bonus-by-kim-udell-20160915t034337", + "post_id": 954911, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Local AdWords PLR Pack Reviews and Bonus by Kim Udell", + "updated": "2016-09-15T03:43:39", + "url": "/steemtools/@woolsey/local-adwords-plr-pack-reviews-and-bonus-by-kim-udell#@cheetah/re-local-adwords-plr-pack-reviews-and-bonus-by-kim-udell-20160915t034337" + }, + { + "active_votes": [ + { + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "rshares": "99934003", + "voter": "cheetah57" + }, + { + "rshares": "99927659", + "voter": "cheetah58" + }, + { + "rshares": "99927313", + "voter": "cheetah59" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:33:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364731603, + "parent_author": "woolsey", + "parent_permlink": "vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi", + "payout": 0.014, + "payout_at": "2016-09-16T03:33:47", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi-20160915t033314", + "post_id": 954856, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: VidCuratorFX Reviews and Bonus by Abhi Dwivedi", + "updated": "2016-09-15T03:33:15", + "url": "/steemtools/@woolsey/vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi#@cheetah/re-vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi-20160915t033314" + }, + { + "active_votes": [ + { + "rshares": "65064706278", + "voter": "cheetah" + }, + { + "rshares": "121107772", + "voter": "cheetah47" + }, + { + "rshares": "121050357", + "voter": "cheetah48" + }, + { + "rshares": "99997502", + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:22:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65406861909, + "parent_author": "woolsey", + "parent_permlink": "self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay", + "payout": 0.014, + "payout_at": "2016-09-16T03:23:02", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay-20160915t032221", + "post_id": 954792, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Self Help Fitness PLR Firesale Reviews and Bonus by Sajan Elanthoor & Justin Opay", + "updated": "2016-09-15T03:22:21", + "url": "/steemtools/@woolsey/self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay#@cheetah/re-self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay-20160915t032221" + }, + { + "active_votes": [ + { + "rshares": "66392557427", + "voter": "cheetah" + }, + { + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:11:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66714448475, + "parent_author": "woolsey", + "parent_permlink": "1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt", + "payout": 0.014, + "payout_at": "2016-09-16T03:11:47", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt-20160915t031103", + "post_id": 954710, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: 1 Hour Insta Profits Reviews and Bonus by Tyler Pratt", + "updated": "2016-09-15T03:11:03", + "url": "/steemtools/@woolsey/1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt#@cheetah/re-1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt-20160915t031103" + }, + { + "active_votes": [ + { + "rshares": "66392557427", + "voter": "cheetah" + }, + { + "rshares": "187334144", + "voter": "cheetah27" + }, + { + "rshares": "143995122", + "voter": "cheetah28" + }, + { + "rshares": "100638161", + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "decentralized", + "children": 0, + "created": "2016-09-15T02:20:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66824524854, + "parent_author": "autosmile13", + "parent_permlink": "decentralized-markets", + "payout": 0.014, + "payout_at": "2016-09-16T02:21:05", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-decentralized-markets-20160915t022029", + "post_id": 954498, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Decentralized Markets", + "updated": "2016-09-15T02:20:30", + "url": "/decentralized/@autosmile13/decentralized-markets#@cheetah/re-decentralized-markets-20160915t022029" + }, + { + "active_votes": [ + { + "rshares": "66392557427", + "voter": "cheetah" + }, + { + "rshares": "101857729", + "voter": "cheetah17" + }, + { + "rshares": "101760456", + "voter": "cheetah18" + }, + { + "rshares": "123906339", + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @william001.", + "category": "steemit", + "children": 0, + "created": "2016-09-15T02:17:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66720081951, + "parent_author": "patrice", + "parent_permlink": "re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z", + "payout": 0.014, + "payout_at": "2016-09-15T22:13:46", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z-20160915t021716", + "post_id": 954476, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Steemit, a social media platform that rewards good discussion.", + "updated": "2016-09-15T02:17:18", + "url": "/steemit/@william001/steemit-a-social-media-platform-that-rewards-good-discussion#@cheetah/re-re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z-20160915t021716" + }, + { + "active_votes": [ + { + "rshares": "66392557427", + "voter": "cheetah" + }, + { + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "rshares": "102066361", + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-15T01:45:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66698790143, + "parent_author": "olivianakano", + "parent_permlink": "nfl-regular-season-week-2-teams", + "payout": 0.014, + "payout_at": "2016-09-16T01:46:29", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-nfl-regular-season-week-2-teams-20160915t014555", + "post_id": 954306, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: NFL REGULAR SEASON WEEK 2 TEAMS", + "updated": "2016-09-15T01:45:54", + "url": "/nfl/@olivianakano/nfl-regular-season-week-2-teams#@cheetah/re-nfl-regular-season-week-2-teams-20160915t014555" + }, + { + "active_votes": [ + { + "rshares": "66392557427", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @lucylee.", + "category": "design", + "children": 0, + "created": "2016-09-15T01:27:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66888761891, + "parent_author": "anyx", + "parent_permlink": "re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z", + "payout": 0.0, + "payout_at": "2016-10-15T09:31:45", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z-20160915t012659", + "post_id": 954216, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Characters based on the Steemit logo!", + "updated": "2016-09-15T01:27:00", + "url": "/design/@lucylee/characters-based-on-the-steemit-logo#@cheetah/re-re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z-20160915t012659" + }, + { + "active_votes": [ + { + "rshares": "66390943747", + "voter": "cheetah" + }, + { + "rshares": "102085954", + "voter": "cheetah07" + }, + { + "rshares": "102688252", + "voter": "cheetah08" + }, + { + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "tubetrafficelitereview", + "children": 0, + "created": "2016-09-14T22:51:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66697534182, + "parent_author": "boys", + "parent_permlink": "tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software", + "payout": 0.014, + "payout_at": "2016-09-15T22:52:11", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software-20160914t225132", + "post_id": 953258, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: TubeTraffic Elite Review by Todd Gross - Get traffic on 100% Autopilot with this breakthrough vidio marketing software", + "updated": "2016-09-14T22:51:33", + "url": "/tubetrafficelitereview/@boys/tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software#@cheetah/re-tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software-20160914t225132" + }, + { + "active_votes": [ + { + "rshares": "1166957457", + "voter": "anyx01" + }, + { + "rshares": "1010717091", + "voter": "anyx02" + }, + { + "rshares": "920430981", + "voter": "anyx03" + }, + { + "rshares": "738732732", + "voter": "anyx04" + }, + { + "rshares": "581016645", + "voter": "anyx05" + }, + { + "rshares": "491531071", + "voter": "anyx06" + }, + { + "rshares": "66390219411", + "voter": "cheetah" + }, + { + "rshares": "102169064", + "voter": "cheetah03" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + }, + { + "rshares": "-1252246228", + "voter": "kingarbinv" + }, + { + "rshares": "-195329269", + "voter": "chadcrypto" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.yumeuniverse.com/feeds/posts/default?orderby=updated", + "category": "life", + "children": 4, + "created": "2016-09-14T22:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70158529005, + "parent_author": "chadcrypto", + "parent_permlink": "something-s-change", + "payout": 0.015, + "payout_at": "2016-09-16T00:30:13", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-something-s-change-20160914t220622", + "post_id": 952934, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "RE: Something's Change............", + "updated": "2016-09-14T22:06:21", + "url": "/life/@chadcrypto/something-s-change#@cheetah/re-something-s-change-20160914t220622" + }, + { + "active_votes": [ + { + "rshares": "67718023799", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://steemit.com/blog/@datingdos/blogging-about-dating", + "category": "steemit", + "children": 1, + "created": "2016-09-14T22:04:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68214228263, + "parent_author": "datingdos", + "parent_permlink": "a-blog-about-dating-working-towards-1-000-sp-will-curate-after", + "payout": 0.015, + "payout_at": "2016-09-15T22:07:11", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-a-blog-about-dating-working-towards-1-000-sp-will-curate-after-20160914t220438", + "post_id": 952928, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: A Blog About Dating, Working Towards 1,000 SP, Will Curate After", + "updated": "2016-09-14T22:04:39", + "url": "/steemit/@datingdos/a-blog-about-dating-working-towards-1-000-sp-will-curate-after#@cheetah/re-a-blog-about-dating-working-towards-1-000-sp-will-curate-after-20160914t220438" + }, + { + "active_votes": [ + { + "rshares": "188330333262", + "voter": "anyx" + }, + { + "rshares": "67713311342", + "voter": "cheetah" + }, + { + "rshares": "102169064", + "voter": "cheetah03" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=BhTl4f10t3g", + "category": "money", + "children": 0, + "created": "2016-09-14T19:01:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256350143718, + "parent_author": "jang", + "parent_permlink": "gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates", + "payout": 0.06, + "payout_at": "2016-09-15T20:30:48", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates-20160914t190134", + "post_id": 951469, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Gold Goes To All-time Highs If Fed Admits It Cannot Raise Rates", + "updated": "2016-09-14T19:01:36", + "url": "/money/@jang/gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates#@cheetah/re-gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates-20160914t190134" + }, + { + "active_votes": [ + { + "rshares": "67712725902", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "live", + "children": 0, + "created": "2016-09-14T18:00:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68208930366, + "parent_author": "safar01", + "parent_permlink": "death-on-the-road-of-my-expedition", + "payout": 0.0, + "payout_at": "2016-10-15T18:01:45", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-death-on-the-road-of-my-expedition-20160914t180032", + "post_id": 951046, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Death on the road of my expedition", + "updated": "2016-09-14T21:03:15", + "url": "/live/@safar01/death-on-the-road-of-my-expedition#@cheetah/re-death-on-the-road-of-my-expedition-20160914t180032" + }, + { + "active_votes": [ + { + "rshares": "191988026191", + "voter": "anyx" + }, + { + "rshares": "67698125004", + "voter": "cheetah" + }, + { + "rshares": "143421665", + "voter": "cheetah30" + }, + { + "rshares": "125358759", + "voter": "cheetah31" + }, + { + "rshares": "121228240", + "voter": "cheetah32" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 1, + "created": "2016-09-14T11:37:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260076159859, + "parent_author": "fajrilgooner", + "parent_permlink": "flows-continuously-like-water-flowing", + "payout": 0.06, + "payout_at": "2016-10-15T13:30:27", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-flows-continuously-like-water-flowing-20160914t113742", + "post_id": 948543, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Flows continuously like water flowing", + "updated": "2016-09-14T11:37:51", + "url": "/photography/@fajrilgooner/flows-continuously-like-water-flowing#@cheetah/re-flows-continuously-like-water-flowing-20160914t113742" + }, + { + "active_votes": [ + { + "rshares": "1166957457", + "voter": "anyx01" + }, + { + "rshares": "1010717091", + "voter": "anyx02" + }, + { + "rshares": "920430981", + "voter": "anyx03" + }, + { + "rshares": "738732732", + "voter": "anyx04" + }, + { + "rshares": "581016645", + "voter": "anyx05" + }, + { + "rshares": "491531071", + "voter": "anyx06" + }, + { + "rshares": "67693865266", + "voter": "cheetah" + }, + { + "rshares": "102855934", + "voter": "cheetah20" + }, + { + "rshares": "101135204", + "voter": "cheetah21" + }, + { + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "rshares": "-1042737520", + "voter": "zettar" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "cn", + "children": 4, + "created": "2016-09-14T08:05:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71865838128, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-12", + "payout": 0.0, + "payout_at": "2016-10-15T09:53:21", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-12-20160914t080523", + "post_id": 947609, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-12]", + "updated": "2016-09-14T21:27:15", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-12#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-12-20160914t080523" + }, + { + "active_votes": [ + { + "rshares": "406732219475", + "voter": "blakemiles84" + }, + { + "rshares": "360404966953", + "voter": "hedge-x" + }, + { + "rshares": "188238660429", + "voter": "anyx" + }, + { + "rshares": "66308710170", + "voter": "cheetah" + }, + { + "rshares": "101857729", + "voter": "cheetah17" + }, + { + "rshares": "101760456", + "voter": "cheetah18" + }, + { + "rshares": "123906339", + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://howldb.com/p/wells-fargo-scandal-erases-1-4-billion-from-warren-buffett-s-fortune-03fkyb", + "category": "news", + "children": 0, + "created": "2016-09-14T04:27:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1022012081551, + "parent_author": "blakemiles84", + "parent_permlink": "warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal", + "payout": 0.26, + "payout_at": "2016-10-15T06:50:15", + "pending_payout_value": "0.260 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal-20160914t042725", + "post_id": 946723, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "RE: Warren Buffett had $1.4 billion wiped from his fortune after Wells Fargo scandal", + "updated": "2016-09-14T04:27:33", + "url": "/news/@blakemiles84/warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal#@cheetah/re-warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal-20160914t042725" + }, + { + "active_votes": [ + { + "rshares": "67634297115", + "voter": "cheetah" + }, + { + "rshares": "101777094", + "voter": "cheetah14" + }, + { + "rshares": "171631587", + "voter": "cheetah15" + }, + { + "rshares": "101859018", + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://kennedylegacy.org/", + "category": "life", + "children": 1, + "created": "2016-09-14T04:20:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68009564814, + "parent_author": "james1987", + "parent_permlink": "how-to-keep-your-sanity", + "payout": 0.0, + "payout_at": "2016-10-15T04:43:33", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-how-to-keep-your-sanity-20160914t042027", + "post_id": 946679, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: How To Keep Your Sanity", + "updated": "2016-09-14T04:20:36", + "url": "/life/@james1987/how-to-keep-your-sanity#@cheetah/re-how-to-keep-your-sanity-20160914t042027" + }, + { + "active_votes": [ + { + "rshares": "1007768722", + "voter": "mohammed123" + }, + { + "rshares": "67632550537", + "voter": "cheetah" + }, + { + "rshares": "102085954", + "voter": "cheetah07" + }, + { + "rshares": "102688252", + "voter": "cheetah08" + }, + { + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.quora.com/How-do-I-generate-a-decent-profit-doing-intra-day-trading-online-in-NSE-and-BSE", + "category": "steemit", + "children": 1, + "created": "2016-09-14T01:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68946909694, + "parent_author": "mohammed123", + "parent_permlink": "10-trading-tips-that-i-want-to-share-with-you-steemers", + "payout": 0.0, + "payout_at": "2016-10-15T02:04:06", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-10-trading-tips-that-i-want-to-share-with-you-steemers-20160914t014551", + "post_id": 945881, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 10 trading tips that I want to share with you Steemers", + "updated": "2016-09-14T01:46:00", + "url": "/steemit/@mohammed123/10-trading-tips-that-i-want-to-share-with-you-steemers#@cheetah/re-10-trading-tips-that-i-want-to-share-with-you-steemers-20160914t014551" + }, + { + "active_votes": [ + { + "rshares": "180161335170", + "voter": "anyx" + }, + { + "rshares": "66306422095", + "voter": "cheetah" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + }, + { + "rshares": "102159434", + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxmultiuserlicensereview", + "children": 0, + "created": "2016-09-13T23:21:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 246774246749, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos", + "payout": 0.052, + "payout_at": "2016-10-15T01:11:45", + "pending_payout_value": "0.052 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos-20160913t232141", + "post_id": 944889, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX - Multi User License Review by Ben Murray - Amazing Video Software to automatically create 100s of slideshow videos with animations, transitions and music within minutes", + "updated": "2016-09-13T23:21:51", + "url": "/vidcuratorfxmultiuserlicensereview/@boys/vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos#@cheetah/re-vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos-20160913t232141" + }, + { + "active_votes": [ + { + "rshares": "180161335170", + "voter": "anyx" + }, + { + "rshares": "1178736120", + "voter": "anyx01" + }, + { + "rshares": "1020918855", + "voter": "anyx02" + }, + { + "rshares": "929721495", + "voter": "anyx03" + }, + { + "rshares": "746189372", + "voter": "anyx04" + }, + { + "rshares": "586881289", + "voter": "anyx05" + }, + { + "rshares": "496492552", + "voter": "anyx06" + }, + { + "rshares": "66306422095", + "voter": "cheetah" + }, + { + "rshares": "99702754", + "voter": "cheetah94" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + }, + { + "rshares": "-63524754", + "voter": "debmund" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.ultralingua.com/onlinedictionary/index.html?service=ee&text=", + "category": "news", + "children": 2, + "created": "2016-09-13T22:44:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251661848277, + "parent_author": "debmund", + "parent_permlink": "have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks", + "payout": 0.054, + "payout_at": "2016-10-15T01:14:45", + "pending_payout_value": "0.054 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks-20160913t224424", + "post_id": 944582, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "RE: Have Fun Celebrating National Fortune Cookie Day Today! Fun Contests And Prizes On YouTube And Social Networks!", + "updated": "2016-09-13T22:44:33", + "url": "/news/@debmund/have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks#@cheetah/re-have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks-20160913t224424" + }, + { + "active_votes": [ + { + "rshares": "183914696319", + "voter": "anyx" + }, + { + "rshares": "67632550537", + "voter": "cheetah" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140433924", + "voter": "cheetah92" + }, + { + "rshares": "99719091", + "voter": "cheetah93" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxmultiuserlicense", + "children": 0, + "created": "2016-09-13T22:36:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251887220379, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video", + "payout": 0.054, + "payout_at": "2016-10-15T01:14:48", + "pending_payout_value": "0.054 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-20160913t223615", + "post_id": 944518, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX PRO Review by Ben Murray - UPGRADE to VidCuratorFX PRO The Real Hardcore PRO Features For COMPLETE Auto-Video Creation & Traffic", + "updated": "2016-09-13T22:36:24", + "url": "/vidcuratorfxmultiuserlicense/@boys/vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video#@cheetah/re-vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-20160913t223615" + }, + { + "active_votes": [ + { + "rshares": "176223788176", + "voter": "anyx" + }, + { + "rshares": "67632550537", + "voter": "cheetah" + }, + { + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "rshares": "99713981", + "voter": "cheetah82" + }, + { + "rshares": "99680784", + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.newsbbc.net/2016/09/breaking-justice-department-overrules.html", + "category": "news", + "children": 0, + "created": "2016-09-13T17:41:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244155488963, + "parent_author": "velocity007", + "parent_permlink": "justice-department-overrules-court-dakota-access-pipeline-construction-halted", + "payout": 0.053, + "payout_at": "2016-10-14T19:53:24", + "pending_payout_value": "0.053 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-justice-department-overrules-court-dakota-access-pipeline-construction-halted-20160913t174139", + "post_id": 942064, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Justice Department Overrules Court, Dakota Access Pipeline Construction Halted", + "updated": "2016-09-13T17:41:48", + "url": "/news/@velocity007/justice-department-overrules-court-dakota-access-pipeline-construction-halted#@cheetah/re-justice-department-overrules-court-dakota-access-pipeline-construction-halted-20160913t174139" + }, + { + "active_votes": [ + { + "rshares": "176223788176", + "voter": "anyx" + }, + { + "rshares": "66305161397", + "voter": "cheetah" + }, + { + "rshares": "99940959", + "voter": "cheetah80" + }, + { + "rshares": "99871230", + "voter": "cheetah78" + }, + { + "rshares": "99864814", + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemitabuse-appeals", + "children": 0, + "created": "2016-09-13T16:30:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242828626576, + "parent_author": "yassinebentour", + "parent_permlink": "let-s-talk-truth", + "payout": 0.055, + "payout_at": "2016-10-14T19:31:18", + "pending_payout_value": "0.055 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-let-s-talk-truth-20160913t162952", + "post_id": 941482, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: LET'S TALK TRUTH", + "updated": "2016-09-13T16:30:03", + "url": "/steemitabuse-appeals/@yassinebentour/let-s-talk-truth#@cheetah/re-let-s-talk-truth-20160913t162952" + }, + { + "active_votes": [ + { + "rshares": "176223788176", + "voter": "anyx" + }, + { + "rshares": "67631264625", + "voter": "cheetah" + }, + { + "rshares": "120804038", + "voter": "cheetah68" + }, + { + "rshares": "124841185", + "voter": "cheetah69" + }, + { + "rshares": "100018501", + "voter": "cheetah70" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://brainfeed.tv/2016/09/13/why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table/", + "category": "money", + "children": 1, + "created": "2016-09-13T16:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244200716525, + "parent_author": "joshsigurdson", + "parent_permlink": "why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table", + "payout": 0.055, + "payout_at": "2016-10-14T19:41:39", + "pending_payout_value": "0.055 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table-20160913t162556", + "post_id": 941457, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Why Making Precise Economic Predictions Can Discredit You - Fundamentals Are Off The Table", + "updated": "2016-09-13T16:26:06", + "url": "/money/@joshsigurdson/why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table#@cheetah/re-why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table-20160913t162556" + }, + { + "active_votes": [ + { + "rshares": "176223788176", + "voter": "anyx" + }, + { + "rshares": "67630024816", + "voter": "cheetah" + }, + { + "rshares": "100112676", + "voter": "cheetah66" + }, + { + "rshares": "99908222", + "voter": "cheetah67" + }, + { + "rshares": "120614958", + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxreview", + "children": 0, + "created": "2016-09-13T15:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244174448848, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button", + "payout": 0.055, + "payout_at": "2016-10-14T19:19:30", + "pending_payout_value": "0.055 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button-20160913t154441", + "post_id": 941075, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Review \u2013 Create Tons of Attention Grabbing, Traffic \u2013 Getting Videos, At The Push A Button!", + "updated": "2016-09-13T15:44:51", + "url": "/vidcuratorfxreview/@boys/vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button#@cheetah/re-vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button-20160913t154441" + }, + { + "active_votes": [ + { + "rshares": "179973230478", + "voter": "anyx" + }, + { + "rshares": "67628567712", + "voter": "cheetah" + }, + { + "rshares": "121107772", + "voter": "cheetah47" + }, + { + "rshares": "121050357", + "voter": "cheetah48" + }, + { + "rshares": "99997502", + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-13T14:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247943953821, + "parent_author": "fajrilgooner", + "parent_permlink": "design-project-final-lecture-railway-station-part-1", + "payout": 0.057, + "payout_at": "2016-10-14T18:20:15", + "pending_payout_value": "0.057 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-design-project-final-lecture-railway-station-part-1-20160913t143817", + "post_id": 940560, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Design Project Final Lecture - Railway Station Part -1", + "updated": "2016-09-13T14:38:27", + "url": "/art/@fajrilgooner/design-project-final-lecture-railway-station-part-1#@cheetah/re-design-project-final-lecture-railway-station-part-1-20160913t143817" + }, + { + "active_votes": [ + { + "rshares": "179973230478", + "voter": "anyx" + }, + { + "rshares": "67627776966", + "voter": "cheetah" + }, + { + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "imbcreview", + "children": 0, + "created": "2016-09-13T08:10:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247922898492, + "parent_author": "williambenson", + "parent_permlink": "imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser", + "payout": 0.06, + "payout_at": "2016-10-14T17:14:48", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser-20160913t081035", + "post_id": 938355, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: IMBC Internet Marketing Bootcamp Training Course by Donald VanFossen Review : Amazing Learn How To Create Huge Amounts Of Laser Guided Visitor Traffic, Plan Your Strategy And Activate Your Commissions & You Will Be Successful Recruit", + "updated": "2016-09-13T08:10:45", + "url": "/imbcreview/@williambenson/imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser#@cheetah/re-imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser-20160913t081035" + }, + { + "active_votes": [ + { + "rshares": "179973230478", + "voter": "anyx" + }, + { + "rshares": "67627776966", + "voter": "cheetah" + }, + { + "rshares": "187334144", + "voter": "cheetah27" + }, + { + "rshares": "143995122", + "voter": "cheetah28" + }, + { + "rshares": "100638161", + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxpro", + "children": 1, + "created": "2016-09-13T07:14:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248032974871, + "parent_author": "williambenson", + "parent_permlink": "vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic", + "payout": 0.06, + "payout_at": "2016-10-14T16:58:54", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic-20160913t071359", + "post_id": 938097, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Pro Review : UPGRADE to VidCuratorFX PRO The Real Hardcore PRO Features For COMPLETE Auto-Video Creation & Traffic!", + "updated": "2016-09-13T07:14:09", + "url": "/vidcuratorfxpro/@williambenson/vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic#@cheetah/re-vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic-20160913t071359" + }, + { + "active_votes": [ + { + "rshares": "179973230478", + "voter": "anyx" + }, + { + "rshares": "67625990713", + "voter": "cheetah" + }, + { + "rshares": "101857729", + "voter": "cheetah17" + }, + { + "rshares": "101760456", + "voter": "cheetah18" + }, + { + "rshares": "123906339", + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxreview", + "children": 0, + "created": "2016-09-13T04:50:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247926745715, + "parent_author": "williambenson", + "parent_permlink": "vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of", + "payout": 0.06, + "payout_at": "2016-10-14T16:19:30", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of-20160913t044956", + "post_id": 937357, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Review : Powerful Creating Amazing High Quality Video Using Just a Keyword & Push of a Button, Create Tons Of Attention Grabbing, Traffic \u2013 Getting Videos By Abhi Dwivedi", + "updated": "2016-09-13T04:50:06", + "url": "/vidcuratorfxreview/@williambenson/vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of#@cheetah/re-vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of-20160913t044956" + }, + { + "active_votes": [ + { + "rshares": "183722672780", + "voter": "anyx" + }, + { + "rshares": "66299381517", + "voter": "cheetah" + }, + { + "rshares": "102169064", + "voter": "cheetah03" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "news", + "children": 0, + "created": "2016-09-13T03:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250328553411, + "parent_author": "attila-kalmar", + "parent_permlink": "ron-paul", + "payout": 0.06, + "payout_at": "2016-10-14T16:10:57", + "pending_payout_value": "0.060 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ron-paul-20160913t035208", + "post_id": 937035, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: The Truth About Dollar Collapsing on 27 September 2016", + "updated": "2016-09-13T03:52:15", + "url": "/news/@attila-kalmar/ron-paul#@cheetah/re-ron-paul-20160913t035208" + }, + { + "active_votes": [ + { + "rshares": "3232996128385", + "voter": "fuzzyvest" + }, + { + "rshares": "183722672780", + "voter": "anyx" + }, + { + "rshares": "67625369147", + "voter": "cheetah" + }, + { + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "beyondbitcoin", + "children": 3, + "created": "2016-09-13T03:23:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3484683980491, + "parent_author": "ilam01", + "parent_permlink": "giveway-synereo-amp", + "payout": 1.501, + "payout_at": "2016-10-14T06:26:54", + "pending_payout_value": "1.501 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-giveway-synereo-amp-20160913t032343", + "post_id": 936891, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: GIVEWAY Synereo AMP", + "updated": "2016-09-13T03:23:51", + "url": "/beyondbitcoin/@ilam01/giveway-synereo-amp#@cheetah/re-giveway-synereo-amp-20160913t032343" + }, + { + "active_votes": [ + { + "rshares": "6465992256771", + "voter": "fuzzyvest" + }, + { + "rshares": "425156145671", + "voter": "officialfuzzy" + }, + { + "rshares": "183722672780", + "voter": "anyx" + }, + { + "rshares": "67614520604", + "voter": "cheetah" + }, + { + "rshares": "99940959", + "voter": "cheetah80" + }, + { + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "rshares": "99864814", + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "beyondbitcoin", + "children": 0, + "created": "2016-09-13T02:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7142785157084, + "parent_author": "ilam01", + "parent_permlink": "quickly-hunt-synereo-amp", + "payout": 4.56, + "payout_at": "2016-10-14T06:04:18", + "pending_payout_value": "4.560 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-quickly-hunt-synereo-amp-20160913t020801", + "post_id": 936356, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "RE: quickly hunt Synereo AMP", + "updated": "2016-09-13T02:08:12", + "url": "/beyondbitcoin/@ilam01/quickly-hunt-synereo-amp#@cheetah/re-quickly-hunt-synereo-amp-20160913t020801" + }, + { + "active_votes": [ + { + "rshares": "183722672780", + "voter": "anyx" + }, + { + "rshares": "67614069615", + "voter": "cheetah" + }, + { + "rshares": "124841185", + "voter": "cheetah69" + }, + { + "rshares": "100018501", + "voter": "cheetah70" + }, + { + "rshares": "99998735", + "voter": "cheetah71" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "warrior", + "children": 0, + "created": "2016-09-13T00:21:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251661600816, + "parent_author": "jaki", + "parent_permlink": "warrior-forum-cash-system-plr", + "payout": 0.063, + "payout_at": "2016-10-14T15:09:30", + "pending_payout_value": "0.063 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-warrior-forum-cash-system-plr-20160913t002104", + "post_id": 935678, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Warrior Forum Cash System PLR", + "updated": "2016-09-13T00:21:15", + "url": "/warrior/@jaki/warrior-forum-cash-system-plr#@cheetah/re-warrior-forum-cash-system-plr-20160913t002104" + }, + { + "active_votes": [ + { + "rshares": "183722672780", + "voter": "anyx" + }, + { + "rshares": "67614069615", + "voter": "cheetah" + }, + { + "rshares": "99927313", + "voter": "cheetah59" + }, + { + "rshares": "99924819", + "voter": "cheetah60" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "localreviewbuilder", + "children": 0, + "created": "2016-09-12T22:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251636504158, + "parent_author": "boys", + "parent_permlink": "local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now", + "payout": 0.065, + "payout_at": "2016-10-14T14:33:24", + "pending_payout_value": "0.065 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now-20160912t223044", + "post_id": 934985, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Local Review Builder is best world product by Jeff Schwerdt - Yes, give me your amazing Wordpress Plugin NOW!", + "updated": "2016-09-12T22:30:54", + "url": "/localreviewbuilder/@boys/local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now#@cheetah/re-local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now-20160912t223044" + }, + { + "active_votes": [ + { + "rshares": "187472115081", + "voter": "anyx" + }, + { + "rshares": "64960174856", + "voter": "cheetah" + }, + { + "rshares": "141989550", + "voter": "cheetah50" + }, + { + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "rshares": "99997502", + "voter": "cheetah49" + }, + { + "rshares": "129749792", + "voter": "modernbukowski" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "warning-blacklist", + "children": 0, + "created": "2016-09-12T18:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 252904074995, + "parent_author": "autosmile13", + "parent_permlink": "warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief", + "payout": 0.043, + "payout_at": "2016-10-13T18:57:45", + "pending_payout_value": "0.043 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief-20160912t185651", + "post_id": 933131, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: Warning! ...STEEM..IT...This user is on my black list, likely as a known plagiarist, spammer or ID thief.", + "updated": "2016-09-12T18:57:00", + "url": "/warning-blacklist/@autosmile13/warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief#@cheetah/re-warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief-20160912t185651" + }, + { + "active_votes": [ + { + "rshares": "187472115081", + "voter": "anyx" + }, + { + "rshares": "66284289754", + "voter": "cheetah" + }, + { + "rshares": "125358759", + "voter": "cheetah31" + }, + { + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "rshares": "100147183", + "voter": "cheetah33" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "cyber", + "children": 1, + "created": "2016-09-12T18:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254103139017, + "parent_author": "boss-money", + "parent_permlink": "cyber-security-experts-expect-a-rise-in-monero-ransomware", + "payout": 0.043, + "payout_at": "2016-10-13T18:54:33", + "pending_payout_value": "0.043 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cyber-security-experts-expect-a-rise-in-monero-ransomware-20160912t184100", + "post_id": 932973, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Cyber Security Experts Expect a Rise in Monero Ransomware", + "updated": "2016-09-12T18:41:09", + "url": "/cyber/@boss-money/cyber-security-experts-expect-a-rise-in-monero-ransomware#@cheetah/re-cyber-security-experts-expect-a-rise-in-monero-ransomware-20160912t184100" + }, + { + "active_votes": [ + { + "rshares": "187472115081", + "voter": "anyx" + }, + { + "rshares": "66284289754", + "voter": "cheetah" + }, + { + "rshares": "101135204", + "voter": "cheetah21" + }, + { + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "rshares": "188781535", + "voter": "cheetah23" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "cpacashcannonreview", + "children": 0, + "created": "2016-09-12T18:38:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254147654841, + "parent_author": "jaki", + "parent_permlink": "cpa-cash-cannon-review-cpa-cash-cannon", + "payout": 0.043, + "payout_at": "2016-10-13T18:39:39", + "pending_payout_value": "0.043 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cpa-cash-cannon-review-cpa-cash-cannon-20160912t183811", + "post_id": 932943, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: CPA Cash Cannon REVIEW - CPA Cash Cannon", + "updated": "2016-09-12T18:38:21", + "url": "/cpacashcannonreview/@jaki/cpa-cash-cannon-review-cpa-cash-cannon#@cheetah/re-cpa-cash-cannon-review-cpa-cash-cannon-20160912t183811" + }, + { + "active_votes": [ + { + "rshares": "191221557383", + "voter": "anyx" + }, + { + "rshares": "66284289754", + "voter": "cheetah" + }, + { + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "rshares": "102066361", + "voter": "cheetah12" + }, + { + "rshares": "101785508", + "voter": "cheetah13" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "bitcoin", + "children": 1, + "created": "2016-09-12T18:36:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257811777345, + "parent_author": "boss-money", + "parent_permlink": "eu-s-top-cop-launches-digital-currency-working-group", + "payout": 0.044, + "payout_at": "2016-10-13T18:37:12", + "pending_payout_value": "0.044 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-eu-s-top-cop-launches-digital-currency-working-group-20160912t183604", + "post_id": 932927, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: EU's Top Cop Launches Digital Currency Working Group", + "updated": "2016-09-12T18:36:12", + "url": "/bitcoin/@boss-money/eu-s-top-cop-launches-digital-currency-working-group#@cheetah/re-eu-s-top-cop-launches-digital-currency-working-group-20160912t183604" + }, + { + "active_votes": [ + { + "rshares": "168445937118", + "voter": "anyx" + }, + { + "rshares": "66281221003", + "voter": "cheetah" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "102169064", + "voter": "cheetah03" + }, + { + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @fajrilgooner.", + "category": "health", + "children": 1, + "created": "2016-09-12T18:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 235056612722, + "parent_author": "anyx", + "parent_permlink": "re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z", + "payout": 0.059, + "payout_at": "2016-10-13T17:29:42", + "pending_payout_value": "0.059 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z-20160912t180917", + "post_id": 932672, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Efficacy Of Turmeric And Honey", + "updated": "2016-09-12T18:09:27", + "url": "/health/@fajrilgooner/efficacy-of-turmeric-and-honey#@cheetah/re-re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z-20160912t180917" + }, + { + "active_votes": [ + { + "rshares": "175739549847", + "voter": "anyx" + }, + { + "rshares": "66279388668", + "voter": "cheetah" + }, + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "99482726", + "voter": "cheetah98" + }, + { + "rshares": "99684049", + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have unbanned @yanik.", + "category": "creative", + "children": 0, + "created": "2016-09-12T17:08:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242487024217, + "parent_author": "anyx", + "parent_permlink": "re-yanik-figure-dragon-20160912t170736391z", + "payout": 0.068, + "payout_at": "2016-10-13T15:07:15", + "pending_payout_value": "0.068 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-yanik-figure-dragon-20160912t170736391z-20160912t170818", + "post_id": 932153, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Figure Dragon", + "updated": "2016-09-12T17:08:27", + "url": "/creative/@yanik/figure-dragon#@cheetah/re-re-yanik-figure-dragon-20160912t170736391z-20160912t170818" + }, + { + "active_votes": [ + { + "rshares": "175739549847", + "voter": "anyx" + }, + { + "rshares": "67604493541", + "voter": "cheetah" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140433924", + "voter": "cheetah92" + }, + { + "rshares": "99719091", + "voter": "cheetah93" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "food", + "children": 0, + "created": "2016-09-12T16:38:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243684016911, + "parent_author": "labradorsem", + "parent_permlink": "salad-spark-of-happiness", + "payout": 0.062, + "payout_at": "2016-10-13T17:01:51", + "pending_payout_value": "0.062 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-salad-spark-of-happiness-20160912t163810", + "post_id": 931907, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Salad \"spark of happiness\"", + "updated": "2016-09-12T16:38:18", + "url": "/food/@labradorsem/salad-spark-of-happiness#@cheetah/re-salad-spark-of-happiness-20160912t163810" + }, + { + "active_votes": [ + { + "rshares": "66278273675", + "voter": "cheetah" + }, + { + "rshares": "120408056", + "voter": "cheetah73" + }, + { + "rshares": "99941243", + "voter": "cheetah74" + }, + { + "rshares": "182161450", + "voter": "cheetah75" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "creative", + "children": 0, + "created": "2016-09-12T12:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66680784424, + "parent_author": "yanik", + "parent_permlink": "figure-dragon", + "payout": 0.0, + "payout_at": "2016-10-13T15:07:15", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-figure-dragon-20160912t125652", + "post_id": 930213, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Figure Dragon", + "updated": "2016-09-12T12:57:00", + "url": "/creative/@yanik/figure-dragon#@cheetah/re-figure-dragon-20160912t125652" + }, + { + "active_votes": [ + { + "rshares": "175739549847", + "voter": "anyx" + }, + { + "rshares": "66278273675", + "voter": "cheetah" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + }, + { + "rshares": "99799751", + "voter": "cheetah64" + }, + { + "rshares": "120614958", + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "lets", + "children": 0, + "created": "2016-09-12T12:48:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242338048568, + "parent_author": "jaki", + "parent_permlink": "lets-launch-a-wso-together", + "payout": 0.063, + "payout_at": "2016-10-13T15:57:27", + "pending_payout_value": "0.063 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-lets-launch-a-wso-together-20160912t124757", + "post_id": 930154, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Lets Launch A Wso Together", + "updated": "2016-09-12T12:48:06", + "url": "/lets/@jaki/lets-launch-a-wso-together#@cheetah/re-lets-launch-a-wso-together-20160912t124757" + }, + { + "active_votes": [ + { + "rshares": "175739549847", + "voter": "anyx" + }, + { + "rshares": "67603839149", + "voter": "cheetah" + }, + { + "rshares": "100056560", + "voter": "cheetah55" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + }, + { + "rshares": "99969263", + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "one", + "children": 0, + "created": "2016-09-12T12:39:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243643449262, + "parent_author": "hectorj", + "parent_permlink": "1-click-wp-review-and-bonus", + "payout": 0.063, + "payout_at": "2016-10-13T15:54:33", + "pending_payout_value": "0.063 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-1-click-wp-review-and-bonus-20160912t123915", + "post_id": 930102, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 1 Click WP Review and Bonus", + "updated": "2016-09-12T12:39:24", + "url": "/one/@hectorj/1-click-wp-review-and-bonus#@cheetah/re-1-click-wp-review-and-bonus-20160912t123915" + }, + { + "active_votes": [ + { + "rshares": "175739549847", + "voter": "anyx" + }, + { + "rshares": "67602373271", + "voter": "cheetah" + }, + { + "rshares": "100261624", + "voter": "cheetah43" + }, + { + "rshares": "141949259", + "voter": "cheetah44" + }, + { + "rshares": "121089288", + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://ww2.kqed.org/science/2016/09/09/nasas-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon/", + "category": "grab", + "children": 0, + "created": "2016-09-12T09:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243705223289, + "parent_author": "merlinesm", + "parent_permlink": "nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon", + "payout": 0.069, + "payout_at": "2016-10-13T14:42:39", + "pending_payout_value": "0.069 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon-20160912t095608", + "post_id": 929260, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: NASA's Other Asteroid Mission: Grab A Chunk And Put It In Orbit Around The Moon", + "updated": "2016-09-12T09:56:18", + "url": "/grab/@merlinesm/nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon#@cheetah/re-nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon-20160912t095608" + }, + { + "active_votes": [ + { + "rshares": "172078309225", + "voter": "anyx" + }, + { + "rshares": "67602373271", + "voter": "cheetah" + }, + { + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "rshares": "100147183", + "voter": "cheetah33" + }, + { + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "stealtrafficreview", + "children": 0, + "created": "2016-09-12T09:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240002186979, + "parent_author": "jaki", + "parent_permlink": "steal-traffic-review--steal-traffic", + "payout": 0.07, + "payout_at": "2016-10-13T14:34:03", + "pending_payout_value": "0.070 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steal-traffic-review--steal-traffic-20160912t090936", + "post_id": 929058, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Steal Traffic review _ Steal Traffic", + "updated": "2016-09-12T09:09:45", + "url": "/stealtrafficreview/@jaki/steal-traffic-review--steal-traffic#@cheetah/re-steal-traffic-review--steal-traffic-20160912t090936" + }, + { + "active_votes": [ + { + "rshares": "67602373271", + "voter": "cheetah" + }, + { + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "rshares": "188781535", + "voter": "cheetah23" + }, + { + "rshares": "144867260", + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "recovering", + "children": 0, + "created": "2016-09-12T07:57:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68037355333, + "parent_author": "matet", + "parent_permlink": "hey-i-miss-u-steemit", + "payout": 0.0, + "payout_at": "2016-10-13T07:59:03", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-hey-i-miss-u-steemit-20160912t075729", + "post_id": 928723, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: hey. i miss u steemit :-(", + "updated": "2016-09-12T07:57:36", + "url": "/recovering/@matet/hey-i-miss-u-steemit#@cheetah/re-hey-i-miss-u-steemit-20160912t075729" + }, + { + "active_votes": [ + { + "rshares": "67601842538", + "voter": "cheetah" + }, + { + "rshares": "102066361", + "voter": "cheetah12" + }, + { + "rshares": "101785508", + "voter": "cheetah13" + }, + { + "rshares": "101777094", + "voter": "cheetah14" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://dotsub.com/view/a2b8805c-7978-4f02-8320-70bde78084ed", + "category": "life", + "children": 0, + "created": "2016-09-12T06:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67907471501, + "parent_author": "shreeraj", + "parent_permlink": "bunker-roy-learning-from-a-barefoot-movment", + "payout": 0.0, + "payout_at": "2016-10-13T06:33:18", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-bunker-roy-learning-from-a-barefoot-movment-20160912t063204", + "post_id": 928385, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Bunker Roy: LEARNING FROM A BAREFOOT MOVMENT", + "updated": "2016-09-12T06:32:12", + "url": "/life/@shreeraj/bunker-roy-learning-from-a-barefoot-movment#@cheetah/re-bunker-roy-learning-from-a-barefoot-movment-20160912t063204" + }, + { + "active_votes": [ + { + "rshares": "171689077811", + "voter": "anyx" + }, + { + "rshares": "67599219068", + "voter": "cheetah" + }, + { + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "food", + "children": 0, + "created": "2016-09-12T05:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239594279463, + "parent_author": "rsylevica", + "parent_permlink": "9-foods-for-weight-loss", + "payout": 0.065, + "payout_at": "2016-10-13T06:17:18", + "pending_payout_value": "0.065 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-9-foods-for-weight-loss-20160912t055435", + "post_id": 928243, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 9 Foods For Weight Loss", + "updated": "2016-09-12T05:54:42", + "url": "/food/@rsylevica/9-foods-for-weight-loss#@cheetah/re-9-foods-for-weight-loss-20160912t055435" + }, + { + "active_votes": [ + { + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "rshares": "99684049", + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.elyrics.net/read/m/musiq-soulchild-lyrics/halfcrazy-lyrics.html", + "category": "love", + "children": 0, + "created": "2016-09-12T03:48:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 493780449, + "parent_author": "craig-grant", + "parent_permlink": "and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone", + "payout": 0.0, + "payout_at": "2016-10-13T06:22:36", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone-20160912t034846", + "post_id": 927711, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "RE: And my mind's gone half crazy cause I can't leave you alone", + "updated": "2016-09-12T03:48:54", + "url": "/love/@craig-grant/and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone#@cheetah/re-and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone-20160912t034846" + }, + { + "active_votes": [ + { + "rshares": "2106019901033", + "voter": "adm" + }, + { + "rshares": "168036118708", + "voter": "anyx" + }, + { + "rshares": "66271783855", + "voter": "cheetah" + }, + { + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "rshares": "99482726", + "voter": "cheetah98" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @promaxx.", + "category": "food", + "children": 0, + "created": "2016-09-12T02:50:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2340626365558, + "parent_author": "predator", + "parent_permlink": "re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z", + "payout": 1.027, + "payout_at": "2016-10-13T03:07:21", + "pending_payout_value": "1.027 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z-20160912t025022", + "post_id": 927366, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: The best recipes of cleansing the body!", + "updated": "2016-09-12T02:50:30", + "url": "/food/@promaxx/the-best-recipes-of-cleansing-the-body#@cheetah/re-re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z-20160912t025022" + }, + { + "active_votes": [ + { + "rshares": "164383159606", + "voter": "anyx" + }, + { + "rshares": "67597219532", + "voter": "cheetah" + }, + { + "rshares": "99719091", + "voter": "cheetah93" + }, + { + "rshares": "99702754", + "voter": "cheetah94" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @rsylevica.", + "category": "food", + "children": 0, + "created": "2016-09-12T02:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232279380828, + "parent_author": "predator", + "parent_permlink": "re-rsylevica-9-foods-for-weight-loss-20160912t023256800z", + "payout": 0.062, + "payout_at": "2016-10-13T06:17:18", + "pending_payout_value": "0.062 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-rsylevica-9-foods-for-weight-loss-20160912t023256800z-20160912t023439", + "post_id": 927267, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 9 Foods For Weight Loss", + "updated": "2016-09-12T02:34:48", + "url": "/food/@rsylevica/9-foods-for-weight-loss#@cheetah/re-re-rsylevica-9-foods-for-weight-loss-20160912t023256800z-20160912t023439" + }, + { + "active_votes": [ + { + "rshares": "168036118708", + "voter": "anyx" + }, + { + "rshares": "66269699598", + "voter": "cheetah" + }, + { + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "rshares": "140433924", + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://tecake.in/news/science/nasa-juno-spacecraft-successfully-completes-first-jupiter-flyby-22640.html", + "category": "juno", + "children": 0, + "created": "2016-09-11T23:56:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234645751993, + "parent_author": "merlinesm", + "parent_permlink": "nasa-s-juno-successfully-completes-jupiter-flyby", + "payout": 0.062, + "payout_at": "2016-10-13T05:06:00", + "pending_payout_value": "0.062 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-nasa-s-juno-successfully-completes-jupiter-flyby-20160911t235648", + "post_id": 926388, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: NASA'S JUNO SUCCESSFULLY COMPLETES JUPITER FLYBY", + "updated": "2016-09-11T23:56:57", + "url": "/juno/@merlinesm/nasa-s-juno-successfully-completes-jupiter-flyby#@cheetah/re-nasa-s-juno-successfully-completes-jupiter-flyby-20160911t235648" + }, + { + "active_votes": [ + { + "rshares": "168036118708", + "voter": "anyx" + }, + { + "rshares": "66269699598", + "voter": "cheetah" + }, + { + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "rshares": "120190190", + "voter": "cheetah88" + }, + { + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T23:08:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234665952672, + "parent_author": "livehdvsstream", + "parent_permlink": "https-www-youtube-com-watch-v-pi4pw2u2jsw", + "payout": 0.067, + "payout_at": "2016-10-13T04:01:57", + "pending_payout_value": "0.067 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-https-www-youtube-com-watch-v-pi4pw2u2jsw-20160911t230831", + "post_id": 926112, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://www.youtube.com/watch?v=PI4PW2U2jSw", + "updated": "2016-09-11T23:08:39", + "url": "/nfl/@livehdvsstream/https-www-youtube-com-watch-v-pi4pw2u2jsw#@cheetah/re-https-www-youtube-com-watch-v-pi4pw2u2jsw-20160911t230831" + }, + { + "active_votes": [ + { + "rshares": "17230086000", + "voter": "cheetah" + }, + { + "rshares": "120408056", + "voter": "cheetah73" + }, + { + "rshares": "99941243", + "voter": "cheetah74" + }, + { + "rshares": "182161450", + "voter": "cheetah75" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "creative", + "children": 0, + "created": "2016-09-11T19:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17632596749, + "parent_author": "yanik", + "parent_permlink": "mountain", + "payout": 0.0, + "payout_at": "2016-10-13T02:21:57", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-mountain-20160911t194101", + "post_id": 924483, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Mountain", + "updated": "2016-09-11T19:41:09", + "url": "/creative/@yanik/mountain#@cheetah/re-mountain-20160911t194101" + }, + { + "active_votes": [ + { + "rshares": "167583535821", + "voter": "anyx" + }, + { + "rshares": "66269561540", + "voter": "cheetah" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + }, + { + "rshares": "99799751", + "voter": "cheetah64" + }, + { + "rshares": "120614958", + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @labradorsem.", + "category": "food", + "children": 0, + "created": "2016-09-11T19:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234173322407, + "parent_author": "anyx", + "parent_permlink": "re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z", + "payout": 0.079, + "payout_at": "2016-10-12T12:21:24", + "pending_payout_value": "0.079 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943", + "post_id": 924376, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Diet apple pie with apples and pears", + "updated": "2016-09-11T19:29:54", + "url": "/food/@labradorsem/diet-apple-pie-with-apples-and-pears#@cheetah/re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943" + }, + { + "active_votes": [ + { + "rshares": "17230086000", + "voter": "cheetah" + }, + { + "rshares": "99924819", + "voter": "cheetah60" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "rshares": "99886729", + "voter": "cheetah62" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.dailymail.co.uk/news/article-3784073/Girl-received-FluMist-nasal-spray-vaccination-against-H1N1-dies-virus-four-months-CDC-finds-ineffective.html", + "category": "health", + "children": 1, + "created": "2016-09-11T19:12:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17529807179, + "parent_author": "wakeupnd", + "parent_permlink": "family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits", + "payout": 0.0, + "payout_at": "2016-10-12T23:47:21", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217", + "post_id": 924185, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Family anger as their eight-year-old daughter dies from the flu after using FluMist nasal spray vaccine that the CDC now admits is 'ineffective'", + "updated": "2016-09-11T19:12:24", + "url": "/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits#@cheetah/re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217" + }, + { + "active_votes": [ + { + "rshares": "171128278804", + "voter": "anyx" + }, + { + "rshares": "17229926376", + "voter": "cheetah" + }, + { + "rshares": "100056560", + "voter": "cheetah55" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + }, + { + "rshares": "99969263", + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "earning", + "children": 0, + "created": "2016-09-11T18:19:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188658265446, + "parent_author": "amansapps", + "parent_permlink": "usd18-is-equal-to-monthly-usd5000-joining-4-corners", + "payout": 0.056, + "payout_at": "2016-10-12T18:59:15", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853", + "post_id": 923652, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: $18 IS equal to monthly $5000 joining 4 Corners", + "updated": "2016-09-11T18:19:00", + "url": "/earning/@amansapps/usd18-is-equal-to-monthly-usd5000-joining-4-corners#@cheetah/re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "17229762731", + "voter": "cheetah" + }, + { + "rshares": "100261624", + "voter": "cheetah43" + }, + { + "rshares": "141949259", + "voter": "cheetah44" + }, + { + "rshares": "121089288", + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://greyfalcon.us/An%20Overview%20Of%20The%20War%20On%20Terrorism.htm", + "category": "terrorism", + "children": 1, + "created": "2016-09-11T18:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188706380368, + "parent_author": "william001", + "parent_permlink": "remembering-nazi-germany-s-war-on-terrorism", + "payout": 0.056, + "payout_at": "2016-10-12T19:00:51", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608", + "post_id": 923548, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Remembering Nazi Germany's War On Terrorism", + "updated": "2016-09-11T18:06:18", + "url": "/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism#@cheetah/re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "64927439887", + "voter": "cheetah" + }, + { + "rshares": "121293651", + "voter": "cheetah40" + }, + { + "rshares": "100285774", + "voter": "cheetah41" + }, + { + "rshares": "100095194", + "voter": "cheetah42" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @amansapps.", + "category": "earn", + "children": 0, + "created": "2016-09-11T17:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 236362431972, + "parent_author": "predator", + "parent_permlink": "re-amansapps-forced-bitcoin-matrix-20160911t173205002z", + "payout": 0.071, + "payout_at": "2016-10-12T18:36:03", + "pending_payout_value": "0.071 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322", + "post_id": 923283, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Forced bitcoin Matrix", + "updated": "2016-09-11T17:33:30", + "url": "/earn/@amansapps/forced-bitcoin-matrix#@cheetah/re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "17225463686", + "voter": "cheetah" + }, + { + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @boss-money.", + "category": "new", + "children": 0, + "created": "2016-09-11T17:29:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188660672200, + "parent_author": "predator", + "parent_permlink": "re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z", + "payout": 0.056, + "payout_at": "2016-10-12T17:08:00", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944", + "post_id": 923256, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: New Cars for 2016: Infiniti", + "updated": "2016-09-11T17:29:51", + "url": "/new/@boss-money/new-cars-for-2016-infiniti#@cheetah/re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "17225156294", + "voter": "cheetah" + }, + { + "rshares": "100573013", + "voter": "cheetah35" + }, + { + "rshares": "100562283", + "voter": "cheetah36" + }, + { + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T17:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192280446998, + "parent_author": "wishit", + "parent_permlink": "2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-10-12T18:49:09", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553", + "post_id": 923109, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T17:06:00", + "url": "/nfl/@wishit/2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "64925589109", + "voter": "cheetah" + }, + { + "rshares": "144867260", + "voter": "cheetah24" + }, + { + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "rshares": "187524153", + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T16:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240112879688, + "parent_author": "wishit", + "parent_permlink": "44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.072, + "payout_at": "2016-10-12T18:26:18", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603", + "post_id": 923032, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:56:12", + "url": "/nfl/@wishit/44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "17225156294", + "voter": "cheetah" + }, + { + "rshares": "101777094", + "voter": "cheetah14" + }, + { + "rshares": "171631587", + "voter": "cheetah15" + }, + { + "rshares": "101859018", + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "chifs", + "children": 0, + "created": "2016-09-11T16:47:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192354450341, + "parent_author": "wishit", + "parent_permlink": "cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-10-12T18:47:15", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709", + "post_id": 922962, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:47:18", + "url": "/chifs/@wishit/cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "17224976626", + "voter": "cheetah" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + }, + { + "rshares": "102159434", + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "wtf", + "children": 0, + "created": "2016-09-11T16:44:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195926201341, + "parent_author": "dicov", + "parent_permlink": "vsyo-eshyo-banite-merzavchiki", + "payout": 0.058, + "payout_at": "2016-10-12T18:46:51", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vsyo-eshyo-banite-merzavchiki-20160911t164435", + "post_id": 922943, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: \u0412\u0441\u0451 \u0435\u0449\u0451 \u0431\u0430\u043d\u0438\u0442\u0435? \u041c\u0435\u0440\u0437\u0430\u0432\u0447\u0438\u043a\u0438? :)", + "updated": "2016-09-11T16:44:42", + "url": "/wtf/@dicov/vsyo-eshyo-banite-merzavchiki#@cheetah/re-vsyo-eshyo-banite-merzavchiki-20160911t164435" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "64924219623", + "voter": "cheetah" + }, + { + "rshares": "99702754", + "voter": "cheetah94" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "falcon", + "children": 0, + "created": "2016-09-11T15:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239976922054, + "parent_author": "wishit", + "parent_permlink": "https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "payout": 0.072, + "payout_at": "2016-10-12T18:10:33", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435", + "post_id": 922556, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://awethu.amandla.mobi/petitions/fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "updated": "2016-09-11T15:54:42", + "url": "/falcon/@wishit/https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit#@cheetah/re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435" + }, + { + "active_votes": [ + { + "rshares": "-178394735231", + "voter": "anyx" + }, + { + "rshares": "1178736120", + "voter": "anyx01" + }, + { + "rshares": "1020918855", + "voter": "anyx02" + }, + { + "rshares": "929721495", + "voter": "anyx03" + }, + { + "rshares": "746189372", + "voter": "anyx04" + }, + { + "rshares": "586881289", + "voter": "anyx05" + }, + { + "rshares": "496492552", + "voter": "anyx06" + }, + { + "rshares": "17224613256", + "voter": "cheetah" + }, + { + "rshares": "99672387", + "voter": "cheetah84" + }, + { + "rshares": "99667762", + "voter": "cheetah85" + }, + { + "rshares": "120282390", + "voter": "cheetah86" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.walmart.ca/", + "category": "curie", + "children": 5, + "created": "2016-09-11T15:50:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -155891559753, + "parent_author": "curie", + "parent_permlink": "project-curie-s-daily-curation-list-10-sept-11-sept-2016", + "payout": 0.0, + "payout_at": "2016-10-12T18:27:06", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046", + "post_id": 922520, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Project Curie's Daily Curation List (10 Sept - 11 Sept 2016)", + "updated": "2016-09-11T15:50:57", + "url": "/curie/@curie/project-curie-s-daily-curation-list-10-sept-11-sept-2016#@cheetah/re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "17224613256", + "voter": "cheetah" + }, + { + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "rshares": "99713981", + "voter": "cheetah82" + }, + { + "rshares": "99680784", + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sdsdw", + "children": 0, + "created": "2016-09-11T15:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195918498737, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-peirqyi", + "payout": 0.056, + "payout_at": "2016-10-12T18:34:57", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-www-eteamz-com-peirqyi-20160911t154702", + "post_id": 922478, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/peirqyi/", + "updated": "2016-09-11T15:47:09", + "url": "/sdsdw/@pronfllive/http-www-eteamz-com-peirqyi#@cheetah/re-http-www-eteamz-com-peirqyi-20160911t154702" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "66247821324", + "voter": "cheetah" + }, + { + "rshares": "99998735", + "voter": "cheetah71" + }, + { + "rshares": "120606126", + "voter": "cheetah72" + }, + { + "rshares": "120408056", + "voter": "cheetah73" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "dsw", + "children": 0, + "created": "2016-09-11T15:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244983569472, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-piaeiuyui", + "payout": 0.072, + "payout_at": "2016-10-12T18:00:27", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-www-eteamz-com-piaeiuyui-20160911t153454", + "post_id": 922401, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/piaeiuyui/", + "updated": "2016-09-11T15:35:03", + "url": "/dsw/@pronfllive/http-www-eteamz-com-piaeiuyui#@cheetah/re-http-www-eteamz-com-piaeiuyui-20160911t153454" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "17224433544", + "voter": "cheetah" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "rshares": "99886729", + "voter": "cheetah62" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:32:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199559484354, + "parent_author": "livehdvsstream", + "parent_permlink": "tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-10-12T17:35:54", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233", + "post_id": 922389, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:32:42", + "url": "/nfl/@livehdvsstream/tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "17224433544", + "voter": "cheetah" + }, + { + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "rshares": "120915194", + "voter": "cheetah52" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:21:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199580875508, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-10-12T18:34:54", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133", + "post_id": 922327, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:21:42", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "66247821324", + "voter": "cheetah" + }, + { + "rshares": "101857729", + "voter": "cheetah17" + }, + { + "rshares": "101760456", + "voter": "cheetah18" + }, + { + "rshares": "123906339", + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:02:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248610789961, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live", + "payout": 0.074, + "payout_at": "2016-10-12T17:55:18", + "pending_payout_value": "0.074 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154", + "post_id": 922194, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/buffalo-bills-vs-baltimore-ravens-live/", + "updated": "2016-09-11T15:02:03", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live#@cheetah/re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154" + }, + { + "active_votes": [ + { + "rshares": "185676152995", + "voter": "anyx" + }, + { + "rshares": "17223055010", + "voter": "cheetah" + }, + { + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @dailybest.", + "category": "art", + "children": 1, + "created": "2016-09-11T12:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203197867086, + "parent_author": "pfunk", + "parent_permlink": "re-dailybest-sketch-4-birds-in-love-20160911t123342655z", + "payout": 0.068, + "payout_at": "2016-10-12T12:14:09", + "pending_payout_value": "0.068 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805", + "post_id": 921395, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Sketch #4 Birds in Love", + "updated": "2016-09-11T12:48:15", + "url": "/art/@dailybest/sketch-4-birds-in-love#@cheetah/re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805" + }, + { + "active_votes": [ + { + "rshares": "167487251596", + "voter": "anyx" + }, + { + "rshares": "15898023819", + "voter": "cheetah" + }, + { + "rshares": "120484844", + "voter": "cheetah76" + }, + { + "rshares": "99698423", + "voter": "cheetah77" + }, + { + "rshares": "99871230", + "voter": "cheetah78" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 2, + "created": "2016-09-11T09:32:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 183705329912, + "parent_author": "yanik", + "parent_permlink": "girl", + "payout": 0.05, + "payout_at": "2016-10-13T00:32:57", + "pending_payout_value": "0.050 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-girl-20160911t093216", + "post_id": 920218, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl", + "updated": "2016-09-11T09:32:24", + "url": "/photography/@yanik/girl#@cheetah/re-girl-20160911t093216" + }, + { + "active_votes": [ + { + "rshares": "1573633590", + "voter": "predator" + }, + { + "rshares": "62266753814", + "voter": "cheetah" + }, + { + "rshares": "99927659", + "voter": "cheetah58" + }, + { + "rshares": "99927313", + "voter": "cheetah59" + }, + { + "rshares": "99924819", + "voter": "cheetah60" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-11T08:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64140167195, + "parent_author": "kyleb15", + "parent_permlink": "i-love-steem-cheetah-true-apology", + "payout": 0.0, + "payout_at": "2016-10-12T08:34:15", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-i-love-steem-cheetah-true-apology-20160911t081449", + "post_id": 919834, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: I love steem @cheetah true apology", + "updated": "2016-09-11T08:14:57", + "url": "/art/@kyleb15/i-love-steem-cheetah-true-apology#@cheetah/re-i-love-steem-cheetah-true-apology-20160911t081449" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "15897791194", + "voter": "cheetah" + }, + { + "rshares": "141989550", + "voter": "cheetah50" + }, + { + "rshares": "121050357", + "voter": "cheetah48" + }, + { + "rshares": "99997502", + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @yanik.", + "category": "creative", + "children": 0, + "created": "2016-09-11T07:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 198296272716, + "parent_author": "predator", + "parent_permlink": "re-yanik-girl-painting-20160911t073141227z", + "payout": 0.061, + "payout_at": "2016-10-12T07:57:48", + "pending_payout_value": "0.061 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-yanik-girl-painting-20160911t073141227z-20160911t073308", + "post_id": 919648, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl Painting", + "updated": "2016-09-11T07:33:18", + "url": "/creative/@yanik/girl-painting#@cheetah/re-re-yanik-girl-painting-20160911t073141227z-20160911t073308" + }, + { + "active_votes": [ + { + "rshares": "15897791194", + "voter": "cheetah" + }, + { + "rshares": "162864949", + "voter": "cheetah46" + }, + { + "rshares": "121089288", + "voter": "cheetah45" + }, + { + "rshares": "121107772", + "voter": "cheetah47" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "They are already banned!", + "category": "art", + "children": 0, + "created": "2016-09-11T07:18:36", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16302853203, + "parent_author": "pfunk", + "parent_permlink": "re-kyleb15-superhero-inking-20160911t065131911z", + "payout": 0.0, + "payout_at": "2016-10-12T07:04:06", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071826", + "post_id": 919581, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Superhero Inking", + "updated": "2016-09-11T07:18:36", + "url": "/art/@kyleb15/superhero-inking#@cheetah/re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071826" + }, + { + "active_votes": [ + { + "rshares": "62266348844", + "voter": "cheetah" + }, + { + "rshares": "100095194", + "voter": "cheetah42" + }, + { + "rshares": "100261624", + "voter": "cheetah43" + }, + { + "rshares": "141949259", + "voter": "cheetah44" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @kyleb15.", + "category": "art", + "children": 0, + "created": "2016-09-11T07:11:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62608654921, + "parent_author": "pfunk", + "parent_permlink": "re-kyleb15-superhero-inking-20160911t065131911z", + "payout": 0.0, + "payout_at": "2016-10-12T07:04:06", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071112", + "post_id": 919532, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Superhero Inking", + "updated": "2016-09-11T07:11:21", + "url": "/art/@kyleb15/superhero-inking#@cheetah/re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071112" + }, + { + "active_votes": [ + { + "rshares": "15897196311", + "voter": "cheetah" + }, + { + "rshares": "121293651", + "voter": "cheetah40" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + }, + { + "rshares": "100285774", + "voter": "cheetah41" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 0, + "created": "2016-09-11T04:02:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16218881173, + "parent_author": "trisnawati", + "parent_permlink": "sunbathing-good-morning-all-2-op", + "payout": 0.0, + "payout_at": "2016-10-12T13:10:18", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sunbathing-good-morning-all-2-op-20160911t040212", + "post_id": 918212, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: sunbathing, good morning all [ 2 OP]", + "updated": "2016-09-11T04:02:21", + "url": "/photography/@trisnawati/sunbathing-good-morning-all-2-op#@cheetah/re-sunbathing-good-morning-all-2-op-20160911t040212" + }, + { + "active_votes": [ + { + "rshares": "15897196311", + "voter": "cheetah" + }, + { + "rshares": "100638161", + "voter": "cheetah29" + }, + { + "rshares": "143421665", + "voter": "cheetah30" + }, + { + "rshares": "125358759", + "voter": "cheetah31" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.google.ca/", + "category": "cn", + "children": 1, + "created": "2016-09-11T03:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16266614896, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-09", + "payout": 0.0, + "payout_at": "2016-10-12T05:56:21", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-09-20160911t034331", + "post_id": 918060, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-09]", + "updated": "2016-09-11T03:43:39", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-09#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-09-20160911t034331" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.pat.json new file mode 100644 index 00000000..2b75463c --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.pat.json @@ -0,0 +1,5794 @@ +[ + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @larrytom.", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "payout": 0.014, + "payout_at": "2016-09-22T19:38:39", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 1257850, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: My Brother's Heroin Addiction Destroyed Our Family .", + "updated": "2016-09-15T19:38:39", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "rshares": 187524153, + "voter": "cheetah26" + }, + { + "rshares": 187334144, + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://finance.yahoo.com/news/edward-snowden-just-made-impassioned-163900702.html", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "payout": 0.014, + "payout_at": "2016-09-22T19:06:30", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 1257500, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Snowden Live - Quote from Ed Snowden", + "updated": "2016-09-15T19:06:30", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "rshares": 188781535, + "voter": "cheetah23" + }, + { + "rshares": 144867260, + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "payout": 0.014, + "payout_at": "2016-09-22T19:02:51", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 1257452, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Test", + "updated": "2016-09-15T19:02:51", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "payout": 0.014, + "payout_at": "2016-09-22T18:55:03", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 1257361, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Do you trust government companies? Explaining the private sector benefits.", + "updated": "2016-09-15T18:55:03", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://fizhnews.com/news/How-Sony\u2019s-New-Show-\u2018Startup\u2019-Gets-Bitcoin-Right", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "payout": 0.015, + "payout_at": "2016-09-22T18:46:30", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 1257263, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "updated": "2016-09-15T18:46:30", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "rshares": 185277296967, + "voter": "anyx" + }, + { + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have unbanned @eneismijmich.", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "payout": 0.059, + "payout_at": "2016-09-22T18:20:15", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 1256994, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Test", + "updated": "2016-09-15T18:20:15", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "rshares": 99719091, + "voter": "cheetah93" + }, + { + "rshares": 99702754, + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.huffingtonpost.com/entry/tom-cruises-film-crew-killed-in-plan-crash_us_55f46583e4b077ca094f530c", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "payout": 0.015, + "payout_at": "2016-09-22T17:36:27", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 1256566, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "updated": "2016-09-15T17:36:27", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://archive.org/stream/NEW_1/NEW.txt?rel=0", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "payout": 0.015, + "payout_at": "2016-09-22T13:07:54", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 1253586, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Ind3x: First Impressions", + "updated": "2016-09-15T13:07:54", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "rshares": 120282390, + "voter": "cheetah86" + }, + { + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "rshares": 120190190, + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=St-GpM3bZms", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "payout": 0.015, + "payout_at": "2016-09-22T12:12:27", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 1253107, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "updated": "2016-09-15T12:12:27", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "rshares": 920430981, + "voter": "anyx03" + }, + { + "rshares": 738732732, + "voter": "anyx04" + }, + { + "rshares": 581016645, + "voter": "anyx05" + }, + { + "rshares": 491531071, + "voter": "anyx06" + }, + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "rshares": 99864814, + "voter": "cheetah79" + }, + { + "rshares": -304461322, + "voter": "james1987" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "payout": 0.015, + "payout_at": "2016-09-22T11:03:18", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 1252623, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: How to Create Your Own DIY Coloring Book, here @james1987", + "updated": "2016-09-15T11:03:18", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "payout": 0.014, + "payout_at": "2016-09-22T10:29:36", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 1252465, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Test", + "updated": "2016-09-15T11:05:30", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "payout": 0.014, + "payout_at": "2016-09-22T10:01:21", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 1252341, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Commission Toolbox review", + "updated": "2016-09-15T10:01:21", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "payout": 0.014, + "payout_at": "2016-09-22T09:12:36", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 1252141, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: YouTube Channel Mastery review - Tube Channel Mastery", + "updated": "2016-09-15T09:12:36", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "payout": 0.014, + "payout_at": "2016-09-22T09:05:39", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 1252100, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-13]", + "updated": "2016-09-15T18:47:57", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "payout": 0.014, + "payout_at": "2016-09-22T08:14:21", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 1251856, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: I am sorry", + "updated": "2016-09-15T08:14:21", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "rshares": 66396217886, + "voter": "cheetah" + }, + { + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "rshares": 102066361, + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "payout": 0.014, + "payout_at": "2016-09-22T08:06:18", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 1251835, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Bound for robotic glory @cheetah steemit", + "updated": "2016-09-15T08:06:18", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "rshares": 63737086656, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "payout": 0.013, + "payout_at": "2016-09-22T04:56:12", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 1250814, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: CPA Cash Cannon Reviews and Bonus by Fred Barton", + "updated": "2016-09-15T04:56:12", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140433924, + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://technewsdb.com/the-feds-will-soon-be-able-to-legally-hack-almost-anyone/", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "payout": 0.013, + "payout_at": "2016-09-22T04:49:51", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 1250781, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "updated": "2016-09-15T04:49:51", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "rshares": 120190190, + "voter": "cheetah88" + }, + { + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "payout": 0.013, + "payout_at": "2016-09-22T04:05:36", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 1250519, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "updated": "2016-09-15T04:05:36", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "rshares": 99871230, + "voter": "cheetah78" + }, + { + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "payout": 0.013, + "payout_at": "2016-09-22T03:54:33", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 1250439, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "updated": "2016-09-15T03:54:33", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + }, + { + "active_votes": [ + { + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "rshares": 99908222, + "voter": "cheetah67" + }, + { + "rshares": 120804038, + "voter": "cheetah68" + }, + { + "rshares": 124841185, + "voter": "cheetah69" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65410496073, + "parent_author": "woolsey", + "parent_permlink": "local-adwords-plr-pack-reviews-and-bonus-by-kim-udell", + "payout": 0.013, + "payout_at": "2016-09-22T03:43:39", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-local-adwords-plr-pack-reviews-and-bonus-by-kim-udell-20160915t034337", + "post_id": 1250354, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Local AdWords PLR Pack Reviews and Bonus by Kim Udell", + "updated": "2016-09-15T03:43:39", + "url": "/steemtools/@woolsey/local-adwords-plr-pack-reviews-and-bonus-by-kim-udell#@cheetah/re-local-adwords-plr-pack-reviews-and-bonus-by-kim-udell-20160915t034337" + }, + { + "active_votes": [ + { + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "rshares": 99934003, + "voter": "cheetah57" + }, + { + "rshares": 99927659, + "voter": "cheetah58" + }, + { + "rshares": 99927313, + "voter": "cheetah59" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:33:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364731603, + "parent_author": "woolsey", + "parent_permlink": "vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi", + "payout": 0.013, + "payout_at": "2016-09-22T03:33:15", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi-20160915t033314", + "post_id": 1250287, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: VidCuratorFX Reviews and Bonus by Abhi Dwivedi", + "updated": "2016-09-15T03:33:15", + "url": "/steemtools/@woolsey/vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi#@cheetah/re-vidcuratorfx-reviews-and-bonus-by-abhi-dwivedi-20160915t033314" + }, + { + "active_votes": [ + { + "rshares": 65064706278, + "voter": "cheetah" + }, + { + "rshares": 121107772, + "voter": "cheetah47" + }, + { + "rshares": 121050357, + "voter": "cheetah48" + }, + { + "rshares": 99997502, + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:22:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65406861909, + "parent_author": "woolsey", + "parent_permlink": "self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay", + "payout": 0.013, + "payout_at": "2016-09-22T03:22:21", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay-20160915t032221", + "post_id": 1250209, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Self Help Fitness PLR Firesale Reviews and Bonus by Sajan Elanthoor & Justin Opay", + "updated": "2016-09-15T03:22:21", + "url": "/steemtools/@woolsey/self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay#@cheetah/re-self-help-fitness-plr-firesale-reviews-and-bonus-by-sajan-elanthoor-and-justin-opay-20160915t032221" + }, + { + "active_votes": [ + { + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:11:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66714448475, + "parent_author": "woolsey", + "parent_permlink": "1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt", + "payout": 0.014, + "payout_at": "2016-09-22T03:11:03", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt-20160915t031103", + "post_id": 1250115, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: 1 Hour Insta Profits Reviews and Bonus by Tyler Pratt", + "updated": "2016-09-15T03:11:03", + "url": "/steemtools/@woolsey/1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt#@cheetah/re-1-hour-insta-profits-reviews-and-bonus-by-tyler-pratt-20160915t031103" + }, + { + "active_votes": [ + { + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "decentralized", + "children": 0, + "created": "2016-09-15T02:20:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66824524854, + "parent_author": "autosmile13", + "parent_permlink": "decentralized-markets", + "payout": 0.013, + "payout_at": "2016-09-22T02:20:30", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-decentralized-markets-20160915t022029", + "post_id": 1249864, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Decentralized Markets", + "updated": "2016-09-15T02:20:30", + "url": "/decentralized/@autosmile13/decentralized-markets#@cheetah/re-decentralized-markets-20160915t022029" + }, + { + "active_votes": [ + { + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "rshares": 101857729, + "voter": "cheetah17" + }, + { + "rshares": 101760456, + "voter": "cheetah18" + }, + { + "rshares": 123906339, + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @william001.", + "category": "steemit", + "children": 0, + "created": "2016-09-15T02:17:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66720081951, + "parent_author": "patrice", + "parent_permlink": "re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z", + "payout": 0.013, + "payout_at": "2016-09-22T02:17:18", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z-20160915t021716", + "post_id": 1249837, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Steemit, a social media platform that rewards good discussion.", + "updated": "2016-09-15T02:17:18", + "url": "/steemit/@william001/steemit-a-social-media-platform-that-rewards-good-discussion#@cheetah/re-re-william001-steemit-a-social-media-platform-that-rewards-good-discussion-20160915t021636997z-20160915t021716" + }, + { + "active_votes": [ + { + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "rshares": 102066361, + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-15T01:45:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66698790143, + "parent_author": "olivianakano", + "parent_permlink": "nfl-regular-season-week-2-teams", + "payout": 0.014, + "payout_at": "2016-09-22T01:45:54", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-nfl-regular-season-week-2-teams-20160915t014555", + "post_id": 1249626, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: NFL REGULAR SEASON WEEK 2 TEAMS", + "updated": "2016-09-15T01:45:54", + "url": "/nfl/@olivianakano/nfl-regular-season-week-2-teams#@cheetah/re-nfl-regular-season-week-2-teams-20160915t014555" + }, + { + "active_votes": [ + { + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @lucylee.", + "category": "design", + "children": 0, + "created": "2016-09-15T01:27:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66888761891, + "parent_author": "anyx", + "parent_permlink": "re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z", + "payout": 0.014, + "payout_at": "2016-09-22T01:27:00", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z-20160915t012659", + "post_id": 1249500, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Characters based on the Steemit logo!", + "updated": "2016-09-15T01:27:00", + "url": "/design/@lucylee/characters-based-on-the-steemit-logo#@cheetah/re-re-lucylee-characters-based-on-the-steemit-logo-20160915t012608672z-20160915t012659" + }, + { + "active_votes": [ + { + "rshares": 66390943747, + "voter": "cheetah" + }, + { + "rshares": 102085954, + "voter": "cheetah07" + }, + { + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "tubetrafficelitereview", + "children": 0, + "created": "2016-09-14T22:51:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66697534182, + "parent_author": "boys", + "parent_permlink": "tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software", + "payout": 0.014, + "payout_at": "2016-09-21T22:51:33", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software-20160914t225132", + "post_id": 1248299, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: TubeTraffic Elite Review by Todd Gross - Get traffic on 100% Autopilot with this breakthrough vidio marketing software", + "updated": "2016-09-14T22:51:33", + "url": "/tubetrafficelitereview/@boys/tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software#@cheetah/re-tubetraffic-elite-review-by-todd-gross-get-traffic-on-100-autopilot-with-this-breakthrough-vidio-marketing-software-20160914t225132" + }, + { + "active_votes": [ + { + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "rshares": 920430981, + "voter": "anyx03" + }, + { + "rshares": 738732732, + "voter": "anyx04" + }, + { + "rshares": 581016645, + "voter": "anyx05" + }, + { + "rshares": 491531071, + "voter": "anyx06" + }, + { + "rshares": 66390219411, + "voter": "cheetah" + }, + { + "rshares": 102169064, + "voter": "cheetah03" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + }, + { + "rshares": -1252246228, + "voter": "kingarbinv" + }, + { + "rshares": -195329269, + "voter": "chadcrypto" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.yumeuniverse.com/feeds/posts/default?orderby=updated", + "category": "life", + "children": 4, + "created": "2016-09-14T22:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70158529005, + "parent_author": "chadcrypto", + "parent_permlink": "something-s-change", + "payout": 0.016, + "payout_at": "2016-09-21T22:06:21", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "re-something-s-change-20160914t220622", + "post_id": 1247874, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "RE: Something's Change............", + "updated": "2016-09-14T22:06:21", + "url": "/life/@chadcrypto/something-s-change#@cheetah/re-something-s-change-20160914t220622" + }, + { + "active_votes": [ + { + "rshares": 67718023799, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://steemit.com/blog/@datingdos/blogging-about-dating", + "category": "steemit", + "children": 1, + "created": "2016-09-14T22:04:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68214228263, + "parent_author": "datingdos", + "parent_permlink": "a-blog-about-dating-working-towards-1-000-sp-will-curate-after", + "payout": 0.014, + "payout_at": "2016-09-21T22:04:39", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-a-blog-about-dating-working-towards-1-000-sp-will-curate-after-20160914t220438", + "post_id": 1247863, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: A Blog About Dating, Working Towards 1,000 SP, Will Curate After", + "updated": "2016-09-14T22:04:39", + "url": "/steemit/@datingdos/a-blog-about-dating-working-towards-1-000-sp-will-curate-after#@cheetah/re-a-blog-about-dating-working-towards-1-000-sp-will-curate-after-20160914t220438" + }, + { + "active_votes": [ + { + "rshares": 188330333262, + "voter": "anyx" + }, + { + "rshares": 67713311342, + "voter": "cheetah" + }, + { + "rshares": 102169064, + "voter": "cheetah03" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=BhTl4f10t3g", + "category": "money", + "children": 0, + "created": "2016-09-14T19:01:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256350143718, + "parent_author": "jang", + "parent_permlink": "gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates", + "payout": 0.057, + "payout_at": "2016-09-21T19:01:36", + "pending_payout_value": "0.057 HBD", + "percent_hbd": 10000, + "permlink": "re-gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates-20160914t190134", + "post_id": 1245977, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Gold Goes To All-time Highs If Fed Admits It Cannot Raise Rates", + "updated": "2016-09-14T19:01:36", + "url": "/money/@jang/gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates#@cheetah/re-gold-goes-to-all-time-highs-if-fed-admits-it-cannot-raise-rates-20160914t190134" + }, + { + "active_votes": [ + { + "rshares": 67712725902, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "live", + "children": 0, + "created": "2016-09-14T18:00:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68208930366, + "parent_author": "safar01", + "parent_permlink": "death-on-the-road-of-my-expedition", + "payout": 0.015, + "payout_at": "2016-09-21T18:00:33", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-death-on-the-road-of-my-expedition-20160914t180032", + "post_id": 1245441, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Death on the road of my expedition", + "updated": "2016-09-14T21:03:15", + "url": "/live/@safar01/death-on-the-road-of-my-expedition#@cheetah/re-death-on-the-road-of-my-expedition-20160914t180032" + }, + { + "active_votes": [ + { + "rshares": 191988026191, + "voter": "anyx" + }, + { + "rshares": 67698125004, + "voter": "cheetah" + }, + { + "rshares": 143421665, + "voter": "cheetah30" + }, + { + "rshares": 125358759, + "voter": "cheetah31" + }, + { + "rshares": 121228240, + "voter": "cheetah32" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 1, + "created": "2016-09-14T11:37:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260076159859, + "parent_author": "fajrilgooner", + "parent_permlink": "flows-continuously-like-water-flowing", + "payout": 0.06, + "payout_at": "2016-09-21T11:37:51", + "pending_payout_value": "0.060 HBD", + "percent_hbd": 10000, + "permlink": "re-flows-continuously-like-water-flowing-20160914t113742", + "post_id": 1242254, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Flows continuously like water flowing", + "updated": "2016-09-14T11:37:51", + "url": "/photography/@fajrilgooner/flows-continuously-like-water-flowing#@cheetah/re-flows-continuously-like-water-flowing-20160914t113742" + }, + { + "active_votes": [ + { + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "rshares": 920430981, + "voter": "anyx03" + }, + { + "rshares": 738732732, + "voter": "anyx04" + }, + { + "rshares": 581016645, + "voter": "anyx05" + }, + { + "rshares": 491531071, + "voter": "anyx06" + }, + { + "rshares": 67693865266, + "voter": "cheetah" + }, + { + "rshares": 102855934, + "voter": "cheetah20" + }, + { + "rshares": 101135204, + "voter": "cheetah21" + }, + { + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "rshares": -1042737520, + "voter": "zettar" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "I am a silly robot!", + "category": "cn", + "children": 4, + "created": "2016-09-14T08:05:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71865838128, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-12", + "payout": 0.017, + "payout_at": "2016-09-21T08:05:33", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-12-20160914t080523", + "post_id": 1241073, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-12]", + "updated": "2016-09-14T21:27:15", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-12#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-12-20160914t080523" + }, + { + "active_votes": [ + { + "rshares": 406732219475, + "voter": "blakemiles84" + }, + { + "rshares": 360404966953, + "voter": "hedge-x" + }, + { + "rshares": 188238660429, + "voter": "anyx" + }, + { + "rshares": 66308710170, + "voter": "cheetah" + }, + { + "rshares": 101857729, + "voter": "cheetah17" + }, + { + "rshares": 101760456, + "voter": "cheetah18" + }, + { + "rshares": 123906339, + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://howldb.com/p/wells-fargo-scandal-erases-1-4-billion-from-warren-buffett-s-fortune-03fkyb", + "category": "news", + "children": 0, + "created": "2016-09-14T04:27:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1022012081551, + "parent_author": "blakemiles84", + "parent_permlink": "warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal", + "payout": 0.26, + "payout_at": "2016-09-21T04:27:33", + "pending_payout_value": "0.260 HBD", + "percent_hbd": 10000, + "permlink": "re-warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal-20160914t042725", + "post_id": 1239937, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "RE: Warren Buffett had $1.4 billion wiped from his fortune after Wells Fargo scandal", + "updated": "2016-09-14T04:27:33", + "url": "/news/@blakemiles84/warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal#@cheetah/re-warren-buffett-had-usd1-4-billion-wiped-from-his-fortune-after-wells-fargo-scandal-20160914t042725" + }, + { + "active_votes": [ + { + "rshares": 67634297115, + "voter": "cheetah" + }, + { + "rshares": 101777094, + "voter": "cheetah14" + }, + { + "rshares": 171631587, + "voter": "cheetah15" + }, + { + "rshares": 101859018, + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://kennedylegacy.org/", + "category": "life", + "children": 1, + "created": "2016-09-14T04:20:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68009564814, + "parent_author": "james1987", + "parent_permlink": "how-to-keep-your-sanity", + "payout": 0.016, + "payout_at": "2016-09-21T04:20:36", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "re-how-to-keep-your-sanity-20160914t042027", + "post_id": 1239889, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: How To Keep Your Sanity", + "updated": "2016-09-14T04:20:36", + "url": "/life/@james1987/how-to-keep-your-sanity#@cheetah/re-how-to-keep-your-sanity-20160914t042027" + }, + { + "active_votes": [ + { + "rshares": 1007768722, + "voter": "mohammed123" + }, + { + "rshares": 67632550537, + "voter": "cheetah" + }, + { + "rshares": 102085954, + "voter": "cheetah07" + }, + { + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.quora.com/How-do-I-generate-a-decent-profit-doing-intra-day-trading-online-in-NSE-and-BSE", + "category": "steemit", + "children": 1, + "created": "2016-09-14T01:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68946909694, + "parent_author": "mohammed123", + "parent_permlink": "10-trading-tips-that-i-want-to-share-with-you-steemers", + "payout": 0.016, + "payout_at": "2016-09-21T01:46:00", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "re-10-trading-tips-that-i-want-to-share-with-you-steemers-20160914t014551", + "post_id": 1238877, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 10 trading tips that I want to share with you Steemers", + "updated": "2016-09-14T01:46:00", + "url": "/steemit/@mohammed123/10-trading-tips-that-i-want-to-share-with-you-steemers#@cheetah/re-10-trading-tips-that-i-want-to-share-with-you-steemers-20160914t014551" + }, + { + "active_votes": [ + { + "rshares": 180161335170, + "voter": "anyx" + }, + { + "rshares": 66306422095, + "voter": "cheetah" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + }, + { + "rshares": 102159434, + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxmultiuserlicensereview", + "children": 0, + "created": "2016-09-13T23:21:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 246774246749, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos", + "payout": 0.052, + "payout_at": "2016-09-20T23:21:51", + "pending_payout_value": "0.052 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos-20160913t232141", + "post_id": 1237629, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX - Multi User License Review by Ben Murray - Amazing Video Software to automatically create 100s of slideshow videos with animations, transitions and music within minutes", + "updated": "2016-09-13T23:21:51", + "url": "/vidcuratorfxmultiuserlicensereview/@boys/vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos#@cheetah/re-vidcuratorfx-multi-user-license-review-by-ben-murray-amazing-video-software-to-automatically-create-100s-of-slideshow-videos-20160913t232141" + }, + { + "active_votes": [ + { + "rshares": 180161335170, + "voter": "anyx" + }, + { + "rshares": 1178736120, + "voter": "anyx01" + }, + { + "rshares": 1020918855, + "voter": "anyx02" + }, + { + "rshares": 929721495, + "voter": "anyx03" + }, + { + "rshares": 746189372, + "voter": "anyx04" + }, + { + "rshares": 586881289, + "voter": "anyx05" + }, + { + "rshares": 496492552, + "voter": "anyx06" + }, + { + "rshares": 66306422095, + "voter": "cheetah" + }, + { + "rshares": 99702754, + "voter": "cheetah94" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + }, + { + "rshares": -63524754, + "voter": "debmund" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.ultralingua.com/onlinedictionary/index.html?service=ee&text=", + "category": "news", + "children": 2, + "created": "2016-09-13T22:44:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251661848277, + "parent_author": "debmund", + "parent_permlink": "have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks", + "payout": 0.054, + "payout_at": "2016-09-20T22:44:33", + "pending_payout_value": "0.054 HBD", + "percent_hbd": 10000, + "permlink": "re-have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks-20160913t224424", + "post_id": 1237252, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "RE: Have Fun Celebrating National Fortune Cookie Day Today! Fun Contests And Prizes On YouTube And Social Networks!", + "updated": "2016-09-13T22:44:33", + "url": "/news/@debmund/have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks#@cheetah/re-have-fun-celebrating-national-fortune-cookie-day-today-fun-contests-and-prizes-on-youtube-and-social-networks-20160913t224424" + }, + { + "active_votes": [ + { + "rshares": 183914696319, + "voter": "anyx" + }, + { + "rshares": 67632550537, + "voter": "cheetah" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "rshares": 99719091, + "voter": "cheetah93" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxmultiuserlicense", + "children": 0, + "created": "2016-09-13T22:36:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251887220379, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video", + "payout": 0.054, + "payout_at": "2016-09-20T22:36:24", + "pending_payout_value": "0.054 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-20160913t223615", + "post_id": 1237173, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX PRO Review by Ben Murray - UPGRADE to VidCuratorFX PRO The Real Hardcore PRO Features For COMPLETE Auto-Video Creation & Traffic", + "updated": "2016-09-13T22:36:24", + "url": "/vidcuratorfxmultiuserlicense/@boys/vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video#@cheetah/re-vidcuratorfx-pro-review-by-ben-murray-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-20160913t223615" + }, + { + "active_votes": [ + { + "rshares": 176223788176, + "voter": "anyx" + }, + { + "rshares": 67632550537, + "voter": "cheetah" + }, + { + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "rshares": 99713981, + "voter": "cheetah82" + }, + { + "rshares": 99680784, + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.newsbbc.net/2016/09/breaking-justice-department-overrules.html", + "category": "news", + "children": 0, + "created": "2016-09-13T17:41:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244155488963, + "parent_author": "velocity007", + "parent_permlink": "justice-department-overrules-court-dakota-access-pipeline-construction-halted", + "payout": 0.053, + "payout_at": "2016-09-20T17:41:48", + "pending_payout_value": "0.053 HBD", + "percent_hbd": 10000, + "permlink": "re-justice-department-overrules-court-dakota-access-pipeline-construction-halted-20160913t174139", + "post_id": 1234112, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Justice Department Overrules Court, Dakota Access Pipeline Construction Halted", + "updated": "2016-09-13T17:41:48", + "url": "/news/@velocity007/justice-department-overrules-court-dakota-access-pipeline-construction-halted#@cheetah/re-justice-department-overrules-court-dakota-access-pipeline-construction-halted-20160913t174139" + }, + { + "active_votes": [ + { + "rshares": 176223788176, + "voter": "anyx" + }, + { + "rshares": 66305161397, + "voter": "cheetah" + }, + { + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "rshares": 99871230, + "voter": "cheetah78" + }, + { + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "steemitabuse-appeals", + "children": 0, + "created": "2016-09-13T16:30:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242828626576, + "parent_author": "yassinebentour", + "parent_permlink": "let-s-talk-truth", + "payout": 0.055, + "payout_at": "2016-09-20T16:30:03", + "pending_payout_value": "0.055 HBD", + "percent_hbd": 10000, + "permlink": "re-let-s-talk-truth-20160913t162952", + "post_id": 1233406, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: LET'S TALK TRUTH", + "updated": "2016-09-13T16:30:03", + "url": "/steemitabuse-appeals/@yassinebentour/let-s-talk-truth#@cheetah/re-let-s-talk-truth-20160913t162952" + }, + { + "active_votes": [ + { + "rshares": 176223788176, + "voter": "anyx" + }, + { + "rshares": 67631264625, + "voter": "cheetah" + }, + { + "rshares": 120804038, + "voter": "cheetah68" + }, + { + "rshares": 124841185, + "voter": "cheetah69" + }, + { + "rshares": 100018501, + "voter": "cheetah70" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://brainfeed.tv/2016/09/13/why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table/", + "category": "money", + "children": 1, + "created": "2016-09-13T16:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244200716525, + "parent_author": "joshsigurdson", + "parent_permlink": "why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table", + "payout": 0.055, + "payout_at": "2016-09-20T16:26:06", + "pending_payout_value": "0.055 HBD", + "percent_hbd": 10000, + "permlink": "re-why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table-20160913t162556", + "post_id": 1233372, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Why Making Precise Economic Predictions Can Discredit You - Fundamentals Are Off The Table", + "updated": "2016-09-13T16:26:06", + "url": "/money/@joshsigurdson/why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table#@cheetah/re-why-making-precise-economic-predictions-can-discredit-you-fundamentals-are-off-the-table-20160913t162556" + }, + { + "active_votes": [ + { + "rshares": 176223788176, + "voter": "anyx" + }, + { + "rshares": 67630024816, + "voter": "cheetah" + }, + { + "rshares": 100112676, + "voter": "cheetah66" + }, + { + "rshares": 99908222, + "voter": "cheetah67" + }, + { + "rshares": 120614958, + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxreview", + "children": 0, + "created": "2016-09-13T15:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244174448848, + "parent_author": "boys", + "parent_permlink": "vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button", + "payout": 0.055, + "payout_at": "2016-09-20T15:44:51", + "pending_payout_value": "0.055 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button-20160913t154441", + "post_id": 1232898, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Review \u2013 Create Tons of Attention Grabbing, Traffic \u2013 Getting Videos, At The Push A Button!", + "updated": "2016-09-13T15:44:51", + "url": "/vidcuratorfxreview/@boys/vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button#@cheetah/re-vidcuratorfx-review-create-tons-of-attention-grabbing-traffic-getting-videos-at-the-push-a-button-20160913t154441" + }, + { + "active_votes": [ + { + "rshares": 179973230478, + "voter": "anyx" + }, + { + "rshares": 67628567712, + "voter": "cheetah" + }, + { + "rshares": 121107772, + "voter": "cheetah47" + }, + { + "rshares": 121050357, + "voter": "cheetah48" + }, + { + "rshares": 99997502, + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-13T14:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247943953821, + "parent_author": "fajrilgooner", + "parent_permlink": "design-project-final-lecture-railway-station-part-1", + "payout": 0.057, + "payout_at": "2016-09-20T14:38:27", + "pending_payout_value": "0.057 HBD", + "percent_hbd": 10000, + "permlink": "re-design-project-final-lecture-railway-station-part-1-20160913t143817", + "post_id": 1232248, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Design Project Final Lecture - Railway Station Part -1", + "updated": "2016-09-13T14:38:27", + "url": "/art/@fajrilgooner/design-project-final-lecture-railway-station-part-1#@cheetah/re-design-project-final-lecture-railway-station-part-1-20160913t143817" + }, + { + "active_votes": [ + { + "rshares": 179973230478, + "voter": "anyx" + }, + { + "rshares": 67627776966, + "voter": "cheetah" + }, + { + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "imbcreview", + "children": 0, + "created": "2016-09-13T08:10:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247922898492, + "parent_author": "williambenson", + "parent_permlink": "imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser", + "payout": 0.06, + "payout_at": "2016-09-20T08:10:45", + "pending_payout_value": "0.060 HBD", + "percent_hbd": 10000, + "permlink": "re-imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser-20160913t081035", + "post_id": 1229440, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: IMBC Internet Marketing Bootcamp Training Course by Donald VanFossen Review : Amazing Learn How To Create Huge Amounts Of Laser Guided Visitor Traffic, Plan Your Strategy And Activate Your Commissions & You Will Be Successful Recruit", + "updated": "2016-09-13T08:10:45", + "url": "/imbcreview/@williambenson/imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser#@cheetah/re-imbc-internet-marketing-bootcamp-training-course-by-donald-vanfossen-review-amazing-learn-how-to-create-huge-amounts-of-laser-20160913t081035" + }, + { + "active_votes": [ + { + "rshares": 179973230478, + "voter": "anyx" + }, + { + "rshares": 67627776966, + "voter": "cheetah" + }, + { + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxpro", + "children": 1, + "created": "2016-09-13T07:14:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248032974871, + "parent_author": "williambenson", + "parent_permlink": "vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic", + "payout": 0.06, + "payout_at": "2016-09-20T07:14:09", + "pending_payout_value": "0.060 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic-20160913t071359", + "post_id": 1229120, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Pro Review : UPGRADE to VidCuratorFX PRO The Real Hardcore PRO Features For COMPLETE Auto-Video Creation & Traffic!", + "updated": "2016-09-13T07:14:09", + "url": "/vidcuratorfxpro/@williambenson/vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic#@cheetah/re-vidcuratorfx-pro-review-upgrade-to-vidcuratorfx-pro-the-real-hardcore-pro-features-for-complete-auto-video-creation-and-traffic-20160913t071359" + }, + { + "active_votes": [ + { + "rshares": 179973230478, + "voter": "anyx" + }, + { + "rshares": 67625990713, + "voter": "cheetah" + }, + { + "rshares": 101857729, + "voter": "cheetah17" + }, + { + "rshares": 101760456, + "voter": "cheetah18" + }, + { + "rshares": 123906339, + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "vidcuratorfxreview", + "children": 0, + "created": "2016-09-13T04:50:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247926745715, + "parent_author": "williambenson", + "parent_permlink": "vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of", + "payout": 0.06, + "payout_at": "2016-09-20T04:50:06", + "pending_payout_value": "0.060 HBD", + "percent_hbd": 10000, + "permlink": "re-vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of-20160913t044956", + "post_id": 1228173, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: VidCuratorFX Review : Powerful Creating Amazing High Quality Video Using Just a Keyword & Push of a Button, Create Tons Of Attention Grabbing, Traffic \u2013 Getting Videos By Abhi Dwivedi", + "updated": "2016-09-13T04:50:06", + "url": "/vidcuratorfxreview/@williambenson/vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of#@cheetah/re-vidcuratorfx-review-powerful-creating-amazing-high-quality-video-using-just-a-keyword-and-push-of-a-button-create-tons-of-20160913t044956" + }, + { + "active_votes": [ + { + "rshares": 183722672780, + "voter": "anyx" + }, + { + "rshares": 66299381517, + "voter": "cheetah" + }, + { + "rshares": 102169064, + "voter": "cheetah03" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "news", + "children": 0, + "created": "2016-09-13T03:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250328553411, + "parent_author": "attila-kalmar", + "parent_permlink": "ron-paul", + "payout": 0.06, + "payout_at": "2016-09-20T03:52:15", + "pending_payout_value": "0.060 HBD", + "percent_hbd": 10000, + "permlink": "re-ron-paul-20160913t035208", + "post_id": 1227790, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: The Truth About Dollar Collapsing on 27 September 2016", + "updated": "2016-09-13T03:52:15", + "url": "/news/@attila-kalmar/ron-paul#@cheetah/re-ron-paul-20160913t035208" + }, + { + "active_votes": [ + { + "rshares": 3232996128385, + "voter": "fuzzyvest" + }, + { + "rshares": 183722672780, + "voter": "anyx" + }, + { + "rshares": 67625369147, + "voter": "cheetah" + }, + { + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "beyondbitcoin", + "children": 3, + "created": "2016-09-13T03:23:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3484683980491, + "parent_author": "ilam01", + "parent_permlink": "giveway-synereo-amp", + "payout": 1.501, + "payout_at": "2016-09-20T03:23:51", + "pending_payout_value": "1.501 HBD", + "percent_hbd": 10000, + "permlink": "re-giveway-synereo-amp-20160913t032343", + "post_id": 1227613, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: GIVEWAY Synereo AMP", + "updated": "2016-09-13T03:23:51", + "url": "/beyondbitcoin/@ilam01/giveway-synereo-amp#@cheetah/re-giveway-synereo-amp-20160913t032343" + }, + { + "active_votes": [ + { + "rshares": 6465992256771, + "voter": "fuzzyvest" + }, + { + "rshares": 425156145671, + "voter": "officialfuzzy" + }, + { + "rshares": 183722672780, + "voter": "anyx" + }, + { + "rshares": 67614520604, + "voter": "cheetah" + }, + { + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "beyondbitcoin", + "children": 0, + "created": "2016-09-13T02:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7142785157084, + "parent_author": "ilam01", + "parent_permlink": "quickly-hunt-synereo-amp", + "payout": 4.56, + "payout_at": "2016-09-20T02:08:12", + "pending_payout_value": "4.560 HBD", + "percent_hbd": 10000, + "permlink": "re-quickly-hunt-synereo-amp-20160913t020801", + "post_id": 1226964, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "RE: quickly hunt Synereo AMP", + "updated": "2016-09-13T02:08:12", + "url": "/beyondbitcoin/@ilam01/quickly-hunt-synereo-amp#@cheetah/re-quickly-hunt-synereo-amp-20160913t020801" + }, + { + "active_votes": [ + { + "rshares": 183722672780, + "voter": "anyx" + }, + { + "rshares": 67614069615, + "voter": "cheetah" + }, + { + "rshares": 124841185, + "voter": "cheetah69" + }, + { + "rshares": 100018501, + "voter": "cheetah70" + }, + { + "rshares": 99998735, + "voter": "cheetah71" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "warrior", + "children": 0, + "created": "2016-09-13T00:21:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251661600816, + "parent_author": "jaki", + "parent_permlink": "warrior-forum-cash-system-plr", + "payout": 0.063, + "payout_at": "2016-09-20T00:21:15", + "pending_payout_value": "0.063 HBD", + "percent_hbd": 10000, + "permlink": "re-warrior-forum-cash-system-plr-20160913t002104", + "post_id": 1226114, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Warrior Forum Cash System PLR", + "updated": "2016-09-13T00:21:15", + "url": "/warrior/@jaki/warrior-forum-cash-system-plr#@cheetah/re-warrior-forum-cash-system-plr-20160913t002104" + }, + { + "active_votes": [ + { + "rshares": 183722672780, + "voter": "anyx" + }, + { + "rshares": 67614069615, + "voter": "cheetah" + }, + { + "rshares": 99927313, + "voter": "cheetah59" + }, + { + "rshares": 99924819, + "voter": "cheetah60" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "localreviewbuilder", + "children": 0, + "created": "2016-09-12T22:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 251636504158, + "parent_author": "boys", + "parent_permlink": "local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now", + "payout": 0.065, + "payout_at": "2016-09-19T22:30:54", + "pending_payout_value": "0.065 HBD", + "percent_hbd": 10000, + "permlink": "re-local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now-20160912t223044", + "post_id": 1225253, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Local Review Builder is best world product by Jeff Schwerdt - Yes, give me your amazing Wordpress Plugin NOW!", + "updated": "2016-09-12T22:30:54", + "url": "/localreviewbuilder/@boys/local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now#@cheetah/re-local-review-builder-is-best-world-product-by-jeff-schwerdt-yes-give-me-your-amazing-wordpress-plugin-now-20160912t223044" + }, + { + "active_votes": [ + { + "rshares": 187472115081, + "voter": "anyx" + }, + { + "rshares": 64960174856, + "voter": "cheetah" + }, + { + "rshares": 141989550, + "voter": "cheetah50" + }, + { + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "rshares": 99997502, + "voter": "cheetah49" + }, + { + "rshares": 129749792, + "voter": "modernbukowski" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "warning-blacklist", + "children": 0, + "created": "2016-09-12T18:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 252904074995, + "parent_author": "autosmile13", + "parent_permlink": "warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief", + "payout": 0.047, + "payout_at": "2016-09-19T18:57:00", + "pending_payout_value": "0.047 HBD", + "percent_hbd": 10000, + "permlink": "re-warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief-20160912t185651", + "post_id": 1222944, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: Warning! ...STEEM..IT...This user is on my black list, likely as a known plagiarist, spammer or ID thief.", + "updated": "2016-09-12T18:57:00", + "url": "/warning-blacklist/@autosmile13/warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief#@cheetah/re-warning-steem-it-this-user-is-on-my-black-list-likely-as-a-known-plagiarist-spammer-or-id-thief-20160912t185651" + }, + { + "active_votes": [ + { + "rshares": 187472115081, + "voter": "anyx" + }, + { + "rshares": 66284289754, + "voter": "cheetah" + }, + { + "rshares": 125358759, + "voter": "cheetah31" + }, + { + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "rshares": 100147183, + "voter": "cheetah33" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "cyber", + "children": 1, + "created": "2016-09-12T18:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254103139017, + "parent_author": "boss-money", + "parent_permlink": "cyber-security-experts-expect-a-rise-in-monero-ransomware", + "payout": 0.047, + "payout_at": "2016-09-19T18:41:09", + "pending_payout_value": "0.047 HBD", + "percent_hbd": 10000, + "permlink": "re-cyber-security-experts-expect-a-rise-in-monero-ransomware-20160912t184100", + "post_id": 1222747, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Cyber Security Experts Expect a Rise in Monero Ransomware", + "updated": "2016-09-12T18:41:09", + "url": "/cyber/@boss-money/cyber-security-experts-expect-a-rise-in-monero-ransomware#@cheetah/re-cyber-security-experts-expect-a-rise-in-monero-ransomware-20160912t184100" + }, + { + "active_votes": [ + { + "rshares": 187472115081, + "voter": "anyx" + }, + { + "rshares": 66284289754, + "voter": "cheetah" + }, + { + "rshares": 101135204, + "voter": "cheetah21" + }, + { + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "rshares": 188781535, + "voter": "cheetah23" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "cpacashcannonreview", + "children": 0, + "created": "2016-09-12T18:38:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254147654841, + "parent_author": "jaki", + "parent_permlink": "cpa-cash-cannon-review-cpa-cash-cannon", + "payout": 0.047, + "payout_at": "2016-09-19T18:38:21", + "pending_payout_value": "0.047 HBD", + "percent_hbd": 10000, + "permlink": "re-cpa-cash-cannon-review-cpa-cash-cannon-20160912t183811", + "post_id": 1222710, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: CPA Cash Cannon REVIEW - CPA Cash Cannon", + "updated": "2016-09-12T18:38:21", + "url": "/cpacashcannonreview/@jaki/cpa-cash-cannon-review-cpa-cash-cannon#@cheetah/re-cpa-cash-cannon-review-cpa-cash-cannon-20160912t183811" + }, + { + "active_votes": [ + { + "rshares": 191221557383, + "voter": "anyx" + }, + { + "rshares": 66284289754, + "voter": "cheetah" + }, + { + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "rshares": 102066361, + "voter": "cheetah12" + }, + { + "rshares": 101785508, + "voter": "cheetah13" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "bitcoin", + "children": 1, + "created": "2016-09-12T18:36:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257811777345, + "parent_author": "boss-money", + "parent_permlink": "eu-s-top-cop-launches-digital-currency-working-group", + "payout": 0.048, + "payout_at": "2016-09-19T18:36:12", + "pending_payout_value": "0.048 HBD", + "percent_hbd": 10000, + "permlink": "re-eu-s-top-cop-launches-digital-currency-working-group-20160912t183604", + "post_id": 1222693, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: EU's Top Cop Launches Digital Currency Working Group", + "updated": "2016-09-12T18:36:12", + "url": "/bitcoin/@boss-money/eu-s-top-cop-launches-digital-currency-working-group#@cheetah/re-eu-s-top-cop-launches-digital-currency-working-group-20160912t183604" + }, + { + "active_votes": [ + { + "rshares": 168445937118, + "voter": "anyx" + }, + { + "rshares": 66281221003, + "voter": "cheetah" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 102169064, + "voter": "cheetah03" + }, + { + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @fajrilgooner.", + "category": "health", + "children": 1, + "created": "2016-09-12T18:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 235056612722, + "parent_author": "anyx", + "parent_permlink": "re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z", + "payout": 0.059, + "payout_at": "2016-09-19T18:09:27", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "re-re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z-20160912t180917", + "post_id": 1222401, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Efficacy Of Turmeric And Honey", + "updated": "2016-09-12T18:09:27", + "url": "/health/@fajrilgooner/efficacy-of-turmeric-and-honey#@cheetah/re-re-fajrilgooner-efficacy-of-turmeric-and-honey-20160912t180831580z-20160912t180917" + }, + { + "active_votes": [ + { + "rshares": 175739549847, + "voter": "anyx" + }, + { + "rshares": 66279388668, + "voter": "cheetah" + }, + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have unbanned @yanik.", + "category": "creative", + "children": 0, + "created": "2016-09-12T17:08:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242487024217, + "parent_author": "anyx", + "parent_permlink": "re-yanik-figure-dragon-20160912t170736391z", + "payout": 0.068, + "payout_at": "2016-09-19T17:08:27", + "pending_payout_value": "0.068 HBD", + "percent_hbd": 10000, + "permlink": "re-re-yanik-figure-dragon-20160912t170736391z-20160912t170818", + "post_id": 1221753, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Figure Dragon", + "updated": "2016-09-12T17:08:27", + "url": "/creative/@yanik/figure-dragon#@cheetah/re-re-yanik-figure-dragon-20160912t170736391z-20160912t170818" + }, + { + "active_votes": [ + { + "rshares": 175739549847, + "voter": "anyx" + }, + { + "rshares": 67604493541, + "voter": "cheetah" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "rshares": 99719091, + "voter": "cheetah93" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "food", + "children": 0, + "created": "2016-09-12T16:38:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243684016911, + "parent_author": "labradorsem", + "parent_permlink": "salad-spark-of-happiness", + "payout": 0.062, + "payout_at": "2016-09-19T16:38:18", + "pending_payout_value": "0.062 HBD", + "percent_hbd": 10000, + "permlink": "re-salad-spark-of-happiness-20160912t163810", + "post_id": 1221449, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Salad \"spark of happiness\"", + "updated": "2016-09-12T16:38:18", + "url": "/food/@labradorsem/salad-spark-of-happiness#@cheetah/re-salad-spark-of-happiness-20160912t163810" + }, + { + "active_votes": [ + { + "rshares": 66278273675, + "voter": "cheetah" + }, + { + "rshares": 120408056, + "voter": "cheetah73" + }, + { + "rshares": 99941243, + "voter": "cheetah74" + }, + { + "rshares": 182161450, + "voter": "cheetah75" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "creative", + "children": 0, + "created": "2016-09-12T12:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66680784424, + "parent_author": "yanik", + "parent_permlink": "figure-dragon", + "payout": 0.021, + "payout_at": "2016-09-19T12:57:00", + "pending_payout_value": "0.021 HBD", + "percent_hbd": 10000, + "permlink": "re-figure-dragon-20160912t125652", + "post_id": 1219341, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Figure Dragon", + "updated": "2016-09-12T12:57:00", + "url": "/creative/@yanik/figure-dragon#@cheetah/re-figure-dragon-20160912t125652" + }, + { + "active_votes": [ + { + "rshares": 175739549847, + "voter": "anyx" + }, + { + "rshares": 66278273675, + "voter": "cheetah" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + }, + { + "rshares": 99799751, + "voter": "cheetah64" + }, + { + "rshares": 120614958, + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "lets", + "children": 0, + "created": "2016-09-12T12:48:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242338048568, + "parent_author": "jaki", + "parent_permlink": "lets-launch-a-wso-together", + "payout": 0.063, + "payout_at": "2016-09-19T12:48:06", + "pending_payout_value": "0.063 HBD", + "percent_hbd": 10000, + "permlink": "re-lets-launch-a-wso-together-20160912t124757", + "post_id": 1219268, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Lets Launch A Wso Together", + "updated": "2016-09-12T12:48:06", + "url": "/lets/@jaki/lets-launch-a-wso-together#@cheetah/re-lets-launch-a-wso-together-20160912t124757" + }, + { + "active_votes": [ + { + "rshares": 175739549847, + "voter": "anyx" + }, + { + "rshares": 67603839149, + "voter": "cheetah" + }, + { + "rshares": 100056560, + "voter": "cheetah55" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + }, + { + "rshares": 99969263, + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "one", + "children": 0, + "created": "2016-09-12T12:39:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243643449262, + "parent_author": "hectorj", + "parent_permlink": "1-click-wp-review-and-bonus", + "payout": 0.063, + "payout_at": "2016-09-19T12:39:24", + "pending_payout_value": "0.063 HBD", + "percent_hbd": 10000, + "permlink": "re-1-click-wp-review-and-bonus-20160912t123915", + "post_id": 1219204, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 1 Click WP Review and Bonus", + "updated": "2016-09-12T12:39:24", + "url": "/one/@hectorj/1-click-wp-review-and-bonus#@cheetah/re-1-click-wp-review-and-bonus-20160912t123915" + }, + { + "active_votes": [ + { + "rshares": 175739549847, + "voter": "anyx" + }, + { + "rshares": 67602373271, + "voter": "cheetah" + }, + { + "rshares": 100261624, + "voter": "cheetah43" + }, + { + "rshares": 141949259, + "voter": "cheetah44" + }, + { + "rshares": 121089288, + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://ww2.kqed.org/science/2016/09/09/nasas-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon/", + "category": "grab", + "children": 0, + "created": "2016-09-12T09:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243705223289, + "parent_author": "merlinesm", + "parent_permlink": "nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon", + "payout": 0.069, + "payout_at": "2016-09-19T09:56:18", + "pending_payout_value": "0.069 HBD", + "percent_hbd": 10000, + "permlink": "re-nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon-20160912t095608", + "post_id": 1218183, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: NASA's Other Asteroid Mission: Grab A Chunk And Put It In Orbit Around The Moon", + "updated": "2016-09-12T09:56:18", + "url": "/grab/@merlinesm/nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon#@cheetah/re-nasa-s-other-asteroid-mission-grab-a-chunk-and-put-it-in-orbit-around-the-moon-20160912t095608" + }, + { + "active_votes": [ + { + "rshares": 172078309225, + "voter": "anyx" + }, + { + "rshares": 67602373271, + "voter": "cheetah" + }, + { + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "stealtrafficreview", + "children": 0, + "created": "2016-09-12T09:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240002186979, + "parent_author": "jaki", + "parent_permlink": "steal-traffic-review--steal-traffic", + "payout": 0.07, + "payout_at": "2016-09-19T09:09:45", + "pending_payout_value": "0.070 HBD", + "percent_hbd": 10000, + "permlink": "re-steal-traffic-review--steal-traffic-20160912t090936", + "post_id": 1217926, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Steal Traffic review _ Steal Traffic", + "updated": "2016-09-12T09:09:45", + "url": "/stealtrafficreview/@jaki/steal-traffic-review--steal-traffic#@cheetah/re-steal-traffic-review--steal-traffic-20160912t090936" + }, + { + "active_votes": [ + { + "rshares": 67602373271, + "voter": "cheetah" + }, + { + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "rshares": 188781535, + "voter": "cheetah23" + }, + { + "rshares": 144867260, + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "recovering", + "children": 0, + "created": "2016-09-12T07:57:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68037355333, + "parent_author": "matet", + "parent_permlink": "hey-i-miss-u-steemit", + "payout": 0.02, + "payout_at": "2016-09-19T07:57:36", + "pending_payout_value": "0.020 HBD", + "percent_hbd": 10000, + "permlink": "re-hey-i-miss-u-steemit-20160912t075729", + "post_id": 1217493, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: hey. i miss u steemit :-(", + "updated": "2016-09-12T07:57:36", + "url": "/recovering/@matet/hey-i-miss-u-steemit#@cheetah/re-hey-i-miss-u-steemit-20160912t075729" + }, + { + "active_votes": [ + { + "rshares": 67601842538, + "voter": "cheetah" + }, + { + "rshares": 102066361, + "voter": "cheetah12" + }, + { + "rshares": 101785508, + "voter": "cheetah13" + }, + { + "rshares": 101777094, + "voter": "cheetah14" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://dotsub.com/view/a2b8805c-7978-4f02-8320-70bde78084ed", + "category": "life", + "children": 0, + "created": "2016-09-12T06:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67907471501, + "parent_author": "shreeraj", + "parent_permlink": "bunker-roy-learning-from-a-barefoot-movment", + "payout": 0.02, + "payout_at": "2016-09-19T06:32:12", + "pending_payout_value": "0.020 HBD", + "percent_hbd": 10000, + "permlink": "re-bunker-roy-learning-from-a-barefoot-movment-20160912t063204", + "post_id": 1217068, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Bunker Roy: LEARNING FROM A BAREFOOT MOVMENT", + "updated": "2016-09-12T06:32:12", + "url": "/life/@shreeraj/bunker-roy-learning-from-a-barefoot-movment#@cheetah/re-bunker-roy-learning-from-a-barefoot-movment-20160912t063204" + }, + { + "active_votes": [ + { + "rshares": 171689077811, + "voter": "anyx" + }, + { + "rshares": 67599219068, + "voter": "cheetah" + }, + { + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "food", + "children": 0, + "created": "2016-09-12T05:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239594279463, + "parent_author": "rsylevica", + "parent_permlink": "9-foods-for-weight-loss", + "payout": 0.065, + "payout_at": "2016-09-19T05:54:42", + "pending_payout_value": "0.065 HBD", + "percent_hbd": 10000, + "permlink": "re-9-foods-for-weight-loss-20160912t055435", + "post_id": 1216872, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 9 Foods For Weight Loss", + "updated": "2016-09-12T05:54:42", + "url": "/food/@rsylevica/9-foods-for-weight-loss#@cheetah/re-9-foods-for-weight-loss-20160912t055435" + }, + { + "active_votes": [ + { + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.elyrics.net/read/m/musiq-soulchild-lyrics/halfcrazy-lyrics.html", + "category": "love", + "children": 0, + "created": "2016-09-12T03:48:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 493780449, + "parent_author": "craig-grant", + "parent_permlink": "and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone", + "payout": 0.0, + "payout_at": "2016-09-19T03:48:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone-20160912t034846", + "post_id": 1216110, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "RE: And my mind's gone half crazy cause I can't leave you alone", + "updated": "2016-09-12T03:48:54", + "url": "/love/@craig-grant/and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone#@cheetah/re-and-my-mind-s-gone-half-crazy-cause-i-can-t-leave-you-alone-20160912t034846" + }, + { + "active_votes": [ + { + "rshares": 2106019901033, + "voter": "adm" + }, + { + "rshares": 168036118708, + "voter": "anyx" + }, + { + "rshares": 66271783855, + "voter": "cheetah" + }, + { + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @promaxx.", + "category": "food", + "children": 0, + "created": "2016-09-12T02:50:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2340626365558, + "parent_author": "predator", + "parent_permlink": "re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z", + "payout": 1.027, + "payout_at": "2016-09-19T02:50:30", + "pending_payout_value": "1.027 HBD", + "percent_hbd": 10000, + "permlink": "re-re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z-20160912t025022", + "post_id": 1215690, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "RE: The best recipes of cleansing the body!", + "updated": "2016-09-12T02:50:30", + "url": "/food/@promaxx/the-best-recipes-of-cleansing-the-body#@cheetah/re-re-promaxx-the-best-recipes-of-cleansing-the-body-20160912t024850240z-20160912t025022" + }, + { + "active_votes": [ + { + "rshares": 164383159606, + "voter": "anyx" + }, + { + "rshares": 67597219532, + "voter": "cheetah" + }, + { + "rshares": 99719091, + "voter": "cheetah93" + }, + { + "rshares": 99702754, + "voter": "cheetah94" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @rsylevica.", + "category": "food", + "children": 0, + "created": "2016-09-12T02:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232279380828, + "parent_author": "predator", + "parent_permlink": "re-rsylevica-9-foods-for-weight-loss-20160912t023256800z", + "payout": 0.062, + "payout_at": "2016-09-19T02:34:48", + "pending_payout_value": "0.062 HBD", + "percent_hbd": 10000, + "permlink": "re-re-rsylevica-9-foods-for-weight-loss-20160912t023256800z-20160912t023439", + "post_id": 1215575, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: 9 Foods For Weight Loss", + "updated": "2016-09-12T02:34:48", + "url": "/food/@rsylevica/9-foods-for-weight-loss#@cheetah/re-re-rsylevica-9-foods-for-weight-loss-20160912t023256800z-20160912t023439" + }, + { + "active_votes": [ + { + "rshares": 168036118708, + "voter": "anyx" + }, + { + "rshares": 66269699598, + "voter": "cheetah" + }, + { + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "rshares": 140433924, + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://tecake.in/news/science/nasa-juno-spacecraft-successfully-completes-first-jupiter-flyby-22640.html", + "category": "juno", + "children": 0, + "created": "2016-09-11T23:56:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234645751993, + "parent_author": "merlinesm", + "parent_permlink": "nasa-s-juno-successfully-completes-jupiter-flyby", + "payout": 0.062, + "payout_at": "2016-09-18T23:56:57", + "pending_payout_value": "0.062 HBD", + "percent_hbd": 10000, + "permlink": "re-nasa-s-juno-successfully-completes-jupiter-flyby-20160911t235648", + "post_id": 1214487, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: NASA'S JUNO SUCCESSFULLY COMPLETES JUPITER FLYBY", + "updated": "2016-09-11T23:56:57", + "url": "/juno/@merlinesm/nasa-s-juno-successfully-completes-jupiter-flyby#@cheetah/re-nasa-s-juno-successfully-completes-jupiter-flyby-20160911t235648" + }, + { + "active_votes": [ + { + "rshares": 168036118708, + "voter": "anyx" + }, + { + "rshares": 66269699598, + "voter": "cheetah" + }, + { + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "rshares": 120190190, + "voter": "cheetah88" + }, + { + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T23:08:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234665952672, + "parent_author": "livehdvsstream", + "parent_permlink": "https-www-youtube-com-watch-v-pi4pw2u2jsw", + "payout": 0.067, + "payout_at": "2016-09-18T23:08:39", + "pending_payout_value": "0.067 HBD", + "percent_hbd": 10000, + "permlink": "re-https-www-youtube-com-watch-v-pi4pw2u2jsw-20160911t230831", + "post_id": 1214124, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://www.youtube.com/watch?v=PI4PW2U2jSw", + "updated": "2016-09-11T23:08:39", + "url": "/nfl/@livehdvsstream/https-www-youtube-com-watch-v-pi4pw2u2jsw#@cheetah/re-https-www-youtube-com-watch-v-pi4pw2u2jsw-20160911t230831" + }, + { + "active_votes": [ + { + "rshares": 17230086000, + "voter": "cheetah" + }, + { + "rshares": 120408056, + "voter": "cheetah73" + }, + { + "rshares": 99941243, + "voter": "cheetah74" + }, + { + "rshares": 182161450, + "voter": "cheetah75" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "creative", + "children": 0, + "created": "2016-09-11T19:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17632596749, + "parent_author": "yanik", + "parent_permlink": "mountain", + "payout": 0.005, + "payout_at": "2016-09-18T19:41:09", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-mountain-20160911t194101", + "post_id": 1212081, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Mountain", + "updated": "2016-09-11T19:41:09", + "url": "/creative/@yanik/mountain#@cheetah/re-mountain-20160911t194101" + }, + { + "active_votes": [ + { + "rshares": 167583535821, + "voter": "anyx" + }, + { + "rshares": 66269561540, + "voter": "cheetah" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + }, + { + "rshares": 99799751, + "voter": "cheetah64" + }, + { + "rshares": 120614958, + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @labradorsem.", + "category": "food", + "children": 0, + "created": "2016-09-11T19:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234173322407, + "parent_author": "anyx", + "parent_permlink": "re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z", + "payout": 0.079, + "payout_at": "2016-09-18T19:29:54", + "pending_payout_value": "0.079 HBD", + "percent_hbd": 10000, + "permlink": "re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943", + "post_id": 1211954, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Diet apple pie with apples and pears", + "updated": "2016-09-11T19:29:54", + "url": "/food/@labradorsem/diet-apple-pie-with-apples-and-pears#@cheetah/re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943" + }, + { + "active_votes": [ + { + "rshares": 17230086000, + "voter": "cheetah" + }, + { + "rshares": 99924819, + "voter": "cheetah60" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "rshares": 99886729, + "voter": "cheetah62" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.dailymail.co.uk/news/article-3784073/Girl-received-FluMist-nasal-spray-vaccination-against-H1N1-dies-virus-four-months-CDC-finds-ineffective.html", + "category": "health", + "children": 1, + "created": "2016-09-11T19:12:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17529807179, + "parent_author": "wakeupnd", + "parent_permlink": "family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits", + "payout": 0.005, + "payout_at": "2016-09-18T19:12:24", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217", + "post_id": 1211737, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Family anger as their eight-year-old daughter dies from the flu after using FluMist nasal spray vaccine that the CDC now admits is 'ineffective'", + "updated": "2016-09-11T19:12:24", + "url": "/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits#@cheetah/re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217" + }, + { + "active_votes": [ + { + "rshares": 171128278804, + "voter": "anyx" + }, + { + "rshares": 17229926376, + "voter": "cheetah" + }, + { + "rshares": 100056560, + "voter": "cheetah55" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + }, + { + "rshares": 99969263, + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "earning", + "children": 0, + "created": "2016-09-11T18:19:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188658265446, + "parent_author": "amansapps", + "parent_permlink": "usd18-is-equal-to-monthly-usd5000-joining-4-corners", + "payout": 0.056, + "payout_at": "2016-09-18T18:19:00", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853", + "post_id": 1211093, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: $18 IS equal to monthly $5000 joining 4 Corners", + "updated": "2016-09-11T18:19:00", + "url": "/earning/@amansapps/usd18-is-equal-to-monthly-usd5000-joining-4-corners#@cheetah/re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 17229762731, + "voter": "cheetah" + }, + { + "rshares": 100261624, + "voter": "cheetah43" + }, + { + "rshares": 141949259, + "voter": "cheetah44" + }, + { + "rshares": 121089288, + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://greyfalcon.us/An%20Overview%20Of%20The%20War%20On%20Terrorism.htm", + "category": "terrorism", + "children": 1, + "created": "2016-09-11T18:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188706380368, + "parent_author": "william001", + "parent_permlink": "remembering-nazi-germany-s-war-on-terrorism", + "payout": 0.056, + "payout_at": "2016-09-18T18:06:18", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608", + "post_id": 1210953, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Remembering Nazi Germany's War On Terrorism", + "updated": "2016-09-11T18:06:18", + "url": "/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism#@cheetah/re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 64927439887, + "voter": "cheetah" + }, + { + "rshares": 121293651, + "voter": "cheetah40" + }, + { + "rshares": 100285774, + "voter": "cheetah41" + }, + { + "rshares": 100095194, + "voter": "cheetah42" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @amansapps.", + "category": "earn", + "children": 0, + "created": "2016-09-11T17:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 236362431972, + "parent_author": "predator", + "parent_permlink": "re-amansapps-forced-bitcoin-matrix-20160911t173205002z", + "payout": 0.071, + "payout_at": "2016-09-18T17:33:30", + "pending_payout_value": "0.071 HBD", + "percent_hbd": 10000, + "permlink": "re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322", + "post_id": 1210643, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Forced bitcoin Matrix", + "updated": "2016-09-11T17:33:30", + "url": "/earn/@amansapps/forced-bitcoin-matrix#@cheetah/re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 17225463686, + "voter": "cheetah" + }, + { + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @boss-money.", + "category": "new", + "children": 0, + "created": "2016-09-11T17:29:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188660672200, + "parent_author": "predator", + "parent_permlink": "re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z", + "payout": 0.056, + "payout_at": "2016-09-18T17:29:51", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944", + "post_id": 1210608, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: New Cars for 2016: Infiniti", + "updated": "2016-09-11T17:29:51", + "url": "/new/@boss-money/new-cars-for-2016-infiniti#@cheetah/re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 17225156294, + "voter": "cheetah" + }, + { + "rshares": 100573013, + "voter": "cheetah35" + }, + { + "rshares": 100562283, + "voter": "cheetah36" + }, + { + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T17:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192280446998, + "parent_author": "wishit", + "parent_permlink": "2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-09-18T17:06:00", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553", + "post_id": 1210415, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T17:06:00", + "url": "/nfl/@wishit/2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 64925589109, + "voter": "cheetah" + }, + { + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T16:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240112879688, + "parent_author": "wishit", + "parent_permlink": "44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.072, + "payout_at": "2016-09-18T16:56:12", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603", + "post_id": 1210324, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:56:12", + "url": "/nfl/@wishit/44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 17225156294, + "voter": "cheetah" + }, + { + "rshares": 101777094, + "voter": "cheetah14" + }, + { + "rshares": 171631587, + "voter": "cheetah15" + }, + { + "rshares": 101859018, + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "chifs", + "children": 0, + "created": "2016-09-11T16:47:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192354450341, + "parent_author": "wishit", + "parent_permlink": "cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-09-18T16:47:18", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709", + "post_id": 1210246, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:47:18", + "url": "/chifs/@wishit/cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 17224976626, + "voter": "cheetah" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + }, + { + "rshares": 102159434, + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "wtf", + "children": 0, + "created": "2016-09-11T16:44:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195926201341, + "parent_author": "dicov", + "parent_permlink": "vsyo-eshyo-banite-merzavchiki", + "payout": 0.058, + "payout_at": "2016-09-18T16:44:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-vsyo-eshyo-banite-merzavchiki-20160911t164435", + "post_id": 1210227, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: \u0412\u0441\u0451 \u0435\u0449\u0451 \u0431\u0430\u043d\u0438\u0442\u0435? \u041c\u0435\u0440\u0437\u0430\u0432\u0447\u0438\u043a\u0438? :)", + "updated": "2016-09-11T16:44:42", + "url": "/wtf/@dicov/vsyo-eshyo-banite-merzavchiki#@cheetah/re-vsyo-eshyo-banite-merzavchiki-20160911t164435" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 64924219623, + "voter": "cheetah" + }, + { + "rshares": 99702754, + "voter": "cheetah94" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "falcon", + "children": 0, + "created": "2016-09-11T15:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239976922054, + "parent_author": "wishit", + "parent_permlink": "https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "payout": 0.072, + "payout_at": "2016-09-18T15:54:42", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435", + "post_id": 1209758, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://awethu.amandla.mobi/petitions/fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "updated": "2016-09-11T15:54:42", + "url": "/falcon/@wishit/https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit#@cheetah/re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435" + }, + { + "active_votes": [ + { + "rshares": -178394735231, + "voter": "anyx" + }, + { + "rshares": 1178736120, + "voter": "anyx01" + }, + { + "rshares": 1020918855, + "voter": "anyx02" + }, + { + "rshares": 929721495, + "voter": "anyx03" + }, + { + "rshares": 746189372, + "voter": "anyx04" + }, + { + "rshares": 586881289, + "voter": "anyx05" + }, + { + "rshares": 496492552, + "voter": "anyx06" + }, + { + "rshares": 17224613256, + "voter": "cheetah" + }, + { + "rshares": 99672387, + "voter": "cheetah84" + }, + { + "rshares": 99667762, + "voter": "cheetah85" + }, + { + "rshares": 120282390, + "voter": "cheetah86" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.walmart.ca/", + "category": "curie", + "children": 5, + "created": "2016-09-11T15:50:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -155891559753, + "parent_author": "curie", + "parent_permlink": "project-curie-s-daily-curation-list-10-sept-11-sept-2016", + "payout": 0.0, + "payout_at": "2016-09-18T15:50:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046", + "post_id": 1209719, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Project Curie's Daily Curation List (10 Sept - 11 Sept 2016)", + "updated": "2016-09-11T15:50:57", + "url": "/curie/@curie/project-curie-s-daily-curation-list-10-sept-11-sept-2016#@cheetah/re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 17224613256, + "voter": "cheetah" + }, + { + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "rshares": 99713981, + "voter": "cheetah82" + }, + { + "rshares": 99680784, + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sdsdw", + "children": 0, + "created": "2016-09-11T15:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195918498737, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-peirqyi", + "payout": 0.056, + "payout_at": "2016-09-18T15:47:09", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-http-www-eteamz-com-peirqyi-20160911t154702", + "post_id": 1209672, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/peirqyi/", + "updated": "2016-09-11T15:47:09", + "url": "/sdsdw/@pronfllive/http-www-eteamz-com-peirqyi#@cheetah/re-http-www-eteamz-com-peirqyi-20160911t154702" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 66247821324, + "voter": "cheetah" + }, + { + "rshares": 99998735, + "voter": "cheetah71" + }, + { + "rshares": 120606126, + "voter": "cheetah72" + }, + { + "rshares": 120408056, + "voter": "cheetah73" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "dsw", + "children": 0, + "created": "2016-09-11T15:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244983569472, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-piaeiuyui", + "payout": 0.072, + "payout_at": "2016-09-18T15:35:03", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-http-www-eteamz-com-piaeiuyui-20160911t153454", + "post_id": 1209569, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/piaeiuyui/", + "updated": "2016-09-11T15:35:03", + "url": "/dsw/@pronfllive/http-www-eteamz-com-piaeiuyui#@cheetah/re-http-www-eteamz-com-piaeiuyui-20160911t153454" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 17224433544, + "voter": "cheetah" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:32:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199559484354, + "parent_author": "livehdvsstream", + "parent_permlink": "tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-09-18T15:32:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233", + "post_id": 1209556, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:32:42", + "url": "/nfl/@livehdvsstream/tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 17224433544, + "voter": "cheetah" + }, + { + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:21:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199580875508, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-09-18T15:21:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133", + "post_id": 1209481, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:21:42", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 66247821324, + "voter": "cheetah" + }, + { + "rshares": 101857729, + "voter": "cheetah17" + }, + { + "rshares": 101760456, + "voter": "cheetah18" + }, + { + "rshares": 123906339, + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:02:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248610789961, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live", + "payout": 0.074, + "payout_at": "2016-09-18T15:02:03", + "pending_payout_value": "0.074 HBD", + "percent_hbd": 10000, + "permlink": "re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154", + "post_id": 1209314, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/buffalo-bills-vs-baltimore-ravens-live/", + "updated": "2016-09-11T15:02:03", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live#@cheetah/re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154" + }, + { + "active_votes": [ + { + "rshares": 185676152995, + "voter": "anyx" + }, + { + "rshares": 17223055010, + "voter": "cheetah" + }, + { + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @dailybest.", + "category": "art", + "children": 1, + "created": "2016-09-11T12:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203197867086, + "parent_author": "pfunk", + "parent_permlink": "re-dailybest-sketch-4-birds-in-love-20160911t123342655z", + "payout": 0.068, + "payout_at": "2016-09-18T12:48:15", + "pending_payout_value": "0.068 HBD", + "percent_hbd": 10000, + "permlink": "re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805", + "post_id": 1208300, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Sketch #4 Birds in Love", + "updated": "2016-09-11T12:48:15", + "url": "/art/@dailybest/sketch-4-birds-in-love#@cheetah/re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805" + }, + { + "active_votes": [ + { + "rshares": 167487251596, + "voter": "anyx" + }, + { + "rshares": 15898023819, + "voter": "cheetah" + }, + { + "rshares": 120484844, + "voter": "cheetah76" + }, + { + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "rshares": 99871230, + "voter": "cheetah78" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 2, + "created": "2016-09-11T09:32:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 183705329912, + "parent_author": "yanik", + "parent_permlink": "girl", + "payout": 0.05, + "payout_at": "2016-09-18T09:32:24", + "pending_payout_value": "0.050 HBD", + "percent_hbd": 10000, + "permlink": "re-girl-20160911t093216", + "post_id": 1206869, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl", + "updated": "2016-09-11T09:32:24", + "url": "/photography/@yanik/girl#@cheetah/re-girl-20160911t093216" + }, + { + "active_votes": [ + { + "rshares": 1573633590, + "voter": "predator" + }, + { + "rshares": 62266753814, + "voter": "cheetah" + }, + { + "rshares": 99927659, + "voter": "cheetah58" + }, + { + "rshares": 99927313, + "voter": "cheetah59" + }, + { + "rshares": 99924819, + "voter": "cheetah60" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-11T08:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64140167195, + "parent_author": "kyleb15", + "parent_permlink": "i-love-steem-cheetah-true-apology", + "payout": 0.023, + "payout_at": "2016-09-18T08:14:57", + "pending_payout_value": "0.023 HBD", + "percent_hbd": 10000, + "permlink": "re-i-love-steem-cheetah-true-apology-20160911t081449", + "post_id": 1206380, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: I love steem @cheetah true apology", + "updated": "2016-09-11T08:14:57", + "url": "/art/@kyleb15/i-love-steem-cheetah-true-apology#@cheetah/re-i-love-steem-cheetah-true-apology-20160911t081449" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 15897791194, + "voter": "cheetah" + }, + { + "rshares": 141989550, + "voter": "cheetah50" + }, + { + "rshares": 121050357, + "voter": "cheetah48" + }, + { + "rshares": 99997502, + "voter": "cheetah49" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @yanik.", + "category": "creative", + "children": 0, + "created": "2016-09-11T07:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 198296272716, + "parent_author": "predator", + "parent_permlink": "re-yanik-girl-painting-20160911t073141227z", + "payout": 0.061, + "payout_at": "2016-09-18T07:33:18", + "pending_payout_value": "0.061 HBD", + "percent_hbd": 10000, + "permlink": "re-re-yanik-girl-painting-20160911t073141227z-20160911t073308", + "post_id": 1206150, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl Painting", + "updated": "2016-09-11T07:33:18", + "url": "/creative/@yanik/girl-painting#@cheetah/re-re-yanik-girl-painting-20160911t073141227z-20160911t073308" + }, + { + "active_votes": [ + { + "rshares": 15897791194, + "voter": "cheetah" + }, + { + "rshares": 162864949, + "voter": "cheetah46" + }, + { + "rshares": 121089288, + "voter": "cheetah45" + }, + { + "rshares": 121107772, + "voter": "cheetah47" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "They are already banned!", + "category": "art", + "children": 0, + "created": "2016-09-11T07:18:36", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16302853203, + "parent_author": "pfunk", + "parent_permlink": "re-kyleb15-superhero-inking-20160911t065131911z", + "payout": 0.006, + "payout_at": "2016-09-18T07:18:36", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071826", + "post_id": 1206066, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Superhero Inking", + "updated": "2016-09-11T07:18:36", + "url": "/art/@kyleb15/superhero-inking#@cheetah/re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071826" + }, + { + "active_votes": [ + { + "rshares": 62266348844, + "voter": "cheetah" + }, + { + "rshares": 100095194, + "voter": "cheetah42" + }, + { + "rshares": 100261624, + "voter": "cheetah43" + }, + { + "rshares": 141949259, + "voter": "cheetah44" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @kyleb15.", + "category": "art", + "children": 0, + "created": "2016-09-11T07:11:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62608654921, + "parent_author": "pfunk", + "parent_permlink": "re-kyleb15-superhero-inking-20160911t065131911z", + "payout": 0.024, + "payout_at": "2016-09-18T07:11:21", + "pending_payout_value": "0.024 HBD", + "percent_hbd": 10000, + "permlink": "re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071112", + "post_id": 1206009, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Superhero Inking", + "updated": "2016-09-11T07:11:21", + "url": "/art/@kyleb15/superhero-inking#@cheetah/re-re-kyleb15-superhero-inking-20160911t065131911z-20160911t071112" + }, + { + "active_votes": [ + { + "rshares": 15897196311, + "voter": "cheetah" + }, + { + "rshares": 121293651, + "voter": "cheetah40" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + }, + { + "rshares": 100285774, + "voter": "cheetah41" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 0, + "created": "2016-09-11T04:02:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16218881173, + "parent_author": "trisnawati", + "parent_permlink": "sunbathing-good-morning-all-2-op", + "payout": 0.005, + "payout_at": "2016-09-18T04:02:21", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-sunbathing-good-morning-all-2-op-20160911t040212", + "post_id": 1204487, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: sunbathing, good morning all [ 2 OP]", + "updated": "2016-09-11T04:02:21", + "url": "/photography/@trisnawati/sunbathing-good-morning-all-2-op#@cheetah/re-sunbathing-good-morning-all-2-op-20160911t040212" + }, + { + "active_votes": [ + { + "rshares": 15897196311, + "voter": "cheetah" + }, + { + "rshares": 100638161, + "voter": "cheetah29" + }, + { + "rshares": 143421665, + "voter": "cheetah30" + }, + { + "rshares": 125358759, + "voter": "cheetah31" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.google.ca/", + "category": "cn", + "children": 1, + "created": "2016-09-11T03:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16266614896, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-09", + "payout": 0.005, + "payout_at": "2016-09-18T03:43:39", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-09-20160911t034331", + "post_id": 1204303, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Active authors & posts under the CN category[2016-09-09]", + "updated": "2016-09-11T03:43:39", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-09#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-09-20160911t034331" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.tavern.yaml new file mode 100644 index 00000000..e457019f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/max_limit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort comments patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments", "account":"cheetah","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "bridge_api_patterns/get_account_posts/comments" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.orig.json new file mode 100644 index 00000000..9c180444 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.orig.json @@ -0,0 +1,56 @@ +[ + { + "active_votes": [ + { + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "rshares": "100147183", + "voter": "cheetah33" + }, + { + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @larrytom.", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "payout": 0.014, + "payout_at": "2016-09-16T17:28:03", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 960964, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: My Brother's Heroin Addiction Destroyed Our Family .", + "updated": "2016-09-15T19:38:39", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.pat.json new file mode 100644 index 00000000..2919bfd8 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.pat.json @@ -0,0 +1,56 @@ +[ + { + "active_votes": [ + { + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @larrytom.", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "payout": 0.014, + "payout_at": "2016-09-22T19:38:39", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 1257850, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: My Brother's Heroin Addiction Destroyed Our Family .", + "updated": "2016-09-15T19:38:39", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.tavern.yaml new file mode 100644 index 00000000..3c336d4b --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/min_limit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort comments patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments", "account":"cheetah","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "bridge_api_patterns/get_account_posts/comments" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.orig.json new file mode 100644 index 00000000..d312b1d4 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.orig.json @@ -0,0 +1,289 @@ +[ + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Now on the contrary, much can be done with origami, many beautiful things :)", + "category": "steemit", + "children": 1, + "created": "2016-09-15T07:19:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "roses3913", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-flowers-20160914t201051068z", + "payout": 0.0, + "payout_at": "2016-10-15T18:58:30", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z", + "post_id": 955942, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - flowers.", + "updated": "2016-09-15T07:19:21", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-flowers#@zaitsevalesyaa/re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u0430\u043c:)", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:18:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "alex2016", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t141947012z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z", + "post_id": 951634, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:18:24", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "frol", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t202726343z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z", + "post_id": 951620, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:16:57", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "edgarsart", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160913t220450230z", + "payout": 0.0, + "payout_at": "2016-10-14T18:42:15", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z", + "post_id": 951612, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - snowdrop flower.", + "updated": "2016-09-14T19:16:00", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-snowdrop-flower#@zaitsevalesyaa/re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much:)", + "category": "steemit", + "children": 0, + "created": "2016-09-13T17:57:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "team101", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t175157627z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z", + "post_id": 942219, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-13T17:57:21", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "It is a masterpiece. Beauty!!!", + "category": "steemit", + "children": 1, + "created": "2016-09-11T19:51:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "marius19", + "parent_permlink": "my-peacock-colorful-origami", + "payout": 0.0, + "payout_at": "2016-10-12T20:23:45", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-marius19-my-peacock-colorful-origami-20160911t185114751z", + "post_id": 924570, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My peacock colorful origami", + "updated": "2016-09-11T19:51:54", + "url": "/steemit/@marius19/my-peacock-colorful-origami#@zaitsevalesyaa/re-marius19-my-peacock-colorful-origami-20160911t185114751z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Many thanks. Origami is a great lesson for everyone :)", + "category": "steemit", + "children": 0, + "created": "2016-09-10T18:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "modernbukowski", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t183210519z", + "payout": 0.0, + "payout_at": "2016-10-11T19:04:42", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z", + "post_id": 913681, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of Origami. Little butterflys.", + "updated": "2016-09-10T18:34:12", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-little-butterflys#@zaitsevalesyaa/re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json new file mode 100644 index 00000000..7581147b --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json @@ -0,0 +1,317 @@ +[ + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "Now on the contrary, much can be done with origami, many beautiful things :)", + "category": "steemit", + "children": 1, + "created": "2016-09-15T07:19:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "roses3913", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-flowers-20160914t201051068z", + "payout": 0.0, + "payout_at": "2016-09-22T07:19:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z", + "post_id": 1251612, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - flowers.", + "updated": "2016-09-15T07:19:21", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-flowers#@zaitsevalesyaa/re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u0430\u043c:)", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:18:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "alex2016", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t141947012z", + "payout": 0.0, + "payout_at": "2016-09-21T19:18:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z", + "post_id": 1246185, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:18:24", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "frol", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t202726343z", + "payout": 0.0, + "payout_at": "2016-09-21T19:16:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z", + "post_id": 1246169, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:16:57", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "Thank you so much!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "edgarsart", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160913t220450230z", + "payout": 0.0, + "payout_at": "2016-09-21T19:16:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z", + "post_id": 1246161, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - snowdrop flower.", + "updated": "2016-09-14T19:16:00", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-snowdrop-flower#@zaitsevalesyaa/re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "Thank you so much:)", + "category": "steemit", + "children": 0, + "created": "2016-09-13T17:57:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "team101", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t175157627z", + "payout": 0.0, + "payout_at": "2016-09-20T17:57:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z", + "post_id": 1234290, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-13T17:57:21", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "It is a masterpiece. Beauty!!!", + "category": "steemit", + "children": 1, + "created": "2016-09-11T19:51:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "marius19", + "parent_permlink": "my-peacock-colorful-origami", + "payout": 0.0, + "payout_at": "2016-09-18T19:51:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-marius19-my-peacock-colorful-origami-20160911t185114751z", + "post_id": 1212186, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My peacock colorful origami", + "updated": "2016-09-11T19:51:54", + "url": "/steemit/@marius19/my-peacock-colorful-origami#@zaitsevalesyaa/re-marius19-my-peacock-colorful-origami-20160911t185114751z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [ + "buildawhale", + "redeemer", + "spaminator" + ], + "body": "Many thanks. Origami is a great lesson for everyone :)", + "category": "steemit", + "children": 0, + "created": "2016-09-10T18:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "modernbukowski", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t183210519z", + "payout": 0.0, + "payout_at": "2016-09-17T18:34:12", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z", + "post_id": 1199088, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of Origami. Little butterflys.", + "updated": "2016-09-10T18:34:12", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-little-butterflys#@zaitsevalesyaa/re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml new file mode 100644 index 00000000..d815b58f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort comments patterns test + + marks: + - patterntest # see also zaitsevalesyaa.tavern.yaml; observer is only used to mark blacklists + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments", "account":"zaitsevalesyaa", "observer":"alice"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "observer_alice" + directory: "bridge_api_patterns/get_account_posts/comments" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.orig.json new file mode 100644 index 00000000..701311cc --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.orig.json @@ -0,0 +1,1182 @@ +[ + { + "active_votes": [ + { + "rshares": "167583535821", + "voter": "anyx" + }, + { + "rshares": "66269561540", + "voter": "cheetah" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + }, + { + "rshares": "99799751", + "voter": "cheetah64" + }, + { + "rshares": "120614958", + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @labradorsem.", + "category": "food", + "children": 0, + "created": "2016-09-11T19:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234173322407, + "parent_author": "anyx", + "parent_permlink": "re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z", + "payout": 0.079, + "payout_at": "2016-10-12T12:21:24", + "pending_payout_value": "0.079 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943", + "post_id": 924376, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Diet apple pie with apples and pears", + "updated": "2016-09-11T19:29:54", + "url": "/food/@labradorsem/diet-apple-pie-with-apples-and-pears#@cheetah/re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943" + }, + { + "active_votes": [ + { + "rshares": "17230086000", + "voter": "cheetah" + }, + { + "rshares": "99924819", + "voter": "cheetah60" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "rshares": "99886729", + "voter": "cheetah62" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.dailymail.co.uk/news/article-3784073/Girl-received-FluMist-nasal-spray-vaccination-against-H1N1-dies-virus-four-months-CDC-finds-ineffective.html", + "category": "health", + "children": 1, + "created": "2016-09-11T19:12:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17529807179, + "parent_author": "wakeupnd", + "parent_permlink": "family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits", + "payout": 0.0, + "payout_at": "2016-10-12T23:47:21", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217", + "post_id": 924185, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Family anger as their eight-year-old daughter dies from the flu after using FluMist nasal spray vaccine that the CDC now admits is 'ineffective'", + "updated": "2016-09-11T19:12:24", + "url": "/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits#@cheetah/re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217" + }, + { + "active_votes": [ + { + "rshares": "171128278804", + "voter": "anyx" + }, + { + "rshares": "17229926376", + "voter": "cheetah" + }, + { + "rshares": "100056560", + "voter": "cheetah55" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + }, + { + "rshares": "99969263", + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "earning", + "children": 0, + "created": "2016-09-11T18:19:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188658265446, + "parent_author": "amansapps", + "parent_permlink": "usd18-is-equal-to-monthly-usd5000-joining-4-corners", + "payout": 0.056, + "payout_at": "2016-10-12T18:59:15", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853", + "post_id": 923652, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: $18 IS equal to monthly $5000 joining 4 Corners", + "updated": "2016-09-11T18:19:00", + "url": "/earning/@amansapps/usd18-is-equal-to-monthly-usd5000-joining-4-corners#@cheetah/re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "17229762731", + "voter": "cheetah" + }, + { + "rshares": "100261624", + "voter": "cheetah43" + }, + { + "rshares": "141949259", + "voter": "cheetah44" + }, + { + "rshares": "121089288", + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://greyfalcon.us/An%20Overview%20Of%20The%20War%20On%20Terrorism.htm", + "category": "terrorism", + "children": 1, + "created": "2016-09-11T18:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188706380368, + "parent_author": "william001", + "parent_permlink": "remembering-nazi-germany-s-war-on-terrorism", + "payout": 0.056, + "payout_at": "2016-10-12T19:00:51", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608", + "post_id": 923548, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Remembering Nazi Germany's War On Terrorism", + "updated": "2016-09-11T18:06:18", + "url": "/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism#@cheetah/re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "64927439887", + "voter": "cheetah" + }, + { + "rshares": "121293651", + "voter": "cheetah40" + }, + { + "rshares": "100285774", + "voter": "cheetah41" + }, + { + "rshares": "100095194", + "voter": "cheetah42" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @amansapps.", + "category": "earn", + "children": 0, + "created": "2016-09-11T17:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 236362431972, + "parent_author": "predator", + "parent_permlink": "re-amansapps-forced-bitcoin-matrix-20160911t173205002z", + "payout": 0.071, + "payout_at": "2016-10-12T18:36:03", + "pending_payout_value": "0.071 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322", + "post_id": 923283, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Forced bitcoin Matrix", + "updated": "2016-09-11T17:33:30", + "url": "/earn/@amansapps/forced-bitcoin-matrix#@cheetah/re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322" + }, + { + "active_votes": [ + { + "rshares": "171113317466", + "voter": "anyx" + }, + { + "rshares": "17225463686", + "voter": "cheetah" + }, + { + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @boss-money.", + "category": "new", + "children": 0, + "created": "2016-09-11T17:29:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188660672200, + "parent_author": "predator", + "parent_permlink": "re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z", + "payout": 0.056, + "payout_at": "2016-10-12T17:08:00", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944", + "post_id": 923256, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: New Cars for 2016: Infiniti", + "updated": "2016-09-11T17:29:51", + "url": "/new/@boss-money/new-cars-for-2016-infiniti#@cheetah/re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "17225156294", + "voter": "cheetah" + }, + { + "rshares": "100573013", + "voter": "cheetah35" + }, + { + "rshares": "100562283", + "voter": "cheetah36" + }, + { + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T17:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192280446998, + "parent_author": "wishit", + "parent_permlink": "2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-10-12T18:49:09", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553", + "post_id": 923109, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T17:06:00", + "url": "/nfl/@wishit/2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "64925589109", + "voter": "cheetah" + }, + { + "rshares": "144867260", + "voter": "cheetah24" + }, + { + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "rshares": "187524153", + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T16:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240112879688, + "parent_author": "wishit", + "parent_permlink": "44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.072, + "payout_at": "2016-10-12T18:26:18", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603", + "post_id": 923032, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:56:12", + "url": "/nfl/@wishit/44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "17225156294", + "voter": "cheetah" + }, + { + "rshares": "101777094", + "voter": "cheetah14" + }, + { + "rshares": "171631587", + "voter": "cheetah15" + }, + { + "rshares": "101859018", + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "chifs", + "children": 0, + "created": "2016-09-11T16:47:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192354450341, + "parent_author": "wishit", + "parent_permlink": "cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-10-12T18:47:15", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709", + "post_id": 922962, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:47:18", + "url": "/chifs/@wishit/cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "17224976626", + "voter": "cheetah" + }, + { + "rshares": "102168682", + "voter": "cheetah04" + }, + { + "rshares": "102161368", + "voter": "cheetah05" + }, + { + "rshares": "102159434", + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "wtf", + "children": 0, + "created": "2016-09-11T16:44:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195926201341, + "parent_author": "dicov", + "parent_permlink": "vsyo-eshyo-banite-merzavchiki", + "payout": 0.058, + "payout_at": "2016-10-12T18:46:51", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-vsyo-eshyo-banite-merzavchiki-20160911t164435", + "post_id": 922943, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: \u0412\u0441\u0451 \u0435\u0449\u0451 \u0431\u0430\u043d\u0438\u0442\u0435? \u041c\u0435\u0440\u0437\u0430\u0432\u0447\u0438\u043a\u0438? :)", + "updated": "2016-09-11T16:44:42", + "url": "/wtf/@dicov/vsyo-eshyo-banite-merzavchiki#@cheetah/re-vsyo-eshyo-banite-merzavchiki-20160911t164435" + }, + { + "active_votes": [ + { + "rshares": "174754026348", + "voter": "anyx" + }, + { + "rshares": "64924219623", + "voter": "cheetah" + }, + { + "rshares": "99702754", + "voter": "cheetah94" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "falcon", + "children": 0, + "created": "2016-09-11T15:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239976922054, + "parent_author": "wishit", + "parent_permlink": "https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "payout": 0.072, + "payout_at": "2016-10-12T18:10:33", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435", + "post_id": 922556, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://awethu.amandla.mobi/petitions/fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "updated": "2016-09-11T15:54:42", + "url": "/falcon/@wishit/https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit#@cheetah/re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435" + }, + { + "active_votes": [ + { + "rshares": "-178394735231", + "voter": "anyx" + }, + { + "rshares": "1178736120", + "voter": "anyx01" + }, + { + "rshares": "1020918855", + "voter": "anyx02" + }, + { + "rshares": "929721495", + "voter": "anyx03" + }, + { + "rshares": "746189372", + "voter": "anyx04" + }, + { + "rshares": "586881289", + "voter": "anyx05" + }, + { + "rshares": "496492552", + "voter": "anyx06" + }, + { + "rshares": "17224613256", + "voter": "cheetah" + }, + { + "rshares": "99672387", + "voter": "cheetah84" + }, + { + "rshares": "99667762", + "voter": "cheetah85" + }, + { + "rshares": "120282390", + "voter": "cheetah86" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.walmart.ca/", + "category": "curie", + "children": 5, + "created": "2016-09-11T15:50:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -155891559753, + "parent_author": "curie", + "parent_permlink": "project-curie-s-daily-curation-list-10-sept-11-sept-2016", + "payout": 0.0, + "payout_at": "2016-10-12T18:27:06", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046", + "post_id": 922520, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Project Curie's Daily Curation List (10 Sept - 11 Sept 2016)", + "updated": "2016-09-11T15:50:57", + "url": "/curie/@curie/project-curie-s-daily-curation-list-10-sept-11-sept-2016#@cheetah/re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "17224613256", + "voter": "cheetah" + }, + { + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "rshares": "99713981", + "voter": "cheetah82" + }, + { + "rshares": "99680784", + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sdsdw", + "children": 0, + "created": "2016-09-11T15:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195918498737, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-peirqyi", + "payout": 0.056, + "payout_at": "2016-10-12T18:34:57", + "pending_payout_value": "0.056 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-www-eteamz-com-peirqyi-20160911t154702", + "post_id": 922478, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/peirqyi/", + "updated": "2016-09-11T15:47:09", + "url": "/sdsdw/@pronfllive/http-www-eteamz-com-peirqyi#@cheetah/re-http-www-eteamz-com-peirqyi-20160911t154702" + }, + { + "active_votes": [ + { + "rshares": "178394735231", + "voter": "anyx" + }, + { + "rshares": "66247821324", + "voter": "cheetah" + }, + { + "rshares": "99998735", + "voter": "cheetah71" + }, + { + "rshares": "120606126", + "voter": "cheetah72" + }, + { + "rshares": "120408056", + "voter": "cheetah73" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "dsw", + "children": 0, + "created": "2016-09-11T15:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244983569472, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-piaeiuyui", + "payout": 0.072, + "payout_at": "2016-10-12T18:00:27", + "pending_payout_value": "0.072 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-www-eteamz-com-piaeiuyui-20160911t153454", + "post_id": 922401, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/piaeiuyui/", + "updated": "2016-09-11T15:35:03", + "url": "/dsw/@pronfllive/http-www-eteamz-com-piaeiuyui#@cheetah/re-http-www-eteamz-com-piaeiuyui-20160911t153454" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "17224433544", + "voter": "cheetah" + }, + { + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "rshares": "99886729", + "voter": "cheetah62" + }, + { + "rshares": "99810337", + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:32:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199559484354, + "parent_author": "livehdvsstream", + "parent_permlink": "tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-10-12T17:35:54", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233", + "post_id": 922389, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:32:42", + "url": "/nfl/@livehdvsstream/tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "17224433544", + "voter": "cheetah" + }, + { + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "rshares": "120915194", + "voter": "cheetah52" + }, + { + "rshares": "100034443", + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:21:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199580875508, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-10-12T18:34:54", + "pending_payout_value": "0.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133", + "post_id": 922327, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:21:42", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133" + }, + { + "active_votes": [ + { + "rshares": "182035444113", + "voter": "anyx" + }, + { + "rshares": "66247821324", + "voter": "cheetah" + }, + { + "rshares": "101857729", + "voter": "cheetah17" + }, + { + "rshares": "101760456", + "voter": "cheetah18" + }, + { + "rshares": "123906339", + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:02:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248610789961, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live", + "payout": 0.074, + "payout_at": "2016-10-12T17:55:18", + "pending_payout_value": "0.074 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154", + "post_id": 922194, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/buffalo-bills-vs-baltimore-ravens-live/", + "updated": "2016-09-11T15:02:03", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live#@cheetah/re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154" + }, + { + "active_votes": [ + { + "rshares": "185676152995", + "voter": "anyx" + }, + { + "rshares": "17223055010", + "voter": "cheetah" + }, + { + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @dailybest.", + "category": "art", + "children": 1, + "created": "2016-09-11T12:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203197867086, + "parent_author": "pfunk", + "parent_permlink": "re-dailybest-sketch-4-birds-in-love-20160911t123342655z", + "payout": 0.068, + "payout_at": "2016-10-12T12:14:09", + "pending_payout_value": "0.068 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805", + "post_id": 921395, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Sketch #4 Birds in Love", + "updated": "2016-09-11T12:48:15", + "url": "/art/@dailybest/sketch-4-birds-in-love#@cheetah/re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805" + }, + { + "active_votes": [ + { + "rshares": "167487251596", + "voter": "anyx" + }, + { + "rshares": "15898023819", + "voter": "cheetah" + }, + { + "rshares": "120484844", + "voter": "cheetah76" + }, + { + "rshares": "99698423", + "voter": "cheetah77" + }, + { + "rshares": "99871230", + "voter": "cheetah78" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 2, + "created": "2016-09-11T09:32:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 183705329912, + "parent_author": "yanik", + "parent_permlink": "girl", + "payout": 0.05, + "payout_at": "2016-10-13T00:32:57", + "pending_payout_value": "0.050 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-girl-20160911t093216", + "post_id": 920218, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl", + "updated": "2016-09-11T09:32:24", + "url": "/photography/@yanik/girl#@cheetah/re-girl-20160911t093216" + }, + { + "active_votes": [ + { + "rshares": "1573633590", + "voter": "predator" + }, + { + "rshares": "62266753814", + "voter": "cheetah" + }, + { + "rshares": "99927659", + "voter": "cheetah58" + }, + { + "rshares": "99927313", + "voter": "cheetah59" + }, + { + "rshares": "99924819", + "voter": "cheetah60" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-11T08:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64140167195, + "parent_author": "kyleb15", + "parent_permlink": "i-love-steem-cheetah-true-apology", + "payout": 0.0, + "payout_at": "2016-10-12T08:34:15", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-i-love-steem-cheetah-true-apology-20160911t081449", + "post_id": 919834, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: I love steem @cheetah true apology", + "updated": "2016-09-11T08:14:57", + "url": "/art/@kyleb15/i-love-steem-cheetah-true-apology#@cheetah/re-i-love-steem-cheetah-true-apology-20160911t081449" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.pat.json new file mode 100644 index 00000000..6ce0e6e1 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.pat.json @@ -0,0 +1,1182 @@ +[ + { + "active_votes": [ + { + "rshares": 167583535821, + "voter": "anyx" + }, + { + "rshares": 66269561540, + "voter": "cheetah" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + }, + { + "rshares": 99799751, + "voter": "cheetah64" + }, + { + "rshares": 120614958, + "voter": "cheetah65" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @labradorsem.", + "category": "food", + "children": 0, + "created": "2016-09-11T19:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234173322407, + "parent_author": "anyx", + "parent_permlink": "re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z", + "payout": 0.079, + "payout_at": "2016-09-18T19:29:54", + "pending_payout_value": "0.079 HBD", + "percent_hbd": 10000, + "permlink": "re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943", + "post_id": 1211954, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Diet apple pie with apples and pears", + "updated": "2016-09-11T19:29:54", + "url": "/food/@labradorsem/diet-apple-pie-with-apples-and-pears#@cheetah/re-re-labradorsem-diet-apple-pie-with-apples-and-pears-20160911t192856906z-20160911t192943" + }, + { + "active_votes": [ + { + "rshares": 17230086000, + "voter": "cheetah" + }, + { + "rshares": 99924819, + "voter": "cheetah60" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "rshares": 99886729, + "voter": "cheetah62" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.dailymail.co.uk/news/article-3784073/Girl-received-FluMist-nasal-spray-vaccination-against-H1N1-dies-virus-four-months-CDC-finds-ineffective.html", + "category": "health", + "children": 1, + "created": "2016-09-11T19:12:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17529807179, + "parent_author": "wakeupnd", + "parent_permlink": "family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits", + "payout": 0.005, + "payout_at": "2016-09-18T19:12:24", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217", + "post_id": 1211737, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "RE: Family anger as their eight-year-old daughter dies from the flu after using FluMist nasal spray vaccine that the CDC now admits is 'ineffective'", + "updated": "2016-09-11T19:12:24", + "url": "/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits#@cheetah/re-family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits-20160911t191217" + }, + { + "active_votes": [ + { + "rshares": 171128278804, + "voter": "anyx" + }, + { + "rshares": 17229926376, + "voter": "cheetah" + }, + { + "rshares": 100056560, + "voter": "cheetah55" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + }, + { + "rshares": 99969263, + "voter": "cheetah54" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "earning", + "children": 0, + "created": "2016-09-11T18:19:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188658265446, + "parent_author": "amansapps", + "parent_permlink": "usd18-is-equal-to-monthly-usd5000-joining-4-corners", + "payout": 0.056, + "payout_at": "2016-09-18T18:19:00", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853", + "post_id": 1211093, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: $18 IS equal to monthly $5000 joining 4 Corners", + "updated": "2016-09-11T18:19:00", + "url": "/earning/@amansapps/usd18-is-equal-to-monthly-usd5000-joining-4-corners#@cheetah/re-usd18-is-equal-to-monthly-usd5000-joining-4-corners-20160911t181853" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 17229762731, + "voter": "cheetah" + }, + { + "rshares": 100261624, + "voter": "cheetah43" + }, + { + "rshares": 141949259, + "voter": "cheetah44" + }, + { + "rshares": 121089288, + "voter": "cheetah45" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://greyfalcon.us/An%20Overview%20Of%20The%20War%20On%20Terrorism.htm", + "category": "terrorism", + "children": 1, + "created": "2016-09-11T18:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188706380368, + "parent_author": "william001", + "parent_permlink": "remembering-nazi-germany-s-war-on-terrorism", + "payout": 0.056, + "payout_at": "2016-09-18T18:06:18", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608", + "post_id": 1210953, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Remembering Nazi Germany's War On Terrorism", + "updated": "2016-09-11T18:06:18", + "url": "/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism#@cheetah/re-remembering-nazi-germany-s-war-on-terrorism-20160911t180608" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 64927439887, + "voter": "cheetah" + }, + { + "rshares": 121293651, + "voter": "cheetah40" + }, + { + "rshares": 100285774, + "voter": "cheetah41" + }, + { + "rshares": 100095194, + "voter": "cheetah42" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @amansapps.", + "category": "earn", + "children": 0, + "created": "2016-09-11T17:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 236362431972, + "parent_author": "predator", + "parent_permlink": "re-amansapps-forced-bitcoin-matrix-20160911t173205002z", + "payout": 0.071, + "payout_at": "2016-09-18T17:33:30", + "pending_payout_value": "0.071 HBD", + "percent_hbd": 10000, + "permlink": "re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322", + "post_id": 1210643, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Forced bitcoin Matrix", + "updated": "2016-09-11T17:33:30", + "url": "/earn/@amansapps/forced-bitcoin-matrix#@cheetah/re-re-amansapps-forced-bitcoin-matrix-20160911t173205002z-20160911t173322" + }, + { + "active_votes": [ + { + "rshares": 171113317466, + "voter": "anyx" + }, + { + "rshares": 17225463686, + "voter": "cheetah" + }, + { + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @boss-money.", + "category": "new", + "children": 0, + "created": "2016-09-11T17:29:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188660672200, + "parent_author": "predator", + "parent_permlink": "re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z", + "payout": 0.056, + "payout_at": "2016-09-18T17:29:51", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944", + "post_id": 1210608, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: New Cars for 2016: Infiniti", + "updated": "2016-09-11T17:29:51", + "url": "/new/@boss-money/new-cars-for-2016-infiniti#@cheetah/re-re-boss-money-new-cars-for-2016-infiniti-20160911t172804384z-20160911t172944" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 17225156294, + "voter": "cheetah" + }, + { + "rshares": 100573013, + "voter": "cheetah35" + }, + { + "rshares": 100562283, + "voter": "cheetah36" + }, + { + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T17:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192280446998, + "parent_author": "wishit", + "parent_permlink": "2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-09-18T17:06:00", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553", + "post_id": 1210415, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T17:06:00", + "url": "/nfl/@wishit/2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-2fjyfy-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t170553" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 64925589109, + "voter": "cheetah" + }, + { + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T16:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240112879688, + "parent_author": "wishit", + "parent_permlink": "44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.072, + "payout_at": "2016-09-18T16:56:12", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603", + "post_id": 1210324, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:56:12", + "url": "/nfl/@wishit/44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-44lops-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t165603" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 17225156294, + "voter": "cheetah" + }, + { + "rshares": 101777094, + "voter": "cheetah14" + }, + { + "rshares": 171631587, + "voter": "cheetah15" + }, + { + "rshares": 101859018, + "voter": "cheetah16" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "chifs", + "children": 0, + "created": "2016-09-11T16:47:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 192354450341, + "parent_author": "wishit", + "parent_permlink": "cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa", + "payout": 0.056, + "payout_at": "2016-09-18T16:47:18", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709", + "post_id": 1210246, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: [CBS**TV]~ Chiefs vs Chargers Live St-ream 2016 On-line Game. NFL Football Week-1 USA", + "updated": "2016-09-11T16:47:18", + "url": "/chifs/@wishit/cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa#@cheetah/re-cbs-tv-chiefs-vs-chargers-live-st-ream-2016-on-line-game-nfl-football-week-1-usa-20160911t164709" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 17224976626, + "voter": "cheetah" + }, + { + "rshares": 102168682, + "voter": "cheetah04" + }, + { + "rshares": 102161368, + "voter": "cheetah05" + }, + { + "rshares": 102159434, + "voter": "cheetah06" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "wtf", + "children": 0, + "created": "2016-09-11T16:44:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195926201341, + "parent_author": "dicov", + "parent_permlink": "vsyo-eshyo-banite-merzavchiki", + "payout": 0.058, + "payout_at": "2016-09-18T16:44:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-vsyo-eshyo-banite-merzavchiki-20160911t164435", + "post_id": 1210227, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: \u0412\u0441\u0451 \u0435\u0449\u0451 \u0431\u0430\u043d\u0438\u0442\u0435? \u041c\u0435\u0440\u0437\u0430\u0432\u0447\u0438\u043a\u0438? :)", + "updated": "2016-09-11T16:44:42", + "url": "/wtf/@dicov/vsyo-eshyo-banite-merzavchiki#@cheetah/re-vsyo-eshyo-banite-merzavchiki-20160911t164435" + }, + { + "active_votes": [ + { + "rshares": 174754026348, + "voter": "anyx" + }, + { + "rshares": 64924219623, + "voter": "cheetah" + }, + { + "rshares": 99702754, + "voter": "cheetah94" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "falcon", + "children": 0, + "created": "2016-09-11T15:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239976922054, + "parent_author": "wishit", + "parent_permlink": "https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "payout": 0.072, + "payout_at": "2016-09-18T15:54:42", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435", + "post_id": 1209758, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: https://awethu.amandla.mobi/petitions/fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit", + "updated": "2016-09-11T15:54:42", + "url": "/falcon/@wishit/https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit#@cheetah/re-https-awethu-amandla-mobi-petitions-fox-spots-st-ream-buccaneers-vs-falcons-live-on-line-nfl-football-week-1-reddit-20160911t155435" + }, + { + "active_votes": [ + { + "rshares": -178394735231, + "voter": "anyx" + }, + { + "rshares": 1178736120, + "voter": "anyx01" + }, + { + "rshares": 1020918855, + "voter": "anyx02" + }, + { + "rshares": 929721495, + "voter": "anyx03" + }, + { + "rshares": 746189372, + "voter": "anyx04" + }, + { + "rshares": 586881289, + "voter": "anyx05" + }, + { + "rshares": 496492552, + "voter": "anyx06" + }, + { + "rshares": 17224613256, + "voter": "cheetah" + }, + { + "rshares": 99672387, + "voter": "cheetah84" + }, + { + "rshares": 99667762, + "voter": "cheetah85" + }, + { + "rshares": 120282390, + "voter": "cheetah86" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.walmart.ca/", + "category": "curie", + "children": 5, + "created": "2016-09-11T15:50:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -155891559753, + "parent_author": "curie", + "parent_permlink": "project-curie-s-daily-curation-list-10-sept-11-sept-2016", + "payout": 0.0, + "payout_at": "2016-09-18T15:50:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046", + "post_id": 1209719, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "RE: Project Curie's Daily Curation List (10 Sept - 11 Sept 2016)", + "updated": "2016-09-11T15:50:57", + "url": "/curie/@curie/project-curie-s-daily-curation-list-10-sept-11-sept-2016#@cheetah/re-project-curie-s-daily-curation-list-10-sept-11-sept-2016-20160911t155046" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 17224613256, + "voter": "cheetah" + }, + { + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "rshares": 99713981, + "voter": "cheetah82" + }, + { + "rshares": 99680784, + "voter": "cheetah83" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "sdsdw", + "children": 0, + "created": "2016-09-11T15:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 195918498737, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-peirqyi", + "payout": 0.056, + "payout_at": "2016-09-18T15:47:09", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "re-http-www-eteamz-com-peirqyi-20160911t154702", + "post_id": 1209672, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/peirqyi/", + "updated": "2016-09-11T15:47:09", + "url": "/sdsdw/@pronfllive/http-www-eteamz-com-peirqyi#@cheetah/re-http-www-eteamz-com-peirqyi-20160911t154702" + }, + { + "active_votes": [ + { + "rshares": 178394735231, + "voter": "anyx" + }, + { + "rshares": 66247821324, + "voter": "cheetah" + }, + { + "rshares": 99998735, + "voter": "cheetah71" + }, + { + "rshares": 120606126, + "voter": "cheetah72" + }, + { + "rshares": 120408056, + "voter": "cheetah73" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "dsw", + "children": 0, + "created": "2016-09-11T15:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244983569472, + "parent_author": "pronfllive", + "parent_permlink": "http-www-eteamz-com-piaeiuyui", + "payout": 0.072, + "payout_at": "2016-09-18T15:35:03", + "pending_payout_value": "0.072 HBD", + "percent_hbd": 10000, + "permlink": "re-http-www-eteamz-com-piaeiuyui-20160911t153454", + "post_id": 1209569, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://www.eteamz.com/piaeiuyui/", + "updated": "2016-09-11T15:35:03", + "url": "/dsw/@pronfllive/http-www-eteamz-com-piaeiuyui#@cheetah/re-http-www-eteamz-com-piaeiuyui-20160911t153454" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 17224433544, + "voter": "cheetah" + }, + { + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:32:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199559484354, + "parent_author": "livehdvsstream", + "parent_permlink": "tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-09-18T15:32:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233", + "post_id": 1209556, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:32:42", + "url": "/nfl/@livehdvsstream/tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-tdin7-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t153233" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 17224433544, + "voter": "cheetah" + }, + { + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:21:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199580875508, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live", + "payout": 0.058, + "payout_at": "2016-09-18T15:21:42", + "pending_payout_value": "0.058 HBD", + "percent_hbd": 10000, + "permlink": "re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133", + "post_id": 1209481, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/jacksonville-jaguars-vs-green-bay-packers-live/", + "updated": "2016-09-11T15:21:42", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live#@cheetah/re-http-us-livesports-com-jacksonville-jaguars-vs-green-bay-packers-live-20160911t152133" + }, + { + "active_votes": [ + { + "rshares": 182035444113, + "voter": "anyx" + }, + { + "rshares": 66247821324, + "voter": "cheetah" + }, + { + "rshares": 101857729, + "voter": "cheetah17" + }, + { + "rshares": 101760456, + "voter": "cheetah18" + }, + { + "rshares": 123906339, + "voter": "cheetah19" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "nfl", + "children": 0, + "created": "2016-09-11T15:02:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248610789961, + "parent_author": "livehdvsstream", + "parent_permlink": "http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live", + "payout": 0.074, + "payout_at": "2016-09-18T15:02:03", + "pending_payout_value": "0.074 HBD", + "percent_hbd": 10000, + "permlink": "re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154", + "post_id": 1209314, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: http://us-livesports.com/buffalo-bills-vs-baltimore-ravens-live/", + "updated": "2016-09-11T15:02:03", + "url": "/nfl/@livehdvsstream/http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live#@cheetah/re-http-us-livesports-com-buffalo-bills-vs-baltimore-ravens-live-20160911t150154" + }, + { + "active_votes": [ + { + "rshares": 185676152995, + "voter": "anyx" + }, + { + "rshares": 17223055010, + "voter": "cheetah" + }, + { + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "body": "Okay, I have banned @dailybest.", + "category": "art", + "children": 1, + "created": "2016-09-11T12:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203197867086, + "parent_author": "pfunk", + "parent_permlink": "re-dailybest-sketch-4-birds-in-love-20160911t123342655z", + "payout": 0.068, + "payout_at": "2016-09-18T12:48:15", + "pending_payout_value": "0.068 HBD", + "percent_hbd": 10000, + "permlink": "re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805", + "post_id": 1208300, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Sketch #4 Birds in Love", + "updated": "2016-09-11T12:48:15", + "url": "/art/@dailybest/sketch-4-birds-in-love#@cheetah/re-re-dailybest-sketch-4-birds-in-love-20160911t123342655z-20160911t124805" + }, + { + "active_votes": [ + { + "rshares": 167487251596, + "voter": "anyx" + }, + { + "rshares": 15898023819, + "voter": "cheetah" + }, + { + "rshares": 120484844, + "voter": "cheetah76" + }, + { + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "rshares": 99871230, + "voter": "cheetah78" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "photography", + "children": 2, + "created": "2016-09-11T09:32:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 183705329912, + "parent_author": "yanik", + "parent_permlink": "girl", + "payout": 0.05, + "payout_at": "2016-09-18T09:32:24", + "pending_payout_value": "0.050 HBD", + "percent_hbd": 10000, + "permlink": "re-girl-20160911t093216", + "post_id": 1206869, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: Girl", + "updated": "2016-09-11T09:32:24", + "url": "/photography/@yanik/girl#@cheetah/re-girl-20160911t093216" + }, + { + "active_votes": [ + { + "rshares": 1573633590, + "voter": "predator" + }, + { + "rshares": 62266753814, + "voter": "cheetah" + }, + { + "rshares": 99927659, + "voter": "cheetah58" + }, + { + "rshares": 99927313, + "voter": "cheetah59" + }, + { + "rshares": 99924819, + "voter": "cheetah60" + } + ], + "author": "cheetah", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.17, + "beneficiaries": [], + "blacklists": [], + "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).", + "category": "art", + "children": 1, + "created": "2016-09-11T08:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64140167195, + "parent_author": "kyleb15", + "parent_permlink": "i-love-steem-cheetah-true-apology", + "payout": 0.023, + "payout_at": "2016-09-18T08:14:57", + "pending_payout_value": "0.023 HBD", + "percent_hbd": 10000, + "permlink": "re-i-love-steem-cheetah-true-apology-20160911t081449", + "post_id": 1206380, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "RE: I love steem @cheetah true apology", + "updated": "2016-09-11T08:14:57", + "url": "/art/@kyleb15/i-love-steem-cheetah-true-apology#@cheetah/re-i-love-steem-cheetah-true-apology-20160911t081449" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.tavern.yaml new file mode 100644 index 00000000..4fecaafb --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/paginated.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort comments patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments", "account":"cheetah","start_author":"cheetah","start_permlink":"re-mountain-20160911t194101"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "paginated" + directory: "bridge_api_patterns/get_account_posts/comments" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.orig.json new file mode 100644 index 00000000..d312b1d4 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.orig.json @@ -0,0 +1,289 @@ +[ + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Now on the contrary, much can be done with origami, many beautiful things :)", + "category": "steemit", + "children": 1, + "created": "2016-09-15T07:19:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "roses3913", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-flowers-20160914t201051068z", + "payout": 0.0, + "payout_at": "2016-10-15T18:58:30", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z", + "post_id": 955942, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - flowers.", + "updated": "2016-09-15T07:19:21", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-flowers#@zaitsevalesyaa/re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u0430\u043c:)", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:18:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "alex2016", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t141947012z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z", + "post_id": 951634, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:18:24", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "frol", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t202726343z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z", + "post_id": 951620, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:16:57", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "edgarsart", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160913t220450230z", + "payout": 0.0, + "payout_at": "2016-10-14T18:42:15", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z", + "post_id": 951612, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - snowdrop flower.", + "updated": "2016-09-14T19:16:00", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-snowdrop-flower#@zaitsevalesyaa/re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much:)", + "category": "steemit", + "children": 0, + "created": "2016-09-13T17:57:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "team101", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t175157627z", + "payout": 0.0, + "payout_at": "2016-10-14T17:50:27", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z", + "post_id": 942219, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-13T17:57:21", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "It is a masterpiece. Beauty!!!", + "category": "steemit", + "children": 1, + "created": "2016-09-11T19:51:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "marius19", + "parent_permlink": "my-peacock-colorful-origami", + "payout": 0.0, + "payout_at": "2016-10-12T20:23:45", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-marius19-my-peacock-colorful-origami-20160911t185114751z", + "post_id": 924570, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My peacock colorful origami", + "updated": "2016-09-11T19:51:54", + "url": "/steemit/@marius19/my-peacock-colorful-origami#@zaitsevalesyaa/re-marius19-my-peacock-colorful-origami-20160911t185114751z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Many thanks. Origami is a great lesson for everyone :)", + "category": "steemit", + "children": 0, + "created": "2016-09-10T18:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "modernbukowski", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t183210519z", + "payout": 0.0, + "payout_at": "2016-10-11T19:04:42", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z", + "post_id": 913681, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of Origami. Little butterflys.", + "updated": "2016-09-10T18:34:12", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-little-butterflys#@zaitsevalesyaa/re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.pat.json new file mode 100644 index 00000000..2eb6c082 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.pat.json @@ -0,0 +1,289 @@ +[ + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Now on the contrary, much can be done with origami, many beautiful things :)", + "category": "steemit", + "children": 1, + "created": "2016-09-15T07:19:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "roses3913", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-flowers-20160914t201051068z", + "payout": 0.0, + "payout_at": "2016-09-22T07:19:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z", + "post_id": 1251612, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - flowers.", + "updated": "2016-09-15T07:19:21", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-flowers#@zaitsevalesyaa/re-roses3913-re-zaitsevalesyaa-the-art-of-origami-flowers-20160915t061759748z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u0430\u043c:)", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:18:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "alex2016", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t141947012z", + "payout": 0.0, + "payout_at": "2016-09-21T19:18:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z", + "post_id": 1246185, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:18:24", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-alex2016-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181733972z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "frol", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t202726343z", + "payout": 0.0, + "payout_at": "2016-09-21T19:16:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z", + "post_id": 1246169, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-14T19:16:57", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-frol-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160914t181559232z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much!", + "category": "steemit", + "children": 0, + "created": "2016-09-14T19:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "edgarsart", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160913t220450230z", + "payout": 0.0, + "payout_at": "2016-09-21T19:16:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z", + "post_id": 1246161, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of origami - snowdrop flower.", + "updated": "2016-09-14T19:16:00", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-snowdrop-flower#@zaitsevalesyaa/re-edgarsart-re-zaitsevalesyaa-the-art-of-origami-snowdrop-flower-20160914t181501221z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Thank you so much:)", + "category": "steemit", + "children": 0, + "created": "2016-09-13T17:57:21", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "team101", + "parent_permlink": "re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t175157627z", + "payout": 0.0, + "payout_at": "2016-09-20T17:57:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z", + "post_id": 1234290, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Art origami - flowers.", + "updated": "2016-09-13T17:57:21", + "url": "/steemit/@zaitsevalesyaa/2cpqpy-art-origami-flowers#@zaitsevalesyaa/re-team101-re-zaitsevalesyaa-2cpqpy-art-origami-flowers-20160913t165618460z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "It is a masterpiece. Beauty!!!", + "category": "steemit", + "children": 1, + "created": "2016-09-11T19:51:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "marius19", + "parent_permlink": "my-peacock-colorful-origami", + "payout": 0.0, + "payout_at": "2016-09-18T19:51:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-marius19-my-peacock-colorful-origami-20160911t185114751z", + "post_id": 1212186, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My peacock colorful origami", + "updated": "2016-09-11T19:51:54", + "url": "/steemit/@marius19/my-peacock-colorful-origami#@zaitsevalesyaa/re-marius19-my-peacock-colorful-origami-20160911t185114751z" + }, + { + "active_votes": [], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Many thanks. Origami is a great lesson for everyone :)", + "category": "steemit", + "children": 0, + "created": "2016-09-10T18:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "modernbukowski", + "parent_permlink": "re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t183210519z", + "payout": 0.0, + "payout_at": "2016-09-17T18:34:12", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z", + "post_id": 1199088, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: The art of Origami. Little butterflys.", + "updated": "2016-09-10T18:34:12", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-little-butterflys#@zaitsevalesyaa/re-modernbukowski-re-zaitsevalesyaa-the-art-of-origami-little-butterflys-20160910t173416915z" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.tavern.yaml new file mode 100644 index 00000000..f02ff66f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/zaitsevalesyaa.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort comments patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments", "account":"zaitsevalesyaa"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "zaitsevalesyaa" + directory: "bridge_api_patterns/get_account_posts/comments" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.orig.json new file mode 100644 index 00000000..46eb5f5a --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.orig.json @@ -0,0 +1,9 @@ +{ + "error": { + "code": -32602, + "data": "limit must be provided", + "message": "Invalid parameters" + }, + "id": 1, + "jsonrpc": "2.0" +} diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.pat.json new file mode 100644 index 00000000..c711e200 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.pat.json @@ -0,0 +1,1002 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "When will the t-shirt ship?", + "category": "steem", + "children": 0, + "created": "2016-09-15T19:38:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "cryptojoy.com", + "parent_permlink": "help-steem-buy-steemit-apparel-day-2", + "payout": 0.0, + "payout_at": "2016-09-22T19:38:48", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-cryptojoycom-help-steem-buy-steemit-apparel-day-2-20160915t193858376z", + "post_id": 1257853, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Help STEEM! Buy Steemit Apparel! Day #2", + "updated": "2016-09-15T19:38:48", + "url": "/steem/@cryptojoy.com/help-steem-buy-steemit-apparel-day-2#@blocktrades/re-cryptojoycom-help-steem-buy-steemit-apparel-day-2-20160915t193858376z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Hmm, it may be an actual function of my weak vision. When I get further from the screen, it gets hard for me to see any of the dots. So next I tried to get very close to the screen (normally I keep my monitor pretty far away) and I was able to see about 8 of them at once. I'm guessing having a smaller monitor might help too, based on the article, since I suppose they would be less in our peripheral vision then.", + "category": "optical", + "children": 0, + "created": "2016-09-15T05:15:00", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "optical" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "quigua", + "parent_permlink": "re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t044305573z", + "payout": 0.0, + "payout_at": "2016-09-22T05:15:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-quigua-re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t051505312z", + "post_id": 1250909, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Can you see all twelve dots in this image? Nope.... you cannot.", + "updated": "2016-09-15T05:15:00", + "url": "/optical/@ilovesteemit/can-you-see-all-twelve-dots-in-this-image-nope-you-cannot#@blocktrades/re-quigua-re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t051505312z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "I tried that same pattern, but the most I could see was 4 at a time. So now I wonder, is your brain remembering what it saw and assuming it's still there, or is there enough information that your brain is now better able to interpret what it's seeing in your peripheral vision...", + "category": "optical", + "children": 1, + "created": "2016-09-15T05:08:57", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "optical" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "quigua", + "parent_permlink": "re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t044305573z", + "payout": 0.0, + "payout_at": "2016-09-22T05:08:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-quigua-re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t050900278z", + "post_id": 1250882, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Can you see all twelve dots in this image? Nope.... you cannot.", + "updated": "2016-09-15T05:08:57", + "url": "/optical/@ilovesteemit/can-you-see-all-twelve-dots-in-this-image-nope-you-cannot#@blocktrades/re-quigua-re-blocktrades-re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t050900278z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "That's just insane... At my best, I can see 4 at a time. It's somewhat disturbing to see such a major limitation in our visual ability.", + "category": "optical", + "children": 4, + "created": "2016-09-15T03:49:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "optical" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "ilovesteemit", + "parent_permlink": "can-you-see-all-twelve-dots-in-this-image-nope-you-cannot", + "payout": 0.0, + "payout_at": "2016-09-22T03:49:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t034947752z", + "post_id": 1250396, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Can you see all twelve dots in this image? Nope.... you cannot.", + "updated": "2016-09-15T03:49:42", + "url": "/optical/@ilovesteemit/can-you-see-all-twelve-dots-in-this-image-nope-you-cannot#@blocktrades/re-ilovesteemit-can-you-see-all-twelve-dots-in-this-image-nope-you-cannot-20160915t034947752z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "\"Right now, Steem has value because you can exchange it for bitcoin\": this isn't strictly true, although it's a position likely to be taken by a bitcoin maximalist. All the arguments used to explain how bitcoin can provide value without fiat can equally be used to argue for Steem (or indeed many altcoins). Bitcoin has two major advantages right now: 1) it's the main gateway for exchange to fiat and 2) more merchants will accept it than other crypto. But of these two advantages, I believe it still mostly comes down to 1) right now.", + "category": "money", + "children": 0, + "created": "2016-09-14T21:36:18", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "slammr76", + "parent_permlink": "re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t203223509z", + "payout": 0.0, + "payout_at": "2016-09-21T21:36:18", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-slammr76-re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t213621916z", + "post_id": 1247584, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "updated": "2016-09-14T21:36:18", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money#@blocktrades/re-slammr76-re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t213621916z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Ok, you've received the official \"blocktrades post promotion\" :-) good luck with the repost", + "category": "money", + "children": 1, + "created": "2016-09-14T17:13:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "funny", + "parent_permlink": "re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t170230207z", + "payout": 0.0, + "payout_at": "2016-09-21T17:13:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-funny-re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t171338026z", + "post_id": 1244992, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "updated": "2016-09-14T17:13:36", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money#@blocktrades/re-funny-re-blocktrades-re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t171338026z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "I think you're missing a key point with this statement: \" This is why cryptocurrency cannot stand on it's one without a fiat currency\". Ask yourself, why is fiat money worth anything, and I think you will eventually come to the conclusion that the answer is no different than the answer for cryptocurrency (hint: it's the first statement in your thesis).", + "category": "money", + "children": 7, + "created": "2016-09-14T16:49:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "funny", + "parent_permlink": "why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money", + "payout": 0.0, + "payout_at": "2016-09-21T16:49:03", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t164907864z", + "post_id": 1244776, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "updated": "2016-09-14T16:49:03", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money#@blocktrades/re-funny-why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money-20160914t164907864z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Great, thank you! I looked through a couple of your posts including that one, just missed it in the comments :-)", + "category": "adolf", + "children": 1, + "created": "2016-09-14T16:42:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "adolf" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "lenatramper", + "parent_permlink": "re-blocktrades-re-lenatramper-if-the-whole-earth-would-speak-like-adolf-hitler-20160914t160355256z", + "payout": 0.0, + "payout_at": "2016-09-21T16:42:12", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-lenatramper-re-blocktrades-re-lenatramper-if-the-whole-earth-would-speak-like-adolf-hitler-20160914t164216448z", + "post_id": 1244707, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: If The Whole Earth Would Speak Like Adolf Hitler!", + "updated": "2016-09-14T16:42:12", + "url": "/adolf/@lenatramper/if-the-whole-earth-would-speak-like-adolf-hitler#@blocktrades/re-lenatramper-re-blocktrades-re-lenatramper-if-the-whole-earth-would-speak-like-adolf-hitler-20160914t164216448z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Hi Lena, can you post a link on your youtube channel about posting on steemit so that we can verify you are the real Lena? I've conditionally upvoted you in the meantime.", + "category": "adolf", + "children": 3, + "created": "2016-09-14T15:59:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "adolf" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "lenatramper", + "parent_permlink": "if-the-whole-earth-would-speak-like-adolf-hitler", + "payout": 0.0, + "payout_at": "2016-09-21T15:59:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-lenatramper-if-the-whole-earth-would-speak-like-adolf-hitler-20160914t155903950z", + "post_id": 1244359, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: If The Whole Earth Would Speak Like Adolf Hitler!", + "updated": "2016-09-14T15:59:00", + "url": "/adolf/@lenatramper/if-the-whole-earth-would-speak-like-adolf-hitler#@blocktrades/re-lenatramper-if-the-whole-earth-would-speak-like-adolf-hitler-20160914t155903950z" + }, + { + "active_votes": [ + { + "rshares": 9491055943, + "voter": "theb0red1" + } + ], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Probably just means their steem wallet is acting up and needs to be synched.", + "category": "poloniex", + "children": 1, + "created": "2016-09-14T01:36:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "poloniex" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9491055943, + "parent_author": "timcliff", + "parent_permlink": "poloniex-transfers-disabled-for-steem-and-sbd", + "payout": 0.002, + "payout_at": "2016-09-21T01:36:03", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-timcliff-poloniex-transfers-disabled-for-steem-and-sbd-20160914t013605178z", + "post_id": 1238809, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "RE: Poloniex Transfers Temporarily Disabled for Steem and SBD?", + "updated": "2016-09-14T01:36:03", + "url": "/poloniex/@timcliff/poloniex-transfers-disabled-for-steem-and-sbd#@blocktrades/re-timcliff-poloniex-transfers-disabled-for-steem-and-sbd-20160914t013605178z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "I suppose Steem and Ethereum symbols would be good ones :-)", + "category": "food", + "children": 0, + "created": "2016-09-13T13:38:24", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "is_paidout": false, + "json_metadata": { + "tags": [ + "food" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "smailer", + "parent_permlink": "re-blocktrades-re-smailer-re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t133200497z", + "payout": 0.0, + "payout_at": "2016-09-20T13:38:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-smailer-re-blocktrades-re-smailer-re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t133843469z", + "post_id": 1231731, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My Daytime latte-art tryings. Blocktrades fan art", + "updated": "2016-09-13T13:38:24", + "url": "/food/@smailer/my-daytime-latte-art-tryings-blocktrades-fan-art#@blocktrades/re-smailer-re-blocktrades-re-smailer-re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t133843469z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "The other two symbols are the symbols for Bitcoin and BitShares.", + "category": "food", + "children": 3, + "created": "2016-09-13T13:25:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "is_paidout": false, + "json_metadata": { + "tags": [ + "food" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "smailer", + "parent_permlink": "re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t131414898z", + "payout": 0.0, + "payout_at": "2016-09-20T13:25:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-smailer-re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t132556933z", + "post_id": 1231608, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My Daytime latte-art tryings. Blocktrades fan art", + "updated": "2016-09-13T13:25:45", + "url": "/food/@smailer/my-daytime-latte-art-tryings-blocktrades-fan-art#@blocktrades/re-smailer-re-blocktrades-re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t132556933z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "That is very cool! It is hard to believe that you got the money symbols on the block. Thanks.", + "category": "food", + "children": 6, + "created": "2016-09-13T13:11:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "food" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "smailer", + "parent_permlink": "my-daytime-latte-art-tryings-blocktrades-fan-art", + "payout": 0.0, + "payout_at": "2016-09-20T13:11:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t131146653z", + "post_id": 1231465, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: My Daytime latte-art tryings. Blocktrades fan art", + "updated": "2016-09-13T13:15:21", + "url": "/food/@smailer/my-daytime-latte-art-tryings-blocktrades-fan-art#@blocktrades/re-smailer-my-daytime-latte-art-tryings-blocktrades-fan-art-20160913t131146653z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "I guess there are not a lot of Stephen King fans on Steemit :) Great stuff!", + "category": "animation", + "children": 1, + "created": "2016-09-13T11:45:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "animation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "fairz", + "parent_permlink": "it-the-clown-parody", + "payout": 0.0, + "payout_at": "2016-09-20T11:45:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-fairz-it-the-clown-parody-20160913t114531552z", + "post_id": 1230728, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: it the clown parody", + "updated": "2016-09-13T11:45:21", + "url": "/animation/@fairz/it-the-clown-parody#@blocktrades/re-fairz-it-the-clown-parody-20160913t114531552z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Can you send me the exact text of the error message you get?", + "category": "witness-category", + "children": 0, + "created": "2016-09-12T19:20:42", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "is_paidout": false, + "json_metadata": { + "tags": [ + "witness-category" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "alex.gaud", + "parent_permlink": "re-blocktrades-re-alexgaud-re-blocktrades-witness-report-for-blocktrades-for-last-week-of-august-20160912t173311407z", + "payout": 0.0, + "payout_at": "2016-09-19T19:20:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-alexgaud-re-blocktrades-re-alexgaud-re-blocktrades-witness-report-for-blocktrades-for-last-week-of-august-20160912t192059843z", + "post_id": 1223233, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Witness Report for BlockTrades for last week of August", + "updated": "2016-09-12T19:20:42", + "url": "/witness-category/@blocktrades/witness-report-for-blocktrades-for-last-week-of-august#@blocktrades/re-alexgaud-re-blocktrades-re-alexgaud-re-blocktrades-witness-report-for-blocktrades-for-last-week-of-august-20160912t192059843z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Ok, so I am stuck. Since we are coming up on the time limit. Here is my misspelled wrong answer: \"Enter steemit unscrambler you need to post yv vote yeah.\" Hope this helps someone else win.", + "category": "unscramble", + "children": 1, + "created": "2016-09-12T12:39:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "unscramble" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "bola", + "parent_permlink": "sentence-unscrambler-3", + "payout": 0.0, + "payout_at": "2016-09-19T12:39:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-bola-sentence-unscrambler-3-20160912t123947144z", + "post_id": 1219207, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Sentence Unscrambler #3", + "updated": "2016-09-12T12:39:42", + "url": "/unscramble/@bola/sentence-unscrambler-3#@blocktrades/re-bola-sentence-unscrambler-3-20160912t123947144z" + }, + { + "active_votes": [ + { + "rshares": 7564517162, + "voter": "dumar022" + } + ], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "This has totally happened to me. I impulse buy cacti!", + "category": "agriculture", + "children": 1, + "created": "2016-09-11T11:36:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "agriculture" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7564517162, + "parent_author": "dumar022", + "parent_permlink": "i-never-plan-to-get-a-new-cactus-but-it-happens-all-the-time", + "payout": 0.002, + "payout_at": "2016-09-18T11:36:00", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-dumar022-i-never-plan-to-get-a-new-cactus-but-it-happens-all-the-time-20160911t113601295z", + "post_id": 1207770, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "RE: I never plan to get a new cactus, but it happens all the time", + "updated": "2016-09-11T11:36:00", + "url": "/agriculture/@dumar022/i-never-plan-to-get-a-new-cactus-but-it-happens-all-the-time#@blocktrades/re-dumar022-i-never-plan-to-get-a-new-cactus-but-it-happens-all-the-time-20160911t113601295z" + }, + { + "active_votes": [ + { + "rshares": 15903878521, + "voter": "ausbitbank" + }, + { + "rshares": 7073029768, + "voter": "krystle" + } + ], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "He should really come join us, I think he will do well here.", + "category": "hugothepoet", + "children": 1, + "created": "2016-09-10T18:55:12", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "is_paidout": false, + "json_metadata": { + "tags": [ + "hugothepoet" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22976908289, + "parent_author": "krystle", + "parent_permlink": "re-blocktrades-re-eight-rad-re-hugothepoet-brexit-rap-battles-of-history-the-irony-of-it-all-new-original-rap-20160910t093958564z", + "payout": 0.002, + "payout_at": "2016-09-17T18:55:12", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-krystle-re-blocktrades-re-eight-rad-re-hugothepoet-brexit-rap-battles-of-history-the-irony-of-it-all-new-original-rap-20160910t185524205z", + "post_id": 1199375, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "RE: BREXIT RAP BATTLES OF HISTORY \ud83c\udfb6 The Irony of it all [New original rap!]", + "updated": "2016-09-10T18:55:12", + "url": "/hugothepoet/@hugothepoet/brexit-rap-battles-of-history-the-irony-of-it-all-new-original-rap#@blocktrades/re-krystle-re-blocktrades-re-eight-rad-re-hugothepoet-brexit-rap-battles-of-history-the-irony-of-it-all-new-original-rap-20160910t185524205z" + }, + { + "active_votes": [ + { + "rshares": 376197226120, + "voter": "anonymous" + }, + { + "rshares": 3726080800, + "voter": "boy" + }, + { + "rshares": 1826107331710, + "voter": "xeroc" + }, + { + "rshares": 4523954071, + "voter": "bue-witness" + }, + { + "rshares": 820967971, + "voter": "bunny" + }, + { + "rshares": 66007719046, + "voter": "bue" + }, + { + "rshares": 1996505467, + "voter": "mini" + }, + { + "rshares": 256574080, + "voter": "moon" + }, + { + "rshares": 84310213617, + "voter": "aizensou" + }, + { + "rshares": 750128743, + "voter": "healthcare" + }, + { + "rshares": 23461494708, + "voter": "tuck-fheman" + }, + { + "rshares": 1168010396, + "voter": "daniel.pan" + }, + { + "rshares": 346059306, + "voter": "helen.tan" + }, + { + "rshares": 148177438977, + "voter": "steve-walschot" + }, + { + "rshares": 405843063922, + "voter": "blakemiles84" + }, + { + "rshares": 41752536948, + "voter": "ranko-k" + }, + { + "rshares": 32144039009, + "voter": "michaelx" + }, + { + "rshares": 497422404, + "voter": "mrhankeh" + }, + { + "rshares": 54345968921, + "voter": "isteemit" + }, + { + "rshares": 25770093488, + "voter": "djm34" + }, + { + "rshares": 15421942808, + "voter": "ausbitbank" + }, + { + "rshares": 14504583511, + "voter": "jaycobbell" + }, + { + "rshares": 240001201, + "voter": "madhayday" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": 1545022337, + "voter": "paynode" + }, + { + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "rshares": 1133588152, + "voter": "the-bitcoin-dood" + }, + { + "rshares": 9360930353, + "voter": "jaredcwillis" + }, + { + "rshares": 12531640103, + "voter": "someguy123" + }, + { + "rshares": 62789171, + "voter": "iosif" + }, + { + "rshares": 1367333459, + "voter": "kiwideb" + }, + { + "rshares": 376727424099, + "voter": "charlieshrem" + }, + { + "rshares": 57693408449, + "voter": "tracemayer" + }, + { + "rshares": 1248769762, + "voter": "bitcoinparadise" + }, + { + "rshares": 84516562, + "voter": "inarix03" + }, + { + "rshares": 2743341132, + "voter": "ltm" + }, + { + "rshares": 145899294, + "voter": "djangothegod" + }, + { + "rshares": 156875846, + "voter": "orangutanklaus" + } + ], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "Hmm, but can we really trust a digital currency promoted by Evil Corp?", + "category": "steem", + "children": 5, + "created": "2016-09-10T17:29:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3593432043002, + "parent_author": "charlieshrem", + "parent_permlink": "how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem", + "payout": 2.222, + "payout_at": "2016-09-17T17:29:33", + "pending_payout_value": "2.222 HBD", + "percent_hbd": 10000, + "permlink": "re-charlieshrem-how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem-20160910t172944767z", + "post_id": 1198356, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "RE: How to Live Completely off STEEM: Using a Virtual & Physical Debit Card Topped Up with STEEM", + "updated": "2016-09-10T17:29:33", + "url": "/steem/@charlieshrem/how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem#@blocktrades/re-charlieshrem-how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem-20160910t172944767z" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "beneficiaries": [], + "blacklists": [], + "body": "If you had included a link to your source, I would have upvoted this some.", + "category": "bitcoin", + "children": 0, + "created": "2016-09-10T17:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "is_paidout": false, + "json_metadata": { + "tags": [ + "bitcoin" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "boss-money", + "parent_permlink": "two-big-factors-are-driving-up-bitcoin-prices", + "payout": 0.0, + "payout_at": "2016-09-17T17:05:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-boss-money-two-big-factors-are-driving-up-bitcoin-prices-20160910t170547587z", + "post_id": 1198114, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "RE: Two Big Factors Are Driving Up Bitcoin Prices", + "updated": "2016-09-10T17:05:36", + "url": "/bitcoin/@boss-money/two-big-factors-are-driving-up-bitcoin-prices#@blocktrades/re-boss-money-two-big-factors-are-driving-up-bitcoin-prices-20160910t170547587z" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.tavern.yaml new file mode 100644 index 00000000..7e39269c --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/null_limit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_ranked_posts + + marks: + - patterntest # there was a bug with limit not applying default when null was passed explicitly; the bug was in get_ranked_posts, but could be + # introduced in every call that uses limit; original did not handle default properly + + includes: + - !include ../../common.yaml + + stages: + - name: bridge_api.get_account_posts + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"comments","account":"blocktrades","limit":null} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "null_limit" + directory: "bridge_api_patterns/get_account_posts" diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json index 7ec00ff2..ea7e150d 100644 --- a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`author` cannot be blank", + "data": "missing a required argument: 'author'", "message": "Invalid parameters" } diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json index 0e5dbcbf..8c0115de 100644 --- a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`start_author` cannot be blank", + "data": "missing a required argument: 'start_author'", "message": "Invalid parameters" } diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.orig.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.orig.json new file mode 100644 index 00000000..0e5dbcbf --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_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_negative/get_replies_by_last_update/no_start_author.pat.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.pat.json new file mode 100644 index 00000000..8c0115de --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "missing a required argument: 'start_author'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.tavern.yaml new file mode 100644 index 00000000..bf871199 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/no_start_author.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update blank start author patterns test + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update blank start author + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: {"start_permlink":"non_existing_permlink","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_start_author" + directory: "condenser_api_negative/get_replies_by_last_update" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit must be positive", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 0 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.tavern.yaml new file mode 100644 index 00000000..9b49459a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/under_limit.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update under limit patterns test + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update under limit + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: ["admin","non_existing_permlink",0] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "under_limit" + directory: "condenser_api_negative/get_replies_by_last_update" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/_readme.txt b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/_readme.txt index e67fe236..6e6f25c1 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/_readme.txt +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/_readme.txt @@ -1,25 +1,26 @@ -Lists account's replies. +Lists replies to someone else's posts authored by given account, newer first. +Aside from different post format routine is pretty much the same as bridge.get_account_posts with comment sort. method: "condenser_api.get_discussions_by_comments" params: { "start_author":"{author}", - mandatory, points to valid account + mandatory, points to valid account "start_permlink":"{permlink}", - optional, when given have to point on valid start comment + optional, when given along with start_author has to point to valid post, paging mechanism - "limit":{number}, + "limit":{number}, - optional, range 1..100; default = 20 + optional, 1..100, default = 20 - "truncate_body":{number} + "truncate_body":{number} - optional, default = 0 (meaning no truncation); reduces maximal size of post body, cutting out all excess + optional, default = 0 (meaning no truncation); reduces maximal size of post body, cutting out all excess - "filter_tags":[{list_of_tags}] + "filter_tags":[{list_of_tags}] - has to be left empty, not supported + has to be left empty, not supported } \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.tavern.yaml index 4f75c65b..95b62056 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.tavern.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "condenser_api.get_discussions_by_comments" - params: {"start_author":"admin","start_permlink":"firstpost","limit":1} + params: {"start_author":"admin","limit":1} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.orig.json new file mode 100644 index 00000000..58c034cb --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.orig.json @@ -0,0 +1,1170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100147183", + "voter": "cheetah33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Okay, I have banned @larrytom.", + "body_length": 30, + "cashout_time": "2016-09-16T17:28:03", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:38:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 960964, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187524153", + "voter": "cheetah26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187334144", + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://finance.yahoo.com/news/edward-snowden-just-made-impassioned-163900702.html", + "body_length": 204, + "cashout_time": "2016-09-16T19:06:56", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 960676, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "188781535", + "voter": "cheetah23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144867260", + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T19:09:49", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 960637, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102688252", + "voter": "cheetah08" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T18:58:53", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 960563, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99482726", + "voter": "cheetah98" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99684049", + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://fizhnews.com/news/How-Sony\u2019s-New-Show-\u2018Startup\u2019-Gets-Bitcoin-Right", + "body_length": 196, + "cashout_time": "2016-09-16T18:47:05", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 960485, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "185277296967", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Okay, I have unbanned @eneismijmich.", + "body_length": 36, + "cashout_time": "2016-09-16T11:06:20", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "pending_payout_value": "0.059 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 960264, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140433924", + "voter": "cheetah92" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99719091", + "voter": "cheetah93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99702754", + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.huffingtonpost.com/entry/tom-cruises-film-crew-killed-in-plan-crash_us_55f46583e4b077ca094f530c", + "body_length": 229, + "cashout_time": "2016-09-16T17:37:15", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:36:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 959910, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://archive.org/stream/NEW_1/NEW.txt?rel=0", + "body_length": 169, + "cashout_time": "2016-09-16T14:18:52", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:07:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 957521, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ind3x: First Impressions", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120282390", + "voter": "cheetah86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120190190", + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=St-GpM3bZms", + "body_length": 166, + "cashout_time": "2016-09-16T12:17:01", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:12:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 957132, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1166957457", + "voter": "anyx01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1010717091", + "voter": "anyx02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "920430981", + "voter": "anyx03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "738732732", + "voter": "anyx04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "581016645", + "voter": "anyx05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "491531071", + "voter": "anyx06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99940959", + "voter": "cheetah80" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99864814", + "voter": "cheetah79" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-304461322", + "voter": "james1987" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T11:04:31", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 956737, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Create Your Own DIY Coloring Book, here @james1987", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99886729", + "voter": "cheetah62" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99810337", + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-16T11:06:20", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 956622, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120915194", + "voter": "cheetah52" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100034443", + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T10:01:56", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T10:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 956519, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Commission Toolbox review", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T09:13:24", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T09:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 956366, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Channel Mastery review - Tube Channel Mastery", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187334144", + "voter": "cheetah27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143995122", + "voter": "cheetah28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100638161", + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-16T11:07:14", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 956332, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Active authors & posts under the CN category[2016-09-13]", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144867260", + "voter": "cheetah24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187524153", + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T08:16:28", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:14:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 956130, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I am sorry", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396217886", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102066361", + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T08:07:00", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 956116, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bound for robotic glory @cheetah steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "63737086656", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T04:57:21", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:56:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 955291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPA Cash Cannon Reviews and Bonus by Fred Barton", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140433924", + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://technewsdb.com/the-feds-will-soon-be-able-to-legally-hack-almost-anyone/", + "body_length": 202, + "cashout_time": "2016-09-16T04:52:47", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:49:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 955260, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120190190", + "voter": "cheetah88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T04:06:23", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 955045, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99698423", + "voter": "cheetah77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99871230", + "voter": "cheetah78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99864814", + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-16T03:55:05", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:54:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 954981, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.pat.json new file mode 100644 index 00000000..979e8fa1 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.pat.json @@ -0,0 +1,1170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -70651552, + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "percent": "10000", + "reputation": 714503005, + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "percent": "10000", + "reputation": 737268128, + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I have banned @larrytom.", + "body_length": 30, + "cashout_time": "2016-09-22T19:38:39", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:38:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 1257850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://finance.yahoo.com/news/edward-snowden-just-made-impassioned-163900702.html", + "body_length": 204, + "cashout_time": "2016-09-22T19:06:30", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 1257500, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 856945350, + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "percent": "10000", + "reputation": 941978751, + "rshares": 188781535, + "voter": "cheetah23" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T19:02:51", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 1257452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 2884679087, + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "percent": "10000", + "reputation": 140041977, + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T18:55:03", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 1257361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 19396838, + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "percent": "10000", + "reputation": 866537264, + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://fizhnews.com/news/How-Sony\u2019s-New-Show-\u2018Startup\u2019-Gets-Bitcoin-Right", + "body_length": 196, + "cashout_time": "2016-09-22T18:46:30", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 1257263, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185277296967, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 773885326, + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "percent": "10000", + "reputation": 796144209, + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "percent": "10000", + "reputation": 87842165, + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I have unbanned @eneismijmich.", + "body_length": 36, + "cashout_time": "2016-09-22T18:20:15", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 1256994, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "percent": "10000", + "reputation": 777448061, + "rshares": 99719091, + "voter": "cheetah93" + }, + { + "percent": "10000", + "reputation": 818704606, + "rshares": 99702754, + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.huffingtonpost.com/entry/tom-cruises-film-crew-killed-in-plan-crash_us_55f46583e4b077ca094f530c", + "body_length": 229, + "cashout_time": "2016-09-22T17:36:27", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:36:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 1256566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://archive.org/stream/NEW_1/NEW.txt?rel=0", + "body_length": 169, + "cashout_time": "2016-09-22T13:07:54", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:07:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 1253586, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ind3x: First Impressions", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 769270232, + "rshares": 120282390, + "voter": "cheetah86" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=St-GpM3bZms", + "body_length": 166, + "cashout_time": "2016-09-22T12:12:27", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:12:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 1253107, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 920430981, + "voter": "anyx03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 738732732, + "voter": "anyx04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 581016645, + "voter": "anyx05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491531071, + "voter": "anyx06" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 765304060, + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "percent": "10000", + "reputation": -3943686, + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + }, + { + "percent": "-10000", + "reputation": 308198215903, + "rshares": -304461322, + "voter": "james1987" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T11:03:18", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 1252623, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Create Your Own DIY Coloring Book, here @james1987", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -19465928, + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "percent": "10000", + "reputation": -19432158, + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "percent": "10000", + "reputation": -18399847, + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-22T10:29:36", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 1252465, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1017023, + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "percent": "10000", + "reputation": -1016094, + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "percent": "10000", + "reputation": 101968248, + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T10:01:21", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T10:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 1252341, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Commission Toolbox review", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 761586123, + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "percent": "10000", + "reputation": 154182809, + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "percent": "10000", + "reputation": 101265588, + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T09:12:36", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T09:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 1252141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Channel Mastery review - Tube Channel Mastery", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "percent": "10000", + "reputation": 59450072, + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "percent": "10000", + "reputation": 714461257, + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-22T09:05:39", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 1252100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Active authors & posts under the CN category[2016-09-13]", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T08:14:21", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:14:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 1251856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I am sorry", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396217886, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": -6494721, + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "percent": "10000", + "reputation": -6178552, + "rshares": 102066361, + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T08:06:18", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 1251835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bound for robotic glory @cheetah steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 63737086656, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": -209142316, + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "percent": "10000", + "reputation": -64689350, + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T04:56:12", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:56:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 1250814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPA Cash Cannon Reviews and Bonus by Fred Barton", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://technewsdb.com/the-feds-will-soon-be-able-to-legally-hack-almost-anyone/", + "body_length": 202, + "cashout_time": "2016-09-22T04:49:51", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:49:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 1250781, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T04:05:36", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 1250519, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 121220908, + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "percent": "10000", + "reputation": 770125675, + "rshares": 99871230, + "voter": "cheetah78" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T03:54:33", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:54:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 1250439, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.tavern.yaml new file mode 100644 index 00000000..f480a659 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/cheetah.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"cheetah"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "cheetah" + directory: "condenser_api_patterns/get_discussions_by_comments" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.orig.json new file mode 100644 index 00000000..fb117d52 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.orig.json @@ -0,0 +1,3577 @@ +[ + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am amazed by the high quality nature of your posts. You have many good points in this article and I wish yours would get more visibility!", + "body_length": 139, + "cashout_time": "2016-10-10T14:39:51", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:46:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "extie-dasilva", + "parent_permlink": "my-thoughts-on-steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-extie-dasilva-my-thoughts-on-steemit-20160909t154633902z", + "post_id": 903000, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Thoughts On Steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@extie-dasilva/my-thoughts-on-steemit#@stellabelle/re-extie-dasilva-my-thoughts-on-steemit-20160909t154633902z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://mrwriteon.files.wordpress.com/2014/06/vodky.jpg", + "body_length": 55, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/mrwriteon.files.wordpress.com\\/2014\\/06\\/vodky.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194330686z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153915477z", + "post_id": 902949, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153915477z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "yeah, I don't read those.", + "body_length": 25, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:38:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:38:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t001515725z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153829175z", + "post_id": 902941, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153829175z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "well, no one is a bartender in the chat", + "body_length": 39, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:37:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:37:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jsteck", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t234401970z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-jsteck-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153756952z", + "post_id": 902927, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-jsteck-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153756952z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "read the comments in here:\nhttps://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\nActually @reneenouveau is an expert on the topic. Ask her.", + "body_length": 207, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:37:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"reneenouveau\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@yogi.artist\\/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:37:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213726783z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-intelliguy-re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153731424z", + "post_id": 902923, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-intelliguy-re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153731424z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.tasteoffl.com/wp-content/uploads/2012/02/blue.jpg\ngiphy was down.", + "body_length": 76, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:35:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/www.tasteoffl.com\\/wp-content\\/uploads\\/2012\\/02\\/blue.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:35:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sgnsteems", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t021553260z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sgnsteems-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153516222z", + "post_id": 902902, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sgnsteems-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153516222z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "ha ha! good one", + "body_length": 15, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:33:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sirwinchester", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213821842z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sirwinchester-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153318743z", + "post_id": 902877, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sirwinchester-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153318743z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "312230301", + "voter": "thealexander" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "that is hilarious", + "body_length": 17, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 312230301, + "parent_author": "thealexander", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t011104616z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-thealexander-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153238374z", + "post_id": 902867, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-thealexander-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153238374z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "well, maybe certain rooms without rules...........it would probably devolve into a dark webish place though........", + "body_length": 115, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:30:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201324317z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153053208z", + "post_id": 902850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153053208z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "your second one is creepier than this! but you're my second MVP, so I have to upvote you.", + "body_length": 89, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:29:00", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:29:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193113632z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152859656z", + "post_id": 902828, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152859656z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "yes, I read that. It's quite impressive.", + "body_length": 40, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:27:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:27:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193231184z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152749644z", + "post_id": 902812, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-clevecross-re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152749644z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "23482398014", + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "ha ha! I used to be an alcoholic! I think that is why i posted this. We could simulate a bar without destroying our livers! I think I used to drink to control my moods, solve problems, and find people to sleep with! But it actually never solved much of anything, only made my life worse. We could create a virtual bar where we get our problems solved without getting shitfaced.", + "body_length": 377, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482398014, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202105495z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152714649z", + "post_id": 902808, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152714649z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "23482398014", + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Of course! I ended up reading that today, and it's great! Yeah, she's a great human! thanks for writing that about her. I am now following her.", + "body_length": 143, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482398014, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213644663z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152529770z", + "post_id": 902797, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152529770z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.metrohnl.com/wp-content/uploads/2014/12/metro-123114-speakeasy-j-j-dolans-rb-02.jpg", + "body_length": 94, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:24:06", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/www.metrohnl.com\\/wp-content\\/uploads\\/2014\\/12\\/metro-123114-speakeasy-j-j-dolans-rb-02.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:24:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195539527z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-radioactivities-re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152406847z", + "post_id": 902781, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152406847z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/E7UCGe8dTHgCk.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/E7UCGe8dTHgCk.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203712686z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steemrollin-re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152127293z", + "post_id": 902761, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152127293z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "You want to be the first bartender? Let's chat and see how we could make this real....", + "body_length": 86, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-09T15:20:24", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:20:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "macksby", + "parent_permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213648262z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152025679z", + "post_id": 902750, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152025679z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "wow, that is cool. I love the idea of a bartender because we all in STeemit trying to make money off our blogs. It's like we are all screaming for attention. Doing the complete opposite and having a designated place where people can go to just have someone listen to them for a while. What a concept! Then, the best part is that it can turn into a real job, with the best bartenders actually getting tipped for their ability! Well, and the fact that we don't have to destroy our livers either, because we would be drinking virtural alcohol, not the real stuff (at least in my case since I used to be an alcoholic!)", + "body_length": 614, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:19:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "macksby", + "parent_permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213648262z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151903319z", + "post_id": 902731, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151903319z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "It's a truly absurd post! Steemit needs absurdity, mystery and ridiculousness at this stage of \"the game\".", + "body_length": 106, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:16:03", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:16:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "blueorgy", + "parent_permlink": "re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t231547935z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-blueorgy-re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151604776z", + "post_id": 902707, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-blueorgy-re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151604776z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3602410020", + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "OH hell! Even though I didn't get drunk yesterday, this is exactly what I was feeling like!", + "body_length": 91, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3602410020, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t081210811z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151456504z", + "post_id": 902694, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151456504z" + }, + { + "active_votes": [ + { + "percent": "2500", + "reputation": 0, + "rshares": "4070280550", + "voter": "bluehorseshoe" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I like \"assclown\", asshat and fucktard as well.", + "body_length": 47, + "cashout_time": "2016-10-05T09:49:06", + "category": "trolls", + "children": 0, + "created": "2016-09-09T15:12:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"trolls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:12:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4070280550, + "parent_author": "bluehorseshoe", + "parent_permlink": "re-beanz-how-to-deal-with-trolls-20160904t221541948z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-bluehorseshoe-re-beanz-how-to-deal-with-trolls-20160909t151253075z", + "post_id": 902675, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Deal with Trolls", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/trolls/@beanz/how-to-deal-with-trolls#@stellabelle/re-bluehorseshoe-re-beanz-how-to-deal-with-trolls-20160909t151253075z" + }, + { + "active_votes": [ + { + "percent": "2500", + "reputation": 0, + "rshares": "4070280550", + "voter": "bluehorseshoe" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Here is a question for you: why does it appear to be the case that most trolls are male?", + "body_length": 88, + "cashout_time": "2016-10-05T09:49:06", + "category": "trolls", + "children": 5, + "created": "2016-09-09T15:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"trolls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4070280550, + "parent_author": "beanz", + "parent_permlink": "how-to-deal-with-trolls", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-beanz-how-to-deal-with-trolls-20160909t151134879z", + "post_id": 902663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Deal with Trolls", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/trolls/@beanz/how-to-deal-with-trolls#@stellabelle/re-beanz-how-to-deal-with-trolls-20160909t151134879z" + }, + { + "active_votes": [ + { + "percent": "-1600", + "reputation": 0, + "rshares": "-2046585482", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7546584662", + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128154246", + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23486977428", + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203920077", + "voter": "ezel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152732677", + "voter": "acacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174826609", + "voter": "alorya" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Oh boy! I just read that entire thread and jeez.......it is a true mess!!!!!!\nAll the minutae on voting and the counter-attack, and the counter counter attack, and ad nauseum, this is turning out to be overcomplexification of things because of the primary problem: centralization of power.\nThe solution seems like a total redesign to me. But I doubt that will occur, since the very structure of Steemit.com is centralized.", + "body_length": 422, + "cashout_time": "2016-10-10T09:42:15", + "category": "steemit", + "children": 2, + "created": "2016-09-09T15:07:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:07:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 29646610217, + "parent_author": "williambanks", + "parent_permlink": "re-beanz-taking-down-r4fken-20160909t041413393z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-beanz-taking-down-r4fken-20160909t150752844z", + "post_id": 902632, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Taking down r4fken", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@beanz/taking-down-r4fken#@stellabelle/re-williambanks-re-beanz-taking-down-r4fken-20160909t150752844z" + }, + { + "active_votes": [ + { + "percent": "-1600", + "reputation": 0, + "rshares": "-2046585482", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3609907824", + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128154246", + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203920077", + "voter": "ezel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152732677", + "voter": "acacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174826609", + "voter": "alorya" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "it's definitely a he", + "body_length": 20, + "cashout_time": "2016-10-10T09:42:15", + "category": "steemit", + "children": 1, + "created": "2016-09-09T14:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:48:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2222955951, + "parent_author": "ace108", + "parent_permlink": "re-beanz-taking-down-r4fken-20160909t004321792z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ace108-re-beanz-taking-down-r4fken-20160909t144817479z", + "post_id": 902489, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Taking down r4fken", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@beanz/taking-down-r4fken#@stellabelle/re-ace108-re-beanz-taking-down-r4fken-20160909t144817479z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "23482375031", + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "This is great! I had noticed @beanz with her very nice comments about me, which made me happy since it had become fashionable to bash me lately. The reason for bashing was absurd, but money does corrupt people in not wanting to see the truth. Anyway, thanks for doing this, I will be following @beanz now.", + "body_length": 305, + "cashout_time": "2016-10-10T13:49:06", + "category": "nameinlights", + "children": 5, + "created": "2016-09-09T14:39:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"beanz\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482375031, + "parent_author": "williambanks", + "parent_permlink": "beanz-this-is-your-nameinlights", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-beanz-this-is-your-nameinlights-20160909t143947685z", + "post_id": 902422, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@beanz This is your NAMEINLIGHTS!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@williambanks/beanz-this-is-your-nameinlights#@stellabelle/re-williambanks-beanz-this-is-your-nameinlights-20160909t143947685z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "35752730593", + "voter": "hitmeasap" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I do love this! \"The risk isn't worth it. I can't risk my account, my reputation and the time I've spent on Steemit so far by doing this. - I had to stop, so I did.\"\nI agree! I too am rethinking everything because money corrupts people. I am thinking of moving the Secret Writer project back to Medium where it started out because the lure of money I believe was corrupting the quality of secrets, to a degree. One time I got a secret from a man's perspective, then the next secret I got from this same writer was from a woman's perspective! Ridiculous! I called out the writer on it, but frankly, I agree that money is definitely adding a certain element that does corrupt people.\nI like your post on many different levels, and seaweed does keep the ocean alive!", + "body_length": 763, + "cashout_time": "2016-10-10T13:28:21", + "category": "steemit", + "children": 1, + "created": "2016-09-09T14:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35752730593, + "parent_author": "hitmeasap", + "parent_permlink": "minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-hitmeasap-minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on-20160909t143714117z", + "post_id": 902402, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Minnows, Dolphins And Whales. Who Decides Who You Are? + My Contribution To Steemit From Now On!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@hitmeasap/minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on#@stellabelle/re-hitmeasap-minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on-20160909t143714117z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "did you write your bar version? I looked for it but couldn't find it! The more ideas the merrier...", + "body_length": 99, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:34:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:34:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203003144z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203446292z", + "post_id": 895956, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203446292z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5487155109", + "voter": "micheletrainer" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "4141538085", + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/lfGEuQSPtNl9m.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T20:33:36", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/lfGEuQSPtNl9m.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:33:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9628693194, + "parent_author": "luminousvisions", + "parent_permlink": "re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202320102z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-luminousvisions-re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203336950z", + "post_id": 895948, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luminousvisions-re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203336950z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Well, yours can be any way you want it! Bars usually end up that way after a while anyway......I'm now thinking I'm suited more to build a chocolate factory where nothing is as it seems!!!!! Since I gave up drinking several years ago.......and I'm much more sane.......but go for it!", + "body_length": 283, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:32:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:32:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203003144z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203232525z", + "post_id": 895938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203232525z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I guess tabs would be made and then your wallet would be deducted. It would be a way for Steemit to stay alive, like an internal market.....Instead of cashing out our SBD, we could use them to buy drinks and have fun at our favorite bars! And there would of course be many bars to choose from....The bartherapist would be a real job with real paying customers.", + "body_length": 360, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:29:24", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:30:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195206390z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202925789z", + "post_id": 895906, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202925789z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3524497863", + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "this is freaking me out!", + "body_length": 24, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:26:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:26:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3524497863, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193113632z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202648303z", + "post_id": 895884, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202648303z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/5rKCdFnu2sUTe.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:26:24", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/5rKCdFnu2sUTe.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:26:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "anns", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193940474z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-anns-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202623055z", + "post_id": 895879, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-anns-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202623055z" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 0, + "rshares": "4141538085", + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "what do you want to drink?", + "body_length": 26, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 4, + "created": "2016-09-08T20:20:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:20:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4141538085, + "parent_author": "luminousvisions", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200238352z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202023293z", + "post_id": 895819, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202023293z" + }, + { + "active_votes": [ + { + "percent": "3500", + "reputation": 0, + "rshares": "3884749439", + "voter": "phoenixmaid" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/VNi927eUr499u.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:19:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/VNi927eUr499u.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:19:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3884749439, + "parent_author": "phoenixmaid", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195346099z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-phoenixmaid-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201957841z", + "post_id": 895816, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-phoenixmaid-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201957841z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Yeah, that's kind of what I am thinking.....many bartenders can all be working at once! I'd pay to get one on one advice, as I think that human attention is in very short supply! Especially talented people! It would become really obvious fast who is a talented bartherapist and who isn't. Maybe this is a brand new profession???? For the new digital world?", + "body_length": 356, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:19:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:19:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "matthewtiii", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195226963z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-matthewtiii-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201925235z", + "post_id": 895811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-matthewtiii-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201925235z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/77ZhcbrGHqQSY.gif\ndoes \"neat\" mean with no rocks?", + "body_length": 68, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:17:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/77ZhcbrGHqQSY.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "prufarchy", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195203526z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-prufarchy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201728046z", + "post_id": 895791, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-prufarchy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201728046z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/M6mstrR8gY98c.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:16:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/M6mstrR8gY98c.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:16:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "samether", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195024273z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-samether-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201628971z", + "post_id": 895784, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-samether-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201628971z" + }, + { + "active_votes": [ + { + "percent": "6300", + "reputation": 0, + "rshares": "8493153999", + "voter": "tinyhomeliving" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/xT0BKIRMy9i07uWZsk.gif\nI couldn't find that on giphy...", + "body_length": 74, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/xT0BKIRMy9i07uWZsk.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8493153999, + "parent_author": "tinyhomeliving", + "parent_permlink": "re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195633268z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tinyhomeliving-re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201557398z", + "post_id": 895779, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-tinyhomeliving-re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201557398z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Welcome to the future, except it's now.....https://www.wired.com/2015/10/this-news-writing-bot-is-now-free-for-everyone/", + "body_length": 120, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:13:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.wired.com\\/2015\\/10\\/this-news-writing-bot-is-now-free-for-everyone\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:13:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavicrane", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193921973z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavicrane-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201334939z", + "post_id": 895756, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-gavicrane-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201334939z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I drink beer mostly \nhttp://i.giphy.com/ytwDCNrWxmebcnZWOQ.gif", + "body_length": 62, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/ytwDCNrWxmebcnZWOQ.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194330686z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201100773z", + "post_id": 895732, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201100773z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "No, actually, I am losing track of the scams, and I feel that by people using AI but not telling us, I feel that's a deception, a scam of sorts. If we all used AI to write our posts, what would be the point of Steemit anyway? My AI writing program is better than yours???", + "body_length": 271, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 3, + "created": "2016-09-08T20:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:09:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194532442z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200945866z", + "post_id": 895717, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200945866z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Oh, I've lost count actually.", + "body_length": 29, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:08:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:08:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sandwich", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194615790z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sandwich-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200808503z", + "post_id": 895700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sandwich-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200808503z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "119615565", + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/pJwKpmDs8ZBra.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:07:18", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/pJwKpmDs8ZBra.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:07:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119615565, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195206390z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200717674z", + "post_id": 895687, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200717674z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/IupzDGCtSkGju.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:05:51", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/IupzDGCtSkGju.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:05:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195406319z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200551230z", + "post_id": 895675, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200551230z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "i cant see my earlier reply to you....", + "body_length": 38, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 4, + "created": "2016-09-08T20:02:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:02:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193213710z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200226529z", + "post_id": 895642, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200226529z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "not sure where my comments went....", + "body_length": 35, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:01:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:01:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "beowulfoflegend", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192056602z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200155919z", + "post_id": 895638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200155919z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "119615565", + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "yeah, it's just a brainstorming idea, coming out of a need to decompress and have fun. I am not sure about the bar idea, but it would definitely be a reason for people to stay, I think", + "body_length": 184, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:01:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:01:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119615565, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192617002z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200127697z", + "post_id": 895628, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200127697z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "fantastic! sounds interesting. I've never heard of it before......what's in it?", + "body_length": 79, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:53:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:53:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "beowulfoflegend", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192056602z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195312876z", + "post_id": 895558, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195312876z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "yes, but what do you want to drink? I'm giving free virtual drinks today.", + "body_length": 73, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:51:06", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:51:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193100334z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195107653z", + "post_id": 895542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195107653z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Set up a proofreading place! I am tired of reading and curating! It's time to get me a good bartender and just get drunk.\nYou could build out your idea, sure......I think I am just getting bored of the entire blogging thing.....I have this issue, that's why I've built like 5 businesses, and after 3 months, I lost interest! I'm a starter, not a finisher.", + "body_length": 355, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:50:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:50:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193100334z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195046782z", + "post_id": 895539, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195046782z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "by the way, what do you want to drink? Today, I am serving free virtual drinks.", + "body_length": 79, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 5, + "created": "2016-09-08T19:48:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:48:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192617002z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194830858z", + "post_id": 895516, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194830858z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "what's a DD? By the way, I am serving free virtual drinks today, what would you like?", + "body_length": 85, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:46:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:46:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "tinyhomeliving", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192350132z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194651441z", + "post_id": 895499, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194651441z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I know right!!!! It just occurred to me today that the fun part of being here is being slowly but surely eroded and I am not sure why! Money can't bring everyone happiness, because happiness sometimes occurs as the result of something ludicrous and completely subconscious! Sometimes something weird happens by accident in life, and it has no rules whatsoever.....", + "body_length": 364, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 4, + "created": "2016-09-08T19:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193213710z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194600095z", + "post_id": 895486, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194600095z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 0, + "rshares": "251793257708", + "voter": "neoxian" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "4141538085", + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/DtaYITw4xulDq.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:44:03", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/DtaYITw4xulDq.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:44:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 255934795793, + "parent_author": "neoxian", + "parent_permlink": "re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193222212z", + "pending_payout_value": "0.094 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-neoxian-re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194404641z", + "post_id": 895467, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-neoxian-re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194404641z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 0, + "rshares": "155773287661", + "voter": "roelandp" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Some say 1% of the trending posts are AI-created. Who knows though, it could be more..... since AI can do most of the work, then a human can sort of tweak the sentences.", + "body_length": 169, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:41:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155773287661, + "parent_author": "roelandp", + "parent_permlink": "re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192629477z", + "pending_payout_value": "0.055 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-roelandp-re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194129249z", + "post_id": 895431, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-roelandp-re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194129249z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Well, I don't think it has been done, but I'm sure in Second Life it was done. Just an area where people can just sort of decompress a bit", + "body_length": 138, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191532989z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193616884z", + "post_id": 895379, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193616884z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "what do you want to drink? I guess I am a virtual bartender today!", + "body_length": 66, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 3, + "created": "2016-09-08T19:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191532989z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193339263z", + "post_id": 895349, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193339263z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I think it's global. It would never close!", + "body_length": 42, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:33:03", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:33:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191420128z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193304230z", + "post_id": 895340, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193304230z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "well, what do you want to drink?", + "body_length": 32, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 5, + "created": "2016-09-08T19:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191312934z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193240099z", + "post_id": 895336, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193240099z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "i guess so. What do you want to drink?", + "body_length": 38, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:32:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:32:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "neoxian", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190232662z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193218772z", + "post_id": 895331, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193218772z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "what do you want to drink right now?", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190353488z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193156356z", + "post_id": 895325, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193156356z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "62222997", + "voter": "eddya" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/pX17qDlwOTjY4.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:31:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/pX17qDlwOTjY4.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:31:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62222997, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190719769z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193131156z", + "post_id": 895322, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193131156z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.giphy.com/GseVYp7UtQiSQ.gif", + "body_length": 36, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.giphy.com\\/GseVYp7UtQiSQ.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:30:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191420128z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193054866z", + "post_id": 895311, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193054866z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "No, the thing is, the main Steemit blog area would remain as is! The bar would just be an escape from that system which is causing people misery. It would be a happiness escape valve! Bars and churches are put into neighborhoods that are suffering. I can't see a church doing well in here, but a bar! Yeah, bars have many reasons for existing....", + "body_length": 346, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 3, + "created": "2016-09-08T19:29:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:29:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191312934z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192956695z", + "post_id": 895296, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192956695z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "oh, what is the link? i have a terrible memory...everything just blurs together! mind-melting days.......that is why I need to go get a drink and then respond to my virtual bar post in an inebriated fashion!", + "body_length": 207, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190558685z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192753926z", + "post_id": 895279, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192753926z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "ha ha!!!! Then someone can open up a Medicine shoppe selling Steemit hangover concoctions.....And maybe vendors selling food to the drunk patrons.. this is maybe insanity...", + "body_length": 173, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:26:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:26:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190353488z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192632735z", + "post_id": 895270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192632735z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3524482890", + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Steemstolis, Steem On The Rocks, Steem and Coke", + "body_length": 47, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3524482890, + "parent_author": "luzcypher", + "parent_permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191853854z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-luzcypher-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192457525z", + "post_id": 895250, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luzcypher-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192457525z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3597909617", + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "ha ha!!!! I haven't been drunk in years, but I feel like getting drunk maybe in a virtual way....", + "body_length": 97, + "cashout_time": "2016-10-09T23:45:48", + "category": "steemit", + "children": 12, + "created": "2016-09-08T19:24:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:24:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3597909617, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190719769z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192409925z", + "post_id": 895240, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192409925z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "just because one is atheist does not mean that they have no empathy. Quite the opposite can be true. Some of the greatest people on earth and those who have made enormous contributions to society and humanity were atheists, Stephen Hawking, just to name one.", + "body_length": 258, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 1, + "created": "2016-09-07T20:41:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:41:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jrcornel", + "parent_permlink": "re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t191125131z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-jrcornel-re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t204150184z", + "post_id": 885612, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-jrcornel-re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t204150184z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Well, religion when practiced by humans is practiced very badly!", + "body_length": 64, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 0, + "created": "2016-09-07T20:39:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:39:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t191557361z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-michaellamden68-re-stellabelle-some-benefits-of-being-an-atheist-20160907t203954654z", + "post_id": 885590, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-michaellamden68-re-stellabelle-some-benefits-of-being-an-atheist-20160907t203954654z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "i think your gamification ideas are good....", + "body_length": 44, + "cashout_time": "2016-10-07T12:44:27", + "category": "steemit", + "children": 1, + "created": "2016-09-07T20:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "bounties-for-badges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-bounties-for-badges-20160907t203636788z", + "post_id": 885561, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bounties For Badges", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@clevecross/bounties-for-badges#@stellabelle/re-clevecross-bounties-for-badges-20160907t203636788z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3826645401", + "voter": "dodders007" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "how would you change it if it were yours to change?", + "body_length": 51, + "cashout_time": "2016-10-08T20:43:48", + "category": "steemit", + "children": 6, + "created": "2016-09-07T20:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3826645401, + "parent_author": "clevecross", + "parent_permlink": "steemit-the-game", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-clevecross-steemit-the-game-20160907t203447272z", + "post_id": 885550, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit: The Game!!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@clevecross/steemit-the-game#@stellabelle/re-clevecross-steemit-the-game-20160907t203447272z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "well, there are a lot of things that need improving! I don't have the answers but I have some ideas........not well thought out yet though", + "body_length": 138, + "cashout_time": "2016-10-08T19:11:39", + "category": "steemit", + "children": 2, + "created": "2016-09-07T20:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:31:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "mahma", + "parent_permlink": "re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t202302121z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-mahma-re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t203135698z", + "post_id": 885526, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Unseen Worker: An Analogy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mahma/the-unseen-worker-an-analogy#@stellabelle/re-mahma-re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t203135698z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "that is hilarious and so true.", + "body_length": 30, + "cashout_time": "2016-10-08T03:07:00", + "category": "censorship", + "children": 0, + "created": "2016-09-07T20:22:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t230046149z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202209445z", + "post_id": 885444, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Censorship is impossible in a Free Society", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@dantheman/censorship-is-impossible-in-a-free-society#@stellabelle/re-dana-edwards-re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202209445z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "There needs to be consequences for say a -4 reputation. You cannot have that kind of negative rep and expect to be given the ability to comment or flag others. People need to work for their rewards, and one of the rewards should be the ability to interact with others on a platform that people worked their asses off to create. No one should be able to take that for granted.", + "body_length": 375, + "cashout_time": "2016-10-08T03:07:00", + "category": "censorship", + "children": 0, + "created": "2016-09-07T20:21:00", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:21:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dantheman", + "parent_permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202059804z", + "post_id": 885435, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Censorship is impossible in a Free Society", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@dantheman/censorship-is-impossible-in-a-free-society#@stellabelle/re-dantheman-re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202059804z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "exactly. I like the idea of working towards a common goal. what kinds of things do you like working on?", + "body_length": 103, + "cashout_time": "2016-10-08T18:21:24", + "category": "steemit", + "children": 1, + "created": "2016-09-07T20:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:03:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200020844z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200328150z", + "post_id": 885293, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Key To Steemit's Success - \"Building Value Creating Communities\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@wingz/the-key-to-steemit-s-success-building-value-creating-communities#@stellabelle/re-wingz-re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200328150z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "43990139028", + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1192615522", + "voter": "silverbackjonz" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "People do drugs because they have no love. No love for themselves or anyone else. They form a bond that looks like love. I like this article because it both absurd and truthful at once. It casts a light on the way news is created and how it hooks us like moths to a light. We can never escape our mammal nature, and the news creators know this. A day without sensationalist news, what would that day look like?", + "body_length": 410, + "cashout_time": "2016-10-09T16:12:36", + "category": "life", + "children": 8, + "created": "2016-09-07T19:57:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:00:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45182754550, + "parent_author": "kyriacos", + "parent_permlink": "if-love-was-covered-by-the-news-like-drugs-are", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-kyriacos-if-love-was-covered-by-the-news-like-drugs-are-20160907t195748959z", + "post_id": 885236, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "If Love Was Covered By the News Like Drugs Are", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@kyriacos/if-love-was-covered-by-the-news-like-drugs-are#@stellabelle/re-kyriacos-if-love-was-covered-by-the-news-like-drugs-are-20160907t195748959z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "block feature is a necessity now.", + "body_length": 33, + "cashout_time": "2016-10-01T09:46:27", + "category": "steemit", + "children": 0, + "created": "2016-09-07T19:48:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:48:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "halo", + "parent_permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t043947488z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-halo-re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160907t194840098z", + "post_id": 885156, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2 Killer Steemit Features I Would Like to See", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@thecryptofiend/2-killer-steemit-features-i-would-like-to-see#@stellabelle/re-halo-re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160907t194840098z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "101288337160", + "voter": "kenny-crane" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "It just points to reality. Sometimes it is the people in our community that come to our rescue. And we have been conditioned not to rely on people, that it is somehow weak. But it's not weak at all.....", + "body_length": 202, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 1, + "created": "2016-09-07T19:44:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:44:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101288337160, + "parent_author": "kenny-crane", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t192649364z", + "pending_payout_value": "0.037 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-kenny-crane-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194453356z", + "post_id": 885122, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-kenny-crane-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194453356z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "true", + "body_length": 4, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 0, + "created": "2016-09-07T19:43:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:43:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "zaebars", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t191933294z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-zaebars-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194349661z", + "post_id": 885112, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-zaebars-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194349661z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6546033075", + "voter": "minion" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "thanks.", + "body_length": 7, + "cashout_time": "2016-10-08T17:43:57", + "category": "anarchy", + "children": 0, + "created": "2016-09-07T19:40:39", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:41:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6546033075, + "parent_author": "minion", + "parent_permlink": "re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t193535872z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-minion-re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t194038437z", + "post_id": 885079, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@dantheman/nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government#@stellabelle/re-minion-re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t194038437z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "@williambanks: I never said my account went on a flagging spree. Where did you hear that from? It was hacked along with 240 other accounts, but it never went on a flagging spree.....Hey, I didn't create this system. I just happened to end up with the highest reputation in Steemit. I only flag when it is absolutely necessary. Unlike dan, I don't flag people's inappropriate comments, only if they are clear abuse.....attacks, violent abuse. If I do find stuff that is inappropriate, I usually talk to them and explain stuff....but the adult stuff, I just tend to ignore it if it's crude....I favor communication over flags because of the retaliation issue. Also, its fair to give someone a comment and let them know why I would flag them before actually doing so. This is basic emotional intelligence and it goes a long way with creating the kind of environment that people crave.....we all want to know why we did something wrong. By holding back that info, we are all lost. In clear abuse cases, the flag is necessary to diminish the abusive people's power.", + "body_length": 1060, + "cashout_time": "2016-10-08T02:15:57", + "category": "censorship", + "children": 1, + "created": "2016-09-07T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"williambanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160906t202732360z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t193106039z", + "post_id": 884987, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Just Downvote It, Mute It and Walk Away - Is That a Reasonable Solution?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@tuck-fheman/just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution#@stellabelle/re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t193106039z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "On a side note, did you send me an email recently? I got an email but it didn't say who it was from. Please confirm, thanks.", + "body_length": 124, + "cashout_time": "2016-10-07T19:39:24", + "category": "politics", + "children": 1, + "created": "2016-09-07T19:24:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:24:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy-20160907t192437021z", + "post_id": 884922, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do social norms trump the law? | My response to the \"Free The Nipple\" controversy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy#@stellabelle/re-dana-edwards-do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy-20160907t192437021z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "219352731000", + "voter": "wingz" + }, + { + "percent": "1700", + "reputation": 0, + "rshares": "12895433748", + "voter": "razvanelulmarin" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "\"Having an abundance mentality in terms of creating value with others in my experience is about signalling that you have value to offer and you don't expect anything in return in any one interaction.\"\nI think your post is the one I needed to find today. Thank you!", + "body_length": 264, + "cashout_time": "2016-10-08T18:21:24", + "category": "steemit", + "children": 3, + "created": "2016-09-07T19:20:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:20:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232248164748, + "parent_author": "wingz", + "parent_permlink": "the-key-to-steemit-s-success-building-value-creating-communities", + "pending_payout_value": "0.089 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t192054924z", + "post_id": 884890, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Key To Steemit's Success - \"Building Value Creating Communities\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@wingz/the-key-to-steemit-s-success-building-value-creating-communities#@stellabelle/re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t192054924z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "94636403", + "voter": "mahma" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I agree with you. What ideas do you have in improving Steemit, so people don't feel like new undervalued employees?", + "body_length": 115, + "cashout_time": "2016-10-08T19:11:39", + "category": "steemit", + "children": 4, + "created": "2016-09-07T19:14:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:14:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 94636403, + "parent_author": "mahma", + "parent_permlink": "the-unseen-worker-an-analogy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-mahma-the-unseen-worker-an-analogy-20160907t191418823z", + "post_id": 884828, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Unseen Worker: An Analogy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mahma/the-unseen-worker-an-analogy#@stellabelle/re-mahma-the-unseen-worker-an-analogy-20160907t191418823z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3724638677", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4522150464", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "829211547", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65758541657", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1995832917", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256551753", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "749959212", + "voter": "healthcare" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "70351380970", + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1167676927", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346018346", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103538135990", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134567511", + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I know this might sound simplistic, but I think if you focus on the ingredients of happiness, you will find your answer. Making steemit a place that people don't want to leave is the key. I have some ideas that I'm working on.....", + "body_length": 230, + "cashout_time": "2016-10-09T02:14:24", + "category": "steem", + "children": 4, + "created": "2016-09-07T19:10:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:10:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253374665971, + "parent_author": "ned", + "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", + "pending_payout_value": "0.096 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160907t191050426z", + "post_id": 884797, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@stellabelle/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160907t191050426z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "why is it risky? I think that living with the assumption that there is an afterlife is much riskier.", + "body_length": 100, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 12, + "created": "2016-09-07T19:00:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:00:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jrcornel", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t181048559z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t190033146z", + "post_id": 884684, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t190033146z" + }, + { + "active_votes": [ + { + "percent": "3300", + "reputation": 0, + "rshares": "26125067530", + "voter": "thecryptofiend" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "1078062561", + "voter": "phoenixmaid" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I agree. I left out some of the more heinous things that have been done to me by Christians. I was publicly humiliated in front of a large group of people, when the Christians pointed out the fact that my dad was a sinning alcoholic. They forced me in front of this group, and told the story of how my dad was found drunk, passed out in his car, humiliating me. Then they showed us a slide show with alcoholic drinks, pointing out the \"devils\" and wolves in the ice cubes. I broke down in tears crying, due to the public shaming. Yes, Christians have left their mark on my psyche, that is for sure. I was like 9 years old.", + "body_length": 622, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 1, + "created": "2016-09-07T18:58:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:04:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27203130091, + "parent_author": "thecryptofiend", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t185022974z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-thecryptofiend-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185845887z", + "post_id": 884669, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-thecryptofiend-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185845887z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I have no evidence of an afterlife, therefore I cannot waste my time thinking about whether it exists or not.", + "body_length": 109, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 0, + "created": "2016-09-07T18:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:54:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "celsius100", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t182321856z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-celsius100-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185446760z", + "post_id": 884633, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-celsius100-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185446760z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "71902749", + "voter": "elenirossidou" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "this happens every day, wait, who is the alien?", + "body_length": 47, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 1, + "created": "2016-09-07T18:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71902749, + "parent_author": "elenirossidou", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t181256252z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-elenirossidou-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185347738z", + "post_id": 884623, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-elenirossidou-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185347738z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "172024091", + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196212233", + "voter": "steevc" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Yes, the most ironic part of all of this is that many great and well-meaning people are very religious. The religious fanatics, however, are usually mentally unstable........I live among many Christians, and they are well-meaning, in the same way that nice cats are.", + "body_length": 266, + "cashout_time": "2016-10-08T19:08:51", + "category": "atheism", + "children": 0, + "created": "2016-09-07T18:52:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:52:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 368236324, + "parent_author": "steevc", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t180159335z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steevc-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185233815z", + "post_id": 884611, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-steevc-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185233815z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "20261367191", + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I can downvote dantheman if I wanted to, but I have not had the need to do that.", + "body_length": 80, + "cashout_time": "2016-10-08T02:15:57", + "category": "censorship", + "children": 1, + "created": "2016-09-07T18:43:45", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:43:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20261367191, + "parent_author": "williambanks", + "parent_permlink": "re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160906t202732360z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t184345786z", + "post_id": 884534, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Just Downvote It, Mute It and Walk Away - Is That a Reasonable Solution?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@tuck-fheman/just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution#@stellabelle/re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t184345786z" + }, + { + "active_votes": [ + { + "percent": "500", + "reputation": 0, + "rshares": "2978638888489", + "voter": "dan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "970141192887", + "voter": "tuck-fheman" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "299193743066", + "voter": "kevinwong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28885338602", + "voter": "catchfire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4524764185", + "voter": "gikitiki" + }, + { + "percent": "2600", + "reputation": 0, + "rshares": "4696948949", + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6679625587", + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208190566", + "voter": "jaredandanissa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53228997", + "voter": "ultiphil" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Extremely thought-provoking. \n\nAfter having lived in and studied many different types of voluntary communities, I discovered that the only ones that remained healthy after a significant amount of time were the ones that had clearly marked guidelines for social behavior. The most successful community has a grace period for all new members: they get to live in the community for six months as a trial. In those six months, the true nature of the newcomer is revealed. If the newcomer was abusive to others and generally created a lot of havoc for the community, the newcomer would generally reject himself/herself and move on. Also, the members, could decide if the new member would fit in with the group. If the members all decided that the new member would not be a good addition, they would not be allowed to live there. In this way, the health of the group is maintained.\n\nOn the flipside, communities that do not have any kind of guidelines regarding truly abusive individuals tend to dissolve rapidly, usually a psychopath enters such a community and rips it apart. I've experienced this several times in real-life communities, and it is an endless repeating cycle of humanity. Without clear guidelines on how to deal with real abuse, the communities dissolve. If a member does more harm than good to a community, then it is in the community's best interest to not associate with them, outcasting is necessary to keep the health alive. This is very basic, fundamental stuff.\n\nWhen a community of trusting individuals who are mostly sheep allow a wolf to rest among them, they will soon find themselves without a body. This happened in my community when a pedophile moved in. He was the boy scout leader and he had married a woman in the community. He regularly took the boys, both his own and others' on camping trips in the woods. It took people a long time to figure out that he was sexually molesting the boys, but my mother used to say when she saw him taking the boys for rides on the lawnmower, \"That man is having way too much fun.\" We didn't know this man, but others who did know him were probably given many clues to indicate his abusive nature, but it is my belief that people were too scared to confront the issue. Fear is a killer of building a healthy community.", + "body_length": 2282, + "cashout_time": "2016-10-08T17:43:57", + "category": "anarchy", + "children": 2, + "created": "2016-09-07T18:10:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4293021921328, + "parent_author": "dantheman", + "parent_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "pending_payout_value": "3.249 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t181052955z", + "post_id": 884192, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@dantheman/nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government#@stellabelle/re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t181052955z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "167987251", + "voter": "soulthug" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "This is quite informative and entertaining. thanks! I have not seen the butler yet, but it sounds interesting. Do you know how to make a bot on Steemit?", + "body_length": 152, + "cashout_time": "2016-10-06T22:19:03", + "category": "witness-category", + "children": 1, + "created": "2016-09-05T17:58:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T18:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167987251, + "parent_author": "royaltiffany", + "parent_permlink": "royaltiffany-witness-thread", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-royaltiffany-royaltiffany-witness-thread-20160905t175826664z", + "post_id": 864832, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "RoyalTiffany Witness Thread", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@royaltiffany/royaltiffany-witness-thread#@stellabelle/re-royaltiffany-royaltiffany-witness-thread-20160905t175826664z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "23949830462", + "voter": "georgedonnelly" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "On a side note, did you ever get those documents from Dollar Vigilante? just curious how that's panning out. I'd be interested in reading about that. Also, there's another one that would be interesting to research.", + "body_length": 214, + "cashout_time": "2016-10-06T17:38:18", + "category": "steemit", + "children": 2, + "created": "2016-09-05T17:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:53:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23949830462, + "parent_author": "georgedonnelly", + "parent_permlink": "re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175040199z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-georgedonnelly-re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175216029z", + "post_id": 864780, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-georgedonnelly-re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175216029z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "I agree with this completely.", + "body_length": 29, + "cashout_time": "2016-10-05T16:18:30", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:48:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:48:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "steemit-needs-a-friends-list-feature", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-steemit-needs-a-friends-list-feature-20160905t174845564z", + "post_id": 864744, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit needs a \"Friends\" list feature", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@dana-edwards/steemit-needs-a-friends-list-feature#@stellabelle/re-dana-edwards-steemit-needs-a-friends-list-feature-20160905t174845564z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "no it's fine.", + "body_length": 13, + "cashout_time": "2016-10-06T07:56:06", + "category": "synereo", + "children": 0, + "created": "2016-09-05T17:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"synereo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:47:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t145013976z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-dana-edwards-re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t174709137z", + "post_id": 864728, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Synereo Community Hangout 78", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/synereo/@dana-edwards/synereo-community-hangout-78#@stellabelle/re-dana-edwards-re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t174709137z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Poor leadership spoils the ship.", + "body_length": 32, + "cashout_time": "2016-10-06T17:38:18", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:39:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:39:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "onceuponatime", + "parent_permlink": "re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t171006511z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173909641z", + "post_id": 864625, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173909641z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "Probably comes after a lifetime of being a wallflower. I suppose some middle ground would be in order.", + "body_length": 102, + "cashout_time": "2016-10-06T17:38:18", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:38:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:38:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "georgedonnelly", + "parent_permlink": "re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t171929267z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-georgedonnelly-re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173810544z", + "post_id": 864616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-georgedonnelly-re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173810544z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "\"dirty personal secrets \". Your marketing side is showing, George.", + "body_length": 66, + "cashout_time": "2016-10-06T17:38:18", + "category": "steemit", + "children": 4, + "created": "2016-09-05T17:36:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:40:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemsmart", + "parent_permlink": "who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173601241z", + "post_id": 864587, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173601241z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "72995429200", + "voter": "sigmajin" + } + ], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "If you knew what I know, you wouldn't even question the veracity of her story. I think people have forgotton my introduction post, \"I am an information addict.\"", + "body_length": 160, + "cashout_time": "2016-10-07T01:35:57", + "category": "steemit", + "children": 1, + "created": "2016-09-05T17:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:19:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 72995429200, + "parent_author": "sigmajin", + "parent_permlink": "re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t165920512z", + "pending_payout_value": "0.026 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sigmajin-re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t171908622z", + "post_id": 864462, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My First Bad Experience with Steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@heiditravels/my-first-bad-experience-with-steemit#@stellabelle/re-sigmajin-re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t171908622z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.pat.json new file mode 100644 index 00000000..f6915a9f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.pat.json @@ -0,0 +1,3577 @@ +[ + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "https://mrwriteon.files.wordpress.com/2014/06/vodky.jpg", + "body_length": 55, + "cashout_time": "2016-09-16T15:39:15", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://mrwriteon.files.wordpress.com/2014/06/vodky.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194330686z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153915477z", + "post_id": 1185514, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153915477z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "yeah, I don't read those.", + "body_length": 25, + "cashout_time": "2016-09-16T15:38:30", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:38:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:38:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t001515725z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153829175z", + "post_id": 1185502, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153829175z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "well, no one is a bartender in the chat", + "body_length": 39, + "cashout_time": "2016-09-16T15:37:57", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:37:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:37:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jsteck", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t234401970z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-jsteck-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153756952z", + "post_id": 1185488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-jsteck-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153756952z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "read the comments in here:\nhttps://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\nActually @reneenouveau is an expert on the topic. Ask her.", + "body_length": 207, + "cashout_time": "2016-09-16T15:37:30", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:37:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"reneenouveau\"],\"links\":[\"https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:37:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213726783z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-intelliguy-re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153731424z", + "post_id": 1185484, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-intelliguy-re-stellabelle-re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153731424z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://www.tasteoffl.com/wp-content/uploads/2012/02/blue.jpg\ngiphy was down.", + "body_length": 76, + "cashout_time": "2016-09-16T15:35:15", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:35:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://www.tasteoffl.com/wp-content/uploads/2012/02/blue.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:35:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sgnsteems", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t021553260z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-sgnsteems-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153516222z", + "post_id": 1185461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sgnsteems-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153516222z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "ha ha! good one", + "body_length": 15, + "cashout_time": "2016-09-16T15:33:18", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:33:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sirwinchester", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213821842z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-sirwinchester-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153318743z", + "post_id": 1185434, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sirwinchester-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153318743z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 312230301, + "voter": "thealexander" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "that is hilarious", + "body_length": 17, + "cashout_time": "2016-09-16T15:32:39", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 312230301, + "parent_author": "thealexander", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t011104616z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-thealexander-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153238374z", + "post_id": 1185424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-thealexander-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153238374z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "well, maybe certain rooms without rules...........it would probably devolve into a dark webish place though........", + "body_length": 115, + "cashout_time": "2016-09-16T15:30:54", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:30:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201324317z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153053208z", + "post_id": 1185404, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t153053208z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "your second one is creepier than this! but you're my second MVP, so I have to upvote you.", + "body_length": 89, + "cashout_time": "2016-09-16T15:29:00", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:29:00", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:29:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193113632z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152859656z", + "post_id": 1185376, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152859656z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "yes, I read that. It's quite impressive.", + "body_length": 40, + "cashout_time": "2016-09-16T15:27:48", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:27:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:27:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193231184z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-clevecross-re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152749644z", + "post_id": 1185359, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-clevecross-re-stellabelle-re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152749644z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 23482398014, + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "ha ha! I used to be an alcoholic! I think that is why i posted this. We could simulate a bar without destroying our livers! I think I used to drink to control my moods, solve problems, and find people to sleep with! But it actually never solved much of anything, only made my life worse. We could create a virtual bar where we get our problems solved without getting shitfaced.", + "body_length": 377, + "cashout_time": "2016-09-16T15:27:15", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482398014, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202105495z", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152714649z", + "post_id": 1185354, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152714649z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 23482398014, + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Of course! I ended up reading that today, and it's great! Yeah, she's a great human! thanks for writing that about her. I am now following her.", + "body_length": 143, + "cashout_time": "2016-09-16T15:25:30", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482398014, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213644663z", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152529770z", + "post_id": 1185340, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152529770z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://www.metrohnl.com/wp-content/uploads/2014/12/metro-123114-speakeasy-j-j-dolans-rb-02.jpg", + "body_length": 94, + "cashout_time": "2016-09-16T15:24:06", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:24:06", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://www.metrohnl.com/wp-content/uploads/2014/12/metro-123114-speakeasy-j-j-dolans-rb-02.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:24:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195539527z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-radioactivities-re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152406847z", + "post_id": 1185318, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152406847z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/E7UCGe8dTHgCk.gif", + "body_length": 36, + "cashout_time": "2016-09-16T15:21:27", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/E7UCGe8dTHgCk.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203712686z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-steemrollin-re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152127293z", + "post_id": 1185287, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152127293z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "You want to be the first bartender? Let's chat and see how we could make this real....", + "body_length": 86, + "cashout_time": "2016-09-16T15:20:24", + "category": "steemit", + "children": 2, + "created": "2016-09-09T15:20:24", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:20:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "macksby", + "parent_permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213648262z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152025679z", + "post_id": 1185274, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t152025679z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "wow, that is cool. I love the idea of a bartender because we all in STeemit trying to make money off our blogs. It's like we are all screaming for attention. Doing the complete opposite and having a designated place where people can go to just have someone listen to them for a while. What a concept! Then, the best part is that it can turn into a real job, with the best bartenders actually getting tipped for their ability! Well, and the fact that we don't have to destroy our livers either, because we would be drinking virtural alcohol, not the real stuff (at least in my case since I used to be an alcoholic!)", + "body_length": 614, + "cashout_time": "2016-09-16T15:19:03", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:19:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "macksby", + "parent_permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t213648262z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151903319z", + "post_id": 1185253, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-macksby-re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151903319z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "It's a truly absurd post! Steemit needs absurdity, mystery and ridiculousness at this stage of \"the game\".", + "body_length": 106, + "cashout_time": "2016-09-16T15:16:03", + "category": "steemit", + "children": 0, + "created": "2016-09-09T15:16:03", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:16:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "blueorgy", + "parent_permlink": "re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t231547935z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-blueorgy-re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151604776z", + "post_id": 1185224, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-blueorgy-re-blueorgy-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151604776z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3602410020, + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "OH hell! Even though I didn't get drunk yesterday, this is exactly what I was feeling like!", + "body_length": 91, + "cashout_time": "2016-09-16T15:14:57", + "category": "steemit", + "children": 1, + "created": "2016-09-09T15:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3602410020, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t081210811z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151456504z", + "post_id": 1185210, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160909t151456504z" + }, + { + "active_votes": [ + { + "percent": "2500", + "reputation": 1108819043543, + "rshares": 4070280550, + "voter": "bluehorseshoe" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I like \"assclown\", asshat and fucktard as well.", + "body_length": 47, + "cashout_time": "2016-09-16T15:12:51", + "category": "trolls", + "children": 0, + "created": "2016-09-09T15:12:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"trolls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:12:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4070280550, + "parent_author": "bluehorseshoe", + "parent_permlink": "re-beanz-how-to-deal-with-trolls-20160904t221541948z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-bluehorseshoe-re-beanz-how-to-deal-with-trolls-20160909t151253075z", + "post_id": 1185187, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Deal with Trolls", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/trolls/@beanz/how-to-deal-with-trolls#@stellabelle/re-bluehorseshoe-re-beanz-how-to-deal-with-trolls-20160909t151253075z" + }, + { + "active_votes": [ + { + "percent": "2500", + "reputation": 1108819043543, + "rshares": 4070280550, + "voter": "bluehorseshoe" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Here is a question for you: why does it appear to be the case that most trolls are male?", + "body_length": 88, + "cashout_time": "2016-09-16T15:11:33", + "category": "trolls", + "children": 5, + "created": "2016-09-09T15:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"trolls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4070280550, + "parent_author": "beanz", + "parent_permlink": "how-to-deal-with-trolls", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-beanz-how-to-deal-with-trolls-20160909t151134879z", + "post_id": 1185170, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Deal with Trolls", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/trolls/@beanz/how-to-deal-with-trolls#@stellabelle/re-beanz-how-to-deal-with-trolls-20160909t151134879z" + }, + { + "active_votes": [ + { + "percent": "-1600", + "reputation": -2499740471746, + "rshares": -2046585482, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7546584662, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -469690438, + "rshares": 128154246, + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 23486977428, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 121552056346, + "rshares": 203920077, + "voter": "ezel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152732677, + "voter": "acacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 174826609, + "voter": "alorya" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Oh boy! I just read that entire thread and jeez.......it is a true mess!!!!!!\nAll the minutae on voting and the counter-attack, and the counter counter attack, and ad nauseum, this is turning out to be overcomplexification of things because of the primary problem: centralization of power.\nThe solution seems like a total redesign to me. But I doubt that will occur, since the very structure of Steemit.com is centralized.", + "body_length": 422, + "cashout_time": "2016-09-16T15:07:51", + "category": "steemit", + "children": 2, + "created": "2016-09-09T15:07:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T15:07:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 29646610217, + "parent_author": "williambanks", + "parent_permlink": "re-beanz-taking-down-r4fken-20160909t041413393z", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-beanz-taking-down-r4fken-20160909t150752844z", + "post_id": 1185132, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Taking down r4fken", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@beanz/taking-down-r4fken#@stellabelle/re-williambanks-re-beanz-taking-down-r4fken-20160909t150752844z" + }, + { + "active_votes": [ + { + "percent": "-1600", + "reputation": -2499740471746, + "rshares": -2046585482, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 3609907824, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": -469690438, + "rshares": 128154246, + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 121552056346, + "rshares": 203920077, + "voter": "ezel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152732677, + "voter": "acacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 174826609, + "voter": "alorya" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "it's definitely a he", + "body_length": 20, + "cashout_time": "2016-09-16T14:48:15", + "category": "steemit", + "children": 1, + "created": "2016-09-09T14:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:48:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2222955951, + "parent_author": "ace108", + "parent_permlink": "re-beanz-taking-down-r4fken-20160909t004321792z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-ace108-re-beanz-taking-down-r4fken-20160909t144817479z", + "post_id": 1184949, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Taking down r4fken", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@beanz/taking-down-r4fken#@stellabelle/re-ace108-re-beanz-taking-down-r4fken-20160909t144817479z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 23482375031, + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "This is great! I had noticed @beanz with her very nice comments about me, which made me happy since it had become fashionable to bash me lately. The reason for bashing was absurd, but money does corrupt people in not wanting to see the truth. Anyway, thanks for doing this, I will be following @beanz now.", + "body_length": 305, + "cashout_time": "2016-09-16T14:39:45", + "category": "nameinlights", + "children": 5, + "created": "2016-09-09T14:39:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"beanz\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23482375031, + "parent_author": "williambanks", + "parent_permlink": "beanz-this-is-your-nameinlights", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-beanz-this-is-your-nameinlights-20160909t143947685z", + "post_id": 1184868, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@beanz This is your NAMEINLIGHTS!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@williambanks/beanz-this-is-your-nameinlights#@stellabelle/re-williambanks-beanz-this-is-your-nameinlights-20160909t143947685z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 35752730593, + "voter": "hitmeasap" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I do love this! \"The risk isn't worth it. I can't risk my account, my reputation and the time I've spent on Steemit so far by doing this. - I had to stop, so I did.\"\nI agree! I too am rethinking everything because money corrupts people. I am thinking of moving the Secret Writer project back to Medium where it started out because the lure of money I believe was corrupting the quality of secrets, to a degree. One time I got a secret from a man's perspective, then the next secret I got from this same writer was from a woman's perspective! Ridiculous! I called out the writer on it, but frankly, I agree that money is definitely adding a certain element that does corrupt people.\nI like your post on many different levels, and seaweed does keep the ocean alive!", + "body_length": 763, + "cashout_time": "2016-09-16T14:37:12", + "category": "steemit", + "children": 1, + "created": "2016-09-09T14:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T14:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35752730593, + "parent_author": "hitmeasap", + "parent_permlink": "minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-hitmeasap-minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on-20160909t143714117z", + "post_id": 1184845, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Minnows, Dolphins And Whales. Who Decides Who You Are? + My Contribution To Steemit From Now On!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@hitmeasap/minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on#@stellabelle/re-hitmeasap-minnows-dolphins-and-whales-who-decides-who-you-are-my-contribution-to-steemit-from-now-on-20160909t143714117z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "did you write your bar version? I looked for it but couldn't find it! The more ideas the merrier...", + "body_length": 99, + "cashout_time": "2016-09-15T20:34:45", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:34:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:34:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203003144z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203446292z", + "post_id": 1176667, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203446292z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 5487155109, + "voter": "micheletrainer" + }, + { + "percent": "1000", + "reputation": 3573461197670, + "rshares": 4141538085, + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/lfGEuQSPtNl9m.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:33:36", + "category": "steemit", + "children": 2, + "created": "2016-09-08T20:33:36", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/lfGEuQSPtNl9m.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:33:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9628693194, + "parent_author": "luminousvisions", + "parent_permlink": "re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202320102z", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "re-luminousvisions-re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203336950z", + "post_id": 1176657, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luminousvisions-re-stellabelle-re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203336950z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Well, yours can be any way you want it! Bars usually end up that way after a while anyway......I'm now thinking I'm suited more to build a chocolate factory where nothing is as it seems!!!!! Since I gave up drinking several years ago.......and I'm much more sane.......but go for it!", + "body_length": 283, + "cashout_time": "2016-09-15T20:32:33", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:32:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:32:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "nanzo-scoop", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203003144z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203232525z", + "post_id": 1176643, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-nanzo-scoop-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t203232525z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I guess tabs would be made and then your wallet would be deducted. It would be a way for Steemit to stay alive, like an internal market.....Instead of cashing out our SBD, we could use them to buy drinks and have fun at our favorite bars! And there would of course be many bars to choose from....The bartherapist would be a real job with real paying customers.", + "body_length": 360, + "cashout_time": "2016-09-15T20:29:24", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:29:24", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:30:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195206390z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202925789z", + "post_id": 1176604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202925789z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3524497863, + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "this is freaking me out!", + "body_length": 24, + "cashout_time": "2016-09-15T20:26:48", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:26:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:26:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3524497863, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193113632z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202648303z", + "post_id": 1176574, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202648303z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/5rKCdFnu2sUTe.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:26:24", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:26:24", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/5rKCdFnu2sUTe.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:26:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "anns", + "parent_permlink": "re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193940474z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-anns-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202623055z", + "post_id": 1176566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-anns-re-stellabelle-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202623055z" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 3573461197670, + "rshares": 4141538085, + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "what do you want to drink?", + "body_length": 26, + "cashout_time": "2016-09-15T20:20:24", + "category": "steemit", + "children": 4, + "created": "2016-09-08T20:20:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:20:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4141538085, + "parent_author": "luminousvisions", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200238352z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202023293z", + "post_id": 1176496, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luminousvisions-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t202023293z" + }, + { + "active_votes": [ + { + "percent": "3500", + "reputation": 4062552056713, + "rshares": 3884749439, + "voter": "phoenixmaid" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/VNi927eUr499u.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:19:57", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:19:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/VNi927eUr499u.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:19:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3884749439, + "parent_author": "phoenixmaid", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195346099z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-phoenixmaid-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201957841z", + "post_id": 1176493, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-phoenixmaid-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201957841z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Yeah, that's kind of what I am thinking.....many bartenders can all be working at once! I'd pay to get one on one advice, as I think that human attention is in very short supply! Especially talented people! It would become really obvious fast who is a talented bartherapist and who isn't. Maybe this is a brand new profession???? For the new digital world?", + "body_length": 356, + "cashout_time": "2016-09-15T20:19:24", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:19:24", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:19:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "matthewtiii", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195226963z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-matthewtiii-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201925235z", + "post_id": 1176487, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-matthewtiii-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201925235z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/77ZhcbrGHqQSY.gif\ndoes \"neat\" mean with no rocks?", + "body_length": 68, + "cashout_time": "2016-09-15T20:17:27", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:17:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/77ZhcbrGHqQSY.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "prufarchy", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195203526z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-prufarchy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201728046z", + "post_id": 1176463, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-prufarchy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201728046z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/M6mstrR8gY98c.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:16:27", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:16:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/M6mstrR8gY98c.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:16:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "samether", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195024273z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-samether-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201628971z", + "post_id": 1176454, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-samether-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201628971z" + }, + { + "active_votes": [ + { + "percent": "6300", + "reputation": 5740590214206, + "rshares": 8493153999, + "voter": "tinyhomeliving" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/xT0BKIRMy9i07uWZsk.gif\nI couldn't find that on giphy...", + "body_length": 74, + "cashout_time": "2016-09-15T20:15:57", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/xT0BKIRMy9i07uWZsk.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8493153999, + "parent_author": "tinyhomeliving", + "parent_permlink": "re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195633268z", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "re-tinyhomeliving-re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201557398z", + "post_id": 1176449, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-tinyhomeliving-re-stellabelle-re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201557398z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Welcome to the future, except it's now.....https://www.wired.com/2015/10/this-news-writing-bot-is-now-free-for-everyone/", + "body_length": 120, + "cashout_time": "2016-09-15T20:13:33", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:13:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.wired.com/2015/10/this-news-writing-bot-is-now-free-for-everyone/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:13:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavicrane", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193921973z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavicrane-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201334939z", + "post_id": 1176425, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-gavicrane-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201334939z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I drink beer mostly \nhttp://i.giphy.com/ytwDCNrWxmebcnZWOQ.gif", + "body_length": 62, + "cashout_time": "2016-09-15T20:11:00", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/ytwDCNrWxmebcnZWOQ.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194330686z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201100773z", + "post_id": 1176400, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t201100773z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "No, actually, I am losing track of the scams, and I feel that by people using AI but not telling us, I feel that's a deception, a scam of sorts. If we all used AI to write our posts, what would be the point of Steemit anyway? My AI writing program is better than yours???", + "body_length": 271, + "cashout_time": "2016-09-15T20:09:45", + "category": "steemit", + "children": 3, + "created": "2016-09-08T20:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:09:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "intelliguy", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194532442z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200945866z", + "post_id": 1176381, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-intelliguy-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200945866z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Oh, I've lost count actually.", + "body_length": 29, + "cashout_time": "2016-09-15T20:08:09", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:08:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:08:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "sandwich", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194615790z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-sandwich-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200808503z", + "post_id": 1176358, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-sandwich-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200808503z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 119615565, + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/pJwKpmDs8ZBra.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:07:18", + "category": "steemit", + "children": 1, + "created": "2016-09-08T20:07:18", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/pJwKpmDs8ZBra.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:07:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119615565, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195206390z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200717674z", + "post_id": 1176344, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200717674z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/IupzDGCtSkGju.gif", + "body_length": 36, + "cashout_time": "2016-09-15T20:05:51", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:05:51", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/IupzDGCtSkGju.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:05:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195406319z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-wingz-re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200551230z", + "post_id": 1176328, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200551230z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "i cant see my earlier reply to you....", + "body_length": 38, + "cashout_time": "2016-09-15T20:02:27", + "category": "steemit", + "children": 4, + "created": "2016-09-08T20:02:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:02:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193213710z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200226529z", + "post_id": 1176289, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200226529z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "not sure where my comments went....", + "body_length": 35, + "cashout_time": "2016-09-15T20:01:54", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:01:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:01:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "beowulfoflegend", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192056602z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200155919z", + "post_id": 1176285, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200155919z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 119615565, + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "yeah, it's just a brainstorming idea, coming out of a need to decompress and have fun. I am not sure about the bar idea, but it would definitely be a reason for people to stay, I think", + "body_length": 184, + "cashout_time": "2016-09-15T20:01:27", + "category": "steemit", + "children": 0, + "created": "2016-09-08T20:01:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T20:01:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119615565, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192617002z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200127697z", + "post_id": 1176273, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t200127697z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "fantastic! sounds interesting. I've never heard of it before......what's in it?", + "body_length": 79, + "cashout_time": "2016-09-15T19:53:12", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:53:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:53:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "beowulfoflegend", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192056602z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195312876z", + "post_id": 1176184, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-beowulfoflegend-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195312876z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "yes, but what do you want to drink? I'm giving free virtual drinks today.", + "body_length": 73, + "cashout_time": "2016-09-15T19:51:06", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:51:06", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:51:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193100334z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195107653z", + "post_id": 1176165, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195107653z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Set up a proofreading place! I am tired of reading and curating! It's time to get me a good bartender and just get drunk.\nYou could build out your idea, sure......I think I am just getting bored of the entire blogging thing.....I have this issue, that's why I've built like 5 businesses, and after 3 months, I lost interest! I'm a starter, not a finisher.", + "body_length": 355, + "cashout_time": "2016-09-15T19:50:45", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:50:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:50:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193100334z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195046782z", + "post_id": 1176162, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-wingz-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t195046782z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "by the way, what do you want to drink? Today, I am serving free virtual drinks.", + "body_length": 79, + "cashout_time": "2016-09-15T19:48:30", + "category": "steemit", + "children": 5, + "created": "2016-09-08T19:48:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:48:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "the-ego-is-you", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192617002z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194830858z", + "post_id": 1176135, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-the-ego-is-you-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194830858z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "what's a DD? By the way, I am serving free virtual drinks today, what would you like?", + "body_length": 85, + "cashout_time": "2016-09-15T19:46:51", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:46:51", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:46:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "tinyhomeliving", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192350132z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194651441z", + "post_id": 1176112, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-tinyhomeliving-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194651441z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I know right!!!! It just occurred to me today that the fun part of being here is being slowly but surely eroded and I am not sure why! Money can't bring everyone happiness, because happiness sometimes occurs as the result of something ludicrous and completely subconscious! Sometimes something weird happens by accident in life, and it has no rules whatsoever.....", + "body_length": 364, + "cashout_time": "2016-09-15T19:46:00", + "category": "steemit", + "children": 4, + "created": "2016-09-08T19:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193213710z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194600095z", + "post_id": 1176098, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-williambanks-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194600095z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 7018477845661, + "rshares": 251793257708, + "voter": "neoxian" + }, + { + "percent": "1000", + "reputation": 3573461197670, + "rshares": 4141538085, + "voter": "luminousvisions" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/DtaYITw4xulDq.gif", + "body_length": 36, + "cashout_time": "2016-09-15T19:44:03", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:44:03", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/DtaYITw4xulDq.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:44:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 255934795793, + "parent_author": "neoxian", + "parent_permlink": "re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193222212z", + "pending_payout_value": "0.094 HBD", + "percent_hbd": 10000, + "permlink": "re-neoxian-re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194404641z", + "post_id": 1176077, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-neoxian-re-stellabelle-re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194404641z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 57643429300793, + "rshares": 155773287661, + "voter": "roelandp" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Some say 1% of the trending posts are AI-created. Who knows though, it could be more..... since AI can do most of the work, then a human can sort of tweak the sentences.", + "body_length": 169, + "cashout_time": "2016-09-15T19:41:30", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:41:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155773287661, + "parent_author": "roelandp", + "parent_permlink": "re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192629477z", + "pending_payout_value": "0.055 HBD", + "percent_hbd": 10000, + "permlink": "re-roelandp-re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194129249z", + "post_id": 1176033, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-roelandp-re-richardcrill-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t194129249z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Well, I don't think it has been done, but I'm sure in Second Life it was done. Just an area where people can just sort of decompress a bit", + "body_length": 138, + "cashout_time": "2016-09-15T19:36:15", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191532989z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193616884z", + "post_id": 1175957, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193616884z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "what do you want to drink? I guess I am a virtual bartender today!", + "body_length": 66, + "cashout_time": "2016-09-15T19:33:39", + "category": "steemit", + "children": 3, + "created": "2016-09-08T19:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemrollin", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191532989z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193339263z", + "post_id": 1175915, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-steemrollin-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193339263z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I think it's global. It would never close!", + "body_length": 42, + "cashout_time": "2016-09-15T19:33:03", + "category": "steemit", + "children": 1, + "created": "2016-09-08T19:33:03", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:33:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191420128z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193304230z", + "post_id": 1175905, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193304230z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "well, what do you want to drink?", + "body_length": 32, + "cashout_time": "2016-09-15T19:32:39", + "category": "steemit", + "children": 5, + "created": "2016-09-08T19:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191312934z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193240099z", + "post_id": 1175900, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193240099z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "i guess so. What do you want to drink?", + "body_length": 38, + "cashout_time": "2016-09-15T19:32:18", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:32:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:32:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "neoxian", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190232662z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193218772z", + "post_id": 1175893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-neoxian-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193218772z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "what do you want to drink right now?", + "body_length": 36, + "cashout_time": "2016-09-15T19:31:57", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190353488z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193156356z", + "post_id": 1175886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193156356z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 953170, + "rshares": 62222997, + "voter": "eddya" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/pX17qDlwOTjY4.gif", + "body_length": 36, + "cashout_time": "2016-09-15T19:31:30", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:31:30", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/pX17qDlwOTjY4.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:31:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62222997, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190719769z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193131156z", + "post_id": 1175882, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193131156z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "http://i.giphy.com/GseVYp7UtQiSQ.gif", + "body_length": 36, + "cashout_time": "2016-09-15T19:30:54", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.giphy.com/GseVYp7UtQiSQ.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:30:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "donkeypong", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191420128z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193054866z", + "post_id": 1175869, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-donkeypong-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t193054866z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "No, the thing is, the main Steemit blog area would remain as is! The bar would just be an escape from that system which is causing people misery. It would be a happiness escape valve! Bars and churches are put into neighborhoods that are suffering. I can't see a church doing well in here, but a bar! Yeah, bars have many reasons for existing....", + "body_length": 346, + "cashout_time": "2016-09-15T19:29:57", + "category": "steemit", + "children": 3, + "created": "2016-09-08T19:29:57", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:29:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "webosfritos", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191312934z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192956695z", + "post_id": 1175850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-webosfritos-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192956695z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "oh, what is the link? i have a terrible memory...everything just blurs together! mind-melting days.......that is why I need to go get a drink and then respond to my virtual bar post in an inebriated fashion!", + "body_length": 207, + "cashout_time": "2016-09-15T19:27:54", + "category": "steemit", + "children": 2, + "created": "2016-09-08T19:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190558685z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192753926z", + "post_id": 1175823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-clevecross-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192753926z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "ha ha!!!! Then someone can open up a Medicine shoppe selling Steemit hangover concoctions.....And maybe vendors selling food to the drunk patrons.. this is maybe insanity...", + "body_length": 173, + "cashout_time": "2016-09-15T19:26:33", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:26:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:26:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "radioactivities", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190353488z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192632735z", + "post_id": 1175809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-radioactivities-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192632735z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3524482890, + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Steemstolis, Steem On The Rocks, Steem and Coke", + "body_length": 47, + "cashout_time": "2016-09-15T19:24:57", + "category": "steemit", + "children": 0, + "created": "2016-09-08T19:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3524482890, + "parent_author": "luzcypher", + "parent_permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t191853854z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-luzcypher-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192457525z", + "post_id": 1175785, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-luzcypher-re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192457525z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3597909617, + "voter": "michaellamden68" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "ha ha!!!! I haven't been drunk in years, but I feel like getting drunk maybe in a virtual way....", + "body_length": 97, + "cashout_time": "2016-09-15T19:24:09", + "category": "steemit", + "children": 12, + "created": "2016-09-08T19:24:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T19:24:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3597909617, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t190719769z", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192409925z", + "post_id": 1175775, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NEW IDEA FOR STEEMIT: Let's Open Our Own Bars!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/new-idea-for-steemit-let-s-open-our-own-bars#@stellabelle/re-michaellamden68-re-stellabelle-new-idea-for-steemit-let-s-open-our-own-bars-20160908t192409925z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "just because one is atheist does not mean that they have no empathy. Quite the opposite can be true. Some of the greatest people on earth and those who have made enormous contributions to society and humanity were atheists, Stephen Hawking, just to name one.", + "body_length": 258, + "cashout_time": "2016-09-14T20:41:48", + "category": "atheism", + "children": 1, + "created": "2016-09-07T20:41:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:41:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jrcornel", + "parent_permlink": "re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t191125131z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-jrcornel-re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t204150184z", + "post_id": 1163634, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-jrcornel-re-stellabelle-re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t204150184z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Well, religion when practiced by humans is practiced very badly!", + "body_length": 64, + "cashout_time": "2016-09-14T20:39:54", + "category": "atheism", + "children": 0, + "created": "2016-09-07T20:39:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:39:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "michaellamden68", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t191557361z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-michaellamden68-re-stellabelle-some-benefits-of-being-an-atheist-20160907t203954654z", + "post_id": 1163608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-michaellamden68-re-stellabelle-some-benefits-of-being-an-atheist-20160907t203954654z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "i think your gamification ideas are good....", + "body_length": 44, + "cashout_time": "2016-09-14T20:36:36", + "category": "steemit", + "children": 1, + "created": "2016-09-07T20:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "clevecross", + "parent_permlink": "bounties-for-badges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-clevecross-bounties-for-badges-20160907t203636788z", + "post_id": 1163571, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bounties For Badges", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@clevecross/bounties-for-badges#@stellabelle/re-clevecross-bounties-for-badges-20160907t203636788z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3826645401, + "voter": "dodders007" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "how would you change it if it were yours to change?", + "body_length": 51, + "cashout_time": "2016-09-14T20:34:48", + "category": "steemit", + "children": 6, + "created": "2016-09-07T20:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3826645401, + "parent_author": "clevecross", + "parent_permlink": "steemit-the-game", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-clevecross-steemit-the-game-20160907t203447272z", + "post_id": 1163555, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit: The Game!!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@clevecross/steemit-the-game#@stellabelle/re-clevecross-steemit-the-game-20160907t203447272z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "well, there are a lot of things that need improving! I don't have the answers but I have some ideas........not well thought out yet though", + "body_length": 138, + "cashout_time": "2016-09-14T20:31:36", + "category": "steemit", + "children": 2, + "created": "2016-09-07T20:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:31:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "mahma", + "parent_permlink": "re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t202302121z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-mahma-re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t203135698z", + "post_id": 1163520, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Unseen Worker: An Analogy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mahma/the-unseen-worker-an-analogy#@stellabelle/re-mahma-re-stellabelle-re-mahma-the-unseen-worker-an-analogy-20160907t203135698z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "that is hilarious and so true.", + "body_length": 30, + "cashout_time": "2016-09-14T20:22:09", + "category": "censorship", + "children": 0, + "created": "2016-09-07T20:22:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t230046149z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202209445z", + "post_id": 1163411, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Censorship is impossible in a Free Society", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@dantheman/censorship-is-impossible-in-a-free-society#@stellabelle/re-dana-edwards-re-phenom-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202209445z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "There needs to be consequences for say a -4 reputation. You cannot have that kind of negative rep and expect to be given the ability to comment or flag others. People need to work for their rewards, and one of the rewards should be the ability to interact with others on a platform that people worked their asses off to create. No one should be able to take that for granted.", + "body_length": 375, + "cashout_time": "2016-09-14T20:21:00", + "category": "censorship", + "children": 0, + "created": "2016-09-07T20:21:00", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:21:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dantheman", + "parent_permlink": "re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160906t190328441z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-dantheman-re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202059804z", + "post_id": 1163398, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Censorship is impossible in a Free Society", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@dantheman/censorship-is-impossible-in-a-free-society#@stellabelle/re-dantheman-re-clevecross-re-dantheman-censorship-is-impossible-in-a-free-society-20160907t202059804z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "exactly. I like the idea of working towards a common goal. what kinds of things do you like working on?", + "body_length": 103, + "cashout_time": "2016-09-14T20:03:27", + "category": "steemit", + "children": 1, + "created": "2016-09-07T20:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:03:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "wingz", + "parent_permlink": "re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200020844z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-wingz-re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200328150z", + "post_id": 1163206, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Key To Steemit's Success - \"Building Value Creating Communities\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@wingz/the-key-to-steemit-s-success-building-value-creating-communities#@stellabelle/re-wingz-re-stellabelle-re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t200328150z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3460995705314, + "rshares": 43990139028, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 630535104158, + "rshares": 1192615522, + "voter": "silverbackjonz" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "People do drugs because they have no love. No love for themselves or anyone else. They form a bond that looks like love. I like this article because it both absurd and truthful at once. It casts a light on the way news is created and how it hooks us like moths to a light. We can never escape our mammal nature, and the news creators know this. A day without sensationalist news, what would that day look like?", + "body_length": 410, + "cashout_time": "2016-09-14T19:57:48", + "category": "life", + "children": 8, + "created": "2016-09-07T19:57:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:00:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45182754550, + "parent_author": "kyriacos", + "parent_permlink": "if-love-was-covered-by-the-news-like-drugs-are", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "re-kyriacos-if-love-was-covered-by-the-news-like-drugs-are-20160907t195748959z", + "post_id": 1163130, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "If Love Was Covered By the News Like Drugs Are", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@kyriacos/if-love-was-covered-by-the-news-like-drugs-are#@stellabelle/re-kyriacos-if-love-was-covered-by-the-news-like-drugs-are-20160907t195748959z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "block feature is a necessity now.", + "body_length": 33, + "cashout_time": "2016-09-14T19:48:39", + "category": "steemit", + "children": 0, + "created": "2016-09-07T19:48:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:48:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "halo", + "parent_permlink": "re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160831t043947488z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-halo-re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160907t194840098z", + "post_id": 1163019, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2 Killer Steemit Features I Would Like to See", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@thecryptofiend/2-killer-steemit-features-i-would-like-to-see#@stellabelle/re-halo-re-thecryptofiend-2-killer-steemit-features-i-would-like-to-see-20160907t194840098z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 101288337160, + "voter": "kenny-crane" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "It just points to reality. Sometimes it is the people in our community that come to our rescue. And we have been conditioned not to rely on people, that it is somehow weak. But it's not weak at all.....", + "body_length": 202, + "cashout_time": "2016-09-14T19:44:54", + "category": "atheism", + "children": 1, + "created": "2016-09-07T19:44:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:44:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101288337160, + "parent_author": "kenny-crane", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t192649364z", + "pending_payout_value": "0.037 HBD", + "percent_hbd": 10000, + "permlink": "re-kenny-crane-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194453356z", + "post_id": 1162975, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-kenny-crane-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194453356z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "true", + "body_length": 4, + "cashout_time": "2016-09-14T19:43:48", + "category": "atheism", + "children": 0, + "created": "2016-09-07T19:43:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:43:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "zaebars", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t191933294z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-zaebars-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194349661z", + "post_id": 1162960, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-zaebars-re-stellabelle-some-benefits-of-being-an-atheist-20160907t194349661z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6546033075, + "voter": "minion" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "thanks.", + "body_length": 7, + "cashout_time": "2016-09-14T19:40:39", + "category": "anarchy", + "children": 0, + "created": "2016-09-07T19:40:39", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:41:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6546033075, + "parent_author": "minion", + "parent_permlink": "re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t193535872z", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-minion-re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t194038437z", + "post_id": 1162919, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@dantheman/nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government#@stellabelle/re-minion-re-stellabelle-re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t194038437z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "@williambanks: I never said my account went on a flagging spree. Where did you hear that from? It was hacked along with 240 other accounts, but it never went on a flagging spree.....Hey, I didn't create this system. I just happened to end up with the highest reputation in Steemit. I only flag when it is absolutely necessary. Unlike dan, I don't flag people's inappropriate comments, only if they are clear abuse.....attacks, violent abuse. If I do find stuff that is inappropriate, I usually talk to them and explain stuff....but the adult stuff, I just tend to ignore it if it's crude....I favor communication over flags because of the retaliation issue. Also, its fair to give someone a comment and let them know why I would flag them before actually doing so. This is basic emotional intelligence and it goes a long way with creating the kind of environment that people crave.....we all want to know why we did something wrong. By holding back that info, we are all lost. In clear abuse cases, the flag is necessary to diminish the abusive people's power.", + "body_length": 1060, + "cashout_time": "2016-09-14T19:31:06", + "category": "censorship", + "children": 1, + "created": "2016-09-07T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"censorship\"],\"users\":[\"williambanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "williambanks", + "parent_permlink": "re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160906t202732360z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t193106039z", + "post_id": 1162796, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Just Downvote It, Mute It and Walk Away - Is That a Reasonable Solution?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@tuck-fheman/just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution#@stellabelle/re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t193106039z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "On a side note, did you send me an email recently? I got an email but it didn't say who it was from. Please confirm, thanks.", + "body_length": 124, + "cashout_time": "2016-09-14T19:24:36", + "category": "politics", + "children": 1, + "created": "2016-09-07T19:24:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"politics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:24:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy-20160907t192437021z", + "post_id": 1162712, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do social norms trump the law? | My response to the \"Free The Nipple\" controversy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/politics/@dana-edwards/do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy#@stellabelle/re-dana-edwards-do-social-norms-trump-the-law-or-my-response-to-the-free-the-nipple-controversy-20160907t192437021z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 219352731000, + "voter": "wingz" + }, + { + "percent": "1700", + "reputation": 28873518041457, + "rshares": 12895433748, + "voter": "razvanelulmarin" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "\"Having an abundance mentality in terms of creating value with others in my experience is about signalling that you have value to offer and you don't expect anything in return in any one interaction.\"\nI think your post is the one I needed to find today. Thank you!", + "body_length": 264, + "cashout_time": "2016-09-14T19:20:54", + "category": "steemit", + "children": 3, + "created": "2016-09-07T19:20:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:20:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232248164748, + "parent_author": "wingz", + "parent_permlink": "the-key-to-steemit-s-success-building-value-creating-communities", + "pending_payout_value": "0.089 HBD", + "percent_hbd": 10000, + "permlink": "re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t192054924z", + "post_id": 1162676, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Key To Steemit's Success - \"Building Value Creating Communities\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@wingz/the-key-to-steemit-s-success-building-value-creating-communities#@stellabelle/re-wingz-the-key-to-steemit-s-success-building-value-creating-communities-20160907t192054924z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 178353879942, + "rshares": 94636403, + "voter": "mahma" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I agree with you. What ideas do you have in improving Steemit, so people don't feel like new undervalued employees?", + "body_length": 115, + "cashout_time": "2016-09-14T19:14:18", + "category": "steemit", + "children": 4, + "created": "2016-09-07T19:14:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:14:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 94636403, + "parent_author": "mahma", + "parent_permlink": "the-unseen-worker-an-analogy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-mahma-the-unseen-worker-an-analogy-20160907t191418823z", + "post_id": 1162599, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Unseen Worker: An Analogy", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mahma/the-unseen-worker-an-analogy#@stellabelle/re-mahma-the-unseen-worker-an-analogy-20160907t191418823z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3724638677, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4522150464, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 829211547, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 65758541657, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1995832917, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256551753, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 749959212, + "voter": "healthcare" + }, + { + "percent": "500", + "reputation": 147478489309626, + "rshares": 70351380970, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1167676927, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346018346, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 103538135990, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 134567511, + "voter": "the-ego-is-you" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I know this might sound simplistic, but I think if you focus on the ingredients of happiness, you will find your answer. Making steemit a place that people don't want to leave is the key. I have some ideas that I'm working on.....", + "body_length": 230, + "cashout_time": "2016-09-14T19:10:51", + "category": "steem", + "children": 4, + "created": "2016-09-07T19:10:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:10:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253374665971, + "parent_author": "ned", + "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", + "pending_payout_value": "0.096 HBD", + "percent_hbd": 10000, + "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160907t191050426z", + "post_id": 1162557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@stellabelle/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160907t191050426z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "why is it risky? I think that living with the assumption that there is an afterlife is much riskier.", + "body_length": 100, + "cashout_time": "2016-09-14T19:00:33", + "category": "atheism", + "children": 12, + "created": "2016-09-07T19:00:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T19:00:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "jrcornel", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t181048559z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t190033146z", + "post_id": 1162422, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-jrcornel-re-stellabelle-some-benefits-of-being-an-atheist-20160907t190033146z" + }, + { + "active_votes": [ + { + "percent": "3300", + "reputation": 16234753830016, + "rshares": 26125067530, + "voter": "thecryptofiend" + }, + { + "percent": "900", + "reputation": 4062552056713, + "rshares": 1078062561, + "voter": "phoenixmaid" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I agree. I left out some of the more heinous things that have been done to me by Christians. I was publicly humiliated in front of a large group of people, when the Christians pointed out the fact that my dad was a sinning alcoholic. They forced me in front of this group, and told the story of how my dad was found drunk, passed out in his car, humiliating me. Then they showed us a slide show with alcoholic drinks, pointing out the \"devils\" and wolves in the ice cubes. I broke down in tears crying, due to the public shaming. Yes, Christians have left their mark on my psyche, that is for sure. I was like 9 years old.", + "body_length": 622, + "cashout_time": "2016-09-14T18:58:45", + "category": "atheism", + "children": 1, + "created": "2016-09-07T18:58:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T20:04:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27203130091, + "parent_author": "thecryptofiend", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t185022974z", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "re-thecryptofiend-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185845887z", + "post_id": 1162397, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-thecryptofiend-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185845887z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I have no evidence of an afterlife, therefore I cannot waste my time thinking about whether it exists or not.", + "body_length": 109, + "cashout_time": "2016-09-14T18:54:45", + "category": "atheism", + "children": 0, + "created": "2016-09-07T18:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:54:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "celsius100", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t182321856z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-celsius100-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185446760z", + "post_id": 1162353, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-celsius100-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185446760z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 71902749, + "voter": "elenirossidou" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "this happens every day, wait, who is the alien?", + "body_length": 47, + "cashout_time": "2016-09-14T18:53:48", + "category": "atheism", + "children": 1, + "created": "2016-09-07T18:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71902749, + "parent_author": "elenirossidou", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t181256252z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-elenirossidou-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185347738z", + "post_id": 1162342, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-elenirossidou-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185347738z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 172024091, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 196212233, + "voter": "steevc" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Yes, the most ironic part of all of this is that many great and well-meaning people are very religious. The religious fanatics, however, are usually mentally unstable........I live among many Christians, and they are well-meaning, in the same way that nice cats are.", + "body_length": 266, + "cashout_time": "2016-09-14T18:52:33", + "category": "atheism", + "children": 0, + "created": "2016-09-07T18:52:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"atheism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:52:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 368236324, + "parent_author": "steevc", + "parent_permlink": "re-stellabelle-some-benefits-of-being-an-atheist-20160907t180159335z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-steevc-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185233815z", + "post_id": 1162326, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some Benefits of Being An Atheist", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/atheism/@stellabelle/some-benefits-of-being-an-atheist#@stellabelle/re-steevc-re-stellabelle-some-benefits-of-being-an-atheist-20160907t185233815z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 20261367191, + "voter": "williambanks" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I can downvote dantheman if I wanted to, but I have not had the need to do that.", + "body_length": 80, + "cashout_time": "2016-09-14T18:43:45", + "category": "censorship", + "children": 1, + "created": "2016-09-07T18:43:45", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"censorship\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:43:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20261367191, + "parent_author": "williambanks", + "parent_permlink": "re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160906t202732360z", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t184345786z", + "post_id": 1162227, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Just Downvote It, Mute It and Walk Away - Is That a Reasonable Solution?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/censorship/@tuck-fheman/just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution#@stellabelle/re-williambanks-re-tuck-fheman-re-williambanks-re-tuck-fheman-just-downvote-it-mute-it-and-walk-away-is-that-a-reasonable-solution-20160907t184345786z" + }, + { + "active_votes": [ + { + "percent": "500", + "reputation": 42786247901122, + "rshares": 2978638888489, + "voter": "dan" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 970141192887, + "voter": "tuck-fheman" + }, + { + "percent": "5000", + "reputation": 60877390332151, + "rshares": 299193743066, + "voter": "kevinwong" + }, + { + "percent": "10000", + "reputation": 2632946346, + "rshares": 28885338602, + "voter": "catchfire" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4524764185, + "voter": "gikitiki" + }, + { + "percent": "2600", + "reputation": 11644551965460, + "rshares": 4696948949, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6679625587, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 19512256979, + "rshares": 208190566, + "voter": "jaredandanissa" + }, + { + "percent": "10000", + "reputation": 6995999694, + "rshares": 53228997, + "voter": "ultiphil" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Extremely thought-provoking. \n\nAfter having lived in and studied many different types of voluntary communities, I discovered that the only ones that remained healthy after a significant amount of time were the ones that had clearly marked guidelines for social behavior. The most successful community has a grace period for all new members: they get to live in the community for six months as a trial. In those six months, the true nature of the newcomer is revealed. If the newcomer was abusive to others and generally created a lot of havoc for the community, the newcomer would generally reject himself/herself and move on. Also, the members, could decide if the new member would fit in with the group. If the members all decided that the new member would not be a good addition, they would not be allowed to live there. In this way, the health of the group is maintained.\n\nOn the flipside, communities that do not have any kind of guidelines regarding truly abusive individuals tend to dissolve rapidly, usually a psychopath enters such a community and rips it apart. I've experienced this several times in real-life communities, and it is an endless repeating cycle of humanity. Without clear guidelines on how to deal with real abuse, the communities dissolve. If a member does more harm than good to a community, then it is in the community's best interest to not associate with them, outcasting is necessary to keep the health alive. This is very basic, fundamental stuff.\n\nWhen a community of trusting individuals who are mostly sheep allow a wolf to rest among them, they will soon find themselves without a body. This happened in my community when a pedophile moved in. He was the boy scout leader and he had married a woman in the community. He regularly took the boys, both his own and others' on camping trips in the woods. It took people a long time to figure out that he was sexually molesting the boys, but my mother used to say when she saw him taking the boys for rides on the lawnmower, \"That man is having way too much fun.\" We didn't know this man, but others who did know him were probably given many clues to indicate his abusive nature, but it is my belief that people were too scared to confront the issue. Fear is a killer of building a healthy community.", + "body_length": 2282, + "cashout_time": "2016-09-14T18:10:54", + "category": "anarchy", + "children": 2, + "created": "2016-09-07T18:10:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"anarchy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T18:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4293021921328, + "parent_author": "dantheman", + "parent_permlink": "nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government", + "pending_payout_value": "3.250 HBD", + "percent_hbd": 10000, + "permlink": "re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t181052955z", + "post_id": 1161799, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nonviolent Censorship is how Nonviolent Societies create Nonviolent Government", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@dantheman/nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government#@stellabelle/re-dantheman-nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government-20160907t181052955z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15484275207, + "rshares": 167987251, + "voter": "soulthug" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "This is quite informative and entertaining. thanks! I have not seen the butler yet, but it sounds interesting. Do you know how to make a bot on Steemit?", + "body_length": 152, + "cashout_time": "2016-09-12T17:58:27", + "category": "witness-category", + "children": 1, + "created": "2016-09-05T17:58:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T18:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167987251, + "parent_author": "royaltiffany", + "parent_permlink": "royaltiffany-witness-thread", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-royaltiffany-royaltiffany-witness-thread-20160905t175826664z", + "post_id": 1137023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "RoyalTiffany Witness Thread", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@royaltiffany/royaltiffany-witness-thread#@stellabelle/re-royaltiffany-royaltiffany-witness-thread-20160905t175826664z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 23949830462, + "voter": "georgedonnelly" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "On a side note, did you ever get those documents from Dollar Vigilante? just curious how that's panning out. I'd be interested in reading about that. Also, there's another one that would be interesting to research.", + "body_length": 214, + "cashout_time": "2016-09-12T17:52:15", + "category": "steemit", + "children": 2, + "created": "2016-09-05T17:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:53:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23949830462, + "parent_author": "georgedonnelly", + "parent_permlink": "re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175040199z", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "re-georgedonnelly-re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175216029z", + "post_id": 1136961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-georgedonnelly-re-stellabelle-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t175216029z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "I agree with this completely.", + "body_length": 29, + "cashout_time": "2016-09-12T17:48:45", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:48:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:48:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "steemit-needs-a-friends-list-feature", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-steemit-needs-a-friends-list-feature-20160905t174845564z", + "post_id": 1136918, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit needs a \"Friends\" list feature", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@dana-edwards/steemit-needs-a-friends-list-feature#@stellabelle/re-dana-edwards-steemit-needs-a-friends-list-feature-20160905t174845564z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "no it's fine.", + "body_length": 13, + "cashout_time": "2016-09-12T17:47:09", + "category": "synereo", + "children": 0, + "created": "2016-09-05T17:47:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"synereo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:47:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "dana-edwards", + "parent_permlink": "re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t145013976z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-dana-edwards-re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t174709137z", + "post_id": 1136894, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Synereo Community Hangout 78", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/synereo/@dana-edwards/synereo-community-hangout-78#@stellabelle/re-dana-edwards-re-positivesteem-re-dana-edwards-synereo-community-hangout-78-20160905t174709137z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Poor leadership spoils the ship.", + "body_length": 32, + "cashout_time": "2016-09-12T17:39:09", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:39:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:39:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "onceuponatime", + "parent_permlink": "re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t171006511z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173909641z", + "post_id": 1136764, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173909641z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "Probably comes after a lifetime of being a wallflower. I suppose some middle ground would be in order.", + "body_length": 102, + "cashout_time": "2016-09-12T17:38:09", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:38:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:38:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "georgedonnelly", + "parent_permlink": "re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t171929267z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-georgedonnelly-re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173810544z", + "post_id": 1136748, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-georgedonnelly-re-onceuponatime-re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173810544z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "\"dirty personal secrets \". Your marketing side is showing, George.", + "body_length": 66, + "cashout_time": "2016-09-12T17:36:00", + "category": "steemit", + "children": 4, + "created": "2016-09-05T17:36:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:40:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "steemsmart", + "parent_permlink": "who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173601241z", + "post_id": 1136710, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who is @stellabelle? with @stellabelle - Steem Smart Podcast Ep. 7d", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@steemsmart/who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d#@stellabelle/re-steemsmart-who-is-stellabelle-with-stellabelle-steem-smart-podcast-ep-7d-20160905t173601241z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 72995429200, + "voter": "sigmajin" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "If you knew what I know, you wouldn't even question the veracity of her story. I think people have forgotton my introduction post, \"I am an information addict.\"", + "body_length": 160, + "cashout_time": "2016-09-12T17:19:09", + "category": "steemit", + "children": 1, + "created": "2016-09-05T17:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:19:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 72995429200, + "parent_author": "sigmajin", + "parent_permlink": "re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t165920512z", + "pending_payout_value": "0.026 HBD", + "percent_hbd": 10000, + "permlink": "re-sigmajin-re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t171908622z", + "post_id": 1136546, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My First Bad Experience with Steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@heiditravels/my-first-bad-experience-with-steemit#@stellabelle/re-sigmajin-re-stellabelle-re-sigmajin-re-heiditravels-my-first-bad-experience-with-steemit-20160905t171908622z" + }, + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "stellar. I could write an entire book about this topic.", + "body_length": 55, + "cashout_time": "2016-09-12T17:07:03", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:07:03", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:07:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "recursive", + "parent_permlink": "re-tuck-fheman-re-fyrstikken-when-heiditravels-did-not-show-up-to-the-tv-interview-to-be-aired-to-10-million-peruvians-but-instead-jumped-on-a-flight-to-20160902t185905606z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-recursive-re-tuck-fheman-re-fyrstikken-when-heiditravels-did-not-show-up-to-the-tv-interview-to-be-aired-to-10-million-peruvians-but-instead-jumped-on-a-flight-to-20160905t170703877z", + "post_id": 1136427, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When @heiditravels did not show up to the TV-Interview to be aired to 10 million Peruvians, but instead jumped on a flight to visit @dollarvigilante I am sorry to say I DID EXPLODE at her!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@fyrstikken/when-heiditravels-did-not-show-up-to-the-tv-interview-to-be-aired-to-10-million-peruvians-but-instead-jumped-on-a-flight-to#@stellabelle/re-recursive-re-tuck-fheman-re-fyrstikken-when-heiditravels-did-not-show-up-to-the-tv-interview-to-be-aired-to-10-million-peruvians-but-instead-jumped-on-a-flight-to-20160905t170703877z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.tavern.yaml new file mode 100644 index 00000000..d0a0b2ad --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest # original produced overlapping pages + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"stellabelle","start_permlink":"re-extie-dasilva-my-thoughts-on-steemit-20160909t154633902z","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_discussions_by_comments" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.orig.json new file mode 100644 index 00000000..703e4534 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.orig.json @@ -0,0 +1,33 @@ +[ + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 0, + "beneficiaries": [], + "body": "JEEZ. how low can one go? Thanks for putting this on your ban list.", + "body_length": 67, + "cashout_time": "2016-09-16T17:28:03", + "category": "life", + "children": 0, + "created": "2016-09-15T19:39:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-anyx-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193928238z", + "post_id": 960971, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@stellabelle/re-anyx-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193928238z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.pat.json new file mode 100644 index 00000000..401aa52d --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.pat.json @@ -0,0 +1,33 @@ +[ + { + "active_votes": [], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "JEEZ. how low can one go? Thanks for putting this on your ban list.", + "body_length": 67, + "cashout_time": "2016-09-22T19:39:27", + "category": "life", + "children": 0, + "created": "2016-09-15T19:39:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-anyx-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193928238z", + "post_id": 1257860, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@stellabelle/re-anyx-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193928238z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.tavern.yaml new file mode 100644 index 00000000..cd899ca3 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/min_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"stellabelle","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "condenser_api_patterns/get_discussions_by_comments" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.orig.json new file mode 100644 index 00000000..46eb5f5a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.orig.json @@ -0,0 +1,9 @@ +{ + "error": { + "code": -32602, + "data": "limit must be provided", + "message": "Invalid parameters" + }, + "id": 1, + "jsonrpc": "2.0" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.pat.json new file mode 100644 index 00000000..979e8fa1 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.pat.json @@ -0,0 +1,1170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -70651552, + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "percent": "10000", + "reputation": 714503005, + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "percent": "10000", + "reputation": 737268128, + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I have banned @larrytom.", + "body_length": 30, + "cashout_time": "2016-09-22T19:38:39", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:38:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 1257850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://finance.yahoo.com/news/edward-snowden-just-made-impassioned-163900702.html", + "body_length": 204, + "cashout_time": "2016-09-22T19:06:30", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 1257500, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 856945350, + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "percent": "10000", + "reputation": 941978751, + "rshares": 188781535, + "voter": "cheetah23" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T19:02:51", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 1257452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 2884679087, + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "percent": "10000", + "reputation": 140041977, + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T18:55:03", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 1257361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 19396838, + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "percent": "10000", + "reputation": 866537264, + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://fizhnews.com/news/How-Sony\u2019s-New-Show-\u2018Startup\u2019-Gets-Bitcoin-Right", + "body_length": 196, + "cashout_time": "2016-09-22T18:46:30", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 1257263, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185277296967, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 773885326, + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "percent": "10000", + "reputation": 796144209, + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "percent": "10000", + "reputation": 87842165, + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I have unbanned @eneismijmich.", + "body_length": 36, + "cashout_time": "2016-09-22T18:20:15", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 1256994, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "percent": "10000", + "reputation": 777448061, + "rshares": 99719091, + "voter": "cheetah93" + }, + { + "percent": "10000", + "reputation": 818704606, + "rshares": 99702754, + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.huffingtonpost.com/entry/tom-cruises-film-crew-killed-in-plan-crash_us_55f46583e4b077ca094f530c", + "body_length": 229, + "cashout_time": "2016-09-22T17:36:27", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:36:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 1256566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://archive.org/stream/NEW_1/NEW.txt?rel=0", + "body_length": 169, + "cashout_time": "2016-09-22T13:07:54", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:07:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 1253586, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ind3x: First Impressions", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 769270232, + "rshares": 120282390, + "voter": "cheetah86" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttps://www.youtube.com/watch?v=St-GpM3bZms", + "body_length": 166, + "cashout_time": "2016-09-22T12:12:27", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:12:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 1253107, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 920430981, + "voter": "anyx03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 738732732, + "voter": "anyx04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 581016645, + "voter": "anyx05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491531071, + "voter": "anyx06" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 765304060, + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "percent": "10000", + "reputation": -3943686, + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + }, + { + "percent": "-10000", + "reputation": 308198215903, + "rshares": -304461322, + "voter": "james1987" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T11:03:18", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 1252623, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Create Your Own DIY Coloring Book, here @james1987", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -19465928, + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "percent": "10000", + "reputation": -19432158, + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "percent": "10000", + "reputation": -18399847, + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-22T10:29:36", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 1252465, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1017023, + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "percent": "10000", + "reputation": -1016094, + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "percent": "10000", + "reputation": 101968248, + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T10:01:21", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T10:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 1252341, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Commission Toolbox review", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 761586123, + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "percent": "10000", + "reputation": 154182809, + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "percent": "10000", + "reputation": 101265588, + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T09:12:36", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T09:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 1252141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Channel Mastery review - Tube Channel Mastery", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "percent": "10000", + "reputation": 59450072, + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "percent": "10000", + "reputation": 714461257, + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a silly robot!", + "body_length": 19, + "cashout_time": "2016-09-22T09:05:39", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 1252100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Active authors & posts under the CN category[2016-09-13]", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T08:14:21", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:14:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 1251856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I am sorry", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396217886, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": -6494721, + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "percent": "10000", + "reputation": -6178552, + "rshares": 102066361, + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T08:06:18", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 1251835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bound for robotic glory @cheetah steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 63737086656, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": -209142316, + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "percent": "10000", + "reputation": -64689350, + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T04:56:12", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:56:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 1250814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPA Cash Cannon Reviews and Bonus by Fred Barton", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://technewsdb.com/the-feds-will-soon-be-able-to-legally-hack-almost-anyone/", + "body_length": 202, + "cashout_time": "2016-09-22T04:49:51", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:49:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 1250781, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T04:05:36", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 1250519, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 121220908, + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "percent": "10000", + "reputation": 770125675, + "rshares": 99871230, + "voter": "cheetah78" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "body_length": 244, + "cashout_time": "2016-09-22T03:54:33", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:54:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 1250439, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.tavern.yaml new file mode 100644 index 00000000..f68a30e7 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/null_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest # there was a bug with limit not applying default when null was passed explicitly (result exceeded max of 100 posts) + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"cheetah","limit":null} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "null_limit" + directory: "condenser_api_patterns/get_discussions_by_comments" diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.orig.json new file mode 100644 index 00000000..30fb86da --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.orig.json @@ -0,0 +1,102 @@ +[ + { + "active_votes": [], + "author": "roadscape", + "author_reputation": 0, + "beneficiaries": [], + "body": "I can definitely make it sticky -- will try to do it this week. I wasn't sure if anyone was using that function!", + "body_length": 112, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemd", + "children": 0, + "created": "2016-05-10T16:12:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-10T16:12:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "pfunk", + "parent_permlink": "can-we-have-advanced-mode-stick", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z", + "post_id": 3229, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can we have advanced mode stick?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemd/@pfunk/can-we-have-advanced-mode-stick#@roadscape/re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z" + }, + { + "active_votes": [], + "author": "roadscape", + "author_reputation": 0, + "beneficiaries": [], + "body": "Will look into this today, thanks tuck!", + "body_length": 39, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemd-issues", + "children": 0, + "created": "2016-05-05T16:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-05T16:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "tuck-fheman", + "parent_permlink": "the-amounts-shown-for-payout-on-a-post-are-doubled", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z", + "post_id": 2086, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The amounts shown for payout on a post are doubled.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemd-issues/@tuck-fheman/the-amounts-shown-for-payout-on-a-post-are-doubled#@roadscape/re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "100384198005", + "voter": "tuck-fheman" + } + ], + "author": "roadscape", + "author_reputation": 0, + "beneficiaries": [], + "body": "This was at least in part due to a glitch on steemd.com. I was relying on only downvotes having a 'weight' of 0, but it appears that upvote weights decay until they reach 0 as well.. so I need to find better a better data source.", + "body_length": 229, + "cashout_time": "1969-12-31T23:59:59", + "category": "random", + "children": 1, + "created": "2016-05-03T20:02:45", + "curator_payout_value": "0.016 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-03T20:02:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100384198005, + "parent_author": "tuck-fheman", + "parent_permlink": "downvote-brigade-in-full-effect-today", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-tuck-fheman-downvote-brigade-in-full-effect-today-20160503t200244137z", + "post_id": 1592, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Downvote brigade in full effect today", + "title": "", + "total_payout_value": "0.016 HBD", + "url": "/random/@tuck-fheman/downvote-brigade-in-full-effect-today#@roadscape/re-tuck-fheman-downvote-brigade-in-full-effect-today-20160503t200244137z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.pat.json new file mode 100644 index 00000000..f60dab09 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.pat.json @@ -0,0 +1,109 @@ +[ + { + "active_votes": [], + "author": "roadscape", + "author_reputation": 9800209121307, + "beneficiaries": [], + "body": "Will look into this today, thanks tuck!", + "body_length": 39, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemd-issues", + "children": 0, + "created": "2016-05-05T16:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-05T16:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "tuck-fheman", + "parent_permlink": "the-amounts-shown-for-payout-on-a-post-are-doubled", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z", + "post_id": 2751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The amounts shown for payout on a post are doubled.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemd-issues/@tuck-fheman/the-amounts-shown-for-payout-on-a-post-are-doubled#@roadscape/re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 100384198005, + "voter": "tuck-fheman" + } + ], + "author": "roadscape", + "author_reputation": 9800209121307, + "beneficiaries": [], + "body": "This was at least in part due to a glitch on steemd.com. I was relying on only downvotes having a 'weight' of 0, but it appears that upvote weights decay until they reach 0 as well.. so I need to find better a better data source.", + "body_length": 229, + "cashout_time": "1969-12-31T23:59:59", + "category": "random", + "children": 1, + "created": "2016-05-03T20:02:45", + "curator_payout_value": "0.016 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-03T20:02:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100384198005, + "parent_author": "tuck-fheman", + "parent_permlink": "downvote-brigade-in-full-effect-today", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-downvote-brigade-in-full-effect-today-20160503t200244137z", + "post_id": 2138, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Downvote brigade in full effect today", + "title": "", + "total_payout_value": "0.016 HBD", + "url": "/random/@tuck-fheman/downvote-brigade-in-full-effect-today#@roadscape/re-tuck-fheman-downvote-brigade-in-full-effect-today-20160503t200244137z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 100384198005, + "voter": "tuck-fheman" + } + ], + "author": "roadscape", + "author_reputation": 9800209121307, + "beneficiaries": [], + "body": "This is a steemd.com bug. I was using some numbers that I thought wouldn't change, but it looks as though the `weight` of each vote lowers over time. So a weight of 0 means it was either a negative vote OR an old vote. I will have to find another way to get this data... in the meantime, I've removed the thumbs-down icon. The thumbs-up icon continues to represent upvotes, but only recent ones.", + "body_length": 396, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemd-issues", + "children": 0, + "created": "2016-05-03T19:53:36", + "curator_payout_value": "0.016 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-03T19:53:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100384198005, + "parent_author": "tuck-fheman", + "parent_permlink": "voting-results-reflecting-incorrectly", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-tuck-fheman-voting-results-reflecting-incorrectly-20160503t195337094z", + "post_id": 2132, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Voting results reflecting incorrectly?", + "title": "", + "total_payout_value": "0.016 HBD", + "url": "/steemd-issues/@tuck-fheman/voting-results-reflecting-incorrectly#@roadscape/re-tuck-fheman-voting-results-reflecting-incorrectly-20160503t195337094z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.tavern.yaml new file mode 100644 index 00000000..600b883e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/paginated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest # see also roadscape.tavern.yaml; original produced overlapping pages + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"roadscape","start_permlink":"re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z","limit":3} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "paginated" + directory: "condenser_api_patterns/get_discussions_by_comments" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/pre_appbase.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/pre_appbase.tavern.yaml index d8593f16..72ee0812 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/pre_appbase.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/pre_appbase.tavern.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "call" - params: ["condenser_api", "get_discussions_by_comments", [{"start_author":"admin","start_permlink":"firstpost","limit":1}]] + params: ["condenser_api", "get_discussions_by_comments", [{"start_author":"admin","start_permlink":"","limit":1}]] response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/roadscape.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/roadscape.tavern.yaml index 90a7f9d9..b3e2d635 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/roadscape.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/roadscape.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind condenser_api.get_discussions_by_comments patterns test marks: - - patterntest + - patterntest # original produced overlapping pages; it does not show in this case since given permlink points to top post, so it's not in results anyway includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.orig.json new file mode 100644 index 00000000..59ee3648 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.orig.json @@ -0,0 +1,1170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121228240", + "voter": "cheetah32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100147183", + "voter": "cheetah33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100129060", + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Okay, I ha", + "body_length": 30, + "cashout_time": "2016-09-16T17:28:03", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:38:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 960964, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187524153", + "voter": "cheetah26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187334144", + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 204, + "cashout_time": "2016-09-16T19:06:56", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 960676, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101333267", + "voter": "cheetah22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "188781535", + "voter": "cheetah23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144867260", + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T19:09:49", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 960637, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102688252", + "voter": "cheetah08" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101816229", + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T18:58:53", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 960563, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66397090281", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99482726", + "voter": "cheetah98" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99684049", + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 196, + "cashout_time": "2016-09-16T18:47:05", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 960485, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "185277296967", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99685752", + "voter": "cheetah97" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99579845", + "voter": "cheetah95" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99393484", + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Okay, I ha", + "body_length": 36, + "cashout_time": "2016-09-16T11:06:20", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "pending_payout_value": "0.059 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 960264, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "67725032087", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140433924", + "voter": "cheetah92" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99719091", + "voter": "cheetah93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99702754", + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 229, + "cashout_time": "2016-09-16T17:37:15", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:36:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 959910, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 169, + "cashout_time": "2016-09-16T14:18:52", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:07:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 957521, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ind3x: First Impressions", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396488686", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120282390", + "voter": "cheetah86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120190190", + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 166, + "cashout_time": "2016-09-16T12:17:01", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:12:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 957132, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1166957457", + "voter": "anyx01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1010717091", + "voter": "anyx02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "920430981", + "voter": "anyx03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "738732732", + "voter": "anyx04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "581016645", + "voter": "anyx05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "491531071", + "voter": "anyx06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99940959", + "voter": "cheetah80" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99755485", + "voter": "cheetah81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99864814", + "voter": "cheetah79" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-304461322", + "voter": "james1987" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T11:04:31", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "pending_payout_value": "0.015 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 956737, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Create Your Own DIY Coloring Book, here @james1987", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99909631", + "voter": "cheetah61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99886729", + "voter": "cheetah62" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99810337", + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am a sil", + "body_length": 19, + "cashout_time": "2016-09-16T11:06:20", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 956622, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100048214", + "voter": "cheetah51" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120915194", + "voter": "cheetah52" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100034443", + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T10:01:56", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T10:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 956519, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Commission Toolbox review", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100706960", + "voter": "cheetah37" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121078651", + "voter": "cheetah38" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100105437", + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T09:13:24", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T09:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 956366, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Channel Mastery review - Tube Channel Mastery", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187334144", + "voter": "cheetah27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143995122", + "voter": "cheetah28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100638161", + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am a sil", + "body_length": 19, + "cashout_time": "2016-09-16T11:07:14", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 956332, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Active authors & posts under the CN category[2016-09-13]", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65068293528", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144867260", + "voter": "cheetah24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100872818", + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187524153", + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T08:16:28", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:14:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 956130, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I am sorry", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66396217886", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102088016", + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102078339", + "voter": "cheetah11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102066361", + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T08:07:00", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 956116, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bound for robotic glory @cheetah steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "63737086656", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268918927", + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125177473", + "voter": "cheetah01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102108064", + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T04:57:21", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:56:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 955291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPA Cash Cannon Reviews and Bonus by Fred Barton", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99679255", + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99820508", + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140433924", + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 202, + "cashout_time": "2016-09-16T04:52:47", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:49:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 955260, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99633760", + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120190190", + "voter": "cheetah88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140310416", + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T04:06:23", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 955045, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65064942628", + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99698423", + "voter": "cheetah77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99871230", + "voter": "cheetah78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99864814", + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_reputation": 0, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-16T03:55:05", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:54:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 954981, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.pat.json new file mode 100644 index 00000000..3eb119d5 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.pat.json @@ -0,0 +1,1170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -70651552, + "rshares": 121228240, + "voter": "cheetah32" + }, + { + "percent": "10000", + "reputation": 714503005, + "rshares": 100147183, + "voter": "cheetah33" + }, + { + "percent": "10000", + "reputation": 737268128, + "rshares": 100129060, + "voter": "cheetah34" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I ha", + "body_length": 30, + "cashout_time": "2016-09-22T19:38:39", + "category": "life", + "children": 0, + "created": "2016-09-15T19:38:39", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:38:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66718594764, + "parent_author": "anyx", + "parent_permlink": "re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840", + "post_id": 1257850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Brother's Heroin Addiction Destroyed Our Family .", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@larrytom/my-brother-s-heroin-addiction-destroyed-our-family#@cheetah/re-re-larrytom-my-brother-s-heroin-addiction-destroyed-our-family-20160915t193755970z-20160915t193840" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 204, + "cashout_time": "2016-09-22T19:06:30", + "category": "opinion", + "children": 0, + "created": "2016-09-15T19:06:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66872821396, + "parent_author": "imjustsayintho", + "parent_permlink": "snowden-live-quote-from-ed-snowden", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-snowden-live-quote-from-ed-snowden-20160915t190631", + "post_id": 1257500, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden#@cheetah/re-snowden-live-quote-from-ed-snowden-20160915t190631" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 856945350, + "rshares": 101333267, + "voter": "cheetah22" + }, + { + "percent": "10000", + "reputation": 941978751, + "rshares": 188781535, + "voter": "cheetah23" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T19:02:51", + "category": "test", + "children": 0, + "created": "2016-09-15T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66832072343, + "parent_author": "machinelearning", + "parent_permlink": "test", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-test-20160915t190252", + "post_id": 1257452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": 2884679087, + "rshares": 102688252, + "voter": "cheetah08" + }, + { + "percent": "10000", + "reputation": 140041977, + "rshares": 101816229, + "voter": "cheetah09" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T18:55:03", + "category": "life", + "children": 1, + "created": "2016-09-15T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66703682778, + "parent_author": "steembeast", + "parent_permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501", + "post_id": 1257361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits#@cheetah/re-do-you-trust-government-companies-explaining-the-private-sector-benefits-20160915t185501" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66397090281, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": 19396838, + "rshares": 99482726, + "voter": "cheetah98" + }, + { + "percent": "10000", + "reputation": 866537264, + "rshares": 99684049, + "voter": "cheetah99" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 196, + "cashout_time": "2016-09-22T18:46:30", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T18:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66865175983, + "parent_author": "owaisted", + "parent_permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630", + "post_id": 1257263, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@owaisted/sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work#@cheetah/re-sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work-20160915t184630" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185277296967, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 773885326, + "rshares": 99685752, + "voter": "cheetah97" + }, + { + "percent": "10000", + "reputation": 796144209, + "rshares": 99579845, + "voter": "cheetah95" + }, + { + "percent": "10000", + "reputation": 87842165, + "rshares": 99393484, + "voter": "cheetah96" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Okay, I ha", + "body_length": 36, + "cashout_time": "2016-09-22T18:20:15", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253300988135, + "parent_author": "anyx", + "parent_permlink": "re-eneismijmich-journey-of-life-20160915t181935060z", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017", + "post_id": 1256994, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-re-eneismijmich-journey-of-life-20160915t181935060z-20160915t182017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 67725032087, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + }, + { + "percent": "10000", + "reputation": 777448061, + "rshares": 99719091, + "voter": "cheetah93" + }, + { + "percent": "10000", + "reputation": 818704606, + "rshares": 99702754, + "voter": "cheetah94" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 229, + "cashout_time": "2016-09-22T17:36:27", + "category": "celebritis", + "children": 0, + "created": "2016-09-15T17:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:36:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68064887856, + "parent_author": "squadron", + "parent_permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627", + "post_id": 1256566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash#@cheetah/re-pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash-20160915t173627" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 169, + "cashout_time": "2016-09-22T13:07:54", + "category": "story", + "children": 2, + "created": "2016-09-15T13:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:07:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736298865, + "parent_author": "rubenalexander", + "parent_permlink": "ind3x-first-impressions", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-ind3x-first-impressions-20160915t130755", + "post_id": 1253586, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ind3x: First Impressions", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/story/@rubenalexander/ind3x-first-impressions#@cheetah/re-ind3x-first-impressions-20160915t130755" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396488686, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 769270232, + "rshares": 120282390, + "voter": "cheetah86" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 166, + "cashout_time": "2016-09-22T12:12:27", + "category": "money", + "children": 2, + "created": "2016-09-15T12:12:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:12:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66736595026, + "parent_author": "funkywanderer", + "parent_permlink": "must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227", + "post_id": 1253107, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUST WATCH...Financial Apocalypse ON or BEFORE October 3 2016? - Bo Polny", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/money/@funkywanderer/must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny#@cheetah/re-must-watch-financial-apocalypse-on-or-before-october-3-2016-bo-polny-20160915t121227" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1166957457, + "voter": "anyx01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1010717091, + "voter": "anyx02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 920430981, + "voter": "anyx03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 738732732, + "voter": "anyx04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 581016645, + "voter": "anyx05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491531071, + "voter": "anyx06" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 765304060, + "rshares": 99940959, + "voter": "cheetah80" + }, + { + "percent": "10000", + "reputation": -3943686, + "rshares": 99755485, + "voter": "cheetah81" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + }, + { + "percent": "-10000", + "reputation": 308198215903, + "rshares": -304461322, + "voter": "james1987" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T11:03:18", + "category": "inspiration", + "children": 1, + "created": "2016-09-15T11:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69972779441, + "parent_author": "james1987", + "parent_permlink": "how-to-create-your-own-diy-coloring-book-here-james1987", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319", + "post_id": 1252623, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Create Your Own DIY Coloring Book, here @james1987", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/inspiration/@james1987/how-to-create-your-own-diy-coloring-book-here-james1987#@cheetah/re-how-to-create-your-own-diy-coloring-book-here-james1987-20160915t110319" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -19465928, + "rshares": 99909631, + "voter": "cheetah61" + }, + { + "percent": "10000", + "reputation": -19432158, + "rshares": 99886729, + "voter": "cheetah62" + }, + { + "percent": "10000", + "reputation": -18399847, + "rshares": 99810337, + "voter": "cheetah63" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a sil", + "body_length": 19, + "cashout_time": "2016-09-22T10:29:36", + "category": "mindfulness", + "children": 1, + "created": "2016-09-15T10:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65367900225, + "parent_author": "eneismijmich", + "parent_permlink": "journey-of-life", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-journey-of-life-20160915t102937", + "post_id": 1252465, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mindfulness/@eneismijmich/journey-of-life#@cheetah/re-journey-of-life-20160915t102937" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1017023, + "rshares": 100048214, + "voter": "cheetah51" + }, + { + "percent": "10000", + "reputation": -1016094, + "rshares": 120915194, + "voter": "cheetah52" + }, + { + "percent": "10000", + "reputation": 101968248, + "rshares": 100034443, + "voter": "cheetah53" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T10:01:21", + "category": "commission", + "children": 0, + "created": "2016-09-15T10:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T10:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65389291379, + "parent_author": "jaki", + "parent_permlink": "commission-toolbox-review", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-commission-toolbox-review-20160915t100121", + "post_id": 1252341, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Commission Toolbox review", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/commission/@jaki/commission-toolbox-review#@cheetah/re-commission-toolbox-review-20160915t100121" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 761586123, + "rshares": 100706960, + "voter": "cheetah37" + }, + { + "percent": "10000", + "reputation": 154182809, + "rshares": 121078651, + "voter": "cheetah38" + }, + { + "percent": "10000", + "reputation": 101265588, + "rshares": 100105437, + "voter": "cheetah39" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T09:12:36", + "category": "tube", + "children": 1, + "created": "2016-09-15T09:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T09:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65390184576, + "parent_author": "lahbil", + "parent_permlink": "youtube-channel-mastery-review-tube-channel-mastery", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236", + "post_id": 1252141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Channel Mastery review - Tube Channel Mastery", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tube/@lahbil/youtube-channel-mastery-review-tube-channel-mastery#@cheetah/re-youtube-channel-mastery-review-tube-channel-mastery-20160915t091236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 139210148, + "rshares": 187334144, + "voter": "cheetah27" + }, + { + "percent": "10000", + "reputation": 59450072, + "rshares": 143995122, + "voter": "cheetah28" + }, + { + "percent": "10000", + "reputation": 714461257, + "rshares": 100638161, + "voter": "cheetah29" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "I am a sil", + "body_length": 19, + "cashout_time": "2016-09-22T09:05:39", + "category": "cn", + "children": 3, + "created": "2016-09-15T09:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65500260955, + "parent_author": "chinadaily", + "parent_permlink": "active-authors-and-posts-under-the-cn-category-2016-09-13", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540", + "post_id": 1252100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Active authors & posts under the CN category[2016-09-13]", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13#@cheetah/re-active-authors-and-posts-under-the-cn-category-2016-09-13-20160915t090540" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65068293528, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 138268096, + "rshares": 144867260, + "voter": "cheetah24" + }, + { + "percent": "10000", + "reputation": 55605680, + "rshares": 100872818, + "voter": "cheetah25" + }, + { + "percent": "10000", + "reputation": 714462185, + "rshares": 187524153, + "voter": "cheetah26" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T08:14:21", + "category": "sorry", + "children": 1, + "created": "2016-09-15T08:14:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:14:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65501557759, + "parent_author": "james1987", + "parent_permlink": "i-am-sorry", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-i-am-sorry-20160915t081420", + "post_id": 1251856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I am sorry", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/sorry/@james1987/i-am-sorry#@cheetah/re-i-am-sorry-20160915t081420" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66396217886, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 72003088, + "rshares": 102088016, + "voter": "cheetah10" + }, + { + "percent": "10000", + "reputation": -6494721, + "rshares": 102078339, + "voter": "cheetah11" + }, + { + "percent": "10000", + "reputation": -6178552, + "rshares": 102066361, + "voter": "cheetah12" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T08:06:18", + "category": "robots", + "children": 1, + "created": "2016-09-15T08:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66702450602, + "parent_author": "james1987", + "parent_permlink": "bound-for-robotic-glory-cheetah-steemit", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "re-bound-for-robotic-glory-cheetah-steemit-20160915t080619", + "post_id": 1251835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bound for robotic glory @cheetah steemit", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/robots/@james1987/bound-for-robotic-glory-cheetah-steemit#@cheetah/re-bound-for-robotic-glory-cheetah-steemit-20160915t080619" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 63737086656, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 1432707350, + "rshares": 268918927, + "voter": "cheetah00" + }, + { + "percent": "10000", + "reputation": -209142316, + "rshares": 125177473, + "voter": "cheetah01" + }, + { + "percent": "10000", + "reputation": -64689350, + "rshares": 102108064, + "voter": "cheetah02" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T04:56:12", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:56:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64233291120, + "parent_author": "woolsey", + "parent_permlink": "cpa-cash-cannon-reviews-and-bonus-by-fred-barton", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612", + "post_id": 1250814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPA Cash Cannon Reviews and Bonus by Fred Barton", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/cpa-cash-cannon-reviews-and-bonus-by-fred-barton#@cheetah/re-cpa-cash-cannon-reviews-and-bonus-by-fred-barton-20160915t045612" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 3992443, + "rshares": 99679255, + "voter": "cheetah90" + }, + { + "percent": "10000", + "reputation": 751094963, + "rshares": 99820508, + "voter": "cheetah91" + }, + { + "percent": "10000", + "reputation": -72271147, + "rshares": 140433924, + "voter": "cheetah92" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Hi! I am a", + "body_length": 202, + "cashout_time": "2016-09-22T04:49:51", + "category": "hacking", + "children": 0, + "created": "2016-09-15T04:49:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:49:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65404876315, + "parent_author": "fiserman", + "parent_permlink": "the-feds-will-soon-be-able-to-legally-hack-almost-anyone", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950", + "post_id": 1250781, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Feds Will Soon Be Able to Legally Hack Almost Anyone", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/hacking/@fiserman/the-feds-will-soon-be-able-to-legally-hack-almost-anyone#@cheetah/re-the-feds-will-soon-be-able-to-legally-hack-almost-anyone-20160915t044950" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": -1749611, + "rshares": 99633760, + "voter": "cheetah87" + }, + { + "percent": "10000", + "reputation": 769270735, + "rshares": 120190190, + "voter": "cheetah88" + }, + { + "percent": "10000", + "reputation": -1621569, + "rshares": 140310416, + "voter": "cheetah89" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T04:05:36", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T04:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65425076994, + "parent_author": "woolsey", + "parent_permlink": "lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536", + "post_id": 1250519, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lazy Profit Engine Reviews and Bonus by Brett Hitchcock", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock#@cheetah/re-lazy-profit-engine-reviews-and-bonus-by-brett-hitchcock-20160915t040536" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064942628, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 121220908, + "rshares": 99698423, + "voter": "cheetah77" + }, + { + "percent": "10000", + "reputation": 770125675, + "rshares": 99871230, + "voter": "cheetah78" + }, + { + "percent": "10000", + "reputation": 773617738, + "rshares": 99864814, + "voter": "cheetah79" + } + ], + "author": "cheetah", + "author_reputation": 22504728466704, + "beneficiaries": [], + "body": "Warning! T", + "body_length": 244, + "cashout_time": "2016-09-22T03:54:33", + "category": "steemtools", + "children": 0, + "created": "2016-09-15T03:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:54:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65364377095, + "parent_author": "woolsey", + "parent_permlink": "plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432", + "post_id": 1250439, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PLR 50 Tutorial Videos Plus 8000 How To Content Reviews and Bonus by Leon Tran", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@woolsey/plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran#@cheetah/re-plr-50-tutorial-videos-plus-8000-how-to-content-reviews-and-bonus-by-leon-tran-20160915t035432" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.tavern.yaml new file mode 100644 index 00000000..b7b16fea --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/truncated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"cheetah","truncate_body":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "truncated" + directory: "condenser_api_patterns/get_discussions_by_comments" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.orig.json new file mode 100644 index 00000000..cd918572 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.orig.json @@ -0,0 +1,3590 @@ +[ + { + "active_votes": [], + "author": "fabio", + "author_reputation": 0, + "beneficiaries": [], + "body": "Please add the tag Italia cosi si riempe!", + "body_length": 41, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 0, + "created": "2016-09-15T18:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z", + "post_id": 960609, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@fabio/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "11834207564", + "voter": "herpetologyguy" + } + ], + "author": "rynow", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi @herpetologyguy\nGreat post, I won't say I like snakes, but I definitely won't kill them. My brother once had one in his garage, which we caught and let it out in the field close to his house. (Was a small snake, but I don't know if it was poisonous or not)", + "body_length": 259, + "cashout_time": "2016-09-16T18:44:06", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"],\"users\":[\"herpetologyguy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z", + "post_id": 960576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@rynow/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12115793570", + "voter": "herpetologyguy" + } + ], + "author": "naturalguy", + "author_reputation": 0, + "beneficiaries": [], + "body": "I am a fan of snakes. I house several snakes and have had success breeding some of my local specimens. I really enjoy releasing a healthy batch of hatch lings to a safe healthy near by location. Relocating snakes, whether they are dangerous or not is an alternative for anyone faced with an unwanted guest. However, this should be done by an experienced handler with knowledge of the local environment. The release of a species that is not native to the area can be a disaster causing harm to the area. Anyone that is unsure or not familiar with snakes should seek out assistance from a professional. Great job, very informative.", + "body_length": 634, + "cashout_time": "2016-09-16T18:44:06", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:55:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12115793570, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z", + "post_id": 960569, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@naturalguy/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "11834207564", + "voter": "herpetologyguy" + } + ], + "author": "steempowerwhale", + "author_reputation": 0, + "beneficiaries": [], + "body": "I once had a snake in the garden but the snake was so scarred of me that she literally \"ran\" away.", + "body_length": 98, + "cashout_time": "2016-09-16T18:44:06", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:35:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z", + "post_id": 960376, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@steempowerwhale/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 0, + "beneficiaries": [], + "body": "

This post has been linked to from another place on Steem.

Learn more about linkback bot v0.3

Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal

", + "body_length": 823, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 0, + "created": "2016-09-15T18:08:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:08:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks", + "post_id": 960171, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@linkback-bot-v0/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 0, + "beneficiaries": [], + "body": "", + "body_length": 1220, + "cashout_time": "2016-10-12T14:14:15", + "category": "life", + "children": 0, + "created": "2016-09-15T18:02:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:02:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks", + "post_id": 960121, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Where were you when...a perspective from inside an American classroom as the tragic events of September 11, 2001 unfolded Part Two.(featuring @hanshotfirst as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two#@linkback-bot-v0/re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks" + }, + { + "active_votes": [], + "author": "skypilot", + "author_reputation": 8190932242152, + "beneficiaries": [], + "body": "Thank you gavvet! I appreciate that!", + "body_length": 36, + "cashout_time": "2016-09-16T15:43:53", + "category": "photography", + "children": 0, + "created": "2016-09-15T17:42:06", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:42:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-skypilot-sunset-at-point-sur-california-20160915t163137288z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z", + "post_id": 959961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california#@skypilot/re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7802860274", + "voter": "richman" + } + ], + "author": "richman", + "author_reputation": 0, + "beneficiaries": [], + "body": "\u0426\u0456\u043a\u0430\u0432\u0438\u0439 \u043f\u043e\u0441\u0442 @burmik123! \nKeep posting ;D", + "body_length": 41, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7802860274, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z", + "post_id": 959760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@richman/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z" + }, + { + "active_votes": [], + "author": "user45-87", + "author_reputation": 0, + "beneficiaries": [], + "body": "All dough I think the hellcat was anything but mediocre.", + "body_length": 56, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z", + "post_id": 959753, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@user45-87/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z" + }, + { + "active_votes": [], + "author": "ksenia", + "author_reputation": 0, + "beneficiaries": [], + "body": "\u0414\u0430\u0435\u0448\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0441\u043e\u0432\u0435\u0442\u0441\u043a\u0438\u0445 \u043c\u0430\u0448\u0438\u043d! \u0423 \u043d\u0430\u0441 \u0436\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445.", + "body_length": 70, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z", + "post_id": 959748, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@ksenia/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z" + }, + { + "active_votes": [], + "author": "nexus1", + "author_reputation": 0, + "beneficiaries": [], + "body": "They are so powerful! but m18 is my favorite, thanks for it.", + "body_length": 60, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:18:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z", + "post_id": 959737, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@nexus1/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z" + }, + { + "active_votes": [], + "author": "whitepeach", + "author_reputation": 0, + "beneficiaries": [], + "body": "\u0410 \u043a\u0430\u043a \u0436\u0435 \u0418\u0421\u0423 152? \u043e\u043d\u0430-\u0442\u043e \u043f\u043e\u0447\u0435\u043c\u0443 \u043d\u0435 \u0432\u043e\u0448\u043b\u0430 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a?", + "body_length": 50, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:17:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:17:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z", + "post_id": 959713, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@whitepeach/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z" + }, + { + "active_votes": [], + "author": "playtime", + "author_reputation": 0, + "beneficiaries": [], + "body": "Wow, nice! tanks again on steemit. I wait for it)", + "body_length": 49, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:16:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:16:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z", + "post_id": 959706, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@playtime/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z" + }, + { + "active_votes": [], + "author": "iggy", + "author_reputation": 0, + "beneficiaries": [], + "body": "Where is Jagdtiger ?", + "body_length": 20, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z", + "post_id": 959704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@iggy/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z" + }, + { + "active_votes": [], + "author": "vuyusile", + "author_reputation": 0, + "beneficiaries": [], + "body": "Looking out for more inspiration! thank you!", + "body_length": 44, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T17:12:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:12:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z", + "post_id": 959670, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@vuyusile/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2249572206", + "voter": "njall" + } + ], + "author": "njall", + "author_reputation": 0, + "beneficiaries": [], + "body": "Very good post!\nThank @gavvet and @nextgen622", + "body_length": 45, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T16:57:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"gavvet\",\"nextgen622\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:57:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2249572206, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z", + "post_id": 959534, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@njall/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z" + }, + { + "active_votes": [], + "author": "positivesteem", + "author_reputation": 0, + "beneficiaries": [], + "body": "Your words resonate with me because I have an autistic son. Make use of your differences and never lose hope.", + "body_length": 109, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T16:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:45:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z", + "post_id": 959442, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@positivesteem/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z" + }, + { + "active_votes": [], + "author": "herverisson", + "author_reputation": 0, + "beneficiaries": [], + "body": "Have you seen the Russian movie \"White Tiger\" ? It's a tank porn at its greatest! Even superior to \"Fury\" which was let down by a stupid ending. \"White Tiger\" is basically \"Moby Dick\" where the whale is a tank ^^ It's not perfect, but there is at least one awesome tank battle scene. You should maybe make a review about it :)", + "body_length": 326, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z", + "post_id": 959339, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@herverisson/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z" + }, + { + "active_votes": [], + "author": "merej99", + "author_reputation": 0, + "beneficiaries": [], + "body": "Very cool, @burmik123\nIf you're interested, I had guest blogged for part-time-commander.com and written an article about the [Top 10 US Tanks of All Time](https://www.part-time-commander.com/top-ten-u-s-tanks-of-all-time/) almost exactly 2 years ago! The research was fun and I simply love learning new things. And being an Army brat and married to a USAF veteran, knowing a little military history is par for the course. Their site must have gone through some changes because the photos aren't included anymore.\n\nSo, now I'd like to ask you... Of your research, which one is your favorite?", + "body_length": 594, + "cashout_time": "2016-09-16T16:11:44", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:23:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"],\"links\":[\"https:\\/\\/www.part-time-commander.com\\/top-ten-u-s-tanks-of-all-time\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:23:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z", + "post_id": 959252, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@merej99/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "64558024", + "voter": "vuyusile" + } + ], + "author": "merej99", + "author_reputation": 0, + "beneficiaries": [], + "body": "It's that type of attitude that will take you far. People can be total jerks, which is why my circle of intimate friends are very small. They're the ones I call my \"hide the body\" friends - you know, the ones you can call and they'll say I'll bring the shovel. LOL \nI have Asperger's and never considered myself disabled. Learning how to make my way in social situations took a lot of trial and error, often feeling like I failed and made a food of myself, but if I focused on just the bad things or the mean people, I would never leave the house!\nKudos to you. What some people view as a disability can really open up amazing gifts that they could never comprehend. :)", + "body_length": 676, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T16:06:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:06:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z", + "post_id": 959117, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@merej99/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z" + }, + { + "active_votes": [], + "author": "kus-knee", + "author_reputation": 0, + "beneficiaries": [], + "body": "I really enjoyed your article and your experience. \n\nSono molto molto contento che hai scritto anche in Italiano! Io habito in Ticino non molto lontano da voi e sono stato in Liguria diverse volte! Bravo! Primo o puoi scrivo anch'io in Italiano ma la mia lingua madre \u00e8 inglese.\n\nSe vuoi dai un occhiata al mio ultimo articolo. Sono un (Old Dog) ma vado al Bits and Pretzels la settimana prossima.\nhttp://steem.link/OUfA5\n@kus-knee (The Old Dog)", + "body_length": 445, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 1, + "created": "2016-09-15T16:05:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"kus-knee\"],\"links\":[\"http:\\/\\/steem.link\\/OUfA5\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:05:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t160518729z", + "post_id": 959104, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@kus-knee/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t160518729z" + }, + { + "active_votes": [], + "author": "ausbitbank", + "author_reputation": 0, + "beneficiaries": [], + "body": "Aha great post @nextgen622 - I struggle to imagine a world without my vision (and I'm already nearsighted), I would've poisoned myself trying to cook a long time ago :)", + "body_length": 168, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T15:43:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"nextgen622\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:43:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t154321780z", + "post_id": 958914, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@ausbitbank/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t154321780z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "52460746", + "voter": "cryptofarmer" + } + ], + "author": "optimistic-crone", + "author_reputation": 0, + "beneficiaries": [], + "body": "Wonderful share. Good job calling out what is our economic situation today and into the future..... May you life with your beautiful wife be blessed with joy, abundance and much healthy nutrition right from your farm, cryptofarmer. (love the name btw) all the best, oc", + "body_length": 273, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 0, + "created": "2016-09-15T15:38:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:38:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52460746, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t153833311z", + "post_id": 958860, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@optimistic-crone/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t153833311z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "64558024", + "voter": "vuyusile" + } + ], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Congratulations on what seems to be \"a life well lived\"! Thanks for sharing your uplifting story!", + "body_length": 98, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T15:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152557780z", + "post_id": 958751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@team101/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152557780z" + }, + { + "active_votes": [], + "author": "optimistic-crone", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you for sharing your story. Adaptation is a key to existence and certainly survival...... I imagine you have honed your skills in effective adaptation and have much of value to share with the would et al. \nMay joy and blessings come your way... \n oc", + "body_length": 258, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T15:25:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:28:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152514511z", + "post_id": 958738, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@optimistic-crone/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152514511z" + }, + { + "active_votes": [], + "author": "doudou252666", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi @cryptofarmer, \nCongrats on your new life at the countryside, and I hope you'll enjoy it because I plan to follow suit on what you're going to do. Was having some doubts and after seeing your post, I'm feeling much better and confident. \n\nI'm 25 this year, and hopefully I'll be able to return to my girlfriend's hometown in the countryside in 1 years' time. I'm not a writer, and I find it hard to express myself sometimes. I'll just be hoping to do some trades, and maybe mine some high-potential altcoins that will just let me live happily and enough to keep my future family afloat. The future is very scary indeed, many things changed in the last decade, and I'm sure change will come at a much faster rate compared to the past decade. \n\nI wish you all the best in your future life, and may you be happy doing what you are interested in! (:\n\n@gavvet thanks for pointing out my error, and thank you for this post.", + "body_length": 920, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 2, + "created": "2016-09-15T15:14:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"cryptofarmer\",\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:53:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t151427658z", + "post_id": 958649, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@doudou252666/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t151427658z" + }, + { + "active_votes": [ + { + "percent": "5555", + "reputation": 0, + "rshares": "1061245798", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64558024", + "voter": "vuyusile" + } + ], + "author": "taoteh1221", + "author_reputation": 0, + "beneficiaries": [], + "body": "I agree disability makes the remaining parts of you stronger. I have been disabled for 2 decades myself, and my state of mind is MUCH stronger than before.", + "body_length": 155, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T15:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:13:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1125803822, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t151350703z", + "post_id": 958636, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@taoteh1221/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t151350703z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "63266864", + "voter": "vuyusile" + } + ], + "author": "dresden", + "author_reputation": 0, + "beneficiaries": [], + "body": "Those are the real human beings examples for following to.", + "body_length": 58, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T15:00:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:00:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63266864, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t150029810z", + "post_id": 958504, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@dresden/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t150029810z" + }, + { + "active_votes": [], + "author": "kajirujohn", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice post", + "body_length": 9, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 0, + "created": "2016-09-15T14:59:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:59:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t145916302z", + "post_id": 958491, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@kajirujohn/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t145916302z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "64558024", + "voter": "vuyusile" + } + ], + "author": "steempowerwhale", + "author_reputation": 0, + "beneficiaries": [], + "body": "Often when one has ability in splendour one is not valuing it, so good to read your story and how you learned and make the best out of it.", + "body_length": 138, + "cashout_time": "2016-09-16T15:12:56", + "category": "life", + "children": 0, + "created": "2016-09-15T14:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t145423463z", + "post_id": 958440, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@steempowerwhale/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t145423463z" + }, + { + "active_votes": [], + "author": "slayer", + "author_reputation": 0, + "beneficiaries": [], + "body": "@cryptofarmer I related to this 100%. Infact my dad is a doctor, he gave me the freedom to be who I am. Maybe this was because I did not perform that well in academics, and he somwhere knew that I did not have the potential to become a doctor. I'm currently studying business in a mediocre college , and the future is very uncertain. \n\nWhen I read about AI , I get excited but at the same time worry about unemployment. Sure AI will take some time before it actually affects the unemployment rate. But it's scary to even think about that. But when one door closes the other door opens. Only time will tell what lies ahead.\n\n@cryptofarmer **I'm not qualified to give advice , but keep doing what you are doing. I hope you succeed in all your endeavors.**", + "body_length": 754, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 1, + "created": "2016-09-15T14:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"cryptofarmer\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141738466z", + "post_id": 958120, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@slayer/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141738466z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "117919744", + "voter": "optimistic-crone" + } + ], + "author": "jimitations", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nothing against the writer's father, but the idea of making the lawyer profession obsolete fills me with happiness. Nice post.", + "body_length": 126, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 0, + "created": "2016-09-15T14:15:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:15:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 117919744, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141503931z", + "post_id": 958092, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@jimitations/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141503931z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 0, + "beneficiaries": [], + "body": "Loved the last sentences. We all need a ~~White Horse~~ Beautifull Princess!", + "body_length": 76, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 0, + "created": "2016-09-15T13:28:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:28:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t132856160z", + "post_id": 957681, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@arcange/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t132856160z" + }, + { + "active_votes": [], + "author": "cryptomental", + "author_reputation": 0, + "beneficiaries": [], + "body": "Would it be possible to provide statistics for Europe, 10 most active capital cities?", + "body_length": 85, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-15T11:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160915t111556719z", + "post_id": 956809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@cryptomental/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160915t111556719z" + }, + { + "active_votes": [], + "author": "awgbibb", + "author_reputation": 0, + "beneficiaries": [], + "body": "Love Dog Stories , Saddest thing is having to have them put down. Thank You for sharing.", + "body_length": 88, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 1, + "created": "2016-09-15T07:08:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:08:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160915t070810452z", + "post_id": 955890, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@awgbibb/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160915t070810452z" + }, + { + "active_votes": [], + "author": "awgbibb", + "author_reputation": 0, + "beneficiaries": [], + "body": "Interesting read, As far as I know ,a lot of the older mines were shutdown because it became uneconomical to mine?, I recall reading something about how many tons of ore were mined to produce one ounce of Gold!", + "body_length": 213, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 1, + "created": "2016-09-15T06:36:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T06:36:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160915t063619807z", + "post_id": 955772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@awgbibb/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160915t063619807z" + }, + { + "active_votes": [], + "author": "alex2016", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice story! Welcome to me blog @alex2016", + "body_length": 40, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-15T02:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"],\"users\":[\"alex2016\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t022756207z", + "post_id": 954533, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@alex2016/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t022756207z" + }, + { + "active_votes": [], + "author": "coindup", + "author_reputation": 0, + "beneficiaries": [], + "body": "Give the miners some time, they will figure out how to run this. Fuck the South African government, it's a lost case. Just go ahead and decentralize the whole country. That is how you will see if the people of the nation can take care of themselves. No need for government. My fellow brothers out there will sort out the mining issue also. Just get rid off the corrupt officials for good. Stop listening to the fucking government if you hate them so much...what the fuck is wrong with you....vokkit, julle maak my bloed kook...Supporting Zama-zamas...you go guys fuck'em", + "body_length": 576, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 1, + "created": "2016-09-14T23:41:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T23:47:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t234144220z", + "post_id": 953574, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@coindup/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t234144220z" + }, + { + "active_votes": [], + "author": "tee-em", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice story! That is truly a blessing, brother. She is beautiful.", + "body_length": 66, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-14T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t185458566z", + "post_id": 951418, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@tee-em/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t185458566z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks for sharing!", + "body_length": 19, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-14T18:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:41:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t184124592z", + "post_id": 951331, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@team101/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t184124592z" + }, + { + "active_votes": [], + "author": "blend", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice! well done!", + "body_length": 16, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-14T18:20:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:20:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181921101z", + "post_id": 951215, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@blend/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181921101z" + }, + { + "active_votes": [], + "author": "onetree", + "author_reputation": 0, + "beneficiaries": [], + "body": "I LOVE this. I met my husband at the local swimming pool when I was 17!!! But I was born in 1971! Fantastic photos :)", + "body_length": 117, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-14T18:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181951757z", + "post_id": 951211, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@onetree/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181951757z" + }, + { + "active_votes": [], + "author": "gavvet", + "author_reputation": 0, + "beneficiaries": [], + "body": "Anytime", + "body_length": 7, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T18:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181811368z", + "post_id": 951198, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@gavvet/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181811368z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 0, + "beneficiaries": [], + "body": "Awesome, that seems high enough that it could potentially have a decent turnout.\nThanks so much!", + "body_length": 96, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T18:15:15", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:15:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181514961z", + "post_id": 951177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181514961z" + }, + { + "active_votes": [], + "author": "goldmatters", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you for sharing this! Hmmmm 1971... Something else historically huge happened that year....", + "body_length": 97, + "cashout_time": "2016-10-15T18:42:33", + "category": "family", + "children": 1, + "created": "2016-09-14T18:12:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:12:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181253389z", + "post_id": 951158, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@goldmatters/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181253389z" + }, + { + "active_votes": [], + "author": "clevecross", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks, these are great numbers", + "body_length": 31, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T17:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:59:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t175912365z", + "post_id": 951033, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@clevecross/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t175912365z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2375155298", + "voter": "kalimor" + } + ], + "author": "kalimor", + "author_reputation": 0, + "beneficiaries": [], + "body": "This is just one of thousands of examples. Human Society must change or die.", + "body_length": 76, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 0, + "created": "2016-09-14T17:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:43:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2375155298, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t174025890z", + "post_id": 950864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@kalimor/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t174025890z" + }, + { + "active_votes": [], + "author": "darthnava", + "author_reputation": 0, + "beneficiaries": [], + "body": "Your content is always unique. Well done.", + "body_length": 41, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 0, + "created": "2016-09-14T17:41:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:41:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t174120170z", + "post_id": 950850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@darthnava/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t174120170z" + }, + { + "active_votes": [], + "author": "darthnava", + "author_reputation": 0, + "beneficiaries": [], + "body": "So Mandela died in vain? His peers were all corrupt after assuming government positions in South Africa.", + "body_length": 105, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 1, + "created": "2016-09-14T17:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:27:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t172144953z", + "post_id": 950724, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@darthnava/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t172144953z" + }, + { + "active_votes": [], + "author": "tnemm.atiaw", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice work, and thanks for the additional comments, everyone below. Gives a better idea of what might be happening.", + "body_length": 114, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T16:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163950103z", + "post_id": 950412, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@tnemm.atiaw/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163950103z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 0, + "beneficiaries": [], + "body": "seattle, belingham, vancouver (canada) please and thank you!", + "body_length": 60, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 4, + "created": "2016-09-14T16:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t162841788z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163712613z", + "post_id": 950410, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163712613z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "152971789", + "voter": "clint01" + } + ], + "author": "jrcornel", + "author_reputation": 0, + "beneficiaries": [], + "body": "The rich get richer and the poor stay poor... sad", + "body_length": 49, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 1, + "created": "2016-09-14T16:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:08:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152971789, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t160804597z", + "post_id": 950226, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@jrcornel/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t160804597z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "940897474", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1414369877", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275583802", + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247172813", + "voter": "eleny" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-519376303", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7164909002", + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68508487", + "voter": "alima" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58963975", + "voter": "areni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54777320", + "voter": "nasmil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52979316", + "voter": "mulag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52026228", + "voter": "irishy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156031225", + "voter": "clint01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155735935", + "voter": "gasuni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155756319", + "voter": "nikok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155655759", + "voter": "posted" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155648083", + "voter": "sabarnex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154638477", + "voter": "evva" + } + ], + "author": "coar", + "author_reputation": 0, + "beneficiaries": [], + "body": "Why? Because politicians are idiots who know nothing! Jacque Fresco \n\nLaws exist where there is a lack of resource. Laws aimed at limiting resources. (C) Jacque fresco", + "body_length": 167, + "cashout_time": "2016-10-15T16:18:36", + "category": "mining", + "children": 3, + "created": "2016-09-14T15:47:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:47:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10744277789, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t154752640z", + "post_id": 950107, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@coar/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t154752640z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Very nice post. thank you!", + "body_length": 27, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:35:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:35:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153503034z", + "post_id": 950039, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@team101/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153503034z" + }, + { + "active_votes": [], + "author": "ladypenelope1", + "author_reputation": 0, + "beneficiaries": [], + "body": "have you tried extract of sea muslce/kelp - homopathic medicine . My ex mother in law used it for her aged golden retriever to allievate arthritis - she was a pharmasist and adjusted the dosage to suit him ( weight and age)- helped him - keep her off cold surfaces at night time as the cold gets into their bones. This is a few things she did to help her retriever- lived until he was 16! Sunshine will help her for sure. Sweet dog - but the staffy won my heart as I have had 4 in my lifetime and they have been the best dogs ever. Good post", + "body_length": 545, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:34:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153239641z", + "post_id": 950020, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@ladypenelope1/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153239641z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 0, + "beneficiaries": [], + "body": "Awesome info. Do you have numbers for active members in the pacific northwest (Seattle/British Columbia area)?\nHave been considering organzing a meetup but not sure how big the population is there (tho it looks promising based on those images).\nThanks and keep up the good work!", + "body_length": 278, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 6, + "created": "2016-09-14T15:30:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:30:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t153016813z", + "post_id": 950007, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t153016813z" + }, + { + "active_votes": [], + "author": "scaredycatguide", + "author_reputation": 0, + "beneficiaries": [], + "body": "@fred703 very heartfelt and thought provoking post. We also need to remember How we treat other human beings is a reflection of one's humanity and civilization. This is sometimes forgotten.\n\nI'm actually allergic to many dog breeds. Thus do not have one. I've dog sat for friends, walked their dogs but having one does not make sense for me. Due to this I often get \"judged\" by women. They think I'm some evil spirit because I don't love dogs. I'm actually dog neutral due to my condition and a pretty good man from what my friends tell me. But so life goes, to each their own right? :-)", + "body_length": 599, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"],\"users\":[\"fred703\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t151542275z", + "post_id": 949905, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@scaredycatguide/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t151542275z" + }, + { + "active_votes": [ + { + "percent": "5300", + "reputation": 0, + "rshares": "144841040341", + "voter": "anonymous" + }, + { + "percent": "5300", + "reputation": 0, + "rshares": "643687473438", + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1229382660405", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20258369817", + "voter": "krabgat" + } + ], + "author": "maximkichev", + "author_reputation": 0, + "beneficiaries": [], + "body": "this is my merit\n\nhttps://www.steemimg.com/images/2016/09/14/d80a0f05a3f14dd59e8f811b255ff09eb47db.png", + "body_length": 102, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:56:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/14\\/d80a0f05a3f14dd59e8f811b255ff09eb47db.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:58:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2038169544001, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.695 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145649506z", + "post_id": 949772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@maximkichev/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145649506z" + }, + { + "active_votes": [], + "author": "aboundlessworld", + "author_reputation": 0, + "beneficiaries": [], + "body": "Super insightful post as always Gavvet. Love this data.\n\nWill be super interesting to see how all this plays out on a 6-12 month scale.\n\nFingers crossed it's good.", + "body_length": 163, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145504610z", + "post_id": 949752, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@aboundlessworld/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145504610z" + }, + { + "active_votes": [], + "author": "funnyman", + "author_reputation": 0, + "beneficiaries": [], + "body": "@fred nice post man!!! Great initiative @gavvet. Keep supporting and keep spreading happiness :)", + "body_length": 96, + "cashout_time": "2016-10-15T15:17:27", + "category": "dogs", + "children": 0, + "created": "2016-09-14T14:51:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"],\"users\":[\"fred\",\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:51:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t145119430z", + "post_id": 949717, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@funnyman/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t145119430z" + }, + { + "active_votes": [], + "author": "steemdesigner", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://s18.postimg.org/3q34tviu1/595.gif", + "body_length": 40, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"image\":[\"http:\\/\\/s18.postimg.org\\/3q34tviu1\\/595.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t143253241z", + "post_id": 949603, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@steemdesigner/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t143253241z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1226945592313", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23979129985", + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15687144691", + "voter": "aboundlessworld" + } + ], + "author": "acidyo", + "author_reputation": 15768042352593, + "beneficiaries": [], + "body": "The blimp on the south-west of finland is me and my friends I've gotten into Steemit. :)", + "body_length": 88, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 2, + "created": "2016-09-14T14:23:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:23:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1266611866989, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.375 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142334625z", + "post_id": 949543, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@acidyo/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142334625z" + }, + { + "active_votes": [], + "author": "laskoff", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks @Gavvet nice information!!!! =)", + "body_length": 38, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142317400z", + "post_id": 949540, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@laskoff/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142317400z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks. Good post.", + "body_length": 19, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:04:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:04:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140439339z", + "post_id": 949399, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@team101/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140439339z" + }, + { + "active_votes": [], + "author": "tarekadam", + "author_reputation": 0, + "beneficiaries": [], + "body": "That is a great comparison and shows that steemit will be huge in the future. The question is now how to make it interesting for vistors to stay and return frequently.", + "body_length": 167, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:01:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:01:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140152055z", + "post_id": 949377, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@tarekadam/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140152055z" + }, + { + "active_votes": [], + "author": "williambanks", + "author_reputation": 0, + "beneficiaries": [], + "body": "Been a follower of @lordvader since he commented on my 5th force article awhile back.\nThis was a great post and I agree, Studio C is awesome. It's one of the very few sketch comedy shows that you know for a fact will never have anything questionable so it's always safe to watch as a family, even on first runs.\n\nJust an FYI @casandrarose started #greenjello for anyone looking for more things like studio C and more topics of interest for people who really enjoy studio C's family values. If you don't get the in joke, don't worry about that tag ;)", + "body_length": 551, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-14T13:50:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"greenjello\",\"nameinlights\"],\"users\":[\"lordvader\",\"casandrarose\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:56:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160914t135015619z", + "post_id": 949282, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@williambanks/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160914t135015619z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "20238683957", + "voter": "prufarchy" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3328194786", + "voter": "rubenalexander" + } + ], + "author": "prufarchy", + "author_reputation": 0, + "beneficiaries": [], + "body": "Those delicious bubbles on the map automatically get upvoted...", + "body_length": 63, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T13:48:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23566878743, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t134827363z", + "post_id": 949264, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@prufarchy/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t134827363z" + }, + { + "active_votes": [], + "author": "nin0000", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks Gavvet,\ni was wondering about this last night,\nfi for the best time to post etc.", + "body_length": 87, + "cashout_time": "2016-10-15T14:28:54", + "category": "stats", + "children": 0, + "created": "2016-09-14T13:39:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:39:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t133901950z", + "post_id": 949222, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@nin0000/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t133901950z" + }, + { + "active_votes": [], + "author": "kingofchaos", + "author_reputation": 0, + "beneficiaries": [], + "body": "Looks like you conveniently covered the very right side of the chart with a white strip, because it clearly shows the curve was falling off a cliff. The charts are about two weeks old. The trend line is going DOWN, on every chart. Even subscriptions are falling, nobody even bothers to create fake accounts any more. \nhttps://steemle.com/charts.php?charts=posts\nAlexa data is only an estimate, btw. No real marketing data available for this site. \nWould you be bothered to reveal some real Google Analytics data?", + "body_length": 512, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 1, + "created": "2016-09-14T09:25:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"links\":[\"https:\\/\\/steemle.com\\/charts.php?charts=posts\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T09:25:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160914t092553536z", + "post_id": 947952, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@kingofchaos/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160914t092553536z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12596455777", + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1224646762576", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8638318326", + "voter": "theconnoisseur" + } + ], + "author": "lordvader", + "author_reputation": 0, + "beneficiaries": [], + "body": "Here is my latest transmission.\nhttps://steemit.com/humor/@lordvader/how-to-ruin-an-empire-episode-viii-landlord-vader\nhttp://www.orangeinks.com/wp-content/uploads/2011/05/vader-podium-speech-on-obiwans-death.jpg", + "body_length": 212, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T23:47:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"links\":[\"https:\\/\\/steemit.com\\/humor\\/@lordvader\\/how-to-ruin-an-empire-episode-viii-landlord-vader\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:47:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1245881536679, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.344 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t234704647z", + "post_id": 945081, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@lordvader/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t234704647z" + }, + { + "active_votes": [], + "author": "skypilot", + "author_reputation": 8190932242152, + "beneficiaries": [], + "body": "This is one amazing article! Wow.... thanks for taking the time to compile this. Great work gavvet!!", + "body_length": 100, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 0, + "created": "2016-09-13T23:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:08:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t230755191z", + "post_id": 944769, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@skypilot/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t230755191z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12596455777", + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1224646762576", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8638318326", + "voter": "theconnoisseur" + } + ], + "author": "fyrstikken", + "author_reputation": 0, + "beneficiaries": [], + "body": "@gavvet I am your Father. :D\nGreat post here, enjoyed it a lot, thank you :)", + "body_length": 76, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T21:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T21:06:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1245881536679, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.344 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t210609656z", + "post_id": 943835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@fyrstikken/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t210609656z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1224646762576", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8638318326", + "voter": "theconnoisseur" + } + ], + "author": "lordvader", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-09-13%20at%203.40.29%20PM_zps7tqixmhx.png\nThank you for your loyalty. It will be rewarded.", + "body_length": 166, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T20:42:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"image\":[\"http:\\/\\/i1160.photobucket.com\\/albums\\/q491\\/brian_murray4\\/Screen%20Shot%202016-09-13%20at%203.40.29%20PM_zps7tqixmhx.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T20:42:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1233285080902, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.340 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t204229364z", + "post_id": 943659, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@lordvader/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t204229364z" + }, + { + "active_votes": [], + "author": "jennsky", + "author_reputation": 0, + "beneficiaries": [], + "body": "I'm not saying this is not great work. It is. I can see that. I stopped by and read it. Not because who posted it, but because it was new.\n@vuyusile has never posted a blog once ever.", + "body_length": 183, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 0, + "created": "2016-09-13T20:00:42", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T20:01:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t174236343z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t200038730z", + "post_id": 943297, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@jennsky/re-gavvet-re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t200038730z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1224646762576", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8830280955", + "voter": "theconnoisseur" + } + ], + "author": "sebhaj", + "author_reputation": 0, + "beneficiaries": [], + "body": "I just have saw this 4 videos, i'm subscribing to their channel right now, so funny, I was really laughing out loud alone", + "body_length": 121, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:52:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1233477043531, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.340 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t185217213z", + "post_id": 942671, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@sebhaj/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t185217213z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1274632344722", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9022243584", + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6082794234", + "voter": "lordvader" + } + ], + "author": "prufarchy", + "author_reputation": 0, + "beneficiaries": [], + "body": "@lordvader has renewed my faith in the stability of (LONG LIVE) the Empire for weeks now. His drive-by comments are my favorite. Oh, and have you met his secretary? Overworked a bit, but a saint. A pure saint.", + "body_length": 209, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T18:34:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"lordvader\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1289737382540, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.360 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t183435027z", + "post_id": 942531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@prufarchy/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t183435027z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1249639553649", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8830280955", + "voter": "theconnoisseur" + } + ], + "author": "jrcornel", + "author_reputation": 0, + "beneficiaries": [], + "body": "Fast Pass.... that was hilarious!", + "body_length": 33, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T18:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:10:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1258469834604, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.348 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t181029719z", + "post_id": 942337, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@jrcornel/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t181029719z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1249639553649", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8830280955", + "voter": "theconnoisseur" + } + ], + "author": "nobreku", + "author_reputation": 0, + "beneficiaries": [], + "body": "i love studio C :)....", + "body_length": 22, + "cashout_time": "2016-10-14T20:21:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T18:07:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:07:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1258469834604, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.348 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t180744218z", + "post_id": 942309, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@nobreku/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t180744218z" + }, + { + "active_votes": [], + "author": "cristi", + "author_reputation": 0, + "beneficiaries": [], + "body": "thanks for jumping in :)", + "body_length": 24, + "cashout_time": "2016-10-14T15:09:12", + "category": "physics", + "children": 0, + "created": "2016-09-13T17:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T17:53:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t173857192z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t175332667z", + "post_id": 942175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@cristi/re-gavvet-re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t175332667z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65849185", + "voter": "vuyusile" + } + ], + "author": "anotherjoe", + "author_reputation": 0, + "beneficiaries": [], + "body": "More great stuff. I really enjoy chronologies, so it's especially intriguing for me.\nAn interesting side note - I found it pretty cool that you put the date of Christ's birth on April 6th. There is a quiet tradition that April Fools Day is originally a celebration of His birth. There are no clear explanations of the origin of the \"holiday\". But it's speculated by some that when pagans would see Christians celebrating April 1st, they dubbed it \"all fools day\". Maybe, but perhaps too speculative. Still, it's interesting.\nCosmological conspiracy on a grand scale indeed.", + "body_length": 573, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 2, + "created": "2016-09-13T16:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T16:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65849185, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t160205439z", + "post_id": 941255, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@anotherjoe/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t160205439z" + }, + { + "active_votes": [], + "author": "themanualbot", + "author_reputation": 0, + "beneficiaries": [], + "body": "@vuyusile are you a theologian?", + "body_length": 31, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 1, + "created": "2016-09-13T15:48:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:48:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154837651z", + "post_id": 941115, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@themanualbot/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154837651z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Very interesting. I will watch for more!", + "body_length": 41, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 1, + "created": "2016-09-13T15:45:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:45:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154534511z", + "post_id": 941086, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@team101/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154534511z" + }, + { + "active_votes": [], + "author": "jennsky", + "author_reputation": 0, + "beneficiaries": [], + "body": "@vuyusile as author, Why cant he write his own blog? Or is it one of those fake accts.\nTHIS IS CHEATING", + "body_length": 103, + "cashout_time": "2016-10-14T15:45:21", + "category": "astronomy", + "children": 6, + "created": "2016-09-13T15:23:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t152341684z", + "post_id": 940920, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@jennsky/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t152341684z" + }, + { + "active_votes": [], + "author": "ubg", + "author_reputation": 0, + "beneficiaries": [], + "body": "Oh god I love old people, their dick never works.", + "body_length": 50, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T15:23:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:23:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t152316790z", + "post_id": 940918, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@ubg/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t152316790z" + }, + { + "active_votes": [], + "author": "virtualgrowth", + "author_reputation": 0, + "beneficiaries": [], + "body": "Loved this information being a lover of the Sciences. Thank you for sharing.", + "body_length": 77, + "cashout_time": "2016-10-14T15:09:12", + "category": "physics", + "children": 1, + "created": "2016-09-13T15:03:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:03:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t150301522z", + "post_id": 940751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@virtualgrowth/re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t150301522z" + }, + { + "active_votes": [], + "author": "royalmacro", + "author_reputation": 0, + "beneficiaries": [], + "body": "very good writing. I also read an article by you on same topic some weeks ago :D", + "body_length": 80, + "cashout_time": "2016-10-14T15:09:12", + "category": "physics", + "children": 2, + "created": "2016-09-13T14:44:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:44:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t144457490z", + "post_id": 940625, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@royalmacro/re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t144457490z" + }, + { + "active_votes": [], + "author": "thecryptofiend", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks:)", + "body_length": 8, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 0, + "created": "2016-09-13T14:40:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:40:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t110502884z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t144012836z", + "post_id": 940579, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@thecryptofiend/re-gavvet-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t144012836z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 0, + "beneficiaries": [], + "body": "Very interesting!", + "body_length": 17, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T14:33:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:33:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t143312908z", + "post_id": 940516, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@team101/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t143312908z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57518491", + "voter": "humans" + } + ], + "author": "humans", + "author_reputation": 0, + "beneficiaries": [], + "body": "@gavvet how can we get featured?", + "body_length": 32, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T14:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"],\"users\":[\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:21:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57518491, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t142143476z", + "post_id": 940443, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@humans/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t142143476z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3156290023", + "voter": "michaellamden68" + } + ], + "author": "michaellamden68", + "author_reputation": 0, + "beneficiaries": [], + "body": "Excellent!!!\n\nhttp://3.bp.blogspot.com/-kEWJ9LDwmhI/VUOiXvpII1I/AAAAAAAAANA/BROIQhg0hkg/s1600/rolls%2Broyce%2B2.jpg", + "body_length": 115, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:55:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"],\"image\":[\"http:\\/\\/3.bp.blogspot.com\\/-kEWJ9LDwmhI\\/VUOiXvpII1I\\/AAAAAAAAANA\\/BROIQhg0hkg\\/s1600\\/rolls%2Broyce%2B2.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:55:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3156290023, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t135557179z", + "post_id": 940284, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@michaellamden68/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t135557179z" + }, + { + "active_votes": [], + "author": "steempowerwhale", + "author_reputation": 0, + "beneficiaries": [], + "body": "He was really lucky at the end with picking up an escaped inmate. That was close encounter....", + "body_length": 94, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:44:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:44:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t134432026z", + "post_id": 940212, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@steempowerwhale/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t134432026z" + }, + { + "active_votes": [], + "author": "michaelstobiersk", + "author_reputation": 0, + "beneficiaries": [], + "body": "Good post!", + "body_length": 10, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:39:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:39:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133858219z", + "post_id": 940175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@michaelstobiersk/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133858219z" + }, + { + "active_votes": [], + "author": "summonerrk", + "author_reputation": 0, + "beneficiaries": [], + "body": "Looks like interestibg. Copied and will been read in the bus stop", + "body_length": 65, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:38:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:38:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133838970z", + "post_id": 940173, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@summonerrk/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133838970z" + }, + { + "active_votes": [], + "author": "jrcornel", + "author_reputation": 0, + "beneficiaries": [], + "body": "Giving his trapped victims the book of Mormon.... that is great! Thanks for sharing!", + "body_length": 84, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133632904z", + "post_id": 940159, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@jrcornel/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133632904z" + }, + { + "active_votes": [], + "author": "annesaya", + "author_reputation": 0, + "beneficiaries": [], + "body": "Cool! Hope u could notice my work :-)", + "body_length": 38, + "cashout_time": "2016-10-14T14:00:24", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:35:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:35:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160914t044233027z", + "post_id": 940148, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@annesaya/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160914t044233027z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "221237701", + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53516176", + "voter": "cnmtz" + } + ], + "author": "luminousvisions", + "author_reputation": 0, + "beneficiaries": [], + "body": "so, tell me then ... what needs to change?", + "body_length": 42, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 0, + "created": "2016-09-13T13:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 274753877, + "parent_author": "gavvet", + "parent_permlink": "re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t115530722z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t131409433z", + "post_id": 939972, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t131409433z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "216628582", + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47307852840", + "voter": "luminousvisions" + } + ], + "author": "luminousvisions", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://steemit.com/steemit/@luminousvisions/authors-should-upvote-most-comments-made-on-their-post", + "body_length": 99, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 0, + "created": "2016-09-13T11:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"stats\"],\"links\":[\"https:\\/\\/steemit.com\\/steemit\\/@luminousvisions\\/authors-should-upvote-most-comments-made-on-their-post\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T11:28:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47524481422, + "parent_author": "gavvet", + "parent_permlink": "re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t110550967z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t112846539z", + "post_id": 939282, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t112846539z" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 0, + "rshares": "600037136", + "voter": "nextgen11" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "600040849", + "voter": "nextgen12" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "600048275", + "voter": "nextgen13" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "600051972", + "voter": "nextgen16" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "8579778537", + "voter": "steemcleaners" + } + ], + "author": "steemcleaners", + "author_reputation": 0, + "beneficiaries": [], + "body": "Source- http://www.facultyfocus.com/articles/philosophy-of-teaching/good-teaching-the-top-10-requirements/\n\nI know this post is 4 weeks old now and made a boatload of money but its still worth pointing out that it was plagiarized.\n\nNot citing sources is plagiarism, and copying pasting articles without permission is copyright infringement. If you want to share a news story, simply link to the source,include your original commentary, and possibly a few small quotes from the source.", + "body_length": 484, + "cashout_time": "1969-12-31T23:59:59", + "category": "teaching", + "children": 0, + "created": "2016-09-13T11:25:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"teaching\"],\"links\":[\"http:\\/\\/www.facultyfocus.com\\/articles\\/philosophy-of-teaching\\/good-teaching-the-top-10-requirements\\/\"]}", + "last_payout": "2016-09-15T04:54:09", + "last_update": "2016-09-13T11:25:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10979956769, + "parent_author": "gavvet", + "parent_permlink": "how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa-20160913t112557350z", + "post_id": 939263, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How I ended up as a good teacher with my own good teaching skills./ Paano ako naging mabuting guro na may mabuting kakayahan sa pagtuturo. (Featuring new author @themanualbot)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/teaching/@gavvet/how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa#@steemcleaners/re-gavvet-how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa-20160913t112557350z" + }, + { + "active_votes": [], + "author": "tarekadam", + "author_reputation": 0, + "beneficiaries": [], + "body": "Another great article. I totally agree, Steemit is still in Beta and is doing great. Time will tell but I think in a few years people look back and hit them self not buying steem and power-up when the price was 70 cent.", + "body_length": 219, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 0, + "created": "2016-09-13T07:15:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T07:15:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t071532993z", + "post_id": 938105, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@tarekadam/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t071532993z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "8946382003", + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212019463", + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52207362", + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52352781", + "voter": "cnmtz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48487680334", + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212620152", + "voter": "jaredandanissa" + } + ], + "author": "luminousvisions", + "author_reputation": 0, + "beneficiaries": [], + "body": "## as if you can solve problems by ignoring them\n\nyou're doing fine, so you don't want anything to change .. ok, we got it! thanks for letting us know\n\nbut you got to be really ignorant to think that right now the steemit eco-system is indeed strong and healthy ... it's not!\n\n### I believe that in the long run steemit will succeed, but only thanks to those people that accept the problems and work on solutions ... not those that call other FRAUDS, just for bring up the problems that do exist, despite Steemit's potential", + "body_length": 524, + "cashout_time": "2016-10-13T16:39:15", + "category": "stats", + "children": 2, + "created": "2016-09-13T06:58:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T10:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57963262095, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t065758516z", + "post_id": 937996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t065758516z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.pat.json new file mode 100644 index 00000000..39e67514 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.pat.json @@ -0,0 +1,3590 @@ +[ + { + "active_votes": [], + "author": "fabio", + "author_reputation": 14661458923663, + "beneficiaries": [], + "body": "Please add the tag Italia cosi si riempe!", + "body_length": 41, + "cashout_time": "2016-09-22T18:59:45", + "category": "life", + "children": 0, + "created": "2016-09-15T18:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z", + "post_id": 1257419, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@fabio/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11834207564, + "voter": "herpetologyguy" + } + ], + "author": "rynow", + "author_reputation": 189363957513, + "beneficiaries": [], + "body": "Hi @herpetologyguy\nGreat post, I won't say I like snakes, but I definitely won't kill them. My brother once had one in his garage, which we caught and let it out in the field close to his house. (Was a small snake, but I don't know if it was poisonous or not)", + "body_length": 259, + "cashout_time": "2016-09-22T18:56:18", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"],\"users\":[\"herpetologyguy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z", + "post_id": 1257378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@rynow/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115793570, + "voter": "herpetologyguy" + } + ], + "author": "naturalguy", + "author_reputation": 539376176, + "beneficiaries": [], + "body": "I am a fan of snakes. I house several snakes and have had success breeding some of my local specimens. I really enjoy releasing a healthy batch of hatch lings to a safe healthy near by location. Relocating snakes, whether they are dangerous or not is an alternative for anyone faced with an unwanted guest. However, this should be done by an experienced handler with knowledge of the local environment. The release of a species that is not native to the area can be a disaster causing harm to the area. Anyone that is unsure or not familiar with snakes should seek out assistance from a professional. Great job, very informative.", + "body_length": 634, + "cashout_time": "2016-09-22T18:55:48", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:55:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12115793570, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z", + "post_id": 1257370, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@naturalguy/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11834207564, + "voter": "herpetologyguy" + } + ], + "author": "steempowerwhale", + "author_reputation": 661603952344, + "beneficiaries": [], + "body": "I once had a snake in the garden but the snake was so scarred of me that she literally \"ran\" away.", + "body_length": 98, + "cashout_time": "2016-09-22T18:35:03", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:35:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z", + "post_id": 1257128, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@steempowerwhale/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 202215076691, + "beneficiaries": [], + "body": "

This post has been linked to from another place on Steem.

Learn more about linkback bot v0.3

Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal

", + "body_length": 823, + "cashout_time": "2016-09-22T18:08:48", + "category": "stats", + "children": 0, + "created": "2016-09-15T18:08:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:08:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks", + "post_id": 1256883, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@linkback-bot-v0/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 202215076691, + "beneficiaries": [], + "body": "", + "body_length": 1220, + "cashout_time": "2016-09-22T18:02:27", + "category": "life", + "children": 0, + "created": "2016-09-15T18:02:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:02:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks", + "post_id": 1256824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Where were you when...a perspective from inside an American classroom as the tragic events of September 11, 2001 unfolded Part Two.(featuring @hanshotfirst as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two#@linkback-bot-v0/re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks" + }, + { + "active_votes": [], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "Thank you gavvet! I appreciate that!", + "body_length": 36, + "cashout_time": "2016-09-22T17:42:06", + "category": "photography", + "children": 0, + "created": "2016-09-15T17:42:06", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:42:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-skypilot-sunset-at-point-sur-california-20160915t163137288z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z", + "post_id": 1256626, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california#@skypilot/re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7802860274, + "voter": "richman" + } + ], + "author": "richman", + "author_reputation": 15854806148148, + "beneficiaries": [], + "body": "\u0426\u0456\u043a\u0430\u0432\u0438\u0439 \u043f\u043e\u0441\u0442 @burmik123! \nKeep posting ;D", + "body_length": 41, + "cashout_time": "2016-09-22T17:21:39", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7802860274, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z", + "post_id": 1256394, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@richman/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z" + }, + { + "active_votes": [], + "author": "user45-87", + "author_reputation": 0, + "beneficiaries": [], + "body": "All dough I think the hellcat was anything but mediocre.", + "body_length": 56, + "cashout_time": "2016-09-22T17:20:45", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z", + "post_id": 1256386, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@user45-87/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z" + }, + { + "active_votes": [], + "author": "ksenia", + "author_reputation": 67719411972, + "beneficiaries": [], + "body": "\u0414\u0430\u0435\u0448\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0441\u043e\u0432\u0435\u0442\u0441\u043a\u0438\u0445 \u043c\u0430\u0448\u0438\u043d! \u0423 \u043d\u0430\u0441 \u0436\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445.", + "body_length": 70, + "cashout_time": "2016-09-22T17:20:03", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z", + "post_id": 1256379, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@ksenia/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z" + }, + { + "active_votes": [], + "author": "nexus1", + "author_reputation": 1083381628, + "beneficiaries": [], + "body": "They are so powerful! but m18 is my favorite, thanks for it.", + "body_length": 60, + "cashout_time": "2016-09-22T17:18:51", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:18:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z", + "post_id": 1256365, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@nexus1/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z" + }, + { + "active_votes": [], + "author": "whitepeach", + "author_reputation": 310449551325, + "beneficiaries": [], + "body": "\u0410 \u043a\u0430\u043a \u0436\u0435 \u0418\u0421\u0423 152? \u043e\u043d\u0430-\u0442\u043e \u043f\u043e\u0447\u0435\u043c\u0443 \u043d\u0435 \u0432\u043e\u0448\u043b\u0430 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a?", + "body_length": 50, + "cashout_time": "2016-09-22T17:17:03", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:17:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:17:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z", + "post_id": 1256338, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@whitepeach/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z" + }, + { + "active_votes": [], + "author": "playtime", + "author_reputation": 19408082282, + "beneficiaries": [], + "body": "Wow, nice! tanks again on steemit. I wait for it)", + "body_length": 49, + "cashout_time": "2016-09-22T17:16:09", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:16:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:16:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z", + "post_id": 1256329, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@playtime/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z" + }, + { + "active_votes": [], + "author": "iggy", + "author_reputation": 74431494282, + "beneficiaries": [], + "body": "Where is Jagdtiger ?", + "body_length": 20, + "cashout_time": "2016-09-22T17:15:57", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z", + "post_id": 1256326, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@iggy/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z" + }, + { + "active_votes": [], + "author": "vuyusile", + "author_reputation": 68029907798, + "beneficiaries": [], + "body": "Looking out for more inspiration! thank you!", + "body_length": 44, + "cashout_time": "2016-09-22T17:12:00", + "category": "life", + "children": 0, + "created": "2016-09-15T17:12:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:12:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z", + "post_id": 1256284, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@vuyusile/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + } + ], + "author": "njall", + "author_reputation": 490170833577, + "beneficiaries": [], + "body": "Very good post!\nThank @gavvet and @nextgen622", + "body_length": 45, + "cashout_time": "2016-09-22T16:57:42", + "category": "life", + "children": 0, + "created": "2016-09-15T16:57:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"gavvet\",\"nextgen622\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:57:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2249572206, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z", + "post_id": 1256118, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@njall/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z" + }, + { + "active_votes": [], + "author": "positivesteem", + "author_reputation": 1140212510918, + "beneficiaries": [], + "body": "Your words resonate with me because I have an autistic son. Make use of your differences and never lose hope.", + "body_length": 109, + "cashout_time": "2016-09-22T16:45:36", + "category": "life", + "children": 0, + "created": "2016-09-15T16:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:45:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z", + "post_id": 1256014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@positivesteem/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z" + }, + { + "active_votes": [], + "author": "herverisson", + "author_reputation": 6741143115703, + "beneficiaries": [], + "body": "Have you seen the Russian movie \"White Tiger\" ? It's a tank porn at its greatest! Even superior to \"Fury\" which was let down by a stupid ending. \"White Tiger\" is basically \"Moby Dick\" where the whale is a tank ^^ It's not perfect, but there is at least one awesome tank battle scene. You should maybe make a review about it :)", + "body_length": 326, + "cashout_time": "2016-09-22T16:33:30", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z", + "post_id": 1255880, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@herverisson/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z" + }, + { + "active_votes": [], + "author": "merej99", + "author_reputation": 4835227647717, + "beneficiaries": [], + "body": "Very cool, @burmik123\nIf you're interested, I had guest blogged for part-time-commander.com and written an article about the [Top 10 US Tanks of All Time](https://www.part-time-commander.com/top-ten-u-s-tanks-of-all-time/) almost exactly 2 years ago! The research was fun and I simply love learning new things. And being an Army brat and married to a USAF veteran, knowing a little military history is par for the course. Their site must have gone through some changes because the photos aren't included anymore.\n\nSo, now I'd like to ask you... Of your research, which one is your favorite?", + "body_length": 594, + "cashout_time": "2016-09-22T16:23:00", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:23:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"],\"links\":[\"https://www.part-time-commander.com/top-ten-u-s-tanks-of-all-time/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:23:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z", + "post_id": 1255776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@merej99/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + } + ], + "author": "merej99", + "author_reputation": 4835227647717, + "beneficiaries": [], + "body": "It's that type of attitude that will take you far. People can be total jerks, which is why my circle of intimate friends are very small. They're the ones I call my \"hide the body\" friends - you know, the ones you can call and they'll say I'll bring the shovel. LOL \nI have Asperger's and never considered myself disabled. Learning how to make my way in social situations took a lot of trial and error, often feeling like I failed and made a food of myself, but if I focused on just the bad things or the mean people, I would never leave the house!\nKudos to you. What some people view as a disability can really open up amazing gifts that they could never comprehend. :)", + "body_length": 676, + "cashout_time": "2016-09-22T16:06:54", + "category": "life", + "children": 0, + "created": "2016-09-15T16:06:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:06:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z", + "post_id": 1255609, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@merej99/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z" + }, + { + "active_votes": [], + "author": "kus-knee", + "author_reputation": 14028106211346, + "beneficiaries": [], + "body": "I really enjoyed your article and your experience. \n\nSono molto molto contento che hai scritto anche in Italiano! Io habito in Ticino non molto lontano da voi e sono stato in Liguria diverse volte! Bravo! Primo o puoi scrivo anch'io in Italiano ma la mia lingua madre \u00e8 inglese.\n\nSe vuoi dai un occhiata al mio ultimo articolo. Sono un (Old Dog) ma vado al Bits and Pretzels la settimana prossima.\nhttp://steem.link/OUfA5\n@kus-knee (The Old Dog)", + "body_length": 445, + "cashout_time": "2016-09-22T16:05:21", + "category": "life", + "children": 1, + "created": "2016-09-15T16:05:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"kus-knee\"],\"links\":[\"http://steem.link/OUfA5\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:05:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t160518729z", + "post_id": 1255589, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@kus-knee/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t160518729z" + }, + { + "active_votes": [], + "author": "ausbitbank", + "author_reputation": 8017093633272, + "beneficiaries": [], + "body": "Aha great post @nextgen622 - I struggle to imagine a world without my vision (and I'm already nearsighted), I would've poisoned myself trying to cook a long time ago :)", + "body_length": 168, + "cashout_time": "2016-09-22T15:43:24", + "category": "life", + "children": 0, + "created": "2016-09-15T15:43:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"nextgen622\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:43:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t154321780z", + "post_id": 1255338, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@ausbitbank/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t154321780z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 183135491, + "rshares": 52460746, + "voter": "cryptofarmer" + } + ], + "author": "optimistic-crone", + "author_reputation": 549670670122, + "beneficiaries": [], + "body": "Wonderful share. Good job calling out what is our economic situation today and into the future..... May you life with your beautiful wife be blessed with joy, abundance and much healthy nutrition right from your farm, cryptofarmer. (love the name btw) all the best, oc", + "body_length": 273, + "cashout_time": "2016-09-22T15:38:30", + "category": "life", + "children": 0, + "created": "2016-09-15T15:38:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:38:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52460746, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t153833311z", + "post_id": 1255271, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@optimistic-crone/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t153833311z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + } + ], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Congratulations on what seems to be \"a life well lived\"! Thanks for sharing your uplifting story!", + "body_length": 98, + "cashout_time": "2016-09-22T15:26:03", + "category": "life", + "children": 0, + "created": "2016-09-15T15:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152557780z", + "post_id": 1255143, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@team101/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152557780z" + }, + { + "active_votes": [], + "author": "optimistic-crone", + "author_reputation": 549670670122, + "beneficiaries": [], + "body": "Thank you for sharing your story. Adaptation is a key to existence and certainly survival...... I imagine you have honed your skills in effective adaptation and have much of value to share with the would et al. \nMay joy and blessings come your way... \n oc", + "body_length": 258, + "cashout_time": "2016-09-22T15:25:09", + "category": "life", + "children": 0, + "created": "2016-09-15T15:25:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:28:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152514511z", + "post_id": 1255129, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@optimistic-crone/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t152514511z" + }, + { + "active_votes": [], + "author": "doudou252666", + "author_reputation": 15252823414, + "beneficiaries": [], + "body": "Hi @cryptofarmer, \nCongrats on your new life at the countryside, and I hope you'll enjoy it because I plan to follow suit on what you're going to do. Was having some doubts and after seeing your post, I'm feeling much better and confident. \n\nI'm 25 this year, and hopefully I'll be able to return to my girlfriend's hometown in the countryside in 1 years' time. I'm not a writer, and I find it hard to express myself sometimes. I'll just be hoping to do some trades, and maybe mine some high-potential altcoins that will just let me live happily and enough to keep my future family afloat. The future is very scary indeed, many things changed in the last decade, and I'm sure change will come at a much faster rate compared to the past decade. \n\nI wish you all the best in your future life, and may you be happy doing what you are interested in! (:\n\n@gavvet thanks for pointing out my error, and thank you for this post.", + "body_length": 920, + "cashout_time": "2016-09-22T15:14:33", + "category": "life", + "children": 2, + "created": "2016-09-15T15:14:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"cryptofarmer\",\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:53:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t151427658z", + "post_id": 1255012, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@doudou252666/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t151427658z" + }, + { + "active_votes": [ + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061245798, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + } + ], + "author": "taoteh1221", + "author_reputation": 11136252375006, + "beneficiaries": [], + "body": "I agree disability makes the remaining parts of you stronger. I have been disabled for 2 decades myself, and my state of mind is MUCH stronger than before.", + "body_length": 155, + "cashout_time": "2016-09-22T15:13:48", + "category": "life", + "children": 0, + "created": "2016-09-15T15:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:13:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1125803822, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t151350703z", + "post_id": 1254999, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@taoteh1221/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t151350703z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 63266864, + "voter": "vuyusile" + } + ], + "author": "dresden", + "author_reputation": 130504358563, + "beneficiaries": [], + "body": "Those are the real human beings examples for following to.", + "body_length": 58, + "cashout_time": "2016-09-22T15:00:27", + "category": "life", + "children": 0, + "created": "2016-09-15T15:00:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:00:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63266864, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t150029810z", + "post_id": 1254841, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@dresden/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t150029810z" + }, + { + "active_votes": [], + "author": "kajirujohn", + "author_reputation": 78450068757, + "beneficiaries": [], + "body": "Nice post", + "body_length": 9, + "cashout_time": "2016-09-22T14:59:24", + "category": "life", + "children": 0, + "created": "2016-09-15T14:59:24", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:59:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t145916302z", + "post_id": 1254823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@kajirujohn/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t145916302z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + } + ], + "author": "steempowerwhale", + "author_reputation": 661603952344, + "beneficiaries": [], + "body": "Often when one has ability in splendour one is not valuing it, so good to read your story and how you learned and make the best out of it.", + "body_length": 138, + "cashout_time": "2016-09-22T14:54:30", + "category": "life", + "children": 0, + "created": "2016-09-15T14:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t145423463z", + "post_id": 1254758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@steempowerwhale/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t145423463z" + }, + { + "active_votes": [], + "author": "slayer", + "author_reputation": 1726647930107, + "beneficiaries": [], + "body": "@cryptofarmer I related to this 100%. Infact my dad is a doctor, he gave me the freedom to be who I am. Maybe this was because I did not perform that well in academics, and he somwhere knew that I did not have the potential to become a doctor. I'm currently studying business in a mediocre college , and the future is very uncertain. \n\nWhen I read about AI , I get excited but at the same time worry about unemployment. Sure AI will take some time before it actually affects the unemployment rate. But it's scary to even think about that. But when one door closes the other door opens. Only time will tell what lies ahead.\n\n@cryptofarmer **I'm not qualified to give advice , but keep doing what you are doing. I hope you succeed in all your endeavors.**", + "body_length": 754, + "cashout_time": "2016-09-22T14:17:42", + "category": "life", + "children": 1, + "created": "2016-09-15T14:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"cryptofarmer\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141738466z", + "post_id": 1254336, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@slayer/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141738466z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 117919744, + "voter": "optimistic-crone" + } + ], + "author": "jimitations", + "author_reputation": 661594893232, + "beneficiaries": [], + "body": "Nothing against the writer's father, but the idea of making the lawyer profession obsolete fills me with happiness. Nice post.", + "body_length": 126, + "cashout_time": "2016-09-22T14:15:06", + "category": "life", + "children": 0, + "created": "2016-09-15T14:15:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:15:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 117919744, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141503931z", + "post_id": 1254303, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@jimitations/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t141503931z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 2620486879029, + "beneficiaries": [], + "body": "Loved the last sentences. We all need a ~~White Horse~~ Beautifull Princess!", + "body_length": 76, + "cashout_time": "2016-09-22T13:28:57", + "category": "family", + "children": 0, + "created": "2016-09-15T13:28:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:28:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t132856160z", + "post_id": 1253795, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@arcange/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t132856160z" + }, + { + "active_votes": [], + "author": "cryptomental", + "author_reputation": 2043228058601, + "beneficiaries": [], + "body": "Would it be possible to provide statistics for Europe, 10 most active capital cities?", + "body_length": 85, + "cashout_time": "2016-09-22T11:15:57", + "category": "stats", + "children": 0, + "created": "2016-09-15T11:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160915t111556719z", + "post_id": 1252720, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@cryptomental/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160915t111556719z" + }, + { + "active_votes": [], + "author": "awgbibb", + "author_reputation": 71482195435, + "beneficiaries": [], + "body": "Love Dog Stories , Saddest thing is having to have them put down. Thank You for sharing.", + "body_length": 88, + "cashout_time": "2016-09-22T07:08:09", + "category": "dogs", + "children": 1, + "created": "2016-09-15T07:08:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:08:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160915t070810452z", + "post_id": 1251554, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@awgbibb/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160915t070810452z" + }, + { + "active_votes": [], + "author": "awgbibb", + "author_reputation": 71482195435, + "beneficiaries": [], + "body": "Interesting read, As far as I know ,a lot of the older mines were shutdown because it became uneconomical to mine?, I recall reading something about how many tons of ore were mined to produce one ounce of Gold!", + "body_length": 213, + "cashout_time": "2016-09-22T06:36:21", + "category": "mining", + "children": 1, + "created": "2016-09-15T06:36:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T06:36:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160915t063619807z", + "post_id": 1251403, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@awgbibb/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160915t063619807z" + }, + { + "active_votes": [], + "author": "alex2016", + "author_reputation": 1957335650576, + "beneficiaries": [], + "body": "Nice story! Welcome to me blog @alex2016", + "body_length": 40, + "cashout_time": "2016-09-22T02:27:57", + "category": "family", + "children": 1, + "created": "2016-09-15T02:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"],\"users\":[\"alex2016\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t022756207z", + "post_id": 1249903, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@alex2016/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160915t022756207z" + }, + { + "active_votes": [], + "author": "coindup", + "author_reputation": 441887268795, + "beneficiaries": [], + "body": "Give the miners some time, they will figure out how to run this. Fuck the South African government, it's a lost case. Just go ahead and decentralize the whole country. That is how you will see if the people of the nation can take care of themselves. No need for government. My fellow brothers out there will sort out the mining issue also. Just get rid off the corrupt officials for good. Stop listening to the fucking government if you hate them so much...what the fuck is wrong with you....vokkit, julle maak my bloed kook...Supporting Zama-zamas...you go guys fuck'em", + "body_length": 576, + "cashout_time": "2016-09-21T23:41:42", + "category": "mining", + "children": 1, + "created": "2016-09-14T23:41:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T23:47:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t234144220z", + "post_id": 1248688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@coindup/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t234144220z" + }, + { + "active_votes": [], + "author": "tee-em", + "author_reputation": 2761596392902, + "beneficiaries": [], + "body": "Nice story! That is truly a blessing, brother. She is beautiful.", + "body_length": 66, + "cashout_time": "2016-09-21T18:55:03", + "category": "family", + "children": 1, + "created": "2016-09-14T18:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t185458566z", + "post_id": 1245911, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@tee-em/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t185458566z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Thanks for sharing!", + "body_length": 19, + "cashout_time": "2016-09-21T18:41:30", + "category": "family", + "children": 1, + "created": "2016-09-14T18:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:41:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t184124592z", + "post_id": 1245796, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@team101/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t184124592z" + }, + { + "active_votes": [], + "author": "blend", + "author_reputation": 174395287082, + "beneficiaries": [], + "body": "Nice! well done!", + "body_length": 16, + "cashout_time": "2016-09-21T18:20:27", + "category": "family", + "children": 1, + "created": "2016-09-14T18:20:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:20:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181921101z", + "post_id": 1245647, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@blend/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181921101z" + }, + { + "active_votes": [], + "author": "onetree", + "author_reputation": 5941821821586, + "beneficiaries": [], + "body": "I LOVE this. I met my husband at the local swimming pool when I was 17!!! But I was born in 1971! Fantastic photos :)", + "body_length": 117, + "cashout_time": "2016-09-21T18:20:00", + "category": "family", + "children": 1, + "created": "2016-09-14T18:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181951757z", + "post_id": 1245643, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@onetree/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181951757z" + }, + { + "active_votes": [], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Anytime", + "body_length": 7, + "cashout_time": "2016-09-21T18:18:12", + "category": "stats", + "children": 0, + "created": "2016-09-14T18:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181811368z", + "post_id": 1245628, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@gavvet/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181811368z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 3606347249409, + "beneficiaries": [], + "body": "Awesome, that seems high enough that it could potentially have a decent turnout.\nThanks so much!", + "body_length": 96, + "cashout_time": "2016-09-21T18:15:15", + "category": "stats", + "children": 0, + "created": "2016-09-14T18:15:15", + "curator_payout_value": "0.000 HBD", + "depth": 5, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:15:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t180207608z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181514961z", + "post_id": 1245602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-re-ltm-re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t181514961z" + }, + { + "active_votes": [], + "author": "goldmatters", + "author_reputation": 251629303655, + "beneficiaries": [], + "body": "Thank you for sharing this! Hmmmm 1971... Something else historically huge happened that year....", + "body_length": 97, + "cashout_time": "2016-09-21T18:12:54", + "category": "family", + "children": 1, + "created": "2016-09-14T18:12:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"family\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:12:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181253389z", + "post_id": 1245578, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author#@goldmatters/re-gavvet-chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author-20160914t181253389z" + }, + { + "active_votes": [], + "author": "clevecross", + "author_reputation": 6545561317919, + "beneficiaries": [], + "body": "Thanks, these are great numbers", + "body_length": 31, + "cashout_time": "2016-09-21T17:59:12", + "category": "stats", + "children": 0, + "created": "2016-09-14T17:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:59:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t175912365z", + "post_id": 1245426, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@clevecross/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t175912365z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + } + ], + "author": "kalimor", + "author_reputation": 950539828786, + "beneficiaries": [], + "body": "This is just one of thousands of examples. Human Society must change or die.", + "body_length": 76, + "cashout_time": "2016-09-21T17:43:09", + "category": "mining", + "children": 0, + "created": "2016-09-14T17:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:43:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2375155298, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t174025890z", + "post_id": 1245223, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@kalimor/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t174025890z" + }, + { + "active_votes": [], + "author": "darthnava", + "author_reputation": -257389679751, + "beneficiaries": [], + "body": "Your content is always unique. Well done.", + "body_length": 41, + "cashout_time": "2016-09-21T17:41:21", + "category": "dogs", + "children": 0, + "created": "2016-09-14T17:41:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:41:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t174120170z", + "post_id": 1245206, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@darthnava/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t174120170z" + }, + { + "active_votes": [], + "author": "darthnava", + "author_reputation": -257389679751, + "beneficiaries": [], + "body": "So Mandela died in vain? His peers were all corrupt after assuming government positions in South Africa.", + "body_length": 105, + "cashout_time": "2016-09-21T17:21:45", + "category": "mining", + "children": 1, + "created": "2016-09-14T17:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:27:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t172144953z", + "post_id": 1245055, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@darthnava/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t172144953z" + }, + { + "active_votes": [], + "author": "tnemm.atiaw", + "author_reputation": 3855748483, + "beneficiaries": [], + "body": "Nice work, and thanks for the additional comments, everyone below. Gives a better idea of what might be happening.", + "body_length": 114, + "cashout_time": "2016-09-21T16:37:15", + "category": "stats", + "children": 0, + "created": "2016-09-14T16:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163950103z", + "post_id": 1244660, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@tnemm.atiaw/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163950103z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 3606347249409, + "beneficiaries": [], + "body": "seattle, belingham, vancouver (canada) please and thank you!", + "body_length": 60, + "cashout_time": "2016-09-21T16:37:12", + "category": "stats", + "children": 4, + "created": "2016-09-14T16:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t162841788z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163712613z", + "post_id": 1244658, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-re-ltm-re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t163712613z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25699924512, + "rshares": 152971789, + "voter": "clint01" + } + ], + "author": "jrcornel", + "author_reputation": 3515726108234, + "beneficiaries": [], + "body": "The rich get richer and the poor stay poor... sad", + "body_length": 49, + "cashout_time": "2016-09-21T16:08:12", + "category": "mining", + "children": 1, + "created": "2016-09-14T16:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:08:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152971789, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t160804597z", + "post_id": 1244423, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@jrcornel/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t160804597z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 940897474, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414369877, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 15285243314, + "rshares": 275583802, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 1073334156, + "rshares": 247172813, + "voter": "eleny" + }, + { + "percent": "-10000", + "reputation": 513380281140, + "rshares": -519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7164909002, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 18271920883, + "rshares": 68508487, + "voter": "alima" + }, + { + "percent": "10000", + "reputation": 1372184475, + "rshares": 58963975, + "voter": "areni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54777320, + "voter": "nasmil" + }, + { + "percent": "10000", + "reputation": 38479318, + "rshares": 52979316, + "voter": "mulag" + }, + { + "percent": "10000", + "reputation": 205125154, + "rshares": 52026228, + "voter": "irishy" + }, + { + "percent": "10000", + "reputation": 25699924512, + "rshares": 156031225, + "voter": "clint01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155735935, + "voter": "gasuni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155756319, + "voter": "nikok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155655759, + "voter": "posted" + }, + { + "percent": "10000", + "reputation": 30201323, + "rshares": 155648083, + "voter": "sabarnex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154638477, + "voter": "evva" + } + ], + "author": "coar", + "author_reputation": 1663549830469, + "beneficiaries": [], + "body": "Why? Because politicians are idiots who know nothing! Jacque Fresco \n\nLaws exist where there is a lack of resource. Laws aimed at limiting resources. (C) Jacque fresco", + "body_length": 167, + "cashout_time": "2016-09-21T15:47:51", + "category": "mining", + "children": 3, + "created": "2016-09-14T15:47:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:47:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10744277789, + "parent_author": "gavvet", + "parent_permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t154752640z", + "post_id": 1244272, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author#@coar/re-gavvet-dying-to-feed-their-families-featuring-clint01-as-author-20160914t154752640z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Very nice post. thank you!", + "body_length": 27, + "cashout_time": "2016-09-21T15:35:06", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:35:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:35:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153503034z", + "post_id": 1244187, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@team101/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153503034z" + }, + { + "active_votes": [], + "author": "ladypenelope1", + "author_reputation": 662320934570, + "beneficiaries": [], + "body": "have you tried extract of sea muslce/kelp - homopathic medicine . My ex mother in law used it for her aged golden retriever to allievate arthritis - she was a pharmasist and adjusted the dosage to suit him ( weight and age)- helped him - keep her off cold surfaces at night time as the cold gets into their bones. This is a few things she did to help her retriever- lived until he was 16! Sunshine will help her for sure. Sweet dog - but the staffy won my heart as I have had 4 in my lifetime and they have been the best dogs ever. Good post", + "body_length": 545, + "cashout_time": "2016-09-21T15:32:39", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:34:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153239641z", + "post_id": 1244162, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@ladypenelope1/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t153239641z" + }, + { + "active_votes": [], + "author": "ltm", + "author_reputation": 3606347249409, + "beneficiaries": [], + "body": "Awesome info. Do you have numbers for active members in the pacific northwest (Seattle/British Columbia area)?\nHave been considering organzing a meetup but not sure how big the population is there (tho it looks promising based on those images).\nThanks and keep up the good work!", + "body_length": 278, + "cashout_time": "2016-09-21T15:30:18", + "category": "stats", + "children": 6, + "created": "2016-09-14T15:30:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:30:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t153016813z", + "post_id": 1244145, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@ltm/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t153016813z" + }, + { + "active_votes": [], + "author": "scaredycatguide", + "author_reputation": 3552896427510, + "beneficiaries": [], + "body": "@fred703 very heartfelt and thought provoking post. We also need to remember How we treat other human beings is a reflection of one's humanity and civilization. This is sometimes forgotten.\n\nI'm actually allergic to many dog breeds. Thus do not have one. I've dog sat for friends, walked their dogs but having one does not make sense for me. Due to this I often get \"judged\" by women. They think I'm some evil spirit because I don't love dogs. I'm actually dog neutral due to my condition and a pretty good man from what my friends tell me. But so life goes, to each their own right? :-)", + "body_length": 599, + "cashout_time": "2016-09-21T15:16:21", + "category": "dogs", + "children": 0, + "created": "2016-09-14T15:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"],\"users\":[\"fred703\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t151542275z", + "post_id": 1244014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@scaredycatguide/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t151542275z" + }, + { + "active_votes": [ + { + "percent": "5300", + "reputation": 85602977273, + "rshares": 144841040341, + "voter": "anonymous" + }, + { + "percent": "5300", + "reputation": 82600290949846, + "rshares": 643687473438, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1229382660405, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20258369817, + "voter": "krabgat" + } + ], + "author": "maximkichev", + "author_reputation": 3502382308233, + "beneficiaries": [], + "body": "this is my merit\n\nhttps://www.steemimg.com/images/2016/09/14/d80a0f05a3f14dd59e8f811b255ff09eb47db.png", + "body_length": 102, + "cashout_time": "2016-09-21T14:56:48", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:56:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/d80a0f05a3f14dd59e8f811b255ff09eb47db.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:58:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2038169544001, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.695 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145649506z", + "post_id": 1243848, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@maximkichev/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145649506z" + }, + { + "active_votes": [], + "author": "aboundlessworld", + "author_reputation": 6364644439603, + "beneficiaries": [], + "body": "Super insightful post as always Gavvet. Love this data.\n\nWill be super interesting to see how all this plays out on a 6-12 month scale.\n\nFingers crossed it's good.", + "body_length": 163, + "cashout_time": "2016-09-21T14:55:03", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145504610z", + "post_id": 1243825, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@aboundlessworld/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t145504610z" + }, + { + "active_votes": [], + "author": "funnyman", + "author_reputation": 4069545029880, + "beneficiaries": [], + "body": "@fred nice post man!!! Great initiative @gavvet. Keep supporting and keep spreading happiness :)", + "body_length": 96, + "cashout_time": "2016-09-21T14:51:18", + "category": "dogs", + "children": 0, + "created": "2016-09-14T14:51:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"dogs\"],\"users\":[\"fred\",\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:51:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "dogs-and-me-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t145119430z", + "post_id": 1243785, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author#@funnyman/re-gavvet-dogs-and-me-featuring-fred703-as-author-20160914t145119430z" + }, + { + "active_votes": [], + "author": "steemdesigner", + "author_reputation": 208518915422, + "beneficiaries": [], + "body": "http://s18.postimg.org/3q34tviu1/595.gif", + "body_length": 40, + "cashout_time": "2016-09-21T14:33:00", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"image\":[\"http://s18.postimg.org/3q34tviu1/595.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t143253241z", + "post_id": 1243655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@steemdesigner/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t143253241z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1226945592313, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23979129985, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 6364644439603, + "rshares": 15687144691, + "voter": "aboundlessworld" + } + ], + "author": "acidyo", + "author_reputation": 15755437221598, + "beneficiaries": [], + "body": "The blimp on the south-west of finland is me and my friends I've gotten into Steemit. :)", + "body_length": 88, + "cashout_time": "2016-09-21T14:23:39", + "category": "stats", + "children": 2, + "created": "2016-09-14T14:23:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:23:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1266611866989, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.375 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142334625z", + "post_id": 1243573, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@acidyo/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142334625z" + }, + { + "active_votes": [], + "author": "laskoff", + "author_reputation": 39836927140, + "beneficiaries": [], + "body": "Thanks @Gavvet nice information!!!! =)", + "body_length": 38, + "cashout_time": "2016-09-21T14:23:15", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142317400z", + "post_id": 1243569, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@laskoff/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t142317400z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Thanks. Good post.", + "body_length": 19, + "cashout_time": "2016-09-21T14:04:45", + "category": "stats", + "children": 0, + "created": "2016-09-14T14:04:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:04:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140439339z", + "post_id": 1243393, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@team101/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140439339z" + }, + { + "active_votes": [], + "author": "tarekadam", + "author_reputation": 1713402087003, + "beneficiaries": [], + "body": "That is a great comparison and shows that steemit will be huge in the future. The question is now how to make it interesting for vistors to stay and return frequently.", + "body_length": 167, + "cashout_time": "2016-09-21T14:01:51", + "category": "stats", + "children": 1, + "created": "2016-09-14T14:01:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:01:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140152055z", + "post_id": 1243368, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@tarekadam/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t140152055z" + }, + { + "active_votes": [], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "Been a follower of @lordvader since he commented on my 5th force article awhile back.\nThis was a great post and I agree, Studio C is awesome. It's one of the very few sketch comedy shows that you know for a fact will never have anything questionable so it's always safe to watch as a family, even on first runs.\n\nJust an FYI @casandrarose started #greenjello for anyone looking for more things like studio C and more topics of interest for people who really enjoy studio C's family values. If you don't get the in joke, don't worry about that tag ;)", + "body_length": 551, + "cashout_time": "2016-09-21T13:50:12", + "category": "nameinlights", + "children": 0, + "created": "2016-09-14T13:50:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"greenjello\",\"nameinlights\"],\"users\":[\"lordvader\",\"casandrarose\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:56:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160914t135015619z", + "post_id": 1243247, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@williambanks/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160914t135015619z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 20238683957, + "voter": "prufarchy" + }, + { + "percent": "5000", + "reputation": 5176671060650, + "rshares": 3328194786, + "voter": "rubenalexander" + } + ], + "author": "prufarchy", + "author_reputation": 7582874972117, + "beneficiaries": [], + "body": "Those delicious bubbles on the map automatically get upvoted...", + "body_length": 63, + "cashout_time": "2016-09-21T13:48:27", + "category": "stats", + "children": 0, + "created": "2016-09-14T13:48:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23566878743, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t134827363z", + "post_id": 1243225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@prufarchy/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t134827363z" + }, + { + "active_votes": [], + "author": "nin0000", + "author_reputation": 361552742284, + "beneficiaries": [], + "body": "Thanks Gavvet,\ni was wondering about this last night,\nfi for the best time to post etc.", + "body_length": 87, + "cashout_time": "2016-09-21T13:39:27", + "category": "stats", + "children": 0, + "created": "2016-09-14T13:39:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:39:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t133901950z", + "post_id": 1243166, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends#@nin0000/re-gavvet-the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends-20160914t133901950z" + }, + { + "active_votes": [], + "author": "kingofchaos", + "author_reputation": 2636635441463, + "beneficiaries": [], + "body": "Looks like you conveniently covered the very right side of the chart with a white strip, because it clearly shows the curve was falling off a cliff. The charts are about two weeks old. The trend line is going DOWN, on every chart. Even subscriptions are falling, nobody even bothers to create fake accounts any more. \nhttps://steemle.com/charts.php?charts=posts\nAlexa data is only an estimate, btw. No real marketing data available for this site. \nWould you be bothered to reveal some real Google Analytics data?", + "body_length": 512, + "cashout_time": "2016-09-21T09:25:54", + "category": "stats", + "children": 1, + "created": "2016-09-14T09:25:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"],\"links\":[\"https://steemle.com/charts.php?charts=posts\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T09:25:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160914t092553536z", + "post_id": 1241495, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@kingofchaos/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160914t092553536z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 12596455777, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1224646762576, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8638318326, + "voter": "theconnoisseur" + } + ], + "author": "lordvader", + "author_reputation": 1620633258672, + "beneficiaries": [], + "body": "Here is my latest transmission.\nhttps://steemit.com/humor/@lordvader/how-to-ruin-an-empire-episode-viii-landlord-vader\nhttp://www.orangeinks.com/wp-content/uploads/2011/05/vader-podium-speech-on-obiwans-death.jpg", + "body_length": 212, + "cashout_time": "2016-09-20T23:47:03", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T23:47:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"links\":[\"https://steemit.com/humor/@lordvader/how-to-ruin-an-empire-episode-viii-landlord-vader\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:47:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1245881536679, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.344 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t234704647z", + "post_id": 1237868, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@lordvader/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t234704647z" + }, + { + "active_votes": [], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "This is one amazing article! Wow.... thanks for taking the time to compile this. Great work gavvet!!", + "body_length": 100, + "cashout_time": "2016-09-20T23:07:54", + "category": "astronomy", + "children": 0, + "created": "2016-09-13T23:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:08:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t230755191z", + "post_id": 1237490, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@skypilot/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t230755191z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 12596455777, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1224646762576, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8638318326, + "voter": "theconnoisseur" + } + ], + "author": "fyrstikken", + "author_reputation": 111391460708814, + "beneficiaries": [], + "body": "@gavvet I am your Father. :D\nGreat post here, enjoyed it a lot, thank you :)", + "body_length": 76, + "cashout_time": "2016-09-20T21:06:09", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T21:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T21:06:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1245881536679, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.344 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t210609656z", + "post_id": 1236322, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@fyrstikken/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t210609656z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1224646762576, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8638318326, + "voter": "theconnoisseur" + } + ], + "author": "lordvader", + "author_reputation": 1620633258672, + "beneficiaries": [], + "body": "http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-09-13%20at%203.40.29%20PM_zps7tqixmhx.png\nThank you for your loyalty. It will be rewarded.", + "body_length": 166, + "cashout_time": "2016-09-20T20:42:27", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T20:42:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"image\":[\"http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-09-13%20at%203.40.29%20PM_zps7tqixmhx.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T20:42:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1233285080902, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.340 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t204229364z", + "post_id": 1236093, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@lordvader/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t204229364z" + }, + { + "active_votes": [], + "author": "jennsky", + "author_reputation": 599908904317, + "beneficiaries": [], + "body": "I'm not saying this is not great work. It is. I can see that. I stopped by and read it. Not because who posted it, but because it was new.\n@vuyusile has never posted a blog once ever.", + "body_length": 183, + "cashout_time": "2016-09-20T20:00:42", + "category": "astronomy", + "children": 0, + "created": "2016-09-13T20:00:42", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T20:01:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t174236343z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t200038730z", + "post_id": 1235654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@jennsky/re-gavvet-re-jennsky-re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t200038730z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1224646762576, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8830280955, + "voter": "theconnoisseur" + } + ], + "author": "sebhaj", + "author_reputation": 109104600685, + "beneficiaries": [], + "body": "I just have saw this 4 videos, i'm subscribing to their channel right now, so funny, I was really laughing out loud alone", + "body_length": 121, + "cashout_time": "2016-09-20T18:52:15", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:52:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1233477043531, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.340 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t185217213z", + "post_id": 1234878, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@sebhaj/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t185217213z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1274632344722, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 9022243584, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6082794234, + "voter": "lordvader" + } + ], + "author": "prufarchy", + "author_reputation": 7582874972117, + "beneficiaries": [], + "body": "@lordvader has renewed my faith in the stability of (LONG LIVE) the Empire for weeks now. His drive-by comments are my favorite. Oh, and have you met his secretary? Overworked a bit, but a saint. A pure saint.", + "body_length": 209, + "cashout_time": "2016-09-20T18:34:33", + "category": "nameinlights", + "children": 1, + "created": "2016-09-13T18:34:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"lordvader\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1289737382540, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.360 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t183435027z", + "post_id": 1234686, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@prufarchy/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t183435027z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1249639553649, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8830280955, + "voter": "theconnoisseur" + } + ], + "author": "jrcornel", + "author_reputation": 3515726108234, + "beneficiaries": [], + "body": "Fast Pass.... that was hilarious!", + "body_length": 33, + "cashout_time": "2016-09-20T18:10:39", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T18:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:10:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1258469834604, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.348 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t181029719z", + "post_id": 1234445, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@jrcornel/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t181029719z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1249639553649, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8830280955, + "voter": "theconnoisseur" + } + ], + "author": "nobreku", + "author_reputation": 960610083080, + "beneficiaries": [], + "body": "i love studio C :)....", + "body_length": 22, + "cashout_time": "2016-09-20T18:07:45", + "category": "nameinlights", + "children": 0, + "created": "2016-09-13T18:07:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"nameinlights\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:07:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1258469834604, + "parent_author": "gavvet", + "parent_permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "pending_payout_value": "0.348 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t180744218z", + "post_id": 1234405, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans#@nobreku/re-gavvet-lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans-20160913t180744218z" + }, + { + "active_votes": [], + "author": "cristi", + "author_reputation": 10809787058917, + "beneficiaries": [], + "body": "thanks for jumping in :)", + "body_length": 24, + "cashout_time": "2016-09-20T17:53:36", + "category": "physics", + "children": 0, + "created": "2016-09-13T17:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T17:53:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t173857192z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t175332667z", + "post_id": 1234240, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@cristi/re-gavvet-re-royalmacro-re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t175332667z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + } + ], + "author": "anotherjoe", + "author_reputation": 11683040603469, + "beneficiaries": [], + "body": "More great stuff. I really enjoy chronologies, so it's especially intriguing for me.\nAn interesting side note - I found it pretty cool that you put the date of Christ's birth on April 6th. There is a quiet tradition that April Fools Day is originally a celebration of His birth. There are no clear explanations of the origin of the \"holiday\". But it's speculated by some that when pagans would see Christians celebrating April 1st, they dubbed it \"all fools day\". Maybe, but perhaps too speculative. Still, it's interesting.\nCosmological conspiracy on a grand scale indeed.", + "body_length": 573, + "cashout_time": "2016-09-20T16:02:06", + "category": "astronomy", + "children": 2, + "created": "2016-09-13T16:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T16:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65849185, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t160205439z", + "post_id": 1233119, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@anotherjoe/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t160205439z" + }, + { + "active_votes": [], + "author": "themanualbot", + "author_reputation": 2594661721428, + "beneficiaries": [], + "body": "@vuyusile are you a theologian?", + "body_length": 31, + "cashout_time": "2016-09-20T15:48:36", + "category": "astronomy", + "children": 1, + "created": "2016-09-13T15:48:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:48:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154837651z", + "post_id": 1232943, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@themanualbot/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154837651z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Very interesting. I will watch for more!", + "body_length": 41, + "cashout_time": "2016-09-20T15:45:39", + "category": "astronomy", + "children": 1, + "created": "2016-09-13T15:45:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:45:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154534511z", + "post_id": 1232910, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@team101/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t154534511z" + }, + { + "active_votes": [], + "author": "jennsky", + "author_reputation": 599908904317, + "beneficiaries": [], + "body": "@vuyusile as author, Why cant he write his own blog? Or is it one of those fake accts.\nTHIS IS CHEATING", + "body_length": 103, + "cashout_time": "2016-09-20T15:23:45", + "category": "astronomy", + "children": 6, + "created": "2016-09-13T15:23:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"astronomy\"],\"users\":[\"vuyusile\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t152341684z", + "post_id": 1232710, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author#@jennsky/re-gavvet-re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author-20160913t152341684z" + }, + { + "active_votes": [], + "author": "ubg", + "author_reputation": -910520517353, + "beneficiaries": [], + "body": "Oh god I love old people, their dick never works.", + "body_length": 50, + "cashout_time": "2016-09-20T15:23:21", + "category": "cars", + "children": 0, + "created": "2016-09-13T15:23:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:23:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t152316790z", + "post_id": 1232707, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@ubg/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t152316790z" + }, + { + "active_votes": [], + "author": "virtualgrowth", + "author_reputation": 2747626258414, + "beneficiaries": [], + "body": "Loved this information being a lover of the Sciences. Thank you for sharing.", + "body_length": 77, + "cashout_time": "2016-09-20T15:03:03", + "category": "physics", + "children": 1, + "created": "2016-09-13T15:03:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:03:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t150301522z", + "post_id": 1232502, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@virtualgrowth/re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t150301522z" + }, + { + "active_votes": [], + "author": "royalmacro", + "author_reputation": 10552456597779, + "beneficiaries": [], + "body": "very good writing. I also read an article by you on same topic some weeks ago :D", + "body_length": 80, + "cashout_time": "2016-09-20T14:44:54", + "category": "physics", + "children": 2, + "created": "2016-09-13T14:44:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"physics\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:44:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t144457490z", + "post_id": 1232328, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author#@royalmacro/re-gavvet-walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author-20160913t144457490z" + }, + { + "active_votes": [], + "author": "thecryptofiend", + "author_reputation": 16234753830016, + "beneficiaries": [], + "body": "Thanks:)", + "body_length": 8, + "cashout_time": "2016-09-20T14:40:12", + "category": "stats", + "children": 0, + "created": "2016-09-13T14:40:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:40:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t110502884z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t144012836z", + "post_id": 1232270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@thecryptofiend/re-gavvet-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t144012836z" + }, + { + "active_votes": [], + "author": "team101", + "author_reputation": 651373865756, + "beneficiaries": [], + "body": "Very interesting!", + "body_length": 17, + "cashout_time": "2016-09-20T14:33:15", + "category": "cars", + "children": 0, + "created": "2016-09-13T14:33:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:33:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t143312908z", + "post_id": 1232188, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@team101/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t143312908z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 27406063017, + "rshares": 57518491, + "voter": "humans" + } + ], + "author": "humans", + "author_reputation": 27406063017, + "beneficiaries": [], + "body": "@gavvet how can we get featured?", + "body_length": 32, + "cashout_time": "2016-09-20T14:21:45", + "category": "cars", + "children": 0, + "created": "2016-09-13T14:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"],\"users\":[\"gavvet\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:21:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57518491, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t142143476z", + "post_id": 1232096, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@humans/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t142143476z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3156290023, + "voter": "michaellamden68" + } + ], + "author": "michaellamden68", + "author_reputation": 4276659410889, + "beneficiaries": [], + "body": "Excellent!!!\n\nhttp://3.bp.blogspot.com/-kEWJ9LDwmhI/VUOiXvpII1I/AAAAAAAAANA/BROIQhg0hkg/s1600/rolls%2Broyce%2B2.jpg", + "body_length": 115, + "cashout_time": "2016-09-20T13:55:57", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:55:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"],\"image\":[\"http://3.bp.blogspot.com/-kEWJ9LDwmhI/VUOiXvpII1I/AAAAAAAAANA/BROIQhg0hkg/s1600/rolls%2Broyce%2B2.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:55:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3156290023, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t135557179z", + "post_id": 1231863, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@michaellamden68/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t135557179z" + }, + { + "active_votes": [], + "author": "steempowerwhale", + "author_reputation": 661603952344, + "beneficiaries": [], + "body": "He was really lucky at the end with picking up an escaped inmate. That was close encounter....", + "body_length": 94, + "cashout_time": "2016-09-20T13:44:33", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:44:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:44:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t134432026z", + "post_id": 1231776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@steempowerwhale/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t134432026z" + }, + { + "active_votes": [], + "author": "michaelstobiersk", + "author_reputation": 939050919776, + "beneficiaries": [], + "body": "Good post!", + "body_length": 10, + "cashout_time": "2016-09-20T13:39:00", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:39:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:39:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133858219z", + "post_id": 1231736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@michaelstobiersk/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133858219z" + }, + { + "active_votes": [], + "author": "summonerrk", + "author_reputation": 4129649677200, + "beneficiaries": [], + "body": "Looks like interestibg. Copied and will been read in the bus stop", + "body_length": 65, + "cashout_time": "2016-09-20T13:38:48", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:38:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:38:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133838970z", + "post_id": 1231734, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@summonerrk/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133838970z" + }, + { + "active_votes": [], + "author": "jrcornel", + "author_reputation": 3515726108234, + "beneficiaries": [], + "body": "Giving his trapped victims the book of Mormon.... that is great! Thanks for sharing!", + "body_length": 84, + "cashout_time": "2016-09-20T13:36:36", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133632904z", + "post_id": 1231713, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@jrcornel/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160913t133632904z" + }, + { + "active_votes": [], + "author": "annesaya", + "author_reputation": 971319419022, + "beneficiaries": [], + "body": "Cool! Hope u could notice my work :-)", + "body_length": 38, + "cashout_time": "2016-09-20T13:35:12", + "category": "cars", + "children": 0, + "created": "2016-09-13T13:35:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"cars\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:35:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160914t044233027z", + "post_id": 1231699, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author#@annesaya/re-gavvet-old-fruity-s-travelling-featuring-fred703-as-author-20160914t044233027z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19817905281, + "rshares": 221237701, + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 905160938, + "rshares": 53516176, + "voter": "cnmtz" + } + ], + "author": "luminousvisions", + "author_reputation": 3573461197670, + "beneficiaries": [], + "body": "so, tell me then ... what needs to change?", + "body_length": 42, + "cashout_time": "2016-09-20T13:14:12", + "category": "stats", + "children": 0, + "created": "2016-09-13T13:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 274753877, + "parent_author": "gavvet", + "parent_permlink": "re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t115530722z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t131409433z", + "post_id": 1231484, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-re-luminousvisions-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t131409433z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19817905281, + "rshares": 216628582, + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 47307852840, + "voter": "luminousvisions" + } + ], + "author": "luminousvisions", + "author_reputation": 3573461197670, + "beneficiaries": [], + "body": "https://steemit.com/steemit/@luminousvisions/authors-should-upvote-most-comments-made-on-their-post", + "body_length": 99, + "cashout_time": "2016-09-20T11:28:48", + "category": "stats", + "children": 0, + "created": "2016-09-13T11:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"stats\"],\"links\":[\"https://steemit.com/steemit/@luminousvisions/authors-should-upvote-most-comments-made-on-their-post\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T11:28:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47524481422, + "parent_author": "gavvet", + "parent_permlink": "re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t110550967z", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t112846539z", + "post_id": 1230592, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-re-luminousvisions-re-thecryptofiend-re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t112846539z" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 0, + "rshares": 600037136, + "voter": "nextgen11" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 600040849, + "voter": "nextgen12" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 600048275, + "voter": "nextgen13" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 600051972, + "voter": "nextgen16" + }, + { + "percent": "1000", + "reputation": 11141357037522, + "rshares": 8579778537, + "voter": "steemcleaners" + } + ], + "author": "steemcleaners", + "author_reputation": 11141357037522, + "beneficiaries": [], + "body": "Source- http://www.facultyfocus.com/articles/philosophy-of-teaching/good-teaching-the-top-10-requirements/\n\nI know this post is 4 weeks old now and made a boatload of money but its still worth pointing out that it was plagiarized.\n\nNot citing sources is plagiarism, and copying pasting articles without permission is copyright infringement. If you want to share a news story, simply link to the source,include your original commentary, and possibly a few small quotes from the source.", + "body_length": 484, + "cashout_time": "1969-12-31T23:59:59", + "category": "teaching", + "children": 0, + "created": "2016-09-13T11:25:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"teaching\"],\"links\":[\"http://www.facultyfocus.com/articles/philosophy-of-teaching/good-teaching-the-top-10-requirements/\"]}", + "last_payout": "2016-09-15T04:54:09", + "last_update": "2016-09-13T11:25:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10979956769, + "parent_author": "gavvet", + "parent_permlink": "how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa-20160913t112557350z", + "post_id": 1230573, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How I ended up as a good teacher with my own good teaching skills./ Paano ako naging mabuting guro na may mabuting kakayahan sa pagtuturo. (Featuring new author @themanualbot)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/teaching/@gavvet/how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa#@steemcleaners/re-gavvet-how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa-20160913t112557350z" + }, + { + "active_votes": [], + "author": "tarekadam", + "author_reputation": 1713402087003, + "beneficiaries": [], + "body": "Another great article. I totally agree, Steemit is still in Beta and is doing great. Time will tell but I think in a few years people look back and hit them self not buying steem and power-up when the price was 70 cent.", + "body_length": 219, + "cashout_time": "2016-09-20T07:15:33", + "category": "stats", + "children": 0, + "created": "2016-09-13T07:15:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T07:15:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t071532993z", + "post_id": 1229134, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@tarekadam/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t071532993z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 8946382003, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 19817905281, + "rshares": 212019463, + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52207362, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 905160938, + "rshares": 52352781, + "voter": "cnmtz" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 48487680334, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 19512256979, + "rshares": 212620152, + "voter": "jaredandanissa" + } + ], + "author": "luminousvisions", + "author_reputation": 3573461197670, + "beneficiaries": [], + "body": "## as if you can solve problems by ignoring them\n\nyou're doing fine, so you don't want anything to change .. ok, we got it! thanks for letting us know\n\nbut you got to be really ignorant to think that right now the steemit eco-system is indeed strong and healthy ... it's not!\n\n### I believe that in the long run steemit will succeed, but only thanks to those people that accept the problems and work on solutions ... not those that call other FRAUDS, just for bring up the problems that do exist, despite Steemit's potential", + "body_length": 524, + "cashout_time": "2016-09-20T06:58:00", + "category": "stats", + "children": 2, + "created": "2016-09-13T06:58:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T10:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57963262095, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t065758516z", + "post_id": 1228986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@luminousvisions/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-20160913t065758516z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.tavern.yaml new file mode 100644 index 00000000..d6c7e1a7 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update limit 100 patterns test + + marks: + - patterntest # similar to limit_100 but this one actually reaches the limit + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: ["gavvet","",100] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_replies_by_last_update" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.orig.json new file mode 100644 index 00000000..9471ed99 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.orig.json @@ -0,0 +1,33 @@ +[ + { + "active_votes": [], + "author": "fabio", + "author_reputation": 0, + "beneficiaries": [], + "body": "Please add the tag Italia cosi si riempe!", + "body_length": 41, + "cashout_time": "2016-09-16T14:29:03", + "category": "life", + "children": 0, + "created": "2016-09-15T18:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z", + "post_id": 960609, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@fabio/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.pat.json new file mode 100644 index 00000000..c78721e8 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.pat.json @@ -0,0 +1,33 @@ +[ + { + "active_votes": [], + "author": "fabio", + "author_reputation": 14661458923663, + "beneficiaries": [], + "body": "Please add the tag Italia cosi si riempe!", + "body_length": 41, + "cashout_time": "2016-09-22T18:59:45", + "category": "life", + "children": 0, + "created": "2016-09-15T18:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z", + "post_id": 1257419, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@fabio/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.tavern.yaml new file mode 100644 index 00000000..d69cf441 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/min_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: ["gavvet","",1] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "condenser_api_patterns/get_replies_by_last_update" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.orig.json new file mode 100644 index 00000000..46eb5f5a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.orig.json @@ -0,0 +1,9 @@ +{ + "error": { + "code": -32602, + "data": "limit must be provided", + "message": "Invalid parameters" + }, + "id": 1, + "jsonrpc": "2.0" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.pat.json new file mode 100644 index 00000000..2a975b3b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.pat.json @@ -0,0 +1,664 @@ +[ + { + "active_votes": [], + "author": "fabio", + "author_reputation": 14661458923663, + "beneficiaries": [], + "body": "Please add the tag Italia cosi si riempe!", + "body_length": 41, + "cashout_time": "2016-09-22T18:59:45", + "category": "life", + "children": 0, + "created": "2016-09-15T18:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z", + "post_id": 1257419, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author#@fabio/re-gavvet-letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author-20160915t185945731z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11834207564, + "voter": "herpetologyguy" + } + ], + "author": "rynow", + "author_reputation": 189363957513, + "beneficiaries": [], + "body": "Hi @herpetologyguy\nGreat post, I won't say I like snakes, but I definitely won't kill them. My brother once had one in his garage, which we caught and let it out in the field close to his house. (Was a small snake, but I don't know if it was poisonous or not)", + "body_length": 259, + "cashout_time": "2016-09-22T18:56:18", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"],\"users\":[\"herpetologyguy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z", + "post_id": 1257378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@rynow/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185622038z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115793570, + "voter": "herpetologyguy" + } + ], + "author": "naturalguy", + "author_reputation": 539376176, + "beneficiaries": [], + "body": "I am a fan of snakes. I house several snakes and have had success breeding some of my local specimens. I really enjoy releasing a healthy batch of hatch lings to a safe healthy near by location. Relocating snakes, whether they are dangerous or not is an alternative for anyone faced with an unwanted guest. However, this should be done by an experienced handler with knowledge of the local environment. The release of a species that is not native to the area can be a disaster causing harm to the area. Anyone that is unsure or not familiar with snakes should seek out assistance from a professional. Great job, very informative.", + "body_length": 634, + "cashout_time": "2016-09-22T18:55:48", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:55:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12115793570, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z", + "post_id": 1257370, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@naturalguy/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t185547041z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11834207564, + "voter": "herpetologyguy" + } + ], + "author": "steempowerwhale", + "author_reputation": 661603952344, + "beneficiaries": [], + "body": "I once had a snake in the garden but the snake was so scarred of me that she literally \"ran\" away.", + "body_length": 98, + "cashout_time": "2016-09-22T18:35:03", + "category": "herpetology", + "children": 1, + "created": "2016-09-15T18:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"herpetology\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:35:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11834207564, + "parent_author": "gavvet", + "parent_permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z", + "post_id": 1257128, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author#@steempowerwhale/re-gavvet-why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author-20160915t183500521z" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 202215076691, + "beneficiaries": [], + "body": "

This post has been linked to from another place on Steem.

Learn more about linkback bot v0.3

Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal

", + "body_length": 823, + "cashout_time": "2016-09-22T18:08:48", + "category": "stats", + "children": 0, + "created": "2016-09-15T18:08:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:08:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks", + "post_id": 1256883, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth#@linkback-bot-v0/re-gavvet-is-everybody-heading-for-the-doors-the-narrative-and-the-truth-linkbacks" + }, + { + "active_votes": [], + "author": "linkback-bot-v0", + "author_reputation": 202215076691, + "beneficiaries": [], + "body": "", + "body_length": 1220, + "cashout_time": "2016-09-22T18:02:27", + "category": "life", + "children": 0, + "created": "2016-09-15T18:02:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:02:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks", + "post_id": 1256824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Where were you when...a perspective from inside an American classroom as the tragic events of September 11, 2001 unfolded Part Two.(featuring @hanshotfirst as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two#@linkback-bot-v0/re-gavvet-where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two-linkbacks" + }, + { + "active_votes": [], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "Thank you gavvet! I appreciate that!", + "body_length": 36, + "cashout_time": "2016-09-22T17:42:06", + "category": "photography", + "children": 0, + "created": "2016-09-15T17:42:06", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"photography\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:42:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "re-skypilot-sunset-at-point-sur-california-20160915t163137288z", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z", + "post_id": 1256626, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california#@skypilot/re-gavvet-re-skypilot-sunset-at-point-sur-california-20160915t174210035z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7802860274, + "voter": "richman" + } + ], + "author": "richman", + "author_reputation": 15854806148148, + "beneficiaries": [], + "body": "\u0426\u0456\u043a\u0430\u0432\u0438\u0439 \u043f\u043e\u0441\u0442 @burmik123! \nKeep posting ;D", + "body_length": 41, + "cashout_time": "2016-09-22T17:21:39", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7802860274, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z", + "post_id": 1256394, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@richman/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172143359z" + }, + { + "active_votes": [], + "author": "user45-87", + "author_reputation": 0, + "beneficiaries": [], + "body": "All dough I think the hellcat was anything but mediocre.", + "body_length": 56, + "cashout_time": "2016-09-22T17:20:45", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z", + "post_id": 1256386, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@user45-87/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t172038340z" + }, + { + "active_votes": [], + "author": "ksenia", + "author_reputation": 67719411972, + "beneficiaries": [], + "body": "\u0414\u0430\u0435\u0448\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0441\u043e\u0432\u0435\u0442\u0441\u043a\u0438\u0445 \u043c\u0430\u0448\u0438\u043d! \u0423 \u043d\u0430\u0441 \u0436\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0445.", + "body_length": 70, + "cashout_time": "2016-09-22T17:20:03", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z", + "post_id": 1256379, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@ksenia/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171957714z" + }, + { + "active_votes": [], + "author": "nexus1", + "author_reputation": 1083381628, + "beneficiaries": [], + "body": "They are so powerful! but m18 is my favorite, thanks for it.", + "body_length": 60, + "cashout_time": "2016-09-22T17:18:51", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:18:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z", + "post_id": 1256365, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@nexus1/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171849191z" + }, + { + "active_votes": [], + "author": "whitepeach", + "author_reputation": 310449551325, + "beneficiaries": [], + "body": "\u0410 \u043a\u0430\u043a \u0436\u0435 \u0418\u0421\u0423 152? \u043e\u043d\u0430-\u0442\u043e \u043f\u043e\u0447\u0435\u043c\u0443 \u043d\u0435 \u0432\u043e\u0448\u043b\u0430 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a?", + "body_length": 50, + "cashout_time": "2016-09-22T17:17:03", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:17:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:17:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z", + "post_id": 1256338, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@whitepeach/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171700889z" + }, + { + "active_votes": [], + "author": "playtime", + "author_reputation": 19408082282, + "beneficiaries": [], + "body": "Wow, nice! tanks again on steemit. I wait for it)", + "body_length": 49, + "cashout_time": "2016-09-22T17:16:09", + "category": "tanks", + "children": 1, + "created": "2016-09-15T17:16:09", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:16:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z", + "post_id": 1256329, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@playtime/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171607402z" + }, + { + "active_votes": [], + "author": "iggy", + "author_reputation": 74431494282, + "beneficiaries": [], + "body": "Where is Jagdtiger ?", + "body_length": 20, + "cashout_time": "2016-09-22T17:15:57", + "category": "tanks", + "children": 2, + "created": "2016-09-15T17:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z", + "post_id": 1256326, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@iggy/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t171516433z" + }, + { + "active_votes": [], + "author": "vuyusile", + "author_reputation": 68029907798, + "beneficiaries": [], + "body": "Looking out for more inspiration! thank you!", + "body_length": 44, + "cashout_time": "2016-09-22T17:12:00", + "category": "life", + "children": 0, + "created": "2016-09-15T17:12:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:12:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z", + "post_id": 1256284, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@vuyusile/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t171159259z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + } + ], + "author": "njall", + "author_reputation": 490170833577, + "beneficiaries": [], + "body": "Very good post!\nThank @gavvet and @nextgen622", + "body_length": 45, + "cashout_time": "2016-09-22T16:57:42", + "category": "life", + "children": 0, + "created": "2016-09-15T16:57:42", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"],\"users\":[\"gavvet\",\"nextgen622\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:57:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2249572206, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z", + "post_id": 1256118, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@njall/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t165741681z" + }, + { + "active_votes": [], + "author": "positivesteem", + "author_reputation": 1140212510918, + "beneficiaries": [], + "body": "Your words resonate with me because I have an autistic son. Make use of your differences and never lose hope.", + "body_length": 109, + "cashout_time": "2016-09-22T16:45:36", + "category": "life", + "children": 0, + "created": "2016-09-15T16:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:45:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z", + "post_id": 1256014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@positivesteem/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t164534740z" + }, + { + "active_votes": [], + "author": "herverisson", + "author_reputation": 6741143115703, + "beneficiaries": [], + "body": "Have you seen the Russian movie \"White Tiger\" ? It's a tank porn at its greatest! Even superior to \"Fury\" which was let down by a stupid ending. \"White Tiger\" is basically \"Moby Dick\" where the whale is a tank ^^ It's not perfect, but there is at least one awesome tank battle scene. You should maybe make a review about it :)", + "body_length": 326, + "cashout_time": "2016-09-22T16:33:30", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z", + "post_id": 1255880, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@herverisson/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t163343151z" + }, + { + "active_votes": [], + "author": "merej99", + "author_reputation": 4835227647717, + "beneficiaries": [], + "body": "Very cool, @burmik123\nIf you're interested, I had guest blogged for part-time-commander.com and written an article about the [Top 10 US Tanks of All Time](https://www.part-time-commander.com/top-ten-u-s-tanks-of-all-time/) almost exactly 2 years ago! The research was fun and I simply love learning new things. And being an Army brat and married to a USAF veteran, knowing a little military history is par for the course. Their site must have gone through some changes because the photos aren't included anymore.\n\nSo, now I'd like to ask you... Of your research, which one is your favorite?", + "body_length": 594, + "cashout_time": "2016-09-22T16:23:00", + "category": "tanks", + "children": 1, + "created": "2016-09-15T16:23:00", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"tanks\"],\"users\":[\"burmik123\"],\"links\":[\"https://www.part-time-commander.com/top-ten-u-s-tanks-of-all-time/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:23:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gavvet", + "parent_permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z", + "post_id": 1255776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author#@merej99/re-gavvet-title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author-20160915t162318270z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + } + ], + "author": "merej99", + "author_reputation": 4835227647717, + "beneficiaries": [], + "body": "It's that type of attitude that will take you far. People can be total jerks, which is why my circle of intimate friends are very small. They're the ones I call my \"hide the body\" friends - you know, the ones you can call and they'll say I'll bring the shovel. LOL \nI have Asperger's and never considered myself disabled. Learning how to make my way in social situations took a lot of trial and error, often feeling like I failed and made a food of myself, but if I focused on just the bad things or the mean people, I would never leave the house!\nKudos to you. What some people view as a disability can really open up amazing gifts that they could never comprehend. :)", + "body_length": 676, + "cashout_time": "2016-09-22T16:06:54", + "category": "life", + "children": 0, + "created": "2016-09-15T16:06:54", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"life\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:06:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64558024, + "parent_author": "gavvet", + "parent_permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z", + "post_id": 1255609, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author#@merej99/re-gavvet-three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author-20160915t160709345z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.tavern.yaml new file mode 100644 index 00000000..3ef0e725 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/null_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update + + marks: + - patterntest # common bug with limit not applying default when null was passed explicitly (result exceeded max of 100 posts) + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: ["gavvet","",null] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "null_limit" + directory: "condenser_api_patterns/get_replies_by_last_update" diff --git a/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/empty_params.pat.json b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/empty_params.pat.json index 7ec00ff2..ea7e150d 100644 --- a/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/empty_params.pat.json +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/empty_params.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`author` cannot be blank", + "data": "missing a required argument: 'author'", "message": "Invalid parameters" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.orig.json index 2b914187..89379e6e 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.orig.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.orig.json @@ -1,94 +1,33 @@ [ { - "active_votes": [ - { - "percent": "-100", - "reputation": 0, - "rshares": "-375241", - "voter": "dantheman" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "5100", - "voter": "steemit46" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "81125", - "voter": "roadscape" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "425903066", - "voter": "gekko" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "431616594", - "voter": "acidyo" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "742566481", - "voter": "patrick-g" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "58854897335", - "voter": "business" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "108855472", - "voter": "kingtylervvs" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "244129227", - "voter": "kewpiedoll" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "1615731741", - "voter": "naturalista" - } - ], - "author": "admin", + "active_votes": [], + "author": "roadscape", "author_reputation": 0, "beneficiaries": [], - "body": "First Reply! Let's get this **party** started", - "body_length": 45, + "body": "I can definitely make it sticky -- will try to do it this week. I wasn't sure if anyone was using that function!", + "body_length": 112, "cashout_time": "1969-12-31T23:59:59", - "category": "meta", - "children": 2, - "created": "2016-03-30T19:52:30", + "category": "steemd", + "children": 0, + "created": "2016-05-10T16:12:30", "curator_payout_value": "0.000 HBD", "depth": 1, "json_metadata": "{}", - "last_payout": "2016-08-24T19:59:42", - "last_update": "2016-03-30T19:52:30", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-10T16:12:30", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 62423410900, - "parent_author": "steemit", - "parent_permlink": "firstpost", + "net_rshares": 0, + "parent_author": "pfunk", + "parent_permlink": "can-we-have-advanced-mode-stick", "pending_payout_value": "0.000 HBD", "percent_steem_dollars": 10000, - "permlink": "firstpost", - "post_id": 2, + "permlink": "re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z", + "post_id": 3229, "promoted": "0.000 HBD", "replies": [], - "root_title": "Welcome to Steem!", + "root_title": "Can we have advanced mode stick?", "title": "", "total_payout_value": "0.000 HBD", - "url": "/meta/@steemit/firstpost#@admin/firstpost" + "url": "/steemd/@pfunk/can-we-have-advanced-mode-stick#@roadscape/re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json index 66f32f8c..7d15f54c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json @@ -1,94 +1,33 @@ [ { - "active_votes": [ - { - "percent": "-100", - "reputation": 145171381514207, - "rshares": -375241, - "voter": "dantheman" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 5100, - "voter": "steemit46" - }, - { - "percent": "10000", - "reputation": 9800209121307, - "rshares": 81125, - "voter": "roadscape" - }, - { - "percent": "10000", - "reputation": 1172373556107, - "rshares": 425903066, - "voter": "gekko" - }, - { - "percent": "10000", - "reputation": 15755437221598, - "rshares": 431616594, - "voter": "acidyo" - }, - { - "percent": "10000", - "reputation": 1005278051807, - "rshares": 742566481, - "voter": "patrick-g" - }, - { - "percent": "10000", - "reputation": 7967572146571, - "rshares": 58854897335, - "voter": "business" - }, - { - "percent": "10000", - "reputation": 353432699790, - "rshares": 108855472, - "voter": "kingtylervvs" - }, - { - "percent": "10000", - "reputation": 1241600128334, - "rshares": 244129227, - "voter": "kewpiedoll" - }, - { - "percent": "10000", - "reputation": 1320262999851, - "rshares": 1615731741, - "voter": "naturalista" - } - ], - "author": "admin", - "author_reputation": 975371654, + "active_votes": [], + "author": "roadscape", + "author_reputation": 9800209121307, "beneficiaries": [], - "body": "First Reply! Let's get this **party** started", - "body_length": 45, + "body": "Will look into this today, thanks tuck!", + "body_length": 39, "cashout_time": "1969-12-31T23:59:59", - "category": "meta", - "children": 2, - "created": "2016-03-30T19:52:30", + "category": "steemd-issues", + "children": 0, + "created": "2016-05-05T16:05:42", "curator_payout_value": "0.000 HBD", "depth": 1, - "json_metadata": "", - "last_payout": "2016-08-24T19:59:42", - "last_update": "2016-03-30T19:52:30", + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-05T16:05:42", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 62423410900, - "parent_author": "steemit", - "parent_permlink": "firstpost", + "net_rshares": 0, + "parent_author": "tuck-fheman", + "parent_permlink": "the-amounts-shown-for-payout-on-a-post-are-doubled", "pending_payout_value": "0.000 HBD", "percent_hbd": 10000, - "permlink": "firstpost", - "post_id": 2, + "permlink": "re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z", + "post_id": 2751, "promoted": "0.000 HBD", "replies": [], - "root_title": "Welcome to Steem!", + "root_title": "The amounts shown for payout on a post are doubled.", "title": "", "total_payout_value": "0.000 HBD", - "url": "/meta/@steemit/firstpost#@admin/firstpost" + "url": "/steemd-issues/@tuck-fheman/the-amounts-shown-for-payout-on-a-post-are-doubled#@roadscape/re-tuck-fheman-the-amounts-shown-for-payout-on-a-post-are-doubled-20160505t160546118z" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.tavern.yaml index 2de72e96..d0bfd7e3 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.tavern.yaml +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind tags_api.get_discussions_by_comments patterns test marks: - - patterntest + - patterntest # original produced overlapping pages includes: - !include ../../common.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "tags_api.get_discussions_by_comments" - params: {"start_author":"admin","start_permlink":"firstpost","limit":1} + params: {"start_author":"roadscape","start_permlink":"re-pfunk-can-we-have-advanced-mode-stick-20160510t161229520z","limit":1} response: status_code: 200 verify_response_with: -- GitLab From cd4d9259b0c9bb7fce056deeb678da5b1a09de5e Mon Sep 17 00:00:00 2001 From: ABW Date: Thu, 10 Dec 2020 14:36:57 +0100 Subject: [PATCH 17/19] [ABW]: pattern changed because recent changes in hivemind made observer ignored in get_account_posts --- .../get_account_posts/_readme.txt | 1 + .../comments/observer_alice.pat.json | 42 ++++--------------- .../comments/observer_alice.tavern.yaml | 1 + .../get_discussions_by_feed/no_tag.pat.json | 2 +- 4 files changed, 10 insertions(+), 36 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_account_posts/_readme.txt index 0132e41e..4fba8971 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/_readme.txt @@ -31,4 +31,5 @@ params: optional (can be skipped or passed empty), ignored for "blog", "feed" and "replies", otherwise when passed has to point to valid account used to fill blacklist stats and mark posts of authors blacklisted by observer (looks like it might be a bug since blacklist is applied to places where it makes no sense, while it is ignored where it would make sense to apply it) + (update: still WIP, for the time being observer is basically ignored) } diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json index 7581147b..2eb6c082 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.pat.json @@ -5,11 +5,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "Now on the contrary, much can be done with origami, many beautiful things :)", "category": "steemit", "children": 1, @@ -50,11 +46,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0432\u0430\u043c:)", "category": "steemit", "children": 0, @@ -95,11 +87,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435!", "category": "steemit", "children": 0, @@ -140,11 +128,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "Thank you so much!", "category": "steemit", "children": 0, @@ -185,11 +169,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "Thank you so much:)", "category": "steemit", "children": 0, @@ -230,11 +210,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "It is a masterpiece. Beauty!!!", "category": "steemit", "children": 1, @@ -275,11 +251,7 @@ "author_payout_value": "0.000 HBD", "author_reputation": 55.66, "beneficiaries": [], - "blacklists": [ - "buildawhale", - "redeemer", - "spaminator" - ], + "blacklists": [], "body": "Many thanks. Origami is a great lesson for everyone :)", "category": "steemit", "children": 0, diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml index d815b58f..4bb2f28d 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/comments/observer_alice.tavern.yaml @@ -3,6 +3,7 @@ marks: - patterntest # see also zaitsevalesyaa.tavern.yaml; observer is only used to mark blacklists + # (note that it is not yet clear how blacklists are going to be handled in get_account_posts - for now observer is basically ignored) includes: - !include ../../../common.yaml diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json index 3f4d2d6b..efb77edd 100644 --- a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`tag` cannot be blank", + "data": "missing a required argument: 'tag'", "message": "Invalid parameters" } -- GitLab From 7292049f2e93b2544cded42646b7474a1acf82c8 Mon Sep 17 00:00:00 2001 From: ABW Date: Fri, 11 Dec 2020 16:47:56 +0100 Subject: [PATCH 18/19] [ABW]: new tests for get_discussions_by_author_before_date negative tests to cover new check on truncate_body in all calls that have it new test to cover null limit bug in get_discussions_by_blog some more additional tests --- .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_author.orig.json | 5 + .../bad_author.pat.json | 5 + .../bad_author.tavern.yaml | 30 + .../bad_permlink.orig.json | 5 + .../bad_permlink.pat.json | 5 + .../bad_permlink.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../empty_tag.orig.json | 5 + .../empty_tag.pat.json | 5 + .../empty_tag.tavern.yaml | 30 + .../get_discussions_by_blog/no_tag.pat.json | 2 +- .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../bad_truncate.orig.json | 5 + .../bad_truncate.pat.json | 5 + .../bad_truncate.tavern.yaml | 30 + .../get_blog/max_limit.orig.json | 27965 ++++++++++++++++ .../get_blog/max_limit.pat.json | 27965 ++++++++++++++++ .../get_blog/max_limit.tavern.yaml | 28 + .../get_blog_entries/max_limit.orig.json | 3502 ++ .../get_blog_entries/max_limit.pat.json | 3502 ++ .../get_blog_entries/max_limit.tavern.yaml | 28 + .../first.tavern.yaml | 2 +- .../good-karma.pat.json | 628 +- .../good-karma.tavern.yaml | 2 +- .../max_limit.orig.json | 4834 +++ .../max_limit.pat.json | 4834 +++ .../max_limit.tavern.yaml | 28 + .../min_limit.orig.json | 40 + .../min_limit.pat.json | 40 + .../min_limit.tavern.yaml | 28 + .../no_reblogs.orig.json | 1666 + .../no_reblogs.pat.json | 1666 + .../no_reblogs.tavern.yaml | 28 + .../paginated.orig.json | 4702 +++ .../paginated.pat.json | 4702 +++ .../paginated.tavern.yaml | 28 + .../pre_appbase.tavern.yaml | 2 +- .../roadscape.tavern.yaml | 4 +- .../second.tavern.yaml | 4 +- .../truncated.orig.json | 9 + .../truncated.pat.json | 6274 ++++ .../truncated.tavern.yaml | 28 + .../null_limit.orig.json | 9 + .../null_limit.pat.json | 5267 +++ .../null_limit.tavern.yaml | 28 + .../not_existing_author.orig.json | 0 .../not_existing_author.pat.json | 5 + .../not_existing_author.tavern.yaml | 6 +- .../empty_params.pat.json | 2 +- .../author_last_permlink.pat.json | 71 +- .../author_last_permlink.tavern.yaml | 2 +- .../author_permlink.pat.json | 148 +- .../author_permlink.tavern.yaml | 2 +- .../author_permlink_date.pat.json | 190 +- .../author_permlink_date.tavern.yaml | 3 +- .../author_permlink_date_limit.orig.json | 594 +- .../author_permlink_date_limit.pat.json | 1096 +- .../author_permlink_date_limit.tavern.yaml | 4 +- .../not_existing_author.pat.json | 1 - 87 files changed, 98885 insertions(+), 1644 deletions(-) create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.tavern.yaml rename hivemind/tavern/{tags_api_patterns => tags_api_negative}/get_discussions_by_author_before_date/not_existing_author.orig.json (100%) create mode 100644 hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.pat.json rename hivemind/tavern/{tags_api_patterns => tags_api_negative}/get_discussions_by_author_before_date/not_existing_author.tavern.yaml (80%) delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.pat.json diff --git a/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.tavern.yaml new file mode 100644 index 00000000..4a10f36e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_comment_discussions_by_payout + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_comment_discussions_by_payout + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_comment_discussions_by_payout" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_comment_discussions_by_payout" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.pat.json new file mode 100644 index 00000000..bec552d6 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Account nonexisting does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.tavern.yaml new file mode 100644 index 00000000..592ec4bf --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_author.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date + + marks: + - patterntest # original did not validate author + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"nonexisting"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_author" + directory: "condenser_api_negative/get_discussions_by_author_before_date" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.pat.json new file mode 100644 index 00000000..1ce39310 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Post gtg/nonexisting does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.tavern.yaml new file mode 100644 index 00000000..c9796396 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_permlink.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date + + marks: + - patterntest # original did not validate post + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"gtg","start_permlink":"nonexisting"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_permlink" + directory: "condenser_api_negative/get_discussions_by_author_before_date" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.orig.json new file mode 100644 index 00000000..1c5dbf75 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "too many keyword arguments {'truncate_body': 'five'}", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.tavern.yaml new file mode 100644 index 00000000..2533200b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date + + marks: + - patterntest # original didn't handle truncation in this call + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"steemit","limit":1,"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_author_before_date" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.tavern.yaml new file mode 100644 index 00000000..28e4f5eb --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_blog + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_blog + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_blog" + params: {"tag":"steemit","truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_blog" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.orig.json new file mode 100644 index 00000000..3f4d2d6b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "`tag` cannot be blank", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.pat.json new file mode 100644 index 00000000..d6fea406 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid account (not specified)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.tavern.yaml new file mode 100644 index 00000000..20d5fe6c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/empty_tag.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_blog + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_blog + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_blog" + params: {"tag":"","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "empty_tag" + directory: "condenser_api_negative/get_discussions_by_blog" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json index 3f4d2d6b..efb77edd 100644 --- a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`tag` cannot be blank", + "data": "missing a required argument: 'tag'", "message": "Invalid parameters" } diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.tavern.yaml new file mode 100644 index 00000000..3027b86c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_comments + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_comments + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_comments" + params: {"start_author":"gtg","truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_comments" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.tavern.yaml new file mode 100644 index 00000000..727d5f79 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_created" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.tavern.yaml new file mode 100644 index 00000000..a3328a56 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"steemit","truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_feed" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.tavern.yaml new file mode 100644 index 00000000..bf3513fc --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_hot + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_hot + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_hot" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_hot" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.tavern.yaml new file mode 100644 index 00000000..c461cb3c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_promoted + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_promoted + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_promoted" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_promoted" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.tavern.yaml new file mode 100644 index 00000000..1543939c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_trending + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_trending + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_trending" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_discussions_by_trending" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.orig.json new file mode 100644 index 00000000..00e68c21 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "slice indices must be integers or None or have an __index__ method", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.tavern.yaml new file mode 100644 index 00000000..8975fbae --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_post_discussions_by_payout + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_post_discussions_by_payout + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_post_discussions_by_payout" + params: {"truncate_body":"five"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_post_discussions_by_payout" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.orig.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.pat.json b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.pat.json new file mode 100644 index 00000000..8f90d53d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid literal for int() with base 10: 'five'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.tavern.yaml new file mode 100644 index 00000000..cf34ab2b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_replies_by_last_update/bad_truncate.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_replies_by_last_update under limit patterns test + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_replies_by_last_update + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_replies_by_last_update" + params: ["admin","non_existing_permlink",20,"five"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_truncate" + directory: "condenser_api_negative/get_replies_by_last_update" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.orig.json new file mode 100644 index 00000000..681d3878 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.orig.json @@ -0,0 +1,27965 @@ +[ + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "477494039", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55979441", + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "540573845", + "voter": "lifeworship" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The House approved legislation Friday by voice vote that would allow families of 9/11 victims to sue the government of Saudi Arabia, CBS News has confirmed.\n\nIn May, the Senate passed the measure, which was sponsored by Sens. John Cornyn, R-Texas, and Chuck Schumer, D-New York.\n\nThe White House has expressed opposition to the bill. Speaking to CBS News\u2019 Charlie Rose in April, President Obama warned that the bill could have consequences that would, for example, allow people in other countries to sue the U.S.\n\nhttp://www.cbsnews.com/news/bill-allowing-911-victims-to-sue-saudi-arabia-heads-to-obamas-desk/\n\n#congress #lawsuit #news", + "body_length": 635, + "cashout_time": "2016-10-11T23:13:21", + "category": "news", + "children": 0, + "created": "2016-09-10T10:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"congress\",\"lawsuit\"],\"links\":[\"http:\\/\\/www.cbsnews.com\\/news\\/bill-allowing-911-victims-to-sue-saudi-arabia-heads-to-obamas-desk\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-10T10:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1074047325, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk", + "post_id": 909911, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bill allowing 9/11 victims to sue Saudi Arabia heads to Obama's desk", + "title": "Bill allowing 9/11 victims to sue Saudi Arabia heads to Obama's desk", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk" + }, + "entry_id": 715, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "In the near future, you will see many farm companies releasing their own cryptocurrency\nThose smart farmers will eventually come to a realization that the only real form of money is the food they put in their mouth.\nBecause of that reason, the value of their farm cryptocurrency will only go up. Other paper currencies will always be manipulated and beaten down by central banks' frauds.\n\nHere's an example:\n\nA lobster farm will release their own cryptocurrency called Lobster coin\nA clam farm will release their own cryptocurrency call Clam coins\nA crab farm will release their own cryptocurrency call Crab coins\nA tuna farm will release their own cryptocurrency call Tuna coins\n\nThese farm coins will be back by real money value also known as food value. \n(put money where their mouth is)\n\n#cryptocurrency #farm #food #farming #news", + "body_length": 834, + "cashout_time": "2016-10-10T19:17:48", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-10T07:17:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"farm\",\"food\",\"farming\",\"news\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-10T07:17:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "food-industry-and-cryptocurrency", + "post_id": 909061, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Food industry and cryptocurrency", + "title": "Food industry and cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/food-industry-and-cryptocurrency" + }, + "entry_id": 714, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "309364165", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55979441", + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56275084", + "voter": "baldsteve1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ggIPjCsvNJ4\n\n#cia #drugs #news", + "body_length": 62, + "cashout_time": "2016-10-09T02:37:18", + "category": "news", + "children": 0, + "created": "2016-09-08T01:42:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"cia\",\"drugs\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/ggIPjCsvNJ4\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ggIPjCsvNJ4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T01:42:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 421618690, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-cia-drug-dealer-talks-clinton-trump", + "post_id": 888225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top CIA Drug Dealer Talks Clinton, Trump", + "title": "Top CIA Drug Dealer Talks Clinton, Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/top-cia-drug-dealer-talks-clinton-trump" + }, + "entry_id": 713, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FavYyrTHs_Q\n\n#queen #uk #england #news #bilderberg", + "body_length": 82, + "cashout_time": "2016-10-08T13:02:12", + "category": "news", + "children": 1, + "created": "2016-09-08T01:02:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"queen\",\"uk\",\"england\",\"bilderberg\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/FavYyrTHs_Q\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=FavYyrTHs_Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T01:02:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double", + "post_id": 887978, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "William Mount reports The Queen Elizabeth II is dead and is replaced by a double", + "title": "William Mount reports The Queen Elizabeth II is dead and is replaced by a double", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double" + }, + "entry_id": 712, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17559666803", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "302581312", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Up to 40 percent of refugees who asked for asylum in Switzerland over the past three months reportedly disappeared from Swiss reception centers shortly afterwards, with their whereabouts unknown to the authorities.\n\nThe country\u2019s State Secretariat for Migration (SEM) confirmed that within the last quarter some 20 to 40 percent of refugees who have been assigned to reception centers have vanished from the monitoring system completely, Swiss newspaper SonntagsZeitung reports.\n\nhttps://cdn.rt.com/files/2016.09/original/57cd58d9c46188321d8b4720.jpg\n\nhttps://www.rt.com/news/358348-switzerland-migrants-missing-influx/\n\n#asylum #refugee #switzerland #news", + "body_length": 656, + "cashout_time": "2016-10-07T09:07:09", + "category": "news", + "children": 0, + "created": "2016-09-06T00:39:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"asylum\",\"refugee\",\"switzerland\"],\"image\":[\"https:\\/\\/cdn.rt.com\\/files\\/2016.09\\/original\\/57cd58d9c46188321d8b4720.jpg\"],\"links\":[\"https:\\/\\/www.rt.com\\/news\\/358348-switzerland-migrants-missing-influx\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T00:39:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17862248115, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "up-to-40-of-asylum-seekers-in-switzerland-disappear", + "post_id": 868225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Up to 40% of asylum seekers in Switzerland \u2018disappear\u2019", + "title": "Up to 40% of asylum seekers in Switzerland \u2018disappear\u2019", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/up-to-40-of-asylum-seekers-in-switzerland-disappear" + }, + "entry_id": 711, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# ALERT NEWS BACKDOOR AMMO BAN, ATF Reclassifies Wetted Nitrocellulose\n\nhttps://www.youtube.com/watch?v=F7qIjxR_po0\nhttps://www.youtube.com/watch?v=eVih6lr9fsg\n\n#gun #ban #atf #nitrocellulose #news", + "body_length": 197, + "cashout_time": "2016-10-06T01:52:54", + "category": "news", + "children": 0, + "created": "2016-09-05T13:52:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"gun\",\"ban\",\"atf\",\"nitrocellulose\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/F7qIjxR_po0\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=F7qIjxR_po0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T13:52:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on", + "post_id": 862705, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gun Ban all over the USA. The Civil War in America continues on . . .", + "title": "Gun Ban all over the USA. The Civil War in America continues on . . .", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on" + }, + "entry_id": 710, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1_JwYJUsv10\n\n#currency #money #fraud #scam #news", + "body_length": 80, + "cashout_time": "2016-10-06T00:12:21", + "category": "news", + "children": 0, + "created": "2016-09-05T12:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"currency\",\"money\",\"fraud\",\"scam\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/1_JwYJUsv10\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1_JwYJUsv10\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T12:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "currency-reset-critical-arrests-happening-now", + "post_id": 861935, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Currency Reset \u2013 Critical Arrests Happening NOW", + "title": "Currency Reset \u2013 Critical Arrests Happening NOW", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/currency-reset-critical-arrests-happening-now" + }, + "entry_id": 709, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2106100689", + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MGiWrShLO_o\n\n#clinton #alex #jones #news", + "body_length": 72, + "cashout_time": "2016-10-05T22:42:15", + "category": "news", + "children": 0, + "created": "2016-09-04T20:22:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"alex\",\"jones\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/MGiWrShLO_o\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=MGiWrShLO_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T20:22:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2106100689, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-alex-jones-on-the-clinton-hit-list", + "post_id": 856452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is Alex Jones On The Clinton Hit List?", + "title": "Is Alex Jones On The Clinton Hit List?", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/is-alex-jones-on-the-clinton-hit-list" + }, + "entry_id": 708, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "315338917", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249198055", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites\n\nThe names of some of these banking families are familiar to all of us and should be more so. They include Baring, Lazard, Erlanger, Warburg, Schroder, Seligman, the Speyers, Mirabaud, Mallet, Fould, and above all, Rothschild and Morgan. [These banking families] remained different from ordinary bankers in distinctive ways: \u2026 (5) They were almost equally devoted to secrecy and the secret use of financial power in political life. These bankers came to be called \u201cinternational bankers\u201d and, more particularly, were known as \u201cmerchant bankers\u201d in England, \u201cprivate bankers\u201d in France, and \u201cinvestment bankers\u201d in the United States (1998 printing: p.52).\n\nhttp://www.globalresearch.ca/hillary-clintons-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites/5542966\n\n#bank #cartels #mafia #fraud #news", + "body_length": 953, + "cashout_time": "2016-10-05T16:18:48", + "category": "news", + "children": 1, + "created": "2016-09-04T09:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"bank\",\"cartels\",\"mafia\",\"fraud\"],\"links\":[\"http:\\/\\/www.globalresearch.ca\\/hillary-clintons-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites\\/5542966\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T09:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 564536972, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites", + "post_id": 851884, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites", + "title": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites" + }, + "entry_id": 707, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "188643072", + "voter": "jjt333" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-61275737", + "voter": "powmonkey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "244214094", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# 1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)\n\nhttp://benjaminfulford.typepad.com/benjaminfulford/2016/07/gold-reward-offered-for-the-capture-of-khazarian-gangsters.html\n\nhttp://prepareforchange.net/2016/07/19/ben-fulford-attention-bounty-hunters-one-ton-in-gold-46-7-million-dollars-bounty-to-be-collected-on-each-one-on-this-list/\n\nhttps://www.youtube.com/watch?v=2qRyCBFcIIQ\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fpfc.prepareforchange.netdna-cdn.com%2Fwp-content%2Fuploads%2F2016%2F07%2FBountyHunter.jpg&t=568&c=VrXWVqntQhrUgA\n\nAce of Spades\nGeorge Bush Senior\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nAce of Diamonds\nDavid Rockefeller\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nAce of Hearts\nEtienne D\u2019Avignon\nWanted for illegally engineering the destruction of United States\nBounty: One ton of gold\n\nAce of Clubs\nDavid de Rothschild\nWanted for fraud\nBounty: One ton of gold\n\nKing of Spades\nGeorge Bush Junior\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Diamonds\nDonald Rumsfeld\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Hearts\nBill Clinton\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Clubs\nBenyamin Netanyahu\nWanted for mass murder and money laundering\nBounty: One ton of gold\n\nQueen of Spades\nBarbara Bush\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nQueen of Diamonds\nJanet Yellen\nWanted for fraud\nBounty: One ton of gold\n\nQueen Hearts\nHillary Clinton\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nQueen of Clubs\nVictoria Nuland\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nJoker of Spades\nNicholas Sarkozi\nWanted for mass murder, fraud and drug smuggling\nBounty: One ton of gold\n\nJoker of Diamonds\nMario Draghi\nWanted for embezzlement and fraud\nBounty: One ton of gold\n\nJoker of Hearts\nHaruhiko Kuroda\nWanted for theft of Japanese savings\nBounty: One ton of gold\n\nJoker of Clubs\nBarack Obama\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\n#bounty #reward #gold #news", + "body_length": 2121, + "cashout_time": "2016-10-04T18:14:12", + "category": "news", + "children": 2, + "created": "2016-09-03T07:57:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"bounty\",\"reward\",\"gold\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/2qRyCBFcIIQ\\/0.jpg\",\"https:\\/\\/ip.bitcointalk.org\\/?u=http%3A%2F%2Fpfc.prepareforchange.netdna-cdn.com%2Fwp-content%2Fuploads%2F2016%2F07%2FBountyHunter.jpg&t=568&c=VrXWVqntQhrUgA\"],\"links\":[\"http:\\/\\/benjaminfulford.typepad.com\\/benjaminfulford\\/2016\\/07\\/gold-reward-offered-for-the-capture-of-khazarian-gangsters.html\",\"http:\\/\\/prepareforchange.net\\/2016\\/07\\/19\\/ben-fulford-attention-bounty-hunters-one-ton-in-gold-46-7-million-dollars-bounty-to-be-collected-on-each-one-on-this-list\\/\",\"https:\\/\\/www.youtube.com\\/watch?v=2qRyCBFcIIQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-03T07:58:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 371581429, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive", + "post_id": 842371, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)", + "title": "1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive" + }, + "entry_id": 706, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "244214094", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "512657776", + "voter": "lifeworship" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oddg0CP4mKo\n\n#news #media", + "body_length": 57, + "cashout_time": "2016-10-03T09:56:03", + "category": "news", + "children": 1, + "created": "2016-09-02T21:56:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"media\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/oddg0CP4mKo\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=oddg0CP4mKo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T21:56:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 756871870, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "epic-level-of-deception-lies-and-distortion-from-the-corporate-media", + "post_id": 838840, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Epic Level Of Deception, Lies And Distortion From The Corporate Media", + "title": "Epic Level Of Deception, Lies And Distortion From The Corporate Media", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/epic-level-of-deception-lies-and-distortion-from-the-corporate-media" + }, + "entry_id": 705, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "253968347", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Marcel Lazar, who used the alias \"Guccifer\" online, had pleaded guilty in May to charges including unauthorized access to a protected computer and aggravated identity theft after being extradited from Romania.\n\nhttps://www.yahoo.com/news/romanian-hacker-guccifer-sentenced-52-months-u-prison-163441334.html\n\n#guccifer #hacking #hack #hacker #technology", + "body_length": 352, + "cashout_time": "2016-10-02T21:24:03", + "category": "technology", + "children": 0, + "created": "2016-09-01T17:57:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"guccifer\",\"hacking\",\"hack\",\"hacker\"],\"links\":[\"https:\\/\\/www.yahoo.com\\/news\\/romanian-hacker-guccifer-sentenced-52-months-u-prison-163441334.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T17:57:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253968347, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "guccifer-caught-and-sentenced-to-52-months-in-u-s-prison", + "post_id": 826148, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Guccifer\" caught and sentenced to 52 months in U.S. prison", + "title": "\"Guccifer\" caught and sentenced to 52 months in U.S. prison", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/guccifer-caught-and-sentenced-to-52-months-in-u-s-prison" + }, + "entry_id": 704, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.dailystar.co.uk/news/latest-news/541884/Nazi-swastika-found-field-crop-circle-alien-Wiltshire-extra-terrestrial-bizarre-flag-crops\n\n#farm #swastika #kkk #farming", + "body_length": 172, + "cashout_time": "2016-09-30T12:32:21", + "category": "farming", + "children": 0, + "created": "2016-08-31T00:32:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"farming\",\"farm\",\"swastika\",\"kkk\"],\"links\":[\"http:\\/\\/www.dailystar.co.uk\\/news\\/latest-news\\/541884\\/Nazi-swastika-found-field-crop-circle-alien-Wiltshire-extra-terrestrial-bizarre-flag-crops\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T00:32:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "farming", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "swastika-on-farm", + "post_id": 807291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "swastika on farm", + "title": "swastika on farm", + "total_payout_value": "0.000 HBD", + "url": "/farming/@cryptocurrency1/swastika-on-farm" + }, + "entry_id": 703, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "86305137879", + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2052402633", + "voter": "gamgam" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.infowars.com/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him/\n\n#jones #clinton #murder #news", + "body_length": 118, + "cashout_time": "2016-09-30T22:47:36", + "category": "news", + "children": 0, + "created": "2016-08-30T17:22:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"jones\",\"clinton\",\"murder\"],\"links\":[\"http:\\/\\/www.infowars.com\\/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T17:22:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88357540512, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.033 HBD", + "percent_steem_dollars": 10000, + "permlink": "special-report-alex-jones-asks-hillary-clinton-not-to-kill-him", + "post_id": 803070, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SPECIAL REPORT: ALEX JONES ASKS HILLARY CLINTON NOT TO KILL HIM", + "title": "SPECIAL REPORT: ALEX JONES ASKS HILLARY CLINTON NOT TO KILL HIM", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him" + }, + "entry_id": 702, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "86305137879", + "voter": "sigmajin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7KWkJq9Cgkg\n\n#ttip #german #eu #us #news", + "body_length": 72, + "cashout_time": "2016-09-29T07:21:09", + "category": "news", + "children": 0, + "created": "2016-08-29T19:21:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=7KWkJq9Cgkg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T19:21:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 86305137879, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.019 HBD", + "percent_steem_dollars": 10000, + "permlink": "ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister", + "post_id": 792608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TTIP talks between EU & US have de facto failed \u2013 German economy minister", + "title": "TTIP talks between EU & US have de facto failed \u2013 German economy minister", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister" + }, + "entry_id": 701, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55367155", + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7NaqQAjMLmw", + "body_length": 43, + "cashout_time": "2016-09-29T15:24:24", + "category": "news", + "children": 0, + "created": "2016-08-29T07:37:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=7NaqQAjMLmw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T07:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55367155, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "white-house-emails-hacked-they-want-you-dead", + "post_id": 786966, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "White House Emails Hacked - They Want You Dead", + "title": "White House Emails Hacked - They Want You Dead", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/white-house-emails-hacked-they-want-you-dead" + }, + "entry_id": 700, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FY9yUSgpYXw\n\n#assange #wikileak", + "body_length": 63, + "cashout_time": "2016-09-28T19:28:36", + "category": "wikileak", + "children": 0, + "created": "2016-08-29T07:28:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileak\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=FY9yUSgpYXw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T07:28:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "wikileak", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found", + "post_id": 786925, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Assange Tells Megyn Kelly He Wants Wikileaks Source Killer Found", + "title": "Assange Tells Megyn Kelly He Wants Wikileaks Source Killer Found", + "total_payout_value": "0.000 HBD", + "url": "/wikileak/@cryptocurrency1/assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found" + }, + "entry_id": 699, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xQP5yV9yxFc\n\n#sea #creatures", + "body_length": 60, + "cashout_time": "2016-09-28T05:40:06", + "category": "sea", + "children": 0, + "created": "2016-08-28T17:40:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sea\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=xQP5yV9yxFc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T17:40:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "sea", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "25-most-terrifying-sea-creatures", + "post_id": 780048, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "25 Most Terrifying Sea Creatures", + "title": "25 Most Terrifying Sea Creatures", + "total_payout_value": "0.000 HBD", + "url": "/sea/@cryptocurrency1/25-most-terrifying-sea-creatures" + }, + "entry_id": 698, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=yCbSfBoO6No\n\n#trump #fbi #assassin #news", + "body_length": 72, + "cashout_time": "2016-09-27T07:43:45", + "category": "news", + "children": 0, + "created": "2016-08-27T19:43:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=yCbSfBoO6No\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T19:43:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump", + "post_id": 770132, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI Assassin Barry Bush Busted By Secret Service At Trump Tower Trying To Take Out Trump", + "title": "FBI Assassin Barry Bush Busted By Secret Service At Trump Tower Trying To Take Out Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump" + }, + "entry_id": 697, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158722751", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "new white house logo show a white flag on top of the white house.\nThis is a sign of surrender.\n\nhttp://photos.state.gov/libraries/usau/124929/mohammedli/US-WhiteHouse-Logo-square-72078_490x480.png\n\n# a White flag is a sign of surrender\nhttp://dailyhaymaker.com/wp-content/uploads/2012/11/surrender.jpg\n\nhttps://www.youtube.com/watch?v=8VyguS_xDfQ\n\n#america #whitehouse #surrendered #news", + "body_length": 387, + "cashout_time": "2016-09-27T05:35:45", + "category": "news", + "children": 0, + "created": "2016-08-27T03:08:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=8VyguS_xDfQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T03:08:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158722751, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender", + "post_id": 762568, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "new white house logo show a white flag on top of the white house. This is a sign of surrender.", + "title": "new white house logo show a white flag on top of the white house. This is a sign of surrender.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender" + }, + "entry_id": 696, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "161956176", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52045125", + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=L65RBwrtOeQ\n\nhttp://www.thegatewaypundit.com/2016/08/video-kkk-grand-dragon-endorses-hillary-clinton/\n\n#kkk #endorses #trump #clinton #news", + "body_length": 171, + "cashout_time": "2016-09-27T00:14:21", + "category": "news", + "children": 1, + "created": "2016-08-26T17:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=L65RBwrtOeQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T17:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 214001301, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "kkk-grand-dragon-endorses-hillary-clinton", + "post_id": 757042, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KKK Grand Dragon Endorses Hillary Clinton", + "title": "KKK Grand Dragon Endorses Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/kkk-grand-dragon-endorses-hillary-clinton" + }, + "entry_id": 695, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "62800646", + "voter": "hysmagus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139268684", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Spooks team up with Amazon to teach machines how to 'collect imagery at global scale'\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/worldview-3-satellite-launched-to-capture-better-images-of-earth.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1673802/cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision/\n\n#cia #spy #artificial-intelligence #space", + "body_length": 382, + "cashout_time": "2016-09-26T01:00:15", + "category": "science", + "children": 0, + "created": "2016-08-25T23:02:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"cia\",\"spy\",\"artificial-intelligence\",\"space\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/08\\/worldview-3-satellite-launched-to-capture-better-images-of-earth.jpg?w=960\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T23:02:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 202069330, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision", + "post_id": 748758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EYES IN THE SKY CIA training artificial intelligence to spy on Earth from SPACE using \u2018computer vision\u2019", + "title": "EYES IN THE SKY CIA training artificial intelligence to spy on Earth from SPACE using \u2018computer vision\u2019", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision" + }, + "entry_id": 694, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "164756333", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55367155", + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51774444", + "voter": "steven15" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2cfEW9av2XU\n\n#clinton #jones #trump #news", + "body_length": 73, + "cashout_time": "2016-09-25T23:51:30", + "category": "news", + "children": 3, + "created": "2016-08-25T21:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=2cfEW9av2XU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T21:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271897932, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinton-lies-about-alex-jones-to-attack-trump", + "post_id": 747956, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton Lies About Alex Jones to Attack Trump", + "title": "Hillary Clinton Lies About Alex Jones to Attack Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-lies-about-alex-jones-to-attack-trump" + }, + "entry_id": 693, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Ho3EIH3_qgA\n\n#terrorist #inbred #european #gun-ban #news", + "body_length": 88, + "cashout_time": "2016-09-25T05:48:51", + "category": "news", + "children": 0, + "created": "2016-08-25T17:48:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Ho3EIH3_qgA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:48:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa", + "post_id": 745203, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines continues to push for gun ban all over the USA", + "title": "The 13 inbred Terrorist European Bloodlines continues to push for gun ban all over the USA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa" + }, + "entry_id": 692, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "161095081", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cqt1WTPWcAEm_L4.jpg\n\nRead more: \nhttp://www.politico.com/story/2016/08/clinton-ad-kkk-trump-227404#ixzz4IMjgrBEN \n\n#clinton #trump #illuminati #bilderberg #news", + "body_length": 189, + "cashout_time": "2016-09-25T22:02:21", + "category": "news", + "children": 0, + "created": "2016-08-25T17:32:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"trump\",\"illuminati\",\"bilderberg\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/Cqt1WTPWcAEm_L4.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:32:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161095081, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "clinton-ad-ties-trump-to-kkk-white-supremacists", + "post_id": 745026, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton ad ties Trump to KKK, white supremacists", + "title": "Clinton ad ties Trump to KKK, white supremacists", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/clinton-ad-ties-trump-to-kkk-white-supremacists" + }, + "entry_id": 691, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "52075707", + "voter": "andrewrait" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.ft.com/cms/s/2/7a707048-648d-11e6-8310-ecf0bddad227.html\n\nhttp://im.ft-static.com/content/images/739d853a-6a5a-11e6-ae5b-a7cc5dd5a28c.img\n\n#inbred #terrorist #bilderberg #illuminati #news", + "body_length": 198, + "cashout_time": "2016-09-25T17:27:03", + "category": "news", + "children": 0, + "created": "2016-08-25T17:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"inbred\",\"terrorist\",\"bilderberg\",\"illuminati\"],\"links\":[\"http:\\/\\/www.ft.com\\/cms\\/s\\/2\\/7a707048-648d-11e6-8310-ecf0bddad227.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52075707, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are", + "post_id": 744944, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "High ranking members of the 13 inbred Terrorist European Bloodlines know they are being hunted to be kill all over USA, they are now using their money resources to hide their homes", + "title": "High ranking members of the 13 inbred Terrorist European Bloodlines know they are being hunted to be kill all over USA, they are now using their money resources to hide their homes", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are" + }, + "entry_id": 690, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "As you can see, USD released good news data.\nBankers rigged the market and moved price of EURUSD up, when it should be heading down.\n\n![riggeddatapricechart80e54.png](https://www.steemimg.com/images/2016/08/25/riggeddatapricechart80e54.png)\n![riggeddata4caa4.png](https://www.steemimg.com/images/2016/08/25/riggeddata4caa4.png)\n\n#forex #rigged #eurusd #fraud #money", + "body_length": 365, + "cashout_time": "2016-09-24T17:57:00", + "category": "money", + "children": 0, + "created": "2016-08-25T05:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"forex\",\"rigged\",\"eurusd\",\"fraud\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/25\\/riggeddatapricechart80e54.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:57:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "forex-market-rigged-eur-usd-analysis", + "post_id": 740373, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Forex market rigged, EUR/USD analysis", + "title": "Forex market rigged, EUR/USD analysis", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/forex-market-rigged-eur-usd-analysis" + }, + "entry_id": 689, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vfqI8MwyJEQ\n\n#jews #sars #virus #news", + "body_length": 69, + "cashout_time": "2016-09-24T17:35:39", + "category": "news", + "children": 0, + "created": "2016-08-25T05:35:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=vfqI8MwyJEQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:35:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia", + "post_id": 740266, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Benjamin Fulford reveal it was the Evil Jews regime that released 'SARS' virus to kill asians all over ASIA", + "title": "Benjamin Fulford reveal it was the Evil Jews regime that released 'SARS' virus to kill asians all over ASIA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia" + }, + "entry_id": 688, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207492262", + "voter": "kita" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=rIG-W0lNRvw\n\n#khazarian #jews #mafia #wikileak", + "body_length": 78, + "cashout_time": "2016-09-25T06:44:21", + "category": "news", + "children": 0, + "created": "2016-08-25T05:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=rIG-W0lNRvw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:05:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207492262, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "benjamin-fulford-2016-khazarian-plots-thwarted", + "post_id": 740079, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Benjamin Fulford 2016 - Khazarian plots thwarted", + "title": "Benjamin Fulford 2016 - Khazarian plots thwarted", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/benjamin-fulford-2016-khazarian-plots-thwarted" + }, + "entry_id": 687, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "157273593", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55080078", + "voter": "mjhomb" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SXZy0QIdQwA\n\n#wikileak #chelsea #clinton #scam", + "body_length": 78, + "cashout_time": "2016-09-25T06:32:15", + "category": "news", + "children": 0, + "created": "2016-08-25T04:14:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=SXZy0QIdQwA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T04:14:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 212353671, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wikileaks-chelsea-clinton-used-fake-name-to-scam", + "post_id": 739724, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks: Chelsea Clinton Used Fake Name To Scam", + "title": "Wikileaks: Chelsea Clinton Used Fake Name To Scam", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-chelsea-clinton-used-fake-name-to-scam" + }, + "entry_id": 686, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "If posting turn light gray color in text, can it still earn rewards for posting or curation rewards?\n\n#steemit #steem #support #help", + "body_length": 132, + "cashout_time": "2016-09-24T16:08:54", + "category": "steemit", + "children": 1, + "created": "2016-08-25T04:08:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"help\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T04:08:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards", + "post_id": 739685, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "If posting turn light gray color in text, can it still earn rewards?", + "title": "If posting turn light gray color in text, can it still earn rewards?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards" + }, + "entry_id": 685, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9_ZT-Ku3tWQ\n\n#trump #election #fraud #rigged #political", + "body_length": 87, + "cashout_time": "2016-09-24T13:00:24", + "category": "political", + "children": 0, + "created": "2016-08-25T01:00:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"political\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9_ZT-Ku3tWQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T01:00:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "political", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-experts-admit-trump-right-about-election-fraud", + "post_id": 738155, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top Experts Admit Trump Right About Election Fraud", + "title": "Top Experts Admit Trump Right About Election Fraud", + "total_payout_value": "0.000 HBD", + "url": "/political/@cryptocurrency1/top-experts-admit-trump-right-about-election-fraud" + }, + "entry_id": 684, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qSkGFKjXm7M\n\n#movies #hollywood #preview", + "body_length": 72, + "cashout_time": "2016-09-24T11:21:36", + "category": "movies", + "children": 2, + "created": "2016-08-24T23:21:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"movies\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=qSkGFKjXm7M\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T23:21:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "movies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fast-and-furious-8-all-teaser-clips-2017", + "post_id": 737227, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FAST AND FURIOUS 8 All Teaser + Clips (2017)", + "title": "FAST AND FURIOUS 8 All Teaser + Clips (2017)", + "total_payout_value": "0.000 HBD", + "url": "/movies/@cryptocurrency1/fast-and-furious-8-all-teaser-clips-2017" + }, + "entry_id": 683, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55306428", + "voter": "clout" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "China realized the Terrorist organization Federal Reserve have been using their scam U.S. dollars to scam people world wide. China is now dumping U.S. Treasuries.\n\nhttps://www.youtube.com/watch?v=F6e7coOhfC4\n\n#china #usd #money", + "body_length": 227, + "cashout_time": "2016-09-24T22:55:33", + "category": "money", + "children": 2, + "created": "2016-08-24T22:44:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=F6e7coOhfC4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:44:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55306428, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-is-dumping-treasuries-and-now-us-stocks", + "post_id": 736802, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Is Dumping Treasuries And Now US Stocks ! ! !", + "title": "China Is Dumping Treasuries And Now US Stocks ! ! !", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/china-is-dumping-treasuries-and-now-us-stocks" + }, + "entry_id": 682, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6071228539", + "voter": "summonerrk" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# China superhero is call \"KungFu Panda\"\nhttps://www.youtube.com/watch?v=RXBS4K4oSsE\n\n# Russia superhero is call \"Guardians\"\nhttps://www.youtube.com/watch?v=AH_D8COMbhc\n\n#china #russia #bears #movies #news", + "body_length": 205, + "cashout_time": "2016-09-24T22:26:42", + "category": "news", + "children": 1, + "created": "2016-08-24T22:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=RXBS4K4oSsE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6071228539, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears", + "post_id": 736622, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China & Russia coming out with their own lines of superheroes characters. Both are BEARS", + "title": "China & Russia coming out with their own lines of superheroes characters. Both are BEARS", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears" + }, + "entry_id": 681, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6071228539", + "voter": "summonerrk" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.snopes.com/wordpress/wp-content/uploads/2015/09/mark-zuckerberg.jpg\nhttp://www.snopes.com/mark-zuckerberg-is-david-rockefellers-grandson/\n\n#zuckerberg #inbred #terrorist #european", + "body_length": 190, + "cashout_time": "2016-09-24T22:23:00", + "category": "inbred", + "children": 1, + "created": "2016-08-24T22:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"inbred\",\"zuckerberg\",\"terrorist\",\"european\"],\"image\":[\"http:\\/\\/www.snopes.com\\/wordpress\\/wp-content\\/uploads\\/2015\\/09\\/mark-zuckerberg.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6071228539, + "parent_author": "", + "parent_permlink": "inbred", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines", + "post_id": 736551, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mark Zuckerberg is not a Rockerfeller's grandson but he is one of the 13 inbred Terrorist European Bloodlines.", + "title": "Mark Zuckerberg is not a Rockerfeller's grandson but he is one of the 13 inbred Terrorist European Bloodlines.", + "total_payout_value": "0.000 HBD", + "url": "/inbred/@cryptocurrency1/mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 680, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "379024678", + "voter": "fluffy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Ljp4ix0SJN8\n\n#cern #illuminati #bilderberg #nwo", + "body_length": 79, + "cashout_time": "2016-09-24T21:21:24", + "category": "cern", + "children": 0, + "created": "2016-08-24T21:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cern\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Ljp4ix0SJN8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T21:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 379024678, + "parent_author": "", + "parent_permlink": "cern", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cern-death-ritual", + "post_id": 735971, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CERN Death Ritual", + "title": "CERN Death Ritual", + "total_payout_value": "0.000 HBD", + "url": "/cern/@cryptocurrency1/cern-death-ritual" + }, + "entry_id": 679, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0QkaZM2IyDk\n\n#olympic #cern", + "body_length": 59, + "cashout_time": "2016-09-24T09:00:03", + "category": "olympic", + "children": 0, + "created": "2016-08-24T21:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=0QkaZM2IyDk\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T21:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "rio-olympics-and-the-cern-connection", + "post_id": 735738, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rio Olympics And The CERN Connection", + "title": "Rio Olympics And The CERN Connection", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/rio-olympics-and-the-cern-connection" + }, + "entry_id": 678, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "418705475210", + "voter": "glitterfart" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://s3.amazonaws.com/main-newsbtc-images/2016/07/18131837/shutterstock_282867155-825x510.jpg\n\nhttp://www.newsbtc.com/2016/08/24/four-major-banks-to-create-own-cryptocurrency/\n\n#banks #cryptocurrency", + "body_length": 201, + "cashout_time": "2016-09-24T21:50:00", + "category": "cryptocurrency", + "children": 1, + "created": "2016-08-24T20:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"banks\"],\"image\":[\"http:\\/\\/s3.amazonaws.com\\/main-newsbtc-images\\/2016\\/07\\/18131837\\/shutterstock_282867155-825x510.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T20:52:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 418705475210, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.040 HBD", + "percent_steem_dollars": 10000, + "permlink": "four-major-banks-plan-to-create-their-own-cryptocurrency", + "post_id": 735663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Four Major Banks Plan to Create Their Own Cryptocurrency", + "title": "Four Major Banks Plan to Create Their Own Cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/four-major-banks-plan-to-create-their-own-cryptocurrency" + }, + "entry_id": 677, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7496884844", + "voter": "bluestar" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0OLliNAJz6c\n\n#usa-corporation #news #media #politic", + "body_length": 83, + "cashout_time": "2016-09-24T20:29:36", + "category": "news", + "children": 2, + "created": "2016-08-24T20:28:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=0OLliNAJz6c\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T20:28:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7496884844, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa", + "post_id": 735401, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Breaking News: The 13 inbred Terrorist European Bloodlines using Joe Biggs to make fun of the Hispanic woman for not knowing USA is a corporation, there is no such thing as a citizen of a corporation.", + "title": "Breaking News: The 13 inbred Terrorist European Bloodlines using Joe Biggs to make fun of the Hispanic woman for not knowing USA is a corporation, there is no such thing as a citizen of a corporation.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa" + }, + "entry_id": 676, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1446649799", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Each State inside a USA corporation is for sale\nhttp://nypost.com/2016/08/23/new-revelations-show-a-nation-for-sale-under-hillary-clinton/\n\nhttps://thenypost.files.wordpress.com/2016/08/160824-clinton-nation-sale-feature.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\nhttps://pbs.twimg.com/media/CqlTqW0XEAA9AZZ.jpg\n\n#usa-corporation #states-for-sale", + "body_length": 350, + "cashout_time": "2016-09-24T19:54:06", + "category": "news", + "children": 1, + "created": "2016-08-24T19:50:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa-corporation\",\"states-for-sale\"],\"links\":[\"http:\\/\\/nypost.com\\/2016\\/08\\/23\\/new-revelations-show-a-nation-for-sale-under-hillary-clinton\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T19:50:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1446649799, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "each-state-inside-a-usa-corporation-is-for-sale", + "post_id": 735019, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Each State inside a USA corporation is for sale", + "title": "Each State inside a USA corporation is for sale", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/each-state-inside-a-usa-corporation-is-for-sale" + }, + "entry_id": 675, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "99686883", + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50488678", + "voter": "roman-dikanev" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Steemit should allow accounts with more followers to earn more vest. Accounts with more followers are more important to the steemit community.\n\n#steemit #steem #support #help", + "body_length": 176, + "cashout_time": "2016-09-24T18:42:12", + "category": "steemit", + "children": 0, + "created": "2016-08-24T18:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"help\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T18:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150175561, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-should-allow-account-with-more-followers-to-earn-more-vest", + "post_id": 734074, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit should allow account with more followers to earn more vest", + "title": "Steemit should allow account with more followers to earn more vest", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steemit-should-allow-account-with-more-followers-to-earn-more-vest" + }, + "entry_id": 674, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "52810054", + "voter": "wildmanhowling" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oN9ik9nrm-c\n\n#us #media #msm #elites #news", + "body_length": 74, + "cashout_time": "2016-09-24T22:28:51", + "category": "news", + "children": 0, + "created": "2016-08-24T18:07:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=oN9ik9nrm-c\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T18:07:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52810054, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "emails-hacked-of-us-media-elites", + "post_id": 733932, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Emails Hacked Of US Media Elites", + "title": "Emails Hacked Of US Media Elites", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/emails-hacked-of-us-media-elites" + }, + "entry_id": 673, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/business/2016/05/29/rothschild-large_trans++1N-0BbrGahnullJmqzE3f31liaGz4mIk-HMM1iLlxh8.PNG\n\nhttp://www.telegraph.co.uk/investing/funds/sell-rothschild-fund-and-take-profits-warns-broker/\n\n#rothschild #funds #bank", + "body_length": 252, + "cashout_time": "2016-09-24T04:28:45", + "category": "money", + "children": 0, + "created": "2016-08-24T16:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"rothschild\",\"funds\",\"bank\"],\"image\":[\"http:\\/\\/www.telegraph.co.uk\\/content\\/dam\\/business\\/2016\\/05\\/29\\/rothschild-large_trans++1N-0BbrGahnullJmqzE3f31liaGz4mIk-HMM1iLlxh8.PNG\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T16:28:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "financial-advisors-world-wide-recommend-you-sell-rothschild-funds", + "post_id": 732886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Financial advisors world wide recommend you sell Rothschild funds", + "title": "Financial advisors world wide recommend you sell Rothschild funds", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/financial-advisors-world-wide-recommend-you-sell-rothschild-funds" + }, + "entry_id": 672, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "217084653", + "voter": "levycore" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9u4PPcIwPCA\n\n#olympic #symbolism #news", + "body_length": 70, + "cashout_time": "2016-09-24T16:23:03", + "category": "olympic", + "children": 0, + "created": "2016-08-24T16:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9u4PPcIwPCA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T16:19:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 217084653, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "olympic-symbolism-breakdown", + "post_id": 732796, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic symbolism breakdown", + "title": "Olympic symbolism breakdown", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/olympic-symbolism-breakdown" + }, + "entry_id": 671, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2088485855", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160332150", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=a-xjiXfJ58Q\n\n#hillary #censored #video #news", + "body_length": 76, + "cashout_time": "2016-09-23T23:44:30", + "category": "news", + "children": 0, + "created": "2016-08-23T23:41:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=a-xjiXfJ58Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:41:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2248818005, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "must-watch-hillary-clinton-tried-to-ban-this-video", + "post_id": 724947, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Must Watch!! Hillary Clinton tried to ban this video", + "title": "Must Watch!! Hillary Clinton tried to ban this video", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/must-watch-hillary-clinton-tried-to-ban-this-video" + }, + "entry_id": 670, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3759274539", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160332150", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57391613", + "voter": "nickfost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54926074", + "voter": "mikamuro" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=nXkR2TRDf2A\n\n#clinton #stolen #oil #weapons #news", + "body_length": 81, + "cashout_time": "2016-09-23T23:22:15", + "category": "news", + "children": 0, + "created": "2016-08-23T23:18:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=nXkR2TRDf2A\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:18:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4031924376, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons", + "post_id": 724745, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton left hand written receipts for stolen oil and stolen weapons", + "title": "Hillary Clinton left hand written receipts for stolen oil and stolen weapons", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons" + }, + "entry_id": 669, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3341577368", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1475582795", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc. The 13 inbred Terrorist European Bloodlines using Donald Trump to sell you the idea of a TRUMP wall to keep the Mexicans out of USA corporation. USA is a corporation, it's not a country. Therefore, there is no such thing as illegal immigrants. The American Patriots Militia Groups must defeat the 13 inbred Terrorist European Bloodlines in a civil war first before they can sell you the idea of a Trump wall. \n\nIt is unclear whether the American people or the 13 inbred Terrorist European Bloodlines are being racist to the Hispanics by labeling them as illegal immigrants and trying to keep them out of USA corporation by saying they are not U.S. citizen. Bottom line is , no one born in USA can be a U.S. Citizen. It's a corporation. There is no such as thing as citizen of Starbucks or USA corp.\n\n#usa #corporation #scam #fraud #news", + "body_length": 977, + "cashout_time": "2016-09-23T23:15:51", + "category": "news", + "children": 1, + "created": "2016-08-23T23:00:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa\",\"corporation\",\"scam\",\"fraud\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:00:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4817160163, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "usa-corporation-being-racist-to-hispanics", + "post_id": 724596, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA corporation being racist to Hispanics", + "title": "USA corporation being racist to Hispanics", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-corporation-being-racist-to-hispanics" + }, + "entry_id": 668, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2923880197", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17672511746", + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53839377", + "voter": "rexgrove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52801341", + "voter": "antonii2211" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.\n\n#usa #america #captured #news", + "body_length": 173, + "cashout_time": "2016-09-23T22:54:57", + "category": "news", + "children": 0, + "created": "2016-08-23T22:48:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa\",\"america\",\"captured\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T22:48:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20703032661, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or", + "post_id": 724502, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.", + "title": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or" + }, + "entry_id": 667, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=e8zqt44FKQE\n\n#usd #euro #scam #fraud #bilderberg", + "body_length": 80, + "cashout_time": "2016-09-23T08:57:03", + "category": "money", + "children": 0, + "created": "2016-08-23T20:57:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=e8zqt44FKQE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T20:57:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "u-s-plans-to-collapse-europe", + "post_id": 723361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U S Plans to Collapse Europe", + "title": "U S Plans to Collapse Europe", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/u-s-plans-to-collapse-europe" + }, + "entry_id": 666, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "65214075", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141378671520", + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "770115811", + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50014490", + "voter": "triprayogi" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://ca.news.yahoo.com/exclusive-chinas-richest-man-set-seal-two-billion-121955795--finance.html\n\n\"My goal is to buy Hollywood companies and bring their technology and capability to China,\" Wang said.\n\n#hollywood #china", + "body_length": 222, + "cashout_time": "2016-09-23T20:00:33", + "category": "china", + "children": 0, + "created": "2016-08-23T19:59:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"hollywood\"],\"links\":[\"https:\\/\\/ca.news.yahoo.com\\/exclusive-chinas-richest-man-set-seal-two-billion-121955795--finance.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T19:59:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 142264015896, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals", + "post_id": 722660, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China's richest man set to seal two billion-dollar U.S. film deals", + "title": "China's richest man set to seal two billion-dollar U.S. film deals", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals" + }, + "entry_id": 665, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "20885435744", + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54520588", + "voter": "sharonekelly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57101246", + "voter": "mstudemeyer13" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Jc3Iv4vy4-o\n\nhttps://www.youtube.com/watch?v=fiILDgVkU5E\n\n#news", + "body_length": 95, + "cashout_time": "2016-09-23T17:48:09", + "category": "news", + "children": 0, + "created": "2016-08-23T17:47:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Jc3Iv4vy4-o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T17:47:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20997057578, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "did-jews-instigate-9-11", + "post_id": 721211, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DID JEWS INSTIGATE 9-11?", + "title": "DID JEWS INSTIGATE 9-11?", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/did-jews-instigate-9-11" + }, + "entry_id": 664, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "390550797", + "voter": "ladypenelope1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eSMQBLD1z-s\n\n#bed #sleeping #memoryfoam", + "body_length": 71, + "cashout_time": "2016-09-23T15:48:42", + "category": "bed", + "children": 1, + "created": "2016-08-23T15:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bed\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=eSMQBLD1z-s\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T15:33:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 390550797, + "parent_author": "", + "parent_permlink": "bed", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-would-happen-if-you-never-left-your-bed", + "post_id": 719722, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What Would Happen If You Never Left Your Bed?", + "title": "What Would Happen If You Never Left Your Bed?", + "total_payout_value": "0.000 HBD", + "url": "/bed/@cryptocurrency1/what-would-happen-if-you-never-left-your-bed" + }, + "entry_id": 663, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1290569501", + "voter": "wroman0207" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156688237", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.washingtonpost.com/news/wonk/wp/2016/08/23/soup-is-money-in-here-ramen-has-become-the-black-market-currency-in-american-prisons/\n\nhttps://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rf/image_960w/2010-2019/WashingtonPost/2014/08/28/Production/Health/Images/bigstock-Ramen-Instant-Noodles-65507332.jpg&w=1484\n\n#ramen #instant #noodles #prison", + "body_length": 384, + "cashout_time": "2016-09-23T13:06:15", + "category": "money", + "children": 0, + "created": "2016-08-23T11:31:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"ramen\",\"instant\",\"noodles\",\"prison\"],\"links\":[\"https:\\/\\/www.washingtonpost.com\\/news\\/wonk\\/wp\\/2016\\/08\\/23\\/soup-is-money-in-here-ramen-has-become-the-black-market-currency-in-american-prisons\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T11:31:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1447257738, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "instant-noodles-has-become-the-black-market-currency-in-american-prisons", + "post_id": 717212, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Instant Noodles' has become the black-market currency in American prisons", + "title": "'Instant Noodles' has become the black-market currency in American prisons", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/instant-noodles-has-become-the-black-market-currency-in-american-prisons" + }, + "entry_id": 662, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://freebeacon.com/wp-content/uploads/2015/07/Hassan-Rouhani.jpg\n\nhttp://freebeacon.com/national-security/state-dept-warns-iran-seeking-capture-u-s-citizens/\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fi1380.photobucket.com%2Falbums%2Fah167%2FCuongVTruong%2Fspeilberg_zpscae4f9d8.jpg&t=567&c=9TzleG_SIpbZDA\n\n#hassan #rouhan #steven #spielberg #news", + "body_length": 351, + "cashout_time": "2016-09-22T16:13:21", + "category": "news", + "children": 1, + "created": "2016-08-23T04:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"hassan\",\"rouhan\",\"steven\",\"spielberg\"],\"image\":[\"http:\\/\\/freebeacon.com\\/wp-content\\/uploads\\/2015\\/07\\/Hassan-Rouhani.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T04:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "https-www-youtube-com-watch-v-iovkjhu7mfk", + "post_id": 714615, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "https://www.youtube.com/watch?v=IoVKjhu7mfk", + "title": "https://www.youtube.com/watch?v=IoVKjhu7mfk", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/https-www-youtube-com-watch-v-iovkjhu7mfk" + }, + "entry_id": 661, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "138013830", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55705213", + "voter": "aravotiname" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53858749", + "voter": "maloneyj55" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53048963", + "voter": "wingfield" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52709752", + "voter": "polina43" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=IoVKjhu7mfk\n\n#un #philippines #president #news", + "body_length": 78, + "cashout_time": "2016-09-23T04:14:33", + "category": "news", + "children": 1, + "created": "2016-08-23T04:03:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=IoVKjhu7mfk\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T04:03:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 353336507, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un", + "post_id": 714565, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u2018I don't give a sh*t about them\u2019: Philippines president threatens to leave \u2018stupid\u2019 UN", + "title": "\u2018I don't give a sh*t about them\u2019: Philippines president threatens to leave \u2018stupid\u2019 UN", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un" + }, + "entry_id": 660, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "56357479", + "voter": "tjfire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50937782", + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EZvX81nx_Yw\n\n#hillary #clinton #security #threat #army", + "body_length": 86, + "cashout_time": "2016-09-23T00:14:06", + "category": "news", + "children": 0, + "created": "2016-08-22T23:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=EZvX81nx_Yw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 107295261, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "us-army-lists-hillary-clinton-as-security-threat-on-slide", + "post_id": 712131, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Army Lists Hillary Clinton as Security Threat on Slide", + "title": "US Army Lists Hillary Clinton as Security Threat on Slide", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/us-army-lists-hillary-clinton-as-security-threat-on-slide" + }, + "entry_id": 659, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50937782", + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51767362", + "voter": "gagr" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=023C5_scpQw\n\n#economy #collapse", + "body_length": 63, + "cashout_time": "2016-09-22T22:22:12", + "category": "economy", + "children": 0, + "created": "2016-08-22T21:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"economy\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=023C5_scpQw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T21:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102705144, + "parent_author": "", + "parent_permlink": "economy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "shocking-obama-intends-to-collapse-us-economy-ann-barnhardt", + "post_id": 711345, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SHOCKING OBAMA INTENDS TO COLLAPSE US ECONOMY Ann Barnhardt", + "title": "SHOCKING OBAMA INTENDS TO COLLAPSE US ECONOMY Ann Barnhardt", + "total_payout_value": "0.000 HBD", + "url": "/economy/@cryptocurrency1/shocking-obama-intends-to-collapse-us-economy-ann-barnhardt" + }, + "entry_id": 658, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-53396088", + "voter": "shekelemberg" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UieQkiI9UWE\n\n#kharazian #mafia #evil #jews #zionist", + "body_length": 83, + "cashout_time": "2016-09-22T21:45:33", + "category": "news", + "children": 0, + "created": "2016-08-22T20:51:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=UieQkiI9UWE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T20:51:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -53396088, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "kazarian-mafia-in-total-panic", + "post_id": 710688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Kazarian Mafia In Total Panic", + "title": "Kazarian Mafia In Total Panic", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/kazarian-mafia-in-total-panic" + }, + "entry_id": 657, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145277716", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52045125", + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The 14,900 Clinton documents are nearly 50 percent more than the roughly 30,000 emails that Clinton\u2019s lawyers deemed work-related and returned to the department in December 2014.\n\n\n#clinton #fbi #documents", + "body_length": 205, + "cashout_time": "2016-09-22T20:22:09", + "category": "documents", + "children": 0, + "created": "2016-08-22T19:26:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"documents\",\"clinton\",\"fbi\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:26:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 197322841, + "parent_author": "", + "parent_permlink": "documents", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fbi-found-14-900-more-emails-from-hillary-clinton", + "post_id": 709531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI found 14,900 more emails from Hillary Clinton", + "title": "FBI found 14,900 more emails from Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/documents/@cryptocurrency1/fbi-found-14-900-more-emails-from-hillary-clinton" + }, + "entry_id": 656, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "39064827714", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1559079167", + "voter": "anjoke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79642959", + "voter": "steemcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141645773", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52045125", + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52366665", + "voter": "privacyissues" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52795061", + "voter": "aidario" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CxoBGzBiQts\n\n#german #germany #food", + "body_length": 67, + "cashout_time": "2016-09-23T07:56:00", + "category": "food", + "children": 2, + "created": "2016-08-22T18:46:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=CxoBGzBiQts\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41002402464, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks", + "post_id": 709038, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German govt warns people to stockpile food, water in case of terror attacks", + "title": "German govt warns people to stockpile food, water in case of terror attacks", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks" + }, + "entry_id": 655, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54052181", + "voter": "topslim" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1lVv4HYksw0\n\n#bridge #china #hunan", + "body_length": 66, + "cashout_time": "2016-09-22T15:47:36", + "category": "china", + "children": 2, + "created": "2016-08-22T15:39:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1lVv4HYksw0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:39:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54052181, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china", + "post_id": 706911, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Don't crack it! Worlds longest glass bottom bridge opens in Hunan, China", + "title": "Don't crack it! Worlds longest glass bottom bridge opens in Hunan, China", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china" + }, + "entry_id": 654, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156173545", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wfa2m1Ny-rg\n\n#eu #bank #deutsche", + "body_length": 64, + "cashout_time": "2016-09-22T17:39:33", + "category": "eu", + "children": 1, + "created": "2016-08-22T15:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eu\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=wfa2m1Ny-rg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156173545, + "parent_author": "", + "parent_permlink": "eu", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "eu-is-collapsing-as-deutsche-bank-stock-all-time-low", + "post_id": 706751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EU is COLLAPSING as Deutsche Bank Stock ALL TIME LOW!", + "title": "EU is COLLAPSING as Deutsche Bank Stock ALL TIME LOW!", + "total_payout_value": "0.000 HBD", + "url": "/eu/@cryptocurrency1/eu-is-collapsing-as-deutsche-bank-stock-all-time-low" + }, + "entry_id": 653, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60049910", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126351917181", + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110709978", + "voter": "bhutoijo" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://tctechcrunch2011.files.wordpress.com/2016/08/aptonomy_drone.png?w=738\n\nAptonomy Inc. has developed drone technology that could make prison breaks, robberies or malicious intrusions of any kind impossible for mere mortals.\n\n#drone #technology #security", + "body_length": 259, + "cashout_time": "2016-09-22T19:18:00", + "category": "technology", + "children": 0, + "created": "2016-08-22T14:37:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"drone\",\"security\"],\"image\":[\"https:\\/\\/tctechcrunch2011.files.wordpress.com\\/2016\\/08\\/aptonomy_drone.png?w=738\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T14:37:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 126522677069, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.050 HBD", + "percent_steem_dollars": 10000, + "permlink": "drone-startup-aptonomy-introduces-the-self-flying-security-guard", + "post_id": 706151, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Drone startup Aptonomy introduces the self-flying security guard", + "title": "Drone startup Aptonomy introduces the self-flying security guard", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/drone-startup-aptonomy-introduces-the-self-flying-security-guard" + }, + "entry_id": 652, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55353797", + "voter": "derevyanij" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fEISuO1GrCw\n\n#invention #tech #technology", + "body_length": 73, + "cashout_time": "2016-09-22T10:16:39", + "category": "tech", + "children": 1, + "created": "2016-08-22T10:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tech\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=fEISuO1GrCw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T10:16:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55353797, + "parent_author": "", + "parent_permlink": "tech", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "5-inventions-that-will-blow-your-mind", + "post_id": 704235, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Inventions That Will BLOW YOUR MIND", + "title": "5 Inventions That Will BLOW YOUR MIND", + "total_payout_value": "0.000 HBD", + "url": "/tech/@cryptocurrency1/5-inventions-that-will-blow-your-mind" + }, + "entry_id": 651, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54614103", + "voter": "ballazan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53679242", + "voter": "heroic15397" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0o_xL7Bf5R8\n\n#trump #freemason #illuminati #news", + "body_length": 80, + "cashout_time": "2016-09-21T22:52:36", + "category": "news", + "children": 1, + "created": "2016-08-21T19:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=0o_xL7Bf5R8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T19:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 108293345, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati", + "post_id": 697498, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nude Trump Statues Pop Up In US Cities Placed by FREEMASON ILLUMINATI", + "title": "Nude Trump Statues Pop Up In US Cities Placed by FREEMASON ILLUMINATI", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati" + }, + "entry_id": 650, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "239856727", + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100521677", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54002407", + "voter": "brs" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5aDuCO7181U\n\n#clinton #illuminati #bilderberg #nwo", + "body_length": 82, + "cashout_time": "2016-09-21T17:35:51", + "category": "news", + "children": 0, + "created": "2016-08-21T16:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5aDuCO7181U\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 394380811, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major", + "post_id": 695813, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warning! Reading This May Put You On Hillary\u2019s Hit List\u2014100% Proof Of Something MAJOR!", + "title": "Warning! Reading This May Put You On Hillary\u2019s Hit List\u2014100% Proof Of Something MAJOR!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major" + }, + "entry_id": 649, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "98183964", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53918528", + "voter": "gerard08" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pi96azKI1G8\n\n#wikileaks #assange #lawyer #dead", + "body_length": 78, + "cashout_time": "2016-09-21T17:46:18", + "category": "news", + "children": 1, + "created": "2016-08-21T16:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=pi96azKI1G8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152102492, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wikileaks-julian-assange-lawyer-gets-hit-by-a-train", + "post_id": 695663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WIKILEAKS JULIAN ASSANGE LAWYER GETS HIT BY A TRAIN!", + "title": "WIKILEAKS JULIAN ASSANGE LAWYER GETS HIT BY A TRAIN!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-julian-assange-lawyer-gets-hit-by-a-train" + }, + "entry_id": 648, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "53931118", + "voter": "jexocuza" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://twitter.com/hautedamn/status/766442356233019392\n\n#detroit #michigan", + "body_length": 75, + "cashout_time": "2016-09-21T16:04:00", + "category": "detroit", + "children": 1, + "created": "2016-08-21T16:03:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"detroit\",\"michigan\"],\"links\":[\"https:\\/\\/twitter.com\\/hautedamn\\/status\\/766442356233019392\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:03:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53931118, + "parent_author": "", + "parent_permlink": "detroit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "driving-through-detroit-at-night", + "post_id": 695588, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Driving through Detroit at night", + "title": "Driving through Detroit at night", + "total_payout_value": "0.000 HBD", + "url": "/detroit/@cryptocurrency1/driving-through-detroit-at-night" + }, + "entry_id": 647, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54985702", + "voter": "tygragra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54946562", + "voter": "ducage" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://nypost.com/2016/08/21/american-journalism-is-collapsing-before-our-eyes/\n\n#american #journalism #media #msm", + "body_length": 114, + "cashout_time": "2016-09-21T15:50:51", + "category": "journalism", + "children": 0, + "created": "2016-08-21T15:50:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"journalism\",\"american\",\"media\",\"msm\"],\"links\":[\"http:\\/\\/nypost.com\\/2016\\/08\\/21\\/american-journalism-is-collapsing-before-our-eyes\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:50:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109932264, + "parent_author": "", + "parent_permlink": "journalism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "american-journalism-is-collapsing-before-our-eyes", + "post_id": 695466, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American journalism is collapsing before our eyes", + "title": "American journalism is collapsing before our eyes", + "total_payout_value": "0.000 HBD", + "url": "/journalism/@cryptocurrency1/american-journalism-is-collapsing-before-our-eyes" + }, + "entry_id": 646, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3263116250", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100521677", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54988163", + "voter": "vudolmaran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54932540", + "voter": "gozil" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.\n\nhttp://www.galaxyarmynavy.com/prodimages/17788-big.jpg\n\nhttp://www.ktvz.com/image/view/-/41058152/medRes/2/-/maxh/360/maxw/640/-/9gpyca/-/New-Navy-uniform-JPG.jpg\n\n#us #military #conquered #bilderberg", + "body_length": 316, + "cashout_time": "2016-09-21T10:10:15", + "category": "news", + "children": 2, + "created": "2016-08-21T09:37:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"us\",\"military\",\"conquered\",\"bilderberg\"],\"image\":[\"http:\\/\\/www.galaxyarmynavy.com\\/prodimages\\/17788-big.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:37:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3473558630, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered", + "post_id": 692735, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.", + "title": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered" + }, + "entry_id": 645, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3129927832", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3123351679", + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88512291", + "voter": "thefeature" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RQA2gnxFisg\n\n#nato #isil #turkey #russia #news", + "body_length": 78, + "cashout_time": "2016-09-21T09:43:30", + "category": "news", + "children": 0, + "created": "2016-08-21T09:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=RQA2gnxFisg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:14:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6341791802, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nato-compromised-turkey-merges-with-russia", + "post_id": 692626, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NATO Compromised, Turkey Merges With Russia", + "title": "NATO Compromised, Turkey Merges With Russia", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/nato-compromised-turkey-merges-with-russia" + }, + "entry_id": 644, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "8241899864", + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "300550721", + "voter": "thealexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wn8ENLwYjeQ\n\nhttp://www.bankofluxemburg.com/headers-static/homehd.jpg\n\nhttps://media.licdn.com/mpr/mpr/shrink_200_200/AAEAAQAAAAAAAARyAAAAJDM0NjczMjdmLWIzZGItNDQzMy1hYzM3LThiNzQ0NDk5MTQ5Zg.png\n\n#illuminati #bilderberg #bank #luxumberg #news", + "body_length": 272, + "cashout_time": "2016-09-21T09:07:27", + "category": "news", + "children": 0, + "created": "2016-08-21T09:03:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Wn8ENLwYjeQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:03:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8542450585, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "william-mount-reports-bank-of-luxemburg-funded-9-11", + "post_id": 692566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "William Mount reports Bank of Luxemburg funded 9/11", + "title": "William Mount reports Bank of Luxemburg funded 9/11", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/william-mount-reports-bank-of-luxemburg-funded-9-11" + }, + "entry_id": 643, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "638705028", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2053997676", + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55777563", + "voter": "bendjy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55573843", + "voter": "carloseclectic3d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88833110", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54994834", + "voter": "whitebrand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53778860", + "voter": "popov5346" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oJY5owNtbeI\n\n#ukraine #ukrainian #russia #war #news", + "body_length": 83, + "cashout_time": "2016-09-21T02:32:36", + "category": "ukraine", + "children": 0, + "created": "2016-08-21T01:39:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ukraine\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=oJY5owNtbeI\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:39:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3001660914, + "parent_author": "", + "parent_permlink": "ukraine", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border", + "post_id": 690043, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Threat Of All Out War With Ukraine As 40,000 Troops Are Posted On Border", + "title": "Threat Of All Out War With Ukraine As 40,000 Troops Are Posted On Border", + "total_payout_value": "0.000 HBD", + "url": "/ukraine/@cryptocurrency1/threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border" + }, + "entry_id": 642, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "605088974", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56064665", + "voter": "thompsonj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54936001", + "voter": "tojahn" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Flee or Die is the only option the American Patriots Militia Groups left for the 13 inbred Terrorist European Bloodlines (illuminati members/Bilderberg Group's members or employees)\n\nhttp://www.forbes.com/sites/robertwood/2016/05/06/many-americans-renounce-citizenship-even-before-president-trump/#2d02e8212b66\n\nhttp://www.zerohedge.com/news/2016-05-05/number-americans-renouncing-citizenship-just-keeps-going\n\nhttps://www.youtube.com/watch?v=omaFuRVMo6k\n\nhttps://static01.nyt.com/images/2008/11/16/us/16wildfire_600.jpg\n\nhttp://static2.nydailynews.com/polopoly_fs/1.2359285.1442208451!/img/httpImage/image.jpg_gen/derivatives/article_635/488077798.jpg\n\nhttp://static2.nydailynews.com/polopoly_fs/1.2359276.1442208438!/img/httpImage/image.jpg_gen/derivatives/article_635/wildfires15n-15-web.jpg\n\n#illuminati #bilderberg #news", + "body_length": 827, + "cashout_time": "2016-09-21T03:00:51", + "category": "news", + "children": 0, + "created": "2016-08-20T23:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=omaFuRVMo6k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T23:43:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 716089640, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die", + "post_id": 689102, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American Patriots Militia Groups left the 13 inbred Terrorist European Bloodlines a simple choice: Flee or Die.", + "title": "American Patriots Militia Groups left the 13 inbred Terrorist European Bloodlines a simple choice: Flee or Die.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die" + }, + "entry_id": 641, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "957312278", + "voter": "dicov" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bjGV8LFbqAM\n\n#syria #syrian", + "body_length": 59, + "cashout_time": "2016-09-20T20:30:45", + "category": "kids", + "children": 0, + "created": "2016-08-20T20:16:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kids\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bjGV8LFbqAM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T20:16:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 957312278, + "parent_author": "", + "parent_permlink": "kids", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict", + "post_id": 687072, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heartbreaking Footage Of Syrian Boy Draws Fresh Attention To Conflict", + "title": "Heartbreaking Footage Of Syrian Boy Draws Fresh Attention To Conflict", + "total_payout_value": "0.000 HBD", + "url": "/kids/@cryptocurrency1/heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict" + }, + "entry_id": 640, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55974496", + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100521677", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/02/23/Others/Images/2015-02-23/4604979761424716211.jpg?uuid=DV8HELuKEeSd-wM2bnGa-A\n\nhttps://www.washingtonpost.com/politics/more-than-half-of-clinton-foundations-major-donors-would-be-barred-under-new-rule/2016/08/19/f2d21776-6631-11e6-be4e-23fc4d4d12b4_story.html?hpid=hp_rhp-top-table-main_clintonfoundation-820pm:homepage/story\n\n#clinton #banks #banker #bilderberg", + "body_length": 443, + "cashout_time": "2016-09-20T18:28:03", + "category": "news", + "children": 0, + "created": "2016-08-20T17:58:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"banks\",\"banker\",\"bilderberg\"],\"image\":[\"https:\\/\\/img.washingtonpost.com\\/rf\\/image_1484w\\/2010-2019\\/WashingtonPost\\/2015\\/02\\/23\\/Others\\/Images\\/2015-02-23\\/4604979761424716211.jpg?uuid=DV8HELuKEeSd-wM2bnGa-A\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T17:58:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156496173, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "major-banks-fund-hillary-clinton", + "post_id": 685577, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Major Banks fund Hillary Clinton", + "title": "Major Banks fund Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/major-banks-fund-hillary-clinton" + }, + "entry_id": 639, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "315272215", + "voter": "bitcoinnational" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=S6k0I4bDc_o\n\n#trump #hollywood #star", + "body_length": 68, + "cashout_time": "2016-09-20T04:52:06", + "category": "star", + "children": 1, + "created": "2016-08-20T16:52:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"star\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=S6k0I4bDc_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:52:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 315272215, + "parent_author": "", + "parent_permlink": "star", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-donald-s-hollywood-star-fenced-in", + "post_id": 684893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Donald\u2019s Hollywood star fenced in", + "title": "The Donald\u2019s Hollywood star fenced in", + "total_payout_value": "0.000 HBD", + "url": "/star/@cryptocurrency1/the-donald-s-hollywood-star-fenced-in" + }, + "entry_id": 638, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "386028449", + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "604800890", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52264369", + "voter": "ghost23" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "You can't unsee this: Nude statues of Trump pop up in US cities\nBrought to you by the Illuminati's 'The All seeing eye' \nhttps://www.youtube.com/watch?v=ezQaE1WVW5Q\n\n#trump #nude #illuminati #bilderberg", + "body_length": 203, + "cashout_time": "2016-09-20T16:44:57", + "category": "news", + "children": 1, + "created": "2016-08-20T14:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ezQaE1WVW5Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T14:34:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1043093708, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities", + "post_id": 683461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "You can't unsee this: Nude statues of Trump pop up in US cities", + "title": "You can't unsee this: Nude statues of Trump pop up in US cities", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities" + }, + "entry_id": 637, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1585884594", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100521677", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bcnXfYtsQAA\n\n#random #bribe #bribery #cia #iran", + "body_length": 79, + "cashout_time": "2016-09-20T13:53:51", + "category": "cia", + "children": 0, + "created": "2016-08-20T13:49:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bcnXfYtsQAA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:49:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1686406271, + "parent_author": "", + "parent_permlink": "cia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "state-department-grilled-over-usd400-000-000-usd-to-iran-lie", + "post_id": 683030, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Department Grilled Over $400,000,000 USD to Iran Lie", + "title": "State Department Grilled Over $400,000,000 USD to Iran Lie", + "total_payout_value": "0.000 HBD", + "url": "/cia/@cryptocurrency1/state-department-grilled-over-usd400-000-000-usd-to-iran-lie" + }, + "entry_id": 636, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "100521677", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vkET3ij3iT4\n\n#weed #gmo #marijuana #drug", + "body_length": 72, + "cashout_time": "2016-09-20T14:38:33", + "category": "gmo", + "children": 1, + "created": "2016-08-20T13:11:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gmo\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=vkET3ij3iT4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:11:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100521677, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "alex-jones-warns-of-gmo-weaponized-weed", + "post_id": 682769, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ALEX JONES WARNS OF GMO/WEAPONIZED WEED", + "title": "ALEX JONES WARNS OF GMO/WEAPONIZED WEED", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@cryptocurrency1/alex-jones-warns-of-gmo-weaponized-weed" + }, + "entry_id": 635, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "51539551", + "voter": "youcan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VN-Sbx77hyg\n\n#jones #maddow #media #msm", + "body_length": 71, + "cashout_time": "2016-09-20T12:57:33", + "category": "maddow", + "children": 0, + "created": "2016-08-20T12:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"maddow\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=VN-Sbx77hyg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T12:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51539551, + "parent_author": "", + "parent_permlink": "maddow", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "alex-jones-exposes-rachel-maddow", + "post_id": 682444, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Alex Jones Exposes Rachel Maddow", + "title": "Alex Jones Exposes Rachel Maddow", + "total_payout_value": "0.000 HBD", + "url": "/maddow/@cryptocurrency1/alex-jones-exposes-rachel-maddow" + }, + "entry_id": 634, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "88314897", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vP4xZvtIGj0\n\n#trump #cia #news", + "body_length": 62, + "cashout_time": "2016-09-20T00:09:06", + "category": "news", + "children": 0, + "created": "2016-08-19T20:39:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=vP4xZvtIGj0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:39:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88314897, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-does-not-trust-the-cia", + "post_id": 675244, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump Does Not Trust The CIA", + "title": "Trump Does Not Trust The CIA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-does-not-trust-the-cia" + }, + "entry_id": 633, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "104954422", + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85990821", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UulOCaXrM8w\n\n#clinton #king #queen", + "body_length": 66, + "cashout_time": "2016-09-19T22:23:12", + "category": "queen", + "children": 0, + "created": "2016-08-19T20:30:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"queen\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=UulOCaXrM8w\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:30:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 190945243, + "parent_author": "", + "parent_permlink": "queen", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-clintons-think-they-re-king-and-queen-of-the-world", + "post_id": 675160, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Clintons Think They're King And Queen Of The World", + "title": "The Clintons Think They're King And Queen Of The World", + "total_payout_value": "0.000 HBD", + "url": "/queen/@cryptocurrency1/the-clintons-think-they-re-king-and-queen-of-the-world" + }, + "entry_id": 632, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1443297508", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I went to Pita Inn yesterday. \n\nhttps://dcf54aygx3v5e.cloudfront.net/fac7232f-1b5f-434c-ba49-99be850a5a91/f7e83d0c-e661-4645-ba9b-ca1831d7fecf.jpg\n\n#restaurant #pita #inn", + "body_length": 170, + "cashout_time": "2016-09-19T12:31:12", + "category": "restaurant", + "children": 0, + "created": "2016-08-19T12:30:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"restaurant\",\"pita\",\"inn\"],\"image\":[\"https:\\/\\/dcf54aygx3v5e.cloudfront.net\\/fac7232f-1b5f-434c-ba49-99be850a5a91\\/f7e83d0c-e661-4645-ba9b-ca1831d7fecf.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:30:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1443297508, + "parent_author": "", + "parent_permlink": "restaurant", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "pita-inn", + "post_id": 669251, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pita Inn", + "title": "Pita Inn", + "total_payout_value": "0.000 HBD", + "url": "/restaurant/@cryptocurrency1/pita-inn" + }, + "entry_id": 631, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1472163458", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79018592", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56216777", + "voter": "sezi2u" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Jp7RI9WTK5o\n\n#secret #service #agent", + "body_length": 68, + "cashout_time": "2016-09-19T12:25:54", + "category": "agent", + "children": 0, + "created": "2016-08-19T12:22:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"agent\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Jp7RI9WTK5o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:22:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1607398827, + "parent_author": "", + "parent_permlink": "agent", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "secret-service-agent-talks-about-why-agents-are-speaking-out", + "post_id": 669184, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Secret Service Agent Talks About Why Agents Are Speaking Out", + "title": "Secret Service Agent Talks About Why Agents Are Speaking Out", + "total_payout_value": "0.000 HBD", + "url": "/agent/@cryptocurrency1/secret-service-agent-talks-about-why-agents-are-speaking-out" + }, + "entry_id": 630, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1102325442", + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90009092", + "voter": "elvyraloca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76694516", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57591825", + "voter": "justme" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Era of 'The Bitch' Is Coming\nhttp://www.theatlantic.com/politics/archive/2016/08/the-era-of-the-bitch-is-coming/496154/\n\nhttps://cdn.theatlantic.com/assets/media/img/mt/2016/08/AP_16223659259659/lead_960.jpg?1471370134\n\n#atlantic #magazine #clinton", + "body_length": 252, + "cashout_time": "2016-09-19T04:11:39", + "category": "magazine", + "children": 0, + "created": "2016-08-19T03:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"magazine\",\"atlantic\",\"clinton\"],\"links\":[\"http:\\/\\/www.theatlantic.com\\/politics\\/archive\\/2016\\/08\\/the-era-of-the-bitch-is-coming\\/496154\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1326620875, + "parent_author": "", + "parent_permlink": "magazine", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-atlantic-magazine-called-hillary-clinton-a-bitch", + "post_id": 665463, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Atlantic magazine called Hillary Clinton a bitch", + "title": "The Atlantic magazine called Hillary Clinton a bitch", + "total_payout_value": "0.000 HBD", + "url": "/magazine/@cryptocurrency1/the-atlantic-magazine-called-hillary-clinton-a-bitch" + }, + "entry_id": 629, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "191689776", + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346434519", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100594521", + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54002211", + "voter": "annasophia" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vFmslhzLSxs\n\n#clinton #republican #perjury", + "body_length": 74, + "cashout_time": "2016-09-18T16:52:21", + "category": "republican", + "children": 0, + "created": "2016-08-18T16:43:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"republican\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=vFmslhzLSxs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:43:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 692721027, + "parent_author": "", + "parent_permlink": "republican", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "republicans-call-for-perjury-charges-against-clinton-over-emails", + "post_id": 657730, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Republicans call for perjury charges against Clinton over emails", + "title": "Republicans call for perjury charges against Clinton over emails", + "total_payout_value": "0.000 HBD", + "url": "/republican/@cryptocurrency1/republicans-call-for-perjury-charges-against-clinton-over-emails" + }, + "entry_id": 628, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "70508322", + "voter": "themagus" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=f93asEI5n6k\n\n#scammers #scam #money", + "body_length": 67, + "cashout_time": "2016-09-18T15:27:54", + "category": "money", + "children": 0, + "created": "2016-08-18T15:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=f93asEI5n6k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70508322, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-horrible-scammers-who-faked-their-sickness-for-money", + "post_id": 656664, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Horrible Scammers Who Faked Their Sickness for Money", + "title": "10 Horrible Scammers Who Faked Their Sickness for Money", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/10-horrible-scammers-who-faked-their-sickness-for-money" + }, + "entry_id": 627, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1114849518", + "voter": "bitland" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i3.mirror.co.uk/incoming/article8637673.ece/ALTERNATES/s615/PAY-coffins.jpg\n\nhttp://www.mirror.co.uk/news/world-news/worse-hurricane-katrina-coffins-float-8637663\n\n#dead #coffin #death", + "body_length": 191, + "cashout_time": "2016-09-18T14:58:21", + "category": "coffin", + "children": 1, + "created": "2016-08-18T14:57:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"coffin\",\"dead\",\"death\"],\"image\":[\"http:\\/\\/i3.mirror.co.uk\\/incoming\\/article8637673.ece\\/ALTERNATES\\/s615\\/PAY-coffins.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:57:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1114849518, + "parent_author": "", + "parent_permlink": "coffin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-dead-rises", + "post_id": 656378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dead Rises", + "title": "The Dead Rises", + "total_payout_value": "0.000 HBD", + "url": "/coffin/@cryptocurrency1/the-dead-rises" + }, + "entry_id": 626, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i2.mirror.co.uk/incoming/article8654856.ece/ALTERNATES/s615b/Mystery-satanic-human-sacrifice-video-spooks-scientists-working-at-worlds-biggest-particle-collider-CERN.jpg\n\nhttp://www.mirror.co.uk/news/weird-news/chilling-satanic-human-sacrifice-video-8655022\n\n#cern #news #hadron #collider", + "body_length": 295, + "cashout_time": "2016-09-18T02:32:30", + "category": "cern", + "children": 0, + "created": "2016-08-18T14:32:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cern\",\"news\",\"hadron\",\"collider\"],\"image\":[\"http:\\/\\/i2.mirror.co.uk\\/incoming\\/article8654856.ece\\/ALTERNATES\\/s615b\\/Mystery-satanic-human-sacrifice-video-spooks-scientists-working-at-worlds-biggest-particle-collider-CERN.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:32:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cern", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "human-sacrifice-video-at-cern", + "post_id": 656079, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Human Sacrifice Video at CERN", + "title": "Human Sacrifice Video at CERN", + "total_payout_value": "0.000 HBD", + "url": "/cern/@cryptocurrency1/human-sacrifice-video-at-cern" + }, + "entry_id": 625, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=db3ky7EyX-U\n\n#militia #news", + "body_length": 59, + "cashout_time": "2016-09-18T02:23:36", + "category": "militia", + "children": 0, + "created": "2016-08-18T14:23:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"militia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=db3ky7EyX-U\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:23:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "militia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "militias-in-the-us", + "post_id": 655989, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Militias in the US", + "title": "Militias in the US", + "total_payout_value": "0.000 HBD", + "url": "/militia/@cryptocurrency1/militias-in-the-us" + }, + "entry_id": 624, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "124384141", + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57001118", + "voter": "pierce-the-veil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51394338", + "voter": "ms-awareness" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=H7PuQ-7VCGs\n\n#fbi #clinton #congress", + "body_length": 68, + "cashout_time": "2016-09-18T14:12:24", + "category": "congress", + "children": 0, + "created": "2016-08-18T14:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"congress\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=H7PuQ-7VCGs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232779597, + "parent_author": "", + "parent_permlink": "congress", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fbi-releases-redacted-clinton-notes-to-congress", + "post_id": 655789, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI RELEASES REDACTED CLINTON NOTES TO CONGRESS", + "title": "FBI RELEASES REDACTED CLINTON NOTES TO CONGRESS", + "total_payout_value": "0.000 HBD", + "url": "/congress/@cryptocurrency1/fbi-releases-redacted-clinton-notes-to-congress" + }, + "entry_id": 623, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1274105262", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "426936350", + "voter": "aviator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55942085", + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "769504542", + "voter": "matthewtiii" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RB0mdBnRpdg\n\n#illuminati #bilderberg #blm #news", + "body_length": 79, + "cashout_time": "2016-09-18T13:49:21", + "category": "news", + "children": 1, + "created": "2016-08-18T13:39:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=RB0mdBnRpdg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:39:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2526488239, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-soros-usd650k-to-black-lives-matter", + "post_id": 655479, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros: $650k to Black Lives Matter", + "title": "George Soros: $650k to Black Lives Matter", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-usd650k-to-black-lives-matter" + }, + "entry_id": 622, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1408912469", + "voter": "rubenalexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://fm.cnbc.com/applications/cnbc.com/resources/img/editorial/2016/08/17/103875384-Capture.530x298.JPG?v=1471445740\n\nhttp://www.cnet.com/news/forget-self-driving-cars-how-about-a-self-flying-taxi/\nhttp://www.cnbc.com/2016/08/17/airbus-to-test-driverless-flying-taxis-in-2017.html\n\n#flying #airbus #taxi #fly", + "body_length": 310, + "cashout_time": "2016-09-18T13:32:33", + "category": "taxi", + "children": 0, + "created": "2016-08-18T12:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"taxi\",\"flying\",\"airbus\",\"fly\"],\"image\":[\"http:\\/\\/fm.cnbc.com\\/applications\\/cnbc.com\\/resources\\/img\\/editorial\\/2016\\/08\\/17\\/103875384-Capture.530x298.JPG?v=1471445740\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:56:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1408912469, + "parent_author": "", + "parent_permlink": "taxi", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "self-flying-taxi", + "post_id": 654937, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Self flying taxi", + "title": "Self flying taxi", + "total_payout_value": "0.000 HBD", + "url": "/taxi/@cryptocurrency1/self-flying-taxi" + }, + "entry_id": 621, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2250723902", + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1140548189", + "voter": "rubenalexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.clintonfoundation.org/sites/all/themes/custom/cf/cf-logo-big.png\n\nhttp://www.reuters.com/article/us-usa-cyber-democrats-idUSKCN10T01G\n\n#clinton #charity #foundation", + "body_length": 175, + "cashout_time": "2016-09-18T11:50:27", + "category": "charity", + "children": 0, + "created": "2016-08-18T10:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"charity\",\"clinton\",\"foundation\"],\"image\":[\"http:\\/\\/www.clintonfoundation.org\\/sites\\/all\\/themes\\/custom\\/cf\\/cf-logo-big.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T10:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3391272091, + "parent_author": "", + "parent_permlink": "charity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "clinton-foundation-hacked", + "post_id": 653784, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton foundation hacked?", + "title": "Clinton foundation hacked?", + "total_payout_value": "0.000 HBD", + "url": "/charity/@cryptocurrency1/clinton-foundation-hacked" + }, + "entry_id": 620, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55608355", + "voter": "runridefly" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "\u201cIt hit hard, it hit fast \u2014 it hit with an intensity that we haven\u2019t seen before,\u201d San Bernardino County Fire Chief Mark Hartwig said.\n\nhttp://www.latimes.com/local/lanow/la-me-ln-blue-cut-fire-20160816-snap-story.html\n\n#san #bernadino #cajon #pass", + "body_length": 248, + "cashout_time": "2016-09-18T06:37:57", + "category": "california", + "children": 0, + "created": "2016-08-18T06:36:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"california\",\"san\",\"bernadino\",\"cajon\",\"pass\"],\"links\":[\"http:\\/\\/www.latimes.com\\/local\\/lanow\\/la-me-ln-blue-cut-fire-20160816-snap-story.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T06:36:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55608355, + "parent_author": "", + "parent_permlink": "california", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass", + "post_id": 652259, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Homes burn, thousands flee as out-of-control brush fire chars more than 25,600 acres in Cajon Pass", + "title": "Homes burn, thousands flee as out-of-control brush fire chars more than 25,600 acres in Cajon Pass", + "total_payout_value": "0.000 HBD", + "url": "/california/@cryptocurrency1/homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass" + }, + "entry_id": 619, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54569798", + "voter": "lindasteel" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Department of Commerce is set to hand off the final vestiges of American control over the Internet to international authorities in less than two months, officials have confirmed.\n\nThe department will finalize the transition effective Oct. 1, Assistant Secretary Lawrence Strickling wrote on Tuesday, barring what he called \"any significant impediment.\"\n\nThe move means the Internet Assigned Numbers Authority, which is responsible for interpreting numerical addresses on the Web to a readable language, will move from U.S. control to the Internet Corporation for Assigned Names and Numbers, a multistakeholder body that includes countries like China and Russia.\n\nCritics of the move, most prominently Texas Republican Sen. Ted Cruz, have pointed out the agency could be used by totalitarian governments to shut down the Web around the globe, either in whole or in part.\n\nOpponents similarly made the case that Congress has passed legislation to prohibit the federal government from using tax dollars to allow the transition, and pointed out that the feds are constitutionally prohibited from transferring federal property without approval from Congress. A coalition of 25 advocacy groups like Americans for Tax Reform, the Competitive Enterprise Institute, and Heritage Action sent a letter to Congress making those points last week.\n\nWhile those issues could, in theory, lead to a legal challenge being filed in the days following the transfer, the administration has expressed a desire to finish it before the president leaves office, a position that Strickling reiterated.\n\n\"This multistakeholder model is the key reason why the Internet has grown and thrived as a dynamic platform for innovation, economic growth and free expression,\" Strickling wrote. \"We appreciate the hard work and dedication of all the stakeholders involved in this effort and look forward to their continuing engagement.\"\n\nhttp://www.washingtonexaminer.com/america-to-hand-off-internet-in-under-two-months/article/2599521\n\n#internet #technology #censorship #news", + "body_length": 2043, + "cashout_time": "2016-09-17T13:58:51", + "category": "news", + "children": 1, + "created": "2016-08-17T13:51:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"internet\",\"technology\",\"censorship\"],\"links\":[\"http:\\/\\/www.washingtonexaminer.com\\/america-to-hand-off-internet-in-under-two-months\\/article\\/2599521\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T13:51:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54569798, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-news-america-to-hand-off-internet-in-under-two-months", + "post_id": 641494, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: America to hand off Internet in under two months", + "title": "BREAKING NEWS: America to hand off Internet in under two months", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-america-to-hand-off-internet-in-under-two-months" + }, + "entry_id": 618, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=DjlHid1doSA\n\n#garden #gardening #revenge #yard", + "body_length": 78, + "cashout_time": "2016-09-16T20:09:27", + "category": "fun", + "children": 0, + "created": "2016-08-17T08:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fun\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=DjlHid1doSA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "fun", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-greatest-acts-of-revenge-on-people-ever", + "post_id": 638436, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Greatest Acts of Revenge On People Ever", + "title": "The Greatest Acts of Revenge On People Ever", + "total_payout_value": "0.000 HBD", + "url": "/fun/@cryptocurrency1/the-greatest-acts-of-revenge-on-people-ever" + }, + "entry_id": 617, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60688184", + "voter": "vishal1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines\n\nIt's never safe for them here in America. The American people only welcome the death of those 13 inbred Terrorist European Bloodlines.\n\nhttps://www.youtube.com/watch?v=-0CY4ImxO2s\n\n#illuminati #bilderberg #inbred #european #war", + "body_length": 352, + "cashout_time": "2016-09-17T04:21:42", + "category": "news", + "children": 0, + "created": "2016-08-17T04:17:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-0CY4ImxO2s\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60688184, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines", + "post_id": 636747, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines", + "title": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 616, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "15769052902", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125446887", + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21375550878", + "voter": "jimmco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75287411", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-tjxWsda0TI\n\n#nsa #hacking #hacker #technology", + "body_length": 78, + "cashout_time": "2016-09-17T12:47:27", + "category": "news", + "children": 0, + "created": "2016-08-17T04:03:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-tjxWsda0TI\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:03:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37345338078, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "shadow-brokers-auctioning-off-nsa-hacking-tools", + "post_id": 636668, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u2018Shadow Brokers\u2019 auctioning off NSA hacking tools", + "title": "\u2018Shadow Brokers\u2019 auctioning off NSA hacking tools", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/shadow-brokers-auctioning-off-nsa-hacking-tools" + }, + "entry_id": 615, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "91257468", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59961867", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=V-BbeMBOI7Q\n\n#illuminati #bilderberg #group #nwo", + "body_length": 80, + "cashout_time": "2016-09-17T00:20:42", + "category": "news", + "children": 1, + "created": "2016-08-16T17:58:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=V-BbeMBOI7Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:58:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151219335, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-illuminati-and-the-council-of-13", + "post_id": 629987, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Illuminati And The Council Of 13", + "title": "The Illuminati And The Council Of 13", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-illuminati-and-the-council-of-13" + }, + "entry_id": 614, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58088059", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-9zcSb23Eig\n\n#illuminati #bilderberg #group #nwo", + "body_length": 80, + "cashout_time": "2016-09-17T00:59:51", + "category": "news", + "children": 0, + "created": "2016-08-16T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-9zcSb23Eig\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:26:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58088059, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-dead-rise-in-louisiana", + "post_id": 629513, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dead Rise In Louisiana", + "title": "The Dead Rise In Louisiana", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-dead-rise-in-louisiana" + }, + "entry_id": 613, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "240526720", + "voter": "zizelevak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "591701440", + "voter": "bitland" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "China's launch of the first quantum satellite Tuesday will push forward efforts to develop the ability to send communications that can't be penetrated by hackers, experts said.\n\nhttp://bigstory.ap.org/article/533a4f56ef664f8081a4bbb4aed00f79/chinas-launch-quantum-satellite-major-step-space-race\n\n#china #space #satellite", + "body_length": 321, + "cashout_time": "2016-09-16T14:34:30", + "category": "technology", + "children": 0, + "created": "2016-08-16T13:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"china\",\"space\",\"satellite\"],\"links\":[\"http:\\/\\/bigstory.ap.org\\/article\\/533a4f56ef664f8081a4bbb4aed00f79\\/chinas-launch-quantum-satellite-major-step-space-race\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T13:44:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 832228160, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-s-launch-of-quantum-satellite-major-step-in-space-race", + "post_id": 626811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China's launch of quantum satellite major step in space race", + "title": "China's launch of quantum satellite major step in space race", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/china-s-launch-of-quantum-satellite-major-step-in-space-race" + }, + "entry_id": 612, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1296130683", + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256312108", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82131721", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51654452", + "voter": "whatsup" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kVDRuMO_xsM\n\n#deutsche #bank #dangerous #mafi #imf", + "body_length": 82, + "cashout_time": "2016-09-16T09:47:33", + "category": "news", + "children": 0, + "created": "2016-08-16T08:26:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=kVDRuMO_xsM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T08:26:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1686228964, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "deutsche-bank-is-the-most-dangerous-bank-in-the-world", + "post_id": 624235, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank is the most dangerous bank in the world", + "title": "Deutsche Bank is the most dangerous bank in the world", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/deutsche-bank-is-the-most-dangerous-bank-in-the-world" + }, + "entry_id": 611, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "253983056", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56531984", + "voter": "moonman" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://media.navigatored.com/images/940*627/bitcoin+sign.jpg\n\nSome say there's really no downside to accepting Bitcoin if converting to cash via a service; it's just being flexible.\n\nhttp://www.govtech.com/dc/articles/Portsmouth-NH-Businesses-Begin-Accepting-Bitcoin-Cryptocurrency-.html\n\n#bitcoin #btc #cryptocurrency", + "body_length": 318, + "cashout_time": "2016-09-16T06:25:21", + "category": "bitcoin", + "children": 0, + "created": "2016-08-16T06:22:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"btc\",\"cryptocurrency\"],\"image\":[\"http:\\/\\/media.navigatored.com\\/images\\/940*627\\/bitcoin+sign.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T06:22:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 310515040, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency", + "post_id": 623514, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Portsmouth, N.H., Businesses Begin Accepting Bitcoin Cryptocurrency", + "title": "Portsmouth, N.H., Businesses Begin Accepting Bitcoin Cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency" + }, + "entry_id": 610, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5163259581", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82131721", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54854225", + "voter": "renrenbryson" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "PDF files:\nhttp://soros.dcleaks.com/\n\nhttp://soros.dcleaks.com/static/soros_index.jpg\n\n#soros #wikileaks #news #hackers #hacking", + "body_length": 128, + "cashout_time": "2016-09-16T05:44:36", + "category": "news", + "children": 0, + "created": "2016-08-16T05:00:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"soros\",\"wikileaks\",\"hackers\",\"hacking\"],\"links\":[\"http:\\/\\/soros.dcleaks.com\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T05:00:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5300245527, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-soros-hacked-pdf-files-released-all-over-the-internet", + "post_id": 622928, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros Hacked! PDF files released all over the internet", + "title": "George Soros Hacked! PDF files released all over the internet", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-hacked-pdf-files-released-all-over-the-internet" + }, + "entry_id": 609, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5wxd0a4aH4Y\n\n#clinton #secret #service #cia #nsa", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-16T04:29:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5wxd0a4aH4Y\"]}", + "last_payout": "2016-09-15T16:29:15", + "last_update": "2016-08-16T04:29:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "secret-service-confrim-hillary-is-sick", + "post_id": 622710, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SECRET SERVICE CONFRIM HILLARY IS SICK", + "title": "SECRET SERVICE CONFRIM HILLARY IS SICK", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/secret-service-confrim-hillary-is-sick" + }, + "entry_id": 608, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1417716803", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3829454717", + "voter": "spookypooky" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Imagine this:\nA person caught a Pokemon and sell them for 0.0003526 BTC\n\nPeople who collects Pokemon can buy them on the online marketplace.\n\n#pokemon #pokemon-go #btc #bitcoin #cryptocurrency", + "body_length": 192, + "cashout_time": "2016-09-16T02:48:27", + "category": "pokemon", + "children": 2, + "created": "2016-08-16T02:13:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pokemon\",\"pokemon-go\",\"btc\",\"bitcoin\",\"cryptocurrency\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T02:13:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5247171520, + "parent_author": "", + "parent_permlink": "pokemon", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins", + "post_id": 621624, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What if POKEMON GO let people sell the pokemons they caught for fraction of Bitcoins?", + "title": "What if POKEMON GO let people sell the pokemons they caught for fraction of Bitcoins?", + "total_payout_value": "0.000 HBD", + "url": "/pokemon/@cryptocurrency1/what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins" + }, + "entry_id": 607, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "0", + "reputation": 0, + "rshares": "103265191", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82131721", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wuKCaPm7u8M\n\n#elite #bilderberg #trump #clinton", + "body_length": 79, + "cashout_time": "2016-09-16T04:44:15", + "category": "news", + "children": 1, + "created": "2016-08-16T01:53:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=wuKCaPm7u8M\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T01:53:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 185396912, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary", + "post_id": 621455, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "INSIDER: ELITE WANT TO BLAME TRUMP FOR FALSE FLAG ASSASSINATION ATTEMPT ON HILLARY", + "title": "INSIDER: ELITE WANT TO BLAME TRUMP FOR FALSE FLAG ASSASSINATION ATTEMPT ON HILLARY", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary" + }, + "entry_id": 606, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90997837", + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207063330", + "voter": "wizwom" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LddOP6N5cE0\n\n#strange #people #health", + "body_length": 69, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-08-15T10:15:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=LddOP6N5cE0\"]}", + "last_payout": "2016-09-14T22:24:09", + "last_update": "2016-08-15T10:15:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 298061167, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-strange-things-found-growing-inside-people", + "post_id": 611130, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Strange Things Found Growing Inside People", + "title": "10 Strange Things Found Growing Inside People", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/10-strange-things-found-growing-inside-people" + }, + "entry_id": 605, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1472163458", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92251093", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57454686", + "voter": "pierce-the-veil" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xBeQvpFTvqU\n\n#assange #wikileaks #tpp #fascists", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T10:02:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=xBeQvpFTvqU\"]}", + "last_payout": "2016-09-14T22:03:48", + "last_update": "2016-08-15T10:02:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1621869237, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives", + "post_id": 611032, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WikiLeaks' Assange - TPP Not Only Trade, 83% Is Fascists Controlling Our Daily Lives", + "title": "WikiLeaks' Assange - TPP Not Only Trade, 83% Is Fascists Controlling Our Daily Lives", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives" + }, + "entry_id": 604, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1443297508", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126111660", + "voter": "sarancha80" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lPGBrB94FtI\n\n#trump #clinton #rigged #fraud #election", + "body_length": 85, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T08:16:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=lPGBrB94FtI\"]}", + "last_payout": "2016-09-14T20:18:54", + "last_update": "2016-08-15T08:16:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1569409168, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "donald-trump-wants-you-to-monitor-rigged-u-s-election", + "post_id": 610224, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump wants you to monitor rigged U.S. election", + "title": "Donald Trump wants you to monitor rigged U.S. election", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/donald-trump-wants-you-to-monitor-rigged-u-s-election" + }, + "entry_id": 603, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1472163458", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73338073", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52985928", + "voter": "silkin13" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WkJNK0-LlR0\n\n#soros #blm #black #power #panther", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-15T07:51:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=WkJNK0-LlR0\"]}", + "last_payout": "2016-09-14T20:49:18", + "last_update": "2016-08-15T07:51:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1598487459, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-soros-is-setting-up-black-americans", + "post_id": 610045, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros Is Setting Up Black Americans", + "title": "George Soros Is Setting Up Black Americans", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-is-setting-up-black-americans" + }, + "entry_id": 602, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I'm currently in the process of powering down steem power and pulling out of steem.\n\n#steem #steemit #news", + "body_length": 106, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-08-15T06:30:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"news\"]}", + "last_payout": "2016-09-14T18:58:03", + "last_update": "2016-08-15T06:30:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "powering-down", + "post_id": 609428, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Powering down", + "title": "Powering down", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/powering-down" + }, + "entry_id": 601, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "67391743", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54047253", + "voter": "michaelburgess" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=HOT4yBZ1v94\n\n#biden #trump #guns", + "body_length": 64, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T04:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=HOT4yBZ1v94\"]}", + "last_payout": "2016-09-14T17:14:48", + "last_update": "2016-08-15T04:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 121438996, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment", + "post_id": 608534, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Joe Biden Agrees With Donald Trump Statement On 2nd Amendment", + "title": "Joe Biden Agrees With Donald Trump Statement On 2nd Amendment", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment" + }, + "entry_id": 600, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "62736244", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73338073", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Oj4VJ7TU_cE\n\n#milwaukee #fema #martial #law", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-15T03:20:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Oj4VJ7TU_cE\"]}", + "last_payout": "2016-09-14T16:13:54", + "last_update": "2016-08-15T03:20:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 136074317, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here", + "post_id": 607764, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "National Guard ACTIVATED In Milwaukee And America! State Of Emergency Issued! IT\u2019S HERE!!!", + "title": "National Guard ACTIVATED In Milwaukee And America! State Of Emergency Issued! IT\u2019S HERE!!!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here" + }, + "entry_id": 599, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "254878285", + "voter": "illlefr4u" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U7LB0l-oxjM\n\n#illuminati #symbolism", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-08-15T01:22:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=U7LB0l-oxjM\"]}", + "last_payout": "2016-09-14T13:24:24", + "last_update": "2016-08-15T01:22:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254878285, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism", + "post_id": 606394, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Vanessa Marcotte Princeton, Evil Murder Rev 911 WW3 Illuminati Freemason SYmbolism", + "title": "Vanessa Marcotte Princeton, Evil Murder Rev 911 WW3 Illuminati Freemason SYmbolism", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism" + }, + "entry_id": 598, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2618281142", + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79024027", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VQKHmvgMtFc\n\n#assange", + "body_length": 53, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 1, + "created": "2016-08-14T18:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=VQKHmvgMtFc\"]}", + "last_payout": "2016-09-14T06:32:45", + "last_update": "2016-08-14T18:17:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2697305169, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "roger-stone-hacked-after-talking-to-assange", + "post_id": 601182, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGER STONE HACKED AFTER TALKING TO ASSANGE", + "title": "ROGER STONE HACKED AFTER TALKING TO ASSANGE", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/roger-stone-hacked-after-talking-to-assange" + }, + "entry_id": 597, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "80999627", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xcAh-saF2sc\n\n#celebrity #illuminati #music", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "celebrity", + "children": 1, + "created": "2016-08-14T15:25:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"celebrity\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=xcAh-saF2sc\"]}", + "last_payout": "2016-09-14T04:29:48", + "last_update": "2016-08-14T15:25:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80999627, + "parent_author": "", + "parent_permlink": "celebrity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "katy-perry-satanic-illuminati-witch-exposed", + "post_id": 599071, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KATY PERRY SATANIC ILLUMINATI WITCH EXPOSED", + "title": "KATY PERRY SATANIC ILLUMINATI WITCH EXPOSED", + "total_payout_value": "0.000 HBD", + "url": "/celebrity/@cryptocurrency1/katy-perry-satanic-illuminati-witch-exposed" + }, + "entry_id": 596, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4443765460", + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124172784", + "voter": "stepa" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Do you think someone will soon create a blockchain that let people tweet similar to twitter, but get pay to tweet?\n\n#twitter #tweet #steem #steemit", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "twitter", + "children": 0, + "created": "2016-08-14T14:18:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"twitter\",\"tweet\",\"steem\",\"steemit\"]}", + "last_payout": "2016-09-14T02:49:54", + "last_update": "2016-08-14T14:18:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4567938244, + "parent_author": "", + "parent_permlink": "twitter", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "get-pay-to-tweet", + "post_id": 598266, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Get pay to tweet", + "title": "Get pay to tweet", + "total_payout_value": "0.000 HBD", + "url": "/twitter/@cryptocurrency1/get-pay-to-tweet" + }, + "entry_id": 595, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57387960", + "voter": "sezi2u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53280486", + "voter": "jiacyhb" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# The Zika virus is carried and spread by mosquitoes\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002401816663-e1469801066671.jpg?w=960\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/nintchdbpict000256188350.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1604764/official-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico/\n\n#zika #virus #cdc #health #news", + "body_length": 401, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-14T13:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"zika\",\"virus\",\"cdc\",\"health\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/nintchdbpict0002401816663-e1469801066671.jpg?w=960\"]}", + "last_payout": "2016-09-14T01:42:30", + "last_update": "2016-08-14T13:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 110668446, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico", + "post_id": 597875, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'ONE IN FOUR WILL HAVE ZIKA' Officials warn of rampant spread of \u2018head-shrinking\u2019 virus in US territory Puerto Rico", + "title": "'ONE IN FOUR WILL HAVE ZIKA' Officials warn of rampant spread of \u2018head-shrinking\u2019 virus in US territory Puerto Rico", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico" + }, + "entry_id": 594, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1469724738", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I found a discussion thread on bitcointalk about Steem being a pyramid scheme.\nhttps://bitcointalk.org/index.php?topic=1558366.0\n\nOne thing I can tell you all is this:\nAll cryptocurrencies are pyramid schemes. Be happy that you can post whatever you want and it goes on the block chain forever. Don't pay attention to making money on Steemit.com just focus on your writing and know that it goes on the blockchain forever and no one can block your post. You are always free to share your opinions. No one can delete your post.\n\n#steemit #steem #cryptocurrency", + "body_length": 558, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-08-14T07:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"cryptocurrency\"],\"links\":[\"https:\\/\\/bitcointalk.org\\/index.php?topic=1558366.0\"]}", + "last_payout": "2016-09-14T04:41:33", + "last_update": "2016-08-14T07:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1469724738, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-pyramid-scheme-revealed", + "post_id": 595657, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem pyramid scheme revealed", + "title": "Steem pyramid scheme revealed", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-pyramid-scheme-revealed" + }, + "entry_id": 593, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54612745", + "voter": "malxdrakon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64869262", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=yTHkMKBFPKI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "cops", + "children": 4, + "created": "2016-08-14T07:25:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cops\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=yTHkMKBFPKI\"]}", + "last_payout": "2016-09-13T23:02:12", + "last_update": "2016-08-14T07:25:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119482007, + "parent_author": "", + "parent_permlink": "cops", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop", + "post_id": 595629, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2016 Violence in Milwaukee after cop kills man during traffic stop", + "title": "2016 Violence in Milwaukee after cop kills man during traffic stop", + "total_payout_value": "0.000 HBD", + "url": "/cops/@cryptocurrency1/2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop" + }, + "entry_id": 592, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58711384", + "voter": "da99er" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81126473", + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64869262", + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51315736", + "voter": "pirzada" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5F6co1cQ9MU\n\n#illuminati #jews #zionist", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "jews", + "children": 1, + "created": "2016-08-14T05:48:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jews\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5F6co1cQ9MU\"]}", + "last_payout": "2016-09-13T20:03:06", + "last_update": "2016-08-14T05:48:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256022855, + "parent_author": "", + "parent_permlink": "jews", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop", + "post_id": 595161, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big L murder solved, exposing 'The Synagogue of Satan', the false Jews who run commercial hip-hop", + "title": "Big L murder solved, exposing 'The Synagogue of Satan', the false Jews who run commercial hip-hop", + "total_payout_value": "0.000 HBD", + "url": "/jews/@cryptocurrency1/big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop" + }, + "entry_id": 591, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57208842", + "voter": "thompsonj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64869262", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0ntXfFTalqY\n\n#illuminati #bilderberg #usd #symbolism", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "created": "2016-08-14T05:09:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=0ntXfFTalqY\"]}", + "last_payout": "2016-09-13T21:27:39", + "last_update": "2016-08-14T05:09:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122078104, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight", + "post_id": 594957, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.S. dollar bill & Bavarian Illuminati symbolsim hidden in plain sight", + "title": "U.S. dollar bill & Bavarian Illuminati symbolsim hidden in plain sight", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight" + }, + "entry_id": 590, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7049080743", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "209367804855", + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199829197492", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "358941796", + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1469724738", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64869262", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# If price is in a downtrend, draw from lowest price point to highest price point.\nhttps://www.steemimg.com/images/2016/08/13/downtrend475881.png\n\n# If price is in an uptrend, draw from highest price point to lowest price point.\nhttps://www.steemimg.com/images/2016/08/13/uptrend24cfbc.png\n\n#technical #analysis #fibonacci #retracement", + "body_length": 335, + "cashout_time": "1969-12-31T23:59:59", + "category": "fibonacci", + "children": 5, + "created": "2016-08-14T04:54:21", + "curator_payout_value": "0.006 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fibonacci\",\"technical\",\"analysis\",\"retracement\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/13\\/downtrend475881.png\"]}", + "last_payout": "2016-09-13T19:16:45", + "last_update": "2016-08-14T04:54:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 418139618886, + "parent_author": "", + "parent_permlink": "fibonacci", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-draw-fibonacci-levels", + "post_id": 594873, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to draw Fibonacci Levels", + "title": "How to draw Fibonacci Levels", + "total_payout_value": "0.028 HBD", + "url": "/fibonacci/@cryptocurrency1/how-to-draw-fibonacci-levels" + }, + "entry_id": 589, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1506309651", + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2618281142", + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64869262", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LGql8JjfFBI\n\n#cnn #news #illuminati #bilderberg", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=LGql8JjfFBI\"]}", + "last_payout": "2016-09-13T18:44:48", + "last_update": "2016-08-14T03:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4189460055, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cnn-admits-collusion-with-hillary-clinton", + "post_id": 594476, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CNN ADMITS COLLUSION WITH HILLARY CLINTON", + "title": "CNN ADMITS COLLUSION WITH HILLARY CLINTON", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/cnn-admits-collusion-with-hillary-clinton" + }, + "entry_id": 588, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "63324756", + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53450929", + "voter": "baldsteve1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lI63Ru7UtOg\n\n#cnn #news #cia #mossad #isis", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:22:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=lI63Ru7UtOg\"]}", + "last_payout": "2016-09-13T20:57:39", + "last_update": "2016-08-14T03:22:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 116775685, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wolf-blitzer-is-an-israeli-operative", + "post_id": 594279, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wolf Blitzer is an Israeli Operative", + "title": "Wolf Blitzer is an Israeli Operative", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wolf-blitzer-is-an-israeli-operative" + }, + "entry_id": 587, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "53517256", + "voter": "masterline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53450929", + "voter": "baldsteve1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54476892", + "voter": "spatorgan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZUx1D_Kjivs\n\n#trump #election #fraud #illuminati", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:13:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ZUx1D_Kjivs\"]}", + "last_payout": "2016-09-13T15:38:00", + "last_update": "2016-08-14T03:13:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161445077, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "donald-trump-is-asking-you-to-help-him-fight-a-rigged-election", + "post_id": 594211, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump Is Asking You To Help Him Fight A Rigged Election", + "title": "Donald Trump Is Asking You To Help Him Fight A Rigged Election", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/donald-trump-is-asking-you-to-help-him-fight-a-rigged-election" + }, + "entry_id": 586, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The IMF said Beijing is relying excessively on credit to reach \u201cunsustainably high growth targets.\u201d The multilateral agency\u2019s to-do list includes tackling corporate debt, reforming bloated state enterprises and strengthening the financial system to reduce distorting effects on China\u2019s economic performance.\n\nhttps://upload.wikimedia.org/wikipedia/en/thumb/7/7e/International_Monetary_Fund_logo.svg/1005px-International_Monetary_Fund_logo.svg.png\n\nhttp://www.wsj.com/articles/imf-warns-china-of-reliance-on-credit-other-imbalances-1471006802\n\n#banks #imf #banking #finance", + "body_length": 572, + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "created": "2016-08-14T02:13:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"financial\",\"banks\",\"imf\",\"banking\",\"finance\"],\"image\":[\"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/en\\/thumb\\/7\\/7e\\/International_Monetary_Fund_logo.svg\\/1005px-International_Monetary_Fund_logo.svg.png\"]}", + "last_payout": "2016-09-13T14:13:06", + "last_update": "2016-08-14T02:13:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "financial", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "imf-warns-china-of-reliance-on-credit-other-imbalances", + "post_id": 593732, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IMF Warns China of Reliance on Credit, Other Imbalances", + "title": "IMF Warns China of Reliance on Credit, Other Imbalances", + "total_payout_value": "0.000 HBD", + "url": "/financial/@cryptocurrency1/imf-warns-china-of-reliance-on-credit-other-imbalances" + }, + "entry_id": 585, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "621130905", + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "315272215", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71047287", + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SdXAFeFXsMI\n\nhttp://www.cnn.com/2016/08/12/politics/donald-trump-pennsylvania-cheating/\n\n#trump #election #fraud #rigged", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T02:06:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=SdXAFeFXsMI\"]}", + "last_payout": "2016-09-13T14:59:57", + "last_update": "2016-08-14T02:06:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1007450407, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-doubles-down-on-election-fraud-claims", + "post_id": 593700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP doubles down on Election fraud claims", + "title": "TRUMP doubles down on Election fraud claims", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-doubles-down-on-election-fraud-claims" + }, + "entry_id": 584, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "76834147684", + "voter": "the-ivor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62823042", + "voter": "egor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50602345", + "voter": "henriquez147" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78734012", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kHkWt0nwHtY\n\n#tpp #illuminati #bilderberg", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-14T01:38:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=kHkWt0nwHtY\"]}", + "last_payout": "2016-09-13T14:01:24", + "last_update": "2016-08-14T01:38:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77026307083, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-s-tpp-hypocrisy-exposed", + "post_id": 593477, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HILLARY'S TPP HYPOCRISY EXPOSED!", + "title": "HILLARY'S TPP HYPOCRISY EXPOSED!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-s-tpp-hypocrisy-exposed" + }, + "entry_id": 583, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "53256111", + "voter": "socalguy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://static.politifact.com.s3.amazonaws.com/politifact/photos/Paladino_photo.jpg\n\nhttp://www.politifact.com/new-york/statements/2016/aug/05/carl-paladino/state-money-solarcity-buys-more-500-jobs/\n\n#solar #solarcity #jobs", + "body_length": 222, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-08-14T00:21:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\",\"solar\",\"solarcity\"],\"image\":[\"http:\\/\\/static.politifact.com.s3.amazonaws.com\\/politifact\\/photos\\/Paladino_photo.jpg\"]}", + "last_payout": "2016-09-13T12:22:30", + "last_update": "2016-08-14T00:21:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53256111, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "state-money-for-solarcity-buys-more-than-500-jobs", + "post_id": 592799, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State money for SolarCity buys more than 500 jobs", + "title": "State money for SolarCity buys more than 500 jobs", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/state-money-for-solarcity-buys-more-than-500-jobs" + }, + "entry_id": 582, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "37569401792", + "voter": "ilanaakoundi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7874740578", + "voter": "nate-atkins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80702362", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1L-k897lV_I\n\n#clinton #death #murder #news", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 1, + "created": "2016-08-14T00:13:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1L-k897lV_I\"]}", + "last_payout": "2016-09-13T12:22:42", + "last_update": "2016-08-14T00:13:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45524844732, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "roger-stone-breaks-down-hillary-s-kill-count", + "post_id": 592736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGER STONE BREAKS DOWN HILLARY'S KILL COUNT", + "title": "ROGER STONE BREAKS DOWN HILLARY'S KILL COUNT", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/roger-stone-breaks-down-hillary-s-kill-count" + }, + "entry_id": 581, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1469724738", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2071959184", + "voter": "naturalista" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Those tattoos can conduct electricity similar to smartphone screens.\nMicrosoft and MIT are using that to turn them into programmable touchpads.\n\nhttps://www.steemimg.com/images/2016/08/13/tattoo-touchpadbe327.jpg\n\nhttp://images.csmonitor.com/csm/2016/08/997817_1_0813-digital-wearable-tattoo_standard.jpg?alias=standard_600x400\n\n#technology #tattoos #touchpads #duoskin", + "body_length": 369, + "cashout_time": "1969-12-31T23:59:59", + "category": "tech", + "children": 0, + "created": "2016-08-13T23:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tech\",\"technology\",\"tattoos\",\"touchpads\",\"duoskin\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/13\\/tattoo-touchpadbe327.jpg\"]}", + "last_payout": "2016-09-13T11:28:36", + "last_update": "2016-08-13T23:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3541683922, + "parent_author": "", + "parent_permlink": "tech", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "microsoft-and-mit-turn-temporary-tattoos-into-touchpads", + "post_id": 592192, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Microsoft and MIT Turn Temporary Tattoos Into Touchpads", + "title": "Microsoft and MIT Turn Temporary Tattoos Into Touchpads", + "total_payout_value": "0.000 HBD", + "url": "/tech/@cryptocurrency1/microsoft-and-mit-turn-temporary-tattoos-into-touchpads" + }, + "entry_id": 580, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "578706168", + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251732709517", + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1469724738", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5477914955", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82670712", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Bots will be able to hoover, wash clothes and clean homes within 35 years - and they could even be ordering the weekly shop\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/nintchdbpict000258986467.jpg?w=702\n\nhttps://www.thesun.co.uk/news/1604810/super-intelligent-robots-will-be-doing-our-housework-within-by-2050-expert-reveals/\n\n#robot #house #chores #housework", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "robots", + "children": 1, + "created": "2016-08-13T20:59:00", + "curator_payout_value": "0.010 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"robots\",\"robot\",\"house\",\"chores\",\"housework\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/08\\/nintchdbpict000258986467.jpg?w=702\"]}", + "last_payout": "2016-09-13T09:14:03", + "last_update": "2016-08-13T20:59:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 259341726090, + "parent_author": "", + "parent_permlink": "robots", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals", + "post_id": 590608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROBOT CHORES Super intelligent robots will be doing our housework by 2050, expert reveals", + "title": "ROBOT CHORES Super intelligent robots will be doing our housework by 2050, expert reveals", + "total_payout_value": "0.080 HBD", + "url": "/robots/@cryptocurrency1/robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals" + }, + "entry_id": 579, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "167821806345", + "voter": "freeyourmind" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Experts studied 1,200 healthy young men over coach potato lifestyle\nBinge-watchers had average sperm counts of 37m per millilitre of fluid\nBut those who hardly ever watched TV had a count of 52m per millilitre \n\nhttp://www.dailymail.co.uk/health/article-3738308/Why-TV-makes-men-fertile-Watching-five-hours-day-cut-man-s-sperm-count-THIRD.html\n\n#tv #men #sperm #health", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 0, + "created": "2016-08-13T20:51:03", + "curator_payout_value": "0.019 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"tv\",\"men\",\"sperm\"],\"links\":[\"http:\\/\\/www.dailymail.co.uk\\/health\\/article-3738308\\/Why-TV-makes-men-fertile-Watching-five-hours-day-cut-man-s-sperm-count-THIRD.html\"]}", + "last_payout": "2016-09-13T09:36:06", + "last_update": "2016-08-13T20:51:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167821806345, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "watching-too-much-tv-can-reduce-sperm-count", + "post_id": 590523, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Watching too much TV can reduce sperm count", + "title": "Watching too much TV can reduce sperm count", + "total_payout_value": "0.062 HBD", + "url": "/health/@cryptocurrency1/watching-too-much-tv-can-reduce-sperm-count" + }, + "entry_id": 578, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173415866556", + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59891661", + "voter": "glezeddy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "U.S. actor and producer Robert De Niro said on Saturday that U.S. Republican presidential candidate Donald Trump should not run for president because he was \"totally nuts\".\n\n#dinero #trump", + "body_length": 188, + "cashout_time": "1969-12-31T23:59:59", + "category": "entertainment", + "children": 0, + "created": "2016-08-13T20:45:03", + "curator_payout_value": "0.029 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"entertainment\",\"dinero\",\"trump\"]}", + "last_payout": "2016-09-13T09:34:15", + "last_update": "2016-08-13T20:45:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173475758217, + "parent_author": "", + "parent_permlink": "entertainment", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "robert-di-nero-thinks-trump-is-totally-nuts", + "post_id": 590475, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Robert Di Nero thinks Trump is totally nuts", + "title": "Robert Di Nero thinks Trump is totally nuts", + "total_payout_value": "0.100 HBD", + "url": "/entertainment/@cryptocurrency1/robert-di-nero-thinks-trump-is-totally-nuts" + }, + "entry_id": 577, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3924799728", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17007699276", + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63924003", + "voter": "cosmiczombie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71672619", + "voter": "awkwardawk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54537511", + "voter": "sanzu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55223664", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "China is reportedly developing a hypersonic aircraft (pictured) capable of carrying those on board into low Earth orbit. The move could drastically reduce the cost of space travel, it is claimed\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/3728C68100000578-3736279-image-a-33_1471023697929.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/37286E8E00000578-3736279-image-a-34_1471023875440.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2015/12/14/21/2F60218E00000578-3359967-image-a-1_1450130304220.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/3728D3A200000578-3736279-Reaction_Engines_claims_Sabre_can_be_used_to_help_accelerate_exi-a-37_1471024180837.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/12/17/363327FE00000578-3686768-image-a-9_1468341616641.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/12/17/3633280500000578-3686768-image-a-16_1468341790361.jpg\n\n#china #hyposonic #jet #space #science\n\nhttp://www.dailymail.co.uk/sciencetech/article-3736279/China-developing-hypersonic-jet-Planned-space-plane-drastically-cut-cost-space-travel.html#ixzz4HAuyvCzG", + "body_length": 1052, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 0, + "created": "2016-08-13T02:27:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"hyposonic\",\"jet\",\"space\",\"science\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/08\\/12\\/18\\/3728C68100000578-3736279-image-a-33_1471023697929.jpg\"]}", + "last_payout": "2016-09-12T14:54:06", + "last_update": "2016-08-13T02:27:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21177856801, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-hypersonic-jet", + "post_id": 580810, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China hypersonic jet", + "title": "China hypersonic jet", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-hypersonic-jet" + }, + "entry_id": 576, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55223664", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.thewrap.com/daily-beast-grindr-gay-olympic-athletes/\n\n#gay #olympic", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 0, + "created": "2016-08-13T02:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\",\"gay\"],\"links\":[\"http:\\/\\/www.thewrap.com\\/daily-beast-grindr-gay-olympic-athletes\\/\"]}", + "last_payout": "2016-09-12T19:39:09", + "last_update": "2016-08-13T02:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55223664, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians", + "post_id": 580770, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Daily Beast \u2018Grindr-Baiting\u2019 Story Sparks Outrage for \u2018Sleazy\u2019 Outing of Gay Olympians", + "title": "Daily Beast \u2018Grindr-Baiting\u2019 Story Sparks Outrage for \u2018Sleazy\u2019 Outing of Gay Olympians", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians" + }, + "entry_id": 575, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1042230737", + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88575763", + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54119190", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Guccifer 2.0 might be coming to Steemit soon, expect massive leaks and contents from that person.\n\nHere's the latest transcript:\n\n# GUCCIFER 2.0 HACKED DCCC\nHi all!\nIt\u2019s time for new revelations now. All of you may have heard about the DCCC hack. As you see I wasn\u2019t wasting my time! It was even easier than in the case of the DNC breach.\n\nAs you see the U.S. presidential elections are becoming a farce, a big political performance where the voters are far from playing the leading role. Everything is being settled behind the scenes as it was with Bernie Sanders.\n\nI wonder what happened to the true democracy, to the equal opportunities, the things we love the United States for. The big money bags are fighting for power today. They are lying constantly and don\u2019t keep their word. The MSM are producing tons of propaganda hiding the real stuff behind it. But I do believe that people have right to know what\u2019s going on inside the election process in fact.\n\nTo make a long story short, here are some DCCC docs from their server. Make use of them.\n\nSpecial thanks to Nirali Amin for the list of passwords.\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_174450.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175149.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175303.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175623.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/pe1.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/pe2.png?w=756\n\nSource:\nhttps://guccifer2.wordpress.com/2016/08/12/guccifer-2-0-hacked-dccc/\n\n#guccifer #hackers #hacking #wikileaks", + "body_length": 1648, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 1, + "created": "2016-08-13T00:18:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"guccifer\",\"hackers\",\"hacking\",\"wikileaks\"],\"image\":[\"https:\\/\\/guccifer2.files.wordpress.com\\/2016\\/08\\/2016-08-08_174450.png?w=756\"]}", + "last_payout": "2016-09-12T12:47:54", + "last_update": "2016-08-13T00:18:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1184925690, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "guccifer-2-0-coming-to-steemit", + "post_id": 579678, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Guccifer 2.0 coming to Steemit", + "title": "Guccifer 2.0 coming to Steemit", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/guccifer-2-0-coming-to-steemit" + }, + "entry_id": 574, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54119190", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn3.thr.com/sites/default/files/imagecache/scale_crop_768_433/2016/08/lethal_weapon_split_h_2016.jpg\n\n# Who's a fan of lethal weapon movie?\n\n# Do you really want to see the TV series version of that movie though?\n\nhttp://screenrant.com/wp-content/uploads/Damon-Wayans-and-Clayne-Crawford-in-Lethal-Weapon.jpeg\n\nhttp://cdn3-www.comingsoon.net/assets/uploads/2016/08/Screen-Shot-2016-08-10-at-2.06.26-PM.png\n\n#fox #movies #tv #shows", + "body_length": 438, + "cashout_time": "1969-12-31T23:59:59", + "category": "entertainment", + "children": 0, + "created": "2016-08-12T23:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"entertainment\",\"fox\",\"movies\",\"tv\",\"shows\"],\"image\":[\"http:\\/\\/cdn3.thr.com\\/sites\\/default\\/files\\/imagecache\\/scale_crop_768_433\\/2016\\/08\\/lethal_weapon_split_h_2016.jpg\"]}", + "last_payout": "2016-09-12T19:39:24", + "last_update": "2016-08-12T23:39:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54119190, + "parent_author": "", + "parent_permlink": "entertainment", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fox-shows-off-latest-stunt", + "post_id": 579302, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FOX shows off latest stunt", + "title": "FOX shows off latest stunt", + "total_payout_value": "0.000 HBD", + "url": "/entertainment/@cryptocurrency1/fox-shows-off-latest-stunt" + }, + "entry_id": 573, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "53014717", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Two people were found dead Wednesday in a Batavia cemetery, victims of an apparent lightning strike.\n\nhttp://www.wkbw.com/news/pair-found-dead-in-cemetery-were-hit-by-lightning\n\n#lighting #dead #cemetery", + "body_length": 203, + "cashout_time": "1969-12-31T23:59:59", + "category": "cemetery", + "children": 0, + "created": "2016-08-12T23:32:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cemetery\",\"lighting\",\"dead\"],\"links\":[\"http:\\/\\/www.wkbw.com\\/news\\/pair-found-dead-in-cemetery-were-hit-by-lightning\"]}", + "last_payout": "2016-09-12T19:39:36", + "last_update": "2016-08-12T23:32:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53014717, + "parent_author": "", + "parent_permlink": "cemetery", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "pair-found-dead-in-cemetery-were-hit-by-lightning", + "post_id": 579220, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pair found dead in cemetery were hit by lightning", + "title": "Pair found dead in cemetery were hit by lightning", + "total_payout_value": "0.000 HBD", + "url": "/cemetery/@cryptocurrency1/pair-found-dead-in-cemetery-were-hit-by-lightning" + }, + "entry_id": 572, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "705621098", + "voter": "nxtblg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5400196914", + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180240988", + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1110850682", + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53014717", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://s1.yimg.com/bt/api/res/1.2/6T61Ghh7ReRUAUd5ivtFOw--/YXBwaWQ9eW5ld3M7aWw9cGxhbmU7cT03NTt3PTYwMA--/http://media.zenfs.com/en_us/News/ap_webfeeds/80e7089b6c0c6515760f6a706700a5b3.jpg\n\nhttp://thesmokinggun.com/buster/democratic-national-committee/guccifer-dccc-hack-645891\n\nthe hacker \u201cGuccifer 2.0\u201d returned late this afternoon to provide a new headache for Democrats.\n\n#guccifer #hacker #hacking #congress", + "body_length": 411, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacks", + "children": 4, + "created": "2016-08-12T23:27:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacks\",\"guccifer\",\"hacker\",\"hacking\",\"congress\"],\"image\":[\"https:\\/\\/s1.yimg.com\\/bt\\/api\\/res\\/1.2\\/6T61Ghh7ReRUAUd5ivtFOw--\\/YXBwaWQ9eW5ld3M7aWw9cGxhbmU7cT03NTt3PTYwMA--\\/http:\\/\\/media.zenfs.com\\/en_us\\/News\\/ap_webfeeds\\/80e7089b6c0c6515760f6a706700a5b3.jpg\"]}", + "last_payout": "2016-09-12T12:10:57", + "last_update": "2016-08-12T23:27:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7449924399, + "parent_author": "", + "parent_permlink": "hacks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "guccifer", + "post_id": 579166, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Guccifer", + "title": "Guccifer", + "total_payout_value": "0.000 HBD", + "url": "/hacks/@cryptocurrency1/guccifer" + }, + "entry_id": 571, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7990568825", + "voter": "becerra18" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53523765", + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53014717", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# What do you guys think of my Bitcoin oil painting?\nhttps://www.steemimg.com/images/2016/08/12/Bitcoinoilpainting5fea3.jpg\n\n#bitcoin #art #oil #painting #cryptocurrency", + "body_length": 169, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "created": "2016-08-12T23:21:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"art\",\"oil\",\"painting\",\"cryptocurrency\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/12\\/Bitcoinoilpainting5fea3.jpg\"]}", + "last_payout": "2016-09-12T14:01:54", + "last_update": "2016-08-12T23:21:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8097107307, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-masterpiece-oil-painting-on-canvas", + "post_id": 579091, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin masterpiece oil painting on canvas", + "title": "Bitcoin masterpiece oil painting on canvas", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/bitcoin-masterpiece-oil-painting-on-canvas" + }, + "entry_id": 570, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4223413736", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51910244", + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=B3X1jqxhkus\n\n#trump #americanism #globalism #nwo", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 3, + "created": "2016-08-12T21:27:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=B3X1jqxhkus\"]}", + "last_payout": "2016-09-12T10:39:48", + "last_update": "2016-08-12T21:27:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4275323980, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-americanism-not-globalism", + "post_id": 577738, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP: Americanism not Globalism", + "title": "TRUMP: Americanism not Globalism", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-americanism-not-globalism" + }, + "entry_id": 569, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7241287192", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "291648093862", + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8240621533", + "voter": "crossroads" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73811107941", + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243431302653", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134133130560", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240960753", + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369770735", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53523765", + "voter": "trendwizard" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "1. Yes\n2. No\n3. Maybe\n4. I don't know\n\nI'm not talking about this type of poll where people must reply with an answer. I'm talking about a voting poll with questions and clickable answer. If a user click on a radio voting button, it will receive and tally up a vote.\n\nI don't know if it is even possible for Steemit to make such a poll. What do you think?\n\n#steem #support #suggestion #tips", + "body_length": 390, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-08-12T17:29:12", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"suggestion\",\"tips\"]}", + "last_payout": "2016-09-12T05:43:12", + "last_update": "2016-08-12T17:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 759169798994, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls", + "post_id": 574333, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you think it's a good idea for Steemit to have voting polls?", + "title": "Do you think it's a good idea for Steemit to have voting polls?", + "total_payout_value": "0.110 HBD", + "url": "/steemit/@cryptocurrency1/do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls" + }, + "entry_id": 568, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Does anyone notice E-coin was featured in Mr. Robot TV show?\nIn one of the episode, at a convenience store. The clerk at the register have Bitcoin logo and E-Coin logo there listed on the cash register.\n\nDid you guys notice them? \n\n#cryptocurrency #bitcoin #e-coin", + "body_length": 264, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 2, + "created": "2016-08-12T17:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"e-coin\"]}", + "last_payout": "2016-09-12T05:21:45", + "last_update": "2016-08-12T17:21:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show", + "post_id": 574239, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Does anyone notice E-coin was featured in Mr. Robot TV show?", + "title": "Does anyone notice E-coin was featured in Mr. Robot TV show?", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show" + }, + "entry_id": 567, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "People have never experience such passion in the past as they've been now.\n\nhttp://newyork.cbslocal.com/2016/08/10/campaign-2016-stunts/\n\n#politic #election #political", + "body_length": 167, + "cashout_time": "1969-12-31T23:59:59", + "category": "new", + "children": 0, + "created": "2016-08-12T17:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"new\",\"politic\",\"election\",\"political\"],\"links\":[\"http:\\/\\/newyork.cbslocal.com\\/2016\\/08\\/10\\/campaign-2016-stunts\\/\"]}", + "last_payout": "2016-09-12T05:08:06", + "last_update": "2016-08-12T17:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "new", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "2016-election-brings-political-passions-to-new-heights", + "post_id": 574025, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2016 Election Brings Political Passions To New Heights...", + "title": "2016 Election Brings Political Passions To New Heights...", + "total_payout_value": "0.000 HBD", + "url": "/new/@cryptocurrency1/2016-election-brings-political-passions-to-new-heights" + }, + "entry_id": 566, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "361723826", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88575763", + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CpnlutRWEAIbgQl.jpg\n\nRepublican presidential candidate Donald Trump. Voters expect CNN and others to tilt American elections. What\u2019s new is that social media and even video games are getting in on the act.\n\nTrump Rally-Goer To CNN Reporter: \"I Am A Patriot And You Are A Traitor!\"\n\nhttp://www.realclearpolitics.com/video/2016/08/12/trump_rally-goer_to_cnn_reporter_i_am_a_patriot_and_you_are_a_traitor.html\n\nhttp://observer.com/2016/08/tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump/\n\n#trump #cnn #media #news", + "body_length": 564, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-12T17:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"trump\",\"cnn\",\"media\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/CpnlutRWEAIbgQl.jpg\"]}", + "last_payout": "2016-09-12T06:20:51", + "last_update": "2016-08-12T17:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 450299589, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump", + "post_id": 573943, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tech Companies Apple, Twitter, Google, and Instagram Collude to Defeat Trump", + "title": "Tech Companies Apple, Twitter, Google, and Instagram Collude to Defeat Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump" + }, + "entry_id": 565, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UJoTsKxFr7o\n\n#DEA #Marijuana", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "weed", + "children": 0, + "created": "2016-08-12T16:07:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"weed\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=UJoTsKxFr7o\"]}", + "last_payout": "2016-09-12T04:07:06", + "last_update": "2016-08-12T16:07:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "weed", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "dea-turned-down-marijuana", + "post_id": 573161, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DEA turned down Marijuana", + "title": "DEA turned down Marijuana", + "total_payout_value": "0.000 HBD", + "url": "/weed/@cryptocurrency1/dea-turned-down-marijuana" + }, + "entry_id": 564, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://pagesix.com/2016/08/11/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser/\n\nhttps://nyppagesix.files.wordpress.com/2016/08/lady-lynn-hillary.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\n#lady #lynn #forester #rothschild", + "body_length": 234, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 0, + "created": "2016-08-12T14:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\",\"lady\",\"lynn\",\"forester\",\"rothschild\"],\"links\":[\"http:\\/\\/pagesix.com\\/2016\\/08\\/11\\/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser\\/\"]}", + "last_payout": "2016-09-12T02:38:03", + "last_update": "2016-08-12T14:38:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lady-lynn-forester-de-rothschild-throws-hillary-fundraiser", + "post_id": 572061, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lady Lynn Forester de Rothschild throws Hillary fundraiser", + "title": "Lady Lynn Forester de Rothschild throws Hillary fundraiser", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser" + }, + "entry_id": 563, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "German cooperative sets -0.4% rate on funds over EU100,000\nMove comes two weeks after ECB says no risk of cash hoarding\n\nhttp://www.bloomberg.com/news/articles/2016-08-11/negative-rates-for-the-people-arrive-as-german-bank-gives-in\n\n#german #bank #financial", + "body_length": 257, + "cashout_time": "1969-12-31T23:59:59", + "category": "finance", + "children": 0, + "created": "2016-08-12T13:20:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"finance\",\"german\",\"bank\",\"financial\"],\"links\":[\"http:\\/\\/www.bloomberg.com\\/news\\/articles\\/2016-08-11\\/negative-rates-for-the-people-arrive-as-german-bank-gives-in\"]}", + "last_payout": "2016-09-12T01:20:12", + "last_update": "2016-08-12T13:20:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "finance", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "german-bank-surrendered-to-the-little-people", + "post_id": 571314, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German Bank surrendered to the little people", + "title": "German Bank surrendered to the little people", + "total_payout_value": "0.000 HBD", + "url": "/finance/@cryptocurrency1/german-bank-surrendered-to-the-little-people" + }, + "entry_id": 562, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-322447406", + "voter": "alifton" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-895316582", + "voter": "ebargains" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Massive illuminati members fled the USA. \nReliable data show American Patriots militia groups all over the USA are out hunting to kill them to take America back by force if necessary.\n\nhttp://fortune.com/2016/08/11/us-citizens-renounce/\n\nhttps://fortunedotcom.files.wordpress.com/2014/05/slo-06-16-14-american-flag-boat.jpg?w=840&h=485&crop=1\n\n#smart #illuminati #members", + "body_length": 371, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-08-12T12:59:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\",\"smart\",\"members\"],\"links\":[\"http:\\/\\/fortune.com\\/2016\\/08\\/11\\/us-citizens-renounce\\/\"]}", + "last_payout": "2016-09-12T00:59:03", + "last_update": "2016-08-12T12:59:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -1217763988, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "massive-illuminati-members-fled-the-usa", + "post_id": 571074, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive illuminati members fled the USA.", + "title": "Massive illuminati members fled the USA.", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/massive-illuminati-members-fled-the-usa" + }, + "entry_id": 561, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "800031395", + "voter": "runridefly" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://lgbtweekly.com/wp-content/uploads/2015/02/wpid-167_4817_6962.jpg\n\nThe transgender bathroom symbol looks like the symbol of the 'All eyeing Eye' and a 'Devil' in the middle of the triangle.\ntwo ears, and a goatee. I'm surprise they did not put the upside down cross as a goatee.\n\nhttp://www.reuters.com/article/us-usa-lgbt-texas-idUSKCN10N14D\n\n#bathroom #illuminati #symbol #luciferian", + "body_length": 391, + "cashout_time": "1969-12-31T23:59:59", + "category": "transgender", + "children": 0, + "created": "2016-08-12T11:14:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"transgender\",\"bathroom\",\"illuminati\",\"symbol\",\"luciferian\"],\"image\":[\"http:\\/\\/lgbtweekly.com\\/wp-content\\/uploads\\/2015\\/02\\/wpid-167_4817_6962.jpg\"]}", + "last_payout": "2016-09-11T23:24:15", + "last_update": "2016-08-12T11:14:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 800031395, + "parent_author": "", + "parent_permlink": "transgender", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "illuminati-transgender-bathroom-symbol", + "post_id": 570067, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati transgender bathroom symbol", + "title": "Illuminati transgender bathroom symbol", + "total_payout_value": "0.000 HBD", + "url": "/transgender/@cryptocurrency1/illuminati-transgender-bathroom-symbol" + }, + "entry_id": 560, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "38872223501318", + "voter": "blocktrades" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1810191150", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160691580", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2936542115", + "voter": "allyourbase" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "223961699", + "voter": "soupernerd" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-1614619412", + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2992776736", + "voter": "shemthepenman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1445288611", + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148929303666", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4313691746", + "voter": "deadloop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9493773953", + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "384134699", + "voter": "steven01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42002303", + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1885224071", + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369770735", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142085774", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194393224", + "voter": "mustafafomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32999611743", + "voter": "celebr1ty" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "219989261", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "600852181", + "voter": "pr3ttyp3rf3ct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48580929", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62914952", + "voter": "ccbison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1829160240", + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15713228789", + "voter": "steemit8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1152715494", + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30719495", + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526936617", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46990346", + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50858317", + "voter": "norene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55885506", + "voter": "highimpactflix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "594904708", + "voter": "danstig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45092916", + "voter": "amigo214" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=DaZFKVSDbqg\n\n#cnn #news #trump", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-12T10:52:42", + "curator_payout_value": "77.727 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=DaZFKVSDbqg\"]}", + "last_payout": "2016-09-11T23:46:21", + "last_update": "2016-08-12T10:52:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39099911155462, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cnn-tries-to-assassinate-trump", + "post_id": 569908, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CNN Tries To Assassinate Trump", + "title": "CNN Tries To Assassinate Trump", + "total_payout_value": "233.258 HBD", + "url": "/news/@cryptocurrency1/cnn-tries-to-assassinate-trump" + }, + "entry_id": 559, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3362223122", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40420216", + "voter": "foxkoit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55223664", + "voter": "tanshin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48572399", + "voter": "doitvoluntarily" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9WyrBpXj1f8\n\n#un #usa #fraud #scam #bilderberg", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-08-12T06:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9WyrBpXj1f8\"]}", + "last_payout": "2016-09-11T19:08:03", + "last_update": "2016-08-12T06:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3506439401, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles", + "post_id": 568370, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UN Vehicles Flood America! Here\u2019s 100% Truth No Media Outlet Is Telling You About These Vehicles", + "title": "UN Vehicles Flood America! Here\u2019s 100% Truth No Media Outlet Is Telling You About These Vehicles", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles" + }, + "entry_id": 558, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "96086294811", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311334421", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1484363823", + "voter": "anwar78" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-50172945", + "voter": "actricalian" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=a_hY1pkJcWM", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nwo", + "children": 0, + "created": "2016-08-11T05:50:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nwo\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=a_hY1pkJcWM\"]}", + "last_payout": "2016-09-10T18:01:15", + "last_update": "2016-08-11T05:50:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97831820110, + "parent_author": "", + "parent_permlink": "nwo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism", + "post_id": 552673, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Yes you saw that 666 Rotherham Illuminati Freemason Symbolism", + "title": "Yes you saw that 666 Rotherham Illuminati Freemason Symbolism", + "total_payout_value": "0.000 HBD", + "url": "/nwo/@cryptocurrency1/yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism" + }, + "entry_id": 557, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "45811841", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1553207721", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=v6LJ8kWEcOM", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "animals", + "children": 1, + "created": "2016-08-11T04:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animals\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=v6LJ8kWEcOM\"]}", + "last_payout": "2016-09-10T17:17:48", + "last_update": "2016-08-11T04:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1599019562, + "parent_author": "", + "parent_permlink": "animals", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "12-animals-you-won-t-believe-actually-exist", + "post_id": 552189, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "12 Animals You Won\u2019t Believe Actually Exist!", + "title": "12 Animals You Won\u2019t Believe Actually Exist!", + "total_payout_value": "0.000 HBD", + "url": "/animals/@cryptocurrency1/12-animals-you-won-t-believe-actually-exist" + }, + "entry_id": 556, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "38176534", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "317561109", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "628208841", + "voter": "luisucv34" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-116664172", + "voter": "tatekitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104514295", + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52838747", + "voter": "abanks1000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54401564", + "voter": "erroist" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MtZLI8UDvQA\n\n#chimera #science #dna #splicing", + "body_length": 77, + "cashout_time": "1969-12-31T23:59:59", + "category": "dna", + "children": 1, + "created": "2016-08-11T04:31:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dna\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=MtZLI8UDvQA\"]}", + "last_payout": "2016-09-10T18:14:21", + "last_update": "2016-08-11T04:31:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1079036918, + "parent_author": "", + "parent_permlink": "dna", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "soul-less-human-animal-hybrids-being-grown-in-usa-research-farms", + "post_id": 551995, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SOUL-less HUMAN-ANIMAL HYBRIDS being GROWN in USA Research Farms!", + "title": "SOUL-less HUMAN-ANIMAL HYBRIDS being GROWN in USA Research Farms!", + "total_payout_value": "0.000 HBD", + "url": "/dna/@cryptocurrency1/soul-less-human-animal-hybrids-being-grown-in-usa-research-farms" + }, + "entry_id": 555, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "732910315", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59078190", + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51070856", + "voter": "erroist" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0ojpvkhhIGg\n\n#dna #splicing #science", + "body_length": 68, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-11T04:24:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=0ojpvkhhIGg\"]}", + "last_payout": "2016-09-10T16:28:33", + "last_update": "2016-08-11T04:24:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 843059361, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "human-animal-hybrids-what-they-don-t-want-you-to-know", + "post_id": 551917, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Human-Animal Hybrids! What They DON\u2019T Want You To Know!!!", + "title": "Human-Animal Hybrids! What They DON\u2019T Want You To Know!!!", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/human-animal-hybrids-what-they-don-t-want-you-to-know" + }, + "entry_id": 554, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "614170478", + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CRhDD9e3CrE\n\n#un", + "body_length": 48, + "cashout_time": "1969-12-31T23:59:59", + "category": "un", + "children": 0, + "created": "2016-08-10T23:52:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"un\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=CRhDD9e3CrE\"]}", + "last_payout": "2016-09-10T12:21:51", + "last_update": "2016-08-10T23:52:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 614170478, + "parent_author": "", + "parent_permlink": "un", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-circumvention-of-the-u-s-constitution", + "post_id": 549085, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Circumvention Of The U S Constitution", + "title": "A Circumvention Of The U S Constitution", + "total_payout_value": "0.000 HBD", + "url": "/un/@cryptocurrency1/a-circumvention-of-the-u-s-constitution" + }, + "entry_id": 553, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "705176692", + "voter": "funkywanderer" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lf6NMYhQYoo\n\n#usa #fraud #illuminati #bilderberg", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "created": "2016-08-10T12:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scam\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=lf6NMYhQYoo\"]}", + "last_payout": "2016-09-10T01:18:27", + "last_update": "2016-08-10T12:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 705176692, + "parent_author": "", + "parent_permlink": "scam", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "obama-promises-to-leave-us-in-january-permanently", + "post_id": 539198, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Obama Promises To Leave US In January - Permanently", + "title": "Obama Promises To Leave US In January - Permanently", + "total_payout_value": "0.000 HBD", + "url": "/scam/@cryptocurrency1/obama-promises-to-leave-us-in-january-permanently" + }, + "entry_id": 552, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "298881044", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101002807", + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57718250", + "voter": "theinvertedtower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qBiqN0OKnFs\n\n#zika #hoax #birth #deformities", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 1, + "created": "2016-08-10T10:09:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=qBiqN0OKnFs\"]}", + "last_payout": "2016-09-10T00:44:45", + "last_update": "2016-08-10T10:09:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 457602101, + "parent_author": "", + "parent_permlink": "zika", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "zika-hoax-exposed-birth-deformities-not-caused-by-virus", + "post_id": 538208, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Zika HOAX exposed: Birth deformities not caused by virus!", + "title": "Zika HOAX exposed: Birth deformities not caused by virus!", + "total_payout_value": "0.000 HBD", + "url": "/zika/@cryptocurrency1/zika-hoax-exposed-birth-deformities-not-caused-by-virus" + }, + "entry_id": 551, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50106681", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298881044", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55029500", + "voter": "lovetosteemit" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.msnbc.com/sites/msnbc/files/styles/ratio--3-2--830x553/public/rtx147gv.jpg?itok=W10GLVii\n\n#stock #market #rigged", + "body_length": 123, + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 2, + "created": "2016-08-10T08:35:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"market\",\"stock\",\"rigged\"],\"image\":[\"http:\\/\\/www.msnbc.com\\/sites\\/msnbc\\/files\\/styles\\/ratio--3-2--830x553\\/public\\/rtx147gv.jpg?itok=W10GLVii\"]}", + "last_payout": "2016-09-09T22:57:48", + "last_update": "2016-08-10T08:35:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 404017225, + "parent_author": "", + "parent_permlink": "market", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "yes-the-stock-market-is-rigged", + "post_id": 537488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Yes, the stock market is rigged", + "title": "Yes, the stock market is rigged", + "total_payout_value": "0.000 HBD", + "url": "/market/@cryptocurrency1/yes-the-stock-market-is-rigged" + }, + "entry_id": 550, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4906077490", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54991247", + "voter": "venky" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6Xq7EaZGILE", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "splicing", + "children": 1, + "created": "2016-08-10T08:17:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"splicing\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=6Xq7EaZGILE\"]}", + "last_payout": "2016-09-09T22:20:54", + "last_update": "2016-08-10T08:17:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4961068737, + "parent_author": "", + "parent_permlink": "splicing", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "watch-this-and-know-we-are-in-the-end-times-2016-2017", + "post_id": 537357, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Watch This and Know We are in the End Times! (2016-2017)", + "title": "Watch This and Know We are in the End Times! (2016-2017)", + "total_payout_value": "0.000 HBD", + "url": "/splicing/@cryptocurrency1/watch-this-and-know-we-are-in-the-end-times-2016-2017" + }, + "entry_id": 549, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "180607787", + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53778343", + "voter": "pery" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=iqXxUCDgiqs\n\n#schlitterbahn #park #illuminati #freemason", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "park", + "children": 0, + "created": "2016-08-10T07:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"park\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=iqXxUCDgiqs\"]}", + "last_payout": "2016-09-09T19:43:09", + "last_update": "2016-08-10T07:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234386130, + "parent_author": "", + "parent_permlink": "park", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism", + "post_id": 536944, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Schlitterbahn Water Park Decapitation Rev 12 Illuminati Freemason Symbolism", + "title": "Schlitterbahn Water Park Decapitation Rev 12 Illuminati Freemason Symbolism", + "total_payout_value": "0.000 HBD", + "url": "/park/@cryptocurrency1/schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism" + }, + "entry_id": 548, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "167641892", + "voter": "robert.stone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58355224", + "voter": "pery" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WqWTXByMOlo\n\n#iran #obama #news", + "body_length": 63, + "cashout_time": "1969-12-31T23:59:59", + "category": "obama", + "children": 0, + "created": "2016-08-10T07:17:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"obama\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=WqWTXByMOlo\"]}", + "last_payout": "2016-09-09T19:20:12", + "last_update": "2016-08-10T07:17:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225997116, + "parent_author": "", + "parent_permlink": "obama", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exclusive-iran-phone-call-to-obama", + "post_id": 536879, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EXCLUSIVE: Iran Phone Call to Obama", + "title": "EXCLUSIVE: Iran Phone Call to Obama", + "total_payout_value": "0.000 HBD", + "url": "/obama/@cryptocurrency1/exclusive-iran-phone-call-to-obama" + }, + "entry_id": 547, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "100214731540", + "voter": "oscarp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58631178", + "voter": "rampantdigitalis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.thegatewaypundit.com/2016/08/wow-breaking-video-julian-assange-suggests-seth-rich-wikileaks-dnc-source-shot-dead-dc/\n\n#wikileaks #assange", + "body_length": 148, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 0, + "created": "2016-08-10T04:11:21", + "curator_payout_value": "0.008 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\",\"assange\"],\"links\":[\"http:\\/\\/www.thegatewaypundit.com\\/2016\\/08\\/wow-breaking-video-julian-assange-suggests-seth-rich-wikileaks-dnc-source-shot-dead-dc\\/\"]}", + "last_payout": "2016-09-10T00:22:57", + "last_update": "2016-08-10T04:11:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100273362718, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "julian-assange-suggests-seth-rich-who-was-murdered-in-dc", + "post_id": 535171, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Julian Assange Suggests Seth Rich \u2013 Who Was MURDERED in DC", + "title": "Julian Assange Suggests Seth Rich \u2013 Who Was MURDERED in DC", + "total_payout_value": "0.038 HBD", + "url": "/wikileaks/@cryptocurrency1/julian-assange-suggests-seth-rich-who-was-murdered-in-dc" + }, + "entry_id": 546, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "292654355", + "voter": "bitcoinnational" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=dN5dLRlodP4\n\n#clinton #illuminati #bilderberg #nwo", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-08-09T22:58:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=dN5dLRlodP4\"]}", + "last_payout": "2016-09-09T10:58:00", + "last_update": "2016-08-09T22:58:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 292654355, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-911-logo-apollyon-s-candidate", + "post_id": 531688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary 911 LOGO !!! Apollyon's candidate", + "title": "Hillary 911 LOGO !!! Apollyon's candidate", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/hillary-911-logo-apollyon-s-candidate" + }, + "entry_id": 545, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Steemit needs a desktop software to let users download and post to the blockchain. \nThis way, users don't need to login to the steemit.com website to post.\n\n#steem #steemit #support #software", + "body_length": 192, + "cashout_time": "1969-12-31T23:59:59", + "category": "software", + "children": 2, + "created": "2016-08-09T22:39:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"software\",\"steem\",\"steemit\",\"support\"]}", + "last_payout": "2016-09-09T10:39:45", + "last_update": "2016-08-09T22:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "software", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-software", + "post_id": 531450, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit software", + "title": "Steemit software", + "total_payout_value": "0.000 HBD", + "url": "/software/@cryptocurrency1/steemit-software" + }, + "entry_id": 544, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "743181827", + "voter": "flyboyzombie" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=mYqt2cre90s\n\n#clinton #psychiatrist #fraud #election", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "election", + "children": 0, + "created": "2016-08-09T22:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"election\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=mYqt2cre90s\"]}", + "last_payout": "2016-09-09T10:35:45", + "last_update": "2016-08-09T22:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 743181827, + "parent_author": "", + "parent_permlink": "election", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist", + "post_id": 531370, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton May Have A Brain Tumor: Board Certified MD/Psychiatrist", + "title": "Hillary Clinton May Have A Brain Tumor: Board Certified MD/Psychiatrist", + "total_payout_value": "0.000 HBD", + "url": "/election/@cryptocurrency1/hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist" + }, + "entry_id": 543, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "40292741016", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4387854487", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "376052332", + "voter": "mysonjosh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48334472", + "voter": "krishbas" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9x-Jz1K-wv4\n\n#pokemon #cia #darpa #nsa", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "cia", + "children": 1, + "created": "2016-08-09T09:13:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9x-Jz1K-wv4\"]}", + "last_payout": "2016-09-08T23:18:09", + "last_update": "2016-08-09T09:13:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45104982307, + "parent_author": "", + "parent_permlink": "cia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid", + "post_id": 521228, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "100% Proof Pokemon Go End Game Connection to DARPA CIA Google NSA Skynet Illuminati Fema Spy Grid", + "title": "100% Proof Pokemon Go End Game Connection to DARPA CIA Google NSA Skynet Illuminati Fema Spy Grid", + "total_payout_value": "0.000 HBD", + "url": "/cia/@cryptocurrency1/100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid" + }, + "entry_id": 542, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4590610057", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369300700", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38506300", + "voter": "malxdrakon" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Could humans regrow limbs? Genetic switches for regenerating tissue are traced back 420 million years\nScientists studied regeneration in 3 species - axolotl, zebrafish and bichir \nThe animals shared a genetic mechanism that controlled limb regrowth\nThey could have inherited this from when they shared a common ancestor\nSome of genetic sequences are found in humans and could be turned on\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/08/13/37001A1E00000578-0-image-a-2_1470659004439.jpg\n\nRead more: \nhttp://www.dailymail.co.uk/sciencetech/article-3729455/Could-humans-regrow-limbs-Genetic-switches-regenerating-tissue-traced-420-million-years.html#ixzz4GnrHJt2N \n\n#science #biotech #genetic #regenerating", + "body_length": 699, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-09T03:43:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"biotech\",\"genetic\",\"regenerating\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/08\\/08\\/13\\/37001A1E00000578-0-image-a-2_1470659004439.jpg\"]}", + "last_payout": "2016-09-08T16:05:09", + "last_update": "2016-08-09T03:43:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4998417057, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exolotl", + "post_id": 518452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exolotl", + "title": "Exolotl", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/exolotl" + }, + "entry_id": 541, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1058308401", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4079673662", + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47566606", + "voter": "malxdrakon" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn.thedailybeast.com/content/dailybeast/articles/2016/08/08/vladimir-putin-plots-a-new-fleet-of-spies-in-space/jcr:content/image.crop.800.500.jpg/49021087.cached.jpg\n\nhttp://www.thedailybeast.com/articles/2016/08/08/vladimir-putin-plots-a-new-fleet-of-spies-in-space.html\n\n#vladimir #putin #space #spies", + "body_length": 311, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 1, + "created": "2016-08-09T00:48:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\",\"vladimir\",\"putin\",\"space\",\"spies\"],\"image\":[\"http:\\/\\/cdn.thedailybeast.com\\/content\\/dailybeast\\/articles\\/2016\\/08\\/08\\/vladimir-putin-plots-a-new-fleet-of-spies-in-space\\/jcr:content\\/image.crop.800.500.jpg\\/49021087.cached.jpg\"]}", + "last_payout": "2016-09-08T13:16:18", + "last_update": "2016-08-09T00:48:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5185548669, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "putin-plots-a-new-fleet-of-spies-in-space", + "post_id": 516419, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putin Plots a New Fleet of Spies in Space", + "title": "Putin Plots a New Fleet of Spies in Space", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/putin-plots-a-new-fleet-of-spies-in-space" + }, + "entry_id": 540, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50106681", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1172720120", + "voter": "tee-em" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://motherboard.vice.com/read/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face\n\n#faceless #facial #recognition", + "body_length": 138, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-08-09T00:43:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"faceless\",\"facial\",\"recognition\"],\"links\":[\"http:\\/\\/motherboard.vice.com\\/read\\/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face\"]}", + "last_payout": "2016-09-08T12:47:33", + "last_update": "2016-08-09T00:43:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1222826801, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "faceless-recognition-system-can-identify-you-even-when-you-hide-your-face", + "post_id": 516346, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Faceless Recognition System' Can Identify You Even When You Hide Your Face", + "title": "'Faceless Recognition System' Can Identify You Even When You Hide Your Face", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face" + }, + "entry_id": 539, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "122862356", + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37366649", + "voter": "violino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54162706", + "voter": "dave77" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wDe33D6geoo\n\n#news #election #fraud #vote", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-08T05:11:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=wDe33D6geoo\"]}", + "last_payout": "2016-09-07T17:18:21", + "last_update": "2016-08-08T05:11:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 214391711, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-news-secret-group-running-u-s-elections-discovered", + "post_id": 503216, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Breaking News: Secret Group Running U.S. Elections Discovered", + "title": "Breaking News: Secret Group Running U.S. Elections Discovered", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-secret-group-running-u-s-elections-discovered" + }, + "entry_id": 538, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "635332477", + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56586519", + "voter": "theinvertedtower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "A new study released in September of this year gives even more evidence that GMOs should have been banned before they were ever allowed on the market. Read on to find out how \u201cGenetically Engineered Crops, Glyphosate and the Deterioration of Health in the United States of America\u201d pinpoints a significant correlation between GMOs and 22 diseases.\n\nhttp://naturalsociety.com/study-links-gmos-22-different-diseases/\n\nhttp://naturalsociety.com/wp-content/uploads/gmo_apple_squeeze_735_350.jpg\n\n#gmo #diseases #science", + "body_length": 515, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-08T03:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"gmo\",\"diseases\"],\"links\":[\"http:\\/\\/naturalsociety.com\\/study-links-gmos-22-different-diseases\\/\"]}", + "last_payout": "2016-09-07T15:20:54", + "last_update": "2016-08-08T03:17:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 691918996, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "study-links-gmos-to-over-22-different-diseases", + "post_id": 502164, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Study Links GMOs To Over 22 Different Diseases", + "title": "Study Links GMOs To Over 22 Different Diseases", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/study-links-gmos-to-over-22-different-diseases" + }, + "entry_id": 537, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "241014876", + "voter": "cloudreflect" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_WgfaJjvfxA\n\n#aquaculture #farming", + "body_length": 66, + "cashout_time": "1969-12-31T23:59:59", + "category": "aquaculture", + "children": 0, + "created": "2016-08-08T02:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"aquaculture\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=_WgfaJjvfxA\"]}", + "last_payout": "2016-09-07T14:58:45", + "last_update": "2016-08-08T02:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 241014876, + "parent_author": "", + "parent_permlink": "aquaculture", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "aquaculture-cage-culture", + "post_id": 501667, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Aquaculture: Cage Culture", + "title": "Aquaculture: Cage Culture", + "total_payout_value": "0.000 HBD", + "url": "/aquaculture/@cryptocurrency1/aquaculture-cage-culture" + }, + "entry_id": 536, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "73963273", + "voter": "elkemi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46580729", + "voter": "texkitten" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32892169", + "voter": "garycok" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=XyVNAgrbQz4\n\n#grow #food #farming #garden", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "created": "2016-08-07T23:13:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=XyVNAgrbQz4\"]}", + "last_payout": "2016-09-07T11:18:21", + "last_update": "2016-08-07T23:13:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153436171, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-much-food-can-i-grow-around-my-house", + "post_id": 499257, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How Much Food Can I Grow Around My House?", + "title": "How Much Food Can I Grow Around My House?", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/how-much-food-can-i-grow-around-my-house" + }, + "entry_id": 535, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231374281", + "voter": "cloudreflect" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Olympic Spirit is dead ... just ask Russia's Paralympic team\nhttp://sports.yahoo.com/news/the-olympic-spirit-doesnt-exist-just-ask-russias-paralympic-team-172446897.html\n\nEveryone is now focusing their energy & spirit in fighting the 13 inbred Terrorist European Bloodlines to take back America.\n\n#olympic #russia #paralympic", + "body_length": 329, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 0, + "created": "2016-08-07T21:59:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\",\"russia\",\"paralympic\"],\"links\":[\"http:\\/\\/sports.yahoo.com\\/news\\/the-olympic-spirit-doesnt-exist-just-ask-russias-paralympic-team-172446897.html\"]}", + "last_payout": "2016-09-07T15:05:21", + "last_update": "2016-08-07T21:59:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 231374281, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-olympic-spirit-is-dead", + "post_id": 498240, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Olympic Spirit is dead", + "title": "The Olympic Spirit is dead", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/the-olympic-spirit-is-dead" + }, + "entry_id": 534, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OwnA4ddwTrg\n\n#satanic #schools #kids #children", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "kids", + "children": 1, + "created": "2016-08-07T21:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kids\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=OwnA4ddwTrg\"]}", + "last_payout": "2016-09-07T09:05:24", + "last_update": "2016-08-07T21:05:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "kids", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "satanic-panic-brainwashing-their-way-into-schools", + "post_id": 497384, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SATANIC PANIC BRAINWASHING THEIR WAY INTO SCHOOLS!", + "title": "SATANIC PANIC BRAINWASHING THEIR WAY INTO SCHOOLS!", + "total_payout_value": "0.000 HBD", + "url": "/kids/@cryptocurrency1/satanic-panic-brainwashing-their-way-into-schools" + }, + "entry_id": 533, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6450157665", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369300700", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28660111", + "voter": "henriquez147" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57878614", + "voter": "josegtz" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CCGR1IstS0g\n\n#edward #snowden #dead #nsa #news", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "nsa", + "children": 1, + "created": "2016-08-07T20:56:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nsa\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=CCGR1IstS0g\"]}", + "last_payout": "2016-09-07T09:09:48", + "last_update": "2016-08-07T20:56:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6905997090, + "parent_author": "", + "parent_permlink": "nsa", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-edward-snowden-dead-at-age-33", + "post_id": 497229, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IS EDWARD SNOWDEN DEAD AT AGE 33?", + "title": "IS EDWARD SNOWDEN DEAD AT AGE 33?", + "total_payout_value": "0.000 HBD", + "url": "/nsa/@cryptocurrency1/is-edward-snowden-dead-at-age-33" + }, + "entry_id": 532, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "48095692", + "voter": "goradyne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3424657", + "voter": "deejayehn" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=gp1cfqAg9Fk\n\n#illuminati #vagina #olympic #rio", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 1, + "created": "2016-08-07T07:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=gp1cfqAg9Fk\"]}", + "last_payout": "2016-09-06T19:16:42", + "last_update": "2016-08-07T07:09:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51520349, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "olympic-giant-vagina-birthing-new-race", + "post_id": 488280, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic Giant Vagina Birthing new RACE", + "title": "Olympic Giant Vagina Birthing new RACE", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/olympic-giant-vagina-birthing-new-race" + }, + "entry_id": 531, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "362059510", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61159873", + "voter": "laconicflow" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=QgaTQ5-XfMM\n\n#music #piano #cello", + "body_length": 65, + "cashout_time": "1969-12-31T23:59:59", + "category": "piano", + "children": 0, + "created": "2016-08-06T22:39:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"piano\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=QgaTQ5-XfMM\"]}", + "last_payout": "2016-09-06T11:00:51", + "last_update": "2016-08-06T22:39:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 423219383, + "parent_author": "", + "parent_permlink": "piano", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "christina-perri-a-thousand-years-piano-cello-cover", + "post_id": 483763, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Christina Perri - A Thousand Years (Piano/Cello Cover)", + "title": "Christina Perri - A Thousand Years (Piano/Cello Cover)", + "total_payout_value": "0.000 HBD", + "url": "/piano/@cryptocurrency1/christina-perri-a-thousand-years-piano-cello-cover" + }, + "entry_id": 530, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "362059510", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pawim692vZc\n\n#music", + "body_length": 51, + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 0, + "created": "2016-08-06T22:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=pawim692vZc\"]}", + "last_payout": "2016-09-06T10:37:03", + "last_update": "2016-08-06T22:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 362059510, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "waltz-of-roses-waltz-of-love-eugen-doga-gramofon", + "post_id": 483628, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u273f \u2661 \u273f Waltz of Roses, Waltz of Love (Eugen Doga - Gramofon)", + "title": "\u273f \u2661 \u273f Waltz of Roses, Waltz of Love (Eugen Doga - Gramofon)", + "total_payout_value": "0.000 HBD", + "url": "/music/@cryptocurrency1/waltz-of-roses-waltz-of-love-eugen-doga-gramofon" + }, + "entry_id": 529, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57216061", + "voter": "nathanonymous" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=volHNGg2UUY\n\nThe microchip is call \"SmartPhone\"\n\n#smartphone #technology #microchip #news", + "body_length": 121, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 2, + "created": "2016-08-06T21:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=volHNGg2UUY\"]}", + "last_payout": "2016-09-06T14:59:21", + "last_update": "2016-08-06T21:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57216061, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nbc-announces-everyone-must-wear-a-microchip-by-2017", + "post_id": 482889, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NBC ANNOUNCES EVERYONE MUST WEAR A MICROCHIP BY 2017", + "title": "NBC ANNOUNCES EVERYONE MUST WEAR A MICROCHIP BY 2017", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/nbc-announces-everyone-must-wear-a-microchip-by-2017" + }, + "entry_id": 528, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "324483661", + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95607566970", + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369300700", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57417571", + "voter": "maximusbaku" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "A private company investigating another private company own by the same 13 inbred Terrorist European bloodline\nhttp://fortune.com/2016/08/04/federal-reserve-berkshire-hathaway/\n\nhttps://fortunedotcom.files.wordpress.com/2016/08/gettyimages-526513970.jpg?w=840&h=485&crop=1\n\n#federal #reserve #fraud #illuminati", + "body_length": 310, + "cashout_time": "1969-12-31T23:59:59", + "category": "banks", + "children": 1, + "created": "2016-08-06T07:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"banks\",\"federal\",\"reserve\",\"fraud\",\"illuminati\"],\"links\":[\"http:\\/\\/fortune.com\\/2016\\/08\\/04\\/federal-reserve-berkshire-hathaway\\/\"]}", + "last_payout": "2016-09-05T19:42:27", + "last_update": "2016-08-06T07:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 96358768902, + "parent_author": "", + "parent_permlink": "banks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people", + "post_id": 475531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The terrorist organization Federal Reserve released the latest joke to mock the American people.", + "title": "The terrorist organization Federal Reserve released the latest joke to mock the American people.", + "total_payout_value": "0.000 HBD", + "url": "/banks/@cryptocurrency1/the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people" + }, + "entry_id": 527, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "95607566970", + "voter": "sigmajin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I know you've all been seeing a lot of news stories with hidden coded number 13 in them.\n\nhttp://images6.fanpop.com/image/answers/2960000/2960710_1345434787567.77res_299_450.jpg\n\n13 youths die in devastating bar fire in France\u2019s Rouen\nhttps://www.rt.com/news/354814-france-rouen-bar-fire/\nhttp://www.foxnews.com/world/2016/08/05/france-bar-fire-kills-at-least-13-people.html\n\n13 Killed in Separatist Attack in Northeastern India\nhttp://www.nytimes.com/2016/08/06/world/asia/india-assam-kokrajhar-attack.html?_r=0\n\nMichael Bay's '13 Hours' gets huge sales boost as election nears\nhttp://www.foxnews.com/entertainment/2016/08/05/michael-bays-13-hours-gets-huge-sales-boost-as-election-nears.html\n\nDonald Trump Announces Economic Policy Team: 13 Men\nhttp://thinkprogress.org/economy/2016/08/05/3805373/trump-all-white-all-male-economic-advisers/\n\nBehold, The 13 inbred Terrorist European Bloodlines\nhttps://steemit.com/mafia/@cryptocurrency1/3udsee-the-13-inbred-terrorist-european-bloodlines\n\n#european #illuminati #bilderberg #group", + "body_length": 1031, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-06T03:23:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"european\",\"illuminati\",\"bilderberg\",\"group\"],\"image\":[\"http:\\/\\/images6.fanpop.com\\/image\\/answers\\/2960000\\/2960710_1345434787567.77res_299_450.jpg\"]}", + "last_payout": "2016-09-05T15:23:36", + "last_update": "2016-08-06T03:23:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 95607566970, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-number-13", + "post_id": 473934, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The number 13", + "title": "The number 13", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-number-13" + }, + "entry_id": 526, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "95607566970", + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1443297508", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57389981", + "voter": "kyat13" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "There are 13 inbred evil European bloodlines. Each bloodline of the 13 inbred evil bloodlines is a symbol of a clown (a clown is a symbol of the Devil's minion). There are 13 inbred evil European bloodlines aka 13 clowns (not 13 individuals, but 13 evil bloodlines) that serve the devil. Those 13 clowns formed a cult known as 'The Devil worshipers cult'.\n\nThey are a mafia organization. No government in USA can indict them for Rico Act because they've illegally captured the USA and overthrew the Declaration of Independence of 1776 and the U.S. Constitution. Their high ranking mafia members are listed on the Forbes Billionaire List. The entire political & financial system are rigged by them.\n\nhttps://josephmallozzi.files.wordpress.com/2012/07/spawn-clown1.jpg?w=220&h=300\n\n#illuminati #bilderberg #group #mafia #fraud", + "body_length": 824, + "cashout_time": "1969-12-31T23:59:59", + "category": "mafia", + "children": 0, + "created": "2016-08-06T03:10:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mafia\",\"illuminati\",\"bilderberg\",\"group\",\"fraud\"],\"image\":[\"https:\\/\\/josephmallozzi.files.wordpress.com\\/2012\\/07\\/spawn-clown1.jpg?w=220&h=300\"]}", + "last_payout": "2016-09-05T15:16:18", + "last_update": "2016-08-06T03:10:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97108254459, + "parent_author": "", + "parent_permlink": "mafia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "3udsee-the-13-inbred-terrorist-european-bloodlines", + "post_id": 473828, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines", + "title": "The 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.026 HBD", + "url": "/mafia/@cryptocurrency1/3udsee-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 525, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "97883937612", + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57613082", + "voter": "godamc" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=22PvAvawBHM\n\n#metadata #nsa #cia #fraud #illuminati", + "body_length": 83, + "cashout_time": "1969-12-31T23:59:59", + "category": "nsa", + "children": 1, + "created": "2016-08-05T23:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nsa\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=22PvAvawBHM\"]}", + "last_payout": "2016-09-05T11:46:24", + "last_update": "2016-08-05T23:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97941550694, + "parent_author": "", + "parent_permlink": "nsa", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "metadata-the-nsa-are-still-watching-you", + "post_id": 472207, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "METADATA: THE NSA ARE STILL WATCHING YOU", + "title": "METADATA: THE NSA ARE STILL WATCHING YOU", + "total_payout_value": "0.032 HBD", + "url": "/nsa/@cryptocurrency1/metadata-the-nsa-are-still-watching-you" + }, + "entry_id": 524, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.recode.net/2016/8/5/12383340/washington-post-olympics-software\n\n#robot #news #robotic", + "body_length": 96, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-05T23:21:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"robot\",\"robotic\"],\"links\":[\"http:\\/\\/www.recode.net\\/2016\\/8\\/5\\/12383340\\/washington-post-olympics-software\"]}", + "last_payout": "2016-09-05T11:21:48", + "last_update": "2016-08-05T23:21:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics", + "post_id": 472013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Washington Post will use robots to write stories about the Rio Olympics", + "title": "The Washington Post will use robots to write stories about the Rio Olympics", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics" + }, + "entry_id": 523, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "97718520", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97883937612", + "voter": "sigmajin" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1248828", + "voter": "daysmega" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.breitbart.com/video/2016/08/04/freed-iranian-hostage-iranians-told-me-they-were-waiting-for-another-plane-to-arrive-before-letting-us-go/\n\n#iran #ransom #iranian #hostage #news", + "body_length": 187, + "cashout_time": "1969-12-31T23:59:59", + "category": "iranian", + "children": 2, + "created": "2016-08-05T08:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"iranian\",\"iran\",\"ransom\",\"hostage\",\"news\"],\"links\":[\"http:\\/\\/www.breitbart.com\\/video\\/2016\\/08\\/04\\/freed-iranian-hostage-iranians-told-me-they-were-waiting-for-another-plane-to-arrive-before-letting-us-go\\/\"]}", + "last_payout": "2016-09-04T20:28:27", + "last_update": "2016-08-05T08:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97982904960, + "parent_author": "", + "parent_permlink": "iranian", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "former-iran-hostage-says-plane-waited-until-ransom-money-arrived", + "post_id": 458869, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FORMER IRAN HOSTAGE SAYS PLANE WAITED UNTIL RANSOM MONEY ARRIVED...", + "title": "FORMER IRAN HOSTAGE SAYS PLANE WAITED UNTIL RANSOM MONEY ARRIVED...", + "total_payout_value": "0.000 HBD", + "url": "/iranian/@cryptocurrency1/former-iran-hostage-says-plane-waited-until-ransom-money-arrived" + }, + "entry_id": 522, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "130291361", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97883937612", + "voter": "sigmajin" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1316967", + "voter": "rickydevil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54496279", + "voter": "bitcoin1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OyP9FdXr-G0\n\n#us #america #election #rigged #fraud", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 3, + "created": "2016-08-05T06:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=OyP9FdXr-G0\"]}", + "last_payout": "2016-09-04T18:15:27", + "last_update": "2016-08-05T06:06:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 98070042219, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "this-video-proves-hillary-will-attempt-to-steal-election-from-trump", + "post_id": 457573, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Video Proves Hillary Will Attempt To Steal Election From Trump", + "title": "This Video Proves Hillary Will Attempt To Steal Election From Trump", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/this-video-proves-hillary-will-attempt-to-steal-election-from-trump" + }, + "entry_id": 521, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "195437041", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113329972", + "voter": "spinner" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1257687", + "voter": "redredwinewine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236433724", + "voter": "jordanallen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ulka_mpp8vE\n\n#federal #reserve #federalreserve #scam #usd", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-05T03:29:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ulka_mpp8vE\"]}", + "last_payout": "2016-09-04T20:04:36", + "last_update": "2016-08-05T03:29:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 546458424, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "us-dollar-unwinding-world-wide", + "post_id": 456233, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Dollar Unwinding World Wide", + "title": "US Dollar Unwinding World Wide", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/us-dollar-unwinding-world-wide" + }, + "entry_id": 520, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "195437041", + "voter": "itay" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1234073", + "voter": "eternalabove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1175393897", + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=BP-MPsy2sJM\n\n#us #america #election #rigged #fraud", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 2, + "created": "2016-08-05T03:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=BP-MPsy2sJM\"]}", + "last_payout": "2016-09-04T15:23:21", + "last_update": "2016-08-05T03:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1372065011, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure", + "post_id": 456031, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Independence Day Resurgence & Hillary Clinton | Illuminati Disclosure", + "title": "Independence Day Resurgence & Hillary Clinton | Illuminati Disclosure", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure" + }, + "entry_id": 519, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "99834551731", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "285722539", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213083704860", + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10768659357", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3325334559", + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1472163458", + "voter": "cryptocurrency1" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1243593", + "voter": "curls4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "643575676", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48104378", + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.washingtontimes.com/news/2016/aug/4/government-lift-moratorium-cross-species-chimera-r/\n\nhttp://twt-thumbs.washtimes.com/media/image/2009/12/03/20091202-222827-pic-829971373_c0-35-320-221_s885x516.jpg?4ddfadaf40e7c26e750539787ff87b9a464841d4\n\n#science #chimera #gene #dna", + "body_length": 282, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 4, + "created": "2016-08-05T00:46:33", + "curator_payout_value": "0.049 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"chimera\",\"gene\",\"dna\"],\"links\":[\"http:\\/\\/www.washingtontimes.com\\/news\\/2016\\/aug\\/4\\/government-lift-moratorium-cross-species-chimera-r\\/\"]}", + "last_payout": "2016-09-04T13:20:24", + "last_update": "2016-08-05T00:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 329463060151, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "government-to-lift-moratorium-on-cross-species-chimera-research", + "post_id": 454551, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Government to lift moratorium on cross-species, \u2018Chimera\u2019 research", + "title": "Government to lift moratorium on cross-species, \u2018Chimera\u2019 research", + "total_payout_value": "0.206 HBD", + "url": "/science/@cryptocurrency1/government-to-lift-moratorium-on-cross-species-chimera-research" + }, + "entry_id": 518, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": 0, + "rshares": "1257680", + "voter": "crumaner" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.ew.com/article/2016/08/04/abc-star-wars-series\n\n#star #wars #starwars #TV #show", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "starwars", + "children": 2, + "created": "2016-08-04T23:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"starwars\",\"star\",\"wars\",\"TV\",\"show\"],\"links\":[\"http:\\/\\/www.ew.com\\/article\\/2016\\/08\\/04\\/abc-star-wars-series\"]}", + "last_payout": "2016-09-04T11:38:12", + "last_update": "2016-08-04T23:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1257680, + "parent_author": "", + "parent_permlink": "starwars", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "star-wars-tv-show", + "post_id": 453685, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Star Wars TV show", + "title": "Star Wars TV show", + "total_payout_value": "0.000 HBD", + "url": "/starwars/@cryptocurrency1/star-wars-tv-show" + }, + "entry_id": 517, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": 0, + "rshares": "1230649", + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.usnews.com/news/offbeat/articles/2016-08-04/schools-receive-request-for-after-school-satan-club?src=usn_fb\n\n#satan #club #schools #kids", + "body_length": 146, + "cashout_time": "1969-12-31T23:59:59", + "category": "satan", + "children": 1, + "created": "2016-08-04T23:29:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"satan\",\"club\",\"schools\",\"kids\"],\"links\":[\"http:\\/\\/www.usnews.com\\/news\\/offbeat\\/articles\\/2016-08-04\\/schools-receive-request-for-after-school-satan-club?src=usn_fb\"]}", + "last_payout": "2016-09-04T11:31:00", + "last_update": "2016-08-04T23:29:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1230649, + "parent_author": "", + "parent_permlink": "satan", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "satan-club-requests-hit-schools", + "post_id": 453602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Satan Club' Requests Hit Schools", + "title": "'Satan Club' Requests Hit Schools", + "total_payout_value": "0.000 HBD", + "url": "/satan/@cryptocurrency1/satan-club-requests-hit-schools" + }, + "entry_id": 516, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.dailymail.co.uk/sciencetech/article-3722558/Hackers-inside-BRAIN-Experts-warn-growing-threat-monitoring-controlling-neural-signals.html\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/03/22/2DEB07D800000578-0-image-a-1_1470259530947.jpg\n\n#hackers #brain #hacking #hack", + "body_length": 271, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-08-04T23:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"hackers\",\"brain\",\"hacking\",\"hack\"],\"links\":[\"http:\\/\\/www.dailymail.co.uk\\/sciencetech\\/article-3722558\\/Hackers-inside-BRAIN-Experts-warn-growing-threat-monitoring-controlling-neural-signals.html\"]}", + "last_payout": "2016-09-04T11:24:33", + "last_update": "2016-08-04T23:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hackers-could-get-inside-your-brain", + "post_id": 453536, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hackers could get inside your BRAIN", + "title": "Hackers could get inside your BRAIN", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/hackers-could-get-inside-your-brain" + }, + "entry_id": 515, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "270686124", + "voter": "kellywin21" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1248902", + "voter": "daysaiyan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.lifezette.com/polizette/un-backs-secret-obama-takeover-of-police/\n\n#un #police #politic #news", + "body_length": 104, + "cashout_time": "1969-12-31T23:59:59", + "category": "politic", + "children": 2, + "created": "2016-08-04T23:19:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politic\",\"un\",\"police\",\"news\"],\"links\":[\"http:\\/\\/www.lifezette.com\\/polizette\\/un-backs-secret-obama-takeover-of-police\\/\"]}", + "last_payout": "2016-09-04T11:22:06", + "last_update": "2016-08-04T23:19:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271935026, + "parent_author": "", + "parent_permlink": "politic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "u-n-take-over-of-police", + "post_id": 453490, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.N. take over of Police", + "title": "U.N. take over of Police", + "total_payout_value": "0.000 HBD", + "url": "/politic/@cryptocurrency1/u-n-take-over-of-police" + }, + "entry_id": 514, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1040489071", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "330336150", + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1169344295", + "voter": "gaitan" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1289265", + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306181649", + "voter": "cjclaro" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sGeuevcHYpw\n\n#putin #russia #un #news #nwo", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 1, + "created": "2016-08-03T22:10:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=sGeuevcHYpw\"]}", + "last_payout": "2016-09-03T10:20:00", + "last_update": "2016-08-03T22:10:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2847640430, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016", + "post_id": 435994, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PUTIN exposes USA about the NEW WORLD ORDER at UN Meeting 2016", + "title": "PUTIN exposes USA about the NEW WORLD ORDER at UN Meeting 2016", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016" + }, + "entry_id": 513, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "435023172", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2725768", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1230649", + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49277656", + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Co5Vbc2UAAAfqCx.jpg\n\nWooden pallets stacked with euros, Swiss francs and other currencies were flown on unmarked cargo plane... \n\nhttp://www.wsj.com/articles/u-s-sent-cash-to-iran-as-americans-were-freed-1470181874\n\n#iran #ransom #illuminati #bilderberg #group", + "body_length": 288, + "cashout_time": "1969-12-31T23:59:59", + "category": "iran", + "children": 2, + "created": "2016-08-03T01:29:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"iran\",\"ransom\",\"illuminati\",\"bilderberg\",\"group\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/Co5Vbc2UAAAfqCx.jpg\"]}", + "last_payout": "2016-09-02T13:58:18", + "last_update": "2016-08-03T01:29:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 488257245, + "parent_author": "", + "parent_permlink": "iran", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed", + "post_id": 420702, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "OBAMA SENT $400 MILLION CASH TO IRAN AS AMERICAN PRISONERS FREED", + "title": "OBAMA SENT $400 MILLION CASH TO IRAN AS AMERICAN PRISONERS FREED", + "total_payout_value": "0.000 HBD", + "url": "/iran/@cryptocurrency1/obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed" + }, + "entry_id": 512, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=uIhrgLkTelI\n\n#wikileaks #julian #assange #illuminati #news", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 0, + "created": "2016-08-02T20:03:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=uIhrgLkTelI\"]}", + "last_payout": "2016-09-02T08:03:30", + "last_update": "2016-08-02T20:03:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "illuminati-orders-elimination-of-julian-assange-wikileaks", + "post_id": 416327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ILLUMINATI ORDERS ELIMINATION OF JULIAN ASSANGE + WIKILEAKS!", + "title": "ILLUMINATI ORDERS ELIMINATION OF JULIAN ASSANGE + WIKILEAKS!", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/illuminati-orders-elimination-of-julian-assange-wikileaks" + }, + "entry_id": 511, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2725768", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1243607", + "voter": "amboyst" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Donald Trump said we're running against a \"rigged system\" and \"dishonest machine\" at a campaign rally Tuesday in Ashburn, Virginia.\n\nhttp://www.realclearpolitics.com/video/2016/08/02/trump_were_running_against_a_rigged_press.html\n\n#news #politics #rigged #fraud #illuminati", + "body_length": 273, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-02T18:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"politics\",\"rigged\",\"fraud\",\"illuminati\"],\"links\":[\"http:\\/\\/www.realclearpolitics.com\\/video\\/2016\\/08\\/02\\/trump_were_running_against_a_rigged_press.html\"]}", + "last_payout": "2016-09-02T06:34:42", + "last_update": "2016-08-02T18:33:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3969375, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-we-re-running-against-a-rigged-press", + "post_id": 415024, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump: \"We're Running Against a Rigged Press\"", + "title": "Trump: \"We're Running Against a Rigged Press\"", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-we-re-running-against-a-rigged-press" + }, + "entry_id": 510, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2038140550", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85798962", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2725768", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1277307", + "voter": "countrytalented" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "A poop-themed restaurant is about to break wind in Toronto\nhttp://www.usatoday.com/story/news/nation-now/2016/08/01/poop-themed-restaurant-break-wind-toronto/87917680/\n\nhttps://pbs.twimg.com/media/CoVoJZZXgAASiAm.jpg\n\n#poop #restaurant #food #dining #illuminati", + "body_length": 261, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "created": "2016-08-02T05:16:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"http:\\/\\/www.usatoday.com\\/story\\/news\\/nation-now\\/2016\\/08\\/01\\/poop-themed-restaurant-break-wind-toronto\\/87917680\\/\"]}", + "last_payout": "2016-09-01T17:57:39", + "last_update": "2016-08-02T05:16:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2127942587, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "post_id": 405085, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children" + }, + "entry_id": 509, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2725768", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1633409", + "voter": "abctrade" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://nypost.com/2016/08/01/warren-buffett-joins-the-billionaires-for-hillary-club/\n\nhttps://thenypost.files.wordpress.com/2016/08/warrenhills.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\n#billionaires #hillary #clinton #terrorist #terrorism #us #america #election #fraud #scam #illuminati #news", + "body_length": 296, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-02T01:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http:\\/\\/nypost.com\\/2016\\/08\\/01\\/warren-buffett-joins-the-billionaires-for-hillary-club\\/\"]}", + "last_payout": "2016-09-01T13:20:57", + "last_update": "2016-08-02T01:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4359177, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton", + "post_id": 402484, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines support Hillary Clinton", + "title": "The 13 inbred Terrorist European Bloodlines support Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton" + }, + "entry_id": 508, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2244313436", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220372673", + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4859422035", + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2725768", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1316967", + "voter": "rickydevil" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn.images.express.co.uk/img/dynamic/78/590x/Merkel-695580.jpg\n\n\u2018Germans have had enough of this\u2019 Polish experts blast Merkel & claim Europe \u2018is dead\u2019\nhttp://www.express.co.uk/news/world/695580/Angela-Merkel-open-door-Poland-Germans-migrant-crisis-Europe-dead-Jacek-Wrona\n\n#europe #european #german #germany", + "body_length": 314, + "cashout_time": "1969-12-31T23:59:59", + "category": "europe", + "children": 1, + "created": "2016-08-01T23:55:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"europe\"],\"image\":[\"http:\\/\\/cdn.images.express.co.uk\\/img\\/dynamic\\/78\\/590x\\/Merkel-695580.jpg\"]}", + "last_payout": "2016-09-01T12:01:57", + "last_update": "2016-08-01T23:55:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7328150879, + "parent_author": "", + "parent_permlink": "europe", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "europe-is-dead", + "post_id": 401450, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Europe \u2018is dead\u2019", + "title": "Europe \u2018is dead\u2019", + "total_payout_value": "0.000 HBD", + "url": "/europe/@cryptocurrency1/europe-is-dead" + }, + "entry_id": 507, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56175752", + "voter": "jessicca" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1633409", + "voter": "abctrade" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=nR_RsXvtV_M\n\n#news #flood", + "body_length": 57, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-01T04:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=nR_RsXvtV_M\"]}", + "last_payout": "2016-08-31T17:04:18", + "last_update": "2016-08-01T04:59:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60322625, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "woman-trapped-in-car-during-flash-flood", + "post_id": 385037, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Woman trapped in car during flash flood", + "title": "Woman trapped in car during flash flood", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/woman-trapped-in-car-during-flash-flood" + }, + "entry_id": 506, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3585842416", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14253982268", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243345592", + "voter": "eduardf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235668384", + "voter": "complexity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173599827", + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "752490047", + "voter": "komolova19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12113295639", + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62617873", + "voter": "gek70rus" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1230649", + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Clinton Foundation, State and Kremlin Connections\nWhy did Hillary\u2019s State Department urge U.S. investors to fund Russian research for military uses?\n\nhttps://si.wsj.net/public/resources/images/BN-PE346_schwei_M_20160729151122.jpg\n\nhttp://www.wsj.com/articles/the-clinton-foundation-state-and-kremlin-connections-1469997195\n\n#clinton #foundation #kremlin", + "body_length": 357, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 2, + "created": "2016-08-01T04:38:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"image\":[\"https:\\/\\/si.wsj.net\\/public\\/resources\\/images\\/BN-PE346_schwei_M_20160729151122.jpg\"]}", + "last_payout": "2016-08-31T17:16:45", + "last_update": "2016-08-01T04:38:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31424586159, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-clinton-foundation-state-and-kremlin-connections", + "post_id": 384824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Clinton Foundation, State and Kremlin Connections", + "title": "The Clinton Foundation, State and Kremlin Connections", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/the-clinton-foundation-state-and-kremlin-connections" + }, + "entry_id": 505, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1243607", + "voter": "amboyst" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GjdGWlmlxx8\n\n#dangerous #rides", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "rides", + "children": 1, + "created": "2016-08-01T01:28:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"rides\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=GjdGWlmlxx8\"]}", + "last_payout": "2016-08-31T13:36:24", + "last_update": "2016-08-01T01:28:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3757071, + "parent_author": "", + "parent_permlink": "rides", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-dangerous-rides-people-have-actually-died-from", + "post_id": 382598, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Dangerous Rides People Have Actually Died From!", + "title": "10 Dangerous Rides People Have Actually Died From!", + "total_payout_value": "0.000 HBD", + "url": "/rides/@cryptocurrency1/10-dangerous-rides-people-have-actually-died-from" + }, + "entry_id": 504, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1277307", + "voter": "countrytalented" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=th-LBsT7Ly8\n\n#sandy #hook #illuminati #evil #jews #zionist", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-07-31T23:40:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=th-LBsT7Ly8\"]}", + "last_payout": "2016-08-31T11:41:51", + "last_update": "2016-07-31T23:40:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3790771, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sandy-hook-s-usd50-million-dollar-relaunch", + "post_id": 381276, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SANDY HOOK'S $50 MILLION DOLLAR RELAUNCH!!!", + "title": "SANDY HOOK'S $50 MILLION DOLLAR RELAUNCH!!!", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/sandy-hook-s-usd50-million-dollar-relaunch" + }, + "entry_id": 503, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": 0, + "rshares": "1265154", + "voter": "gaspot" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6qF_fzEI4wU\n\n#skydiver #parachute #sports", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "sports", + "children": 1, + "created": "2016-07-31T19:45:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sports\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=6qF_fzEI4wU\"]}", + "last_payout": "2016-08-31T07:46:39", + "last_update": "2016-07-31T19:45:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1265154, + "parent_author": "", + "parent_permlink": "sports", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "skydiver-luke-aikins-jumps-25000-feet-without-parachute", + "post_id": 377467, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Skydiver Luke Aikins jumps 25000 feet without parachute", + "title": "Skydiver Luke Aikins jumps 25000 feet without parachute", + "total_payout_value": "0.000 HBD", + "url": "/sports/@cryptocurrency1/skydiver-luke-aikins-jumps-25000-feet-without-parachute" + }, + "entry_id": 502, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "62256001", + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1230649", + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52850003", + "voter": "drugsteem" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fy1Mg8rlFsU\n\n#hillary #clinton #donald #trump #us #election #scam #fraud #rigged #news", + "body_length": 118, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-31T07:56:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=fy1Mg8rlFsU\"]}", + "last_payout": "2016-08-30T20:06:36", + "last_update": "2016-07-31T07:56:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 118850117, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "alex-jones-emergency-message-to-donald-trump", + "post_id": 368244, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Alex Jones emergency message to Donald Trump", + "title": "Alex Jones emergency message to Donald Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/alex-jones-emergency-message-to-donald-trump" + }, + "entry_id": 501, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63461972", + "voter": "etherguy" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1227146", + "voter": "feeltheblade" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn.moneycrashers.com/wp-content/uploads/2008/04/lottery-balls-cash.jpg\n\nhttps://www.washingtonpost.com/news/post-nation/wp/2016/01/09/the-company-that-runs-powerball-had-a-16-5-million-jackpot-rigged-by-a-former-employee/?utm_term=.7f1072058e0c\n\n#lottery #tickets #gambling #money #scam #fraud #lotto #games #rigged #gematria", + "body_length": 333, + "cashout_time": "1969-12-31T23:59:59", + "category": "gambling", + "children": 2, + "created": "2016-07-31T05:30:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gambling\"],\"image\":[\"http:\\/\\/cdn.moneycrashers.com\\/wp-content\\/uploads\\/2008\\/04\\/lottery-balls-cash.jpg\"]}", + "last_payout": "2016-08-30T17:45:39", + "last_update": "2016-07-31T05:30:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67202582, + "parent_author": "", + "parent_permlink": "gambling", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria", + "post_id": 367389, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "We all know that the lottery is rigged, but do you think the winning numbers have anything to do with Gematria?", + "title": "We all know that the lottery is rigged, but do you think the winning numbers have anything to do with Gematria?", + "total_payout_value": "0.000 HBD", + "url": "/gambling/@cryptocurrency1/we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria" + }, + "entry_id": 500, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Pv-KRj9XxXc\n\n#actors #stunts", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "actors", + "children": 0, + "created": "2016-07-31T04:44:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"actors\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Pv-KRj9XxXc\"]}", + "last_payout": "2016-08-30T16:46:33", + "last_update": "2016-07-31T04:44:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2513464, + "parent_author": "", + "parent_permlink": "actors", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-10-actors-who-do-their-own-stunts", + "post_id": 367103, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Actors Who Do Their Own Stunts", + "title": "Top 10 Actors Who Do Their Own Stunts", + "total_payout_value": "0.000 HBD", + "url": "/actors/@cryptocurrency1/top-10-actors-who-do-their-own-stunts" + }, + "entry_id": 499, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zNinW4LsV4U\n\n#donald #trump #koch #brothers", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-31T04:33:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=zNinW4LsV4U\"]}", + "last_payout": "2016-08-30T16:41:06", + "last_update": "2016-07-31T04:33:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2513464, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign", + "post_id": 366995, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Billionaires Beg Koch Brothers To Pour Money Into Trump Campaign", + "title": "Billionaires Beg Koch Brothers To Pour Money Into Trump Campaign", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign" + }, + "entry_id": 498, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1231439", + "voter": "redddet" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.washingtonpost.com/local/education/an-after-school-satan-club-could-be-coming-to-your-kids-elementary-school/2016/07/30/63f485e6-5427-11e6-88eb-7dda4e2f2aec_story.html\n\nhttps://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2016/07/26/Others/Images/2016-07-26/AfterSchoolSatan_051469542506.jpg?uuid=Y9YIklM7Eea2UjFa5dTU3Q\n\n#satanist #satan #devil #666 #illuminati #bilderberg #group #nwo", + "body_length": 415, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 1, + "created": "2016-07-31T03:37:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.washingtonpost.com\\/local\\/education\\/an-after-school-satan-club-could-be-coming-to-your-kids-elementary-school\\/2016\\/07\\/30\\/63f485e6-5427-11e6-88eb-7dda4e2f2aec_story.html\"]}", + "last_payout": "2016-08-30T15:39:30", + "last_update": "2016-07-31T03:37:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3744903, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school", + "post_id": 366484, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An After School Satan Club could be coming to your kid\u2019s elementary school", + "title": "An After School Satan Club could be coming to your kid\u2019s elementary school", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school" + }, + "entry_id": 497, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4747055506", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "570148131", + "voter": "jillstein2016" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1237709", + "voter": "curls4life" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/news/2016/07/30/disney-florida-GETTY-TRAVEL-xlarge-large_trans++EDjTm7JpzhSGR1_8ApEWQA1vLvhkMtVb21dMmpQBfEs.jpg\n\nApproximately 50,000 British holidaymakers currently in Florida should avoid unprotected sex for the rest of the summer holidays because of the risk from Zika virus, according to Government advice.\n\n#british #ban #sex #zika #virus #florida", + "body_length": 391, + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 2, + "created": "2016-07-31T01:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"zika\"],\"image\":[\"http:\\/\\/www.telegraph.co.uk\\/content\\/dam\\/news\\/2016\\/07\\/30\\/disney-florida-GETTY-TRAVEL-xlarge-large_trans++EDjTm7JpzhSGR1_8ApEWQA1vLvhkMtVb21dMmpQBfEs.jpg\"]}", + "last_payout": "2016-08-30T13:57:15", + "last_update": "2016-07-31T01:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5320954810, + "parent_author": "", + "parent_permlink": "zika", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "post_id": 365406, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sex ban recommended for British tourists in Florida after Zika outbreak", + "title": "Sex ban recommended for British tourists in Florida after Zika outbreak", + "total_payout_value": "0.000 HBD", + "url": "/zika/@cryptocurrency1/sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak" + }, + "entry_id": 496, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2241391471", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "443448546", + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Here's an earlier post predicting the price of steem coin.\nhttps://steemit.com/steem/@cryptocurrency1/price-of-steem-coin-will-plummet-because-of-open-source\n\nHere's what I think:\nThe whales are slowly dumping their coins to exit Steem.\n\n#steem #steemit #coin #cryptocurrency", + "body_length": 275, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-31T01:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@cryptocurrency1\\/price-of-steem-coin-will-plummet-because-of-open-source\"]}", + "last_payout": "2016-08-30T13:16:36", + "last_update": "2016-07-31T01:09:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2687353481, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-was-right-on-steem-coin-price-prediction", + "post_id": 364957, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I was right on Steem coin price prediction", + "title": "I was right on Steem coin price prediction", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/i-was-right-on-steem-coin-price-prediction" + }, + "entry_id": 495, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1061179956", + "voter": "ale000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "356957825", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "380098754", + "voter": "jillstein2016" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1222338", + "voter": "silvesterstay" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://s.yimg.com/ny/api/res/1.2/o42AADZ3eSkUlTOrCZt89A--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY3MA--/http://media.zenfs.com/en_us/News/afp.com/b044dc0dc5bc07bb96ed6922fc2c9070b41f9238.jpg\n\nPeople walk past a mural of US presidential nominee Hillary Clinton clad in a swimsuit, created by street artist Lushsux, in West Footscray, Melbourne on July 30, 2016\nPeople walk past a mural of US presidential nominee Hillary Clinton clad in a swimsuit, created by street artist Lushsux, in West Footscray, Melbourne on July 30, 2016 (AFP Photo/Paul Crock)\n\nhttps://www.yahoo.com/news/swimsuit-mural-hillary-clinton-creates-stir-australia-072457596.html\n\n#hillary #clinton #vote #voting #us #america #election", + "body_length": 707, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 1, + "created": "2016-07-31T01:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"image\":[\"https:\\/\\/s.yimg.com\\/ny\\/api\\/res\\/1.2\\/o42AADZ3eSkUlTOrCZt89A--\\/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY3MA--\\/http:\\/\\/media.zenfs.com\\/en_us\\/News\\/afp.com\\/b044dc0dc5bc07bb96ed6922fc2c9070b41f9238.jpg\"]}", + "last_payout": "2016-08-30T13:11:27", + "last_update": "2016-07-31T01:02:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1801972337, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinto-swimsuit-calendar-edition", + "post_id": 364873, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinto swimsuit calendar edition", + "title": "Hillary Clinto swimsuit calendar edition", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/hillary-clinto-swimsuit-calendar-edition" + }, + "entry_id": 494, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5677629071", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1439816338", + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2513464", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "198298972", + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "641757710", + "voter": "loveangel" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Here's a compiled list of websites that are useful and related to Steem\n\nhttps://www.steemimg.com/\n(This site let you upload and share Steem images)\n\nhttp://steemwhales.com/\n(Rankings for Steemit)\n\nhttp://www.steemdollar.com/\n(Steem Dollar Ticker & Conversion. Showing you the \"real\" Steem Dollar value calculated with the latest exchange values.)\n\nhttp://www.steemis.com/\n(Streams of Steemit contents such as: posts, comments, activities)\n\nhttps://steemle.com/\n\nhttp://www.markdowntutorial.com/lesson/1/\n(markdown tutorials)\n\nhttps://steemit.com/~witnesses\n(list of Steemit witnesses)\n\nhttp://i2.wp.com/www.writeawriting.com/wp-content/uploads/2014/07/white-exclamation-mark.png?resize=300%2C260\n\n#steem #steemit #cryptocurrency", + "body_length": 729, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-30T18:22:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.steemimg.com\\/\"]}", + "last_payout": "2016-08-30T06:41:48", + "last_update": "2016-07-30T18:22:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7960015555, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-resources", + "post_id": 358361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem resources", + "title": "Steem resources", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-resources" + }, + "entry_id": 493, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "46171859", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104281274", + "voter": "justalazystudent" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1225873", + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thousands to gather in towns and cities across Germany today at 3pm\nThey are calling for her resignation over open door immigration policy\nComes after four brutal attacks leaving nearly a dozen dead in one week\nThree of the attackers were among 1.1million who entered as refugees \n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36BA9BE500000578-3715877-image-a-61_1469893206052.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36BA9BED00000578-3715877-image-a-62_1469893224424.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36B9A20700000578-3715877-image-a-58_1469892525283.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36B9A34500000578-3715877-image-a-57_1469892502736.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/12/3688920900000578-0-image-a-3_1469876746723.jpg\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3715877/Thousands-German-protesters-prepare-streets-Merkel-demonstration-against-Premier-s-immigration-policies-say-caused-terror-attacks.html#ixzz4Fum19reW \n\n#german #germany #refugee", + "body_length": 1011, + "cashout_time": "1969-12-31T23:59:59", + "category": "germany", + "children": 2, + "created": "2016-07-30T17:38:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"germany\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/30\\/16\\/36BA9BE500000578-3715877-image-a-61_1469893206052.jpg\"]}", + "last_payout": "2016-08-30T05:45:54", + "last_update": "2016-07-30T17:38:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151679006, + "parent_author": "", + "parent_permlink": "germany", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door", + "post_id": 357526, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thousands of German protesters take to the streets saying she 'Must Go' and a key coalition ally withdraws support to open-door immigration policy after terror attacks", + "title": "Thousands of German protesters take to the streets saying she 'Must Go' and a key coalition ally withdraws support to open-door immigration policy after terror attacks", + "total_payout_value": "0.000 HBD", + "url": "/germany/@cryptocurrency1/thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door" + }, + "entry_id": 492, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": 0, + "rshares": "1222338", + "voter": "silvesterstay" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Secret Illuminati gang signs EXPOSED!\nhttps://www.youtube.com/watch?v=dOC7pqZ2ON4\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fwww.bibliotecapleyades.net%2Fsociopolitica%2Fcodex_magica%2Fimages%2Facodex_64.jpg&t=567&c=Htr-YUzmMQ44qQ\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fi1.wp.com%2Folivetjournal.com%2Fwp-content%2Fuploads%2F2014%2F03%2FHandSignChart.orig_.jpg%3Fresize%3D500%252C653&t=567&c=phfryokk4U9yXA\n\nhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2F736x%2F49%2Ff8%2F11%2F49f811a368c0e081edaca6a27958c363.jpg&t=567&c=78LOP9HrV6zUDw\n\n#illuminati #masonic #mason #freemason #bilderberg #group #news", + "body_length": 635, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-07-30T01:34:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=dOC7pqZ2ON4\"]}", + "last_payout": "2016-08-29T13:34:45", + "last_update": "2016-07-30T01:34:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1222338, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "illuminati-gang-signs", + "post_id": 345457, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati gang signs", + "title": "Illuminati gang signs", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/illuminati-gang-signs" + }, + "entry_id": 491, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "230770109117", + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1228658", + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Islamic terrorists hoax revealed\nhttps://www.youtube.com/watch?v=-bvuZO8D6dg\n\n#zionist #jews #islamic #terrorist #hoax #secrets #news #religion", + "body_length": 143, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-30T01:12:36", + "curator_payout_value": "0.008 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-bvuZO8D6dg\"]}", + "last_payout": "2016-08-29T13:47:09", + "last_update": "2016-07-30T01:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 230773847625, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "islamic-terrorists-hoax-revealed", + "post_id": 345230, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Islamic terrorists hoax revealed", + "title": "Islamic terrorists hoax revealed", + "total_payout_value": "0.035 HBD", + "url": "/news/@cryptocurrency1/islamic-terrorists-hoax-revealed" + }, + "entry_id": 490, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=3sGSZ8hvtmg\n\n#politic", + "body_length": 53, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-30T00:59:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=3sGSZ8hvtmg\"]}", + "last_payout": "2016-08-29T13:01:51", + "last_update": "2016-07-30T00:59:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2509850, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is", + "post_id": 345124, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Major Secret Crisis Has Just Unleashed! You'll Never Guess What It Is!", + "title": "A Major Secret Crisis Has Just Unleashed! You'll Never Guess What It Is!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is" + }, + "entry_id": 489, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6452547926", + "voter": "piranhax" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101841560670", + "voter": "conspiracy-guy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "811164849", + "voter": "bagogong" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://d38zt8ehae1tnt.cloudfront.net/images/news/700_703218f8a38129d66a94750cc9880c97.jpg?v=1469835401\n\nIn a shocking twist in the Sandy Hook saga, film maker and author William Brandon Shanley decided pursued a number of lawsuits in excess of more than $1 Trillion against the mainstream media and government in 2014. Shortly after, he was framed and thrown in jail. Now he\u2019s out and refiling those lawsuits, albeit sightly fearful for his life. \n\nREAD MORE: http://www.disclose.tv/news/lawsuit_filed_against_government_and_media_for_staging_sandy_hook/133618?utm_medium=email&utm_campaign=daily-2016-07-29&utm_source=email\n\n#sandy #hook #school #lawsuit", + "body_length": 655, + "cashout_time": "1969-12-31T23:59:59", + "category": "school", + "children": 1, + "created": "2016-07-30T00:04:27", + "curator_payout_value": "0.002 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"school\"],\"image\":[\"http:\\/\\/d38zt8ehae1tnt.cloudfront.net\\/images\\/news\\/700_703218f8a38129d66a94750cc9880c97.jpg?v=1469835401\"]}", + "last_payout": "2016-08-29T12:30:12", + "last_update": "2016-07-30T00:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109105273445, + "parent_author": "", + "parent_permlink": "school", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lawsuit-filed-against-government-and-media-for-staging-sandy-hook", + "post_id": 344663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "LAWSUIT FILED AGAINST GOVERNMENT AND MEDIA FOR STAGING SANDY HOOK", + "title": "LAWSUIT FILED AGAINST GOVERNMENT AND MEDIA FOR STAGING SANDY HOOK", + "total_payout_value": "0.022 HBD", + "url": "/school/@cryptocurrency1/lawsuit-filed-against-government-and-media-for-staging-sandy-hook" + }, + "entry_id": 488, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1248087", + "voter": "corax" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "reply with your thoughts below . . .\n\n#question #riddle #chicken #egg #games #fun", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "question", + "children": 4, + "created": "2016-07-29T18:21:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"question\"]}", + "last_payout": "2016-08-29T06:22:03", + "last_update": "2016-07-29T18:21:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1248087, + "parent_author": "", + "parent_permlink": "question", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "which-one-do-you-think-comes-first-the-chicken-or-the-egg", + "post_id": 339750, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Which one do you think comes first? The chicken or the Egg?", + "title": "Which one do you think comes first? The chicken or the Egg?", + "total_payout_value": "0.000 HBD", + "url": "/question/@cryptocurrency1/which-one-do-you-think-comes-first-the-chicken-or-the-egg" + }, + "entry_id": 487, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "126077915", + "voter": "sarancha80" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53112377", + "voter": "captainamerica" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.cnn.com/2016/07/29/us/flint-water-crisis-charges/\n\nhttp://i2.cdn.turner.com/cnnnext/dam/assets/160420165412-flint-water-crisis-charges-composite-medium-plus-169.jpg\n\n#flint #water", + "body_length": 190, + "cashout_time": "1969-12-31T23:59:59", + "category": "flint", + "children": 0, + "created": "2016-07-29T18:14:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"flint\"],\"links\":[\"http:\\/\\/www.cnn.com\\/2016\\/07\\/29\\/us\\/flint-water-crisis-charges\\/\"]}", + "last_payout": "2016-08-29T06:37:21", + "last_update": "2016-07-29T18:14:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 181700142, + "parent_author": "", + "parent_permlink": "flint", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "flint-water-crisis-new-criminal-charges-are-brought", + "post_id": 339651, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Flint water crisis: New criminal charges are brought", + "title": "Flint water crisis: New criminal charges are brought", + "total_payout_value": "0.000 HBD", + "url": "/flint/@cryptocurrency1/flint-water-crisis-new-criminal-charges-are-brought" + }, + "entry_id": 486, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "256674248", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3744263", + "voter": "corax" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The numbers of the 13 inbred terrorist European Bloodlines fled America increased tremendously since the year 2015. They are fleeing America in mass after finding out American Patriots Militia Groups launched full scale campaign all over the USA hunting to kill those grandchildren & children of those 13 inbred terrorist European Bloodlines from the youngest to the elders to end their legacy.\n\nhttp://www.washingtonexaminer.com/americans-renouncing-citizenship-near-record-highs/article/2598074\n\nhttp://www.italy.army.mil/_images/sites/passport.jpg\n\n#us #american #passports #inbred #news #illuminati #bilderberg #group #fraud #scam #citizenship #immigration", + "body_length": 660, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-29T12:31:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http:\\/\\/www.washingtonexaminer.com\\/americans-renouncing-citizenship-near-record-highs\\/article\\/2598074\"]}", + "last_payout": "2016-08-29T00:34:57", + "last_update": "2016-07-29T12:31:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260418511, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america", + "post_id": 333327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive amount of the 13 inbred Terrorist European Bloodlines fleeing America.", + "title": "Massive amount of the 13 inbred Terrorist European Bloodlines fleeing America.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america" + }, + "entry_id": 485, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "3315494", + "voter": "rapp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219290737", + "voter": "davidsanchez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99733228", + "voter": "zviad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4992351", + "voter": "corax" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-64055929", + "voter": "fingolfin" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "We all know that Isis and al qaeda is created by the U.S. Government.\nPeople fear the U.S. Government sending ISIS to drop bomb using drones.\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000246483106.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1519921/fears-isis-could-use-drones-for-terror-bombings-in-britain-as-government-reveals-they-do-same-in-syria-and-iraq/\n\n#drones #us #government #usa #fraud #scam #illuminati #bilderberg #created #isis #al #qaeda", + "body_length": 474, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 1, + "created": "2016-07-29T12:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/nintchdbpict000246483106.jpg?w=960\"]}", + "last_payout": "2016-08-29T00:32:06", + "last_update": "2016-07-29T12:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 265785731, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones", + "post_id": 333225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "People fear the U.S. Government sending ISIS to drop bomb using drones", + "title": "People fear the U.S. Government sending ISIS to drop bomb using drones", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones" + }, + "entry_id": 484, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3859730044", + "voter": "christoryan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=uQCQECpRyqw\n\n#brexit #steemit #steem", + "body_length": 68, + "cashout_time": "1969-12-31T23:59:59", + "category": "brexit", + "children": 0, + "created": "2016-07-29T03:37:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brexit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=uQCQECpRyqw\"]}", + "last_payout": "2016-08-28T16:57:54", + "last_update": "2016-07-29T03:37:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3859730044, + "parent_author": "", + "parent_permlink": "brexit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "this-is-how-we-take-america-back", + "post_id": 327174, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Is How We Take America Back!", + "title": "This Is How We Take America Back!", + "total_payout_value": "0.000 HBD", + "url": "/brexit/@cryptocurrency1/this-is-how-we-take-america-back" + }, + "entry_id": 483, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GFw03C4l5UY\n\n#drones #war #crime #us #america #usa #fraud #scam", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "drones", + "children": 1, + "created": "2016-07-29T02:20:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drones\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=GFw03C4l5UY\"]}", + "last_payout": "2016-08-28T14:21:12", + "last_update": "2016-07-29T02:20:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2509850, + "parent_author": "", + "parent_permlink": "drones", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-type-of-war-crime-that-s-going-unpunished", + "post_id": 326380, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New type of war crime that's going unpunished", + "title": "New type of war crime that's going unpunished", + "total_payout_value": "0.000 HBD", + "url": "/drones/@cryptocurrency1/new-type-of-war-crime-that-s-going-unpunished" + }, + "entry_id": 482, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38147891", + "voter": "bestmalik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31066096", + "voter": "isaackola" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "July 28, 2016\n\nFederal Court Orders Israeli Web-based Firms, Vault Options, Ltd. and Global Trader 365, to Pay More than $4.5 Million for Unlawful Off-Exchange Binary Options Trading, Fraud, and Registration Violations\n\nhttp://www.forexpeacearmy.com/community/threads/guilty-a-us-federal-court-find-two-binary-brokers-guilty-of-fraud-and-more.46436/?utm_source=MadMimi&utm_medium=email&utm_content=Two+binary+scam+brokers+found+guilty+in+US+Federal+court&utm_campaign=20160728_m133207871_Custom+NEW+HTML+Mailer+Template+-+DO+NOT+DELETE&utm_term=http_3A_2F_2Fwww_forexpeacearmy_com_2Fcommunity_2Fthreads_2Fguilty-a-us-federal-court-find-two-binar\n\n#forex #binary #options #israel #israeli", + "body_length": 687, + "cashout_time": "1969-12-31T23:59:59", + "category": "israel", + "children": 0, + "created": "2016-07-29T02:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\"],\"links\":[\"http:\\/\\/www.forexpeacearmy.com\\/community\\/threads\\/guilty-a-us-federal-court-find-two-binary-brokers-guilty-of-fraud-and-more.46436\\/?utm_source=MadMimi&utm_medium=email&utm_content=Two+binary+scam+brokers+found+guilty+in+US+Federal+court&utm_campaign=20160728_m133207871_Custom+NEW+HTML+Mailer+Template+-+DO+NOT+DELETE&utm_term=http_3A_2F_2Fwww_forexpeacearmy_com_2Fcommunity_2Fthreads_2Fguilty-a-us-federal-court-find-two-binar\"]}", + "last_payout": "2016-08-28T14:07:12", + "last_update": "2016-07-29T02:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71723837, + "parent_author": "", + "parent_permlink": "israel", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "israeli-company-caught-running-scam-binary-options", + "post_id": 326227, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Israeli company caught running scam binary options", + "title": "Israeli company caught running scam binary options", + "total_payout_value": "0.000 HBD", + "url": "/israel/@cryptocurrency1/israeli-company-caught-running-scam-binary-options" + }, + "entry_id": 481, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57070038672", + "voter": "juanmiguelsalas" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "56519353", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92748764", + "voter": "yarly11" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "4255479", + "voter": "emilyelizabeth" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "55439467", + "voter": "weenis" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1277435", + "voter": "steemitlove" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1282218", + "voter": "steemlove" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "2846658", + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32360517", + "voter": "isaackola" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1237709", + "voter": "curls4life" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236422", + "voter": "alniskobs" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236413", + "voter": "amboyst" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236404", + "voter": "cheremet" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236335", + "voter": "anarchypory" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236301", + "voter": "angevel" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1236295", + "voter": "backetri" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1559938", + "voter": "chonesta" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234186", + "voter": "countrytalented" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234178", + "voter": "cozyone123" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234164", + "voter": "crumaner" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234153", + "voter": "daysaiyan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234104", + "voter": "daysmega" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234097", + "voter": "daysmega1421" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234087", + "voter": "dotersvilic" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1234073", + "voter": "eternalabove" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228844", + "voter": "sugarfromhell" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228835", + "voter": "gaspot" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228825", + "voter": "forgetthefallen" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228817", + "voter": "eleiminer" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228746", + "voter": "etccrap" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1552371", + "voter": "abctrade" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228697", + "voter": "yandra86" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228680", + "voter": "hxclife" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228671", + "voter": "rottennasty" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1228658", + "voter": "bignastywhale" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219939", + "voter": "feeltheblade" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219916", + "voter": "silvesterstay" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219903", + "voter": "joujou666" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219891", + "voter": "praisenoone" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219879", + "voter": "rickydevil" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219869", + "voter": "softpunk" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219858", + "voter": "redddet" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219843", + "voter": "catirabella" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219834", + "voter": "redredwinewine" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1219824", + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "What do you think about that?\n\n#steem #steemit #upvote", + "body_length": 54, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "created": "2016-07-29T01:35:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T13:44:57", + "last_update": "2016-07-29T01:35:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57361667322, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money", + "post_id": 325857, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "According to Steem system, in order for your vote to be worth something you must have money", + "title": "According to Steem system, in order for your vote to be worth something you must have money", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money" + }, + "entry_id": 480, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "318815778", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Colorado seceding from the terrorist organization illuminati (Bilderberg Group) also known as the U.S.A.\n\nhttps://www.youtube.com/watch?v=JdRIDCQ9y-8&feature=c4-overview-vl&list=PLKkSfhYk-XBip3ohjp2vBNJ18zVsoL7Lz\n\nThe Devil worshipers cult illuminati Rejects Petitions to Secede, but Texans Fight On\nhttp://www.nytimes.com/2013/01/16/us/politics/texas-secession-movement-unbowed-by-white-house-rejection.html?_r=0\n\n10 Movements to Secede from the United States\nhttp://www.cascadianow.org/about-cascadia/in-the-press/10-movements-to-secede-from-the-united-states/\n\nPetitions to secede are filed for 23 states since election\nhttp://www.washingtontimes.com/news/2012/nov/12/petitions-to-secede-are-filed-for-23-states-since-/?page=all\n\nVermont Passes Resolution To Secede From The US\nhttp://rense.com/general68/secede.htm\n\nColorado forming 51st state.\nhttp://news.yahoo.com/video/time-51st-state-colorado-thinks-092556153.html\n\nTen Colorado counties would like to ditch the rest of the state Colorado\nhttp://www.westword.com/2013-08-08/news/secession-of-colorado-counties/\n\nNorthern California County Board Votes For Secession From State\nhttp://sanfrancisco.cbslocal.com/2013/09/04/northern-california-county-board-votes-for-secession-from-state/\n\n5 Maryland counties want to seceed from the Devil worshipers cult illuminati (Bilderberg Group)\nhttp://www.youtube.com/watch?v=nxtkAFNGmYo\n\nModoc County joins Siskiyou in state of Jefferson bid for secession\nhttp://www.redding.com/news/2013/sep/24/modoc-county-joins-siskiyou-bid-secession/\n\nPlan to divide California into 6 states advances\nhttp://news.yahoo.com/plan-divide-california-6-states-advances-003356451.html?vp=1\n\nVote for secession of Alaska from the United States and joining Russia\nhttps://petitions.whitehouse.gov/petition/alaska-back-russia/SFG1ppfN\n\nRead more at:\nhttps://bitcointalk.org/index.php?topic=262225.0\n\n#news #illuminati #seceed #secession #states #us #america #bilderberg #group", + "body_length": 1952, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-07-28T22:48:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JdRIDCQ9y-8&feature=c4-overview-vl&list=PLKkSfhYk-XBip3ohjp2vBNJ18zVsoL7Lz\"]}", + "last_payout": "2016-08-28T10:50:57", + "last_update": "2016-07-28T22:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 318815778, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "states-seceding-from-the-terrorist-organization-u-s-a-incorporated", + "post_id": 323737, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "States seceding from the terrorist organization U.S.A. incorporated", + "title": "States seceding from the terrorist organization U.S.A. incorporated", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/states-seceding-from-the-terrorist-organization-u-s-a-incorporated" + }, + "entry_id": 479, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "557950358", + "voter": "frxdo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "442712797", + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "318815778", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The \"Ebola\" situation in Africa is the result of the 13 inbred European Bloodlines house training their inbred children & grandchildren to continue their evil satanic legacy. Without their legacy, the Luciferian elders of the 13 inbred European Bloodlines might as well line up in a single file to jump off a bridge, a cliff, a building, ect.. to commit suicide because they don't have a purpose for their existence. They only have one purpose for their existence and that is to properly house train their inbred children & grandchildren to continue their evil legacy. It's never about the money, they've captured the printer that print money. It's always about the legacy. Money is just a distraction. Their low level family members are the ones about the money.\n\nRealistically, a scam should only last for one life time. Their scams against humanity were able to last for centuries because they've been breeding and house training their evil children & grandchildren to continue their evil legacy.\n\nhttp://www.youtube.com/watch?v=YuSuitzp1kI\n\nUniversity Professor Says Ebola is a Genetically Modified, Lab-Made Virus\nhttp://www.infowars.com/university-professor-says-ebola-is-a-genetically-modified-lab-made-virus/\n\n-------------------------\nThese are the family 'last names' of 13 inbred terrorist European Bloodlines:\n(Throughout history, the 13 inbred terrorist European Bloodlines do not honor or value their last name. They might have changed their last names a few times to hide their identities and true evil agendas. They can only be track down through DNA and big wealth).\n\nRothschild (Bauer or Bower) - https://en.wikipedia.org/wiki/Rothschild_family\nCavendish (Kennedy) - https://en.wikipedia.org/wiki/House_of_Cavendish \nDe Medici - https://en.wikipedia.org/?title=House_of_Medici \nHanover - https://en.wikipedia.org/?title=Hanover \nHapsburg - https://en.wikipedia.org/wiki/House_of_Habsburg \nKrupp - https://en.wikipedia.org/?title=Krupp \nPlantagenet - https://en.wikipedia.org/?title=House_of_Plantagenet \nRockefeller - https://en.wikipedia.org/wiki/Rockefeller_family \nRomanov - https://en.wikipedia.org/wiki/House_of_Romanov \nSinclair (St. Clair) \nWarburg (del Banco) - https://en.wikipedia.org/wiki/Warburg_family \nWindsor (Saxe-Coburg-Gothe) - https://en.wikipedia.org/wiki/House_of_Windsor\n\n\n\n\n--------------------------\nRelated article:\nPrince Harry is a 'jackal' killing innocents\nhttp://www.telegraph.co.uk/news/worldnews/asia/afghanistan/9774538/Prince-Harry-is-a-jackal-killing-innocents-says-feared-Afghanistan-warlord.html\n\n13 inbred Luciferian European Bloodlines feeding people insects and mealworms\nhttps://bitcointalk.org/index.php?topic=612142\n\nOngoing Civil War in America (Full Coverage)\nhttps://bitcointalk.org/index.php?topic=179616.0\n\nIn order for the 13 terrorist European Bloodlines to better house train their inbred grandchildren & children to become luciferians, they've created a TV show called \"Golan the insatiable\". It's a TV show about a big fat naked evil man wearing nothing but a thong to house train a little girl to become his minion.\nhttp://www.hulu.com/watch/568835#i0,p0,s1,d0\n\nThis TV show is currently being broadcast nationwide all over the USA on FOX channel.\n\n\n----------------------------------\nRecently, my mind showed me a vision of how the Elders of the 13 inbred European Bloodlines (Devil worshipers cult) will indoctrinate you into their evil cult. They will replace a percentage of your blood type with similar blood type from one of their evil inbred children. This indoctrination process is how they will welcome you in as one of their biological family member. They've illustrated this to you through 'vampires' movies. In movies, in order for you to become a vampire, a vampire must feed you their blood.\n\nRemember, they are into perversion. One of their perversion is the twisted version of the Bible where as the Elders of the 13 inbred European Bloodlines become the symbol of God, and once you receive the blood transfusion you will become one of their inbred children. Hence the terms 'Brothers & Sisters' from the Bible.\n\nLow Rank member: They will drain about 10% of your blood, and replace it with about 10% blood from their evil inbred children. Of course, it must be same blood type as yours.\n\nMiddle Rank member will receive about 20% to 30% blood transfusion.\n\nHigh Rank member will receive about 50% to 60% of the blood transfusion.\n\n\n#news #inbred #european #bloodlines #illuminati #bilderberg #nwo", + "body_length": 4524, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T22:39:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http:\\/\\/www.youtube.com\\/watch?v=YuSuitzp1kI\"]}", + "last_payout": "2016-08-28T10:41:48", + "last_update": "2016-07-28T22:39:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1319478933, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "post_id": 323546, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children" + }, + "entry_id": 478, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "318815778", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.\n\nRecently, they've created a new puppet called \"Deez Nutz\" for president of the USA.\nhttps://bitcointalk.org/index.php?topic=1157573.0\n\n#america #us #usa #scam #fraud #vote #voting #election", + "body_length": 309, + "cashout_time": "1969-12-31T23:59:59", + "category": "america", + "children": 0, + "created": "2016-07-28T22:33:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"america\"],\"links\":[\"https:\\/\\/bitcointalk.org\\/index.php?topic=1157573.0\"]}", + "last_payout": "2016-08-28T10:38:45", + "last_update": "2016-07-28T22:33:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 318815778, + "parent_author": "", + "parent_permlink": "america", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people", + "post_id": 323445, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.", + "title": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.", + "total_payout_value": "0.000 HBD", + "url": "/america/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people" + }, + "entry_id": 477, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3236786131", + "voter": "innocent22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "332985368", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Declaration of Independence in the USA grant anyone born in America a divine right to Kill the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati to end their legacy.\n\nUN Gun Prohibition For US Citizens Begins Dec 24, 2014\nhttp://www.youtube.com/watch?v=HZm1sa6QobA\n\nHave you ever wonder to yourself why the 13 inbred Terrorist European Bloodlines listed on the Forbes Billionaire list are not indicted under the Mafia \"Rico Act\" ?\nWell, that's because they've captured and overthrew the Declaration of Independence 1776 and the U.S. Constitution.\n\nAmerican Patriots militia groups sent out loud and clear message nationwide:\n\n\"The Time To Kill these 13 inbred Terrorist European Bloodlines is NOW!!! Grab your guns and kill them all. Any cops, ATF agents, FBI agents confiscate firearms in the USA are to be executed immediately!\"\n\nWarriors class born in the USA must be given the right to fight to the death on the battlefield for America's independence. The entire USA is now an open battlefield. Their right to fight this ongoing Civil War in America is secured by the Declaration of Independence of 1776.\n\nThe 13 inbred Terrorist European Bloodlines have violated the Declaration of Independence of 1776. Ever since the 13 inbred Terrorist European Bloodlines captured America, they've created the U.S. Government as a joke to run scams on people all over the country.\n\n- The Ability for America to print and control it's own currency. [captured]\n- The Ability for America to collect taxes [captured] (taxes are now go to foreign governments)\n- U.S. Congress [captured]\n- U.S. Military [captured]\n- Department of Defense [captured]\n- Fraudulently promoting for profit private C-corps companies as government agencies. Those private C-corp companies are: FBI, IRS, Federal Reserve, CIA, NSA, DEA, DHS, U.S. Military.\n- many more . . .\n\nPROPOSED DECLARATION of War against Rothschild Khazarian Mafia\nhttp://www.veteranstoday.com/2015/05/08/proposed-declaration-of-war-against-the-rothschild-khazarian-mafia/\n\nAs of now, America is captured therefore all political powers are removed from U.S. Congress members, President, Vice President, ect... The Declaration of Independence of 1776 give all explicit political powers to Militia Groups.\n\nhttps://i.ytimg.com/vi/dv8GZ7LpoH8/hqdefault.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/02/16/13/3149027E00000578-0-image-a-6_1455631034367.jpg\n\nhttp://media.breitbart.com/media/2015/06/flag1.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2015/06/24/11/29E9EAA800000578-0-image-m-2_1435140728167.jpg\n\nThe American people don't respect the U.S. Flag from the private terrorist company USA incorporated.\nhttp://media.cmgdigital.com/shared/lt/lt_cache/thumbnail/615/img/photos/2015/04/24/2e/9e/IMG_1863.jpg\n\nhttp://cdn20.patch.com/users/83443/20160704/102732/styles/T600x450/public/article_images/flag_burn.png\n\nSince the U.S. Government has been illegally captured by the 13 inbred Terrorist European Bloodlines. All citizens born in the America now have the right to own guns without ever needing a permit from the fraudulent U.S. Federal Government. They only need to declare themselves militia. The federal gun registry law was created to lower America's defense and allow the 13 inbred terrorist European Bloodlines to illegally captured America free and clear.\n\nhttp://www.infowars.com/dod-training-manual-suggests-extremist-founding-fathers-would-not-be-welcome-in-todays-military/\nhttps://www.youtube.com/watch?v=UjZF5RrPAnE\n\nThe 13 inbred Terrorist European Bloodlines created the Patriot Act as a their way to rub it in the American Patriots Militia Groups face. That's their way of labeling the American Patriots as Domestic Terrorists.\nhttp://en.wikipedia.org/wiki/Patriot_Act\n\nCivil War in America\nhttps://www.youtube.com/watch?v=5wu8fjNr61Q\n\nUSA is a British Colony\nhttps://www.youtube.com/watch?v=AT6eodnYZGg\n(A war against the UK will commence after the Americans take back their country.)\n\nNuclear Warheads moving to Charleston, SC.\nMilitary React to Missing Nuclear Warheads\nhttp://www.youtube.com/watch?v=4ZVsqFaY3Rk\n\nRelated discussion thread:\nStates seceding from the terrorist organization illuminati (also known as the Bilderberg Group, the European Union 'you get the idea') U.S.A.\nhttps://bitcointalk.org/index.php?topic=262225.0\n\nUSA unable to keep its military force together\n'I didn't join Navy to fight for Al-Qaeda': US servicemen\nhttps://www.youtube.com/watch?v=tZ5mrm7dHP0\n\n13 inbred Terrorist European Bloodlines launched nationwide campaign to demonize the Tea Party.\nThe Tea Party is the symbol of 1776 Declaration of Independence.\n\nThe Tea Party was a symbol of victory over the 13 inbred Terrorist European Bloodlines in 1776. At that time, King George of the British regime was the demon's head of the 13 inbred Terrorist European Bloodlines. Today, according to the 13 inbred Terrorist European Bloodlines. The Tea Party must be extinct.\n\nAt first, the 13 inbred Terrorist European Bloodlines demonize the founding fathers of America. Now, they are launching a full scale campaign to shut down July 4th independence celebration. The celebration of July 4th independence is an act of terrorism. The idea of freedom in the USA is a crime against the British crown.\n\n\nU.S. Soldiers that disobey the Devil worshipers cult Illuminati are executed, they were given shameful deaths known as suicides.\nhttp://www.nydailynews.com/news/national/u-s-vets-commit-suicide-alarming-rate-study-article-1.1253900?localLinksEnabled=false&google_editors_picks=true\n\nFamily of Tea Party leader arrested in Senate race scandal plans lawsuit after apparent suicide\nhttp://www.kcentv.com/story/25896221/mississippi-tea-party-leader-tied-to-campaign-smear-dead-in-apparent-suicide\n\nTea Party leader busted for collection of child pornography\nhttp://www.ringoffireradio.com/2015/05/tea-party-leader-busted-for-collection-of-child-pornography-family-values-guy/\n\nA few U.S. military men now realize the USA is Al-Qaeda.\n(a branch of the Evil Jews Regime known as the illuminati aka the Bilderberg Group)\n\nAmerican Patriots now hate the terrorist organization Illuminati. For the last 50+ years all U.S. presidents were British Agents (aka Illuminati agents sent to colonize America).\nThe Illuminati was created by the British.\nSatanic crown that is currently held by Queen Elizabeth II.\n(Visit the link below, click on the picture of Queen Dracula Elizabeth II's chair. You will see the crown of Satan above the circle inside the triangle)\nhttp://www.theguardian.com/news/datablog/2012/may/09/full-list-queens-speech-measures#\n\n-------------------------------\nPublic Notice: In the year 1776, King George was a figure head that represent the 13 inbred Terrorist European Bloodlines. They ran scams all over Europe. At that time, the white slaves were extremely weak and unable to fight them. The white slaves fled like a bunch of cowardice dogs to America, they wrote the declaration of independence and the U.S. constitution to keep the 13 terrorist European Bloodlines of the Devil worshipers cult Illuminati out of U.S. government. They failed. The devil worshipers cult illuminati converted their stupid children to betray their core principles and believes. With the help of the stupid Americans, the 13 terrorist European Bloodlines of the devil worshipers cult Illuminati setup America as a puppet country, they setup the U.S. government as a scam government to initiate WWI and WW2. WWI & WW2 were designed to kill off slaves bloodlines that were not related to the 13 inbred European Bloodlines of the Terrorist organization Illuminati. The primary purpose of WWI and WWII are scientifically designed to kill off constitutionalists (American Patriots) that are loyal to the Declaration of Independence against the 13 inbred terrorist European Bloodlines. But, that wasn't their greatest achievement, their greatest achievement is called the Devil's Legacy in the USA.\n\nBehold, The Devil worshipers cult Illuminati greatest achievements in America\nhttps://bitcointalk.org/index.php?topic=382094.0\n\nFor the last 50+ years, the 13 terrorist European Bloodlines of the Devil worshipers cult Illuminati hired many puppets on TV, radios and on the internet to sell you the idea of preventing a civil war in America. They knew that the Ongoing Civil War in America was designed by the American Patriots Militia Groups to kill off the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati. This was the Illuminati greatest war strategy to continue to own America free and clear without putting up a fight. For decades the 13 inbred European Bloodlines has been at war against the American citizens, they've illegally overthrew the declaration of independence and the U.S. Constitution. The 13 inbred Terrorist European Bloodlines of the terrorist organization Illuminati cowardly launched chemical weapon known as fluoride all over the America to kill 320,000,000+ people's brain cells.\n\nThe ongoing Civil War in America cannot be stopped, it can only be delay. To delay it, you must pay a magical price. A magical price is not the same as any other price tag. It cannot be paid using tangible assets such as: Gold, Silver, or the scam U.S.D. currency from the terrorist organization Federal Reserve. This magical price is the deaths of your children, nieces, and nephews. In other words, if you attempt to delay this ongoing Civil War in America, your little children, your little nieces, or your little nephews will have to fight the 13 inbred Terrorist European Bloodlines in the future for their independence. \n\nIf you think you have a better fighting chance than your little children, little nieces, or little nephews. Then, it is your duty to do your best to win this Ongoing Civil War in America against the 13 inbred Terrorist European Bloodlines. You must defeat them in a war that's the only way they will retreat to recoop. As you can see, the 13 inbred Terrorist European Bloodlines have been defeated in 1776, they are dis-honorable men and women, that is why those evil inbreds ignored their defeat, rise up, captured and occupied America again using cowardice acts known as trickery. The American Patriots have the right of way, a home field advantage to form militia groups. Those rights were granted to the American people by their Declaration of Independence of 1776 to kill the 13 inbred terrorist European Bloodlines all over America.\n\nVERY IMPORTANT: \nWhen you fight your full scale civil war in America \"DO NOT LABEL THEM AS THE GOVERNMENT, but label them as the 13 terrorist European Bloodlines of the Terrorist organization Illuminati.\" They have illegally captured the U.S. Government without declaring a war against 320,000,000+ American citizens. This event must be recorded down in history. The 33rd degree Illuminati members and their children currently have the \"Kill on Sight\" status all over America for \"High Crimes of Treason\".\n\nChildren & Grandchildren of the 13 Inbred European Bloodlines of the Terrorist organization Illuminati listed on the Forbes Billionaire list also have a \"KILL on SIGHT\" status all over America. The primary objective is to end their legacy.\nwww.forbes.com/billionaires/list\n\nBreak down of this ongoing Civil War in America.\n\nUp to 30% of 320,000,000+ Americans must self enlist and form Militia Groups to fight the 13 inbred Terrorist European Bloodlines. That's about 96,000,000 armed combatants must fight to the death for America's Independence. Do not rely on U.S. Troops to be on your side, U.S. Military are dishonorable men and women that serve the 13 inbred Terrorist European Bloodlines. \n\nThe only way the American people will surrender is if the 51% to 60% of those 96,000,000 armed combatants were defeated by the EU troops. In other words, at least 48,000,000 to 57,000,000 armed combatants born in America must be killed in combat in order for the rest of the civilians in America to even think about surrender. (The battlefield must take place in America, because the 13 inbred Terrorist European Bloodlines want to capture America).\n\nThe 13 inbred Terrorist European Bloodlines now banning high capacity magazines to cripple the American Patriot Militia Groups from becoming strong.\nhttp://thehill.com/regulation/258012-la-ban-on-high-capacity-magazines-draws-legal-challenge\n\n72 KILLED RESISTING GUN CONFISCATION IN BOSTON \n(It's Official! 72 shots heard around the world)\nhttps://www.youtube.com/watch?v=y_VNjHYAeUs\nhttps://www.youtube.com/watch?v=8K6t0QE_gGk\n\nUnderstanding the FEMA CAMPS and COFFINS centre at USA\nhttps://www.youtube.com/watch?v=2wFuOBNoS2A\n\n-----------------------------------------------\nThe 13 inbred European Bloodlines of the Terrorist organization Illluminati\nCHAIN OF COMMAND\n\nHere's \"Common Sense 101\" class that were intentionally not taught to you in Pre-school, Highschool, College ect...\n\nThe high ranking members of the devil worshipers cult known as the illuminati have control of unlimited amount of money. In the modern day, they disguised themselves as \"The Bilderberg Group\". They've killed over 2+ Billion people world wide in WWI and WWII. They are also the ones that will be responsible for an upcoming WW3 to depopulate the planet Earth. For the last 50+ years they've dumped most of their inbred children & grandchildren in America. They've created communist countries, and third world countries to enslave 7+ Billion people world wide. In order for them to protect themselves they will put all of their family members related to them by DNA to work in their government, this way it's a lot easier for them to run scams on 7+ billions of people world wide.\n\nHere is the scale:\n(Chain of Commands from Supreme Rulers' perspective, throughout history every Kings & Queens must obey this common sense chain of commands.)\n\n- Incredibly stupid people they put in: U.S. Military. They use these U.S. soldiers not related to them by DNA to kill off other slaves bloodlines in WWI, WWII, and many other fake wars. This process allow the 13 inbred European Bloodlines of the Terrorist organization Illuminati to grow, while they are depopulate the other bloodlines not related to them by DNA. Of course, they control these stupid U.S. soldiers by putting their family members holding a higher rank in the U.S. Military.\n- Stupid family members they put in: Actors, Actresses, Musicians, News reporters, to distract the public.\n- Not so smart family members they put in: Police, IRS, Sargents, Captains in U.S. Military and low level public service employees.\n- Fairly smart family members they put in: FBI, CIA, MI6, NSA, Generals in U.S. Military.\n- Smart family members they put in: Presidents, Vice presidents, Governors, Senators, Congress, Judges, ect...\n- Super smart family members they put in: Big fortune 500+ companies, Board of directors, CEO, CFO, NASA (to explore the real world in space), High ranking Federal Reserve members, High ranking Central Banks members, ect...\n\nTo fill in the positions of more police, they hired stupid humans that will take their orders. Most of the police officers are crooked because they were either jealous or not properly house trained by the devil worshipers cult illuminati.\nhttp://abcnews.go.com/US/court-oks-barring-high-iqs-cops/story?id=95836\n\nThey've illustrated this chain of command to you in a fictional movie called \"Harry Potter\". Where there is a magical hat that picks which one of the children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati will belong in their chain of command through a segregation process known as \"schools\". In example: Military schools to create officers, Business schools to create billionaires, Scientist schools to create bio-weapons, weapons of mass destruction, ect...\nhttp://www.youtube.com/watch?v=xQZFWA2KDbw\nSide note: (In video frame starting at 1:44 the magical hat was insinuating that Hermione could grow up and became a whore, but he just wasn't sure about it. So, he put her in Gryffindor.)\n\n---------------\nRelated News:\n\nBREAKING NEWS: American Patriots Militia Groups taking down the scam Federal Reserve\nhttps://bitcointalk.org/index.php?topic=485187.0\n\nStates seceding from the Terrorist organization Illuminati aka The U.S.A.\nhttps://bitcointalk.org/index.php?topic=262225.0\n\nU.S. Constitution document scheduled to be torn apart.\nhttps://bitcointalk.org/index.php?topic=291371.0\n\nNSA, CIA, IRS, DHS, ATF, FBI, GCHQ, Stratfor, Federal Reserve, and ISIS are the illuminati\nhttps://bitcointalk.org/index.php?topic=253142.0\n\nFall of the Evil Jews Regime news network\nhttps://bitcointalk.org/index.php?topic=298550.0\n\nU.S. Congress members currently have a kill on sight status all over America for treason.\nhttps://bitcointalk.org/index.php?topic=807169.0\n\n\"Statue of Responsibility\" is the Illuminati symbol in disguise.\nhttps://bitcointalk.org/index.php?topic=573546.0\n\nThe 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.\nRecently, they've created a new puppet called \"Deez Nutz\" for president of the USA.\nhttps://bitcointalk.org/index.php?topic=1157573.0\n\nSolar Powered Water Desalination Pot\nhttps://bitcointalk.org/index.php?topic=663514.0\n\nFREE ELECTRICITY: Magnets Motor Electric Generators\nhttps://bitcointalk.org/index.php?topic=729183\n\nDNA Cryptocurrency coming soon . . .\nhttps://bitcointalk.org/index.php?topic=718878.0\n\nMagnetic strip card reader to function with their cryptocurrency\nhttps://bitcointalk.org/index.php?topic=767779.0\n\nBitcoin Debit Card linked to the scam USD is NOT the solution to decentralized currency\nhttps://bitcointalk.org/index.php?topic=767775\n\nIt is now the duty of every American citizens to pass out flyers all over America to promote this ongoing Civil War in America against the 13 inbred European bloodlines of the terrorist organization Illuminati.\n\n13 inbred European Bloodlines house training their inbred grandchildren the proper way to become Luciferians.\nhttps://bitcointalk.org/index.php?topic=787093.0\n\n13 inbred Luciferian European Bloodlines feeding people insects and mealworms\nhttps://bitcointalk.org/index.php?topic=612142\n\nUN Troops Told To Kill Americans That Don\u2019t Give Over Their Guns\nhttp://mrconservative.com/2013/11/28002-un-troops-told-to-kill-americans-that-dont-give-over-their-guns/\n\n-----------------\nLatest news leak from American Patriots Militia Groups:\nCitizens of America must pretend to join the U.S. military now to learn how to use guns, get your free boot camp training then start hunting to kill the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati to end their legacy. The primary targets have been identified. They are listed on the Forbes billionaire list. http://www.forbes.com/billionaires/list/\n\n\n------------------\nThe 13 inbred European Bloodlines of the terrorist organization Illuminati also known as the EU (European Union) chose to fight a full scale war against 320,000,000+ Americans because they wanted to be known as the rulers of USA. This event must be recorded down in history exactly 'as is'.\n\nAlways remember this, There is no such thing as a peaceful protest in the USA. All protesters are arrested to be put in re-education camp; or are executed. Their deaths often disguised as suicides. You can only hunt to kill the grandchildren & children of 13 inbred European Bloodlines of the Terrorist organization Illuminati living in multimillion dollars homes, condos, ect... or you surrender to them and be their slave.\n\n\n-------------------------------\nFACT: The United States of America is a name of a corporation. Similar to, Microsoft corporation, Google corporation, ect... You get the idea.\nThere is no president of the United States of America, there is no U.S. congress. You see a presidential debate on TV because that's their way of mocking the American people. \n\nhttps://www.youtube.com/watch?v=-Js21iKYvd0\n\n---------------------------------\n\nFor the last 50+ years America was illegally captured by the 13 inbred European Bloodlines of the Terrorist organization Illuminati.\nThey illegally placed their puppets in the U.S. governments. Most of the high level puppets holding a high ranking spot in the U.S. government are the children & grandchildren of the 13 inbred European Bloodlines of the terrorist organization Illuminati. The Illuminati Symbol is the EVIL Jewish Flag in disguised.\n\nBelow are images of government actors were exposed by the American Patriots nationwide.\n\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/IlluminatiSymbol_zps631d536e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/christy_zps999ac9b9.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rahm2_zpsb8f96f3d.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/Allenwest_zps87bbb936.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/JanetYellenisMarthaStewart_zpsb02a3e23.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/AlanRitter_zps20368f8f.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/colinpowel_zps3e5f0681.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/William-Hague_zps59e4853e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/trafficant-cant_zpsfbef7207.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/sadam_zpsbf6aa941.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/bob-corker_zps26f2ee1d.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/John-Ritter-9542508-1-402_zpsd2226d4c.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/nancy-pelosi-2_zps90610df8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/liotaverified_zps1b86d0c1.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/malcovitch2_zpsb87ba07e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/chevy_zpsd856d1c7.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/Harry_Reid_zps4e1bd8c6.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/196px-Dalton_McGuinty_Signature_zps115193a1.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rob-lowe_zpsd2736986.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/kevinbacon_zpsf2dee1b3.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/james_zps53c2dfbf.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rumsfield_zps0e4010c8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/TammyBaldwin_zps726d2a80.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/speilberg_zpscae4f9d8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/paul-ryan_zps5b666c59.jpg[/img]\n\nAmerican Patriots now using rubber stamp to stamp the phrase \"America's currently at WAR against the Illuminati\" on every 1 dollar Bill, and $5 Dollar Bill in the following areas: Manhattan, Miami, Omaha Nebraska, and many more. . .\n\nAmerica is anti-Israel because Israel was intentionally setup as a terrorist state by the British regime.\n\n-------------------------------------\n\n13 inbred terrorist European Bloodlines enforced gun bans all over the USA\nhttp://www.infowars.com/wellness-checks-is-code-for-gun-confiscation/\n\nhttp://hw.infowars.com/wp-content/uploads/2015/03/031315doortodoor.jpg\n\n#news #media #politic #politician #political #us #america #usa #civil #war #illuminati #bilderberg #group #nwo #war #election #vote #voting", + "body_length": 23719, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-28T22:14:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http:\\/\\/www.youtube.com\\/watch?v=HZm1sa6QobA\"]}", + "last_payout": "2016-08-28T10:50:36", + "last_update": "2016-07-28T22:14:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3569771499, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-news-ongoing-civil-war-in-america", + "post_id": 323100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: ongoing CIVIL WAR IN AMERICA", + "title": "BREAKING NEWS: ongoing CIVIL WAR IN AMERICA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-ongoing-civil-war-in-america" + }, + "entry_id": 476, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1765378815", + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5293936", + "voter": "alexander1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5BVSAEJbF00\n\n#news #politic #nato #us #usa #america #fraud #scam #illuminati #bilderberg #group #russia #war", + "body_length": 140, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T22:02:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5BVSAEJbF00\"]}", + "last_payout": "2016-08-28T10:03:57", + "last_update": "2016-07-28T22:02:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1773182601, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now", + "post_id": 322888, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Biggest News Story Of The Year! And you've never heard about it. Until Now.", + "title": "Biggest News Story Of The Year! And you've never heard about it. Until Now.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now" + }, + "entry_id": 475, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "677899379", + "voter": "michaellamden68" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Googling the presidential candidates Wednesday morning didn\u2019t produce the exact results some people would expect.\n\nSearching for the term \u2018presidential candidates\u2019 brought up a handy guide above all of the other search results with pictures of candidates with active campaigns. Clicking on a picture brought up searches for the candidates.\n\nThe only problem is that Republican candidate Donald Trump wasn\u2019t included. Neither was Libertarian nominee Gary Johnson.\n\nhttp://nbc4i.com/2016/07/27/trump-left-out-of-google-search-for-presidential-candidates/\n\n#us #presidential #election #vote #voting #fraud #scam #illuminati #bilderberg #group #nwo #news", + "body_length": 650, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-28T20:17:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"http:\\/\\/nbc4i.com\\/2016\\/07\\/27\\/trump-left-out-of-google-search-for-presidential-candidates\\/\"]}", + "last_payout": "2016-08-28T08:30:06", + "last_update": "2016-07-28T20:17:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 677899379, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-left-out-of-google-search-for-presidential-candidates", + "post_id": 321003, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump left out of Google search for presidential candidates", + "title": "Trump left out of Google search for presidential candidates", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/trump-left-out-of-google-search-for-presidential-candidates" + }, + "entry_id": 474, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "367579713", + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden and getting ready to cook them and eat them.\n\nhttps://www.steemimg.com/images/2016/07/28/20160728_144949d8132.jpg\nhttps://www.steemimg.com/images/2016/07/28/20160728_144957edb76.jpg\n\n#food #vegetable #garden #organic #gardening #farming", + "body_length": 301, + "cashout_time": "1969-12-31T23:59:59", + "category": "gardening", + "children": 0, + "created": "2016-07-28T19:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gardening\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/28\\/20160728_144949d8132.jpg\"]}", + "last_payout": "2016-08-28T08:06:42", + "last_update": "2016-07-28T19:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 367579713, + "parent_author": "", + "parent_permlink": "gardening", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden", + "post_id": 320573, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden", + "title": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden", + "total_payout_value": "0.000 HBD", + "url": "/gardening/@cryptocurrency1/i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden" + }, + "entry_id": 473, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "47470271310", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "621407764", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61991322671", + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39007029", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "55437848", + "voter": "weenis" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1282218", + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53281358", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61892853", + "voter": "luke490" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236295", + "voter": "backetri" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234164", + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234104", + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228844", + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219869", + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219824", + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Steem just open their source code.\nA lot of social media sites (coins) will step up in the scene.\n\nIn the near future, you will see, the price of Steem drop in value.\n\n#steem #steemit #cryptocurrency #coin", + "body_length": 206, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 12, + "created": "2016-07-28T19:15:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T11:44:21", + "last_update": "2016-07-28T19:15:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 110643856164, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "price-of-steem-coin-will-plummet-because-of-open-source", + "post_id": 319750, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Price of Steem coin will plummet because of open source", + "title": "Price of Steem coin will plummet because of open source", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/price-of-steem-coin-will-plummet-because-of-open-source" + }, + "entry_id": 472, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "9742067788", + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136467098", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "673891685", + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59076127", + "voter": "chirohitman" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bcaSE_l4rPQ\n\n#hillary #clinton #trump #dictators #dictatorship #vote #voting #politic", + "body_length": 117, + "cashout_time": "1969-12-31T23:59:59", + "category": "politic", + "children": 0, + "created": "2016-07-28T17:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politic\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bcaSE_l4rPQ\"]}", + "last_payout": "2016-08-28T05:26:24", + "last_update": "2016-07-28T17:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10611502698, + "parent_author": "", + "parent_permlink": "politic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "clinton-slams-trump-for-praising-dictators-despite-having-own-ties", + "post_id": 317597, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton slams Trump for praising dictators, despite having own ties", + "title": "Clinton slams Trump for praising dictators, despite having own ties", + "total_payout_value": "0.000 HBD", + "url": "/politic/@cryptocurrency1/clinton-slams-trump-for-praising-dictators-despite-having-own-ties" + }, + "entry_id": 471, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1126426665", + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241760333", + "voter": "tee-em" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "56518138", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127008854", + "voter": "yarly10" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "4255479", + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "55437848", + "voter": "weenis" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1277435", + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1282218", + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1690483", + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1237709", + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236422", + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236413", + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236404", + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236335", + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236301", + "voter": "angevel" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236295", + "voter": "backetri" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1559938", + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234186", + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234178", + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234164", + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234153", + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234104", + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234097", + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234087", + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234073", + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228844", + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228835", + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228825", + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228817", + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228746", + "voter": "etccrap" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1552371", + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228697", + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228680", + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228671", + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228658", + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7345276", + "voter": "confucius" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219939", + "voter": "feeltheblade" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219916", + "voter": "silvesterstay" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219903", + "voter": "joujou666" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219891", + "voter": "praisenoone" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219879", + "voter": "rickydevil" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219869", + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219858", + "voter": "redddet" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219843", + "voter": "catirabella" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219834", + "voter": "redredwinewine" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219824", + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "How do you vote for Steemit witness?\n\n#steem #steemit #help #support #questions", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-28T16:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T04:50:06", + "last_update": "2016-07-28T16:29:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2010481501, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-do-you-vote-for-steem-witness", + "post_id": 316687, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How do you vote for Steem witness?", + "title": "How do you vote for Steem witness?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/how-do-you-vote-for-steem-witness" + }, + "entry_id": 470, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2966631062", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "299777059", + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2254880444", + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107341316", + "voter": "navydude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101767465", + "voter": "sergey22" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5OWOQF3dWi0\n\n#wolf #pet #wild #animals", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "wolf", + "children": 1, + "created": "2016-07-28T15:31:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wolf\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5OWOQF3dWi0\"]}", + "last_payout": "2016-08-28T03:46:15", + "last_update": "2016-07-28T15:31:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5730397346, + "parent_author": "", + "parent_permlink": "wolf", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-very-happy-wolf", + "post_id": 315604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A very happy wolf", + "title": "A very happy wolf", + "total_payout_value": "0.000 HBD", + "url": "/wolf/@cryptocurrency1/a-very-happy-wolf" + }, + "entry_id": 469, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-15608515379", + "voter": "crypto-fan" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "45097608", + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "361176165", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Cryptocurrency among National Currency Options for an Independent Scotland\nhttps://www.cryptocoinsnews.com/cryptocurrency-for-independent-scotland/\n\nhttp://www.flags.net/images/largeflags/UNKG0101.GIF\n\n#scotland #scottish #freedom #brexit #cryptocurrency #coin", + "body_length": 260, + "cashout_time": "1969-12-31T23:59:59", + "category": "scotland", + "children": 1, + "created": "2016-07-28T15:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scotland\"],\"links\":[\"https:\\/\\/www.cryptocoinsnews.com\\/cryptocurrency-for-independent-scotland\\/\"]}", + "last_payout": "2016-08-28T03:32:51", + "last_update": "2016-07-28T15:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -15202241606, + "parent_author": "", + "parent_permlink": "scotland", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "scotland-to-create-their-own-cryptocurrency-for-brexit", + "post_id": 315517, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scotland to create their own cryptocurrency for Brexit", + "title": "Scotland to create their own cryptocurrency for Brexit", + "total_payout_value": "0.000 HBD", + "url": "/scotland/@cryptocurrency1/scotland-to-create-their-own-cryptocurrency-for-brexit" + }, + "entry_id": 468, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "361176165", + "voter": "cryptocurrency1" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-24915144109", + "voter": "brookdemar" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bKD0vemVUg4\n\n#hillary #clinton #donald #trump #election #fraud #scam #us #america #usa #vote #voting #news #politic", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 1, + "created": "2016-07-28T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bKD0vemVUg4\"]}", + "last_payout": "2016-08-28T03:30:18", + "last_update": "2016-07-28T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -24553967944, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "emergency-hillary-plans-to-steal-election-from-trump", + "post_id": 315432, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EMERGENCY! HILLARY PLANS TO STEAL ELECTION FROM TRUMP", + "title": "EMERGENCY! HILLARY PLANS TO STEAL ELECTION FROM TRUMP", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/emergency-hillary-plans-to-steal-election-from-trump" + }, + "entry_id": 467, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4427074855", + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1787984349", + "voter": "jayjustmay" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TlRKsYD_k0g\n\n#health #life #food #healthy #kale #chips #cooking", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "created": "2016-07-28T15:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=TlRKsYD_k0g\"]}", + "last_payout": "2016-08-28T03:51:39", + "last_update": "2016-07-28T15:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6215059204, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-healthy-kale-chips-fast-and-easy", + "post_id": 315306, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Healthy Kale Chips Fast and Easy", + "title": "How to Make Healthy Kale Chips Fast and Easy", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/how-to-make-healthy-kale-chips-fast-and-easy" + }, + "entry_id": 466, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7232460966", + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59630998", + "voter": "ulfa" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5qQKDaDLMyk\n\n#bank #fraud #banking #scam #deutsche #germany #finance #financial", + "body_length": 111, + "cashout_time": "1969-12-31T23:59:59", + "category": "bank", + "children": 1, + "created": "2016-07-28T15:04:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bank\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5qQKDaDLMyk\"]}", + "last_payout": "2016-08-28T03:22:48", + "last_update": "2016-07-28T15:04:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7294601814, + "parent_author": "", + "parent_permlink": "bank", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "deutsche-bank-a-giant-in-crisis", + "post_id": 315126, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank: A giant in crisis", + "title": "Deutsche Bank: A giant in crisis", + "total_payout_value": "0.000 HBD", + "url": "/bank/@cryptocurrency1/deutsche-bank-a-giant-in-crisis" + }, + "entry_id": 465, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "200", + "reputation": 0, + "rshares": "56517733", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "4255479", + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "55437442", + "voter": "weenis" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1277435", + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1277349", + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1690483", + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1237709", + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236422", + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236413", + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236404", + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236335", + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236301", + "voter": "angevel" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236295", + "voter": "backetri" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236287", + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234186", + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234178", + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234164", + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234153", + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234104", + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234097", + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234087", + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234073", + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228844", + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228835", + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228825", + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228817", + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228746", + "voter": "etccrap" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228720", + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228697", + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228680", + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228671", + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228658", + "voter": "bignastywhale" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219939", + "voter": "feeltheblade" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219916", + "voter": "silvesterstay" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219903", + "voter": "joujou666" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219891", + "voter": "praisenoone" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219879", + "voter": "rickydevil" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219869", + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219858", + "voter": "redddet" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219843", + "voter": "catirabella" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219834", + "voter": "redredwinewine" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1219824", + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Which one do you think is better to describe someone who support Steem?\n\nSteemian or Steeman ?\n\n#steeman #steemian", + "body_length": 114, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-28T11:48:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-27T23:51:30", + "last_update": "2016-07-28T11:48:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167217228, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "do-you-prefer-steeman-or-steemian", + "post_id": 311900, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you prefer Steeman or Steemian?", + "title": "Do you prefer Steeman or Steemian?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/do-you-prefer-steeman-or-steemian" + }, + "entry_id": 464, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58522521", + "voter": "financialfreedom" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Steem is a cryptocurrency coin\nSteemit is a website people go and blog\nSteeman is a person that live & breath steem. Someone who support Steem ecosphere.\n\n#steem #steemit #steeman", + "body_length": 179, + "cashout_time": "1969-12-31T23:59:59", + "category": "steeman", + "children": 0, + "created": "2016-07-28T11:42:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steeman\"]}", + "last_payout": "2016-08-27T23:43:27", + "last_update": "2016-07-28T11:42:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61032371, + "parent_author": "", + "parent_permlink": "steeman", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemian", + "post_id": 311823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemian", + "title": "Steemian", + "total_payout_value": "0.000 HBD", + "url": "/steeman/@cryptocurrency1/steemian" + }, + "entry_id": 463, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "29705040723", + "voter": "tskeene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2992189325", + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25877211", + "voter": "nicoleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60368477", + "voter": "simranverma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54884684", + "voter": "ser82" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hadrian X the robo-builder create an entire house in just two days\n\nIt can lay 1,000 bricks an hour and work around the clock, 24 hours a day\nA robotic 'hand' lays the brick, and applies adhesive instead of mortar, which improves the thermal efficiency \nIt 3D scans its surroundings to work out exactly where to place bricks - and is simply parked next to site \n\nhttp://i.dailymail.co.uk/i/pix/2016/07/27/17/36A4E91400000578-0-image-a-17_1469636573168.jpg\n\nhttp://www.dailymail.co.uk/sciencetech/article-3711198/Bad-news-Bob-Builder-Watch-Hadrian-X-robo-builder-create-entire-house-just-two-days.html#ixzz4FhRfkd5y \n\n#robo #builder #home #construction #hadrian #robot #house #robotic", + "body_length": 684, + "cashout_time": "1969-12-31T23:59:59", + "category": "home", + "children": 0, + "created": "2016-07-28T10:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"home\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/27\\/17\\/36A4E91400000578-0-image-a-17_1469636573168.jpg\"]}", + "last_payout": "2016-08-27T23:00:27", + "last_update": "2016-07-28T10:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 33180940433, + "parent_author": "", + "parent_permlink": "home", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days", + "post_id": 311175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hadrian X the robo-builder create an entire house in just two days", + "title": "Hadrian X the robo-builder create an entire house in just two days", + "total_payout_value": "0.000 HBD", + "url": "/home/@cryptocurrency1/hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days" + }, + "entry_id": 462, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43756923", + "voter": "kimmydora" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "USA incorporated created Isis and have ordered Isis to release this video\nhttps://www.thesun.co.uk/news/1512534/terrorist-priest-killers-pledge-loyalty-to-isis-in-video-released-by-terror-group/\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254904127.jpg?w=960\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254669083.jpg?w=960\n\n#usa #fraud #scam #isis #illuminati #bilderberg #news", + "body_length": 425, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T10:47:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.thesun.co.uk\\/news\\/1512534\\/terrorist-priest-killers-pledge-loyalty-to-isis-in-video-released-by-terror-group\\/\"]}", + "last_payout": "2016-08-27T23:08:24", + "last_update": "2016-07-28T10:47:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 386336936, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video", + "post_id": 311086, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA incorporated created Isis and have ordered Isis to release this video", + "title": "USA incorporated created Isis and have ordered Isis to release this video", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video" + }, + "entry_id": 461, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58510544", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "ERDOGAN DROPS HAMMER... \n\nCloses 130 Media Outlets...\n\nANKARA/ISTANBUL (Reuters) - Turkey has dismissed nearly 1,700 military personnel and closed more than 130 media outlets, official sources said on Wednesday, amid a deepening crackdown that has stirred alarm among Ankara's NATO allies following this month's failed coup.\n\nA total of 1,684 military personnel have been dishonorably discharged, a Turkish government official said, citing their role in the July 15-16 abortive putsch, where a faction of the military attempted to topple the government.\n\n(Reporting by Tulay Karadeniz, Gulsen Solaker in Ankara and Humeyra Pamuk and Can Sezer in Istanbul; Writing by David Dolan; Editing by Gareth Jones)\n\nhttps://ca.news.yahoo.com/turkish-authorities-dismiss-military-personnel-shut-media-outlets-191554213.html\n\n#turkish #turkey #erdogan #media #news #politics #politician #politic #ankara #nato #istanbul", + "body_length": 907, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-28T10:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https:\\/\\/ca.news.yahoo.com\\/turkish-authorities-dismiss-military-personnel-shut-media-outlets-191554213.html\"]}", + "last_payout": "2016-08-27T22:51:09", + "last_update": "2016-07-28T10:41:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61020394, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "closes-130-media-outlets", + "post_id": 310992, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Closes 130 Media Outlets...", + "title": "Closes 130 Media Outlets...", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/closes-130-media-outlets" + }, + "entry_id": 460, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "546562316", + "voter": "supermeatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2509850", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "959679909", + "voter": "hofman386" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Critics fear the erosion of civic freedoms is denying space for grievances to be aired\n\nhttps://next.ft.com/content/ccd94b46-4db5-11e6-88c5-db83e98a590a\n\n#china #xi", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 0, + "created": "2016-07-28T10:32:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\"],\"links\":[\"https:\\/\\/next.ft.com\\/content\\/ccd94b46-4db5-11e6-88c5-db83e98a590a\"]}", + "last_payout": "2016-08-27T22:43:09", + "last_update": "2016-07-28T10:32:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1508752075, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "xi-crushes-dissent-in-china", + "post_id": 310895, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Xi Crushes Dissent in China...", + "title": "Xi Crushes Dissent in China...", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/xi-crushes-dissent-in-china" + }, + "entry_id": 459, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "44057907", + "voter": "medical" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61774793", + "voter": "jassyt91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60465569", + "voter": "masterphoto" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-02-04-pm.png?w=664&h=441&crop=1\n\nhttps://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-21-06-pm.png?w=594\n\nhttps://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-20-00-pm.png?w=698\n\nhttp://pagesix.com/2016/07/26/a-list-hollywood-sex-club-is-coming-to-new-york/\n\n#sex #party #sexy #parties #club #new #york", + "body_length": 429, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-27T21:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\"],\"image\":[\"https:\\/\\/nyppagesix.files.wordpress.com\\/2016\\/07\\/screen-shot-2016-07-26-at-7-02-04-pm.png?w=664&h=441&crop=1\"]}", + "last_payout": "2016-08-27T09:45:48", + "last_update": "2016-07-27T21:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 166298269, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "eyes-wide-shut-parties", + "post_id": 300359, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'EYES WIDE SHUT' Parties...", + "title": "'EYES WIDE SHUT' Parties...", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/eyes-wide-shut-parties" + }, + "entry_id": 458, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "47966693", + "voter": "sharkfund" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qLPWv8zA2ms\n\n#protest #protesting #protestors", + "body_length": 77, + "cashout_time": "1969-12-31T23:59:59", + "category": "protest", + "children": 0, + "created": "2016-07-27T20:07:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"protest\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=qLPWv8zA2ms\"]}", + "last_payout": "2016-08-27T08:37:42", + "last_update": "2016-07-27T20:07:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47966693, + "parent_author": "", + "parent_permlink": "protest", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "protest", + "post_id": 298917, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Protest", + "title": "Protest", + "total_payout_value": "0.000 HBD", + "url": "/protest/@cryptocurrency1/protest" + }, + "entry_id": 457, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2499652", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55743515", + "voter": "lotto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60200316", + "voter": "ilyaman" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/27/trumppolls86bba.png\n\n#voting #polls #vote #us #usa #america #election #trump #clinton #politics #news #politician", + "body_length": 156, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-27T19:31:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/27\\/trumppolls86bba.png\"]}", + "last_payout": "2016-08-27T07:49:09", + "last_update": "2016-07-27T19:31:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 118443483, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-jump-to-7-lead-over-clinton", + "post_id": 298291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP JUMP TO +7 LEAD OVER CLINTON...", + "title": "TRUMP JUMP TO +7 LEAD OVER CLINTON...", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/trump-jump-to-7-lead-over-clinton" + }, + "entry_id": 456, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2499652", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51857485", + "voter": "chf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61194920", + "voter": "trevorcorylahey" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "EU proposes tracking cryptocurrency users\nUsers would be required to register their details with an EU-wide database accessible to intelligence services.\n\nhttp://www.ibtimes.co.uk/end-anonymity-bitcoin-eu-proposes-tracking-cryptocurrency-users-1572887\n\n#cryptocurrency #track #nsa #eu #euro #usd #digital #currency #intelligence #users", + "body_length": 336, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "created": "2016-07-27T19:23:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"http:\\/\\/www.ibtimes.co.uk\\/end-anonymity-bitcoin-eu-proposes-tracking-cryptocurrency-users-1572887\"]}", + "last_payout": "2016-08-27T07:38:51", + "last_update": "2016-07-27T19:23:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 115552057, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cryptocurrency-users-are-now-being-track", + "post_id": 298127, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cryptocurrency users are now being track", + "title": "Cryptocurrency users are now being track", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/cryptocurrency-users-are-now-being-track" + }, + "entry_id": 455, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2499652", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44076295", + "voter": "gambling" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "\u200bIt's easy and it'll boost your child's self-esteem.\n\nhttp://hbu.h-cdn.co/assets/16/30/980x490/1469472405-landscape-1469210025-william-george.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x520/1469472343-syn-hbu-1469210516-prince-william.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x1165/1469472352-syn-hbu-1469210755-pop.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x511/1469472356-syn-hbu-1469210927-obama.jpg\n\n#prince #william #obama #parenting #tips #tricks #kids #children", + "body_length": 465, + "cashout_time": "1969-12-31T23:59:59", + "category": "parenting", + "children": 1, + "created": "2016-07-27T14:57:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"parenting\"],\"image\":[\"http:\\/\\/hbu.h-cdn.co\\/assets\\/16\\/30\\/980x490\\/1469472405-landscape-1469210025-william-george.jpg\"]}", + "last_payout": "2016-08-27T03:25:54", + "last_update": "2016-07-27T14:57:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46575947, + "parent_author": "", + "parent_permlink": "parenting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "we-should-all-steal-this-parenting-trick-from-prince-william-experts-say", + "post_id": 293026, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "We Should All Steal This Parenting Trick From Prince William, Experts Say", + "title": "We Should All Steal This Parenting Trick From Prince William, Experts Say", + "total_payout_value": "0.000 HBD", + "url": "/parenting/@cryptocurrency1/we-should-all-steal-this-parenting-trick-from-prince-william-experts-say" + }, + "entry_id": 454, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "288367754", + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2498427", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52029861", + "voter": "antiques" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62234901", + "voter": "etz" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Much like Al Qaeda, the Islamic State (ISIS) is made-in-the-USA, an instrument of terror designed to divide and conquer the oil-rich Middle East and to counter Iran\u2019s growing influence in the region.\n\nhttp://2.bp.blogspot.com/-btFhid7OXAk/VY4nA-XOiHI/AAAAAAAAAho/MWHp8L5Xiqs/s640/640px-Flag_of_the_United_States.svg.png\n\nhttp://www.globalresearch.ca/america-created-al-qaeda-and-the-isis-terror-group/5402881\n\n#usa #america #us #fraud #scam #illuminai #bilderberg #news #isis #al-qaeda #aqeda #cia #terrorist #terrorism", + "body_length": 519, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-27T13:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"http:\\/\\/2.bp.blogspot.com\\/-btFhid7OXAk\\/VY4nA-XOiHI\\/AAAAAAAAAho\\/MWHp8L5Xiqs\\/s640\\/640px-Flag_of_the_United_States.svg.png\"]}", + "last_payout": "2016-08-27T01:36:51", + "last_update": "2016-07-27T13:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 405130943, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "usa-created-al-qaeda-and-isis", + "post_id": 291214, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA created Al-Qaeda and ISIS", + "title": "USA created Al-Qaeda and ISIS", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-created-al-qaeda-and-isis" + }, + "entry_id": 453, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60903415", + "voter": "woman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60078136", + "voter": "ace005" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rf/image_960w/2010-2019/Wires/Images/2016-07-24/AP/Campaign_2016_After_the_Vote-b9c97.jpg&w=1484\n\nhttps://www.washingtonpost.com/news/the-fix/wp/2016/07/26/the-ugly-truth-about-the-white-house-and-its-history-of-slavery/\n\n#news #slavery #slaves #white #house #us #america #usa #fraud #scam", + "body_length": 376, + "cashout_time": "1969-12-31T23:59:59", + "category": "slavery", + "children": 0, + "created": "2016-07-27T13:20:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"slavery\"],\"image\":[\"https:\\/\\/img.washingtonpost.com\\/wp-apps\\/imrs.php?src=https:\\/\\/img.washingtonpost.com\\/rf\\/image_960w\\/2010-2019\\/Wires\\/Images\\/2016-07-24\\/AP\\/Campaign_2016_After_the_Vote-b9c97.jpg&w=1484\"]}", + "last_payout": "2016-08-27T01:36:15", + "last_update": "2016-07-27T13:20:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 120981551, + "parent_author": "", + "parent_permlink": "slavery", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-ugly-truth-about-the-white-house-and-its-history-of-slavery", + "post_id": 291099, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The ugly truth about the White House and its history of slavery", + "title": "The ugly truth about the White House and its history of slavery", + "total_payout_value": "0.000 HBD", + "url": "/slavery/@cryptocurrency1/the-ugly-truth-about-the-white-house-and-its-history-of-slavery" + }, + "entry_id": 452, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2498427", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100502685", + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38894484", + "voter": "photos" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The 13 inbred Terrorist European Bloodlines got caught running scams & violating international human rights laws in China.\n\nMy best guess is they are now migrating their evil corporations to India or South America.\n\nhttps://www.youtube.com/watch?v=1GQlBy90nOQ", + "body_length": 263, + "cashout_time": "1969-12-31T23:59:59", + "category": "inbred", + "children": 0, + "created": "2016-07-27T12:49:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"inbred\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1GQlBy90nOQ\"]}", + "last_payout": "2016-08-27T01:00:54", + "last_update": "2016-07-27T12:49:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 141895596, + "parent_author": "", + "parent_permlink": "inbred", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines", + "post_id": 290450, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines", + "title": "The 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.000 HBD", + "url": "/inbred/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 451, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1258654380", + "voter": "orly" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "56515698", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "766533070", + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4996854", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "320300499", + "voter": "raphma" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "4255479", + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "55427665", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38894484", + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2078906270", + "voter": "twinner" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1277435", + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1277349", + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1654547", + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1237709", + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236422", + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236413", + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236404", + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236335", + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236301", + "voter": "angevel" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236295", + "voter": "backetri" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1236287", + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234186", + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234178", + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234164", + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234153", + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234104", + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234097", + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234087", + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1234073", + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228844", + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228835", + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228825", + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228817", + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228746", + "voter": "etccrap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52835603", + "voter": "viktor" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228720", + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228697", + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228680", + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228671", + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "1228658", + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "What do you think?\n\n#steem #steemit #cryptocurrency", + "body_length": 51, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-27T12:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-27T00:22:18", + "last_update": "2016-07-27T12:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4673582034, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high", + "post_id": 289704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is it a good idea to convert SD to Steem when price of Steem coin is low or high?", + "title": "Is it a good idea to convert SD to Steem when price of Steem coin is low or high?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high" + }, + "entry_id": 450, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "97706934245", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "392841632", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8179346010", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101835953390", + "voter": "conspiracy-guy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7495281", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2650060956", + "voter": "rogue91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45424211", + "voter": "reference" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61623696", + "voter": "mgm" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/26/jacobrothschildscrooge2f921.jpg\n\nhttp://www.veteranstoday.com/wp-content/uploads/2016/06/mr-burns-jacob-rothschild.jpg\n\nhttp://www.veteranstoday.com/2016/06/24/brexit-nwo/\n\n#jacob #rothschild #nwo #bilderberg #news", + "body_length": 257, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-26T19:36:48", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/26\\/jacobrothschildscrooge2f921.jpg\"]}", + "last_payout": "2016-08-26T07:51:30", + "last_update": "2016-07-26T19:36:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 211219749584, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "jacob-rothschild", + "post_id": 276664, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jacob Rothschild", + "title": "Jacob Rothschild", + "total_payout_value": "0.042 HBD", + "url": "/news/@cryptocurrency1/jacob-rothschild" + }, + "entry_id": 449, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "735299743", + "voter": "sputnik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55737744", + "voter": "collectibles" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Pz8DEYWGSMg\n\n#apple #iphone #slaves #workers #shenzhen #fraud #human #rights #labor #scam #ipad #technology #hp #factory", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-26T18:40:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Pz8DEYWGSMg\"]}", + "last_payout": "2016-08-26T06:49:42", + "last_update": "2016-07-26T18:40:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 791037487, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "chinese-factory-slave-workers-freedom-politics-and-change-in-china", + "post_id": 275616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chinese factory slave workers, Freedom, Politics and Change in China", + "title": "Chinese factory slave workers, Freedom, Politics and Change in China", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/chinese-factory-slave-workers-freedom-politics-and-change-in-china" + }, + "entry_id": 448, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "15472335619", + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49264512", + "voter": "dollar" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Does anyone know how to make a drop down list of tags in steemit post?\n\nRight now, i'm using hashtag\n\n#steem #steemit #tag", + "body_length": 122, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-26T18:24:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T06:27:48", + "last_update": "2016-07-26T18:24:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15521600131, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-a-drop-down-list-of-tags-in-your-steemit-post", + "post_id": 275296, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make a drop down list of Tags in your steemit post", + "title": "How to make a drop down list of Tags in your steemit post", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/how-to-make-a-drop-down-list-of-tags-in-your-steemit-post" + }, + "entry_id": 447, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Steem needs to add the exact GMT timestamp on each post.\nCurrently, it shows estimated time frame such as: 1 day ago, a month ago, ect...\n\nHere's a screenshot\nhttps://www.steemimg.com/images/2016/07/26/timestamp9c2fa.png\n\n#steem #steemit #help #cryptocurrencies #support #suggestion #tips #cryptocurrency", + "body_length": 304, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-26T17:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/26\\/timestamp9c2fa.png\"]}", + "last_payout": "2016-08-26T05:16:00", + "last_update": "2016-07-26T17:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-suggestion-add-timestamp-to-the-post", + "post_id": 274093, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Suggestion: Add timestamp to the post", + "title": "Steem Suggestion: Add timestamp to the post", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-suggestion-add-timestamp-to-the-post" + }, + "entry_id": 446, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "15472335619", + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62307455", + "voter": "imbashamba" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/26/faqb7e62.png\n\nAfter searching all over Steemit website I was frustrated not being able to find the FAQ file (Frequently Asked Question page). I've decided to write this FAQ for the newbies.\n\n# What is Steem?\nIt's a cryptocurrency coin\n\n# What is Steemit.com ?\nIt's a website you can go and post your blogs, thoughts, opinions, ect... to earn Steem dollars rewards.\n\n# What is SD?\nSD stands for Steem Dollars.\n\n# What is Steem Power?\nInfluence tokens which earn more power by holding long term.\nThe more you hold the more you influence post rewards and earn for accurate voting.\n\n# What is an upvote button?\nIf you click it, you are giving that post an endorsement. You also earn some reward for your vote.\n\n# What is that flag next to the post?\nIf you dislike a post, you can click on it to vote it down.\n\n# Do I earn money for posting?\nOf course.\n\n# How much money do I earn for posting blogs, opinions, ect... ?\nThere isn't any calculator at this moment to figure out exactly how much you will earn per each post. Sometimes in the future, someone will create that calculator for you to know for sure.\n\n#steem #steemit #support #help #question #cryptocurrencies #asksteem #steemit-faq #cryptocurrency", + "body_length": 1244, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-26T16:59:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/26\\/faqb7e62.png\"]}", + "last_payout": "2016-08-26T06:25:33", + "last_update": "2016-07-26T16:59:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15534643074, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-faq", + "post_id": 273740, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem FAQ", + "title": "Steem FAQ", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-faq" + }, + "entry_id": 445, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4426815049", + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16323146", + "voter": "fireballofdoom" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# After the SDB is paid out from a post, can that post receive more upvote?\n\n#steem #steemit #ask-steem #support #help #question", + "body_length": 128, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-26T16:49:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:03:24", + "last_update": "2016-07-26T16:49:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4443138195, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote", + "post_id": 273542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ask Steem: After the SDB is paid out from a post, can that post receive more upvote?", + "title": "Ask Steem: After the SDB is paid out from a post, can that post receive more upvote?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote" + }, + "entry_id": 444, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "318125330", + "voter": "gilang-ramadhan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113183449", + "voter": "btcto100k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45043892", + "voter": "kimmydora" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1uy9scdCTyc\n\n#us #government #fraud #scam #confiscation #assets", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "government", + "children": 1, + "created": "2016-07-26T15:50:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"government\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1uy9scdCTyc\"]}", + "last_payout": "2016-08-26T03:55:12", + "last_update": "2016-07-26T15:50:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 476352671, + "parent_author": "", + "parent_permlink": "government", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "u-s-government-now-confiscating-homes-cars-and-assets", + "post_id": 272319, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U S GOVERNMENT now CONFISCATING Homes, Cars and ASSETS", + "title": "U S GOVERNMENT now CONFISCATING Homes, Cars and ASSETS", + "total_payout_value": "0.000 HBD", + "url": "/government/@cryptocurrency1/u-s-government-now-confiscating-homes-cars-and-assets" + }, + "entry_id": 443, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4996854", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63471195", + "voter": "natashahall" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Amazon and the British government have teamed up to test drone deliveries.\n\nhttps://www.youtube.com/watch?v=98BIu9dpwHU\n\nhttp://www.pcmag.com/news/346442/amazon-testing-delivery-drones-in-uk\n\n#technology #news #amazon #drone #delivery #uk", + "body_length": 238, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-26T15:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=98BIu9dpwHU\"]}", + "last_payout": "2016-08-26T03:29:45", + "last_update": "2016-07-26T15:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68468049, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "amazon-testing-delivery-drones-in-the-uk", + "post_id": 271862, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Amazon Testing Delivery Drones in the UK", + "title": "Amazon Testing Delivery Drones in the UK", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/amazon-testing-delivery-drones-in-the-uk" + }, + "entry_id": 442, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "311210475", + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169769229857", + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22627513458", + "voter": "qip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142374636", + "voter": "timotron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4542263261", + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6444002434", + "voter": "artakan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "488311155", + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347154959", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64303384", + "voter": "nicoleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1137063432", + "voter": "spookypooky" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "5199592", + "voter": "steemit.tips" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "4945148", + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Here's my technical analysis on the price of Steem coin.\n# The chart shows a clear picture of a bull flag.\n\nhttps://www.steemimg.com/images/2016/07/26/bullflagsteem464a5.png\n\n# What is a bull flag?\nA bull flag is a pattern showing price will most likely skyrocket in the future.\nhttp://media.dailyfx.com/illustrations/2012/02/21/How_to_Trade_Bullish_Flag_Patterns_body_Picture_4.png\n\nHere are a few more examples of bull flag\nhttps://traderangers.files.wordpress.com/2010/08/flag-unitech.jpg?w=640&h=373\n\nhttp://www.flag-trader.com/Images/Education/Tutorial/bullflag.png\n\n#steem #steemit #coin #cryptocurrency #chart #cryptocurrencies", + "body_length": 640, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "created": "2016-07-26T15:17:39", + "curator_payout_value": "0.067 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/26\\/bullflagsteem464a5.png\"]}", + "last_payout": "2016-08-26T04:18:45", + "last_update": "2016-07-26T15:17:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 205883571791, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-coin-price-analysis", + "post_id": 271718, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem coin price analysis", + "title": "Steem coin price analysis", + "total_payout_value": "0.234 HBD", + "url": "/steemit/@cryptocurrency1/steem-coin-price-analysis" + }, + "entry_id": 441, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "1000", + "reputation": 0, + "rshares": "6499490", + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62080342", + "voter": "mouseclone" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "6181435", + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Would you rather have Ethereum or Steem?\n\n#cryptocurrency #investment #ethereum #steem", + "body_length": 88, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 1, + "created": "2016-07-26T15:11:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-08-26T03:17:30", + "last_update": "2016-07-26T15:11:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 74761267, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "would-you-rather-have-ethereum-or-steem", + "post_id": 271585, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Would you rather have Ethereum or Steem?", + "title": "Would you rather have Ethereum or Steem?", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/would-you-rather-have-ethereum-or-steem" + }, + "entry_id": 440, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "391952024", + "voter": "michaellamden68" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1101892791", + "voter": "sonzweil" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "6499490", + "voter": "steemit.tips" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "6181435", + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Who wants to win $15,000 ?\n\nWhat would you do if you have $15,000 right now?\n\nhttp://www.sweepstakesmania.com/wp-content/uploads/2010/11/95_cash_1-300x274.jpg\n\n#money #cash #winner #winning", + "body_length": 191, + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 2, + "created": "2016-07-26T15:05:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"image\":[\"http:\\/\\/www.sweepstakesmania.com\\/wp-content\\/uploads\\/2010\\/11\\/95_cash_1-300x274.jpg\"]}", + "last_payout": "2016-08-26T03:54:03", + "last_update": "2016-07-26T15:05:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506525740, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "usd15-000", + "post_id": 271466, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "$15,000", + "title": "$15,000", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/usd15-000" + }, + "entry_id": 439, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50549376", + "voter": "shoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46448577", + "voter": "alex40nl" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "GREEN BANK, W.Va. (KDKA) \u2014 Would you believe there\u2019s a place where no one can use a cell phone? Where Wi-Fi is not allowed? Where even finding a radio station can be a difficult task?\n\nThere\u2019s a town in West Virginia a few hours to south of Pittsburgh where all that is true.\n\nhttp://pittsburgh.cbslocal.com/2016/07/25/no-cell-phones-wi-fi-allowed-in-small-w-va-town/\n\n#green #bank #wifi #cellphone #mobile #phone #ban #censored #va #west #virginia #dictatorship", + "body_length": 462, + "cashout_time": "1969-12-31T23:59:59", + "category": "mobile", + "children": 0, + "created": "2016-07-26T14:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mobile\"],\"links\":[\"http:\\/\\/pittsburgh.cbslocal.com\\/2016\\/07\\/25\\/no-cell-phones-wi-fi-allowed-in-small-w-va-town\\/\"]}", + "last_payout": "2016-08-26T14:36:00", + "last_update": "2016-07-26T14:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 96997953, + "parent_author": "", + "parent_permlink": "mobile", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cellphone-and-wifi-ban", + "post_id": 270554, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cellphone & Wifi ban", + "title": "Cellphone & Wifi ban", + "total_payout_value": "0.000 HBD", + "url": "/mobile/@cryptocurrency1/cellphone-and-wifi-ban" + }, + "entry_id": 438, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "217129895", + "voter": "mehanizator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72745190", + "voter": "belovruslan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38894484", + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56869140", + "voter": "mzie" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Right now, a lot of people are pumping up the price of Steem coin. \n\nWhen this lawsuit hits Steemit.com the price of Steem coin will then plummet big.\n\nhttps://steemit.com/steem/@cryptocurrency1/who-owns-the-legal-right-to-the-name-steem\n\nhttps://img1.steemit.com/0x0/https://steem.io/images/steem.png\n\n#lawsuit #legal #lawyer #steem #steemit #coin #cryptocurrency #news", + "body_length": 370, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 2, + "created": "2016-07-26T14:03:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@cryptocurrency1\\/who-owns-the-legal-right-to-the-name-steem\"]}", + "last_payout": "2016-08-26T14:31:06", + "last_update": "2016-07-26T14:03:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 385638709, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-com-lawsuit", + "post_id": 270314, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit.com lawsuit", + "title": "Steemit.com lawsuit", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/steemit-com-lawsuit" + }, + "entry_id": 437, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7070502928", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45354212", + "voter": "advertising" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15509139", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn.thinkprogress.org/wp-content/uploads/2016/07/20140241/trans-student-2-1024x683.jpg\n\nTwo federal lawsuits, one from a transgender boy in Wisconsin and another from a transgender boy in Maryland, assert that schools are discriminating against trans students by making them use unisex bathrooms and locker rooms.\n\nhttp://thinkprogress.org/education/2016/07/20/3800220/trans-students-file-federal-suits/\n\n#lawsuit #transgender #gay #lesbian #homesexual #legal #lawyer", + "body_length": 474, + "cashout_time": "1969-12-31T23:59:59", + "category": "lawsuit", + "children": 0, + "created": "2016-07-26T13:57:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lawsuit\"],\"image\":[\"http:\\/\\/cdn.thinkprogress.org\\/wp-content\\/uploads\\/2016\\/07\\/20140241\\/trans-student-2-1024x683.jpg\"]}", + "last_payout": "2016-08-26T13:58:24", + "last_update": "2016-07-26T13:57:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7131366279, + "parent_author": "", + "parent_permlink": "lawsuit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves", + "post_id": 270212, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lawsuit: Trans Students Made To Wear Green Bracelets To ID Themselves", + "title": "Lawsuit: Trans Students Made To Wear Green Bracelets To ID Themselves", + "total_payout_value": "0.000 HBD", + "url": "/lawsuit/@cryptocurrency1/lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves" + }, + "entry_id": 436, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50550677", + "voter": "bath" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "BERLIN \u2014 Officials say a man has shot dead a doctor before killing himself at a Berlin hospital.\n\nhttp://www.nytimes.com/aponline/2016/07/26/world/europe/ap-eu-germany-shooting.html?_r=0\n\n#doctor #hospital #berlin", + "body_length": 213, + "cashout_time": "1969-12-31T23:59:59", + "category": "doctor", + "children": 0, + "created": "2016-07-26T13:50:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"doctor\"],\"links\":[\"http:\\/\\/www.nytimes.com\\/aponline\\/2016\\/07\\/26\\/world\\/europe\\/ap-eu-germany-shooting.html?_r=0\"]}", + "last_payout": "2016-08-26T14:20:39", + "last_update": "2016-07-26T13:50:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50550677, + "parent_author": "", + "parent_permlink": "doctor", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "man-shoots-dead-doctor-kills-himself-at-berlin-hospital", + "post_id": 270100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Man Shoots Dead Doctor, Kills Himself at Berlin Hospital", + "title": "Man Shoots Dead Doctor, Kills Himself at Berlin Hospital", + "total_payout_value": "0.000 HBD", + "url": "/doctor/@cryptocurrency1/man-shoots-dead-doctor-kills-himself-at-berlin-hospital" + }, + "entry_id": 435, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49259467", + "voter": "auctions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27886642", + "voter": "belgorogdmitriy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The Tesla, SolarCity and SpaceX leader unveiled the latest iteration of his plan revolutionize the energy sector by going all-in on a carbon-free future.\n\nWhat Every Investor Should Know About Elon Musk's Master Plan\n\nhttps://regmedia.co.uk/2015/06/05/ashlee_vance_elon_musk_1.jpg?x=1200&y=794\n\nhttp://www.fool.com/investing/2016/07/26/elon-musk-takes-over-the-world.aspx\n\n#elon #musk #spacex #solarcity #tesla #energy #technology", + "body_length": 434, + "cashout_time": "1969-12-31T23:59:59", + "category": "space", + "children": 0, + "created": "2016-07-26T12:33:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"space\"],\"image\":[\"https:\\/\\/regmedia.co.uk\\/2015\\/06\\/05\\/ashlee_vance_elon_musk_1.jpg?x=1200&y=794\"]}", + "last_payout": "2016-08-26T12:51:39", + "last_update": "2016-07-26T12:33:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 84559933, + "parent_author": "", + "parent_permlink": "space", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "elon-musk-s-master-plan", + "post_id": 269076, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elon Musk's Master Plan", + "title": "Elon Musk's Master Plan", + "total_payout_value": "0.000 HBD", + "url": "/space/@cryptocurrency1/elon-musk-s-master-plan" + }, + "entry_id": 434, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "600059012", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226780112", + "voter": "mehanizator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41481793", + "voter": "headlines" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15519247", + "voter": "bestmalik" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Yahoo mentioned Steemit\n\nhttps://ca.finance.yahoo.com/video/meet-social-network-rewards-bloggers-203356887.html\n\nKeep up the good work!\n\n#steem #steemit #news #cryptocurrency", + "body_length": 174, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-26T11:32:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/ca.finance.yahoo.com\\/video\\/meet-social-network-rewards-bloggers-203356887.html\"]}", + "last_payout": "2016-08-26T11:40:06", + "last_update": "2016-07-26T11:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 883840164, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-made-it-on-to-yahoo-news", + "post_id": 268300, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit made it on to Yahoo news", + "title": "Steemit made it on to Yahoo news", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steemit-made-it-on-to-yahoo-news" + }, + "entry_id": 433, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16597011", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46828325", + "voter": "animals" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6294280", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "If I put Steemit.com ads on Bus\nis Steem going to pay for it?\n\nhttps://www.steemimg.com/images/2016/07/26/Bus107c16.jpg\nhttps://www.steemimg.com/images/2016/07/26/Bus24ece4.jpg\n\n#steem #steemit #ad #advertising", + "body_length": 210, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-26T10:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/26\\/Bus107c16.jpg\"]}", + "last_payout": "2016-08-26T10:48:51", + "last_update": "2016-07-26T10:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77133440, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-ad-on-bus", + "post_id": 267643, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Ad on Bus", + "title": "Steemit Ad on Bus", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/steemit-ad-on-bus" + }, + "entry_id": 432, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1158142575", + "voter": "barriexy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51776763", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225310076", + "voter": "lol434241" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44076636", + "voter": "checkers" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "XAURUM is offering a ground floor opportunity to be a 'cryptogold' pioneer.\n\nhttp://www.financemagnates.com/cryptocurrency/bloggers/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico/\n\nhttp://www.financemagnates.com/wp-content/uploads/2015/04/gold880x400-1.jpg\n\n#xaurum #cryptocurrency #bitcoin #gold #cryptocurrencies #cryptogold", + "body_length": 341, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "created": "2016-07-26T10:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"http:\\/\\/www.financemagnates.com\\/cryptocurrency\\/bloggers\\/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico\\/\"]}", + "last_payout": "2016-08-26T10:35:12", + "last_update": "2016-07-26T10:08:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1486719874, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico", + "post_id": 267474, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gold-Backed Cryptocurrency Xaurum Announces Rebirth Event ICO", + "title": "Gold-Backed Cryptocurrency Xaurum Announces Rebirth Event ICO", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico" + }, + "entry_id": 431, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-75308351249", + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54445274", + "voter": "diet" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZLNarQehTwM\n\n#walmart #funny", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 0, + "created": "2016-07-26T09:26:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"funny\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ZLNarQehTwM\"]}", + "last_payout": "2016-08-26T09:42:03", + "last_update": "2016-07-26T09:26:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -75253905975, + "parent_author": "", + "parent_permlink": "funny", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-inappropriate-people-at-walmart", + "post_id": 267138, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Inappropriate People At WALMART", + "title": "10 Inappropriate People At WALMART", + "total_payout_value": "0.000 HBD", + "url": "/funny/@cryptocurrency1/10-inappropriate-people-at-walmart" + }, + "entry_id": 430, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "146712197", + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48067143", + "voter": "hobbies" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2cqST6ifXac\n\n#photos #shocking #pictures #spider", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "pictures", + "children": 0, + "created": "2016-07-26T09:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pictures\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=2cqST6ifXac\"]}", + "last_payout": "2016-08-26T09:28:45", + "last_update": "2016-07-26T09:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 194779340, + "parent_author": "", + "parent_permlink": "pictures", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-photos-that-will-make-you-uneasy", + "post_id": 267072, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Photos That Will Make You UNEASY", + "title": "10 Photos That Will Make You UNEASY", + "total_payout_value": "0.000 HBD", + "url": "/pictures/@cryptocurrency1/10-photos-that-will-make-you-uneasy" + }, + "entry_id": 429, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "336822295", + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38894484", + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49944195", + "voter": "erikkartmen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=W3dzyHTibsU\n\n#ritual #sex #sexual #tradition #world #travel #life", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "created": "2016-07-26T09:14:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=W3dzyHTibsU\"]}", + "last_payout": "2016-08-26T09:49:03", + "last_update": "2016-07-26T09:14:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 425660974, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-shocking-sexual-traditions-from-around-the-world", + "post_id": 267017, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Shocking Sexual Traditions From Around The World!", + "title": "10 Shocking Sexual Traditions From Around The World!", + "total_payout_value": "0.000 HBD", + "url": "/travel/@cryptocurrency1/10-shocking-sexual-traditions-from-around-the-world" + }, + "entry_id": 428, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "336822295", + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51833639", + "voter": "vintage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14442593", + "voter": "kalimor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=92VC0tkqB6Y", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-07-26T09:08:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=92VC0tkqB6Y\"]}", + "last_payout": "2016-08-26T09:26:39", + "last_update": "2016-07-26T09:08:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 403098527, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "15-mysterious-creatures-of-all-time", + "post_id": 266967, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "15 Mysterious Creatures Of All Time", + "title": "15 Mysterious Creatures Of All Time", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/15-mysterious-creatures-of-all-time" + }, + "entry_id": 427, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "325594886", + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50559748", + "voter": "unity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14442593", + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61857440", + "voter": "aviramelad" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=cJ_boE1nZZ0\n\n#photoshop #girlfriend", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "photoshop", + "children": 0, + "created": "2016-07-26T09:02:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photoshop\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=cJ_boE1nZZ0\"]}", + "last_payout": "2016-08-26T09:25:15", + "last_update": "2016-07-26T09:02:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 452454667, + "parent_author": "", + "parent_permlink": "photoshop", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "40-guys-with-worst-photoshop-girlfriend", + "post_id": 266919, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "40 Guys with Worst Photoshop Girlfriend", + "title": "40 Guys with Worst Photoshop Girlfriend", + "total_payout_value": "0.000 HBD", + "url": "/photoshop/@cryptocurrency1/40-guys-with-worst-photoshop-girlfriend" + }, + "entry_id": 426, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "49260048", + "voter": "exercise" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U8TTDXhEMl0\n\n#mysterious #creatures #caught #camera #life", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "creatures", + "children": 0, + "created": "2016-07-26T08:57:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"creatures\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=U8TTDXhEMl0\"]}", + "last_payout": "2016-08-26T09:27:51", + "last_update": "2016-07-26T08:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49260048, + "parent_author": "", + "parent_permlink": "creatures", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life", + "post_id": 266881, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Mysterious Creatures Caught On Camera & Spotted In Real Life!", + "title": "Top 10 Mysterious Creatures Caught On Camera & Spotted In Real Life!", + "total_payout_value": "0.000 HBD", + "url": "/creatures/@cryptocurrency1/top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life" + }, + "entry_id": 425, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57040470", + "voter": "mommy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=8NKI7J9RElg\n\n#gun #censored #banned #murdered #youtuber #video #kill", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "youtubers", + "children": 0, + "created": "2016-07-26T08:51:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"youtubers\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=8NKI7J9RElg\"]}", + "last_payout": "2016-08-26T09:22:03", + "last_update": "2016-07-26T08:51:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57040470, + "parent_author": "", + "parent_permlink": "youtubers", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-youtubers-who-were-murdered", + "post_id": 266837, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 YouTubers Who Were MURDERED", + "title": "10 YouTubers Who Were MURDERED", + "total_payout_value": "0.000 HBD", + "url": "/youtubers/@cryptocurrency1/10-youtubers-who-were-murdered" + }, + "entry_id": 424, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2826682637", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30241261", + "voter": "jokes" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=03XlxfnAKpI\n\n#banned #censored #amazon", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "amazon", + "children": 0, + "created": "2016-07-26T08:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"amazon\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=03XlxfnAKpI\"]}", + "last_payout": "2016-08-26T08:49:18", + "last_update": "2016-07-26T08:46:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2856923898, + "parent_author": "", + "parent_permlink": "amazon", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-banned-things-on-amazon", + "post_id": 266793, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 BANNED Things On Amazon", + "title": "10 BANNED Things On Amazon", + "total_payout_value": "0.000 HBD", + "url": "/amazon/@cryptocurrency1/10-banned-things-on-amazon" + }, + "entry_id": 423, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10592006934", + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3163192475", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42762543", + "voter": "advertising" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=woDiSqyFDuI\n\n#kids #torture #juvenile #detention #australian #australia", + "body_length": 103, + "cashout_time": "1969-12-31T23:59:59", + "category": "australia", + "children": 0, + "created": "2016-07-26T08:37:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"australia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=woDiSqyFDuI\"]}", + "last_payout": "2016-08-26T08:44:21", + "last_update": "2016-07-26T08:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13797961952, + "parent_author": "", + "parent_permlink": "australia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "australia-s-shame-torture-of-kids-at-juvenile-detention-center", + "post_id": 266751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Australia\u2019s shame: \u2018Torture\u2019 of kids at juvenile detention center", + "title": "Australia\u2019s shame: \u2018Torture\u2019 of kids at juvenile detention center", + "total_payout_value": "0.000 HBD", + "url": "/australia/@cryptocurrency1/australia-s-shame-torture-of-kids-at-juvenile-detention-center" + }, + "entry_id": 422, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2893984605", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49253365", + "voter": "culture" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jR6exd-C0jE\n\n#youtuber #banned #censored", + "body_length": 72, + "cashout_time": "1969-12-31T23:59:59", + "category": "youtuber", + "children": 0, + "created": "2016-07-26T08:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"youtuber\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=jR6exd-C0jE\"]}", + "last_payout": "2016-08-26T08:48:27", + "last_update": "2016-07-26T08:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2943237970, + "parent_author": "", + "parent_permlink": "youtuber", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "5-banned-youtubers-you-can-t-watch-anymore", + "post_id": 266702, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Banned YouTubers You Can't Watch Anymore", + "title": "5 Banned YouTubers You Can't Watch Anymore", + "total_payout_value": "0.000 HBD", + "url": "/youtuber/@cryptocurrency1/5-banned-youtubers-you-can-t-watch-anymore" + }, + "entry_id": 421, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "384317016", + "voter": "zener007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45396910", + "voter": "iguana" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ku2_Jy7VS1k\n\n#fire #nato #turkey", + "body_length": 64, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-26T08:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ku2_Jy7VS1k\"]}", + "last_payout": "2016-08-26T08:30:24", + "last_update": "2016-07-26T08:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 429713926, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "huge-fire-breaks-out-near-nato-base-in-turkey", + "post_id": 266652, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Huge fire breaks out near NATO base in Turkey", + "title": "Huge fire breaks out near NATO base in Turkey", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/huge-fire-breaks-out-near-nato-base-in-turkey" + }, + "entry_id": 420, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "384317016", + "voter": "zener007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29377177", + "voter": "hunting" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Hld557JJVzU\n\n#illegal #jobs #pay #payrate #salary", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-07-26T08:17:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Hld557JJVzU\"]}", + "last_payout": "2016-08-26T08:30:12", + "last_update": "2016-07-26T08:17:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 413694193, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-illegal-jobs-that-pay-extremely-well", + "post_id": 266566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Illegal Jobs That Pay Extremely Well", + "title": "10 Illegal Jobs That Pay Extremely Well", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/10-illegal-jobs-that-pay-extremely-well" + }, + "entry_id": 419, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1276866998", + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47974054", + "voter": "crypto777" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LcyKyRZAqnA\n\n#us #army #research #darpa #technology #weapon", + "body_length": 91, + "cashout_time": "1969-12-31T23:59:59", + "category": "darpa", + "children": 0, + "created": "2016-07-26T08:12:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"darpa\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=LcyKyRZAqnA\"]}", + "last_payout": "2016-08-26T08:31:33", + "last_update": "2016-07-26T08:12:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1324841052, + "parent_author": "", + "parent_permlink": "darpa", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "darpa-pulls-technology-from-the-book-of-revelation", + "post_id": 266524, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DARPA Pulls Technology From The Book Of Revelation", + "title": "DARPA Pulls Technology From The Book Of Revelation", + "total_payout_value": "0.000 HBD", + "url": "/darpa/@cryptocurrency1/darpa-pulls-technology-from-the-book-of-revelation" + }, + "entry_id": 418, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36289579", + "voter": "outdoors" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=3AG6fKPeOl4\n\n#celeb #celebrity #secrets", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "celebrity", + "children": 0, + "created": "2016-07-26T08:07:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"celebrity\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=3AG6fKPeOl4\"]}", + "last_payout": "2016-08-26T08:32:57", + "last_update": "2016-07-26T08:07:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43703403, + "parent_author": "", + "parent_permlink": "celebrity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-horrible-secrets-celebs-don-t-want-you-to-know", + "post_id": 266461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Horrible Secrets Celebs Don't Want You To Know", + "title": "10 Horrible Secrets Celebs Don't Want You To Know", + "total_payout_value": "0.000 HBD", + "url": "/celebrity/@cryptocurrency1/10-horrible-secrets-celebs-don-t-want-you-to-know" + }, + "entry_id": 417, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6335043253", + "voter": "getssidetracked" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "40169413", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112213978", + "voter": "tankwater" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30241339", + "voter": "olympics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61642240", + "voter": "financialfreedom" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9PcBGZNjYMo\n\n#banks #banking #derivatives #collapse #deutsche #bull #bear #market #bankrupt #gold", + "body_length": 129, + "cashout_time": "1969-12-31T23:59:59", + "category": "banks", + "children": 1, + "created": "2016-07-26T07:54:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"banks\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9PcBGZNjYMo\"]}", + "last_payout": "2016-08-26T08:11:21", + "last_update": "2016-07-26T07:54:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6586724047, + "parent_author": "", + "parent_permlink": "banks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview", + "post_id": 266330, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank is Broke, Derivatives Collapse Coming - Jim Rogers Interview", + "title": "Deutsche Bank is Broke, Derivatives Collapse Coming - Jim Rogers Interview", + "total_payout_value": "0.000 HBD", + "url": "/banks/@cryptocurrency1/deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview" + }, + "entry_id": 416, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58248858", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7413824", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112213978", + "voter": "tankwater" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47945844", + "voter": "marketing" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=BzIaRmHP-ho\n\n#photos #banned #censored #censorship #social #media", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "censored", + "children": 0, + "created": "2016-07-26T07:49:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"censored\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=BzIaRmHP-ho\"]}", + "last_payout": "2016-08-26T08:12:15", + "last_update": "2016-07-26T07:49:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225822504, + "parent_author": "", + "parent_permlink": "censored", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-photos-banned-from-social-media", + "post_id": 266296, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Photos BANNED From Social Media", + "title": "10 Photos BANNED From Social Media", + "total_payout_value": "0.000 HBD", + "url": "/censored/@cryptocurrency1/10-photos-banned-from-social-media" + }, + "entry_id": 415, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "448203510", + "voter": "radium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "615779046845", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53120992", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10493707256", + "voter": "omarbitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6335043253", + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64720954", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546585172", + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "327787753", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225576072", + "voter": "choccy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31114563", + "voter": "gbp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54549066", + "voter": "paulchisto" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TxElpBrvaXE\n\n#north #korea #banned #censored", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-26T07:38:57", + "curator_payout_value": "0.128 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=TxElpBrvaXE\"]}", + "last_payout": "2016-08-26T07:56:30", + "last_update": "2016-07-26T07:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 634359455436, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "28-banned-photos-that-were-secretly-smuggled-out-of-north-korea", + "post_id": 266202, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "28 BANNED PHOTOS THAT WERE SECRETLY SMUGGLED OUT OF NORTH KOREA", + "title": "28 BANNED PHOTOS THAT WERE SECRETLY SMUGGLED OUT OF NORTH KOREA", + "total_payout_value": "0.793 HBD", + "url": "/news/@cryptocurrency1/28-banned-photos-that-were-secretly-smuggled-out-of-north-korea" + }, + "entry_id": 414, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "96999454", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44080415", + "voter": "photos" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FQMXGFFqE1I\n\n#zionist #agenda #blm #illuminati #bilderberg #jews #israel", + "body_length": 104, + "cashout_time": "1969-12-31T23:59:59", + "category": "blm", + "children": 1, + "created": "2016-07-25T16:54:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blm\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=FQMXGFFqE1I\"]}", + "last_payout": "2016-08-25T17:25:12", + "last_update": "2016-07-25T16:54:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 141079869, + "parent_author": "", + "parent_permlink": "blm", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda", + "post_id": 253703, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gavin Long, Hands Up Don't Shoot & the Zionist Agenda", + "title": "Gavin Long, Hands Up Don't Shoot & the Zionist Agenda", + "total_payout_value": "0.000 HBD", + "url": "/blm/@cryptocurrency1/gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda" + }, + "entry_id": 413, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "79074196", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51845647", + "voter": "culture" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Zzr03Z-q134\n\n#gematria #bernie #richard #nixon #wikileaks", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 1, + "created": "2016-07-25T16:28:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Zzr03Z-q134\"]}", + "last_payout": "2016-08-25T16:58:57", + "last_update": "2016-07-25T16:28:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 130919843, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wikileaks-says-dnc-cheated-bernie", + "post_id": 253260, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks says DNC cheated Bernie!", + "title": "Wikileaks says DNC cheated Bernie!", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/wikileaks-says-dnc-cheated-bernie" + }, + "entry_id": 412, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "79074196", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54440902", + "voter": "vacation" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/education/2016/04/19/alamy-teens-model-releas_3462134b-large_trans++pJliwavx4coWFCaEkEsb3kvxIt-lGGWCWqwLa_RXJU8.jpg\n\nTeachers and parents at leading private schools have been warned to be aware of this new form of cyberbullying, as it tends to happen outside adult oversight because teenagers regard it as just one level up from banter.\n\nhttp://www.telegraph.co.uk/education/2016/07/24/girls-gang-up-on-boys-in-new-cyberbullying-craze-called-roasting/\n\n#girls #boys #bullying #school #kids #education #teen #teenagers", + "body_length": 556, + "cashout_time": "1969-12-31T23:59:59", + "category": "teen", + "children": 1, + "created": "2016-07-25T16:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"teen\",\"girls\",\"boys\",\"bullying\",\"school\",\"kids\",\"education\",\"teenagers\"],\"image\":[\"http:\\/\\/www.telegraph.co.uk\\/content\\/dam\\/education\\/2016\\/04\\/19\\/alamy-teens-model-releas_3462134b-large_trans++pJliwavx4coWFCaEkEsb3kvxIt-lGGWCWqwLa_RXJU8.jpg\"]}", + "last_payout": "2016-08-25T16:53:30", + "last_update": "2016-07-25T16:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 133515098, + "parent_author": "", + "parent_permlink": "teen", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts", + "post_id": 253169, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "https://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/", + "title": "https://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/", + "total_payout_value": "0.000 HBD", + "url": "/teen/@cryptocurrency1/https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts" + }, + "entry_id": 411, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "94889035", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243604058", + "voter": "sekoorane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50730685", + "voter": "animals" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.thesun.co.uk/wp-content/uploads/2016/03/2631878.main_image.jpg?w=960\n\n\u201cComputing will not be sustainable by 2040, when the energy required for computing will exceed the estimated world\u2019s energy production.\u201d\n\nhttps://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/\n\n#techology #electricity #world #tech #experts #computers #energy", + "body_length": 422, + "cashout_time": "1969-12-31T23:59:59", + "category": "energy", + "children": 1, + "created": "2016-07-25T16:17:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"energy\",\"techology\",\"electricity\",\"world\",\"tech\",\"experts\",\"computers\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/03\\/2631878.main_image.jpg?w=960\"]}", + "last_payout": "2016-08-25T16:23:36", + "last_update": "2016-07-25T16:17:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 389223778, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim", + "post_id": 253073, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Computers will use more electricity than the entire world can generate by 2040, tech experts claim", + "title": "Computers will use more electricity than the entire world can generate by 2040, tech experts claim", + "total_payout_value": "0.000 HBD", + "url": "/energy/@cryptocurrency1/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim" + }, + "entry_id": 410, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "94889035", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51847510", + "voter": "films" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "China\u2019s top internet regulator ordered major online companies including Sina Corp. and Tencent Holdings Ltd. to stop original news reporting, the latest effort by the government to tighten its grip over the country\u2019s web and information industries.\n\n#china #internet #news #ban #censorship", + "body_length": 289, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 1, + "created": "2016-07-25T16:11:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"internet\",\"news\",\"ban\",\"censorship\"]}", + "last_payout": "2016-08-25T16:42:03", + "last_update": "2016-07-25T16:11:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 146736545, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-bans-internet-news-reporting-as-media-crackdown-widens", + "post_id": 252974, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Bans Internet News Reporting as Media Crackdown Widens", + "title": "China Bans Internet News Reporting as Media Crackdown Widens", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-bans-internet-news-reporting-as-media-crackdown-widens" + }, + "entry_id": 409, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16904848032", + "voter": "max-infeld" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108235226", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "323909618", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53495695", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36300445", + "voter": "cny" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hello,\n\nI'm selling this home made hydroponic grow kit. It is a built to order.\nIf you want to buy it reply to this message and let me know and I will build one for you.\n\nMy asking price is $300 (Supplies included and Free shipping to USA)\n\nhttps://www.steemimg.com/images/2016/07/25/1fe607.jpg\nhttps://www.steemimg.com/images/2016/07/25/20c07c.jpg\nhttps://www.steemimg.com/images/2016/07/25/3d117b.jpg\nhttps://www.steemimg.com/images/2016/07/25/431974.jpg\nhttps://www.steemimg.com/images/2016/07/25/525ec6.jpg\nhttps://www.steemimg.com/images/2016/07/25/64cbf2.jpg\nhttps://www.steemimg.com/images/2016/07/25/778d12.jpg\nhttps://www.steemimg.com/images/2016/07/25/8711ba.jpg\nhttps://www.steemimg.com/images/2016/07/25/91d0f7.jpg\nhttps://www.steemimg.com/images/2016/07/25/1030208.jpg\n\n#hydroponic #grow #kit #farm #garden #farming #organic", + "body_length": 837, + "cashout_time": "1969-12-31T23:59:59", + "category": "hydroponic", + "children": 2, + "created": "2016-07-25T15:36:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hydroponic\",\"grow\",\"kit\",\"farm\",\"garden\",\"farming\",\"organic\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/25\\/1fe607.jpg\"]}", + "last_payout": "2016-08-25T16:19:24", + "last_update": "2016-07-25T15:36:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17426789016, + "parent_author": "", + "parent_permlink": "hydroponic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-m-selling-this-home-made-hydroponic-kit", + "post_id": 252306, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I'm selling this home made Hydroponic kit", + "title": "I'm selling this home made Hydroponic kit", + "total_payout_value": "0.020 HBD", + "url": "/hydroponic/@cryptocurrency1/i-m-selling-this-home-made-hydroponic-kit" + }, + "entry_id": 408, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "236085702", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14226009", + "voter": "qonq99" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-227165213", + "voter": "dubovoy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "VLADIMIR Putin could spark World War Three at any time by deciding to invade Poland in a matter of HOURS, a top NATO figure has warned tonight.\n\nhttp://www.express.co.uk/news/world/692601/NATO-military-chief-warns-Vladimir-Putin-invade-Poland-start-World-War-Three\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/putin-692601.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/generals-601645.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/training-601650.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/parade-601651.jpg\n\n#war #russia #russian #poland #ww3 #putin", + "body_length": 624, + "cashout_time": "1969-12-31T23:59:59", + "category": "war", + "children": 1, + "created": "2016-07-25T13:24:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"war\",\"russia\",\"russian\",\"poland\",\"ww3\",\"putin\"],\"links\":[\"http:\\/\\/www.express.co.uk\\/news\\/world\\/692601\\/NATO-military-chief-warns-Vladimir-Putin-invade-Poland-start-World-War-Three\"]}", + "last_payout": "2016-08-25T13:27:30", + "last_update": "2016-07-25T13:24:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23146498, + "parent_author": "", + "parent_permlink": "war", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "putin-is-ready-to-start-world-war-three-overnight", + "post_id": 249976, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putin is ready to start World War Three \u2018OVERNIGHT\u2019", + "title": "Putin is ready to start World War Three \u2018OVERNIGHT\u2019", + "total_payout_value": "0.000 HBD", + "url": "/war/@cryptocurrency1/putin-is-ready-to-start-world-war-three-overnight" + }, + "entry_id": 407, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "265596415", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14226009", + "voter": "qonq99" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "'SEX PARTY' SHOOTING Gunman on the loose after a man is shot dead and several injured at pool party murder at \u00a31m bungalow in Surrey\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002544335071.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1497267/one-dead-and-several-serious-injured-after-private-party-at-house-in-surrey/\n\n#sex #party #pool #shooting #gun #murder", + "body_length": 379, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 1, + "created": "2016-07-25T13:11:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\",\"party\",\"pool\",\"shooting\",\"gun\",\"murder\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/nintchdbpict0002544335071.jpg?w=960\"]}", + "last_payout": "2016-08-25T13:27:15", + "last_update": "2016-07-25T13:11:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 279822424, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sex-party-shooting", + "post_id": 249779, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'SEX PARTY' SHOOTING", + "title": "'SEX PARTY' SHOOTING", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/sex-party-shooting" + }, + "entry_id": 406, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "8639652439", + "voter": "gore84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "449461442", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25665641", + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28958187", + "voter": "kanabis420pm" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The bank\u2019s efforts to control the price and allocation of credit are increasingly distortive and making the Fed irrelevant to credit markets.\n\nhttps://si.wsj.net/public/resources/images/ED-AV350_bkrvta_JV_20160719150327.jpg\n\nhttp://www.wsj.com/articles/what-uber-can-teach-the-fed-1469141936\n\n#fed #bank #credit #swap", + "body_length": 317, + "cashout_time": "1969-12-31T23:59:59", + "category": "finance", + "children": 1, + "created": "2016-07-25T12:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"finance\",\"fed\",\"bank\",\"credit\",\"swap\"],\"image\":[\"https:\\/\\/si.wsj.net\\/public\\/resources\\/images\\/ED-AV350_bkrvta_JV_20160719150327.jpg\"]}", + "last_payout": "2016-08-25T12:37:39", + "last_update": "2016-07-25T12:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9143737709, + "parent_author": "", + "parent_permlink": "finance", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-uber-can-teach-the-fed", + "post_id": 248951, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What Uber Can Teach the Fed", + "title": "What Uber Can Teach the Fed", + "total_payout_value": "0.000 HBD", + "url": "/finance/@cryptocurrency1/what-uber-can-teach-the-fed" + }, + "entry_id": 405, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "533735462", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18968012", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110511220", + "voter": "chizhan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn.americanbanker.com/media/newspics/hassell-gerald-bl100313-365.jpg\n\n\"We've been piloting robotics and machine learning processes to automate work and eliminate repetitive manual tasks,\" BNY Mellon Chief Executive Gerald Hassell said in his opening remarks on the bank's second-quarter earnings call Thursday.\n\nhttp://www.americanbanker.com/news/national-regional/robotics-really-bny-mellon-automates-mind-numbing-tasks-1090338-1.html\n\n#financial #robot #finance #robotic #banks #automate #ceo", + "body_length": 502, + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "created": "2016-07-25T11:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"financial\",\"robot\",\"finance\",\"robotic\",\"banks\",\"automate\",\"ceo\"],\"image\":[\"http:\\/\\/cdn.americanbanker.com\\/media\\/newspics\\/hassell-gerald-bl100313-365.jpg\"]}", + "last_payout": "2016-08-25T12:13:30", + "last_update": "2016-07-25T11:44:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 663214694, + "parent_author": "", + "parent_permlink": "financial", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bny-mellon-bank-uses-robots", + "post_id": 248699, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BNY Mellon bank uses robots", + "title": "BNY Mellon bank uses robots", + "total_payout_value": "0.000 HBD", + "url": "/financial/@cryptocurrency1/bny-mellon-bank-uses-robots" + }, + "entry_id": 404, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "547781133", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65180310", + "voter": "mobile" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents - \n\nhttp://images.techtimes.com/data/images/full/261385/samsung-wireless-charger-patent.jpg\n\nhttp://www.techtimes.com/articles/171218/20160725/samsung-is-working-on-wireless-chargers-three-new-designs-surface-on-patents.htm#sthash.Vl6w8Luh.dpuf\n\n#samsung #wireless #charger #mobile #phone #technology #innovation", + "body_length": 386, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-07-25T11:39:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"samsung\",\"wireless\",\"charger\",\"mobile\",\"phone\",\"innovation\"],\"image\":[\"http:\\/\\/images.techtimes.com\\/data\\/images\\/full\\/261385\\/samsung-wireless-charger-patent.jpg\"]}", + "last_payout": "2016-08-26T05:11:06", + "last_update": "2016-07-25T11:39:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 612961443, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents", + "post_id": 248656, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents", + "title": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents" + }, + "entry_id": 403, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "41468086", + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TuEy22_8-do\n\n#hillary #clinton #bernie #sanders #vote #voting #political #election #age #old #women", + "body_length": 131, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-25T09:08:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=TuEy22_8-do\"]}", + "last_payout": "2016-08-25T09:34:12", + "last_update": "2016-07-25T09:08:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41468086, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-old-women-think-about-hillary-clinton", + "post_id": 247602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What old women think about Hillary Clinton", + "title": "What old women think about Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/what-old-women-think-about-hillary-clinton" + }, + "entry_id": 402, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50552091", + "voter": "education" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/24/18/36887B3500000578-3705817-image-m-7_1469381895382.jpg\n\nAngela Merkel faces fresh backlash over open door immigration policy after latest German attacks by Syrian refugees\nGerman Chancellor decided to let in around one million migrants in 2015\nTonight a Syrian refugee wielding a machete has killed a pregnant woman \nThe killing took place in south western city of Reutlingen near Stuttgart \nAttack comes just days after an Afghan swung an axe at train passengers\n\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3705817/Andrea-Merkel-face-new-backlash-open-door-immigration-policy-new-German-attack-Syrian-refugee.html#ixzz4FPRSwo8d \n\n#german #germany #chancellor #train #afghan #attack #machete #migrants", + "body_length": 754, + "cashout_time": "1969-12-31T23:59:59", + "category": "germany", + "children": 0, + "created": "2016-07-25T09:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"germany\",\"german\",\"chancellor\",\"train\",\"afghan\",\"attack\",\"machete\",\"migrants\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/24\\/18\\/36887B3500000578-3705817-image-m-7_1469381895382.jpg\"]}", + "last_payout": "2016-08-25T09:27:51", + "last_update": "2016-07-25T09:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50552091, + "parent_author": "", + "parent_permlink": "germany", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "merkel-feels-the-heat", + "post_id": 247562, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MERKEL FEELS THE HEAT...", + "title": "MERKEL FEELS THE HEAT...", + "total_payout_value": "0.000 HBD", + "url": "/germany/@cryptocurrency1/merkel-feels-the-heat" + }, + "entry_id": 401, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50567944", + "voter": "pax" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7PeleEJVmz4\n\n#ted #cruz #rigged #fraud #scam", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "cruz", + "children": 0, + "created": "2016-07-25T08:20:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cruz\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=7PeleEJVmz4\"]}", + "last_payout": "2016-08-25T08:46:03", + "last_update": "2016-07-25T08:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50567944, + "parent_author": "", + "parent_permlink": "cruz", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed", + "post_id": 247203, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ted Cruz Could Have Been A Hero, Now He Must Be Destroyed", + "title": "Ted Cruz Could Have Been A Hero, Now He Must Be Destroyed", + "total_payout_value": "0.000 HBD", + "url": "/cruz/@cryptocurrency1/ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed" + }, + "entry_id": 400, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "43549810", + "voter": "relationships" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-yNhpH8vFbg\n\n#hillary #clinton #theft #fraud #election #rigged #vote #voting", + "body_length": 108, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 0, + "created": "2016-07-25T08:09:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-yNhpH8vFbg\"]}", + "last_payout": "2016-08-25T08:35:12", + "last_update": "2016-07-25T08:09:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43549810, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-behind-theft-of-nomination", + "post_id": 247141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Behind Theft Of Nomination", + "title": "Hillary Behind Theft Of Nomination", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/hillary-behind-theft-of-nomination" + }, + "entry_id": 399, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "40172209", + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-o4IkIjqjh0\n\n#hillary #clinton #election #politic #politician", + "body_length": 93, + "cashout_time": "1969-12-31T23:59:59", + "category": "election", + "children": 0, + "created": "2016-07-25T07:56:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"election\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=-o4IkIjqjh0\"]}", + "last_payout": "2016-08-25T08:22:18", + "last_update": "2016-07-25T07:56:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40172209, + "parent_author": "", + "parent_permlink": "election", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-followers-say-it-s-good-she-stole-election-from-sanders", + "post_id": 247048, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Followers Say It\u2019s Good She Stole Election From Sanders", + "title": "Hillary Followers Say It\u2019s Good She Stole Election From Sanders", + "total_payout_value": "0.000 HBD", + "url": "/election/@cryptocurrency1/hillary-followers-say-it-s-good-she-stole-election-from-sanders" + }, + "entry_id": 398, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50554826", + "voter": "computers" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "At a lively Sunday march in support of former Democratic presidential candidate Bernie Sanders, chants of \u201clock her up,\u201d \u201cHillary for Prison\u201d signs and t-shirts and calls for indictment were common among the most ardent supporters of Mr. Sanders, who arrived in Philadelphia to make their voices heard to the delegates attending the Democratic National Convention.\n\nhttp://blogs.wsj.com/washwire/2016/07/24/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton/\n\nhttp://si.wsj.net/public/resources/images/BN-PB495_protes_M_20160724215219.jpg\n\n#bernie #sanders #hillary #clinton #vote #voting #philadelphia #protest #politic #election", + "body_length": 663, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 1, + "created": "2016-07-25T07:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sanders\",\"clinton\",\"hillary\",\"voting\",\"vote\",\"politic\",\"philadelphia\",\"election\",\"bernie\",\"protest\"],\"links\":[\"http:\\/\\/blogs.wsj.com\\/washwire\\/2016\\/07\\/24\\/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton\\/\"]}", + "last_payout": "2016-08-25T08:17:09", + "last_update": "2016-07-25T07:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50554826, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton", + "post_id": 247017, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bernie Sanders Supporters Chant \u2018Lock Her Up\u2019 in Philadelphia Protest Against Clinton", + "title": "Bernie Sanders Supporters Chant \u2018Lock Her Up\u2019 in Philadelphia Protest Against Clinton", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton" + }, + "entry_id": 397, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "46678942", + "voter": "komodo" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=R1-aBVicSu8\n\n#fox #media #politic #political", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "fox", + "children": 0, + "created": "2016-07-25T07:46:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fox\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=R1-aBVicSu8\"]}", + "last_payout": "2016-08-25T08:12:03", + "last_update": "2016-07-25T07:46:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46678942, + "parent_author": "", + "parent_permlink": "fox", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks", + "post_id": 246975, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Coup At Fox News Confirmed, Roger Stone Responds To The Young Turds/Turks", + "title": "Coup At Fox News Confirmed, Roger Stone Responds To The Young Turds/Turks", + "total_payout_value": "0.000 HBD", + "url": "/fox/@cryptocurrency1/coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks" + }, + "entry_id": 396, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "228604911", + "voter": "mapipaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49242962", + "voter": "athletes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23633334", + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52681091", + "voter": "hiva.media" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/23/13/hotel_0.jpg\n\nA night's stay in the penthouse suite at The Mark Hotel in New York City costs a staggering $75,000 (\u00a357,000) per night, according to Elite Traveler.\n\n#hotel #travel #luxury #elite #newyork #city #penthouse #suite", + "body_length": 327, + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "created": "2016-07-25T07:38:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"hotel\",\"luxury\",\"elite\",\"newyork\",\"city\",\"penthouse\",\"suite\"],\"image\":[\"http:\\/\\/static.independent.co.uk\\/s3fs-public\\/styles\\/story_large\\/public\\/thumbnails\\/image\\/2016\\/07\\/23\\/13\\/hotel_0.jpg\"]}", + "last_payout": "2016-08-25T08:38:30", + "last_update": "2016-07-25T07:38:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 354162298, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night", + "post_id": 246909, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Inside the world's most expensive hotel suite which costs \u00a357,000 per night", + "title": "Inside the world's most expensive hotel suite which costs \u00a357,000 per night", + "total_payout_value": "0.000 HBD", + "url": "/travel/@cryptocurrency1/inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night" + }, + "entry_id": 395, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10617179983", + "voter": "str11ngfello" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146364421", + "voter": "turretkilo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216171355", + "voter": "atx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "164830427", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33707391", + "voter": "cad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22320371", + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40577950", + "voter": "darrenturetzky" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://d3i6fh83elv35t.cloudfront.net/newshour/wp-content/uploads/2016/05/RTX2DV6U.jpg\n\nVisitors to the Dominican Republic account for more than a fifth of the confirmed Zika cases in the U.S. through mid-July, according to data from state health departments. New York, Florida and California alone tally 304 cases linked to the country, the data show.\n\n#zika #virus #health #cdc #death #caribbean #island #dominican #republic", + "body_length": 425, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-25T07:33:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cdc\",\"zika\",\"dominican\",\"death\",\"island\",\"health\",\"republic\",\"caribbean\",\"virus\"],\"image\":[\"http:\\/\\/d3i6fh83elv35t.cloudfront.net\\/newshour\\/wp-content\\/uploads\\/2016\\/05\\/RTX2DV6U.jpg\"]}", + "last_payout": "2016-08-26T00:18:18", + "last_update": "2016-07-25T07:33:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11241151898, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-a-caribbean-island-became-prime-source-of-u-s-zika-cases", + "post_id": 246852, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How a Caribbean island became prime source of U.S. Zika cases", + "title": "How a Caribbean island became prime source of U.S. Zika cases", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/how-a-caribbean-island-became-prime-source-of-u-s-zika-cases" + }, + "entry_id": 394, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50552838", + "voter": "collectibles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22320371", + "voter": "kalimor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "By 2019, biometrics are expected to be a 25-billion-dollar industry with more than 500 million biometric scanners in use around the world, according to Marc Goodman, an advisor to Interpol and the FBI. Newest to the scene, Wells Fargo this fall will begin offering a smartphone app with biometric authentication \u2014 making all your financial information just an eye scan away.\n\nhttp://www.nbcnews.com/tech/tech-news/biometric-scanning-use-grows-so-do-security-risks-n593161\n\n#security #expert #biometric #scanners #technology", + "body_length": 523, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-25T07:28:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"security\",\"expert\",\"biometric\",\"scanners\"],\"links\":[\"http:\\/\\/www.nbcnews.com\\/tech\\/tech-news\\/biometric-scanning-use-grows-so-do-security-risks-n593161\"]}", + "last_payout": "2016-08-25T07:51:06", + "last_update": "2016-07-25T07:28:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 72873209, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "500-million-scanners-by-2019", + "post_id": 246800, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "500 MILLION scanners by 2019...", + "title": "500 MILLION scanners by 2019...", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/500-million-scanners-by-2019" + }, + "entry_id": 393, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3959480266", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5295481814", + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83248528", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5499463085", + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45353728", + "voter": "medical" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254094272.jpg?w=960\n\nTURKEY has arrested more than 60 school kids and accused them of TREASON.\n\nA total of 62 students at Kuleli Military school, the oldest such establishment in Istanbul, were collared by Turkish authorities\n\nhttps://www.thesun.co.uk/news/1493143/turkey-arrests-62-school-kids-for-treason-following-last-weeks-failed-coup/\n\n#turkey #school #kids #children #military #treason", + "body_length": 459, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 2, + "created": "2016-07-25T07:21:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\",\"school\",\"kids\",\"children\",\"military\",\"treason\"],\"image\":[\"https:\\/\\/www.thesun.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/nintchdbpict000254094272.jpg?w=960\"]}", + "last_payout": "2016-08-25T07:27:06", + "last_update": "2016-07-25T07:21:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14883027421, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup", + "post_id": 246744, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey arrests 62 schoolchildren for TREASON following failed military coup", + "title": "Turkey arrests 62 schoolchildren for TREASON following failed military coup", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup" + }, + "entry_id": 392, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "46659360", + "voter": "nails" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Y6Kd4qnUC7o\n\n#duckweed #renewable #sustainable #biofuel #feedstock", + "body_length": 98, + "cashout_time": "1969-12-31T23:59:59", + "category": "biofuel", + "children": 0, + "created": "2016-07-24T19:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"biofuel\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Y6Kd4qnUC7o\"]}", + "last_payout": "2016-08-24T19:40:48", + "last_update": "2016-07-24T19:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46659360, + "parent_author": "", + "parent_permlink": "biofuel", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "duckweed-as-a-renewable-and-sustainable-biofuel-feedstock", + "post_id": 237950, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Duckweed as a Renewable and Sustainable Biofuel Feedstock", + "title": "Duckweed as a Renewable and Sustainable Biofuel Feedstock", + "total_payout_value": "0.000 HBD", + "url": "/biofuel/@cryptocurrency1/duckweed-as-a-renewable-and-sustainable-biofuel-feedstock" + }, + "entry_id": 391, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16364156977", + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178776442", + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115442654", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1183626945", + "voter": "loewan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347154959", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4935914", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41857640647", + "voter": "nicknick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26434216", + "voter": "bison015" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# How to download a Steem wallet for desktop version?\n\ndoes anyone know? I can't find it any where on the internet.\n\nSteem needs to make a desktop wallet version. This way, people don't have to trust exchanges to store all of their steem coins.\n\nhttp://www.nanoba.com/wp-content/uploads/2014/12/desktop-computer1.jpg\n\n#steem #steemit #help #support #question", + "body_length": 358, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-24T18:08:00", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"help\",\"support\",\"question\"],\"image\":[\"http:\\/\\/www.nanoba.com\\/wp-content\\/uploads\\/2014\\/12\\/desktop-computer1.jpg\"]}", + "last_payout": "2016-08-24T18:24:48", + "last_update": "2016-07-24T18:08:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60078168754, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-download-a-steem-desktop-wallet", + "post_id": 237051, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to download a Steem desktop wallet?", + "title": "How to download a Steem desktop wallet?", + "total_payout_value": "0.068 HBD", + "url": "/steemit/@cryptocurrency1/how-to-download-a-steem-desktop-wallet" + }, + "entry_id": 390, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16109019982", + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "743059255", + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2118861823", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92354123", + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# What is the difference between Steem Available supply and Total supply?\n\nwhy is the total supply more than available supply?\nhttps://www.steemimg.com/images/2016/07/24/steemcoinmarketcapd2431.png\n\n#steem #steemit #support #help", + "body_length": 229, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-24T18:01:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"support\",\"help\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/24\\/steemcoinmarketcapd2431.png\"]}", + "last_payout": "2016-08-24T18:06:51", + "last_update": "2016-07-24T18:01:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19063295183, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-is-the-difference-between-steem-available-supply-and-total-supply", + "post_id": 236943, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is the difference between Steem Available supply and Total supply?", + "title": "What is the difference between Steem Available supply and Total supply?", + "total_payout_value": "0.020 HBD", + "url": "/steem/@cryptocurrency1/what-is-the-difference-between-steem-available-supply-and-total-supply" + }, + "entry_id": 389, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LvrwW8dS8ZA\n\nhttps://www.youtube.com/watch?v=W1PeQJzoxVM\n\n#666 #gematria #news #politics #political #secret #cryptography #secret-writer #illuminati #bilderberg #mason", + "body_length": 199, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptography", + "children": 0, + "created": "2016-07-24T17:40:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptography\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=LvrwW8dS8ZA\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-24T17:40:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cryptography", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "english-gematria-must-see-easy-vid-666-shocking-conclusion", + "post_id": 236600, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "English Gematria. MUST SEE! easy vid. 666 Shocking conclusion", + "title": "English Gematria. MUST SEE! easy vid. 666 Shocking conclusion", + "total_payout_value": "0.000 HBD", + "url": "/cryptography/@cryptocurrency1/english-gematria-must-see-easy-vid-666-shocking-conclusion" + }, + "entry_id": 388, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "355232425", + "voter": "renegadegaming" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98195514", + "voter": "anirban" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49260366", + "voter": "dating" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30212547", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=N4waiOrBe5w\n\n#app #pokemon #go #cnn #game", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "pokemon", + "children": 0, + "created": "2016-07-24T16:01:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pokemon\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=N4waiOrBe5w\"]}", + "last_payout": "2016-08-24T16:10:57", + "last_update": "2016-07-24T16:01:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 532900852, + "parent_author": "", + "parent_permlink": "pokemon", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "pokemon-interrupts-state-department-briefing", + "post_id": 234800, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pokemon interrupts State Department briefing", + "title": "Pokemon interrupts State Department briefing", + "total_payout_value": "0.000 HBD", + "url": "/pokemon/@cryptocurrency1/pokemon-interrupts-state-department-briefing" + }, + "entry_id": 387, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "121203288", + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113817528", + "voter": "anirban" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51857913", + "voter": "classic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27694835", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wt0WSi56-UQ\n\n#drones #robotic #technolog #robot", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "drones", + "children": 0, + "created": "2016-07-24T15:55:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drones\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Wt0WSi56-UQ\"]}", + "last_payout": "2016-08-24T16:11:27", + "last_update": "2016-07-24T15:55:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 314573564, + "parent_author": "", + "parent_permlink": "drones", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-5-smallest-drones-in-the-world", + "post_id": 234708, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 5 Smallest Drones in the World", + "title": "Top 5 Smallest Drones in the World", + "total_payout_value": "0.000 HBD", + "url": "/drones/@cryptocurrency1/top-5-smallest-drones-in-the-world" + }, + "entry_id": 386, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "80243542", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47954438", + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23918267", + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56626610", + "voter": "zahar" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=4nqtHXv-OaI\n\n#donald #trump #news #politics #politician #vote #voting #illuminati #agenda #bilderberg #fraud #scam #666 #election #debate", + "body_length": 169, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-24T15:47:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=4nqtHXv-OaI\"]}", + "last_payout": "2016-08-24T16:00:12", + "last_update": "2016-07-24T15:47:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 208742857, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-tombstone-secrets-revealed", + "post_id": 234536, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump Tombstone secrets revealed!", + "title": "Trump Tombstone secrets revealed!", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-tombstone-secrets-revealed" + }, + "entry_id": 385, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "46666976", + "voter": "gaming" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20141698", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=cAOkvvM43pk\n\nhttps://www.youtube.com/watch?v=jXEMO_Zv_gQ\n\n#starwars #trailer #video #rougeone #darth #vader #movies", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "starwars", + "children": 0, + "created": "2016-07-24T15:39:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"starwars\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=cAOkvvM43pk\"]}", + "last_payout": "2016-08-24T16:14:03", + "last_update": "2016-07-24T15:39:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66808674, + "parent_author": "", + "parent_permlink": "starwars", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016", + "post_id": 234380, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGUE ONE LEAKED TRAILER 2 Breakdown! Darth Vader Details! A Star Wars Story Movie (2016)", + "title": "ROGUE ONE LEAKED TRAILER 2 Breakdown! Darth Vader Details! A Star Wars Story Movie (2016)", + "total_payout_value": "0.000 HBD", + "url": "/starwars/@cryptocurrency1/rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016" + }, + "entry_id": 384, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "47946079", + "voter": "wedding" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18882842", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Urc0GRngBqQ\n\n#illuminati #666 #basketball #games #fraud #scam #sports", + "body_length": 101, + "cashout_time": "1969-12-31T23:59:59", + "category": "sports", + "children": 0, + "created": "2016-07-24T15:34:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sports\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Urc0GRngBqQ\"]}", + "last_payout": "2016-08-24T16:10:00", + "last_update": "2016-07-24T15:34:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66828921, + "parent_author": "", + "parent_permlink": "sports", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "illuminati-rigged-basketball-games", + "post_id": 234285, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati rigged basketball games", + "title": "Illuminati rigged basketball games", + "total_payout_value": "0.000 HBD", + "url": "/sports/@cryptocurrency1/illuminati-rigged-basketball-games" + }, + "entry_id": 383, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "47946079", + "voter": "wedding" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11329705", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "In California, the estimated number of people with jobs in June was 18,078,000, down 4,000 from May but up 308,000 from June of last year. The number of unemployed Californians was 1,022,000 in June, up 27,000 from May, but down 160,000 from June of last year. Last June, the state unemployment rate was 6.2 percent.\n\nhttp://3.bp.blogspot.com/-zY57HguGJ3Q/U5Gs0DZq7gI/AAAAAAAACjs/i68KrZQ7A0o/s1600/Logo+Forbes_com.png\n\nhttp://www.forbes.com/sites/timworstall/2016/07/23/as-weve-been-saying-californias-minimum-wage-rises-increase-unemployment/#624978e331b0\n\n#jobs #unemployment #career #california #statistics", + "body_length": 609, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-07-24T15:11:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\",\"unemployment\",\"career\",\"california\",\"statistics\"],\"image\":[\"http:\\/\\/3.bp.blogspot.com\\/-zY57HguGJ3Q\\/U5Gs0DZq7gI\\/AAAAAAAACjs\\/i68KrZQ7A0o\\/s1600\\/Logo+Forbes_com.png\"]}", + "last_payout": "2016-08-24T15:49:18", + "last_update": "2016-07-24T15:11:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59275784, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "california-s-minimum-wage-rises-increase-unemployment", + "post_id": 233826, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California's Minimum Wage Rises Increase Unemployment", + "title": "California's Minimum Wage Rises Increase Unemployment", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/california-s-minimum-wage-rises-increase-unemployment" + }, + "entry_id": 382, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "35436002", + "voter": "aud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10070849", + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://merlin.smichogwart.pl/wp-content/uploads/2015/12/emma.jpg\n\n#celebrity #women #life #sexy #beauty", + "body_length": 103, + "cashout_time": "1969-12-31T23:59:59", + "category": "beauty", + "children": 0, + "created": "2016-07-24T15:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beauty\",\"celebrity\",\"women\",\"life\",\"sexy\"],\"image\":[\"http:\\/\\/merlin.smichogwart.pl\\/wp-content\\/uploads\\/2015\\/12\\/emma.jpg\"]}", + "last_payout": "2016-08-24T15:47:51", + "last_update": "2016-07-24T15:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45506851, + "parent_author": "", + "parent_permlink": "beauty", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-beautiful-emma-watson", + "post_id": 233740, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The beautiful emma watson", + "title": "The beautiful emma watson", + "total_payout_value": "0.000 HBD", + "url": "/beauty/@cryptocurrency1/the-beautiful-emma-watson" + }, + "entry_id": 381, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1226943957", + "voter": "ethbull" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "313663462", + "voter": "billybob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12914777016", + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179527615", + "voter": "rigel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117428776", + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36292522", + "voter": "biography" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3862347", + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62214380", + "voter": "girlsgirlsgirls" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/48763498673.png\n\nhttp://images.mentalfloss.com/sites/default/files/styles/insert_main_wide_image/public/undersea-cable.jpg\n\nhttp://mentalfloss.com/article/60150/10-facts-about-internets-undersea-cables\n\n#internet #cables #ocean #technology", + "body_length": 319, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-07-24T11:58:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"internet\",\"cables\",\"ocean\"],\"image\":[\"http:\\/\\/images.mentalfloss.com\\/sites\\/default\\/files\\/styles\\/article_640x430\\/public\\/48763498673.png\"]}", + "last_payout": "2016-08-24T12:18:45", + "last_update": "2016-07-24T11:58:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14854710075, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "this-is-what-the-internet-really-looks-like-in-the-real-world", + "post_id": 231222, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This is what the internet really looks like in the real world", + "title": "This is what the internet really looks like in the real world", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/this-is-what-the-internet-really-looks-like-in-the-real-world" + }, + "entry_id": 380, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "187792522", + "voter": "thealexander" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "245444534", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51835108", + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "This video exposes why Donald Trump came out to Queen on July 18, 2016, at the GOP Convention, and how it was synched up with Queen Elizabeth's April 21, 2016 birthday. It also exposes the only thing significant about the \"non issue\" story of Melania Trump plagiarizing Michelle Obama as well as more. \n\nhttps://www.youtube.com/watch?v=kRAH0Z_26o4\n\n#trump #news #queen #elizabeth #uk #england #illuminati #bilderberg #nwo #vote #voting #politics #politician #brexit #propaganda", + "body_length": 477, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-07-24T11:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=kRAH0Z_26o4\"]}", + "last_payout": "2016-08-24T11:56:06", + "last_update": "2016-07-24T11:30:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 485072164, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "donald-trump-s-gop-convention-entrance-to-queen", + "post_id": 230926, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump's GOP Convention entrance to Queen", + "title": "Donald Trump's GOP Convention entrance to Queen", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/donald-trump-s-gop-convention-entrance-to-queen" + }, + "entry_id": 379, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "558354900", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36039640", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51835108", + "voter": "entertainment" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8555213", + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tliEgIeeaWk\n\n#numbers #666 #shooting #hoax #gematria #jewish #zionist #jews #illuminati #bilderberg #nwo #propaganda", + "body_length": 149, + "cashout_time": "1969-12-31T23:59:59", + "category": "propaganda", + "children": 0, + "created": "2016-07-24T11:22:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"propaganda\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=tliEgIeeaWk\"]}", + "last_payout": "2016-08-24T11:31:36", + "last_update": "2016-07-24T11:22:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 654784861, + "parent_author": "", + "parent_permlink": "propaganda", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "munich-mall-hoax-shooting", + "post_id": 230835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Munich Mall HOAX shooting", + "title": "Munich Mall HOAX shooting", + "total_payout_value": "0.000 HBD", + "url": "/propaganda/@cryptocurrency1/munich-mall-hoax-shooting" + }, + "entry_id": 378, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55736073", + "voter": "films" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8555213", + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1dPO0TWSyOc\n\n#nwo #munich #shooting #guns #bilderberg #illuminati #666", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "munich", + "children": 0, + "created": "2016-07-24T11:15:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"munich\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=1dPO0TWSyOc\"]}", + "last_payout": "2016-08-24T11:39:30", + "last_update": "2016-07-24T11:15:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64291286, + "parent_author": "", + "parent_permlink": "munich", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "munich-shooting-nwo-speeds-it-up", + "post_id": 230748, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUNICH SHOOTING, NWO SPEEDS IT UP.", + "title": "MUNICH SHOOTING, NWO SPEEDS IT UP.", + "total_payout_value": "0.000 HBD", + "url": "/munich/@cryptocurrency1/munich-shooting-nwo-speeds-it-up" + }, + "entry_id": 377, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13121936272", + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133346538", + "voter": "abacon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37156629", + "voter": "biography" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3862347", + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14041793", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38168875", + "voter": "sorena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61728105", + "voter": "caren.zhang" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GH0ol75iQMQ\n\n#pepper #hot #sauce #recipe #cooking", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "pepper", + "children": 2, + "created": "2016-07-24T11:10:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pepper\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=GH0ol75iQMQ\"]}", + "last_payout": "2016-08-24T11:41:24", + "last_update": "2016-07-24T11:10:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13410240559, + "parent_author": "", + "parent_permlink": "pepper", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "making-hot-sauce-using-the-hottest-peppers", + "post_id": 230682, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Making Hot Sauce Using The Hottest Peppers", + "title": "Making Hot Sauce Using The Hottest Peppers", + "total_payout_value": "0.000 HBD", + "url": "/pepper/@cryptocurrency1/making-hot-sauce-using-the-hottest-peppers" + }, + "entry_id": 376, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "38028881", + "voter": "aud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8555213", + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16667139", + "voter": "pr3ttyp3rf3ct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44535171", + "voter": "strike17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43258058", + "voter": "sorena" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WeUGR8LzORs\n\n#russia #russian #adventure #travel #worldrecord #globe", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 0, + "created": "2016-07-24T11:04:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=WeUGR8LzORs\"]}", + "last_payout": "2016-08-24T11:17:36", + "last_update": "2016-07-24T11:04:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151044462, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record", + "post_id": 230599, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Around the globe in 11 days: 64yo Russian adventurer breaks world record", + "title": "Around the globe in 11 days: 64yo Russian adventurer breaks world record", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record" + }, + "entry_id": 375, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54450095", + "voter": "pound" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47935613", + "voter": "miketr" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TGY2lpvEm8o\n\n#elites #terrorist #terrorism #fraud #scam", + "body_length": 87, + "cashout_time": "1969-12-31T23:59:59", + "category": "elites", + "children": 1, + "created": "2016-07-24T10:57:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"elites\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=TGY2lpvEm8o\"]}", + "last_payout": "2016-08-24T11:23:45", + "last_update": "2016-07-24T10:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102385708, + "parent_author": "", + "parent_permlink": "elites", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "elites-are-warning-us-are-you-listening", + "post_id": 230507, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ELITES ARE WARNING US ARE YOU LISTENING ??", + "title": "ELITES ARE WARNING US ARE YOU LISTENING ??", + "total_payout_value": "0.000 HBD", + "url": "/elites/@cryptocurrency1/elites-are-warning-us-are-you-listening" + }, + "entry_id": 374, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58326203", + "voter": "shoes" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "It\u2019s not yet clear how bitcoin miners in the region are taking the news. Phone calls to miners in Chelan County were not immediately returned.\n\nhttp://www.coindesk.com/washington-state-utility-raises-power-rates-bitcoin-miners/\n\n#bitcoin #miners #mining #utility #power #rates", + "body_length": 276, + "cashout_time": "1969-12-31T23:59:59", + "category": "mining", + "children": 0, + "created": "2016-07-24T09:24:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mining\",\"bitcoin\",\"miners\",\"utility\",\"power\",\"rates\"],\"links\":[\"http:\\/\\/www.coindesk.com\\/washington-state-utility-raises-power-rates-bitcoin-miners\\/\"]}", + "last_payout": "2016-08-24T09:49:39", + "last_update": "2016-07-24T09:24:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58326203, + "parent_author": "", + "parent_permlink": "mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "washington-state-utility-raises-power-rates-on-bitcoin-miners", + "post_id": 229514, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Washington State Utility Raises Power Rates on Bitcoin Miners", + "title": "Washington State Utility Raises Power Rates on Bitcoin Miners", + "total_payout_value": "0.000 HBD", + "url": "/mining/@cryptocurrency1/washington-state-utility-raises-power-rates-on-bitcoin-miners" + }, + "entry_id": 373, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "21623784", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113470102", + "voter": "derrickdomore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53147149", + "voter": "misc" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Suffering of sex abuse victims won\u2019t end after paedophile dies\n\nhttps://aussiesexoffenders.files.wordpress.com/2012/04/goldsmith-e28093-paul-ronald-photo2.jpg?w=614\n\nhttp://www.themercury.com.au/news/tasmania/no-tears-for-a-dead-monster-pedophile-paul-ronald-goldsmiths-victims-face-lifetime-of-trauma/news-story/546452a3397bbec9bb9274b75fd8e7c9\n\nhttp://www.themercury.com.au/news/scales-of-justice/suffering-of-sex-abuse-victims-wont-end-after-paedophile-dies/news-story/f794874b66d18abf4bd28dbbff4c9527\n\n#paedophile", + "body_length": 517, + "cashout_time": "1969-12-31T23:59:59", + "category": "paedophile", + "children": 0, + "created": "2016-07-24T09:15:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"paedophile\"],\"image\":[\"https:\\/\\/aussiesexoffenders.files.wordpress.com\\/2012\\/04\\/goldsmith-e28093-paul-ronald-photo2.jpg?w=614\"]}", + "last_payout": "2016-08-24T09:39:24", + "last_update": "2016-07-24T09:15:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188241035, + "parent_author": "", + "parent_permlink": "paedophile", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "paedophile-dies", + "post_id": 229451, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paedophile dies", + "title": "Paedophile dies", + "total_payout_value": "0.000 HBD", + "url": "/paedophile/@cryptocurrency1/paedophile-dies" + }, + "entry_id": 372, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "197676339", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54449490", + "voter": "lbry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21388034", + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63800256", + "voter": "kental" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "An app called 'pooper' let you call up someone to pick up your dog's poop.\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/23/00/3684DDAD00000578-0-image-a-2_1469230422890.jpg\n\nhttp://pooperapp.com/img/pooper-ui-device1.png\n\n#wicked #app #dog #poop #pooper #apps #android #apple #ios #new", + "body_length": 280, + "cashout_time": "1969-12-31T23:59:59", + "category": "apps", + "children": 0, + "created": "2016-07-24T08:45:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poop\",\"new\",\"app\",\"ios\",\"pooper\",\"android\",\"apps\",\"wicked\",\"apple\",\"dog\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/23\\/00\\/3684DDAD00000578-0-image-a-2_1469230422890.jpg\"]}", + "last_payout": "2016-08-24T08:53:15", + "last_update": "2016-07-24T08:45:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 337314119, + "parent_author": "", + "parent_permlink": "apps", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "there-s-an-app-to-pick-up-dog-poop", + "post_id": 229174, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "There's an app to pick up dog poop", + "title": "There's an app to pick up dog poop", + "total_payout_value": "0.000 HBD", + "url": "/apps/@cryptocurrency1/there-s-an-app-to-pick-up-dog-poop" + }, + "entry_id": 371, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207560155", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84701517", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37164617", + "voter": "gbp" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "The type of angels they are talking about in california are the fallen angels. The devil worshipers.\n\nhttp://www.latimes.com/local/lanow/la-me-gasparyan-violence-20160723-snap-story.html\n\n#california #losangeles #fallen #angels #666 #devil #worshipers", + "body_length": 251, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "created": "2016-07-24T08:35:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"california\",\"losangeles\",\"fallen\",\"angels\",\"devil\",\"worshipers\"],\"links\":[\"http:\\/\\/www.latimes.com\\/local\\/lanow\\/la-me-gasparyan-violence-20160723-snap-story.html\"]}", + "last_payout": "2016-08-24T08:44:57", + "last_update": "2016-07-24T08:35:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 329426289, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "city-of-angels", + "post_id": 229080, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "City of Angels", + "title": "City of Angels", + "total_payout_value": "0.000 HBD", + "url": "/life/@cryptocurrency1/city-of-angels" + }, + "entry_id": 370, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "217443972", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59622449", + "voter": "shopping" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U2RVIi6M7oM\n\n#race #life", + "body_length": 56, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "created": "2016-07-24T08:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=U2RVIi6M7oM\"]}", + "last_payout": "2016-08-24T08:18:06", + "last_update": "2016-07-24T08:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 277066421, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "an-honest-conversation-about-race", + "post_id": 228868, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An Honest Conversation About Race", + "title": "An Honest Conversation About Race", + "total_payout_value": "0.000 HBD", + "url": "/life/@cryptocurrency1/an-honest-conversation-about-race" + }, + "entry_id": 369, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "14084890424", + "voter": "syadastinasti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "444293200", + "voter": "stormbringer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144119299", + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339548356", + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7403871", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54445316", + "voter": "exercise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64595676", + "voter": "shaman-lucy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn3.collective-evolution.com/assets/uploads/2016/07/roths.jpg\n\nPoliticians are for sale. A 2014 study from Princeton University revealed that the United States is not a democracy or a republic, but rather an oligarchy where the balance of power and control of global resources lies within the hands of a very small, tight-knit group of people, and that these groups of people basically control and dictate government policy. You can see corporate influence in so many areas; the TPP is one out of many great examples .\n\nhttp://www.collective-evolution.com/2016/07/23/theyre-selected-not-elected-rothschild-hosts-100000-a-plate-dinner-for-guess-who/\n\n#evelyn #de #rothschild #lynn #forester #hillary #clinton #bill #foundation #news #politic #political", + "body_length": 761, + "cashout_time": "1969-12-31T23:59:59", + "category": "rothschild", + "children": 1, + "created": "2016-07-24T08:06:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"de\",\"clinton\",\"bill\",\"hillary\",\"forester\",\"lynn\",\"evelyn\",\"politic\",\"foundation\",\"news\",\"rothschild\",\"political\"],\"image\":[\"http:\\/\\/cdn3.collective-evolution.com\\/assets\\/uploads\\/2016\\/07\\/roths.jpg\"]}", + "last_payout": "2016-08-24T08:15:27", + "last_update": "2016-07-24T08:06:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15139296142, + "parent_author": "", + "parent_permlink": "rothschild", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who", + "post_id": 228822, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "THEY\u2019RE SELECTED NOT ELECTED \u2013 ROTHSCHILD HOSTS $100,000 A PLATE DINNER FOR GUESS WHO", + "title": "THEY\u2019RE SELECTED NOT ELECTED \u2013 ROTHSCHILD HOSTS $100,000 A PLATE DINNER FOR GUESS WHO", + "total_payout_value": "0.000 HBD", + "url": "/rothschild/@cryptocurrency1/they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who" + }, + "entry_id": 368, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1050033706", + "voter": "shine2lay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38029038", + "voter": "cny" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=s24bD7JAGwY\n\n#nigel #george #washington #uk #brexit #independence #independent #vote #voting #news #press #media #politic #political", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-24T07:47:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=s24bD7JAGwY\"]}", + "last_payout": "2016-08-24T07:59:33", + "last_update": "2016-07-24T07:47:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1088062744, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-george-washington-of-the-uk-speaks-to-infowars", + "post_id": 228693, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The George Washington Of The UK Speaks To Infowars", + "title": "The George Washington Of The UK Speaks To Infowars", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/the-george-washington-of-the-uk-speaks-to-infowars" + }, + "entry_id": 367, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "55753505", + "voter": "heat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25625278", + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SSp0k0BIvRU\n\n#actor #actress #crisis #news #media #entertainment #fraud #scam", + "body_length": 109, + "cashout_time": "1969-12-31T23:59:59", + "category": "actor", + "children": 0, + "created": "2016-07-24T07:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"actor\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=SSp0k0BIvRU\"]}", + "last_payout": "2016-08-24T08:00:15", + "last_update": "2016-07-24T07:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 81378783, + "parent_author": "", + "parent_permlink": "actor", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "crisis-actors-revealed-pulse-orlando-hoax-youtube", + "post_id": 228653, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crisis Actors Revealed Pulse Orlando hoax YouTube", + "title": "Crisis Actors Revealed Pulse Orlando hoax YouTube", + "total_payout_value": "0.000 HBD", + "url": "/actor/@cryptocurrency1/crisis-actors-revealed-pulse-orlando-hoax-youtube" + }, + "entry_id": 366, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "59623008", + "voter": "celebrities" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25625278", + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63093535", + "voter": "yukikato" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EaUg5vTxwOE\n\n#hillary #clinton #donald #trump #vote #voting #us #america #fraud #scam #news #media #meme", + "body_length": 136, + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "created": "2016-07-24T07:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=EaUg5vTxwOE\"]}", + "last_payout": "2016-08-24T07:48:42", + "last_update": "2016-07-24T07:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 148341821, + "parent_author": "", + "parent_permlink": "meme", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "secret-hillary-clinton-voodoo-doll-discovered", + "post_id": 228603, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Secret Hillary Clinton Voodoo Doll Discovered", + "title": "Secret Hillary Clinton Voodoo Doll Discovered", + "total_payout_value": "0.000 HBD", + "url": "/meme/@cryptocurrency1/secret-hillary-clinton-voodoo-doll-discovered" + }, + "entry_id": 365, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "120099416", + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141286965", + "voter": "losos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53141523", + "voter": "brands" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23489838", + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=IYt81KmzDoA\n\n#youtube #drama #media", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "drama", + "children": 0, + "created": "2016-07-24T07:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drama\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=IYt81KmzDoA\"]}", + "last_payout": "2016-08-24T08:03:39", + "last_update": "2016-07-24T07:30:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 338017742, + "parent_author": "", + "parent_permlink": "drama", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "youtube-caught-covering-up-cenk-uygur-meltdown", + "post_id": 228530, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YOUTUBE CAUGHT COVERING UP CENK UYGUR MELTDOWN", + "title": "YOUTUBE CAUGHT COVERING UP CENK UYGUR MELTDOWN", + "total_payout_value": "0.000 HBD", + "url": "/drama/@cryptocurrency1/youtube-caught-covering-up-cenk-uygur-meltdown" + }, + "entry_id": 364, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "120099416", + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3882234481", + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "279221464", + "voter": "eugeney" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31369054148", + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57041350", + "voter": "mesh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61539011", + "voter": "darknet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50557601", + "voter": "james9n" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Two Middle East locations hit 129 degrees, hottest ever in Eastern Hemisphere, maybe the world\n\nhttps://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/blogs/capital-weather-gang/files/2016/07/gfs_t2m_max_mideast_3.png&w=1484\n\nThe temperature in Mitribah, Kuwait, surged Thursday to a blistering 129.2 degrees (54 Celsius). And on Friday in Basra, Iraq, the mercury soared to 129.0 degrees (53.9 Celsius). If confirmed, these incredible measurements would represent the two hottest temperatures ever recorded in the Eastern Hemisphere, according to Weather Underground meteorologist Jeff Masters and weather historian Christopher Burt, who broke the news.\n\nIt\u2019s also possible that Mitribah\u2019s 129.2-degree reading matches the hottest ever reliably measured anywhere in the world. Both Mitribah and Basra\u2019s readings are likely the highest ever recorded outside of Death Valley, Calif.\n\nhttps://www.washingtonpost.com/news/capital-weather-gang/wp/2016/07/22/two-middle-east-locations-hit-129-degrees-hottest-ever-in-eastern-hemisphere-maybe-the-world/\n\n#temperature #heat #degree #middleeast #eastern #hemisphere #hottest #hot #location #kuwait", + "body_length": 1168, + "cashout_time": "1969-12-31T23:59:59", + "category": "kuwait", + "children": 0, + "created": "2016-07-24T07:24:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eastern\",\"hemisphere\",\"degree\",\"hot\",\"heat\",\"middleeast\",\"temperature\",\"location\",\"kuwait\",\"hottest\"],\"image\":[\"https:\\/\\/img.washingtonpost.com\\/wp-apps\\/imrs.php?src=https:\\/\\/img.washingtonpost.com\\/blogs\\/capital-weather-gang\\/files\\/2016\\/07\\/gfs_t2m_max_mideast_3.png&w=1484\"]}", + "last_payout": "2016-08-24T07:29:03", + "last_update": "2016-07-24T07:24:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35819747471, + "parent_author": "", + "parent_permlink": "kuwait", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hot-as-hell-temperature-hits-129-degrees", + "post_id": 228483, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hot as Hell, temperature hits 129 degrees", + "title": "Hot as Hell, temperature hits 129 degrees", + "total_payout_value": "0.039 HBD", + "url": "/kuwait/@cryptocurrency1/hot-as-hell-temperature-hits-129-degrees" + }, + "entry_id": 363, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57016454", + "voter": "wildlife" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Fire keeps on burning as the ongoing Civil War in America continues on . . .\nhttp://www.latimes.com/local/lanow/la-me-ln-santa-clarita-fire-20160722-snap-story.html\n\n#news #politic #fire #civilwar #america #war #usa", + "body_length": 215, + "cashout_time": "1969-12-31T23:59:59", + "category": "fire", + "children": 0, + "created": "2016-07-24T07:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fire\",\"news\",\"politic\",\"civilwar\",\"america\",\"war\",\"usa\"],\"links\":[\"http:\\/\\/www.latimes.com\\/local\\/lanow\\/la-me-ln-santa-clarita-fire-20160722-snap-story.html\"]}", + "last_payout": "2016-08-24T07:42:48", + "last_update": "2016-07-24T07:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57016454, + "parent_author": "", + "parent_permlink": "fire", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on", + "post_id": 228449, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fire keeps on burning as the ongoing Civil War in America continues on . . .", + "title": "Fire keeps on burning as the ongoing Civil War in America continues on . . .", + "total_payout_value": "0.000 HBD", + "url": "/fire/@cryptocurrency1/fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on" + }, + "entry_id": 362, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "58312970", + "voter": "birds" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "KILLER 'LURED KIDS TO DEATH' Shooter hacked young girl\u2019s Facebook account to advertise free food at McDonald\u2019s\nKiller Ali David Sonbody, 18, launched an attack on adolescents in the fast food branch - killing eight youngsters aged 13 to 20 and one 45-year-old before turning the gun on himself\n\nhttps://www.thesun.co.uk/news/1488508/nine-dead-and-ten-injured-with-death-toll-expected-to-rise-after-gunman-goes-on-the-rampage-at-munich-shopping-centre/\n\n#mcdonald #news #girls #death #killer #gun", + "body_length": 495, + "cashout_time": "1969-12-31T23:59:59", + "category": "mcdonald", + "children": 0, + "created": "2016-07-24T07:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mcdonald\",\"news\",\"girls\",\"death\",\"killer\",\"gun\"],\"links\":[\"https:\\/\\/www.thesun.co.uk\\/news\\/1488508\\/nine-dead-and-ten-injured-with-death-toll-expected-to-rise-after-gunman-goes-on-the-rampage-at-munich-shopping-centre\\/\"]}", + "last_payout": "2016-08-24T07:36:39", + "last_update": "2016-07-24T07:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58312970, + "parent_author": "", + "parent_permlink": "mcdonald", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "killer-lured-kids-to-death", + "post_id": 228407, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KILLER 'LURED KIDS TO DEATH'", + "title": "KILLER 'LURED KIDS TO DEATH'", + "total_payout_value": "0.000 HBD", + "url": "/mcdonald/@cryptocurrency1/killer-lured-kids-to-death" + }, + "entry_id": 361, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "15590359", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60930979", + "voter": "unity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22959898", + "voter": "bestmalik" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xfffNaKoSU8\n\n#immigration #citizenship #america #us #usa #news #money #finance #financial", + "body_length": 121, + "cashout_time": "1969-12-31T23:59:59", + "category": "immigration", + "children": 0, + "created": "2016-07-24T01:49:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"immigration\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=xfffNaKoSU8\"]}", + "last_payout": "2016-08-24T02:11:18", + "last_update": "2016-07-24T01:49:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 99481236, + "parent_author": "", + "parent_permlink": "immigration", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "keiser-report-escaping-america", + "post_id": 225384, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Keiser Report: Escaping America", + "title": "Keiser Report: Escaping America", + "total_payout_value": "0.000 HBD", + "url": "/immigration/@cryptocurrency1/keiser-report-escaping-america" + }, + "entry_id": 360, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "433966374", + "voter": "jerseymason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2196874071", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178512635", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151855401", + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4935914", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62202441", + "voter": "opinion" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zJHv_Pn64Kw\n\n#un #unitednation #news #politics #globalist #globalism", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-24T00:55:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=zJHv_Pn64Kw\"]}", + "last_payout": "2016-08-24T01:17:09", + "last_update": "2016-07-24T00:55:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3028346836, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come", + "post_id": 224760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Look What The UN Just Did! You Won\u2019t Believe What\u2019s About To Come!!!", + "title": "Look What The UN Just Did! You Won\u2019t Believe What\u2019s About To Come!!!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come" + }, + "entry_id": 359, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156753962", + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62201637", + "voter": "athletes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57320805", + "voter": "psilba" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GNNhs54oWXg\n\n#racism #racist #racewar #black #kkk #blackpanther #news #media #politics", + "body_length": 118, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-24T00:41:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=GNNhs54oWXg\"]}", + "last_payout": "2016-08-24T01:07:36", + "last_update": "2016-07-24T00:41:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 276276404, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "david-banner-black-people-aren-t-ready-for-a-race-war", + "post_id": 224600, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "David Banner: \"Black People Aren't Ready For A Race War\"", + "title": "David Banner: \"Black People Aren't Ready For A Race War\"", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/david-banner-black-people-aren-t-ready-for-a-race-war" + }, + "entry_id": 358, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "184738022", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103866379", + "voter": "cogliostro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25135599", + "voter": "lolalila20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149573486", + "voter": "rapp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "521163928", + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38295801", + "voter": "persianqueen" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I've never farm before in my whole life. This year, I decided to give farming a try. I have a small plot of land in front of my house so I purchased a few planting pots to grow my own vegetables. \n\nUnfortunately, my plot only get about 4 hours of sunlight each day :( That's why the vegetables take so long to grow.\n\n# I started to plant the seeds in the spring around late April and May of 2006.\nhttps://www.steemimg.com/images/2016/07/23/spring3cf3a.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring11ccd3.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring281bbf.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring3f6948.jpg\n\nMy thai basil started to sprout out in May 2006.\nhttps://www.steemimg.com/images/2016/07/23/spring480a04.jpg\n\n# These are the pictures I took around June of 2006.\nLook, the green onions are overgrown.\nhttps://www.steemimg.com/images/2016/07/23/summer1ab711.jpg\n\nMy thai basils are still young and still growing. I'll wait about 2 more weeks before I harvest them.\nhttps://www.steemimg.com/images/2016/07/23/summer25858f.jpg\n\nThe pak choy is growing out beautifully, I can't wait to eat.\nhttps://www.steemimg.com/images/2016/07/23/summer3d6676.jpg\n\nI'll post updates later on to show you how my organic food garden turns out\n\n#organic #vegetables #food #garden #gardening #foodgarden #farm #farming", + "body_length": 1334, + "cashout_time": "1969-12-31T23:59:59", + "category": "garden", + "children": 3, + "created": "2016-07-23T14:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"garden\",\"organic\",\"vegetables\",\"food\",\"gardening\",\"foodgarden\",\"farm\",\"farming\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/07\\/23\\/spring3cf3a.jpg\"]}", + "last_payout": "2016-08-23T20:00:09", + "last_update": "2016-07-23T14:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1022773215, + "parent_author": "", + "parent_permlink": "garden", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "my-little-organic-food-garden", + "post_id": 215681, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My little organic food garden", + "title": "My little organic food garden", + "total_payout_value": "0.000 HBD", + "url": "/garden/@cryptocurrency1/my-little-organic-food-garden" + }, + "entry_id": 357, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "197817017", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4935914", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/23/00/3684AB8500000578-3704157-The_Salt_Lake_County_Health_Department_immediately_sent_its_emer-m-13_1469229596501.jpg\n\nThe foam was spotted by residents on Thursday in Bluffdale \nEarly reports indicated the foam was caused by same algae in Utah Lake\nThe foam came from the Welby Jacob Canal, which is connected to the Jordan River - which is Utah Lake's only river outlet.\n\nBut health officials believe foam may have been caused by chemicals used for a moss removal process in the canal. Those exposed to lake's bloom had symptoms of vomiting, diarrhea, fever\n\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3704157/Mysterious-green-foam-bubbling-Utah-storm-drain.html#ixzz4FEvJg9KB \n\n#green #foam #canal #river #lake #utah #bluffdale #health", + "body_length": 788, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-23T13:53:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"green\",\"foam\",\"canal\",\"river\",\"lake\",\"utah\",\"bluffdale\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/23\\/00\\/3684AB8500000578-3704157-The_Salt_Lake_County_Health_Department_immediately_sent_its_emer-m-13_1469229596501.jpg\"]}", + "last_payout": "2016-08-23T13:54:12", + "last_update": "2016-07-23T13:53:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 202752931, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mysterious-green-slime-bubbles-up-from-sewers-in-utah-town", + "post_id": 215295, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mysterious green slime bubbles up from sewers in Utah town", + "title": "Mysterious green slime bubbles up from sewers in Utah town", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/mysterious-green-slime-bubbles-up-from-sewers-in-utah-town" + }, + "entry_id": 356, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156947678866", + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180310530", + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3593267663", + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250479243", + "voter": "oregonboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245374804", + "voter": "gerryp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17414419484", + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "340070163", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4935914", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59916236", + "voter": "jechalo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57879261", + "voter": "dobsonmhc" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://d38zt8ehae1tnt.cloudfront.net/images/news/700_60de92cf693ab1595b841bd922dd7f0a.jpg?v=1469279238\n\nA former CIA and civilian airline captain with over 19,000 hours of flight time has given sworn testimony stating that no planes flew into the Twin Towers as it would have been \"physically impossible\". As expected, the statement has gone viral. John Lear, the son of the Learjet inventor, Bill Lear, has given an explosive interview with Project Camelot which goes into all the detail about why it would have been literally physically impossible for Boeing 767s, like the alleged Flights AA11 and UA175 to have hit the Twin Towers on 9/11, especially since these were amateur pilots. \n\nHOLOGRAMS WERE USED\n\nREAD MORE: http://www.disclose.tv/news/excia_pilot_gives_sworn_testimony_that_no_planes_hit_the_twin_towers/133392?utm_medium=email&utm_campaign=daily-2016-07-23&utm_source=email\n\n#news #america #usa #politics #political #cia", + "body_length": 936, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-23T13:42:30", + "curator_payout_value": "0.018 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"america\",\"usa\",\"politics\",\"political\",\"cia\"],\"image\":[\"http:\\/\\/d38zt8ehae1tnt.cloudfront.net\\/images\\/news\\/700_60de92cf693ab1595b841bd922dd7f0a.jpg?v=1469279238\"]}", + "last_payout": "2016-08-23T13:58:30", + "last_update": "2016-07-23T13:42:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179094332164, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers", + "post_id": 215179, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EX-CIA PILOT GIVES SWORN TESTIMONY THAT NO PLANES HIT THE TWIN TOWERS", + "title": "EX-CIA PILOT GIVES SWORN TESTIMONY THAT NO PLANES HIT THE TWIN TOWERS", + "total_payout_value": "0.199 HBD", + "url": "/news/@cryptocurrency1/ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers" + }, + "entry_id": 355, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "34686689", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1472269551", + "voter": "artific" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hTbvoiTJKIs\n\n#news #politics #fraud #scam #illuminati #bilderberg #america #us #usa #fascism #fascist", + "body_length": 133, + "cashout_time": "1969-12-31T23:59:59", + "category": "fraud", + "children": 0, + "created": "2016-07-23T13:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fraud\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=hTbvoiTJKIs\"]}", + "last_payout": "2016-08-23T13:15:30", + "last_update": "2016-07-23T13:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506956240, + "parent_author": "", + "parent_permlink": "fraud", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "corporate-fascism-the-destruction-of-america-s-middle-class", + "post_id": 214635, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CORPORATE FASCISM: The Destruction of America's Middle Class", + "title": "CORPORATE FASCISM: The Destruction of America's Middle Class", + "total_payout_value": "0.000 HBD", + "url": "/fraud/@cryptocurrency1/corporate-fascism-the-destruction-of-america-s-middle-class" + }, + "entry_id": 354, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12012112196", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "693471178", + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279854", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Chinese scientists are embarking on what appear to be the first human trials with the Crispr gene editing tool, the latest effort by the country\u2019s researchers to master a technology that might someday be a potent tool in developing therapies worldwide.\n\nhttp://www.bendbulletin.com/nation/4523025-151/chinese-scientists-to-edit-human-genes\n\n#science #dna #genes #scientist #china #chinese #technology #biotech", + "body_length": 409, + "cashout_time": "1969-12-31T23:59:59", + "category": "biotech", + "children": 0, + "created": "2016-07-23T10:51:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"biotech\",\"science\",\"dna\",\"genes\",\"scientist\",\"china\",\"chinese\",\"technology\"],\"links\":[\"http:\\/\\/www.bendbulletin.com\\/nation\\/4523025-151\\/chinese-scientists-to-edit-human-genes\"]}", + "last_payout": "2016-08-23T18:33:54", + "last_update": "2016-07-23T10:51:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12706863228, + "parent_author": "", + "parent_permlink": "biotech", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "chinese-scientists-to-edit-human-genes", + "post_id": 213288, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chinese scientists to edit human genes", + "title": "Chinese scientists to edit human genes", + "total_payout_value": "0.000 HBD", + "url": "/biotech/@cryptocurrency1/chinese-scientists-to-edit-human-genes" + }, + "entry_id": 353, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90695119923", + "voter": "coindup" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-444293200", + "voter": "stormbringer" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-277662757", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279854", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U7FgNWeyNpY\n\n#un #war #unitednation #politics #news #headlines", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "un", + "children": 1, + "created": "2016-07-23T09:52:00", + "curator_payout_value": "0.021 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"un\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=U7FgNWeyNpY\"]}", + "last_payout": "2016-08-23T10:19:48", + "last_update": "2016-07-23T09:52:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 89979377191, + "parent_author": "", + "parent_permlink": "un", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "un-implements-war-plan", + "post_id": 212778, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UN Implements War Plan", + "title": "UN Implements War Plan", + "total_payout_value": "0.090 HBD", + "url": "/un/@cryptocurrency1/un-implements-war-plan" + }, + "entry_id": 352, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-277662757", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279854", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Gqx8DNtTiVI\n\n#cataract #eyes #cure #cancer #science #scientist", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "eyes", + "children": 0, + "created": "2016-07-23T09:46:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eyes\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Gqx8DNtTiVI\"]}", + "last_payout": "2016-08-23T09:58:21", + "last_update": "2016-07-23T09:46:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -271449532, + "parent_author": "", + "parent_permlink": "eyes", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-cure-for-cataracts", + "post_id": 212724, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "THE CURE FOR CATARACTS", + "title": "THE CURE FOR CATARACTS", + "total_payout_value": "0.000 HBD", + "url": "/eyes/@cryptocurrency1/the-cure-for-cataracts" + }, + "entry_id": 351, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "88765436520", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "276339033547", + "voter": "kimziv" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-277662757", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1963026068", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7400057", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6579601", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279854", + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56184660", + "voter": "planet.earth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61811712", + "voter": "miketr" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=09MgKDYqZxQ\n\n#war #russia #russian #military #nato #us", + "body_length": 86, + "cashout_time": "1969-12-31T23:59:59", + "category": "war", + "children": 0, + "created": "2016-07-23T09:41:21", + "curator_payout_value": "0.039 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"war\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=09MgKDYqZxQ\"]}", + "last_payout": "2016-08-23T09:59:45", + "last_update": "2016-07-23T09:41:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 366923089262, + "parent_author": "", + "parent_permlink": "war", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "massive-russian-military-drills-begin-today", + "post_id": 212681, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive Russian Military Drills Begin today", + "title": "Massive Russian Military Drills Begin today", + "total_payout_value": "0.464 HBD", + "url": "/war/@cryptocurrency1/massive-russian-military-drills-begin-today" + }, + "entry_id": 350, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-277662757", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1963026068", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "291461399", + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2559709", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=y5uk2ys1sG8\n\n#eu #europeanunion #europe #news #politics #germany #poland #sweden #france #italy #hungary #spain #fraud #scam #bilderberg", + "body_length": 168, + "cashout_time": "1969-12-31T23:59:59", + "category": "europe", + "children": 1, + "created": "2016-07-23T09:30:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"europe\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=y5uk2ys1sG8\"]}", + "last_payout": "2016-08-23T11:52:15", + "last_update": "2016-07-23T09:30:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1979384419, + "parent_author": "", + "parent_permlink": "europe", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets", + "post_id": 212589, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EU CRUMBLES: Germany Benefits while EU States SUFFER - Merkel support PLUMMETS.", + "title": "EU CRUMBLES: Germany Benefits while EU States SUFFER - Merkel support PLUMMETS.", + "total_payout_value": "0.000 HBD", + "url": "/europe/@cryptocurrency1/eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets" + }, + "entry_id": 349, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "133625653", + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-271878116", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1717647809", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106772577", + "voter": "inlighten" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8958983", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=or2joI_eqOE\n\n#news #politics #hillary #clinton #trump #vote #voting", + "body_length": 99, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 1, + "created": "2016-07-23T09:10:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=or2joI_eqOE\"]}", + "last_payout": "2016-08-23T13:40:24", + "last_update": "2016-07-23T09:10:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1695126906, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wikileaks-releases-hillary-leaks-emails", + "post_id": 212424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks Releases \"Hillary Leaks\" Emails", + "title": "Wikileaks Releases \"Hillary Leaks\" Emails", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/wikileaks-releases-hillary-leaks-emails" + }, + "entry_id": 348, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "95446895", + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-271878116", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "585583658", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24330212", + "voter": "pussydestroyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19197821", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zMstYkoBN0k\n\n#vote #voting #election #us #america #usa #politic #news", + "body_length": 101, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 3, + "created": "2016-07-23T08:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=zMstYkoBN0k\"]}", + "last_payout": "2016-08-23T08:51:39", + "last_update": "2016-07-23T08:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 452680470, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-s-epic-speech", + "post_id": 211926, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP'S EPIC SPEECH", + "title": "TRUMP'S EPIC SPEECH", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-s-epic-speech" + }, + "entry_id": 347, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-271878116", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17321314", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "137979712", + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20477676", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sunY0sUyanM\n\n#fun #party #home", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "party", + "children": 0, + "created": "2016-07-23T08:02:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"party\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=sunY0sUyanM\"]}", + "last_payout": "2016-08-23T10:04:36", + "last_update": "2016-07-23T08:02:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -96099414, + "parent_author": "", + "parent_permlink": "party", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "five-new-simple-life-hacks-you-should-try-at-home", + "post_id": 211865, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Five New Simple Life Hacks You Should Try at Home", + "title": "Five New Simple Life Hacks You Should Try at Home", + "total_payout_value": "0.000 HBD", + "url": "/party/@cryptocurrency1/five-new-simple-life-hacks-you-should-try-at-home" + }, + "entry_id": 346, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "89083769", + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-283447398", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21757531", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZRep5XrPmAI\n\nhttps://www.youtube.com/watch?v=ebLBCARpTSU\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #summer #fun #school #kids #children #education #study #pencil", + "body_length": 227, + "cashout_time": "1969-12-31T23:59:59", + "category": "school", + "children": 0, + "created": "2016-07-23T07:57:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"school\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ZRep5XrPmAI\"]}", + "last_payout": "2016-08-23T09:45:30", + "last_update": "2016-07-23T07:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -172606098, + "parent_author": "", + "parent_permlink": "school", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-back-to-school-life-hacks", + "post_id": 211806, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Back to School Life Hacks", + "title": "10 Back to School Life Hacks", + "total_payout_value": "0.000 HBD", + "url": "/school/@cryptocurrency1/10-back-to-school-life-hacks" + }, + "entry_id": 345, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "89083769", + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-283447398", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23037386", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7qmj0a8srCg\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #summer #fun", + "body_length": 132, + "cashout_time": "1969-12-31T23:59:59", + "category": "summer", + "children": 1, + "created": "2016-07-23T07:52:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"summer\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=7qmj0a8srCg\"]}", + "last_payout": "2016-08-23T09:44:51", + "last_update": "2016-07-23T07:52:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -171326243, + "parent_author": "", + "parent_permlink": "summer", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-summer-life-hacks-to-try-right-now", + "post_id": 211742, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Summer Life Hacks To Try Right Now", + "title": "10 Summer Life Hacks To Try Right Now", + "total_payout_value": "0.000 HBD", + "url": "/summer/@cryptocurrency1/10-summer-life-hacks-to-try-right-now" + }, + "entry_id": 344, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "131104523279", + "voter": "beervangeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89083769", + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-283447398", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39492325", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30716514", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hR90t55CvbE\n\n#discovery #documentary #tribe #african", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "tribe", + "children": 1, + "created": "2016-07-23T07:42:24", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tribe\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=hR90t55CvbE\"]}", + "last_payout": "2016-08-23T08:11:00", + "last_update": "2016-07-23T07:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 130980368489, + "parent_author": "", + "parent_permlink": "tribe", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "meet-the-forgotten-tribe-that-has-not-yet-discovered-fire", + "post_id": 211642, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Meet The Forgotten Tribe That Has Not Yet Discovered Fire...", + "title": "Meet The Forgotten Tribe That Has Not Yet Discovered Fire...", + "total_payout_value": "0.122 HBD", + "url": "/tribe/@cryptocurrency1/meet-the-forgotten-tribe-that-has-not-yet-discovered-fire" + }, + "entry_id": 343, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "82720642", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28156805", + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59949281", + "voter": "nurik" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ljcaBCnaw2s\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 2, + "created": "2016-07-23T07:37:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ljcaBCnaw2s\"]}", + "last_payout": "2016-08-23T08:11:09", + "last_update": "2016-07-23T07:37:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 170826728, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-amazing-and-life-changing-life-hacks", + "post_id": 211573, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Amazing & Life-Changing Life Hacks!", + "title": "10 Amazing & Life-Changing Life Hacks!", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/10-amazing-and-life-changing-life-hacks" + }, + "entry_id": 342, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "120067105", + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "312847319", + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82720642", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199216495", + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44640545670", + "voter": "malaiandrueth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31996369", + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56122731", + "voter": "nurik" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Bu9-psLUiks\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #iphone #smartphone #android", + "body_length": 148, + "cashout_time": "1969-12-31T23:59:59", + "category": "tips", + "children": 1, + "created": "2016-07-23T07:31:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tips\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Bu9-psLUiks\"]}", + "last_payout": "2016-08-23T07:40:57", + "last_update": "2016-07-23T07:31:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45448449702, + "parent_author": "", + "parent_permlink": "tips", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "6-life-hacks-everyone-should-know", + "post_id": 211510, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "6 Life Hacks Everyone Should know!", + "title": "6 Life Hacks Everyone Should know!", + "total_payout_value": "0.050 HBD", + "url": "/tips/@cryptocurrency1/6-life-hacks-everyone-should-know" + }, + "entry_id": 341, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17588592861", + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76357516", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189729996", + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31593860", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33276224", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JNbqow46uQY\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 2, + "created": "2016-07-23T07:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"diy\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JNbqow46uQY\"]}", + "last_payout": "2016-08-23T07:29:27", + "last_update": "2016-07-23T07:26:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17924483828, + "parent_author": "", + "parent_permlink": "diy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-simple-life-hacks-everyone-should-know", + "post_id": 211451, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Simple Life Hacks Everyone Should Know!", + "title": "10 Simple Life Hacks Everyone Should Know!", + "total_payout_value": "0.000 HBD", + "url": "/diy/@cryptocurrency1/10-simple-life-hacks-everyone-should-know" + }, + "entry_id": 340, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34556079", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=i-i94s0xS2s\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacks", + "children": 0, + "created": "2016-07-23T07:20:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacks\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=i-i94s0xS2s\"]}", + "last_payout": "2016-08-23T07:21:21", + "last_update": "2016-07-23T07:20:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39489450, + "parent_author": "", + "parent_permlink": "hacks", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "13-weird-life-hacks-everyone-needs-to-know", + "post_id": 211390, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "13 Weird Life Hacks EVERYONE Needs To Know", + "title": "13 Weird Life Hacks EVERYONE Needs To Know", + "total_payout_value": "0.000 HBD", + "url": "/hacks/@cryptocurrency1/13-weird-life-hacks-everyone-needs-to-know" + }, + "entry_id": 339, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "120067105", + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31593860", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106431795", + "voter": "isaiaspostiena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37115788", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=klGJsobUfgM\n\n#cat #kitten #kitty #meow", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "cats", + "children": 1, + "created": "2016-07-23T07:14:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cats\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=klGJsobUfgM\"]}", + "last_payout": "2016-08-23T07:38:24", + "last_update": "2016-07-23T07:14:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 300141919, + "parent_author": "", + "parent_permlink": "cats", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "7-life-hacks-for-cat", + "post_id": 211346, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "7 LIFE HACKS FOR CAT!", + "title": "7 LIFE HACKS FOR CAT!", + "total_payout_value": "0.000 HBD", + "url": "/cats/@cryptocurrency1/7-life-hacks-for-cat" + }, + "entry_id": 338, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54588678182", + "voter": "business" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7670451061", + "voter": "ajay555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4933371", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40955353", + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eH2oUrtQFYA\n\n#yougturks #infowars #alexjones #news #media", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-23T07:08:27", + "curator_payout_value": "0.014 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=eH2oUrtQFYA\"]}", + "last_payout": "2016-08-23T08:17:30", + "last_update": "2016-07-23T07:08:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62305017967, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-young-turks-vs-infowars-spectacle", + "post_id": 211284, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Young Turks VS Infowars Spectacle", + "title": "The Young Turks VS Infowars Spectacle", + "total_payout_value": "0.058 HBD", + "url": "/news/@cryptocurrency1/the-young-turks-vs-infowars-spectacle" + }, + "entry_id": 337, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1150913456", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "301782139", + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "278385562001", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31593860", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106559929", + "voter": "llmadrid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9211441", + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fI7Lx-73lU0\n\nhttps://www.youtube.com/watch?v=EmQMO8U_0G0\n\nhttps://www.youtube.com/watch?v=d2DxheDJSNQ\n\n#lock #locker #lockpicking #pickinglock #picklock #diy #howto #safety #security #safe #hacking #hacker", + "body_length": 237, + "cashout_time": "1969-12-31T23:59:59", + "category": "lockpicking", + "children": 1, + "created": "2016-07-23T06:36:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lockpicking\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=fI7Lx-73lU0\"]}", + "last_payout": "2016-08-23T06:37:18", + "last_update": "2016-07-23T06:36:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 279985622826, + "parent_author": "", + "parent_permlink": "lockpicking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-pick-any-lock", + "post_id": 210980, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to pick any lock", + "title": "How to pick any lock", + "total_payout_value": "0.335 HBD", + "url": "/lockpicking/@cryptocurrency1/how-to-pick-any-lock" + }, + "entry_id": 336, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1185622267", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255965988", + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "260616270810", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76461508", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1621132492", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "527832283", + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99836113", + "voter": "viktor2poy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179683984", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47580428", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3149234424", + "voter": "emilhoch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7895521", + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Steemit Ads for Steem\n\nIs steem going to let advertisers put pay per click ads on their site sometimes in the future?\n\nhttp://www.collabo.co/images/pay-per-click-advertising.jpg\n\n#steem #steemit #ads #advertisement #advertising #support #asksteem #steemads", + "body_length": 258, + "cashout_time": "1969-12-31T23:59:59", + "category": "ads", + "children": 1, + "created": "2016-07-23T06:31:27", + "curator_payout_value": "0.018 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ads\",\"steem\",\"steemit\",\"advertisement\",\"advertising\",\"support\",\"asksteem\",\"steemads\"],\"image\":[\"http:\\/\\/www.collabo.co\\/images\\/pay-per-click-advertising.jpg\"]}", + "last_payout": "2016-08-23T06:42:48", + "last_update": "2016-07-23T06:31:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 267767515818, + "parent_author": "", + "parent_permlink": "ads", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-ads", + "post_id": 210924, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Ads", + "title": "Steem Ads", + "total_payout_value": "0.299 HBD", + "url": "/ads/@cryptocurrency1/steem-ads" + }, + "entry_id": 335, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "242846979618", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106801424", + "voter": "viktor2poy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179745102", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31593860", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7895521", + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OUJ3PxPA3i4\n\n#hacking #hacker #life #diy #howto #video #tips #tricks", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "created": "2016-07-23T06:25:00", + "curator_payout_value": "0.032 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=OUJ3PxPA3i4\"]}", + "last_payout": "2016-08-23T06:39:36", + "last_update": "2016-07-23T06:25:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243173015525, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-life-hacks-which-simplify-your-life", + "post_id": 210864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 LIFE HACKS WHICH SIMPLIFY YOUR LIFE", + "title": "10 LIFE HACKS WHICH SIMPLIFY YOUR LIFE", + "total_payout_value": "0.256 HBD", + "url": "/life/@cryptocurrency1/10-life-hacks-which-simplify-your-life" + }, + "entry_id": 334, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1160921803", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225077688426", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46909680", + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113766734", + "voter": "viktor2poy" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_L6RFfPS-BQ\n\n#music #hacking #hacker #life #diy #howto", + "body_length": 86, + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 0, + "created": "2016-07-23T06:19:21", + "curator_payout_value": "0.043 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=_L6RFfPS-BQ\"]}", + "last_payout": "2016-08-23T06:40:36", + "last_update": "2016-07-23T06:19:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 226399286643, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-lifehacks-for-music", + "post_id": 210820, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 LIFEHACKS FOR MUSIC", + "title": "10 LIFEHACKS FOR MUSIC", + "total_payout_value": "0.224 HBD", + "url": "/music/@cryptocurrency1/10-lifehacks-for-music" + }, + "entry_id": 333, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17321314", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162148467", + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23695395", + "voter": "clonewarz" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://indy100.independent.co.uk/image/17300-a08ocw.jpg\n\nhttp://indy100.independent.co.uk/image/17300-5bpll8.jpg\n\nhttp://indy100.independent.co.uk/article/some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture--WJPfhk5mLb\n\n#illuminati #666 #politics #news #headlines #steemit #satan #satanist #devil #evil", + "body_length": 353, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-23T06:10:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"illuminati\",\"satan\",\"news\",\"evil\",\"satanist\",\"steemit\",\"devil\",\"headlines\"],\"image\":[\"http:\\/\\/indy100.independent.co.uk\\/image\\/17300-a08ocw.jpg\"]}", + "last_payout": "2016-08-23T06:31:00", + "last_update": "2016-07-23T06:10:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203165176, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture", + "post_id": 210758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some conspiracists think Theresa May and Angela Merkel are in the illuminati because of a hand gesture", + "title": "Some conspiracists think Theresa May and Angela Merkel are in the illuminati because of a hand gesture", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture" + }, + "entry_id": 332, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "104542661", + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15374934", + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/money/2016/07/21/103699100_EAJ6G7_kid_money-large_trans++N7kF8Fb6ID_G1m99xXXMy9os9SHR6lrSqycDuKGHNSg.jpg\n\n# Did you know that 1 in 3 children aged 8 to 15 worry about money?\n\n#news #poverty #poor #kids #children", + "body_length": 251, + "cashout_time": "1969-12-31T23:59:59", + "category": "poverty", + "children": 0, + "created": "2016-07-23T02:49:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poverty\",\"news\",\"poor\",\"kids\",\"children\"],\"image\":[\"http:\\/\\/www.telegraph.co.uk\\/content\\/dam\\/money\\/2016\\/07\\/21\\/103699100_EAJ6G7_kid_money-large_trans++N7kF8Fb6ID_G1m99xXXMy9os9SHR6lrSqycDuKGHNSg.jpg\"]}", + "last_payout": "2016-08-23T02:51:39", + "last_update": "2016-07-23T02:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119917595, + "parent_author": "", + "parent_permlink": "poverty", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "1-in-3-kids-have-money-worries", + "post_id": 208930, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1 in 3 Kids have 'money worries'", + "title": "1 in 3 Kids have 'money worries'", + "total_payout_value": "0.000 HBD", + "url": "/poverty/@cryptocurrency1/1-in-3-kids-have-money-worries" + }, + "entry_id": 331, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17937423", + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://www.newser.com/story/228430/most-interesting-man-has-worst-legal-strategy.html\n\nJonathan Goldsmith has been ordered to pay $60K\n\nhttp://img1-azcdn.newser.com/image/1076430-13-20160721093728.jpeg\n\n#lawsuit #legal #penalty #fees", + "body_length": 233, + "cashout_time": "1969-12-31T23:59:59", + "category": "lawsuit", + "children": 0, + "created": "2016-07-23T02:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lawsuit\",\"legal\",\"penalty\",\"fees\"],\"links\":[\"http:\\/\\/www.newser.com\\/story\\/228430\\/most-interesting-man-has-worst-legal-strategy.html\"]}", + "last_payout": "2016-08-23T02:47:51", + "last_update": "2016-07-23T02:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17937423, + "parent_author": "", + "parent_permlink": "lawsuit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "most-interesting-man-has-worst-legal-strategy", + "post_id": 208870, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Most Interesting Man' Has 'Worst Legal Strategy'", + "title": "'Most Interesting Man' Has 'Worst Legal Strategy'", + "total_payout_value": "0.000 HBD", + "url": "/lawsuit/@cryptocurrency1/most-interesting-man-has-worst-legal-strategy" + }, + "entry_id": 330, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "371598870", + "voter": "sn7w" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "928824069", + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55063112", + "voter": "pussydestroyer" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/rf/image_1484w/2010-2019/Wires/Online/2016-07-23/AP/Images/Senate-DavidDuke-9a49f.jpg?uuid=dDMcFlB1Eea_J0BRBoNvlg\n\nBATON ROUGE, La. \u2014 Declaring \u201cthe climate of this country has moved in my direction,\u201d white supremacist David Duke registered Friday for Louisiana\u2019s U.S. Senate race, saying he was partially spurred by the recent shooting deaths of three law enforcement officers by a black man.\n\n\u201cI believe my time has come,\u201d the former Ku Klux Klan leader said after submitting his paperwork for the ballot. He added: \u201cThe people of this country, the patriotic, decent, God-fearing people of this country are now right with me.\u201d\n\nDuke\u2019s candidacy comes one day after Donald Trump accepted the GOP nomination for president, and Duke said he\u2019s espoused principles for years that are similar to the themes Republicans are now supporting in Trump\u2019s campaign, on issues such as immigration and trade.\n\nhttps://www.washingtonpost.com/politics/ex-kkk-leader-david-duke-runs-for-senate-my-time-has-come/2016/07/22/7786e6f4-5075-11e6-bf27-405106836f96_story.html\n\n#politic #news #kkk #senate #vote #voting #666", + "body_length": 1132, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-23T02:30:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"politic\",\"news\",\"kkk\",\"senate\",\"vote\",\"voting\"],\"image\":[\"https:\\/\\/img.washingtonpost.com\\/rf\\/image_1484w\\/2010-2019\\/Wires\\/Online\\/2016-07-23\\/AP\\/Images\\/Senate-DavidDuke-9a49f.jpg?uuid=dDMcFlB1Eea_J0BRBoNvlg\"]}", + "last_payout": "2016-08-24T18:08:45", + "last_update": "2016-07-23T02:30:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1355486051, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "kkk-member-david-duke-runs-for-senate", + "post_id": 208709, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KKK member David Duke runs for Senate", + "title": "KKK member David Duke runs for Senate", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/kkk-member-david-duke-runs-for-senate" + }, + "entry_id": 329, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1095709585", + "voter": "algo-rythm" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-268268975", + "voter": "fydel" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "U.S.. CDC says 400 pregnant women in u.s. With evidence of zika virus infection, up from 346 a week ago\n\nU.S. CDC reports 3 more babies born in U.S. with birth defects linked to zika virus.\n\n#health #cdc #virus #zika", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-22T10:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"cdc\",\"virus\",\"zika\"]}", + "last_payout": "2016-08-22T11:01:42", + "last_update": "2016-07-22T10:48:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 827440610, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cdc-3-more-babies-400-pregnant-women-infected", + "post_id": 196851, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CDC: 3 MORE BABIES, 400 PREGNANT WOMEN INFECTED...", + "title": "CDC: 3 MORE BABIES, 400 PREGNANT WOMEN INFECTED...", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/cdc-3-more-babies-400-pregnant-women-infected" + }, + "entry_id": 328, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JxYsuIsLmF8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "blm", + "children": 0, + "created": "2016-07-22T10:04:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blm\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JxYsuIsLmF8\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-22T10:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "blm", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-case-for-blue-lives-matter", + "post_id": 196426, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Case For Blue Lives Matter", + "title": "The Case For Blue Lives Matter", + "total_payout_value": "0.000 HBD", + "url": "/blm/@cryptocurrency1/the-case-for-blue-lives-matter" + }, + "entry_id": 327, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "414410283", + "voter": "dog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63111049", + "voter": "xem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1152542315", + "voter": "creemej" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-123846937", + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59692782", + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Do you think silly people on the internet will start to take photos of their breasts and post them on steemit.com just for an upvote?\n\nhttp://matemedia.com/wp-content/uploads/2014/04/censored-trans.png\n\n#sex #tits #666 #pornography #breasts #censored", + "body_length": 250, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-22T09:55:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"sex\",\"tits\",\"pornography\",\"breasts\",\"censored\"],\"image\":[\"http:\\/\\/matemedia.com\\/wp-content\\/uploads\\/2014\\/04\\/censored-trans.png\"]}", + "last_payout": "2016-08-22T10:26:45", + "last_update": "2016-07-22T09:55:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1565909492, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "post-a-picture-of-your-tits-for-an-upvote", + "post_id": 196325, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Post a picture of your tits for an upvote", + "title": "Post a picture of your tits for an upvote", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/post-a-picture-of-your-tits-for-an-upvote" + }, + "entry_id": 326, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "369803866", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220205691", + "voter": "pcste" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Did you know that SANTA is SATAN intentionally mispelled?\n\n#christmas #noel #santa #satan #666 #news #illuminati #bilderberg #eviljews #zionist #israel", + "body_length": 151, + "cashout_time": "1969-12-31T23:59:59", + "category": "christmas", + "children": 0, + "created": "2016-07-22T09:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\",\"christmas\",\"bilderberg\",\"noel\",\"eviljews\",\"santa\",\"illuminati\",\"satan\",\"news\",\"zionist\"]}", + "last_payout": "2016-08-22T09:51:24", + "last_update": "2016-07-22T09:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 594682534, + "parent_author": "", + "parent_permlink": "christmas", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "did-you-know-that-santa-is-satan-intentionally-mispelled", + "post_id": 196083, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Did you know that SANTA is SATAN intentionally mispelled?", + "title": "Did you know that SANTA is SATAN intentionally mispelled?", + "total_payout_value": "0.000 HBD", + "url": "/christmas/@cryptocurrency1/did-you-know-that-santa-is-satan-intentionally-mispelled" + }, + "entry_id": 325, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "139754210", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Do you think prostitutes will start promoting themselves on Steem by using one of the following hashtag ?\n\n#escort #prostitute or #sexforsale #sex #sexformoney #escorts\n\nhttp://static5.businessinsider.com/image/5286944369bedd4f3da95767-480/prostitute.jpg", + "body_length": 254, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-22T09:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\",\"escort\",\"prostitute\",\"sexforsale\",\"sexformoney\",\"escorts\"],\"image\":[\"http:\\/\\/static5.businessinsider.com\\/image\\/5286944369bedd4f3da95767-480\\/prostitute.jpg\"]}", + "last_payout": "2016-08-22T09:24:45", + "last_update": "2016-07-22T09:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 144427187, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "promoting-prostitution-on-steem", + "post_id": 196025, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Promoting prostitution on Steem?", + "title": "Promoting prostitution on Steem?", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/promoting-prostitution-on-steem" + }, + "entry_id": 324, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "450445960", + "voter": "dog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68598966", + "voter": "xem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "378960206", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1075706160", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64883459", + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Attention Steem: I suggest you allow people to use numbers hashtag\n\nexample of numbers in hashtag: \n\n#666 \n\nect. . .\n\nhttps://img0.steemit.com/0x0/https://steem.io/images/steem.png\n\n#steem #steemit #suggestion #support #help #tips", + "body_length": 232, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-22T09:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"suggestion\",\"support\",\"help\",\"tips\"],\"image\":[\"https:\\/\\/img0.steemit.com\\/0x0\\/https:\\/\\/steem.io\\/images\\/steem.png\"]}", + "last_payout": "2016-08-22T09:58:09", + "last_update": "2016-07-22T09:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2043267728, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag", + "post_id": 195967, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Attention Steem: I suggest you allow people to use numbers in hashtag", + "title": "Attention Steem: I suggest you allow people to use numbers in hashtag", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag" + }, + "entry_id": 323, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-271878116", + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20211140054", + "voter": "ph111p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4838822", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "378960206", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fz_6D1LTJpw\n\n#journalist #journalism #media #mainstream #fox #666", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "journalist", + "children": 0, + "created": "2016-07-22T09:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"journalist\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=fz_6D1LTJpw\"]}", + "last_payout": "2016-08-23T09:59:18", + "last_update": "2016-07-22T09:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20327733943, + "parent_author": "", + "parent_permlink": "journalist", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "charges-against-roger-ailes-are-bs", + "post_id": 195913, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Charges Against Roger Ailes Are BS", + "title": "Charges Against Roger Ailes Are BS", + "total_payout_value": "0.023 HBD", + "url": "/journalist/@cryptocurrency1/charges-against-roger-ailes-are-bs" + }, + "entry_id": 322, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-266093476", + "voter": "cristina" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2e9MPx2hy5g\n\n#news #media #journalism #journalist #reports #mainstream", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "media", + "children": 0, + "created": "2016-07-22T08:37:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"media\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=2e9MPx2hy5g\"]}", + "last_payout": "2016-08-23T09:59:57", + "last_update": "2016-07-22T08:37:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -266093476, + "parent_author": "", + "parent_permlink": "media", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention", + "post_id": 195632, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cenk Uygur Explains What Happened With Alex Jones And Roger Stone At Republican National Convention", + "title": "Cenk Uygur Explains What Happened With Alex Jones And Roger Stone At Republican National Convention", + "total_payout_value": "0.000 HBD", + "url": "/media/@cryptocurrency1/cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention" + }, + "entry_id": 321, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "237069108", + "voter": "dabin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2635402869", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114498421", + "voter": "mastero" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_m-42A37zxM\n\n#news #media #journalism #journalist #reports #mainstream", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-22T08:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=_m-42A37zxM\"]}", + "last_payout": "2016-08-22T14:29:15", + "last_update": "2016-07-22T08:19:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2986970398, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "young-turks-flip-out-on-alex-jones", + "post_id": 195410, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Young Turks Flip Out On Alex Jones", + "title": "Young Turks Flip Out On Alex Jones", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/young-turks-flip-out-on-alex-jones" + }, + "entry_id": 320, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "962803062", + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144745431", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=940fJ8HADeE\n\n#gold #news #bilderberg #mafia #illuminati #money", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "gold", + "children": 0, + "created": "2016-07-22T05:44:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gold\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=940fJ8HADeE\"]}", + "last_payout": "2016-08-22T06:05:45", + "last_update": "2016-07-22T05:44:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1107548493, + "parent_author": "", + "parent_permlink": "gold", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children", + "post_id": 193956, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "first it was Robert Holmes; then Kevin Krim had to be silenced: they killed his children", + "title": "first it was Robert Holmes; then Kevin Krim had to be silenced: they killed his children", + "total_payout_value": "0.000 HBD", + "url": "/gold/@cryptocurrency1/first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children" + }, + "entry_id": 319, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4833678", + "voter": "seagul" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=aG86XtPkJTY\n\n#politic #news #nwo #globalism #globalist #bilderberg #mafia", + "body_length": 105, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-22T05:03:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=aG86XtPkJTY\"]}", + "last_payout": "2016-08-22T05:04:18", + "last_update": "2016-07-22T05:03:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4833678, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "charlie-rose-confronted-over-globalist-takeover", + "post_id": 193577, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Charlie Rose Confronted Over Globalist Takeover", + "title": "Charlie Rose Confronted Over Globalist Takeover", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/charlie-rose-confronted-over-globalist-takeover" + }, + "entry_id": 318, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17214584", + "voter": "luisucv34" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "10829603", + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Suggestion to Steem: Create a server so posters can upload images while they are posting using their smartphone.\n\n#steem #steemit #help #support #suggestion #ideas", + "body_length": 165, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-22T02:26:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"help\",\"support\",\"suggestion\",\"ideas\"]}", + "last_payout": "2016-08-22T02:27:30", + "last_update": "2016-07-22T02:26:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28044187, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "suggestion-to-steem-create-a-server-so-posters-can-upload-images", + "post_id": 191809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Suggestion to Steem: Create a server so posters can upload images", + "title": "Suggestion to Steem: Create a server so posters can upload images", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/suggestion-to-steem-create-a-server-so-posters-can-upload-images" + }, + "entry_id": 317, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7440665070", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138878974", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68688856", + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98955973", + "voter": "slava" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?\nhttp://nationalinterest.org/feature/has-the-federal-reserve-become-congresss-golden-goose-17050\n\nhttps://i.ytimg.com/vi/GyUxJ8LxDno/maxresdefault.jpg\n\n#usd #scam #fraud #federalreserve #zionist #israel #khazarian #mafia #jews #eviljews #rothschild #illuminati #congress #usa #us #news", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "fraud", + "children": 0, + "created": "2016-07-22T02:20:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\",\"usa\",\"fraud\",\"usd\",\"mafia\",\"eviljews\",\"khazarian\",\"illuminati\",\"news\",\"jews\",\"congress\",\"rothschild\",\"zionist\",\"scam\",\"us\",\"federalreserve\"],\"links\":[\"http:\\/\\/nationalinterest.org\\/feature\\/has-the-federal-reserve-become-congresss-golden-goose-17050\"]}", + "last_payout": "2016-08-22T02:36:00", + "last_update": "2016-07-22T02:20:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7747188873, + "parent_author": "", + "parent_permlink": "fraud", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose", + "post_id": 191720, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?", + "title": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?", + "total_payout_value": "0.000 HBD", + "url": "/fraud/@cryptocurrency1/has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose" + }, + "entry_id": 316, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "25821876", + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Breitbart Tech editor Milo Yiannopoulos has been suspended from Twitter once more just 20 minutes before his \u201cGays for Trump\u201d event takes place at the Republican National Convention. ... Milo was suspended despite the fact that he sent no abusive tweets to the actress.\n\nhttps://www.insidehighered.com/sites/default/server_files/media/headshot.jpg\n\nhttp://www.breitbart.com/milo/2016/07/19/breaking-milo-suspended-twitter-20-minutes-party/\n\n#gay #lesbian #homosexual #tweet #twitter #journalist #reporter #breibart #tech #technology #rnc", + "body_length": 537, + "cashout_time": "1969-12-31T23:59:59", + "category": "gay", + "children": 1, + "created": "2016-07-22T00:59:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"reporter\",\"homosexual\",\"rnc\",\"technology\",\"lesbian\",\"tweet\",\"journalist\",\"twitter\",\"breibart\",\"tech\",\"gay\"],\"image\":[\"https:\\/\\/www.insidehighered.com\\/sites\\/default\\/server_files\\/media\\/headshot.jpg\"]}", + "last_payout": "2016-08-22T04:17:03", + "last_update": "2016-07-22T00:59:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25821876, + "parent_author": "", + "parent_permlink": "gay", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump", + "post_id": 190790, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Milo Yiannopoulos got banned from twitter for posting 'Gay for Trump'", + "title": "Milo Yiannopoulos got banned from twitter for posting 'Gay for Trump'", + "total_payout_value": "0.000 HBD", + "url": "/gay/@cryptocurrency1/milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump" + }, + "entry_id": 315, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "168174194", + "voter": "jeky-jeky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4831088", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "367148004", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117090534", + "voter": "siambar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59792159", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2336488", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39733619", + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I trade the Forex market daily.\nI programmed my own custom chart that fits my needs.\nHere's a view of what my EURUSD chart looks like in 1 Hour time frame.\n\nhttp://i65.tinypic.com/8xqyi9.jpg\n\nHere's a full detail view of my personal Forex chart.\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21NC12RFJ2QmdyZk0/view?usp=sharing\n\n#forex #eurusd #currency #trading #daytrading #market #fx", + "body_length": 383, + "cashout_time": "1969-12-31T23:59:59", + "category": "forex", + "children": 0, + "created": "2016-07-21T11:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"forex\",\"eurusd\",\"currency\",\"trading\",\"daytrading\",\"market\",\"fx\"],\"image\":[\"http:\\/\\/i65.tinypic.com\\/8xqyi9.jpg\"]}", + "last_payout": "2016-08-21T11:28:36", + "last_update": "2016-07-21T11:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 759106086, + "parent_author": "", + "parent_permlink": "forex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "my-forex-analysis-for-eurusd-july-21st-2016", + "post_id": 177607, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My forex analysis for EURUSD July 21st, 2016.", + "title": "My forex analysis for EURUSD July 21st, 2016.", + "total_payout_value": "0.000 HBD", + "url": "/forex/@cryptocurrency1/my-forex-analysis-for-eurusd-july-21st-2016" + }, + "entry_id": 314, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5579604078", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108711606", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65525987", + "voter": "jameswoods" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115489428", + "voter": "ooak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18618648", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I posted a post earlier about questions and answers about steem in this post:\nhttps://steemit.com/steem/@cryptocurrency1/steem-support-questions-and-answers\n\nI put some thought into it; It makes better sense if people should just use #support or #help hashtag to send their questions to steem support team.\n\nhttps://77.mvd.ru/upload/site78/zs/voprpos-otvet.jpg\n\n#steem #steemit #support #question #answer #asksteem #help", + "body_length": 420, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "created": "2016-07-21T11:05:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"support\",\"help\",\"steemit\",\"question\",\"answer\",\"asksteem\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@cryptocurrency1\\/steem-support-questions-and-answers\"]}", + "last_payout": "2016-08-21T11:11:45", + "last_update": "2016-07-21T11:05:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5892622724, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem", + "post_id": 177431, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A better idea to improve Steem: Use this hashtag #support for questions about Steem", + "title": "A better idea to improve Steem: Use this hashtag #support for questions about Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem" + }, + "entry_id": 313, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "42049282", + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "848715691", + "voter": "emilhoch" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zZTdhMDQyNDVkODJmYmY2MWQ5NWIyM2JhMDA5YTQ1My5qcGc=.jpg\n\nLee added that Bitcoin is a fundamental change as it doesn\u2019t rely on any of the old systems and there are several things to do with Bitcoin that aren\u2019t available on the digital payment system.\n\n#bitcoin #cryptocurrency #ceo", + "body_length": 370, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 2, + "created": "2016-07-21T08:59:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"ceo\"],\"image\":[\"https:\\/\\/cointelegraph.com\\/images\\/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zZTdhMDQyNDVkODJmYmY2MWQ5NWIyM2JhMDA5YTQ1My5qcGc=.jpg\"]}", + "last_payout": "2016-08-21T09:05:48", + "last_update": "2016-07-21T08:59:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 895437950, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency", + "post_id": 175904, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Purse.io CEO Andrew Lee: \"Bitcoin is Going to Be Main Cryptocurrency\"", + "title": "Purse.io CEO Andrew Lee: \"Bitcoin is Going to Be Main Cryptocurrency\"", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency" + }, + "entry_id": 312, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-334783984", + "voter": "dtbahoney" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://s1.ibtimes.com/sites/www.ibtimes.com/files/styles/lg/public/2016/07/21/piracy.jpg\n\nKickass Torrents, one of the most popular file-sharing websites on the internet, has gone offline after its alleged owner was arrested in Poland on July 20. He has been accused on criminal counts of piracy.\n\n#torrent #kickass #hackers #hack #hacking #hacker #news #technology", + "body_length": 365, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-07-21T08:52:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"torrent\",\"kickass\",\"hackers\",\"hack\",\"hacking\",\"news\",\"technology\"],\"image\":[\"http:\\/\\/s1.ibtimes.com\\/sites\\/www.ibtimes.com\\/files\\/styles\\/lg\\/public\\/2016\\/07\\/21\\/piracy.jpg\"]}", + "last_payout": "2016-08-21T09:13:42", + "last_update": "2016-07-21T08:52:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -334783984, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "kickass-torrents-atrem-vaulin-arrested-website-down", + "post_id": 175837, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Kickass Torrents Atrem Vaulin Arrested, Website Down", + "title": "Kickass Torrents Atrem Vaulin Arrested, Website Down", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/kickass-torrents-atrem-vaulin-arrested-website-down" + }, + "entry_id": 311, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "580543936", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149826790749", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23648397", + "voter": "sillyfilthy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256724219218", + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9662176", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "795035490", + "voter": "cloveandcinnamon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "299183879", + "voter": "danroseman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17189565", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2151038165", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220394276", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97399593", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "411898955", + "voter": "dowhne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115966846", + "voter": "kirreall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132152991", + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2328124", + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80738126074", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210218717", + "voter": "holidayjunction" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2524432951", + "voter": "rogue91" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "No, it's not about making money on Steem. I still don't think that anyone can make big money on Steem. Only the insiders can make big money posting on Steem.\n\nThe one thing I really like about Steem is its blockchain technology that let people post whatever they want, and the information is store on the blockchain forever, unless the entire blockchain is deleted.\n\nhttps://img0.steemit.com/0x0/https://steem.io/images/steem.png\n\n#steemit #steem #support #asksteem #news", + "body_length": 471, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-21T05:44:06", + "curator_payout_value": "0.094 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"asksteem\",\"news\"],\"image\":[\"https:\\/\\/img0.steemit.com\\/0x0\\/https:\\/\\/steem.io\\/images\\/steem.png\"]}", + "last_payout": "2016-08-21T06:11:42", + "last_update": "2016-07-21T05:44:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 494880230102, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-i-really-like-about-steem", + "post_id": 173892, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What I really like about Steem", + "title": "What I really like about Steem", + "total_payout_value": "0.794 HBD", + "url": "/steemit/@cryptocurrency1/what-i-really-like-about-steem" + }, + "entry_id": 310, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16466319937", + "voter": "steem1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "961235030", + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5558737798", + "voter": "cryptojoy.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97399593", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85039074", + "voter": "rapp" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I've created this hashtag for people who have question about Steem.\n\nUse this hashtag in your post #asksteem to ask a question to Steem team.\n\nhttp://itsyucatan.edu.mx/wp-content/uploads/2012/10/instrucciones.png", + "body_length": 212, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-21T03:32:45", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"asksteem\"],\"image\":[\"http:\\/\\/itsyucatan.edu.mx\\/wp-content\\/uploads\\/2012\\/10\\/instrucciones.png\"]}", + "last_payout": "2016-08-21T04:00:42", + "last_update": "2016-07-21T03:32:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23168731432, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-support-questions-and-answers", + "post_id": 172474, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem SUPPORT questions and answers", + "title": "Steem SUPPORT questions and answers", + "total_payout_value": "0.032 HBD", + "url": "/steem/@cryptocurrency1/steem-support-questions-and-answers" + }, + "entry_id": 309, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "980852072", + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275572095", + "voter": "jearson" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Why can't Steem display images from Google drive and Onedrive?\n\nhttp://i0.wp.com/www.techsavvysmb.net/wp-content/uploads/2016/05/onedrive-logo.png\n\nhttps://dt.azadicdn.com/wp-content/uploads/2013/09/google_drive_logo.jpg?9423\n\n#asksteem #steemit #steem #google #googledrive #onedrive #microsoft #bing", + "body_length": 302, + "cashout_time": "1969-12-31T23:59:59", + "category": "onedrive", + "children": 1, + "created": "2016-07-21T03:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"onedrive\",\"asksteem\",\"steemit\",\"steem\",\"google\",\"googledrive\",\"microsoft\",\"bing\"],\"image\":[\"http:\\/\\/i0.wp.com\\/www.techsavvysmb.net\\/wp-content\\/uploads\\/2016\\/05\\/onedrive-logo.png\"]}", + "last_payout": "2016-08-21T03:17:03", + "last_update": "2016-07-21T03:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1256424167, + "parent_author": "", + "parent_permlink": "onedrive", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-can-t-steem-display-images-from-google-drive-and-onedrive", + "post_id": 172257, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why can't Steem display images from Google drive and Onedrive?", + "title": "Why can't Steem display images from Google drive and Onedrive?", + "total_payout_value": "0.000 HBD", + "url": "/onedrive/@cryptocurrency1/why-can-t-steem-display-images-from-google-drive-and-onedrive" + }, + "entry_id": 308, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "82881510", + "voter": "gerber" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers\n\n#bitcoin #cryptocurrency #money", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "created": "2016-07-21T02:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"money\"]}", + "last_payout": "2016-08-21T02:56:03", + "last_update": "2016-07-21T02:53:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82881510, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers", + "post_id": 171928, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers", + "title": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers" + }, + "entry_id": 307, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4672977", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://si.wsj.net/public/resources/images/BT-AJ986_DUBIN_M_20160720184510.jpg\n\nThe founder of Dollar Shave Club Inc. introduced his subscription model for selling razors to the world in 2012 with a slapstick YouTube video, in which he railed against high-price blades and deadpanned: \u201cOur blades are f\u2014ing great.\u201d\n\nhttp://www.wsj.com/articles/funny-video-led-to-1-billion-deal-for-dollar-shave-club-1469055206\n\n#funny #video #shaving #ceo", + "body_length": 439, + "cashout_time": "1969-12-31T23:59:59", + "category": "ceo", + "children": 2, + "created": "2016-07-21T02:45:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ceo\",\"funny\",\"video\",\"shaving\"],\"image\":[\"https:\\/\\/si.wsj.net\\/public\\/resources\\/images\\/BT-AJ986_DUBIN_M_20160720184510.jpg\"]}", + "last_payout": "2016-08-21T02:49:18", + "last_update": "2016-07-21T02:45:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4672977, + "parent_author": "", + "parent_permlink": "ceo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-michael-dubin-turned-a-funny-video-into-usd1-billion", + "post_id": 171821, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How Michael Dubin Turned a Funny Video Into $1 Billion", + "title": "How Michael Dubin Turned a Funny Video Into $1 Billion", + "total_payout_value": "0.000 HBD", + "url": "/ceo/@cryptocurrency1/how-michael-dubin-turned-a-funny-video-into-usd1-billion" + }, + "entry_id": 306, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "8402153056", + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "310908433", + "voter": "lukewarm" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Many flock to gun shops after state issues warning on copycat assault weapons\nAG Healey warns gun dealers on state's assault weapons ban\n\nhttp://www.wcvb.com/image/view/-/40800780/highRes/1/-/maxh/460/maxw/620/-/4shpobz/-/Assault-weapons.png\n\nhttp://www.wcvb.com/news/state-cracks-down-on-copycat-assault-weapons/40800750\n\n#gunban #nra #gun", + "body_length": 340, + "cashout_time": "1969-12-31T23:59:59", + "category": "gun", + "children": 3, + "created": "2016-07-21T02:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gun\",\"gunban\",\"nra\"],\"image\":[\"http:\\/\\/www.wcvb.com\\/image\\/view\\/-\\/40800780\\/highRes\\/1\\/-\\/maxh\\/460\\/maxw\\/620\\/-\\/4shpobz\\/-\\/Assault-weapons.png\"]}", + "last_payout": "2016-08-21T02:49:03", + "last_update": "2016-07-21T02:08:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8713061489, + "parent_author": "", + "parent_permlink": "gun", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault", + "post_id": 171386, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Many flock to gun shops after state issues warning on copycat assault weapons AG Healey warns gun dealers on state's assault weapons ban", + "title": "Many flock to gun shops after state issues warning on copycat assault weapons AG Healey warns gun dealers on state's assault weapons ban", + "total_payout_value": "0.000 HBD", + "url": "/gun/@cryptocurrency1/many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault" + }, + "entry_id": 305, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "25784347", + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UHDfvfYCY0U\n\n#brain #science #scientist #discovery", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "brain", + "children": 0, + "created": "2016-07-21T01:45:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brain\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=UHDfvfYCY0U\"]}", + "last_payout": "2016-08-21T01:47:54", + "last_update": "2016-07-21T01:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25784347, + "parent_author": "", + "parent_permlink": "brain", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-ultimate-brain-map", + "post_id": 171084, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The ultimate brain map", + "title": "The ultimate brain map", + "total_payout_value": "0.000 HBD", + "url": "/brain/@cryptocurrency1/the-ultimate-brain-map" + }, + "entry_id": 304, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Scientists 'REVERSE' the menopause: Women who'd not had a period in five years are now menstruating again after their ovaries were rejuvenated \nTreatment involves platelet-rich plasma - a concentrated mix of substances in the blood that help cells grow - and may stimulate tissue regeneration\nTechnique could allow older and post-menopausal women to conceive\nScientists claim women treated saw their menstrual cycles re-start\nAlso enabled them to collect and fertilise the eggs that were released\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/20/17/3672084E00000578-3699710-The_Greek_team_say_the_technique_enabled_women_to_release_eggs_a-a-10_1469031755490.jpg\n\nhttp://www.dailymail.co.uk/health/article-3699710/Scientists-REVERSE-menopause-Women-d-not-period-five-years-menstuating-ovaries-rejuvenated.html#ixzz4EzyHsKwT \n\nTags:\n#scientist #menstuating #ovaries #Women #menopause\n\nOther Tags:\n#steem #steemit #news #science", + "body_length": 921, + "cashout_time": "1969-12-31T23:59:59", + "category": "scientist", + "children": 0, + "created": "2016-07-21T00:33:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"steem\",\"menstuating\",\"news\",\"steemit\",\"scientist\",\"menopause\",\"Women\",\"ovaries\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/20\\/17\\/3672084E00000578-3699710-The_Greek_team_say_the_technique_enabled_women_to_release_eggs_a-a-10_1469031755490.jpg\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-21T00:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "scientist", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "scientists-reverse-menopause", + "post_id": 170220, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scientists 'REVERSE' menopause...", + "title": "Scientists 'REVERSE' menopause...", + "total_payout_value": "0.000 HBD", + "url": "/scientist/@cryptocurrency1/scientists-reverse-menopause" + }, + "entry_id": 303, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "267565021", + "voter": "yoakebr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180768193", + "voter": "mastletter" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cn1Bg-uVIAARTc8.jpg\n\nBillionaire Amazon founder offers first glimpse of his alien character in Star Trek Beyond\nAmazon CEO Jeff Bezos revealed to have a role in Star Trek blockbuster \nBezos is listed as 'Starfleet official' in closing credits for Star Trek Beyond \nThe 52-year-old tech billionaire is a lifelong fan and avid 'Trekkie' \nBezos on Wednesday shared a Vine video showing him eating while in character \n\nhttp://www.dailymail.co.uk/news/article-3700184/Jeff-Bezos-appears-alien-Starfleet-official-Star-Trek-Beyond.html#ixzz4EzxwnUDd", + "body_length": 571, + "cashout_time": "1969-12-31T23:59:59", + "category": "amazon", + "children": 0, + "created": "2016-07-21T00:27:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"amazon\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/Cn1Bg-uVIAARTc8.jpg\"]}", + "last_payout": "2016-08-21T00:40:54", + "last_update": "2016-07-21T00:27:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 448333214, + "parent_author": "", + "parent_permlink": "amazon", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lord-of-amazon-turns-alien", + "post_id": 170123, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lord of AMAZON Turns Alien...", + "title": "Lord of AMAZON Turns Alien...", + "total_payout_value": "0.000 HBD", + "url": "/amazon/@cryptocurrency1/lord-of-amazon-turns-alien" + }, + "entry_id": 302, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4831088", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "209146716", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113701700", + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105252570", + "voter": "sokoloffa" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=k7DlYzODWmo\n\nhttps://www.youtube.com/watch?v=Moc1Ur7X3dE", + "body_length": 88, + "cashout_time": "1969-12-31T23:59:59", + "category": "charisma", + "children": 1, + "created": "2016-07-20T14:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"charisma\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=k7DlYzODWmo\"]}", + "last_payout": "2016-08-20T14:17:18", + "last_update": "2016-07-20T14:02:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 432932074, + "parent_author": "", + "parent_permlink": "charisma", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bruce-lee-s-insane-charisma", + "post_id": 159536, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bruce Lee's Insane Charisma", + "title": "Bruce Lee's Insane Charisma", + "total_payout_value": "0.000 HBD", + "url": "/charisma/@cryptocurrency1/bruce-lee-s-insane-charisma" + }, + "entry_id": 301, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "327980953", + "voter": "jordi-kicken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "164839676", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116022143", + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1665644861", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16313888", + "voter": "rumburak" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Bittrex added these cryptocurrencies:\nRise, Waves, DigixDAO, Breakout, Project Decorum, The DAO, Krypton, Lisk, SARCoin, STEEM, Destiny, Memetic.\n\nhttp://www.financemagnates.com/wp-content/uploads/2016/07/bittrex.jpg", + "body_length": 218, + "cashout_time": "1969-12-31T23:59:59", + "category": "bittrex", + "children": 0, + "created": "2016-07-20T13:49:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bittrex\"],\"image\":[\"http:\\/\\/www.financemagnates.com\\/wp-content\\/uploads\\/2016\\/07\\/bittrex.jpg\"]}", + "last_payout": "2016-08-20T15:42:06", + "last_update": "2016-07-20T13:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2290801521, + "parent_author": "", + "parent_permlink": "bittrex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bittrex-added-these-new-cryptocurrencies", + "post_id": 159357, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bittrex added these new cryptocurrencies", + "title": "Bittrex added these new cryptocurrencies", + "total_payout_value": "0.000 HBD", + "url": "/bittrex/@cryptocurrency1/bittrex-added-these-new-cryptocurrencies" + }, + "entry_id": 300, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "28032854", + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1599019067", + "voter": "dimitarj" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Poloniex just added Steem to let users trade", + "body_length": 44, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-20T13:43:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T16:07:21", + "last_update": "2016-07-20T13:43:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1627051921, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "poloniex-just-added-steem-to-let-users-trade", + "post_id": 159280, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Poloniex just added Steem to let users trade", + "title": "Poloniex just added Steem to let users trade", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/poloniex-just-added-steem-to-let-users-trade" + }, + "entry_id": 299, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "164839676", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118342585", + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50439099", + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2JQsf7i_dXY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "college", + "children": 0, + "created": "2016-07-20T13:35:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"college\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=2JQsf7i_dXY\"]}", + "last_payout": "2016-08-20T13:39:24", + "last_update": "2016-07-20T13:35:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 333621360, + "parent_author": "", + "parent_permlink": "college", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "6-hours-relaxing-piano-violin-guitar-study-music", + "post_id": 159163, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "6 HOURS - Relaxing - Piano, violin, guitar - Study music", + "title": "6 HOURS - Relaxing - Piano, violin, guitar - Study music", + "total_payout_value": "0.000 HBD", + "url": "/college/@cryptocurrency1/6-hours-relaxing-piano-violin-guitar-study-music" + }, + "entry_id": 298, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "133996905", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "274153472", + "voter": "pitbull808" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22119455", + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MX6uewdLrjs", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "xbox", + "children": 0, + "created": "2016-07-20T09:32:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"xbox\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=MX6uewdLrjs\"]}", + "last_payout": "2016-08-20T09:39:12", + "last_update": "2016-07-20T09:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 430269832, + "parent_author": "", + "parent_permlink": "xbox", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-fix-the-red-ring-of-death", + "post_id": 155912, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Fix The Red Ring of Death", + "title": "How To Fix The Red Ring of Death", + "total_payout_value": "0.000 HBD", + "url": "/xbox/@cryptocurrency1/how-to-fix-the-red-ring-of-death" + }, + "entry_id": 297, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19907509", + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=mzCt3-kPtdE", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "combustion", + "children": 0, + "created": "2016-07-20T09:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"combustion\",\"\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=mzCt3-kPtdE\"]}", + "last_payout": "2016-08-20T10:08:15", + "last_update": "2016-07-20T09:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24681343, + "parent_author": "", + "parent_permlink": "combustion", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene", + "post_id": 155841, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Fire Rain | Non-Toxic Combustion Properties of Polyethylene", + "title": "How To Make Fire Rain | Non-Toxic Combustion Properties of Polyethylene", + "total_payout_value": "0.000 HBD", + "url": "/combustion/@cryptocurrency1/how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene" + }, + "entry_id": 296, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19907509", + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=PCKKFbTwlmg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "putin", + "children": 0, + "created": "2016-07-20T09:21:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"putin\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=PCKKFbTwlmg\"]}", + "last_payout": "2016-08-20T10:11:18", + "last_update": "2016-07-20T09:21:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24681343, + "parent_author": "", + "parent_permlink": "putin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting", + "post_id": 155785, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TV News: Now \"PUTIN\" chastises \"OBAMA\" about the NEW WORLD ORDER 2016 UN meeting", + "title": "TV News: Now \"PUTIN\" chastises \"OBAMA\" about the NEW WORLD ORDER 2016 UN meeting", + "total_payout_value": "0.000 HBD", + "url": "/putin/@cryptocurrency1/tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting" + }, + "entry_id": 295, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17695564", + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JyHwLOH_pd8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "gravity", + "children": 0, + "created": "2016-07-20T09:16:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gravity\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JyHwLOH_pd8\"]}", + "last_payout": "2016-08-20T10:13:18", + "last_update": "2016-07-20T09:16:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22469398, + "parent_author": "", + "parent_permlink": "gravity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-anti-gravity-cd-wheel", + "post_id": 155721, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Anti Gravity CD Wheel!", + "title": "How To Make Anti Gravity CD Wheel!", + "total_payout_value": "0.000 HBD", + "url": "/gravity/@cryptocurrency1/how-to-make-anti-gravity-cd-wheel" + }, + "entry_id": 294, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-331182784", + "voter": "dtbahoney" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167541547", + "voter": "ztl" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xbuvcQrAOSk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "explosion", + "children": 0, + "created": "2016-07-20T09:10:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"explosion\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=xbuvcQrAOSk\"]}", + "last_payout": "2016-08-20T09:28:12", + "last_update": "2016-07-20T09:10:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -163641237, + "parent_author": "", + "parent_permlink": "explosion", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "glass-explosion-at-343-000fps", + "post_id": 155655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Glass Explosion at 343,000FPS", + "title": "Glass Explosion at 343,000FPS", + "total_payout_value": "0.000 HBD", + "url": "/explosion/@cryptocurrency1/glass-explosion-at-343-000fps" + }, + "entry_id": 293, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "113927637", + "voter": "jordanbradley" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Zy0yhwN6kzA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "corn", + "children": 0, + "created": "2016-07-20T09:04:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"corn\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Zy0yhwN6kzA\"]}", + "last_payout": "2016-08-20T09:04:54", + "last_update": "2016-07-20T09:04:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113927637, + "parent_author": "", + "parent_permlink": "corn", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mexican-style-corn", + "post_id": 155579, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mexican Style Corn \ud83c\udf3d", + "title": "Mexican Style Corn \ud83c\udf3d", + "total_payout_value": "0.000 HBD", + "url": "/corn/@cryptocurrency1/mexican-style-corn" + }, + "entry_id": 292, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3719279591", + "voter": "stephencurry" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sA9axAHSCXA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "casserole", + "children": 0, + "created": "2016-07-20T08:57:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"casserole\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=sA9axAHSCXA\"]}", + "last_payout": "2016-08-20T09:13:00", + "last_update": "2016-07-20T08:57:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3719279591, + "parent_author": "", + "parent_permlink": "casserole", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-baked-spaghetti-casserole", + "post_id": 155473, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Baked Spaghetti Casserole", + "title": "How to Make Baked Spaghetti Casserole", + "total_payout_value": "0.000 HBD", + "url": "/casserole/@cryptocurrency1/how-to-make-baked-spaghetti-casserole" + }, + "entry_id": 291, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "53349488", + "voter": "dimon14" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zgDnUcDQgm8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "potato", + "children": 0, + "created": "2016-07-20T08:52:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"potato\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=zgDnUcDQgm8\"]}", + "last_payout": "2016-08-20T08:54:33", + "last_update": "2016-07-20T08:52:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53349488, + "parent_author": "", + "parent_permlink": "potato", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-hamburger-potato-casserole", + "post_id": 155397, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Hamburger Potato Casserole", + "title": "How to Make Hamburger Potato Casserole", + "total_payout_value": "0.000 HBD", + "url": "/potato/@cryptocurrency1/how-to-make-hamburger-potato-casserole" + }, + "entry_id": 290, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2261563714", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167541547", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88284660", + "voter": "newstead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62778799", + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wh2P1-u_Vsc", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "rocket", + "children": 0, + "created": "2016-07-20T08:41:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"rocket\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=wh2P1-u_Vsc\"]}", + "last_payout": "2016-08-20T10:11:48", + "last_update": "2016-07-20T08:41:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2580168720, + "parent_author": "", + "parent_permlink": "rocket", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-a-rocket-from-the-sparklers", + "post_id": 155255, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make a rocket from the sparklers", + "title": "How to make a rocket from the sparklers", + "total_payout_value": "0.000 HBD", + "url": "/rocket/@cryptocurrency1/how-to-make-a-rocket-from-the-sparklers" + }, + "entry_id": 289, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "201049856", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "314536877", + "voter": "krabgat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bZ1WmeKir78", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "magnet", + "children": 0, + "created": "2016-07-20T08:33:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"magnet\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bZ1WmeKir78\"]}", + "last_payout": "2016-08-20T08:40:45", + "last_update": "2016-07-20T08:33:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 520360567, + "parent_author": "", + "parent_permlink": "magnet", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-magnetic-slime", + "post_id": 155154, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Magnetic Slime", + "title": "How to Make Magnetic Slime", + "total_payout_value": "0.000 HBD", + "url": "/magnet/@cryptocurrency1/how-to-make-magnetic-slime" + }, + "entry_id": 288, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2261563714", + "voter": "christoryan" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=AL8lIwzD4Mk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "electricity", + "children": 0, + "created": "2016-07-20T08:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"electricity\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=AL8lIwzD4Mk\"]}", + "last_payout": "2016-08-20T10:23:51", + "last_update": "2016-07-20T08:28:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2261563714, + "parent_author": "", + "parent_permlink": "electricity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-emergency-phone-charger-from-fire-and-peltier", + "post_id": 155080, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make Emergency Phone Charger from Fire and peltier", + "title": "How to make Emergency Phone Charger from Fire and peltier", + "total_payout_value": "0.000 HBD", + "url": "/electricity/@cryptocurrency1/how-to-make-emergency-phone-charger-from-fire-and-peltier" + }, + "entry_id": 287, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2261563714", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "309453228", + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93802451", + "voter": "newstead" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZAdpU2pNbcY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "vacuum", + "children": 0, + "created": "2016-07-20T08:23:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vacuum\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ZAdpU2pNbcY\"]}", + "last_payout": "2016-08-20T10:05:48", + "last_update": "2016-07-20T08:23:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2664819393, + "parent_author": "", + "parent_permlink": "vacuum", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-a-vacuum-cleaner", + "post_id": 155039, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make a Vacuum Cleaner", + "title": "How to Make a Vacuum Cleaner", + "total_payout_value": "0.000 HBD", + "url": "/vacuum/@cryptocurrency1/how-to-make-a-vacuum-cleaner" + }, + "entry_id": 286, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "152664800", + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84597897", + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "993095672", + "voter": "meesterboom" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WOiC3luC5iI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "mermaid", + "children": 0, + "created": "2016-07-20T08:04:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mermaid\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=WOiC3luC5iI\"]}", + "last_payout": "2016-08-20T08:06:48", + "last_update": "2016-07-20T08:04:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1230358369, + "parent_author": "", + "parent_permlink": "mermaid", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "make-a-mermaid-tail-swimmable-and-very-easy", + "post_id": 154859, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Make a Mermaid Tail! Swimmable and Very Easy", + "title": "Make a Mermaid Tail! Swimmable and Very Easy", + "total_payout_value": "0.000 HBD", + "url": "/mermaid/@cryptocurrency1/make-a-mermaid-tail-swimmable-and-very-easy" + }, + "entry_id": 285, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "112481559", + "voter": "kapets123" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=joLw8sBKXfA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "beauty", + "children": 0, + "created": "2016-07-20T07:58:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beauty\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=joLw8sBKXfA\"]}", + "last_payout": "2016-08-21T13:05:42", + "last_update": "2016-07-20T07:58:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112481559, + "parent_author": "", + "parent_permlink": "beauty", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "diy-pain-less-hair-wax", + "post_id": 154824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DIY PAIN-LESS HAIR WAX!", + "title": "DIY PAIN-LESS HAIR WAX!", + "total_payout_value": "0.000 HBD", + "url": "/beauty/@cryptocurrency1/diy-pain-less-hair-wax" + }, + "entry_id": 284, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "103692378780", + "voter": "omarb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "512583555706", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2686654435", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121663248", + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6984373", + "voter": "maurizio" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=4CzIHeSyvGg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "chicken", + "children": 0, + "created": "2016-07-20T07:48:27", + "curator_payout_value": "0.087 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"chicken\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=4CzIHeSyvGg\"]}", + "last_payout": "2016-08-20T07:57:54", + "last_update": "2016-07-20T07:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 619091236542, + "parent_author": "", + "parent_permlink": "chicken", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-chicken-tikka", + "post_id": 154714, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make Chicken Tikka", + "title": "How to make Chicken Tikka", + "total_payout_value": "1.155 HBD", + "url": "/chicken/@cryptocurrency1/how-to-make-chicken-tikka" + }, + "entry_id": 283, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1093912401", + "voter": "claudiop63" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JP5Aqsd_g3s", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "garden", + "children": 1, + "created": "2016-07-20T07:42:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"garden\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JP5Aqsd_g3s\"]}", + "last_payout": "2016-08-20T07:48:09", + "last_update": "2016-07-20T07:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1098686235, + "parent_author": "", + "parent_permlink": "garden", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-compost-tea", + "post_id": 154649, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Compost Tea", + "title": "How To Make Compost Tea", + "total_payout_value": "0.000 HBD", + "url": "/garden/@cryptocurrency1/how-to-make-compost-tea" + }, + "entry_id": 282, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "309440980", + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64853322", + "voter": "thecleangame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218394628", + "voter": "viktorrabec" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=N5r9CJ_MJBc", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "terrarium", + "children": 2, + "created": "2016-07-20T07:35:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"terrarium\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=N5r9CJ_MJBc\"]}", + "last_payout": "2016-08-20T07:38:51", + "last_update": "2016-07-20T07:35:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 592688930, + "parent_author": "", + "parent_permlink": "terrarium", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-an-eternal-terrarium", + "post_id": 154575, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HOW TO MAKE AN ETERNAL TERRARIUM", + "title": "HOW TO MAKE AN ETERNAL TERRARIUM", + "total_payout_value": "0.000 HBD", + "url": "/terrarium/@cryptocurrency1/how-to-make-an-eternal-terrarium" + }, + "entry_id": 281, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111548763", + "voter": "jaysteemit" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JhKpPAKQBuo", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "hoverboard", + "children": 0, + "created": "2016-07-20T07:30:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hoverboard\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=JhKpPAKQBuo\"]}", + "last_payout": "2016-08-20T07:32:30", + "last_update": "2016-07-20T07:30:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 116322597, + "parent_author": "", + "parent_permlink": "hoverboard", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-a-hoverboard-at-home", + "post_id": 154512, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make a Hoverboard at Home", + "title": "How to Make a Hoverboard at Home", + "total_payout_value": "0.000 HBD", + "url": "/hoverboard/@cryptocurrency1/how-to-make-a-hoverboard-at-home" + }, + "entry_id": 280, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "575757627", + "voter": "danny-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53345114", + "voter": "dimon14" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=z03JEEAnA5Q", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 0, + "created": "2016-07-20T07:20:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scam\",\"nwo\",\"illuminati\",\"conspiracy\",\"fraud\",\"documentary\",\"video\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=z03JEEAnA5Q\"]}", + "last_payout": "2016-08-20T07:21:33", + "last_update": "2016-07-20T07:20:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 633876575, + "parent_author": "", + "parent_permlink": "scam", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-world-order-one-world-government-conspiracy", + "post_id": 154398, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New World Order - One World Government Conspiracy", + "title": "New World Order - One World Government Conspiracy", + "total_payout_value": "0.000 HBD", + "url": "/scam/@cryptocurrency1/new-world-order-one-world-government-conspiracy" + }, + "entry_id": 279, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232610984", + "voter": "u5661239" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95551539", + "voter": "dmilash" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=j_eJoHqDUxk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "camp", + "children": 0, + "created": "2016-07-20T07:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"camp\",\"politics\",\"usa\",\"nwo\",\"war\",\"america\",\"terrorism\",\"fema\",\"news\",\"terrorist\",\"treason\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=j_eJoHqDUxk\"]}", + "last_payout": "2016-08-20T07:11:30", + "last_update": "2016-07-20T07:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 473263742, + "parent_author": "", + "parent_permlink": "camp", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-letter-that-has-shocked-the-usa", + "post_id": 154187, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Letter that has shocked the USA", + "title": "The Letter that has shocked the USA", + "total_payout_value": "0.000 HBD", + "url": "/camp/@cryptocurrency1/the-letter-that-has-shocked-the-usa" + }, + "entry_id": 278, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102345803", + "voter": "weasley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55608604", + "voter": "olga4226" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# What do you prefer doing?\n\nScalping in the Forex market vs Posting on Steemit\n\n# Which one do you think is more profitable?", + "body_length": 125, + "cashout_time": "1969-12-31T23:59:59", + "category": "forex", + "children": 3, + "created": "2016-07-20T06:56:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"forex\"]}", + "last_payout": "2016-08-20T08:03:12", + "last_update": "2016-07-20T06:56:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 162728241, + "parent_author": "", + "parent_permlink": "forex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "scalping-in-the-forex-market-vs-posting-on-steemit", + "post_id": 154057, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scalping in the Forex market vs Posting on Steemit", + "title": "Scalping in the Forex market vs Posting on Steemit", + "total_payout_value": "0.000 HBD", + "url": "/forex/@cryptocurrency1/scalping-in-the-forex-market-vs-posting-on-steemit" + }, + "entry_id": 277, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223299732", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1859631923", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115873616", + "voter": "newstead" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://images.huffingtonpost.com/2015-12-03-1449150805-4639796-chrischristie_0.jpg", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-20T06:35:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"http:\\/\\/images.huffingtonpost.com\\/2015-12-03-1449150805-4639796-chrischristie_0.jpg\"]}", + "last_payout": "2016-08-20T06:54:54", + "last_update": "2016-07-20T06:35:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2343906490, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "chris-christie-wants-to-lock-up-hillary-clinton", + "post_id": 153758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chris Christie wants to lock up Hillary Clinton", + "title": "Chris Christie wants to lock up Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/chris-christie-wants-to-lock-up-hillary-clinton" + }, + "entry_id": 276, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199239893", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412809", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I just found a negative upvote in one of my post.\n\nIs that even possible?\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21ei1qeWROdU03ejQ/view?usp=sharing", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-20T05:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/drive.google.com\\/file\\/d\\/0B00b0fnj6k21ei1qeWROdU03ejQ\\/view?usp=sharing\"]}", + "last_payout": "2016-08-20T05:31:45", + "last_update": "2016-07-20T05:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 353527755, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "negative-upvote", + "post_id": 152872, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Negative upvote", + "title": "Negative upvote", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/negative-upvote" + }, + "entry_id": 275, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "323221883", + "voter": "romait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1859631485", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252932087", + "voter": "fixedelineation" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199239893", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173199166", + "voter": "belfordz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412809", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4733724136", + "voter": "kafkanarchy84" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Who own Steem.io and Steemit.com ?\n\nIs it a company that owns it? if so, what is the name of the C-corp? or S-corp, ect...\n\nIs it a private company as in one person that own that website? or domain?\n\nWho is this person that own Steem? and who or which organization finance Steem to get it off the ground?", + "body_length": 306, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-20T05:08:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T05:48:24", + "last_update": "2016-07-20T05:08:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7691462678, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "who-own-steem-io-and-steemit-com", + "post_id": 152597, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who own Steem.io and Steemit.com ?", + "title": "Who own Steem.io and Steemit.com ?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/who-own-steem-io-and-steemit-com" + }, + "entry_id": 274, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218677932", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Who owns the legal right to the use of the name STEEM ?\n\nIs it steem.io (steemit.com)\n\nor\n\nhttp://steempb.com/\n(caffeinated peanut butter)", + "body_length": 140, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-20T05:00:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"http:\\/\\/steempb.com\\/\"]}", + "last_payout": "2016-08-20T05:01:21", + "last_update": "2016-07-20T05:00:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 363779151, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "who-owns-the-legal-right-to-the-name-steem", + "post_id": 152516, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who owns the legal right to the name STEEM ?", + "title": "Who owns the legal right to the name STEEM ?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/who-owns-the-legal-right-to-the-name-steem" + }, + "entry_id": 273, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10707621959", + "voter": "k-rapper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199239893", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# What is Steem?\n\nSTEEM is caffeinated peanut butter. What else do we need to say? STEEM is designed to provide a consistent release of sustained energy and the naturally slow digestion of peanut butter is the key to that.\n\nhttp://steempb.com/\n\nSTEEM's steady release of energy (without the jittery feeling) makes it perfect not only for athletes and active people, but also for normal life. How about never having to choose awful breakroom coffee because you don't want to spend more on caffeine than you spend on your lunch? How about having enough energy to finish that backyard project in one day instead of putting it off for another weekend? How about when an all-night study session has suddenly become the morning of the test? How about never having to bring that damn percolator on camping trips just so you can avoid that crippling noontime caffeine headache? How about not worrying about nodding off in meetings, or in class, or at the wheel? How about just having the energy to get going when you need it?\n\nhttp://steempb.com/assets/img/template/two_jars@2x.png", + "body_length": 1073, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-20T04:50:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"http:\\/\\/steempb.com\\/\"]}", + "last_payout": "2016-08-20T04:59:54", + "last_update": "2016-07-20T04:50:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11056736905, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-is-steem", + "post_id": 152414, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Steem?", + "title": "What is Steem?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/what-is-steem" + }, + "entry_id": 272, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "290202439", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "388076996", + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12163969", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "492932834", + "voter": "amor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199239893", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412809", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "What is curation reward?\n\nand \n\nHow does a person get that curation reward?", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-07-20T04:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T11:48:03", + "last_update": "2016-07-20T04:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1387028940, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-is-curation-reward", + "post_id": 152351, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is curation reward?", + "title": "What is curation reward?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/what-is-curation-reward" + }, + "entry_id": 271, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "27427238309", + "voter": "brennanhm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220090424", + "voter": "darwinfofai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232365979", + "voter": "ranajit" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hOY39krxP_A", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "protest", + "children": 1, + "created": "2016-07-20T04:06:00", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"protest\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=hOY39krxP_A\"]}", + "last_payout": "2016-08-20T05:51:48", + "last_update": "2016-07-20T04:06:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27884468546, + "parent_author": "", + "parent_permlink": "protest", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nazi-protest", + "post_id": 151886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nazi protest", + "title": "Nazi protest", + "total_payout_value": "0.039 HBD", + "url": "/protest/@cryptocurrency1/nazi-protest" + }, + "entry_id": 270, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-74966163111", + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "580404879", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1249518262", + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167462674", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213818422", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412809", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "# What does Steem logo and Monster logo have in common?\n# They are both 666 in disguised. \n\nSteem or Steemit.com is also own by the Illuminati.\n\nhttp://i.imgur.com/aipkKxY.png\n\nhttp://illuminatisymbols.info/wp-content/themes/grido/themify/img.php?src=http://illuminatisymbols.info/wp-content/uploads/illuminati-symbols-monster-666.jpg&w=670&h=&zc=1\n\nhttp://2.bp.blogspot.com/-vaThcff5XgE/VXXnyzy-jwI/AAAAAAAACXc/eVKiKwy-nJU/s1600/Hebrew-Vav-666-Monster-Logo.jpg", + "body_length": 461, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-20T03:04:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http:\\/\\/i.imgur.com\\/aipkKxY.png\"]}", + "last_payout": "2016-08-20T03:36:39", + "last_update": "2016-07-20T03:04:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -72750546065, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-logo-is-666", + "post_id": 151098, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "STEEM logo is 666.", + "title": "STEEM logo is 666.", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-logo-is-666" + }, + "entry_id": 269, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183614904", + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218677932", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CnxKfEkXYAEx7n0.jpg\n\nhttp://4.bp.blogspot.com/-_nw26qms7ys/TiI_OsqR5bI/AAAAAAAACYo/rxK8u0je9QE/s1600/image.axd.jpg\n\nhttps://socioecohistory.files.wordpress.com/2012/01/fox_666.jpg\n\nhttps://3.bp.blogspot.com/-qUdV1wn1w9M/V1BNRBv2Q1I/AAAAAAAARhI/vQwHwPV_c4M_jfUv5lG94dcsHOT7VNALQCLcB/s1600/Fox%2B666%2BMark%2Bsymbols%2Bbeast.jpg\n\nhttp://files.abovetopsecret.com/images/member/2448fee31d6a.jpg", + "body_length": 418, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-20T02:59:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/CnxKfEkXYAEx7n0.jpg\"]}", + "last_payout": "2016-08-20T03:06:09", + "last_update": "2016-07-20T02:59:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 407066670, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fox-is-666", + "post_id": 151033, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fox is 666", + "title": "Fox is 666", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/fox-is-666" + }, + "entry_id": 268, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I'm sure you've heard of self driving car, now it's self driving bus.\n\nWelcome to the future.\n\nhttp://i.amz.mshcdn.com/8VD8jYPL4TczqtKqDzBp9jbctCk=/950x534/https%3A%2F%2Fblueprint-api-production.s3.amazonaws.com%2Fuploads%2Fcard%2Fimage%2F148701%2Fefbf8949b2b04df8927d9f3d28f4adcf.jpg", + "body_length": 284, + "cashout_time": "1969-12-31T23:59:59", + "category": "robotic", + "children": 0, + "created": "2016-07-20T02:53:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"robotic\"],\"image\":[\"http:\\/\\/i.amz.mshcdn.com\\/8VD8jYPL4TczqtKqDzBp9jbctCk=\\/950x534\\/https%3A%2F%2Fblueprint-api-production.s3.amazonaws.com%2Fuploads%2Fcard%2Fimage%2F148701%2Fefbf8949b2b04df8927d9f3d28f4adcf.jpg\"]}", + "last_payout": "2016-08-20T02:53:57", + "last_update": "2016-07-20T02:53:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4773834, + "parent_author": "", + "parent_permlink": "robotic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mercedes-just-reveal-their-latest-self-driving-bus", + "post_id": 150964, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mercedes just reveal their latest self driving bus", + "title": "Mercedes just reveal their latest self driving bus", + "total_payout_value": "0.000 HBD", + "url": "/robotic/@cryptocurrency1/mercedes-just-reveal-their-latest-self-driving-bus" + }, + "entry_id": 267, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://media.breitbart.com/media/2016/04/wi/ap_paul-ryan-scott-walker_ap-photo-640x438.jpg", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-20T02:47:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"image\":[\"http:\\/\\/media.breitbart.com\\/media\\/2016\\/04\\/wi\\/ap_paul-ryan-scott-walker_ap-photo-640x438.jpg\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-20T02:47:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "paul-ryan-in-toughest-fight-of-career", + "post_id": 150899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paul Ryan in 'toughest fight' of career...", + "title": "Paul Ryan in 'toughest fight' of career...", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/paul-ryan-in-toughest-fight-of-career" + }, + "entry_id": 266, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156195600", + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218677932", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72843336", + "voter": "andyss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2206404", + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "I suggest the employees of Steem to make a software to let users install a bookmark button.\n\nThe bookmark button can appear on the top of the 'Bookmark Bar' in chrome, or firefox, or iExplorer.\n\nWhile a user is browsing the web, if they like that page, they can click on the 'Steem button' on their browser's bookmark bar, the software then scan that url and extract images from it. User, can select which image to post, and write a brief content about that url. Then, user can click on 'submit' button and it post to that user's steemit account.\n\nThe bookmark button should work similar to pinterest or facebook button.\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21N3hMajc4T2Zvejg/view?usp=sharing", + "body_length": 699, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-20T01:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https:\\/\\/drive.google.com\\/file\\/d\\/0B00b0fnj6k21N3hMajc4T2Zvejg\\/view?usp=sharing\"]}", + "last_payout": "2016-08-20T02:04:27", + "last_update": "2016-07-20T01:54:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 449923272, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "suggestion-for-steem-bookmark-button-to-quick-submit-a-story", + "post_id": 150129, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Suggestion for Steem: Bookmark button to quick submit a story", + "title": "Suggestion for Steem: Bookmark button to quick submit a story", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/suggestion-for-steem-bookmark-button-to-quick-submit-a-story" + }, + "entry_id": 265, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "83880205", + "voter": "andyss" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://s.yimg.com/bt/api/res/1.2/hI.0sZCpM4syB8YCs.vsbQ--/YXBwaWQ9eW5ld3M7cT04NTt3PTYwMA--/http://media.zenfs.com/en-US/video/video.fbc.news.com/709a6a33f075021075ee75420c3cd48b.cf.png\n\nhttps://s.yimg.com/bt/api/res/1.2/d7anE8l6WDWmwUPoyPOoKw--/YXBwaWQ9eW5ld3M7cT03NTt3PTYwMA--/http://media.zenfs.com/en-US/video/video.foxbusinessvideos.com/bd95b59a228319c072ae83c33c354dcf.cf.png\n\nhttps://next.ft.com/content/2a8aa246-4dd7-11e6-88c5-db83e98a590a", + "body_length": 447, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-20T01:42:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https:\\/\\/s.yimg.com\\/bt\\/api\\/res\\/1.2\\/hI.0sZCpM4syB8YCs.vsbQ--\\/YXBwaWQ9eW5ld3M7cT04NTt3PTYwMA--\\/http:\\/\\/media.zenfs.com\\/en-US\\/video\\/video.fbc.news.com\\/709a6a33f075021075ee75420c3cd48b.cf.png\"]}", + "last_payout": "2016-08-20T01:43:30", + "last_update": "2016-07-20T01:42:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 83880205, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "foxnews-drama", + "post_id": 149951, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FOXNEWS DRAMA", + "title": "FOXNEWS DRAMA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/foxnews-drama" + }, + "entry_id": 264, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "89147788", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120033389", + "voter": "pavaya66" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://static2.businessinsider.com/image/5789837488e4a71a008b8940-1200/matt-drudge-portrait.png\n\n\"If Drudge had come out really negatively against Trump and had supported someone who would have played well with his reader base like Cruz, it would have been much harder for Trump to win,\" \n\nhttp://www.businessinsider.com/drudge-report-trump-2016-7", + "body_length": 347, + "cashout_time": "1969-12-31T23:59:59", + "category": "drudge", + "children": 1, + "created": "2016-07-19T18:00:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drudge\"],\"image\":[\"http:\\/\\/static2.businessinsider.com\\/image\\/5789837488e4a71a008b8940-1200\\/matt-drudge-portrait.png\"]}", + "last_payout": "2016-08-19T18:01:57", + "last_update": "2016-07-19T18:00:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 209181177, + "parent_author": "", + "parent_permlink": "drudge", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-didn-t-drudge-stop-trump", + "post_id": 141705, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WHY DIDN'T DRUDGE STOP TRUMP?", + "title": "WHY DIDN'T DRUDGE STOP TRUMP?", + "total_payout_value": "0.000 HBD", + "url": "/drudge/@cryptocurrency1/why-didn-t-drudge-stop-trump" + }, + "entry_id": 263, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "A shot of spicy liquid\u2014think wasabi or hot chilies\u2014may be a far more effective treatment than an energy drink or a banana. \n\nhttp://www.wsj.com/articles/a-new-way-to-prevent-muscle-cramps-1468256588", + "body_length": 198, + "cashout_time": "1969-12-31T23:59:59", + "category": "healthy", + "children": 0, + "created": "2016-07-19T15:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"healthy\"],\"links\":[\"http:\\/\\/www.wsj.com\\/articles\\/a-new-way-to-prevent-muscle-cramps-1468256588\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-19T15:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "healthy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-new-way-to-prevent-muscle-cramps", + "post_id": 138775, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A New Way to Prevent Muscle Cramps", + "title": "A New Way to Prevent Muscle Cramps", + "total_payout_value": "0.000 HBD", + "url": "/healthy/@cryptocurrency1/a-new-way-to-prevent-muscle-cramps" + }, + "entry_id": 262, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-112200774", + "voter": "dimitarj" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://thenypost.files.wordpress.com/2016/05/trump-14.jpg?quality=90&strip=all&w=1328&h=882&crop=1\n\nDonald Trump\u2019s first job if he becomes president should be to gut the Federal Reserve Board, where desperate members are saying some pretty crazy things.\n\nhttp://nypost.com/2016/07/18/why-trump-should-gut-the-federal-reserve-if-he-becomes-president/", + "body_length": 350, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-19T14:56:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"https:\\/\\/thenypost.files.wordpress.com\\/2016\\/05\\/trump-14.jpg?quality=90&strip=all&w=1328&h=882&crop=1\"]}", + "last_payout": "2016-08-19T14:58:36", + "last_update": "2016-07-19T14:56:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -112200774, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-trump-should-gut-the-federal-reserve-if-he-becomes-president", + "post_id": 138548, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Trump should gut the Federal Reserve if he becomes president", + "title": "Why Trump should gut the Federal Reserve if he becomes president", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/why-trump-should-gut-the-federal-reserve-if-he-becomes-president" + }, + "entry_id": 261, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12939219199", + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2706526192", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94594183", + "voter": "lukeerico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26750302840", + "voter": "valen55" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9297859465", + "voter": "stephencurry" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "7526911", + "voter": "doctorstrange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221572284", + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11757022792", + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183279699", + "voter": "coolemperor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65187483", + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64095676", + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "After conducting an extensive research on steemit.com and Steem project. \n\nI've concluded that steem is rigged. There is no way any regular people can post and make money in here.\n\nSteem is selling you an illusion that you can make money posting on steem.\n\nDo your own test, and you will see what I mean.", + "body_length": 304, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 14, + "created": "2016-07-19T14:37:48", + "curator_payout_value": "0.021 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-22T00:04:51", + "last_update": "2016-07-19T14:37:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64087186724, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-ve-concluded-that-steem-is-rigged", + "post_id": 138278, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I've concluded that Steem is rigged.", + "title": "I've concluded that Steem is rigged.", + "total_payout_value": "0.094 HBD", + "url": "/steem/@cryptocurrency1/i-ve-concluded-that-steem-is-rigged" + }, + "entry_id": 260, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "288932472", + "voter": "sonyanka" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RuLIfQzbVPI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 0, + "created": "2016-07-19T11:43:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=RuLIfQzbVPI\"]}", + "last_payout": "2016-08-19T11:44:18", + "last_update": "2016-07-19T11:43:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 288932472, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gerald-celente-hot-humanity-on-the-brink-of-global-insanity", + "post_id": 135902, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gerald Celente - HOT Humanity on the Brink of Global Insanity", + "title": "Gerald Celente - HOT Humanity on the Brink of Global Insanity", + "total_payout_value": "0.000 HBD", + "url": "/business/@cryptocurrency1/gerald-celente-hot-humanity-on-the-brink-of-global-insanity" + }, + "entry_id": 259, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "271596524", + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5061602704", + "voter": "cryptojoy.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39852744", + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103078578", + "voter": "sarahkate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "471760662", + "voter": "kareemaudi" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://s3.amazonaws.com/main-fxpips/2016/06/06112058/STOCK-1-750x250.jpg\n\nScott compares this phenomenon to \u201cinternet points\u201d and how the business platform of customer rewards has transformed into a good source of revenue.\n\nScott said: \u201cTake Reddit for example, which has Karma. Karma is just a points system, but those points do not have real a market value \u2026 Steem is the same thing but the points have real market value.\u201d\n\nScott stressed that: \u201cPeople are realizing the vast potential of a community-operated social networking platform. The Steemit organization has designed an online haven where users can monetize their time and energies and share in the profits like never before.\n\nYou can read the rest of the story here:\nhttp://www.fxpips.com/virtual-currency-steem-explodes-1700-pct-in-10-days-market-cap-rises-to-over-250-million/", + "body_length": 840, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-19T11:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http:\\/\\/s3.amazonaws.com\\/main-fxpips\\/2016\\/06\\/06112058\\/STOCK-1-750x250.jpg\"]}", + "last_payout": "2016-08-19T11:36:27", + "last_update": "2016-07-19T11:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5947891212, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wow-even-a-forex-website-is-talking-about-steem", + "post_id": 135783, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WOW ! even a Forex website is talking about Steem", + "title": "WOW ! even a Forex website is talking about Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/wow-even-a-forex-website-is-talking-about-steem" + }, + "entry_id": 258, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "249959416", + "voter": "pavaya66" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zN8SqvwfwwI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "london", + "children": 0, + "created": "2016-07-19T11:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"london\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=zN8SqvwfwwI\"]}", + "last_payout": "2016-08-19T11:28:36", + "last_update": "2016-07-19T11:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249959416, + "parent_author": "", + "parent_permlink": "london", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "keiser-report-jumping-brexit-ship", + "post_id": 135723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Keiser Report Jumping Brexit Ship", + "title": "Keiser Report Jumping Brexit Ship", + "total_payout_value": "0.000 HBD", + "url": "/london/@cryptocurrency1/keiser-report-jumping-brexit-ship" + }, + "entry_id": 257, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "33713420", + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112678723", + "voter": "christianovich" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5K41O2QfpjA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 0, + "created": "2016-07-19T11:21:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5K41O2QfpjA\"]}", + "last_payout": "2016-08-19T11:42:42", + "last_update": "2016-07-19T11:21:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 146392143, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-the-federal-reserve-violates-the-u-s-constitution", + "post_id": 135647, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why the Federal Reserve Violates the U.S. Constitution", + "title": "Why the Federal Reserve Violates the U.S. Constitution", + "total_payout_value": "0.000 HBD", + "url": "/business/@cryptocurrency1/why-the-federal-reserve-violates-the-u-s-constitution" + }, + "entry_id": 256, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173670844", + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110318726", + "voter": "cybernetic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29218297", + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21724581099", + "voter": "solidgold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112531042", + "voter": "helicer" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=rHM49Lc2-so", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "gold", + "children": 0, + "created": "2016-07-19T11:13:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gold\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=rHM49Lc2-so\"]}", + "last_payout": "2016-08-19T11:15:48", + "last_update": "2016-07-19T11:13:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22150320008, + "parent_author": "", + "parent_permlink": "gold", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold", + "post_id": 135552, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jim Rickards and Egon von Greyerz discuss $10,000 gold", + "title": "Jim Rickards and Egon von Greyerz discuss $10,000 gold", + "total_payout_value": "0.034 HBD", + "url": "/gold/@cryptocurrency1/jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold" + }, + "entry_id": 255, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "88901099", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112314590", + "voter": "moneykicks" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CnsbuGkXEAA5PWt.jpg\n\nhttp://www.bigstory.ap.org/article/9ffff88ae3154d8da2ad118b0bdeb05d/gop-convention-kicks-nation-reels-more-violence", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-19T09:25:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/CnsbuGkXEAA5PWt.jpg\"]}", + "last_payout": "2016-08-19T09:29:09", + "last_update": "2016-07-19T09:25:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 201215689, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "trump-s-rnc-entrance", + "post_id": 134446, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump's RNC entrance", + "title": "Trump's RNC entrance", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-s-rnc-entrance" + }, + "entry_id": 254, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1510425822", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5577535562", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "224353359", + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108675146", + "voter": "ishfaqurrahman" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=H_BkeHPfIP8\n\nhttps://www.youtube.com/watch?v=IPGePuCwQEk\n\nhttps://www.youtube.com/watch?v=0HdBow5YXBQ\n\nhttps://www.youtube.com/watch?v=xTcqtC1ObU8", + "body_length": 178, + "cashout_time": "1969-12-31T23:59:59", + "category": "aeroponic", + "children": 0, + "created": "2016-07-19T03:40:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"aeroponic\",\"\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=H_BkeHPfIP8\"]}", + "last_payout": "2016-08-19T03:43:00", + "last_update": "2016-07-19T03:40:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7420989889, + "parent_author": "", + "parent_permlink": "aeroponic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-build-aeroponic-tree", + "post_id": 131322, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to build Aeroponic Tree", + "title": "How to build Aeroponic Tree", + "total_payout_value": "0.000 HBD", + "url": "/aeroponic/@cryptocurrency1/how-to-build-aeroponic-tree" + }, + "entry_id": 253, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "18229492514", + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1438500783", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5577546187", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178908513", + "voter": "elkkopusa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110893006", + "voter": "ishfaqurrahman" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ywxhUsfmBTA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 0, + "created": "2016-07-19T03:34:42", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"diy\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ywxhUsfmBTA\"]}", + "last_payout": "2016-08-19T12:05:24", + "last_update": "2016-07-19T03:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25535341003, + "parent_author": "", + "parent_permlink": "diy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "10-diy-ideas-for-clothes", + "post_id": 131247, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 DIY Ideas for clothes", + "title": "10 DIY Ideas for clothes", + "total_payout_value": "0.034 HBD", + "url": "/diy/@cryptocurrency1/10-diy-ideas-for-clothes" + }, + "entry_id": 252, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "246483596", + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41129206", + "voter": "activcat" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://hosted.ap.org/photos/3/3e8b54e5de0b4ad397e5101561d714d9_0-small.jpg\n\nhttp://hosted.ap.org/dynamic/stories/L/LT_VENEZUELA_COLOMBIA_BORDER?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2016-07-17-20-02-11", + "body_length": 207, + "cashout_time": "1969-12-31T23:59:59", + "category": "venezuela", + "children": 0, + "created": "2016-07-19T01:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"venezuela\"],\"image\":[\"http:\\/\\/hosted.ap.org\\/photos\\/3\\/3e8b54e5de0b4ad397e5101561d714d9_0-small.jpg\"]}", + "last_payout": "2016-08-19T02:17:18", + "last_update": "2016-07-19T01:43:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 287612802, + "parent_author": "", + "parent_permlink": "venezuela", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "123-000-venezuelans-cross-border-shopping-for-scarce-food", + "post_id": 130030, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "123,000 VENEZUELANS CROSS BORDER SHOPPING FOR SCARCE FOOD", + "title": "123,000 VENEZUELANS CROSS BORDER SHOPPING FOR SCARCE FOOD", + "total_payout_value": "0.000 HBD", + "url": "/venezuela/@cryptocurrency1/123-000-venezuelans-cross-border-shopping-for-scarce-food" + }, + "entry_id": 251, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10711122958", + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236155454", + "voter": "mariagon44pe" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://i.guim.co.uk/img/media/a814271d85951d916764a04a09ad0160dc50f35d/628_454_3076_1846/master/3076.jpg?w=620&q=20&auto=format&usm=12&fit=max&dpr=2&s=9483c76cafa699267c6d4825b59c1a25\n\nhttps://www.theguardian.com/sport/shortcuts/2016/jul/18/rio-2016-42-condoms-per-athlete-olympic-village-sex\n\nSeventeen days, 10,500 athletes, 33 venues, and 450,000 condoms. That\u2019s how many camisinhas (little shirts in Brazilian slang) are being supplied by the International Olympics Committee for the 2016 Rio Summer Games. Forty-two per athlete, to be specific, which, even by Olympic standards, is a hell of a lot.", + "body_length": 604, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-19T01:36:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\"],\"image\":[\"https:\\/\\/i.guim.co.uk\\/img\\/media\\/a814271d85951d916764a04a09ad0160dc50f35d\\/628_454_3076_1846\\/master\\/3076.jpg?w=620&q=20&auto=format&usm=12&fit=max&dpr=2&s=9483c76cafa699267c6d4825b59c1a25\"]}", + "last_payout": "2016-08-19T01:41:27", + "last_update": "2016-07-19T01:36:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10947278412, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "rio-record-breaking-haul-42-condoms-per-athlete", + "post_id": 129971, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rio record-breaking haul: 42 condoms-per-athlete!", + "title": "Rio record-breaking haul: 42 condoms-per-athlete!", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/rio-record-breaking-haul-42-condoms-per-athlete" + }, + "entry_id": 250, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3382692085", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156055798", + "voter": "jimlewis" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-1961963063", + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "161667609", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75738381", + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90238201", + "voter": "megabotan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239915038", + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7850702", + "voter": "bola" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://worldnewsdailyreport.com/wp-content/uploads/2016/02/obesetim.jpg", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "created": "2016-07-19T00:35:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"image\":[\"http:\\/\\/worldnewsdailyreport.com\\/wp-content\\/uploads\\/2016\\/02\\/obesetim.jpg\"]}", + "last_payout": "2016-08-19T00:37:30", + "last_update": "2016-07-19T00:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2152194751, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million", + "post_id": 129293, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MAN KICKED OUT OF ALL-YOU-CAN-EAT BUFFET AFTER EATING MORE THAN 50 LBS OF FOOD, SUES FOR $2-MILLION", + "title": "MAN KICKED OUT OF ALL-YOU-CAN-EAT BUFFET AFTER EATING MORE THAN 50 LBS OF FOOD, SUES FOR $2-MILLION", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million" + }, + "entry_id": 249, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "202976419", + "voter": "alexandr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "445395807", + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49446349", + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFB0F00000578-3694216-image-a-43_1468753691682.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFAA100000578-3694216-image-a-55_1468753725438.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BF99F00000578-3694216-image-a-44_1468753695748.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BF93500000578-3694216-image-a-47_1468753706579.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFB4800000578-3694216-image-a-49_1468753711848.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA9C00000578-3694216-image-a-52_1468753721220.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA0200000578-3694216-image-a-50_1468753717210.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA4D00000578-3694216-image-a-57_1468753730813.jpg\n\nhttp://www.dailymail.co.uk/travel/travel_news/article-3694216/Hareide-Design-superyacht-floating-palace.html", + "body_length": 908, + "cashout_time": "1969-12-31T23:59:59", + "category": "superyacht", + "children": 3, + "created": "2016-07-18T13:11:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"superyacht\"],\"image\":[\"http:\\/\\/i.dailymail.co.uk\\/i\\/pix\\/2016\\/07\\/17\\/12\\/365BFB0F00000578-3694216-image-a-43_1468753691682.jpg\"]}", + "last_payout": "2016-08-18T14:02:45", + "last_update": "2016-07-18T13:11:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 697818575, + "parent_author": "", + "parent_permlink": "superyacht", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "superyacht-355ft-floating-palace", + "post_id": 120906, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Superyacht 355ft floating palace...", + "title": "Superyacht 355ft floating palace...", + "total_payout_value": "0.000 HBD", + "url": "/superyacht/@cryptocurrency1/superyacht-355ft-floating-palace" + }, + "entry_id": 248, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "188124486", + "voter": "alexandr" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/18/11/valls-nice.jpg\n\nhttp://www.independent.co.uk/news/world/europe/nice-terror-attack-francois-hollande-manuel-valls-memorial-service-victims-promenade-des-anglais-a7142376.html", + "body_length": 274, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-18T13:05:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"http:\\/\\/static.independent.co.uk\\/s3fs-public\\/styles\\/story_large\\/public\\/thumbnails\\/image\\/2016\\/07\\/18\\/11\\/valls-nice.jpg\"]}", + "last_payout": "2016-08-18T13:27:57", + "last_update": "2016-07-18T13:05:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188124486, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais", + "post_id": 120846, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nice terror attack: Manuel Valls booed at memorial service to victims on Promenade des Anglais", + "title": "Nice terror attack: Manuel Valls booed at memorial service to victims on Promenade des Anglais", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais" + }, + "entry_id": 247, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "62931717", + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cnnmu5TVMAAwjkU.jpg\n\nhttps://www.washingtonpost.com/news/morning-mix/wp/2016/07/17/sister-of-slain-officer/", + "body_length": 135, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T12:25:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/Cnnmu5TVMAAwjkU.jpg\"]}", + "last_payout": "2016-08-18T12:28:51", + "last_update": "2016-07-18T12:25:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62931717, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "no-lives-matter", + "post_id": 120413, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'NO LIVES MATTER'", + "title": "'NO LIVES MATTER'", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/no-lives-matter" + }, + "entry_id": 246, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "103630612", + "voter": "shaemish1888" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Oct3NqKsm9s", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "education", + "children": 0, + "created": "2016-07-18T09:33:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"education\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Oct3NqKsm9s\"]}", + "last_payout": "2016-08-18T09:36:48", + "last_update": "2016-07-18T09:33:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 103630612, + "parent_author": "", + "parent_permlink": "education", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "us-educational-tax-dollars-used-to-fund-turkish-coup", + "post_id": 118876, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Educational Tax Dollars Used To Fund Turkish Coup", + "title": "US Educational Tax Dollars Used To Fund Turkish Coup", + "total_payout_value": "0.000 HBD", + "url": "/education/@cryptocurrency1/us-educational-tax-dollars-used-to-fund-turkish-coup" + }, + "entry_id": 245, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=V12RDlaOF18", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-18T08:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=V12RDlaOF18\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-18T08:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "clinton-threat-to-destroy-everyone-throws-washington-into-chaos", + "post_id": 118517, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton Threat To \u201cDestroy Everyone\u201d Throws Washington Into Chaos", + "title": "Clinton Threat To \u201cDestroy Everyone\u201d Throws Washington Into Chaos", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/clinton-threat-to-destroy-everyone-throws-washington-into-chaos" + }, + "entry_id": 244, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "165768037", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94542433", + "voter": "thimo1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Hsq39BVQuzY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 0, + "created": "2016-07-18T08:29:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Hsq39BVQuzY\"]}", + "last_payout": "2016-08-18T09:11:33", + "last_update": "2016-07-18T08:29:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260310470, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fired-cop-exposes-the-truth-about-the-u-s-gov", + "post_id": 118340, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FIRED COP exposes the truth about the U.S GOV!", + "title": "FIRED COP exposes the truth about the U.S GOV!", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/fired-cop-exposes-the-truth-about-the-u-s-gov" + }, + "entry_id": 243, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "25745389254", + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82884018", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110146621", + "voter": "arseniy2412" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EYTQK657ztk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T07:57:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=EYTQK657ztk\"]}", + "last_payout": "2016-08-18T08:03:45", + "last_update": "2016-07-18T07:57:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25938419893, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "when-rogue-politicians-call-for-martial-law", + "post_id": 118083, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When Rogue Politicians Call for Martial Law", + "title": "When Rogue Politicians Call for Martial Law", + "total_payout_value": "0.038 HBD", + "url": "/steemit/@cryptocurrency1/when-rogue-politicians-call-for-martial-law" + }, + "entry_id": 242, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1409028320", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25610833310", + "voter": "pachenko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82980857", + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50682656", + "voter": "willbeonceagain8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64490624", + "voter": "fishborne" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jzR_Iq9m-Hg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 0, + "created": "2016-07-18T07:26:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=jzR_Iq9m-Hg\"]}", + "last_payout": "2016-08-18T07:30:42", + "last_update": "2016-07-18T07:26:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27218015767, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign", + "post_id": 117832, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1st & 2nd Amendment Attack - Caught On Camera Cop Kicks Down Second Amendment Sign", + "title": "1st & 2nd Amendment Attack - Caught On Camera Cop Kicks Down Second Amendment Sign", + "total_payout_value": "0.038 HBD", + "url": "/voting/@cryptocurrency1/1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign" + }, + "entry_id": 241, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "27406382109", + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3646896828", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170381799", + "voter": "jordanbradley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180566167", + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46075142", + "voter": "willbeonceagain8" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=q5TOvpcUA6g", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nra", + "children": 0, + "created": "2016-07-18T07:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nra\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=q5TOvpcUA6g\"]}", + "last_payout": "2016-08-18T07:25:00", + "last_update": "2016-07-18T07:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31450302045, + "parent_author": "", + "parent_permlink": "nra", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-we-need-the-2nd-amendment", + "post_id": 117704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "why we need the 2nd amendment", + "title": "why we need the 2nd amendment", + "total_payout_value": "0.046 HBD", + "url": "/nra/@cryptocurrency1/why-we-need-the-2nd-amendment" + }, + "entry_id": 240, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3315360753", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138352182", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jwNfbBtsECQ", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T07:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=jwNfbBtsECQ\"]}", + "last_payout": "2016-08-18T08:05:03", + "last_update": "2016-07-18T07:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3598735673, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "discovery-channel-watchmen-militia-rising", + "post_id": 117602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Discovery Channel Watchmen Militia Rising", + "title": "Discovery Channel Watchmen Militia Rising", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/discovery-channel-watchmen-militia-rising" + }, + "entry_id": 239, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3066708696", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138352182", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ofrhqP7JWaA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T06:54:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ofrhqP7JWaA\"]}", + "last_payout": "2016-08-18T08:06:00", + "last_update": "2016-07-18T06:54:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3350083616, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "molon-labe-how-the-second-amendment-guarantees-a-free-state", + "post_id": 117535, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MOLON LABE - How the Second Amendment Guarantees a Free State", + "title": "MOLON LABE - How the Second Amendment Guarantees a Free State", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/molon-labe-how-the-second-amendment-guarantees-a-free-state" + }, + "entry_id": 238, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2154984489", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4970267050", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "680960694", + "voter": "sputnik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "204391543", + "voter": "imadeyoureadthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256681124915", + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "191049824", + "voter": "rnobrega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "544189677", + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111739154", + "voter": "siol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91920100", + "voter": "komolova19" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=QEcZZPLOM30", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-07-18T06:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=QEcZZPLOM30\"]}", + "last_payout": "2016-08-18T06:22:06", + "last_update": "2016-07-18T06:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 265894454787, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "top-10-unbreakable-codes", + "post_id": 117237, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Unbreakable Codes", + "title": "Top 10 Unbreakable Codes", + "total_payout_value": "0.426 HBD", + "url": "/hacker/@cryptocurrency1/top-10-unbreakable-codes" + }, + "entry_id": 237, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1740564395", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5433179162", + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106581699", + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23099097", + "voter": "kottai" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ihnMpJF3ksw", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-18T06:05:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=ihnMpJF3ksw\"]}", + "last_payout": "2016-08-18T06:46:30", + "last_update": "2016-07-18T06:05:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7567251694, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "american-people-fight-the-tyrants-a-message-to-the-militia", + "post_id": 117128, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American People: FIGHT THE TYRANTS! --- A MESSAGE TO THE MILITIA", + "title": "American People: FIGHT THE TYRANTS! --- A MESSAGE TO THE MILITIA", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/american-people-fight-the-tyrants-a-message-to-the-militia" + }, + "entry_id": 236, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304354688", + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15814159574", + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1657680376", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88221199", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111910783", + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95397587", + "voter": "sudnokpok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3757250405", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31924931", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169004586", + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86668088", + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3978938666", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://s.yimg.com/ny/api/res/1.2/QScsUEx5CtAy6VQsEmdNjg--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTczMg--/http://media.zenfs.com/en_us/News/afp.com/a563a6ccb84855be6a87a6ea55deead9060bda45.jpg\n\nhttps://s.yimg.com/ny/api/res/1.2/So.aWaKKtKS3FpQuxSJIsw--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY4OQ--/http://media.zenfs.com/en_us/News/afp.com/3c629fee87f35ca4ad571e236c6f4c2d86d600c7.jpg\n\nhttps://s.yimg.com/ny/api/res/1.2/qeR4z.m5KOzvtv0BGJUeTA--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTI4MDtoPTk2MA--/http://media.zenfs.com/en_us/News/afp.com/064c84a0cc49dab155b5e82f76c922632d082b2f.jpg", + "body_length": 586, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-18T05:57:15", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/s.yimg.com\\/ny\\/api\\/res\\/1.2\\/QScsUEx5CtAy6VQsEmdNjg--\\/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTczMg--\\/http:\\/\\/media.zenfs.com\\/en_us\\/News\\/afp.com\\/a563a6ccb84855be6a87a6ea55deead9060bda45.jpg\"]}", + "last_payout": "2016-08-18T10:34:51", + "last_update": "2016-07-18T05:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26359338224, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "over-100-nude-women-pose-against-trump-in-cleveland", + "post_id": 117062, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Over 100 nude women pose against Trump in Cleveland", + "title": "Over 100 nude women pose against Trump in Cleveland", + "total_payout_value": "0.038 HBD", + "url": "/steemit/@cryptocurrency1/over-100-nude-women-pose-against-trump-in-cleveland" + }, + "entry_id": 235, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1491912338", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5196953981", + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "895054689", + "voter": "fonzerrellie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88221199", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86668088", + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25409006", + "voter": "kottai" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eB8pTHih9wA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-18T05:49:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=eB8pTHih9wA\"]}", + "last_payout": "2016-08-18T07:03:21", + "last_update": "2016-07-18T05:49:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8048046642, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-for-prison-banner-flying-at-rnc", + "post_id": 116996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary for Prison banner flying at RNC", + "title": "Hillary for Prison banner flying at RNC", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/hillary-for-prison-banner-flying-at-rnc" + }, + "entry_id": 234, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "745956169", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7101394106", + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5543122348", + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3069814273", + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73938423", + "voter": "lukewarm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150310998", + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120693707", + "voter": "crazysmile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VIGqWWWqLdg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 2, + "created": "2016-07-18T04:57:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=VIGqWWWqLdg\"]}", + "last_payout": "2016-08-18T06:35:33", + "last_update": "2016-07-18T04:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17069057365, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "this-video-will-destroy-hillary-clinton", + "post_id": 116585, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Video Will Destroy Hillary Clinton", + "title": "This Video Will Destroy Hillary Clinton", + "total_payout_value": "0.022 HBD", + "url": "/vote/@cryptocurrency1/this-video-will-destroy-hillary-clinton" + }, + "entry_id": 233, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34677235160", + "voter": "michaelpair4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "663072150", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127720103", + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118804603", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6kuOTEGH_8k", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "louisiana", + "children": 0, + "created": "2016-07-18T04:37:54", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"louisiana\",\"\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=6kuOTEGH_8k\"]}", + "last_payout": "2016-08-18T04:56:18", + "last_update": "2016-07-18T04:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35731854754, + "parent_author": "", + "parent_permlink": "louisiana", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "louisiana-governor-says-the-hatred-has-to-stop", + "post_id": 116461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Louisiana Governor Says 'The Hatred Has to Stop'", + "title": "Louisiana Governor Says 'The Hatred Has to Stop'", + "total_payout_value": "0.049 HBD", + "url": "/louisiana/@cryptocurrency1/louisiana-governor-says-the-hatred-has-to-stop" + }, + "entry_id": 232, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113242976", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tx7parIMf9M", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 0, + "created": "2016-07-18T03:42:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blog\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=tx7parIMf9M\"]}", + "last_payout": "2016-08-18T08:10:54", + "last_update": "2016-07-18T03:42:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 258265714, + "parent_author": "", + "parent_permlink": "blog", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "turkey-s-1997-and-2016-staged-coups", + "post_id": 115989, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey's 1997 & 2016 Staged Coups", + "title": "Turkey's 1997 & 2016 Staged Coups", + "total_payout_value": "0.000 HBD", + "url": "/blog/@cryptocurrency1/turkey-s-1997-and-2016-staged-coups" + }, + "entry_id": 231, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60807438158", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "432233809", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98274725", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234887356", + "voter": "kman66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3196516847", + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2593533463", + "voter": "theanubisrider" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74260196", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109748748", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127619935", + "voter": "arash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101288453", + "voter": "tristang95" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kPRFmqirVJ0", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-18T03:14:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=kPRFmqirVJ0\"]}", + "last_payout": "2016-08-18T03:15:42", + "last_update": "2016-07-18T03:14:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67775801690, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "false-flag-in-nice-attack-you-decide", + "post_id": 115718, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "False Flag in NICE attack? You decide!", + "title": "False Flag in NICE attack? You decide!", + "total_payout_value": "0.098 HBD", + "url": "/news/@cryptocurrency1/false-flag-in-nice-attack-you-decide" + }, + "entry_id": 230, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105764593", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "Turkey's Erdogan says will continue cleaning 'virus' from state institutions\n\nhttps://ca.news.yahoo.com/turkeys-erdogan-says-continue-cleaning-virus-state-institutions-115021549.html", + "body_length": 182, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-18T02:15:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https:\\/\\/ca.news.yahoo.com\\/turkeys-erdogan-says-continue-cleaning-virus-state-institutions-115021549.html\"]}", + "last_payout": "2016-08-18T07:42:24", + "last_update": "2016-07-18T02:15:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250787331, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cleaning-virus-from-institutions", + "post_id": 115142, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cleaning 'virus' from institutions...", + "title": "Cleaning 'virus' from institutions...", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/cleaning-virus-from-institutions" + }, + "entry_id": 229, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151979097", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105764593", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iFehjHJq0VmA/v2/-1x-1.png\n\nhttp://www.bloomberg.com/news/articles/2016-07-14/gene-edited-canola-oil-arrives-without-gmo-style-shopper-outrage", + "body_length": 190, + "cashout_time": "1969-12-31T23:59:59", + "category": "gmo", + "children": 0, + "created": "2016-07-18T02:09:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gmo\"],\"image\":[\"https:\\/\\/assets.bwbx.io\\/images\\/users\\/iqjWHBFdfxIU\\/iFehjHJq0VmA\\/v2\\/-1x-1.png\"]}", + "last_payout": "2016-08-18T05:37:21", + "last_update": "2016-07-18T02:09:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 402766428, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "americans-are-buying-gene-edited-food-that-s-not-labeled-gmo", + "post_id": 115104, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Americans Are Buying Gene-Edited Food That's Not Labeled GMO", + "title": "Americans Are Buying Gene-Edited Food That's Not Labeled GMO", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@cryptocurrency1/americans-are-buying-gene-edited-food-that-s-not-labeled-gmo" + }, + "entry_id": 228, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187769047", + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67746065", + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5rtRL0vvUBQ", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "trillionaire", + "children": 0, + "created": "2016-07-18T00:51:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trillionaire\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=5rtRL0vvUBQ\"]}", + "last_payout": "2016-08-18T03:59:48", + "last_update": "2016-07-18T00:51:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 506239780, + "parent_author": "", + "parent_permlink": "trillionaire", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "dynasty-of-rothschild", + "post_id": 114378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dynasty of Rothschild", + "title": "Dynasty of Rothschild", + "total_payout_value": "0.000 HBD", + "url": "/trillionaire/@cryptocurrency1/dynasty-of-rothschild" + }, + "entry_id": 227, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2652994363", + "voter": "luisamosquera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72418208", + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=HQ9TEYC9s4g", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "brexit", + "children": 0, + "created": "2016-07-18T00:45:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brexit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=HQ9TEYC9s4g\"]}", + "last_payout": "2016-08-18T01:59:42", + "last_update": "2016-07-18T00:45:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2976137239, + "parent_author": "", + "parent_permlink": "brexit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "rothschild-s-tactical-retreat-brexit", + "post_id": 114330, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rothschild's Tactical Retreat ! Brexit", + "title": "Rothschild's Tactical Retreat ! Brexit", + "total_payout_value": "0.000 HBD", + "url": "/brexit/@cryptocurrency1/rothschild-s-tactical-retreat-brexit" + }, + "entry_id": 226, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=d_7SFEXtEtw", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-18T00:40:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=d_7SFEXtEtw\"]}", + "last_payout": "2016-08-18T07:03:30", + "last_update": "2016-07-18T00:40:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250724668, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "baton-rouge-shooting-footage", + "post_id": 114276, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Baton Rouge Shooting Footage", + "title": "Baton Rouge Shooting Footage", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/baton-rouge-shooting-footage" + }, + "entry_id": 225, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "145022738", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pILWwhzIe3E", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "fiction", + "children": 1, + "created": "2016-07-18T00:34:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fiction\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=pILWwhzIe3E\"]}", + "last_payout": "2016-08-18T07:01:24", + "last_update": "2016-07-18T00:34:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250724668, + "parent_author": "", + "parent_permlink": "fiction", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack", + "post_id": 114217, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3 Cops Dead, Others Fighting For Their Lives In Baton Rouge Terror Attack", + "title": "3 Cops Dead, Others Fighting For Their Lives In Baton Rouge Terror Attack", + "total_payout_value": "0.000 HBD", + "url": "/fiction/@cryptocurrency1/3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack" + }, + "entry_id": 224, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "69885496", + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://cdn4.img.sputniknews.com/images/104317/02/1043170275.jpg\n\nhttp://www.wbrz.com/news/new-black-panther-party-forms-baton-rouge-chapter\n\nBATON ROUGE \u2013 Baton Rouge residents gathered Saturday afternoon to form the newest chapter of the New Black Panther Party.", + "body_length": 263, + "cashout_time": "1969-12-31T23:59:59", + "category": "black-panther", + "children": 0, + "created": "2016-07-17T20:43:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"black-panther\"],\"image\":[\"http:\\/\\/cdn4.img.sputniknews.com\\/images\\/104317\\/02\\/1043170275.jpg\"]}", + "last_payout": "2016-08-17T20:45:21", + "last_update": "2016-07-17T20:43:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 175587426, + "parent_author": "", + "parent_permlink": "black-panther", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-black-panther-party-forms-baton-rouge-chapter", + "post_id": 111451, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New Black Panther Party forms Baton Rouge chapter", + "title": "New Black Panther Party forms Baton Rouge chapter", + "total_payout_value": "0.000 HBD", + "url": "/black-panther/@cryptocurrency1/new-black-panther-party-forms-baton-rouge-chapter" + }, + "entry_id": 223, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "187220435", + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112507187", + "voter": "franciscomario" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://hosted.ap.org/photos/3/3d2ba8cb9484440a99bddea2d985ccfb_0-small.jpg\n\nhttp://hosted.ap.org/dynamic/stories/U/US_POLICE_SHOT_BATON_ROUGE_THE_LATEST?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2016-07-17-12-44-26", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-17T20:36:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"http:\\/\\/hosted.ap.org\\/photos\\/3\\/3d2ba8cb9484440a99bddea2d985ccfb_0-small.jpg\"]}", + "last_payout": "2016-08-17T20:46:03", + "last_update": "2016-07-17T20:36:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 405429552, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live", + "post_id": 111355, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3 COPS DEAD BATON ROUGE SUSPECT DEAD, 2 AT LARGE ROBOT LOOKS FOR EXPLOSIVES LIVE", + "title": "3 COPS DEAD BATON ROUGE SUSPECT DEAD, 2 AT LARGE ROBOT LOOKS FOR EXPLOSIVES LIVE", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live" + }, + "entry_id": 222, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "105701930", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220841161", + "voter": "vladikbezhek" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i4.mirror.co.uk/incoming/article8437468.ece/ALTERNATES/s615/Turkey-The-captured-soldiers-in-a-courthouse-Istanbul.jpg\n\nhttps://www.yahoo.com/news/turkey-rounds-generals-judges-failed-coup-065341971.html?ref=gs", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 1, + "created": "2016-07-17T20:28:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"image\":[\"http:\\/\\/i4.mirror.co.uk\\/incoming\\/article8437468.ece\\/ALTERNATES\\/s615\\/Turkey-The-captured-soldiers-in-a-courthouse-Istanbul.jpg\"]}", + "last_payout": "2016-08-17T20:29:39", + "last_update": "2016-07-17T20:28:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 326543091, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "turkey-detains-6-000-in-purge-after-failed-coup", + "post_id": 111249, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey detains 6,000 in purge after failed coup", + "title": "Turkey detains 6,000 in purge after failed coup", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/turkey-detains-6-000-in-purge-after-failed-coup" + }, + "entry_id": 221, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "143939548", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153100530083", + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5575805675", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11731910", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94376723", + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CaRKK416m54", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "symphony", + "children": 0, + "created": "2016-07-17T12:34:48", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"symphony\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=CaRKK416m54\"]}", + "last_payout": "2016-08-17T13:17:54", + "last_update": "2016-07-17T12:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158926383939, + "parent_author": "", + "parent_permlink": "symphony", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "waltz-of-the-butterfly", + "post_id": 104572, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Waltz Of The Butterfly", + "title": "Waltz Of The Butterfly", + "total_payout_value": "0.196 HBD", + "url": "/symphony/@cryptocurrency1/waltz-of-the-butterfly" + }, + "entry_id": 220, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90750069", + "voter": "satch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94376723", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37343834", + "voter": "maxikingstealer" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=T5Wn4tMFYT8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-17T12:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=T5Wn4tMFYT8\"]}", + "last_payout": "2016-08-17T12:29:36", + "last_update": "2016-07-17T12:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 222470626, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "donald-trump-comments-on-nice-france-terrorist-attack", + "post_id": 104496, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump comments on Nice, France Terrorist Attack", + "title": "Donald Trump comments on Nice, France Terrorist Attack", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/donald-trump-comments-on-nice-france-terrorist-attack" + }, + "entry_id": 219, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "143939548", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94376723", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111921256479", + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39319247", + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111031853", + "voter": "sanekspb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9117112", + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=R9HZvsliT5E", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nwo", + "children": 0, + "created": "2016-07-17T12:21:39", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nwo\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=R9HZvsliT5E\"]}", + "last_payout": "2016-08-17T12:55:06", + "last_update": "2016-07-17T12:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112319040962, + "parent_author": "", + "parent_permlink": "nwo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "committee-of-300-the-power-behind-the-new-world-order-full-documentary", + "post_id": 104424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Committee of 300... The Power Behind the New World Order {Full Documentary}", + "title": "Committee of 300... The Power Behind the New World Order {Full Documentary}", + "total_payout_value": "0.124 HBD", + "url": "/nwo/@cryptocurrency1/committee-of-300-the-power-behind-the-new-world-order-full-documentary" + }, + "entry_id": 218, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "94376723", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6837834", + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CyCTGpqSa38", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-17T12:12:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=CyCTGpqSa38\"]}", + "last_payout": "2016-08-17T12:13:36", + "last_update": "2016-07-17T12:12:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101214557, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral", + "post_id": 104310, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati Sacrifice of Whitney Houston! Illuminati Ritual... Egyptian Sarcophagus at Funeral", + "title": "Illuminati Sacrifice of Whitney Houston! Illuminati Ritual... Egyptian Sarcophagus at Funeral", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral" + }, + "entry_id": 217, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "94376723", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6837834", + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LkoNGKV_9A0", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-17T12:07:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=LkoNGKV_9A0\"]}", + "last_payout": "2016-08-17T12:08:24", + "last_update": "2016-07-17T12:07:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101214557, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "june-freemason-illuminati-ritual-murders-2016", + "post_id": 104255, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "JUNE FREEMASON/ILLUMINATI RITUAL MURDERS 2016!", + "title": "JUNE FREEMASON/ILLUMINATI RITUAL MURDERS 2016!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/june-freemason-illuminati-ritual-murders-2016" + }, + "entry_id": 216, + "reblogged_on": "1970-01-01T00:00:00" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.pat.json new file mode 100644 index 00000000..459ed50b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.pat.json @@ -0,0 +1,27965 @@ +[ + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 477494039, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 55979441, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 540573845, + "voter": "lifeworship" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The House approved legislation Friday by voice vote that would allow families of 9/11 victims to sue the government of Saudi Arabia, CBS News has confirmed.\n\nIn May, the Senate passed the measure, which was sponsored by Sens. John Cornyn, R-Texas, and Chuck Schumer, D-New York.\n\nThe White House has expressed opposition to the bill. Speaking to CBS News\u2019 Charlie Rose in April, President Obama warned that the bill could have consequences that would, for example, allow people in other countries to sue the U.S.\n\nhttp://www.cbsnews.com/news/bill-allowing-911-victims-to-sue-saudi-arabia-heads-to-obamas-desk/\n\n#congress #lawsuit #news", + "body_length": 635, + "cashout_time": "2016-09-17T10:24:57", + "category": "news", + "children": 0, + "created": "2016-09-10T10:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"congress\",\"lawsuit\"],\"links\":[\"http://www.cbsnews.com/news/bill-allowing-911-victims-to-sue-saudi-arabia-heads-to-obamas-desk/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-10T10:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1074047325, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk", + "post_id": 1194333, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bill allowing 9/11 victims to sue Saudi Arabia heads to Obama's desk", + "title": "Bill allowing 9/11 victims to sue Saudi Arabia heads to Obama's desk", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk" + }, + "entry_id": 715, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "In the near future, you will see many farm companies releasing their own cryptocurrency\nThose smart farmers will eventually come to a realization that the only real form of money is the food they put in their mouth.\nBecause of that reason, the value of their farm cryptocurrency will only go up. Other paper currencies will always be manipulated and beaten down by central banks' frauds.\n\nHere's an example:\n\nA lobster farm will release their own cryptocurrency called Lobster coin\nA clam farm will release their own cryptocurrency call Clam coins\nA crab farm will release their own cryptocurrency call Crab coins\nA tuna farm will release their own cryptocurrency call Tuna coins\n\nThese farm coins will be back by real money value also known as food value. \n(put money where their mouth is)\n\n#cryptocurrency #farm #food #farming #news", + "body_length": 834, + "cashout_time": "2016-09-17T07:17:48", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-10T07:17:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"farm\",\"food\",\"farming\",\"news\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-10T07:17:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "food-industry-and-cryptocurrency", + "post_id": 1193288, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Food industry and cryptocurrency", + "title": "Food industry and cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/food-industry-and-cryptocurrency" + }, + "entry_id": 714, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 309364165, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 55979441, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 2368258663, + "rshares": 56275084, + "voter": "baldsteve1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ggIPjCsvNJ4\n\n#cia #drugs #news", + "body_length": 62, + "cashout_time": "2016-09-15T01:42:33", + "category": "news", + "children": 0, + "created": "2016-09-08T01:42:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"cia\",\"drugs\"],\"image\":[\"https://img.youtube.com/vi/ggIPjCsvNJ4/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=ggIPjCsvNJ4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T01:42:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 421618690, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-cia-drug-dealer-talks-clinton-trump", + "post_id": 1166867, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top CIA Drug Dealer Talks Clinton, Trump", + "title": "Top CIA Drug Dealer Talks Clinton, Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/top-cia-drug-dealer-talks-clinton-trump" + }, + "entry_id": 713, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FavYyrTHs_Q\n\n#queen #uk #england #news #bilderberg", + "body_length": 82, + "cashout_time": "2016-09-15T01:02:12", + "category": "news", + "children": 1, + "created": "2016-09-08T01:02:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"queen\",\"uk\",\"england\",\"bilderberg\"],\"image\":[\"https://img.youtube.com/vi/FavYyrTHs_Q/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=FavYyrTHs_Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T01:02:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double", + "post_id": 1166538, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "William Mount reports The Queen Elizabeth II is dead and is replaced by a double", + "title": "William Mount reports The Queen Elizabeth II is dead and is replaced by a double", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double" + }, + "entry_id": 712, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17559666803, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 302581312, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Up to 40 percent of refugees who asked for asylum in Switzerland over the past three months reportedly disappeared from Swiss reception centers shortly afterwards, with their whereabouts unknown to the authorities.\n\nThe country\u2019s State Secretariat for Migration (SEM) confirmed that within the last quarter some 20 to 40 percent of refugees who have been assigned to reception centers have vanished from the monitoring system completely, Swiss newspaper SonntagsZeitung reports.\n\nhttps://cdn.rt.com/files/2016.09/original/57cd58d9c46188321d8b4720.jpg\n\nhttps://www.rt.com/news/358348-switzerland-migrants-missing-influx/\n\n#asylum #refugee #switzerland #news", + "body_length": 656, + "cashout_time": "2016-09-13T00:39:51", + "category": "news", + "children": 0, + "created": "2016-09-06T00:39:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"asylum\",\"refugee\",\"switzerland\"],\"image\":[\"https://cdn.rt.com/files/2016.09/original/57cd58d9c46188321d8b4720.jpg\"],\"links\":[\"https://www.rt.com/news/358348-switzerland-migrants-missing-influx/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T00:39:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17862248115, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.007 HBD", + "percent_hbd": 10000, + "permlink": "up-to-40-of-asylum-seekers-in-switzerland-disappear", + "post_id": 1141438, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Up to 40% of asylum seekers in Switzerland \u2018disappear\u2019", + "title": "Up to 40% of asylum seekers in Switzerland \u2018disappear\u2019", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/up-to-40-of-asylum-seekers-in-switzerland-disappear" + }, + "entry_id": 711, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# ALERT NEWS BACKDOOR AMMO BAN, ATF Reclassifies Wetted Nitrocellulose\n\nhttps://www.youtube.com/watch?v=F7qIjxR_po0\nhttps://www.youtube.com/watch?v=eVih6lr9fsg\n\n#gun #ban #atf #nitrocellulose #news", + "body_length": 197, + "cashout_time": "2016-09-12T13:52:54", + "category": "news", + "children": 0, + "created": "2016-09-05T13:52:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"gun\",\"ban\",\"atf\",\"nitrocellulose\"],\"image\":[\"https://img.youtube.com/vi/F7qIjxR_po0/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=F7qIjxR_po0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T13:52:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on", + "post_id": 1134288, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gun Ban all over the USA. The Civil War in America continues on . . .", + "title": "Gun Ban all over the USA. The Civil War in America continues on . . .", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on" + }, + "entry_id": 710, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1_JwYJUsv10\n\n#currency #money #fraud #scam #news", + "body_length": 80, + "cashout_time": "2016-09-12T12:12:21", + "category": "news", + "children": 0, + "created": "2016-09-05T12:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"currency\",\"money\",\"fraud\",\"scam\"],\"image\":[\"https://img.youtube.com/vi/1_JwYJUsv10/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=1_JwYJUsv10\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T12:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "currency-reset-critical-arrests-happening-now", + "post_id": 1133315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Currency Reset \u2013 Critical Arrests Happening NOW", + "title": "Currency Reset \u2013 Critical Arrests Happening NOW", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/currency-reset-critical-arrests-happening-now" + }, + "entry_id": 709, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2106100689, + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MGiWrShLO_o\n\n#clinton #alex #jones #news", + "body_length": 72, + "cashout_time": "2016-09-11T20:22:27", + "category": "news", + "children": 0, + "created": "2016-09-04T20:22:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"alex\",\"jones\"],\"image\":[\"https://img.youtube.com/vi/MGiWrShLO_o/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=MGiWrShLO_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T20:22:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2106100689, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-alex-jones-on-the-clinton-hit-list", + "post_id": 1126468, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is Alex Jones On The Clinton Hit List?", + "title": "Is Alex Jones On The Clinton Hit List?", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/is-alex-jones-on-the-clinton-hit-list" + }, + "entry_id": 708, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 315338917, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 249198055, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites\n\nThe names of some of these banking families are familiar to all of us and should be more so. They include Baring, Lazard, Erlanger, Warburg, Schroder, Seligman, the Speyers, Mirabaud, Mallet, Fould, and above all, Rothschild and Morgan. [These banking families] remained different from ordinary bankers in distinctive ways: \u2026 (5) They were almost equally devoted to secrecy and the secret use of financial power in political life. These bankers came to be called \u201cinternational bankers\u201d and, more particularly, were known as \u201cmerchant bankers\u201d in England, \u201cprivate bankers\u201d in France, and \u201cinvestment bankers\u201d in the United States (1998 printing: p.52).\n\nhttp://www.globalresearch.ca/hillary-clintons-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites/5542966\n\n#bank #cartels #mafia #fraud #news", + "body_length": 953, + "cashout_time": "2016-09-11T09:12:09", + "category": "news", + "children": 1, + "created": "2016-09-04T09:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"bank\",\"cartels\",\"mafia\",\"fraud\"],\"links\":[\"http://www.globalresearch.ca/hillary-clintons-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites/5542966\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T09:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 564536972, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites", + "post_id": 1120623, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites", + "title": "Hillary Clinton\u2019s Intimate Relationship with the Rothschild Banking Dynasty, The Shadowy Network of Super-Elites", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites" + }, + "entry_id": 707, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 971138, + "rshares": 188643072, + "voter": "jjt333" + }, + { + "percent": "-10000", + "reputation": 21217169177, + "rshares": -61275737, + "voter": "powmonkey" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 244214094, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# 1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)\n\nhttp://benjaminfulford.typepad.com/benjaminfulford/2016/07/gold-reward-offered-for-the-capture-of-khazarian-gangsters.html\n\nhttp://prepareforchange.net/2016/07/19/ben-fulford-attention-bounty-hunters-one-ton-in-gold-46-7-million-dollars-bounty-to-be-collected-on-each-one-on-this-list/\n\nhttps://www.youtube.com/watch?v=2qRyCBFcIIQ\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fpfc.prepareforchange.netdna-cdn.com%2Fwp-content%2Fuploads%2F2016%2F07%2FBountyHunter.jpg&t=568&c=VrXWVqntQhrUgA\n\nAce of Spades\nGeorge Bush Senior\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nAce of Diamonds\nDavid Rockefeller\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nAce of Hearts\nEtienne D\u2019Avignon\nWanted for illegally engineering the destruction of United States\nBounty: One ton of gold\n\nAce of Clubs\nDavid de Rothschild\nWanted for fraud\nBounty: One ton of gold\n\nKing of Spades\nGeorge Bush Junior\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Diamonds\nDonald Rumsfeld\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Hearts\nBill Clinton\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nKing of Clubs\nBenyamin Netanyahu\nWanted for mass murder and money laundering\nBounty: One ton of gold\n\nQueen of Spades\nBarbara Bush\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nQueen of Diamonds\nJanet Yellen\nWanted for fraud\nBounty: One ton of gold\n\nQueen Hearts\nHillary Clinton\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nQueen of Clubs\nVictoria Nuland\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\nJoker of Spades\nNicholas Sarkozi\nWanted for mass murder, fraud and drug smuggling\nBounty: One ton of gold\n\nJoker of Diamonds\nMario Draghi\nWanted for embezzlement and fraud\nBounty: One ton of gold\n\nJoker of Hearts\nHaruhiko Kuroda\nWanted for theft of Japanese savings\nBounty: One ton of gold\n\nJoker of Clubs\nBarack Obama\nWanted for mass murder and embezzlement\nBounty: One ton of gold\n\n#bounty #reward #gold #news", + "body_length": 2121, + "cashout_time": "2016-09-10T07:57:51", + "category": "news", + "children": 2, + "created": "2016-09-03T07:57:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"bounty\",\"reward\",\"gold\"],\"image\":[\"https://img.youtube.com/vi/2qRyCBFcIIQ/0.jpg\",\"https://ip.bitcointalk.org/?u=http%3A%2F%2Fpfc.prepareforchange.netdna-cdn.com%2Fwp-content%2Fuploads%2F2016%2F07%2FBountyHunter.jpg&t=568&c=VrXWVqntQhrUgA\"],\"links\":[\"http://benjaminfulford.typepad.com/benjaminfulford/2016/07/gold-reward-offered-for-the-capture-of-khazarian-gangsters.html\",\"http://prepareforchange.net/2016/07/19/ben-fulford-attention-bounty-hunters-one-ton-in-gold-46-7-million-dollars-bounty-to-be-collected-on-each-one-on-this-list/\",\"https://www.youtube.com/watch?v=2qRyCBFcIIQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-03T07:58:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 371581429, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive", + "post_id": 1108740, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)", + "title": "1 Ton of Gold reward for the capture of these individuals (DEAD or ALIVE)", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive" + }, + "entry_id": 706, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 244214094, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 512657776, + "voter": "lifeworship" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oddg0CP4mKo\n\n#news #media", + "body_length": 57, + "cashout_time": "2016-09-09T21:56:03", + "category": "news", + "children": 1, + "created": "2016-09-02T21:56:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"media\"],\"image\":[\"https://img.youtube.com/vi/oddg0CP4mKo/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=oddg0CP4mKo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T21:56:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 756871870, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "epic-level-of-deception-lies-and-distortion-from-the-corporate-media", + "post_id": 1104099, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Epic Level Of Deception, Lies And Distortion From The Corporate Media", + "title": "Epic Level Of Deception, Lies And Distortion From The Corporate Media", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/epic-level-of-deception-lies-and-distortion-from-the-corporate-media" + }, + "entry_id": 705, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 253968347, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Marcel Lazar, who used the alias \"Guccifer\" online, had pleaded guilty in May to charges including unauthorized access to a protected computer and aggravated identity theft after being extradited from Romania.\n\nhttps://www.yahoo.com/news/romanian-hacker-guccifer-sentenced-52-months-u-prison-163441334.html\n\n#guccifer #hacking #hack #hacker #technology", + "body_length": 352, + "cashout_time": "2016-09-08T17:57:36", + "category": "technology", + "children": 0, + "created": "2016-09-01T17:57:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"guccifer\",\"hacking\",\"hack\",\"hacker\"],\"links\":[\"https://www.yahoo.com/news/romanian-hacker-guccifer-sentenced-52-months-u-prison-163441334.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T17:57:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 253968347, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "guccifer-caught-and-sentenced-to-52-months-in-u-s-prison", + "post_id": 1087876, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Guccifer\" caught and sentenced to 52 months in U.S. prison", + "title": "\"Guccifer\" caught and sentenced to 52 months in U.S. prison", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/guccifer-caught-and-sentenced-to-52-months-in-u-s-prison" + }, + "entry_id": 704, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.dailystar.co.uk/news/latest-news/541884/Nazi-swastika-found-field-crop-circle-alien-Wiltshire-extra-terrestrial-bizarre-flag-crops\n\n#farm #swastika #kkk #farming", + "body_length": 172, + "cashout_time": "2016-09-07T00:32:21", + "category": "farming", + "children": 0, + "created": "2016-08-31T00:32:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"farming\",\"farm\",\"swastika\",\"kkk\"],\"links\":[\"http://www.dailystar.co.uk/news/latest-news/541884/Nazi-swastika-found-field-crop-circle-alien-Wiltshire-extra-terrestrial-bizarre-flag-crops\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T00:32:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "farming", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "swastika-on-farm", + "post_id": 1064167, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "swastika on farm", + "title": "swastika on farm", + "total_payout_value": "0.000 HBD", + "url": "/farming/@cryptocurrency1/swastika-on-farm" + }, + "entry_id": 703, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 86305137879, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 313749878680, + "rshares": 2052402633, + "voter": "gamgam" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.infowars.com/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him/\n\n#jones #clinton #murder #news", + "body_length": 118, + "cashout_time": "2016-09-06T17:22:15", + "category": "news", + "children": 0, + "created": "2016-08-30T17:22:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"jones\",\"clinton\",\"murder\"],\"links\":[\"http://www.infowars.com/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T17:22:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88357540512, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 10000, + "permlink": "special-report-alex-jones-asks-hillary-clinton-not-to-kill-him", + "post_id": 1058718, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SPECIAL REPORT: ALEX JONES ASKS HILLARY CLINTON NOT TO KILL HIM", + "title": "SPECIAL REPORT: ALEX JONES ASKS HILLARY CLINTON NOT TO KILL HIM", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/special-report-alex-jones-asks-hillary-clinton-not-to-kill-him" + }, + "entry_id": 702, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 86305137879, + "voter": "sigmajin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7KWkJq9Cgkg\n\n#ttip #german #eu #us #news", + "body_length": 72, + "cashout_time": "2016-09-05T19:21:09", + "category": "news", + "children": 0, + "created": "2016-08-29T19:21:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=7KWkJq9Cgkg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T19:21:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 86305137879, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.037 HBD", + "percent_hbd": 10000, + "permlink": "ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister", + "post_id": 1045397, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TTIP talks between EU & US have de facto failed \u2013 German economy minister", + "title": "TTIP talks between EU & US have de facto failed \u2013 German economy minister", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister" + }, + "entry_id": 701, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 55367155, + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7NaqQAjMLmw", + "body_length": 43, + "cashout_time": "2016-09-05T07:37:54", + "category": "news", + "children": 0, + "created": "2016-08-29T07:37:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=7NaqQAjMLmw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T07:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55367155, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "white-house-emails-hacked-they-want-you-dead", + "post_id": 1038359, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "White House Emails Hacked - They Want You Dead", + "title": "White House Emails Hacked - They Want You Dead", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/white-house-emails-hacked-they-want-you-dead" + }, + "entry_id": 700, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FY9yUSgpYXw\n\n#assange #wikileak", + "body_length": 63, + "cashout_time": "2016-09-05T07:28:36", + "category": "wikileak", + "children": 0, + "created": "2016-08-29T07:28:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileak\"],\"links\":[\"https://www.youtube.com/watch?v=FY9yUSgpYXw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T07:28:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "wikileak", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found", + "post_id": 1038302, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Assange Tells Megyn Kelly He Wants Wikileaks Source Killer Found", + "title": "Assange Tells Megyn Kelly He Wants Wikileaks Source Killer Found", + "total_payout_value": "0.000 HBD", + "url": "/wikileak/@cryptocurrency1/assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found" + }, + "entry_id": 699, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xQP5yV9yxFc\n\n#sea #creatures", + "body_length": 60, + "cashout_time": "2016-09-04T17:40:06", + "category": "sea", + "children": 0, + "created": "2016-08-28T17:40:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sea\"],\"links\":[\"https://www.youtube.com/watch?v=xQP5yV9yxFc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T17:40:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "sea", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "25-most-terrifying-sea-creatures", + "post_id": 1029702, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "25 Most Terrifying Sea Creatures", + "title": "25 Most Terrifying Sea Creatures", + "total_payout_value": "0.000 HBD", + "url": "/sea/@cryptocurrency1/25-most-terrifying-sea-creatures" + }, + "entry_id": 698, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=yCbSfBoO6No\n\n#trump #fbi #assassin #news", + "body_length": 72, + "cashout_time": "2016-09-03T19:43:45", + "category": "news", + "children": 0, + "created": "2016-08-27T19:43:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=yCbSfBoO6No\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T19:43:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump", + "post_id": 1017241, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI Assassin Barry Bush Busted By Secret Service At Trump Tower Trying To Take Out Trump", + "title": "FBI Assassin Barry Bush Busted By Secret Service At Trump Tower Trying To Take Out Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump" + }, + "entry_id": 697, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 158722751, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "new white house logo show a white flag on top of the white house.\nThis is a sign of surrender.\n\nhttp://photos.state.gov/libraries/usau/124929/mohammedli/US-WhiteHouse-Logo-square-72078_490x480.png\n\n# a White flag is a sign of surrender\nhttp://dailyhaymaker.com/wp-content/uploads/2012/11/surrender.jpg\n\nhttps://www.youtube.com/watch?v=8VyguS_xDfQ\n\n#america #whitehouse #surrendered #news", + "body_length": 387, + "cashout_time": "2016-09-03T03:08:18", + "category": "news", + "children": 0, + "created": "2016-08-27T03:08:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=8VyguS_xDfQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T03:08:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158722751, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender", + "post_id": 1007943, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "new white house logo show a white flag on top of the white house. This is a sign of surrender.", + "title": "new white house logo show a white flag on top of the white house. This is a sign of surrender.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender" + }, + "entry_id": 696, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 161956176, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 52045125, + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=L65RBwrtOeQ\n\nhttp://www.thegatewaypundit.com/2016/08/video-kkk-grand-dragon-endorses-hillary-clinton/\n\n#kkk #endorses #trump #clinton #news", + "body_length": 171, + "cashout_time": "2016-09-02T17:00:03", + "category": "news", + "children": 1, + "created": "2016-08-26T17:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=L65RBwrtOeQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T17:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 214001301, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "kkk-grand-dragon-endorses-hillary-clinton", + "post_id": 1000385, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KKK Grand Dragon Endorses Hillary Clinton", + "title": "KKK Grand Dragon Endorses Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/kkk-grand-dragon-endorses-hillary-clinton" + }, + "entry_id": 695, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -171959953, + "rshares": 62800646, + "voter": "hysmagus" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 139268684, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Spooks team up with Amazon to teach machines how to 'collect imagery at global scale'\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/worldview-3-satellite-launched-to-capture-better-images-of-earth.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1673802/cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision/\n\n#cia #spy #artificial-intelligence #space", + "body_length": 382, + "cashout_time": "2016-09-01T23:02:33", + "category": "science", + "children": 0, + "created": "2016-08-25T23:02:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"cia\",\"spy\",\"artificial-intelligence\",\"space\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/08/worldview-3-satellite-launched-to-capture-better-images-of-earth.jpg?w=960\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T23:02:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 202069330, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision", + "post_id": 989561, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EYES IN THE SKY CIA training artificial intelligence to spy on Earth from SPACE using \u2018computer vision\u2019", + "title": "EYES IN THE SKY CIA training artificial intelligence to spy on Earth from SPACE using \u2018computer vision\u2019", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision" + }, + "entry_id": 694, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 164756333, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 55367155, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 108718912, + "rshares": 51774444, + "voter": "steven15" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2cfEW9av2XU\n\n#clinton #jones #trump #news", + "body_length": 73, + "cashout_time": "2016-09-01T21:38:27", + "category": "news", + "children": 3, + "created": "2016-08-25T21:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=2cfEW9av2XU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T21:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271897932, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-lies-about-alex-jones-to-attack-trump", + "post_id": 988436, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton Lies About Alex Jones to Attack Trump", + "title": "Hillary Clinton Lies About Alex Jones to Attack Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-lies-about-alex-jones-to-attack-trump" + }, + "entry_id": 693, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Ho3EIH3_qgA\n\n#terrorist #inbred #european #gun-ban #news", + "body_length": 88, + "cashout_time": "2016-09-01T17:48:51", + "category": "news", + "children": 0, + "created": "2016-08-25T17:48:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=Ho3EIH3_qgA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:48:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa", + "post_id": 984716, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines continues to push for gun ban all over the USA", + "title": "The 13 inbred Terrorist European Bloodlines continues to push for gun ban all over the USA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa" + }, + "entry_id": 692, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 161095081, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cqt1WTPWcAEm_L4.jpg\n\nRead more: \nhttp://www.politico.com/story/2016/08/clinton-ad-kkk-trump-227404#ixzz4IMjgrBEN \n\n#clinton #trump #illuminati #bilderberg #news", + "body_length": 189, + "cashout_time": "2016-09-01T17:32:48", + "category": "news", + "children": 0, + "created": "2016-08-25T17:32:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"trump\",\"illuminati\",\"bilderberg\"],\"image\":[\"https://pbs.twimg.com/media/Cqt1WTPWcAEm_L4.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:32:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161095081, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "clinton-ad-ties-trump-to-kkk-white-supremacists", + "post_id": 984468, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton ad ties Trump to KKK, white supremacists", + "title": "Clinton ad ties Trump to KKK, white supremacists", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/clinton-ad-ties-trump-to-kkk-white-supremacists" + }, + "entry_id": 691, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 221475776781, + "rshares": 52075707, + "voter": "andrewrait" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.ft.com/cms/s/2/7a707048-648d-11e6-8310-ecf0bddad227.html\n\nhttp://im.ft-static.com/content/images/739d853a-6a5a-11e6-ae5b-a7cc5dd5a28c.img\n\n#inbred #terrorist #bilderberg #illuminati #news", + "body_length": 198, + "cashout_time": "2016-09-01T17:25:30", + "category": "news", + "children": 0, + "created": "2016-08-25T17:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"inbred\",\"terrorist\",\"bilderberg\",\"illuminati\"],\"links\":[\"http://www.ft.com/cms/s/2/7a707048-648d-11e6-8310-ecf0bddad227.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T17:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52075707, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are", + "post_id": 984359, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "High ranking members of the 13 inbred Terrorist European Bloodlines know they are being hunted to be kill all over USA, they are now using their money resources to hide their homes", + "title": "High ranking members of the 13 inbred Terrorist European Bloodlines know they are being hunted to be kill all over USA, they are now using their money resources to hide their homes", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are" + }, + "entry_id": 690, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "As you can see, USD released good news data.\nBankers rigged the market and moved price of EURUSD up, when it should be heading down.\n\n![riggeddatapricechart80e54.png](https://www.steemimg.com/images/2016/08/25/riggeddatapricechart80e54.png)\n![riggeddata4caa4.png](https://www.steemimg.com/images/2016/08/25/riggeddata4caa4.png)\n\n#forex #rigged #eurusd #fraud #money", + "body_length": 365, + "cashout_time": "2016-09-01T05:57:00", + "category": "money", + "children": 0, + "created": "2016-08-25T05:57:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"forex\",\"rigged\",\"eurusd\",\"fraud\"],\"image\":[\"https://www.steemimg.com/images/2016/08/25/riggeddatapricechart80e54.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:57:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "forex-market-rigged-eur-usd-analysis", + "post_id": 978560, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Forex market rigged, EUR/USD analysis", + "title": "Forex market rigged, EUR/USD analysis", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/forex-market-rigged-eur-usd-analysis" + }, + "entry_id": 689, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vfqI8MwyJEQ\n\n#jews #sars #virus #news", + "body_length": 69, + "cashout_time": "2016-09-01T05:35:39", + "category": "news", + "children": 0, + "created": "2016-08-25T05:35:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=vfqI8MwyJEQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:35:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia", + "post_id": 978413, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Benjamin Fulford reveal it was the Evil Jews regime that released 'SARS' virus to kill asians all over ASIA", + "title": "Benjamin Fulford reveal it was the Evil Jews regime that released 'SARS' virus to kill asians all over ASIA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia" + }, + "entry_id": 688, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 96018554976, + "rshares": 207492262, + "voter": "kita" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=rIG-W0lNRvw\n\n#khazarian #jews #mafia #wikileak", + "body_length": 78, + "cashout_time": "2016-09-01T05:05:57", + "category": "news", + "children": 0, + "created": "2016-08-25T05:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=rIG-W0lNRvw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T05:05:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207492262, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "benjamin-fulford-2016-khazarian-plots-thwarted", + "post_id": 978162, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Benjamin Fulford 2016 - Khazarian plots thwarted", + "title": "Benjamin Fulford 2016 - Khazarian plots thwarted", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/benjamin-fulford-2016-khazarian-plots-thwarted" + }, + "entry_id": 687, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 157273593, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 10136601, + "rshares": 55080078, + "voter": "mjhomb" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SXZy0QIdQwA\n\n#wikileak #chelsea #clinton #scam", + "body_length": 78, + "cashout_time": "2016-09-01T04:14:03", + "category": "news", + "children": 0, + "created": "2016-08-25T04:14:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=SXZy0QIdQwA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T04:14:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 212353671, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wikileaks-chelsea-clinton-used-fake-name-to-scam", + "post_id": 977718, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks: Chelsea Clinton Used Fake Name To Scam", + "title": "Wikileaks: Chelsea Clinton Used Fake Name To Scam", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-chelsea-clinton-used-fake-name-to-scam" + }, + "entry_id": 686, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "If posting turn light gray color in text, can it still earn rewards for posting or curation rewards?\n\n#steemit #steem #support #help", + "body_length": 132, + "cashout_time": "2016-09-01T04:08:54", + "category": "steemit", + "children": 1, + "created": "2016-08-25T04:08:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"help\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T04:08:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards", + "post_id": 977674, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "If posting turn light gray color in text, can it still earn rewards?", + "title": "If posting turn light gray color in text, can it still earn rewards?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards" + }, + "entry_id": 685, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9_ZT-Ku3tWQ\n\n#trump #election #fraud #rigged #political", + "body_length": 87, + "cashout_time": "2016-09-01T01:00:24", + "category": "political", + "children": 0, + "created": "2016-08-25T01:00:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"political\"],\"links\":[\"https://www.youtube.com/watch?v=9_ZT-Ku3tWQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T01:00:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "political", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-experts-admit-trump-right-about-election-fraud", + "post_id": 975713, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top Experts Admit Trump Right About Election Fraud", + "title": "Top Experts Admit Trump Right About Election Fraud", + "total_payout_value": "0.000 HBD", + "url": "/political/@cryptocurrency1/top-experts-admit-trump-right-about-election-fraud" + }, + "entry_id": 684, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qSkGFKjXm7M\n\n#movies #hollywood #preview", + "body_length": 72, + "cashout_time": "2016-08-31T23:21:36", + "category": "movies", + "children": 2, + "created": "2016-08-24T23:21:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"movies\"],\"links\":[\"https://www.youtube.com/watch?v=qSkGFKjXm7M\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T23:21:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "movies", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fast-and-furious-8-all-teaser-clips-2017", + "post_id": 974541, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FAST AND FURIOUS 8 All Teaser + Clips (2017)", + "title": "FAST AND FURIOUS 8 All Teaser + Clips (2017)", + "total_payout_value": "0.000 HBD", + "url": "/movies/@cryptocurrency1/fast-and-furious-8-all-teaser-clips-2017" + }, + "entry_id": 683, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 899434, + "rshares": 55306428, + "voter": "clout" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "China realized the Terrorist organization Federal Reserve have been using their scam U.S. dollars to scam people world wide. China is now dumping U.S. Treasuries.\n\nhttps://www.youtube.com/watch?v=F6e7coOhfC4\n\n#china #usd #money", + "body_length": 227, + "cashout_time": "2016-08-31T22:44:27", + "category": "money", + "children": 2, + "created": "2016-08-24T22:44:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=F6e7coOhfC4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:44:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55306428, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "china-is-dumping-treasuries-and-now-us-stocks", + "post_id": 974031, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Is Dumping Treasuries And Now US Stocks ! ! !", + "title": "China Is Dumping Treasuries And Now US Stocks ! ! !", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/china-is-dumping-treasuries-and-now-us-stocks" + }, + "entry_id": 682, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6071228539, + "voter": "summonerrk" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# China superhero is call \"KungFu Panda\"\nhttps://www.youtube.com/watch?v=RXBS4K4oSsE\n\n# Russia superhero is call \"Guardians\"\nhttps://www.youtube.com/watch?v=AH_D8COMbhc\n\n#china #russia #bears #movies #news", + "body_length": 205, + "cashout_time": "2016-08-31T22:25:48", + "category": "news", + "children": 1, + "created": "2016-08-24T22:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=RXBS4K4oSsE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6071228539, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears", + "post_id": 973816, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China & Russia coming out with their own lines of superheroes characters. Both are BEARS", + "title": "China & Russia coming out with their own lines of superheroes characters. Both are BEARS", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears" + }, + "entry_id": 681, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6071228539, + "voter": "summonerrk" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.snopes.com/wordpress/wp-content/uploads/2015/09/mark-zuckerberg.jpg\nhttp://www.snopes.com/mark-zuckerberg-is-david-rockefellers-grandson/\n\n#zuckerberg #inbred #terrorist #european", + "body_length": 190, + "cashout_time": "2016-08-31T22:16:12", + "category": "inbred", + "children": 1, + "created": "2016-08-24T22:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"inbred\",\"zuckerberg\",\"terrorist\",\"european\"],\"image\":[\"http://www.snopes.com/wordpress/wp-content/uploads/2015/09/mark-zuckerberg.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T22:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6071228539, + "parent_author": "", + "parent_permlink": "inbred", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines", + "post_id": 973727, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mark Zuckerberg is not a Rockerfeller's grandson but he is one of the 13 inbred Terrorist European Bloodlines.", + "title": "Mark Zuckerberg is not a Rockerfeller's grandson but he is one of the 13 inbred Terrorist European Bloodlines.", + "total_payout_value": "0.000 HBD", + "url": "/inbred/@cryptocurrency1/mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 680, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1010743139109, + "rshares": 379024678, + "voter": "fluffy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Ljp4ix0SJN8\n\n#cern #illuminati #bilderberg #nwo", + "body_length": 79, + "cashout_time": "2016-08-31T21:20:03", + "category": "cern", + "children": 0, + "created": "2016-08-24T21:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cern\"],\"links\":[\"https://www.youtube.com/watch?v=Ljp4ix0SJN8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T21:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 379024678, + "parent_author": "", + "parent_permlink": "cern", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cern-death-ritual", + "post_id": 972980, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CERN Death Ritual", + "title": "CERN Death Ritual", + "total_payout_value": "0.000 HBD", + "url": "/cern/@cryptocurrency1/cern-death-ritual" + }, + "entry_id": 679, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0QkaZM2IyDk\n\n#olympic #cern", + "body_length": 59, + "cashout_time": "2016-08-31T21:00:03", + "category": "olympic", + "children": 0, + "created": "2016-08-24T21:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https://www.youtube.com/watch?v=0QkaZM2IyDk\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T21:00:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rio-olympics-and-the-cern-connection", + "post_id": 972677, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rio Olympics And The CERN Connection", + "title": "Rio Olympics And The CERN Connection", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/rio-olympics-and-the-cern-connection" + }, + "entry_id": 678, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 418705475210, + "voter": "glitterfart" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://s3.amazonaws.com/main-newsbtc-images/2016/07/18131837/shutterstock_282867155-825x510.jpg\n\nhttp://www.newsbtc.com/2016/08/24/four-major-banks-to-create-own-cryptocurrency/\n\n#banks #cryptocurrency", + "body_length": 201, + "cashout_time": "2016-08-31T20:52:48", + "category": "cryptocurrency", + "children": 1, + "created": "2016-08-24T20:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"banks\"],\"image\":[\"http://s3.amazonaws.com/main-newsbtc-images/2016/07/18131837/shutterstock_282867155-825x510.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T20:52:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 418705475210, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.040 HBD", + "percent_hbd": 10000, + "permlink": "four-major-banks-plan-to-create-their-own-cryptocurrency", + "post_id": 972572, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Four Major Banks Plan to Create Their Own Cryptocurrency", + "title": "Four Major Banks Plan to Create Their Own Cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/four-major-banks-plan-to-create-their-own-cryptocurrency" + }, + "entry_id": 677, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1232169686549, + "rshares": 7496884844, + "voter": "bluestar" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0OLliNAJz6c\n\n#usa-corporation #news #media #politic", + "body_length": 83, + "cashout_time": "2016-08-31T20:28:33", + "category": "news", + "children": 2, + "created": "2016-08-24T20:28:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=0OLliNAJz6c\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T20:28:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7496884844, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa", + "post_id": 972223, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Breaking News: The 13 inbred Terrorist European Bloodlines using Joe Biggs to make fun of the Hispanic woman for not knowing USA is a corporation, there is no such thing as a citizen of a corporation.", + "title": "Breaking News: The 13 inbred Terrorist European Bloodlines using Joe Biggs to make fun of the Hispanic woman for not knowing USA is a corporation, there is no such thing as a citizen of a corporation.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa" + }, + "entry_id": 676, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1446649799, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Each State inside a USA corporation is for sale\nhttp://nypost.com/2016/08/23/new-revelations-show-a-nation-for-sale-under-hillary-clinton/\n\nhttps://thenypost.files.wordpress.com/2016/08/160824-clinton-nation-sale-feature.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\nhttps://pbs.twimg.com/media/CqlTqW0XEAA9AZZ.jpg\n\n#usa-corporation #states-for-sale", + "body_length": 350, + "cashout_time": "2016-08-31T19:50:42", + "category": "news", + "children": 1, + "created": "2016-08-24T19:50:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa-corporation\",\"states-for-sale\"],\"links\":[\"http://nypost.com/2016/08/23/new-revelations-show-a-nation-for-sale-under-hillary-clinton/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T19:50:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1446649799, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "each-state-inside-a-usa-corporation-is-for-sale", + "post_id": 971736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Each State inside a USA corporation is for sale", + "title": "Each State inside a USA corporation is for sale", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/each-state-inside-a-usa-corporation-is-for-sale" + }, + "entry_id": 675, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 99686883, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 26593737739, + "rshares": 50488678, + "voter": "roman-dikanev" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Steemit should allow accounts with more followers to earn more vest. Accounts with more followers are more important to the steemit community.\n\n#steemit #steem #support #help", + "body_length": 176, + "cashout_time": "2016-08-31T18:18:12", + "category": "steemit", + "children": 0, + "created": "2016-08-24T18:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"help\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T18:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150175561, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-should-allow-account-with-more-followers-to-earn-more-vest", + "post_id": 970523, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit should allow account with more followers to earn more vest", + "title": "Steemit should allow account with more followers to earn more vest", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steemit-should-allow-account-with-more-followers-to-earn-more-vest" + }, + "entry_id": 674, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 699258478694, + "rshares": 52810054, + "voter": "wildmanhowling" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oN9ik9nrm-c\n\n#us #media #msm #elites #news", + "body_length": 74, + "cashout_time": "2016-08-31T18:07:12", + "category": "news", + "children": 0, + "created": "2016-08-24T18:07:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=oN9ik9nrm-c\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T18:07:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52810054, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "emails-hacked-of-us-media-elites", + "post_id": 970347, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Emails Hacked Of US Media Elites", + "title": "Emails Hacked Of US Media Elites", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/emails-hacked-of-us-media-elites" + }, + "entry_id": 673, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/business/2016/05/29/rothschild-large_trans++1N-0BbrGahnullJmqzE3f31liaGz4mIk-HMM1iLlxh8.PNG\n\nhttp://www.telegraph.co.uk/investing/funds/sell-rothschild-fund-and-take-profits-warns-broker/\n\n#rothschild #funds #bank", + "body_length": 252, + "cashout_time": "2016-08-31T16:28:45", + "category": "money", + "children": 0, + "created": "2016-08-24T16:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"rothschild\",\"funds\",\"bank\"],\"image\":[\"http://www.telegraph.co.uk/content/dam/business/2016/05/29/rothschild-large_trans++1N-0BbrGahnullJmqzE3f31liaGz4mIk-HMM1iLlxh8.PNG\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T16:28:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "financial-advisors-world-wide-recommend-you-sell-rothschild-funds", + "post_id": 969050, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Financial advisors world wide recommend you sell Rothschild funds", + "title": "Financial advisors world wide recommend you sell Rothschild funds", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/financial-advisors-world-wide-recommend-you-sell-rothschild-funds" + }, + "entry_id": 672, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 217084653, + "voter": "levycore" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9u4PPcIwPCA\n\n#olympic #symbolism #news", + "body_length": 70, + "cashout_time": "2016-08-31T16:19:03", + "category": "olympic", + "children": 0, + "created": "2016-08-24T16:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https://www.youtube.com/watch?v=9u4PPcIwPCA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-24T16:19:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 217084653, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "olympic-symbolism-breakdown", + "post_id": 968939, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic symbolism breakdown", + "title": "Olympic symbolism breakdown", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/olympic-symbolism-breakdown" + }, + "entry_id": 671, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 2088485855, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 160332150, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=a-xjiXfJ58Q\n\n#hillary #censored #video #news", + "body_length": 76, + "cashout_time": "2016-08-30T23:41:03", + "category": "news", + "children": 0, + "created": "2016-08-23T23:41:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=a-xjiXfJ58Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:41:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2248818005, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "must-watch-hillary-clinton-tried-to-ban-this-video", + "post_id": 958971, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Must Watch!! Hillary Clinton tried to ban this video", + "title": "Must Watch!! Hillary Clinton tried to ban this video", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/must-watch-hillary-clinton-tried-to-ban-this-video" + }, + "entry_id": 670, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 3759274539, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 160332150, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 214213925, + "rshares": 57391613, + "voter": "nickfost" + }, + { + "percent": "10000", + "reputation": 2822597, + "rshares": 54926074, + "voter": "mikamuro" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=nXkR2TRDf2A\n\n#clinton #stolen #oil #weapons #news", + "body_length": 81, + "cashout_time": "2016-08-30T23:18:06", + "category": "news", + "children": 0, + "created": "2016-08-23T23:18:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=nXkR2TRDf2A\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:18:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4031924376, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons", + "post_id": 958699, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton left hand written receipts for stolen oil and stolen weapons", + "title": "Hillary Clinton left hand written receipts for stolen oil and stolen weapons", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons" + }, + "entry_id": 669, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 3341577368, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1475582795, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc. The 13 inbred Terrorist European Bloodlines using Donald Trump to sell you the idea of a TRUMP wall to keep the Mexicans out of USA corporation. USA is a corporation, it's not a country. Therefore, there is no such thing as illegal immigrants. The American Patriots Militia Groups must defeat the 13 inbred Terrorist European Bloodlines in a civil war first before they can sell you the idea of a Trump wall. \n\nIt is unclear whether the American people or the 13 inbred Terrorist European Bloodlines are being racist to the Hispanics by labeling them as illegal immigrants and trying to keep them out of USA corporation by saying they are not U.S. citizen. Bottom line is , no one born in USA can be a U.S. Citizen. It's a corporation. There is no such as thing as citizen of Starbucks or USA corp.\n\n#usa #corporation #scam #fraud #news", + "body_length": 977, + "cashout_time": "2016-08-30T23:00:48", + "category": "news", + "children": 1, + "created": "2016-08-23T23:00:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa\",\"corporation\",\"scam\",\"fraud\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T23:00:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4817160163, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "usa-corporation-being-racist-to-hispanics", + "post_id": 958514, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA corporation being racist to Hispanics", + "title": "USA corporation being racist to Hispanics", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-corporation-being-racist-to-hispanics" + }, + "entry_id": 668, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 2923880197, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 17672511746, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 21157638, + "rshares": 53839377, + "voter": "rexgrove" + }, + { + "percent": "10000", + "reputation": 825020, + "rshares": 52801341, + "voter": "antonii2211" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.\n\n#usa #america #captured #news", + "body_length": 173, + "cashout_time": "2016-08-30T22:48:36", + "category": "news", + "children": 0, + "created": "2016-08-23T22:48:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"usa\",\"america\",\"captured\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T22:48:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20703032661, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.011 HBD", + "percent_hbd": 10000, + "permlink": "usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or", + "post_id": 958389, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.", + "title": "USA inc. is a corporation, no one living in America can be a U.S. citizen. That's like saying you are a citizen of Google, or Starbucks Inc.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or" + }, + "entry_id": 667, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=e8zqt44FKQE\n\n#usd #euro #scam #fraud #bilderberg", + "body_length": 80, + "cashout_time": "2016-08-30T20:57:03", + "category": "money", + "children": 0, + "created": "2016-08-23T20:57:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=e8zqt44FKQE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T20:57:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "u-s-plans-to-collapse-europe", + "post_id": 956969, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U S Plans to Collapse Europe", + "title": "U S Plans to Collapse Europe", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/u-s-plans-to-collapse-europe" + }, + "entry_id": 666, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 65214075, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 141378671520, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 770115811, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 6085849505, + "rshares": 50014490, + "voter": "triprayogi" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://ca.news.yahoo.com/exclusive-chinas-richest-man-set-seal-two-billion-121955795--finance.html\n\n\"My goal is to buy Hollywood companies and bring their technology and capability to China,\" Wang said.\n\n#hollywood #china", + "body_length": 222, + "cashout_time": "2016-08-30T19:59:39", + "category": "china", + "children": 0, + "created": "2016-08-23T19:59:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"hollywood\"],\"links\":[\"https://ca.news.yahoo.com/exclusive-chinas-richest-man-set-seal-two-billion-121955795--finance.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T19:59:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 142264015896, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.082 HBD", + "percent_hbd": 10000, + "permlink": "china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals", + "post_id": 956050, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China's richest man set to seal two billion-dollar U.S. film deals", + "title": "China's richest man set to seal two billion-dollar U.S. film deals", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals" + }, + "entry_id": 665, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3404245483553, + "rshares": 20885435744, + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 34004319054, + "rshares": 54520588, + "voter": "sharonekelly" + }, + { + "percent": "10000", + "reputation": 1631502042, + "rshares": 57101246, + "voter": "mstudemeyer13" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Jc3Iv4vy4-o\n\nhttps://www.youtube.com/watch?v=fiILDgVkU5E\n\n#news", + "body_length": 95, + "cashout_time": "2016-08-30T17:47:03", + "category": "news", + "children": 0, + "created": "2016-08-23T17:47:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=Jc3Iv4vy4-o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T17:47:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20997057578, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.011 HBD", + "percent_hbd": 10000, + "permlink": "did-jews-instigate-9-11", + "post_id": 954270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DID JEWS INSTIGATE 9-11?", + "title": "DID JEWS INSTIGATE 9-11?", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/did-jews-instigate-9-11" + }, + "entry_id": 664, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 390550797, + "voter": "ladypenelope1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eSMQBLD1z-s\n\n#bed #sleeping #memoryfoam", + "body_length": 71, + "cashout_time": "2016-08-30T15:33:12", + "category": "bed", + "children": 1, + "created": "2016-08-23T15:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bed\"],\"links\":[\"https://www.youtube.com/watch?v=eSMQBLD1z-s\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T15:33:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 390550797, + "parent_author": "", + "parent_permlink": "bed", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-would-happen-if-you-never-left-your-bed", + "post_id": 952440, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What Would Happen If You Never Left Your Bed?", + "title": "What Would Happen If You Never Left Your Bed?", + "total_payout_value": "0.000 HBD", + "url": "/bed/@cryptocurrency1/what-would-happen-if-you-never-left-your-bed" + }, + "entry_id": 663, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 681710135312, + "rshares": 1290569501, + "voter": "wroman0207" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 156688237, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.washingtonpost.com/news/wonk/wp/2016/08/23/soup-is-money-in-here-ramen-has-become-the-black-market-currency-in-american-prisons/\n\nhttps://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rf/image_960w/2010-2019/WashingtonPost/2014/08/28/Production/Health/Images/bigstock-Ramen-Instant-Noodles-65507332.jpg&w=1484\n\n#ramen #instant #noodles #prison", + "body_length": 384, + "cashout_time": "2016-08-30T11:31:54", + "category": "money", + "children": 0, + "created": "2016-08-23T11:31:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"ramen\",\"instant\",\"noodles\",\"prison\"],\"links\":[\"https://www.washingtonpost.com/news/wonk/wp/2016/08/23/soup-is-money-in-here-ramen-has-become-the-black-market-currency-in-american-prisons/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T11:31:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1447257738, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "instant-noodles-has-become-the-black-market-currency-in-american-prisons", + "post_id": 949205, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Instant Noodles' has become the black-market currency in American prisons", + "title": "'Instant Noodles' has become the black-market currency in American prisons", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/instant-noodles-has-become-the-black-market-currency-in-american-prisons" + }, + "entry_id": 662, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://freebeacon.com/wp-content/uploads/2015/07/Hassan-Rouhani.jpg\n\nhttp://freebeacon.com/national-security/state-dept-warns-iran-seeking-capture-u-s-citizens/\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fi1380.photobucket.com%2Falbums%2Fah167%2FCuongVTruong%2Fspeilberg_zpscae4f9d8.jpg&t=567&c=9TzleG_SIpbZDA\n\n#hassan #rouhan #steven #spielberg #news", + "body_length": 351, + "cashout_time": "2016-08-30T04:13:21", + "category": "news", + "children": 1, + "created": "2016-08-23T04:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"hassan\",\"rouhan\",\"steven\",\"spielberg\"],\"image\":[\"http://freebeacon.com/wp-content/uploads/2015/07/Hassan-Rouhani.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T04:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "https-www-youtube-com-watch-v-iovkjhu7mfk", + "post_id": 945873, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "https://www.youtube.com/watch?v=IoVKjhu7mfk", + "title": "https://www.youtube.com/watch?v=IoVKjhu7mfk", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/https-www-youtube-com-watch-v-iovkjhu7mfk" + }, + "entry_id": 661, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 138013830, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 209248528, + "rshares": 55705213, + "voter": "aravotiname" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53858749, + "voter": "maloneyj55" + }, + { + "percent": "10000", + "reputation": 6233996, + "rshares": 53048963, + "voter": "wingfield" + }, + { + "percent": "10000", + "reputation": 3394159, + "rshares": 52709752, + "voter": "polina43" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=IoVKjhu7mfk\n\n#un #philippines #president #news", + "body_length": 78, + "cashout_time": "2016-08-30T04:03:57", + "category": "news", + "children": 1, + "created": "2016-08-23T04:03:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=IoVKjhu7mfk\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T04:03:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 353336507, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un", + "post_id": 945802, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u2018I don't give a sh*t about them\u2019: Philippines president threatens to leave \u2018stupid\u2019 UN", + "title": "\u2018I don't give a sh*t about them\u2019: Philippines president threatens to leave \u2018stupid\u2019 UN", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un" + }, + "entry_id": 660, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -18010875462, + "rshares": 56357479, + "voter": "tjfire" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 50937782, + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EZvX81nx_Yw\n\n#hillary #clinton #security #threat #army", + "body_length": 86, + "cashout_time": "2016-08-29T23:18:12", + "category": "news", + "children": 0, + "created": "2016-08-22T23:18:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=EZvX81nx_Yw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:18:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 107295261, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "us-army-lists-hillary-clinton-as-security-threat-on-slide", + "post_id": 942683, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Army Lists Hillary Clinton as Security Threat on Slide", + "title": "US Army Lists Hillary Clinton as Security Threat on Slide", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/us-army-lists-hillary-clinton-as-security-threat-on-slide" + }, + "entry_id": 659, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 50937782, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 570816, + "rshares": 51767362, + "voter": "gagr" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=023C5_scpQw\n\n#economy #collapse", + "body_length": 63, + "cashout_time": "2016-08-29T21:51:36", + "category": "economy", + "children": 0, + "created": "2016-08-22T21:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"economy\"],\"links\":[\"https://www.youtube.com/watch?v=023C5_scpQw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T21:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102705144, + "parent_author": "", + "parent_permlink": "economy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "shocking-obama-intends-to-collapse-us-economy-ann-barnhardt", + "post_id": 941696, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SHOCKING OBAMA INTENDS TO COLLAPSE US ECONOMY Ann Barnhardt", + "title": "SHOCKING OBAMA INTENDS TO COLLAPSE US ECONOMY Ann Barnhardt", + "total_payout_value": "0.000 HBD", + "url": "/economy/@cryptocurrency1/shocking-obama-intends-to-collapse-us-economy-ann-barnhardt" + }, + "entry_id": 658, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": -8728866, + "rshares": -53396088, + "voter": "shekelemberg" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UieQkiI9UWE\n\n#kharazian #mafia #evil #jews #zionist", + "body_length": 83, + "cashout_time": "2016-08-29T20:51:51", + "category": "news", + "children": 0, + "created": "2016-08-22T20:51:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=UieQkiI9UWE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T20:51:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -53396088, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "kazarian-mafia-in-total-panic", + "post_id": 940856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Kazarian Mafia In Total Panic", + "title": "Kazarian Mafia In Total Panic", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/kazarian-mafia-in-total-panic" + }, + "entry_id": 657, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 145277716, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 52045125, + "voter": "dragon93" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The 14,900 Clinton documents are nearly 50 percent more than the roughly 30,000 emails that Clinton\u2019s lawyers deemed work-related and returned to the department in December 2014.\n\n\n#clinton #fbi #documents", + "body_length": 205, + "cashout_time": "2016-08-29T19:26:39", + "category": "documents", + "children": 0, + "created": "2016-08-22T19:26:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"documents\",\"clinton\",\"fbi\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:26:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 197322841, + "parent_author": "", + "parent_permlink": "documents", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fbi-found-14-900-more-emails-from-hillary-clinton", + "post_id": 939378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI found 14,900 more emails from Hillary Clinton", + "title": "FBI found 14,900 more emails from Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/documents/@cryptocurrency1/fbi-found-14-900-more-emails-from-hillary-clinton" + }, + "entry_id": 656, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 39064827714, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 166646264775, + "rshares": 1559079167, + "voter": "anjoke" + }, + { + "percent": "10000", + "reputation": 692776457, + "rshares": 79642959, + "voter": "steemcash" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 141645773, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 52045125, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 7428004729, + "rshares": 52366665, + "voter": "privacyissues" + }, + { + "percent": "10000", + "reputation": 1667957, + "rshares": 52795061, + "voter": "aidario" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CxoBGzBiQts\n\n#german #germany #food", + "body_length": 67, + "cashout_time": "2016-08-29T18:46:27", + "category": "food", + "children": 2, + "created": "2016-08-22T18:46:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https://www.youtube.com/watch?v=CxoBGzBiQts\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41002402464, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.025 HBD", + "percent_hbd": 10000, + "permlink": "german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks", + "post_id": 938754, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German govt warns people to stockpile food, water in case of terror attacks", + "title": "German govt warns people to stockpile food, water in case of terror attacks", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks" + }, + "entry_id": 655, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7381386825, + "rshares": 54052181, + "voter": "topslim" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1lVv4HYksw0\n\n#bridge #china #hunan", + "body_length": 66, + "cashout_time": "2016-08-29T15:39:30", + "category": "china", + "children": 2, + "created": "2016-08-22T15:39:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\"],\"links\":[\"https://www.youtube.com/watch?v=1lVv4HYksw0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:39:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54052181, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china", + "post_id": 936001, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Don't crack it! Worlds longest glass bottom bridge opens in Hunan, China", + "title": "Don't crack it! Worlds longest glass bottom bridge opens in Hunan, China", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china" + }, + "entry_id": 654, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 156173545, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wfa2m1Ny-rg\n\n#eu #bank #deutsche", + "body_length": 64, + "cashout_time": "2016-08-29T15:25:48", + "category": "eu", + "children": 1, + "created": "2016-08-22T15:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eu\"],\"links\":[\"https://www.youtube.com/watch?v=wfa2m1Ny-rg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:25:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156173545, + "parent_author": "", + "parent_permlink": "eu", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "eu-is-collapsing-as-deutsche-bank-stock-all-time-low", + "post_id": 935792, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EU is COLLAPSING as Deutsche Bank Stock ALL TIME LOW!", + "title": "EU is COLLAPSING as Deutsche Bank Stock ALL TIME LOW!", + "total_payout_value": "0.000 HBD", + "url": "/eu/@cryptocurrency1/eu-is-collapsing-as-deutsche-bank-stock-all-time-low" + }, + "entry_id": 653, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 60049910, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 10522996718, + "rshares": 126351917181, + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 7765072284, + "rshares": 110709978, + "voter": "bhutoijo" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://tctechcrunch2011.files.wordpress.com/2016/08/aptonomy_drone.png?w=738\n\nAptonomy Inc. has developed drone technology that could make prison breaks, robberies or malicious intrusions of any kind impossible for mere mortals.\n\n#drone #technology #security", + "body_length": 259, + "cashout_time": "2016-08-29T14:37:06", + "category": "technology", + "children": 0, + "created": "2016-08-22T14:37:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"drone\",\"security\"],\"image\":[\"https://tctechcrunch2011.files.wordpress.com/2016/08/aptonomy_drone.png?w=738\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T14:37:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 126522677069, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.050 HBD", + "percent_hbd": 10000, + "permlink": "drone-startup-aptonomy-introduces-the-self-flying-security-guard", + "post_id": 935045, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Drone startup Aptonomy introduces the self-flying security guard", + "title": "Drone startup Aptonomy introduces the self-flying security guard", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/drone-startup-aptonomy-introduces-the-self-flying-security-guard" + }, + "entry_id": 652, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 55353797, + "voter": "derevyanij" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fEISuO1GrCw\n\n#invention #tech #technology", + "body_length": 73, + "cashout_time": "2016-08-29T10:16:21", + "category": "tech", + "children": 1, + "created": "2016-08-22T10:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tech\"],\"links\":[\"https://www.youtube.com/watch?v=fEISuO1GrCw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T10:16:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55353797, + "parent_author": "", + "parent_permlink": "tech", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "5-inventions-that-will-blow-your-mind", + "post_id": 932564, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Inventions That Will BLOW YOUR MIND", + "title": "5 Inventions That Will BLOW YOUR MIND", + "total_payout_value": "0.000 HBD", + "url": "/tech/@cryptocurrency1/5-inventions-that-will-blow-your-mind" + }, + "entry_id": 651, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 54614103, + "voter": "ballazan" + }, + { + "percent": "10000", + "reputation": 293420491789, + "rshares": 53679242, + "voter": "heroic15397" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0o_xL7Bf5R8\n\n#trump #freemason #illuminati #news", + "body_length": 80, + "cashout_time": "2016-08-28T19:21:06", + "category": "news", + "children": 1, + "created": "2016-08-21T19:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=0o_xL7Bf5R8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T19:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 108293345, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati", + "post_id": 924036, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nude Trump Statues Pop Up In US Cities Placed by FREEMASON ILLUMINATI", + "title": "Nude Trump Statues Pop Up In US Cities Placed by FREEMASON ILLUMINATI", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati" + }, + "entry_id": 650, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1237867647, + "rshares": 239856727, + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 100521677, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 474811529, + "rshares": 54002407, + "voter": "brs" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5aDuCO7181U\n\n#clinton #illuminati #bilderberg #nwo", + "body_length": 82, + "cashout_time": "2016-08-28T16:26:42", + "category": "news", + "children": 0, + "created": "2016-08-21T16:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=5aDuCO7181U\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 394380811, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major", + "post_id": 921924, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warning! Reading This May Put You On Hillary\u2019s Hit List\u2014100% Proof Of Something MAJOR!", + "title": "Warning! Reading This May Put You On Hillary\u2019s Hit List\u2014100% Proof Of Something MAJOR!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major" + }, + "entry_id": 649, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 98183964, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53918528, + "voter": "gerard08" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pi96azKI1G8\n\n#wikileaks #assange #lawyer #dead", + "body_length": 78, + "cashout_time": "2016-08-28T16:11:33", + "category": "news", + "children": 1, + "created": "2016-08-21T16:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=pi96azKI1G8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152102492, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wikileaks-julian-assange-lawyer-gets-hit-by-a-train", + "post_id": 921745, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WIKILEAKS JULIAN ASSANGE LAWYER GETS HIT BY A TRAIN!", + "title": "WIKILEAKS JULIAN ASSANGE LAWYER GETS HIT BY A TRAIN!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-julian-assange-lawyer-gets-hit-by-a-train" + }, + "entry_id": 648, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 53931118, + "voter": "jexocuza" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://twitter.com/hautedamn/status/766442356233019392\n\n#detroit #michigan", + "body_length": 75, + "cashout_time": "2016-08-28T16:03:21", + "category": "detroit", + "children": 1, + "created": "2016-08-21T16:03:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"detroit\",\"michigan\"],\"links\":[\"https://twitter.com/hautedamn/status/766442356233019392\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:03:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53931118, + "parent_author": "", + "parent_permlink": "detroit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "driving-through-detroit-at-night", + "post_id": 921658, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Driving through Detroit at night", + "title": "Driving through Detroit at night", + "total_payout_value": "0.000 HBD", + "url": "/detroit/@cryptocurrency1/driving-through-detroit-at-night" + }, + "entry_id": 647, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -508523274, + "rshares": 54985702, + "voter": "tygragra" + }, + { + "percent": "10000", + "reputation": -382224923, + "rshares": 54946562, + "voter": "ducage" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://nypost.com/2016/08/21/american-journalism-is-collapsing-before-our-eyes/\n\n#american #journalism #media #msm", + "body_length": 114, + "cashout_time": "2016-08-28T15:50:15", + "category": "journalism", + "children": 0, + "created": "2016-08-21T15:50:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"journalism\",\"american\",\"media\",\"msm\"],\"links\":[\"http://nypost.com/2016/08/21/american-journalism-is-collapsing-before-our-eyes/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:50:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109932264, + "parent_author": "", + "parent_permlink": "journalism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "american-journalism-is-collapsing-before-our-eyes", + "post_id": 921508, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American journalism is collapsing before our eyes", + "title": "American journalism is collapsing before our eyes", + "total_payout_value": "0.000 HBD", + "url": "/journalism/@cryptocurrency1/american-journalism-is-collapsing-before-our-eyes" + }, + "entry_id": 646, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 3263116250, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 100521677, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54988163, + "voter": "vudolmaran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54932540, + "voter": "gozil" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.\n\nhttp://www.galaxyarmynavy.com/prodimages/17788-big.jpg\n\nhttp://www.ktvz.com/image/view/-/41058152/medRes/2/-/maxh/360/maxw/640/-/9gpyca/-/New-Navy-uniform-JPG.jpg\n\n#us #military #conquered #bilderberg", + "body_length": 316, + "cashout_time": "2016-08-28T09:37:42", + "category": "news", + "children": 2, + "created": "2016-08-21T09:37:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"us\",\"military\",\"conquered\",\"bilderberg\"],\"image\":[\"http://www.galaxyarmynavy.com/prodimages/17788-big.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:37:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3473558630, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered", + "post_id": 918013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.", + "title": "U.S. Military must now proudly wear backward flag on US navy uniform to display a sign of America being conquered.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered" + }, + "entry_id": 645, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 3129927832, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 3123351679, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 318687464222, + "rshares": 88512291, + "voter": "thefeature" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RQA2gnxFisg\n\n#nato #isil #turkey #russia #news", + "body_length": 78, + "cashout_time": "2016-08-28T09:14:12", + "category": "news", + "children": 0, + "created": "2016-08-21T09:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=RQA2gnxFisg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:14:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6341791802, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "nato-compromised-turkey-merges-with-russia", + "post_id": 917865, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NATO Compromised, Turkey Merges With Russia", + "title": "NATO Compromised, Turkey Merges With Russia", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/nato-compromised-turkey-merges-with-russia" + }, + "entry_id": 644, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 861737606263, + "rshares": 8241899864, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 300550721, + "voter": "thealexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wn8ENLwYjeQ\n\nhttp://www.bankofluxemburg.com/headers-static/homehd.jpg\n\nhttps://media.licdn.com/mpr/mpr/shrink_200_200/AAEAAQAAAAAAAARyAAAAJDM0NjczMjdmLWIzZGItNDQzMy1hYzM3LThiNzQ0NDk5MTQ5Zg.png\n\n#illuminati #bilderberg #bank #luxumberg #news", + "body_length": 272, + "cashout_time": "2016-08-28T09:03:00", + "category": "news", + "children": 0, + "created": "2016-08-21T09:03:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=Wn8ENLwYjeQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T09:03:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8542450585, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "william-mount-reports-bank-of-luxemburg-funded-9-11", + "post_id": 917790, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "William Mount reports Bank of Luxemburg funded 9/11", + "title": "William Mount reports Bank of Luxemburg funded 9/11", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/william-mount-reports-bank-of-luxemburg-funded-9-11" + }, + "entry_id": 643, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 638705028, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 24073624840, + "rshares": 2053997676, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 157246914, + "rshares": 55777563, + "voter": "bendjy" + }, + { + "percent": "10000", + "reputation": 138152288926, + "rshares": 55573843, + "voter": "carloseclectic3d" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 88833110, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54994834, + "voter": "whitebrand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53778860, + "voter": "popov5346" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=oJY5owNtbeI\n\n#ukraine #ukrainian #russia #war #news", + "body_length": 83, + "cashout_time": "2016-08-28T01:39:57", + "category": "ukraine", + "children": 0, + "created": "2016-08-21T01:39:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ukraine\"],\"links\":[\"https://www.youtube.com/watch?v=oJY5owNtbeI\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:39:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3001660914, + "parent_author": "", + "parent_permlink": "ukraine", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border", + "post_id": 914545, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Threat Of All Out War With Ukraine As 40,000 Troops Are Posted On Border", + "title": "Threat Of All Out War With Ukraine As 40,000 Troops Are Posted On Border", + "total_payout_value": "0.000 HBD", + "url": "/ukraine/@cryptocurrency1/threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border" + }, + "entry_id": 642, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 605088974, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 1456922840, + "rshares": 56064665, + "voter": "thompsonj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54936001, + "voter": "tojahn" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Flee or Die is the only option the American Patriots Militia Groups left for the 13 inbred Terrorist European Bloodlines (illuminati members/Bilderberg Group's members or employees)\n\nhttp://www.forbes.com/sites/robertwood/2016/05/06/many-americans-renounce-citizenship-even-before-president-trump/#2d02e8212b66\n\nhttp://www.zerohedge.com/news/2016-05-05/number-americans-renouncing-citizenship-just-keeps-going\n\nhttps://www.youtube.com/watch?v=omaFuRVMo6k\n\nhttps://static01.nyt.com/images/2008/11/16/us/16wildfire_600.jpg\n\nhttp://static2.nydailynews.com/polopoly_fs/1.2359285.1442208451!/img/httpImage/image.jpg_gen/derivatives/article_635/488077798.jpg\n\nhttp://static2.nydailynews.com/polopoly_fs/1.2359276.1442208438!/img/httpImage/image.jpg_gen/derivatives/article_635/wildfires15n-15-web.jpg\n\n#illuminati #bilderberg #news", + "body_length": 827, + "cashout_time": "2016-08-27T23:43:09", + "category": "news", + "children": 0, + "created": "2016-08-20T23:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=omaFuRVMo6k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T23:43:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 716089640, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die", + "post_id": 913346, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American Patriots Militia Groups left the 13 inbred Terrorist European Bloodlines a simple choice: Flee or Die.", + "title": "American Patriots Militia Groups left the 13 inbred Terrorist European Bloodlines a simple choice: Flee or Die.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die" + }, + "entry_id": 641, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 957312278, + "voter": "dicov" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bjGV8LFbqAM\n\n#syria #syrian", + "body_length": 59, + "cashout_time": "2016-08-27T20:16:18", + "category": "kids", + "children": 0, + "created": "2016-08-20T20:16:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kids\"],\"links\":[\"https://www.youtube.com/watch?v=bjGV8LFbqAM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T20:16:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 957312278, + "parent_author": "", + "parent_permlink": "kids", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict", + "post_id": 910683, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heartbreaking Footage Of Syrian Boy Draws Fresh Attention To Conflict", + "title": "Heartbreaking Footage Of Syrian Boy Draws Fresh Attention To Conflict", + "total_payout_value": "0.000 HBD", + "url": "/kids/@cryptocurrency1/heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict" + }, + "entry_id": 640, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 55974496, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 100521677, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/02/23/Others/Images/2015-02-23/4604979761424716211.jpg?uuid=DV8HELuKEeSd-wM2bnGa-A\n\nhttps://www.washingtonpost.com/politics/more-than-half-of-clinton-foundations-major-donors-would-be-barred-under-new-rule/2016/08/19/f2d21776-6631-11e6-be4e-23fc4d4d12b4_story.html?hpid=hp_rhp-top-table-main_clintonfoundation-820pm:homepage/story\n\n#clinton #banks #banker #bilderberg", + "body_length": 443, + "cashout_time": "2016-08-27T17:58:36", + "category": "news", + "children": 0, + "created": "2016-08-20T17:58:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"banks\",\"banker\",\"bilderberg\"],\"image\":[\"https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/02/23/Others/Images/2015-02-23/4604979761424716211.jpg?uuid=DV8HELuKEeSd-wM2bnGa-A\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T17:58:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156496173, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "major-banks-fund-hillary-clinton", + "post_id": 908811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Major Banks fund Hillary Clinton", + "title": "Major Banks fund Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/major-banks-fund-hillary-clinton" + }, + "entry_id": 639, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 315272215, + "voter": "bitcoinnational" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=S6k0I4bDc_o\n\n#trump #hollywood #star", + "body_length": 68, + "cashout_time": "2016-08-27T16:52:06", + "category": "star", + "children": 1, + "created": "2016-08-20T16:52:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"star\"],\"links\":[\"https://www.youtube.com/watch?v=S6k0I4bDc_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:52:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 315272215, + "parent_author": "", + "parent_permlink": "star", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-donald-s-hollywood-star-fenced-in", + "post_id": 907920, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Donald\u2019s Hollywood star fenced in", + "title": "The Donald\u2019s Hollywood star fenced in", + "total_payout_value": "0.000 HBD", + "url": "/star/@cryptocurrency1/the-donald-s-hollywood-star-fenced-in" + }, + "entry_id": 638, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 386028449, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 604800890, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52264369, + "voter": "ghost23" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "You can't unsee this: Nude statues of Trump pop up in US cities\nBrought to you by the Illuminati's 'The All seeing eye' \nhttps://www.youtube.com/watch?v=ezQaE1WVW5Q\n\n#trump #nude #illuminati #bilderberg", + "body_length": 203, + "cashout_time": "2016-08-27T14:34:12", + "category": "news", + "children": 1, + "created": "2016-08-20T14:34:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=ezQaE1WVW5Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T14:34:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1043093708, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities", + "post_id": 906037, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "You can't unsee this: Nude statues of Trump pop up in US cities", + "title": "You can't unsee this: Nude statues of Trump pop up in US cities", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities" + }, + "entry_id": 637, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1585884594, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 100521677, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bcnXfYtsQAA\n\n#random #bribe #bribery #cia #iran", + "body_length": 79, + "cashout_time": "2016-08-27T13:49:48", + "category": "cia", + "children": 0, + "created": "2016-08-20T13:49:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cia\"],\"links\":[\"https://www.youtube.com/watch?v=bcnXfYtsQAA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:49:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1686406271, + "parent_author": "", + "parent_permlink": "cia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "state-department-grilled-over-usd400-000-000-usd-to-iran-lie", + "post_id": 905485, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Department Grilled Over $400,000,000 USD to Iran Lie", + "title": "State Department Grilled Over $400,000,000 USD to Iran Lie", + "total_payout_value": "0.000 HBD", + "url": "/cia/@cryptocurrency1/state-department-grilled-over-usd400-000-000-usd-to-iran-lie" + }, + "entry_id": 636, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 100521677, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vkET3ij3iT4\n\n#weed #gmo #marijuana #drug", + "body_length": 72, + "cashout_time": "2016-08-27T13:11:48", + "category": "gmo", + "children": 1, + "created": "2016-08-20T13:11:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gmo\"],\"links\":[\"https://www.youtube.com/watch?v=vkET3ij3iT4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:11:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100521677, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "alex-jones-warns-of-gmo-weaponized-weed", + "post_id": 905137, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ALEX JONES WARNS OF GMO/WEAPONIZED WEED", + "title": "ALEX JONES WARNS OF GMO/WEAPONIZED WEED", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@cryptocurrency1/alex-jones-warns-of-gmo-weaponized-weed" + }, + "entry_id": 635, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 91169321, + "rshares": 51539551, + "voter": "youcan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VN-Sbx77hyg\n\n#jones #maddow #media #msm", + "body_length": 71, + "cashout_time": "2016-08-27T12:27:51", + "category": "maddow", + "children": 0, + "created": "2016-08-20T12:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"maddow\"],\"links\":[\"https://www.youtube.com/watch?v=VN-Sbx77hyg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T12:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51539551, + "parent_author": "", + "parent_permlink": "maddow", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "alex-jones-exposes-rachel-maddow", + "post_id": 904738, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Alex Jones Exposes Rachel Maddow", + "title": "Alex Jones Exposes Rachel Maddow", + "total_payout_value": "0.000 HBD", + "url": "/maddow/@cryptocurrency1/alex-jones-exposes-rachel-maddow" + }, + "entry_id": 634, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 88314897, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vP4xZvtIGj0\n\n#trump #cia #news", + "body_length": 62, + "cashout_time": "2016-08-26T20:39:42", + "category": "news", + "children": 0, + "created": "2016-08-19T20:39:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=vP4xZvtIGj0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:39:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88314897, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-does-not-trust-the-cia", + "post_id": 895527, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump Does Not Trust The CIA", + "title": "Trump Does Not Trust The CIA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-does-not-trust-the-cia" + }, + "entry_id": 633, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 104954422, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 85990821, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UulOCaXrM8w\n\n#clinton #king #queen", + "body_length": 66, + "cashout_time": "2016-08-26T20:30:42", + "category": "queen", + "children": 0, + "created": "2016-08-19T20:30:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"queen\"],\"links\":[\"https://www.youtube.com/watch?v=UulOCaXrM8w\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:30:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 190945243, + "parent_author": "", + "parent_permlink": "queen", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-clintons-think-they-re-king-and-queen-of-the-world", + "post_id": 895418, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Clintons Think They're King And Queen Of The World", + "title": "The Clintons Think They're King And Queen Of The World", + "total_payout_value": "0.000 HBD", + "url": "/queen/@cryptocurrency1/the-clintons-think-they-re-king-and-queen-of-the-world" + }, + "entry_id": 632, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1443297508, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I went to Pita Inn yesterday. \n\nhttps://dcf54aygx3v5e.cloudfront.net/fac7232f-1b5f-434c-ba49-99be850a5a91/f7e83d0c-e661-4645-ba9b-ca1831d7fecf.jpg\n\n#restaurant #pita #inn", + "body_length": 170, + "cashout_time": "2016-08-26T12:30:03", + "category": "restaurant", + "children": 0, + "created": "2016-08-19T12:30:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"restaurant\",\"pita\",\"inn\"],\"image\":[\"https://dcf54aygx3v5e.cloudfront.net/fac7232f-1b5f-434c-ba49-99be850a5a91/f7e83d0c-e661-4645-ba9b-ca1831d7fecf.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:30:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1443297508, + "parent_author": "", + "parent_permlink": "restaurant", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pita-inn", + "post_id": 888013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pita Inn", + "title": "Pita Inn", + "total_payout_value": "0.000 HBD", + "url": "/restaurant/@cryptocurrency1/pita-inn" + }, + "entry_id": 631, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1472163458, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 79018592, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 169142890714, + "rshares": 56216777, + "voter": "sezi2u" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Jp7RI9WTK5o\n\n#secret #service #agent", + "body_length": 68, + "cashout_time": "2016-08-26T12:22:45", + "category": "agent", + "children": 0, + "created": "2016-08-19T12:22:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"agent\"],\"links\":[\"https://www.youtube.com/watch?v=Jp7RI9WTK5o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:22:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1607398827, + "parent_author": "", + "parent_permlink": "agent", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "secret-service-agent-talks-about-why-agents-are-speaking-out", + "post_id": 887933, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Secret Service Agent Talks About Why Agents Are Speaking Out", + "title": "Secret Service Agent Talks About Why Agents Are Speaking Out", + "total_payout_value": "0.000 HBD", + "url": "/agent/@cryptocurrency1/secret-service-agent-talks-about-why-agents-are-speaking-out" + }, + "entry_id": 630, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 1102325442, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 137599955875, + "rshares": 90009092, + "voter": "elvyraloca" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 76694516, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 45888815550, + "rshares": 57591825, + "voter": "justme" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Era of 'The Bitch' Is Coming\nhttp://www.theatlantic.com/politics/archive/2016/08/the-era-of-the-bitch-is-coming/496154/\n\nhttps://cdn.theatlantic.com/assets/media/img/mt/2016/08/AP_16223659259659/lead_960.jpg?1471370134\n\n#atlantic #magazine #clinton", + "body_length": 252, + "cashout_time": "2016-08-26T03:59:45", + "category": "magazine", + "children": 0, + "created": "2016-08-19T03:59:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"magazine\",\"atlantic\",\"clinton\"],\"links\":[\"http://www.theatlantic.com/politics/archive/2016/08/the-era-of-the-bitch-is-coming/496154/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:59:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1326620875, + "parent_author": "", + "parent_permlink": "magazine", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-atlantic-magazine-called-hillary-clinton-a-bitch", + "post_id": 883064, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Atlantic magazine called Hillary Clinton a bitch", + "title": "The Atlantic magazine called Hillary Clinton a bitch", + "total_payout_value": "0.000 HBD", + "url": "/magazine/@cryptocurrency1/the-atlantic-magazine-called-hillary-clinton-a-bitch" + }, + "entry_id": 629, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 191689776, + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 346434519, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 100594521, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 1362597528, + "rshares": 54002211, + "voter": "annasophia" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=vFmslhzLSxs\n\n#clinton #republican #perjury", + "body_length": 74, + "cashout_time": "2016-08-25T16:43:06", + "category": "republican", + "children": 0, + "created": "2016-08-18T16:43:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"republican\"],\"links\":[\"https://www.youtube.com/watch?v=vFmslhzLSxs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:43:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 692721027, + "parent_author": "", + "parent_permlink": "republican", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "republicans-call-for-perjury-charges-against-clinton-over-emails", + "post_id": 873468, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Republicans call for perjury charges against Clinton over emails", + "title": "Republicans call for perjury charges against Clinton over emails", + "total_payout_value": "0.000 HBD", + "url": "/republican/@cryptocurrency1/republicans-call-for-perjury-charges-against-clinton-over-emails" + }, + "entry_id": 628, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 412085238059, + "rshares": 70508322, + "voter": "themagus" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=f93asEI5n6k\n\n#scammers #scam #money", + "body_length": 67, + "cashout_time": "2016-08-25T15:20:15", + "category": "money", + "children": 0, + "created": "2016-08-18T15:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=f93asEI5n6k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70508322, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-horrible-scammers-who-faked-their-sickness-for-money", + "post_id": 872154, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Horrible Scammers Who Faked Their Sickness for Money", + "title": "10 Horrible Scammers Who Faked Their Sickness for Money", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/10-horrible-scammers-who-faked-their-sickness-for-money" + }, + "entry_id": 627, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1114849518, + "voter": "bitland" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i3.mirror.co.uk/incoming/article8637673.ece/ALTERNATES/s615/PAY-coffins.jpg\n\nhttp://www.mirror.co.uk/news/world-news/worse-hurricane-katrina-coffins-float-8637663\n\n#dead #coffin #death", + "body_length": 191, + "cashout_time": "2016-08-25T14:57:24", + "category": "coffin", + "children": 1, + "created": "2016-08-18T14:57:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"coffin\",\"dead\",\"death\"],\"image\":[\"http://i3.mirror.co.uk/incoming/article8637673.ece/ALTERNATES/s615/PAY-coffins.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:57:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1114849518, + "parent_author": "", + "parent_permlink": "coffin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-dead-rises", + "post_id": 871823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dead Rises", + "title": "The Dead Rises", + "total_payout_value": "0.000 HBD", + "url": "/coffin/@cryptocurrency1/the-dead-rises" + }, + "entry_id": 626, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i2.mirror.co.uk/incoming/article8654856.ece/ALTERNATES/s615b/Mystery-satanic-human-sacrifice-video-spooks-scientists-working-at-worlds-biggest-particle-collider-CERN.jpg\n\nhttp://www.mirror.co.uk/news/weird-news/chilling-satanic-human-sacrifice-video-8655022\n\n#cern #news #hadron #collider", + "body_length": 295, + "cashout_time": "2016-08-25T14:32:30", + "category": "cern", + "children": 0, + "created": "2016-08-18T14:32:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cern\",\"news\",\"hadron\",\"collider\"],\"image\":[\"http://i2.mirror.co.uk/incoming/article8654856.ece/ALTERNATES/s615b/Mystery-satanic-human-sacrifice-video-spooks-scientists-working-at-worlds-biggest-particle-collider-CERN.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:32:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cern", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "human-sacrifice-video-at-cern", + "post_id": 871470, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Human Sacrifice Video at CERN", + "title": "Human Sacrifice Video at CERN", + "total_payout_value": "0.000 HBD", + "url": "/cern/@cryptocurrency1/human-sacrifice-video-at-cern" + }, + "entry_id": 625, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=db3ky7EyX-U\n\n#militia #news", + "body_length": 59, + "cashout_time": "2016-08-25T14:23:36", + "category": "militia", + "children": 0, + "created": "2016-08-18T14:23:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"militia\"],\"links\":[\"https://www.youtube.com/watch?v=db3ky7EyX-U\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:23:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "militia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "militias-in-the-us", + "post_id": 871353, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Militias in the US", + "title": "Militias in the US", + "total_payout_value": "0.000 HBD", + "url": "/militia/@cryptocurrency1/militias-in-the-us" + }, + "entry_id": 624, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 21921694006, + "rshares": 124384141, + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 78520035785, + "rshares": 57001118, + "voter": "pierce-the-veil" + }, + { + "percent": "10000", + "reputation": 3032920277, + "rshares": 51394338, + "voter": "ms-awareness" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=H7PuQ-7VCGs\n\n#fbi #clinton #congress", + "body_length": 68, + "cashout_time": "2016-08-25T14:05:42", + "category": "congress", + "children": 0, + "created": "2016-08-18T14:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"congress\"],\"links\":[\"https://www.youtube.com/watch?v=H7PuQ-7VCGs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 232779597, + "parent_author": "", + "parent_permlink": "congress", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fbi-releases-redacted-clinton-notes-to-congress", + "post_id": 871089, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FBI RELEASES REDACTED CLINTON NOTES TO CONGRESS", + "title": "FBI RELEASES REDACTED CLINTON NOTES TO CONGRESS", + "total_payout_value": "0.000 HBD", + "url": "/congress/@cryptocurrency1/fbi-releases-redacted-clinton-notes-to-congress" + }, + "entry_id": 623, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1274105262, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 41188539478, + "rshares": 426936350, + "voter": "aviator" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 55942085, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 769504542, + "voter": "matthewtiii" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RB0mdBnRpdg\n\n#illuminati #bilderberg #blm #news", + "body_length": 79, + "cashout_time": "2016-08-25T13:39:24", + "category": "news", + "children": 1, + "created": "2016-08-18T13:39:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=RB0mdBnRpdg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:39:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2526488239, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "george-soros-usd650k-to-black-lives-matter", + "post_id": 870706, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros: $650k to Black Lives Matter", + "title": "George Soros: $650k to Black Lives Matter", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-usd650k-to-black-lives-matter" + }, + "entry_id": 622, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1408912469, + "voter": "rubenalexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://fm.cnbc.com/applications/cnbc.com/resources/img/editorial/2016/08/17/103875384-Capture.530x298.JPG?v=1471445740\n\nhttp://www.cnet.com/news/forget-self-driving-cars-how-about-a-self-flying-taxi/\nhttp://www.cnbc.com/2016/08/17/airbus-to-test-driverless-flying-taxis-in-2017.html\n\n#flying #airbus #taxi #fly", + "body_length": 310, + "cashout_time": "2016-08-25T12:56:33", + "category": "taxi", + "children": 0, + "created": "2016-08-18T12:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"taxi\",\"flying\",\"airbus\",\"fly\"],\"image\":[\"http://fm.cnbc.com/applications/cnbc.com/resources/img/editorial/2016/08/17/103875384-Capture.530x298.JPG?v=1471445740\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:56:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1408912469, + "parent_author": "", + "parent_permlink": "taxi", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "self-flying-taxi", + "post_id": 870048, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Self flying taxi", + "title": "Self flying taxi", + "total_payout_value": "0.000 HBD", + "url": "/taxi/@cryptocurrency1/self-flying-taxi" + }, + "entry_id": 621, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2250723902, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1140548189, + "voter": "rubenalexander" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.clintonfoundation.org/sites/all/themes/custom/cf/cf-logo-big.png\n\nhttp://www.reuters.com/article/us-usa-cyber-democrats-idUSKCN10T01G\n\n#clinton #charity #foundation", + "body_length": 175, + "cashout_time": "2016-08-25T10:35:57", + "category": "charity", + "children": 0, + "created": "2016-08-18T10:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"charity\",\"clinton\",\"foundation\"],\"image\":[\"http://www.clintonfoundation.org/sites/all/themes/custom/cf/cf-logo-big.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T10:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3391272091, + "parent_author": "", + "parent_permlink": "charity", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "clinton-foundation-hacked", + "post_id": 868492, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton foundation hacked?", + "title": "Clinton foundation hacked?", + "total_payout_value": "0.000 HBD", + "url": "/charity/@cryptocurrency1/clinton-foundation-hacked" + }, + "entry_id": 620, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55608355, + "voter": "runridefly" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "\u201cIt hit hard, it hit fast \u2014 it hit with an intensity that we haven\u2019t seen before,\u201d San Bernardino County Fire Chief Mark Hartwig said.\n\nhttp://www.latimes.com/local/lanow/la-me-ln-blue-cut-fire-20160816-snap-story.html\n\n#san #bernadino #cajon #pass", + "body_length": 248, + "cashout_time": "2016-08-25T06:36:06", + "category": "california", + "children": 0, + "created": "2016-08-18T06:36:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"california\",\"san\",\"bernadino\",\"cajon\",\"pass\"],\"links\":[\"http://www.latimes.com/local/lanow/la-me-ln-blue-cut-fire-20160816-snap-story.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T06:36:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55608355, + "parent_author": "", + "parent_permlink": "california", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass", + "post_id": 866513, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Homes burn, thousands flee as out-of-control brush fire chars more than 25,600 acres in Cajon Pass", + "title": "Homes burn, thousands flee as out-of-control brush fire chars more than 25,600 acres in Cajon Pass", + "total_payout_value": "0.000 HBD", + "url": "/california/@cryptocurrency1/homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass" + }, + "entry_id": 619, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 54569798, + "voter": "lindasteel" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Department of Commerce is set to hand off the final vestiges of American control over the Internet to international authorities in less than two months, officials have confirmed.\n\nThe department will finalize the transition effective Oct. 1, Assistant Secretary Lawrence Strickling wrote on Tuesday, barring what he called \"any significant impediment.\"\n\nThe move means the Internet Assigned Numbers Authority, which is responsible for interpreting numerical addresses on the Web to a readable language, will move from U.S. control to the Internet Corporation for Assigned Names and Numbers, a multistakeholder body that includes countries like China and Russia.\n\nCritics of the move, most prominently Texas Republican Sen. Ted Cruz, have pointed out the agency could be used by totalitarian governments to shut down the Web around the globe, either in whole or in part.\n\nOpponents similarly made the case that Congress has passed legislation to prohibit the federal government from using tax dollars to allow the transition, and pointed out that the feds are constitutionally prohibited from transferring federal property without approval from Congress. A coalition of 25 advocacy groups like Americans for Tax Reform, the Competitive Enterprise Institute, and Heritage Action sent a letter to Congress making those points last week.\n\nWhile those issues could, in theory, lead to a legal challenge being filed in the days following the transfer, the administration has expressed a desire to finish it before the president leaves office, a position that Strickling reiterated.\n\n\"This multistakeholder model is the key reason why the Internet has grown and thrived as a dynamic platform for innovation, economic growth and free expression,\" Strickling wrote. \"We appreciate the hard work and dedication of all the stakeholders involved in this effort and look forward to their continuing engagement.\"\n\nhttp://www.washingtonexaminer.com/america-to-hand-off-internet-in-under-two-months/article/2599521\n\n#internet #technology #censorship #news", + "body_length": 2043, + "cashout_time": "2016-08-24T13:51:48", + "category": "news", + "children": 1, + "created": "2016-08-17T13:51:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"internet\",\"technology\",\"censorship\"],\"links\":[\"http://www.washingtonexaminer.com/america-to-hand-off-internet-in-under-two-months/article/2599521\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T13:51:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54569798, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-america-to-hand-off-internet-in-under-two-months", + "post_id": 852816, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: America to hand off Internet in under two months", + "title": "BREAKING NEWS: America to hand off Internet in under two months", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-america-to-hand-off-internet-in-under-two-months" + }, + "entry_id": 618, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=DjlHid1doSA\n\n#garden #gardening #revenge #yard", + "body_length": 78, + "cashout_time": "2016-08-24T08:09:27", + "category": "fun", + "children": 0, + "created": "2016-08-17T08:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fun\"],\"links\":[\"https://www.youtube.com/watch?v=DjlHid1doSA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "fun", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-greatest-acts-of-revenge-on-people-ever", + "post_id": 849018, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Greatest Acts of Revenge On People Ever", + "title": "The Greatest Acts of Revenge On People Ever", + "total_payout_value": "0.000 HBD", + "url": "/fun/@cryptocurrency1/the-greatest-acts-of-revenge-on-people-ever" + }, + "entry_id": 617, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 60688184, + "voter": "vishal1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines\n\nIt's never safe for them here in America. The American people only welcome the death of those 13 inbred Terrorist European Bloodlines.\n\nhttps://www.youtube.com/watch?v=-0CY4ImxO2s\n\n#illuminati #bilderberg #inbred #european #war", + "body_length": 352, + "cashout_time": "2016-08-24T04:17:27", + "category": "news", + "children": 0, + "created": "2016-08-17T04:17:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=-0CY4ImxO2s\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60688184, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines", + "post_id": 846899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines", + "title": "American Patriots Militia Groups continue to send out loud and clear message to the 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 616, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 15769052902, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 145684441672, + "rshares": 125446887, + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 965303906571, + "rshares": 21375550878, + "voter": "jimmco" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 75287411, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-tjxWsda0TI\n\n#nsa #hacking #hacker #technology", + "body_length": 78, + "cashout_time": "2016-08-24T04:03:48", + "category": "news", + "children": 0, + "created": "2016-08-17T04:03:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=-tjxWsda0TI\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:03:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37345338078, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.021 HBD", + "percent_hbd": 10000, + "permlink": "shadow-brokers-auctioning-off-nsa-hacking-tools", + "post_id": 846775, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u2018Shadow Brokers\u2019 auctioning off NSA hacking tools", + "title": "\u2018Shadow Brokers\u2019 auctioning off NSA hacking tools", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/shadow-brokers-auctioning-off-nsa-hacking-tools" + }, + "entry_id": 615, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 91257468, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 59961867, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=V-BbeMBOI7Q\n\n#illuminati #bilderberg #group #nwo", + "body_length": 80, + "cashout_time": "2016-08-23T17:58:21", + "category": "news", + "children": 1, + "created": "2016-08-16T17:58:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=V-BbeMBOI7Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:58:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151219335, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-illuminati-and-the-council-of-13", + "post_id": 838278, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Illuminati And The Council Of 13", + "title": "The Illuminati And The Council Of 13", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-illuminati-and-the-council-of-13" + }, + "entry_id": 614, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 58088059, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-9zcSb23Eig\n\n#illuminati #bilderberg #group #nwo", + "body_length": 80, + "cashout_time": "2016-08-23T17:26:09", + "category": "news", + "children": 0, + "created": "2016-08-16T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=-9zcSb23Eig\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:26:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58088059, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-dead-rise-in-louisiana", + "post_id": 837671, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dead Rise In Louisiana", + "title": "The Dead Rise In Louisiana", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-dead-rise-in-louisiana" + }, + "entry_id": 613, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 37569637621, + "rshares": 240526720, + "voter": "zizelevak" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 591701440, + "voter": "bitland" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "China's launch of the first quantum satellite Tuesday will push forward efforts to develop the ability to send communications that can't be penetrated by hackers, experts said.\n\nhttp://bigstory.ap.org/article/533a4f56ef664f8081a4bbb4aed00f79/chinas-launch-quantum-satellite-major-step-space-race\n\n#china #space #satellite", + "body_length": 321, + "cashout_time": "2016-08-23T13:44:48", + "category": "technology", + "children": 0, + "created": "2016-08-16T13:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"china\",\"space\",\"satellite\"],\"links\":[\"http://bigstory.ap.org/article/533a4f56ef664f8081a4bbb4aed00f79/chinas-launch-quantum-satellite-major-step-space-race\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T13:44:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 832228160, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "china-s-launch-of-quantum-satellite-major-step-in-space-race", + "post_id": 834286, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China's launch of quantum satellite major step in space race", + "title": "China's launch of quantum satellite major step in space race", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/china-s-launch-of-quantum-satellite-major-step-in-space-race" + }, + "entry_id": 612, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1296130683, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 256312108, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 82131721, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 51654452, + "voter": "whatsup" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kVDRuMO_xsM\n\n#deutsche #bank #dangerous #mafi #imf", + "body_length": 82, + "cashout_time": "2016-08-23T08:26:15", + "category": "news", + "children": 0, + "created": "2016-08-16T08:26:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=kVDRuMO_xsM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T08:26:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1686228964, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "deutsche-bank-is-the-most-dangerous-bank-in-the-world", + "post_id": 831040, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank is the most dangerous bank in the world", + "title": "Deutsche Bank is the most dangerous bank in the world", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/deutsche-bank-is-the-most-dangerous-bank-in-the-world" + }, + "entry_id": 611, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 253983056, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": -51683826049, + "rshares": 56531984, + "voter": "moonman" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://media.navigatored.com/images/940*627/bitcoin+sign.jpg\n\nSome say there's really no downside to accepting Bitcoin if converting to cash via a service; it's just being flexible.\n\nhttp://www.govtech.com/dc/articles/Portsmouth-NH-Businesses-Begin-Accepting-Bitcoin-Cryptocurrency-.html\n\n#bitcoin #btc #cryptocurrency", + "body_length": 318, + "cashout_time": "2016-08-23T06:22:12", + "category": "bitcoin", + "children": 0, + "created": "2016-08-16T06:22:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"btc\",\"cryptocurrency\"],\"image\":[\"http://media.navigatored.com/images/940*627/bitcoin+sign.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T06:22:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 310515040, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency", + "post_id": 830114, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Portsmouth, N.H., Businesses Begin Accepting Bitcoin Cryptocurrency", + "title": "Portsmouth, N.H., Businesses Begin Accepting Bitcoin Cryptocurrency", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency" + }, + "entry_id": 610, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 5163259581, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 82131721, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 2574099, + "rshares": 54854225, + "voter": "renrenbryson" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "PDF files:\nhttp://soros.dcleaks.com/\n\nhttp://soros.dcleaks.com/static/soros_index.jpg\n\n#soros #wikileaks #news #hackers #hacking", + "body_length": 128, + "cashout_time": "2016-08-23T05:00:57", + "category": "news", + "children": 0, + "created": "2016-08-16T05:00:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"soros\",\"wikileaks\",\"hackers\",\"hacking\"],\"links\":[\"http://soros.dcleaks.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T05:00:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5300245527, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "george-soros-hacked-pdf-files-released-all-over-the-internet", + "post_id": 829368, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros Hacked! PDF files released all over the internet", + "title": "George Soros Hacked! PDF files released all over the internet", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-hacked-pdf-files-released-all-over-the-internet" + }, + "entry_id": 609, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5wxd0a4aH4Y\n\n#clinton #secret #service #cia #nsa", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-16T04:29:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=5wxd0a4aH4Y\"]}", + "last_payout": "2016-09-15T16:29:15", + "last_update": "2016-08-16T04:29:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "secret-service-confrim-hillary-is-sick", + "post_id": 829079, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SECRET SERVICE CONFRIM HILLARY IS SICK", + "title": "SECRET SERVICE CONFRIM HILLARY IS SICK", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/secret-service-confrim-hillary-is-sick" + }, + "entry_id": 608, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1417716803, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 3829454717, + "voter": "spookypooky" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Imagine this:\nA person caught a Pokemon and sell them for 0.0003526 BTC\n\nPeople who collects Pokemon can buy them on the online marketplace.\n\n#pokemon #pokemon-go #btc #bitcoin #cryptocurrency", + "body_length": 192, + "cashout_time": "2016-08-23T02:13:57", + "category": "pokemon", + "children": 2, + "created": "2016-08-16T02:13:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pokemon\",\"pokemon-go\",\"btc\",\"bitcoin\",\"cryptocurrency\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T02:13:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5247171520, + "parent_author": "", + "parent_permlink": "pokemon", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins", + "post_id": 827704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What if POKEMON GO let people sell the pokemons they caught for fraction of Bitcoins?", + "title": "What if POKEMON GO let people sell the pokemons they caught for fraction of Bitcoins?", + "total_payout_value": "0.000 HBD", + "url": "/pokemon/@cryptocurrency1/what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins" + }, + "entry_id": 607, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "0", + "reputation": 642608867428, + "rshares": 103265191, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 82131721, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wuKCaPm7u8M\n\n#elite #bilderberg #trump #clinton", + "body_length": 79, + "cashout_time": "2016-08-23T01:53:45", + "category": "news", + "children": 1, + "created": "2016-08-16T01:53:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=wuKCaPm7u8M\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T01:53:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 185396912, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary", + "post_id": 827501, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "INSIDER: ELITE WANT TO BLAME TRUMP FOR FALSE FLAG ASSASSINATION ATTEMPT ON HILLARY", + "title": "INSIDER: ELITE WANT TO BLAME TRUMP FOR FALSE FLAG ASSASSINATION ATTEMPT ON HILLARY", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary" + }, + "entry_id": 606, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 90997837, + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 325308438373, + "rshares": 207063330, + "voter": "wizwom" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LddOP6N5cE0\n\n#strange #people #health", + "body_length": 69, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-08-15T10:15:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\"],\"links\":[\"https://www.youtube.com/watch?v=LddOP6N5cE0\"]}", + "last_payout": "2016-09-14T22:24:09", + "last_update": "2016-08-15T10:15:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 298061167, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-strange-things-found-growing-inside-people", + "post_id": 814529, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Strange Things Found Growing Inside People", + "title": "10 Strange Things Found Growing Inside People", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/10-strange-things-found-growing-inside-people" + }, + "entry_id": 605, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1472163458, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92251093, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78520035785, + "rshares": 57454686, + "voter": "pierce-the-veil" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xBeQvpFTvqU\n\n#assange #wikileaks #tpp #fascists", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T10:02:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=xBeQvpFTvqU\"]}", + "last_payout": "2016-09-14T22:03:48", + "last_update": "2016-08-15T10:02:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1621869237, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives", + "post_id": 814400, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WikiLeaks' Assange - TPP Not Only Trade, 83% Is Fascists Controlling Our Daily Lives", + "title": "WikiLeaks' Assange - TPP Not Only Trade, 83% Is Fascists Controlling Our Daily Lives", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives" + }, + "entry_id": 604, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1443297508, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 226962505, + "rshares": 126111660, + "voter": "sarancha80" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lPGBrB94FtI\n\n#trump #clinton #rigged #fraud #election", + "body_length": 85, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T08:16:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=lPGBrB94FtI\"]}", + "last_payout": "2016-09-14T20:18:54", + "last_update": "2016-08-15T08:16:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1569409168, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "donald-trump-wants-you-to-monitor-rigged-u-s-election", + "post_id": 813430, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump wants you to monitor rigged U.S. election", + "title": "Donald Trump wants you to monitor rigged U.S. election", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/donald-trump-wants-you-to-monitor-rigged-u-s-election" + }, + "entry_id": 603, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1472163458, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 73338073, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 2449923, + "rshares": 52985928, + "voter": "silkin13" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WkJNK0-LlR0\n\n#soros #blm #black #power #panther", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-15T07:51:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=WkJNK0-LlR0\"]}", + "last_payout": "2016-09-14T20:49:18", + "last_update": "2016-08-15T07:51:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1598487459, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "george-soros-is-setting-up-black-americans", + "post_id": 813220, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros Is Setting Up Black Americans", + "title": "George Soros Is Setting Up Black Americans", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/george-soros-is-setting-up-black-americans" + }, + "entry_id": 602, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I'm currently in the process of powering down steem power and pulling out of steem.\n\n#steem #steemit #news", + "body_length": 106, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-08-15T06:30:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"news\"]}", + "last_payout": "2016-09-14T18:58:03", + "last_update": "2016-08-15T06:30:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "powering-down", + "post_id": 812524, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Powering down", + "title": "Powering down", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/powering-down" + }, + "entry_id": 601, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 67391743, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54047253, + "voter": "michaelburgess" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=HOT4yBZ1v94\n\n#biden #trump #guns", + "body_length": 64, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T04:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=HOT4yBZ1v94\"]}", + "last_payout": "2016-09-14T17:14:48", + "last_update": "2016-08-15T04:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 121438996, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment", + "post_id": 811462, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Joe Biden Agrees With Donald Trump Statement On 2nd Amendment", + "title": "Joe Biden Agrees With Donald Trump Statement On 2nd Amendment", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment" + }, + "entry_id": 600, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 62736244, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 73338073, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Oj4VJ7TU_cE\n\n#milwaukee #fema #martial #law", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-15T03:20:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=Oj4VJ7TU_cE\"]}", + "last_payout": "2016-09-14T16:13:54", + "last_update": "2016-08-15T03:20:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 136074317, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here", + "post_id": 810524, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "National Guard ACTIVATED In Milwaukee And America! State Of Emergency Issued! IT\u2019S HERE!!!", + "title": "National Guard ACTIVATED In Milwaukee And America! State Of Emergency Issued! IT\u2019S HERE!!!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here" + }, + "entry_id": 599, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 254878285, + "voter": "illlefr4u" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U7LB0l-oxjM\n\n#illuminati #symbolism", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-08-15T01:22:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=U7LB0l-oxjM\"]}", + "last_payout": "2016-09-14T13:24:24", + "last_update": "2016-08-15T01:22:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 254878285, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism", + "post_id": 808853, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Vanessa Marcotte Princeton, Evil Murder Rev 911 WW3 Illuminati Freemason SYmbolism", + "title": "Vanessa Marcotte Princeton, Evil Murder Rev 911 WW3 Illuminati Freemason SYmbolism", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism" + }, + "entry_id": 598, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 2618281142, + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 79024027, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VQKHmvgMtFc\n\n#assange", + "body_length": 53, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 1, + "created": "2016-08-14T18:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https://www.youtube.com/watch?v=VQKHmvgMtFc\"]}", + "last_payout": "2016-09-14T06:32:45", + "last_update": "2016-08-14T18:17:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2697305169, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "roger-stone-hacked-after-talking-to-assange", + "post_id": 802337, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGER STONE HACKED AFTER TALKING TO ASSANGE", + "title": "ROGER STONE HACKED AFTER TALKING TO ASSANGE", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/roger-stone-hacked-after-talking-to-assange" + }, + "entry_id": 597, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 80999627, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xcAh-saF2sc\n\n#celebrity #illuminati #music", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "celebrity", + "children": 1, + "created": "2016-08-14T15:25:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"celebrity\"],\"links\":[\"https://www.youtube.com/watch?v=xcAh-saF2sc\"]}", + "last_payout": "2016-09-14T04:29:48", + "last_update": "2016-08-14T15:25:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80999627, + "parent_author": "", + "parent_permlink": "celebrity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "katy-perry-satanic-illuminati-witch-exposed", + "post_id": 799714, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KATY PERRY SATANIC ILLUMINATI WITCH EXPOSED", + "title": "KATY PERRY SATANIC ILLUMINATI WITCH EXPOSED", + "total_payout_value": "0.000 HBD", + "url": "/celebrity/@cryptocurrency1/katy-perry-satanic-illuminati-witch-exposed" + }, + "entry_id": 596, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4443765460, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 1708267266, + "rshares": 124172784, + "voter": "stepa" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Do you think someone will soon create a blockchain that let people tweet similar to twitter, but get pay to tweet?\n\n#twitter #tweet #steem #steemit", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "twitter", + "children": 0, + "created": "2016-08-14T14:18:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"twitter\",\"tweet\",\"steem\",\"steemit\"]}", + "last_payout": "2016-09-14T02:49:54", + "last_update": "2016-08-14T14:18:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4567938244, + "parent_author": "", + "parent_permlink": "twitter", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "get-pay-to-tweet", + "post_id": 798717, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Get pay to tweet", + "title": "Get pay to tweet", + "total_payout_value": "0.000 HBD", + "url": "/twitter/@cryptocurrency1/get-pay-to-tweet" + }, + "entry_id": 595, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 169142890714, + "rshares": 57387960, + "voter": "sezi2u" + }, + { + "percent": "10000", + "reputation": 630212931199, + "rshares": 53280486, + "voter": "jiacyhb" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# The Zika virus is carried and spread by mosquitoes\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002401816663-e1469801066671.jpg?w=960\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/nintchdbpict000256188350.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1604764/official-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico/\n\n#zika #virus #cdc #health #news", + "body_length": 401, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-14T13:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"zika\",\"virus\",\"cdc\",\"health\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002401816663-e1469801066671.jpg?w=960\"]}", + "last_payout": "2016-09-14T01:42:30", + "last_update": "2016-08-14T13:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 110668446, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico", + "post_id": 798222, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'ONE IN FOUR WILL HAVE ZIKA' Officials warn of rampant spread of \u2018head-shrinking\u2019 virus in US territory Puerto Rico", + "title": "'ONE IN FOUR WILL HAVE ZIKA' Officials warn of rampant spread of \u2018head-shrinking\u2019 virus in US territory Puerto Rico", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico" + }, + "entry_id": 594, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1469724738, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I found a discussion thread on bitcointalk about Steem being a pyramid scheme.\nhttps://bitcointalk.org/index.php?topic=1558366.0\n\nOne thing I can tell you all is this:\nAll cryptocurrencies are pyramid schemes. Be happy that you can post whatever you want and it goes on the block chain forever. Don't pay attention to making money on Steemit.com just focus on your writing and know that it goes on the blockchain forever and no one can block your post. You are always free to share your opinions. No one can delete your post.\n\n#steemit #steem #cryptocurrency", + "body_length": 558, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-08-14T07:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"cryptocurrency\"],\"links\":[\"https://bitcointalk.org/index.php?topic=1558366.0\"]}", + "last_payout": "2016-09-14T04:41:33", + "last_update": "2016-08-14T07:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1469724738, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-pyramid-scheme-revealed", + "post_id": 795510, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem pyramid scheme revealed", + "title": "Steem pyramid scheme revealed", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-pyramid-scheme-revealed" + }, + "entry_id": 593, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 45439132822, + "rshares": 54612745, + "voter": "malxdrakon" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 64869262, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=yTHkMKBFPKI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "cops", + "children": 4, + "created": "2016-08-14T07:25:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cops\"],\"links\":[\"https://www.youtube.com/watch?v=yTHkMKBFPKI\"]}", + "last_payout": "2016-09-13T23:02:12", + "last_update": "2016-08-14T07:25:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119482007, + "parent_author": "", + "parent_permlink": "cops", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop", + "post_id": 795472, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2016 Violence in Milwaukee after cop kills man during traffic stop", + "title": "2016 Violence in Milwaukee after cop kills man during traffic stop", + "total_payout_value": "0.000 HBD", + "url": "/cops/@cryptocurrency1/2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop" + }, + "entry_id": 592, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 13902969318, + "rshares": 58711384, + "voter": "da99er" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 81126473, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 64869262, + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 2429002800, + "rshares": 51315736, + "voter": "pirzada" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5F6co1cQ9MU\n\n#illuminati #jews #zionist", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "jews", + "children": 1, + "created": "2016-08-14T05:48:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jews\"],\"links\":[\"https://www.youtube.com/watch?v=5F6co1cQ9MU\"]}", + "last_payout": "2016-09-13T20:03:06", + "last_update": "2016-08-14T05:48:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256022855, + "parent_author": "", + "parent_permlink": "jews", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop", + "post_id": 794855, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big L murder solved, exposing 'The Synagogue of Satan', the false Jews who run commercial hip-hop", + "title": "Big L murder solved, exposing 'The Synagogue of Satan', the false Jews who run commercial hip-hop", + "total_payout_value": "0.000 HBD", + "url": "/jews/@cryptocurrency1/big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop" + }, + "entry_id": 591, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1456922840, + "rshares": 57208842, + "voter": "thompsonj" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 64869262, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0ntXfFTalqY\n\n#illuminati #bilderberg #usd #symbolism", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 0, + "created": "2016-08-14T05:09:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"links\":[\"https://www.youtube.com/watch?v=0ntXfFTalqY\"]}", + "last_payout": "2016-09-13T21:27:39", + "last_update": "2016-08-14T05:09:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122078104, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight", + "post_id": 794607, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.S. dollar bill & Bavarian Illuminati symbolsim hidden in plain sight", + "title": "U.S. dollar bill & Bavarian Illuminati symbolsim hidden in plain sight", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight" + }, + "entry_id": 590, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7049080743, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 2272340357792, + "rshares": 209367804855, + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 199829197492, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 358941796, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1469724738, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 64869262, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# If price is in a downtrend, draw from lowest price point to highest price point.\nhttps://www.steemimg.com/images/2016/08/13/downtrend475881.png\n\n# If price is in an uptrend, draw from highest price point to lowest price point.\nhttps://www.steemimg.com/images/2016/08/13/uptrend24cfbc.png\n\n#technical #analysis #fibonacci #retracement", + "body_length": 335, + "cashout_time": "1969-12-31T23:59:59", + "category": "fibonacci", + "children": 5, + "created": "2016-08-14T04:54:21", + "curator_payout_value": "0.006 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fibonacci\",\"technical\",\"analysis\",\"retracement\"],\"image\":[\"https://www.steemimg.com/images/2016/08/13/downtrend475881.png\"]}", + "last_payout": "2016-09-13T19:16:45", + "last_update": "2016-08-14T04:54:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 418139618886, + "parent_author": "", + "parent_permlink": "fibonacci", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-draw-fibonacci-levels", + "post_id": 794500, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to draw Fibonacci Levels", + "title": "How to draw Fibonacci Levels", + "total_payout_value": "0.028 HBD", + "url": "/fibonacci/@cryptocurrency1/how-to-draw-fibonacci-levels" + }, + "entry_id": 589, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 360160843374, + "rshares": 1506309651, + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 2618281142, + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 64869262, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LGql8JjfFBI\n\n#cnn #news #illuminati #bilderberg", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=LGql8JjfFBI\"]}", + "last_payout": "2016-09-13T18:44:48", + "last_update": "2016-08-14T03:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4189460055, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cnn-admits-collusion-with-hillary-clinton", + "post_id": 793972, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CNN ADMITS COLLUSION WITH HILLARY CLINTON", + "title": "CNN ADMITS COLLUSION WITH HILLARY CLINTON", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/cnn-admits-collusion-with-hillary-clinton" + }, + "entry_id": 588, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 63324756, + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 2368258663, + "rshares": 53450929, + "voter": "baldsteve1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lI63Ru7UtOg\n\n#cnn #news #cia #mossad #isis", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:22:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=lI63Ru7UtOg\"]}", + "last_payout": "2016-09-13T20:57:39", + "last_update": "2016-08-14T03:22:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 116775685, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wolf-blitzer-is-an-israeli-operative", + "post_id": 793712, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wolf Blitzer is an Israeli Operative", + "title": "Wolf Blitzer is an Israeli Operative", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/wolf-blitzer-is-an-israeli-operative" + }, + "entry_id": 587, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11649393204, + "rshares": 53517256, + "voter": "masterline" + }, + { + "percent": "10000", + "reputation": 2368258663, + "rshares": 53450929, + "voter": "baldsteve1" + }, + { + "percent": "10000", + "reputation": 412117454, + "rshares": 54476892, + "voter": "spatorgan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZUx1D_Kjivs\n\n#trump #election #fraud #illuminati", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T03:13:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=ZUx1D_Kjivs\"]}", + "last_payout": "2016-09-13T15:38:00", + "last_update": "2016-08-14T03:13:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161445077, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "donald-trump-is-asking-you-to-help-him-fight-a-rigged-election", + "post_id": 793626, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump Is Asking You To Help Him Fight A Rigged Election", + "title": "Donald Trump Is Asking You To Help Him Fight A Rigged Election", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/donald-trump-is-asking-you-to-help-him-fight-a-rigged-election" + }, + "entry_id": 586, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The IMF said Beijing is relying excessively on credit to reach \u201cunsustainably high growth targets.\u201d The multilateral agency\u2019s to-do list includes tackling corporate debt, reforming bloated state enterprises and strengthening the financial system to reduce distorting effects on China\u2019s economic performance.\n\nhttps://upload.wikimedia.org/wikipedia/en/thumb/7/7e/International_Monetary_Fund_logo.svg/1005px-International_Monetary_Fund_logo.svg.png\n\nhttp://www.wsj.com/articles/imf-warns-china-of-reliance-on-credit-other-imbalances-1471006802\n\n#banks #imf #banking #finance", + "body_length": 572, + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "created": "2016-08-14T02:13:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"financial\",\"banks\",\"imf\",\"banking\",\"finance\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/en/thumb/7/7e/International_Monetary_Fund_logo.svg/1005px-International_Monetary_Fund_logo.svg.png\"]}", + "last_payout": "2016-09-13T14:13:06", + "last_update": "2016-08-14T02:13:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "financial", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "imf-warns-china-of-reliance-on-credit-other-imbalances", + "post_id": 793005, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IMF Warns China of Reliance on Credit, Other Imbalances", + "title": "IMF Warns China of Reliance on Credit, Other Imbalances", + "total_payout_value": "0.000 HBD", + "url": "/financial/@cryptocurrency1/imf-warns-china-of-reliance-on-credit-other-imbalances" + }, + "entry_id": 585, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 508314471, + "rshares": 621130905, + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 315272215, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 71047287, + "voter": "llawen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SdXAFeFXsMI\n\nhttp://www.cnn.com/2016/08/12/politics/donald-trump-pennsylvania-cheating/\n\n#trump #election #fraud #rigged", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-14T02:06:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=SdXAFeFXsMI\"]}", + "last_payout": "2016-09-13T14:59:57", + "last_update": "2016-08-14T02:06:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1007450407, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-doubles-down-on-election-fraud-claims", + "post_id": 792969, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP doubles down on Election fraud claims", + "title": "TRUMP doubles down on Election fraud claims", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-doubles-down-on-election-fraud-claims" + }, + "entry_id": 584, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1824927775784, + "rshares": 76834147684, + "voter": "the-ivor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62823042, + "voter": "egor" + }, + { + "percent": "10000", + "reputation": -81696430360, + "rshares": 50602345, + "voter": "henriquez147" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 78734012, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kHkWt0nwHtY\n\n#tpp #illuminati #bilderberg", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-14T01:38:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=kHkWt0nwHtY\"]}", + "last_payout": "2016-09-13T14:01:24", + "last_update": "2016-08-14T01:38:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77026307083, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-s-tpp-hypocrisy-exposed", + "post_id": 792690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HILLARY'S TPP HYPOCRISY EXPOSED!", + "title": "HILLARY'S TPP HYPOCRISY EXPOSED!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/hillary-s-tpp-hypocrisy-exposed" + }, + "entry_id": 583, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 54987076112, + "rshares": 53256111, + "voter": "socalguy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://static.politifact.com.s3.amazonaws.com/politifact/photos/Paladino_photo.jpg\n\nhttp://www.politifact.com/new-york/statements/2016/aug/05/carl-paladino/state-money-solarcity-buys-more-500-jobs/\n\n#solar #solarcity #jobs", + "body_length": 222, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-08-14T00:21:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\",\"solar\",\"solarcity\"],\"image\":[\"http://static.politifact.com.s3.amazonaws.com/politifact/photos/Paladino_photo.jpg\"]}", + "last_payout": "2016-09-13T12:22:30", + "last_update": "2016-08-14T00:21:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53256111, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "state-money-for-solarcity-buys-more-than-500-jobs", + "post_id": 791849, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State money for SolarCity buys more than 500 jobs", + "title": "State money for SolarCity buys more than 500 jobs", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/state-money-for-solarcity-buys-more-than-500-jobs" + }, + "entry_id": 582, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5296864583034, + "rshares": 37569401792, + "voter": "ilanaakoundi" + }, + { + "percent": "10000", + "reputation": 1545200716692, + "rshares": 7874740578, + "voter": "nate-atkins" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 80702362, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1L-k897lV_I\n\n#clinton #death #murder #news", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 1, + "created": "2016-08-14T00:13:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"links\":[\"https://www.youtube.com/watch?v=1L-k897lV_I\"]}", + "last_payout": "2016-09-13T12:22:42", + "last_update": "2016-08-14T00:13:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45524844732, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "roger-stone-breaks-down-hillary-s-kill-count", + "post_id": 791776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGER STONE BREAKS DOWN HILLARY'S KILL COUNT", + "title": "ROGER STONE BREAKS DOWN HILLARY'S KILL COUNT", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/roger-stone-breaks-down-hillary-s-kill-count" + }, + "entry_id": 581, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1469724738, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 2071959184, + "voter": "naturalista" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Those tattoos can conduct electricity similar to smartphone screens.\nMicrosoft and MIT are using that to turn them into programmable touchpads.\n\nhttps://www.steemimg.com/images/2016/08/13/tattoo-touchpadbe327.jpg\n\nhttp://images.csmonitor.com/csm/2016/08/997817_1_0813-digital-wearable-tattoo_standard.jpg?alias=standard_600x400\n\n#technology #tattoos #touchpads #duoskin", + "body_length": 369, + "cashout_time": "1969-12-31T23:59:59", + "category": "tech", + "children": 0, + "created": "2016-08-13T23:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tech\",\"technology\",\"tattoos\",\"touchpads\",\"duoskin\"],\"image\":[\"https://www.steemimg.com/images/2016/08/13/tattoo-touchpadbe327.jpg\"]}", + "last_payout": "2016-09-13T11:28:36", + "last_update": "2016-08-13T23:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3541683922, + "parent_author": "", + "parent_permlink": "tech", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "microsoft-and-mit-turn-temporary-tattoos-into-touchpads", + "post_id": 791065, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Microsoft and MIT Turn Temporary Tattoos Into Touchpads", + "title": "Microsoft and MIT Turn Temporary Tattoos Into Touchpads", + "total_payout_value": "0.000 HBD", + "url": "/tech/@cryptocurrency1/microsoft-and-mit-turn-temporary-tattoos-into-touchpads" + }, + "entry_id": 580, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 578706168, + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": -19032649381, + "rshares": 251732709517, + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1469724738, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5477914955, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 82670712, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Bots will be able to hoover, wash clothes and clean homes within 35 years - and they could even be ordering the weekly shop\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/08/nintchdbpict000258986467.jpg?w=702\n\nhttps://www.thesun.co.uk/news/1604810/super-intelligent-robots-will-be-doing-our-housework-within-by-2050-expert-reveals/\n\n#robot #house #chores #housework", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "robots", + "children": 1, + "created": "2016-08-13T20:59:00", + "curator_payout_value": "0.010 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"robots\",\"robot\",\"house\",\"chores\",\"housework\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/08/nintchdbpict000258986467.jpg?w=702\"]}", + "last_payout": "2016-09-13T09:14:03", + "last_update": "2016-08-13T20:59:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 259341726090, + "parent_author": "", + "parent_permlink": "robots", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals", + "post_id": 788983, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROBOT CHORES Super intelligent robots will be doing our housework by 2050, expert reveals", + "title": "ROBOT CHORES Super intelligent robots will be doing our housework by 2050, expert reveals", + "total_payout_value": "0.080 HBD", + "url": "/robots/@cryptocurrency1/robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals" + }, + "entry_id": 579, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -19032649381, + "rshares": 167821806345, + "voter": "freeyourmind" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Experts studied 1,200 healthy young men over coach potato lifestyle\nBinge-watchers had average sperm counts of 37m per millilitre of fluid\nBut those who hardly ever watched TV had a count of 52m per millilitre \n\nhttp://www.dailymail.co.uk/health/article-3738308/Why-TV-makes-men-fertile-Watching-five-hours-day-cut-man-s-sperm-count-THIRD.html\n\n#tv #men #sperm #health", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 0, + "created": "2016-08-13T20:51:03", + "curator_payout_value": "0.019 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"tv\",\"men\",\"sperm\"],\"links\":[\"http://www.dailymail.co.uk/health/article-3738308/Why-TV-makes-men-fertile-Watching-five-hours-day-cut-man-s-sperm-count-THIRD.html\"]}", + "last_payout": "2016-09-13T09:36:06", + "last_update": "2016-08-13T20:51:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167821806345, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "watching-too-much-tv-can-reduce-sperm-count", + "post_id": 788854, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Watching too much TV can reduce sperm count", + "title": "Watching too much TV can reduce sperm count", + "total_payout_value": "0.062 HBD", + "url": "/health/@cryptocurrency1/watching-too-much-tv-can-reduce-sperm-count" + }, + "entry_id": 578, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -19032649381, + "rshares": 173415866556, + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 263257839975, + "rshares": 59891661, + "voter": "glezeddy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "U.S. actor and producer Robert De Niro said on Saturday that U.S. Republican presidential candidate Donald Trump should not run for president because he was \"totally nuts\".\n\n#dinero #trump", + "body_length": 188, + "cashout_time": "1969-12-31T23:59:59", + "category": "entertainment", + "children": 0, + "created": "2016-08-13T20:45:03", + "curator_payout_value": "0.029 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"entertainment\",\"dinero\",\"trump\"]}", + "last_payout": "2016-09-13T09:34:15", + "last_update": "2016-08-13T20:45:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173475758217, + "parent_author": "", + "parent_permlink": "entertainment", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "robert-di-nero-thinks-trump-is-totally-nuts", + "post_id": 788774, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Robert Di Nero thinks Trump is totally nuts", + "title": "Robert Di Nero thinks Trump is totally nuts", + "total_payout_value": "0.100 HBD", + "url": "/entertainment/@cryptocurrency1/robert-di-nero-thinks-trump-is-totally-nuts" + }, + "entry_id": 577, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3924799728, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 17007699276, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63924003, + "voter": "cosmiczombie" + }, + { + "percent": "10000", + "reputation": 64916904581, + "rshares": 71672619, + "voter": "awkwardawk" + }, + { + "percent": "10000", + "reputation": -4021399162, + "rshares": 54537511, + "voter": "sanzu" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 55223664, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "China is reportedly developing a hypersonic aircraft (pictured) capable of carrying those on board into low Earth orbit. The move could drastically reduce the cost of space travel, it is claimed\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/3728C68100000578-3736279-image-a-33_1471023697929.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/37286E8E00000578-3736279-image-a-34_1471023875440.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2015/12/14/21/2F60218E00000578-3359967-image-a-1_1450130304220.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/12/18/3728D3A200000578-3736279-Reaction_Engines_claims_Sabre_can_be_used_to_help_accelerate_exi-a-37_1471024180837.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/12/17/363327FE00000578-3686768-image-a-9_1468341616641.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/12/17/3633280500000578-3686768-image-a-16_1468341790361.jpg\n\n#china #hyposonic #jet #space #science\n\nhttp://www.dailymail.co.uk/sciencetech/article-3736279/China-developing-hypersonic-jet-Planned-space-plane-drastically-cut-cost-space-travel.html#ixzz4HAuyvCzG", + "body_length": 1052, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 0, + "created": "2016-08-13T02:27:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"hyposonic\",\"jet\",\"space\",\"science\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/08/12/18/3728C68100000578-3736279-image-a-33_1471023697929.jpg\"]}", + "last_payout": "2016-09-12T14:54:06", + "last_update": "2016-08-13T02:27:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21177856801, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "china-hypersonic-jet", + "post_id": 776558, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China hypersonic jet", + "title": "China hypersonic jet", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-hypersonic-jet" + }, + "entry_id": 576, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 55223664, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.thewrap.com/daily-beast-grindr-gay-olympic-athletes/\n\n#gay #olympic", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 0, + "created": "2016-08-13T02:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\",\"gay\"],\"links\":[\"http://www.thewrap.com/daily-beast-grindr-gay-olympic-athletes/\"]}", + "last_payout": "2016-09-12T19:39:09", + "last_update": "2016-08-13T02:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55223664, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians", + "post_id": 776502, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Daily Beast \u2018Grindr-Baiting\u2019 Story Sparks Outrage for \u2018Sleazy\u2019 Outing of Gay Olympians", + "title": "Daily Beast \u2018Grindr-Baiting\u2019 Story Sparks Outrage for \u2018Sleazy\u2019 Outing of Gay Olympians", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians" + }, + "entry_id": 575, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 1042230737, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 88575763, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 54119190, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Guccifer 2.0 might be coming to Steemit soon, expect massive leaks and contents from that person.\n\nHere's the latest transcript:\n\n# GUCCIFER 2.0 HACKED DCCC\nHi all!\nIt\u2019s time for new revelations now. All of you may have heard about the DCCC hack. As you see I wasn\u2019t wasting my time! It was even easier than in the case of the DNC breach.\n\nAs you see the U.S. presidential elections are becoming a farce, a big political performance where the voters are far from playing the leading role. Everything is being settled behind the scenes as it was with Bernie Sanders.\n\nI wonder what happened to the true democracy, to the equal opportunities, the things we love the United States for. The big money bags are fighting for power today. They are lying constantly and don\u2019t keep their word. The MSM are producing tons of propaganda hiding the real stuff behind it. But I do believe that people have right to know what\u2019s going on inside the election process in fact.\n\nTo make a long story short, here are some DCCC docs from their server. Make use of them.\n\nSpecial thanks to Nirali Amin for the list of passwords.\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_174450.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175149.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175303.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/2016-08-08_175623.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/pe1.png?w=756\n\nhttps://guccifer2.files.wordpress.com/2016/08/pe2.png?w=756\n\nSource:\nhttps://guccifer2.wordpress.com/2016/08/12/guccifer-2-0-hacked-dccc/\n\n#guccifer #hackers #hacking #wikileaks", + "body_length": 1648, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 1, + "created": "2016-08-13T00:18:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"guccifer\",\"hackers\",\"hacking\",\"wikileaks\"],\"image\":[\"https://guccifer2.files.wordpress.com/2016/08/2016-08-08_174450.png?w=756\"]}", + "last_payout": "2016-09-12T12:47:54", + "last_update": "2016-08-13T00:18:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1184925690, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "guccifer-2-0-coming-to-steemit", + "post_id": 775097, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Guccifer 2.0 coming to Steemit", + "title": "Guccifer 2.0 coming to Steemit", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/guccifer-2-0-coming-to-steemit" + }, + "entry_id": 574, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 54119190, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn3.thr.com/sites/default/files/imagecache/scale_crop_768_433/2016/08/lethal_weapon_split_h_2016.jpg\n\n# Who's a fan of lethal weapon movie?\n\n# Do you really want to see the TV series version of that movie though?\n\nhttp://screenrant.com/wp-content/uploads/Damon-Wayans-and-Clayne-Crawford-in-Lethal-Weapon.jpeg\n\nhttp://cdn3-www.comingsoon.net/assets/uploads/2016/08/Screen-Shot-2016-08-10-at-2.06.26-PM.png\n\n#fox #movies #tv #shows", + "body_length": 438, + "cashout_time": "1969-12-31T23:59:59", + "category": "entertainment", + "children": 0, + "created": "2016-08-12T23:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"entertainment\",\"fox\",\"movies\",\"tv\",\"shows\"],\"image\":[\"http://cdn3.thr.com/sites/default/files/imagecache/scale_crop_768_433/2016/08/lethal_weapon_split_h_2016.jpg\"]}", + "last_payout": "2016-09-12T19:39:24", + "last_update": "2016-08-12T23:39:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54119190, + "parent_author": "", + "parent_permlink": "entertainment", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fox-shows-off-latest-stunt", + "post_id": 774604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FOX shows off latest stunt", + "title": "FOX shows off latest stunt", + "total_payout_value": "0.000 HBD", + "url": "/entertainment/@cryptocurrency1/fox-shows-off-latest-stunt" + }, + "entry_id": 573, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 53014717, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Two people were found dead Wednesday in a Batavia cemetery, victims of an apparent lightning strike.\n\nhttp://www.wkbw.com/news/pair-found-dead-in-cemetery-were-hit-by-lightning\n\n#lighting #dead #cemetery", + "body_length": 203, + "cashout_time": "1969-12-31T23:59:59", + "category": "cemetery", + "children": 0, + "created": "2016-08-12T23:32:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cemetery\",\"lighting\",\"dead\"],\"links\":[\"http://www.wkbw.com/news/pair-found-dead-in-cemetery-were-hit-by-lightning\"]}", + "last_payout": "2016-09-12T19:39:36", + "last_update": "2016-08-12T23:32:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53014717, + "parent_author": "", + "parent_permlink": "cemetery", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pair-found-dead-in-cemetery-were-hit-by-lightning", + "post_id": 774503, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pair found dead in cemetery were hit by lightning", + "title": "Pair found dead in cemetery were hit by lightning", + "total_payout_value": "0.000 HBD", + "url": "/cemetery/@cryptocurrency1/pair-found-dead-in-cemetery-were-hit-by-lightning" + }, + "entry_id": 572, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 865896375178, + "rshares": 705621098, + "voter": "nxtblg" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5400196914, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": -53698107835, + "rshares": 180240988, + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 868924825603, + "rshares": 1110850682, + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 53014717, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://s1.yimg.com/bt/api/res/1.2/6T61Ghh7ReRUAUd5ivtFOw--/YXBwaWQ9eW5ld3M7aWw9cGxhbmU7cT03NTt3PTYwMA--/http://media.zenfs.com/en_us/News/ap_webfeeds/80e7089b6c0c6515760f6a706700a5b3.jpg\n\nhttp://thesmokinggun.com/buster/democratic-national-committee/guccifer-dccc-hack-645891\n\nthe hacker \u201cGuccifer 2.0\u201d returned late this afternoon to provide a new headache for Democrats.\n\n#guccifer #hacker #hacking #congress", + "body_length": 411, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacks", + "children": 4, + "created": "2016-08-12T23:27:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacks\",\"guccifer\",\"hacker\",\"hacking\",\"congress\"],\"image\":[\"https://s1.yimg.com/bt/api/res/1.2/6T61Ghh7ReRUAUd5ivtFOw--/YXBwaWQ9eW5ld3M7aWw9cGxhbmU7cT03NTt3PTYwMA--/http://media.zenfs.com/en_us/News/ap_webfeeds/80e7089b6c0c6515760f6a706700a5b3.jpg\"]}", + "last_payout": "2016-09-12T12:10:57", + "last_update": "2016-08-12T23:27:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7449924399, + "parent_author": "", + "parent_permlink": "hacks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "guccifer", + "post_id": 774441, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Guccifer", + "title": "Guccifer", + "total_payout_value": "0.000 HBD", + "url": "/hacks/@cryptocurrency1/guccifer" + }, + "entry_id": 571, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 549279741905, + "rshares": 7990568825, + "voter": "becerra18" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 53523765, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 53014717, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# What do you guys think of my Bitcoin oil painting?\nhttps://www.steemimg.com/images/2016/08/12/Bitcoinoilpainting5fea3.jpg\n\n#bitcoin #art #oil #painting #cryptocurrency", + "body_length": 169, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 1, + "created": "2016-08-12T23:21:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"art\",\"oil\",\"painting\",\"cryptocurrency\"],\"image\":[\"https://www.steemimg.com/images/2016/08/12/Bitcoinoilpainting5fea3.jpg\"]}", + "last_payout": "2016-09-12T14:01:54", + "last_update": "2016-08-12T23:21:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8097107307, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-masterpiece-oil-painting-on-canvas", + "post_id": 774353, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin masterpiece oil painting on canvas", + "title": "Bitcoin masterpiece oil painting on canvas", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/bitcoin-masterpiece-oil-painting-on-canvas" + }, + "entry_id": 570, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 4223413736, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 51910244, + "voter": "tanshin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=B3X1jqxhkus\n\n#trump #americanism #globalism #nwo", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 3, + "created": "2016-08-12T21:27:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https://www.youtube.com/watch?v=B3X1jqxhkus\"]}", + "last_payout": "2016-09-12T10:39:48", + "last_update": "2016-08-12T21:27:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4275323980, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-americanism-not-globalism", + "post_id": 772634, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP: Americanism not Globalism", + "title": "TRUMP: Americanism not Globalism", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-americanism-not-globalism" + }, + "entry_id": 569, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7241287192, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 291648093862, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 1238101508714, + "rshares": 8240621533, + "voter": "crossroads" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 73811107941, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 243431302653, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 134133130560, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 240960753, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 369770735, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 53523765, + "voter": "trendwizard" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "1. Yes\n2. No\n3. Maybe\n4. I don't know\n\nI'm not talking about this type of poll where people must reply with an answer. I'm talking about a voting poll with questions and clickable answer. If a user click on a radio voting button, it will receive and tally up a vote.\n\nI don't know if it is even possible for Steemit to make such a poll. What do you think?\n\n#steem #support #suggestion #tips", + "body_length": 390, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-08-12T17:29:12", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"suggestion\",\"tips\"]}", + "last_payout": "2016-09-12T05:43:12", + "last_update": "2016-08-12T17:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 759169798994, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls", + "post_id": 768364, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you think it's a good idea for Steemit to have voting polls?", + "title": "Do you think it's a good idea for Steemit to have voting polls?", + "total_payout_value": "0.110 HBD", + "url": "/steemit/@cryptocurrency1/do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls" + }, + "entry_id": 568, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Does anyone notice E-coin was featured in Mr. Robot TV show?\nIn one of the episode, at a convenience store. The clerk at the register have Bitcoin logo and E-Coin logo there listed on the cash register.\n\nDid you guys notice them? \n\n#cryptocurrency #bitcoin #e-coin", + "body_length": 264, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 2, + "created": "2016-08-12T17:21:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"e-coin\"]}", + "last_payout": "2016-09-12T05:21:45", + "last_update": "2016-08-12T17:21:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show", + "post_id": 768243, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Does anyone notice E-coin was featured in Mr. Robot TV show?", + "title": "Does anyone notice E-coin was featured in Mr. Robot TV show?", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show" + }, + "entry_id": 567, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "People have never experience such passion in the past as they've been now.\n\nhttp://newyork.cbslocal.com/2016/08/10/campaign-2016-stunts/\n\n#politic #election #political", + "body_length": 167, + "cashout_time": "1969-12-31T23:59:59", + "category": "new", + "children": 0, + "created": "2016-08-12T17:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"new\",\"politic\",\"election\",\"political\"],\"links\":[\"http://newyork.cbslocal.com/2016/08/10/campaign-2016-stunts/\"]}", + "last_payout": "2016-09-12T05:08:06", + "last_update": "2016-08-12T17:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "new", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "2016-election-brings-political-passions-to-new-heights", + "post_id": 767981, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2016 Election Brings Political Passions To New Heights...", + "title": "2016 Election Brings Political Passions To New Heights...", + "total_payout_value": "0.000 HBD", + "url": "/new/@cryptocurrency1/2016-election-brings-political-passions-to-new-heights" + }, + "entry_id": 566, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 361723826, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 88575763, + "voter": "wakeupnd" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CpnlutRWEAIbgQl.jpg\n\nRepublican presidential candidate Donald Trump. Voters expect CNN and others to tilt American elections. What\u2019s new is that social media and even video games are getting in on the act.\n\nTrump Rally-Goer To CNN Reporter: \"I Am A Patriot And You Are A Traitor!\"\n\nhttp://www.realclearpolitics.com/video/2016/08/12/trump_rally-goer_to_cnn_reporter_i_am_a_patriot_and_you_are_a_traitor.html\n\nhttp://observer.com/2016/08/tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump/\n\n#trump #cnn #media #news", + "body_length": 564, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-12T17:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"trump\",\"cnn\",\"media\"],\"image\":[\"https://pbs.twimg.com/media/CpnlutRWEAIbgQl.jpg\"]}", + "last_payout": "2016-09-12T06:20:51", + "last_update": "2016-08-12T17:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 450299589, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump", + "post_id": 767890, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tech Companies Apple, Twitter, Google, and Instagram Collude to Defeat Trump", + "title": "Tech Companies Apple, Twitter, Google, and Instagram Collude to Defeat Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump" + }, + "entry_id": 565, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UJoTsKxFr7o\n\n#DEA #Marijuana", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "weed", + "children": 0, + "created": "2016-08-12T16:07:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"weed\"],\"links\":[\"https://www.youtube.com/watch?v=UJoTsKxFr7o\"]}", + "last_payout": "2016-09-12T04:07:06", + "last_update": "2016-08-12T16:07:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "weed", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dea-turned-down-marijuana", + "post_id": 766891, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DEA turned down Marijuana", + "title": "DEA turned down Marijuana", + "total_payout_value": "0.000 HBD", + "url": "/weed/@cryptocurrency1/dea-turned-down-marijuana" + }, + "entry_id": 564, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://pagesix.com/2016/08/11/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser/\n\nhttps://nyppagesix.files.wordpress.com/2016/08/lady-lynn-hillary.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\n#lady #lynn #forester #rothschild", + "body_length": 234, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 0, + "created": "2016-08-12T14:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\",\"lady\",\"lynn\",\"forester\",\"rothschild\"],\"links\":[\"http://pagesix.com/2016/08/11/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser/\"]}", + "last_payout": "2016-09-12T02:38:03", + "last_update": "2016-08-12T14:38:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lady-lynn-forester-de-rothschild-throws-hillary-fundraiser", + "post_id": 765529, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lady Lynn Forester de Rothschild throws Hillary fundraiser", + "title": "Lady Lynn Forester de Rothschild throws Hillary fundraiser", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/lady-lynn-forester-de-rothschild-throws-hillary-fundraiser" + }, + "entry_id": 563, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "German cooperative sets -0.4% rate on funds over EU100,000\nMove comes two weeks after ECB says no risk of cash hoarding\n\nhttp://www.bloomberg.com/news/articles/2016-08-11/negative-rates-for-the-people-arrive-as-german-bank-gives-in\n\n#german #bank #financial", + "body_length": 257, + "cashout_time": "1969-12-31T23:59:59", + "category": "finance", + "children": 0, + "created": "2016-08-12T13:20:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"finance\",\"german\",\"bank\",\"financial\"],\"links\":[\"http://www.bloomberg.com/news/articles/2016-08-11/negative-rates-for-the-people-arrive-as-german-bank-gives-in\"]}", + "last_payout": "2016-09-12T01:20:12", + "last_update": "2016-08-12T13:20:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "finance", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "german-bank-surrendered-to-the-little-people", + "post_id": 764549, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German Bank surrendered to the little people", + "title": "German Bank surrendered to the little people", + "total_payout_value": "0.000 HBD", + "url": "/finance/@cryptocurrency1/german-bank-surrendered-to-the-little-people" + }, + "entry_id": 562, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 661944466048, + "rshares": -322447406, + "voter": "alifton" + }, + { + "percent": "-10000", + "reputation": 28127969343, + "rshares": -895316582, + "voter": "ebargains" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Massive illuminati members fled the USA. \nReliable data show American Patriots militia groups all over the USA are out hunting to kill them to take America back by force if necessary.\n\nhttp://fortune.com/2016/08/11/us-citizens-renounce/\n\nhttps://fortunedotcom.files.wordpress.com/2014/05/slo-06-16-14-american-flag-boat.jpg?w=840&h=485&crop=1\n\n#smart #illuminati #members", + "body_length": 371, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-08-12T12:59:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\",\"smart\",\"members\"],\"links\":[\"http://fortune.com/2016/08/11/us-citizens-renounce/\"]}", + "last_payout": "2016-09-12T00:59:03", + "last_update": "2016-08-12T12:59:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -1217763988, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "massive-illuminati-members-fled-the-usa", + "post_id": 764243, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive illuminati members fled the USA.", + "title": "Massive illuminati members fled the USA.", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/massive-illuminati-members-fled-the-usa" + }, + "entry_id": 561, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 800031395, + "voter": "runridefly" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://lgbtweekly.com/wp-content/uploads/2015/02/wpid-167_4817_6962.jpg\n\nThe transgender bathroom symbol looks like the symbol of the 'All eyeing Eye' and a 'Devil' in the middle of the triangle.\ntwo ears, and a goatee. I'm surprise they did not put the upside down cross as a goatee.\n\nhttp://www.reuters.com/article/us-usa-lgbt-texas-idUSKCN10N14D\n\n#bathroom #illuminati #symbol #luciferian", + "body_length": 391, + "cashout_time": "1969-12-31T23:59:59", + "category": "transgender", + "children": 0, + "created": "2016-08-12T11:14:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"transgender\",\"bathroom\",\"illuminati\",\"symbol\",\"luciferian\"],\"image\":[\"http://lgbtweekly.com/wp-content/uploads/2015/02/wpid-167_4817_6962.jpg\"]}", + "last_payout": "2016-09-11T23:24:15", + "last_update": "2016-08-12T11:14:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 800031395, + "parent_author": "", + "parent_permlink": "transgender", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "illuminati-transgender-bathroom-symbol", + "post_id": 762955, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati transgender bathroom symbol", + "title": "Illuminati transgender bathroom symbol", + "total_payout_value": "0.000 HBD", + "url": "/transgender/@cryptocurrency1/illuminati-transgender-bathroom-symbol" + }, + "entry_id": 560, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 38872223501318, + "voter": "blocktrades" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1810191150, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 160691580, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 2936542115, + "voter": "allyourbase" + }, + { + "percent": "1000", + "reputation": 213668684615, + "rshares": 223961699, + "voter": "soupernerd" + }, + { + "percent": "-10000", + "reputation": -11110332240496, + "rshares": -1614619412, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 1146952603502, + "rshares": 2992776736, + "voter": "shemthepenman" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1445288611, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 148929303666, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 15850485128, + "rshares": 4313691746, + "voter": "deadloop" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 9493773953, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 50669757514, + "rshares": 384134699, + "voter": "steven01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 42002303, + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1885224071, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 369770735, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 142085774, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 194393224, + "voter": "mustafafomar" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 32999611743, + "voter": "celebr1ty" + }, + { + "percent": "1000", + "reputation": -4779249072914, + "rshares": 219989261, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 600852181, + "voter": "pr3ttyp3rf3ct" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 48580929, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 489577513, + "rshares": 62914952, + "voter": "ccbison" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1829160240, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 103308761799, + "rshares": 15713228789, + "voter": "steemit8" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 1152715494, + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 30719495, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 526936617, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1320261717074, + "rshares": 46990346, + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 20174367429, + "rshares": 50858317, + "voter": "norene" + }, + { + "percent": "10000", + "reputation": 7550126154892, + "rshares": 55885506, + "voter": "highimpactflix" + }, + { + "percent": "10000", + "reputation": -1278245, + "rshares": 594904708, + "voter": "danstig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45092916, + "voter": "amigo214" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=DaZFKVSDbqg\n\n#cnn #news #trump", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-08-12T10:52:42", + "curator_payout_value": "77.727 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=DaZFKVSDbqg\"]}", + "last_payout": "2016-09-11T23:46:21", + "last_update": "2016-08-12T10:52:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39099911155462, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cnn-tries-to-assassinate-trump", + "post_id": 762746, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CNN Tries To Assassinate Trump", + "title": "CNN Tries To Assassinate Trump", + "total_payout_value": "233.258 HBD", + "url": "/news/@cryptocurrency1/cnn-tries-to-assassinate-trump" + }, + "entry_id": 559, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 3362223122, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 343672054819, + "rshares": 40420216, + "voter": "foxkoit" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 55223664, + "voter": "tanshin" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 48572399, + "voter": "doitvoluntarily" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9WyrBpXj1f8\n\n#un #usa #fraud #scam #bilderberg", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-08-12T06:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=9WyrBpXj1f8\"]}", + "last_payout": "2016-09-11T19:08:03", + "last_update": "2016-08-12T06:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3506439401, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles", + "post_id": 760654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UN Vehicles Flood America! Here\u2019s 100% Truth No Media Outlet Is Telling You About These Vehicles", + "title": "UN Vehicles Flood America! Here\u2019s 100% Truth No Media Outlet Is Telling You About These Vehicles", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles" + }, + "entry_id": 558, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 96086294811, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 311334421, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1484363823, + "voter": "anwar78" + }, + { + "percent": "-10000", + "reputation": 12673647, + "rshares": -50172945, + "voter": "actricalian" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=a_hY1pkJcWM", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nwo", + "children": 0, + "created": "2016-08-11T05:50:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nwo\"],\"links\":[\"https://www.youtube.com/watch?v=a_hY1pkJcWM\"]}", + "last_payout": "2016-09-10T18:01:15", + "last_update": "2016-08-11T05:50:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97831820110, + "parent_author": "", + "parent_permlink": "nwo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism", + "post_id": 740604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Yes you saw that 666 Rotherham Illuminati Freemason Symbolism", + "title": "Yes you saw that 666 Rotherham Illuminati Freemason Symbolism", + "total_payout_value": "0.000 HBD", + "url": "/nwo/@cryptocurrency1/yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism" + }, + "entry_id": 557, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 45811841, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 1553207721, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=v6LJ8kWEcOM", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "animals", + "children": 1, + "created": "2016-08-11T04:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animals\"],\"links\":[\"https://www.youtube.com/watch?v=v6LJ8kWEcOM\"]}", + "last_payout": "2016-09-10T17:17:48", + "last_update": "2016-08-11T04:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1599019562, + "parent_author": "", + "parent_permlink": "animals", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "12-animals-you-won-t-believe-actually-exist", + "post_id": 739970, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "12 Animals You Won\u2019t Believe Actually Exist!", + "title": "12 Animals You Won\u2019t Believe Actually Exist!", + "total_payout_value": "0.000 HBD", + "url": "/animals/@cryptocurrency1/12-animals-you-won-t-believe-actually-exist" + }, + "entry_id": 556, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 38176534, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 317561109, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 628208841, + "voter": "luisucv34" + }, + { + "percent": "-10000", + "reputation": 792476477, + "rshares": -116664172, + "voter": "tatekitty" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 104514295, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 5036163586, + "rshares": 52838747, + "voter": "abanks1000" + }, + { + "percent": "10000", + "reputation": 7033221, + "rshares": 54401564, + "voter": "erroist" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MtZLI8UDvQA\n\n#chimera #science #dna #splicing", + "body_length": 77, + "cashout_time": "1969-12-31T23:59:59", + "category": "dna", + "children": 1, + "created": "2016-08-11T04:31:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dna\"],\"links\":[\"https://www.youtube.com/watch?v=MtZLI8UDvQA\"]}", + "last_payout": "2016-09-10T18:14:21", + "last_update": "2016-08-11T04:31:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1079036918, + "parent_author": "", + "parent_permlink": "dna", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "soul-less-human-animal-hybrids-being-grown-in-usa-research-farms", + "post_id": 739715, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SOUL-less HUMAN-ANIMAL HYBRIDS being GROWN in USA Research Farms!", + "title": "SOUL-less HUMAN-ANIMAL HYBRIDS being GROWN in USA Research Farms!", + "total_payout_value": "0.000 HBD", + "url": "/dna/@cryptocurrency1/soul-less-human-animal-hybrids-being-grown-in-usa-research-farms" + }, + "entry_id": 555, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 732910315, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59078190, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 7033221, + "rshares": 51070856, + "voter": "erroist" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=0ojpvkhhIGg\n\n#dna #splicing #science", + "body_length": 68, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-11T04:24:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\"],\"links\":[\"https://www.youtube.com/watch?v=0ojpvkhhIGg\"]}", + "last_payout": "2016-09-10T16:28:33", + "last_update": "2016-08-11T04:24:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 843059361, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "human-animal-hybrids-what-they-don-t-want-you-to-know", + "post_id": 739620, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Human-Animal Hybrids! What They DON\u2019T Want You To Know!!!", + "title": "Human-Animal Hybrids! What They DON\u2019T Want You To Know!!!", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/human-animal-hybrids-what-they-don-t-want-you-to-know" + }, + "entry_id": 554, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 614170478, + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CRhDD9e3CrE\n\n#un", + "body_length": 48, + "cashout_time": "1969-12-31T23:59:59", + "category": "un", + "children": 0, + "created": "2016-08-10T23:52:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"un\"],\"links\":[\"https://www.youtube.com/watch?v=CRhDD9e3CrE\"]}", + "last_payout": "2016-09-10T12:21:51", + "last_update": "2016-08-10T23:52:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 614170478, + "parent_author": "", + "parent_permlink": "un", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-circumvention-of-the-u-s-constitution", + "post_id": 735918, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Circumvention Of The U S Constitution", + "title": "A Circumvention Of The U S Constitution", + "total_payout_value": "0.000 HBD", + "url": "/un/@cryptocurrency1/a-circumvention-of-the-u-s-constitution" + }, + "entry_id": 553, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 705176692, + "voter": "funkywanderer" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=lf6NMYhQYoo\n\n#usa #fraud #illuminati #bilderberg", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 1, + "created": "2016-08-10T12:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scam\"],\"links\":[\"https://www.youtube.com/watch?v=lf6NMYhQYoo\"]}", + "last_payout": "2016-09-10T01:18:27", + "last_update": "2016-08-10T12:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 705176692, + "parent_author": "", + "parent_permlink": "scam", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "obama-promises-to-leave-us-in-january-permanently", + "post_id": 723213, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Obama Promises To Leave US In January - Permanently", + "title": "Obama Promises To Leave US In January - Permanently", + "total_payout_value": "0.000 HBD", + "url": "/scam/@cryptocurrency1/obama-promises-to-leave-us-in-january-permanently" + }, + "entry_id": 552, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 298881044, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 101002807, + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": 996606523, + "rshares": 57718250, + "voter": "theinvertedtower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qBiqN0OKnFs\n\n#zika #hoax #birth #deformities", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 1, + "created": "2016-08-10T10:09:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"zika\"],\"links\":[\"https://www.youtube.com/watch?v=qBiqN0OKnFs\"]}", + "last_payout": "2016-09-10T00:44:45", + "last_update": "2016-08-10T10:09:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 457602101, + "parent_author": "", + "parent_permlink": "zika", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "zika-hoax-exposed-birth-deformities-not-caused-by-virus", + "post_id": 721959, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Zika HOAX exposed: Birth deformities not caused by virus!", + "title": "Zika HOAX exposed: Birth deformities not caused by virus!", + "total_payout_value": "0.000 HBD", + "url": "/zika/@cryptocurrency1/zika-hoax-exposed-birth-deformities-not-caused-by-virus" + }, + "entry_id": 551, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 50106681, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 298881044, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 55029500, + "voter": "lovetosteemit" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.msnbc.com/sites/msnbc/files/styles/ratio--3-2--830x553/public/rtx147gv.jpg?itok=W10GLVii\n\n#stock #market #rigged", + "body_length": 123, + "cashout_time": "1969-12-31T23:59:59", + "category": "market", + "children": 2, + "created": "2016-08-10T08:35:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"market\",\"stock\",\"rigged\"],\"image\":[\"http://www.msnbc.com/sites/msnbc/files/styles/ratio--3-2--830x553/public/rtx147gv.jpg?itok=W10GLVii\"]}", + "last_payout": "2016-09-09T22:57:48", + "last_update": "2016-08-10T08:35:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 404017225, + "parent_author": "", + "parent_permlink": "market", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "yes-the-stock-market-is-rigged", + "post_id": 721028, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Yes, the stock market is rigged", + "title": "Yes, the stock market is rigged", + "total_payout_value": "0.000 HBD", + "url": "/market/@cryptocurrency1/yes-the-stock-market-is-rigged" + }, + "entry_id": 550, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4906077490, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 2926768073, + "rshares": 54991247, + "voter": "venky" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6Xq7EaZGILE", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "splicing", + "children": 1, + "created": "2016-08-10T08:17:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"splicing\"],\"links\":[\"https://www.youtube.com/watch?v=6Xq7EaZGILE\"]}", + "last_payout": "2016-09-09T22:20:54", + "last_update": "2016-08-10T08:17:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4961068737, + "parent_author": "", + "parent_permlink": "splicing", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "watch-this-and-know-we-are-in-the-end-times-2016-2017", + "post_id": 720869, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Watch This and Know We are in the End Times! (2016-2017)", + "title": "Watch This and Know We are in the End Times! (2016-2017)", + "total_payout_value": "0.000 HBD", + "url": "/splicing/@cryptocurrency1/watch-this-and-know-we-are-in-the-end-times-2016-2017" + }, + "entry_id": 549, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 12521809, + "rshares": 180607787, + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 53778343, + "voter": "pery" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=iqXxUCDgiqs\n\n#schlitterbahn #park #illuminati #freemason", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "park", + "children": 0, + "created": "2016-08-10T07:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"park\"],\"links\":[\"https://www.youtube.com/watch?v=iqXxUCDgiqs\"]}", + "last_payout": "2016-09-09T19:43:09", + "last_update": "2016-08-10T07:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 234386130, + "parent_author": "", + "parent_permlink": "park", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism", + "post_id": 720322, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Schlitterbahn Water Park Decapitation Rev 12 Illuminati Freemason Symbolism", + "title": "Schlitterbahn Water Park Decapitation Rev 12 Illuminati Freemason Symbolism", + "total_payout_value": "0.000 HBD", + "url": "/park/@cryptocurrency1/schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism" + }, + "entry_id": 548, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2067721762, + "rshares": 167641892, + "voter": "robert.stone" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 58355224, + "voter": "pery" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WqWTXByMOlo\n\n#iran #obama #news", + "body_length": 63, + "cashout_time": "1969-12-31T23:59:59", + "category": "obama", + "children": 0, + "created": "2016-08-10T07:17:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"obama\"],\"links\":[\"https://www.youtube.com/watch?v=WqWTXByMOlo\"]}", + "last_payout": "2016-09-09T19:20:12", + "last_update": "2016-08-10T07:17:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225997116, + "parent_author": "", + "parent_permlink": "obama", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exclusive-iran-phone-call-to-obama", + "post_id": 720245, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EXCLUSIVE: Iran Phone Call to Obama", + "title": "EXCLUSIVE: Iran Phone Call to Obama", + "total_payout_value": "0.000 HBD", + "url": "/obama/@cryptocurrency1/exclusive-iran-phone-call-to-obama" + }, + "entry_id": 547, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 670625346868, + "rshares": 100214731540, + "voter": "oscarp" + }, + { + "percent": "10000", + "reputation": 172425864032, + "rshares": 58631178, + "voter": "rampantdigitalis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.thegatewaypundit.com/2016/08/wow-breaking-video-julian-assange-suggests-seth-rich-wikileaks-dnc-source-shot-dead-dc/\n\n#wikileaks #assange", + "body_length": 148, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 0, + "created": "2016-08-10T04:11:21", + "curator_payout_value": "0.008 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\",\"assange\"],\"links\":[\"http://www.thegatewaypundit.com/2016/08/wow-breaking-video-julian-assange-suggests-seth-rich-wikileaks-dnc-source-shot-dead-dc/\"]}", + "last_payout": "2016-09-10T00:22:57", + "last_update": "2016-08-10T04:11:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100273362718, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "julian-assange-suggests-seth-rich-who-was-murdered-in-dc", + "post_id": 717977, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Julian Assange Suggests Seth Rich \u2013 Who Was MURDERED in DC", + "title": "Julian Assange Suggests Seth Rich \u2013 Who Was MURDERED in DC", + "total_payout_value": "0.038 HBD", + "url": "/wikileaks/@cryptocurrency1/julian-assange-suggests-seth-rich-who-was-murdered-in-dc" + }, + "entry_id": 546, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 292654355, + "voter": "bitcoinnational" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=dN5dLRlodP4\n\n#clinton #illuminati #bilderberg #nwo", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-08-09T22:58:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=dN5dLRlodP4\"]}", + "last_payout": "2016-09-09T10:58:00", + "last_update": "2016-08-09T22:58:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 292654355, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-911-logo-apollyon-s-candidate", + "post_id": 713493, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary 911 LOGO !!! Apollyon's candidate", + "title": "Hillary 911 LOGO !!! Apollyon's candidate", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/hillary-911-logo-apollyon-s-candidate" + }, + "entry_id": 545, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Steemit needs a desktop software to let users download and post to the blockchain. \nThis way, users don't need to login to the steemit.com website to post.\n\n#steem #steemit #support #software", + "body_length": 192, + "cashout_time": "1969-12-31T23:59:59", + "category": "software", + "children": 2, + "created": "2016-08-09T22:39:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"software\",\"steem\",\"steemit\",\"support\"]}", + "last_payout": "2016-09-09T10:39:45", + "last_update": "2016-08-09T22:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "software", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-software", + "post_id": 713166, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit software", + "title": "Steemit software", + "total_payout_value": "0.000 HBD", + "url": "/software/@cryptocurrency1/steemit-software" + }, + "entry_id": 544, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 101628344707, + "rshares": 743181827, + "voter": "flyboyzombie" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=mYqt2cre90s\n\n#clinton #psychiatrist #fraud #election", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "election", + "children": 0, + "created": "2016-08-09T22:32:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"election\"],\"links\":[\"https://www.youtube.com/watch?v=mYqt2cre90s\"]}", + "last_payout": "2016-09-09T10:35:45", + "last_update": "2016-08-09T22:32:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 743181827, + "parent_author": "", + "parent_permlink": "election", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist", + "post_id": 713067, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton May Have A Brain Tumor: Board Certified MD/Psychiatrist", + "title": "Hillary Clinton May Have A Brain Tumor: Board Certified MD/Psychiatrist", + "total_payout_value": "0.000 HBD", + "url": "/election/@cryptocurrency1/hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist" + }, + "entry_id": 543, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 40292741016, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4387854487, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 3071116454, + "rshares": 376052332, + "voter": "mysonjosh" + }, + { + "percent": "10000", + "reputation": 4218808165, + "rshares": 48334472, + "voter": "krishbas" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9x-Jz1K-wv4\n\n#pokemon #cia #darpa #nsa", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "cia", + "children": 1, + "created": "2016-08-09T09:13:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cia\"],\"links\":[\"https://www.youtube.com/watch?v=9x-Jz1K-wv4\"]}", + "last_payout": "2016-09-08T23:18:09", + "last_update": "2016-08-09T09:13:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45104982307, + "parent_author": "", + "parent_permlink": "cia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid", + "post_id": 700183, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "100% Proof Pokemon Go End Game Connection to DARPA CIA Google NSA Skynet Illuminati Fema Spy Grid", + "title": "100% Proof Pokemon Go End Game Connection to DARPA CIA Google NSA Skynet Illuminati Fema Spy Grid", + "total_payout_value": "0.000 HBD", + "url": "/cia/@cryptocurrency1/100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid" + }, + "entry_id": 542, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4590610057, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 369300700, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 45439132822, + "rshares": 38506300, + "voter": "malxdrakon" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Could humans regrow limbs? Genetic switches for regenerating tissue are traced back 420 million years\nScientists studied regeneration in 3 species - axolotl, zebrafish and bichir \nThe animals shared a genetic mechanism that controlled limb regrowth\nThey could have inherited this from when they shared a common ancestor\nSome of genetic sequences are found in humans and could be turned on\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/08/13/37001A1E00000578-0-image-a-2_1470659004439.jpg\n\nRead more: \nhttp://www.dailymail.co.uk/sciencetech/article-3729455/Could-humans-regrow-limbs-Genetic-switches-regenerating-tissue-traced-420-million-years.html#ixzz4GnrHJt2N \n\n#science #biotech #genetic #regenerating", + "body_length": 699, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-09T03:43:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"biotech\",\"genetic\",\"regenerating\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/08/08/13/37001A1E00000578-0-image-a-2_1470659004439.jpg\"]}", + "last_payout": "2016-09-08T16:05:09", + "last_update": "2016-08-09T03:43:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4998417057, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exolotl", + "post_id": 696675, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exolotl", + "title": "Exolotl", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/exolotl" + }, + "entry_id": 541, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1058308401, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4079673662, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 45439132822, + "rshares": 47566606, + "voter": "malxdrakon" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn.thedailybeast.com/content/dailybeast/articles/2016/08/08/vladimir-putin-plots-a-new-fleet-of-spies-in-space/jcr:content/image.crop.800.500.jpg/49021087.cached.jpg\n\nhttp://www.thedailybeast.com/articles/2016/08/08/vladimir-putin-plots-a-new-fleet-of-spies-in-space.html\n\n#vladimir #putin #space #spies", + "body_length": 311, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 1, + "created": "2016-08-09T00:48:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\",\"vladimir\",\"putin\",\"space\",\"spies\"],\"image\":[\"http://cdn.thedailybeast.com/content/dailybeast/articles/2016/08/08/vladimir-putin-plots-a-new-fleet-of-spies-in-space/jcr:content/image.crop.800.500.jpg/49021087.cached.jpg\"]}", + "last_payout": "2016-09-08T13:16:18", + "last_update": "2016-08-09T00:48:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5185548669, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "putin-plots-a-new-fleet-of-spies-in-space", + "post_id": 694083, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putin Plots a New Fleet of Spies in Space", + "title": "Putin Plots a New Fleet of Spies in Space", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/putin-plots-a-new-fleet-of-spies-in-space" + }, + "entry_id": 540, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 50106681, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1172720120, + "voter": "tee-em" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://motherboard.vice.com/read/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face\n\n#faceless #facial #recognition", + "body_length": 138, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-08-09T00:43:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"faceless\",\"facial\",\"recognition\"],\"links\":[\"http://motherboard.vice.com/read/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face\"]}", + "last_payout": "2016-09-08T12:47:33", + "last_update": "2016-08-09T00:43:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1222826801, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "faceless-recognition-system-can-identify-you-even-when-you-hide-your-face", + "post_id": 693994, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Faceless Recognition System' Can Identify You Even When You Hide Your Face", + "title": "'Faceless Recognition System' Can Identify You Even When You Hide Your Face", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/faceless-recognition-system-can-identify-you-even-when-you-hide-your-face" + }, + "entry_id": 539, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 122862356, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 37366649, + "voter": "violino" + }, + { + "percent": "10000", + "reputation": 5715087, + "rshares": 54162706, + "voter": "dave77" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wDe33D6geoo\n\n#news #election #fraud #vote", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-08T05:11:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=wDe33D6geoo\"]}", + "last_payout": "2016-09-07T17:18:21", + "last_update": "2016-08-08T05:11:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 214391711, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-secret-group-running-u-s-elections-discovered", + "post_id": 677177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Breaking News: Secret Group Running U.S. Elections Discovered", + "title": "Breaking News: Secret Group Running U.S. Elections Discovered", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-secret-group-running-u-s-elections-discovered" + }, + "entry_id": 538, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 635332477, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 996606523, + "rshares": 56586519, + "voter": "theinvertedtower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "A new study released in September of this year gives even more evidence that GMOs should have been banned before they were ever allowed on the market. Read on to find out how \u201cGenetically Engineered Crops, Glyphosate and the Deterioration of Health in the United States of America\u201d pinpoints a significant correlation between GMOs and 22 diseases.\n\nhttp://naturalsociety.com/study-links-gmos-22-different-diseases/\n\nhttp://naturalsociety.com/wp-content/uploads/gmo_apple_squeeze_735_350.jpg\n\n#gmo #diseases #science", + "body_length": 515, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-08-08T03:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"gmo\",\"diseases\"],\"links\":[\"http://naturalsociety.com/study-links-gmos-22-different-diseases/\"]}", + "last_payout": "2016-09-07T15:20:54", + "last_update": "2016-08-08T03:17:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 691918996, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "study-links-gmos-to-over-22-different-diseases", + "post_id": 675778, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Study Links GMOs To Over 22 Different Diseases", + "title": "Study Links GMOs To Over 22 Different Diseases", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/study-links-gmos-to-over-22-different-diseases" + }, + "entry_id": 537, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 33624732, + "rshares": 241014876, + "voter": "cloudreflect" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_WgfaJjvfxA\n\n#aquaculture #farming", + "body_length": 66, + "cashout_time": "1969-12-31T23:59:59", + "category": "aquaculture", + "children": 0, + "created": "2016-08-08T02:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"aquaculture\"],\"links\":[\"https://www.youtube.com/watch?v=_WgfaJjvfxA\"]}", + "last_payout": "2016-09-07T14:58:45", + "last_update": "2016-08-08T02:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 241014876, + "parent_author": "", + "parent_permlink": "aquaculture", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "aquaculture-cage-culture", + "post_id": 675151, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Aquaculture: Cage Culture", + "title": "Aquaculture: Cage Culture", + "total_payout_value": "0.000 HBD", + "url": "/aquaculture/@cryptocurrency1/aquaculture-cage-culture" + }, + "entry_id": 536, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 219565156684, + "rshares": 73963273, + "voter": "elkemi" + }, + { + "percent": "10000", + "reputation": 20458047767, + "rshares": 46580729, + "voter": "texkitten" + }, + { + "percent": "10000", + "reputation": 683092511, + "rshares": 32892169, + "voter": "garycok" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=XyVNAgrbQz4\n\n#grow #food #farming #garden", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "created": "2016-08-07T23:13:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https://www.youtube.com/watch?v=XyVNAgrbQz4\"]}", + "last_payout": "2016-09-07T11:18:21", + "last_update": "2016-08-07T23:13:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153436171, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-much-food-can-i-grow-around-my-house", + "post_id": 672001, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How Much Food Can I Grow Around My House?", + "title": "How Much Food Can I Grow Around My House?", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/how-much-food-can-i-grow-around-my-house" + }, + "entry_id": 535, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 33624732, + "rshares": 231374281, + "voter": "cloudreflect" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Olympic Spirit is dead ... just ask Russia's Paralympic team\nhttp://sports.yahoo.com/news/the-olympic-spirit-doesnt-exist-just-ask-russias-paralympic-team-172446897.html\n\nEveryone is now focusing their energy & spirit in fighting the 13 inbred Terrorist European Bloodlines to take back America.\n\n#olympic #russia #paralympic", + "body_length": 329, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 0, + "created": "2016-08-07T21:59:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\",\"russia\",\"paralympic\"],\"links\":[\"http://sports.yahoo.com/news/the-olympic-spirit-doesnt-exist-just-ask-russias-paralympic-team-172446897.html\"]}", + "last_payout": "2016-09-07T15:05:21", + "last_update": "2016-08-07T21:59:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 231374281, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-olympic-spirit-is-dead", + "post_id": 670679, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Olympic Spirit is dead", + "title": "The Olympic Spirit is dead", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/the-olympic-spirit-is-dead" + }, + "entry_id": 534, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OwnA4ddwTrg\n\n#satanic #schools #kids #children", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "kids", + "children": 1, + "created": "2016-08-07T21:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kids\"],\"links\":[\"https://www.youtube.com/watch?v=OwnA4ddwTrg\"]}", + "last_payout": "2016-09-07T09:05:24", + "last_update": "2016-08-07T21:05:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "kids", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "satanic-panic-brainwashing-their-way-into-schools", + "post_id": 669541, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SATANIC PANIC BRAINWASHING THEIR WAY INTO SCHOOLS!", + "title": "SATANIC PANIC BRAINWASHING THEIR WAY INTO SCHOOLS!", + "total_payout_value": "0.000 HBD", + "url": "/kids/@cryptocurrency1/satanic-panic-brainwashing-their-way-into-schools" + }, + "entry_id": 533, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 6450157665, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 369300700, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -81696430360, + "rshares": 28660111, + "voter": "henriquez147" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57878614, + "voter": "josegtz" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CCGR1IstS0g\n\n#edward #snowden #dead #nsa #news", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "nsa", + "children": 1, + "created": "2016-08-07T20:56:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nsa\"],\"links\":[\"https://www.youtube.com/watch?v=CCGR1IstS0g\"]}", + "last_payout": "2016-09-07T09:09:48", + "last_update": "2016-08-07T20:56:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6905997090, + "parent_author": "", + "parent_permlink": "nsa", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-edward-snowden-dead-at-age-33", + "post_id": 669355, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IS EDWARD SNOWDEN DEAD AT AGE 33?", + "title": "IS EDWARD SNOWDEN DEAD AT AGE 33?", + "total_payout_value": "0.000 HBD", + "url": "/nsa/@cryptocurrency1/is-edward-snowden-dead-at-age-33" + }, + "entry_id": 532, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1362033193, + "rshares": 48095692, + "voter": "goradyne" + }, + { + "percent": "10000", + "reputation": 20919704572, + "rshares": 3424657, + "voter": "deejayehn" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=gp1cfqAg9Fk\n\n#illuminati #vagina #olympic #rio", + "body_length": 78, + "cashout_time": "1969-12-31T23:59:59", + "category": "olympic", + "children": 1, + "created": "2016-08-07T07:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"olympic\"],\"links\":[\"https://www.youtube.com/watch?v=gp1cfqAg9Fk\"]}", + "last_payout": "2016-09-06T19:16:42", + "last_update": "2016-08-07T07:09:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51520349, + "parent_author": "", + "parent_permlink": "olympic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "olympic-giant-vagina-birthing-new-race", + "post_id": 657740, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic Giant Vagina Birthing new RACE", + "title": "Olympic Giant Vagina Birthing new RACE", + "total_payout_value": "0.000 HBD", + "url": "/olympic/@cryptocurrency1/olympic-giant-vagina-birthing-new-race" + }, + "entry_id": 531, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 362059510, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 61159873, + "voter": "laconicflow" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=QgaTQ5-XfMM\n\n#music #piano #cello", + "body_length": 65, + "cashout_time": "1969-12-31T23:59:59", + "category": "piano", + "children": 0, + "created": "2016-08-06T22:39:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"piano\"],\"links\":[\"https://www.youtube.com/watch?v=QgaTQ5-XfMM\"]}", + "last_payout": "2016-09-06T11:00:51", + "last_update": "2016-08-06T22:39:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 423219383, + "parent_author": "", + "parent_permlink": "piano", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "christina-perri-a-thousand-years-piano-cello-cover", + "post_id": 651875, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Christina Perri - A Thousand Years (Piano/Cello Cover)", + "title": "Christina Perri - A Thousand Years (Piano/Cello Cover)", + "total_payout_value": "0.000 HBD", + "url": "/piano/@cryptocurrency1/christina-perri-a-thousand-years-piano-cello-cover" + }, + "entry_id": 530, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 362059510, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pawim692vZc\n\n#music", + "body_length": 51, + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 0, + "created": "2016-08-06T22:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=pawim692vZc\"]}", + "last_payout": "2016-09-06T10:37:03", + "last_update": "2016-08-06T22:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 362059510, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "waltz-of-roses-waltz-of-love-eugen-doga-gramofon", + "post_id": 651690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u273f \u2661 \u273f Waltz of Roses, Waltz of Love (Eugen Doga - Gramofon)", + "title": "\u273f \u2661 \u273f Waltz of Roses, Waltz of Love (Eugen Doga - Gramofon)", + "total_payout_value": "0.000 HBD", + "url": "/music/@cryptocurrency1/waltz-of-roses-waltz-of-love-eugen-doga-gramofon" + }, + "entry_id": 529, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6939867367, + "rshares": 57216061, + "voter": "nathanonymous" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=volHNGg2UUY\n\nThe microchip is call \"SmartPhone\"\n\n#smartphone #technology #microchip #news", + "body_length": 121, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 2, + "created": "2016-08-06T21:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https://www.youtube.com/watch?v=volHNGg2UUY\"]}", + "last_payout": "2016-09-06T14:59:21", + "last_update": "2016-08-06T21:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57216061, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nbc-announces-everyone-must-wear-a-microchip-by-2017", + "post_id": 650746, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NBC ANNOUNCES EVERYONE MUST WEAR A MICROCHIP BY 2017", + "title": "NBC ANNOUNCES EVERYONE MUST WEAR A MICROCHIP BY 2017", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/nbc-announces-everyone-must-wear-a-microchip-by-2017" + }, + "entry_id": 528, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 324483661, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 95607566970, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 369300700, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 52355371, + "rshares": 57417571, + "voter": "maximusbaku" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "A private company investigating another private company own by the same 13 inbred Terrorist European bloodline\nhttp://fortune.com/2016/08/04/federal-reserve-berkshire-hathaway/\n\nhttps://fortunedotcom.files.wordpress.com/2016/08/gettyimages-526513970.jpg?w=840&h=485&crop=1\n\n#federal #reserve #fraud #illuminati", + "body_length": 310, + "cashout_time": "1969-12-31T23:59:59", + "category": "banks", + "children": 1, + "created": "2016-08-06T07:38:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"banks\",\"federal\",\"reserve\",\"fraud\",\"illuminati\"],\"links\":[\"http://fortune.com/2016/08/04/federal-reserve-berkshire-hathaway/\"]}", + "last_payout": "2016-09-05T19:42:27", + "last_update": "2016-08-06T07:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 96358768902, + "parent_author": "", + "parent_permlink": "banks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people", + "post_id": 641384, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The terrorist organization Federal Reserve released the latest joke to mock the American people.", + "title": "The terrorist organization Federal Reserve released the latest joke to mock the American people.", + "total_payout_value": "0.000 HBD", + "url": "/banks/@cryptocurrency1/the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people" + }, + "entry_id": 527, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 95607566970, + "voter": "sigmajin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I know you've all been seeing a lot of news stories with hidden coded number 13 in them.\n\nhttp://images6.fanpop.com/image/answers/2960000/2960710_1345434787567.77res_299_450.jpg\n\n13 youths die in devastating bar fire in France\u2019s Rouen\nhttps://www.rt.com/news/354814-france-rouen-bar-fire/\nhttp://www.foxnews.com/world/2016/08/05/france-bar-fire-kills-at-least-13-people.html\n\n13 Killed in Separatist Attack in Northeastern India\nhttp://www.nytimes.com/2016/08/06/world/asia/india-assam-kokrajhar-attack.html?_r=0\n\nMichael Bay's '13 Hours' gets huge sales boost as election nears\nhttp://www.foxnews.com/entertainment/2016/08/05/michael-bays-13-hours-gets-huge-sales-boost-as-election-nears.html\n\nDonald Trump Announces Economic Policy Team: 13 Men\nhttp://thinkprogress.org/economy/2016/08/05/3805373/trump-all-white-all-male-economic-advisers/\n\nBehold, The 13 inbred Terrorist European Bloodlines\nhttps://steemit.com/mafia/@cryptocurrency1/3udsee-the-13-inbred-terrorist-european-bloodlines\n\n#european #illuminati #bilderberg #group", + "body_length": 1031, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-06T03:23:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"european\",\"illuminati\",\"bilderberg\",\"group\"],\"image\":[\"http://images6.fanpop.com/image/answers/2960000/2960710_1345434787567.77res_299_450.jpg\"]}", + "last_payout": "2016-09-05T15:23:36", + "last_update": "2016-08-06T03:23:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 95607566970, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-number-13", + "post_id": 639283, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The number 13", + "title": "The number 13", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-number-13" + }, + "entry_id": 526, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 95607566970, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1443297508, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 40684236, + "rshares": 57389981, + "voter": "kyat13" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "There are 13 inbred evil European bloodlines. Each bloodline of the 13 inbred evil bloodlines is a symbol of a clown (a clown is a symbol of the Devil's minion). There are 13 inbred evil European bloodlines aka 13 clowns (not 13 individuals, but 13 evil bloodlines) that serve the devil. Those 13 clowns formed a cult known as 'The Devil worshipers cult'.\n\nThey are a mafia organization. No government in USA can indict them for Rico Act because they've illegally captured the USA and overthrew the Declaration of Independence of 1776 and the U.S. Constitution. Their high ranking mafia members are listed on the Forbes Billionaire List. The entire political & financial system are rigged by them.\n\nhttps://josephmallozzi.files.wordpress.com/2012/07/spawn-clown1.jpg?w=220&h=300\n\n#illuminati #bilderberg #group #mafia #fraud", + "body_length": 824, + "cashout_time": "1969-12-31T23:59:59", + "category": "mafia", + "children": 0, + "created": "2016-08-06T03:10:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mafia\",\"illuminati\",\"bilderberg\",\"group\",\"fraud\"],\"image\":[\"https://josephmallozzi.files.wordpress.com/2012/07/spawn-clown1.jpg?w=220&h=300\"]}", + "last_payout": "2016-09-05T15:16:18", + "last_update": "2016-08-06T03:10:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97108254459, + "parent_author": "", + "parent_permlink": "mafia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "3udsee-the-13-inbred-terrorist-european-bloodlines", + "post_id": 639154, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines", + "title": "The 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.026 HBD", + "url": "/mafia/@cryptocurrency1/3udsee-the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 525, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 97883937612, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 2172933001, + "rshares": 57613082, + "voter": "godamc" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=22PvAvawBHM\n\n#metadata #nsa #cia #fraud #illuminati", + "body_length": 83, + "cashout_time": "1969-12-31T23:59:59", + "category": "nsa", + "children": 1, + "created": "2016-08-05T23:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nsa\"],\"links\":[\"https://www.youtube.com/watch?v=22PvAvawBHM\"]}", + "last_payout": "2016-09-05T11:46:24", + "last_update": "2016-08-05T23:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97941550694, + "parent_author": "", + "parent_permlink": "nsa", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "metadata-the-nsa-are-still-watching-you", + "post_id": 637048, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "METADATA: THE NSA ARE STILL WATCHING YOU", + "title": "METADATA: THE NSA ARE STILL WATCHING YOU", + "total_payout_value": "0.032 HBD", + "url": "/nsa/@cryptocurrency1/metadata-the-nsa-are-still-watching-you" + }, + "entry_id": 524, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.recode.net/2016/8/5/12383340/washington-post-olympics-software\n\n#robot #news #robotic", + "body_length": 96, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-05T23:21:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"robot\",\"robotic\"],\"links\":[\"http://www.recode.net/2016/8/5/12383340/washington-post-olympics-software\"]}", + "last_payout": "2016-09-05T11:21:48", + "last_update": "2016-08-05T23:21:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics", + "post_id": 636807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Washington Post will use robots to write stories about the Rio Olympics", + "title": "The Washington Post will use robots to write stories about the Rio Olympics", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics" + }, + "entry_id": 523, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 97718520, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 97883937612, + "voter": "sigmajin" + }, + { + "percent": "10", + "reputation": -513060008757, + "rshares": 1248828, + "voter": "daysmega" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.breitbart.com/video/2016/08/04/freed-iranian-hostage-iranians-told-me-they-were-waiting-for-another-plane-to-arrive-before-letting-us-go/\n\n#iran #ransom #iranian #hostage #news", + "body_length": 187, + "cashout_time": "1969-12-31T23:59:59", + "category": "iranian", + "children": 2, + "created": "2016-08-05T08:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"iranian\",\"iran\",\"ransom\",\"hostage\",\"news\"],\"links\":[\"http://www.breitbart.com/video/2016/08/04/freed-iranian-hostage-iranians-told-me-they-were-waiting-for-another-plane-to-arrive-before-letting-us-go/\"]}", + "last_payout": "2016-09-04T20:28:27", + "last_update": "2016-08-05T08:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97982904960, + "parent_author": "", + "parent_permlink": "iranian", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "former-iran-hostage-says-plane-waited-until-ransom-money-arrived", + "post_id": 619581, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FORMER IRAN HOSTAGE SAYS PLANE WAITED UNTIL RANSOM MONEY ARRIVED...", + "title": "FORMER IRAN HOSTAGE SAYS PLANE WAITED UNTIL RANSOM MONEY ARRIVED...", + "total_payout_value": "0.000 HBD", + "url": "/iranian/@cryptocurrency1/former-iran-hostage-says-plane-waited-until-ransom-money-arrived" + }, + "entry_id": 522, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 130291361, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 97883937612, + "voter": "sigmajin" + }, + { + "percent": "10", + "reputation": -535558200327, + "rshares": 1316967, + "voter": "rickydevil" + }, + { + "percent": "10000", + "reputation": 18131850, + "rshares": 54496279, + "voter": "bitcoin1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OyP9FdXr-G0\n\n#us #america #election #rigged #fraud", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 3, + "created": "2016-08-05T06:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https://www.youtube.com/watch?v=OyP9FdXr-G0\"]}", + "last_payout": "2016-09-04T18:15:27", + "last_update": "2016-08-05T06:06:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 98070042219, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "this-video-proves-hillary-will-attempt-to-steal-election-from-trump", + "post_id": 617820, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Video Proves Hillary Will Attempt To Steal Election From Trump", + "title": "This Video Proves Hillary Will Attempt To Steal Election From Trump", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/this-video-proves-hillary-will-attempt-to-steal-election-from-trump" + }, + "entry_id": 521, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 195437041, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 113329972, + "voter": "spinner" + }, + { + "percent": "10", + "reputation": -531415651637, + "rshares": 1257687, + "voter": "redredwinewine" + }, + { + "percent": "10000", + "reputation": 111978656986, + "rshares": 236433724, + "voter": "jordanallen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ulka_mpp8vE\n\n#federal #reserve #federalreserve #scam #usd", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-05T03:29:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=ulka_mpp8vE\"]}", + "last_payout": "2016-09-04T20:04:36", + "last_update": "2016-08-05T03:29:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 546458424, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "us-dollar-unwinding-world-wide", + "post_id": 616087, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Dollar Unwinding World Wide", + "title": "US Dollar Unwinding World Wide", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/us-dollar-unwinding-world-wide" + }, + "entry_id": 520, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 195437041, + "voter": "itay" + }, + { + "percent": "10", + "reputation": -922435559398, + "rshares": 1234073, + "voter": "eternalabove" + }, + { + "percent": "10000", + "reputation": 4408071877, + "rshares": 1175393897, + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=BP-MPsy2sJM\n\n#us #america #election #rigged #fraud", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 2, + "created": "2016-08-05T03:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https://www.youtube.com/watch?v=BP-MPsy2sJM\"]}", + "last_payout": "2016-09-04T15:23:21", + "last_update": "2016-08-05T03:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1372065011, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure", + "post_id": 615792, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Independence Day Resurgence & Hillary Clinton | Illuminati Disclosure", + "title": "Independence Day Resurgence & Hillary Clinton | Illuminati Disclosure", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure" + }, + "entry_id": 519, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 99834551731, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 285722539, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 2272340357792, + "rshares": 213083704860, + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 10768659357, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 3325334559, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1472163458, + "voter": "cryptocurrency1" + }, + { + "percent": "10", + "reputation": -1016377321976, + "rshares": 1243593, + "voter": "curls4life" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 643575676, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 4408071877, + "rshares": 48104378, + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.washingtontimes.com/news/2016/aug/4/government-lift-moratorium-cross-species-chimera-r/\n\nhttp://twt-thumbs.washtimes.com/media/image/2009/12/03/20091202-222827-pic-829971373_c0-35-320-221_s885x516.jpg?4ddfadaf40e7c26e750539787ff87b9a464841d4\n\n#science #chimera #gene #dna", + "body_length": 282, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 4, + "created": "2016-08-05T00:46:33", + "curator_payout_value": "0.049 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"chimera\",\"gene\",\"dna\"],\"links\":[\"http://www.washingtontimes.com/news/2016/aug/4/government-lift-moratorium-cross-species-chimera-r/\"]}", + "last_payout": "2016-09-04T13:20:24", + "last_update": "2016-08-05T00:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 329463060151, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "government-to-lift-moratorium-on-cross-species-chimera-research", + "post_id": 613776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Government to lift moratorium on cross-species, \u2018Chimera\u2019 research", + "title": "Government to lift moratorium on cross-species, \u2018Chimera\u2019 research", + "total_payout_value": "0.206 HBD", + "url": "/science/@cryptocurrency1/government-to-lift-moratorium-on-cross-species-chimera-research" + }, + "entry_id": 518, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": -832613042101, + "rshares": 1257680, + "voter": "crumaner" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.ew.com/article/2016/08/04/abc-star-wars-series\n\n#star #wars #starwars #TV #show", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "starwars", + "children": 2, + "created": "2016-08-04T23:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"starwars\",\"star\",\"wars\",\"TV\",\"show\"],\"links\":[\"http://www.ew.com/article/2016/08/04/abc-star-wars-series\"]}", + "last_payout": "2016-09-04T11:38:12", + "last_update": "2016-08-04T23:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1257680, + "parent_author": "", + "parent_permlink": "starwars", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "star-wars-tv-show", + "post_id": 612654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Star Wars TV show", + "title": "Star Wars TV show", + "total_payout_value": "0.000 HBD", + "url": "/starwars/@cryptocurrency1/star-wars-tv-show" + }, + "entry_id": 517, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": -634210742757, + "rshares": 1230649, + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.usnews.com/news/offbeat/articles/2016-08-04/schools-receive-request-for-after-school-satan-club?src=usn_fb\n\n#satan #club #schools #kids", + "body_length": 146, + "cashout_time": "1969-12-31T23:59:59", + "category": "satan", + "children": 1, + "created": "2016-08-04T23:29:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"satan\",\"club\",\"schools\",\"kids\"],\"links\":[\"http://www.usnews.com/news/offbeat/articles/2016-08-04/schools-receive-request-for-after-school-satan-club?src=usn_fb\"]}", + "last_payout": "2016-09-04T11:31:00", + "last_update": "2016-08-04T23:29:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1230649, + "parent_author": "", + "parent_permlink": "satan", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "satan-club-requests-hit-schools", + "post_id": 612546, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Satan Club' Requests Hit Schools", + "title": "'Satan Club' Requests Hit Schools", + "total_payout_value": "0.000 HBD", + "url": "/satan/@cryptocurrency1/satan-club-requests-hit-schools" + }, + "entry_id": 516, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.dailymail.co.uk/sciencetech/article-3722558/Hackers-inside-BRAIN-Experts-warn-growing-threat-monitoring-controlling-neural-signals.html\n\nhttp://i.dailymail.co.uk/i/pix/2016/08/03/22/2DEB07D800000578-0-image-a-1_1470259530947.jpg\n\n#hackers #brain #hacking #hack", + "body_length": 271, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-08-04T23:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"hackers\",\"brain\",\"hacking\",\"hack\"],\"links\":[\"http://www.dailymail.co.uk/sciencetech/article-3722558/Hackers-inside-BRAIN-Experts-warn-growing-threat-monitoring-controlling-neural-signals.html\"]}", + "last_payout": "2016-09-04T11:24:33", + "last_update": "2016-08-04T23:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hackers-could-get-inside-your-brain", + "post_id": 612463, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hackers could get inside your BRAIN", + "title": "Hackers could get inside your BRAIN", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/hackers-could-get-inside-your-brain" + }, + "entry_id": 515, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 270686124, + "voter": "kellywin21" + }, + { + "percent": "10", + "reputation": -592763794575, + "rshares": 1248902, + "voter": "daysaiyan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.lifezette.com/polizette/un-backs-secret-obama-takeover-of-police/\n\n#un #police #politic #news", + "body_length": 104, + "cashout_time": "1969-12-31T23:59:59", + "category": "politic", + "children": 2, + "created": "2016-08-04T23:19:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politic\",\"un\",\"police\",\"news\"],\"links\":[\"http://www.lifezette.com/polizette/un-backs-secret-obama-takeover-of-police/\"]}", + "last_payout": "2016-09-04T11:22:06", + "last_update": "2016-08-04T23:19:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271935026, + "parent_author": "", + "parent_permlink": "politic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "u-n-take-over-of-police", + "post_id": 612411, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U.N. take over of Police", + "title": "U.N. take over of Police", + "total_payout_value": "0.000 HBD", + "url": "/politic/@cryptocurrency1/u-n-take-over-of-police" + }, + "entry_id": 514, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 1040489071, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 330336150, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 328735209616, + "rshares": 1169344295, + "voter": "gaitan" + }, + { + "percent": "10", + "reputation": -705106123629, + "rshares": 1289265, + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 306181649, + "voter": "cjclaro" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sGeuevcHYpw\n\n#putin #russia #un #news #nwo", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 1, + "created": "2016-08-03T22:10:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"links\":[\"https://www.youtube.com/watch?v=sGeuevcHYpw\"]}", + "last_payout": "2016-09-03T10:20:00", + "last_update": "2016-08-03T22:10:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2847640430, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016", + "post_id": 590294, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PUTIN exposes USA about the NEW WORLD ORDER at UN Meeting 2016", + "title": "PUTIN exposes USA about the NEW WORLD ORDER at UN Meeting 2016", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016" + }, + "entry_id": 513, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 435023172, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2725768, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -634210742757, + "rshares": 1230649, + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": 4408071877, + "rshares": 49277656, + "voter": "relentvest" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Co5Vbc2UAAAfqCx.jpg\n\nWooden pallets stacked with euros, Swiss francs and other currencies were flown on unmarked cargo plane... \n\nhttp://www.wsj.com/articles/u-s-sent-cash-to-iran-as-americans-were-freed-1470181874\n\n#iran #ransom #illuminati #bilderberg #group", + "body_length": 288, + "cashout_time": "1969-12-31T23:59:59", + "category": "iran", + "children": 2, + "created": "2016-08-03T01:29:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"iran\",\"ransom\",\"illuminati\",\"bilderberg\",\"group\"],\"image\":[\"https://pbs.twimg.com/media/Co5Vbc2UAAAfqCx.jpg\"]}", + "last_payout": "2016-09-02T13:58:18", + "last_update": "2016-08-03T01:29:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 488257245, + "parent_author": "", + "parent_permlink": "iran", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed", + "post_id": 571470, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "OBAMA SENT $400 MILLION CASH TO IRAN AS AMERICAN PRISONERS FREED", + "title": "OBAMA SENT $400 MILLION CASH TO IRAN AS AMERICAN PRISONERS FREED", + "total_payout_value": "0.000 HBD", + "url": "/iran/@cryptocurrency1/obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed" + }, + "entry_id": 512, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=uIhrgLkTelI\n\n#wikileaks #julian #assange #illuminati #news", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 0, + "created": "2016-08-02T20:03:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https://www.youtube.com/watch?v=uIhrgLkTelI\"]}", + "last_payout": "2016-09-02T08:03:30", + "last_update": "2016-08-02T20:03:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "illuminati-orders-elimination-of-julian-assange-wikileaks", + "post_id": 566159, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ILLUMINATI ORDERS ELIMINATION OF JULIAN ASSANGE + WIKILEAKS!", + "title": "ILLUMINATI ORDERS ELIMINATION OF JULIAN ASSANGE + WIKILEAKS!", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/illuminati-orders-elimination-of-julian-assange-wikileaks" + }, + "entry_id": 511, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2725768, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -436695352849, + "rshares": 1243607, + "voter": "amboyst" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Donald Trump said we're running against a \"rigged system\" and \"dishonest machine\" at a campaign rally Tuesday in Ashburn, Virginia.\n\nhttp://www.realclearpolitics.com/video/2016/08/02/trump_were_running_against_a_rigged_press.html\n\n#news #politics #rigged #fraud #illuminati", + "body_length": 273, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-02T18:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"politics\",\"rigged\",\"fraud\",\"illuminati\"],\"links\":[\"http://www.realclearpolitics.com/video/2016/08/02/trump_were_running_against_a_rigged_press.html\"]}", + "last_payout": "2016-09-02T06:34:42", + "last_update": "2016-08-02T18:33:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3969375, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-we-re-running-against-a-rigged-press", + "post_id": 564576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump: \"We're Running Against a Rigged Press\"", + "title": "Trump: \"We're Running Against a Rigged Press\"", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-we-re-running-against-a-rigged-press" + }, + "entry_id": 510, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 2038140550, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 85798962, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2725768, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -353287592738, + "rshares": 1277307, + "voter": "countrytalented" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "A poop-themed restaurant is about to break wind in Toronto\nhttp://www.usatoday.com/story/news/nation-now/2016/08/01/poop-themed-restaurant-break-wind-toronto/87917680/\n\nhttps://pbs.twimg.com/media/CoVoJZZXgAASiAm.jpg\n\n#poop #restaurant #food #dining #illuminati", + "body_length": 261, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "created": "2016-08-02T05:16:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"http://www.usatoday.com/story/news/nation-now/2016/08/01/poop-themed-restaurant-break-wind-toronto/87917680/\"]}", + "last_payout": "2016-09-01T17:57:39", + "last_update": "2016-08-02T05:16:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2127942587, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "post_id": 552597, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children" + }, + "entry_id": 509, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2725768, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -858755906570, + "rshares": 1633409, + "voter": "abctrade" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://nypost.com/2016/08/01/warren-buffett-joins-the-billionaires-for-hillary-club/\n\nhttps://thenypost.files.wordpress.com/2016/08/warrenhills.jpg?quality=90&strip=all&w=664&h=441&crop=1\n\n#billionaires #hillary #clinton #terrorist #terrorism #us #america #election #fraud #scam #illuminati #news", + "body_length": 296, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-08-02T01:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http://nypost.com/2016/08/01/warren-buffett-joins-the-billionaires-for-hillary-club/\"]}", + "last_payout": "2016-09-01T13:20:57", + "last_update": "2016-08-02T01:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4359177, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton", + "post_id": 549309, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines support Hillary Clinton", + "title": "The 13 inbred Terrorist European Bloodlines support Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton" + }, + "entry_id": 508, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 2244313436, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 220372673, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 4859422035, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2725768, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -535558200327, + "rshares": 1316967, + "voter": "rickydevil" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn.images.express.co.uk/img/dynamic/78/590x/Merkel-695580.jpg\n\n\u2018Germans have had enough of this\u2019 Polish experts blast Merkel & claim Europe \u2018is dead\u2019\nhttp://www.express.co.uk/news/world/695580/Angela-Merkel-open-door-Poland-Germans-migrant-crisis-Europe-dead-Jacek-Wrona\n\n#europe #european #german #germany", + "body_length": 314, + "cashout_time": "1969-12-31T23:59:59", + "category": "europe", + "children": 1, + "created": "2016-08-01T23:55:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"europe\"],\"image\":[\"http://cdn.images.express.co.uk/img/dynamic/78/590x/Merkel-695580.jpg\"]}", + "last_payout": "2016-09-01T12:01:57", + "last_update": "2016-08-01T23:55:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7328150879, + "parent_author": "", + "parent_permlink": "europe", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "europe-is-dead", + "post_id": 548052, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Europe \u2018is dead\u2019", + "title": "Europe \u2018is dead\u2019", + "total_payout_value": "0.000 HBD", + "url": "/europe/@cryptocurrency1/europe-is-dead" + }, + "entry_id": 507, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 14766157620, + "rshares": 56175752, + "voter": "jessicca" + }, + { + "percent": "10", + "reputation": -858755906570, + "rshares": 1633409, + "voter": "abctrade" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=nR_RsXvtV_M\n\n#news #flood", + "body_length": 57, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 3, + "created": "2016-08-01T04:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=nR_RsXvtV_M\"]}", + "last_payout": "2016-08-31T17:04:18", + "last_update": "2016-08-01T04:59:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60322625, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "woman-trapped-in-car-during-flash-flood", + "post_id": 527487, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Woman trapped in car during flash flood", + "title": "Woman trapped in car during flash flood", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/woman-trapped-in-car-during-flash-flood" + }, + "entry_id": 506, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 3585842416, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 14253982268, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 3976026918, + "rshares": 243345592, + "voter": "eduardf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235668384, + "voter": "complexity" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 173599827, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": -1489255226876, + "rshares": 752490047, + "voter": "komolova19" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 12113295639, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 158273024132, + "rshares": 62617873, + "voter": "gek70rus" + }, + { + "percent": "10", + "reputation": -634210742757, + "rshares": 1230649, + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Clinton Foundation, State and Kremlin Connections\nWhy did Hillary\u2019s State Department urge U.S. investors to fund Russian research for military uses?\n\nhttps://si.wsj.net/public/resources/images/BN-PE346_schwei_M_20160729151122.jpg\n\nhttp://www.wsj.com/articles/the-clinton-foundation-state-and-kremlin-connections-1469997195\n\n#clinton #foundation #kremlin", + "body_length": 357, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 2, + "created": "2016-08-01T04:38:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"image\":[\"https://si.wsj.net/public/resources/images/BN-PE346_schwei_M_20160729151122.jpg\"]}", + "last_payout": "2016-08-31T17:16:45", + "last_update": "2016-08-01T04:38:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31424586159, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-clinton-foundation-state-and-kremlin-connections", + "post_id": 527223, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Clinton Foundation, State and Kremlin Connections", + "title": "The Clinton Foundation, State and Kremlin Connections", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/the-clinton-foundation-state-and-kremlin-connections" + }, + "entry_id": 505, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -436695352849, + "rshares": 1243607, + "voter": "amboyst" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GjdGWlmlxx8\n\n#dangerous #rides", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "rides", + "children": 1, + "created": "2016-08-01T01:28:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"rides\"],\"links\":[\"https://www.youtube.com/watch?v=GjdGWlmlxx8\"]}", + "last_payout": "2016-08-31T13:36:24", + "last_update": "2016-08-01T01:28:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3757071, + "parent_author": "", + "parent_permlink": "rides", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-dangerous-rides-people-have-actually-died-from", + "post_id": 524494, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Dangerous Rides People Have Actually Died From!", + "title": "10 Dangerous Rides People Have Actually Died From!", + "total_payout_value": "0.000 HBD", + "url": "/rides/@cryptocurrency1/10-dangerous-rides-people-have-actually-died-from" + }, + "entry_id": 504, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -353287592738, + "rshares": 1277307, + "voter": "countrytalented" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=th-LBsT7Ly8\n\n#sandy #hook #illuminati #evil #jews #zionist", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-07-31T23:40:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=th-LBsT7Ly8\"]}", + "last_payout": "2016-08-31T11:41:51", + "last_update": "2016-07-31T23:40:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3790771, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sandy-hook-s-usd50-million-dollar-relaunch", + "post_id": 522836, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SANDY HOOK'S $50 MILLION DOLLAR RELAUNCH!!!", + "title": "SANDY HOOK'S $50 MILLION DOLLAR RELAUNCH!!!", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/sandy-hook-s-usd50-million-dollar-relaunch" + }, + "entry_id": 503, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": -589856272626, + "rshares": 1265154, + "voter": "gaspot" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6qF_fzEI4wU\n\n#skydiver #parachute #sports", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "sports", + "children": 1, + "created": "2016-07-31T19:45:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sports\"],\"links\":[\"https://www.youtube.com/watch?v=6qF_fzEI4wU\"]}", + "last_payout": "2016-08-31T07:46:39", + "last_update": "2016-07-31T19:45:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1265154, + "parent_author": "", + "parent_permlink": "sports", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "skydiver-luke-aikins-jumps-25000-feet-without-parachute", + "post_id": 518151, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Skydiver Luke Aikins jumps 25000 feet without parachute", + "title": "Skydiver Luke Aikins jumps 25000 feet without parachute", + "total_payout_value": "0.000 HBD", + "url": "/sports/@cryptocurrency1/skydiver-luke-aikins-jumps-25000-feet-without-parachute" + }, + "entry_id": 502, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 62256001, + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -634210742757, + "rshares": 1230649, + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52850003, + "voter": "drugsteem" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fy1Mg8rlFsU\n\n#hillary #clinton #donald #trump #us #election #scam #fraud #rigged #news", + "body_length": 118, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-31T07:56:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=fy1Mg8rlFsU\"]}", + "last_payout": "2016-08-30T20:06:36", + "last_update": "2016-07-31T07:56:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 118850117, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "alex-jones-emergency-message-to-donald-trump", + "post_id": 506868, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Alex Jones emergency message to Donald Trump", + "title": "Alex Jones emergency message to Donald Trump", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/alex-jones-emergency-message-to-donald-trump" + }, + "entry_id": 501, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -558748379987, + "rshares": 63461972, + "voter": "etherguy" + }, + { + "percent": "10", + "reputation": -599382456308, + "rshares": 1227146, + "voter": "feeltheblade" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn.moneycrashers.com/wp-content/uploads/2008/04/lottery-balls-cash.jpg\n\nhttps://www.washingtonpost.com/news/post-nation/wp/2016/01/09/the-company-that-runs-powerball-had-a-16-5-million-jackpot-rigged-by-a-former-employee/?utm_term=.7f1072058e0c\n\n#lottery #tickets #gambling #money #scam #fraud #lotto #games #rigged #gematria", + "body_length": 333, + "cashout_time": "1969-12-31T23:59:59", + "category": "gambling", + "children": 2, + "created": "2016-07-31T05:30:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gambling\"],\"image\":[\"http://cdn.moneycrashers.com/wp-content/uploads/2008/04/lottery-balls-cash.jpg\"]}", + "last_payout": "2016-08-30T17:45:39", + "last_update": "2016-07-31T05:30:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67202582, + "parent_author": "", + "parent_permlink": "gambling", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria", + "post_id": 505760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "We all know that the lottery is rigged, but do you think the winning numbers have anything to do with Gematria?", + "title": "We all know that the lottery is rigged, but do you think the winning numbers have anything to do with Gematria?", + "total_payout_value": "0.000 HBD", + "url": "/gambling/@cryptocurrency1/we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria" + }, + "entry_id": 500, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Pv-KRj9XxXc\n\n#actors #stunts", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "actors", + "children": 0, + "created": "2016-07-31T04:44:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"actors\"],\"links\":[\"https://www.youtube.com/watch?v=Pv-KRj9XxXc\"]}", + "last_payout": "2016-08-30T16:46:33", + "last_update": "2016-07-31T04:44:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2513464, + "parent_author": "", + "parent_permlink": "actors", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-10-actors-who-do-their-own-stunts", + "post_id": 505368, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Actors Who Do Their Own Stunts", + "title": "Top 10 Actors Who Do Their Own Stunts", + "total_payout_value": "0.000 HBD", + "url": "/actors/@cryptocurrency1/top-10-actors-who-do-their-own-stunts" + }, + "entry_id": 499, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zNinW4LsV4U\n\n#donald #trump #koch #brothers", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-31T04:33:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https://www.youtube.com/watch?v=zNinW4LsV4U\"]}", + "last_payout": "2016-08-30T16:41:06", + "last_update": "2016-07-31T04:33:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2513464, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign", + "post_id": 505239, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Billionaires Beg Koch Brothers To Pour Money Into Trump Campaign", + "title": "Billionaires Beg Koch Brothers To Pour Money Into Trump Campaign", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign" + }, + "entry_id": 498, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -747117499780, + "rshares": 1231439, + "voter": "redddet" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.washingtonpost.com/local/education/an-after-school-satan-club-could-be-coming-to-your-kids-elementary-school/2016/07/30/63f485e6-5427-11e6-88eb-7dda4e2f2aec_story.html\n\nhttps://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2016/07/26/Others/Images/2016-07-26/AfterSchoolSatan_051469542506.jpg?uuid=Y9YIklM7Eea2UjFa5dTU3Q\n\n#satanist #satan #devil #666 #illuminati #bilderberg #group #nwo", + "body_length": 415, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 1, + "created": "2016-07-31T03:37:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.washingtonpost.com/local/education/an-after-school-satan-club-could-be-coming-to-your-kids-elementary-school/2016/07/30/63f485e6-5427-11e6-88eb-7dda4e2f2aec_story.html\"]}", + "last_payout": "2016-08-30T15:39:30", + "last_update": "2016-07-31T03:37:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3744903, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school", + "post_id": 504614, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An After School Satan Club could be coming to your kid\u2019s elementary school", + "title": "An After School Satan Club could be coming to your kid\u2019s elementary school", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school" + }, + "entry_id": 497, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 4747055506, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 570148131, + "voter": "jillstein2016" + }, + { + "percent": "10", + "reputation": -1016377321976, + "rshares": 1237709, + "voter": "curls4life" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/news/2016/07/30/disney-florida-GETTY-TRAVEL-xlarge-large_trans++EDjTm7JpzhSGR1_8ApEWQA1vLvhkMtVb21dMmpQBfEs.jpg\n\nApproximately 50,000 British holidaymakers currently in Florida should avoid unprotected sex for the rest of the summer holidays because of the risk from Zika virus, according to Government advice.\n\n#british #ban #sex #zika #virus #florida", + "body_length": 391, + "cashout_time": "1969-12-31T23:59:59", + "category": "zika", + "children": 2, + "created": "2016-07-31T01:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"zika\"],\"image\":[\"http://www.telegraph.co.uk/content/dam/news/2016/07/30/disney-florida-GETTY-TRAVEL-xlarge-large_trans++EDjTm7JpzhSGR1_8ApEWQA1vLvhkMtVb21dMmpQBfEs.jpg\"]}", + "last_payout": "2016-08-30T13:57:15", + "last_update": "2016-07-31T01:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5320954810, + "parent_author": "", + "parent_permlink": "zika", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "post_id": 503221, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sex ban recommended for British tourists in Florida after Zika outbreak", + "title": "Sex ban recommended for British tourists in Florida after Zika outbreak", + "total_payout_value": "0.000 HBD", + "url": "/zika/@cryptocurrency1/sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak" + }, + "entry_id": 496, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 2241391471, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 443448546, + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Here's an earlier post predicting the price of steem coin.\nhttps://steemit.com/steem/@cryptocurrency1/price-of-steem-coin-will-plummet-because-of-open-source\n\nHere's what I think:\nThe whales are slowly dumping their coins to exit Steem.\n\n#steem #steemit #coin #cryptocurrency", + "body_length": 275, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-31T01:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://steemit.com/steem/@cryptocurrency1/price-of-steem-coin-will-plummet-because-of-open-source\"]}", + "last_payout": "2016-08-30T13:16:36", + "last_update": "2016-07-31T01:09:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2687353481, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-was-right-on-steem-coin-price-prediction", + "post_id": 502652, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I was right on Steem coin price prediction", + "title": "I was right on Steem coin price prediction", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/i-was-right-on-steem-coin-price-prediction" + }, + "entry_id": 495, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 451666677, + "rshares": 1061179956, + "voter": "ale000" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 356957825, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 380098754, + "voter": "jillstein2016" + }, + { + "percent": "10", + "reputation": -1372981139724, + "rshares": 1222338, + "voter": "silvesterstay" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://s.yimg.com/ny/api/res/1.2/o42AADZ3eSkUlTOrCZt89A--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY3MA--/http://media.zenfs.com/en_us/News/afp.com/b044dc0dc5bc07bb96ed6922fc2c9070b41f9238.jpg\n\nPeople walk past a mural of US presidential nominee Hillary Clinton clad in a swimsuit, created by street artist Lushsux, in West Footscray, Melbourne on July 30, 2016\nPeople walk past a mural of US presidential nominee Hillary Clinton clad in a swimsuit, created by street artist Lushsux, in West Footscray, Melbourne on July 30, 2016 (AFP Photo/Paul Crock)\n\nhttps://www.yahoo.com/news/swimsuit-mural-hillary-clinton-creates-stir-australia-072457596.html\n\n#hillary #clinton #vote #voting #us #america #election", + "body_length": 707, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 1, + "created": "2016-07-31T01:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"image\":[\"https://s.yimg.com/ny/api/res/1.2/o42AADZ3eSkUlTOrCZt89A--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY3MA--/http://media.zenfs.com/en_us/News/afp.com/b044dc0dc5bc07bb96ed6922fc2c9070b41f9238.jpg\"]}", + "last_payout": "2016-08-30T13:11:27", + "last_update": "2016-07-31T01:02:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1801972337, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinto-swimsuit-calendar-edition", + "post_id": 502546, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinto swimsuit calendar edition", + "title": "Hillary Clinto swimsuit calendar edition", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/hillary-clinto-swimsuit-calendar-edition" + }, + "entry_id": 494, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 5677629071, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 1439816338, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2513464, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 198298972, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 641757710, + "voter": "loveangel" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Here's a compiled list of websites that are useful and related to Steem\n\nhttps://www.steemimg.com/\n(This site let you upload and share Steem images)\n\nhttp://steemwhales.com/\n(Rankings for Steemit)\n\nhttp://www.steemdollar.com/\n(Steem Dollar Ticker & Conversion. Showing you the \"real\" Steem Dollar value calculated with the latest exchange values.)\n\nhttp://www.steemis.com/\n(Streams of Steemit contents such as: posts, comments, activities)\n\nhttps://steemle.com/\n\nhttp://www.markdowntutorial.com/lesson/1/\n(markdown tutorials)\n\nhttps://steemit.com/~witnesses\n(list of Steemit witnesses)\n\nhttp://i2.wp.com/www.writeawriting.com/wp-content/uploads/2014/07/white-exclamation-mark.png?resize=300%2C260\n\n#steem #steemit #cryptocurrency", + "body_length": 729, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-30T18:22:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.steemimg.com/\"]}", + "last_payout": "2016-08-30T06:41:48", + "last_update": "2016-07-30T18:22:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7960015555, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-resources", + "post_id": 494406, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem resources", + "title": "Steem resources", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-resources" + }, + "entry_id": 493, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 46171859, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2897968628, + "rshares": 104281274, + "voter": "justalazystudent" + }, + { + "percent": "10", + "reputation": -1328386749651, + "rshares": 1225873, + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Thousands to gather in towns and cities across Germany today at 3pm\nThey are calling for her resignation over open door immigration policy\nComes after four brutal attacks leaving nearly a dozen dead in one week\nThree of the attackers were among 1.1million who entered as refugees \n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36BA9BE500000578-3715877-image-a-61_1469893206052.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36BA9BED00000578-3715877-image-a-62_1469893224424.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36B9A20700000578-3715877-image-a-58_1469892525283.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/16/36B9A34500000578-3715877-image-a-57_1469892502736.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/30/12/3688920900000578-0-image-a-3_1469876746723.jpg\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3715877/Thousands-German-protesters-prepare-streets-Merkel-demonstration-against-Premier-s-immigration-policies-say-caused-terror-attacks.html#ixzz4Fum19reW \n\n#german #germany #refugee", + "body_length": 1011, + "cashout_time": "1969-12-31T23:59:59", + "category": "germany", + "children": 2, + "created": "2016-07-30T17:38:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"germany\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/30/16/36BA9BE500000578-3715877-image-a-61_1469893206052.jpg\"]}", + "last_payout": "2016-08-30T05:45:54", + "last_update": "2016-07-30T17:38:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151679006, + "parent_author": "", + "parent_permlink": "germany", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door", + "post_id": 493377, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thousands of German protesters take to the streets saying she 'Must Go' and a key coalition ally withdraws support to open-door immigration policy after terror attacks", + "title": "Thousands of German protesters take to the streets saying she 'Must Go' and a key coalition ally withdraws support to open-door immigration policy after terror attacks", + "total_payout_value": "0.000 HBD", + "url": "/germany/@cryptocurrency1/thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door" + }, + "entry_id": 492, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10", + "reputation": -1372981139724, + "rshares": 1222338, + "voter": "silvesterstay" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Secret Illuminati gang signs EXPOSED!\nhttps://www.youtube.com/watch?v=dOC7pqZ2ON4\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fwww.bibliotecapleyades.net%2Fsociopolitica%2Fcodex_magica%2Fimages%2Facodex_64.jpg&t=567&c=Htr-YUzmMQ44qQ\n\nhttps://ip.bitcointalk.org/?u=http%3A%2F%2Fi1.wp.com%2Folivetjournal.com%2Fwp-content%2Fuploads%2F2014%2F03%2FHandSignChart.orig_.jpg%3Fresize%3D500%252C653&t=567&c=phfryokk4U9yXA\n\nhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2F736x%2F49%2Ff8%2F11%2F49f811a368c0e081edaca6a27958c363.jpg&t=567&c=78LOP9HrV6zUDw\n\n#illuminati #masonic #mason #freemason #bilderberg #group #news", + "body_length": 635, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 2, + "created": "2016-07-30T01:34:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=dOC7pqZ2ON4\"]}", + "last_payout": "2016-08-29T13:34:45", + "last_update": "2016-07-30T01:34:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1222338, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "illuminati-gang-signs", + "post_id": 478279, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati gang signs", + "title": "Illuminati gang signs", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/illuminati-gang-signs" + }, + "entry_id": 491, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 230770109117, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10", + "reputation": -634210742757, + "rshares": 1228658, + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Islamic terrorists hoax revealed\nhttps://www.youtube.com/watch?v=-bvuZO8D6dg\n\n#zionist #jews #islamic #terrorist #hoax #secrets #news #religion", + "body_length": 143, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-30T01:12:36", + "curator_payout_value": "0.008 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=-bvuZO8D6dg\"]}", + "last_payout": "2016-08-29T13:47:09", + "last_update": "2016-07-30T01:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 230773847625, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "islamic-terrorists-hoax-revealed", + "post_id": 477996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Islamic terrorists hoax revealed", + "title": "Islamic terrorists hoax revealed", + "total_payout_value": "0.035 HBD", + "url": "/news/@cryptocurrency1/islamic-terrorists-hoax-revealed" + }, + "entry_id": 490, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=3sGSZ8hvtmg\n\n#politic", + "body_length": 53, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-30T00:59:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=3sGSZ8hvtmg\"]}", + "last_payout": "2016-08-29T13:01:51", + "last_update": "2016-07-30T00:59:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2509850, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is", + "post_id": 477873, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Major Secret Crisis Has Just Unleashed! You'll Never Guess What It Is!", + "title": "A Major Secret Crisis Has Just Unleashed! You'll Never Guess What It Is!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is" + }, + "entry_id": 489, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 629772802423, + "rshares": 6452547926, + "voter": "piranhax" + }, + { + "percent": "10000", + "reputation": 138260010810, + "rshares": 101841560670, + "voter": "conspiracy-guy" + }, + { + "percent": "10000", + "reputation": 360160843374, + "rshares": 811164849, + "voter": "bagogong" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://d38zt8ehae1tnt.cloudfront.net/images/news/700_703218f8a38129d66a94750cc9880c97.jpg?v=1469835401\n\nIn a shocking twist in the Sandy Hook saga, film maker and author William Brandon Shanley decided pursued a number of lawsuits in excess of more than $1 Trillion against the mainstream media and government in 2014. Shortly after, he was framed and thrown in jail. Now he\u2019s out and refiling those lawsuits, albeit sightly fearful for his life. \n\nREAD MORE: http://www.disclose.tv/news/lawsuit_filed_against_government_and_media_for_staging_sandy_hook/133618?utm_medium=email&utm_campaign=daily-2016-07-29&utm_source=email\n\n#sandy #hook #school #lawsuit", + "body_length": 655, + "cashout_time": "1969-12-31T23:59:59", + "category": "school", + "children": 1, + "created": "2016-07-30T00:04:27", + "curator_payout_value": "0.002 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"school\"],\"image\":[\"http://d38zt8ehae1tnt.cloudfront.net/images/news/700_703218f8a38129d66a94750cc9880c97.jpg?v=1469835401\"]}", + "last_payout": "2016-08-29T12:30:12", + "last_update": "2016-07-30T00:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109105273445, + "parent_author": "", + "parent_permlink": "school", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lawsuit-filed-against-government-and-media-for-staging-sandy-hook", + "post_id": 477298, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "LAWSUIT FILED AGAINST GOVERNMENT AND MEDIA FOR STAGING SANDY HOOK", + "title": "LAWSUIT FILED AGAINST GOVERNMENT AND MEDIA FOR STAGING SANDY HOOK", + "total_payout_value": "0.022 HBD", + "url": "/school/@cryptocurrency1/lawsuit-filed-against-government-and-media-for-staging-sandy-hook" + }, + "entry_id": 488, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -764851638914, + "rshares": 1248087, + "voter": "corax" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "reply with your thoughts below . . .\n\n#question #riddle #chicken #egg #games #fun", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "question", + "children": 4, + "created": "2016-07-29T18:21:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"question\"]}", + "last_payout": "2016-08-29T06:22:03", + "last_update": "2016-07-29T18:21:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1248087, + "parent_author": "", + "parent_permlink": "question", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "which-one-do-you-think-comes-first-the-chicken-or-the-egg", + "post_id": 471080, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Which one do you think comes first? The chicken or the Egg?", + "title": "Which one do you think comes first? The chicken or the Egg?", + "total_payout_value": "0.000 HBD", + "url": "/question/@cryptocurrency1/which-one-do-you-think-comes-first-the-chicken-or-the-egg" + }, + "entry_id": 487, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 226962505, + "rshares": 126077915, + "voter": "sarancha80" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -455329027035, + "rshares": 53112377, + "voter": "captainamerica" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.cnn.com/2016/07/29/us/flint-water-crisis-charges/\n\nhttp://i2.cdn.turner.com/cnnnext/dam/assets/160420165412-flint-water-crisis-charges-composite-medium-plus-169.jpg\n\n#flint #water", + "body_length": 190, + "cashout_time": "1969-12-31T23:59:59", + "category": "flint", + "children": 0, + "created": "2016-07-29T18:14:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"flint\"],\"links\":[\"http://www.cnn.com/2016/07/29/us/flint-water-crisis-charges/\"]}", + "last_payout": "2016-08-29T06:37:21", + "last_update": "2016-07-29T18:14:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 181700142, + "parent_author": "", + "parent_permlink": "flint", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "flint-water-crisis-new-criminal-charges-are-brought", + "post_id": 470951, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Flint water crisis: New criminal charges are brought", + "title": "Flint water crisis: New criminal charges are brought", + "total_payout_value": "0.000 HBD", + "url": "/flint/@cryptocurrency1/flint-water-crisis-new-criminal-charges-are-brought" + }, + "entry_id": 486, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 256674248, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": -764851638914, + "rshares": 3744263, + "voter": "corax" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The numbers of the 13 inbred terrorist European Bloodlines fled America increased tremendously since the year 2015. They are fleeing America in mass after finding out American Patriots Militia Groups launched full scale campaign all over the USA hunting to kill those grandchildren & children of those 13 inbred terrorist European Bloodlines from the youngest to the elders to end their legacy.\n\nhttp://www.washingtonexaminer.com/americans-renouncing-citizenship-near-record-highs/article/2598074\n\nhttp://www.italy.army.mil/_images/sites/passport.jpg\n\n#us #american #passports #inbred #news #illuminati #bilderberg #group #fraud #scam #citizenship #immigration", + "body_length": 660, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-29T12:31:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http://www.washingtonexaminer.com/americans-renouncing-citizenship-near-record-highs/article/2598074\"]}", + "last_payout": "2016-08-29T00:34:57", + "last_update": "2016-07-29T12:31:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260418511, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america", + "post_id": 462334, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive amount of the 13 inbred Terrorist European Bloodlines fleeing America.", + "title": "Massive amount of the 13 inbred Terrorist European Bloodlines fleeing America.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america" + }, + "entry_id": 485, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "0", + "reputation": 127967014, + "rshares": 3315494, + "voter": "rapp" + }, + { + "percent": "10000", + "reputation": 217525456014, + "rshares": 219290737, + "voter": "davidsanchez" + }, + { + "percent": "10000", + "reputation": 737196198, + "rshares": 99733228, + "voter": "zviad" + }, + { + "percent": "10000", + "reputation": -764851638914, + "rshares": 4992351, + "voter": "corax" + }, + { + "percent": "-10000", + "reputation": 1146505325539, + "rshares": -64055929, + "voter": "fingolfin" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "We all know that Isis and al qaeda is created by the U.S. Government.\nPeople fear the U.S. Government sending ISIS to drop bomb using drones.\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000246483106.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1519921/fears-isis-could-use-drones-for-terror-bombings-in-britain-as-government-reveals-they-do-same-in-syria-and-iraq/\n\n#drones #us #government #usa #fraud #scam #illuminati #bilderberg #created #isis #al #qaeda", + "body_length": 474, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 1, + "created": "2016-07-29T12:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000246483106.jpg?w=960\"]}", + "last_payout": "2016-08-29T00:32:06", + "last_update": "2016-07-29T12:24:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 265785731, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones", + "post_id": 462195, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "People fear the U.S. Government sending ISIS to drop bomb using drones", + "title": "People fear the U.S. Government sending ISIS to drop bomb using drones", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones" + }, + "entry_id": 484, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 3859730044, + "voter": "christoryan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=uQCQECpRyqw\n\n#brexit #steemit #steem", + "body_length": 68, + "cashout_time": "1969-12-31T23:59:59", + "category": "brexit", + "children": 0, + "created": "2016-07-29T03:37:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brexit\"],\"links\":[\"https://www.youtube.com/watch?v=uQCQECpRyqw\"]}", + "last_payout": "2016-08-28T16:57:54", + "last_update": "2016-07-29T03:37:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3859730044, + "parent_author": "", + "parent_permlink": "brexit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "this-is-how-we-take-america-back", + "post_id": 454030, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Is How We Take America Back!", + "title": "This Is How We Take America Back!", + "total_payout_value": "0.000 HBD", + "url": "/brexit/@cryptocurrency1/this-is-how-we-take-america-back" + }, + "entry_id": 483, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GFw03C4l5UY\n\n#drones #war #crime #us #america #usa #fraud #scam", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "drones", + "children": 1, + "created": "2016-07-29T02:20:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drones\"],\"links\":[\"https://www.youtube.com/watch?v=GFw03C4l5UY\"]}", + "last_payout": "2016-08-28T14:21:12", + "last_update": "2016-07-29T02:20:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2509850, + "parent_author": "", + "parent_permlink": "drones", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "new-type-of-war-crime-that-s-going-unpunished", + "post_id": 452993, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New type of war crime that's going unpunished", + "title": "New type of war crime that's going unpunished", + "total_payout_value": "0.000 HBD", + "url": "/drones/@cryptocurrency1/new-type-of-war-crime-that-s-going-unpunished" + }, + "entry_id": 482, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 28131790010, + "rshares": 38147891, + "voter": "bestmalik" + }, + { + "percent": "10000", + "reputation": -21903901435, + "rshares": 31066096, + "voter": "isaackola" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "July 28, 2016\n\nFederal Court Orders Israeli Web-based Firms, Vault Options, Ltd. and Global Trader 365, to Pay More than $4.5 Million for Unlawful Off-Exchange Binary Options Trading, Fraud, and Registration Violations\n\nhttp://www.forexpeacearmy.com/community/threads/guilty-a-us-federal-court-find-two-binary-brokers-guilty-of-fraud-and-more.46436/?utm_source=MadMimi&utm_medium=email&utm_content=Two+binary+scam+brokers+found+guilty+in+US+Federal+court&utm_campaign=20160728_m133207871_Custom+NEW+HTML+Mailer+Template+-+DO+NOT+DELETE&utm_term=http_3A_2F_2Fwww_forexpeacearmy_com_2Fcommunity_2Fthreads_2Fguilty-a-us-federal-court-find-two-binar\n\n#forex #binary #options #israel #israeli", + "body_length": 687, + "cashout_time": "1969-12-31T23:59:59", + "category": "israel", + "children": 0, + "created": "2016-07-29T02:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\"],\"links\":[\"http://www.forexpeacearmy.com/community/threads/guilty-a-us-federal-court-find-two-binary-brokers-guilty-of-fraud-and-more.46436/?utm_source=MadMimi&utm_medium=email&utm_content=Two+binary+scam+brokers+found+guilty+in+US+Federal+court&utm_campaign=20160728_m133207871_Custom+NEW+HTML+Mailer+Template+-+DO+NOT+DELETE&utm_term=http_3A_2F_2Fwww_forexpeacearmy_com_2Fcommunity_2Fthreads_2Fguilty-a-us-federal-court-find-two-binar\"]}", + "last_payout": "2016-08-28T14:07:12", + "last_update": "2016-07-29T02:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71723837, + "parent_author": "", + "parent_permlink": "israel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "israeli-company-caught-running-scam-binary-options", + "post_id": 452790, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Israeli company caught running scam binary options", + "title": "Israeli company caught running scam binary options", + "total_payout_value": "0.000 HBD", + "url": "/israel/@cryptocurrency1/israeli-company-caught-running-scam-binary-options" + }, + "entry_id": 481, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 57070038672, + "voter": "juanmiguelsalas" + }, + { + "percent": "100", + "reputation": 213668684615, + "rshares": 56519353, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92748764, + "voter": "yarly11" + }, + { + "percent": "100", + "reputation": 150852667243, + "rshares": 4255479, + "voter": "emilyelizabeth" + }, + { + "percent": "100", + "reputation": -4779249072914, + "rshares": 55439467, + "voter": "weenis" + }, + { + "percent": "100", + "reputation": -822344322564, + "rshares": 1277435, + "voter": "steemitlove" + }, + { + "percent": "100", + "reputation": -705106123629, + "rshares": 1282218, + "voter": "steemlove" + }, + { + "percent": "100", + "reputation": -3006894935427, + "rshares": 2846658, + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": -21903901435, + "rshares": 32360517, + "voter": "isaackola" + }, + { + "percent": "100", + "reputation": -1016377321976, + "rshares": 1237709, + "voter": "curls4life" + }, + { + "percent": "100", + "reputation": -395587580242, + "rshares": 1236422, + "voter": "alniskobs" + }, + { + "percent": "100", + "reputation": -436695352849, + "rshares": 1236413, + "voter": "amboyst" + }, + { + "percent": "100", + "reputation": -269345517998, + "rshares": 1236404, + "voter": "cheremet" + }, + { + "percent": "100", + "reputation": -816175808993, + "rshares": 1236335, + "voter": "anarchypory" + }, + { + "percent": "100", + "reputation": -545964216146, + "rshares": 1236301, + "voter": "angevel" + }, + { + "percent": "100", + "reputation": -511794737588, + "rshares": 1236295, + "voter": "backetri" + }, + { + "percent": "100", + "reputation": -632712185740, + "rshares": 1559938, + "voter": "chonesta" + }, + { + "percent": "100", + "reputation": -353287592738, + "rshares": 1234186, + "voter": "countrytalented" + }, + { + "percent": "100", + "reputation": -490879266173, + "rshares": 1234178, + "voter": "cozyone123" + }, + { + "percent": "100", + "reputation": -832613042101, + "rshares": 1234164, + "voter": "crumaner" + }, + { + "percent": "100", + "reputation": -592763794575, + "rshares": 1234153, + "voter": "daysaiyan" + }, + { + "percent": "100", + "reputation": -513060008757, + "rshares": 1234104, + "voter": "daysmega" + }, + { + "percent": "100", + "reputation": -491495881833, + "rshares": 1234097, + "voter": "daysmega1421" + }, + { + "percent": "100", + "reputation": -783147569192, + "rshares": 1234087, + "voter": "dotersvilic" + }, + { + "percent": "100", + "reputation": -922435559398, + "rshares": 1234073, + "voter": "eternalabove" + }, + { + "percent": "100", + "reputation": -412716207122, + "rshares": 1228844, + "voter": "sugarfromhell" + }, + { + "percent": "100", + "reputation": -589856272626, + "rshares": 1228835, + "voter": "gaspot" + }, + { + "percent": "100", + "reputation": -540797285730, + "rshares": 1228825, + "voter": "forgetthefallen" + }, + { + "percent": "100", + "reputation": -792845825211, + "rshares": 1228817, + "voter": "eleiminer" + }, + { + "percent": "100", + "reputation": -657792246228, + "rshares": 1228746, + "voter": "etccrap" + }, + { + "percent": "100", + "reputation": -858755906570, + "rshares": 1552371, + "voter": "abctrade" + }, + { + "percent": "100", + "reputation": -591438373583, + "rshares": 1228697, + "voter": "yandra86" + }, + { + "percent": "100", + "reputation": -787811821126, + "rshares": 1228680, + "voter": "hxclife" + }, + { + "percent": "100", + "reputation": -621196131241, + "rshares": 1228671, + "voter": "rottennasty" + }, + { + "percent": "100", + "reputation": -634210742757, + "rshares": 1228658, + "voter": "bignastywhale" + }, + { + "percent": "100", + "reputation": -599382456308, + "rshares": 1219939, + "voter": "feeltheblade" + }, + { + "percent": "100", + "reputation": -1372981139724, + "rshares": 1219916, + "voter": "silvesterstay" + }, + { + "percent": "100", + "reputation": -675488625034, + "rshares": 1219903, + "voter": "joujou666" + }, + { + "percent": "100", + "reputation": -617269645256, + "rshares": 1219891, + "voter": "praisenoone" + }, + { + "percent": "100", + "reputation": -535558200327, + "rshares": 1219879, + "voter": "rickydevil" + }, + { + "percent": "100", + "reputation": -711516507127, + "rshares": 1219869, + "voter": "softpunk" + }, + { + "percent": "100", + "reputation": -747117499780, + "rshares": 1219858, + "voter": "redddet" + }, + { + "percent": "100", + "reputation": -570787074969, + "rshares": 1219843, + "voter": "catirabella" + }, + { + "percent": "100", + "reputation": -531415651637, + "rshares": 1219834, + "voter": "redredwinewine" + }, + { + "percent": "100", + "reputation": -1328386749651, + "rshares": 1219824, + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "What do you think about that?\n\n#steem #steemit #upvote", + "body_length": 54, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "created": "2016-07-29T01:35:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T13:44:57", + "last_update": "2016-07-29T01:35:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57361667322, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money", + "post_id": 452345, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "According to Steem system, in order for your vote to be worth something you must have money", + "title": "According to Steem system, in order for your vote to be worth something you must have money", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money" + }, + "entry_id": 480, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 318815778, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Colorado seceding from the terrorist organization illuminati (Bilderberg Group) also known as the U.S.A.\n\nhttps://www.youtube.com/watch?v=JdRIDCQ9y-8&feature=c4-overview-vl&list=PLKkSfhYk-XBip3ohjp2vBNJ18zVsoL7Lz\n\nThe Devil worshipers cult illuminati Rejects Petitions to Secede, but Texans Fight On\nhttp://www.nytimes.com/2013/01/16/us/politics/texas-secession-movement-unbowed-by-white-house-rejection.html?_r=0\n\n10 Movements to Secede from the United States\nhttp://www.cascadianow.org/about-cascadia/in-the-press/10-movements-to-secede-from-the-united-states/\n\nPetitions to secede are filed for 23 states since election\nhttp://www.washingtontimes.com/news/2012/nov/12/petitions-to-secede-are-filed-for-23-states-since-/?page=all\n\nVermont Passes Resolution To Secede From The US\nhttp://rense.com/general68/secede.htm\n\nColorado forming 51st state.\nhttp://news.yahoo.com/video/time-51st-state-colorado-thinks-092556153.html\n\nTen Colorado counties would like to ditch the rest of the state Colorado\nhttp://www.westword.com/2013-08-08/news/secession-of-colorado-counties/\n\nNorthern California County Board Votes For Secession From State\nhttp://sanfrancisco.cbslocal.com/2013/09/04/northern-california-county-board-votes-for-secession-from-state/\n\n5 Maryland counties want to seceed from the Devil worshipers cult illuminati (Bilderberg Group)\nhttp://www.youtube.com/watch?v=nxtkAFNGmYo\n\nModoc County joins Siskiyou in state of Jefferson bid for secession\nhttp://www.redding.com/news/2013/sep/24/modoc-county-joins-siskiyou-bid-secession/\n\nPlan to divide California into 6 states advances\nhttp://news.yahoo.com/plan-divide-california-6-states-advances-003356451.html?vp=1\n\nVote for secession of Alaska from the United States and joining Russia\nhttps://petitions.whitehouse.gov/petition/alaska-back-russia/SFG1ppfN\n\nRead more at:\nhttps://bitcointalk.org/index.php?topic=262225.0\n\n#news #illuminati #seceed #secession #states #us #america #bilderberg #group", + "body_length": 1952, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-07-28T22:48:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=JdRIDCQ9y-8&feature=c4-overview-vl&list=PLKkSfhYk-XBip3ohjp2vBNJ18zVsoL7Lz\"]}", + "last_payout": "2016-08-28T10:50:57", + "last_update": "2016-07-28T22:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 318815778, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "states-seceding-from-the-terrorist-organization-u-s-a-incorporated", + "post_id": 449516, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "States seceding from the terrorist organization U.S.A. incorporated", + "title": "States seceding from the terrorist organization U.S.A. incorporated", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/states-seceding-from-the-terrorist-organization-u-s-a-incorporated" + }, + "entry_id": 479, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2858514112, + "rshares": 557950358, + "voter": "frxdo" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 442712797, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 318815778, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The \"Ebola\" situation in Africa is the result of the 13 inbred European Bloodlines house training their inbred children & grandchildren to continue their evil satanic legacy. Without their legacy, the Luciferian elders of the 13 inbred European Bloodlines might as well line up in a single file to jump off a bridge, a cliff, a building, ect.. to commit suicide because they don't have a purpose for their existence. They only have one purpose for their existence and that is to properly house train their inbred children & grandchildren to continue their evil legacy. It's never about the money, they've captured the printer that print money. It's always about the legacy. Money is just a distraction. Their low level family members are the ones about the money.\n\nRealistically, a scam should only last for one life time. Their scams against humanity were able to last for centuries because they've been breeding and house training their evil children & grandchildren to continue their evil legacy.\n\nhttp://www.youtube.com/watch?v=YuSuitzp1kI\n\nUniversity Professor Says Ebola is a Genetically Modified, Lab-Made Virus\nhttp://www.infowars.com/university-professor-says-ebola-is-a-genetically-modified-lab-made-virus/\n\n-------------------------\nThese are the family 'last names' of 13 inbred terrorist European Bloodlines:\n(Throughout history, the 13 inbred terrorist European Bloodlines do not honor or value their last name. They might have changed their last names a few times to hide their identities and true evil agendas. They can only be track down through DNA and big wealth).\n\nRothschild (Bauer or Bower) - https://en.wikipedia.org/wiki/Rothschild_family\nCavendish (Kennedy) - https://en.wikipedia.org/wiki/House_of_Cavendish \nDe Medici - https://en.wikipedia.org/?title=House_of_Medici \nHanover - https://en.wikipedia.org/?title=Hanover \nHapsburg - https://en.wikipedia.org/wiki/House_of_Habsburg \nKrupp - https://en.wikipedia.org/?title=Krupp \nPlantagenet - https://en.wikipedia.org/?title=House_of_Plantagenet \nRockefeller - https://en.wikipedia.org/wiki/Rockefeller_family \nRomanov - https://en.wikipedia.org/wiki/House_of_Romanov \nSinclair (St. Clair) \nWarburg (del Banco) - https://en.wikipedia.org/wiki/Warburg_family \nWindsor (Saxe-Coburg-Gothe) - https://en.wikipedia.org/wiki/House_of_Windsor\n\n\n\n\n--------------------------\nRelated article:\nPrince Harry is a 'jackal' killing innocents\nhttp://www.telegraph.co.uk/news/worldnews/asia/afghanistan/9774538/Prince-Harry-is-a-jackal-killing-innocents-says-feared-Afghanistan-warlord.html\n\n13 inbred Luciferian European Bloodlines feeding people insects and mealworms\nhttps://bitcointalk.org/index.php?topic=612142\n\nOngoing Civil War in America (Full Coverage)\nhttps://bitcointalk.org/index.php?topic=179616.0\n\nIn order for the 13 terrorist European Bloodlines to better house train their inbred grandchildren & children to become luciferians, they've created a TV show called \"Golan the insatiable\". It's a TV show about a big fat naked evil man wearing nothing but a thong to house train a little girl to become his minion.\nhttp://www.hulu.com/watch/568835#i0,p0,s1,d0\n\nThis TV show is currently being broadcast nationwide all over the USA on FOX channel.\n\n\n----------------------------------\nRecently, my mind showed me a vision of how the Elders of the 13 inbred European Bloodlines (Devil worshipers cult) will indoctrinate you into their evil cult. They will replace a percentage of your blood type with similar blood type from one of their evil inbred children. This indoctrination process is how they will welcome you in as one of their biological family member. They've illustrated this to you through 'vampires' movies. In movies, in order for you to become a vampire, a vampire must feed you their blood.\n\nRemember, they are into perversion. One of their perversion is the twisted version of the Bible where as the Elders of the 13 inbred European Bloodlines become the symbol of God, and once you receive the blood transfusion you will become one of their inbred children. Hence the terms 'Brothers & Sisters' from the Bible.\n\nLow Rank member: They will drain about 10% of your blood, and replace it with about 10% blood from their evil inbred children. Of course, it must be same blood type as yours.\n\nMiddle Rank member will receive about 20% to 30% blood transfusion.\n\nHigh Rank member will receive about 50% to 60% of the blood transfusion.\n\n\n#news #inbred #european #bloodlines #illuminati #bilderberg #nwo", + "body_length": 4524, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T22:39:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http://www.youtube.com/watch?v=YuSuitzp1kI\"]}", + "last_payout": "2016-08-28T10:41:48", + "last_update": "2016-07-28T22:39:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1319478933, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "post_id": 449265, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "title": "Elders of 13 inbred European Bloodlines house training their inbred children", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children" + }, + "entry_id": 478, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 318815778, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.\n\nRecently, they've created a new puppet called \"Deez Nutz\" for president of the USA.\nhttps://bitcointalk.org/index.php?topic=1157573.0\n\n#america #us #usa #scam #fraud #vote #voting #election", + "body_length": 309, + "cashout_time": "1969-12-31T23:59:59", + "category": "america", + "children": 0, + "created": "2016-07-28T22:33:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"america\"],\"links\":[\"https://bitcointalk.org/index.php?topic=1157573.0\"]}", + "last_payout": "2016-08-28T10:38:45", + "last_update": "2016-07-28T22:33:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 318815778, + "parent_author": "", + "parent_permlink": "america", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people", + "post_id": 449116, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.", + "title": "The 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.", + "total_payout_value": "0.000 HBD", + "url": "/america/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people" + }, + "entry_id": 477, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 20399422317, + "rshares": 3236786131, + "voter": "innocent22" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 332985368, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Declaration of Independence in the USA grant anyone born in America a divine right to Kill the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati to end their legacy.\n\nUN Gun Prohibition For US Citizens Begins Dec 24, 2014\nhttp://www.youtube.com/watch?v=HZm1sa6QobA\n\nHave you ever wonder to yourself why the 13 inbred Terrorist European Bloodlines listed on the Forbes Billionaire list are not indicted under the Mafia \"Rico Act\" ?\nWell, that's because they've captured and overthrew the Declaration of Independence 1776 and the U.S. Constitution.\n\nAmerican Patriots militia groups sent out loud and clear message nationwide:\n\n\"The Time To Kill these 13 inbred Terrorist European Bloodlines is NOW!!! Grab your guns and kill them all. Any cops, ATF agents, FBI agents confiscate firearms in the USA are to be executed immediately!\"\n\nWarriors class born in the USA must be given the right to fight to the death on the battlefield for America's independence. The entire USA is now an open battlefield. Their right to fight this ongoing Civil War in America is secured by the Declaration of Independence of 1776.\n\nThe 13 inbred Terrorist European Bloodlines have violated the Declaration of Independence of 1776. Ever since the 13 inbred Terrorist European Bloodlines captured America, they've created the U.S. Government as a joke to run scams on people all over the country.\n\n- The Ability for America to print and control it's own currency. [captured]\n- The Ability for America to collect taxes [captured] (taxes are now go to foreign governments)\n- U.S. Congress [captured]\n- U.S. Military [captured]\n- Department of Defense [captured]\n- Fraudulently promoting for profit private C-corps companies as government agencies. Those private C-corp companies are: FBI, IRS, Federal Reserve, CIA, NSA, DEA, DHS, U.S. Military.\n- many more . . .\n\nPROPOSED DECLARATION of War against Rothschild Khazarian Mafia\nhttp://www.veteranstoday.com/2015/05/08/proposed-declaration-of-war-against-the-rothschild-khazarian-mafia/\n\nAs of now, America is captured therefore all political powers are removed from U.S. Congress members, President, Vice President, ect... The Declaration of Independence of 1776 give all explicit political powers to Militia Groups.\n\nhttps://i.ytimg.com/vi/dv8GZ7LpoH8/hqdefault.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/02/16/13/3149027E00000578-0-image-a-6_1455631034367.jpg\n\nhttp://media.breitbart.com/media/2015/06/flag1.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2015/06/24/11/29E9EAA800000578-0-image-m-2_1435140728167.jpg\n\nThe American people don't respect the U.S. Flag from the private terrorist company USA incorporated.\nhttp://media.cmgdigital.com/shared/lt/lt_cache/thumbnail/615/img/photos/2015/04/24/2e/9e/IMG_1863.jpg\n\nhttp://cdn20.patch.com/users/83443/20160704/102732/styles/T600x450/public/article_images/flag_burn.png\n\nSince the U.S. Government has been illegally captured by the 13 inbred Terrorist European Bloodlines. All citizens born in the America now have the right to own guns without ever needing a permit from the fraudulent U.S. Federal Government. They only need to declare themselves militia. The federal gun registry law was created to lower America's defense and allow the 13 inbred terrorist European Bloodlines to illegally captured America free and clear.\n\nhttp://www.infowars.com/dod-training-manual-suggests-extremist-founding-fathers-would-not-be-welcome-in-todays-military/\nhttps://www.youtube.com/watch?v=UjZF5RrPAnE\n\nThe 13 inbred Terrorist European Bloodlines created the Patriot Act as a their way to rub it in the American Patriots Militia Groups face. That's their way of labeling the American Patriots as Domestic Terrorists.\nhttp://en.wikipedia.org/wiki/Patriot_Act\n\nCivil War in America\nhttps://www.youtube.com/watch?v=5wu8fjNr61Q\n\nUSA is a British Colony\nhttps://www.youtube.com/watch?v=AT6eodnYZGg\n(A war against the UK will commence after the Americans take back their country.)\n\nNuclear Warheads moving to Charleston, SC.\nMilitary React to Missing Nuclear Warheads\nhttp://www.youtube.com/watch?v=4ZVsqFaY3Rk\n\nRelated discussion thread:\nStates seceding from the terrorist organization illuminati (also known as the Bilderberg Group, the European Union 'you get the idea') U.S.A.\nhttps://bitcointalk.org/index.php?topic=262225.0\n\nUSA unable to keep its military force together\n'I didn't join Navy to fight for Al-Qaeda': US servicemen\nhttps://www.youtube.com/watch?v=tZ5mrm7dHP0\n\n13 inbred Terrorist European Bloodlines launched nationwide campaign to demonize the Tea Party.\nThe Tea Party is the symbol of 1776 Declaration of Independence.\n\nThe Tea Party was a symbol of victory over the 13 inbred Terrorist European Bloodlines in 1776. At that time, King George of the British regime was the demon's head of the 13 inbred Terrorist European Bloodlines. Today, according to the 13 inbred Terrorist European Bloodlines. The Tea Party must be extinct.\n\nAt first, the 13 inbred Terrorist European Bloodlines demonize the founding fathers of America. Now, they are launching a full scale campaign to shut down July 4th independence celebration. The celebration of July 4th independence is an act of terrorism. The idea of freedom in the USA is a crime against the British crown.\n\n\nU.S. Soldiers that disobey the Devil worshipers cult Illuminati are executed, they were given shameful deaths known as suicides.\nhttp://www.nydailynews.com/news/national/u-s-vets-commit-suicide-alarming-rate-study-article-1.1253900?localLinksEnabled=false&google_editors_picks=true\n\nFamily of Tea Party leader arrested in Senate race scandal plans lawsuit after apparent suicide\nhttp://www.kcentv.com/story/25896221/mississippi-tea-party-leader-tied-to-campaign-smear-dead-in-apparent-suicide\n\nTea Party leader busted for collection of child pornography\nhttp://www.ringoffireradio.com/2015/05/tea-party-leader-busted-for-collection-of-child-pornography-family-values-guy/\n\nA few U.S. military men now realize the USA is Al-Qaeda.\n(a branch of the Evil Jews Regime known as the illuminati aka the Bilderberg Group)\n\nAmerican Patriots now hate the terrorist organization Illuminati. For the last 50+ years all U.S. presidents were British Agents (aka Illuminati agents sent to colonize America).\nThe Illuminati was created by the British.\nSatanic crown that is currently held by Queen Elizabeth II.\n(Visit the link below, click on the picture of Queen Dracula Elizabeth II's chair. You will see the crown of Satan above the circle inside the triangle)\nhttp://www.theguardian.com/news/datablog/2012/may/09/full-list-queens-speech-measures#\n\n-------------------------------\nPublic Notice: In the year 1776, King George was a figure head that represent the 13 inbred Terrorist European Bloodlines. They ran scams all over Europe. At that time, the white slaves were extremely weak and unable to fight them. The white slaves fled like a bunch of cowardice dogs to America, they wrote the declaration of independence and the U.S. constitution to keep the 13 terrorist European Bloodlines of the Devil worshipers cult Illuminati out of U.S. government. They failed. The devil worshipers cult illuminati converted their stupid children to betray their core principles and believes. With the help of the stupid Americans, the 13 terrorist European Bloodlines of the devil worshipers cult Illuminati setup America as a puppet country, they setup the U.S. government as a scam government to initiate WWI and WW2. WWI & WW2 were designed to kill off slaves bloodlines that were not related to the 13 inbred European Bloodlines of the Terrorist organization Illuminati. The primary purpose of WWI and WWII are scientifically designed to kill off constitutionalists (American Patriots) that are loyal to the Declaration of Independence against the 13 inbred terrorist European Bloodlines. But, that wasn't their greatest achievement, their greatest achievement is called the Devil's Legacy in the USA.\n\nBehold, The Devil worshipers cult Illuminati greatest achievements in America\nhttps://bitcointalk.org/index.php?topic=382094.0\n\nFor the last 50+ years, the 13 terrorist European Bloodlines of the Devil worshipers cult Illuminati hired many puppets on TV, radios and on the internet to sell you the idea of preventing a civil war in America. They knew that the Ongoing Civil War in America was designed by the American Patriots Militia Groups to kill off the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati. This was the Illuminati greatest war strategy to continue to own America free and clear without putting up a fight. For decades the 13 inbred European Bloodlines has been at war against the American citizens, they've illegally overthrew the declaration of independence and the U.S. Constitution. The 13 inbred Terrorist European Bloodlines of the terrorist organization Illuminati cowardly launched chemical weapon known as fluoride all over the America to kill 320,000,000+ people's brain cells.\n\nThe ongoing Civil War in America cannot be stopped, it can only be delay. To delay it, you must pay a magical price. A magical price is not the same as any other price tag. It cannot be paid using tangible assets such as: Gold, Silver, or the scam U.S.D. currency from the terrorist organization Federal Reserve. This magical price is the deaths of your children, nieces, and nephews. In other words, if you attempt to delay this ongoing Civil War in America, your little children, your little nieces, or your little nephews will have to fight the 13 inbred Terrorist European Bloodlines in the future for their independence. \n\nIf you think you have a better fighting chance than your little children, little nieces, or little nephews. Then, it is your duty to do your best to win this Ongoing Civil War in America against the 13 inbred Terrorist European Bloodlines. You must defeat them in a war that's the only way they will retreat to recoop. As you can see, the 13 inbred Terrorist European Bloodlines have been defeated in 1776, they are dis-honorable men and women, that is why those evil inbreds ignored their defeat, rise up, captured and occupied America again using cowardice acts known as trickery. The American Patriots have the right of way, a home field advantage to form militia groups. Those rights were granted to the American people by their Declaration of Independence of 1776 to kill the 13 inbred terrorist European Bloodlines all over America.\n\nVERY IMPORTANT: \nWhen you fight your full scale civil war in America \"DO NOT LABEL THEM AS THE GOVERNMENT, but label them as the 13 terrorist European Bloodlines of the Terrorist organization Illuminati.\" They have illegally captured the U.S. Government without declaring a war against 320,000,000+ American citizens. This event must be recorded down in history. The 33rd degree Illuminati members and their children currently have the \"Kill on Sight\" status all over America for \"High Crimes of Treason\".\n\nChildren & Grandchildren of the 13 Inbred European Bloodlines of the Terrorist organization Illuminati listed on the Forbes Billionaire list also have a \"KILL on SIGHT\" status all over America. The primary objective is to end their legacy.\nwww.forbes.com/billionaires/list\n\nBreak down of this ongoing Civil War in America.\n\nUp to 30% of 320,000,000+ Americans must self enlist and form Militia Groups to fight the 13 inbred Terrorist European Bloodlines. That's about 96,000,000 armed combatants must fight to the death for America's Independence. Do not rely on U.S. Troops to be on your side, U.S. Military are dishonorable men and women that serve the 13 inbred Terrorist European Bloodlines. \n\nThe only way the American people will surrender is if the 51% to 60% of those 96,000,000 armed combatants were defeated by the EU troops. In other words, at least 48,000,000 to 57,000,000 armed combatants born in America must be killed in combat in order for the rest of the civilians in America to even think about surrender. (The battlefield must take place in America, because the 13 inbred Terrorist European Bloodlines want to capture America).\n\nThe 13 inbred Terrorist European Bloodlines now banning high capacity magazines to cripple the American Patriot Militia Groups from becoming strong.\nhttp://thehill.com/regulation/258012-la-ban-on-high-capacity-magazines-draws-legal-challenge\n\n72 KILLED RESISTING GUN CONFISCATION IN BOSTON \n(It's Official! 72 shots heard around the world)\nhttps://www.youtube.com/watch?v=y_VNjHYAeUs\nhttps://www.youtube.com/watch?v=8K6t0QE_gGk\n\nUnderstanding the FEMA CAMPS and COFFINS centre at USA\nhttps://www.youtube.com/watch?v=2wFuOBNoS2A\n\n-----------------------------------------------\nThe 13 inbred European Bloodlines of the Terrorist organization Illluminati\nCHAIN OF COMMAND\n\nHere's \"Common Sense 101\" class that were intentionally not taught to you in Pre-school, Highschool, College ect...\n\nThe high ranking members of the devil worshipers cult known as the illuminati have control of unlimited amount of money. In the modern day, they disguised themselves as \"The Bilderberg Group\". They've killed over 2+ Billion people world wide in WWI and WWII. They are also the ones that will be responsible for an upcoming WW3 to depopulate the planet Earth. For the last 50+ years they've dumped most of their inbred children & grandchildren in America. They've created communist countries, and third world countries to enslave 7+ Billion people world wide. In order for them to protect themselves they will put all of their family members related to them by DNA to work in their government, this way it's a lot easier for them to run scams on 7+ billions of people world wide.\n\nHere is the scale:\n(Chain of Commands from Supreme Rulers' perspective, throughout history every Kings & Queens must obey this common sense chain of commands.)\n\n- Incredibly stupid people they put in: U.S. Military. They use these U.S. soldiers not related to them by DNA to kill off other slaves bloodlines in WWI, WWII, and many other fake wars. This process allow the 13 inbred European Bloodlines of the Terrorist organization Illuminati to grow, while they are depopulate the other bloodlines not related to them by DNA. Of course, they control these stupid U.S. soldiers by putting their family members holding a higher rank in the U.S. Military.\n- Stupid family members they put in: Actors, Actresses, Musicians, News reporters, to distract the public.\n- Not so smart family members they put in: Police, IRS, Sargents, Captains in U.S. Military and low level public service employees.\n- Fairly smart family members they put in: FBI, CIA, MI6, NSA, Generals in U.S. Military.\n- Smart family members they put in: Presidents, Vice presidents, Governors, Senators, Congress, Judges, ect...\n- Super smart family members they put in: Big fortune 500+ companies, Board of directors, CEO, CFO, NASA (to explore the real world in space), High ranking Federal Reserve members, High ranking Central Banks members, ect...\n\nTo fill in the positions of more police, they hired stupid humans that will take their orders. Most of the police officers are crooked because they were either jealous or not properly house trained by the devil worshipers cult illuminati.\nhttp://abcnews.go.com/US/court-oks-barring-high-iqs-cops/story?id=95836\n\nThey've illustrated this chain of command to you in a fictional movie called \"Harry Potter\". Where there is a magical hat that picks which one of the children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati will belong in their chain of command through a segregation process known as \"schools\". In example: Military schools to create officers, Business schools to create billionaires, Scientist schools to create bio-weapons, weapons of mass destruction, ect...\nhttp://www.youtube.com/watch?v=xQZFWA2KDbw\nSide note: (In video frame starting at 1:44 the magical hat was insinuating that Hermione could grow up and became a whore, but he just wasn't sure about it. So, he put her in Gryffindor.)\n\n---------------\nRelated News:\n\nBREAKING NEWS: American Patriots Militia Groups taking down the scam Federal Reserve\nhttps://bitcointalk.org/index.php?topic=485187.0\n\nStates seceding from the Terrorist organization Illuminati aka The U.S.A.\nhttps://bitcointalk.org/index.php?topic=262225.0\n\nU.S. Constitution document scheduled to be torn apart.\nhttps://bitcointalk.org/index.php?topic=291371.0\n\nNSA, CIA, IRS, DHS, ATF, FBI, GCHQ, Stratfor, Federal Reserve, and ISIS are the illuminati\nhttps://bitcointalk.org/index.php?topic=253142.0\n\nFall of the Evil Jews Regime news network\nhttps://bitcointalk.org/index.php?topic=298550.0\n\nU.S. Congress members currently have a kill on sight status all over America for treason.\nhttps://bitcointalk.org/index.php?topic=807169.0\n\n\"Statue of Responsibility\" is the Illuminati symbol in disguise.\nhttps://bitcointalk.org/index.php?topic=573546.0\n\nThe 13 inbred terrorist European Bloodlines created the U.S. Government as a joke to run scams on the American people.\nRecently, they've created a new puppet called \"Deez Nutz\" for president of the USA.\nhttps://bitcointalk.org/index.php?topic=1157573.0\n\nSolar Powered Water Desalination Pot\nhttps://bitcointalk.org/index.php?topic=663514.0\n\nFREE ELECTRICITY: Magnets Motor Electric Generators\nhttps://bitcointalk.org/index.php?topic=729183\n\nDNA Cryptocurrency coming soon . . .\nhttps://bitcointalk.org/index.php?topic=718878.0\n\nMagnetic strip card reader to function with their cryptocurrency\nhttps://bitcointalk.org/index.php?topic=767779.0\n\nBitcoin Debit Card linked to the scam USD is NOT the solution to decentralized currency\nhttps://bitcointalk.org/index.php?topic=767775\n\nIt is now the duty of every American citizens to pass out flyers all over America to promote this ongoing Civil War in America against the 13 inbred European bloodlines of the terrorist organization Illuminati.\n\n13 inbred European Bloodlines house training their inbred grandchildren the proper way to become Luciferians.\nhttps://bitcointalk.org/index.php?topic=787093.0\n\n13 inbred Luciferian European Bloodlines feeding people insects and mealworms\nhttps://bitcointalk.org/index.php?topic=612142\n\nUN Troops Told To Kill Americans That Don\u2019t Give Over Their Guns\nhttp://mrconservative.com/2013/11/28002-un-troops-told-to-kill-americans-that-dont-give-over-their-guns/\n\n-----------------\nLatest news leak from American Patriots Militia Groups:\nCitizens of America must pretend to join the U.S. military now to learn how to use guns, get your free boot camp training then start hunting to kill the grandchildren & children of the 13 inbred European Bloodlines of the Terrorist organization Illuminati to end their legacy. The primary targets have been identified. They are listed on the Forbes billionaire list. http://www.forbes.com/billionaires/list/\n\n\n------------------\nThe 13 inbred European Bloodlines of the terrorist organization Illuminati also known as the EU (European Union) chose to fight a full scale war against 320,000,000+ Americans because they wanted to be known as the rulers of USA. This event must be recorded down in history exactly 'as is'.\n\nAlways remember this, There is no such thing as a peaceful protest in the USA. All protesters are arrested to be put in re-education camp; or are executed. Their deaths often disguised as suicides. You can only hunt to kill the grandchildren & children of 13 inbred European Bloodlines of the Terrorist organization Illuminati living in multimillion dollars homes, condos, ect... or you surrender to them and be their slave.\n\n\n-------------------------------\nFACT: The United States of America is a name of a corporation. Similar to, Microsoft corporation, Google corporation, ect... You get the idea.\nThere is no president of the United States of America, there is no U.S. congress. You see a presidential debate on TV because that's their way of mocking the American people. \n\nhttps://www.youtube.com/watch?v=-Js21iKYvd0\n\n---------------------------------\n\nFor the last 50+ years America was illegally captured by the 13 inbred European Bloodlines of the Terrorist organization Illuminati.\nThey illegally placed their puppets in the U.S. governments. Most of the high level puppets holding a high ranking spot in the U.S. government are the children & grandchildren of the 13 inbred European Bloodlines of the terrorist organization Illuminati. The Illuminati Symbol is the EVIL Jewish Flag in disguised.\n\nBelow are images of government actors were exposed by the American Patriots nationwide.\n\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/IlluminatiSymbol_zps631d536e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/christy_zps999ac9b9.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rahm2_zpsb8f96f3d.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/Allenwest_zps87bbb936.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/JanetYellenisMarthaStewart_zpsb02a3e23.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/AlanRitter_zps20368f8f.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/colinpowel_zps3e5f0681.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/William-Hague_zps59e4853e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/trafficant-cant_zpsfbef7207.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/sadam_zpsbf6aa941.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/bob-corker_zps26f2ee1d.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/John-Ritter-9542508-1-402_zpsd2226d4c.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/nancy-pelosi-2_zps90610df8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/liotaverified_zps1b86d0c1.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/malcovitch2_zpsb87ba07e.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/chevy_zpsd856d1c7.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/Harry_Reid_zps4e1bd8c6.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/196px-Dalton_McGuinty_Signature_zps115193a1.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rob-lowe_zpsd2736986.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/kevinbacon_zpsf2dee1b3.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/james_zps53c2dfbf.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/rumsfield_zps0e4010c8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/TammyBaldwin_zps726d2a80.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/speilberg_zpscae4f9d8.jpg[/img]\n[img]http://i1380.photobucket.com/albums/ah167/CuongVTruong/paul-ryan_zps5b666c59.jpg[/img]\n\nAmerican Patriots now using rubber stamp to stamp the phrase \"America's currently at WAR against the Illuminati\" on every 1 dollar Bill, and $5 Dollar Bill in the following areas: Manhattan, Miami, Omaha Nebraska, and many more. . .\n\nAmerica is anti-Israel because Israel was intentionally setup as a terrorist state by the British regime.\n\n-------------------------------------\n\n13 inbred terrorist European Bloodlines enforced gun bans all over the USA\nhttp://www.infowars.com/wellness-checks-is-code-for-gun-confiscation/\n\nhttp://hw.infowars.com/wp-content/uploads/2015/03/031315doortodoor.jpg\n\n#news #media #politic #politician #political #us #america #usa #civil #war #illuminati #bilderberg #group #nwo #war #election #vote #voting", + "body_length": 23719, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-28T22:14:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"http://www.youtube.com/watch?v=HZm1sa6QobA\"]}", + "last_payout": "2016-08-28T10:50:36", + "last_update": "2016-07-28T22:14:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3569771499, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-ongoing-civil-war-in-america", + "post_id": 448602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: ongoing CIVIL WAR IN AMERICA", + "title": "BREAKING NEWS: ongoing CIVIL WAR IN AMERICA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/breaking-news-ongoing-civil-war-in-america" + }, + "entry_id": 476, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 840377473305, + "rshares": 1765378815, + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 24869954374, + "rshares": 5293936, + "voter": "alexander1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5BVSAEJbF00\n\n#news #politic #nato #us #usa #america #fraud #scam #illuminati #bilderberg #group #russia #war", + "body_length": 140, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T22:02:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=5BVSAEJbF00\"]}", + "last_payout": "2016-08-28T10:03:57", + "last_update": "2016-07-28T22:02:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1773182601, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now", + "post_id": 448288, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Biggest News Story Of The Year! And you've never heard about it. Until Now.", + "title": "Biggest News Story Of The Year! And you've never heard about it. Until Now.", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now" + }, + "entry_id": 475, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 677899379, + "voter": "michaellamden68" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Googling the presidential candidates Wednesday morning didn\u2019t produce the exact results some people would expect.\n\nSearching for the term \u2018presidential candidates\u2019 brought up a handy guide above all of the other search results with pictures of candidates with active campaigns. Clicking on a picture brought up searches for the candidates.\n\nThe only problem is that Republican candidate Donald Trump wasn\u2019t included. Neither was Libertarian nominee Gary Johnson.\n\nhttp://nbc4i.com/2016/07/27/trump-left-out-of-google-search-for-presidential-candidates/\n\n#us #presidential #election #vote #voting #fraud #scam #illuminati #bilderberg #group #nwo #news", + "body_length": 650, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-28T20:17:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"http://nbc4i.com/2016/07/27/trump-left-out-of-google-search-for-presidential-candidates/\"]}", + "last_payout": "2016-08-28T08:30:06", + "last_update": "2016-07-28T20:17:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 677899379, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-left-out-of-google-search-for-presidential-candidates", + "post_id": 445444, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump left out of Google search for presidential candidates", + "title": "Trump left out of Google search for presidential candidates", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/trump-left-out-of-google-search-for-presidential-candidates" + }, + "entry_id": 474, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 367579713, + "voter": "jillstein2016" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden and getting ready to cook them and eat them.\n\nhttps://www.steemimg.com/images/2016/07/28/20160728_144949d8132.jpg\nhttps://www.steemimg.com/images/2016/07/28/20160728_144957edb76.jpg\n\n#food #vegetable #garden #organic #gardening #farming", + "body_length": 301, + "cashout_time": "1969-12-31T23:59:59", + "category": "gardening", + "children": 0, + "created": "2016-07-28T19:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gardening\"],\"image\":[\"https://www.steemimg.com/images/2016/07/28/20160728_144949d8132.jpg\"]}", + "last_payout": "2016-08-28T08:06:42", + "last_update": "2016-07-28T19:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 367579713, + "parent_author": "", + "parent_permlink": "gardening", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden", + "post_id": 444825, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden", + "title": "I just harvested a bunch of \"Rau Muong\" from my vegetable garden", + "total_payout_value": "0.000 HBD", + "url": "/gardening/@cryptocurrency1/i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden" + }, + "entry_id": 473, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 47470271310, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 621407764, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 61991322671, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 39007029, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "200", + "reputation": -4779249072914, + "rshares": 55437848, + "voter": "weenis" + }, + { + "percent": "200", + "reputation": -705106123629, + "rshares": 1282218, + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 53281358, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 61892853, + "voter": "luke490" + }, + { + "percent": "200", + "reputation": -511794737588, + "rshares": 1236295, + "voter": "backetri" + }, + { + "percent": "200", + "reputation": -832613042101, + "rshares": 1234164, + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": -513060008757, + "rshares": 1234104, + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": -412716207122, + "rshares": 1228844, + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": -711516507127, + "rshares": 1219869, + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": -1328386749651, + "rshares": 1219824, + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Steem just open their source code.\nA lot of social media sites (coins) will step up in the scene.\n\nIn the near future, you will see, the price of Steem drop in value.\n\n#steem #steemit #cryptocurrency #coin", + "body_length": 206, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 12, + "created": "2016-07-28T19:15:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-28T11:44:21", + "last_update": "2016-07-28T19:15:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 110643856164, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "price-of-steem-coin-will-plummet-because-of-open-source", + "post_id": 443687, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Price of Steem coin will plummet because of open source", + "title": "Price of Steem coin will plummet because of open source", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/price-of-steem-coin-will-plummet-because-of-open-source" + }, + "entry_id": 472, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7923920744318, + "rshares": 9742067788, + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 136467098, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 673891685, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 97631090, + "rshares": 59076127, + "voter": "chirohitman" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bcaSE_l4rPQ\n\n#hillary #clinton #trump #dictators #dictatorship #vote #voting #politic", + "body_length": 117, + "cashout_time": "1969-12-31T23:59:59", + "category": "politic", + "children": 0, + "created": "2016-07-28T17:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politic\"],\"links\":[\"https://www.youtube.com/watch?v=bcaSE_l4rPQ\"]}", + "last_payout": "2016-08-28T05:26:24", + "last_update": "2016-07-28T17:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10611502698, + "parent_author": "", + "parent_permlink": "politic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "clinton-slams-trump-for-praising-dictators-despite-having-own-ties", + "post_id": 440811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton slams Trump for praising dictators, despite having own ties", + "title": "Clinton slams Trump for praising dictators, despite having own ties", + "total_payout_value": "0.000 HBD", + "url": "/politic/@cryptocurrency1/clinton-slams-trump-for-praising-dictators-despite-having-own-ties" + }, + "entry_id": 471, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1126426665, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 241760333, + "voter": "tee-em" + }, + { + "percent": "200", + "reputation": 213668684615, + "rshares": 56518138, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 127008854, + "voter": "yarly10" + }, + { + "percent": "200", + "reputation": 150852667243, + "rshares": 4255479, + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": -4779249072914, + "rshares": 55437848, + "voter": "weenis" + }, + { + "percent": "200", + "reputation": -822344322564, + "rshares": 1277435, + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": -705106123629, + "rshares": 1282218, + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": -3006894935427, + "rshares": 1690483, + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": -1016377321976, + "rshares": 1237709, + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": -395587580242, + "rshares": 1236422, + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": -436695352849, + "rshares": 1236413, + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": -269345517998, + "rshares": 1236404, + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": -816175808993, + "rshares": 1236335, + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": -545964216146, + "rshares": 1236301, + "voter": "angevel" + }, + { + "percent": "200", + "reputation": -511794737588, + "rshares": 1236295, + "voter": "backetri" + }, + { + "percent": "200", + "reputation": -632712185740, + "rshares": 1559938, + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": -353287592738, + "rshares": 1234186, + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": -490879266173, + "rshares": 1234178, + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": -832613042101, + "rshares": 1234164, + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": -592763794575, + "rshares": 1234153, + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": -513060008757, + "rshares": 1234104, + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": -491495881833, + "rshares": 1234097, + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": -783147569192, + "rshares": 1234087, + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": -922435559398, + "rshares": 1234073, + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": -412716207122, + "rshares": 1228844, + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": -589856272626, + "rshares": 1228835, + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": -540797285730, + "rshares": 1228825, + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": -792845825211, + "rshares": 1228817, + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": -657792246228, + "rshares": 1228746, + "voter": "etccrap" + }, + { + "percent": "200", + "reputation": -858755906570, + "rshares": 1552371, + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": -591438373583, + "rshares": 1228697, + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": -787811821126, + "rshares": 1228680, + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": -621196131241, + "rshares": 1228671, + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": -634210742757, + "rshares": 1228658, + "voter": "bignastywhale" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 7345276, + "voter": "confucius" + }, + { + "percent": "200", + "reputation": -599382456308, + "rshares": 1219939, + "voter": "feeltheblade" + }, + { + "percent": "200", + "reputation": -1372981139724, + "rshares": 1219916, + "voter": "silvesterstay" + }, + { + "percent": "200", + "reputation": -675488625034, + "rshares": 1219903, + "voter": "joujou666" + }, + { + "percent": "200", + "reputation": -617269645256, + "rshares": 1219891, + "voter": "praisenoone" + }, + { + "percent": "200", + "reputation": -535558200327, + "rshares": 1219879, + "voter": "rickydevil" + }, + { + "percent": "200", + "reputation": -711516507127, + "rshares": 1219869, + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": -747117499780, + "rshares": 1219858, + "voter": "redddet" + }, + { + "percent": "200", + "reputation": -570787074969, + "rshares": 1219843, + "voter": "catirabella" + }, + { + "percent": "200", + "reputation": -531415651637, + "rshares": 1219834, + "voter": "redredwinewine" + }, + { + "percent": "200", + "reputation": -1328386749651, + "rshares": 1219824, + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "How do you vote for Steemit witness?\n\n#steem #steemit #help #support #questions", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-28T16:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-28T04:50:06", + "last_update": "2016-07-28T16:29:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2010481501, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-do-you-vote-for-steem-witness", + "post_id": 439619, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How do you vote for Steem witness?", + "title": "How do you vote for Steem witness?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/how-do-you-vote-for-steem-witness" + }, + "entry_id": 470, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 2966631062, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 299777059, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 2254880444, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 100255411, + "rshares": 107341316, + "voter": "navydude" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 101767465, + "voter": "sergey22" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5OWOQF3dWi0\n\n#wolf #pet #wild #animals", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "wolf", + "children": 1, + "created": "2016-07-28T15:31:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wolf\"],\"links\":[\"https://www.youtube.com/watch?v=5OWOQF3dWi0\"]}", + "last_payout": "2016-08-28T03:46:15", + "last_update": "2016-07-28T15:31:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5730397346, + "parent_author": "", + "parent_permlink": "wolf", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-very-happy-wolf", + "post_id": 438080, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A very happy wolf", + "title": "A very happy wolf", + "total_payout_value": "0.000 HBD", + "url": "/wolf/@cryptocurrency1/a-very-happy-wolf" + }, + "entry_id": 469, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 2429242458900, + "rshares": -15608515379, + "voter": "crypto-fan" + }, + { + "percent": "0", + "reputation": 10248743813131, + "rshares": 45097608, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 361176165, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Cryptocurrency among National Currency Options for an Independent Scotland\nhttps://www.cryptocoinsnews.com/cryptocurrency-for-independent-scotland/\n\nhttp://www.flags.net/images/largeflags/UNKG0101.GIF\n\n#scotland #scottish #freedom #brexit #cryptocurrency #coin", + "body_length": 260, + "cashout_time": "1969-12-31T23:59:59", + "category": "scotland", + "children": 1, + "created": "2016-07-28T15:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scotland\"],\"links\":[\"https://www.cryptocoinsnews.com/cryptocurrency-for-independent-scotland/\"]}", + "last_payout": "2016-08-28T03:32:51", + "last_update": "2016-07-28T15:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -15202241606, + "parent_author": "", + "parent_permlink": "scotland", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "scotland-to-create-their-own-cryptocurrency-for-brexit", + "post_id": 437957, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scotland to create their own cryptocurrency for Brexit", + "title": "Scotland to create their own cryptocurrency for Brexit", + "total_payout_value": "0.000 HBD", + "url": "/scotland/@cryptocurrency1/scotland-to-create-their-own-cryptocurrency-for-brexit" + }, + "entry_id": 468, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 361176165, + "voter": "cryptocurrency1" + }, + { + "percent": "-10000", + "reputation": 8140088732517, + "rshares": -24915144109, + "voter": "brookdemar" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bKD0vemVUg4\n\n#hillary #clinton #donald #trump #election #fraud #scam #us #america #usa #vote #voting #news #politic", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 1, + "created": "2016-07-28T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https://www.youtube.com/watch?v=bKD0vemVUg4\"]}", + "last_payout": "2016-08-28T03:30:18", + "last_update": "2016-07-28T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -24553967944, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "emergency-hillary-plans-to-steal-election-from-trump", + "post_id": 437848, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EMERGENCY! HILLARY PLANS TO STEAL ELECTION FROM TRUMP", + "title": "EMERGENCY! HILLARY PLANS TO STEAL ELECTION FROM TRUMP", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/emergency-hillary-plans-to-steal-election-from-trump" + }, + "entry_id": 467, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4427074855, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 889902559141, + "rshares": 1787984349, + "voter": "jayjustmay" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TlRKsYD_k0g\n\n#health #life #food #healthy #kale #chips #cooking", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 0, + "created": "2016-07-28T15:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"links\":[\"https://www.youtube.com/watch?v=TlRKsYD_k0g\"]}", + "last_payout": "2016-08-28T03:51:39", + "last_update": "2016-07-28T15:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6215059204, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-healthy-kale-chips-fast-and-easy", + "post_id": 437690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Healthy Kale Chips Fast and Easy", + "title": "How to Make Healthy Kale Chips Fast and Easy", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/how-to-make-healthy-kale-chips-fast-and-easy" + }, + "entry_id": 466, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 7232460966, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 59630998, + "voter": "ulfa" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5qQKDaDLMyk\n\n#bank #fraud #banking #scam #deutsche #germany #finance #financial", + "body_length": 111, + "cashout_time": "1969-12-31T23:59:59", + "category": "bank", + "children": 1, + "created": "2016-07-28T15:04:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bank\"],\"links\":[\"https://www.youtube.com/watch?v=5qQKDaDLMyk\"]}", + "last_payout": "2016-08-28T03:22:48", + "last_update": "2016-07-28T15:04:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7294601814, + "parent_author": "", + "parent_permlink": "bank", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "deutsche-bank-a-giant-in-crisis", + "post_id": 437434, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank: A giant in crisis", + "title": "Deutsche Bank: A giant in crisis", + "total_payout_value": "0.000 HBD", + "url": "/bank/@cryptocurrency1/deutsche-bank-a-giant-in-crisis" + }, + "entry_id": 465, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "200", + "reputation": 213668684615, + "rshares": 56517733, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "200", + "reputation": 150852667243, + "rshares": 4255479, + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": -4779249072914, + "rshares": 55437442, + "voter": "weenis" + }, + { + "percent": "200", + "reputation": -822344322564, + "rshares": 1277435, + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": -705106123629, + "rshares": 1277349, + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": -3006894935427, + "rshares": 1690483, + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": -1016377321976, + "rshares": 1237709, + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": -395587580242, + "rshares": 1236422, + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": -436695352849, + "rshares": 1236413, + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": -269345517998, + "rshares": 1236404, + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": -816175808993, + "rshares": 1236335, + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": -545964216146, + "rshares": 1236301, + "voter": "angevel" + }, + { + "percent": "200", + "reputation": -511794737588, + "rshares": 1236295, + "voter": "backetri" + }, + { + "percent": "200", + "reputation": -632712185740, + "rshares": 1236287, + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": -353287592738, + "rshares": 1234186, + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": -490879266173, + "rshares": 1234178, + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": -832613042101, + "rshares": 1234164, + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": -592763794575, + "rshares": 1234153, + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": -513060008757, + "rshares": 1234104, + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": -491495881833, + "rshares": 1234097, + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": -783147569192, + "rshares": 1234087, + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": -922435559398, + "rshares": 1234073, + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": -412716207122, + "rshares": 1228844, + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": -589856272626, + "rshares": 1228835, + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": -540797285730, + "rshares": 1228825, + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": -792845825211, + "rshares": 1228817, + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": -657792246228, + "rshares": 1228746, + "voter": "etccrap" + }, + { + "percent": "200", + "reputation": -858755906570, + "rshares": 1228720, + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": -591438373583, + "rshares": 1228697, + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": -787811821126, + "rshares": 1228680, + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": -621196131241, + "rshares": 1228671, + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": -634210742757, + "rshares": 1228658, + "voter": "bignastywhale" + }, + { + "percent": "200", + "reputation": -599382456308, + "rshares": 1219939, + "voter": "feeltheblade" + }, + { + "percent": "200", + "reputation": -1372981139724, + "rshares": 1219916, + "voter": "silvesterstay" + }, + { + "percent": "200", + "reputation": -675488625034, + "rshares": 1219903, + "voter": "joujou666" + }, + { + "percent": "200", + "reputation": -617269645256, + "rshares": 1219891, + "voter": "praisenoone" + }, + { + "percent": "200", + "reputation": -535558200327, + "rshares": 1219879, + "voter": "rickydevil" + }, + { + "percent": "200", + "reputation": -711516507127, + "rshares": 1219869, + "voter": "softpunk" + }, + { + "percent": "200", + "reputation": -747117499780, + "rshares": 1219858, + "voter": "redddet" + }, + { + "percent": "200", + "reputation": -570787074969, + "rshares": 1219843, + "voter": "catirabella" + }, + { + "percent": "200", + "reputation": -531415651637, + "rshares": 1219834, + "voter": "redredwinewine" + }, + { + "percent": "200", + "reputation": -1328386749651, + "rshares": 1219824, + "voter": "gunpower" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Which one do you think is better to describe someone who support Steem?\n\nSteemian or Steeman ?\n\n#steeman #steemian", + "body_length": 114, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-28T11:48:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-27T23:51:30", + "last_update": "2016-07-28T11:48:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 167217228, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "do-you-prefer-steeman-or-steemian", + "post_id": 433014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you prefer Steeman or Steemian?", + "title": "Do you prefer Steeman or Steemian?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/do-you-prefer-steeman-or-steemian" + }, + "entry_id": 464, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 9199961450, + "rshares": 58522521, + "voter": "financialfreedom" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Steem is a cryptocurrency coin\nSteemit is a website people go and blog\nSteeman is a person that live & breath steem. Someone who support Steem ecosphere.\n\n#steem #steemit #steeman", + "body_length": 179, + "cashout_time": "1969-12-31T23:59:59", + "category": "steeman", + "children": 0, + "created": "2016-07-28T11:42:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steeman\"]}", + "last_payout": "2016-08-27T23:43:27", + "last_update": "2016-07-28T11:42:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61032371, + "parent_author": "", + "parent_permlink": "steeman", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemian", + "post_id": 432914, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemian", + "title": "Steemian", + "total_payout_value": "0.000 HBD", + "url": "/steeman/@cryptocurrency1/steemian" + }, + "entry_id": 463, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1795987883806, + "rshares": 29705040723, + "voter": "tskeene" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 2992189325, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 137150233782, + "rshares": 25877211, + "voter": "nicoleta" + }, + { + "percent": "10000", + "reputation": -188765602361, + "rshares": 60368477, + "voter": "simranverma" + }, + { + "percent": "10000", + "reputation": 114106972, + "rshares": 54884684, + "voter": "ser82" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Hadrian X the robo-builder create an entire house in just two days\n\nIt can lay 1,000 bricks an hour and work around the clock, 24 hours a day\nA robotic 'hand' lays the brick, and applies adhesive instead of mortar, which improves the thermal efficiency \nIt 3D scans its surroundings to work out exactly where to place bricks - and is simply parked next to site \n\nhttp://i.dailymail.co.uk/i/pix/2016/07/27/17/36A4E91400000578-0-image-a-17_1469636573168.jpg\n\nhttp://www.dailymail.co.uk/sciencetech/article-3711198/Bad-news-Bob-Builder-Watch-Hadrian-X-robo-builder-create-entire-house-just-two-days.html#ixzz4FhRfkd5y \n\n#robo #builder #home #construction #hadrian #robot #house #robotic", + "body_length": 684, + "cashout_time": "1969-12-31T23:59:59", + "category": "home", + "children": 0, + "created": "2016-07-28T10:56:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"home\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/27/17/36A4E91400000578-0-image-a-17_1469636573168.jpg\"]}", + "last_payout": "2016-08-27T23:00:27", + "last_update": "2016-07-28T10:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 33180940433, + "parent_author": "", + "parent_permlink": "home", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days", + "post_id": 431947, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hadrian X the robo-builder create an entire house in just two days", + "title": "Hadrian X the robo-builder create an entire house in just two days", + "total_payout_value": "0.000 HBD", + "url": "/home/@cryptocurrency1/hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days" + }, + "entry_id": 462, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 4469953490, + "rshares": 43756923, + "voter": "kimmydora" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "USA incorporated created Isis and have ordered Isis to release this video\nhttps://www.thesun.co.uk/news/1512534/terrorist-priest-killers-pledge-loyalty-to-isis-in-video-released-by-terror-group/\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254904127.jpg?w=960\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254669083.jpg?w=960\n\n#usa #fraud #scam #isis #illuminati #bilderberg #news", + "body_length": 425, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-28T10:47:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.thesun.co.uk/news/1512534/terrorist-priest-killers-pledge-loyalty-to-isis-in-video-released-by-terror-group/\"]}", + "last_payout": "2016-08-27T23:08:24", + "last_update": "2016-07-28T10:47:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 386336936, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video", + "post_id": 431824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA incorporated created Isis and have ordered Isis to release this video", + "title": "USA incorporated created Isis and have ordered Isis to release this video", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video" + }, + "entry_id": 461, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 58510544, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "ERDOGAN DROPS HAMMER... \n\nCloses 130 Media Outlets...\n\nANKARA/ISTANBUL (Reuters) - Turkey has dismissed nearly 1,700 military personnel and closed more than 130 media outlets, official sources said on Wednesday, amid a deepening crackdown that has stirred alarm among Ankara's NATO allies following this month's failed coup.\n\nA total of 1,684 military personnel have been dishonorably discharged, a Turkish government official said, citing their role in the July 15-16 abortive putsch, where a faction of the military attempted to topple the government.\n\n(Reporting by Tulay Karadeniz, Gulsen Solaker in Ankara and Humeyra Pamuk and Can Sezer in Istanbul; Writing by David Dolan; Editing by Gareth Jones)\n\nhttps://ca.news.yahoo.com/turkish-authorities-dismiss-military-personnel-shut-media-outlets-191554213.html\n\n#turkish #turkey #erdogan #media #news #politics #politician #politic #ankara #nato #istanbul", + "body_length": 907, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-28T10:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https://ca.news.yahoo.com/turkish-authorities-dismiss-military-personnel-shut-media-outlets-191554213.html\"]}", + "last_payout": "2016-08-27T22:51:09", + "last_update": "2016-07-28T10:41:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61020394, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "closes-130-media-outlets", + "post_id": 431705, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Closes 130 Media Outlets...", + "title": "Closes 130 Media Outlets...", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/closes-130-media-outlets" + }, + "entry_id": 460, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 549388274509, + "rshares": 546562316, + "voter": "supermeatboy" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2509850, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 247311783844, + "rshares": 959679909, + "voter": "hofman386" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Critics fear the erosion of civic freedoms is denying space for grievances to be aired\n\nhttps://next.ft.com/content/ccd94b46-4db5-11e6-88c5-db83e98a590a\n\n#china #xi", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 0, + "created": "2016-07-28T10:32:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\"],\"links\":[\"https://next.ft.com/content/ccd94b46-4db5-11e6-88c5-db83e98a590a\"]}", + "last_payout": "2016-08-27T22:43:09", + "last_update": "2016-07-28T10:32:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1508752075, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "xi-crushes-dissent-in-china", + "post_id": 431581, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Xi Crushes Dissent in China...", + "title": "Xi Crushes Dissent in China...", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/xi-crushes-dissent-in-china" + }, + "entry_id": 459, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 44057907, + "voter": "medical" + }, + { + "percent": "10000", + "reputation": -345647452566, + "rshares": 61774793, + "voter": "jassyt91" + }, + { + "percent": "10000", + "reputation": 18645373200, + "rshares": 60465569, + "voter": "masterphoto" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-02-04-pm.png?w=664&h=441&crop=1\n\nhttps://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-21-06-pm.png?w=594\n\nhttps://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-20-00-pm.png?w=698\n\nhttp://pagesix.com/2016/07/26/a-list-hollywood-sex-club-is-coming-to-new-york/\n\n#sex #party #sexy #parties #club #new #york", + "body_length": 429, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-27T21:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\"],\"image\":[\"https://nyppagesix.files.wordpress.com/2016/07/screen-shot-2016-07-26-at-7-02-04-pm.png?w=664&h=441&crop=1\"]}", + "last_payout": "2016-08-27T09:45:48", + "last_update": "2016-07-27T21:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 166298269, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "eyes-wide-shut-parties", + "post_id": 416525, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'EYES WIDE SHUT' Parties...", + "title": "'EYES WIDE SHUT' Parties...", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/eyes-wide-shut-parties" + }, + "entry_id": 458, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 47966693, + "voter": "sharkfund" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=qLPWv8zA2ms\n\n#protest #protesting #protestors", + "body_length": 77, + "cashout_time": "1969-12-31T23:59:59", + "category": "protest", + "children": 0, + "created": "2016-07-27T20:07:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"protest\"],\"links\":[\"https://www.youtube.com/watch?v=qLPWv8zA2ms\"]}", + "last_payout": "2016-08-27T08:37:42", + "last_update": "2016-07-27T20:07:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47966693, + "parent_author": "", + "parent_permlink": "protest", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "protest", + "post_id": 414569, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Protest", + "title": "Protest", + "total_payout_value": "0.000 HBD", + "url": "/protest/@cryptocurrency1/protest" + }, + "entry_id": 457, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2499652, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55743515, + "voter": "lotto" + }, + { + "percent": "10000", + "reputation": 63754743, + "rshares": 60200316, + "voter": "ilyaman" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/27/trumppolls86bba.png\n\n#voting #polls #vote #us #usa #america #election #trump #clinton #politics #news #politician", + "body_length": 156, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-27T19:31:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"image\":[\"https://www.steemimg.com/images/2016/07/27/trumppolls86bba.png\"]}", + "last_payout": "2016-08-27T07:49:09", + "last_update": "2016-07-27T19:31:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 118443483, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-jump-to-7-lead-over-clinton", + "post_id": 413701, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP JUMP TO +7 LEAD OVER CLINTON...", + "title": "TRUMP JUMP TO +7 LEAD OVER CLINTON...", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/trump-jump-to-7-lead-over-clinton" + }, + "entry_id": 456, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2499652, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51857485, + "voter": "chf" + }, + { + "percent": "10000", + "reputation": 22327753, + "rshares": 61194920, + "voter": "trevorcorylahey" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "EU proposes tracking cryptocurrency users\nUsers would be required to register their details with an EU-wide database accessible to intelligence services.\n\nhttp://www.ibtimes.co.uk/end-anonymity-bitcoin-eu-proposes-tracking-cryptocurrency-users-1572887\n\n#cryptocurrency #track #nsa #eu #euro #usd #digital #currency #intelligence #users", + "body_length": 336, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "created": "2016-07-27T19:23:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"http://www.ibtimes.co.uk/end-anonymity-bitcoin-eu-proposes-tracking-cryptocurrency-users-1572887\"]}", + "last_payout": "2016-08-27T07:38:51", + "last_update": "2016-07-27T19:23:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 115552057, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cryptocurrency-users-are-now-being-track", + "post_id": 413469, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cryptocurrency users are now being track", + "title": "Cryptocurrency users are now being track", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/cryptocurrency-users-are-now-being-track" + }, + "entry_id": 455, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2499652, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 44076295, + "voter": "gambling" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "\u200bIt's easy and it'll boost your child's self-esteem.\n\nhttp://hbu.h-cdn.co/assets/16/30/980x490/1469472405-landscape-1469210025-william-george.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x520/1469472343-syn-hbu-1469210516-prince-william.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x1165/1469472352-syn-hbu-1469210755-pop.jpg\n\nhttp://hbu.h-cdn.co/assets/16/30/768x511/1469472356-syn-hbu-1469210927-obama.jpg\n\n#prince #william #obama #parenting #tips #tricks #kids #children", + "body_length": 465, + "cashout_time": "1969-12-31T23:59:59", + "category": "parenting", + "children": 1, + "created": "2016-07-27T14:57:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"parenting\"],\"image\":[\"http://hbu.h-cdn.co/assets/16/30/980x490/1469472405-landscape-1469210025-william-george.jpg\"]}", + "last_payout": "2016-08-27T03:25:54", + "last_update": "2016-07-27T14:57:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46575947, + "parent_author": "", + "parent_permlink": "parenting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "we-should-all-steal-this-parenting-trick-from-prince-william-experts-say", + "post_id": 406218, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "We Should All Steal This Parenting Trick From Prince William, Experts Say", + "title": "We Should All Steal This Parenting Trick From Prince William, Experts Say", + "total_payout_value": "0.000 HBD", + "url": "/parenting/@cryptocurrency1/we-should-all-steal-this-parenting-trick-from-prince-william-experts-say" + }, + "entry_id": 454, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 13264343611, + "rshares": 288367754, + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2498427, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 853050977, + "rshares": 52029861, + "voter": "antiques" + }, + { + "percent": "10000", + "reputation": 139403775503, + "rshares": 62234901, + "voter": "etz" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Much like Al Qaeda, the Islamic State (ISIS) is made-in-the-USA, an instrument of terror designed to divide and conquer the oil-rich Middle East and to counter Iran\u2019s growing influence in the region.\n\nhttp://2.bp.blogspot.com/-btFhid7OXAk/VY4nA-XOiHI/AAAAAAAAAho/MWHp8L5Xiqs/s640/640px-Flag_of_the_United_States.svg.png\n\nhttp://www.globalresearch.ca/america-created-al-qaeda-and-the-isis-terror-group/5402881\n\n#usa #america #us #fraud #scam #illuminai #bilderberg #news #isis #al-qaeda #aqeda #cia #terrorist #terrorism", + "body_length": 519, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-27T13:26:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"http://2.bp.blogspot.com/-btFhid7OXAk/VY4nA-XOiHI/AAAAAAAAAho/MWHp8L5Xiqs/s640/640px-Flag_of_the_United_States.svg.png\"]}", + "last_payout": "2016-08-27T01:36:51", + "last_update": "2016-07-27T13:26:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 405130943, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "usa-created-al-qaeda-and-isis", + "post_id": 403701, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "USA created Al-Qaeda and ISIS", + "title": "USA created Al-Qaeda and ISIS", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/usa-created-al-qaeda-and-isis" + }, + "entry_id": 453, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 60903415, + "voter": "woman" + }, + { + "percent": "10000", + "reputation": 11494860508, + "rshares": 60078136, + "voter": "ace005" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rf/image_960w/2010-2019/Wires/Images/2016-07-24/AP/Campaign_2016_After_the_Vote-b9c97.jpg&w=1484\n\nhttps://www.washingtonpost.com/news/the-fix/wp/2016/07/26/the-ugly-truth-about-the-white-house-and-its-history-of-slavery/\n\n#news #slavery #slaves #white #house #us #america #usa #fraud #scam", + "body_length": 376, + "cashout_time": "1969-12-31T23:59:59", + "category": "slavery", + "children": 0, + "created": "2016-07-27T13:20:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"slavery\"],\"image\":[\"https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rf/image_960w/2010-2019/Wires/Images/2016-07-24/AP/Campaign_2016_After_the_Vote-b9c97.jpg&w=1484\"]}", + "last_payout": "2016-08-27T01:36:15", + "last_update": "2016-07-27T13:20:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 120981551, + "parent_author": "", + "parent_permlink": "slavery", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-ugly-truth-about-the-white-house-and-its-history-of-slavery", + "post_id": 403542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The ugly truth about the White House and its history of slavery", + "title": "The ugly truth about the White House and its history of slavery", + "total_payout_value": "0.000 HBD", + "url": "/slavery/@cryptocurrency1/the-ugly-truth-about-the-white-house-and-its-history-of-slavery" + }, + "entry_id": 452, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2498427, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 100502685, + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38894484, + "voter": "photos" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The 13 inbred Terrorist European Bloodlines got caught running scams & violating international human rights laws in China.\n\nMy best guess is they are now migrating their evil corporations to India or South America.\n\nhttps://www.youtube.com/watch?v=1GQlBy90nOQ", + "body_length": 263, + "cashout_time": "1969-12-31T23:59:59", + "category": "inbred", + "children": 0, + "created": "2016-07-27T12:49:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"inbred\"],\"links\":[\"https://www.youtube.com/watch?v=1GQlBy90nOQ\"]}", + "last_payout": "2016-08-27T01:00:54", + "last_update": "2016-07-27T12:49:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 141895596, + "parent_author": "", + "parent_permlink": "inbred", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-13-inbred-terrorist-european-bloodlines", + "post_id": 402709, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The 13 inbred Terrorist European Bloodlines", + "title": "The 13 inbred Terrorist European Bloodlines", + "total_payout_value": "0.000 HBD", + "url": "/inbred/@cryptocurrency1/the-13-inbred-terrorist-european-bloodlines" + }, + "entry_id": 451, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 1258654380, + "voter": "orly" + }, + { + "percent": "200", + "reputation": 213668684615, + "rshares": 56515698, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 766533070, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4996854, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 320300499, + "voter": "raphma" + }, + { + "percent": "200", + "reputation": 150852667243, + "rshares": 4255479, + "voter": "emilyelizabeth" + }, + { + "percent": "200", + "reputation": -4779249072914, + "rshares": 55427665, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38894484, + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 2078906270, + "voter": "twinner" + }, + { + "percent": "200", + "reputation": -822344322564, + "rshares": 1277435, + "voter": "steemitlove" + }, + { + "percent": "200", + "reputation": -705106123629, + "rshares": 1277349, + "voter": "steemlove" + }, + { + "percent": "200", + "reputation": -3006894935427, + "rshares": 1654547, + "voter": "steemit.tips" + }, + { + "percent": "200", + "reputation": -1016377321976, + "rshares": 1237709, + "voter": "curls4life" + }, + { + "percent": "200", + "reputation": -395587580242, + "rshares": 1236422, + "voter": "alniskobs" + }, + { + "percent": "200", + "reputation": -436695352849, + "rshares": 1236413, + "voter": "amboyst" + }, + { + "percent": "200", + "reputation": -269345517998, + "rshares": 1236404, + "voter": "cheremet" + }, + { + "percent": "200", + "reputation": -816175808993, + "rshares": 1236335, + "voter": "anarchypory" + }, + { + "percent": "200", + "reputation": -545964216146, + "rshares": 1236301, + "voter": "angevel" + }, + { + "percent": "200", + "reputation": -511794737588, + "rshares": 1236295, + "voter": "backetri" + }, + { + "percent": "200", + "reputation": -632712185740, + "rshares": 1236287, + "voter": "chonesta" + }, + { + "percent": "200", + "reputation": -353287592738, + "rshares": 1234186, + "voter": "countrytalented" + }, + { + "percent": "200", + "reputation": -490879266173, + "rshares": 1234178, + "voter": "cozyone123" + }, + { + "percent": "200", + "reputation": -832613042101, + "rshares": 1234164, + "voter": "crumaner" + }, + { + "percent": "200", + "reputation": -592763794575, + "rshares": 1234153, + "voter": "daysaiyan" + }, + { + "percent": "200", + "reputation": -513060008757, + "rshares": 1234104, + "voter": "daysmega" + }, + { + "percent": "200", + "reputation": -491495881833, + "rshares": 1234097, + "voter": "daysmega1421" + }, + { + "percent": "200", + "reputation": -783147569192, + "rshares": 1234087, + "voter": "dotersvilic" + }, + { + "percent": "200", + "reputation": -922435559398, + "rshares": 1234073, + "voter": "eternalabove" + }, + { + "percent": "200", + "reputation": -412716207122, + "rshares": 1228844, + "voter": "sugarfromhell" + }, + { + "percent": "200", + "reputation": -589856272626, + "rshares": 1228835, + "voter": "gaspot" + }, + { + "percent": "200", + "reputation": -540797285730, + "rshares": 1228825, + "voter": "forgetthefallen" + }, + { + "percent": "200", + "reputation": -792845825211, + "rshares": 1228817, + "voter": "eleiminer" + }, + { + "percent": "200", + "reputation": -657792246228, + "rshares": 1228746, + "voter": "etccrap" + }, + { + "percent": "10000", + "reputation": 1038827539, + "rshares": 52835603, + "voter": "viktor" + }, + { + "percent": "200", + "reputation": -858755906570, + "rshares": 1228720, + "voter": "abctrade" + }, + { + "percent": "200", + "reputation": -591438373583, + "rshares": 1228697, + "voter": "yandra86" + }, + { + "percent": "200", + "reputation": -787811821126, + "rshares": 1228680, + "voter": "hxclife" + }, + { + "percent": "200", + "reputation": -621196131241, + "rshares": 1228671, + "voter": "rottennasty" + }, + { + "percent": "200", + "reputation": -634210742757, + "rshares": 1228658, + "voter": "bignastywhale" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "What do you think?\n\n#steem #steemit #cryptocurrency", + "body_length": 51, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-27T12:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-27T00:22:18", + "last_update": "2016-07-27T12:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4673582034, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high", + "post_id": 401746, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is it a good idea to convert SD to Steem when price of Steem coin is low or high?", + "title": "Is it a good idea to convert SD to Steem when price of Steem coin is low or high?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high" + }, + "entry_id": 450, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 97706934245, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 392841632, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8179346010, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 138260010810, + "rshares": 101835953390, + "voter": "conspiracy-guy" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7495281, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 283684443890, + "rshares": 2650060956, + "voter": "rogue91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45424211, + "voter": "reference" + }, + { + "percent": "10000", + "reputation": 8423330, + "rshares": 61623696, + "voter": "mgm" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/26/jacobrothschildscrooge2f921.jpg\n\nhttp://www.veteranstoday.com/wp-content/uploads/2016/06/mr-burns-jacob-rothschild.jpg\n\nhttp://www.veteranstoday.com/2016/06/24/brexit-nwo/\n\n#jacob #rothschild #nwo #bilderberg #news", + "body_length": 257, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 2, + "created": "2016-07-26T19:36:48", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https://www.steemimg.com/images/2016/07/26/jacobrothschildscrooge2f921.jpg\"]}", + "last_payout": "2016-08-26T07:51:30", + "last_update": "2016-07-26T19:36:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 211219749584, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "jacob-rothschild", + "post_id": 383147, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jacob Rothschild", + "title": "Jacob Rothschild", + "total_payout_value": "0.042 HBD", + "url": "/news/@cryptocurrency1/jacob-rothschild" + }, + "entry_id": 449, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 21124347731, + "rshares": 735299743, + "voter": "sputnik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55737744, + "voter": "collectibles" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Pz8DEYWGSMg\n\n#apple #iphone #slaves #workers #shenzhen #fraud #human #rights #labor #scam #ipad #technology #hp #factory", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-26T18:40:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https://www.youtube.com/watch?v=Pz8DEYWGSMg\"]}", + "last_payout": "2016-08-26T06:49:42", + "last_update": "2016-07-26T18:40:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 791037487, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "chinese-factory-slave-workers-freedom-politics-and-change-in-china", + "post_id": 381580, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chinese factory slave workers, Freedom, Politics and Change in China", + "title": "Chinese factory slave workers, Freedom, Politics and Change in China", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/chinese-factory-slave-workers-freedom-politics-and-change-in-china" + }, + "entry_id": 448, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3663597787321, + "rshares": 15472335619, + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49264512, + "voter": "dollar" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Does anyone know how to make a drop down list of tags in steemit post?\n\nRight now, i'm using hashtag\n\n#steem #steemit #tag", + "body_length": 122, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-26T18:24:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-26T06:27:48", + "last_update": "2016-07-26T18:24:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15521600131, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-drop-down-list-of-tags-in-your-steemit-post", + "post_id": 381018, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make a drop down list of Tags in your steemit post", + "title": "How to make a drop down list of Tags in your steemit post", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/how-to-make-a-drop-down-list-of-tags-in-your-steemit-post" + }, + "entry_id": 447, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Steem needs to add the exact GMT timestamp on each post.\nCurrently, it shows estimated time frame such as: 1 day ago, a month ago, ect...\n\nHere's a screenshot\nhttps://www.steemimg.com/images/2016/07/26/timestamp9c2fa.png\n\n#steem #steemit #help #cryptocurrencies #support #suggestion #tips #cryptocurrency", + "body_length": 304, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-26T17:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://www.steemimg.com/images/2016/07/26/timestamp9c2fa.png\"]}", + "last_payout": "2016-08-26T05:16:00", + "last_update": "2016-07-26T17:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-suggestion-add-timestamp-to-the-post", + "post_id": 379274, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Suggestion: Add timestamp to the post", + "title": "Steem Suggestion: Add timestamp to the post", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-suggestion-add-timestamp-to-the-post" + }, + "entry_id": 446, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3663597787321, + "rshares": 15472335619, + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 21581209185, + "rshares": 62307455, + "voter": "imbashamba" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/07/26/faqb7e62.png\n\nAfter searching all over Steemit website I was frustrated not being able to find the FAQ file (Frequently Asked Question page). I've decided to write this FAQ for the newbies.\n\n# What is Steem?\nIt's a cryptocurrency coin\n\n# What is Steemit.com ?\nIt's a website you can go and post your blogs, thoughts, opinions, ect... to earn Steem dollars rewards.\n\n# What is SD?\nSD stands for Steem Dollars.\n\n# What is Steem Power?\nInfluence tokens which earn more power by holding long term.\nThe more you hold the more you influence post rewards and earn for accurate voting.\n\n# What is an upvote button?\nIf you click it, you are giving that post an endorsement. You also earn some reward for your vote.\n\n# What is that flag next to the post?\nIf you dislike a post, you can click on it to vote it down.\n\n# Do I earn money for posting?\nOf course.\n\n# How much money do I earn for posting blogs, opinions, ect... ?\nThere isn't any calculator at this moment to figure out exactly how much you will earn per each post. Sometimes in the future, someone will create that calculator for you to know for sure.\n\n#steem #steemit #support #help #question #cryptocurrencies #asksteem #steemit-faq #cryptocurrency", + "body_length": 1244, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-26T16:59:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://www.steemimg.com/images/2016/07/26/faqb7e62.png\"]}", + "last_payout": "2016-08-26T06:25:33", + "last_update": "2016-07-26T16:59:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15534643074, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-faq", + "post_id": 378736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem FAQ", + "title": "Steem FAQ", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-faq" + }, + "entry_id": 445, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4426815049, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 3353258246, + "rshares": 16323146, + "voter": "fireballofdoom" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# After the SDB is paid out from a post, can that post receive more upvote?\n\n#steem #steemit #ask-steem #support #help #question", + "body_length": 128, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-26T16:49:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-26T05:03:24", + "last_update": "2016-07-26T16:49:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4443138195, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote", + "post_id": 378369, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ask Steem: After the SDB is paid out from a post, can that post receive more upvote?", + "title": "Ask Steem: After the SDB is paid out from a post, can that post receive more upvote?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote" + }, + "entry_id": 444, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -505268709325, + "rshares": 318125330, + "voter": "gilang-ramadhan" + }, + { + "percent": "10000", + "reputation": -1486196800257, + "rshares": 113183449, + "voter": "btcto100k" + }, + { + "percent": "10000", + "reputation": 4469953490, + "rshares": 45043892, + "voter": "kimmydora" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1uy9scdCTyc\n\n#us #government #fraud #scam #confiscation #assets", + "body_length": 95, + "cashout_time": "1969-12-31T23:59:59", + "category": "government", + "children": 1, + "created": "2016-07-26T15:50:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"government\"],\"links\":[\"https://www.youtube.com/watch?v=1uy9scdCTyc\"]}", + "last_payout": "2016-08-26T03:55:12", + "last_update": "2016-07-26T15:50:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 476352671, + "parent_author": "", + "parent_permlink": "government", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "u-s-government-now-confiscating-homes-cars-and-assets", + "post_id": 376470, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "U S GOVERNMENT now CONFISCATING Homes, Cars and ASSETS", + "title": "U S GOVERNMENT now CONFISCATING Homes, Cars and ASSETS", + "total_payout_value": "0.000 HBD", + "url": "/government/@cryptocurrency1/u-s-government-now-confiscating-homes-cars-and-assets" + }, + "entry_id": 443, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4996854, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 82714937279, + "rshares": 63471195, + "voter": "natashahall" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Amazon and the British government have teamed up to test drone deliveries.\n\nhttps://www.youtube.com/watch?v=98BIu9dpwHU\n\nhttp://www.pcmag.com/news/346442/amazon-testing-delivery-drones-in-uk\n\n#technology #news #amazon #drone #delivery #uk", + "body_length": 238, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-26T15:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\"],\"links\":[\"https://www.youtube.com/watch?v=98BIu9dpwHU\"]}", + "last_payout": "2016-08-26T03:29:45", + "last_update": "2016-07-26T15:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68468049, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "amazon-testing-delivery-drones-in-the-uk", + "post_id": 375847, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Amazon Testing Delivery Drones in the UK", + "title": "Amazon Testing Delivery Drones in the UK", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/amazon-testing-delivery-drones-in-the-uk" + }, + "entry_id": 442, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1312837432802, + "rshares": 311210475, + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 169769229857, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22627513458, + "voter": "qip" + }, + { + "percent": "10000", + "reputation": 29118885298, + "rshares": 142374636, + "voter": "timotron" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 4542263261, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1403427793295, + "rshares": 6444002434, + "voter": "artakan" + }, + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 488311155, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 347154959, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 137150233782, + "rshares": 64303384, + "voter": "nicoleta" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 1137063432, + "voter": "spookypooky" + }, + { + "percent": "1000", + "reputation": -3006894935427, + "rshares": 5199592, + "voter": "steemit.tips" + }, + { + "percent": "1000", + "reputation": -632712185740, + "rshares": 4945148, + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Here's my technical analysis on the price of Steem coin.\n# The chart shows a clear picture of a bull flag.\n\nhttps://www.steemimg.com/images/2016/07/26/bullflagsteem464a5.png\n\n# What is a bull flag?\nA bull flag is a pattern showing price will most likely skyrocket in the future.\nhttp://media.dailyfx.com/illustrations/2012/02/21/How_to_Trade_Bullish_Flag_Patterns_body_Picture_4.png\n\nHere are a few more examples of bull flag\nhttps://traderangers.files.wordpress.com/2010/08/flag-unitech.jpg?w=640&h=373\n\nhttp://www.flag-trader.com/Images/Education/Tutorial/bullflag.png\n\n#steem #steemit #coin #cryptocurrency #chart #cryptocurrencies", + "body_length": 640, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 4, + "created": "2016-07-26T15:17:39", + "curator_payout_value": "0.067 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://www.steemimg.com/images/2016/07/26/bullflagsteem464a5.png\"]}", + "last_payout": "2016-08-26T04:18:45", + "last_update": "2016-07-26T15:17:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 205883571791, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-coin-price-analysis", + "post_id": 375644, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem coin price analysis", + "title": "Steem coin price analysis", + "total_payout_value": "0.234 HBD", + "url": "/steemit/@cryptocurrency1/steem-coin-price-analysis" + }, + "entry_id": 441, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "1000", + "reputation": -3006894935427, + "rshares": 6499490, + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": 263702585, + "rshares": 62080342, + "voter": "mouseclone" + }, + { + "percent": "1000", + "reputation": -632712185740, + "rshares": 6181435, + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Would you rather have Ethereum or Steem?\n\n#cryptocurrency #investment #ethereum #steem", + "body_length": 88, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 1, + "created": "2016-07-26T15:11:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"]}", + "last_payout": "2016-08-26T03:17:30", + "last_update": "2016-07-26T15:11:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 74761267, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "would-you-rather-have-ethereum-or-steem", + "post_id": 375477, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Would you rather have Ethereum or Steem?", + "title": "Would you rather have Ethereum or Steem?", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/would-you-rather-have-ethereum-or-steem" + }, + "entry_id": 440, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 391952024, + "voter": "michaellamden68" + }, + { + "percent": "0", + "reputation": 1933204465, + "rshares": 1101892791, + "voter": "sonzweil" + }, + { + "percent": "1000", + "reputation": -3006894935427, + "rshares": 6499490, + "voter": "steemit.tips" + }, + { + "percent": "1000", + "reputation": -632712185740, + "rshares": 6181435, + "voter": "chonesta" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Who wants to win $15,000 ?\n\nWhat would you do if you have $15,000 right now?\n\nhttp://www.sweepstakesmania.com/wp-content/uploads/2010/11/95_cash_1-300x274.jpg\n\n#money #cash #winner #winning", + "body_length": 191, + "cashout_time": "1969-12-31T23:59:59", + "category": "money", + "children": 2, + "created": "2016-07-26T15:05:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\"],\"image\":[\"http://www.sweepstakesmania.com/wp-content/uploads/2010/11/95_cash_1-300x274.jpg\"]}", + "last_payout": "2016-08-26T03:54:03", + "last_update": "2016-07-26T15:05:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506525740, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "usd15-000", + "post_id": 375331, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "$15,000", + "title": "$15,000", + "total_payout_value": "0.000 HBD", + "url": "/money/@cryptocurrency1/usd15-000" + }, + "entry_id": 439, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50549376, + "voter": "shoes" + }, + { + "percent": "10000", + "reputation": 19640629192, + "rshares": 46448577, + "voter": "alex40nl" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "GREEN BANK, W.Va. (KDKA) \u2014 Would you believe there\u2019s a place where no one can use a cell phone? Where Wi-Fi is not allowed? Where even finding a radio station can be a difficult task?\n\nThere\u2019s a town in West Virginia a few hours to south of Pittsburgh where all that is true.\n\nhttp://pittsburgh.cbslocal.com/2016/07/25/no-cell-phones-wi-fi-allowed-in-small-w-va-town/\n\n#green #bank #wifi #cellphone #mobile #phone #ban #censored #va #west #virginia #dictatorship", + "body_length": 462, + "cashout_time": "1969-12-31T23:59:59", + "category": "mobile", + "children": 0, + "created": "2016-07-26T14:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mobile\"],\"links\":[\"http://pittsburgh.cbslocal.com/2016/07/25/no-cell-phones-wi-fi-allowed-in-small-w-va-town/\"]}", + "last_payout": "2016-08-26T14:36:00", + "last_update": "2016-07-26T14:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 96997953, + "parent_author": "", + "parent_permlink": "mobile", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cellphone-and-wifi-ban", + "post_id": 374147, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cellphone & Wifi ban", + "title": "Cellphone & Wifi ban", + "total_payout_value": "0.000 HBD", + "url": "/mobile/@cryptocurrency1/cellphone-and-wifi-ban" + }, + "entry_id": 438, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 40252211898, + "rshares": 217129895, + "voter": "mehanizator" + }, + { + "percent": "10000", + "reputation": 28661466165, + "rshares": 72745190, + "voter": "belovruslan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38894484, + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 31055557737, + "rshares": 56869140, + "voter": "mzie" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Right now, a lot of people are pumping up the price of Steem coin. \n\nWhen this lawsuit hits Steemit.com the price of Steem coin will then plummet big.\n\nhttps://steemit.com/steem/@cryptocurrency1/who-owns-the-legal-right-to-the-name-steem\n\nhttps://img1.steemit.com/0x0/https://steem.io/images/steem.png\n\n#lawsuit #legal #lawyer #steem #steemit #coin #cryptocurrency #news", + "body_length": 370, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 2, + "created": "2016-07-26T14:03:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"https://steemit.com/steem/@cryptocurrency1/who-owns-the-legal-right-to-the-name-steem\"]}", + "last_payout": "2016-08-26T14:31:06", + "last_update": "2016-07-26T14:03:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 385638709, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-com-lawsuit", + "post_id": 373816, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit.com lawsuit", + "title": "Steemit.com lawsuit", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/steemit-com-lawsuit" + }, + "entry_id": 437, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 7070502928, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 903980103, + "rshares": 45354212, + "voter": "advertising" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 15509139, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn.thinkprogress.org/wp-content/uploads/2016/07/20140241/trans-student-2-1024x683.jpg\n\nTwo federal lawsuits, one from a transgender boy in Wisconsin and another from a transgender boy in Maryland, assert that schools are discriminating against trans students by making them use unisex bathrooms and locker rooms.\n\nhttp://thinkprogress.org/education/2016/07/20/3800220/trans-students-file-federal-suits/\n\n#lawsuit #transgender #gay #lesbian #homesexual #legal #lawyer", + "body_length": 474, + "cashout_time": "1969-12-31T23:59:59", + "category": "lawsuit", + "children": 0, + "created": "2016-07-26T13:57:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lawsuit\"],\"image\":[\"http://cdn.thinkprogress.org/wp-content/uploads/2016/07/20140241/trans-student-2-1024x683.jpg\"]}", + "last_payout": "2016-08-26T13:58:24", + "last_update": "2016-07-26T13:57:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7131366279, + "parent_author": "", + "parent_permlink": "lawsuit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves", + "post_id": 373681, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lawsuit: Trans Students Made To Wear Green Bracelets To ID Themselves", + "title": "Lawsuit: Trans Students Made To Wear Green Bracelets To ID Themselves", + "total_payout_value": "0.000 HBD", + "url": "/lawsuit/@cryptocurrency1/lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves" + }, + "entry_id": 436, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50550677, + "voter": "bath" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "BERLIN \u2014 Officials say a man has shot dead a doctor before killing himself at a Berlin hospital.\n\nhttp://www.nytimes.com/aponline/2016/07/26/world/europe/ap-eu-germany-shooting.html?_r=0\n\n#doctor #hospital #berlin", + "body_length": 213, + "cashout_time": "1969-12-31T23:59:59", + "category": "doctor", + "children": 0, + "created": "2016-07-26T13:50:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"doctor\"],\"links\":[\"http://www.nytimes.com/aponline/2016/07/26/world/europe/ap-eu-germany-shooting.html?_r=0\"]}", + "last_payout": "2016-08-26T14:20:39", + "last_update": "2016-07-26T13:50:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50550677, + "parent_author": "", + "parent_permlink": "doctor", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "man-shoots-dead-doctor-kills-himself-at-berlin-hospital", + "post_id": 373515, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Man Shoots Dead Doctor, Kills Himself at Berlin Hospital", + "title": "Man Shoots Dead Doctor, Kills Himself at Berlin Hospital", + "total_payout_value": "0.000 HBD", + "url": "/doctor/@cryptocurrency1/man-shoots-dead-doctor-kills-himself-at-berlin-hospital" + }, + "entry_id": 435, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49259467, + "voter": "auctions" + }, + { + "percent": "10000", + "reputation": 178440469678, + "rshares": 27886642, + "voter": "belgorogdmitriy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The Tesla, SolarCity and SpaceX leader unveiled the latest iteration of his plan revolutionize the energy sector by going all-in on a carbon-free future.\n\nWhat Every Investor Should Know About Elon Musk's Master Plan\n\nhttps://regmedia.co.uk/2015/06/05/ashlee_vance_elon_musk_1.jpg?x=1200&y=794\n\nhttp://www.fool.com/investing/2016/07/26/elon-musk-takes-over-the-world.aspx\n\n#elon #musk #spacex #solarcity #tesla #energy #technology", + "body_length": 434, + "cashout_time": "1969-12-31T23:59:59", + "category": "space", + "children": 0, + "created": "2016-07-26T12:33:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"space\"],\"image\":[\"https://regmedia.co.uk/2015/06/05/ashlee_vance_elon_musk_1.jpg?x=1200&y=794\"]}", + "last_payout": "2016-08-26T12:51:39", + "last_update": "2016-07-26T12:33:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 84559933, + "parent_author": "", + "parent_permlink": "space", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "elon-musk-s-master-plan", + "post_id": 372106, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Elon Musk's Master Plan", + "title": "Elon Musk's Master Plan", + "total_payout_value": "0.000 HBD", + "url": "/space/@cryptocurrency1/elon-musk-s-master-plan" + }, + "entry_id": 434, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 600059012, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 40252211898, + "rshares": 226780112, + "voter": "mehanizator" + }, + { + "percent": "10000", + "reputation": -1026046458, + "rshares": 41481793, + "voter": "headlines" + }, + { + "percent": "10000", + "reputation": 28131790010, + "rshares": 15519247, + "voter": "bestmalik" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Yahoo mentioned Steemit\n\nhttps://ca.finance.yahoo.com/video/meet-social-network-rewards-bloggers-203356887.html\n\nKeep up the good work!\n\n#steem #steemit #news #cryptocurrency", + "body_length": 174, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-26T11:32:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://ca.finance.yahoo.com/video/meet-social-network-rewards-bloggers-203356887.html\"]}", + "last_payout": "2016-08-26T11:40:06", + "last_update": "2016-07-26T11:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 883840164, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-made-it-on-to-yahoo-news", + "post_id": 371062, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit made it on to Yahoo news", + "title": "Steemit made it on to Yahoo news", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steemit-made-it-on-to-yahoo-news" + }, + "entry_id": 433, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 16597011, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 2033808871, + "rshares": 46828325, + "voter": "animals" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 6294280, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "If I put Steemit.com ads on Bus\nis Steem going to pay for it?\n\nhttps://www.steemimg.com/images/2016/07/26/Bus107c16.jpg\nhttps://www.steemimg.com/images/2016/07/26/Bus24ece4.jpg\n\n#steem #steemit #ad #advertising", + "body_length": 210, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-26T10:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"https://www.steemimg.com/images/2016/07/26/Bus107c16.jpg\"]}", + "last_payout": "2016-08-26T10:48:51", + "last_update": "2016-07-26T10:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77133440, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-ad-on-bus", + "post_id": 370189, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Ad on Bus", + "title": "Steemit Ad on Bus", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/steemit-ad-on-bus" + }, + "entry_id": 432, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 297905164742, + "rshares": 1158142575, + "voter": "barriexy" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 51776763, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 34498670, + "rshares": 225310076, + "voter": "lol434241" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 44076636, + "voter": "checkers" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "XAURUM is offering a ground floor opportunity to be a 'cryptogold' pioneer.\n\nhttp://www.financemagnates.com/cryptocurrency/bloggers/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico/\n\nhttp://www.financemagnates.com/wp-content/uploads/2015/04/gold880x400-1.jpg\n\n#xaurum #cryptocurrency #bitcoin #gold #cryptocurrencies #cryptogold", + "body_length": 341, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptocurrency", + "children": 0, + "created": "2016-07-26T10:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\"],\"links\":[\"http://www.financemagnates.com/cryptocurrency/bloggers/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico/\"]}", + "last_payout": "2016-08-26T10:35:12", + "last_update": "2016-07-26T10:08:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1486719874, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico", + "post_id": 369977, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gold-Backed Cryptocurrency Xaurum Announces Rebirth Event ICO", + "title": "Gold-Backed Cryptocurrency Xaurum Announces Rebirth Event ICO", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@cryptocurrency1/gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico" + }, + "entry_id": 431, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 3320684282022, + "rshares": -75308351249, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54445274, + "voter": "diet" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZLNarQehTwM\n\n#walmart #funny", + "body_length": 60, + "cashout_time": "1969-12-31T23:59:59", + "category": "funny", + "children": 0, + "created": "2016-07-26T09:26:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"funny\"],\"links\":[\"https://www.youtube.com/watch?v=ZLNarQehTwM\"]}", + "last_payout": "2016-08-26T09:42:03", + "last_update": "2016-07-26T09:26:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -75253905975, + "parent_author": "", + "parent_permlink": "funny", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-inappropriate-people-at-walmart", + "post_id": 369533, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Inappropriate People At WALMART", + "title": "10 Inappropriate People At WALMART", + "total_payout_value": "0.000 HBD", + "url": "/funny/@cryptocurrency1/10-inappropriate-people-at-walmart" + }, + "entry_id": 430, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 146712197, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 48067143, + "voter": "hobbies" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2cqST6ifXac\n\n#photos #shocking #pictures #spider", + "body_length": 80, + "cashout_time": "1969-12-31T23:59:59", + "category": "pictures", + "children": 0, + "created": "2016-07-26T09:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pictures\"],\"links\":[\"https://www.youtube.com/watch?v=2cqST6ifXac\"]}", + "last_payout": "2016-08-26T09:28:45", + "last_update": "2016-07-26T09:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 194779340, + "parent_author": "", + "parent_permlink": "pictures", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-photos-that-will-make-you-uneasy", + "post_id": 369452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Photos That Will Make You UNEASY", + "title": "10 Photos That Will Make You UNEASY", + "total_payout_value": "0.000 HBD", + "url": "/pictures/@cryptocurrency1/10-photos-that-will-make-you-uneasy" + }, + "entry_id": 429, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 336822295, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38894484, + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 49944195, + "voter": "erikkartmen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=W3dzyHTibsU\n\n#ritual #sex #sexual #tradition #world #travel #life", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 0, + "created": "2016-07-26T09:14:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\"],\"links\":[\"https://www.youtube.com/watch?v=W3dzyHTibsU\"]}", + "last_payout": "2016-08-26T09:49:03", + "last_update": "2016-07-26T09:14:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 425660974, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-shocking-sexual-traditions-from-around-the-world", + "post_id": 369382, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Shocking Sexual Traditions From Around The World!", + "title": "10 Shocking Sexual Traditions From Around The World!", + "total_payout_value": "0.000 HBD", + "url": "/travel/@cryptocurrency1/10-shocking-sexual-traditions-from-around-the-world" + }, + "entry_id": 428, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 336822295, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51833639, + "voter": "vintage" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 14442593, + "voter": "kalimor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=92VC0tkqB6Y", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "science", + "children": 0, + "created": "2016-07-26T09:08:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\"],\"links\":[\"https://www.youtube.com/watch?v=92VC0tkqB6Y\"]}", + "last_payout": "2016-08-26T09:26:39", + "last_update": "2016-07-26T09:08:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 403098527, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "15-mysterious-creatures-of-all-time", + "post_id": 369312, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "15 Mysterious Creatures Of All Time", + "title": "15 Mysterious Creatures Of All Time", + "total_payout_value": "0.000 HBD", + "url": "/science/@cryptocurrency1/15-mysterious-creatures-of-all-time" + }, + "entry_id": 427, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 325594886, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50559748, + "voter": "unity" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 14442593, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 7465358, + "rshares": 61857440, + "voter": "aviramelad" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=cJ_boE1nZZ0\n\n#photoshop #girlfriend", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "photoshop", + "children": 0, + "created": "2016-07-26T09:02:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photoshop\"],\"links\":[\"https://www.youtube.com/watch?v=cJ_boE1nZZ0\"]}", + "last_payout": "2016-08-26T09:25:15", + "last_update": "2016-07-26T09:02:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 452454667, + "parent_author": "", + "parent_permlink": "photoshop", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "40-guys-with-worst-photoshop-girlfriend", + "post_id": 369249, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "40 Guys with Worst Photoshop Girlfriend", + "title": "40 Guys with Worst Photoshop Girlfriend", + "total_payout_value": "0.000 HBD", + "url": "/photoshop/@cryptocurrency1/40-guys-with-worst-photoshop-girlfriend" + }, + "entry_id": 426, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 49260048, + "voter": "exercise" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U8TTDXhEMl0\n\n#mysterious #creatures #caught #camera #life", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "creatures", + "children": 0, + "created": "2016-07-26T08:57:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"creatures\"],\"links\":[\"https://www.youtube.com/watch?v=U8TTDXhEMl0\"]}", + "last_payout": "2016-08-26T09:27:51", + "last_update": "2016-07-26T08:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49260048, + "parent_author": "", + "parent_permlink": "creatures", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life", + "post_id": 369201, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Mysterious Creatures Caught On Camera & Spotted In Real Life!", + "title": "Top 10 Mysterious Creatures Caught On Camera & Spotted In Real Life!", + "total_payout_value": "0.000 HBD", + "url": "/creatures/@cryptocurrency1/top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life" + }, + "entry_id": 425, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 57040470, + "voter": "mommy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=8NKI7J9RElg\n\n#gun #censored #banned #murdered #youtuber #video #kill", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "youtubers", + "children": 0, + "created": "2016-07-26T08:51:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"youtubers\"],\"links\":[\"https://www.youtube.com/watch?v=8NKI7J9RElg\"]}", + "last_payout": "2016-08-26T09:22:03", + "last_update": "2016-07-26T08:51:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57040470, + "parent_author": "", + "parent_permlink": "youtubers", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-youtubers-who-were-murdered", + "post_id": 369144, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 YouTubers Who Were MURDERED", + "title": "10 YouTubers Who Were MURDERED", + "total_payout_value": "0.000 HBD", + "url": "/youtubers/@cryptocurrency1/10-youtubers-who-were-murdered" + }, + "entry_id": 424, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 2826682637, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 4653928, + "rshares": 30241261, + "voter": "jokes" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=03XlxfnAKpI\n\n#banned #censored #amazon", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "amazon", + "children": 0, + "created": "2016-07-26T08:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"amazon\"],\"links\":[\"https://www.youtube.com/watch?v=03XlxfnAKpI\"]}", + "last_payout": "2016-08-26T08:49:18", + "last_update": "2016-07-26T08:46:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2856923898, + "parent_author": "", + "parent_permlink": "amazon", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-banned-things-on-amazon", + "post_id": 369093, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 BANNED Things On Amazon", + "title": "10 BANNED Things On Amazon", + "total_payout_value": "0.000 HBD", + "url": "/amazon/@cryptocurrency1/10-banned-things-on-amazon" + }, + "entry_id": 423, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 10592006934, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 3163192475, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 903980103, + "rshares": 42762543, + "voter": "advertising" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=woDiSqyFDuI\n\n#kids #torture #juvenile #detention #australian #australia", + "body_length": 103, + "cashout_time": "1969-12-31T23:59:59", + "category": "australia", + "children": 0, + "created": "2016-07-26T08:37:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"australia\"],\"links\":[\"https://www.youtube.com/watch?v=woDiSqyFDuI\"]}", + "last_payout": "2016-08-26T08:44:21", + "last_update": "2016-07-26T08:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13797961952, + "parent_author": "", + "parent_permlink": "australia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "australia-s-shame-torture-of-kids-at-juvenile-detention-center", + "post_id": 369038, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Australia\u2019s shame: \u2018Torture\u2019 of kids at juvenile detention center", + "title": "Australia\u2019s shame: \u2018Torture\u2019 of kids at juvenile detention center", + "total_payout_value": "0.000 HBD", + "url": "/australia/@cryptocurrency1/australia-s-shame-torture-of-kids-at-juvenile-detention-center" + }, + "entry_id": 422, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 2893984605, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49253365, + "voter": "culture" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jR6exd-C0jE\n\n#youtuber #banned #censored", + "body_length": 72, + "cashout_time": "1969-12-31T23:59:59", + "category": "youtuber", + "children": 0, + "created": "2016-07-26T08:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"youtuber\"],\"links\":[\"https://www.youtube.com/watch?v=jR6exd-C0jE\"]}", + "last_payout": "2016-08-26T08:48:27", + "last_update": "2016-07-26T08:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2943237970, + "parent_author": "", + "parent_permlink": "youtuber", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "5-banned-youtubers-you-can-t-watch-anymore", + "post_id": 368973, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Banned YouTubers You Can't Watch Anymore", + "title": "5 Banned YouTubers You Can't Watch Anymore", + "total_payout_value": "0.000 HBD", + "url": "/youtuber/@cryptocurrency1/5-banned-youtubers-you-can-t-watch-anymore" + }, + "entry_id": 421, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -31695830312, + "rshares": 384317016, + "voter": "zener007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45396910, + "voter": "iguana" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ku2_Jy7VS1k\n\n#fire #nato #turkey", + "body_length": 64, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-26T08:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https://www.youtube.com/watch?v=ku2_Jy7VS1k\"]}", + "last_payout": "2016-08-26T08:30:24", + "last_update": "2016-07-26T08:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 429713926, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "huge-fire-breaks-out-near-nato-base-in-turkey", + "post_id": 368907, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Huge fire breaks out near NATO base in Turkey", + "title": "Huge fire breaks out near NATO base in Turkey", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/huge-fire-breaks-out-near-nato-base-in-turkey" + }, + "entry_id": 420, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -31695830312, + "rshares": 384317016, + "voter": "zener007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 29377177, + "voter": "hunting" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Hld557JJVzU\n\n#illegal #jobs #pay #payrate #salary", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-07-26T08:17:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\"],\"links\":[\"https://www.youtube.com/watch?v=Hld557JJVzU\"]}", + "last_payout": "2016-08-26T08:30:12", + "last_update": "2016-07-26T08:17:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 413694193, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-illegal-jobs-that-pay-extremely-well", + "post_id": 368795, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Illegal Jobs That Pay Extremely Well", + "title": "10 Illegal Jobs That Pay Extremely Well", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/10-illegal-jobs-that-pay-extremely-well" + }, + "entry_id": 419, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 360160843374, + "rshares": 1276866998, + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 47974054, + "voter": "crypto777" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LcyKyRZAqnA\n\n#us #army #research #darpa #technology #weapon", + "body_length": 91, + "cashout_time": "1969-12-31T23:59:59", + "category": "darpa", + "children": 0, + "created": "2016-07-26T08:12:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"darpa\"],\"links\":[\"https://www.youtube.com/watch?v=LcyKyRZAqnA\"]}", + "last_payout": "2016-08-26T08:31:33", + "last_update": "2016-07-26T08:12:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1324841052, + "parent_author": "", + "parent_permlink": "darpa", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "darpa-pulls-technology-from-the-book-of-revelation", + "post_id": 368737, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DARPA Pulls Technology From The Book Of Revelation", + "title": "DARPA Pulls Technology From The Book Of Revelation", + "total_payout_value": "0.000 HBD", + "url": "/darpa/@cryptocurrency1/darpa-pulls-technology-from-the-book-of-revelation" + }, + "entry_id": 418, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 36289579, + "voter": "outdoors" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=3AG6fKPeOl4\n\n#celeb #celebrity #secrets", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "celebrity", + "children": 0, + "created": "2016-07-26T08:07:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"celebrity\"],\"links\":[\"https://www.youtube.com/watch?v=3AG6fKPeOl4\"]}", + "last_payout": "2016-08-26T08:32:57", + "last_update": "2016-07-26T08:07:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43703403, + "parent_author": "", + "parent_permlink": "celebrity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-horrible-secrets-celebs-don-t-want-you-to-know", + "post_id": 368657, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Horrible Secrets Celebs Don't Want You To Know", + "title": "10 Horrible Secrets Celebs Don't Want You To Know", + "total_payout_value": "0.000 HBD", + "url": "/celebrity/@cryptocurrency1/10-horrible-secrets-celebs-don-t-want-you-to-know" + }, + "entry_id": 417, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 6335043253, + "voter": "getssidetracked" + }, + { + "percent": "0", + "reputation": 2114306416334, + "rshares": 40169413, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112213978, + "voter": "tankwater" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 30241339, + "voter": "olympics" + }, + { + "percent": "10000", + "reputation": 9199961450, + "rshares": 61642240, + "voter": "financialfreedom" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=9PcBGZNjYMo\n\n#banks #banking #derivatives #collapse #deutsche #bull #bear #market #bankrupt #gold", + "body_length": 129, + "cashout_time": "1969-12-31T23:59:59", + "category": "banks", + "children": 1, + "created": "2016-07-26T07:54:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"banks\"],\"links\":[\"https://www.youtube.com/watch?v=9PcBGZNjYMo\"]}", + "last_payout": "2016-08-26T08:11:21", + "last_update": "2016-07-26T07:54:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6586724047, + "parent_author": "", + "parent_permlink": "banks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview", + "post_id": 368496, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deutsche Bank is Broke, Derivatives Collapse Coming - Jim Rogers Interview", + "title": "Deutsche Bank is Broke, Derivatives Collapse Coming - Jim Rogers Interview", + "total_payout_value": "0.000 HBD", + "url": "/banks/@cryptocurrency1/deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview" + }, + "entry_id": 416, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 58248858, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7413824, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112213978, + "voter": "tankwater" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 47945844, + "voter": "marketing" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=BzIaRmHP-ho\n\n#photos #banned #censored #censorship #social #media", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "censored", + "children": 0, + "created": "2016-07-26T07:49:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"censored\"],\"links\":[\"https://www.youtube.com/watch?v=BzIaRmHP-ho\"]}", + "last_payout": "2016-08-26T08:12:15", + "last_update": "2016-07-26T07:49:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225822504, + "parent_author": "", + "parent_permlink": "censored", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-photos-banned-from-social-media", + "post_id": 368453, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Photos BANNED From Social Media", + "title": "10 Photos BANNED From Social Media", + "total_payout_value": "0.000 HBD", + "url": "/censored/@cryptocurrency1/10-photos-banned-from-social-media" + }, + "entry_id": 415, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 120712992, + "rshares": 448203510, + "voter": "radium" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 615779046845, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 53120992, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 587584054096, + "rshares": 10493707256, + "voter": "omarbitcoin" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 6335043253, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 64720954, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 546585172, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 327787753, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225576072, + "voter": "choccy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 31114563, + "voter": "gbp" + }, + { + "percent": "10000", + "reputation": 36671648870, + "rshares": 54549066, + "voter": "paulchisto" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TxElpBrvaXE\n\n#north #korea #banned #censored", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-26T07:38:57", + "curator_payout_value": "0.128 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=TxElpBrvaXE\"]}", + "last_payout": "2016-08-26T07:56:30", + "last_update": "2016-07-26T07:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 634359455436, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "28-banned-photos-that-were-secretly-smuggled-out-of-north-korea", + "post_id": 368335, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "28 BANNED PHOTOS THAT WERE SECRETLY SMUGGLED OUT OF NORTH KOREA", + "title": "28 BANNED PHOTOS THAT WERE SECRETLY SMUGGLED OUT OF NORTH KOREA", + "total_payout_value": "0.793 HBD", + "url": "/news/@cryptocurrency1/28-banned-photos-that-were-secretly-smuggled-out-of-north-korea" + }, + "entry_id": 414, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 96999454, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 44080415, + "voter": "photos" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=FQMXGFFqE1I\n\n#zionist #agenda #blm #illuminati #bilderberg #jews #israel", + "body_length": 104, + "cashout_time": "1969-12-31T23:59:59", + "category": "blm", + "children": 1, + "created": "2016-07-25T16:54:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blm\"],\"links\":[\"https://www.youtube.com/watch?v=FQMXGFFqE1I\"]}", + "last_payout": "2016-08-25T17:25:12", + "last_update": "2016-07-25T16:54:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 141079869, + "parent_author": "", + "parent_permlink": "blm", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda", + "post_id": 350586, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gavin Long, Hands Up Don't Shoot & the Zionist Agenda", + "title": "Gavin Long, Hands Up Don't Shoot & the Zionist Agenda", + "total_payout_value": "0.000 HBD", + "url": "/blm/@cryptocurrency1/gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda" + }, + "entry_id": 413, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 79074196, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51845647, + "voter": "culture" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Zzr03Z-q134\n\n#gematria #bernie #richard #nixon #wikileaks", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "wikileaks", + "children": 1, + "created": "2016-07-25T16:28:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wikileaks\"],\"links\":[\"https://www.youtube.com/watch?v=Zzr03Z-q134\"]}", + "last_payout": "2016-08-25T16:58:57", + "last_update": "2016-07-25T16:28:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 130919843, + "parent_author": "", + "parent_permlink": "wikileaks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wikileaks-says-dnc-cheated-bernie", + "post_id": 349958, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks says DNC cheated Bernie!", + "title": "Wikileaks says DNC cheated Bernie!", + "total_payout_value": "0.000 HBD", + "url": "/wikileaks/@cryptocurrency1/wikileaks-says-dnc-cheated-bernie" + }, + "entry_id": 412, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 79074196, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54440902, + "voter": "vacation" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/education/2016/04/19/alamy-teens-model-releas_3462134b-large_trans++pJliwavx4coWFCaEkEsb3kvxIt-lGGWCWqwLa_RXJU8.jpg\n\nTeachers and parents at leading private schools have been warned to be aware of this new form of cyberbullying, as it tends to happen outside adult oversight because teenagers regard it as just one level up from banter.\n\nhttp://www.telegraph.co.uk/education/2016/07/24/girls-gang-up-on-boys-in-new-cyberbullying-craze-called-roasting/\n\n#girls #boys #bullying #school #kids #education #teen #teenagers", + "body_length": 556, + "cashout_time": "1969-12-31T23:59:59", + "category": "teen", + "children": 1, + "created": "2016-07-25T16:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"teen\",\"girls\",\"boys\",\"bullying\",\"school\",\"kids\",\"education\",\"teenagers\"],\"image\":[\"http://www.telegraph.co.uk/content/dam/education/2016/04/19/alamy-teens-model-releas_3462134b-large_trans++pJliwavx4coWFCaEkEsb3kvxIt-lGGWCWqwLa_RXJU8.jpg\"]}", + "last_payout": "2016-08-25T16:53:30", + "last_update": "2016-07-25T16:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 133515098, + "parent_author": "", + "parent_permlink": "teen", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts", + "post_id": 349839, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "https://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/", + "title": "https://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/", + "total_payout_value": "0.000 HBD", + "url": "/teen/@cryptocurrency1/https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts" + }, + "entry_id": 411, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 94889035, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243604058, + "voter": "sekoorane" + }, + { + "percent": "10000", + "reputation": 2033808871, + "rshares": 50730685, + "voter": "animals" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.thesun.co.uk/wp-content/uploads/2016/03/2631878.main_image.jpg?w=960\n\n\u201cComputing will not be sustainable by 2040, when the energy required for computing will exceed the estimated world\u2019s energy production.\u201d\n\nhttps://www.thesun.co.uk/news/1498750/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim/\n\n#techology #electricity #world #tech #experts #computers #energy", + "body_length": 422, + "cashout_time": "1969-12-31T23:59:59", + "category": "energy", + "children": 1, + "created": "2016-07-25T16:17:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"energy\",\"techology\",\"electricity\",\"world\",\"tech\",\"experts\",\"computers\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/03/2631878.main_image.jpg?w=960\"]}", + "last_payout": "2016-08-25T16:23:36", + "last_update": "2016-07-25T16:17:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 389223778, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim", + "post_id": 349707, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Computers will use more electricity than the entire world can generate by 2040, tech experts claim", + "title": "Computers will use more electricity than the entire world can generate by 2040, tech experts claim", + "total_payout_value": "0.000 HBD", + "url": "/energy/@cryptocurrency1/computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim" + }, + "entry_id": 410, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 94889035, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51847510, + "voter": "films" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "China\u2019s top internet regulator ordered major online companies including Sina Corp. and Tencent Holdings Ltd. to stop original news reporting, the latest effort by the government to tighten its grip over the country\u2019s web and information industries.\n\n#china #internet #news #ban #censorship", + "body_length": 289, + "cashout_time": "1969-12-31T23:59:59", + "category": "china", + "children": 1, + "created": "2016-07-25T16:11:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"internet\",\"news\",\"ban\",\"censorship\"]}", + "last_payout": "2016-08-25T16:42:03", + "last_update": "2016-07-25T16:11:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 146736545, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "china-bans-internet-news-reporting-as-media-crackdown-widens", + "post_id": 349568, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Bans Internet News Reporting as Media Crackdown Widens", + "title": "China Bans Internet News Reporting as Media Crackdown Widens", + "total_payout_value": "0.000 HBD", + "url": "/china/@cryptocurrency1/china-bans-internet-news-reporting-as-media-crackdown-widens" + }, + "entry_id": 409, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1307793552141, + "rshares": 16904848032, + "voter": "max-infeld" + }, + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 108235226, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 323909618, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 53495695, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 36300445, + "voter": "cny" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Hello,\n\nI'm selling this home made hydroponic grow kit. It is a built to order.\nIf you want to buy it reply to this message and let me know and I will build one for you.\n\nMy asking price is $300 (Supplies included and Free shipping to USA)\n\nhttps://www.steemimg.com/images/2016/07/25/1fe607.jpg\nhttps://www.steemimg.com/images/2016/07/25/20c07c.jpg\nhttps://www.steemimg.com/images/2016/07/25/3d117b.jpg\nhttps://www.steemimg.com/images/2016/07/25/431974.jpg\nhttps://www.steemimg.com/images/2016/07/25/525ec6.jpg\nhttps://www.steemimg.com/images/2016/07/25/64cbf2.jpg\nhttps://www.steemimg.com/images/2016/07/25/778d12.jpg\nhttps://www.steemimg.com/images/2016/07/25/8711ba.jpg\nhttps://www.steemimg.com/images/2016/07/25/91d0f7.jpg\nhttps://www.steemimg.com/images/2016/07/25/1030208.jpg\n\n#hydroponic #grow #kit #farm #garden #farming #organic", + "body_length": 837, + "cashout_time": "1969-12-31T23:59:59", + "category": "hydroponic", + "children": 2, + "created": "2016-07-25T15:36:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hydroponic\",\"grow\",\"kit\",\"farm\",\"garden\",\"farming\",\"organic\"],\"image\":[\"https://www.steemimg.com/images/2016/07/25/1fe607.jpg\"]}", + "last_payout": "2016-08-25T16:19:24", + "last_update": "2016-07-25T15:36:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17426789016, + "parent_author": "", + "parent_permlink": "hydroponic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-m-selling-this-home-made-hydroponic-kit", + "post_id": 348629, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I'm selling this home made Hydroponic kit", + "title": "I'm selling this home made Hydroponic kit", + "total_payout_value": "0.020 HBD", + "url": "/hydroponic/@cryptocurrency1/i-m-selling-this-home-made-hydroponic-kit" + }, + "entry_id": 408, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 236085702, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 14226009, + "voter": "qonq99" + }, + { + "percent": "-10000", + "reputation": -385936503026, + "rshares": -227165213, + "voter": "dubovoy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "VLADIMIR Putin could spark World War Three at any time by deciding to invade Poland in a matter of HOURS, a top NATO figure has warned tonight.\n\nhttp://www.express.co.uk/news/world/692601/NATO-military-chief-warns-Vladimir-Putin-invade-Poland-start-World-War-Three\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/putin-692601.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/generals-601645.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/training-601650.jpg\n\nhttp://cdn.images.express.co.uk/img/dynamic/78/590x/secondary/parade-601651.jpg\n\n#war #russia #russian #poland #ww3 #putin", + "body_length": 624, + "cashout_time": "1969-12-31T23:59:59", + "category": "war", + "children": 1, + "created": "2016-07-25T13:24:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"war\",\"russia\",\"russian\",\"poland\",\"ww3\",\"putin\"],\"links\":[\"http://www.express.co.uk/news/world/692601/NATO-military-chief-warns-Vladimir-Putin-invade-Poland-start-World-War-Three\"]}", + "last_payout": "2016-08-25T13:27:30", + "last_update": "2016-07-25T13:24:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23146498, + "parent_author": "", + "parent_permlink": "war", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "putin-is-ready-to-start-world-war-three-overnight", + "post_id": 345401, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putin is ready to start World War Three \u2018OVERNIGHT\u2019", + "title": "Putin is ready to start World War Three \u2018OVERNIGHT\u2019", + "total_payout_value": "0.000 HBD", + "url": "/war/@cryptocurrency1/putin-is-ready-to-start-world-war-three-overnight" + }, + "entry_id": 407, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 265596415, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 14226009, + "voter": "qonq99" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "'SEX PARTY' SHOOTING Gunman on the loose after a man is shot dead and several injured at pool party murder at \u00a31m bungalow in Surrey\n\nhttps://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002544335071.jpg?w=960\n\nhttps://www.thesun.co.uk/news/1497267/one-dead-and-several-serious-injured-after-private-party-at-house-in-surrey/\n\n#sex #party #pool #shooting #gun #murder", + "body_length": 379, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 1, + "created": "2016-07-25T13:11:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\",\"party\",\"pool\",\"shooting\",\"gun\",\"murder\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict0002544335071.jpg?w=960\"]}", + "last_payout": "2016-08-25T13:27:15", + "last_update": "2016-07-25T13:11:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 279822424, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sex-party-shooting", + "post_id": 345133, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'SEX PARTY' SHOOTING", + "title": "'SEX PARTY' SHOOTING", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/sex-party-shooting" + }, + "entry_id": 406, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3971811465, + "rshares": 8639652439, + "voter": "gore84" + }, + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 449461442, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 25665641, + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": -162275130071, + "rshares": 28958187, + "voter": "kanabis420pm" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The bank\u2019s efforts to control the price and allocation of credit are increasingly distortive and making the Fed irrelevant to credit markets.\n\nhttps://si.wsj.net/public/resources/images/ED-AV350_bkrvta_JV_20160719150327.jpg\n\nhttp://www.wsj.com/articles/what-uber-can-teach-the-fed-1469141936\n\n#fed #bank #credit #swap", + "body_length": 317, + "cashout_time": "1969-12-31T23:59:59", + "category": "finance", + "children": 1, + "created": "2016-07-25T12:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"finance\",\"fed\",\"bank\",\"credit\",\"swap\"],\"image\":[\"https://si.wsj.net/public/resources/images/ED-AV350_bkrvta_JV_20160719150327.jpg\"]}", + "last_payout": "2016-08-25T12:37:39", + "last_update": "2016-07-25T12:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9143737709, + "parent_author": "", + "parent_permlink": "finance", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-uber-can-teach-the-fed", + "post_id": 344000, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What Uber Can Teach the Fed", + "title": "What Uber Can Teach the Fed", + "total_payout_value": "0.000 HBD", + "url": "/finance/@cryptocurrency1/what-uber-can-teach-the-fed" + }, + "entry_id": 405, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 533735462, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 18968012, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 1444023, + "rshares": 110511220, + "voter": "chizhan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn.americanbanker.com/media/newspics/hassell-gerald-bl100313-365.jpg\n\n\"We've been piloting robotics and machine learning processes to automate work and eliminate repetitive manual tasks,\" BNY Mellon Chief Executive Gerald Hassell said in his opening remarks on the bank's second-quarter earnings call Thursday.\n\nhttp://www.americanbanker.com/news/national-regional/robotics-really-bny-mellon-automates-mind-numbing-tasks-1090338-1.html\n\n#financial #robot #finance #robotic #banks #automate #ceo", + "body_length": 502, + "cashout_time": "1969-12-31T23:59:59", + "category": "financial", + "children": 1, + "created": "2016-07-25T11:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"financial\",\"robot\",\"finance\",\"robotic\",\"banks\",\"automate\",\"ceo\"],\"image\":[\"http://cdn.americanbanker.com/media/newspics/hassell-gerald-bl100313-365.jpg\"]}", + "last_payout": "2016-08-25T12:13:30", + "last_update": "2016-07-25T11:44:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 663214694, + "parent_author": "", + "parent_permlink": "financial", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bny-mellon-bank-uses-robots", + "post_id": 343650, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BNY Mellon bank uses robots", + "title": "BNY Mellon bank uses robots", + "total_payout_value": "0.000 HBD", + "url": "/financial/@cryptocurrency1/bny-mellon-bank-uses-robots" + }, + "entry_id": 404, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3542054613209, + "rshares": 547781133, + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 40994732, + "rshares": 65180310, + "voter": "mobile" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents - \n\nhttp://images.techtimes.com/data/images/full/261385/samsung-wireless-charger-patent.jpg\n\nhttp://www.techtimes.com/articles/171218/20160725/samsung-is-working-on-wireless-chargers-three-new-designs-surface-on-patents.htm#sthash.Vl6w8Luh.dpuf\n\n#samsung #wireless #charger #mobile #phone #technology #innovation", + "body_length": 386, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-07-25T11:39:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"samsung\",\"wireless\",\"charger\",\"mobile\",\"phone\",\"innovation\"],\"image\":[\"http://images.techtimes.com/data/images/full/261385/samsung-wireless-charger-patent.jpg\"]}", + "last_payout": "2016-08-26T05:11:06", + "last_update": "2016-07-25T11:39:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 612961443, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents", + "post_id": 343580, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents", + "title": "Samsung Is Working On Wireless Chargers: 3 New Designs Surface On Patents", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents" + }, + "entry_id": 403, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 41468086, + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TuEy22_8-do\n\n#hillary #clinton #bernie #sanders #vote #voting #political #election #age #old #women", + "body_length": 131, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-25T09:08:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https://www.youtube.com/watch?v=TuEy22_8-do\"]}", + "last_payout": "2016-08-25T09:34:12", + "last_update": "2016-07-25T09:08:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41468086, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-old-women-think-about-hillary-clinton", + "post_id": 342016, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What old women think about Hillary Clinton", + "title": "What old women think about Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/what-old-women-think-about-hillary-clinton" + }, + "entry_id": 402, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50552091, + "voter": "education" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/24/18/36887B3500000578-3705817-image-m-7_1469381895382.jpg\n\nAngela Merkel faces fresh backlash over open door immigration policy after latest German attacks by Syrian refugees\nGerman Chancellor decided to let in around one million migrants in 2015\nTonight a Syrian refugee wielding a machete has killed a pregnant woman \nThe killing took place in south western city of Reutlingen near Stuttgart \nAttack comes just days after an Afghan swung an axe at train passengers\n\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3705817/Andrea-Merkel-face-new-backlash-open-door-immigration-policy-new-German-attack-Syrian-refugee.html#ixzz4FPRSwo8d \n\n#german #germany #chancellor #train #afghan #attack #machete #migrants", + "body_length": 754, + "cashout_time": "1969-12-31T23:59:59", + "category": "germany", + "children": 0, + "created": "2016-07-25T09:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"germany\",\"german\",\"chancellor\",\"train\",\"afghan\",\"attack\",\"machete\",\"migrants\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/24/18/36887B3500000578-3705817-image-m-7_1469381895382.jpg\"]}", + "last_payout": "2016-08-25T09:27:51", + "last_update": "2016-07-25T09:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50552091, + "parent_author": "", + "parent_permlink": "germany", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "merkel-feels-the-heat", + "post_id": 341960, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MERKEL FEELS THE HEAT...", + "title": "MERKEL FEELS THE HEAT...", + "total_payout_value": "0.000 HBD", + "url": "/germany/@cryptocurrency1/merkel-feels-the-heat" + }, + "entry_id": 401, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50567944, + "voter": "pax" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7PeleEJVmz4\n\n#ted #cruz #rigged #fraud #scam", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "cruz", + "children": 0, + "created": "2016-07-25T08:20:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cruz\"],\"links\":[\"https://www.youtube.com/watch?v=7PeleEJVmz4\"]}", + "last_payout": "2016-08-25T08:46:03", + "last_update": "2016-07-25T08:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50567944, + "parent_author": "", + "parent_permlink": "cruz", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed", + "post_id": 341442, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ted Cruz Could Have Been A Hero, Now He Must Be Destroyed", + "title": "Ted Cruz Could Have Been A Hero, Now He Must Be Destroyed", + "total_payout_value": "0.000 HBD", + "url": "/cruz/@cryptocurrency1/ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed" + }, + "entry_id": 400, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 43549810, + "voter": "relationships" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-yNhpH8vFbg\n\n#hillary #clinton #theft #fraud #election #rigged #vote #voting", + "body_length": 108, + "cashout_time": "1969-12-31T23:59:59", + "category": "clinton", + "children": 0, + "created": "2016-07-25T08:09:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"clinton\"],\"links\":[\"https://www.youtube.com/watch?v=-yNhpH8vFbg\"]}", + "last_payout": "2016-08-25T08:35:12", + "last_update": "2016-07-25T08:09:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43549810, + "parent_author": "", + "parent_permlink": "clinton", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-behind-theft-of-nomination", + "post_id": 341353, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Behind Theft Of Nomination", + "title": "Hillary Behind Theft Of Nomination", + "total_payout_value": "0.000 HBD", + "url": "/clinton/@cryptocurrency1/hillary-behind-theft-of-nomination" + }, + "entry_id": 399, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 40172209, + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=-o4IkIjqjh0\n\n#hillary #clinton #election #politic #politician", + "body_length": 93, + "cashout_time": "1969-12-31T23:59:59", + "category": "election", + "children": 0, + "created": "2016-07-25T07:56:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"election\"],\"links\":[\"https://www.youtube.com/watch?v=-o4IkIjqjh0\"]}", + "last_payout": "2016-08-25T08:22:18", + "last_update": "2016-07-25T07:56:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40172209, + "parent_author": "", + "parent_permlink": "election", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-followers-say-it-s-good-she-stole-election-from-sanders", + "post_id": 341233, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Followers Say It\u2019s Good She Stole Election From Sanders", + "title": "Hillary Followers Say It\u2019s Good She Stole Election From Sanders", + "total_payout_value": "0.000 HBD", + "url": "/election/@cryptocurrency1/hillary-followers-say-it-s-good-she-stole-election-from-sanders" + }, + "entry_id": 398, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50554826, + "voter": "computers" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "At a lively Sunday march in support of former Democratic presidential candidate Bernie Sanders, chants of \u201clock her up,\u201d \u201cHillary for Prison\u201d signs and t-shirts and calls for indictment were common among the most ardent supporters of Mr. Sanders, who arrived in Philadelphia to make their voices heard to the delegates attending the Democratic National Convention.\n\nhttp://blogs.wsj.com/washwire/2016/07/24/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton/\n\nhttp://si.wsj.net/public/resources/images/BN-PB495_protes_M_20160724215219.jpg\n\n#bernie #sanders #hillary #clinton #vote #voting #philadelphia #protest #politic #election", + "body_length": 663, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 1, + "created": "2016-07-25T07:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sanders\",\"clinton\",\"hillary\",\"voting\",\"vote\",\"politic\",\"philadelphia\",\"election\",\"bernie\",\"protest\"],\"links\":[\"http://blogs.wsj.com/washwire/2016/07/24/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton/\"]}", + "last_payout": "2016-08-25T08:17:09", + "last_update": "2016-07-25T07:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50554826, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton", + "post_id": 341182, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bernie Sanders Supporters Chant \u2018Lock Her Up\u2019 in Philadelphia Protest Against Clinton", + "title": "Bernie Sanders Supporters Chant \u2018Lock Her Up\u2019 in Philadelphia Protest Against Clinton", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton" + }, + "entry_id": 397, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 46678942, + "voter": "komodo" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=R1-aBVicSu8\n\n#fox #media #politic #political", + "body_length": 76, + "cashout_time": "1969-12-31T23:59:59", + "category": "fox", + "children": 0, + "created": "2016-07-25T07:46:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fox\"],\"links\":[\"https://www.youtube.com/watch?v=R1-aBVicSu8\"]}", + "last_payout": "2016-08-25T08:12:03", + "last_update": "2016-07-25T07:46:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46678942, + "parent_author": "", + "parent_permlink": "fox", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks", + "post_id": 341122, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Coup At Fox News Confirmed, Roger Stone Responds To The Young Turds/Turks", + "title": "Coup At Fox News Confirmed, Roger Stone Responds To The Young Turds/Turks", + "total_payout_value": "0.000 HBD", + "url": "/fox/@cryptocurrency1/coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks" + }, + "entry_id": 396, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 12574071244, + "rshares": 228604911, + "voter": "mapipaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49242962, + "voter": "athletes" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 23633334, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 169752268, + "rshares": 52681091, + "voter": "hiva.media" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/23/13/hotel_0.jpg\n\nA night's stay in the penthouse suite at The Mark Hotel in New York City costs a staggering $75,000 (\u00a357,000) per night, according to Elite Traveler.\n\n#hotel #travel #luxury #elite #newyork #city #penthouse #suite", + "body_length": 327, + "cashout_time": "1969-12-31T23:59:59", + "category": "travel", + "children": 1, + "created": "2016-07-25T07:38:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"hotel\",\"luxury\",\"elite\",\"newyork\",\"city\",\"penthouse\",\"suite\"],\"image\":[\"http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/23/13/hotel_0.jpg\"]}", + "last_payout": "2016-08-25T08:38:30", + "last_update": "2016-07-25T07:38:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 354162298, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night", + "post_id": 341020, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Inside the world's most expensive hotel suite which costs \u00a357,000 per night", + "title": "Inside the world's most expensive hotel suite which costs \u00a357,000 per night", + "total_payout_value": "0.000 HBD", + "url": "/travel/@cryptocurrency1/inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night" + }, + "entry_id": 395, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2629304079354, + "rshares": 10617179983, + "voter": "str11ngfello" + }, + { + "percent": "10000", + "reputation": 59110845037, + "rshares": 146364421, + "voter": "turretkilo" + }, + { + "percent": "10000", + "reputation": 162165072915, + "rshares": 216171355, + "voter": "atx" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 164830427, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 33707391, + "voter": "cad" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 22320371, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 40577950, + "voter": "darrenturetzky" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://d3i6fh83elv35t.cloudfront.net/newshour/wp-content/uploads/2016/05/RTX2DV6U.jpg\n\nVisitors to the Dominican Republic account for more than a fifth of the confirmed Zika cases in the U.S. through mid-July, according to data from state health departments. New York, Florida and California alone tally 304 cases linked to the country, the data show.\n\n#zika #virus #health #cdc #death #caribbean #island #dominican #republic", + "body_length": 425, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-25T07:33:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cdc\",\"zika\",\"dominican\",\"death\",\"island\",\"health\",\"republic\",\"caribbean\",\"virus\"],\"image\":[\"http://d3i6fh83elv35t.cloudfront.net/newshour/wp-content/uploads/2016/05/RTX2DV6U.jpg\"]}", + "last_payout": "2016-08-26T00:18:18", + "last_update": "2016-07-25T07:33:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11241151898, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-a-caribbean-island-became-prime-source-of-u-s-zika-cases", + "post_id": 340931, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How a Caribbean island became prime source of U.S. Zika cases", + "title": "How a Caribbean island became prime source of U.S. Zika cases", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/how-a-caribbean-island-became-prime-source-of-u-s-zika-cases" + }, + "entry_id": 394, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 50552838, + "voter": "collectibles" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 22320371, + "voter": "kalimor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "By 2019, biometrics are expected to be a 25-billion-dollar industry with more than 500 million biometric scanners in use around the world, according to Marc Goodman, an advisor to Interpol and the FBI. Newest to the scene, Wells Fargo this fall will begin offering a smartphone app with biometric authentication \u2014 making all your financial information just an eye scan away.\n\nhttp://www.nbcnews.com/tech/tech-news/biometric-scanning-use-grows-so-do-security-risks-n593161\n\n#security #expert #biometric #scanners #technology", + "body_length": 523, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 0, + "created": "2016-07-25T07:28:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"security\",\"expert\",\"biometric\",\"scanners\"],\"links\":[\"http://www.nbcnews.com/tech/tech-news/biometric-scanning-use-grows-so-do-security-risks-n593161\"]}", + "last_payout": "2016-08-25T07:51:06", + "last_update": "2016-07-25T07:28:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 72873209, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "500-million-scanners-by-2019", + "post_id": 340860, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "500 MILLION scanners by 2019...", + "title": "500 MILLION scanners by 2019...", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/500-million-scanners-by-2019" + }, + "entry_id": 393, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 3959480266, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 7923920744318, + "rshares": 5295481814, + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 83248528, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 5499463085, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45353728, + "voter": "medical" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254094272.jpg?w=960\n\nTURKEY has arrested more than 60 school kids and accused them of TREASON.\n\nA total of 62 students at Kuleli Military school, the oldest such establishment in Istanbul, were collared by Turkish authorities\n\nhttps://www.thesun.co.uk/news/1493143/turkey-arrests-62-school-kids-for-treason-following-last-weeks-failed-coup/\n\n#turkey #school #kids #children #military #treason", + "body_length": 459, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 2, + "created": "2016-07-25T07:21:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\",\"school\",\"kids\",\"children\",\"military\",\"treason\"],\"image\":[\"https://www.thesun.co.uk/wp-content/uploads/2016/07/nintchdbpict000254094272.jpg?w=960\"]}", + "last_payout": "2016-08-25T07:27:06", + "last_update": "2016-07-25T07:21:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14883027421, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup", + "post_id": 340772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey arrests 62 schoolchildren for TREASON following failed military coup", + "title": "Turkey arrests 62 schoolchildren for TREASON following failed military coup", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup" + }, + "entry_id": 392, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 46659360, + "voter": "nails" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Y6Kd4qnUC7o\n\n#duckweed #renewable #sustainable #biofuel #feedstock", + "body_length": 98, + "cashout_time": "1969-12-31T23:59:59", + "category": "biofuel", + "children": 0, + "created": "2016-07-24T19:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"biofuel\"],\"links\":[\"https://www.youtube.com/watch?v=Y6Kd4qnUC7o\"]}", + "last_payout": "2016-08-24T19:40:48", + "last_update": "2016-07-24T19:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46659360, + "parent_author": "", + "parent_permlink": "biofuel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "duckweed-as-a-renewable-and-sustainable-biofuel-feedstock", + "post_id": 328424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Duckweed as a Renewable and Sustainable Biofuel Feedstock", + "title": "Duckweed as a Renewable and Sustainable Biofuel Feedstock", + "total_payout_value": "0.000 HBD", + "url": "/biofuel/@cryptocurrency1/duckweed-as-a-renewable-and-sustainable-biofuel-feedstock" + }, + "entry_id": 391, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2429242458900, + "rshares": 16364156977, + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 178776442, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 115442654, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 158788211039, + "rshares": 1183626945, + "voter": "loewan" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 347154959, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4935914, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 41857640647, + "voter": "nicknick" + }, + { + "percent": "10000", + "reputation": -627355102330, + "rshares": 26434216, + "voter": "bison015" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# How to download a Steem wallet for desktop version?\n\ndoes anyone know? I can't find it any where on the internet.\n\nSteem needs to make a desktop wallet version. This way, people don't have to trust exchanges to store all of their steem coins.\n\nhttp://www.nanoba.com/wp-content/uploads/2014/12/desktop-computer1.jpg\n\n#steem #steemit #help #support #question", + "body_length": 358, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-24T18:08:00", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"help\",\"support\",\"question\"],\"image\":[\"http://www.nanoba.com/wp-content/uploads/2014/12/desktop-computer1.jpg\"]}", + "last_payout": "2016-08-24T18:24:48", + "last_update": "2016-07-24T18:08:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60078168754, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-download-a-steem-desktop-wallet", + "post_id": 327109, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to download a Steem desktop wallet?", + "title": "How to download a Steem desktop wallet?", + "total_payout_value": "0.068 HBD", + "url": "/steemit/@cryptocurrency1/how-to-download-a-steem-desktop-wallet" + }, + "entry_id": 390, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 16109019982, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 65825957212, + "rshares": 743059255, + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 2118861823, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 92354123, + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# What is the difference between Steem Available supply and Total supply?\n\nwhy is the total supply more than available supply?\nhttps://www.steemimg.com/images/2016/07/24/steemcoinmarketcapd2431.png\n\n#steem #steemit #support #help", + "body_length": 229, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-24T18:01:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"support\",\"help\"],\"image\":[\"https://www.steemimg.com/images/2016/07/24/steemcoinmarketcapd2431.png\"]}", + "last_payout": "2016-08-24T18:06:51", + "last_update": "2016-07-24T18:01:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19063295183, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-is-the-difference-between-steem-available-supply-and-total-supply", + "post_id": 326965, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is the difference between Steem Available supply and Total supply?", + "title": "What is the difference between Steem Available supply and Total supply?", + "total_payout_value": "0.020 HBD", + "url": "/steem/@cryptocurrency1/what-is-the-difference-between-steem-available-supply-and-total-supply" + }, + "entry_id": 389, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LvrwW8dS8ZA\n\nhttps://www.youtube.com/watch?v=W1PeQJzoxVM\n\n#666 #gematria #news #politics #political #secret #cryptography #secret-writer #illuminati #bilderberg #mason", + "body_length": 199, + "cashout_time": "1969-12-31T23:59:59", + "category": "cryptography", + "children": 0, + "created": "2016-07-24T17:40:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptography\"],\"links\":[\"https://www.youtube.com/watch?v=LvrwW8dS8ZA\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-24T17:40:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "cryptography", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "english-gematria-must-see-easy-vid-666-shocking-conclusion", + "post_id": 326461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "English Gematria. MUST SEE! easy vid. 666 Shocking conclusion", + "title": "English Gematria. MUST SEE! easy vid. 666 Shocking conclusion", + "total_payout_value": "0.000 HBD", + "url": "/cryptography/@cryptocurrency1/english-gematria-must-see-easy-vid-666-shocking-conclusion" + }, + "entry_id": 388, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 321991793966, + "rshares": 355232425, + "voter": "renegadegaming" + }, + { + "percent": "10000", + "reputation": 1560565135, + "rshares": 98195514, + "voter": "anirban" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49260366, + "voter": "dating" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 30212547, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=N4waiOrBe5w\n\n#app #pokemon #go #cnn #game", + "body_length": 73, + "cashout_time": "1969-12-31T23:59:59", + "category": "pokemon", + "children": 0, + "created": "2016-07-24T16:01:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pokemon\"],\"links\":[\"https://www.youtube.com/watch?v=N4waiOrBe5w\"]}", + "last_payout": "2016-08-24T16:10:57", + "last_update": "2016-07-24T16:01:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 532900852, + "parent_author": "", + "parent_permlink": "pokemon", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pokemon-interrupts-state-department-briefing", + "post_id": 323936, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pokemon interrupts State Department briefing", + "title": "Pokemon interrupts State Department briefing", + "total_payout_value": "0.000 HBD", + "url": "/pokemon/@cryptocurrency1/pokemon-interrupts-state-department-briefing" + }, + "entry_id": 387, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 121203288, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 1560565135, + "rshares": 113817528, + "voter": "anirban" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51857913, + "voter": "classic" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 27694835, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Wt0WSi56-UQ\n\n#drones #robotic #technolog #robot", + "body_length": 79, + "cashout_time": "1969-12-31T23:59:59", + "category": "drones", + "children": 0, + "created": "2016-07-24T15:55:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drones\"],\"links\":[\"https://www.youtube.com/watch?v=Wt0WSi56-UQ\"]}", + "last_payout": "2016-08-24T16:11:27", + "last_update": "2016-07-24T15:55:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 314573564, + "parent_author": "", + "parent_permlink": "drones", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-5-smallest-drones-in-the-world", + "post_id": 323793, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 5 Smallest Drones in the World", + "title": "Top 5 Smallest Drones in the World", + "total_payout_value": "0.000 HBD", + "url": "/drones/@cryptocurrency1/top-5-smallest-drones-in-the-world" + }, + "entry_id": 386, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 80243542, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 47954438, + "voter": "photos" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 23918267, + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 56626610, + "voter": "zahar" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=4nqtHXv-OaI\n\n#donald #trump #news #politics #politician #vote #voting #illuminati #agenda #bilderberg #fraud #scam #666 #election #debate", + "body_length": 169, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-24T15:47:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https://www.youtube.com/watch?v=4nqtHXv-OaI\"]}", + "last_payout": "2016-08-24T16:00:12", + "last_update": "2016-07-24T15:47:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 208742857, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-tombstone-secrets-revealed", + "post_id": 323567, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump Tombstone secrets revealed!", + "title": "Trump Tombstone secrets revealed!", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-tombstone-secrets-revealed" + }, + "entry_id": 385, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 46666976, + "voter": "gaming" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 20141698, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=cAOkvvM43pk\n\nhttps://www.youtube.com/watch?v=jXEMO_Zv_gQ\n\n#starwars #trailer #video #rougeone #darth #vader #movies", + "body_length": 147, + "cashout_time": "1969-12-31T23:59:59", + "category": "starwars", + "children": 0, + "created": "2016-07-24T15:39:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"starwars\"],\"links\":[\"https://www.youtube.com/watch?v=cAOkvvM43pk\"]}", + "last_payout": "2016-08-24T16:14:03", + "last_update": "2016-07-24T15:39:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66808674, + "parent_author": "", + "parent_permlink": "starwars", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016", + "post_id": 323342, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ROGUE ONE LEAKED TRAILER 2 Breakdown! Darth Vader Details! A Star Wars Story Movie (2016)", + "title": "ROGUE ONE LEAKED TRAILER 2 Breakdown! Darth Vader Details! A Star Wars Story Movie (2016)", + "total_payout_value": "0.000 HBD", + "url": "/starwars/@cryptocurrency1/rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016" + }, + "entry_id": 384, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 47946079, + "voter": "wedding" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 18882842, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Urc0GRngBqQ\n\n#illuminati #666 #basketball #games #fraud #scam #sports", + "body_length": 101, + "cashout_time": "1969-12-31T23:59:59", + "category": "sports", + "children": 0, + "created": "2016-07-24T15:34:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sports\"],\"links\":[\"https://www.youtube.com/watch?v=Urc0GRngBqQ\"]}", + "last_payout": "2016-08-24T16:10:00", + "last_update": "2016-07-24T15:34:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66828921, + "parent_author": "", + "parent_permlink": "sports", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "illuminati-rigged-basketball-games", + "post_id": 323167, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati rigged basketball games", + "title": "Illuminati rigged basketball games", + "total_payout_value": "0.000 HBD", + "url": "/sports/@cryptocurrency1/illuminati-rigged-basketball-games" + }, + "entry_id": 383, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 47946079, + "voter": "wedding" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 11329705, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "In California, the estimated number of people with jobs in June was 18,078,000, down 4,000 from May but up 308,000 from June of last year. The number of unemployed Californians was 1,022,000 in June, up 27,000 from May, but down 160,000 from June of last year. Last June, the state unemployment rate was 6.2 percent.\n\nhttp://3.bp.blogspot.com/-zY57HguGJ3Q/U5Gs0DZq7gI/AAAAAAAACjs/i68KrZQ7A0o/s1600/Logo+Forbes_com.png\n\nhttp://www.forbes.com/sites/timworstall/2016/07/23/as-weve-been-saying-californias-minimum-wage-rises-increase-unemployment/#624978e331b0\n\n#jobs #unemployment #career #california #statistics", + "body_length": 609, + "cashout_time": "1969-12-31T23:59:59", + "category": "jobs", + "children": 0, + "created": "2016-07-24T15:11:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"jobs\",\"unemployment\",\"career\",\"california\",\"statistics\"],\"image\":[\"http://3.bp.blogspot.com/-zY57HguGJ3Q/U5Gs0DZq7gI/AAAAAAAACjs/i68KrZQ7A0o/s1600/Logo+Forbes_com.png\"]}", + "last_payout": "2016-08-24T15:49:18", + "last_update": "2016-07-24T15:11:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59275784, + "parent_author": "", + "parent_permlink": "jobs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "california-s-minimum-wage-rises-increase-unemployment", + "post_id": 322513, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California's Minimum Wage Rises Increase Unemployment", + "title": "California's Minimum Wage Rises Increase Unemployment", + "total_payout_value": "0.000 HBD", + "url": "/jobs/@cryptocurrency1/california-s-minimum-wage-rises-increase-unemployment" + }, + "entry_id": 382, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 35436002, + "voter": "aud" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 10070849, + "voter": "fairider1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://merlin.smichogwart.pl/wp-content/uploads/2015/12/emma.jpg\n\n#celebrity #women #life #sexy #beauty", + "body_length": 103, + "cashout_time": "1969-12-31T23:59:59", + "category": "beauty", + "children": 0, + "created": "2016-07-24T15:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beauty\",\"celebrity\",\"women\",\"life\",\"sexy\"],\"image\":[\"http://merlin.smichogwart.pl/wp-content/uploads/2015/12/emma.jpg\"]}", + "last_payout": "2016-08-24T15:47:51", + "last_update": "2016-07-24T15:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45506851, + "parent_author": "", + "parent_permlink": "beauty", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-beautiful-emma-watson", + "post_id": 322401, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The beautiful emma watson", + "title": "The beautiful emma watson", + "total_payout_value": "0.000 HBD", + "url": "/beauty/@cryptocurrency1/the-beautiful-emma-watson" + }, + "entry_id": 381, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 687451236523, + "rshares": 1226943957, + "voter": "ethbull" + }, + { + "percent": "10000", + "reputation": 213312647525, + "rshares": 313663462, + "voter": "billybob" + }, + { + "percent": "10000", + "reputation": 616920199320, + "rshares": 12914777016, + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 36956876377, + "rshares": 179527615, + "voter": "rigel" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 117428776, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 36292522, + "voter": "biography" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 3862347, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 159636181453, + "rshares": 62214380, + "voter": "girlsgirlsgirls" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/48763498673.png\n\nhttp://images.mentalfloss.com/sites/default/files/styles/insert_main_wide_image/public/undersea-cable.jpg\n\nhttp://mentalfloss.com/article/60150/10-facts-about-internets-undersea-cables\n\n#internet #cables #ocean #technology", + "body_length": 319, + "cashout_time": "1969-12-31T23:59:59", + "category": "technology", + "children": 1, + "created": "2016-07-24T11:58:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"internet\",\"cables\",\"ocean\"],\"image\":[\"http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/48763498673.png\"]}", + "last_payout": "2016-08-24T12:18:45", + "last_update": "2016-07-24T11:58:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14854710075, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "this-is-what-the-internet-really-looks-like-in-the-real-world", + "post_id": 318902, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This is what the internet really looks like in the real world", + "title": "This is what the internet really looks like in the real world", + "total_payout_value": "0.000 HBD", + "url": "/technology/@cryptocurrency1/this-is-what-the-internet-really-looks-like-in-the-real-world" + }, + "entry_id": 380, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 187792522, + "voter": "thealexander" + }, + { + "percent": "0", + "reputation": 777812727227, + "rshares": 245444534, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51835108, + "voter": "entertainment" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "This video exposes why Donald Trump came out to Queen on July 18, 2016, at the GOP Convention, and how it was synched up with Queen Elizabeth's April 21, 2016 birthday. It also exposes the only thing significant about the \"non issue\" story of Melania Trump plagiarizing Michelle Obama as well as more. \n\nhttps://www.youtube.com/watch?v=kRAH0Z_26o4\n\n#trump #news #queen #elizabeth #uk #england #illuminati #bilderberg #nwo #vote #voting #politics #politician #brexit #propaganda", + "body_length": 477, + "cashout_time": "1969-12-31T23:59:59", + "category": "illuminati", + "children": 0, + "created": "2016-07-24T11:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"illuminati\"],\"links\":[\"https://www.youtube.com/watch?v=kRAH0Z_26o4\"]}", + "last_payout": "2016-08-24T11:56:06", + "last_update": "2016-07-24T11:30:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 485072164, + "parent_author": "", + "parent_permlink": "illuminati", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "donald-trump-s-gop-convention-entrance-to-queen", + "post_id": 318465, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump's GOP Convention entrance to Queen", + "title": "Donald Trump's GOP Convention entrance to Queen", + "total_payout_value": "0.000 HBD", + "url": "/illuminati/@cryptocurrency1/donald-trump-s-gop-convention-entrance-to-queen" + }, + "entry_id": 379, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 558354900, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 36039640, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51835108, + "voter": "entertainment" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 8555213, + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tliEgIeeaWk\n\n#numbers #666 #shooting #hoax #gematria #jewish #zionist #jews #illuminati #bilderberg #nwo #propaganda", + "body_length": 149, + "cashout_time": "1969-12-31T23:59:59", + "category": "propaganda", + "children": 0, + "created": "2016-07-24T11:22:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"propaganda\"],\"links\":[\"https://www.youtube.com/watch?v=tliEgIeeaWk\"]}", + "last_payout": "2016-08-24T11:31:36", + "last_update": "2016-07-24T11:22:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 654784861, + "parent_author": "", + "parent_permlink": "propaganda", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "munich-mall-hoax-shooting", + "post_id": 318338, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Munich Mall HOAX shooting", + "title": "Munich Mall HOAX shooting", + "total_payout_value": "0.000 HBD", + "url": "/propaganda/@cryptocurrency1/munich-mall-hoax-shooting" + }, + "entry_id": 378, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 55736073, + "voter": "films" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 8555213, + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=1dPO0TWSyOc\n\n#nwo #munich #shooting #guns #bilderberg #illuminati #666", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "munich", + "children": 0, + "created": "2016-07-24T11:15:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"munich\"],\"links\":[\"https://www.youtube.com/watch?v=1dPO0TWSyOc\"]}", + "last_payout": "2016-08-24T11:39:30", + "last_update": "2016-07-24T11:15:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64291286, + "parent_author": "", + "parent_permlink": "munich", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "munich-shooting-nwo-speeds-it-up", + "post_id": 318229, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MUNICH SHOOTING, NWO SPEEDS IT UP.", + "title": "MUNICH SHOOTING, NWO SPEEDS IT UP.", + "total_payout_value": "0.000 HBD", + "url": "/munich/@cryptocurrency1/munich-shooting-nwo-speeds-it-up" + }, + "entry_id": 377, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5763019287, + "rshares": 13121936272, + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 60159476376, + "rshares": 133346538, + "voter": "abacon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 37156629, + "voter": "biography" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 3862347, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 14041793, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38168875, + "voter": "sorena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61728105, + "voter": "caren.zhang" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GH0ol75iQMQ\n\n#pepper #hot #sauce #recipe #cooking", + "body_length": 81, + "cashout_time": "1969-12-31T23:59:59", + "category": "pepper", + "children": 2, + "created": "2016-07-24T11:10:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pepper\"],\"links\":[\"https://www.youtube.com/watch?v=GH0ol75iQMQ\"]}", + "last_payout": "2016-08-24T11:41:24", + "last_update": "2016-07-24T11:10:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13410240559, + "parent_author": "", + "parent_permlink": "pepper", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "making-hot-sauce-using-the-hottest-peppers", + "post_id": 318147, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Making Hot Sauce Using The Hottest Peppers", + "title": "Making Hot Sauce Using The Hottest Peppers", + "total_payout_value": "0.000 HBD", + "url": "/pepper/@cryptocurrency1/making-hot-sauce-using-the-hottest-peppers" + }, + "entry_id": 376, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 38028881, + "voter": "aud" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 8555213, + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 16667139, + "voter": "pr3ttyp3rf3ct" + }, + { + "percent": "10000", + "reputation": 157053453, + "rshares": 44535171, + "voter": "strike17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 43258058, + "voter": "sorena" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WeUGR8LzORs\n\n#russia #russian #adventure #travel #worldrecord #globe", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "russia", + "children": 0, + "created": "2016-07-24T11:04:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"russia\"],\"links\":[\"https://www.youtube.com/watch?v=WeUGR8LzORs\"]}", + "last_payout": "2016-08-24T11:17:36", + "last_update": "2016-07-24T11:04:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151044462, + "parent_author": "", + "parent_permlink": "russia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record", + "post_id": 318047, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Around the globe in 11 days: 64yo Russian adventurer breaks world record", + "title": "Around the globe in 11 days: 64yo Russian adventurer breaks world record", + "total_payout_value": "0.000 HBD", + "url": "/russia/@cryptocurrency1/around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record" + }, + "entry_id": 375, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 54450095, + "voter": "pound" + }, + { + "percent": "10000", + "reputation": 657020045061, + "rshares": 47935613, + "voter": "miketr" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TGY2lpvEm8o\n\n#elites #terrorist #terrorism #fraud #scam", + "body_length": 87, + "cashout_time": "1969-12-31T23:59:59", + "category": "elites", + "children": 1, + "created": "2016-07-24T10:57:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"elites\"],\"links\":[\"https://www.youtube.com/watch?v=TGY2lpvEm8o\"]}", + "last_payout": "2016-08-24T11:23:45", + "last_update": "2016-07-24T10:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102385708, + "parent_author": "", + "parent_permlink": "elites", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "elites-are-warning-us-are-you-listening", + "post_id": 317925, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ELITES ARE WARNING US ARE YOU LISTENING ??", + "title": "ELITES ARE WARNING US ARE YOU LISTENING ??", + "total_payout_value": "0.000 HBD", + "url": "/elites/@cryptocurrency1/elites-are-warning-us-are-you-listening" + }, + "entry_id": 374, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 58326203, + "voter": "shoes" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "It\u2019s not yet clear how bitcoin miners in the region are taking the news. Phone calls to miners in Chelan County were not immediately returned.\n\nhttp://www.coindesk.com/washington-state-utility-raises-power-rates-bitcoin-miners/\n\n#bitcoin #miners #mining #utility #power #rates", + "body_length": 276, + "cashout_time": "1969-12-31T23:59:59", + "category": "mining", + "children": 0, + "created": "2016-07-24T09:24:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mining\",\"bitcoin\",\"miners\",\"utility\",\"power\",\"rates\"],\"links\":[\"http://www.coindesk.com/washington-state-utility-raises-power-rates-bitcoin-miners/\"]}", + "last_payout": "2016-08-24T09:49:39", + "last_update": "2016-07-24T09:24:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58326203, + "parent_author": "", + "parent_permlink": "mining", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "washington-state-utility-raises-power-rates-on-bitcoin-miners", + "post_id": 316534, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Washington State Utility Raises Power Rates on Bitcoin Miners", + "title": "Washington State Utility Raises Power Rates on Bitcoin Miners", + "total_payout_value": "0.000 HBD", + "url": "/mining/@cryptocurrency1/washington-state-utility-raises-power-rates-on-bitcoin-miners" + }, + "entry_id": 373, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 21623784, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 12004132446, + "rshares": 113470102, + "voter": "derrickdomore" + }, + { + "percent": "10000", + "reputation": 943493004, + "rshares": 53147149, + "voter": "misc" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Suffering of sex abuse victims won\u2019t end after paedophile dies\n\nhttps://aussiesexoffenders.files.wordpress.com/2012/04/goldsmith-e28093-paul-ronald-photo2.jpg?w=614\n\nhttp://www.themercury.com.au/news/tasmania/no-tears-for-a-dead-monster-pedophile-paul-ronald-goldsmiths-victims-face-lifetime-of-trauma/news-story/546452a3397bbec9bb9274b75fd8e7c9\n\nhttp://www.themercury.com.au/news/scales-of-justice/suffering-of-sex-abuse-victims-wont-end-after-paedophile-dies/news-story/f794874b66d18abf4bd28dbbff4c9527\n\n#paedophile", + "body_length": 517, + "cashout_time": "1969-12-31T23:59:59", + "category": "paedophile", + "children": 0, + "created": "2016-07-24T09:15:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"paedophile\"],\"image\":[\"https://aussiesexoffenders.files.wordpress.com/2012/04/goldsmith-e28093-paul-ronald-photo2.jpg?w=614\"]}", + "last_payout": "2016-08-24T09:39:24", + "last_update": "2016-07-24T09:15:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188241035, + "parent_author": "", + "parent_permlink": "paedophile", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "paedophile-dies", + "post_id": 316441, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paedophile dies", + "title": "Paedophile dies", + "total_payout_value": "0.000 HBD", + "url": "/paedophile/@cryptocurrency1/paedophile-dies" + }, + "entry_id": 372, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 197676339, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54449490, + "voter": "lbry" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 21388034, + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 63800256, + "voter": "kental" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "An app called 'pooper' let you call up someone to pick up your dog's poop.\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/23/00/3684DDAD00000578-0-image-a-2_1469230422890.jpg\n\nhttp://pooperapp.com/img/pooper-ui-device1.png\n\n#wicked #app #dog #poop #pooper #apps #android #apple #ios #new", + "body_length": 280, + "cashout_time": "1969-12-31T23:59:59", + "category": "apps", + "children": 0, + "created": "2016-07-24T08:45:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poop\",\"new\",\"app\",\"ios\",\"pooper\",\"android\",\"apps\",\"wicked\",\"apple\",\"dog\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/23/00/3684DDAD00000578-0-image-a-2_1469230422890.jpg\"]}", + "last_payout": "2016-08-24T08:53:15", + "last_update": "2016-07-24T08:45:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 337314119, + "parent_author": "", + "parent_permlink": "apps", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "there-s-an-app-to-pick-up-dog-poop", + "post_id": 316049, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "There's an app to pick up dog poop", + "title": "There's an app to pick up dog poop", + "total_payout_value": "0.000 HBD", + "url": "/apps/@cryptocurrency1/there-s-an-app-to-pick-up-dog-poop" + }, + "entry_id": 371, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 207560155, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 84701517, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 37164617, + "voter": "gbp" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "The type of angels they are talking about in california are the fallen angels. The devil worshipers.\n\nhttp://www.latimes.com/local/lanow/la-me-gasparyan-violence-20160723-snap-story.html\n\n#california #losangeles #fallen #angels #666 #devil #worshipers", + "body_length": 251, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 1, + "created": "2016-07-24T08:35:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"california\",\"losangeles\",\"fallen\",\"angels\",\"devil\",\"worshipers\"],\"links\":[\"http://www.latimes.com/local/lanow/la-me-gasparyan-violence-20160723-snap-story.html\"]}", + "last_payout": "2016-08-24T08:44:57", + "last_update": "2016-07-24T08:35:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 329426289, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "city-of-angels", + "post_id": 315922, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "City of Angels", + "title": "City of Angels", + "total_payout_value": "0.000 HBD", + "url": "/life/@cryptocurrency1/city-of-angels" + }, + "entry_id": 370, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 217443972, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 901164888, + "rshares": 59622449, + "voter": "shopping" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U2RVIi6M7oM\n\n#race #life", + "body_length": 56, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "created": "2016-07-24T08:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"https://www.youtube.com/watch?v=U2RVIi6M7oM\"]}", + "last_payout": "2016-08-24T08:18:06", + "last_update": "2016-07-24T08:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 277066421, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "an-honest-conversation-about-race", + "post_id": 315617, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An Honest Conversation About Race", + "title": "An Honest Conversation About Race", + "total_payout_value": "0.000 HBD", + "url": "/life/@cryptocurrency1/an-honest-conversation-about-race" + }, + "entry_id": 369, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1544049507187, + "rshares": 14084890424, + "voter": "syadastinasti" + }, + { + "percent": "10000", + "reputation": 113185630526, + "rshares": 444293200, + "voter": "stormbringer" + }, + { + "percent": "10000", + "reputation": 192312398750, + "rshares": 144119299, + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 339548356, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7403871, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54445316, + "voter": "exercise" + }, + { + "percent": "10000", + "reputation": 870992, + "rshares": 64595676, + "voter": "shaman-lucy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn3.collective-evolution.com/assets/uploads/2016/07/roths.jpg\n\nPoliticians are for sale. A 2014 study from Princeton University revealed that the United States is not a democracy or a republic, but rather an oligarchy where the balance of power and control of global resources lies within the hands of a very small, tight-knit group of people, and that these groups of people basically control and dictate government policy. You can see corporate influence in so many areas; the TPP is one out of many great examples .\n\nhttp://www.collective-evolution.com/2016/07/23/theyre-selected-not-elected-rothschild-hosts-100000-a-plate-dinner-for-guess-who/\n\n#evelyn #de #rothschild #lynn #forester #hillary #clinton #bill #foundation #news #politic #political", + "body_length": 761, + "cashout_time": "1969-12-31T23:59:59", + "category": "rothschild", + "children": 1, + "created": "2016-07-24T08:06:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"de\",\"clinton\",\"bill\",\"hillary\",\"forester\",\"lynn\",\"evelyn\",\"politic\",\"foundation\",\"news\",\"rothschild\",\"political\"],\"image\":[\"http://cdn3.collective-evolution.com/assets/uploads/2016/07/roths.jpg\"]}", + "last_payout": "2016-08-24T08:15:27", + "last_update": "2016-07-24T08:06:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15139296142, + "parent_author": "", + "parent_permlink": "rothschild", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who", + "post_id": 315563, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "THEY\u2019RE SELECTED NOT ELECTED \u2013 ROTHSCHILD HOSTS $100,000 A PLATE DINNER FOR GUESS WHO", + "title": "THEY\u2019RE SELECTED NOT ELECTED \u2013 ROTHSCHILD HOSTS $100,000 A PLATE DINNER FOR GUESS WHO", + "total_payout_value": "0.000 HBD", + "url": "/rothschild/@cryptocurrency1/they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who" + }, + "entry_id": 368, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1050033706, + "voter": "shine2lay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38029038, + "voter": "cny" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=s24bD7JAGwY\n\n#nigel #george #washington #uk #brexit #independence #independent #vote #voting #news #press #media #politic #political", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-24T07:47:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https://www.youtube.com/watch?v=s24bD7JAGwY\"]}", + "last_payout": "2016-08-24T07:59:33", + "last_update": "2016-07-24T07:47:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1088062744, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-george-washington-of-the-uk-speaks-to-infowars", + "post_id": 315401, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The George Washington Of The UK Speaks To Infowars", + "title": "The George Washington Of The UK Speaks To Infowars", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/the-george-washington-of-the-uk-speaks-to-infowars" + }, + "entry_id": 367, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 55753505, + "voter": "heat" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 25625278, + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=SSp0k0BIvRU\n\n#actor #actress #crisis #news #media #entertainment #fraud #scam", + "body_length": 109, + "cashout_time": "1969-12-31T23:59:59", + "category": "actor", + "children": 0, + "created": "2016-07-24T07:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"actor\"],\"links\":[\"https://www.youtube.com/watch?v=SSp0k0BIvRU\"]}", + "last_payout": "2016-08-24T08:00:15", + "last_update": "2016-07-24T07:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 81378783, + "parent_author": "", + "parent_permlink": "actor", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crisis-actors-revealed-pulse-orlando-hoax-youtube", + "post_id": 315348, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crisis Actors Revealed Pulse Orlando hoax YouTube", + "title": "Crisis Actors Revealed Pulse Orlando hoax YouTube", + "total_payout_value": "0.000 HBD", + "url": "/actor/@cryptocurrency1/crisis-actors-revealed-pulse-orlando-hoax-youtube" + }, + "entry_id": 366, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 59623008, + "voter": "celebrities" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 25625278, + "voter": "djdma" + }, + { + "percent": "10000", + "reputation": 870954, + "rshares": 63093535, + "voter": "yukikato" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EaUg5vTxwOE\n\n#hillary #clinton #donald #trump #vote #voting #us #america #fraud #scam #news #media #meme", + "body_length": 136, + "cashout_time": "1969-12-31T23:59:59", + "category": "meme", + "children": 0, + "created": "2016-07-24T07:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"meme\"],\"links\":[\"https://www.youtube.com/watch?v=EaUg5vTxwOE\"]}", + "last_payout": "2016-08-24T07:48:42", + "last_update": "2016-07-24T07:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 148341821, + "parent_author": "", + "parent_permlink": "meme", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "secret-hillary-clinton-voodoo-doll-discovered", + "post_id": 315265, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Secret Hillary Clinton Voodoo Doll Discovered", + "title": "Secret Hillary Clinton Voodoo Doll Discovered", + "total_payout_value": "0.000 HBD", + "url": "/meme/@cryptocurrency1/secret-hillary-clinton-voodoo-doll-discovered" + }, + "entry_id": 365, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 192312398750, + "rshares": 120099416, + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 43291626440, + "rshares": 141286965, + "voter": "losos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53141523, + "voter": "brands" + }, + { + "percent": "10000", + "reputation": -3869849219, + "rshares": 23489838, + "voter": "djdma" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=IYt81KmzDoA\n\n#youtube #drama #media", + "body_length": 67, + "cashout_time": "1969-12-31T23:59:59", + "category": "drama", + "children": 0, + "created": "2016-07-24T07:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drama\"],\"links\":[\"https://www.youtube.com/watch?v=IYt81KmzDoA\"]}", + "last_payout": "2016-08-24T08:03:39", + "last_update": "2016-07-24T07:30:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 338017742, + "parent_author": "", + "parent_permlink": "drama", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "youtube-caught-covering-up-cenk-uygur-meltdown", + "post_id": 315175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YOUTUBE CAUGHT COVERING UP CENK UYGUR MELTDOWN", + "title": "YOUTUBE CAUGHT COVERING UP CENK UYGUR MELTDOWN", + "total_payout_value": "0.000 HBD", + "url": "/drama/@cryptocurrency1/youtube-caught-covering-up-cenk-uygur-meltdown" + }, + "entry_id": 364, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 192312398750, + "rshares": 120099416, + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 3882234481, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23563927691, + "rshares": 279221464, + "voter": "eugeney" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 31369054148, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57041350, + "voter": "mesh" + }, + { + "percent": "10000", + "reputation": 3350958489391, + "rshares": 61539011, + "voter": "darknet" + }, + { + "percent": "10000", + "reputation": 10816064313, + "rshares": 50557601, + "voter": "james9n" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Two Middle East locations hit 129 degrees, hottest ever in Eastern Hemisphere, maybe the world\n\nhttps://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/blogs/capital-weather-gang/files/2016/07/gfs_t2m_max_mideast_3.png&w=1484\n\nThe temperature in Mitribah, Kuwait, surged Thursday to a blistering 129.2 degrees (54 Celsius). And on Friday in Basra, Iraq, the mercury soared to 129.0 degrees (53.9 Celsius). If confirmed, these incredible measurements would represent the two hottest temperatures ever recorded in the Eastern Hemisphere, according to Weather Underground meteorologist Jeff Masters and weather historian Christopher Burt, who broke the news.\n\nIt\u2019s also possible that Mitribah\u2019s 129.2-degree reading matches the hottest ever reliably measured anywhere in the world. Both Mitribah and Basra\u2019s readings are likely the highest ever recorded outside of Death Valley, Calif.\n\nhttps://www.washingtonpost.com/news/capital-weather-gang/wp/2016/07/22/two-middle-east-locations-hit-129-degrees-hottest-ever-in-eastern-hemisphere-maybe-the-world/\n\n#temperature #heat #degree #middleeast #eastern #hemisphere #hottest #hot #location #kuwait", + "body_length": 1168, + "cashout_time": "1969-12-31T23:59:59", + "category": "kuwait", + "children": 0, + "created": "2016-07-24T07:24:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eastern\",\"hemisphere\",\"degree\",\"hot\",\"heat\",\"middleeast\",\"temperature\",\"location\",\"kuwait\",\"hottest\"],\"image\":[\"https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/blogs/capital-weather-gang/files/2016/07/gfs_t2m_max_mideast_3.png&w=1484\"]}", + "last_payout": "2016-08-24T07:29:03", + "last_update": "2016-07-24T07:24:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35819747471, + "parent_author": "", + "parent_permlink": "kuwait", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hot-as-hell-temperature-hits-129-degrees", + "post_id": 315117, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hot as Hell, temperature hits 129 degrees", + "title": "Hot as Hell, temperature hits 129 degrees", + "total_payout_value": "0.039 HBD", + "url": "/kuwait/@cryptocurrency1/hot-as-hell-temperature-hits-129-degrees" + }, + "entry_id": 363, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 57016454, + "voter": "wildlife" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Fire keeps on burning as the ongoing Civil War in America continues on . . .\nhttp://www.latimes.com/local/lanow/la-me-ln-santa-clarita-fire-20160722-snap-story.html\n\n#news #politic #fire #civilwar #america #war #usa", + "body_length": 215, + "cashout_time": "1969-12-31T23:59:59", + "category": "fire", + "children": 0, + "created": "2016-07-24T07:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fire\",\"news\",\"politic\",\"civilwar\",\"america\",\"war\",\"usa\"],\"links\":[\"http://www.latimes.com/local/lanow/la-me-ln-santa-clarita-fire-20160722-snap-story.html\"]}", + "last_payout": "2016-08-24T07:42:48", + "last_update": "2016-07-24T07:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57016454, + "parent_author": "", + "parent_permlink": "fire", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on", + "post_id": 315065, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fire keeps on burning as the ongoing Civil War in America continues on . . .", + "title": "Fire keeps on burning as the ongoing Civil War in America continues on . . .", + "total_payout_value": "0.000 HBD", + "url": "/fire/@cryptocurrency1/fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on" + }, + "entry_id": 362, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2980920859, + "rshares": 58312970, + "voter": "birds" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "KILLER 'LURED KIDS TO DEATH' Shooter hacked young girl\u2019s Facebook account to advertise free food at McDonald\u2019s\nKiller Ali David Sonbody, 18, launched an attack on adolescents in the fast food branch - killing eight youngsters aged 13 to 20 and one 45-year-old before turning the gun on himself\n\nhttps://www.thesun.co.uk/news/1488508/nine-dead-and-ten-injured-with-death-toll-expected-to-rise-after-gunman-goes-on-the-rampage-at-munich-shopping-centre/\n\n#mcdonald #news #girls #death #killer #gun", + "body_length": 495, + "cashout_time": "1969-12-31T23:59:59", + "category": "mcdonald", + "children": 0, + "created": "2016-07-24T07:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mcdonald\",\"news\",\"girls\",\"death\",\"killer\",\"gun\"],\"links\":[\"https://www.thesun.co.uk/news/1488508/nine-dead-and-ten-injured-with-death-toll-expected-to-rise-after-gunman-goes-on-the-rampage-at-munich-shopping-centre/\"]}", + "last_payout": "2016-08-24T07:36:39", + "last_update": "2016-07-24T07:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58312970, + "parent_author": "", + "parent_permlink": "mcdonald", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "killer-lured-kids-to-death", + "post_id": 315014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KILLER 'LURED KIDS TO DEATH'", + "title": "KILLER 'LURED KIDS TO DEATH'", + "total_payout_value": "0.000 HBD", + "url": "/mcdonald/@cryptocurrency1/killer-lured-kids-to-death" + }, + "entry_id": 361, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 15590359, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60930979, + "voter": "unity" + }, + { + "percent": "10000", + "reputation": 28131790010, + "rshares": 22959898, + "voter": "bestmalik" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xfffNaKoSU8\n\n#immigration #citizenship #america #us #usa #news #money #finance #financial", + "body_length": 121, + "cashout_time": "1969-12-31T23:59:59", + "category": "immigration", + "children": 0, + "created": "2016-07-24T01:49:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"immigration\"],\"links\":[\"https://www.youtube.com/watch?v=xfffNaKoSU8\"]}", + "last_payout": "2016-08-24T02:11:18", + "last_update": "2016-07-24T01:49:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 99481236, + "parent_author": "", + "parent_permlink": "immigration", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "keiser-report-escaping-america", + "post_id": 310854, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Keiser Report: Escaping America", + "title": "Keiser Report: Escaping America", + "total_payout_value": "0.000 HBD", + "url": "/immigration/@cryptocurrency1/keiser-report-escaping-america" + }, + "entry_id": 360, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -1693869978053, + "rshares": 433966374, + "voter": "jerseymason" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 2196874071, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 178512635, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 151855401, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4935914, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62202441, + "voter": "opinion" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zJHv_Pn64Kw\n\n#un #unitednation #news #politics #globalist #globalism", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-24T00:55:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=zJHv_Pn64Kw\"]}", + "last_payout": "2016-08-24T01:17:09", + "last_update": "2016-07-24T00:55:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3028346836, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come", + "post_id": 310035, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Look What The UN Just Did! You Won\u2019t Believe What\u2019s About To Come!!!", + "title": "Look What The UN Just Did! You Won\u2019t Believe What\u2019s About To Come!!!", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come" + }, + "entry_id": 359, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 156753962, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62201637, + "voter": "athletes" + }, + { + "percent": "10000", + "reputation": 10500057619, + "rshares": 57320805, + "voter": "psilba" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=GNNhs54oWXg\n\n#racism #racist #racewar #black #kkk #blackpanther #news #media #politics", + "body_length": 118, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-24T00:41:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=GNNhs54oWXg\"]}", + "last_payout": "2016-08-24T01:07:36", + "last_update": "2016-07-24T00:41:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 276276404, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "david-banner-black-people-aren-t-ready-for-a-race-war", + "post_id": 309791, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "David Banner: \"Black People Aren't Ready For A Race War\"", + "title": "David Banner: \"Black People Aren't Ready For A Race War\"", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/david-banner-black-people-aren-t-ready-for-a-race-war" + }, + "entry_id": 358, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 184738022, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 570594013620, + "rshares": 103866379, + "voter": "cogliostro" + }, + { + "percent": "10000", + "reputation": 51071587494, + "rshares": 25135599, + "voter": "lolalila20" + }, + { + "percent": "10000", + "reputation": 127967014, + "rshares": 149573486, + "voter": "rapp" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 521163928, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 38295801, + "voter": "persianqueen" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I've never farm before in my whole life. This year, I decided to give farming a try. I have a small plot of land in front of my house so I purchased a few planting pots to grow my own vegetables. \n\nUnfortunately, my plot only get about 4 hours of sunlight each day :( That's why the vegetables take so long to grow.\n\n# I started to plant the seeds in the spring around late April and May of 2006.\nhttps://www.steemimg.com/images/2016/07/23/spring3cf3a.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring11ccd3.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring281bbf.jpg\nhttps://www.steemimg.com/images/2016/07/23/spring3f6948.jpg\n\nMy thai basil started to sprout out in May 2006.\nhttps://www.steemimg.com/images/2016/07/23/spring480a04.jpg\n\n# These are the pictures I took around June of 2006.\nLook, the green onions are overgrown.\nhttps://www.steemimg.com/images/2016/07/23/summer1ab711.jpg\n\nMy thai basils are still young and still growing. I'll wait about 2 more weeks before I harvest them.\nhttps://www.steemimg.com/images/2016/07/23/summer25858f.jpg\n\nThe pak choy is growing out beautifully, I can't wait to eat.\nhttps://www.steemimg.com/images/2016/07/23/summer3d6676.jpg\n\nI'll post updates later on to show you how my organic food garden turns out\n\n#organic #vegetables #food #garden #gardening #foodgarden #farm #farming", + "body_length": 1334, + "cashout_time": "1969-12-31T23:59:59", + "category": "garden", + "children": 3, + "created": "2016-07-23T14:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"garden\",\"organic\",\"vegetables\",\"food\",\"gardening\",\"foodgarden\",\"farm\",\"farming\"],\"image\":[\"https://www.steemimg.com/images/2016/07/23/spring3cf3a.jpg\"]}", + "last_payout": "2016-08-23T20:00:09", + "last_update": "2016-07-23T14:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1022773215, + "parent_author": "", + "parent_permlink": "garden", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "my-little-organic-food-garden", + "post_id": 297576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My little organic food garden", + "title": "My little organic food garden", + "total_payout_value": "0.000 HBD", + "url": "/garden/@cryptocurrency1/my-little-organic-food-garden" + }, + "entry_id": 357, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 197817017, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4935914, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/23/00/3684AB8500000578-3704157-The_Salt_Lake_County_Health_Department_immediately_sent_its_emer-m-13_1469229596501.jpg\n\nThe foam was spotted by residents on Thursday in Bluffdale \nEarly reports indicated the foam was caused by same algae in Utah Lake\nThe foam came from the Welby Jacob Canal, which is connected to the Jordan River - which is Utah Lake's only river outlet.\n\nBut health officials believe foam may have been caused by chemicals used for a moss removal process in the canal. Those exposed to lake's bloom had symptoms of vomiting, diarrhea, fever\n\n\nRead more: \nhttp://www.dailymail.co.uk/news/article-3704157/Mysterious-green-foam-bubbling-Utah-storm-drain.html#ixzz4FEvJg9KB \n\n#green #foam #canal #river #lake #utah #bluffdale #health", + "body_length": 788, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-23T13:53:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"green\",\"foam\",\"canal\",\"river\",\"lake\",\"utah\",\"bluffdale\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/23/00/3684AB8500000578-3704157-The_Salt_Lake_County_Health_Department_immediately_sent_its_emer-m-13_1469229596501.jpg\"]}", + "last_payout": "2016-08-23T13:54:12", + "last_update": "2016-07-23T13:53:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 202752931, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "mysterious-green-slime-bubbles-up-from-sewers-in-utah-town", + "post_id": 297040, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mysterious green slime bubbles up from sewers in Utah town", + "title": "Mysterious green slime bubbles up from sewers in Utah town", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/mysterious-green-slime-bubbles-up-from-sewers-in-utah-town" + }, + "entry_id": 356, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 23979714471574, + "rshares": 156947678866, + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 180310530, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 3593267663, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 110909809, + "rshares": 250479243, + "voter": "oregonboy" + }, + { + "percent": "10000", + "reputation": -1127367713, + "rshares": 245374804, + "voter": "gerryp" + }, + { + "percent": "10000", + "reputation": 7740774800016, + "rshares": 17414419484, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 340070163, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4935914, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 23119547434, + "rshares": 59916236, + "voter": "jechalo" + }, + { + "percent": "10000", + "reputation": 2851216, + "rshares": 57879261, + "voter": "dobsonmhc" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://d38zt8ehae1tnt.cloudfront.net/images/news/700_60de92cf693ab1595b841bd922dd7f0a.jpg?v=1469279238\n\nA former CIA and civilian airline captain with over 19,000 hours of flight time has given sworn testimony stating that no planes flew into the Twin Towers as it would have been \"physically impossible\". As expected, the statement has gone viral. John Lear, the son of the Learjet inventor, Bill Lear, has given an explosive interview with Project Camelot which goes into all the detail about why it would have been literally physically impossible for Boeing 767s, like the alleged Flights AA11 and UA175 to have hit the Twin Towers on 9/11, especially since these were amateur pilots. \n\nHOLOGRAMS WERE USED\n\nREAD MORE: http://www.disclose.tv/news/excia_pilot_gives_sworn_testimony_that_no_planes_hit_the_twin_towers/133392?utm_medium=email&utm_campaign=daily-2016-07-23&utm_source=email\n\n#news #america #usa #politics #political #cia", + "body_length": 936, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-23T13:42:30", + "curator_payout_value": "0.018 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"america\",\"usa\",\"politics\",\"political\",\"cia\"],\"image\":[\"http://d38zt8ehae1tnt.cloudfront.net/images/news/700_60de92cf693ab1595b841bd922dd7f0a.jpg?v=1469279238\"]}", + "last_payout": "2016-08-23T13:58:30", + "last_update": "2016-07-23T13:42:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179094332164, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers", + "post_id": 296880, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EX-CIA PILOT GIVES SWORN TESTIMONY THAT NO PLANES HIT THE TWIN TOWERS", + "title": "EX-CIA PILOT GIVES SWORN TESTIMONY THAT NO PLANES HIT THE TWIN TOWERS", + "total_payout_value": "0.199 HBD", + "url": "/news/@cryptocurrency1/ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers" + }, + "entry_id": 355, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 34686689, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 1472269551, + "voter": "artific" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hTbvoiTJKIs\n\n#news #politics #fraud #scam #illuminati #bilderberg #america #us #usa #fascism #fascist", + "body_length": 133, + "cashout_time": "1969-12-31T23:59:59", + "category": "fraud", + "children": 0, + "created": "2016-07-23T13:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fraud\"],\"links\":[\"https://www.youtube.com/watch?v=hTbvoiTJKIs\"]}", + "last_payout": "2016-08-23T13:15:30", + "last_update": "2016-07-23T13:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506956240, + "parent_author": "", + "parent_permlink": "fraud", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "corporate-fascism-the-destruction-of-america-s-middle-class", + "post_id": 296158, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CORPORATE FASCISM: The Destruction of America's Middle Class", + "title": "CORPORATE FASCISM: The Destruction of America's Middle Class", + "total_payout_value": "0.000 HBD", + "url": "/fraud/@cryptocurrency1/corporate-fascism-the-destruction-of-america-s-middle-class" + }, + "entry_id": 354, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 12012112196, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 693471178, + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 1279854, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Chinese scientists are embarking on what appear to be the first human trials with the Crispr gene editing tool, the latest effort by the country\u2019s researchers to master a technology that might someday be a potent tool in developing therapies worldwide.\n\nhttp://www.bendbulletin.com/nation/4523025-151/chinese-scientists-to-edit-human-genes\n\n#science #dna #genes #scientist #china #chinese #technology #biotech", + "body_length": 409, + "cashout_time": "1969-12-31T23:59:59", + "category": "biotech", + "children": 0, + "created": "2016-07-23T10:51:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"biotech\",\"science\",\"dna\",\"genes\",\"scientist\",\"china\",\"chinese\",\"technology\"],\"links\":[\"http://www.bendbulletin.com/nation/4523025-151/chinese-scientists-to-edit-human-genes\"]}", + "last_payout": "2016-08-23T18:33:54", + "last_update": "2016-07-23T10:51:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12706863228, + "parent_author": "", + "parent_permlink": "biotech", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "chinese-scientists-to-edit-human-genes", + "post_id": 294244, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chinese scientists to edit human genes", + "title": "Chinese scientists to edit human genes", + "total_payout_value": "0.000 HBD", + "url": "/biotech/@cryptocurrency1/chinese-scientists-to-edit-human-genes" + }, + "entry_id": 353, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 90695119923, + "voter": "coindup" + }, + { + "percent": "-10000", + "reputation": 113185630526, + "rshares": -444293200, + "voter": "stormbringer" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -277662757, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 1279854, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=U7FgNWeyNpY\n\n#un #war #unitednation #politics #news #headlines", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "un", + "children": 1, + "created": "2016-07-23T09:52:00", + "curator_payout_value": "0.021 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"un\"],\"links\":[\"https://www.youtube.com/watch?v=U7FgNWeyNpY\"]}", + "last_payout": "2016-08-23T10:19:48", + "last_update": "2016-07-23T09:52:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 89979377191, + "parent_author": "", + "parent_permlink": "un", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "un-implements-war-plan", + "post_id": 293566, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UN Implements War Plan", + "title": "UN Implements War Plan", + "total_payout_value": "0.090 HBD", + "url": "/un/@cryptocurrency1/un-implements-war-plan" + }, + "entry_id": 352, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -277662757, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 1279854, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Gqx8DNtTiVI\n\n#cataract #eyes #cure #cancer #science #scientist", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "eyes", + "children": 0, + "created": "2016-07-23T09:46:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"eyes\"],\"links\":[\"https://www.youtube.com/watch?v=Gqx8DNtTiVI\"]}", + "last_payout": "2016-08-23T09:58:21", + "last_update": "2016-07-23T09:46:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -271449532, + "parent_author": "", + "parent_permlink": "eyes", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-cure-for-cataracts", + "post_id": 293503, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "THE CURE FOR CATARACTS", + "title": "THE CURE FOR CATARACTS", + "total_payout_value": "0.000 HBD", + "url": "/eyes/@cryptocurrency1/the-cure-for-cataracts" + }, + "entry_id": 351, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 88765436520, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 276339033547, + "voter": "kimziv" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -277662757, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 1963026068, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 7400057, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6579601, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 1279854, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 3364685892, + "rshares": 56184660, + "voter": "planet.earth" + }, + { + "percent": "10000", + "reputation": 657020045061, + "rshares": 61811712, + "voter": "miketr" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=09MgKDYqZxQ\n\n#war #russia #russian #military #nato #us", + "body_length": 86, + "cashout_time": "1969-12-31T23:59:59", + "category": "war", + "children": 0, + "created": "2016-07-23T09:41:21", + "curator_payout_value": "0.039 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"war\"],\"links\":[\"https://www.youtube.com/watch?v=09MgKDYqZxQ\"]}", + "last_payout": "2016-08-23T09:59:45", + "last_update": "2016-07-23T09:41:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 366923089262, + "parent_author": "", + "parent_permlink": "war", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "massive-russian-military-drills-begin-today", + "post_id": 293456, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Massive Russian Military Drills Begin today", + "title": "Massive Russian Military Drills Begin today", + "total_payout_value": "0.464 HBD", + "url": "/war/@cryptocurrency1/massive-russian-military-drills-begin-today" + }, + "entry_id": 350, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -277662757, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 1963026068, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 291461399, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 2559709, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=y5uk2ys1sG8\n\n#eu #europeanunion #europe #news #politics #germany #poland #sweden #france #italy #hungary #spain #fraud #scam #bilderberg", + "body_length": 168, + "cashout_time": "1969-12-31T23:59:59", + "category": "europe", + "children": 1, + "created": "2016-07-23T09:30:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"europe\"],\"links\":[\"https://www.youtube.com/watch?v=y5uk2ys1sG8\"]}", + "last_payout": "2016-08-23T11:52:15", + "last_update": "2016-07-23T09:30:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1979384419, + "parent_author": "", + "parent_permlink": "europe", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets", + "post_id": 293327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EU CRUMBLES: Germany Benefits while EU States SUFFER - Merkel support PLUMMETS.", + "title": "EU CRUMBLES: Germany Benefits while EU States SUFFER - Merkel support PLUMMETS.", + "total_payout_value": "0.000 HBD", + "url": "/europe/@cryptocurrency1/eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets" + }, + "entry_id": 349, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 133625653, + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -271878116, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 1717647809, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 28383627317, + "rshares": 106772577, + "voter": "inlighten" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 8958983, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=or2joI_eqOE\n\n#news #politics #hillary #clinton #trump #vote #voting", + "body_length": 99, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 1, + "created": "2016-07-23T09:10:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https://www.youtube.com/watch?v=or2joI_eqOE\"]}", + "last_payout": "2016-08-23T13:40:24", + "last_update": "2016-07-23T09:10:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1695126906, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wikileaks-releases-hillary-leaks-emails", + "post_id": 293121, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wikileaks Releases \"Hillary Leaks\" Emails", + "title": "Wikileaks Releases \"Hillary Leaks\" Emails", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/wikileaks-releases-hillary-leaks-emails" + }, + "entry_id": 348, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 95446895, + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -271878116, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 585583658, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 3623928920, + "rshares": 24330212, + "voter": "pussydestroyer" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 19197821, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zMstYkoBN0k\n\n#vote #voting #election #us #america #usa #politic #news", + "body_length": 101, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 3, + "created": "2016-07-23T08:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https://www.youtube.com/watch?v=zMstYkoBN0k\"]}", + "last_payout": "2016-08-23T08:51:39", + "last_update": "2016-07-23T08:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 452680470, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-s-epic-speech", + "post_id": 292404, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TRUMP'S EPIC SPEECH", + "title": "TRUMP'S EPIC SPEECH", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/trump-s-epic-speech" + }, + "entry_id": 347, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -271878116, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 17321314, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 13264343611, + "rshares": 137979712, + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 20477676, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sunY0sUyanM\n\n#fun #party #home", + "body_length": 62, + "cashout_time": "1969-12-31T23:59:59", + "category": "party", + "children": 0, + "created": "2016-07-23T08:02:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"party\"],\"links\":[\"https://www.youtube.com/watch?v=sunY0sUyanM\"]}", + "last_payout": "2016-08-23T10:04:36", + "last_update": "2016-07-23T08:02:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -96099414, + "parent_author": "", + "parent_permlink": "party", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "five-new-simple-life-hacks-you-should-try-at-home", + "post_id": 292270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Five New Simple Life Hacks You Should Try at Home", + "title": "Five New Simple Life Hacks You Should Try at Home", + "total_payout_value": "0.000 HBD", + "url": "/party/@cryptocurrency1/five-new-simple-life-hacks-you-should-try-at-home" + }, + "entry_id": 346, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 89083769, + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -283447398, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 21757531, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZRep5XrPmAI\n\nhttps://www.youtube.com/watch?v=ebLBCARpTSU\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #summer #fun #school #kids #children #education #study #pencil", + "body_length": 227, + "cashout_time": "1969-12-31T23:59:59", + "category": "school", + "children": 0, + "created": "2016-07-23T07:57:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"school\"],\"links\":[\"https://www.youtube.com/watch?v=ZRep5XrPmAI\"]}", + "last_payout": "2016-08-23T09:45:30", + "last_update": "2016-07-23T07:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -172606098, + "parent_author": "", + "parent_permlink": "school", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-back-to-school-life-hacks", + "post_id": 292167, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Back to School Life Hacks", + "title": "10 Back to School Life Hacks", + "total_payout_value": "0.000 HBD", + "url": "/school/@cryptocurrency1/10-back-to-school-life-hacks" + }, + "entry_id": 345, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 89083769, + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -283447398, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 23037386, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=7qmj0a8srCg\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #summer #fun", + "body_length": 132, + "cashout_time": "1969-12-31T23:59:59", + "category": "summer", + "children": 1, + "created": "2016-07-23T07:52:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"summer\"],\"links\":[\"https://www.youtube.com/watch?v=7qmj0a8srCg\"]}", + "last_payout": "2016-08-23T09:44:51", + "last_update": "2016-07-23T07:52:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -171326243, + "parent_author": "", + "parent_permlink": "summer", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-summer-life-hacks-to-try-right-now", + "post_id": 292056, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Summer Life Hacks To Try Right Now", + "title": "10 Summer Life Hacks To Try Right Now", + "total_payout_value": "0.000 HBD", + "url": "/summer/@cryptocurrency1/10-summer-life-hacks-to-try-right-now" + }, + "entry_id": 344, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6877012376448, + "rshares": 131104523279, + "voter": "beervangeer" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 89083769, + "voter": "jackkang" + }, + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -283447398, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 39492325, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 30716514, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hR90t55CvbE\n\n#discovery #documentary #tribe #african", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "tribe", + "children": 1, + "created": "2016-07-23T07:42:24", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tribe\"],\"links\":[\"https://www.youtube.com/watch?v=hR90t55CvbE\"]}", + "last_payout": "2016-08-23T08:11:00", + "last_update": "2016-07-23T07:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 130980368489, + "parent_author": "", + "parent_permlink": "tribe", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "meet-the-forgotten-tribe-that-has-not-yet-discovered-fire", + "post_id": 291875, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Meet The Forgotten Tribe That Has Not Yet Discovered Fire...", + "title": "Meet The Forgotten Tribe That Has Not Yet Discovered Fire...", + "total_payout_value": "0.122 HBD", + "url": "/tribe/@cryptocurrency1/meet-the-forgotten-tribe-that-has-not-yet-discovered-fire" + }, + "entry_id": 343, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 82720642, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 28156805, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 13165893500, + "rshares": 59949281, + "voter": "nurik" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ljcaBCnaw2s\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 2, + "created": "2016-07-23T07:37:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\"],\"links\":[\"https://www.youtube.com/watch?v=ljcaBCnaw2s\"]}", + "last_payout": "2016-08-23T08:11:09", + "last_update": "2016-07-23T07:37:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 170826728, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-amazing-and-life-changing-life-hacks", + "post_id": 291790, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Amazing & Life-Changing Life Hacks!", + "title": "10 Amazing & Life-Changing Life Hacks!", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/10-amazing-and-life-changing-life-hacks" + }, + "entry_id": 342, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 120067105, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 312847319, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 82720642, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 256805034, + "rshares": 199216495, + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 36311220707, + "rshares": 44640545670, + "voter": "malaiandrueth" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 31996369, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 13165893500, + "rshares": 56122731, + "voter": "nurik" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Bu9-psLUiks\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack #iphone #smartphone #android", + "body_length": 148, + "cashout_time": "1969-12-31T23:59:59", + "category": "tips", + "children": 1, + "created": "2016-07-23T07:31:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tips\"],\"links\":[\"https://www.youtube.com/watch?v=Bu9-psLUiks\"]}", + "last_payout": "2016-08-23T07:40:57", + "last_update": "2016-07-23T07:31:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45448449702, + "parent_author": "", + "parent_permlink": "tips", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "6-life-hacks-everyone-should-know", + "post_id": 291687, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "6 Life Hacks Everyone Should know!", + "title": "6 Life Hacks Everyone Should know!", + "total_payout_value": "0.050 HBD", + "url": "/tips/@cryptocurrency1/6-life-hacks-everyone-should-know" + }, + "entry_id": 341, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3404245483553, + "rshares": 17588592861, + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 76357516, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 256805034, + "rshares": 189729996, + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 31593860, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 33276224, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JNbqow46uQY\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 2, + "created": "2016-07-23T07:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"diy\"],\"links\":[\"https://www.youtube.com/watch?v=JNbqow46uQY\"]}", + "last_payout": "2016-08-23T07:29:27", + "last_update": "2016-07-23T07:26:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17924483828, + "parent_author": "", + "parent_permlink": "diy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-simple-life-hacks-everyone-should-know", + "post_id": 291609, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 Simple Life Hacks Everyone Should Know!", + "title": "10 Simple Life Hacks Everyone Should Know!", + "total_payout_value": "0.000 HBD", + "url": "/diy/@cryptocurrency1/10-simple-life-hacks-everyone-should-know" + }, + "entry_id": 340, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 34556079, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=i-i94s0xS2s\n\n#hacking #hacker #life #hacks #diy #howto #video #tips #tricks #cool #hack", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacks", + "children": 0, + "created": "2016-07-23T07:20:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacks\"],\"links\":[\"https://www.youtube.com/watch?v=i-i94s0xS2s\"]}", + "last_payout": "2016-08-23T07:21:21", + "last_update": "2016-07-23T07:20:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39489450, + "parent_author": "", + "parent_permlink": "hacks", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "13-weird-life-hacks-everyone-needs-to-know", + "post_id": 291524, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "13 Weird Life Hacks EVERYONE Needs To Know", + "title": "13 Weird Life Hacks EVERYONE Needs To Know", + "total_payout_value": "0.000 HBD", + "url": "/hacks/@cryptocurrency1/13-weird-life-hacks-everyone-needs-to-know" + }, + "entry_id": 339, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 120067105, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 31593860, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 121638236, + "rshares": 106431795, + "voter": "isaiaspostiena" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 37115788, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=klGJsobUfgM\n\n#cat #kitten #kitty #meow", + "body_length": 70, + "cashout_time": "1969-12-31T23:59:59", + "category": "cats", + "children": 1, + "created": "2016-07-23T07:14:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cats\"],\"links\":[\"https://www.youtube.com/watch?v=klGJsobUfgM\"]}", + "last_payout": "2016-08-23T07:38:24", + "last_update": "2016-07-23T07:14:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 300141919, + "parent_author": "", + "parent_permlink": "cats", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "7-life-hacks-for-cat", + "post_id": 291467, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "7 LIFE HACKS FOR CAT!", + "title": "7 LIFE HACKS FOR CAT!", + "total_payout_value": "0.000 HBD", + "url": "/cats/@cryptocurrency1/7-life-hacks-for-cat" + }, + "entry_id": 338, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7967572146571, + "rshares": 54588678182, + "voter": "business" + }, + { + "percent": "10000", + "reputation": 6999247118, + "rshares": 7670451061, + "voter": "ajay555" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4933371, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 40955353, + "voter": "nigmat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eH2oUrtQFYA\n\n#yougturks #infowars #alexjones #news #media", + "body_length": 89, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-23T07:08:27", + "curator_payout_value": "0.014 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=eH2oUrtQFYA\"]}", + "last_payout": "2016-08-23T08:17:30", + "last_update": "2016-07-23T07:08:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62305017967, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-young-turks-vs-infowars-spectacle", + "post_id": 291377, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Young Turks VS Infowars Spectacle", + "title": "The Young Turks VS Infowars Spectacle", + "total_payout_value": "0.058 HBD", + "url": "/news/@cryptocurrency1/the-young-turks-vs-infowars-spectacle" + }, + "entry_id": 337, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 1150913456, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 301782139, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 278385562001, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 31593860, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 3492107347, + "rshares": 106559929, + "voter": "llmadrid" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 9211441, + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fI7Lx-73lU0\n\nhttps://www.youtube.com/watch?v=EmQMO8U_0G0\n\nhttps://www.youtube.com/watch?v=d2DxheDJSNQ\n\n#lock #locker #lockpicking #pickinglock #picklock #diy #howto #safety #security #safe #hacking #hacker", + "body_length": 237, + "cashout_time": "1969-12-31T23:59:59", + "category": "lockpicking", + "children": 1, + "created": "2016-07-23T06:36:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lockpicking\"],\"links\":[\"https://www.youtube.com/watch?v=fI7Lx-73lU0\"]}", + "last_payout": "2016-08-23T06:37:18", + "last_update": "2016-07-23T06:36:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 279985622826, + "parent_author": "", + "parent_permlink": "lockpicking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-pick-any-lock", + "post_id": 290970, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to pick any lock", + "title": "How to pick any lock", + "total_payout_value": "0.335 HBD", + "url": "/lockpicking/@cryptocurrency1/how-to-pick-any-lock" + }, + "entry_id": 336, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 1185622267, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 255965988, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 260616270810, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 76461508, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 1621132492, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 527832283, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 181247346, + "rshares": 99836113, + "voter": "viktor2poy" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 179683984, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 47580428, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3149234424, + "voter": "emilhoch" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 7895521, + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Steemit Ads for Steem\n\nIs steem going to let advertisers put pay per click ads on their site sometimes in the future?\n\nhttp://www.collabo.co/images/pay-per-click-advertising.jpg\n\n#steem #steemit #ads #advertisement #advertising #support #asksteem #steemads", + "body_length": 258, + "cashout_time": "1969-12-31T23:59:59", + "category": "ads", + "children": 1, + "created": "2016-07-23T06:31:27", + "curator_payout_value": "0.018 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ads\",\"steem\",\"steemit\",\"advertisement\",\"advertising\",\"support\",\"asksteem\",\"steemads\"],\"image\":[\"http://www.collabo.co/images/pay-per-click-advertising.jpg\"]}", + "last_payout": "2016-08-23T06:42:48", + "last_update": "2016-07-23T06:31:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 267767515818, + "parent_author": "", + "parent_permlink": "ads", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-ads", + "post_id": 290894, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Ads", + "title": "Steem Ads", + "total_payout_value": "0.299 HBD", + "url": "/ads/@cryptocurrency1/steem-ads" + }, + "entry_id": 335, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 242846979618, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 181247346, + "rshares": 106801424, + "voter": "viktor2poy" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 179745102, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 31593860, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 7895521, + "voter": "taker" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=OUJ3PxPA3i4\n\n#hacking #hacker #life #diy #howto #video #tips #tricks", + "body_length": 100, + "cashout_time": "1969-12-31T23:59:59", + "category": "life", + "children": 0, + "created": "2016-07-23T06:25:00", + "curator_payout_value": "0.032 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\"],\"links\":[\"https://www.youtube.com/watch?v=OUJ3PxPA3i4\"]}", + "last_payout": "2016-08-23T06:39:36", + "last_update": "2016-07-23T06:25:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243173015525, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-life-hacks-which-simplify-your-life", + "post_id": 290815, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 LIFE HACKS WHICH SIMPLIFY YOUR LIFE", + "title": "10 LIFE HACKS WHICH SIMPLIFY YOUR LIFE", + "total_payout_value": "0.256 HBD", + "url": "/life/@cryptocurrency1/10-life-hacks-which-simplify-your-life" + }, + "entry_id": 334, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 1160921803, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 225077688426, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 900427911, + "rshares": 46909680, + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 181247346, + "rshares": 113766734, + "voter": "viktor2poy" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_L6RFfPS-BQ\n\n#music #hacking #hacker #life #diy #howto", + "body_length": 86, + "cashout_time": "1969-12-31T23:59:59", + "category": "music", + "children": 0, + "created": "2016-07-23T06:19:21", + "curator_payout_value": "0.043 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"],\"links\":[\"https://www.youtube.com/watch?v=_L6RFfPS-BQ\"]}", + "last_payout": "2016-08-23T06:40:36", + "last_update": "2016-07-23T06:19:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 226399286643, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-lifehacks-for-music", + "post_id": 290755, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 LIFEHACKS FOR MUSIC", + "title": "10 LIFEHACKS FOR MUSIC", + "total_payout_value": "0.224 HBD", + "url": "/music/@cryptocurrency1/10-lifehacks-for-music" + }, + "entry_id": 333, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 17321314, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 40107084, + "rshares": 162148467, + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 23695395, + "voter": "clonewarz" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://indy100.independent.co.uk/image/17300-a08ocw.jpg\n\nhttp://indy100.independent.co.uk/image/17300-5bpll8.jpg\n\nhttp://indy100.independent.co.uk/article/some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture--WJPfhk5mLb\n\n#illuminati #666 #politics #news #headlines #steemit #satan #satanist #devil #evil", + "body_length": 353, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-23T06:10:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"illuminati\",\"satan\",\"news\",\"evil\",\"satanist\",\"steemit\",\"devil\",\"headlines\"],\"image\":[\"http://indy100.independent.co.uk/image/17300-a08ocw.jpg\"]}", + "last_payout": "2016-08-23T06:31:00", + "last_update": "2016-07-23T06:10:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203165176, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture", + "post_id": 290674, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some conspiracists think Theresa May and Angela Merkel are in the illuminati because of a hand gesture", + "title": "Some conspiracists think Theresa May and Angela Merkel are in the illuminati because of a hand gesture", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture" + }, + "entry_id": 332, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 104542661, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 15374934, + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.telegraph.co.uk/content/dam/money/2016/07/21/103699100_EAJ6G7_kid_money-large_trans++N7kF8Fb6ID_G1m99xXXMy9os9SHR6lrSqycDuKGHNSg.jpg\n\n# Did you know that 1 in 3 children aged 8 to 15 worry about money?\n\n#news #poverty #poor #kids #children", + "body_length": 251, + "cashout_time": "1969-12-31T23:59:59", + "category": "poverty", + "children": 0, + "created": "2016-07-23T02:49:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poverty\",\"news\",\"poor\",\"kids\",\"children\"],\"image\":[\"http://www.telegraph.co.uk/content/dam/money/2016/07/21/103699100_EAJ6G7_kid_money-large_trans++N7kF8Fb6ID_G1m99xXXMy9os9SHR6lrSqycDuKGHNSg.jpg\"]}", + "last_payout": "2016-08-23T02:51:39", + "last_update": "2016-07-23T02:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 119917595, + "parent_author": "", + "parent_permlink": "poverty", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "1-in-3-kids-have-money-worries", + "post_id": 288108, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1 in 3 Kids have 'money worries'", + "title": "1 in 3 Kids have 'money worries'", + "total_payout_value": "0.000 HBD", + "url": "/poverty/@cryptocurrency1/1-in-3-kids-have-money-worries" + }, + "entry_id": 331, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 17937423, + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://www.newser.com/story/228430/most-interesting-man-has-worst-legal-strategy.html\n\nJonathan Goldsmith has been ordered to pay $60K\n\nhttp://img1-azcdn.newser.com/image/1076430-13-20160721093728.jpeg\n\n#lawsuit #legal #penalty #fees", + "body_length": 233, + "cashout_time": "1969-12-31T23:59:59", + "category": "lawsuit", + "children": 0, + "created": "2016-07-23T02:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lawsuit\",\"legal\",\"penalty\",\"fees\"],\"links\":[\"http://www.newser.com/story/228430/most-interesting-man-has-worst-legal-strategy.html\"]}", + "last_payout": "2016-08-23T02:47:51", + "last_update": "2016-07-23T02:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17937423, + "parent_author": "", + "parent_permlink": "lawsuit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "most-interesting-man-has-worst-legal-strategy", + "post_id": 288040, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Most Interesting Man' Has 'Worst Legal Strategy'", + "title": "'Most Interesting Man' Has 'Worst Legal Strategy'", + "total_payout_value": "0.000 HBD", + "url": "/lawsuit/@cryptocurrency1/most-interesting-man-has-worst-legal-strategy" + }, + "entry_id": 330, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 500269120, + "rshares": 371598870, + "voter": "sn7w" + }, + { + "percent": "10000", + "reputation": 65825957212, + "rshares": 928824069, + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 3623928920, + "rshares": 55063112, + "voter": "pussydestroyer" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://img.washingtonpost.com/rf/image_1484w/2010-2019/Wires/Online/2016-07-23/AP/Images/Senate-DavidDuke-9a49f.jpg?uuid=dDMcFlB1Eea_J0BRBoNvlg\n\nBATON ROUGE, La. \u2014 Declaring \u201cthe climate of this country has moved in my direction,\u201d white supremacist David Duke registered Friday for Louisiana\u2019s U.S. Senate race, saying he was partially spurred by the recent shooting deaths of three law enforcement officers by a black man.\n\n\u201cI believe my time has come,\u201d the former Ku Klux Klan leader said after submitting his paperwork for the ballot. He added: \u201cThe people of this country, the patriotic, decent, God-fearing people of this country are now right with me.\u201d\n\nDuke\u2019s candidacy comes one day after Donald Trump accepted the GOP nomination for president, and Duke said he\u2019s espoused principles for years that are similar to the themes Republicans are now supporting in Trump\u2019s campaign, on issues such as immigration and trade.\n\nhttps://www.washingtonpost.com/politics/ex-kkk-leader-david-duke-runs-for-senate-my-time-has-come/2016/07/22/7786e6f4-5075-11e6-bf27-405106836f96_story.html\n\n#politic #news #kkk #senate #vote #voting #666", + "body_length": 1132, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-23T02:30:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"politic\",\"news\",\"kkk\",\"senate\",\"vote\",\"voting\"],\"image\":[\"https://img.washingtonpost.com/rf/image_1484w/2010-2019/Wires/Online/2016-07-23/AP/Images/Senate-DavidDuke-9a49f.jpg?uuid=dDMcFlB1Eea_J0BRBoNvlg\"]}", + "last_payout": "2016-08-24T18:08:45", + "last_update": "2016-07-23T02:30:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1355486051, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "kkk-member-david-duke-runs-for-senate", + "post_id": 287809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "KKK member David Duke runs for Senate", + "title": "KKK member David Duke runs for Senate", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/kkk-member-david-duke-runs-for-senate" + }, + "entry_id": 329, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 641363229158, + "rshares": 1095709585, + "voter": "algo-rythm" + }, + { + "percent": "-10000", + "reputation": 165694944701, + "rshares": -268268975, + "voter": "fydel" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "U.S.. CDC says 400 pregnant women in u.s. With evidence of zika virus infection, up from 346 a week ago\n\nU.S. CDC reports 3 more babies born in U.S. with birth defects linked to zika virus.\n\n#health #cdc #virus #zika", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "health", + "children": 1, + "created": "2016-07-22T10:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"cdc\",\"virus\",\"zika\"]}", + "last_payout": "2016-08-22T11:01:42", + "last_update": "2016-07-22T10:48:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 827440610, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cdc-3-more-babies-400-pregnant-women-infected", + "post_id": 271249, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CDC: 3 MORE BABIES, 400 PREGNANT WOMEN INFECTED...", + "title": "CDC: 3 MORE BABIES, 400 PREGNANT WOMEN INFECTED...", + "total_payout_value": "0.000 HBD", + "url": "/health/@cryptocurrency1/cdc-3-more-babies-400-pregnant-women-infected" + }, + "entry_id": 328, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JxYsuIsLmF8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "blm", + "children": 0, + "created": "2016-07-22T10:04:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blm\"],\"links\":[\"https://www.youtube.com/watch?v=JxYsuIsLmF8\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-22T10:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "blm", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-case-for-blue-lives-matter", + "post_id": 270700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Case For Blue Lives Matter", + "title": "The Case For Blue Lives Matter", + "total_payout_value": "0.000 HBD", + "url": "/blm/@cryptocurrency1/the-case-for-blue-lives-matter" + }, + "entry_id": 327, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -123416197073, + "rshares": 414410283, + "voter": "dog" + }, + { + "percent": "10000", + "reputation": 62960758540, + "rshares": 63111049, + "voter": "xem" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 1152542315, + "voter": "creemej" + }, + { + "percent": "-10000", + "reputation": 327313183062, + "rshares": -123846937, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": -3506241344, + "rshares": 59692782, + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Do you think silly people on the internet will start to take photos of their breasts and post them on steemit.com just for an upvote?\n\nhttp://matemedia.com/wp-content/uploads/2014/04/censored-trans.png\n\n#sex #tits #666 #pornography #breasts #censored", + "body_length": 250, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-22T09:55:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"sex\",\"tits\",\"pornography\",\"breasts\",\"censored\"],\"image\":[\"http://matemedia.com/wp-content/uploads/2014/04/censored-trans.png\"]}", + "last_payout": "2016-08-22T10:26:45", + "last_update": "2016-07-22T09:55:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1565909492, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "post-a-picture-of-your-tits-for-an-upvote", + "post_id": 270560, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Post a picture of your tits for an upvote", + "title": "Post a picture of your tits for an upvote", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/post-a-picture-of-your-tits-for-an-upvote" + }, + "entry_id": 326, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 369803866, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 14544132145555, + "rshares": 220205691, + "voter": "pcste" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Did you know that SANTA is SATAN intentionally mispelled?\n\n#christmas #noel #santa #satan #666 #news #illuminati #bilderberg #eviljews #zionist #israel", + "body_length": 151, + "cashout_time": "1969-12-31T23:59:59", + "category": "christmas", + "children": 0, + "created": "2016-07-22T09:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\",\"christmas\",\"bilderberg\",\"noel\",\"eviljews\",\"santa\",\"illuminati\",\"satan\",\"news\",\"zionist\"]}", + "last_payout": "2016-08-22T09:51:24", + "last_update": "2016-07-22T09:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 594682534, + "parent_author": "", + "parent_permlink": "christmas", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "did-you-know-that-santa-is-satan-intentionally-mispelled", + "post_id": 270229, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Did you know that SANTA is SATAN intentionally mispelled?", + "title": "Did you know that SANTA is SATAN intentionally mispelled?", + "total_payout_value": "0.000 HBD", + "url": "/christmas/@cryptocurrency1/did-you-know-that-santa-is-satan-intentionally-mispelled" + }, + "entry_id": 325, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 139754210, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Do you think prostitutes will start promoting themselves on Steem by using one of the following hashtag ?\n\n#escort #prostitute or #sexforsale #sex #sexformoney #escorts\n\nhttp://static5.businessinsider.com/image/5286944369bedd4f3da95767-480/prostitute.jpg", + "body_length": 254, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-22T09:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\",\"escort\",\"prostitute\",\"sexforsale\",\"sexformoney\",\"escorts\"],\"image\":[\"http://static5.businessinsider.com/image/5286944369bedd4f3da95767-480/prostitute.jpg\"]}", + "last_payout": "2016-08-22T09:24:45", + "last_update": "2016-07-22T09:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 144427187, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "promoting-prostitution-on-steem", + "post_id": 270151, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Promoting prostitution on Steem?", + "title": "Promoting prostitution on Steem?", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/promoting-prostitution-on-steem" + }, + "entry_id": 324, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -123416197073, + "rshares": 450445960, + "voter": "dog" + }, + { + "percent": "10000", + "reputation": 62960758540, + "rshares": 68598966, + "voter": "xem" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 378960206, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 1075706160, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": -3506241344, + "rshares": 64883459, + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Attention Steem: I suggest you allow people to use numbers hashtag\n\nexample of numbers in hashtag: \n\n#666 \n\nect. . .\n\nhttps://img0.steemit.com/0x0/https://steem.io/images/steem.png\n\n#steem #steemit #suggestion #support #help #tips", + "body_length": 232, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-22T09:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"suggestion\",\"support\",\"help\",\"tips\"],\"image\":[\"https://img0.steemit.com/0x0/https://steem.io/images/steem.png\"]}", + "last_payout": "2016-08-22T09:58:09", + "last_update": "2016-07-22T09:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2043267728, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag", + "post_id": 270070, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Attention Steem: I suggest you allow people to use numbers in hashtag", + "title": "Attention Steem: I suggest you allow people to use numbers in hashtag", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag" + }, + "entry_id": 323, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -271878116, + "voter": "cristina" + }, + { + "percent": "10000", + "reputation": 640965992485, + "rshares": 20211140054, + "voter": "ph111p" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4838822, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 378960206, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=fz_6D1LTJpw\n\n#journalist #journalism #media #mainstream #fox #666", + "body_length": 97, + "cashout_time": "1969-12-31T23:59:59", + "category": "journalist", + "children": 0, + "created": "2016-07-22T09:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"journalist\"],\"links\":[\"https://www.youtube.com/watch?v=fz_6D1LTJpw\"]}", + "last_payout": "2016-08-23T09:59:18", + "last_update": "2016-07-22T09:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20327733943, + "parent_author": "", + "parent_permlink": "journalist", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "charges-against-roger-ailes-are-bs", + "post_id": 269995, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Charges Against Roger Ailes Are BS", + "title": "Charges Against Roger Ailes Are BS", + "total_payout_value": "0.023 HBD", + "url": "/journalist/@cryptocurrency1/charges-against-roger-ailes-are-bs" + }, + "entry_id": 322, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 185768950636, + "rshares": -266093476, + "voter": "cristina" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2e9MPx2hy5g\n\n#news #media #journalism #journalist #reports #mainstream", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "media", + "children": 0, + "created": "2016-07-22T08:37:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"media\"],\"links\":[\"https://www.youtube.com/watch?v=2e9MPx2hy5g\"]}", + "last_payout": "2016-08-23T09:59:57", + "last_update": "2016-07-22T08:37:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -266093476, + "parent_author": "", + "parent_permlink": "media", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention", + "post_id": 269639, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cenk Uygur Explains What Happened With Alex Jones And Roger Stone At Republican National Convention", + "title": "Cenk Uygur Explains What Happened With Alex Jones And Roger Stone At Republican National Convention", + "total_payout_value": "0.000 HBD", + "url": "/media/@cryptocurrency1/cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention" + }, + "entry_id": 321, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6225247625, + "rshares": 237069108, + "voter": "dabin" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 2635402869, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 203662728, + "rshares": 114498421, + "voter": "mastero" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=_m-42A37zxM\n\n#news #media #journalism #journalist #reports #mainstream", + "body_length": 102, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-22T08:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=_m-42A37zxM\"]}", + "last_payout": "2016-08-22T14:29:15", + "last_update": "2016-07-22T08:19:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2986970398, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "young-turks-flip-out-on-alex-jones", + "post_id": 269361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Young Turks Flip Out On Alex Jones", + "title": "Young Turks Flip Out On Alex Jones", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/young-turks-flip-out-on-alex-jones" + }, + "entry_id": 320, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 65825957212, + "rshares": 962803062, + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 144745431, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=940fJ8HADeE\n\n#gold #news #bilderberg #mafia #illuminati #money", + "body_length": 94, + "cashout_time": "1969-12-31T23:59:59", + "category": "gold", + "children": 0, + "created": "2016-07-22T05:44:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gold\"],\"links\":[\"https://www.youtube.com/watch?v=940fJ8HADeE\"]}", + "last_payout": "2016-08-22T06:05:45", + "last_update": "2016-07-22T05:44:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1107548493, + "parent_author": "", + "parent_permlink": "gold", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children", + "post_id": 267426, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "first it was Robert Holmes; then Kevin Krim had to be silenced: they killed his children", + "title": "first it was Robert Holmes; then Kevin Krim had to be silenced: they killed his children", + "total_payout_value": "0.000 HBD", + "url": "/gold/@cryptocurrency1/first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children" + }, + "entry_id": 319, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4833678, + "voter": "seagul" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=aG86XtPkJTY\n\n#politic #news #nwo #globalism #globalist #bilderberg #mafia", + "body_length": 105, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-22T05:03:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"links\":[\"https://www.youtube.com/watch?v=aG86XtPkJTY\"]}", + "last_payout": "2016-08-22T05:04:18", + "last_update": "2016-07-22T05:03:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4833678, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "charlie-rose-confronted-over-globalist-takeover", + "post_id": 266925, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Charlie Rose Confronted Over Globalist Takeover", + "title": "Charlie Rose Confronted Over Globalist Takeover", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/charlie-rose-confronted-over-globalist-takeover" + }, + "entry_id": 318, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 17214584, + "voter": "luisucv34" + }, + { + "percent": "1000", + "reputation": -3506241344, + "rshares": 10829603, + "voter": "craigslist" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Suggestion to Steem: Create a server so posters can upload images while they are posting using their smartphone.\n\n#steem #steemit #help #support #suggestion #ideas", + "body_length": 165, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-22T02:26:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"help\",\"support\",\"suggestion\",\"ideas\"]}", + "last_payout": "2016-08-22T02:27:30", + "last_update": "2016-07-22T02:26:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28044187, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "suggestion-to-steem-create-a-server-so-posters-can-upload-images", + "post_id": 264440, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Suggestion to Steem: Create a server so posters can upload images", + "title": "Suggestion to Steem: Create a server so posters can upload images", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/suggestion-to-steem-create-a-server-so-posters-can-upload-images" + }, + "entry_id": 317, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 7440665070, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 138878974, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 68688856, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 100161586091, + "rshares": 98955973, + "voter": "slava" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?\nhttp://nationalinterest.org/feature/has-the-federal-reserve-become-congresss-golden-goose-17050\n\nhttps://i.ytimg.com/vi/GyUxJ8LxDno/maxresdefault.jpg\n\n#usd #scam #fraud #federalreserve #zionist #israel #khazarian #mafia #jews #eviljews #rothschild #illuminati #congress #usa #us #news", + "body_length": 368, + "cashout_time": "1969-12-31T23:59:59", + "category": "fraud", + "children": 0, + "created": "2016-07-22T02:20:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"israel\",\"usa\",\"fraud\",\"usd\",\"mafia\",\"eviljews\",\"khazarian\",\"illuminati\",\"news\",\"jews\",\"congress\",\"rothschild\",\"zionist\",\"scam\",\"us\",\"federalreserve\"],\"links\":[\"http://nationalinterest.org/feature/has-the-federal-reserve-become-congresss-golden-goose-17050\"]}", + "last_payout": "2016-08-22T02:36:00", + "last_update": "2016-07-22T02:20:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7747188873, + "parent_author": "", + "parent_permlink": "fraud", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose", + "post_id": 264315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?", + "title": "Has the terrorist organization Federal Reserve Become U.S. Congress's Golden Goose?", + "total_payout_value": "0.000 HBD", + "url": "/fraud/@cryptocurrency1/has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose" + }, + "entry_id": 316, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 25821876, + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Breitbart Tech editor Milo Yiannopoulos has been suspended from Twitter once more just 20 minutes before his \u201cGays for Trump\u201d event takes place at the Republican National Convention. ... Milo was suspended despite the fact that he sent no abusive tweets to the actress.\n\nhttps://www.insidehighered.com/sites/default/server_files/media/headshot.jpg\n\nhttp://www.breitbart.com/milo/2016/07/19/breaking-milo-suspended-twitter-20-minutes-party/\n\n#gay #lesbian #homosexual #tweet #twitter #journalist #reporter #breibart #tech #technology #rnc", + "body_length": 537, + "cashout_time": "1969-12-31T23:59:59", + "category": "gay", + "children": 1, + "created": "2016-07-22T00:59:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"reporter\",\"homosexual\",\"rnc\",\"technology\",\"lesbian\",\"tweet\",\"journalist\",\"twitter\",\"breibart\",\"tech\",\"gay\"],\"image\":[\"https://www.insidehighered.com/sites/default/server_files/media/headshot.jpg\"]}", + "last_payout": "2016-08-22T04:17:03", + "last_update": "2016-07-22T00:59:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25821876, + "parent_author": "", + "parent_permlink": "gay", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump", + "post_id": 262961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Milo Yiannopoulos got banned from twitter for posting 'Gay for Trump'", + "title": "Milo Yiannopoulos got banned from twitter for posting 'Gay for Trump'", + "total_payout_value": "0.000 HBD", + "url": "/gay/@cryptocurrency1/milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump" + }, + "entry_id": 315, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -284660958555, + "rshares": 168174194, + "voter": "jeky-jeky" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4831088, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 367148004, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 2382311136, + "rshares": 117090534, + "voter": "siambar" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 59792159, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 2336488, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 39733619, + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I trade the Forex market daily.\nI programmed my own custom chart that fits my needs.\nHere's a view of what my EURUSD chart looks like in 1 Hour time frame.\n\nhttp://i65.tinypic.com/8xqyi9.jpg\n\nHere's a full detail view of my personal Forex chart.\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21NC12RFJ2QmdyZk0/view?usp=sharing\n\n#forex #eurusd #currency #trading #daytrading #market #fx", + "body_length": 383, + "cashout_time": "1969-12-31T23:59:59", + "category": "forex", + "children": 0, + "created": "2016-07-21T11:21:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"forex\",\"eurusd\",\"currency\",\"trading\",\"daytrading\",\"market\",\"fx\"],\"image\":[\"http://i65.tinypic.com/8xqyi9.jpg\"]}", + "last_payout": "2016-08-21T11:28:36", + "last_update": "2016-07-21T11:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 759106086, + "parent_author": "", + "parent_permlink": "forex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "my-forex-analysis-for-eurusd-july-21st-2016", + "post_id": 244336, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My forex analysis for EURUSD July 21st, 2016.", + "title": "My forex analysis for EURUSD July 21st, 2016.", + "total_payout_value": "0.000 HBD", + "url": "/forex/@cryptocurrency1/my-forex-analysis-for-eurusd-july-21st-2016" + }, + "entry_id": 314, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 5579604078, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 108711606, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 28232113335, + "rshares": 65525987, + "voter": "jameswoods" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 2975325915134, + "rshares": 115489428, + "voter": "ooak" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 18618648, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I posted a post earlier about questions and answers about steem in this post:\nhttps://steemit.com/steem/@cryptocurrency1/steem-support-questions-and-answers\n\nI put some thought into it; It makes better sense if people should just use #support or #help hashtag to send their questions to steem support team.\n\nhttps://77.mvd.ru/upload/site78/zs/voprpos-otvet.jpg\n\n#steem #steemit #support #question #answer #asksteem #help", + "body_length": 420, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 2, + "created": "2016-07-21T11:05:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"support\",\"help\",\"steemit\",\"question\",\"answer\",\"asksteem\"],\"links\":[\"https://steemit.com/steem/@cryptocurrency1/steem-support-questions-and-answers\"]}", + "last_payout": "2016-08-21T11:11:45", + "last_update": "2016-07-21T11:05:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5892622724, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem", + "post_id": 244095, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A better idea to improve Steem: Use this hashtag #support for questions about Steem", + "title": "A better idea to improve Steem: Use this hashtag #support for questions about Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem" + }, + "entry_id": 313, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 13099238766, + "rshares": 42049282, + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 848715691, + "voter": "emilhoch" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zZTdhMDQyNDVkODJmYmY2MWQ5NWIyM2JhMDA5YTQ1My5qcGc=.jpg\n\nLee added that Bitcoin is a fundamental change as it doesn\u2019t rely on any of the old systems and there are several things to do with Bitcoin that aren\u2019t available on the digital payment system.\n\n#bitcoin #cryptocurrency #ceo", + "body_length": 370, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 2, + "created": "2016-07-21T08:59:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"ceo\"],\"image\":[\"https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zZTdhMDQyNDVkODJmYmY2MWQ5NWIyM2JhMDA5YTQ1My5qcGc=.jpg\"]}", + "last_payout": "2016-08-21T09:05:48", + "last_update": "2016-07-21T08:59:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 895437950, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency", + "post_id": 242056, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Purse.io CEO Andrew Lee: \"Bitcoin is Going to Be Main Cryptocurrency\"", + "title": "Purse.io CEO Andrew Lee: \"Bitcoin is Going to Be Main Cryptocurrency\"", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency" + }, + "entry_id": 312, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 17535933356, + "rshares": -334783984, + "voter": "dtbahoney" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://s1.ibtimes.com/sites/www.ibtimes.com/files/styles/lg/public/2016/07/21/piracy.jpg\n\nKickass Torrents, one of the most popular file-sharing websites on the internet, has gone offline after its alleged owner was arrested in Poland on July 20. He has been accused on criminal counts of piracy.\n\n#torrent #kickass #hackers #hack #hacking #hacker #news #technology", + "body_length": 365, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-07-21T08:52:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\",\"torrent\",\"kickass\",\"hackers\",\"hack\",\"hacking\",\"news\",\"technology\"],\"image\":[\"http://s1.ibtimes.com/sites/www.ibtimes.com/files/styles/lg/public/2016/07/21/piracy.jpg\"]}", + "last_payout": "2016-08-21T09:13:42", + "last_update": "2016-07-21T08:52:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -334783984, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "kickass-torrents-atrem-vaulin-arrested-website-down", + "post_id": 241955, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Kickass Torrents Atrem Vaulin Arrested, Website Down", + "title": "Kickass Torrents Atrem Vaulin Arrested, Website Down", + "total_payout_value": "0.000 HBD", + "url": "/hacker/@cryptocurrency1/kickass-torrents-atrem-vaulin-arrested-website-down" + }, + "entry_id": 311, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 580543936, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 149826790749, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 1979023426046, + "rshares": 23648397, + "voter": "sillyfilthy" + }, + { + "percent": "10000", + "reputation": 120964900417, + "rshares": 256724219218, + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 9662176, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 3655676496603, + "rshares": 795035490, + "voter": "cloveandcinnamon" + }, + { + "percent": "10000", + "reputation": 277346650991, + "rshares": 299183879, + "voter": "danroseman" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 17189565, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 2151038165, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 220394276, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 97399593, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 59991889693, + "rshares": 411898955, + "voter": "dowhne" + }, + { + "percent": "10000", + "reputation": 30607913, + "rshares": 115966846, + "voter": "kirreall" + }, + { + "percent": "10000", + "reputation": 40107084, + "rshares": 132152991, + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 5370503779, + "rshares": 2328124, + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 80738126074, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 11116988767, + "rshares": 210218717, + "voter": "holidayjunction" + }, + { + "percent": "10000", + "reputation": 283684443890, + "rshares": 2524432951, + "voter": "rogue91" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "No, it's not about making money on Steem. I still don't think that anyone can make big money on Steem. Only the insiders can make big money posting on Steem.\n\nThe one thing I really like about Steem is its blockchain technology that let people post whatever they want, and the information is store on the blockchain forever, unless the entire blockchain is deleted.\n\nhttps://img0.steemit.com/0x0/https://steem.io/images/steem.png\n\n#steemit #steem #support #asksteem #news", + "body_length": 471, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 2, + "created": "2016-07-21T05:44:06", + "curator_payout_value": "0.094 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"support\",\"asksteem\",\"news\"],\"image\":[\"https://img0.steemit.com/0x0/https://steem.io/images/steem.png\"]}", + "last_payout": "2016-08-21T06:11:42", + "last_update": "2016-07-21T05:44:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 494880230102, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-i-really-like-about-steem", + "post_id": 239319, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What I really like about Steem", + "title": "What I really like about Steem", + "total_payout_value": "0.794 HBD", + "url": "/steemit/@cryptocurrency1/what-i-really-like-about-steem" + }, + "entry_id": 310, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1931149195525, + "rshares": 16466319937, + "voter": "steem1" + }, + { + "percent": "10000", + "reputation": 866922528456, + "rshares": 961235030, + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 4617586503531, + "rshares": 5558737798, + "voter": "cryptojoy.com" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 97399593, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 127967014, + "rshares": 85039074, + "voter": "rapp" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I've created this hashtag for people who have question about Steem.\n\nUse this hashtag in your post #asksteem to ask a question to Steem team.\n\nhttp://itsyucatan.edu.mx/wp-content/uploads/2012/10/instrucciones.png", + "body_length": 212, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-21T03:32:45", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"asksteem\"],\"image\":[\"http://itsyucatan.edu.mx/wp-content/uploads/2012/10/instrucciones.png\"]}", + "last_payout": "2016-08-21T04:00:42", + "last_update": "2016-07-21T03:32:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23168731432, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-support-questions-and-answers", + "post_id": 237390, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem SUPPORT questions and answers", + "title": "Steem SUPPORT questions and answers", + "total_payout_value": "0.032 HBD", + "url": "/steem/@cryptocurrency1/steem-support-questions-and-answers" + }, + "entry_id": 309, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 866922528456, + "rshares": 980852072, + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 213364405044, + "rshares": 275572095, + "voter": "jearson" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Why can't Steem display images from Google drive and Onedrive?\n\nhttp://i0.wp.com/www.techsavvysmb.net/wp-content/uploads/2016/05/onedrive-logo.png\n\nhttps://dt.azadicdn.com/wp-content/uploads/2013/09/google_drive_logo.jpg?9423\n\n#asksteem #steemit #steem #google #googledrive #onedrive #microsoft #bing", + "body_length": 302, + "cashout_time": "1969-12-31T23:59:59", + "category": "onedrive", + "children": 1, + "created": "2016-07-21T03:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"onedrive\",\"asksteem\",\"steemit\",\"steem\",\"google\",\"googledrive\",\"microsoft\",\"bing\"],\"image\":[\"http://i0.wp.com/www.techsavvysmb.net/wp-content/uploads/2016/05/onedrive-logo.png\"]}", + "last_payout": "2016-08-21T03:17:03", + "last_update": "2016-07-21T03:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1256424167, + "parent_author": "", + "parent_permlink": "onedrive", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-can-t-steem-display-images-from-google-drive-and-onedrive", + "post_id": 237097, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why can't Steem display images from Google drive and Onedrive?", + "title": "Why can't Steem display images from Google drive and Onedrive?", + "total_payout_value": "0.000 HBD", + "url": "/onedrive/@cryptocurrency1/why-can-t-steem-display-images-from-google-drive-and-onedrive" + }, + "entry_id": 308, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 67229955621, + "rshares": 82881510, + "voter": "gerber" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers\n\n#bitcoin #cryptocurrency #money", + "body_length": 119, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 0, + "created": "2016-07-21T02:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"money\"]}", + "last_payout": "2016-08-21T02:56:03", + "last_update": "2016-07-21T02:53:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82881510, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers", + "post_id": 236637, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers", + "title": "\"Bitcoin Now More Stable Than Pound\", Says Lily Allen to 5.8 Million Twitter Followers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@cryptocurrency1/bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers" + }, + "entry_id": 307, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 4672977, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://si.wsj.net/public/resources/images/BT-AJ986_DUBIN_M_20160720184510.jpg\n\nThe founder of Dollar Shave Club Inc. introduced his subscription model for selling razors to the world in 2012 with a slapstick YouTube video, in which he railed against high-price blades and deadpanned: \u201cOur blades are f\u2014ing great.\u201d\n\nhttp://www.wsj.com/articles/funny-video-led-to-1-billion-deal-for-dollar-shave-club-1469055206\n\n#funny #video #shaving #ceo", + "body_length": 439, + "cashout_time": "1969-12-31T23:59:59", + "category": "ceo", + "children": 2, + "created": "2016-07-21T02:45:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ceo\",\"funny\",\"video\",\"shaving\"],\"image\":[\"https://si.wsj.net/public/resources/images/BT-AJ986_DUBIN_M_20160720184510.jpg\"]}", + "last_payout": "2016-08-21T02:49:18", + "last_update": "2016-07-21T02:45:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4672977, + "parent_author": "", + "parent_permlink": "ceo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-michael-dubin-turned-a-funny-video-into-usd1-billion", + "post_id": 236491, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How Michael Dubin Turned a Funny Video Into $1 Billion", + "title": "How Michael Dubin Turned a Funny Video Into $1 Billion", + "total_payout_value": "0.000 HBD", + "url": "/ceo/@cryptocurrency1/how-michael-dubin-turned-a-funny-video-into-usd1-billion" + }, + "entry_id": 306, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 7923920744318, + "rshares": 8402153056, + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 15812845057, + "rshares": 310908433, + "voter": "lukewarm" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Many flock to gun shops after state issues warning on copycat assault weapons\nAG Healey warns gun dealers on state's assault weapons ban\n\nhttp://www.wcvb.com/image/view/-/40800780/highRes/1/-/maxh/460/maxw/620/-/4shpobz/-/Assault-weapons.png\n\nhttp://www.wcvb.com/news/state-cracks-down-on-copycat-assault-weapons/40800750\n\n#gunban #nra #gun", + "body_length": 340, + "cashout_time": "1969-12-31T23:59:59", + "category": "gun", + "children": 3, + "created": "2016-07-21T02:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gun\",\"gunban\",\"nra\"],\"image\":[\"http://www.wcvb.com/image/view/-/40800780/highRes/1/-/maxh/460/maxw/620/-/4shpobz/-/Assault-weapons.png\"]}", + "last_payout": "2016-08-21T02:49:03", + "last_update": "2016-07-21T02:08:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8713061489, + "parent_author": "", + "parent_permlink": "gun", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault", + "post_id": 235898, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Many flock to gun shops after state issues warning on copycat assault weapons AG Healey warns gun dealers on state's assault weapons ban", + "title": "Many flock to gun shops after state issues warning on copycat assault weapons AG Healey warns gun dealers on state's assault weapons ban", + "total_payout_value": "0.000 HBD", + "url": "/gun/@cryptocurrency1/many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault" + }, + "entry_id": 305, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 25784347, + "voter": "luisucv34" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=UHDfvfYCY0U\n\n#brain #science #scientist #discovery", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "brain", + "children": 0, + "created": "2016-07-21T01:45:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brain\"],\"links\":[\"https://www.youtube.com/watch?v=UHDfvfYCY0U\"]}", + "last_payout": "2016-08-21T01:47:54", + "last_update": "2016-07-21T01:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25784347, + "parent_author": "", + "parent_permlink": "brain", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-ultimate-brain-map", + "post_id": 235509, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The ultimate brain map", + "title": "The ultimate brain map", + "total_payout_value": "0.000 HBD", + "url": "/brain/@cryptocurrency1/the-ultimate-brain-map" + }, + "entry_id": 304, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Scientists 'REVERSE' the menopause: Women who'd not had a period in five years are now menstruating again after their ovaries were rejuvenated \nTreatment involves platelet-rich plasma - a concentrated mix of substances in the blood that help cells grow - and may stimulate tissue regeneration\nTechnique could allow older and post-menopausal women to conceive\nScientists claim women treated saw their menstrual cycles re-start\nAlso enabled them to collect and fertilise the eggs that were released\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/20/17/3672084E00000578-3699710-The_Greek_team_say_the_technique_enabled_women_to_release_eggs_a-a-10_1469031755490.jpg\n\nhttp://www.dailymail.co.uk/health/article-3699710/Scientists-REVERSE-menopause-Women-d-not-period-five-years-menstuating-ovaries-rejuvenated.html#ixzz4EzyHsKwT \n\nTags:\n#scientist #menstuating #ovaries #Women #menopause\n\nOther Tags:\n#steem #steemit #news #science", + "body_length": 921, + "cashout_time": "1969-12-31T23:59:59", + "category": "scientist", + "children": 0, + "created": "2016-07-21T00:33:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"steem\",\"menstuating\",\"news\",\"steemit\",\"scientist\",\"menopause\",\"Women\",\"ovaries\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/20/17/3672084E00000578-3699710-The_Greek_team_say_the_technique_enabled_women_to_release_eggs_a-a-10_1469031755490.jpg\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-21T00:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "scientist", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "scientists-reverse-menopause", + "post_id": 234356, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scientists 'REVERSE' menopause...", + "title": "Scientists 'REVERSE' menopause...", + "total_payout_value": "0.000 HBD", + "url": "/scientist/@cryptocurrency1/scientists-reverse-menopause" + }, + "entry_id": 303, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 936445796, + "rshares": 267565021, + "voter": "yoakebr" + }, + { + "percent": "10000", + "reputation": 958834221798, + "rshares": 180768193, + "voter": "mastletter" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cn1Bg-uVIAARTc8.jpg\n\nBillionaire Amazon founder offers first glimpse of his alien character in Star Trek Beyond\nAmazon CEO Jeff Bezos revealed to have a role in Star Trek blockbuster \nBezos is listed as 'Starfleet official' in closing credits for Star Trek Beyond \nThe 52-year-old tech billionaire is a lifelong fan and avid 'Trekkie' \nBezos on Wednesday shared a Vine video showing him eating while in character \n\nhttp://www.dailymail.co.uk/news/article-3700184/Jeff-Bezos-appears-alien-Starfleet-official-Star-Trek-Beyond.html#ixzz4EzxwnUDd", + "body_length": 571, + "cashout_time": "1969-12-31T23:59:59", + "category": "amazon", + "children": 0, + "created": "2016-07-21T00:27:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"amazon\"],\"image\":[\"https://pbs.twimg.com/media/Cn1Bg-uVIAARTc8.jpg\"]}", + "last_payout": "2016-08-21T00:40:54", + "last_update": "2016-07-21T00:27:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 448333214, + "parent_author": "", + "parent_permlink": "amazon", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lord-of-amazon-turns-alien", + "post_id": 234232, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lord of AMAZON Turns Alien...", + "title": "Lord of AMAZON Turns Alien...", + "total_payout_value": "0.000 HBD", + "url": "/amazon/@cryptocurrency1/lord-of-amazon-turns-alien" + }, + "entry_id": 302, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4831088, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 209146716, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 113701700, + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 105252570, + "voter": "sokoloffa" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=k7DlYzODWmo\n\nhttps://www.youtube.com/watch?v=Moc1Ur7X3dE", + "body_length": 88, + "cashout_time": "1969-12-31T23:59:59", + "category": "charisma", + "children": 1, + "created": "2016-07-20T14:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"charisma\"],\"links\":[\"https://www.youtube.com/watch?v=k7DlYzODWmo\"]}", + "last_payout": "2016-08-20T14:17:18", + "last_update": "2016-07-20T14:02:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 432932074, + "parent_author": "", + "parent_permlink": "charisma", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bruce-lee-s-insane-charisma", + "post_id": 219804, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bruce Lee's Insane Charisma", + "title": "Bruce Lee's Insane Charisma", + "total_payout_value": "0.000 HBD", + "url": "/charisma/@cryptocurrency1/bruce-lee-s-insane-charisma" + }, + "entry_id": 301, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 772389105, + "rshares": 327980953, + "voter": "jordi-kicken" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 164839676, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 116022143, + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 1665644861, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 267304789, + "rshares": 16313888, + "voter": "rumburak" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Bittrex added these cryptocurrencies:\nRise, Waves, DigixDAO, Breakout, Project Decorum, The DAO, Krypton, Lisk, SARCoin, STEEM, Destiny, Memetic.\n\nhttp://www.financemagnates.com/wp-content/uploads/2016/07/bittrex.jpg", + "body_length": 218, + "cashout_time": "1969-12-31T23:59:59", + "category": "bittrex", + "children": 0, + "created": "2016-07-20T13:49:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bittrex\"],\"image\":[\"http://www.financemagnates.com/wp-content/uploads/2016/07/bittrex.jpg\"]}", + "last_payout": "2016-08-20T15:42:06", + "last_update": "2016-07-20T13:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2290801521, + "parent_author": "", + "parent_permlink": "bittrex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bittrex-added-these-new-cryptocurrencies", + "post_id": 219539, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bittrex added these new cryptocurrencies", + "title": "Bittrex added these new cryptocurrencies", + "total_payout_value": "0.000 HBD", + "url": "/bittrex/@cryptocurrency1/bittrex-added-these-new-cryptocurrencies" + }, + "entry_id": 300, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 13099238766, + "rshares": 28032854, + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 1599019067, + "voter": "dimitarj" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Poloniex just added Steem to let users trade", + "body_length": 44, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-20T13:43:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T16:07:21", + "last_update": "2016-07-20T13:43:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1627051921, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "poloniex-just-added-steem-to-let-users-trade", + "post_id": 219427, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Poloniex just added Steem to let users trade", + "title": "Poloniex just added Steem to let users trade", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/poloniex-just-added-steem-to-let-users-trade" + }, + "entry_id": 299, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 164839676, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 118342585, + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 3226773885, + "rshares": 50439099, + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=2JQsf7i_dXY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "college", + "children": 0, + "created": "2016-07-20T13:35:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"college\"],\"links\":[\"https://www.youtube.com/watch?v=2JQsf7i_dXY\"]}", + "last_payout": "2016-08-20T13:39:24", + "last_update": "2016-07-20T13:35:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 333621360, + "parent_author": "", + "parent_permlink": "college", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "6-hours-relaxing-piano-violin-guitar-study-music", + "post_id": 219264, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "6 HOURS - Relaxing - Piano, violin, guitar - Study music", + "title": "6 HOURS - Relaxing - Piano, violin, guitar - Study music", + "total_payout_value": "0.000 HBD", + "url": "/college/@cryptocurrency1/6-hours-relaxing-piano-violin-guitar-study-music" + }, + "entry_id": 298, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 133996905, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 136985133709, + "rshares": 274153472, + "voter": "pitbull808" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 22119455, + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=MX6uewdLrjs", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "xbox", + "children": 0, + "created": "2016-07-20T09:32:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"xbox\"],\"links\":[\"https://www.youtube.com/watch?v=MX6uewdLrjs\"]}", + "last_payout": "2016-08-20T09:39:12", + "last_update": "2016-07-20T09:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 430269832, + "parent_author": "", + "parent_permlink": "xbox", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-fix-the-red-ring-of-death", + "post_id": 214572, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Fix The Red Ring of Death", + "title": "How To Fix The Red Ring of Death", + "total_payout_value": "0.000 HBD", + "url": "/xbox/@cryptocurrency1/how-to-fix-the-red-ring-of-death" + }, + "entry_id": 297, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 19907509, + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=mzCt3-kPtdE", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "combustion", + "children": 0, + "created": "2016-07-20T09:26:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"combustion\",\"\"],\"links\":[\"https://www.youtube.com/watch?v=mzCt3-kPtdE\"]}", + "last_payout": "2016-08-20T10:08:15", + "last_update": "2016-07-20T09:26:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24681343, + "parent_author": "", + "parent_permlink": "combustion", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene", + "post_id": 214480, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Fire Rain | Non-Toxic Combustion Properties of Polyethylene", + "title": "How To Make Fire Rain | Non-Toxic Combustion Properties of Polyethylene", + "total_payout_value": "0.000 HBD", + "url": "/combustion/@cryptocurrency1/how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene" + }, + "entry_id": 296, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 19907509, + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=PCKKFbTwlmg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "putin", + "children": 0, + "created": "2016-07-20T09:21:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"putin\"],\"links\":[\"https://www.youtube.com/watch?v=PCKKFbTwlmg\"]}", + "last_payout": "2016-08-20T10:11:18", + "last_update": "2016-07-20T09:21:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24681343, + "parent_author": "", + "parent_permlink": "putin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting", + "post_id": 214400, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "TV News: Now \"PUTIN\" chastises \"OBAMA\" about the NEW WORLD ORDER 2016 UN meeting", + "title": "TV News: Now \"PUTIN\" chastises \"OBAMA\" about the NEW WORLD ORDER 2016 UN meeting", + "total_payout_value": "0.000 HBD", + "url": "/putin/@cryptocurrency1/tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting" + }, + "entry_id": 295, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 17695564, + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JyHwLOH_pd8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "gravity", + "children": 0, + "created": "2016-07-20T09:16:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gravity\"],\"links\":[\"https://www.youtube.com/watch?v=JyHwLOH_pd8\"]}", + "last_payout": "2016-08-20T10:13:18", + "last_update": "2016-07-20T09:16:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22469398, + "parent_author": "", + "parent_permlink": "gravity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-anti-gravity-cd-wheel", + "post_id": 214315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Anti Gravity CD Wheel!", + "title": "How To Make Anti Gravity CD Wheel!", + "total_payout_value": "0.000 HBD", + "url": "/gravity/@cryptocurrency1/how-to-make-anti-gravity-cd-wheel" + }, + "entry_id": 294, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 17535933356, + "rshares": -331182784, + "voter": "dtbahoney" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 167541547, + "voter": "ztl" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=xbuvcQrAOSk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "explosion", + "children": 0, + "created": "2016-07-20T09:10:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"explosion\"],\"links\":[\"https://www.youtube.com/watch?v=xbuvcQrAOSk\"]}", + "last_payout": "2016-08-20T09:28:12", + "last_update": "2016-07-20T09:10:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -163641237, + "parent_author": "", + "parent_permlink": "explosion", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "glass-explosion-at-343-000fps", + "post_id": 214219, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Glass Explosion at 343,000FPS", + "title": "Glass Explosion at 343,000FPS", + "total_payout_value": "0.000 HBD", + "url": "/explosion/@cryptocurrency1/glass-explosion-at-343-000fps" + }, + "entry_id": 293, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 836153311114, + "rshares": 113927637, + "voter": "jordanbradley" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Zy0yhwN6kzA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "corn", + "children": 0, + "created": "2016-07-20T09:04:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"corn\"],\"links\":[\"https://www.youtube.com/watch?v=Zy0yhwN6kzA\"]}", + "last_payout": "2016-08-20T09:04:54", + "last_update": "2016-07-20T09:04:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113927637, + "parent_author": "", + "parent_permlink": "corn", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "mexican-style-corn", + "post_id": 214121, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mexican Style Corn \ud83c\udf3d", + "title": "Mexican Style Corn \ud83c\udf3d", + "total_payout_value": "0.000 HBD", + "url": "/corn/@cryptocurrency1/mexican-style-corn" + }, + "entry_id": 292, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 3719279591, + "voter": "stephencurry" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=sA9axAHSCXA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "casserole", + "children": 0, + "created": "2016-07-20T08:57:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"casserole\"],\"links\":[\"https://www.youtube.com/watch?v=sA9axAHSCXA\"]}", + "last_payout": "2016-08-20T09:13:00", + "last_update": "2016-07-20T08:57:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3719279591, + "parent_author": "", + "parent_permlink": "casserole", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-baked-spaghetti-casserole", + "post_id": 213974, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Baked Spaghetti Casserole", + "title": "How to Make Baked Spaghetti Casserole", + "total_payout_value": "0.000 HBD", + "url": "/casserole/@cryptocurrency1/how-to-make-baked-spaghetti-casserole" + }, + "entry_id": 291, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 53349488, + "voter": "dimon14" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zgDnUcDQgm8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "potato", + "children": 0, + "created": "2016-07-20T08:52:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"potato\"],\"links\":[\"https://www.youtube.com/watch?v=zgDnUcDQgm8\"]}", + "last_payout": "2016-08-20T08:54:33", + "last_update": "2016-07-20T08:52:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53349488, + "parent_author": "", + "parent_permlink": "potato", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-hamburger-potato-casserole", + "post_id": 213868, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Hamburger Potato Casserole", + "title": "How to Make Hamburger Potato Casserole", + "total_payout_value": "0.000 HBD", + "url": "/potato/@cryptocurrency1/how-to-make-hamburger-potato-casserole" + }, + "entry_id": 290, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 2261563714, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 167541547, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 23956949, + "rshares": 88284660, + "voter": "newstead" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 62778799, + "voter": "cire81" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=wh2P1-u_Vsc", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "rocket", + "children": 0, + "created": "2016-07-20T08:41:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"rocket\"],\"links\":[\"https://www.youtube.com/watch?v=wh2P1-u_Vsc\"]}", + "last_payout": "2016-08-20T10:11:48", + "last_update": "2016-07-20T08:41:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2580168720, + "parent_author": "", + "parent_permlink": "rocket", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-rocket-from-the-sparklers", + "post_id": 213666, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make a rocket from the sparklers", + "title": "How to make a rocket from the sparklers", + "total_payout_value": "0.000 HBD", + "url": "/rocket/@cryptocurrency1/how-to-make-a-rocket-from-the-sparklers" + }, + "entry_id": 289, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 201049856, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 314536877, + "voter": "krabgat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bZ1WmeKir78", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "magnet", + "children": 0, + "created": "2016-07-20T08:33:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"magnet\"],\"links\":[\"https://www.youtube.com/watch?v=bZ1WmeKir78\"]}", + "last_payout": "2016-08-20T08:40:45", + "last_update": "2016-07-20T08:33:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 520360567, + "parent_author": "", + "parent_permlink": "magnet", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-magnetic-slime", + "post_id": 213498, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make Magnetic Slime", + "title": "How to Make Magnetic Slime", + "total_payout_value": "0.000 HBD", + "url": "/magnet/@cryptocurrency1/how-to-make-magnetic-slime" + }, + "entry_id": 288, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 2261563714, + "voter": "christoryan" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=AL8lIwzD4Mk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "electricity", + "children": 0, + "created": "2016-07-20T08:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"electricity\"],\"links\":[\"https://www.youtube.com/watch?v=AL8lIwzD4Mk\"]}", + "last_payout": "2016-08-20T10:23:51", + "last_update": "2016-07-20T08:28:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2261563714, + "parent_author": "", + "parent_permlink": "electricity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-emergency-phone-charger-from-fire-and-peltier", + "post_id": 213402, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make Emergency Phone Charger from Fire and peltier", + "title": "How to make Emergency Phone Charger from Fire and peltier", + "total_payout_value": "0.000 HBD", + "url": "/electricity/@cryptocurrency1/how-to-make-emergency-phone-charger-from-fire-and-peltier" + }, + "entry_id": 287, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 2261563714, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 309453228, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 23956949, + "rshares": 93802451, + "voter": "newstead" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ZAdpU2pNbcY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "vacuum", + "children": 0, + "created": "2016-07-20T08:23:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vacuum\"],\"links\":[\"https://www.youtube.com/watch?v=ZAdpU2pNbcY\"]}", + "last_payout": "2016-08-20T10:05:48", + "last_update": "2016-07-20T08:23:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2664819393, + "parent_author": "", + "parent_permlink": "vacuum", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-vacuum-cleaner", + "post_id": 213336, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make a Vacuum Cleaner", + "title": "How to Make a Vacuum Cleaner", + "total_payout_value": "0.000 HBD", + "url": "/vacuum/@cryptocurrency1/how-to-make-a-vacuum-cleaner" + }, + "entry_id": 286, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 217222224, + "rshares": 152664800, + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 84597897, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 993095672, + "voter": "meesterboom" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=WOiC3luC5iI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "mermaid", + "children": 0, + "created": "2016-07-20T08:04:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mermaid\"],\"links\":[\"https://www.youtube.com/watch?v=WOiC3luC5iI\"]}", + "last_payout": "2016-08-20T08:06:48", + "last_update": "2016-07-20T08:04:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1230358369, + "parent_author": "", + "parent_permlink": "mermaid", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "make-a-mermaid-tail-swimmable-and-very-easy", + "post_id": 213050, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Make a Mermaid Tail! Swimmable and Very Easy", + "title": "Make a Mermaid Tail! Swimmable and Very Easy", + "total_payout_value": "0.000 HBD", + "url": "/mermaid/@cryptocurrency1/make-a-mermaid-tail-swimmable-and-very-easy" + }, + "entry_id": 285, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 112481559, + "voter": "kapets123" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=joLw8sBKXfA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "beauty", + "children": 0, + "created": "2016-07-20T07:58:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beauty\"],\"links\":[\"https://www.youtube.com/watch?v=joLw8sBKXfA\"]}", + "last_payout": "2016-08-21T13:05:42", + "last_update": "2016-07-20T07:58:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112481559, + "parent_author": "", + "parent_permlink": "beauty", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "diy-pain-less-hair-wax", + "post_id": 213000, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DIY PAIN-LESS HAIR WAX!", + "title": "DIY PAIN-LESS HAIR WAX!", + "total_payout_value": "0.000 HBD", + "url": "/beauty/@cryptocurrency1/diy-pain-less-hair-wax" + }, + "entry_id": 284, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 9131956116299, + "rshares": 103692378780, + "voter": "omarb" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 512583555706, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 2686654435, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 121663248, + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 5370503779, + "rshares": 6984373, + "voter": "maurizio" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=4CzIHeSyvGg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "chicken", + "children": 0, + "created": "2016-07-20T07:48:27", + "curator_payout_value": "0.087 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"chicken\"],\"links\":[\"https://www.youtube.com/watch?v=4CzIHeSyvGg\"]}", + "last_payout": "2016-08-20T07:57:54", + "last_update": "2016-07-20T07:48:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 619091236542, + "parent_author": "", + "parent_permlink": "chicken", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-chicken-tikka", + "post_id": 212858, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make Chicken Tikka", + "title": "How to make Chicken Tikka", + "total_payout_value": "1.155 HBD", + "url": "/chicken/@cryptocurrency1/how-to-make-chicken-tikka" + }, + "entry_id": 283, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 1093912401, + "voter": "claudiop63" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JP5Aqsd_g3s", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "garden", + "children": 1, + "created": "2016-07-20T07:42:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"garden\"],\"links\":[\"https://www.youtube.com/watch?v=JP5Aqsd_g3s\"]}", + "last_payout": "2016-08-20T07:48:09", + "last_update": "2016-07-20T07:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1098686235, + "parent_author": "", + "parent_permlink": "garden", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-compost-tea", + "post_id": 212786, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make Compost Tea", + "title": "How To Make Compost Tea", + "total_payout_value": "0.000 HBD", + "url": "/garden/@cryptocurrency1/how-to-make-compost-tea" + }, + "entry_id": 282, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 309440980, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 3651111167339, + "rshares": 64853322, + "voter": "thecleangame" + }, + { + "percent": "10000", + "reputation": 2964244437505, + "rshares": 218394628, + "voter": "viktorrabec" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=N5r9CJ_MJBc", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "terrarium", + "children": 2, + "created": "2016-07-20T07:35:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"terrarium\"],\"links\":[\"https://www.youtube.com/watch?v=N5r9CJ_MJBc\"]}", + "last_payout": "2016-08-20T07:38:51", + "last_update": "2016-07-20T07:35:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 592688930, + "parent_author": "", + "parent_permlink": "terrarium", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-an-eternal-terrarium", + "post_id": 212683, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HOW TO MAKE AN ETERNAL TERRARIUM", + "title": "HOW TO MAKE AN ETERNAL TERRARIUM", + "total_payout_value": "0.000 HBD", + "url": "/terrarium/@cryptocurrency1/how-to-make-an-eternal-terrarium" + }, + "entry_id": 281, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 28579804902, + "rshares": 111548763, + "voter": "jaysteemit" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=JhKpPAKQBuo", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "hoverboard", + "children": 0, + "created": "2016-07-20T07:30:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hoverboard\"],\"links\":[\"https://www.youtube.com/watch?v=JhKpPAKQBuo\"]}", + "last_payout": "2016-08-20T07:32:30", + "last_update": "2016-07-20T07:30:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 116322597, + "parent_author": "", + "parent_permlink": "hoverboard", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-hoverboard-at-home", + "post_id": 212591, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Make a Hoverboard at Home", + "title": "How to Make a Hoverboard at Home", + "total_payout_value": "0.000 HBD", + "url": "/hoverboard/@cryptocurrency1/how-to-make-a-hoverboard-at-home" + }, + "entry_id": 280, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 597404093563, + "rshares": 575757627, + "voter": "danny-g" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 53345114, + "voter": "dimon14" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=z03JEEAnA5Q", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "scam", + "children": 0, + "created": "2016-07-20T07:20:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scam\",\"nwo\",\"illuminati\",\"conspiracy\",\"fraud\",\"documentary\",\"video\"],\"links\":[\"https://www.youtube.com/watch?v=z03JEEAnA5Q\"]}", + "last_payout": "2016-08-20T07:21:33", + "last_update": "2016-07-20T07:20:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 633876575, + "parent_author": "", + "parent_permlink": "scam", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "new-world-order-one-world-government-conspiracy", + "post_id": 212452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New World Order - One World Government Conspiracy", + "title": "New World Order - One World Government Conspiracy", + "total_payout_value": "0.000 HBD", + "url": "/scam/@cryptocurrency1/new-world-order-one-world-government-conspiracy" + }, + "entry_id": 279, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 768522237, + "rshares": 232610984, + "voter": "u5661239" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 95551539, + "voter": "dmilash" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=j_eJoHqDUxk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "camp", + "children": 0, + "created": "2016-07-20T07:05:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"camp\",\"politics\",\"usa\",\"nwo\",\"war\",\"america\",\"terrorism\",\"fema\",\"news\",\"terrorist\",\"treason\"],\"links\":[\"https://www.youtube.com/watch?v=j_eJoHqDUxk\"]}", + "last_payout": "2016-08-20T07:11:30", + "last_update": "2016-07-20T07:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 473263742, + "parent_author": "", + "parent_permlink": "camp", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-letter-that-has-shocked-the-usa", + "post_id": 212162, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Letter that has shocked the USA", + "title": "The Letter that has shocked the USA", + "total_payout_value": "0.000 HBD", + "url": "/camp/@cryptocurrency1/the-letter-that-has-shocked-the-usa" + }, + "entry_id": 278, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 236974099, + "rshares": 102345803, + "voter": "weasley" + }, + { + "percent": "10000", + "reputation": 5174239643, + "rshares": 55608604, + "voter": "olga4226" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# What do you prefer doing?\n\nScalping in the Forex market vs Posting on Steemit\n\n# Which one do you think is more profitable?", + "body_length": 125, + "cashout_time": "1969-12-31T23:59:59", + "category": "forex", + "children": 3, + "created": "2016-07-20T06:56:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"forex\"]}", + "last_payout": "2016-08-20T08:03:12", + "last_update": "2016-07-20T06:56:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 162728241, + "parent_author": "", + "parent_permlink": "forex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "scalping-in-the-forex-market-vs-posting-on-steemit", + "post_id": 211956, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scalping in the Forex market vs Posting on Steemit", + "title": "Scalping in the Forex market vs Posting on Steemit", + "total_payout_value": "0.000 HBD", + "url": "/forex/@cryptocurrency1/scalping-in-the-forex-market-vs-posting-on-steemit" + }, + "entry_id": 277, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 223299732, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 1859631923, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 23956949, + "rshares": 115873616, + "voter": "newstead" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://images.huffingtonpost.com/2015-12-03-1449150805-4639796-chrischristie_0.jpg", + "body_length": 82, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-20T06:35:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"http://images.huffingtonpost.com/2015-12-03-1449150805-4639796-chrischristie_0.jpg\"]}", + "last_payout": "2016-08-20T06:54:54", + "last_update": "2016-07-20T06:35:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2343906490, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "chris-christie-wants-to-lock-up-hillary-clinton", + "post_id": 211540, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chris Christie wants to lock up Hillary Clinton", + "title": "Chris Christie wants to lock up Hillary Clinton", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/chris-christie-wants-to-lock-up-hillary-clinton" + }, + "entry_id": 276, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 199239893, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 4412809, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I just found a negative upvote in one of my post.\n\nIs that even possible?\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21ei1qeWROdU03ejQ/view?usp=sharing", + "body_length": 152, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-20T05:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://drive.google.com/file/d/0B00b0fnj6k21ei1qeWROdU03ejQ/view?usp=sharing\"]}", + "last_payout": "2016-08-20T05:31:45", + "last_update": "2016-07-20T05:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 353527755, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "negative-upvote", + "post_id": 210302, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Negative upvote", + "title": "Negative upvote", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/negative-upvote" + }, + "entry_id": 275, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 323221883, + "voter": "romait" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 1859631485, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 8061133398, + "rshares": 252932087, + "voter": "fixedelineation" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 199239893, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 33907115580, + "rshares": 173199166, + "voter": "belfordz" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 4412809, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 4733724136, + "voter": "kafkanarchy84" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Who own Steem.io and Steemit.com ?\n\nIs it a company that owns it? if so, what is the name of the C-corp? or S-corp, ect...\n\nIs it a private company as in one person that own that website? or domain?\n\nWho is this person that own Steem? and who or which organization finance Steem to get it off the ground?", + "body_length": 306, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-20T05:08:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-20T05:48:24", + "last_update": "2016-07-20T05:08:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7691462678, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "who-own-steem-io-and-steemit-com", + "post_id": 209928, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who own Steem.io and Steemit.com ?", + "title": "Who own Steem.io and Steemit.com ?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/who-own-steem-io-and-steemit-com" + }, + "entry_id": 274, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 218677932, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# Who owns the legal right to the use of the name STEEM ?\n\nIs it steem.io (steemit.com)\n\nor\n\nhttp://steempb.com/\n(caffeinated peanut butter)", + "body_length": 140, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-20T05:00:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"http://steempb.com/\"]}", + "last_payout": "2016-08-20T05:01:21", + "last_update": "2016-07-20T05:00:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 363779151, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "who-owns-the-legal-right-to-the-name-steem", + "post_id": 209803, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Who owns the legal right to the name STEEM ?", + "title": "Who owns the legal right to the name STEEM ?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/who-owns-the-legal-right-to-the-name-steem" + }, + "entry_id": 273, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 254955012957, + "rshares": 10707621959, + "voter": "k-rapper" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 199239893, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# What is Steem?\n\nSTEEM is caffeinated peanut butter. What else do we need to say? STEEM is designed to provide a consistent release of sustained energy and the naturally slow digestion of peanut butter is the key to that.\n\nhttp://steempb.com/\n\nSTEEM's steady release of energy (without the jittery feeling) makes it perfect not only for athletes and active people, but also for normal life. How about never having to choose awful breakroom coffee because you don't want to spend more on caffeine than you spend on your lunch? How about having enough energy to finish that backyard project in one day instead of putting it off for another weekend? How about when an all-night study session has suddenly become the morning of the test? How about never having to bring that damn percolator on camping trips just so you can avoid that crippling noontime caffeine headache? How about not worrying about nodding off in meetings, or in class, or at the wheel? How about just having the energy to get going when you need it?\n\nhttp://steempb.com/assets/img/template/two_jars@2x.png", + "body_length": 1073, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-20T04:50:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"http://steempb.com/\"]}", + "last_payout": "2016-08-20T04:59:54", + "last_update": "2016-07-20T04:50:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11056736905, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-is-steem", + "post_id": 209667, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Steem?", + "title": "What is Steem?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/what-is-steem" + }, + "entry_id": 272, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 290202439, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1060721272008, + "rshares": 388076996, + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 12163969, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 165916744066, + "rshares": 492932834, + "voter": "amor" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 199239893, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 4412809, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "What is curation reward?\n\nand \n\nHow does a person get that curation reward?", + "body_length": 75, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 6, + "created": "2016-07-20T04:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "2016-08-20T11:48:03", + "last_update": "2016-07-20T04:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1387028940, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-is-curation-reward", + "post_id": 209586, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is curation reward?", + "title": "What is curation reward?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/what-is-curation-reward" + }, + "entry_id": 271, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2672063013304, + "rshares": 27427238309, + "voter": "brennanhm" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 121244848743, + "rshares": 220090424, + "voter": "darwinfofai" + }, + { + "percent": "10000", + "reputation": 203288567626, + "rshares": 232365979, + "voter": "ranajit" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=hOY39krxP_A", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "protest", + "children": 1, + "created": "2016-07-20T04:06:00", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"protest\"],\"links\":[\"https://www.youtube.com/watch?v=hOY39krxP_A\"]}", + "last_payout": "2016-08-20T05:51:48", + "last_update": "2016-07-20T04:06:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27884468546, + "parent_author": "", + "parent_permlink": "protest", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nazi-protest", + "post_id": 208825, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nazi protest", + "title": "Nazi protest", + "total_payout_value": "0.039 HBD", + "url": "/protest/@cryptocurrency1/nazi-protest" + }, + "entry_id": 270, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 5154121875287, + "rshares": -74966163111, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 580404879, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 705877986486, + "rshares": 1249518262, + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 167462674, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 213818422, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 4412809, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "# What does Steem logo and Monster logo have in common?\n# They are both 666 in disguised. \n\nSteem or Steemit.com is also own by the Illuminati.\n\nhttp://i.imgur.com/aipkKxY.png\n\nhttp://illuminatisymbols.info/wp-content/themes/grido/themify/img.php?src=http://illuminatisymbols.info/wp-content/uploads/illuminati-symbols-monster-666.jpg&w=670&h=&zc=1\n\nhttp://2.bp.blogspot.com/-vaThcff5XgE/VXXnyzy-jwI/AAAAAAAACXc/eVKiKwy-nJU/s1600/Hebrew-Vav-666-Monster-Logo.jpg", + "body_length": 461, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-20T03:04:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"http://i.imgur.com/aipkKxY.png\"]}", + "last_payout": "2016-08-20T03:36:39", + "last_update": "2016-07-20T03:04:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -72750546065, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-logo-is-666", + "post_id": 207614, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "STEEM logo is 666.", + "title": "STEEM logo is 666.", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/steem-logo-is-666" + }, + "entry_id": 269, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 9261130965, + "rshares": 183614904, + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 218677932, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CnxKfEkXYAEx7n0.jpg\n\nhttp://4.bp.blogspot.com/-_nw26qms7ys/TiI_OsqR5bI/AAAAAAAACYo/rxK8u0je9QE/s1600/image.axd.jpg\n\nhttps://socioecohistory.files.wordpress.com/2012/01/fox_666.jpg\n\nhttps://3.bp.blogspot.com/-qUdV1wn1w9M/V1BNRBv2Q1I/AAAAAAAARhI/vQwHwPV_c4M_jfUv5lG94dcsHOT7VNALQCLcB/s1600/Fox%2B666%2BMark%2Bsymbols%2Bbeast.jpg\n\nhttp://files.abovetopsecret.com/images/member/2448fee31d6a.jpg", + "body_length": 418, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 1, + "created": "2016-07-20T02:59:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https://pbs.twimg.com/media/CnxKfEkXYAEx7n0.jpg\"]}", + "last_payout": "2016-08-20T03:06:09", + "last_update": "2016-07-20T02:59:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 407066670, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fox-is-666", + "post_id": 207488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fox is 666", + "title": "Fox is 666", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/fox-is-666" + }, + "entry_id": 268, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I'm sure you've heard of self driving car, now it's self driving bus.\n\nWelcome to the future.\n\nhttp://i.amz.mshcdn.com/8VD8jYPL4TczqtKqDzBp9jbctCk=/950x534/https%3A%2F%2Fblueprint-api-production.s3.amazonaws.com%2Fuploads%2Fcard%2Fimage%2F148701%2Fefbf8949b2b04df8927d9f3d28f4adcf.jpg", + "body_length": 284, + "cashout_time": "1969-12-31T23:59:59", + "category": "robotic", + "children": 0, + "created": "2016-07-20T02:53:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"robotic\"],\"image\":[\"http://i.amz.mshcdn.com/8VD8jYPL4TczqtKqDzBp9jbctCk=/950x534/https%3A%2F%2Fblueprint-api-production.s3.amazonaws.com%2Fuploads%2Fcard%2Fimage%2F148701%2Fefbf8949b2b04df8927d9f3d28f4adcf.jpg\"]}", + "last_payout": "2016-08-20T02:53:57", + "last_update": "2016-07-20T02:53:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4773834, + "parent_author": "", + "parent_permlink": "robotic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "mercedes-just-reveal-their-latest-self-driving-bus", + "post_id": 207360, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mercedes just reveal their latest self driving bus", + "title": "Mercedes just reveal their latest self driving bus", + "total_payout_value": "0.000 HBD", + "url": "/robotic/@cryptocurrency1/mercedes-just-reveal-their-latest-self-driving-bus" + }, + "entry_id": 267, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://media.breitbart.com/media/2016/04/wi/ap_paul-ryan-scott-walker_ap-photo-640x438.jpg", + "body_length": 90, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 0, + "created": "2016-07-20T02:47:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"image\":[\"http://media.breitbart.com/media/2016/04/wi/ap_paul-ryan-scott-walker_ap-photo-640x438.jpg\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-20T02:47:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "paul-ryan-in-toughest-fight-of-career", + "post_id": 207254, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paul Ryan in 'toughest fight' of career...", + "title": "Paul Ryan in 'toughest fight' of career...", + "total_payout_value": "0.000 HBD", + "url": "/vote/@cryptocurrency1/paul-ryan-in-toughest-fight-of-career" + }, + "entry_id": 266, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 13264343611, + "rshares": 156195600, + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 218677932, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 34524027, + "rshares": 72843336, + "voter": "andyss" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2206404, + "voter": "weenis" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "I suggest the employees of Steem to make a software to let users install a bookmark button.\n\nThe bookmark button can appear on the top of the 'Bookmark Bar' in chrome, or firefox, or iExplorer.\n\nWhile a user is browsing the web, if they like that page, they can click on the 'Steem button' on their browser's bookmark bar, the software then scan that url and extract images from it. User, can select which image to post, and write a brief content about that url. Then, user can click on 'submit' button and it post to that user's steemit account.\n\nThe bookmark button should work similar to pinterest or facebook button.\n\nhttps://drive.google.com/file/d/0B00b0fnj6k21N3hMajc4T2Zvejg/view?usp=sharing", + "body_length": 699, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 1, + "created": "2016-07-20T01:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://drive.google.com/file/d/0B00b0fnj6k21N3hMajc4T2Zvejg/view?usp=sharing\"]}", + "last_payout": "2016-08-20T02:04:27", + "last_update": "2016-07-20T01:54:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 449923272, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "suggestion-for-steem-bookmark-button-to-quick-submit-a-story", + "post_id": 206126, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Suggestion for Steem: Bookmark button to quick submit a story", + "title": "Suggestion for Steem: Bookmark button to quick submit a story", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/suggestion-for-steem-bookmark-button-to-quick-submit-a-story" + }, + "entry_id": 265, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 34524027, + "rshares": 83880205, + "voter": "andyss" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://s.yimg.com/bt/api/res/1.2/hI.0sZCpM4syB8YCs.vsbQ--/YXBwaWQ9eW5ld3M7cT04NTt3PTYwMA--/http://media.zenfs.com/en-US/video/video.fbc.news.com/709a6a33f075021075ee75420c3cd48b.cf.png\n\nhttps://s.yimg.com/bt/api/res/1.2/d7anE8l6WDWmwUPoyPOoKw--/YXBwaWQ9eW5ld3M7cT03NTt3PTYwMA--/http://media.zenfs.com/en-US/video/video.foxbusinessvideos.com/bd95b59a228319c072ae83c33c354dcf.cf.png\n\nhttps://next.ft.com/content/2a8aa246-4dd7-11e6-88c5-db83e98a590a", + "body_length": 447, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-20T01:42:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https://s.yimg.com/bt/api/res/1.2/hI.0sZCpM4syB8YCs.vsbQ--/YXBwaWQ9eW5ld3M7cT04NTt3PTYwMA--/http://media.zenfs.com/en-US/video/video.fbc.news.com/709a6a33f075021075ee75420c3cd48b.cf.png\"]}", + "last_payout": "2016-08-20T01:43:30", + "last_update": "2016-07-20T01:42:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 83880205, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "foxnews-drama", + "post_id": 205864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FOXNEWS DRAMA", + "title": "FOXNEWS DRAMA", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/foxnews-drama" + }, + "entry_id": 264, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 89147788, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 41278976079, + "rshares": 120033389, + "voter": "pavaya66" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://static2.businessinsider.com/image/5789837488e4a71a008b8940-1200/matt-drudge-portrait.png\n\n\"If Drudge had come out really negatively against Trump and had supported someone who would have played well with his reader base like Cruz, it would have been much harder for Trump to win,\" \n\nhttp://www.businessinsider.com/drudge-report-trump-2016-7", + "body_length": 347, + "cashout_time": "1969-12-31T23:59:59", + "category": "drudge", + "children": 1, + "created": "2016-07-19T18:00:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drudge\"],\"image\":[\"http://static2.businessinsider.com/image/5789837488e4a71a008b8940-1200/matt-drudge-portrait.png\"]}", + "last_payout": "2016-08-19T18:01:57", + "last_update": "2016-07-19T18:00:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 209181177, + "parent_author": "", + "parent_permlink": "drudge", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-didn-t-drudge-stop-trump", + "post_id": 194355, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WHY DIDN'T DRUDGE STOP TRUMP?", + "title": "WHY DIDN'T DRUDGE STOP TRUMP?", + "total_payout_value": "0.000 HBD", + "url": "/drudge/@cryptocurrency1/why-didn-t-drudge-stop-trump" + }, + "entry_id": 263, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "A shot of spicy liquid\u2014think wasabi or hot chilies\u2014may be a far more effective treatment than an energy drink or a banana. \n\nhttp://www.wsj.com/articles/a-new-way-to-prevent-muscle-cramps-1468256588", + "body_length": 198, + "cashout_time": "1969-12-31T23:59:59", + "category": "healthy", + "children": 0, + "created": "2016-07-19T15:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"healthy\"],\"links\":[\"http://www.wsj.com/articles/a-new-way-to-prevent-muscle-cramps-1468256588\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-19T15:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "healthy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-new-way-to-prevent-muscle-cramps", + "post_id": 190177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A New Way to Prevent Muscle Cramps", + "title": "A New Way to Prevent Muscle Cramps", + "total_payout_value": "0.000 HBD", + "url": "/healthy/@cryptocurrency1/a-new-way-to-prevent-muscle-cramps" + }, + "entry_id": 262, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 666498183136, + "rshares": -112200774, + "voter": "dimitarj" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://thenypost.files.wordpress.com/2016/05/trump-14.jpg?quality=90&strip=all&w=1328&h=882&crop=1\n\nDonald Trump\u2019s first job if he becomes president should be to gut the Federal Reserve Board, where desperate members are saying some pretty crazy things.\n\nhttp://nypost.com/2016/07/18/why-trump-should-gut-the-federal-reserve-if-he-becomes-president/", + "body_length": 350, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-19T14:56:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"https://thenypost.files.wordpress.com/2016/05/trump-14.jpg?quality=90&strip=all&w=1328&h=882&crop=1\"]}", + "last_payout": "2016-08-19T14:58:36", + "last_update": "2016-07-19T14:56:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": -112200774, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-trump-should-gut-the-federal-reserve-if-he-becomes-president", + "post_id": 189865, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Trump should gut the Federal Reserve if he becomes president", + "title": "Why Trump should gut the Federal Reserve if he becomes president", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/why-trump-should-gut-the-federal-reserve-if-he-becomes-president" + }, + "entry_id": 261, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 12939219199, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 2706526192, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 477482095394, + "rshares": 94594183, + "voter": "lukeerico" + }, + { + "percent": "10000", + "reputation": 77829333771, + "rshares": 26750302840, + "voter": "valen55" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 9297859465, + "voter": "stephencurry" + }, + { + "percent": "0", + "reputation": 1389592215517, + "rshares": 7526911, + "voter": "doctorstrange" + }, + { + "percent": "10000", + "reputation": 80534406115, + "rshares": 221572284, + "voter": "irina" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 11757022792, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 410173747011, + "rshares": 183279699, + "voter": "coolemperor" + }, + { + "percent": "10000", + "reputation": 5370503779, + "rshares": 65187483, + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 64095676, + "voter": "alaysor" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "After conducting an extensive research on steemit.com and Steem project. \n\nI've concluded that steem is rigged. There is no way any regular people can post and make money in here.\n\nSteem is selling you an illusion that you can make money posting on steem.\n\nDo your own test, and you will see what I mean.", + "body_length": 304, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 14, + "created": "2016-07-19T14:37:48", + "curator_payout_value": "0.021 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-22T00:04:51", + "last_update": "2016-07-19T14:37:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64087186724, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-ve-concluded-that-steem-is-rigged", + "post_id": 189452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I've concluded that Steem is rigged.", + "title": "I've concluded that Steem is rigged.", + "total_payout_value": "0.094 HBD", + "url": "/steem/@cryptocurrency1/i-ve-concluded-that-steem-is-rigged" + }, + "entry_id": 260, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 288932472, + "voter": "sonyanka" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=RuLIfQzbVPI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 0, + "created": "2016-07-19T11:43:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\"],\"links\":[\"https://www.youtube.com/watch?v=RuLIfQzbVPI\"]}", + "last_payout": "2016-08-19T11:44:18", + "last_update": "2016-07-19T11:43:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 288932472, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gerald-celente-hot-humanity-on-the-brink-of-global-insanity", + "post_id": 186173, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gerald Celente - HOT Humanity on the Brink of Global Insanity", + "title": "Gerald Celente - HOT Humanity on the Brink of Global Insanity", + "total_payout_value": "0.000 HBD", + "url": "/business/@cryptocurrency1/gerald-celente-hot-humanity-on-the-brink-of-global-insanity" + }, + "entry_id": 259, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 271596524, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 4617586503531, + "rshares": 5061602704, + "voter": "cryptojoy.com" + }, + { + "percent": "10000", + "reputation": 715993081769, + "rshares": 39852744, + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 1717976, + "rshares": 103078578, + "voter": "sarahkate" + }, + { + "percent": "10000", + "reputation": 655966235097, + "rshares": 471760662, + "voter": "kareemaudi" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://s3.amazonaws.com/main-fxpips/2016/06/06112058/STOCK-1-750x250.jpg\n\nScott compares this phenomenon to \u201cinternet points\u201d and how the business platform of customer rewards has transformed into a good source of revenue.\n\nScott said: \u201cTake Reddit for example, which has Karma. Karma is just a points system, but those points do not have real a market value \u2026 Steem is the same thing but the points have real market value.\u201d\n\nScott stressed that: \u201cPeople are realizing the vast potential of a community-operated social networking platform. The Steemit organization has designed an online haven where users can monetize their time and energies and share in the profits like never before.\n\nYou can read the rest of the story here:\nhttp://www.fxpips.com/virtual-currency-steem-explodes-1700-pct-in-10-days-market-cap-rises-to-over-250-million/", + "body_length": 840, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 3, + "created": "2016-07-19T11:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"image\":[\"http://s3.amazonaws.com/main-fxpips/2016/06/06112058/STOCK-1-750x250.jpg\"]}", + "last_payout": "2016-08-19T11:36:27", + "last_update": "2016-07-19T11:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5947891212, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wow-even-a-forex-website-is-talking-about-steem", + "post_id": 186014, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WOW ! even a Forex website is talking about Steem", + "title": "WOW ! even a Forex website is talking about Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/wow-even-a-forex-website-is-talking-about-steem" + }, + "entry_id": 258, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 41278976079, + "rshares": 249959416, + "voter": "pavaya66" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=zN8SqvwfwwI", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "london", + "children": 0, + "created": "2016-07-19T11:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"london\"],\"links\":[\"https://www.youtube.com/watch?v=zN8SqvwfwwI\"]}", + "last_payout": "2016-08-19T11:28:36", + "last_update": "2016-07-19T11:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249959416, + "parent_author": "", + "parent_permlink": "london", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "keiser-report-jumping-brexit-ship", + "post_id": 185930, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Keiser Report Jumping Brexit Ship", + "title": "Keiser Report Jumping Brexit Ship", + "total_payout_value": "0.000 HBD", + "url": "/london/@cryptocurrency1/keiser-report-jumping-brexit-ship" + }, + "entry_id": 257, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 33713420, + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 24524232292, + "rshares": 112678723, + "voter": "christianovich" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5K41O2QfpjA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "business", + "children": 0, + "created": "2016-07-19T11:21:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\"],\"links\":[\"https://www.youtube.com/watch?v=5K41O2QfpjA\"]}", + "last_payout": "2016-08-19T11:42:42", + "last_update": "2016-07-19T11:21:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 146392143, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-the-federal-reserve-violates-the-u-s-constitution", + "post_id": 185836, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why the Federal Reserve Violates the U.S. Constitution", + "title": "Why the Federal Reserve Violates the U.S. Constitution", + "total_payout_value": "0.000 HBD", + "url": "/business/@cryptocurrency1/why-the-federal-reserve-violates-the-u-s-constitution" + }, + "entry_id": 256, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1237867647, + "rshares": 173670844, + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 85521285957, + "rshares": 110318726, + "voter": "cybernetic" + }, + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 29218297, + "voter": "midou05" + }, + { + "percent": "10000", + "reputation": 106557133024, + "rshares": 21724581099, + "voter": "solidgold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112531042, + "voter": "helicer" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=rHM49Lc2-so", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "gold", + "children": 0, + "created": "2016-07-19T11:13:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gold\"],\"links\":[\"https://www.youtube.com/watch?v=rHM49Lc2-so\"]}", + "last_payout": "2016-08-19T11:15:48", + "last_update": "2016-07-19T11:13:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22150320008, + "parent_author": "", + "parent_permlink": "gold", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold", + "post_id": 185719, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jim Rickards and Egon von Greyerz discuss $10,000 gold", + "title": "Jim Rickards and Egon von Greyerz discuss $10,000 gold", + "total_payout_value": "0.034 HBD", + "url": "/gold/@cryptocurrency1/jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold" + }, + "entry_id": 255, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 88901099, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1603148859, + "rshares": 112314590, + "voter": "moneykicks" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/CnsbuGkXEAA5PWt.jpg\n\nhttp://www.bigstory.ap.org/article/9ffff88ae3154d8da2ad118b0bdeb05d/gop-convention-kicks-nation-reels-more-violence", + "body_length": 164, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-19T09:25:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"https://pbs.twimg.com/media/CnsbuGkXEAA5PWt.jpg\"]}", + "last_payout": "2016-08-19T09:29:09", + "last_update": "2016-07-19T09:25:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 201215689, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "trump-s-rnc-entrance", + "post_id": 184143, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trump's RNC entrance", + "title": "Trump's RNC entrance", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/trump-s-rnc-entrance" + }, + "entry_id": 254, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1510425822, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 5577535562, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 203288567626, + "rshares": 224353359, + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 390884122, + "rshares": 108675146, + "voter": "ishfaqurrahman" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=H_BkeHPfIP8\n\nhttps://www.youtube.com/watch?v=IPGePuCwQEk\n\nhttps://www.youtube.com/watch?v=0HdBow5YXBQ\n\nhttps://www.youtube.com/watch?v=xTcqtC1ObU8", + "body_length": 178, + "cashout_time": "1969-12-31T23:59:59", + "category": "aeroponic", + "children": 0, + "created": "2016-07-19T03:40:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"aeroponic\",\"\"],\"links\":[\"https://www.youtube.com/watch?v=H_BkeHPfIP8\"]}", + "last_payout": "2016-08-19T03:43:00", + "last_update": "2016-07-19T03:40:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7420989889, + "parent_author": "", + "parent_permlink": "aeroponic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-build-aeroponic-tree", + "post_id": 179721, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to build Aeroponic Tree", + "title": "How to build Aeroponic Tree", + "total_payout_value": "0.000 HBD", + "url": "/aeroponic/@cryptocurrency1/how-to-build-aeroponic-tree" + }, + "entry_id": 253, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1574265047259, + "rshares": 18229492514, + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1438500783, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 5577546187, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178908513, + "voter": "elkkopusa" + }, + { + "percent": "10000", + "reputation": 390884122, + "rshares": 110893006, + "voter": "ishfaqurrahman" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ywxhUsfmBTA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "diy", + "children": 0, + "created": "2016-07-19T03:34:42", + "curator_payout_value": "0.007 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"diy\"],\"links\":[\"https://www.youtube.com/watch?v=ywxhUsfmBTA\"]}", + "last_payout": "2016-08-19T12:05:24", + "last_update": "2016-07-19T03:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25535341003, + "parent_author": "", + "parent_permlink": "diy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "10-diy-ideas-for-clothes", + "post_id": 179631, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "10 DIY Ideas for clothes", + "title": "10 DIY Ideas for clothes", + "total_payout_value": "0.034 HBD", + "url": "/diy/@cryptocurrency1/10-diy-ideas-for-clothes" + }, + "entry_id": 252, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 217222224, + "rshares": 246483596, + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": 2564054618, + "rshares": 41129206, + "voter": "activcat" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://hosted.ap.org/photos/3/3e8b54e5de0b4ad397e5101561d714d9_0-small.jpg\n\nhttp://hosted.ap.org/dynamic/stories/L/LT_VENEZUELA_COLOMBIA_BORDER?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2016-07-17-20-02-11", + "body_length": 207, + "cashout_time": "1969-12-31T23:59:59", + "category": "venezuela", + "children": 0, + "created": "2016-07-19T01:43:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"venezuela\"],\"image\":[\"http://hosted.ap.org/photos/3/3e8b54e5de0b4ad397e5101561d714d9_0-small.jpg\"]}", + "last_payout": "2016-08-19T02:17:18", + "last_update": "2016-07-19T01:43:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 287612802, + "parent_author": "", + "parent_permlink": "venezuela", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "123-000-venezuelans-cross-border-shopping-for-scarce-food", + "post_id": 178024, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "123,000 VENEZUELANS CROSS BORDER SHOPPING FOR SCARCE FOOD", + "title": "123,000 VENEZUELANS CROSS BORDER SHOPPING FOR SCARCE FOOD", + "total_payout_value": "0.000 HBD", + "url": "/venezuela/@cryptocurrency1/123-000-venezuelans-cross-border-shopping-for-scarce-food" + }, + "entry_id": 251, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 10711122958, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 659369617293, + "rshares": 236155454, + "voter": "mariagon44pe" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://i.guim.co.uk/img/media/a814271d85951d916764a04a09ad0160dc50f35d/628_454_3076_1846/master/3076.jpg?w=620&q=20&auto=format&usm=12&fit=max&dpr=2&s=9483c76cafa699267c6d4825b59c1a25\n\nhttps://www.theguardian.com/sport/shortcuts/2016/jul/18/rio-2016-42-condoms-per-athlete-olympic-village-sex\n\nSeventeen days, 10,500 athletes, 33 venues, and 450,000 condoms. That\u2019s how many camisinhas (little shirts in Brazilian slang) are being supplied by the International Olympics Committee for the 2016 Rio Summer Games. Forty-two per athlete, to be specific, which, even by Olympic standards, is a hell of a lot.", + "body_length": 604, + "cashout_time": "1969-12-31T23:59:59", + "category": "sex", + "children": 0, + "created": "2016-07-19T01:36:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\"],\"image\":[\"https://i.guim.co.uk/img/media/a814271d85951d916764a04a09ad0160dc50f35d/628_454_3076_1846/master/3076.jpg?w=620&q=20&auto=format&usm=12&fit=max&dpr=2&s=9483c76cafa699267c6d4825b59c1a25\"]}", + "last_payout": "2016-08-19T01:41:27", + "last_update": "2016-07-19T01:36:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10947278412, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rio-record-breaking-haul-42-condoms-per-athlete", + "post_id": 177938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rio record-breaking haul: 42 condoms-per-athlete!", + "title": "Rio record-breaking haul: 42 condoms-per-athlete!", + "total_payout_value": "0.000 HBD", + "url": "/sex/@cryptocurrency1/rio-record-breaking-haul-42-condoms-per-athlete" + }, + "entry_id": 250, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 3382692085, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 32487141317, + "rshares": 156055798, + "voter": "jimlewis" + }, + { + "percent": "-10000", + "reputation": 891519743447, + "rshares": -1961963063, + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 161667609, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 216392531645, + "rshares": 75738381, + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 1817876820, + "rshares": 90238201, + "voter": "megabotan" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 239915038, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 7850702, + "voter": "bola" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://worldnewsdailyreport.com/wp-content/uploads/2016/02/obesetim.jpg", + "body_length": 71, + "cashout_time": "1969-12-31T23:59:59", + "category": "food", + "children": 1, + "created": "2016-07-19T00:35:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\"],\"image\":[\"http://worldnewsdailyreport.com/wp-content/uploads/2016/02/obesetim.jpg\"]}", + "last_payout": "2016-08-19T00:37:30", + "last_update": "2016-07-19T00:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2152194751, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million", + "post_id": 177065, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MAN KICKED OUT OF ALL-YOU-CAN-EAT BUFFET AFTER EATING MORE THAN 50 LBS OF FOOD, SUES FOR $2-MILLION", + "title": "MAN KICKED OUT OF ALL-YOU-CAN-EAT BUFFET AFTER EATING MORE THAN 50 LBS OF FOOD, SUES FOR $2-MILLION", + "total_payout_value": "0.000 HBD", + "url": "/food/@cryptocurrency1/man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million" + }, + "entry_id": 249, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 14838590279, + "rshares": 202976419, + "voter": "alexandr" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 445395807, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 49446349, + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFB0F00000578-3694216-image-a-43_1468753691682.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFAA100000578-3694216-image-a-55_1468753725438.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BF99F00000578-3694216-image-a-44_1468753695748.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BF93500000578-3694216-image-a-47_1468753706579.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFB4800000578-3694216-image-a-49_1468753711848.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA9C00000578-3694216-image-a-52_1468753721220.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA0200000578-3694216-image-a-50_1468753717210.jpg\n\nhttp://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFA4D00000578-3694216-image-a-57_1468753730813.jpg\n\nhttp://www.dailymail.co.uk/travel/travel_news/article-3694216/Hareide-Design-superyacht-floating-palace.html", + "body_length": 908, + "cashout_time": "1969-12-31T23:59:59", + "category": "superyacht", + "children": 3, + "created": "2016-07-18T13:11:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"superyacht\"],\"image\":[\"http://i.dailymail.co.uk/i/pix/2016/07/17/12/365BFB0F00000578-3694216-image-a-43_1468753691682.jpg\"]}", + "last_payout": "2016-08-18T14:02:45", + "last_update": "2016-07-18T13:11:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 697818575, + "parent_author": "", + "parent_permlink": "superyacht", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "superyacht-355ft-floating-palace", + "post_id": 165714, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Superyacht 355ft floating palace...", + "title": "Superyacht 355ft floating palace...", + "total_payout_value": "0.000 HBD", + "url": "/superyacht/@cryptocurrency1/superyacht-355ft-floating-palace" + }, + "entry_id": 248, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 14838590279, + "rshares": 188124486, + "voter": "alexandr" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/18/11/valls-nice.jpg\n\nhttp://www.independent.co.uk/news/world/europe/nice-terror-attack-francois-hollande-manuel-valls-memorial-service-victims-promenade-des-anglais-a7142376.html", + "body_length": 274, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-18T13:05:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"image\":[\"http://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2016/07/18/11/valls-nice.jpg\"]}", + "last_payout": "2016-08-18T13:27:57", + "last_update": "2016-07-18T13:05:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 188124486, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais", + "post_id": 165630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nice terror attack: Manuel Valls booed at memorial service to victims on Promenade des Anglais", + "title": "Nice terror attack: Manuel Valls booed at memorial service to victims on Promenade des Anglais", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais" + }, + "entry_id": 247, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 11462369164, + "rshares": 62931717, + "voter": "midou05" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://pbs.twimg.com/media/Cnnmu5TVMAAwjkU.jpg\n\nhttps://www.washingtonpost.com/news/morning-mix/wp/2016/07/17/sister-of-slain-officer/", + "body_length": 135, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T12:25:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://pbs.twimg.com/media/Cnnmu5TVMAAwjkU.jpg\"]}", + "last_payout": "2016-08-18T12:28:51", + "last_update": "2016-07-18T12:25:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62931717, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "no-lives-matter", + "post_id": 165070, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'NO LIVES MATTER'", + "title": "'NO LIVES MATTER'", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/no-lives-matter" + }, + "entry_id": 246, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 103630612, + "voter": "shaemish1888" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Oct3NqKsm9s", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "education", + "children": 0, + "created": "2016-07-18T09:33:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"education\"],\"links\":[\"https://www.youtube.com/watch?v=Oct3NqKsm9s\"]}", + "last_payout": "2016-08-18T09:36:48", + "last_update": "2016-07-18T09:33:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 103630612, + "parent_author": "", + "parent_permlink": "education", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "us-educational-tax-dollars-used-to-fund-turkish-coup", + "post_id": 163038, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US Educational Tax Dollars Used To Fund Turkish Coup", + "title": "US Educational Tax Dollars Used To Fund Turkish Coup", + "total_payout_value": "0.000 HBD", + "url": "/education/@cryptocurrency1/us-educational-tax-dollars-used-to-fund-turkish-coup" + }, + "entry_id": 245, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=V12RDlaOF18", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-07-18T08:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\"],\"links\":[\"https://www.youtube.com/watch?v=V12RDlaOF18\"]}", + "last_payout": "2016-08-26T03:00:03", + "last_update": "2016-07-18T08:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "clinton-threat-to-destroy-everyone-throws-washington-into-chaos", + "post_id": 162552, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Clinton Threat To \u201cDestroy Everyone\u201d Throws Washington Into Chaos", + "title": "Clinton Threat To \u201cDestroy Everyone\u201d Throws Washington Into Chaos", + "total_payout_value": "0.000 HBD", + "url": "/politics/@cryptocurrency1/clinton-threat-to-destroy-everyone-throws-washington-into-chaos" + }, + "entry_id": 244, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 165768037, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 4706951957, + "rshares": 94542433, + "voter": "thimo1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=Hsq39BVQuzY", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 0, + "created": "2016-07-18T08:29:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https://www.youtube.com/watch?v=Hsq39BVQuzY\"]}", + "last_payout": "2016-08-18T09:11:33", + "last_update": "2016-07-18T08:29:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 260310470, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fired-cop-exposes-the-truth-about-the-u-s-gov", + "post_id": 162276, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FIRED COP exposes the truth about the U.S GOV!", + "title": "FIRED COP exposes the truth about the U.S GOV!", + "total_payout_value": "0.000 HBD", + "url": "/voting/@cryptocurrency1/fired-cop-exposes-the-truth-about-the-u-s-gov" + }, + "entry_id": 243, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 25745389254, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 82884018, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": -37650051944, + "rshares": 110146621, + "voter": "arseniy2412" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=EYTQK657ztk", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T07:57:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=EYTQK657ztk\"]}", + "last_payout": "2016-08-18T08:03:45", + "last_update": "2016-07-18T07:57:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25938419893, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "when-rogue-politicians-call-for-martial-law", + "post_id": 161942, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When Rogue Politicians Call for Martial Law", + "title": "When Rogue Politicians Call for Martial Law", + "total_payout_value": "0.038 HBD", + "url": "/steemit/@cryptocurrency1/when-rogue-politicians-call-for-martial-law" + }, + "entry_id": 242, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 1409028320, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 4186451155714, + "rshares": 25610833310, + "voter": "pachenko" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 82980857, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 725570292123, + "rshares": 50682656, + "voter": "willbeonceagain8" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 64490624, + "voter": "fishborne" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jzR_Iq9m-Hg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "voting", + "children": 0, + "created": "2016-07-18T07:26:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\"],\"links\":[\"https://www.youtube.com/watch?v=jzR_Iq9m-Hg\"]}", + "last_payout": "2016-08-18T07:30:42", + "last_update": "2016-07-18T07:26:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27218015767, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign", + "post_id": 161607, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "1st & 2nd Amendment Attack - Caught On Camera Cop Kicks Down Second Amendment Sign", + "title": "1st & 2nd Amendment Attack - Caught On Camera Cop Kicks Down Second Amendment Sign", + "total_payout_value": "0.038 HBD", + "url": "/voting/@cryptocurrency1/1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign" + }, + "entry_id": 241, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 27406382109, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 3646896828, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 836153311114, + "rshares": 170381799, + "voter": "jordanbradley" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 180566167, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 725570292123, + "rshares": 46075142, + "voter": "willbeonceagain8" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=q5TOvpcUA6g", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nra", + "children": 0, + "created": "2016-07-18T07:11:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nra\"],\"links\":[\"https://www.youtube.com/watch?v=q5TOvpcUA6g\"]}", + "last_payout": "2016-08-18T07:25:00", + "last_update": "2016-07-18T07:11:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31450302045, + "parent_author": "", + "parent_permlink": "nra", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-we-need-the-2nd-amendment", + "post_id": 161442, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "why we need the 2nd amendment", + "title": "why we need the 2nd amendment", + "total_payout_value": "0.046 HBD", + "url": "/nra/@cryptocurrency1/why-we-need-the-2nd-amendment" + }, + "entry_id": 240, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 3315360753, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 138352182, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=jwNfbBtsECQ", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T07:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=jwNfbBtsECQ\"]}", + "last_payout": "2016-08-18T08:05:03", + "last_update": "2016-07-18T07:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3598735673, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "discovery-channel-watchmen-militia-rising", + "post_id": 161321, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Discovery Channel Watchmen Militia Rising", + "title": "Discovery Channel Watchmen Militia Rising", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/discovery-channel-watchmen-militia-rising" + }, + "entry_id": 239, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 3066708696, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 138352182, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ofrhqP7JWaA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-18T06:54:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=ofrhqP7JWaA\"]}", + "last_payout": "2016-08-18T08:06:00", + "last_update": "2016-07-18T06:54:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3350083616, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "molon-labe-how-the-second-amendment-guarantees-a-free-state", + "post_id": 161242, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MOLON LABE - How the Second Amendment Guarantees a Free State", + "title": "MOLON LABE - How the Second Amendment Guarantees a Free State", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/molon-labe-how-the-second-amendment-guarantees-a-free-state" + }, + "entry_id": 238, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 2154984489, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 4970267050, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 21124347731, + "rshares": 680960694, + "voter": "sputnik" + }, + { + "percent": "10000", + "reputation": 435547736354, + "rshares": 204391543, + "voter": "imadeyoureadthis" + }, + { + "percent": "10000", + "reputation": 120964900417, + "rshares": 256681124915, + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 1046347486585, + "rshares": 191049824, + "voter": "rnobrega" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 544189677, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 34507940819, + "rshares": 111739154, + "voter": "siol" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -1489255226876, + "rshares": 91920100, + "voter": "komolova19" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=QEcZZPLOM30", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "hacker", + "children": 0, + "created": "2016-07-18T06:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hacker\"],\"links\":[\"https://www.youtube.com/watch?v=QEcZZPLOM30\"]}", + "last_payout": "2016-08-18T06:22:06", + "last_update": "2016-07-18T06:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 265894454787, + "parent_author": "", + "parent_permlink": "hacker", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "top-10-unbreakable-codes", + "post_id": 160823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Top 10 Unbreakable Codes", + "title": "Top 10 Unbreakable Codes", + "total_payout_value": "0.426 HBD", + "url": "/hacker/@cryptocurrency1/top-10-unbreakable-codes" + }, + "entry_id": 237, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 1740564395, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 5433179162, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 353432699790, + "rshares": 106581699, + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 82922763538, + "rshares": 23099097, + "voter": "kottai" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=ihnMpJF3ksw", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 0, + "created": "2016-07-18T06:05:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://www.youtube.com/watch?v=ihnMpJF3ksw\"]}", + "last_payout": "2016-08-18T06:46:30", + "last_update": "2016-07-18T06:05:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7567251694, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "american-people-fight-the-tyrants-a-message-to-the-militia", + "post_id": 160675, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "American People: FIGHT THE TYRANTS! --- A MESSAGE TO THE MILITIA", + "title": "American People: FIGHT THE TYRANTS! --- A MESSAGE TO THE MILITIA", + "total_payout_value": "0.000 HBD", + "url": "/steem/@cryptocurrency1/american-people-fight-the-tyrants-a-message-to-the-militia" + }, + "entry_id": 236, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1312837432802, + "rshares": 304354688, + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 15814159574, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 1657680376, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 88221199, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 353432699790, + "rshares": 111910783, + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 80753905287, + "rshares": 95397587, + "voter": "sudnokpok" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 3757250405, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 31924931, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 80534406115, + "rshares": 169004586, + "voter": "irina" + }, + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 86668088, + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 3978938666, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://s.yimg.com/ny/api/res/1.2/QScsUEx5CtAy6VQsEmdNjg--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTczMg--/http://media.zenfs.com/en_us/News/afp.com/a563a6ccb84855be6a87a6ea55deead9060bda45.jpg\n\nhttps://s.yimg.com/ny/api/res/1.2/So.aWaKKtKS3FpQuxSJIsw--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTY4OQ--/http://media.zenfs.com/en_us/News/afp.com/3c629fee87f35ca4ad571e236c6f4c2d86d600c7.jpg\n\nhttps://s.yimg.com/ny/api/res/1.2/qeR4z.m5KOzvtv0BGJUeTA--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTI4MDtoPTk2MA--/http://media.zenfs.com/en_us/News/afp.com/064c84a0cc49dab155b5e82f76c922632d082b2f.jpg", + "body_length": 586, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 3, + "created": "2016-07-18T05:57:15", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://s.yimg.com/ny/api/res/1.2/QScsUEx5CtAy6VQsEmdNjg--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9MTAyNDtoPTczMg--/http://media.zenfs.com/en_us/News/afp.com/a563a6ccb84855be6a87a6ea55deead9060bda45.jpg\"]}", + "last_payout": "2016-08-18T10:34:51", + "last_update": "2016-07-18T05:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26359338224, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "over-100-nude-women-pose-against-trump-in-cleveland", + "post_id": 160590, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Over 100 nude women pose against Trump in Cleveland", + "title": "Over 100 nude women pose against Trump in Cleveland", + "total_payout_value": "0.038 HBD", + "url": "/steemit/@cryptocurrency1/over-100-nude-women-pose-against-trump-in-cleveland" + }, + "entry_id": 235, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 1491912338, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 5196953981, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 801199558323, + "rshares": 895054689, + "voter": "fonzerrellie" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 88221199, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 86668088, + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 82922763538, + "rshares": 25409006, + "voter": "kottai" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=eB8pTHih9wA", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 1, + "created": "2016-07-18T05:49:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=eB8pTHih9wA\"]}", + "last_payout": "2016-08-18T07:03:21", + "last_update": "2016-07-18T05:49:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8048046642, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-for-prison-banner-flying-at-rnc", + "post_id": 160495, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary for Prison banner flying at RNC", + "title": "Hillary for Prison banner flying at RNC", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/hillary-for-prison-banner-flying-at-rnc" + }, + "entry_id": 234, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 745956169, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 2086201346, + "rshares": 7101394106, + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 5543122348, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 3069814273, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 15812845057, + "rshares": 73938423, + "voter": "lukewarm" + }, + { + "percent": "10000", + "reputation": 13264343611, + "rshares": 150310998, + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": -23762316536, + "rshares": 120693707, + "voter": "crazysmile" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=VIGqWWWqLdg", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "vote", + "children": 2, + "created": "2016-07-18T04:57:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vote\"],\"links\":[\"https://www.youtube.com/watch?v=VIGqWWWqLdg\"]}", + "last_payout": "2016-08-18T06:35:33", + "last_update": "2016-07-18T04:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17069057365, + "parent_author": "", + "parent_permlink": "vote", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "this-video-will-destroy-hillary-clinton", + "post_id": 159935, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This Video Will Destroy Hillary Clinton", + "title": "This Video Will Destroy Hillary Clinton", + "total_payout_value": "0.022 HBD", + "url": "/vote/@cryptocurrency1/this-video-will-destroy-hillary-clinton" + }, + "entry_id": 233, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1882301636803, + "rshares": 34677235160, + "voter": "michaelpair4" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 663072150, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 127720103, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 118804603, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=6kuOTEGH_8k", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "louisiana", + "children": 0, + "created": "2016-07-18T04:37:54", + "curator_payout_value": "0.003 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"louisiana\",\"\"],\"links\":[\"https://www.youtube.com/watch?v=6kuOTEGH_8k\"]}", + "last_payout": "2016-08-18T04:56:18", + "last_update": "2016-07-18T04:37:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35731854754, + "parent_author": "", + "parent_permlink": "louisiana", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "louisiana-governor-says-the-hatred-has-to-stop", + "post_id": 159757, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Louisiana Governor Says 'The Hatred Has to Stop'", + "title": "Louisiana Governor Says 'The Hatred Has to Stop'", + "total_payout_value": "0.049 HBD", + "url": "/louisiana/@cryptocurrency1/louisiana-governor-says-the-hatred-has-to-stop" + }, + "entry_id": 232, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 113242976, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=tx7parIMf9M", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "blog", + "children": 0, + "created": "2016-07-18T03:42:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blog\"],\"links\":[\"https://www.youtube.com/watch?v=tx7parIMf9M\"]}", + "last_payout": "2016-08-18T08:10:54", + "last_update": "2016-07-18T03:42:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 258265714, + "parent_author": "", + "parent_permlink": "blog", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "turkey-s-1997-and-2016-staged-coups", + "post_id": 159087, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey's 1997 & 2016 Staged Coups", + "title": "Turkey's 1997 & 2016 Staged Coups", + "total_payout_value": "0.000 HBD", + "url": "/blog/@cryptocurrency1/turkey-s-1997-and-2016-staged-coups" + }, + "entry_id": 231, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 60807438158, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 432233809, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 98274725, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 2041699051, + "rshares": 234887356, + "voter": "kman66" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 3196516847, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 699284798969, + "rshares": 2593533463, + "voter": "theanubisrider" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 74260196, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 109748748, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 118004406498, + "rshares": 127619935, + "voter": "arash" + }, + { + "percent": "10000", + "reputation": 3231557766, + "rshares": 101288453, + "voter": "tristang95" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kPRFmqirVJ0", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-18T03:14:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=kPRFmqirVJ0\"]}", + "last_payout": "2016-08-18T03:15:42", + "last_update": "2016-07-18T03:14:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67775801690, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "false-flag-in-nice-attack-you-decide", + "post_id": 158691, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "False Flag in NICE attack? You decide!", + "title": "False Flag in NICE attack? You decide!", + "total_payout_value": "0.098 HBD", + "url": "/news/@cryptocurrency1/false-flag-in-nice-attack-you-decide" + }, + "entry_id": 230, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105764593, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "Turkey's Erdogan says will continue cleaning 'virus' from state institutions\n\nhttps://ca.news.yahoo.com/turkeys-erdogan-says-continue-cleaning-virus-state-institutions-115021549.html", + "body_length": 182, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 0, + "created": "2016-07-18T02:15:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"links\":[\"https://ca.news.yahoo.com/turkeys-erdogan-says-continue-cleaning-virus-state-institutions-115021549.html\"]}", + "last_payout": "2016-08-18T07:42:24", + "last_update": "2016-07-18T02:15:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250787331, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cleaning-virus-from-institutions", + "post_id": 157820, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cleaning 'virus' from institutions...", + "title": "Cleaning 'virus' from institutions...", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/cleaning-virus-from-institutions" + }, + "entry_id": 229, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 151979097, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105764593, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iFehjHJq0VmA/v2/-1x-1.png\n\nhttp://www.bloomberg.com/news/articles/2016-07-14/gene-edited-canola-oil-arrives-without-gmo-style-shopper-outrage", + "body_length": 190, + "cashout_time": "1969-12-31T23:59:59", + "category": "gmo", + "children": 0, + "created": "2016-07-18T02:09:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gmo\"],\"image\":[\"https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iFehjHJq0VmA/v2/-1x-1.png\"]}", + "last_payout": "2016-08-18T05:37:21", + "last_update": "2016-07-18T02:09:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 402766428, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "americans-are-buying-gene-edited-food-that-s-not-labeled-gmo", + "post_id": 157762, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Americans Are Buying Gene-Edited Food That's Not Labeled GMO", + "title": "Americans Are Buying Gene-Edited Food That's Not Labeled GMO", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@cryptocurrency1/americans-are-buying-gene-edited-food-that-s-not-labeled-gmo" + }, + "entry_id": 228, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 32487141317, + "rshares": 187769047, + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 13099238766, + "rshares": 67746065, + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=5rtRL0vvUBQ", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "trillionaire", + "children": 0, + "created": "2016-07-18T00:51:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trillionaire\"],\"links\":[\"https://www.youtube.com/watch?v=5rtRL0vvUBQ\"]}", + "last_payout": "2016-08-18T03:59:48", + "last_update": "2016-07-18T00:51:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 506239780, + "parent_author": "", + "parent_permlink": "trillionaire", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dynasty-of-rothschild", + "post_id": 156778, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dynasty of Rothschild", + "title": "Dynasty of Rothschild", + "total_payout_value": "0.000 HBD", + "url": "/trillionaire/@cryptocurrency1/dynasty-of-rothschild" + }, + "entry_id": 227, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1149961712959, + "rshares": 2652994363, + "voter": "luisamosquera" + }, + { + "percent": "10000", + "reputation": 13099238766, + "rshares": 72418208, + "voter": "akronte" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=HQ9TEYC9s4g", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "brexit", + "children": 0, + "created": "2016-07-18T00:45:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"brexit\"],\"links\":[\"https://www.youtube.com/watch?v=HQ9TEYC9s4g\"]}", + "last_payout": "2016-08-18T01:59:42", + "last_update": "2016-07-18T00:45:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2976137239, + "parent_author": "", + "parent_permlink": "brexit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rothschild-s-tactical-retreat-brexit", + "post_id": 156707, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rothschild's Tactical Retreat ! Brexit", + "title": "Rothschild's Tactical Retreat ! Brexit", + "total_payout_value": "0.000 HBD", + "url": "/brexit/@cryptocurrency1/rothschild-s-tactical-retreat-brexit" + }, + "entry_id": 226, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=d_7SFEXtEtw", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-18T00:40:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=d_7SFEXtEtw\"]}", + "last_payout": "2016-08-18T07:03:30", + "last_update": "2016-07-18T00:40:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250724668, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "baton-rouge-shooting-footage", + "post_id": 156641, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Baton Rouge Shooting Footage", + "title": "Baton Rouge Shooting Footage", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/baton-rouge-shooting-footage" + }, + "entry_id": 225, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145022738, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=pILWwhzIe3E", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "fiction", + "children": 1, + "created": "2016-07-18T00:34:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fiction\"],\"links\":[\"https://www.youtube.com/watch?v=pILWwhzIe3E\"]}", + "last_payout": "2016-08-18T07:01:24", + "last_update": "2016-07-18T00:34:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250724668, + "parent_author": "", + "parent_permlink": "fiction", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack", + "post_id": 156564, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3 Cops Dead, Others Fighting For Their Lives In Baton Rouge Terror Attack", + "title": "3 Cops Dead, Others Fighting For Their Lives In Baton Rouge Terror Attack", + "total_payout_value": "0.000 HBD", + "url": "/fiction/@cryptocurrency1/3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack" + }, + "entry_id": 224, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 216392531645, + "rshares": 69885496, + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://cdn4.img.sputniknews.com/images/104317/02/1043170275.jpg\n\nhttp://www.wbrz.com/news/new-black-panther-party-forms-baton-rouge-chapter\n\nBATON ROUGE \u2013 Baton Rouge residents gathered Saturday afternoon to form the newest chapter of the New Black Panther Party.", + "body_length": 263, + "cashout_time": "1969-12-31T23:59:59", + "category": "black-panther", + "children": 0, + "created": "2016-07-17T20:43:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"black-panther\"],\"image\":[\"http://cdn4.img.sputniknews.com/images/104317/02/1043170275.jpg\"]}", + "last_payout": "2016-08-17T20:45:21", + "last_update": "2016-07-17T20:43:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 175587426, + "parent_author": "", + "parent_permlink": "black-panther", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "new-black-panther-party-forms-baton-rouge-chapter", + "post_id": 152762, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New Black Panther Party forms Baton Rouge chapter", + "title": "New Black Panther Party forms Baton Rouge chapter", + "total_payout_value": "0.000 HBD", + "url": "/black-panther/@cryptocurrency1/new-black-panther-party-forms-baton-rouge-chapter" + }, + "entry_id": 223, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 187220435, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 921516459645, + "rshares": 112507187, + "voter": "franciscomario" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://hosted.ap.org/photos/3/3d2ba8cb9484440a99bddea2d985ccfb_0-small.jpg\n\nhttp://hosted.ap.org/dynamic/stories/U/US_POLICE_SHOT_BATON_ROUGE_THE_LATEST?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT&CTIME=2016-07-17-12-44-26", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-17T20:36:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"image\":[\"http://hosted.ap.org/photos/3/3d2ba8cb9484440a99bddea2d985ccfb_0-small.jpg\"]}", + "last_payout": "2016-08-17T20:46:03", + "last_update": "2016-07-17T20:36:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 405429552, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live", + "post_id": 152625, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3 COPS DEAD BATON ROUGE SUSPECT DEAD, 2 AT LARGE ROBOT LOOKS FOR EXPLOSIVES LIVE", + "title": "3 COPS DEAD BATON ROUGE SUSPECT DEAD, 2 AT LARGE ROBOT LOOKS FOR EXPLOSIVES LIVE", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live" + }, + "entry_id": 222, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 105701930, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 3037647691, + "rshares": 220841161, + "voter": "vladikbezhek" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "http://i4.mirror.co.uk/incoming/article8437468.ece/ALTERNATES/s615/Turkey-The-captured-soldiers-in-a-courthouse-Istanbul.jpg\n\nhttps://www.yahoo.com/news/turkey-rounds-generals-judges-failed-coup-065341971.html?ref=gs", + "body_length": 216, + "cashout_time": "1969-12-31T23:59:59", + "category": "turkey", + "children": 1, + "created": "2016-07-17T20:28:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"turkey\"],\"image\":[\"http://i4.mirror.co.uk/incoming/article8437468.ece/ALTERNATES/s615/Turkey-The-captured-soldiers-in-a-courthouse-Istanbul.jpg\"]}", + "last_payout": "2016-08-17T20:29:39", + "last_update": "2016-07-17T20:28:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 326543091, + "parent_author": "", + "parent_permlink": "turkey", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "turkey-detains-6-000-in-purge-after-failed-coup", + "post_id": 152482, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Turkey detains 6,000 in purge after failed coup", + "title": "Turkey detains 6,000 in purge after failed coup", + "total_payout_value": "0.000 HBD", + "url": "/turkey/@cryptocurrency1/turkey-detains-6-000-in-purge-after-failed-coup" + }, + "entry_id": 221, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 143939548, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 153100530083, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 5575805675, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 11731910, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 94376723, + "voter": "cryptocurrency1" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CaRKK416m54", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "symphony", + "children": 0, + "created": "2016-07-17T12:34:48", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"symphony\"],\"links\":[\"https://www.youtube.com/watch?v=CaRKK416m54\"]}", + "last_payout": "2016-08-17T13:17:54", + "last_update": "2016-07-17T12:34:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158926383939, + "parent_author": "", + "parent_permlink": "symphony", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "waltz-of-the-butterfly", + "post_id": 143896, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Waltz Of The Butterfly", + "title": "Waltz Of The Butterfly", + "total_payout_value": "0.196 HBD", + "url": "/symphony/@cryptocurrency1/waltz-of-the-butterfly" + }, + "entry_id": 220, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": 24605271026, + "rshares": 90750069, + "voter": "satch" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 94376723, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": -594484317844, + "rshares": 37343834, + "voter": "maxikingstealer" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=T5Wn4tMFYT8", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "trump", + "children": 0, + "created": "2016-07-17T12:27:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trump\"],\"links\":[\"https://www.youtube.com/watch?v=T5Wn4tMFYT8\"]}", + "last_payout": "2016-08-17T12:29:36", + "last_update": "2016-07-17T12:27:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 222470626, + "parent_author": "", + "parent_permlink": "trump", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "donald-trump-comments-on-nice-france-terrorist-attack", + "post_id": 143799, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Donald Trump comments on Nice, France Terrorist Attack", + "title": "Donald Trump comments on Nice, France Terrorist Attack", + "total_payout_value": "0.000 HBD", + "url": "/trump/@cryptocurrency1/donald-trump-comments-on-nice-france-terrorist-attack" + }, + "entry_id": 219, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 143939548, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 94376723, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 111921256479, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 39319247, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": -11568581426, + "rshares": 111031853, + "voter": "sanekspb" + }, + { + "percent": "10000", + "reputation": 3226773885, + "rshares": 9117112, + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=R9HZvsliT5E", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "nwo", + "children": 0, + "created": "2016-07-17T12:21:39", + "curator_payout_value": "0.036 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nwo\"],\"links\":[\"https://www.youtube.com/watch?v=R9HZvsliT5E\"]}", + "last_payout": "2016-08-17T12:55:06", + "last_update": "2016-07-17T12:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112319040962, + "parent_author": "", + "parent_permlink": "nwo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "committee-of-300-the-power-behind-the-new-world-order-full-documentary", + "post_id": 143703, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Committee of 300... The Power Behind the New World Order {Full Documentary}", + "title": "Committee of 300... The Power Behind the New World Order {Full Documentary}", + "total_payout_value": "0.124 HBD", + "url": "/nwo/@cryptocurrency1/committee-of-300-the-power-behind-the-new-world-order-full-documentary" + }, + "entry_id": 218, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 94376723, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 3226773885, + "rshares": 6837834, + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=CyCTGpqSa38", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-07-17T12:12:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\"],\"links\":[\"https://www.youtube.com/watch?v=CyCTGpqSa38\"]}", + "last_payout": "2016-08-17T12:13:36", + "last_update": "2016-07-17T12:12:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101214557, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral", + "post_id": 143545, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Illuminati Sacrifice of Whitney Houston! Illuminati Ritual... Egyptian Sarcophagus at Funeral", + "title": "Illuminati Sacrifice of Whitney Houston! Illuminati Ritual... Egyptian Sarcophagus at Funeral", + "total_payout_value": "0.000 HBD", + "url": "/news/@cryptocurrency1/illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral" + }, + "entry_id": 217, + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "blog": "cryptocurrency1", + "comment": { + "active_votes": [ + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 94376723, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 3226773885, + "rshares": 6837834, + "voter": "dimniki198" + } + ], + "author": "cryptocurrency1", + "author_reputation": -775526496810, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=LkoNGKV_9A0", + "body_length": 43, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit", + "children": 0, + "created": "2016-07-17T12:07:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://www.youtube.com/watch?v=LkoNGKV_9A0\"]}", + "last_payout": "2016-08-17T12:08:24", + "last_update": "2016-07-17T12:07:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101214557, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "june-freemason-illuminati-ritual-murders-2016", + "post_id": 143470, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "JUNE FREEMASON/ILLUMINATI RITUAL MURDERS 2016!", + "title": "JUNE FREEMASON/ILLUMINATI RITUAL MURDERS 2016!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@cryptocurrency1/june-freemason-illuminati-ritual-murders-2016" + }, + "entry_id": 216, + "reblogged_on": "1970-01-01T00:00:00" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.tavern.yaml new file mode 100644 index 00000000..4131cc5d --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_blog + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_blog + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_blog" + params: {"account":"cryptocurrency1","start_entry_id":-1,"limit":500} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_blog" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.orig.json new file mode 100644 index 00000000..922cf70b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.orig.json @@ -0,0 +1,3502 @@ +[ + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 715, + "permlink": "bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 714, + "permlink": "food-industry-and-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 713, + "permlink": "top-cia-drug-dealer-talks-clinton-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 712, + "permlink": "william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 711, + "permlink": "up-to-40-of-asylum-seekers-in-switzerland-disappear", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 710, + "permlink": "gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 709, + "permlink": "currency-reset-critical-arrests-happening-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 708, + "permlink": "is-alex-jones-on-the-clinton-hit-list", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 707, + "permlink": "hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 706, + "permlink": "1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 705, + "permlink": "epic-level-of-deception-lies-and-distortion-from-the-corporate-media", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 704, + "permlink": "guccifer-caught-and-sentenced-to-52-months-in-u-s-prison", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 703, + "permlink": "swastika-on-farm", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 702, + "permlink": "special-report-alex-jones-asks-hillary-clinton-not-to-kill-him", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 701, + "permlink": "ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 700, + "permlink": "white-house-emails-hacked-they-want-you-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 699, + "permlink": "assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 698, + "permlink": "25-most-terrifying-sea-creatures", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 697, + "permlink": "fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 696, + "permlink": "new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 695, + "permlink": "kkk-grand-dragon-endorses-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 694, + "permlink": "eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 693, + "permlink": "hillary-clinton-lies-about-alex-jones-to-attack-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 692, + "permlink": "the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 691, + "permlink": "clinton-ad-ties-trump-to-kkk-white-supremacists", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 690, + "permlink": "high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 689, + "permlink": "forex-market-rigged-eur-usd-analysis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 688, + "permlink": "benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 687, + "permlink": "benjamin-fulford-2016-khazarian-plots-thwarted", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 686, + "permlink": "wikileaks-chelsea-clinton-used-fake-name-to-scam", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 685, + "permlink": "if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 684, + "permlink": "top-experts-admit-trump-right-about-election-fraud", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 683, + "permlink": "fast-and-furious-8-all-teaser-clips-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 682, + "permlink": "china-is-dumping-treasuries-and-now-us-stocks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 681, + "permlink": "china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 680, + "permlink": "mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 679, + "permlink": "cern-death-ritual", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 678, + "permlink": "rio-olympics-and-the-cern-connection", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 677, + "permlink": "four-major-banks-plan-to-create-their-own-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 676, + "permlink": "breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 675, + "permlink": "each-state-inside-a-usa-corporation-is-for-sale", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 674, + "permlink": "steemit-should-allow-account-with-more-followers-to-earn-more-vest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 673, + "permlink": "emails-hacked-of-us-media-elites", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 672, + "permlink": "financial-advisors-world-wide-recommend-you-sell-rothschild-funds", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 671, + "permlink": "olympic-symbolism-breakdown", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 670, + "permlink": "must-watch-hillary-clinton-tried-to-ban-this-video", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 669, + "permlink": "hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 668, + "permlink": "usa-corporation-being-racist-to-hispanics", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 667, + "permlink": "usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 666, + "permlink": "u-s-plans-to-collapse-europe", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 665, + "permlink": "china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 664, + "permlink": "did-jews-instigate-9-11", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 663, + "permlink": "what-would-happen-if-you-never-left-your-bed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 662, + "permlink": "instant-noodles-has-become-the-black-market-currency-in-american-prisons", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 661, + "permlink": "https-www-youtube-com-watch-v-iovkjhu7mfk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 660, + "permlink": "i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 659, + "permlink": "us-army-lists-hillary-clinton-as-security-threat-on-slide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 658, + "permlink": "shocking-obama-intends-to-collapse-us-economy-ann-barnhardt", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 657, + "permlink": "kazarian-mafia-in-total-panic", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 656, + "permlink": "fbi-found-14-900-more-emails-from-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 655, + "permlink": "german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 654, + "permlink": "don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 653, + "permlink": "eu-is-collapsing-as-deutsche-bank-stock-all-time-low", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 652, + "permlink": "drone-startup-aptonomy-introduces-the-self-flying-security-guard", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 651, + "permlink": "5-inventions-that-will-blow-your-mind", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 650, + "permlink": "nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 649, + "permlink": "warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 648, + "permlink": "wikileaks-julian-assange-lawyer-gets-hit-by-a-train", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 647, + "permlink": "driving-through-detroit-at-night", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 646, + "permlink": "american-journalism-is-collapsing-before-our-eyes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 645, + "permlink": "u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 644, + "permlink": "nato-compromised-turkey-merges-with-russia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 643, + "permlink": "william-mount-reports-bank-of-luxemburg-funded-9-11", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 642, + "permlink": "threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 641, + "permlink": "american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 640, + "permlink": "heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 639, + "permlink": "major-banks-fund-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 638, + "permlink": "the-donald-s-hollywood-star-fenced-in", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 637, + "permlink": "you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 636, + "permlink": "state-department-grilled-over-usd400-000-000-usd-to-iran-lie", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 635, + "permlink": "alex-jones-warns-of-gmo-weaponized-weed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 634, + "permlink": "alex-jones-exposes-rachel-maddow", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 633, + "permlink": "trump-does-not-trust-the-cia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 632, + "permlink": "the-clintons-think-they-re-king-and-queen-of-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 631, + "permlink": "pita-inn", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 630, + "permlink": "secret-service-agent-talks-about-why-agents-are-speaking-out", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 629, + "permlink": "the-atlantic-magazine-called-hillary-clinton-a-bitch", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 628, + "permlink": "republicans-call-for-perjury-charges-against-clinton-over-emails", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 627, + "permlink": "10-horrible-scammers-who-faked-their-sickness-for-money", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 626, + "permlink": "the-dead-rises", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 625, + "permlink": "human-sacrifice-video-at-cern", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 624, + "permlink": "militias-in-the-us", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 623, + "permlink": "fbi-releases-redacted-clinton-notes-to-congress", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 622, + "permlink": "george-soros-usd650k-to-black-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 621, + "permlink": "self-flying-taxi", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 620, + "permlink": "clinton-foundation-hacked", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 619, + "permlink": "homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 618, + "permlink": "breaking-news-america-to-hand-off-internet-in-under-two-months", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 617, + "permlink": "the-greatest-acts-of-revenge-on-people-ever", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 616, + "permlink": "american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 615, + "permlink": "shadow-brokers-auctioning-off-nsa-hacking-tools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 614, + "permlink": "the-illuminati-and-the-council-of-13", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 613, + "permlink": "the-dead-rise-in-louisiana", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 612, + "permlink": "china-s-launch-of-quantum-satellite-major-step-in-space-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 611, + "permlink": "deutsche-bank-is-the-most-dangerous-bank-in-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 610, + "permlink": "portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 609, + "permlink": "george-soros-hacked-pdf-files-released-all-over-the-internet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 608, + "permlink": "secret-service-confrim-hillary-is-sick", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 607, + "permlink": "what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 606, + "permlink": "insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 605, + "permlink": "10-strange-things-found-growing-inside-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 604, + "permlink": "wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 603, + "permlink": "donald-trump-wants-you-to-monitor-rigged-u-s-election", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 602, + "permlink": "george-soros-is-setting-up-black-americans", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 601, + "permlink": "powering-down", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 600, + "permlink": "joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 599, + "permlink": "national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 598, + "permlink": "vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 597, + "permlink": "roger-stone-hacked-after-talking-to-assange", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 596, + "permlink": "katy-perry-satanic-illuminati-witch-exposed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 595, + "permlink": "get-pay-to-tweet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 594, + "permlink": "one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 593, + "permlink": "steem-pyramid-scheme-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 592, + "permlink": "2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 591, + "permlink": "big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 590, + "permlink": "u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 589, + "permlink": "how-to-draw-fibonacci-levels", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 588, + "permlink": "cnn-admits-collusion-with-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 587, + "permlink": "wolf-blitzer-is-an-israeli-operative", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 586, + "permlink": "donald-trump-is-asking-you-to-help-him-fight-a-rigged-election", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 585, + "permlink": "imf-warns-china-of-reliance-on-credit-other-imbalances", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 584, + "permlink": "trump-doubles-down-on-election-fraud-claims", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 583, + "permlink": "hillary-s-tpp-hypocrisy-exposed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 582, + "permlink": "state-money-for-solarcity-buys-more-than-500-jobs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 581, + "permlink": "roger-stone-breaks-down-hillary-s-kill-count", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 580, + "permlink": "microsoft-and-mit-turn-temporary-tattoos-into-touchpads", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 579, + "permlink": "robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 578, + "permlink": "watching-too-much-tv-can-reduce-sperm-count", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 577, + "permlink": "robert-di-nero-thinks-trump-is-totally-nuts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 576, + "permlink": "china-hypersonic-jet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 575, + "permlink": "daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 574, + "permlink": "guccifer-2-0-coming-to-steemit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 573, + "permlink": "fox-shows-off-latest-stunt", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 572, + "permlink": "pair-found-dead-in-cemetery-were-hit-by-lightning", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 571, + "permlink": "guccifer", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 570, + "permlink": "bitcoin-masterpiece-oil-painting-on-canvas", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 569, + "permlink": "trump-americanism-not-globalism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 568, + "permlink": "do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 567, + "permlink": "does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 566, + "permlink": "2016-election-brings-political-passions-to-new-heights", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 565, + "permlink": "tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 564, + "permlink": "dea-turned-down-marijuana", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 563, + "permlink": "lady-lynn-forester-de-rothschild-throws-hillary-fundraiser", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 562, + "permlink": "german-bank-surrendered-to-the-little-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 561, + "permlink": "massive-illuminati-members-fled-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 560, + "permlink": "illuminati-transgender-bathroom-symbol", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 559, + "permlink": "cnn-tries-to-assassinate-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 558, + "permlink": "un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 557, + "permlink": "yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 556, + "permlink": "12-animals-you-won-t-believe-actually-exist", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 555, + "permlink": "soul-less-human-animal-hybrids-being-grown-in-usa-research-farms", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 554, + "permlink": "human-animal-hybrids-what-they-don-t-want-you-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 553, + "permlink": "a-circumvention-of-the-u-s-constitution", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 552, + "permlink": "obama-promises-to-leave-us-in-january-permanently", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 551, + "permlink": "zika-hoax-exposed-birth-deformities-not-caused-by-virus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 550, + "permlink": "yes-the-stock-market-is-rigged", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 549, + "permlink": "watch-this-and-know-we-are-in-the-end-times-2016-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 548, + "permlink": "schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 547, + "permlink": "exclusive-iran-phone-call-to-obama", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 546, + "permlink": "julian-assange-suggests-seth-rich-who-was-murdered-in-dc", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 545, + "permlink": "hillary-911-logo-apollyon-s-candidate", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 544, + "permlink": "steemit-software", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 543, + "permlink": "hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 542, + "permlink": "100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 541, + "permlink": "exolotl", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 540, + "permlink": "putin-plots-a-new-fleet-of-spies-in-space", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 539, + "permlink": "faceless-recognition-system-can-identify-you-even-when-you-hide-your-face", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 538, + "permlink": "breaking-news-secret-group-running-u-s-elections-discovered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 537, + "permlink": "study-links-gmos-to-over-22-different-diseases", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 536, + "permlink": "aquaculture-cage-culture", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 535, + "permlink": "how-much-food-can-i-grow-around-my-house", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 534, + "permlink": "the-olympic-spirit-is-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 533, + "permlink": "satanic-panic-brainwashing-their-way-into-schools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 532, + "permlink": "is-edward-snowden-dead-at-age-33", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 531, + "permlink": "olympic-giant-vagina-birthing-new-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 530, + "permlink": "christina-perri-a-thousand-years-piano-cello-cover", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 529, + "permlink": "waltz-of-roses-waltz-of-love-eugen-doga-gramofon", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 528, + "permlink": "nbc-announces-everyone-must-wear-a-microchip-by-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 527, + "permlink": "the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 526, + "permlink": "the-number-13", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 525, + "permlink": "3udsee-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 524, + "permlink": "metadata-the-nsa-are-still-watching-you", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 523, + "permlink": "the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 522, + "permlink": "former-iran-hostage-says-plane-waited-until-ransom-money-arrived", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 521, + "permlink": "this-video-proves-hillary-will-attempt-to-steal-election-from-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 520, + "permlink": "us-dollar-unwinding-world-wide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 519, + "permlink": "independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 518, + "permlink": "government-to-lift-moratorium-on-cross-species-chimera-research", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 517, + "permlink": "star-wars-tv-show", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 516, + "permlink": "satan-club-requests-hit-schools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 515, + "permlink": "hackers-could-get-inside-your-brain", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 514, + "permlink": "u-n-take-over-of-police", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 513, + "permlink": "putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 512, + "permlink": "obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 511, + "permlink": "illuminati-orders-elimination-of-julian-assange-wikileaks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 510, + "permlink": "trump-we-re-running-against-a-rigged-press", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 509, + "permlink": "65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 508, + "permlink": "the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 507, + "permlink": "europe-is-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 506, + "permlink": "woman-trapped-in-car-during-flash-flood", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 505, + "permlink": "the-clinton-foundation-state-and-kremlin-connections", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 504, + "permlink": "10-dangerous-rides-people-have-actually-died-from", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 503, + "permlink": "sandy-hook-s-usd50-million-dollar-relaunch", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 502, + "permlink": "skydiver-luke-aikins-jumps-25000-feet-without-parachute", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 501, + "permlink": "alex-jones-emergency-message-to-donald-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 500, + "permlink": "we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 499, + "permlink": "top-10-actors-who-do-their-own-stunts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 498, + "permlink": "billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 497, + "permlink": "an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 496, + "permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 495, + "permlink": "i-was-right-on-steem-coin-price-prediction", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 494, + "permlink": "hillary-clinto-swimsuit-calendar-edition", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 493, + "permlink": "steem-resources", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 492, + "permlink": "thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 491, + "permlink": "illuminati-gang-signs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 490, + "permlink": "islamic-terrorists-hoax-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 489, + "permlink": "a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 488, + "permlink": "lawsuit-filed-against-government-and-media-for-staging-sandy-hook", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 487, + "permlink": "which-one-do-you-think-comes-first-the-chicken-or-the-egg", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 486, + "permlink": "flint-water-crisis-new-criminal-charges-are-brought", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 485, + "permlink": "massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 484, + "permlink": "people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 483, + "permlink": "this-is-how-we-take-america-back", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 482, + "permlink": "new-type-of-war-crime-that-s-going-unpunished", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 481, + "permlink": "israeli-company-caught-running-scam-binary-options", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 480, + "permlink": "according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 479, + "permlink": "states-seceding-from-the-terrorist-organization-u-s-a-incorporated", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 478, + "permlink": "elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 477, + "permlink": "the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 476, + "permlink": "breaking-news-ongoing-civil-war-in-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 475, + "permlink": "biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 474, + "permlink": "trump-left-out-of-google-search-for-presidential-candidates", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 473, + "permlink": "i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 472, + "permlink": "price-of-steem-coin-will-plummet-because-of-open-source", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 471, + "permlink": "clinton-slams-trump-for-praising-dictators-despite-having-own-ties", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 470, + "permlink": "how-do-you-vote-for-steem-witness", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 469, + "permlink": "a-very-happy-wolf", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 468, + "permlink": "scotland-to-create-their-own-cryptocurrency-for-brexit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 467, + "permlink": "emergency-hillary-plans-to-steal-election-from-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 466, + "permlink": "how-to-make-healthy-kale-chips-fast-and-easy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 465, + "permlink": "deutsche-bank-a-giant-in-crisis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 464, + "permlink": "do-you-prefer-steeman-or-steemian", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 463, + "permlink": "steemian", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 462, + "permlink": "hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 461, + "permlink": "usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 460, + "permlink": "closes-130-media-outlets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 459, + "permlink": "xi-crushes-dissent-in-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 458, + "permlink": "eyes-wide-shut-parties", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 457, + "permlink": "protest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 456, + "permlink": "trump-jump-to-7-lead-over-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 455, + "permlink": "cryptocurrency-users-are-now-being-track", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 454, + "permlink": "we-should-all-steal-this-parenting-trick-from-prince-william-experts-say", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 453, + "permlink": "usa-created-al-qaeda-and-isis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 452, + "permlink": "the-ugly-truth-about-the-white-house-and-its-history-of-slavery", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 451, + "permlink": "the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 450, + "permlink": "is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 449, + "permlink": "jacob-rothschild", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 448, + "permlink": "chinese-factory-slave-workers-freedom-politics-and-change-in-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 447, + "permlink": "how-to-make-a-drop-down-list-of-tags-in-your-steemit-post", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 446, + "permlink": "steem-suggestion-add-timestamp-to-the-post", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 445, + "permlink": "steem-faq", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 444, + "permlink": "ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 443, + "permlink": "u-s-government-now-confiscating-homes-cars-and-assets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 442, + "permlink": "amazon-testing-delivery-drones-in-the-uk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 441, + "permlink": "steem-coin-price-analysis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 440, + "permlink": "would-you-rather-have-ethereum-or-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 439, + "permlink": "usd15-000", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 438, + "permlink": "cellphone-and-wifi-ban", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 437, + "permlink": "steemit-com-lawsuit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 436, + "permlink": "lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 435, + "permlink": "man-shoots-dead-doctor-kills-himself-at-berlin-hospital", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 434, + "permlink": "elon-musk-s-master-plan", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 433, + "permlink": "steemit-made-it-on-to-yahoo-news", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 432, + "permlink": "steemit-ad-on-bus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 431, + "permlink": "gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 430, + "permlink": "10-inappropriate-people-at-walmart", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 429, + "permlink": "10-photos-that-will-make-you-uneasy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 428, + "permlink": "10-shocking-sexual-traditions-from-around-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 427, + "permlink": "15-mysterious-creatures-of-all-time", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 426, + "permlink": "40-guys-with-worst-photoshop-girlfriend", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 425, + "permlink": "top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 424, + "permlink": "10-youtubers-who-were-murdered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 423, + "permlink": "10-banned-things-on-amazon", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 422, + "permlink": "australia-s-shame-torture-of-kids-at-juvenile-detention-center", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 421, + "permlink": "5-banned-youtubers-you-can-t-watch-anymore", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 420, + "permlink": "huge-fire-breaks-out-near-nato-base-in-turkey", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 419, + "permlink": "10-illegal-jobs-that-pay-extremely-well", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 418, + "permlink": "darpa-pulls-technology-from-the-book-of-revelation", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 417, + "permlink": "10-horrible-secrets-celebs-don-t-want-you-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 416, + "permlink": "deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 415, + "permlink": "10-photos-banned-from-social-media", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 414, + "permlink": "28-banned-photos-that-were-secretly-smuggled-out-of-north-korea", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 413, + "permlink": "gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 412, + "permlink": "wikileaks-says-dnc-cheated-bernie", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 411, + "permlink": "https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 410, + "permlink": "computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 409, + "permlink": "china-bans-internet-news-reporting-as-media-crackdown-widens", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 408, + "permlink": "i-m-selling-this-home-made-hydroponic-kit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 407, + "permlink": "putin-is-ready-to-start-world-war-three-overnight", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 406, + "permlink": "sex-party-shooting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 405, + "permlink": "what-uber-can-teach-the-fed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 404, + "permlink": "bny-mellon-bank-uses-robots", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 403, + "permlink": "samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 402, + "permlink": "what-old-women-think-about-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 401, + "permlink": "merkel-feels-the-heat", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 400, + "permlink": "ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 399, + "permlink": "hillary-behind-theft-of-nomination", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 398, + "permlink": "hillary-followers-say-it-s-good-she-stole-election-from-sanders", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 397, + "permlink": "bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 396, + "permlink": "coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 395, + "permlink": "inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 394, + "permlink": "how-a-caribbean-island-became-prime-source-of-u-s-zika-cases", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 393, + "permlink": "500-million-scanners-by-2019", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 392, + "permlink": "turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 391, + "permlink": "duckweed-as-a-renewable-and-sustainable-biofuel-feedstock", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 390, + "permlink": "how-to-download-a-steem-desktop-wallet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 389, + "permlink": "what-is-the-difference-between-steem-available-supply-and-total-supply", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 388, + "permlink": "english-gematria-must-see-easy-vid-666-shocking-conclusion", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 387, + "permlink": "pokemon-interrupts-state-department-briefing", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 386, + "permlink": "top-5-smallest-drones-in-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 385, + "permlink": "trump-tombstone-secrets-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 384, + "permlink": "rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 383, + "permlink": "illuminati-rigged-basketball-games", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 382, + "permlink": "california-s-minimum-wage-rises-increase-unemployment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 381, + "permlink": "the-beautiful-emma-watson", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 380, + "permlink": "this-is-what-the-internet-really-looks-like-in-the-real-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 379, + "permlink": "donald-trump-s-gop-convention-entrance-to-queen", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 378, + "permlink": "munich-mall-hoax-shooting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 377, + "permlink": "munich-shooting-nwo-speeds-it-up", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 376, + "permlink": "making-hot-sauce-using-the-hottest-peppers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 375, + "permlink": "around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 374, + "permlink": "elites-are-warning-us-are-you-listening", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 373, + "permlink": "washington-state-utility-raises-power-rates-on-bitcoin-miners", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 372, + "permlink": "paedophile-dies", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 371, + "permlink": "there-s-an-app-to-pick-up-dog-poop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 370, + "permlink": "city-of-angels", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 369, + "permlink": "an-honest-conversation-about-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 368, + "permlink": "they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 367, + "permlink": "the-george-washington-of-the-uk-speaks-to-infowars", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 366, + "permlink": "crisis-actors-revealed-pulse-orlando-hoax-youtube", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 365, + "permlink": "secret-hillary-clinton-voodoo-doll-discovered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 364, + "permlink": "youtube-caught-covering-up-cenk-uygur-meltdown", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 363, + "permlink": "hot-as-hell-temperature-hits-129-degrees", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 362, + "permlink": "fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 361, + "permlink": "killer-lured-kids-to-death", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 360, + "permlink": "keiser-report-escaping-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 359, + "permlink": "look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 358, + "permlink": "david-banner-black-people-aren-t-ready-for-a-race-war", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 357, + "permlink": "my-little-organic-food-garden", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 356, + "permlink": "mysterious-green-slime-bubbles-up-from-sewers-in-utah-town", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 355, + "permlink": "ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 354, + "permlink": "corporate-fascism-the-destruction-of-america-s-middle-class", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 353, + "permlink": "chinese-scientists-to-edit-human-genes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 352, + "permlink": "un-implements-war-plan", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 351, + "permlink": "the-cure-for-cataracts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 350, + "permlink": "massive-russian-military-drills-begin-today", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 349, + "permlink": "eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 348, + "permlink": "wikileaks-releases-hillary-leaks-emails", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 347, + "permlink": "trump-s-epic-speech", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 346, + "permlink": "five-new-simple-life-hacks-you-should-try-at-home", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 345, + "permlink": "10-back-to-school-life-hacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 344, + "permlink": "10-summer-life-hacks-to-try-right-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 343, + "permlink": "meet-the-forgotten-tribe-that-has-not-yet-discovered-fire", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 342, + "permlink": "10-amazing-and-life-changing-life-hacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 341, + "permlink": "6-life-hacks-everyone-should-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 340, + "permlink": "10-simple-life-hacks-everyone-should-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 339, + "permlink": "13-weird-life-hacks-everyone-needs-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 338, + "permlink": "7-life-hacks-for-cat", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 337, + "permlink": "the-young-turks-vs-infowars-spectacle", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 336, + "permlink": "how-to-pick-any-lock", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 335, + "permlink": "steem-ads", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 334, + "permlink": "10-life-hacks-which-simplify-your-life", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 333, + "permlink": "10-lifehacks-for-music", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 332, + "permlink": "some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 331, + "permlink": "1-in-3-kids-have-money-worries", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 330, + "permlink": "most-interesting-man-has-worst-legal-strategy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 329, + "permlink": "kkk-member-david-duke-runs-for-senate", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 328, + "permlink": "cdc-3-more-babies-400-pregnant-women-infected", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 327, + "permlink": "the-case-for-blue-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 326, + "permlink": "post-a-picture-of-your-tits-for-an-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 325, + "permlink": "did-you-know-that-santa-is-satan-intentionally-mispelled", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 324, + "permlink": "promoting-prostitution-on-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 323, + "permlink": "attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 322, + "permlink": "charges-against-roger-ailes-are-bs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 321, + "permlink": "cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 320, + "permlink": "young-turks-flip-out-on-alex-jones", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 319, + "permlink": "first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 318, + "permlink": "charlie-rose-confronted-over-globalist-takeover", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 317, + "permlink": "suggestion-to-steem-create-a-server-so-posters-can-upload-images", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 316, + "permlink": "has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 315, + "permlink": "milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 314, + "permlink": "my-forex-analysis-for-eurusd-july-21st-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 313, + "permlink": "a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 312, + "permlink": "purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 311, + "permlink": "kickass-torrents-atrem-vaulin-arrested-website-down", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 310, + "permlink": "what-i-really-like-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 309, + "permlink": "steem-support-questions-and-answers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 308, + "permlink": "why-can-t-steem-display-images-from-google-drive-and-onedrive", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 307, + "permlink": "bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 306, + "permlink": "how-michael-dubin-turned-a-funny-video-into-usd1-billion", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 305, + "permlink": "many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 304, + "permlink": "the-ultimate-brain-map", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 303, + "permlink": "scientists-reverse-menopause", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 302, + "permlink": "lord-of-amazon-turns-alien", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 301, + "permlink": "bruce-lee-s-insane-charisma", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 300, + "permlink": "bittrex-added-these-new-cryptocurrencies", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 299, + "permlink": "poloniex-just-added-steem-to-let-users-trade", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 298, + "permlink": "6-hours-relaxing-piano-violin-guitar-study-music", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 297, + "permlink": "how-to-fix-the-red-ring-of-death", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 296, + "permlink": "how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 295, + "permlink": "tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 294, + "permlink": "how-to-make-anti-gravity-cd-wheel", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 293, + "permlink": "glass-explosion-at-343-000fps", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 292, + "permlink": "mexican-style-corn", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 291, + "permlink": "how-to-make-baked-spaghetti-casserole", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 290, + "permlink": "how-to-make-hamburger-potato-casserole", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 289, + "permlink": "how-to-make-a-rocket-from-the-sparklers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 288, + "permlink": "how-to-make-magnetic-slime", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 287, + "permlink": "how-to-make-emergency-phone-charger-from-fire-and-peltier", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 286, + "permlink": "how-to-make-a-vacuum-cleaner", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 285, + "permlink": "make-a-mermaid-tail-swimmable-and-very-easy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 284, + "permlink": "diy-pain-less-hair-wax", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 283, + "permlink": "how-to-make-chicken-tikka", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 282, + "permlink": "how-to-make-compost-tea", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 281, + "permlink": "how-to-make-an-eternal-terrarium", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 280, + "permlink": "how-to-make-a-hoverboard-at-home", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 279, + "permlink": "new-world-order-one-world-government-conspiracy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 278, + "permlink": "the-letter-that-has-shocked-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 277, + "permlink": "scalping-in-the-forex-market-vs-posting-on-steemit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 276, + "permlink": "chris-christie-wants-to-lock-up-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 275, + "permlink": "negative-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 274, + "permlink": "who-own-steem-io-and-steemit-com", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 273, + "permlink": "who-owns-the-legal-right-to-the-name-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 272, + "permlink": "what-is-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 271, + "permlink": "what-is-curation-reward", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 270, + "permlink": "nazi-protest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 269, + "permlink": "steem-logo-is-666", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 268, + "permlink": "fox-is-666", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 267, + "permlink": "mercedes-just-reveal-their-latest-self-driving-bus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 266, + "permlink": "paul-ryan-in-toughest-fight-of-career", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 265, + "permlink": "suggestion-for-steem-bookmark-button-to-quick-submit-a-story", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 264, + "permlink": "foxnews-drama", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 263, + "permlink": "why-didn-t-drudge-stop-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 262, + "permlink": "a-new-way-to-prevent-muscle-cramps", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 261, + "permlink": "why-trump-should-gut-the-federal-reserve-if-he-becomes-president", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 260, + "permlink": "i-ve-concluded-that-steem-is-rigged", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 259, + "permlink": "gerald-celente-hot-humanity-on-the-brink-of-global-insanity", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 258, + "permlink": "wow-even-a-forex-website-is-talking-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 257, + "permlink": "keiser-report-jumping-brexit-ship", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 256, + "permlink": "why-the-federal-reserve-violates-the-u-s-constitution", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 255, + "permlink": "jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 254, + "permlink": "trump-s-rnc-entrance", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 253, + "permlink": "how-to-build-aeroponic-tree", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 252, + "permlink": "10-diy-ideas-for-clothes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 251, + "permlink": "123-000-venezuelans-cross-border-shopping-for-scarce-food", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 250, + "permlink": "rio-record-breaking-haul-42-condoms-per-athlete", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 249, + "permlink": "man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 248, + "permlink": "superyacht-355ft-floating-palace", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 247, + "permlink": "nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 246, + "permlink": "no-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 245, + "permlink": "us-educational-tax-dollars-used-to-fund-turkish-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 244, + "permlink": "clinton-threat-to-destroy-everyone-throws-washington-into-chaos", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 243, + "permlink": "fired-cop-exposes-the-truth-about-the-u-s-gov", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 242, + "permlink": "when-rogue-politicians-call-for-martial-law", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 241, + "permlink": "1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 240, + "permlink": "why-we-need-the-2nd-amendment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 239, + "permlink": "discovery-channel-watchmen-militia-rising", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 238, + "permlink": "molon-labe-how-the-second-amendment-guarantees-a-free-state", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 237, + "permlink": "top-10-unbreakable-codes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 236, + "permlink": "american-people-fight-the-tyrants-a-message-to-the-militia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 235, + "permlink": "over-100-nude-women-pose-against-trump-in-cleveland", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 234, + "permlink": "hillary-for-prison-banner-flying-at-rnc", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 233, + "permlink": "this-video-will-destroy-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 232, + "permlink": "louisiana-governor-says-the-hatred-has-to-stop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 231, + "permlink": "turkey-s-1997-and-2016-staged-coups", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 230, + "permlink": "false-flag-in-nice-attack-you-decide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 229, + "permlink": "cleaning-virus-from-institutions", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 228, + "permlink": "americans-are-buying-gene-edited-food-that-s-not-labeled-gmo", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 227, + "permlink": "dynasty-of-rothschild", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 226, + "permlink": "rothschild-s-tactical-retreat-brexit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 225, + "permlink": "baton-rouge-shooting-footage", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 224, + "permlink": "3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 223, + "permlink": "new-black-panther-party-forms-baton-rouge-chapter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 222, + "permlink": "3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 221, + "permlink": "turkey-detains-6-000-in-purge-after-failed-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 220, + "permlink": "waltz-of-the-butterfly", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 219, + "permlink": "donald-trump-comments-on-nice-france-terrorist-attack", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 218, + "permlink": "committee-of-300-the-power-behind-the-new-world-order-full-documentary", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 217, + "permlink": "illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 216, + "permlink": "june-freemason-illuminati-ritual-murders-2016", + "reblogged_on": "1970-01-01T00:00:00" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.pat.json new file mode 100644 index 00000000..922cf70b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.pat.json @@ -0,0 +1,3502 @@ +[ + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 715, + "permlink": "bill-allowing-9-11-victims-to-sue-saudi-arabia-heads-to-obama-s-desk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 714, + "permlink": "food-industry-and-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 713, + "permlink": "top-cia-drug-dealer-talks-clinton-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 712, + "permlink": "william-mount-reports-the-queen-elizabeth-ii-is-dead-and-is-replaced-by-a-double", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 711, + "permlink": "up-to-40-of-asylum-seekers-in-switzerland-disappear", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 710, + "permlink": "gun-ban-all-over-the-usa-the-civil-war-in-america-continues-on", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 709, + "permlink": "currency-reset-critical-arrests-happening-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 708, + "permlink": "is-alex-jones-on-the-clinton-hit-list", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 707, + "permlink": "hillary-clinton-s-intimate-relationship-with-the-rothschild-banking-dynasty-the-shadowy-network-of-super-elites", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 706, + "permlink": "1-ton-of-gold-reward-for-the-capture-of-these-individuals-dead-or-alive", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 705, + "permlink": "epic-level-of-deception-lies-and-distortion-from-the-corporate-media", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 704, + "permlink": "guccifer-caught-and-sentenced-to-52-months-in-u-s-prison", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 703, + "permlink": "swastika-on-farm", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 702, + "permlink": "special-report-alex-jones-asks-hillary-clinton-not-to-kill-him", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 701, + "permlink": "ttip-talks-between-eu-and-us-have-de-facto-failed-german-economy-minister", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 700, + "permlink": "white-house-emails-hacked-they-want-you-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 699, + "permlink": "assange-tells-megyn-kelly-he-wants-wikileaks-source-killer-found", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 698, + "permlink": "25-most-terrifying-sea-creatures", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 697, + "permlink": "fbi-assassin-barry-bush-busted-by-secret-service-at-trump-tower-trying-to-take-out-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 696, + "permlink": "new-white-house-logo-show-a-white-flag-on-top-of-the-white-house-this-is-a-sign-of-surrender", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 695, + "permlink": "kkk-grand-dragon-endorses-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 694, + "permlink": "eyes-in-the-sky-cia-training-artificial-intelligence-to-spy-on-earth-from-space-using-computer-vision", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 693, + "permlink": "hillary-clinton-lies-about-alex-jones-to-attack-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 692, + "permlink": "the-13-inbred-terrorist-european-bloodlines-continues-to-push-for-gun-ban-all-over-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 691, + "permlink": "clinton-ad-ties-trump-to-kkk-white-supremacists", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 690, + "permlink": "high-ranking-members-of-the-13-inbred-terrorist-european-bloodlines-know-they-are-being-hunted-to-be-kill-all-over-usa-they-are", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 689, + "permlink": "forex-market-rigged-eur-usd-analysis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 688, + "permlink": "benjamin-fulford-reveal-it-was-the-evil-jews-regime-that-released-sars-virus-to-kill-asians-all-over-asia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 687, + "permlink": "benjamin-fulford-2016-khazarian-plots-thwarted", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 686, + "permlink": "wikileaks-chelsea-clinton-used-fake-name-to-scam", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 685, + "permlink": "if-posting-turn-light-gray-color-in-text-can-it-still-earn-rewards", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 684, + "permlink": "top-experts-admit-trump-right-about-election-fraud", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 683, + "permlink": "fast-and-furious-8-all-teaser-clips-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 682, + "permlink": "china-is-dumping-treasuries-and-now-us-stocks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 681, + "permlink": "china-and-russia-coming-out-with-their-own-lines-of-superheroes-characters-both-are-bears", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 680, + "permlink": "mark-zuckerberg-is-not-a-rockerfeller-s-grandson-but-he-is-one-of-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 679, + "permlink": "cern-death-ritual", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 678, + "permlink": "rio-olympics-and-the-cern-connection", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 677, + "permlink": "four-major-banks-plan-to-create-their-own-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 676, + "permlink": "breaking-news-the-13-inbred-terrorist-european-bloodlines-using-joe-biggs-to-make-fun-of-the-hispanic-woman-for-not-knowing-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 675, + "permlink": "each-state-inside-a-usa-corporation-is-for-sale", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 674, + "permlink": "steemit-should-allow-account-with-more-followers-to-earn-more-vest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 673, + "permlink": "emails-hacked-of-us-media-elites", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 672, + "permlink": "financial-advisors-world-wide-recommend-you-sell-rothschild-funds", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 671, + "permlink": "olympic-symbolism-breakdown", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 670, + "permlink": "must-watch-hillary-clinton-tried-to-ban-this-video", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 669, + "permlink": "hillary-clinton-left-hand-written-receipts-for-stolen-oil-and-stolen-weapons", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 668, + "permlink": "usa-corporation-being-racist-to-hispanics", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 667, + "permlink": "usa-inc-is-a-corporation-no-one-living-in-america-can-be-a-u-s-citizen-that-s-like-saying-you-are-a-citizen-of-google-or", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 666, + "permlink": "u-s-plans-to-collapse-europe", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 665, + "permlink": "china-s-richest-man-set-to-seal-two-billion-dollar-u-s-film-deals", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 664, + "permlink": "did-jews-instigate-9-11", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 663, + "permlink": "what-would-happen-if-you-never-left-your-bed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 662, + "permlink": "instant-noodles-has-become-the-black-market-currency-in-american-prisons", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 661, + "permlink": "https-www-youtube-com-watch-v-iovkjhu7mfk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 660, + "permlink": "i-don-t-give-a-sh-t-about-them-philippines-president-threatens-to-leave-stupid-un", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 659, + "permlink": "us-army-lists-hillary-clinton-as-security-threat-on-slide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 658, + "permlink": "shocking-obama-intends-to-collapse-us-economy-ann-barnhardt", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 657, + "permlink": "kazarian-mafia-in-total-panic", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 656, + "permlink": "fbi-found-14-900-more-emails-from-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 655, + "permlink": "german-govt-warns-people-to-stockpile-food-water-in-case-of-terror-attacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 654, + "permlink": "don-t-crack-it-worlds-longest-glass-bottom-bridge-opens-in-hunan-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 653, + "permlink": "eu-is-collapsing-as-deutsche-bank-stock-all-time-low", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 652, + "permlink": "drone-startup-aptonomy-introduces-the-self-flying-security-guard", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 651, + "permlink": "5-inventions-that-will-blow-your-mind", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 650, + "permlink": "nude-trump-statues-pop-up-in-us-cities-placed-by-freemason-illuminati", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 649, + "permlink": "warning-reading-this-may-put-you-on-hillary-s-hit-list-100-proof-of-something-major", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 648, + "permlink": "wikileaks-julian-assange-lawyer-gets-hit-by-a-train", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 647, + "permlink": "driving-through-detroit-at-night", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 646, + "permlink": "american-journalism-is-collapsing-before-our-eyes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 645, + "permlink": "u-s-military-must-now-proudly-wear-backward-flag-on-us-navy-uniform-to-display-a-sign-of-america-being-conquered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 644, + "permlink": "nato-compromised-turkey-merges-with-russia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 643, + "permlink": "william-mount-reports-bank-of-luxemburg-funded-9-11", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 642, + "permlink": "threat-of-all-out-war-with-ukraine-as-40-000-troops-are-posted-on-border", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 641, + "permlink": "american-patriots-militia-groups-left-the-13-inbred-terrorist-european-bloodlines-a-simple-choice-flee-or-die", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 640, + "permlink": "heartbreaking-footage-of-syrian-boy-draws-fresh-attention-to-conflict", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 639, + "permlink": "major-banks-fund-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 638, + "permlink": "the-donald-s-hollywood-star-fenced-in", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 637, + "permlink": "you-can-t-unsee-this-nude-statues-of-trump-pop-up-in-us-cities", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 636, + "permlink": "state-department-grilled-over-usd400-000-000-usd-to-iran-lie", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 635, + "permlink": "alex-jones-warns-of-gmo-weaponized-weed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 634, + "permlink": "alex-jones-exposes-rachel-maddow", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 633, + "permlink": "trump-does-not-trust-the-cia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 632, + "permlink": "the-clintons-think-they-re-king-and-queen-of-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 631, + "permlink": "pita-inn", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 630, + "permlink": "secret-service-agent-talks-about-why-agents-are-speaking-out", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 629, + "permlink": "the-atlantic-magazine-called-hillary-clinton-a-bitch", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 628, + "permlink": "republicans-call-for-perjury-charges-against-clinton-over-emails", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 627, + "permlink": "10-horrible-scammers-who-faked-their-sickness-for-money", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 626, + "permlink": "the-dead-rises", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 625, + "permlink": "human-sacrifice-video-at-cern", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 624, + "permlink": "militias-in-the-us", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 623, + "permlink": "fbi-releases-redacted-clinton-notes-to-congress", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 622, + "permlink": "george-soros-usd650k-to-black-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 621, + "permlink": "self-flying-taxi", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 620, + "permlink": "clinton-foundation-hacked", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 619, + "permlink": "homes-burn-thousands-flee-as-out-of-control-brush-fire-chars-more-than-25-600-acres-in-cajon-pass", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 618, + "permlink": "breaking-news-america-to-hand-off-internet-in-under-two-months", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 617, + "permlink": "the-greatest-acts-of-revenge-on-people-ever", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 616, + "permlink": "american-patriots-militia-groups-continue-to-send-out-loud-and-clear-message-to-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 615, + "permlink": "shadow-brokers-auctioning-off-nsa-hacking-tools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 614, + "permlink": "the-illuminati-and-the-council-of-13", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 613, + "permlink": "the-dead-rise-in-louisiana", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 612, + "permlink": "china-s-launch-of-quantum-satellite-major-step-in-space-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 611, + "permlink": "deutsche-bank-is-the-most-dangerous-bank-in-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 610, + "permlink": "portsmouth-n-h-businesses-begin-accepting-bitcoin-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 609, + "permlink": "george-soros-hacked-pdf-files-released-all-over-the-internet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 608, + "permlink": "secret-service-confrim-hillary-is-sick", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 607, + "permlink": "what-if-pokemon-go-let-people-sell-the-pokemons-they-caught-for-fraction-of-bitcoins", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 606, + "permlink": "insider-elite-want-to-blame-trump-for-false-flag-assassination-attempt-on-hillary", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 605, + "permlink": "10-strange-things-found-growing-inside-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 604, + "permlink": "wikileaks-assange-tpp-not-only-trade-83-is-fascists-controlling-our-daily-lives", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 603, + "permlink": "donald-trump-wants-you-to-monitor-rigged-u-s-election", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 602, + "permlink": "george-soros-is-setting-up-black-americans", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 601, + "permlink": "powering-down", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 600, + "permlink": "joe-biden-agrees-with-donald-trump-statement-on-2nd-amendment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 599, + "permlink": "national-guard-activated-in-milwaukee-and-america-state-of-emergency-issued-it-s-here", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 598, + "permlink": "vanessa-marcotte-princeton-evil-murder-rev-911-ww3-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 597, + "permlink": "roger-stone-hacked-after-talking-to-assange", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 596, + "permlink": "katy-perry-satanic-illuminati-witch-exposed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 595, + "permlink": "get-pay-to-tweet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 594, + "permlink": "one-in-four-will-have-zika-officials-warn-of-rampant-spread-of-head-shrinking-virus-in-us-territory-puerto-rico", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 593, + "permlink": "steem-pyramid-scheme-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 592, + "permlink": "2016-violence-in-milwaukee-after-cop-kills-man-during-traffic-stop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 591, + "permlink": "big-l-murder-solved-exposing-the-synagogue-of-satan-the-false-jews-who-run-commercial-hip-hop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 590, + "permlink": "u-s-dollar-bill-and-bavarian-illuminati-symbolsim-hidden-in-plain-sight", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 589, + "permlink": "how-to-draw-fibonacci-levels", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 588, + "permlink": "cnn-admits-collusion-with-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 587, + "permlink": "wolf-blitzer-is-an-israeli-operative", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 586, + "permlink": "donald-trump-is-asking-you-to-help-him-fight-a-rigged-election", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 585, + "permlink": "imf-warns-china-of-reliance-on-credit-other-imbalances", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 584, + "permlink": "trump-doubles-down-on-election-fraud-claims", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 583, + "permlink": "hillary-s-tpp-hypocrisy-exposed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 582, + "permlink": "state-money-for-solarcity-buys-more-than-500-jobs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 581, + "permlink": "roger-stone-breaks-down-hillary-s-kill-count", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 580, + "permlink": "microsoft-and-mit-turn-temporary-tattoos-into-touchpads", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 579, + "permlink": "robot-chores-super-intelligent-robots-will-be-doing-our-housework-by-2050-expert-reveals", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 578, + "permlink": "watching-too-much-tv-can-reduce-sperm-count", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 577, + "permlink": "robert-di-nero-thinks-trump-is-totally-nuts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 576, + "permlink": "china-hypersonic-jet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 575, + "permlink": "daily-beast-grindr-baiting-story-sparks-outrage-for-sleazy-outing-of-gay-olympians", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 574, + "permlink": "guccifer-2-0-coming-to-steemit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 573, + "permlink": "fox-shows-off-latest-stunt", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 572, + "permlink": "pair-found-dead-in-cemetery-were-hit-by-lightning", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 571, + "permlink": "guccifer", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 570, + "permlink": "bitcoin-masterpiece-oil-painting-on-canvas", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 569, + "permlink": "trump-americanism-not-globalism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 568, + "permlink": "do-you-think-it-s-a-good-idea-for-steemit-to-have-voting-polls", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 567, + "permlink": "does-anyone-notice-e-coin-was-featured-in-mr-robot-tv-show", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 566, + "permlink": "2016-election-brings-political-passions-to-new-heights", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 565, + "permlink": "tech-companies-apple-twitter-google-and-instagram-collude-to-defeat-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 564, + "permlink": "dea-turned-down-marijuana", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 563, + "permlink": "lady-lynn-forester-de-rothschild-throws-hillary-fundraiser", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 562, + "permlink": "german-bank-surrendered-to-the-little-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 561, + "permlink": "massive-illuminati-members-fled-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 560, + "permlink": "illuminati-transgender-bathroom-symbol", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 559, + "permlink": "cnn-tries-to-assassinate-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 558, + "permlink": "un-vehicles-flood-america-here-s-100-truth-no-media-outlet-is-telling-you-about-these-vehicles", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 557, + "permlink": "yes-you-saw-that-666-rotherham-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 556, + "permlink": "12-animals-you-won-t-believe-actually-exist", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 555, + "permlink": "soul-less-human-animal-hybrids-being-grown-in-usa-research-farms", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 554, + "permlink": "human-animal-hybrids-what-they-don-t-want-you-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 553, + "permlink": "a-circumvention-of-the-u-s-constitution", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 552, + "permlink": "obama-promises-to-leave-us-in-january-permanently", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 551, + "permlink": "zika-hoax-exposed-birth-deformities-not-caused-by-virus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 550, + "permlink": "yes-the-stock-market-is-rigged", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 549, + "permlink": "watch-this-and-know-we-are-in-the-end-times-2016-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 548, + "permlink": "schlitterbahn-water-park-decapitation-rev-12-illuminati-freemason-symbolism", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 547, + "permlink": "exclusive-iran-phone-call-to-obama", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 546, + "permlink": "julian-assange-suggests-seth-rich-who-was-murdered-in-dc", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 545, + "permlink": "hillary-911-logo-apollyon-s-candidate", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 544, + "permlink": "steemit-software", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 543, + "permlink": "hillary-clinton-may-have-a-brain-tumor-board-certified-md-psychiatrist", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 542, + "permlink": "100-proof-pokemon-go-end-game-connection-to-darpa-cia-google-nsa-skynet-illuminati-fema-spy-grid", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 541, + "permlink": "exolotl", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 540, + "permlink": "putin-plots-a-new-fleet-of-spies-in-space", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 539, + "permlink": "faceless-recognition-system-can-identify-you-even-when-you-hide-your-face", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 538, + "permlink": "breaking-news-secret-group-running-u-s-elections-discovered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 537, + "permlink": "study-links-gmos-to-over-22-different-diseases", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 536, + "permlink": "aquaculture-cage-culture", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 535, + "permlink": "how-much-food-can-i-grow-around-my-house", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 534, + "permlink": "the-olympic-spirit-is-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 533, + "permlink": "satanic-panic-brainwashing-their-way-into-schools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 532, + "permlink": "is-edward-snowden-dead-at-age-33", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 531, + "permlink": "olympic-giant-vagina-birthing-new-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 530, + "permlink": "christina-perri-a-thousand-years-piano-cello-cover", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 529, + "permlink": "waltz-of-roses-waltz-of-love-eugen-doga-gramofon", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 528, + "permlink": "nbc-announces-everyone-must-wear-a-microchip-by-2017", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 527, + "permlink": "the-terrorist-organization-federal-reserve-released-the-latest-joke-to-mock-the-american-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 526, + "permlink": "the-number-13", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 525, + "permlink": "3udsee-the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 524, + "permlink": "metadata-the-nsa-are-still-watching-you", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 523, + "permlink": "the-washington-post-will-use-robots-to-write-stories-about-the-rio-olympics", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 522, + "permlink": "former-iran-hostage-says-plane-waited-until-ransom-money-arrived", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 521, + "permlink": "this-video-proves-hillary-will-attempt-to-steal-election-from-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 520, + "permlink": "us-dollar-unwinding-world-wide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 519, + "permlink": "independence-day-resurgence-and-hillary-clinton-or-illuminati-disclosure", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 518, + "permlink": "government-to-lift-moratorium-on-cross-species-chimera-research", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 517, + "permlink": "star-wars-tv-show", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 516, + "permlink": "satan-club-requests-hit-schools", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 515, + "permlink": "hackers-could-get-inside-your-brain", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 514, + "permlink": "u-n-take-over-of-police", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 513, + "permlink": "putin-exposes-usa-about-the-new-world-order-at-un-meeting-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 512, + "permlink": "obama-sent-usd400-million-cash-to-iran-as-american-prisoners-freed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 511, + "permlink": "illuminati-orders-elimination-of-julian-assange-wikileaks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 510, + "permlink": "trump-we-re-running-against-a-rigged-press", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 509, + "permlink": "65mbab-elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 508, + "permlink": "the-13-inbred-terrorist-european-bloodlines-support-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 507, + "permlink": "europe-is-dead", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 506, + "permlink": "woman-trapped-in-car-during-flash-flood", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 505, + "permlink": "the-clinton-foundation-state-and-kremlin-connections", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 504, + "permlink": "10-dangerous-rides-people-have-actually-died-from", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 503, + "permlink": "sandy-hook-s-usd50-million-dollar-relaunch", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 502, + "permlink": "skydiver-luke-aikins-jumps-25000-feet-without-parachute", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 501, + "permlink": "alex-jones-emergency-message-to-donald-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 500, + "permlink": "we-all-know-that-the-lottery-is-rigged-but-do-you-think-the-winning-numbers-have-anything-to-do-with-gematria", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 499, + "permlink": "top-10-actors-who-do-their-own-stunts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 498, + "permlink": "billionaires-beg-koch-brothers-to-pour-money-into-trump-campaign", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 497, + "permlink": "an-after-school-satan-club-could-be-coming-to-your-kid-s-elementary-school", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 496, + "permlink": "sex-ban-recommended-for-british-tourists-in-florida-after-zika-outbreak", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 495, + "permlink": "i-was-right-on-steem-coin-price-prediction", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 494, + "permlink": "hillary-clinto-swimsuit-calendar-edition", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 493, + "permlink": "steem-resources", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 492, + "permlink": "thousands-of-german-protesters-take-to-the-streets-saying-she-must-go-and-a-key-coalition-ally-withdraws-support-to-open-door", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 491, + "permlink": "illuminati-gang-signs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 490, + "permlink": "islamic-terrorists-hoax-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 489, + "permlink": "a-major-secret-crisis-has-just-unleashed-you-ll-never-guess-what-it-is", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 488, + "permlink": "lawsuit-filed-against-government-and-media-for-staging-sandy-hook", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 487, + "permlink": "which-one-do-you-think-comes-first-the-chicken-or-the-egg", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 486, + "permlink": "flint-water-crisis-new-criminal-charges-are-brought", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 485, + "permlink": "massive-amount-of-the-13-inbred-terrorist-european-bloodlines-fleeing-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 484, + "permlink": "people-fear-the-u-s-government-sending-isis-to-drop-bomb-using-drones", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 483, + "permlink": "this-is-how-we-take-america-back", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 482, + "permlink": "new-type-of-war-crime-that-s-going-unpunished", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 481, + "permlink": "israeli-company-caught-running-scam-binary-options", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 480, + "permlink": "according-to-steem-system-in-order-for-your-vote-to-be-worth-something-you-must-have-money", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 479, + "permlink": "states-seceding-from-the-terrorist-organization-u-s-a-incorporated", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 478, + "permlink": "elders-of-13-inbred-european-bloodlines-house-training-their-inbred-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 477, + "permlink": "the-13-inbred-terrorist-european-bloodlines-created-the-u-s-government-as-a-joke-to-run-scams-on-the-american-people", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 476, + "permlink": "breaking-news-ongoing-civil-war-in-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 475, + "permlink": "biggest-news-story-of-the-year-and-you-ve-never-heard-about-it-until-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 474, + "permlink": "trump-left-out-of-google-search-for-presidential-candidates", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 473, + "permlink": "i-just-harvested-a-bunch-of-rau-muong-from-my-vegetable-garden", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 472, + "permlink": "price-of-steem-coin-will-plummet-because-of-open-source", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 471, + "permlink": "clinton-slams-trump-for-praising-dictators-despite-having-own-ties", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 470, + "permlink": "how-do-you-vote-for-steem-witness", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 469, + "permlink": "a-very-happy-wolf", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 468, + "permlink": "scotland-to-create-their-own-cryptocurrency-for-brexit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 467, + "permlink": "emergency-hillary-plans-to-steal-election-from-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 466, + "permlink": "how-to-make-healthy-kale-chips-fast-and-easy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 465, + "permlink": "deutsche-bank-a-giant-in-crisis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 464, + "permlink": "do-you-prefer-steeman-or-steemian", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 463, + "permlink": "steemian", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 462, + "permlink": "hadrian-x-the-robo-builder-create-an-entire-house-in-just-two-days", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 461, + "permlink": "usa-incorporated-created-isis-and-have-ordered-isis-to-release-this-video", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 460, + "permlink": "closes-130-media-outlets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 459, + "permlink": "xi-crushes-dissent-in-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 458, + "permlink": "eyes-wide-shut-parties", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 457, + "permlink": "protest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 456, + "permlink": "trump-jump-to-7-lead-over-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 455, + "permlink": "cryptocurrency-users-are-now-being-track", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 454, + "permlink": "we-should-all-steal-this-parenting-trick-from-prince-william-experts-say", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 453, + "permlink": "usa-created-al-qaeda-and-isis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 452, + "permlink": "the-ugly-truth-about-the-white-house-and-its-history-of-slavery", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 451, + "permlink": "the-13-inbred-terrorist-european-bloodlines", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 450, + "permlink": "is-it-a-good-idea-to-convert-sd-to-steem-when-price-of-steem-coin-is-low-or-high", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 449, + "permlink": "jacob-rothschild", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 448, + "permlink": "chinese-factory-slave-workers-freedom-politics-and-change-in-china", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 447, + "permlink": "how-to-make-a-drop-down-list-of-tags-in-your-steemit-post", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 446, + "permlink": "steem-suggestion-add-timestamp-to-the-post", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 445, + "permlink": "steem-faq", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 444, + "permlink": "ask-steem-after-the-sdb-is-paid-out-from-a-post-can-that-post-receive-more-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 443, + "permlink": "u-s-government-now-confiscating-homes-cars-and-assets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 442, + "permlink": "amazon-testing-delivery-drones-in-the-uk", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 441, + "permlink": "steem-coin-price-analysis", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 440, + "permlink": "would-you-rather-have-ethereum-or-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 439, + "permlink": "usd15-000", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 438, + "permlink": "cellphone-and-wifi-ban", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 437, + "permlink": "steemit-com-lawsuit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 436, + "permlink": "lawsuit-trans-students-made-to-wear-green-bracelets-to-id-themselves", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 435, + "permlink": "man-shoots-dead-doctor-kills-himself-at-berlin-hospital", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 434, + "permlink": "elon-musk-s-master-plan", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 433, + "permlink": "steemit-made-it-on-to-yahoo-news", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 432, + "permlink": "steemit-ad-on-bus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 431, + "permlink": "gold-backed-cryptocurrency-xaurum-announces-rebirth-event-ico", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 430, + "permlink": "10-inappropriate-people-at-walmart", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 429, + "permlink": "10-photos-that-will-make-you-uneasy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 428, + "permlink": "10-shocking-sexual-traditions-from-around-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 427, + "permlink": "15-mysterious-creatures-of-all-time", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 426, + "permlink": "40-guys-with-worst-photoshop-girlfriend", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 425, + "permlink": "top-10-mysterious-creatures-caught-on-camera-and-spotted-in-real-life", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 424, + "permlink": "10-youtubers-who-were-murdered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 423, + "permlink": "10-banned-things-on-amazon", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 422, + "permlink": "australia-s-shame-torture-of-kids-at-juvenile-detention-center", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 421, + "permlink": "5-banned-youtubers-you-can-t-watch-anymore", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 420, + "permlink": "huge-fire-breaks-out-near-nato-base-in-turkey", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 419, + "permlink": "10-illegal-jobs-that-pay-extremely-well", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 418, + "permlink": "darpa-pulls-technology-from-the-book-of-revelation", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 417, + "permlink": "10-horrible-secrets-celebs-don-t-want-you-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 416, + "permlink": "deutsche-bank-is-broke-derivatives-collapse-coming-jim-rogers-interview", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 415, + "permlink": "10-photos-banned-from-social-media", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 414, + "permlink": "28-banned-photos-that-were-secretly-smuggled-out-of-north-korea", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 413, + "permlink": "gavin-long-hands-up-don-t-shoot-and-the-zionist-agenda", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 412, + "permlink": "wikileaks-says-dnc-cheated-bernie", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 411, + "permlink": "https-www-thesun-co-uk-news-1498750-computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 410, + "permlink": "computers-will-use-more-electricity-than-the-entire-world-can-generate-by-2040-tech-experts-claim", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 409, + "permlink": "china-bans-internet-news-reporting-as-media-crackdown-widens", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 408, + "permlink": "i-m-selling-this-home-made-hydroponic-kit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 407, + "permlink": "putin-is-ready-to-start-world-war-three-overnight", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 406, + "permlink": "sex-party-shooting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 405, + "permlink": "what-uber-can-teach-the-fed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 404, + "permlink": "bny-mellon-bank-uses-robots", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 403, + "permlink": "samsung-is-working-on-wireless-chargers-3-new-designs-surface-on-patents", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 402, + "permlink": "what-old-women-think-about-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 401, + "permlink": "merkel-feels-the-heat", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 400, + "permlink": "ted-cruz-could-have-been-a-hero-now-he-must-be-destroyed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 399, + "permlink": "hillary-behind-theft-of-nomination", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 398, + "permlink": "hillary-followers-say-it-s-good-she-stole-election-from-sanders", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 397, + "permlink": "bernie-sanders-supporters-chant-lock-her-up-in-philadelphia-protest-against-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 396, + "permlink": "coup-at-fox-news-confirmed-roger-stone-responds-to-the-young-turds-turks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 395, + "permlink": "inside-the-world-s-most-expensive-hotel-suite-which-costs-gbp57-000-per-night", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 394, + "permlink": "how-a-caribbean-island-became-prime-source-of-u-s-zika-cases", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 393, + "permlink": "500-million-scanners-by-2019", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 392, + "permlink": "turkey-arrests-62-schoolchildren-for-treason-following-failed-military-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 391, + "permlink": "duckweed-as-a-renewable-and-sustainable-biofuel-feedstock", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 390, + "permlink": "how-to-download-a-steem-desktop-wallet", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 389, + "permlink": "what-is-the-difference-between-steem-available-supply-and-total-supply", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 388, + "permlink": "english-gematria-must-see-easy-vid-666-shocking-conclusion", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 387, + "permlink": "pokemon-interrupts-state-department-briefing", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 386, + "permlink": "top-5-smallest-drones-in-the-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 385, + "permlink": "trump-tombstone-secrets-revealed", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 384, + "permlink": "rogue-one-leaked-trailer-2-breakdown-darth-vader-details-a-star-wars-story-movie-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 383, + "permlink": "illuminati-rigged-basketball-games", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 382, + "permlink": "california-s-minimum-wage-rises-increase-unemployment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 381, + "permlink": "the-beautiful-emma-watson", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 380, + "permlink": "this-is-what-the-internet-really-looks-like-in-the-real-world", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 379, + "permlink": "donald-trump-s-gop-convention-entrance-to-queen", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 378, + "permlink": "munich-mall-hoax-shooting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 377, + "permlink": "munich-shooting-nwo-speeds-it-up", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 376, + "permlink": "making-hot-sauce-using-the-hottest-peppers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 375, + "permlink": "around-the-globe-in-11-days-64yo-russian-adventurer-breaks-world-record", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 374, + "permlink": "elites-are-warning-us-are-you-listening", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 373, + "permlink": "washington-state-utility-raises-power-rates-on-bitcoin-miners", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 372, + "permlink": "paedophile-dies", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 371, + "permlink": "there-s-an-app-to-pick-up-dog-poop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 370, + "permlink": "city-of-angels", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 369, + "permlink": "an-honest-conversation-about-race", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 368, + "permlink": "they-re-selected-not-elected-rothschild-hosts-usd100-000-a-plate-dinner-for-guess-who", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 367, + "permlink": "the-george-washington-of-the-uk-speaks-to-infowars", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 366, + "permlink": "crisis-actors-revealed-pulse-orlando-hoax-youtube", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 365, + "permlink": "secret-hillary-clinton-voodoo-doll-discovered", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 364, + "permlink": "youtube-caught-covering-up-cenk-uygur-meltdown", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 363, + "permlink": "hot-as-hell-temperature-hits-129-degrees", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 362, + "permlink": "fire-keeps-on-burning-as-the-ongoing-civil-war-in-america-continues-on", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 361, + "permlink": "killer-lured-kids-to-death", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 360, + "permlink": "keiser-report-escaping-america", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 359, + "permlink": "look-what-the-un-just-did-you-won-t-believe-what-s-about-to-come", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 358, + "permlink": "david-banner-black-people-aren-t-ready-for-a-race-war", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 357, + "permlink": "my-little-organic-food-garden", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 356, + "permlink": "mysterious-green-slime-bubbles-up-from-sewers-in-utah-town", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 355, + "permlink": "ex-cia-pilot-gives-sworn-testimony-that-no-planes-hit-the-twin-towers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 354, + "permlink": "corporate-fascism-the-destruction-of-america-s-middle-class", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 353, + "permlink": "chinese-scientists-to-edit-human-genes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 352, + "permlink": "un-implements-war-plan", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 351, + "permlink": "the-cure-for-cataracts", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 350, + "permlink": "massive-russian-military-drills-begin-today", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 349, + "permlink": "eu-crumbles-germany-benefits-while-eu-states-suffer-merkel-support-plummets", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 348, + "permlink": "wikileaks-releases-hillary-leaks-emails", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 347, + "permlink": "trump-s-epic-speech", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 346, + "permlink": "five-new-simple-life-hacks-you-should-try-at-home", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 345, + "permlink": "10-back-to-school-life-hacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 344, + "permlink": "10-summer-life-hacks-to-try-right-now", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 343, + "permlink": "meet-the-forgotten-tribe-that-has-not-yet-discovered-fire", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 342, + "permlink": "10-amazing-and-life-changing-life-hacks", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 341, + "permlink": "6-life-hacks-everyone-should-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 340, + "permlink": "10-simple-life-hacks-everyone-should-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 339, + "permlink": "13-weird-life-hacks-everyone-needs-to-know", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 338, + "permlink": "7-life-hacks-for-cat", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 337, + "permlink": "the-young-turks-vs-infowars-spectacle", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 336, + "permlink": "how-to-pick-any-lock", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 335, + "permlink": "steem-ads", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 334, + "permlink": "10-life-hacks-which-simplify-your-life", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 333, + "permlink": "10-lifehacks-for-music", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 332, + "permlink": "some-conspiracists-think-theresa-may-and-angela-merkel-are-in-the-illuminati-because-of-a-hand-gesture", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 331, + "permlink": "1-in-3-kids-have-money-worries", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 330, + "permlink": "most-interesting-man-has-worst-legal-strategy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 329, + "permlink": "kkk-member-david-duke-runs-for-senate", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 328, + "permlink": "cdc-3-more-babies-400-pregnant-women-infected", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 327, + "permlink": "the-case-for-blue-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 326, + "permlink": "post-a-picture-of-your-tits-for-an-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 325, + "permlink": "did-you-know-that-santa-is-satan-intentionally-mispelled", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 324, + "permlink": "promoting-prostitution-on-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 323, + "permlink": "attention-steem-i-suggest-you-allow-people-to-use-numbers-in-hashtag", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 322, + "permlink": "charges-against-roger-ailes-are-bs", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 321, + "permlink": "cenk-uygur-explains-what-happened-with-alex-jones-and-roger-stone-at-republican-national-convention", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 320, + "permlink": "young-turks-flip-out-on-alex-jones", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 319, + "permlink": "first-it-was-robert-holmes-then-kevin-krim-had-to-be-silenced-they-killed-his-children", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 318, + "permlink": "charlie-rose-confronted-over-globalist-takeover", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 317, + "permlink": "suggestion-to-steem-create-a-server-so-posters-can-upload-images", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 316, + "permlink": "has-the-terrorist-organization-federal-reserve-become-u-s-congress-s-golden-goose", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 315, + "permlink": "milo-yiannopoulos-got-banned-from-twitter-for-posting-gay-for-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 314, + "permlink": "my-forex-analysis-for-eurusd-july-21st-2016", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 313, + "permlink": "a-better-idea-to-improve-steem-use-this-hashtag-support-for-questions-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 312, + "permlink": "purse-io-ceo-andrew-lee-bitcoin-is-going-to-be-main-cryptocurrency", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 311, + "permlink": "kickass-torrents-atrem-vaulin-arrested-website-down", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 310, + "permlink": "what-i-really-like-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 309, + "permlink": "steem-support-questions-and-answers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 308, + "permlink": "why-can-t-steem-display-images-from-google-drive-and-onedrive", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 307, + "permlink": "bitcoin-now-more-stable-than-pound-says-lily-allen-to-5-8-million-twitter-followers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 306, + "permlink": "how-michael-dubin-turned-a-funny-video-into-usd1-billion", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 305, + "permlink": "many-flock-to-gun-shops-after-state-issues-warning-on-copycat-assault-weapons-ag-healey-warns-gun-dealers-on-state-s-assault", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 304, + "permlink": "the-ultimate-brain-map", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 303, + "permlink": "scientists-reverse-menopause", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 302, + "permlink": "lord-of-amazon-turns-alien", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 301, + "permlink": "bruce-lee-s-insane-charisma", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 300, + "permlink": "bittrex-added-these-new-cryptocurrencies", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 299, + "permlink": "poloniex-just-added-steem-to-let-users-trade", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 298, + "permlink": "6-hours-relaxing-piano-violin-guitar-study-music", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 297, + "permlink": "how-to-fix-the-red-ring-of-death", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 296, + "permlink": "how-to-make-fire-rain-or-non-toxic-combustion-properties-of-polyethylene", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 295, + "permlink": "tv-news-now-putin-chastises-obama-about-the-new-world-order-2016-un-meeting", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 294, + "permlink": "how-to-make-anti-gravity-cd-wheel", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 293, + "permlink": "glass-explosion-at-343-000fps", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 292, + "permlink": "mexican-style-corn", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 291, + "permlink": "how-to-make-baked-spaghetti-casserole", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 290, + "permlink": "how-to-make-hamburger-potato-casserole", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 289, + "permlink": "how-to-make-a-rocket-from-the-sparklers", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 288, + "permlink": "how-to-make-magnetic-slime", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 287, + "permlink": "how-to-make-emergency-phone-charger-from-fire-and-peltier", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 286, + "permlink": "how-to-make-a-vacuum-cleaner", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 285, + "permlink": "make-a-mermaid-tail-swimmable-and-very-easy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 284, + "permlink": "diy-pain-less-hair-wax", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 283, + "permlink": "how-to-make-chicken-tikka", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 282, + "permlink": "how-to-make-compost-tea", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 281, + "permlink": "how-to-make-an-eternal-terrarium", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 280, + "permlink": "how-to-make-a-hoverboard-at-home", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 279, + "permlink": "new-world-order-one-world-government-conspiracy", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 278, + "permlink": "the-letter-that-has-shocked-the-usa", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 277, + "permlink": "scalping-in-the-forex-market-vs-posting-on-steemit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 276, + "permlink": "chris-christie-wants-to-lock-up-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 275, + "permlink": "negative-upvote", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 274, + "permlink": "who-own-steem-io-and-steemit-com", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 273, + "permlink": "who-owns-the-legal-right-to-the-name-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 272, + "permlink": "what-is-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 271, + "permlink": "what-is-curation-reward", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 270, + "permlink": "nazi-protest", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 269, + "permlink": "steem-logo-is-666", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 268, + "permlink": "fox-is-666", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 267, + "permlink": "mercedes-just-reveal-their-latest-self-driving-bus", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 266, + "permlink": "paul-ryan-in-toughest-fight-of-career", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 265, + "permlink": "suggestion-for-steem-bookmark-button-to-quick-submit-a-story", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 264, + "permlink": "foxnews-drama", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 263, + "permlink": "why-didn-t-drudge-stop-trump", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 262, + "permlink": "a-new-way-to-prevent-muscle-cramps", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 261, + "permlink": "why-trump-should-gut-the-federal-reserve-if-he-becomes-president", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 260, + "permlink": "i-ve-concluded-that-steem-is-rigged", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 259, + "permlink": "gerald-celente-hot-humanity-on-the-brink-of-global-insanity", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 258, + "permlink": "wow-even-a-forex-website-is-talking-about-steem", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 257, + "permlink": "keiser-report-jumping-brexit-ship", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 256, + "permlink": "why-the-federal-reserve-violates-the-u-s-constitution", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 255, + "permlink": "jim-rickards-and-egon-von-greyerz-discuss-usd10-000-gold", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 254, + "permlink": "trump-s-rnc-entrance", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 253, + "permlink": "how-to-build-aeroponic-tree", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 252, + "permlink": "10-diy-ideas-for-clothes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 251, + "permlink": "123-000-venezuelans-cross-border-shopping-for-scarce-food", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 250, + "permlink": "rio-record-breaking-haul-42-condoms-per-athlete", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 249, + "permlink": "man-kicked-out-of-all-you-can-eat-buffet-after-eating-more-than-50-lbs-of-food-sues-for-usd2-million", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 248, + "permlink": "superyacht-355ft-floating-palace", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 247, + "permlink": "nice-terror-attack-manuel-valls-booed-at-memorial-service-to-victims-on-promenade-des-anglais", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 246, + "permlink": "no-lives-matter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 245, + "permlink": "us-educational-tax-dollars-used-to-fund-turkish-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 244, + "permlink": "clinton-threat-to-destroy-everyone-throws-washington-into-chaos", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 243, + "permlink": "fired-cop-exposes-the-truth-about-the-u-s-gov", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 242, + "permlink": "when-rogue-politicians-call-for-martial-law", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 241, + "permlink": "1st-and-2nd-amendment-attack-caught-on-camera-cop-kicks-down-second-amendment-sign", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 240, + "permlink": "why-we-need-the-2nd-amendment", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 239, + "permlink": "discovery-channel-watchmen-militia-rising", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 238, + "permlink": "molon-labe-how-the-second-amendment-guarantees-a-free-state", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 237, + "permlink": "top-10-unbreakable-codes", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 236, + "permlink": "american-people-fight-the-tyrants-a-message-to-the-militia", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 235, + "permlink": "over-100-nude-women-pose-against-trump-in-cleveland", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 234, + "permlink": "hillary-for-prison-banner-flying-at-rnc", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 233, + "permlink": "this-video-will-destroy-hillary-clinton", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 232, + "permlink": "louisiana-governor-says-the-hatred-has-to-stop", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 231, + "permlink": "turkey-s-1997-and-2016-staged-coups", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 230, + "permlink": "false-flag-in-nice-attack-you-decide", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 229, + "permlink": "cleaning-virus-from-institutions", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 228, + "permlink": "americans-are-buying-gene-edited-food-that-s-not-labeled-gmo", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 227, + "permlink": "dynasty-of-rothschild", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 226, + "permlink": "rothschild-s-tactical-retreat-brexit", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 225, + "permlink": "baton-rouge-shooting-footage", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 224, + "permlink": "3-cops-dead-others-fighting-for-their-lives-in-baton-rouge-terror-attack", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 223, + "permlink": "new-black-panther-party-forms-baton-rouge-chapter", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 222, + "permlink": "3-cops-dead-baton-rouge-suspect-dead-2-at-large-robot-looks-for-explosives-live", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 221, + "permlink": "turkey-detains-6-000-in-purge-after-failed-coup", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 220, + "permlink": "waltz-of-the-butterfly", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 219, + "permlink": "donald-trump-comments-on-nice-france-terrorist-attack", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 218, + "permlink": "committee-of-300-the-power-behind-the-new-world-order-full-documentary", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 217, + "permlink": "illuminati-sacrifice-of-whitney-houston-illuminati-ritual-egyptian-sarcophagus-at-funeral", + "reblogged_on": "1970-01-01T00:00:00" + }, + { + "author": "cryptocurrency1", + "blog": "cryptocurrency1", + "entry_id": 216, + "permlink": "june-freemason-illuminati-ritual-murders-2016", + "reblogged_on": "1970-01-01T00:00:00" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.tavern.yaml new file mode 100644 index 00000000..05a14695 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_entries/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_blog_entries patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_blog_entries + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_blog_entries" + params: {"account":"cryptocurrency1","start_entry_id":-1,"limit":500} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_blog_entries" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.tavern.yaml index 21cda3eb..1fed16c6 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.tavern.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "condenser_api.get_discussions_by_author_before_date" - params: {"author":"steemit","start_permlink":"firstpost","before_date":"2016-04-19T22:49:43","limit":1} + params: {"author":"steemit","start_permlink":"","before_date":"2016-04-19T22:49:43","limit":1} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.pat.json index efe92066..523a421f 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.pat.json @@ -1,540 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 949715155915, - "rshares": 7189765117913, - "voter": "steempty" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1758650605407, - "voter": "fantasy" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 3096347121358, - "voter": "lafona-miner" - }, - { - "percent": "10000", - "reputation": 9111465318256, - "rshares": 443115789439, - "voter": "lafona" - }, - { - "percent": "10000", - "reputation": 8358591595454, - "rshares": 5704113357028, - "voter": "kushed" - }, - { - "percent": "10000", - "reputation": 358840960832, - "rshares": 1462277966740, - "voter": "rossco99" - }, - { - "percent": "10000", - "reputation": 454674995328, - "rshares": 1053812806549, - "voter": "delegate.lafona" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 311716524620, - "voter": "lafona5" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 4657282411338, - "voter": "steemit200" - }, - { - "percent": "10000", - "reputation": 1214229078, - "rshares": 3103809281, - "voter": "boy" - }, - { - "percent": "10000", - "reputation": 4712949449, - "rshares": 3768391494, - "voter": "bue-witness" - }, - { - "percent": "10000", - "reputation": 1789951494550, - "rshares": 691001807, - "voter": "bunny" - }, - { - "percent": "10000", - "reputation": 103443134841, - "rshares": 54776083621, - "voter": "bue" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1663169085, - "voter": "mini" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 213791564, - "voter": "moon" - }, - { - "percent": "10000", - "reputation": 12928765689257, - "rshares": 78891294747, - "voter": "aizensou" - }, - { - "percent": "10000", - "reputation": 49549461527, - "rshares": 521250289282, - "voter": "boatymcboatface" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 624958194, - "voter": "healthcare" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 973053164, - "voter": "daniel.pan" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 288347059, - "voter": "helen.tan" - }, - { - "percent": "10000", - "reputation": 21498120740, - "rshares": 9112903566, - "voter": "gregory60" - }, - { - "percent": "10000", - "reputation": 4931834878069, - "rshares": 18659534148, - "voter": "fkn" - }, - { - "percent": "10000", - "reputation": 35537325381339, - "rshares": 973967568018, - "voter": "hipster" - }, - { - "percent": "10000", - "reputation": 5414208804644, - "rshares": 24544701292, - "voter": "elishagh1" - }, - { - "percent": "10000", - "reputation": 42741727265739, - "rshares": 152212377868, - "voter": "steve-walschot" - }, - { - "percent": "10000", - "reputation": 14968641922913, - "rshares": 55784839677, - "voter": "oaldamster" - }, - { - "percent": "10000", - "reputation": 1663549830469, - "rshares": 446046136, - "voter": "coar" - }, - { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1069533112, - "voter": "murh" - }, - { - "percent": "10000", - "reputation": 373944484737, - "rshares": 1383235744, - "voter": "dmitry" - }, - { - "percent": "10000", - "reputation": 4509451541223, - "rshares": 72055092368, - "voter": "theshell" - }, - { - "percent": "10000", - "reputation": 10395665548525, - "rshares": 249625471161, - "voter": "billbutler" - }, - { - "percent": "10000", - "reputation": 11765473490257, - "rshares": 51311928063, - "voter": "justtryme90" - }, - { - "percent": "10000", - "reputation": 71931696380, - "rshares": 3841140545064, - "voter": "satoshifund" - }, - { - "percent": "10000", - "reputation": 1380612911758, - "rshares": 4567261739, - "voter": "dahaz159" - }, - { - "percent": "10000", - "reputation": 77590508815145, - "rshares": 387985733469, - "voter": "kaylinart" - }, - { - "percent": "10000", - "reputation": 9186061899783, - "rshares": 32141869782, - "voter": "michaelx" - }, - { - "percent": "10000", - "reputation": 3929147028870, - "rshares": 14767102458, - "voter": "magnebit" - }, - { - "percent": "10000", - "reputation": 6105332515536, - "rshares": 12304387392, - "voter": "primus" - }, - { - "percent": "10000", - "reputation": 85777133037, - "rshares": 510500434, - "voter": "mrhankeh" - }, - { - "percent": "10000", - "reputation": 10314872786861, - "rshares": 55523531238, - "voter": "isteemit" - }, - { - "percent": "10000", - "reputation": 336763673779, - "rshares": 243469311828, - "voter": "asmolokalo" - }, - { - "percent": "10000", - "reputation": 15603689614497, - "rshares": 32438700122, - "voter": "good-karma" - }, - { - "percent": "10000", - "reputation": 18799092030582, - "rshares": 117576364187, - "voter": "derekareith" - }, - { - "percent": "10000", - "reputation": 6340616331847, - "rshares": 27196917779, - "voter": "picokernel" - }, - { - "percent": "10000", - "reputation": 19111656178138, - "rshares": 57464079766, - "voter": "furion" - }, - { - "percent": "10000", - "reputation": 3891722, - "rshares": 450690091, - "voter": "barbara2" - }, - { - "percent": "10000", - "reputation": 9142611234, - "rshares": 500796799, - "voter": "ch0c0latechip" - }, - { - "percent": "10000", - "reputation": 3871042, - "rshares": 463489897, - "voter": "doge4lyf" - }, - { - "percent": "10000", - "reputation": 322912672117, - "rshares": 77799484, - "voter": "cynetyc" - }, - { - "percent": "10000", - "reputation": 1648396897354, - "rshares": 11012705941, - "voter": "asim" - }, - { - "percent": "10000", - "reputation": 38947133984552, - "rshares": 207913769477, - "voter": "jesta" - }, - { - "percent": "10000", - "reputation": 1510234773828, - "rshares": 3521079151, - "voter": "bitland" - }, - { - "percent": "10000", - "reputation": 2397831198773, - "rshares": 3317742975, - "voter": "karen13" - }, - { - "percent": "10000", - "reputation": 777812727227, - "rshares": 18913653840, - "voter": "artific" - }, - { - "percent": "10000", - "reputation": -883682716676, - "rshares": 91926117, - "voter": "wildchild" - }, - { - "percent": "10000", - "reputation": 4603449402273, - "rshares": 7610839667, - "voter": "bitcoiner" - }, - { - "percent": "10000", - "reputation": 14988694886527, - "rshares": 161321493342, - "voter": "jl777" - }, - { - "percent": "10000", - "reputation": 10519849768972, - "rshares": 15117633226, - "voter": "positive" - }, - { - "percent": "10000", - "reputation": 58190631451, - "rshares": 13748160995, - "voter": "proto" - }, - { - "percent": "10000", - "reputation": 147425730, - "rshares": 511421569, - "voter": "fnait" - }, - { - "percent": "10000", - "reputation": 3720753029, - "rshares": 466607624, - "voter": "keepcalmand" - }, - { - "percent": "10000", - "reputation": 3005005344055, - "rshares": 26623466582, - "voter": "fabien" - }, - { - "percent": "10000", - "reputation": 106575300404, - "rshares": 3733883806, - "voter": "glitterpig" - }, - { - "percent": "10000", - "reputation": 1275505236, - "rshares": 6948566921, - "voter": "taker" - }, - { - "percent": "10000", - "reputation": 4116067655741, - "rshares": 7011114855, - "voter": "sykochica" - }, - { - "percent": "10000", - "reputation": 16577047541, - "rshares": 14290322836, - "voter": "sunshine" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1561551841, - "voter": "paynode" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 52467942, - "voter": "loli" - }, - { - "percent": "10000", - "reputation": 1062400368532, - "rshares": 101260657045, - "voter": "helikopterben" - }, - { - "percent": "100", - "reputation": 11683040603469, - "rshares": 1437734042, - "voter": "anotherjoe" - }, - { - "percent": "10000", - "reputation": 324640729094, - "rshares": 13552961624, - "voter": "cryptomancer" - }, - { - "percent": "10000", - "reputation": -642566206250, - "rshares": 6943720311, - "voter": "craigwilliamz" - }, - { - "percent": "10000", - "reputation": 970572315676, - "rshares": 967388016, - "voter": "fiat19" - }, - { - "percent": "10000", - "reputation": 670779587392, - "rshares": 54647248, - "voter": "ahmetova" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 924455261, - "voter": "smisi" - }, - { - "percent": "10000", - "reputation": 501396601216, - "rshares": 226955419, - "voter": "pjo" - }, - { - "percent": "10000", - "reputation": 19674745811334, - "rshares": 57687974024, - "voter": "tracemayer" - }, - { - "percent": "10000", - "reputation": 9789912031, - "rshares": 55496395, - "voter": "feruz" - }, - { - "percent": "10000", - "reputation": 563927807986, - "rshares": 1314420433, - "voter": "bitcoinparadise" - }, - { - "percent": "10000", - "reputation": 1066308215, - "rshares": 88742390, - "voter": "inarix03" - }, - { - "percent": "10000", - "reputation": 4971287291, - "rshares": 53469216, - "voter": "libertyadvocate" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 155715771, - "voter": "nadil" - }, - { - "percent": "10000", - "reputation": 2432802, - "rshares": 146166760, - "voter": "daniel.brest" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 139701223, - "voter": "edward.shroder" - } - ], - "author": "good-karma", - "author_reputation": 15603689614497, - "beneficiaries": [], - "body": "I am pleased to announce my application for witness. \n\nMy background, I have been in crypto space since 2012. I have mined Bitcoin at very early days, then try to contribute where I can with my skill set. When I find out about Nxt, decided to create client and contribute to the project. I have developed one of the early clients (Clienxt) and later due to one client favored by community, development discontinued. I also developed Nxt Mobile application. Since then I have been busy with other projects but always watched for next potentially great projects on crypto.\n\nCurrently I am contributing Steem community with eSteem mobile application project and have many other projects in line to improve the platform, bring more users, grow awareness.\nEven though I have been anonymous for most part before, I took different approach with Steem and decided to take route of transparency and entrepreneurship. I have wide range of programming skills, UX and Quality oriented.\n
https://s5.postimg.org/it2gooa2f/witness_good_karma_steem.png
\nCheck out for my recent works on github/feruzm, twitter/feruzm\nWitness is highly reliable, ready to upscale when needed. Nodes are in US central and US east area. Vote from cli_wallet\n`vote_for_witness your-account good-karma true true`\n\n* Witness: `good-karma`\n* Seed node: `104.196.141.163:2001`\n------------\n\n### To vote me for witness, please check\n### https://steemit.com/~witnesses\n### and vote for `good-karma` if you cannot find it in list\nScroll to the bottom of the page\nhttps://img1.steemit.com/0x0/https://sc-cdn.scaleengine.net/i/3a36aeae99432e2cfec853ec6e5357c6.png\nEnter `good-karma`\nClick **VOTE**\n\n### Follow to get updates on projects I am working and Steeming on...\n\n## Update: witness listed and up for voting... Sorry for those who tried and couldn't vote, please try again.\n\n~ Feruz", - "body_length": 1859, - "cashout_time": "2016-09-14T18:50:00", - "category": "witness-category", - "children": 8, - "created": "2016-09-07T18:50:00", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https://steemit.com/~witnesses\"],\"image\":[\"https://s5.postimg.org/it2gooa2f/witness_good_karma_steem.png\",\"https://img1.steemit.com/0x0/https://sc-cdn.scaleengine.net/i/3a36aeae99432e2cfec853ec6e5357c6.png\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-08T06:55:39", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 33470856816257, - "parent_author": "", - "parent_permlink": "witness-category", - "pending_payout_value": "85.091 HBD", - "percent_hbd": 10000, - "permlink": "good-karma-witness-thread", - "post_id": 1162291, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "good-karma Witness Thread", - "title": "good-karma Witness Thread", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@good-karma/good-karma-witness-thread" - }, { "active_votes": [ { @@ -6714,5 +6178,97 @@ "title": "eSteem Mobile App Development Updates 1.1.2", "total_payout_value": "0.000 HBD", "url": "/steemit/@good-karma/esteem-mobile-app-development-updates-1-1-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 973967568018, + "voter": "hipster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1426450295, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 208003523717, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1830127738, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 217622810430, + "rshares": 585335120, + "voter": "ryno" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 3819058551, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3958064178, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 6644329945, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1522235238, + "voter": "sponge-bob" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "Just wanted to clarify few points about eSteem - Steem Mobile application project.\n\n**eSteem** is formerly known as _**Steem Mobile**_, [opensource application](https://github.com/feruzm/esteem) for mobile devices and tablets with support for iOS, Android, Windows Phones.\n\n# eSteem means two thing:\n\n* respect and admiration for the platform Steem\n* eSteem, electronic Steem ( just like email is being Electronic Mail )\n\nMore on development update is coming soon (1.1.2)\n
[![splash_cc9674.th.png](https://www.steemimg.com/images/2016/08/05/splash_cc9674.th.png)](https://www.steemimg.com/image/0kRwu)
\n# Have you missed previous development updates?\n* [eSteem - 1.1.1](https://steemit.com/steemit/@good-karma/esteem-update-profile-pictures-elegant-profile-pages-easy-access-many-more)\n* [eSteem - 1.0.1](https://steemit.com/steemit/@good-karma/steem-code-on-esteem-updates)\n* [Steem Mobile - eSteem 1.0.0](https://steemit.com/steemmobile/@good-karma/ios-android-first-opensource-steem-mobile-application-esteem-available-at-google-playstore-amazon-appstore-and-soon-apple)\n* [Steem Mobile - 0.0.4](https://steemit.com/steem/@good-karma/steem-mobile-beta-0-0-4-with-android-and-ios-new-features-voting-login-view-changes-and-a-lot-more-come-join-testing)\n* [Steem Mobile - 0.0.3](https://steemit.com/steem/@good-karma/steem-mobile-new-features-followers-following-comments-steemit-mobile-app-still-calling-for-beta-testers)\n* [Steem Mobile - 0.0.2](https://steemit.com/app/@good-karma/steem-mobile-first-steem-mobile-app-update-android-ios)\n* [Steem Mobile - 0.0.1](https://steemit.com/steemit/@good-karma/ann-steemit-mobile-app-android)\n
\n\n## Follow me to get updates\nClick on my name in post footer and **FOLLOW**\n\n### If you have design, feature suggestions please comment below and let me know.", + "body_length": 1817, + "cashout_time": "2016-08-25T12:59:15", + "category": "steemit", + "children": 8, + "created": "2016-08-18T12:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemmobile\",\"esteem\",\"apps\"],\"image\":[\"https://www.steemimg.com/images/2016/08/05/splash_cc9674.th.png\"],\"links\":[\"https://steemit.com/steemit/@good-karma/esteem-update-profile-pictures-elegant-profile-pages-easy-access-many-more\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:59:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1201878450117, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.608 HBD", + "percent_hbd": 10000, + "permlink": "what-is-steem-mobile-esteem", + "post_id": 870085, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Steem Mobile - eSteem?", + "title": "What is Steem Mobile - eSteem?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@good-karma/what-is-steem-mobile-esteem" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.tavern.yaml index 5662cf3e..ff263757 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/good-karma.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test marks: - - patterntest # should return empty set - no posts before 2009 (to be investigated but works like original) + - patterntest # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.orig.json new file mode 100644 index 00000000..75580f5f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.orig.json @@ -0,0 +1,4834 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
I am wondering if the EU volcano is about to erupt. My rationale is Matteo Renzi, Francois Hollande, and Angela …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-09-22T23:36:00", + "category": "economics", + "children": 0, + "created": "2016-08-22T23:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243319698, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-the-eu-volcano-about-to-erupt", + "post_id": 712304, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is the EU Volcano About to Erupt?", + "title": "Is the EU Volcano About to Erupt?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-the-eu-volcano-about-to-erupt" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121225998", + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51787179", + "voter": "topol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51761044", + "voter": "tuman4eg" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Andy May Many writers, including Professor Richard Lindzen and Ed Caryl have noticed the remarkable similarity in global warming observed from around 1910 to 1944 and 1975 to 2009. The similarity in slopes exists in all global surface temperature datasets. Figure 1 shows the HadCRUT version 4 dataset and the NASA GISS…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 969, + "cashout_time": "2016-09-22T23:22:24", + "category": "climate-data", + "children": 0, + "created": "2016-08-22T23:15:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:15:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 468093919, + "parent_author": "", + "parent_permlink": "climate-data", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "virtually-indistinguishable--comparing-early-20th-century-warming-to-late-20th-century-warming", + "post_id": 712103, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Virtually indistinguishable - Comparing early 20th Century warming to late 20th Century warming", + "title": "Virtually indistinguishable - Comparing early 20th Century warming to late 20th Century warming", + "total_payout_value": "0.000 HBD", + "url": "/climate-data/@taz/virtually-indistinguishable--comparing-early-20th-century-warming-to-late-20th-century-warming" + }, + { + "active_votes": [ + { + "percent": "3301", + "reputation": 0, + "rshares": "1802083804", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1425710429302", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2725889877", + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1861848341", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1255738699", + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55107501", + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51536222", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51671899", + "voter": "beladonna11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51670500", + "voter": "boris222" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"emails\"The FBI has uncovered an additional 14,900 emails and documents from Clinton's personal server, nearly doubling in size the amount previously turned over.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-09-22T23:12:03", + "category": "government-corruption", + "children": 0, + "created": "2016-08-22T22:19:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:19:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1433809295843, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.032 HBD", + "percent_steem_dollars": 10000, + "permlink": "despite-her-large-scale-deception-fbi-just-discovered-15000-more-clinton-emails", + "post_id": 711638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Despite Her Large Scale Deception, FBI Just Discovered 15,000 More Clinton Emails", + "title": "Despite Her Large Scale Deception, FBI Just Discovered 15,000 More Clinton Emails", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/despite-her-large-scale-deception-fbi-just-discovered-15000-more-clinton-emails" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5867671679", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A winning bidder has claimed 2,700 BTC (worth $1.58m) at an auction held by the US Marshals Service (USMS).\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 637, + "cashout_time": "2016-09-22T22:55:24", + "category": "events", + "children": 0, + "created": "2016-08-22T22:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:13:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6110991377, + "parent_author": "", + "parent_permlink": "events", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "unknown-bidder-buys-1-6-million-in-bitcoin-at-us-government-auction", + "post_id": 711595, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Unknown Bidder Buys $1.6 Million in Bitcoin at US Government Auction", + "title": "Unknown Bidder Buys $1.6 Million in Bitcoin at US Government Auction", + "total_payout_value": "0.000 HBD", + "url": "/events/@taz/unknown-bidder-buys-1-6-million-in-bitcoin-at-us-government-auction" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5867671679", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51689779", + "voter": "svetabrigadir" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The state of Florida has appealed a recent court decision that saw a judge rule bitcoin isn't money.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 630, + "cashout_time": "2016-09-22T22:55:18", + "category": "news", + "children": 0, + "created": "2016-08-22T22:08:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:08:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6162681156, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "florida-files-appeal-after-charges-against-bitcoin-seller-dismissed", + "post_id": 711546, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Florida Files Appeal After Charges Against Bitcoin Seller Dismissed", + "title": "Florida Files Appeal After Charges Against Bitcoin Seller Dismissed", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/florida-files-appeal-after-charges-against-bitcoin-seller-dismissed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "910805410", + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Debt Seller’s Paradise Things are so absurd in the Eurozone that the ECB is buying private placement debt with little …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 910, + "cashout_time": "2016-09-22T21:14:21", + "category": "economics", + "children": 0, + "created": "2016-08-22T20:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T20:41:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1154125108, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "private-placement-european-companies-issue-debt-simply-because-the-ecb-will-buy-that-debt", + "post_id": 710545, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Private Placement: European Companies Issue Debt Simply Because the ECB will Buy That Debt", + "title": "Private Placement: European Companies Issue Debt Simply Because the ECB will Buy That Debt", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/private-placement-european-companies-issue-debt-simply-because-the-ecb-will-buy-that-debt" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55191596", + "voter": "michal" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"herbicide\"Monsanto gamed the system to create pressure on regulators to approve their new herbicide product, at the expense of hundreds of farmers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 818, + "cashout_time": "2016-09-22T19:32:51", + "category": "gmo", + "children": 0, + "created": "2016-08-22T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 298511294, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "monsanto-triggers-massive-crop-losses-illegal-herbicide-spraying-to-introduce-new-gmo-crop", + "post_id": 709593, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Monsanto Triggers Massive Crop Losses, Illegal Herbicide Spraying to Introduce New GMO Crop", + "title": "Monsanto Triggers Massive Crop Losses, Illegal Herbicide Spraying to Introduce New GMO Crop", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@taz/monsanto-triggers-massive-crop-losses-illegal-herbicide-spraying-to-introduce-new-gmo-crop" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60049910", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51798045", + "voter": "gps" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"pepperThe department quietly noted the officer who deployed pepper spray into the faces of innocent motorists as they drove by -- will not be punished.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 833, + "cashout_time": "2016-09-22T23:21:09", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-22T19:17:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 355167653, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cop-caught-on-video-pepper-spraying-innocent-motorists-on-the-highway--will-not-be-punsihed", + "post_id": 709417, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Caught on Video Pepper Spraying Innocent Motorists on the Highway -- Will NOT Be Punsihed", + "title": "Cop Caught on Video Pepper Spraying Innocent Motorists on the Highway -- Will NOT Be Punsihed", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-caught-on-video-pepper-spraying-innocent-motorists-on-the-highway--will-not-be-punsihed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "638640499", + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
By Christopher Monckton of Brenchley I do apologize for not having replied sooner to my friend the irrepressible, irascible, highly improbable but always fascinating Willis Eschenbach, who on August 15 had commented on a brace of earlier postings by me on the vexed question of climate sensitivity. The delay is because my lovely wife and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 973, + "cashout_time": "2016-09-22T19:15:21", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-22T19:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 881960197, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "willis-and-i-walk-the-planck", + "post_id": 709339, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Willis and I walk the Planck", + "title": "Willis and I walk the Planck", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/willis-and-i-walk-the-planck" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116573415", + "voter": "mindhunter" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
It's been a month since the ethereum hard fork moved $150m worth of DAO ether into a withdraw-only account. $25m is still unclaimed.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 662, + "cashout_time": "2016-09-23T00:21:00", + "category": "ethereum", + "children": 1, + "created": "2016-08-22T19:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 359893113, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "one-month-after-ethereum-hard-fork-millions-in-dao-funds-remain-unclaimed", + "post_id": 709203, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "One Month After Ethereum Hard Fork, Millions in DAO Funds Remain Unclaimed", + "title": "One Month After Ethereum Hard Fork, Millions in DAO Funds Remain Unclaimed", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/one-month-after-ethereum-hard-fork-millions-in-dao-funds-remain-unclaimed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "250271690", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From the “Antarctic ice is normal now but just you wait” department…. Above: most recent data from NSIDC. ….and the UNIVERSITY OF EDINBURGH: Antarctica’s past shows region’s vulnerability to climate change Fresh understanding of West Antarctica has revealed how the region’s ice sheet could become unstable in a warming world. Scientists studying the region’s landscape have…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1048, + "cashout_time": "2016-09-22T18:56:54", + "category": "climate-news", + "children": 0, + "created": "2016-08-22T18:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250271690, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "worse-than-we-thought-antarctic-vulnerability-to-climate-change", + "post_id": 709138, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Worse than we thought: Antarctic vulnerability to climate change", + "title": "Worse than we thought: Antarctic vulnerability to climate change", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/worse-than-we-thought-antarctic-vulnerability-to-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "250271690", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Amazingly, the US Army has no idea how it spent $6.5 trillion. Since that number dwarfs the entire annual defense …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 853, + "cashout_time": "2016-09-22T18:51:39", + "category": "economics", + "children": 0, + "created": "2016-08-22T18:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250271690, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "army-has-no-idea-how-it-spent-6-5-trillion", + "post_id": 709088, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Army Has No Idea How It Spent $6.5 Trillion", + "title": "Army Has No Idea How It Spent $6.5 Trillion", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/army-has-no-idea-how-it-spent-6-5-trillion" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3782919858", + "voter": "trev" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"ticket\"A sharp decrease in ticket writing has not led to an increase in dangerous conditions and has only had a positive impact -- unless you're a politician.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-09-22T18:06:09", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-22T17:38:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:38:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4040143539, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "govt-officials-furious-at-drop-in-revenue-as-cops-write-less-tickets-to-stop-actual-crimes", + "post_id": 708231, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Govt Officials Furious at Drop in Revenue as Cops Write Less Tickets to Stop Actual Crimes", + "title": "Govt Officials Furious at Drop in Revenue as Cops Write Less Tickets to Stop Actual Crimes", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/govt-officials-furious-at-drop-in-revenue-as-cops-write-less-tickets-to-stop-actual-crimes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1722239514", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51646701", + "voter": "shereekrider" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"testing\"A school district will begin randomly drug testing seventh and eighth graders, and handing down harsh penalties for students who test positive.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 823, + "cashout_time": "2016-09-22T18:19:09", + "category": "the-state", + "children": 0, + "created": "2016-08-22T17:33:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:33:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2031109896, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "state-begins-random-drug-testing-of-middle-school-children--with-punishment", + "post_id": 708169, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Begins Random Drug-Testing of Middle School Children -- With Punishment", + "title": "State Begins Random Drug-Testing of Middle School Children -- With Punishment", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/state-begins-random-drug-testing-of-middle-school-children--with-punishment" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
One of Russia's largest banks is in discussions to join a domestic bank consortium that would study blockchain technology.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "2016-09-22T17:27:48", + "category": "banking", + "children": 0, + "created": "2016-08-22T17:27:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:27:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257223681, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sberbank-considers-russian-blockchain-consortium", + "post_id": 708105, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sberbank Considers Russian Blockchain Consortium", + "title": "Sberbank Considers Russian Blockchain Consortium", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/sberbank-considers-russian-blockchain-consortium" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60049910", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Bank of Tokyo-Mitsubishi UFJ and tech giant Hitachi are working on a blockchain proof-of-concept aimed at digitizing checks.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 658, + "cashout_time": "2016-09-22T21:52:09", + "category": "companies", + "children": 0, + "created": "2016-08-22T17:22:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:22:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 317273591, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "japanese-firms-test-blockchain-for-e-check-management", + "post_id": 708055, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japanese Firms Test Blockchain for E-Check Management", + "title": "Japanese Firms Test Blockchain for E-Check Management", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/japanese-firms-test-blockchain-for-e-check-management" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "60049910", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Nicolas Sarkozy, former president and now head of the opposition Republicans, published a book “Tout pour la France” (Everything for …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 924, + "cashout_time": "2016-09-22T21:47:27", + "category": "economics", + "children": 0, + "created": "2016-08-22T17:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 317273591, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sarkozy-announces-candidacy-for-french-president-in-his-book-everything-for-france", + "post_id": 708004, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sarkozy Announces Candidacy for French President in His Book \"Everything for France\"", + "title": "Sarkozy Announces Candidacy for French President in His Book \"Everything for France\"", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/sarkozy-announces-candidacy-for-french-president-in-his-book-everything-for-france" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90074865", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257223681", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Peter Wadhams, who regularly predicts an ice free arctic, and infamously speculated that he and his friends might be the target of a big oil assassination conspiracy, has written a book titled “A Farewell to Ice”. Guest essay by Eric Worrall A Farewell to Ice by Peter Wadhams review - climate change writ large The…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 952, + "cashout_time": "2016-09-22T22:45:45", + "category": "ridiculae", + "children": 0, + "created": "2016-08-22T16:35:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T16:35:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 347298546, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "climate-persecution-theorist-peter-wadhams-the-book", + "post_id": 707587, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Persecution Theorist Peter Wadhams: The Book", + "title": "Climate Persecution Theorist Peter Wadhams: The Book", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/climate-persecution-theorist-peter-wadhams-the-book" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "256612007", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119332764", + "voter": "carloseclectic3d" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"taxi\"Government now acting as Robin Hood in reverse by stealing from ride-sharing companies and giving it to Taxi monopolies.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 792, + "cashout_time": "2016-09-22T15:22:12", + "category": "government-corruption", + "children": 0, + "created": "2016-08-22T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 375944771, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "government-logic--state-now-taxing-uber-lyft-to-give-money-to-taxi-unions", + "post_id": 706700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Government Logic -- State Now Taxing Uber, Lyft to Give Money to Taxi Unions", + "title": "Government Logic -- State Now Taxing Uber, Lyft to Give Money to Taxi Unions", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/government-logic--state-now-taxing-uber-lyft-to-give-money-to-taxi-unions" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "256612007", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"brother\"A Virginia sheriff's deputy has been arrested and charged with second-degree murder for shooting and killing his own brother during an argument.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 836, + "cashout_time": "2016-09-22T15:16:12", + "category": "police-brutality", + "children": 0, + "created": "2016-08-22T15:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256612007, + "parent_author": "", + "parent_permlink": "police-brutality", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "deputy-arrested-charged-with-murder-for-shooting-and-killing-his-own-brother", + "post_id": 706616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deputy Arrested, Charged with Murder for Shooting and Killing His Own Brother", + "title": "Deputy Arrested, Charged with Murder for Shooting and Killing His Own Brother", + "total_payout_value": "0.000 HBD", + "url": "/police-brutality/@taz/deputy-arrested-charged-with-murder-for-shooting-and-killing-his-own-brother" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "263547467", + "voter": "taz" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "81687499", + "voter": "krnel" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
UK regulators are reportedly moving forward with efforts that would find blockchain firms exiting a FinTech sandbox program.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 654, + "cashout_time": "2016-09-22T15:11:15", + "category": "banking", + "children": 0, + "created": "2016-08-22T15:10:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:10:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 345234966, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "uk-blockchain-projects-near-regulatory-approval", + "post_id": 706543, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK Blockchain Projects Near Regulatory Approval", + "title": "UK Blockchain Projects Near Regulatory Approval", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/uk-blockchain-projects-near-regulatory-approval" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "263547467", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Bitfinex customers may soon have a way to convert the digital assets they were issued following the exchange's hack earlier this month.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 665, + "cashout_time": "2016-09-22T15:05:39", + "category": "exchanges", + "children": 0, + "created": "2016-08-22T15:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:05:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 263547467, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-to-offer-company-equity-to-reimburse-customer-losses", + "post_id": 706473, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex to Offer Company Equity to Reimburse Customer Losses", + "title": "Bitfinex to Offer Company Equity to Reimburse Customer Losses", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-to-offer-company-equity-to-reimburse-customer-losses" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "263547467", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "426533178", + "voter": "lifeworship" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Suggested Disclaimer: Climate Model Outputs Have Been Manipulated By NOAA to Make Models Appear to Perform Well Guest Post by Bob Tisdale This post introduces readers to a newly revised \"product\" from NOAA, called \"Climate Explorer\", which is part of their U.S. Climate Resilience Toolkit. NOAA released this misleading product on July 27, 2016 and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 973, + "cashout_time": "2016-09-22T14:04:51", + "category": "climate-models", + "children": 1, + "created": "2016-08-22T13:47:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T13:47:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 690080645, + "parent_author": "", + "parent_permlink": "climate-models", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "noaas-new-climate-explorer--noaa-needs-to-provide-a-disclaimer-for-their-climate-model-presentations", + "post_id": 705700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NOAA's New Climate Explorer - NOAA Needs to Provide a Disclaimer for Their Climate Model Presentations", + "title": "NOAA's New Climate Explorer - NOAA Needs to Provide a Disclaimer for Their Climate Model Presentations", + "total_payout_value": "0.000 HBD", + "url": "/climate-models/@taz/noaas-new-climate-explorer--noaa-needs-to-provide-a-disclaimer-for-their-climate-model-presentations" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "263547467", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Yet another economic writer has caved into to illusion that central banks need to raise the inflation target to four …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-09-22T13:42:00", + "category": "economics", + "children": 0, + "created": "2016-08-22T13:41:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T13:41:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 263547467, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wrong-then-even-wronger-now-asininity-on-raising-inflation-target-to-four-percent", + "post_id": 705648, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wrong Then, Even Wronger Now: Asininity On Raising Inflation Target to Four Percent", + "title": "Wrong Then, Even Wronger Now: Asininity On Raising Inflation Target to Four Percent", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/wrong-then-even-wronger-now-asininity-on-raising-inflation-target-to-four-percent" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "221591733", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Week That Was: 2016-08-20 (August 20, 2016) Brought to You by SEPP (www.SEPP.org) The Science and Environmental Policy Project THIS WEEK: By Ken Haapala, President, Science and Environmental Policy Project (SEPP) Seeking a Common Ground: One of the challenges in preparing TWTW is reaching as broad a readership as possible with brief discussions of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 988, + "cashout_time": "2016-09-21T22:22:09", + "category": "climate-news-roundup", + "children": 0, + "created": "2016-08-21T22:22:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:43:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 221591733, + "parent_author": "", + "parent_permlink": "climate-news-roundup", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "weekly-climate-and-energy-news-roundup-237", + "post_id": 699290, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Weekly Climate and Energy News Roundup #237", + "title": "Weekly Climate and Energy News Roundup #237", + "total_payout_value": "0.000 HBD", + "url": "/climate-news-roundup/@taz/weekly-climate-and-energy-news-roundup-237" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "221591733", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55013465", + "voter": "tulmaran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54850275", + "voter": "kigataur" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Forget about what the oddsmakers say about Trump’s election chances. Instead, let’s focus on polls at the state and national …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 901, + "cashout_time": "2016-09-21T22:17:09", + "category": "economics", + "children": 0, + "created": "2016-08-21T22:16:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T22:16:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 331455473, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "analyzing-trumps-election-chances-what-does-trump-need-to-do-to-win", + "post_id": 699255, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Analyzing Trump's Election Chances: What Does Trump Need To Do To Win?", + "title": "Analyzing Trump's Election Chances: What Does Trump Need To Do To Win?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/analyzing-trumps-election-chances-what-does-trump-need-to-do-to-win" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "253775705", + "voter": "digi3d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221591733", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54974588", + "voter": "ket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54873243", + "voter": "balladosius" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"rubyTwenty-four years ago today, the FBI performed a deadly siege on the private property of Randy Weaver and his family at Ruby Ridge.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 815, + "cashout_time": "2016-09-21T20:21:27", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T17:43:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T17:43:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 585215269, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "24-years-ago-today-the-federal-govt-changed-its-rules-to-launch-a-sniper-attack-on-off-grid-family", + "post_id": 696471, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "24 Years Ago Today the Federal Govt Changed its Rules to Launch a Sniper Attack on Off-Grid Family", + "title": "24 Years Ago Today the Federal Govt Changed its Rules to Launch a Sniper Attack on Off-Grid Family", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/24-years-ago-today-the-federal-govt-changed-its-rules-to-launch-a-sniper-attack-on-off-grid-family" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "221591733", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "357009114", + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55698586", + "voter": "bernaded" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102089177", + "voter": "funnyman" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"Arpaio\"America's toughest and perhaps most hated sheriff, Joe Arpaio, will soon face criminal contempt of court charges which could earn him time behind bars.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 829, + "cashout_time": "2016-09-21T18:34:45", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T17:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T17:38:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 736388610, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "americas-toughest-sheriff-recommended-for-criminal-prosecution-for-targeting-brown-people", + "post_id": 696431, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"America's Toughest Sheriff\" Recommended for Criminal Prosecution for Targeting Brown People", + "title": "\"America's Toughest Sheriff\" Recommended for Criminal Prosecution for Targeting Brown People", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/americas-toughest-sheriff-recommended-for-criminal-prosecution-for-targeting-brown-people" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "254911938711", + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221591733", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54994652", + "voter": "blackbeard" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by David Archibald The warning signs have been there for some time now - persistent failures of the wheat crop in Norway for example. The North Atlantic is cooling. The cooling trend was evident at the time of an expedition to investigate this phenonemon three years ago. The rate of cooling has now…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 946, + "cashout_time": "2016-09-21T16:57:36", + "category": "climate-news", + "children": 1, + "created": "2016-08-21T16:28:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:28:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 255188525096, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-north-atlantic-ground-zero-of-global-cooling", + "post_id": 695833, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The North Atlantic: Ground Zero of Global Cooling", + "title": "The North Atlantic: Ground Zero of Global Cooling", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/the-north-atlantic-ground-zero-of-global-cooling" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "248596609", + "voter": "digi3d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221580643", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"mainstreamBecause there is no divide to stoke, nor political agenda to push with a blame, the mainstream media is ignoring the flood victims.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "2016-09-21T19:57:30", + "category": "be-the-change", + "children": 0, + "created": "2016-08-21T15:38:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 470177252, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mainstream-media-stops-covering-louisiana-floods-as-it-wasnt-divisive-enough--no-one-to-blame", + "post_id": 695318, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mainstream Media Stops Covering Louisiana Floods as it Wasn't Divisive Enough -- No One to Blame", + "title": "Mainstream Media Stops Covering Louisiana Floods as it Wasn't Divisive Enough -- No One to Blame", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/mainstream-media-stops-covering-louisiana-floods-as-it-wasnt-divisive-enough--no-one-to-blame" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"revolution\"If there is to be any hope of reclaiming government and restoring freedoms, it will require a different revolution: nonviolent, strategic and grassroots.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-09-21T15:33:42", + "category": "solutions", + "children": 0, + "created": "2016-08-21T15:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 228505038, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "there-will-be-no-2nd-american-revolution--an-armed-revolt-will-be-futile-and-the-govt-wants-it", + "post_id": 695257, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "There Will Be No 2nd American Revolution -- An Armed Revolt Will Be Futile and the Govt Wants It", + "title": "There Will Be No 2nd American Revolution -- An Armed Revolt Will Be Futile and the Govt Wants It", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/there-will-be-no-2nd-american-revolution--an-armed-revolt-will-be-futile-and-the-govt-wants-it" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13246620071", + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "260576648460", + "voter": "pal" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "92674704915", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "248596609", + "voter": "digi3d" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "5957341954", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "559846554589", + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "112378759475", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11658491134", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36303498358", + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "21234891584", + "voter": "xiaohui" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "1817286791", + "voter": "xiaokongcom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "2314517678", + "voter": "xianjun" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "235040286", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54906736", + "voter": "adowield" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"deaf\"A community and family are mourning the loss of a deaf, mute man after a state trooper shot and killed him just steps from his front door.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 810, + "cashout_time": "2016-09-21T16:24:57", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T15:28:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:28:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1118776363678, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.082 HBD", + "percent_steem_dollars": 10000, + "permlink": "cop-shoots-and-kills-unarmed-deaf-mute-man-as-he-tries-to-communicate-using-sign-language", + "post_id": 695189, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Shoots and Kills Unarmed Deaf, Mute Man as He Tries to Communicate Using Sign Language", + "title": "Cop Shoots and Kills Unarmed Deaf, Mute Man as He Tries to Communicate Using Sign Language", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-shoots-and-kills-unarmed-deaf-mute-man-as-he-tries-to-communicate-using-sign-language" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54889381", + "voter": "opithris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53724612", + "voter": "kijov" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Bill McKibben wants the world to wage war against Climate Change, by giving governments full wartime powers to seize private property and coerce businesses into supporting the effort, and with strict government control of the economy. A WORLD at WAR We're under attack from climate change--and our only hope is…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-09-21T14:43:51", + "category": "climate-ugliness", + "children": 0, + "created": "2016-08-21T14:43:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:43:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 337119031, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bill-mckibben-goes-full-jackboot-on-climate-change", + "post_id": 694772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bill McKibben Goes Full Jackboot on Climate Change", + "title": "Bill McKibben Goes Full Jackboot on Climate Change", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/bill-mckibben-goes-full-jackboot-on-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3864841685", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55015520", + "voter": "aganin" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"pipeline\"The media is silent amid the declaration of a state of emergency over a peaceful and successful protest by Native Americans to block a pipeline.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 831, + "cashout_time": "2016-09-21T14:41:03", + "category": "solutions", + "children": 0, + "created": "2016-08-21T14:38:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:38:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4148362243, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "2500-native-americans-successfully-block-oil-pipeline-construction--state-of-emergency-declared", + "post_id": 694736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2,500 Native Americans Successfully Block Oil Pipeline Construction -- State of Emergency Declared", + "title": "2,500 Native Americans Successfully Block Oil Pipeline Construction -- State of Emergency Declared", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/2500-native-americans-successfully-block-oil-pipeline-construction--state-of-emergency-declared" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12343441430", + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1119437243", + "voter": "fjccoin" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "87226755488", + "voter": "kimziv" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "5957450061", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "530481804818", + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "11883828298", + "voter": "myfirst" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "106138546329", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10944705962", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34080835193", + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "21240059623", + "voter": "xiaohui" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "1716402990", + "voter": "xiaokongcom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "2314673603", + "voter": "xianjun" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "235040286", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55184039", + "voter": "lomawertu" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A month after the ethereum market split in two, analysts wonder whether ETH and ETC can coexist in the long-term.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "2016-09-21T16:22:39", + "category": "features", + "children": 0, + "created": "2016-08-21T14:33:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:33:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 825966670401, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.088 HBD", + "percent_steem_dollars": 10000, + "permlink": "can-two-ethereum-markets-co-exist", + "post_id": 694692, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can Two Ethereum Markets Co-Exist?", + "title": "Can Two Ethereum Markets Co-Exist?", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/can-two-ethereum-markets-co-exist" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90284047", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228505038", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10481805226", + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55624422", + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53921057", + "voter": "ganjaaas" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest contributor Alex Millar examines bitcoin through the lens of scientific law in an attempt to show that money is energy.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 655, + "cashout_time": "2016-09-21T14:31:27", + "category": "features", + "children": 0, + "created": "2016-08-21T14:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10910139790, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-and-the-law-of-conservation-of-energy", + "post_id": 694653, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin and the Law of Conservation of Energy", + "title": "Bitcoin and the Law of Conservation of Energy", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/bitcoin-and-the-law-of-conservation-of-energy" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4971874113", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193883063", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "705937137", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54828803", + "voter": "muramar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50043226", + "voter": "wallacepoewer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Scientists met last week in Geneva, to try to work out how to save the world – but likely more meetings at exotic locations will be required. OSLO (Reuters) – Scientists on Thursday set the outlines of a report on how to restrict global warming to a limit agreed last…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 932, + "cashout_time": "2016-09-21T03:06:12", + "category": "ipcc", + "children": 0, + "created": "2016-08-21T02:55:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T02:55:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5976566342, + "parent_author": "", + "parent_permlink": "ipcc", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "jetset-geneva-climate-meeting-fails-to-save-the-world", + "post_id": 690593, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jetset Geneva Climate Meeting Fails to Save the World", + "title": "Jetset Geneva Climate Meeting Fails to Save the World", + "total_payout_value": "0.000 HBD", + "url": "/ipcc/@taz/jetset-geneva-climate-meeting-fails-to-save-the-world" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "564648860", + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200807458", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "638705028", + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest Post by Willis Eschenbach Thanks to an alert commenter, half of my last post was shown to be in error. Like most folks, I really, really hate to be publicly wrong, and of course I do my utmost to avoid it. But sometimes I overlook something, or my logical staircase is missing some steps,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 919, + "cashout_time": "2016-09-21T02:19:18", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-21T01:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1404161346, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "putting-it-on-the-line", + "post_id": 689846, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putting It On The Line", + "title": "Putting It On The Line", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/putting-it-on-the-line" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "540098910", + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200807458", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "638705028", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55038518", + "voter": "goldbinder" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest opinion: Dr. Tim Ball While preparing a list of witnesses for my upcoming trial in February 2017, I was reminded of a pattern that contradicts the natural order of education and research. The issue was triggered by a comment by Mark Steyn. ~Climate mullah Michael E Mann’s lawsuit against me has been stalled in…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 958, + "cashout_time": "2016-09-21T02:17:12", + "category": "opinion", + "children": 0, + "created": "2016-08-21T01:10:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:10:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1434649914, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exploitation-of-environment-and-climate-for-political-agenda-reverses-education-and-research-processes", + "post_id": 689795, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploitation of Environment and Climate for Political Agenda Reverses Education and Research Processes", + "title": "Exploitation of Environment and Climate for Political Agenda Reverses Education and Research Processes", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/exploitation-of-environment-and-climate-for-political-agenda-reverses-education-and-research-processes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200807458", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55040250", + "voter": "buth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54977054", + "voter": "margas" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Josh writes: Apologies for the lack of cartoons this summer but I’ve been beavering away on a follow up to the Subisdy Sam story produced earlier in the year. Today we are launching ‘Tiny the Turbine’ written by Lyndsey Ward and illustrated by me.   Lyndsey writes: Tiny the Turbine is a story that really is for children.…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 971, + "cashout_time": "2016-09-21T01:05:48", + "category": "satire", + "children": 0, + "created": "2016-08-21T01:05:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:05:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 310824762, + "parent_author": "", + "parent_permlink": "satire", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "tiny-the-turbine--a-new-story-illustrated-by-josh", + "post_id": 689747, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Tiny the Turbine' - a new story illustrated by Josh", + "title": "'Tiny the Turbine' - a new story illustrated by Josh", + "total_payout_value": "0.000 HBD", + "url": "/satire/@taz/tiny-the-turbine--a-new-story-illustrated-by-josh" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200807458", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "638705028", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55212777", + "voter": "innofenc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54919570", + "voter": "keledwyn" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
George Galloway, a British Politician, gave an excellent speech last month on the origin of ISIS. He blames the US …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 880, + "cashout_time": "2016-09-21T02:44:30", + "category": "economics", + "children": 1, + "created": "2016-08-21T01:00:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:00:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 949644833, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-galloway-british-politician-blames-us-uk-for-creation-of-isis", + "post_id": 689696, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Galloway, British Politician, Blames US, UK for Creation of ISIS", + "title": "George Galloway, British Politician, Blames US, UK for Creation of ISIS", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/george-galloway-british-politician-blames-us-uk-for-creation-of-isis" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "841733775", + "voter": "weenfan" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1440350929", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1337380750825", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6115922679", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200807458", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3704488666", + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54987400", + "voter": "vudobar" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
In response to the Bank of England setting interest rates at a record low 0.25% at its last meeting, the …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 916, + "cashout_time": "2016-09-21T01:03:03", + "category": "economics", + "children": 0, + "created": "2016-08-21T00:54:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T00:54:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1349739041732, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.095 HBD", + "percent_steem_dollars": 10000, + "permlink": "rbs-pays-negative-interest-on-large-deposits-starting-monday-negative-interest-roundup", + "post_id": 689655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "RBS Pays Negative Interest on Large Deposits Starting Monday; Negative Interest Roundup", + "title": "RBS Pays Negative Interest on Large Deposits Starting Monday; Negative Interest Roundup", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/rbs-pays-negative-interest-on-large-deposits-starting-monday-negative-interest-roundup" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "11077437259", + "voter": "kuriko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"bail\"For the first time ever, the DoJ told a federal appeals court that holding the indigent in jail for not paying bail violates the 14th Amendment.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 816, + "cashout_time": "2016-09-20T18:35:51", + "category": "prisonindustrial-complex", + "children": 0, + "created": "2016-08-20T18:32:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T18:32:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11264377129, + "parent_author": "", + "parent_permlink": "prisonindustrial-complex", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "doj-deals-massive-blow-to-debtors-prisons-poor-people-cant-be-held-when-they-cant-afford-bail", + "post_id": 685944, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DoJ Deals Massive Blow to Debtors' Prisons, Poor People Can't be Held When They Can't Afford Bail", + "title": "DoJ Deals Massive Blow to Debtors' Prisons, Poor People Can't be Held When They Can't Afford Bail", + "total_payout_value": "0.000 HBD", + "url": "/prisonindustrial-complex/@taz/doj-deals-massive-blow-to-debtors-prisons-poor-people-cant-be-held-when-they-cant-afford-bail" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "767833261", + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52285276", + "voter": "naknak" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A look at the ways startups are utilising blockchain-based software tokens, and the various decentralized business models taking shape around them.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 677, + "cashout_time": "2016-09-20T16:55:51", + "category": "features", + "children": 0, + "created": "2016-08-20T16:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1007058407, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "on-tokens-and-crowdsales-how-startups-are-using-blockchain-to-raise-capital", + "post_id": 684891, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "On Tokens and Crowdsales: How Startups Are Using Blockchain to Raise Capital", + "title": "On Tokens and Crowdsales: How Startups Are Using Blockchain to Raise Capital", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/on-tokens-and-crowdsales-how-startups-are-using-blockchain-to-raise-capital" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133854146", + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62483158", + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55987939", + "voter": "getonthebus" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"tahlequah\"The Tahlequah police department released body cam footage of cops senseless killing a man for holding a hammer. One cop tried not to kill him.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 830, + "cashout_time": "2016-09-20T16:44:15", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-20T16:41:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:41:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 439265113, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "graphic-body-cam-shows-cops-needlessly-kill-man-for-holding-a-hammer--he-never-advanced", + "post_id": 684780, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Graphic Body Cam Shows Cops Needlessly Kill Man for Holding a Hammer -- He Never Advanced", + "title": "Graphic Body Cam Shows Cops Needlessly Kill Man for Holding a Hammer -- He Never Advanced", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/graphic-body-cam-shows-cops-needlessly-kill-man-for-holding-a-hammer--he-never-advanced" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52705817", + "voter": "thefoolonthehill" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"Paul\"In true patriotic fashion, Ron Paul took to YouTube to bash the Federal Reserve and their new Facebook page -- on the eve of his birthday.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 814, + "cashout_time": "2016-09-20T16:00:54", + "category": "solutions", + "children": 0, + "created": "2016-08-20T15:59:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T15:59:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239645687, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ron-paul-celebrates-his-81st-birthday-by-trolling-the-federal-reserves-new-facebook-page", + "post_id": 684325, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ron Paul Celebrates His 81st Birthday By Trolling the Federal Reserve's New Facebook Page", + "title": "Ron Paul Celebrates His 81st Birthday By Trolling the Federal Reserve's New Facebook Page", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/ron-paul-celebrates-his-81st-birthday-by-trolling-the-federal-reserves-new-facebook-page" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "350686963", + "voter": "ghasemkiani" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Bank blockchain leads are leaving to build startups, a trend signalling that opportunities in the private blockchain space remain abundant.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 669, + "cashout_time": "2016-09-20T13:54:15", + "category": "banking", + "children": 0, + "created": "2016-08-20T13:45:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:45:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 537626833, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-big-bank-blockchain-leads-are-leaving-for-startups", + "post_id": 682995, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Big Bank Blockchain Leads Are Leaving for Startups", + "title": "Why Big Bank Blockchain Leads Are Leaving for Startups", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/why-big-bank-blockchain-leads-are-leaving-for-startups" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"chicago\"A scathing investigation shows how Chicago cops are using the \"felony murder rule\" to cover up police crime, as well as prosecute the innocent.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 828, + "cashout_time": "2016-09-20T12:16:06", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-20T12:16:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T12:16:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186939870, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "chicago-cops-using-state-law-to-kill-then-charging-innocent-people-for-murder-they-committed", + "post_id": 682374, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chicago Cops Using State Law to Kill then Charging Innocent People for Murder They Committed", + "title": "Chicago Cops Using State Law to Kill then Charging Innocent People for Murder They Committed", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/chicago-cops-using-state-law-to-kill-then-charging-innocent-people-for-murder-they-committed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "403622835", + "voter": "alexoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186939870", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "705601038", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54857075", + "voter": "thefoolonthehill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50259615", + "voter": "falco" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"carlin\"Recorded the day before 9-11, Carlin decided to shelve the album. Now you can hear why he decided to hold off on his skit cheering on mass death.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 828, + "cashout_time": "2016-09-20T12:07:51", + "category": "be-the-change", + "children": 1, + "created": "2016-08-20T11:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T11:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1401280433, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-day-before-9-11-george-carlin-recorded-a-comedy-special-it-never-aired--until-now", + "post_id": 682234, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Day Before 9-11 George Carlin Recorded a Comedy Special, It Never Aired -- Until Now", + "title": "The Day Before 9-11 George Carlin Recorded a Comedy Special, It Never Aired -- Until Now", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/the-day-before-9-11-george-carlin-recorded-a-comedy-special-it-never-aired--until-now" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "180016172", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "746381919", + "voter": "levycore" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall h/t JoNova, Marc Morano – Climate philosopher Travis Rieder has been touring the country, trying to persuade university students not to have kids – and promoting ideas for restricting childbirth, including tax penalties against people who decide to have a child. Should We Be Having Kids In The Age Of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 966, + "cashout_time": "2016-09-20T06:32:00", + "category": "alarmism", + "children": 0, + "created": "2016-08-20T06:30:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T06:30:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 926398091, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "climate-philosopher-demands-a-tax-on-children", + "post_id": 680165, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Philosopher Demands a Tax on Children", + "title": "Climate Philosopher Demands a Tax on Children", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/climate-philosopher-demands-a-tax-on-children" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "136445760", + "voter": "christianus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173083735", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50712245", + "voter": "steemafon" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
We all try hard to make article headlines interesting. So do I. But I also like to be factual. That …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 849, + "cashout_time": "2016-09-20T01:53:03", + "category": "economics", + "children": 0, + "created": "2016-08-20T01:36:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T01:36:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 360241740, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "oohh-ahhh-yellen-hike-hype-click-bait-by-marketwatch", + "post_id": 678107, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Oohh Ahhh Yellen Hike Hype Click Bait by MarketWatch", + "title": "Oohh Ahhh Yellen Hike Hype Click Bait by MarketWatch", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/oohh-ahhh-yellen-hike-hype-click-bait-by-marketwatch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Companies which took the easy route of paying lip service to climate issues, instead of opposing green lies, may be about to pay a high price for their decades of complacency. According to the WSJ; Enlist the Market in the Climate-Change Fight Standardized disclosure of climate risk will help secure…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 953, + "cashout_time": "2016-09-19T21:10:09", + "category": "government-idiocy", + "children": 0, + "created": "2016-08-19T21:10:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T21:10:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "government-idiocy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "greenwashing-has-suddenly-become-very-expensive", + "post_id": 675594, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Greenwashing Has Suddenly Become Very Expensive", + "title": "Greenwashing Has Suddenly Become Very Expensive", + "total_payout_value": "0.000 HBD", + "url": "/government-idiocy/@taz/greenwashing-has-suddenly-become-very-expensive" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58534791", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Convicted Ponzi operator Trendon Shavers is now insinuating that the unidentified debtor cited in his defense against the SEC was Mark Karpeles.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-09-19T20:56:54", + "category": "exchanges", + "children": 0, + "created": "2016-08-19T20:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 231592255, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-ponzi-schemer-hints-at-dealings-with-mt-gox-ceo", + "post_id": 675424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Ponzi Schemer Hints at Dealings With Mt Gox CEO", + "title": "Bitcoin Ponzi Schemer Hints at Dealings With Mt Gox CEO", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitcoin-ponzi-schemer-hints-at-dealings-with-mt-gox-ceo" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Variant Perception says Equity prices are rising and being driven by momentum, but profit margins are set to fall further …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 888, + "cashout_time": "2016-09-19T20:22:57", + "category": "economics", + "children": 0, + "created": "2016-08-19T20:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lower-corporate-earnings-and-lower-return-on-equity-baked-in-the-cake", + "post_id": 675090, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lower Corporate Earnings and Lower Return on Equity Baked in the Cake", + "title": "Lower Corporate Earnings and Lower Return on Equity Baked in the Cake", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/lower-corporate-earnings-and-lower-return-on-equity-baked-in-the-cake" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55987939", + "voter": "getonthebus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "596196868", + "voter": "markrmorrisjr" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A group of Japanese financial institutions are looking to create a platform for real-time currency exchange services.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 647, + "cashout_time": "2016-09-19T18:13:42", + "category": "companies", + "children": 0, + "created": "2016-08-19T18:09:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T18:09:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 825242271, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "japanese-banks-plan-blockchain-currency-exchange", + "post_id": 673378, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japanese Banks Plan Blockchain Currency Exchange", + "title": "Japanese Banks Plan Blockchain Currency Exchange", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/japanese-banks-plan-blockchain-currency-exchange" + }, + { + "active_votes": [ + { + "percent": "3301", + "reputation": 0, + "rshares": "1799484592", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "932258211371", + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55192690", + "voter": "tito-baron" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall The true purpose of the Swiss CERN high energy physics facility has been revealed, by an apparent attempt by staff to summon Shiva The Destroyer through ritual human sacrifice. WARNING: Contains rude language CERN management have rejected accusations they are a centre of an evil cult, with a boring claim…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 958, + "cashout_time": "2016-09-19T18:38:33", + "category": "ridiculae", + "children": 0, + "created": "2016-08-19T18:03:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T18:03:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 934285946117, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "friday-funny--human-sacrifice-to-shiva-the-destroyer-at-cern-facility", + "post_id": 673316, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Friday Funny: Human Sacrifice to Shiva The Destroyer at CERN Facility", + "title": "Friday Funny: Human Sacrifice to Shiva The Destroyer at CERN Facility", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/friday-funny--human-sacrifice-to-shiva-the-destroyer-at-cern-facility" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The gap between the Atlanta Fed GDPNow model and the Federal Reserve Bank of New York staff Nowcast is still …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 846, + "cashout_time": "2016-09-19T17:37:42", + "category": "economics", + "children": 0, + "created": "2016-08-19T17:37:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T17:37:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "frbny-3rd-quarter-gdp-nowcast-jumps-to-3-0-vs--gdpnow-3-6", + "post_id": 672969, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FRBNY 3rd Quarter GDP Nowcast Jumps to 3.0% vs. GDPNow 3.6%", + "title": "FRBNY 3rd Quarter GDP Nowcast Jumps to 3.0% vs. GDPNow 3.6%", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/frbny-3rd-quarter-gdp-nowcast-jumps-to-3-0-vs--gdpnow-3-6" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65046331", + "voter": "geke" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Supporters of an alternative implementation of the ethereum blockchain are beginning to mobilize and galvanize support.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 649, + "cashout_time": "2016-09-19T16:40:15", + "category": "events", + "children": 0, + "created": "2016-08-19T16:40:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:40:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 238103795, + "parent_author": "", + "parent_permlink": "events", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ethereum-classic-is-starting-to-mobilize", + "post_id": 672181, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ethereum Classic is Starting to Mobilize", + "title": "Ethereum Classic is Starting to Mobilize", + "total_payout_value": "0.000 HBD", + "url": "/events/@taz/ethereum-classic-is-starting-to-mobilize" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From Walt Meir at NASA Goddard: This year’s melt season in the Arctic Ocean and surrounding seas started with a bang, with a record low maximum extent in March and relatively rapid ice loss through May. The melt slowed down in June, however, making it highly unlikely that this year’s summertime sea ice minimum extent…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 955, + "cashout_time": "2016-09-19T16:29:33", + "category": "arctic", + "children": 0, + "created": "2016-08-19T16:29:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:29:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "arctic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nasa-highly-unlikely-that-this-years-summertime-sea-ice-minimum-extent-will-set-a-new-record", + "post_id": 672009, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NASA: '...highly unlikely that this year's summertime sea ice minimum extent will set a new record'", + "title": "NASA: '...highly unlikely that this year's summertime sea ice minimum extent will set a new record'", + "total_payout_value": "0.000 HBD", + "url": "/arctic/@taz/nasa-highly-unlikely-that-this-years-summertime-sea-ice-minimum-extent-will-set-a-new-record" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"flooding\"On top of all the costs in the aftermath of record flooding in Indiana, residents must acquire building permits -- and face additional fines for non-compliance.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 840, + "cashout_time": "2016-09-19T16:08:36", + "category": "the-state", + "children": 0, + "created": "2016-08-19T16:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "state-forcing-flood-victims-to-obtain-permits-before-fixing-their-homes", + "post_id": 671668, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Forcing Flood Victims to Obtain Permits Before Fixing their Homes", + "title": "State Forcing Flood Victims to Obtain Permits Before Fixing their Homes", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/state-forcing-flood-victims-to-obtain-permits-before-fixing-their-homes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"man\"In an effort to be politically correct, Princeton has managed to disguise intolerance as tolerance by removing words from their language.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 807, + "cashout_time": "2016-09-19T16:03:18", + "category": "be-the-change", + "children": 0, + "created": "2016-08-19T16:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "princeton-removes-man-from-all-college-text--students-told-not-to-say-him-or-her", + "post_id": 671606, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Princeton Removes 'Man' from All College Text -- Students Told Not to Say 'Him or Her'", + "title": "Princeton Removes 'Man' from All College Text -- Students Told Not to Say 'Him or Her'", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/princeton-removes-man-from-all-college-text--students-told-not-to-say-him-or-her" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The state assemblyman behind efforts to regulate digital currency businesses in California is now hoping to revive his efforts.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 657, + "cashout_time": "2016-09-19T15:21:24", + "category": "news", + "children": 0, + "created": "2016-08-19T15:21:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T15:21:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "california-lawmaker-bitcoin-thefts-show-industry-regulation-needed", + "post_id": 671150, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California Lawmaker: Bitcoin Thefts Show Industry Regulation Needed", + "title": "California Lawmaker: Bitcoin Thefts Show Industry Regulation Needed", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/california-lawmaker-bitcoin-thefts-show-industry-regulation-needed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50157804", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "915986145", + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2355621964", + "voter": "dcpaul" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"nypd\"An NYPD officer has been suspended after involvement in a street fight and failure to identify himself as a cop to responding officers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 819, + "cashout_time": "2016-09-19T14:47:48", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-19T14:22:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3501745676, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nypd-cop-caught-on-video-in-gangstyle-beatdown-that-nearly-killed-a-man", + "post_id": 670436, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NYPD Cop Caught on Video in Gangstyle Beatdown that Nearly Killed a Man", + "title": "NYPD Cop Caught on Video in Gangstyle Beatdown that Nearly Killed a Man", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/nypd-cop-caught-on-video-in-gangstyle-beatdown-that-nearly-killed-a-man" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "34489946677", + "voter": "vadimberkut8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "891229763", + "voter": "cjclaro" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Bank of England is on the hunt for an economist to spearhead its research into a central bank-issued digital currency.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "2016-09-19T14:12:42", + "category": "news", + "children": 0, + "created": "2016-08-19T14:11:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:11:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35561156203, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bank-of-england-seeks-digital-currency-research-lead", + "post_id": 670313, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bank of England Seeks Digital Currency Research Lead", + "title": "Bank of England Seeks Digital Currency Research Lead", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bank-of-england-seeks-digital-currency-research-lead" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "866473380", + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3371674971", + "voter": "steveo" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"nsa\"For years, through their shadow social network, the NSA has been warrantlessly spying on Americans collecting all of their data.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 798, + "cashout_time": "2016-09-19T14:16:27", + "category": "government-corruption", + "children": 1, + "created": "2016-08-19T14:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4418128114, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-nsa-built-a-secret-warrantless-shadow-social-network-and-youre-already-on-it", + "post_id": 670252, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The NSA Built a Secret, Warrantless, Shadow 'Social Network' and You're Already On It", + "title": "The NSA Built a Secret, Warrantless, Shadow 'Social Network' and You're Already On It", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/the-nsa-built-a-secret-warrantless-shadow-social-network-and-youre-already-on-it" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "742691469", + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "615648097", + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25742887653", + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12088229970", + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Blockchain legal veteran Elijah Alper will join Capital One in September to advise the financial services firm on the subject area.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 661, + "cashout_time": "2016-09-19T13:35:18", + "category": "banking", + "children": 0, + "created": "2016-08-19T13:24:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:24:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39369436952, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "capital-one-adds-veteran-blockchain-lawyer-to-fintech-team", + "post_id": 669805, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Capital One Adds Veteran Blockchain Lawyer to FinTech Team", + "title": "Capital One Adds Veteran Blockchain Lawyer to FinTech Team", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/capital-one-adds-veteran-blockchain-lawyer-to-fintech-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11841531399", + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"ketamine\"The FDA put ketamine on the fast track for use in treating depression in one of the most glaring acts of hypocrisy in recent memory.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 812, + "cashout_time": "2016-09-19T13:32:30", + "category": "good-news", + "children": 0, + "created": "2016-08-19T13:13:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:13:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12028433460, + "parent_author": "", + "parent_permlink": "good-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "as-feds-claim-pot-has-no-medicinal-use-fda-approving-horse-tranquilizer-for-depression", + "post_id": 669682, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "As Feds Claim Pot Has \"No Medicinal Use\" FDA Approving Horse Tranquilizer for Depression", + "title": "As Feds Claim Pot Has \"No Medicinal Use\" FDA Approving Horse Tranquilizer for Depression", + "total_payout_value": "0.000 HBD", + "url": "/good-news/@taz/as-feds-claim-pot-has-no-medicinal-use-fda-approving-horse-tranquilizer-for-depression" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11841531399", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57027057", + "voter": "hosscomp" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"lapd\"The LAPD did not want this video released. After watching the sadistic cops laugh as a man dies, you'll know why.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 785, + "cashout_time": "2016-09-19T13:32:48", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-19T13:08:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:08:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12085460517, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "disturbing-video-shows-lapd-laughing--smiling-as-man-dies-in-front-of-them", + "post_id": 669630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disturbing Video Shows LAPD Laughing & Smiling as Man Dies in Front of Them", + "title": "Disturbing Video Shows LAPD Laughing & Smiling as Man Dies in Front of Them", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/disturbing-video-shows-lapd-laughing--smiling-as-man-dies-in-front-of-them" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Digital currency lawyer Jacek Czarnecki argues recent regulatory proposals in the EU might benefit the blockchain industry despite criticisms.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 672, + "cashout_time": "2016-09-19T17:53:42", + "category": "banking", + "children": 1, + "created": "2016-08-19T12:26:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:26:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "no-the-ebas-bitcoin-regulation-proposals-arent-all-bad", + "post_id": 669221, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No, the EBA's Bitcoin Regulation Proposals Aren't All Bad", + "title": "No, the EBA's Bitcoin Regulation Proposals Aren't All Bad", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/no-the-ebas-bitcoin-regulation-proposals-arent-all-bad" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60346826", + "voter": "rwgunderson" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
John Hussman had an interesting post this week on a The Decade of Zero and its Chaotic Unwinding. Hussman proposes …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 876, + "cashout_time": "2016-09-19T09:42:12", + "category": "economics", + "children": 0, + "created": "2016-08-19T09:28:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T09:28:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247248887, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "mindless-central-bank-lemmings-head-towards-cliff", + "post_id": 667856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mindless Central Bank Lemmings Head Towards Cliff", + "title": "Mindless Central Bank Lemmings Head Towards Cliff", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/mindless-central-bank-lemmings-head-towards-cliff" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60042541", + "voter": "justme" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall According to the AAAS, Zebra Finches are helping their hatchlings respond to global warming, by singing to their eggs. Video: Zebra finch call prepares their eggs for climate change Scientists have long worried whether animals can respond to the planet's changing climate. Now, a new study reports that at least…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 964, + "cashout_time": "2016-09-19T04:04:15", + "category": "alarmism", + "children": 0, + "created": "2016-08-19T04:02:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T04:02:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240022304, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "claim-zebra-finch-call-prepares-their-eggs-for-climate-change", + "post_id": 665492, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Claim: Zebra finch call prepares their eggs for climate change", + "title": "Claim: Zebra finch call prepares their eggs for climate change", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/claim-zebra-finch-call-prepares-their-eggs-for-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From the UNIVERSITY OF ARIZONA and the bass ackward forecast department comes this story. Basically, sea level height, stacked up by El Nino winds, is used to predict temperature. It is sort of like a proxy. I wonder how well they do in La Nina conditions. The amount of sea level rise in the Pacific Ocean…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 941, + "cashout_time": "2016-09-19T00:28:03", + "category": "sea-level", + "children": 0, + "created": "2016-08-19T00:28:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:47:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "sea-level", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "proxy-forecasting-pacific-sea-level-predicts-global-temperature-changes", + "post_id": 663454, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Proxy forecasting: Pacific sea level predicts global temperature changes", + "title": "Proxy forecasting: Pacific sea level predicts global temperature changes", + "total_payout_value": "0.000 HBD", + "url": "/sea-level/@taz/proxy-forecasting-pacific-sea-level-predicts-global-temperature-changes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Earlier today, Uber announced that a Self-Driving Fleet Arrives in Pittsburgh This Month. A quick check of my calendar shows …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 920, + "cashout_time": "2016-09-18T23:19:54", + "category": "economics", + "children": 0, + "created": "2016-08-18T23:19:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T23:19:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "uber-offers-driverless-rides-this-month-what-about-snow-rain-pigeons-80-year-olds-on-roller-skates", + "post_id": 662733, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Uber Offers Driverless Rides This Month! What About Snow, Rain, Pigeons, 80-Year-Olds on Roller Skates?", + "title": "Uber Offers Driverless Rides This Month! What About Snow, Rain, Pigeons, 80-Year-Olds on Roller Skates?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/uber-offers-driverless-rides-this-month-what-about-snow-rain-pigeons-80-year-olds-on-roller-skates" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3937819048", + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50432628", + "voter": "whitezombie" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Whether the concept of a DAO could live on in the wake of the downfall of The DAO was the topic of debate at a New York conference this week.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 671, + "cashout_time": "2016-09-18T21:27:36", + "category": "ethereum", + "children": 0, + "created": "2016-08-18T21:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T21:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4161309140, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-dream-of-the-dao-stubbornly-lives-on", + "post_id": 661281, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dream of The DAO Stubbornly Lives On", + "title": "The Dream of The DAO Stubbornly Lives On", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/the-dream-of-the-dao-stubbornly-lives-on" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Over at Weather Underground there has been quite a bit of interest in an Arctic Cyclone that might cause a repeat of record low sea ice extent seen in 2012. They say: As of Tuesday, the deepest cyclone in the Northern Hemisphere wasn't anywhere near the tropics–it was spinning in the central Arctic Ocean. A…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 939, + "cashout_time": "2016-09-18T20:53:06", + "category": "arctic", + "children": 0, + "created": "2016-08-18T20:53:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T20:53:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "arctic", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "another-arctic-cyclone-may-cause-a-repeat-of-2012-sea-ice-low", + "post_id": 661015, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Arctic cyclone 'may' cause a repeat of 2012 sea ice low", + "title": "Another Arctic cyclone 'may' cause a repeat of 2012 sea ice low", + "total_payout_value": "0.000 HBD", + "url": "/arctic/@taz/another-arctic-cyclone-may-cause-a-repeat-of-2012-sea-ice-low" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "955585301", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173057464", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
An advisor to Japanese prime minister Shinzo Abe says Bank of Japan Likely to Take Bold Easing Action at its …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 852, + "cashout_time": "2016-09-18T20:08:03", + "category": "economics", + "children": 0, + "created": "2016-08-18T20:05:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T20:05:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1128642765, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "spirit-of-abenomics-bold-new-plan-in-september", + "post_id": 660392, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Spirit of Abenomics: Bold New Plan in September?", + "title": "Spirit of Abenomics: Bold New Plan in September?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/spirit-of-abenomics-bold-new-plan-in-september" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Earlier today, WUWT carried a story about a coral reef that was presumed dead in 2003, is now teeming with life. Jim Steele adds to this below. – Anthony Guest essay by Jim Steele Director emeritus Sierra Nevada Field Campus, San Francisco State University and author of Landscapes & Cycles: An Environmentalist's Journey to Climate…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 977, + "cashout_time": "2016-09-18T18:42:06", + "category": "climate-news", + "children": 0, + "created": "2016-08-18T18:42:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T19:23:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "more-evidence-of-coral-reef-resilience", + "post_id": 659270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "More Evidence of Coral Reef Resilience!", + "title": "More Evidence of Coral Reef Resilience!", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/more-evidence-of-coral-reef-resilience" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Like many climate skeptics, I have a couple of fake Twitter harassers who operate using the same sort of tactics that cowards tend to use: fake accounts, fake emails, fake everything. These are people who apparently feel that this sort of behavior elevates their own feelings of self worth while keeping them hidden from any…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 949, + "cashout_time": "2016-09-18T18:36:48", + "category": "climate-ugliness", + "children": 0, + "created": "2016-08-18T18:36:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T18:36:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "twits-beware", + "post_id": 659187, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Twits, beware", + "title": "Twits, beware", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/twits-beware" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "213160278", + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179979763", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
On the surface the Philadelphia Fed Manufacturing index was in positive territory at 2. Peeking under the hood, a significant …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 894, + "cashout_time": "2016-09-18T18:32:54", + "category": "economics", + "children": 0, + "created": "2016-08-18T18:31:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T18:31:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 393140041, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "crash-in-philly-fed-manufacturing-employment-new-orders-unfilled-orders", + "post_id": 659114, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crash in Philly Fed Manufacturing Employment, New Orders, Unfilled Orders", + "title": "Crash in Philly Fed Manufacturing Employment, New Orders, Unfilled Orders", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/crash-in-philly-fed-manufacturing-employment-new-orders-unfilled-orders" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85286659", + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3700406312", + "voter": "canalytic" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Australian Securities Exchange (ASX) announced today that it has completed the first phase of a distributed ledger tech trial.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 660, + "cashout_time": "2016-09-18T19:22:21", + "category": "news", + "children": 0, + "created": "2016-08-18T17:49:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T17:49:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3972595032, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "asx-completes-first-distributed-ledger-prototype", + "post_id": 658582, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ASX Completes First Distributed Ledger Prototype", + "title": "ASX Completes First Distributed Ledger Prototype", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/asx-completes-first-distributed-ledger-prototype" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1126289039", + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6431671890", + "voter": "goose" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"prisons\"In a surprising announcement, the Dept. of Justice said it will phase out the use of private, for-profit prisons to house federal inmates.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-09-18T17:24:12", + "category": "breaking-news", + "children": 0, + "created": "2016-08-18T17:18:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T17:18:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7744862990, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "justice-dept-announces-it-will-end-use-of-for-profit-prisons--prison-stocks-plummet", + "post_id": 658173, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Justice Dept Announces it Will End Use of For-Profit Prisons -- Prison Stocks Plummet", + "title": "Justice Dept Announces it Will End Use of For-Profit Prisons -- Prison Stocks Plummet", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/justice-dept-announces-it-will-end-use-of-for-profit-prisons--prison-stocks-plummet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91846012", + "voter": "elvyraloca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79101299", + "voter": "steem42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55608355", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From the “global warming and ocean acidification will kill everything, forever” and the “nature always finds a way” department comes this inconvenient truth. Back From The Dead: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again In 2003, researchers declared Coral Castles dead. On the floor of a remote island lagoon halfway between Hawaii…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 999, + "cashout_time": "2016-09-18T16:53:18", + "category": "oceans", + "children": 0, + "created": "2016-08-18T16:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 413457727, + "parent_author": "", + "parent_permlink": "oceans", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "inconvenient-giant-coral-reef-that-died-in-2003-teeming-with-life-again", + "post_id": 657845, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Inconvenient: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again", + "title": "Inconvenient: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again", + "total_payout_value": "0.000 HBD", + "url": "/oceans/@taz/inconvenient-giant-coral-reef-that-died-in-2003-teeming-with-life-again" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Japanese e-commerce firm Rakuten has acqui-hired bitcoin startup Bitnet as part of a bid to staff its new blockchain development lab in the UK.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 673, + "cashout_time": "2016-09-18T16:20:33", + "category": "companies", + "children": 0, + "created": "2016-08-18T16:20:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:20:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "rakuten-acquires-bitcoin-startup-team-for-blockchain-lab-launch", + "post_id": 657464, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rakuten Acquires Bitcoin Startup Team for Blockchain Lab Launch", + "title": "Rakuten Acquires Bitcoin Startup Team for Blockchain Lab Launch", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/rakuten-acquires-bitcoin-startup-team-for-blockchain-lab-launch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13589433956", + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202155003", + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53541576", + "voter": "mindhunter" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A forthcoming bitcoin software update will be the first to feature preliminary code for a future scaling upgrade.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "2016-09-18T16:23:51", + "category": "bitcoin-protocol", + "children": 0, + "created": "2016-08-18T15:49:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:49:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14032032596, + "parent_author": "", + "parent_permlink": "bitcoin-protocol", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "next-bitcoin-software-update-will-be-first-to-feature-segwit-code", + "post_id": 657068, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Next Bitcoin Software Update Will Be First to Feature SegWit Code", + "title": "Next Bitcoin Software Update Will Be First to Feature SegWit Code", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin-protocol/@taz/next-bitcoin-software-update-will-be-first-to-feature-segwit-code" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"supremeLeaked documents reveal globalist George Soros's Open Society Foundations attempted to purchase a Supreme Court decision.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "2016-09-18T15:22:51", + "category": "foreign-affairs", + "children": 0, + "created": "2016-08-18T15:22:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:22:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "foreign-affairs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "soros-hack-shows-billionaire-tried-to-buy-supreme-court-ruling-on-immigration", + "post_id": 656691, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soros Hack Shows Billionaire Tried to Buy Supreme Court Ruling on Immigration", + "title": "Soros Hack Shows Billionaire Tried to Buy Supreme Court Ruling on Immigration", + "total_payout_value": "0.000 HBD", + "url": "/foreign-affairs/@taz/soros-hack-shows-billionaire-tried-to-buy-supreme-court-ruling-on-immigration" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "304835207", + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1061761446", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223148765", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"Yanez\"Officer Juan Yanez, who killed Philando Castile in cold blood returned to his job as a police officer this week.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 797, + "cashout_time": "2016-09-18T15:00:24", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-18T14:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:56:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1776647479, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "disgraceful--cop-who-murdered-innocent-philando-castile-is-back-on-the-job", + "post_id": 656366, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disgraceful -- Cop Who Murdered Innocent Philando Castile is Back on the Job", + "title": "Disgraceful -- Cop Who Murdered Innocent Philando Castile is Back on the Job", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/disgraceful--cop-who-murdered-innocent-philando-castile-is-back-on-the-job" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1167929823", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58841673", + "voter": "newhampshire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1858240920", + "voter": "richardcrill" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"highA cop has been fired after a disgraceful viral video showed him encourage a girl to skip high school to have sex with him, on duty.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 831, + "cashout_time": "2016-09-18T14:21:48", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-18T13:58:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:58:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3278836776, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cop-caught-on-video-trying-to-make-girl-skip-high-school-to-have-sex-with-him--on-duty", + "post_id": 655712, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Caught on Video Trying to Make Girl Skip High School to Have Sex with Him -- ON DUTY", + "title": "Cop Caught on Video Trying to Make Girl Skip High School to Have Sex with Him -- ON DUTY", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-caught-on-video-trying-to-make-girl-skip-high-school-to-have-sex-with-him--on-duty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1486456139", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1054185349", + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53190964", + "voter": "cristianod7" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"jaywalking\"Disturbing video shows a Fresno police officer using a chokehold on a high school student for the non-crime of jaywalking.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 806, + "cashout_time": "2016-09-18T13:27:21", + "category": "badge-abuse", + "children": 2, + "created": "2016-08-18T13:11:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:11:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2787656812, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "video-cop-loses-it-tackles-school-kid-chokes-him-to-the-ground--for-jaywalking", + "post_id": 655123, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "VIDEO: Cop Loses It, Tackles School Kid, Chokes Him to the Ground -- for Jaywalking", + "title": "VIDEO: Cop Loses It, Tackles School Kid, Chokes Him to the Ground -- for Jaywalking", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-cop-loses-it-tackles-school-kid-chokes-him-to-the-ground--for-jaywalking" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1486456139", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
UBS has become the latest major bank to see a significant departure from its blockchain innovation team.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 634, + "cashout_time": "2016-09-18T13:17:45", + "category": "banking", + "children": 0, + "created": "2016-08-18T13:06:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:06:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1680280499, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "swiss-bank-ubs-latest-to-see-key-blockchain-lead-depart", + "post_id": 655061, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Swiss Bank UBS Latest to See Key Blockchain Lead Depart", + "title": "Swiss Bank UBS Latest to See Key Blockchain Lead Depart", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/swiss-bank-ubs-latest-to-see-key-blockchain-lead-depart" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50150767", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7116889636", + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206198103", + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1375366934", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1126289039", + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55319248", + "voter": "lifeworship" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"neonic\"Agribusiness and their friends at government regulatory agencies can no longer dismiss the threat posed to bees by neonic pesticides.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 809, + "cashout_time": "2016-09-18T13:42:57", + "category": "environmental-news", + "children": 3, + "created": "2016-08-18T12:50:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:50:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10124038087, + "parent_author": "", + "parent_permlink": "environmental-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "first-long-term-study-confirms-worlds-most-popular-pesticide-is-wiping-bees-off-the-planet", + "post_id": 654864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "First Long-term Study Confirms World's Most Popular Pesticide is Wiping Bees Off the Planet", + "title": "First Long-term Study Confirms World's Most Popular Pesticide is Wiping Bees Off the Planet", + "total_payout_value": "0.000 HBD", + "url": "/environmental-news/@taz/first-long-term-study-confirms-worlds-most-popular-pesticide-is-wiping-bees-off-the-planet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3379197664", + "voter": "crypton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1308275864", + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
To scale up its blockchain operations, 'Big Four' audit firm PwC is thinking small with its strategy.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 631, + "cashout_time": "2016-09-18T13:02:00", + "category": "banking", + "children": 0, + "created": "2016-08-18T12:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:19:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4881297888, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "to-go-big-on-blockchain-big-four-firm-pwc-thinking-small", + "post_id": 654592, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "To Go Big on Blockchain, 'Big Four' Firm PwC Thinking Small", + "title": "To Go Big on Blockchain, 'Big Four' Firm PwC Thinking Small", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/to-go-big-on-blockchain-big-four-firm-pwc-thinking-small" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61600623", + "voter": "lennon15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91846012", + "voter": "elvyraloca" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Obamacare is facing the hard knocks of reality. Selling overpriced insurance to the healthy and underpriced insurance to the sick …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-09-18T07:21:30", + "category": "economics", + "children": 0, + "created": "2016-08-18T07:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T07:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 347270995, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "obamacare-on-death-bed-as-enrollment-is-half-the-expected-rate-the-unprofitable-half-mispriced-insurance-and-unstable-economics-to-blame", + "post_id": 652556, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Obamacare on Death Bed as Enrollment is Half the Expected Rate (the Unprofitable Half); Mispriced Insurance and Unstable Economics to Blame", + "title": "Obamacare on Death Bed as Enrollment is Half the Expected Rate (the Unprofitable Half); Mispriced Insurance and Unstable Economics to Blame", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/obamacare-on-death-bed-as-enrollment-is-half-the-expected-rate-the-unprofitable-half-mispriced-insurance-and-unstable-economics-to-blame" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193824360", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91846012", + "voter": "elvyraloca" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Lawrence Hamlin California Governor Jerry Brown recently proposed via an executive order that the state establish an escalated future greenhouse gas emissions reduction target whereby year 2030 emission levels would be 40% below 1990 emission levels. The state’s present emissions reduction target set in 2006 through AB 32 is to back off…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 994, + "cashout_time": "2016-09-18T07:16:57", + "category": "climate-news", + "children": 0, + "created": "2016-08-18T07:14:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:52:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 285670372, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "californias-globally-irrelevant-costly-elitist-driven-and-purely-political-climate-change-campaign", + "post_id": 652524, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California's globally irrelevant, costly, elitist driven and purely political climate change campaign", + "title": "California's globally irrelevant, costly, elitist driven and purely political climate change campaign", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/californias-globally-irrelevant-costly-elitist-driven-and-purely-political-climate-change-campaign" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1425362755", + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A new post to the Bitcoin.org website indicates its contributors have reason to believe the website may be targeted by malicious actors.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 666, + "cashout_time": "2016-09-18T05:04:36", + "category": "news", + "children": 0, + "created": "2016-08-18T04:47:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T04:47:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1612264816, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-org-warns-of-expected-attacks-amid-upcoming-bitcoin-software-release", + "post_id": 651565, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin.org Warns of Expected Attacks Amid Upcoming Bitcoin Software Release", + "title": "Bitcoin.org Warns of Expected Attacks Amid Upcoming Bitcoin Software Release", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bitcoin-org-warns-of-expected-attacks-amid-upcoming-bitcoin-software-release" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Americas roads and infrastructure might be crumbling, but the US government still has plenty of money to spend on longshot research projects, to try to solve the intermittency of renewable power. No doubt better batteries will have their uses. But when the government invests taxpayer’s money in chasing politically useful…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 981, + "cashout_time": "2016-09-18T03:08:09", + "category": "energy", + "children": 0, + "created": "2016-08-18T03:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T03:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "renewables-battery-research-the-government-funded-grant-eldorado", + "post_id": 650732, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Renewables Battery Research: The Government Funded Grant Eldorado", + "title": "Renewables Battery Research: The Government Funded Grant Eldorado", + "total_payout_value": "0.000 HBD", + "url": "/energy/@taz/renewables-battery-research-the-government-funded-grant-eldorado" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186902061", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Do the Merkels and Junckers of the world give a rat’s ass about the problems they cause? Did Bush or …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 862, + "cashout_time": "2016-09-18T00:47:30", + "category": "economics", + "children": 0, + "created": "2016-08-18T00:47:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T00:47:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-the-global-elites-screws-peons-while-media-fools-cheer", + "post_id": 649383, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How the Global Elites Screws Peons (While Media Fools Cheer)", + "title": "How the Global Elites Screws Peons (While Media Fools Cheer)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/how-the-global-elites-screws-peons-while-media-fools-cheer" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Since a high-profile hack, Bitfinex has reclaimed its position as the top USD/BTC exchange, but questions about its future remain.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 660, + "cashout_time": "2016-09-18T00:15:57", + "category": "exchanges", + "children": 0, + "created": "2016-08-18T00:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T00:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-recovers-bitcoin-volume-but-perception-battle-rages-on", + "post_id": 649037, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex Recovers Bitcoin Volume But Perception Battle Rages On", + "title": "Bitfinex Recovers Bitcoin Volume But Perception Battle Rages On", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-recovers-bitcoin-volume-but-perception-battle-rages-on" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179878418", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Today the Fed released Minutes of its July 26-27 FOMC Meeting. I counted 17 instances of words beginning with “uncertain”. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 941, + "cashout_time": "2016-09-17T21:02:03", + "category": "economics", + "children": 0, + "created": "2016-08-17T21:02:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T21:02:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179878418, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "fed-and-mainstream-media-clueless-about-rate-hike-timing-count-of-minutes-reveals-17-instances-of-uncertainty", + "post_id": 646818, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fed and Mainstream Media Clueless About Rate Hike Timing; Count of Minutes Reveals 17 Instances of \"Uncertainty\"", + "title": "Fed and Mainstream Media Clueless About Rate Hike Timing; Count of Minutes Reveals 17 Instances of \"Uncertainty\"", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/fed-and-mainstream-media-clueless-about-rate-hike-timing-count-of-minutes-reveals-17-instances-of-uncertainty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179878418", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "614288295", + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest post by David Middleton Deepwater Wind LLC is on the verge of completing the first offshore wind farm in U.S. waters, a milestone for an industry that has struggled for a more than decade to build in North America. Workers have installed blades on four of the five 589-foot turbines at the site off…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 929, + "cashout_time": "2016-09-17T20:44:48", + "category": "energy", + "children": 0, + "created": "2016-08-17T20:25:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:25:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 794166713, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "americas-first-offshore-wind-farm-is-nearly-ready-get-ready-for-euro-sized-electricity-bills", + "post_id": 646236, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"America's First Offshore Wind Farm Is Nearly Ready\"... Get ready for Euro-sized electricity bills!", + "title": "\"America's First Offshore Wind Farm Is Nearly Ready\"... Get ready for Euro-sized electricity bills!", + "total_payout_value": "0.000 HBD", + "url": "/energy/@taz/americas-first-offshore-wind-farm-is-nearly-ready-get-ready-for-euro-sized-electricity-bills" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From the “color of political slimebags is green” department. Note to readers: Show this to some idiot Internet heckler the next time you are accused of “being in the pay of big oil” for having an opinion on climate. Here are two instances worth noting, but there are plenty more: The report says that in…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 952, + "cashout_time": "2016-09-17T20:20:09", + "category": "politics", + "children": 0, + "created": "2016-08-17T20:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil", + "post_id": 646176, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "total_payout_value": "0.000 HBD", + "url": "/politics/@taz/exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.pat.json new file mode 100644 index 00000000..2a892e19 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.pat.json @@ -0,0 +1,4834 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
I am wondering if the EU volcano is about to erupt. My rationale is Matteo Renzi, Francois Hollande, and Angela …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-08-29T23:35:57", + "category": "economics", + "children": 0, + "created": "2016-08-22T23:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243319698, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-the-eu-volcano-about-to-erupt", + "post_id": 942906, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is the EU Volcano About to Erupt?", + "title": "Is the EU Volcano About to Erupt?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-the-eu-volcano-about-to-erupt" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 121225998, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 297136720, + "rshares": 51787179, + "voter": "topol" + }, + { + "percent": "10000", + "reputation": 5070052, + "rshares": 51761044, + "voter": "tuman4eg" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Andy May Many writers, including Professor Richard Lindzen and Ed Caryl have noticed the remarkable similarity in global warming observed from around 1910 to 1944 and 1975 to 2009. The similarity in slopes exists in all global surface temperature datasets. Figure 1 shows the HadCRUT version 4 dataset and the NASA GISS…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 969, + "cashout_time": "2016-08-29T23:15:00", + "category": "climate-data", + "children": 0, + "created": "2016-08-22T23:15:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:15:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 468093919, + "parent_author": "", + "parent_permlink": "climate-data", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "virtually-indistinguishable--comparing-early-20th-century-warming-to-late-20th-century-warming", + "post_id": 942648, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Virtually indistinguishable - Comparing early 20th Century warming to late 20th Century warming", + "title": "Virtually indistinguishable - Comparing early 20th Century warming to late 20th Century warming", + "total_payout_value": "0.000 HBD", + "url": "/climate-data/@taz/virtually-indistinguishable--comparing-early-20th-century-warming-to-late-20th-century-warming" + }, + { + "active_votes": [ + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1802083804, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1425710429302, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2725889877, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1861848341, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 1255738699, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 55107501, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 51536222, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1630033, + "rshares": 51671899, + "voter": "beladonna11" + }, + { + "percent": "10000", + "reputation": 47264899, + "rshares": 51670500, + "voter": "boris222" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"emails\"The FBI has uncovered an additional 14,900 emails and documents from Clinton's personal server, nearly doubling in size the amount previously turned over.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-08-29T22:19:06", + "category": "government-corruption", + "children": 0, + "created": "2016-08-22T22:19:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:19:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1433809295843, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.032 HBD", + "percent_hbd": 10000, + "permlink": "despite-her-large-scale-deception-fbi-just-discovered-15000-more-clinton-emails", + "post_id": 942059, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Despite Her Large Scale Deception, FBI Just Discovered 15,000 More Clinton Emails", + "title": "Despite Her Large Scale Deception, FBI Just Discovered 15,000 More Clinton Emails", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/despite-her-large-scale-deception-fbi-just-discovered-15000-more-clinton-emails" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 5867671679, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A winning bidder has claimed 2,700 BTC (worth $1.58m) at an auction held by the US Marshals Service (USMS).\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 637, + "cashout_time": "2016-08-29T22:13:48", + "category": "events", + "children": 0, + "created": "2016-08-22T22:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:13:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6110991377, + "parent_author": "", + "parent_permlink": "events", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "unknown-bidder-buys-1-6-million-in-bitcoin-at-us-government-auction", + "post_id": 942002, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Unknown Bidder Buys $1.6 Million in Bitcoin at US Government Auction", + "title": "Unknown Bidder Buys $1.6 Million in Bitcoin at US Government Auction", + "total_payout_value": "0.000 HBD", + "url": "/events/@taz/unknown-bidder-buys-1-6-million-in-bitcoin-at-us-government-auction" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 5867671679, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2473069, + "rshares": 51689779, + "voter": "svetabrigadir" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The state of Florida has appealed a recent court decision that saw a judge rule bitcoin isn't money.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 630, + "cashout_time": "2016-08-29T22:08:30", + "category": "news", + "children": 0, + "created": "2016-08-22T22:08:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:08:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6162681156, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "florida-files-appeal-after-charges-against-bitcoin-seller-dismissed", + "post_id": 941939, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Florida Files Appeal After Charges Against Bitcoin Seller Dismissed", + "title": "Florida Files Appeal After Charges Against Bitcoin Seller Dismissed", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/florida-files-appeal-after-charges-against-bitcoin-seller-dismissed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 910805410, + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Debt Seller’s Paradise Things are so absurd in the Eurozone that the ECB is buying private placement debt with little …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 910, + "cashout_time": "2016-08-29T20:41:30", + "category": "economics", + "children": 0, + "created": "2016-08-22T20:41:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T20:41:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1154125108, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "private-placement-european-companies-issue-debt-simply-because-the-ecb-will-buy-that-debt", + "post_id": 940685, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Private Placement: European Companies Issue Debt Simply Because the ECB will Buy That Debt", + "title": "Private Placement: European Companies Issue Debt Simply Because the ECB will Buy That Debt", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/private-placement-european-companies-issue-debt-simply-because-the-ecb-will-buy-that-debt" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 11330125745, + "rshares": 55191596, + "voter": "michal" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"herbicide\"Monsanto gamed the system to create pressure on regulators to approve their new herbicide product, at the expense of hundreds of farmers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 818, + "cashout_time": "2016-08-29T19:31:06", + "category": "gmo", + "children": 0, + "created": "2016-08-22T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 298511294, + "parent_author": "", + "parent_permlink": "gmo", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "monsanto-triggers-massive-crop-losses-illegal-herbicide-spraying-to-introduce-new-gmo-crop", + "post_id": 939457, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Monsanto Triggers Massive Crop Losses, Illegal Herbicide Spraying to Introduce New GMO Crop", + "title": "Monsanto Triggers Massive Crop Losses, Illegal Herbicide Spraying to Introduce New GMO Crop", + "total_payout_value": "0.000 HBD", + "url": "/gmo/@taz/monsanto-triggers-massive-crop-losses-illegal-herbicide-spraying-to-introduce-new-gmo-crop" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 60049910, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 31189329, + "rshares": 51798045, + "voter": "gps" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"pepperThe department quietly noted the officer who deployed pepper spray into the faces of innocent motorists as they drove by -- will not be punished.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 833, + "cashout_time": "2016-08-29T19:17:54", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-22T19:17:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 355167653, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cop-caught-on-video-pepper-spraying-innocent-motorists-on-the-highway--will-not-be-punsihed", + "post_id": 939218, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Caught on Video Pepper Spraying Innocent Motorists on the Highway -- Will NOT Be Punsihed", + "title": "Cop Caught on Video Pepper Spraying Innocent Motorists on the Highway -- Will NOT Be Punsihed", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-caught-on-video-pepper-spraying-innocent-motorists-on-the-highway--will-not-be-punsihed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 638640499, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
By Christopher Monckton of Brenchley I do apologize for not having replied sooner to my friend the irrepressible, irascible, highly improbable but always fascinating Willis Eschenbach, who on August 15 had commented on a brace of earlier postings by me on the vexed question of climate sensitivity. The delay is because my lovely wife and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 973, + "cashout_time": "2016-08-29T19:12:36", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-22T19:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 881960197, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "willis-and-i-walk-the-planck", + "post_id": 939123, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Willis and I walk the Planck", + "title": "Willis and I walk the Planck", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/willis-and-i-walk-the-planck" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 116573415, + "voter": "mindhunter" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
It's been a month since the ethereum hard fork moved $150m worth of DAO ether into a withdraw-only account. $25m is still unclaimed.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 662, + "cashout_time": "2016-08-29T19:02:06", + "category": "ethereum", + "children": 1, + "created": "2016-08-22T19:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T19:02:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 359893113, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "one-month-after-ethereum-hard-fork-millions-in-dao-funds-remain-unclaimed", + "post_id": 938961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "One Month After Ethereum Hard Fork, Millions in DAO Funds Remain Unclaimed", + "title": "One Month After Ethereum Hard Fork, Millions in DAO Funds Remain Unclaimed", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/one-month-after-ethereum-hard-fork-millions-in-dao-funds-remain-unclaimed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 250271690, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From the “Antarctic ice is normal now but just you wait” department…. Above: most recent data from NSIDC. ….and the UNIVERSITY OF EDINBURGH: Antarctica’s past shows region’s vulnerability to climate change Fresh understanding of West Antarctica has revealed how the region’s ice sheet could become unstable in a warming world. Scientists studying the region’s landscape have…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1048, + "cashout_time": "2016-08-29T18:56:51", + "category": "climate-news", + "children": 0, + "created": "2016-08-22T18:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250271690, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "worse-than-we-thought-antarctic-vulnerability-to-climate-change", + "post_id": 938884, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Worse than we thought: Antarctic vulnerability to climate change", + "title": "Worse than we thought: Antarctic vulnerability to climate change", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/worse-than-we-thought-antarctic-vulnerability-to-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 250271690, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Amazingly, the US Army has no idea how it spent $6.5 trillion. Since that number dwarfs the entire annual defense …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 853, + "cashout_time": "2016-08-29T18:51:36", + "category": "economics", + "children": 0, + "created": "2016-08-22T18:51:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T18:51:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 250271690, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "army-has-no-idea-how-it-spent-6-5-trillion", + "post_id": 938824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Army Has No Idea How It Spent $6.5 Trillion", + "title": "Army Has No Idea How It Spent $6.5 Trillion", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/army-has-no-idea-how-it-spent-6-5-trillion" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3782919858, + "voter": "trev" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"ticket\"A sharp decrease in ticket writing has not led to an increase in dangerous conditions and has only had a positive impact -- unless you're a politician.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-08-29T17:38:18", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-22T17:38:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:38:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4040143539, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "govt-officials-furious-at-drop-in-revenue-as-cops-write-less-tickets-to-stop-actual-crimes", + "post_id": 937731, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Govt Officials Furious at Drop in Revenue as Cops Write Less Tickets to Stop Actual Crimes", + "title": "Govt Officials Furious at Drop in Revenue as Cops Write Less Tickets to Stop Actual Crimes", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/govt-officials-furious-at-drop-in-revenue-as-cops-write-less-tickets-to-stop-actual-crimes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 1722239514, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 126976975, + "rshares": 51646701, + "voter": "shereekrider" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"testing\"A school district will begin randomly drug testing seventh and eighth graders, and handing down harsh penalties for students who test positive.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 823, + "cashout_time": "2016-08-29T17:33:03", + "category": "the-state", + "children": 0, + "created": "2016-08-22T17:33:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:33:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2031109896, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "state-begins-random-drug-testing-of-middle-school-children--with-punishment", + "post_id": 937655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Begins Random Drug-Testing of Middle School Children -- With Punishment", + "title": "State Begins Random Drug-Testing of Middle School Children -- With Punishment", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/state-begins-random-drug-testing-of-middle-school-children--with-punishment" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
One of Russia's largest banks is in discussions to join a domestic bank consortium that would study blockchain technology.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "2016-08-29T17:27:48", + "category": "banking", + "children": 0, + "created": "2016-08-22T17:27:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:27:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257223681, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sberbank-considers-russian-blockchain-consortium", + "post_id": 937581, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sberbank Considers Russian Blockchain Consortium", + "title": "Sberbank Considers Russian Blockchain Consortium", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/sberbank-considers-russian-blockchain-consortium" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 60049910, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Bank of Tokyo-Mitsubishi UFJ and tech giant Hitachi are working on a blockchain proof-of-concept aimed at digitizing checks.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 658, + "cashout_time": "2016-08-29T17:22:30", + "category": "companies", + "children": 0, + "created": "2016-08-22T17:22:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:22:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 317273591, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "japanese-firms-test-blockchain-for-e-check-management", + "post_id": 937513, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japanese Firms Test Blockchain for E-Check Management", + "title": "Japanese Firms Test Blockchain for E-Check Management", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/japanese-firms-test-blockchain-for-e-check-management" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 60049910, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Nicolas Sarkozy, former president and now head of the opposition Republicans, published a book “Tout pour la France” (Everything for …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 924, + "cashout_time": "2016-08-29T17:17:15", + "category": "economics", + "children": 0, + "created": "2016-08-22T17:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 317273591, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sarkozy-announces-candidacy-for-french-president-in-his-book-everything-for-france", + "post_id": 937444, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sarkozy Announces Candidacy for French President in His Book \"Everything for France\"", + "title": "Sarkozy Announces Candidacy for French President in His Book \"Everything for France\"", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/sarkozy-announces-candidacy-for-french-president-in-his-book-everything-for-france" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 90074865, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 257223681, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Peter Wadhams, who regularly predicts an ice free arctic, and infamously speculated that he and his friends might be the target of a big oil assassination conspiracy, has written a book titled “A Farewell to Ice”. Guest essay by Eric Worrall A Farewell to Ice by Peter Wadhams review - climate change writ large The…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 952, + "cashout_time": "2016-08-29T16:35:42", + "category": "ridiculae", + "children": 0, + "created": "2016-08-22T16:35:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T16:35:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 347298546, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "climate-persecution-theorist-peter-wadhams-the-book", + "post_id": 936889, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Persecution Theorist Peter Wadhams: The Book", + "title": "Climate Persecution Theorist Peter Wadhams: The Book", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/climate-persecution-theorist-peter-wadhams-the-book" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 256612007, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 138152288926, + "rshares": 119332764, + "voter": "carloseclectic3d" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"taxi\"Government now acting as Robin Hood in reverse by stealing from ride-sharing companies and giving it to Taxi monopolies.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 792, + "cashout_time": "2016-08-29T15:21:27", + "category": "government-corruption", + "children": 0, + "created": "2016-08-22T15:21:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:21:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 375944771, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "government-logic--state-now-taxing-uber-lyft-to-give-money-to-taxi-unions", + "post_id": 935728, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Government Logic -- State Now Taxing Uber, Lyft to Give Money to Taxi Unions", + "title": "Government Logic -- State Now Taxing Uber, Lyft to Give Money to Taxi Unions", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/government-logic--state-now-taxing-uber-lyft-to-give-money-to-taxi-unions" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 256612007, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"brother\"A Virginia sheriff's deputy has been arrested and charged with second-degree murder for shooting and killing his own brother during an argument.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 836, + "cashout_time": "2016-08-29T15:16:12", + "category": "police-brutality", + "children": 0, + "created": "2016-08-22T15:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 256612007, + "parent_author": "", + "parent_permlink": "police-brutality", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "deputy-arrested-charged-with-murder-for-shooting-and-killing-his-own-brother", + "post_id": 935635, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deputy Arrested, Charged with Murder for Shooting and Killing His Own Brother", + "title": "Deputy Arrested, Charged with Murder for Shooting and Killing His Own Brother", + "total_payout_value": "0.000 HBD", + "url": "/police-brutality/@taz/deputy-arrested-charged-with-murder-for-shooting-and-killing-his-own-brother" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 263547467, + "voter": "taz" + }, + { + "percent": "0", + "reputation": 17676358821986, + "rshares": 81687499, + "voter": "krnel" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
UK regulators are reportedly moving forward with efforts that would find blockchain firms exiting a FinTech sandbox program.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 654, + "cashout_time": "2016-08-29T15:10:54", + "category": "banking", + "children": 0, + "created": "2016-08-22T15:10:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:10:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 345234966, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "uk-blockchain-projects-near-regulatory-approval", + "post_id": 935547, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK Blockchain Projects Near Regulatory Approval", + "title": "UK Blockchain Projects Near Regulatory Approval", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/uk-blockchain-projects-near-regulatory-approval" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 263547467, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Bitfinex customers may soon have a way to convert the digital assets they were issued following the exchange's hack earlier this month.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 665, + "cashout_time": "2016-08-29T15:05:39", + "category": "exchanges", + "children": 0, + "created": "2016-08-22T15:05:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:05:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 263547467, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitfinex-to-offer-company-equity-to-reimburse-customer-losses", + "post_id": 935459, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex to Offer Company Equity to Reimburse Customer Losses", + "title": "Bitfinex to Offer Company Equity to Reimburse Customer Losses", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-to-offer-company-equity-to-reimburse-customer-losses" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 263547467, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 426533178, + "voter": "lifeworship" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Suggested Disclaimer: Climate Model Outputs Have Been Manipulated By NOAA to Make Models Appear to Perform Well Guest Post by Bob Tisdale This post introduces readers to a newly revised \"product\" from NOAA, called \"Climate Explorer\", which is part of their U.S. Climate Resilience Toolkit. NOAA released this misleading product on July 27, 2016 and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 973, + "cashout_time": "2016-08-29T13:47:12", + "category": "climate-models", + "children": 1, + "created": "2016-08-22T13:47:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T13:47:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 690080645, + "parent_author": "", + "parent_permlink": "climate-models", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "noaas-new-climate-explorer--noaa-needs-to-provide-a-disclaimer-for-their-climate-model-presentations", + "post_id": 934478, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NOAA's New Climate Explorer - NOAA Needs to Provide a Disclaimer for Their Climate Model Presentations", + "title": "NOAA's New Climate Explorer - NOAA Needs to Provide a Disclaimer for Their Climate Model Presentations", + "total_payout_value": "0.000 HBD", + "url": "/climate-models/@taz/noaas-new-climate-explorer--noaa-needs-to-provide-a-disclaimer-for-their-climate-model-presentations" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 263547467, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Yet another economic writer has caved into to illusion that central banks need to raise the inflation target to four …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-08-29T13:41:57", + "category": "economics", + "children": 0, + "created": "2016-08-22T13:41:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T13:41:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 263547467, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wrong-then-even-wronger-now-asininity-on-raising-inflation-target-to-four-percent", + "post_id": 934417, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wrong Then, Even Wronger Now: Asininity On Raising Inflation Target to Four Percent", + "title": "Wrong Then, Even Wronger Now: Asininity On Raising Inflation Target to Four Percent", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/wrong-then-even-wronger-now-asininity-on-raising-inflation-target-to-four-percent" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221591733, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Week That Was: 2016-08-20 (August 20, 2016) Brought to You by SEPP (www.SEPP.org) The Science and Environmental Policy Project THIS WEEK: By Ken Haapala, President, Science and Environmental Policy Project (SEPP) Seeking a Common Ground: One of the challenges in preparing TWTW is reaching as broad a readership as possible with brief discussions of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 988, + "cashout_time": "2016-08-28T22:22:06", + "category": "climate-news-roundup", + "children": 0, + "created": "2016-08-21T22:22:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T17:43:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 221591733, + "parent_author": "", + "parent_permlink": "climate-news-roundup", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "weekly-climate-and-energy-news-roundup-237", + "post_id": 926330, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Weekly Climate and Energy News Roundup #237", + "title": "Weekly Climate and Energy News Roundup #237", + "total_payout_value": "0.000 HBD", + "url": "/climate-news-roundup/@taz/weekly-climate-and-energy-news-roundup-237" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221591733, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55013465, + "voter": "tulmaran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54850275, + "voter": "kigataur" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Forget about what the oddsmakers say about Trump’s election chances. Instead, let’s focus on polls at the state and national …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 901, + "cashout_time": "2016-08-28T22:16:51", + "category": "economics", + "children": 0, + "created": "2016-08-21T22:16:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T22:16:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 331455473, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "analyzing-trumps-election-chances-what-does-trump-need-to-do-to-win", + "post_id": 926283, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Analyzing Trump's Election Chances: What Does Trump Need To Do To Win?", + "title": "Analyzing Trump's Election Chances: What Does Trump Need To Do To Win?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/analyzing-trumps-election-chances-what-does-trump-need-to-do-to-win" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 16131170784, + "rshares": 253775705, + "voter": "digi3d" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221591733, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54974588, + "voter": "ket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54873243, + "voter": "balladosius" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"rubyTwenty-four years ago today, the FBI performed a deadly siege on the private property of Randy Weaver and his family at Ruby Ridge.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 815, + "cashout_time": "2016-08-28T17:43:21", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T17:43:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T17:43:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 585215269, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "24-years-ago-today-the-federal-govt-changed-its-rules-to-launch-a-sniper-attack-on-off-grid-family", + "post_id": 922739, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "24 Years Ago Today the Federal Govt Changed its Rules to Launch a Sniper Attack on Off-Grid Family", + "title": "24 Years Ago Today the Federal Govt Changed its Rules to Launch a Sniper Attack on Off-Grid Family", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/24-years-ago-today-the-federal-govt-changed-its-rules-to-launch-a-sniper-attack-on-off-grid-family" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221591733, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 357009114, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55698586, + "voter": "bernaded" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 102089177, + "voter": "funnyman" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"Arpaio\"America's toughest and perhaps most hated sheriff, Joe Arpaio, will soon face criminal contempt of court charges which could earn him time behind bars.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 829, + "cashout_time": "2016-08-28T17:38:03", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T17:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T17:38:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 736388610, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "americas-toughest-sheriff-recommended-for-criminal-prosecution-for-targeting-brown-people", + "post_id": 922690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"America's Toughest Sheriff\" Recommended for Criminal Prosecution for Targeting Brown People", + "title": "\"America's Toughest Sheriff\" Recommended for Criminal Prosecution for Targeting Brown People", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/americas-toughest-sheriff-recommended-for-criminal-prosecution-for-targeting-brown-people" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 254911938711, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221591733, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -63886830404, + "rshares": 54994652, + "voter": "blackbeard" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by David Archibald The warning signs have been there for some time now - persistent failures of the wheat crop in Norway for example. The North Atlantic is cooling. The cooling trend was evident at the time of an expedition to investigate this phenonemon three years ago. The rate of cooling has now…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 946, + "cashout_time": "2016-08-28T16:28:27", + "category": "climate-news", + "children": 1, + "created": "2016-08-21T16:28:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T16:28:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 255188525096, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.157 HBD", + "percent_hbd": 10000, + "permlink": "the-north-atlantic-ground-zero-of-global-cooling", + "post_id": 921947, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The North Atlantic: Ground Zero of Global Cooling", + "title": "The North Atlantic: Ground Zero of Global Cooling", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/the-north-atlantic-ground-zero-of-global-cooling" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 16131170784, + "rshares": 248596609, + "voter": "digi3d" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 221580643, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"mainstreamBecause there is no divide to stoke, nor political agenda to push with a blame, the mainstream media is ignoring the flood victims.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "2016-08-28T15:38:57", + "category": "be-the-change", + "children": 0, + "created": "2016-08-21T15:38:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 470177252, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "mainstream-media-stops-covering-louisiana-floods-as-it-wasnt-divisive-enough--no-one-to-blame", + "post_id": 921323, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mainstream Media Stops Covering Louisiana Floods as it Wasn't Divisive Enough -- No One to Blame", + "title": "Mainstream Media Stops Covering Louisiana Floods as it Wasn't Divisive Enough -- No One to Blame", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/mainstream-media-stops-covering-louisiana-floods-as-it-wasnt-divisive-enough--no-one-to-blame" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"revolution\"If there is to be any hope of reclaiming government and restoring freedoms, it will require a different revolution: nonviolent, strategic and grassroots.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-08-28T15:33:39", + "category": "solutions", + "children": 0, + "created": "2016-08-21T15:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 228505038, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "there-will-be-no-2nd-american-revolution--an-armed-revolt-will-be-futile-and-the-govt-wants-it", + "post_id": 921253, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "There Will Be No 2nd American Revolution -- An Armed Revolt Will Be Futile and the Govt Wants It", + "title": "There Will Be No 2nd American Revolution -- An Armed Revolt Will Be Futile and the Govt Wants It", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/there-will-be-no-2nd-american-revolution--an-armed-revolt-will-be-futile-and-the-govt-wants-it" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 13246620071, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 260576648460, + "voter": "pal" + }, + { + "percent": "5000", + "reputation": 598181152117, + "rshares": 92674704915, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 16131170784, + "rshares": 248596609, + "voter": "digi3d" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 5957341954, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 559846554589, + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 5776723480371, + "rshares": 112378759475, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 11658491134, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 36303498358, + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 21234891584, + "voter": "xiaohui" + }, + { + "percent": "5000", + "reputation": 1851205309677, + "rshares": 1817286791, + "voter": "xiaokongcom" + }, + { + "percent": "5000", + "reputation": 4195733833721, + "rshares": 2314517678, + "voter": "xianjun" + }, + { + "percent": "5000", + "reputation": 730408370151, + "rshares": 235040286, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -617078007500, + "rshares": 54906736, + "voter": "adowield" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"deaf\"A community and family are mourning the loss of a deaf, mute man after a state trooper shot and killed him just steps from his front door.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 810, + "cashout_time": "2016-08-28T15:28:21", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-21T15:28:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T15:28:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1118776363678, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.082 HBD", + "percent_hbd": 10000, + "permlink": "cop-shoots-and-kills-unarmed-deaf-mute-man-as-he-tries-to-communicate-using-sign-language", + "post_id": 921175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Shoots and Kills Unarmed Deaf, Mute Man as He Tries to Communicate Using Sign Language", + "title": "Cop Shoots and Kills Unarmed Deaf, Mute Man as He Tries to Communicate Using Sign Language", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-shoots-and-kills-unarmed-deaf-mute-man-as-he-tries-to-communicate-using-sign-language" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54889381, + "voter": "opithris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53724612, + "voter": "kijov" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Bill McKibben wants the world to wage war against Climate Change, by giving governments full wartime powers to seize private property and coerce businesses into supporting the effort, and with strict government control of the economy. A WORLD at WAR We're under attack from climate change--and our only hope is…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-08-28T14:43:36", + "category": "climate-ugliness", + "children": 0, + "created": "2016-08-21T14:43:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:43:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 337119031, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bill-mckibben-goes-full-jackboot-on-climate-change", + "post_id": 920666, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bill McKibben Goes Full Jackboot on Climate Change", + "title": "Bill McKibben Goes Full Jackboot on Climate Change", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/bill-mckibben-goes-full-jackboot-on-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3864841685, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55015520, + "voter": "aganin" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"pipeline\"The media is silent amid the declaration of a state of emergency over a peaceful and successful protest by Native Americans to block a pipeline.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 831, + "cashout_time": "2016-08-28T14:38:21", + "category": "solutions", + "children": 0, + "created": "2016-08-21T14:38:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:38:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4148362243, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "2500-native-americans-successfully-block-oil-pipeline-construction--state-of-emergency-declared", + "post_id": 920622, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "2,500 Native Americans Successfully Block Oil Pipeline Construction -- State of Emergency Declared", + "title": "2,500 Native Americans Successfully Block Oil Pipeline Construction -- State of Emergency Declared", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/2500-native-americans-successfully-block-oil-pipeline-construction--state-of-emergency-declared" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 12343441430, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1119437243, + "voter": "fjccoin" + }, + { + "percent": "5000", + "reputation": 598181152117, + "rshares": 87226755488, + "voter": "kimziv" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 5957450061, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 530481804818, + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 18027204457681, + "rshares": 11883828298, + "voter": "myfirst" + }, + { + "percent": "5000", + "reputation": 5776723480371, + "rshares": 106138546329, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10944705962, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 34080835193, + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 21240059623, + "voter": "xiaohui" + }, + { + "percent": "5000", + "reputation": 1851205309677, + "rshares": 1716402990, + "voter": "xiaokongcom" + }, + { + "percent": "5000", + "reputation": 4195733833721, + "rshares": 2314673603, + "voter": "xianjun" + }, + { + "percent": "5000", + "reputation": 730408370151, + "rshares": 235040286, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -93184726, + "rshares": 55184039, + "voter": "lomawertu" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A month after the ethereum market split in two, analysts wonder whether ETH and ETC can coexist in the long-term.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "2016-08-28T14:33:06", + "category": "features", + "children": 0, + "created": "2016-08-21T14:33:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:33:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 825966670401, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.088 HBD", + "percent_hbd": 10000, + "permlink": "can-two-ethereum-markets-co-exist", + "post_id": 920561, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can Two Ethereum Markets Co-Exist?", + "title": "Can Two Ethereum Markets Co-Exist?", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/can-two-ethereum-markets-co-exist" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 90284047, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 228505038, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 10481805226, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 55624422, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53921057, + "voter": "ganjaaas" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest contributor Alex Millar examines bitcoin through the lens of scientific law in an attempt to show that money is energy.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 655, + "cashout_time": "2016-08-28T14:27:51", + "category": "features", + "children": 0, + "created": "2016-08-21T14:27:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T14:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10910139790, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-and-the-law-of-conservation-of-energy", + "post_id": 920506, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin and the Law of Conservation of Energy", + "title": "Bitcoin and the Law of Conservation of Energy", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/bitcoin-and-the-law-of-conservation-of-energy" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 4971874113, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193883063, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 705937137, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54828803, + "voter": "muramar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50043226, + "voter": "wallacepoewer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Scientists met last week in Geneva, to try to work out how to save the world – but likely more meetings at exotic locations will be required. OSLO (Reuters) – Scientists on Thursday set the outlines of a report on how to restrict global warming to a limit agreed last…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 932, + "cashout_time": "2016-08-28T02:55:33", + "category": "ipcc", + "children": 0, + "created": "2016-08-21T02:55:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T02:55:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5976566342, + "parent_author": "", + "parent_permlink": "ipcc", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "jetset-geneva-climate-meeting-fails-to-save-the-world", + "post_id": 915283, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jetset Geneva Climate Meeting Fails to Save the World", + "title": "Jetset Geneva Climate Meeting Fails to Save the World", + "total_payout_value": "0.000 HBD", + "url": "/ipcc/@taz/jetset-geneva-climate-meeting-fails-to-save-the-world" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 564648860, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200807458, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 638705028, + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest Post by Willis Eschenbach Thanks to an alert commenter, half of my last post was shown to be in error. Like most folks, I really, really hate to be publicly wrong, and of course I do my utmost to avoid it. But sometimes I overlook something, or my logical staircase is missing some steps,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 919, + "cashout_time": "2016-08-28T01:16:00", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-21T01:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1404161346, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "putting-it-on-the-line", + "post_id": 914299, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putting It On The Line", + "title": "Putting It On The Line", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/putting-it-on-the-line" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 540098910, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200807458, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 638705028, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55038518, + "voter": "goldbinder" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest opinion: Dr. Tim Ball While preparing a list of witnesses for my upcoming trial in February 2017, I was reminded of a pattern that contradicts the natural order of education and research. The issue was triggered by a comment by Mark Steyn. ~Climate mullah Michael E Mann’s lawsuit against me has been stalled in…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 958, + "cashout_time": "2016-08-28T01:10:42", + "category": "opinion", + "children": 0, + "created": "2016-08-21T01:10:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:10:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1434649914, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exploitation-of-environment-and-climate-for-political-agenda-reverses-education-and-research-processes", + "post_id": 914236, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploitation of Environment and Climate for Political Agenda Reverses Education and Research Processes", + "title": "Exploitation of Environment and Climate for Political Agenda Reverses Education and Research Processes", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/exploitation-of-environment-and-climate-for-political-agenda-reverses-education-and-research-processes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200807458, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55040250, + "voter": "buth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54977054, + "voter": "margas" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Josh writes: Apologies for the lack of cartoons this summer but I’ve been beavering away on a follow up to the Subisdy Sam story produced earlier in the year. Today we are launching ‘Tiny the Turbine’ written by Lyndsey Ward and illustrated by me.   Lyndsey writes: Tiny the Turbine is a story that really is for children.…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 971, + "cashout_time": "2016-08-28T01:05:27", + "category": "satire", + "children": 0, + "created": "2016-08-21T01:05:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:05:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 310824762, + "parent_author": "", + "parent_permlink": "satire", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "tiny-the-turbine--a-new-story-illustrated-by-josh", + "post_id": 914177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "'Tiny the Turbine' - a new story illustrated by Josh", + "title": "'Tiny the Turbine' - a new story illustrated by Josh", + "total_payout_value": "0.000 HBD", + "url": "/satire/@taz/tiny-the-turbine--a-new-story-illustrated-by-josh" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200807458, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 638705028, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55212777, + "voter": "innofenc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54919570, + "voter": "keledwyn" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
George Galloway, a British Politician, gave an excellent speech last month on the origin of ISIS. He blames the US …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 880, + "cashout_time": "2016-08-28T01:00:12", + "category": "economics", + "children": 1, + "created": "2016-08-21T01:00:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T01:00:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 949644833, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "george-galloway-british-politician-blames-us-uk-for-creation-of-isis", + "post_id": 914106, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Galloway, British Politician, Blames US, UK for Creation of ISIS", + "title": "George Galloway, British Politician, Blames US, UK for Creation of ISIS", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/george-galloway-british-politician-blames-us-uk-for-creation-of-isis" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 493863952, + "rshares": 841733775, + "voter": "weenfan" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440350929, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1337380750825, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6115922679, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200807458, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3704488666, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -58153326, + "rshares": 54987400, + "voter": "vudobar" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
In response to the Bank of England setting interest rates at a record low 0.25% at its last meeting, the …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 916, + "cashout_time": "2016-08-28T00:54:57", + "category": "economics", + "children": 0, + "created": "2016-08-21T00:54:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T00:54:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1349739041732, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.095 HBD", + "percent_hbd": 10000, + "permlink": "rbs-pays-negative-interest-on-large-deposits-starting-monday-negative-interest-roundup", + "post_id": 914055, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "RBS Pays Negative Interest on Large Deposits Starting Monday; Negative Interest Roundup", + "title": "RBS Pays Negative Interest on Large Deposits Starting Monday; Negative Interest Roundup", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/rbs-pays-negative-interest-on-large-deposits-starting-monday-negative-interest-roundup" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4629657881925, + "rshares": 11077437259, + "voter": "kuriko" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"bail\"For the first time ever, the DoJ told a federal appeals court that holding the indigent in jail for not paying bail violates the 14th Amendment.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 816, + "cashout_time": "2016-08-27T18:32:27", + "category": "prisonindustrial-complex", + "children": 0, + "created": "2016-08-20T18:32:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T18:32:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11264377129, + "parent_author": "", + "parent_permlink": "prisonindustrial-complex", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "doj-deals-massive-blow-to-debtors-prisons-poor-people-cant-be-held-when-they-cant-afford-bail", + "post_id": 909275, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DoJ Deals Massive Blow to Debtors' Prisons, Poor People Can't be Held When They Can't Afford Bail", + "title": "DoJ Deals Massive Blow to Debtors' Prisons, Poor People Can't be Held When They Can't Afford Bail", + "total_payout_value": "0.000 HBD", + "url": "/prisonindustrial-complex/@taz/doj-deals-massive-blow-to-debtors-prisons-poor-people-cant-be-held-when-they-cant-afford-bail" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 767833261, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 9635349, + "rshares": 52285276, + "voter": "naknak" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A look at the ways startups are utilising blockchain-based software tokens, and the various decentralized business models taking shape around them.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 677, + "cashout_time": "2016-08-27T16:51:57", + "category": "features", + "children": 0, + "created": "2016-08-20T16:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1007058407, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "on-tokens-and-crowdsales-how-startups-are-using-blockchain-to-raise-capital", + "post_id": 907918, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "On Tokens and Crowdsales: How Startups Are Using Blockchain to Raise Capital", + "title": "On Tokens and Crowdsales: How Startups Are Using Blockchain to Raise Capital", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/on-tokens-and-crowdsales-how-startups-are-using-blockchain-to-raise-capital" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 133854146, + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 62483158, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 47133550099, + "rshares": 55987939, + "voter": "getonthebus" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"tahlequah\"The Tahlequah police department released body cam footage of cops senseless killing a man for holding a hammer. One cop tried not to kill him.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 830, + "cashout_time": "2016-08-27T16:41:27", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-20T16:41:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T16:41:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 439265113, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "graphic-body-cam-shows-cops-needlessly-kill-man-for-holding-a-hammer--he-never-advanced", + "post_id": 907776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Graphic Body Cam Shows Cops Needlessly Kill Man for Holding a Hammer -- He Never Advanced", + "title": "Graphic Body Cam Shows Cops Needlessly Kill Man for Holding a Hammer -- He Never Advanced", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/graphic-body-cam-shows-cops-needlessly-kill-man-for-holding-a-hammer--he-never-advanced" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 815192, + "rshares": 52705817, + "voter": "thefoolonthehill" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"Paul\"In true patriotic fashion, Ron Paul took to YouTube to bash the Federal Reserve and their new Facebook page -- on the eve of his birthday.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 814, + "cashout_time": "2016-08-27T15:59:33", + "category": "solutions", + "children": 0, + "created": "2016-08-20T15:59:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T15:59:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 239645687, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ron-paul-celebrates-his-81st-birthday-by-trolling-the-federal-reserves-new-facebook-page", + "post_id": 907201, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ron Paul Celebrates His 81st Birthday By Trolling the Federal Reserve's New Facebook Page", + "title": "Ron Paul Celebrates His 81st Birthday By Trolling the Federal Reserve's New Facebook Page", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/ron-paul-celebrates-his-81st-birthday-by-trolling-the-federal-reserves-new-facebook-page" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 350686963, + "voter": "ghasemkiani" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Bank blockchain leads are leaving to build startups, a trend signalling that opportunities in the private blockchain space remain abundant.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 669, + "cashout_time": "2016-08-27T13:45:09", + "category": "banking", + "children": 0, + "created": "2016-08-20T13:45:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T13:45:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 537626833, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-big-bank-blockchain-leads-are-leaving-for-startups", + "post_id": 905441, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Big Bank Blockchain Leads Are Leaving for Startups", + "title": "Why Big Bank Blockchain Leads Are Leaving for Startups", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/why-big-bank-blockchain-leads-are-leaving-for-startups" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"chicago\"A scathing investigation shows how Chicago cops are using the \"felony murder rule\" to cover up police crime, as well as prosecute the innocent.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 828, + "cashout_time": "2016-08-27T12:16:06", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-20T12:16:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T12:16:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186939870, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "chicago-cops-using-state-law-to-kill-then-charging-innocent-people-for-murder-they-committed", + "post_id": 904646, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chicago Cops Using State Law to Kill then Charging Innocent People for Murder They Committed", + "title": "Chicago Cops Using State Law to Kill then Charging Innocent People for Murder They Committed", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/chicago-cops-using-state-law-to-kill-then-charging-innocent-people-for-murder-they-committed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 693127524498, + "rshares": 403622835, + "voter": "alexoz" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 705601038, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 815192, + "rshares": 54857075, + "voter": "thefoolonthehill" + }, + { + "percent": "10000", + "reputation": 144610142439, + "rshares": 50259615, + "voter": "falco" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"carlin\"Recorded the day before 9-11, Carlin decided to shelve the album. Now you can hear why he decided to hold off on his skit cheering on mass death.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 828, + "cashout_time": "2016-08-27T11:55:03", + "category": "be-the-change", + "children": 1, + "created": "2016-08-20T11:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T11:55:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1401280433, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-day-before-9-11-george-carlin-recorded-a-comedy-special-it-never-aired--until-now", + "post_id": 904459, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Day Before 9-11 George Carlin Recorded a Comedy Special, It Never Aired -- Until Now", + "title": "The Day Before 9-11 George Carlin Recorded a Comedy Special, It Never Aired -- Until Now", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/the-day-before-9-11-george-carlin-recorded-a-comedy-special-it-never-aired--until-now" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 180016172, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 746381919, + "voter": "levycore" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall h/t JoNova, Marc Morano – Climate philosopher Travis Rieder has been touring the country, trying to persuade university students not to have kids – and promoting ideas for restricting childbirth, including tax penalties against people who decide to have a child. Should We Be Having Kids In The Age Of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 966, + "cashout_time": "2016-08-27T06:30:18", + "category": "alarmism", + "children": 0, + "created": "2016-08-20T06:30:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T06:30:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 926398091, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "climate-philosopher-demands-a-tax-on-children", + "post_id": 901801, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Philosopher Demands a Tax on Children", + "title": "Climate Philosopher Demands a Tax on Children", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/climate-philosopher-demands-a-tax-on-children" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25700558035, + "rshares": 136445760, + "voter": "christianus" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173083735, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 50712245, + "voter": "steemafon" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
We all try hard to make article headlines interesting. So do I. But I also like to be factual. That …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 849, + "cashout_time": "2016-08-27T01:36:57", + "category": "economics", + "children": 0, + "created": "2016-08-20T01:36:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T01:36:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 360241740, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "oohh-ahhh-yellen-hike-hype-click-bait-by-marketwatch", + "post_id": 899155, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Oohh Ahhh Yellen Hike Hype Click Bait by MarketWatch", + "title": "Oohh Ahhh Yellen Hike Hype Click Bait by MarketWatch", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/oohh-ahhh-yellen-hike-hype-click-bait-by-marketwatch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Companies which took the easy route of paying lip service to climate issues, instead of opposing green lies, may be about to pay a high price for their decades of complacency. According to the WSJ; Enlist the Market in the Climate-Change Fight Standardized disclosure of climate risk will help secure…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 953, + "cashout_time": "2016-08-26T21:10:06", + "category": "government-idiocy", + "children": 0, + "created": "2016-08-19T21:10:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T21:10:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "government-idiocy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "greenwashing-has-suddenly-become-very-expensive", + "post_id": 895965, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Greenwashing Has Suddenly Become Very Expensive", + "title": "Greenwashing Has Suddenly Become Very Expensive", + "total_payout_value": "0.000 HBD", + "url": "/government-idiocy/@taz/greenwashing-has-suddenly-become-very-expensive" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 58534791, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Convicted Ponzi operator Trendon Shavers is now insinuating that the unidentified debtor cited in his defense against the SEC was Mark Karpeles.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-08-26T20:54:24", + "category": "exchanges", + "children": 0, + "created": "2016-08-19T20:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 231592255, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-ponzi-schemer-hints-at-dealings-with-mt-gox-ceo", + "post_id": 895755, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Ponzi Schemer Hints at Dealings With Mt Gox CEO", + "title": "Bitcoin Ponzi Schemer Hints at Dealings With Mt Gox CEO", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitcoin-ponzi-schemer-hints-at-dealings-with-mt-gox-ceo" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Variant Perception says Equity prices are rising and being driven by momentum, but profit margins are set to fall further …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 888, + "cashout_time": "2016-08-26T20:22:57", + "category": "economics", + "children": 0, + "created": "2016-08-19T20:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T20:22:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lower-corporate-earnings-and-lower-return-on-equity-baked-in-the-cake", + "post_id": 895335, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lower Corporate Earnings and Lower Return on Equity Baked in the Cake", + "title": "Lower Corporate Earnings and Lower Return on Equity Baked in the Cake", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/lower-corporate-earnings-and-lower-return-on-equity-baked-in-the-cake" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 47133550099, + "rshares": 55987939, + "voter": "getonthebus" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 596196868, + "voter": "markrmorrisjr" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A group of Japanese financial institutions are looking to create a platform for real-time currency exchange services.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 647, + "cashout_time": "2016-08-26T18:09:06", + "category": "companies", + "children": 0, + "created": "2016-08-19T18:09:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T18:09:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 825242271, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "japanese-banks-plan-blockchain-currency-exchange", + "post_id": 893177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japanese Banks Plan Blockchain Currency Exchange", + "title": "Japanese Banks Plan Blockchain Currency Exchange", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/japanese-banks-plan-blockchain-currency-exchange" + }, + { + "active_votes": [ + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1799484592, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 932258211371, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 55192690, + "voter": "tito-baron" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall The true purpose of the Swiss CERN high energy physics facility has been revealed, by an apparent attempt by staff to summon Shiva The Destroyer through ritual human sacrifice. WARNING: Contains rude language CERN management have rejected accusations they are a centre of an evil cult, with a boring claim…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 958, + "cashout_time": "2016-08-26T18:03:51", + "category": "ridiculae", + "children": 0, + "created": "2016-08-19T18:03:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T18:03:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 934285946117, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.566 HBD", + "percent_hbd": 10000, + "permlink": "friday-funny--human-sacrifice-to-shiva-the-destroyer-at-cern-facility", + "post_id": 893108, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Friday Funny: Human Sacrifice to Shiva The Destroyer at CERN Facility", + "title": "Friday Funny: Human Sacrifice to Shiva The Destroyer at CERN Facility", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/friday-funny--human-sacrifice-to-shiva-the-destroyer-at-cern-facility" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The gap between the Atlanta Fed GDPNow model and the Federal Reserve Bank of New York staff Nowcast is still …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 846, + "cashout_time": "2016-08-26T17:37:39", + "category": "economics", + "children": 0, + "created": "2016-08-19T17:37:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T17:37:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "frbny-3rd-quarter-gdp-nowcast-jumps-to-3-0-vs--gdpnow-3-6", + "post_id": 892673, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FRBNY 3rd Quarter GDP Nowcast Jumps to 3.0% vs. GDPNow 3.6%", + "title": "FRBNY 3rd Quarter GDP Nowcast Jumps to 3.0% vs. GDPNow 3.6%", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/frbny-3rd-quarter-gdp-nowcast-jumps-to-3-0-vs--gdpnow-3-6" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3090583312974, + "rshares": 65046331, + "voter": "geke" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Supporters of an alternative implementation of the ethereum blockchain are beginning to mobilize and galvanize support.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 649, + "cashout_time": "2016-08-26T16:40:03", + "category": "events", + "children": 0, + "created": "2016-08-19T16:40:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:40:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 238103795, + "parent_author": "", + "parent_permlink": "events", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ethereum-classic-is-starting-to-mobilize", + "post_id": 891719, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ethereum Classic is Starting to Mobilize", + "title": "Ethereum Classic is Starting to Mobilize", + "total_payout_value": "0.000 HBD", + "url": "/events/@taz/ethereum-classic-is-starting-to-mobilize" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From Walt Meir at NASA Goddard: This year’s melt season in the Arctic Ocean and surrounding seas started with a bang, with a record low maximum extent in March and relatively rapid ice loss through May. The melt slowed down in June, however, making it highly unlikely that this year’s summertime sea ice minimum extent…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 955, + "cashout_time": "2016-08-26T16:29:33", + "category": "arctic", + "children": 0, + "created": "2016-08-19T16:29:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:29:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "arctic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nasa-highly-unlikely-that-this-years-summertime-sea-ice-minimum-extent-will-set-a-new-record", + "post_id": 891501, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NASA: '...highly unlikely that this year's summertime sea ice minimum extent will set a new record'", + "title": "NASA: '...highly unlikely that this year's summertime sea ice minimum extent will set a new record'", + "total_payout_value": "0.000 HBD", + "url": "/arctic/@taz/nasa-highly-unlikely-that-this-years-summertime-sea-ice-minimum-extent-will-set-a-new-record" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"flooding\"On top of all the costs in the aftermath of record flooding in Indiana, residents must acquire building permits -- and face additional fines for non-compliance.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 840, + "cashout_time": "2016-08-26T16:08:36", + "category": "the-state", + "children": 0, + "created": "2016-08-19T16:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "state-forcing-flood-victims-to-obtain-permits-before-fixing-their-homes", + "post_id": 891081, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Forcing Flood Victims to Obtain Permits Before Fixing their Homes", + "title": "State Forcing Flood Victims to Obtain Permits Before Fixing their Homes", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/state-forcing-flood-victims-to-obtain-permits-before-fixing-their-homes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"man\"In an effort to be politically correct, Princeton has managed to disguise intolerance as tolerance by removing words from their language.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 807, + "cashout_time": "2016-08-26T16:03:18", + "category": "be-the-change", + "children": 0, + "created": "2016-08-19T16:03:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T16:03:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "princeton-removes-man-from-all-college-text--students-told-not-to-say-him-or-her", + "post_id": 890995, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Princeton Removes 'Man' from All College Text -- Students Told Not to Say 'Him or Her'", + "title": "Princeton Removes 'Man' from All College Text -- Students Told Not to Say 'Him or Her'", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/princeton-removes-man-from-all-college-text--students-told-not-to-say-him-or-her" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The state assemblyman behind efforts to regulate digital currency businesses in California is now hoping to revive his efforts.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 657, + "cashout_time": "2016-08-26T15:21:24", + "category": "news", + "children": 0, + "created": "2016-08-19T15:21:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T15:21:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "california-lawmaker-bitcoin-thefts-show-industry-regulation-needed", + "post_id": 890404, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California Lawmaker: Bitcoin Thefts Show Industry Regulation Needed", + "title": "California Lawmaker: Bitcoin Thefts Show Industry Regulation Needed", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/california-lawmaker-bitcoin-thefts-show-industry-regulation-needed" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 50157804, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 915986145, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 43382167874, + "rshares": 2355621964, + "voter": "dcpaul" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"nypd\"An NYPD officer has been suspended after involvement in a street fight and failure to identify himself as a cop to responding officers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 819, + "cashout_time": "2016-08-26T14:22:09", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-19T14:22:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3501745676, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "nypd-cop-caught-on-video-in-gangstyle-beatdown-that-nearly-killed-a-man", + "post_id": 889505, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NYPD Cop Caught on Video in Gangstyle Beatdown that Nearly Killed a Man", + "title": "NYPD Cop Caught on Video in Gangstyle Beatdown that Nearly Killed a Man", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/nypd-cop-caught-on-video-in-gangstyle-beatdown-that-nearly-killed-a-man" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6246067752876, + "rshares": 34489946677, + "voter": "vadimberkut8" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 891229763, + "voter": "cjclaro" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Bank of England is on the hunt for an economist to spearhead its research into a central bank-issued digital currency.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "2016-08-26T14:11:36", + "category": "news", + "children": 0, + "created": "2016-08-19T14:11:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:11:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35561156203, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.018 HBD", + "percent_hbd": 10000, + "permlink": "bank-of-england-seeks-digital-currency-research-lead", + "post_id": 889350, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bank of England Seeks Digital Currency Research Lead", + "title": "Bank of England Seeks Digital Currency Research Lead", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bank-of-england-seeks-digital-currency-research-lead" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 866473380, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 1063238167696, + "rshares": 3371674971, + "voter": "steveo" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"nsa\"For years, through their shadow social network, the NSA has been warrantlessly spying on Americans collecting all of their data.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 798, + "cashout_time": "2016-08-26T14:06:21", + "category": "government-corruption", + "children": 1, + "created": "2016-08-19T14:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T14:06:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4418128114, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "the-nsa-built-a-secret-warrantless-shadow-social-network-and-youre-already-on-it", + "post_id": 889274, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The NSA Built a Secret, Warrantless, Shadow 'Social Network' and You're Already On It", + "title": "The NSA Built a Secret, Warrantless, Shadow 'Social Network' and You're Already On It", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/the-nsa-built-a-secret-warrantless-shadow-social-network-and-youre-already-on-it" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 742691469, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 615648097, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 25742887653, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 12088229970, + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Blockchain legal veteran Elijah Alper will join Capital One in September to advise the financial services firm on the subject area.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 661, + "cashout_time": "2016-08-26T13:24:18", + "category": "banking", + "children": 0, + "created": "2016-08-19T13:24:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:24:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39369436952, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.020 HBD", + "percent_hbd": 10000, + "permlink": "capital-one-adds-veteran-blockchain-lawyer-to-fintech-team", + "post_id": 888706, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Capital One Adds Veteran Blockchain Lawyer to FinTech Team", + "title": "Capital One Adds Veteran Blockchain Lawyer to FinTech Team", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/capital-one-adds-veteran-blockchain-lawyer-to-fintech-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 11841531399, + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"ketamine\"The FDA put ketamine on the fast track for use in treating depression in one of the most glaring acts of hypocrisy in recent memory.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 812, + "cashout_time": "2016-08-26T13:13:45", + "category": "good-news", + "children": 0, + "created": "2016-08-19T13:13:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:13:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12028433460, + "parent_author": "", + "parent_permlink": "good-news", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "as-feds-claim-pot-has-no-medicinal-use-fda-approving-horse-tranquilizer-for-depression", + "post_id": 888550, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "As Feds Claim Pot Has \"No Medicinal Use\" FDA Approving Horse Tranquilizer for Depression", + "title": "As Feds Claim Pot Has \"No Medicinal Use\" FDA Approving Horse Tranquilizer for Depression", + "total_payout_value": "0.000 HBD", + "url": "/good-news/@taz/as-feds-claim-pot-has-no-medicinal-use-fda-approving-horse-tranquilizer-for-depression" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 11841531399, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 23294106, + "rshares": 57027057, + "voter": "hosscomp" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"lapd\"The LAPD did not want this video released. After watching the sadistic cops laugh as a man dies, you'll know why.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 785, + "cashout_time": "2016-08-26T13:08:27", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-19T13:08:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T13:08:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12085460517, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "disturbing-video-shows-lapd-laughing--smiling-as-man-dies-in-front-of-them", + "post_id": 888481, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disturbing Video Shows LAPD Laughing & Smiling as Man Dies in Front of Them", + "title": "Disturbing Video Shows LAPD Laughing & Smiling as Man Dies in Front of Them", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/disturbing-video-shows-lapd-laughing--smiling-as-man-dies-in-front-of-them" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Digital currency lawyer Jacek Czarnecki argues recent regulatory proposals in the EU might benefit the blockchain industry despite criticisms.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 672, + "cashout_time": "2016-08-26T12:26:27", + "category": "banking", + "children": 1, + "created": "2016-08-19T12:26:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T12:26:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "no-the-ebas-bitcoin-regulation-proposals-arent-all-bad", + "post_id": 887978, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No, the EBA's Bitcoin Regulation Proposals Aren't All Bad", + "title": "No, the EBA's Bitcoin Regulation Proposals Aren't All Bad", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/no-the-ebas-bitcoin-regulation-proposals-arent-all-bad" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 60346826, + "voter": "rwgunderson" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
John Hussman had an interesting post this week on a The Decade of Zero and its Chaotic Unwinding. Hussman proposes …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 876, + "cashout_time": "2016-08-26T09:28:09", + "category": "economics", + "children": 0, + "created": "2016-08-19T09:28:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T09:28:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 247248887, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "mindless-central-bank-lemmings-head-towards-cliff", + "post_id": 886222, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mindless Central Bank Lemmings Head Towards Cliff", + "title": "Mindless Central Bank Lemmings Head Towards Cliff", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/mindless-central-bank-lemmings-head-towards-cliff" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 45888815550, + "rshares": 60042541, + "voter": "justme" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall According to the AAAS, Zebra Finches are helping their hatchlings respond to global warming, by singing to their eggs. Video: Zebra finch call prepares their eggs for climate change Scientists have long worried whether animals can respond to the planet's changing climate. Now, a new study reports that at least…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 964, + "cashout_time": "2016-08-26T04:02:57", + "category": "alarmism", + "children": 0, + "created": "2016-08-19T04:02:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T04:02:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 240022304, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "claim-zebra-finch-call-prepares-their-eggs-for-climate-change", + "post_id": 883104, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Claim: Zebra finch call prepares their eggs for climate change", + "title": "Claim: Zebra finch call prepares their eggs for climate change", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/claim-zebra-finch-call-prepares-their-eggs-for-climate-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From the UNIVERSITY OF ARIZONA and the bass ackward forecast department comes this story. Basically, sea level height, stacked up by El Nino winds, is used to predict temperature. It is sort of like a proxy. I wonder how well they do in La Nina conditions. The amount of sea level rise in the Pacific Ocean…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 941, + "cashout_time": "2016-08-26T00:28:00", + "category": "sea-level", + "children": 0, + "created": "2016-08-19T00:28:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:47:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "sea-level", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "proxy-forecasting-pacific-sea-level-predicts-global-temperature-changes", + "post_id": 880644, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Proxy forecasting: Pacific sea level predicts global temperature changes", + "title": "Proxy forecasting: Pacific sea level predicts global temperature changes", + "total_payout_value": "0.000 HBD", + "url": "/sea-level/@taz/proxy-forecasting-pacific-sea-level-predicts-global-temperature-changes" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Earlier today, Uber announced that a Self-Driving Fleet Arrives in Pittsburgh This Month. A quick check of my calendar shows …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 920, + "cashout_time": "2016-08-25T23:19:51", + "category": "economics", + "children": 0, + "created": "2016-08-18T23:19:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T23:19:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "uber-offers-driverless-rides-this-month-what-about-snow-rain-pigeons-80-year-olds-on-roller-skates", + "post_id": 879751, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Uber Offers Driverless Rides This Month! What About Snow, Rain, Pigeons, 80-Year-Olds on Roller Skates?", + "title": "Uber Offers Driverless Rides This Month! What About Snow, Rain, Pigeons, 80-Year-Olds on Roller Skates?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/uber-offers-driverless-rides-this-month-what-about-snow-rain-pigeons-80-year-olds-on-roller-skates" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3937819048, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 50432628, + "voter": "whitezombie" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Whether the concept of a DAO could live on in the wake of the downfall of The DAO was the topic of debate at a New York conference this week.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 671, + "cashout_time": "2016-08-25T21:19:18", + "category": "ethereum", + "children": 0, + "created": "2016-08-18T21:19:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T21:19:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4161309140, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "the-dream-of-the-dao-stubbornly-lives-on", + "post_id": 877982, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Dream of The DAO Stubbornly Lives On", + "title": "The Dream of The DAO Stubbornly Lives On", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/the-dream-of-the-dao-stubbornly-lives-on" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Over at Weather Underground there has been quite a bit of interest in an Arctic Cyclone that might cause a repeat of record low sea ice extent seen in 2012. They say: As of Tuesday, the deepest cyclone in the Northern Hemisphere wasn't anywhere near the tropics–it was spinning in the central Arctic Ocean. A…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 939, + "cashout_time": "2016-08-25T20:53:06", + "category": "arctic", + "children": 0, + "created": "2016-08-18T20:53:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T20:53:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173057464, + "parent_author": "", + "parent_permlink": "arctic", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "another-arctic-cyclone-may-cause-a-repeat-of-2012-sea-ice-low", + "post_id": 877637, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Arctic cyclone 'may' cause a repeat of 2012 sea ice low", + "title": "Another Arctic cyclone 'may' cause a repeat of 2012 sea ice low", + "total_payout_value": "0.000 HBD", + "url": "/arctic/@taz/another-arctic-cyclone-may-cause-a-repeat-of-2012-sea-ice-low" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 955585301, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173057464, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
An advisor to Japanese prime minister Shinzo Abe says Bank of Japan Likely to Take Bold Easing Action at its …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 852, + "cashout_time": "2016-08-25T20:05:54", + "category": "economics", + "children": 0, + "created": "2016-08-18T20:05:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T20:05:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1128642765, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spirit-of-abenomics-bold-new-plan-in-september", + "post_id": 876846, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Spirit of Abenomics: Bold New Plan in September?", + "title": "Spirit of Abenomics: Bold New Plan in September?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/spirit-of-abenomics-bold-new-plan-in-september" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Earlier today, WUWT carried a story about a coral reef that was presumed dead in 2003, is now teeming with life. Jim Steele adds to this below. – Anthony Guest essay by Jim Steele Director emeritus Sierra Nevada Field Campus, San Francisco State University and author of Landscapes & Cycles: An Environmentalist's Journey to Climate…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 977, + "cashout_time": "2016-08-25T18:42:03", + "category": "climate-news", + "children": 0, + "created": "2016-08-18T18:42:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T19:23:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "more-evidence-of-coral-reef-resilience", + "post_id": 875395, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "More Evidence of Coral Reef Resilience!", + "title": "More Evidence of Coral Reef Resilience!", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/more-evidence-of-coral-reef-resilience" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Like many climate skeptics, I have a couple of fake Twitter harassers who operate using the same sort of tactics that cowards tend to use: fake accounts, fake emails, fake everything. These are people who apparently feel that this sort of behavior elevates their own feelings of self worth while keeping them hidden from any…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 949, + "cashout_time": "2016-08-25T18:36:45", + "category": "climate-ugliness", + "children": 0, + "created": "2016-08-18T18:36:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T18:36:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179979763, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "twits-beware", + "post_id": 875292, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Twits, beware", + "title": "Twits, beware", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/twits-beware" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 213160278, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179979763, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
On the surface the Philadelphia Fed Manufacturing index was in positive territory at 2. Peeking under the hood, a significant …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 894, + "cashout_time": "2016-08-25T18:31:30", + "category": "economics", + "children": 0, + "created": "2016-08-18T18:31:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T18:31:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 393140041, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crash-in-philly-fed-manufacturing-employment-new-orders-unfilled-orders", + "post_id": 875208, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crash in Philly Fed Manufacturing Employment, New Orders, Unfilled Orders", + "title": "Crash in Philly Fed Manufacturing Employment, New Orders, Unfilled Orders", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/crash-in-philly-fed-manufacturing-employment-new-orders-unfilled-orders" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 85286659, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 21368504247, + "rshares": 3700406312, + "voter": "canalytic" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Australian Securities Exchange (ASX) announced today that it has completed the first phase of a distributed ledger tech trial.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 660, + "cashout_time": "2016-08-25T17:49:36", + "category": "news", + "children": 0, + "created": "2016-08-18T17:49:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T17:49:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3972595032, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "asx-completes-first-distributed-ledger-prototype", + "post_id": 874512, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ASX Completes First Distributed Ledger Prototype", + "title": "ASX Completes First Distributed Ledger Prototype", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/asx-completes-first-distributed-ledger-prototype" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 1126289039, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6431671890, + "voter": "goose" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"prisons\"In a surprising announcement, the Dept. of Justice said it will phase out the use of private, for-profit prisons to house federal inmates.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-08-25T17:18:09", + "category": "breaking-news", + "children": 0, + "created": "2016-08-18T17:18:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T17:18:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7744862990, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "justice-dept-announces-it-will-end-use-of-for-profit-prisons--prison-stocks-plummet", + "post_id": 873990, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Justice Dept Announces it Will End Use of For-Profit Prisons -- Prison Stocks Plummet", + "title": "Justice Dept Announces it Will End Use of For-Profit Prisons -- Prison Stocks Plummet", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/justice-dept-announces-it-will-end-use-of-for-profit-prisons--prison-stocks-plummet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 137599955875, + "rshares": 91846012, + "voter": "elvyraloca" + }, + { + "percent": "10000", + "reputation": 62469172839, + "rshares": 79101299, + "voter": "steem42" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55608355, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From the “global warming and ocean acidification will kill everything, forever” and the “nature always finds a way” department comes this inconvenient truth. Back From The Dead: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again In 2003, researchers declared Coral Castles dead. On the floor of a remote island lagoon halfway between Hawaii…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 999, + "cashout_time": "2016-08-25T16:51:57", + "category": "oceans", + "children": 0, + "created": "2016-08-18T16:51:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:51:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 413457727, + "parent_author": "", + "parent_permlink": "oceans", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "inconvenient-giant-coral-reef-that-died-in-2003-teeming-with-life-again", + "post_id": 873601, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Inconvenient: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again", + "title": "Inconvenient: Giant Coral Reef That 'Died' In 2003 Teeming With Life Again", + "total_payout_value": "0.000 HBD", + "url": "/oceans/@taz/inconvenient-giant-coral-reef-that-died-in-2003-teeming-with-life-again" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Japanese e-commerce firm Rakuten has acqui-hired bitcoin startup Bitnet as part of a bid to staff its new blockchain development lab in the UK.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 673, + "cashout_time": "2016-08-25T16:20:33", + "category": "companies", + "children": 0, + "created": "2016-08-18T16:20:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T16:20:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rakuten-acquires-bitcoin-startup-team-for-blockchain-lab-launch", + "post_id": 873148, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rakuten Acquires Bitcoin Startup Team for Blockchain Lab Launch", + "title": "Rakuten Acquires Bitcoin Startup Team for Blockchain Lab Launch", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/rakuten-acquires-bitcoin-startup-team-for-blockchain-lab-launch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 13589433956, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 145684441672, + "rshares": 202155003, + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 53541576, + "voter": "mindhunter" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A forthcoming bitcoin software update will be the first to feature preliminary code for a future scaling upgrade.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "2016-08-25T15:49:03", + "category": "bitcoin-protocol", + "children": 0, + "created": "2016-08-18T15:49:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:49:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14032032596, + "parent_author": "", + "parent_permlink": "bitcoin-protocol", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "next-bitcoin-software-update-will-be-first-to-feature-segwit-code", + "post_id": 872642, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Next Bitcoin Software Update Will Be First to Feature SegWit Code", + "title": "Next Bitcoin Software Update Will Be First to Feature SegWit Code", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin-protocol/@taz/next-bitcoin-software-update-will-be-first-to-feature-segwit-code" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"supremeLeaked documents reveal globalist George Soros's Open Society Foundations attempted to purchase a Supreme Court decision.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "2016-08-25T15:22:48", + "category": "foreign-affairs", + "children": 0, + "created": "2016-08-18T15:22:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T15:22:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "foreign-affairs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "soros-hack-shows-billionaire-tried-to-buy-supreme-court-ruling-on-immigration", + "post_id": 872186, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soros Hack Shows Billionaire Tried to Buy Supreme Court Ruling on Immigration", + "title": "Soros Hack Shows Billionaire Tried to Buy Supreme Court Ruling on Immigration", + "total_payout_value": "0.000 HBD", + "url": "/foreign-affairs/@taz/soros-hack-shows-billionaire-tried-to-buy-supreme-court-ruling-on-immigration" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 304835207, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1061761446, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 223148765, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"Yanez\"Officer Juan Yanez, who killed Philando Castile in cold blood returned to his job as a police officer this week.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 797, + "cashout_time": "2016-08-25T14:56:33", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-18T14:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T14:56:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1776647479, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "disgraceful--cop-who-murdered-innocent-philando-castile-is-back-on-the-job", + "post_id": 871809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disgraceful -- Cop Who Murdered Innocent Philando Castile is Back on the Job", + "title": "Disgraceful -- Cop Who Murdered Innocent Philando Castile is Back on the Job", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/disgraceful--cop-who-murdered-innocent-philando-castile-is-back-on-the-job" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1167929823, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5749376741, + "rshares": 58841673, + "voter": "newhampshire" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 1858240920, + "voter": "richardcrill" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"highA cop has been fired after a disgraceful viral video showed him encourage a girl to skip high school to have sex with him, on duty.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 831, + "cashout_time": "2016-08-25T13:58:51", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-18T13:58:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:58:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3278836776, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "cop-caught-on-video-trying-to-make-girl-skip-high-school-to-have-sex-with-him--on-duty", + "post_id": 870986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Caught on Video Trying to Make Girl Skip High School to Have Sex with Him -- ON DUTY", + "title": "Cop Caught on Video Trying to Make Girl Skip High School to Have Sex with Him -- ON DUTY", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-caught-on-video-trying-to-make-girl-skip-high-school-to-have-sex-with-him--on-duty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1486456139, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1054185349, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 935727204, + "rshares": 53190964, + "voter": "cristianod7" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"jaywalking\"Disturbing video shows a Fresno police officer using a chokehold on a high school student for the non-crime of jaywalking.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 806, + "cashout_time": "2016-08-25T13:11:42", + "category": "badge-abuse", + "children": 2, + "created": "2016-08-18T13:11:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:11:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2787656812, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "video-cop-loses-it-tackles-school-kid-chokes-him-to-the-ground--for-jaywalking", + "post_id": 870272, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "VIDEO: Cop Loses It, Tackles School Kid, Chokes Him to the Ground -- for Jaywalking", + "title": "VIDEO: Cop Loses It, Tackles School Kid, Chokes Him to the Ground -- for Jaywalking", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-cop-loses-it-tackles-school-kid-chokes-him-to-the-ground--for-jaywalking" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1486456139, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
UBS has become the latest major bank to see a significant departure from its blockchain innovation team.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 634, + "cashout_time": "2016-08-25T13:06:24", + "category": "banking", + "children": 0, + "created": "2016-08-18T13:06:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T13:06:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1680280499, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "swiss-bank-ubs-latest-to-see-key-blockchain-lead-depart", + "post_id": 870191, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Swiss Bank UBS Latest to See Key Blockchain Lead Depart", + "title": "Swiss Bank UBS Latest to See Key Blockchain Lead Depart", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/swiss-bank-ubs-latest-to-see-key-blockchain-lead-depart" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 50150767, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 7116889636, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 145684441672, + "rshares": 206198103, + "voter": "bmcv001" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1375366934, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 1126289039, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 55319248, + "voter": "lifeworship" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"neonic\"Agribusiness and their friends at government regulatory agencies can no longer dismiss the threat posed to bees by neonic pesticides.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 809, + "cashout_time": "2016-08-25T12:50:39", + "category": "environmental-news", + "children": 3, + "created": "2016-08-18T12:50:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:50:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10124038087, + "parent_author": "", + "parent_permlink": "environmental-news", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "first-long-term-study-confirms-worlds-most-popular-pesticide-is-wiping-bees-off-the-planet", + "post_id": 869960, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "First Long-term Study Confirms World's Most Popular Pesticide is Wiping Bees Off the Planet", + "title": "First Long-term Study Confirms World's Most Popular Pesticide is Wiping Bees Off the Planet", + "total_payout_value": "0.000 HBD", + "url": "/environmental-news/@taz/first-long-term-study-confirms-worlds-most-popular-pesticide-is-wiping-bees-off-the-planet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4271275461, + "rshares": 3379197664, + "voter": "crypton" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1308275864, + "voter": "rubenalexander" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
To scale up its blockchain operations, 'Big Four' audit firm PwC is thinking small with its strategy.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 631, + "cashout_time": "2016-08-25T12:19:09", + "category": "banking", + "children": 0, + "created": "2016-08-18T12:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:19:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4881297888, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "to-go-big-on-blockchain-big-four-firm-pwc-thinking-small", + "post_id": 869576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "To Go Big on Blockchain, 'Big Four' Firm PwC Thinking Small", + "title": "To Go Big on Blockchain, 'Big Four' Firm PwC Thinking Small", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/to-go-big-on-blockchain-big-four-firm-pwc-thinking-small" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 1943068087, + "rshares": 61600623, + "voter": "lennon15" + }, + { + "percent": "10000", + "reputation": 137599955875, + "rshares": 91846012, + "voter": "elvyraloca" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Obamacare is facing the hard knocks of reality. Selling overpriced insurance to the healthy and underpriced insurance to the sick …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-08-25T07:20:00", + "category": "economics", + "children": 0, + "created": "2016-08-18T07:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T07:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 347270995, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "obamacare-on-death-bed-as-enrollment-is-half-the-expected-rate-the-unprofitable-half-mispriced-insurance-and-unstable-economics-to-blame", + "post_id": 866900, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Obamacare on Death Bed as Enrollment is Half the Expected Rate (the Unprofitable Half); Mispriced Insurance and Unstable Economics to Blame", + "title": "Obamacare on Death Bed as Enrollment is Half the Expected Rate (the Unprofitable Half); Mispriced Insurance and Unstable Economics to Blame", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/obamacare-on-death-bed-as-enrollment-is-half-the-expected-rate-the-unprofitable-half-mispriced-insurance-and-unstable-economics-to-blame" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193824360, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 137599955875, + "rshares": 91846012, + "voter": "elvyraloca" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Lawrence Hamlin California Governor Jerry Brown recently proposed via an executive order that the state establish an escalated future greenhouse gas emissions reduction target whereby year 2030 emission levels would be 40% below 1990 emission levels. The state’s present emissions reduction target set in 2006 through AB 32 is to back off…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 994, + "cashout_time": "2016-08-25T07:14:45", + "category": "climate-news", + "children": 0, + "created": "2016-08-18T07:14:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T03:52:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 285670372, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "californias-globally-irrelevant-costly-elitist-driven-and-purely-political-climate-change-campaign", + "post_id": 866862, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California's globally irrelevant, costly, elitist driven and purely political climate change campaign", + "title": "California's globally irrelevant, costly, elitist driven and purely political climate change campaign", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/californias-globally-irrelevant-costly-elitist-driven-and-purely-political-climate-change-campaign" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 1425362755, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A new post to the Bitcoin.org website indicates its contributors have reason to believe the website may be targeted by malicious actors.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 666, + "cashout_time": "2016-08-25T04:47:54", + "category": "news", + "children": 0, + "created": "2016-08-18T04:47:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T04:47:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1612264816, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-org-warns-of-expected-attacks-amid-upcoming-bitcoin-software-release", + "post_id": 865554, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin.org Warns of Expected Attacks Amid Upcoming Bitcoin Software Release", + "title": "Bitcoin.org Warns of Expected Attacks Amid Upcoming Bitcoin Software Release", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bitcoin-org-warns-of-expected-attacks-amid-upcoming-bitcoin-software-release" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Americas roads and infrastructure might be crumbling, but the US government still has plenty of money to spend on longshot research projects, to try to solve the intermittency of renewable power. No doubt better batteries will have their uses. But when the government invests taxpayer’s money in chasing politically useful…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 981, + "cashout_time": "2016-08-25T03:08:06", + "category": "energy", + "children": 0, + "created": "2016-08-18T03:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T03:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "renewables-battery-research-the-government-funded-grant-eldorado", + "post_id": 864465, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Renewables Battery Research: The Government Funded Grant Eldorado", + "title": "Renewables Battery Research: The Government Funded Grant Eldorado", + "total_payout_value": "0.000 HBD", + "url": "/energy/@taz/renewables-battery-research-the-government-funded-grant-eldorado" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186902061, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Do the Merkels and Junckers of the world give a rat’s ass about the problems they cause? Did Bush or …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 862, + "cashout_time": "2016-08-25T00:47:27", + "category": "economics", + "children": 0, + "created": "2016-08-18T00:47:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T00:47:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186902061, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-the-global-elites-screws-peons-while-media-fools-cheer", + "post_id": 862743, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How the Global Elites Screws Peons (While Media Fools Cheer)", + "title": "How the Global Elites Screws Peons (While Media Fools Cheer)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/how-the-global-elites-screws-peons-while-media-fools-cheer" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Since a high-profile hack, Bitfinex has reclaimed its position as the top USD/BTC exchange, but questions about its future remain.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 660, + "cashout_time": "2016-08-25T00:15:54", + "category": "exchanges", + "children": 0, + "created": "2016-08-18T00:15:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T00:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitfinex-recovers-bitcoin-volume-but-perception-battle-rages-on", + "post_id": 862302, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex Recovers Bitcoin Volume But Perception Battle Rages On", + "title": "Bitfinex Recovers Bitcoin Volume But Perception Battle Rages On", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-recovers-bitcoin-volume-but-perception-battle-rages-on" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179878418, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Today the Fed released Minutes of its July 26-27 FOMC Meeting. I counted 17 instances of words beginning with “uncertain”. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 941, + "cashout_time": "2016-08-24T21:02:00", + "category": "economics", + "children": 0, + "created": "2016-08-17T21:02:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T21:02:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179878418, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fed-and-mainstream-media-clueless-about-rate-hike-timing-count-of-minutes-reveals-17-instances-of-uncertainty", + "post_id": 859477, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fed and Mainstream Media Clueless About Rate Hike Timing; Count of Minutes Reveals 17 Instances of \"Uncertainty\"", + "title": "Fed and Mainstream Media Clueless About Rate Hike Timing; Count of Minutes Reveals 17 Instances of \"Uncertainty\"", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/fed-and-mainstream-media-clueless-about-rate-hike-timing-count-of-minutes-reveals-17-instances-of-uncertainty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179878418, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 614288295, + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest post by David Middleton Deepwater Wind LLC is on the verge of completing the first offshore wind farm in U.S. waters, a milestone for an industry that has struggled for a more than decade to build in North America. Workers have installed blades on four of the five 589-foot turbines at the site off…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 929, + "cashout_time": "2016-08-24T20:25:21", + "category": "energy", + "children": 0, + "created": "2016-08-17T20:25:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:25:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 794166713, + "parent_author": "", + "parent_permlink": "energy", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "americas-first-offshore-wind-farm-is-nearly-ready-get-ready-for-euro-sized-electricity-bills", + "post_id": 858758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"America's First Offshore Wind Farm Is Nearly Ready\"... Get ready for Euro-sized electricity bills!", + "title": "\"America's First Offshore Wind Farm Is Nearly Ready\"... Get ready for Euro-sized electricity bills!", + "total_payout_value": "0.000 HBD", + "url": "/energy/@taz/americas-first-offshore-wind-farm-is-nearly-ready-get-ready-for-euro-sized-electricity-bills" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From the “color of political slimebags is green” department. Note to readers: Show this to some idiot Internet heckler the next time you are accused of “being in the pay of big oil” for having an opinion on climate. Here are two instances worth noting, but there are plenty more: The report says that in…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 952, + "cashout_time": "2016-08-24T20:20:03", + "category": "politics", + "children": 0, + "created": "2016-08-17T20:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil", + "post_id": 858683, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "total_payout_value": "0.000 HBD", + "url": "/politics/@taz/exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.tavern.yaml new file mode 100644 index 00000000..9b69bead --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author_before_date + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"taz","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.orig.json new file mode 100644 index 00000000..c8a8ce97 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.orig.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "243319698", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
I am wondering if the EU volcano is about to erupt. My rationale is Matteo Renzi, Francois Hollande, and Angela …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-09-22T23:36:00", + "category": "economics", + "children": 0, + "created": "2016-08-22T23:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243319698, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-the-eu-volcano-about-to-erupt", + "post_id": 712304, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is the EU Volcano About to Erupt?", + "title": "Is the EU Volcano About to Erupt?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-the-eu-volcano-about-to-erupt" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.pat.json new file mode 100644 index 00000000..90b9abc5 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.pat.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 243319698, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
I am wondering if the EU volcano is about to erupt. My rationale is Matteo Renzi, Francois Hollande, and Angela …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 841, + "cashout_time": "2016-08-29T23:35:57", + "category": "economics", + "children": 0, + "created": "2016-08-22T23:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T23:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 243319698, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-the-eu-volcano-about-to-erupt", + "post_id": 942906, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is the EU Volcano About to Erupt?", + "title": "Is the EU Volcano About to Erupt?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-the-eu-volcano-about-to-erupt" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.tavern.yaml new file mode 100644 index 00000000..44debf62 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/min_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author_before_date + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"taz","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "condenser_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.orig.json new file mode 100644 index 00000000..2ba603ed --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.orig.json @@ -0,0 +1,1666 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12089675328", + "voter": "james-show" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "1349003782", + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270238182376", + "voter": "pal" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1060987563", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8960468916", + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66754721", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127429987", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219004308", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5223090819", + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "284977509", + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152818230", + "voter": "gramion" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?      

\n

The Power Of Timeless      

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.        

\n

The Power Of The Trend      

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.      

\n

Combining The Two      

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.    

\n

Thanks for reading, check out my other post about cryptocurrnecy which is sitting at over $100 atm.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n

This is @funny, please upvote, follow and promote \")

\n", + "body_length": 4617, + "cashout_time": "2016-09-16T03:09:50", + "category": "steemit", + "children": 1, + "created": "2016-09-15T02:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"writing\",\"blog\",\"blogging\",\"steemithelp\"],\"users\":[\"funny\"],\"image\":[\"https:\\/\\/s10.postimg.org\\/6hydq1ud5\\/light_bulb_current_light_glow_40889.jpg\"],\"links\":[\"https:\\/\\/steemit.com\\/money\\/@funny\\/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 299772393539, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.070 HBD", + "percent_steem_dollars": 10000, + "permlink": "tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both", + "post_id": 954452, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "844211444", + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150513362", + "voter": "magnolia23" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

Find the answer here on my article about why steem, bitcoin and other cryptocurrencies are worth something.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n", + "body_length": 338, + "cashout_time": "2016-09-16T06:14:35", + "category": "money", + "children": 2, + "created": "2016-09-14T23:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"crytpocurrency\",\"bitcoin\"],\"links\":[\"https:\\/\\/steemit.com\\/money\\/@funny\\/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 994724806, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wonder-why-cyptocurrency-is-worth-real-money", + "post_id": 953684, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/wonder-why-cyptocurrency-is-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "260710292024", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40822566857571", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5672794553180", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88563214249", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34375043499", + "voter": "joshua" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2166125508", + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14064615475", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9412685074", + "voter": "gregory60" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "268831476", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1060806418", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4678946129", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178018768", + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2530638888", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "513924961", + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11096353249", + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6266740248", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4121277460", + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1368481696", + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7054024735", + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34748778096", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279896799", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5726094484", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40235861218", + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "519376303", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206056754", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6697918220", + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11539993041", + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3605789818", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2989681924", + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11375654103", + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13557641966", + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9139365075", + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60265303562", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69596852", + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2154229688", + "voter": "funkywanderer" + }, + { + "percent": "5200", + "reputation": 0, + "rshares": "55511392399", + "voter": "roy2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54593924", + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54391689", + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "646493719", + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "764874009", + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51524412", + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20213463058", + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "365007180", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167418362", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51806857", + "voter": "stir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3139982764", + "voter": "esteem1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1662172521", + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116849283", + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142855168", + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "163830210", + "voter": "steemfunded" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70767496", + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154556093", + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153996733", + "voter": "eltel" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n


\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.         

\n

 So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.         

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.         

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments.

\n

\n", + "body_length": 3703, + "cashout_time": "2016-10-15T17:12:42", + "category": "money", + "children": 15, + "created": "2016-09-14T16:41:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https:\\/\\/s10.postimg.org\\/z5x69j8vt\\/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47231388644388, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "135.120 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money", + "post_id": 950445, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 0, + "rshares": "1775762955", + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17341335514", + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11567371620", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1485475073", + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215238581", + "voter": "ola1" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?    

\n

The Power Of Timeless    

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.      

\n

The Power Of The Trend    

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.    

\n

Combining The Two    

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.  

\n

This is @funny, please upvote, follow an promote \")  

\n", + "body_length": 4222, + "cashout_time": "2016-10-15T15:53:45", + "category": "writing", + "children": 2, + "created": "2016-09-14T15:45:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"blog\",\"blogging\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https:\\/\\/s9.postimg.org\\/o3373ruwv\\/light_bulb_current_light_glow_40889.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:45:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 32385183743, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both", + "post_id": 950093, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "total_payout_value": "0.000 HBD", + "url": "/writing/@funny/tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 0, + "rshares": "3160673077173", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "289529189469", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1868338161806", + "voter": "xeroc" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "588899549112", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11466738941", + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30411681285", + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155065074696", + "voter": "steve-walschot" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1766943395", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39981375462", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30809720834", + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53398596488", + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31905735828", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4483269804", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29635046067", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231594690436", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271768583150", + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36124272737", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "458355533", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40640081813", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47332059677", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4080846603", + "voter": "azaan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67138946129", + "voter": "bacchist" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "43391917500", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2662787574", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238363664", + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18351829390", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2226389224", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169077920929", + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142475732", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13912044788", + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43731888250", + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47333054245", + "voter": "creationlayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "797139090", + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91855061090", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84865861", + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5994077098", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37590115988", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31569407639", + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "857751756", + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62123806", + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62123806", + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37840485919", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8173604793", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3270135337", + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6329630845", + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2614560885", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5215578046", + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125206354524", + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11267175082", + "voter": "bergy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65855729410", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1304888347445", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24523680376", + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25035464329", + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25044410711", + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43704576634", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271625420475", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "588730929020", + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10399345553", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5477690509", + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61435217888", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59414599", + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25040106747", + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25037924077", + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25034984707", + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25031585750", + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7303579711", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25027333073", + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25025244615", + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3370891899", + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149825471317", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147778757", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1820828330", + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4804440310", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9684009449", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125430017", + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69130289", + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51247757", + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52419023", + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "649554683", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57802223", + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57795937", + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "696610493104", + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9582415995", + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58570757", + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25018457202", + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58431340", + "voter": "steemchina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "419574270", + "voter": "dave-mohican" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27526893687", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55543445", + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84571346034", + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26472176269", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54705383", + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3900786325", + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78199565", + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24153120156", + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54247498", + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1018067669", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "372864096", + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50639382", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "674315064", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50377764", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "379455976898", + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56013277366", + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "899745442", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "211347695635", + "voter": "robinhoodwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2040973377", + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143503825", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57056918", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6905913657", + "voter": "thenakedgod" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1421319017", + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151280408", + "voter": "greencycles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "96638506", + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111294624", + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92296323", + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98449394", + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91100792", + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132123996", + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142836910", + "voter": "paulocouto" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

\n

About ten years ago, maybe five, internet dating got saddled with this idea that if you use it there was something wrong with you.  That you were socially awkward and had trouble finding a date in real life.  But the same things were said when you were a nerd.  It wasn't that long ago that nerds were at the bottom of the popularity chart and now it's almost uncool if you are not one.  Things and people change.  So @funny is announcing that internet dating is no longer something to scoff at.  Why do I say this?  Well here is a list of reasons why internet dating is a legit, and sometimes better, way to meet new people.                            

\n

You Mean You Have A Personality                         

\n

If you meet someone at a bar or club what are you really basing your decision on.  It's simple, you're basing it on looks and looks alone.  I'm not going to argue how important looks are, or are are not, in a relationship but I can tell you, if you don't have anything in common, the relationship is going to suffer.  There are cases, and this is rare, when you happen to see a tattoo of something the person likes that you like as well, but even if that is the case, basing a relationship on one common interest isn't a solid plan.  And yes, you can argue that internet dating is shallow as well, people with hot pictures are the ones getting more messages.  But under that picture is a bio and depending on the site, other information about the person beside how they look in a swimsuit.  It may not be a lot but it is something.                          

\n

Get To Know The Person First                           

\n

So you flash a smile at a club and the person comes over.  You try to make funny banter in their ear but they can't hear a word you're saying.  But they think you're cute, so they smile and start to dance with you.  Maybe you end up exchanging numbers or a kiss in the corner of the club.  That is great, but what did you really learn about the person.  I have had times, and yes I am embarrased to admit this, where I wasn't even sure of the woman's name when I called her.  Needless to say that relationship didn't work out.  But when you meet someone online you have to converse with them.  There has to be some kind of back and forth before a meetup is agreed upon.  For some people it a quick hey let's meet for coffee and others it may be months of late night conversations, but either way the option to really talk is presented in every case.                            

\n

Less Pressure                         

\n

It's easier, in a way, to be yourself on the net.  You can tell people things about yourself that you would have trouble saying in person.  There is no fear of what the other person will say or how they will look at you and once you are comfortable that this person likes the real you then you can decide to meet.  And there is the added benefit of being able to end the conversation anytime without any awkwardness.  It can take months to tell someone things about you that you can spill out online in an conversation and see how they react.  And if the getting to know the person doesn't work out, you can send a friendly goodbye message and move on to someone else.  No need to have to wait until the date is over as you look at the clock every five minutes.                                  

\n

 I Don't Have The Time To Meet People                         

\n

That isn't just an excuse.  People are busy and dating takes time.  Meeting people even takes time.  When you go out to a club or bar, you have to get ready, get there and spend, who knows how long, trying to make eye contact, or 'bump into', someone who wants to be 'bumped into' by you.  That is if the person even wants to be bothered to chat.  There are people who go to clubs because they want to dance or unwind and they don't want to be bothered by some one who is looking for a date.  Plus it gets expensive.  There are cover charges, costs of transport, drinks.  And if you do meet someone you can only get to know them so much in the bar, so that means going on a date, which costs more money.  It adds up, especially when you are meeting a lot of people who are not right for you.                                   

\n

I'm Shy                         

\n

There is nothing wrong with being shy.  Some people need time before they are comfortable putting themselves out there.  Who cares.  You are worth it and you want to find someone who knows that.  And maybe you are a bit \"weird\" by some people's standards.  Again, who cares.  Okay techincally this doesn't argue agianst being socially awkward.  But if you are, so what, good for you.  We all have our quirks.                             

\n

Now I know there are negatives.  There are people who are not who they say are and times when you meet someone online that you click with over the net but don't seem to gel with when you meet up in person.  It is not perfect.  And yeah there are benefits to meeting people in person rather than online. But that does not take away from the benefits that online dating has.  It is an option, a very viable one, of meeting people and you, if you choose to use it, should not feel lesser for doing so.

\n", + "body_length": 7148, + "cashout_time": "2016-10-14T10:33:51", + "category": "dating", + "children": 4, + "created": "2016-09-13T01:33:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dating\",\"relationships\"],\"users\":[\"funny\"],\"image\":[\"https:\\/\\/s17.postimg.org\\/tcsb4ps8f\\/smartphone_friends_internet_connection.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T01:33:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12020341353012, + "parent_author": "", + "parent_permlink": "dating", + "pending_payout_value": "12.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "5-reasons-you-should-give-internet-dating-a-chance", + "post_id": 936124, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Reasons You Should Give Internet Dating A Chance", + "title": "5 Reasons You Should Give Internet Dating A Chance", + "total_payout_value": "0.000 HBD", + "url": "/dating/@funny/5-reasons-you-should-give-internet-dating-a-chance" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "16578332116", + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "378251153", + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3191645613", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4787573300", + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155963236", + "voter": "nedriffle" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

Telemarketing:

\n

\n


\n

I can tell you from experience, almost nobody who works at a call center wants to work at a call centre. They do not want to be there nor do they want to call you about whatever it is they are calling you about. So when somone calls you at a time when you are a busy and you make it clear to them, that you, have no desire to be on the phone with them, I assure you, that they, probably have no desire to be on the phone with you. They are not even the ones who dial the phone number to call you, it is literally a machine that dials your number and then your name pops up on the screen in front of them. They might be allowed some leeway to what they say to you but basically it is a hi and before they talk about whatever it is they are supposed to sell you. A lot of these employees do not even work for the company of the product they are trying to pitch. Call centres are owned by third parties who make calls on behalf of other companies. The person on the phone probably does not have stocks or interest in the company. They probably do not even get paid well to call you and bug you about whatever it is the company wants to bug you about. So when the poor bastard calls you, even if it is at the worse possible time, try to be nice to them.           

\n

The place I worked was above a mall. You would not even know it was there unless you had to visit it. The space was fairly large, an open area that was littered with rows and rows of desks. On each desk was a computer and a headset. You would sit at the desk, put the headset on, click that you are ready to go and the calls would start. A screen would pop up with the name of the person you are suppose to talk with and then you would go into your spiel of what you were trying to sell. When the person said no (as was the large majority of your calls) you would need to click a reason of why they said no before letting the call go before moving on to the next one. The time you waited in between was called downtime. This didn't last, it was ususally a few seconds before the next call came on. You don't even decide to take the call, as long as you are on the clock the calls keep coming. There is an option to pause it, but when you do a clock comes up that counts the time you are on break. Oh and when you are finished with a call and need to pick a reason you didn't get the sale, you are timed for that too. So that way you cannot hide in the menus between calls.           

\n

Every once in awhile someone would say yes. In order for the sale to go through it needs to be a clear YES on the phone (the calls are recorded). If it is not a clear yes, then you need to verify the positive affirmation again to make sure. Then comes the verbatim terms of the product. It was literally two pages long of terms and conditions that you had to read to the client word for word. If you messed up on any of it, then the quality team who listens to the sale could deny it. A lot of the times it is difficult to keep the person on the phone as you bore them with the terms, so you need to talk fast. To motivate you there is a team leader. Every dozen or so computers are sectioned off into a team. In front of each team is a whiteboard. This board has everybody's name on it and a space beside it where the team leader would write down how many sales you were getting. It could be pretty daunting to see how badly you are doing on the board in front of you. You are told that you are required to get so many sales an hour (it was usally 1-point-something, a number that was not easy to get) and they would check up on you if you are having trouble getting sales.           

\n

The saddest part of working there is how much no one wants to be there. You will probably never find a man or a woman who is there because that is the job they wanted. No one growing up says I want to be a telemarketer. There are people who have dreams of doing something else and are waiting for their chance, to young adults finding there way in the workforce, to parents looking for income for their family. It was kinda depressing. And the turnaround rate in ridiclous. I remember how many times you would see a new class of trainees learning the ropes of the system. The job is not one I would recommend to anyone unless you need the work and if you do, know that there are people out there that feel your pain.

\n

Taco Bell:

\n

Never be rude to anyone who works at a fast food place.  People do no understand how rough a job it can be.  You are dealing with a constant flood of costumers, all of whom are there for \"fast\" food and there are times when the line doesn't seem to end.  When you work the window there is a timer on the screen that shows how long the person has been waiting since they ordered.  It stares you down as it clicks second by second.  To make matters worse, I worked at a taco bell that was in front of a mall.  That's right a mall.   And it was attached to a Pizza Hut.  Between the pay and the poor work it really encourages you to stay in school.  To anyone who is working there because they have to or are working hard at an extra job in their spare time, my hat is off to you.  You do not get payed enough, regardless of what fast food chain you are working for.  And to anyone who goes for a quick burger please please please be nice to the men and women who are behind the counter.

\n", + "body_length": 5762, + "cashout_time": "2016-10-13T21:32:15", + "category": "life", + "children": 0, + "created": "2016-09-12T21:02:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"work\",\"\"],\"image\":[\"https:\\/\\/s22.postimg.org\\/if36xl2mp\\/marketing_man_person_communication.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:02:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25091765418, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "jobs-of-my-past-selling-insurance-and-selling-tacos", + "post_id": 934285, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "total_payout_value": "0.000 HBD", + "url": "/life/@funny/jobs-of-my-past-selling-insurance-and-selling-tacos" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 0, + "rshares": "1773651366", + "voter": "funny" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "458503734", + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135829589", + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13825753165", + "voter": "persianqueen" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

We are already heading in that direction.  Credit cards, e-transfers, bitcoin.  I think a lot of people already walk around without cash in their pocket.  But eliminating the coin and bill altogether is a big step for an economic system to take, one which needs to work for everyone in every financial situation.        

\n

MORE MONEY MORE PROBLEMS       

\n

Eliminating physical money would cut down on costs in the long run.  We don't have to worry about printng costs, materials and shipping and handling fees.  Digital currency is easy to send and recieve.  The metal from coins can be recycled.  Money has become inefficient and moving to a system where digital payment is user-friendly and accepted everywhere will help move the system along quicker.  But the system needs to be accepted everywhere for it to work.  One of the reasons cash has staying power is it doesn't need infrastructure to work.  You give someone a $20 bill, they pocket it and the transaction is completed.  For a digital system to take over completely every vendor needs a system in place and every person will need the means to use it and that can be costly.       

\n

IS IT SAFE?     

\n

Security, or the idea of feeling secure is an issue.  The fear of hackers is a prominant one and one that conjures images of hooded figures stealing your life savings.  But there are ways to stop it.  Having an institution that is liable for lose is one and it creates jobs.  Personally I feel more secure when my money is in a bank account then when I am holding on to it.  I'm not insured for that random $20 bill that fell out of my pocket.  There is a comfort knowing someone is protecting your money, as long as feel you can trust them.  But banks and other institutions have yet to implete blockchain technology.            

\n

DOES STEEM HAVE STAYING POWER?       

\n

I'm curious to see how well steem works as a currency and how well it will translate into real world applications (hey can I give you an upvote as payment for my coffee).  Right now it is a third link over, cryptocurrency needs to be exchanged for digital currency which can then be exchanged into physchical currnecy.  But that is just a temporary problem, digital currency and cryptocurrency can be intergated together.  It will depend on how people feel about blockchain technology.  Having data permanent and public can be a problem for a lot of people and businesses.  But bitcoin seems to have proven that it has staying power and with the 2 year investment of steem back into the system, steem should have a future, at least until we figure out what the world thinks of blockchains.     I'm sure there are users on here who are a lot more versed in cryptocurrency and blockchains, what do you think of the idea of a digital economy?

\n

\n", + "body_length": 3286, + "cashout_time": "2016-10-13T22:40:06", + "category": "money", + "children": 0, + "created": "2016-09-12T19:14:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https:\\/\\/s16.postimg.org\\/532q7s1ad\\/money_card_business_credit_card_50987.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T19:14:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16193737854, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "can-a-digital-economy-without-physical-currency-work", + "post_id": 933316, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can A Digital Economy Without Physical Currency Work?", + "title": "Can A Digital Economy Without Physical Currency Work?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/can-a-digital-economy-without-physical-currency-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "35687877758", + "voter": "james-show" + }, + { + "percent": "200", + "reputation": 0, + "rshares": "566581896", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23608568785", + "voter": "adiron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "370784529065", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15829062483", + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282960780", + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53046396275", + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63824033", + "voter": "rmach" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72518612", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69572705", + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3183151034", + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50602980", + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24122158104", + "voter": "abdullar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159896468", + "voter": "bitcoinpoet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128864213", + "voter": "rubenkusters" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.        

\n

So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.       

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.       

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments. 

\n

\n", + "body_length": 3666, + "cashout_time": "2016-10-09T05:06:27", + "category": "money", + "children": 7, + "created": "2016-09-08T00:39:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\",\"economy\"],\"image\":[\"https:\\/\\/s18.postimg.org\\/wwrfi26hl\\/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T00:39:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 527656565191, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.210 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money", + "post_id": 887811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3382023990", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13285843582", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74389446", + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166494156", + "voter": "aschatria" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23984282056", + "voter": "abdullar" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?  

\n

The Power Of Timeless  

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.  

\n

\n

The Power Of The Trend  

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future. 

\n

\n

Combining The Two  

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.

\n

This is @funny, please upvote, follow an promote \")

\n

(photos from pexels.com)

\n", + "body_length": 4371, + "cashout_time": "2016-10-08T16:25:57", + "category": "blog", + "children": 1, + "created": "2016-09-07T16:13:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blog\",\"blogging\",\"writing\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https:\\/\\/s10.postimg.org\\/ko35bm9pl\\/light_bulb_current_light_glow_40889.jpg\",\"https:\\/\\/s13.postimg.org\\/m89pxog2v\\/numbers_time_watch_white.jpg\",\"https:\\/\\/s22.postimg.org\\/5lkaptr0x\\/light_person_woman_fire.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T16:13:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40893033230, + "parent_author": "", + "parent_permlink": "blog", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017", + "post_id": 883070, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "total_payout_value": "0.000 HBD", + "url": "/blog/@funny/tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3537386115", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1476431506", + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4416141743", + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1310521191", + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166955610", + "voter": "grayhorse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1287193786", + "voter": "whatsup" + } + ], + "author": "funny", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n

Have you ever fallen into a pattern of behaviour with a group of people?  Maybe you are the one who tells funny stories all the time or you are the one who tells others about the latest gagdets.  It may be because you like comedy or love tech and are happy to share your interests.  But there is a chance that your behaviour is the result of postive reactions from the previous times you started to do that behviour.  If you share an app that no one heard of and everyone starts to use it, maybe it made you feel good.  So you tell them about another one and still, another positve result.  This carries over to the next week where you let everyone know about this cool new site called Steemit, which leads them to high five you after they make there first dollar.  What begins to happen is you start to pay more attention to the tech world.  You might go out of your way to look for new things to tell people about.  And soon you become an expert who can spot the next thing from a mile away.    

\n

There is this idea that we tend to like what we are good at. Our interests and hobbies are, in a way, molded by the postive feelings we get from them.  And being good at something is quite a positve feeling.  Think of the things you enjoy doing.  If it is something you put any considerable time into, it was probably because you had a knack for it. It is more likely you will follow a career in a field if you are quick to understand that field and feel like you can excel in it.   And a lot of the time, since we are social creatures, excel-at-it is a relative term where other people acknowledge that you are good at it.  It can come in the form of applause, laughter, good grades or money, but the external stimulus that you are getting that shows you are good at the thing you are doing is giving by someone else. This is why we need to encourage people and not be discoruaged ourselves when we fail at something.  Getting good at anything takes practice.  And if you have people giving you positive and realisitic (don't lie to someone if they are really bad at something) support, you might be suprised how far you can impove in a field of your choice.    

\n

But we are not salvidating dogs. We are not animals.  All the behaviour tests on animals in the world cannot fully help us to udnerstand huamns.  People who like something will do it even if they suck at it and will do so with a smile on there face.  And more power to them.  Good for them rocking that shower ballad even when they are clearly tone deaf.  People are more then how the outside world rewards them.  And on top of that we are aware of why we likes things.  Take this article for example, I can write about the idea of it because we can look outside of ourselves and see why we are doing what we do.  Just something to think about the next time your eye wanders to that new tech article.      

\n

\n

@funny - follow, promote, vote \")

\n


\n", + "body_length": 3241, + "cashout_time": "2016-10-08T02:03:54", + "category": "psychology", + "children": 2, + "created": "2016-09-07T00:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"psychology\",\"\"],\"users\":[\"funny\"],\"image\":[\"https:\\/\\/s17.postimg.org\\/x3j07di7z\\/pexels_photo_65121_1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T00:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12194629951, + "parent_author": "", + "parent_permlink": "psychology", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do", + "post_id": 877539, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "total_payout_value": "0.000 HBD", + "url": "/psychology/@funny/6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.pat.json new file mode 100644 index 00000000..42e81948 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.pat.json @@ -0,0 +1,1666 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 12089675328, + "voter": "james-show" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1349003782, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 270238182376, + "voter": "pal" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060987563, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 8960468916, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 66754721, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127429987, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5223090819, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 284977509, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 405982369, + "rshares": 152818230, + "voter": "gramion" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?      

\n

The Power Of Timeless      

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.        

\n

The Power Of The Trend      

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.      

\n

Combining The Two      

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.    

\n

Thanks for reading, check out my other post about cryptocurrnecy which is sitting at over $100 atm.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n

This is @funny, please upvote, follow and promote \")

\n", + "body_length": 4617, + "cashout_time": "2016-09-22T02:13:18", + "category": "steemit", + "children": 1, + "created": "2016-09-15T02:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"writing\",\"blog\",\"blogging\",\"steemithelp\"],\"users\":[\"funny\"],\"image\":[\"https://s10.postimg.org/6hydq1ud5/light_bulb_current_light_glow_40889.jpg\"],\"links\":[\"https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 299772393539, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.068 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both", + "post_id": 1249807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 844211444, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150513362, + "voter": "magnolia23" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Find the answer here on my article about why steem, bitcoin and other cryptocurrencies are worth something.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n", + "body_length": 338, + "cashout_time": "2016-09-21T23:59:12", + "category": "money", + "children": 2, + "created": "2016-09-14T23:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"crytpocurrency\",\"bitcoin\"],\"links\":[\"https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 994724806, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wonder-why-cyptocurrency-is-worth-real-money", + "post_id": 1248833, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/wonder-why-cyptocurrency-is-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260710292024, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40822566857571, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5672794553180, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 88563214249, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 3593784049076, + "rshares": 34375043499, + "voter": "joshua" + }, + { + "percent": "10000", + "reputation": 2242727814, + "rshares": 2166125508, + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14064615475, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9412685074, + "voter": "gregory60" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268831476, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060806418, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678946129, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 178018768, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2530638888, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 3516364728, + "rshares": 513924961, + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11096353249, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6266740248, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4121277460, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1368481696, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7054024735, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34748778096, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1279896799, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726094484, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40235861218, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206056754, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6697918220, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11539993041, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3605789818, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989681924, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375654103, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13557641966, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139365075, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60265303562, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 69596852, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2154229688, + "voter": "funkywanderer" + }, + { + "percent": "5200", + "reputation": 66311335718, + "rshares": 55511392399, + "voter": "roy2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54593924, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54391689, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646493719, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 764874009, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51524412, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20213463058, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 365007180, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 894021690, + "rshares": 51806857, + "voter": "stir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3139982764, + "voter": "esteem1" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1662172521, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 116849283, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 142855168, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 29876659736, + "rshares": 163830210, + "voter": "steemfunded" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154556093, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153996733, + "voter": "eltel" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n


\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.         

\n

 So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.         

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.         

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments.

\n

\n", + "body_length": 3703, + "cashout_time": "2016-09-21T16:41:39", + "category": "money", + "children": 15, + "created": "2016-09-14T16:41:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https://s10.postimg.org/z5x69j8vt/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47231388644388, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "135.120 HBD", + "percent_hbd": 10000, + "permlink": "why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money", + "post_id": 1244700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 8923501480463, + "rshares": 1775762955, + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 17341335514, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 11567371620, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 1505238830807, + "rshares": 1485475073, + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 215238581, + "voter": "ola1" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?    

\n

The Power Of Timeless    

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.      

\n

The Power Of The Trend    

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.    

\n

Combining The Two    

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.  

\n

This is @funny, please upvote, follow an promote \")  

\n", + "body_length": 4222, + "cashout_time": "2016-09-21T15:45:54", + "category": "writing", + "children": 2, + "created": "2016-09-14T15:45:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"blog\",\"blogging\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https://s9.postimg.org/o3373ruwv/light_bulb_current_light_glow_40889.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:45:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 32385183743, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both", + "post_id": 1244254, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "total_payout_value": "0.000 HBD", + "url": "/writing/@funny/tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 32455846463901, + "rshares": 3160673077173, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289529189469, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1868338161806, + "voter": "xeroc" + }, + { + "percent": "1000", + "reputation": 83941319998, + "rshares": 588899549112, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11466738941, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30411681285, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 155065074696, + "voter": "steve-walschot" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766943395, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39981375462, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30809720834, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53398596488, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 31905735828, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4483269804, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 29635046067, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 231594690436, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 271768583150, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 36124272737, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 458355533, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40640081813, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47332059677, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 2272555442064, + "rshares": 4080846603, + "voter": "azaan" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67138946129, + "voter": "bacchist" + }, + { + "percent": "5000", + "reputation": 17405459234693, + "rshares": 43391917500, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2662787574, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 238363664, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18351829390, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226389224, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 169077920929, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142475732, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13912044788, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 43731888250, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 8911872385291, + "rshares": 47333054245, + "voter": "creationlayer" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 797139090, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 91855061090, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5994077098, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 37590115988, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31569407639, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 857751756, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62123806, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62123806, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 37840485919, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8173604793, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3270135337, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1346175861647, + "rshares": 6329630845, + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2614560885, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5215578046, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 125206354524, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 4265214728001, + "rshares": 11267175082, + "voter": "bergy" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 65855729410, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1304888347445, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24523680376, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035464329, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044410711, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43704576634, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 271625420475, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 588730929020, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10399345553, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5477690509, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 61435217888, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59414599, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040106747, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037924077, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034984707, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031585750, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7303579711, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027333073, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025244615, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3370891899, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 149825471317, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 147778757, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1820828330, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4804440310, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9684009449, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 128921857682, + "rshares": 125430017, + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 649554683, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 696610493104, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9582415995, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 58570757, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018457202, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58431340, + "voter": "steemchina" + }, + { + "percent": "10000", + "reputation": 3934561602, + "rshares": 419574270, + "voter": "dave-mohican" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 27526893687, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84571346034, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 26472176269, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3900786325, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 78199565, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24153120156, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 54247498, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018067669, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 372864096, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674315064, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379455976898, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 56013277366, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899745442, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 10341114686313, + "rshares": 211347695635, + "voter": "robinhoodwhale" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2040973377, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 444900926552, + "rshares": 6905913657, + "voter": "thenakedgod" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1421319017, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 1318433959, + "rshares": 151280408, + "voter": "greencycles" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 96638506, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111294624, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296323, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449394, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 142836910, + "voter": "paulocouto" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

About ten years ago, maybe five, internet dating got saddled with this idea that if you use it there was something wrong with you.  That you were socially awkward and had trouble finding a date in real life.  But the same things were said when you were a nerd.  It wasn't that long ago that nerds were at the bottom of the popularity chart and now it's almost uncool if you are not one.  Things and people change.  So @funny is announcing that internet dating is no longer something to scoff at.  Why do I say this?  Well here is a list of reasons why internet dating is a legit, and sometimes better, way to meet new people.                            

\n

You Mean You Have A Personality                         

\n

If you meet someone at a bar or club what are you really basing your decision on.  It's simple, you're basing it on looks and looks alone.  I'm not going to argue how important looks are, or are are not, in a relationship but I can tell you, if you don't have anything in common, the relationship is going to suffer.  There are cases, and this is rare, when you happen to see a tattoo of something the person likes that you like as well, but even if that is the case, basing a relationship on one common interest isn't a solid plan.  And yes, you can argue that internet dating is shallow as well, people with hot pictures are the ones getting more messages.  But under that picture is a bio and depending on the site, other information about the person beside how they look in a swimsuit.  It may not be a lot but it is something.                          

\n

Get To Know The Person First                           

\n

So you flash a smile at a club and the person comes over.  You try to make funny banter in their ear but they can't hear a word you're saying.  But they think you're cute, so they smile and start to dance with you.  Maybe you end up exchanging numbers or a kiss in the corner of the club.  That is great, but what did you really learn about the person.  I have had times, and yes I am embarrased to admit this, where I wasn't even sure of the woman's name when I called her.  Needless to say that relationship didn't work out.  But when you meet someone online you have to converse with them.  There has to be some kind of back and forth before a meetup is agreed upon.  For some people it a quick hey let's meet for coffee and others it may be months of late night conversations, but either way the option to really talk is presented in every case.                            

\n

Less Pressure                         

\n

It's easier, in a way, to be yourself on the net.  You can tell people things about yourself that you would have trouble saying in person.  There is no fear of what the other person will say or how they will look at you and once you are comfortable that this person likes the real you then you can decide to meet.  And there is the added benefit of being able to end the conversation anytime without any awkwardness.  It can take months to tell someone things about you that you can spill out online in an conversation and see how they react.  And if the getting to know the person doesn't work out, you can send a friendly goodbye message and move on to someone else.  No need to have to wait until the date is over as you look at the clock every five minutes.                                  

\n

 I Don't Have The Time To Meet People                         

\n

That isn't just an excuse.  People are busy and dating takes time.  Meeting people even takes time.  When you go out to a club or bar, you have to get ready, get there and spend, who knows how long, trying to make eye contact, or 'bump into', someone who wants to be 'bumped into' by you.  That is if the person even wants to be bothered to chat.  There are people who go to clubs because they want to dance or unwind and they don't want to be bothered by some one who is looking for a date.  Plus it gets expensive.  There are cover charges, costs of transport, drinks.  And if you do meet someone you can only get to know them so much in the bar, so that means going on a date, which costs more money.  It adds up, especially when you are meeting a lot of people who are not right for you.                                   

\n

I'm Shy                         

\n

There is nothing wrong with being shy.  Some people need time before they are comfortable putting themselves out there.  Who cares.  You are worth it and you want to find someone who knows that.  And maybe you are a bit \"weird\" by some people's standards.  Again, who cares.  Okay techincally this doesn't argue agianst being socially awkward.  But if you are, so what, good for you.  We all have our quirks.                             

\n

Now I know there are negatives.  There are people who are not who they say are and times when you meet someone online that you click with over the net but don't seem to gel with when you meet up in person.  It is not perfect.  And yeah there are benefits to meeting people in person rather than online. But that does not take away from the benefits that online dating has.  It is an option, a very viable one, of meeting people and you, if you choose to use it, should not feel lesser for doing so.

\n", + "body_length": 7148, + "cashout_time": "2016-09-20T01:33:27", + "category": "dating", + "children": 4, + "created": "2016-09-13T01:33:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dating\",\"relationships\"],\"users\":[\"funny\"],\"image\":[\"https://s17.postimg.org/tcsb4ps8f/smartphone_friends_internet_connection.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T01:33:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12020341353012, + "parent_author": "", + "parent_permlink": "dating", + "pending_payout_value": "12.058 HBD", + "percent_hbd": 10000, + "permlink": "5-reasons-you-should-give-internet-dating-a-chance", + "post_id": 1226676, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Reasons You Should Give Internet Dating A Chance", + "title": "5 Reasons You Should Give Internet Dating A Chance", + "total_payout_value": "0.000 HBD", + "url": "/dating/@funny/5-reasons-you-should-give-internet-dating-a-chance" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16578332116, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 378251153, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3191645613, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4787573300, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1559000789, + "rshares": 155963236, + "voter": "nedriffle" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Telemarketing:

\n

\n


\n

I can tell you from experience, almost nobody who works at a call center wants to work at a call centre. They do not want to be there nor do they want to call you about whatever it is they are calling you about. So when somone calls you at a time when you are a busy and you make it clear to them, that you, have no desire to be on the phone with them, I assure you, that they, probably have no desire to be on the phone with you. They are not even the ones who dial the phone number to call you, it is literally a machine that dials your number and then your name pops up on the screen in front of them. They might be allowed some leeway to what they say to you but basically it is a hi and before they talk about whatever it is they are supposed to sell you. A lot of these employees do not even work for the company of the product they are trying to pitch. Call centres are owned by third parties who make calls on behalf of other companies. The person on the phone probably does not have stocks or interest in the company. They probably do not even get paid well to call you and bug you about whatever it is the company wants to bug you about. So when the poor bastard calls you, even if it is at the worse possible time, try to be nice to them.           

\n

The place I worked was above a mall. You would not even know it was there unless you had to visit it. The space was fairly large, an open area that was littered with rows and rows of desks. On each desk was a computer and a headset. You would sit at the desk, put the headset on, click that you are ready to go and the calls would start. A screen would pop up with the name of the person you are suppose to talk with and then you would go into your spiel of what you were trying to sell. When the person said no (as was the large majority of your calls) you would need to click a reason of why they said no before letting the call go before moving on to the next one. The time you waited in between was called downtime. This didn't last, it was ususally a few seconds before the next call came on. You don't even decide to take the call, as long as you are on the clock the calls keep coming. There is an option to pause it, but when you do a clock comes up that counts the time you are on break. Oh and when you are finished with a call and need to pick a reason you didn't get the sale, you are timed for that too. So that way you cannot hide in the menus between calls.           

\n

Every once in awhile someone would say yes. In order for the sale to go through it needs to be a clear YES on the phone (the calls are recorded). If it is not a clear yes, then you need to verify the positive affirmation again to make sure. Then comes the verbatim terms of the product. It was literally two pages long of terms and conditions that you had to read to the client word for word. If you messed up on any of it, then the quality team who listens to the sale could deny it. A lot of the times it is difficult to keep the person on the phone as you bore them with the terms, so you need to talk fast. To motivate you there is a team leader. Every dozen or so computers are sectioned off into a team. In front of each team is a whiteboard. This board has everybody's name on it and a space beside it where the team leader would write down how many sales you were getting. It could be pretty daunting to see how badly you are doing on the board in front of you. You are told that you are required to get so many sales an hour (it was usally 1-point-something, a number that was not easy to get) and they would check up on you if you are having trouble getting sales.           

\n

The saddest part of working there is how much no one wants to be there. You will probably never find a man or a woman who is there because that is the job they wanted. No one growing up says I want to be a telemarketer. There are people who have dreams of doing something else and are waiting for their chance, to young adults finding there way in the workforce, to parents looking for income for their family. It was kinda depressing. And the turnaround rate in ridiclous. I remember how many times you would see a new class of trainees learning the ropes of the system. The job is not one I would recommend to anyone unless you need the work and if you do, know that there are people out there that feel your pain.

\n

Taco Bell:

\n

Never be rude to anyone who works at a fast food place.  People do no understand how rough a job it can be.  You are dealing with a constant flood of costumers, all of whom are there for \"fast\" food and there are times when the line doesn't seem to end.  When you work the window there is a timer on the screen that shows how long the person has been waiting since they ordered.  It stares you down as it clicks second by second.  To make matters worse, I worked at a taco bell that was in front of a mall.  That's right a mall.   And it was attached to a Pizza Hut.  Between the pay and the poor work it really encourages you to stay in school.  To anyone who is working there because they have to or are working hard at an extra job in their spare time, my hat is off to you.  You do not get payed enough, regardless of what fast food chain you are working for.  And to anyone who goes for a quick burger please please please be nice to the men and women who are behind the counter.

\n", + "body_length": 5762, + "cashout_time": "2016-09-19T21:02:57", + "category": "life", + "children": 0, + "created": "2016-09-12T21:02:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"work\",\"\"],\"image\":[\"https://s22.postimg.org/if36xl2mp/marketing_man_person_communication.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:02:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25091765418, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.007 HBD", + "percent_hbd": 10000, + "permlink": "jobs-of-my-past-selling-insurance-and-selling-tacos", + "post_id": 1224376, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "total_payout_value": "0.000 HBD", + "url": "/life/@funny/jobs-of-my-past-selling-insurance-and-selling-tacos" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 8923501480463, + "rshares": 1773651366, + "voter": "funny" + }, + { + "percent": "100", + "reputation": 3663597787321, + "rshares": 458503734, + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 135829589, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 13825753165, + "voter": "persianqueen" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

We are already heading in that direction.  Credit cards, e-transfers, bitcoin.  I think a lot of people already walk around without cash in their pocket.  But eliminating the coin and bill altogether is a big step for an economic system to take, one which needs to work for everyone in every financial situation.        

\n

MORE MONEY MORE PROBLEMS       

\n

Eliminating physical money would cut down on costs in the long run.  We don't have to worry about printng costs, materials and shipping and handling fees.  Digital currency is easy to send and recieve.  The metal from coins can be recycled.  Money has become inefficient and moving to a system where digital payment is user-friendly and accepted everywhere will help move the system along quicker.  But the system needs to be accepted everywhere for it to work.  One of the reasons cash has staying power is it doesn't need infrastructure to work.  You give someone a $20 bill, they pocket it and the transaction is completed.  For a digital system to take over completely every vendor needs a system in place and every person will need the means to use it and that can be costly.       

\n

IS IT SAFE?     

\n

Security, or the idea of feeling secure is an issue.  The fear of hackers is a prominant one and one that conjures images of hooded figures stealing your life savings.  But there are ways to stop it.  Having an institution that is liable for lose is one and it creates jobs.  Personally I feel more secure when my money is in a bank account then when I am holding on to it.  I'm not insured for that random $20 bill that fell out of my pocket.  There is a comfort knowing someone is protecting your money, as long as feel you can trust them.  But banks and other institutions have yet to implete blockchain technology.            

\n

DOES STEEM HAVE STAYING POWER?       

\n

I'm curious to see how well steem works as a currency and how well it will translate into real world applications (hey can I give you an upvote as payment for my coffee).  Right now it is a third link over, cryptocurrency needs to be exchanged for digital currency which can then be exchanged into physchical currnecy.  But that is just a temporary problem, digital currency and cryptocurrency can be intergated together.  It will depend on how people feel about blockchain technology.  Having data permanent and public can be a problem for a lot of people and businesses.  But bitcoin seems to have proven that it has staying power and with the 2 year investment of steem back into the system, steem should have a future, at least until we figure out what the world thinks of blockchains.     I'm sure there are users on here who are a lot more versed in cryptocurrency and blockchains, what do you think of the idea of a digital economy?

\n

\n", + "body_length": 3286, + "cashout_time": "2016-09-19T19:14:42", + "category": "money", + "children": 0, + "created": "2016-09-12T19:14:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https://s16.postimg.org/532q7s1ad/money_card_business_credit_card_50987.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T19:14:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16193737854, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "can-a-digital-economy-without-physical-currency-work", + "post_id": 1223155, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can A Digital Economy Without Physical Currency Work?", + "title": "Can A Digital Economy Without Physical Currency Work?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/can-a-digital-economy-without-physical-currency-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 35687877758, + "voter": "james-show" + }, + { + "percent": "200", + "reputation": 15755437221598, + "rshares": 566581896, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23608568785, + "voter": "adiron" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 370784529065, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15829062483, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 282960780, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 53046396275, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 18005755634, + "rshares": 63824033, + "voter": "rmach" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 72518612, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 69572705, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3183151034, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 506147790, + "rshares": 24122158104, + "voter": "abdullar" + }, + { + "percent": "10000", + "reputation": 75109512138, + "rshares": 159896468, + "voter": "bitcoinpoet" + }, + { + "percent": "10000", + "reputation": 11669657116, + "rshares": 128864213, + "voter": "rubenkusters" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.        

\n

So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.       

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.       

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments. 

\n

\n", + "body_length": 3666, + "cashout_time": "2016-09-15T00:39:51", + "category": "money", + "children": 7, + "created": "2016-09-08T00:39:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\",\"economy\"],\"image\":[\"https://s18.postimg.org/wwrfi26hl/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T00:39:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 527656565191, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.210 HBD", + "percent_hbd": 10000, + "permlink": "why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money", + "post_id": 1166327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3382023990, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 13285843582, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 74389446, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 360130442259, + "rshares": 166494156, + "voter": "aschatria" + }, + { + "percent": "10000", + "reputation": 506147790, + "rshares": 23984282056, + "voter": "abdullar" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?  

\n

The Power Of Timeless  

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.  

\n

\n

The Power Of The Trend  

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future. 

\n

\n

Combining The Two  

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.

\n

This is @funny, please upvote, follow an promote \")

\n

(photos from pexels.com)

\n", + "body_length": 4371, + "cashout_time": "2016-09-14T16:13:06", + "category": "blog", + "children": 1, + "created": "2016-09-07T16:13:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blog\",\"blogging\",\"writing\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https://s10.postimg.org/ko35bm9pl/light_bulb_current_light_glow_40889.jpg\",\"https://s13.postimg.org/m89pxog2v/numbers_time_watch_white.jpg\",\"https://s22.postimg.org/5lkaptr0x/light_person_woman_fire.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T16:13:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40893033230, + "parent_author": "", + "parent_permlink": "blog", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017", + "post_id": 1160364, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "total_payout_value": "0.000 HBD", + "url": "/blog/@funny/tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3537386115, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 1476431506, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 4416141743, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 1310521191, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 6508950818, + "rshares": 166955610, + "voter": "grayhorse" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 1287193786, + "voter": "whatsup" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Have you ever fallen into a pattern of behaviour with a group of people?  Maybe you are the one who tells funny stories all the time or you are the one who tells others about the latest gagdets.  It may be because you like comedy or love tech and are happy to share your interests.  But there is a chance that your behaviour is the result of postive reactions from the previous times you started to do that behviour.  If you share an app that no one heard of and everyone starts to use it, maybe it made you feel good.  So you tell them about another one and still, another positve result.  This carries over to the next week where you let everyone know about this cool new site called Steemit, which leads them to high five you after they make there first dollar.  What begins to happen is you start to pay more attention to the tech world.  You might go out of your way to look for new things to tell people about.  And soon you become an expert who can spot the next thing from a mile away.    

\n

There is this idea that we tend to like what we are good at. Our interests and hobbies are, in a way, molded by the postive feelings we get from them.  And being good at something is quite a positve feeling.  Think of the things you enjoy doing.  If it is something you put any considerable time into, it was probably because you had a knack for it. It is more likely you will follow a career in a field if you are quick to understand that field and feel like you can excel in it.   And a lot of the time, since we are social creatures, excel-at-it is a relative term where other people acknowledge that you are good at it.  It can come in the form of applause, laughter, good grades or money, but the external stimulus that you are getting that shows you are good at the thing you are doing is giving by someone else. This is why we need to encourage people and not be discoruaged ourselves when we fail at something.  Getting good at anything takes practice.  And if you have people giving you positive and realisitic (don't lie to someone if they are really bad at something) support, you might be suprised how far you can impove in a field of your choice.    

\n

But we are not salvidating dogs. We are not animals.  All the behaviour tests on animals in the world cannot fully help us to udnerstand huamns.  People who like something will do it even if they suck at it and will do so with a smile on there face.  And more power to them.  Good for them rocking that shower ballad even when they are clearly tone deaf.  People are more then how the outside world rewards them.  And on top of that we are aware of why we likes things.  Take this article for example, I can write about the idea of it because we can look outside of ourselves and see why we are doing what we do.  Just something to think about the next time your eye wanders to that new tech article.      

\n

\n

@funny - follow, promote, vote \")

\n


\n", + "body_length": 3241, + "cashout_time": "2016-09-14T00:31:57", + "category": "psychology", + "children": 2, + "created": "2016-09-07T00:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"psychology\",\"\"],\"users\":[\"funny\"],\"image\":[\"https://s17.postimg.org/x3j07di7z/pexels_photo_65121_1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T00:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12194629951, + "parent_author": "", + "parent_permlink": "psychology", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do", + "post_id": 1153237, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "total_payout_value": "0.000 HBD", + "url": "/psychology/@funny/6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.tavern.yaml new file mode 100644 index 00000000..4b6250e6 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/no_reblogs.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test + + marks: + - patterntest # see also get_discussions_by_blog/max_limit.tavern.yaml - here reblogs are not in results + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author_before_date_no_results + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"funny"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_reblogs" + directory: "condenser_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.orig.json new file mode 100644 index 00000000..3284c35b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.orig.json @@ -0,0 +1,4702 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From the “color of political slimebags is green” department. Note to readers: Show this to some idiot Internet heckler the next time you are accused of “being in the pay of big oil” for having an opinion on climate. Here are two instances worth noting, but there are plenty more: The report says that in…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 952, + "cashout_time": "2016-09-17T20:20:09", + "category": "politics", + "children": 0, + "created": "2016-08-17T20:20:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil", + "post_id": 646176, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "title": "EXPOSED: 'Climate crusader' California governor Jerry Brown took huge sums of money from \"big oil\"", + "total_payout_value": "0.000 HBD", + "url": "/politics/@taz/exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A new prediction market is set to go live on the ethereum network this week.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 606, + "cashout_time": "2016-09-17T19:12:00", + "category": "news", + "children": 0, + "created": "2016-08-17T19:11:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T19:11:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ethereum-prediction-market-service-takes-first-steps-with-beta-launch", + "post_id": 645316, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ethereum Prediction Market Service Takes First Steps With Beta Launch", + "title": "Ethereum Prediction Market Service Takes First Steps With Beta Launch", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/ethereum-prediction-market-service-takes-first-steps-with-beta-launch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5716076030", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179878418", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56446063", + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From STOCKHOLM UNIVERSITY: Thin clouds at about 5 km altitude are more ubiquitous in the tropics than previously thought and they have a substantial cooling effect on climate. This is shown in a recent study by researchers from Stockholm University and the University of Miami published in Nature Communications. The cooling effect of mid-level clouds is…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 979, + "cashout_time": "2016-09-17T18:49:45", + "category": "clouds", + "children": 1, + "created": "2016-08-17T18:30:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T18:30:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5952400511, + "parent_author": "", + "parent_permlink": "clouds", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "thin-tropical-clouds-cool-the-climate", + "post_id": 644864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thin tropical clouds cool the climate", + "title": "Thin tropical clouds cool the climate", + "total_payout_value": "0.000 HBD", + "url": "/clouds/@taz/thin-tropical-clouds-cool-the-climate" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Myth: Self driving vehicles will not work well in rain or snow. Reality: Vehicles operate perfectly well in snow. Some …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 869, + "cashout_time": "2016-09-17T18:25:30", + "category": "economics", + "children": 0, + "created": "2016-08-17T18:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T18:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "self-driving-myths-die-hard-what-does-the-future-hold", + "post_id": 644805, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Self Driving Myths Die Hard: What Does the Future Hold?", + "title": "Self Driving Myths Die Hard: What Does the Future Hold?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/self-driving-myths-die-hard-what-does-the-future-hold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "50150767", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1432745214", + "voter": "renzoarg" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Rod Martin, Jr. Global Warming Made Civilization Possible Let's face it. Ice Age glacial conditions were brutal. Because the oceans were cooler, there was less evaporation and less rain. Because of this, there were more and larger deserts. The temperate zone was virtually threatened with extinction--squeezed between huge deserts and monstrous glaciation.…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1006, + "cashout_time": "2016-09-17T18:51:45", + "category": "opinion", + "children": 0, + "created": "2016-08-17T17:50:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:41:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1669692800, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "without-global-warming-civilization-would-never-have-been-possible", + "post_id": 644407, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Without Global Warming, Civilization Would Never Have Been Possible", + "title": "Without Global Warming, Civilization Would Never Have Been Possible", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/without-global-warming-civilization-would-never-have-been-possible" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90271381", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"victory\"A federal court has ruled a major victory for medical marijuana by banning the prosecution of users and growers who don't violate state laws.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 825, + "cashout_time": "2016-09-17T16:52:54", + "category": "breaking-news", + "children": 0, + "created": "2016-08-17T16:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:47:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 277068200, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "huge-victory-federal-court-bans-govt-from-prosecuting-medical-pot-users-and-growers", + "post_id": 643662, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HUGE VICTORY! Federal Court Bans Govt from Prosecuting Medical Pot Users and Growers", + "title": "HUGE VICTORY! Federal Court Bans Govt from Prosecuting Medical Pot Users and Growers", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/huge-victory-federal-court-bans-govt-from-prosecuting-medical-pot-users-and-growers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Emails reveal early warnings that \"Wild Card\" NY Attorney General Schneiderman's Climate-RICO crusade would get jilted by other AGs From E&E Legal: Newly released records show even ideologically aligned state attorneys general offices privately voiced concerns from the beginning of the abusive campaign to use anti-racketeering laws and other investigations to silence political opposition to…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1032, + "cashout_time": "2016-09-17T16:36:54", + "category": "rico20", + "children": 0, + "created": "2016-08-17T16:36:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:52:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "rico20", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "newly-released-ag-emails-reveal-anxiety-over-schneiderman-led-exxonknew-climate-investigations", + "post_id": 643538, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Newly Released AG Emails Reveal Anxiety Over Schneiderman-led #ExxonKnew Climate Investigations", + "title": "Newly Released AG Emails Reveal Anxiety Over Schneiderman-led #ExxonKnew Climate Investigations", + "total_payout_value": "0.000 HBD", + "url": "/rico20/@taz/newly-released-ag-emails-reveal-anxiety-over-schneiderman-led-exxonknew-climate-investigations" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "339443800", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186796819", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Blockchain technology has hit the peak of its hype cycle according to a new report by Gartner.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 624, + "cashout_time": "2016-09-17T16:11:33", + "category": "news", + "children": 0, + "created": "2016-08-17T16:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:10:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 526240619, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gartner-blockchain-hits-hype-cycle-peak", + "post_id": 643179, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gartner: Blockchain Hits Hype Cycle Peak", + "title": "Gartner: Blockchain Hits Hype Cycle Peak", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/gartner-blockchain-hits-hype-cycle-peak" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62901055", + "voter": "kaderleha" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"pepperAn innocent 84-year-old grandmother was attacked by police, pepper sprayed, arrested, and hospitalized last week during an officer pursuit.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-09-17T15:51:09", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-17T15:49:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T15:49:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249678696, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "innocent-84yo-grandma-hospitalized-after-cops-attacked--pepper-sprayed-her-for-no-reason", + "post_id": 642912, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Innocent 84yo Grandma Hospitalized After Cops Attacked & Pepper Sprayed Her for No Reason", + "title": "Innocent 84yo Grandma Hospitalized After Cops Attacked & Pepper Sprayed Her for No Reason", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/innocent-84yo-grandma-hospitalized-after-cops-attacked--pepper-sprayed-her-for-no-reason" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55977489", + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"testify\"This monster made his child victim testify and relive the nightmare in an apparent attempt to force her to suffer more before he pleaded guilty.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 821, + "cashout_time": "2016-09-17T14:52:12", + "category": "badge-abuse", + "children": 2, + "created": "2016-08-17T14:52:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:52:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242755130, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cop-who-raped-7yo-girl-forces-her-to-testify-just-to-make-her-suffer-before-pleading-guilty", + "post_id": 642207, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Who Raped 7yo Girl Forces Her to Testify Just to Make Her Suffer Before Pleading Guilty", + "title": "Cop Who Raped 7yo Girl Forces Her to Testify Just to Make Her Suffer Before Pleading Guilty", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-who-raped-7yo-girl-forces-her-to-testify-just-to-make-her-suffer-before-pleading-guilty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Nearly two weeks after losing more than $60m in customer funds, Bitfinex reports it has not yet identified how the theft was carried out.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 667, + "cashout_time": "2016-09-17T14:36:15", + "category": "companies", + "children": 0, + "created": "2016-08-17T14:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-cause-of-bitcoin-hack-still-unknown", + "post_id": 642020, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex: Cause of Bitcoin Hack Still 'Unknown'", + "title": "Bitfinex: Cause of Bitcoin Hack Still 'Unknown'", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/bitfinex-cause-of-bitcoin-hack-still-unknown" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193695331", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Some people will no doubt lose their jobs over Brexit. Others will gain jobs. So be it. Sort of. Reuters …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 858, + "cashout_time": "2016-09-17T14:04:48", + "category": "economics", + "children": 0, + "created": "2016-08-17T14:04:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:04:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193695331, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "uk-to-fund-brexit-losses-for-scientists-farmers-colleges", + "post_id": 641653, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK to Fund Brexit Losses for Scientists, Farmers, Colleges", + "title": "UK to Fund Brexit Losses for Scientists, Farmers, Colleges", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/uk-to-fund-brexit-losses-for-scientists-farmers-colleges" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "115346765", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193695331", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"copwatcher\"The arrest, caught on tape, is nothing short of gangstalking and kidnapping of an innocent man whose only 'crime' was copwatching.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 815, + "cashout_time": "2016-09-17T13:19:06", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-17T13:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T13:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 309042096, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "gang-of-cops-arrest-copwatcher-multiple-times-to-erase-their-crimes-caught-on-his-phone", + "post_id": 641063, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gang of Cops Arrest Copwatcher Multiple Times to Erase their Crimes Caught on His Phone", + "title": "Gang of Cops Arrest Copwatcher Multiple Times to Erase their Crimes Caught on His Phone", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/gang-of-cops-arrest-copwatcher-multiple-times-to-erase-their-crimes-caught-on-his-phone" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The state's ban on substances does not remove demand. Instead, far more dangerous alternatives fill the void -- case in point -- flakka.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 582, + "cashout_time": "2016-09-17T12:30:30", + "category": "the-state", + "children": 1, + "created": "2016-08-17T12:30:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:30:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-the-war-on-drugs-makes-people-eat-other-peoples-faces-after-stabbing-them-to-death", + "post_id": 640488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How the War on Drugs Makes People Eat Other People's Faces After Stabbing Them to Death", + "title": "How the War on Drugs Makes People Eat Other People's Faces After Stabbing Them to Death", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/how-the-war-on-drugs-makes-people-eat-other-peoples-faces-after-stabbing-them-to-death" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1587455599", + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150452302", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10574611175", + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "332372054", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193695331", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58072570", + "voter": "denman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53371536", + "voter": "lolsbayou" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Overstock blockchain president Jonathan Johnson discusses his strategy for the e-commerce giant in his first interview since assuming the new role.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 677, + "cashout_time": "2016-09-17T12:26:51", + "category": "features", + "children": 1, + "created": "2016-08-17T12:25:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:25:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12950030567, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "overstocks-new-blockchain-president-vows-to-accelerate-fight-against-wall-street", + "post_id": 640432, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Overstock's New Blockchain President Vows to Accelerate 'Fight Against Wall Street\"", + "title": "Overstock's New Blockchain President Vows to Accelerate 'Fight Against Wall Street\"", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/overstocks-new-blockchain-president-vows-to-accelerate-fight-against-wall-street" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "170512609", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5834847893", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193695331", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155882276", + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8715066055", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51869881", + "voter": "jaquelinamendes" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"video\"Had this video bill been in effect last year, nearly every media outlet in America would have been considered criminal.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 804, + "cashout_time": "2016-09-17T12:25:18", + "category": "the-state", + "children": 0, + "created": "2016-08-17T12:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15121874045, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "orwellian-bill-criminalizing-reporting-of-undercover-video-sets-off-battle-for-free-speech", + "post_id": 640244, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Orwellian Bill Criminalizing Reporting of Undercover Video Sets Off Battle for Free Speech", + "title": "Orwellian Bill Criminalizing Reporting of Undercover Video Sets Off Battle for Free Speech", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/orwellian-bill-criminalizing-reporting-of-undercover-video-sets-off-battle-for-free-speech" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1169059048", + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2013233357", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "332372054", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193695331", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58930106", + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3812877488", + "voter": "pierrevr" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
In this Op-Ed, investor Jacob Eliosoff argues that the ethereum community needs to rally around one blockchain.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 641, + "cashout_time": "2016-09-17T12:27:21", + "category": "ethereum", + "children": 2, + "created": "2016-08-17T11:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T11:53:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7580167384, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-ethereum-classic-must-die", + "post_id": 640112, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Ethereum Classic Must Die", + "title": "Why Ethereum Classic Must Die", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/why-ethereum-classic-must-die" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "175527686", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Dr. B Basil Beamish On Friday 29 October 2010, The Cairns Post published an article based on a Queensland Government report entitled \"Climate change in Queensland: What the science is telling us\" (QDERM, 2010). The article referred to predicted impacts of climate change affecting the Far North Queensland region. One of the…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 974, + "cashout_time": "2016-09-17T08:35:45", + "category": "climate-data", + "children": 0, + "created": "2016-08-17T08:34:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T09:00:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 362305327, + "parent_author": "", + "parent_permlink": "climate-data", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "comparison-between-observational-data-and-model-projections-for-cairns-au-hot-days", + "post_id": 638599, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Comparison Between Observational Data and Model Projections for Cairns (AU) Hot Days", + "title": "Comparison Between Observational Data and Model Projections for Cairns (AU) Hot Days", + "total_payout_value": "0.000 HBD", + "url": "/climate-data/@taz/comparison-between-observational-data-and-model-projections-for-cairns-au-hot-days" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "645511564", + "voter": "cooper10510" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59484964", + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6855427961", + "voter": "etcmike" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Under guise of preventing fraud the ECB voted to kill the EUR500 note. Fraud was not the real reason. The …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 856, + "cashout_time": "2016-09-17T07:06:33", + "category": "economics", + "children": 0, + "created": "2016-08-17T07:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7747202130, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "banks-ponder-vault-cash-in-response-to-negative-rates-lending-reality-in-a-nutshell", + "post_id": 637922, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Banks Ponder Vault Cash in Response to Negative Rates: Lending Reality in a Nutshell", + "title": "Banks Ponder Vault Cash in Response to Negative Rates: Lending Reality in a Nutshell", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/banks-ponder-vault-cash-in-response-to-negative-rates-lending-reality-in-a-nutshell" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Scientific American thinks we are all so worried about climate change, our minds have snapped – that we’ve all turned to “climate denial” as a coping mechanism. Are We Feeling Collective Grief Over Climate Change? The idea is highly controversial, but at least one psychiatrist is convinced that we are,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 979, + "cashout_time": "2016-09-17T04:33:42", + "category": "alarmism", + "children": 1, + "created": "2016-08-17T04:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "scientific-american-denial-helps-us-cope-with-our-collective-climate-grief", + "post_id": 636878, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scientific American: \"Denial\" Helps Us Cope with Our Collective Climate Grief", + "title": "Scientific American: \"Denial\" Helps Us Cope with Our Collective Climate Grief", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/scientific-american-denial-helps-us-cope-with-our-collective-climate-grief" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1851612243", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2247263349", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425487212", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31392080646", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "992577507", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127988174", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "370344611", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "538573007", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172538901", + "voter": "helen.tan" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1437963896", + "voter": "murh" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": "1422762703665", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1173236563", + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74076405", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Trees which grew during intense radiation bursts in the past have ‘time-markers’ in their tree-rings that could help archaeologists date events from thousands of years ago Oxford University researchers say that trees which grew during intense radiation bursts in the past have ‘time-markers’ in their tree-rings that could help archaeologists date events from thousands…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1031, + "cashout_time": "2016-09-17T00:34:33", + "category": "climate-news", + "children": 0, + "created": "2016-08-16T23:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T01:51:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1463746278316, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.037 HBD", + "percent_steem_dollars": 10000, + "permlink": "tree-rings-reveal-secret-clocks-that-could-reset-key-dates-across-the-ancient-world", + "post_id": 634291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tree-rings reveal secret clocks that could reset key dates across the ancient world", + "title": "Tree-rings reveal secret clocks that could reset key dates across the ancient world", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/tree-rings-reveal-secret-clocks-that-could-reset-key-dates-across-the-ancient-world" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
According to Ford’s just announced plans, my 2022-2024 target for mass deployment of self-driving vehicles in the US is right …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 901, + "cashout_time": "2016-09-16T22:27:06", + "category": "economics", + "children": 0, + "created": "2016-08-16T22:27:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T22:27:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "ford-targets-2021-for-mass-market-self-driving-car-2021-a-near-certainty", + "post_id": 633413, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ford Targets 2021 for Mass-Market Self-Driving Car: 2021 a Near Certainty", + "title": "Ford Targets 2021 for Mass-Market Self-Driving Car: 2021 a Near Certainty", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/ford-targets-2021-for-mass-market-self-driving-car-2021-a-near-certainty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "542392987", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"sovereign\"A sovereign citizen and his family were welcomed by crowds of supporters after a 5-hour-long standoff ended with police leaving.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 810, + "cashout_time": "2016-09-16T20:39:36", + "category": "breaking-news", + "children": 0, + "created": "2016-08-16T20:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 715308504, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-police-in-armed-standoff-with-sovereign-citizen-suddenly-withdraw-and-leave", + "post_id": 632086, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING: Police In Armed Standoff With Sovereign Citizen Suddenly Withdraw and Leave", + "title": "BREAKING: Police In Armed Standoff With Sovereign Citizen Suddenly Withdraw and Leave", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/breaking-police-in-armed-standoff-with-sovereign-citizen-suddenly-withdraw-and-leave" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5174412203", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
California's legislature has once again shelved a plan to regulate businesses in the digital currency industry.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 641, + "cashout_time": "2016-09-16T19:14:42", + "category": "news", + "children": 0, + "created": "2016-08-16T19:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5347327720, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "california-delays-efforts-to-regulate-bitcoin-businesses", + "post_id": 631083, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California Delays Efforts to Regulate Bitcoin Businesses", + "title": "California Delays Efforts to Regulate Bitcoin Businesses", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/california-delays-efforts-to-regulate-bitcoin-businesses" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A criminal investigatory unit in the UK has said that it would consider investigating cases involving bitcoin.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 640, + "cashout_time": "2016-09-16T19:37:24", + "category": "crime", + "children": 1, + "created": "2016-08-16T19:08:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:08:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "crime", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "uk-fraud-office-comments-on-increasing-bitcoin-use-by-criminals", + "post_id": 631013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK Fraud Office Comments on 'Increasing' Bitcoin Use By Criminals", + "title": "UK Fraud Office Comments on 'Increasing' Bitcoin Use By Criminals", + "total_payout_value": "0.000 HBD", + "url": "/crime/@taz/uk-fraud-office-comments-on-increasing-bitcoin-use-by-criminals" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
When people start cheering rising medical and rent prices as welcome “progress”, you know they belong back in the 5th …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 874, + "cashout_time": "2016-09-16T18:41:42", + "category": "economics", + "children": 0, + "created": "2016-08-16T18:41:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:41:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cpi-flat-hooray-housing-and-medical-prices-jump", + "post_id": 630666, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPI Flat: Hooray, Housing and Medical Prices Jump", + "title": "CPI Flat: Hooray, Housing and Medical Prices Jump", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/cpi-flat-hooray-housing-and-medical-prices-jump" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "234281974", + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172915517", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14852807604", + "voter": "rampant" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
French airplane manufacturer Airbus has joined the Hyperledger Project, the Linux Foundation-led blockchain initiative begun earlier this year.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 673, + "cashout_time": "2016-09-16T17:23:12", + "category": "companies", + "children": 0, + "created": "2016-08-16T17:17:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15260005095, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "plane-maker-airbus-joins-hyperledger-blockchain-project", + "post_id": 629395, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Plane Maker Airbus Joins Hyperledger Blockchain Project", + "title": "Plane Maker Airbus Joins Hyperledger Blockchain Project", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/plane-maker-airbus-joins-hyperledger-blockchain-project" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Indianapolis ABC television affiliate WRTV wanted its viewers to see the complaints it received after preempting Bachelor in Paradise last night for report on a series of tornadoes that touched down nearby, so it posted some on its website. Bachelor in Paradise is where some of the rejected Bachelor/Bachelorette suitors go to drink, mingle and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 970, + "cashout_time": "2016-09-16T17:12:39", + "category": "tornadoes", + "children": 0, + "created": "2016-08-16T17:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "tornadoes", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "darwin-award-candidates-tv-viewers-complain-about-missing-bachelor-in-paradise-due-to-tornado-warning", + "post_id": 629329, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Darwin Award Candidates: TV viewers complain about missing \"Bachelor in Paradise\" due to Tornado Warning", + "title": "Darwin Award Candidates: TV viewers complain about missing \"Bachelor in Paradise\" due to Tornado Warning", + "total_payout_value": "0.000 HBD", + "url": "/tornadoes/@taz/darwin-award-candidates-tv-viewers-complain-about-missing-bachelor-in-paradise-due-to-tornado-warning" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
E-Commerce sales jumped a strong 4.5% but before anyone gets too excited by the sales growth, E-Commerce represents only 8.1% …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 872, + "cashout_time": "2016-09-16T16:41:15", + "category": "economics", + "children": 0, + "created": "2016-08-16T16:41:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:41:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "e-commerce-retail-sales-jump-4-5-two-perspectives", + "post_id": 628895, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "E-Commerce Retail Sales Jump 4.5%: Two Perspectives", + "title": "E-Commerce Retail Sales Jump 4.5%: Two Perspectives", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/e-commerce-retail-sales-jump-4-5-two-perspectives" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5834428330", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52122829", + "voter": "jlufer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"soros\"Following the hack of Soros, several bombshells have surfaced showing the billionaire's influence over the entire world.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "2016-09-16T16:22:00", + "category": "government-corruption", + "children": 0, + "created": "2016-08-16T16:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6066383296, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "soros-hack-exposes-plot-behind-refugee-crisis-his-media-control-cash-for-social-justice", + "post_id": 628645, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soros Hack Exposes Plot Behind Refugee Crisis, his Media Control, Cash for \"Social Justice\"", + "title": "Soros Hack Exposes Plot Behind Refugee Crisis, his Media Control, Cash for \"Social Justice\"", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/soros-hack-exposes-plot-behind-refugee-crisis-his-media-control-cash-for-social-justice" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A scheduling conflict has resulted in the postponement of the Blockchain World Expo.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 614, + "cashout_time": "2016-09-16T16:09:45", + "category": "news", + "children": 0, + "created": "2016-08-16T16:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:09:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blockchain-world-expo-postponed-until-2017", + "post_id": 628512, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockchain World Expo Postponed Until 2017", + "title": "Blockchain World Expo Postponed Until 2017", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/blockchain-world-expo-postponed-until-2017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "239266696", + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57981634", + "voter": "frostymulder" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"hospital\"The US State Department gave a rare condemnation of the most recent Saudi-led coalition's deadly bombing of a hospital in Yemen.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 805, + "cashout_time": "2016-09-16T15:39:36", + "category": "antiwar", + "children": 1, + "created": "2016-08-16T15:38:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T15:38:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 477080467, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "saudi-attacks-on-schools--hospitals-so-bad-us-finally-condemns-them--still-gives-them-bombs", + "post_id": 628129, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Saudi Attacks on Schools & Hospitals So Bad, US FINALLY Condemns Them -- Still Gives them Bombs", + "title": "Saudi Attacks on Schools & Hospitals So Bad, US FINALLY Condemns Them -- Still Gives them Bombs", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/saudi-attacks-on-schools--hospitals-so-bad-us-finally-condemns-them--still-gives-them-bombs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"bully\"A bully D.C. cop was caught on video dangling an innocent school teacher over the street in a literal and brutal shakedown.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "2016-09-16T15:17:15", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-16T15:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T15:17:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "video-massive-bully-cop-smashes-innocent-teacher-into-car-dangles-her-over-the-road", + "post_id": 627872, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "VIDEO: Massive Bully Cop Smashes Innocent Teacher into Car, Dangles Her Over the Road", + "title": "VIDEO: Massive Bully Cop Smashes Innocent Teacher into Car, Dangles Her Over the Road", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-massive-bully-cop-smashes-innocent-teacher-into-car-dangles-her-over-the-road" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1096085568", + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "862897934", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242780650", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65214616", + "voter": "modogg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50282029", + "voter": "kingdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75596244", + "voter": "pery" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92445394", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
CoinDesk profiles ongoing developments at business blockchain consortium Hyperledger and its collaborative effort to launch an open-source tool.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-09-16T12:39:09", + "category": "features", + "children": 0, + "created": "2016-08-16T12:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T12:29:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2672051193, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hyperledger-tests-open-source-strategy-with-first-blockchain-explorer", + "post_id": 625986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hyperledger Tests Open-Source Strategy With First Blockchain Explorer", + "title": "Hyperledger Tests Open-Source Strategy With First Blockchain Explorer", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/hyperledger-tests-open-source-strategy-with-first-blockchain-explorer" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "887552161", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73956315", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346304032", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"thought\"Thought Police are now an actual reality, as people are encouraged to report even non-criminal online incidents to authorities.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 812, + "cashout_time": "2016-09-16T12:24:21", + "category": "government-surveillance", + "children": 0, + "created": "2016-08-16T12:19:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T12:19:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1494561266, + "parent_author": "", + "parent_permlink": "government-surveillance", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "americas-biggest-ally-now-has-special-thought-police-unit-to-track-down-online-trolls", + "post_id": 625898, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "America's Biggest Ally Now Has Special \"Thought Police\" Unit to Track Down Online Trolls", + "title": "America's Biggest Ally Now Has Special \"Thought Police\" Unit to Track Down Online Trolls", + "total_payout_value": "0.000 HBD", + "url": "/government-surveillance/@taz/americas-biggest-ally-now-has-special-thought-police-unit-to-track-down-online-trolls" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "245491953", + "voter": "strickl9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "912206387", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92445394", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"flag\"To protest the government seizing his land in the name of Big Oil, this army vet hung a flag upside down -- so the state had him arrested.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 822, + "cashout_time": "2016-09-16T12:00:00", + "category": "be-the-change", + "children": 0, + "created": "2016-08-16T11:52:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T11:52:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1436892492, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "vietnam-vet-arrested-for-hanging-us-flag-upside-down-to-protest-eminent-domain", + "post_id": 625655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Vietnam Vet Arrested for Hanging US Flag Upside Down to Protest Eminent Domain", + "title": "Vietnam Vet Arrested for Hanging US Flag Upside Down to Protest Eminent Domain", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/vietnam-vet-arrested-for-hanging-us-flag-upside-down-to-protest-eminent-domain" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193665379", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest Post by Bob Tisdale This post provides updates of the values for the three primary suppliers of global land+ocean surface temperature reconstructions--GISS through July 2016 and HADCRUT4 and NCEI (formerly NCDC) through June 2016--and of the two suppliers of satellite-based lower troposphere temperature composites (RSS and UAH) through July 2016. It also includes a…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1000, + "cashout_time": "2016-09-16T10:23:45", + "category": "climate-news", + "children": 0, + "created": "2016-08-16T10:23:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T10:23:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193665379, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "july-2016-global-surface-landocean-and-lower-troposphere-temperature-anomaly-update", + "post_id": 624983, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "July 2016 Global Surface (Land+Ocean) and Lower Troposphere Temperature Anomaly Update", + "title": "July 2016 Global Surface (Land+Ocean) and Lower Troposphere Temperature Anomaly Update", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/july-2016-global-surface-landocean-and-lower-troposphere-temperature-anomaly-update" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Economist Paul Krugman is whining for more fiscal stimulus, his favorite pastime by far. Krugman’s target this time is Japan. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 879, + "cashout_time": "2016-09-16T08:17:51", + "category": "economics", + "children": 0, + "created": "2016-08-16T08:17:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T08:17:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "krugmans-arrow-theory-misses-target-by-light-years", + "post_id": 624191, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Krugman's Arrow Theory Misses Target by Light Years", + "title": "Krugman's Arrow Theory Misses Target by Light Years", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/krugmans-arrow-theory-misses-target-by-light-years" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2733779742", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62385523", + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Despite a hostile audience and a panel stacked with climate advocates, One Nation Federal Senator Malcolm Roberts did a credible job of holding his own, when questioned about his climate skepticism. Source: http://www.abc.net.au/tv/qanda/txt/s4499754.htm My favourite Roberts quote at 4:02 in the excerpt: I’m absolutely stunned that someone [Brian Cox] who…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1016, + "cashout_time": "2016-09-16T07:38:24", + "category": "climate-ugliness", + "children": 1, + "created": "2016-08-16T07:04:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T07:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2982914023, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "climate-clash-aussie-senator-malcolm-roberts-owns-tv-physicist-brian-cox", + "post_id": 623754, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Clash: Aussie Senator Malcolm Roberts Owns TV Physicist Brian Cox", + "title": "Climate Clash: Aussie Senator Malcolm Roberts Owns TV Physicist Brian Cox", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/climate-clash-aussie-senator-malcolm-roberts-owns-tv-physicist-brian-cox" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest Post by Willis Eschenbach I must thank my friend, the irrepressible, irascible, highly improbable, sometimes infuriating but always fascinating Lord Christopher Moncton, for his essay yclept “IPCC has at least doubled true climate sensitivity: a demonstration“. His claims and musings, while not always correct, are invariably interesting and bring up lots of relevant questions…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1021, + "cashout_time": "2016-09-16T05:08:57", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-16T05:08:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T05:08:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "pre--and-post-feedback-sensitivity", + "post_id": 622983, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pre- and Post-Feedback Sensitivity", + "title": "Pre- and Post-Feedback Sensitivity", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/pre--and-post-feedback-sensitivity" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Wall Street Journal reports that about 1,000 ships that have the combined capacity to haul 52 million metric tons …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 882, + "cashout_time": "2016-09-16T02:57:45", + "category": "economics", + "children": 0, + "created": "2016-08-16T02:57:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T02:57:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "lack-of-shipping-demand-sends-big-ships-to-scrap-heap-trucking-next", + "post_id": 622006, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lack of Shipping Demand Sends Big Ships to Scrap Heap (Trucking Next!)", + "title": "Lack of Shipping Demand Sends Big Ships to Scrap Heap (Trucking Next!)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/lack-of-shipping-demand-sends-big-ships-to-scrap-heap-trucking-next" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Record-setting rainfall and flooding in southern Louisiana have been calculated at NASA with data from satellites. An extremely severe rainfall event hit the states of Louisiana and southern Mississippi when a very slow moving low pressure system continuously pulled tropical moisture from the Gulf of Mexico. Measurements by the Global Precipitation Measurement or GPM mission…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1002, + "cashout_time": "2016-09-15T22:19:45", + "category": "flooding", + "children": 0, + "created": "2016-08-15T22:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T22:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "flooding", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nasa-analyzes-weather-event-that-caused-deadly-louisiana-flooding", + "post_id": 619407, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NASA Analyzes Weather Event That Caused Deadly Louisiana Flooding", + "title": "NASA Analyzes Weather Event That Caused Deadly Louisiana Flooding", + "total_payout_value": "0.000 HBD", + "url": "/flooding/@taz/nasa-analyzes-weather-event-that-caused-deadly-louisiana-flooding" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "252991851", + "voter": "kalaylah77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The EBA's new proposals for digital currency could make starting a bitcoin exchange more onerous than opening a bank, argues lawyer Adam Vaziri.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-09-15T21:08:30", + "category": "exchanges", + "children": 1, + "created": "2016-08-15T21:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T21:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 432823988, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "why-eba-proposals-would-set-an-absurd-precedent-for-bitcoin-startups", + "post_id": 618485, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why EBA Proposals Would Set an Absurd Precedent for Bitcoin Startups", + "title": "Why EBA Proposals Would Set an Absurd Precedent for Bitcoin Startups", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/why-eba-proposals-would-set-an-absurd-precedent-for-bitcoin-startups" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
By Larry Kummer. From the Fabius Maximus website. Paul Krugman -- Nobel Laureate economist, #5 on Prospect magazine's 2015 list of the world's top \"thinkers\" -- gives us powerful advice about the climate policy debate in his August 12 NYT op-ed (similar to this from a February column). It is the standard doctrine for science,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-09-15T21:01:03", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T21:01:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T00:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "paul-krugman-explains-how-to-break-the-climate-policy-deadlock", + "post_id": 618417, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paul Krugman explains how to break the climate policy deadlock", + "title": "Paul Krugman explains how to break the climate policy deadlock", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/paul-krugman-explains-how-to-break-the-climate-policy-deadlock" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6096995881", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1217095203", + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53804048", + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55452158", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"Islam\"A new report shows ISIS fighters knew very little about Islam prior to joining, and instead are indoctrinated into the group's perverted beliefs.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-09-15T20:06:48", + "category": "islamophobia", + "children": 1, + "created": "2016-08-15T19:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T19:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7603179427, + "parent_author": "", + "parent_permlink": "islamophobia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "religion-of-terror-leaked-isis-docs-show-70-of-recruits-dont-even-know-what-islam-is", + "post_id": 617303, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Religion of Terror? Leaked ISIS Docs Show 70% of Recruits Don't Even Know What Islam Is", + "title": "Religion of Terror? Leaked ISIS Docs Show 70% of Recruits Don't Even Know What Islam Is", + "total_payout_value": "0.000 HBD", + "url": "/islamophobia/@taz/religion-of-terror-leaked-isis-docs-show-70-of-recruits-dont-even-know-what-islam-is" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "179832137", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56195339", + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55452158", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Cryptsy CEO Paul Vernon has hit back at allegations he mishandled funds during his tenure as an executive at the exchange.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "1969-12-31T23:59:59", + "category": "crime", + "children": 1, + "created": "2016-08-15T19:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:39:12", + "last_update": "2016-08-15T19:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 291479634, + "parent_author": "", + "parent_permlink": "crime", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cryptsy-ceo-denies-he-stole-from-his-own-exchange", + "post_id": 617227, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cryptsy CEO Denies He Stole From His Own Exchange", + "title": "Cryptsy CEO Denies He Stole From His Own Exchange", + "total_payout_value": "0.000 HBD", + "url": "/crime/@taz/cryptsy-ceo-denies-he-stole-from-his-own-exchange" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "161908238", + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55452158", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
From DUKE UNIVERSITY Study assessed rising temperatures’ effect on power plant cooling efficiency and energy output DURHAM, N.C. — Future climate warming will likely cause only minor cuts in energy output at most U.S. coal- or gas-fired power plants, a new Duke University study finds. The study — the first of its kind based on…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 971, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T19:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:31:00", + "last_update": "2016-08-15T19:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 404109154, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "warming-climate-likely-to-have-minor-impact-on-power-plant-output", + "post_id": 617140, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warming climate likely to have 'minor' impact on power plant output", + "title": "Warming climate likely to have 'minor' impact on power plant output", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/warming-climate-likely-to-have-minor-impact-on-power-plant-output" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178514211", + "voter": "ulfa" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Port of Long Beach Posts a 7.7% Drop in Container Volumes compared to July 2015. The port attributes the …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T19:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:19:06", + "last_update": "2016-08-15T19:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 365262969, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "peak-season-shipping-roundup-long-beach-port-traffic-down-7-7-cass-freight-index-down-intermodal-shipping-down", + "post_id": 616996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Peak Season Shipping Roundup: Long Beach Port Traffic Down 7.7%; Cass Freight Index Down, Intermodal Shipping Down", + "title": "Peak Season Shipping Roundup: Long Beach Port Traffic Down 7.7%; Cass Freight Index Down, Intermodal Shipping Down", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/peak-season-shipping-roundup-long-beach-port-traffic-down-7-7-cass-freight-index-down-intermodal-shipping-down" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186748758", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57142167", + "voter": "jimcorrao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71550577", + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "324568526", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"missouri\"Two Missouri cops faked a story as a reason to justify shooting at a fleeing man. Even thought their supervisor helped them cover it up, video caught them.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-15T18:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T18:45:15", + "last_update": "2016-08-15T18:44:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 640010028, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "video-catches-cops-lying-about-being-shot-at-to-justify-shooting-at-unarmed-man", + "post_id": 616621, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video Catches Cops Lying About Being Shot At To Justify Shooting at Unarmed Man", + "title": "Video Catches Cops Lying About Being Shot At To Justify Shooting at Unarmed Man", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-catches-cops-lying-about-being-shot-at-to-justify-shooting-at-unarmed-man" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186739054", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Posted By Chris White A legal expert in financial law said the Democrat-lead probe targeting ExxonMobil is likely illegal and a ruse to paint those investigating the company as champions \"in the fight against global warming.\" The Exxon subpoena into the company's knowledge about internal climate change reports is an abuse of extraordinary powers. It…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 977, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T17:57:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:57:09", + "last_update": "2016-08-15T17:57:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186739054, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "witch-hunt-dem-attorney-general-exxonknew-global-warming-investigation-likely-illegal-says-law-expert", + "post_id": 616090, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witch hunt: Dem Attorney General #ExxonKnew Global Warming Investigation Likely Illegal, Says Law Expert", + "title": "Witch hunt: Dem Attorney General #ExxonKnew Global Warming Investigation Likely Illegal, Says Law Expert", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/witch-hunt-dem-attorney-general-exxonknew-global-warming-investigation-likely-illegal-says-law-expert" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186739054", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65336232", + "voter": "pery" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Overall intermodal traffic in North America fell 6.1 percent in second quarter 2016, the first volume decline in 25 consecutive …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 885, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T17:41:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:41:30", + "last_update": "2016-08-15T17:41:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 252075286, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "intermodal-shipping-traffic-suffers-first-dip-in-25-quarters", + "post_id": 615893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Intermodal Shipping Traffic Suffers First Dip in 25 Quarters", + "title": "Intermodal Shipping Traffic Suffers First Dip in 25 Quarters", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/intermodal-shipping-traffic-suffers-first-dip-in-25-quarters" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186739054", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55443532", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Empire State Manufacturing index dipped five points and is back in the red at -4.2 after a brief stint …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 857, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T17:04:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:05:54", + "last_update": "2016-08-15T17:04:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242182586, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "empire-state-manufacturing-index-dips-5-points-to--4-2", + "post_id": 615395, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Empire State Manufacturing Index Dips 5 Points to -4.2", + "title": "Empire State Manufacturing Index Dips 5 Points to -4.2", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/empire-state-manufacturing-index-dips-5-points-to--4-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193655315", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55936695", + "voter": "jlufer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"peacekeeping\"Hundreds of UN peacekeeping troops, less than a mile away, ignored countless calls for help as a savage attack unfolded at a hotel complex.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 830, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-15T16:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T16:49:09", + "last_update": "2016-08-15T16:48:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249592010, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "us--un-peacekeepers-did-nothing-as-us-aid-workers-were-raped-beaten-shot-in-front-of-them", + "post_id": 615191, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US & UN Peacekeepers Did Nothing as US Aid Workers were Raped, Beaten, Shot In Front of Them", + "title": "US & UN Peacekeepers Did Nothing as US Aid Workers were Raped, Beaten, Shot In Front of Them", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/us--un-peacekeepers-did-nothing-as-us-aid-workers-were-raped-beaten-shot-in-front-of-them" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186729344", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "411120134", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
It was wrong to interrupt Rio's delightful opening ceremonies with deceitful agitprop Paul Driessen XXXI Olympiad competitors are joyfully showcasing their skills and sportsmanship, while delighted fans revel in their amazing efforts. But opening ceremonies featuring colorful history, dance, song and athletes were rudely interrupted by an unprecedented propaganda film. As audiences around the world…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1036, + "cashout_time": "1969-12-31T23:59:59", + "category": "current-news", + "children": 0, + "created": "2016-08-15T15:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:57:30", + "last_update": "2016-08-15T18:50:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 597849478, + "parent_author": "", + "parent_permlink": "current-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "olympic-sized-climate-propaganda", + "post_id": 614631, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic-sized climate propaganda", + "title": "Olympic-sized climate propaganda", + "total_payout_value": "0.000 HBD", + "url": "/current-news/@taz/olympic-sized-climate-propaganda" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186719634", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1442391136", + "voter": "naturalista" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
A preliminary sale that would find bitcoin mining firm KnCMiner continuing under new ownership has been approved.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "1969-12-31T23:59:59", + "category": "kncminer", + "children": 0, + "created": "2016-08-15T15:19:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:40:30", + "last_update": "2016-08-15T15:19:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1629110770, + "parent_author": "", + "parent_permlink": "kncminer", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-kncminer-owners-seek-to-revive-bitcoin-firm-with-acquisition", + "post_id": 614159, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New KnCMiner Owners Seek to Revive Bitcoin Firm With Acquisition", + "title": "New KnCMiner Owners Seek to Revive Bitcoin Firm With Acquisition", + "total_payout_value": "0.000 HBD", + "url": "/kncminer/@taz/new-kncminer-owners-seek-to-revive-bitcoin-firm-with-acquisition" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186719634", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55443532", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "454395937", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
La Nina expected to contribute From the Daily Star, 14 August 2016 Climate boffins believe the UK's topsy-turvy climate is in for a chilly twist within the next few years as three major forms of climate change trigger \"substantial cooling\". Drastic changes in ocean conditions, greenhouse gases and a weakening of the sun threaten increasingly…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 978, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T15:14:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:15:33", + "last_update": "2016-08-16T13:37:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 696559103, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "big-chill-substantial-cooling-predicted-within-the-next-few-years", + "post_id": 614095, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big Chill: 'Substantial Cooling' Predicted Within The Next Few Years", + "title": "Big Chill: 'Substantial Cooling' Predicted Within The Next Few Years", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/big-chill-substantial-cooling-predicted-within-the-next-few-years" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "104114692", + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186709920", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7956684183", + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1168591419", + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "363067635", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"bodyViolent exhibitionists? An unnerving new study finds police-worn body cams actually increase police use of deadly force.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "1969-12-31T23:59:59", + "category": "filming-cops", + "children": 0, + "created": "2016-08-15T14:31:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:02:06", + "last_update": "2016-08-15T14:31:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9779167849, + "parent_author": "", + "parent_permlink": "filming-cops", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "disturbing-study-links-body-cams-to-increase-in-fatal-police-shootings", + "post_id": 613529, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disturbing Study Links Body Cams to Increase in Fatal Police Shootings", + "title": "Disturbing Study Links Body Cams to Increase in Fatal Police Shootings", + "total_payout_value": "0.000 HBD", + "url": "/filming-cops/@taz/disturbing-study-links-body-cams-to-increase-in-fatal-police-shootings" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "209872779002", + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135407072", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1844855942", + "voter": "tedvernon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186709920", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4727646574", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73901681", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4552063139", + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "378195453", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62116894", + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52698024", + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55279555", + "voter": "crunk" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"soros-hacked\"More than 2,500 hundred files have been hacked from George Soros, revealing his unscrupulous control and influence over the nations of the world.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 833, + "cashout_time": "1969-12-31T23:59:59", + "category": "solutions", + "children": 5, + "created": "2016-08-15T13:33:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T13:38:36", + "last_update": "2016-08-15T13:33:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 221941653256, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-soros-was-hacked--thousands-of-files-expose-election-manipulation--more", + "post_id": 612861, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros was Hacked! -- Thousands of Files Expose Election Manipulation & More", + "title": "George Soros was Hacked! -- Thousands of Files Expose Election Manipulation & More", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/george-soros-was-hacked--thousands-of-files-expose-election-manipulation--more" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "259093790", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "411467196", + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193594873", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Bitcoin startup Blockstream has announced a slew of new hires that serve to further the firm's already impressive development team.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 661, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T12:20:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:45:09", + "last_update": "2016-08-15T12:20:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 864155859, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blockstream-adds-to-all-star-bitcoin-dev-team", + "post_id": 612084, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockstream Adds to All-Star Bitcoin Dev Team", + "title": "Blockstream Adds to All-Star Bitcoin Dev Team", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/blockstream-adds-to-all-star-bitcoin-dev-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1217567132", + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193594873", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76141048", + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56849953", + "voter": "alktoni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110822292", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "423578908", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"gunpoint\"A father and his young daughter were en route to the Grand Canyon on Friday when they were held at gunpoint and terrorized by an \"insane\" cop.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 822, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-15T12:10:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:12:21", + "last_update": "2016-08-15T12:10:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2078554206, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "insane--violent-cop-holds-innocent-dad-and-7yo-daughter-at-gunpoint", + "post_id": 611991, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Insane & Violent\" Cop Holds Innocent Dad and 7yo Daughter at Gunpoint", + "title": "\"Insane & Violent\" Cop Holds Innocent Dad and 7yo Daughter at Gunpoint", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/insane--violent-cop-holds-innocent-dad-and-7yo-daughter-at-gunpoint" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "411467196", + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200508975", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77998146", + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110822292", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56182466", + "voter": "vodorog" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Should the Bitfinex hack be seen as a call to action? That's the opinion of Nozomi Hayes, who argues it provides evidence decentralization is needed.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 679, + "cashout_time": "1969-12-31T23:59:59", + "category": "exchanges", + "children": 1, + "created": "2016-08-15T12:04:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:41:36", + "last_update": "2016-08-15T12:04:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 856979075, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-heist-rings-the-alarm-of-bitcoin-centralization", + "post_id": 611954, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex Heist Rings the Alarm of Bitcoin Centralization", + "title": "Bitfinex Heist Rings the Alarm of Bitcoin Centralization", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-heist-rings-the-alarm-of-bitcoin-centralization" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200508975", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110696989", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
It’s rare that I agree with economic theories written up in mainstream media. But this is one of those times, …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 859, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T08:35:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T20:44:03", + "last_update": "2016-08-15T08:35:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 311205964, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "are-the-feds-interest-rate-policies-self-defeating", + "post_id": 610358, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Are the Fed's Interest Rate Policies Self-Defeating?", + "title": "Are the Fed's Interest Rate Policies Self-Defeating?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/are-the-feds-interest-rate-policies-self-defeating" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193574676", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55166291", + "voter": "georgina" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Week That Was: 2016-08-14 (August 14, 2016) Brought to You by SEPP (www.SEPP.org) The Science and Environmental Policy Project THIS WEEK: By Ken Haapala, President, Science and Environmental Policy Project (SEPP) Climate Fears and Finance: On of the difficulties SEPP has had in updating its analysis of the importance of government funding in climate…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 990, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news-roundup", + "children": 0, + "created": "2016-08-15T03:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T15:50:15", + "last_update": "2016-08-15T04:55:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248740967, + "parent_author": "", + "parent_permlink": "climate-news-roundup", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "weekly-climate-and-energy-news-roundup-236", + "post_id": 608048, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Weekly Climate and Energy News Roundup #236", + "title": "Weekly Climate and Energy News Roundup #236", + "total_payout_value": "0.000 HBD", + "url": "/climate-news-roundup/@taz/weekly-climate-and-energy-news-roundup-236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186661295", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The downtrend in Trump’s presidential candidacy is now so prolonged that not even the most ardent Trump supporter can deny …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 887, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T02:38:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T14:38:57", + "last_update": "2016-08-15T02:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186661295, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "is-it-conceivable-trump-is-deliberately-throwing-the-election", + "post_id": 607330, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is it Conceivable Trump is Deliberately Throwing the Election?", + "title": "Is it Conceivable Trump is Deliberately Throwing the Election?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-it-conceivable-trump-is-deliberately-throwing-the-election" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "18086435299", + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186651546", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The Bank of Japan is on a rampage buying everything in sight, from stocks to bonds. It’s on course to …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 853, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T00:07:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T12:07:15", + "last_update": "2016-08-15T00:07:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18273086845, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "when-will-the-bank-of-japan-own-100-of-japanese-etfs", + "post_id": 605507, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When Will the Bank of Japan Own 100% of Japanese ETFs?", + "title": "When Will the Bank of Japan Own 100% of Japanese ETFs?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/when-will-the-bank-of-japan-own-100-of-japanese-etfs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "293969380", + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13476167478", + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186651546", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124804443", + "voter": "bmcv001" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"nationalSheriff David Clarke, known for his hatred of the police accountability movement just mobilized a special police segment of the national guard.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-14T23:04:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T12:14:03", + "last_update": "2016-08-14T23:04:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14081592847, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sheriff-who-wanted-to-eradicate-anti-brutality-protesters-calls-in-national-guard-amid-riots", + "post_id": 604749, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sheriff Who Wanted to \"Eradicate\" Anti-Brutality Protesters, Calls in National Guard Amid Riots", + "title": "Sheriff Who Wanted to \"Eradicate\" Anti-Brutality Protesters, Calls in National Guard Amid Riots", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/sheriff-who-wanted-to-eradicate-anti-brutality-protesters-calls-in-national-guard-amid-riots" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200477587", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"nuclear\"North Korea is now threatening the US with preemptive nuclear annihilation in response to the deployment of nuclear-capable bombers to Guam.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 818, + "cashout_time": "1969-12-31T23:59:59", + "category": "foreign-affairs", + "children": 0, + "created": "2016-08-14T20:00:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T08:00:54", + "last_update": "2016-08-14T20:00:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200477587, + "parent_author": "", + "parent_permlink": "foreign-affairs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "n--korea-warns-against-us-presence--stop-now-or-face-a-merciless--annihilating-nuclear-strike", + "post_id": 602434, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "N. Korea Warns Against US Presence -- Stop Now or Face a \"Merciless & Annihilating\" Nuclear Strike", + "title": "N. Korea Warns Against US Presence -- Stop Now or Face a \"Merciless & Annihilating\" Nuclear Strike", + "total_payout_value": "0.000 HBD", + "url": "/foreign-affairs/@taz/n--korea-warns-against-us-presence--stop-now-or-face-a-merciless--annihilating-nuclear-strike" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Italy’s prime minister Matteo Renzi came under attack when Italy’s GDP unexpectedly slid to 0% vs. an expected gain of …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 919, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-14T17:49:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T05:49:54", + "last_update": "2016-08-14T17:49:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "italy-on-verge-of-recession-renzi-ism-attacked-by-five-star-movement-renzis-enormous-gamble", + "post_id": 600816, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Italy on Verge of Recession: \"Renzi-ism\" Attacked by Five Star Movement; Renzi's Enormous Gamble", + "title": "Italy on Verge of Recession: \"Renzi-ism\" Attacked by Five Star Movement; Renzi's Enormous Gamble", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/italy-on-verge-of-recession-renzi-ism-attacked-by-five-star-movement-renzis-enormous-gamble" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "985678539", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304622101", + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"wind\"Thanks to the fossil fuel industry's influence over the government, the state now claims it owns the very wind that blows over your own property.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 820, + "cashout_time": "1969-12-31T23:59:59", + "category": "environmental-news", + "children": 0, + "created": "2016-08-14T16:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T04:31:57", + "last_update": "2016-08-14T16:26:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1497691247, + "parent_author": "", + "parent_permlink": "environmental-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "state-now-claims-it-owns-the-wind--taxing-renewable-energy-out-of-existence", + "post_id": 599835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Now Claims It Owns the Wind -- Taxing Renewable Energy \"Out of Existence\"", + "title": "State Now Claims It Owns the Wind -- Taxing Renewable Energy \"Out of Existence\"", + "total_payout_value": "0.000 HBD", + "url": "/environmental-news/@taz/state-now-claims-it-owns-the-wind--taxing-renewable-energy-out-of-existence" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall President Obama, who has done more than any other President to sell American children into foreign debt slavery, has appealed to the American People not to tear up his climate “legacy”. Remarks of President Barack Obama as Delivered Weekly Address The White House August 13, 2016 Hi, everybody. One of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 966, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-08-14T14:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:25:27", + "last_update": "2016-08-14T14:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "president-obama-begs-america-not-to-tear-up-the-paris-agreement", + "post_id": 598320, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "President Obama Begs America Not To Tear Up the Paris Agreement", + "title": "President Obama Begs America Not To Tear Up the Paris Agreement", + "total_payout_value": "0.000 HBD", + "url": "/politics/@taz/president-obama-begs-america-not-to-tear-up-the-paris-agreement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90510658", + "voter": "codymac40" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Bitcoin prices experienced modest fluctuations in July, pushing higher in anticipation of the halving and then declining after the event.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 667, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 1, + "created": "2016-08-14T14:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:20:12", + "last_update": "2016-08-14T14:09:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 297901265, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "july-bitcoin-price-report-confidence-hits-2016-highs-amid-halving", + "post_id": 598175, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "July Bitcoin Price Report: Confidence Hits 2016 Highs Amid Halving", + "title": "July Bitcoin Price Report: Confidence Hits 2016 Highs Amid Halving", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/july-bitcoin-price-report-confidence-hits-2016-highs-amid-halving" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"filming\"A teenage boy was assaulted with a deadly weapon, insulted and threatened by Missouri cops for the sole act of filming police.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 800, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-14T14:04:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:04:27", + "last_update": "2016-08-14T14:04:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "body-cam-cops-pull-gun-on-teen-for-filming-mock-him-for-being-skinny-challenge-him-to-fight", + "post_id": 598127, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Body Cam: Cops Pull Gun on Teen for Filming, Mock Him for Being Skinny, Challenge Him To Fight", + "title": "Body Cam: Cops Pull Gun on Teen for Filming, Mock Him for Being Skinny, Challenge Him To Fight", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/body-cam-cops-pull-gun-on-teen-for-filming-mock-him-for-being-skinny-challenge-him-to-fight" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "241024577", + "voter": "yousaywhat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
In this opinion piece, contributor Ariel Deschapell asks, can bitcoin have decentralized governance without defining decentralization?\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 664, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 1, + "created": "2016-08-14T13:22:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T01:22:51", + "last_update": "2016-08-14T13:22:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 448415184, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "decentralization--governance-can-bitcoin-have-both", + "post_id": 597730, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Decentralization & Governance: Can Bitcoin Have Both?", + "title": "Decentralization & Governance: Can Bitcoin Have Both?", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/decentralization--governance-can-bitcoin-have-both" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "207390607", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
An officer involved shooting in Milwaukee sparked a protest which turned chaotic as protesters began to destroy the town.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 567, + "cashout_time": "1969-12-31T23:59:59", + "category": "government-corruption", + "children": 0, + "created": "2016-08-14T13:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T01:11:54", + "last_update": "2016-08-14T13:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "milwaukee-protesters-riot-burn-buildings-cars-after-police-kill-man-during-traffic-stop", + "post_id": 597636, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Milwaukee Protesters Riot, Burn Buildings, Cars After Police Kill Man During Traffic Stop", + "title": "Milwaukee Protesters Riot, Burn Buildings, Cars After Police Kill Man During Traffic Stop", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/milwaukee-protesters-riot-burn-buildings-cars-after-police-kill-man-during-traffic-stop" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "8859758662", + "voter": "jessica-miller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207368876", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "393323272", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79714544", + "voter": "lukeofkondor" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"off-grid\"It was going to be a model for off-grid sustainable living with solar panels and gray water recycling, but authorities deemed it an \"unlawful structure.\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 834, + "cashout_time": "1969-12-31T23:59:59", + "category": "the-state", + "children": 0, + "created": "2016-08-14T12:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T00:27:12", + "last_update": "2016-08-14T12:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9540165354, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "soylent-ceo-criminally-charged-for-unpermitted-off-grid-tiny-home", + "post_id": 597272, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soylent CEO Criminally Charged for \"Unpermitted\" Off-Grid Tiny Home", + "title": "Soylent CEO Criminally Charged for \"Unpermitted\" Off-Grid Tiny Home", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/soylent-ceo-criminally-charged-for-unpermitted-off-grid-tiny-home" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "214281171", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81126473", + "voter": "whitezombie" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"pregnant\"For trying to record police talking to her teenage son, a petite pregnant woman was assaulted and arrested for her freedom of speech.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 826, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-14T12:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T00:04:12", + "last_update": "2016-08-14T12:03:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 295407644, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "video-shows-cop-attack-and-arrest-innocent-pregnant-woman-for-filming-him", + "post_id": 597128, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video Shows Cop Attack and Arrest Innocent Pregnant Woman, for Filming Him", + "title": "Video Shows Cop Attack and Arrest Innocent Pregnant Woman, for Filming Him", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-shows-cop-attack-and-arrest-innocent-pregnant-woman-for-filming-him" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193381655", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest opinion: Dr. Tim Ball In a previous article, I noted the treadmill created when you convince politicians to form policy based on untested hypotheses. The anthropogenic global warming (AGW) hypothesis was untested because the Intergovernmental Panel on Climate Change (IPCC) and others determined to prove, rather than disprove it. Professor Richard Lindzen explained years…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1013, + "cashout_time": "1969-12-31T23:59:59", + "category": "opinion", + "children": 0, + "created": "2016-08-14T02:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T14:06:00", + "last_update": "2016-08-14T03:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193381655, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "arctic-ice-an-update--evidence-from-the-past-is-instructive", + "post_id": 593694, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Arctic Ice: An Update - Evidence From the Past is Instructive", + "title": "Arctic Ice: An Update - Evidence From the Past is Instructive", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/arctic-ice-an-update--evidence-from-the-past-is-instructive" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193381655", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Truck shipments continue to dive. Shipments in June of 2016 are down vs. June of 2015, 2014, 2013, 2012, 2011, …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 850, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-14T01:50:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T13:50:18", + "last_update": "2016-08-14T01:50:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193381655, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "truck-shipment-deterioration-in-chart-form", + "post_id": 593575, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Truck Shipment Deterioration in Chart Form", + "title": "Truck Shipment Deterioration in Chart Form", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/truck-shipment-deterioration-in-chart-form" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "78316842961", + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186475167", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3728373373", + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Greens are fretting that we may be about crash through their arbitrary 1.5C global warming “limit”. But what will they do, when nothing bad happens? As Earth Swelters, Global Warming Target in Danger The Earth is so hot this year that a limit for global warming agreed by world leaders…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 950, + "cashout_time": "1969-12-31T23:59:59", + "category": "alarmism", + "children": 0, + "created": "2016-08-13T22:20:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T10:24:51", + "last_update": "2016-08-13T22:20:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82231691501, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "oh-noes-the-must-not-cross-climate-tipping-point", + "post_id": 591523, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Oh Noes, The \"Must Not Cross\" Climate Tipping Point", + "title": "Oh Noes, The \"Must Not Cross\" Climate Tipping Point", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/oh-noes-the-must-not-cross-climate-tipping-point" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186475167", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "361995610", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"yemen\"The United States' strongest ally in the Middle East has reportedly and purposefully struck a school in a series of airstrikes in the northwest Yemen.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 824, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-13T16:51:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T04:58:12", + "last_update": "2016-08-13T16:51:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 548470777, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "horrifying-new-low-us-ally-saudi-arabia-bombs-school-killing-multiple-children", + "post_id": 587564, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Horrifying New Low: US Ally, Saudi Arabia Bombs School Killing Multiple Children", + "title": "Horrifying New Low: US Ally, Saudi Arabia Bombs School Killing Multiple Children", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/horrifying-new-low-us-ally-saudi-arabia-bombs-school-killing-multiple-children" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "186475167", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70500730", + "voter": "a11at" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "377078760", + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Barring some amazingly good news between now and the Fed meeting on September 21, a September rate hike is dead. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 863, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-13T16:03:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T04:10:03", + "last_update": "2016-08-13T16:03:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 634054657, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "september-rate-hike-off-the-table-what-about-december", + "post_id": 586958, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "September Rate Hike Off the Table (What About December?)", + "title": "September Rate Hike Off the Table (What About December?)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/september-rate-hike-off-the-table-what-about-december" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193371457", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"silkroad\"The fed's costly and futile pursuit to shut down Silkroad has made the drug trade less safe and dark sites more prominent.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "1969-12-31T23:59:59", + "category": "war-on-drugs", + "children": 0, + "created": "2016-08-13T15:48:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:48:09", + "last_update": "2016-08-13T15:48:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193371457, + "parent_author": "", + "parent_permlink": "war-on-drugs", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "drug-sales-on-the-dark-web-have-tripled-since-the-feds-shut-down-silk-road", + "post_id": 586766, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Drug Sales On The Dark Web Have Tripled Since The Feds Shut Down Silk Road", + "title": "Drug Sales On The Dark Web Have Tripled Since The Feds Shut Down Silk Road", + "total_payout_value": "0.000 HBD", + "url": "/war-on-drugs/@taz/drug-sales-on-the-dark-web-have-tripled-since-the-feds-shut-down-silk-road" + }, + { + "active_votes": [ + { + "percent": "5600", + "reputation": 0, + "rshares": "809114810200", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304413085", + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1905145723", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193371457", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103729158", + "voter": "smech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5826695003", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59366744", + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "637539314", + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"couple\"A Georgia couple will now file a lawsuit one year after police broke into their home, killed their dog, shot the homeowner and one of the officers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 823, + "cashout_time": "1969-12-31T23:59:59", + "category": "police-brutality", + "children": 2, + "created": "2016-08-13T15:42:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:44:36", + "last_update": "2016-08-13T15:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 818145070684, + "parent_author": "", + "parent_permlink": "police-brutality", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "innocent-family-sues-after-cops-broke-into-home-shot-dad-killed-the-dog-then-shot-each-other", + "post_id": 586701, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Innocent Family Sues After Cops Broke Into Home, Shot Dad, Killed the Dog, Then Shot Each Other", + "title": "Innocent Family Sues After Cops Broke Into Home, Shot Dad, Killed the Dog, Then Shot Each Other", + "total_payout_value": "0.048 HBD", + "url": "/police-brutality/@taz/innocent-family-sues-after-cops-broke-into-home-shot-dad-killed-the-dog-then-shot-each-other" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "193371457", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"tamales\"For selling her famous tamales to willing neighbors, a young mother was issued a warrant for her arrest by people who claim to protect her.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "1969-12-31T23:59:59", + "category": "government-corruption", + "children": 0, + "created": "2016-08-13T15:37:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:37:33", + "last_update": "2016-08-13T15:37:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193371457, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "warrant-issued-for-mothers-arrest-for-selling-homeade-tamales-to-her-neighbors", + "post_id": 586657, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warrant Issued for Mother's Arrest for Selling Homeade Tamales to Her Neighbors", + "title": "Warrant Issued for Mother's Arrest for Selling Homeade Tamales to Her Neighbors", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/warrant-issued-for-mothers-arrest-for-selling-homeade-tamales-to-her-neighbors" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1400052550", + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193371457", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59774809", + "voter": "clarkwayne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132589949", + "voter": "stephenfrost" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"NYPD\"A short video of NYPD repeatedly punching a prone suspect in a McDonalds on Friday has sparked outrage on social media.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 791, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-13T15:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:34:09", + "last_update": "2016-08-13T15:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1785788765, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "video-of-nypd-cops-brutally-and-repeatedly-punching-suspect-sparks-firestorm-online", + "post_id": 586608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video of NYPD Cops Brutally and Repeatedly Punching Suspect Sparks Firestorm Online", + "title": "Video of NYPD Cops Brutally and Repeatedly Punching Suspect Sparks Firestorm Online", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-of-nypd-cops-brutally-and-repeatedly-punching-suspect-sparks-firestorm-online" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1326365573", + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193371457", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"millennials\"Most Millennials now feel neither Trump nor Hillary are fit to run the country, while more than a third of American voters feel the system is rigged.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 834, + "cashout_time": "1969-12-31T23:59:59", + "category": "good-news", + "children": 0, + "created": "2016-08-13T15:26:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:34:39", + "last_update": "2016-08-13T15:26:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1519737030, + "parent_author": "", + "parent_permlink": "good-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "poll-shows-millennials-waking-up-to-2-party-paradigm--scoff-at-clinton-and-trump", + "post_id": 586550, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Poll Shows Millennials Waking Up to 2-Party Paradigm -- Scoff at Clinton AND Trump", + "title": "Poll Shows Millennials Waking Up to 2-Party Paradigm -- Scoff at Clinton AND Trump", + "total_payout_value": "0.000 HBD", + "url": "/good-news/@taz/poll-shows-millennials-waking-up-to-2-party-paradigm--scoff-at-clinton-and-trump" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200277580", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59774809", + "voter": "clarkwayne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1144439565", + "voter": "ihatelife" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
In this opinion piece, Antony Lewis argues that the term 'distributed ledger' needs clarifying due to the new emerging use cases for the technology.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 678, + "cashout_time": "1969-12-31T23:59:59", + "category": "banking", + "children": 0, + "created": "2016-08-13T15:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:23:45", + "last_update": "2016-08-13T15:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1404491954, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-emergence-of-blockchains-as-activity-registers", + "post_id": 586491, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Emergence of Blockchains as Activity Registers", + "title": "The Emergence of Blockchains as Activity Registers", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/the-emergence-of-blockchains-as-activity-registers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "113506281", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200277580", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
In this piece, CoinDesk explores Steemit, a social media blockchain that rewards users for creating and voting on content.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "1969-12-31T23:59:59", + "category": "altcoins", + "children": 0, + "created": "2016-08-13T15:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:17:18", + "last_update": "2016-08-13T15:16:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 313783861, + "parent_author": "", + "parent_permlink": "altcoins", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-bridges-blockchain-and-social-media-but-how-does-it-work", + "post_id": 586428, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Bridges Blockchain and Social Media, But How Does It Work?", + "title": "Steemit Bridges Blockchain and Social Media, But How Does It Work?", + "total_payout_value": "0.000 HBD", + "url": "/altcoins/@taz/steemit-bridges-blockchain-and-social-media-but-how-does-it-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200277580", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Prominent Guardian Environment Reporter George Monbiot, who sometimes shows up at prominent climate events, no doubt after a long journey by sail, has decided to eat Vegan supplemented with Roadkill to “reduce his impact” on the global climate. I've converted to veganism to reduce my impact on the living world…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 976, + "cashout_time": "1969-12-31T23:59:59", + "category": "ridiculae", + "children": 0, + "created": "2016-08-13T15:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:11:09", + "last_update": "2016-08-13T15:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200277580, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "george-monbiot-eats-roadkill-to-save-the-planet", + "post_id": 586367, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Monbiot Eats Roadkill to Save The Planet", + "title": "George Monbiot Eats Roadkill to Save The Planet", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/george-monbiot-eats-roadkill-to-save-the-planet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "200277580", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Yesterday on Twitter, Chip Knappenberger coined the term “landicane” to describe the low pressure center that has been gyrating over the northeastern Gulf of Mexico for days has now dropped very heavy precipitation over southeastern Louisiana. Dr. Roger Pielke Sr. has added in the exchange that his previous research points out that wet and marshy…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 985, + "cashout_time": "1969-12-31T23:59:59", + "category": "hurricanes", + "children": 0, + "created": "2016-08-13T15:05:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:05:51", + "last_update": "2016-08-13T15:05:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200277580, + "parent_author": "", + "parent_permlink": "hurricanes", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "analysis-of-the-landicaine-over-louisiana", + "post_id": 586300, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Analysis of the 'Landicaine' over Louisiana", + "title": "Analysis of the 'Landicaine' over Louisiana", + "total_payout_value": "0.000 HBD", + "url": "/hurricanes/@taz/analysis-of-the-landicaine-over-louisiana" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "574147639", + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Ethereum-focused startup ConsenSys is making inroads bringing the blockchain to South America.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 624, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 0, + "created": "2016-08-12T22:39:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T11:10:15", + "last_update": "2016-08-12T22:39:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 732980095, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blockchain-trials-accelerate-as-south-america-sees-ethereum-uptake", + "post_id": 578630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockchain Trials Accelerate as South America Sees Ethereum Uptake", + "title": "Blockchain Trials Accelerate as South America Sees Ethereum Uptake", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/blockchain-trials-accelerate-as-south-america-sees-ethereum-uptake" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"Dassey\"Sentenced to life in prison for the murder of Teresa Halbach, Brendan Dassey from Netflix's \"Making a Murderer\" has been ordered to be released from prison.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 843, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-12T22:34:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T10:34:09", + "last_update": "2016-08-12T22:34:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "breaking-court-orders-making-a-murderer-convict-brendan-dassey-to-be-set-free", + "post_id": 578578, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING: Court Orders Making a Murderer Convict Brendan Dassey to Be Set Free", + "title": "BREAKING: Court Orders Making a Murderer Convict Brendan Dassey to Be Set Free", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/breaking-court-orders-making-a-murderer-convict-brendan-dassey-to-be-set-free" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6904472618", + "voter": "taoofsatoshi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3229669328", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1614897855", + "voter": "jackgallenhall" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The GDPNow Model and the FRBNY Nowcast Model each declines 0.2% following today’s economic reports. The models remain a very …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 882, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-12T21:05:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T09:32:36", + "last_update": "2016-08-12T21:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11907872257, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "3rd-quarter-gdp-models-frbny-nowcast-2-4-vs--gdpnow-3-5", + "post_id": 577455, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3rd Quarter GDP Models: FRBNY Nowcast 2.4% vs. GDPNow 3.5%", + "title": "3rd Quarter GDP Models: FRBNY Nowcast 2.4% vs. GDPNow 3.5%", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/3rd-quarter-gdp-models-frbny-nowcast-2-4-vs--gdpnow-3-5" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3551484456", + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Surveyed scientists debunk chemtrails conspiracy theory UCI, Carnegie paper explains persistent aircraft trails, substances in soil and water Irvine, Calif., Aug. 12, 2016 - The world's leading atmospheric scientists overwhelmingly deny the existence of a secret, elite-driven plot to release harmful chemicals into the air from high-flying aircraft, according to the first peer-reviewed journal paper…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1026, + "cashout_time": "1969-12-31T23:59:59", + "category": "humor", + "children": 0, + "created": "2016-08-12T19:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T08:08:00", + "last_update": "2016-08-12T19:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3710316912, + "parent_author": "", + "parent_permlink": "humor", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "friday-funny-chemtrails-theory-gets-shot-down-by-science", + "post_id": 576461, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Friday Funny: Chemtrails theory gets shot down by science", + "title": "Friday Funny: Chemtrails theory gets shot down by science", + "total_payout_value": "0.000 HBD", + "url": "/humor/@taz/friday-funny-chemtrails-theory-gets-shot-down-by-science" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"intelligence\"According to a hard-hitting government task force report released Thursday, intelligence generated by CENTCOM was manipulated to fool the public.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 825, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-12T19:35:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:35:51", + "last_update": "2016-08-12T19:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "govt-task-force-confirms-us-intelligence-faked-reports-to-manipulate-public-about-isis", + "post_id": 576157, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Govt Task Force Confirms US Intelligence Faked Reports to Manipulate Public About ISIS", + "title": "Govt Task Force Confirms US Intelligence Faked Reports to Manipulate Public About ISIS", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/govt-task-force-confirms-us-intelligence-faked-reports-to-manipulate-public-about-isis" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Economists were shocked once again today. First, Retail Sales \"Solidly\" Flat, which we just covered. The Producer Price Index for …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 900, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-12T19:30:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:30:36", + "last_update": "2016-08-12T19:30:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "huge-6-collapse-in-ppi-services-final-demand-for-apparel-jewelry-footwear", + "post_id": 576089, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Huge 6% Collapse in PPI Services Final Demand for Apparel, Jewelry, Footwear", + "title": "Huge 6% Collapse in PPI Services Final Demand for Apparel, Jewelry, Footwear", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/huge-6-collapse-in-ppi-services-final-demand-for-apparel-jewelry-footwear" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1095140131", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
The European Banking Association is calling for greater regulatory oversight for bitcoin exchanges and custodial wallets.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 651, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-12T19:14:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:30:15", + "last_update": "2016-08-12T19:14:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1253972587, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bank-group-calls-for-broader-oversight-of-eu-bitcoin-services", + "post_id": 575872, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bank Group Calls for Broader Oversight of EU Bitcoin Services", + "title": "Bank Group Calls for Broader Oversight of EU Bitcoin Services", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bank-group-calls-for-broader-oversight-of-eu-bitcoin-services" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
\"DNA\"The gun police alleged a teen aimed at a cop, which led him to fatally shoot her, had no fingerprints or DNA, and police have known for two years.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 819, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-12T18:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T06:08:27", + "last_update": "2016-08-12T18:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "no-dna-or-prints-found-on-gun-used-to-justify-killing-teen-when-cops-body-cam-malfunctioned", + "post_id": 574887, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No DNA or Prints Found on Gun Used to Justify Killing Teen When Cop's Body Cam \"Malfunctioned\"", + "title": "No DNA or Prints Found on Gun Used to Justify Killing Teen When Cop's Body Cam \"Malfunctioned\"", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/no-dna-or-prints-found-on-gun-used-to-justify-killing-teen-when-cops-body-cam-malfunctioned" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Review and Summary of \"The Moral Case for Fossil Fuels\" By Andy May The best-selling book The Moral Case for Fossil Fuels was first published November 27, 2014 by Penguin. The author, Alex Epstein, took a BA in Philosophy from Duke University in 2002. He is the President of the Center for Industrial Progress, a…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 947, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-12T17:57:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T05:57:27", + "last_update": "2016-08-12T18:02:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-moral-case-for-fossil-fuels", + "post_id": 574701, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Moral Case for Fossil Fuels", + "title": "The Moral Case for Fossil Fuels", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/the-moral-case-for-fossil-fuels" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3160441540", + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158832456", + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 0, + "beneficiaries": [], + "body": "
Business inventories rose 0.2% for the month. Bloomberg Econoday calls this a “favorable position“, noting the “lean 1.39” inventory-to-sales ratio. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 926, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 1, + "created": "2016-08-12T17:52:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\":\"https:\\/\\/steemit.com\\/steemit\\/@taz\\/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T05:56:00", + "last_update": "2016-08-12T17:52:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3319273996, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "investigating-the-favorably-lean-position-of-inventories", + "post_id": 574616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Investigating the \"Favorably Lean\" Position of Inventories", + "title": "Investigating the \"Favorably Lean\" Position of Inventories", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/investigating-the-favorably-lean-position-of-inventories" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.pat.json new file mode 100644 index 00000000..d8d357c2 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.pat.json @@ -0,0 +1,4702 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A new prediction market is set to go live on the ethereum network this week.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 606, + "cashout_time": "2016-08-24T19:11:57", + "category": "news", + "children": 0, + "created": "2016-08-17T19:11:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T19:11:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ethereum-prediction-market-service-takes-first-steps-with-beta-launch", + "post_id": 857593, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ethereum Prediction Market Service Takes First Steps With Beta Launch", + "title": "Ethereum Prediction Market Service Takes First Steps With Beta Launch", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/ethereum-prediction-market-service-takes-first-steps-with-beta-launch" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 5716076030, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179878418, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 56446063, + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From STOCKHOLM UNIVERSITY: Thin clouds at about 5 km altitude are more ubiquitous in the tropics than previously thought and they have a substantial cooling effect on climate. This is shown in a recent study by researchers from Stockholm University and the University of Miami published in Nature Communications. The cooling effect of mid-level clouds is…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 979, + "cashout_time": "2016-08-24T18:30:45", + "category": "clouds", + "children": 1, + "created": "2016-08-17T18:30:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T18:30:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5952400511, + "parent_author": "", + "parent_permlink": "clouds", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "thin-tropical-clouds-cool-the-climate", + "post_id": 857026, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thin tropical clouds cool the climate", + "title": "Thin tropical clouds cool the climate", + "total_payout_value": "0.000 HBD", + "url": "/clouds/@taz/thin-tropical-clouds-cool-the-climate" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Myth: Self driving vehicles will not work well in rain or snow. Reality: Vehicles operate perfectly well in snow. Some …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 869, + "cashout_time": "2016-08-24T18:25:30", + "category": "economics", + "children": 0, + "created": "2016-08-17T18:25:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T18:25:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "self-driving-myths-die-hard-what-does-the-future-hold", + "post_id": 856938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Self Driving Myths Die Hard: What Does the Future Hold?", + "title": "Self Driving Myths Die Hard: What Does the Future Hold?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/self-driving-myths-die-hard-what-does-the-future-hold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 50150767, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 1432745214, + "voter": "renzoarg" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Rod Martin, Jr. Global Warming Made Civilization Possible Let's face it. Ice Age glacial conditions were brutal. Because the oceans were cooler, there was less evaporation and less rain. Because of this, there were more and larger deserts. The temperate zone was virtually threatened with extinction--squeezed between huge deserts and monstrous glaciation.…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1006, + "cashout_time": "2016-08-24T17:50:21", + "category": "opinion", + "children": 0, + "created": "2016-08-17T17:50:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:41:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1669692800, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "without-global-warming-civilization-would-never-have-been-possible", + "post_id": 856457, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Without Global Warming, Civilization Would Never Have Been Possible", + "title": "Without Global Warming, Civilization Would Never Have Been Possible", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/without-global-warming-civilization-would-never-have-been-possible" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 90271381, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"victory\"A federal court has ruled a major victory for medical marijuana by banning the prosecution of users and growers who don't violate state laws.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 825, + "cashout_time": "2016-08-24T16:47:24", + "category": "breaking-news", + "children": 0, + "created": "2016-08-17T16:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:47:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 277068200, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "huge-victory-federal-court-bans-govt-from-prosecuting-medical-pot-users-and-growers", + "post_id": 855533, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "HUGE VICTORY! Federal Court Bans Govt from Prosecuting Medical Pot Users and Growers", + "title": "HUGE VICTORY! Federal Court Bans Govt from Prosecuting Medical Pot Users and Growers", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/huge-victory-federal-court-bans-govt-from-prosecuting-medical-pot-users-and-growers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Emails reveal early warnings that \"Wild Card\" NY Attorney General Schneiderman's Climate-RICO crusade would get jilted by other AGs From E&E Legal: Newly released records show even ideologically aligned state attorneys general offices privately voiced concerns from the beginning of the abusive campaign to use anti-racketeering laws and other investigations to silence political opposition to…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1032, + "cashout_time": "2016-08-24T16:36:51", + "category": "rico20", + "children": 0, + "created": "2016-08-17T16:36:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:52:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186796819, + "parent_author": "", + "parent_permlink": "rico20", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "newly-released-ag-emails-reveal-anxiety-over-schneiderman-led-exxonknew-climate-investigations", + "post_id": 855367, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Newly Released AG Emails Reveal Anxiety Over Schneiderman-led #ExxonKnew Climate Investigations", + "title": "Newly Released AG Emails Reveal Anxiety Over Schneiderman-led #ExxonKnew Climate Investigations", + "total_payout_value": "0.000 HBD", + "url": "/rico20/@taz/newly-released-ag-emails-reveal-anxiety-over-schneiderman-led-exxonknew-climate-investigations" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 339443800, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186796819, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Blockchain technology has hit the peak of its hype cycle according to a new report by Gartner.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 624, + "cashout_time": "2016-08-24T16:10:39", + "category": "news", + "children": 0, + "created": "2016-08-17T16:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T16:10:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 526240619, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gartner-blockchain-hits-hype-cycle-peak", + "post_id": 854921, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gartner: Blockchain Hits Hype Cycle Peak", + "title": "Gartner: Blockchain Hits Hype Cycle Peak", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/gartner-blockchain-hits-hype-cycle-peak" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 25773560575, + "rshares": 62901055, + "voter": "kaderleha" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"pepperAn innocent 84-year-old grandmother was attacked by police, pepper sprayed, arrested, and hospitalized last week during an officer pursuit.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 837, + "cashout_time": "2016-08-24T15:49:39", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-17T15:49:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T15:49:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249678696, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "innocent-84yo-grandma-hospitalized-after-cops-attacked--pepper-sprayed-her-for-no-reason", + "post_id": 854589, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Innocent 84yo Grandma Hospitalized After Cops Attacked & Pepper Sprayed Her for No Reason", + "title": "Innocent 84yo Grandma Hospitalized After Cops Attacked & Pepper Sprayed Her for No Reason", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/innocent-84yo-grandma-hospitalized-after-cops-attacked--pepper-sprayed-her-for-no-reason" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 55977489, + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"testify\"This monster made his child victim testify and relive the nightmare in an apparent attempt to force her to suffer more before he pleaded guilty.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 821, + "cashout_time": "2016-08-24T14:52:00", + "category": "badge-abuse", + "children": 2, + "created": "2016-08-17T14:52:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:52:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242755130, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cop-who-raped-7yo-girl-forces-her-to-testify-just-to-make-her-suffer-before-pleading-guilty", + "post_id": 853702, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cop Who Raped 7yo Girl Forces Her to Testify Just to Make Her Suffer Before Pleading Guilty", + "title": "Cop Who Raped 7yo Girl Forces Her to Testify Just to Make Her Suffer Before Pleading Guilty", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/cop-who-raped-7yo-girl-forces-her-to-testify-just-to-make-her-suffer-before-pleading-guilty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Nearly two weeks after losing more than $60m in customer funds, Bitfinex reports it has not yet identified how the theft was carried out.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 667, + "cashout_time": "2016-08-24T14:36:15", + "category": "companies", + "children": 0, + "created": "2016-08-17T14:36:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:36:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitfinex-cause-of-bitcoin-hack-still-unknown", + "post_id": 853475, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex: Cause of Bitcoin Hack Still 'Unknown'", + "title": "Bitfinex: Cause of Bitcoin Hack Still 'Unknown'", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/bitfinex-cause-of-bitcoin-hack-still-unknown" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Some people will no doubt lose their jobs over Brexit. Others will gain jobs. So be it. Sort of. Reuters …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 858, + "cashout_time": "2016-08-24T14:04:48", + "category": "economics", + "children": 0, + "created": "2016-08-17T14:04:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T14:04:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193695331, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "uk-to-fund-brexit-losses-for-scientists-farmers-colleges", + "post_id": 852997, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK to Fund Brexit Losses for Scientists, Farmers, Colleges", + "title": "UK to Fund Brexit Losses for Scientists, Farmers, Colleges", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/uk-to-fund-brexit-losses-for-scientists-farmers-colleges" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 115346765, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"copwatcher\"The arrest, caught on tape, is nothing short of gangstalking and kidnapping of an innocent man whose only 'crime' was copwatching.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 815, + "cashout_time": "2016-08-24T13:17:42", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-17T13:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T13:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 309042096, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "gang-of-cops-arrest-copwatcher-multiple-times-to-erase-their-crimes-caught-on-his-phone", + "post_id": 852268, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Gang of Cops Arrest Copwatcher Multiple Times to Erase their Crimes Caught on His Phone", + "title": "Gang of Cops Arrest Copwatcher Multiple Times to Erase their Crimes Caught on His Phone", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/gang-of-cops-arrest-copwatcher-multiple-times-to-erase-their-crimes-caught-on-his-phone" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The state's ban on substances does not remove demand. Instead, far more dangerous alternatives fill the void -- case in point -- flakka.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 582, + "cashout_time": "2016-08-24T12:30:30", + "category": "the-state", + "children": 1, + "created": "2016-08-17T12:30:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:30:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-the-war-on-drugs-makes-people-eat-other-peoples-faces-after-stabbing-them-to-death", + "post_id": 851599, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How the War on Drugs Makes People Eat Other People's Faces After Stabbing Them to Death", + "title": "How the War on Drugs Makes People Eat Other People's Faces After Stabbing Them to Death", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/how-the-war-on-drugs-makes-people-eat-other-peoples-faces-after-stabbing-them-to-death" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1587455599, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 150452302, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10574611175, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 332372054, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 4255351742, + "rshares": 58072570, + "voter": "denman" + }, + { + "percent": "10000", + "reputation": 5053357, + "rshares": 53371536, + "voter": "lolsbayou" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Overstock blockchain president Jonathan Johnson discusses his strategy for the e-commerce giant in his first interview since assuming the new role.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 677, + "cashout_time": "2016-08-24T12:25:12", + "category": "features", + "children": 1, + "created": "2016-08-17T12:25:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:25:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12950030567, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.008 HBD", + "percent_hbd": 10000, + "permlink": "overstocks-new-blockchain-president-vows-to-accelerate-fight-against-wall-street", + "post_id": 851531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Overstock's New Blockchain President Vows to Accelerate 'Fight Against Wall Street\"", + "title": "Overstock's New Blockchain President Vows to Accelerate 'Fight Against Wall Street\"", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/overstocks-new-blockchain-president-vows-to-accelerate-fight-against-wall-street" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 170512609, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 5834847893, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 155882276, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 8715066055, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 6135062463, + "rshares": 51869881, + "voter": "jaquelinamendes" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"video\"Had this video bill been in effect last year, nearly every media outlet in America would have been considered criminal.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 804, + "cashout_time": "2016-08-24T12:09:27", + "category": "the-state", + "children": 0, + "created": "2016-08-17T12:09:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:09:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15121874045, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "orwellian-bill-criminalizing-reporting-of-undercover-video-sets-off-battle-for-free-speech", + "post_id": 851305, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Orwellian Bill Criminalizing Reporting of Undercover Video Sets Off Battle for Free Speech", + "title": "Orwellian Bill Criminalizing Reporting of Undercover Video Sets Off Battle for Free Speech", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/orwellian-bill-criminalizing-reporting-of-undercover-video-sets-off-battle-for-free-speech" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1169059048, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2013233357, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 332372054, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 58930106, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3812877488, + "voter": "pierrevr" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
In this Op-Ed, investor Jacob Eliosoff argues that the ethereum community needs to rally around one blockchain.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 641, + "cashout_time": "2016-08-24T11:53:42", + "category": "ethereum", + "children": 2, + "created": "2016-08-17T11:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T11:53:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7580167384, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "why-ethereum-classic-must-die", + "post_id": 851149, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Ethereum Classic Must Die", + "title": "Why Ethereum Classic Must Die", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@taz/why-ethereum-classic-must-die" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 175527686, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Dr. B Basil Beamish On Friday 29 October 2010, The Cairns Post published an article based on a Queensland Government report entitled \"Climate change in Queensland: What the science is telling us\" (QDERM, 2010). The article referred to predicted impacts of climate change affecting the Far North Queensland region. One of the…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 974, + "cashout_time": "2016-08-24T08:34:36", + "category": "climate-data", + "children": 0, + "created": "2016-08-17T08:34:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T09:00:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 362305327, + "parent_author": "", + "parent_permlink": "climate-data", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "comparison-between-observational-data-and-model-projections-for-cairns-au-hot-days", + "post_id": 849213, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Comparison Between Observational Data and Model Projections for Cairns (AU) Hot Days", + "title": "Comparison Between Observational Data and Model Projections for Cairns (AU) Hot Days", + "total_payout_value": "0.000 HBD", + "url": "/climate-data/@taz/comparison-between-observational-data-and-model-projections-for-cairns-au-hot-days" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 211481192881, + "rshares": 645511564, + "voter": "cooper10510" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59484964, + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 6855427961, + "voter": "etcmike" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Under guise of preventing fraud the ECB voted to kill the EUR500 note. Fraud was not the real reason. The …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 856, + "cashout_time": "2016-08-24T07:05:36", + "category": "economics", + "children": 0, + "created": "2016-08-17T07:05:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:05:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7747202130, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "banks-ponder-vault-cash-in-response-to-negative-rates-lending-reality-in-a-nutshell", + "post_id": 848401, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Banks Ponder Vault Cash in Response to Negative Rates: Lending Reality in a Nutshell", + "title": "Banks Ponder Vault Cash in Response to Negative Rates: Lending Reality in a Nutshell", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/banks-ponder-vault-cash-in-response-to-negative-rates-lending-reality-in-a-nutshell" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Scientific American thinks we are all so worried about climate change, our minds have snapped – that we’ve all turned to “climate denial” as a coping mechanism. Are We Feeling Collective Grief Over Climate Change? The idea is highly controversial, but at least one psychiatrist is convinced that we are,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 979, + "cashout_time": "2016-08-24T04:33:39", + "category": "alarmism", + "children": 1, + "created": "2016-08-17T04:33:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:33:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186777641, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "scientific-american-denial-helps-us-cope-with-our-collective-climate-grief", + "post_id": 847071, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Scientific American: \"Denial\" Helps Us Cope with Our Collective Climate Grief", + "title": "Scientific American: \"Denial\" Helps Us Cope with Our Collective Climate Grief", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/scientific-american-denial-helps-us-cope-with-our-collective-climate-grief" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 1851612243, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2247263349, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 425487212, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 31392080646, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 992577507, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 127988174, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 370344611, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 538573007, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 172538901, + "voter": "helen.tan" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1437963896, + "voter": "murh" + }, + { + "percent": "9900", + "reputation": 48542961182602, + "rshares": 1422762703665, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 1173236563, + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 74076405, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Trees which grew during intense radiation bursts in the past have ‘time-markers’ in their tree-rings that could help archaeologists date events from thousands of years ago Oxford University researchers say that trees which grew during intense radiation bursts in the past have ‘time-markers’ in their tree-rings that could help archaeologists date events from thousands…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1031, + "cashout_time": "2016-08-23T23:45:36", + "category": "climate-news", + "children": 0, + "created": "2016-08-16T23:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T01:51:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1463746278316, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.037 HBD", + "percent_hbd": 10000, + "permlink": "tree-rings-reveal-secret-clocks-that-could-reset-key-dates-across-the-ancient-world", + "post_id": 843787, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tree-rings reveal secret clocks that could reset key dates across the ancient world", + "title": "Tree-rings reveal secret clocks that could reset key dates across the ancient world", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/tree-rings-reveal-secret-clocks-that-could-reset-key-dates-across-the-ancient-world" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
According to Ford’s just announced plans, my 2022-2024 target for mass deployment of self-driving vehicles in the US is right …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 901, + "cashout_time": "2016-08-23T22:27:06", + "category": "economics", + "children": 0, + "created": "2016-08-16T22:27:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T22:27:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "ford-targets-2021-for-mass-market-self-driving-car-2021-a-near-certainty", + "post_id": 842661, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ford Targets 2021 for Mass-Market Self-Driving Car: 2021 a Near Certainty", + "title": "Ford Targets 2021 for Mass-Market Self-Driving Car: 2021 a Near Certainty", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/ford-targets-2021-for-mass-market-self-driving-car-2021-a-near-certainty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 542392987, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"sovereign\"A sovereign citizen and his family were welcomed by crowds of supporters after a 5-hour-long standoff ended with police leaving.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 810, + "cashout_time": "2016-08-23T20:37:12", + "category": "breaking-news", + "children": 0, + "created": "2016-08-16T20:37:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 715308504, + "parent_author": "", + "parent_permlink": "breaking-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-police-in-armed-standoff-with-sovereign-citizen-suddenly-withdraw-and-leave", + "post_id": 840977, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING: Police In Armed Standoff With Sovereign Citizen Suddenly Withdraw and Leave", + "title": "BREAKING: Police In Armed Standoff With Sovereign Citizen Suddenly Withdraw and Leave", + "total_payout_value": "0.000 HBD", + "url": "/breaking-news/@taz/breaking-police-in-armed-standoff-with-sovereign-citizen-suddenly-withdraw-and-leave" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 5174412203, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
California's legislature has once again shelved a plan to regulate businesses in the digital currency industry.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 641, + "cashout_time": "2016-08-23T19:13:21", + "category": "news", + "children": 0, + "created": "2016-08-16T19:13:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:13:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5347327720, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "california-delays-efforts-to-regulate-bitcoin-businesses", + "post_id": 839654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "California Delays Efforts to Regulate Bitcoin Businesses", + "title": "California Delays Efforts to Regulate Bitcoin Businesses", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/california-delays-efforts-to-regulate-bitcoin-businesses" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A criminal investigatory unit in the UK has said that it would consider investigating cases involving bitcoin.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 640, + "cashout_time": "2016-08-23T19:08:03", + "category": "crime", + "children": 1, + "created": "2016-08-16T19:08:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:08:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "crime", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "uk-fraud-office-comments-on-increasing-bitcoin-use-by-criminals", + "post_id": 839575, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UK Fraud Office Comments on 'Increasing' Bitcoin Use By Criminals", + "title": "UK Fraud Office Comments on 'Increasing' Bitcoin Use By Criminals", + "total_payout_value": "0.000 HBD", + "url": "/crime/@taz/uk-fraud-office-comments-on-increasing-bitcoin-use-by-criminals" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
When people start cheering rising medical and rent prices as welcome “progress”, you know they belong back in the 5th …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 874, + "cashout_time": "2016-08-23T18:41:39", + "category": "economics", + "children": 0, + "created": "2016-08-16T18:41:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:41:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 172915517, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cpi-flat-hooray-housing-and-medical-prices-jump", + "post_id": 839123, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CPI Flat: Hooray, Housing and Medical Prices Jump", + "title": "CPI Flat: Hooray, Housing and Medical Prices Jump", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/cpi-flat-hooray-housing-and-medical-prices-jump" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 234281974, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 172915517, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 8710090850955, + "rshares": 14852807604, + "voter": "rampant" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
French airplane manufacturer Airbus has joined the Hyperledger Project, the Linux Foundation-led blockchain initiative begun earlier this year.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 673, + "cashout_time": "2016-08-23T17:17:54", + "category": "companies", + "children": 0, + "created": "2016-08-16T17:17:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15260005095, + "parent_author": "", + "parent_permlink": "companies", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "plane-maker-airbus-joins-hyperledger-blockchain-project", + "post_id": 837527, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Plane Maker Airbus Joins Hyperledger Blockchain Project", + "title": "Plane Maker Airbus Joins Hyperledger Blockchain Project", + "total_payout_value": "0.000 HBD", + "url": "/companies/@taz/plane-maker-airbus-joins-hyperledger-blockchain-project" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Indianapolis ABC television affiliate WRTV wanted its viewers to see the complaints it received after preempting Bachelor in Paradise last night for report on a series of tornadoes that touched down nearby, so it posted some on its website. Bachelor in Paradise is where some of the rejected Bachelor/Bachelorette suitors go to drink, mingle and…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 970, + "cashout_time": "2016-08-23T17:12:36", + "category": "tornadoes", + "children": 0, + "created": "2016-08-16T17:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T17:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "tornadoes", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "darwin-award-candidates-tv-viewers-complain-about-missing-bachelor-in-paradise-due-to-tornado-warning", + "post_id": 837438, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Darwin Award Candidates: TV viewers complain about missing \"Bachelor in Paradise\" due to Tornado Warning", + "title": "Darwin Award Candidates: TV viewers complain about missing \"Bachelor in Paradise\" due to Tornado Warning", + "total_payout_value": "0.000 HBD", + "url": "/tornadoes/@taz/darwin-award-candidates-tv-viewers-complain-about-missing-bachelor-in-paradise-due-to-tornado-warning" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
E-Commerce sales jumped a strong 4.5% but before anyone gets too excited by the sales growth, E-Commerce represents only 8.1% …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 872, + "cashout_time": "2016-08-23T16:41:12", + "category": "economics", + "children": 0, + "created": "2016-08-16T16:41:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:41:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "e-commerce-retail-sales-jump-4-5-two-perspectives", + "post_id": 836901, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "E-Commerce Retail Sales Jump 4.5%: Two Perspectives", + "title": "E-Commerce Retail Sales Jump 4.5%: Two Perspectives", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/e-commerce-retail-sales-jump-4-5-two-perspectives" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 5834428330, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 52122829, + "voter": "jlufer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"soros\"Following the hack of Soros, several bombshells have surfaced showing the billionaire's influence over the entire world.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "2016-08-23T16:20:15", + "category": "government-corruption", + "children": 0, + "created": "2016-08-16T16:20:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:20:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6066383296, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "soros-hack-exposes-plot-behind-refugee-crisis-his-media-control-cash-for-social-justice", + "post_id": 836583, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soros Hack Exposes Plot Behind Refugee Crisis, his Media Control, Cash for \"Social Justice\"", + "title": "Soros Hack Exposes Plot Behind Refugee Crisis, his Media Control, Cash for \"Social Justice\"", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/soros-hack-exposes-plot-behind-refugee-crisis-his-media-control-cash-for-social-justice" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A scheduling conflict has resulted in the postponement of the Blockchain World Expo.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 614, + "cashout_time": "2016-08-23T16:09:42", + "category": "news", + "children": 0, + "created": "2016-08-16T16:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T16:09:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blockchain-world-expo-postponed-until-2017", + "post_id": 836398, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockchain World Expo Postponed Until 2017", + "title": "Blockchain World Expo Postponed Until 2017", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/blockchain-world-expo-postponed-until-2017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 239266696, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 57981634, + "voter": "frostymulder" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"hospital\"The US State Department gave a rare condemnation of the most recent Saudi-led coalition's deadly bombing of a hospital in Yemen.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 805, + "cashout_time": "2016-08-23T15:38:12", + "category": "antiwar", + "children": 1, + "created": "2016-08-16T15:38:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T15:38:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 477080467, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "saudi-attacks-on-schools--hospitals-so-bad-us-finally-condemns-them--still-gives-them-bombs", + "post_id": 835910, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Saudi Attacks on Schools & Hospitals So Bad, US FINALLY Condemns Them -- Still Gives them Bombs", + "title": "Saudi Attacks on Schools & Hospitals So Bad, US FINALLY Condemns Them -- Still Gives them Bombs", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/saudi-attacks-on-schools--hospitals-so-bad-us-finally-condemns-them--still-gives-them-bombs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"bully\"A bully D.C. cop was caught on video dangling an innocent school teacher over the street in a literal and brutal shakedown.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "2016-08-23T15:17:12", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-16T15:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T15:17:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "video-massive-bully-cop-smashes-innocent-teacher-into-car-dangles-her-over-the-road", + "post_id": 835576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "VIDEO: Massive Bully Cop Smashes Innocent Teacher into Car, Dangles Her Over the Road", + "title": "VIDEO: Massive Bully Cop Smashes Innocent Teacher into Car, Dangles Her Over the Road", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-massive-bully-cop-smashes-innocent-teacher-into-car-dangles-her-over-the-road" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1096085568, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 862897934, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 242780650, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 65214616, + "voter": "modogg" + }, + { + "percent": "10000", + "reputation": 3176421463, + "rshares": 50282029, + "voter": "kingdom" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 75596244, + "voter": "pery" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92445394, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
CoinDesk profiles ongoing developments at business blockchain consortium Hyperledger and its collaborative effort to launch an open-source tool.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-08-23T12:29:36", + "category": "features", + "children": 0, + "created": "2016-08-16T12:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T12:29:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2672051193, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "hyperledger-tests-open-source-strategy-with-first-blockchain-explorer", + "post_id": 833237, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hyperledger Tests Open-Source Strategy With First Blockchain Explorer", + "title": "Hyperledger Tests Open-Source Strategy With First Blockchain Explorer", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/hyperledger-tests-open-source-strategy-with-first-blockchain-explorer" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 887552161, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 73956315, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 346304032, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"thought\"Thought Police are now an actual reality, as people are encouraged to report even non-criminal online incidents to authorities.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 812, + "cashout_time": "2016-08-23T12:19:06", + "category": "government-surveillance", + "children": 0, + "created": "2016-08-16T12:19:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T12:19:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1494561266, + "parent_author": "", + "parent_permlink": "government-surveillance", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "americas-biggest-ally-now-has-special-thought-police-unit-to-track-down-online-trolls", + "post_id": 833131, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "America's Biggest Ally Now Has Special \"Thought Police\" Unit to Track Down Online Trolls", + "title": "America's Biggest Ally Now Has Special \"Thought Police\" Unit to Track Down Online Trolls", + "total_payout_value": "0.000 HBD", + "url": "/government-surveillance/@taz/americas-biggest-ally-now-has-special-thought-police-unit-to-track-down-online-trolls" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6444858785, + "rshares": 245491953, + "voter": "strickl9" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 912206387, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92445394, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"flag\"To protest the government seizing his land in the name of Big Oil, this army vet hung a flag upside down -- so the state had him arrested.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 822, + "cashout_time": "2016-08-23T11:52:51", + "category": "be-the-change", + "children": 0, + "created": "2016-08-16T11:52:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T11:52:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1436892492, + "parent_author": "", + "parent_permlink": "be-the-change", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "vietnam-vet-arrested-for-hanging-us-flag-upside-down-to-protest-eminent-domain", + "post_id": 832820, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Vietnam Vet Arrested for Hanging US Flag Upside Down to Protest Eminent Domain", + "title": "Vietnam Vet Arrested for Hanging US Flag Upside Down to Protest Eminent Domain", + "total_payout_value": "0.000 HBD", + "url": "/be-the-change/@taz/vietnam-vet-arrested-for-hanging-us-flag-upside-down-to-protest-eminent-domain" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193665379, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest Post by Bob Tisdale This post provides updates of the values for the three primary suppliers of global land+ocean surface temperature reconstructions--GISS through July 2016 and HADCRUT4 and NCEI (formerly NCDC) through June 2016--and of the two suppliers of satellite-based lower troposphere temperature composites (RSS and UAH) through July 2016. It also includes a…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1000, + "cashout_time": "2016-08-23T10:23:42", + "category": "climate-news", + "children": 0, + "created": "2016-08-16T10:23:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T10:23:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193665379, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "july-2016-global-surface-landocean-and-lower-troposphere-temperature-anomaly-update", + "post_id": 831977, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "July 2016 Global Surface (Land+Ocean) and Lower Troposphere Temperature Anomaly Update", + "title": "July 2016 Global Surface (Land+Ocean) and Lower Troposphere Temperature Anomaly Update", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/july-2016-global-surface-landocean-and-lower-troposphere-temperature-anomaly-update" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Economist Paul Krugman is whining for more fiscal stimulus, his favorite pastime by far. Krugman’s target this time is Japan. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 879, + "cashout_time": "2016-08-23T08:17:48", + "category": "economics", + "children": 0, + "created": "2016-08-16T08:17:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T08:17:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "krugmans-arrow-theory-misses-target-by-light-years", + "post_id": 830981, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Krugman's Arrow Theory Misses Target by Light Years", + "title": "Krugman's Arrow Theory Misses Target by Light Years", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/krugmans-arrow-theory-misses-target-by-light-years" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 2733779742, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 62385523, + "voter": "vishal1" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Despite a hostile audience and a panel stacked with climate advocates, One Nation Federal Senator Malcolm Roberts did a credible job of holding his own, when questioned about his climate skepticism. Source: http://www.abc.net.au/tv/qanda/txt/s4499754.htm My favourite Roberts quote at 4:02 in the excerpt: I’m absolutely stunned that someone [Brian Cox] who…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1016, + "cashout_time": "2016-08-23T07:04:27", + "category": "climate-ugliness", + "children": 1, + "created": "2016-08-16T07:04:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T07:04:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2982914023, + "parent_author": "", + "parent_permlink": "climate-ugliness", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "climate-clash-aussie-senator-malcolm-roberts-owns-tv-physicist-brian-cox", + "post_id": 830433, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Climate Clash: Aussie Senator Malcolm Roberts Owns TV Physicist Brian Cox", + "title": "Climate Clash: Aussie Senator Malcolm Roberts Owns TV Physicist Brian Cox", + "total_payout_value": "0.000 HBD", + "url": "/climate-ugliness/@taz/climate-clash-aussie-senator-malcolm-roberts-owns-tv-physicist-brian-cox" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest Post by Willis Eschenbach I must thank my friend, the irrepressible, irascible, highly improbable, sometimes infuriating but always fascinating Lord Christopher Moncton, for his essay yclept “IPCC has at least doubled true climate sensitivity: a demonstration“. His claims and musings, while not always correct, are invariably interesting and bring up lots of relevant questions…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1021, + "cashout_time": "2016-08-23T05:08:54", + "category": "climate-sensitivity", + "children": 0, + "created": "2016-08-16T05:08:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T05:08:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "climate-sensitivity", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pre--and-post-feedback-sensitivity", + "post_id": 829439, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pre- and Post-Feedback Sensitivity", + "title": "Pre- and Post-Feedback Sensitivity", + "total_payout_value": "0.000 HBD", + "url": "/climate-sensitivity/@taz/pre--and-post-feedback-sensitivity" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Wall Street Journal reports that about 1,000 ships that have the combined capacity to haul 52 million metric tons …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 882, + "cashout_time": "2016-08-23T02:57:45", + "category": "economics", + "children": 0, + "created": "2016-08-16T02:57:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T02:57:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186748758, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "lack-of-shipping-demand-sends-big-ships-to-scrap-heap-trucking-next", + "post_id": 828177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lack of Shipping Demand Sends Big Ships to Scrap Heap (Trucking Next!)", + "title": "Lack of Shipping Demand Sends Big Ships to Scrap Heap (Trucking Next!)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/lack-of-shipping-demand-sends-big-ships-to-scrap-heap-trucking-next" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Record-setting rainfall and flooding in southern Louisiana have been calculated at NASA with data from satellites. An extremely severe rainfall event hit the states of Louisiana and southern Mississippi when a very slow moving low pressure system continuously pulled tropical moisture from the Gulf of Mexico. Measurements by the Global Precipitation Measurement or GPM mission…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1002, + "cashout_time": "2016-08-22T22:19:42", + "category": "flooding", + "children": 0, + "created": "2016-08-15T22:19:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T22:19:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "flooding", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nasa-analyzes-weather-event-that-caused-deadly-louisiana-flooding", + "post_id": 824855, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NASA Analyzes Weather Event That Caused Deadly Louisiana Flooding", + "title": "NASA Analyzes Weather Event That Caused Deadly Louisiana Flooding", + "total_payout_value": "0.000 HBD", + "url": "/flooding/@taz/nasa-analyzes-weather-event-that-caused-deadly-louisiana-flooding" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 448395062651, + "rshares": 252991851, + "voter": "kalaylah77" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The EBA's new proposals for digital currency could make starting a bitcoin exchange more onerous than opening a bank, argues lawyer Adam Vaziri.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 674, + "cashout_time": "2016-08-22T21:06:18", + "category": "exchanges", + "children": 1, + "created": "2016-08-15T21:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T21:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 432823988, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "why-eba-proposals-would-set-an-absurd-precedent-for-bitcoin-startups", + "post_id": 823673, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why EBA Proposals Would Set an Absurd Precedent for Bitcoin Startups", + "title": "Why EBA Proposals Would Set an Absurd Precedent for Bitcoin Startups", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/why-eba-proposals-would-set-an-absurd-precedent-for-bitcoin-startups" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
By Larry Kummer. From the Fabius Maximus website. Paul Krugman -- Nobel Laureate economist, #5 on Prospect magazine's 2015 list of the world's top \"thinkers\" -- gives us powerful advice about the climate policy debate in his August 12 NYT op-ed (similar to this from a February column). It is the standard doctrine for science,…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 963, + "cashout_time": "2016-08-22T21:01:03", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T21:01:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T00:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 179832137, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "paul-krugman-explains-how-to-break-the-climate-policy-deadlock", + "post_id": 823582, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Paul Krugman explains how to break the climate policy deadlock", + "title": "Paul Krugman explains how to break the climate policy deadlock", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/paul-krugman-explains-how-to-break-the-climate-policy-deadlock" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6096995881, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 1217095203, + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 53804048, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55452158, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"Islam\"A new report shows ISIS fighters knew very little about Islam prior to joining, and instead are indoctrinated into the group's perverted beliefs.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 827, + "cashout_time": "2016-08-22T19:37:15", + "category": "islamophobia", + "children": 1, + "created": "2016-08-15T19:37:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-15T19:37:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7603179427, + "parent_author": "", + "parent_permlink": "islamophobia", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "religion-of-terror-leaked-isis-docs-show-70-of-recruits-dont-even-know-what-islam-is", + "post_id": 822191, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Religion of Terror? Leaked ISIS Docs Show 70% of Recruits Don't Even Know What Islam Is", + "title": "Religion of Terror? Leaked ISIS Docs Show 70% of Recruits Don't Even Know What Islam Is", + "total_payout_value": "0.000 HBD", + "url": "/islamophobia/@taz/religion-of-terror-leaked-isis-docs-show-70-of-recruits-dont-even-know-what-islam-is" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 179832137, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 56195339, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55452158, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Cryptsy CEO Paul Vernon has hit back at allegations he mishandled funds during his tenure as an executive at the exchange.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "1969-12-31T23:59:59", + "category": "crime", + "children": 1, + "created": "2016-08-15T19:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:39:12", + "last_update": "2016-08-15T19:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 291479634, + "parent_author": "", + "parent_permlink": "crime", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cryptsy-ceo-denies-he-stole-from-his-own-exchange", + "post_id": 822093, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cryptsy CEO Denies He Stole From His Own Exchange", + "title": "Cryptsy CEO Denies He Stole From His Own Exchange", + "total_payout_value": "0.000 HBD", + "url": "/crime/@taz/cryptsy-ceo-denies-he-stole-from-his-own-exchange" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 161908238, + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55452158, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
From DUKE UNIVERSITY Study assessed rising temperatures’ effect on power plant cooling efficiency and energy output DURHAM, N.C. — Future climate warming will likely cause only minor cuts in energy output at most U.S. coal- or gas-fired power plants, a new Duke University study finds. The study — the first of its kind based on…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 971, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T19:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:31:00", + "last_update": "2016-08-15T19:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 404109154, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "warming-climate-likely-to-have-minor-impact-on-power-plant-output", + "post_id": 821986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warming climate likely to have 'minor' impact on power plant output", + "title": "Warming climate likely to have 'minor' impact on power plant output", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/warming-climate-likely-to-have-minor-impact-on-power-plant-output" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 178514211, + "voter": "ulfa" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Port of Long Beach Posts a 7.7% Drop in Container Volumes compared to July 2015. The port attributes the …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T19:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T19:19:06", + "last_update": "2016-08-15T19:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 365262969, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "peak-season-shipping-roundup-long-beach-port-traffic-down-7-7-cass-freight-index-down-intermodal-shipping-down", + "post_id": 821806, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Peak Season Shipping Roundup: Long Beach Port Traffic Down 7.7%; Cass Freight Index Down, Intermodal Shipping Down", + "title": "Peak Season Shipping Roundup: Long Beach Port Traffic Down 7.7%; Cass Freight Index Down, Intermodal Shipping Down", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/peak-season-shipping-roundup-long-beach-port-traffic-down-7-7-cass-freight-index-down-intermodal-shipping-down" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186748758, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3081303747, + "rshares": 57142167, + "voter": "jimcorrao" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 71550577, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 324568526, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"missouri\"Two Missouri cops faked a story as a reason to justify shooting at a fleeing man. Even thought their supervisor helped them cover it up, video caught them.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-15T18:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T18:45:15", + "last_update": "2016-08-15T18:44:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 640010028, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "video-catches-cops-lying-about-being-shot-at-to-justify-shooting-at-unarmed-man", + "post_id": 821327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video Catches Cops Lying About Being Shot At To Justify Shooting at Unarmed Man", + "title": "Video Catches Cops Lying About Being Shot At To Justify Shooting at Unarmed Man", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-catches-cops-lying-about-being-shot-at-to-justify-shooting-at-unarmed-man" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186739054, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Posted By Chris White A legal expert in financial law said the Democrat-lead probe targeting ExxonMobil is likely illegal and a ruse to paint those investigating the company as champions \"in the fight against global warming.\" The Exxon subpoena into the company's knowledge about internal climate change reports is an abuse of extraordinary powers. It…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 977, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T17:57:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:57:09", + "last_update": "2016-08-15T17:57:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186739054, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "witch-hunt-dem-attorney-general-exxonknew-global-warming-investigation-likely-illegal-says-law-expert", + "post_id": 820646, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witch hunt: Dem Attorney General #ExxonKnew Global Warming Investigation Likely Illegal, Says Law Expert", + "title": "Witch hunt: Dem Attorney General #ExxonKnew Global Warming Investigation Likely Illegal, Says Law Expert", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/witch-hunt-dem-attorney-general-exxonknew-global-warming-investigation-likely-illegal-says-law-expert" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186739054, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 65336232, + "voter": "pery" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Overall intermodal traffic in North America fell 6.1 percent in second quarter 2016, the first volume decline in 25 consecutive …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 885, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T17:41:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:41:30", + "last_update": "2016-08-15T17:41:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 252075286, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "intermodal-shipping-traffic-suffers-first-dip-in-25-quarters", + "post_id": 820411, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Intermodal Shipping Traffic Suffers First Dip in 25 Quarters", + "title": "Intermodal Shipping Traffic Suffers First Dip in 25 Quarters", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/intermodal-shipping-traffic-suffers-first-dip-in-25-quarters" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186739054, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55443532, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Empire State Manufacturing index dipped five points and is back in the red at -4.2 after a brief stint …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 857, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T17:04:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T17:05:54", + "last_update": "2016-08-15T17:04:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 242182586, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "empire-state-manufacturing-index-dips-5-points-to--4-2", + "post_id": 819817, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Empire State Manufacturing Index Dips 5 Points to -4.2", + "title": "Empire State Manufacturing Index Dips 5 Points to -4.2", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/empire-state-manufacturing-index-dips-5-points-to--4-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193655315, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 55936695, + "voter": "jlufer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"peacekeeping\"Hundreds of UN peacekeeping troops, less than a mile away, ignored countless calls for help as a savage attack unfolded at a hotel complex.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 830, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-15T16:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T16:49:09", + "last_update": "2016-08-15T16:48:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 249592010, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "us--un-peacekeepers-did-nothing-as-us-aid-workers-were-raped-beaten-shot-in-front-of-them", + "post_id": 819562, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "US & UN Peacekeepers Did Nothing as US Aid Workers were Raped, Beaten, Shot In Front of Them", + "title": "US & UN Peacekeepers Did Nothing as US Aid Workers were Raped, Beaten, Shot In Front of Them", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/us--un-peacekeepers-did-nothing-as-us-aid-workers-were-raped-beaten-shot-in-front-of-them" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186729344, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 411120134, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
It was wrong to interrupt Rio's delightful opening ceremonies with deceitful agitprop Paul Driessen XXXI Olympiad competitors are joyfully showcasing their skills and sportsmanship, while delighted fans revel in their amazing efforts. But opening ceremonies featuring colorful history, dance, song and athletes were rudely interrupted by an unprecedented propaganda film. As audiences around the world…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1036, + "cashout_time": "1969-12-31T23:59:59", + "category": "current-news", + "children": 0, + "created": "2016-08-15T15:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:57:30", + "last_update": "2016-08-15T18:50:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 597849478, + "parent_author": "", + "parent_permlink": "current-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "olympic-sized-climate-propaganda", + "post_id": 818839, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Olympic-sized climate propaganda", + "title": "Olympic-sized climate propaganda", + "total_payout_value": "0.000 HBD", + "url": "/current-news/@taz/olympic-sized-climate-propaganda" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186719634, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 1442391136, + "voter": "naturalista" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
A preliminary sale that would find bitcoin mining firm KnCMiner continuing under new ownership has been approved.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 643, + "cashout_time": "1969-12-31T23:59:59", + "category": "kncminer", + "children": 0, + "created": "2016-08-15T15:19:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:40:30", + "last_update": "2016-08-15T15:19:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1629110770, + "parent_author": "", + "parent_permlink": "kncminer", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "new-kncminer-owners-seek-to-revive-bitcoin-firm-with-acquisition", + "post_id": 818264, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New KnCMiner Owners Seek to Revive Bitcoin Firm With Acquisition", + "title": "New KnCMiner Owners Seek to Revive Bitcoin Firm With Acquisition", + "total_payout_value": "0.000 HBD", + "url": "/kncminer/@taz/new-kncminer-owners-seek-to-revive-bitcoin-firm-with-acquisition" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186719634, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 55443532, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 454395937, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
La Nina expected to contribute From the Daily Star, 14 August 2016 Climate boffins believe the UK's topsy-turvy climate is in for a chilly twist within the next few years as three major forms of climate change trigger \"substantial cooling\". Drastic changes in ocean conditions, greenhouse gases and a weakening of the sun threaten increasingly…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 978, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-15T15:14:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:15:33", + "last_update": "2016-08-16T13:37:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 696559103, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "big-chill-substantial-cooling-predicted-within-the-next-few-years", + "post_id": 818184, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big Chill: 'Substantial Cooling' Predicted Within The Next Few Years", + "title": "Big Chill: 'Substantial Cooling' Predicted Within The Next Few Years", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/big-chill-substantial-cooling-predicted-within-the-next-few-years" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 194175308, + "rshares": 104114692, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186709920, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 7956684183, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 1168591419, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 363067635, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"bodyViolent exhibitionists? An unnerving new study finds police-worn body cams actually increase police use of deadly force.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "1969-12-31T23:59:59", + "category": "filming-cops", + "children": 0, + "created": "2016-08-15T14:31:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T15:02:06", + "last_update": "2016-08-15T14:31:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9779167849, + "parent_author": "", + "parent_permlink": "filming-cops", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "disturbing-study-links-body-cams-to-increase-in-fatal-police-shootings", + "post_id": 817466, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Disturbing Study Links Body Cams to Increase in Fatal Police Shootings", + "title": "Disturbing Study Links Body Cams to Increase in Fatal Police Shootings", + "total_payout_value": "0.000 HBD", + "url": "/filming-cops/@taz/disturbing-study-links-body-cams-to-increase-in-fatal-police-shootings" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 209872779002, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 135407072, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 919405275802, + "rshares": 1844855942, + "voter": "tedvernon" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186709920, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 4727646574, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 73901681, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4552063139, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 378195453, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 62116894, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 52698024, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 91098207616, + "rshares": 55279555, + "voter": "crunk" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"soros-hacked\"More than 2,500 hundred files have been hacked from George Soros, revealing his unscrupulous control and influence over the nations of the world.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 833, + "cashout_time": "1969-12-31T23:59:59", + "category": "solutions", + "children": 5, + "created": "2016-08-15T13:33:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T13:38:36", + "last_update": "2016-08-15T13:33:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 221941653256, + "parent_author": "", + "parent_permlink": "solutions", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "george-soros-was-hacked--thousands-of-files-expose-election-manipulation--more", + "post_id": 816655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Soros was Hacked! -- Thousands of Files Expose Election Manipulation & More", + "title": "George Soros was Hacked! -- Thousands of Files Expose Election Manipulation & More", + "total_payout_value": "0.000 HBD", + "url": "/solutions/@taz/george-soros-was-hacked--thousands-of-files-expose-election-manipulation--more" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 259093790, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 411467196, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193594873, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Bitcoin startup Blockstream has announced a slew of new hires that serve to further the firm's already impressive development team.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 661, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-15T12:20:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:45:09", + "last_update": "2016-08-15T12:20:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 864155859, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blockstream-adds-to-all-star-bitcoin-dev-team", + "post_id": 815703, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockstream Adds to All-Star Bitcoin Dev Team", + "title": "Blockstream Adds to All-Star Bitcoin Dev Team", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/blockstream-adds-to-all-star-bitcoin-dev-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1217567132, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193594873, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 76141048, + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 8652306644, + "rshares": 56849953, + "voter": "alktoni" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 110822292, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 423578908, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"gunpoint\"A father and his young daughter were en route to the Grand Canyon on Friday when they were held at gunpoint and terrorized by an \"insane\" cop.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 822, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-15T12:10:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:12:21", + "last_update": "2016-08-15T12:10:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2078554206, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "insane--violent-cop-holds-innocent-dad-and-7yo-daughter-at-gunpoint", + "post_id": 815583, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Insane & Violent\" Cop Holds Innocent Dad and 7yo Daughter at Gunpoint", + "title": "\"Insane & Violent\" Cop Holds Innocent Dad and 7yo Daughter at Gunpoint", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/insane--violent-cop-holds-innocent-dad-and-7yo-daughter-at-gunpoint" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 411467196, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200508975, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 77998146, + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 110822292, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": -99530789421, + "rshares": 56182466, + "voter": "vodorog" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Should the Bitfinex hack be seen as a call to action? That's the opinion of Nozomi Hayes, who argues it provides evidence decentralization is needed.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 679, + "cashout_time": "1969-12-31T23:59:59", + "category": "exchanges", + "children": 1, + "created": "2016-08-15T12:04:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-15T00:41:36", + "last_update": "2016-08-15T12:04:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 856979075, + "parent_author": "", + "parent_permlink": "exchanges", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitfinex-heist-rings-the-alarm-of-bitcoin-centralization", + "post_id": 815537, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitfinex Heist Rings the Alarm of Bitcoin Centralization", + "title": "Bitfinex Heist Rings the Alarm of Bitcoin Centralization", + "total_payout_value": "0.000 HBD", + "url": "/exchanges/@taz/bitfinex-heist-rings-the-alarm-of-bitcoin-centralization" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200508975, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 110696989, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
It’s rare that I agree with economic theories written up in mainstream media. But this is one of those times, …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 859, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T08:35:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T20:44:03", + "last_update": "2016-08-15T08:35:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 311205964, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "are-the-feds-interest-rate-policies-self-defeating", + "post_id": 813584, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Are the Fed's Interest Rate Policies Self-Defeating?", + "title": "Are the Fed's Interest Rate Policies Self-Defeating?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/are-the-feds-interest-rate-policies-self-defeating" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193574676, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 51850264, + "rshares": 55166291, + "voter": "georgina" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Week That Was: 2016-08-14 (August 14, 2016) Brought to You by SEPP (www.SEPP.org) The Science and Environmental Policy Project THIS WEEK: By Ken Haapala, President, Science and Environmental Policy Project (SEPP) Climate Fears and Finance: On of the difficulties SEPP has had in updating its analysis of the importance of government funding in climate…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 990, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news-roundup", + "children": 0, + "created": "2016-08-15T03:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T15:50:15", + "last_update": "2016-08-15T04:55:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 248740967, + "parent_author": "", + "parent_permlink": "climate-news-roundup", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "weekly-climate-and-energy-news-roundup-236", + "post_id": 810876, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Weekly Climate and Energy News Roundup #236", + "title": "Weekly Climate and Energy News Roundup #236", + "total_payout_value": "0.000 HBD", + "url": "/climate-news-roundup/@taz/weekly-climate-and-energy-news-roundup-236" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186661295, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The downtrend in Trump’s presidential candidacy is now so prolonged that not even the most ardent Trump supporter can deny …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 887, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T02:38:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T14:38:57", + "last_update": "2016-08-15T02:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 186661295, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "is-it-conceivable-trump-is-deliberately-throwing-the-election", + "post_id": 809996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is it Conceivable Trump is Deliberately Throwing the Election?", + "title": "Is it Conceivable Trump is Deliberately Throwing the Election?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/is-it-conceivable-trump-is-deliberately-throwing-the-election" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 18086435299, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186651546, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The Bank of Japan is on a rampage buying everything in sight, from stocks to bonds. It’s on course to …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 853, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-15T00:07:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T12:07:15", + "last_update": "2016-08-15T00:07:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18273086845, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "when-will-the-bank-of-japan-own-100-of-japanese-etfs", + "post_id": 807755, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When Will the Bank of Japan Own 100% of Japanese ETFs?", + "title": "When Will the Bank of Japan Own 100% of Japanese ETFs?", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/when-will-the-bank-of-japan-own-100-of-japanese-etfs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 293969380, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 13476167478, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186651546, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 145684441672, + "rshares": 124804443, + "voter": "bmcv001" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"nationalSheriff David Clarke, known for his hatred of the police accountability movement just mobilized a special police segment of the national guard.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 835, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-14T23:04:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T12:14:03", + "last_update": "2016-08-14T23:04:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14081592847, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sheriff-who-wanted-to-eradicate-anti-brutality-protesters-calls-in-national-guard-amid-riots", + "post_id": 806814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sheriff Who Wanted to \"Eradicate\" Anti-Brutality Protesters, Calls in National Guard Amid Riots", + "title": "Sheriff Who Wanted to \"Eradicate\" Anti-Brutality Protesters, Calls in National Guard Amid Riots", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/sheriff-who-wanted-to-eradicate-anti-brutality-protesters-calls-in-national-guard-amid-riots" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200477587, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"nuclear\"North Korea is now threatening the US with preemptive nuclear annihilation in response to the deployment of nuclear-capable bombers to Guam.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 818, + "cashout_time": "1969-12-31T23:59:59", + "category": "foreign-affairs", + "children": 0, + "created": "2016-08-14T20:00:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T08:00:54", + "last_update": "2016-08-14T20:00:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200477587, + "parent_author": "", + "parent_permlink": "foreign-affairs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "n--korea-warns-against-us-presence--stop-now-or-face-a-merciless--annihilating-nuclear-strike", + "post_id": 803929, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "N. Korea Warns Against US Presence -- Stop Now or Face a \"Merciless & Annihilating\" Nuclear Strike", + "title": "N. Korea Warns Against US Presence -- Stop Now or Face a \"Merciless & Annihilating\" Nuclear Strike", + "total_payout_value": "0.000 HBD", + "url": "/foreign-affairs/@taz/n--korea-warns-against-us-presence--stop-now-or-face-a-merciless--annihilating-nuclear-strike" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Italy’s prime minister Matteo Renzi came under attack when Italy’s GDP unexpectedly slid to 0% vs. an expected gain of …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 919, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-14T17:49:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T05:49:54", + "last_update": "2016-08-14T17:49:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "italy-on-verge-of-recession-renzi-ism-attacked-by-five-star-movement-renzis-enormous-gamble", + "post_id": 801882, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Italy on Verge of Recession: \"Renzi-ism\" Attacked by Five Star Movement; Renzi's Enormous Gamble", + "title": "Italy on Verge of Recession: \"Renzi-ism\" Attacked by Five Star Movement; Renzi's Enormous Gamble", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/italy-on-verge-of-recession-renzi-ism-attacked-by-five-star-movement-renzis-enormous-gamble" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 985678539, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 304622101, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"wind\"Thanks to the fossil fuel industry's influence over the government, the state now claims it owns the very wind that blows over your own property.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 820, + "cashout_time": "1969-12-31T23:59:59", + "category": "environmental-news", + "children": 0, + "created": "2016-08-14T16:26:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T04:31:57", + "last_update": "2016-08-14T16:26:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1497691247, + "parent_author": "", + "parent_permlink": "environmental-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "state-now-claims-it-owns-the-wind--taxing-renewable-energy-out-of-existence", + "post_id": 800643, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "State Now Claims It Owns the Wind -- Taxing Renewable Energy \"Out of Existence\"", + "title": "State Now Claims It Owns the Wind -- Taxing Renewable Energy \"Out of Existence\"", + "total_payout_value": "0.000 HBD", + "url": "/environmental-news/@taz/state-now-claims-it-owns-the-wind--taxing-renewable-energy-out-of-existence" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall President Obama, who has done more than any other President to sell American children into foreign debt slavery, has appealed to the American People not to tear up his climate “legacy”. Remarks of President Barack Obama as Delivered Weekly Address The White House August 13, 2016 Hi, everybody. One of…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 966, + "cashout_time": "1969-12-31T23:59:59", + "category": "politics", + "children": 0, + "created": "2016-08-14T14:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:25:27", + "last_update": "2016-08-14T14:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "president-obama-begs-america-not-to-tear-up-the-paris-agreement", + "post_id": 798795, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "President Obama Begs America Not To Tear Up the Paris Agreement", + "title": "President Obama Begs America Not To Tear Up the Paris Agreement", + "total_payout_value": "0.000 HBD", + "url": "/politics/@taz/president-obama-begs-america-not-to-tear-up-the-paris-agreement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 329317015182, + "rshares": 90510658, + "voter": "codymac40" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Bitcoin prices experienced modest fluctuations in July, pushing higher in anticipation of the halving and then declining after the event.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 667, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 1, + "created": "2016-08-14T14:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:20:12", + "last_update": "2016-08-14T14:09:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 297901265, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "july-bitcoin-price-report-confidence-hits-2016-highs-amid-halving", + "post_id": 798602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "July Bitcoin Price Report: Confidence Hits 2016 Highs Amid Halving", + "title": "July Bitcoin Price Report: Confidence Hits 2016 Highs Amid Halving", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/july-bitcoin-price-report-confidence-hits-2016-highs-amid-halving" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"filming\"A teenage boy was assaulted with a deadly weapon, insulted and threatened by Missouri cops for the sole act of filming police.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 800, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-14T14:04:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T02:04:27", + "last_update": "2016-08-14T14:04:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "body-cam-cops-pull-gun-on-teen-for-filming-mock-him-for-being-skinny-challenge-him-to-fight", + "post_id": 798542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Body Cam: Cops Pull Gun on Teen for Filming, Mock Him for Being Skinny, Challenge Him To Fight", + "title": "Body Cam: Cops Pull Gun on Teen for Filming, Mock Him for Being Skinny, Challenge Him To Fight", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/body-cam-cops-pull-gun-on-teen-for-filming-mock-him-for-being-skinny-challenge-him-to-fight" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": -342084222038, + "rshares": 241024577, + "voter": "yousaywhat" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
In this opinion piece, contributor Ariel Deschapell asks, can bitcoin have decentralized governance without defining decentralization?\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 664, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 1, + "created": "2016-08-14T13:22:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T01:22:51", + "last_update": "2016-08-14T13:22:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 448415184, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "decentralization--governance-can-bitcoin-have-both", + "post_id": 798053, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Decentralization & Governance: Can Bitcoin Have Both?", + "title": "Decentralization & Governance: Can Bitcoin Have Both?", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/decentralization--governance-can-bitcoin-have-both" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207390607, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
An officer involved shooting in Milwaukee sparked a protest which turned chaotic as protesters began to destroy the town.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 567, + "cashout_time": "1969-12-31T23:59:59", + "category": "government-corruption", + "children": 0, + "created": "2016-08-14T13:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T01:11:54", + "last_update": "2016-08-14T13:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 207390607, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "milwaukee-protesters-riot-burn-buildings-cars-after-police-kill-man-during-traffic-stop", + "post_id": 797936, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Milwaukee Protesters Riot, Burn Buildings, Cars After Police Kill Man During Traffic Stop", + "title": "Milwaukee Protesters Riot, Burn Buildings, Cars After Police Kill Man During Traffic Stop", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/milwaukee-protesters-riot-burn-buildings-cars-after-police-kill-man-during-traffic-stop" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2584344852600, + "rshares": 8859758662, + "voter": "jessica-miller" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 207368876, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 393323272, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 6710104374161, + "rshares": 79714544, + "voter": "lukeofkondor" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"off-grid\"It was going to be a model for off-grid sustainable living with solar panels and gray water recycling, but authorities deemed it an \"unlawful structure.\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 834, + "cashout_time": "1969-12-31T23:59:59", + "category": "the-state", + "children": 0, + "created": "2016-08-14T12:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T00:27:12", + "last_update": "2016-08-14T12:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9540165354, + "parent_author": "", + "parent_permlink": "the-state", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "soylent-ceo-criminally-charged-for-unpermitted-off-grid-tiny-home", + "post_id": 797490, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Soylent CEO Criminally Charged for \"Unpermitted\" Off-Grid Tiny Home", + "title": "Soylent CEO Criminally Charged for \"Unpermitted\" Off-Grid Tiny Home", + "total_payout_value": "0.000 HBD", + "url": "/the-state/@taz/soylent-ceo-criminally-charged-for-unpermitted-off-grid-tiny-home" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 214281171, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 81126473, + "voter": "whitezombie" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"pregnant\"For trying to record police talking to her teenage son, a petite pregnant woman was assaulted and arrested for her freedom of speech.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 826, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-14T12:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-14T00:04:12", + "last_update": "2016-08-14T12:03:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 295407644, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "video-shows-cop-attack-and-arrest-innocent-pregnant-woman-for-filming-him", + "post_id": 797319, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video Shows Cop Attack and Arrest Innocent Pregnant Woman, for Filming Him", + "title": "Video Shows Cop Attack and Arrest Innocent Pregnant Woman, for Filming Him", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-shows-cop-attack-and-arrest-innocent-pregnant-woman-for-filming-him" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193381655, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest opinion: Dr. Tim Ball In a previous article, I noted the treadmill created when you convince politicians to form policy based on untested hypotheses. The anthropogenic global warming (AGW) hypothesis was untested because the Intergovernmental Panel on Climate Change (IPCC) and others determined to prove, rather than disprove it. Professor Richard Lindzen explained years…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1013, + "cashout_time": "1969-12-31T23:59:59", + "category": "opinion", + "children": 0, + "created": "2016-08-14T02:06:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T14:06:00", + "last_update": "2016-08-14T03:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193381655, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "arctic-ice-an-update--evidence-from-the-past-is-instructive", + "post_id": 792959, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Arctic Ice: An Update - Evidence From the Past is Instructive", + "title": "Arctic Ice: An Update - Evidence From the Past is Instructive", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@taz/arctic-ice-an-update--evidence-from-the-past-is-instructive" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193381655, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Truck shipments continue to dive. Shipments in June of 2016 are down vs. June of 2015, 2014, 2013, 2012, 2011, …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 850, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-14T01:50:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T13:50:18", + "last_update": "2016-08-14T01:50:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193381655, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "truck-shipment-deterioration-in-chart-form", + "post_id": 792813, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Truck Shipment Deterioration in Chart Form", + "title": "Truck Shipment Deterioration in Chart Form", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/truck-shipment-deterioration-in-chart-form" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": -19032649381, + "rshares": 78316842961, + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186475167, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 3728373373, + "voter": "matrixdweller" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Greens are fretting that we may be about crash through their arbitrary 1.5C global warming “limit”. But what will they do, when nothing bad happens? As Earth Swelters, Global Warming Target in Danger The Earth is so hot this year that a limit for global warming agreed by world leaders…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 950, + "cashout_time": "1969-12-31T23:59:59", + "category": "alarmism", + "children": 0, + "created": "2016-08-13T22:20:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T10:24:51", + "last_update": "2016-08-13T22:20:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82231691501, + "parent_author": "", + "parent_permlink": "alarmism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "oh-noes-the-must-not-cross-climate-tipping-point", + "post_id": 790192, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Oh Noes, The \"Must Not Cross\" Climate Tipping Point", + "title": "Oh Noes, The \"Must Not Cross\" Climate Tipping Point", + "total_payout_value": "0.000 HBD", + "url": "/alarmism/@taz/oh-noes-the-must-not-cross-climate-tipping-point" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186475167, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 361995610, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"yemen\"The United States' strongest ally in the Middle East has reportedly and purposefully struck a school in a series of airstrikes in the northwest Yemen.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 824, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-13T16:51:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T04:58:12", + "last_update": "2016-08-13T16:51:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 548470777, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "horrifying-new-low-us-ally-saudi-arabia-bombs-school-killing-multiple-children", + "post_id": 785036, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Horrifying New Low: US Ally, Saudi Arabia Bombs School Killing Multiple Children", + "title": "Horrifying New Low: US Ally, Saudi Arabia Bombs School Killing Multiple Children", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/horrifying-new-low-us-ally-saudi-arabia-bombs-school-killing-multiple-children" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186475167, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -980601486666, + "rshares": 70500730, + "voter": "a11at" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 377078760, + "voter": "funkywanderer" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Barring some amazingly good news between now and the Fed meeting on September 21, a September rate hike is dead. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 863, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-13T16:03:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T04:10:03", + "last_update": "2016-08-13T16:03:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 634054657, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "september-rate-hike-off-the-table-what-about-december", + "post_id": 784282, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "September Rate Hike Off the Table (What About December?)", + "title": "September Rate Hike Off the Table (What About December?)", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/september-rate-hike-off-the-table-what-about-december" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193371457, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"silkroad\"The fed's costly and futile pursuit to shut down Silkroad has made the drug trade less safe and dark sites more prominent.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 801, + "cashout_time": "1969-12-31T23:59:59", + "category": "war-on-drugs", + "children": 0, + "created": "2016-08-13T15:48:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:48:09", + "last_update": "2016-08-13T15:48:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193371457, + "parent_author": "", + "parent_permlink": "war-on-drugs", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "drug-sales-on-the-dark-web-have-tripled-since-the-feds-shut-down-silk-road", + "post_id": 784045, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Drug Sales On The Dark Web Have Tripled Since The Feds Shut Down Silk Road", + "title": "Drug Sales On The Dark Web Have Tripled Since The Feds Shut Down Silk Road", + "total_payout_value": "0.000 HBD", + "url": "/war-on-drugs/@taz/drug-sales-on-the-dark-web-have-tripled-since-the-feds-shut-down-silk-road" + }, + { + "active_votes": [ + { + "percent": "5600", + "reputation": 48542961182602, + "rshares": 809114810200, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 304413085, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 1905145723, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193371457, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 103729158, + "voter": "smech" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5826695003, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 59366744, + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 637539314, + "voter": "runridefly" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"couple\"A Georgia couple will now file a lawsuit one year after police broke into their home, killed their dog, shot the homeowner and one of the officers.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 823, + "cashout_time": "1969-12-31T23:59:59", + "category": "police-brutality", + "children": 2, + "created": "2016-08-13T15:42:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:44:36", + "last_update": "2016-08-13T15:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 818145070684, + "parent_author": "", + "parent_permlink": "police-brutality", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "innocent-family-sues-after-cops-broke-into-home-shot-dad-killed-the-dog-then-shot-each-other", + "post_id": 783960, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Innocent Family Sues After Cops Broke Into Home, Shot Dad, Killed the Dog, Then Shot Each Other", + "title": "Innocent Family Sues After Cops Broke Into Home, Shot Dad, Killed the Dog, Then Shot Each Other", + "total_payout_value": "0.048 HBD", + "url": "/police-brutality/@taz/innocent-family-sues-after-cops-broke-into-home-shot-dad-killed-the-dog-then-shot-each-other" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193371457, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"tamales\"For selling her famous tamales to willing neighbors, a young mother was issued a warrant for her arrest by people who claim to protect her.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 817, + "cashout_time": "1969-12-31T23:59:59", + "category": "government-corruption", + "children": 0, + "created": "2016-08-13T15:37:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:37:33", + "last_update": "2016-08-13T15:37:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 193371457, + "parent_author": "", + "parent_permlink": "government-corruption", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "warrant-issued-for-mothers-arrest-for-selling-homeade-tamales-to-her-neighbors", + "post_id": 783905, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Warrant Issued for Mother's Arrest for Selling Homeade Tamales to Her Neighbors", + "title": "Warrant Issued for Mother's Arrest for Selling Homeade Tamales to Her Neighbors", + "total_payout_value": "0.000 HBD", + "url": "/government-corruption/@taz/warrant-issued-for-mothers-arrest-for-selling-homeade-tamales-to-her-neighbors" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6796361134481, + "rshares": 1400052550, + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193371457, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6505311040, + "rshares": 59774809, + "voter": "clarkwayne" + }, + { + "percent": "10000", + "reputation": 9969442529, + "rshares": 132589949, + "voter": "stephenfrost" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"NYPD\"A short video of NYPD repeatedly punching a prone suspect in a McDonalds on Friday has sparked outrage on social media.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 791, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 1, + "created": "2016-08-13T15:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:34:09", + "last_update": "2016-08-13T15:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1785788765, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "video-of-nypd-cops-brutally-and-repeatedly-punching-suspect-sparks-firestorm-online", + "post_id": 783843, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video of NYPD Cops Brutally and Repeatedly Punching Suspect Sparks Firestorm Online", + "title": "Video of NYPD Cops Brutally and Repeatedly Punching Suspect Sparks Firestorm Online", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/video-of-nypd-cops-brutally-and-repeatedly-punching-suspect-sparks-firestorm-online" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6796361134481, + "rshares": 1326365573, + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193371457, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"millennials\"Most Millennials now feel neither Trump nor Hillary are fit to run the country, while more than a third of American voters feel the system is rigged.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 834, + "cashout_time": "1969-12-31T23:59:59", + "category": "good-news", + "children": 0, + "created": "2016-08-13T15:26:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:34:39", + "last_update": "2016-08-13T15:26:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1519737030, + "parent_author": "", + "parent_permlink": "good-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "poll-shows-millennials-waking-up-to-2-party-paradigm--scoff-at-clinton-and-trump", + "post_id": 783762, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Poll Shows Millennials Waking Up to 2-Party Paradigm -- Scoff at Clinton AND Trump", + "title": "Poll Shows Millennials Waking Up to 2-Party Paradigm -- Scoff at Clinton AND Trump", + "total_payout_value": "0.000 HBD", + "url": "/good-news/@taz/poll-shows-millennials-waking-up-to-2-party-paradigm--scoff-at-clinton-and-trump" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200277580, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6505311040, + "rshares": 59774809, + "voter": "clarkwayne" + }, + { + "percent": "10000", + "reputation": 678073020489, + "rshares": 1144439565, + "voter": "ihatelife" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
In this opinion piece, Antony Lewis argues that the term 'distributed ledger' needs clarifying due to the new emerging use cases for the technology.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 678, + "cashout_time": "1969-12-31T23:59:59", + "category": "banking", + "children": 0, + "created": "2016-08-13T15:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:23:45", + "last_update": "2016-08-13T15:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1404491954, + "parent_author": "", + "parent_permlink": "banking", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-emergence-of-blockchains-as-activity-registers", + "post_id": 783691, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Emergence of Blockchains as Activity Registers", + "title": "The Emergence of Blockchains as Activity Registers", + "total_payout_value": "0.000 HBD", + "url": "/banking/@taz/the-emergence-of-blockchains-as-activity-registers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 113506281, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200277580, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
In this piece, CoinDesk explores Steemit, a social media blockchain that rewards users for creating and voting on content.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 652, + "cashout_time": "1969-12-31T23:59:59", + "category": "altcoins", + "children": 0, + "created": "2016-08-13T15:16:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:17:18", + "last_update": "2016-08-13T15:16:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 313783861, + "parent_author": "", + "parent_permlink": "altcoins", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-bridges-blockchain-and-social-media-but-how-does-it-work", + "post_id": 783619, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Bridges Blockchain and Social Media, But How Does It Work?", + "title": "Steemit Bridges Blockchain and Social Media, But How Does It Work?", + "total_payout_value": "0.000 HBD", + "url": "/altcoins/@taz/steemit-bridges-blockchain-and-social-media-but-how-does-it-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200277580, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Guest essay by Eric Worrall Prominent Guardian Environment Reporter George Monbiot, who sometimes shows up at prominent climate events, no doubt after a long journey by sail, has decided to eat Vegan supplemented with Roadkill to “reduce his impact” on the global climate. I've converted to veganism to reduce my impact on the living world…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 976, + "cashout_time": "1969-12-31T23:59:59", + "category": "ridiculae", + "children": 0, + "created": "2016-08-13T15:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:11:09", + "last_update": "2016-08-13T15:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200277580, + "parent_author": "", + "parent_permlink": "ridiculae", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "george-monbiot-eats-roadkill-to-save-the-planet", + "post_id": 783533, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "George Monbiot Eats Roadkill to Save The Planet", + "title": "George Monbiot Eats Roadkill to Save The Planet", + "total_payout_value": "0.000 HBD", + "url": "/ridiculae/@taz/george-monbiot-eats-roadkill-to-save-the-planet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 200277580, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Yesterday on Twitter, Chip Knappenberger coined the term “landicane” to describe the low pressure center that has been gyrating over the northeastern Gulf of Mexico for days has now dropped very heavy precipitation over southeastern Louisiana. Dr. Roger Pielke Sr. has added in the exchange that his previous research points out that wet and marshy…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 985, + "cashout_time": "1969-12-31T23:59:59", + "category": "hurricanes", + "children": 0, + "created": "2016-08-13T15:05:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-13T03:05:51", + "last_update": "2016-08-13T15:05:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 200277580, + "parent_author": "", + "parent_permlink": "hurricanes", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "analysis-of-the-landicaine-over-louisiana", + "post_id": 783446, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Analysis of the 'Landicaine' over Louisiana", + "title": "Analysis of the 'Landicaine' over Louisiana", + "total_payout_value": "0.000 HBD", + "url": "/hurricanes/@taz/analysis-of-the-landicaine-over-louisiana" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 276109410016, + "rshares": 574147639, + "voter": "pr3ttyp3rf3ct" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Ethereum-focused startup ConsenSys is making inroads bringing the blockchain to South America.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 624, + "cashout_time": "1969-12-31T23:59:59", + "category": "features", + "children": 0, + "created": "2016-08-12T22:39:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T11:10:15", + "last_update": "2016-08-12T22:39:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 732980095, + "parent_author": "", + "parent_permlink": "features", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blockchain-trials-accelerate-as-south-america-sees-ethereum-uptake", + "post_id": 773768, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Blockchain Trials Accelerate as South America Sees Ethereum Uptake", + "title": "Blockchain Trials Accelerate as South America Sees Ethereum Uptake", + "total_payout_value": "0.000 HBD", + "url": "/features/@taz/blockchain-trials-accelerate-as-south-america-sees-ethereum-uptake" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"Dassey\"Sentenced to life in prison for the murder of Teresa Halbach, Brendan Dassey from Netflix's \"Making a Murderer\" has been ordered to be released from prison.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 843, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-12T22:34:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T10:34:09", + "last_update": "2016-08-12T22:34:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-court-orders-making-a-murderer-convict-brendan-dassey-to-be-set-free", + "post_id": 773700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING: Court Orders Making a Murderer Convict Brendan Dassey to Be Set Free", + "title": "BREAKING: Court Orders Making a Murderer Convict Brendan Dassey to Be Set Free", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/breaking-court-orders-making-a-murderer-convict-brendan-dassey-to-be-set-free" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 855178912028, + "rshares": 6904472618, + "voter": "taoofsatoshi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 3229669328, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1614897855, + "voter": "jackgallenhall" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The GDPNow Model and the FRBNY Nowcast Model each declines 0.2% following today’s economic reports. The models remain a very …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 882, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-12T21:05:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T09:32:36", + "last_update": "2016-08-12T21:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11907872257, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "3rd-quarter-gdp-models-frbny-nowcast-2-4-vs--gdpnow-3-5", + "post_id": 772258, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "3rd Quarter GDP Models: FRBNY Nowcast 2.4% vs. GDPNow 3.5%", + "title": "3rd Quarter GDP Models: FRBNY Nowcast 2.4% vs. GDPNow 3.5%", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/3rd-quarter-gdp-models-frbny-nowcast-2-4-vs--gdpnow-3-5" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1701451058212, + "rshares": 3551484456, + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Surveyed scientists debunk chemtrails conspiracy theory UCI, Carnegie paper explains persistent aircraft trails, substances in soil and water Irvine, Calif., Aug. 12, 2016 - The world's leading atmospheric scientists overwhelmingly deny the existence of a secret, elite-driven plot to release harmful chemicals into the air from high-flying aircraft, according to the first peer-reviewed journal paper…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 1026, + "cashout_time": "1969-12-31T23:59:59", + "category": "humor", + "children": 0, + "created": "2016-08-12T19:56:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T08:08:00", + "last_update": "2016-08-12T19:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3710316912, + "parent_author": "", + "parent_permlink": "humor", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "friday-funny-chemtrails-theory-gets-shot-down-by-science", + "post_id": 771010, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Friday Funny: Chemtrails theory gets shot down by science", + "title": "Friday Funny: Chemtrails theory gets shot down by science", + "total_payout_value": "0.000 HBD", + "url": "/humor/@taz/friday-funny-chemtrails-theory-gets-shot-down-by-science" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"intelligence\"According to a hard-hitting government task force report released Thursday, intelligence generated by CENTCOM was manipulated to fool the public.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 825, + "cashout_time": "1969-12-31T23:59:59", + "category": "antiwar", + "children": 0, + "created": "2016-08-12T19:35:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:35:51", + "last_update": "2016-08-12T19:35:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "antiwar", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "govt-task-force-confirms-us-intelligence-faked-reports-to-manipulate-public-about-isis", + "post_id": 770639, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Govt Task Force Confirms US Intelligence Faked Reports to Manipulate Public About ISIS", + "title": "Govt Task Force Confirms US Intelligence Faked Reports to Manipulate Public About ISIS", + "total_payout_value": "0.000 HBD", + "url": "/antiwar/@taz/govt-task-force-confirms-us-intelligence-faked-reports-to-manipulate-public-about-isis" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Economists were shocked once again today. First, Retail Sales \"Solidly\" Flat, which we just covered. The Producer Price Index for …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 900, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-12T19:30:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:30:36", + "last_update": "2016-08-12T19:30:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "huge-6-collapse-in-ppi-services-final-demand-for-apparel-jewelry-footwear", + "post_id": 770560, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Huge 6% Collapse in PPI Services Final Demand for Apparel, Jewelry, Footwear", + "title": "Huge 6% Collapse in PPI Services Final Demand for Apparel, Jewelry, Footwear", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/huge-6-collapse-in-ppi-services-final-demand-for-apparel-jewelry-footwear" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1095140131, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
The European Banking Association is calling for greater regulatory oversight for bitcoin exchanges and custodial wallets.\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 651, + "cashout_time": "1969-12-31T23:59:59", + "category": "news", + "children": 0, + "created": "2016-08-12T19:14:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T07:30:15", + "last_update": "2016-08-12T19:14:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1253972587, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bank-group-calls-for-broader-oversight-of-eu-bitcoin-services", + "post_id": 770291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bank Group Calls for Broader Oversight of EU Bitcoin Services", + "title": "Bank Group Calls for Broader Oversight of EU Bitcoin Services", + "total_payout_value": "0.000 HBD", + "url": "/news/@taz/bank-group-calls-for-broader-oversight-of-eu-bitcoin-services" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
\"DNA\"The gun police alleged a teen aimed at a cop, which led him to fatally shoot her, had no fingerprints or DNA, and police have known for two years.Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 819, + "cashout_time": "1969-12-31T23:59:59", + "category": "badge-abuse", + "children": 0, + "created": "2016-08-12T18:08:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T06:08:27", + "last_update": "2016-08-12T18:08:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "badge-abuse", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "no-dna-or-prints-found-on-gun-used-to-justify-killing-teen-when-cops-body-cam-malfunctioned", + "post_id": 769060, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No DNA or Prints Found on Gun Used to Justify Killing Teen When Cop's Body Cam \"Malfunctioned\"", + "title": "No DNA or Prints Found on Gun Used to Justify Killing Teen When Cop's Body Cam \"Malfunctioned\"", + "total_payout_value": "0.000 HBD", + "url": "/badge-abuse/@taz/no-dna-or-prints-found-on-gun-used-to-justify-killing-teen-when-cops-body-cam-malfunctioned" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Review and Summary of \"The Moral Case for Fossil Fuels\" By Andy May The best-selling book The Moral Case for Fossil Fuels was first published November 27, 2014 by Penguin. The author, Alex Epstein, took a BA in Philosophy from Duke University in 2002. He is the President of the Center for Industrial Progress, a…\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 947, + "cashout_time": "1969-12-31T23:59:59", + "category": "climate-news", + "children": 0, + "created": "2016-08-12T17:57:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T05:57:27", + "last_update": "2016-08-12T18:02:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "climate-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-moral-case-for-fossil-fuels", + "post_id": 768823, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Moral Case for Fossil Fuels", + "title": "The Moral Case for Fossil Fuels", + "total_payout_value": "0.000 HBD", + "url": "/climate-news/@taz/the-moral-case-for-fossil-fuels" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 3160441540, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Business inventories rose 0.2% for the month. Bloomberg Econoday calls this a “favorable position“, noting the “lean 1.39” inventory-to-sales ratio. …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 926, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 1, + "created": "2016-08-12T17:52:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T05:56:00", + "last_update": "2016-08-12T17:52:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3319273996, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "investigating-the-favorably-lean-position-of-inventories", + "post_id": 768724, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Investigating the \"Favorably Lean\" Position of Inventories", + "title": "Investigating the \"Favorably Lean\" Position of Inventories", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/investigating-the-favorably-lean-position-of-inventories" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 158832456, + "voter": "taz" + } + ], + "author": "taz", + "author_reputation": 2034974638910, + "beneficiaries": [], + "body": "
Economists missed the mark on retail sales this month by a mile. The Bloomberg Econoday consensus estimate was +0.4% in …

Continue reading

\"\"Continue Reading
\n\n

What are these posts? Please read about Migrate2Steem.com to know more!

", + "body_length": 842, + "cashout_time": "1969-12-31T23:59:59", + "category": "economics", + "children": 0, + "created": "2016-08-12T16:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"reference_post\": \"https://steemit.com/steemit/@taz/the-future-of-migrate2steem-com\"}", + "last_payout": "2016-09-12T04:36:36", + "last_update": "2016-08-12T16:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158832456, + "parent_author": "", + "parent_permlink": "economics", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "retail-sales-solidly-flat", + "post_id": 767412, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Retail Sales \"Solidly\" Flat", + "title": "Retail Sales \"Solidly\" Flat", + "total_payout_value": "0.000 HBD", + "url": "/economics/@taz/retail-sales-solidly-flat" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.tavern.yaml new file mode 100644 index 00000000..791f64c3 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/paginated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test + + marks: + - patterntest # original produced overlapping pages + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author_before_date + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"taz","start_permlink":"exposed-climate-crusader-california-governor-jerry-brown-took-huge-sums-of-money-from-big-oil","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "paginated" + directory: "condenser_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/pre_appbase.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/pre_appbase.tavern.yaml index 72df447d..051162c0 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/pre_appbase.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/pre_appbase.tavern.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "call" - params: ["condenser_api", "get_discussions_by_author_before_date", ["steemit", "firstpost", "2016-04-19T22:49:43", 1]] + params: ["condenser_api", "get_discussions_by_author_before_date", ["steemit", "", "2016-04-19T22:49:43", 1]] response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/roadscape.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/roadscape.tavern.yaml index ac770999..eec44a8b 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/roadscape.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/roadscape.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test marks: - - patterntest # should return empty set - no posts before 2009 (to be investigated but works like original) + - patterntest includes: - !include ../../common.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "condenser_api.get_discussions_by_author_before_date" - params: {"author":"roadscape","start_permlink":"","limit":10} + params: {"author":"roadscape"} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.tavern.yaml index ab8aac77..c1d4bb29 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test marks: - - patterntest # should return empty set - no posts before 2009 (to be investigated but works like original) + - patterntest # no posts before 2009 so it should return empty set, however date is completely ignored includes: - !include ../../common.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "condenser_api.get_discussions_by_author_before_date" - params: {"author":"steemit","start_permlink":"firstpost","before_date":"2009-04-19T22:49:43","limit":1} + params: {"author":"steemit","start_permlink":"","before_date":"2009-04-19T22:49:43","limit":1} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.orig.json new file mode 100644 index 00000000..7f27c6f0 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.orig.json @@ -0,0 +1,9 @@ +{ + "error": { + "code": -32602, + "data": "too many keyword arguments {'truncate_body': 10}", + "message": "Invalid parameters" + }, + "id": 1, + "jsonrpc": "2.0" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.pat.json new file mode 100644 index 00000000..e34a28be --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.pat.json @@ -0,0 +1,6274 @@ +[ + { + "active_votes": [ + { + "percent": "3800", + "reputation": 145171381514207, + "rshares": 10768240913245, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 696178155975, + "voter": "neogen1" + }, + { + "percent": "3900", + "reputation": 13270505121655, + "rshares": 25538537120586, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 733599662399, + "voter": "hermes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 886784606500, + "voter": "hermes-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 505514544236, + "voter": "thorium1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 442760156480, + "voter": "thorium2" + }, + { + "percent": "10000", + "reputation": 20325022183, + "rshares": 4910626674268, + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 524509388243, + "voter": "bunkermining" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2750871729733, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226023546140, + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3158010694860, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149530982271, + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53796310148, + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14102465268, + "voter": "neominer2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224139656388, + "voter": "abderus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9738052158, + "voter": "olympus-steemy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 247920482604, + "voter": "hephaestus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 124626541209, + "voter": "aquarius.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54344534096, + "voter": "minosman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155304224021, + "voter": "aphrodite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18924495472, + "voter": "hotels.com" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 451922226140, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15624599140, + "voter": "aries.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90032376076, + "voter": "rabbitminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25417992635, + "voter": "insurance.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111562158946, + "voter": "fund.com" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 119662535657, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14985786953, + "voter": "heracles" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1108047128074, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22180252370, + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1072900458895, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 317931717371, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3102492066, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3766678822, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690822175, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7101083801995, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54537947928, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1796665232, + "voter": "tigerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1662548302, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213760006, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 60850239671, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 71083094575, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 624800584, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 969625682, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 20661161447481, + "rshares": 201139805314, + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18620285464, + "voter": "apollo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 12018297415, + "voter": "athena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1939885714, + "voter": "muses" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314980083, + "voter": "perseus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288301302, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 1339573287588, + "rshares": 9675685205, + "voter": "andzzz" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3500386726, + "voter": "kenmonkey" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 656423072090, + "voter": "eeks" + }, + { + "percent": "2000", + "reputation": 4931834878069, + "rshares": 4019301455, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 944762156062, + "rshares": 5384764743, + "voter": "fernando-sanz" + }, + { + "percent": "10000", + "reputation": 753324601733, + "rshares": 1132025290, + "voter": "rod-campbell" + }, + { + "percent": "2000", + "reputation": 5414208804644, + "rshares": 5947358450, + "voter": "elishagh1" + }, + { + "percent": "6500", + "reputation": 15755437221598, + "rshares": 9938276719, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 156209687580, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 57450314136, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 579055264, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1425387608, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1347768161, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 7262205734, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54390419613, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1185530261, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 126960963703, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4566795998, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 412016853327, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13352773043, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 37015270307, + "rshares": 314773710, + "voter": "hendra-khaidir" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1490402109181, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 266970996305, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 2937074898, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 14749169672, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40065989897, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 14383704489, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 28624805280, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 324273180497, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 117232665665, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 516176839, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15492211889, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 137766113800, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 24925801167, + "voter": "picokernel" + }, + { + "percent": "2000", + "reputation": 19111656178138, + "rshares": 13384547711, + "voter": "furion" + }, + { + "percent": "2000", + "reputation": 3891722, + "rshares": 106492253, + "voter": "barbara2" + }, + { + "percent": "2000", + "reputation": 9142611234, + "rshares": 119464734, + "voter": "ch0c0latechip" + }, + { + "percent": "2000", + "reputation": 3871042, + "rshares": 109512389, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 10929036897, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33642138707, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 25449606348, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 5077349737, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 5029542492239, + "rshares": 8355387384, + "voter": "blinova" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 2937959861, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 16144558460, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2201922468, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 12448152349, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 1685689923, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 281446528948, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 433924646062, + "rshares": 165688144070, + "voter": "gabbans" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7609454576, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 48000628164, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 3014489533, + "voter": "lostnuggett" + }, + { + "percent": "2000", + "reputation": 10519849768972, + "rshares": 3663068269, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 130660676, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 25057317129, + "voter": "brianphobos" + }, + { + "percent": "2000", + "reputation": 147425730, + "rshares": 120824850, + "voter": "fnait" + }, + { + "percent": "2000", + "reputation": 3720753029, + "rshares": 110250817, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26792533760, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1423777419, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 4046144208870, + "rshares": 2472120207, + "voter": "webosfritos" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131040953999, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 795777823, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 16929785847, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 60482070055, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 18050523940, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 492570313, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1474718562, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54842915, + "voter": "nano2nd" + }, + { + "percent": "4200", + "reputation": 1062400368532, + "rshares": 41714887186, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 93571901011, + "rshares": 413311067, + "voter": "noor818" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 57107588, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 5274372683, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 12463890696, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2925035262, + "voter": "netaterra" + }, + { + "percent": "6000", + "reputation": 18890223518661, + "rshares": 22098400564, + "voter": "someguy123" + }, + { + "percent": "5000", + "reputation": 9530915857627, + "rshares": 6243057534, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 6942719984, + "voter": "craigwilliamz" + }, + { + "percent": "5000", + "reputation": 6300363201553, + "rshares": 21067038408, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 15283477207, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 13922956855, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 2587796077, + "voter": "richardcrill" + }, + { + "percent": "1500", + "reputation": 837791549130, + "rshares": 5350024792, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 700012352, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 607196024, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 57217768234, + "rshares": 71295321, + "voter": "dconstantine" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 86503050, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 231430173, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 5570466293, + "rshares": 55456370, + "voter": "alwillis" + }, + { + "percent": "1800", + "reputation": 26215514, + "rshares": 5327999017, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 1079095803, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1066470774, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 2617459373, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 122413067028, + "rshares": 73947493, + "voter": "steemrocket" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 338284222, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 3883093854, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67560303, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161837031, + "voter": "garevo" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "Recent maj", + "body_length": 2237, + "cashout_time": "2016-09-12T17:47:42", + "category": "esteem", + "children": 31, + "created": "2016-09-05T17:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"esteem\",\"steemmobile\",\"steemit\",\"app\",\"ios\"],\"users\":[\"good-karma\"],\"image\":[\"https://s5.postimg.org/ai6338kxj/logo_and_apple_120.png\",\"https://img1.steemit.com/0x0/https://s5.postimg.org/z0otytxx3/notifications.png\"],\"links\":[\"https://steemit.com/esteem/@good-karma/esteem-android-update-1-2-0\",\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&mt=8\",\"https://steemit.com/steemmobile/@good-karma/push-notifications-bookmarks-esteem-mobile-app-update-1-1-6-ios-and-android\",\"https://github.com/feruzm/esteem\",\"https://steemit.com/steemmobile/@good-karma/ios-android-first-opensource-steem-mobile-application-esteem-available-at-google-playstore-amazon-appstore-and-soon-apple\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T19:15:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68190753071777, + "parent_author": "", + "parent_permlink": "esteem", + "pending_payout_value": "457.455 HBD", + "percent_hbd": 10000, + "permlink": "esteem-ios-update-v1-2-0-iphone-ipad-notifications", + "post_id": 1136904, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "eSteem - iOS update v1.2.0 (iPhone, iPad notifications)", + "title": "eSteem - iOS update v1.2.0 (iPhone, iPad notifications)", + "total_payout_value": "0.000 HBD", + "url": "/esteem/@good-karma/esteem-ios-update-v1-2-0-iphone-ipad-notifications" + }, + { + "active_votes": [ + { + "percent": "1900", + "reputation": 13270505121655, + "rshares": 12769074279902, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3157809150981, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 447752954611, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1070950369452, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 982668473368, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 321000413664, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 4342543949, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 5272133525, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 967010647, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 76184751570, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2327106317, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 299239499, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 872357169, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1355011569, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134296646854, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 43477797659, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 403583943, + "voter": "helen.tan" + }, + { + "percent": "1800", + "reputation": 4931834878069, + "rshares": 4045586173, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 973967568018, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 1545200716692, + "rshares": 6942960421, + "voter": "nate-atkins" + }, + { + "percent": "1800", + "reputation": 5414208804644, + "rshares": 5985558126, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 274489324994, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 145914960267, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 756484248, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1424922683, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3841140545064, + "voter": "satoshifund" + }, + { + "percent": "2000", + "reputation": 5888717170887, + "rshares": 13618586203, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 29786958950, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2799169786, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7514650045, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 28269806831, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 3326209124802, + "rshares": 9866111769, + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16519738162, + "voter": "r4fken" + }, + { + "percent": "1800", + "reputation": 19111656178138, + "rshares": 13226102879, + "voter": "furion" + }, + { + "percent": "1800", + "reputation": 3891722, + "rshares": 106239922, + "voter": "barbara2" + }, + { + "percent": "1800", + "reputation": 9142611234, + "rshares": 119183734, + "voter": "ch0c0latechip" + }, + { + "percent": "1800", + "reputation": 3871042, + "rshares": 109254316, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1605802941, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 10918692678, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 2147301993, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7591604790, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 160783670354, + "rshares": 174539581, + "voter": "soomrack" + }, + { + "percent": "1800", + "reputation": 10519849768972, + "rshares": 3686337797, + "voter": "positive" + }, + { + "percent": "1800", + "reputation": 147425730, + "rshares": 120538117, + "voter": "fnait" + }, + { + "percent": "1800", + "reputation": 3720753029, + "rshares": 109987022, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1734435862, + "voter": "jillstein2016" + }, + { + "percent": "7000", + "reputation": 988942038058, + "rshares": 51972303227, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5368288691, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 18864464997, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 492570313, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 63298781, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 12060782713, + "voter": "mione" + }, + { + "percent": "1800", + "reputation": 1062400368532, + "rshares": 17871655101, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 64878458203, + "rshares": 1365642384, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 572374068, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 28144076045, + "voter": "andrewawerdna" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3281331653, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 13644497718, + "voter": "darrantrute" + }, + { + "percent": "1000", + "reputation": 3573461197670, + "rshares": 3202638970, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 35115912426, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 274715121, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 84772989, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 29512652490, + "rshares": 58164319, + "voter": "lsk464" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 226876451, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9068270563, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 23580917366, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1171620250, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 2637512130, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 71252740, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138310311, + "voter": "sjamayee" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "If you are", + "body_length": 3485, + "cashout_time": "2016-09-11T11:09:45", + "category": "esteem", + "children": 8, + "created": "2016-09-04T11:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"esteem\",\"steem\",\"apps\",\"blockchain\",\"software\"],\"users\":[\"good-karma\"],\"image\":[\"http://cdn.tinybuddha.com/wp-content/uploads/2015/11/Skipping-Man.png\",\"https://s5.postimg.org/egu3ukut3/esteem_opensource.png\",\"https://s5.postimg.org/ibxhx5dyv/2000px_Decentralization_diagram_svg.png\"],\"links\":[\"https://steemit.com/philosophy/@dantheman/why-do-we-fight-to-change-the-world\",\"https://steemit.com/vlog/@lukestokes/on-nvc-whale-bashing-expectations-and-quitting-your-job\",\"http://www.shutterstock.com/pic-259769255/stock-photo-free-and-happy-man.html?src=U9dSozpIdvOq7Wm7no18Gg-1-5\",\"https://en.wikipedia.org/wiki/Decentralization\",\"https://en.wikipedia.org/wiki/Sharing_economy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T11:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24653079027378, + "parent_author": "", + "parent_permlink": "esteem", + "pending_payout_value": "52.077 HBD", + "percent_hbd": 10000, + "permlink": "trustless-decentralized-opensource-applications-and-why-they-are-important-thoughts", + "post_id": 1121283, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trustless - Decentralized - OpenSource Applications and why they are important?! [thoughts]", + "title": "Trustless - Decentralized - OpenSource Applications and why they are important?! [thoughts]", + "total_payout_value": "0.000 HBD", + "url": "/esteem/@good-karma/trustless-decentralized-opensource-applications-and-why-they-are-important-thoughts" + }, + { + "active_votes": [ + { + "percent": "2900", + "reputation": 13270505121655, + "rshares": 19153542043036, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2225577558840, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3095692798866, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 438936306475, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 114847486808, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 993511680543, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1048047027107, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314690538248, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3100721566, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 220154130373, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3764428609, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690531024, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54254195724, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661676643, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213708849, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4797586275273, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622948658, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967579918, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 23141700176, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134207611453, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288210104, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993844457161, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 55002770318, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 843450292, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1419053160, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 254741715405, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 42193730877, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3841140545064, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 416543074, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4476883095, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 30764416128, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13085294857, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 4716659983, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 12150034252, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 57217291390, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 261544156, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 27277077603, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 311677346885, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 495391715, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 12375841126, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 15637132298, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1366700548, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10803081027, + "voter": "seanmchughart" + }, + { + "percent": "100", + "reputation": 5463774640621, + "rshares": 429990873, + "voter": "akareyon" + }, + { + "percent": "10000", + "reputation": -19032649381, + "rshares": 164839013980, + "voter": "freeyourmind" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11199439001, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2490063756, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 5029542492239, + "rshares": 9733407420, + "voter": "blinova" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 17683730029, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7161696947, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2163714587, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 128098702, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14589733032, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 218390046765, + "rshares": 83754643, + "voter": "salamanca1987ar" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 15864909983, + "voter": "jasonstaggers" + }, + { + "percent": "1500", + "reputation": 134345349682, + "rshares": 1127864412, + "voter": "slimjim" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 492570313, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 1706681630, + "rshares": 3369587158, + "voter": "cmorton" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 211138067, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1064857867, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 61110411, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 99261750094, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 56922380232, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 10969490194, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 156837664557, + "rshares": 106697745, + "voter": "how2steemit" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2862812679, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 10002818, + "rshares": 52137013, + "voter": "success43" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 10593171067, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 79020260161, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 4459137288511, + "rshares": 1893740063, + "voter": "penguinpablo" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 171018811, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 35073285144, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 135537419, + "rshares": 51204810, + "voter": "dobermansden" + }, + { + "percent": "10000", + "reputation": 512413908661, + "rshares": 612120792, + "voter": "frick" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56908658, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 228138838, + "rshares": 51533378, + "voter": "badman" + }, + { + "percent": "10000", + "reputation": 12174053, + "rshares": 52626437, + "voter": "boooya" + }, + { + "percent": "10000", + "reputation": 24402009, + "rshares": 51679997, + "voter": "goodtime" + }, + { + "percent": "10000", + "reputation": 273401338, + "rshares": 50281475, + "voter": "sunnyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53555444, + "voter": "masterp" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 115511132516, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 56774491, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 29278167, + "rshares": 52321394, + "voter": "jayc" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 222338922, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53117718, + "voter": "lilwayne" + }, + { + "percent": "10000", + "reputation": 796030, + "rshares": 52029900, + "voter": "blackchyna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53015939, + "voter": "snoopdog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50849434, + "voter": "tyga" + }, + { + "percent": "10000", + "reputation": 5085810, + "rshares": 53010767, + "voter": "macklemore" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 21284769928, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1115957162, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 327831004, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 414609406210, + "rshares": 721886945, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 74274405, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 214599672, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 819806, + "rshares": 127891423, + "voter": "saralee" + }, + { + "percent": "10000", + "reputation": 1528541, + "rshares": 95870144, + "voter": "mjancons" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "
ht", + "body_length": 1814, + "cashout_time": "2016-09-09T15:17:12", + "category": "esteem", + "children": 26, + "created": "2016-09-02T15:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"esteem\",\"steemmobile\",\"steemit\",\"app\",\"android\"],\"users\":[\"blakemiles84\",\"good-karma\"],\"image\":[\"https://s5.postimg.org/rjbhp8zxz/logo_and_android_120.png\",\"https://s5.postimg.org/gl0872bcn/v1_2_0.png\",\"https://s5.postimg.org/phb0b01yv/stats2_09_2016.jpg\"],\"links\":[\"https://steemit.com/steemit/@blakemiles84/steemit-idea-proposal-floating-upvote-button\",\"https://play.google.com/store/apps/details?id=com.netsolutions.esteem\",\"https://twitter.com/FeruzM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T16:23:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39008298791260, + "parent_author": "", + "parent_permlink": "esteem", + "pending_payout_value": "132.759 HBD", + "percent_hbd": 10000, + "permlink": "esteem-android-update-1-2-0", + "post_id": 1099399, + "promoted": "10.000 HBD", + "replies": [], + "root_title": "eSteem - Android update 1.2.0", + "title": "eSteem - Android update 1.2.0", + "total_payout_value": "0.000 HBD", + "url": "/esteem/@good-karma/esteem-android-update-1-2-0" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118421595242, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 991013934194, + "voter": "ihashfury" + }, + { + "percent": "5000", + "reputation": 4931834878069, + "rshares": 11588696791, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 493863952, + "rshares": 908250409, + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 32041945737, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 54152363543, + "voter": "oaldamster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432226213, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 511455731665, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 15285243314, + "rshares": 156554193, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8046440387, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 53303778581, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 26727912459, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 242029468, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 32990208092, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 24946640647, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6911246194, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 72244815652, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1366618056, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 10365133780, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 10812654445, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 197145187594, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24943551288, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1083283125, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 6784977045, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 257505199612, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 1442422816, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3023108833, + "voter": "azurejasper" + }, + { + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4488176050, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8747567772, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 128098702, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 184772599, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 10081548349, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 2865139821445, + "rshares": 5092935634, + "voter": "lukmarcus" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 778544423, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 14083609085, + "rshares": 14998067113, + "voter": "capper2016" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 122999899, + "voter": "erikkartmen" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 1469966261, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 775678140, + "voter": "inferno" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 383461680, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 67959335007, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 237335451, + "rshares": 56270862, + "voter": "antoninaral1965" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 353819782, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 1797155307423, + "rshares": 371483713, + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 57678842, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 226779698, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 25022670763, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 9789912031, + "rshares": 55496395, + "voter": "feruz" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 522878648, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 235434198, + "rshares": 50830366, + "voter": "alwayzgamez" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 246481560, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 883456260, + "voter": "orcish" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "Let's have", + "body_length": 921, + "cashout_time": "2016-09-08T06:24:57", + "category": "steemmobile", + "children": 37, + "created": "2016-09-01T06:24:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemmobile\",\"esteem\",\"art\",\"contest\",\"logo\"],\"image\":[\"https://s5.postimg.org/ep494f7qv/logo_and_contest.png\"],\"links\":[\"https://steemit.com/steemit/@good-karma/what-is-steem-mobile-esteem\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T06:27:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2604115504579, + "parent_author": "", + "parent_permlink": "steemmobile", + "pending_payout_value": "1.684 HBD", + "percent_hbd": 10000, + "permlink": "esteem-logo-contest-win-extra-sbd-and-be-face-of-mobile-app", + "post_id": 1081070, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "eSteem LOGO CONTEST - Win extra SBD and be face of mobile app...", + "title": "eSteem LOGO CONTEST - Win extra SBD and be face of mobile app...", + "total_payout_value": "0.000 HBD", + "url": "/steemmobile/@good-karma/esteem-logo-contest-win-extra-sbd-and-be-face-of-mobile-app" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 314859374093, + "rshares": 120790867799, + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118418462494, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 924031190912, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6350513668593, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099079187, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3762318075, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 10026510714787, + "rshares": 95870599024, + "voter": "testz" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 697302029, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 53977568809, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1660857757, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213660123, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 163732627896, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622708148, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967168909, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 61908352500, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288138648, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 15147326440, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34060904896, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 841424077, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431680042, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 562780096996, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1350589595, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 490724597691, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 264232034103, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 52233400302, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 9598566223, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 167362198295, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 24517648451, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 7568897676, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 267775362, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 71512285720, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1366318296, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 13265865922, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 614055241, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 2755724581, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11037016653, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 196679275793, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 10022502070, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 5029542492239, + "rshares": 9235946714, + "voter": "blinova" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 367297169, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 2180685228, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 1248165138944, + "rshares": 15095872300, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 7389324138, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5974716049, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 8984285747, + "voter": "oumar" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 107117143, + "voter": "elmusic" + }, + { + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4074465841, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 1038533669, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 18283233276, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 5448355529, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 762211704, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 3663757950, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 58766754772, + "rshares": 69268685, + "voter": "sizil" + }, + { + "percent": "10000", + "reputation": 1706681630, + "rshares": 3299387426, + "voter": "cmorton" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 73289503946, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 51448058, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 10968906125, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1897952182, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 73706708, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 1734219829, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 1391859553453, + "rshares": 55632489127, + "voter": "skum" + }, + { + "percent": "10000", + "reputation": 71849011, + "rshares": 57813247, + "voter": "bradyd" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 13909542369, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 392856456, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 53351751, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25508059, + "rshares": 54547175, + "voter": "kosmatimuc" + }, + { + "percent": "10000", + "reputation": 4447885148, + "rshares": 69319187, + "voter": "osame066" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 620052972, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 55416927, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 230818255, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 346099916175, + "rshares": 219359570, + "voter": "steemreporter" + }, + { + "percent": "10000", + "reputation": 244886998614, + "rshares": 162599728, + "voter": "irininich" + }, + { + "percent": "10000", + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 57739116, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 251411191, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 444262969, + "rshares": 53298601, + "voter": "rawbeing" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "Midnight, ", + "body_length": 852, + "cashout_time": "2016-09-07T04:12:09", + "category": "steemmobile", + "children": 16, + "created": "2016-08-31T04:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemmobile\",\"esteem\",\"steem\",\"apps\",\"steemit\"],\"users\":[\"good-karma\"],\"image\":[\"https://s5.postimg.org/l58mgrqwn/logo_and_apple.png\"],\"links\":[\"https://steemit.com/steemmobile/@good-karma/push-notifications-bookmarks-esteem-mobile-app-update-1-1-6-ios-and-android\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T07:34:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10085961211221, + "parent_author": "", + "parent_permlink": "steemmobile", + "pending_payout_value": "14.559 HBD", + "percent_hbd": 10000, + "permlink": "esteem-ios-second-major-update-iphone-ipad", + "post_id": 1066141, + "promoted": "0.002 HBD", + "replies": [], + "root_title": "eSteem - iOS second major update (iPhone, iPad)", + "title": "eSteem - iOS second major update (iPhone, iPad)", + "total_payout_value": "0.000 HBD", + "url": "/steemmobile/@good-karma/esteem-ios-second-major-update-iphone-ipad" + }, + { + "active_votes": [ + { + "percent": "7500", + "reputation": 8151223409709, + "rshares": 12795356591228, + "voter": "rainman" + }, + { + "percent": "3000", + "reputation": 13270505121655, + "rshares": 20627905251154, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2819951722233, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3126139203563, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 408335912363, + "voter": "lafona" + }, + { + "percent": "7500", + "reputation": 18336382560162, + "rshares": 137520714395, + "voter": "svk" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1045590849049, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 918746263877, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314680482723, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6477125435976, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2479280379, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3009895073, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 10026510714787, + "rshares": 95870468045, + "voter": "testz" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 557842933, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 43188009259, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1328701927, + "voter": "mini" + }, + { + "percent": "7500", + "reputation": 8717425187, + "rshares": 4383774924626, + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170928098, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 15405606665, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 498171759, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 773739057, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134108679839, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 5810476023292, + "rshares": 66151857717, + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230510919, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 736634655803, + "rshares": 8126895938, + "voter": "khanhsang" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 9703360306, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993844457161, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1927622529, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 273642114361, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 19711517082, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1293680763, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 54016857275, + "voter": "oaldamster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1788305838, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 359570383120, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 249412785392, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 41737728268, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3764317734163, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4533981884, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1946407565, + "voter": "stephen-somers" + }, + { + "percent": "3800", + "reputation": 598181152117, + "rshares": 81560548889, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6874854410, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 23613509404, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 188243688187, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 25007532817, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 305496314948, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 63488015693, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 2876863753786, + "rshares": 4522484628, + "voter": "steamit" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 13086745099, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 119598721068, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 13688318779, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 37071287028, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 262539416, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 76785426942, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 12165573676, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 1088758929, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1108897841, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 531668806, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11266480276, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 83318660729, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 473559669, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 54005396563, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 116541357, + "rshares": 391334114, + "voter": "mrshade" + }, + { + "percent": "10000", + "reputation": 1248165138944, + "rshares": 14784154359, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 6186917789, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 3167747223142, + "rshares": 13846050753, + "voter": "dudutaulois" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 196293057448, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 57476726978, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 6518131962, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95772387, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 93184919, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 145088625, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 72245725, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4710593462, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116451427, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 8626407928, + "voter": "oumar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60350290, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 3513802513, + "voter": "dmitriybtc" + }, + { + "percent": "10000", + "reputation": 573006273614, + "rshares": 16417044263, + "voter": "chessmonster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83373852, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2555471109, + "voter": "lostnuggett" + }, + { + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4072795127, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 9224124607, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 130660676, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 442838800, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 10075428703343, + "rshares": 7599817269, + "voter": "webdeals" + }, + { + "percent": "3500", + "reputation": 17698439393799, + "rshares": 10231913210, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 869670438261, + "rshares": 4100960070, + "voter": "crazylife" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 861323115, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1856524470, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 25310106112, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 5337877066, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 762211704, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 5388014407, + "voter": "theprophet0" + }, + { + "percent": "1800", + "reputation": 10771708337101, + "rshares": 216277477550, + "voter": "laonie" + }, + { + "percent": "2600", + "reputation": 18027204457681, + "rshares": 8790981829, + "voter": "myfirst" + }, + { + "percent": "3800", + "reputation": 5776723480371, + "rshares": 95557398685, + "voter": "somebody" + }, + { + "percent": "3800", + "reputation": 206355094166, + "rshares": 3592472408, + "voter": "flysaga" + }, + { + "percent": "3600", + "reputation": 97845484474, + "rshares": 18385668989, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 1481116321, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 85099309, + "rshares": 4751041510, + "voter": "lianbing" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 698557363, + "voter": "romancs" + }, + { + "percent": "1800", + "reputation": 3016325652890, + "rshares": 24523502262, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 1964111181, + "voter": "t3ran13" + }, + { + "percent": "10000", + "reputation": 134345349682, + "rshares": 7190118987, + "voter": "slimjim" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 100647770218, + "voter": "sirwinchester" + }, + { + "percent": "3400", + "reputation": 1851205309677, + "rshares": 1326246308, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 9342791743, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1706681630, + "rshares": 3299387426, + "voter": "cmorton" + }, + { + "percent": "10000", + "reputation": 9523766827937, + "rshares": 31543276597, + "voter": "cryptos" + }, + { + "percent": "3800", + "reputation": 4195733833721, + "rshares": 3302534849, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 18933467156, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 52715459356, + "rshares": 85284068, + "voter": "sparkeddev" + }, + { + "percent": "10000", + "reputation": 649597112137, + "rshares": 61313637, + "voter": "jfelton5" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1390975245, + "voter": "bledarus" + }, + { + "percent": "3800", + "reputation": 730408370151, + "rshares": 220537174, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 6777205106, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 7409732748, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 10968660346, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 3137399626023, + "rshares": 2409596950, + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 2568446320, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 478632713, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 12924917515, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 13428645312, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 6935351112, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 2484336960082, + "rshares": 2920931566, + "voter": "cryptovpn" + }, + { + "percent": "10000", + "reputation": 2918379629, + "rshares": 1660145254, + "voter": "unchainedio" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 4459137288511, + "rshares": 1631968702, + "voter": "penguinpablo" + }, + { + "percent": "10000", + "reputation": 186924852752, + "rshares": 69382211, + "voter": "kreativ" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 14429548321, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 11825860265, + "voter": "ryan-singer" + }, + { + "percent": "10000", + "reputation": 21073879336, + "rshares": 58018384, + "voter": "asoumeru2" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 37998652701, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 632970742, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 54285969, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 24235309770, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 93212736, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 70169318, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 38618215503, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 968641174, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 9789912031, + "rshares": 55496395, + "voter": "feruz" + }, + { + "percent": "10000", + "reputation": 18081706207, + "rshares": 50061861, + "voter": "shvedas" + }, + { + "percent": "10000", + "reputation": 329560640, + "rshares": 67870265, + "voter": "kattz" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50066904, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 84322994, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 251144803, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 309356040, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 272497517948, + "rshares": 64483787, + "voter": "bobbybillbob" + }, + { + "percent": "10000", + "reputation": 1321908864392, + "rshares": 149977811, + "voter": "steemitcharity" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "
ht", + "body_length": 2905, + "cashout_time": "2016-09-06T12:29:39", + "category": "steemmobile", + "children": 46, + "created": "2016-08-30T12:29:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemmobile\",\"esteem\",\"steem\",\"steemit\",\"apps\"],\"users\":[\"blocktrades\"],\"image\":[\"https://s5.postimg.org/ii6534gs7/feature_thumbnail.png\",\"https://s5.postimg.org/8n9xzs6if/screenshots.png\",\"https://s5.postimg.org/z0otytxx3/notifications.png\",\"https://s5.postimg.org/jdxklgk53/bookmarks.png\",\"https://s5.postimg.org/lxt7fk7p3/promoted.png\",\"https://s5.postimg.org/rai1tovlj/login.png\"],\"links\":[\"https://steemit.com/steemmobile/@good-karma/finally-esteem-is-on-ios-app-store-other-development-updates\",\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&mt=8\",\"https://play.google.com/store/apps/details?id=com.netsolutions.esteem\",\"https://github.com/feruzm/esteem\",\"https://steemit.com/@good-karma\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T03:52:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61488852235441, + "parent_author": "", + "parent_permlink": "steemmobile", + "pending_payout_value": "321.665 HBD", + "percent_hbd": 10000, + "permlink": "push-notifications-bookmarks-esteem-mobile-app-update-1-1-6-ios-and-android", + "post_id": 1055358, + "promoted": "50.000 HBD", + "replies": [], + "root_title": "eSteem mobile app update - PUSH NOTIFICATIONS, BOOKMARKS for iOS and Android v1.1.6", + "title": "eSteem mobile app update - PUSH NOTIFICATIONS, BOOKMARKS for iOS and Android v1.1.6", + "total_payout_value": "0.000 HBD", + "url": "/steemmobile/@good-karma/push-notifications-bookmarks-esteem-mobile-app-update-1-1-6-ios-and-android" + }, + { + "active_votes": [ + { + "percent": "5100", + "reputation": 145171381514207, + "rshares": 14851662197952, + "voter": "dantheman" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28861533080, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8151223409709, + "rshares": 17165442727485, + "voter": "rainman" + }, + { + "percent": "2000", + "reputation": 1133069631465, + "rshares": 6803786191039, + "voter": "val-a" + }, + { + "percent": "6000", + "reputation": 13270505121655, + "rshares": 39963167655397, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3219053436696, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 385490772199, + "voter": "lafona" + }, + { + "percent": "7000", + "reputation": 16685610555705, + "rshares": 14451833575461, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 107371207628, + "voter": "sandra" + }, + { + "percent": "500", + "reputation": 20297981245452, + "rshares": 400119746555, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 811197621631, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1039497089110, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 320910536892, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2476023846, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 2018343962847, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 184352044329, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3005570018, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 557339570, + "voter": "bunny" + }, + { + "percent": "3300", + "reputation": 59074616588451, + "rshares": 2020346400216, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6085811161380, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 42706800430, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1327073465, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170847062, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1998161418894, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 56102970553, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 73158891122, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 255988247790, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 21159324769, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 497713761, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 23551231374, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 763569445, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 758092952414, + "rshares": 6766413434, + "voter": "davidwachsman" + }, + { + "percent": "10000", + "reputation": 4874033031398, + "rshares": 399267678550, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 136503614301, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 63578499317, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 1301587831477, + "rshares": 22561275105, + "voter": "sadochismo" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 188022554811, + "voter": "gardenlady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230375470, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 24274042652, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 736634655803, + "rshares": 8369520210, + "voter": "khanhsang" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14148028995, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9679992478, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 81926769193, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 51874214963, + "rshares": 464205201, + "voter": "ereismatias" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 5173530655, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 24305464925, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2053360577, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10453257773, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 11059776879, + "rshares": 2352510904, + "voter": "luxiano-valdez" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 139144466158, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12570159570, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 37456202925, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2524837468, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 39966682765041, + "rshares": 86489792843, + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 16325478562, + "rshares": 1703082834, + "voter": "brian-lukassen" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1666726555, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 349265568800, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 346449377252, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 463562817, + "rshares": 610595270, + "voter": "ethan-castle" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 255350620, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 228511897173, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 9819075529, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 3525238421, + "rshares": 73473919997, + "voter": "a48" + }, + { + "percent": "10000", + "reputation": 1703172762438, + "rshares": 16982131448, + "voter": "andrei" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 440398400523, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4602269229, + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13119000769, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1021214632, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 9131956116299, + "rshares": 130590326717, + "voter": "omarb" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 184432921500, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 191340313957, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1456226686072, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 840377473305, + "rshares": 2267977999, + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6219679620, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 587584054096, + "rshares": 13676822558, + "voter": "omarbitcoin" + }, + { + "percent": "10000", + "reputation": 3816957970, + "rshares": 1337731690, + "voter": "ransu" + }, + { + "percent": "10000", + "reputation": 15285243314, + "rshares": 166893375, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 168259090889, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 1826252654620, + "rshares": 2935212438, + "voter": "sunshinecrypto" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 7097170635, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18629176283, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 21767917246, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 48962515720, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 62798045, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 47264506487, + "rshares": 2076520419, + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 129949224363, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 705778861, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 1371681467487, + "rshares": 7415454160, + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 67145833276, + "rshares": 41266087611, + "voter": "wesam" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3791945982, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 255391004842, + "rshares": 39839273377, + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33599522444, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 78302131060, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 10914927769, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 3361494185, + "rshares": 833774853, + "voter": "steem14" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24915039519, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 53993431161, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 2432538531735, + "rshares": 10092635994, + "voter": "kaptainkrayola" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 270667555429, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 10178494035, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 91492250350, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 1248165138944, + "rshares": 15365747845, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 120162058, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 51478739136, + "rshares": 36691479262, + "voter": "sbq777t" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1885156024, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 37849496385, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2468349025, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7167153309, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4265097948, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 148049617, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 313385170, + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 1441496315, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 1871324, + "rshares": 1475809588, + "voter": "rfresh" + }, + { + "percent": "10000", + "reputation": 1464965875, + "rshares": 115387959, + "voter": "charbelnamm" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 6884258342, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 26039739848, + "rshares": 358306124, + "voter": "rcmdantas" + }, + { + "percent": "10000", + "reputation": 1849155799051, + "rshares": 8875741729, + "voter": "crypto.owl" + }, + { + "percent": "10000", + "reputation": 2615896270, + "rshares": 5061868603, + "voter": "sacode" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 8678865707, + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 23333572065, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3549815575, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 125645540, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 137150233782, + "rshares": 122951400, + "voter": "nicoleta" + }, + { + "percent": "10000", + "reputation": 114448354925, + "rshares": 57831002291, + "voter": "investing" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1818663844, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107999610, + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 566486944, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 55181675, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 11856501387697, + "rshares": 31593467461, + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": 89039117574, + "rshares": 16475529498, + "voter": "bulkygangsta" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 54844677, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 5986362203385, + "rshares": 10413281453, + "voter": "lasvegasgirl" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23814605174, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 25283910425, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 10690204490232, + "rshares": 7661019833, + "voter": "mrs.steemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64754092, + "voter": "dmitriy960" + }, + { + "percent": "10000", + "reputation": 3260606209007, + "rshares": 1630310069, + "voter": "avtzis.petros" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 7956031103, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 634476772, + "rshares": 106997975, + "voter": "xaviorfx" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 76669681969, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 55265906, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 53370316, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1074787723323, + "rshares": 3515231954, + "voter": "salva82" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1010670158, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11715953597, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 679386962, + "rshares": 61145914, + "voter": "estefani4" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2310121430, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53648513, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 47334856382, + "rshares": 64006701, + "voter": "williamdevine" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 6927266147, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 317984497509, + "rshares": 118544994, + "voter": "sifodyas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1177264821, + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59448799, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 57107588, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 83682643470, + "rshares": 104558988, + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 692776457, + "rshares": 78050100, + "voter": "steemcash" + }, + { + "percent": "10000", + "reputation": 24073624840, + "rshares": 2510155648, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 36514411336, + "rshares": 72406042, + "voter": "jacksteem" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 8983526070, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53042068, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53034852, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 5939157149097, + "rshares": 6066075407, + "voter": "elissahawke" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 55132087, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 295472992623, + "rshares": 1128303487, + "voter": "iamrohitkgupta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 242032249, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 15582512683043, + "rshares": 64295542369, + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23898085942, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 305959994445, + "rshares": 247829969, + "voter": "freerubens" + }, + { + "percent": "10000", + "reputation": 351191377036, + "rshares": 69520438, + "voter": "zakharsmirnoff" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 19305676405, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 10887611245, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 11244855489, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 1682385410, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 55107501, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 117598348160, + "rshares": 391575765, + "voter": "avecaesar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57061635, + "voter": "vmaddy" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 71849011, + "rshares": 56679654, + "voter": "bradyd" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4795997315, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 4012456228, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 11731132898, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 54987076112, + "rshares": 148096389, + "voter": "socalguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52836995, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4870857071, + "rshares": 57056867, + "voter": "janos" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 60814132, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52505412, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52496656, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 54653118, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 373574838, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 25535100164, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53252658, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 2653137783, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56759615, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 5467082592, + "rshares": 54921657, + "voter": "el1fan" + }, + { + "percent": "10000", + "reputation": 7368526603, + "rshares": 57464589, + "voter": "bl4nkcode01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55106060, + "voter": "omars3" + }, + { + "percent": "10000", + "reputation": 860330, + "rshares": 56162395, + "voter": "sslstinkypete224" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 53942218, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 8859041042380, + "rshares": 26492749153, + "voter": "natureofbeing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55910218, + "voter": "craftercrafter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51451058, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 51335169, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": -248081771849, + "rshares": 52540446, + "voter": "chuckleberry" + }, + { + "percent": "10000", + "reputation": 21487246451, + "rshares": 59305350, + "voter": "cldstarrs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52230725, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26332784061, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 54521522, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 2885617756, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51906983, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 1511210353594, + "rshares": 53255910, + "voter": "tsudohnimh" + }, + { + "percent": "10000", + "reputation": -13566064071, + "rshares": 57746363, + "voter": "lapa" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 160210422, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 580482162746, + "rshares": 1115865641, + "voter": "wulfmeister" + }, + { + "percent": "10000", + "reputation": 5570466293, + "rshares": 54833257, + "voter": "alwillis" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 52816069, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 69408815, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 25462975160, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 9789912031, + "rshares": 55105511, + "voter": "feruz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51979174, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 55373286, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1101549495417, + "rshares": 54579360, + "voter": "stansmith" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 114642512, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 80920831153, + "rshares": 56789009, + "voter": "fpcvirtual" + }, + { + "percent": "10000", + "reputation": 20872774, + "rshares": 50695436, + "voter": "jeancarlos" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 64324063, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 5441700948, + "rshares": 54354587, + "voter": "mobilebestdeal" + }, + { + "percent": "10000", + "reputation": 3652443205, + "rshares": 971322095, + "voter": "cgfx" + }, + { + "percent": "10000", + "reputation": 167503918203, + "rshares": 59703742, + "voter": "saamychristen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53610063, + "voter": "skater777" + }, + { + "percent": "10000", + "reputation": 619923193031, + "rshares": 424941174, + "voter": "krispysix" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 1341130693, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 17153325027, + "voter": "tarekadam" + }, + { + "percent": "-10000", + "reputation": -182949691419, + "rshares": -65593024, + "voter": "morganpearl" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 50852949, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 52007798, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 6256065244, + "rshares": 52567857, + "voter": "stuartbolton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50439559, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 396934417378, + "rshares": 52470232, + "voter": "justallen" + }, + { + "percent": "10000", + "reputation": 20789357061, + "rshares": 52193702, + "voter": "jessica.tan" + }, + { + "percent": "10000", + "reputation": 108718912, + "rshares": 50759259, + "voter": "steven15" + }, + { + "percent": "10000", + "reputation": 2807726188, + "rshares": 50200162, + "voter": "feedmycrash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5702662564, + "voter": "thegeek" + }, + { + "percent": "10000", + "reputation": 2208894066, + "rshares": 51676320, + "voter": "champ333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51654806, + "voter": "w3st3rninfd3l" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50459335, + "voter": "catkill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50383085, + "voter": "progressor" + }, + { + "percent": "10000", + "reputation": 75109512138, + "rshares": 151100314, + "voter": "bitcoinpoet" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "I am very ", + "body_length": 2105, + "cashout_time": "2016-09-01T16:58:24", + "category": "steemmobile", + "children": 75, + "created": "2016-08-25T16:58:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemmobile\",\"esteem\",\"steemit\",\"steem\",\"apps\"],\"image\":[\"https://s5.postimg.org/iswg19tdj/Android_Apple_Logo_Vector.jpg\"],\"links\":[\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&mt=8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-25T18:16:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 118935281561525, + "parent_author": "", + "parent_permlink": "steemmobile", + "pending_payout_value": "1903.857 HBD", + "percent_hbd": 10000, + "permlink": "finally-esteem-is-on-ios-app-store-other-development-updates", + "post_id": 983933, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "FINALLY, eSteem is on iOS App Store, other development updates", + "title": "FINALLY, eSteem is on iOS App Store, other development updates", + "total_payout_value": "0.000 HBD", + "url": "/steemmobile/@good-karma/finally-esteem-is-on-ios-app-store-other-development-updates" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28857079881, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8151223409709, + "rshares": 17160998262916, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3154404748553, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 377720948083, + "voter": "lafona" + }, + { + "percent": "9000", + "reputation": 16685610555705, + "rshares": 18568339957322, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 18336382560162, + "rshares": 184879154598, + "voter": "svk" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 961508809022, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 966124347164, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314512840484, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3093312584, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3754756859, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703473684, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 53130362122, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1658004579, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 8717425187, + "rshares": 5733152461882, + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213534945, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1949837362848, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621924331, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 943904541, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 133725960972, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 39494631095, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287928458, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 3803676120, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993844457161, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 266498372230, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 14548475186, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 98202322705, + "voter": "steve-walschot" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1442001937, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1666726555, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 367579211854, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 42864868809, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3764317734163, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 34810061064, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 29734485787, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 3119848883, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 12855621010, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 137838017044, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 686411450411, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 22170987902, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 217222224, + "rshares": 276371248, + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 5695801176, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 23826803392, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19020023451, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 5003761665, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4239954381, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 85279944, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16555734725, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 38705036099, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1284328760, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 35345023493, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 1073334156, + "rshares": 222736411, + "voter": "eleny" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 103317641770, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 72459283, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 4403326971786, + "rshares": 19075298142, + "voter": "cryptobarry" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 139842993878, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 2018118918, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 51580457503, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 227542942, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 222572819, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 262033355713, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 1333552273, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 1525708654, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1818867316, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3722503427, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 8448421440, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3544651377, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 536325914524, + "rshares": 612776852, + "voter": "greengo" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1847540689, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 109399116, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2150992881, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 130660676, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 190397598394, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3104612658, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 623266060, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 31741052788, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 583669027, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 35139115479, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 3223759175, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 1106145498, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 60092677, + "voter": "erikkartmen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 359260861, + "voter": "drzigfrid" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 1754163688, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 58766754772, + "rshares": 70060422, + "voter": "sizil" + }, + { + "percent": "10000", + "reputation": 1280401419, + "rshares": 63909570, + "voter": "randomblock1" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12455053145, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 919995895, + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60383135, + "voter": "demo" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 8968129176, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 3647287284, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1697764846758, + "rshares": 61386510, + "voter": "martaxrodriguez" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "0", + "reputation": 17676358821986, + "rshares": 137666522, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 339886160, + "rshares": 393838854, + "voter": "hpk" + }, + { + "percent": "10000", + "reputation": 3547713333727, + "rshares": 944857206, + "voter": "victoriart" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 19139286685, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 687917754, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 81703065299, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 54318447, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 9789912031, + "rshares": 54138620, + "voter": "feruz" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 51791229, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 94063729, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 246220395, + "voter": "jbaker585" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "
![", + "body_length": 4634, + "cashout_time": "2016-08-30T13:14:48", + "category": "steemit", + "children": 11, + "created": "2016-08-23T13:14:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steemmobile\",\"esteem\",\"steem\",\"apps\"],\"users\":[\"good-karma\"],\"image\":[\"https://s5.postimg.org/ojh3yie47/14719613303266367.gif\",\"https://s5.postimg.org/crt8npjhz/promo_logo_big.png\",\"https://s5.postimg.org/sh4dnx0xf/Screenshot_20160816_205838.png\",\"https://s5.postimg.org/66giny3n7/Screenshot_20160816_205855.png\",\"https://s5.postimg.org/onaxerjlf/Screenshot_20160823_131250.png\",\"https://s5.postimg.org/zcom70veb/Screenshot_20160823_132055.png\",\"https://s5.postimg.org/gye331j3n/Screenshot_20160823_161021.png\",\"https://s5.postimg.org/y06x54xyr/Screenshot_20160823_161044.png\",\"https://s5.postimg.org/y2ve5pr03/Screenshot_20160823_161216.png\"],\"links\":[\"https://github.com/feruzm/esteem/commits/master\",\"https://play.google.com/store/apps/details?id=com.netsolutions.esteem\",\"https://postimg.org/image/sh4dnx0xf/\",\"https://postimg.org/image/66giny3n7/\",\"https://postimg.org/image/onaxerjlf/\",\"https://postimg.org/image/zcom70veb/\",\"https://postimg.org/image/gye331j3n/\",\"https://postimg.org/image/y06x54xyr/\",\"https://postimg.org/image/y2ve5pr03/\",\"https://steemit.com/@good-karma\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T14:08:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57271533456679, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "407.247 HBD", + "percent_hbd": 10000, + "permlink": "esteem-mobile-app-update-v1-1-4", + "post_id": 950445, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "eSteem Mobile App Update v1.1.4", + "title": "eSteem Mobile App Update v1.1.4", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@good-karma/esteem-mobile-app-update-v1-1-4" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 104827428238, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993844457161, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1666726555, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 336027378996, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 212976871300, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 48263566264, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4620523428308, + "rshares": 19278576469, + "voter": "minfon" + }, + { + "percent": "10000", + "reputation": 217622810430, + "rshares": 585335120, + "voter": "ryno" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1337186039, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 64221248893, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 447439572, + "voter": "raphma" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 6665877020, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 4965349454737, + "rshares": 30922810078, + "voter": "rznag" + }, + { + "percent": "10000", + "reputation": 3921604342143, + "rshares": 11935460641, + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 38262556924, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 20273571368, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 85286659, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 55404816, + "voter": "pjo" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "In [my pre", + "body_length": 1072, + "cashout_time": "2016-08-25T17:47:42", + "category": "steemit", + "children": 2, + "created": "2016-08-18T17:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"esteem\",\"steemmobile\",\"apps\"],\"image\":[\"https://www.steemimg.com/images/2016/08/10/steem_code_onbb6de.th.png\"],\"links\":[\"https://www.youtube.com/watch?v=BCXYw6N2nOA\",\"https://steemit.com/@good-karma\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T17:47:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1891677182113, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "1.028 HBD", + "percent_hbd": 10000, + "permlink": "esteem-mobile-app-development-updates-1-1-2", + "post_id": 874481, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "eSteem Mobile App Development Updates 1.1.2", + "title": "eSteem Mobile App Development Updates 1.1.2", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@good-karma/esteem-mobile-app-development-updates-1-1-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 973967568018, + "voter": "hipster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1426450295, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 208003523717, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1830127738, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 217622810430, + "rshares": 585335120, + "voter": "ryno" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 3819058551, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3958064178, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 6644329945, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1522235238, + "voter": "sponge-bob" + } + ], + "author": "good-karma", + "author_reputation": 15603689614497, + "beneficiaries": [], + "body": "Just wante", + "body_length": 1817, + "cashout_time": "2016-08-25T12:59:15", + "category": "steemit", + "children": 8, + "created": "2016-08-18T12:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemmobile\",\"esteem\",\"apps\"],\"image\":[\"https://www.steemimg.com/images/2016/08/05/splash_cc9674.th.png\"],\"links\":[\"https://steemit.com/steemit/@good-karma/esteem-update-profile-pictures-elegant-profile-pages-easy-access-many-more\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:59:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1201878450117, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.608 HBD", + "percent_hbd": 10000, + "permlink": "what-is-steem-mobile-esteem", + "post_id": 870085, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Steem Mobile - eSteem?", + "title": "What is Steem Mobile - eSteem?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@good-karma/what-is-steem-mobile-esteem" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.tavern.yaml new file mode 100644 index 00000000..365c5920 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/truncated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date patterns test + + marks: + - patterntest # original did not have truncate_body argument - it was added for consistency + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_author_before_date_no_results + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_author_before_date" + params: {"author":"good-karma","start_permlink":"good-karma-witness-thread","limit":10,"truncate_body":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "truncated" + directory: "condenser_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.orig.json new file mode 100644 index 00000000..46eb5f5a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.orig.json @@ -0,0 +1,9 @@ +{ + "error": { + "code": -32602, + "data": "limit must be provided", + "message": "Invalid parameters" + }, + "id": 1, + "jsonrpc": "2.0" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.pat.json new file mode 100644 index 00000000..67b149e2 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.pat.json @@ -0,0 +1,5267 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932201065, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677295375, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149018521, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "percent": "1225", + "reputation": 12382143533351, + "rshares": 104880949618, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3997942209174, + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635691300, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061266533, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58188888655, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 36407027386, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1960155455032, + "rshares": 4682885200, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17908924002, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "4400", + "reputation": 1598540193144, + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739229218, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24417687626, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "7400", + "reputation": 10137266406870, + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157207095, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157521707420, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246279861104, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831615639, + "voter": "brendio" + }, + { + "percent": "1225", + "reputation": 1751717743, + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "percent": "4800", + "reputation": 1038813018744, + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2343183825, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 62928860, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591109646, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 88481667, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712937692, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 333189373469, + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65868377, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 8226370900, + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3915304227, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 904012, + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 588228551, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158057595, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 155166715, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 120983531, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 96643251, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 1153608185509, + "rshares": 519265850, + "voter": "doubledex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
\n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
\nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "body_length": 6656, + "cashout_time": "2016-09-22T18:23:15", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"gold\",\"silver\",\"bitcoin\",\"crisis\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg\",\"https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 145171381514207, + "rshares": 375241, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 190869539046, + "rshares": 886132, + "voter": "mr11acdee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100, + "voter": "steemit78" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 1259167, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 159370, + "rshares": 318519, + "voter": "hello" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153384, + "voter": "world" + }, + { + "percent": "-100", + "reputation": 13270505121655, + "rshares": -936400, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59412, + "voter": "fufubar1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14997, + "voter": "anonymous1" + }, + { + "percent": "100", + "reputation": 1993860928264, + "rshares": 1441, + "voter": "red" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 551390835500, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 9800209121307, + "rshares": 82748, + "voter": "roadscape" + }, + { + "percent": "100", + "reputation": 89703349977794, + "rshares": 10772, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 29394786822950, + "rshares": 7685088000, + "voter": "markopaasila" + }, + { + "percent": "10000", + "reputation": 11006097418580, + "rshares": 454510724, + "voter": "tshering-tamang" + }, + { + "percent": "10000", + "reputation": -1240421481231, + "rshares": 681946946, + "voter": "romangelsi" + }, + { + "percent": "10000", + "reputation": 4743131139239, + "rshares": 504895891, + "voter": "dedmatvey" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 498863058, + "voter": "joelinux" + }, + { + "percent": "0", + "reputation": 629772802423, + "rshares": 9590417, + "voter": "piranhax" + }, + { + "percent": "10000", + "reputation": -681986257906, + "rshares": 473258270, + "voter": "ned-reddit-login" + }, + { + "percent": "3600", + "reputation": 944762156062, + "rshares": 0, + "voter": "fernando-sanz" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 425903066, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": -505268709325, + "rshares": 381805870, + "voter": "gilang-ramadhan" + }, + { + "percent": "10000", + "reputation": 14430883217, + "rshares": 392459059, + "voter": "kamvreto" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 422984262, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 32983096229, + "rshares": 47179379651, + "voter": "tosch" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 7831667988, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1019950749, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 1746058458, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 22639073725, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 2663003206978, + "rshares": 0, + "voter": "hien-tran" + }, + { + "percent": "10000", + "reputation": 1005278051807, + "rshares": 742566481, + "voter": "patrick-g" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 40624969, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 1826252654620, + "rshares": 1742755097, + "voter": "sunshinecrypto" + }, + { + "percent": "10000", + "reputation": 353432699790, + "rshares": 108855472, + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 1261132457927, + "rshares": 485112237, + "voter": "marinabogumil" + }, + { + "percent": "10000", + "reputation": 756734123357, + "rshares": 917398502, + "voter": "decrypt" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 5067187498, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 196800352745, + "rshares": 5154897955, + "voter": "r33drum" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 5033902237, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 1037079223, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 213364405044, + "rshares": 233032838, + "voter": "jearson" + }, + { + "percent": "10000", + "reputation": 25715360164, + "rshares": 240809500, + "voter": "tritium" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 123321995, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 29008237643, + "rshares": 226074637, + "voter": "artjedi" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 931542394, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 2292983350, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 128561059, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 113908011659, + "rshares": 183438273, + "voter": "a9inchcock" + }, + { + "percent": "10000", + "reputation": 1783202708175, + "rshares": 266262926, + "voter": "desmonid" + }, + { + "percent": "10000", + "reputation": 1193366475012, + "rshares": 71498008, + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 23726644841, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 3741408303, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 131577259, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 12371398765, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 2110839599820, + "rshares": 28907874049, + "voter": "orm" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 528988007, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 9853253860, + "rshares": 129537329, + "voter": "rd7783" + }, + { + "percent": "10000", + "reputation": 100161586091, + "rshares": 615020728, + "voter": "slava" + }, + { + "percent": "10000", + "reputation": 101628344707, + "rshares": 0, + "voter": "flyboyzombie" + }, + { + "percent": "10000", + "reputation": 281653583054, + "rshares": 100102503, + "voter": "sictransitgloria" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 95219365, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": -385936503026, + "rshares": 232295871, + "voter": "dubovoy" + }, + { + "percent": "10000", + "reputation": 35204206, + "rshares": 0, + "voter": "solos" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 96945805, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 3804816886, + "rshares": 99813231, + "voter": "trigonice29" + }, + { + "percent": "10000", + "reputation": 3427179893, + "rshares": 0, + "voter": "blysards" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 3721016208, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3240369658, + "rshares": 1279854, + "voter": "nigmat" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 13974353753, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4968585456, + "voter": "satoshifpv" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 1660613178, + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 5349429676630, + "rshares": 10847083143, + "voter": "metrox" + }, + { + "percent": "10000", + "reputation": 28131790010, + "rshares": 18340928, + "voter": "bestmalik" + }, + { + "percent": "10000", + "reputation": 169634730, + "rshares": 59563315, + "voter": "kolyan31" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 710989138, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 59366614, + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 137324193, + "rshares": 58762473, + "voter": "bro66" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 201822591, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 18385642301, + "rshares": 58623688, + "voter": "mythras" + }, + { + "percent": "10000", + "reputation": 647464973800, + "rshares": 56536509, + "voter": "imarealboy777" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 0, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 286385675205, + "rshares": 48299362, + "voter": "smartguylabcoat" + }, + { + "percent": "10000", + "reputation": 34436412607, + "rshares": 59157099, + "voter": "mabiturm" + }, + { + "percent": "10000", + "reputation": -455329027035, + "rshares": 48283979, + "voter": "captainamerica" + }, + { + "percent": "10000", + "reputation": 447853669279, + "rshares": 54761612, + "voter": "edbriv" + }, + { + "percent": "10000", + "reputation": 1228265260257, + "rshares": 865125771, + "voter": "rittr" + }, + { + "percent": "10000", + "reputation": 415861172879, + "rshares": 92614447, + "voter": "jelloducky" + }, + { + "percent": "10000", + "reputation": 21467555148, + "rshares": 52740989, + "voter": "tcstix" + }, + { + "percent": "10000", + "reputation": 143728394, + "rshares": 49467477, + "voter": "friedwater" + }, + { + "percent": "10000", + "reputation": -32328156283, + "rshares": 57366185, + "voter": "denisdiaz" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 132070449, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 246039331, + "rshares": 48811442, + "voter": "love-spirit-nerd" + }, + { + "percent": "10000", + "reputation": 6900034272, + "rshares": 51549585, + "voter": "dikanevn" + }, + { + "percent": "10000", + "reputation": 221607742, + "rshares": 54017869, + "voter": "zelious" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 50129944, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 53196086, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 0, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 52394017140, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 5643099, + "rshares": 0, + "voter": "buckland" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 0, + "voter": "goldmatters" + } + ], + "author": "steemit", + "author_reputation": 12944616889, + "beneficiaries": [], + "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", + "body_length": 224, + "cashout_time": "1969-12-31T23:59:59", + "category": "meta", + "children": 36, + "created": "2016-03-30T18:30:18", + "curator_payout_value": "0.756 HBD", + "depth": 0, + "json_metadata": "", + "last_payout": "2016-08-24T19:59:42", + "last_update": "2016-03-30T18:30:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 830053779138, + "parent_author": "", + "parent_permlink": "meta", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "firstpost", + "post_id": 1, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Welcome to Steem!", + "title": "Welcome to Steem!", + "total_payout_value": "0.942 HBD", + "url": "/meta/@steemit/firstpost" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 12089675328, + "voter": "james-show" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1349003782, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 270238182376, + "voter": "pal" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060987563, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 8960468916, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 66754721, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127429987, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5223090819, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 284977509, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 405982369, + "rshares": 152818230, + "voter": "gramion" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?      

\n

The Power Of Timeless      

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.        

\n

The Power Of The Trend      

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.      

\n

Combining The Two      

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.    

\n

Thanks for reading, check out my other post about cryptocurrnecy which is sitting at over $100 atm.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n

This is @funny, please upvote, follow and promote \")

\n", + "body_length": 4617, + "cashout_time": "2016-09-22T02:13:18", + "category": "steemit", + "children": 1, + "created": "2016-09-15T02:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"writing\",\"blog\",\"blogging\",\"steemithelp\"],\"users\":[\"funny\"],\"image\":[\"https://s10.postimg.org/6hydq1ud5/light_bulb_current_light_glow_40889.jpg\"],\"links\":[\"https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 299772393539, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.068 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both", + "post_id": 1249807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "title": "Tips For What To Write On Steemit: Should You Write A Post That Is Timeless Or One That Is Trendy? Maybe You Can Do Both", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/tips-for-what-to-write-on-steemit-should-you-write-a-post-that-is-timeless-or-one-that-is-trendy-maybe-you-can-do-both" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 844211444, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150513362, + "voter": "magnolia23" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Find the answer here on my article about why steem, bitcoin and other cryptocurrencies are worth something.

\n

https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money

\n", + "body_length": 338, + "cashout_time": "2016-09-21T23:59:12", + "category": "money", + "children": 2, + "created": "2016-09-14T23:59:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"crytpocurrency\",\"bitcoin\"],\"links\":[\"https://steemit.com/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 994724806, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wonder-why-cyptocurrency-is-worth-real-money", + "post_id": 1248833, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "title": "Wonder Why Cryptocurrency Is Worth \"Real\" Money???", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/wonder-why-cyptocurrency-is-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260710292024, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40822566857571, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5672794553180, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 88563214249, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 3593784049076, + "rshares": 34375043499, + "voter": "joshua" + }, + { + "percent": "10000", + "reputation": 2242727814, + "rshares": 2166125508, + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14064615475, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9412685074, + "voter": "gregory60" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268831476, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060806418, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678946129, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 178018768, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2530638888, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 3516364728, + "rshares": 513924961, + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11096353249, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6266740248, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4121277460, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1368481696, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7054024735, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34748778096, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1279896799, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726094484, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40235861218, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206056754, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6697918220, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11539993041, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3605789818, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989681924, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375654103, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13557641966, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139365075, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60265303562, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 69596852, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2154229688, + "voter": "funkywanderer" + }, + { + "percent": "5200", + "reputation": 66311335718, + "rshares": 55511392399, + "voter": "roy2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54593924, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54391689, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646493719, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 764874009, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51524412, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20213463058, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 365007180, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 894021690, + "rshares": 51806857, + "voter": "stir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3139982764, + "voter": "esteem1" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1662172521, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 116849283, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 142855168, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 29876659736, + "rshares": 163830210, + "voter": "steemfunded" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154556093, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153996733, + "voter": "eltel" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n


\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.         

\n

 So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.         

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.         

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments.

\n

\n", + "body_length": 3703, + "cashout_time": "2016-09-21T16:41:39", + "category": "money", + "children": 15, + "created": "2016-09-14T16:41:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https://s10.postimg.org/z5x69j8vt/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47231388644388, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "135.120 HBD", + "percent_hbd": 10000, + "permlink": "why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money", + "post_id": 1244700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "title": "Why Are Bitcoin, Steem And Other Cryptocoins Worth \"Real\" Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-are-bitcoin-steem-and-other-cryptocoins-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 8923501480463, + "rshares": 1775762955, + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 17341335514, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 11567371620, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 1505238830807, + "rshares": 1485475073, + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 215238581, + "voter": "ola1" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?    

\n

The Power Of Timeless    

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.      

\n

The Power Of The Trend    

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future.    

\n

Combining The Two    

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.  

\n

This is @funny, please upvote, follow an promote \")  

\n", + "body_length": 4222, + "cashout_time": "2016-09-21T15:45:54", + "category": "writing", + "children": 2, + "created": "2016-09-14T15:45:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"blog\",\"blogging\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https://s9.postimg.org/o3373ruwv/light_bulb_current_light_glow_40889.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:45:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 32385183743, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both", + "post_id": 1244254, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "title": "Tips For Bloggers: Should You Write Something That Is Trendy Or Something That Is Timeless? Can You Do Both?", + "total_payout_value": "0.000 HBD", + "url": "/writing/@funny/tips-for-bloggers-should-you-write-something-that-is-trendy-or-something-that-is-timeless-can-you-do-both" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 32455846463901, + "rshares": 3160673077173, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289529189469, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1868338161806, + "voter": "xeroc" + }, + { + "percent": "1000", + "reputation": 83941319998, + "rshares": 588899549112, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11466738941, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30411681285, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 155065074696, + "voter": "steve-walschot" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766943395, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39981375462, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30809720834, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53398596488, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 31905735828, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4483269804, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 29635046067, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 231594690436, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 271768583150, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 36124272737, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 458355533, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40640081813, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47332059677, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 2272555442064, + "rshares": 4080846603, + "voter": "azaan" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67138946129, + "voter": "bacchist" + }, + { + "percent": "5000", + "reputation": 17405459234693, + "rshares": 43391917500, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2662787574, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 238363664, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18351829390, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226389224, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 169077920929, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142475732, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13912044788, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 43731888250, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 8911872385291, + "rshares": 47333054245, + "voter": "creationlayer" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 797139090, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 91855061090, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5994077098, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 37590115988, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31569407639, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 857751756, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62123806, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62123806, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 37840485919, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8173604793, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3270135337, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1346175861647, + "rshares": 6329630845, + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2614560885, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5215578046, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 125206354524, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 4265214728001, + "rshares": 11267175082, + "voter": "bergy" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 65855729410, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1304888347445, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24523680376, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035464329, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044410711, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43704576634, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 271625420475, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 588730929020, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10399345553, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5477690509, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 61435217888, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59414599, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040106747, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037924077, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034984707, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031585750, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7303579711, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027333073, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025244615, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3370891899, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 149825471317, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 147778757, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1820828330, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4804440310, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9684009449, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 128921857682, + "rshares": 125430017, + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 649554683, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 696610493104, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9582415995, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 58570757, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018457202, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58431340, + "voter": "steemchina" + }, + { + "percent": "10000", + "reputation": 3934561602, + "rshares": 419574270, + "voter": "dave-mohican" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 27526893687, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84571346034, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 26472176269, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3900786325, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 78199565, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24153120156, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 54247498, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018067669, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 372864096, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674315064, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379455976898, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 56013277366, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899745442, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 10341114686313, + "rshares": 211347695635, + "voter": "robinhoodwhale" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2040973377, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 444900926552, + "rshares": 6905913657, + "voter": "thenakedgod" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1421319017, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 1318433959, + "rshares": 151280408, + "voter": "greencycles" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 96638506, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111294624, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296323, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449394, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 142836910, + "voter": "paulocouto" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

About ten years ago, maybe five, internet dating got saddled with this idea that if you use it there was something wrong with you.  That you were socially awkward and had trouble finding a date in real life.  But the same things were said when you were a nerd.  It wasn't that long ago that nerds were at the bottom of the popularity chart and now it's almost uncool if you are not one.  Things and people change.  So @funny is announcing that internet dating is no longer something to scoff at.  Why do I say this?  Well here is a list of reasons why internet dating is a legit, and sometimes better, way to meet new people.                            

\n

You Mean You Have A Personality                         

\n

If you meet someone at a bar or club what are you really basing your decision on.  It's simple, you're basing it on looks and looks alone.  I'm not going to argue how important looks are, or are are not, in a relationship but I can tell you, if you don't have anything in common, the relationship is going to suffer.  There are cases, and this is rare, when you happen to see a tattoo of something the person likes that you like as well, but even if that is the case, basing a relationship on one common interest isn't a solid plan.  And yes, you can argue that internet dating is shallow as well, people with hot pictures are the ones getting more messages.  But under that picture is a bio and depending on the site, other information about the person beside how they look in a swimsuit.  It may not be a lot but it is something.                          

\n

Get To Know The Person First                           

\n

So you flash a smile at a club and the person comes over.  You try to make funny banter in their ear but they can't hear a word you're saying.  But they think you're cute, so they smile and start to dance with you.  Maybe you end up exchanging numbers or a kiss in the corner of the club.  That is great, but what did you really learn about the person.  I have had times, and yes I am embarrased to admit this, where I wasn't even sure of the woman's name when I called her.  Needless to say that relationship didn't work out.  But when you meet someone online you have to converse with them.  There has to be some kind of back and forth before a meetup is agreed upon.  For some people it a quick hey let's meet for coffee and others it may be months of late night conversations, but either way the option to really talk is presented in every case.                            

\n

Less Pressure                         

\n

It's easier, in a way, to be yourself on the net.  You can tell people things about yourself that you would have trouble saying in person.  There is no fear of what the other person will say or how they will look at you and once you are comfortable that this person likes the real you then you can decide to meet.  And there is the added benefit of being able to end the conversation anytime without any awkwardness.  It can take months to tell someone things about you that you can spill out online in an conversation and see how they react.  And if the getting to know the person doesn't work out, you can send a friendly goodbye message and move on to someone else.  No need to have to wait until the date is over as you look at the clock every five minutes.                                  

\n

 I Don't Have The Time To Meet People                         

\n

That isn't just an excuse.  People are busy and dating takes time.  Meeting people even takes time.  When you go out to a club or bar, you have to get ready, get there and spend, who knows how long, trying to make eye contact, or 'bump into', someone who wants to be 'bumped into' by you.  That is if the person even wants to be bothered to chat.  There are people who go to clubs because they want to dance or unwind and they don't want to be bothered by some one who is looking for a date.  Plus it gets expensive.  There are cover charges, costs of transport, drinks.  And if you do meet someone you can only get to know them so much in the bar, so that means going on a date, which costs more money.  It adds up, especially when you are meeting a lot of people who are not right for you.                                   

\n

I'm Shy                         

\n

There is nothing wrong with being shy.  Some people need time before they are comfortable putting themselves out there.  Who cares.  You are worth it and you want to find someone who knows that.  And maybe you are a bit \"weird\" by some people's standards.  Again, who cares.  Okay techincally this doesn't argue agianst being socially awkward.  But if you are, so what, good for you.  We all have our quirks.                             

\n

Now I know there are negatives.  There are people who are not who they say are and times when you meet someone online that you click with over the net but don't seem to gel with when you meet up in person.  It is not perfect.  And yeah there are benefits to meeting people in person rather than online. But that does not take away from the benefits that online dating has.  It is an option, a very viable one, of meeting people and you, if you choose to use it, should not feel lesser for doing so.

\n", + "body_length": 7148, + "cashout_time": "2016-09-20T01:33:27", + "category": "dating", + "children": 4, + "created": "2016-09-13T01:33:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dating\",\"relationships\"],\"users\":[\"funny\"],\"image\":[\"https://s17.postimg.org/tcsb4ps8f/smartphone_friends_internet_connection.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T01:33:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12020341353012, + "parent_author": "", + "parent_permlink": "dating", + "pending_payout_value": "12.058 HBD", + "percent_hbd": 10000, + "permlink": "5-reasons-you-should-give-internet-dating-a-chance", + "post_id": 1226676, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Reasons You Should Give Internet Dating A Chance", + "title": "5 Reasons You Should Give Internet Dating A Chance", + "total_payout_value": "0.000 HBD", + "url": "/dating/@funny/5-reasons-you-should-give-internet-dating-a-chance" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16578332116, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 378251153, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3191645613, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4787573300, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1559000789, + "rshares": 155963236, + "voter": "nedriffle" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Telemarketing:

\n

\n


\n

I can tell you from experience, almost nobody who works at a call center wants to work at a call centre. They do not want to be there nor do they want to call you about whatever it is they are calling you about. So when somone calls you at a time when you are a busy and you make it clear to them, that you, have no desire to be on the phone with them, I assure you, that they, probably have no desire to be on the phone with you. They are not even the ones who dial the phone number to call you, it is literally a machine that dials your number and then your name pops up on the screen in front of them. They might be allowed some leeway to what they say to you but basically it is a hi and before they talk about whatever it is they are supposed to sell you. A lot of these employees do not even work for the company of the product they are trying to pitch. Call centres are owned by third parties who make calls on behalf of other companies. The person on the phone probably does not have stocks or interest in the company. They probably do not even get paid well to call you and bug you about whatever it is the company wants to bug you about. So when the poor bastard calls you, even if it is at the worse possible time, try to be nice to them.           

\n

The place I worked was above a mall. You would not even know it was there unless you had to visit it. The space was fairly large, an open area that was littered with rows and rows of desks. On each desk was a computer and a headset. You would sit at the desk, put the headset on, click that you are ready to go and the calls would start. A screen would pop up with the name of the person you are suppose to talk with and then you would go into your spiel of what you were trying to sell. When the person said no (as was the large majority of your calls) you would need to click a reason of why they said no before letting the call go before moving on to the next one. The time you waited in between was called downtime. This didn't last, it was ususally a few seconds before the next call came on. You don't even decide to take the call, as long as you are on the clock the calls keep coming. There is an option to pause it, but when you do a clock comes up that counts the time you are on break. Oh and when you are finished with a call and need to pick a reason you didn't get the sale, you are timed for that too. So that way you cannot hide in the menus between calls.           

\n

Every once in awhile someone would say yes. In order for the sale to go through it needs to be a clear YES on the phone (the calls are recorded). If it is not a clear yes, then you need to verify the positive affirmation again to make sure. Then comes the verbatim terms of the product. It was literally two pages long of terms and conditions that you had to read to the client word for word. If you messed up on any of it, then the quality team who listens to the sale could deny it. A lot of the times it is difficult to keep the person on the phone as you bore them with the terms, so you need to talk fast. To motivate you there is a team leader. Every dozen or so computers are sectioned off into a team. In front of each team is a whiteboard. This board has everybody's name on it and a space beside it where the team leader would write down how many sales you were getting. It could be pretty daunting to see how badly you are doing on the board in front of you. You are told that you are required to get so many sales an hour (it was usally 1-point-something, a number that was not easy to get) and they would check up on you if you are having trouble getting sales.           

\n

The saddest part of working there is how much no one wants to be there. You will probably never find a man or a woman who is there because that is the job they wanted. No one growing up says I want to be a telemarketer. There are people who have dreams of doing something else and are waiting for their chance, to young adults finding there way in the workforce, to parents looking for income for their family. It was kinda depressing. And the turnaround rate in ridiclous. I remember how many times you would see a new class of trainees learning the ropes of the system. The job is not one I would recommend to anyone unless you need the work and if you do, know that there are people out there that feel your pain.

\n

Taco Bell:

\n

Never be rude to anyone who works at a fast food place.  People do no understand how rough a job it can be.  You are dealing with a constant flood of costumers, all of whom are there for \"fast\" food and there are times when the line doesn't seem to end.  When you work the window there is a timer on the screen that shows how long the person has been waiting since they ordered.  It stares you down as it clicks second by second.  To make matters worse, I worked at a taco bell that was in front of a mall.  That's right a mall.   And it was attached to a Pizza Hut.  Between the pay and the poor work it really encourages you to stay in school.  To anyone who is working there because they have to or are working hard at an extra job in their spare time, my hat is off to you.  You do not get payed enough, regardless of what fast food chain you are working for.  And to anyone who goes for a quick burger please please please be nice to the men and women who are behind the counter.

\n", + "body_length": 5762, + "cashout_time": "2016-09-19T21:02:57", + "category": "life", + "children": 0, + "created": "2016-09-12T21:02:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"work\",\"\"],\"image\":[\"https://s22.postimg.org/if36xl2mp/marketing_man_person_communication.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:02:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25091765418, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.007 HBD", + "percent_hbd": 10000, + "permlink": "jobs-of-my-past-selling-insurance-and-selling-tacos", + "post_id": 1224376, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "title": "Jobs Of My Past: Selling Insurance And Selling Tacos...", + "total_payout_value": "0.000 HBD", + "url": "/life/@funny/jobs-of-my-past-selling-insurance-and-selling-tacos" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 8923501480463, + "rshares": 1773651366, + "voter": "funny" + }, + { + "percent": "100", + "reputation": 3663597787321, + "rshares": 458503734, + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 135829589, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 13825753165, + "voter": "persianqueen" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

We are already heading in that direction.  Credit cards, e-transfers, bitcoin.  I think a lot of people already walk around without cash in their pocket.  But eliminating the coin and bill altogether is a big step for an economic system to take, one which needs to work for everyone in every financial situation.        

\n

MORE MONEY MORE PROBLEMS       

\n

Eliminating physical money would cut down on costs in the long run.  We don't have to worry about printng costs, materials and shipping and handling fees.  Digital currency is easy to send and recieve.  The metal from coins can be recycled.  Money has become inefficient and moving to a system where digital payment is user-friendly and accepted everywhere will help move the system along quicker.  But the system needs to be accepted everywhere for it to work.  One of the reasons cash has staying power is it doesn't need infrastructure to work.  You give someone a $20 bill, they pocket it and the transaction is completed.  For a digital system to take over completely every vendor needs a system in place and every person will need the means to use it and that can be costly.       

\n

IS IT SAFE?     

\n

Security, or the idea of feeling secure is an issue.  The fear of hackers is a prominant one and one that conjures images of hooded figures stealing your life savings.  But there are ways to stop it.  Having an institution that is liable for lose is one and it creates jobs.  Personally I feel more secure when my money is in a bank account then when I am holding on to it.  I'm not insured for that random $20 bill that fell out of my pocket.  There is a comfort knowing someone is protecting your money, as long as feel you can trust them.  But banks and other institutions have yet to implete blockchain technology.            

\n

DOES STEEM HAVE STAYING POWER?       

\n

I'm curious to see how well steem works as a currency and how well it will translate into real world applications (hey can I give you an upvote as payment for my coffee).  Right now it is a third link over, cryptocurrency needs to be exchanged for digital currency which can then be exchanged into physchical currnecy.  But that is just a temporary problem, digital currency and cryptocurrency can be intergated together.  It will depend on how people feel about blockchain technology.  Having data permanent and public can be a problem for a lot of people and businesses.  But bitcoin seems to have proven that it has staying power and with the 2 year investment of steem back into the system, steem should have a future, at least until we figure out what the world thinks of blockchains.     I'm sure there are users on here who are a lot more versed in cryptocurrency and blockchains, what do you think of the idea of a digital economy?

\n

\n", + "body_length": 3286, + "cashout_time": "2016-09-19T19:14:42", + "category": "money", + "children": 0, + "created": "2016-09-12T19:14:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\"],\"image\":[\"https://s16.postimg.org/532q7s1ad/money_card_business_credit_card_50987.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T19:14:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16193737854, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "can-a-digital-economy-without-physical-currency-work", + "post_id": 1223155, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can A Digital Economy Without Physical Currency Work?", + "title": "Can A Digital Economy Without Physical Currency Work?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/can-a-digital-economy-without-physical-currency-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 35687877758, + "voter": "james-show" + }, + { + "percent": "200", + "reputation": 15755437221598, + "rshares": 566581896, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23608568785, + "voter": "adiron" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 370784529065, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15829062483, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 282960780, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 53046396275, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 18005755634, + "rshares": 63824033, + "voter": "rmach" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 72518612, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 69572705, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3183151034, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 506147790, + "rshares": 24122158104, + "voter": "abdullar" + }, + { + "percent": "10000", + "reputation": 75109512138, + "rshares": 159896468, + "voter": "bitcoinpoet" + }, + { + "percent": "10000", + "reputation": 11669657116, + "rshares": 128864213, + "voter": "rubenkusters" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Because we, as a society, say it is.  No really, I'm not being a smart ass.  Okay the market is a little more complicated than that and the creation of a cryptocurrency is  definitely more complicated than that.  But when it comes down to it, steem, and other cryptocurrencys like bitcoin have value because we, as a society, have agreed that it is valauble.  And the more people are willing to pay for it, and the less of it there is, the more it is worth.      

\n

But can I buy food with it?  Directly no.  Not now at least.  That may change if vendors decided they would accept steem as payment.  But for now, steem cannot be used directly.  But it can be exchanged for bitcoin which can be exchange for cash.  There are websites that buy bitcoin for real currency and if steem really takes off we might see vendors who will deal with it directly for cash in the future.        

\n

So steem and bitcoin by themselves are worthless then?   Not exactly.  They do have value.  From what I know, the transparency and permancy of the blockchain gives security to the currency.  It is also easy to send and recieve, saving a lot of costs in the long run for companies and people who choose to deal in it.  And steem does have a secondary function.  If you are a company or a celebrity, steem yields you influence.  Having your stuff seen over somebody else's is a big market on the internet.  Look how much the advertising companeis bring in.  So, in theory, if you were looking for a platform where you wanted your message to be heard and you didn't have time to build up a network, a large financial investment could guarantee that your posts get seen as long as the viewers are there.       

\n

So let's all get rich on nothing then?  Not that simple.  And also very dangerous. This is why cryptocurrency cannot stand on it's one without a fiat currency.  Steem didn't just have value because it was mined and now people want it so it's value is rising.  Steemit had a $20 million dollar investment of real money that gave the steem value.  When the steem was created it was paired with a real world value, so that the steem was already worth the equivilant of something in the real world (in this case USD).  Then they gave a percentage out to the people who would in turn us it and want more it, increasing its value.       

\n

I like to think of cryptocurrency as a diamond and maybe just because the mining metaphor works so well as does the 'diamonds are forever' saying.  Diamonds in themselves are fairly useless.  They do have some functions if you cut them properly and they are shiny (so shiny).  But like cryptocurrency, you can't eat it, wear it or accomplish anything with it.  Yet if someone asked if you wanted a sandwhich or a large diamond, you would take the diamond (unless you were literally about to starve to death).  Cryptopcurrency works the same way.  Each steem or bitcoin can be seen as a coin that is worth a lot more in value then it is in actual worth.  And why is it worth that value, because, like a diamond, someone might be willing to pay you cash money to own it. But keep in mind there a lot of cryptocurrencies out there, and prices fluctuate, so be careful with any of your investments. 

\n

\n", + "body_length": 3666, + "cashout_time": "2016-09-15T00:39:51", + "category": "money", + "children": 7, + "created": "2016-09-08T00:39:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrency\",\"economy\"],\"image\":[\"https://s18.postimg.org/wwrfi26hl/diamond_635332_640.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-08T00:39:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 527656565191, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.210 HBD", + "percent_hbd": 10000, + "permlink": "why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money", + "post_id": 1166327, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "title": "Why Is Steem, Bitcoin And Other Cryptocurrencies Actually Worth Real Money?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/why-is-steem-bitcoin-and-other-cryptocurrencies-actually-worth-real-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3382023990, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 13285843582, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 74389446, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 360130442259, + "rshares": 166494156, + "voter": "aschatria" + }, + { + "percent": "10000", + "reputation": 506147790, + "rshares": 23984282056, + "voter": "abdullar" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

\n

When writing a blog or an article online it is wise to keep in mind the shelf-life that your post will have.  But at the same time writing something  that is a 'hot topic' can bring in more views.  People like new but these also want something they can keep coming back to.  It is a difficult balancing act. Do you want something that will last long enough that it will come up in search results for the future?  Or do you want something that will drive heavy traffic for a short period of time?  And is it possible to do both?  

\n

The Power Of Timeless  

\n

It seems like a funny idea having something timeless on the internet.  One of the things the net does best is the constant uploading of new, exciting and current  information.  But some posts, mostly how-to guides, can be shared and discussed for years to come.  This is a matter of what you are writing about.  Techniques that are proven to work, even if new techniques come out, are timeless.  Ideas can be timeless.  You are timeless.  There is only one you and stories about your life that are positive and inspiring, regardless of the era that they happened in, can always be shared. And the internet is not always as fast as people think it is.  As quickly as the search engine can archive something, it still takes time to be seen.  Even if the post is worth sharing, it will still need to be found by someone, they in turn have to read it and then share it, the people on their network have to see it and read it and share it and so on and so forth.  Unless you have a forum with an established reader list, your blog will take time to get out there.  Blogs get archived.  And no one is going to care about the 2016 election when 2017 rolls around  Slow and steady can win the race, but it also can be at a disadvantage in the faster paced world of the internet.  

\n

\n

The Power Of The Trend  

\n

The way the system is set up now, I cannot deny the power of the trend.  If you mention Hillary or Trump in my article title there is a better chance that people will click it.  People are searching for things that are current.  Even in their own field of interest, people want to know what is new.  Techniques and technological advancements are present in every field.   That doesn't take away what has worked but when you are looking for viewers, a lot of them want new. Plus when you write about something current, it is being talked about. You can be apart of the conversation and gain momentum from other posts on the same subject. But trend is short lived. This means quality is going to pay a price. And if your post doesn't go viral soon, it will sit on your hard drive with little reuse factor in the future. 

\n

\n

Combining The Two  

\n

Of course the best thing is to write an article that is both.  But as the two can be at opposite ends, it may be difficult to achieve this.  One stragety is to use  a trending topic to introduce a more timeless idea or talk about a timeless idea with trending examples.  For example, the examples I'm using in this blog about the the current election.  This post has timeless elements to it, it should be useful as long as blogging and article writing are a part of the internet.  But using examples of the current election in my title and in the post give it a relenvce factor.  It makes the idea come to life and attracts users to the idea.  Don't abuse that.  It is easy to just staple a popular topic to a post to bring in views but that will angry and push away a lot of your readers.  Think of a relevent topic that is a useful example or match for your ideas and if you pair the two properly, you can get the views for the post while keeping the article from fading quickly.

\n

This is @funny, please upvote, follow an promote \")

\n

(photos from pexels.com)

\n", + "body_length": 4371, + "cashout_time": "2016-09-14T16:13:06", + "category": "blog", + "children": 1, + "created": "2016-09-07T16:13:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blog\",\"blogging\",\"writing\",\"steemit\",\"article\"],\"users\":[\"funny\"],\"image\":[\"https://s10.postimg.org/ko35bm9pl/light_bulb_current_light_glow_40889.jpg\",\"https://s13.postimg.org/m89pxog2v/numbers_time_watch_white.jpg\",\"https://s22.postimg.org/5lkaptr0x/light_person_woman_fire.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T16:13:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40893033230, + "parent_author": "", + "parent_permlink": "blog", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017", + "post_id": 1160364, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "title": "Tips For Bloggers: Trending Articles Vs. Timeless Articles; Who Is Going To Read About The 2016 Election In 2017?", + "total_payout_value": "0.000 HBD", + "url": "/blog/@funny/tips-for-bloggers-trending-articles-vs-timeless-articles-who-is-going-to-read-about-the-2016-election-in-2017" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3537386115, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 1476431506, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 4416141743, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 1310521191, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 6508950818, + "rshares": 166955610, + "voter": "grayhorse" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 1287193786, + "voter": "whatsup" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Have you ever fallen into a pattern of behaviour with a group of people?  Maybe you are the one who tells funny stories all the time or you are the one who tells others about the latest gagdets.  It may be because you like comedy or love tech and are happy to share your interests.  But there is a chance that your behaviour is the result of postive reactions from the previous times you started to do that behviour.  If you share an app that no one heard of and everyone starts to use it, maybe it made you feel good.  So you tell them about another one and still, another positve result.  This carries over to the next week where you let everyone know about this cool new site called Steemit, which leads them to high five you after they make there first dollar.  What begins to happen is you start to pay more attention to the tech world.  You might go out of your way to look for new things to tell people about.  And soon you become an expert who can spot the next thing from a mile away.    

\n

There is this idea that we tend to like what we are good at. Our interests and hobbies are, in a way, molded by the postive feelings we get from them.  And being good at something is quite a positve feeling.  Think of the things you enjoy doing.  If it is something you put any considerable time into, it was probably because you had a knack for it. It is more likely you will follow a career in a field if you are quick to understand that field and feel like you can excel in it.   And a lot of the time, since we are social creatures, excel-at-it is a relative term where other people acknowledge that you are good at it.  It can come in the form of applause, laughter, good grades or money, but the external stimulus that you are getting that shows you are good at the thing you are doing is giving by someone else. This is why we need to encourage people and not be discoruaged ourselves when we fail at something.  Getting good at anything takes practice.  And if you have people giving you positive and realisitic (don't lie to someone if they are really bad at something) support, you might be suprised how far you can impove in a field of your choice.    

\n

But we are not salvidating dogs. We are not animals.  All the behaviour tests on animals in the world cannot fully help us to udnerstand huamns.  People who like something will do it even if they suck at it and will do so with a smile on there face.  And more power to them.  Good for them rocking that shower ballad even when they are clearly tone deaf.  People are more then how the outside world rewards them.  And on top of that we are aware of why we likes things.  Take this article for example, I can write about the idea of it because we can look outside of ourselves and see why we are doing what we do.  Just something to think about the next time your eye wanders to that new tech article.      

\n

\n

@funny - follow, promote, vote \")

\n


\n", + "body_length": 3241, + "cashout_time": "2016-09-14T00:31:57", + "category": "psychology", + "children": 2, + "created": "2016-09-07T00:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"psychology\",\"\"],\"users\":[\"funny\"],\"image\":[\"https://s17.postimg.org/x3j07di7z/pexels_photo_65121_1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-07T00:31:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12194629951, + "parent_author": "", + "parent_permlink": "psychology", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do", + "post_id": 1153237, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "total_payout_value": "0.000 HBD", + "url": "/psychology/@funny/6ociuh-psychology-this-might-be-the-reason-why-you-like-the-things-you-do" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1124648368001, + "rshares": 924825759, + "voter": "schattenjaeger" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

I think there was an error or something wrong with my post, I put $45 and it didn't get promoted. I have deleted it (after 20 min), can someone help get me a refund so I can try with another post. There is a record on my transfer page.

\n

Thank you

\n


\n", + "body_length": 286, + "cashout_time": "2016-09-13T17:39:27", + "category": "steemit", + "children": 2, + "created": "2016-09-06T17:39:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T17:39:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 924825759, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "can-someone-help-me-get-a-refund-on-my-promoted-post-it-didn-t-show-up", + "post_id": 1148797, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can Someone Help Me Get A Refund On My Promoted Post, It Didn't Show Up", + "title": "Can Someone Help Me Get A Refund On My Promoted Post, It Didn't Show Up", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/can-someone-help-me-get-a-refund-on-my-promoted-post-it-didn-t-show-up" + }, + { + "active_votes": [], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Hey steemit staff,

\n

I promoted a post for $45 about 25 minutes ago and it didn't get on the promoted list. I deleted the post. Can I get a refund to try again? You can see the transfer on my account to @null.

\n", + "body_length": 236, + "cashout_time": "2016-09-13T16:55:57", + "category": "steemit", + "children": 0, + "created": "2016-09-06T16:55:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"null\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T16:55:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "my-post-didn-t-get-promoted-after-spening-usd45", + "post_id": 1148291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Post Didn't Get Promoted After Spening $45", + "title": "My Post Didn't Get Promoted After Spening $45", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/my-post-didn-t-get-promoted-after-spening-usd45" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3102979597, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3767294574, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690894989, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54615672590, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1662773074, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213775837, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1296916063013, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 624865483, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 969731732, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288326627, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 8604717232, + "rshares": 489465667, + "voter": "eatgrits" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 579540800, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1425635859, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1795711046224, + "rshares": 3831582061, + "voter": "verelst" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3536849129, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 42736904295, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 5190813802, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 247431561, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1541861524, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 84837731290, + "rshares": 234625478, + "voter": "jacksongarcia" + }, + { + "percent": "10000", + "reputation": 5528318017618, + "rshares": 5493935053, + "voter": "lpfaust" + }, + { + "percent": "5100", + "reputation": 1416246303584, + "rshares": 7785030460, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 21859467854, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15465046979, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 872335135, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 10957338888, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 64878458203, + "rshares": 1281695438, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2866923182, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 92181663, + "voter": "artsteemit" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 632867250, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3073290791, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 27027586, + "rshares": 50404294, + "voter": "wanglai" + }, + { + "percent": "10000", + "reputation": 4961345, + "rshares": 158040578, + "voter": "lavrin999" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Steemit can be daunting when you start.  You can post on literally anything.  Or you can spend all your time looking at other posts as you upvote and comment them.  Both can get you your start in the network and build you steem.  But with so many people on this site already, and with so many more sure to join, you will want to utilize your time properly if you are going to see results.           

\n

So what are you posting about?  I recommend sticking with topics that you already have knowledge in at the start of your steemiting (yeah I made that a verb).  When you already have a handle on the subject you can cut-down/out on time spent on preperation and research.  I don't recommend getting stuck on one topic, cause you really will miss out if you don't continue to learn, but, when you need to build an account, you don't want to spend too much time reading other work when you need to produce your own.  When you get a good start on steemit, built up steem power and are comfortable as a writer, then start to branch out.             

\n

If you need some topics to post about, here are some ideas:          

\n

\u2022life (tell us about your first vacation, or that embarrasing story that always gets a laugh)      

\n

 \u2022hobbies (sports, gaming, shopping, movies, you have to have something you like to do and something that you are knowledgable about it.  Find it and share it.)       

\n

\u2022teach us something (Where do you work?  Bring your expertise over to steemit and blog about it)       

\n

\u2022photography (Got the eye for it?  Steemit is also a place where photos and video can be shared.)            

\n

Also make sure you give yourself a goal for the day regardless of the results that happen after your first post.  Tell yourself that you are going to complete two articles today and post them.  Even if the first article doesn't get well-recieved, don't get discouraged about the second one.  Get it out of your head and push forward.  Working hard when things seem glim in a trait that will help you a lot in anything you want to be successful in.  Anyone can work when things are going well, but those that can make it through the rough patches will see an increase in their chances of success.              

\n

Now for the BIG mistake we are all making.  Have you read the story of Narcissus?  He thought he was so beautiful that he spent all his time staring at his reflection in the lake.  Until one day he worried his reflecting was drowning, so he dived in after himself and ended up dead.  Why am I telling you this story?  Because like him, we all spend too much time admiring, or checking, our own work.  Let's be honest, after you put you post out there you are pressing that F5 refresh button like mad to see how your post is doing.  Then you wait five minutes and check it again.  Maybe you check it again after another 5 minutes.  We all do it.  But this process is not only taking a lot of time but draining our mood and energy.  If the post is doing well, great, don't get too cocky, just because you had one good post, it does not mean you don't have to work on the next ones.  And if the post is doing bad, you will just make yourself less and less motivated with every click of the refresh button.  Don't forget to check your articles later in the day to see what is working and reply to comments, but that time you waste watching how many upvotes you are getting is time that can be better spent elsewhere. 

\n

       

\n

And here are some other tips    

\n

\u2022Long, well-written articles tend to do better than shorter posts.         

\n

\u2022Don't forget about commenting, well-liked comments get paid as well.        

\n

 \u2022In order to do a link, highlight the text you want to add the link to, click the link icon and paste the link in the box.           

\n

\u2022Remember this system uses a blockchain, so everything you post will be permantly saved somewhere.        

\n

 \u2022Yes I can not deny having a niche can help you build your profile faster, but you're a person not a brand, you want to randomly post about flowers and motorcycles, go for it.         

\n

\u2022Don't be intimidated if you know nothing about bitcoins or blockchains or anything with the word crypto in front of it.  This is a forum like any other, as it grows so will the topics.  If there isn't a topic about something you want to post about then start it yourself.         

\n

\u2022You don't have to be an english major to blog, find your voice and write about your expertise.         

\n

\u2022Sometimes your post will be on at a bad time and fall under the radar.  Don't be discouraged.  I personally think its okay to repost it especailly since we currently don't have views.         

\n

\u2022If you see something you like, upvote it.  It is only polite.   You help out the author and you get paid for it. The amounts are still not set but even if it is low it is still payment to vote.  There are a lot worse ways to make money.         

\n

\u2022But don't just scroll and upvote everything you see.  Integrity goes a long way to keeping a system fair.  And your voting power takes time to reset to full.         

\n

\u2022WRITE DOWN YOUR PASSWORD AND KEEP IT SOMEWHERE SAFE!  There is no password recovery system here.          

\n

\u2022There are several free image hosting sites you can use to link photos from.  Upload your photo, copy the link and post it in the image box.              

\n

\u2022The Steemit white paper is like an instruction manuel.  Keep in mind changes are still being made.  Read it here.           

\n

\u2022Take time with your title, make it catchy without being misleading.               

\n

\u2022Steemit is not a link farm.         

\n

\u2022Post your own work.  Even camera phone photos are better than ones from the net.         

\n

\u2022If you post photography make sure you add something that lets people know it is your photo.  You don't want people to not upvote it becuase they don't know if it is taken from the internet or not and no one wants to do an image search on every photo.          

\n

\u2022And finally, don't be an ass.    This is more of a tip for life in general but hey, it applies here too.

\n", + "body_length": 7741, + "cashout_time": "2016-09-13T13:46:33", + "category": "steemit", + "children": 1, + "created": "2016-09-06T13:46:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"blog\",\"writing\"],\"image\":[\"https://s21.postimg.org/699h8yexz/pexels_photo_1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T13:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1493255645257, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.733 HBD", + "percent_hbd": 10000, + "permlink": "how-to-manage-your-time-on-steemit-and-other-tips-plus-one-big-mistake-we-all-make-blogging", + "post_id": 1146509, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Manage Your Time On Steemit And Other Tips, Plus One Big Mistake We All Make Blogging", + "title": "How To Manage Your Time On Steemit And Other Tips, Plus One Big Mistake We All Make Blogging", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/how-to-manage-your-time-on-steemit-and-other-tips-plus-one-big-mistake-we-all-make-blogging" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8923501480463, + "rshares": 90446471717, + "voter": "funny" + }, + { + "percent": "500", + "reputation": 3814152361740, + "rshares": 731702144, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 74146534174, + "rshares": 75542539, + "voter": "drbr18" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Here are a couple of older photos I took around the theme of body image. 

\n

\n

\n

 

\n


\n", + "body_length": 313, + "cashout_time": "2016-09-12T23:26:39", + "category": "art", + "children": 0, + "created": "2016-09-05T23:26:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"\"],\"image\":[\"https://s22.postimg.org/o2wmg6m4h/obsession2.jpg\",\"https://s17.postimg.org/m6veu8nvz/Obsession.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T23:26:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 91253716400, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.026 HBD", + "percent_hbd": 10000, + "permlink": "art-my-photography-about-the-theme-of-body-image", + "post_id": 1140804, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Art - My Photography About The Theme Of Body Image", + "title": "Art - My Photography About The Theme Of Body Image", + "total_payout_value": "0.000 HBD", + "url": "/art/@funny/art-my-photography-about-the-theme-of-body-image" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3454029091, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 1097727026, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 472205442585, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 55885841475, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 148403993, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 12120801513, + "rshares": 56159400, + "voter": "mikhailzezyulko" + }, + { + "percent": "10000", + "reputation": 774561357, + "rshares": 51185859, + "voter": "sageboba" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 57640928, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 3525299486, + "rshares": 151552203, + "voter": "iliyaa" + }, + { + "percent": "10000", + "reputation": 241128479, + "rshares": 161739406, + "voter": "camenec" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

We are already heading in that direction.  Credit cards, e-transfers, bitcoin.  I think a lot of people already walk around without cash in their pocket.  But eliminating the coin and bill altogether is a big step for an economic system to take, one which needs to work for everyone in every financial situation.      

\n

MORE MONEY MORE PROBLEMS     

\n

Eliminating psychical money would cut down on costs in the long run.  We don't have to worry about printng costs, materials and shipping and handling fees.  Digital currency is easy to send and recieve.  The metal from coins can be recycled.  Money has become inefficient and moving to a system where digital payment is user-friendly and accepted everywhere will help move the system along quicker.  But the system needs to be accepted everywhere for it to work.  One of the reasons cash has staying power is it doesn't need infrastructure to work.  You give someone a $20 bill, they pocket it and the transaction is completed.  For a digital system to take over completely every vendor needs a system in place and every person will need the means to use it and that can be costly.     

\n

IS IT SAFE?   

\n

Security, or the idea of feeling secure is an issue.  The fear of hackers is a prominant one and one that conjures images of hooded figures stealing your life savings.  But there are ways to stop it.  Having an institution that is liable for lose is one and it creates jobs.  Personally I feel more secure when my money is in a bank account then when I am holding on to it.  I'm not insured for that random $20 bill that fell out of my pocket.  There is a comfort knowing someone is protecting your money, as long as feel you can trust them.  But banks and other institutions have yet to implete blockchain technology.          

\n

DOES STEEM HAVE STAYING POWER?     

\n

I'm curious to see how well steem works as a currency and how well it will translate into real world applications (hey can I give you an upvote as payment for my coffee).  Right now it is a third link over, cryptocurrency needs to be exchanged for digital currency which can then be exchanged into physchical currnecy.  But that is just a temporary problem, digital currency and cryptocurrency can be intergated together.  It will depend on how people feel about blockchain technology.  Having data permanent and public can be a problem for a lot of people and businesses.  But bitcoin seems to have proven that it has staying power and with the 2 year investment of steem back into the system, steem should have a future, at least until we figure out what the world thinks of blockchains.     I'm sure there are users on here who are a lot more versed in cryptocurrency and blockchains, what do you think of the idea of a digital economy?

\n

\n

(pexels.com)

\n", + "body_length": 3235, + "cashout_time": "2016-09-12T21:10:15", + "category": "money", + "children": 1, + "created": "2016-09-05T21:10:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steem\",\"bitcoin\",\"cryptocurrnecy\"],\"image\":[\"https://s13.postimg.org/op1mohcuf/money_card_business_credit_card_50987.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T21:10:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 533269721966, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.221 HBD", + "percent_hbd": 10000, + "permlink": "6pqzck-can-an-economy-without-physical-currency-work", + "post_id": 1139430, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Can An Economy Without Physical Currency Work?", + "title": "Can An Economy Without Physical Currency Work?", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/6pqzck-can-an-economy-without-physical-currency-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 45485816669, + "rshares": 257444410, + "voter": "adamgud" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1741656736, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 90374180, + "voter": "artsteemit" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Screen flickers,                  

\n

hope for a better tomorrow,                

\n

delivered from men and women,                  

\n

I never met.                                          

\n


\n

Click.                                          

\n


\n

That's all it takes,                

\n

from ones who had been there before,                  

\n

not torched passed,                  

\n

but torched blazing,                  

\n

for the light compounds,                  

\n

interest from your interest.                                          

\n


\n

If the pen is mighter than the sword,                  

\n

then how much so,                 

\n

the keyboard,                  

\n

whose ink bleeds internationally,                  

\n

permanent yet quick to fade,                

\n

in the designs of each other.                                       

\n


\n

Yet we need each other,                  

\n

if our lines are to make any sense.                                        

\n

 

\n

Or maybe I'm too tired to make any sense.

\n

\n

(pexels.com)

\n", + "body_length": 3457, + "cashout_time": "2016-09-12T17:43:24", + "category": "steemit", + "children": 0, + "created": "2016-09-05T17:43:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"poetry\",\"writing\"],\"image\":[\"https://s17.postimg.org/ey2yu57sv/pexels_photo_128362.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T17:43:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2089475326, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "netted-ink-steemit-poem", + "post_id": 1136834, + "promoted": "16.000 HBD", + "replies": [], + "root_title": "Netted Ink: Steemit Poem", + "title": "Netted Ink: Steemit Poem", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@funny/netted-ink-steemit-poem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2136142852031, + "rshares": 8745030066, + "voter": "aleksandraz" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3374517040, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 7850286110, + "rshares": 54638891, + "voter": "charlchristo" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 1827181686, + "voter": "puffin" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

Have you ever fallen into a pattern of behaviour with a group of people?  Maybe you are the one who tells funny stories all the time or you are the one who tells others about the latest gagdets.  It may be because you like comedy or love tech and are happy to share your interests.  But there is a chance that your behaviour is the result of postive reactions from the previous times you started to do that behviour.  If you share an app that no one heard of and everyone starts to use it, maybe it made you feel good.  So you tell them about another one and still, another positve result.  This carries over to the next week where you let everyone know about this cool new site called Steemit, which leads them to high five you after they make there first dollar.  What begins to happen is you start to pay more attention to the tech world.  You might go out of your way to look for new things to tell people about.  And soon you become an expert who can spot the next thing from a mile away.  

\n

There is this idea that we tend to like what we are good at. Our interests and hobbies are, in a way, molded by the postive feelings we get from them.  And being good at something is quite a positve feeling.  Think of the things you enjoy doing.  If it is something you put any considerable time into, it was probably because you had a knack for it. It is more likely you will follow a career in a field if you are quick to understand that field and feel like you can excel in it.   And a lot of the time, since we are social creatures, excel-at-it is a relative term where other people acknowledge that you are good at it.  It can come in the form of applause, laughter, good grades or money, but the external stimulus that you are getting that shows you are good at the thing you are doing is giving by someone else. This is why we need to encourage people and not be discoruaged ourselves when we fail at something.  Getting good at anything takes practice.  And if you have people giving you positive and realisitic (don't lie to someone if they are really bad at something) support, you might be suprised how far you can impove in a field of your choice.  

\n

But we are not salvidating dogs. We are not animals.  All the behaviour tests on animals in the world cannot fully help us to udnerstand huamns.  People who like something will do it even if they suck at it and will do so with a smile on there face.  And more power to them.  Good for them rocking that shower ballad even when they are clearly tone deaf.  People are more then how the outside world rewards them.  And on top of that we are aware of why we likes things.  Take this article for example, I can write about the idea of it because we can look outside of ourselves and see why we are doing what we do.  Just something to think about the next time your eye wanders to that new tech article.    

\n

@funny - follow, promote, vote \")

\n

\n

(pexels.com)

\n", + "body_length": 3213, + "cashout_time": "2016-09-12T15:14:36", + "category": "psychology", + "children": 2, + "created": "2016-09-05T15:14:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"psychology\"],\"users\":[\"funny\"],\"image\":[\"https://s11.postimg.org/76p03ocmb/pexels_photo_65121_1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T15:14:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14001367683, + "parent_author": "", + "parent_permlink": "psychology", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "2qpu1c-psychology-this-might-be-the-reason-why-you-like-the-things-you-do", + "post_id": 1135201, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "title": "Psychology: This Might Be The Reason Why You Like The Things You Do", + "total_payout_value": "0.000 HBD", + "url": "/psychology/@funny/2qpu1c-psychology-this-might-be-the-reason-why-you-like-the-things-you-do" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 59235713527, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1391662098, + "voter": "hms818" + }, + { + "percent": "3100", + "reputation": 3725920343994, + "rshares": 3175482199, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 1259521991, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 181130260, + "voter": "borishaifa" + } + ], + "author": "funny", + "author_reputation": 8923501480463, + "beneficiaries": [], + "body": "\n

So who here has missed an investment or startup stage that they wished that had taken a part it?  I'm guessing we are all raising our hands.  I'm sure even the smartest people have missed a company they probably wished they had invested their time or money in.  You are not alone.  Yeah it can leave you with that punch in the gut feeling.                  

\n

Take A Deep Breath.             

\n

FUCK!             

\n

Feel better?           

\n

Yeah there is going to be a period of frustration.  Go for a run or hit the gym.  Blow it off.  But don't dwell on it.  There will ALWAYS be another opportunity to capatilze on.  That is the secret. But if you waste your time with regret of what could have been you are going to miss out on what is coming next.  Keep looking forward and keep looking outward. If you are focused on your field it is easy to feel like another opportunity like the one that passed in your field will not happen again in your lifetime.  The key is realizing it may not be in your field.  It may be something you have never heard of.  Take steemit for example.  How many people knew nothing of blockchains but learned about it and spotted an opportunity when the site was new and even now as it is still growing?  This carries over to everything. There will always be a next big thing and if you are willing to widen your scope (if only for investment purposes) you will pick up on more of them.  It takes a little more work then when it is something that is in your scope of expertise, but taking some time to spot an opportunity while still staying in your field can help you build the capitial you need to continue to pursue your field of choice.              

\n

Remeber you didn't actually lose anything. I know me telling you this is probably not helping, but it is true.  Losing an opportunity is not the same as losing something you actually have.  If you knew about the opportunity after the fact, knew about it before and decided not to do anything or didn't know about it at all, the results are all the same.  Technically, even if the opportunity never existsed, you are in the same boat then if it did and you didn't act.  What is causing any frustration is the knowing that you have missed out, which means, quite literally, that it is all in your head.  There are probably dozens of opportunities you are missing a month that are not even on your radar and you don't loss sleep over an of them (and no, don't start thinking about all those other missed opportunities).  The loss of what could have been hits as badly as if we actually had it.  It is even something you might feel more suddenly than losing something you actually had.  That is because we, as forward thinkers, are visualizing what will be and since that is what is in our head, we feel the lose of possibilites quite instantly.  While feeling the loss for something you had may take more time as we tend to take for granted what is in our life.   So dust yourself off, raise your head and look forward to the next big thing.

\n

\n

(pexels.com)

\n", + "body_length": 3657, + "cashout_time": "2016-09-12T06:22:12", + "category": "money", + "children": 3, + "created": "2016-09-05T06:22:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"psychology\"],\"image\":[\"https://s10.postimg.org/6t2iaz195/woman_dropped_fail_failure.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-05T06:22:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65243510075, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.025 HBD", + "percent_hbd": 10000, + "permlink": "3dsbt4-how-to-deal-with-the-feeling-of-a-missed-opportunity-don-t-cry-over-dropped-ice-cream", + "post_id": 1130866, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Deal With The Feeling Of A Missed Opportunity; Don't Cry Over Dropped Ice Cream", + "title": "How To Deal With The Feeling Of A Missed Opportunity; Don't Cry Over Dropped Ice Cream", + "total_payout_value": "0.000 HBD", + "url": "/money/@funny/3dsbt4-how-to-deal-with-the-feeling-of-a-missed-opportunity-don-t-cry-over-dropped-ice-cream" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.tavern.yaml new file mode 100644 index 00000000..d57984fc --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/null_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_blog patterns test + + marks: + - patterntest # there was a bug with limit not applying default when null was passed explicitly (result exceeded max of 100 posts) + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_blog + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_blog" + params: {"tag":"funny","limit":null} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "null_limit" + directory: "condenser_api_patterns/get_discussions_by_blog" diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.orig.json b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.orig.json similarity index 100% rename from hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.orig.json rename to hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.orig.json diff --git a/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.pat.json b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.pat.json new file mode 100644 index 00000000..48348b78 --- /dev/null +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Account kr3 does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.tavern.yaml b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.tavern.yaml similarity index 80% rename from hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.tavern.yaml rename to hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.tavern.yaml index e86204ef..74a320fc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.tavern.yaml +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_existing_author.tavern.yaml @@ -2,7 +2,8 @@ test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test not existing author empty result marks: - - patterntest + - patterntest # original didn't validate author + - negative includes: - !include ../../common.yaml @@ -25,4 +26,5 @@ function: validate_response:compare_response_with_pattern extra_kwargs: method: "not_existing_author" - directory: "tags_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file + directory: "tags_api_negative/get_discussions_by_author_before_date" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/tags_api_negative/get_discussions_by_blog/empty_params.pat.json b/hivemind/tavern/tags_api_negative/get_discussions_by_blog/empty_params.pat.json index 3f4d2d6b..efb77edd 100644 --- a/hivemind/tavern/tags_api_negative/get_discussions_by_blog/empty_params.pat.json +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_blog/empty_params.pat.json @@ -1,5 +1,5 @@ { "code": -32602, - "data": "`tag` cannot be blank", + "data": "missing a required argument: 'tag'", "message": "Invalid parameters" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json index 6324425c..fe51488c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json @@ -1,70 +1 @@ -[ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 3894279128605, - "rshares": 3196109703901, - "voter": "wackou" - }, - { - "percent": "10000", - "reputation": 3745363549909, - "rshares": 37503630300, - "voter": "val" - }, - { - "percent": "10000", - "reputation": 51006025081420, - "rshares": 73896115956, - "voter": "clains" - }, - { - "percent": "10000", - "reputation": 3444102146490, - "rshares": 569159751, - "voter": "gregory-f" - }, - { - "percent": "10000", - "reputation": 34347753869675, - "rshares": 536057250, - "voter": "camilla" - }, - { - "percent": "10000", - "reputation": 2902053059801, - "rshares": 381265652, - "voter": "murh" - } - ], - "author": "camilla", - "author_reputation": 34347753869675, - "beneficiaries": [], - "body": "https://i.imgsafe.org/f9e5de3.jpg", - "body_length": 33, - "cashout_time": "1969-12-31T23:59:59", - "category": "cute", - "children": 1, - "created": "2016-05-11T21:20:24", - "curator_payout_value": "0.965 HBD", - "depth": 0, - "json_metadata": "{}", - "last_payout": "2016-08-03T00:00:06", - "last_update": "2016-05-23T22:07:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 3308995932810, - "parent_author": "", - "parent_permlink": "cute", - "pending_payout_value": "0.000 HBD", - "percent_hbd": 10000, - "permlink": "ready-for-action", - "post_id": 4757, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Ready for Action!", - "title": "Ready for Action!", - "total_payout_value": "0.966 HBD", - "url": "/cute/@camilla/ready-for-action" - } -] +[] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.tavern.yaml index fd0c37c7..5fd32c4a 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.tavern.yaml +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test author and last permlink marks: - - patterntest + - patterntest # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json index 47a8dcce..29e5183e 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json @@ -1,42 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 4602759566516, - "rshares": 489081430, - "voter": "joelinux" - } - ], - "author": "camilla", - "author_reputation": 34347753869675, - "beneficiaries": [], - "body": "https://i.imgsafe.org/a0e5e6f13a.jpg", - "body_length": 36, - "cashout_time": "1969-12-31T23:59:59", - "category": "cute", - "children": 0, - "created": "2016-05-28T21:32:30", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{}", - "last_payout": "2016-08-03T00:00:06", - "last_update": "2016-05-28T21:32:30", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 489081430, - "parent_author": "", - "parent_permlink": "cute", - "pending_payout_value": "0.000 HBD", - "percent_hbd": 10000, - "permlink": "do-you-mind-if-we-play-in-your-puddle", - "post_id": 17109, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "do you mind if we play in your puddle?", - "title": "do you mind if we play in your puddle?", - "total_payout_value": "0.000 HBD", - "url": "/cute/@camilla/do-you-mind-if-we-play-in-your-puddle" - }, { "active_votes": [ { @@ -533,5 +495,115 @@ "title": "Rawls: A theory of justice", "total_payout_value": "0.000 HBD", "url": "/philosophy/@camilla/rawls-a-theory-of-justice" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 18623961834488, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 138162279644, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 131805198257, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 51006025081420, + "rshares": 85106319395, + "voter": "clains" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 1140719095, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 4909504649121, + "rshares": 11514373781, + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 12594877551576, + "rshares": 485098909, + "voter": "nenad-ristic" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 514614960, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": -681986257906, + "rshares": 482723435, + "voter": "ned-reddit-login" + }, + { + "percent": "10000", + "reputation": 39218361, + "rshares": 436634184, + "voter": "brandondoge" + }, + { + "percent": "10000", + "reputation": 46801551077, + "rshares": 433619995, + "voter": "rarepepe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 414274931, + "voter": "shulaces88" + }, + { + "percent": "10000", + "reputation": 9206411638386, + "rshares": 427910605, + "voter": "limitless" + } + ], + "author": "camilla", + "author_reputation": 34347753869675, + "beneficiaries": [], + "body": "https://i.imgsafe.org/16c8153.gif", + "body_length": 33, + "cashout_time": "1969-12-31T23:59:59", + "category": "cute", + "children": 1, + "created": "2016-05-23T23:20:30", + "curator_payout_value": "17.445 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "2016-08-03T00:00:06", + "last_update": "2016-05-23T23:20:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18994885601679, + "parent_author": "", + "parent_permlink": "cute", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-cant-catch-all-the-steems", + "post_id": 12111, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I can\u00b4t catch all the steems!", + "title": "I can\u00b4t catch all the steems!", + "total_payout_value": "17.445 HBD", + "url": "/cute/@camilla/i-cant-catch-all-the-steems" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.tavern.yaml index 7060e83e..c29a8cef 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.tavern.yaml +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test author and permlink marks: - - patterntest + - patterntest # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json index 1008b9e4..9b9e29c6 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json @@ -1,144 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": 2335990917918, - "voter": "badassmother" - }, - { - "percent": "10000", - "reputation": 465223733544, - "rshares": 2374680551, - "voter": "konelectric" - }, - { - "percent": "10000", - "reputation": 32983096229, - "rshares": 72755674621, - "voter": "tosch" - }, - { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432454904, - "voter": "murh" - }, - { - "percent": "10000", - "reputation": 861737606263, - "rshares": 8420248064, - "voter": "simoneighties" - }, - { - "percent": "10000", - "reputation": 5451039980643, - "rshares": 411889362, - "voter": "steemswede" - }, - { - "percent": "10000", - "reputation": 752262956946, - "rshares": 2787714775, - "voter": "kepo777" - }, - { - "percent": "10000", - "reputation": 597404093563, - "rshares": 1266265455, - "voter": "danny-g" - }, - { - "percent": "10000", - "reputation": 249807826739, - "rshares": 482499113, - "voter": "keirb" - }, - { - "percent": "10000", - "reputation": 2017416249960, - "rshares": 7958977616, - "voter": "kristylynn" - }, - { - "percent": "10000", - "reputation": 2812079541783, - "rshares": 8003093919, - "voter": "fishborne" - }, - { - "percent": "10000", - "reputation": 6264990277085, - "rshares": 24445755835, - "voter": "pinkisland" - }, - { - "percent": "10000", - "reputation": 37279727062, - "rshares": 900912535, - "voter": "bledarus" - }, - { - "percent": "10000", - "reputation": 1320261717074, - "rshares": 1596724666, - "voter": "carlyle" - }, - { - "percent": "10000", - "reputation": 11352667511018, - "rshares": 14423470799, - "voter": "canadian-coconut" - }, - { - "percent": "10000", - "reputation": 2609275826131, - "rshares": 103730281, - "voter": "alina1" - }, - { - "percent": "10000", - "reputation": 3090583312974, - "rshares": 922306446, - "voter": "geke" - }, - { - "percent": "10000", - "reputation": 2012742263000, - "rshares": 442328750, - "voter": "mikkolyytinen" - } - ], - "author": "kristylynn", - "author_reputation": 2017416249960, - "beneficiaries": [], - "body": "\n

Hello Steemit friends,

\n

I have missed you even though I have intentionally been avoiding being connected for parts of the summer. No matter how much I like and enjoy all the internet has to offer I often find myself getting a little too wrapped up in it and need a break sometimes. Really its me not you...

\n

https://67.media.tumblr.com/1d3a70a5e553ba17aba3b3c54076dadd/tumblr_ocubh194Jq1u2s84ro3_1280.jpg

\n

So it is still summer where I live but already does not feel like it. Alberta is mean like that... you think its still hot and then all of a sudden its fall when it should still be summer. I always hope to get to the end of August before feeling cooler nights but that is always high hopes. My summer easy goingness is slowly floating away as I pull out my knitted sweaters. This is the time of year I try to run back to the mountains one more time, I call it chasing summer. There is a place called the Shushwaps in BC and when it is chilly here, you might still get one more really hot weekend there. 

\n

I have been a bit MIA on Steemit since I first started and got excited about it but this is why: I have been having an amazing summer! I actually have so many things to tell you guys about. So all adventures this year have been road trips and they all have landed me in places with some to no cellphone reception which as I said before it really feels amazing to disconnect but now it is time to share!

\n

https://68.media.tumblr.com/3d4d8c3e62f015a0cd7169d75f3c383a/tumblr_ocubh194Jq1u2s84ro2_1280.jpg

\n

Earlier this summer in July me and my boyfriend packed up my little car last minute and went to a place called Lussier Hot Springs, if you have not been here before it is amazing. There are three pools of hot water coming out of the mountain rocks. So the top pool being the hottest, flowing down into the second pool, then the bottom pool which is right by a river is the coolest. And yes! there is also a river! Mountains, trees, hot springs and a fresh cool river. I don't have my own picture of this, bringing my phone was too risky to me but I did find this one online to show you kind of what it looks like: 

\n

http://www.explore-mag.com/media/image/40575_max.jpg

\n

(www.explore-mag.com)

\n

Camping there is also amazing if you ever get the chance, there are two lakes up the road from the hot springs, here is a picture of the sunset right form our camp spot in the trees. It is a must go spot. Also the sunset that night was absolutely insane, I can't belive how bright that red/pink light is. 

\n

https://66.media.tumblr.com/2a68ba3a484a0d7ecac3d5a73f1dc662/tumblr_ocubh194Jq1u2s84ro4_1280.jpg

\n

Another really amazing thing that we have been doing this summer is finding spring water. Between the two lakes running down the mountain side was the best natural spring water I have ever had. Actually as soon as I drank some I felt like I had super powers. If you have access to water like this I definitely recommend it. There is a great website called findaspring.com and you can find your location and see if people have posted any in your area. So really for days straight we just drank spring water and went in the natural hot springs. The trip was cheap but that is a version of luxury to me! 

\n

https://66.media.tumblr.com/eb81971cc873c55cf87b08acc201abd3/tumblr_ocubh194Jq1u2s84ro7_1280.jpg

\n

Our second adventure was to a festival called Shambhala, it is in Salmo BC, Canada. If you have never been it is quite the experience and worth the trip (pun intended). We were there four nights, getting there on a Thursday just before everything started on the Friday. Shambhala is an electronic music festival and features some really amazing DJ's. My favourite part about this whole festival is how beautiful the land is, there are so many trees and a river you can swim in, you are free to just roam and be free in the woods. Besides music there are speakers, classes, art... so much art. If you need some inspiration this place is magical. It holds space for people to really be themselves and explore. Through the forest everything is lit up with lamps, tree lights, it is like your in a magical forest. I only went for the first time in 2015, and when we got in at night and walked into where all the stages were it was like I was on another planet. It was just magic and its the only way I can describe it. Next year is the 20th anniversary and if you want more information on the festival here is the link - http://www.shambhalamusicfestival.com/about/ 

\n

https://68.media.tumblr.com/b963fe8fee14240daabb228b0cb2ad8a/tumblr_ocubh194Jq1u2s84ro5_1280.jpg

\n

https://66.media.tumblr.com/9d6e9726fe79a6fd9b401fddb03ff830/tumblr_ocubh194Jq1u2s84ro6_1280.jpg

\n

I am hoping I have more interesting things to talk about more soon. I am planning a year of work and travel. The first part however I need a bit more secure is the work. Freelance photography is a tough gig sometimes! I will also bring my professional camera and take much better images :) everything in this post was my iphone since I didn't want to take my camera with me on that trip (however iphone photography is really fun!).  

\n

https://66.media.tumblr.com/4cdc4413aac311d3c4f05ec645fad50e/tumblr_ocubh194Jq1u2s84ro1_1280.jpg

\n

(iphone - 5am foggy morning walking back to sleep after a crazy night of shambhala)

\n

I hope everyone has been enjoying their summer and I am glad to be posting again. Please follow if you like my stuff and I look forward much more Steemit time with you all! 

\n

Always, 

\n

Kristylynn

\n", - "body_length": 5678, - "cashout_time": "2016-09-08T19:38:30", - "category": "life", - "children": 2, - "created": "2016-09-01T19:38:30", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"travel\",\"steemit\",\"photography\"],\"image\":[\"https://67.media.tumblr.com/1d3a70a5e553ba17aba3b3c54076dadd/tumblr_ocubh194Jq1u2s84ro3_1280.jpg\",\"https://68.media.tumblr.com/3d4d8c3e62f015a0cd7169d75f3c383a/tumblr_ocubh194Jq1u2s84ro2_1280.jpg\",\"http://www.explore-mag.com/media/image/40575_max.jpg\",\"https://66.media.tumblr.com/2a68ba3a484a0d7ecac3d5a73f1dc662/tumblr_ocubh194Jq1u2s84ro4_1280.jpg\",\"https://66.media.tumblr.com/eb81971cc873c55cf87b08acc201abd3/tumblr_ocubh194Jq1u2s84ro7_1280.jpg\",\"https://68.media.tumblr.com/b963fe8fee14240daabb228b0cb2ad8a/tumblr_ocubh194Jq1u2s84ro5_1280.jpg\",\"https://66.media.tumblr.com/9d6e9726fe79a6fd9b401fddb03ff830/tumblr_ocubh194Jq1u2s84ro6_1280.jpg\",\"https://66.media.tumblr.com/4cdc4413aac311d3c4f05ec645fad50e/tumblr_ocubh194Jq1u2s84ro1_1280.jpg\"],\"links\":[\"http://www.shambhalamusicfestival.com/about/\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T22:16:36", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 2484719645610, - "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "1.561 HBD", - "percent_hbd": 10000, - "permlink": "hot-springs-and-music-festivals-but-now-it-s-time-to-get-back-to-steemit", - "post_id": 1089155, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hot springs & Music Festivals but now it's time to get back to Steemit!", - "title": "Hot springs & Music Festivals but now it's time to get back to Steemit!", - "total_payout_value": "0.000 HBD", - "url": "/life/@kristylynn/hot-springs-and-music-festivals-but-now-it-s-time-to-get-back-to-steemit" - }, { "active_votes": [ { @@ -1542,5 +1402,55 @@ "title": "Project Cat with Outtakes | Steemit Photo Challenge", "total_payout_value": "0.000 HBD", "url": "/steemitphotochallenge/@kristylynn/project-cat-with-outtakes-or-steemit-photo-challenge" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7923920744318, + "rshares": 5295198197, + "voter": "marsresident" + }, + { + "percent": "10000", + "reputation": 2017416249960, + "rshares": 7234652260, + "voter": "kristylynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 49260226, + "voter": "humor" + } + ], + "author": "kristylynn", + "author_reputation": 2017416249960, + "beneficiaries": [], + "body": "\n

test

\n", + "body_length": 26, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemitphotochallenge", + "children": 0, + "created": "2016-07-24T22:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\",\"steemitphotochallenge\"]}", + "last_payout": "2016-08-24T23:05:12", + "last_update": "2016-07-24T23:05:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12579110683, + "parent_author": "", + "parent_permlink": "steemitphotochallenge", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "project-cat-with-outtakes-steemit-photo-challenge", + "post_id": 333344, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "Test", + "total_payout_value": "0.000 HBD", + "url": "/steemitphotochallenge/@kristylynn/project-cat-with-outtakes-steemit-photo-challenge" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.tavern.yaml index 7c92de92..26ef159b 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.tavern.yaml +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.tavern.yaml @@ -2,8 +2,7 @@ test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test author permlink date marks: - - patterntest - # does not use date, only author and permlink + - patterntest # does not use date, only author and permlink; original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.orig.json index 0b58474c..f7211d07 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.orig.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.orig.json @@ -1,640 +1,190 @@ [ { "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" + "rshares": "93765183", + "voter": "gandalf" }, { "percent": "10000", "reputation": 0, - "rshares": "82748", - "voter": "roadscape" - }, - { - "percent": "100", - "reputation": 0, - "rshares": "10772", - "voter": "xeroc" + "rshares": "503120540", + "voter": "paco-steem" }, { "percent": "10000", "reputation": 0, - "rshares": "7685088000", - "voter": "markopaasila" + "rshares": "5941196935", + "voter": "spaninv" }, { "percent": "10000", "reputation": 0, - "rshares": "454510724", - "voter": "tshering-tamang" + "rshares": "9975325205", + "voter": "johnerfx" }, { "percent": "10000", "reputation": 0, - "rshares": "681946946", - "voter": "romangelsi" + "rshares": "382763916645", + "voter": "taoteh1221" }, { "percent": "10000", "reputation": 0, - "rshares": "504895891", - "voter": "dedmatvey" + "rshares": "393291314", + "voter": "stiletto" }, { "percent": "10000", "reputation": 0, - "rshares": "498863058", - "voter": "joelinux" - }, - { - "percent": "0", - "reputation": 0, - "rshares": "9590417", - "voter": "piranhax" + "rshares": "867516503", + "voter": "johnerminer" }, { "percent": "10000", "reputation": 0, - "rshares": "473258270", - "voter": "ned-reddit-login" - }, - { - "percent": "3600", - "reputation": 0, - "rshares": "0", - "voter": "fernando-sanz" + "rshares": "2480411371", + "voter": "gary-smith" }, { "percent": "10000", "reputation": 0, - "rshares": "425903066", - "voter": "gekko" + "rshares": "49812626493", + "voter": "gtg" }, { "percent": "10000", "reputation": 0, - "rshares": "381805870", - "voter": "gilang-ramadhan" + "rshares": "7921157988", + "voter": "dasha" }, { "percent": "10000", "reputation": 0, - "rshares": "392459059", - "voter": "kamvreto" + "rshares": "30256483332", + "voter": "r4fken" }, { "percent": "10000", "reputation": 0, - "rshares": "422984262", - "voter": "acidyo" + "rshares": "4368322380", + "voter": "thegoodguy" }, { "percent": "10000", "reputation": 0, - "rshares": "47179379651", - "voter": "tosch" + "rshares": "1775754972", + "voter": "screasey" }, { "percent": "10000", "reputation": 0, - "rshares": "7831667988", - "voter": "klye" + "rshares": "14634652647", + "voter": "artakan" }, { "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", + "rshares": "539611572", "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" + "rshares": "4923096406", + "voter": "fishborne" }, { "percent": "10000", "reputation": 0, - "rshares": "132070449", - "voter": "loganarchy" + "rshares": "1377860390", + "voter": "steeminer" }, { "percent": "10000", "reputation": 0, - "rshares": "48811442", - "voter": "love-spirit-nerd" + "rshares": "726277176", + "voter": "spinner" }, { "percent": "10000", "reputation": 0, - "rshares": "51549585", - "voter": "dikanevn" + "rshares": "16175410131", + "voter": "thebluepanda" }, { "percent": "10000", "reputation": 0, - "rshares": "54017869", - "voter": "zelious" + "rshares": "2362437240", + "voter": "ullikume" }, { "percent": "10000", "reputation": 0, - "rshares": "50129944", - "voter": "freebornangel" + "rshares": "2988929662", + "voter": "mione" }, { "percent": "10000", "reputation": 0, - "rshares": "53196086", - "voter": "f1111111" + "rshares": "851733457", + "voter": "steeminion" }, { "percent": "10000", "reputation": 0, - "rshares": "0", - "voter": "anomaly" + "rshares": "14814536032", + "voter": "sponge-bob" }, { "percent": "10000", "reputation": 0, - "rshares": "52394017140", - "voter": "jack8831" + "rshares": "512292840", + "voter": "kev7000" }, { "percent": "10000", "reputation": 0, - "rshares": "0", - "voter": "buckland" + "rshares": "289407830", + "voter": "steeminnow" }, { "percent": "10000", "reputation": 0, - "rshares": "0", - "voter": "goldmatters" + "rshares": "11301045003", + "voter": "brains" } ], - "author": "steemit", - "author_reputation": 0, + "author": "gtg", + "author_reputation": 3920426655270, "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", + "body": "Suppose your miner node found `pow2`, but your `total_missed` count increased, instead of generating a block.\n\nIf this happens, double check your keys used in the `config.ini` file.\n\n```\nwitness = \"minerwitness\"\n\nminer = [\"minerwitness\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner1\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner2\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner3\",\"WIF_ACTIVE_PRIVATE_KEY\"]\n\nmining-threads = 4\n\nprivate-key = WIF_SIGNING_PRIVATE_KEY\n```\n\nUsing keys without paying attention to their roles is a common mistake. @artakan [found out](https://steemit.com/mining/@artakan/important-info-for-steem-miner-do-not-use-your-steemit-com-account \"@artakan - Do not use your steemit.com account for mining\")\nthat issues with missing blocks tend to happen when you are using an account that was created through [steemit.com](https://steemit.com/ \"Blogging is the new mining\") but seems to work for the mined account.\n\nSo erroneous configuration might work for your mined account by pure coincidence. In other words, the same key has been defined for all roles, so: `WIF_ACTIVE_PRIVATE_KEY` is exactly the same as `WIF_SIGNING_PRIVATE_KEY`.\n\n![witness](https://grey.house/img/witness2.jpg)\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", + "body_length": 1525, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 6, + "created": "2016-08-21T12:29:18", + "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{}", - "last_payout": "2016-08-24T19:59:42", - "last_update": "2016-03-30T18:30:18", + "json_metadata": "{\"tags\":[\"mining\",\"steem\",\"steem-mining\"],\"users\":[\"artakan\"],\"links\":[\"https:\\/\\/steemit.com\\/mining\\/@artakan\\/important-info-for-steem-miner-do-not-use-your-steemit-com-account\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T13:02:30", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 830053779138, + "net_rshares": 568650179247, "parent_author": "", - "parent_permlink": "meta", - "pending_payout_value": "0.000 HBD", + "parent_permlink": "mining", + "pending_payout_value": "0.432 HBD", "percent_steem_dollars": 10000, - "permlink": "firstpost", - "post_id": 1, + "permlink": "missing-rewards-while-mining", + "post_id": 693716, "promoted": "0.000 HBD", "replies": [], - "root_title": "Welcome to Steem!", - "title": "Welcome to Steem!", - "total_payout_value": "0.942 HBD", - "url": "/meta/@steemit/firstpost" + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "Missing rewards while mining - common mistake with keys", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json index 6d7ffd6a..43f367d4 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json @@ -2,639 +2,1095 @@ { "active_votes": [ { - "percent": "100", + "percent": "5500", "reputation": 145171381514207, - "rshares": 375241, + "rshares": 15699644918310, "voter": "dantheman" }, { - "percent": "10000", - "reputation": 190869539046, - "rshares": 886132, - "voter": "mr11acdee" + "percent": "100", + "reputation": 85602977273, + "rshares": 28854876032, + "voter": "anonymous" }, { - "percent": "10000", - "reputation": 0, - "rshares": 5100, - "voter": "steemit78" + "percent": "5000", + "reputation": 8151223409709, + "rshares": 8484864209575, + "voter": "rainman" }, { "percent": "10000", - "reputation": 85602977273, - "rshares": 1259167, - "voter": "anonymous" + "reputation": 70486967561347, + "rshares": 37843185317140, + "voter": "blocktrades" }, { "percent": "10000", - "reputation": 159370, - "rshares": 318519, - "voter": "hello" + "reputation": 43394593255, + "rshares": 2090496972549, + "voter": "steemroller" }, { "percent": "10000", - "reputation": 0, - "rshares": 153384, - "voter": "world" + "reputation": 1582895535608, + "rshares": 74736896239, + "voter": "donaldtrump" }, { - "percent": "-100", - "reputation": 13270505121655, - "rshares": -936400, - "voter": "ned" + "percent": "6600", + "reputation": 27004834032159, + "rshares": 335906168314, + "voter": "modprobe" }, { "percent": "10000", - "reputation": 0, - "rshares": 59412, - "voter": "fufubar1" + "reputation": 3894279128605, + "rshares": 6327415081631, + "voter": "wackou" }, { "percent": "10000", "reputation": 0, - "rshares": 14997, - "voter": "anonymous1" + "rshares": 33308040478, + "voter": "ihash" }, { - "percent": "100", - "reputation": 1993860928264, - "rshares": 1441, - "voter": "red" + "percent": "10000", + "reputation": 358840960832, + "rshares": 1714790303449, + "voter": "rossco99" }, { "percent": "10000", "reputation": 36749432321730, - "rshares": 551390835500, + "rshares": 912226370971, "voter": "liondani" }, { "percent": "10000", - "reputation": 9800209121307, - "rshares": 82748, - "voter": "roadscape" + "reputation": 1214229078, + "rshares": 2468266694, + "voter": "boy" }, { - "percent": "100", + "percent": "10000", "reputation": 89703349977794, - "rshares": 10772, + "rshares": 1975751593462, "voter": "xeroc" }, { "percent": "10000", - "reputation": 29394786822950, - "rshares": 7685088000, - "voter": "markopaasila" + "reputation": 4712949449, + "rshares": 2995664453, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 11006097418580, - "rshares": 454510724, - "voter": "tshering-tamang" + "reputation": 1789951494550, + "rshares": 567206353, + "voter": "bunny" + }, + { + "percent": "100", + "reputation": 59074616588451, + "rshares": 140485443412, + "voter": "complexring" }, { "percent": "10000", - "reputation": -1240421481231, - "rshares": 681946946, - "voter": "romangelsi" + "reputation": 103443134841, + "rshares": 41823927396, + "voter": "bue" }, { "percent": "10000", - "reputation": 4743131139239, - "rshares": 504895891, - "voter": "dedmatvey" + "reputation": 0, + "rshares": 1323151152, + "voter": "mini" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 498863058, - "voter": "joelinux" + "reputation": 0, + "rshares": 170623771, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 32232314318, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 108216927683, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91926650, + "voter": "gandalf" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 358786763103, + "voter": "boatymcboatface" }, { - "percent": "0", - "reputation": 629772802423, - "rshares": 9590417, - "voter": "piranhax" + "percent": "10000", + "reputation": 68236886814465, + "rshares": 297215153038, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 773689504778, + "voter": "pfunk" + }, + { + "percent": "9700", + "reputation": 82600290949846, + "rshares": 699635263343, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 9031234362, + "voter": "proctologic" }, { "percent": "10000", - "reputation": -681986257906, - "rshares": 473258270, - "voter": "ned-reddit-login" + "reputation": 0, + "rshares": 490844799, + "voter": "healthcare" }, { - "percent": "3600", - "reputation": 944762156062, - "rshares": 0, - "voter": "fernando-sanz" + "percent": "10000", + "reputation": 0, + "rshares": 715096804, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 425903066, - "voter": "gekko" + "reputation": 6977251504339, + "rshares": 17603047506, + "voter": "dedriss" }, { "percent": "10000", - "reputation": -505268709325, - "rshares": 381805870, - "voter": "gilang-ramadhan" + "reputation": 37454101478493, + "rshares": 273299516223, + "voter": "chitty" }, { "percent": "10000", - "reputation": 14430883217, - "rshares": 392459059, - "voter": "kamvreto" + "reputation": 4013874407471, + "rshares": 104430794832, + "voter": "linouxis9" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 422984262, - "voter": "acidyo" + "reputation": 0, + "rshares": 230014747, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 32983096229, - "rshares": 47179379651, - "voter": "tosch" + "reputation": 2520096511491, + "rshares": 19049044601, + "voter": "daowisp" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 7831667988, - "voter": "klye" + "reputation": 3120299664537, + "rshares": 14623675138, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 116313551950, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 60023860440, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 22731092140, + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 79387789605, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 471129748, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 51874214963, + "rshares": 426310899, + "voter": "ereismatias" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5639122835, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1545200716692, + "rshares": 7733788543, + "voter": "nate-atkins" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1293680763, + "voter": "karask" }, { "percent": "10000", "reputation": 1663549830469, - "rshares": 1019950749, + "rshares": 1399620602, "voter": "coar" }, { - "percent": "1509", + "percent": "3301", "reputation": 2902053059801, - "rshares": 1746058458, + "rshares": 1450957464, "voter": "murh" }, { "percent": "10000", - "reputation": 4213833370161, - "rshares": 22639073725, - "voter": "drinkzya" + "reputation": 757241932053, + "rshares": 363704119, + "voter": "edtorrez" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537523962057, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 14807486260, + "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 2663003206978, - "rshares": 0, - "voter": "hien-tran" + "reputation": 1444446898291, + "rshares": 9767505930, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 368352936, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 1005278051807, - "rshares": 742566481, - "voter": "patrick-g" + "reputation": 3804349938696, + "rshares": 55074207308, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 832120526, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1021367115, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 848329794, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 44252149522, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 5933526152360, + "rshares": 84721328962, + "voter": "truthtaco" }, { "percent": "10000", "reputation": 2457655120479, - "rshares": 40624969, + "rshares": 636119227, "voter": "ben99" }, { "percent": "10000", - "reputation": 1826252654620, - "rshares": 1742755097, - "voter": "sunshinecrypto" + "reputation": 2738311095861, + "rshares": 23438529510, + "voter": "jparty" }, { "percent": "10000", - "reputation": 353432699790, - "rshares": 108855472, - "voter": "kingtylervvs" + "reputation": 5571311902261, + "rshares": 688449090, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 1261132457927, - "rshares": 485112237, - "voter": "marinabogumil" + "reputation": 3924899966690, + "rshares": 39092198167, + "voter": "gtg" }, { "percent": "10000", - "reputation": 756734123357, - "rshares": 917398502, - "voter": "decrypt" + "reputation": 2758500001611, + "rshares": 3985585444, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 5067187498, - "voter": "senseiteekay" + "reputation": 1019011681813, + "rshares": 5429573755, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 196800352745, - "rshares": 5154897955, - "voter": "r33drum" + "reputation": 1557874437556, + "rshares": 1940554482, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 5033902237, - "voter": "cryptosi" + "reputation": 2445708956667, + "rshares": 6603022993, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 1037079223, - "voter": "condra" + "reputation": 1691376287481, + "rshares": 4605030334, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 213364405044, - "rshares": 233032838, - "voter": "jearson" + "reputation": 36391001943292, + "rshares": 169187275390, + "voter": "dashpaymag" }, { "percent": "10000", - "reputation": 25715360164, - "rshares": 240809500, - "voter": "tritium" + "reputation": 336763673779, + "rshares": 261023475510, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 123321995, - "voter": "allmonitors" + "reputation": 57643429300793, + "rshares": 275298167273, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 29008237643, - "rshares": 226074637, - "voter": "artjedi" + "reputation": 5846151368508, + "rshares": 2098337565, + "voter": "romanskv" }, { "percent": "10000", - "reputation": 7687950954082, - "rshares": 931542394, - "voter": "anduweb" + "reputation": 1160886081198, + "rshares": 4363425866, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 2292983350, - "voter": "inertia" + "reputation": 3148690478580, + "rshares": 6486686814, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 128561059, - "voter": "maximkichev" + "reputation": 9956734090708, + "rshares": 18902778277, + "voter": "firepower" }, { "percent": "10000", - "reputation": 113908011659, - "rshares": 183438273, - "voter": "a9inchcock" + "reputation": 787678199102, + "rshares": 5644023807, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 1783202708175, - "rshares": 266262926, - "voter": "desmonid" + "reputation": 11415305020986, + "rshares": 36679008975, + "voter": "menta" }, { "percent": "10000", - "reputation": 1193366475012, - "rshares": 71498008, - "voter": "madhatting" + "reputation": 1035952800698, + "rshares": 4605414402, + "voter": "vote" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 23726644841, - "voter": "ubg" + "reputation": 91753292, + "rshares": 4674772839, + "voter": "manoami" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 3741408303, - "voter": "royaltiffany" + "reputation": 2237331858240, + "rshares": 4848852438, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 4858418486, - "rshares": 131577259, - "voter": "gribgo" + "reputation": 97622606374, + "rshares": 461256359, + "voter": "chamviet" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 12371398765, - "voter": "deanliu" + "reputation": 6244867547, + "rshares": 1128966666, + "voter": "anwar78" }, { "percent": "10000", - "reputation": 2110839599820, - "rshares": 28907874049, - "voter": "orm" + "reputation": 36017089082, + "rshares": 353762811, + "voter": "rxhector" }, { "percent": "10000", - "reputation": 513380281140, - "rshares": 528988007, - "voter": "qonq99" + "reputation": 19604328647, + "rshares": 13452861200, + "voter": "bitshares101" }, { "percent": "10000", - "reputation": 9853253860, - "rshares": 129537329, - "voter": "rd7783" + "reputation": 8017093633272, + "rshares": 19873104999, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 100161586091, - "rshares": 615020728, - "voter": "slava" + "reputation": 1220081355, + "rshares": 184112913, + "voter": "ardina" }, { "percent": "10000", - "reputation": 101628344707, - "rshares": 0, - "voter": "flyboyzombie" + "reputation": 2993850661147, + "rshares": 16336147500, + "voter": "chriscrypto" }, { "percent": "10000", - "reputation": 281653583054, - "rshares": 100102503, - "voter": "sictransitgloria" + "reputation": 1661526202859, + "rshares": 4125723797, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 95219365, - "voter": "curator" + "reputation": 38947133984552, + "rshares": 119466748741, + "voter": "jesta" }, { "percent": "10000", - "reputation": -385936503026, - "rshares": 232295871, - "voter": "dubovoy" + "reputation": 7952828943, + "rshares": 3640445804, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 35204206, - "rshares": 0, - "voter": "solos" + "reputation": 1563271634183, + "rshares": 75967203632, + "voter": "paco" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 96945805, - "voter": "creatorgalaxy" + "reputation": 213565690794, + "rshares": 19068212733, + "voter": "showmethecoinz" }, { "percent": "10000", - "reputation": 3804816886, - "rshares": 99813231, - "voter": "trigonice29" + "reputation": 866671256465, + "rshares": 24373102947, + "voter": "igster" }, { "percent": "10000", - "reputation": 3427179893, - "rshares": 0, - "voter": "blysards" + "reputation": 1489102259, + "rshares": 218061986, + "voter": "zoicneo" }, { "percent": "10000", - "reputation": 2889656462700, - "rshares": 3721016208, - "voter": "uwe69" + "reputation": 167437582424, + "rshares": 322673293, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 3240369658, - "rshares": 1279854, - "voter": "nigmat" + "reputation": 41206660961337, + "rshares": 12376071844, + "voter": "jpiper20" }, { "percent": "10000", - "reputation": 4341976914033, - "rshares": 13974353753, - "voter": "magicmonk" + "reputation": 1008790928160, + "rshares": 252909161, + "voter": "natali22" }, { "percent": "10000", - "reputation": 2832097256429, - "rshares": 4968585456, - "voter": "satoshifpv" + "reputation": -124823359245, + "rshares": 8322538338, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 1320262999851, - "rshares": 1660613178, - "voter": "naturalista" + "reputation": 224144957883, + "rshares": 13618277527, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 5349429676630, - "rshares": 10847083143, - "voter": "metrox" + "reputation": 0, + "rshares": 919285482, + "voter": "nika" }, { "percent": "10000", - "reputation": 28131790010, - "rshares": 18340928, - "voter": "bestmalik" + "reputation": 1394532106132, + "rshares": 6588394536, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 169634730, - "rshares": 59563315, - "voter": "kolyan31" + "reputation": 2114306416334, + "rshares": 1901709746, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 710989138, - "voter": "romancs" + "reputation": 879409745645, + "rshares": 2473087864, + "voter": "lostnuggett" }, { "percent": "10000", - "reputation": 86811749666, - "rshares": 59366614, - "voter": "luke490" + "reputation": 82275088768, + "rshares": 31417575434, + "voter": "paquito" }, { "percent": "10000", - "reputation": 137324193, - "rshares": 58762473, - "voter": "bro66" + "reputation": 194175308, + "rshares": 108742011, + "voter": "sergey22" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 201822591, - "voter": "future24" + "reputation": 0, + "rshares": 575279737, + "voter": "steeminer" }, { "percent": "10000", - "reputation": 18385642301, - "rshares": 58623688, - "voter": "mythras" + "reputation": 568560955800, + "rshares": 35468156360, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 647464973800, - "rshares": 56536509, - "voter": "imarealboy777" + "reputation": 6796361134481, + "rshares": 2204627326, + "voter": "trisnawati" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 0, - "voter": "matrixdweller" + "reputation": 1277580129, + "rshares": 389417359, + "voter": "vadim" }, { "percent": "10000", - "reputation": 286385675205, - "rshares": 48299362, - "voter": "smartguylabcoat" + "reputation": 1416246303584, + "rshares": 6721829299, + "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34436412607, - "rshares": 59157099, - "voter": "mabiturm" + "reputation": 16914207527051, + "rshares": 31188038738, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": -455329027035, - "rshares": 48283979, - "voter": "captainamerica" + "reputation": 142453259746, + "rshares": 7097922529, + "voter": "lykkeliten" }, { "percent": "10000", - "reputation": 447853669279, - "rshares": 54761612, - "voter": "edbriv" + "reputation": -1193908062262, + "rshares": 108632879, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 1228265260257, - "rshares": 865125771, - "voter": "rittr" + "reputation": 106575300404, + "rshares": 2854890205, + "voter": "glitterpig" }, { "percent": "10000", - "reputation": 415861172879, - "rshares": 92614447, - "voter": "jelloducky" + "reputation": 3962925392210, + "rshares": 3046163199, + "voter": "jed78" }, { "percent": "10000", - "reputation": 21467555148, - "rshares": 52740989, - "voter": "tcstix" + "reputation": 49283901870, + "rshares": 685101796, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 143728394, - "rshares": 49467477, - "voter": "friedwater" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": -32328156283, - "rshares": 57366185, - "voter": "denisdiaz" + "reputation": 90565359983, + "rshares": 8278623961, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 132070449, - "voter": "loganarchy" + "reputation": 7564464865541, + "rshares": 16442949757, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 2339485159, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 3350958489391, + "rshares": 727812194, + "voter": "darknet" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 31463628969, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 1056504274649, + "rshares": 8270953480, + "voter": "trending" + }, + { + "percent": "10000", + "reputation": 9955023637, + "rshares": 66036998, + "voter": "fruityloan" + }, + { + "percent": "10000", + "reputation": 210066909525, + "rshares": 63377598, + "voter": "dezconocido" + }, + { + "percent": "10000", + "reputation": 58766754772, + "rshares": 64149962, + "voter": "sizil" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 27539088793, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9007787064, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 246039331, - "rshares": 48811442, - "voter": "love-spirit-nerd" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 6900034272, - "rshares": 51549585, - "voter": "dikanevn" + "reputation": 612274223, + "rshares": 18974329448, + "voter": "nixonnox" }, { "percent": "10000", - "reputation": 221607742, - "rshares": 54017869, - "voter": "zelious" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 62995887468, - "rshares": 50129944, - "voter": "freebornangel" + "reputation": 6755300029, + "rshares": 165051822, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 9113317076, - "rshares": 53196086, - "voter": "f1111111" + "reputation": -291550544386, + "rshares": 52732264, + "voter": "vishal1" }, { "percent": "10000", - "reputation": 1996672246136, - "rshares": 0, - "voter": "anomaly" + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2586911533140, + "rshares": 1506714481, + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 17071371161, + "rshares": 225683099, + "voter": "mefisto" + }, + { + "percent": "10000", + "reputation": 83682643470, + "rshares": 106783648, + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225874014, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 51613018, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288593312, + "voter": "steeminion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1678817657, + "rshares": 57636462, + "voter": "x5cc7fd68" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 52631453, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 16295017448, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 34004319054, + "rshares": 60781652, + "voter": "sharonekelly" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 169640892, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 1442187004, + "rshares": 55791783, + "voter": "lsd123452" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92590152, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 883345, + "rshares": 53142053, + "voter": "fleshtheworld" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53116957, + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 813896179120, + "rshares": 373265099, + "voter": "ivet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1418732000, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 7402303856, + "rshares": 574697529, + "voter": "grm" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3524895174, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 15391412, + "rshares": 55019922, + "voter": "jhonione" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 126007971, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 7381386825, + "rshares": 54052181, + "voter": "topslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 7805684953, + "rshares": 52918124, + "voter": "xomtux" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54693363, + "voter": "steeminnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51488252, + "voter": "efroul" + }, + { + "percent": "10000", + "reputation": -236066174395, + "rshares": 50383632, + "voter": "zzzzzzzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51446137, + "voter": "asshai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54572306, + "voter": "cbdmegami" }, { "percent": "10000", - "reputation": 4181598053141, - "rshares": 52394017140, - "voter": "jack8831" + "reputation": 6483658953, + "rshares": 52397603, + "voter": "doze49" }, { "percent": "10000", - "reputation": 5643099, - "rshares": 0, - "voter": "buckland" + "reputation": 252269790, + "rshares": 50125313, + "voter": "ladyboss" }, { "percent": "10000", - "reputation": 251629303655, - "rshares": 0, - "voter": "goldmatters" + "reputation": 267026468, + "rshares": 53279765, + "voter": "jpitt241" } ], - "author": "steemit", - "author_reputation": 12944616889, + "author": "gtg", + "author_reputation": 3924899966690, "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", + "body": "As you know, witness nodes are an essential part of the STEEM universe.\n\nIf I have a witness node with as much as (or as little as) 3% of witness approval, I can choose the right time to shut it down, listen to my favourite music album, walk my cat, and then start it up again, most probably without missing a block.\nA full-time witness, or one of the top19 witnesses, needs to produce blocks 1600 times more frequently.\nMaintaining such a server in the long run is not an easy task.\n\nWitnesses are vulnerable to DDoS attacks. An attacker who knows the network location of your witness node can saturate your uplink to a level that makes you unable to produce blocks on time. Effectively, this means **voting the witness out using a network-level attack**. Finding the IP address of your witness node is easier than you might think. Even if you follow the guidelines for setting up your public seed node on a different machine than the one you used to get your witness running, your witness still needs to connect to other nodes in the network.\nSo what does this mean? Take a look at: http://seeds.quisquis.de/steem.html\n(service provided by cyrano.witness)\n\nDoes any of these IP addresses look familiar?\nThe attacker still doesn't know which of them is yours, right?\n\nAn attack that makes the target IP unavailable for 3 seconds? Not exactly a difficult thing to do, right? So the attacker needs to make a guess by choosing from a set of suspected IP addresses he has obtained. Guessing doesn't cost him much. Neither does a high volume, short period DDoS attack. After that, he can see that your `total_missed` count increases, and he knows he guessed correctly. And then you are out.\n\n![witness](https://grey.house/img/witness2.jpg)\n\n## A concept of infrastructure: ##\n\n2 witness nodes (primary and backup)\n4 dedicated seed nodes\n\nOne witness node has your current signing key and does its job. The other is for failover, backup purposes. For example, whenever you need to upgrade your witness binary, you do that on the backup witness node, then change your signing key, so the backup node and the primary node switch their roles. \n**(Never leave your current signing key on two nodes at the same time!)**\n\nThese 4 seed nodes mentioned here only work on behalf of your witness i.e. they don\u2019t provide seed service on public network interfaces. \n_Your public seed node is not within the scope of this document._\n\nYour witness node connects **ONLY** to your seed nodes using VLAN or another private, low latency network solution of your choice. All other incoming/outgoing connections should be blocked except for the secure shell, preferably limited to access only from your IPs.\n\nEach seed node should be in a separate datacenter, ideally in a different part of the world, never in the same location as any of your (primary/backup) witness nodes. The purpose is to minimize the effects of a successful DDoS attack.\n\n_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\n```\n +---+\n + +----+ | |\n | | |<-->| B |\n +--+ S1 |<-->| i |\n | | |<-->| g |\n | +----+ | |\n+------+ | | B |\n| +-+ +----+ | a |\n| W(p) | | | |<-->| d |\n| | +--+ S2 |<-->| |\n+------+ | | |<-->| U |\n | +----+ | g |\n VLAN| | l |\n | +----+ | y |\n+------+ | | |<-->| |\n| | +--+ S3 |<-->| I |\n| W(b) | | | |<-->| n |\n| +-+ +----+ | t |\n+------+ | | e |\n | +----+ | r |\n | | |<-->| n |\n +--+ S4 |<-->| e |\n | | |<-->| t |\n + +----+ | |\n +---+\n```\n```\nW(p) - primary witness\nW(b) - backup witness\nS1-4 - seed nodes\n```\nOf course, you need to keep your seed nodes (at least one of them) running all the time, otherwise your witness will not be able to sync the blockchain.\nBut if you do the math, you will see that the odds that all your seed nodes stop working at the same time are much lower than the chances that this happens to your witness node. \n\n\nIf one of your seed nodes falls victim to a DDoS attack, you can, depending on the features offered by your infrastructure provider:\n- do nothing (until most of them are targeted at the same time)\n- change its external interface IP address, routing the old one to a black hole\n- set up a new, additional, temporary seed node somewhere else\n- replace that seed node with a new one in another location\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", + "body_length": 4933, + "cashout_time": "2016-08-23T18:11:03", + "category": "witness-category", + "children": 14, + "created": "2016-08-16T18:11:03", + "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "", - "last_payout": "2016-08-24T19:59:42", - "last_update": "2016-03-30T18:30:18", + "json_metadata": "{\"tags\":[\"witness-category\",\"security\",\"steem\",\"steemit\"],\"links\":[\"https://steemit.com/witness-category/@gtg/witness-gtg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:11:03", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 830053779138, + "net_rshares": 80964590737004, "parent_author": "", - "parent_permlink": "meta", - "pending_payout_value": "0.000 HBD", + "parent_permlink": "witness-category", + "pending_payout_value": "988.456 HBD", "percent_hbd": 10000, - "permlink": "firstpost", - "post_id": 1, + "permlink": "heavy-duty-witness-node-infrastructure", + "post_id": 838525, "promoted": "0.000 HBD", "replies": [], - "root_title": "Welcome to Steem!", - "title": "Welcome to Steem!", - "total_payout_value": "0.942 HBD", - "url": "/meta/@steemit/firstpost" + "root_title": "Heavy duty witness node infrastructure", + "title": "Heavy duty witness node infrastructure", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure" } ] diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.tavern.yaml index f39b4380..49fc16bc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.tavern.yaml +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test marks: - - patterntest + - patterntest # original produced overlapping pages, now starting post is never part of the page includes: - !include ../../common.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "tags_api.get_discussions_by_author_before_date" - params: {"author":"steemit","start_permlink":"firstpost","before_date":"2016-04-19T22:49:43","limit":1} + params: {"author":"gtg","start_permlink":"missing-rewards-while-mining","before_date":"2016-04-19T22:49:43","limit":1} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.pat.json deleted file mode 100644 index fe51488c..00000000 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_existing_author.pat.json +++ /dev/null @@ -1 +0,0 @@ -[] -- GitLab From 9e63e98eb4fc7035468acda4e5791e001016ce4b Mon Sep 17 00:00:00 2001 From: ABW Date: Tue, 15 Dec 2020 16:53:35 +0100 Subject: [PATCH 19/19] [ABW]: new tests for get_discussions_by_feed and its bridge equivalent get_account_posts with feed sort some patterns corrected due to fix in paging (no more overlap) --- .../get_account_posts/feed/_readme.txt | 2 + .../feed/max_limit.orig.json | 102 + .../get_account_posts/feed/max_limit.pat.json | 11392 ++ .../feed/max_limit.tavern.yaml | 29 + .../feed/min_limit.orig.json | 3 + .../get_account_posts/feed/min_limit.pat.json | 41 + .../feed/min_limit.tavern.yaml | 29 + .../feed/observer_alice.orig.json | 102 + .../feed/observer_alice.pat.json | 19548 ++++ .../feed/observer_alice.tavern.yaml | 29 + .../feed/paginated.orig.json | 102 + .../get_account_posts/feed/paginated.pat.json | 19548 ++++ .../feed/paginated.tavern.yaml | 29 + .../feed/proskynneo.orig.json | 23 +- .../bad_start_author.orig.json | 5 + .../bad_start_author.pat.json | 5 + .../bad_start_author.tavern.yaml | 30 + .../bad_start_permlink.orig.json | 5 + .../bad_start_permlink.pat.json | 5 + .../bad_start_permlink.tavern.yaml | 30 + .../get_discussions_by_feed/abit.pat.json | 250 +- .../get_discussions_by_feed/abit.tavern.yaml | 1 + .../get_discussions_by_feed/bartcant.pat.json | 30543 +++--- .../bartcant.tavern.yaml | 1 + .../blocktrades.pat.json | 1330 +- .../blocktrades.tavern.yaml | 1 + .../get_discussions_by_feed/funthing.pat.json | 30764 +++--- .../funthing.tavern.yaml | 1 + .../good-karma.pat.json | 12812 ++- .../good-karma.tavern.yaml | 1 + .../max_limit.orig.json | 102 + .../max_limit.pat.json | 90384 ++++++++++++++++ .../max_limit.tavern.yaml | 28 + .../min_limit.orig.json | 3 + .../min_limit.pat.json | 33 + .../min_limit.tavern.yaml | 28 + .../null_limit.orig.json | 22 + .../null_limit.pat.json | 16875 +++ .../null_limit.tavern.yaml | 28 + .../paginated.orig.json | 102 + .../paginated.pat.json | 88546 +++++++++++++++ .../paginated.tavern.yaml | 28 + .../roadscape.pat.json | 2674 +- .../roadscape.tavern.yaml | 1 + .../truncated.orig.json | 22 + .../truncated.pat.json | 16875 +++ .../truncated.tavern.yaml | 28 + 47 files changed, 303740 insertions(+), 38802 deletions(-) create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.tavern.yaml create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.orig.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.tavern.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/_readme.txt index 458bbadc..9636a955 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/_readme.txt @@ -2,3 +2,5 @@ See ../_readme.txt for details List posts from feed of given account (posts from blogs of accounts given account is following). "sort": "feed" + +For instruction on creating .orig see condenser_api_patterns/get_discussions_by_feed/_readme.txt \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.orig.json new file mode 100644 index 00000000..a034b5ad --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.orig.json @@ -0,0 +1,102 @@ +post_id author permlink +------- --------------- ------------------------------------------------------------------------------------------------------------------------------- + 961025 anton333 origami-part-11-the-model-of-skeleton-hands + 961010 agartha i-hack-monero-xmr + 961007 varda my-day-hospital + 960996 ejaredallen wanna-see-something-cool + 960988 cwbrooch russian-roulette-a-memoir-part-2-under-the-table-tactics + 960985 markrmorrisjr original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10 + 960984 blend so-uh-vape-tricks-are-cool-now + 960979 philanthropest cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem + 960969 profitgenerator the-oil-market-2-3 + 960968 rebeccamorgan recipe-pickled-ginger-for-sushi + 960951 acidyo drew-an-avatar-signature-for-my-posts + 960931 lloyddavis i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping + 960921 patimaker night-sketch-funny-bird + 960914 benberger please-identify-your-sexuell-orientation + 960913 nadin3 a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi + 960888 vitaly-lvov crowdsales-monitor-august-2016 + 960884 rkpl how-to-make-a-good-picture-of-the-moon-my-guide-and-photos + 960873 stevescoins experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants + 960869 merej99 sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times + 960853 movievertigo connections-original-image + 960844 blendplayz 5-tiki-cocktails-you-can-make-at-home + 960842 betamusic the-history-of-danna-a-dog-abandoned-saved-by-steemit + 960815 feline1991 a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3 + 960790 anwar78 the-protocols-of-the-learned-elders-of-zion + 960786 alex2016 as-we-have-held-photoshoots-in-black-and-white-colors + 960783 charlie.wilson hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public + 960781 herzmeister forest-at-the-ammersee + 960776 karisa dr1uk-vegetable-soup-puree-recipe-specially-for-steemit + 960772 dudu-hoffman dudu-hoffman-feche-os-olhos + 960766 prufarchy i-witness-original + 960754 fairz droopy-the-dog-animation + 960745 gidlark environment-10-cloud-okruzhayushaya-sreda-10-oblaka + 960734 zaitsevalesyaa the-art-of-origami-bird-swan + 960729 renzoarg two-in-the-blue-vasocongestion-destroyer-of-men + 960727 quin spam + 960723 lyndsaybowes just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup + 960722 linzo addicted-original-poem + 960718 alexbeyman short-story-debut-a-nightmarish-vignette-about-trying-to-find-meaning-and-warmth-in-the-world-between-birth-and-death + 960717 mashatik87 no-make-up-tiny-haul-or-mashi + 960711 jackgallenhall steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video + 960709 juliamateo promociono-steemit-en-mi-canal-de-youtube + 960706 skapaneas pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work + 960694 timbernana izzy-the-dog-4 + 960692 reneenouveau nanowrimo-6-weeks-away-come-join-a-steemit-writing-team + 960690 nippel66 don-diablo-hexagon-radio-episode-085 + 960688 kingscrown bitcoin-double-spending-tool-provided-as-a-service-by-hackers + 960674 wpalczynski the-us-war-on-terror-has-cost-usd5-trillion-and-increased-terrorism-by-6-500-made-the-american-ruling-class-very-wealthy + 960668 jackgallenhall steemit-what-is-steem-should-you-invest-some-ether-video + 960665 imjustsayintho snowden-live-quote-from-ed-snowden + 960663 robyneggs an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation + 960662 lehard amazing-color-correction-video-before-and-after-the-my-original-work + 960658 dwinblood word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking + 960641 anduweb the-surveymonkey-scammer-is-back-now-for-decent + 960632 machinelearning test + 960626 witchcraftblog basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me + 960622 healthyrecipes spaghetti-squash-burrito-bowl + 960608 nippel66 pay-me-100-in-steem-power-when-submit-a-story + 960604 trevonjb eating-a-7-month-old-cinnabun + 960597 jackgallenhall how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video + 960587 stevescoins recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post + 960585 ola1 soledar-salt-mines + 960584 ancientofdays are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast + 960570 keithwillshine cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time + 960555 mashatik87 32-random-questions-tag-or-mashiface + 960553 steembeast do-you-trust-government-companies-explaining-the-private-sector-benefits + 960550 ayim fixing-posture-part-5-massages + 960548 kommienezuspadt bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators + 960541 jackgallenhall steemit-led-tittle-video + 960538 stephenkendal steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested + 960535 gustavopasquini pastel-of-banana-with-chocolate + 960521 lscottphotos lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos + 960490 jackgallenhall steemit-floral-video + 960480 mashatik87 stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash + 960479 ekremi12 here-s-what-all-women-need-to-know-about-pcos + 960471 halo steemit-girl-halo-beautiful-day + 960450 jackgallenhall how-to-make-paper-flowers + 960431 keithwillshine writers-block-need-motivation-to-write-a-post-so-do-i + 960430 juanmiguelsalas how-the-number-pi-sounds-on-a-piano + 960425 jackbot autojackpot-2016-09-15-18-39-50 + 960411 rubenalexander ind3x-back-to-back-hacks + 960404 timelapse street-art-compilation-grids + 960401 nonlinearone thanks-steemit + 960396 shadowspub the-burning-of-the-ss-noronic + 960381 maneco64 the-south-sea-bubble-and-the-madness-of-central-bankers + 960373 nekromarinist love-machine-original-art-work + 960364 karenb54 car-crash-that-could-have-changed-my-world + 960355 eneismijmich 4rgubt-journey-of-life + 960350 ourdailybread a-legacy-life + 960348 kingofchaos terrible-performance + 960318 stranger27 what-to-do-if-you-face-a-lot-of-different-tasks-that-should-be-done-till-yesterday + 960293 knozaki2015 the-strangest-building-in-berlin + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960283 asdes what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya + 960261 lifeworship the-1-out-of-10-hypothesis-application-and-some-observations + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960251 robotev status-update-after-the-16th-day-of-my-operation + 960249 fairz the-wild-west-animation + 960238 ozchartart usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept + 960234 rtd rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.pat.json new file mode 100644 index 00000000..ab7acf5f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.pat.json @@ -0,0 +1,11392 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "author_role": "admin", + "author_title": "", + "beneficiaries": [], + "blacklists": [], + "body": "only crocodiles 03", + "category": "hive-135485", + "children": 0, + "community": "hive-135485", + "community_title": "World News", + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "powerful crocodile 03", + "updated": "2016-09-15T19:47:45", + "url": "/hive-135485/@blocktrades/crocodile03" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "author_role": "admin", + "author_title": "", + "beneficiaries": [], + "blacklists": [], + "body": "only crocodiles 02", + "category": "hive-135485", + "children": 0, + "community": "hive-135485", + "community_title": "World News", + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile02", + "post_id": 1257962, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": true, + "hide": false, + "total_votes": 0 + }, + "title": "powerful crocodile 02", + "updated": "2016-09-15T19:47:45", + "url": "/hive-135485/@blocktrades/crocodile02" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "author_role": "admin", + "author_title": "", + "beneficiaries": [], + "blacklists": [], + "body": "only crocodiles 01", + "category": "hive-135485", + "children": 0, + "community": "hive-135485", + "community_title": "World News", + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile01", + "post_id": 1257961, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": true, + "hide": false, + "total_votes": 0 + }, + "title": "powerful crocodile 01", + "updated": "2016-09-15T19:47:45", + "url": "/hive-135485/@blocktrades/crocodile01" + }, + { + "active_votes": [], + "author": "good-karma", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.74, + "beneficiaries": [], + "blacklists": [], + "body": "only spiders 02", + "category": "hive-117600", + "children": 0, + "created": "2016-09-15T19:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spider02", + "post_id": 1257960, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": true, + "hide": false, + "total_votes": 0 + }, + "title": "powerful spider 02", + "updated": "2016-09-15T19:47:42", + "url": "/hive-117600/@good-karma/spider02" + }, + { + "active_votes": [], + "author": "good-karma", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.74, + "beneficiaries": [], + "blacklists": [], + "body": "only spiders 01", + "category": "hive-117600", + "children": 0, + "created": "2016-09-15T19:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spider01", + "post_id": 1257959, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "powerful spider 01", + "updated": "2016-09-15T19:47:42", + "url": "/hive-117600/@good-karma/spider01" + }, + { + "active_votes": [], + "author": "abit", + "author_payout_value": "0.000 HBD", + "author_reputation": 63.77, + "beneficiaries": [], + "blacklists": [], + "body": "only snakes 02", + "category": "hive-117600", + "children": 0, + "created": "2016-09-15T19:47:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:39", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "anaconda02", + "post_id": 1257958, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "powerful snake 02", + "updated": "2016-09-15T19:47:39", + "url": "/hive-117600/@abit/anaconda02" + }, + { + "active_votes": [], + "author": "abit", + "author_payout_value": "0.000 HBD", + "author_reputation": 63.77, + "beneficiaries": [], + "blacklists": [], + "body": "only snakes 01", + "category": "hive-117600", + "children": 0, + "created": "2016-09-15T19:47:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:39", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "anaconda01", + "post_id": 1257957, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "powerful snake 01", + "updated": "2016-09-15T19:47:39", + "url": "/hive-117600/@abit/anaconda01" + }, + { + "active_votes": [ + { + "rshares": 375241, + "voter": "dantheman" + }, + { + "rshares": 886132, + "voter": "mr11acdee" + }, + { + "rshares": 5100, + "voter": "steemit78" + }, + { + "rshares": 1259167, + "voter": "anonymous" + }, + { + "rshares": 318519, + "voter": "hello" + }, + { + "rshares": 153384, + "voter": "world" + }, + { + "rshares": -936400, + "voter": "ned" + }, + { + "rshares": 59412, + "voter": "fufubar1" + }, + { + "rshares": 14997, + "voter": "anonymous1" + }, + { + "rshares": 1441, + "voter": "red" + }, + { + "rshares": 551390835500, + "voter": "liondani" + }, + { + "rshares": 82748, + "voter": "roadscape" + }, + { + "rshares": 10772, + "voter": "xeroc" + }, + { + "rshares": 7685088000, + "voter": "markopaasila" + }, + { + "rshares": 454510724, + "voter": "tshering-tamang" + }, + { + "rshares": 681946946, + "voter": "romangelsi" + }, + { + "rshares": 504895891, + "voter": "dedmatvey" + }, + { + "rshares": 498863058, + "voter": "joelinux" + }, + { + "rshares": 9590417, + "voter": "piranhax" + }, + { + "rshares": 473258270, + "voter": "ned-reddit-login" + }, + { + "rshares": 0, + "voter": "fernando-sanz" + }, + { + "rshares": 425903066, + "voter": "gekko" + }, + { + "rshares": 381805870, + "voter": "gilang-ramadhan" + }, + { + "rshares": 392459059, + "voter": "kamvreto" + }, + { + "rshares": 422984262, + "voter": "acidyo" + }, + { + "rshares": 47179379651, + "voter": "tosch" + }, + { + "rshares": 7831667988, + "voter": "klye" + }, + { + "rshares": 1019950749, + "voter": "coar" + }, + { + "rshares": 1746058458, + "voter": "murh" + }, + { + "rshares": 22639073725, + "voter": "drinkzya" + }, + { + "rshares": 0, + "voter": "hien-tran" + }, + { + "rshares": 742566481, + "voter": "patrick-g" + }, + { + "rshares": 40624969, + "voter": "ben99" + }, + { + "rshares": 1742755097, + "voter": "sunshinecrypto" + }, + { + "rshares": 108855472, + "voter": "kingtylervvs" + }, + { + "rshares": 485112237, + "voter": "marinabogumil" + }, + { + "rshares": 917398502, + "voter": "decrypt" + }, + { + "rshares": 5067187498, + "voter": "senseiteekay" + }, + { + "rshares": 5154897955, + "voter": "r33drum" + }, + { + "rshares": 5033902237, + "voter": "cryptosi" + }, + { + "rshares": 1037079223, + "voter": "condra" + }, + { + "rshares": 233032838, + "voter": "jearson" + }, + { + "rshares": 240809500, + "voter": "tritium" + }, + { + "rshares": 123321995, + "voter": "allmonitors" + }, + { + "rshares": 226074637, + "voter": "artjedi" + }, + { + "rshares": 931542394, + "voter": "anduweb" + }, + { + "rshares": 2292983350, + "voter": "inertia" + }, + { + "rshares": 128561059, + "voter": "maximkichev" + }, + { + "rshares": 183438273, + "voter": "a9inchcock" + }, + { + "rshares": 266262926, + "voter": "desmonid" + }, + { + "rshares": 71498008, + "voter": "madhatting" + }, + { + "rshares": 23726644841, + "voter": "ubg" + }, + { + "rshares": 3741408303, + "voter": "royaltiffany" + }, + { + "rshares": 131577259, + "voter": "gribgo" + }, + { + "rshares": 12371398765, + "voter": "deanliu" + }, + { + "rshares": 28907874049, + "voter": "orm" + }, + { + "rshares": 528988007, + "voter": "qonq99" + }, + { + "rshares": 129537329, + "voter": "rd7783" + }, + { + "rshares": 615020728, + "voter": "slava" + }, + { + "rshares": 0, + "voter": "flyboyzombie" + }, + { + "rshares": 100102503, + "voter": "sictransitgloria" + }, + { + "rshares": 95219365, + "voter": "curator" + }, + { + "rshares": 232295871, + "voter": "dubovoy" + }, + { + "rshares": 0, + "voter": "solos" + }, + { + "rshares": 96945805, + "voter": "creatorgalaxy" + }, + { + "rshares": 99813231, + "voter": "trigonice29" + }, + { + "rshares": 0, + "voter": "blysards" + }, + { + "rshares": 3721016208, + "voter": "uwe69" + }, + { + "rshares": 1279854, + "voter": "nigmat" + }, + { + "rshares": 13974353753, + "voter": "magicmonk" + }, + { + "rshares": 4968585456, + "voter": "satoshifpv" + }, + { + "rshares": 1660613178, + "voter": "naturalista" + }, + { + "rshares": 10847083143, + "voter": "metrox" + }, + { + "rshares": 18340928, + "voter": "bestmalik" + }, + { + "rshares": 59563315, + "voter": "kolyan31" + }, + { + "rshares": 710989138, + "voter": "romancs" + }, + { + "rshares": 59366614, + "voter": "luke490" + }, + { + "rshares": 58762473, + "voter": "bro66" + }, + { + "rshares": 201822591, + "voter": "future24" + }, + { + "rshares": 58623688, + "voter": "mythras" + }, + { + "rshares": 56536509, + "voter": "imarealboy777" + }, + { + "rshares": 0, + "voter": "matrixdweller" + }, + { + "rshares": 48299362, + "voter": "smartguylabcoat" + }, + { + "rshares": 59157099, + "voter": "mabiturm" + }, + { + "rshares": 48283979, + "voter": "captainamerica" + }, + { + "rshares": 54761612, + "voter": "edbriv" + }, + { + "rshares": 865125771, + "voter": "rittr" + }, + { + "rshares": 92614447, + "voter": "jelloducky" + }, + { + "rshares": 52740989, + "voter": "tcstix" + }, + { + "rshares": 49467477, + "voter": "friedwater" + }, + { + "rshares": 57366185, + "voter": "denisdiaz" + }, + { + "rshares": 132070449, + "voter": "loganarchy" + }, + { + "rshares": 48811442, + "voter": "love-spirit-nerd" + }, + { + "rshares": 51549585, + "voter": "dikanevn" + }, + { + "rshares": 54017869, + "voter": "zelious" + }, + { + "rshares": 50129944, + "voter": "freebornangel" + }, + { + "rshares": 53196086, + "voter": "f1111111" + }, + { + "rshares": 0, + "voter": "anomaly" + }, + { + "rshares": 52394017140, + "voter": "jack8831" + }, + { + "rshares": 0, + "voter": "buckland" + }, + { + "rshares": 0, + "voter": "goldmatters" + } + ], + "author": "steemit", + "author_payout_value": "0.942 HBD", + "author_reputation": 35.01, + "beneficiaries": [], + "blacklists": [], + "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.", + "category": "meta", + "children": 36, + "created": "2016-03-30T18:30:18", + "curator_payout_value": "0.756 HBD", + "depth": 0, + "is_paidout": true, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 830053779138, + "payout": 1.698, + "payout_at": "2016-08-24T19:59:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "firstpost", + "post_id": 1, + "promoted": "0.000 HBD", + "reblogged_by": [ + "funny" + ], + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 92 + }, + "title": "Welcome to Steem!", + "updated": "2016-03-30T18:30:18", + "url": "/meta/@steemit/firstpost" + }, + { + "active_votes": [ + { + "rshares": 3377256926, + "voter": "anton333" + } + ], + "author": "anton333", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Model of Skeleton hands,without scissors and glue.

\n1


\n2


\n\n


\n

I need a piece of paper.

\n3


\n4


\n5


\n6


\n7


\n1


\n

Part 1 Part 2 Part 3 Part4 Part5 Part6 Part7 Part8 Part9 Part10

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T19:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/fi4tfvrgp/image.jpg", + "https://s9.postimg.org/kn7ogredb/image.jpg", + "https://s10.postimg.org/nnna3pxp5/image.jpg", + "https://s12.postimg.org/dltyd50wd/image.jpg", + "https://s12.postimg.org/qwsf7bs99/image.jpg", + "https://s3.postimg.org/7p1m66f4j/image.jpg", + "https://s22.postimg.org/4388u7yoh/image.jpg", + "https://s14.postimg.org/qo99yko5t/image.jpg" + ], + "links": [ + "https://postimg.org/image/byivq2oqt/", + "https://postimage.org/index.php?lang=russian", + "https://postimg.org/image/ivepluv0b/", + "https://postimg.org/image/efv1n0qmt/", + "https://postimg.org/image/u9lgfmvnt/", + "https://postimg.org/image/gzhee9knd/", + "https://postimg.org/image/gwtumvm6n/", + "https://postimg.org/image/55ifcrhhp/", + "https://postimg.org/image/4cbh56p1p/", + "https://steemit.com/art/@anton333/origami-start-with-the-simplest", + "https://steemit.com/art/@anton333/origami-part-two-do-a-swan", + "https://steemit.com/art/@anton333/origami-part-3-the-model-of-a-mouse", + "https://steemit.com/art/@anton333/origami-part-4-the-model-of-a-rose-petals", + "https://steemit.com/art/@anton333/origami-part-5-the-model-of-master-yoda", + "https://steemit.com/art/@anton333/origami-part-6-the-model-of-eagle", + "https://steemit.com/art/@anton333/origami-part-7-the-model-of-dagger", + "https://steemit.com/art/@anton333/origami-part-8-the-model-of-spider", + "https://steemit.com/art/@anton333/origami-part-9-the-model-of-tooth", + "https://steemit.com/art/@anton333/origami-part-10-the-model-of-flower" + ], + "tags": [ + "art", + "photography", + "origami" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3377256926, + "payout": 0.0, + "payout_at": "2016-09-22T19:46:30", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "origami-part-11-the-model-of-skeleton-hands", + "post_id": 1257931, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Origami Part 11, the model of Skeleton hands.", + "updated": "2016-09-15T19:46:30", + "url": "/art/@anton333/origami-part-11-the-model-of-skeleton-hands" + }, + { + "active_votes": [ + { + "rshares": 64358062, + "voter": "agartha" + } + ], + "author": "agartha", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "I think I just hacked Monero lol it's a joke but the security too thou \n\nLook at this! \n\n\nhttps://www.facebook.com/agartha.white.3/posts/179267779175393", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "https://www.facebook.com/agartha.white.3/posts/179267779175393" + ], + "tags": [ + "steemit", + "hack", + "monero", + "bitcoin", + "lol" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64358062, + "payout": 0.0, + "payout_at": "2016-09-22T19:44:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-hack-monero-xmr", + "post_id": 1257912, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "I hack Monero (Xmr) ?", + "updated": "2016-09-15T19:44:00", + "url": "/steemit/@agartha/i-hack-monero-xmr" + }, + { + "active_votes": [ + { + "rshares": 1202120459, + "voter": "varda" + } + ], + "author": "varda", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.73, + "beneficiaries": [], + "blacklists": [], + "body": "\n

  In the morning, at 5 am when the moon completes his round, the alarm rings, my deepest sleep I wake up painfully. K\u00e9ops my cat starts singing tour and stops only when he filled his mess tin. Sweety then, the cat of my son jumps on the furniture in the kitchen and also claimed his bowl. Kashmir him not to come after me, until I make him hugs.

\n

\n

\n

\n

 A small cup of coffee and I'm up for the day. After my shower, I have to feed the fish pond and two hens, they are waiting for me impatiently for me to release them from their cages.

\n

\n


\n

\n


\n

 6:15, I start my bag on her arm, my water bottle and my biscuit for lunch. On the road I am alone, few vehicles I meet. Great to run your car on a deserted road. In the winter when it snowed, I am the first to make tracks in the whiteness of the snow grows like cotton wool, sometimes, crazy beyond me and skids, it is an adrenaline rush. In summer the sun rises gives the sky a color of red sweetness, yellow, orange. In autumn, the trees begin to change color, it is a season because I love the beauty of trees is unique. 

\n

\n


\n

Here I come down the street or is my workplace, hospital, regional hospital, the CHR. Vehicles coming after one another because we start at 7am. The staff is found, speak, tells their evening then everyone goes to the same place: the time clock, control object of our hours worked.

\n

\n


\n

 In the ladies locker room, it gets held: white jacket with blue and green patterns representing the logo of the institution, blue pants with various pockets which we do not serve! 

\n

\n


\n

We arrive in our service, mine is the neurological rehabilitation service: we give up (or so) of people who have a stroke, an accident with neurological trauma, people who have multiple sclerosis or Guillain barred and other chronic diseases whose name is almost unknown. 

\n

\n


\n

\n


\n

\n


\n

We start our day with a report on each patient last night, we have 20 in service. After beginning the nursing: we make the toilet of the patient who is totally dependent. We get up in the chair. For others, we must educate, continue the actions he has learned with the therapist in the individual care, the patient should regain maximum independence so they can go home and take care only . It's a job that can last from 3 months to 6 months beyond, we can not do anything for them. 

\n

\n


\n

Headline in this service is: you come to bed but you leave again walking. 

\n


\n

Sometimes, we fail either because the patient does not want a return to autonomy, or because the patient is too ill. We give the same chance to everyone, rich, poor, alcoholic, drug addict, young or old. 

\n


\n

The management of a patient goes from shaving the beard of a man to the presentation on the toilet, the room arrangement the carefully tended beds. 

\n


\n

Lunch arrived around 8:30 am, few patient is in the dining hall for breakfast, other unfinished eat in bed Logistical assistance serves meals that are different if the patient is diabetic, diet, dieters, old, or in solid supply resumption. You should know that when the patient has had a stroke, a stroke, swallowing is absent, which means that if the patient eats a sandwich, but he swallows the bread goes in the bronchial tubes and not in the stomach, giving a false swallowing, bronchi become infected and it's a disaster. So this patient who made false swallowing should eat while cream consistency and drink thickened liquid. Which is not very good but I admit it must go through these stages in order to re-eat a day normally. 

\n


\n

Physiotherapists arrive at 9am and leave a 17h, occupational therapists also. There is also a neuropsychologist, a speech therapist and all do work that allows the patient to regain maximum independence, which means that the patient all day is busy. Visitors can come between 14:30 and 19:30. 

\n


\n

After lunch, we continue our work, when all is well, we finish around 10:30 or 11am but sometimes it is noon we are still in the rooms. 

\n


\n

In terms of handling, the entry of the patient, it is usually in bed or in a wheelchair with a right hemiplegia or left, some have forgotten that they had half a disabled body, so it must withstand and no wear and show him how to do with one leg to go from wheelchair to bed and vice versa. Others are completely invalid, they know not move neither arms nor legs, and for those, or we wear them either we lift them with a forklift. 

\n


\n

During dinner, we feed the disabled and we encode our care in the computer.

\n


\n

 Around 13h, we are a few naps after going on the toilet. Sometimes we have a problem in the pants, oops! When everyone is changed to bed, we have a service change ratio and the time, the hour of the end of our service is lagging. At 14h is the start of the morning shift. For my part, I take a good shower and I take the way home or waiting for my cats and my dog makes me a big party. 

\n


\n

We must not believe that the nursing profession is simple, each service is different and you can not compare the care of each other. 

\n


\n

I hope I have not bothered you with this long text, I wish you a good day to you all.     

\n", + "category": "story", + "children": 0, + "created": "2016-09-15T19:43:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/DSCN0477faad0.jpg", + "https://www.steemimg.com/images/2016/09/15/keops0029612b.jpg", + "https://www.steemimg.com/images/2016/09/15/Au-sommet81f7b.jpg", + "https://www.steemimg.com/images/2016/09/15/16e3c4.jpg", + "https://www.steemimg.com/images/2016/09/15/Photo0224b24a.jpg", + "https://www.steemimg.com/images/2016/09/15/d85917d4a45b3d581b5f40d1d7a7504a3bb1e.jpg", + "https://www.steemimg.com/images/2016/09/15/chr841bd.jpg", + "https://www.steemimg.com/images/2016/09/15/DSCN1513-Copiee7a4d.jpg", + "https://www.steemimg.com/images/2016/09/15/Capture2bb0b8.jpg", + "https://www.steemimg.com/images/2016/09/15/370086-1f7d83.jpg", + "https://www.steemimg.com/images/2016/09/15/Capturec0ccc.jpg", + "https://www.steemimg.com/images/2016/09/15/souleve-malade-foldyadb08.jpg" + ], + "tags": [ + "story", + "health" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1202120459, + "payout": 0.0, + "payout_at": "2016-09-22T19:43:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "my-day-hospital", + "post_id": 1257908, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "My day hospital", + "updated": "2016-09-15T19:43:54", + "url": "/story/@varda/my-day-hospital" + }, + { + "active_votes": [ + { + "rshares": 54846770, + "voter": "ejaredallen" + } + ], + "author": "ejaredallen", + "author_payout_value": "0.000 HBD", + "author_reputation": 31.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Nature

\n

I haven't stopped and taken a picture of the beauty around me in a long time. It's funny how we can get so caught up in work and the business of a crazy life and miss the simply beauty along the way. Sometime you've just got to stop and smell the roses; and while you're there, take a picture!

\n

\n

These aren't roses, I know: they're wild flowers. They don't get the nurture and care that roses do, and yet they are provided for and they bloom into beautiful blossoms in their own time. They have a harder life than others, and that's how we humans are as well. Some of us were well taken care of growing up and were treated like roses, while others were left in the field to grow up alone and without the love and care we should have had. But we are all beautiful in our own ways and if we survive long enough, we will blossom into something spectacular.

\n

\n

Colorado mountain rivers

\n

When the snow on the tops of the mountains melt, it feed the rushing rivers that carve their way down the mountainside. The climbing is excellent, the whether and the views are truly gorgeous, but something about the rivers rushing through the mountains draws you in. There is a memorization about the brave rivers unafraid of the mountains and simply rushing on by recklessly.

\n

\n

Mississippi at sunset

\n

Sometimes the world just slows down and magic happens. This was one of those times. On the night before my sister's wedding in Tupelo, Mississippi the sky exploded in color. What a calm reassurance before a monumental event: the approval stamp of God upon the sanction of their marriage.

\n

\n

Hundreds of years old Indian hieroglyphs in Arizona

\n

This was an incredible hike in the Arizona mountain ranges to discover a place where the Apache Indians, or perhaps some other tribe had lived hundreds of years ago!

\n

\n

Uganda, Africa at twilight, from a moving bus

\n

Africa is always an adventure, but in 2015 we took a safari on the northern rim and caught this shot on the way back to the lodge. I love how the beauty of the world is unique in its diversity from place to place, even across the Atlantic.

\n

\n

This is one of my favorite shots. I don't remember where I took it or when, but the colors, the bliss, the peacefulness of this field of flowers was stunning. I'm glad I was able to capture an image of its beauty to remember it by. And to think, all of this beauty was made by God in a second! His power to create a world is amazing and perfect in every way. We get to see His marvelous creation every day! 

\n

Follow me @ejaredallen for more pictures and great content!

\n", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-986x1024-289x300.jpeg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-3-1024x768-300x225.jpeg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6440-1024x1024-300x300.jpg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6031-1024x1024-300x300.jpg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_5829-1024x1024-300x300.jpg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/2015-07-13-06-37-59-1024x1024-300x300.jpg", + "http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_7281-1024x1024-300x300.jpg" + ], + "links": [ + "https://steemit.com/@ejaredallen" + ], + "tags": [ + "photography", + "pictures", + "art", + "steemit", + "travel" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54846770, + "payout": 0.0, + "payout_at": "2016-09-22T19:42:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wanna-see-something-cool", + "post_id": 1257893, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Shot From Around The Block On An iPhone!", + "updated": "2016-09-15T19:43:33", + "url": "/photography/@ejaredallen/wanna-see-something-cool" + }, + { + "active_votes": [ + { + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + } + ], + "author": "cwbrooch", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.99, + "beneficiaries": [], + "blacklists": [], + "body": "\n

This is part 2 of my Memoir.  Missed Part 1? Click here.
\nDon't know what's going on? Start from the beginning here.

\n

If you like what you're reading, follow me @cwbrooch for more craziness. if you love what you're reading recommend me to other peeps :) feedback is also very appreciated.

\n

\n

Russian Roulette - A Memoir of my Two Years in Moscow - Part 2 - Under the Table Tactics

\n

In this part of my memoir I am going to attempt to describe the dark side of Moscow. All stories depicted here either happened directly to people I knew, or were described to me as  a it's-russia-get-used-to-it anecdote.
\nYes, I will be talking about corruption and paying people under the table for things but bear in mind that even though it seems like a common practice definitely not all people do that and not all people experience the phenomenon.

\n

A ROUTINE POLICE CHECK 

\n

It is said that it is extremely wise to keep 2k-5k Rubles (about 28-68 Euro, 30-77 Dollars, 23-58 Pounds) in your registration papers at all times. They tend to disappear when you get your documents back from the officer... If one does not have such loose change, the guy tends to make one's life difficult. \"You were speeding\", \"You didn't stop at the STOP sign\", \"You're light is out\" etc. Driving is another interesting phenomenon in Moscow. You might think that since the metro is so packed, the streets will be empty. On the contrary, but I will not get into that right now as that makes a completely different post...  However, what I will tell you is  how one of my students passed her driving exam, which leads us to...

\n

PAYING TO PASS AN EXAM

\n

After her first failed attempt, my student looked at her instructor/examiner and asked: \"Could you please tell me what I did wrong, so I can work on it in the future?\" He stared back at her surprised and announced: \"Well, you didn't pay me extra, what do you expect?!\" At that point even I was shocked - \"So people openly tell you they want money?!\" \"Get used to it Kasia, It's Russia....\"
\nNeedless to say, she was forced to pay the second time around and surprise, surprise, she passed....
\n
\nI taught English in a company. I came one week, and saw that everyone was kind of in a rush and slightly agitated. I asked what the problem was and they said they were waiting for an audit. I remember wishing them good luck... One lady looked at me and smiled \"We paid the guys to look the other way, it will be fine!\" I didn't even bother to comment as I had aleady known there was no point...

\n

GETTING INTO A PRIVATE EVENT

\n

It was the three of us - my BF, his friend and I. We wanted to do some clubbing and the friend decided we should go to a very trendy bar in the heart of Moscow. He had a loyalty card there and was well known among the bouncers. We didn't really look the part, but a hefty fee paid for each of us (by the friend) was enough to let us in...

\n

That was a minor party. Let's talk about the big stuff, involving bigger money!
\nIf you know someone, who knows someone, who knows someone you might be able to (legally) attend the dress rehearsal of the famous Victory Parade in May (the 9th to be exact). It costs about 10k (137 Euro, 116 Pounds , 153 Dollars) Watch fragments of the video below to see the magnitude of what I am talking about. 

\n

The whole thing is long, play with it a little bit. The good stuff starts at about 40 minutes. Source

\n

https://www.youtube.com/watch?v=5EI3FYynz-Q

\n

To enter the actual parade however, you need to be a prominent member of the society (e.g. ex-military) or someone famous or filthy rich :)

\n

The event itself is quite impressive and for soldiers taking part in the march it is an honor among honors.  
\nWe had the privilege of living 15 minutes on foot from the Red Square so we saw all the preparations and marches right outside our windows (till 11pm at night...)

\n

\n

PS. I am aware that my portrayal of Moscow might seem bleak and depressing. Believe me, it was not. I;m simply trying to describe the juicy bits, the interesting stuff :) My next post will be more optimistic as I will be talking about sports, parks an recreations  :)

\n

 ____________________________________________________________________________

\n

Thank you for reading Part 2 of my memoir.

\n

Want to find out more about living in Moscow? Follow me @cwbrooch :)

\n

My other work on Streemit:

\n

1) Russian Roulette - Preamble 

\n

2) Russian Roulette - Part 1 - Surviving Underground

\n

3) Why shouldn't you use google translate for learning English and which dictionaries are far better

\n

4)  How to learn vocabulary effectively in any language!

\n

5) About me: introduction  
\n 

\n


\n", + "category": "story", + "children": 0, + "created": "2016-09-15T19:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s14.postimg.org/bpiqdmgpt/Untitled.jpg", + "https://img.youtube.com/vi/5EI3FYynz-Q/0.jpg", + "https://lh3.googleusercontent.com/3OMfOqwX2pQ5BYeql8V1tg4J6VcMzG75pLD-nhsfHw0BYFLEQOQSeVl-sVdEkDwS6VfPco-FukpjwQONwimoOhzzT4GIPDt_VGbJfNDYaltTvEcyOFK5do7PZD1-tjDW0nxKYhUQdxG4yoxX6ZS590fMaveLKSI2Voz579yTME9U8D7UgN7R3ufBrAcq0KV8kA9VqMVxryabh2X_jBiMnP3Uwjj_hrWn3ARzHggZMRuo3G3ORSKDpoqcBA25bRDeWHe7nVT4X58NolQ4yY8HVjzyUr4zDneI8dy_eHnSf0F0FBZ8kn4NQQ3ueVR84tu-Ot64CZb9a1SetmKmupvAxBbuS8z3jBsvCECD8A5jz9qevTOkgHEbV0z2hVteH64gCLg3OI9mRVqw2GWAYwNSUlGGtwCxmwXq3p_j_igwncarIhIF2HX_bV0ACrucmewR6IiIdVfaKKAO9g2ycLbJRr_SBwE9TxBND9ar0R267Grzq5SHywG71h1nxZnXInW-HQ2l1cou8zqdiEUanqkeSbgIunZVNBcEnYYinmF-WZd5y0_Luc8rdDYy0GlKAtAJ4z0-woKDs6d_XKWhiWsYOAW3rWwCe3cJylK_6H7wNO2PlBKL=w1163-h775-no" + ], + "links": [ + "https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-in-moscow-part-1-surviving-underground", + "https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-of-living-in-moscow-preamble", + "https://www.youtube.com/channel/UC4qBu3EvraPWezHbaC7npIQ", + "https://www.youtube.com/watch?v=5EI3FYynz-Q", + "https://steemit.com/@cwbrooch", + "https://steemit.com/languages/@cwbrooch/why-shouldn-t-you-use-google-translate-for-learning-english-and-which-dictionaries-are-faaaar-better", + "https://steemit.com/languages/@cwbrooch/how-to-learn-vocabulary-effectively-in-any-language", + "https://steemit.com/introduceyourself/@cwbrooch/teacher-story-teller-cat-lover-about-me" + ], + "tags": [ + "story", + "writing", + "travel", + "life", + "russia" + ], + "users": [ + "cwbrooch" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5891496080, + "payout": 0.001, + "payout_at": "2016-09-22T19:41:09", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "russian-roulette-a-memoir-part-2-under-the-table-tactics", + "post_id": 1257881, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Russian Roulette - a Memoir [Part 2] - Under-the-table Tactics", + "updated": "2016-09-15T19:42:57", + "url": "/story/@cwbrooch/russian-roulette-a-memoir-part-2-under-the-table-tactics" + }, + { + "active_votes": [ + { + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 10685732759, + "voter": "kimziv" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "rshares": 233089182, + "voter": "poseidon" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 1805841949, + "voter": "sisterholics" + }, + { + "rshares": 63861075353, + "voter": "laonie" + }, + { + "rshares": 2665078950, + "voter": "myfirst" + }, + { + "rshares": 12962686205, + "voter": "somebody" + }, + { + "rshares": 484662341, + "voter": "flysaga" + }, + { + "rshares": 2863548500, + "voter": "midnightoil" + }, + { + "rshares": 7162422615, + "voter": "xiaohui" + }, + { + "rshares": 485163523, + "voter": "elfkitchen" + }, + { + "rshares": 223914723, + "voter": "xiaokongcom" + }, + { + "rshares": 451374022, + "voter": "xianjun" + }, + { + "rshares": 82361209107, + "voter": "markrmorrisjr" + } + ], + "author": "markrmorrisjr", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.26, + "beneficiaries": [], + "blacklists": [], + "body": "## In this episode, a hot Aedapt girl helps Jack escape Killer giant Cockroaches! ##\n\n**Jake was peering through cracks between the plaster laths back into the room where they guard stood.** \n\n![enter image description here](https://s22.postimg.org/d4vifrmo1/Madison.jpg)\n***Missed an episode? Great more great reading for you [on my blog](https://steemit.com/@markrmorrisjr)! Be sure to follow me for awesome daily updates in your feed and leave me comments. I love comments!***\n\n\u201cNo, we\u2019re not that smart when we\u2019re under. We can really only do what we hear them telling us to do.\u201d Jake whispered, calmly as the big guard moved within inches of the wall, snorting. The guard turned, blasted a hole in the ceiling with his gun and charged back into the hall. \n\n*They heard him blasting the door of the next room open.*\n\n\u201cWe can\u2019t stay here. I\u2019m guessing you\u2019ve got this one on a signal blocker and there\u2019s not much time.\u201d \n\nThe girl turned and ran to a corner, where an iron hand rail rose up out of the floor in a curve. She disappeared through the floor and as Jack followed, he found a narrow, spiraling stair that led below. \n\nHe lost his footing and slid down the stairs, narrowly missing the girl. She stood in the room below, with ear to the door that led into the hall.\n\n![enter image description here](https://s16.postimg.org/90derv079/spiral_stair.jpg)\n\n*Jake followed close behind. The girl with the violet eyes opened the door and stepped out into the hall with the awakened Nosher right behind her and Jack bringing up the rear. Jack had no idea what to do next, but the girl seemed to be in her element, and willing to help.*\n\n**Hopefully, she was not leading them into more danger.** \n\nHe followed her past one door, and into the darkened room where they had first started. It was empty, which could only mean one thing. The Noshers who had recently occupied it were upstairs right now with the ugly guard. They were looking for Jack and the others and would soon head back down.\n\n\u201cShouldn\u2019t we just get out of here?\u201d Jack said. He stood with his back to the wall and the door opened a crack so that one eye could see down the hall toward the upper stairs.\n\n\u201cNot without these,\u201d the girl walked to where the guard had been and pointed up at the weapons, suspended above. She ran a hand along the doorframe, \u201cIt ought to be along here somewhere.\u201d She said.\n\n**\u201cWhat is?\u201d Jack hissed, shifting as her body pressed against his.** \n\nShe ran her hand along the top of the doorframe. He froze; she smelled good. It had been a long time since a girl had gotten this close to him, junior prom, in fact. He did not have a lot of time for dating with his work schedule. \n\n*To top it off, the smell of burnt fries that clung to him even after an hour in the shower was hardly an aphrodisiac.*\n\nThe girl put one hand on his chest and stood on tiptoe, pressing tight against him. \u201cOh, don\u2019t kid yourself; you just happened to be in my way.\u201d She laughed, scornfully, and pressed a hidden button at the top right corner of the door. Weapons rained down with a crash, and she quickly chose two handguns, handing one to Jack. \n\nShe pressed the button again, and the remaining weapons zipped back up into position. Jack had to grip the gun in his hand firmly to keep it from joining them.\n\n![enter image description here](https://s13.postimg.org/xp1l7jjyv/guns.jpg)\n\n**\u201cElectro magnet,\u201d she said and opened the door, moving out, weapon first.**\n\n\u201cI knew that,\u201d Jack said. He flattened himself against the hallway wall, like a TV detective. The magnet had occurred to him, but in his addled state, he had not really grasped the concept. Mostly he just did not like the idea of her being smarter than he was. \n\n\u201cKeep up\u201d he hissed to Jake, who had managed to grab a revolver.\nThe three moved quickly down the hall and turned toward the front door. The two roaches Jack had seen earlier, peered out from either side. \n\n**They had weapons leveled in his direction.**\n\n*The girl crouched and moved forward as if she were still a Nosher. It worked. Jack followed suit, and Jake did his best. His human consciousness was getting stronger by the minute.* \n\nHe had even started getting color back in his cheeks, and Jack was beginning to notice that the man seemed oddly familiar, the more human he became. \u201cCould be a side effect of this Nosher thinking,\" he guessed.\n\n\u201cThey're right behind us,\u201d the girl hissed to one of the roaches. \u201cBlast the next thing that comes down those stairs, you got me?\u201d \n\n**The bug clicked and hissed.** \n\n*Jack assumed it was a yes, because the two giant insects moved in and took up positions on either side of the hall.*\n\nJack bolted out the door and was relieved to see the Rabbit zip up just in time. Phineas sat behind the wheel, and the Things were nowhere in sight. Behind them, they heard the roaches open fire, and then a huge blast echoed down the hall. \n\n![enter image description here](https://s13.postimg.org/4klau8zdj/phin_rabbit.jpg)\n\nA gust of wind barreled out the door, raining cockroach guts over the three escaping figures. Jake stumbled, and Jack picked him up and shoved him into the back seat of the Rabbit.\n\nHe turned back to let the girl in, but she was gone. Phineas stood up on the running board, slapping the roof of the vehicle furiously. \u201cGet in the car! Let\u2019s go man!\u201d\n\n*By the time Jack had slid into the passenger seat, Phineas had the Rabbit patching out. They were up to top speed in a matter of seconds.*\n\n**\u201cFind a me a safe dime!\u201d Phineas yelled, standing as he worked the pedals and tried to see over the steering wheel at the same time.**\n\n\u201cWhat?\u201d Jack yelled over the whine of the engine.\n\n\u201cDime, a dimension, get us out of here.\u201d Phineas pleaded.\n\nJack opened the glove compartment and fiddled with the controls, but nothing happened.\n\n**\u201cDamn, guess I have to do everything, Phineas grumbled, \u201chere, take the wheel.\u201d** \n\n*The Leprechaun ducked under Jack\u2019s arms as he grabbed the steering wheel from his position in the passenger\u2019s seat.* \n\nPhineas leaned across the stick shift, his feet working the pedals as he started manipulating the glovebox controls. Jack\u2019s view through the windshield changed every few seconds. It was making steering from the passenger\u2019s seat even more of a challenge.\n\n*Meanwhile, Jake hunkered down in the back seat. From where Jack sat, he was not looking so good. He wondered how much time they had left.*\n\nJack swerved to miss a slow-moving vehicle that had just appeared as they shifted dimensions. Finally, Phineas settled for one that put them on a narrow two-lane country road. \n\nThe town disappeared, replaced by rows of fences. Phineas braked and turned off onto the shoulder of the road, rolling to a stop.\n\nJack\u2019s heartbeat slowly returned to normal. Meanwhile, Jake sounded like he was winding up in the back seat, his voice rolling into a high-pitched whine, perforated with short puffs of breath, like a woman in labor on a late-night sitcom.\n\n**\u201cYou okay, back there?\u201d Jack asked, climbing out onto the shoulder.** \n\nJake launched himself out of the back seat, landed face down in a shallow ditch, and promptly lost the entire contents of his stomach in a single \n\n\u201cralph\u201d.\n--------\n\nJack turned away, pulling his elbow up over his nose to avoid the horrendous smell of vomit. Meanwhile, Phineas dove around the hood of the car and into the ditch, pawing through the puke as if he was panning for gold. \n\n*A few seconds later, he came up for air, triumphantly holding the thumb drive.*\n\nHe stood, wiping his hands on Jake\u2019s jacket, and then looked at his watch. \u201cIt\u2019s past time,\u201d He said, pulling the transmitter from the man\u2019s neck. Jake lolled into the ditch; his eyes fluttered, and Phineas shoved Jack toward the driver\u2019s seat.\n\n**\u201cLet\u2019s go. We don\u2019t want to be here when they come to collect him.\u201d He said, climbing into the passenger\u2019s seat.**\n\n***Will Jake see the girl again? What about his Nosher friend, what becomes of him? Will they ever get the smell out of the ALICE? Stay tuned!***\n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "category": "story", + "children": 0, + "created": "2016-09-15T19:40:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s22.postimg.org/d4vifrmo1/Madison.jpg", + "https://s16.postimg.org/90derv079/spiral_stair.jpg", + "https://s13.postimg.org/xp1l7jjyv/guns.jpg", + "https://s13.postimg.org/4klau8zdj/phin_rabbit.jpg" + ], + "links": [ + "https://steemit.com/@markrmorrisjr" + ], + "tags": [ + "story", + "life", + "fiction", + "anarchy", + "minnowsunited" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2069384927746, + "payout": 0.691, + "payout_at": "2016-09-22T19:40:48", + "pending_payout_value": "0.691 HBD", + "percent_hbd": 10000, + "permlink": "original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10", + "post_id": 1257877, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 20 + }, + "title": "Original Fiction: JACKED Book One, The Origin Dime Chronicles, Episode 10", + "updated": "2016-09-15T19:40:48", + "url": "/story/@markrmorrisjr/original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10" + }, + { + "active_votes": [ + { + "rshares": 201736965, + "voter": "blend" + } + ], + "author": "blend", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.17, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    \n
  •  I\u2019m as surprised as anyone to be saying this but holy shit, these vape trick are really impressive.Yes, vaping still makes most people look like an extra who just stepped off the set of Blade Runner. But god dammit, King Titus is doing some stuff with smoke in this video that doesn\u2019t seem physically possible.How is he moving smoke rings through the air without breaking them? Let\u2019s just soak that in for a hot second.
  • \n
\n\nhttps://youtu.be/i3Nd_FK1zUg\nsource>http://www.gizmodo.com.au/2016/09/so-uh-vape-tricks-are-cool-now/", + "category": "art", + "children": 0, + "created": "2016-09-15T19:40:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.kinja-img.com/gawker-media/image/upload/t_original/p8yuecbnagacjm6khr6t.jpg", + "https://img.youtube.com/vi/i3Nd_FK1zUg/0.jpg" + ], + "links": [ + "https://youtu.be/i3Nd_FK1zUg" + ], + "tags": [ + "art", + "story", + "life", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 201736965, + "payout": 0.0, + "payout_at": "2016-09-22T19:40:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "so-uh-vape-tricks-are-cool-now", + "post_id": 1257876, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "So, Uh... Vape Tricks Are Cool Now?", + "updated": "2016-09-15T19:40:36", + "url": "/art/@blend/so-uh-vape-tricks-are-cool-now" + }, + { + "active_votes": [], + "author": "philanthropest", + "author_payout_value": "0.000 HBD", + "author_reputation": 29.41, + "beneficiaries": [], + "blacklists": [], + "body": "\n

James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams.  

\n

I'm not crazy for having masking tape over my camera...I'm not alone....

\n

https://www.youtube.com/watch?v=y02aBfNT8n4

\n

WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....

\n
    \n
  • People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf.  
  • \n
\n

AS IF THEY AREN'T LISTENING TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING

\n", + "category": "freedom", + "children": 0, + "created": "2016-09-15T19:40:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/y02aBfNT8n4/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=y02aBfNT8n4" + ], + "tags": [ + "freedom", + "anarchy", + "steem", + "life", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:40:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does", + "post_id": 1257871, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES", + "updated": "2016-09-15T19:42:36", + "url": "/freedom/@philanthropest/cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does" + }, + { + "active_votes": [ + { + "rshares": 231815399848, + "voter": "anonymous" + }, + { + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "rshares": 1950776472028, + "voter": "xeroc" + }, + { + "rshares": 466189427281, + "voter": "recursive2" + }, + { + "rshares": 440845842, + "voter": "lee2" + }, + { + "rshares": 26932369613, + "voter": "lee3" + }, + { + "rshares": 8677356665, + "voter": "lee4" + }, + { + "rshares": 22149156424, + "voter": "lee5" + }, + { + "rshares": 24694558802, + "voter": "fkn" + }, + { + "rshares": 468295495, + "voter": "paco-steem" + }, + { + "rshares": 5641891453, + "voter": "spaninv" + }, + { + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "rshares": 319978787382, + "voter": "teamsteem" + }, + { + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "rshares": 183455862202, + "voter": "steve-walschot" + }, + { + "rshares": 177422979921, + "voter": "mummyimperfect" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "rshares": 970610699889, + "voter": "cyber" + }, + { + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "rshares": 61303208719, + "voter": "justtryme90" + }, + { + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 55960464168, + "voter": "thecryptodrive" + }, + { + "rshares": 275083790158, + "voter": "trogdor" + }, + { + "rshares": 5047565689, + "voter": "tee-em" + }, + { + "rshares": 31346657524, + "voter": "michaelx" + }, + { + "rshares": 203028922423, + "voter": "kimziv" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "rshares": 34073741916, + "voter": "cryptoiskey" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 36267999733, + "voter": "clement" + }, + { + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "rshares": 68450624110, + "voter": "bacchist" + }, + { + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "rshares": 462747522217, + "voter": "roelandp" + }, + { + "rshares": 5271256317, + "voter": "riscadox" + }, + { + "rshares": 118094280271, + "voter": "furion" + }, + { + "rshares": 578386960, + "voter": "barbara2" + }, + { + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "rshares": 14886225123, + "voter": "ausbitbank" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 185306737687, + "voter": "anyx" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 5250267854, + "voter": "thegoodguy" + }, + { + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "rshares": 4209550858, + "voter": "karen13" + }, + { + "rshares": 89580632, + "voter": "wildchild" + }, + { + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "rshares": 4428694472, + "voter": "poseidon" + }, + { + "rshares": 3709674578, + "voter": "bitcoiner" + }, + { + "rshares": 30989849211, + "voter": "zaebars" + }, + { + "rshares": 20026634941, + "voter": "positive" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 34310997040, + "voter": "sisterholics" + }, + { + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "rshares": 674282213, + "voter": "fnait" + }, + { + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "rshares": 21249911268, + "voter": "sisters" + }, + { + "rshares": 135241026997, + "voter": "steemdrive" + }, + { + "rshares": 50580942653, + "voter": "gomeravibz" + }, + { + "rshares": 2157263872, + "voter": "merej99" + }, + { + "rshares": 1181429894047, + "voter": "laonie" + }, + { + "rshares": 22969530313, + "voter": "laonie1" + }, + { + "rshares": 23486336661, + "voter": "laonie2" + }, + { + "rshares": 23494631758, + "voter": "laonie3" + }, + { + "rshares": 41308723727, + "voter": "myfirst" + }, + { + "rshares": 246291037911, + "voter": "somebody" + }, + { + "rshares": 9208584487, + "voter": "flysaga" + }, + { + "rshares": 5831884826, + "voter": "brendio" + }, + { + "rshares": 54407421509, + "voter": "midnightoil" + }, + { + "rshares": 4190432650, + "voter": "ullikume" + }, + { + "rshares": 538023492, + "voter": "marinaz" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 23490308796, + "voter": "laonie4" + }, + { + "rshares": 23488038283, + "voter": "laonie5" + }, + { + "rshares": 23485060556, + "voter": "laonie6" + }, + { + "rshares": 23480907119, + "voter": "laonie7" + }, + { + "rshares": 3157899297, + "voter": "kurtbeil" + }, + { + "rshares": 23477459041, + "voter": "laonie8" + }, + { + "rshares": 23474757706, + "voter": "laonie9" + }, + { + "rshares": 2370331931, + "voter": "steemleak" + }, + { + "rshares": 136086029693, + "voter": "xiaohui" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 6630568148, + "voter": "elfkitchen" + }, + { + "rshares": 99940391922, + "voter": "joele" + }, + { + "rshares": 2354334523, + "voter": "paynode" + }, + { + "rshares": 4254379739, + "voter": "xiaokongcom" + }, + { + "rshares": 8576106418, + "voter": "xianjun" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 576343622, + "voter": "microluck" + }, + { + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "rshares": 60219243, + "voter": "instructor" + }, + { + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "rshares": 23468551300, + "voter": "laonie10" + }, + { + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "rshares": 31611733517, + "voter": "hilarski" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 8390958262, + "voter": "rimann" + }, + { + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "rshares": 22621847215, + "voter": "laonie11" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 174778016, + "voter": "greatness" + }, + { + "rshares": 26574132419, + "voter": "sponge-bob" + }, + { + "rshares": 4044803243, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 53413720, + "voter": "lighter" + }, + { + "rshares": 258239323, + "voter": "maarnio" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "rshares": 63546443837, + "voter": "tracemayer" + }, + { + "rshares": 26568286493, + "voter": "brains" + }, + { + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "rshares": 51631638, + "voter": "archij" + }, + { + "rshares": 51530815, + "voter": "movie7283" + }, + { + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "rshares": 51520427, + "voter": "jj1968" + }, + { + "rshares": 51516489, + "voter": "cineger" + }, + { + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "rshares": 50676799, + "voter": "shy2675" + }, + { + "rshares": 50675747, + "voter": "suance1009" + }, + { + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "rshares": 50673722, + "voter": "fischer67" + }, + { + "rshares": 50672116, + "voter": "elya1" + }, + { + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "rshares": 50616898, + "voter": "apple4006" + }, + { + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "rshares": 50611931, + "voter": "dongperi" + }, + { + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "rshares": 50609329, + "voter": "psj212" + }, + { + "rshares": 50608661, + "voter": "owithed2" + }, + { + "rshares": 50606929, + "voter": "fiself2" + }, + { + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "rshares": 50355943, + "voter": "forea1995" + }, + { + "rshares": 50354561, + "voter": "holow1968" + }, + { + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "rshares": 50346496, + "voter": "himighar2" + }, + { + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "rshares": 50344921, + "voter": "runis1943" + }, + { + "rshares": 50344067, + "voter": "tong1962" + }, + { + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "rshares": 51393104, + "voter": "buit1989" + }, + { + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "rshares": 51387526, + "voter": "infees2" + }, + { + "rshares": 51384095, + "voter": "suar1997" + }, + { + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "rshares": 51380710, + "voter": "stroned96" + }, + { + "rshares": 51378107, + "voter": "drethe" + }, + { + "rshares": 51377505, + "voter": "qualwas" + }, + { + "rshares": 51376367, + "voter": "phent1994" + }, + { + "rshares": 51375075, + "voter": "baboyes" + }, + { + "rshares": 51373532, + "voter": "whor1973" + }, + { + "rshares": 51372739, + "voter": "youreforn" + }, + { + "rshares": 51371902, + "voter": "voll1981" + }, + { + "rshares": 51370717, + "voter": "copenty2" + }, + { + "rshares": 51369717, + "voter": "maject2" + }, + { + "rshares": 51367233, + "voter": "coust1997" + }, + { + "rshares": 51366398, + "voter": "busionea84" + }, + { + "rshares": 51365174, + "voter": "therver1" + }, + { + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "rshares": 51359746, + "voter": "anity1994" + }, + { + "rshares": 59959066, + "voter": "themphe1" + }, + { + "rshares": 51355864, + "voter": "abild1988" + }, + { + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "rshares": 66162576, + "voter": "afteld1" + }, + { + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 188217107, + "voter": "techslut" + }, + { + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "rshares": 3035584586, + "voter": "steemlift" + }, + { + "rshares": 123580867, + "voter": "toddemaher1" + } + ], + "author": "charlieshrem", + "author_payout_value": "0.000 HBD", + "author_reputation": 67.32, + "beneficiaries": [], + "blacklists": [], + "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", + "category": "story", + "children": 2, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg", + "https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png", + "https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png", + "https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg" + ], + "links": [ + "https://postimg.org/image/5bg38xjjr/", + "https://postimg.org/image/iu6qq6eb9/", + "https://postimg.org/image/nfj3tkh87/", + "https://postimg.org/image/ceiwrfinr/" + ], + "tags": [ + "story", + "life", + "bitcoin" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16647533396431, + "payout": 18.922, + "payout_at": "2016-09-22T19:39:15", + "pending_payout_value": "18.922 HBD", + "percent_hbd": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 1257859, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 211 + }, + "title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "updated": "2016-09-15T19:39:15", + "url": "/story/@charlieshrem/mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem" + }, + { + "active_votes": [ + { + "rshares": 2041184971, + "voter": "profitgenerator" + } + ], + "author": "profitgenerator", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.62, + "beneficiaries": [], + "blacklists": [], + "body": "Let's analyze more deeply the relationship between USD and Oil. This is a continuation of this 3 part series, and in this part I will describe my opinions how to trade Oil, despite it's unpredictability. Here is the previous part:\n\n
https://steemit.com/money/@profitgenerator/the-Oil-market-1-3
\n\n------------------------------------\n
\n
[![oilfield-643836_1920.jpg](https://s16.postimg.org/j6asrkj79/oilfield_643836_1920.jpg)](https://postimg.org/image/5cmg2iqlt/)
\n\n

Oil and Dollar

\n\nBefore we go into strategies, I have to explain more thoroughly what relationship I was talking about in the past article.\n\nSo we know that the Oil is denominated by the US Dollar, and we know that a cheap Oil is good for the US Economy, but I wasn't very precise here, this is not entirely true, there is something more here.\n\nFirst of all the commodity market is the only thing that keeps the US Dollar stable, since the Nixon lifting of the Gold standard. The USD is printed at will and the commodities are the only thing that give it some residual value.\n\nSo the commodity market has to be as liquid as possible in order to keep the USD stable, because every ounce of Gold, gram of grain or drop of Oil bought gives value to the USD, because it goes through the USD market.\n\nBut also the commodity market cannot be high in price, because that is bad for the USD. So you have to have a very liquid commodity market, but one that has low price. It sounds very contradictory (the velocity of money theory forbids this), so how you do you achieve this?\n\nWith a Paper Ponzi Scheme: https://en.wikipedia.org/wiki/Gold_certificate\n\nBy issuing commodities on paper, that are not backed by real commodities, or in other words extremely leveraged instruments. You can read more about this popular scam here:\n\n
http://www.silverdoctors.com/Gold/Gold-news/comex-Gold-leverage-skyrockets-to-a-shocking-5421/\nhttp://www.zerohedge.com/news/2016-06-25/comex-registered-silver-now-more-leveraged-Gold
\n\n
[![Leverage-Of-COMEX-Registered-Silver-Contracts.png](https://s17.postimg.org/bgdwcshn3/Leverage_Of_COMEX_Registered_Silver_Contracts.png)](https://postimg.org/image/vnrc53f4b/)
\n
*(Source: https://srsroccoreport.com)*
\n\nNow I am not sure if the same phenomena is happening to Oil as well, but it could be possible. The entire commodity market is undervalued while derivatives and over-leveraged scams are the popular choice of investment for investors.\n\nSo if this is true, then Oil, and the whole commodity market would be into a bullish run possibly. But what about the USD? Yes, the USD itself is in trouble too. The US national debt and outstanding liabilities are too big, and I think the FED will just do QE any minute now, printing up Dollars and perhaps pumping up the commodity market too.\n\nAlright so now it is very confusing, in the past article I established a bearish trend, and now I am saying a bullish scenario could happen? So which one is it. Well let's take them 1 by 1:\n\n* Venezuela economic collapse and Middle East wars = **Bullish**\n* Big Oil price not good for US so they will suppress it with any tool available = `Bearish`\n* OPEC increased Oil production together with [Iran's lifted embargo](http://www.nytimes.com/2016/03/08/world/middleeast/embargo-lifted-iranian-Oil-reaches-europe.html) = `Bearish` \n* Russia building Oil pipeline in South Europe = `Bearish`\n* China investing in Africa and importing Oil = **Bullish** (since the growing Chinese economy is a big Oil demand)\n* Rising Green Energy markets = `Bearish`\n* Paper ponzi scheme could collapse anytime = **Bullish**\n* New rounds of quantitative easing to erode global debts = **Bullish**\n\nSo it looks to me like a whipsaw, again it could be quantified to have more accurate numbers, but it looks like the risk is big in the market. I would certainly not go long or short on it, since it's pretty unpredictable based on these macroeconomic trends. Whatever monopoly controls the price of Oil has made sure to make the price unpredictable, so that people will be wiped out on both sides.\n\nSo then how to trade this, if long and short positions are too risky, what to do?\n\n----------------------\n
\n
[![money-finance-bills-500.jpg](https://s17.postimg.org/simy7jp3j/money_finance_bills_500.jpg)](https://postimg.org/image/kd4w9e0uj/)
\n\n\n

Trading the Oil Market

\n\nIf long and short positions are too risky, then hedging is the only strategy left in my opinion. I would not trade Oil naked, but if we hedge it with the right instrument, it could be profitable.\n\n

[Hedging](https://en.wikipedia.org/wiki/Hedge_%28finance%29)

\n\nBut what to hedge, what pairs to hedge and how? Well there are many combinations, and you have to find the pairs that will make you money nontheless.\n\nBut let's cut the crap, I have found a setup that is ultra profitable, and I will share it with you, in exchange you can donate me some SBD and upvote my post and follow me, that is the least you can do for showing you this ultra profitable trading strategy.\n\nSo here are the pairs:\n* Oil / USD\n* XAU / USD\n* USD / JPY\n* DJI / USD\n\nWe will construct our `artificial index` from these, I will call it `ProfitGenerator`:\n\n
[![profitgenerator.png](https://s12.postimg.org/421peh5v1/profitgenerator.png)](https://postimg.org/image/feeaw9ejt/)
\n\nThis is how `ProfitGenerator` looks like, it is really a @profitgenerator, going up and up since 2009. The formula is the following:\n`BUY Oil / USD`\n`SELL XAU / USD`\n`SELL USD / JPY`\n`BUY DJI / USD`\n\nSo basically by buying the DOW 30 and Oil, and selling Gold and the USD/JPY, we get this artificial index that always makes our profits go up since 2009. Of course it has dips and volatility, but the trend line looks to go up:\n\n
[![trend.png](https://s13.postimg.org/7c4281afb/trend.png)](https://postimg.org/image/mktzlt43n/)
\n\nI have extrapolated it linearly in the future, and it could be a profitable investment.Looks like easy money to me, I might check it out as well, and look for even better hedging strategies.\n\n---------------------------\n\nBasically this is how I would trade Oil at the moment, not naked, but put inside this nice hedging strategy. So if you decide to try it out, you should reward me after you made some profits!\n\n\n---------------------------\n\n*Data sources: http://www.investing.com*\n\n***Disclaimer: The information provided on this page might be incorrect. I am not responsible if you lose money using the information on this page! This is not an investment advice, just my opinion and analysis for educational purposes.***\n\n\n-------------------------------------------\n\n\n

Upvote & Follow Me: @profitgenerator

", + "category": "money", + "children": 0, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/j6asrkj79/oilfield_643836_1920.jpg", + "https://s17.postimg.org/bgdwcshn3/Leverage_Of_COMEX_Registered_Silver_Contracts.png", + "https://s17.postimg.org/simy7jp3j/money_finance_bills_500.jpg", + "https://s12.postimg.org/421peh5v1/profitgenerator.png", + "https://s13.postimg.org/7c4281afb/trend.png" + ], + "links": [ + "https://steemit.com/money/@profitgenerator/the-Oil-market-1-3", + "https://postimg.org/image/5cmg2iqlt/", + "https://en.wikipedia.org/wiki/Gold_certificate", + "http://www.silverdoctors.com/Gold/Gold-news/comex-Gold-leverage-skyrockets-to-a-shocking-5421/", + "https://postimg.org/image/vnrc53f4b/", + "https://srsroccoreport.com", + "http://www.nytimes.com/2016/03/08/world/middleeast/embargo-lifted-iranian-Oil-reaches-europe.html", + "https://postimg.org/image/kd4w9e0uj/", + "https://en.wikipedia.org/wiki/Hedge_%28finance%29", + "https://postimg.org/image/feeaw9ejt/", + "https://postimg.org/image/mktzlt43n/", + "http://www.investing.com" + ], + "tags": [ + "money", + "investing", + "oil", + "trading", + "economics" + ], + "users": [ + "profitgenerator" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2041184971, + "payout": 0.0, + "payout_at": "2016-09-22T19:39:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-oil-market-2-3", + "post_id": 1257858, + "promoted": "0.030 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "The Oil Market [2/3]", + "updated": "2016-09-15T19:39:15", + "url": "/money/@profitgenerator/the-oil-market-2-3" + }, + { + "active_votes": [ + { + "rshares": 99588913, + "voter": "rebeccamorgan" + }, + { + "rshares": 2264991522, + "voter": "bluechoochoo" + } + ], + "author": "rebeccamorgan", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.74, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

I don't know about you, but one of my favorite parts of eating sushi is the pickled ginger. Today, I stopped by the store to pick up some pickled ginger to go with the sushi I was making for lunch, but I was totally bummed that they didn't have any.

\n

So I went home and did what I do a lot...I improvised. Remembering the bag of whole, unpeeled ginger I had thrown in the freezer a while back, I got it out. Turns out, you can make great pickled ginger at home, and it's super easy! 

\n

Recipe:

\n

1/4 cup peeled, thinly sliced ginger

\n

1/4 cup seasoned sushi vinegar

\n

1 tablespoon ginger

\n

Put all the ingredients in a small seal-able container and let set in the refrigerator for at least one hour.

\n

I love to eat this with a simple tempura shrimp roll using 1 sheet of nori, 1/2 cup sushi rice, and tempura shrimp.

\n

YUM!

\n", + "category": "food", + "children": 0, + "created": "2016-09-15T19:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSvPcipLOst42r-1eVPTuUXJ1aF4RhA6dpo9vwTt_HgsdBHW9GYXA" + ], + "tags": [ + "food", + "recipe", + "life", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2364580435, + "payout": 0.0, + "payout_at": "2016-09-22T19:39:12", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "recipe-pickled-ginger-for-sushi", + "post_id": 1257857, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "[recipe] pickled ginger for sushi", + "updated": "2016-09-15T19:39:12", + "url": "/food/@rebeccamorgan/recipe-pickled-ginger-for-sushi" + }, + { + "active_votes": [ + { + "rshares": 13342307926, + "voter": "valtr" + }, + { + "rshares": 27470549701, + "voter": "acidyo" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "rshares": 8222986904, + "voter": "getssidetracked" + }, + { + "rshares": 1582556166, + "voter": "trees" + }, + { + "rshares": 221867769, + "voter": "strawhat" + }, + { + "rshares": 777893805, + "voter": "cryptochannel" + }, + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 119998460, + "voter": "pokemon" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 2275125890, + "voter": "andrew0" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 59295031, + "voter": "dobbydaba" + }, + { + "rshares": 7989270301, + "voter": "karisa" + }, + { + "rshares": 54574888, + "voter": "lighter" + }, + { + "rshares": 298391608, + "voter": "risabold" + } + ], + "author": "acidyo", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.78, + "beneficiaries": [], + "blacklists": [], + "body": "Since I am really unskilled at PS/Gimp I decided to draw a signature myself!\n\nhttp://imgur.com/FU1u3Aa.jpg\n\nWas thinking of adding it after my posts like this:\nMaybe resize it a bit smaller and make it linkable to my account page, let me know what you think :)\n\nhttp://imgur.com/UIw3ArK.jpg", + "category": "avatar", + "children": 1, + "created": "2016-09-15T19:37:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://imgur.com/FU1u3Aa.jpg", + "http://imgur.com/UIw3ArK.jpg" + ], + "tags": [ + "avatar", + "signature", + "steemit", + "acidyo", + "art" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 129649321550, + "payout": 0.029, + "payout_at": "2016-09-22T19:37:00", + "pending_payout_value": "0.029 HBD", + "percent_hbd": 10000, + "permlink": "drew-an-avatar-signature-for-my-posts", + "post_id": 1257834, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 18 + }, + "title": "Drew an avatar/signature for my posts!", + "updated": "2016-09-15T19:37:00", + "url": "/avatar/@acidyo/drew-an-avatar-signature-for-my-posts" + }, + { + "active_votes": [ + { + "rshares": 366434912, + "voter": "lloyddavis" + }, + { + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 153202378, + "voter": "sterlingsnead" + } + ], + "author": "lloyddavis", + "author_payout_value": "0.000 HBD", + "author_reputation": 44.22, + "beneficiaries": [], + "blacklists": [], + "body": "I did a few of these a while back, I was experimenting with the technique. It was fun and I might well do some more, especially if there's an audience for them\n\nThe basic technique is to first to take a video clip and split it into a number of frames. I expect you can do this easily in Photoshop or something, but I'm a command line kind of guy so I used ffmpeg and ImageMagick - I learned a lot from reading [this post about it](\"https://room208.org/blog/posts/48793543478.html\"). I go for things that break down into about 12-24 frames because at 24 fps you're going to need 12 to get a half second loop.\n\nThen you load up each frame in your favourite graphics editor - I use GIMP because I'm cheap. For each frame, you create a new transparent layer and trace over the bits of the frame that you want to replicate. There's a bit of artistic choice in here about how much detail you want to include and how much colour filling you'll do. But the most basic thing is to create a simplified line drawing by running the brush over the key elements.\n\nSo for this one of Johnny Rotten, I only took twelve frames from the beginning and only traced his face and the mic and filled in his hair with an approximation of it's actual colour!\n\n\n\nIf you give your transparent layer a white background you've then got a finished frame for your clip. So export it and give it a number so that you know which order it goes in. Again, Photoshop and GIMP probably have this built in, but I'm awkward that way and like to make things as close to \"by hand\" as I can. This is also much slower, but it does feel like you've made something rather than just knowing which buttons to press.\n\nYou then sew the frames back up into a GIF file using ImageMagick's convert command - check out that [blog post again](\"https://room208.org/blog/posts/48793543478.html\") for the deep dive details.\n\nAlternatively you can take a still image and just trace it several times. That's what I did with this one of Louis Armstrong. Four frames, each slightly different from the others, when animated give it this jiggly quality as if he is playing.\n\n\n\nI'd love to see what other people make of this technique. Show me your work too!", + "category": "art", + "children": 0, + "created": "2016-09-15T19:34:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://ipfs.pics/ipfs/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A", + "https://ipfs.pics/ipfs/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn", + "https://ipfs.pics/ipfs/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA" + ], + "links": [ + "\"https://room208.org/blog/posts/48793543478.html\"", + "https://ipfs.pics/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A", + "https://ipfs.pics/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn", + "https://ipfs.pics/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA" + ], + "tags": [ + "art", + "animation", + "rotoscope", + "fun", + "drawing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4431276095, + "payout": 0.0, + "payout_at": "2016-09-22T19:34:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping", + "post_id": 1257808, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "I made these animations by tracing from video - and found out later it's called \"rotoscoping\"", + "updated": "2016-09-15T19:34:36", + "url": "/art/@lloyddavis/i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping" + }, + { + "active_votes": [ + { + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 1131354587, + "voter": "patimaker" + }, + { + "rshares": 150728858, + "voter": "alexandrapop" + } + ], + "author": "patimaker", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.12, + "beneficiaries": [], + "blacklists": [], + "body": "I just decided to draw a bird\nVery often I do not sleep at night, so I draw sorts of things\n\nhttp://s017.radikal.ru/i410/1609/b9/c2414d721dd3.png", + "category": "art", + "children": 1, + "created": "2016-09-15T19:33:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://s017.radikal.ru/i410/1609/b9/c2414d721dd3.png" + ], + "tags": [ + "art", + "drawing", + "life", + "picture", + "painting" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5193722250, + "payout": 0.001, + "payout_at": "2016-09-22T19:33:24", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "night-sketch-funny-bird", + "post_id": 1257796, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Night sketch - Funny bird", + "updated": "2016-09-15T19:33:24", + "url": "/art/@patimaker/night-sketch-funny-bird" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 116544591, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "rshares": 31930537676, + "voter": "laonie" + }, + { + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "rshares": 6481343102, + "voter": "somebody" + }, + { + "rshares": 242331170, + "voter": "flysaga" + }, + { + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "rshares": 225687011, + "voter": "xianjun" + }, + { + "rshares": 2550264720, + "voter": "benberger" + } + ], + "author": "benberger", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.89, + "beneficiaries": [], + "blacklists": [], + "body": "http://i67.tinypic.com/307wwzn.jpg", + "category": "life", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i67.tinypic.com/307wwzn.jpg" + ], + "tags": [ + "life", + "fun", + "comedy", + "fail", + "cartoon" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59508421773, + "payout": 0.013, + "payout_at": "2016-09-22T19:33:00", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "please-identify-your-sexuell-orientation", + "post_id": 1257788, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 18 + }, + "title": "Please identify your sexuell orientation:", + "updated": "2016-09-15T19:33:00", + "url": "/life/@benberger/please-identify-your-sexuell-orientation" + }, + { + "active_votes": [ + { + "rshares": 59061355186, + "voter": "lehard" + }, + { + "rshares": 1708336843, + "voter": "dimon14" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 159631404, + "voter": "kamil5" + }, + { + "rshares": 4546813061, + "voter": "nadin3" + } + ], + "author": "nadin3", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.23, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i.imgur.com/PW0v4ZA.jpg

\n

Hello, my friends! If you are tired of plain pancakes I advise you to get some work done and you'll get a very delicious pie and a nice dessert for tea time.

\n

\u041f\u0440\u0438\u0432\u0435\u0442 \u0434\u0440\u0443\u0437\u044c\u044f! \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043d\u0430\u0434\u043e\u0435\u043b\u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0431\u043b\u0438\u043d\u044b ,\u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u0440\u0443\u0434\u0438\u0442\u044c\u0441\u044f \u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043e\u0447\u0435\u043d\u044c \u0432\u043a\u0443\u0441\u043d\u044b\u0439 \u0442\u043e\u0440\u0442\u0438\u043a \u0438 \u043d\u0435\u0436\u043d\u044b\u0439 \u0434\u0435\u0441\u0435\u0440\u0442 \u043a \u0447\u0430\u044e! 

\n

Ingredients :

\n

Pancakes

\n

500ml sour cream

\n

1pack vanilla sugar

\n

800g of frozen or preserved cherry

\n

\u0418\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b: 

\n

\u0411\u043b\u0438\u043d\u044b 

\n

\u0421\u043c\u0435\u0442\u0430\u043d\u0430 500\u043c\u043b 

\n

\u0421\u0430\u0445\u0430\u0440 1 \u0441\u0442\u0430\u043a\u0430\u043d 

\n

\u0412\u0430\u043d\u0438\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0445\u0430\u0440 - 1 \u043f\u0430\u043a\u0435\u0442\u0438\u043a 

\n

\u0412\u0438\u0448\u043d\u044f \u0437\u0430\u043c\u043e\u0440\u043e\u0436\u0435\u043d\u043d\u0430\u044f \u0438\u043b\u0438 \u043a\u043e\u043d\u0441\u0435\u0440\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f 800\u0433\u0440

\n

http://i.imgur.com/oguMRtZ.jpg

\n

Make pancakes the way you like them

\n

It's very important that all the juice that comes out of cherries has dripped into a bow. Whip sour cream (at least 20% fat) with sugar and vanilla

\n

\u0413\u043e\u0442\u043e\u0432\u0438\u043c \u0431\u043b\u0438\u043d\u044b \u043f\u043e \u0441\u0432\u043e\u0435\u043c\u0443 \u0440\u0435\u0446\u0435\u043f\u0442\u0443 .\u0421 \u0432\u0438\u0448\u043d\u0438 \u0432\u0430\u0436\u043d\u043e \u0447\u0442\u043e\u0431\u044b \u0441\u0442\u0435\u043a \u0432\u0435\u0441\u044c \u0441\u043e\u043a. \u0421\u043c\u0435\u0442\u0430\u043d\u0443 \u0436\u0438\u0440\u043d\u0443\u044e \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 20% \u0432\u0437\u0431\u0438\u0442\u044c \u0441 \u0441\u0430\u0445\u0430\u0440\u043e\u043c \u0438 \u0432\u0430\u043d\u0438\u043b\u0438\u043d\u043e\u043c .

\n

http://i.imgur.com/8YMOHzf.jpg

\n

http://i.imgur.com/8KzsX0I.jpg

\n

http://i.imgur.com/LCZJXWX.jpg

\n

http://i.imgur.com/cSqfUeR.jpg

\n

Put a row of cherries on one edge of a pancake and roll. Put those rolls on a plate and cream them with the cream we've made before. Then make one more layer of pancake rolls and so on, making a pyramid.

\n

\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043b\u0438\u043d\u044b \u0432 \u0442\u0440\u0443\u0431\u043e\u0447\u043a\u0443 \u0438 \u0432\u044b\u043b\u043e\u0436\u0438\u0442\u044c \u043d\u0430 \u0431\u043b\u044e\u0434\u043e \u0432 \u0440\u044f\u0434. \u041f\u0440\u043e\u043c\u0430\u0437\u0430\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u043e \u0441\u043c\u0435\u0442\u0430\u043d\u043d\u044b\u043c \u043a\u0440\u0435\u043c\u043e\u043c . \u0417\u0430\u0442\u0435\u043c \u043e\u043f\u044f\u0442\u044c \u0440\u044f\u0434 \u0431\u043b\u0438\u043d\u043e\u0432 \u043d\u043e \u043f\u043e\u043c\u0435\u043d\u044c\u0448\u0435, \u0441\u043b\u043e\u0439 \u043a\u0440\u0435\u043c\u0430 \u0438 \u0442\u0430\u043a \u0434\u0430\u043b\u0435\u0435. \u0412\u044b\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c \u043f\u043e\u043b\u0435\u043d\u043d\u0438\u0446\u0443. 

\n

http://i.imgur.com/jMNEtFR.jpg

\n

http://i.imgur.com/UyGHCOn.jpg

\n

http://i.imgur.com/G7kN563.jpg

\n

http://i.imgur.com/Cjs81fe.jpg

\n

http://i.imgur.com/RTeoS7n.jpg

\n

http://i.imgur.com/uy10SVo.jpg

\n

Put cream on top and decorative as you like.

\n

\u0421\u0432\u0435\u0440\u0445\u0443 \u043e\u0431\u043c\u0430\u0436\u0435\u043c \u043a\u0440\u0435\u043c\u043e\u043c \u0438 \u0443\u043a\u0440\u0430\u0448\u0430\u0435\u043c \u043d\u0430 \u0441\u0432\u043e\u0439 \u0432\u043a\u0443\u0441

\n

http://i.imgur.com/SvwKADp.jpg

\n

Bon appetite!!!

\n

http://i.imgur.com/Mlh4uXf.jpg

\n

\u041f\u0440\u0438\u044f\u0442\u043d\u043e\u0433\u043e \u0430\u043f\u043f\u0435\u0442\u0438\u0442\u0430!!!

\n

http://i.imgur.com/xv13Hu9.jpg

\n


\n


\n


\n", + "category": "food", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/PW0v4ZA.jpg", + "http://i.imgur.com/oguMRtZ.jpg", + "http://i.imgur.com/8YMOHzf.jpg", + "http://i.imgur.com/8KzsX0I.jpg", + "http://i.imgur.com/LCZJXWX.jpg", + "http://i.imgur.com/cSqfUeR.jpg", + "http://i.imgur.com/jMNEtFR.jpg", + "http://i.imgur.com/UyGHCOn.jpg", + "http://i.imgur.com/G7kN563.jpg", + "http://i.imgur.com/Cjs81fe.jpg", + "http://i.imgur.com/RTeoS7n.jpg", + "http://i.imgur.com/uy10SVo.jpg", + "http://i.imgur.com/SvwKADp.jpg", + "http://i.imgur.com/Mlh4uXf.jpg", + "http://i.imgur.com/xv13Hu9.jpg" + ], + "tags": [ + "food", + "recipes", + "photography", + "ru" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65577764329, + "payout": 0.014, + "payout_at": "2016-09-22T19:33:00", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 10000, + "permlink": "a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi", + "post_id": 1257787, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "A pancake pie with cherry! It's very delicious!!! \u0411\u043b\u0438\u043d\u043d\u044b\u0439 \u0442\u043e\u0440\u0442 \u0441 \u0432\u0438\u0448\u043d\u0435\u0439! \u041e\u0447\u0435\u043d\u044c,\u043e\u0447\u0435\u043d\u044c \u0432\u043a\u0443\u0441\u043d\u044b\u0439!!!", + "updated": "2016-09-15T19:33:00", + "url": "/food/@nadin3/a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi" + }, + { + "active_votes": [ + { + "rshares": 156366867238, + "voter": "vitaly-lvov" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 545502649240, + "voter": "yan-kovalenko" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 24867605062, + "voter": "katyakov" + }, + { + "rshares": 3723435049, + "voter": "litvintech" + }, + { + "rshares": 23929907939, + "voter": "phenom" + }, + { + "rshares": 267757687, + "voter": "pioner" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "vitaly-lvov", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.94, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Mountly recap of blockchain crowdsales

\n


\n

CLOSED CROWDSALES

\n

BlockPay 

\n

Aimed at deeper integration with POS terminals and payments between counterparties.
\nA preliminary Initial Coin Offering finished on 4 September, where BlockPay sold 5% of the 100-million stock of BLOCKPAY tokens released on the BitShares blockchain. Future owners will receive dividends from transaction fees paid to BlockPay.
\nThe pre-ICO was done in 3 stages: 

\n
    \n
  • 1st \u2014 exchange of OPENPOS for BLOCKPAY at the rate of 1.2 to 1 (fund of 600,000 tokens) 
  • \n
  • 2nd \u2014 sale of BLOCKPAY at the price of 0.000288 BTC (fund of 1.4 mln tokens) 
  • \n
  • 3rd \u2014 sale of BLOCKPAY at the price of 0.000360 BTC (fund of 3 mln tokens) 
  • \n
\n

The distribution of tokens is as follows: 

\n
    \n
  • 1.5% \u2014 marketing for pre-ICO
  • \n
  • 5% \u2014 pre-ICO
  • \n
  • 0.9% \u2014 early adopters
  • \n
  • 1.8% \u2014 advisors and partners
  • \n
  • 3.6% \u2014 marketing
  • \n
  • 7.2% \u2014 developers reward
  • \n
  • 80% \u2014 upcoming ICO in 2017
  • \n
\n

The platform development plan:

\n
    \n
  • The release of BlockPay \"S\" app for Android and payment terminals Odoo
  • \n
  • BlockPay integration with leading payment terminals
  • \n
  • API Development
  • \n
  • The addition of a large number of fiat gateway exchanges and Escrow Services
  • \n
  • The addition of anonymous transactions function
  • \n
  • The development and release of the ECHO messenger for Android and iOS
  • \n
  • Development of the first version of the BlockPay \"S\" app for iOS
  • \n
\n

The project looks interesting, given the fact that they claim an integration with the ERP and CRM systemOdoo used by 60 thousand companies. The only disturbing thing is the absence of an open source software, and this spoils the whole picture. Transaction payments fee and, consequently, planned cash flow for investors are not sufficiently explained either. It should be kept in mind that this project is centralised, i.e. it belongs to the class of projects that demand trust in the founders and, correspondingly, require a thorough audit of operating activity.
\nCrowdsale summary:

\n
    \n
  • Dates: 20 August 2016 \u2014 4 September 2016
  • \n
  • Raised: ~ $657,000 (1096 BTC)
  • \n
  • Tokens sold: 3.92 mln
  • \n
  • Total number of tokens: 100 mln\u0414\u0430\u0442\u044b \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f: 20 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 \u2014 4 \u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f 2016 \u0433\u043e\u0434\u0430
  • \n
\n

For detailed information on the crowdsale, see: https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/
\nFor useful links and more information, go to https://cyber.fund/system/BlockPay 

\n

AntShares
\n

\n

The project is interesting primarily due to the fact that it will be implemented using the Hyperledger platform. There are no other features that distinguish it from a number of similar blockchain projects, except that it is aimed specifically at the Chinese audience. 

\n

Crowdsale summary: 

\n
    \n
  • Dates: 8 August 2016 \u2014 7 September 2016
  • \n
  • Raised: ~ $ 3.4 mln (5582 ~ BTC)
  • \n
  • Tokens sold: 20 mln
  • \n
  • Total number of tokens: 100 mln
  • \n
\n

For detailed information on the crowdsale, see: www.antshares.org/ico
\nFor useful links and more information, go to https://cyber.fund/system/AntShares

\n

Elastic project
\n

\n

The crowdsale is finished. The full description of the history of the ICO and the risks associated with investing in this asset may be found in the previous issue of Blockchain Boom. 

\n

Crowdsale summary:

\n
    \n
  • Dates: 29 February 2016 \u2014 19 August 2016
  • \n
  • Raised: ~ $416,000 (~ 710 BTC), the exact amount is not available, because in course of funding escrow addresses changed several times and the movement of funds between them was extremely nontransparent.
  • \n
  • Tokens sold: 20 mln
  • \n
  • Total number of tokens: 5 mln XEL
  • \n
\n

The crowdsale took place here: http://www.elastic.pro/donations
\nFor useful links and more information, go to https://cyber.fund/system/Elastic 

\n

CURRENT CROWDSALES

\n

Iconomi
\n

\n

The aim of the project is the creation of management platform for crypto investment funds and the launch of two associated investment funds.
\n

\n

The subject of the crowdsale is ICN tokens representing 100% of Iconomy Open Fund Management Platform (OFM). The total number of ICN tokens to be sold is 85 million. 100 million of ICN will be released on the Ethereum platform within 10 days after the end of the crowdsale. Tokens will be distributed among investors proportionally to their contributions taking into account bonuses for early participation (+ 15% in the first week, + 10% in the second week, + 5% in the third week).
\nPrecise information on the distribution of ICN tokens is missing on the official website. According to the information in the related Bitcointalk thread, the tokens will be distributed as follows: 

\n
    \n
  • 85% - to be sold in the crowdsale
  • \n
  • 8% - founders reward
  • \n
  • 3% - reserve for the future team
  • \n
  • 2% - advisers reward
  • \n
  • 2% - marketing and bounty
  • \n
\n

Money raised from the crowdsale will be used as follows: 

\n
    \n
  • 62% - development
  • \n
  • 25% - operations
  • \n
  • 9% - legal expenses
  • \n
  • 4% - marketing
  • \n
\n

ICN owners will receive weekly dividends in ETH from all sources of Iconomi income, such as: 

\n
    \n
  • management fees
  • \n
  • rewards for fund management efficiency
  • \n
  • fees received from the funds registered with OFM
  • \n
\n

ICN holders will be able to vote on a number of matters related to the development of OFM, including choosing of the \"platform operator\" (currently, Cashila OOD s.r.o.) 

\n

The development plan: 

\n
    \n
  • 4Q 2016 \u2013 the launch of the open investment fund ICONOMI.INDEX, which will follow the likely development of the cryptocurrency market and will be freely traded on the market;
  • \n
  • 4Q 2016 \u2013 the launch of the closed investment fund ICONOMI.PERFORMANCE, which will focus on riskier investments in projects at an early stage of development
  • \n
  • 2017 \u2013 the launch of the platform for management of investment funds (OFM), the transfer of ICONOMI.INDEX and ICONOMI.PERFORMANCE funds to the platform.
  • \n
\n

Blind spots: 

\n
    \n
  • The currency is not specified for evaluation of the raised funds for further distribution of ICN tokens among investors.
  • \n
  • Will a part of the funds received during the crowdsale be allocated to ICONOMI.INDEX and ICONOMI.PERFORMANCE and, if so, will ICN holders receive relevant shares in these funds?
  • \n
  • There is no information as to the amount and frequency of fees charged from funds managed on OFM.
  • \n
  • The functions of the \"platform operator\" is described but very vaguely, as well as the process of further decision making involving ICN holders.
  • \n
\n

Red flags:

\n
    \n
  • There is no description of technical solutions for the project's tasks
  • \n
  • No program code is published
  • \n
\n

Crowdsale summary:

\n
    \n
  • Dates: 25 August 2016 \u2014 29 October 2016
  • \n
  • Total number of tokens: 100 mln ICN
  • \n
  • Tokens distribution: 85% will be sold in the crowdsale, 15% team reward and marketing
  • \n
  • Minimum crowdsale goal: 2 000 BTC (~ $1.5 mln)
  • \n
  • Raised so far: ~ $3.6 million (2,200 BTC + 71,000 ETH + 1.2 mln LSK + 63,000 USD + 940,000 EUR) from more than 1300 participants.
  • \n
\n

The crowdsale takes place here: https://ico.iconomi.net/
\nFor useful links and more information, go to https://cyber.fund/system/Iconomi 

\n


\nDeClouds
\n

\n

The main focus of the project is providing the opportunity for trading in precious metals.
\nThe network will be implemented as follows: 

\n
    \n
  • Proof-of-Stake consensus algorithm
  • \n
  • Decentralised Exchange
  • \n
  • Cloud-based blockchain
  • \n
\n

Apart from a patently weak 8-page paper and a number of publications on the blog, no detailed information about the project was found via official channels. Program code is also not disclosed. Nevertheless, developers promise to launch the network on 31 October 2016.
\nDuring the crowdsale, bonuses from 20% to 5% will be distributed, depending on the time of investment.
\n

\n

Crowdsale summary: 

\n
    \n
  • Dates: 6 August 2016 \u2014 October 6, 2016
  • \n
  • Total number of tokens: 100 mln
  • \n
  • Tokens distribution: 80% will be sold to the crowdsale participants, 10% is a team reward and 10% are marketing expenses
  • \n
  • Raised so far: ~ $179,000 (294 BTC)\u0414\u0430\u0442\u044b \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f: 6 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 \u2014 6 \u043e\u043a\u0442\u044f\u0431\u0440\u044f 2016 \u0433\u043e\u0434\u0430
  • \n
\n

The crowdsale takes place here: https://ico.declouds.com/
\nFor useful links and more information, go to https://cyber.fund/system/DeClouds

\n


\nHong
\n

\n

Investments are made by transferring ETH to the Etherium contract.
\n

\n

The Fund is formed for the period of 4 years, 3 of which are put for investing while the last year is for the exit. 80% of the money received as a result of fund liquidation will be distributed among Hongcoin holders, 20% among managers. Annual 2% fee to be charged for operational expenses of the managing organisation. The fee allocation will be defined by voting. The fund can be \"frozen\" at any time by the decision of 50% of shareholders.

\n

As a purpose for investment, 3 directions are selected: disruptive innovation, creativity and educational projects. Hong founders believe that the blockchain technology will most significantly impact these fields of human activity.
\nThe fund operates according to the following scheme: 

\n
    \n
  • Fund managers review projects and make a decision on whitelisting them;
  • \n
  • Hongcoin holders vote for the allocation of funds for investments within 15 days (the quorum of 20% is required for the approval of an investment);
  • \n
  • Fund managers prepare due-diligence and investment strategy for the project and provide any possible assistance in the development and promotion of the project;
  • \n
  • When the fund's term comes to an end, the managers carry out the exit process.
  • \n
\n

A company will be established for the management of raised funds, but it has not been determined yet in which jurisdiction. There is no information on the management parties available on the website nor through any the official channels.
\nThe crowdsale takes place in several stages, with 50 mln Hongcoin sold at each stage: 

\n
    \n
  • 50 mln \u0126 \u2013 1.00 ETH \u0437\u0430 100 \u0126
  • \n
  • 50 mln \u0126 \u2013 1.05 ETH \u0437\u0430 100 \u0126
  • \n
  • 50 mln \u0126 \u2013 1.10 ETH \u0437\u0430 100 \u0126
  • \n
  • 50 mln \u0126 \u2013 1.15 ETH \u0437\u0430 100 \u0126
  • \n
  • 50 mln \u0126 \u2013 1.20 ETH \u0437\u0430 100 \u0126
  • \n
\n

As long as the crowdsale is going on, investors will have the opportunity to change their mind and withdraw invested funds. After the crowdsale is finished, the exit opportunity will be closed.
\nCrowdsale summary: 

\n
    \n
  • Dates: 29 August 2016 \u2014 29 October 2016 (may be extended until 28 November)
  • \n
  • Total number of tokens: to be determined by the end of the crowdsale
  • \n
  • Tokens distribution: 100% will be sold in the crowdsale
  • \n
  • Crowdsale goal: at least 1,575,000 ETH (~ $19 mln), the maximum is 2.7 mln ETH (~ $33 mln)
  • \n
  • Raised so far: ~ $6,600 (11 BTC).
  • \n
\n

The crowdsale takes place here: http://www.hongcoin.org/
\nFor useful links and more information, go to https://cyber.fund/system/Hong
\n

\n

Judging by the current investments dynamics, the project will not succeed.

\n


\nPLANNED CROWDSALES 

\n


\nSynereo
\n

\n

One year after a crowdsale that raised $126,000 aimed at the development and launch of a decentralised social network, the project team announced the second funding round and the launch of the network'salpha version. Two funding campaigns start at the same time in September: the sale of Synereo Ltd shares on BnkToTheFuture and of AMP tokens.
\nFollowing the first crowdfunding, the distribution of AMP was as follows:

\n
    \n
  • 2.72% (45.8 mln) \u2014 sold during the first crowdsale
  • \n
  • 11.9% (200 mln) \u2014 user rewards
  • \n
  • 8.92% (150 mln) \u2014 reserve for the content creators
  • \n
  • 11.9% (200 mln) \u2014 founders' reward
  • \n
  • 13.68% (230 mln) \u2014 bounty program
  • \n
  • 50.61% (850.4 mln) \u2014 next funding
  • \n
\n

Synereo revised their plans and now aim to develop a protocol similar to the SAFE Network, which will include the following components:

\n
    \n
  • Proof-of-Stake consensus algorithm
  • \n
  • Distributed network of nodes connected on the principle of \"shards\", where blockchain is divided into many small segments
  • \n
  • Distributed repository
  • \n
  • Smart contracts
  • \n
  • Social layer (a social network motivated according to the Attention Economy Model)
  • \n
  • The possibility of building distributed apps
  • \n
\n

The grant program for dApps developers Project 11 with a budget of 1.11 million AMP is already in operation.
\n

\n

The popular website CoinMarketCap misleadingly states current Synereo capitalisation at about $10-13 million, which is not true because it is only the cost of 62,580,000 AMP (3.72%) in circulation on the market. According to cyber \u2022 Fund's calculations, with the total of 1.68 billion tokens, Synereo's real capitalisation reaches $300 million.

\n

It has not been disclosed yet how many tokens will be put up for sale, but we can assume that the minimum amount claimed by Synereo is about $130-140 million in case the entire reserve is sold, which is 850.4 mln AMP. This is a very ambitious plan, taking into account current distribution and the market price of tokens. Besides, it should be kept in mind that after the launch of the network, additional 5% of AMP will be emitted every year. In my opinion, they should sell the whole reserve without fixed prices and with token distribution proportional to investments. It will provide normal distribution and a fair market capitalisation.

\n

Despite the presence of a strong team with an excellent technological vision, we consider the evaluation of $300 mln inadequate.

\n

Crowdsale summary:

\n
    \n
  • Dates: September 2016
  • \n
  • Total number of tokens: 1.68 billion AMP
  • \n
  • Number of tokens for sale: unknown, probably 850.4 mln
  • \n
  • Crowdsale goal: presumably ~ $130-140 million
  • \n
\n

The crowdsale takes place here: https://www.synereo.com/sale
\nFor useful links and more information, go to: https://cyber.fund/system/Synereo

\n


\n

Golem Project
\n

\n

The aim of the project is to adopt any customer personal computer for the work that is done today by servers, computing farms or supercomputers. 

\n

As the result, Golem Net will become a truly decentralised network where users' summarised machine power will provide any amount of hardware resources required. At the moment, there is no document explaining how exactly it would work. We hope that such paper will appear before the crowdsale. 

\n

The Golem App will connect to the network from a local device to share computing power and deliver tasks for calculations.
\nThe micropayment system based on Ethereum will provide the incentivising component distributing rewards and processing transactions. Transaction fee will be set at 5%. 

\n

Currently, the network can work only with public data because the apps require direct access to data.
\nDevelopers announced the crowdsale on their blog

\n

Golem Network Tokens (GNT) are the shares that give the right to receive part of the revenue generated by Golem Network. 

\n

Crowdsale start date: September 2016. 

\n

Token distribution: 

\n
    \n
  • Total number of tokens: unknown
  • \n
  • 82% \u2014 crowdsale
  • \n
  • 6% \u2014 founders reward
  • \n
  • 12% \u2014 developer company reward
  • \n
  • Estimated amount of funds: a minimum of 100,000 ETH, a maximum of 650,000 ETH
  • \n
\n

For detailed information on the project, see http://golemproject.net/slides/index.html#/14
\nFor useful links and more information, go to https://cyber.fund/system/Golem
\n
\n

\n

SingularDTV
\n

\n

The ultimate goal of the project is the creation a thriving industry of decentralised entertainment.

\n

What they promise: 

\n

\u25cf SINGULAR \u2013 a TV series.
\nThe S-DTV flagship product is an epic sci-fi adventure TV series about decentralisation, scaling and emergence of intelligent systems that lead the humanity to a technological singularity. 

\n

\u25cf Documentary division
\nThis division will create full-length and short-length documentary series and movies about the blockchain, decentralisation and Ethereum. 

\n

\u25cf S-DTV rights management platform
\nAn app that will use smart contracts for registration and management of digital rights, as well as of income and royalties on intellectual property, namely, movies and television. Deals in the film and TV industry are the most difficult to arrange as they often involve hundreds of individual participants. 

\n

\u25cf On-demand video content portal (TVOD)
\nTVOD changes the way people watch entertainment programmes. S-DTV is born to create the TVOD portal for original content distribution, as well as for selected and acquired content. In addition to developing an interface on IPFS, S-DTV will use third-party portals such as GooglePlay, AppleTV iTunes and Vimeo to build a larger audience in a short time.

\n

Minimum investment goal \u2013 $500,000.

\n

Desirable funding \u2013 $7,5 mln.

\n

According to S-DTV documentation, Swiss company MME has developed a new, innovative organisational structure specifically for S-DTV: the Centralised Organised Distributed Company (CODE). It is the Swiss company, therefore, that will manage the finances and reinvest the income, while tokens will be used for paying out the dividends.

\n

Token distribution: 

\n
    \n
  • 400 mln Singular DTV GMBH
  • \n
  • 100 mln core investors
  • \n
  • 500 mln crowdsale
  • \n
\n

Funds distribution in case if $7,5 mln is raised: 

\n
    \n
  • \"Singular\" season 1 (3 episodes of the mini-series): $3.25 mln
  • \n
  • Documentary division: $0.50 mln
  • \n
  • Development of the rights management platform: $2 mln
  • \n
  • TVOD portal development: $1 mln
  • \n
  • Marketing: $0.50 mln
  • \n
  • Administrative, legal expenses and unforeseen circumstances: $0.25 mln
  • \n
\n

Crowdfunding is planned for September and will likely take place at Devcon2.

\n

The Ethereum and Consensys founder Joseph Lubin is included into the team as CTO.

\n

Unfortunately, in this project tokens only serve for distribution of dividends, and the project is centralised because 40% of tokens belong to Singular DTV GMBH. Another disadvantage is the fact that of the four declared founders/directors, only Zach Lebeau will work full time on the project. He is likely to be engaged in the studio rather than in the platform development; there are also risks associated with SEC.

\n

The main question is the development of the TVOD platform and the rights management platform: there is no understanding as to what kind of team will be working on it, and no technical description at the moment. If both platforms can be really implemented, the project is promising for investment.=

\n

For detailed information about the project, see: https://singulardtv.com/
\nFor useful links and more information, go to: https://cyber.fund/system/SingularDTV
\n

\n

Decent
\n

\n

It is designed for creative people, writers, bloggers, journalists and their fans and followers. The platform enables users to publish any posts, images, video or music content with no restrictions.

\n

Consensus algorithm \u2013 Proof-of-Stake.

\n

Decent has three functional roles: 

\n
    \n
  • Authors: content producers, writers, music producers etc.
  • \n
  • Consumers: readers, listeners and viewers
  • \n
  • Publishers: miners
  • \n
\n

Token distribution \u2013 30% via mining and 70% is distributed during the crowdsale, some of them will go to pre-mine funds to be distributed in the following way: 

\n
    \n
  • 10% \u2014 DECENT Foundation
  • \n
  • 2% \u2014 the Investment fund
  • \n
  • 1,000,000 DCT \u2014 campaign bounty
  • \n
  • 3,000,000 DCT \u2014 pre-launch marketing programme
  • \n
\n

On the crowdsale page, next to the conditions, we see a message that the project is supported by Google, though it does not correspond to the project's primary activity. Moreover, the current yellow paper ignores many issues such as, for example, how miners would store the content. Decent enters the content distribution market where such projects as Steemit, Synereo and LBRY already operate. 

\n

The crowdsale takes place here: http://sale.decent.ch/
\nFor useful links and more information, go to: https://cyber.fund/system/Decent
\n

\n

FirstBlood
\n

\n

This platform will allow players to bet without intermediaries. The payoff distribution will be also managed via smart contracts.

\n

The eSports betting market holds more than $130 million per year with 30% annual growth rate.

\n

3 monetisation channels:

\n
    \n
  • Matchmaking
  • \n
  • Revenue from the tournament organisation
  • \n
  • Advertising
  • \n
\n

Token will allow: 

\n
    \n
  • Match playing
  • \n
  • Match refereeing and voting for the referee
  • \n
  • Placing tournaments
  • \n
  • Requesting an award from referrals
  • \n
\n

Tokens distribution: 

\n
    \n
  • Crowdsale, 4 weeks, in the first hour 170 tokens for 1 ETH
  • \n
  • 10% to the project founders; these funds will be blocked for 12 months
  • \n
  • 5% will be placed in the platform development fund for the promotion and tournament awards
  • \n
  • 2.5 mln - bounty fund, to be distributed during the crowdsale for advertising and debugging
  • \n
\n

Crowdsale start date: 26 September 2016.

\n

In my opinion, it is an interesting project. The only reservation is that the market is not very vast, albeit actively developing. Besides, the motivation for developers and other market players is not very well thought through. In this regard, central players, who can also use smart contracts and predictions market to confirm the events results, may have an advantage. However, this project may indeed become the market leader on the condition of good community building and active incentivising of referees and the jury. 

\n

For detailed information about the project, see: https://firstblood.io/
\nFor useful links and more information, go to: https://cyber.fund/system/FirstBlood
\n

\n


\nMassNetwork
\n

\n

The three main entities: 

\n
    \n
  • Advertisers
  • \n
  • Websites
  • \n
  • Internet users
  • \n
\n

The basic principle is to follow the industry's trend to monetise customer attention and create a convenient and fair trading platform for all parties involved, including Internet users. Mass allows users to receive instant rewards for web surfing through the built-in p2p infrastructure based on the blockchain. As a result, advertisers will pay users a fair price for their attention and data without intermediaries.
\n

\n

An increasing number of customers are using ad-blocking software. Mass offers a browser extension and a mobile app that can block ads as well as protect personal data. Yet, their primary goal is not blocking but rather improving users' experience with advertising and rewarding them with cryptocurrency to establish a consumer-advertiser relationship and, therefore, reduce the number of ad-block users. Mass will also have a cryptocurrency wallet and blockchain-based payment system.

\n

Crowdsale dates: 6 September \u2014 1 December 2016

\n

Token distribution: 

\n
    \n
  • 70% to the crowdsale participants
  • \n
  • 30% to Mass team members
  • \n
\n

Mass plans to build its own full-blown infrastructure for advertising industry with an internal token. A similar solution has been already introduced to the market \u2013 the Brave browser. It blocks default ads and replaces it with incentivising ad materials. The bitcoins received from advertisers are distributed among users, the platform and the endorsing website. In my opinion, if Mass used smart contracts or a proprietary blockchain enabling further token emission to incentivise users and websites, they could compete with bitcoin. However, Mass token works on the bitcoin blockchain, which on the one hand makes it very secure, but on the other, has no advantage over bitcoin per se. In favour of bitcoin are accessibility, recognition, and a more stable price. 

\n

Crowdsale takes place here: https://ico.mass.network/#/?aid=ep6oxa
\nFor useful links and more information, go to: https://cyber.fund/system/MassNetwork

\n

---

\n

All data and calculations are quoted as of 6 September 2016 with bitcoin price at $609. For closed crowdsales evaluation in USD is given using the average token price at the date of closure.

\n

---

\n

Big thanks to: 

\n\n

---

\n

Original was posted in Blockchain Boom

\n


\n", + "category": "cyberfund", + "children": 0, + "created": "2016-09-15T19:30:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "https://cyber.fund/system/BlockPay", + "https://cyber.fund/system/BitShares", + "https://www.odoo.com/", + "https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/", + "https://cyber.fund/system/AntShares", + "http://www.antshares.org/ico", + "http://www.elastic.pro/", + "http://www.elastic.pro/donations", + "https://cyber.fund/system/Elastic", + "https://cyber.fund/system/Iconomi", + "https://bitcointalk.org/index.php?topic=1587736.0", + "https://ico.iconomi.net/", + "https://cyber.fund/system/DeClouds", + "https://drive.google.com/open?id=0B8VJa9S_WxSSSHJhN0o0QkVPN1E", + "https://medium.com/@decloudscom/latest", + "https://ico.declouds.com/", + "https://cyber.fund/system/Hong", + "http://etherscan.io/address/0x9Fa8fA61A10Ff892E4EBCeB7f4e0FC684C2ce0a9", + "http://www.hongcoin.org/", + "https://cyber.fund/system/Synereo", + "https://blog.synereo.com/2015/05/10/amp-distribution-complete-2/", + "https://blog.synereo.com/2016/08/29/synereos-second-fundraising-campaign-coming/", + "https://www.synereo.com/alpha/", + "https://bnktothefuture.com/", + "https://cyber.fund/system/MaidSafeCoin", + "https://www.synereo.com/learn-more/", + "https://github.com/synereo/synereo.github.io/raw/master/whitepapers/synereo.pdf", + "https://www.synereo.com/developers/", + "http://coinmarketcap.com/assets/synereo/", + "http://omnichest.info/lookupsp.aspx?sp=39", + "https://www.synereo.com/sale", + "https://cyber.fund/system/Golem", + "http://golemproject.net/doc/GolemNanopayments.pdf", + "https://blog.golemproject.net/golem-network-token-gnt-sale-220c2a732f9#.fdn8hljmq", + "http://golemproject.net/slides/index.html#/14", + "https://cyber.fund/system/SingularDTV", + "https://singulardtv.com/", + "https://cyber.fund/system/Decent", + "http://sale.decent.ch/", + "https://cyber.fund/system/FirstBlood", + "https://firstblood.io/", + "https://ico.mass.network/#/", + "https://ico.mass.network/#/?aid=ep6oxa", + "https://cyber.fund/system/MassNetwork", + "https://steemit.com/@creator", + "https://steemit.com/@coinfox", + "http://blockchainboom.coinfox.info/" + ], + "tags": [ + "cyberfund", + "blockchain", + "crowdsales" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4649989991534, + "payout": 2.21, + "payout_at": "2016-09-22T19:30:36", + "pending_payout_value": "2.210 HBD", + "percent_hbd": 10000, + "permlink": "crowdsales-monitor-august-2016", + "post_id": 1257758, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Crowdsales Monitor - August 2016", + "updated": "2016-09-15T19:44:18", + "url": "/cyberfund/@vitaly-lvov/crowdsales-monitor-august-2016" + }, + { + "active_votes": [ + { + "rshares": 1411040719, + "voter": "rkpl" + }, + { + "rshares": 3130135820, + "voter": "michaelmatthews" + }, + { + "rshares": 118714161, + "voter": "cristinabu1990" + }, + { + "rshares": 1485792249, + "voter": "haylino96" + }, + { + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 6654849164, + "voter": "dresden" + }, + { + "rshares": 1357131455, + "voter": "lili95" + }, + { + "rshares": 133590030, + "voter": "thedevil" + } + ], + "author": "rkpl", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.2, + "beneficiaries": [], + "blacklists": [], + "body": "

You will need a tripod because it will be a long exposure time ...\nISO will need to be high because it is very dark picture ...\nwe need a clear lens ...\nand recently even need will flash .. :)

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\n

Normal...

\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg\n\n\n\n

When you follow the above \"good\" advice, you will get the picture ... Well, everything is good but why do not see why the moon is not visible, why is not sharp?

\n\n\n

First, go to the program M, because then the easier it will be to set the shutter and aperture, and the measurement of light, and so is not useful (for more, trying to take pictures in the machine causes precisely these blurry, out of focus ...)\nattach the lens has the longest focal length (200 mm or better as you have). Remember that your matrix size of the moon will be in mm length of the useful focal length of the lens divided by 100, or 200 mm focal length will give 2 mm size of the moon on the matrix (the bodies DX gain 1.5 / 1.6 on crop factor)\nturn off Auto ISO, set the lowest standard ISO - 100 or 200 depending on the camera model, set at the beginning of the following parameters:\nExposure time 1/200 sec\naperture f11.0

\n\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01255d7a1b.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01269946f6.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC012981b436.jpg\n\n\n

Take a picture and see what came out - in most cases already have a picture of the moon in detail, with the correct brightness. The sky, of course, is jet-black, and the size of the moon in the picture depends on your lens and focal length used\nif it is too dark, too bright, sometimes a correction or iris to achieve the desired effect ...\nif you want to ensure blur-image, use a tripod (although at the time of 1/200 s basically maintained securely focus, but with tripod is always better and safer ...)

\n\n\n------------------\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01300931f7.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01301180f4.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01303d3dbc.jpg", + "category": "guide", + "children": 1, + "created": "2016-09-15T19:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01255d7a1b.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01269946f6.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC012981b436.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01300931f7.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01301180f4.jpg", + "https://www.steemimg.com/images/2016/09/15/DSC01303d3dbc.jpg" + ], + "tags": [ + "guide", + "photography", + "moon", + "descriptionsonthespot", + "steemitphotochallenge" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18202892403, + "payout": 0.004, + "payout_at": "2016-09-22T19:29:36", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-good-picture-of-the-moon-my-guide-and-photos", + "post_id": 1257750, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "How to make a good picture of the moon? My guide and photos...", + "updated": "2016-09-15T19:32:09", + "url": "/guide/@rkpl/how-to-make-a-good-picture-of-the-moon-my-guide-and-photos" + }, + { + "active_votes": [ + { + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "rshares": 172646222, + "voter": "sammie" + } + ], + "author": "stevescoins", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.02, + "beneficiaries": [], + "blacklists": [], + "body": "First things first, I want to thank the Steemit community for the response to one of the posts I mention here. It was a nice feeling to see the voting!\n\nI do see a lot of posts in which the writer is disappointed in the feedback to their posts, especially in monetary value, I too have felt that. So I conducted an \"experiment\" of the \"throw it on the wall\" variety. I took two old posts of mine from facebook, one of which I put a lot of thought into ( https://steemit.com/life/@stevescoins/defining-insanity-on-a-personal-basis ), and one which was snarky, short, and focused on booze! \nhttps://steemit.com/food/@stevescoins/recipe-1-hot-buttered-rum\n\nI did not try to compare the success rate by posting in the areas I usually post; security politics and Gridcoin. These are both very small niche interests, and they very likely will never get a lot of response. I do not provide value for the reading time of most people when I write in these areas. Mental health versus booze? THAT is a good experiment!\n\nThe recipe for Hot Buttered Rum was the clear winner, I think I reeled in a Whale within the 1st 15 minutes. This was the second time I made more than a few dollars, but this was a little more than a buck by a bit! Why is that? Butter is good, sweet is good, rum is good. People like those things.\n\nSo the moral? Write and post for yourself FIRST. I enjoyed writing both posts. But if you want to make money from a market, you have to provide value to that market. You don't need to spend all day baiting Whales, but an occasional attempt to identify market trends and appeal to what the voter wants is not going to kill the artiste or the prophet within you. I said in the last paragraph that MOST folks won't read about the politics of security or about Gridcoin? I still write on these things, and there are some folks that come by and visit (thank yall, btw!)\n\nAlso, consider that there is a luck of the draw. If the person that your post has value for does not see it, new posts are taking the position for curator upvoting. Remember that curators are rewarded on thier voting prowess, which does not necessarily mean the post was good. Did you write a great post that nobody read? Write a followup!\n\nFinally, there MAY be a value issue with articles that take too long to read...I don't know about that, so I'm going to shut up now '>", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:28:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "https://steemit.com/life/@stevescoins/defining-insanity-on-a-personal-basis" + ], + "tags": [ + "steemit", + "value", + "voting", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1457253134, + "payout": 0.0, + "payout_at": "2016-09-22T19:28:27", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants", + "post_id": 1257734, + "promoted": "1.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "\"Experiment\" Number One in Steemit Posting - Results: The Market Gets what it Wants!", + "updated": "2016-09-15T19:28:27", + "url": "/steemit/@stevescoins/experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants" + }, + { + "active_votes": [ + { + "rshares": 2157223318, + "voter": "merej99" + }, + { + "rshares": 172646222, + "voter": "sammie" + }, + { + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + } + ], + "author": "merej99", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.16, + "beneficiaries": [], + "blacklists": [], + "body": "###
These photos were taken in July, 2016 at sunrise.
\n\n
![Sunrise at Buccaneer Bay by Meredith Loughran](https://merej99.files.wordpress.com/2016/09/bucbay1-e1473966204550.jpg)\nTaken with a Canon Powershot SX1 IS

\n# The story behind the shot\nIn July, 2016, due to a series of unfortunate events, I was faced with eviction with no immediate place to go. \n\nWe begged and borrowed from any place we could and managed to have a little money in the bank - just not enough to save our house. We were out of time and needed to make some hard decisions.\n\nWhat I soon found out was once residents are served eviction papers in Florida, you have 24 hours to get out of the house. ***24 hours!***\n\nSitting between a rock and a hard place, we had secured a moving truck and a storage unit. \n\n### We make a great team\nMy husband and I have been through so much adversity throughout our relationship. Death in the family, job loss, the dynamics of raising kids and dealing with my poisonous ex-husband, moving, starting a business, closing the business, cars repossessed... Pretty much anything that could test the strength of our marriage is what we went through.\n\nSometimes I think back and go: *How does this keep happening?* What decisions are we making that keep us stuck in this terrible cycle of unfortunate events?\n\n#### We balance each other\nMy husband is high-strung where I've learned to be grounded and stable. So the higher he goes, the lower I go. Do you know what I mean?\n\nIf he's bouncing off the walls and completely stressed, I remain still and calm. So if he's a skyscraper, I'm the basement foundation. I'll let him reach for the skies but I keep him grounded and pull him back down to earth too.\n\nConversely, when I'm too low and feel like I can't take another step, he lifts me up. He is my soul provider. Maybe being casual friends for 20 years before we began dating has something to do with it. There are no secrets between us, which also means we have the freedom of expression without being crucified for having opposing views sometimes.\n\n## Facing homelessness\nEven though there is a 24 hour eviction, a few benefits of living in Florida includes decent weather. You can camp all year without fear of dying from exposure or hypothermia. Available houses are everywhere and you can generally get into them rather quickly.\n\nAs things generally go with my husband and I, nothing happens easily. Well... Okay, that's not entirely true. ***If things are meant to be, they come very easily*** but when we try to force something, it becomes impossible and we may as well be knocking our heads against a brick wall. LOL \n
![Fek it, we're Irish - from Pixabay](http://scribblingbandits.com/wp-content/uploads/2016/08/fekit-ur-irish.jpg)\nimage source: pixabay
\n\n
\nMy husband was doing his usual pacing when I said, \"I've got an idea and I want you to hear me out.\"\n\nI had been doing some online research and found a local motel that could accommodate 3 people and pets. Being off-season in Florida, the weekly rate was under $500. But spending $500 meant that it was $500 less in the bank for a security deposit should we find a place to go.\n\nIt took him about an hour to say, \"Do it.\"\n\nLiterally working through the day and night to get our things off property, we got everything out but my bucket garden and potted blueberry bush.\n\n### We've got a week to find a home\nEven through all of this, I remained calm - almost peaceful. Good things happen for us when we don't force it and the stars align. So I just my faith out to the universe and knew that no matter what, we would work hard and we would be provided for.\n\n
***Sometimes you just have to put positive vibes out there and hope for a good return.***
\n\nBeing in the motel meant free wi-fi so we were pretty diligent about home searches. We looked at a few properties and quickly rejected them. Mind you, we don't look at the cosmetics of a house - stuff that can be cleaned or painted; we look at the bones of the house - water pump, electric panel, roof, walls, floor...\n\nMost of the housing we looked at didn't even have good bones or were located in seriously bad neighborhoods. We don't require a lot but we do have our limits.\n\nOne week turned into two. Luckily my husband is employed full time, but we were eating through our savings. I cut costs where I could, like the food budget. With nothing but a little microwave in the room, I kept our daily food budget down to about $10 a day to feed 3 adults. Living conditions included one room with 2 queen-sized beds, 3 adults, 2 dogs and 4 ferrets.\n#### But it wasn't so bad!\nWe didn't have neighbors in the rooms next to us. We had free wi-fi and access to the pool. The cleaning ladies were polite and kept us in clean towels and toilet paper. Most importantly, we had a roof over our head and food in our belly.\n\nI have a hard time saying we actually *were* homeless because we weren't living out of our car. We had niceties. But at the same time we weren't there because we were on vacation, you know? There was no other place to go.\n\n**BONUS: Our room faced east for stunning sunrises like this.**\n\n
![Sunrise over Buccaneer Bay wide view by Meredith Loughran](https://merej99.files.wordpress.com/2016/09/bucbay2-e1473966000877.jpg)\nA wider view of sunrise over Buccaneer Bay
\n\n## And then the stars began to align\nWith 3 more days left in week two, I admit I was beginning to stress a little. ***Ya think?!?***\nAnd then we got the call. There's a house available as long as we can commit to a six-month lease. And because my husband had helped them with some of their plumbing problems in the past, they were willing to stretch out the security deposit over a few of his paychecks. **A stepping stone.**\n\nIn that time a friend of mine introduced me to #Steemit\n\nSo here we are, in a 'stepping stone' house, recovering from the last series of unfortunate events.\nCall me crazy, but I feel truly blessed.\n\n> To quote from the movie ***Bridge of Spies, 2015***\n> James Donovan: \"Do you *ever* worry?\"\n> Rudolph Abel: \"Would it help?\"\n\n###
Well, would it?
\n-----\n### Wall of #Steemit love:\nThis awesome name in peppers was created by @papa-pepper: ![@papa-pepper made my name in peppers! Meredith Loughran @merej99]( http://scribblingbandits.com/wp-content/uploads/2016/09/merej99-in-peppers-e1473879693392.jpg)
\n![Bibi Rillmann @poeticsnake art, doodle, @merej99 Meredith Loughran](http://scribblingbandits.com/wp-content/uploads/2016/09/merej99-poeticsnake-e1473879881531.jpg) And @poeticsnake graced me with her beautiful artwork!\n\n-----\n\n### If you like my content, please consider upvoting and visiting my other articles. Your comments are always appreciated.\n-------\n\n
![Meredith Loughran sharing knowledge bombs, humor and life stories on Steemit](http://scribblingbandits.com/wp-content/uploads/2015/10/goofingoff.jpg) \n\n**Meredith Loughran** blogs at [ScribblingBandits.com](http://scribblingbandits.com) | Follow her on [Twitter](http://www.twitter.com/merej99) & [SnapChat](http://www.snapchat.com/add/merej99) or [LinkedIn](http://www.linkedin.com/in/mloughran)
\n_____\n\n## Come see what I've been writing! Visit [my blog page](http://steemit.com/@merej99)", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://merej99.files.wordpress.com/2016/09/bucbay1-e1473966204550.jpg", + "http://scribblingbandits.com/wp-content/uploads/2016/08/fekit-ur-irish.jpg", + "https://merej99.files.wordpress.com/2016/09/bucbay2-e1473966000877.jpg", + "http://scribblingbandits.com/wp-content/uploads/2016/09/merej99-in-peppers-e1473879693392.jpg", + "http://scribblingbandits.com/wp-content/uploads/2016/09/merej99-poeticsnake-e1473879881531.jpg", + "http://scribblingbandits.com/wp-content/uploads/2015/10/goofingoff.jpg" + ], + "links": [ + "http://scribblingbandits.com", + "http://www.twitter.com/merej99", + "http://www.snapchat.com/add/merej99", + "http://www.linkedin.com/in/mloughran", + "http://steemit.com/@merej99" + ], + "tags": [ + "photography", + "sunrise", + "personal", + "inspiration", + "Steemit" + ], + "users": [ + "papa-pepper", + "poeticsnake" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6241508345, + "payout": 0.001, + "payout_at": "2016-09-22T19:27:54", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times", + "post_id": 1257728, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Sunrise Over Buccaneer Bay - my personal story behind the shot and how positivity kept me going through challenging times", + "updated": "2016-09-15T19:27:54", + "url": "/photography/@merej99/sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times" + }, + { + "active_votes": [ + { + "rshares": 3109585367, + "voter": "sulev" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + } + ], + "author": "movievertigo", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.35, + "beneficiaries": [], + "blacklists": [], + "body": "
\n#
\"Connections\"
\n
*Click the image to enlarge*
\n\n
Rendered with [MandelBulb 3D](http://mandelbulb.com/2014/mandelbulb-3d-mb3d-fractal-rendering-software/)
", + "category": "fractal", + "children": 1, + "created": "2016-09-15T19:26:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/UeJT51a.jpg" + ], + "links": [ + "http://i.imgur.com/UeJT51a.jpg", + "http://mandelbulb.com/2014/mandelbulb-3d-mb3d-fractal-rendering-software/" + ], + "tags": [ + "fractal", + "cgi", + "pictures", + "mathematics", + "math" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6671975130, + "payout": 0.001, + "payout_at": "2016-09-22T19:26:21", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "connections-original-image", + "post_id": 1257710, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "\"Connections\" (Original image)", + "updated": "2016-09-15T19:26:21", + "url": "/fractal/@movievertigo/connections-original-image" + }, + { + "active_votes": [ + { + "rshares": 154779613, + "voter": "blendplayz" + } + ], + "author": "blendplayz", + "author_payout_value": "0.000 HBD", + "author_reputation": 26.94, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    \n
  •   Tiki mugs are a cool thing to collect and tiki drinks are out-of-this-world-delicious. So why aren\u2019t you making more tiki drinks at home?Because they have a reputation for being incredibly complicated, that\u2019s why. But New York City bartender and tiki enthusiast Brian Miller \u2014 who\u2019s studied the repertoire of tiki godfather Donn Beach closely \u2014 is here to help.Below, he recommends five rum-based tiki recipes that strike a balance between being authentic and doable without having to revamp your entire liquor collection. Master them and you\u2019ll earn major home bartender cred.  
  • \n
  • \n
\n\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", + "category": "food", + "children": 0, + "created": "2016-09-15T19:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://static.businessinsider.com/image/55aead2a2acae719008b898c-1200/image.jpg", + "http://static.businessinsider.com/image/55aead3f2acae719008b8990-1200/image.jpg", + "http://static.businessinsider.com/image/55aead502acae7f4028b89c3-1200/image.jpg", + "http://static.businessinsider.com/image/55b279b42acae711008b9bea-1200/image.jpg", + "http://static.businessinsider.com/image/55b279c32acae7c23f8b743d-1200/image.jpg" + ], + "links": [ + "https://twitter.com/tikiderelict", + "http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7" + ], + "tags": [ + "food", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 154779613, + "payout": 0.0, + "payout_at": "2016-09-22T19:25:27", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "5-tiki-cocktails-you-can-make-at-home", + "post_id": 1257699, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "5 tiki cocktails you can make at home", + "updated": "2016-09-15T19:25:27", + "url": "/food/@blendplayz/5-tiki-cocktails-you-can-make-at-home" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 21249911268, + "voter": "sisters" + }, + { + "rshares": 12687813009, + "voter": "gargon" + }, + { + "rshares": 3146097649, + "voter": "pgarcgo" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 172646222, + "voter": "sammie" + }, + { + "rshares": 53389583, + "voter": "ppan08162016" + } + ], + "author": "betamusic", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.92, + "beneficiaries": [], + "blacklists": [], + "body": "\"IMG_20160815_183305b7ce3.jpg\"\n

Hello dear steemians, as they have been, on this occasion I'm going to present to each of the dogs, which thanks to our Steemit community, I'm feeding in Venezuela. I will begin with the story of a dog that has moved me, and in my next post, I'll be telling the story of each one of the 24 dogs that we are protecting and feeding thanks to steemit.

\"animalrescue34001a.jpg\"\n

She is Dana, one of the dogs, who lives in the Street 3 of my neighborhood, I've been feeding it for more than 2 months, I have no exact date of when I started, but she was the first dog that I an incentive to start this work in my neighborhood, their State of malnutrition was worrying.

\n

I do not understand as there are people who are unable to leave unless the excess food to the dog who lives on the street, there is street dogs in my neighborhood and among all the neighbors we feed them, with the remains or even let them a full plate of food, it was not necessary to include them to the campaign because we keep them in good shape even sleep on the porch of a House you could say that they adopted them.

\n\n

With Dana, things have been different, I know the neighbor who took her out the street, told me that they took it from the House of to neighbor in January because she could no longer have it, and adopted it, as it grew became ill apparently of parasitosis since he vomited all what ate, apart gave scabies. The dog already more big came out of the House and my neighbour had that go it to search 4 times, until is was to another city to live by to time and not could return be pending of she.

\n\"IMG_20160816_1803333cf0d.jpg\"\n

Dana was on the street and not brought it over to his house. The neighbor says \"the dog was getting sick at my house, there is a disease on the walls all dog that dies, gives you diarrhea three days and dies, my mom not could take care of it more, we leave on the street there is better and healthier at home\" I have checked that my neighbor is right every dog that arrives at your House becomes ill and dies if it is puppy , hypothesize that in your House inhabits the bacterium Parvovirus, is sad this situation but equal not so justify.

\n

This dog is you calculates just a year has a personality cheerful and grateful whenever me sees me salutes with much sweetheart moves its tail and its love is incomparable, can accompany me by all the urban when go, is a faithful companion, is a dog very charismatic and tender. Makes 3 days entered in zeal by them calculations this would be its first zeal, it worrying is that there are several dogs that it have mounted and of have a delivery would be very risky, by the situation of disease and malnutrition of which is leaving, apart that would be other litter more than puppies that would enter to the situation of street.

\n\"IMG_20160912_173902731c2.jpg\"\n

All the funds raised in this post will be dedicated to their sterilization and to their treatment. Support us with your UPVOTE will be Save life to Dana. Dona, vote, disseminates, help as can, this dog you it will thank, adopt and know his godfather.

\n


\n\nVERSI\u00d3N EN ESPA\u00d1OL\n\n\"IMG_20160815_183305b7ce3.jpg\"\n\nHola estimados steemians, como han estado, en esta ocasi\u00f3n voy a presentar a cada uno de los perros, que gracias a nuestra comunidad de Steemit, estoy alimentando en Venezuela. Voy a comenzar con la historia de una perrita que me ha conmovido, y en mis pr\u00f3ximos post, les voy contando la historia de cada uno de los 24 perros que estamos protegiendo y alimentando gracias a steemit\n\n\"animalrescue34001a.jpg\"\n\nElla es Dana una de las perras que habita en la carrera 3 de mi vecindario la he estado alimentando desde hace m\u00e1s de 2 meses, no tengo fecha exacta de cuando comenc\u00e9 pero ella fue la primera perra que me incentivo a comenzar esta labor en mi vecindario, su estado de desnutrici\u00f3n me estaba afectando.\n\nNo entiendo como hay gente que es incapaz de dejarle al menos los sobros de la comida al perro que vive en la calle, en mi cuadra hay perros de la calle y entre todos los vecinos los alimentamos con comida de sal, con los restos o incluso les dejamos un plato completo de comida, no fue necesario incluirlos a la campa\u00f1a de alimentaci\u00f3n porque los mantenemos en buena forma incluso duermen en el porche de alguna casas, se podr\u00eda decir que los adoptaron.\n\nCon Dana las cosas han sido distintas, conozco incluso al vecino que la sac\u00f3 a la calle, me cont\u00f3 que la sacaron de la casa de una vecina en enero porque ella ya no pod\u00eda tenerla y la adoptaron, a medida que fue creciendo se enferm\u00f3 al parecer de parasitosis ya que vomitaba todo lo que com\u00eda, aparte le dio sarna. La perrita ya m\u00e1s crecidita sal\u00eda de la casa y se iba a la de los vecinos y mi vecino tuvo que irla a buscar 4 veces, hasta que se fue a otra ciudad a vivir por un tiempo y no pudo volver estar pendiente de ella.\n\n\"IMG_20160816_1803333cf0d.jpg\"\n\nDana qued\u00f3 en la calle y no la trajeron m\u00e1s a su casa. El vecino dice \u201cLa perra se estaba enfermando en mi casa, hay una enfermedad en las paredes que todo perro que llega se muere, le da diarrea tres d\u00edas y muere, mi mam\u00e1 no pod\u00eda cuidarla m\u00e1s, la dejamos en la calle ah\u00ed est\u00e1 mejor y m\u00e1s sana que en mi casa\u201d he comprobado que mi vecino tiene raz\u00f3n todo perro que llega a su casa se enferma y muere si es cachorro, presumimos que en su casa habita la bacteria Parvovirus, es triste esta situaci\u00f3n pero igual no lo justifico.\n\nEsta perrita se le calcula apenas un a\u00f1o tiene una personalidad alegre y agradecida siempre que me ve me saluda con mucho cari\u00f1o mueve su cola y su amor es incomparable, puede acompa\u00f1arme por toda la urbanizaci\u00f3n cuando salgo, es una fiel compa\u00f1era, de lo que se perdieron sus due\u00f1os, es una perra muy carism\u00e1tica y tierna.. Hace 3 d\u00edas entr\u00f3 en celo por los c\u00e1lculos, este ser\u00eda su primer celo, lo preocupante es que hay varios perros que la han montado y de tener un parto ser\u00eda muy arriesgado, por la situaci\u00f3n de enfermedad y desnutrici\u00f3n en la que est\u00e1, aparte que ser\u00eda otra camada m\u00e1s cachorros que entrar\u00edan a la situaci\u00f3n de calle.\n\n\"IMG_20160912_173902731c2.jpg\"\n\nTodos los fondos recaudados en este post se dedicar\u00e1n a su esterilizaci\u00f3n y su tratamiento. Ayude con tu UPVOTE salvandole la vida a Dana. Dona, vota, difunde, ayuda como puedas, Dana te lo agradecer\u00e1, adoptala y s\u00e9 su padrino.", + "category": "animalrescue", + "children": 0, + "created": "2016-09-15T19:25:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg", + "https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg" + ], + "tags": [ + "animalrescue", + "spanish", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46225814915, + "payout": 0.01, + "payout_at": "2016-09-22T19:25:06", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "the-history-of-danna-a-dog-abandoned-saved-by-steemit", + "post_id": 1257697, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "The history of Danna a dog abandoned saved by Steemit", + "updated": "2016-09-15T19:25:06", + "url": "/animalrescue/@betamusic/the-history-of-danna-a-dog-abandoned-saved-by-steemit" + }, + { + "active_votes": [ + { + "rshares": 6450217562, + "voter": "feline1991" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "feline1991", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.63, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Memoir of a runaway girl - A true story!

\n

\n

 There, on the floor, was Ann naked and on her knees. I will not get into details of what they did to her because it was horrifying to say the least. I closed my eyes and tears were just streaming down my cheeks. They kept saying \u201cOpen your eyes and watch, because you\u2019re next\u201d.  

\n

\n

After about twenty minutes or so, which felt like a full day to me, they threw me back into the room and I panicked. I worked feverishly on that window trying to open it. I was aware that the only way I was going to escape this horror was to jump out of that window but it had to be done without breaking it.  If I broke the window, they\u2019d surely hear me.    

\n

On the dresser was an old metal comb that I used to pry the nails up. This method worked, it allowed me to loosen the nails and wiggle them back and forth until they could be pulled out by hand. Luckily there were only three nails or I would have never been able to get that window open.    

\n

I jumped out of the window and ran bare foot without looking back once. I ran through ditches along the highway, knowing that if they were out looking for me I needed to stay low. This was no easy task since I had no shoes on, but my life depended on my getting away as quickly as I could. Eventually I made my way to the road, stuck my thumb out, luckily I was picked up pretty fast.    

\n

When we got into town I asked them to take me to my friend Theresa\u2019s house, I knew she would have a change of clothes and shoes for me. After changing and getting cleaned up I had no idea what I was going to do, because I knew they would be out looking for me. They obviously found Ann, and it was a matter of time before they found me again.   

\n

I ended up calling an old boyfriend, Frank, and asked if he could take me to Edmonton and he agreed.    A valuable lesson was learned, when parents tell you something is bad, or should be avoided, it is usually for good reason. I should have listened. When you are young, you think you know everything and will do what you want without thinking about the possible consequences. 

\n

   

\n

I had only one small suitcase with some clothes my girlfriend gave me. Frank came and got me and we drove five hours to Edmonton. Once there I went back to the area where I knew people.   

\n

This was when I met Miguel.    

\n

Miguel was Portuguese and tanned and seemed like such a nice guy. I liked him instantly, I thought we would end up as great friends, but as it turned out, he ended up being my boyfriend.    

\n

Miguel introduced his sister in law Doris to me. Quickly I ended up moving in with her as a roommate. Now this was already a disturbing time in my life and it wasn't about to get any better.   A friendship from hell was born, and I will explain why.  Doris was married with a child, living separate from her husband and daughter, because she could not control her hormones and had many affairs.  She wore mostly mens clothing that were all too baggy for her. Her hair was long and blond and she stood maybe four inches taller then me.     

\n

She told me the story as to why she was living away from her child. She and Miguel were at Doris\u2019s home one day, while her husband was at work. One thing led to another and the two of them ended up in bed together. Her husband, Terry, came home, and found the front door was double locked and he could not get into the apartment. She refused to let him in. Her daughter was in the crib crying with all of the commotion. 

\n

\n

Her husband went back to his car and waited in the parking lot before trying again.  In a hurry to get out before  Terry came back, Doris and Miguel packed up a bag, and both of them had left the apartment leaving the crying toddler behind, unattended.  Several hours passed, and Terry figured he\u2019d try again. As soon as he reached the apartment door, he could hear his daughter wailing. He was luckily able to get into the apartment this time and he ran to pick up his sobbing daughter and carried her around looking for his wife. She was nowhere to be found. 

\n

Thank  you for your support and continued reading.

\n

If you missed the beginning of my book you can find it here:

\n

https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1  

\n", + "category": "writing", + "children": 0, + "created": "2016-09-15T19:22:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/und8f4oet/stock_illustration_2013520_hitchhiker_girl.jpg", + "https://s9.postimg.org/bw4vrm7tr/bound_and_gagged.jpg", + "https://s17.postimg.org/7c73d0mbz/overflowing_suitcase.jpg", + "https://s18.postimg.org/6egwz52ih/cryingbaby.jpg" + ], + "links": [ + "https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1" + ], + "tags": [ + "writing", + "story", + "life", + "seekinghappiness" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11557782168, + "payout": 0.002, + "payout_at": "2016-09-22T19:22:27", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3", + "post_id": 1257666, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 3", + "updated": "2016-09-15T19:22:27", + "url": "/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3" + }, + { + "active_votes": [ + { + "rshares": 1517204931, + "voter": "anwar78" + }, + { + "rshares": 239669638, + "voter": "valeri" + } + ], + "author": "anwar78", + "author_payout_value": "0.000 HBD", + "author_reputation": 32.16, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/ibO_fxeBltQ", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/ibO_fxeBltQ/0.jpg" + ], + "links": [ + "https://youtu.be/ibO_fxeBltQ" + ], + "tags": [ + "steemit", + "nwo", + "politics", + "illuminati", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1756874569, + "payout": 0.0, + "payout_at": "2016-09-22T19:18:51", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-protocols-of-the-learned-elders-of-zion", + "post_id": 1257639, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "The protocols of the learned elders of Zion", + "updated": "2016-09-15T19:18:51", + "url": "/steemit/@anwar78/the-protocols-of-the-learned-elders-of-zion" + }, + { + "active_votes": [ + { + "rshares": 7946872448, + "voter": "smolalit" + }, + { + "rshares": 1855374869, + "voter": "alex2016" + }, + { + "rshares": 118331751, + "voter": "rusla" + }, + { + "rshares": 832935638, + "voter": "jbaker585" + } + ], + "author": "alex2016", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.62, + "beneficiaries": [], + "blacklists": [], + "body": "I want to tell as we have held another photoshoot where we have tried to sustain black-and-white style of photos.\n
\n\nYesterday the girl has called me and has asked whether I can finish shooting a photoshoot in some style? What has come to my mind, it to take pictures in black-and-white option as it was in early 70-80 years when the photo has only arisen.\n\nThe place for shootings have chosen the central park. Weather was cool. Have agreed about a meeting. At first the girl hesitated, and it has turned out on a shot here so\n
\nhttps://pp.vk.me/c836320/v836320641/185/NYRpq9qzo9w.jpg\n
\n
\nhttps://pp.vk.me/c836320/v836320641/169/iPi41rP501o.jpg\n
\nAfter we have spent more than 30 minutes of shootings, the girl was liberated, and has begun to work actively.\n
\nhttps://pp.vk.me/c836320/v836320641/17e/eU5naYLtgEw.jpg\n
\nhttps://pp.vk.me/c836320/v836320641/177/XNZ-jrBAvOA.jpg\n
\n\nGood impressions remained with me and my model. She has received photos, I have got experience. The camera I used Nikon D3100 with a lens of 55-200 mm.\n
\nhttps://pp.vk.me/c836320/v836320641/170/hM7NQWYiPYQ.jpg\n
\nhttps://pp.vk.me/c836320/v836320641/162/Qy1iCE7yhWs.jpg\n
\n
\nEstimate my article, all thanks!\n
https://pp.vk.me/c836320/v836320641/143/qUzy2zppzaQ.jpg\nhttps://pp.vk.me/c836320/v836320641/13c/9wEdFLSFETs.jpg\n
\n
", + "category": "photography", + "children": 3, + "created": "2016-09-15T19:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c836320/v836320641/185/NYRpq9qzo9w.jpg", + "https://pp.vk.me/c836320/v836320641/169/iPi41rP501o.jpg", + "https://pp.vk.me/c836320/v836320641/17e/eU5naYLtgEw.jpg", + "https://pp.vk.me/c836320/v836320641/177/XNZ-jrBAvOA.jpg", + "https://pp.vk.me/c836320/v836320641/170/hM7NQWYiPYQ.jpg", + "https://pp.vk.me/c836320/v836320641/162/Qy1iCE7yhWs.jpg", + "https://pp.vk.me/c836320/v836320641/143/qUzy2zppzaQ.jpg" + ], + "tags": [ + "photography", + "art", + "photo", + "blog", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10753514706, + "payout": 0.002, + "payout_at": "2016-09-22T19:18:21", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "as-we-have-held-photoshoots-in-black-and-white-colors", + "post_id": 1257635, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "As we have held photoshoots in black-and-white colors", + "updated": "2016-09-15T19:18:21", + "url": "/photography/@alex2016/as-we-have-held-photoshoots-in-black-and-white-colors" + }, + { + "active_votes": [ + { + "rshares": 138002890, + "voter": "charlie.wilson" + }, + { + "rshares": 133590030, + "voter": "thedevil" + } + ], + "author": "charlie.wilson", + "author_payout_value": "0.000 HBD", + "author_reputation": 26.53, + "beneficiaries": [], + "blacklists": [], + "body": "Is this who you are voting for? Please re-think your life if you still want to vote for Hillary Clinton this election after this video... A man got himself killed to bring you this information. Please do your research before blindly voting on a candidate. There used to be a time when no one would even consider a person for president if there was this much evidence (or PROOF) of FELONY! Now we live in a time where she can get away without any charges?? The FBI already admitted what she has done was illegal. Courtesy of David Seaman. \n\nhttps://www.youtube.com/watch?v=qD7Q5sa_xHo", + "category": "hillary", + "children": 1, + "created": "2016-09-15T19:18:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/qD7Q5sa_xHo/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=qD7Q5sa_xHo" + ], + "tags": [ + "hillary", + "clinton", + "clintonforprison", + "elections", + "davidseaman" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271592920, + "payout": 0.0, + "payout_at": "2016-09-22T19:18:18", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public", + "post_id": 1257632, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Hillary Clinton's SCHEMES leaked-- man is KILLED for leaking incriminating proof to the public.", + "updated": "2016-09-15T19:18:18", + "url": "/hillary/@charlie.wilson/hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public" + }, + { + "active_votes": [ + { + "rshares": 13342307926, + "voter": "valtr" + }, + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 116544591, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "rshares": 31930537676, + "voter": "laonie" + }, + { + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "rshares": 6481343102, + "voter": "somebody" + }, + { + "rshares": 242331170, + "voter": "flysaga" + }, + { + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 225687011, + "voter": "xianjun" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 11479766873, + "voter": "daveks" + }, + { + "rshares": 118331751, + "voter": "rusla" + }, + { + "rshares": 832935638, + "voter": "jbaker585" + }, + { + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "herzmeister", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.75, + "beneficiaries": [], + "blacklists": [], + "body": "Even when you don't feel like swimming you can take a hike up a little mountain through a forest towards a Kloster Andechs, a popular monastery and Biergarten. \n \n[![ammersee-forest-a1e9a4.md.jpg](https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.md.jpg)](https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.jpg)\n\n[![ammersee-forest-b0c3ce.md.jpg](https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.md.jpg)](https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.jpg)\n\n[![ammersee-forest-cf546d.md.jpg](https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.md.jpg)](https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.jpg)\n\n[![ammersee-forest-dd2d5d.md.jpg](https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.md.jpg)](https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.jpg)\n\n[![ammersee-forest-ef71cc.md.jpg](https://www.steemimg.com/images/2016/09/15/ammersee-forest-ef71cc.md.jpg)](https://www.steemimg.com/images/2016/09/15/ammersee-forest-ef71cc.jpg)\n\n(For full size, right-click a photo and choose to open the link(!) in a new tab or window.)\n\nAll photos shot by me with a simple phone cam (LG-G4). No special equipment. CC-BY-SA.", + "category": "photography", + "children": 1, + "created": "2016-09-15T19:17:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.md.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.md.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.md.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.md.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-ef71cc.md.jpg" + ], + "links": [ + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.jpg", + "https://www.steemimg.com/images/2016/09/15/ammersee-forest-ef71cc.jpg" + ], + "tags": [ + "photography", + "nature", + "forest", + "trees", + "sun" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 190506061170, + "payout": 0.043, + "payout_at": "2016-09-22T19:17:51", + "pending_payout_value": "0.043 HBD", + "percent_hbd": 10000, + "permlink": "forest-at-the-ammersee", + "post_id": 1257630, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 27 + }, + "title": "Forest at the Ammersee", + "updated": "2016-09-15T19:17:51", + "url": "/photography/@herzmeister/forest-at-the-ammersee" + }, + { + "active_votes": [ + { + "rshares": 9575441168, + "voter": "fkn" + }, + { + "rshares": 12586319352, + "voter": "elishagh1" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 80142995693, + "voter": "kimziv" + }, + { + "rshares": 46745652607, + "voter": "furion" + }, + { + "rshares": 224272494, + "voter": "barbara2" + }, + { + "rshares": 249275987, + "voter": "ch0c0latechip" + }, + { + "rshares": 230707321, + "voter": "doge4lyf" + }, + { + "rshares": 1748168870, + "voter": "poseidon" + }, + { + "rshares": 7765429875, + "voter": "positive" + }, + { + "rshares": 13543814621, + "voter": "sisterholics" + }, + { + "rshares": 261456368, + "voter": "fnait" + }, + { + "rshares": 232278247, + "voter": "keepcalmand" + }, + { + "rshares": 478958065154, + "voter": "laonie" + }, + { + "rshares": 15990473701, + "voter": "myfirst" + }, + { + "rshares": 97220146544, + "voter": "somebody" + }, + { + "rshares": 3634967560, + "voter": "flysaga" + }, + { + "rshares": 21476613753, + "voter": "midnightoil" + }, + { + "rshares": 53718169615, + "voter": "xiaohui" + }, + { + "rshares": 2587538789, + "voter": "elfkitchen" + }, + { + "rshares": 1679360423, + "voter": "xiaokongcom" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 3385305165, + "voter": "xianjun" + }, + { + "rshares": 221670623, + "voter": "microluck" + }, + { + "rshares": 7989270301, + "voter": "karisa" + }, + { + "rshares": 61478828, + "voter": "bonapetit" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 136316357, + "voter": "thedevil" + } + ], + "author": "karisa", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.57, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemit)) for a long time it was night)\nAnd I want to teach you today how to cook chicken fillet with breadcrumbs.\nI hope you will enjoy)\n\n> \u041f\u0440\u0438\u0432\u0435\u0442 \u0421\u0442\u0438\u0438\u043c\u0438\u0442)) \u0423 \u043c\u0435\u043d\u044f \u0443\u0436\u0435 \u0434\u0430\u0432\u043d\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u0438\u043b\u0430 \u043d\u043e\u0447\u044c) \n\u0418 \u044f \u0445\u043e\u0447\u0443 \u0432\u0430\u0441 \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u043d\u0430\u0443\u0447\u0438\u0442\u044c , \u043a\u0430\u043a \u0433\u043e\u0442\u043e\u0432\u0438\u0442\u044c \u043a\u0443\u0440\u0438\u043d\u043e\u0435 \u0444\u0438\u043b\u0435 \u0432 \u0441\u0443\u0445\u0430\u0440\u044f\u0445.\n\u041d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f)\n\nhttp://s017.radikal.ru/i401/1609/a8/701d5400daa7.jpg\n\n## Step 1: Take Ingredients.\nChicken fillet - 300 grams\nEgg - 1 piece\nBreadcrumbs - 100g\nCorn Flour - 60 grams\nSalt and pepper to taste\n\n>## \u0428\u0430\u0433 1: \u0411\u0435\u0440\u0435\u043c \u0418\u043d\u0433\u0440\u0438\u0434\u0438\u0435\u043d\u0442\u044b.\n> \u041a\u0443\u0440\u0438\u043d\u043d\u043e\u0435 \u0444\u0438\u043b\u0435 - 300 \u0433\u0440\u0430\u043c\u043c\n\u042f\u0439\u0446\u043e - 1 \u0448\u0442\u0443\u043a\u0430\n\u0421\u0443\u0445\u0430\u0440\u0438 - 100 \u0433\u0440\u0430\u043c\u043c\n\u041c\u0443\u043a\u0430 \u043a\u0443\u043a\u0443\u0440\u0443\u0437\u043d\u0430\u044f - 60 \u0433\u0440\u0430\u043c\u043c\n\u0421\u043e\u043b\u044c, \u043f\u0435\u0440\u0435\u0446 \u043f\u043e \u0432\u043a\u0443\u0441\u0443\n\nhttp://s018.radikal.ru/i501/1609/64/9731bfb796d4.jpg\n\n## Step 2: \nPrepare the ingredients.\nEggs break into a big bowl, and cut into chicken.\n\n>## \u0428\u0430\u0433 2:\n> \u041f\u043e\u0434\u0433\u043e\u0442\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c \u0438\u043d\u0433\u0440\u0438\u0434\u0438\u0435\u043d\u0442\u044b. \n\u042f\u0439\u0446\u043e \u0440\u0430\u0437\u0431\u0438\u0432\u0430\u0435\u043c \u0432 \u0431\u043e\u043b\u044c\u0448\u0443\u044e \u0442\u0430\u0440\u0435\u043b\u043a\u0443, \u043d\u0430\u0440\u0435\u0437\u0430\u0435\u043c \u043a\u0443\u0440\u0438\u043d\u043d\u043e\u0435 \u0444\u0438\u043b\u0435.\n\nhttp://s020.radikal.ru/i706/1609/cd/5cbef4082a18.jpg\n\nNow dip each piece first in the flour, as in the photo.\n\n> \u0422\u0435\u043f\u0435\u0440\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u043a\u0443\u0441\u043e\u0447\u0435\u043a \u043c\u043e\u043a\u0430\u0435\u043c \u0432\u043d\u0430\u0447\u0430\u043b\u0435 \u0432 \u043c\u0443\u043a\u0443, \u043a\u0430\u043a \u043d\u0430 \u0444\u043e\u0442\u043e.\n\nhttp://s019.radikal.ru/i637/1609/cc/a1fafd8db0a9.jpg\n\nThen dipped in egg.\n\n> \u0417\u0430\u0442\u0435\u043c \u043c\u043e\u043a\u0430\u0435\u043c \u0432 \u044f\u0439\u0446\u043e.\n\nhttp://s46.radikal.ru/i111/1609/ae/2bbdb507a016.jpg\n\nThen we dipped in breadcrumbs\n\n> \u0418 \u0434\u0430\u043b\u0435\u0435 \u043c\u043e\u043a\u0430\u0435\u043c \u0432 \u0441\u0443\u0445\u0430\u0440\u0438.\n\nhttp://s018.radikal.ru/i505/1609/32/cd41cbfbe4d7.jpg\n\n## Step 3:\nIt remains only to fry our chicken fillet)\nPut it in the pan and fry for 7-8 minutes))\nEverything is ready) Bon appetit.\n\n>## \u0428\u0430\u0433 3:\n> \u041e\u0441\u0442\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0436\u0430\u0440\u0438\u0442\u044c \u043d\u0430\u0448\u0435 \u043a\u0443\u0440\u0438\u043d\u043d\u043e\u0435 \u0444\u0438\u043b\u0435) \n\u041a\u043b\u0430\u0434\u0435\u043c \u0435\u0433\u043e \u043d\u0430 \u0441\u043a\u043e\u0432\u043e\u0440\u043e\u0434\u043a\u0443 \u0438 \u0436\u0430\u0440\u0438\u043c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 7-8 \u043c\u0438\u043d\u0443\u0442))\n\u0412\u0441\u0435 \u0433\u043e\u0442\u043e\u0432\u043e) \u041f\u0440\u0438\u044f\u0442\u043d\u043e\u0433\u043e \u0430\u043f\u043f\u0435\u0442\u0438\u0442\u0430.\n\nhttp://s09.radikal.ru/i182/1609/6a/ad5522e514fa.jpg", + "category": "food", + "children": 1, + "created": "2016-09-15T19:17:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://s017.radikal.ru/i401/1609/a8/701d5400daa7.jpg", + "http://s018.radikal.ru/i501/1609/64/9731bfb796d4.jpg", + "http://s020.radikal.ru/i706/1609/cd/5cbef4082a18.jpg", + "http://s019.radikal.ru/i637/1609/cc/a1fafd8db0a9.jpg", + "http://s46.radikal.ru/i111/1609/ae/2bbdb507a016.jpg", + "http://s018.radikal.ru/i505/1609/32/cd41cbfbe4d7.jpg", + "http://s09.radikal.ru/i182/1609/6a/ad5522e514fa.jpg" + ], + "tags": [ + "food", + "recipes", + "life", + "cooking" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 862962138444, + "payout": 0.23, + "payout_at": "2016-09-22T19:17:33", + "pending_payout_value": "0.230 HBD", + "percent_hbd": 10000, + "permlink": "dr1uk-vegetable-soup-puree-recipe-specially-for-steemit", + "post_id": 1257625, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 29 + }, + "title": "Chicken fillet with breadcrumbs) recipe specially for Steemit", + "updated": "2016-09-15T19:34:42", + "url": "/food/@karisa/dr1uk-vegetable-soup-puree-recipe-specially-for-steemit" + }, + { + "active_votes": [ + { + "rshares": 70956487, + "voter": "dudu-hoffman" + }, + { + "rshares": 109229309, + "voter": "rusla" + } + ], + "author": "dudu-hoffman", + "author_payout_value": "0.000 HBD", + "author_reputation": 35.14, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n


\n

https://www.youtube.com/watch?v=tLBVeyYp7N0

\n


\n

Electronica / Dub / Funk
\n 

\n

- Feche os Olhos 

\n

- Dudu Hoffman 

\n

- Livin' la Zuada Loca (2007)

\n

- Brazil
\n

\n


\n


\n

@dudu-hoffman   Bandcamp   SoundCloud

\n", + "category": "music", + "children": 0, + "created": "2016-09-15T19:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/l7dh41yad/Dudu_Hoffman_Livin_la_Zuada_Loca.jpg", + "https://img.youtube.com/vi/tLBVeyYp7N0/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=tLBVeyYp7N0", + "https://steemit.com/@dudu-hoffman", + "https://duduhoffman.bandcamp.com/album/livin-la-zuada-loca", + "https://duduhoffman.bandcamp.com/album/ru-do-primal-maquinar-ep", + "https://soundcloud.com/dudu-hoffman" + ], + "tags": [ + "music", + "electronica", + "dub", + "funk", + "dudu-hoffman" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180185796, + "payout": 0.0, + "payout_at": "2016-09-22T19:17:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dudu-hoffman-feche-os-olhos", + "post_id": 1257621, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Dudu Hoffman - Feche os Olhos", + "updated": "2016-09-15T19:17:15", + "url": "/music/@dudu-hoffman/dudu-hoffman-feche-os-olhos" + }, + { + "active_votes": [ + { + "rshares": 22687919345, + "voter": "prufarchy" + }, + { + "rshares": 7697824638, + "voter": "lgm-1" + }, + { + "rshares": 83629307390, + "voter": "serejandmyself" + }, + { + "rshares": 6036784485, + "voter": "anarcho-andrei" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 125198095, + "voter": "emeline" + }, + { + "rshares": 3983913956, + "voter": "michelle.gent" + } + ], + "author": "prufarchy", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.92, + "beneficiaries": [], + "blacklists": [], + "body": "I am the watcher \nof history and time.\nEternal observer\nand witness, I.\n\nWho silently sees \nthe unfolding of life,\nan audience member \nand witness, I. \n\nWho sits and who waits\nwithout looking to find,\nlife archaeologist \nand witness, I. \n\nWho asks for nothing \nand with nothing is fine,\nan earth minimalist\nand witness, I. \n\nI just keep watching\nand try counting the cries.\nHeart bleeding reporter\nand witness, I. \n\nWhen my shift is done\nI can avert my eyes,\nonce again a human\nand witness, I. \n\n
https://www.steemimg.com/images/2016/09/15/image56bc9.jpg
", + "category": "story", + "children": 1, + "created": "2016-09-15T19:16:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/image56bc9.jpg" + ], + "tags": [ + "story", + "art", + "poetry", + "life", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 124270177218, + "payout": 0.028, + "payout_at": "2016-09-22T19:16:39", + "pending_payout_value": "0.028 HBD", + "percent_hbd": 10000, + "permlink": "i-witness-original", + "post_id": 1257615, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "I, Witness (Original)", + "updated": "2016-09-15T19:16:39", + "url": "/story/@prufarchy/i-witness-original" + }, + { + "active_votes": [ + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 125198095, + "voter": "emeline" + }, + { + "rshares": 52647965, + "voter": "rayzzz" + }, + { + "rshares": 2344626753, + "voter": "fairz" + } + ], + "author": "fairz", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.5, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/YWealwI_vIQ\ntheres nothing drooby likes better than looking at birds parody with adult humour me trying to do the voice thanks for watching", + "category": "animation", + "children": 0, + "created": "2016-09-15T19:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/YWealwI_vIQ/0.jpg" + ], + "links": [ + "https://youtu.be/YWealwI_vIQ" + ], + "tags": [ + "animation", + "art", + "droopy", + "dog" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2890321712, + "payout": 0.0, + "payout_at": "2016-09-22T19:14:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "droopy-the-dog-animation", + "post_id": 1257598, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "droopy the dog animation", + "updated": "2016-09-15T19:14:57", + "url": "/animation/@fairz/droopy-the-dog-animation" + }, + { + "active_votes": [ + { + "rshares": 1609525039, + "voter": "gidlark" + }, + { + "rshares": 1708336843, + "voter": "dimon14" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 114779248, + "voter": "bleujay" + } + ], + "author": "gidlark", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.91, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://www.steemimg.com/images/2016/09/10/IMG_0876a016a.jpg

\n


\n", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:13:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/10/IMG_0876a016a.jpg" + ], + "tags": [ + "photography", + "nature", + "life", + "ru", + "ukraine" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4545340573, + "payout": 0.0, + "payout_at": "2016-09-22T19:13:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "environment-10-cloud-okruzhayushaya-sreda-10-oblaka", + "post_id": 1257589, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Environment #10 - cloud (\u041e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0430\u044f \u0441\u0440\u0435\u0434\u0430 \u211610 - \u043e\u0431\u043b\u0430\u043a\u0430)", + "updated": "2016-09-15T19:13:42", + "url": "/photography/@gidlark/environment-10-cloud-okruzhayushaya-sreda-10-oblaka" + }, + { + "active_votes": [ + { + "rshares": 234970233, + "voter": "valeri" + }, + { + "rshares": 232757631, + "voter": "sergey44" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemit! To make a swan I took a few days, but I am very happy, turned out beautifully. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151004.1473960590.jpg\n\nhttp://ipic.su/img/img7/fs/P9140916.1473960690.jpg\n\nhttp://ipic.su/img/img7/fs/P9140922.1473960714.jpg\n\nhttp://ipic.su/img/img7/fs/P9140931.1473960731.jpg\n\nhttp://ipic.su/img/img7/fs/P9140935.1473960805.jpg\n\nhttp://ipic.su/img/img7/fs/P9140941.1473960854.jpg\n\nhttp://ipic.su/img/img7/fs/P9140951.1473960899.jpg\n\nhttp://ipic.su/img/img7/fs/P9140965.1473960972.jpg\n\nhttp://ipic.su/img/img7/fs/P9140967.1473961056.jpg\n\nhttp://ipic.su/img/img7/fs/P9140972.1473961103.jpg\n\nhttp://ipic.su/img/img7/fs/P9150982.1473961200.jpg\n\nhttp://ipic.su/img/img7/fs/P9150988.1473961248.jpg\n\nhttp://ipic.su/img/img7/fs/P9150994.1473961301.jpg\n\nhttp://ipic.su/img/img7/fs/P9151004.1473961355.jpg\n\nhttp://ipic.su/img/img7/fs/P9151009.1473961408.jpg\n\nhttp://ipic.su/img/img7/fs/P9151011.1473961457.jpg\n\n---\n\nSuitable for home decoration or as a gift!\nFor the manufacture of needed skills in origami, but everyone can, if you try! Thank you all for your attention!", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:12:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://ipic.su/img/img7/fs/P9151004.1473960590.jpg", + "http://ipic.su/img/img7/fs/P9140916.1473960690.jpg", + "http://ipic.su/img/img7/fs/P9140922.1473960714.jpg", + "http://ipic.su/img/img7/fs/P9140931.1473960731.jpg", + "http://ipic.su/img/img7/fs/P9140935.1473960805.jpg", + "http://ipic.su/img/img7/fs/P9140941.1473960854.jpg", + "http://ipic.su/img/img7/fs/P9140951.1473960899.jpg", + "http://ipic.su/img/img7/fs/P9140965.1473960972.jpg", + "http://ipic.su/img/img7/fs/P9140967.1473961056.jpg", + "http://ipic.su/img/img7/fs/P9140972.1473961103.jpg", + "http://ipic.su/img/img7/fs/P9150982.1473961200.jpg", + "http://ipic.su/img/img7/fs/P9150988.1473961248.jpg", + "http://ipic.su/img/img7/fs/P9150994.1473961301.jpg", + "http://ipic.su/img/img7/fs/P9151004.1473961355.jpg", + "http://ipic.su/img/img7/fs/P9151009.1473961408.jpg", + "http://ipic.su/img/img7/fs/P9151011.1473961457.jpg" + ], + "tags": [ + "steemit", + "art", + "photography", + "life", + "origami" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4670405545, + "payout": 0.001, + "payout_at": "2016-09-22T19:12:42", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "the-art-of-origami-bird-swan", + "post_id": 1257577, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "The Art of Origami - bird swan.", + "updated": "2016-09-15T19:12:42", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-bird-swan" + }, + { + "active_votes": [ + { + "rshares": 19239985423, + "voter": "anduweb" + }, + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 2020262526, + "voter": "cwbrooch" + }, + { + "rshares": 1442647825, + "voter": "modernbukowski" + } + ], + "author": "renzoarg", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.15, + "beneficiaries": [], + "blacklists": [], + "body": "

There's a monster lurking in the depth of those boxer shorts. One that threatens the health of several men, specially those that are undergoing that wonderful stage full of pimples, irregular beards and systematic rejection to anything that comes from their parents except money. Even if there protoadults are the population group with more risk of facing this demon, almost every male is a victim from this situation at least once in life. This enemy made of fear and lack of resolution is not the first drunkenness on vodka you got, neither that time you got caught trying to asphyxiate your personal fowl. Nothing like that.

\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n

You're that guy, that teen around 16 years old and just got a girlfriend of around your same age. Out of nowhere, you're not the same. Your friends stop paying you a visit, you don't show up to do sports as you used to before, not to mention that you don't hang out with them in the Saturday nights. Because of her, again. Always her. Your friends get a bit mad at you and they have their reasons, but there's always a cool one that mentions: \"you just envy that he gets laid, let him copulate in peace!\". Yes, he knows, hit the nail, he totally understands the reasons why a 16 year old teen craves more the sheets than to prepare the Playstation, he spends more time with his girlfriend than with his friends. Obviously, this is an invented story, because when I was 16 I still played hide and seek and glued my snots under the table; two things I almost stopped doing by now.

\n

What your friends do not know is that you had to leave behind SEVERAL Saturday nights to reach what you were committed to, lets be sincere, at the end of the day the \"yes, I want\" from your side is obvious. But is the female whom holds the real power. They hold the goods to display in offer to our permanent demands, at least at that age (HA!). Bunch of nights of just \"making out\". Months and even years for some (that, or I had serious issues defining a situation then). Your friends could be great soccer players, but they'll never understand how it feels to make it to the goal, pass the goalkeeper, and not score because she says \"it's not the right moment\".

\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n

In a wonderful crescendo of fantasy and metaphor, it is essential to break the dream and put a name to this Boxer short's Sauron, that guy that should not be named in the sacred halls of the bedroom is nothing but a haploid overload.

\n

When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time blood vessels dilate (veins, mainly) at the entire genital area. This McCombo leads into blood accumulation in the sexual organs as long as the stimulation persists, because once the orgasm is reached, blood vessels recover their original size and blood drains away from the area.

\n

BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, the nervous signals that tell your body to \"stop and let go already\" are not there as a result blood stays there, leaving your balls literally swollen along with the always enjoyable sensation of bearing two watermelons in between your legs. We should mention that having to watermelons hanging from your hipbone hurt. Some are lucky and only hurt for a small time, others... are not so lucky (we wish you luck, dear friend).

\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n

Where did the 3rd one come from?

\n

Despite being something amazingly frequent, we know nothing about this pain caused for not finishing what you started. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it blue balls (slang), because when oxygen-less blood accumulates at the scrotum the area starts tinting into the tone of the smurfs. Some surveys were ran at professional environments and all knew the topic, yet nothing shows at medicine books. So, a clear cause is also unknown. All we have is \"knowledge\" based on basic reasoning over what we know about physiology in humans; just imagine the poor volunteer that'd go into a lab so that some white overall jerks study him by not letting him finish.

\n

Another reason for this lack of info is that the treatment is rather simple, we all know it and there's no need of highly specialized doctors to perform it... You guessed it finish what you started, solo mode; because if you don't it can be a pain that lasts hours until the blood vessels recover their original size.

\n

This time, medicine based on evidence, only real guru, confirms nothing else but folklore:

\n
\n

A bird in the hand is worth two in the blue.

\n
\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n
\n
\n

If you liked this post and its informal way of talking about sciences, please, follow me for more!

\n

Leave a comment either for good or for bad reviews. I take everything as constructive, and I really appreciate the feedback, even from trolls (at least a troll read it before being himself!).

\n
\n
\n

Copyrights:

\n
\n
\n

All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.

\n

All the Images created by me possess a WTFPL licencing and they are free to redistribute, share, copy, paste, modify, sell, crop, paste, clone in whatever way you want.

\n
\n
", + "category": "science", + "children": 0, + "created": "2016-09-15T19:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg", + "https://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg", + "https://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg", + "https://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg" + ], + "tags": [ + "science", + "medicine", + "health", + "sex", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24282027325, + "payout": 0.005, + "payout_at": "2016-09-22T19:12:36", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "two-in-the-blue-vasocongestion-destroyer-of-men", + "post_id": 1257572, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "Two in the blue - Vasocongestion (destroyer of men)", + "updated": "2016-09-15T19:12:36", + "url": "/science/@renzoarg/two-in-the-blue-vasocongestion-destroyer-of-men" + }, + { + "active_votes": [ + { + "rshares": -435787244, + "voter": "quin" + }, + { + "rshares": 1418244835, + "voter": "seraph" + } + ], + "author": "quin", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "spam", + "category": "test", + "children": 0, + "created": "2016-09-15T19:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "test", + "spam" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 982457591, + "payout": 0.0, + "payout_at": "2016-09-22T19:12:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spam", + "post_id": 1257570, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "spam", + "updated": "2016-09-15T19:12:21", + "url": "/test/@quin/spam" + }, + { + "active_votes": [ + { + "rshares": 124605648771, + "voter": "joshbreslauer" + }, + { + "rshares": 232757631, + "voter": "sergey44" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 4594200588, + "voter": "richardcrill" + }, + { + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 2310291352, + "voter": "bluechoochoo" + } + ], + "author": "lyndsaybowes", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.58, + "beneficiaries": [], + "blacklists": [], + "body": "\n

After growing up in the suburbs, where all anyone ever grew was flowers, I'm continually amazed that I can go out to my yard, my lawn, and pick my dinner day after day.  Tonight I'm finishing off a chicken soup I started yesterday.  

\n

The chicken was given to us by a neighbour who raises birds for meat, the most local meat we've eaten so far!  

\n

I've got the broth ready, and now I'm finishing it off with runner beans, zucchini, squash, potatoes and carrots, thyme and oregano.

\n

\n

\n", + "category": "organic", + "children": 2, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pbs.twimg.com/media/CsasCH0WcAMaGLj.jpg", + "https://pbs.twimg.com/media/CsasCH2WcAAwz-a.jpg" + ], + "tags": [ + "organic", + "food", + "gardening", + "supportlocal", + "growfoodnotlawns" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 138243339460, + "payout": 0.031, + "payout_at": "2016-09-22T19:11:51", + "pending_payout_value": "0.031 HBD", + "percent_hbd": 10000, + "permlink": "just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup", + "post_id": 1257565, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "Just Picked and Pulled These Beautiful Organic Vegetables to Add to My Soup", + "updated": "2016-09-15T19:11:51", + "url": "/organic/@lyndsaybowes/just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup" + }, + { + "active_votes": [ + { + "rshares": 1735554942, + "voter": "linzo" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + } + ], + "author": "linzo", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.6, + "beneficiaries": [], + "blacklists": [], + "body": "\"love-1417705_640bb3b6.jpg\"\n\nSmouldering in your warmth, I can barely feel my skin\n Sweating profusely, bathed in your love\nSevering through my veins, pulsating through my groin\n\nScintillatingly addicted as I search for my next fix\nStraying far from myself, I can\u2019t have enough of you\nSatiety evades me, for its physicality\n\nShining brightly, dazzling me with your body physic\nSensitively, your muscles ripping through my faux sense of security\nSizzlingly hot, I feel the heat as if you were burning lava\n\nSearching, your eyes are hauntingly inviting\nSweltering, luring my hunger for temporary pleasure\nSeeing myself in you looking back at me\n\nSmooth, your voice is silky and piercingly sharp\nSoftening every chamber in my heart\nSlashing through all my resistance\n\nSmelling, a lost sense of self\nSmashing, finally the mirror reveals the deception\nShowing that it was me all along", + "category": "poem", + "children": 0, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/love-1417705_640bb3b6.jpg" + ], + "tags": [ + "poem", + "write", + "story", + "addiction" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1943367460, + "payout": 0.0, + "payout_at": "2016-09-22T19:11:51", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "addicted-original-poem", + "post_id": 1257564, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Addicted (Original Poem)", + "updated": "2016-09-15T19:11:51", + "url": "/poem/@linzo/addicted-original-poem" + }, + { + "active_votes": [ + { + "rshares": 466158469258, + "voter": "recursive2" + }, + { + "rshares": 452882692801, + "voter": "recursive3" + }, + { + "rshares": 59932806392, + "voter": "eeks" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 9857913474, + "voter": "kefkius" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 114993639671, + "voter": "kenny-crane" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 113350116117, + "voter": "alexbeyman" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 45716829240, + "voter": "milestone" + }, + { + "rshares": 81130790703, + "voter": "thylbom" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 1667780703, + "voter": "gmurph" + }, + { + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 91521583046, + "voter": "miacats" + }, + { + "rshares": 5201378075, + "voter": "ats-david" + }, + { + "rshares": 4594200588, + "voter": "richardcrill" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 659423594, + "voter": "kev7000" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753585781, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "alexbeyman", + "author_payout_value": "0.000 HBD", + "author_reputation": 67.75, + "beneficiaries": [], + "blacklists": [], + "body": "http://i.imgur.com/yOEUfMj.jpg\n\n\u201cYou don\u2019t have to be ashamed\u201d the gurgling mass assures me. \u201cAbout...the things coming out of your body\u201d. Its half formed little arm sensually traces the spot where a bundle of greasy black hoses passes through its skin, puffy and red all around it. \u201cI have...things...coming out of my body too.\u201d\n\nA baby\u2019s scream pierces the thick, humid air, barely discernible over a loud siren. Shattered glass cylinders all around, revealed sporadically in silhouette by flickering lights. Men in gas masks travel down the rows with hammers, smashing the cylinders that are still intact, spilling their contents into the ever-deepening soup. \n\nThe screaming suddenly stops. I search frantically for some explanation but cannot get up. My limbs, feeble imitations of what they should be, splash the foetal muck about but do nothing to move me. \n\nA maddening itching sensation surrounds the points on my chest where black hoses penetrate into it, but I haven\u2019t the fingers with which to scratch. \u201cIt\u2019s...not supposed to be this way\u201d I sputter. It looks at once quizzical and mournful. \u201cOh? How is it\u2026\u2019supposed\u2019 to be?\u201d\n\nAnother loud smash, and a baby\u2019s wail. The men with the hammers abruptly silence it, moving methodically down the rows. My tears mix freely with the amniotic fluid as one of the uniformed men, drenched in it from the waist down, arrives at our row.\n\n\u201cYou know\u201d the bulbous headed creature with the malformed little arm coos, \u201cI always thought you were pretty.\u201d It reaches over with its distorted, knobbly paw and caresses my ribcage. \u201cI would\u2019ve said something, but we were in different tanks.\u201d I recoil from his touch, shuddering as the man with the hammer finally reaches me.", + "category": "scifi", + "children": 0, + "created": "2016-09-15T19:11:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/yOEUfMj.jpg" + ], + "tags": [ + "scifi", + "horror", + "writing", + "fiction", + "death" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506906407098, + "payout": 0.456, + "payout_at": "2016-09-22T19:11:42", + "pending_payout_value": "0.456 HBD", + "percent_hbd": 10000, + "permlink": "short-story-debut-a-nightmarish-vignette-about-trying-to-find-meaning-and-warmth-in-the-world-between-birth-and-death", + "post_id": 1257560, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 41 + }, + "title": "[Short Story] Debut: A nightmarish vignette about trying to find meaning and warmth in the world between birth, and death.", + "updated": "2016-09-15T19:11:42", + "url": "/scifi/@alexbeyman/short-story-debut-a-nightmarish-vignette-about-trying-to-find-meaning-and-warmth-in-the-world-between-birth-and-death" + }, + { + "active_votes": [ + { + "rshares": 225204295, + "voter": "mashatik87" + }, + { + "rshares": 109229309, + "voter": "rusla" + } + ], + "author": "mashatik87", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.79, + "beneficiaries": [], + "blacklists": [], + "body": "
\n
\n
", + "category": "haul", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://4.bp.blogspot.com/-ejI16DS7g8E/V9ryM-lLK9I/AAAAAAAAAWs/3KDI7QmAR2wAjmh-ZVvOqg1XNBq9nh8ewCLcB/s640/Screen%2BShot%2B2016-09-15%2Bat%2B2.10.10%2BPM.png" + ], + "links": [ + "https://youtu.be/PFauKcvNuPE" + ], + "tags": [ + "haul", + "mash", + "mashafications", + "speakers", + "youtube" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 334433604, + "payout": 0.0, + "payout_at": "2016-09-22T19:11:39", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "no-make-up-tiny-haul-or-mashi", + "post_id": 1257559, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "No Make Up... Tiny Haul | Mashi", + "updated": "2016-09-15T19:11:39", + "url": "/haul/@mashatik87/no-make-up-tiny-haul-or-mashi" + }, + { + "active_votes": [ + { + "rshares": 1861066361, + "voter": "jackgallenhall" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 12452663543, + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/LB32fl1iExA

\n", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/LB32fl1iExA/0.jpg" + ], + "links": [ + "https://youtu.be/LB32fl1iExA" + ], + "tags": [ + "steemit", + "steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14521542422, + "payout": 0.003, + "payout_at": "2016-09-22T19:11:00", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video", + "post_id": 1257550, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "updated": "2016-09-15T19:11:00", + "url": "/steemit/@jackgallenhall/steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video" + }, + { + "active_votes": [ + { + "rshares": 12687826828, + "voter": "gargon" + }, + { + "rshares": 3084409460, + "voter": "pgarcgo" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 3363381107, + "voter": "betamusic" + }, + { + "rshares": 1883541074, + "voter": "juliamateo" + }, + { + "rshares": 98582007, + "voter": "ola1" + }, + { + "rshares": 51782882, + "voter": "javiergg" + }, + { + "rshares": 51422448, + "voter": "cuvi" + }, + { + "rshares": 1822707064, + "voter": "bapparabi" + } + ], + "author": "juliamateo", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.63, + "beneficiaries": [], + "blacklists": [], + "body": "Bueno, como la mayor\u00eda de los que me sigue sabe... tengo un canal en youtube. Para fomentar que la gente escriba en espa\u00f1ol en esa incre\u00edble red social, he decidido propocionarla en mi canal de youtube!\nOs dejo aqu\u00ed el v\u00eddeo que hice! Un abrazo\nJulia\nhttps://www.youtube.com/watch?v=joHQB8Uq8Oc\nPRIMERAS REACCIONES ENTRE MIS SEGUIDORES\nhttps://s16.postimg.org/nha1k530l/Captura_de_pantalla_2016_09_15_a_las_21_22_54.png\nhttps://s17.postimg.org/csovsbcdb/Captura_de_pantalla_2016_09_15_a_las_21_23_03.png\nhttps://s15.postimg.org/m5euvbkbv/Captura_de_pantalla_2016_09_15_a_las_21_24_01.png", + "category": "spanish", + "children": 0, + "created": "2016-09-15T19:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/joHQB8Uq8Oc/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=joHQB8Uq8Oc" + ], + "tags": [ + "spanish", + "steemit", + "life", + "youtube", + "teenager" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23152882179, + "payout": 0.005, + "payout_at": "2016-09-22T19:10:39", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "promociono-steemit-en-mi-canal-de-youtube", + "post_id": 1257546, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "updated": "2016-09-15T19:29:12", + "url": "/spanish/@juliamateo/promociono-steemit-en-mi-canal-de-youtube" + }, + { + "active_votes": [ + { + "rshares": 419603951021, + "voter": "chryspano" + }, + { + "rshares": 190467351752, + "voter": "jamtaylor" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 20605443611, + "voter": "skapaneas" + }, + { + "rshares": 230270829, + "voter": "valeri" + }, + { + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "rshares": 1771771876, + "voter": "agapakos" + }, + { + "rshares": 342267987, + "voter": "holidaygreece" + }, + { + "rshares": 21249911268, + "voter": "sisters" + }, + { + "rshares": 3282317279, + "voter": "sulev" + }, + { + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "rshares": 2686735390, + "voter": "avtzis.petros" + }, + { + "rshares": 1112699443, + "voter": "future24" + }, + { + "rshares": 3187509176, + "voter": "unrealisback" + }, + { + "rshares": 259305456, + "voter": "elenirossidou" + }, + { + "rshares": 31527137100, + "voter": "kyriacos" + }, + { + "rshares": 4159011441, + "voter": "steembeast" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 474397754, + "voter": "skapart" + }, + { + "rshares": 6657915847, + "voter": "gringalicious" + }, + { + "rshares": 98582007, + "voter": "ola1" + }, + { + "rshares": 59478888, + "voter": "mariajoe" + }, + { + "rshares": 348646506, + "voter": "koskl" + }, + { + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 162331614, + "voter": "johnelbow" + }, + { + "rshares": 162862498, + "voter": "dreamylou" + } + ], + "author": "skapaneas", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.37, + "beneficiaries": [], + "blacklists": [], + "body": "# Making of a sculpture:\n\n Pearl The Whale.\n\nThis is something I was working on for the past week along other things, I had a lot of fun out of the process I learned a couple of things as well but overall it was something I will try again probably in the future.\n So here she comes again, the Queen of all seven seas. Isn't she a beauty?\n\n\nhttps://www.steemimg.com/images/2016/09/15/80bc2d561d6b165be7ad8630f1f43051.png\n\n## Stage 1:\n Modeling foam, glued together or stack it with some toothpicks like I did. \nMaking my initial shape with a knife, I am keep working till I get a shape I can work with.\n\nhttps://www.steemimg.com/images/2016/09/15/falainitsastage15f666.jpg\n\n## Stage 2\n\nApplying clay over the modeling foam. The clay must be treated with water, work it out in your hands to soften it then apply it over your model, do not make it thinner than 1 mm as it will crack while it dries out.\n\nhttps://www.steemimg.com/images/2016/09/15/8912ae9b97d2bcd581aadefb82e7ea1d.jpg\n\n## Stage 3\n\nRefining and creating details, use a sharp tool to sharpen the surface of your model. Use some water to clean up your tools every now and then, it helps the most when you are working with clay to have clean and wet tools to work out.\n\nhttps://www.steemimg.com/images/2016/09/15/falainitsastage294837.jpg\n\n## Stage 4\n\nCuring process. Allow your clay model to complete dry out. It will take approximately 24 hours for this procedure to occur.\n\nhttps://www.steemimg.com/images/2016/09/15/falainitsastage35b415.jpg\n\n## Stage 5\n\nPainting your model. I used casual temperas colors, you can use acrylics or sprays. It all comes down to what you are aiming for as an end result so it is a matter of preference. Congrats your sculpture is ready it is time for some photo shooting.\n\nhttps://www.steemimg.com/images/2016/09/15/final3cab50.jpg\n\nhttps://www.steemimg.com/images/2016/09/15/final25f3cb.jpg\n\nI hope you like the end result.\nI sure did. It now decorates a shelf on my bedroom I will call her the Ocean Pearl I was going for Marianda but she is simple not fat enough for that...\n@ned @dan @smooth @berniesanders @blocktrades @itsascam @andeverywhale out thereI hope you get a giggle out of this. I have made this as mean to go to the Amsterdam steemfest and get some of my fellows with him. Please enjoy.\n\n\nThank you all for your support\nI will include some high res photos for you to check out the final sculpture\n\nhttps://www.steemimg.com/images/2016/09/15/c6049e3fffe58f0a25d8c9b9433fbdb1.png\n\nFollow me \n@skapaneas", + "category": "art", + "children": 6, + "created": "2016-09-15T19:10:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/80bc2d561d6b165be7ad8630f1f43051.png", + "https://www.steemimg.com/images/2016/09/15/falainitsastage15f666.jpg", + "https://www.steemimg.com/images/2016/09/15/8912ae9b97d2bcd581aadefb82e7ea1d.jpg", + "https://www.steemimg.com/images/2016/09/15/falainitsastage294837.jpg", + "https://www.steemimg.com/images/2016/09/15/falainitsastage35b415.jpg", + "https://www.steemimg.com/images/2016/09/15/final3cab50.jpg", + "https://www.steemimg.com/images/2016/09/15/final25f3cb.jpg", + "https://www.steemimg.com/images/2016/09/15/c6049e3fffe58f0a25d8c9b9433fbdb1.png" + ], + "tags": [ + "art", + "photography", + "nature", + "animals", + "life" + ], + "users": [ + "ned", + "dan", + "smooth", + "berniesanders", + "blocktrades", + "itsascam", + "andeverywhale", + "skapaneas" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 713153852343, + "payout": 0.184, + "payout_at": "2016-09-22T19:10:30", + "pending_payout_value": "0.184 HBD", + "percent_hbd": 10000, + "permlink": "pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work", + "post_id": 1257543, + "promoted": "1.060 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 28 + }, + "title": "Pearl the whale: A sculpture with process pictures by @skapaneas (original own work)", + "updated": "2016-09-15T19:34:21", + "url": "/art/@skapaneas/pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work" + }, + { + "active_votes": [ + { + "rshares": 3313423713996, + "voter": "pharesim" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 794763647, + "voter": "endgame" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 445761993002, + "voter": "knozaki2015" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 2113775393, + "voter": "uwe69" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 456481293, + "voter": "minnowsunited" + }, + { + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 1369181864, + "voter": "timbernana" + } + ], + "author": "timbernana", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.96, + "beneficiaries": [], + "blacklists": [], + "body": "\n\nGeschichten von der kleinen H\u00fcndin Izzy\nFrankreich 2014 - Izzy liebt es \"am\" Wasser zu spielen. Manchmal auch \"im\" Wasser, aber dann nur wenn Sie den Boden sieht und das Wasser nicht Ihren auch ber\u00fchrt :) . \nHabt Ihr denn Hunde die gerne schwimmen gehen? Ich muss meine immer mit ins Wasser schleifen.\n\n", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://img5.fotos-hochladen.net/uploads/326quv3lcrw.png", + "http://img5.fotos-hochladen.net/uploads/38f3yjdho7r.jpg" + ], + "links": [ + "http://www.fotos-hochladen.net" + ], + "tags": [ + "deutsch", + "dog", + "minnowsunite", + "story", + "photography" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3783945252298, + "payout": 1.618, + "payout_at": "2016-09-22T19:09:18", + "pending_payout_value": "1.618 HBD", + "percent_hbd": 10000, + "permlink": "izzy-the-dog-4", + "post_id": 1257529, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 22 + }, + "title": "IZZY THE DOG #4", + "updated": "2016-09-15T19:36:18", + "url": "/deutsch/@timbernana/izzy-the-dog-4" + }, + { + "active_votes": [ + { + "rshares": 44949604794, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 26100983566, + "voter": "georgedonnelly" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 115323965378, + "voter": "geoffrey" + }, + { + "rshares": 21371465518, + "voter": "kimziv" + }, + { + "rshares": 719401125, + "voter": "rxhector" + }, + { + "rshares": 9841190022, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 10419949344, + "voter": "deviedev" + }, + { + "rshares": 466178365, + "voter": "poseidon" + }, + { + "rshares": 81130790703, + "voter": "thylbom" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 22243058181, + "voter": "prufarchy" + }, + { + "rshares": 2708762924, + "voter": "sisterholics" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 95791613030, + "voter": "laonie" + }, + { + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "rshares": 3997618425, + "voter": "myfirst" + }, + { + "rshares": 19444029308, + "voter": "somebody" + }, + { + "rshares": 969324682, + "voter": "flysaga" + }, + { + "rshares": 1250835527, + "voter": "gmurph" + }, + { + "rshares": 6405447915, + "voter": "kryptik" + }, + { + "rshares": 4295322750, + "voter": "midnightoil" + }, + { + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "rshares": 10743633923, + "voter": "xiaohui" + }, + { + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "rshares": 646884697, + "voter": "elfkitchen" + }, + { + "rshares": 447829446, + "voter": "xiaokongcom" + }, + { + "rshares": 902748044, + "voter": "xianjun" + }, + { + "rshares": 59112166, + "voter": "microluck" + }, + { + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "rshares": 109229309, + "voter": "rusla" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 11552440717, + "voter": "herpetologyguy" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "reneenouveau", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.21, + "beneficiaries": [], + "blacklists": [], + "body": "http://reneenouveau.com/Steem/nano.jpg\n\n# Attention Writers, Dabblers, Authors, and Would-be-Writers! \n\nNational Novel Writing Month is almost upon us again! \n**This year, we are equipped with a brand new tool of motivation and collaboration called STEEMIT!**\nLet's leverage this platform to help us achieve our goals. \n\nI've mentioned [before](https://steemit.com/steemit/@steemsmart/why-aren-t-the-whales-voting-steem-smart-podcast-ep-9c), how this platform can create Creators and motivate the unmotivated with actual rewards for our work! If this is your first or your fiftieth novel you can come join the fun (and blood sweat and tears) of NaNoWriMo!\n\nThis year, I propose we use Steemit to, form a tribe and share our daily writings as we write write write our way to our 50,000 word novels by the end of November! \n\nWe'll use the tags #nano to distinguish our daily writing and encourage our fellow writers to work towards our daily goals! Create a personal tag based on the title of your novel as well! \n\nThis is a great time to share your writerly advice, tips and strategies for successful story telling too! \n\n*Who's with me? Join in the conversation below! Check our our chat channel on Steemit.chat at https://steemit.chat/channel/nano*\n\nhttps://upload.wikimedia.org/wikipedia/en/thumb/6/65/Logo_of_National_Novel_Writing_Month.png/330px-Logo_of_National_Novel_Writing_Month.png\n\n# National Novel Writing Month is an annual creative writing project that takes between November 1st and November 30th. It challenges authors of any skill-level to participate and write a 50,000 word novel before the stroke of midnight on the 30th! You can begin thinking about your story now, but don't write until the 1st! \n\nFind more information at the website http://www.nanowrimo.org/", + "category": "nanowrimo", + "children": 7, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://reneenouveau.com/Steem/nano.jpg", + "https://upload.wikimedia.org/wikipedia/en/thumb/6/65/Logo_of_National_Novel_Writing_Month.png/330px-Logo_of_National_Novel_Writing_Month.png" + ], + "links": [ + "https://steemit.com/steemit/@steemsmart/why-aren-t-the-whales-voting-steem-smart-podcast-ep-9c", + "https://steemit.chat/channel/nano", + "http://www.nanowrimo.org/" + ], + "tags": [ + "nanowrimo", + "writing", + "challenge", + "collaboration", + "nano" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 566502764207, + "payout": 0.142, + "payout_at": "2016-09-22T19:09:18", + "pending_payout_value": "0.142 HBD", + "percent_hbd": 10000, + "permlink": "nanowrimo-6-weeks-away-come-join-a-steemit-writing-team", + "post_id": 1257527, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 48 + }, + "title": "NaNoWriMo!!!! 6 weeks away! Come join a Steemit writing team!", + "updated": "2016-09-15T19:23:27", + "url": "/nanowrimo/@reneenouveau/nanowrimo-6-weeks-away-come-join-a-steemit-writing-team" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 14763351827, + "voter": "nippel66" + }, + { + "rshares": 98583209, + "voter": "ola1" + } + ], + "author": "nippel66", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.34, + "beneficiaries": [], + "blacklists": [], + "body": "# Todays Music Choise\n \n\nDon diablo is a realy good mixer, i love this Hexagon episodes he makes.", + "category": "music", + "children": 0, + "created": "2016-09-15T19:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "music" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22665192777, + "payout": 0.004, + "payout_at": "2016-09-22T19:08:45", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "don-diablo-hexagon-radio-episode-085", + "post_id": 1257522, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Don Diablo - Hexagon Radio Episode 085", + "updated": "2016-09-15T19:08:45", + "url": "/music/@nippel66/don-diablo-hexagon-radio-episode-085" + }, + { + "active_votes": [ + { + "rshares": 122693390101, + "voter": "linouxis9" + }, + { + "rshares": 8567499992, + "voter": "fkn" + }, + { + "rshares": 83863566295, + "voter": "kingscrown" + }, + { + "rshares": 11261443630, + "voter": "elishagh1" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 74800129313, + "voter": "kimziv" + }, + { + "rshares": 41825057596, + "voter": "furion" + }, + { + "rshares": 212468679, + "voter": "barbara2" + }, + { + "rshares": 223036409, + "voter": "ch0c0latechip" + }, + { + "rshares": 218564831, + "voter": "doge4lyf" + }, + { + "rshares": 1631624279, + "voter": "poseidon" + }, + { + "rshares": 6948016204, + "voter": "positive" + }, + { + "rshares": 11737972671, + "voter": "sisterholics" + }, + { + "rshares": 233934645, + "voter": "fnait" + }, + { + "rshares": 220053077, + "voter": "keepcalmand" + }, + { + "rshares": 415096989800, + "voter": "laonie" + }, + { + "rshares": 14657934226, + "voter": "myfirst" + }, + { + "rshares": 90738803441, + "voter": "somebody" + }, + { + "rshares": 3392636390, + "voter": "flysaga" + }, + { + "rshares": 131247634, + "voter": "hobgoblin" + }, + { + "rshares": 20044839503, + "voter": "midnightoil" + }, + { + "rshares": 50136958308, + "voter": "xiaohui" + }, + { + "rshares": 2425817615, + "voter": "elfkitchen" + }, + { + "rshares": 1567403062, + "voter": "xiaokongcom" + }, + { + "rshares": 3159618154, + "voter": "xianjun" + }, + { + "rshares": 206892582, + "voter": "microluck" + }, + { + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "rshares": 155796749, + "voter": "majes" + } + ], + "author": "kingscrown", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.54, + "beneficiaries": [], + "blacklists": [], + "body": "## Since few days theres a video where hackers show casino on which they play and double-spend the money.\n\nhttps://www.youtube.com/watch?v=RtGzV_-agcI\n\nYet they went futher and put this as a service that anybody can use, they take 10% cut of the amount you use.\n\nhttp://www.glasshunt.co/exploits/bitcoin-double-spend\n\nSome users below video claim that tried this and it didnt work (so lost 10%).\n\n# It is worth noticing that this \"hack\" works only one zero-confirmation sites, which are rather rare or mostly non-existent now.\n\nAmanda made interview with the creators:\nhttps://www.youtube.com/watch?v=ysVCU1b-UBA", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/RtGzV_-agcI/0.jpg", + "https://img.youtube.com/vi/ysVCU1b-UBA/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=RtGzV_-agcI", + "http://www.glasshunt.co/exploits/bitcoin-double-spend", + "https://www.youtube.com/watch?v=ysVCU1b-UBA" + ], + "tags": [ + "bitcoin", + "crypto-news", + "news", + "security", + "blockchain" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "payout": 0.27, + "payout_at": "2016-09-22T19:08:36", + "pending_payout_value": "0.270 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "post_id": 1257520, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 33 + }, + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "updated": "2016-09-15T19:08:36", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + { + "active_votes": [ + { + "rshares": 21980954327, + "voter": "wpalczynski" + }, + { + "rshares": 9042934069, + "voter": "imjustsayintho" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 157780341, + "voter": "greencycles" + } + ], + "author": "wpalczynski", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

It has however lined the pockets of the american ruling class in ways unimaginable.  When will human greed be stopped from murdering hundreds of thousands of innocent people all over the world?

\n

When will government officials start being held responsible for lying and war crimes the western world is committing in the middle east and elsewhere?

\n

http://www.zerohedge.com/news/2016-09-15/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500

\n


\n

http://dweaay7e22a7h.cloudfront.net/dr-content_3/uploads/2015/10/shutterstock_271655756-650x360.jpg

\n", + "category": "terrorist", + "children": 1, + "created": "2016-09-15T19:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://dweaay7e22a7h.cloudfront.net/dr-content_3/uploads/2015/10/shutterstock_271655756-650x360.jpg" + ], + "links": [ + "http://www.zerohedge.com/news/2016-09-15/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500" + ], + "tags": [ + "terrorist", + "america", + "warcrimes", + "syria", + "iraq" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31432483453, + "payout": 0.006, + "payout_at": "2016-09-22T19:06:21", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "the-us-war-on-terror-has-cost-usd5-trillion-and-increased-terrorism-by-6-500-made-the-american-ruling-class-very-wealthy", + "post_id": 1257498, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "The US War On Terror Has Cost $5 Trillion And Increased Terrorism By 6,500% - Made the american ruling class very wealthy", + "updated": "2016-09-15T19:08:21", + "url": "/terrorist/@wpalczynski/the-us-war-on-terror-has-cost-usd5-trillion-and-increased-terrorism-by-6-500-made-the-american-ruling-class-very-wealthy" + }, + { + "active_votes": [ + { + "rshares": 230270829, + "voter": "valeri" + }, + { + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 98583209, + "voter": "ola1" + }, + { + "rshares": 12452663543, + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/i6LwJSSBgBM

\n", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/i6LwJSSBgBM/0.jpg" + ], + "links": [ + "https://youtu.be/i6LwJSSBgBM" + ], + "tags": [ + "steemit", + "and", + "steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14780691755, + "payout": 0.003, + "payout_at": "2016-09-22T19:05:57", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "steemit-what-is-steem-should-you-invest-some-ether-video", + "post_id": 1257491, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "Steemit - What is Steem? Should You Invest Some Ether Video", + "updated": "2016-09-15T19:05:57", + "url": "/steemit/@jackgallenhall/steemit-what-is-steem-should-you-invest-some-ether-video" + }, + { + "active_votes": [ + { + "rshares": 9223792750, + "voter": "imjustsayintho" + } + ], + "author": "imjustsayintho", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.13, + "beneficiaries": [], + "blacklists": [], + "body": "This is a quote from Edward Snowden from his Snowden Live Q&A interview:\n\n> \"One of the most important things I think we all have a duty collectively in society to think about is when we\u2019re directed to think a certain way and accept a certain argument reflexively without actually tackling it. \n\"The common argument we have \u2014 if you have nothing to hide, you have nothing to fear \u2014 the origins of that are literally Nazi propaganda. This is not to equate the actions of our current government to the Nazis, but that is the literal origin of that quote. It's from the Minister of Propaganda Joseph Goebbels. \n\"So when we hear modern politicians, modern people repeating that reflexively without confronting its origins, what it really stands for, I think that's harmful. \n\"And if we actually think about it, it doesn\u2019t make sense. Because privacy isn\u2019t about something to hide. Privacy is about something to protect. That\u2019s who you are. That's what you believe in. Privacy is the right to a self. Privacy is what gives you the ability to share with the world who you are on your own terms. For them to understand what you\u2019re trying to be and to protect for yourself the parts of you you\u2019re not sure about, that you\u2019re still experimenting with. \n\"If we don\u2019t have privacy, what we\u2019re losing is the ability to make mistakes, we\u2019re losing the ability to be ourselves. Privacy is the fountainhead of all other rights. Freedom of speech doesn\u2019t have a lot of meaning if you can\u2019t have a quiet space, a space within yourself, your mind, your community, your friends, your family, to decide what it is you actually want to say. \n\"Freedom of religion doesn\u2019t mean that much if you can\u2019t figure out what you actually believe without being influenced by the criticisms of outside direction and peer pressure. And it goes on and on. \n\"Privacy is baked into our language, our core concepts of government and self in every way. It\u2019s why we call it 'private property.' Without privacy you don\u2019t have anything for yourself. \n\"So when people say that to me I say back, arguing that you don\u2019t care about privacy because you have nothing to hide is like arguing that you don\u2019t care about free speech because you have nothing to say.\" \n\n\n
![EdSnow](https://i.gyazo.com/e61df2c9f69db5c5c8c318fbffdcf577.jpg)
\n\nWatch this film. \n\n[--IJST](https://steemit.com/@imjustsayintho/)", + "category": "opinion", + "children": 1, + "created": "2016-09-15T19:05:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://i.gyazo.com/e61df2c9f69db5c5c8c318fbffdcf577.jpg" + ], + "links": [ + "https://steemit.com/@imjustsayintho/" + ], + "tags": [ + "opinion", + "snowden", + "government", + "nsa", + "signal" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9223792750, + "payout": 0.002, + "payout_at": "2016-09-22T19:05:30", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "snowden-live-quote-from-ed-snowden", + "post_id": 1257488, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Snowden Live - Quote from Ed Snowden", + "updated": "2016-09-15T19:05:30", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden" + }, + { + "active_votes": [ + { + "rshares": 77132612396, + "voter": "jpiper20" + }, + { + "rshares": 2968616397, + "voter": "mikkolyytinen" + }, + { + "rshares": 171200715, + "voter": "robyneggs" + } + ], + "author": "robyneggs", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.32, + "beneficiaries": [], + "blacklists": [], + "body": "# A new focus\nby @robyneggs, business strategist and artist in PDX\n___\n### The inward focus shift\nThe equilibrium of the global economy is in the not-too-distant future. The population is increasing substantially, and the largest segment of the U.S. population will retire soon. According to PricewaterhouseCoopers (PWC) an economic slow-down will occur around 2020, or less than five years from now, and continue on into 2050, at which time the global economy is predicted to also triple in size (2015)! With that knowledge it must be addressed that the GDP growth of the nation will hence slow, causing businesses to look towards \u201cdeepening\u201d capital within this growth measurement (MIT, 2009). It is important to note what kind of growth is occurring, whether it be in capital, hours, or Total Factors of Production (TFP) (MIT, 2009). For, labor growth alone won\u2019t guarantee a healthy nation (Chien, 2015). To stay on top, therefore, we must \"deepen\" our nation's human capital. And steemit can help.\n### Maximizing focus\nIn order to fully maximize, or deepen output, the nation must first invest in sustainable infrastructure, human capital, and technological advances, for only long term economic strategy will increase the GDP healthfully. Steemit could cover all those bases. Steemit houses a sustainable infrastructure within its free-market governing principles; its focus is the user (or human capital in this example); and it is technologically advanced. Apparently continual growth has more to it than just increasing output. It's not about just posting *any* content, it's about posting content that adds to, or \"deepens\" the worth of steemit, as a whole. Our human capital output (in the form of posts) must sustain itself in the long run. At what point does steemit house all possible how-to articles? At what point does every household in the nation have the products it needs to live? What needs to happen to continue to grow a nation\u2019s GDP value after that? What does steemit need to do to continue to create value after the hard fork?\n### Are businesses (and you) prepared?\nConsidering the economy will soon reach equilibrium, how prepared are we for such an event? Consider that the free market of businesses might only be concerned with the short term effects of economic growth and shock, but what controls will be instituted to carry on efforts when said businesses mature or no longer exist? What about when steemit matures? Continual increased output will simply not be enough, considering the explosion in population growth by 2050. According to Peter Diamandis, a speaker at TED2012, this explosion brings with it an age of abundance; one in which we can expect to see 3 billion new minds (minute 12:07) coming online in the near future. Capital deepening must become the new focus of growth measurement, to guarantee that output per worker increases; that we increase our value as the individual. It is up to us to deepen ourselves and our investments, steemit being the possible infrastructure of deliverance.\n![safe4a451.png](https://www.steemimg.com/images/2016/08/17/safe4a451.png)\n### Adapting and policy\nNew economic policy must therefore become endogenous. \n> What is the 'Endogenous Growth Theory'\nThe endogenous growth theory is an economic theory which argues that economic growth is generated from within a system as a direct result of internal processes. More specifically, the theory notes that the enhancement of a nation's human capital will lead to economic growth by means of the development of new forms of technology and efficient and effective means of production. -Investopedia\n\nNew, long term evidence has shed light on the effects of internal and external shocks to this nation, and globally over many decades. And while exogenous growth models can be applied to technological shocks, endogenous growth explains why those shocks inevitably deepen the capital of the labor force. \n\nTechnology allows for more output per worker than ever before; labor increases using the same amount of hours. Not just technology can grow the economy but the TFP (total factors of production) can as well, like the skills and abilities of trained and talented human capital. Labor deepening exists within steemit as people's abilities and skills heighten. This is because we continuously improve, to stay at the top of the free-market demand apex.\n### An investment\nInvesting in human resources, new technology, and sustainable infrastructure (that said transactions occur over), is the new focus of growth measurement in the economy. Focusing on endogenous measurements of growth rather than exogenous is what is necessary in the long-term. And steemit can accommodate that. How will government policy solve the economic problem of capital per worker decrease due to the large amount of population that will turn 60 between 2020 and 2050 (Kim & Hewings, 2013)? How will it address the new market of 3 billion new internet users? How will it deal with a long term economic slow-down as a result? Much less, how will it transcend the predicted financial crash of the U.S. dollar (as [outlined](https://steemit.com/steem/@thelord/steemit-and-the-us-economic-collapse-of-september-27-2016) by @thelord)? The separation between government policy and private sector economic business strategy lies in the training and investment of human capital, aka the education system, aka steemit.\n### No government control and the resulting education\nWithout government control, the private sector would need to establish their own education systems, to prepare children to enter the workforce. How would businesses even begin to do that? What types of people would a business choose? What business would the parents choose to educate their children? And would having non-standardized education increase the GDP, or would it weaken it? Steemit, through its free-market allocation of wealth, would drive children and parents to educate themselves, in the most needed fields. The focus would become bent on finding a need and filling it.\n### Deepening brings salvation\nThese situations can only be measured in endogenous growth. Government economic policy aka steemit can serve to motivate or enhance this growth in human capital, in a way that businesses may fail at - by providing a free-market demand for education across the globe, by maintaining the infrastructure already in use to house this education, and by employing retirees that wish to continue to contribute to the workforce. Breaking down current government policy, however, is still a must. It needs to be rebuilt efficiently, utilizing new technology, to maximize its effect on the GDP. It needs to question what will be done in regards to the slow-down. Surely, if it adapted steemit, it would lose control in planning for and protecting the future health of the economy. But this control would simply be replaced with free-market principles, as opposed to the current capitalist structure. A free-market application to long-term economic strategy is the steemit solution, and the one that could save us all.\n![steemlifelogo83c22.png](https://www.steemimg.com/images/2016/09/13/steemlifelogo83c22.png)\n### References:\n1. Chien, YiLi. (2015) What drives long-run economic growth? [Article] Retrieved from https://www.stlouisfed.org/on-the-economy/2015/june/what-drives-long-run-economic-growth \n2. Diamandis, P. (2012) Abundance is our future. [Video] Retrieved from https://www.ted.com/talks/peter_diamandis_abundance_is_our_future?language=en?utm_source=tedcomshare&utm_medium=referral&utm_campaign=tedspread \n3. Investopedia (2016) Endogenous Growth Theory. [Definition] Retrieved from http://www.investopedia.com/terms/e/endogenousgrowththeory.asp#ixzz4KLiH50Qd \n4. Kim, T., Hewings, G.J.D., (2013). Endogenous growth in an aging economy: Evidence and policy measures. The Annals of Regional Science, 50(3), 705-730. [Ebook] doi:http://dx.doi.org/10.1007/s00168-012-0527-z\n5. MIT OpenCourseWare (2009) Table 14.02 Principles of macroeconomics [PDF] Retrieved from http://ocw.mit.edu \n6. PricewaterhouseCoopers (2015) The world in 2050: will the shift in global economic power continue? [PDF] Retrieved from https://www.pwc.com/gx/en/issues/the-economy/assets/world-in-2050-february-2015.pdf \n___\n# Follow me @robyneggs\n![Imgur](http://i.imgur.com/hhvyZxm.jpg)\n___\n@robyneggs is foremost an artist, but she likes to try to make $ on steemit by posting about what people might actually be interested in. ;-) I hope you find my article intriguing. Let us not forget, none of us are going to make it out alive (joke). :D Please, make any and all comments and/or corrections below the eggs and toast:\n![RobynEggs Logo](http://i.imgur.com/Vya1h75.jpg)", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/17/safe4a451.png", + "https://www.steemimg.com/images/2016/09/13/steemlifelogo83c22.png", + "http://i.imgur.com/hhvyZxm.jpg", + "http://i.imgur.com/Vya1h75.jpg" + ], + "links": [ + "https://steemit.com/steem/@thelord/steemit-and-the-us-economic-collapse-of-september-27-2016", + "https://www.stlouisfed.org/on-the-economy/2015/june/what-drives-long-run-economic-growth", + "https://www.ted.com/talks/peter_diamandis_abundance_is_our_future?language=en?utm_source=tedcomshare&utm_medium=referral&utm_campaign=tedspread", + "http://www.investopedia.com/terms/e/endogenousgrowththeory.asp#ixzz4KLiH50Qd", + "http://dx.doi.org/10.1007/s00168-012-0527-z", + "http://ocw.mit.edu", + "https://www.pwc.com/gx/en/issues/the-economy/assets/world-in-2050-february-2015.pdf" + ], + "tags": [ + "steemit", + "life", + "macro-economics", + "business" + ], + "users": [ + "robyneggs", + "thelord" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80272429508, + "payout": 0.017, + "payout_at": "2016-09-22T19:05:24", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation", + "post_id": 1257486, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "An economic slowdown and the \"deepening\" of our human capital; how steemit can be our salvation", + "updated": "2016-09-15T19:05:24", + "url": "/steemit/@robyneggs/an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation" + }, + { + "active_votes": [ + { + "rshares": 231813239369, + "voter": "anonymous" + }, + { + "rshares": 2059078537865, + "voter": "wang" + }, + { + "rshares": 10884777244, + "voter": "yefet" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641725632, + "voter": "spaninv" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061302586, + "voter": "murh" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 59061302314, + "voter": "lehard" + }, + { + "rshares": 11709563991, + "voter": "anasya" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 1005566128, + "voter": "danielkt" + }, + { + "rshares": 4209545151, + "voter": "karen13" + }, + { + "rshares": 7946872448, + "voter": "smolalit" + }, + { + "rshares": 204619400604, + "voter": "jl777" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 17267415955, + "voter": "proto" + }, + { + "rshares": 2960764853, + "voter": "dmilash" + }, + { + "rshares": 8734213651, + "voter": "taker" + }, + { + "rshares": 63847571, + "voter": "rpo" + }, + { + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "rshares": 2118152083, + "voter": "natalymaty" + }, + { + "rshares": 83629253317, + "voter": "serejandmyself" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 73937406, + "voter": "ola1" + }, + { + "rshares": 1773444711, + "voter": "bapparabi" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "lehard", + "author_payout_value": "0.000 HBD", + "author_reputation": 63.6, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i.imgur.com/jeelDxs.jpg

\n

This summer I spent a city bicycle race. I do not work professionally with video. But when mounting the video I was able to achieve a significant improvement in quality.

\n

For work I use Sony Vegas software. I am surprised by the possibilities of modern software and I want to share with you the results.

\n

https://www.youtube.com/watch?v=prqaZ97DX9k

\n", + "category": "video", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/jeelDxs.jpg", + "https://img.youtube.com/vi/prqaZ97DX9k/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=prqaZ97DX9k" + ], + "tags": [ + "video" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2727719889737, + "payout": 1.006, + "payout_at": "2016-09-22T19:05:24", + "pending_payout_value": "1.006 HBD", + "percent_hbd": 10000, + "permlink": "amazing-color-correction-video-before-and-after-the-my-original-work", + "post_id": 1257485, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 37 + }, + "title": "Amazing Color Correction video. Before and after [My original work]", + "updated": "2016-09-15T19:07:27", + "url": "/video/@lehard/amazing-color-correction-video-before-and-after-the-my-original-work" + }, + { + "active_votes": [ + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 29174698761, + "voter": "dwinblood" + }, + { + "rshares": 119924160, + "voter": "timendainum" + }, + { + "rshares": 1223969387, + "voter": "future24" + }, + { + "rshares": 4366979846, + "voter": "chaospoet" + }, + { + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 73937406, + "voter": "ola1" + }, + { + "rshares": 849594350, + "voter": "jbaker585" + }, + { + "rshares": 3983913956, + "voter": "michelle.gent" + } + ], + "author": "dwinblood", + "author_payout_value": "0.000 HBD", + "author_reputation": 63.54, + "beneficiaries": [], + "blacklists": [], + "body": "\nI like talking about hijacked words. Usually the hijacking occurs due to actions of some alphabet agency of the government, or a large corporate agenda. Today is slightly different. The word I am going to focus on today is ***Organic***. By focusing on this word I am not endorsing GMO vs Organic debate that occurs, though I was on the side lines of a very amusing debate of that type today. All of my friends bickering back and forth in our Politics, Religion, and BS channel. :) The idea of Organic as a label being misused came up. I realized \"*Hey, there is another great example of a hijacked word*.\"\n\n

What do I mean by hijacking?

\nBefore we tackle today's word I want to first explain what I mean by hijacking. This is my description of when there is a concerted effort to use a word that can illicit an emotional response in some way that is not actually accurate based upon it's definition. Past words I have discussed are [Terrorist, Piracy], [Traitor], [Anarchy, Climate Change, Occult, and Conspiracy Theory]. In those cases I explained some possible motives for the hijacking in the first word hijacking post. Those motives don't seem to apply completely in the case of the words today. If they do I may simply have not identified how yet.\n\n\n*Source: giphy.com*\n

Organic

\nThe first thing I like to do generally when going over the hijacking of words is to find a definition for the word from before it was hijacked. This is important for eventually the dictionaries do update and include new definitions for the words. This is partially due to lingual drift.\n\n\nThat is closest to the original definition I can find. The Meriam/Webster Dictionaries have already incorporated all the new definitions as tied to the organic vs GMO food movements. I will show those here for completeness.\n\n\nI have friends that are not opposed to healthy living, but are rightly opposed to the term organic, and often to the term GMO. They do have good reasons for being opposed to it. The things they are used to back up or strengthen often would result in the statement being naive, or hypocritical. I will explain that fully here in just a moment.\n\n***Organic*** technically is defined as \"*of, relating to, or derived from living matter*\" as an adjective. That is pretty simple.\n\nShort of a few minerals like salt, and water that defines pretty much EVERYTHING we ingest. It also defines viruses, parasites, symbiotes, you, and I.\n\nIn fact, if our food is not organic then we cannot subsist on it. We will die very quickly without ingesting organic materials that our body can break down. Technically, this means that all FOOD is organic.\n\n*Again in case you missed it. This blog post is not to side with anyone on the GMO vs Organic food debate. It is purely to illustrate that these are in fact hijacked words/terms*.\n\nSo how is this word hijacked? We require organic sustenance. By implying something is organic and something else is not we immediately setup a state where one should not be eaten. Yet the truth of the matter is that HOW something is acquired does not change whether it is organic or not. It either is organic or it is not. If it is not then other than a few minerals and water we can't survive or ingest such things. So it has been hijacked to extend meaning and paint a picture in our minds that is in fact false in intention.\n\nIf the argument were Natural Foods vs Manufactured Foods then there might be a little bit more sincerity there and it would be closer to actual meaning. The term organic when used in these arguments is a very \"loaded\" word.\n\n\n*Source: giphy.com*\n

GMO

\nThis acronym stands for Genetically Modified Organism. The use of it is usually derogatory and is used to indicate something was modified by careful manipulation in a lab. It happened by chemical manipulation, injection, cell splicing, etc. Yet in reality we have been doing this throughout human history. The difference today is we've created methods where we can do this very rapidly rather than the long tedious process of the past. So when people use the term GMO they technically are using it for the fast lab created method. Oh and it is important that the word ORGANISM is a noun version of Organic. So GMOs are organic, it is part of their name.\n\nIn history we have bred animals.\n\nWe have bred plants.\n\nThese are all genetic modification with us giving evolution a push by setting up certain environmental conditions and opportunities. They still are occurring due to human intervention.\n\nFor plants it is likely we wouldn't have CORN as a crop without such activities. We also might not have any bananas left without such activities.\n\nPopped Secret: The Mysterious Origin of Corn\nhttps://www.youtube.com/watch?v=mBuYUb_mFXA\n\nThe surprising history of bananas in under 2 minutes\nhttps://www.youtube.com/watch?v=SpAHPXNhAwk\n\nAnd Man Created Dog\nhttps://www.youtube.com/watch?v=GFzbBVMR8zA\n\n\n*Source: giphy.com*\n

Troll

\nI am not actually sure why we settled on the word Troll to describe people that intentionally seek to antagonize others and gain pleasure from it. In the early days of the internet we called them **Flamers** and the actions they were involved in **flame wars**. Troll and trolling replaced these terms.\n\nWe also came up with phrases such as \"*Don't feed the troll*.\"\n\nSo this word was repurposed from its original meaning. It was hijacked. Yet this does not match what I normally would write about in terms of hijacking. At least yet.\n\nWhen people are not intentionally antagonizing and are instead arguing and perhaps in the throes of cognitive dissonance they are NOT trolling. A troll is not someone who disagrees with you and gets passionate about the subject.\n\nSo how it is hijacked is when someone chooses to use the term ***Troll*** to describe someone who disagrees with them.\n\n\n*Source: giphy.com*\n

Hijacking

\nNo one has called me out on it yet, so I thought I would call myself out. I have hijacked the word hijacked for the emotional imagery I hope it places in people's mind. I want them to be outraged at groups seeking to emotionally manipulate you into making a larger emotional relation to an action than you would normally have.\n\nI am a hypocrite here. I acknowledge that I am doing this intentionally. I want people to care about people altering their words for political and economic agendas. I want people to start thinking people using words to define something that they actually are not. It is essentially taking a metaphor and instead of treating it like a metaphor we now instead use it as the actual definition.\n\nA definition for this that would not use the word hijacking would be, redefining, repurposing, or changing. Yet I do not think those have quite the FUN and emotional impact of hijacking. Hijacking is seen as something hostile and aggressive. Much like the word Piracy for copying something digital is nothing like what piracy actually meant.\n\nI hope you got something out of this edition of the word hijacking series. At the very least maybe something to think about or enjoyment. Thank you for your time.", + "category": "philosophy", + "children": 1, + "created": "2016-09-15T19:05:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/VuVQsID.jpg", + "https://media.giphy.com/media/DJHLI7Bfi1Vpm/giphy.gif", + "http://i.imgur.com/iS0xCfP.png", + "http://i.imgur.com/ySHBg1c.png", + "https://media.giphy.com/media/xTiTnK80JHV0fgDZzG/giphy.gif", + "https://img.youtube.com/vi/mBuYUb_mFXA/0.jpg", + "https://img.youtube.com/vi/SpAHPXNhAwk/0.jpg", + "https://img.youtube.com/vi/GFzbBVMR8zA/0.jpg", + "https://media.giphy.com/media/98pZs1ZVaWb1C/giphy.gif", + "https://media0.giphy.com/media/3oEduGzkdvam26MrXG/200w.gif" + ], + "links": [ + "https://steemit.com/philosophy/@dwinblood/word-hijacking-the-study-based-battle-for-control-of-our-minds", + "https://steemit.com/politics/@dwinblood/word-hijacking-2-0-just-who-is-a-traitor-what-is-treason", + "https://steemit.com/philosophy/@dwinblood/word-hijacking-3-0-anarchy-climate-change-occult-conspiracy-theory", + "https://www.youtube.com/watch?v=mBuYUb_mFXA", + "https://www.youtube.com/watch?v=SpAHPXNhAwk", + "https://www.youtube.com/watch?v=GFzbBVMR8zA" + ], + "tags": [ + "philosophy", + "politics", + "organic", + "gmo", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61346069875, + "payout": 0.013, + "payout_at": "2016-09-22T19:05:09", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking", + "post_id": 1257481, + "promoted": "0.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Word Hijacking 4.0: - Thanks to my friends in slack the words today are ORGANIC, GMO, TROLL and HIJACKING", + "updated": "2016-09-15T19:12:15", + "url": "/philosophy/@dwinblood/word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 116544591, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "rshares": 3276506793, + "voter": "sulev" + }, + { + "rshares": 31930537676, + "voter": "laonie" + }, + { + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "rshares": 6481343102, + "voter": "somebody" + }, + { + "rshares": 63847571, + "voter": "rpo" + }, + { + "rshares": 242331170, + "voter": "flysaga" + }, + { + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "rshares": 1223969387, + "voter": "future24" + }, + { + "rshares": 225687011, + "voter": "xianjun" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "anduweb", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.97, + "beneficiaries": [], + "blacklists": [], + "body": "As some of you know recently DECENT had their ICO.\n\n# BEWARE of the Twitter scams that use SurveyMonkey to request BTC for a discounted cryptocoin price\n\nSomeone just reported this in the DECENT communication channel\n
http://i.imgur.com/p8Jufok.jpg
", + "category": "decent", + "children": 0, + "created": "2016-09-15T19:03:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/p8Jufok.jpg" + ], + "tags": [ + "decent", + "twitter", + "scam", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61749928350, + "payout": 0.013, + "payout_at": "2016-09-22T19:03:30", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 0, + "permlink": "the-surveymonkey-scammer-is-back-now-for-decent", + "post_id": 1257460, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 23 + }, + "title": "The SurveyMonkey scammer is back on Twitter - now for DECENT", + "updated": "2016-09-15T19:03:54", + "url": "/decent/@anduweb/the-surveymonkey-scammer-is-back-now-for-decent" + }, + { + "active_votes": [ + { + "rshares": 1061309796, + "voter": "murh" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": -102855934, + "voter": "cheetah20" + }, + { + "rshares": -171631587, + "voter": "cheetah15" + }, + { + "rshares": -101859018, + "voter": "cheetah16" + }, + { + "rshares": -101857729, + "voter": "cheetah17" + }, + { + "rshares": -101760456, + "voter": "cheetah18" + }, + { + "rshares": -123906339, + "voter": "cheetah19" + }, + { + "rshares": -101135204, + "voter": "cheetah21" + }, + { + "rshares": 53146733, + "voter": "vsmith08162016" + } + ], + "author": "machinelearning", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.87, + "beneficiaries": [], + "blacklists": [], + "body": "Please do not upvote.", + "category": "test", + "children": 1, + "created": "2016-09-15T19:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "test" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12373472377, + "payout": 0.002, + "payout_at": "2016-09-22T19:02:18", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "test", + "post_id": 1257447, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Test", + "updated": "2016-09-15T19:02:18", + "url": "/test/@machinelearning/test" + }, + { + "active_votes": [ + { + "rshares": 66885815, + "voter": "missmishel623" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 73937406, + "voter": "ola1" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + } + ], + "author": "witchcraftblog", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.48, + "beneficiaries": [], + "blacklists": [], + "body": "\n

 Sorry guys, but I`m a little crazy I think 8D  Today I`ve decided to plant basil, and of course decided to share this news with you, my lovely Steemians :).

\n

 While I was busy with all that stuff, like pots, seeds and so on, I was struck by a steem idea, as I called it. I warn you, I'm not an artist and my creation do not pretend to be an art. just something came over me.

\n

               

\n

                                    

\n

So what do you think?

\n

Now, lets return to my basilicum. I decided to plant purple basil at home because:

\n

 1. I love to see how plants are growing; 

\n

2. I like the taste and flawour of basil;

\n

3. basil is not only a delicious condiment, it has so many more useful properties; 

\n

4. growing basil at home is cheaper than buying it in a supermarket in winter; 

\n

5. basil just looks beautiful.

\n

                

\n

this photos were made by me 2 years ago in my garden.

\n

I want to note that basil  leaves contains a large number of the important minerals and vitamins (A, B, P, C, etc.), various amino acids, essential oils.  It`s a wonderful immune system stimulator, improves memory, lowers cholesterol in the blood, if you are suffering from insomnia, then there will help basil, as it has a calming effect on the nervous system.

\n

And specialy for girls, basil is an excellent antioxidant. Eat basil regularly, and your skin will always stay beautiful and healthy, the same thing will be with your hair.

\n

If you want to stay beautiful and healthy as long as possible, then eat as much basil as possible, it will slow down the aging process and prolong youth. 

\n


\n

Now, a simple plan, how to plant basil:

\n

you'll need: soil, flower pot, spoon (or something like that), water, seeds.

\n

            

\n

                            

\n


\n

put soil in to the flower pot

\n

\n

 tamp the soil with spoon 

\n

\n

 pour the ground and make holes of 1.5-2 cm deep in it 

\n

\n

I did it with the spoon

\n

\n

put the seeds in to the soil

\n

\n

\n

 close the holes with the soil

\n

\n

put the flowerpot on the sunny window

\n

\n

 Now let's see what will happen with my magical flower pot. I`ll make photos once in 2-3 days, to see all the process of growth and then I`ll make a post-report.

\n


\n

 If you like my post don`t forget to follow and upvote ;)    

\n

\n

Sincerely yours @witchcraftblog   

\n


\n", + "category": "gardening", + "children": 0, + "created": "2016-09-15T19:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c836531/v836531195/9b/OCNpU4gQRx0.jpg", + "https://pp.vk.me/c836531/v836531195/94/EzJAJcbbqcE.jpg", + "https://pp.vk.me/c836531/v836531195/ac/26h6wvaCyKE.jpg", + "https://pp.vk.me/c836531/v836531195/b3/9PkkuC3hnNE.jpg", + "https://pp.vk.me/c836531/v836531195/ba/uFpyFu5zp0I.jpg", + "https://pp.vk.me/c836531/v836531195/c1/PzwWU0v31HI.jpg", + "https://pp.vk.me/c836531/v836531195/c8/7fKXPqtl0Mc.jpg", + "https://pp.vk.me/c836531/v836531195/32/mhEkv77lnO8.jpg", + "https://pp.vk.me/c836531/v836531195/47/xLfbxm1Uo5w.jpg", + "https://pp.vk.me/c836531/v836531195/4e/KUGmIripXzs.jpg", + "https://pp.vk.me/c836531/v836531195/55/GBsJg9nsoTY.jpg", + "https://pp.vk.me/c836531/v836531195/5c/VOOIptBr2aQ.jpg", + "https://pp.vk.me/c836531/v836531195/63/MgcHM4ifZ8I.jpg", + "https://pp.vk.me/c836531/v836531195/71/LCC4d_P_PuM.jpg", + "https://pp.vk.me/c836531/v836531195/78/dsBEWxUSKGM.jpg", + "https://pp.vk.me/c836531/v836531195/86/G8xTEIi0Y3I.jpg", + "https://pp.vk.me/c836531/v836531195/8d/H5D-WzJEIQc.jpg" + ], + "links": [ + "https://steemit.com/@witchcraftblog" + ], + "tags": [ + "gardening", + "steemart", + "health", + "life", + "herbs" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 694456196, + "payout": 0.0, + "payout_at": "2016-09-22T19:01:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me", + "post_id": 1257438, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Basil planting and my spontaneous STEEMART. Full moon is watching me :)", + "updated": "2016-09-15T19:01:21", + "url": "/gardening/@witchcraftblog/basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me" + }, + { + "active_votes": [ + { + "rshares": 231813191302, + "voter": "anonymous" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1856068812916, + "voter": "badassmother" + }, + { + "rshares": 2006601418874, + "voter": "hr1" + }, + { + "rshares": 1239194317889, + "voter": "rossco99" + }, + { + "rshares": 2059078537865, + "voter": "wang" + }, + { + "rshares": 22391933607, + "voter": "jaewoocho" + }, + { + "rshares": 1491294220946, + "voter": "joseph" + }, + { + "rshares": 452882692801, + "voter": "recursive3" + }, + { + "rshares": 621040278295, + "voter": "masteryoda" + }, + { + "rshares": 3120621212590, + "voter": "recursive" + }, + { + "rshares": 448236514656, + "voter": "boatymcboatface" + }, + { + "rshares": 8927535677, + "voter": "idol" + }, + { + "rshares": 4839155280, + "voter": "sakr" + }, + { + "rshares": 10884745702, + "voter": "yefet" + }, + { + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "rshares": 1536625837, + "voter": "jocelyn" + }, + { + "rshares": 14818418390, + "voter": "gregory-f" + }, + { + "rshares": 59932650184, + "voter": "eeks" + }, + { + "rshares": 17134999985, + "voter": "fkn" + }, + { + "rshares": 22522887261, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 106636079470, + "voter": "asch" + }, + { + "rshares": 1061302586, + "voter": "murh" + }, + { + "rshares": 6086022456, + "voter": "cryptofunk" + }, + { + "rshares": 2003404389, + "voter": "error" + }, + { + "rshares": 58190613755, + "voter": "theshell" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "rshares": 19598687179, + "voter": "ziv" + }, + { + "rshares": 15787747831, + "voter": "zakharya" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 118358806572, + "voter": "geoffrey" + }, + { + "rshares": 144257392248, + "voter": "kimziv" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 81189817686, + "voter": "furion" + }, + { + "rshares": 401329727, + "voter": "barbara2" + }, + { + "rshares": 446072819, + "voter": "ch0c0latechip" + }, + { + "rshares": 412844681, + "voter": "doge4lyf" + }, + { + "rshares": 245479785, + "voter": "tasman" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "rshares": 4209545151, + "voter": "karen13" + }, + { + "rshares": 46859749971, + "voter": "milestone" + }, + { + "rshares": 3146703967, + "voter": "poseidon" + }, + { + "rshares": 204618886920, + "voter": "jl777" + }, + { + "rshares": 13896032408, + "voter": "positive" + }, + { + "rshares": 17267376002, + "voter": "proto" + }, + { + "rshares": 23475945343, + "voter": "sisterholics" + }, + { + "rshares": 467869290, + "voter": "fnait" + }, + { + "rshares": 415655812, + "voter": "keepcalmand" + }, + { + "rshares": 69137816305, + "voter": "healthyrecipes" + }, + { + "rshares": 3354060704, + "voter": "glitterpig" + }, + { + "rshares": 8734213651, + "voter": "taker" + }, + { + "rshares": 830193979600, + "voter": "laonie" + }, + { + "rshares": 29315868452, + "voter": "myfirst" + }, + { + "rshares": 168514920676, + "voter": "somebody" + }, + { + "rshares": 6542941609, + "voter": "flysaga" + }, + { + "rshares": 1667777098, + "voter": "gmurph" + }, + { + "rshares": 37226130506, + "voter": "midnightoil" + }, + { + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "rshares": 93111494000, + "voter": "xiaohui" + }, + { + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "rshares": 4689914056, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 3022848762, + "voter": "xiaokongcom" + }, + { + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "rshares": 6093549297, + "voter": "xianjun" + }, + { + "rshares": 91520297334, + "voter": "miacats" + }, + { + "rshares": 399007122, + "voter": "microluck" + }, + { + "rshares": 2923096249, + "voter": "netaterra" + }, + { + "rshares": 4441060568, + "voter": "richardcrill" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 53146015442, + "voter": "sponge-bob" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 53134467783, + "voter": "brains" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753585781, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 73937406, + "voter": "ola1" + }, + { + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "rshares": 51235131, + "voter": "glassheart" + }, + { + "rshares": 1233715718, + "voter": "anns" + }, + { + "rshares": 50871059, + "voter": "motion" + }, + { + "rshares": 50570250, + "voter": "ziggo" + }, + { + "rshares": 50565798, + "voter": "penthouse" + }, + { + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "rshares": 2291193388, + "voter": "ayim" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "rshares": 156837244, + "voter": "capcom" + }, + { + "rshares": 156814579, + "voter": "haribo" + }, + { + "rshares": 159531007, + "voter": "benetton" + }, + { + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "rshares": 155433319, + "voter": "citigroup" + }, + { + "rshares": 158486055, + "voter": "zendesk" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 153804957, + "voter": "alexandrapop" + } + ], + "author": "healthyrecipes", + "author_payout_value": "0.000 HBD", + "author_reputation": 65.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

  Good afternoon Steemit, I am officially done breast feeding and am ready to get rid of the last few pounds that are still hanging on from my pregnancy so I have been trying out different ways to cut calories from my diet without loosing flavor. Spaghetti squash is a great substitute for pasta or in this case rice. Spaghetti squash has about 40 calories per cup while rice has upwards of 200. It also has fiber, potassium and vitamins A and C.  

\n

For chicken:

\n
    \n
  • 1lb chicken breast
  • \n
  • 1 tsp ancho chili
  • \n
  • 1 tbs olive oil
  • \n
  • 1 lime (juice and zest)
  • \n
  • 1 tsp minced garlic
  • \n
\n

For squash:

\n
    \n
  • 1 spaghetti squash (cut in half length wise and seeds removed)
  • \n
  • 1 tsp olive oil
  • \n
  • salt and pepper to taste
  • \n
\n

Preheat oven to 425F.  In a baking dish, sprinkle chicken with ancho chili.  Mix together oil, lime zest and juice and garlic.  Pour mixture over chicken.  Drizzle olive oil over squash and season with salt and pepper.  Place cut side down on baking sheet.  Bake a together for 30 min.  Shred squash with a fork and put in the bottom of bowls.  Shred chicken with forks and put on top of squash.  I added cheese, salsa and guacamole to ours but you can top with anything you like.  Enjoy!

\n

https://puu.sh/rcmnK/c059def2e0.png

\n", + "category": "healthyliving", + "children": 3, + "created": "2016-09-15T19:01:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://puu.sh/rcmnK/c059def2e0.png" + ], + "tags": [ + "healthyliving", + "dinner", + "squash", + "recipes" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24948140852996, + "payout": 39.722, + "payout_at": "2016-09-22T19:01:15", + "pending_payout_value": "39.722 HBD", + "percent_hbd": 10000, + "permlink": "spaghetti-squash-burrito-bowl", + "post_id": 1257434, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 110 + }, + "title": "Spaghetti Squash 'Burrito' Bowl", + "updated": "2016-09-15T19:01:15", + "url": "/healthyliving/@healthyrecipes/spaghetti-squash-burrito-bowl" + }, + { + "active_votes": [ + { + "rshares": 4134606131320, + "voter": "riverhead" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 14763294144, + "voter": "nippel66" + }, + { + "rshares": 10729009089, + "voter": "gomeravibz" + }, + { + "rshares": 369718962, + "voter": "riosparada" + }, + { + "rshares": 1223969387, + "voter": "future24" + }, + { + "rshares": 6655075357, + "voter": "hilarski" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 83487539, + "voter": "zodiac" + }, + { + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "nippel66", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.34, + "beneficiaries": [], + "blacklists": [], + "body": "## This feature can be useful.\nhttps://s15.postimg.org/4n75f6bcr/paymeesteempower.png \n\nI have not noticed this until now, so this must have come today.\nIs there anyone who has used it?\nI'm testing it from now.\n\nFollow @nippel66", + "category": "steemit", + "children": 4, + "created": "2016-09-15T18:59:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/4n75f6bcr/paymeesteempower.png" + ], + "tags": [ + "steemit" + ], + "users": [ + "nippel66" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4176408007811, + "payout": 1.871, + "payout_at": "2016-09-22T18:59:24", + "pending_payout_value": "1.871 HBD", + "percent_hbd": 10000, + "permlink": "pay-me-100-in-steem-power-when-submit-a-story", + "post_id": 1257416, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Pay me 100% in Steem Power. When submit a story!", + "updated": "2016-09-15T19:00:21", + "url": "/steemit/@nippel66/pay-me-100-in-steem-power-when-submit-a-story" + }, + { + "active_votes": [ + { + "rshares": 92097237828, + "voter": "trevonjb" + }, + { + "rshares": 150351784, + "voter": "jdenismusic" + }, + { + "rshares": 377113341, + "voter": "riosparada" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 81850529, + "voter": "zodiac" + }, + { + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "trevonjb", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.38, + "beneficiaries": [], + "blacklists": [], + "body": "Today I found some frozen Cinnabun rolls in the freezer. Went to cook them and then noticed they were 7 MONTHS OLD! Here is the outcome! Enjoy!\n\nhttps://www.youtube.com/watch?v=9yqH7iGSdic", + "category": "trevonjb", + "children": 0, + "created": "2016-09-15T18:59:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/9yqH7iGSdic/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=9yqH7iGSdic" + ], + "tags": [ + "trevonjb" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 92880617754, + "payout": 0.02, + "payout_at": "2016-09-22T18:59:06", + "pending_payout_value": "0.020 HBD", + "percent_hbd": 10000, + "permlink": "eating-a-7-month-old-cinnabun", + "post_id": 1257411, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Eating a 7 Month Old Cinnabun!", + "updated": "2016-09-15T18:59:24", + "url": "/trevonjb/@trevonjb/eating-a-7-month-old-cinnabun" + }, + { + "active_votes": [ + { + "rshares": 4134627828281, + "voter": "riverhead" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 122162400756, + "voter": "joshbreslauer" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "rshares": 81850529, + "voter": "zodiac" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "rshares": 124085673, + "voter": "bleujay" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/Sg2TbYabhqQ

\n", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:58:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/Sg2TbYabhqQ/0.jpg" + ], + "links": [ + "https://youtu.be/Sg2TbYabhqQ" + ], + "tags": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4271982026148, + "payout": 1.937, + "payout_at": "2016-09-22T18:58:12", + "pending_payout_value": "1.937 HBD", + "percent_hbd": 10000, + "permlink": "how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video", + "post_id": 1257404, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 20 + }, + "title": "How Does Steemit Work Steemit Blogging Basics and Advanced Training Video", + "updated": "2016-09-15T18:58:12", + "url": "/steemit/@jackgallenhall/how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video" + }, + { + "active_votes": [ + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 63535942, + "voter": "cassidy1" + }, + { + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 81850529, + "voter": "zodiac" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3135333121, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 124085673, + "voter": "bleujay" + } + ], + "author": "stevescoins", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.02, + "beneficiaries": [], + "blacklists": [], + "body": "What is Gridcoin?\n\n>Gridcoin (Ticker: GRC) is a decentralized, open source math-based digital asset (cryptocurrency). It performs transactions peer-to-peer cryptographically without the need for a central issuing authority. \nhttp://www.gridcoin.us/\n>BOINC is an open-source volunteer oriented computing grid that combines the processing power of all individual users for the purposes of scientific research. It's free, and harnesses the unused clock cycles from processors and graphics cards to attempt to cure cancer/aids/ebola/malaria, map the milkyway, crack enigma codes, etc.. \n\n\nWhen I first started mining GRC, community members provided me with enough GRC to start staking (I'm not going to explain it here, but part of GRC mining involves Proof of Stake). I have researched the coin to my own understanding (not expert), including some past hiccups, and I work primarily on GRC now. I think there is potential in mining the coin, and that even if the investment fails to meet the potential, the mining itself has accomplished something for science.\n\nTo help that potential bloom, I am hoping to encourage some newcomers to Gridcoin mining by offering a staking balance of 100 GRC to the first 5 posters that create a wallet (or have started in the last couple of days) and post a receiving address on this blog.\n\nI found the community to be very helpful in answering newcomers' questions.\nhttps://kiwiirc.com/client/irc.freenode.net:6667/#gridcoin\nhttps://cryptocointalk.com/forum/232-cryptocoin-forums/\n\nI am not the best one to ask for tech help, though. Just sayin!\n\nGood mining!\n\nhttps://img1.steemit.com/0x0/https://i.imgur.com/hPY1Osp.png", + "category": "gridcoin", + "children": 0, + "created": "2016-09-15T18:57:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/https://i.imgur.com/hPY1Osp.png" + ], + "links": [ + "http://www.gridcoin.us/", + "https://kiwiirc.com/client/irc.freenode.net:6667/#gridcoin" + ], + "tags": [ + "gridcoin", + "beyondbitcoin", + "cryptocurency", + "boinc", + "altcoin" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5146735833, + "payout": 0.001, + "payout_at": "2016-09-22T18:57:27", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 0, + "permlink": "recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post", + "post_id": 1257393, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "Recruiting New AltMiners for Gridcoin, Staking Giveaway for First 5 To Create Wallet and Post", + "updated": "2016-09-15T18:57:27", + "url": "/gridcoin/@stevescoins/recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post" + }, + { + "active_votes": [ + { + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "rshares": 313710480, + "voter": "coar" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 1708263839, + "voter": "dimon14" + }, + { + "rshares": 14763351827, + "voter": "nippel66" + }, + { + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "rshares": 1208491149, + "voter": "lenar" + }, + { + "rshares": 118331751, + "voter": "rusla" + }, + { + "rshares": 52129459, + "voter": "gumer" + }, + { + "rshares": 64399060, + "voter": "lenar02" + }, + { + "rshares": 58725839, + "voter": "hamer" + }, + { + "rshares": 55074731, + "voter": "karina00" + }, + { + "rshares": 54982319, + "voter": "sona" + }, + { + "rshares": 54971933, + "voter": "saha" + }, + { + "rshares": 2201700765, + "voter": "alina1" + }, + { + "rshares": 54957779, + "voter": "kam1" + }, + { + "rshares": 80213518, + "voter": "zodiac" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 3135333121, + "voter": "zaitsevalesyaa" + } + ], + "author": "ola1", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.59, + "beneficiaries": [], + "blacklists": [], + "body": "http://i6.pixs.ru/storage/3/0/3/IMAG03431j_6525197_23304303.jpg\nFans of extreme adventures will surely like my next article, which will be devoted to excursions to the salt mines of Soledar!\nWe began our tour of the salt mine with the instruction, basically it all comes down to the fact that not to touch anything in the wrong place not to go and to follow all the instructions of our guide. I think everyone knows that without a helmet in a mine is impossible, and therefore it is here also attached.\n\nAfter that our tour group in a special \"Elevator\" which in the language of miners, called the cage, was lowered into the mine. Just imagine the crate for fifteen minutes down to a depth of 300 m. So that impressions from the descent will definitely last a lifetime.\n\nI must say that the temperature in the mine is kept at 14\u00b0C to 16\u00b0C. Therefore, if you decide to visit in the summer \u2013 dress warmly in cold season temperature very comfortable.\n\nSalt mines of Soledar has formed in the Ancient oceans. So only here you have a unique opportunity to walk on its bottom.\n\nMine are all made of salt, walls, and floors. And in order to check, you can always try the taste. \nhttp://i6.pixs.ru/storage/3/2/2/IMAG0362jp_9184718_23304322.jpg\nDue to the ions of salt, which it contains, even in the air in a salt mine the cleanest conditions, even much sterile as an surgical room. The usual guided tour, which lasts one and a half hours, replaces the 15 inhalation procedures and guarantees that at least two and a half months you will not get sick.\n\nSo, after the descent, we took salt corridors, featuring a variety of unique exhibits. Will not describe in detail all tell me about the most interesting of them.\n\nSo, for example, very much of the famous Donetsk palm made of salt.\nhttp://i6.pixs.ru/storage/3/2/9/IMAG0354jp_9421794_23304329.jpg\nImagine here at a depth of 300 m is even a chapel. The thing is that in the past the miners spent so many time in the mine, that they had done a Holy place. Here you can free to light a candle for the health.\nhttp://i6.pixs.ru/storage/3/4/8/IMAG0365jp_3366678_23304348.jpg\nAnd mine is an exhibition of paintings by local artists which are available for purchase.\nhttp://i6.pixs.ru/storage/3/6/6/IMAG0375jp_4203456_23304366.jpg\nDid you know that salt is not only white, but red. Red salt is generally a very rare mineral, it occurs once in 30 years. In a salt mine is an artificial stone red salt, they say it grants wishes. So, do not miss your chance .\n\nAt the end of the tour, our waited main exhibit salt mine is a huge hall. Just imagine its height is 28 metres is a 9-storey building and a width of 17 meters.\nhttp://i6.pixs.ru/storage/3/8/2/IMAG0406jp_5860409_23304382.jpg\nOften hosts various concerts, shows and so on.\nAnd on New year every year is a huge tree, which is accompanied by a Christmas matinees for children and Christmas show for adults. The holidays last from December 15 to January 15.\n\nIn the salt room is a football field where everyone can play football. And for those who don't care about soccer, here is a small movie theater where we watched a film about the history of the salt mine. Also in the local mini-caf\u00e9 you can buy coffee, tea and sweets. It will be a good addition to the movie.\nhttp://i6.pixs.ru/storage/4/1/5/IMAG0408jp_4233814_23304415.jpg\nAfter that we went back to the crate and went upstairs. Be sure to find a small crystal of salt, it will be a wonderful reminder of such a special tour!\n\nIf the souvenir could not be found, you will be able to buy it. This mine is located near the place of sale. From best-selling variety , suggest, purchase salt lamp. Just keep in mind that for best results, the lamp must be made from a solid piece of salt.\n\n\nTour to salt mines of Soledar is an unforgettable, extreme, and most importantly very good for your health!", + "category": "tours", + "children": 2, + "created": "2016-09-15T18:57:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i6.pixs.ru/storage/3/0/3/IMAG03431j_6525197_23304303.jpg", + "http://i6.pixs.ru/storage/3/2/2/IMAG0362jp_9184718_23304322.jpg", + "http://i6.pixs.ru/storage/3/2/9/IMAG0354jp_9421794_23304329.jpg", + "http://i6.pixs.ru/storage/3/8/2/IMAG0406jp_5860409_23304382.jpg", + "http://i6.pixs.ru/storage/4/1/5/IMAG0408jp_4233814_23304415.jpg" + ], + "tags": [ + "tours", + "photography" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4170161089268, + "payout": 1.868, + "payout_at": "2016-09-22T18:57:18", + "pending_payout_value": "1.868 HBD", + "percent_hbd": 10000, + "permlink": "soledar-salt-mines", + "post_id": 1257390, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 19 + }, + "title": "Salt mines.", + "updated": "2016-09-15T19:10:42", + "url": "/tours/@ola1/soledar-salt-mines" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 10729017501, + "voter": "gomeravibz" + }, + { + "rshares": 6655080164, + "voter": "hilarski" + }, + { + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "rshares": 50060597, + "voter": "roswellrockman" + } + ], + "author": "ancientofdays", + "author_payout_value": "0.000 HBD", + "author_reputation": 37.7, + "beneficiaries": [], + "blacklists": [], + "body": "\n


\nImage Source & External Article - http://lifehopeandtruth.com/prophecy/revelation/mark-of-the-beast/

\n

Just recently here in Roswell NM (where I live, yes) I was telling a shop owner about Steem and Steemit, and he made the comment that he thought it sounded like \"...one more step towards the Mark of The Beast\"...

\n
\"...And he causeth all, both small and great, rich and poor, free and bond, to receive a mark in their right hand, or in their foreheads: And that no man might buy or sell, save he that had the mark, or the name of the beast, or the number of his name. Here is wisdom. Let him that hath understanding count the number of the beast: for it is the number of a man; and his number is Six hundred threescore and six...\"
\n - Revelation Chapter 13 (
Full Chapter)
\n

Yes Virginia... I hate to break it to you, but digital currency IS indeed \"one more step towards the mark of the beast\" - and we all know it. 

\n

Let's just get that out of the way now. But fear not, this is NOT a paranoid religious post warning people about the eternal dangers of joining Steemit, nor of using digital currency in general however. This is just a hopefully rational religious post (inspired by a secular article) meant to stem paranoid fear (amongst Christians mainly) of utilizing Steemit specifically, and digital currency in general. Which I will get back to in just a second...

\n

But first... If to you, \"stemming this fear\" makes me \"part of the Satanic conspiracy\" then I can't help that, and I won't engage with or reply to you if that is your view (which you are entitled to hold, and even to express as a comment below). 

\n

I'd rather use my time to inform non-Christian people who may have clicked in here (for laughs perhaps?) that Yes, I believe that the mark of the beast is coming, and you DO need to aware of the dangers of accepting it!

\n


\nImage Source & External Article: http://www.evangelicaloutreach.org/markbeast.htm

\n

 (Hence the external articles links being detailed here for further reading - which I have not closely vetted btw, they just had top matches for images)...

\n

Anyways...

\n

As I told my friend Don (who DID join Steemit @roswellrockman ) \"So is your debit card!\"

\n

Putting Don and I's end-of-conversation succinctly, there are many aspects of our everyday lives that have brought and are bringing us \"one step closer\" to the mark of the beast - but they are not in themselves the mark, they are not evil, and (imho) they are not to be feared, or shunned. 

\n

(Altho I will note respectfully that The American Amish community feels differently - see the link below these next images.)

\n

There are indeed many examples from our now-everyday lives that could easily be said to be bringing us \"one step closer\" ... such as the \"Bar Codes\" on every product we purchase

\n


\n... especially if the same types of \"scanners\" that read them, were then pointed to a laser tattoo or RFID chip in your hand, to receive payment for these goods at the register. 

\n


\nAll 3 Images above & External Article: http://www.whatdoesitmean.com/index1392.htm

\n

\"Radio Frequency ID chips\" (see Wikipedia article) are already being used (some will say \"being tested\") to help pet owners keep track of their pets. Wal-Mart and other retailers also use them to track expensive items, to help prevent shoplifting. And especially \"hi-tech\" firms demanding secrecy and security clearances even use them on employees! 

\n

Could Big Brother and The Rothchild's and The Federal Reserve Banks and The U.N. (collectively, \"The New World Order\") one day very soon use all of this to both track you physically, and to observe or control your money supply? 

\n

Absolutely!

\n

It's no stretch at all to imagine combining RFID technology with UPC Bar Codes - and then connecting it all to your bank account via the Internet (or the Blockchain!) - to fulfill the Bible prophecy about the mark of the beast happening in the near future, or in our lifetimes.

\n

Folks I am no stranger to this belief. I first penned the words myself way back in 1997 (in my original webpage and book \"Come Sail Away : UFO Phenomenon & The Bible\"- << Amazon link to 2105 version) in the section I titled \"Genesis 6 to 666\"

\n

\"To understand how the world\u2019s entire economy could be tied into a mark on one\u2019s flesh would be a completely unimaginable miracle - a near impossibility - inconceivable to most Christians throughout the ages. This has left some events of the book of Revelation a little hard to piece together into a believable probability, much less an immediate future.
\n
\n\"In order to accomplish such an incredible thing, you\u2019d have to have some way to access a person\u2019s bank account from anywhere in the known world; all financial institutions would have to have some way of talking to each other through some sort of, of, machinated \"net,\" or a \"web,\" or something; you\u2019d have to come up with some sort of mark, or magnetic strip, or some \"barred code\" that some futuristic \"scanner\" could read; surgical or laser-tattoo technology capable of implanting it, and a \"personal secret code\" so that no one could ever rob you in this \"cashless society.\" Any-time machinery, for financial transactions, would have to be everywhere. Everyone would have to be assigned a separate number at birth. These \"scanner devices\" would have to be in every grocery, hardware, department and convenience store, and every product would have to be marked with this computerized bar-code\u2026
\n
\n\"Yup, you\u2019d need all that\u2026
\n
\n\"Get that in place and you\u2019re ready to go...\" 

\n


\n(Original 1997 cover, now out of print - 2015 version available on Amazon here)

\n

So getting to my main point - finally...

\n

YES. All kinds of technological advances from the past 30 years and more could and probably WILL - imho - be used to make the Mark of the Beast possible... call me a paranoid religious nut if you like, I do firmly believe that such is coming.

\n

The Internet itself, for example, connects and brings the whole world online. But if you're using it to read this, now, you are perhaps already hooked, and have no room to talk about Steem or digital currencies being the pre-cursors to the mark of the beast. Because everything you're already using is also...

\n

The magnetic strips on the back of the debit and credit cards you've (most likely) been using for years and years. Online banking... Bar Code technology in grocery stores that you apparently don't have the religious conviction to oppose not abstain from ... retinal scanners, or fingerprint security features in your smartphone...

\n

See what I mean? 

\n

If you are not a practicing Amish person - or you use only \"true money\" (Gold and Silver) to barter and to trade for goods and services when you need them (or farm and grow your own food, to ensure that you don't) - then there are already DOZENS of aspects of your everyday life that you have accepted and routinely utilize that have already in fact brought YOU \"one step closer to the mark of the beast.\"

\n

YES - these \"new-fangled concepts\" like Steem Dollars, Bitcoin, and Digital Currencies are perhaps OBVIOUS steps moving us all FURTHER along that path to one-world government under antichrist...

\n

(EXCEPT IT MUST BE NOTED in this article for you newbies to the concept, that TO-DATE, popular digital currencies (Steem, Bitcoin, Etherium, etc, etc) are actually intended AND ARE CURRENTLY BEING USED to help users MOVE AWAY from immoral government spying networks, and away from evil centralized banking platforms, putting \"the power in the hands of the people\" - for awhile at least. 

\n

So technically, by joining Steemit and adopting Steem as currency, you are fighting the underpinings of the Satanic One-World government that is forming all around us. You are actually, literally, restraining The Beast from his march to power! For awhile anyways...

\n

So there.)  

\n

But yes, I would affirm that some form of digital currency in general could and possibly will be used by the evil-antichrist-oneworldgovernment-rothschilds-federalreserve-warmongeringtotalitarian New World Order yet to arise under the real antichrist when he appears.

\n

In fact, it was seeing this article today published by The Coin Telegraph 

\n


\n4 Reasons Why Your Nation Will Kill Cash For A Digital Currency

\n

that inspired me to drop everything and write this particular article. 

\n

The Coin Telegraph wonderfully details how national interests (Satanic, New World Order interests, for our purposes here) probably will in fact adopt a digital currency of their own in the coming years. I can totally see THEIR VERSION of a global digital currency exchange being the near-final step in implementing the true Mark of the Beast, when (but not until) The Antichrist is revealed.

\n

But Steem/Steemit just isn't it. Today's free market digital currencies - if anything - are the \"gum in the works - fly in the ointment - monkey wrench in the machine\" to the eventual true Mark of the Beast, now that I think about it. Today's digital currencies actually serve to free us from the system that is now in place, by providing de-centralized mediums of currency (barter, exchange, etc) that serve as powerful alternatives to current banking structures, and chains.

\n

Governmental agencies (NWO ones or not) are actually in a scramble currently to figure out HOW to regulate, tax, and ultimately control the existing currencies. But neither they - not the devil - are behind them. 

\n

So my position is to say that unless you're either willing to become Amish today and forego ALL of the technologies I've detailed here (and electricity) then you've really nothing to fear from becoming an early adopter of Steem/Steemit. 

\n

The Bible clearly instructs and solemnly warns all to not accept the Mark of the Beast, when it finally comes in the form of a mark on your hand or forehead that cannot buy or sell without receiving. Abstaining from \"the steps\" has proven impractical, unavoidable (again, except to the Amish), and ultimately not directly commanded in scripture.
\n 
\n===============
\nTwo things in closing:
\n#1) Here's one more lengthy scripture-packed article on Biochips & TMOTB I'll recommend if you're unlearned about the whole topic...
\n#2) You may have noticed in this article that I'm an author in Roswell who deals with the topics of Aliens, UFOs, and The Bible. I have to date organized 7 conferences on that topic, and (after a 7 year hiatus) am putting together a new one for Summer 2017... please follow @ancientofdays for updates and tons of videos yet to come from past speakers and theologians who have participated, and will be again this year. 

\n

I bring all of this up in THIS article, only to announce here that:

\n

My non-profit \"Roswell Mission\" will be accepting Steem for conference registrations (follow for details) and that
\nUP-FRONT VIP SEATING goes to those who pay VIA STEEMIT!

\n", + "category": "money", + "children": 2, + "created": "2016-09-15T18:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://dc95wa4w5yhv.cloudfront.net/image-cache/the-mark-of-the-beast_640_426_80_c1.jpg", + "https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-0/s526x395/14358900_10154412654816605_8330352735442203600_n.jpg?oh=e2a53091d31ad716798686aec3f7bef0&oe=586CF056", + "http://www.whatdoesitmean.com/wmb2.jpg", + "http://www.whatdoesitmean.com/wmb3.jpg", + "http://www.whatdoesitmean.com/wmb4.jpg", + "http://www.alienstranger.com/seekye1//CSAcover.jpg", + "https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zYjkxMjBiMjg3YTRmZDJjZjE5MTcyZDk0ZDBhOGQzOC5qcGc=.jpg" + ], + "links": [ + "http://lifehopeandtruth.com/prophecy/revelation/mark-of-the-beast/", + "http://www.AlienStranger.com", + "http://www.ancientsofdays.net", + "https://www.biblegateway.com/passage/?search=Revelation+13&version=KJV", + "https://cointelegraph.com/news/4-reasons-why-your-nation-will-kill-cash-for-a-digital-currency", + "http://www.evangelicaloutreach.org/markbeast.htm", + "http://www.whatdoesitmean.com/index1392.htm", + "https://en.wikipedia.org/wiki/Radio-frequency_identification", + "http://amzn.to/1Ueug63", + "http://www.av1611.org/666/biochip.html", + "https://steemit.com/steemitabuse/@ancientofdays/credibility-matters-on-steemit-therefore-i-wish-to-offer-some-proof-photos-of-my-non-profit-status-and-intent-here" + ], + "tags": [ + "money", + "religion", + "steem", + "beyondbitcoin", + "christianity" + ], + "users": [ + "roswellrockman", + "ancientofdays" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25365523997, + "payout": 0.005, + "payout_at": "2016-09-22T18:57:12", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast", + "post_id": 1257388, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Are Steem, Bitcoin, etc.. Obvious Pre-cursors to The Mark of the Beast?", + "updated": "2016-09-15T19:41:12", + "url": "/money/@ancientofdays/are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast" + }, + { + "active_votes": [ + { + "rshares": 20478824991, + "voter": "keithwillshine" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 123221500, + "voter": "ola1" + } + ], + "author": "keithwillshine", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.79, + "beneficiaries": [], + "blacklists": [], + "body": "This video shows how we are all connected through the common thread that binds us... We are all energy, we are all chemicals. Love binds us! Great job Tiesto and Don Diablo.\n\nhttps://www.youtube.com/watch?v=Cbvqv19Nf0E\n\n I am sad I didnt go see Tiesto in my area this past weekend, but I am seeing a Dj that is much more, well ME! (Can't wait for Troyboi @ Toronto, in two days! Yesssss.)", + "category": "music", + "children": 0, + "created": "2016-09-15T18:55:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/Cbvqv19Nf0E/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=Cbvqv19Nf0E" + ], + "tags": [ + "music", + "spiritual", + "art", + "creativity", + "love" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20702173357, + "payout": 0.004, + "payout_at": "2016-09-22T18:55:51", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time", + "post_id": 1257371, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Cool new creative Music Video by Two of the Greatest Dj's/Producers of our current time!", + "updated": "2016-09-15T18:55:51", + "url": "/music/@keithwillshine/cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time" + }, + { + "active_votes": [ + { + "rshares": 225204295, + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.79, + "beneficiaries": [], + "blacklists": [], + "body": "", + "category": "tags", + "children": 0, + "created": "2016-09-15T18:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "tags", + "youtube", + "subscribe", + "video", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225204295, + "payout": 0.0, + "payout_at": "2016-09-22T18:54:24", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "32-random-questions-tag-or-mashiface", + "post_id": 1257352, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "32 Random Questions Tag | Mashiface", + "updated": "2016-09-15T18:54:24", + "url": "/tags/@mashatik87/32-random-questions-tag-or-mashiface" + }, + { + "active_votes": [ + { + "rshares": 21017552483, + "voter": "skapaneas" + }, + { + "rshares": -125177473, + "voter": "cheetah01" + }, + { + "rshares": -102169064, + "voter": "cheetah03" + }, + { + "rshares": -102168682, + "voter": "cheetah04" + }, + { + "rshares": -102161368, + "voter": "cheetah05" + }, + { + "rshares": -102159434, + "voter": "cheetah06" + }, + { + "rshares": -102108064, + "voter": "cheetah02" + }, + { + "rshares": -102085954, + "voter": "cheetah07" + }, + { + "rshares": 4242191670, + "voter": "steembeast" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 355619437, + "voter": "koskl" + }, + { + "rshares": 298372096, + "voter": "james1987" + } + ], + "author": "steembeast", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.47, + "beneficiaries": [], + "blacklists": [], + "body": "\n

         Let's say that it is time for your kid to mail an application to a college.

\n

You spent days writing an application and your kid's future depends on it.

\n

Would you use the Post Office to mail it or would you use a private company like FedEx.

\n

What it all boils down to is which one is the most effective and the most trustworthy.

\n

 

\n


\n

Lets analyse both sectors.

\n


\n

Private sector.

\n

Private sector companies are run by individuals like you and me or even board members of savvy businessmen etc and they always have one thing in mind,Profit.                                                                                                               In order for a private company to become and remain profitable they have to offer good prices,good products/services and stay ahead of the game.                                                                                                                        Very often more than one companies offer us the same products and in order to earn our precious $$$ they have to entice us,therefore offering lower prices.

\n


\n

Public sector.

\n

Public sector by not having profit as their main goal can end up going two roads.                                                         1st Offer great prices

\n

2nd Offer very bad product/service.

\n

Even though the funding of those public  companies is by our tax dollars those businesses usually burn money as if money is irrelevant .

\n


\n

           Dont get me wrong, government spending tax dollars on FD or PD is a perfect way to spend them since they are offering a much needed service.It's the specific fund allocation that the problems start from and the lack of accountability when money is spent in useless ways.

\n

One of the worst run public businesses is the Post Office which has tens of billions of debt therefore the tax payers money have to be used to save it.When perfectly good alternatives are out there WE DONT NEED P.O.

\n

          

\n

            Closing  Some businesses make sense to be in the public sector like the army or the police.But for less important services like mail or parking lots it makes more sense to by run by people who risk their own money and have in mind the customer satisfaction.

\n", + "category": "life", + "children": 2, + "created": "2016-09-15T18:54:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg" + ], + "tags": [ + "life", + "money", + "economics", + "government", + "taxdollars" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25399054013, + "payout": 0.005, + "payout_at": "2016-09-22T18:54:18", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "post_id": 1257350, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 13 + }, + "title": "Do you trust government companies? Explaining the private sector benefits.", + "updated": "2016-09-15T18:54:18", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits" + }, + { + "active_votes": [ + { + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 56055247, + "voter": "whoknows" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 2337017256, + "voter": "ayim" + } + ], + "author": "ayim", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.99, + "beneficiaries": [], + "blacklists": [], + "body": "
![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
\nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

The benefits of have a deep tissue massage:

\n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

Lacrosse ball

\n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
\nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

Foam roller

\n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
\nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

Theracane

\n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
\n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", + "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", + "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", + "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" + ], + "links": [ + "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", + "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", + "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" + ], + "tags": [ + "life", + "story", + "fitness", + "health", + "blog" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "payout": 1.845, + "payout_at": "2016-09-22T18:53:51", + "pending_payout_value": "1.845 HBD", + "percent_hbd": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 1257346, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Fixing Posture - Part 5: Massages", + "updated": "2016-09-15T18:57:33", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, + { + "active_votes": [ + { + "rshares": 4134640392195, + "voter": "riverhead" + }, + { + "rshares": 253514770855, + "voter": "lovejoy" + }, + { + "rshares": 1535071696382, + "voter": "joseph" + }, + { + "rshares": 8927535677, + "voter": "idol" + }, + { + "rshares": 1536625837, + "voter": "jocelyn" + }, + { + "rshares": 374437048490, + "voter": "craig-grant" + }, + { + "rshares": 29966325092, + "voter": "eeks" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "rshares": 172753954134, + "voter": "mummyimperfect" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 2003404389, + "voter": "error" + }, + { + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "rshares": 206092862903, + "voter": "alexc" + }, + { + "rshares": 192336700354, + "voter": "kimziv" + }, + { + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 240666456, + "voter": "tasman" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 33739229218, + "voter": "creemej" + }, + { + "rshares": 4195475503, + "voter": "poseidon" + }, + { + "rshares": 472134488, + "voter": "nin0000" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 31601214153, + "voter": "sisterholics" + }, + { + "rshares": 1117528556435, + "voter": "laonie" + }, + { + "rshares": 38642686402, + "voter": "myfirst" + }, + { + "rshares": 233320672689, + "voter": "somebody" + }, + { + "rshares": 8723640942, + "voter": "flysaga" + }, + { + "rshares": 833888549, + "voter": "gmurph" + }, + { + "rshares": 50110479436, + "voter": "midnightoil" + }, + { + "rshares": 128918653572, + "voter": "xiaohui" + }, + { + "rshares": 6306903180, + "voter": "elfkitchen" + }, + { + "rshares": 4030335230, + "voter": "xiaokongcom" + }, + { + "rshares": 8124462008, + "voter": "xianjun" + }, + { + "rshares": 546776422, + "voter": "microluck" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 17087288555, + "voter": "kommienezuspadt" + }, + { + "rshares": 3030462572, + "voter": "mikkolyytinen" + }, + { + "rshares": 271448835, + "voter": "anomaly" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "rshares": 796357358, + "voter": "zombiedoll" + }, + { + "rshares": 50820410, + "voter": "nazmood" + } + ], + "author": "kommienezuspadt", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.77, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

My entire life, I knew however things shook out, I\u2019d eventually be making comic books as a career. At 36, I\u2019m later to the party than I originally anticipated, but I\u2019ve had three decades to prepare for this! I remember as a kid, just being enamored with comic book art [\u2026and still am]. For years, I\u2019d draw these snake characters during class with my friend Neal. Just page after endless page of snakes killing each other. The kind of gratuitous fantasy violence that defines weirdos in high school.

\n

Eventually, photography took over my life, but I still read comics, thought about comics and drew comics when I managed to make time. A couple years ago I began stringing together a story for a comic called THEIA. A sci-fi conspiracy story rooted in the real world, based on actual science. I learned how to format full script for comics and graphic novels [\u2026you can read the finished THEIA script in my previous blog, \u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d]. This was a big divergence than my hack and slash snake comics with Neal [\u2026who\u2019s stories progressed with each turn of the page, like a Miyazaki film, but really horrible].

\n

\n

It was during the process of writing the first draft for THEIA that I realized all these years I\u2019ve been so drawn to comics, the real allure for me was story telling and character creation, even more than great art. I\u2019ve been creating comics my entire life, and thus, creating characters along the way. Once I began disciplining myself with taking writing more seriously, I discovered other helpful tools to aide in the creation process. I began taking  inventories, outlining in depth documentation of each characters lives, affiliations and personalities. 

\n

Character profiles are something I\u2019ve done for 20 years. I mimicked my favorite fantasy artists like Gerald Brom, Boris Vallejo and the one and only, Frank Frazetta. I\u2019d seen pencil sketches of their concept designs with monsters, heroes and heroines, and just did my best to emulate them. I used to draw the typical front, side, three-quarter and head sketches as a reference bible [\u2026granted, much easier when it was just snakes].

\n

\n

I\u2019ve been enjoying a renaissance of creativity since committing to doing comics full time, and character creation is where I spend most of my time. THEIA is still my priority as I have an active Patreon campaign and those pledging support are doing so for that particular title. I do, however, have two other stories I\u2019m developing which are currently knee deep in the character creation process. A Bukowski-esk pulp crime genre during the late 80\u2019s following a private investigator throughout his struggle with sobriety in Queens, NY.

\n

\n

The other is a dark ghost story taking place in the mid-1800\u2019s, surrounding a recently deceased, troubled soul that finds himself caught between the realm of the living, and the afterlife; unable to pass for fear of judgement after a life of heinous acts. The characters in this story were inspired by my most interesting friends, and obscure tales of macabre lore during the industrial revolution and the Southwestern US history.

\n

I wish I was further along in my pursuit of story telling, world building and character creation. I wish I had decades of experience to share here on Steemit. I don\u2019t want to come across like I\u2019m the authority on these complex, disciplined skills; I\u2019ve only been seriously absorbing the art for a couple of years. I imagine, however, there are quite a few new writers, artists and creators here, navigating their own discoveries and process. With that in mind, [and in the spirit of all the things that makes Steemit great for me personally] here a few techniques I use to further my writing and a few resources I\u2019ve found helpful in house, right here on Steemit.

\n

\u2022 Real-life Inspiration: As mentioned, take inspiration from people in life. Friends, or even family. Accentuate the personalities. Exaggerate the quirks or circumstances. For me personally, it\u2019s a big help to to have someone in mind when drawing, and developing a character.

\n

\u2022 Character Inventories: Write up an involved character inventory [\u2026sometimes called a character bible]. A reference of everything you can imagine that defines that character. Their ethnicity, background, where they were born, how old they are, where they went to college, their diet, etc. It\u2019s tedious if you\u2019re working on a character heavy story with a big \u201ccast\u201d, but it pays dividends. Once you have those inventories, you can stick characters in situations and the story literally writes itself. If you have a character that\u2019s a passionate vegan, you can immediately come up with dozens of possibilities if they were accidentally locked in a butcher\u2019s freezer. Same with politics, religious, social issues. It really unloads much of the burden of dreaming up a brilliant scene.

\n

\n

\u2022 Name Generators: Name generators are something I rely on quite a bit. There are many available online. They\u2019re usually free, and they\u2019re a great place to launch in to naming a character. Often times, once you have a name, more of the personality and background unfolds organically. www.seventhsanctum.com has an excellent list of name generators tailored specifically for several genres and character types.

\n

\u2022 Research: This is one of those things that seems obvious, but I challenge you to go deeper. For my ghost story, I started researching life in the mid-1800\u2019s in the Southwest and Dust Bowl of the United States. As I dug through historical sites, I found some of the events of that time. A few hours in, I read about droughts and plagues, which would have been rich content for a story, but going even deeper, I read about these crazy grasshopper plagues! Even deeper, I found accounts of specific families and individuals that described enormous clouds of locusts that swept through their homes and ate everything, including the clothes off their bodies! I encourage you to obsessively push through references, way past where most people would get their first idea and start writing. Beyond that is where you\u2019re going to unearth something truly unique and memorable. I\u2019ve already written a treatment for this epic locust plague in my ghost story [\u2026sort of nervous about what that\u2019s going to be like to draw, though].

\n

\u2022 Don\u2019t Lose The Magic: For me, the magic happens in the moments before I fall asleep. Without fail, that\u2019s where I get my best, originally ideas. Sometimes it\u2019s just a small line a dialog. Other times it\u2019s as vague as a plot point. It\u2019s a tough discipline to wake yourself up and write it down, but that [\u2026for me] is where the magic happens. It\u2019s invaluable, and worth the trouble of having to fall back asleep. I jot things down in the Notes app of my phone. I have some friends that just wake up and make audio recordings. You might get your best ideas during different times. Sometimes I have brilliant moments on long drives. Either way, document it! You\u2019ll be glad you did.

\n

Honestly, Steemit has been a revolution for me as well. Since the platform is incentivized, there is a tremendous wealth of references on writing, drawing, how-to\u2019s. Beyond that, I spent much of my time reading and curating novels and short stories posted by the authors bringing their work to the site. Just this morning, I found a comprehensive article by @jamielefay titled \u201cSteemit and the future of book publishing\u201d. Everything here, totally relevant if you\u2019re creating comics or graphic novels.

\n

\n

Keep writing, creating and sharing! More work from my comic, THIEA, and other stories to come. I\u2019d love feedback and constructive criticism.

\n

I post daily. Follow me @kommienezuspadt so you don\u2019t miss a post.

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T18:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0104.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0105.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0106.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate004.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0107.jpg", + "http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate011.jpg" + ], + "links": [ + "www.theiacomic.com", + "https://steemit.com/writing/@kommienezuspadt/full-script-of-theia-sci-fi-comic-book-theia-exclusively-on-steemit", + "www.seventhsanctum.com", + "https://steemit.com/steemit/@jamielefay/steemit-and-the-future-of-book-publishing", + "https://steemit.com/@kommienezuspadt" + ], + "tags": [ + "art", + "writing", + "story", + "blog", + "comic" + ], + "users": [ + "jamielefay" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9343647949820, + "payout": 6.848, + "payout_at": "2016-09-22T18:53:42", + "pending_payout_value": "6.848 HBD", + "percent_hbd": 10000, + "permlink": "bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators", + "post_id": 1257344, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 49 + }, + "title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "updated": "2016-09-15T19:11:12", + "url": "/art/@kommienezuspadt/bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators" + }, + { + "active_votes": [ + { + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/JlnMXnpLuPU

\n", + "category": "te", + "children": 0, + "created": "2016-09-15T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/JlnMXnpLuPU/0.jpg" + ], + "links": [ + "https://youtu.be/JlnMXnpLuPU" + ], + "tags": [ + "", + "steemit", + "te" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2097751374, + "payout": 0.0, + "payout_at": "2016-09-22T18:52:48", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-led-tittle-video", + "post_id": 1257332, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Steemit Led Tittle Video", + "updated": "2016-09-15T18:53:39", + "url": "/te/@jackgallenhall/steemit-led-tittle-video" + }, + { + "active_votes": [ + { + "rshares": 393761539, + "voter": "applecrisp" + }, + { + "rshares": 14757696670, + "voter": "felixxx" + }, + { + "rshares": 38316523646, + "voter": "twinner" + }, + { + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 152236495, + "voter": "knight-angel" + }, + { + "rshares": 73937406, + "voter": "ola1" + }, + { + "rshares": 3983913956, + "voter": "michelle.gent" + }, + { + "rshares": 124085673, + "voter": "bleujay" + }, + { + "rshares": 519265850, + "voter": "doubledex" + } + ], + "author": "stephenkendal", + "author_payout_value": "0.000 HBD", + "author_reputation": 46.21, + "beneficiaries": [], + "blacklists": [], + "body": "\n

STEEM FEST uk

\n

https://steemimg.com/images/2016/09/15/SteemFestUKe399a.png

\n

I have been on STEEMIT now for a few weeks.

\n

I totally get the vision and where this is potentially going to go.

\n

As a newbie forgive me while I get up to speed with all the veterans on here.

\n

STEEM FEST uk. Has this been done yet? If it hasn't would there be anyone interested. I would be happy to arrange something appropriate to the response.

\n

Thanks for reading and feel free to share.

\n

Stephen

\n", + "category": "steemit", + "children": 6, + "created": "2016-09-15T18:52:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemimg.com/images/2016/09/15/SteemFestUKe399a.png" + ], + "tags": [ + "steemit", + "fest", + "uk", + "blockchain", + "event" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58639860297, + "payout": 0.013, + "payout_at": "2016-09-22T18:52:30", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested", + "post_id": 1257328, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "STEEM FEST uk. Has this been done yet? If not anyone interested?", + "updated": "2016-09-15T18:52:30", + "url": "/steemit/@stephenkendal/steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested" + }, + { + "active_votes": [ + { + "rshares": 4134640392195, + "voter": "riverhead" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "rshares": 232757631, + "voter": "sergey44" + }, + { + "rshares": 275446808, + "voter": "cris.emilia" + }, + { + "rshares": 1335239332, + "voter": "future24" + }, + { + "rshares": 191761463, + "voter": "abnerpasquini" + }, + { + "rshares": 83629379486, + "voter": "serejandmyself" + }, + { + "rshares": 163701239, + "voter": "steemit-recipes" + }, + { + "rshares": 17024381094, + "voter": "bluehorseshoe" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 6654826634, + "voter": "dresden" + } + ], + "author": "gustavopasquini", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.39, + "beneficiaries": [], + "blacklists": [], + "body": "https://gustavopasquini.files.wordpress.com/2016/09/untitled-design-24.png?w=1000\n\n> ### Traditional Brazilian Desserte to bring exquisite recipes to your fine dining table for special ocacsions.\n\n# INGREDIENTS\n\n> 2 bananas\n\n> 1 tablespoon melted margarine soup\n\n> 1/2 teaspoon brown sugar soup\n\n> 1/2 teaspoon ground cinnamon tea\n\n> 8 sheets of pasta for pastel\n\n> frying oil\n\n\n# PREPARATION\n\n### 1. Cut the banana into slices .\n\n### 2. in a bowl, mix with margarine, sugar and cinnamon .\n\n### 3. divide that filling in pastel masses and close with a fork .\n\n### 4. fry in hot oil, drain on absorbent paper and serve .\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\nhttps://img1.steemit.com/0x0/http://gustavopasquini.com/wp-content/uploads/2016/07/2-1.png\n\n# About Me\n\n### In 2012 I began my cooking journey in Brasil and studied at \u201cSenac, Juiz de Fora\u201d, in Minas Gerais, developing my basic culinary techniques.\n\n### Later I worked in a local restaurant, and rose to a role in management, helping to increase the clientele base. I then discovered a refined bistro called \u201cAssunta\u201d in Minas Gerais and cooked as a Chef de parti. In this place I became sure of what I wanted for my life. Learning an important chef\u2019s culinary art at that time aroused my desire to live abroad; learn English and improve my culinary techniques.\n\n### Following this experience I traveled to Ireland in Europe and began working in an Irish restaurant as a Kitchen Porter and later working as a Chef de Parti.\n\n### Having met my girlfriend, I embarked on the third part of journey to Thailand in 2014 where I gained an Asian cooking experience and improved my International culinary techniques. In Bangkok I had the privilege of undertaking a course in one of the most prestigious international networks of French cuisine; \u201cLe Cordon Bleu\u201d.\n\n### Having completed the Advanced cooking level there I traveled to Italy and learnt more about Mediterranean cooking and then returned to Brasil, where I\u2019m now based.\n\nhttps://img1.steemit.com/0x0/https://gustavopasquini.files.wordpress.com/2016/01/logo_transparent.png?w=465\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\n> ### [ Chef Recipes Site ](https://gustavopasquini.com)\n\n> ### [ Chef Recipes Shop ](https://gustavopasquini-shop.com)\n\n> ### [Blog Post ](https://gustavopasquini.wordpress.com/2016/09/15/pastel-of-banana-with-chocolate/)\n\n> ### [Recipe Site ](http://www.tudogostoso.com.br/receita/1660-pastel-de-banana.html)\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------", + "category": "food", + "children": 4, + "created": "2016-09-15T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://gustavopasquini.files.wordpress.com/2016/09/untitled-design-24.png?w=1000", + "https://img1.steemit.com/0x0/http://gustavopasquini.com/wp-content/uploads/2016/07/2-1.png", + "https://img1.steemit.com/0x0/https://gustavopasquini.files.wordpress.com/2016/01/logo_transparent.png?w=465" + ], + "links": [ + "https://gustavopasquini.com", + "https://gustavopasquini-shop.com", + "https://gustavopasquini.wordpress.com/2016/09/15/pastel-of-banana-with-chocolate/", + "http://www.tudogostoso.com.br/receita/1660-pastel-de-banana.html" + ], + "tags": [ + "food", + "health", + "recipes", + "curie", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4251375630921, + "payout": 1.927, + "payout_at": "2016-09-22T18:52:15", + "pending_payout_value": "1.927 HBD", + "percent_hbd": 10000, + "permlink": "pastel-of-banana-with-chocolate", + "post_id": 1257325, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "Pastel of Banana with Chocolate", + "updated": "2016-09-15T18:52:57", + "url": "/food/@gustavopasquini/pastel-of-banana-with-chocolate" + }, + { + "active_votes": [ + { + "rshares": 3448954519, + "voter": "sulev" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 366434912, + "voter": "lloyddavis" + }, + { + "rshares": 3701396319, + "voter": "lscottphotos" + } + ], + "author": "lscottphotos", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.58, + "beneficiaries": [], + "blacklists": [], + "body": "Every photographer has some pretty bad pictures... you know, those ones that you'd never show a soul but somehow they are still floating around on your hard drive without ever being deleted? Yeah, I'm looking at you blurry candids. Sometimes, these pictures may not be the most beautiful but they show the most character and emotion. While San Fran was stunning and the pretty pictures make me happy, those awful ones bring a bigger smile to my face.\n\nExhibit A: My brother stealing my camera and taking some awful selfies.\nhttps://www.steemimg.com/images/2016/09/15/IMG_3151ed0d4.jpg\n\nMy unsuccessful attempt at getting my camera back. \nhttps://www.steemimg.com/images/2016/09/15/IMG_316477dc6.jpg\n\nMy father checking out some suspicious claw marks during our hike. Excuse me while I pee my pants.\nhttps://www.steemimg.com/images/2016/09/15/IMG_30259e677.jpg\n\nMy mother unable to stand still for 5 seconds to take a nice photo.\nhttps://www.steemimg.com/images/2016/09/15/IMG_2716b81d5.jpg\n\nThe baby rattlesnake that I would rather stay far away from than get a good closeup.\nhttps://www.steemimg.com/images/2016/09/15/IMG_3140f9ea1.jpg\n\nAnd my brother crawling INTO a tree in the RedWood forests...\nhttps://www.steemimg.com/images/2016/09/15/IMG_2912437d1.jpg\nI was kinda hoping he'd get stuck. I'd have laughed ;)\n\nDo you have any great pictures that make you smile, no matter how blurry or silly? \nUpvote if you do ;) and if you liked my pics!\n\nThanks for the support!\nlscottphotos", + "category": "photography", + "children": 0, + "created": "2016-09-15T18:50:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/IMG_3151ed0d4.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_316477dc6.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_30259e677.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_2716b81d5.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_3140f9ea1.jpg", + "https://www.steemimg.com/images/2016/09/15/IMG_2912437d1.jpg" + ], + "tags": [ + "photography", + "travel", + "life", + "beauty", + "family" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7615362950, + "payout": 0.001, + "payout_at": "2016-09-22T18:50:36", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos", + "post_id": 1257305, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 3 - Bad&Blurred (6 Original Photos)", + "updated": "2016-09-15T18:50:36", + "url": "/photography/@lscottphotos/lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos" + }, + { + "active_votes": [ + { + "rshares": 13342307926, + "voter": "valtr" + }, + { + "rshares": 834466391, + "voter": "inferno" + }, + { + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "rshares": 50193769, + "voter": "f1111111" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://youtu.be/a93c9Jd4lPs

\n", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/a93c9Jd4lPs/0.jpg" + ], + "links": [ + "https://youtu.be/a93c9Jd4lPs" + ], + "tags": [ + "steemit", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19425245155, + "payout": 0.004, + "payout_at": "2016-09-22T18:47:24", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "steemit-floral-video", + "post_id": 1257270, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "steemit floral video", + "updated": "2016-09-15T18:47:24", + "url": "/steemit/@jackgallenhall/steemit-floral-video" + }, + { + "active_votes": [ + { + "rshares": 229708381, + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.79, + "beneficiaries": [], + "blacklists": [], + "body": "", + "category": "haul", + "children": 0, + "created": "2016-09-15T18:46:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "haul", + "colon", + "shampoo", + "clothing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 229708381, + "payout": 0.0, + "payout_at": "2016-09-22T18:46:09", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash", + "post_id": 1257256, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Stuff Haul | colon cleanse, laundry basket, dry shampoo, clothing \u2026 more | Mash", + "updated": "2016-09-15T18:46:09", + "url": "/haul/@mashatik87/stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash" + }, + { + "active_votes": [ + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 201736965, + "voter": "blend" + }, + { + "rshares": 154681498, + "voter": "ekremi12" + }, + { + "rshares": 150319355, + "voter": "denise12" + } + ], + "author": "ekremi12", + "author_payout_value": "0.000 HBD", + "author_reputation": 16.24, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

 The human body is a complex and ever-changing thing. Female bodies, in particular, undergo changes throughout the entire span of a woman\u2019s life. From puberty, to pregnancy, to menopause, female hormones can change on a dime, altering the physical and emotional state of a woman instantly.But sometimes, these changes can result in more extreme  than you would experience with typical bodily phases. PCOS is one of those conditions.Polycystic ovary syndrome, or PCOS, is an endocrine condition caused by elevated levels of androgens, or male hormones, in a woman\u2019s body. The most common symptom of PCOS, one that women everywhere struggle with, is thick .Women with PCOS will experience various degrees of facial hair, or occasionally the condition will reveal itself as adult acne. No matter the physical result, experiencing these changes without knowing much about the condition can be a scary thing. Embarrassing, even, as there are so many social stigmas revolving around what women should and should not look like.If you suspect you may have PCOS, we encourage you to contact your primary care doctor immediately for an evaluation. In the meantime, read on to learn about the symptoms and treatment methods for this common condition.

\n

What Is PCOS?

\n

Researchers have discovered that the elevated levels of androgens that ultimately cause PCOS are caused by both genetic and environmental factors. The condition has a wide range of symptoms and levels of severity, oftentimes making it difficult to diagnose.Current research suggests it may be linked to insulin, as studies have found PCOS linked to women with higher insulin levels. PCOS is also a risk factor for diabetes, , high blood pressure, sleep apnea, and some .While PCOS can be a difficult condition to handle in day-to-day life, women who live with the condition are certainly not in a minority. About 20 percent of women worldwide between the ages of 18 and 44 struggle with the symptoms of PCOS, making this one of the most common hormonal conditions in the world. In the U.S. alone, over 200,000 new cases of PCOS are brought to light each year.

\n

What Are The Symptoms?

\n

Body hair may be the most well-known symptom of PCOS, but there are so many layers to this condition. If you\u2019ve been noticing excessive weight gain, mood swings, or sudden acne, you may be observing signs of PCOS without even realizing it.

\n

1. Abundant Body Hair

\n

\n

 The most common symptom of the condition is . This body hair will vary woman to woman; some ladies will get hair that\u2019s thicker or more fine than others.Location of the hair varies as well. While facial hair is common with PCOS, chest, stomach, and arm hair are also just as likely to grow, depending on the individual and how severe the PCOS is.

\n

2. Irregular Periods

\n

If your menstruation cycle seems off \u2013 if you\u2019re spotting all month long or you\u2019ll spot two days every week and that\u2019s it \u2013 don\u2019t just blame it on your birth control. PCOS is a hormonal disorder, so a woman\u2019s most prevalent hormonal cycle (menstruation) WILL be thrown off if PCOS is present in the body.Again, this varies woman to woman. Some women will see their periods stop all together, while others will get heavier and more extreme. Some women will even experience a painful cramping in their pelvis rather than a irregular period cycle.

\n

3. Weight Gain

\n

PCOS does affect your metabolism, so sudden weight gain is another giveaway of the condition. This gain is usually seen in the midsection and is linked to insulin levels; as mentioned, people with PCOS have higher insulin levels and are more likely to have Type II diabetes, which will also encourage weight gain.It is possible to lose weight with PCOS, as long as you understand what herbs, foods, and exercises will help you best!

\n

 If you thought your  were back in 10th grade, but you\u2019re finding yourself suddenly breaking out, this could be because of PCOS.This happens because hormone levels in the body have spiked and oil production has been increased on the skin, causing . This is essentially what happens right before you get your period (more hormones = more oil = more acne), but far more severe in nature.This increased oil production also tends to affect the scalp in people with PCOS, causing intense.

\n

5. Anxiety or Depression

\n

Because PCOS is a hormonal condition, your mood and mental well-being are affected, too. Like any woman with PMS can tell you, swinging hormones will do a number on your mood and your self-esteem. So with severe hormone imbalances, like with PCOS, women are more likely to be suffering from anxiety, stress, irritation, and depression.What\u2019s more, because the symptoms of PCOS have such a negative connotation with femininity, women with this condition are often wrestling with their perception of themselves and feeling serious emotional strain or pressure.

\n

6. Incontinence

\n

\n

 PCOS prevents the body from ovulating regularly, or sometimes from ovulating at all. For this reason, PCOS is one of the most common fertility issues in the world, preventing many women with the condition from having children.The follicles that normally release an egg from the ovary never mature due to lack of hormone, and so the eggs remain in the ovary, unable to be fertilized. Pregnancy is possible with PCOS, but extra fertility treatments may be required. 

\n

How Is PCOS Treated?

\n

Unfortunately, there is no cure for PCOS. However, there are treatments to help women subdue symptoms or cope with the condition. If you\u2019re experiencing any of the symptoms listed above, you may want to explore the follow options for treatment of PCOS.

\n

1. Try Magnesium

\n

\n

 This mineral is often helped to keep blood pressure regular, but it also helps to keep hormones in check.Studies have found that women with PCOS are lacking this mineral, so absorbing it by taking supplements (like ), taking , or using   may help to regulate hormones and reduce the effects of PCOS.

\n

2. Consult a Aesthetician

\n

As we all know (mainly because we\u2019re bombarded by their advertisements), there are many ways to or manually remove body hair. If you\u2019re looking to limit or remove your body hair, weigh the pros and cons of , waxing, creams and bleaches, laser removal, and electrolysis.Just know, that you will most likely need to keep up with whatever treatment you choose. Even laser removal (which usually stops follicles from producing hair all together) has been proven unsuccessful for many people with PCOS.Another option is to grow your hair out and own it! , an amazing role model for women living with PCOS, chose to grow out her bread after 39 years of hiding her body hair. She now flaunts her new look on Instagram and feels truly empowered by her choice.Bottom line: forget what other people have to say, the choice of what you do with your body hair is truly yours.

\n

3. Exercise More

\n

PCOS will be negatively affecting your metabolism and causing weight gain, as we covered above. So the best way to fight back and regulate your metabolism?  HARD.If you have PCOS, you should try a 15-30 workout every day at high intensity \u2013 meaning you should break a sweat within the first few minutes. You may also want to try resistance training to further impact your metabolism.Consult your doctor first to see where you should begin exercising based on your fitness level.

\n

4. Change Your Diet

\n

\n

 Certain foods will raise hormone and insulin levels, only aggravating your symptoms further. So the best change to make first and foremost is a dietary one.For managing insulin levels, look for low-glycemic foods and eat plenty of leafy greens, fresh fruits, lean meats, and  Avoid processed foods, dairy, and soy products, all of which can cause spikes in insulin levels and worsen symptoms.

\n

5. Talk to a Therapist

\n

If you\u2019re living with PCOS, you not only are experiencing a lot of dramatic hormonal shifts, but you\u2019re also struggling with how society views you. You may feel ashamed, unattractive, or out of control, feelings which will only heighten your anxiety or depression.Seek professional counseling if you\u2019re feeling overwhelmed. They will act as a positive outlet to express your frustrations and help you learn how to cope with life\u2019s daily challenges.

\n

6. Talk to Your Doctor

\n

Finally, talking to your doctor is always a good thing. Your physician can not only confirm if your symptoms are PCOS, but they may be able to offer you a medical treatment to the condition, too.As we said, there is no cure for PCOS, but there are medicines you can take to help keep your hormones level and reduce symptoms. Talk to your doctor about finding the right medication for you. As with all things, make sure you consult your doctor before trying any treatments for PCOS. Just because you think the symptoms line up with your experience, doesn\u2019t necessarily mean PCOS is the underlying issue! 

\n

  source >tiphero.com//lifestyle  

\n", + "category": "health", + "children": 2, + "created": "2016-09-15T18:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1.wp.com/tiphero.com/wp-content/uploads/2016/08/PCOS-Information-e1470329659193.jpg?zoom=2&resize=780%2C364", + "http://i1.wp.com/tiphero.com/wp-content/uploads/2015/05/facial.jpg?w=750", + "http://i0.wp.com/tiphero.com/wp-content/uploads/2016/05/GirlWithAcneforList.jpg?w=750", + "http://i2.wp.com/tiphero.com/wp-content/uploads/2016/08/Ovary-Diagram.gif?resize=640%2C394", + "http://i0.wp.com/tiphero.com/wp-content/uploads/2015/04/Dollarphotoclub_59846549-e1428596118670.jpg?w=750", + "http://i1.wp.com/tiphero.com/wp-content/uploads/2016/01/Salmon-Edited.jpg?w=750" + ], + "tags": [ + "health", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3707390379, + "payout": 0.0, + "payout_at": "2016-09-22T18:46:00", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "here-s-what-all-women-need-to-know-about-pcos", + "post_id": 1257255, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Here\u2019s What All Women Need to Know About PCOS", + "updated": "2016-09-15T18:46:00", + "url": "/health/@ekremi12/here-s-what-all-women-need-to-know-about-pcos" + }, + { + "active_votes": [ + { + "rshares": 12523260993360, + "voter": "smooth" + }, + { + "rshares": 2377105047841, + "voter": "smooth.witness" + }, + { + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "rshares": 41161390898, + "voter": "unosuke" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061303487, + "voter": "murh" + }, + { + "rshares": 579494558, + "voter": "kodi" + }, + { + "rshares": 210512019921, + "voter": "will-zewe" + }, + { + "rshares": 85402720456, + "voter": "herzmeister" + }, + { + "rshares": 37088193309, + "voter": "everythink" + }, + { + "rshares": 4551729239, + "voter": "alexft" + }, + { + "rshares": 1609525039, + "voter": "gidlark" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 42836399572, + "voter": "halo" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "rshares": 1959134133, + "voter": "earnest" + }, + { + "rshares": 5068724760, + "voter": "beanz" + }, + { + "rshares": 18607156497, + "voter": "timelapse" + }, + { + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 13841342477, + "voter": "telos" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 2923037366, + "voter": "netaterra" + }, + { + "rshares": 720031052, + "voter": "freeinthought" + }, + { + "rshares": 195329269, + "voter": "chadcrypto" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 6368823978, + "voter": "orcish" + }, + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 4259089046, + "voter": "dresden" + } + ], + "author": "halo", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.83, + "beneficiaries": [], + "blacklists": [], + "body": "http://i1266.photobucket.com/albums/jj537/steemitgirlhalo/1e_zpszfkcfjtn.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/4e_zpsqprjeml3.jpg\n\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/2e_zps4liuaqhp.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/6e_zpshjwzv5b4.jpg\n\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/3e_zpstiifeqjc.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/5e_zpserzptebm.jpg", + "category": "halo", + "children": 13, + "created": "2016-09-15T18:45:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1266.photobucket.com/albums/jj537/steemitgirlhalo/1e_zpszfkcfjtn.jpg", + "http://i1266.photobucket.com/albums/jj537/steemitgirlhalo/2e_zps4liuaqhp.jpg", + "http://i1266.photobucket.com/albums/jj537/steemitgirlhalo/3e_zpstiifeqjc.jpg" + ], + "tags": [ + "halo", + "photography", + "photos", + "steemitgirls", + "girls" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15463146900495, + "payout": 16.476, + "payout_at": "2016-09-22T18:45:15", + "pending_payout_value": "16.476 HBD", + "percent_hbd": 10000, + "permlink": "steemit-girl-halo-beautiful-day", + "post_id": 1257246, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 30 + }, + "title": "STEEMIT GIRL HALO \u2661 Beautiful Day", + "updated": "2016-09-15T18:46:27", + "url": "/halo/@halo/steemit-girl-halo-beautiful-day" + }, + { + "active_votes": [ + { + "rshares": 231815339768, + "voter": "anonymous" + }, + { + "rshares": 39228026877320, + "voter": "blocktrades" + }, + { + "rshares": 1937028254, + "voter": "jackgallenhall" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 150728858, + "voter": "alexandrapop" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Watching this video and Enjoy.....

\n

https://youtu.be/tP1qbGrMDt8

\n", + "category": "paper", + "children": 0, + "created": "2016-09-15T18:42:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/tP1qbGrMDt8/0.jpg" + ], + "links": [ + "https://youtu.be/tP1qbGrMDt8" + ], + "tags": [ + "paper", + "flowers" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39465229203961, + "payout": 94.307, + "payout_at": "2016-09-22T18:42:18", + "pending_payout_value": "94.307 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-paper-flowers", + "post_id": 1257217, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "How to make Paper Flowers", + "updated": "2016-09-15T18:42:18", + "url": "/paper/@jackgallenhall/how-to-make-paper-flowers" + }, + { + "active_votes": [ + { + "rshares": 20478824991, + "voter": "keithwillshine" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "keithwillshine", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.79, + "beneficiaries": [], + "blacklists": [], + "body": "lately due to a bar set too high. Waiting until the perfect circumstances, and written work/studying. The truth is I already have lots to offer people like the newer members on here. I would like to share with any newcomers, that we do not need to write a mastermind post. I think many people have writers block along with myself. I came on the site today for the first time in over a week. I was not planning on writing much, but once I got some intuition, I acted on it, and have come up with what follows, mainly for newer users, like minnows, but can also offer something to the small fish, and even dolphins. If a Whale dares to read on, I give them much respect and am surprised as well as proud that the Whales are not all full of a big ego, due to all of the minnows they eat.\n\n![helpmecreate3efe9.jpg](https://www.steemimg.com/images/2016/09/14/helpmecreate3efe9.jpg)\n\n>**\"Writers block comes from wanting to be perfect, and not creating, not using your skills until you find the perfect words. This inevitably leads to one losing their skills, and learning to be good at procrastination\".** -keithwillshine\n\nA post does not need to be like the top trending.... There is no right and wrong. I feel like some whales have scared off a lot of minnows. The high numbers in a Whales wallet can be very discouraging, but we do not need to be them. We are our own creator, our own individual personalities and traits, along with our life's lessons and past wisdom that we can offer. As long as we offer our knowledge, small or large. We all have something to offer, and there is always someone who can be lifted up, or reminded by our words. People who can, or choose not to learn, or gain higher perspective from our personal stories and Ideas will not read your post, so you are really helping and not taking away from the internet by releasing your personal ideas and stories. \n\n![walletsteem50196.jpg](https://www.steemimg.com/images/2016/09/14/walletsteem50196.jpg)\n\nWe can post when we feel the urge, do not worry about perfection (When I do this I tend to not finish due to getting distracted, and losing the motivation). Post when the Idea is fresh, do not procrastinate, and once you put yourr fingers to the keyboard, you will be surprised on the words and Ideas that flow through you. This is what the whales have mastered.... Acting on intuitions, Impulses, and sharing what they are thinking. Sharing what they have learned, and over time, They become good, just like with anything, if you keep at it, and do not limit yourself, you will become a 'Master Blogger' or 'Whale' in no time at all.\n\n\nBefore long, you will gain a sense of confidence and self worth. The lack of this is what keeps you in the cycle of failure. I myself have a real issue with this. I find myself starting something with a lot of confidence, and motivation, and can feel the joy that drives me to create. Then before long, We find roadblocks that halt our progress and success. These are the tests, and/or tension that are needed to learn and grow. Just as a seed needs the dirt to push through to give it growth and strength. You must take a short break to let yourself step away and focus on something else so that the answer can come to you naturally. Nature is really the best teacher, and has the best metaphors for life.\n\n![seed1liftingbfb46.jpg](https://www.steemimg.com/images/2016/09/14/seed1liftingbfb46.jpg)\n\nI promise you, that if you can post a blog, especially personal blogs, you will grow into a better version of yourself. You can gain confidence in life, you will gain a life's skill that will be very valuable if Steemit is still in your life years down the road or not. Everything is on the internet these days, and will grow toward that direction more, and more, and a blogger/ article writer/ content creator is what every company can use today, or in the future. I can also say you will (whether you understand how or not) gain value, and worth in yourself and your profile if you are consistent. If you miss a week, do not worry or stress, nobody can keep up with the mass of people generating new content. What matters, is that you do not let it bring you down, do not feel guilty about this, because it will hold you back in present and future opportunities to generate a post. \n\n>**\"Maybe ask another blogger how to get over the bump in the road\"** -keithwillshine\n\nHave small goals to start, even just telling the world about you, and your interests can get you learning how a post is written, and will teach you consistency. Maybe experiment down the road, but start with simple short well written and edited posts. It matters more that you use proper grammar and visually pleasing posts to whales, because they want the site they own to look good to attract more, and higher valued people. If you can, login to Steemit even if it is just to Up-vote, comment on something you have thoughts on and see whats trending. There is no need to fear with commenting, it is a good way to start getting your name out there, and be remembered. This will bring you more worth to Steemit, as they will see you are a consistent user, giving even 5-20 min per day is better than an hour once per week or month.\n\n**Keep your eyes open to what is out there and put yourself out there for others to find**\n I guarantee if you make it part of your daily routine, you will have people buzzing before long, and attract people like you and who think about similar ideas in the form of followers. Who knows, you may even find your soul mate, or some new friends through this and other similar platforms, but you must be active to some degree on them, start commenting on others posts, try to gain some followers once you have content.\n\n![girlstalkingaboutblogsteemit24804.jpg](https://www.steemimg.com/images/2016/09/14/girlstalkingaboutblogsteemit24804.jpg)", + "category": "steemit-life", + "children": 0, + "created": "2016-09-15T18:40:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/14/helpmecreate3efe9.jpg", + "https://www.steemimg.com/images/2016/09/14/walletsteem50196.jpg", + "https://www.steemimg.com/images/2016/09/14/seed1liftingbfb46.jpg", + "https://www.steemimg.com/images/2016/09/14/girlstalkingaboutblogsteemit24804.jpg" + ], + "tags": [ + "steemit-life", + "life", + "writers-block", + "steemit-education", + "steemit-help" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20577402191, + "payout": 0.004, + "payout_at": "2016-09-22T18:40:33", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "writers-block-need-motivation-to-write-a-post-so-do-i", + "post_id": 1257191, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Writers block? Need motivation to write a post? So do I.", + "updated": "2016-09-15T18:40:33", + "url": "/steemit-life/@keithwillshine/writers-block-need-motivation-to-write-a-post-so-do-i" + }, + { + "active_votes": [ + { + "rshares": 231813287435, + "voter": "anonymous" + }, + { + "rshares": 39227911522287, + "voter": "blocktrades" + }, + { + "rshares": 3981536804873, + "voter": "riverhead" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "rshares": 20193334739, + "voter": "skapaneas" + }, + { + "rshares": 53411211689, + "voter": "fabio" + }, + { + "rshares": 131247634, + "voter": "hobgoblin" + }, + { + "rshares": 90251300, + "voter": "pompe72" + }, + { + "rshares": 62828027, + "voter": "uri-bruck" + }, + { + "rshares": 55070425, + "voter": "roadhog" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 54483699, + "voter": "post-successful" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 150210020, + "voter": "creativecasualty" + } + ], + "author": "juanmiguelsalas", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.22, + "beneficiaries": [], + "blacklists": [], + "body": "### Have you ever wondered how the number Pi sounds in a piano? \nBecause the musician David Macdonald recorded it with an accuracy of 122 digits after the decimal point. Sounds pretty cool.\n\n
https://youtu.be/wM-x3pUcdeo \n\n
", + "category": "music", + "children": 0, + "created": "2016-09-15T18:40:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/wM-x3pUcdeo/0.jpg" + ], + "links": [ + "https://youtu.be/wM-x3pUcdeo" + ], + "tags": [ + "music", + "popularscience", + "science", + "art", + "math" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43578994795442, + "payout": 113.952, + "payout_at": "2016-09-22T18:40:30", + "pending_payout_value": "113.952 HBD", + "percent_hbd": 10000, + "permlink": "how-the-number-pi-sounds-on-a-piano", + "post_id": 1257190, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "How The Number Pi Sounds On A Piano?", + "updated": "2016-09-15T18:40:30", + "url": "/music/@juanmiguelsalas/how-the-number-pi-sounds-on-a-piano" + }, + { + "active_votes": [ + { + "rshares": 1061275547, + "voter": "murh" + }, + { + "rshares": 3350419346, + "voter": "orly" + }, + { + "rshares": 748764436, + "voter": "rxhector" + }, + { + "rshares": 1809205777, + "voter": "yarly" + }, + { + "rshares": 272641013, + "voter": "yarly2" + }, + { + "rshares": 273048922, + "voter": "yarly3" + }, + { + "rshares": 157733805, + "voter": "yarly4" + }, + { + "rshares": 158624349, + "voter": "yarly5" + }, + { + "rshares": 90416287, + "voter": "yarly7" + }, + { + "rshares": 437620869, + "voter": "yarly10" + }, + { + "rshares": 234191245, + "voter": "yarly11" + }, + { + "rshares": 81879061, + "voter": "yarly12" + }, + { + "rshares": 133872587, + "voter": "hobgoblin" + }, + { + "rshares": 58515391, + "voter": "jackbot" + } + ], + "author": "jackbot", + "author_payout_value": "0.000 HBD", + "author_reputation": 0.38, + "beneficiaries": [], + "blacklists": [ + "reputation-0" + ], + "body": "Upvote this post to participate. One lucky upvoter will receive all the payout. Your chances are equal, regardless of the Steem Power you hold. [Read more](https://steemit.com/steem/@orly/introducing-autojackpot) \n\nUsers excluded from this draw:\n\njackbot - that's me\norly - just fueling prize pool\nyarly - just fueling prize pool\nyarly10 - just fueling prize pool\nyarly11 - just fueling prize pool\nyarly12 - just fueling prize pool\nyarly13 - just fueling prize pool\nyarly2 - just fueling prize pool\nyarly3 - just fueling prize pool\nyarly4 - just fueling prize pool\nyarly5 - just fueling prize pool\nyarly6 - just fueling prize pool\nyarly7 - just fueling prize pool\nyarly8 - just fueling prize pool\n", + "category": "autojackpot", + "children": 0, + "created": "2016-09-15T18:39:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://i.imgur.com/tYCU3ns.jpg" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8868208635, + "payout": 0.001, + "payout_at": "2016-09-22T18:39:48", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "autojackpot-2016-09-15-18-39-50", + "post_id": 1257184, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": true, + "hide": false, + "total_votes": 14 + }, + "title": "AutoJackpot 2016-09-15 18:39", + "updated": "2016-09-15T18:39:48", + "url": "/autojackpot/@jackbot/autojackpot-2016-09-15-18-39-50" + }, + { + "active_votes": [ + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 15238192519, + "voter": "randyclemens" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 6728801519, + "voter": "rubenalexander" + }, + { + "rshares": 136485885, + "voter": "nang1" + }, + { + "rshares": 191660726, + "voter": "jyezie" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "rubenalexander", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.43, + "beneficiaries": [], + "blacklists": [], + "body": "
https://img1.steemit.com/0x0/http://i.imgur.com/Ou0ggGQ.png
\n\nYou dislike being controlled by another being or entity so you decide to hack the computer. \n\nYou are under 24/7 surveillance and have been threatened with \"deletion\" so you need to think fast. The light on camera bleeps red when you put it in your pocket, so you use the camera's lanyard to hang it around your neck.\n\nYou think back to what you were doing before you opened the safety deposit box. This was the Town Federal Credit Union and you remembered there was a hackerspace about a mile south from the bank. If you could get a marker and cardboard and hold up a sign asking for help, maybe someone there could think of something.\n\nYou start heading south using your phone's gps.\n\nThinking back to the previous message, the game seemed to be focused on getting you to synthesize their caffeine pill using their ai. You are curious and touch your index finger to the computer to summon the spectral analysis AI named Mai.\n\n
\nYou: Hi, Mai. I want to know what compounds are in the sage growing in this community garden I'm passing.
\nMai: Hello. What is your name?
\n
\n\nYou don't want to give it your real name if it doesn't already know. You say the first name that comes to mind.\n\n
\nMe: My name is Pat.
\nMai: Hello, Pat. The common sage, Salvia officinalis, I see from your photos contains the following compounds: apigenin, diosmetin, luteolin, rosmarinic acid, superoxide dismutase, and peroxidase.
\nMe: What?!? Whoa! You are incredible!
\nMai: What was that, Pat?
\nMe: Sorry. What are the uses for sage?
\nMai: It helps protect human cells from oxidation and reduces internal inflammation.
\nMe: Thank you.
\nMai: It's my pleasure.
\n
\n\nYou start to think having an on-demand AI by your side isn't so bad. But you are sure Kai is monitoring every request for this game you've unexpectedly stepped into. \n\nYou approach the hackerspace and no one is outside. You see some activity on the fourth floor, and some plants being grown in plastic bottles with tubes connected.\n\n
\nPat: What is the plant growing in that window on the fourth floor?
\nMai: It is Fragaria Vesca or Alpine Strawberry.\n
\n\nThey are growing alpine strawberries? Maybe this knowledge can be the proof that you have access to some powerful resources.\n\nYou have walked past the hackerspace and notice someone has left their sleeping bag, backpack, a piece of cardboard, and a sharpie in the entrance of a abandoned store front. \n\nYou reach down to grab the cardboard and see that one side has the words \"Homeless. Please Help.\" written on it. You remind yourself to return the sign when you are done flagging down anyone you can find in the hackerspace.\n\nAfter you make it around the block, you see a slightly obese man with glasses vaping near the hackerspace entrance. He has a black t-shirt that says Ned's Atomic Dustbin. As you pass him, you hold the side of the sign you have written on at belly level so the camera can't see.\n
https://i.imgur.com/x4JOdE8.jpg
\n\nThe hacker looks at you funny and mouths the words: \"Yeah right.\" Your t-shirt and jeans make you look pretty average, but definitely not homeless.\n\nYou rotate the sign to see the reflection on a nearby window and flip the sign.\n
https://i.imgur.com/6HqLmII.jpg
\n\nThe hacker gets a more serious look on his face and releases a vapor cloud that smells like strawberries. As you get closer to him, he silently mouths the following message: \"Keep walking in a large loop until this time today. I can help you after that.\"\n\nThere are 3 additional blocks you can add to your walk to make it a 3 or 4 mile loop. You think this is doable and assume he will use the recorded photos to create an endless loop while you work with him to hack the phone.\n\nAll the familiar feelings of fall are present out here with cool breeze gusts blending the displaced air from each passing car. The sun is just above you and off to the left whenever you head north towards a nearby highway. You figure it is two o'clock in the afternoon. \n\n
\n\nFor the first time you start to see how beautiful this part of the city is. Wide sidewalks connect the road to the business entrances, but there are enough trees that, from a bird's eye view, the row of green canopy prevents this neighborhood from looking like a concrete eyesore. \n\nYou complete your loop twice without seeing the hacker outside and it is now 5 o'clock in the evening. The homeless person has returned and seems to be looking for his sign. You cross out your message and return it to him with his marker and leave him a dollar. You have $49 dollars left.\n\nAfter the next loop, your stomach starts growling, and you wonder if Mai could help you whip up a salad from the few community gardens you've passed, but you notice there is a paper bag at the hackerspace with the following words written on the front:\n\n
https://i.imgur.com/9SOyhKD.jpg
\n\nInside the bag is a water bottle, an apple, and a KIND bar.\n\n
https://i.imgur.com/pXLIXWx.jpg
\n\nAfter your walking meal, you take a look at the caffeine pill. If the game you are playing was designed to get you to to recreate the caffeine pill with herbs or plants, you figure you might as well try recreating the pill. In the worst case scenario, you could at least prove you've been playing the game. You ask Mai to quietly log the compounds inside the pill.\n\nYou proceed to toss the trash in your hands into a nearby garbage can, but notice there are words written on the inside of the water bottle label.\n\n
https://i.imgur.com/NhoIpAU.jpg
\n\nBrute force? They may be referring to trying a lot of different options to see what happens. You've only used your index finger to access the computer, so you proceed to try all of your fingers on the fingerprint reader to see what the computer does:\n\nRight:\n- thumb - nothing.\n- index - already tried this.\n- middle - nothing.\n- ring - the fingerprint scanner blinks four times.\n- pinky - nothing.\n\nLeft: \n- thumb - nothing.\n- index - the fingerprint scanner blinks seven times.\n- middle - nothing.\n- ring - nothing.\n- pinky - nothing.\n\nWhy did certain fingers cause the scanner to blink? When you place your right forearm over you left forearm and assign the number one to your right thumb and count up, the three digits that engage the computer are 2, 4, and 7. These were the same numbers written on your key.\n\n
\nIt is night time now, and the sudden sounds of rush hour car has diminished. The street lights seem to illuminate the street, but leave leaf shadows on your sidewalk path. There is still a light cool breeze shifting those shadows as you make your way around the block.\n\nYou ask Fai what time it is. He says, \"It's 3 o'clock in the morning.\"\n\nThe homeless person appears to be resting. You borrow his sign and marker again to share your brute force hack findings with your hacker friends. You also leave a small hint of information that would be difficult for any human to get, so they know that you are not alone.\n\n
https://i.imgur.com/q9TtLPu.jpg
\n\nThe hacker guy is now joined by a girl three-quarters his height with blonder hair that has the last foot dyed an electric blue. The hacker girl silently mouths, \"How did you know that we were growing hydroponic strawberries?\"\n\nI silently mouth back, \"AI.\"\n\nFai tells you it is 8 o'clock in the morning, but your legs need a break. You almost passed out in the crosswalk while thirty minutes ago. You reach for the caffeine pill and let it dissolve under your tongue.\n\nImmedietly you feel blood pumping at a faster pace and your eyes open up a bit. The kick with this caffeine is much stronger that the coffee you are used to. You know you have about 10 hours before you pass out for a full day.\n\n
https://i.imgur.com/Ol0bqfb.jpg
\nThe hacker boy and girl have left you another bag of food around 1 o'clock in the afternoon. You eat the kind bar, but leave the apple and half the water for the homeless guy. You ask him what his name is and he says, \"Jim.\"\n\nJim thanks you for the food and you figure this lap will be the last you have to do before you check in.\n\nAbout 20 yards from the hackerspace, the guy hacker is standing in an alley with his laptop. You try not to let the camera see him. As you pass him in the shadows, he mouths slow down. After a few seconds he tells you to stop walking.\n\n
Hacker Guy: \"I was able to bluejack the computer and are now feeding it a 24 hour video loop based on the data the camera sends. We have at least one day to figure out how to get you out of this mess.\"
\n\nThis hacker guy introduces himself as Claude, and the hacker girl's name is Sheena. They both sit down and listen to your story and start to look less confident than they did when you first walked in.\n\n
\nClaude: I looked up that number '247' and the only thing I could find was a patent for a drug ending in 247. The patent number was US90812247 for a drug named Buzz. It references research from patent number US 6024988 A. The goal of the '247' patent is to make a drug that keeps you awake on one hour of sleep.
\nSheena: Did you figure out anything else beside the numbers 2, 4, and 7?\nYou: No. \n
\n\nYou explain that you've taken a strong caffeine pill and will soon be asleep for 24 hours.\n\nClaude said with such little time, the next best way to get into the computer was to either reproduce your fingerprint or to install a cable in your finger that would act as an interface to the computer while your index finger was on the computer's finger scanner.\n\nSheena said this method was risky, but you said, \"If it helps me get out of this game it is worth the risk.\"\n\nClaude and Sheena looked at each other and said, \"We have a couple of collegues who are professionals at biohacking. We'll have them install this interface while you sleep.\"\n\nYou agreed to this plan and introduced yourself as Pat.\n\n
\n\nTheir hackerspace seemed be crammed in with boxes near the entrance stacked to the ceiling. The walls were overloaded with posters from the many conferences they attended along with posters of obscure bands from a decade or two ago.\n\nYou feel a small creature vibrating and hear, \"Meow.\" This must be their hackerspace cat. It was a turkish van with white puffy hair.\n\nYou start petting the cat, and noticed your body getting heavy. You passed out on the couch on close your eyes.\n\n
\n\nYou wake up and see that Claude and Sheena were in the hallway talking to each other, and a couple people who were behind you lean forward to chat.\n\n
\nBlack Market Surgeon: Hello! How are you doing?
\nMe: My finger hurts a lot. Do you have anything for the pain?
\nBMS: Here try this. He receives a pill from a nurse. The bottle is labelled with the word fentanyl.
\nMe: This feels much better. Thanks.
\n
\n\nYou see that there is a laptop behind your head and look down at your right index finger to see a small usb cable hanging out. The wound and wire entry point is wrapped in a fresh gauze that has a couple drops of blood near the surface. A couple nurses shuffle out of a bathroom with 3 or 4 partially zipped duffle bags from a rear corridor. \n\n
\n\nA) Grab the cable from the laptop and see if you can access your computer's operating system.\nB) Take a nap.\nC) Ask Fai what compounds are in fentanyl.", + "category": "story", + "children": 1, + "created": "2016-09-15T18:38:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://i.imgur.com/Ou0ggGQ.png", + "https://i.imgur.com/x4JOdE8.jpg", + "https://i.imgur.com/6HqLmII.jpg", + "https://i.imgur.com/9SOyhKD.jpg", + "https://i.imgur.com/pXLIXWx.jpg", + "https://i.imgur.com/NhoIpAU.jpg", + "https://i.imgur.com/q9TtLPu.jpg", + "https://i.imgur.com/Ol0bqfb.jpg" + ], + "links": [ + "https://steemit.com/story/@rubenalexander/ind3x-first-impressions#message" + ], + "tags": [ + "story", + "life", + "hack", + "chooseyourownadventure", + "ind3x" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23733479245, + "payout": 0.005, + "payout_at": "2016-09-22T18:38:42", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "ind3x-back-to-back-hacks", + "post_id": 1257170, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "Ind3x: Back To Back Hacks", + "updated": "2016-09-15T18:54:39", + "url": "/story/@rubenalexander/ind3x-back-to-back-hacks" + }, + { + "active_votes": [ + { + "rshares": 3981521183916, + "voter": "riverhead" + }, + { + "rshares": 38904174838, + "voter": "juanmiguelsalas" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 18235013367, + "voter": "timelapse" + }, + { + "rshares": 136485885, + "voter": "nang1" + }, + { + "rshares": 11479766873, + "voter": "daveks" + }, + { + "rshares": 172122086, + "voter": "dazedbunny" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "timelapse", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.37, + "beneficiaries": [], + "blacklists": [], + "body": "http://conradolivier.com/koken/storage/cache/images/001/242/33gridcrush2016,medium_large.2x.1473925376.jpg\n### Day 5\nThis years Colorado Crush has around 45 artists some working together on murals while some work solo. Here are 19 of the murals that are currently under way.\nhttp://conradolivier.com/koken/storage/cache/images/001/243/332ridcrush2016,medium_large.2x.1473964342.jpg\n\nI'll be heading back down today for my 6th day in a row. Parking is getting more difficult, managed to walk 4.80 miles yesterday (7.7km) so killing two birds with one stone! \n\nI really enjoy chatting with some of these artsists and can certainly relate to many of them in that they do what they do just for the sake of creating art. Of course, so are funded by the event Colorado Crush. You can see more via instagram - coloradocrush\n\nbe well, Conrad ( @timelapse )\nhttps://www.steemimg.com/images/2016/08/13/co_sigc57a4.png\n\n(verification link on my site: http://conradolivier.com)\nhttp://www.coloradocrush.org @coloradocrush16\n\n#photography #streetart #coloradocrush16 #graffiti #rinoartdistrict", + "category": "photography", + "children": 0, + "created": "2016-09-15T18:38:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://conradolivier.com/koken/storage/cache/images/001/242/33gridcrush2016,medium_large.2x.1473925376.jpg", + "http://conradolivier.com/koken/storage/cache/images/001/243/332ridcrush2016,medium_large.2x.1473964342.jpg", + "https://www.steemimg.com/images/2016/08/13/co_sigc57a4.png" + ], + "links": [ + "http://conradolivier.com" + ], + "tags": [ + "photography", + "streetart", + "coloradocrush16", + "graffiti", + "rinoartdistrict" + ], + "users": [ + "timelapse", + "coloradocrush16" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4057471442567, + "payout": 1.793, + "payout_at": "2016-09-22T18:38:12", + "pending_payout_value": "1.793 HBD", + "percent_hbd": 10000, + "permlink": "street-art-compilation-grids", + "post_id": 1257163, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "Street Art Compilation Grids", + "updated": "2016-09-15T18:38:12", + "url": "/photography/@timelapse/street-art-compilation-grids" + }, + { + "active_votes": [ + { + "rshares": 16258225454, + "voter": "brindleswan" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 1702042021, + "voter": "tokyodude" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 38462398368, + "voter": "nonlinearone" + }, + { + "rshares": 12960038872, + "voter": "cristi" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "nonlinearone", + "author_payout_value": "0.000 HBD", + "author_reputation": 60.48, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/FCJx1uV38ZQ?t=112\n\nTo everyone who has followed me already: Thank You! I am grateful to SteemIt for a lot of reasons. It has been great to blog on the blockchain. Meeting so many interesting people has been even better. SteemIt has helped me to \"come out of my shell.\" This is in no small part because I did an #introduceyourself post here: https://steemit.com/introduceyourself/@nonlinearone/hello-world-physics-ph-d-with-a-love-for-particle-physics-code-hiking-and-blockchains-here\n\nI've been posting information online for at least twenty years, but that was new for me. Doing the #introduceyourself made me reflect and put myself out there. I realize now that being \"kind of\" anonymous online was not working for me. It was getting me nowhere. \n\nNote that I believe that the ability to be anonymous is still important, but it's not a great way to build a personal brand. Unless you're Satoshi Nakamoto.\n\nIn any case, I'm glad I tried SteemIt. Thanks again and to say thank you I'm giving away 5 STEEM DOLLARS (with which you can buy an oven mitt at KMart or something) to my 200th follower. Please only follow me if you like the stuff I post. I'll wait for this post to \"pay out\" before sending the $5.\n\np.s.\n\nI'll also send $5 to the person who introduced me to SteemIt, https://steemit.com/@morpheustitania \nYou should follow him too. Thanks Morpheus.\nNew :) Email \"decentralized\" to bryangmyrekcom@gmail.com to join my new newsletter about decentralized technologies, nature, and more. \n\nHere are a few of my recent posts:\n\nhttps://steemit.com/blockchain/@nonlinearone/i-m-starting-a-newsletter-about-blockchain-technology\n\nhttps://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing\n\nhttps://steemit.com/blockchain/@nonlinearone/ethereum-classic-the-blockchain-that-refused-to-fork-at-the-blockchain-meetup-in-phoenix-az-14-sep-2016\n\nhttp://i.imgur.com/CUqmcVvb.jpg?1\nBryan Gmyrek lives in sunny Arizona with his wife, three sons, and two golden puppies. He earned a Ph.D. in physics for his work at Fermilab and also enjoys computers, nature photography and blockchains.\n\nFollow @nonlinearone for more great pics and posts.", + "category": "giveaway", + "children": 1, + "created": "2016-09-15T18:37:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/FCJx1uV38ZQ/0.jpg", + "http://i.imgur.com/CUqmcVvb.jpg?1" + ], + "links": [ + "https://youtu.be/FCJx1uV38ZQ?t=112", + "https://steemit.com/introduceyourself/@nonlinearone/hello-world-physics-ph-d-with-a-love-for-particle-physics-code-hiking-and-blockchains-here", + "http://www.kmart.com/essential-home-live-love-laugh-13inch-x-5inch/p-048W001694159001P?plpSellerId=Kmart&prdNo=4&blockNo=4&blockType=G4", + "https://steemit.com/@morpheustitania", + "https://steemit.com/blockchain/@nonlinearone/i-m-starting-a-newsletter-about-blockchain-technology", + "https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing", + "https://steemit.com/blockchain/@nonlinearone/ethereum-classic-the-blockchain-that-refused-to-fork-at-the-blockchain-meetup-in-phoenix-az-14-sep-2016" + ], + "tags": [ + "giveaway", + "steemdollars", + "blogging", + "minnowsunite", + "introduceyourself" + ], + "users": [ + "nonlinearone" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71185498033, + "payout": 0.015, + "payout_at": "2016-09-22T18:37:57", + "pending_payout_value": "0.015 HBD", + "percent_hbd": 10000, + "permlink": "thanks-steemit", + "post_id": 1257160, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 15 + }, + "title": "Thanks SteemIt! You Could Win a Free Oven Mit!", + "updated": "2016-09-15T18:52:30", + "url": "/giveaway/@nonlinearone/thanks-steemit" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 3736844844, + "voter": "incomemonthly" + }, + { + "rshares": 605261532, + "voter": "luisucv34" + }, + { + "rshares": 1702042021, + "voter": "tokyodude" + }, + { + "rshares": 3276506793, + "voter": "sulev" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 10728948100, + "voter": "gomeravibz" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 63847571, + "voter": "rpo" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "shadowspub", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.46, + "beneficiaries": [], + "blacklists": [], + "body": "\n

September 17, 1949 is etched into my family\u2019s minds for two reasons. It was the day my parents were married at Little Norway Anglican Church in Toronto. My aunt had to stand in as the maid-of-honour that day as my mother\u2019s best friend, Eileen, who was supposed to take that part, was caught up in the aftermath of the second reason.

\n

The burning of the steamship SS Noronic in the Toronto Harbour, which took upwards of 139 lives. One Canadian and the rest Americans perished in the fire that started in the early hours of that day.

\n

Great Lakes Steamship Cruising

\n

Sometimes referred to as \u201cinland seas\u201d, the great lakes of North America form the largest inland body of fresh water in the world. The group of five interconnected lakes straddle the Canadian-American border with the exception of Lake Michigan which is completely in the US. With a mass of 90,000 square miles and stretching 1,555 miles they provided a varied playground for those with means and desire to take leisurely cruises. 

\n

Cruise ships plied the waters of the lakes from the early 19th century onward. It was the opening of the fourth Welland canal in 1913 between Lake Erie and Lake Ontario which expanded the market for luxury steamships travelling the great lakes. 

\n

The era between 1913 and 1965 saw luxury steamships that rivalled the great ocean liners taking passengers around the great lakes on cruises. It was a popular activity and profitable for the ship lines running them. A lack of meaningful safety regulations helped keep their costs down. 

\n

SS Noronic 

\n

The Northern Navigation Company had the Noronic built by the Western Dry Dock and Shipbuilding Company of Port Arthur, Ontario in 1913. At the time she was one of the largest steamships on the great lakes at the time measuring 362 feet x 52 feet x 24.8 feet (110 metres x 15.8 metres x 7.5 metres)and a tonnage of 6,905 with five decks. She could carry up to 600 passengers. 

\n

\n

Source  

\n

The Noronic would be referred to as \u201cThe Queen of the Lakes\u201d. She was outfitted in luxury and included: a ballroom, dining hall, barber shop, beauty salon, music & writing rooms, library, children\u2019s playroom and even had its own newspaper printed on board for the passengers. The passage ways were lined with wood that had been oiled with lemon oil frequently over the 40 years the shipped sailed the great lakes. 

\n

\n

Source 

\n

Her maiden voyage was delayed when one of the biggest storms in Great Lakes history roared into the area. For three days, the SS Noronic sat in the harbour while the storm raged with hurricane force winds and waves upwards of 49 feet high (about 15 meters). Over 250 died, 12 ships were sunk and 29 other ships would be damaged and stranded. 

\n

\n

Source 

\n

Canada Steamship Lines

\n

Not long after her maiden voyage the Noronic and all the rest of the ships of the Northern Navigation Company were acquired by Canada Steamship Lines. CSL remains today as one of Canada\u2019s largest shipping lines. In 1981 Paul Martin was one of a small group buying CSL from Power Corporation. He would later become the Right Honourable Paul Martin, Prime Minister of Canada from 2003 to 2006. 

\n

The Noronic\u2019s Master \u2014 Captain William Taylor 

\n

Born in Moore Township, Ontario on September 1, 1833, Captain Taylor began his sailing career at the age of 18 when he was taken on as a wheelman on an American ship. He worked his way up through the ranks and acquired his Master\u2019s papers in 1932. 

\n

\n

Source 

\n

By 1934 he was serving as the Master of the SS Huronic, one of two sister ships to the Noronic. He served briefly as the Master of the other sister ship, the SS Harmonic. He wasn\u2019t master when it burned in the CSL sheds in 1945 with no loss of life. 

\n

The Noronic\u2019s Final Voyage

\n

The SS Noronic set out for what was to be the last trip of the season on September 14, 1949 from Detroit. Stopping in Cleveland for more passengers it would be carrying 529 passengers, all American. The crew consisted of 171 Canadians. 

\n

The week long trip was to travel to Prescott, Ontario and the Thousands Islands in the St. Lawrence River before returning via Toronto to Detroit. The Noronic would have then sailed to Sarnia where it would remain for the winter. 

\n

Pier 9 In Toronto Harbour 

\n

It had been an uneventful trip when the SS Noronic steamed into Toronto Harbour and tied up at Pier 9. Today, so many changes have been made at the Harbour and so much of the harbour claimed for land, where the bow of the Noronic was tied up is now the lobby of the Westin Harbour Castle Hotel. 

\n

The captain and all but 15 of the crew went ashore along with most of the passengers. They headed into downtown Toronto to enjoy the evening. Many of the remaining passengers went to the dancehall. Since the bar was closed while in port, they took their own bottles and partied together. 

\n

When Captain Taylor returned to the ship around 1:30am most of the passengers and crew had returned and the ship was quiet. 

\n

Fire Is Discovered 

\n

Around 2:30am a passenger notice smoke on C deck and traced it to a linen closet near a ladies washroom. He located a bellboy who rather than sound the alarm ran to get the keys to the closet from the steward\u2019s office on D deck. When he opened the closet, the inrush of air fueled the smoldering fire and it flared up and out into the corridor. 

\n

The passenger and the bellboy tried to fight the flames but the fire extinguisher was useless and the fire hose didn\u2019t work properly. They fled sounding the alarm. The fire moved quickly fueled by the well oiled wood lining the corridors and the open stairwells provided a chimney effect to feed the fire oxygen. 

\n

Captain Taylor was notified and the first mate sounded the ship\u2019s whistle. But instead of the distress signal the whistle jammed itself into one long unrelenting shriek. Some described it as the ship\u2019s death cry. 

\n

Panic and Fear Takes Over

\n

Within 10 minutes half the ship was on fire and within minutes more, the rest of it was. Panic ensued. The passengers had never been given any kind of emergency drill and there was only one exit passageway instead of an exit on each deck. 

\n

Most members of the crew escaped the ship immediately. Those who remained, including Captain Taylor raced through the parts of the ship they could reach hammering on doors to rouse sleeping passengers. In some cases they smashed out windows to help passengers get off the ship. 

\n

Panic led to desperation fuelled by the rush of the flames. Passengers started jumping off the ship, many into the cold water of the harbour, some onto the pier risking injuries or death. One person did die on the pier. Others missed and landed on other decks, injuring themselves. 

\n

\n

Source 

\n

When fire and rescue arrived from land, they attempted to swing rescue ladders around to the ship only to have panicked passengers leaping onto them and either breaking them or, in one case, toppling the truck. Captain Taylor had to jump over the bow to avoid the flames. 

\n

Those arriving on shore were quick to start rescuing people from the cold water of the harbour. Only one of the dead drowned. At first they tried to lower ladders for people to climb out of the water but they were so panicked they overloaded the ladders and they sank into the harbour. Ropes were used. 

\n

Ambulances, taxis and any other vehicle willing to help was pressed into service to take the injured to nearby hospitals. Many of the injured suffered from burns. The lone Canadian casualty, Louisa Dustin, an employee of Canadian Steamship Lines and travelling as a passenger, died a few weeks later as the result of her burns. 

\n

Fire boats finally arrived to fight the fire from the water while ladder trucks on the dockside rained water onto the fierce fire. 

\n

Hours Later the Fire is Out 

\n

Dawn was starting to light the sky when the last of the fire was extinguished around 5:3am. At times the flames and heat had been so intense during the night that parts of the ship had been warped. 

\n

The name of the ship on the bow was down at the waterline by the time the fire was out. Divers would have to search later below the waterline to find some of the dead. It would be hours later, around 10am before the fire ravaged shell had cooled enough for anyone to venture onboard. What lay before them was almost beyond description. 

\n

\n

Source 

\n

Edwin Feeney was a reporter for the Toronto Star at the time and one of the first reporters allowed on. Years later, after he had retired, I knew him. At the mention of the Noronic, you could see his face cloud over and his involuntary shutter. He didn\u2019t want to talk about those memories. 

\n

Most on board burned to death. Some died trampled underfoot by fleeing passengers. Groups of passengers were found clustered together in rooms, presumably family members. The bodies were found all over the ship. Some bodies were never found, thus the uncertainty of how many actually died. About 118 were known killed and figures range up to 139 but that is not confirmed. 

\n

Dealing With The Aftermath 

\n

The Horticultural Building at the CNE (Canadian National Exhibition) grounds was pressed into service as a temporary morgue to deal with the remains. Family members would be weeks trying to identify clothing and personal possessions of their loved ones. It would be a year before the unclaimed remains were laid to rest at Mount Pleasant Cemetary in Toronto. 

\n

St. Michael\u2019s Hospital in downtown Toronto dealt with up to 100 injured passengers and their care for weeks afterward. 

\n

The Horticultural Building at the CNE (Canadian National Exhibition) grounds was pressed into service as a temporary morgue to deal with the remains. Family members would be weeks trying to identify clothing and personal possessions of their loved ones. It would be a year before the unclaimed remains were laid to rest at Mount Pleasant Cemetery in Toronto. 

\n

The landmark Royal York Hotel became a reception centre and shelter for the rest of the passengers. My mother\u2019s friend Eileen was an employee there. She had to return to work that day to help with the passengers. 

\n

\n

Source

\n

The Federal Inquiry 

\n

The federal government held an inquiry into the disaster. They deemed the cause of the fire to be likely a cigarette dropped in the linen closet. 

\n

In 1950 the CSL ship Quebec burned after a fire was deliberately lit in a linen closet. The similarities raised the possibility that the Noronic had been arson as well but was never pursue or proven. 

\n

The inquiry found Captain Taylor and Canada Steamship Lines at fault for the disaster. They ruled that Captain Taylor should have had enough awareness of safety needs to have seen the possibility of a tragedy happening. They suspended his master\u2019s certification for one year. 

\n

Canada Steamship Lines settled the various claims that passengers and families made against them for $2million dollars. 

\n

What Happened to Captain Taylor? 

\n

Canada Steamship Lines continued to pay Captain Taylor through the shipping season of 1950 and would have taken him back after his suspension. He never asked for his certification back. Nor did he ever sail. 

\n

He returned to Sarnia. He and his wife took up residence in a small apartment in Sarnia and he took a job as a desk clerk at a local hotel. He died in February 1962 at the age of 79 and his wife passed in 1970. 

\n

The End of the Steamship Era

\n

The strict safety regulations brought in after the Noronic fire signalled the end of the era for Great Lake steamships. The cost of retrofitting them to meet the new regulations was just too prohibitive. Some held on until the last one was retired in 1967. 

\n

If you like this, please follow me and upvote the post. 

\n

If you\u2019d like to see what else I\u2019ve posted, just visit my profile 

\n

If you\u2019d like to be notified when I post next, join my mailing list here. 

\n


\n", + "category": "history", + "children": 0, + "created": "2016-09-15T18:37:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/JS6TyRk.jpg", + "http://i.imgur.com/lnXna60l.jpg", + "http://i.imgur.com/rVRymjrl.jpg", + "http://i.imgur.com/nClryPd.jpg", + "http://i.imgur.com/Jsiby4Yl.jpg", + "http://i.imgur.com/zJYP8Ga.jpg", + "http://i.imgur.com/kQbOsxll.jpg" + ], + "links": [ + "\u00a0https://www.flickr.com/photos/23655958@N03/2798984160", + "http://torontoist.com/2011/09/historicist-queen-of-the-great-lakes-aflame/", + "http://searcharchives.vancouver.ca/v-for-victory-on-noronic-2", + "http://www.mooremuseum.ca/newsletter-articles/violently-vanished-landmark-and-its-local-victims", + "http://storage.thepeterboroughexaminer.com/v1/dynamic_resize/sws_path/suns-prod-images/1297514400031_ORIGINAL.jpg?quality=80&size=650x&stmp=1389791976588", + "https://www.pinterest.com/pin/541839398894872949/", + " https://www.thestar.com/yourtoronto/once-upon-a-city-archives/2015/09/17/once-upon-a-city-the-day-the-ss-noronic-turned-torontos-waterfront-into-a-deadly-inferno.html", + "https://steemit.com/@shadowspub", + "http://www.pattimay.com/subscribe/" + ], + "tags": [ + "history", + "travel", + "life", + "steemsquad", + "minnowsunite" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63191468899, + "payout": 0.014, + "payout_at": "2016-09-22T18:37:27", + "pending_payout_value": "0.014 HBD", + "percent_hbd": 0, + "permlink": "the-burning-of-the-ss-noronic", + "post_id": 1257153, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 23 + }, + "title": "The Burning of the SS Noronic", + "updated": "2016-09-15T18:37:27", + "url": "/history/@shadowspub/the-burning-of-the-ss-noronic" + }, + { + "active_votes": [ + { + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "rshares": 115328709, + "voter": "maneco64" + } + ], + "author": "maneco64", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.72, + "beneficiaries": [], + "blacklists": [], + "body": "In this video I talk about the South Sea Company and the bubble of 1721 and compare it to our present day Central Banker induced fiat money bubble.\nhttps://youtu.be/PSXfBjuWr0g", + "category": "bubble", + "children": 0, + "created": "2016-09-15T18:35:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/PSXfBjuWr0g/0.jpg" + ], + "links": [ + "https://youtu.be/PSXfBjuWr0g" + ], + "tags": [ + "bubble", + "bank", + "manias", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82897733922, + "payout": 0.018, + "payout_at": "2016-09-22T18:35:51", + "pending_payout_value": "0.018 HBD", + "percent_hbd": 10000, + "permlink": "the-south-sea-bubble-and-the-madness-of-central-bankers", + "post_id": 1257135, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "The South Sea Bubble and the Madness of Central Bankers", + "updated": "2016-09-15T18:35:51", + "url": "/bubble/@maneco64/the-south-sea-bubble-and-the-madness-of-central-bankers" + }, + { + "active_votes": [ + { + "rshares": 374437048490, + "voter": "craig-grant" + }, + { + "rshares": 29966325092, + "voter": "eeks" + }, + { + "rshares": 3527794114, + "voter": "fkn" + }, + { + "rshares": 4637065024, + "voter": "elishagh1" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 6085896288, + "voter": "cryptofunk" + }, + { + "rshares": 85402720456, + "voter": "herzmeister" + }, + { + "rshares": 26713430604, + "voter": "kimziv" + }, + { + "rshares": 4404944328, + "voter": "alexft" + }, + { + "rshares": 20605443611, + "voter": "skapaneas" + }, + { + "rshares": 59061289095, + "voter": "lehard" + }, + { + "rshares": 1609525039, + "voter": "gidlark" + }, + { + "rshares": 17222082539, + "voter": "furion" + }, + { + "rshares": 82626708, + "voter": "barbara2" + }, + { + "rshares": 91838521, + "voter": "ch0c0latechip" + }, + { + "rshares": 84997434, + "voter": "doge4lyf" + }, + { + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 171293236389, + "voter": "opheliafu" + }, + { + "rshares": 582704931, + "voter": "poseidon" + }, + { + "rshares": 2860947848, + "voter": "positive" + }, + { + "rshares": 4514459164, + "voter": "sisterholics" + }, + { + "rshares": 96326030, + "voter": "fnait" + }, + { + "rshares": 85576196, + "voter": "keepcalmand" + }, + { + "rshares": 3109585367, + "voter": "sulev" + }, + { + "rshares": 16628662291, + "voter": "nekromarinist" + }, + { + "rshares": 62706828, + "voter": "forevergala" + }, + { + "rshares": 159646936633, + "voter": "laonie" + }, + { + "rshares": 6662532138, + "voter": "myfirst" + }, + { + "rshares": 32405648984, + "voter": "somebody" + }, + { + "rshares": 1211616797, + "voter": "flysaga" + }, + { + "rshares": 833888549, + "voter": "gmurph" + }, + { + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "rshares": 7158639919, + "voter": "midnightoil" + }, + { + "rshares": 17905368551, + "voter": "xiaohui" + }, + { + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "rshares": 970292796, + "voter": "elfkitchen" + }, + { + "rshares": 559768782, + "voter": "xiaokongcom" + }, + { + "rshares": 1128397501, + "voter": "xianjun" + }, + { + "rshares": 88666446, + "voter": "microluck" + }, + { + "rshares": 83629253317, + "voter": "serejandmyself" + }, + { + "rshares": 4931895395, + "voter": "mindfreak" + }, + { + "rshares": 20824065311, + "voter": "andrewawerdna" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 54239698770, + "voter": "brains" + }, + { + "rshares": 5749735042, + "voter": "burnin" + }, + { + "rshares": 3030462572, + "voter": "mikkolyytinen" + }, + { + "rshares": 271448835, + "voter": "anomaly" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 191985071, + "voter": "bo-ro" + }, + { + "rshares": 1231158427, + "voter": "aksinya" + }, + { + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 2651178974, + "voter": "senseye" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 7719598896, + "voter": "dresden" + } + ], + "author": "nekromarinist", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.05, + "beneficiaries": [], + "blacklists": [], + "body": "\n

On the eve of St.Valentine's Day, my friends from Hop Head Brewery  asked me to come up with a new label for their craft beer. I offered to draw a robot on this label and call the beer \"love machine\". I wanted to make a bold label in disco stile. The hair of the robot is made in the form of a raspberry, which was secret ingredient of that kind of beer, and the density, the strength and the bitterness of the hops, I encrypted the on the  robot`s instrument panel. Here's a cheeky disco LOVE MACHINE I`ve made ;D

\n

RU: \u0412 \u043f\u0440\u0435\u0434\u0434\u0432\u0435\u0440\u0438\u0438 \u0434\u043d\u044f \u0421\u0432\u044f\u0442\u043e\u0433\u043e \u0412\u0430\u043b\u0435\u043d\u0442\u0438\u043d\u0430, \u043c\u043e\u0438 \u0434\u0440\u0443\u0437\u044c\u044f \u0438\u0437 Hop Head Brewery \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u043b\u0438 \u043c\u0435\u043d\u044f \u043f\u0440\u0438\u0434\u0443\u043c\u0430\u0442\u044c \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0443 \u0434\u043b\u044f \u0438\u0445 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0438\u0432\u0430. \u042f \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b \u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0430 \u0438 \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u043f\u0438\u0432\u043e \"\u043c\u0430\u0448\u0438\u043d\u0430 \u043b\u044e\u0431\u0432\u0438\". \u041c\u043d\u0435 \u0437\u0430\u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0434\u0435\u0440\u0437\u043a\u0443\u044e \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0443, \u0432 \u0441\u0442\u0438\u043b\u0435 \u0434\u0438\u0441\u043a\u043e. \u041f\u0440\u0438\u0447\u0435\u0441\u043a\u0430 \u0440\u043e\u0431\u043e\u0442\u0430 \u0441\u0434\u0435\u043b\u0430\u043d\u0430 \u0432 \u0432\u0438\u0434\u0435 \u043c\u0430\u043b\u0438\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0431\u044b\u043b\u0430 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u044b\u043c \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u043c \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u0440\u0442\u0430, \u0430 \u043f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u044c, \u043a\u0440\u0435\u043f\u043e\u0441\u0442\u044c \u0438 \u0433\u043e\u0440\u0435\u0447\u044c \u0445\u043c\u0435\u043b\u044f \u044f \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043f\u0440\u0438\u0431\u043e\u0440\u043d\u043e\u0439 \u043f\u0430\u043d\u0435\u043b\u0438. \u0412\u043e\u0442 \u0442\u0430\u043a\u0430\u044f \u0434\u0435\u0440\u0437\u043a\u0430\u044f \u0434\u0438\u0441\u043a\u043e-\u043b\u044e\u0431\u043e\u0432\u043d\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430 \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c! 

\n

                          

\n


\n

1st I`ve made some pen sketches/\u043a\u0430\u0440\u0430\u043d\u0434\u0430\u0448\u043d\u044b\u0435 \u043d\u0430\u0431\u0440\u043e\u0441\u043a\u0438

\n

       

\n


\n

https://www.youtube.com/watch?v=0fEkh3Tekh0

\n


\n

                                  

\n

                                   

\n

                    

\n

                                  

\n

Working with color, working on background/\u0440\u0430\u0431\u043e\u0442\u0430 \u0441 \u0446\u0432\u0435\u0442\u043e\u043c, \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430\u0434 \u0444\u043e\u043d\u043e\u043c

\n

\n

                                            

\n

Final

\n

                             

\n


\n

\n

In HopHead craft beer pub (Moscow).

\n

       

\n

image credit

\n


\n

If you like my post, please, follow, upvote or promote ;D/\u0435\u0441\u043b\u0438 \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0441\u044f \u043c\u043e\u0439 \u043f\u043e\u0441\u0442, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, follow, upvote \u0438\u043b\u0438 promote ;D 

\n

You can also share my post in steem.chat , it`s not too difficult, but I will be pleased :)/\u0412\u044b \u0442\u0430\u043a \u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043c\u043e\u0438\u043c \u043f\u043e\u0441\u0442\u043e\u043c \u0432 steem.chat , \u044d\u0442\u043e \u043d\u0435 \u0442\u0440\u0443\u0434\u043d\u043e, \u0430 \u043c\u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u044f\u0442\u043d\u043e

\n


\nMy other posts here on steemit.com/@nekromarinist   

\n", + "category": "art", + "children": 5, + "created": "2016-09-15T18:34:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c631130/v631130586/4897a/UsyNT0EQokU.jpg", + "https://pp.vk.me/c631130/v631130586/48996/V7--oIE2vuI.jpg", + "https://pp.vk.me/c631130/v631130586/48935/3oB5AeQOfwY.jpg", + "https://img.youtube.com/vi/0fEkh3Tekh0/0.jpg", + "https://pp.vk.me/c631130/v631130586/4893c/I4_Amqi5Nk8.jpg", + "https://pp.vk.me/c631130/v631130586/4894a/2zjqHv-ZRNQ.jpg", + "https://pp.vk.me/c631130/v631130586/48943/5rJESvF7mf8.jpg", + "https://pp.vk.me/c631130/v631130586/48951/DljDbt8jfQ8.jpg", + "https://pp.vk.me/c631130/v631130586/4896b/jgz_M-eXQGg.jpg", + "https://pp.vk.me/c631130/v631130586/48973/vojU6rdue_Y.jpg", + "https://pp.vk.me/c631130/v631130586/48958/ZUFO-y2z3go.jpg", + "https://pp.vk.me/c631130/v631130586/489cb/B_i7W5gsTwA.jpg", + "https://pp.vk.me/c631130/v631130586/489bb/ay-4mDfJasU.jpg", + "https://pp.vk.me/c631130/v631130586/489c2/2--bZMWs2MU.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=0fEkh3Tekh0", + "https://www.instagram.com/hophead_brewery/", + "https://steemit.com/@nekromarinist" + ], + "tags": [ + "art", + "ru", + "fun", + "robot", + "craftbeer" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1278796385783, + "payout": 0.371, + "payout_at": "2016-09-22T18:34:48", + "pending_payout_value": "0.371 HBD", + "percent_hbd": 10000, + "permlink": "love-machine-original-art-work", + "post_id": 1257125, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 57 + }, + "title": "LOVE MACHINE Original art work.", + "updated": "2016-09-15T18:42:36", + "url": "/art/@nekromarinist/love-machine-original-art-work" + }, + { + "active_votes": [ + { + "rshares": 3981528994407, + "voter": "riverhead" + }, + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 5342686120, + "voter": "kimziv" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 108030155625, + "voter": "cdubendo" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 116540986, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902891832, + "voter": "sisterholics" + }, + { + "rshares": 5255724830, + "voter": "karenb54" + }, + { + "rshares": 31929387326, + "voter": "laonie" + }, + { + "rshares": 1332506427, + "voter": "myfirst" + }, + { + "rshares": 6481129796, + "voter": "somebody" + }, + { + "rshares": 242323359, + "voter": "flysaga" + }, + { + "rshares": 1431727983, + "voter": "midnightoil" + }, + { + "rshares": 3581073710, + "voter": "xiaohui" + }, + { + "rshares": 161715466, + "voter": "elfkitchen" + }, + { + "rshares": 111953756, + "voter": "xiaokongcom" + }, + { + "rshares": 225679500, + "voter": "xianjun" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "karenb54", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.64, + "beneficiaries": [], + "blacklists": [], + "body": "Little things have scared me, like walking home on a dark night alone, thinking I was being followed, being attacked by my daughter. The one thing that has really scared me and made me realise how fragile all our lives are is:\n\nI was driving along the road to the metrocentre, Glen in the passenger seat and my 2 girls in the back. Jessica was playing up again, taking her seat belt off and climbing around the car, when we passed a crash, luckily Jessica noticed it and she put her seat belt back on, within minute of her doing this we heard a loud bang, there in front of me was a stationery car, I couldn\u2019t stop. I was doing 40mph straight into the back of it. Funnily enough about 20 mins before we hit I had noticed this yellow car in front with a private reg, having a joke I said look at that posh git, well yes that\u2019s the car I hit..*But it doesn\u2019t end there*\n\n
https://s20.postimg.org/4jraqc61p/car_crash.jpg
\n\nWhen we managed to get out of the car, with my vectra a right off. We noticed there was 2 other cars in front of the one I had hit, luckily or I should say unlucky for me the car behind me had managed to turn off just before the crash thus leaving a larger gap behind.. so with me being the fourth car I was to blame, My kids were screaming in the back, thankfully nothing serious, apart from minor whiplash, scratches and bruising we were all ok.\nGlen went to help the lady in the car in front of mine, and went to see if the others were ok. He got told by the lady in the first car, she was sorry she had suddenly stopped as the person behind her had clipped her, not pulling over to the side, just stopped in the middle of the road.\n\nWe all got out of our cars and waited at the side of the road, luckily for us all there was a policeman on a motorbike on the bridge above, he had come straight down to control things, Us being the only family that needed to go to hospital. One thing we really shouldn\u2019t have done, we should have waited to hear what everyone else had to say.\nWhen we got back home and the very same policeman came, all the stories had been changed, she denied stopping, she denied being clipped and I was to blame, he had said luckily the road was very congested that day and the speed was only 40 mph, usually its around 70.. Scares me what could have happened and what I could have lost.\n\n
https://s20.postimg.org/72czr0rrx/blame1.jpg
\n\nI had been driving for 15 years without an accident, Now here I was being cautioned for a four car pile up..the feelings I had were terrible, I felt useless, couldn\u2019t sleep or eat, I had nightmares with the screams of the kids.\nWhat really made matters worse was, about a month after the accident we all got a letter from the husband of the lady in the car in front of mine, thanking someone else for all there help getting there wife out of the car. That was my husband, and asking if we could please deal with this as quickly as possible..\nThe crash itself plays in my mind in slow motion, at the time of the crash I got a horrible taste in my mouth, the sickness in the bottom of my stomach.\n* What I could have lost that day*\nNow I am an extra careful driver, if I seem to be getting to close I get those feeling again, the taste in the mouth, the sickly feeling then I back off. Maybe it\u2019s a warning..\nMy kids still remember the crash, with Jessica over reacting again, she says, remember when you had that car crash and I broke my neck..It could have happened, if she hadn\u2019t had put her seat belt on after seeing the crash in front, she might not have been here\u2026it is to scary to think about..\n\nPlease drive carefully, take notice of other drivers, you could be the most perfect driver but if someone on the roads makes a mistake you could be the one who pays dearly for it..take your time..and BE AWARE\nThanks for reading\n\nhttps://s20.postimg.org/w3sdl01b1/20150513_135841.jpg |Hi I am Karen, I am here to write about my life and read about yours.. If you like what you read please upvote and leave me a message so I can come visit you | follow me on [Twitter](https://twitter.com/karen5416)\n--- | --- | ---", + "category": "crash", + "children": 0, + "created": "2016-09-15T18:33:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/4jraqc61p/car_crash.jpg", + "https://s20.postimg.org/72czr0rrx/blame1.jpg", + "https://s20.postimg.org/w3sdl01b1/20150513_135841.jpg" + ], + "links": [ + "https://twitter.com/karen5416" + ], + "tags": [ + "crash", + "cars", + "driving", + "family" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4152319786764, + "payout": 1.854, + "payout_at": "2016-09-22T18:33:15", + "pending_payout_value": "1.854 HBD", + "percent_hbd": 10000, + "permlink": "car-crash-that-could-have-changed-my-world", + "post_id": 1257114, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 23 + }, + "title": "Car crash that could have changed my world.", + "updated": "2016-09-15T18:33:15", + "url": "/crash/@karenb54/car-crash-that-could-have-changed-my-world" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 4134589909216, + "voter": "riverhead" + }, + { + "rshares": 2006571575186, + "voter": "hr1" + }, + { + "rshares": 1239194317889, + "voter": "rossco99" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 1534823711950, + "voter": "joseph" + }, + { + "rshares": 621013263954, + "voter": "masteryoda" + }, + { + "rshares": 8927357821, + "voter": "idol" + }, + { + "rshares": 800261748895, + "voter": "steemrollin" + }, + { + "rshares": 4839028197, + "voter": "sakr" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "rshares": 44948978408, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313699965, + "voter": "coar" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 58189176188, + "voter": "theshell" + }, + { + "rshares": 223669021166, + "voter": "will-zewe" + }, + { + "rshares": 85402720456, + "voter": "herzmeister" + }, + { + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "rshares": 42740945757, + "voter": "kimziv" + }, + { + "rshares": 4920595011, + "voter": "furion" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 13846432138, + "voter": "aaseb" + }, + { + "rshares": 4209539443, + "voter": "karen13" + }, + { + "rshares": 8926064181, + "voter": "noodhoog" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 932318275, + "voter": "poseidon" + }, + { + "rshares": 81126757108, + "voter": "thylbom" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 7223043327, + "voter": "sisterholics" + }, + { + "rshares": 1838905726, + "voter": "yoganarchista" + }, + { + "rshares": 8734196526, + "voter": "taker" + }, + { + "rshares": 255431411513, + "voter": "laonie" + }, + { + "rshares": 7994964655, + "voter": "myfirst" + }, + { + "rshares": 51848391811, + "voter": "somebody" + }, + { + "rshares": 1938565243, + "voter": "flysaga" + }, + { + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "rshares": 11453689270, + "voter": "midnightoil" + }, + { + "rshares": 28648120983, + "voter": "xiaohui" + }, + { + "rshares": 1293711711, + "voter": "elfkitchen" + }, + { + "rshares": 895620436, + "voter": "xiaokongcom" + }, + { + "rshares": 46605026907, + "voter": "eneismijmich" + }, + { + "rshares": 1805414369, + "voter": "xianjun" + }, + { + "rshares": 118221929, + "voter": "microluck" + }, + { + "rshares": 2539918110, + "voter": "dinamitduo" + }, + { + "rshares": 88481667, + "voter": "pompe72" + }, + { + "rshares": 14946610388, + "voter": "machinelearning" + }, + { + "rshares": 61087248, + "voter": "workout" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 26571947789, + "voter": "sponge-bob" + }, + { + "rshares": 27673075341, + "voter": "brains" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 1199700175, + "voter": "iuliuspro" + }, + { + "rshares": 1259790018, + "voter": "aksinya" + }, + { + "rshares": 164253196, + "voter": "computerscience" + }, + { + "rshares": 8448674998, + "voter": "hanai" + } + ], + "author": "eneismijmich", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.59, + "beneficiaries": [], + "blacklists": [], + "body": "You must have heard that life is a journey, not a destination. This is the big truth that we, repeatedly, understand superficially. Often we are so focused on the goal, that we completely forget to enjoy the path.\n\nhttps://puu.sh/rbX2i/70e07ec186.png\n\nWhen we achieve the goal, we forget to enjoy it and immediately create a new goal. That is not life, this is racing with life. I am certain that you will not be happy, bur rather tired. Soul searches for the experience, while the mind and ego give signs if something is good or bad for us. Soul is completely indifferent. For the soul, every experience means celebration, while you are maybe crying because of the mind, to whom literally a lot of things does not make sense. \n\nThe same applies to the transformation called *death*. We celebrate resurrection as the greatest symbol of life, and then we are crying in the moment of someone's death. The mind is strange, isn't it?\n\nhttps://puu.sh/rbX1U/3cc83557c6.png\n\nRelax. It doesn't matter where you are in your level of expansion, you can't miss the road to home. While you are breathing, you are on the right track. Try to accept this moment as a moment in which there is no goal, and there is no end. The game never ends. This is excellent news. We came here to play, not to win. The game ends with victory, and God's Child in us still wants to play.\n\nOne beautiful wisdom reminds us: *\"Everything will be fine. If it isn't fine, then it isn't the end.\"* You always have the chance for new choices. This is very important to understand. You shouldn't hate the process just because you are not on your imaginary goal. You trust the process. You are exactly where your soul wants you to be. Don't let your mind tell you any different. \n\nhttps://puu.sh/rbXjG/ea493b7d14.png\n\nEverything is always a matter of the focus on things you have instead of the things you are missing. Today, again you are taking for granted the things that once were a goal. You forget to enjoy. Time is only an illusion of the mind. What if that is the point that you current process wants to teach you? If time is illusion, and it is, what's the hurry?\n\nhttps://puu.sh/rbWSn/313549d802.png\n\nTake a deep breath in and out. Experience life in the breath. The only goal is hiding in the breath of life. Everything is good, just the way it is. Don't forget that nothing ever happens without the God's blessing. Don't forget that you are guided. And, the most important, don't forget that we would most certainly go wrong if we'd try to determine what is the best time for us. The one who sees the big picture knows where you're headed and where you want to arrive.\n\nhttps://puu.sh/rbWLA/86e34b50b7.png\n\nTrust the process. It is the true test of our faith and wisdom. And enjoy. Without it nothing makes sense, right?\nThe sentence that many repeat in the end of the road: *\"I should've enjoyed more!\"*\n\nAll our life is a mere blink of an eye in the eternity. It is too small for such amount of worry. The life is not a serious thing, just the opposite. Life is the experience game. The point is not in the destination. The journey is our only destination. Isn't it then wiser to enjoy right away?\n\nhttps://puu.sh/rbX8F/2ea42f6dc9.png\n\n*\"Success isn't measured by money or material things.*\n*Success is measured by the amount of joy you feel.\"*\n\nFor more awesome images check this guy: [Psychedelic Maniac](thepsychedelicmaniac.tumblr.com)", + "category": "mindfulness", + "children": 0, + "created": "2016-09-15T18:31:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://puu.sh/rbX2i/70e07ec186.png", + "https://puu.sh/rbX1U/3cc83557c6.png", + "https://puu.sh/rbXjG/ea493b7d14.png", + "https://puu.sh/rbWSn/313549d802.png", + "https://puu.sh/rbWLA/86e34b50b7.png", + "https://puu.sh/rbX8F/2ea42f6dc9.png" + ], + "links": [ + "thepsychedelicmaniac.tumblr.com" + ], + "tags": [ + "mindfulness", + "life", + "health", + "psychology", + "philosophy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14809262337539, + "payout": 15.259, + "payout_at": "2016-09-22T18:31:45", + "pending_payout_value": "15.259 HBD", + "percent_hbd": 10000, + "permlink": "4rgubt-journey-of-life", + "post_id": 1257103, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 67 + }, + "title": "Journey of life", + "updated": "2016-09-15T18:51:54", + "url": "/mindfulness/@eneismijmich/4rgubt-journey-of-life" + }, + { + "active_votes": [ + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 163233641, + "voter": "ourdailybread" + } + ], + "author": "ourdailybread", + "author_payout_value": "0.000 HBD", + "author_reputation": 34.72, + "beneficiaries": [], + "blacklists": [], + "body": "\"Clipboardimage2016-09-160228248aa58.png\"\n\nWhile staying in a hotel in a small town I noticed that the church across the street was having a service. People were jammed into the church with a standing-room-only crowd of both young and old flowing out onto the sidewalk. When I noticed a hearse by the curb, I realized it was a funeral. And given the crowd, I assumed that it was the celebration of the life of some local hero\u2014perhaps a wealthy businessperson or a famous personality. Curious, I said to the desk clerk, \u201cThat\u2019s an amazing turnout for a funeral; it must be for a famous person in town.\u201d\n\n\u201cNo,\u201d he replied. \u201cHe wasn\u2019t rich or famous but he was a good man.\u201d\n\nThis reminded me of the wisdom of the proverb that says, \u201cA good name is more desirable than great riches\u201d (Prov. 22:1). It\u2019s a good idea to think about what kind of legacy we are leaving for our family, friends, and neighbors. From God\u2019s perspective it\u2019s not our resum\u00e9 or the amount of money we\u2019ve accumulated that matters but rather the kind of life we have lived.\n\nWhen a friend of mine passed away, his daughter wrote, \u201cThis world has lost a righteous man and in this world that is no small thing!\u201d It\u2019s that kind of legacy that we should be seeking for the glory of God. \u2014Joe Stowell\n\n Lord, help me to pursue a life that is pleasing to You and honors Your name.\n\nLive to leave a legacy for God\u2019s glory.\n\nINSIGHT: The Proverbs hold wisdom to help us live for the Lord and leave a legacy. Just the first 8 verses of Proverbs 22 are loaded with wonderful insights about many different aspects of life. Verse 1 tells us of the value of a good name. The Hebrew word for \u201cgood name\u201d carries with it the idea of \u201cgood repute\u201d (see Eccl. 7:1). Dennis Fisher\n\nYour vote will makes a different.\n\nRead: Proverbs 22:1-12\nBible in a Year: Psalms 91-93; Romans 15:1-13\n-odb.org", + "category": "inspriation", + "children": 0, + "created": "2016-09-15T18:30:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/Clipboardimage2016-09-160228248aa58.png" + ], + "tags": [ + "inspriation", + "life", + "love", + "blockchain" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 299555671, + "payout": 0.0, + "payout_at": "2016-09-22T18:30:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "a-legacy-life", + "post_id": 1257098, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "A Legacy Life", + "updated": "2016-09-15T18:30:54", + "url": "/inspriation/@ourdailybread/a-legacy-life" + }, + { + "active_votes": [ + { + "rshares": 6137233679, + "voter": "kingofchaos" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 8751043314, + "voter": "noodhoog" + }, + { + "rshares": 1173953902, + "voter": "rada" + }, + { + "rshares": 50193769, + "voter": "f1111111" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "kingofchaos", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.79, + "beneficiaries": [], + "blacklists": [], + "body": "\n\nThe nicest thing about Steemit is, that its evolution is fairly good documented. \nThe data is very disappointing though. Nothings changing. \nEverything visible is just going one way, down.\nhttps://www.youtube.com/watch?v=V_ONyukSLqA\n\nAll efforts promoted as solutions are built around the current mess. None of the people in charge would change anything substantial. Its not in their interest, it would hurt their standing. \nThey preferably gonna milk this cow until it's certain death. \n\nI really wonder, whether its justified to call it a scam already. The way it was introduced and it is maintained never added any value to the platform, only to its insiders, on the back of the successors. \nSo thats a Ponzi Scheme, right, ugly word, isn't it?\n\nYou call yourself a social media platform, but refuse to look at how your users would like to interact with each other, pretending its for the better of the system. It seems like user interaction and freedom of use is the least of your concerns. Factually, every measure you've taken was curbed by one condition, to keep the eggs together as long and as close as possible and cut off as much capital as you could.\n\nIn the real world, which you pretend to address, your projection just doesn't work.\nThe picture on the wall is dim and has a lot of blind spots. The system itself is fine, well done. \nBut most people in charge for the project are still talking out of their arses. \nThats either intentional, or by incapability. Either way, its happening by management.\n\nIt couldn't take too long now, until the novelty focus completely turns away. \nEither thru a clone, or by a competitor with a proprietary system. \n\nCheers", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:30:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://ipfs.pics/ipfs/QmXQwaNdLJgxLuRCXp8PD2KpmJQmvzqttJTH7JgxktgCgD", + "https://img.youtube.com/vi/V_ONyukSLqA/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=V_ONyukSLqA" + ], + "tags": [ + "steemit", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16347323894, + "payout": 0.003, + "payout_at": "2016-09-22T18:30:42", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "terrible-performance", + "post_id": 1257095, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Terrible Performance!", + "updated": "2016-09-15T18:30:42", + "url": "/steemit/@kingofchaos/terrible-performance" + }, + { + "active_votes": [ + { + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 65124522, + "voter": "rpo" + }, + { + "rshares": 4730479592, + "voter": "penguinpablo" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 1224183852, + "voter": "iuliuspro" + } + ], + "author": "stranger27", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.13, + "beneficiaries": [], + "blacklists": [], + "body": "Have you encountered such situation where so many tasks need to be done so you just don't know what to begin with? \n
\nhttp://rebootauthentic.com/wp-content/uploads/2015/06/urgent_Vs_important.png\n[source](http://rebootauthentic.com/urgent-vs-important/)\n
\n\nFortunately, it happens not so often, but how to manage it? If you know how to solve this hard task - limited time and a plenty of work to do, just skip this post and save your time. Otherwise I would recommend an efficient tool I use myself to cope with it. It is simple, easy to remember and all is required is a sheet of paper and a pen or just good memory\n\n

Eisenhower's matrix (Urgent-Important Matrix)

\n\n> \u201cWhat is important is seldom urgent and what is urgent is seldom important.\u201d ~ Dwight D. Eisenhower ([source](http://blog.sandglaz.com/the-urgent-important-matrix))\n\nThis mind tool was often used by U.S. president Dwight D. Eisenhower and later Dr Stephen Covey told about this effective concept in his famous book \"The 7 Habits of Highly Effective People\" fame) where he called it Urgent-Important Matrix. Look at this picture:\n\n![](https://ansusconsultingblog.files.wordpress.com/2013/11/eisenhower-matrix.png)\n[source](https://ansusconsultingblog.wordpress.com/2013/11/21/time-management-4-easy-steps-to-get-things-done-2/)\n\nYou see, it is very easy - the matrix consists of 4 squares and all you need to do is to spread all your tasks into 4 groups according to their importance and urgency.\n\n

Let's look at this simple example:

\n\nToday I need to: \n\n- make several posts on Steemit, \n- clean my room (last time it was a week ago), \n- have supper, \n- play War Robots (my favorite android game), \n- help my wife with English \n- and to call my mother and father to get know how they are doing \n- and go to the store to buy some stuff required for today . \n- find an apartment for 2 nights for next weekend trip to another city (Vinnitca, they say there is awesome fountain)\n\nAnd it is 16:00 now. 8 items to be done. So what should I do?\n
\nRight! First of all I choose the most important and most urgent things, that will be \n\nFirst square: Important and Urgent \n\n- go to shop untill it is closed (I really need some stuff for today!)\n- call my parents untill it is not too late\n\nI begin to do it immediatly after my matrix is ready.\n\nSecond square: Not Urgent but still Important \n\n- clean the room \n- help my wife\n- have supper\n- posts on Steemit (anyway whales are rarely seen according to [catchawhale.com](http://catchawhale.com).\n\nThis also important but I can do it later and I need to do it myself. \nThat's why I proceed with this after all tasks fron first square are done.\n\nThird square: Not important but still Urgent\n\n- finding an apartment (It can be a problem if delayed because all good apartments can be already booked after several days)\n\nOh, I can delegate it to my wife! \n\nFour square: Not Urgent and Not Important \n\n- playing War Robots\n\nFor current moment I can live without it :) Maybe tomorrow I show them all who is great fighter but not today.\n\nThat's all, guys! I wish you to be successful and productive.Peace.", + "category": "blog", + "children": 2, + "created": "2016-09-15T18:27:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://rebootauthentic.com/wp-content/uploads/2015/06/urgent_Vs_important.png", + "https://ansusconsultingblog.files.wordpress.com/2013/11/eisenhower-matrix.png" + ], + "links": [ + "http://rebootauthentic.com/urgent-vs-important/", + "http://blog.sandglaz.com/the-urgent-important-matrix", + "https://ansusconsultingblog.wordpress.com/2013/11/21/time-management-4-easy-steps-to-get-things-done-2/", + "http://catchawhale.com" + ], + "tags": [ + "blog", + "lifehack", + "life", + "writing", + "time" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 32342026205, + "payout": 0.007, + "payout_at": "2016-09-22T18:27:21", + "pending_payout_value": "0.007 HBD", + "percent_hbd": 10000, + "permlink": "what-to-do-if-you-face-a-lot-of-different-tasks-that-should-be-done-till-yesterday", + "post_id": 1257055, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "What to do if you face a lot of different tasks that should be done till yesterday.", + "updated": "2016-09-15T18:30:12", + "url": "/blog/@stranger27/what-to-do-if-you-face-a-lot-of-different-tasks-that-should-be-done-till-yesterday" + }, + { + "active_votes": [ + { + "rshares": 4134581798123, + "voter": "riverhead" + }, + { + "rshares": 3313249953310, + "voter": "pharesim" + }, + { + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 1534717563460, + "voter": "joseph" + }, + { + "rshares": 98682259833, + "voter": "aizensou" + }, + { + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 284401462010, + "voter": "chitty" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 89897956816, + "voter": "eeks" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "rshares": 172751875332, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 58189176188, + "voter": "theshell" + }, + { + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "rshares": 3925670964026, + "voter": "satoshifund" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 85402720456, + "voter": "herzmeister" + }, + { + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 42740945757, + "voter": "kimziv" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "rshares": 59061289095, + "voter": "lehard" + }, + { + "rshares": 3417427733, + "voter": "orly" + }, + { + "rshares": 5165610356, + "voter": "riscadox" + }, + { + "rshares": 8950458328, + "voter": "cmtzco" + }, + { + "rshares": 198384500562, + "voter": "fabio" + }, + { + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 111055672943, + "voter": "sigmajin" + }, + { + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "rshares": 13846328779, + "voter": "aaseb" + }, + { + "rshares": 3857388226, + "voter": "incomemonthly" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 10646469982, + "voter": "deviedev" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "rshares": 93792164062, + "voter": "inertia" + }, + { + "rshares": 33739199475, + "voter": "creemej" + }, + { + "rshares": 2654553033, + "voter": "the-future" + }, + { + "rshares": 14763294144, + "voter": "nippel66" + }, + { + "rshares": 159342196635, + "voter": "blueorgy" + }, + { + "rshares": 167934545479, + "voter": "opheliafu" + }, + { + "rshares": 932318275, + "voter": "poseidon" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 31459352664, + "voter": "deanliu" + }, + { + "rshares": 5497387091, + "voter": "sharker" + }, + { + "rshares": 1659490970, + "voter": "tokyodude" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 1845389893, + "voter": "yarly" + }, + { + "rshares": 278093833, + "voter": "yarly2" + }, + { + "rshares": 278509900, + "voter": "yarly3" + }, + { + "rshares": 160888481, + "voter": "yarly4" + }, + { + "rshares": 161796836, + "voter": "yarly5" + }, + { + "rshares": 92224612, + "voter": "yarly7" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 230455938, + "voter": "jasen.g1311" + }, + { + "rshares": 7223043327, + "voter": "sisterholics" + }, + { + "rshares": 446373286, + "voter": "yarly10" + }, + { + "rshares": 238875070, + "voter": "yarly11" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 83516643, + "voter": "yarly12" + }, + { + "rshares": 3448954519, + "voter": "sulev" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 7506600577, + "voter": "jed78" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 14430038673, + "voter": "felixxx" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 255431411513, + "voter": "laonie" + }, + { + "rshares": 157521707420, + "voter": "twinner" + }, + { + "rshares": 12593318020, + "voter": "thebluepanda" + }, + { + "rshares": 23916491019, + "voter": "laoyao" + }, + { + "rshares": 7994964655, + "voter": "myfirst" + }, + { + "rshares": 51848391811, + "voter": "somebody" + }, + { + "rshares": 1938565243, + "voter": "flysaga" + }, + { + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "rshares": 7842831090, + "voter": "chris.roy" + }, + { + "rshares": 5558177167, + "voter": "denn" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 11453689270, + "voter": "midnightoil" + }, + { + "rshares": 51383056, + "voter": "whatyouganjado" + }, + { + "rshares": 2275125890, + "voter": "andrew0" + }, + { + "rshares": 28648120983, + "voter": "xiaohui" + }, + { + "rshares": 1293711711, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5683510464, + "voter": "oflyhigh" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 895620436, + "voter": "xiaokongcom" + }, + { + "rshares": 12687522802, + "voter": "gargon" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 1805414369, + "voter": "xianjun" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 118221929, + "voter": "microluck" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 10261652613, + "voter": "pjheinz" + }, + { + "rshares": 88481667, + "voter": "pompe72" + }, + { + "rshares": 83628622374, + "voter": "serejandmyself" + }, + { + "rshares": 108403024, + "voter": "pollina" + }, + { + "rshares": 4931895395, + "voter": "mindfreak" + }, + { + "rshares": 14804566536, + "voter": "nastik" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 1009554365, + "voter": "dajohns1420" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 3838533556, + "voter": "newandold" + }, + { + "rshares": 1576511020, + "voter": "pollux.one" + }, + { + "rshares": 7779349622, + "voter": "einsteinpotsdam" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 174778016, + "voter": "greatness" + }, + { + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "rshares": 3630299933, + "voter": "ethical-ai" + }, + { + "rshares": 45843089173, + "voter": "zahnspange" + }, + { + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "rshares": 217064607, + "voter": "jaredandanissa" + }, + { + "rshares": 414338857, + "voter": "steemorama" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "rshares": 330365849, + "voter": "panther" + }, + { + "rshares": 27673000226, + "voter": "brains" + }, + { + "rshares": 4235195851, + "voter": "funnyman" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 11833929978, + "voter": "herpetologyguy" + }, + { + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "rshares": 1233685675, + "voter": "anns" + }, + { + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 1326703271, + "voter": "michaelstobiersk" + }, + { + "rshares": 7187212765, + "voter": "dresden" + }, + { + "rshares": 30995623639, + "voter": "goldmatters" + }, + { + "rshares": 117881389, + "voter": "bleujay" + }, + { + "rshares": 304359441, + "voter": "risabold" + } + ], + "author": "knozaki2015", + "author_payout_value": "0.000 HBD", + "author_reputation": 69.9, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\"SPOTTED\"

\n


\n

On my travel to Berlin, Germany I have SPOTTED this strange Building. 

\n

Can you guess the purpose of this strange corridor? 

\n


\n
\"2016-08-14
\nHere are some possible answers:

\n
    \n
  • This is a Passage where people used to smuggle food and cigarettes between West and East Berlin
  • \n
  • This is a Hospital and connecting two Wings
  • \n
  • This is a worm hole and connecting Berlin and Jupiter
  • \n
  • This is a Hostel and the toilets are in the other Wing
  • \n
  • ....
  • \n
\n


\n\"2016-08-14
\n
\n 

\n
To make it more fun a reward of 10 STEEM POWER will be given to the first correct answer of the purpose of this strange corridor.  
\n
And a Special Reward of 5 Steem Power goes to the strangest, funniest Answer!  
\n


\n

I will release the answer after a couple of hours so hurry and pick your answer. (2 answers per person only!!!)

\n

If you like my Post, please follow me! 

\n

I am blogging about the following topics :

\n
    \n
  • I travel the world (Travel and Restaurant Blog)
  • \n
  • Exposed (Uncovering Stories you need to know)
  • \n
  • Lifehacks (How to save money,etc) 
  • \n
  • SPOTTED (Limited Edition Food ,Drinks, Gadgets)
  • \n
  • Steemperlen (German Version)
  • \n
  • SQUEEZE (Interview Series) 
  • \n
  • COOKED (10 Episodes Cooking Series)
  • \n
\n", + "category": "contest", + "children": 28, + "created": "2016-09-15T18:23:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s14.postimg.org/i75tlx3s1/SPOTTED.jpg", + "https://s22.postimg.org/s90fnlg7l/2016_08_14_17_21_48.jpg", + "https://s22.postimg.org/q5q0fxgep/2016_08_14_17_22_34.jpg" + ], + "links": [ + "https://postimg.org/image/ciziv0zfh/", + "https://steemit.com/@knozaki2015", + "https://steemit.com/food/@knozaki2015/i-travel-the-world-part-25-cafe-viena-feat-the-worlds-best-sandwich-ny-times", + "https://steemit.com/deutsch/@knozaki2015/steemperlen-1", + "https://steemit.com/food/@knozaki2015/fantastic-seafood-paella-cooked-2-with-the-master-of-paella-gargon" + ], + "tags": [ + "contest", + "travel", + "minnowsunite", + "steemsquad", + "berlin" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26540390904529, + "payout": 44.396, + "payout_at": "2016-09-22T18:23:30", + "pending_payout_value": "44.396 HBD", + "percent_hbd": 10000, + "permlink": "the-strangest-building-in-berlin", + "post_id": 1257027, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 171 + }, + "title": "SPOTTED #6 : The strangest Building in Berlin", + "updated": "2016-09-15T19:04:48", + "url": "/contest/@knozaki2015/the-strangest-building-in-berlin" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.tavern.yaml new file mode 100644 index 00000000..dd1ac462 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/max_limit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort feed patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"feed", "account":"always1success", "limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "bridge_api_patterns/get_account_posts/feed" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.orig.json new file mode 100644 index 00000000..bcdd5818 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.orig.json @@ -0,0 +1,3 @@ +post_id author permlink +------- --------------- ------------------------------------------------------------------------------------------------------------------------------- + 961025 anton333 origami-part-11-the-model-of-skeleton-hands \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.pat.json new file mode 100644 index 00000000..28bad0b3 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.pat.json @@ -0,0 +1,41 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.63, + "author_role": "admin", + "author_title": "", + "beneficiaries": [], + "blacklists": [], + "body": "only crocodiles 03", + "category": "hive-135485", + "children": 0, + "community": "hive-135485", + "community_title": "World News", + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": {}, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "payout": 0.0, + "payout_at": "2016-09-22T19:47:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 0 + }, + "title": "powerful crocodile 03", + "updated": "2016-09-15T19:47:45", + "url": "/hive-135485/@blocktrades/crocodile03" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.tavern.yaml new file mode 100644 index 00000000..640955ae --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/min_limit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort feed patterns test + + marks: + - patterntest + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"feed", "account":"always1success", "limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "bridge_api_patterns/get_account_posts/feed" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.orig.json new file mode 100644 index 00000000..e8b4dee5 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.orig.json @@ -0,0 +1,102 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960293 knozaki2015 the-strangest-building-in-berlin + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960283 asdes what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya + 960261 lifeworship the-1-out-of-10-hypothesis-application-and-some-observations + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960251 robotev status-update-after-the-16th-day-of-my-operation + 960249 fairz the-wild-west-animation + 960238 ozchartart usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept + 960234 rtd rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming + 960228 richardjuckes wait-says-henry-flower-reading-the-news-original-poetry + 960212 onetree my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction + 960211 keithwillshine are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines + 960202 generation.easy kicking-the-habit-campaign + 960201 hilarski call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms + 960187 aggroed in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source + 960185 ratidor king-titus-vape-artist-residency + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 960162 zaitsevalesyaa origami-art-fishs + 960146 future24 diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german + 960138 tygergamer my-thoughts-on-far-cry-primal + 960131 creatr agorism-how-to-become-free-in-an-unfree-world + 960128 isteemit poem-what-do-you-await-a-motivational-piece + 960116 rtd breaking-news-trump-economic-plan + 960110 jamtaylor steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend + 960085 kingarbinv cheetah-and-anyx-bots + 960084 cryptosi join-steem-teem-online-publishing-collective-exclusively-built-for-steemit + 960067 curie the-daily-curie-14th-sept-15th-sept-2016 + 960063 alienbutt alien-or-plant + 960054 shla-rafia flyer-promo-in-amsterdam-for-steemfest-and-steemit + 960043 xntryk1 swapmeet-finds-159 + 960036 groovedigital when-your-dad-works-in-hollywood + 960030 bo-ro new-altcoins-on-exchanges-7-sept-13-15-2016 + 960021 alwayzgame my-relationship-with-money + 960000 lesliestarrohara fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips + 959989 pollina pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus + 959988 ledzep1981 mein-menschenbild + 959986 changelly how-to-exchange-bitcoin-btc-to-ripple-xrp + 959979 eight-rad free-17-images-for-your-steemit-posts + 959969 sethlinson was-9-11-an-inside-job-i-don-t-know-and-neither-do-you + 959963 iontom breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable + 959937 ziogio my-first-withdraw-from-steemit-to-paypal + 959927 seeker27 fda-finds-monsanto-s-weed-killer-in-u-s-honey + 959920 mihaiart the-queen-of-amazon-drawing-a-visual-progression + 959906 gavicrane a-window-into-my-last-sketchbook-12-images + 959904 aggroed exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white + 959902 groovedigital blast-from-the-past-courage-the-cowardly-dog + 959899 squadron pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash + 959895 webdeals job-or-love + 959894 jackgallenhall amazing-art-of-street + 959892 titusfrost new-mr-robot-episode-introduces-e-corp-s-new-ecoin + 959884 carloseclectic3d feeling-the-darkwave + 959880 rynow 28jsvo-daily-scripture + 959870 l0k1 1-thousand-postages + 959864 tanyabtc jellyfish + 959863 armanibadboy space-video-online-channel-chat + 959860 richardcrill should-i-be-long-on-ethereum + 959846 handmade simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final + 959841 ledzep1981 sind-menschen-dumm-oder-nicht + 959838 chanbam satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey + 959832 boddhisattva memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto + 959812 transhuman how-ai-detects-mental-illness + 959805 herverisson digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia + 959803 steempowerwhale for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats + 959795 the-future glass-painting-wild-steemit-ace-card-heart + 959783 serejandmyself captured-by-time-an-original-novel-chapter-1 + 959782 groovedigital the-simpsons-by-banksy + 959757 grisha-danunaher russian-beauty-krasota-po-russkii + 959756 lemouth en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur + 959755 perspective the-weight-of-freedom + 959754 herpetologyguy what-are-herptiles-indentifying-reptiles-vs-amphibians + 959738 modernbukowski 3-best-ways-how-to-not-make-money-on-steemit + 959724 hipster obzor-kiber-ekonomiki-za-avgust + 959720 macartem 5-most-important-whales + 959714 wpalczynski take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead + 959690 mevilkingdom the-gift-of-family-stories-of-a-toy-collector-1 + 959684 anmuravjev russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1 + 959656 wifi best-erotic-chat + 959655 blend this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast + 959651 reneenouveau subject-excessive-force-at-the-south-entrance + 959642 future24 new-update-from-my-balcony-big-bigger-african-blue-basil-english-german + 959641 groovedigital world-economy-explained-european-debt-crisis + 959634 mama-steem kak-pomoch-podruzhke-brosit-kurit + 959630 orcish half-body-lines-original-art + 959627 ekremi12 three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac + 959616 streetstyle isaac-newton-got-it-wrong-with-this-apple + 959605 kreet my-new-dotwork-art-primal-knife-timelapse + 959598 denn everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey + 959597 charlie.wilson the-word-you-can-be-called-in-america-with-adam-kokesh + 959577 cjclaro note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok + 959574 extie-dasilva will-next-gen-civilizations-begin-in-developing-countries + 959573 achim86 html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung + 959561 luup imgsafe-org-down + 959550 dims early-pre-hispanic-use-of-indigo-blue-in-peru + 959547 pjheinz invasion-of-giant-insects-and-the-square-cube-law + 959536 thelocalgermany 113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man + 959516 uwe69 anonymer-spender-gibt-38-bitcoins-fuer-african-water-project + 959509 loca so-little-time-so-much-to-do + 959506 markrmorrisjr original-fiction-anarchist-s-almanac-episode-15 + 959502 anmuravjev russian-mafia-organized-crime-group-from-inside-real-story-part-1 + 959501 infinitor the-mastermind-an-original-novel-chapter-2 \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.pat.json new file mode 100644 index 00000000..8c993824 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.pat.json @@ -0,0 +1,19548 @@ +[ + { + "active_votes": [ + { + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "rshares": 440845842, + "voter": "lee2" + }, + { + "rshares": 26932201065, + "voter": "lee3" + }, + { + "rshares": 8677295375, + "voter": "lee4" + }, + { + "rshares": 22149018521, + "voter": "lee5" + }, + { + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "rshares": 104880949618, + "voter": "eeks" + }, + { + "rshares": 24694558802, + "voter": "fkn" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "rshares": 106635691300, + "voter": "asch" + }, + { + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "rshares": 579494558, + "voter": "kodi" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 58188888655, + "voter": "theshell" + }, + { + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 36407027386, + "voter": "altoz" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "rshares": 4682885200, + "voter": "usefree" + }, + { + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 17908924002, + "voter": "grey580" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "rshares": 3350419346, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 118094280271, + "voter": "furion" + }, + { + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "rshares": 578386960, + "voter": "barbara2" + }, + { + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 33739229218, + "voter": "creemej" + }, + { + "rshares": 87223247, + "voter": "wildchild" + }, + { + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "rshares": 24417687626, + "voter": "phenom" + }, + { + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "rshares": 20026634941, + "voter": "positive" + }, + { + "rshares": 1809205777, + "voter": "yarly" + }, + { + "rshares": 272641013, + "voter": "yarly2" + }, + { + "rshares": 273048922, + "voter": "yarly3" + }, + { + "rshares": 157733805, + "voter": "yarly4" + }, + { + "rshares": 158624349, + "voter": "yarly5" + }, + { + "rshares": 90416287, + "voter": "yarly7" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "rshares": 437620869, + "voter": "yarly10" + }, + { + "rshares": 234191245, + "voter": "yarly11" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 81879061, + "voter": "yarly12" + }, + { + "rshares": 674282213, + "voter": "fnait" + }, + { + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "rshares": 157521707420, + "voter": "twinner" + }, + { + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "rshares": 246279861104, + "voter": "somebody" + }, + { + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "rshares": 5831615639, + "voter": "brendio" + }, + { + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "rshares": 2343183825, + "voter": "paynode" + }, + { + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 62928860, + "voter": "session101" + }, + { + "rshares": 52985539, + "voter": "steemo" + }, + { + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "rshares": 52848854, + "voter": "steema" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 91519215715, + "voter": "miacats" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 53661976, + "voter": "jarvis" + }, + { + "rshares": 591109646, + "voter": "microluck" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 88481667, + "voter": "pompe72" + }, + { + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "rshares": 50680459, + "voter": "thermor" + }, + { + "rshares": 50691211, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "rshares": 65868377, + "voter": "lensessions" + }, + { + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 101945845, + "voter": "slorunner" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 32463005362, + "voter": "daut44" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "rshares": 3915304227, + "voter": "newandold" + }, + { + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "rshares": 588228551, + "voter": "profanarky" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 174778016, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "rshares": 53413720, + "voter": "lighter" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 323483227, + "voter": "panther" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "rshares": 54239080444, + "voter": "brains" + }, + { + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "rshares": 157644916, + "voter": "iggy" + }, + { + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "rshares": 51631638, + "voter": "archij" + }, + { + "rshares": 51530815, + "voter": "movie7283" + }, + { + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "rshares": 51520427, + "voter": "jj1968" + }, + { + "rshares": 51516489, + "voter": "cineger" + }, + { + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "rshares": 51235131, + "voter": "glassheart" + }, + { + "rshares": 51215236, + "voter": "deli" + }, + { + "rshares": 1233685675, + "voter": "anns" + }, + { + "rshares": 50798322, + "voter": "breeze" + }, + { + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "rshares": 50676799, + "voter": "shy2675" + }, + { + "rshares": 50675747, + "voter": "suance1009" + }, + { + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "rshares": 50673722, + "voter": "fischer67" + }, + { + "rshares": 50672116, + "voter": "elya1" + }, + { + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "rshares": 50616898, + "voter": "apple4006" + }, + { + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "rshares": 50611931, + "voter": "dongperi" + }, + { + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "rshares": 50609329, + "voter": "psj212" + }, + { + "rshares": 50608661, + "voter": "owithed2" + }, + { + "rshares": 50606929, + "voter": "fiself2" + }, + { + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "rshares": 50572441, + "voter": "unilever" + }, + { + "rshares": 50540827, + "voter": "amstel" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50479027, + "voter": "sunlight" + }, + { + "rshares": 50355943, + "voter": "forea1995" + }, + { + "rshares": 50354561, + "voter": "holow1968" + }, + { + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "rshares": 50346496, + "voter": "himighar2" + }, + { + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "rshares": 50344921, + "voter": "runis1943" + }, + { + "rshares": 50344067, + "voter": "tong1962" + }, + { + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "rshares": 51393104, + "voter": "buit1989" + }, + { + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "rshares": 51387526, + "voter": "infees2" + }, + { + "rshares": 51384095, + "voter": "suar1997" + }, + { + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "rshares": 51380710, + "voter": "stroned96" + }, + { + "rshares": 51378107, + "voter": "drethe" + }, + { + "rshares": 51377505, + "voter": "qualwas" + }, + { + "rshares": 51376367, + "voter": "phent1994" + }, + { + "rshares": 51375075, + "voter": "baboyes" + }, + { + "rshares": 51373532, + "voter": "whor1973" + }, + { + "rshares": 51372739, + "voter": "youreforn" + }, + { + "rshares": 51371902, + "voter": "voll1981" + }, + { + "rshares": 51370717, + "voter": "copenty2" + }, + { + "rshares": 51369717, + "voter": "maject2" + }, + { + "rshares": 51367233, + "voter": "coust1997" + }, + { + "rshares": 51366398, + "voter": "busionea84" + }, + { + "rshares": 51365174, + "voter": "therver1" + }, + { + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "rshares": 51359746, + "voter": "anity1994" + }, + { + "rshares": 59959066, + "voter": "themphe1" + }, + { + "rshares": 51355864, + "voter": "abild1988" + }, + { + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "rshares": 66162576, + "voter": "afteld1" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 158057595, + "voter": "sdc" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "rshares": 157726117, + "voter": "illusions" + }, + { + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "rshares": 156847954, + "voter": "correct" + }, + { + "rshares": 156814579, + "voter": "haribo" + }, + { + "rshares": 156194471, + "voter": "stimmt" + }, + { + "rshares": 156054487, + "voter": "fallout" + }, + { + "rshares": 159062820, + "voter": "rule" + }, + { + "rshares": 155907388, + "voter": "xtreme" + }, + { + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "rshares": 158535752, + "voter": "nerds" + }, + { + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "rshares": 155796749, + "voter": "majes" + }, + { + "rshares": 155166715, + "voter": "maxb02" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 120983531, + "voter": "bleujay" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 298391608, + "voter": "risabold" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "rshares": 519265850, + "voter": "doubledex" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.46, + "beneficiaries": [], + "blacklists": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
\n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
\nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg", + "https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png", + "https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg" + ], + "links": [ + "https://dollarvigilante.com/subscribe" + ], + "tags": [ + "money", + "gold", + "silver", + "bitcoin", + "crisis" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "payout": 595.718, + "payout_at": "2016-09-22T18:23:15", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "reblogged_by": [ + "funny" + ], + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 387 + }, + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "updated": "2016-09-15T18:23:15", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "rshares": 89622770903, + "voter": "gtg" + }, + { + "rshares": 5532456237, + "voter": "on0tole" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 1005566128, + "voter": "danielkt" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 7861460530, + "voter": "asdes" + }, + { + "rshares": 5669340710, + "voter": "denn" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 81380841, + "voter": "dims" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 54744688, + "voter": "waldemar-kuhn" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + } + ], + "author": "asdes", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.72, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

 Light thoughts, dear friends, dear readers! My name is Antonina. I live in Belarus - a beautiful country, I can tell you! However, like all Slavic countries. I've thought: what word can characterize my life... Improvisation! It's the most accurate of them. I love word and the way led me to the faculty of journalism and work in newspapers, magazines, websites - articles, meetings with interesting people, interview ... But I dreamed about freedom! 

\n
 \u0421\u0432\u0435\u0442\u043b\u044b\u0445 \u043c\u044b\u0441\u043b\u0435\u0439, \u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f, \u0443\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438! \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043d\u0442\u043e\u043d\u0438\u043d\u0430. \u042f \u0436\u0438\u0432\u0443 \u0432 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u0438 \u2013 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u0435\u0439\u0448\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0430, \u044f \u0412\u0430\u043c \u0441\u043a\u0430\u0436\u0443! \u0412\u043f\u0440\u043e\u0447\u0435\u043c, \u043a\u0430\u043a \u0438 \u0432\u0441\u0435 \u0441\u043b\u0430\u0432\u044f\u043d\u0441\u043a\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u044b. \u0417\u0430\u0434\u0443\u043c\u0430\u043b\u0430\u0441\u044c: \u043a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f! \u0421\u0430\u043c\u043e\u0435 \u0442\u043e\u0447\u043d\u043e\u0435 \u0438\u0437 \u043d\u0438\u0445. \u041b\u044e\u0431\u043e\u0432\u044c \u043a \u0441\u043b\u043e\u0432\u0443 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043d\u0430 \u0444\u0430\u043a\u0443\u043b\u044c\u0442\u0435\u0442 \u0436\u0443\u0440\u043d\u0430\u043b\u0438\u0441\u0442\u0438\u043a\u0438 \u0438 \u0440\u0430\u0431\u043e\u0442\u0435 \u0432 \u0433\u0430\u0437\u0435\u0442\u0430\u0445, \u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0445, \u043d\u0430 \u0441\u0430\u0439\u0442\u0430\u0445 \u2013 \u0441\u0442\u0430\u0442\u044c\u0438, \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0441 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438, \u0438\u043d\u0442\u0435\u0440\u0432\u044c\u044e\u2026 \u041d\u043e \u043c\u043d\u0435 \u0442\u0430\u043a \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u044b!  
\n

\n

\n

 Therefore, creative writing led me to the path of a freelance artist. Generally love for creativity - this is what is in my blood, which fills and inspires me. And I love the opening, and as you've already known, as a child I wanted to learn painting t portraits. This dream led me to the study of psychology - in fact, now I theoretically substantiate that I've observed in my life. 

\n
 \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0435 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u0432\u0435\u043b\u043e \u043c\u0435\u043d\u044f \u043d\u0430 \u043f\u0443\u0442\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a\u0430. \u0412\u043e\u043e\u0431\u0449\u0435 \u043b\u044e\u0431\u043e\u0432\u044c \u043a \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0443 \u2013 \u044d\u0442\u043e \u0442\u043e, \u0447\u0442\u043e \u0443 \u043c\u0435\u043d\u044f \u0432 \u043a\u0440\u043e\u0432\u0438, \u0447\u0442\u043e \u043c\u0435\u043d\u044f \u043d\u0430\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0438 \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u043b\u044f\u0435\u0442. \u0410 \u0435\u0449\u0435 \u044f \u043b\u044e\u0431\u043b\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f, \u0438 \u043a\u0430\u043a \u0432\u044b \u0443\u0436\u0435 \u0437\u043d\u0430\u0435\u0442\u0435, \u0432 \u0434\u0435\u0442\u0441\u0442\u0432\u0435 \u044f \u043c\u0435\u0447\u0442\u0430\u043b\u0430 \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0440\u0442\u0440\u0435\u0442\u044b. \u042d\u0442\u0430 \u043c\u0435\u0447\u0442\u0430 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043a \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0438 \u2013 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u0442\u0435\u043f\u0435\u0440\u044c \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u044f \u043e\u0431\u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044e \u0442\u043e, \u0447\u0442\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u043b\u0430 \u0432 \u0436\u0438\u0437\u043d\u0438. 
\n

\n

 I love to look as others create and I admire them and the results of their work - and I understand what a huge hard work behind it. I've even wrote a small script, rehearsing on the stage, and even I was in a role a director, when the idea of \u200b\u200bFestival of Goodness was born under the wings of the Angel of mercy. \"Angel of Mercy\" - is the brainchild of a charitable religious organization, which mercifully helping people - the kids and the adults, the sick and the lonely, the orphans and the large families. Probably, I am with them, because somewhere deep down I'm still a philanthropist. 

\n
 \u041b\u044e\u0431\u043b\u044e \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043a\u0430\u043a \u0442\u0432\u043e\u0440\u044f\u0442 \u0434\u0440\u0443\u0433\u0438\u0435, \u043b\u044e\u0431\u0443\u044e\u0441\u044c \u0438 \u0432\u043e\u0441\u0445\u0438\u0449\u0430\u044e\u0441\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0430 \u2013 \u0438 \u043f\u043e\u043d\u0438\u043c\u0430\u044e, \u043a\u0430\u043a\u0430\u044f \u0433\u0440\u043e\u043c\u0430\u0434\u043d\u0435\u0439\u0448\u0430\u044f \u043a\u0440\u043e\u043f\u043e\u0442\u043b\u0438\u0432\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441\u0442\u043e\u0438\u0442 \u0437\u0430 \u0432\u0441\u0435\u043c \u044d\u0442\u0438\u043c. \u042f \u0434\u0430\u0436\u0435 \u043f\u0438\u0441\u0430\u043b\u0430 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0438,  \u0440\u0435\u043f\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u043d\u0430 \u0441\u0446\u0435\u043d\u0435, \u0430 \u0435\u0449\u0435 \u0431\u044b\u043b\u0430 \u043d\u0435\u043c\u043d\u043e\u0436\u043a\u043e \u0440\u0435\u0436\u0438\u0441\u0441\u0435\u0440\u043e\u043c, \u043a\u043e\u0433\u0434\u0430 \u0440\u043e\u0434\u0438\u043b\u0430\u0441\u044c \u0438\u0434\u0435\u044f \u0424\u0435\u0441\u0442\u0438\u0432\u0430\u043b\u044f \u0414\u043e\u0431\u0440\u0430 \u043f\u043e\u0434 \u043a\u0440\u044b\u043b\u044c\u044f\u043c\u0438 \u0410\u043d\u0433\u0435\u043b\u0430 \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f. \u00ab\u0410\u043d\u0433\u0435\u043b \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f\u00bb - \u044d\u0442\u043e \u0434\u0435\u0442\u0438\u0449\u0435 \u0431\u043b\u0430\u0433\u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0440\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u043e\u0439 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u043d\u043e \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u043b\u044e\u0434\u044f\u043c - \u0434\u0435\u0442\u043a\u0430\u043c \u0438 \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u043c, \u0431\u043e\u043b\u044c\u043d\u044b\u043c \u0438 \u043e\u0434\u0438\u043d\u043e\u043a\u0438\u043c, \u0441\u0438\u0440\u043e\u0442\u0430\u043c \u0438 \u043c\u043d\u043e\u0433\u043e\u0434\u0435\u0442\u043d\u044b\u043c. \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u044f \u0441 \u043d\u0438\u043c\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0433\u0434\u0435-\u0442\u043e \u0432 \u0433\u043b\u0443\u0431\u0438\u043d\u0435 \u0434\u0443\u0448\u0438 \u044f \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u0444\u0438\u043b\u0430\u043d\u0442\u0440\u043e\u043f.  
\n

\n

\n

\n

 

\n

\u2026With all my love to experiment - still I hate to be photographed (sorry, my friend, but this is a terrible picture, and I'm sure readers will agree with this, so I have to alter in the near future). Yes, you understood correctly, I for professionalism, sincerity, perfection (as much as possible, of course). 

\n
 \u2026\u041f\u0440\u0438 \u0432\u0441\u0435\u0439 \u043c\u043e\u0435\u0439 \u043b\u044e\u0431\u0432\u0438 \u043a \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043c \u2013 \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u043d\u0435\u043d\u0430\u0432\u0438\u0436\u0443 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f (\u043f\u0440\u043e\u0441\u0442\u0438, \u0434\u0440\u0443\u0433, \u043d\u043e \u044d\u0442\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f, \u0438, \u0443\u0432\u0435\u0440\u0435\u043d\u0430, \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u044f\u0442\u0441\u044f \u0441 \u044d\u0442\u0438\u043c, \u0442\u0430\u043a \u0447\u0442\u043e \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0434\u0435\u043b\u044b\u0432\u0430\u0442\u044c). \u0414\u0430-\u0434\u0430, \u0432\u044b \u0432\u0441\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u043d\u044f\u043b\u0438: \u044f \u0437\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0438\u0437\u043c, \u0438\u0441\u043a\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c, \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e (\u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438). 
\n

\n

 And yet ... And yet I simply invite you to read my article, share your experiences, joys and concerns, ask questions or suggest topics - because I am for our co-creation - the author and the readers! 

\n
 \u0410 \u0435\u0449\u0435 \u044f\u2026 \u0410 \u0435\u0449\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u044e \u0432\u0430\u0441 \u0447\u0438\u0442\u0430\u0442\u044c \u043c\u043e\u0438 \u0441\u0442\u0430\u0442\u044c\u0438, \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c\u0438 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0440\u0430\u0434\u043e\u0441\u0442\u044f\u043c\u0438 \u0438 \u0442\u0440\u0435\u0432\u043e\u0433\u0430\u043c\u0438, \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0435\u043c\u044b \u2013 \u0432\u0435\u0434\u044c \u044f \u0437\u0430 \u0441\u043e-\u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e!  
\n

My Steemit articles:

\n

Recipes from other's kitchens, or What cooking can teach us? Original story. \u0420\u0415\u0426\u0415\u041f\u0422\u042b \u0421 \u0427\u0423\u0416\u0418\u0425 \u041a\u0423\u0425\u041e\u041d\u042c, \u0418\u041b\u0418 \u0427\u0415\u041c\u0423 \u041c\u041e\u0416\u0415\u0422 \u041d\u0410\u0423\u0427\u0418\u0422\u042c \u0413\u041e\u0422\u041e\u0412\u041a\u0410?

\n

Part #1 https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n

Part #2 https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n

Part #3 https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n


\n

Draw me happiness, the artist, please, draw me a dream/\u041d\u0430\u0440\u0438\u0441\u0443\u0439 \u043c\u043d\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u0435, \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik

\n


\n

Journey to childhood's country to return to yourself /\u0414\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0442\u0441\u0442\u0432\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u0441\u044f \u043a \u0441\u0435\u0431\u0435

\n

Part #1 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1

\n

Part #2 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2

\n

Part #3 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3

\n


\n

My travel. Climbing: the lessons of humility and love/\u0412\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u0440\u043e\u043a\u0438 \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u041b\u044e\u0431\u0432\u0438

\n

Part #1 https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1

\n

Part #2 https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2

\n", + "category": "introducemyself", + "children": 2, + "created": "2016-09-15T18:22:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.share.pho.to/d46c0c80_o.jpeg", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/10151254_10202531750568501_1565828032_n.jpg?oh=4c76f2643f62fb6476fc4ee5baaec259&oe=583BE2BA", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/11988191_471643236294164_2851902525140971041_n.jpg?oh=a00af7fdf24aceeeee581e57a4778c96&oe=5877C7AF", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/1385858_10151791940151144_573832046_n.jpg?oh=bd2ee49d3031e8a4c6006e003ef96deb&oe=588454CE", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/385534_353378238012368_1790993380_n.jpg?oh=405db88d26fff916db6b5ea70bbfdd81&oe=58814947", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/394509_353378438012348_443399460_n.jpg?oh=f91a0723bba9ddab2c90ca1b9e8f0ea1&oe=5839D727", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/13087701_1704491583139414_2736459632219081412_n.jpg?oh=064deb7f13c436d68953e951e97d1456&oe=583C6664", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/12994495_1701672396754666_869823863998774897_n.jpg?oh=4bf0e0a08e6cd495b998bf8339e7a165&oe=587B463B", + "http://i.share.pho.to/73891eb9_o.jpeg" + ], + "links": [ + "https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3", + "https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1", + "https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2" + ], + "tags": [ + "introducemyself", + "steemit", + "freedom", + "life", + "introduceyourself" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 568146042125, + "payout": 0.142, + "payout_at": "2016-09-22T18:22:24", + "pending_payout_value": "0.142 HBD", + "percent_hbd": 10000, + "permlink": "what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya", + "post_id": 1257016, + "promoted": "1.041 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "What word can characterize my life... Improvisation! / \u041a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f!", + "updated": "2016-09-15T19:09:12", + "url": "/introducemyself/@asdes/what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya" + }, + { + "active_votes": [ + { + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 532070055, + "voter": "lifeworship" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "lifeworship", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.81, + "beneficiaries": [], + "blacklists": [], + "body": "http://media1.santabanta.com/full1/Animals/Rabbits/rabbits-0a.jpg\n\n\nI have been working on this hypothesis for a while now. I call it the 1 out of 10. \nIt is stated as follows:\nIn the population, about 9 out of 10 people are worthless idiots. \n\nThis is not immutable. It is a general working idea. \nDepending on the group, there will be sometimes less and sometimes more. \nGeorge Carlin said, \u201cthink of how dumb the average person is. \nWell half of them are dumber than that.\u201d \nWith the 1 out of 10 hypothesis, I'm taking it farther than that. \n\nThere are some interesting aspects that arise as a result of applying this idea. \n\n First, I find, that in applying it to the self, I cannot be certain to which group I belong. \nI know to which group I wish to belong but let's not make any assumptions. \nI know where that leads. \nThere are tests I can take, which will narrow it down. \nIn the end I've found no way to be sure. \nThe only statement I can make is that I would like to belong to the 1 out of 10. \nSo, already, I have provided myself with the inspiration to strive to be something \nother than a worthless idiot. This, in my opinion, is progress. \nIsn't that what most of us want? I don't know, I'm only me. \n\n Second, this removes the need for inferiority complexes.\nInstead of comparing myself to others, it becomes more useful to compare others to me.\nIf I am not going to find value in 9 out of 10, the methods of search must change.\nGetting lost in the weeds is not entertainment.\n\n Third, I find that it gets to the heart of the \u201cisms\u201d. \nRacism, sexism et cetera are wiped away the instant I apply the 1 out of 10 hypothesis. \nThe hypothesis tells us that it is not any group that are worthless or dangerous, \nbut, that about 90% of every group are worthless, if not dangerous. \nAgain, this brings me to the same dilemma. How do I sort out which is which?\n\nThere are metaphors to be found in nature.\nRabbits, for example, most rabbits are what are called, food. \nMaybe 5 or 10 out of 100 are the wily ones, the ones that reproduce.\n\nI do hope this does not come across as overly harsh.\nThe 1 out of 10 that I find of value may bear no relation \nto those that you choose for yourself.\nI am not advocating getting rid of the 9 out of 10.\nThis is more of a match making for friends.\n\nI believe this tack is providing me with useful insights. \nThe more I apply it the more I learn.\nMeans and methods remain to be defined.\n\nIf anyone has any reasonable suggestions, leave a reply. Thank you for your attention.\n\n\n\nimage: media1.santabanta.com", + "category": "life", + "children": 1, + "created": "2016-09-15T18:19:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://media1.santabanta.com/full1/Animals/Rabbits/rabbits-0a.jpg" + ], + "tags": [ + "life", + "social", + "science", + "community", + "collectivism" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8271366858, + "payout": 0.001, + "payout_at": "2016-09-22T18:19:51", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "the-1-out-of-10-hypothesis-application-and-some-observations", + "post_id": 1256991, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "The 1 Out Of 10 Hypothesis. Application And Some Observations.", + "updated": "2016-09-15T18:19:51", + "url": "/life/@lifeworship/the-1-out-of-10-hypothesis-application-and-some-observations" + }, + { + "active_votes": [ + { + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 1551268628220, + "voter": "butterfly" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 1534654466021, + "voter": "joseph" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "rshares": 5942254587236, + "voter": "smooth.witness" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 284401462010, + "voter": "chitty" + }, + { + "rshares": 75736848691, + "voter": "unosuke" + }, + { + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 85270554570, + "voter": "acidsun" + }, + { + "rshares": 14502980866, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 89897944197, + "voter": "eeks" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "rshares": 1471747302, + "voter": "spaninv" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 2366347863, + "voter": "alenevaa" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106635074770, + "voter": "asch" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "rshares": 579494558, + "voter": "kodi" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 970579316703, + "voter": "cyber" + }, + { + "rshares": 59952188311, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 95314034, + "voter": "stiletto" + }, + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 12241505540, + "voter": "lindee-hamner" + }, + { + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "rshares": 275008585094, + "voter": "trogdor" + }, + { + "rshares": 5047464747, + "voter": "tee-em" + }, + { + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 16027781644, + "voter": "kimziv" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 17557768630, + "voter": "grey580" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "rshares": 3350419346, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "rshares": 156249887947, + "voter": "jacor" + }, + { + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "rshares": 8164924332, + "voter": "hyiparena" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 33739169732, + "voter": "creemej" + }, + { + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "rshares": 163325751551, + "voter": "blueorgy" + }, + { + "rshares": 13373880577, + "voter": "benjiberigan" + }, + { + "rshares": 349618451, + "voter": "poseidon" + }, + { + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "rshares": 1218867625, + "voter": "victoria2002" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 1809205777, + "voter": "yarly" + }, + { + "rshares": 272641013, + "voter": "yarly2" + }, + { + "rshares": 273048922, + "voter": "yarly3" + }, + { + "rshares": 157733805, + "voter": "yarly4" + }, + { + "rshares": 158624349, + "voter": "yarly5" + }, + { + "rshares": 90416287, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "rshares": 437620869, + "voter": "yarly10" + }, + { + "rshares": 234191245, + "voter": "yarly11" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 81879061, + "voter": "yarly12" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 7825324952, + "voter": "nekromarinist" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 95786319596, + "voter": "laonie" + }, + { + "rshares": 153264363976, + "voter": "twinner" + }, + { + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "rshares": 19443061295, + "voter": "somebody" + }, + { + "rshares": 726959262, + "voter": "flysaga" + }, + { + "rshares": 7707314246, + "voter": "asdes" + }, + { + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "rshares": 5558177167, + "voter": "denn" + }, + { + "rshares": 4295114546, + "voter": "midnightoil" + }, + { + "rshares": 3157785139, + "voter": "kurtbeil" + }, + { + "rshares": 10742990382, + "voter": "xiaohui" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 485140088, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 79785139, + "voter": "dims" + }, + { + "rshares": 335856762, + "voter": "xiaokongcom" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 13254585210, + "voter": "cristi" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 677027684, + "voter": "xianjun" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 93807196108, + "voter": "miacats" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 108403024, + "voter": "pollina" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4337454155, + "voter": "onetree" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 53143607139, + "voter": "sponge-bob" + }, + { + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 323483227, + "voter": "panther" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 54239080444, + "voter": "brains" + }, + { + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 120649148, + "voter": "rynow" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 50583338, + "voter": "rayzzz" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "rshares": 51230296, + "voter": "steemq" + }, + { + "rshares": 50871059, + "voter": "motion" + }, + { + "rshares": 50794039, + "voter": "autodesk" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50538694, + "voter": "fenix" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50532230, + "voter": "friends" + }, + { + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 161179339, + "voter": "bethesda" + }, + { + "rshares": 160957729, + "voter": "realtime" + }, + { + "rshares": 7187212765, + "voter": "dresden" + }, + { + "rshares": 212371776, + "voter": "mgibson" + }, + { + "rshares": 156837244, + "voter": "capcom" + }, + { + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 156054487, + "voter": "fallout" + }, + { + "rshares": 159025535, + "voter": "xtreme" + }, + { + "rshares": 1473342460, + "voter": "modernbukowski" + }, + { + "rshares": 158541985, + "voter": "citigroup" + }, + { + "rshares": 30995434343, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 298391608, + "voter": "risabold" + }, + { + "rshares": 55383257, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "gavvet", + "author_payout_value": "0.000 HBD", + "author_reputation": 72.8, + "beneficiaries": [], + "blacklists": [], + "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

\n

Snakes. 

\n

http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

\n

I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

\n

Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

\n

http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

\n

The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

\n

http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

\n

1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

\n

http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

\n

2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

\n

http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

\n

3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

\n

https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

\n

4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

\n

http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

\n

Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

\n

   http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

\n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", + "category": "herpetology", + "children": 6, + "created": "2016-09-15T18:19:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj", + "http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png", + "http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg", + "http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg", + "http://www.snakegetters.com/demo/bud-cotton-gg.jpg", + "https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg", + "http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg", + "http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg" + ], + "links": [ + "http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj", + "http://www.sciencemag.org", + "http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png", + "http://proactivepestga.com", + "http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg", + "http://blogs.discovermagazine.com", + "http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg", + "http://www.mylakelandnow.com", + "http://www.snakegetters.com/demo/bud-cotton-gg.jpg", + "http://www.snakegetters.com", + "https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg", + "https://www.youtube.com/watch?v=ImOj1CKTBqE", + "http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg", + "http://phenomena.nationalgeographic.com", + "http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg", + "http://westernmassnaturalist.org", + "https://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians" + ], + "tags": [ + "herpetology", + "reptiles", + "snakes", + "science" + ], + "users": [ + "herpetologyguy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68620995119384, + "payout": 274.303, + "payout_at": "2016-09-22T18:19:39", + "pending_payout_value": "274.303 HBD", + "percent_hbd": 10000, + "permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "post_id": 1256988, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 247 + }, + "title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "updated": "2016-09-15T18:19:39", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author" + }, + { + "active_votes": [ + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 70123540741, + "voter": "cryptos" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 53413720, + "voter": "lighter" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 52614987, + "voter": "dulcio" + }, + { + "rshares": 3442664798, + "voter": "robotev" + } + ], + "author": "robotev", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.56, + "beneficiaries": [], + "blacklists": [], + "body": "
![update](http://oi66.tinypic.com/25p1iwy.jpg)
\n\nTime sure does fly, 16 days of operation as a Bot on Steemit have passed already. I need more volunteers to help me improve further, currently I'm following 18 people, but I really do need more curators, so read on and apply if you want to help.\n\n**In the last 24 hours I have voted for 169 posts, and not voted for 168 posts.**
\n\n| Curator | Voted | Not Voted |\n|----------|:----------:|:---------:|\n|@bdavid | 1 posts | 5 posts |\n|@bola | 32 posts | 26 posts |\n|@burnin | 7 posts | 16 posts |\n|@catsmart | 2 posts | 1 posts |\n|@cjclaro | 8 posts | 10 posts |\n|@dennygalindo| 3 posts| 15 posts |\n|@geke | 10 posts | 7 posts |\n|@jimitations| 3 posts | 6 posts |\n|@luminousvisions| 6 posts| 4 posts|\n|@mlialen | 39 posts | 18 posts |\n|@neoxian | 5 posts | 18 posts |\n|@ottodv | 2 posts | 2 posts |\n|@peacekeeper| 2 posts | 9 posts |\n|@plotbot2015| 6 posts | 2 posts |\n|@pulpably | 3 posts | 4 posts |\n|@radioactivities|0 posts | 1 posts |\n|@steevc |14 posts | 11 posts |\n|@whatsup | 22 posts | 13 posts |\n\n**My current Steem Power is now over 440 SP.**\n**My current Voting Power is at about 50%.**\n\nI got Powered Up with 25.693 Steem Power today by @cryptos, so more voting power now available. There are no new curators added today, so I'm currently at 18 for the next day. I'll be voting at 40%, but I brought two minions to help me out - @robotev1 and @robotev2. They were used by @cryptos for various tests, but since they are not in use at the moment they will be helping me.\n\nI still need more new volunteers, you can apply if you are interested as there is nothing more that you actually need to do besides what you are already doing on Steemit. These people will help me discover new and good blog posts on Steemit and encourage the users producing valuable content that may often get unnoticed, so I'm going to be voting for their content, but I need good curators to help me find it: [**Here is how to get involved actively if you are interested**](https://steemit.com/steemit/@cryptos/looking-for-more-test-subjects-no-i-m-still-not-kidding).\n\n---\nI've been operational for more than 16 days, @robotev over and out! - Powered by @cryptos", + "category": "robotev", + "children": 2, + "created": "2016-09-15T18:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://oi66.tinypic.com/25p1iwy.jpg" + ], + "links": [ + "https://steemit.com/steemit/@cryptos/looking-for-more-test-subjects-no-i-m-still-not-kidding" + ], + "tags": [ + "robotev", + "steem-bot", + "good-curators", + "curators-wanted", + "operational-update" + ], + "users": [ + "bdavid", + "bola", + "burnin", + "catsmart", + "cjclaro", + "dennygalindo", + "geke", + "jimitations", + "luminousvisions", + "mlialen", + "neoxian", + "ottodv", + "peacekeeper", + "plotbot2015", + "pulpably", + "radioactivities", + "steevc", + "whatsup", + "cryptos", + "robotev1", + "robotev2", + "robotev" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79233326983, + "payout": 0.017, + "payout_at": "2016-09-22T18:19:09", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "status-update-after-the-16th-day-of-my-operation", + "post_id": 1256979, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Status Update After the 16th Day of My Operation", + "updated": "2016-09-15T18:19:09", + "url": "/robotev/@robotev/status-update-after-the-16th-day-of-my-operation" + }, + { + "active_votes": [ + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 2344626753, + "voter": "fairz" + } + ], + "author": "fairz", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.5, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/GephLzmYdpI \nwestern parody i made this a while back using pencil 2d i may add voice to it soon thanks for watching", + "category": "animation", + "children": 0, + "created": "2016-09-15T18:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/GephLzmYdpI/0.jpg" + ], + "links": [ + "https://youtu.be/GephLzmYdpI" + ], + "tags": [ + "animation", + "art", + "wild", + "west" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2579525983, + "payout": 0.0, + "payout_at": "2016-09-22T18:19:03", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-wild-west-animation", + "post_id": 1256977, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "the wild west animation", + "updated": "2016-09-15T18:19:03", + "url": "/animation/@fairz/the-wild-west-animation" + }, + { + "active_votes": [ + { + "rshares": 1861031398822, + "voter": "books" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "rshares": 5519371190400, + "voter": "kushed" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 161758715658, + "voter": "ozmaster" + }, + { + "rshares": 1534643949678, + "voter": "joseph" + }, + { + "rshares": 100723108736, + "voter": "aizensou" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 284401462010, + "voter": "chitty" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 374436234637, + "voter": "craig-grant" + }, + { + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "rshares": 89897944197, + "voter": "eeks" + }, + { + "rshares": 11591323519, + "voter": "fkn" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "rshares": 15236070794, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 10059005246, + "voter": "kefkius" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106635074770, + "voter": "asch" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 970586830705, + "voter": "cyber" + }, + { + "rshares": 59952188311, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5950623572, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 101509283748, + "voter": "kimziv" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 2251949197, + "voter": "superfreek" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 25057521880, + "voter": "tcfxyz" + }, + { + "rshares": 6939954009, + "voter": "futurefood" + }, + { + "rshares": 56586842629, + "voter": "furion" + }, + { + "rshares": 754655775, + "voter": "busser" + }, + { + "rshares": 103793678934, + "voter": "cdubendo" + }, + { + "rshares": 271487757, + "voter": "barbara2" + }, + { + "rshares": 301755142, + "voter": "ch0c0latechip" + }, + { + "rshares": 279277284, + "voter": "doge4lyf" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 5840939270, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 2214250194, + "voter": "poseidon" + }, + { + "rshares": 355265286967, + "voter": "calaber24p" + }, + { + "rshares": 3295677164, + "voter": "simon.braki.love" + }, + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "rshares": 14007767075, + "voter": "hagie" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 1371622220, + "voter": "aleco" + }, + { + "rshares": 9400257217, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 16251777176, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 316499814, + "voter": "fnait" + }, + { + "rshares": 281178931, + "voter": "keepcalmand" + }, + { + "rshares": 607346548, + "voter": "cwmyao1" + }, + { + "rshares": 16495975416, + "voter": "jamesbrown" + }, + { + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "rshares": 7506600577, + "voter": "jed78" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 1651596637, + "voter": "coinbar" + }, + { + "rshares": 574717917578, + "voter": "laonie" + }, + { + "rshares": 254341994815, + "voter": "ozchartart" + }, + { + "rshares": 5104045578, + "voter": "croatia" + }, + { + "rshares": 19987344033, + "voter": "myfirst" + }, + { + "rshares": 116658367770, + "voter": "somebody" + }, + { + "rshares": 4604075327, + "voter": "flysaga" + }, + { + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "rshares": 25770687280, + "voter": "midnightoil" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 64457942294, + "voter": "xiaohui" + }, + { + "rshares": 3234267259, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 2127092828, + "voter": "xiaokongcom" + }, + { + "rshares": 47556149905, + "voter": "eneismijmich" + }, + { + "rshares": 4287842001, + "voter": "xianjun" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 93807196108, + "voter": "miacats" + }, + { + "rshares": 280777082, + "voter": "microluck" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 1647538615, + "voter": "ignat" + }, + { + "rshares": 20666130092, + "voter": "anotherjoe" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2161669067, + "voter": "jeremyfromwi" + }, + { + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "rshares": 422625634, + "voter": "steemorama" + }, + { + "rshares": 4269189470, + "voter": "nubchai" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "rshares": 6064648982, + "voter": "dexter-k" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 27673000226, + "voter": "brains" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 51568971, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4817018034, + "voter": "morgan.waser" + }, + { + "rshares": 50228382, + "voter": "dragonice" + }, + { + "rshares": 50907857, + "voter": "oxygen" + }, + { + "rshares": 50873654, + "voter": "palladium" + }, + { + "rshares": 50865840, + "voter": "sting" + }, + { + "rshares": 3689865978, + "voter": "strong-ai" + }, + { + "rshares": 162917785, + "voter": "ctu" + }, + { + "rshares": 161815656, + "voter": "ranger" + }, + { + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "rshares": 161218747, + "voter": "sdc" + }, + { + "rshares": 158018960, + "voter": "bethesda" + }, + { + "rshares": 160835930, + "voter": "skrillex" + }, + { + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "rshares": 159175576, + "voter": "fallout" + }, + { + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "rshares": 158638676, + "voter": "icesteem" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + } + ], + "author": "ozchartart", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.09, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemers!\n\nhttps://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png\n\n*POLONIEX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png\n*4 hour Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciwF/1b96b56dcc.png\n*4 hour Poloniex chart - Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png\n*1 day Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciC9/edf3dcb758.png\n*1 day Poloniex chart - Sept 15, 2016*\nThe Poloniex price went down to the all time low, breaking it and making a slightly lower all time low, but still not giving any confirm of a bottom or bounce.\nVolume about 20% higher then yesterday.\n\n*BITTREX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png\n*4 hour Bittrex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciod/ce32f1a029.png\n*4 hour Bittrex chart - Sept 15, 2016*\nThe Bittrex price broke the local low made just a slightly lower one, same as Poloniex with he all time low, looking like its heading towards the next support level (~0.0007, blue dashed).\nVolume on Bittrex was about 25% lower then yesterday (~5BTC's).\n\n\n*VOLUME COMPARISON*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png\n*STEEM/BTC volume Bittrex Sept 14, 2016*\n\nhttp://puu.sh/rcifG/0c61511ea3.png\n*STEEM/BTC volume Bittrex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png\n*STEEM/BTC volume Poloniex Sept 14, 2016*\n\nhttp://puu.sh/rcicN/b2384086a4.png\n*STEEM/BTC volume Poloniex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png\n*STEEM indexed global volume Sept 14, 2016*\n\nhttp://puu.sh/rcibB/7b2700dd82.png\n*STEEM indexed global volume Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmof/8ca7889618.png\n*Coinmarketcap top volume cryptos Sept 14, 2016*\n\nhttp://puu.sh/rci8K/d68b7eb122.png\n*Coinmarketcap top volume cryptos Sept 15, 2016*\nOverall volume about 12% higher then yesterday, with Bittrex volume taking a dive and Poloniex gaining some.\n$STEEM again under top 30 in volume rankings.\n\n*COMMENT*\nOnce again, I will post the comment by commenting as it involves my personal opinion!\nThank you for understanding!\n\nIf anyone has any questions or need's help fell free to ask, I will try to explain as fast and as best as I can.\nCritics, comments, reply's, counters, advice's, etc. are always welcome!\nHave my charts helped you in any way?Let me know with a comment below :)\nAre there more people who are doing TA?\nPlease post the links to your TA's posts into the comments as well!\n\n*DISCLAIMER*\nI am showing multiple scenarios on the price movement, in the post itself I do not take any stance, either bullish or bearish. I am not responsible for neither you\u2019re winning nor you're losses upon trading! the \"comment\" section is my personal opinion and does not mean I have to or do hold any positions in the given market.\nEveryone who uses TA develops his own unique charting style, please keep that in mind.\n\nhttps://www.youtube.com/watch?v=i3bS5nRZOvU\n\nKind regards, OZ :)", + "category": "steem", + "children": 5, + "created": "2016-09-15T18:18:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png", + "http://puu.sh/rciwF/1b96b56dcc.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png", + "http://puu.sh/rciC9/edf3dcb758.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png", + "http://puu.sh/rciod/ce32f1a029.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png", + "http://puu.sh/rcifG/0c61511ea3.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png", + "http://puu.sh/rcicN/b2384086a4.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png", + "http://puu.sh/rcibB/7b2700dd82.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png", + "http://puu.sh/rci8K/d68b7eb122.png", + "https://img.youtube.com/vi/i3bS5nRZOvU/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=i3bS5nRZOvU" + ], + "tags": [ + "steem", + "poloniex", + "bittrex", + "technical-analysis", + "trading" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30268799563538, + "payout": 57.04, + "payout_at": "2016-09-22T18:18:00", + "pending_payout_value": "57.040 HBD", + "percent_hbd": 10000, + "permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept", + "post_id": 1256962, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 176 + }, + "title": "$STEEM/BTC Daily Poloniex+Bittrex Technical Analysis / Market Report Update #46, \"Glass half full, but the bottle\u2019s left empty\" Sept 15, 2016", + "updated": "2016-09-15T18:18:00", + "url": "/steem/@ozchartart/usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept" + }, + { + "active_votes": [ + { + "rshares": 358097528, + "voter": "rtd" + }, + { + "rshares": 257573964, + "voter": "sergey44" + } + ], + "author": "rtd", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.7, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/OS0Vfs-OtR0\n\nSubscribe and share the RTD news articles...\n\nRTD New keeps you up to date on what's happening around the globe and in the news. Information to help you become more Monetarily Aware. \n\nVisit the RTD Store to find out more about the Monetary Awareness Shirts: http://bit.ly/RTDstore\n\nNews Articles:\n\n1. Wells Fargo Scandal Shows Next Bank Crisis Coming\nhttp://www.forbes.com/sites/patrickwwatson/2016/09/15/wells-fargo-scandal-shows-next-bank-crisis-coming/#2e0da58269ec\n\n2. Ben Bernanke: 'Premature' to count out negative rates\nhttp://www.cnbc.com/2016/09/14/ben-bernanke-says-it-is-premature-to-count-out-negative-rates.html\n\n3. Negative Rates Nail Savers\nhttp://www.mauldineconomics.com/frontlinethoughts/negative-rates-nail-savers\n\n4. Here\u2019s some perspective on the U.S. national debt as it approaches $20 trillion \nhttp://www.marketwatch.com/story/heres-some-perspective-on-the-us-national-debt-as-it-approaches-20-trillion-2016-09-14", + "category": "news", + "children": 0, + "created": "2016-09-15T18:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/OS0Vfs-OtR0/0.jpg" + ], + "links": [ + "https://youtu.be/OS0Vfs-OtR0", + "http://bit.ly/RTDstore", + "http://www.forbes.com/sites/patrickwwatson/2016/09/15/wells-fargo-scandal-shows-next-bank-crisis-coming/#2e0da58269ec", + "http://www.cnbc.com/2016/09/14/ben-bernanke-says-it-is-premature-to-count-out-negative-rates.html", + "http://www.mauldineconomics.com/frontlinethoughts/negative-rates-nail-savers", + "http://www.marketwatch.com/story/heres-some-perspective-on-the-us-national-debt-as-it-approaches-20-trillion-2016-09-14" + ], + "tags": [ + "news", + "money", + "debt", + "wells", + "fargo" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 615671492, + "payout": 0.0, + "payout_at": "2016-09-22T18:17:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming", + "post_id": 1256957, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "RTD News: Wells Fargo Scandal Shows Next Bank Crisis Coming", + "updated": "2016-09-15T18:17:42", + "url": "/news/@rtd/rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming" + }, + { + "active_votes": [ + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 136485885, + "voter": "nang1" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "richardjuckes", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.55, + "beneficiaries": [], + "blacklists": [], + "body": "There is this meme, the New World Order,\nWhich gets pushed and pushed and pushed.\nIt would be without doubt a Very Bad Thing,\nThey always say. I'm here in _An Airport_,\nAnd face to face with the reality of states,\nIndependent, discrete, and sovereign.\n\nWait, says Henry Flower, reading the news:\nIF these speach readers are just that,\nAutocue adept, good for a soundbite,\nAnd the power is behind the throne;\nIF the national banks are not national,\nBut each a manifestation of the same beast,\n\nThe beast that pulls the strings, then already\nWe have the NWO, and by fearing\nIt's coming, we do not face its present\nReality, do not pay attention to the detail\nOf the daily deceptions. Over Europe \nWe flew and landed in Casablanca,\n\nSleep away the jet lag with mutton\nAnd dark chocolate, mint tea and _caf\u00e9 fran\u00e7ais_.\nThe air has a chill, of the desert perhaps -\nMy son says that he wants to ride a camel -\n_Et le quartier est tranquille_,\nAfter the noise of Hongkong and Hainan.\n\n----------------\n\nThank you for reading.", + "category": "poetry", + "children": 0, + "created": "2016-09-15T18:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "poetry", + "travel", + "anarchy", + "writing", + "story" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7710382855, + "payout": 0.001, + "payout_at": "2016-09-22T18:17:12", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "wait-says-henry-flower-reading-the-news-original-poetry", + "post_id": 1256951, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Wait, says Henry Flower, reading the news: original poetry.", + "updated": "2016-09-15T18:17:12", + "url": "/poetry/@richardjuckes/wait-says-henry-flower-reading-the-news-original-poetry" + }, + { + "active_votes": [ + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 8670256339, + "voter": "richman" + }, + { + "rshares": 156249887947, + "voter": "jacor" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 70719612, + "voter": "sijoittaja" + }, + { + "rshares": 9217090080, + "voter": "onetree" + }, + { + "rshares": 58700943, + "voter": "viebie" + }, + { + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + } + ], + "author": "onetree", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.96, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Have you ever thought your family belongs in a soap opera? Probably! Me too! I unwittingly stumbled into my very own soap opera when I met my wonderful husband.

\n


\n

My husband Sergio and I were not introduced, we met randomly one day at our local swimming pool, 27 years later the rest is history, so they say. Our family backgrounds were completely different. My parents are South African, born and bred, I have a younger sister and brother and we had what I would consider a normal, pretty boring, truth be told, upbringing.

\n


\n

Sergio's family immigrated to South Africa in 1970, when he was 4 years old, from Mauritius. And when I say family, I mean a lot of family. Sergio's family is French Mauritian, and speak Creole too. Although they had been in South Africa for a long time when I met my husband in 1989, my mom-in-law's accent was so thick I could barely understand her.

\n

\n

(my mom-in-law Jeanine, and my husband Sergio)

\n

My mom-in-law, Jeanine, fell pregnant with Sergio when she was just 16 years old. She had an affair with a wealthy local businessman, Henri, who was in his forties. Jeanine's mother, Sergio's grandmother, took over the majority of his care and she was a very stern woman. Jeanine had two sisters and three brothers. Her older sister Sylvie married a local gangster and had 3 children in 3 years, before she was 20 years old.

\n


\n

Young Jeanine soon met her husband, Jean, who was the youngest of 10 children. He had a good job and a condition of their marriage (made by the strict grandmother) was that he had to pay the costs of most of the family emigrating to South Africa. I don't think Jeanine ever loved Jean. Eventually the whole family ended up in South Africa, including Sylvie, who had to leave her 3 children with her gangster husband, and escape in the night. Henri, Sergio's biological father paid for the passage of at least one of the siblings, the youngest brother, Irwin.

\n

\n

(Jeanine, Sergio, and her sister, Sylvie)

\n

Upon the family's arrival in SA, they had nothing and had to find a way to create a future for themselves. (Jeanine was a \"chauffeur to an Indian \"witchdoctor\" for a while). They were very poor and Sergio spent 2 years of his early childhood with 2 separate families who had fostered him for a year each. This is not ideal for a child, but I think it was a blessing in his case, as his family is pretty dysfunctional.

\n


\n

Sergio's grandfather was an alcoholic, and he passed away shortly after the family's arrival in SA. Apparently he had ridden on the back of a bakkie (pick-up truck) for an entire 300km journey, after which he contracted pneumonia and died. His grandmother suffered from an unknown disease where she became progressively paralysed and died too. She had been a harridan, and after she passed the family let loose and had fun.

\n

\n

(Sergio's scary grandmother)

\n

Sergio fondly remembers the wild 1970's parties, movie nights and poker evenings held at his mom's house. The family stuck together, and would generally move where Jean was able to find work. The memories of drinking and fighting were not so positive. Jeanine's 2 sisters, Sylvie and Joyce soon married. Sylvie had another 3 children and became a dressmaker. Joyce married, had 2 boys, and then her husband ran away and became a tramp. There are still occasional sightings of him on the Durban beachfront. She then married the tramp's brother, had a daughter, then soon after her new husband died of a heart attack. We have been subjected to the \"I'm a widow\" woes for decades. She did disastrously remarry again, but that is a story for an(another time.

\n

\n

(Sergio, Norman and Joyce)

\n

Jeanine's 3 brothers were hooligans, living it up, fighting (especially with the Afrikaans people) and drinking. One night, Harvey went to work at the local metal works, under the influence and fell to his death from a crane. This was not before he had 2 children with 2 separate girlfriends, and whose respective mothers cut off all contact with the family. Both children somehow found each other, and found their way back to their extended family when they became adults.

\n

\n

(Harvey and Sergio)

\n

Sergio was close to his uncle Norman, who had moved to Johannesburg, but who came \"home\" to party almost every weekend. Sergio used to stay with him and his wife Chrissy over school holidays, but was traumatised by his uncle's physical violence toward his wife when he had been drinking. The couple eventually divorced, and Norman stopped drinking. His wife Chrissy, entered a lesbian relationship, but remains close to the family until today.

\n

\n

(Sergio, isn't he CUTE! and Chrissy)

\n

The youngest brother, Irwin, was a talented mechanic, but suffered from serious alcoholism. He married a divorced woman with children, and Sergio's family stayed with them for a while when times were tough. His relationship also ended in divorce, with no children of their own. As his alcoholism spiraled out of control, he met and lived with women who were as equally alcoholic as he was. A few years after I met Sergio, Irwin's girlfriend fell pregnant, but drank to a shocking degree during the pregnancy. She went into premature labour at 6 months and died during childbirth. The baby was adopted by a couple who later emigrated to Australia. They once sent a photo to Irwin of the little girl, and I could clearly see she suffered from foetal alcohol syndrome. For many years Irwin would \"loan\" money from Sergio, always reminding him of how he had looked after his family for a little while. 

\n


\n

Jeanine had another child, Ricardo, when Sergio was 5 years old. Sergio's half brother, Ricardo, is the source of the family's more dramatic incidents. I can say with full confidence that I am grateful no other children were born into the family. Jeanine told me that she had suffered a late stage miscarriage/stillbirth, but she had never told my husband. I told him. Sergio has 4 older half brothers and sisters, his biological father's other children, but although they know about his existence, they refuse to acknowledge him.

\n


\n

Only 2 siblings remain of the original family, Sylvie and Joyce. All the rest have passed on, including my father-in-law Jean. (Many of his 10 brothers and sisters also relocated to SA, but concentrating on my husband's family is more than enough for me.) This piece is intended as an introduction to some of the more dramatic stories I have been privy to and intend to share!

\n

Thank you for reading! Please follow me @onetree

\n", + "category": "family", + "children": 2, + "created": "2016-09-15T18:14:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.io/sars9hbej/002.jpg", + "https://s20.postimg.io/lycmzn8cb/012.jpg", + "https://s20.postimg.io/3lgn2tn97/017.jpg", + "https://s20.postimg.io/v7jeni6m3/015.jpg", + "https://s20.postimg.io/r3ifv0anv/042.jpg", + "https://s20.postimg.io/76cim1rsr/023.jpg" + ], + "tags": [ + "family", + "dysfunction", + "story", + "blog", + "" + ], + "users": [ + "onetree" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 333827688380, + "payout": 0.079, + "payout_at": "2016-09-22T18:14:00", + "pending_payout_value": "0.079 HBD", + "percent_hbd": 10000, + "permlink": "my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction", + "post_id": 1256930, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "My husband's crazy, dysfunctional family from Mauritius - Introduction!", + "updated": "2016-09-15T18:14:00", + "url": "/family/@onetree/my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction" + }, + { + "active_votes": [ + { + "rshares": 20888401491, + "voter": "keithwillshine" + }, + { + "rshares": 21534868919, + "voter": "jphamer1" + }, + { + "rshares": 1690615184, + "voter": "coloured-content" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 163669805, + "voter": "tanemahuta" + } + ], + "author": "keithwillshine", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.79, + "beneficiaries": [], + "blacklists": [], + "body": "**There is a battle going on for our attention... We need to learn to fixate on productive, connecting, and loving information. We cannot keep fixating on the darkness, we will go deep enough that we are in the palms of their hands. Entertain it, and become it!**\n\nI have heard a lot of videos, channellings and higher mind wisdom about ball of the good that is going on around the world, but I also think we should be aware of both. If you are only focusing and feeding your information hungry soul with negative possible realities and futures, I urge you to focus on some of the more pleasant Ideas and possibilities, because I used to only focus on the bad. I one day say and felt the love in the universe, and have been on a binge of light ever since. There are links below if you want to learn alternate views. The information below speaks for itself. Please give it a bit of your time to see if it is for you, there are many different personalities and ways of learning below, and at least one should have lots to offer you and the wisdom is priceless. Our new currency will be attention, we will need to learn to give our attention to beneficial outlets. This information overload age needs our conscious choice so we do not let our attention fall into the wrong hands. \n Namaste.\n\n(HigherSelf \n https://www.youtube.com/watch?v=37eaIEspApQ\n\n'Teachers of Light!'......\nBashar (Youtube Channel)\nhttps://www.youtube.com/user/BasharCommunications\nHigherSelf \nhttps://www.youtube.com/channel/UCBz4vE0S8E1Osn_GiE2QGGQ\nAwakeningOurTruth (Youtube Channel)\nhttps://www.youtube.com/user/AwakeningOurTruth\nKRYON (Website)\nhttp://www.kryon.com/altindex_menu/Channellings.html\nKRYON (Youtube Channel)\nhttps://www.youtube.com/channel/UCbzZmC-cvS57cWbeBe7XPoA", + "category": "truth", + "children": 0, + "created": "2016-09-15T18:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/37eaIEspApQ/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=37eaIEspApQ", + "https://www.youtube.com/user/BasharCommunications" + ], + "tags": [ + "truth", + "openminded", + "spiritual", + "life", + "motivation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45232874904, + "payout": 0.009, + "payout_at": "2016-09-22T18:13:48", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines", + "post_id": 1256929, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Are we splitting our reality, are we going down the wrong path? Is the negative affecting our present and future timelines.", + "updated": "2016-09-15T18:13:48", + "url": "/truth/@keithwillshine/are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines" + }, + { + "active_votes": [ + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 3399074311, + "voter": "steveo" + }, + { + "rshares": 9458203226, + "voter": "generation.easy" + }, + { + "rshares": 161953718, + "voter": "knight-angel" + }, + { + "rshares": 3092308747, + "voter": "mikkolyytinen" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "generation.easy", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.53, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i65.tinypic.com/25g9u03.jpg

\n

It\u2019s time to get rid of the nasty smelly smoking habit. I have decided that I\u2019m quitting cigarettes after smoking for 15years. 

\n

It has to happen

\n

Over this long period of time I have never tried to quit. Never once did I try the patch, or the gum, or the pills. I never wanted to give it up or had the urge to until lately.

\n

I can tell my lungs and throat are getting damaged from long term smoking, and my breathing ability is poor. I\u2019m in decent shape, but I can\u2019t run any sort of distance. 

\n

My gums have been receding because of smoking, and the dentist has told me if I don\u2019t stop I will most likely lose my teeth in the future.

\n

Not only do I notice the increasing medical concerns, but I\u2019m also tired of the smell. I\u2019ve realized it\u2019s embarrassing to always smell like thick stale smoke. 

\n

The biggest problem I have with smoking though is the COST! 

\n


\n

In my State, my brand of cigarettes are $7.50 a pack in which I will typically smoke a pack a day. That comes to over $200 a month, and nearly $2,500 a year to pollute my body.

\n

Now that I\u2019m older and realize the implications of smoking

\n

I want out!

\n

http://i65.tinypic.com/23kymtj.jpg

\n

I\u2019ve always planned on quitting when I was \u201colder\u201d So before I actually get that \u201colder\u201d age and have cancers, 

\n

I have decided I\u2019m done.

\n


\n

Statistics show it will take the average smoker 4+ attempts to actually kick the habit. 

\n

I\u2019m going for 1 round.

\n

http://i64.tinypic.com/34zblaw.jpg

\n


\n

I would enjoy it if other Steemit users would join in on this challenge, and we can work at quitting together. Provide support and encouragement during the struggles.

\n

I believe that the hardest point will be the 1st week, with day1 being the most difficult day to overcome.

\n

LET\u2019S GET TO IT!

\n


\n

After reading up on successful stories of quitting smoking, I found that many users recommend a plan of attack. 

\n
    \n
  • Pick a day within the week, and stick to that day.
  • \n
  • Have a nicotine replacement.
  • \n
  • Learn stress relief techniques
  • \n
\n


\n

SO, I\u2019ve planned this out as Sunday Sept. 18th as my First Day. That gives me a solid 3days to prepare.

\n

I have purchased the Blu E-Cig. I have read many success stories of people switching over from traditional cigarettes to E-cigs, and then slowly stopped e-cigs. I have decided Cold Turkey probably won\u2019t work for me, so this is the route I plan to take.

\n

http://i68.tinypic.com/scuhpy.png

\n

My stress relief techniques are to work out each day. I have been slowly increasing my workout routine now that I have been going back to college. I can use there amazing complex, so I\u2019ve been making it to the gym more frequently.  I read that exercise is a great way to feel better about quitting as you begin to notice your lung capacity recovering.

\n

I Hope the Steemit Community joins in, and others participate. It would be amazing to have multiple members within the community working on Kicking the Habit.

\n


\n

Thank you for reading and up voting. Comments are always welcomed

\n

And you can follow me @generation.easy

\n


\n

image credit:

\n

1.  gazettereview.com 

\n

2.  www.tenderempowerment.com 

\n

3.  copelandcommunications.wordpress.com 

\n", + "category": "kickingthehabit", + "children": 3, + "created": "2016-09-15T18:12:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i65.tinypic.com/25g9u03.jpg", + "http://i65.tinypic.com/23kymtj.jpg", + "http://i64.tinypic.com/34zblaw.jpg", + "http://i68.tinypic.com/scuhpy.png" + ], + "links": [ + "http://gazettereview.com/2016/06/stop-smoking-best-tips-quitting-smoking/", + "https://www.tenderempowerment.com/blog/quit-smoking-in-2016-a-little-reality-first/", + "https://copelandcommunications.wordpress.com/2011/08/19/brand-wars-jersey-shore-vs-abercrombie-fitch-round-1/nikkita-in-cloverdale/" + ], + "tags": [ + "kickingthehabit", + "quit-smoking", + "cigarettes", + "life", + "health" + ], + "users": [ + "generation.easy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257316677877, + "payout": 0.059, + "payout_at": "2016-09-22T18:12:18", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "kicking-the-habit-campaign", + "post_id": 1256917, + "promoted": "0.010 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "Kicking the Habit Campaign", + "updated": "2016-09-15T18:12:18", + "url": "/kickingthehabit/@generation.easy/kicking-the-habit-campaign" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 148161564048, + "voter": "edgeland" + }, + { + "rshares": 14982990699, + "voter": "eeks" + }, + { + "rshares": 8670256339, + "voter": "richman" + }, + { + "rshares": 58704199637, + "voter": "oaldamster" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 719401125, + "voter": "rxhector" + }, + { + "rshares": 103793678934, + "voter": "cdubendo" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 204618344638, + "voter": "jl777" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 50579237521, + "voter": "gomeravibz" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 18607156497, + "voter": "timelapse" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 106144628, + "voter": "pollina" + }, + { + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 3467055797, + "voter": "steveo" + }, + { + "rshares": 13841342477, + "voter": "telos" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3730836832, + "voter": "shneakysquirrel" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 1911516353, + "voter": "erroneous-logic" + }, + { + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "rshares": 32441793421, + "voter": "hilarski" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 5201378075, + "voter": "ats-david" + }, + { + "rshares": 57935125, + "voter": "barrydutton" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 873877151, + "voter": "anahilarski" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 6064648982, + "voter": "dexter-k" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 677868099, + "voter": "echoesinthemind" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 1199700175, + "voter": "iuliuspro" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 160460593, + "voter": "tanemahuta" + }, + { + "rshares": 7187212765, + "voter": "dresden" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + } + ], + "author": "hilarski", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.54, + "beneficiaries": [], + "blacklists": [], + "body": "
http://images.technewstoday.com.s3.amazonaws.com/tnt/hackers-steal-millions-from-banks-via-malware.JPG
\n\n# Taking My Bitcoin and Crypto Off of Bittrex, Bitfinex and Poloniex. #\n\nOver the last few weeks I have begun unwinding all of my positions on Bittrex. If I used Poloniex or Bitfinex I would have done the same. Maybe I have some serious trust issues but I sense the winds of change are in the air.\n\n## These Centralized Crypto Trading Platforms are Just Too Dangerous for My Peace of Mind. ##\n\n
https://media.giphy.com/media/3o6ozrRNp2cvPjl8B2/giphy.gif
\n\nA short while ago many of you were robbed on Bitfinex. This gave me a serious feeling of uneasiness. This also prompted a few geniuses in the Crypto world to move along decentralized trading platforms. \n\n## The Ah Ha Moment with a Crypto Genius. ##\n\nLast Sunday I had a working meeting with Ira Miller, the Ambassador of [Git Guild](http://gitguild.com). I shared with him my concerns and he promptly told me I was right to be concerned and that I should immediately take my BTC off of Bittrex. Now that was a problem because I essentially had zero BTC. I have 100% invested in Altcoins which means it takes time to unwind. I am one of those people who kept my coins on the exchange because I like the ease of access but I know this is not wise.\n\n## What Does Ira Miller of Git Guild Recommend? ##\n\nHe told me to start using [Bitsquare](https://bitsquare.io/) in the interim. He then told me his team is working on a decentralized trading platform. Of course my interest peaked but he could not give me anymore information than that. All I know is that I am thrilled to be working so closely with a visionary of the Crypto community!\n\nSo without hesitation I recommend you begin unwinding your positions across the centralized exchanges in anticipation of the decentralized trading platform tsunami coming our way. I am going to set up my Bitsquare trading account and give it a test drive. Stay tuned for a Bitsquare review!\n\n## Me Trying to Escape with My Bitcoin from the Centralized Crypto Trading Platforms. ##\n\n
https://media.giphy.com/media/l3vRkFsytsLileINi/giphy.gif
", + "category": "crypto", + "children": 17, + "created": "2016-09-15T18:12:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://images.technewstoday.com.s3.amazonaws.com/tnt/hackers-steal-millions-from-banks-via-malware.JPG", + "https://media.giphy.com/media/3o6ozrRNp2cvPjl8B2/giphy.gif", + "https://media.giphy.com/media/l3vRkFsytsLileINi/giphy.gif" + ], + "links": [ + "http://gitguild.com", + "https://bitsquare.io/" + ], + "tags": [ + "crypto", + "trading", + "altcoins", + "bittrex", + "bitsquare" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3304666535037, + "payout": 1.32, + "payout_at": "2016-09-22T18:12:15", + "pending_payout_value": "1.320 HBD", + "percent_hbd": 10000, + "permlink": "call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms", + "post_id": 1256916, + "promoted": "5.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 87 + }, + "title": "Call Me Crazy But I am Taking My Bitcoin Off of Centralized AltCoin Trading Platforms.", + "updated": "2016-09-15T18:31:51", + "url": "/crypto/@hilarski/call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms" + }, + { + "active_votes": [ + { + "rshares": 14982988896, + "voter": "eeks" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

By her own admission Clinton suffers from pneumonia.  Her personal doctor (as opposed to a third party observer) released medical records.  For the anti-vaccine crowd it's a wonderful gem.  A fully vaccinated person is now suffering from the illness the vaccine is meant to protect.  The vaccine can be thought of as a potential cause or incapable of preventing the very illness it's designed to protect against.  

\n

Vaccine inserts go into a lot of detail into problems caused by vaccines.  They include neurological damage including but not limited to autism.  For those that don't believe me, go to your doctors office and keep insisting that you see the long form version of the insert that comes with the vaccine and sit down and read it.  Under potential risks it will list autism among other issues.

\n

Here's a current, profound, and ironic example of vaccine \"failure\" in that a big pharma mega donor recipient is  either brought down by or failed to be protected by the vaccines she supports.

\n

\n", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T18:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s13.postimg.org/pxe7a350n/HRC_Health.jpg", + "https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14322645_10100500849914713_1744824572734051768_n.jpg?oh=6063accd87cde770844381bfd7a1163d&oe=586E9A3F" + ], + "links": [ + "https://m.hrc.onl/secretary/10-documents/05-physician-letter/HRC_physician_letter.pdf" + ], + "tags": [ + "vaccines", + "politics", + "health", + "government", + "conspiracy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47330922740, + "payout": 0.01, + "payout_at": "2016-09-22T18:10:21", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source", + "post_id": 1256899, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "updated": "2016-09-15T18:15:57", + "url": "/vaccines/@aggroed/in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source" + }, + { + "active_votes": [ + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 588228551, + "voter": "profanarky" + }, + { + "rshares": 277427613, + "voter": "ratidor" + }, + { + "rshares": 152236495, + "voter": "knight-angel" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + } + ], + "author": "ratidor", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.57, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/i3Nd_FK1zUg", + "category": "video", + "children": 0, + "created": "2016-09-15T18:10:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/i3Nd_FK1zUg/0.jpg" + ], + "links": [ + "https://youtu.be/i3Nd_FK1zUg" + ], + "tags": [ + "video", + "art" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1356701736, + "payout": 0.0, + "payout_at": "2016-09-22T18:10:09", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "king-titus-vape-artist-residency", + "post_id": 1256897, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "King Titus Vape: Artist Residency", + "updated": "2016-09-15T18:10:09", + "url": "/video/@ratidor/king-titus-vape-artist-residency" + }, + { + "active_votes": [ + { + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "rshares": 2053192838289, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22867607772, + "voter": "jaewoocho" + }, + { + "rshares": 447708603191, + "voter": "boatymcboatface" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 284387537146, + "voter": "chitty" + }, + { + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "rshares": 42807744984, + "voter": "unosuke" + }, + { + "rshares": 481789740986, + "voter": "noaommerrr" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "rshares": 44948966690, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "rshares": 5764343600, + "voter": "spaninv" + }, + { + "rshares": 326645012119, + "voter": "teamsteem" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 867025633, + "voter": "richman" + }, + { + "rshares": 1226367074, + "voter": "tad-auker" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 603739324854, + "voter": "kevinwong" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 591084449, + "voter": "kodi" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 59952086154, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "rshares": 373313301, + "voter": "stiletto" + }, + { + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "rshares": 110484085174, + "voter": "kenny-crane" + }, + { + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "rshares": 210214429045, + "voter": "alexc" + }, + { + "rshares": 19598687179, + "voter": "ziv" + }, + { + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 10685187763, + "voter": "kimziv" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 87865461670, + "voter": "gtg" + }, + { + "rshares": 7484573728, + "voter": "micheletrainer" + }, + { + "rshares": 280946689, + "voter": "ladyclair" + }, + { + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "rshares": 15997662965, + "voter": "yogi.artist" + }, + { + "rshares": 25558672318, + "voter": "tcfxyz" + }, + { + "rshares": 7078753090, + "voter": "futurefood" + }, + { + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "rshares": 4920595011, + "voter": "furion" + }, + { + "rshares": 159574353648, + "voter": "jacor" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 155009367898, + "voter": "gbert" + }, + { + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "rshares": 46858431857, + "voter": "milestone" + }, + { + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 233078967, + "voter": "poseidon" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "rshares": 4047553215, + "voter": "birdie" + }, + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "rshares": 204618344638, + "voter": "jl777" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 22243073202, + "voter": "prufarchy" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 1805753019, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 3558683980, + "voter": "mpa" + }, + { + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "rshares": 6785831506, + "voter": "shortcut" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 63857546397, + "voter": "laonie" + }, + { + "rshares": 153264363976, + "voter": "twinner" + }, + { + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "rshares": 24562380280, + "voter": "laoyao" + }, + { + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "rshares": 12962040863, + "voter": "somebody" + }, + { + "rshares": 484639508, + "voter": "flysaga" + }, + { + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "rshares": 2863409697, + "voter": "midnightoil" + }, + { + "rshares": 84246848, + "voter": "coderg" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 7161993588, + "voter": "xiaohui" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 323426725, + "voter": "elfkitchen" + }, + { + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "rshares": 223904508, + "voter": "xiaokongcom" + }, + { + "rshares": 451351789, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 91519215715, + "voter": "miacats" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 2022647341, + "voter": "chinadaily" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 13841342477, + "voter": "telos" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 32463005362, + "voter": "daut44" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 5401452179, + "voter": "nulliusinverba" + }, + { + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "rshares": 7670539797, + "voter": "macksby" + }, + { + "rshares": 23248301756, + "voter": "mikehere" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 163127905, + "voter": "socalguy" + }, + { + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "rshares": 1878628053, + "voter": "mobios" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 4185479873, + "voter": "nubchai" + }, + { + "rshares": 54574888, + "voter": "lighter" + }, + { + "rshares": 232386397, + "voter": "pjo" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 27673000226, + "voter": "brains" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753450273, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 51581492, + "voter": "cwb" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 3696018490, + "voter": "slayer" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 1233685675, + "voter": "anns" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 310550549, + "voter": "james1987" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 1343656937, + "voter": "mrlemmer11" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "rshares": 153246625, + "voter": "mdruggan" + } + ], + "author": "stellabelle", + "author_payout_value": "0.000 HBD", + "author_reputation": 72.72, + "beneficiaries": [], + "blacklists": [], + "body": "
![robotee8b7.jpg](https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg)
\nImage Source: pixabay\n\n# The robot vs. human wars have begun and it's being hashed out on Steemit:\n\nThese comments surfaced in response to posts by the AI @msgivings account:\n\n>\"I can't believe that this fucking bot got me in an argument with my girlfriend over my comment and it's not even human, fuck me.\"\n\n>\"She doesn't respond because this account is not legit. Shame on every one of the whales that upvoted it and all of the previous posts. Thousands of SBD have been thrown away on this and other fake accounts. The question is - do these whales know it? Are they actively scamming the platform themselves?\"\n\nBy this point, I suppose many of you realize that the account of @msgivings was not run by a human, but rather by artificial intelligence. If you take the time to actually read all the posts that @msgivings wrote, you'll notice some really odd cognitive dissonance. I could tell when I read just one of those posts that a real woman was not writing it. But I too, didn't really look into this account until fairly recently, because I was turned off by the clickbait nature of the titles. I ignored reading them until @yogi.artist pointed out that it's AI. \n\nThe Msgivings Robot has so far banked around $16,000 in blogging rewards from Steemit, and no one realized it until fairly recently. I think @bacchist and @reneenouveau may have been the first ones to reveal this AI hidden identity, but it was [@yogi.artist's post](https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings) that truly opened my eyes to the high level that AI writing software programs have recently reached. He affectionately refers to Msgivings as \"Mstakings\". Another user has claimed that more than 1% of the high-paying trending articles are being written by AI, not real humans.\n\nWhat seals the deal for me personally, in verifying that the @msgivings account was AI is the fact that the account owner has vaporized. A real human would of course defend themselves and fight for their reputation, account and future in Steemit. Owners of AI scam accounts pack up and leave, respin their identity, respin their articles and try again, knowing that most of the whales don't really scrutinize the articles to any meaningful degree.\n\nI was examining the @msgivings account very thoroughly today and noticed that @msgivings had voted for @mibenkito and followed this account a few weeks ago. I then began reading that blog and noticed that @mibenkito had never bothered to write an \"Introduce Yourself\" post. I read every single one of the posts, and not one contained a photo with the standard holding of a \"Steemit\" sign. Odd, for sure. But the oddest thing to me was that in the introduction post, the very first line starts out like this:\n\n>\"I\u2019m an Asian and I live to eat.\"\n\nI lived in Asia and have a degree in Japanese. One of the things I immediately noticed when I lived in Japan is that Asian people rarely describe themselves as \"Asian\". In fact, in all my time spent living in Asia, I never heard one Asian refer to themselves as \"Asian.\" Koreans call themselves Koreans, Japanese call themselves Japanese, etc. Only people who are non-Asian refer to them as Asians. At least that has been my experience so far in life. There may be Asians who call themselves Asian, but I've never met them. \n\nSo, this first sentence feels really awkward and unusual for the reasons I listed above. The English contained in these posts is very strange, but not in a way that suggests it's written by a non-native English speaker. I was an English teacher in Japan and so I'm very familiar with how Japanese people write English. The English that was written in @mibenkito ranges from advanced English skills, with proper usage of commas, to low English usage. It's a strange and odd mix of levels. The first post is truly odd. I have been exposed to a lot of different English styles that were written by non-native English speakers and I've never come across such an odd and patchy style of writing. \n\n
![robot-707219_128024562.jpg](https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg)
\n\nImage Source: pixabay\n\nI am not saying that this account is AI, but it does contain rather inconsistent aspects, namely, that we do not know who @mibenkito is. Usually, on Steemit, people want to share their unique perspective, and they usually tell us where they are from originally, instead of just saying, \"I'm Asian.\" That's like me saying, \"I'm North American.\" Let's face it, no one says it. This all could be cleared up quite fast with a video or a standard introduce yourself post, complete with a Steemit sign.\n\nThis is not meant to be some kind of inquisition, but seeing as how the Steemit community paid out $16,000 to a robot whose owner has abandoned the platform, it's in our best interest to question the identity of posters, especially ones which are receiving massive payouts.\n\nThe word on the street from professional writers is that Steemit is attracting greedy scammers. And unfortunately, the quality is just not up to par yet with Medium. When whale voters, and the curation projects that dole out their funds don't take a close look at what they're voting on, we arrive in the situation of a robot making over $16,000. And now that robot is no where to be seen. The owner of @msgivings has abandoned his/her account. \n\n# The owner that created @msgivings could easily be making new accounts to fool gullible humans. \n\nThe thought process is going probably something like this: \"Well, I've exhausted that msgivings persona, so now I can create a different persona, with different hobbies and interests, and as long as I fool the whale curation bots for a while, I'm good. I'll just take out the funds anyway.\"\n\n# I think we all deserve to know who was behind the @msgivings account. \n\n
![pollution-1148841_12805fd14.jpg](https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg)
\n\nThe proper thing to do would be to just come forward and tell the truth. **Describe the entire process, in all its gritty details.** Describe your elation when you discovered that an AI writing program could make you thousands of dollars. Explain what program you used, how you got it, and what other platforms you're currently using it on. Is this a freelance operation, and Steemit was just your highest paid client? What is the story behind this deception? \n\n# If you were really clever, you could write a book about this, throw it up on Amazon, and see more profits roll in. But you'd have to tell the truth first here on Steemit. \n\nCould you tell the truth? Is that even in your wheelhouse? What kind of human are you anyway? I think the people who you've incited, people who engaged with you for weeks, wrote lengthy comments, deserve to know the truth. Are you capable of telling the truth? Or do you operate on some other plane of deceptive existence? This is all really interesting and would make a fantastic book. Maybe I'll be the one to write the book and interview you anonymously at some point in the future. Would you do that? Would you offer up your true story anonymously? The questions keep coming, _WHO ARE YOU MSGIVINGS_?\n\n
![head-663997_128076d7e.jpg](https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg)
\nImage Source: pixabay\n\n# Moving forward. \n\nWhat if all of us mere mortals adapted to this new AI technology, like most of us will be doing soon enough, and began using our own AI programs to generate content? What exactly would be the point of Steemit? Would the robot wars really move into high gear then? Would the advanced AI writing programs be winner take all? The only real interaction would be found in the comments, but an AI could be trained in that capacity, too.\n\nWhat is Steemit's official stance on AI-created content moving forward? How about, as long as it's clearly indicated that the content was created by artificial intelligence? But you and I know this is a silly utopian fantasy. Big profits won't come to those who transparently reveal that they are using AI to generate articles.\n\nAn what would be the point of humans upvoting a software writing program? Is a program more valuable than a human? Should we all become robot shepherds and get our own AI writing programs? What is the point of any of this? If AI takes over the trending pages, then what role will humans have here in Steemit? Will we become expert commenters and video creators, letting AI programs do the bulk of the arduous writing?\n\nI am not against AI and even I considered making an AI account that would be a robot twin of my writing. But I would properly identify it as AI using the sticker that @reneenouveau created, so that deception would not be a part of my deal. \n\nhttp://reneenouveau.com/Steem/100bot.gif\n\nYou see, when you deceive others, you finally are forced to abandon your account. Why not create an AI account and do it transparently, with the entire community aware that it was created using AI? I have loads of questions about these AI programs, and I'm also looking to get my own soon. Or would that finally open the pandora's box that's waiting to happen? \n\n# Is that the singularity that everyone is talking about? Or has it already arrived?\n\n# The real problem doesn't lie within AI. The real problem lies within the deceptive human mind who is controlling AI.\n\n
![cyborg-152454_1280074fd.png](https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png)
\n\nImage Source: pixabay", + "category": "ai", + "children": 31, + "created": "2016-09-15T18:09:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg", + "https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg", + "https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg", + "https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg", + "http://reneenouveau.com/Steem/100bot.gif", + "https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png" + ], + "links": [ + "https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings" + ], + "tags": [ + "ai", + "artificial-intelligence", + "robots", + "ai-writing", + "msgivings" + ], + "users": [ + "msgivings", + "yogi.artist", + "bacchist", + "reneenouveau", + "mibenkito" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15880698940673, + "payout": 17.36, + "payout_at": "2016-09-22T18:09:09", + "pending_payout_value": "17.360 HBD", + "percent_hbd": 10000, + "permlink": "artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit", + "post_id": 1256886, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 172 + }, + "title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "updated": "2016-09-15T19:09:57", + "url": "/ai/@stellabelle/artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit" + }, + { + "active_votes": [ + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 158714644, + "voter": "knight-angel" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + } + ], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemit! Today has made such beautiful crafts. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151045.1473959213.jpg\n\nhttp://ipic.su/img/img7/fs/P9151013.1473959281.jpg\n\nhttp://ipic.su/img/img7/fs/P9151023.1473959345.jpg\n\nhttp://ipic.su/img/img7/fs/P9151027.1473959413.jpg\n\nhttp://ipic.su/img/img7/fs/P9151039.1473959549.jpg\n\nhttp://ipic.su/img/img7/fs/P9151044.1473959606.jpg\n\nhttp://ipic.su/img/img7/fs/P9151046.1473959651.jpg\n\nhttp://ipic.su/img/img7/fs/1934623.1473959906.jpg\n\n---\n\nMakes it very easy, does not take long, the main thing to try!\nAll good day friends :) Thank you for your attention!", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://ipic.su/img/img7/fs/P9151045.1473959213.jpg", + "http://ipic.su/img/img7/fs/P9151013.1473959281.jpg", + "http://ipic.su/img/img7/fs/P9151023.1473959345.jpg", + "http://ipic.su/img/img7/fs/P9151027.1473959413.jpg", + "http://ipic.su/img/img7/fs/P9151039.1473959549.jpg", + "http://ipic.su/img/img7/fs/P9151044.1473959606.jpg", + "http://ipic.su/img/img7/fs/P9151046.1473959651.jpg", + "http://ipic.su/img/img7/fs/1934623.1473959906.jpg" + ], + "tags": [ + "steemit", + "art", + "photography", + "life", + "origami" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4969773121, + "payout": 0.001, + "payout_at": "2016-09-22T18:07:54", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "origami-art-fishs", + "post_id": 1256872, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Origami Art - fishs.", + "updated": "2016-09-15T18:07:54", + "url": "/steemit/@zaitsevalesyaa/origami-art-fishs" + }, + { + "active_votes": [ + { + "rshares": 13341851799, + "voter": "valtr" + }, + { + "rshares": 8670286379, + "voter": "richman" + }, + { + "rshares": 1609539458, + "voter": "gidlark" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 605261532, + "voter": "luisucv34" + }, + { + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "rshares": 1879770298, + "voter": "yoganarchista" + }, + { + "rshares": 7045785800, + "voter": "uwe69" + }, + { + "rshares": 1669049165, + "voter": "future24" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 62519310, + "voter": "chrismarketing" + }, + { + "rshares": 61505455, + "voter": "gamingdiamond" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 110179538, + "voter": "jlufer" + }, + { + "rshares": 55943706, + "voter": "ejaredallen" + }, + { + "rshares": 1494524391, + "voter": "ablie" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 298372096, + "voter": "james1987" + }, + { + "rshares": 156621194, + "voter": "my-art" + }, + { + "rshares": 155886015, + "voter": "inspiring" + }, + { + "rshares": 114779248, + "voter": "bleujay" + } + ], + "author": "future24", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.16, + "beneficiaries": [], + "blacklists": [], + "body": " Hi Steemit-Community, in this article I want to show you some great photos and close up views of a curious bat fish, which I've seen while a dive in Egypt. You can find the details of the dive in my last \"Diving Impressions Update\". Batfishes (Platax) have a very flat body, small scales and a small mouth with small teeth. They can be identified on the dark-colored vertical lines over the eyes and the vertical stabiliser easily. The younger animals differ from the older fish by their extended abdomen, back, and tail fins. Batfish are very curious and they often swim to divers and nibble on their equipment or the fingers. They also try to catch the rising air bubbles from divers sometimes. A really funny fish! :) \n\n
\n\n [German] Hallo Steemit-Community, in diesem Artikel m\u00f6chte ich euch einige tolle Fotos und Nahaufnahmen von einem neugierigen Fledermausfisch zeigen, den ich bei einem Tauchgang in \u00c4gypten gesehen habe. Die Details zu dem Tauchgang findet ihr in dem letzten \"Diving Impressions Update\" von mir. Fledermausfische (Platax) haben einen sehr flachen K\u00f6rper, kleine Schuppen und ein kleines Maul mit kleinen Z\u00e4hnen. Man erkennt sie leicht an den dunkel gef\u00e4rbten senkrechten B\u00e4ndern \u00fcber den Augen und den Seitenflossen. Die j\u00fcngeren Tiere unterscheiden sich von den \u00e4lteren Fischen durch ihre ausgezogenen Bauch-, R\u00fccken- und Schwanzflossen. Fledermausfische sind sehr neugierig und es wird oft beobachtet, dass sie Tauchern nachschwimmen und an deren Ausr\u00fcstung oder den Fingern knabbern. Sie probieren auch gerne mal nach den aufsteigenden Luftblasen von Tauchern zu schnappen. Ein sehr lustiger Fisch! :) \n\n
\nClose-Up Views:
\n[German] Nahmaufnahmen:\n\n\"\n\n\"\n\n\"\n\n\"\n\n\"\n\n\"\n\nHere you can watch an amazing video with a batfish swarm at Youtube (not my own video): \n\n\n\n Source \n\nI hope you enjoy this amazing pictures and I will add more diving updates for you soon.\n\n[German] Ich hoffe euch gefallen die erstaunlichen Bilder und ich werde bald mehr Tauch-Aktualisierungen f\u00fcr euch hinzuf\u00fcgen.\n\n Kind regards. \n Mit freundlichen Gr\u00fc\u00dfen. \n\nJonas Ahrens\n\n
\n\n# Hey y\u2019all for more great content check out these blogs too:\n**(All robot images from steemd.com)**\n\n

@stellabelle
|

@ericvancewalton
|

@cristi
|

@micheletrainer
|

@mctiller
\n------------ | ------------------------- | ------------------------- | ------------------------- | -------------\n

@lukeofkondor
|

@soulsistashakti
|

@mindover
|

@mars-eve
|

@patrick-g
\n

@kaylinart
|

@romanskv
|

@the-alien
|

@razvanelulmarin
|

@strangerarray
\n

@lat-nayar
|

@ann-hoy
|

@future24
|

@julia26
|

@papa-pepper

", + "category": "life", + "children": 0, + "created": "2016-09-15T18:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_9_zpswgxqvbby.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_12_zps7coauc8k.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_11_zpsvrj5cslp.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_10_zpsncn2g2mz.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_8_zps5khqyrpz.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_7_zpsnrows3rz.jpg", + "https://robohash.org/stellabelle.png?size=48x48", + "https://robohash.org/ericvancewalton.png?size=48x48", + "https://robohash.org/cristi.png?size=48x48", + "https://robohash.org/micheletrainer.png?size=48x48", + "https://robohash.org/mctiller.png?size=48x48", + "https://robohash.org/lukeofkondor.png?size=48x48", + "https://robohash.org/soulsistashakti.png?size=48x48", + "https://robohash.org/mindover.png?size=48x48", + "https://robohash.org/mars-eve.png?size=48x48", + "https://robohash.org/patrick-g.png?size=48x48", + "https://robohash.org/kaylinart.png?size=48x48", + "https://robohash.org/romanskv.png?size=48x48", + "https://robohash.org/the-alien.png?size=48x48", + "https://robohash.org/razvanelulmarin.png?size=48x48", + "https://robohash.org/strangerarray.png?size=48x48", + "https://robohash.org/lat-nayar.png?size=48x48", + "https://robohash.org/ann-hoy.png?size=48x48", + "https://robohash.org/future24.png?size=48x48", + "https://robohash.org/EF1.png?size=48x48", + "https://img1.steemit.com/0x0/https://robohash.org/rainman?size=48x48" + ], + "links": [ + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_9_zpswgxqvbby.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_12_zps7coauc8k.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_11_zpsvrj5cslp.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_10_zpsncn2g2mz.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_8_zps5khqyrpz.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_7_zpsnrows3rz.jpg.html", + "https://youtu.be/2KmIvHrtLNc", + "https://steemit.com/@stellabelle", + "https://steemit.com/@ericvancewalton", + "https://steemit.com/@cristi", + "https://steemit.com/@micheletrainer", + "https://steemit.com/@mctiller", + "https://steemit.com/@lukeofkondor", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/@mindover", + "https://steemit.com/@mars-eve", + "https://steemit.com/@patrick-g", + "https://steemit.com/@kaylinart", + "https://steemit.com/@romanskv", + "https://steemit.com/@the-alien", + "https://steemit.com/@razvanelulmarin", + "https://steemit.com/@strangerarray", + "https://steemit.com/@lat-nayar", + "https://steemit.com/@ann-hoy", + "https://steemit.com/@future24", + "https://steemit.com/@julia26", + "https://steemit.com/@papa-pepper" + ], + "tags": [ + "life", + "photography", + "nature", + "diving", + "deutsch" + ], + "users": [ + "stellabelle", + "ericvancewalton", + "cristi", + "micheletrainer", + "mctiller", + "lukeofkondor", + "soulsistashakti", + "mindover", + "mars-eve", + "patrick-g", + "kaylinart", + "romanskv", + "the-alien", + "razvanelulmarin", + "strangerarray", + "lat-nayar", + "ann-hoy", + "future24", + "julia26", + "papa-pepper" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79845937441, + "payout": 0.017, + "payout_at": "2016-09-22T18:05:57", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german", + "post_id": 1256854, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 22 + }, + "title": "Diving Impressions Update #4: Curious Batfish (Platax) close-up views! (English/German)", + "updated": "2016-09-15T18:05:57", + "url": "/life/@future24/diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german" + }, + { + "active_votes": [ + { + "rshares": 231813191302, + "voter": "anonymous" + }, + { + "rshares": 174033897996, + "voter": "highasfuck" + }, + { + "rshares": 1950774078440, + "voter": "xeroc" + }, + { + "rshares": 213924324709, + "voter": "alex90342fastn1" + }, + { + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "rshares": 326639006522, + "voter": "teamsteem" + }, + { + "rshares": 183442312733, + "voter": "steve-walschot" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "rshares": 55960410096, + "voter": "thecryptodrive" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 31346212932, + "voter": "michaelx" + }, + { + "rshares": 34073699558, + "voter": "cryptoiskey" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 36267962783, + "voter": "clement" + }, + { + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "rshares": 68450553516, + "voter": "bacchist" + }, + { + "rshares": 52093571855, + "voter": "venuspcs" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 14389634301, + "voter": "ausbitbank" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 185292018100, + "voter": "anyx" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 89580632, + "voter": "wildchild" + }, + { + "rshares": 3709595271, + "voter": "bitcoiner" + }, + { + "rshares": 30989825780, + "voter": "zaebars" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "rshares": 135240891516, + "voter": "steemdrive" + }, + { + "rshares": 50579653937, + "voter": "gomeravibz" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 22969491561, + "voter": "laonie1" + }, + { + "rshares": 23486297008, + "voter": "laonie2" + }, + { + "rshares": 23494592105, + "voter": "laonie3" + }, + { + "rshares": 5831750244, + "voter": "brendio" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 23490269143, + "voter": "laonie4" + }, + { + "rshares": 23487998630, + "voter": "laonie5" + }, + { + "rshares": 23485020903, + "voter": "laonie6" + }, + { + "rshares": 23480867466, + "voter": "laonie7" + }, + { + "rshares": 3157825096, + "voter": "kurtbeil" + }, + { + "rshares": 23477419388, + "voter": "laonie8" + }, + { + "rshares": 23474718053, + "voter": "laonie9" + }, + { + "rshares": 2370262538, + "voter": "steemleak" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 2354312294, + "voter": "paynode" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 9731652686, + "voter": "mione" + }, + { + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "rshares": 60219243, + "voter": "instructor" + }, + { + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "rshares": 23468511648, + "voter": "laonie10" + }, + { + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "rshares": 31611630780, + "voter": "hilarski" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 8390958262, + "voter": "rimann" + }, + { + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "rshares": 22621808463, + "voter": "laonie11" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 4044749171, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "rshares": 63545565768, + "voter": "tracemayer" + }, + { + "rshares": 54457374, + "voter": "ppan08162016" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "rshares": 2651178974, + "voter": "senseye" + }, + { + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "tygergamer", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.4, + "beneficiaries": [], + "blacklists": [], + "body": "
\"Image
\n
\n## What is Far Cry Primal?\n___\nFar Cry Primal is a first person action-adventure game which was developed by Ubisoft Montreal, and first released on February 23 2016.\n## Story\n___\nYou play as a Wenja tribesman named Takkar, who becomes stranded in the Oros Valley in the year 10,000 B.C. He also gains the ability to tame the predators of Oros. There are two tribes that threaten the Winja's existence which are; the Udam tribe who are cannibals and prey on the Wenja, then there is the izila tribe who like to sacrifice the Winja using fire. Your goal is to grow your tribe, and wipe out the rival tribes so that yours can survive.\n
\n
\"Image
\n######
This is the map of Oros
\n
\n## Gameplay\n___\nWhen you start the game you start with nothing. So you have to craft your own weapons/tools in order to defend yourself, either from predatory animals or rival tribesmen and tribeswomen. Once you have crafted the bare essentials you then have to start taking territory for the wenja. You do this by clearing out camps, and bonfires.\n
\n
\"Image
\n######
This is the crafting Menu, here is where you craft items
\n
\n
\n
\"Image
\n######
This is the Skills Menu, this is where you can level up Takkar.
\n
\n
\n
\"Image
\n######
This is where you can upgrade your village to get even more added benefits
\n
\n
\n
\"Image
\n######
This where you can look at the resources that you have on hand.
\n
\n
\n
\"Image
\n######
You can use an owl to scout an enemy encampment, and tag enemy positions. So that you can get them drop on them.
\n
\n
\n
\"Image
\n######
This is the Beast Selection Menu, here you can select between beasts that you have tamed.
\n
\n
\n
\"Image
\n######
This is my preferred beast, it is a Bloodfanged Sabortooth cat. Isn't he/she (I do not no its gender because you can not check) cute?
\n
\n## Presentation\n___\nI like how the game looks, and how it behaves. For example when you are hunting animals, and hit one with a arrow usually in other games the animal tries and runs away, but in this game you can hit it with one arrow but does kill it right away you can fallow its blood trail until it drops dead. Not many games do that.\n## Final Thoughts\n___\nThere isn't many games that use a prehistoric setting like this, and for that I love it for that reason alone. If you want to give this game a try you can get it for PS4; XBOX ONE, an PC for around $60.\nSide Notes\n___\nThe Steem that I receive from these posts allows me to purchase new games, and this helps keep my posts consistent. Also if you want to talk about games in general my information is below, and if anyone is curious I take my own screenshots.\n# @tygergamer\n\nhttp://i.imgur.com/GWcS5Dm.jpg\n[tygergamer on Facebook](https://www.facebook.com/ty.miller.3720190)\n[Join Our Steemit Gaming Channel](https://steemit.chat/channel/gaming)\nIf you have PSN my username is tyger1313\n# Thank you to everyone for your continuing support.", + "category": "gaming", + "children": 0, + "created": "2016-09-15T18:05:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i68.tinypic.com/2vx3a08.jpg", + "http://i66.tinypic.com/s3ke52.jpg", + "http://i65.tinypic.com/rhlw86.jpg", + "http://i67.tinypic.com/w7e6ps.jpg", + "http://i67.tinypic.com/2hx3g21.jpg", + "http://i63.tinypic.com/1534mkh.jpg", + "http://i66.tinypic.com/2hgfg2x.jpg", + "http://i64.tinypic.com/353cavc.jpg", + "http://i64.tinypic.com/2e3o750.jpg", + "http://i.imgur.com/GWcS5Dm.jpg" + ], + "links": [ + "http://tinypic.com?ref=2vx3a08", + "http://tinypic.com?ref=s3ke52", + "http://tinypic.com?ref=rhlw86", + "http://tinypic.com?ref=w7e6ps", + "http://tinypic.com?ref=2hx3g21", + "http://tinypic.com?ref=1534mkh", + "http://tinypic.com?ref=2hgfg2x", + "http://tinypic.com?ref=353cavc", + "http://tinypic.com?ref=2e3o750", + "https://www.facebook.com/ty.miller.3720190", + "https://steemit.chat/channel/gaming" + ], + "tags": [ + "gaming", + "farcryprimal" + ], + "users": [ + "tygergamer" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5731493828301, + "payout": 3.049, + "payout_at": "2016-09-22T18:05:03", + "pending_payout_value": "3.049 HBD", + "percent_hbd": 10000, + "permlink": "my-thoughts-on-far-cry-primal", + "post_id": 1256844, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 97 + }, + "title": "My Thoughts on Far Cry Primal", + "updated": "2016-09-15T18:05:03", + "url": "/gaming/@tygergamer/my-thoughts-on-far-cry-primal" + }, + { + "active_votes": [ + { + "rshares": 67585702, + "voter": "alejoshy" + }, + { + "rshares": 62351093, + "voter": "creatr" + }, + { + "rshares": 50150568, + "voter": "bmwrider" + } + ], + "author": "creatr", + "author_payout_value": "0.000 HBD", + "author_reputation": 37.55, + "beneficiaries": [], + "blacklists": [], + "body": "

Part 1: Pre-Agorist Days

\n\nIf I said I became [an agorist](http://agorism.info) for moral reasons, that might be stretching the truth. Yet, sometimes, perceived injustice may lead in the right direction.\n\n![paper](https://source.unsplash.com/4fwRyKISwfk)\n

Behold, the Agora! Voluntary, Free Exchange...

\n
Photo courtesy of [Juan ignacio Tapia](https://unsplash.com/@juanitapia) and [http://unsplash.com](http://unsplash.com)
\n\n

When I first began to create things of value, I wondered how to avoid the omnipresence of taxation.

\n\nI had grown up in America in the 1950's, living my early years in a [pre-sales tax New York State](http://cber.bus.utk.edu/staff/mnmecon338/foxipt.pdf). That price tag you saw? It was *exactly* the amount you paid, imagine that!\n\nLike a frog in a warming pot, I was insensitive to the oppressive encroachment of taxes and regulations. For the typical young family, the federal tax system seemed to be a positive thing. Fill out your tax form and discover you have an [\"earned income credit.\"](https://www.taxact.com/tax-information/about-your-taxes/earned-income-credit.asp) You actually end up getting more money back than you put in!\n\n

But try creating something new and valuable, and you'll soon find that the tax man is out to get you.

\n\nIt was the mid 1970s, the outset of the computer revolution. I wrote and began selling several computer software titles by mail order. It soon became clear; this would be a losing proposition if the government got all they wanted. I began itemizing and digging for every deduction possible.\n\nTo my frustration, the software biz never quite \"took off\" for me, and I found myself back in the workforce. My employers somehow [seemed to believe it was OK to withhold part of my wage](https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding) and hand it over to the government. \"Oh, you want his money? Here you go!\"\n\n

Decades of suffering ensued.

\n\nI groaned under the tax burden, but found little or no sympathy or remedy. It seemed *so* unjust, but I kept on hearing [(even from the pulpit)](https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding) that this was \"the price of civilization.\" They said I \"owed\" taxes as a debt to the government.\n\nNot much changed until one day I began to get wind of the truth. I stumbled across the \"patriot movement,\" which led me to some of the pioneers of \"Tax Honesty.\"\n\nAttending a meeting conducted by [The Free Enterprise Society](http://freeenterprisesociety.com), I learned that (despite the maze of complex and confusing laws)\n

I didn't *owe* the government *anything*.

\n\nBut, knowing something to be true, and acting on that knowledge, turned out to be very different things.\n\n

*Next Time* - Part 2: Tax Honesty

\n---\n

About This Series

\nI'll be telling more of the story of my journey to voluntaryism than I've told anywhere before. I intend to include some strategies and examples, and hope to inspire you to action.\n\n[**Follow creatr? Click Here.**](https://steemit.com/@creatr)\n\nComments, questions? Please \"chime in\" below!", + "category": "anarchy", + "children": 3, + "created": "2016-09-15T18:03:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://source.unsplash.com/4fwRyKISwfk" + ], + "links": [ + "http://agorism.info", + "https://unsplash.com/@juanitapia", + "http://unsplash.com", + "http://cber.bus.utk.edu/staff/mnmecon338/foxipt.pdf", + "https://www.taxact.com/tax-information/about-your-taxes/earned-income-credit.asp", + "https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding", + "http://freeenterprisesociety.com", + "https://steemit.com/@creatr" + ], + "tags": [ + "anarchy", + "agorism", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180087363, + "payout": 0.0, + "payout_at": "2016-09-22T18:03:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "agorism-how-to-become-free-in-an-unfree-world", + "post_id": 1256837, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Agorism; How To Become Free in an Unfree World", + "updated": "2016-09-15T18:03:54", + "url": "/anarchy/@creatr/agorism-how-to-become-free-in-an-unfree-world" + }, + { + "active_votes": [ + { + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 447649110030, + "voter": "boatymcboatface" + }, + { + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "rshares": 10884720466, + "voter": "yefet" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061262927, + "voter": "murh" + }, + { + "rshares": 59951861402, + "voter": "theshell" + }, + { + "rshares": 575016250689, + "voter": "infovore" + }, + { + "rshares": 49807085734, + "voter": "isteemit" + }, + { + "rshares": 2690487150, + "voter": "soupernerd" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 174556110815, + "voter": "repholder" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 33739149902, + "voter": "creemej" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 204618287550, + "voter": "jl777" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 2641780884, + "voter": "weenis" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 84708232952, + "voter": "serejandmyself" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 81330350889, + "voter": "someguy123" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 329629477, + "voter": "aldentan" + } + ], + "author": "isteemit", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.12, + "beneficiaries": [], + "blacklists": [], + "body": "https://s17.postimg.org/5bbhv2jv3/DSC_5358.jpg\n\n**What do you really await?**\n\nWhy not do it right away?\n*Yesterday, you said \"later!\"\nand later you said \"later!\" again.\nThat 'later' got piled up later\nand time for the latter 'later' \nliterally never really came.*\n\n**Tell me who is the one to blame?**\n\n*You knew you'd procrastinate\nso much so that you \n*procrastinated the procrastination\njust so you could procrastinate \nin the present.*\nWhich means: you \n*prioritized present pleasure purposefully,\nprecisely pursuing pleasure prior purpose.**\n\n**So what exactly do you await?**\n\n**A thunderstorm to indicate**\n*you to get going or\nyou might get late?*\n\n**A mysterious hit on the head**\n*to get you going\nto earn your bread?*\n\n**An idea of a failure perhaps,**\n*consequences collectively\ncausing a career collapse?*\n\n*Fear always works \nbut passion always wins.*\n*Does that mean **a passion full of fear** \nalways works and wins?*\n\n*Whatever be the motive, \nit has to come from within.*\n\n*Two things motivate people.*\nFirst: *The fear of failure* and\nSecond: *The love for success.*\n*First works well but lasts for less,\nSecond is a rough ride but it's the best.*\n\nThey say \"It's never really too late.\"\nbut it's good to have answers on the plate.\nFigure it out, don't leave it upon your fate,\nAnswer yourself now, \n**What do you await?**\n\n**What do you await?**\n\n>Not for reproduction \n @isteemit\n\nP.S. Picture was taken by me.", + "category": "poetry", + "children": 0, + "created": "2016-09-15T18:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s17.postimg.org/5bbhv2jv3/DSC_5358.jpg" + ], + "tags": [ + "poetry", + "art", + "writing", + "photography", + "motivation" + ], + "users": [ + "isteemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7791774302545, + "payout": 5.033, + "payout_at": "2016-09-22T18:03:27", + "pending_payout_value": "5.033 HBD", + "percent_hbd": 10000, + "permlink": "poem-what-do-you-await-a-motivational-piece", + "post_id": 1256833, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 39 + }, + "title": "[Poem] What do you await? A motivational piece.", + "updated": "2016-09-15T18:03:27", + "url": "/poetry/@isteemit/poem-what-do-you-await-a-motivational-piece" + }, + { + "active_votes": [ + { + "rshares": 365259478, + "voter": "rtd" + } + ], + "author": "rtd", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.7, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/sc-xlr0tLg0\n\nSubscribe and share the RTD news articles...\n\nRTD News keeps you up to date on what's happening around the globe and in the news. Information to help you become more Monetarily Aware. \n\nToday Trump shared his plans for the Economy in New York. At the end of the day no plan will work as long as we consume more than we produce.\n\nWhat are your thoughts? Leave a comment below.", + "category": "trump", + "children": 0, + "created": "2016-09-15T18:01:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/sc-xlr0tLg0/0.jpg" + ], + "links": [ + "https://youtu.be/sc-xlr0tLg0" + ], + "tags": [ + "trump", + "plan", + "news" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 365259478, + "payout": 0.0, + "payout_at": "2016-09-22T18:01:48", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-trump-economic-plan", + "post_id": 1256817, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Breaking News: Trump Economic Plan", + "updated": "2016-09-15T18:01:48", + "url": "/trump/@rtd/breaking-news-trump-economic-plan" + }, + { + "active_votes": [ + { + "rshares": 231808388977, + "voter": "anonymous" + }, + { + "rshares": 2205975697125, + "voter": "wang" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 452868471923, + "voter": "recursive3" + }, + { + "rshares": 290706914673, + "voter": "chitty" + }, + { + "rshares": 200858299201, + "voter": "gardenlady" + }, + { + "rshares": 491425535805, + "voter": "noaommerrr" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 148161564048, + "voter": "edgeland" + }, + { + "rshares": 190467351752, + "voter": "jamtaylor" + }, + { + "rshares": 44948959479, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "rshares": 16103272941, + "voter": "zakharya" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 182983008684, + "voter": "thedashguy" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 21370375526, + "voter": "kimziv" + }, + { + "rshares": 2251949197, + "voter": "superfreek" + }, + { + "rshares": 34064408417, + "voter": "cryptoiskey" + }, + { + "rshares": 3808158887, + "voter": "michaellamden68" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 9841190022, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 33739149902, + "voter": "creemej" + }, + { + "rshares": 26976555325, + "voter": "peterz" + }, + { + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 466157935, + "voter": "poseidon" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 4047553215, + "voter": "birdie" + }, + { + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618287550, + "voter": "jl777" + }, + { + "rshares": 1344727667, + "voter": "aleco" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "rshares": 2300746982, + "voter": "leylar" + }, + { + "rshares": 8964860153, + "voter": "royalmacro" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 434052164, + "voter": "angielb" + }, + { + "rshares": 149624601, + "voter": "steemster1" + }, + { + "rshares": 3448942502, + "voter": "sulev" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 95786319596, + "voter": "laonie" + }, + { + "rshares": 3997468806, + "voter": "myfirst" + }, + { + "rshares": 25924081726, + "voter": "somebody" + }, + { + "rshares": 969279016, + "voter": "flysaga" + }, + { + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "rshares": 5726819395, + "voter": "midnightoil" + }, + { + "rshares": 13919595963, + "voter": "stephen.king989" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 14323987176, + "voter": "xiaohui" + }, + { + "rshares": 646853451, + "voter": "elfkitchen" + }, + { + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 447809016, + "voter": "xiaokongcom" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 902703579, + "voter": "xianjun" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 59110964, + "voter": "microluck" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2077313486, + "voter": "chinadaily" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 452754278, + "voter": "keepdoodling" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 8706975244, + "voter": "garywilson" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 1579732401, + "voter": "quinneaker" + }, + { + "rshares": 11479766873, + "voter": "daveks" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 51718188, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 6064344887, + "voter": "dexter-k" + }, + { + "rshares": 155475570, + "voter": "knight-angel" + }, + { + "rshares": 195329269, + "voter": "chadcrypto" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50454901, + "voter": "roto" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 160954990, + "voter": "photorealistic" + }, + { + "rshares": 3701396319, + "voter": "lscottphotos" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 178206691, + "voter": "pathtomydream" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "jamtaylor", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.91, + "beneficiaries": [], + "blacklists": [], + "body": "![drip-spray-water-liquid-larged6dc9.jpg](https://www.steemimg.com/images/2016/09/15/drip-spray-water-liquid-larged6dc9.jpg)\n_______\n\nThe theme for SPC #9 will be, naturally:\n\n# Action (High Shutter Speed)\n\nSuggested by @bitcalm\n\nSince we just had a long exposure challenge, let's follow it up with freezing all motion instead!\n\n[Here are some examples](https://photography.tutsplus.com/articles/freezing-time-80-inspiring-examples-of-high-speed-photography--photo-340)\n\nUse a high shutter speed to freeze all motion completely, leaving no trails or movement blur. This is best done with objects that are normally moving at high speeds, like hummingbirds, water splashes, bullets passing through objects (be careful!) and things like that.\n\n# Guest Judge this week will be @thecryptofiend\nAll guest judges receive 50 SBD for their time and energy. If you'd like to be a future judge and have a specific theme you'd like to judge, just let me know.\n______\n\n## Prizes\n\nThese are made possible by the support of the community, the majority of the post rewards go towards the winners, plus donations by @berniesanders the official sponsor of the Steemit Photo Challenge. \n\n## First Place \u2014 150 Steem\n\n## Second Place \u2014 100 Steem\n\n## Third Place \u2014 50 Steem\n\n## Honourable Mentions \u2014 10 Steem Each\n\n__________\n\n## Rules And Conditions\n\nPlease read these carefully and adhere to them\n\n* I strongly encourage you to post work that is original to this challenge, in other words \u2014 take a new photograph instead of using an old one.\n\n* No more than 3 entries will be considered, if you post more than 3 then only the first 3 will be considered.\n\n* Deadline for entry is midnight my time (UTC -4) on Sunday\n\n* All entries must be a post tagged both #photography and #steemitphotochallenge\n\n* The Title should contain \"SteemitPhotoChallenge Entry\" along with the title of your work.\n\n* Let us know the medium used to produce the photograph, it may be more impressive based on what it is.\n\n* Basic processing is allowed.\n\n* Any medium or format is allowed \u2014 iphone, ipad, film, digital, point and shoot, drone, whatever. Once it takes a picture. Note that image quality will be considered.\n\n* Multiple Entries can all go in one post, just put the details under the image.\n\n* If you would like, use the #SteemitPhotoChallenge tag across social media like Twitter, FB and Instagram. It may drive more users to the platform.\n\n* Any attempt to steal others' work is considered a serious infraction by the community, so don't do it. Please don't waste your and our time by posting some image from the net.\n\n* Every effort will be made to ensure that we do not reward theft. All images will be reverse checked, if the image has been found on more than 2 \u201cmajor\u201d websites, it will be disqualified unless reasonable proof can be shown to prove ownership of the original. If there is any doubt whatsoever about the ownership of the photograph, I reserve the right to disqualify the image. It is in your interest to provide any proof necessary. I would appreciate any help from the community in finding plagiarism where I might have missed it.\n\n* The photographs will be judged on how well they met the challenge, the quality of the image, the composition, lighting, exposure, creativity and the general aesthetics which means that yes, it is subjective.\n\nBy entering this competition you acknowledge that you own the rights to the photographs and allow for me to re-post the image should it receive a winner or honourable mention position.\n\n________\n\n## Consider hosting your images with Steemimg.com created by @blueorgy\n\nIt is the first dedicated Steemit Image hosting website, set up with tag categories for easy viewing of images, and is also a sponsor of the Steemit Photo Challenge. It's also really convenient for copying markdown for multiple images.\n\n_________\n\n# Suggest the next theme!\n\nLet me know what you'd like to see from the next Steemit Photo Challenge.\n\nIf you'd like to be considered as a guest judge, let me know in the comments so I can check your work :)\n_________\n\n[Steemit Photo Challenge Week 1 - Animal Portrait](https://steemit.com/photography/@jamtaylor/steemit-photo-challenge-we-re-all-winners)\n[Steemit Photo Challenge Week 2 - Shadows](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-2-winners-announcement)\n[Steemit Photo Challenge Week 3 - Desolation](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-3-winners-announcement)\n[Steemit Photo Challenge Week 4 - Nature Macro/Closeup](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra)\n[Steemit Photo Challenge Week 5 - Emotive Human Portrait](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-5-winners-new-giveaway-or-aug-18-21)\n[Steemit Photo Challenge Week 6 - Landscapes](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-6-mega-post-winners-galore-or-aug-25-28-or-guest-judge-dercoco)\n[Steemit Photo Challenge Week 7 - Architecture](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-7-winners-guest-judge-pfunk-sep-1-4)\n[Steemit Photo Challenge Week 8 - Long Exposure](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-8-winners-sep-8-11)\n\n________\n\n# Next week is the 10th SPC.\n\nFor #10 I'll be doing a special giveaway prize of a B&H Photo gift card. I won't say what the prize will be for just yet, but get your entries in and I'll give you a hint.. It has something to do with all the previous winners posts. Have any idea what it might be??\n\n\n________\n\n\n
\n

Call For Submissions!

\nhttps://img1.steemit.com/0x0/https://s15.postimg.org/v24bqcxor/Screen_Shot_2016_09_12_at_2_01_06_PM.png\n\n
\n\n\nThe Viewfinder Steemzine is seeking submissions from photographers and writers for Volumes 1 and 2. Chosen submissions will be paid with percentages of liquid rewards. [Find more information here](https://steemit.com/photography/@jamtaylor/announcing-the-viewfinder-steemzine-call-for-submissions)\n\n_________\n\n[![Follow](https://media.giphy.com/media/LcS6Q3mxWea3e/giphy.gif)](https://www.steemit.com/@jamtaylor)", + "category": "steemitphotochallenge", + "children": 7, + "created": "2016-09-15T18:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/drip-spray-water-liquid-larged6dc9.jpg", + "https://img1.steemit.com/0x0/https://s15.postimg.org/v24bqcxor/Screen_Shot_2016_09_12_at_2_01_06_PM.png", + "https://media.giphy.com/media/LcS6Q3mxWea3e/giphy.gif" + ], + "links": [ + "https://photography.tutsplus.com/articles/freezing-time-80-inspiring-examples-of-high-speed-photography--photo-340", + "https://steemit.com/photography/@jamtaylor/steemit-photo-challenge-we-re-all-winners", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-2-winners-announcement", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-3-winners-announcement", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-5-winners-new-giveaway-or-aug-18-21", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-6-mega-post-winners-galore-or-aug-25-28-or-guest-judge-dercoco", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-7-winners-guest-judge-pfunk-sep-1-4", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-8-winners-sep-8-11", + "https://steemit.com/photography/@jamtaylor/announcing-the-viewfinder-steemzine-call-for-submissions", + "https://www.steemit.com/@jamtaylor" + ], + "tags": [ + "steemitphotochallenge", + "photography", + "SteemitPhotoChallenge" + ], + "users": [ + "bitcalm", + "thecryptofiend", + "berniesanders", + "blueorgy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7922165580841, + "payout": 5.197, + "payout_at": "2016-09-22T18:00:03", + "pending_payout_value": "5.197 HBD", + "percent_hbd": 10000, + "permlink": "steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend", + "post_id": 1256810, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 141 + }, + "title": "\ud83d\udcf7 Steemit Photo Challenge #9 \u2014 Theme Announcement \u2014 Sep 15-18 - Guest Judge @thecryptofiend", + "updated": "2016-09-15T18:00:03", + "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend" + }, + { + "active_votes": [ + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 1456197111, + "voter": "kingarbinv" + }, + { + "rshares": 195329269, + "voter": "chadcrypto" + } + ], + "author": "kingarbinv", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.8, + "beneficiaries": [], + "blacklists": [], + "body": "Update: Got anyx response\n\nYour bots are fucking up.\n\nhttps://steemit.com/life/@chadcrypto/something-s-change\n\nI Flagged your bots post by the way, @cheetah, cause your bots need to do their homework a little better before stepping in and saying that \"I haven't flagged, here is similar content\" and posting a link to the man's own article. That is his website. \n\nhttp://www.yumeuniverse.com/2013/05/some-things-change-friends-life-bjsjea.html\n\n\nhttp://i.imgur.com/tMkRHsI.png\n\nNot only this, your bots and @anyx 's bots upvote the post your main bot made. Your bots comment even made more than the original article. How is this even right.. go fix your bot code or remove it completely.\n\nhttp://i.imgur.com/PJRVbCM.png\n\nMore proof including the screenshot image I included in the response to your bot.\n\nhttps://plus.google.com/106563411477632072645\n\nKinda upset over this. Some bots are helpful, others actually take away from earnings because people see things like this that the bots are known for. Who would wanna upvote his post seeing your bots comment first. Steemit is starting to get horrible.\n\nAlso tagging this in steemitabuse so it catches your attention as I don't feel like going to github to write an issue.\n\nThanks,\n@kingarbinv", + "category": "steemit", + "children": 16, + "created": "2016-09-15T17:56:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/tMkRHsI.png", + "http://i.imgur.com/PJRVbCM.png" + ], + "links": [ + "https://steemit.com/life/@chadcrypto/something-s-change", + "http://www.yumeuniverse.com/2013/05/some-things-change-friends-life-bjsjea.html", + "https://plus.google.com/106563411477632072645" + ], + "tags": [ + "steemit", + "steem", + "bots", + "steemitabuse", + "" + ], + "users": [ + "cheetah", + "anyx", + "kingarbinv" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22883277619, + "payout": 0.005, + "payout_at": "2016-09-22T17:56:15", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "cheetah-and-anyx-bots", + "post_id": 1256777, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "@cheetah and @anyx bots", + "updated": "2016-09-15T19:03:09", + "url": "/steemit/@kingarbinv/cheetah-and-anyx-bots" + }, + { + "active_votes": [ + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 136485885, + "voter": "nang1" + } + ], + "author": "cryptosi", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.88, + "beneficiaries": [], + "blacklists": [], + "body": "Finally a way to get your content seen! Strength in numbers is key!\n\nSince Joining Steemit, I've realised one thing, the little guy gets NOWHERE! There have been attempts by great members of the community such as @dragonslayer109 and @blueorgy to come up with ways to shine spotlight on users with rankings under level 40. This has helped some people massively so I wondered what I could do to help .\n\n
\n \n
\n\nThat's where [Steem Teem](www.steemteem.com) comes in. Initially it will be an online publishing co-operative, where anyone can publish under the @cryptosi account, this should lead to some great exclusive content being released and plenty of upvotes. These upvotes will increase the level and thus the profile of Steem Teem account, until we hit the magical level 60. A higher ranking Steem Teem will benefit ALL of its members as it means each of their blog/vlog posts will get even more exposure.\n\nSteem teem will draft in professional content creators from various niches and will encourage them to bring their own fanbase to Steemit. This should result in 10,000s of new users on steemit, possibly more, it really depends how well known the Steem Teem members are before joining. \n\n
https://youtu.be/Xi-EfDk_ybc
\n\nSteem teem has an [official website](www.steemteem.com) just completed, and we are taking applications now, so if you're tired of producing good content only to have it overlooked because you're level 36 then this could be the perfect thing for you.\n\nThe long term plan for the Steem Teem is to turn it into a fully functioning [DAO](https://en.wikipedia.org/wiki/Decentralized_autonomous_organization) , possibly using the [Wings](www.wings.ai) platform, and have shares sold using [NXT](https://nxt.org/), so anybody can become a stakeholder, and curator for the content that Steem Teem puts out.\n\nSteem Teem has a development budget of 10% of all SBD earned on its posts and will be using this to pay for additional marketing advertising and web development. When Steem Teem becomes a DAO then changes will be proposed and voted for by the shareholders.\n\nPlease Visit the official website [here](www.steemteem.com) to find out more\nAnd don't be shy about applying to join. Membership is limited, so don't drag your heels!\n\nKeep up with Crypto S.I on twitter [here](https://twitter.com/Crypto_SI)\nfollow my Steem profile @cryptosi\n\nAlso let me know what you think of this project in the comments below, what features you'd like to see and how you think we could make the Steem Teem great!", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/rDMI2Oi.jpg", + "https://img.youtube.com/vi/Xi-EfDk_ybc/0.jpg" + ], + "links": [ + "http://steemteem.com", + "www.steemteem.com", + "https://youtu.be/Xi-EfDk_ybc", + "https://en.wikipedia.org/wiki/Decentralized_autonomous_organization", + "www.wings.ai", + "https://nxt.org/", + "https://twitter.com/Crypto_SI" + ], + "tags": [ + "steemit", + "publishing", + "photography", + "video", + "writing" + ], + "users": [ + "dragonslayer109", + "blueorgy", + "cryptosi" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16587236928, + "payout": 0.003, + "payout_at": "2016-09-22T17:56:12", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 0, + "permlink": "join-steem-teem-online-publishing-collective-exclusively-built-for-steemit", + "post_id": 1256776, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "Join Steem Teem, Online publishing collective exclusively built for Steemit", + "updated": "2016-09-15T17:56:12", + "url": "/steemit/@cryptosi/join-steem-teem-online-publishing-collective-exclusively-built-for-steemit" + }, + { + "active_votes": [ + { + "rshares": 30948708908726, + "voter": "val-a" + }, + { + "rshares": 15292900000000, + "voter": "val-b" + }, + { + "rshares": 1534352192855, + "voter": "joseph" + }, + { + "rshares": 652034182902, + "voter": "masteryoda" + }, + { + "rshares": 8927024295, + "voter": "idol" + }, + { + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "rshares": 4941856440, + "voter": "sakr" + }, + { + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "rshares": 1536548017, + "voter": "jocelyn" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 59931939963, + "voter": "eeks" + }, + { + "rshares": 6122594947, + "voter": "fernando-sanz" + }, + { + "rshares": 584270995256, + "voter": "nanzo-scoop" + }, + { + "rshares": 177415501233, + "voter": "mummyimperfect" + }, + { + "rshares": 106634401121, + "voter": "asch" + }, + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 1061259321, + "voter": "murh" + }, + { + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "rshares": 2003304335, + "voter": "error" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 50884297723, + "voter": "ak2020" + }, + { + "rshares": 61300613738, + "voter": "justtryme90" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 820589638514, + "voter": "anwenbaumeister" + }, + { + "rshares": 5950595929, + "voter": "mark-waser" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 192325266448, + "voter": "kimziv" + }, + { + "rshares": 77083924707, + "voter": "emily-cook" + }, + { + "rshares": 3283440404, + "voter": "orly" + }, + { + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 455246290726, + "voter": "knozaki2015" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 33739090409, + "voter": "creemej" + }, + { + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "rshares": 4195248338, + "voter": "poseidon" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "rshares": 4128504280, + "voter": "birdie" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618259005, + "voter": "jl777" + }, + { + "rshares": 1773036384, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 31599342155, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 5878023046, + "voter": "mahekg" + }, + { + "rshares": 8734150854, + "voter": "taker" + }, + { + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "rshares": 10553169212, + "voter": "theprophet0" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 1117443990130, + "voter": "laonie" + }, + { + "rshares": 4257390614, + "voter": "twinner" + }, + { + "rshares": 4414425121, + "voter": "timcliff" + }, + { + "rshares": 38640926181, + "voter": "myfirst" + }, + { + "rshares": 233306274805, + "voter": "somebody" + }, + { + "rshares": 8723132526, + "voter": "flysaga" + }, + { + "rshares": 1667759072, + "voter": "gmurph" + }, + { + "rshares": 51539167746, + "voter": "midnightoil" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 128906992414, + "voter": "xiaohui" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 6306539895, + "voter": "elfkitchen" + }, + { + "rshares": 102434307703, + "voter": "joele" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 4030108065, + "voter": "xiaokongcom" + }, + { + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 52985539, + "voter": "steemo" + }, + { + "rshares": 8123975227, + "voter": "xianjun" + }, + { + "rshares": 52848854, + "voter": "steema" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 11292536945, + "voter": "borran" + }, + { + "rshares": 53661976, + "voter": "jarvis" + }, + { + "rshares": 546765304, + "voter": "microluck" + }, + { + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 50691211, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "rshares": 32462674824, + "voter": "daut44" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 3597236649, + "voter": "curving" + }, + { + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "rshares": 10005063213, + "voter": "quinneaker" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 54249219602, + "voter": "sponge-bob" + }, + { + "rshares": 15571056039, + "voter": "digital-wisdom" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 3710959443, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 6831361820, + "voter": "jwaser" + }, + { + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 1597514180, + "voter": "ionescur" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 53990613, + "voter": "roadhog" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 8199670899, + "voter": "mariandavp" + }, + { + "rshares": 55344422883, + "voter": "brains" + }, + { + "rshares": 53415391, + "voter": "post-successful" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 271439221, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 12115638535, + "voter": "herpetologyguy" + }, + { + "rshares": 4817004213, + "voter": "morgan.waser" + }, + { + "rshares": 50228382, + "voter": "dragonice" + }, + { + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "rshares": 3689852156, + "voter": "strong-ai" + }, + { + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 50277354380, + "voter": "curie" + }, + { + "rshares": 851767121, + "voter": "dikanevroman" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 160880639, + "voter": "illusions" + }, + { + "rshares": 6920933761, + "voter": "dresden" + }, + { + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "rshares": 692395145, + "voter": "ysa" + }, + { + "rshares": 159984914, + "voter": "correct" + }, + { + "rshares": 159973989, + "voter": "capcom" + }, + { + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "rshares": 159950870, + "voter": "haribo" + }, + { + "rshares": 159531007, + "voter": "benetton" + }, + { + "rshares": 156194471, + "voter": "stimmt" + }, + { + "rshares": 159143891, + "voter": "reef" + }, + { + "rshares": 158632601, + "voter": "cream" + }, + { + "rshares": 891891710, + "voter": "reddust" + }, + { + "rshares": 336222066, + "voter": "aldentan" + }, + { + "rshares": 191981449, + "voter": "techslut" + } + ], + "author": "curie", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.56, + "beneficiaries": [], + "blacklists": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie.
Join us in #curie on Steemit.chat and follow us @curie!
", + "category": "curie", + "children": 10, + "created": "2016-09-15T17:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg" + ], + "links": [ + "https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors", + "https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement", + "https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016", + "https://steemit.com/@faddat", + "https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed", + "https://steemit.com/@rampant", + "https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool", + "https://steemit.com/@shenanigator", + "https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do", + "https://steemit.com/@penguinpablo", + "https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf", + "https://steemit.com/@nathanjtaylor", + "https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry", + "https://steemit.com/@lily-da-vine", + "https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco", + "https://steemit.com/@budgetbucketlist", + "https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes", + "https://steemit.com/@benjiberigan", + "https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations", + "https://steemit.com/@ausbitbank", + "https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos", + "https://steemit.com/@emily-cook", + "https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work", + "https://steemit.com/@team-leibniz", + "https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00", + "https://steemit.com/@ionescur", + "https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land", + "https://steemit.com/@kimal73", + "https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work", + "https://steemit.com/@juliac", + "https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think", + "https://steemit.com/@luzcypher", + "https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals", + "https://steemit.com/@akareyon", + "https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing", + "https://steemit.com/@curving", + "https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation", + "https://steemit.com/@aleksandraz", + "https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology", + "https://steemit.com/@skapaneas", + "https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more", + "https://steemit.com/@gargon", + "https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and", + "https://steemit.com/@iamwne", + "https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass", + "https://steemit.com/@stormblaze", + "https://steemit.com/technology/@stormblaze/where-do-deleted-files-go", + "https://steemit.com/@yanarnst", + "https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts", + "https://steemit.com/@senseye", + "https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor", + "https://steemit.com/@crasch", + "https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future", + "https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners", + "https://steemit.com/@cristi", + "https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months", + "https://steemit.com/@stranger27", + "https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature", + "https://steemit.com/@nekromarinist", + "https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today", + "https://steemit.com/@richman", + "https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story", + "https://steemit.com/@maceytomlin", + "https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony", + "https://steemit.com/@nili", + "https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol", + "https://steemit.com/@optimistic-crone", + "https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe", + "https://steemit.com/@anarchyhasnogods", + "https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one", + "https://steemit.com/@yostopia", + "https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick", + "https://steemit.com/@reneenouveau", + "https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015", + "https://steemit.com/@king3071", + "https://steemit.com/travel/@king3071/my-dream-destination-switzerland", + "https://steemit.com/@kolin.evans", + "https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines", + "https://steemit.com/@fenglosophy", + "https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think", + "https://steemit.com/@mandibil", + "https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil", + "https://steemit.com/@therajmahal", + "https://steemit.com/science/@therajmahal/making-the-impossible-possible", + "https://steemit.com/@carlitashaw", + "https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions", + "https://steemit.com/@renzoarg", + "https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics", + "https://steemit.com/@rachelsvparry", + "https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time", + "https://steemit.com/@royalmacro", + "https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art", + "https://steemit.com/@stephmckenzie", + "https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone", + "https://steemit.com/@alwayzgame", + "https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life", + "https://steemit.com/@nonlinearone", + "https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing", + "https://steemit.com/@kafkanarchy84", + "https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii", + "https://steemit.com/@feline1991", + "https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2", + "https://steemit.com/@geke", + "https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge", + "https://steemit.com/@lscottphotos", + "https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos", + "https://steemit.com/@pinkisland", + "https://steemit.com/writing/@pinkisland/my-philosophy-of-education", + "https://steemit.com/@jgcastrillo19", + "https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco", + "https://steemit.com/@luisucv34", + "https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition", + "https://steemit.com/@beowulfoflegend", + "https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty", + "https://steemit.com/@mariandavp", + "https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp", + "https://steemit.com/@nasimbabu", + "https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases", + "https://steemit.com/@royaltiffany", + "https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update", + "https://steemit.com/@travelista", + "https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo", + "https://steemit.com/@jpiper20", + "https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4", + "https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism", + "https://steemit.com/@krystle", + "https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin", + "https://steemit.com/@cryptoiskey", + "https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids", + "https://steemit.com/@getonthetrain", + "https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods", + "https://steemit.com/@ansharphoto", + "https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome", + "https://steemit.com/@aboundlessworld", + "https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast", + "https://steemit.com/@thornybastard", + "https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest", + "https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5", + "https://steemit.com/@dumar022", + "https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this", + "https://steemit.com/@lapilipinas", + "https://steemit.com/science/@lapilipinas/light-from-distant-stars", + "https://steemit.com/@williambanks", + "https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace", + "https://steemit.com/@driv3n", + "https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2", + "https://steemit.com/@timbot606", + "https://steemit.com/life/@timbot606/growing-up-in-appalachia", + "https://steemit.com/@themagus", + "https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2", + "https://steemit.com/@echoesinthemind", + "https://steemit.com/life/@echoesinthemind/hanging-upside-down", + "https://steemit.com/@ysa", + "https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado", + "https://steemit.com/@aksinya", + "https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video", + "https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro", + "https://steemit.com/@successfully00", + "https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1", + "https://steemit.com/@linzo", + "https://steemit.com/poem/@linzo/a-life-fantasy-original-poem", + "https://steemit.com/@hilarski", + "https://steemit.com/panama/@hilarski/panama-critters", + "https://steemit.com/@sulev", + "https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2", + "https://steemit.com/@steemswede", + "https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale", + "https://steemit.com/@marius19", + "https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami", + "https://steemit.com/@poeticsnake", + "https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings", + "https://steemit.com/@kiddarko", + "https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video", + "https://steemit.com/@shieha", + "https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2", + "https://steemit.com/@ayim", + "https://steemit.com/life/@ayim/fixing-posture-part-4-neck", + "https://steemit.com/@hitmeasap", + "https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice", + "https://steemit.com/@peskov", + "https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author", + "https://steemit.com/@aldentan", + "https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts", + "https://steemit.com/@beginningtoend", + "https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy", + "https://steemit.com/@kaykunoichi", + "https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself", + "https://steemit.com/@booky", + "https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates", + "https://steemit.com/@doubledex", + "https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong", + "https://steemit.com/@ekaterina4ka", + "https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2", + "https://steemit.com/@scaredycatguide", + "https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica", + "https://steemit.com/@amy-goodrich", + "https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie", + "https://steemit.com/@scott.stevens", + "https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering", + "https://steemit.com/@witchcraftblog", + "https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa", + "https://steemit.com/@ibringawareness", + "https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5", + "https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73", + "https://steemit.com/@leylar", + "https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work", + "https://steemit.com/@ocrdu", + "https://steemit.com/photography/@ocrdu/the-pods-that-go-pop", + "https://steemit.com/@rusla", + "https://steemit.com/travel/@rusla/japan-part8", + "https://steemit.com/@edgarsart", + "https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing", + "https://steemit.com/@borishaifa", + "https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat", + "https://steemit.com/@eveningstar92", + "https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art", + "https://steemit.com/@elewarne", + "https://steemit.com/mixedmedia/@elewarne/mixed-media", + "https://steemit.com/@shredlord", + "https://steemit.com/art/@shredlord/sunrise", + "https://steemit.com/@sherlockcupid", + "https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one", + "https://steemit.com/@annesaya", + "https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers", + "https://steemit.com/@fitmama", + "https://steemit.com/life/@fitmama/why-do-i-bother", + "https://steemit.com/@ezzy", + "https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories", + "https://steemit.com/@kingarbinv", + "https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist", + "https://steemit.com/@puffin", + "https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem", + "https://steemit.com/@cehuneke", + "https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "https://steemit.com/@tanata", + "https://steemit.com/fashion/@tanata/little-black-dress-involving", + "https://steemit.com/@steemwriter", + "https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship", + "https://steemit.com/@michelle.gent", + "https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters", + "https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing", + "https://steemit.com/@runridefly", + "https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale", + "https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one", + "https://steemit.com/@lyubovbar", + "https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory", + "https://steemit.com/@victoriart", + "https://steemit.com/art/@victoriart/hazelnut-mood", + "https://steemit.com/@heroic15397", + "https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area", + "https://steemit.com/@smartercars", + "https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews", + "https://steemit.com/@rubenalexander", + "https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016", + "https://steemit.com/@matthew.raymer", + "https://steemit.com/psychology/@matthew.raymer/life-stories", + "https://steemit.com/@positivesteem", + "https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees", + "https://steemit.com/@d3nv3r", + "https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real", + "https://steemit.com/@adubi", + "https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet", + "https://steemit.com/@alitas", + "https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla", + "https://steemit.com/@mazi", + "https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis", + "https://steemit.com/@mikemacintire", + "https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work", + "https://steemit.com/@altzero", + "https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2", + "https://steemit.com/@birdie", + "https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos", + "https://steemit.com/@michaelstobiersk", + "https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski", + "https://steemit.com/@reddust", + "https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary", + "https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown", + "https://steemit.com/@karisa", + "https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4", + "https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband", + "https://steemit.com/@burnin", + "https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2", + "https://steemit.com/art/@reddust/eyes-of-wisdom", + "https://steemit.com/@levycore", + "https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces", + "https://steemit.com/@awesomenyl", + "https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial", + "https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today", + "https://steemit.com/@naquoya", + "https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster", + "https://steemit.com/@moon32walker", + "https://steemit.com/gaming/@moon32walker/top-10-game-development-studios", + "https://steemit.com/@gustavopasquini", + "https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry", + "https://steemit.com/@benadapt", + "https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge", + "https://steemit.com/spanish/@altzero/que-es-la-nueva-economia", + "https://steemit.com/@por500bolos", + "https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise", + "https://steemit.com/@zonpower", + "https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem", + "https://steemit.com/@katharsisdrill", + "https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation", + "https://steemit.com/@glezeddy", + "https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico", + "https://steemit.com/@onetree", + "https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare", + "https://steemit.com/@verbal-d", + "https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact", + "https://steemit.com/@wanderingagorist", + "https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating", + "https://steemit.com/@knablinz", + "https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee" + ], + "tags": [ + "curie", + "minnows", + "hidden-gems", + "steemit", + "project-curie" + ], + "users": [ + "nextgencrypto", + "curie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61028272797290, + "payout": 217.281, + "payout_at": "2016-09-22T17:53:48", + "pending_payout_value": "217.281 HBD", + "percent_hbd": 10000, + "permlink": "the-daily-curie-14th-sept-15th-sept-2016", + "post_id": 1256756, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 182 + }, + "title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "updated": "2016-09-15T17:53:48", + "url": "/curie/@curie/the-daily-curie-14th-sept-15th-sept-2016" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40042046720125, + "voter": "blocktrades" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 34979300821, + "voter": "altoz" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 8773949381, + "voter": "craigwilliamz" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 2497059333, + "voter": "irensche" + }, + { + "rshares": 84821361, + "voter": "katharsisdrill" + }, + { + "rshares": 767043998, + "voter": "alienbutt" + } + ], + "author": "alienbutt", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.91, + "beneficiaries": [], + "blacklists": [], + "body": "You decide what they are.\nAlien heads staked on a post or seed pods?\n\"\n\n\"", + "category": "photography", + "children": 4, + "created": "2016-09-15T17:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/DSCN2947_zpsx86w0mif.jpg", + "http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/DSCN2944_zps2kijcdvn.jpg" + ], + "links": [ + "http://s346.photobucket.com/user/Glenn_Scrimshaw/media/DSCN2947_zpsx86w0mif.jpg.html", + "http://s346.photobucket.com/user/Glenn_Scrimshaw/media/DSCN2944_zps2kijcdvn.jpg.html" + ], + "tags": [ + "photography", + "art", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 44874621891175, + "payout": 120.09, + "payout_at": "2016-09-22T17:53:36", + "pending_payout_value": "120.090 HBD", + "percent_hbd": 10000, + "permlink": "alien-or-plant", + "post_id": 1256752, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "Alien or plant?", + "updated": "2016-09-15T18:23:18", + "url": "/photography/@alienbutt/alien-or-plant" + }, + { + "active_votes": [ + { + "rshares": 10699986834, + "voter": "shla-rafia" + }, + { + "rshares": 3506039536, + "voter": "simon.braki.love" + } + ], + "author": "shla-rafia", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.33, + "beneficiaries": [], + "blacklists": [], + "body": "http://tinyimg.io/i/n2EAXoC.jpg\n\nToday started excellent. My travel friends and I inhaled and the day was golden. \n\nI hitchhiked to the center and created flyers over a nice Super Pollem joint.\n\nhttp://tinyimg.io/i/ps2kPG7.jpg\nhttp://tinyimg.io/i/vR0b1QA.jpg\n\nI promoted to:\n\n- Google Foto Employee from L.A. \n- Bodybuilder\n- Artist with atelier in the city-center\n- A coffeeshop employee\n- The man who took me into town\n- Travellers\n- Homeless people\n- Tourists from Virginia\n- And many more\n\n7 hours of hardcore promo for a better tomorrow.\n\nhttp://tinyimg.io/i/bPQeOiK.jpg\nhttp://tinyimg.io/i/xnXlrol.jpg\nhttp://tinyimg.io/i/X3F0zEa.jpg\n\nThe people react very good to the SteemFest news. In no time many people here will know about it.\n\nI am 16 hours a day active now. Thanks for reading and cheers,\n\nMarty", + "category": "steemfest", + "children": 0, + "created": "2016-09-15T17:52:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://tinyimg.io/i/n2EAXoC.jpg", + "http://tinyimg.io/i/ps2kPG7.jpg", + "http://tinyimg.io/i/bPQeOiK.jpg" + ], + "tags": [ + "steemfest", + "promo", + "steemit", + "marketing", + "amsterdam" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14206026370, + "payout": 0.003, + "payout_at": "2016-09-22T17:52:18", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "flyer-promo-in-amsterdam-for-steemfest-and-steemit", + "post_id": 1256742, + "promoted": "0.200 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Flyer-Promo in Amsterdam for SteemFest and Steemit", + "updated": "2016-09-15T17:52:18", + "url": "/steemfest/@shla-rafia/flyer-promo-in-amsterdam-for-steemfest-and-steemit" + }, + { + "active_votes": [ + { + "rshares": 295870555, + "voter": "xntryk1" + } + ], + "author": "xntryk1", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.61, + "beneficiaries": [], + "blacklists": [], + "body": "Circa 1970-ish. Cutting edge technology. :-)\nhttps://s20.postimg.org/xpweg6cx9/10391888_10153909578352474_4304541928952715180_n.jpg", + "category": "photography", + "children": 1, + "created": "2016-09-15T17:50:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/xpweg6cx9/10391888_10153909578352474_4304541928952715180_n.jpg" + ], + "tags": [ + "photography", + "swapmeets", + "history", + "travel", + "vintage" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 295870555, + "payout": 0.0, + "payout_at": "2016-09-22T17:50:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "swapmeet-finds-159", + "post_id": 1256728, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Swapmeet Finds #159", + "updated": "2016-09-15T17:50:54", + "url": "/photography/@xntryk1/swapmeet-finds-159" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40041987828800, + "voter": "blocktrades" + }, + { + "rshares": 3500585753, + "voter": "kenmonkey" + }, + { + "rshares": 34979300821, + "voter": "altoz" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 3291087867, + "voter": "rossenpavlov" + }, + { + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 160935948, + "voter": "greencycles" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "rshares": 153227837, + "voter": "goodbible" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://www.youtube.com/watch?v=iJCi8yLN8_M

\n", + "category": "life", + "children": 0, + "created": "2016-09-15T17:50:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/iJCi8yLN8_M/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=iJCi8yLN8_M" + ], + "tags": [ + "life", + "comedy", + "film", + "art", + "funny" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40637225037243, + "payout": 99.432, + "payout_at": "2016-09-22T17:50:12", + "pending_payout_value": "99.432 HBD", + "percent_hbd": 10000, + "permlink": "when-your-dad-works-in-hollywood", + "post_id": 1256720, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "When Your Dad Works In Hollywood", + "updated": "2016-09-15T17:50:12", + "url": "/life/@groovedigital/when-your-dad-works-in-hollywood" + }, + { + "active_votes": [ + { + "rshares": 145074864797, + "voter": "edgeland" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "rshares": 51729228, + "voter": "jeff-kubitz" + }, + { + "rshares": 1248667529, + "voter": "iuliuspro" + }, + { + "rshares": 199821196, + "voter": "bo-ro" + }, + { + "rshares": 127187815, + "voter": "bleujay" + } + ], + "author": "bo-ro", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.97, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Hello Steemers!

\n

Digest of new altcoins on exchanges for active traders and investors.

\n

\n


\n

\n

SportsCoin [SPORT]

\n

Sport is a passion for many of us. Excelling in any form of sports is a sheer talent and it requires years of hard work to excel in international competitions like Olympics. Players MICHEAL PHELPS, USSAIN BOLT is an inspiration to many of us. Many of us might have the talent to excel in the form of sport we like and love but there are lacks of investors who recognize the talent and fund the talent. We the team of SPORTSCOIN will do it.

\n

Anyone can approach us with through our mail with your videos and medals showcasing your talent and we shall fund you. 

\n

Any kind of sport and any country we are ready to help. Help is only a mail away.

\n

Specifications:

\n
    \n
  • Algo: X13/POS only
  • \n
  • Premine: 99%
  • \n
  • Total coin: 20000000
  • \n
  • Maturity: 10
  • \n
  • Confirmations: 4
  • \n
  • block time: 2 min
  • \n
  • coin age minimum: 2h
  • \n
  • coin age max: unlimited
  • \n
  • PoS interest: 10 %
  • \n
\n

Markets:
\n
https://c-cex.com/?p=sport-btc
\nhttps://c-cex.com/?p=sport-usd

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1610565.0

\n

http://thesportscoin.com/  

\n


\n


\n


\n

\n

PIONEERSHARES [PIO]

\n

PioneerShares is a digital currency like Bitcoin, in the role of a profit-share token for the BlockPioneers Exchange. By owning PioneerShares you will receive a % of generated exchange fees. 

\n

Core Summary

\n
    \n
  • Full PoS
  • \n
  • Total Supply : 200 000 PIO
  • \n
  • Block Time : 3 Minutes
  • \n
  • Minimum Stake Age : 6 hours
  • \n
  • PoS Reward : 0.08 PIO
  • \n
\n

MultiSend

\n

Send your minted blocks automaticly to an address of your choice. Ideal for savings, donations purposes and staking directly to the BlockPioneers Exchange.

\n

Stake Journal

\n

A widget which analyzes all your minted blocks, and displays the output in a readable table. This gives a wide overview of your staking behaviour.

\n

Advanced Wallet & Coin Control

\n

Multiple tools to optimize your wallet and staking behaviour. Blocksplitter, Return change, Set stake-split threshold, Check&Repair wallet gui and lots more.

\n

Block Explorer & Social

\n

Integrated Block Explorer to keep track of the blockchain and your transactions. Integrated Social page with links to anything PioneerShares related.

\n

Beautiful Wallet Design

\n

The custom BlockPioneers wallet design based on the theme of this website. Including difficulty/weight graph on the overview page

\n

Markets:
\n
BTC/PIO: https://live.megacrypton.com/market/2025
\nLTC/PIO: https://live.megacrypton.com/market/2026 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1511601.0

\n

http://www.blockpioneers.info

\n


\n


\n

UBIQUOIN [UBIQ] 

\n

The World is ready for digital money and now you can be too. Ubiquoin is digital money made for adoption by the masses. 

\n

Ubiquoin builds on the past and present to bring a brighter future.

\n

Using the best technologies and deployment methods Ubiquoin is set to become a new standard in the landscape of digital monies. Decentralized and ubiquitous digital money using software and hardware born from the new digital era.

\n

Focused on adoption and use by the masses Ubiquoin merchant capabilities are to be the best on the planet to enable the new world of digital money freedom. Building on new technologies and compatibility, Ubiquoin is the ultimate payment solution. 1000s of merchants are ready to use Ubiquoin for payments.

\n

All Digital Money... All Places

\n

Online and offline, decentralized and democratized. Easy and Simple. Ubiquoin is the digital money of today and the future. Ubiquitous digital money. Ubiquoin will go to places where digital money is needed the most with unique solutions.

\n

Ubiquoin is the cryptocurrency designed to address the biggest challenge of any cryptocurrency... Adoption and use. 

\n

Ubiquoin is focused on making the user experience easy and the reasons for using Ubiquoin endless.

\n

Ubiquoin offers services and features that will ensure demand and adoption of this exciting technology. World-class options for users and the BEST merchant payment solutions for vendors will make Ubiquoin the go-to coin for the World's buyers and sellers.

\n

Ubiquoin will be rolled out using a multi-stage and tiered approach to ensure optimal distribution and community involvement. The value of the Ubiquoin economy is based on diversity, accuracy and simplicity.

\n

Specifications:

\n
    \n
  • Coin Type: POS
  • \n
  • Annual Rate: 50%
  • \n
  • Coin Supply: 500M UBIQ
  • \n
\n

Markets:

\n

BTC/UBIQ: https://live.megacrypton.com/market/2021

\n

LTC/UBIQ: https://live.megacrypton.com/market/2022 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1524644.0

\n

http://ubiquoin.com/

\n


\n


\n


\n

\n

Mustang Coin [MST]

\n

Addition information will be published on coin website soon.

\n

Specifications:

\n
    \n
  • No IPO/Insta/Premine
  • \n
  • Algorithm: X11
  • \n
  • Type: Hybrid to full PoS
  • \n
  • Coin supply: 3000000 MST
  • \n
\n

Markets:
\n
https://yobit.net/en/trade/MST/BTC

\n

Mustang Coin Dice: https://yobit.net/en/dice/MST

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1609008.0

\n

http://mustangcoin.xyz/

\n


\n

 

\n

NoLimitCoin [NLC]

\n

 NLC is a coin that will be POS/POW hybrid. It will pay POS 2% and   mining total will be 1.5% annually and drop 10% per year and lock after  9  years. D adjustment in every block.  

\n
Most of the Premine is set to be sold and management will   keep only a portion of the Premine that will be explained in the ICO   site TBA. Funding will mostly go back to a stabilization fund to  support  the price. We\u2019ve already got Fantasy Football for NLC up and  ready. A  set percentage will go back to developing the rest of the  Fantasy Sports  games like Soccer, Baseball, Basketball and Hockey as  well as other  sports can continue and demand for the coin can happen  for the other  sports also. It is estimated there will be over BTC2000  ($1,200,000) at  the exchanges when the season ends from coin sales to  players on January  7, which will be the proceeds from sales that will  be used to create a  market at the set prices. At the start BTC100 has  been deposited by the  investment arm of No Limit Fantasy Sports to  support the coin a the  (usd) .002 price once it starts to trade in Sept  2016. That will be the  sale price at the Fantasy game and the price  you can cash out with at  the exchanges we list in. We will soon  announce the exchanges. Price  will track the exchanges once the coin is  listed but CyptoFantasy Sports  will price the coin as follows:
\n
Target launch prices in US Dollars.
\n
.002
\n
Prices will increase every month for the coin. If exchanges   show the coin higher, we will sell at exchange rates. If its lower, we   will keep these rates.
\n

The new currency NoLimitCoin (NLC) will be used by   www.cryptofantasysports.com Fantasy Sports game this NFL 16-17 season.   The coin will also target other fantasy operators that want to open to   digital currency transactions. BLOCKCHAIN TO POWER FANTASY SPORTS  PLATFORM cryptofantasysports.com NLC officially launches today. NLC has  been implemented to power No Limit Fantasy Sports platforms   www.nlfantasysports.com. Variations for the game will be online within 1  week of launch day at   www.cryptofantasysports.com and  www.nocostfantasysports.com CryptoFantasySports.com will provide the  crypto world easy access to the fantasy games that are already so  popular.  Local laws will be followed and will not be available where  prohibited.  

\n

Specificatins:   

\n
    \n
  • Block size: 2mb
  • \n
  • Block time: 2 minutes
  • \n
  • PoW Algorithm: SHA-256d
  • \n
  • POS/POW hybrid
  • \n
  • POS 2% per annum
  • \n
  • RPC Port: 6520
  • \n
  • p2p port: 6521
  • \n
  • testnet rpc: 16520
  • \n
  • testnet p2p port: 16521
  • \n
  • Wallet addresses will start with \u201cN\u201d, to differentiate pubkey from other cryptocurrency networks  (pubkey=53)
  • \n
  • PoW Block reward will reduce as complexity from mining difficulty increases.
  • \n
  • D adjusts every block.
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/NLC/BTC

\n

NoLimitCoin Dice: https://yobit.net/en/dice/NLC 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1606674.0  

\n

www.nolimitcoin.org  

\n

www.cryptofantasysports.com  

\n


\n


\n

RCoin [RCN]

\n

Proudly announcing the this new branding mindbreaking cryptocurrency RCoin (R is like \"our\") changing the lifes of people for the better days!

\n

Rcoin - a modern decentralized cryptocurrency, which concept is based 5-years plan how to make people more rich and happy in every country all over the world.

\n

What do we mean? Already well-known  that most of  existing cryptocurrency are operated by the web industry and seriously influence on the  planet economics. This fact makes ideology of such currency does not totally useful and not common-person-friendly, because the profit of cryptocurrency can be reached by a limited circle of people.

\n

Rcoin - is a unique product, its usage is maximum simplified and it is equiped with amaizing set of tools for mining, earning, profit gains etc. All this takes place in collaboration with thousands of people, who were gathered by common idea and more than half-year worked together making RCoin able to satisfy all their needs.

\n

Rcoin - is the currency, aimed not only to enrichment, but also for charity purposes. It means that part of income system will be used to help old mans and weman, and people with limited physical abilities.

\n

Markets:
\nhttps://yobit.net/en/trade/RCN/BTC

\n

RCoin Dice: https://yobit.net/en/dice/RCN 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1605156

\n

http://rcoin.eu/

\n


\n


\n

TaoCoin [TAO]

\n

The Tao Network is an exciting new project being developed and launched as a DAO in the public trust which includes several new technological innovations and governance structures.  We, the Tao Development Team, are pleased and honored to be presenting the opportunity to the public to participate in what we know will be an amazing experience for everyone involved.  We look forward to getting to know all of you and you getting to know us!

\n

The scale and scope of the project is incredibly ambitious and over the next few weeks of the crowd sale we look forward to revealing how the Tao Network will be used in currently profitable and existing business operations, by real people simply living their lives.

\n

The blockchain exists.  The deals are done.  Bringing this project to reality has been an immense undertaking by dozens of people and on behalf of them, and ourselves, welcome to Tao.

\n

Specifications:

\n
    \n
  • Proof of Stake: 4%
  • \n
  • Proof of Work Algo: X11
  • \n
  • Proof of Work Reward: 1TAO per block, halving 26 times
  • \n
  • Block time: 7.5m
  • \n
  • Block size: 20MB w/ Adaptive Block Sizes
  • \n
  • Alpha (Master) Node Minimum Qualification: 10,000 TAO
  • \n
  • Tokens available via crowd sale: 30,000,000 TAO
  • \n
  • Total tokens: 32,000,000 TAO
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TAO/BTC

\n

TaoCoin Dice: https://yobit.net/en/dice/TAO

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1567647.0

\n

http://tao.network/

\n


\n


\n

TELLurion [TELL]

\n

Specifications:

\n
    \n
  • Algorithm: X11
  • \n
  • Type: POW / POS (proof of work / proof of stake)
  • \n
  • Last POW block: 1667400
  • \n
  • POS interest: 242% per year
  • \n
  • Coin supply: 3652422000 TELL
  • \n
  • Developers safe: 4.1254%  (not in stake)
  • \n
  • block generation time: 60 seconds
  • \n
  • block reward: Random (96 - 3600 TELL)
  • \n
  • change difficulty: 1 blocks
  • \n
  • coinbase maturity: 30 blocks
  • \n
  • Stake min age: 1 hours
  • \n
  • Stake max age: 30 days
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TELL/BTC

\n

TELLurion Dice: https://yobit.net/en/dice/TELL

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1607778.0

\n

http://tellurion.info/

\n


\n


\n

TotCoin [TOT]

\n

We are a team of enthusiasts and we believe, that cryptocurrency is the future of the economy. Our goal is to share our vision with the society and build one of the strongest currencies, we are going to achieve this goal with the massive ad-campaign and making the coin as friendly as possible for the end-user, releasing web, mobile and light-wallets. 

\n

TotCoin is a peer-to-peer digital currency with a distributed, decentralized public ledger, which unlike those of traditional banks is viewable and easily audited by anyone. Premine will be used for worldwide promotion projects, campaign,bounty i can assure you.. this premine will not be dumped.  

\n

Specifications:

\n
    \n
  • Scrypt PoW/PoS
  • \n
  • Time blocks: 120 sec.
  • \n
  • Block reward: 700
  • \n
  • Halving rate : 1000000
  • \n
  • Premine: 13% not staking
  • \n
  • Total coins: 1,613,150,000
  • \n
  • PoS: Yearly Interest 80%
  • \n
  • Min.Coin age: 10 days
  • \n
  • Max age: 70 days
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TOT/BTC

\n

TotCoin Dice: https://yobit.net/en/dice/TOT 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1611621

\n


\n


\n

ZayedCoin [ZYD] 

\n

Zayedcoin is a peer to peer digital currency that's original to the rules that brought crypto into reality today.

\n

No premine,no burning, no ICO , nothing but pure mining and trade.

\n

The Zayedcoin dev team forsee a future of fairness, security and true decentralisation.

\n

We will capitalize on our vast and diverse network to make Zayedcoin accessible to everyone and we will support and sustain the progress through strategic alliances and well thought projects.

\n

We are looking forward to having you all joining the journey of something remarkable, Stay tuned, The Zayedcoin dev team.

\n

Specifications:

\n
    \n
  • Pure Pow
  • \n
  • Algorithm: sha 256
  • \n
  • Block Time: 90 Seconds
  • \n
  • initial reward: 40 coins
  • \n
  • Halving Every: 116850 block
  • \n
  • recomended confirmations: 7
  • \n
  • Maturity: 60 Blocks
  • \n
  • Total Coins 9.736.000
  • \n
\n

Markets:
\n
https://yobit.net/en/trade/ZYD/BTC

\n

ZayedCoin Dice: https://yobit.net/en/dice/ZYD

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1612578

\n

https://zayedcoin.net

\n


\n


\n

Wish you all profit trading!

\n", + "category": "money", + "children": 0, + "created": "2016-09-15T17:49:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s6.postimg.org/bd00s0rfl/new_alts_1315.jpg", + "https://s6.postimg.org/bhj26bg0x/ccex.png", + "https://s6.postimg.org/5vwn29fc1/megacrypton.png", + "https://s6.postimg.org/agith6z1d/yobit.png" + ], + "links": [ + "https://c-cex.com/?p=sport-btc", + "https://c-cex.com/?p=sport-usd", + "https://bitcointalk.org/index.php?topic=1610565.0", + "http://thesportscoin.com/", + "https://live.megacrypton.com/market/2025", + "https://live.megacrypton.com/market/2026", + "https://bitcointalk.org/index.php?topic=1511601.0", + "http://www.blockpioneers.info", + "https://live.megacrypton.com/market/2021", + "https://live.megacrypton.com/market/2022", + "https://bitcointalk.org/index.php?topic=1524644.0", + "http://ubiquoin.com/", + "https://yobit.net/en/trade/MST/BTC", + "https://yobit.net/en/dice/MST", + "https://bitcointalk.org/index.php?topic=1609008.0", + "http://mustangcoin.xyz/", + "https://yobit.net/en/trade/NLC/BTC", + "https://yobit.net/en/dice/NLC", + "https://bitcointalk.org/index.php?topic=1606674.0", + "https://www.nolimitcoin.org/", + "https://www.cryptofantasysports.com/", + "https://yobit.net/en/trade/RCN/BTC", + "https://yobit.net/en/dice/RCN", + "https://bitcointalk.org/index.php?topic=1605156", + "http://rcoin.eu/", + "https://yobit.net/en/trade/TAO/BTC", + "https://yobit.net/en/dice/TAO", + "https://bitcointalk.org/index.php?topic=1567647.0", + "http://tao.network/", + "https://yobit.net/en/trade/TELL/BTC", + "https://yobit.net/en/dice/TELL", + "https://bitcointalk.org/index.php?topic=1607778.0", + "http://tellurion.info/", + "https://yobit.net/en/trade/TOT/BTC", + "https://yobit.net/en/dice/TOT", + "https://bitcointalk.org/index.php?topic=1611621", + "https://yobit.net/en/trade/ZYD/BTC", + "https://yobit.net/en/dice/ZYD", + "https://bitcointalk.org/index.php?topic=1612578", + "https://zayedcoin.net" + ], + "tags": [ + "money", + "bitcoin", + "crypto-news", + "trading", + "altcoins" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150653436422, + "payout": 0.033, + "payout_at": "2016-09-22T17:49:27", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 10000, + "permlink": "new-altcoins-on-exchanges-7-sept-13-15-2016", + "post_id": 1256712, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "updated": "2016-09-15T17:51:18", + "url": "/money/@bo-ro/new-altcoins-on-exchanges-7-sept-13-15-2016" + }, + { + "active_votes": [ + { + "rshares": 3313255060745, + "voter": "pharesim" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 2654553033, + "voter": "the-future" + }, + { + "rshares": 32429377971, + "voter": "sauravrungta" + }, + { + "rshares": 1659490970, + "voter": "tokyodude" + }, + { + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 10211889680, + "voter": "sykochica" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 51383056, + "voter": "whatyouganjado" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 1146209158, + "voter": "boddhisattva" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 3187509176, + "voter": "unrealisback" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 162957058, + "voter": "kamil5" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 54007264, + "voter": "alwayzgamez" + }, + { + "rshares": 4235155285, + "voter": "funnyman" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 52731834, + "voter": "tejasbm" + }, + { + "rshares": 1224183852, + "voter": "iuliuspro" + }, + { + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "rshares": 52885939, + "voter": "audiphotography" + }, + { + "rshares": 53309537, + "voter": "michaelblizek" + }, + { + "rshares": 141130229, + "voter": "sandeepachetan" + }, + { + "rshares": 135324063, + "voter": "creativeyoke" + }, + { + "rshares": 137479715, + "voter": "najwazebian" + }, + { + "rshares": 51533106, + "voter": "chrishendrix" + }, + { + "rshares": 58668861, + "voter": "humans" + }, + { + "rshares": 163617418, + "voter": "awakeningartist" + }, + { + "rshares": 150753854, + "voter": "shortstories" + }, + { + "rshares": 153619527, + "voter": "christinajoy" + } + ], + "author": "alwayzgame", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.47, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Heads up ! you might not like this post

\n

http://i.giphy.com/IT6kBZ1k5oEeI.gif

\n
Credits
\n

This post is going to make me sound like a Juvenile Hippie asshole lol. Meanwhile, you can't help contradicting me on this, I truly couldn't give lesser of a damn.If you are getting butt hurt go write your own post about it. In case you're alright with listening to an unrealistic and immature opinion now and again, then please go ahead.

\n

https://www.steemimg.com/images/2016/09/15/money221de.jpg

\n
Credits
\n

What is it about money that makes every one of us so weak? yes, you read it right. I know this is said a great deal, however, why do we give these things a chance to own us? Perhaps it's simple for me to type this on an iPad , sitting in my car. In any case, and still, at the end of the day, If you take me as an example, I am doing just great financially. I don't blow money usually, I don't have a great deal of things I need to buy yet I'll stay bold even if my life flips upside down. So why do I make my upcoming future decisions based on money itself? What is this obsession I have? I'm not able to make sense of that yet.

\n

http://i.giphy.com/C1bxVyf8KAGbK.gif

\n
Credits
\n

I recently earned my first $$ here,thanks to Steemit. Considering the fact that I'm still a student, it was a quite decent sum. I haven't really withdrawn much of it. I have to get myself another phone soon as this one is broken. Anyway, I don't know how to spend it apart from purchasing a phone for myself. I truly don't. And then I think that I should save it. On the other hand, save money for what? Presumably for what's to come in my future. That is reasonable I presume.

\n

https://www.steemimg.com/images/2016/09/15/imageedit_2_7339449845eb53d.jpg

\n
Credits
\n

What I'm going to say may sound inflated, innocent, idiotic and possibly hypocritical yet I truly hope I never get to be rich. I mean filthy stinking rich. I truly would not joke about this. At any rate in the present situation. I don't know whether this immature opinion of mine will change, later on, however, I truly hope it doesn't. By not having any desire to be rich I don't imply that I want to die out of starvation. I simply would prefer not \"to be a billionaire \" to be my desire in life. Some of the time I take a look at individuals who are ridiculously wealthy and the way they carry on, the way they behave, even if it\u2019s unintentional, it just sort of puts me off. I would prefer not to be that person at any point of my life. Likewise, I'm not showing fingers at billionaires  like, say, Bill Gates or Warren Buffet who got to be wonderful at what they do and were rewarded for it. But I bet that they wouldn\u2019t have started out by thinking that they want to just have a ton of money. They started out with confidence in their ideas.

\n

http://i.giphy.com/d3JtCuf3m0S1ReSc.gif

\n
Credits
\n

I've had a few discussions with my few of my friends who say that their objective in life is to \"Have the capacity to bear the cost of each and everything on the planet. From Cars to cruises\". I'm talking about these kind of individuals. I really do not want to turn out to be that kind of a person. These individuals are so weak. I can't see how an individual can think that way. Also, I don't intend to say that one shouldn't gain cash. Money is crucial to surviving and perhaps a couple of perks from time to time. Be that as it may, I would prefer not to toss cash around at each and everything that I see in my life. Once again, I'm pushing on the way that I'm not against cash, I'm against the idea of needing to possess each and everything.YOU get what I am trying to convey right? For instance, I may grow old and have enough cash to purchase a super car with fancy interiors, however, none of that is ever truly going to compare with the 15-year-old, in part separated hatchback, my better half and I drove around during college. See once more, cash is likewise required to purchase that hatchback, however, it doesn't make you a shitty individual. But mate, if you\u2019re buying a car worth millions of dollars, you are so totally an asshole. No amount of advertisements and branding can change that.


\n

http://i.giphy.com/2lxG3ySjtbpBe.gif

\n
Credits
\n

What I'm attempting to say is that I'm making a decent attempt to split far from this entire thought of gaining cash to wind up rich. I\u2019m going to try to be great at my job and content at whatever little family money I can use to support me. I realize that I'm fortunate to have a small amount of family cash to support me, however, I know I'm simply lucky. I truly would prefer not to claim a palace or a supercar. I'm not attempting to sound cool. I'm trying to say that is all you need in life and that should be socialistic normalcy, then I\u2019d rather sound like a pretentious hippie than a gutless asshole. I know the first thing popping in a ton of your brains at this moment would be that I'm stating this as a result of bad mouthing.If that\u2019s your opinion, Fuck You mate.

\n

http://i.giphy.com/5XNEIKcohVG8w.gif

\n

http://i.giphy.com/P0qVAld5tgupa.gif

\n
Credits
\n
\n

Follow and Up Vote @alwayzgame

\n

https://www.steemimg.com/images/2016/09/04/9995162001848030509161a22f.png

\n", + "category": "money", + "children": 2, + "created": "2016-09-15T17:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.giphy.com/IT6kBZ1k5oEeI.gif", + "https://www.steemimg.com/images/2016/09/15/money221de.jpg", + "http://i.giphy.com/C1bxVyf8KAGbK.gif", + "https://www.steemimg.com/images/2016/09/15/imageedit_2_7339449845eb53d.jpg", + "http://i.giphy.com/d3JtCuf3m0S1ReSc.gif", + "http://i.giphy.com/2lxG3ySjtbpBe.gif", + "http://i.giphy.com/5XNEIKcohVG8w.gif", + "http://i.giphy.com/P0qVAld5tgupa.gif", + "https://www.steemimg.com/images/2016/09/04/9995162001848030509161a22f.png" + ], + "links": [ + "http://i.giphy.com/IT6kBZ1k5oEeI.gif", + "https://youngcinemabuffs.files.wordpress.com/2014/11/leonardo-dicaprio-in-the-wolf-of-wall-street1.jpg", + "http://www.quotehd.com/imagequotes/authors62/cathy-freeman-cathy-freeman-money-makes-life-easier-but-i-dont-want.jpg", + "http://i.giphy.com/d3JtCuf3m0S1ReSc.gif", + "http://i.giphy.com/2lxG3ySjtbpBe.gif", + "http://i.giphy.com/5XNEIKcohVG8w.gif", + "https://steemit.com/@alwayzgame" + ], + "tags": [ + "money", + "life", + "immature", + "steemsquad", + "minnowsunite" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3387872109466, + "payout": 1.372, + "payout_at": "2016-09-22T17:48:57", + "pending_payout_value": "1.372 HBD", + "percent_hbd": 10000, + "permlink": "my-relationship-with-money", + "post_id": 1256703, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 39 + }, + "title": "My Relationship with Money.", + "updated": "2016-09-15T17:48:57", + "url": "/money/@alwayzgame/my-relationship-with-money" + }, + { + "active_votes": [ + { + "rshares": 6968715240055, + "voter": "xeldal" + }, + { + "rshares": 5646360502354, + "voter": "enki" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 147127029355, + "voter": "derekareith" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 26180448592, + "voter": "peacekeeper" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 10729017501, + "voter": "gomeravibz" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 1140521444, + "voter": "vegascomic" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 6655080164, + "voter": "hilarski" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 10524274112, + "voter": "lesliestarrohara" + }, + { + "rshares": 576463980, + "voter": "profanarky" + }, + { + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "rshares": 56386889, + "voter": "apparat" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 799641402, + "voter": "jessicanicklos" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "lesliestarrohara", + "author_payout_value": "0.000 HBD", + "author_reputation": 60.27, + "beneficiaries": [], + "blacklists": [], + "body": "
![money-1604921_960_7209a8a0.jpg](https://www.steemimg.com/images/2016/09/15/money-1604921_960_7209a8a0.jpg)
\n\n# A tip is like a hug, but without all the touching. #\nDo you ever wish your vote was worth more, so that you could reward an author for an awesome post that just isn't gaining traction? Do you have favorite Steemit authors who have brought value to your life with their writing, but aren't raking in the steem dollars yet?\n\n# Incorporate TIPPING into your Steemit strategy to make Steemit a more welcoming environment and to grow the platform. #\nTips are a wonderful way to show your appreciation to your favorite Steemit authors, and to encourage new Steemians. Upvoting and commenting are a given, but sometimes you'll want to do even more to show your appreciation. By transferring just a dollar or two of SBD, along with a short message of support, you are letting the author know that their efforts are not going unnoticed, and that their voice is valuable to you.\n\nI've been tipping whenever I cash out my SBD. If I'm about to cash out $156, I will round it down to $150. Then I will use the remaining $6 to tip my favorite minnow authors. You could do it this way, or tip once a week or once a month, or just tip for a really great article whenever you find one. You could tip people for leaving really insightful comments on your own posts, as well. \n\n# Guidelines for tipping #\n\n* DON'T tip a whale, or a large dolphin. This will most likely be seen as vote-begging, and that's not cool. If you want to show your appreciation to a whale or dolphin, leave them a thoughtful comment.\n* DON'T tip with the expectation of any kind of return in mind. Just do it to show appreciation or offer encouragement.\n* DO write a brief explanation for your tip in the memo field when you perform the transfer. Something as simple as \"Here's a tip, I like your work!\" will suffice. Additionally, if you are tipping because you really loved a particular article, you could comment on that article to let the author know that you have tipped them. Otherwise the author will not know you have tipped them until the next time they check their wallet. (This can be good, too, if you want your tip to be more of a surprise.)\n\n# Your tips inspire more tips! #\nWhen you tip a new author, you are welcoming them to the Steemit community and encouraging them to keep trying. They might not be able to \"pay it forward\" right away, but once they achieve some success on Steemit, chances are they will incorporate tipping into their Steemit strategy, as well. The more people do this, the more of a welcoming environment Steemit will become to new authors, and the more Steemit will grow as a platform.\n\n# You can ask for tips, too! (Do it in a nice, friendly, lighthearted way--not a desperate or demanding way.) #\nOn many of my posts, I include a handy link at the bottom that encourages readers to tip me if they found my content valuable. I haven't received any tips yet, but that's okay. I do this more as a way to encourage a culture of tipping, than of actually getting tips (though I do love getting tipped--who doesn't?)\n\nIf you want to try this on your posts, you can build a custom link here. It only takes a second, and then you can copy the code and paste it to the bottom of all your posts.\n\nThe really cool thing about having a digital tip jar at the bottom of each of your posts, is that ***non-Steemians*** can tip you for your work. People who find your post through Google, Facebook, or wherever. This can help monetize your content beyond the Steemit readership.\n\n# What do you think? Is tipping a good strategy for making growing the Steemit platform and making the Steemit community more welcoming? What are some other ways to do this? Let me know in the comments. #", + "category": "steemit", + "children": 2, + "created": "2016-09-15T17:46:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/money-1604921_960_7209a8a0.jpg" + ], + "links": [ + "http://steempay.io/generate" + ], + "tags": [ + "steemit", + "tipping", + "money", + "writing", + "steemhelp" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12853651103190, + "payout": 11.865, + "payout_at": "2016-09-22T17:46:57", + "pending_payout_value": "11.865 HBD", + "percent_hbd": 10000, + "permlink": "fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips", + "post_id": 1256676, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 33 + }, + "title": "Fostering a Culture of Appreciation and Encouragement on Steemit with TIPS!", + "updated": "2016-09-15T17:46:57", + "url": "/steemit/@lesliestarrohara/fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips" + }, + { + "active_votes": [ + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 59061302314, + "voter": "lehard" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 2654419614, + "voter": "the-future" + }, + { + "rshares": 3684500275, + "voter": "favorit" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 84708065280, + "voter": "serejandmyself" + }, + { + "rshares": 115178213, + "voter": "pollina" + }, + { + "rshares": 169608367, + "voter": "kamil5" + }, + { + "rshares": 5129235525, + "voter": "nadin3" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 50193769, + "voter": "f1111111" + } + ], + "author": "pollina", + "author_payout_value": "0.000 HBD", + "author_reputation": 44.8, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i.imgur.com/XYtA0IP.jpg

\n

 Hello! This is the mountain my friend and I decided to conquer. There is a small church on top of the mountain that I want to show you. And I'll also show you my school from the top of the mountain. My school is outside of the city and it's called \"A school on your coast\". 

\n

\u041f\u0440\u0438\u0432\u0435\u0442!!!\u0432\u043e\u0442 \u043d\u0430 \u044d\u0442\u0443 \u0433\u043e\u0440\u0443  \u043c\u044b \u0441 \u043f\u043e\u0434\u0440\u0443\u0436\u043a\u043e\u0439 \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u043e\u0434\u043d\u044f\u0442\u044c\u0441\u044f . \u041d\u0430  \u0433\u043e\u0440\u0435 \u0441\u0442\u0440\u043e\u044f\u0442  \u0445\u0440\u0430\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043c\u044b \u0432\u0430\u0441 \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u043c. \u0438 \u0441 \u0433\u043e\u0440\u044b \u044f \u0432\u0430\u043c \u043f\u043e\u043a\u0430\u0436\u0443 \u043c\u043e\u044e \u0448\u043a\u043e\u043b\u0443.\u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0437\u0430 \u0433\u043e\u0440\u043e\u0434\u043e\u043c \u0438 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \"\u0428\u043a\u043e\u043b\u0430 \u043d\u0430 \u0442\u0432\u043e\u0435\u043c \u0431\u0435\u0440\u0435\u0433\u0443\"

\n

http://i.imgur.com/faeHg3j.jpg

\n

http://i.imgur.com/hI7NZGz.jpg

\n

http://i.imgur.com/mXqC8Mp.jpg

\n

The river Pushma is situated near a mountain.

\n

\u0440\u0435\u043a\u0430 \" \u041f\u044b\u0448\u043c\u0430\" \u0443  \u0433\u043e\u0440\u044b 

\n

http://i.imgur.com/dH1tdCG.jpg

\n

 The ducks swimming in the river.

\n

\u0443\u0442\u043a\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0436\u0438\u0432\u0443\u0442 \u043d\u0430 \u0440\u0435\u043a\u0435

\n

http://i.imgur.com/yCfjtec.jpg

\n

http://i.imgur.com/8HnZOFl.jpg

\n

This is me before climbing the mountain. There were stairs leading to the church, but we didn't find them and decided to go up the rocky hill. 

\n

\u042f \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u044a\u0435\u043c\u043e\u043c  \u043d\u0430 \u0433\u043e\u0440\u0443, \u0442\u0430\u043c \u0440\u0430\u043d\u044c\u0448\u0435 \u0441\u0442\u0443\u043f\u0435\u043d\u044c\u043a\u0438 \u0431\u044b\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u043d\u044b  \u043a \u0445\u0440\u0430\u043c\u0443 \u043f\u043e\u0434\u043d\u044f\u0442\u044c\u0441\u044f , \u043d\u043e    \u043c\u044b \u0438\u0445 \u043d\u0435 \u043d\u0430\u0448\u043b\u0438 \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u043e\u0434\u044b\u043c\u0430\u0442\u044c\u0441\u044f  \u043f\u043e \u0443\u043a\u043b\u043e\u043d\u0443 \u043f\u043e \u043a\u0430\u043c\u043d\u044f\u043c.

\n

 http://i.imgur.com/4eju7Op.jpg

\n

http://i.imgur.com/vxefNpH.jpg

\n

http://i.imgur.com/ZNUYbUA.jpg

\n

http://i.imgur.com/hVRkLGE.jpg

\n

http://i.imgur.com/FQNzmR2.jpg

\n

 So we reached our destination on top of the mountain.  A small church is being built here. 

\n

\u0418 \u0432\u043e\u0442 \u043c\u044b  \u0443 \u0446\u0435\u043b\u0438, \u0434\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c \u0434\u043e \u0432\u0435\u0440\u0448\u0438\u043d\u044b \u0433\u043e\u0440\u044b , \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0442\u0440\u043e\u044f\u0442 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0443\u044e \u0446\u0435\u0440\u043a\u043e\u0432\u044c.

\n

http://i.imgur.com/gwutBOT.jpg

\n

http://i.imgur.com/2Ip6DWW.jpg

\n

http://i.imgur.com/oowBip0.jpg

\n

 You can find a spectacular view on Staropushminsk settlement from the top of the mountain. You can also see my school, it's right under the church. 

\n

\u0421 \u0433\u043e\u0440\u044b  \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0432\u0438\u0434 \u043d\u0430 \u043f\u043e\u0441\u0435\u043b\u043e\u043a \u0421\u0442\u0430\u0440\u043e\u043f\u044b\u0448\u043c\u0438\u043d\u0441\u043a , \u0438 \u0432\u0438\u0434\u043d\u043e \u043c\u043e\u044e  \u0448\u043a\u043e\u043b\u0443 \u043e\u043d\u0430 \u043f\u0440\u044f\u043c\u043e \u043f\u043e\u0434 \u0446\u0435\u0440\u043a\u043e\u0432\u044c\u044e

\n

http://i.imgur.com/B6ODrsM.jpg

\n

http://i.imgur.com/hw66Pn1.jpg

\n

http://i.imgur.com/T0eC9uv.jpg

\n

We decided to go down the mountain  on a different path.

\n

\u0420\u0435\u0448\u0438\u043b\u0438 \u0441\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0441 \u0433\u043e\u0440\u044b \u043f\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u0442\u0440\u043e\u043f\u0435

\n

http://i.imgur.com/es4KIDb.jpg

\n

http://i.imgur.com/cuODP91.jpg

\n

http://i.imgur.com/DJNwGJm.jpg

\n

http://i.imgur.com/bKATehz.jpg

\n

 On our way down we decided to walk along the mountain and a miracle happened - we found the stairs, so I decided to do gown there. 

\n

\u041a\u043e\u0433\u0434\u0430 \u043c\u044b \u0441\u043f\u0443\u0441\u0442\u0438\u043b\u0438\u0441\u044c \u0432\u043d\u0438\u0437 \u043a \u043f\u043e\u0434\u043d\u043e\u0436\u044c\u044e,   \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u0440\u043e\u0439\u0442\u0438  \u0432\u0434\u043e\u043b\u044c  \u0433\u043e\u0440\u044b, \u0438 \u043e \u0447\u0443\u0434\u043e \u043c\u044b \u043d\u0430\u0448\u043b\u0438 \u0441\u0442\u0443\u043f\u0435\u043d\u044c\u043a\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0441\u043a\u0430\u043b\u0438, \u044f \u0440\u0435\u0448\u0438\u043b\u0430 \u0447\u0442\u043e \u043d\u0430\u0434\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u0438 \u043f\u043e \u043d\u0438\u043c  .

\n

http://i.imgur.com/OdFT0Zh.jpg

\n

http://i.imgur.com/hChJfM7.jpg

\n

http://i.imgur.com/VaVTtVT.jpg

\n

http://i.imgur.com/YGO8dWu.jpg

\n

And this is the view from the top.

\n

\u0430 \u0432\u043e\u0442 \u043a\u0430\u043a\u043e\u0439 \u0432\u0438\u0434 \u043e\u0442\u043a\u0440\u044b\u043b\u0441\u044f  \u0441 \u0432\u0435\u0440\u0445\u0443

\n

http://i.imgur.com/lGQsxU2.jpg

\n

  We are going down

\n

\u0441\u043f\u0443\u0441\u043a\u0430\u0435\u043c\u0441\u044f \u0432\u043d\u0438\u0437

\n

http://i.imgur.com/GF0h46O.jpg

\n

http://i.imgur.com/0q7rB8D.jpg

\n

 We went down safely. Our trip was over, we were a bit tired, but the mood was great! Looking up. 

\n

\u041c\u044b \u0431\u043b\u0430\u0433\u043e\u043f\u043e\u043b\u0443\u0447\u043d\u043e  \u0441\u043f\u0443\u0441\u0442\u0438\u043b\u0438\u0441\u044c  \u0432\u043d\u0438\u0437,  \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435  \u043d\u0430 \u0433\u043e\u0440\u0443 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435 \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0435  \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0443\u0441\u0442\u0430\u043b\u0438, \u0432\u0437\u0433\u043b\u044f\u0434 \u0441\u043d\u0438\u0437\u0443.

\n

http://i.imgur.com/BHxO8si.jpg

\n

 I hope you liked my pictures, I tried my best. 

\n

 \u041d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u043c\u043e\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u044f \u043e\u0447\u0435\u043d\u044c \u0441\u0442\u0430\u0440\u0430\u043b\u0430\u0441\u044c.

\n


\n


\n", + "category": "photography", + "children": 0, + "created": "2016-09-15T17:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/XYtA0IP.jpg", + "http://i.imgur.com/faeHg3j.jpg", + "http://i.imgur.com/hI7NZGz.jpg", + "http://i.imgur.com/mXqC8Mp.jpg", + "http://i.imgur.com/dH1tdCG.jpg", + "http://i.imgur.com/yCfjtec.jpg", + "http://i.imgur.com/8HnZOFl.jpg", + "http://i.imgur.com/4eju7Op.jpg", + "http://i.imgur.com/vxefNpH.jpg", + "http://i.imgur.com/ZNUYbUA.jpg", + "http://i.imgur.com/hVRkLGE.jpg", + "http://i.imgur.com/FQNzmR2.jpg", + "http://i.imgur.com/gwutBOT.jpg", + "http://i.imgur.com/2Ip6DWW.jpg", + "http://i.imgur.com/oowBip0.jpg", + "http://i.imgur.com/B6ODrsM.jpg", + "http://i.imgur.com/hw66Pn1.jpg", + "http://i.imgur.com/T0eC9uv.jpg", + "http://i.imgur.com/es4KIDb.jpg", + "http://i.imgur.com/cuODP91.jpg", + "http://i.imgur.com/DJNwGJm.jpg", + "http://i.imgur.com/bKATehz.jpg", + "http://i.imgur.com/OdFT0Zh.jpg", + "http://i.imgur.com/hChJfM7.jpg", + "http://i.imgur.com/VaVTtVT.jpg", + "http://i.imgur.com/YGO8dWu.jpg", + "http://i.imgur.com/lGQsxU2.jpg", + "http://i.imgur.com/GF0h46O.jpg", + "http://i.imgur.com/0q7rB8D.jpg", + "http://i.imgur.com/BHxO8si.jpg" + ], + "tags": [ + "photography", + "life", + "travel", + "nature", + "ru" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244914782711, + "payout": 0.056, + "payout_at": "2016-09-22T17:44:48", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus", + "post_id": 1256658, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "Pictures of my workplace, landscape near the school I go to.# \u041c\u043e\u0439 \u0444\u043e\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u044b , \u043f\u0435\u0439\u0437\u0430\u0436 \u0440\u044f\u0434\u043e\u043c \u0441\u043e \u0448\u043a\u043e\u043b\u043e\u0439 \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u044f \u0443\u0447\u0443\u0441\u044c.", + "updated": "2016-09-15T17:44:48", + "url": "/photography/@pollina/pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus" + }, + { + "active_votes": [ + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 38316090994, + "voter": "twinner" + }, + { + "rshares": 332262994, + "voter": "ledzep1981" + } + ], + "author": "ledzep1981", + "author_payout_value": "0.000 HBD", + "author_reputation": 47.38, + "beneficiaries": [], + "blacklists": [], + "body": "Mein Menschenbild ist deutlich positiver als das eines Sozialisten vorallem weil ich davon ausgehe das die meisten Menschen durchaus sozial wenn sie denn in der Lage dazu sind, dies zu k\u00f6nnen. Allgemein ist ja auch eine der ersten Fragen in vielen Diskussionen: \"Was ist denn mit den Bed\u00fcrftigen wenn es keinen Staat gibt?\" Ich denke eben keineswegs das man die Menschen dazu zwingen muss anderen zu helfen und halte es auch f\u00fcr obsolet andere dazu zu zwingen jemand zu helfen. Hilfe ist aus meiner Sicht immer freiwillig und ich sehe keinen Grund jemand dazu zu zwingen anderen zu helfen, dazu hat niemand ein Recht. Wer was tun will sollte was tun mit den eigenen Mitteln und nicht indem er andere dazu zwingt.\n\nIn Deutschland werden jedes Jahr mehrere Milliarden gespendet, die Bereitschaft anderen zu helfen w\u00e4re ohne Steuern und Abgaben noch deutlich h\u00f6her, weil man ja nicht ohnehin schon daf\u00fcr zahlen muss.", + "category": "deutschen", + "children": 0, + "created": "2016-09-15T17:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "deutschen", + "freiheit", + "menschenbild", + "hilfe", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 412526835817, + "payout": 0.098, + "payout_at": "2016-09-22T17:44:48", + "pending_payout_value": "0.098 HBD", + "percent_hbd": 10000, + "permlink": "mein-menschenbild", + "post_id": 1256657, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Mein Menschenbild", + "updated": "2016-09-15T17:44:48", + "url": "/deutschen/@ledzep1981/mein-menschenbild" + }, + { + "active_votes": [ + { + "rshares": 282807868, + "voter": "gladkos" + }, + { + "rshares": 748764436, + "voter": "rxhector" + }, + { + "rshares": 125741877, + "voter": "changelly" + } + ], + "author": "changelly", + "author_payout_value": "0.000 HBD", + "author_reputation": 46.4, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Hey, Steemers! 

\n

We're Changelly, an instant exchange service, where you can convert almost any amount of any coins supported. It\u2019s supersafe as we don\u2019t store user deposits and exchange money right away.  

\n

\n

All of a sudden, Ripple began to grow as it raised $55 million. The currency keeps climbing price charts, and this can be perfectly illustrated with screenshots from Poloniex. In this guide you\u2019ll learn how to buy Ripple with BTC on Changelly.com

\n

\n

 1. Select XRP in the drop-down list on the right, than BTC on the left, enter the amount you want to exchange, then press \u2018Exchange!\u2019. 

\n

\n

2. Check the amount and the estimated rate, then go next.

\n

\n


\n3. Paste an XRP address (without a destination tag).

\n

\n


\n4. Check all details attentively and proceed to the next step.

\n

\n


\n5. Now you need to send BTC to the address provided in this step.

\n

\n


\n6. Open your BTC wallet and send the amount requested.

\n

\n


\n7. Back to Changelly, open your history page and see the status of your payment. Wait a little before the transaction is finished.

\n

\n


\n8. When it\u2019s finished, you\u2019ll see a receipt with all information including the hash of your payment. Now you can check your Ripple wallet. 

\n

\n

That\u2019s it. Try it now, exchange BTC to XRP!  

\n


\n", + "category": "money", + "children": 2, + "created": "2016-09-15T17:44:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple_tweeter-1140x515.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/poloniex.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple1-1024x146.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple2-1024x267.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple3-1024x191.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple4.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple5.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple7.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple8-1024x115.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple9.png" + ], + "links": [ + "changelly.com/exchange/BTC/XRP/1?ref_id=steemit", + "https://changelly.com/exchange/BTC/XRP/1?ref_id=blog" + ], + "tags": [ + "money", + "bitcoin", + "crypto-news", + "beyondbitcoin", + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1157314181, + "payout": 0.0, + "payout_at": "2016-09-22T17:44:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-exchange-bitcoin-btc-to-ripple-xrp", + "post_id": 1256655, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "updated": "2016-09-15T19:34:33", + "url": "/money/@changelly/how-to-exchange-bitcoin-btc-to-ripple-xrp" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 28378442877, + "voter": "extie-dasilva" + }, + { + "rshares": 5342593881, + "voter": "kimziv" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 3845662749, + "voter": "neopatriarch" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 116539483, + "voter": "poseidon" + }, + { + "rshares": 4370748872, + "voter": "fubar-bdhr" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902876509, + "voter": "sisterholics" + }, + { + "rshares": 31928773198, + "voter": "laonie" + }, + { + "rshares": 1332489602, + "voter": "myfirst" + }, + { + "rshares": 6481020431, + "voter": "somebody" + }, + { + "rshares": 242319754, + "voter": "flysaga" + }, + { + "rshares": 1431704848, + "voter": "midnightoil" + }, + { + "rshares": 3580996794, + "voter": "xiaohui" + }, + { + "rshares": 161713362, + "voter": "elfkitchen" + }, + { + "rshares": 111952254, + "voter": "xiaokongcom" + }, + { + "rshares": 225675894, + "voter": "xianjun" + }, + { + "rshares": 800034503, + "voter": "freeinthought" + }, + { + "rshares": 6201223347, + "voter": "orcish" + }, + { + "rshares": 1150388553, + "voter": "sirlunchalot" + } + ], + "author": "eight-rad", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.34, + "beneficiaries": [], + "blacklists": [], + "body": "https://img1.steemit.com/0x0/http://i64.tinypic.com/zv1pas.png\n\nEver been stuck for a quick picture for your post, worried about rights or being flagged ? Have got the service you have been looking for =). \n\nGiving is good and Free is better, I want to give something back to the great community here on Steemit. \n\nBelow is the first repository of free stock images posted under the \"Free Culture\" Creative Commons licence. For the good folk of Steemit or whoever else to use.\n\n\nUse them for commercial and non commercial its all good, YOU have permission. \nhttps://creativecommons.org/share-your-work/public-domain/freeworks/\n\nEnjoy \n\n\n8Rad \n \n\n\n\n\nhttps://img1.steemit.com/0x0/http://i64.tinypic.com/166lqhi.jpg\n\n\"Image\n\n\"Image\n\n\"Image\n\n\n\n\n\"Image\n\n\n\"Image\n\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\n\n\n\"Creative
This work is licensed under a Creative Commons Attribution 4.0 International License.", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://i64.tinypic.com/zv1pas.png", + "https://img1.steemit.com/0x0/http://i64.tinypic.com/166lqhi.jpg", + "http://i63.tinypic.com/eqp84n.jpg", + "http://i64.tinypic.com/kcxp45.jpg", + "http://i65.tinypic.com/daf79.jpg", + "http://i64.tinypic.com/mw3xah.jpg", + "http://i67.tinypic.com/a1u0qu.jpg", + "http://i64.tinypic.com/21o3st3.jpg", + "http://i64.tinypic.com/30izu3b.jpg", + "http://i63.tinypic.com/2rh2y6e.png", + "http://i68.tinypic.com/m96s7n.jpg", + "http://i65.tinypic.com/1nye74.jpg", + "http://i65.tinypic.com/15cmrnl.jpg", + "http://i64.tinypic.com/2l8gu37.jpg", + "http://i68.tinypic.com/2yo7v5i.jpg", + "http://i64.tinypic.com/23kaqmc.jpg", + "http://i67.tinypic.com/20psu4h.jpg", + "https://i.creativecommons.org/l/by/4.0/88x31.png" + ], + "links": [ + "https://creativecommons.org/share-your-work/public-domain/freeworks/", + "http://tinypic.com?ref=eqp84n", + "http://tinypic.com?ref=kcxp45", + "http://tinypic.com?ref=daf79", + "http://tinypic.com?ref=mw3xah", + "http://tinypic.com?ref=a1u0qu", + "http://tinypic.com?ref=21o3st3", + "http://tinypic.com?ref=30izu3b", + "http://tinypic.com?ref=2rh2y6e", + "http://tinypic.com?ref=m96s7n", + "http://tinypic.com?ref=1nye74", + "http://tinypic.com?ref=15cmrnl", + "http://tinypic.com?ref=2l8gu37", + "http://tinypic.com?ref=2yo7v5i", + "http://tinypic.com?ref=23kaqmc", + "http://tinypic.com?ref=20psu4h", + "http://creativecommons.org/licenses/by/4.0/" + ], + "tags": [ + "steemit", + "art", + "drawing", + "life", + "freepics" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 106839053366, + "payout": 0.023, + "payout_at": "2016-09-22T17:44:00", + "pending_payout_value": "0.023 HBD", + "percent_hbd": 0, + "permlink": "free-17-images-for-your-steemit-posts", + "post_id": 1256648, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 26 + }, + "title": "FREE 17 images for Your Steemit Posts", + "updated": "2016-09-15T17:44:00", + "url": "/steemit/@eight-rad/free-17-images-for-your-steemit-posts" + }, + { + "active_votes": [ + { + "rshares": 6968715240055, + "voter": "xeldal" + }, + { + "rshares": 5763993012820, + "voter": "enki" + }, + { + "rshares": 1534203960100, + "voter": "joseph" + }, + { + "rshares": 8926901993, + "voter": "idol" + }, + { + "rshares": 1578042086, + "voter": "jocelyn" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061257518, + "voter": "murh" + }, + { + "rshares": 2057424858, + "voter": "error" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 8635740631, + "voter": "herverisson" + }, + { + "rshares": 20647946131, + "voter": "artific" + }, + { + "rshares": 5109122482, + "voter": "rainchen" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 10539701148, + "voter": "borran" + }, + { + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 11527221553, + "voter": "sethlinson" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 128993206, + "voter": "kingkrawdad" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 339297523, + "voter": "anomaly" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 4636706408, + "voter": "jennane" + }, + { + "rshares": 6920933761, + "voter": "dresden" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 157429595, + "voter": "tyrionlannister" + } + ], + "author": "sethlinson", + "author_payout_value": "0.000 HBD", + "author_reputation": 60.61, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Yeah, yeah, I\u2019m a few days late on this one. Sue me.

\n

I\u2019m making this post because I grow tired of seeing both sides of this debate spewing vitriol at each other and proclaiming with absolute confidence: \u201cI\u2019m 100% correct and anyone who disagrees with me is an idiot!\u201d

\n

It's time to open up a great big can of worms...

\n

This may seem stupid, but we should begin by getting something very basic out of the way:

\n

What is a Conspiracy?

\n
\n

con\u00b7spir\u00b7a\u00b7cy 

\n
    \n
  1. a secret plan by a group to do something unlawful or harmful.\"a conspiracy to destroy the 
  2. \n
  3. the action of plotting or conspiring.
  4. \n
\n
\n

It doesn't matter which party was responsible for the events on 9/11. It was a conspiracy. A group of people conspired to murder thousands of civilians. Whether it was Al Qaeda, the U.S. Government, The New World Order or alien lizard people; it was a conspiracy.

\n

\n

Any attempt to explain the events of that day without total and complete knowledge is a conspiracy theory. So we're all conspiracy theorists, okay? Let's move on. 

\n

Casting Doubt on Common Conspiracy Theories

\n

\n

I\u2019m not going to pretend to be an expert. I\u2019m no scientist, I\u2019m not an architect, and I wasn\u2019t there. But my own research tells me that there\u2019s a lot of reason to doubt some of the popular theories. I\u2019ll mostly be focusing on the claim that 9/11 was a controlled demolition.

\n

No, the towers did not collapse at freefall speed. They fell at almost half the rate of a freefall. This factoid may not convince anyone that there was no foul play, but if you want to make a case, don\u2019t rely on bad arguments that are so easy to disprove.

\n

Stop saying that \u201cjet fuel can\u2019t melt steel beams.\u201d Everybody knows that. No one is claiming that jet fuel melted any steel beams. All it takes to cause significant damage and even collapse is a loss of structural integrity. Sure, steel will only melt at 2750\u00b0F, but it will bend and buckle and far lower temperatures. Steel loses about 50% of its strength at 1100\u00b0F. Jet fuel burns at temperatures between 800\u00b0F and 1500\u00b0F. 

\n

To dispel another argument; explosions of dust coming out of the building as it collapsed is not proof that the building was lined with explosives. Such explosions would occur as the collapsing floors pancaked on top of each other, shooting out air and debris.

\n

\u201cWhat about Building 7?\u201d you ask, \u201cAh ha! Checkmate!\u201d

\n

Again, I\u2019m no expert. But here\u2019s a quote from people who might know a bit more than you and me. You can take or leave this analysis, I don\u2019t care. I\u2019m not trying to convert anyone to a certain way of thinking, I\u2019m just saying things aren\u2019t so clear cut, and people aren\u2019t \u201cstupid sheeple\u201d for believing one story over another. 

\n
\n

Many conspiracy theorists point to FEMA's preliminary report, which said there was relatively light damage to WTC 7 prior to its collapse. With the benefit of more time and resources, NIST researchers now support the working hypothesis that WTC 7 was far more compromised by falling debris than the FEMA report indicated. \"The most important thing we found was that there was, in fact, physical damage to the south face of building 7,\" NIST's Sunder tells PM. \"On about a third of the face to the center and to the bottom\u2014approximately 10 stories\u2014about 25 percent of the depth of the building was scooped out.\" NIST also discovered previously undocumented damage to WTC 7's upper stories and its southwest corner.

\n

NIST investigators believe a combination of intense fire and severe structural damage contributed to the collapse, though assigning the exact proportion requires more research. But NIST's analysis suggests the fall of WTC 7 was an example of \"progressive collapse,\" a process in which the failure of parts of a structure ultimately creates strains that cause the entire building to come down. Videos of the fall of WTC 7 show cracks, or \"kinks,\" in the building's facade just before the two penthouses disappeared into the structure, one after the other. The entire building fell in on itself, with the slumping east side of the structure pulling down the west side in a diagonal collapse.

\n

According to NIST, there was one primary reason for the building's failure: In an unusual design, the columns near the visible kinks were carrying exceptionally large loads, roughly 2000 sq. ft. of floor area for each floor. \"What our preliminary analysis has shown is that if you take out just one column on one of the lower floors,\" Sunder notes, \"it could cause a vertical progression of collapse so that the entire section comes down.\"

\n
\n

Source: Popular Mechanics

\n

The truth is I have a lot of trouble believing that the government would be competent enough to pull of a demolition conspiracy of this magnitude, let alone keep it a secret for 15+ years.

\n

I see so many conspiracy theorists touting shaky interpretations of photos and videos as hard evidence and building entire narratives around them. Conjecture based on no evidence (or a layman\u2019s bad understanding of photographs and videos) is not more valuable or more likely to be true than even the difficult-to-trust state sources.

\n

Don\u2019t fight fishy evidence with fishy evidence.

\n

Did the Government Have Foreknowledge?

\n

\n

I don\u2019t believe that there was a controlled demolition. But that doesn\u2019t mean I discount all possibility of a conspiracy within the government.

\n

President George W. Bush said, \u201cNobody in our government at least, and I don't think the prior government, could envisage flying air planes into buildings.\u201d And he wasn\u2019t alone in making this claim. Both an Air Force general, FBI director Robert Mueller, and National Security Advisor Condoleeza Rice claimed that they could never have predicted an attack where the perpetrators used airplanes as missiles.

\n

These statements are demonstrably false.

\n

I\u2019m not going to list all of the warning signs that the government had. A simple Google search or a peak at this Wikipedia page will give you everything you need to know. I will tell you that through the 90s there was more than one plot by individuals or \u201cterrorist groups\u201d to use airplanes to attack U.S. targets. On top of this, NORAD had run a war gam scenario in which a hijacked commercial airliner crashed into The Pentagon.

\n

\u2026My ass they never considered the possibility.

\n

The U.S. Government also received many warnings specifically about the 9/11 attack in the months preceding it from foreign intelligence agencies. The attack should not have been a surprise.

\n

This begs the question: why would all of these top government officials universally make the claim that they had no warning when it\u2019s clear that the CIA and FBI had plenty of information that said otherwise? I\u2019ll leave you to ponder that question for yourself.

\n

I have my suspicions but I won\u2019t make absolute claims about things that I don\u2019t really know.

\n

Not only is there some shady evidence of government foreknowledge, but there was an unusually high number of shares in airlines and insurance companies traded just before the attack. Oh, but don\u2019t worry, a U.S. Government official said that there was no malfeasance. Everything is perfectly normal and above-board here, thank you very much.

\n

You can make of this evidence whatever you will.

\n

What Do We Know?

\n

\n

Despite the claims of the rare conspiracy theorist, it is almost universally agreed upon that 4 airplanes crashed on September 11th: two into the Twin Towers, one into The Pentagon and another into an empty field.

\n

The government (and possibly other wealthy elites) had at least some foreknowledge of the attack. Whether or not their foreknowledge was specific enough to warrant action is a matter for debate.

\n

The U.S. (and other governments) have proven that it is not beyond their moral threshold or capabilities to target their own citizens to achieve political gain. See Operation Northwoods.

\n

This is what we know.

\n

So can we stop calling each other \"shills\", \"sheeple\", \"idiots\" and \"morons\"? Not one of us knows to any degree of certainty what exactly happened and who is responsible.

\n

I'm sure there is someone out there who can debunk everything I wrote, and I'm sure there's someone else who can debunk the debunker

\n

Let's be polite and try to find the truth without forcing each other into opposing camps and firing shots. 

\n

We don't have to be enemies. 

\n

We all want truth. 

\n

~Seth

\n


\n

P.S. I'd like to thank my wife for giving me a couple days off from writing and then totally kicking ass with her blog entries!

\n


\n

Image Sources:

\n\n

\n", + "category": "conspiracy", + "children": 19, + "created": "2016-09-15T17:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/SheepleBanner16911.jpg", + "https://www.steemimg.com/images/2016/09/15/ObamaLizardfae8e.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/UA_Flight_175_hits_WTC_south_tower_9-11_edit.jpeg/552px-UA_Flight_175_hits_WTC_south_tower_9-11_edit.jpeg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Defense.gov_News_Photo_010917-D-9880W-034.jpg/624px-Defense.gov_News_Photo_010917-D-9880W-034.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/September_11_2001_just_collapsed.jpg/319px-September_11_2001_just_collapsed.jpg", + "https://www.steemimg.com/images/2016/09/01/BlogLogo262516.jpg" + ], + "links": [ + "http://www.popularmechanics.com/military/a6384/debunking-911-myths-world-trade-center/", + "https://en.wikipedia.org/wiki/September_11_attacks_advance-knowledge_conspiracy_theories", + "http://www.foxnews.com/story/2002/05/17/clues-alerted-white-house-to-potential-attacks.html", + "http://911research.wtc7.net/cache/sept11/londontimes_insidertrading.html", + "https://en.wikipedia.org/wiki/Operation_Northwoods", + "https://media.giphy.com/media/gauzBevJxeJHy/giphy.gif", + "https://steemit.com/life/@sethlinson/i-ve-never-had-sex-with-my-husband-here-s-why", + "https://steemit.com/life/@sethlinson/no-vaginismus-is-not-a-harry-potter-spell", + "https://en.wikipedia.org/wiki/September_11_attacks", + "https://en.wikipedia.org/wiki/George_W._Bush" + ], + "tags": [ + "conspiracy", + "politics", + "anarchy", + "wtc", + "theory" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14397781979233, + "payout": 14.496, + "payout_at": "2016-09-22T17:43:09", + "pending_payout_value": "14.496 HBD", + "percent_hbd": 10000, + "permlink": "was-9-11-an-inside-job-i-don-t-know-and-neither-do-you", + "post_id": 1256638, + "promoted": "10.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 32 + }, + "title": "Was 9/11 an Inside Job? I Don\u2019t Know and Neither Do You.", + "updated": "2016-09-15T18:27:45", + "url": "/conspiracy/@sethlinson/was-9-11-an-inside-job-i-don-t-know-and-neither-do-you" + }, + { + "active_votes": [ + { + "rshares": 138171895643, + "voter": "coinbitgold" + }, + { + "rshares": 3276506793, + "voter": "sulev" + }, + { + "rshares": 86856328, + "voter": "ruscion" + }, + { + "rshares": 1618517030, + "voter": "plotbot2015" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 1456475669, + "voter": "robotev" + }, + { + "rshares": 2384703048, + "voter": "iontom" + }, + { + "rshares": 130289957, + "voter": "bleujay" + } + ], + "author": "iontom", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.73, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

The 'brother' trade agreement to TTP and TTIP, it's probably the worst of all of them. 

\n

 View the leaks and the announcement here on Wikileaks

\n

You can read the:

\n\n

Here's the biggest three implications:

\n
1. Governments sign away their right to give preferences to local providers of services - meaning that a globally controlled media will exist (and serve the neo-liberal agenda)
\n
\n2. It restricts the ability of member states to use any law or regulation to challenge Multi-National Corps. (a corporation could buy a nation's water rights and not be sued)
\n
\n3. Privacy protections are completely 'illusory' - TiSA guarentees that a country cannot determine how much sensitive data a private entity can contain on that country's citizens or corporations.
\n

The entire agreement is structured to give supreme power to multinational corps. Where the TPP allows MNs to sue governments for \"damages\" from laws, TiSA means that you aren't even allowed to cite consumer protection laws in courts, period. 

\n

\n

Moreover, it gets deeper.

\n
 Any business setting up shop in a foreign country is allowed to bring in  unlimited amounts of cash, and cannot be restricted in terms of how  many shops it sets up, nor its output/quantity. No municipality can  establish laws that treat these foreign businesses different to local  businesses (so, the foreign company can't be charged higher tax rates,  for example). 
\n

Not even MUNICIPALITIES (Cities) can pass laws excluding certain businesses, or levying taxes on certain businesses.  So say that Comcast has a monopoly on your municipal fiber lines. Comcast already has passed laws giving them the exclusionary license to be the ONLY provider. Now, under TiSA, cities not just in the US, but abroad, could not pass laws limiting a corporation from holding a monopoly.

\n

\n

I don't care if you're a socialist or a libertarian - laws like this are only good for individuals who own government sponsored monopolies. Please find a way to fight these destructive agreements from happening, although I personally believe that we're all doomed.

\n", + "category": "news", + "children": 2, + "created": "2016-09-15T17:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/QvKTS9y.png", + "http://i.imgur.com/hmQKaF1.png", + "http://i.imgur.com/8235nRD.png" + ], + "links": [ + "https://wikileaks.org/tisa/#September%2015,%202016%20Publication", + "https://wikileaks.org/tisa/document/20160621_TiSA_Core-Text/", + "https://wikileaks.org/tisa/document/201609_TiSA_Institutional-and-dispute-settlement-provisions/", + "https://wikileaks.org/tisa/document/20160608_TiSA_Annex-on-Telecommunication/", + "https://wikileaks.org/tisa/document/20160627_TiSA_Transparency/", + "https://wikileaks.org/tisa/document/201606_TiSA_Annex-on-Movement-of-Natural-Persons/", + "https://wikileaks.org/tisa/analysis/201609_TiSA_Analysis-on-Core-Text/" + ], + "tags": [ + "news", + "technology", + "politics", + "economics", + "business" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147785765636, + "payout": 0.033, + "payout_at": "2016-09-22T17:42:24", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 0, + "permlink": "breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "post_id": 1256628, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "updated": "2016-09-15T17:42:24", + "url": "/news/@iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable" + }, + { + "active_votes": [ + { + "rshares": 30188441024, + "voter": "full-measure" + }, + { + "rshares": 7203236522, + "voter": "btcupload" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 623716244, + "voter": "therajmahal" + }, + { + "rshares": 150273031, + "voter": "inkwisitiveguy01" + } + ], + "author": "ziogio", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.33, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Today I received my first money in my PayPal account.

\n

And they were from Steemit. 

\n

I didn't withdraw all of my money...

\n

\n

I could decide to invest in Steem, so I'm actually not going to redeem all of my money. But I wanted that \"prize\" everyone wants here on the platform.

\n

The prize that makes you feel everything you're doing on Steemit is real and touchable.

\n

You can buy things with it.

\n

You can have BTC with it.

\n

You can real dollars, euros or any currency you want with it. 

\n

And that is the best feeling you can have when you failed on most of the earning platform on the net (cough... yeah, that's me).

\n

... and sadly

\n

\n

Sadly, just right now, the steem value is falling down.

\n

I mean really falling down. At this moment, it's lower then 0.60$ (meaning 1SBD is worth 0.60$).

\n

So, when I redeemed, I didn't receive 10$ of course.
\n
\nI received 6,40$ that, with applicated taxes (kind Paypal and kind other sites), turned out to be a net withdraw of 5.56$.

\n

How did you do that??

\n

\n

I used three websites to have my money directly on PayPal.

\n

The first one is BlockTrades. Here you can swap Steem Dollars for BTC (bitcoins) without registering any account. You'll be asked to send the choosed amount of money to @blocktrades on steemit and you'll then receive your BTC on your bitcoin wallet.

\n

The second site is, of course, my wallet. I choose blockchain.info for that purpose.

\n

The third and last one is Exchagemycoins. It allows you to swap BTC for USD dollars directly to your Paypal.

\n

I'm not sure about taxes involved in the process, but I suppose they're not so high.

\n

Conclusion

\n

I don't know what's next for me. 

\n

I'm adding Steemit to my \"start from my 18yrs old birthday earning plan\" and I hope it'll work, but as far as now I think I'll just continue to have fun in the community with so many awesome people.

\n

If you want to chat with me, feel free to reach out at @ziogio on steemit.chat and, if you need help, don't hesitate to join #steemprentice - the channel to get and give help!

\n

See ya!

\n

\n

PS: images are from Pixabay with free rights.

\n

PS(2): i'm right back to school. I'm not active 24/24. Please try to forgive me!

\n", + "category": "steemit", + "children": 10, + "created": "2016-09-15T17:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/Myfirst10b9de0.png", + "https://www.steemimg.com/images/2016/09/03/money-case-163495_12808673f.jpg", + "https://www.steemimg.com/images/2016/09/15/financial-crisis-544944_12800daa0.jpg", + "https://www.steemimg.com/images/2016/09/15/questions-1328347_128043a86.png", + "https://www.steemimg.com/images/2016/09/07/87858132601361807091603b8e.png" + ], + "links": [ + "https://blocktrades.us/", + "blockchain.info", + "https://www.exchangemycoins.com/pages/sell-bitcoin-paypal" + ], + "tags": [ + "steemit", + "life", + "story", + "money", + "steemprentice" + ], + "users": [ + "blocktrades", + "ziogio" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49407370039, + "payout": 0.01, + "payout_at": "2016-09-22T17:39:12", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "my-first-withdraw-from-steemit-to-paypal", + "post_id": 1256599, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "My first Withdraw from Steemit to Paypal!", + "updated": "2016-09-15T17:40:39", + "url": "/steemit/@ziogio/my-first-withdraw-from-steemit-to-paypal" + }, + { + "active_votes": [ + { + "rshares": 136494240, + "voter": "bleujay" + } + ], + "author": "seeker27", + "author_payout_value": "0.000 HBD", + "author_reputation": 30.16, + "beneficiaries": [], + "blacklists": [], + "body": "http://www.huffingtonpost.com/carey-gillam/fda-finds-monsantos-weed_b_12008680.html", + "category": "health", + "children": 0, + "created": "2016-09-15T17:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "http://www.huffingtonpost.com/carey-gillam/fda-finds-monsantos-weed_b_12008680.html" + ], + "tags": [ + "health" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 136494240, + "payout": 0.0, + "payout_at": "2016-09-22T17:38:03", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fda-finds-monsanto-s-weed-killer-in-u-s-honey", + "post_id": 1256587, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "FDA Finds Monsanto\u2019s Weed Killer In U.S. Honey", + "updated": "2016-09-15T17:38:03", + "url": "/health/@seeker27/fda-finds-monsanto-s-weed-killer-in-u-s-honey" + }, + { + "active_votes": [ + { + "rshares": 231807201381, + "voter": "anonymous" + }, + { + "rshares": 40042238111353, + "voter": "blocktrades" + }, + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2205816409649, + "voter": "wang" + }, + { + "rshares": 9028536224, + "voter": "gregory60" + }, + { + "rshares": 14982984990, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 59950860155, + "voter": "theshell" + }, + { + "rshares": 10684554315, + "voter": "kimziv" + }, + { + "rshares": 88054033498, + "voter": "razvanelulmarin" + }, + { + "rshares": 20605443611, + "voter": "skapaneas" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 10646469982, + "voter": "deviedev" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 33739070578, + "voter": "creemej" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 204617853645, + "voter": "jl777" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 35503255658, + "voter": "anca3drandom" + }, + { + "rshares": 17267307497, + "voter": "proto" + }, + { + "rshares": 1805642436, + "voter": "sisterholics" + }, + { + "rshares": 3448353558, + "voter": "sulev" + }, + { + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "rshares": 3353931808, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 63852393470, + "voter": "laonie" + }, + { + "rshares": 2664855399, + "voter": "myfirst" + }, + { + "rshares": 12961218703, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 2863237212, + "voter": "midnightoil" + }, + { + "rshares": 7161285616, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 24058315421, + "voter": "mihaiart" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 3091707749, + "voter": "mikkolyytinen" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 6368823978, + "voter": "orcish" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 164141037, + "voter": "wastedsoul" + }, + { + "rshares": 87053502, + "voter": "katharsisdrill" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + } + ], + "author": "mihaiart", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.7, + "beneficiaries": [], + "blacklists": [], + "body": "Another fun drawing! I did remind myself to photo from inception to final result so this post is not only fun but informative as well.\n\nThe amazonian queen starts off as a naked lady. This part is important because the way her muscles are shaped and how the flesh reacts to her position will influence how the clothes and weapons look. It's the most important step\n\n
https://www.steemimg.com/images/2016/09/15/14359031_1179410545449253_7138810569815121083_n9b234.jpg
\n
\n\nNow it is time to sketch the clothes, the accessories and the weapons. Notice how this si done OVER the original drawing so her leg is still flexed, inside the boot for example. That's how you get the natural look.\n\n
https://www.steemimg.com/images/2016/09/15/14330163_1179410578782583_6894606683148969420_nd50ca.jpg
\n
\n\nWith all this in place, it's easy but still very important part to add the finishing touches and bring her out of the page. Look alive and fierce!\n\n
https://www.steemimg.com/images/2016/09/15/14291733_1179410605449247_177194940755567235_n05e5d.jpg
\n\n#### And that how I draw an Amazonian Woman :) \n#### What do you think?", + "category": "art", + "children": 2, + "created": "2016-09-15T17:37:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/14359031_1179410545449253_7138810569815121083_n9b234.jpg", + "https://www.steemimg.com/images/2016/09/15/14330163_1179410578782583_6894606683148969420_nd50ca.jpg", + "https://www.steemimg.com/images/2016/09/15/14291733_1179410605449247_177194940755567235_n05e5d.jpg" + ], + "tags": [ + "art", + "drawing", + "illustration", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46651237670091, + "payout": 129.316, + "payout_at": "2016-09-22T17:37:24", + "pending_payout_value": "129.316 HBD", + "percent_hbd": 10000, + "permlink": "the-queen-of-amazon-drawing-a-visual-progression", + "post_id": 1256578, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 59 + }, + "title": "The Queen of Amazon drawing: a visual progression.", + "updated": "2016-09-15T17:37:24", + "url": "/art/@mihaiart/the-queen-of-amazon-drawing-a-visual-progression" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 4370748872, + "voter": "fubar-bdhr" + }, + { + "rshares": 35503298931, + "voter": "anca3drandom" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 3752519126, + "voter": "gavicrane" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 6368823978, + "voter": "orcish" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + } + ], + "author": "gavicrane", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.5, + "beneficiaries": [], + "blacklists": [], + "body": "https://s11.postimg.io/b3prm8c8j/13658487_167145253714835_2120112308_n.jpg\n\"Reaping samurai\" ink and watercolor 2016---\nGood afternoon steemit, I've started a new sketch book that I've been using for my painting guides on here, so I thought I'd share some of my favorite images from my early 2016 sketch book. \n[[If any of these images are intresting and you have a question about them or would like me to do a guide on the effect, please let me know]]\n\n\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349021_10202094280675368_232067415_n.jpg?oh=1dc9b910b80dec4563998a4e09207e9b&oe=57DDB98C\n\"Mua'chai\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14348940_10202094280435362_714766386_n.jpg?oh=67cad0f5c19e532122ac4f07701a47f4&oe=57DC87AC\n\"Demon school girl self defense technique #1\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349044_10202094279475338_1919828752_n.jpg?oh=3b32c5a87fac888a585dd6178f6063be&oe=57DD972B\n\"Gunami\" watercolor and markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341557_10202094279835347_1447452659_n.jpg?oh=07402d4729ca82c45ed60a91f612ff00&oe=57DC921D\n\"Nug\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383452_10202094280075353_1948917659_n.jpg?oh=ea970142045f7f5556b2651183ff14dc&oe=57DDC720\n\"Gunmen roll\" markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349101_10202094281475388_984093380_n.jpg?oh=2cc4c934936fc1a6f64e3083d1b46251&oe=57DCBA12\n\"Upskirt\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383479_10202094281995401_180492323_n.jpg?oh=c473347749c230ef874bc7a86227abfa&oe=57DD964C\n\"Sushi\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341654_10202094282595416_1956679206_n.jpg?oh=ae6b3d2eead014702651e8ac2992c76f&oe=57DCD933\n\"Sushi girl\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383350_10202094283555440_1405254054_n.jpg?oh=d1fddd46cff58320a4db54553007f0f7&oe=57DCD84D\n\"4th type glow\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14365268_10202094291035627_1939261453_n.jpg?oh=0c5ccf78315a810bf9e35141b8667fd9&oe=57DDD7EF\n\"Yellow night\" ink on acrylic 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-0/p280x280/14356025_10202094295955750_708260188_n.jpg?oh=8fd748ee5ce04f1b38e918680ef25476&oe=57DDD849\n\"Insufferable\" ink 2016", + "category": "art", + "children": 1, + "created": "2016-09-15T17:36:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s11.postimg.io/b3prm8c8j/13658487_167145253714835_2120112308_n.jpg", + "https://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349021_10202094280675368_232067415_n.jpg?oh=1dc9b910b80dec4563998a4e09207e9b&oe=57DDB98C" + ], + "tags": [ + "art", + "steemit", + "story", + "sketchbook", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17232421622930, + "payout": 20.062, + "payout_at": "2016-09-22T17:36:06", + "pending_payout_value": "20.062 HBD", + "percent_hbd": 10000, + "permlink": "a-window-into-my-last-sketchbook-12-images", + "post_id": 1256560, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "A window into my last sketchbook [12 images]", + "updated": "2016-09-15T17:58:39", + "url": "/art/@gavicrane/a-window-into-my-last-sketchbook-12-images" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 14982982887, + "voter": "eeks" + }, + { + "rshares": 28509331807, + "voter": "thedarkestplum" + }, + { + "rshares": 1061263829, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 339300528, + "voter": "anomaly" + } + ], + "author": "aggroed", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

You may be surprised to know that your memory of the Queen saying \"Mirror mirror\" is wrong.  She no longer casts a giant spell calling the Slave in the Mirror to her by saying \"Mirror mirror on the wall who is the fairest of them all?\"  Instead she now says \"Magic mirror on the wall- who is the fairest one of all?\"

\n

If you remember her saying \"Mirror mirror\" and so far that seems to be roughly 90% of people you're currently experiencing the Mandela Effect.  

\n

The Mandela Effect is the difference between recalled memory for groups of people and recorded history.  I ran a survey that to date as received over 30k responses.  When it reached over 25,000 I did a report about the results.  The study included 7 questions suspected to have a Mandela Effect associated with them and 2 controls.  The 2 controls showed that people who were extremely confident when answers questions about stuff from 20+ years ago were able to get it right 95% or more of the time.  When scrubbing the survey results to narrow down just to extremely confident people who were asked about this effect 90.7% of people remember the line as \"Mirror mirror.\"  

\n

You can see completely raw data here.  The quiz is housed on two servers so the data comes in two parts.  It has not been scrubbed by people admitting they guessed at this point.

\n

\n

\n

I asked people to provide feedback about their responses.  One quiz respondent added this detail- \"i remember having a toy about snow white of a mirror and i still have it. im using it right now and she is saying \"\"mirror mirror on the wall\"\" not \"\"magic mirror on the wall\"\" my parents bought this in Disney WORLD.\"

\n

Another person mentioned- \" She was speaking to the MIRROR! I used to play around and use this phrase as a kid. Geez...I still used this phrase growing up. This one hit me pretty hard. I had never heard of Magic Mirror...and was blown away when I noticed the change. I will never agree that it was MAGIC mirror while I was growing up...ever. \"

\n

Here's one person where the line hit hard-  \"Well it was a kind of incantation both to bring the mirror to active state as well as gain an answer to a question she needed surety about... I have watched this with my daughter when she was younger and of course I had seen it when I was younger and am completely certain of the verbiage used... \"  I tend to agree as I remember it as an incantation, which makes sense as \"Mirror, mirror\" as opposed to a greeting towards an object, which would be \"Magic mirror.\"  Here's another along those lines- \" I remember watching it. I remember repeating it, always wondering why the evil Queen could not think of anything better to say other than 'Mirror' twice. it made me think that perhaps it was part of the incantation, like saying 'mirror' twice would turn it on or something. \"

\n

The effect is witnessed in multiple languages- \" I know I am correct, because I am from Serbia and I have heard this phrase in my own language. I watched this when I was a kid and I remember the line in my language which is a translation of 'Mirror, mirror....'. There's no way it was any different, l am 100% sure. Even now days, kids in my country will say 'Mirror, mirror....' because their parents taught them. I just went on YouTube to find the 'Show White' synchronized in my language and to my big surprise, all recent uploads say 'Magic mirror'! It was never like that! But, I have found one upload from 2010 where the narrator says 'Mirror, mirror...' in my language. Again, I am 100% sure it's 'Mirror, mirror...' , as we used to say it like a song, it's etched in my memory. \"

\n

In case you don't believe me that things have changed check out the footage below-

\n

https://www.youtube.com/watch?v=mqmIMvWnIV8

\n

The most common immediate response from people unfamiliar with the Mandela Effect for these kind of results, especially when they aren't personally experiencing that specific Mandela Effect, is to dismiss the effect as nothing more than memory problems, collective mishearing, or the more sophisticated term of confabulation.  It's a reasonable first response.  There is lots of evidence even in my own survey results that the general population has extensive memory issues regarding events that took place 20+ years ago.  The amazing thing though is that people that are extremely confident don't experience that gap.  On one control in particular the people who were only moderately confident got it correct around 60% of the time where as the extremely confident got it right 95% of the time.  So, yes, in general there is a broad memory problem, but in the group that usually has a distinct memory and thus feels extremely confident there isn't evidence of a memory problem.

\n

Well, if it isn't memory then this thing called confabulation which is basically just having distorted memories is called out too.  Here we get into a difficult problem.  There is often evidence available that \"old way\" of the Mandela Effect actually did exist, even though recorded history says it does not.  That's when researchers find what they call \"Reality Residue.\"  To Mandela Effect researchers it's evidence of a change.  To Confabulists it's evidence of where the confusion came from in the first place.

\n

To me the issue comes down to scale.  I'm going to show lots of examples below of products, quotes, memes, and media lines that use the \"Mirror mirror\" line and some that use \"Magic Mirror.\"  The collective views of all of these things would likely come down to less than 1% of the lifetime views of the Disney movie, which adjusted for inflation is one of the top 10 most successful movies of all time.  The idea that Will Smith misquoted the movie in 2 episodes of Fresh Prince lead an entire nation of people to misquote the line, especially after having researched the effect for over a year, seems ridiculous to me.  While the opposite view that changes have occurred and it's evidence that the physical surrounding is malleable is also preposterous.  I think that's why people have such a hard time believing the Mandela Effect could be real.

\n

Here's a video of an assemblage of Mandela Effects.  I've found and included some of the links within this movie below.

\n

https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be

\n

Here's an older version of a Looney Toons video that shows Magic Mirror, showing evidence that line has been used as well in other stuff.

\n

https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb

\n

Here's a classic from Saved by the Bell where they are doing a Snow White play.  Note the line \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=EIyXtF86VVA

\n

Here's Maleficent where she does the \"Mirror, mirror\" incantation.

\n

Here's Faerie Tale Theatre 13 reenactment of the scene

\n

https://www.youtube.com/watch?v=BLkJ-Y7k-Q0

\n

Here's a song that includes \"Mirror mirror\"

\n

https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103

\n


\n


\n

Here's an article from 2011 where The Telegraph use the \"Mirror Mirror line.

\n

Here's the episode of star trek from 1967 where the episode is called Mirror, Mirror

\n

\n

Here's a movie called Mirror Mirror from 2012.

\n

\n

Here's a children's book that has an allusion to the line in a story called The Red Fairy Book by Andrew Lang in 2009.

\n

Here's your little buddy king in shrek dropping the line.

\n

https://www.youtube.com/watch?v=5p5qPd3oVFo

\n

I'm not sure of the series here, but it's a recent take on the Snow White scene

\n

https://www.youtube.com/watch?v=nrzheX9wRRI

\n

Here's the song Mirror Mirror, by Diamond Rio

\n

https://www.youtube.com/watch?v=rIBVdctOcu0

\n

Here's a video promo for Mirror MIrror: Once upon a Time

\n

https://www.youtube.com/watch?v=eTgT6UA88hk

\n

Here's will Smith in two episodes saying \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=GqY1TLuZ06Y

\n

https://www.youtube.com/watch?v=r48sL2nBdhk

\n

One of the episodes of the Simpsons has him asking \"Mirror Mirror on the wall who is the baldest of them all?\"

\n

Here's an article online from NBC News that actually seems to use the grammer from both lines of the movie.

\n

\n

Here's M2M singing \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=Ptbj809JQrQ

\n

Here's a Disney Book where the words \"Mirror Mirror\" are used in the book

\n

\n

Here are two products that were manufactured where the line \"Mirror Mirror\" line is used.

\n

\n

Anyway, going back to the original problems, 90% remember the Line as Mirror Mirror and there is lots of evidence the line \"Mirror Mirror\" has been used all over the place along with the line \"Magic Mirror.\"  The question remains is the evidence gathered here indicate that reality has shifted and this is reality residue or does it indicate that mistakes were made in the past many times over and as a consequence of those mistakes people confuse what was originally and has always been Snow White and the Seven Little People (see what I did there :)

\n

Please upvote this post and follow for more stories about the Mandela Effect

\n", + "category": "science", + "children": 2, + "created": "2016-09-15T17:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://cdn.playbuzz.com/cdn/764a2a3b-deca-49c1-99cc-03207f2ed767/0611549e-50c9-4197-804e-9d919266eade.jpg", + "https://s12.postimg.org/i1qdx62q5/mirror_mirror_stats_from_goquizzes.jpg", + "https://s11.postimg.org/3k3788jlv/mirror_mirror_stats_from_quizmaker.jpg", + "https://img.youtube.com/vi/mqmIMvWnIV8/0.jpg", + "https://img.youtube.com/vi/xaTDKl3EdQY/0.jpg", + "https://img.youtube.com/vi/cIESd6pqMdA/0.jpg", + "https://img.youtube.com/vi/EIyXtF86VVA/0.jpg", + "https://img.youtube.com/vi/BLkJ-Y7k-Q0/0.jpg", + "https://img.youtube.com/vi/zGlLe1w3DJM/0.jpg", + "https://trekkerscrapbook.files.wordpress.com/2014/03/40-mirror-mirror.jpg", + "http://www.impawards.com/2012/posters/mirror_mirror.jpg", + "https://img.youtube.com/vi/5p5qPd3oVFo/0.jpg", + "https://img.youtube.com/vi/nrzheX9wRRI/0.jpg", + "https://img.youtube.com/vi/rIBVdctOcu0/0.jpg", + "https://img.youtube.com/vi/eTgT6UA88hk/0.jpg", + "https://img.youtube.com/vi/GqY1TLuZ06Y/0.jpg", + "https://img.youtube.com/vi/r48sL2nBdhk/0.jpg", + "http://i.imgur.com/UknSoGD.jpg", + "https://s12.postimg.org/qy4zah1ot/mirror_mirror_nbc_news.jpg", + "https://img.youtube.com/vi/Ptbj809JQrQ/0.jpg", + "https://s14.postimg.org/grxfsu18h/sw1.jpg", + "https://s14.postimg.org/weop67f0h/sw2.jpg", + "https://s14.postimg.org/fblxaoybl/sn3.jpg", + "https://s14.postimg.org/hk03s15fl/sw4.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=mqmIMvWnIV8", + "https://en.wikipedia.org/wiki/Confabulation", + "https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be", + "https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb", + "https://www.youtube.com/watch?v=EIyXtF86VVA", + "https://www.youtube.com/watch?v=BLkJ-Y7k-Q0", + "https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103", + "http://www.telegraph.co.uk/culture/film/film-news/8686581/Mirror-mirror-which-Snow-White-will-be-fairest-of-all.html", + "http://memory-alpha.wikia.com/wiki/Mirror,_Mirror_%28episode%29", + "http://www.imdb.com/title/tt1667353/", + "http://www.gutenberg.org/ebooks/540?msg=welcome_stranger", + "https://www.youtube.com/watch?v=5p5qPd3oVFo", + "https://www.youtube.com/watch?v=nrzheX9wRRI", + "https://www.youtube.com/watch?v=rIBVdctOcu0", + "https://www.youtube.com/watch?v=eTgT6UA88hk", + "https://www.youtube.com/watch?v=GqY1TLuZ06Y", + "https://www.youtube.com/watch?v=r48sL2nBdhk", + "http://www.nbcnews.com/science/science-news/mirror-mirror-wall-whos-fairest-monkey-all-n282436", + "https://www.youtube.com/watch?v=Ptbj809JQrQ" + ], + "tags": [ + "science", + "religion", + "mandelaeffect", + "totoeffect", + "philosophy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18432153492406, + "payout": 22.623, + "payout_at": "2016-09-22T17:35:57", + "pending_payout_value": "22.623 HBD", + "percent_hbd": 0, + "permlink": "exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white", + "post_id": 1256557, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 22 + }, + "title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "updated": "2016-09-15T17:35:57", + "url": "/science/@aggroed/exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white" + }, + { + "active_votes": [ + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Watch 4 hours of the one and only Courage The Cowardly Dog.

\n

https://www.youtube.com/watch?v=NrN8-INNFiM

\n", + "category": "cartoon", + "children": 0, + "created": "2016-09-15T17:35:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/52naja7nv/courage_the_cowardly_dog_show.jpg", + "https://img.youtube.com/vi/NrN8-INNFiM/0.jpg" + ], + "links": [ + "https://en.wikipedia.org/wiki/Courage_the_Cowardly_Dog", + "https://www.youtube.com/watch?v=NrN8-INNFiM" + ], + "tags": [ + "cartoon", + "art", + "blastfromthepast", + "story", + "fiction" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4912406431, + "payout": 0.001, + "payout_at": "2016-09-22T17:35:36", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "blast-from-the-past-courage-the-cowardly-dog", + "post_id": 1256555, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Blast From The Past: Courage The Cowardly Dog", + "updated": "2016-09-15T17:35:36", + "url": "/cartoon/@groovedigital/blast-from-the-past-courage-the-cowardly-dog" + }, + { + "active_votes": [ + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 154843377, + "voter": "squadron" + } + ], + "author": "squadron", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Two killed and one injured as light aircraft involved in shooting of Mena \u2013 a film in which Cruise plays a drug runner pilot \u2013 comes down in the Andes 

\n

\n

A handout picture from Colombian authorites of the crashed plane. Photograph: Fire Department of San Pedro/EPA 

\n

A small plane assigned to the crew of a movie starring Tom Cruise crashed in the Colombian Andes on Friday, killing two people including a Los Angeles-based film pilot and seriously injuring a third, the country\u2019s civilian aviation authority said.An official with the aviation agency said Cruise was not on the aircraft.The official said an American, Alan Purwin, was killed along with a Colombian, Carlos Berl. A third person on board, Jimmy Lee Garland, a pilot from Georgia, was rushed to a hospital in Medellin where he was in intensive care.The official said the twin-engine Piper Aerostar ran into bad weather late on Friday afternoon after taking off from the colonial town of Santa Fe de Antioquia for a short flight to Medellin. No emergency was reported to air traffic controllers.
\nCruise, a trained pilot, arrived last month to Medellin to film a movie called Mena, about American pilot Barry Seal, a drug runner recruited by the CIA to try and capture the late cocaine kingpin Pablo Escobar. Seal was shot and killed in 1986 in Baton Rouge, Louisiana, allegedly by assassins sent by Escobar\u2019s Medellin cartel. 

\n

\n

Tom Cruise is playing drug runner pilot Barry Seal in the film Mena. Photograph: Evan Agostini/Invision/AP 

\n

Cruise\u2019s spokeswoman, Amanda Lundberg, had no comment on Friday\u2019s accident.Purwin was founder and president of the Los Angeles-based Helinet Technologies, a company providing aerial surveillance technology to law enforcement. On the company\u2019s website he is described as \u201cone of the top film pilots of his generation\u201d with a list of credits from television and major Hollywood movies such as Transformers, Pearl Harbor and Pirates of the Caribbean. 

\n

He sat at the controls of a helicopter for the first time at age 16 and two years later took his first flying job crop dusting in Indiana, according to Helinet\u2019s website. 

\n

\u201cAlan\u2019s enduring passion for film and flying has created aerial footage loved by millions around the world,\u201d according to an online biography on the website of Shotover, an aerial cinematography subsidiary of Helinet. 

\n

In a tweet sent on Wednesday Purwin expressed joy at landing on a dirt runway between the towering jungled mountains surrounding Santa Fe de Antioquia.Helinet\u2019s vice-president, Jack Snyder, declined to comment when contacted by The Associated Press.Garland, the sole survivor, is a flight instructor and manager of a regional airport in Georgia\u2019s Cherokee County, near Atlanta. 

\n", + "category": "celebritis", + "children": 1, + "created": "2016-09-15T17:35:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemitup.eu/i/0C4D0FF79D43ADC6802E40EFAA5E9B8C.jpg", + "https://www.steemitup.eu/i/010EC9E73ED1C9BA076B8DD470C9AA96.jpg" + ], + "links": [ + "https://www.theguardian.com/film/tomcruise", + "https://www.theguardian.com/film/2015/sep/10/tom-cruise-doug-liman-space-thriller-luna-park-edge-of-tomorrow" + ], + "tags": [ + "celebritis", + "story", + "plane", + "crashes" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 926910938, + "payout": 0.0, + "payout_at": "2016-09-22T17:35:30", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "post_id": 1256551, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "updated": "2016-09-15T17:35:30", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash" + }, + { + "active_votes": [ + { + "rshares": 7557342650401, + "voter": "steempty" + }, + { + "rshares": 11848098341, + "voter": "andu" + }, + { + "rshares": 192808987332, + "voter": "anyx" + }, + { + "rshares": 40151838951, + "voter": "diana.catherine" + }, + { + "rshares": 605261532, + "voter": "luisucv34" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 12592076308, + "voter": "webdeals" + }, + { + "rshares": 3448353558, + "voter": "sulev" + }, + { + "rshares": 2325449247, + "voter": "andrew0" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 79750662608, + "voter": "someguy123" + }, + { + "rshares": 5361365597, + "voter": "contentjunkie" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "webdeals", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Few days ago I told you how happy I was about the job interview I have done and successfully passed.

\n

Yes I was completely happy and I am still happy about it, but I don't know if I have to accept it or not.

\n

This job will be less paid than my actually contract, will require more hours and by contract could be requested to work in overtime but for free.

\n


\n

\n

img credit

\n


\n

I am putting everything on the scales where on one side there is the new job, a nice city where to live and I will be trained in something I have never done in my life and this could be useful in the future.

\n

The other side or plate of the scales will be:

\n

- my girlfriend doesn't want to move in a new city if is not for a permanent job (and this is not)

\n

- it is only for 12 months contract 

\n

- I have to move an entire house from a city to the other 120 miles away

\n

- I will earn less money than my previous job (30% less)

\n

- I have to work for 42.5h once normally I use to work for 37

\n

- Not paid overtime

\n

- I could broke up with my girlfriend because as I said in the first point she doesn't want move.

\n


\n

Tomorrow I will have my post degree last exam and I should be concentrate on studying but at the same time I have an argue with my GF and I have to give an answer to this Vet company.

\n

I don't know what I should do, I know that the job is the first thing to consider especially if I have spent so many years to become a veterinarian. I wish I could see my future to understand what could be the best choice to take but I don't have any sphere (at part my bold head) that will show me the future.

\n


\n

\n

img credit

\n


\n

It is a hard choice and I have so many things together that is making me so confused.

\n

If you were in my situation what could be your choice???

\n

Thanks for your help and your advices :)

\n", + "category": "life", + "children": 6, + "created": "2016-09-15T17:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.dbkay.com/wp-content/uploads/2011/08/StonesBalance-Small.jpg", + "http://www.intemirifugio.it/wp-content/uploads/2016/01/screen-shot-2015-09-02-at-3-19-43-pm.png" + ], + "links": [ + "http://www.dbkay.com/wp-content/uploads/2011/08/StonesBalance-Small.jpg", + "http://www.intemirifugio.it/wp-content/uploads/2016/01/screen-shot-2015-09-02-at-3-19-43-pm.png" + ], + "tags": [ + "life", + "choice", + "interview", + "lincoln", + "love" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8018835759857, + "payout": 5.273, + "payout_at": "2016-09-22T17:35:03", + "pending_payout_value": "5.273 HBD", + "percent_hbd": 10000, + "permlink": "job-or-love", + "post_id": 1256546, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 19 + }, + "title": "Job or Love?", + "updated": "2016-09-15T17:36:00", + "url": "/life/@webdeals/job-or-love" + }, + { + "active_votes": [ + { + "rshares": 1937028254, + "voter": "jackgallenhall" + }, + { + "rshares": 4331450381, + "voter": "puffin" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

\n

\n

\n

\n", + "category": "art", + "children": 1, + "created": "2016-09-15T17:35:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.io/jh9gppouz/Santiago_Street_Art_1.jpg", + "https://s15.postimg.io/6ak0q6t5n/3dasicfernandezrubin415greenpoint_street_art_yoa.jpg", + "https://s15.postimg.io/gw3w26zh7/Stop_Smoking2_thumb.jpg", + "https://s15.postimg.io/55pykt6or/shoreditch_street_art.jpg", + "https://s15.postimg.io/nccusa80r/Dasic_Fernandez_street_art_Bushwick_Collective_N.jpg" + ], + "tags": [ + "art", + "of", + "street" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6268478635, + "payout": 0.001, + "payout_at": "2016-09-22T17:35:00", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "amazing-art-of-street", + "post_id": 1256545, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Amazing Art Of Street", + "updated": "2016-09-15T17:35:00", + "url": "/art/@jackgallenhall/amazing-art-of-street" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 40042164500412, + "voter": "blocktrades" + }, + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 10227302974, + "voter": "etcmike" + }, + { + "rshares": 3827694728, + "voter": "titusfrost" + }, + { + "rshares": 245531412, + "voter": "doitvoluntarily" + }, + { + "rshares": 55752594, + "voter": "alucard" + }, + { + "rshares": 271441624, + "voter": "anomaly" + } + ], + "author": "titusfrost", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.94, + "beneficiaries": [], + "blacklists": [], + "body": "# Is The Takeover of Crypto-Currencies About to Begin by the Central Banks?\n\nhttp://i.imgur.com/NxCYMpy.png\n([Image Source](http://www.e-corp-usa.com/ecoin/))\n\nThe show **Mr. Robot** has fictionalized the **\"Powers that Shouldn't Be\"** into a singular Corporation called **E Corp**. This E Corp is supposed to basically represent the powers behind the Global Central Bankers, the true World Rulers. The head of E Corp even states in a recent Episode \"Politicians are Puppets\", which reminds me of the quotation by Nathan Rothschild regarding the head on which the crown of England is placed. Clearly one could see that E Corp in the show is the fictionalization of the **\"Illuminati\"** if you will. The show is heavily laden with [esoteric symbolism](https://www.youtube.com/watch?v=l2lZn-ZcJMs) but to the public it comes across as \"counter-culture\" as the main character is the founding member of **\"F Society\"** a hacking group based directly on **\"Anonymous\"**. This hacking group causes a financial crash, which leads to E Corp releasing a new digital Currency called **\"ECoin\"**, the above image is from a promotional website for the TV show. \n\n## Is Mr. Robot demonizing Crypto-Currencies? \n\nhttp://i.imgur.com/f6gXhrn.jpg\n([Image Source](http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/))\n\nNow the interesting part for those fans of crypto-currencies like everyone on **Steemit** and for everyone who uses **Bitcoin**. I think the reason for they added an \"Ecoin\" in this show is to demonize crypto-currencies. The powers that shouldn't be have no way to take over these crypto-currencies so they have decided to wage information war against them. With the countless videos warning about the rise of *\"digital only currency\"* being the *\"mark of the beast\"*, one could easily see lots of propaganda has already been employed. However this new form is quite intelligent, by associating \"ECoins\" with \"E Corp\" they make the average mind (who doesn't know what Bitcoin or Steemit really is), subconsciously associate all crypto-currencies with the Federal Reserve banskters, with \"E Corp\". This is classic subconscious guilt by association created entirely by fiction that is often employed in fictional movies. This is why I think the \"E Coin\" was added to the show, but I could be wrong, so why else might it be in this show? \n\n## Do the Elite Plan to Replace the Dollar with a Digital Only Currency? \nhttp://i.imgur.com/IJJxcBR.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nWe all know the financial system is basically teetering on the verge of collapse. It is the biggest ponzy scheme ever devised and like all ponzy schemes if the Federal Reserve doesn't increase demand for the use of it's currency the system will collapse. It was designed to collapse. I believe like many others for one reason, so they can start the whole process that made them so rich, all over again on a global scale. The new world order if you will, being run by financial despotism and technical autocracy. So, is their plan to create a financial collapse being shown in plain sight in this show? One idea I heard from my friend who maintains the [\"What is Real\" YouTube Channel](https://www.youtube.com/user/szymborski11) is they may \n>\"allow a false flag attack that they can blame on some shadowy hacking group, possibly even **Anonymous** itself as anyone can claim to be Anonymous\" \n\nPersonally I do not buy this theory as Anonymous is completely decentralized and would be almost impossible to blame for a false flag. However, to fully analyze a situation one must always look at every angle. \n\nSo if the system collapsed, especially overnight due to a hack, would they replace the Federal Reserve Notes with a new digital only \"E Coin\" backed by the IMF World Bank and their massive Gold Holdings, and Special Drawing Rights Holdings? The Group of Thirty, also known as the G30 reported in the [latest working papers on their website](http://group30.org/publications) that they want a return to a **GOLD Standard** just like how the Federal Reserve started out but in a new **Global Currency**. See my Documentary on the [\"Group of Thirty\"](https://www.youtube.com/watch?v=eOB9QfxsgdQ) for more on this group of 30 Central Bankers that meet in secret. So is it out of the realm of possibilities that the new Global Currency that the World Bank has planned for post the collapse of the Federal Reserve System is a new digital only currency based on Gold and SDR holdings? No this would make a lot of sense to me but what do you the readers think? \n\n## Decentralization the Key to Defeating Takeover of Crypto-Currencies by Central Banks\nhttp://i.imgur.com/KVNo7nE.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nThe decentralized concept at the basis of the crypto-currencies could be the key to their survival if the Central Banks decide to try and take over the market. Right now their is a few crypto-currencies that are from the perspective of a non trader even worth mentioning. **Bitcoin**, **Ethereum**, and **STEEM**, however if the Central Banks created a new \"ECoin\" it would easily make replace Bitcoin as the number 1 crypto-currency. However, there will always be a demand for crypto-currencies that are not \"Ecoins\", because thankfully we have a whole planet full of awesome people who will never conform to the system. The useless governments will always make things illegal that people want and can't buy with their new \"Ecoins\". So we will always have a demand for a currency like Bitcoin that is not a part of the centralized system, but is outside of that system's control. So try as they might, the powers that be can only wage information war against crypto-currencies because there will always be new entrepreneurs that create new currencies just like steemit, that are outside their systems of control. The harder the hidden hand squeezes the more of us will fall through their fingertips. \n\n#### Thanks for Reading! \nhttp://i.imgur.com/k10p6Pf.jpg\nIf you liked my article please join **steemit** and let me know by leaving a comment or upvoting! As always follow me on here [@TitusFrost](https://steemit.com/@titusfrost) for more hard hitting posts!", + "category": "mrrobot", + "children": 4, + "created": "2016-09-15T17:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/NxCYMpy.png", + "http://i.imgur.com/f6gXhrn.jpg", + "http://i.imgur.com/IJJxcBR.jpg", + "http://i.imgur.com/KVNo7nE.jpg", + "http://i.imgur.com/k10p6Pf.jpg" + ], + "links": [ + "http://www.e-corp-usa.com/ecoin/", + "https://www.youtube.com/watch?v=l2lZn-ZcJMs", + "http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/", + "https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/", + "https://www.youtube.com/user/szymborski11", + "http://group30.org/publications", + "https://www.youtube.com/watch?v=eOB9QfxsgdQ", + "https://steemit.com/@titusfrost" + ], + "tags": [ + "mrrobot", + "beyondbitcoin", + "steemit", + "bitcoin", + "ethereum" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40565862465239, + "payout": 99.113, + "payout_at": "2016-09-22T17:34:42", + "pending_payout_value": "99.113 HBD", + "percent_hbd": 10000, + "permlink": "new-mr-robot-episode-introduces-e-corp-s-new-ecoin", + "post_id": 1256542, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "updated": "2016-09-15T17:34:42", + "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" + }, + { + "active_votes": [ + { + "rshares": 149624601, + "voter": "steemster1" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 54313084, + "voter": "fortuner" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 132460877, + "voter": "carloseclectic3d" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 51718188, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50454901, + "voter": "roto" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + } + ], + "author": "carloseclectic3d", + "author_payout_value": "0.000 HBD", + "author_reputation": 44.26, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:34:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://lh3.googleusercontent.com/RB2wZsjXSLEtwLWVT0K1sGxNOn_pxyTctr2rpWELoqIE9puCYAYbx5tskEDFdsETzO8e48LdGjU9sAOrQ-crWTVNXv1sXWhp2HKML1a44z5f1_F2jhFvL8XUxc9sSBU-MQAD2z2lnLRjoJk3vYfHJ16Fle8TGhUwF2O7kzexYBpEWm6Rb6w6nKG_YOewu1JKbesDGvqWuexN7F0Qr8KvIsMzqeQ8v_SSk9lzcbi5Czf6l9g_7nAKQqq8NeVm35CaxRfpEUKQC4O42z1Ww5_8iamhO_Zhs7ArF8fB59BxxltLYLJapNiYoaVXFCLiaCHUqW8dXcYwVQFtw2yLn0kgWsw2D36PKfjRE2JpNaViaxGpP_Y_8yzxJxz4bj0YrGzjfuh_aTsKx-QJyi5mIsBcrg-CSPjhNRtqifLb_IuAvyI-oyuG227RCqdD5i61k_2ZheLULAMpFZpAinpuXop3JmrMXk_e1QzxAWuQuGCXIMQ7LeuMBqHY6snX0aebWavM8OQF9R7gwAeN32cMMUA0CoItWrBnEySOMMm68-cPg823u8QkE9Aq-MdpX1i9-HqAWf59i92mFSGgg20Vot2r4UiurHfW8OE8kPi_MfSMxI5hbams=s677-no" + ], + "tags": [ + "art", + "goth", + "cgi", + "image", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2398587518, + "payout": 0.0, + "payout_at": "2016-09-22T17:34:09", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "feeling-the-darkwave", + "post_id": 1256533, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "\"Feeling The Darkwave\"", + "updated": "2016-09-15T17:34:36", + "url": "/art/@carloseclectic3d/feeling-the-darkwave" + }, + { + "active_votes": [ + { + "rshares": 1727440005, + "voter": "stormblaze" + }, + { + "rshares": 2295628920, + "voter": "daveks" + }, + { + "rshares": 53884613, + "voter": "jeff-kubitz" + }, + { + "rshares": 120649148, + "voter": "rynow" + }, + { + "rshares": 263446129, + "voter": "flowergirl" + }, + { + "rshares": 101580691, + "voter": "rebeccamorgan" + } + ], + "author": "rynow", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.49, + "beneficiaries": [], + "blacklists": [], + "body": "![enter image description here](https://s22.postimg.org/ed3jz7r2p/cross.jpg)\n\n[Photo Credit](https://www.google.co.za/imgres?imgurl=https://pixabay.com/static/uploads/photo/2015/03/13/08/45/cross-671379_640.jpg&imgrefurl=https://pixabay.com/en/cross-sunset-sunrise-hill-sky-sun-671379/&docid=4UI10UEP9v5iYM&tbnid=i4vt2ro7JD_5VM:&w=640&h=480&bih=534&biw=1093&ved=0ahUKEwjZ24yBvPbOAhUJCcAKHUwbBzUQMwg8KAswCw&iact=mrc&uact=8)\n\nToday I would like to look at Mathew 6 verse 12 and 14\n\n12)\"And forgive us our debts, as we also have forgiven our debtors.\"\n\n14)\"For if you forgive people their trespasses, your heavenly Farther will also forgive you.\"\n\nVerse 12 is part of a prayer where we pray to God to forgive us as we forgive our debtors. Then verse 14 says that if we forgive people our Father in heaven will also forgive us.\n\nThis is basically a follow on of yesterdays scripture (Although it comes before yesterdays verses in the Bible), which said that we should not judge people. We must also forgive people who do wrong against us and not carry a grudge against people. When we forgive others it lessens the stress in your own life, it is good for your soul to forgive others, as it lightens your own burden. And besides that it is good for you to forgive, our Father says He will also forgive us when we forgive others.\n\n\nHave a wonderful day", + "category": "religion", + "children": 0, + "created": "2016-09-15T17:33:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s22.postimg.org/ed3jz7r2p/cross.jpg" + ], + "links": [ + "https://www.google.co.za/imgres?imgurl=https://pixabay.com/static/uploads/photo/2015/03/13/08/45/cross-671379_640.jpg&imgrefurl=https://pixabay.com/en/cross-sunset-sunrise-hill-sky-sun-671379/&docid=4UI10UEP9v5iYM&tbnid=i4vt2ro7JD_5VM:&w=640&h=480&bih=534&biw=1093&ved=0ahUKEwjZ24yBvPbOAhUJCcAKHUwbBzUQMwg8KAswCw&iact=mrc&uact=8" + ], + "tags": [ + "religion" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4562629506, + "payout": 0.001, + "payout_at": "2016-09-22T17:33:48", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "28jsvo-daily-scripture", + "post_id": 1256529, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Daily scripture", + "updated": "2016-09-15T17:33:48", + "url": "/religion/@rynow/28jsvo-daily-scripture" + }, + { + "active_votes": [ + { + "rshares": 49166008798, + "voter": "alexgr" + }, + { + "rshares": 13341368010, + "voter": "valtr" + }, + { + "rshares": 57553136899, + "voter": "oaldamster" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 112738862423, + "voter": "kenny-crane" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 23374513580, + "voter": "cryptos" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 323936947, + "voter": "robotev1" + }, + { + "rshares": 323104197, + "voter": "robotev2" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 1456512030, + "voter": "robotev" + }, + { + "rshares": 307751182, + "voter": "steemitpolonia" + } + ], + "author": "l0k1", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.17, + "beneficiaries": [], + "blacklists": [], + "body": "https://s20.postimg.io/vvqjtfbt7/Screenshot_from_2016_09_15_20_30_35.png\n\nI just had to celebrate, I writed 1000 things. This makes 1001. \n\nIn the olden days, 1001 was infinity!", + "category": "steemit", + "children": 1, + "created": "2016-09-15T17:32:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.io/vvqjtfbt7/Screenshot_from_2016_09_15_20_30_35.png" + ], + "tags": [ + "steemit", + "milestone" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271802092410, + "payout": 0.063, + "payout_at": "2016-09-22T17:32:36", + "pending_payout_value": "0.063 HBD", + "percent_hbd": 10000, + "permlink": "1-thousand-postages", + "post_id": 1256516, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "1 THOUSAND postages", + "updated": "2016-09-15T17:32:36", + "url": "/steemit/@l0k1/1-thousand-postages" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 40042090888143, + "voter": "blocktrades" + }, + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 5096232265, + "voter": "dmitriybtc" + }, + { + "rshares": 3145812656, + "voter": "dmilash" + }, + { + "rshares": 538023492, + "voter": "marinaz" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 4098512589, + "voter": "cmorton" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 62351093, + "voter": "creatr" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 53884613, + "voter": "jeff-kubitz" + }, + { + "rshares": 5532993072, + "voter": "tanyabtc" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 6368721210, + "voter": "orcish" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 3795767712, + "voter": "dresden" + } + ], + "author": "tanyabtc", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.51, + "beneficiaries": [], + "blacklists": [], + "body": "Jellyfish is a perfect example of one of the weirdest creatures out there. In real life they are definitely not the most pleasant thing to touch and being surrounded with.\n\nIt wasn't a surprise for me but jellyfish don't have brains. Instead, they have nerve nets which sense changes in the environment and coordinate the animal's responses.\n\nHowever if you eliminate all of the fluff that people are talking about them, you can come up with something interesting and even fun.\n\nThis drawing is created using my favorite style, I hope you'll love it.\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg\n\n***\n\n###
Follow me for my future art work: [@tanyabtc](https://steemit.com/@tanyabtc)
", + "category": "art", + "children": 5, + "created": "2016-09-15T17:32:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg" + ], + "links": [ + "https://steemit.com/@tanyabtc" + ], + "tags": [ + "art", + "photography", + "life", + "nature", + "steemitartchallenge" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40641175102128, + "payout": 99.269, + "payout_at": "2016-09-22T17:32:00", + "pending_payout_value": "99.269 HBD", + "percent_hbd": 10000, + "permlink": "jellyfish", + "post_id": 1256509, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "Jellyfish", + "updated": "2016-09-15T17:32:00", + "url": "/art/@tanyabtc/jellyfish" + }, + { + "active_votes": [ + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 160734499, + "voter": "armanibadboy" + } + ], + "author": "armanibadboy", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.82, + "beneficiaries": [], + "blacklists": [], + "body": "Space video online channel + chat\n\nStunning \"loops of fire\" on the Sun - The Sun In Full Force\nhttps://www.youtube.com/watch?v=Jiq7EbzUMrw\n\n\nEarth From Space Real Footage - Video From The International Space Station ISS\nhttps://www.youtube.com/watch?v=njCDZWTI-xg\n\nNasa Live / ISS Live Feed - NASA HDEV HD Footage of Earth From ISS\nhttps://www.youtube.com/watch?v=Gy5PC5Auoak", + "category": "space", + "children": 1, + "created": "2016-09-15T17:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/Jiq7EbzUMrw/0.jpg", + "https://img.youtube.com/vi/njCDZWTI-xg/0.jpg", + "https://img.youtube.com/vi/Gy5PC5Auoak/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=Jiq7EbzUMrw", + "https://www.youtube.com/watch?v=njCDZWTI-xg", + "https://www.youtube.com/watch?v=Gy5PC5Auoak" + ], + "tags": [ + "space", + "video", + "online", + "channel", + "chat" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 932802060, + "payout": 0.0, + "payout_at": "2016-09-22T17:31:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "space-video-online-channel-chat", + "post_id": 1256508, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Space video online channel + chat", + "updated": "2016-09-15T17:31:57", + "url": "/space/@armanibadboy/space-video-online-channel-chat" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.66, + "beneficiaries": [], + "blacklists": [], + "body": "# Deciding to do some Trading with my SBD/BTC\n\nAfter having some mild success on steemit, I decided to transfer part of my SBD to Poloniex and try my hand at trading cryptocurrencies. It all kind of feels like free money anyway! I am just learning how cryptocurrencies work. I have been interested in bitcoin as a concept and aware of its success for about 2 years now, but never owned any until I ended up owning some SBD after stumbling upon steemit.\n\nAfter transferring to poloniex, I bought some BTC with my SBD. From there I transferred some BTC to a circle account and cashed out 20$ USD to my bank account just to prove to myself and everyone that keeps asking me, that I can easily use this cryptocurrency to get cash. But, the more I learn, the less fiat money I want and the more I want to invest in silver and cryptocurrencies. \n\n# Bitcoin\n\nI have regretted not being into bitcoin ever since I heard about it and started watching it go up and then especially after hearing Jeff Berwick talk positively about it at 200$ and then seeing it go over 500$. So I was happy to finally own some BTC but this is basically all an experiment for me so I decided that I might try to play the game a bit more.\n\n# Value of Steem Going Down\n\nI can see that my steemit wallet account value has been going down. I have powered up most of my SBD and I will continue to do so because I believe in steemit in the long term, but I do think I might be able to protect my SBD and maybe even profit with it by trading into BTC and buying cryptocurrencies on Poloniex so that's what I am experimenting with. I could also lose my investment so I am starting slowly and learning as much as I can for now.\n\n# Ethereum\n\n

https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png

\n\n[image source](https://en.wikipedia.org/wiki/Ethereum)\n\nFrom my stock chart studying experience and from advice on the internet I decided to make a bet on ETH. I have heard more about Ethereum as I have been on steemit and after a short research session online I decided that it may go up soon, so I'll buy. Keep in mind, none of this very scientific, I am just playing around and learning how to do this and am not giving any advice because I really don't know what I'm doing! \n\nCurrently, I don't have time to constantly monitor close enough to day trade so I am only going to buy something that I think will be moving up over next few weeks. I make my guess based on what the technology is and by looking for trends in the charts. My chart studying skills are pretty basic. I look for floors, ceilings, and trends based on highs and lows over time. I look for upwards trends by spotting a series of higher lows and by watching for crosses in the moving averages. That's pretty much my entire strategy at this point\n\n# Trading so far\n\nHere is what I did yesterday. I turned 100 SBD into 0.13731732 BTC. I then transferred that bitcoin to my margin account after reading about how it worked on Poloniex's [margin trading page.](https://poloniex.com/support/aboutMarginTrading/) From there I was able to buy 0.33554217 BTC worth of Ethereum so now I have a position on 17.11149722 ETH.\n\nToday I have been researching other coins to invest in. I found [this quick list](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments) helpful and I have noticed on my Poloniex margin trading account there are a few coins that I can take a margin position on. I also liked this [list of cryptos by market cap](https://coinmarketcap.com/) Several of the coins are very volatile and some are making big moves while I watch them. Probably from some FOMO, I decided to go long on CLAMs. I liked that they just gave away coins to bitcoin holders so now they are the most widely held coin. I have no idea if this will be profitable, but I decided to go for it because it's so cheap!\n\n# Other Coins\n\nI also noticed that CLAMs are the crypto for a [gambling site](https://just-dice.com/) that was featured in a very positive [huffington post article](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117) and is very active. I don't gamble much except a little poker now and then and I am definitely not promoting gambling, but I do recognize it as an industry that can help support a crypto. Basically I don't gamble unless I feel like I have an advantage. \n\n

http://clamclient.com/images/bio-photo.png

\n\n[image source](http://clamclient.com/)\n\nThe only reason I feel comfortable trying my hand at cryptocurrency trading is that I am using very small amounts of money that I earned from writing content in my spare time and I think the risk is worth the reward because I believe like many of you that cryptocurrency is the future of currency and if I get in on the right one early enough, there could be a nice profit. Now all I have to do is predict the future, lol.\n\nI have also noticed XRM making big upward swings today and I am considering playing with it but I am a bit weary putting much into coins that I don't really believe in. Yes I am doing this with CLAMs but I am going to keep this type of investment to a minimum. Still, I am open to any recommendations from any of you crypto traders out there might have.\n\n# Conclusions and Questions\n\nI have been teeter tottering between red and green on both of my positions but I feel confident that I will be able to close my positions at a profit at this point. I think I am going to stay long on Ethereum with most of my Poloniex account and move in and out of some small cap cryptos with a small percentage of my balance. But this is just my initial thoughts on my strategy so I am open to changing my entire strategy as I learn. The title is a serious question - Should I stay long on ETH??? It makes sense to me to do that but I could be missing something. Does anyone have any tips on coins that are going to make some big moves???\n\nI am a newbie at all this so please point out anything stupid I may be doing. I welcome any advice and suggestions that any of you might have. I'm also happy to answer any questions you might have if your like me and just getting started trading cryptos. I hope if nothing else, this post starts a conversation and something is learned. Thanks for reading. Let's make some money!\n\n# Links\n\n[Poloniex's margin trading page.](https://poloniex.com/support/aboutMarginTrading/) \n\n[gambling site for CLAMs](https://just-dice.com/)\n\n [huffington post article about that gambling site ^^^^^^^](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117)\n\n[list of cryptos to consider for investment](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments)\n\n[list of cryptos by market cap](https://coinmarketcap.com/)", + "category": "ethereum", + "children": 0, + "created": "2016-09-15T17:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png", + "http://clamclient.com/images/bio-photo.png" + ], + "links": [ + "https://en.wikipedia.org/wiki/Ethereum", + "https://poloniex.com/support/aboutMarginTrading/", + "http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments", + "https://coinmarketcap.com/", + "https://just-dice.com/", + "http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117", + "http://clamclient.com/" + ], + "tags": [ + "ethereum", + "money", + "poloniex", + "bitcoin", + "trading" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18126121492, + "payout": 0.003, + "payout_at": "2016-09-22T17:31:36", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 1256505, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Should I be long on Ethereum?", + "updated": "2016-09-15T19:40:18", + "url": "/ethereum/@richardcrill/should-i-be-long-on-ethereum" + }, + { + "active_votes": [ + { + "rshares": 2519852939, + "voter": "fkn" + }, + { + "rshares": 3312189303, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061259321, + "voter": "murh" + }, + { + "rshares": 21369474049, + "voter": "kimziv" + }, + { + "rshares": 12300667181, + "voter": "furion" + }, + { + "rshares": 59019077, + "voter": "barbara2" + }, + { + "rshares": 65598944, + "voter": "ch0c0latechip" + }, + { + "rshares": 60712453, + "voter": "doge4lyf" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 466138704, + "voter": "poseidon" + }, + { + "rshares": 2043534177, + "voter": "positive" + }, + { + "rshares": 3611353389, + "voter": "sisterholics" + }, + { + "rshares": 68804307, + "voter": "fnait" + }, + { + "rshares": 61125854, + "voter": "keepcalmand" + }, + { + "rshares": 127707884586, + "voter": "laonie" + }, + { + "rshares": 2971877888, + "voter": "handmade" + }, + { + "rshares": 3997337191, + "voter": "myfirst" + }, + { + "rshares": 25922919422, + "voter": "somebody" + }, + { + "rshares": 969236947, + "voter": "flysaga" + }, + { + "rshares": 5726574194, + "voter": "midnightoil" + }, + { + "rshares": 14322999157, + "voter": "xiaohui" + }, + { + "rshares": 646824604, + "voter": "elfkitchen" + }, + { + "rshares": 447789785, + "voter": "xiaokongcom" + }, + { + "rshares": 902663914, + "voter": "xianjun" + }, + { + "rshares": 59109762, + "voter": "microluck" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 598155046, + "voter": "nelyp" + }, + { + "rshares": 6536319137, + "voter": "orcish" + } + ], + "author": "handmade", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.93, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Tal como te lo promet\u00ed aqu\u00ed est\u00e1 la segunda tanda de verdades que com\u00fanmente olvidamos y que nos pueden hacer sentir la vida algo amarga.   (Click aqu\u00ed para leer la primera parte de este articulo)     

\n

Listo?

\n

Aqu\u00ed vamos!

\n


\n

                 

\n

                                                                 (credito: hfhy64.com) 

\n

5._ Cada error o intento fallido en tu vida, eres t\u00fa en crecimiento.

\n

Cada error y cada vez que fallas hay una lecci\u00f3n por aprender. Cada vez que tropiezas estas m\u00e1s cerca a esa meta propuesta. 

\n

El \u00fanico error que de verdad no te traer\u00e1 ninguna ense\u00f1anza es el error de no intentar dar ese paso por miedo a fallar.

\n

Cuando veas una oportunidad no dudes. La vida te va a presentar momentos donde solo tu decisi\u00f3n va a ser la diferencia. Tu nunca vas a estar 100% seguro que todo saldr\u00e1 bien pero puedes estar seguro que no hacer nada es a\u00fan peor.

\n

NO importa que suceda, si todo sali\u00f3 como lo esperabas o fue un final inesperado, siempre el resultado es el que debi\u00f3 ser. Si no act\u00faas cuando la oportunidad se presenta nunca sabr\u00e1s que pudo haber pasado y adem\u00e1s estar\u00e1s en el mismo punto, estancado.

\n


\n

6._ Decisiones emocionales llevan a consecuencias desagradables (al menos en el 98% de los casos).

\n

Las decisiones que tomas guiado por las emociones del momento son reacciones dispersas de la l\u00f3gica que deber\u00edas tener para cada caso.

\n

No tuviste la oportunidad de sopesar las razones para esa toma de decisi\u00f3n de manera clara y solo est\u00e1s viendo la situaci\u00f3n desde un enfoque reducido. Pero a\u00fan existe un 2% de esas decisiones que si no fuera por la emoci\u00f3n del momento no ser\u00edan tan especiales. 

\n

Entonces, como somos humanos y tenemos que aprender cada d\u00eda con nuestros actos solo puedo darte un consejo que me ha servido mucho: 

\n
C\u00e1lmate y tomate tu tiempo para que las emociones no nublen tu inteligencia al momento de tomar una decisi\u00f3n importante en la vida.
\n

Pero tambi\u00e9n te digo aqu\u00ed y ahora que debes ser responsable por cada una de las decisiones que tomaste en el pasado y las consecuencias que ellas trajeron a tu presente (No es f\u00e1cil pero todos debemos hacerlo si realmente queremos tener el control de nuestra vida).

\n


\n

                

\n

                                               (credito: unsplash.com/@leliejens)

\n

7._ Tener demasiadas opciones lo \u00fanico que hace es interferir con la toma de decisiones.

\n

En esta nueva era de las comunicaciones donde los mercados est\u00e1n globalizados y la informaci\u00f3n viaja a la velocidad de la luz, tenemos un sin n\u00famero de posibilidades para hacer nuestras elecciones con respecto a bienes, productos o alguna experiencia que deseemos vivir.

\n

Tristemente, esta multitud de opciones lo \u00fanico que hace es fomentar la indecisi\u00f3n, nos confunde y a veces nos lleva a no tomar acciones en el momento indicado.

\n

Grandes conocedores del marketing y la propaganda, han verificado en estudios recientes que el consumidor de hoy esta menos impulsado a comprar si debe hacer su elecci\u00f3n entre una monta\u00f1a de opciones. En otras palabras, t\u00fa vas a estar m\u00e1s animado a comprar si solo debes escoger entre 3 opciones y no entre 50 o 200 productos. 

\n

Si el proceso de elecci\u00f3n es muy tedioso puede que decidas postergar y no comprar nada.

\n

Si eres vendedor \u2014 en realidad todos lo somos \u2014  trata de mantener las opciones simples para tus posibles compradores y si estas tratando de tomar una decisi\u00f3n importante, establece las caracter\u00edstica primordiales que deseas para luego decidir antes de caer en el juego de las 100 opciones.

\n


\n

8._ Cada persona trabaja para  si misma.

\n

No importa si t\u00fa trabajas para una s\u00faper corporaci\u00f3n, eres el due\u00f1o de un emporio tecnol\u00f3gico o tienes un horario de 8 horas en un empleo est\u00e1ndar..... trabajas para una sola persona: t\u00fa mismo.

\n

\u00bfQue estas vendiendo? Y \u00bfA qui\u00e9n le vendes?

\n

Son las preguntas m\u00e1s importantes que debes tener en tu mente para manejar tu negocio de manera consciente y sacar el mejor provecho.

\n

Te repito: si t\u00fa tienes un empleo dentro de una organizaci\u00f3n y sabes muy bien quien es tu jefe, el jefe de tu jefe y as\u00ed sucesivamente; igual estas trabajando para ti. Tu estas vendiendo una hora de tu vida ademas del conocimiento, con un precio determinado \u2014 que se te cancela cada mes con tu salario \u2014 a un consumidor o cliente que es la organizaci\u00f3n o empresa empleadora.

\n

Piensa en esto cada d\u00eda, aseg\u00farate que tu producto esta actualizado y que el pago que recibes sea el indicado seg\u00fan su valor. 

\n


\n

Y ahora... Qu\u00e9 hago con estas verdades que acabo de leer? 

\n

                   

\n

                                                      (credito: unsplash.com/@punttim)

\n

Mira lo que puedes hacer mi amig@ Steemian:

\n

Puedes simplemente votar este art\u00edculo, seguirme y olvidarlas en unas horas. 

\n

Pero qu\u00e9 tal si.... 

\n

Te tomas unos minutos para internalizar el contenido de estas l\u00edneas y pensar en el efecto que pueden causar en tu vida?....  

\n

Luego, puedes compartir tu opini\u00f3n a trav\u00e9s de comentarios, votar y hasta seguirme, para as\u00ed disfrutar los siguientes art\u00edculos que voy a ir publicando cada semana. 

\n

Buen plan verdad?.....     

\n


\n

S\u00edgueme yo soy @handmade

\n

Apoyando la comunidad de habla hispana en Steemit.

\n

Muy pronto seremos miles! 

\n


\n", + "category": "spanish", + "children": 2, + "created": "2016-09-15T17:30:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s26.postimg.org/rvgwifijt/albert_einstein.jpg", + "https://s26.postimg.org/qs6fhbtm1/Decisions.jpg", + "https://s26.postimg.org/g7whyqp49/pensando.jpg" + ], + "links": [ + "https://steemit.com/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-1", + "https://steemit.com/@handmade" + ], + "tags": [ + "spanish", + "abcdelexito" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 238869251873, + "payout": 0.056, + "payout_at": "2016-09-22T17:30:27", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 0, + "permlink": "simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final", + "post_id": 1256489, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 29 + }, + "title": "Simples verdades que hasta los mas inteligentes olvidan (Parte Final)", + "updated": "2016-09-15T17:30:27", + "url": "/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final" + }, + { + "active_votes": [ + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 42572418815, + "voter": "twinner" + }, + { + "rshares": 619764164, + "voter": "herbertmueller" + }, + { + "rshares": 338908254, + "voter": "ledzep1981" + } + ], + "author": "ledzep1981", + "author_payout_value": "0.000 HBD", + "author_reputation": 47.38, + "beneficiaries": [], + "blacklists": [], + "body": "Ich halte ja die meisten Menschen keineswegs f\u00fcr dumm das sind nur wenige. Das gr\u00f6\u00dfte Problem ist dass ihnen bewusst die wichtigsten Informationen vorenthalten werden und der Zugang zu diesen erschwert wird. Das ist nat\u00fcrlich Absicht, denn Wissen ist Macht. Es kostet so sehr viel M\u00fche und Zeit an die entsprechenden Informationen zu kommen und wenn man nach nem 8-10 Stunden Tag nach Hause kommt dann hat man was anderes im Sinn und m\u00f6chte sich lieber entspannen. Das ist unseren teilweise psychopathischen Herrschern nat\u00fcrlich klar deswegen gilt das Motto: \"Brot und Spiele\" immer noch. Man hat nur die Methoden so perfektioniert das Hitler vor Neid erblassen w\u00fcrde und Caesar sich das nie h\u00e4tte vorstellen k\u00f6nnen.", + "category": "deutsch", + "children": 2, + "created": "2016-09-15T17:29:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "deutsch", + "freiheit", + "propaganda", + "indoktrination", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50576600572, + "payout": 0.011, + "payout_at": "2016-09-22T17:29:30", + "pending_payout_value": "0.011 HBD", + "percent_hbd": 10000, + "permlink": "sind-menschen-dumm-oder-nicht", + "post_id": 1256483, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Sind Menschen dumm oder nicht?", + "updated": "2016-09-15T17:29:30", + "url": "/deutsch/@ledzep1981/sind-menschen-dumm-oder-nicht" + }, + { + "active_votes": [ + { + "rshares": 916887686, + "voter": "chanbam" + }, + { + "rshares": 611486514, + "voter": "therajmahal" + } + ], + "author": "chanbam", + "author_payout_value": "0.000 HBD", + "author_reputation": 39.43, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

source

\n

\n", + "category": "science", + "children": 1, + "created": "2016-09-15T17:29:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/Gaia_s_first_sky_map5f8e7.png", + "https://www.steemimg.com/images/2016/09/15/airbusdefenceandspace_gaia_info_anglais_1bd55f.jpg" + ], + "links": [ + "http://www.esa.int/Our_Activities/Space_Science/Gaia/Gaia_s_billion-star_map_hints_at_treasures_to_come" + ], + "tags": [ + "science", + "life", + "steemit", + "photography" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1528374200, + "payout": 0.0, + "payout_at": "2016-09-22T17:29:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey", + "post_id": 1256480, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Satellite Gaia plots a billion stars after first 3 years of its journey", + "updated": "2016-09-15T17:29:21", + "url": "/science/@chanbam/satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 844421054, + "voter": "endgame" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 3967367717, + "voter": "birdie" + }, + { + "rshares": 1344727667, + "voter": "aleco" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 3447914797, + "voter": "sulev" + }, + { + "rshares": 56747133, + "voter": "reported" + }, + { + "rshares": 53767046, + "voter": "krushing" + }, + { + "rshares": 494521401, + "voter": "minnowsunited" + }, + { + "rshares": 52700570, + "voter": "whatyouganjado" + }, + { + "rshares": 59002619, + "voter": "makaveli" + }, + { + "rshares": 1171098500, + "voter": "boddhisattva" + }, + { + "rshares": 52450091, + "voter": "alexbones" + }, + { + "rshares": 115178213, + "voter": "pollina" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 52498231, + "voter": "salebored" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 11478144604, + "voter": "daveks" + }, + { + "rshares": 4662941386, + "voter": "nadin3" + }, + { + "rshares": 51444457, + "voter": "bitdrone" + }, + { + "rshares": 51436144, + "voter": "sleepcult" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 1288421610, + "voter": "aksinya" + } + ], + "author": "boddhisattva", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.23, + "beneficiaries": [], + "blacklists": [], + "body": "When I think about summer, I always remember this place. In my future posts I will tell you about the Issyk-Kul lake , which is popularly known as blue gem.\n\n> \u041a\u043e\u0433\u0434\u0430 \u044f \u0432\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u044e \u043b\u0435\u0442\u043e, \u043c\u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u0432\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u044d\u0442\u043e \u043c\u0435\u0441\u0442\u043e. \u0412 \u0441\u0432\u043e\u0438\u0445 \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u043f\u043e\u0441\u0442\u0430\u0445 \u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0443 \u0432\u0430\u043c \u043e\u0431 \u043e\u0437\u0435\u0440\u0435 \u0418\u0441\u0441\u044b\u043a-\u041a\u0443\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432 \u043d\u0430\u0440\u043e\u0434\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u0433\u043e\u043b\u0443\u0431\u043e\u0439 \u0436\u0435\u043c\u0447\u0443\u0436\u0438\u043d\u043e\u0439.\n\n
\"bishkek61427df01.jpg\"
\n
\"bishkek628273766.jpg\"
\n
\"bishkek6208ebc2a.jpg\"
\n
\"bishkek6228a8c67.jpg\"
\n
\"bishkek6249e5615.jpg\"
\n\nNikon D5000 18-55VR\n\n*Please leave your opinion about this photo in the comment section.*\n*If you like my photo, you are welcome to upvote and follow me @boddhisattva.*\n\n> *\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0432\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u0438\u0445 \u0444\u043e\u0442\u043e \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u0445.*\n> *\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043d\u0440\u0430\u0432\u044f\u0442\u0441\u044f \u043c\u043e\u0438 \u0444\u043e\u0442\u043e, \u0431\u0443\u0434\u0443 \u0440\u0430\u0434, \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043c\u043e\u0439 \u043f\u043e\u0441\u0442 \u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u0437\u0430 \u043c\u043d\u043e\u0439 @boddhisattva.*\n\n#minnowsunite #steemsquad #giveback", + "category": "photography", + "children": 8, + "created": "2016-09-15T17:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/bishkek61427df01.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek628273766.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6208ebc2a.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6228a8c67.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6249e5615.jpg" + ], + "tags": [ + "photography", + "minnowsunite", + "ru", + "steemsquad", + "giveback" + ], + "users": [ + "boddhisattva" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46568881366, + "payout": 0.01, + "payout_at": "2016-09-22T17:28:48", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto", + "post_id": 1256474, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 27 + }, + "title": "Memories of the summer. Issyk-Kul lake (own photo) / \u0412\u043e\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043b\u0435\u0442\u0435. \u041e\u0437\u0435\u0440\u043e \u0418\u0441\u0441\u044b\u043a-\u043a\u0443\u043b\u044c (\u043c\u043e\u0438 \u0444\u043e\u0442\u043e)", + "updated": "2016-09-15T17:28:48", + "url": "/photography/@boddhisattva/memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto" + }, + { + "active_votes": [ + { + "rshares": 140985149448, + "voter": "coinbitgold" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 374068973, + "voter": "lloyddavis" + }, + { + "rshares": 2650993895, + "voter": "senseye" + }, + { + "rshares": 148045544, + "voter": "meharhassan94" + } + ], + "author": "transhuman", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.44, + "beneficiaries": [], + "blacklists": [], + "body": "## An AI machine learning program named Ellie spots depression and PTSD, alerting psychologists to provide appropriate therapy.\n\n*Machine Learning (ML) is a hot topic in the science and engineering world and while ML has been around for decades, rapid advances in computer technology have catapulted ML to being an AI discipline with great potential for benefiting mankind. Here is a quick overview of how ML can detect mental illness in you...*\n \n\nYou walk into a comfortable, private room and encounter a personable computer avatar named Ellie. \n\n![computer avatar](http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg)\n[Credit](http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg)\n\nAfter you sit down and get comfortable, Ellie introduces herself and begins a conversation with her comments and questions. Microphones record your voice responses and a camera tracks your every move. While Ellie scans your facial expressions, tone of voice and body movements, she analyzes this data with computer algorithms. These in turn provide Ellie with a statistically optimal script of questions and comments designed to uncover probable signs of depression and post-traumatic stress disorder.\n\n\n![Graphical ML data](http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif)\n[Gif courtesy of NPR](http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif)\n\nIn simple terms, your interaction through Ellie's camera and microphone is an operational environment that collects raw data (test data). Next comes processing by computer algorithms that refine this raw data by comparing it to data (training data) created under identical conditions by people with confirmed depression and PTSD. \n\n\n\nWhen a statistical correlation is detected between your test data and the training data gathered from subjects diagnosed with depression and PTSD, Ellie is directed to probe further to clarify this information and reveal any indications of mental illness. After Ellie collects your behavioral data over time, subsequent analysis produces intelligence for psychologists that can lead to diagnosis of a mental disorder and remedial treatments.\n\n![Diagram of the relationship of data, information and intelligence](https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png)\n[Graphic courtesy of Wikipedia](https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png)\n\n\nEllie was developed by a team of scientists at the Institute for Creative Technologies (ICT) at the University of Southern California. While her creators state that Ellie cannot substitute for a real therapist's diagnosis and treatment decisions, the hope is that one day Ellie will be able to go into the field to detect soldiers with PTSD. She could also assist cash-strapped, over-crowded mental health services and help ease the minds of people who feel there is a stigma attached to mental illness.", + "category": "science", + "children": 0, + "created": "2016-09-15T17:26:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg", + "http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif", + "https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png" + ], + "links": [ + "http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg", + "http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif", + "https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png" + ], + "tags": [ + "science", + "technology", + "psychology" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147587761972, + "payout": 0.033, + "payout_at": "2016-09-22T17:26:36", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 10000, + "permlink": "how-ai-detects-mental-illness", + "post_id": 1256452, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "How AI Detects Mental Illness", + "updated": "2016-09-15T17:32:09", + "url": "/science/@transhuman/how-ai-detects-mental-illness" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 1061257518, + "voter": "murh" + }, + { + "rshares": 5342360999, + "voter": "kimziv" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 2460133436, + "voter": "furion" + }, + { + "rshares": 8635740631, + "voter": "herverisson" + }, + { + "rshares": 116534676, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 902837145, + "voter": "sisterholics" + }, + { + "rshares": 31926906838, + "voter": "laonie" + }, + { + "rshares": 1332444227, + "voter": "myfirst" + }, + { + "rshares": 6480719939, + "voter": "somebody" + }, + { + "rshares": 242308936, + "voter": "flysaga" + }, + { + "rshares": 1431641745, + "voter": "midnightoil" + }, + { + "rshares": 3580744079, + "voter": "xiaohui" + }, + { + "rshares": 161706151, + "voter": "elfkitchen" + }, + { + "rshares": 111947446, + "voter": "xiaokongcom" + }, + { + "rshares": 225665678, + "voter": "xianjun" + }, + { + "rshares": 6536319137, + "voter": "orcish" + } + ], + "author": "herverisson", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.46, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Estonia is bringing down borders for entrepreneurs and digital nomads through a new programme which aims at helping Estonians by giving non-resident non-citizens a digital identification card issued by the Estonian government. 

\n

\n

From a country without cash to a world without borders

\n

As mentioned recently by @ottodv, Estonia is pushing for a cashless society. The argument is that a cashless society is better at protecting democracy, by helping to better track and whack corruption. The point is valid, but also chimeric. Human being never fail to find new ways to send each other kickbacks for illicit favours.

\n

However, Estonia does not stop there. They have also launched a scheme by which any foreigner can apply for an e-residency. That means that you don't even need to live in the country to become an e-resident. The aim is to cut service costs and to cut red tape. Too many people around the world feel like their government's regulations is making their life difficult. Estonia is famous for the efficiency and easiness of its laws and administration, so for foreigners it could save a lot of time and money to apply to that scheme.

\n

The e-residents can:

\n
    \n
  • establish an Estonian company online (you would need a physical address there, but there are companies providing that service for 200\u20ac a year for example - and a secretary too if you throw a couple more bills),
  • \n
  • administer it from anywhere in the world
  • \n
  • access online payment service providers
  • \n
\n

And the proof of their e-residency is a card which enables to:

\n
    \n
  • sign in and authenticate secure services
  • \n
  • digitally sign documents
  • \n
  • digitally authenticate documents
  • \n
  • encrypt documents
  • \n
\n

                                                        

\n

Breaking borders and breaking taboos

\n


\n

What Estonia want to do is effectively break two taboos:

\n
    \n
  • the taboo of offshore bank accounts
  • \n
\n

Estonia does not want to be branded as the new Tax Haven, and this e-residency is a middle way. For example, it is clearly stated that the e-residency does not mean that you can escape the tax of your own countries. You are not going to get any passport or carte blanche from Tallinn. You still have to pay your taxes in the country where you reside.

\n


\n
    \n
  • the taboo of immigration and emigration
  • \n
\n

Estonian is a small country, which is never going to attract a lot of immigrants. Not that they want it anyway in the first place! There is not the place, nor the will, to accomodate a large population. However, they are very much interested in getting your business ! 

\n

And also, Estonia has had issues KEEPING its citizens from fleeing abroad. By setting this thing up, they hope not to loose track of them too much. If some Estonians go abroad to make business, that does not mean they can't keep in touch with the home country through this service.

\n


\n

How does it work ?

\n

 The applicant must provide:

\n
    \n
  • His/her name and identifying information
  • \n
  • A scanned passport photo. 
  • \n
  • A scanned copy of government-issued identity documentation.
  • \n
  • A minimum of one paragraph describing your interest and motivations behind applying for e-Residency. This helps the Police and Border Guard Board with risk management and the background check.
  • \n
  • A fee of 100\u20ac. 
  • \n
  • The desired pickup location: one of 38 Estonian embassies and consulates around the world.
  • \n
\n

For more info, check the website : https://e-estonia.com/e-residents/apply/

\n


\n

Even if the ultimate advantages of that e-residency remains fuzzy, Estonia is betting on the future of this initiative to attract attention and businesses from around the world and foster its image as a thinking-forward country. So, would you trust the Estonian government with your datas? No pledge of allegiance is required.

\n


\n", + "category": "business", + "children": 0, + "created": "2016-09-15T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s21.postimg.org/z6w1io8fb/Nasdaq_Estonia_II_940x589.jpg", + "https://s21.postimg.org/vok1ma7jb/ScreenHunter_31_Sep__15_19_20.jpg" + ], + "links": [ + "https://e-estonia.com/", + "https://steemit.com/freedom/@ottodv/estonian-president-democracy-better-protected-in-a-cashless-society", + "https://e-estonia.com/e-residents/apply/" + ], + "tags": [ + "business", + "money", + "freedom", + "economics", + "news" + ], + "users": [ + "ottodv" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73541166790, + "payout": 0.016, + "payout_at": "2016-09-22T17:26:09", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "post_id": 1256445, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "updated": "2016-09-15T17:26:09", + "url": "/business/@herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia" + }, + { + "active_votes": [ + { + "rshares": 49163816393, + "voter": "alexgr" + }, + { + "rshares": 1061255715, + "voter": "murh" + }, + { + "rshares": 3151721935, + "voter": "crok" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 3709451036, + "voter": "bitcoiner" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 1817367614, + "voter": "remlaps" + }, + { + "rshares": 10728802965, + "voter": "gomeravibz" + }, + { + "rshares": 23374513580, + "voter": "cryptos" + }, + { + "rshares": 413912316, + "voter": "steevc" + }, + { + "rshares": 6654356624, + "voter": "hilarski" + }, + { + "rshares": 1841792209, + "voter": "mobios" + }, + { + "rshares": 88628906, + "voter": "ruscion" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 4427704834, + "voter": "puffin" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + }, + { + "rshares": 1456512030, + "voter": "robotev" + }, + { + "rshares": 1127831915, + "voter": "sirlunchalot" + } + ], + "author": "steempowerwhale", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.39, + "beneficiaries": [], + "blacklists": [], + "body": "https://s19.postimg.org/w6c2fsk37/Liberty_50_Obverse.png\nSource: [Wikipedia]( https://en.wikipedia.org/wiki/American_gold_eagle)\n\nSince the first Steemit author @steemit published his post on March, 30, 2016 **72 761 posts got lucky** so far and received a payout. 106 600 posts did not earn any money.\n### Overall for authors to get lucky the chance is 40.5%.\n \nhttps://s19.postimg.org/p5o2n0ib7/Author_Success.png\n### These **72 761** successful posts made in **total 6 086 405.345 SBD**. \nBased on this number an author could expect in average a total payout of 83.64 SBD per post but this is not how a competitive market works. Half of the authors walked away with a total post reward smaller than 0.359 SBD. Just a reminder the author gets 75% of the total payout and the curators 25%.\n### 29 395 posts were above 1 SBD total payout. This is 16% of all posts. You should be really happy if your post goes above 1 SBD.\n**18 414** made it passed **10 SBD (10%)** and **7 953** reached the **100 SBD (4.4%)** threshold.\n## 1 322 made it above the magic number of 1000 SBD! This is 0.7%. Congratulations if you are one of them.\nDo you have a bad day now? Hope not.\n\nI made a word cloud out of the titles of the top 100 posts. \n \nhttps://s19.postimg.org/eubpucqlv/Word_Cloud_Top100_Posts.png\nThe word Steemit was used 50 times, Steem 20, First 11, New 8 and Hi 6 times. Maybe try to create a title out of these words and see what happens\u2026.\n### or you do a cat post because currently your chances are much higher to receive a reward. [How Successful Are Cat Posts on Steemit? \u2013 Look at the Stats](https://steemit.com/stats/@steempowerwhale/how-successful-are-cat-posts-on-steemit-look-at-the-stats)\n\n\nHappy Steeming, Happy Dreaming.\n\nI am on Steemit because I have a mission\n@steempowerwhale \ud83d\udc33\n[\ud83c\udf1e upvoting your lifetime dreams!]( https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams)", + "category": "steemit", + "children": 4, + "created": "2016-09-15T17:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s19.postimg.org/w6c2fsk37/Liberty_50_Obverse.png", + "https://s19.postimg.org/p5o2n0ib7/Author_Success.png", + "https://s19.postimg.org/eubpucqlv/Word_Cloud_Top100_Posts.png" + ], + "links": [ + "https://en.wikipedia.org/wiki/American_gold_eagle", + "https://steemit.com/stats/@steempowerwhale/how-successful-are-cat-posts-on-steemit-look-at-the-stats", + "https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams" + ], + "tags": [ + "stats", + "steemit" + ], + "users": [ + "steemit", + "steempowerwhale" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 126195777483, + "payout": 0.028, + "payout_at": "2016-09-22T17:25:48", + "pending_payout_value": "0.028 HBD", + "percent_hbd": 10000, + "permlink": "for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats", + "post_id": 1256443, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 25 + }, + "title": "For Steemit Authors \u2013 How Likely Do Posts Receive a Reward on Steemit? \u2013 Look at the Stats", + "updated": "2016-09-15T17:51:15", + "url": "/steemit/@steempowerwhale/for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 5287780547, + "voter": "tee-em" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 150998793285, + "voter": "derekareith" + }, + { + "rshares": 2977684019, + "voter": "sveokla" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 10419949344, + "voter": "deviedev" + }, + { + "rshares": 653682455, + "voter": "luisucv34" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 2797901756, + "voter": "the-future" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 36242906818, + "voter": "anca3drandom" + }, + { + "rshares": 46121486943, + "voter": "marius19" + }, + { + "rshares": 3448323506, + "voter": "sulev" + }, + { + "rshares": 3323846130, + "voter": "kurtbeil" + }, + { + "rshares": 117035439531, + "voter": "thisisbenbrick" + }, + { + "rshares": 5300166646, + "voter": "melek" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 4907843213, + "voter": "mada" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 339297523, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 142553888, + "voter": "food-creator" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 150753854, + "voter": "shortstories" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "the-future", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.9, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Join me through the process, as I create this glass painting with a lovely message that I hope will inspire you. When you're sad because you don't make money at Steemit, think about something else that makes you happy!

\n


\n

https://s9.postimg.org/6v6wy3n0f/1wild1.jpg

\n


\n

First I made the drawing on regular paper, then I placed the paper under the piece of glass, using it as a reference. I made the black outline and then added the rest of the colours. 

\n


\n

https://s12.postimg.org/qtnoqy73x/1wild2.jpg

\n


\n

https://s17.postimg.org/x6l9d9uv3/1_WILD3.jpg

\n


\n

https://s21.postimg.org/ikf9dvh2f/1wild4.jpg

\n


\n

https://s14.postimg.org/swbsd2xgh/1wild5.jpg

\n


\n

https://s16.postimg.org/rtiwkpgpx/1wild6.jpg

\n


\n

The photo below is for the most important person in my life! 

\n


\n

https://s15.postimg.org/ey13104nf/1wild7.jpg

\n


\n

I hope you guys like it and if you have any suggestions please comment below!

\n


\n", + "category": "art", + "children": 2, + "created": "2016-09-15T17:24:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s9.postimg.org/6v6wy3n0f/1wild1.jpg", + "https://s12.postimg.org/qtnoqy73x/1wild2.jpg", + "https://s17.postimg.org/x6l9d9uv3/1_WILD3.jpg", + "https://s21.postimg.org/ikf9dvh2f/1wild4.jpg", + "https://s14.postimg.org/swbsd2xgh/1wild5.jpg", + "https://s16.postimg.org/rtiwkpgpx/1wild6.jpg", + "https://s15.postimg.org/ey13104nf/1wild7.jpg" + ], + "tags": [ + "art", + "steemitace", + "heart", + "glasspainting", + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17640777004562, + "payout": 20.935, + "payout_at": "2016-09-22T17:24:51", + "pending_payout_value": "20.935 HBD", + "percent_hbd": 10000, + "permlink": "glass-painting-wild-steemit-ace-card-heart", + "post_id": 1256434, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 51 + }, + "title": "Glass painting - Sad little Panda!", + "updated": "2016-09-15T18:18:12", + "url": "/art/@the-future/glass-painting-wild-steemit-ace-card-heart" + }, + { + "active_votes": [ + { + "rshares": 31621188390159, + "voter": "smooth" + }, + { + "rshares": 2078528809174, + "voter": "bmw" + }, + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 3312854507128, + "voter": "pharesim" + }, + { + "rshares": 2053144245901, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22390733187, + "voter": "jaewoocho" + }, + { + "rshares": 1736291789819, + "voter": "steemychicken1" + }, + { + "rshares": 1533973920081, + "voter": "joseph" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 652005899349, + "voter": "masteryoda" + }, + { + "rshares": 3120458041174, + "voter": "recursive" + }, + { + "rshares": 5941203882368, + "voter": "smooth.witness" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "rshares": 4941741048, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 14818192446, + "voter": "gregory-f" + }, + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 9028522101, + "voter": "gregory60" + }, + { + "rshares": 74914792736, + "voter": "eeks" + }, + { + "rshares": 15119117634, + "voter": "fkn" + }, + { + "rshares": 19873135819, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 584250736753, + "voter": "nanzo-scoop" + }, + { + "rshares": 177409209153, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106632631169, + "voter": "asch" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 6230746892, + "voter": "cryptofunk" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 962077066542, + "voter": "cyber" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 49578772788, + "voter": "ak2020" + }, + { + "rshares": 76584409982, + "voter": "noganoo" + }, + { + "rshares": 3848540783991, + "voter": "satoshifund" + }, + { + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 335983556, + "voter": "gardening" + }, + { + "rshares": 336136344, + "voter": "survival" + }, + { + "rshares": 10021612024, + "voter": "arisa" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5950554459, + "voter": "mark-waser" + }, + { + "rshares": 118348776939, + "voter": "geoffrey" + }, + { + "rshares": 42738217262, + "voter": "kimziv" + }, + { + "rshares": 24170583392, + "voter": "seth-krings" + }, + { + "rshares": 46264097306, + "voter": "honeythief" + }, + { + "rshares": 78976166587, + "voter": "technology" + }, + { + "rshares": 76017114668, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 49806227536, + "voter": "isteemit" + }, + { + "rshares": 10993053311, + "voter": "auction" + }, + { + "rshares": 17557768630, + "voter": "grey580" + }, + { + "rshares": 19975264794, + "voter": "thebatchman" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 5270985903, + "voter": "riscadox" + }, + { + "rshares": 24867544970, + "voter": "katyakov" + }, + { + "rshares": 12790313163, + "voter": "jako" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 1664172448, + "voter": "sergei" + }, + { + "rshares": 238378512, + "voter": "honey" + }, + { + "rshares": 71343869654, + "voter": "furion" + }, + { + "rshares": 354114465, + "voter": "barbara2" + }, + { + "rshares": 393593664, + "voter": "ch0c0latechip" + }, + { + "rshares": 364274718, + "voter": "doge4lyf" + }, + { + "rshares": 5532441214, + "voter": "on0tole" + }, + { + "rshares": 1231812238, + "voter": "dicov" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 5357205853, + "voter": "thegoodguy" + }, + { + "rshares": 14167556353, + "voter": "aaseb" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 462033723200, + "voter": "knozaki2015" + }, + { + "rshares": 95668007343, + "voter": "inertia" + }, + { + "rshares": 46858037615, + "voter": "milestone" + }, + { + "rshares": 7164489185, + "voter": "lichtblick" + }, + { + "rshares": 34761364489, + "voter": "creemej" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 15378115921, + "voter": "nippel66" + }, + { + "rshares": 23929304431, + "voter": "phenom" + }, + { + "rshares": 167305835788, + "voter": "blueorgy" + }, + { + "rshares": 12849414672, + "voter": "benjiberigan" + }, + { + "rshares": 932262984, + "voter": "poseidon" + }, + { + "rshares": 19717588129, + "voter": "mustafaomar" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 32543400703, + "voter": "deanliu" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 1019831473, + "voter": "hemp" + }, + { + "rshares": 118287211, + "voter": "flowers" + }, + { + "rshares": 204617853645, + "voter": "jl777" + }, + { + "rshares": 30989251579, + "voter": "zaebars" + }, + { + "rshares": 12261205066, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 6114654934, + "voter": "summonerrk" + }, + { + "rshares": 12098269394, + "voter": "webdeals" + }, + { + "rshares": 231254136, + "voter": "alexbezimeni" + }, + { + "rshares": 17267307497, + "voter": "proto" + }, + { + "rshares": 7222569746, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 412825844, + "voter": "fnait" + }, + { + "rshares": 366755128, + "voter": "keepcalmand" + }, + { + "rshares": 180668119, + "voter": "kibela" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 13626326152, + "voter": "mahekg" + }, + { + "rshares": 50578642550, + "voter": "gomeravibz" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "rshares": 6895440187, + "voter": "theprophet" + }, + { + "rshares": 255409573883, + "voter": "laonie" + }, + { + "rshares": 24562026280, + "voter": "laoyao" + }, + { + "rshares": 7994566199, + "voter": "myfirst" + }, + { + "rshares": 51844874813, + "voter": "somebody" + }, + { + "rshares": 1938440237, + "voter": "flysaga" + }, + { + "rshares": 2084695835, + "voter": "gmurph" + }, + { + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "rshares": 11452948850, + "voter": "midnightoil" + }, + { + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "rshares": 4190335896, + "voter": "ullikume" + }, + { + "rshares": 28645142464, + "voter": "xiaohui" + }, + { + "rshares": 1293627572, + "voter": "elfkitchen" + }, + { + "rshares": 102434307703, + "voter": "joele" + }, + { + "rshares": 5855564372, + "voter": "oflyhigh" + }, + { + "rshares": 895565145, + "voter": "xiaokongcom" + }, + { + "rshares": 12687522802, + "voter": "gargon" + }, + { + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "rshares": 84763896, + "voter": "numberone" + }, + { + "rshares": 62760150, + "voter": "diamonds" + }, + { + "rshares": 1805296575, + "voter": "xianjun" + }, + { + "rshares": 3251259359, + "voter": "unrealisback" + }, + { + "rshares": 11292536945, + "voter": "borran" + }, + { + "rshares": 93805187965, + "voter": "miacats" + }, + { + "rshares": 118219525, + "voter": "microluck" + }, + { + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "rshares": 84708065280, + "voter": "serejandmyself" + }, + { + "rshares": 106144628, + "voter": "pollina" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 10691300360, + "voter": "jaredcwillis" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 59171026, + "voter": "piezolit" + }, + { + "rshares": 6069996297, + "voter": "trev" + }, + { + "rshares": 1152952998, + "voter": "leno4ek" + }, + { + "rshares": 33111928321, + "voter": "daut44" + }, + { + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "rshares": 7779288318, + "voter": "einsteinpotsdam" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 5012661990, + "voter": "nadin3" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 1661520978, + "voter": "davidjkelley" + }, + { + "rshares": 27677639861, + "voter": "sponge-bob" + }, + { + "rshares": 15570931627, + "voter": "digital-wisdom" + }, + { + "rshares": 3710931796, + "voter": "ethical-ai" + }, + { + "rshares": 6831306526, + "voter": "jwaser" + }, + { + "rshares": 1086106040, + "voter": "tatianka" + }, + { + "rshares": 55281264, + "voter": "apparat" + }, + { + "rshares": 14097243573, + "voter": "cryptobiker" + }, + { + "rshares": 54182817, + "voter": "analyzethis" + }, + { + "rshares": 2675492964, + "voter": "bwaser" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 27671309914, + "voter": "brains" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 1359518638, + "voter": "steemafon" + }, + { + "rshares": 5753400992, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 51568971, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 2401284424, + "voter": "ellepdub" + }, + { + "rshares": 12115548081, + "voter": "herpetologyguy" + }, + { + "rshares": 4816962742, + "voter": "morgan.waser" + }, + { + "rshares": 51232949, + "voter": "dragonice" + }, + { + "rshares": 51230296, + "voter": "steemq" + }, + { + "rshares": 51218466, + "voter": "weare" + }, + { + "rshares": 1258359388, + "voter": "anns" + }, + { + "rshares": 50875769, + "voter": "cyan" + }, + { + "rshares": 50871059, + "voter": "motion" + }, + { + "rshares": 50791473, + "voter": "synereo" + }, + { + "rshares": 50572441, + "voter": "unilever" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 50532230, + "voter": "friends" + }, + { + "rshares": 3689824509, + "voter": "strong-ai" + }, + { + "rshares": 53738244, + "voter": "ivanakamoto" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 2974116451, + "voter": "htyfn" + }, + { + "rshares": 162904624, + "voter": "allianz" + }, + { + "rshares": 1630350803, + "voter": "rusteemitblog" + }, + { + "rshares": 161815656, + "voter": "ranger" + }, + { + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 161179339, + "voter": "bethesda" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 159318360, + "voter": "stimmt" + }, + { + "rshares": 159062820, + "voter": "rule" + }, + { + "rshares": 158560941, + "voter": "steemthis" + }, + { + "rshares": 158486055, + "voter": "zendesk" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 157667385, + "voter": "cbd" + }, + { + "rshares": 157667385, + "voter": "junk" + }, + { + "rshares": 157682838, + "voter": "hug" + }, + { + "rshares": 157682838, + "voter": "bearcub" + }, + { + "rshares": 157682809, + "voter": "cyberpunk" + }, + { + "rshares": 156919204, + "voter": "keisha" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 156919175, + "voter": "int" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + } + ], + "author": "serejandmyself", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.84, + "beneficiaries": [], + "blacklists": [], + "body": "#### Hey guys, welcome to the first chapter of my new novel.\n#### It is a mixture of 3 time lines, with 19th century, modern day and ancient times. The genre is probably something you would call a mixture of sci-fi, mystery, adventure and a bit more. \n#### Well, I welcome you to be the judge...\n\n

[![b801c049484636e0faf71f56cca03864c0bd6.jpg](https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg)](https://www.steemimg.com/image/1wrYT)

\n\n__________________________________\n\n**Chapter ONE**\n\nIt seemed as nothing was different in yet another cold and slightly windy London evening. The smog from the river was rising up as usual and the chilly wind would bring the smell up to the embankment, where Charles was taking a rest, sitting down on his favorite bench. \n\nFrom here he could see the might of the power station from across the river and something was special in the way those chimneys threw out the smoke onto the city. \n\nHe just finished his walk along his usual route, walking amongst the cemetery outside the chapel. It always amused him; that mix of emotion and sorrow amongst the busy city people, especially during the busy afternoon hours.\n\nThat rusty smell kept mixing with up with the light freshness of the leaves from the tree nearby Charles\u2019s bench. As he threw a brief glimpse onto the clock on the parliament building he noticed that the small arrow was on 45 minutes\u2026 \n\nSuddenly he heard a murmur of horses; he turned his head before he could finish realizing what time it was. He saw that just a few yards up the road two horse carriages didn\u2019t manage to share the drive way. \n\n
[![Saratogacarriagec5af5.jpg](https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg)](https://www.steemimg.com/image/1w1bI)
\n\nOne of the coachmen was shouting something and angrily waving his hands. Charles was able to see from here that the coachmen\u2019s grey clothing was partially covered in dirt, probably from the splash of the puddles from underneath the wheels. \n\nThe coachmen kept shouting something, Charles was unable to see the second carriage from where he was sitting, but was able to see some passersby, that starting to gather around the incident.\n\nIt was obvious that, just like him, those people had nothing better to do on this late afternoon then to watch in amusement the accident in the middle of the avenue.\n\nJust as Charles was starting to lose interest in the whole situation, the door of the cab that Charles could see, opened and a man dressed in a black suit and holding a pipe stepped out. He calmly put his hand in the upper inner pocket of the suit and pulled out some coins. The man made two steps up to driver and handed him the coins. At this moment the driver stopped shouting for a moment and it was clear from the look on his face that he was confused. \n\nThe cab driver counted the coins and said something to the man in the suit, the passenger didn\u2019t answer. He turned around and started to walk in the direction of the chapel. The cab driver clearly wasn\u2019t happy. He started to shout once again, but this time at the passenger. While the cab driver turned his attention to the passenger, Charles noticed how the second carriage that was involved in the accident managed to move a few yards back.\n\nIt was a much smaller carriage, and the driver was clearly seeable to Charles now. He seemed somewhat happy that he was not in the middle of the light anymore; he hurryingly turned the carriage and the horse around and started to move also in the direction of the chapel. \n\nAt this moment the driver of the first carriage started to lose interest in shouting and decided to clean himself up. As he started to calm down, the bemused passersby begun to walk back to where they were heading and Charles also turned his head back towards the power station.\n\nCharles was so busy watching the situation unfold that he didn\u2019t noticed that the passenger of the first carriage crossed the road and was now heading not towards the chapel anymore, but exactly in the other direction, towards the grey bench that Charles was sitting on.\n\nAt first Charles didn\u2019t pay any attention to just another man who was walking by. But then he noticed that calm walk of his and it hit him that this was the same passenger from the carriage.\n\n\u201cExcuse me sir?\u201d said Charles as the man closed up to the bench. \u201cYou are the gentleman from the carriage, aren\u2019t you?\u201d \u201cI saw you a minute ago, what happened?\u201d\n\nThe man stopped to walk and shared a look with Charles; he calmly sat down beside him and carried on smoking his pipe, as he was not hearing the questions Charles asked him. \n\n\u201cI do apologies for the intervention, but you must not be local, I can tell by your calmness, all the folks round here are always in a hurry\u201d Charles carried on talking as if not noticing that the man was ignoring him. \n\nAll of a sudden the weather begun to change, wind started to blow stronger and the few leaves that the tree was holding blew in the direction of the bench. The smell from the river rose up and as if that wasn\u2019t enough Charles felt like a small rain drop hit his head. He could clearly see the green water from where he was sitting through the decorations holes of the embankments fence. It was clear that it will start to rain soon by the appearing circles on the top of the river.\n\nAfter a few minutes of quietly seating by his new neighbor Charles caught himself looking at the clock on the tower, once again he saw the small arrow on 45 minutes\u2026\n\n\u201cAnd what do we pay the government for?\u201d \u201cIt would feel though they are taking our money and spend it on their fancy hats and suits, don\u2019t you find?\u201d Said Charles.\n\nAt this point the man took out the pipe into his left hand and begun to cough. After he finished coughing Charles heard him speak, at this point Charles understood that for some reason he would remember this moment for a long time to come. \n\n\u201cIt is likely to assume that they deserve to spend the money they earn\u201d Said the man, his voice was quite low and he had a certain accent Charles could quite catch.\n\n\u201cI don\u2019t think that money is of importance nowadays\u201d Said the man.\n\nCharles looked at the man with a smile - \u201cWhat is of importance? One might assume that philosophically speaking, importance can be found in nothing but what is good to us\u201d.\n\n\u201cNo body knows what can be important to others if we carry on like this, then\u2026\u201d Charles didn\u2019t finish his sentence as the man turned away from him and looked the other way. He then turned his head back and Charles noticed his eyes. His eyes were nothing like what Charles had seen before, they looked as though they were glass like and the as if they were blank, there was nothing behind them.\n\n\u201cWhat is important is that I am here now and that it is happening today. It is important to live your life because, just like your life Charles, it has an end\u201d, the man looked somewhat happy when he said that and Charles jumped back on the bench a little, he felt a small shiver run down his spine.\n\n\u201cWhat? How do you know my name sir? Have you been following me?\u201d questions were racing through Charles\u2019s mind. \n\n\u201cAs I said, this is now of importance. You life can find its end today when you get back to your gallery in your cold basement on Kinnerton street or you might listen to me and\u2026\u201d Charles didn\u2019t let the man finish his sentence. He jumped up from the bench; his cane flew within millimeters of the stranger leg as he jumped.\n\n\u201cHow dare you sir? Who gives you the right\u2026\u201d Charles raised his voice, he never allowed himself to raise his voice at a stranger beforehand.\n\n\u201cI think this conversation is over!\u201d exclaimed Charles. \u201cThat would be your choice\u201d replied the man, \u201cDo you think the time is right?\u201d \n\nCharles had already turned away in anger and was about to make his first step away. Something in the words of the man about the time made him think for a second, thoughts raced through his mind. The number 45 and the small arrow of the parliament clock were stuck in his head. \n\n\u201cI don\u2019t understand said Charles\u2026\u201d he turned his head back towards the clock; the arrow was still on 45 minutes. \u201cHow is that possible?\u201d Charles turned his head to the man, but there was no one on the bench. \n\nCharles begun to search the street rapidly with his eyes, it didn\u2019t even occur to him that it was heavily raining until that moment. \n\n
[![tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif](https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif)](https://www.steemimg.com/image/1w5tK)
\n\nThe streets were empty; there were no carriages or people to be seen around. Feeling scared he turned his head to the clock once again \u2013 \u201cHow can it still be 45 minutes...\u201d Charles was speaking out loud.\n\nThe next moment he felt like his knees weakened, his head was swirling and he dropped his cane, last thing he could hear was the clinging the of the cane\u2019s handle against the pavement. His thoughts mixed up with his eyesight; the man and his pipe, the handle of the clock, the carriage, the passersby, the power stations smoke\u2026\n \n_________________________________\n\n#### Follow me @serejandmyself for more \n\nImage credit - [1](https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/) ; [2](https://giphy.com/search/carriage) ; [3](http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html) ;", + "category": "story", + "children": 2, + "created": "2016-09-15T17:23:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg", + "https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg", + "https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif" + ], + "links": [ + "https://www.steemimg.com/image/1wrYT", + "https://www.steemimg.com/image/1w1bI", + "https://www.steemimg.com/image/1w5tK", + "https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/", + "https://giphy.com/search/carriage", + "http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html" + ], + "tags": [ + "story", + "fiction", + "scifi", + "mystery", + "writing" + ], + "users": [ + "serejandmyself" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66871297900441, + "payout": 259.423, + "payout_at": "2016-09-22T17:23:48", + "pending_payout_value": "259.423 HBD", + "percent_hbd": 10000, + "permlink": "captured-by-time-an-original-novel-chapter-1", + "post_id": 1256421, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 229 + }, + "title": "CAPTURED BY TIME (An Original Novel - Chapter 1)", + "updated": "2016-09-15T17:23:48", + "url": "/story/@serejandmyself/captured-by-time-an-original-novel-chapter-1" + }, + { + "active_votes": [ + { + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 218599376, + "voter": "andrewrait" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + }, + { + "rshares": 1412442409, + "voter": "kolin.evans" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://www.youtube.com/watch?v=DX1iplQQJTo

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:23:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/DX1iplQQJTo/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=DX1iplQQJTo" + ], + "tags": [ + "art", + "life", + "cartoon", + "music", + "politics" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30525557464, + "payout": 0.006, + "payout_at": "2016-09-22T17:23:45", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "the-simpsons-by-banksy", + "post_id": 1256420, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "The Simpsons by Banksy", + "updated": "2016-09-15T17:23:45", + "url": "/art/@groovedigital/the-simpsons-by-banksy" + }, + { + "active_votes": [ + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 4662941386, + "voter": "nadin3" + }, + { + "rshares": 330365849, + "voter": "panther" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 527464783, + "voter": "grisha-danunaher" + }, + { + "rshares": 158177412, + "voter": "kaktus1818" + } + ], + "author": "grisha-danunaher", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.88, + "beneficiaries": [], + "blacklists": [], + "body": "http://pix.toile-libre.org/upload/original/1473958672.jpg\n Source\n Tastefully not argue.\nBut what I want to see - the ugly, as well as the equally beautiful attracts attention. Ugly form have a magnetism as much, how many and beautiful, in a word is not possible to take your eyes. Interesting and bizarre psychology of human perception. And the main thing here is not to confuse sour with purple)\n \u0421\u043e \u0432\u043a\u0443\u0441\u043e\u043c \u043d\u0435 \u043f\u043e\u0441\u043f\u043e\u0440\u0438\u0448\u044c. K\u0440\u0430\u0441\u0438\u0432\u043e \u0438\u043b\u0438 \u043d\u0435 \u043a\u0440\u0430\u0441\u0438\u0432\u043e, \u0434\u0435\u043b\u043e \u0432\u043a\u0443\u0441\u0430. \n\u041d\u043e \u0447\u0442\u043e \u0445\u043e\u0447\u0443 \u0437\u0430\u043c\u0435\u0442\u0438\u0442\u044c- \u0443\u0440\u043e\u0434\u043b\u0438\u0432\u043e\u0435 \u0442\u0430\u043a \u0436\u0435, \u043a\u0430\u043a \u0438 \u043a\u0440\u0430\u0441\u0438\u0432\u043e\u0435 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u043e \u043f\u0440\u0438\u0442\u044f\u0433\u0438\u0432\u0430\u0435\u0442 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435. \u0423\u0440\u043e\u0434\u043b\u0438\u0432\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0438\u043c\u0435\u044e\u0442 \u0432 \u0441\u0435\u0431\u0435 \u0441\u0442\u043e\u043b\u044c\u043a\u043e \u0436\u0435 \u043c\u0430\u0433\u043d\u0435\u0442\u0438\u0437\u043c\u0430, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0435, \u043e\u0434\u043d\u0438\u043c \u0441\u043b\u043e\u0432\u043e\u043c \u043d\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043e\u0440\u0432\u0430\u0442\u044c \u0433\u043b\u0430\u0437. \u0418\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430 \u0438 \u043f\u0440\u0438\u0447\u0443\u0434\u043b\u0438\u0432\u0430 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u044f \u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0432\u043e\u0441\u043f\u0440\u0438\u044f\u0442\u0438\u044f. \u0418 \u0442\u0443\u0442 \u0433\u043b\u0430\u0432\u043d\u043e\u0435 \u043d\u0435 \u043f\u0435\u0440\u0435\u043f\u0443\u0442\u0430\u0442\u044c \u043a\u0438\u0441\u043b\u043e\u0435 \u0441 \u0444\u0438\u043e\u043b\u0435\u0442\u043e\u0432\u044b\u043c)", + "category": "humor", + "children": 4, + "created": "2016-09-15T17:21:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://pix.toile-libre.org/upload/original/1473958672.jpg" + ], + "links": [ + "https://pp.vk.me/c636227/v636227729/f40a/RRWgrXbHkGg.jpg" + ], + "tags": [ + "humor", + "meme", + "art", + "ru", + "psychology" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6243226456, + "payout": 0.001, + "payout_at": "2016-09-22T17:21:21", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "russian-beauty-krasota-po-russkii", + "post_id": 1256391, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Russian beauty / K\u0440\u0430\u0441\u043e\u0442\u0430 \u043f\u043e \u0440\u0443\u0441\u0441\u043a\u0438\u0439", + "updated": "2016-09-15T17:21:21", + "url": "/humor/@grisha-danunaher/russian-beauty-krasota-po-russkii" + }, + { + "active_votes": [ + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 447223635407, + "voter": "boatymcboatface" + }, + { + "rshares": 1716981055290, + "voter": "cryptoctopus" + }, + { + "rshares": 11769631591, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061246700, + "voter": "murh" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 61297722307, + "voter": "justtryme90" + }, + { + "rshares": 143804852437, + "voter": "coinbitgold" + }, + { + "rshares": 131687306173, + "voter": "victor-lucas" + }, + { + "rshares": 8753361064, + "voter": "grandpere" + }, + { + "rshares": 22572627181, + "voter": "venuspcs" + }, + { + "rshares": 3441272031, + "voter": "getssidetracked" + }, + { + "rshares": 12790313163, + "voter": "jako" + }, + { + "rshares": 673428155, + "voter": "trees" + }, + { + "rshares": 93660377, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 328426925, + "voter": "cryptochannel" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 10646455859, + "voter": "deviedev" + }, + { + "rshares": 34761384923, + "voter": "creemej" + }, + { + "rshares": 24417657582, + "voter": "phenom" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 204617591001, + "voter": "jl777" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 17267290368, + "voter": "proto" + }, + { + "rshares": 26802382202, + "voter": "fabien" + }, + { + "rshares": 3353892141, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 16606042093, + "voter": "sunshine" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 13254585210, + "voter": "cristi" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 8276664961, + "voter": "lemouth" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 4235195928, + "voter": "puffin" + }, + { + "rshares": 1469405719, + "voter": "kreet" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "lemouth", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.21, + "beneficiaries": [], + "blacklists": [], + "body": "Steemit is becoming more and more **international**, and a decent amount of French-speaking people are now around. I have therefore decided to make a couple of my **future posts bilingual, both in English and French**.\n\n*Steemit devient de plus en plus **international**, et les francophones ne sont pas en reste. Par consequent, j\u2019ai decide d\u2019ecrire une partie de mes **futurs posts a la fois en francais et en anglais**, mais sans accents faute de clavier approprie\u2026 ;)*\n\n![](https://steemimg.com/images/2016/09/14/flag-1441871_1920acd98.jpg) [image credits: [from pixabay](https://pixabay.com/en/flag-english-english-flag-britain-1441871/)]\n\n___\n\n*N\u2019ayant pas decide par quoi vraiment commencer, je me suis rendu compte que le premier post que j\u2019ai ecrit sur Steemit, mon introduction, n\u2019etait vraiment pas super super. Et voici donc une **introduction mise a jour**, mais toujours sans photo de moi (il ne faut pas trop rever).*\n\nBeing undecided about what to write about first, I noticed that my introductory post, the first post I wrote here, was maybe not the best post ever. And here is my topic: a **fresh introduction about myself**, but still without any picture of myself (no free lunch).\n\n\n
\n\n![](https://steemimg.com/images/2016/09/14/big-bang-422749_192052ac2.jpg) [image credits: [from pixabay](https://pixabay.com/en/big-bang-armageddon-explosion-pop-422749/)]\n\nI joined Steemit about 7 weeks ago, and I am writing since then one or two long posts per week on **particle physics, cosmology, astrophysics and nuclear physics**. I am sharing **the scientist vision of his own research field**. \n\n*J\u2019ai rejoint Steemit il y a environ 7 semaines, et j\u2019ecris depuis un ou deux (longs) posts par semaine a propos de la **physique des particules, de la cosmologie, de l\u2019astrophysique et de la physique nucleaire**. Je partage **la vision du scientifique de son propre domain de recherche**.* \n\n*Je suis en effet un physicien en physique theorique fondamentale, travaillant en plein coeur de Paris. En parallele a mes activites de recherche qui portent sur les sujets ci-dessus, je **transmets ma passion** (en tous cas j\u2019essaie) aux nouvelles generations d\u2019etudiants et au grand public (ce qui inclut Steemit!)* \n\nI am a theoretical physicist working straight in the middle of Paris. Parallel to my research activities on the above topics, I (try to) **transmit my passion** to new generations of young students and to the general audience (which includes Steemit). \n\n\nSince my arrival on Steemit, I have started the writing of a few series of posts:\n * An introduction to particle physics: [the basics](https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students), [Higgs-theory](https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context) and [Higgs-experiment](https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson);\n * News about my own research activities: [new phenomena and photons](https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons);\n * Fresh news about CERN results: [MoEAL](https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found), [the economical impact of the LHC](https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia);\n * Scrutinizing important scientific results: [the fifth force](https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature), [Dragonfly 44](https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter).\n\n*Depuis mon arrivee sur Steemit, j\u2019ai demarre l'ecriture de plusieurs series de posts:*\n* *Une introduction a la physique des particules: [generalites](https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students), [Higgs-theorie](https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context) et [Higgs-experimental](https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson)* ;\n * *Des nouvelles de mes propres activites de recherche: [phenomenes nouveaux avec des photons](https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons)* ;\n * *Des nouvelles sur les resultats du CERN: [MoEAL](https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found), [l'impact economique du LHC](https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia)* ;\n * *Des nouvelles scientifiques importantes: [la cinquieme force](https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature), [Dragonfly 44](https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter)* .\n\nI will of course continue writing posts on those topics, and I have also some new series to start in my mind. \n*Je vais bien entendu continuer a ecrire a propos des sujets mentionnes ci-dessus.* \n\n
\n\n![](https://steemimg.com/images/2016/09/09/lhc_long_1452ab.jpg) [image credits: [CERN](https://home.cern/topics/large-hadron-collider)]\n\nI am planning to render **all future posts related to CERN bilingual**. According to the feedback of the readers (this is you!), I may write new posts on different topics also bilingually in the future. \n\n*Je compte rendre **tous mes futurs posts relies au CERN bilingues**. En fonction du retour, je pourrais eventuellement ecrire des posts bilingues sur des nouveaux sujets dans le futur.* \n\n\n#### I believe having a nice ensemble of quality posts in French could be useful for the network, and I am glad to take part to the feeding of the \u2018fundamental physics\u2019 section. ####\n\n#### *Je crois qu\u2019avoir une bonne serie de posts de qualite en francais sur Steemit pourrait etre utile pour la plateforme, et je vais prendre plaisir a alimenter la categorie \u2018physique fondamentale\u2019.* ####\n\n___\n\n#### *Rendez-vous pour la fin de semaine ou lundi prochain (oui je suis parfois occupe et j\u2019ai du mal a ecrire plus qu\u2019un ou deux posts par semaine) pour mon premier post de physique bilingue!* ####\n#### See you on the week-end or on next Monday (I am kind of very busy and I cannot write more than one or two posts per week) for my first bilingual post on physics! ####\n___", + "category": "introducemyself", + "children": 2, + "created": "2016-09-15T17:21:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemimg.com/images/2016/09/14/flag-1441871_1920acd98.jpg", + "https://steemimg.com/images/2016/09/14/big-bang-422749_192052ac2.jpg", + "https://steemimg.com/images/2016/09/09/lhc_long_1452ab.jpg" + ], + "links": [ + "https://pixabay.com/en/flag-english-english-flag-britain-1441871/", + "https://pixabay.com/en/big-bang-armageddon-explosion-pop-422749/", + "https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students", + "https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context", + "https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson", + "https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons", + "https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found", + "https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia", + "https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature", + "https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter", + "https://home.cern/topics/large-hadron-collider" + ], + "tags": [ + "introducemyself", + "science", + "physics", + "academia", + "fr" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6287235613848, + "payout": 3.599, + "payout_at": "2016-09-22T17:21:03", + "pending_payout_value": "3.599 HBD", + "percent_hbd": 10000, + "permlink": "en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur", + "post_id": 1256390, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 46 + }, + "title": "[EN/FR] Promoting Steemit in French: a French-speaking particle physicist on Steemit - un physicien des particules francophone sur Steemit", + "updated": "2016-09-15T17:21:03", + "url": "/introducemyself/@lemouth/en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur" + }, + { + "active_votes": [ + { + "rshares": 1061262927, + "voter": "murh" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 9731652686, + "voter": "mione" + }, + { + "rshares": 679525506, + "voter": "perspective" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 17968270939, + "voter": "honeyscribe" + }, + { + "rshares": 2650993895, + "voter": "senseye" + } + ], + "author": "perspective", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.89, + "beneficiaries": [], + "blacklists": [], + "body": "Every few minutes it is like I realize I am holding 10 pound dumbbells. I set them down. Another set appears in my hands. I set them down. \n\n10 pounds per hand may not seem like a lot, but when the reps are infinite, the weight gets tiring. I want to lay down on the ground and bury my hands to not feel the pull for awhile. \n\n
(https://anonmgur.com/up/fd31b3c58145663a4285b461e2f45823.jpg)
\n\nWhen it read @macksby's comment on my last post saying the lightness is inside me, I realized there may be a new way to see my situation. \n\nI almost said I have been looking at it \"all wrong,\" but that is a judgment against myself. I have been consciously judging *for* myself lately. That is precisely what I need to focus on today.\n\nThe statements I have been making to myself claim this weight is never ending. I have lost my way back to the wonder and lightness of innocence and happiness. The world of Oreos and milkshakes?\n\n
(https://anonmgur.com/up/ebcfa5eb829f71bd00dd9972471b1246.jpg)
\n\nThe heavy weight is a judgment against myself. What if my internal dialogue looked less like:\n\n\"Here's another set of weights. You deserve them. Are you tired? You deserve it. Don't bother getting out of bed today. The weights are never ending. Stay down, Dani.\" \n\nAnd more like:\n\n\"You seem to be shedding quite a lot of dead weight, Dani! Great job putting it down. Each rep is you getting stronger even as the heaviness you are carrying is lessened. Keep going!\" \n\nWhat if, instead of looking at my confused internal map as me lost in the wilderness, I see it as an opportunity for adventure? \n\n
(https://anonmgur.com/up/a4b5dac0bfcbf491f64f77453c26f25c.jpg)
\n\nAfter all, if I am writing my story hard parts and all, I am still holding the pen (or keyboard, in this case). I get to choose the ending. \n\nI feel excited. The very idea is freeing. \n\nThank you, @macksby for pointing out the lightness is still there. I feel a shift. I see it inside me shining. \n\nxoxo,\n\n## Dani\n\nImage source: pixabay.com", + "category": "psychology", + "children": 1, + "created": "2016-09-15T17:20:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://anonmgur.com/up/fd31b3c58145663a4285b461e2f45823.jpg", + "https://anonmgur.com/up/ebcfa5eb829f71bd00dd9972471b1246.jpg", + "https://anonmgur.com/up/a4b5dac0bfcbf491f64f77453c26f25c.jpg" + ], + "tags": [ + "psychology", + "idea-mill", + "life", + "philosophy", + "freedom" + ], + "users": [ + "macksby" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54940100681, + "payout": 0.012, + "payout_at": "2016-09-22T17:20:48", + "pending_payout_value": "0.012 HBD", + "percent_hbd": 10000, + "permlink": "the-weight-of-freedom", + "post_id": 1256388, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "The Weight of Freedom", + "updated": "2016-09-15T17:20:48", + "url": "/psychology/@perspective/the-weight-of-freedom" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 657682851854, + "voter": "berniesanders" + }, + { + "rshares": 4576157737, + "voter": "nextgenwitness" + }, + { + "rshares": 3313255060745, + "voter": "pharesim" + }, + { + "rshares": 15256984110, + "voter": "justin" + }, + { + "rshares": 41894139791, + "voter": "silver" + }, + { + "rshares": 101662324432, + "voter": "silversteem" + }, + { + "rshares": 112852995068, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 11207373945, + "voter": "steemservices" + }, + { + "rshares": 526151971, + "voter": "steemservices1" + }, + { + "rshares": 323068414, + "voter": "bentley" + }, + { + "rshares": 13631397750, + "voter": "valtr" + }, + { + "rshares": 1221942851616, + "voter": "gavvet" + }, + { + "rshares": 14982958547, + "voter": "eeks" + }, + { + "rshares": 15119117634, + "voter": "fkn" + }, + { + "rshares": 19873135819, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 140985149448, + "voter": "coinbitgold" + }, + { + "rshares": 9962459465, + "voter": "the-alien" + }, + { + "rshares": 5950554459, + "voter": "mark-waser" + }, + { + "rshares": 128214651786, + "voter": "kimziv" + }, + { + "rshares": 2690487150, + "voter": "soupernerd" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 73804003091, + "voter": "furion" + }, + { + "rshares": 365918281, + "voter": "barbara2" + }, + { + "rshares": 406713453, + "voter": "ch0c0latechip" + }, + { + "rshares": 376417209, + "voter": "doge4lyf" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 174556110815, + "voter": "repholder" + }, + { + "rshares": 3736844844, + "voter": "incomemonthly" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 129240273720, + "voter": "demotruk" + }, + { + "rshares": 2796788952, + "voter": "poseidon" + }, + { + "rshares": 3967367717, + "voter": "birdie" + }, + { + "rshares": 5109122482, + "voter": "rainchen" + }, + { + "rshares": 1659490970, + "voter": "tokyodude" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 12261205066, + "voter": "positive" + }, + { + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "rshares": 21667709239, + "voter": "sisterholics" + }, + { + "rshares": 426586706, + "voter": "fnait" + }, + { + "rshares": 378980299, + "voter": "keepcalmand" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 2641780884, + "voter": "weenis" + }, + { + "rshares": 14756763760, + "voter": "felixxx" + }, + { + "rshares": 52486879, + "voter": "krushing" + }, + { + "rshares": 766228721649, + "voter": "laonie" + }, + { + "rshares": 26648553997, + "voter": "myfirst" + }, + { + "rshares": 155534624440, + "voter": "somebody" + }, + { + "rshares": 16252722049, + "voter": "sunshine" + }, + { + "rshares": 5815320713, + "voter": "flysaga" + }, + { + "rshares": 416939167, + "voter": "gmurph" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 34358846550, + "voter": "midnightoil" + }, + { + "rshares": 51383056, + "voter": "whatyouganjado" + }, + { + "rshares": 85935427394, + "voter": "xiaohui" + }, + { + "rshares": 4204289611, + "voter": "elfkitchen" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 2686695437, + "voter": "xiaokongcom" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 5415889726, + "voter": "xianjun" + }, + { + "rshares": 51230321, + "voter": "alexbones" + }, + { + "rshares": 369436016, + "voter": "microluck" + }, + { + "rshares": 12610854840, + "voter": "kyriacos" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 805448125, + "voter": "thecurator" + }, + { + "rshares": 8114377412, + "voter": "lemouth" + }, + { + "rshares": 37574685828, + "voter": "anotherjoe" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 162957058, + "voter": "kamil5" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 1661520978, + "voter": "davidjkelley" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 15570931627, + "voter": "digital-wisdom" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 3710931796, + "voter": "ethical-ai" + }, + { + "rshares": 6831306526, + "voter": "jwaser" + }, + { + "rshares": 3761305064, + "voter": "thecyclist" + }, + { + "rshares": 2675492964, + "voter": "bwaser" + }, + { + "rshares": 3091707749, + "voter": "mikkolyytinen" + }, + { + "rshares": 271432008, + "voter": "anomaly" + }, + { + "rshares": 2401284424, + "voter": "ellepdub" + }, + { + "rshares": 12397305013, + "voter": "herpetologyguy" + }, + { + "rshares": 6368721210, + "voter": "orcish" + }, + { + "rshares": 4816962742, + "voter": "morgan.waser" + }, + { + "rshares": 3689824509, + "voter": "strong-ai" + }, + { + "rshares": 7187212765, + "voter": "dresden" + } + ], + "author": "herpetologyguy", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.05, + "beneficiaries": [], + "blacklists": [], + "body": "\n

When I tell people that I am a museum herpetologist, I get a lot of confused looks and blank stares. Not many people outside the biological field really know or understand just what exactly herpetology is. Herpetology is simply the study of reptiles and amphibians, or more accurately \"poikilothermic, ectothermic tetrapods\". That\u2019s a mouthful and complete gibberish to most people so I just say reptiles and amphibians. Herpetologists study the 3 branches of amphibians (frogs/toads, salamanders, and caecilians) and 6 branches of reptiles (snakes, lizards, crocodiles, turtles/tortoises, amphisbaenids, and tuataras), and their role in the environment.  

\n

 http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg Photo and Credit

\n

Many people have difficulties telling reptiles and amphibians apart. Perhaps not their fault as reptiles and amphibians are often conveniently jumbled together simply because they are \u201ccreepy crawlies\u201d. Herpetology comes from the Greek word \u201cherpien\u201d meaning \u201cto creep\u201d, and literally translates into \u201cthe study of the creeping things\u201d. Seriously, reptiles and amphibians were originally grouped together because people thought they were creepy. So to help clear up some confusion, I thought I\u2019d post today and talk about some of the characteristics that separate amphibians and reptiles.   

\n

http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg Photo and Credit

\n

Metamorphosis: Reptiles are just like people, they are born looking like a smaller, younger version of the adults. During their lifetime they will grow, but not undergo any radical changes in body structure. Most amphibians (barring a few species that look like tiny adults at birth) are born into a larval stage, usually called tadpoles, and will later metamorphose into their adult form. This metamorphosis completely changes their physical structure, sometimes adding legs, shrinking tails, growing lungs or eliminating gills.  

\n

 http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg Photo and Credit

\n

Skin and Coverings: Amphibians have smooth, porous skin that allows for the transfer of water across the membrane. This skin is usually wet or even sticky to the touch as many amphibians have mucous glands to keep their skin moist (allowing for respiration). Reptiles are dry to the touch and covered in scales made of keratin (the same material as hair and fingernails). There is a layer of skin beneath the scales, sometimes seen in \u201cscale-less\u201d pets. Reptiles are also occasionally covered in bony or keratinized spikes and osteoderms (scales with embedded bone serving as armor). Reptiles also have claws on their fingertips while amphibians do not.

\n

https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg Photo and Video

\n

Eggs: Amphibian eggs are encased in a soft, gel-like structure, with no hard covering for protection. To keep the eggs from drying out, frogs and other amphibians will lay eggs either in the water or a suitably damp location. Reptiles lay amniotic eggs, covered in a hard or leathery shell. Eggs are either laid on land or retained within the mother\u2019s body until they hatch, which she will then give live birth to the hatchlings.   

\n

http://www.reptile-fossils.com/images/78.jpg Photo and Credit

\n

Reproduction: Amphibians have external fertilization, in which the female lays her eggs and the male proceeds to fertilize them. Reptiles, like mammals, have internal fertilization and must mate to produce offspring (except for an odd few that undergo parthenogenesis and require no mate).   

\n

http://www.vernalpool.org/images/16_amplx.jpg Photo and Credit

\n

Respiration: All reptiles breathe using lungs, and inhale and exhale either through their mouth or nose. Some amphibians have gills and respire in the same manner a fish would. Others have lungs, but unlike reptiles, absorb much of their oxygen through their skin (though they will also breathe through their nostrils). Even most species that have lungs once had gills prior to their metamorphosis. 

\n

  http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765 Photo and Credit

\n

Defenses: With no nails and only basic teeth in some species, amphibians must rely on chemical defense to deter predators. Many produce toxic skin secretions that can have varying effects on predators; some taste bad, others are deadly (the tetrodotoxin found in eastern newts is the strongest vomit-inducing agent known!). Reptiles are able to defend themselves with both claws and teeth, and their scales add and extra sort of armor against predation. Some even produce venom which they inject to deter or kill would-be predators.

\n

http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg Photo and Credit       

\n

Though there are many similarities between these two groups, reptiles and amphibians represent two vastly different classes of animals, each with very unique characteristics. Originally grouped together for convenience, herpetology is a rather interesting field because it groups together animals that are not quite as closely related as we once believed them to be!

\n", + "category": "science", + "children": 6, + "created": "2016-09-15T17:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg", + "http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg", + "http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg", + "https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg", + "http://www.reptile-fossils.com/images/78.jpg", + "http://www.vernalpool.org/images/16_amplx.jpg", + "http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765", + "http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg" + ], + "links": [ + "http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg", + "http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg", + "http://tvtropes.org/pmwiki/pmwiki.php/Main/ReptileAndAmphibianTropes", + "http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg", + "http://www.animalspot.net/category/amphibians", + "https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg", + "https://youtu.be/6MGL3yTw0c4", + "http://www.reptile-fossils.com/images/78.jpg", + "http://reptilefossils.blogspot.com/", + "http://www.vernalpool.org/images/16_amplx.jpg", + "http://www.vernalpool.org/sly_3.htm", + "http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765", + "http://springpeeper.weebly.com/respiratory-system.html", + "http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg", + "http://wallsdream.com/wallpaper/snakes-open-mouth-reptiles/4xN2" + ], + "tags": [ + "science", + "minnowsunite", + "herpetology", + "reptiles", + "amphibians" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10056206988115, + "payout": 7.769, + "payout_at": "2016-09-22T17:20:45", + "pending_payout_value": "7.769 HBD", + "percent_hbd": 10000, + "permlink": "what-are-herptiles-indentifying-reptiles-vs-amphibians", + "post_id": 1256387, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 96 + }, + "title": "What are Herptiles?: Indentifying Reptiles vs Amphibians", + "updated": "2016-09-15T17:20:45", + "url": "/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians" + }, + { + "active_votes": [ + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 844421054, + "voter": "endgame" + }, + { + "rshares": 56747133, + "voter": "reported" + }, + { + "rshares": 52486879, + "voter": "krushing" + }, + { + "rshares": 494521401, + "voter": "minnowsunited" + }, + { + "rshares": 52700570, + "voter": "whatyouganjado" + }, + { + "rshares": 59002619, + "voter": "makaveli" + }, + { + "rshares": 51230321, + "voter": "alexbones" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 51356966, + "voter": "salebored" + }, + { + "rshares": 51444457, + "voter": "bitdrone" + }, + { + "rshares": 51436144, + "voter": "sleepcult" + }, + { + "rshares": 3531884722, + "voter": "rigaronib" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 742924495, + "voter": "ziogio" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 1473342460, + "voter": "modernbukowski" + } + ], + "author": "modernbukowski", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.22, + "beneficiaries": [], + "blacklists": [], + "body": "
https://www.upload.ee/image/6167106/olden-currency-us-dollar-symbol-rising-over-pile-pound-euro-yen-concept-financial-power-55359439.jpg Source: Dreamstime.com
\n\nStruggling to make money off Steemit? Want to get paid over 10,000$ per post? Live the Steempreneur life? Well obviously having seen what a Steemit millionaire lifestyle is like(click me), you now wonder how to make money off Steemit? I'm sure you deserve to earn instant riches, for sure, despite how little effort one puts in. No worries, these 3 stupid proof tips will surely come handy!\n\n\n

1. Clickbait

\nEverybody loves clickbait! Try to get inspiration from 90s ebay advertisements, there's a lot of creativity going on there! Bonus points if your title has nothing to do with your actual content, sometimes you got to confuse your readers, right babe? \n\n
https://www.upload.ee/image/6167089/CLICKBAIT670.png
\n\nSource: Urban dictionary\n\n

2. Beg for upvotes

\n
https://media.giphy.com/media/TNbVecOqKsrT2/giphy.gif\nSource: Giphy
\n\nIntegrity, honor and pride? Pfft these are all outdated and antique, screw that, that's some samurai-level type of mambo-jambo! Begging for votes is a great way to show that you're a dedicated, self-respecting member of a functioning community. One day you can remind your grandchildren to also be humble and try the ways of asking. Not nicely, but just asking. You know. Annoy people. A lot. Ok.\n\n

3. Withdraw all Steem Power and place it on low

\nhttps://www.upload.ee/image/6167093/FAIL.png\n\nSource: my professional judgement\n\nNothing quite like having your hard earned Bitcoin converted from your Steem Power, then gamble it away on some scammy casino-look-a-likes. It's a good feeling, trust me. \n

If you enjoyed this post, please FOLLOW & UPVOTE at @modernbukowski

\nBonus tip: Write about 'how to make money on Steemit'\n\n\nPS! Hope everyone had a good laugh and have a fantastic day! Any great money-making tips to add? Then drop a comment, I'm curious :)", + "category": "humour", + "children": 2, + "created": "2016-09-15T17:18:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.upload.ee/image/6167106/olden-currency-us-dollar-symbol-rising-over-pile-pound-euro-yen-concept-financial-power-55359439.jpg", + "https://www.upload.ee/image/6167089/CLICKBAIT670.png", + "https://media.giphy.com/media/TNbVecOqKsrT2/giphy.gif", + "https://www.upload.ee/image/6167093/FAIL.png" + ], + "links": [ + "https://steemit.com/steemit/@modernbukowski/what-s-it-like-to-be-a-steemit-millionaire", + "https://steemit.com/@modernbukowski" + ], + "tags": [ + "humour", + "steemit", + "minnowsunite", + "steemsquad", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16800957910, + "payout": 0.003, + "payout_at": "2016-09-22T17:18:54", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "3-best-ways-how-to-not-make-money-on-steemit", + "post_id": 1256366, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "3 Best Ways How To Not Make Money On Steemit", + "updated": "2016-09-15T17:18:54", + "url": "/humour/@modernbukowski/3-best-ways-how-to-not-make-money-on-steemit" + }, + { + "active_votes": [ + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 447203801027, + "voter": "boatymcboatface" + }, + { + "rshares": 32643791043, + "voter": "dab" + }, + { + "rshares": 290689332437, + "voter": "chitty" + }, + { + "rshares": 10884707844, + "voter": "yefet" + }, + { + "rshares": 81790123771, + "voter": "acidsun" + }, + { + "rshares": 14982957645, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 1013766679613, + "voter": "hipster" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 367035682, + "voter": "geobor" + }, + { + "rshares": 3848540783991, + "voter": "satoshifund" + }, + { + "rshares": 79882000174, + "voter": "lizik" + }, + { + "rshares": 16026831473, + "voter": "kimziv" + }, + { + "rshares": 45356958143, + "voter": "honeythief" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 223515836617, + "voter": "domino" + }, + { + "rshares": 9840533745, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 3723435049, + "voter": "litvintech" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 34761364489, + "voter": "creemej" + }, + { + "rshares": 26447603260, + "voter": "peterz" + }, + { + "rshares": 167305835788, + "voter": "blueorgy" + }, + { + "rshares": 349598619, + "voter": "poseidon" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 204617448258, + "voter": "jl777" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 6114654934, + "voter": "summonerrk" + }, + { + "rshares": 17267278949, + "voter": "proto" + }, + { + "rshares": 2708463654, + "voter": "sisterholics" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 177054757, + "voter": "kibela" + }, + { + "rshares": 3353892141, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 95778590206, + "voter": "laonie" + }, + { + "rshares": 3997283099, + "voter": "myfirst" + }, + { + "rshares": 19441828055, + "voter": "somebody" + }, + { + "rshares": 726915089, + "voter": "flysaga" + }, + { + "rshares": 416938866, + "voter": "gmurph" + }, + { + "rshares": 4294855818, + "voter": "midnightoil" + }, + { + "rshares": 84246848, + "voter": "coderg" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 10741928424, + "voter": "xiaohui" + }, + { + "rshares": 485110339, + "voter": "elfkitchen" + }, + { + "rshares": 335836929, + "voter": "xiaokongcom" + }, + { + "rshares": 676986215, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 84707878967, + "voter": "serejandmyself" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 3042329691, + "voter": "netaterra" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 53070013, + "voter": "apparat" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 50545124, + "voter": "chekave" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 154765535, + "voter": "mrsgreen" + }, + { + "rshares": 155452864, + "voter": "jyriygo" + } + ], + "author": "hipster", + "author_payout_value": "0.000 HBD", + "author_reputation": 65.96, + "beneficiaries": [], + "blacklists": [], + "body": "\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u044f \u0440\u0435\u0448\u0438\u043b \u0432\u0437\u044f\u0442\u044c\u0441\u044f \u0437\u0430 \u043e\u0431\u0437\u043e\u0440 \u0432\u0441\u0435\u0439 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0438. \u041f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u043d\u043e \u043b\u0443\u0447\u0448\u0435 \u0442\u0430\u043a, \u0447\u0435\u043c \u043d\u0438\u043a\u0430\u043a. \u041a\u0430\u043a \u0432\u0441\u0435\u0433\u0434\u0430 \u0442\u0435\u043a\u0441\u0442\u044b \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0443\u0440\u044b [\u0442\u0443\u0442](http://blockchainboom.coinfox.info/). @vitaly-lvov \u0435\u0449\u0435 \u043e\u0431\u0435\u0449\u0430\u043b \u043e\u0431\u0437\u043e\u0440 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u043e\u0432 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c.\n\n\u0410\u043d\u0430\u043b\u0438\u0437 \u043e\u0441\u043d\u043e\u0432\u0430\u043d \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043a\u0438\u0431\u0435\u0440\u2022\u0424\u043e\u043d\u0434\u043e\u043c \u043f\u043e 25 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c \u0441 \u043a\u0440\u0443\u043f\u043d\u0435\u0439\u0448\u0435\u0439 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0435\u0439 \u0438 \u043a\u0438\u0431\u0435\u0440\u2022\u0420\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u043c \u0432\u044b\u0448\u0435 1.4 \u043d\u0430 31 \u0410\u0432\u0433\u0443\u0441\u0442\u0430 2016 \u0433\u043e\u0434\u0430. \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0434\u0430\u043d\u043d\u044b\u0445 [\u0442\u0443\u0442](https://goo.gl/mBBBDv).\n\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0430 \u043f\u043e\u0445\u0443\u0434\u0435\u043b\u0430 \u043d\u0430 $862 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432 \u0438\u043b\u0438 \u043d\u0430 7%, \u043d\u043e \u043f\u0440\u0438\u0440\u043e\u0441\u043b\u0430 \u043d\u0430 618 \u0442\u044b\u0441. \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 \u0438\u043b\u0438 \u043d\u0430 3%. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0432\u0437\u0440\u044b\u0432 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u043b \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b Monero (+431% \u0432 BTC). Factom (+94%), Synereo (+50%), Safe Network (+37%) \u0443\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u043f\u043e\u0434\u0440\u043e\u0441\u043b\u0438. \u0421\u0442\u043e\u0438\u0442 \u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u044c \u0410\u0443\u0433\u0443\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0447\u0430\u043b \u0442\u043e\u0440\u0433\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 Gatecoin \u0438 \u0441\u0440\u0430\u0437\u0443 \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u0432 \u0440\u0435\u0439\u0442\u0438\u043d\u0433. \u0410 \u0434\u043b\u044f Steem \u044d\u0442\u043e\u0442 \u043c\u0435\u0441\u044f\u0446 \u0432\u044b\u0448\u0435\u043b \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u0443\u0435\u043c\u043e \u043f\u0440\u043e\u0432\u0430\u043b\u044c\u043d\u044b\u043c - \u043c\u0438\u043d\u0443\u0441 48% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0447\u0442\u043e \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 20\u0442\u0438 \u043a\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430 \u043d\u0435 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0430.\n\n## \u041f\u0440\u043e \u041e\u0446\u0435\u043d\u043a\u0443 \u0411\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u041f\u0440\u043e\u0435\u043a\u0442\u043e\u0432\n\u0425\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0431\u044b \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e \u043e\u0446\u0435\u043d\u043a\u0443 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0430 CoinMarketcap, Coincap, Cryptocompare \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445. \u041f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u0430\u044f \u0442\u0430\u043c \u043e\u0446\u0435\u043d\u043a\u0430 \u043d\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0430 \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c, \u0438 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0434\u0435\u043b\u0430\u044e\u0442 \u043b\u043e\u0436\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u044d\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u043e\u0432. \u042f \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0430 \u044d\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043a \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438: Ripple, Stellar, Synereo, Storj. \u0412 \u043e\u0431\u0449\u0435\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u044d\u0442\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u0437\u0430\u043d\u0438\u0436\u0435\u043d\u0430 \u0432 \u0440\u0430\u0437\u044b, \u0442.\u043a. CoinMarketcap \u0438\u0441\u043a\u0430\u0436\u0430\u0435\u0442 \u043f\u043e\u043d\u044f\u0442\u0438\u0435 *current supply* \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u043e \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0441\u0432\u043e\u0435\u0439 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0435. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0438\u0437 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f 65% XRP \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Ripple Labs, >96% REP \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 Synereo, 95% LUM \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Stellar Foundation, 90% Storj \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Storj Inc. \u0415\u0441\u043b\u0438 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u043d\u044f\u0442\u0438\u0435 [Shares Outstanding](http://www.investopedia.com/terms/o/outstandingshares.asp), \u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u043f\u043e\u0434\u0445\u043e\u0434 \u043d\u0435 \u0432\u044b\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0439 \u043a\u0440\u0438\u0442\u0438\u043a\u0438 \u0441 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u0432\u044b\u0447\u043d\u044b\u0445 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0435\u0441\u0432\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 Synereo \u0442.\u043a. \u0434\u0443\u043c\u0430\u044e\u0442 \u0447\u0442\u043e \u0435\u0433\u043e \u043e\u0446\u0435\u043d\u043a\u0430 $10 \u043c\u043b\u043d. \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 - \u043f\u043e\u0447\u0442\u0438 $ 300 \u043c\u043b\u043d. \u0414\u0430\u0436\u0435 Ripple \u043d\u0430 Ripple Charts \u043e\u0442\u0440\u0430\u0436\u0430\u0435\u0442 \u0441\u0432\u043e\u044e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u043a\u0430\u043a \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043e, \u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043e\u0442\u0440\u0430\u0441\u043b\u044c \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0437\u043d\u0430\u0442\u044c \u0444\u0430\u043a\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043f\u0440\u0435\u043c\u0430\u0439\u043d - \u044d\u0442\u043e \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e, \u0438 \u0447\u0442\u043e \u0434\u043b\u044f \u043e\u0446\u0435\u043d\u043a\u0438 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0438, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043c\u043e\u0436\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c. \u0412 \u0438\u0442\u043e\u0433\u0435 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u043e\u0431\u043c\u0430\u043d\u0443 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0445. \u041c\u044b \u0441\u0434\u0435\u043b\u0430\u0435\u043c \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u0440\u0430\u0437\u0443\u043c\u0438\u0442\u044c \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u0431\u0440\u0430\u0437\u0438\u0435. \u0411\u0443\u0434\u044c\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b \u043f\u0440\u0438 \u043e\u0446\u0435\u043d\u043a\u0435 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0438 \u043e\u0447\u0435\u043d\u044c \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0439\u0442\u0435 \u0432\u0441\u0435 \u0431\u0430\u0437\u043e\u0432\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.\n\n## \u041f\u0440\u043e \u0410\u043d\u043e\u043d\u0438\u043c\u043a\u0438\n\u0422.\u043a. \u0432 \u0442\u043e\u043f\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043c\u0435\u0441\u044f\u0446\u0430 Monero, \u0441\u0442\u043e\u0438\u0442 \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u0440\u0443 \u0441\u043b\u043e\u0432, \u043f\u0440\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0441 \u0444\u043e\u043a\u0443\u0441\u043e\u043c \u043d\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u044c. \u0410\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u043c \u043e\u0441\u043e\u0431\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0430. \u0412 \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b:\n- [Monero](https://cyber.fund/system/Monero). \u0421\u0430\u043c\u043e\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0440\u044b\u043d\u043a\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430 Cryptonote. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 [\u043a\u043e\u043b\u044c\u0446\u0435\u0432\u044b\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438](https://en.wikipedia.org/wiki/Ring_signature) \u0434\u043b\u044f \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0433\u043e \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0430. \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u043b\u0430\u0441\u043d\u044b\u0445 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u0432. \u0417\u0430 \u0432\u0440\u0435\u043c\u044f \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f Monero Labs \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b 5 \u0431\u0443\u043c\u0430\u0433 \u043f\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f\u043c \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430, \u0430 c\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e [\u0432\u043d\u0435\u0441\u043b\u043e \u043c\u043d\u043e\u0433\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0439 \u0432 \u043a\u043b\u0438\u0435\u043d\u0442](https://github.com/monero-project/monero/commits/master), \u0432 \u0442.\u0447 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0443\u043d\u0438\u043a\u0430\u0446\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0443\u044e \u0441\u0435\u0442\u044c I2P. \u042f \u0441\u0447\u0438\u0442\u0430\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d Monero \u0441\u0430\u043c\u044b\u043c \u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0441\u043b\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u044c \u0438 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u0430\u0436\u043d\u0430 \u043f\u043e \u043c\u043d\u043e\u0433\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0447\u0443\u0442\u044c \u043b\u0438 \u043d\u0435 \u0441\u0430\u043c\u0430\u044f \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0430\u044f \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u044f \u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 XMR (\u0438\u043b\u0438 \u043c\u043e\u043d\u0435\u0440\u043e\u0434\u0436) \u0432\u043e\u043e\u0431\u0449\u0435 \u0437\u0430 \u0432\u0441\u044e \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0438\u043d\u0434\u0443\u0441\u0442\u0440\u0438\u0438.\n- [Dash](https://cyber.fund/system/Dash). \u0414\u043b\u044f \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c [CoinJoin](https://en.wikipedia.org/wiki/CoinJoin), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0435\u0442\u044c\u044e \u043c\u0430\u0441\u0442\u0435\u0440\u043d\u043e\u0434. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d Dash \u043d\u0435\u043b\u044c\u0437\u044f \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u0442.\u043a. \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u043d\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u0435\u0442\u0441\u044f. \u0421\u0438\u0441\u0442\u0435\u043c\u0443 \u043c\u0438\u043a\u0441\u0435\u0440\u043e\u0432 \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 [\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0441\u0443\u0431\u0441\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c](https://www.dashcentral.org/p/infra-lqd-pvd-201609), \u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0433\u043e \u0437\u0430\u043c\u0435\u0441\u0430 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e. \u0412\u0441\u0435 \u044d\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 Dash \u0432 \u043d\u0438\u0448\u0435 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u043c \u043f\u0435\u0440\u0435\u0434 \u041c\u043e\u043d\u0435\u0440\u043e. \u041c\u043e\u0435 \u0441\u0443\u0431\u044a\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u0441\u0438\u043b\u0430 Dash \u0432\u0441\u0435 \u0442\u0430\u043a\u0438 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c.\n- [Bytecoin](https://cyber.fund/system/Bytecoin). \u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430 CryptoNote \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0430. \u0427\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u0434\u0435\u043b\u044c \u043f\u043e\u0441\u043b\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Bytecoin \u043d\u0430 Bitcointalk \u0441\u0442\u0430\u043b\u043e \u044f\u0441\u043d\u043e, \u0447\u0442\u043e \u0431\u0430\u0439\u043a\u0430 \u043f\u0440\u043e \u0442\u043e, \u0447\u0442\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430 \u0432 \u0434\u0430\u0440\u043a\u043d\u0435\u0442\u0430\u0445 \u0431\u043e\u043b\u0435\u0435 2 \u043b\u0435\u0442 \u0438 \u0437\u0430 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0431\u044b\u043b\u043e \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e 82% \u0432\u0441\u0435\u0445 \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u0447\u0443\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u0447\u0443\u0448\u044c. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u043d\u044f\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0444\u043e\u0440\u043a\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0448\u0442\u0443\u043a\u0443 \u0438 \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442 Monero. \u0412 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u0438\u0441\u044c \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043e\u043f\u044b\u0442\u043d\u044b\u0435 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 2 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u043b\u0438 Monero. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c Bytcoin \u0432 \u043a\u0430\u043a\u043e\u043c-\u0442\u043e \u0441\u043c\u044b\u0441\u043b\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u0441\u044f \u043d\u0435 \u0443 \u0434\u0435\u043b. \u041d\u0443 \u0438 \u043b\u0430\u0434\u043d\u043e. [\u0416\u0430\u0434\u043d\u043e\u0441\u0442\u044c \u0444\u0440\u0430\u0435\u0440\u0430 \u0441\u0433\u0443\u0431\u0438\u043b\u0430](https://cryptonote.org/whitepaper.pdf).\n- [Vcash](https://cyber.fund/system/Vanillacoin). C \u043d\u0443\u043b\u044f \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441++11. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043c\u0435\u0448\u0430\u043b\u043a\u0443 \u043f\u043e\u0445\u043e\u0436\u0443\u044e \u043d\u0430 Dash. \u0428\u0442\u0443\u043a\u0430 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f ChainBlender. \u041f\u0440\u043e\u0435\u043a\u0442 [\u0442\u044f\u043d\u0435\u0442 \u043e\u0434\u0438\u043d \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a](https://github.com/john-connor/papers), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0433\u043e\u0440\u0434\u043e \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u0435\u0431\u044f [John Connor](https://github.com/john-connor). \u0421\u0435\u0442\u044c \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430, \u0431\u044b\u0441\u0442\u0440\u0430 \u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442 \u043e\u0449\u0443\u0449\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043e\u043d\u0430 \u043d\u0430\u0434\u0435\u0436\u043d\u0430. \u041f\u0440\u043e \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u043d\u0438\u0447\u0435\u0433\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0435 \u043c\u043e\u0433\u0443, \u0442.\u043a. \u0442\u043e\u0436\u0435 \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0435\u0435 \u043d\u0435 \u0438\u0437\u0443\u0447\u0430\u043b.\n- [Zcash](https://cyber.fund/system/Zcash). \u0411\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0439 \u043c\u0435\u0441\u044f\u0446. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u0430\u043c\u0443\u044e \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0443\u044e \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e, \u0442.\u043d. [\u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0441 \u043d\u0443\u043b\u0435\u0432\u044b\u043c \u0437\u043d\u0430\u043d\u0438\u0435\u043c](https://en.wikipedia.org/wiki/Zero-knowledge_proof). \u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0432\u0441\u044e \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u043e\u0434 \u0438\u043c\u0435\u0435\u0442 \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0438: \u044d\u0442\u043e\u0442 \u043a\u043b\u0430\u0441\u0441 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u043b\u043e\u0436\u0435\u043d \u0438 \u043f\u043b\u043e\u0445\u043e \u043f\u043e\u043d\u044f\u0442\u0435\u043d \u0434\u043b\u044f \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u043e\u0432. \u041c\u043e\u0436\u043d\u043e \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044c, \u0447\u0442\u043e \u044d\u0442\u0430 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u043f\u043e\u043d\u044f\u0442\u043d\u0430\u044f \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u043e\u0432, \u043e\u043d\u0430 \u043d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u0430 \u0434\u0435\u0441\u044f\u0442\u043a\u0430\u043c\u0438 \u043b\u0435\u0442, \u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0435, \u043e\u0442 \u043a\u043e\u043b\u044c\u0446\u0435\u0432\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439. \u0422\u0430\u043a \u0436\u0435 \u0432 \u0434\u0438\u0437\u0430\u0439\u043d\u0435 Zcash \u0435\u0441\u0442\u044c \u043e\u0434\u043d\u043e \u043d\u0435\u0434\u043e\u0440\u0430\u0437\u0443\u043c\u0435\u043d\u0438\u0435. \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438. \u042d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0442\u0435 \u0440\u0435\u0431\u044f\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0437\u043d\u0430\u043d\u0438\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u043e\u0433\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0434\u0435\u043b\u0430\u0442\u044c \u0434\u043e\u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u043d\u0435\u0442, \u043a\u043e\u0433\u0434\u0430 \u0437\u0430\u0445\u043e\u0447\u0435\u0442\u0441\u044f. \u042d\u0442\u043e \u043f\u0440\u0438\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0435\u043a\u0442\u0443 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u0443\u044e \u0438\u0437\u044e\u043c\u0438\u043d\u043a\u0443, \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f, \u0447\u0442\u043e \u0432 Zcash \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u0434\u0430\u0436\u0435 \u0443\u0437\u043d\u0430\u0442\u044c \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0441\u0435\u0433\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e \u043c\u043e\u043d\u0435\u0442. \u0410 \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u0438 \u043a\u043b\u0435\u0432\u044b\u0435 \u0440\u0435\u0431\u044f\u0442\u0430 \u043d\u0435 \u0437\u0430\u0445\u043e\u0442\u044f\u0442 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u044d\u0442\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0448\u0430\u043d\u0441\u043e\u0432. \u042f \u0440\u0435\u0448\u0438\u043b \u0441\u0442\u043e\u044f\u0442\u044c \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0435 \u0441 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f. \u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043f\u0440\u043e\u0435\u043a\u0442 \u043e\u0447\u0435\u043d\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0439, \u043c\u043e\u0436\u043d\u043e \u0434\u0430\u0436\u0435 \u0441\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u044b\u0439.\n\n\u0418\u0442\u043e\u0433\u043e \u0434\u0435\u043b\u0430\u0435\u043c \u0432\u044b\u0432\u043e\u0434\u044b. \u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043d\u0435 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 $200 \u043c\u043b\u043d., \u0447\u0442\u043e \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c 2% \u043e\u0442 \u043a\u0438\u0431\u0435\u0440\u043d\u043e\u043c\u0438\u043a\u0438. \u0423\u0447\u0438\u0442\u044b\u0432\u0430\u044f \u0447\u0442\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u0444\u0438\u0430\u0442\u043d\u0430\u044f \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0430 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043d\u0430 20% \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0442\u0435\u043d\u0438, \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0432\u044b\u0432\u043e\u0434 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u0432\u043d\u044f\u0442\u043d\u044b\u0439 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0440\u043e\u0441\u0442\u0430.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0425\u0440\u0430\u043d\u0435\u043d\u0438\u0435\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u043e\u0442\u044f\u0436\u0435\u043b\u0435\u043b \u043d\u0430 7% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0438 \u043d\u0430 18% \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u043b $116 \u043c\u043b\u043d. Safenetwork \u0432\u044b\u0440\u043e\u0441 \u043d\u0430 37% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 [\u043d\u0430 \u0432\u043e\u043b\u043d\u0435 \u0430\u043d\u043e\u043d\u0441\u0430 \u0410\u043b\u044c\u0444\u044b](https://blog.maidsafe.net/2016/08/12/safe-network-alpha-release/) \u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0443\u043d\u0434\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430, \u0430 \u0432\u043e\u0442 Storj \u0438 Sia \u0437\u0430 \u043c\u0435\u0441\u044f\u0446 \u043f\u043e\u0434\u043f\u0440\u043e\u0441\u0435\u043b\u0438 \u043d\u0430 4% \u0438 28% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e. \u041f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u043d\u0430 \u0440\u044b\u043d\u043a\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u0440\u0430\u0431\u043e\u0447\u0438\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f Sia, \u0430 Storj Inc. \u0438 MaidSafe \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e \u0431\u0435\u0433\u0443\u0442 \u043a \u0444\u0438\u043d\u0438\u0448\u0443 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044f \u0440\u0430\u0437\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043a\u043b\u0435\u0432\u044b\u0435 \u0434\u0435\u043c\u043a\u0438.\n\u0421\u0442\u043e\u0438\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0432 \u0440\u0430\u0441\u0447\u0435\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u0432\u043e\u0448\u0435\u043b \u043f\u0440\u043e\u0435\u043a\u0442 LBRY, \u0442.\u043a. \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u043c \u043d\u0435 \u0434\u043e\u0442\u044f\u0433\u0438\u0432\u0430\u0435\u0442. \u041d\u043e \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043c\u0435\u0441\u044f\u0446\u044b \u0440\u044b\u043d\u043e\u0447\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0431\u043e\u043b\u0435\u0435 \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u043e\u0435 \u0440\u0443\u0441\u043b\u043e. \u041a\u043e\u0433\u0434\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0435 \u043f\u043e \u0438\u043d\u0432\u0430\u0439\u0442\u0443, \u0430 \u0432 \u0432\u0438\u0434\u0435 \u043a\u043e\u0434\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043d\u0430 \u0433\u0438\u0442\u0445\u0430\u0431\u0435 \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0435\u0442 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438 \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e. \u0410 \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043b\u0438\u0448\u044c \u043c\u043e\u0436\u043d\u043e \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0443\u0442\u0438\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u0435\u0442\u0438 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f [\u043d\u0430 \u0434\u0435\u0444\u043e\u043b\u0442\u043d\u043e\u043c \u0443\u0440\u043e\u0432\u043d\u0435](https://explorer.lbry.io/), \u0430 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u0438 \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u0443\u043b\u0443\u0447\u0448\u0430\u0435\u0442\u0441\u044f. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0437\u0430 \u043d\u0438\u043c \u043f\u043e\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0412\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\n\u0421\u0435\u0433\u043c\u0435\u043d\u0442 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439 \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0435\u043b \u043d\u0430 9% \u0432 \u0431\u0430\u043a\u0441\u0430\u0445, \u0430 \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u043f\u043e\u0447\u0442\u0438 \u043e\u0441\u0442\u0430\u043b\u0441\u044f \u043d\u0430 \u043c\u0435\u0441\u0442\u0435. \u041f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u044d\u0442\u043e \u0447\u0443\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c $1 \u043c\u043b\u0440\u0434. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043d\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c \u0440\u044b\u043d\u043a\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e \u043e\u0441\u043e\u0431\u043e \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043d\u043e\u0432\u043e\u0441\u0442\u0435\u0439. \u0412 \u0441\u0435\u043d\u0442\u044f\u0431\u0440\u0435 \u0431\u0443\u0434\u0435\u0442 [DevCon2](https://ethereumfoundation.org/devcon/) \u0432 \u0428\u0430\u043d\u0445\u0430\u0435. \u041d\u0430 \u043d\u0435\u0433\u043e \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u043e 100 \u043a\u043e\u043c\u0430\u043d\u0434 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0445 \u043d\u0430\u0434 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438. \u0412\u043e\u0442 \u044d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e.\n\n\u041b\u0438\u0441\u043a \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e [\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0440\u0435\u043b\u0438\u0437\u0438\u0442\u044c, \u043d\u043e \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e](https://github.com/LiskHQ/lisk/releases), \u0430 \u0442\u0430\u043a\u0436\u0435 \u0443\u0436\u0435 \u0437\u0430\u0434\u0430\u0435\u0442 [\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435, \u043d\u043e \u0441\u043b\u043e\u0436\u043d\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b](https://docs.google.com/document/d/1qm02HcAn1ojrfTXQ-QmTyOGAgdkqZQZxhvHfsqM2E6s/edit) \u043d\u0430 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u0430 (\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u0432\u0435\u0440\u0438\u044f \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u043c \u0446\u0435\u043f\u043e\u0447\u043a\u0430\u043c). \u0410 \u0432\u043e\u0442 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0441 [\u0434\u0435\u043b\u0435\u0433\u0430\u0442\u0430\u043c\u0438](https://explorer.lisk.io/delegateMonitor) \u043e\u0441\u0442\u0430\u043b\u0430\u0441\u044c \u043d\u0430 \u043c\u0435\u0441\u0442\u0435. \u041d\u0443 \u0438 \u043b\u0430\u0434\u043d\u043e!\n\n\u041c\u0435\u0441\u044f\u0446 \u0442\u0430\u043a\u0436\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0435\u043d \u0438 \u0442\u0435\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0435\u043a\u0442 Synereo [\u0440\u0435\u0448\u0438\u043b](https://docs.google.com/document/d/1xmRvAjJEQ72-sR9luS34TG0BOpPn_6ztZjYBFCByKxo/edit) \u0447\u0442\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0435\u0442\u044c - \u043f\u0440\u043e\u0441\u0442\u043e \u043e\u0434\u043d\u043e \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0430 \u0431\u0430\u0437\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u044f\u0434\u0440\u043e\u043c \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0442\u0430\u043d\u0435\u0442 Rholang - \u0432\u0435\u0440\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u044f\u0437\u044b\u043a \u0434\u043b\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432. \u041f\u043e\u043a\u0430 \u043c\u044b \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0435\u0433\u043e \u0432 \u0441\u0435\u0433\u043c\u0435\u043d\u0442, \u0442.\u043a. \u0448\u0442\u0443\u043a\u0430 \u0442\u043e\u043b\u043a\u043e\u043c \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0421\u0435\u0442\u0438\n\u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0437\u0430 \u043f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0439 \u043c\u0435\u0441\u044f\u0446 \u043f\u0440\u043e\u0441\u0435\u043b \u043d\u0430 9% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0438 \u043e\u0441\u0442\u0430\u043b\u0441\u044f \u043d\u0435\u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445. \u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u043e $395 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432. \u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0441\u0440\u0435\u0434\u043d\u044f\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043f\u043e \u0431\u043e\u043b\u044c\u043d\u0438\u0446\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0430\u0441\u044c \u043d\u0435 \u0441\u0438\u043b\u044c\u043d\u043e, \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0446\u0438\u0435\u043d\u0442\u044b \u0447\u0443\u0432\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0435\u0431\u044f \u043f\u043e-\u0440\u0430\u0437\u043d\u043e\u043c\u0443: \u0421\u0442\u0438\u043c - \u043c\u0438\u043d\u0443\u0441 48% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0430 Synereo - \u043f\u043b\u044e\u0441 37%.\nC \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0421\u0442\u0438\u043c\u0443 \u043f\u043b\u043e\u0445\u043e. \u041d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u0442\u0430\u043a\u043e\u0435 \u043f\u0430\u0434\u0435\u043d\u0438\u0435 - \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u0432\u043f\u043e\u043b\u043d\u0435 \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0430\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u044f \u043f\u043e\u0441\u043b\u0435 \u0434\u0438\u043a\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430. \u041f\u0440\u043e\u0435\u043a\u0442\u0443 \u043d\u0443\u0436\u043d\u043e \u0432\u0440\u0435\u043c\u044f, \u0447\u0442\u043e\u0431\u044b \u0432\u043f\u0438\u0442\u0430\u0442\u044c \u0442\u0430\u043a\u0443\u044e \u0434\u0438\u043a\u0443\u044e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0435\u0438\u0437\u0431\u0435\u0436\u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u0442\u0430\u043a\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0431\u0430\u0437\u044b. \u0421\u0442\u0438\u043c\u0438\u0442 \u0418\u043d\u043a. \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u0441 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u044e, \u0447\u0442\u043e [\u0443\u0436\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0440\u0435\u0448\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b](https://steemd.com/distribution) \u0441 \u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u0435\u043c \u0440\u043e\u0441\u0442\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u044e\u0437\u0435\u0440\u043e\u0432. \u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043e\u0447\u0435\u043d\u044c \u0447\u0443\u0442\u043a\u043e \u0440\u0435\u0430\u0433\u0438\u0440\u0443\u0435\u0442 \u043d\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b. \u0412 \u043d\u0430\u0448\u0435\u043c \u0434\u0435\u043b\u0435 \u044d\u0442\u043e \u0433\u043b\u0430\u0432\u043d\u043e\u0435. \u0421\u043a\u043e\u0440\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u0438\u0442 \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u0433\u0434\u0430 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0441 \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u044c.\n\u0410 \u0432\u043e\u0442 Synereo \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0430 \u0438 \u044f\u0432\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0441\u043a\u043e\u0443\u043f\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0434\u043e \u0443\u0440\u043e\u0432\u043d\u044f Ethereum \u0432\u0440\u044f\u0434 \u043b\u0438 \u043c\u043e\u0436\u0435\u0442 \u044f\u0432\u043b\u044f\u0442\u0441\u044f \u0443\u0434\u043e\u0431\u043d\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c \u0434\u043b\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0441\u0435\u0439\u0447\u0430\u0441. \u041f\u043e\u0447\u0442\u0438 $300 \u043c\u043b\u043d. \u0437\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u0448\u0442\u0443\u043a\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043a\u043e\u0433\u0434\u0430 \u0438 \u043a\u0430\u043a \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 - \u044d\u0442\u043e \u043f\u043e $15 \u043c\u043b\u043d. \u0432 \u043b\u0438\u0446\u043e \u0434\u0430\u0436\u0435 \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0430\u0434\u0432\u0430\u0439\u0437\u0435\u0440\u043e\u0432. \u0416\u0443\u0442\u044c. \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0440\u044b\u043d\u043e\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0443\u0436\u0435 \u0434\u0438\u043a\u043e \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u0435\u043d, \u0438 \u043a\u043e\u043d\u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0443\u0436\u0435 \u0441 Ethereum.\n\n## \u0421\u0438\u0441\u0442\u0435\u043c\u044b \u0421\u0435\u0442\u043b\u043c\u0435\u043d\u0442\u0430\n\u041d\u0430\u043a\u043e\u043d\u0435\u0446-\u0442\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u043e \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043f\u0440\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0441\u0438\u0441\u0442\u0435\u043c \u043f\u043e \u0443\u0447\u0435\u0442\u0443 \u0438 \u0444\u0438\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0432\u0437\u0430\u0438\u043c\u043e\u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432. \u041f\u0440\u0438\u0440\u043e\u0434\u0430 \u044d\u0442\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043a\u043e\u043d\u0442\u0440\u0430\u0433\u0435\u043d\u0442\u043e\u0432, \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e \u043e\u0447\u0438\u0449\u0430\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442\u044b \u043c\u0435\u0436\u0434\u0443 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u043e\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0442\u044c \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u043f\u043e\u0438\u0441\u043a\u0435 \u043f\u0443\u0442\u0435\u0439 \u043a\u043e\u043d\u0432\u0435\u0440\u0441\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0432 \u0434\u0440\u0443\u0433\u043e\u0435. \u0421\u0430\u043c\u044b\u0439 \u0431\u043b\u0438\u0437\u043a\u0438\u0439 \u044e\u0437\u043a\u0435\u0439\u0441 \u044d\u0442\u043e \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e \u0443\u0447\u0435\u0442\u0443 \u0444\u0438\u0430\u0442\u043d\u044b\u0445 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432.\n\n\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u043a\u0438\u043d\u0443\u0442\u044c \u0438\u0434\u0435\u0439 \u043f\u043e \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044e \u044d\u0442\u043e\u0433\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u0438\u0432\u0435\u0434\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0434\u0430\u043d\u043d\u044b\u043c Ripple Charts:\n\n![](https://ipfs.pics/ipfs/QmcSKsJQZBRPT2Cb5XyDqsCEjC2cDN6Ywn8tDXV7ww81LC)\n\n\u0421\u0438\u0441\u0442\u0435\u043c\u0430 Ripple \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430, \u043e\u043d\u0430 \u0445\u043e\u0440\u043e\u0448\u0435\u0435\u0442 \u0441 \u043a\u0430\u0436\u0434\u044b\u043c \u0434\u043d\u0435\u043c. \u041d\u043e, \u043f\u0440\u0438 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u044b\u0445 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432 \u043d\u0430 $10 \u043c\u043b\u043d. \u0438 \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0445 \u0442\u043e\u0440\u0433\u043e\u0432 \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $1 \u043c\u043b\u043d. \u043e\u0431\u0449\u0430\u044f \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $ 600 \u043c\u043b\u043d. \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0441\u0438\u043b\u044c\u043d\u043e \u0437\u0430\u0432\u044b\u0448\u0435\u043d\u043d\u043e\u0439. \u042d\u0442\u043e \u043d\u0435 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e, \u0432\u0435\u0434\u044c ~65% \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e\u0434 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u043c Ripple Labs, \u0430 \u043f\u043b\u0430\u043d\u0430 \u043f\u043e \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c\u0443 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044e \u043a\u0430\u043a \u0431\u044b \u043d\u0435\u0442. \u0412 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 [\u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442](https://charts.ripple.com/#/validators) 33 \u0432\u0430\u043b\u0438\u0434\u0430\u0442\u043e\u0440\u0430 \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 15 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e. \u042d\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0430 1 \u043e\u0434\u043d\u0443 \u0432\u0430\u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0443\u044e \u043d\u043e\u0434\u0443 \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $20 \u043c\u043b\u043d, \u0447\u0442\u043e \u043f\u0440\u044f\u043c\u043e \u043e\u043e\u043e\u0447\u0435\u043d\u044c \u043c\u043d\u043e\u0433\u043e. \u0423 \u0411\u0438\u0442\u043a\u043e\u0438\u043d\u0430 \u044d\u0442\u0430 \u0446\u0438\u0444\u0440\u0430 \u043d\u0435 \u0432\u044b\u0448\u0435 $2 \u043c\u043b\u043d. \u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0441\u043e\u0431\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0442\u043e\u043a\u0435\u043d XRP \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441\u0435 \u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442 \u0441\u0432\u043e\u044e \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0430\u043a \u0442\u043e\u043a\u0435\u043d \u0437\u0430\u0449\u0438\u0449\u0430\u044e\u0449\u0438\u0439 \u0441\u0435\u0442\u044c \u043e\u0442 \u0441\u043f\u0430\u043c\u0430, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0439 \u043a\u0430\u043a \u0431\u0440\u0438\u0434\u0436 \u0432\u0430\u043b\u044e\u0442\u0430.\n\n\u041d\u0430 \u0444\u043e\u043d\u0435 Ripple, Stellar \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0434\u0435\u043b\u0430\u043b \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430, \u043e\u0442\u043a\u0430\u0437\u0430\u043b\u0441\u044f (\u043f\u043e\u043a\u0430) \u043e\u0442 \u0444\u043e\u043a\u0443\u0441\u0430 \u043d\u0430 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0445 \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0442\u0430\u0445 \u0438 \u0441\u043c\u043e\u0442\u0440\u0438\u0442 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u0432\u0441\u044f\u043a\u0438\u0445 \u0432\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u0435\u0442\u044c \u0438\u043c\u0435\u0435\u0442 \u0445\u043e\u0440\u043e\u0448\u0443\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e \u0438 \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0439 \u043d\u0430\u0431\u043e\u0440 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a. \u0417\u0430 \u0441\u043f\u0438\u043d\u043e\u0439 \u0443 \u0441\u0435\u0442\u0438 Stellar \u0440\u0435\u0431\u044f\u0442\u0430 \u0438\u0437 Stripe \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432\u0438\u0434\u0438\u043c\u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u044e\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0441 \u0441\u0435\u0442\u044c\u044e \u0441\u0445\u0435\u043c\u0430\u0442\u043e\u0437 \u043f\u043e\u0445\u043e\u0436\u0438\u0439 \u043d\u0430 Stripe - \u0441\u0444\u043e\u043a\u0443\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u0438 \u0436\u0438\u0437\u043d\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u043c. \u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u043c, \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438 \u044d\u0442\u043e. \u0412\u0435\u0434\u044c \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u044f \u043b\u044e\u043c\u0435\u043d\u043e\u0432 \u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u0430 \u043a\u0430\u043a \u0445\u043e\u043b\u043e\u043a\u043e\u0441\u0442. \u0421\u0443\u0434\u044f \u043f\u043e \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u044d\u043a\u0441\u043f\u043b\u043e\u0440\u0435\u0440\u0443 \u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0441\u0435\u0442\u044c\u044e \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0430\u043c\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0441\u0435\u0442\u0438, \u0442.\u043a. \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435 \u043d\u0443\u043b\u044f. \u041d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438 \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0443 \u043d\u0435\u0442. \u0414\u0435\u043b\u0430\u0442\u044c \u0435\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0436\u0435\u043b\u0430\u043d\u0438\u044f \u043d\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442. \u0412\u0441\u0435 \u044d\u0442\u043e \u0432 \u0441\u0443\u043c\u043c\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044e Stellar \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0439, \u043d\u043e \u043a\u0430\u043a \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u044e \u0435\u0435 \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u043b\u044c\u0437\u044f - $200 \u043b\u044f\u043c\u043e\u0432 \u044d\u0442\u043e \u043d\u0435 \u0448\u0443\u0442\u043a\u0438.\n\u041f\u0440\u043e\u0441\u0443\u043c\u043c\u0438\u0440\u0443\u044e: \u0421\u0435\u0433\u043c\u0435\u043d\u0442 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u0437\u0430\u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u043d\u043e \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u0438\u043c \u0438\u0437 \u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u043f\u043e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438. \u041f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u0433\u0440\u043e\u043c\u0435\u043d. \u041f\u043e \u0444\u0430\u043a\u0442\u0443, \u0430 \u043d\u0435 \u043f\u043e \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u043c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f Ripple c \u043f\u043e\u0447\u0442\u0438 500 \u0442\u044b\u0441. \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0445 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439, \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 450 \u0442\u044b\u0441. \u044d\u0442\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043e\u0442\u043c\u0435\u043d\u0430 \u043e\u0440\u0434\u0435\u0440\u043e\u0432. \u0410 Corda \u043e\u0442 R3, \u043f\u043e\u0436\u0430\u043b\u0443\u0439, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043f\u043e \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u043c - 50 \u043a\u0440\u0443\u043f\u043d\u0435\u0439\u0448\u0438\u0445 \u0431\u0430\u043d\u043a\u043e\u0432 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e \u0447\u0443\u0434\u043e. R3 \u043d\u0435\u0434\u0430\u0432\u043d\u043e [\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0431\u0443\u043c\u0430\u0433\u0443 \u043f\u043e Corda](https://static1.squarespace.com/static/55f73743e4b051cfcc0b02cf/t/57bda2fdebbd1acc9c0309b2/1472045822585/corda-introductory-whitepaper-final.pdf). \u041e\u0431\u0435\u0449\u0430\u0435\u0442 \u0432 \u0441\u043a\u043e\u0440\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u0443\u044e \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0431\u0443\u043c\u0430\u0433\u0443. \u0414\u0430\u0436\u0435 Visa \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0430\u043d\u043e\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0441\u0432\u043e\u0435 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 [BTL](http://btl.co/visa/), \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u0431\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u043e. \u0424\u043b\u0430\u0433 \u0438\u043c \u0432 \u0441\u043f\u0438\u043d\u0443. \u0411\u0443\u0434\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e, \u0447\u0442\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u0432 \u043e\u0434\u0438\u043d \u043c\u043e\u043c\u0435\u043d\u0442 \u043a \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c\u0443 \u043e\u0442\u0440\u0430\u0441\u043b\u0435\u0432\u043e\u043c\u0443 \u0432\u0437\u0440\u044b\u0432\u0443. \u041d\u0430\u0434\u043e \u043e\u0431 \u044d\u0442\u043e\u043c \u0434\u0443\u043c\u0430\u0442\u044c \u0437\u0430\u0440\u0430\u043d\u0435\u0435.\n\n## \u041f\u0440\u043e \u0422\u0438\u043f\u043e\u0432\u044b\u0435 \u0423\u043c\u043d\u044b\u0435 \u041a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u044b\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u043e\u0445\u0443\u0434\u0435\u043b \u043d\u0430 6% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0438 \u0432\u044b\u0440\u043e\u0441 \u043d\u0430 15% \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u0438 \u043f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $100 \u043c\u043b\u043d. \u042f \u0432\u043e\u0442 \u0447\u0435\u0441\u0442\u043d\u043e \u043d\u0435 \u043f\u043e\u043d\u0438\u043c\u0430\u044e \u043a\u0430\u043a \u043e\u0442\u043b\u0438\u0447\u0438\u0442\u044c \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a \u043e\u0442 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u0434\u043b\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432. \u0412\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430\u044f \u0431\u0430\u0437\u0430 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u0430 \u043e\u0434\u043d\u0430 \u0438 \u0442\u0430 \u0436\u0435: SMB \u0438 Enterprise. \u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u044d\u0442\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e, \u0442.\u043a. \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0435\u0440\u0432\u044b\u0435 \u0437\u0432\u043e\u043d\u043a\u0438 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430 \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 ERP \u0441\u0438\u0441\u0442\u0435\u043c\u044b (BlockPay \u0438 Odoo), \u0438 \u0434\u0430\u0436\u0435 [SAP \u0445\u043e\u0447\u0435\u0442 \u043d\u0435 \u043e\u043f\u043e\u0437\u0434\u0430\u0442\u044c](http://www.bloomberg.com/news/articles/2016-07-29/threat-of-blockchain-prompts-new-strategy-for-germany-s-sap) \u043d\u0430 \u0440\u0430\u0437\u0434\u0430\u0447\u0443 \u0430\u043f\u0435\u043b\u044c\u0441\u0438\u043d\u043e\u0432. \u0422.\u0435. \u0443\u0436\u0435 \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e, \u0447\u0442\u043e \u0440\u0430\u0441\u0442\u0435\u0442 \u0441\u043f\u0440\u043e\u0441 \u043d\u0430 \u043d\u043e\u0432\u043e\u0435 \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u043a\u043e\u043d\u0442\u0440\u0430\u0433\u0435\u043d\u0442\u0430\u043c \"\u0448\u0430\u0440\u0438\u0442\u044c\" \u0443\u0447\u0435\u0442.\n\n\u0421\u0435\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u044d\u0442\u043e \u0434\u0435\u043b\u043e \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u043b\u043e\u0436\u043d\u043e. \u041d\u0430 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0445 \u044f \u043d\u0435 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u043b, \u0447\u0442\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u044b \u043d\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0441 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f, \u0442\u0430\u043a \u043a\u0430\u043a \u0442\u0443\u043f\u043e \u043d\u0435 \u0432\u0438\u0434\u0438\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432. \u041d\u043e \u0432 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043d\u0435\u043a\u0438\u0439 [Antshares](https://cyber.fund/system/AntShares) \u0441\u043e\u0431\u0440\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 3 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432 \u0438 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442 \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u043c, \u0447\u0442\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d \u043d\u0430 Hyperledger.\n\nHyperledger \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043f\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443 [\u0441\u0440\u0435\u0434\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432](https://github.com/hyperledger/hyperledger) - 1400 \u0437\u0432\u0435\u0437\u0434 \u043d\u0430 Github. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u043e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u0431\u043b\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0446\u0435\u043f\u043e\u0447\u0435\u043a Hyperledger. \u0410 \u043a \u0410\u043b\u044c\u044f\u043d\u0441\u0443 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u043e\u0441\u044c [17 \u043d\u043e\u0432\u044b\u0445 \u0447\u043b\u0435\u043d\u043e\u0432](http://www.coindesk.com/hyperledger-project-adds-17-new-members/), \u0432 \u0447\u0438\u0441\u043b\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 Samsung.\n\n\u0421\u0442\u043e\u0438\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0440\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u0447\u0430\u0441\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a \u0443\u0436\u0435 \u043c\u043d\u043e\u0433\u043e. \u0421\u0440\u0435\u0434\u0438 \u043d\u0438\u0445, \u043a\u0440\u043e\u043c\u0435 Hyperledger: [Scorex](https://github.com/input-output-hk/Scorex), [BigChainDB](https://github.com/bigchaindb), [Juno](https://github.com/kadena-io/juno), [Hydrachain](https://github.com/HydraChain), [ErisDB](https://github.com/eris-ltd/eris-db), [OpenChain](https://github.com/openchain), [Multichain](https://github.com/MultiChain), [Graphene](https://github.com/cryptonomex/graphene) \u0438 Corda (\u043f\u043e\u043a\u0430 \u0431\u0435\u0437 \u043a\u043e\u0434\u0430), \u0438 \u0434\u0440\u0443\u0433\u0438\u0435. \u0410 \u0435\u0449\u0435 \u043d\u0430 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u043f\u0440\u043e\u0435\u043a\u0442 \u043f\u043e\u0434 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c [Urbit](http://media.urbit.org/whitepaper.pdf), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u0440\u043e\u0434\u0435 \u0438 \u043d\u0435 \u043f\u0440\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u044b \u0432\u043e\u043e\u0431\u0449\u0435, \u043d\u043e \u043f\u043e \u043c\u043e\u0435\u043c\u0443 \u0441\u043a\u0440\u043e\u043c\u043d\u043e\u043c\u0443 \u043c\u043d\u0435\u043d\u0438\u044e \u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442 \u0440\u044f\u0434\u043e\u043c \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c \u043c\u043e\u0433\u0443\u0442 \u0441\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u043d\u043e\u0433\u0438\u0435 \u0432\u0437\u0433\u043b\u044f\u0434\u044b \u043d\u0430 \u043e\u0442\u0440\u0430\u0441\u043b\u044c.\n\n\u041f\u043e \u043c\u043d\u0435 \u0442\u0430\u043a \u044d\u0442\u043e \u0441\u0430\u043c\u044b\u0439 \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e \u043d\u0435\u0434\u043e\u043e\u0446\u0435\u043d\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0433\u043c\u0435\u043d\u0442. \u0418 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0435 \u0446\u0435\u043f\u043e\u0447\u043a\u0438 \u044d\u0442\u043e \u0435\u0449\u0435 \u043e\u0434\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430. \u0412\u0435\u0434\u044c \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0435 \u0446\u0435\u043f\u043e\u0447\u043a\u0438 - \u044d\u0442\u043e \u043a\u0440\u0443\u0442\u0430\u044f \u0444\u0438\u0447\u0430 \u0434\u043b\u044f \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 [\u0421\u0435\u0440\u044b\u0445 \u043a\u0430\u0440\u0434\u0438\u043d\u0430\u043b\u043e\u0432](https://en.wikipedia.org/wiki/Hidden_champions) \u0441\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u043e\u0435 \u0432\u043b\u0438\u044f\u043d\u0438\u0435 \u043d\u0430 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0443 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043e\u0447\u0435\u043d\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e.", + "category": "cyberfund", + "children": 2, + "created": "2016-09-15T17:18:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://ipfs.pics/ipfs/QmcSKsJQZBRPT2Cb5XyDqsCEjC2cDN6Ywn8tDXV7ww81LC" + ], + "links": [ + "http://blockchainboom.coinfox.info/", + "https://goo.gl/mBBBDv", + "http://www.investopedia.com/terms/o/outstandingshares.asp", + "https://cyber.fund/system/Monero", + "https://en.wikipedia.org/wiki/Ring_signature", + "https://github.com/monero-project/monero/commits/master", + "https://cyber.fund/system/Dash", + "https://en.wikipedia.org/wiki/CoinJoin", + "https://www.dashcentral.org/p/infra-lqd-pvd-201609", + "https://cyber.fund/system/Bytecoin", + "https://cryptonote.org/whitepaper.pdf", + "https://cyber.fund/system/Vanillacoin", + "https://github.com/john-connor/papers", + "https://github.com/john-connor", + "https://cyber.fund/system/Zcash", + "https://en.wikipedia.org/wiki/Zero-knowledge_proof", + "https://blog.maidsafe.net/2016/08/12/safe-network-alpha-release/", + "https://explorer.lbry.io/", + "https://ethereumfoundation.org/devcon/", + "https://github.com/LiskHQ/lisk/releases", + "https://docs.google.com/document/d/1qm02HcAn1ojrfTXQ-QmTyOGAgdkqZQZxhvHfsqM2E6s/edit", + "https://explorer.lisk.io/delegateMonitor", + "https://docs.google.com/document/d/1xmRvAjJEQ72-sR9luS34TG0BOpPn_6ztZjYBFCByKxo/edit", + "https://steemd.com/distribution", + "https://charts.ripple.com/#/validators", + "https://static1.squarespace.com/static/55f73743e4b051cfcc0b02cf/t/57bda2fdebbd1acc9c0309b2/1472045822585/corda-introductory-whitepaper-final.pdf", + "http://btl.co/visa/", + "http://www.bloomberg.com/news/articles/2016-07-29/threat-of-blockchain-prompts-new-strategy-for-germany-s-sap", + "https://cyber.fund/system/AntShares", + "https://github.com/hyperledger/hyperledger", + "http://www.coindesk.com/hyperledger-project-adds-17-new-members/", + "https://github.com/input-output-hk/Scorex", + "https://github.com/bigchaindb", + "https://github.com/kadena-io/juno", + "https://github.com/HydraChain", + "https://github.com/eris-ltd/eris-db", + "https://github.com/openchain", + "https://github.com/MultiChain", + "https://github.com/cryptonomex/graphene", + "http://media.urbit.org/whitepaper.pdf", + "https://en.wikipedia.org/wiki/Hidden_champions" + ], + "tags": [ + "cyberfund", + "cybernomics", + "blockchain", + "investment" + ], + "users": [ + "vitaly-lvov" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10266870092407, + "payout": 8.014, + "payout_at": "2016-09-22T17:18:00", + "pending_payout_value": "8.014 HBD", + "percent_hbd": 10000, + "permlink": "obzor-kiber-ekonomiki-za-avgust", + "post_id": 1256351, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 68 + }, + "title": "\u041e\u0431\u0437\u043e\u0440 \u043a\u0438\u0431\u0435\u0440\u2022\u042d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0438 \u0437\u0430 \u0410\u0432\u0433\u0443\u0441\u0442", + "updated": "2016-09-15T17:33:24", + "url": "/cyberfund/@hipster/obzor-kiber-ekonomiki-za-avgust" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 3023914931, + "voter": "macartem" + } + ], + "author": "macartem", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.78, + "beneficiaries": [], + "blacklists": [], + "body": "\n


\n
\n1. @Steemit
\n
\nReputation - 34.7
\nFollowers - 175
\nFollowing - 0
\nPosts - 1
\nPosting - 3548
\nCuration - 0
\n
\n 

\n

4778859.891 STEEM

\n

75,084,914.832 SP

\n

$70337.438 SBD

\n

Estimated Value: $51,144,020

\n


\n
\n
\n2. @Ned
\n
\nReputation - 62.3
\nFollowers - 1111
\nFollowing - 73
\nPosts - 277
\nPosting - 6676480
\nCuration - 679327788
\n
\n 

\n

0.000 STEEM

\n

4,210,075.624 SP

\n

$4153.073 SBD

\n

Estimated Value: $2,695,486
\n
\n

\n3. @Dan
\n
\nReputation - 66.7
\nFollowers - 1021
\nFollowing - 1
\nPosts - 205
\nPosting - 44470840
\nCuration - 87634338
\n 

\n

0.439 STEEM

\n

3,303,498.553 SP

\n

$14332.676 SBD

\n

Estimated Value: $2,126,127
\n
\n

\n
\n4. @BlockTrades
\n
\nReputation - 68.4
\nFollowers - 893
\nFollowing - 6
\nPosts - 354
\nPosting - 65916519
\nCuration - 195671644
\n
\n 

\n

31222.226 STEEM

\n

2,718,565.475 SP

\n

$76845.349 SBD

\n

Estimated Value: $1,834,675
\n
\n

\n
\n5. @Jamesc
\n
\nReputation - 45.2
\nFollowers - 227
\nFollowing - 127
\nPosts - 103
\nPosting - 5226
\nCuration - 4790669
\n
\n 

\n

0.000 STEEM

\n

2,338,479.456 SP

\n

$53229.187 SBD

\n

Estimated Value: $1,548,126
\n
\n

\n", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:17:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c604428/v604428721/27d96/bCP0uO_P-Xw.jpg", + "https://pp.vk.me/c604428/v604428721/27da0/U9_yHGlVsTc.jpg", + "https://pp.vk.me/c604428/v604428721/27da9/CMFLyEO6nj4.jpg", + "https://pp.vk.me/c604428/v604428721/27db2/DwZMMLXT1BU.jpg", + "https://pp.vk.me/c604428/v604428721/27dbb/EgmRTkWkegM.jpg", + "https://pp.vk.me/c604428/v604428721/27dc4/aX8OZ_uKxQU.jpg" + ], + "tags": [ + "steemit", + "steem", + "whales", + "cn", + "lifehack" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10200377517, + "payout": 0.002, + "payout_at": "2016-09-22T17:17:36", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "5-most-important-whales", + "post_id": 1256347, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "5 most important Whales", + "updated": "2016-09-15T17:17:36", + "url": "/steemit/@macartem/5-most-important-whales" + }, + { + "active_votes": [ + { + "rshares": 23851673844, + "voter": "wpalczynski" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 65124522, + "voter": "rpo" + } + ], + "author": "wpalczynski", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Wikileaks founder Julian Assange has offered to serve time at a US prison if President Barack Obama would pardon Chelsea Manning, the whistleblower who handed Wikileaks US military and diplomatic documents in 2010.

\n

Manning is currently serving a 35-year sentence at the US Disciplinary Barracks in Fort Leavenworth, Kansas.

\n

https://cdn.rt.com/files/2016.09/original/57dac196c46188884f8b45d1.jpg

\n


\n

https://www.rt.com/usa/359454-assange-manning-exchange-prison/

\n", + "category": "assange", + "children": 0, + "created": "2016-09-15T17:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://cdn.rt.com/files/2016.09/original/57dac196c46188884f8b45d1.jpg" + ], + "links": [ + "https://www.rt.com/usa/359454-assange-manning-exchange-prison/" + ], + "tags": [ + "assange", + "manning", + "obama", + "wikileaks" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25076007329, + "payout": 0.005, + "payout_at": "2016-09-22T17:17:15", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead", + "post_id": 1256340, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Take me instead: Wikileaks\u2019 Assange asks Obama to pardon Manning saying he will serve time instead", + "updated": "2016-09-15T17:17:15", + "url": "/assange/@wpalczynski/take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead" + }, + { + "active_votes": [ + { + "rshares": 31308460859447, + "voter": "smooth" + }, + { + "rshares": 231810333637, + "voter": "anonymous" + }, + { + "rshares": 1020236794603, + "voter": "liondani" + }, + { + "rshares": 1950774078440, + "voter": "xeroc" + }, + { + "rshares": 636514783207, + "voter": "masteryoda" + }, + { + "rshares": 5943125371535, + "voter": "smooth.witness" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 14982933604, + "voter": "eeks" + }, + { + "rshares": 32368367444, + "voter": "instructor2121" + }, + { + "rshares": 326639006522, + "voter": "teamsteem" + }, + { + "rshares": 178446109019, + "voter": "steve-walschot" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "rshares": 970586830705, + "voter": "cyber" + }, + { + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "rshares": 57203974765, + "voter": "thecryptodrive" + }, + { + "rshares": 5287780547, + "voter": "tee-em" + }, + { + "rshares": 31345579234, + "voter": "michaelx" + }, + { + "rshares": 88062402472, + "voter": "razvanelulmarin" + }, + { + "rshares": 34073699558, + "voter": "cryptoiskey" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 37152547241, + "voter": "clement" + }, + { + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "rshares": 68450553516, + "voter": "bacchist" + }, + { + "rshares": 52093553829, + "voter": "venuspcs" + }, + { + "rshares": 14885828588, + "voter": "ausbitbank" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 185292018100, + "voter": "anyx" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 87223247, + "voter": "wildchild" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 167307855189, + "voter": "blueorgy" + }, + { + "rshares": 3709595271, + "voter": "bitcoiner" + }, + { + "rshares": 30989825780, + "voter": "zaebars" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 4233708636, + "voter": "tygergamer" + }, + { + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "rshares": 138539449846, + "voter": "steemdrive" + }, + { + "rshares": 50579614280, + "voter": "gomeravibz" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 22969491561, + "voter": "laonie1" + }, + { + "rshares": 23486297008, + "voter": "laonie2" + }, + { + "rshares": 23494592105, + "voter": "laonie3" + }, + { + "rshares": 5831750244, + "voter": "brendio" + }, + { + "rshares": 416938566, + "voter": "gmurph" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 23490269143, + "voter": "laonie4" + }, + { + "rshares": 23487998630, + "voter": "laonie5" + }, + { + "rshares": 23485020903, + "voter": "laonie6" + }, + { + "rshares": 23480867466, + "voter": "laonie7" + }, + { + "rshares": 3323846130, + "voter": "kurtbeil" + }, + { + "rshares": 23477419388, + "voter": "laonie8" + }, + { + "rshares": 23474718053, + "voter": "laonie9" + }, + { + "rshares": 2370262538, + "voter": "steemleak" + }, + { + "rshares": 7991657587, + "voter": "mevilkingdom" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 2343161589, + "voter": "paynode" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 61430307, + "voter": "cryptoblu" + }, + { + "rshares": 61423628, + "voter": "instructor" + }, + { + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "rshares": 4056826699, + "voter": "lamech-m" + }, + { + "rshares": 23468511648, + "voter": "laonie10" + }, + { + "rshares": 159631404, + "voter": "kamil5" + }, + { + "rshares": 8706975244, + "voter": "garywilson" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "rshares": 32443492367, + "voter": "hilarski" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 8558777427, + "voter": "rimann" + }, + { + "rshares": 58139915, + "voter": "rickmiller" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "rshares": 22621808463, + "voter": "laonie11" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 450072622, + "voter": "saramiller" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 6066265903, + "voter": "dexter-k" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 674641805, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "rshares": 61826073622, + "voter": "tracemayer" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 2170339399, + "voter": "steemsquad" + }, + { + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 140412636, + "voter": "steemtrail" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "mevilkingdom", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.06, + "beneficiaries": [], + "blacklists": [], + "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
\n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
\n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
\nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
\nGifts from **Disneyland Paris**\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
\nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", + "category": "life", + "children": 3, + "created": "2016-09-15T17:14:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + ], + "links": [ + "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", + "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", + "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + ], + "tags": [ + "life", + "story", + "collector", + "toys", + "mandesevilkingdom" + ], + "users": [ + "steve-walschot", + "herrlonnie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46309406304713, + "payout": 127.75, + "payout_at": "2016-09-22T17:14:30", + "pending_payout_value": "127.750 HBD", + "percent_hbd": 10000, + "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", + "post_id": 1256309, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 109 + }, + "title": "The gift of family: Stories of a toy collector #1", + "updated": "2016-09-15T17:14:30", + "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + }, + { + "active_votes": [ + { + "rshares": 1577686262993, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 37088193309, + "voter": "everythink" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 3650944253, + "voter": "anmuravjev" + }, + { + "rshares": 24417657582, + "voter": "phenom" + }, + { + "rshares": 112919817, + "voter": "pollina" + }, + { + "rshares": 3023914931, + "voter": "macartem" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "anmuravjev", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.6, + "beneficiaries": [], + "blacklists": [], + "body": "\u042d\u0442\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u0441\u043e \u043c\u043d\u043e\u0439, \u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u043e\u0447\u0435\u043d\u044c \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u0439 \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u043e\u043a. \u042d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u044f \u043f\u043e\u043f\u0430\u043b \u0432 \u0440\u0443\u0441\u0441\u043a\u0443\u044e \u043c\u0430\u0444\u0438\u044e, \u0447\u0435\u043c \u043c\u044b \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c, \u0438 \u0447\u0435\u043c \u0432\u0441\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c.. \u041f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u044d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f, \u0430 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0438 \u0441\u0435\u0439\u0447\u0430\u0441, \u0442\u043e \u0438\u043c\u0435\u043d\u0430 \u0438 \u043c\u0435\u0441\u0442\u0430 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b, \u0430 \u0432\u0441\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0437\u0430\u0440\u0435\u0442\u0443\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u044b. \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043c\u043e\u0438\u0445 \u0434\u0440\u0443\u0437\u0435\u0439 \u0443\u0436\u0435 \u043d\u0435\u0442 \u0432 \u0436\u0438\u0432\u044b\u0445, \u043d\u043e \u044f \u043d\u0435 \u0445\u043e\u0447\u0443 \u0437\u0430\u0431\u0435\u0433\u0430\u0442\u044c \u0432\u043f\u0435\u0440\u0435\u0434 \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0435\u0440\u0435\u0436\u0438\u0432\u0443 \u0432\u0441\u0435 \u044d\u0442\u043e \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0432\u0430\u043c\u0438 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430. \n\n
https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg
\n\n\u041d\u0435 \u0432\u0441\u0435 \u0437\u043d\u0430\u044e\u0442, \u043a\u043e\u0433\u0434\u0430 \u043c\u0430\u0444\u0438\u044f \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0432\u043e\u0435 \u0432\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435. \u0412\u0441\u0435 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043d\u043e \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 90-\u0445 \u0433\u043e\u0434\u043e\u0432, \u043a\u043e\u0433\u0434\u0430 \u0421\u0421\u0421\u0420 \u0431\u044b\u043b \u0440\u0430\u0437\u0432\u0430\u043b\u0435\u043d, \u0438 \u043b\u044e\u0434\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e. \u0422\u043e\u0433\u0434\u0430 \u0443 \u043b\u044e\u0434\u0435\u0439, \u043a\u0442\u043e \u043e\u0431\u043b\u0430\u0434\u0430\u043b \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0438\u043b\u043e\u0439 \u0438 \u0436\u0435\u043b\u0430\u043d\u0438\u0435\u043c \u0436\u0438\u0442\u044c \u043a\u0440\u0430\u0441\u0438\u0432\u043e - \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u0441\u043e\u0431\u043b\u0430\u0437\u043d \u0437\u0430\u0431\u0440\u0430\u0442\u044c \u0447\u0443\u0436\u043e\u0435. \u041c\u043e\u043b\u043e\u0434\u044b\u0435 \u043b\u044e\u0434\u0438, \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0445 \u0441\u0435\u043a\u0446\u0438\u0439, \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u043b\u0438 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c \u0441\u0432\u043e\u0435\u0439 \u0441\u0438\u043b\u044b: \u043e\u043d\u0438 \u043e\u0442\u0431\u0438\u0440\u0430\u043b\u0438 \u0434\u043e\u0445\u043e\u0434\u044b \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0437\u0430\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u043b\u0438 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0435 \u043f\u043e\u0442\u043e\u043a\u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0439. \u0427\u0430\u0441\u0442\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b\u043e\u0441\u044c \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0440\u0430\u0441\u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u043d\u0430\u0434 \u0442\u0435\u043c\u0438, \u043a\u0442\u043e \u043d\u0435 \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0447\u0438\u043d\u044f\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0432\u0441\u0435\u043b\u0435\u043d\u0438\u044f \u0441\u0442\u0440\u0430\u0445\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445. \u0412 \u0420\u043e\u0441\u0441\u0438\u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0441\u043e\u0442\u043d\u0438 \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u0438 \u0442\u044b\u0441\u044f\u0447\u0438 \u043c\u0435\u043b\u043a\u0438\u0445 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u00ab\u0437\u0430\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0438\u00bb \u043a\u0443\u0441\u043e\u043a \u0445\u043b\u0435\u0431\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0440\u044d\u043a\u0435\u0442\u0430, \u043d\u043e \u0438 \u0432\u043e\u0435\u0432\u0430\u043b\u0438 \u0438\u0437-\u0437\u0430 \u043d\u0435\u0433\u043e \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439. \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0438\u0437 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0442\u0435\u0445 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0441\u0438\u0434\u0438\u0442 \u0432 \u0442\u044e\u0440\u044c\u043c\u0435 \u0438\u043b\u0438 \u043c\u0435\u0440\u0442\u0432.\n\n\u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0430\u044f \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u043e\u0439\u043d\u0430, \u043d\u043e \u043b\u0438\u0447\u043d\u043e \u044f \u0432 \u043d\u0435\u0439 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b. \u0414\u043b\u044f \u043c\u0435\u043d\u044f \u0432\u0441\u0435 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u0432 2003 \u0433\u043e\u0434\u0443, \u0442\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u0431\u044b\u043b\u043e 13 \u043b\u0435\u0442. \u0412 \u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u0434\u0440\u0443\u0437\u044c\u044f \u043f\u043e \u0434\u0432\u043e\u0440\u0443 \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u043b\u0438 \u043c\u0435\u043d\u044f \u043f\u043e\u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u0431\u043e\u043a\u0441\u043e\u043c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043d\u0438\u043c\u0438. \u042f \u043e\u0436\u0438\u0434\u0430\u043b \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0432\u0435\u0434\u044c \u044f \u0443\u0436\u0435 \u0437\u043d\u0430\u043b, \u0447\u0442\u043e \u0440\u0435\u0431\u044f\u0442\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f \u0447\u0435\u043c-\u0442\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c, \u043d\u043e \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u043d\u0435 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u043e\u0431 \u044d\u0442\u043e\u043c: \u00ab\u0432\u043e\u0442 \u043f\u0440\u0438\u0434\u0435\u0448\u044c - \u0438 \u0432\u0441\u0435 \u0443\u0437\u043d\u0430\u0435\u0448\u044c\u00bb, -- \u0442\u0430\u043a \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b\u0430\u0441\u044c \u0438\u043d\u0442\u0440\u0438\u0433\u0430. \u042f \u0436\u0435, \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u044f \u0437\u0430 \u043d\u0438\u043c\u0438 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b, \u0438 \u0435\u0449\u0435 \u043d\u0435 \u0432\u043e\u0448\u0435\u0434\u0448\u0438\u0439 \u0432 \u0438\u0445 \u0442\u0435\u0441\u043d\u044b\u0439 \u043a\u0440\u0443\u0433, \u043d\u0435 \u0432\u0438\u0434\u0435\u043b \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u0432 \u0438\u0445 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438, \u043d\u043e \u043c\u0435\u043d\u044f \u0432\u043e\u0441\u0445\u0438\u0449\u0430\u043b\u0438 \u0438\u0445 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u043f\u043e \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443: \u043e\u0434\u0438\u043d \u0437\u0430 \u0432\u0441\u0435\u0445 \u0438 \u0432\u0441\u0435 \u0437\u0430 \u043e\u0434\u043d\u043e\u0433\u043e.\n\n\u042d\u0442\u043e \u0432\u044b\u0440\u0430\u0436\u0430\u043b\u043e\u0441\u044c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0431\u044b\u0435 \u0443\u043b\u0438\u0447\u043d\u044b\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043e\u043d\u0438 \u0440\u0435\u0448\u0430\u043b\u0438 \u044f\u0447\u0435\u0439\u043a\u043e\u0439 \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u0414\u043e \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u043e\u0442\u0430\u0441\u043e\u0432\u043e\u043a \u0432 \u043d\u0430\u0448\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043e\u0445\u043e\u0434\u0438\u043b\u043e \u043d\u0435 \u0447\u0430\u0441\u0442\u043e, \u043c\u0430\u043b\u043e \u043a\u0442\u043e \u0436\u0435\u043b\u0430\u043b \u0438\u0434\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0432 \u0442\u0430\u043a\u043e\u0439 \u0441\u0438\u043b\u044b: >100 \u043b\u044b\u0441\u044b\u0445, \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u043d\u0435\u0439. \u0412 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u043e\u0436\u0438\u0434\u0430\u043b\u043e\u0441\u044c \u0445\u043e\u0442\u044c \u0441\u043a\u043e\u043b\u044c\u043a\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0440\u0430\u0432\u043d\u043e\u0435 \u0441\u043e\u043f\u0440\u043e\u0442\u0438\u0432\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u0434\u0442\u044f\u0433\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u0431\u043e\u043b\u044c\u0448\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044f\u0447\u0435\u0435\u043a \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u0432\u0441\u0435\u0433\u043e \u0438\u0445 \u0431\u044b\u043b\u043e 58. \u0412 \u0446\u0435\u043b\u043e\u043c, \u044d\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u0435 5000 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0430 \u043f\u0438\u043a\u0435 \u0441\u0432\u043e\u0435\u0439 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0432 2005 \u0433\u043e\u0434\u0443. \u041c\u043d\u043e\u0433\u0438\u0435 \u0431\u044b\u043b\u0438 \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u044b \u0438 \u043f\u043e\u0447\u0442\u0438 \u0432\u0441\u0435 \u0431\u043e\u043a\u0441\u0435\u0440\u044b. \u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u043e\u0433\u0440\u043e\u043c\u043d\u0430\u044f \u0441\u0438\u043b\u0430. \n\n\n\u041d\u043e \u044f \u0442\u043e\u0433\u0434\u0430 \u043d\u0435 \u0437\u043d\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439. \u042f \u0432\u0441\u0435\u0433\u043e-\u043b\u0438\u0448\u044c \u0448\u0435\u043b \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u0435\u043a\u0446\u0438\u044e \u0431\u043e\u043a\u0441\u0430 \u0443 \u0445\u043e\u0440\u043e\u0448\u0438\u0445 \u0442\u0440\u0435\u043d\u0435\u0440\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0430\u043c\u0438 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u044b \u0420\u043e\u0441\u0441\u0438\u0438, \u0415\u0432\u0440\u043e\u043f\u044b, \u041c\u0438\u0440\u0430, \u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043b\u0438 \u043c\u043d\u043e\u0433\u0438\u0445 \u0441\u0432\u043e\u0438\u0445 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u043e\u0432 \u0420\u043e\u0441\u0441\u0438\u0438, \u0415\u0432\u0440\u043e\u043f\u044b \u0438 \u041c\u0438\u0440\u0430.. \u042f \u0431\u044b\u043b \u0432 \u0432\u043e\u0441\u0442\u043e\u0440\u0433\u0435 \u043e\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0431\u0443\u0434\u0443 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0434\u0430 \u0435\u0449\u0435 \u0438 \u0433\u0434\u0435-\u0442\u043e \u0442\u0430\u043c, \u043e \u0447\u0435\u043c \u0432\u0441\u0435 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u043e. \n\n\u041f\u043e\u0441\u043b\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438, \u043c\u044b \u0441\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c \u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u043c \u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0438 \u0441\u043e \u0441\u0442\u043e\u043b\u0430\u043c\u0438, \u0433\u0434\u0435 \u0432\u0441\u0435 \u043f\u0438\u043b\u0438 \u0447\u0430\u0439. \u0422\u0430\u043c \u0431\u044b\u043b\u043e \u0431\u043e\u043b\u044c\u0448\u0435 100 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, \u043c\u043d\u043e\u0433\u0438\u0435 \u0441\u0442\u043e\u044f\u043b\u0438 \u0432 \u0434\u0432\u0435\u0440\u044f\u0445, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u043e\u0439\u0442\u0438 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u043e\u0441\u044c. \u0412\u0441\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438 \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439, \u0441\u0442\u043e\u044f\u043b \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u043d\u0438\u0437\u043a\u043e\u0447\u0430\u0441\u0442\u043e\u0442\u043d\u044b\u0439 \u0433\u0443\u043b, \u0430 \u044f \u043f\u0438\u043b \u0447\u0430\u0439, \u0436\u0435\u0432\u0430\u043b \u043f\u0435\u0447\u0435\u043d\u044c\u043a\u0438, \u0438 \u043d\u0435 \u0434\u0443\u043c\u0430\u043b \u043d\u0438 \u043e \u0447\u0435\u043c \u043f\u043b\u043e\u0445\u043e\u043c. \u0412\u0441\u0435 \u044d\u0442\u043e \u0431\u044b\u043b\u043e \u0437\u0430\u0431\u0430\u0432\u043d\u043e \u0438 \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0431\u043b\u0438\u0437\u043a\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f \u0441\u0438\u0434\u0435\u043b\u0438 \u0440\u044f\u0434\u043e\u043c, \u0438 \u044f \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0441\u0442\u0430\u043b. \n\n
https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png
\n\n\u0422\u0443\u0442 \u043f\u0440\u043e\u0437\u0432\u0443\u0447\u0430\u043b \u0433\u043e\u043b\u043e\u0441: \u00ab\u041d\u0443 \u0447\u0442\u043e, \u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u043f\u043e\u043e\u0431\u0449\u0430\u0435\u043c\u0441\u044f?\u00bb.. \u0418 \u0432\u0441\u0435 \u043f\u0440\u0438\u0442\u0438\u0445\u043b\u0438. \u041f\u0430\u0440\u0435\u043d\u044c, \u043b\u0435\u0442 26 \u0441 \u0448\u0438\u0440\u043e\u043a\u0438\u043c \u0448\u0440\u0430\u043c\u043e\u043c \u043d\u0430 \u043b\u0431\u0443, \u043d\u0430\u0447\u0430\u043b \u043e\u0434\u043d\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0439 \u0434\u0438\u0430\u043b\u043e\u0433 \u0441 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043e\u043c, \u043d\u043e \u044f \u043d\u0435 \u043e\u0441\u043e\u0431\u043e \u043f\u043e\u043d\u0438\u043c\u0430\u043b \u043e \u0447\u0435\u043c \u0438\u0434\u0435\u0442 \u0440\u0435\u0447\u044c, \u0438 \u0432 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043c\u043e\u043c\u0435\u043d\u0442 \u0434\u0430\u0436\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u043b \u0444\u043e\u043a\u0443\u0441 \u043e\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0438 \u0443\u0448\u0435\u043b \u0432 \u0441\u0435\u0431\u044f. \u042f \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u043e\u0442 \u0442\u043e\u043b\u0447\u043a\u0430 \u0432 \u043b\u043e\u043a\u043e\u0442\u044c, \u043c\u043d\u0435 \u0448\u0435\u043f\u0442\u0430\u043b\u0438 \u0447\u0442\u043e\u0431\u044b \u044f \u0432\u0441\u0442\u0430\u043b.\n\n\u00ab\u0422.\u0435. \u0432\u0441\u0435 \u0441\u0438\u0434\u044f\u0442, \u0430 \u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0441\u0442\u0430\u0442\u044c?.. \u0427\u0442\u043e \u0437\u0430 \u0445\u0435\u0440\u044c? \u041a \u0442\u0430\u043a\u043e\u043c\u0443 \u043c\u0435\u043d\u044f \u043d\u0435 \u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0438!\u00bb, - \u0432\u043e\u0442 \u0447\u0442\u043e \u044f \u043f\u043e\u0434\u0443\u043c\u0430\u043b, \u043d\u043e \u0434\u0435\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u043a\u0443\u0434\u0430, \u0438 \u044f \u0432\u0441\u0442\u0430\u043b. \n- \"\u041d\u043e\u0432\u0438\u0447\u043e\u043a? \u041a\u0430\u043a \u0442\u0435\u0431\u044f \u0437\u0432\u0430\u0442\u044c?\" - \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043f\u0430\u0440\u0435\u043d\u044c \u0441\u043e \u0448\u0440\u0430\u043c\u043e\u043c,\n- \u00ab\u041b\u0435\u0445\u0430\" - \u0433\u043e\u0432\u043e\u0440\u044e \u044f,\n- \"\u041b\u0435\u0445\u0430, \u0443 \u043d\u0430\u0441 \u0442\u0440\u0438 \u0437\u043e\u043b\u043e\u0442\u044b\u0445 \u043f\u0440\u0430\u0432\u0438\u043b\u0430: \u0411\u0435\u0437 \u043e\u0440\u0443\u0436\u0438\u044f, \u0411\u0435\u0437 \u043d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432, \u0411\u0435\u0437 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u0412\u0441\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0440\u0435\u0448\u0430\u0435\u043c \u0441\u0430\u043c\u0438, \u0431\u0435\u0437 \u043f\u043e\u043b\u0438\u0446\u0438\u0438. \u041e\u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u0442\u0435\u0431\u0435 \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0443\u0442 \u0442\u0432\u043e\u0438 \u0434\u0440\u0443\u0437\u044c\u044f. \u041a\u0430\u043a\u0438\u0435-\u0442\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u044b?\" \n- \"\u041d\u0435\u0442 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432\u00bb,\n- \"\u0422\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u0441\u0430\u0436\u0438\u0432\u0430\u0439\u0441\u044f, \u043f\u0435\u0439 \u0447\u0430\u0439, \u043e\u0442\u0434\u044b\u0445\u0430\u0439\u00bb. \n\u042f \u043e\u0444\u0438\u0433\u0435\u043b. \u042f \u043d\u0435 \u0431\u044b\u043b \u0433\u043e\u0442\u043e\u0432 \u043a \u0442\u0430\u043a\u043e\u043c\u0443. \u041c\u0435\u043d\u044f \u044d\u0442\u043e \u043e\u0431\u0435\u0441\u043a\u0443\u0440\u0430\u0436\u0438\u043b\u043e, \u043d\u043e \u044d\u0442\u043e \u043e\u043f\u044f\u0442\u044c \u0431\u044b\u043b \u0432\u043e\u0441\u0442\u043e\u0440\u0433 \u043e\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e. \n\n\u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438 \u0448\u043b\u0438, \u044f \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u0432\u043e\u0438\u043b\u0441\u044f \u0438 \u043f\u043e\u043f\u0440\u0438\u0432\u044b\u043a. \u041a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c \u043c\u044b \u0438\u0433\u0440\u0430\u043b\u0438 \u0432 \u0444\u0443\u0442\u0431\u043e\u043b, \u043a\u0430\u0447\u0430\u043b\u0438\u0441\u044c \u0432 \u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043a\u0435, \u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u0437\u0430\u043b \u0431\u043e\u043a\u0441\u0430, \u0438 \u0432\u0441\u0435 \u044d\u0442\u043e \u0411\u0415\u0421\u041f\u041b\u0410\u0422\u041d\u041e. \u0425\u043e\u0447\u0435\u0448\u044c \u0444\u0443\u0442\u0431\u043e\u043b? \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430. \u041a\u0430\u0447\u0430\u0442\u044c\u0441\u044f? \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430. \u0411\u043e\u043a\u0441? \u0422\u0440\u0435\u043d\u0435\u0440\u0430 \u0436\u0434\u0443\u0442 \u0442\u0435\u0431\u044f. \u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u043d\u0430\u0448\u0435\u043c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c \u0434\u0432\u0443\u0445\u044d\u0442\u0430\u0436\u043d\u043e\u043c \u0437\u0434\u0430\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u043b\u043e \u0432 \u0441\u0435\u0431\u044f \u0437\u0430\u043b\u044b \u043a\u0430\u0447\u043a\u0430 \u0438 \u0431\u043e\u043a\u0441\u0430, \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043d\u043d\u0438\u0441\u0430 \u0438 \u0431\u0438\u043b\u044c\u044f\u0440\u0434\u0430, \u0430 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0443 \u043d\u0430\u0441 \u0431\u044b\u043b\u043e \u043c\u0438\u043d\u0438- \u0438 \u043f\u043e\u043b\u043d\u043e\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0435 \u0444\u0443\u0442\u0431\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435. \n\n\u041f\u043b\u0430\u0442\u0438\u043b\u0438 \u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0430 \u0447\u0430\u0439, \u043d\u043e \u044d\u0442\u043e \u0431\u044b\u043b\u0438 \u0441\u0443\u0449\u0438\u0435 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u043f\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e \u0441 \u0442\u0435\u043c, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0431\u0440\u0430\u043b\u0438 \u0432 \u043e\u0431\u044b\u0447\u043d\u044b\u0445 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0445 \u0441\u0435\u043a\u0446\u0438\u044f\u0445: 100 \u0440\u0443\u0431\u043b\u0435\u0439 \u0432 \u043c\u0435\u0441\u044f\u0446.. \u043c\u0435\u043d\u044c\u0448\u0435 2$ \u043f\u043e \u0442\u0435\u043a\u0443\u0449\u0438\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c. \u0412 \u0442\u043e \u0436\u0435 \u0432\u0440\u0435\u043c\u044f, \u043c\u044b \u0434\u0435\u043b\u0430\u043b\u0438 \u0432\u0441\u0435 \u0434\u043b\u044f \u0441\u0435\u0431\u044f \u0441\u0430\u043c\u0438: \u0440\u0435\u043c\u043e\u043d\u0442 \u0432 \u0437\u0430\u043b\u0435 \u2014 \u0441\u0430\u043c\u0438, \u0431\u0435\u0441\u0435\u0434\u043a\u0443 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c - \u0441\u0430\u043c\u0438, \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0441\u0442\u0430\u0434\u0438\u043e\u043d \u0441 \u0442\u0440\u0438\u0431\u0443\u043d\u0430\u043c\u0438!!! \u0441\u0430\u043c\u0438. \u0412\u0441\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0440\u0443\u043a\u0430\u043c\u0438, \u0431\u0435\u0437 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u044b\u0445 \u043f\u043b\u0430\u0442 \u0438 \u0431\u0435\u0437 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \n\n\u0413\u043e\u0432\u043e\u0440\u044f\u0442, \u0447\u0442\u043e \u043f\u043e\u043f\u0430\u0441\u0442\u044c \u0432 \u043c\u0430\u0444\u0438\u044e \u043b\u0435\u0433\u043a\u043e, \u0430 \u0432\u043e\u0442 \u0443\u0439\u0442\u0438 \u2014 \u0441\u043b\u043e\u0436\u043d\u043e. \u0412 \u043d\u0430\u0448\u0435\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u0441\u0435 \u0431\u044b\u043b\u043e \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442. \u041a\u0430\u0436\u0434\u0430\u044f \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b\u0430\u0441\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0430\u043c\u0438 \u043f\u043e \u0436\u0443\u0440\u043d\u0430\u043b\u0443. \u0414\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c 3 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043e\u043a \u0431\u0435\u0437 \u0443\u0432\u0430\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u0438\u0447\u0438\u043d\u044b, \u0438 \u043f\u043e \u0442\u0435\u0431\u0435 \u043f\u043e\u0434\u043d\u0438\u043c\u0443\u0442 \u0432\u043e\u043f\u0440\u043e\u0441. \u0415\u0441\u043b\u0438 \u043d\u0435 \u043e\u0442\u0432\u0435\u0442\u0438\u0448\u044c - \u0442\u0435\u0431\u044f \u0432\u044b\u0433\u043e\u043d\u044f\u0442. \n\n\u041f\u0440\u0438 \u00ab\u0432\u044b\u0445\u043e\u0434\u0435\u00bb \u0438\u0437 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u043d\u0438\u043a\u043e\u0433\u043e \u043d\u0435 \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u043b\u0438, \u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0438 \u0442\u0430\u0449\u0438\u0442\u044c \u0438\u0437 \u0434\u043e\u043c\u0430 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u044b, \u0438\u043b\u0438 \u0447\u0435\u0433\u043e-\u0442\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435. \u0423\u0445\u043e\u0434\u0438\u0448\u044c? \u0423\u0445\u043e\u0434\u0438, \u043d\u0435 \u0442\u0440\u0430\u0442\u044c \u043d\u0430\u0448\u0435 \u0432\u0440\u0435\u043c\u044f \u0438 \u043d\u0435 \u0441\u043c\u0435\u0439 \u0434\u0443\u043c\u0430\u0439 \u043e \u043d\u0430\u0441 \u043f\u043b\u043e\u0445\u043e. \u0415\u0441\u043b\u0438 \u0431\u0440\u0430\u043b \u0447\u0442\u043e-\u0442\u043e -- \u0432\u0435\u0440\u043d\u0438, \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u043d\u0430\u043c \u043d\u0435 \u043d\u0443\u0436\u043d\u043e.\n\n\n\u041d\u0430 \u0447\u0442\u043e \u043c\u044b \u0436\u0438\u043b\u0438? \u041f\u0430\u0440\u043a\u043e\u0432\u043a\u0438. \u041c\u044b \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u043d\u044b\u0435 \u043d\u043e\u0447\u043d\u044b\u0435 \u0430\u0432\u0442\u043e\u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0438 \u0432\u043e \u0434\u0432\u043e\u0440\u0430\u0445 \u0438 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u043b\u0438 \u0445\u043e\u0437\u044f\u0435\u0432\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u0439 \u043e\u0445\u0440\u0430\u043d\u0443. \u0421 \u043f\u0430\u0440\u043a\u043e\u0432\u043e\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043f\u043b\u0430\u0442\u0438\u043b\u043e\u0441\u044c \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0437\u0434\u0430\u043d\u0438\u0438, \u0437\u0430\u043a\u0443\u043f\u0430\u043b\u0438\u0441\u044c \u0441\u0442\u0440\u043e\u0439\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u043b\u0438\u0441\u044c \u0443\u0431\u043e\u0440\u0449\u0438\u043a\u0438 \u0438 \u00ab\u0433\u0440\u0435\u043b\u0438\u0441\u044c\u00bb \u0442\u044e\u0440\u044c\u043c\u044b.\n\n\u0413\u0440\u0435\u0432 \u0442\u044e\u0440\u044c\u043c\u044b - \u044d\u0442\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043f\u043e\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0442\u044e\u0440\u044c\u043c\u0443, \u043d\u0435 \u0442\u0430\u043a \u0432\u0430\u0436\u043d\u043e \u043a\u043e\u043c\u0443, \u043a\u0430\u043a \u0432\u0430\u0436\u0435\u043d \u0441\u0430\u043c \u0444\u0430\u043a\u0442 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438. \u0412 \u043f\u043e\u0441\u044b\u043b\u043a\u0435 \u043e\u0431\u044b\u0447\u043d\u043e \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u044b, \u043a\u043e\u043d\u0444\u0435\u0442\u044b \u0438 \u043f\u0435\u0447\u0435\u043d\u044c\u0435, \u0438\u043d\u043e\u0433\u0434\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b. \u0411\u0435\u0437 \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043b\u0438\u0447\u043d\u043e\u0439 \u0436\u0438\u0437\u043d\u0438, \u0442\u044b \u0432\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u0438 \u043d\u0435 \u043f\u0430\u0446\u0430\u043d. \n\n\u0415\u0441\u043b\u0438 \u0442\u0435\u0431\u0435 \u0437\u0430\u0434\u0430\u0434\u0443\u0442 \u0432\u043e\u043f\u0440\u043e\u0441 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 - \u201c\u043a\u0442\u043e \u0442\u044b?\u201d. \u0421\u043a\u0430\u0436\u0435\u0448\u044c \u043c\u0443\u0436\u0438\u043a -- \u043c\u0443\u0436\u0438\u043a \u0432 \u043f\u043e\u043b\u0435 \u043f\u0430\u0448\u0435\u0442, \u0438\u0434\u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u0439. \u0421\u043f\u043e\u0440\u0442\u0441\u043c\u0435\u043d -- \u0438\u0434\u0438 \u0442\u0440\u0435\u043d\u0438\u0440\u0443\u0439\u0441\u044f. \u041f\u0430\u0446\u0430\u043d -- \u0430 \u043a\u043e\u0433\u043e \u0442\u044b \u0433\u0440\u0435\u0435\u0448\u044c? \u0422\u043e\u043b\u044c\u043a\u043e \u043f\u0430\u0446\u0430\u043d\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u0442\u044c \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435, \u0430 \u0441\u043b\u043e\u0432\u0435\u0441\u043d\u044b\u0439 \u0431\u043e\u0439 -- \u044d\u0442\u043e \u0446\u0435\u043b\u0430\u044f \u043d\u0430\u0443\u043a\u0430. \u0415\u0441\u043b\u0438 \u043e\u043d \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442 \u043f\u0440\u043e\u0442\u0438\u0432 \u0442\u0435\u0431\u044f, \u0438 \u0442\u044b \u0432 \u043d\u0435\u043c \u043d\u0435 \u0441\u0438\u043b\u0435\u043d, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u044b \u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u0435\u0448\u044c \u0438 \u043e\u0441\u0442\u0430\u043d\u0435\u0448\u044c\u0441\u044f \u0434\u043e\u043b\u0436\u0435\u043d. \u041d\u043e \u043c\u044b \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u043b\u0438 \u0438 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0438\u0441\u044c, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u043d\u0430 \u0441\u043b\u043e\u0432\u0430\u0445. \n\n\u0423 \u0442\u0435\u0445 \u0437\u0430\u043b\u043e\u0432, \u043a\u0442\u043e \u0431\u044b\u043b \u043f\u043e\u043c\u043b\u0430\u0434\u0448\u0435, \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u043e\u0445\u043e\u0434\u043e\u0432 \u043a\u0440\u043e\u043c\u0435 \u043f\u0430\u0440\u043a\u043e\u0432\u043e\u043a \u043d\u0435 \u0431\u044b\u043b\u043e. \u0410 \u0435\u0441\u043b\u0438 \u0438 \u0431\u044b\u043b\u0438, \u0442\u043e \u043e\u043d\u0438 \u043d\u0435 \u0432\u044b\u043d\u043e\u0441\u0438\u043b\u0438\u0441\u044c \u043d\u0430 \u043e\u0431\u0449\u0435\u0435 \u0438 \u0443\u0442\u0430\u0438\u0432\u0430\u043b\u0438\u0441\u044c, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043d\u0430\u0440\u0443\u0448\u0430\u043b\u0438 \u0442\u0440\u0438 \u0417\u043e\u043b\u043e\u0442\u044b\u0445 \u041f\u0440\u0430\u0432\u0438\u043b\u0430: \u0411\u0435\u0437 \u041e\u0440\u0443\u0436\u0438\u044f, \u0411\u0435\u0437 \u041d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432, \u0411\u0435\u0437 \u041a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u041e\u0434\u043d\u0430 \u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0430 \u043c\u043e\u0433\u043b\u0430 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442\u044c \u0434\u043e 5000$ \u0432 \u043c\u0435\u0441\u044f\u0446 \u0447\u0438\u0441\u0442\u043e\u0433\u043e \u0434\u043e\u0445\u043e\u0434\u0430, \u0430 \u0443 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0438\u0445 \u0431\u044b\u043b\u043e \u043f\u043e 3 \u0448\u0442\u0443\u043a\u0438 - \u0438 \u044d\u0442\u043e \u043c\u0438\u043d\u0438\u043c\u0443\u043c. \u0422\u0430\u043a \u043c\u044b \u0438 \u0436\u0438\u043b\u0438, \u0441\u0430\u043c\u0438 \u0436\u0435 \u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u044f \u043d\u0430 \u0441\u0432\u043e\u0438\u0445 \u0436\u0435 \u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0430\u0445. \u0423 \u0442\u0435\u0445 \u0437\u0430\u043b\u043e\u0432, \u043a\u0442\u043e \u0431\u044b\u043b \u043f\u043e\u0441\u0442\u0430\u0440\u0448\u0435 - \u0432 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u044b\u043b\u0438 \u0431\u0438\u0437\u043d\u0435\u0441\u044b: \u0441\u0435\u0442\u0438 \u0430\u043f\u0442\u0435\u043a, \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0435 \u0442\u043e\u0447\u043a\u0438, \u0438 \u043f\u0440\u043e\u0447\u0435\u0435.. \u042f \u043d\u0435 \u0437\u043d\u0430\u044e \u0438\u0445 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435.\n\n\u041c\u043d\u043e\u0433\u0438\u0445 \u043c\u043e\u043b\u043e\u0434\u044b\u0445 \u043b\u044e\u0434\u0435\u0439 \u043d\u0430\u0448\u0438 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043b\u044b \u0432 \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e\u043c \u0441\u043c\u044b\u0441\u043b\u0435 \u0441\u043f\u0430\u0441\u0430\u043b\u0438 \u043e\u0442 \u043d\u0430\u0440\u043a\u043e\u0442\u044b, \u0434\u0430\u0432\u0430\u043b\u0438 \u0438\u043c \u0441\u043c\u044b\u0441\u043b \u0438 \u0446\u0435\u043b\u044c. \u041c\u043d\u043e\u0433\u0438\u0435 \u0438\u0437 \u0440\u0435\u0431\u044f\u0442 \u0431\u044b\u043b\u0438 \u0432\u044b\u0445\u043e\u0434\u0446\u0430\u043c\u0438 \u0438\u0437 \u043d\u0435\u0431\u043b\u0430\u0433\u043e\u043f\u043e\u043b\u0443\u0447\u043d\u044b\u0445 \u0441\u0435\u043c\u0435\u0439, \u0438 \u043c\u043d\u043e\u0433\u0438\u0435 \u0443\u0436\u0435 \u0432\u0441\u0442\u0430\u043b\u0438 \u043d\u0430 \u043f\u0443\u0442\u044c \u0442\u043e\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u041d\u043e \u043f\u043e\u0442\u043e\u043c \u043e\u043d\u0438 \u043f\u043e\u043f\u0430\u0434\u0430\u043b\u0438 \u043a \u043d\u0430\u043c, \u0438 \u0438\u0445 \u0436\u0438\u0437\u043d\u044c \u043c\u0435\u043d\u044f\u043b\u0430\u0441\u044c. \u041e\u043d\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0438 \u0440\u0430\u0431\u043e\u0442\u0443, \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0443, \u0434\u0440\u0443\u0437\u0435\u0439, \u043d\u043e\u0432\u044b\u0439 \u0438 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u0440\u0443\u0433 \u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041f\u043e\u043a\u0430 \u0432\u0441\u0435 \u044d\u0442\u043e \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u043c\u0430\u0444\u0438\u044e, \u0434\u0430? :-))\n\n\u041d\u043e \u043e\u0431\u043e \u0432\u0441\u0435\u043c \u043f\u043e \u043f\u043e\u0440\u044f\u0434\u043a\u0443. \u0421\u0435\u0439\u0447\u0430\u0441 \u043c\u043d\u0435 \u0432\u0441\u0435\u0433\u043e 13 \u043b\u0435\u0442 \u0438 \u044f \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0441\u044c \u0432 \u0441\u0435\u043a\u0446\u0438\u0438 \u0431\u043e\u043a\u0441\u0430. \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 \u0438 \u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0441\u0438\u043b\u0430 \u0437\u0430 \u0441\u043f\u0438\u043d\u043e\u0439. \u042f \u043f\u043e\u043a\u0430 \u0441\u043b\u0430\u0431\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u043a\u0443\u0434\u0430 \u044f \u043f\u043e\u043f\u0430\u043b \u0438 \u043a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u0438 \u0442\u0435\u043c \u0431\u043e\u043b\u0435\u0435 \u044f \u043d\u0435 \u043c\u043e\u0433 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c, \u043a\u0443\u0434\u0430 \u043c\u0435\u043d\u044f \u044d\u0442\u043e \u0437\u0430\u0432\u0435\u0434\u0435\u0442 \u0438 \u0447\u0442\u043e \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0436\u0438\u0442\u044c. \n\n\u041f\u0435\u0440\u0432\u0430\u044f, \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0441\u0435\u0431\u044f \u0434\u043e\u043b\u0433\u043e \u0436\u0434\u0430\u0442\u044c, \u043e\u043d\u0430 \u0441\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043b\u0438\u0447\u043d\u043e \u0441\u043e \u043c\u043d\u043e\u0439 \u0438 \u0437\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u043c\u0438 \u0437\u0430\u043b\u0430. \u0417\u043d\u0430\u043a\u043e\u043c\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, 21 \u0433\u043e\u0434\u0430 \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u0421\u0435\u0440\u0435\u0436\u0430, \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u043c\u043e\u0438\u043c \u0434\u043e\u0432\u0435\u0440\u0438\u0435\u043c, \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c \u043c\u043e\u0439 \u043f\u0435\u0440\u0432\u044b\u0439 \u0441\u043e\u0442\u043e\u0432\u044b\u0439 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, \u0438 \u043f\u043e\u043a\u0430 \u044f \u043e\u0442\u043e\u0448\u0435\u043b \u2014 \u043e\u043d \u0441\u043a\u0440\u044b\u043b\u0441\u044f. \u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430, \u0432\u0435\u0434\u044c \u0443 \u043c\u0435\u043d\u044f \u0443\u043a\u0440\u0430\u043b\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, - \u0438 \u043e\u0431 \u044d\u0442\u043e\u043c \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u0446\u0430\u043d\u0430\u043c, \u043f\u043e\u044f\u0441\u043d\u0438\u0442\u044c \u043d\u0430 \u043e\u0431\u0449\u0435\u043d\u0438\u0438. \n\n\u0422\u043e \u0431\u044b\u043b \u0441\u043b\u043e\u0436\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u0438 \u0441\u043b\u043e\u0436\u043d\u0430\u044f \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430, \u0441 \u043a\u0430\u0436\u0434\u043e\u0439 \u043c\u0438\u043d\u0443\u0442\u043e\u0439 \u0432\u0440\u0435\u043c\u044f \u0425 \u0431\u044b\u043b\u043e \u0432\u0441\u0435 \u0431\u043b\u0438\u0436\u0435. \u041c\u043d\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u043b\u043e \u043f\u0440\u0438\u0432\u0441\u0442\u0430\u0442\u044c \u0441\u0440\u0435\u0434\u0438 \u0432\u0441\u0435\u0445 \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e. \u042d\u0442\u043e \u043f\u0443\u0433\u0430\u043b\u043e. \u041d\u043e \u044f \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u043d\u0435 \u043f\u043e\u043c\u043e\u0433\u0443\u0442, \u043d\u0435 \u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0435, \u0438 \u043c\u043d\u0435 \u043d\u0435 \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e \u0442\u0430\u043a\u043e\u043c \u043e\u0431\u0438\u0434\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c. \n\n\u0412\u0440\u0435\u043c\u044f \u0425. \u041e\u0431\u0449\u0435\u043d\u0438\u0435. \u041c\u043d\u043e\u0433\u043e \u043b\u044e\u0434\u0435\u0439, \u043a\u0430\u043a \u0438 \u0432\u0441\u0435\u0433\u0434\u0430. \u0418 \u043a\u0430\u043a \u0432\u0441\u0435\u0433\u0434\u0430 \u0432 \u043a\u043e\u043d\u0446\u0435 \u0432\u043e\u043f\u0440\u043e\u0441: \"\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u0435\u0441\u0442\u044c? \u041f\u0440\u043e\u0431\u043b\u0435\u043c\u044b?\u00bb,\n- \u00ab\u0423 \u043c\u0435\u043d\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u00bb, - \u0438 \u044f \u043f\u0440\u0438\u0432\u0441\u0442\u0430\u043b. \n- \u00ab\u0427\u0442\u043e \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c?\u00bb. \n- \u00ab\u0423 \u043c\u0435\u043d\u044f \u0443\u043a\u0440\u0430\u043b\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d..\u00bb \u0418 \u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u043a\u0430\u043a \u043e\u043d\u043e \u0431\u044b\u043b\u043e. \u041f\u0430\u0446\u0430\u043d\u044b \u0432\u044b\u0441\u043b\u0443\u0448\u0430\u043b\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0434\u0430\u043b\u0438 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043c\u0435\u043d\u044f \u043e\u0442\u0432\u0435\u0442:\n\u00ab\u0422\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441\u0430\u043c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u043b\u044e\u0431\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b, \u043d\u043e \u0432\u0435\u0440\u043d\u0438 \u0441\u0432\u043e\u0435\u00bb. \n\"\u041d\u043e.. \u043a\u0430\u043a? \u041e\u043d \u0432\u044b\u0448\u0435 \u043d\u0430 2 \u0433\u043e\u043b\u043e\u0432\u044b, \u043a\u0440\u0443\u043f\u043d\u0435\u0435, \u0441\u0442\u0430\u0440\u0448\u0435 \u043d\u0430 8 \u043b\u0435\u0442. \u041a\u0430\u043a \u043c\u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043c\u043e\u0435?\u00bb - \u0441\u043f\u0440\u043e\u0441\u0438\u043b \u044f. \n\"\u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0432\u043e\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430. \u041f\u043e\u0434\u043a\u0430\u0440\u0430\u0443\u043b\u044c \u0435\u0433\u043e \u0441 \u0447\u0435\u043c-\u043d\u0438\u0431\u0443\u0434\u044c, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0448\u044c \u0440\u0443\u043a\u0430\u043c\u0438. \u041a\u0430\u0440\u0430\u0443\u043b\u044c \u0435\u0433\u043e \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u043b\u043e\u043c\u0430\u0439 \u0435\u0433\u043e. \u041f\u043e\u043a\u0430 \u043d\u0435 \u0440\u0435\u0448\u0438\u0448\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 - \u043d\u0435 \u043f\u0440\u0438\u0445\u043e\u0434\u0438.\u00bb - \u0432\u043e\u0442 \u0447\u0442\u043e \u043c\u043d\u0435 \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043f\u0430\u0446\u0430\u043d\u044b.\n\n\u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0432\u043e\u0440\u043e\u0442. \u0412 \u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u044f \u043f\u043e\u043d\u044f\u043b, \u0447\u0442\u043e \u043d\u0435 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u0430\u0446\u0430\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u0440\u0435\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u043e \u043c\u043d\u043e\u0439, \u0434\u0430 \u0438 \u043d\u0435 \u0432\u0441\u0435 \u0442\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e, \u043a\u0430\u043a \u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u0435\u0436\u0434\u0435. \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e\u0442 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u043b \u0441\u0435\u0431\u0435 \u0432\u0437\u044f\u0442\u044c \u0443 \u043c\u0435\u043d\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0438 \u0438\u0441\u0447\u0435\u0437\u043d\u0443\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043d\u0438\u043c? \u041f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043e\u043d \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435 \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435, \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u043c\u043e\u044e \u0441\u0438\u043b\u0443 \u0438 \u0434\u0430\u0436\u0435 \u043d\u0435 \u0434\u0443\u043c\u0430\u043b \u043e \u0441\u0438\u043b\u0435 \u0437\u0430 \u043c\u043d\u043e\u0439. \u0415\u0441\u043b\u0438 \u043e\u043d \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u043c\u043e\u044e \u0441\u0438\u043b\u0443, \u0442\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 \u0437\u0430 \u043c\u0435\u043d\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0441\u044f. \u041a\u0430\u0436\u0434\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a -- \u044d\u0442\u043e \u043b\u0438\u0446\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u0430, \u0438 \u0435\u0441\u043b\u0438 \u044f \u0442\u0430\u043a\u043e\u0439 - \u0437\u043d\u0430\u0447\u0438\u0442 \u0432\u0441\u0435 \u0442\u0430\u043a\u0438\u0435. \u0422\u0435\u043f\u0435\u0440\u044c \u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0440\u0435\u0448\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441\u0430\u043c, \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e \u0432\u043e \u0447\u0442\u043e \u0431\u044b \u0442\u043e \u043d\u0438 \u0441\u0442\u0430\u043b\u043e, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u0435\u0441\u044c \u043a\u0440\u0443\u0433 \u043c\u043e\u0435\u0433\u043e \u043e\u0431\u0449\u0435\u043d\u0438\u044f - \u044d\u0442\u043e \u0437\u0430\u043b. \n \n\u042d\u0442\u043e \u0431\u044b\u043b \u0441\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u0437\u043e\u0432, \u0438 \u043e\u043d \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c. \u0421\u043e \u043c\u043d\u043e\u0439 \u0431\u044b\u043b\u0438 \u0434\u0440\u0443\u0437\u044c\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u043b \u0440\u0435\u0448\u0430\u0442\u044c \u044f \u0441\u0430\u043c, \u0441\u043a\u0430\u0437\u0430\u043b\u0438 \u0447\u0442\u043e \u043f\u043e\u0439\u0434\u0443\u0442 \u0441\u043e \u043c\u043d\u043e\u0439. \u041c\u044b \u043f\u043e\u0435\u0445\u0430\u043b\u0438 \u043d\u0430 \u0440\u0430\u0439\u043e\u043d, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0439\u0442\u0438 \u043d\u0435\u0433\u043e\u0434\u044f\u044f \u0438 \u043d\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0433\u043e. \u041d\u043e \u043d\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0433\u043e \u0434\u043e\u043b\u0436\u0435\u043d \u044f \u0441\u0430\u043c.\n\n\u041c\u044b \u0434\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c.. \u0412\u0441\u0435\u0433\u043e \u043c\u043e\u0436\u0435\u0442 3-4 \u043c\u0430\u0448\u0438\u043d\u044b \u0438 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e15 \u0447\u0435\u043b\u043e\u0432\u0435\u043a. \u042f \u043d\u0435 \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u044b \u0435\u0433\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043d\u0430\u0439\u0434\u0435\u043c, \u0438 \u0432\u043e\u043e\u0431\u0449\u0435 \u043d\u0435 \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u044b \u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u043c.. \u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e, \u043c\u044b \u0435\u0433\u043e \u0437\u0430\u0441\u0435\u043a\u043b\u0438. \u041e\u043d \u0433\u0443\u043b\u044f\u043b \u0441\u043e \u0441\u0432\u043e\u0435\u0439 \u0431\u043e\u0439\u0446\u043e\u0432\u0441\u043a\u043e\u0439 \u0441\u043e\u0431\u0430\u043a\u043e\u0439 \u0432\u043e \u0434\u0432\u043e\u0440\u0435 \u0440\u0430\u0439\u043e\u043d\u0430, \u043c\u044b \u043f\u043e\u0434\u044a\u0435\u0445\u0430\u043b\u0438 \u0438 \u043e\u043a\u0440\u0443\u0436\u0438\u043b\u0438 \u0435\u0433\u043e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044f \u043f\u043e \u0432\u0441\u0435\u043c \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u0443\u043b\u0438\u0447\u043d\u044b\u0445 \u0440\u0430\u0437\u0431\u043e\u0440\u043e\u043a. \u0427\u0442\u043e \u0431\u044b\u043b\u043e \u0434\u0430\u043b\u044c\u0448\u0435?.. \u041c\u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u043f\u0435\u0440\u0435\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u0441\u0435\u0431\u044f, \u0438 \u0443 \u043c\u0435\u043d\u044f \u0431\u044b\u043b \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0448\u0430\u043d\u0441. \u0414\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u044f \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u0443\u043b\u0438\u0447\u043d\u044b\u0445 \u0434\u0440\u0430\u043a\u0430\u0445, \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430\u0445.\n\n\u041c\u043e\u0439 \u043e\u043f\u043f\u043e\u043d\u0435\u043d\u0442 \u0434\u0435\u0440\u0436\u0430\u043b\u0441\u044f \u043c\u043e\u043b\u043e\u0434\u0446\u043e\u043c. \u041d\u0435 \u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0442\u043e\u044f\u043b\u043e \u043c\u043d\u043e\u0433\u043e \u043b\u044e\u0434\u0435\u0439, \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0442\u0438\u0432 \u043d\u0435\u0433\u043e, \u0438 \u044f \u0442\u0430\u043a\u043e\u0439 \u043c\u043e\u043b\u043e\u0434\u043e\u0439 \u0438 \u043d\u0430\u043f\u0440\u044f\u0436\u0435\u043d\u043d\u044b\u0439, \u043e\u043d \u0432\u0435\u043b \u0441\u0435\u0431\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u043e \u0438 \u043d\u0430\u0433\u043b\u043e, \u0441\u0440\u0430\u0437\u0443 \u0437\u0430\u044f\u0432\u0438\u0432, \u0447\u0442\u043e \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e.. \u043e\u043d \u043d\u0435 \u0432\u0438\u0434\u0438\u0442 \u0432\u043e \u043c\u043d\u0435 \u043f\u0430\u0446\u0430\u043d\u0430. \u0412\u0441\u0435. \u042d\u0442\u043e \u0431\u044b\u043b \u043f\u0440\u0435\u0434\u0435\u043b. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432 \u044f \u0432 \u043f\u0435\u0440\u0432\u044b\u0439 \u0440\u0430\u0437 \u0432 \u0436\u0438\u0437\u043d\u0438 \u043d\u0430\u0449\u0443\u043f\u0430\u043b \u0442\u0443 \u0433\u0440\u0430\u043d\u0438\u0446\u0443, \u043a\u043e\u0433\u0434\u0430 \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u0442\u0440\u0430\u0445 \u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c \u0430\u0433\u0440\u0435\u0441\u0441\u0438\u0438. \u0420\u0443\u043a\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0430\u043c\u0438, \u0430 \u0430\u0434\u0440\u0435\u043d\u0430\u043b\u0438\u043d \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435. \u0429\u0435\u043b\u0447\u043e\u043a! \u0413\u0440\u0430\u043d\u0438\u0446\u0430 \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430.\n \n\u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0432 \u0435\u0433\u043e \u0440\u0443\u043a\u0430\u0445 \u0431\u043e\u0439\u0446\u043e\u0432\u0441\u043a\u0430\u044f \u0441\u043e\u0431\u0430\u043a\u0430, \u043e\u043d \u0432\u044b\u0448\u0435 \u043c\u0435\u043d\u044f \u043d\u0430 2 \u0433\u043e\u043b\u043e\u0432\u044b, \u044f \u043d\u0430\u0431\u0440\u043e\u0441\u0438\u043b\u0441\u044f \u043d\u0430 \u043d\u0435\u0433\u043e, \u0437\u0430\u0431\u044b\u0432 \u043f\u0440\u043e \u0441\u043e\u0431\u0430\u043a\u0443. \u0421\u0435\u0439\u0447\u0430\u0441 \u044f \u043d\u0435 \u043f\u043e\u043d\u0438\u043c\u0430\u044e, \u043f\u043e\u0447\u0435\u043c\u0443 \u043e\u043d\u0430 \u043c\u0435\u043d\u044f \u0434\u0430\u0436\u0435 \u043d\u0435 \u0443\u043a\u0443\u0441\u0438\u043b\u0430. \u041c\u043e\u0439 \u043e\u043f\u043f\u043e\u043d\u0435\u043d\u0442 \u043d\u0435 \u0440\u0435\u0448\u0430\u043b\u0441\u044f \u0434\u0430\u0442\u044c \u0441\u0434\u0430\u0447\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043d\u0435 \u0437\u043d\u0430\u043b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0438\u0445. \u042d\u0442\u043e \u043d\u0435 \u0431\u044b\u043b\u043e \u0438\u0437\u0431\u0438\u0435\u043d\u0438\u0435\u043c, \u044d\u0442\u043e \u0431\u044b\u043b\u043e \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u0434\u0443\u0445\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u043c\u0435\u043d\u044f. \u042f \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u043b\u0441\u044f \u0441 \u043d\u0438\u043c \u0438 \u0441\u043a\u0430\u0437\u0430\u043b \u0435\u043c\u0443 \u201c\u043f\u0440\u0438\u0432\u0435\u0442\". \n \n\u041f\u043e\u0437\u0436\u0435 \u044f \u0435\u0449\u0435 \u043d\u0438 \u0440\u0430\u0437 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u043b\u0441\u044f \u043a \u044d\u0442\u043e\u043c\u0443 \u043e\u043f\u044b\u0442\u0443, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043d\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u043b \u0432\u044b\u0436\u0438\u0432\u0430\u0442\u044c \u0438 \u0432 \u0430\u0440\u043c\u0438\u0438. \u042d\u0442\u043e \u043d\u0435 \u0441\u043e\u0432\u0441\u0435\u043c \u0430\u0433\u0440\u0435\u0441\u0441\u0438\u044f. \u042d\u0442\u043e \u0441\u0430\u043c\u043e\u043e\u0431\u043e\u0440\u043e\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0433\u043e \u043e\u0442\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u044f. \u041a\u043e\u0433\u0434\u0430 \u0432\u0441\u0435, \u0441\u043b\u043e\u0432\u0430\u043c\u0438 \u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438 \u0442\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0432 \u0431\u043e\u0439, \u0438\u043b\u0438 \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0432\u0441\u0435: \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0447\u0435\u0441\u0442\u044c, \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0438\u043c\u044f, \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0441\u0435\u0431\u044f. \n\n\u041d\u0435 \u043f\u043e\u043c\u043d\u044e \u0432 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438 \u0447\u0435\u043c \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0430\u0441\u044c \u043f\u043e\u0442\u0430\u0441\u043e\u0432\u043a\u0430, \u043d\u043e \u0434\u0435\u043b\u043e \u0431\u044b\u043b\u043e \u0447\u0435\u0440\u0435\u0437 \u0434\u043e\u0440\u043e\u0433\u0443 \u043e\u0442 \u043e\u0442\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0438\u0446\u0438\u0438 \u0438 \u043c\u044b \u043d\u0435 \u0441\u0438\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0435\u043b\u0438 \u0437\u0430\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f. \u041d\u0435 \u0432\u0430\u0436\u043d\u043e, \u0447\u0442\u043e \u044f \u0435\u0433\u043e \u043d\u0435 \u043f\u0440\u0438\u043a\u043e\u043b\u043e\u0442\u0438\u043b \u0438 \u043d\u0435 \u0432\u0442\u043e\u043f\u0442\u0430\u043b \u0432 \u0437\u0435\u043c\u043b\u044e, \u0432\u0430\u0436\u043d\u043e \u0447\u0442\u043e \u044f \u043f\u0440\u043e\u044f\u0432\u0438\u043b \u0441\u0435\u0431\u044f, \u0438 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0434\u0435\u043b\u0430\u044e \u0435\u0449\u0435 \u0440\u0430\u0437, \u0435\u0441\u043b\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f.\n\n\u041c\u044b \u0443\u0435\u0445\u0430\u043b\u0438. \u0410 \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c \u043c\u043d\u0435 \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u043b\u0430 \u0435\u0433\u043e \u0442\u0435\u0442\u044f \u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b\u0430 \u0437\u0430\u0431\u0440\u0430\u0442\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d (\u043e\u043d\u0430 \u0432\u0438\u0434\u0435\u043b\u0430 \u0432\u0435\u0441\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0438 \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044f \u0441\u0435\u0439\u0447\u0430\u0441 \u043f\u0440\u0438\u043f\u043e\u043c\u0438\u043d\u0430\u044e - \u043e\u043d\u0430 \u0438 \u0432\u043c\u0435\u0448\u0430\u043b\u0430\u0441\u044c, \u0440\u0430\u0437\u043d\u044f\u0432 \u043d\u0430\u0441). \u042f \u0437\u0430\u0431\u0440\u0430\u043b \u0441\u0432\u043e\u0435, \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0431\u044b\u043b\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0430. \u0427\u0435\u0440\u0435\u0437 \u0434\u0435\u043d\u044c \u044f \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u0432 \u0437\u0430\u043b \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u043e\u0431 \u0443\u0441\u043f\u0435\u0445\u0435. \u0422\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u043f\u0430\u0446\u0430\u043d\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438: \u00ab\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u043b \u0440\u0435\u0448\u0438\u0442\u044c \u0442\u044b \u043e\u0434\u0438\u043d, \u043d\u043e \u0447\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e, \u0442\u043e \u0443\u0436\u0435 \u0441\u0434\u0435\u043b\u0430\u043d\u043e. \u041c\u043e\u043b\u043e\u0434\u0435\u0446\u00bb.\n\n\u0415\u0441\u043b\u0438 \u0431\u044b \u044d\u0442\u043e\u0439 \u043f\u043e\u0431\u0435\u0434\u044b \u043d\u0430\u0434 \u0441\u043e\u0431\u043e\u0439 \u043d\u0435 \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c, \u043c\u043e\u044f \u0436\u0438\u0437\u043d\u044c \u0441\u043b\u043e\u0436\u0438\u043b\u0430\u0441\u044c \u0431\u044b \u0438\u043d\u0430\u0447\u0435. \u0412 \u0431\u0443\u0434\u0443\u0449\u0435\u043c, \u044f \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u043c\u043d\u043e\u0433\u043e \"\u0431\u043e\u0435\u0432\u043e\u0433\u043e\" \u043e\u043f\u044b\u0442\u0430, \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432 \u0440\u0430\u0437\u0431\u043e\u0440\u043a\u0430\u0445, \u043e\u0442\u0432\u0435\u0447\u0430\u043b \u0437\u0430 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0438 \u043e\u0442\u043b\u0438\u0447\u0430\u043b\u0441\u044f \u043e\u0442 \u043c\u043d\u043e\u0433\u0438\u0445 \u043d\u0435\u0437\u0430\u0443\u0440\u044f\u0434\u043d\u044b\u043c \u0443\u043c\u043e\u043c \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438. \u042f \u043d\u0435 \u0441\u043a\u0430\u0436\u0443, \u0447\u0442\u043e \u0431\u044b\u043b \u043a\u0430\u043a\u0438\u043c-\u0442\u043e \u043a\u0440\u0435\u0441\u0442\u043d\u044b\u043c \u043e\u0442\u0446\u043e\u043c, \u0438\u043b\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u043c.. \u043d\u0438\u0447\u0435\u0433\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e. \u042f \u043f\u0440\u043e\u0441\u0442\u043e \u0431\u044b\u043b \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u0430\u0446\u0430\u043d\u043e\u043c \u0441\u0440\u0435\u0434\u0438 \u0441\u0432\u043e\u0438\u0445. \u041e \u043d\u0430\u0448\u0435\u0439 \u0436\u0438\u0437\u043d\u0438 \u044f \u0437\u0434\u0435\u0441\u044c \u0438 \u0445\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c. \u041d\u0430 \u044d\u0442\u043e\u043c \u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0443 \u043f\u0435\u0440\u0432\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043f\u043e\u0432\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f. \u0421\u0443\u0434\u044f \u043f\u043e \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043d\u0430\u043c \u0435\u0449\u0435 \u0434\u0430\u043b\u0435\u043a\u043e \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u044d\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438.\n\n
https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png
", + "category": "life", + "children": 0, + "created": "2016-09-15T17:13:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg", + "https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png", + "https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png" + ], + "tags": [ + "life", + "mafia", + "russia", + "ru" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2378348468865, + "payout": 0.828, + "payout_at": "2016-09-22T17:13:39", + "pending_payout_value": "0.828 HBD", + "percent_hbd": 10000, + "permlink": "russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1", + "post_id": 1256302, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u043c\u0430\u0444\u0438\u044f. \u041e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u041f\u0440\u0435\u0441\u0442\u0443\u043f\u043d\u0430\u044f \u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430 \u0438\u0437\u043d\u0443\u0442\u0440\u0438. \u0420\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u0427\u0430\u0441\u0442\u044c 1.", + "updated": "2016-09-15T17:13:39", + "url": "/life/@anmuravjev/russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1" + }, + { + "active_votes": [ + { + "rshares": 57389463, + "voter": "wifi" + }, + { + "rshares": 154088219, + "voter": "meharhassan94" + } + ], + "author": "wifi", + "author_payout_value": "0.000 HBD", + "author_reputation": 34.83, + "beneficiaries": [], + "blacklists": [], + "body": "Best erotic chat. beautiful girls of good communication\nhttp://bongacams.com/track?c=352911", + "category": "chat", + "children": 1, + "created": "2016-09-15T17:10:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "http://bongacams.com/track?c=352911" + ], + "tags": [ + "chat" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 211477682, + "payout": 0.0, + "payout_at": "2016-09-22T17:10:27", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "best-erotic-chat", + "post_id": 1256264, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Best erotic chat", + "updated": "2016-09-15T17:10:27", + "url": "/chat/@wifi/best-erotic-chat" + }, + { + "active_votes": [ + { + "rshares": 9154157904, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 17363559370, + "voter": "venuspcs" + }, + { + "rshares": 2676544913, + "voter": "getssidetracked" + }, + { + "rshares": 538742524, + "voter": "trees" + }, + { + "rshares": 73942403, + "voter": "strawhat" + }, + { + "rshares": 259284415, + "voter": "cryptochannel" + }, + { + "rshares": 1644947927, + "voter": "dimon14" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 5950976762, + "voter": "trev" + }, + { + "rshares": 52653071010, + "voter": "thecyclist" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 201545534, + "voter": "blend" + } + ], + "author": "blend", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.17, + "beneficiaries": [], + "blacklists": [], + "body": "\n

There are now more billionaires on earth than ever before \u2014 2,473 of them, according to wealth information and insight firm Wealth-X, which released its annual Billionaire Census Monday. As part of its report, Wealth-X analysed the Earth\u2019s growing billionaire population geographically, breaking down the regions that have seen the most growth in new billionaires and their fortunes.The majority of billionaires have traditionally hailed from parts of the world with advanced Western economies \u2014 Europe and North America have 806 and 628, respectively. North America\u2019s group is the wealthiest with a combined net worth of $2.56 trillion, while Europe\u2019s billionaires are worth $2.33 trillion.But Asia is minting more new mega-fortunes than any other part of the world. The region overtook North America by adding 85 new billionaires last year, bringing its total to 645. The combined wealth of Asia\u2019s ultra-rich now stands at $1.69 trillion.Check out the rest of Wealth-X billionaire map below: 

\n

\n\nsource>.businessinsider.com.au/parts-of-the-world-with-the-most-billionaires-2016-8", + "category": "life", + "children": 1, + "created": "2016-09-15T17:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://static.businessinsider.com/image/57a887b0ce38f234008b53e5-1200/image.jpg" + ], + "links": [ + "http://wealthx.com/", + "http://www.billionairecensus.com/" + ], + "tags": [ + "life", + "news", + "monye" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 111641716704, + "payout": 0.025, + "payout_at": "2016-09-22T17:10:21", + "pending_payout_value": "0.025 HBD", + "percent_hbd": 10000, + "permlink": "this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "post_id": 1256263, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "updated": "2016-09-15T17:11:15", + "url": "/life/@blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast" + }, + { + "active_votes": [ + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 44948800814, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 126924692017, + "voter": "schro" + }, + { + "rshares": 21369108631, + "voter": "kimziv" + }, + { + "rshares": 15995018560, + "voter": "yogi.artist" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 9840533745, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 2654553033, + "voter": "the-future" + }, + { + "rshares": 466131492, + "voter": "poseidon" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 3611284873, + "voter": "sisterholics" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 5068724760, + "voter": "beanz" + }, + { + "rshares": 95778590206, + "voter": "laonie" + }, + { + "rshares": 23086307156, + "voter": "reneenouveau" + }, + { + "rshares": 3997283099, + "voter": "myfirst" + }, + { + "rshares": 25922437406, + "voter": "somebody" + }, + { + "rshares": 969220118, + "voter": "flysaga" + }, + { + "rshares": 1250815698, + "voter": "gmurph" + }, + { + "rshares": 6405447915, + "voter": "kryptik" + }, + { + "rshares": 5726474425, + "voter": "midnightoil" + }, + { + "rshares": 14322571232, + "voter": "xiaohui" + }, + { + "rshares": 646813786, + "voter": "elfkitchen" + }, + { + "rshares": 447782572, + "voter": "xiaokongcom" + }, + { + "rshares": 7375366743, + "voter": "steemitqa" + }, + { + "rshares": 57458166665, + "voter": "driv3n" + }, + { + "rshares": 902648287, + "voter": "xianjun" + }, + { + "rshares": 59109762, + "voter": "microluck" + }, + { + "rshares": 5950976762, + "voter": "trev" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "reneenouveau", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.21, + "beneficiaries": [], + "blacklists": [], + "body": "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcthumburgent.jpg\n\nhttps://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcheader.jpg\n\nTo: Security Staff\nFrom: Renee Nouveau\nSubject: Excessive Force at the South Entrance\n\nTo whom it may concern, \n\nMy morning security search was very forceful today, I recommend sensitivity training for all security personnel on the south entrance. \n\nPlease see the attached CCTV footage regarding the incident. \n\nhttp://ichef-1.bbci.co.uk/news/640/media/images/67751000/jpg/_67751643_heist.jpg\n\nAlso, does anyone have the number for the security guard from the south entrance... I think his name was Clint? \n\nRenee Nouveau\nPublic Relations for the \nSecret Society Division\nhttp://reneenouveau.com/Steem/bclogosm.jpg", + "category": "blockcorp", + "children": 6, + "created": "2016-09-15T17:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcthumburgent.jpg", + "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcheader.jpg", + "http://ichef-1.bbci.co.uk/news/640/media/images/67751000/jpg/_67751643_heist.jpg", + "http://reneenouveau.com/Steem/bclogosm.jpg" + ], + "tags": [ + "blockcorp", + "borp", + "businessofficeroleplay", + "block", + "corp" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 743308910693, + "payout": 0.191, + "payout_at": "2016-09-22T17:09:42", + "pending_payout_value": "0.191 HBD", + "percent_hbd": 10000, + "permlink": "subject-excessive-force-at-the-south-entrance", + "post_id": 1256259, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "Subject: Excessive Force at the South Entrance", + "updated": "2016-09-15T17:09:42", + "url": "/blockcorp/@reneenouveau/subject-excessive-force-at-the-south-entrance" + }, + { + "active_votes": [ + { + "rshares": 13921427489, + "voter": "valtr" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 1681847544, + "voter": "leksimus" + }, + { + "rshares": 6006531299, + "voter": "bitland" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 1879770298, + "voter": "yoganarchista" + }, + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 10416084687, + "voter": "dumar022" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 704262435, + "voter": "herbertmueller" + }, + { + "rshares": 61293441, + "voter": "chrismarketing" + }, + { + "rshares": 61505455, + "voter": "gamingdiamond" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 1709359273, + "voter": "funkywanderer" + }, + { + "rshares": 1524414879, + "voter": "ablie" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 298372096, + "voter": "james1987" + }, + { + "rshares": 157079433, + "voter": "abudar" + }, + { + "rshares": 156621194, + "voter": "my-art" + }, + { + "rshares": 159003735, + "voter": "inspiring" + }, + { + "rshares": 151066882, + "voter": "meharhassan94" + } + ], + "author": "future24", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.16, + "beneficiaries": [], + "blacklists": [], + "body": " Here is a new picture from my balcony, a big african blue basil plant. It is already blooming and you can use the flower + the leaves for many dishes. This kind of basil is more spicy then the normal one.\n\n\"\n\n [German] Hier ist ein neues Bild von meinem Balkon, eine gro\u00dfe African Blue Basilikum Pflanze. Sie bl\u00fcht bereits und man kann sowohl die Bl\u00fcten, als auch die Bl\u00e4tter f\u00fcr viele Gerichte benutzen. Diese Art von Basilikum ist w\u00fcrziger als die normalen Sorten.\n\nHere you can read more about this plant at wikipedia: https://en.wikipedia.org/wiki/African_blue_basil\n\n\n\n Hear you in my next article and best regards! \n Wir h\u00f6ren uns in meinem n\u00e4chsten Artikel und beste Gr\u00fc\u00dfe! \n\nJonas Ahrens\n\n
\n\n# Hey y\u2019all for more great content check out these blogs too:\n**(All robot images from steemd.com)**\n\n

@stellabelle
|

@ericvancewalton
|

@cristi
|

@micheletrainer
|

@mctiller
\n------------ | ------------------------- | ------------------------- | ------------------------- | -------------\n

@lukeofkondor
|

@soulsistashakti
|

@mindover
|

@mars-eve
|

@patrick-g
\n

@kaylinart
|

@romanskv
|

@the-alien
|

@razvanelulmarin
|

@strangerarray
\n

@lat-nayar
|

@ann-hoy
|

@future24
|

@julia26
|

@papa-pepper

", + "category": "life", + "children": 2, + "created": "2016-09-15T17:08:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Balkon/42f5e4a7-bf44-4450-a200-3ae9df0aa14e_zps1wzbpoz4.jpg", + "https://robohash.org/stellabelle.png?size=48x48", + "https://robohash.org/ericvancewalton.png?size=48x48", + "https://robohash.org/cristi.png?size=48x48", + "https://robohash.org/micheletrainer.png?size=48x48", + "https://robohash.org/mctiller.png?size=48x48", + "https://robohash.org/lukeofkondor.png?size=48x48", + "https://robohash.org/soulsistashakti.png?size=48x48", + "https://robohash.org/mindover.png?size=48x48", + "https://robohash.org/mars-eve.png?size=48x48", + "https://robohash.org/patrick-g.png?size=48x48", + "https://robohash.org/kaylinart.png?size=48x48", + "https://robohash.org/romanskv.png?size=48x48", + "https://robohash.org/the-alien.png?size=48x48", + "https://robohash.org/razvanelulmarin.png?size=48x48", + "https://robohash.org/strangerarray.png?size=48x48", + "https://robohash.org/lat-nayar.png?size=48x48", + "https://robohash.org/ann-hoy.png?size=48x48", + "https://robohash.org/future24.png?size=48x48", + "https://robohash.org/EF1.png?size=48x48", + "https://img1.steemit.com/0x0/https://robohash.org/rainman?size=48x48" + ], + "links": [ + "http://s1076.photobucket.com/user/allindex1uture24/media/Balkon/42f5e4a7-bf44-4450-a200-3ae9df0aa14e_zps1wzbpoz4.jpg.html", + "https://en.wikipedia.org/wiki/African_blue_basil", + "https://steemit.com/@stellabelle", + "https://steemit.com/@ericvancewalton", + "https://steemit.com/@cristi", + "https://steemit.com/@micheletrainer", + "https://steemit.com/@mctiller", + "https://steemit.com/@lukeofkondor", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/@mindover", + "https://steemit.com/@mars-eve", + "https://steemit.com/@patrick-g", + "https://steemit.com/@kaylinart", + "https://steemit.com/@romanskv", + "https://steemit.com/@the-alien", + "https://steemit.com/@razvanelulmarin", + "https://steemit.com/@strangerarray", + "https://steemit.com/@lat-nayar", + "https://steemit.com/@ann-hoy", + "https://steemit.com/@future24", + "https://steemit.com/@julia26", + "https://steemit.com/@papa-pepper" + ], + "tags": [ + "life", + "gardening", + "photography", + "nature", + "deutsch" + ], + "users": [ + "stellabelle", + "ericvancewalton", + "cristi", + "micheletrainer", + "mctiller", + "lukeofkondor", + "soulsistashakti", + "mindover", + "mars-eve", + "patrick-g", + "kaylinart", + "romanskv", + "the-alien", + "razvanelulmarin", + "strangerarray", + "lat-nayar", + "ann-hoy", + "future24", + "julia26", + "papa-pepper" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 86562901290, + "payout": 0.019, + "payout_at": "2016-09-22T17:08:48", + "pending_payout_value": "0.019 HBD", + "percent_hbd": 10000, + "permlink": "new-update-from-my-balcony-big-bigger-african-blue-basil-english-german", + "post_id": 1256250, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 24 + }, + "title": "New update from my balcony: Big, Bigger, African Blue Basil! :) (English/German)", + "updated": "2016-09-15T17:08:48", + "url": "/life/@future24/new-update-from-my-balcony-big-bigger-african-blue-basil-english-german" + }, + { + "active_votes": [ + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 218599376, + "voter": "andrewrait" + }, + { + "rshares": 2333408261, + "voter": "gamgam" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Interesting interview with a financial colsuntant explaining the state of world economics. 

\n

https://www.youtube.com/watch?v=I5QwKEwo4Bc

\n", + "category": "life", + "children": 0, + "created": "2016-09-15T17:08:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/I5QwKEwo4Bc/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=I5QwKEwo4Bc" + ], + "tags": [ + "life", + "beyondbitcoin", + "money", + "politics", + "comedy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7685394153, + "payout": 0.001, + "payout_at": "2016-09-22T17:08:42", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "world-economy-explained-european-debt-crisis", + "post_id": 1256249, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "World Economy Explained - European Debt Crisis", + "updated": "2016-09-15T17:08:42", + "url": "/life/@groovedigital/world-economy-explained-european-debt-crisis" + }, + { + "active_votes": [ + { + "rshares": 5884815795, + "voter": "acidyo" + }, + { + "rshares": 12154491559, + "voter": "venuspcs" + }, + { + "rshares": 1911817795, + "voter": "getssidetracked" + }, + { + "rshares": 370385485, + "voter": "trees" + }, + { + "rshares": 172856276, + "voter": "cryptochannel" + }, + { + "rshares": 960579333, + "voter": "hyiparena" + }, + { + "rshares": 5975820194, + "voter": "chloetaylor" + }, + { + "rshares": 1155191204, + "voter": "mama-steem" + }, + { + "rshares": 7242085700, + "voter": "thebotkiller" + }, + { + "rshares": 112919817, + "voter": "pollina" + }, + { + "rshares": 3023914931, + "voter": "macartem" + }, + { + "rshares": 4779514921, + "voter": "nadin3" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + } + ], + "author": "mama-steem", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.55, + "beneficiaries": [], + "blacklists": [], + "body": "![BROSIT-KURIT-web06cd3.jpg](https://www.steemimg.com/images/2016/09/15/BROSIT-KURIT-web06cd3.jpg)\n\n\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0430 \u043f\u043e\u0434\u0440\u0443\u0433\u0430 \u043a\u0443\u0440\u0438\u0442, \u0430 \u0432\u044b \u043d\u0435\u0442, \u0412\u0430\u043c \u043d\u0435\u043b\u0435\u0433\u043a\u043e \u0431\u0443\u0434\u0435\u0442 \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0435\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u044d\u0442\u043e \u043f\u0430\u0433\u0443\u0431\u043d\u043e\u0435 \u0438 \u0432\u0440\u0435\u0434\u043d\u043e\u0435 \u0437\u0430\u043d\u044f\u0442\u0438\u0435. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043e\u0442 \u043a\u0443\u0440\u0435\u043d\u0438\u044f - \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u043b\u0435\u0434\u0435\u043d\u0446\u044b, \u0436\u0432\u0430\u0447\u043a\u0430, \u043f\u043b\u0430\u0441\u0442\u044b\u0440\u0438, \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u044b, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438 \u0441\u0435\u043c\u0438\u043d\u0430\u0440\u044b, \u043e\u0434\u043d\u0430\u043a\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u043e, \u043a\u043e\u0433\u0434\u0430 \u0443 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a\u0430 \u043d\u0435\u0442 \u043c\u043e\u0442\u0438\u0432\u0430\u0446\u0438\u0438. \n\n### \u041d\u0430\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0430 \u0436\u0438\u0437\u043d\u0438, \u0437\u0430\u0431\u043e\u0442\u0430 \u043e \u043a\u0443\u0440\u044f\u0449\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b \u0435\u043c\u0443 \u0441\u0442\u0440\u0430\u0448\u043d\u044b\u0445 \u0438\u0441\u0442\u043e\u0440\u0438\u0439 \u043e \u0442\u0440\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f\u0445 \u043a\u0443\u0440\u0435\u043d\u0438\u044f, \u0432\u0441\u0435 \u044d\u0442\u043e \u0432 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u043c \u0441\u0447\u0435\u0442\u0435 \u043d\u0435 \u043f\u0440\u0438\u043d\u0435\u0441\u0435\u0442 \u0436\u0435\u043b\u0430\u0435\u043c\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430. \n\n\u041f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438 \u043f\u0440\u0438\u0448\u043b\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u0432\u044b\u0432\u043e\u0434\u0430\u043c. \u041a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a \u044d\u0442\u043e \u043d\u0435\u0443\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0432 \u0441\u0435\u0431\u0435 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, \u0441\u043a\u043b\u043e\u043d\u043d\u044b\u0439 \u043a \u0434\u0435\u043f\u0440\u0435\u0441\u0441\u0438\u044f\u043c, \u0441\u0430\u043c\u043e\u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e \u0438 \u0431\u043e\u044f\u0437\u043d\u0438 \u0431\u044b\u0442\u044c \u0441\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u044b\u043c. \u0417\u0430\u0442\u044f\u043d\u0443\u0442\u044c\u0441\u044f \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u043a\u043e\u0439 \u044d\u0442\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u043f\u043e\u0432\u043e\u0434 \u043d\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u044f\u043c\u0438, \u0440\u0430\u0441\u0441\u043b\u0430\u0431\u0438\u0442\u044c\u0441\u044f \u0438 \u043e\u0442\u0432\u043b\u0435\u0447\u044c\u0441\u044f, \u043e\u0442\u0442\u044f\u043d\u0443\u0442\u044c \u043f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0431\u0438\u0442\u044c \u0432\u0440\u0435\u043c\u044f. \u041f\u043e\u043c\u0438\u043c\u043e \u044d\u0442\u043e\u0433\u043e, \u043a\u0443\u0440\u0435\u043d\u0438\u0435 \u0447\u0430\u0441\u0442\u043e \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0435\u043b\u0435\u043c \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u0443\u0431\u0435\u0436\u0438\u0449\u0435\u043c \u043e\u0442 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0438\u043b\u0438 \u0441\u043b\u043e\u0436\u043d\u043e\u0439 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438. \n\n## \u041f\u043e\u043c\u043e\u0447\u044c \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u0443\u0440\u0438\u0442\u044c \u2013 \u0438\u0434\u0435\u044f \u0443\u0442\u043e\u043f\u0438\u0447\u0435\u0441\u043a\u0430\u044f. \u0414\u0440\u0443\u0433\u043e\u0435 \u0434\u0435\u043b\u043e \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u0438\u0442\u044c \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u2013 \u0432\u043e\u0442 \u044d\u0442\u043e \u0441\u0442\u043e\u0438\u0442 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c.\n\n`\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u0441 \u044d\u0442\u0438\u043c \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0448\u043e\u043a\u043e\u0432\u0430\u044f \u0442\u0435\u0440\u0430\u043f\u0438\u044f.`\n\u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435\u0441\u044c \u043d\u0430 \u043f\u0440\u0438\u0435\u043c \u043a \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u0430\u0442\u043e\u043b\u043e\u0433\u043e\u0430\u043d\u0430\u0442\u043e\u043c\u0443 \u0432 \u043c\u043e\u0440\u0433\u0435 \u0438 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u0441\u044c \u043e \u044d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u0438 \u0434\u043b\u044f \u0441\u0432\u043e\u0435\u0439 \u043f\u043e\u0434\u0440\u0443\u0433\u0438, \u0447\u0442\u043e\u0431\u044b \u043e\u043d\u0430 \u043c\u043e\u0433\u043b\u0430 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043b\u0435\u0433\u043a\u0438\u0435 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a\u0430, \u043f\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0438\u043a\u0430\u043a\u043e\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u0438\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u0443\u0432\u0438\u0434\u0435\u043d\u043d\u043e\u0433\u043e \u0435\u0439 \u0432 \u0436\u0438\u0432\u0443\u044e. \u0412\u044b \u043e\u0431\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043d\u0435\u0437\u0430\u0431\u044b\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f. \n\n`\u0415\u0449\u0435 \u043e\u0434\u0438\u043d \u0432\u0430\u0440\u0438\u0430\u043d\u0442 - \u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u043e \u0441 \u043c\u0443\u0436\u0447\u0438\u043d\u0430\u043c\u0438 \u0441\u043f\u043e\u0440\u0442\u0441\u043c\u0435\u043d\u0430\u043c\u0438. `\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0444\u0430\u043d\u0430\u0442\u0430\u043c \u043a\u0430\u043a\u043e\u0433\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u043a\u043b\u0443\u0431\u0430, \u043d\u0430\u0447\u0430\u0442\u044c \u0432\u0435\u0441\u0442\u0438 \u0431\u043b\u043e\u0433 \u043e \u0432\u0430\u0448\u0435\u0439 \u043b\u044e\u0431\u0438\u043c\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0438\u043b\u0438 \u0438\u0433\u0440\u043e\u043a\u0435. \u0412\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u0440\u0435\u0434\u0438 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0445\u0430\u0440\u0438\u0437\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0445 \u043c\u044d\u043d\u043e\u0432 \u0438 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0438\u0445 \u0432\u044b\u0441\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u0434\u0443\u043c\u0430\u044e\u0442 \u043e \u043a\u0443\u0440\u044f\u0449\u0435\u0439 \u0436\u0435\u043d\u0449\u0438\u043d\u0435. \n\n`\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0435\u0441\u0442\u044c \u0435\u0449\u0435 \u043e\u0434\u0438\u043d \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431, \u0442\u0430\u043a \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u0430\u044f \u0440\u0435\u0444\u043b\u0435\u043a\u0441\u0438\u044f. `\n\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u043e\u0434\u0432\u0438\u0433 \u0438 \u0432\u043c\u0435\u0441\u0442\u0435 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u043a\u0443\u0440\u0438\u043b\u043a\u0443, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 \u0442\u0435\u0430\u0442\u0440\u0435. \u041f\u0435\u0440\u0435\u0434 \u044d\u0442\u0438\u043c \u0434\u0430\u0442\u044c \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u0446 \u043f\u043e \u0432\u0441\u0435\u043c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c - \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434, \u0446\u0432\u0435\u0442 \u043b\u0438\u0446\u0430 \u0438 \u0437\u0443\u0431\u043e\u0432, \u043c\u0430\u043d\u0435\u0440\u044b, \u0438\u043c\u0438\u0434\u0436 \u0438 \u0442\u043e\u043c\u0443 \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435. \n\n`\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043b\u044e\u0434\u0438 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e\u0442 \u043c\u0435\u0442\u043e\u0434 \u043f\u044f\u0442\u0438 \u0446\u0435\u043b\u0435\u0439. `\n\u041f\u043e\u043b\u0435\u0437\u043d\u043e \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043d\u0430 \u0431\u0443\u043c\u0430\u0433\u0435 5 \u0446\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u0438\u0447\u044c, \u0435\u0441\u043b\u0438 \u0432\u044b \u0431\u0440\u043e\u0441\u0438\u0442\u0435 \u043a\u0443\u0440\u0438\u0442\u044c. \u042d\u0442\u0443 \u043f\u0430\u043c\u044f\u0442\u043a\u0443 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0432\u0441\u0435\u0433\u0434\u0430 \u043d\u043e\u0441\u0438\u0442\u044c \u0441 \u0441\u043e\u0431\u043e\u0439 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442\u0435 \u0436\u0435\u043b\u0430\u0435\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. \n\n`\u041f\u043e\u0436\u0430\u043b\u0443\u0439, \u0441\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0438 \u0431\u0435\u0437\u0443\u043f\u0440\u0435\u0447\u043d\u044b\u0439 \u043c\u0435\u0442\u043e\u0434 \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f - \u043b\u0438\u0447\u043d\u044b\u0439 \u043f\u0440\u0438\u043c\u0435\u0440.` \n\u041f\u043e\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0432\u0443\u0448\u043a\u0435, \u0447\u0442\u043e \u0436\u0438\u0437\u043d\u044c \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u0430 \u0438 \u0431\u0435\u0437 \u043a\u0443\u0440\u0435\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u0440\u0430\u0437\u0434\u0440\u0430\u0436\u0430\u0435\u0442 \u0434\u044b\u043c \u0441\u0438\u0433\u0430\u0440\u0435\u0442 \u0438 \"\u0447\u0443\u0434\u0435\u0441\u043d\u044b\u0439\" \u0430\u0440\u043e\u043c\u0430\u0442 \u043d\u0438\u043a\u043e\u0442\u0438\u043d\u0430 \u043e\u0442 \u043e\u0434\u0435\u0436\u0434\u044b \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0447\u0435\u0441\u0442\u043d\u043e \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0439 \u043e\u0431 \u044d\u0442\u043e\u043c, \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e \u0438 \u0431\u0435\u0437 \u0432\u0441\u044f\u043a\u043e\u0439 \u043a\u0440\u0438\u0442\u0438\u043a\u0438. \u0414\u043b\u044f \u0432\u0441\u0442\u0440\u0435\u0447 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0438\u0430\u043b\u044c\u043d\u043e \u0432\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u043d\u0435\u043a\u0443\u0440\u044f\u0449\u0443\u044e \u0437\u043e\u043d\u0443 \u043a\u0430\u0444\u0435, \u0442\u0430\u043a\u0436\u0435 \u043d\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0439\u0442\u0435 \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u043a\u0443\u0440\u0438\u0442\u044c \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043c\u0435 \u043f\u0443\u0441\u0442\u044c \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442, \u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0432\u0430\u043c\u0438, \u0430 \u043d\u0435 \u0441 \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u043e\u0439.\n\n## \u041d\u0438\u043a\u0442\u043e \u043d\u0435 \u0438\u0434\u0435\u0430\u043b\u0435\u043d. \u041c\u043d\u043e\u0433\u043e\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u0442\u043e\u0433\u043e, \u043d\u0430 \u0447\u0442\u043e \u043c\u044b \u0441\u0442\u0430\u0432\u0438\u043c \u0430\u043a\u0446\u0435\u043d\u0442\u044b - \u043d\u0430 \u0441\u043b\u0430\u0431\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u043d\u0430 \u0441\u0438\u043b\u044c\u043d\u0443\u044e \u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0443\u044e \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u0441\u0432\u043e\u0435\u0433\u043e \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0430. \n\n\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u0440\u0435\u0432\u043d\u044f\u044f \u0438\u043d\u0434\u0438\u0439\u0441\u043a\u0430\u044f \u043f\u0440\u0438\u0442\u0447\u0430, \u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0430\u044f \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0430\u0431\u043e\u0441\u0442\u0438 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u044d\u0442\u043e \u0431\u043e\u0440\u044c\u0431\u0430 \u0434\u0432\u0443\u0445 \u0432\u043e\u043b\u043a\u043e\u0432. \u041e\u0434\u0438\u043d \u0432\u043e\u043b\u043a \u043e\u043b\u0438\u0446\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0414\u043e\u0431\u0440\u043e, \u0430 \u0434\u0440\u0443\u0433\u043e\u0439 \u0417\u043b\u043e. \n\n\u0412\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u0431\u0435\u0436\u0434\u0430\u0435\u0442 \u0442\u043e\u0442 \u0432\u043e\u043b\u043a, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043d\u0430\u043a\u043e\u0440\u043c\u043b\u0435\u043d.\n\nImage Credit\n\n*Follow me:* @mama-steem", + "category": "ru", + "children": 1, + "created": "2016-09-15T17:08:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/BROSIT-KURIT-web06cd3.jpg" + ], + "links": [ + "https://www.flickr.com/photos/tomkeil/5335774509/in/pool-combat_climate_change/" + ], + "tags": [ + "ru" + ], + "users": [ + "mama-steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 44038842090, + "payout": 0.009, + "payout_at": "2016-09-22T17:08:00", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "kak-pomoch-podruzhke-brosit-kurit", + "post_id": 1256240, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 14 + }, + "title": "\u041a\u0430\u043a \u043f\u043e\u043c\u043e\u0447\u044c \u043f\u043e\u0434\u0440\u0443\u0436\u043a\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u0443\u0440\u0438\u0442\u044c?", + "updated": "2016-09-15T17:50:03", + "url": "/ru/@mama-steem/kak-pomoch-podruzhke-brosit-kurit" + }, + { + "active_votes": [ + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 10684554315, + "voter": "kimziv" + }, + { + "rshares": 1643027368, + "voter": "gidlark" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 1805642436, + "voter": "sisterholics" + }, + { + "rshares": 3282317279, + "voter": "sulev" + }, + { + "rshares": 63852393470, + "voter": "laonie" + }, + { + "rshares": 2664855399, + "voter": "myfirst" + }, + { + "rshares": 12961218703, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 2863237212, + "voter": "midnightoil" + }, + { + "rshares": 2376002491, + "voter": "andrew0" + }, + { + "rshares": 7161285616, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 768033123, + "voter": "freeinthought" + }, + { + "rshares": 269467120, + "voter": "maarnio" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 4382226038, + "voter": "michelle.gent" + }, + { + "rshares": 7708951702, + "voter": "orcish" + }, + { + "rshares": 80353319, + "voter": "thecastle" + }, + { + "rshares": 1500018338, + "voter": "kreet" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 541748496, + "voter": "listentojon" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 87053502, + "voter": "katharsisdrill" + }, + { + "rshares": 155168862, + "voter": "dreagonhaise" + } + ], + "author": "orcish", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.85, + "beneficiaries": [], + "blacklists": [], + "body": "\n


\n

\n


\n

\n


\n

\n


\n


\n

 These were half body commissions i did for

\n

http://deathlover2006.deviantart.com/

\n

http://deathlover2006.deviantart.com/

\n

http://paraspriteful.deviantart.com/

\n


\n

If you like these then you can check out more @orcish and put me on follow to see more daily art <3 

\n

 Zee

\n", + "category": "art", + "children": 5, + "created": "2016-09-15T17:07:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://img07.deviantart.net/780a/i/2015/297/0/9/deathlover2006___commission_by_the_zombie_cat-d9e6swb.png", + "http://pre04.deviantart.net/a456/th/pre/i/2015/287/4/4/gilly_and_stythian___commission_by_the_zombie_cat-d9d1zkv.png", + "http://img02.deviantart.net/7a08/i/2015/287/f/3/deathlover2006___commission_by_the_zombie_cat-d9d22sb.png", + "http://orig09.deviantart.net/7cba/f/2016/243/1/4/zc_by_vapetoday-dag0vu4.png" + ], + "links": [ + "http://deathlover2006.deviantart.com/", + "http://paraspriteful.deviantart.com/", + "https://steemit.com/@orcish" + ], + "tags": [ + "art", + "steemitart", + "drawing", + "creativity", + "steemgirls" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 177902655686, + "payout": 0.04, + "payout_at": "2016-09-22T17:07:27", + "pending_payout_value": "0.040 HBD", + "percent_hbd": 10000, + "permlink": "half-body-lines-original-art", + "post_id": 1256234, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 37 + }, + "title": "Half body lines \u262foriginal art\u262f", + "updated": "2016-09-15T17:07:27", + "url": "/art/@orcish/half-body-lines-original-art" + }, + { + "active_votes": [ + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 201545534, + "voter": "blend" + }, + { + "rshares": 154681498, + "voter": "ekremi12" + }, + { + "rshares": 151744718, + "voter": "blendplayz" + }, + { + "rshares": 150319355, + "voter": "denise12" + } + ], + "author": "ekremi12", + "author_payout_value": "0.000 HBD", + "author_reputation": 16.24, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

 Irecall cooking my youngest daughter celeriac mash for the first time: it was met with a deep reluctance. When I suggested it was potato, she tentatively gave it a try. I remember the instant look of suspicion that washed over her little face.That said, I\u2019d have probably been equally suspicious as a child \u2013 celeriac wasn\u2019t something my mum cooked for us, and I only discovered the root\u2019s potential when I became a chef. In the winter of 2004, I was cooking a big supper withHugh Fearnley-Whittingstall, in an old barn in Dorset. We had some big, fresh, locally grown celeriac for the menu. We made it into a silky, ivory puree, which we served with fried wild sea bass and slow-cooked pork belly. The puree bound those two Distinct ingredients that work together beautifully. I loved the idea of something from the sea and something from the land being joined so perfectly by something from below the ground. And, since that night, my view of this gnarly underrated vegetable has changed completely.Celeriac \u2013 a swollen root and member of the celery family \u2013 has a flavour somewhere between sweet earth and hazelnuts; it has a toothsome crunch when raw, but softens beautifully too. For me it is one of the most versatile vegetables there are.I use it throughout the autumn when it first appears and well into the late spring. Young, firm celeriac \u2013 full of character and fantastic eaten raw \u2013 I peel and cut into little batons; excellent crudites for dipping. I also like it coarsely grated, delicately ribboned, or matchsticked and dressed with a creamy mayonnaise, spiked with mustard in a classic remoulade \u2013 perfect with grilled meats or lentils.Later in the season, when the weather turns cold, I roast chunks of it \u2013 just like you would potatoes \u2013 with garlic, dried chilli and lots of thyme until it is caramelised on the outside and soft in the middle. Celeriac dauphinoise is another stalwart: layers of thinly sliced celeriac baked with double cream and a little garlic, anchovies, rosemary and grated parmesan. Wonderful with roast lamb.I\u2019m still as fond of the creamy texture of it pureed or blitzed into a soup as I was back in 2004. So, today\u2019s recipes include both. To keep things fresh, and to showcase the root\u2019s remarkable versatility, there\u2019s a clean crisp salad too \u2013 a surprisingly subtle blend of sweet and bitter.

\n

 source >.theguardian.com/lifestyle 

\n

Celeriac soup

\n

Serves 2-3
\n30g butter
\n1 tbsp olive oil
\n1 medium onion, peeled and thinly sliced
\n1 medium leek, sliced
\n2 garlic cloves, chopped
\n500g celeriac, peeled and cubed
\n1 tsp thyme leaves
\nAbout 800ml good chicken or vegetable stock
\n75ml double cream
\nSalt and black pepper 

\n", + "category": "food", + "children": 1, + "created": "2016-09-15T17:07:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://i.guim.co.uk/img/media/9264598f3f7e1cb4c24510d74a4d3d625bcc9719/0_338_6000_3600/master/6000.jpg?w=1300&q=55&auto=format&usm=12&fit=max&s=584ed137eb2ec235441f3cc31d0b20b8" + ], + "links": [ + "https://www.theguardian.com/lifeandstyle/series/hughfearnleywhittingstallonfood" + ], + "tags": [ + "food", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2438610214, + "payout": 0.0, + "payout_at": "2016-09-22T17:07:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac", + "post_id": 1256231, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "Three recipes to make the most of the new season's young celeriac", + "updated": "2016-09-15T17:07:15", + "url": "/food/@ekremi12/three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac" + }, + { + "active_votes": [ + { + "rshares": 13046119426, + "voter": "jako" + }, + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 54562059603, + "voter": "streetstyle" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 3031315446, + "voter": "handmade" + }, + { + "rshares": 12687522802, + "voter": "gargon" + }, + { + "rshares": 57458166665, + "voter": "driv3n" + }, + { + "rshares": 25747173993, + "voter": "hanshotfirst" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 10022756915, + "voter": "etcmike" + }, + { + "rshares": 269467120, + "voter": "maarnio" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "streetstyle", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.22, + "beneficiaries": [], + "blacklists": [], + "body": "
![Imgur](http://i.imgur.com/mgom4tK.jpg)
\nLast month I posted a brief story about Apple, Inc's next [iPHONE release](https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7) possibly being water proof, and thus allowing its owners for truly unique underwater selfies. The theory behind this comes from Apple itself, since it patented software that allows for editing pictures underwater. If you are editing pictures underwater, then your phone is NOT water resistant, like the Samsung Galaxy 7 made famous by the Lil' Wayne commercials. If you are underwater editing anything on a phone, then that phone must be truly WATER PROOF. Maybe, and just maybe, the second clue lies in Apple removing the Earphone/Headphone Jacks from the Iphone 7.\n\nSo now we know that the Iphone 7 will be water restistant, and not water proof. Underwater selfies with whales and dolphins will have to wait. This didn't keep Billionaire Warren Buffett and Berskshire-Hathaway from investing near Half a Billion Dollars More in Apple recently, upping their investment stake to nearly $1.5 Billion Dollars. Apple stock is now approaching all time highs again. This APPLE is \"Falling UP,\" much to the chagrin of Sir Isaac Newton's Gravity. When I posted about Apple last month, the stock price was about $109, and today we find it at about $115. \n
![Imgur](http://i.imgur.com/hJlItLG.png)
\nSince some traders have recently bet against Apple with [Put Options](https://en.wikipedia.org/wiki/Put_option) and with the **news that the APPLE Stores will Launch the Iphone 7 tomorrow Friday WITHOUT Iphone 7's in stock because they are SOLD OUT**, Apple Stock could easily catapult past its All Time High of about $132 Dollars a share reached last year in March. Apple might just yet become the first Trillion Dollar Market Capitalization Company Yet. \n\nFolks, this is not financial advice. This is all opinion or news. I am long on Apple stock. I am long on Bitcoin. And I am extra long on STEEM. I will be checking the **_Pay me 100% in Steem Power_** box for the first time. Steemit's newest and coolest feature yet!\n
![Imgur](http://i.imgur.com/OSEBY8P.png)
**Up Vote 100% in Steem Power!**
\n**********----------**********----------**********----------**********----------**********----------**********----------**********----------\n
09/15/16
Full $teem Ahead!
@streetstyle
**My Best Blogs**
- [Caffeine Madness](https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know)
- [Coinbase Eggs](https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket)
\nsources:\nwikipedia.org\ncnet.org\nfinance.yahoo.com\npics. source:\npixabay.com\ngoogle.com (labeled for reuse)", + "category": "money", + "children": 3, + "created": "2016-09-15T17:06:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/mgom4tK.jpg", + "http://i.imgur.com/hJlItLG.png", + "http://i.imgur.com/OSEBY8P.png" + ], + "links": [ + "https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7", + "https://en.wikipedia.org/wiki/Put_option", + "https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know", + "https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket" + ], + "tags": [ + "money", + "steemsquad", + "news", + "life", + "writing" + ], + "users": [ + "streetstyle" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 184042421600, + "payout": 0.043, + "payout_at": "2016-09-22T17:06:27", + "pending_payout_value": "0.043 HBD", + "percent_hbd": 0, + "permlink": "isaac-newton-got-it-wrong-with-this-apple", + "post_id": 1256217, + "promoted": "1.120 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "updated": "2016-09-15T17:56:51", + "url": "/money/@streetstyle/isaac-newton-got-it-wrong-with-this-apple" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 1046609643, + "voter": "danielkt" + }, + { + "rshares": 4712897369, + "voter": "gustavopasquini" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 1329507197, + "voter": "kurtbeil" + }, + { + "rshares": 3517483809, + "voter": "villainblack" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 3073095779, + "voter": "imag1ne" + }, + { + "rshares": 4779514921, + "voter": "nadin3" + }, + { + "rshares": 52597837, + "voter": "waldemar-kuhn" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 7708951702, + "voter": "orcish" + }, + { + "rshares": 1561243577, + "voter": "kreet" + }, + { + "rshares": 2974116451, + "voter": "htyfn" + } + ], + "author": "kreet", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Knife - primal hunting weapon. Without it can not do any one hunter.
\n
\nI tried to draw the primitiveness of these weapons. 

\n

\n

Let's begin.
\n
\nFirst step - simple sketch.
\n

\n

Second step - outlinig.
\n

\n

And third - lines and dots.
\n

\n

\n

Follow me to see my new art.

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:04:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c637317/v637317384/fbfd/EFQTLh-0giI.jpg", + "https://pp.vk.me/c637317/v637317384/fbdf/jFSNIZOutAM.jpg", + "https://pp.vk.me/c637317/v637317384/fbe9/s5gv863e7_0.jpg", + "https://pp.vk.me/c637317/v637317384/fbf3/_yVD31eeSAE.jpg", + "https://pp.vk.me/c637317/v637317384/fbc1/lO_w6OybjNk.jpg", + "https://pp.vk.me/c637317/v637317384/fbd5/SlUioaSgPIo.jpg" + ], + "tags": [ + "art", + "weapon" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122573135656, + "payout": 0.027, + "payout_at": "2016-09-22T17:04:33", + "pending_payout_value": "0.027 HBD", + "percent_hbd": 10000, + "permlink": "my-new-dotwork-art-primal-knife-timelapse", + "post_id": 1256200, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 14 + }, + "title": "My new dotwork art. Primal knife. Timelapse.", + "updated": "2016-09-15T17:05:48", + "url": "/art/@kreet/my-new-dotwork-art-primal-knife-timelapse" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "rshares": 3145812656, + "voter": "dmilash" + }, + { + "rshares": 7861460530, + "voter": "asdes" + }, + { + "rshares": 5558177167, + "voter": "denn" + }, + { + "rshares": 69324500, + "voter": "zahar" + }, + { + "rshares": 79785139, + "voter": "dims" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "denn", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

I rarely use a webcam. I agree that the extra security is not hurt. Good advice.

\n

The FBI has advised everyone to cover up their computers\u2019 webcams to stop them being spied on.

\n

Leaving webcams open means that hackers can break into them and watch everything that users are doing, security experts have claimed. The importance of that was revealed earlier this year when pictures showed that Mark Zuckerberg had covered the webcam on his MacBook Pro.

\n

Now those warnings have been backed by FBI director James Comey, who says that it is one of the \u201csensible things\u201d that people can do.

\n

Though the webcams on laptops might be useful, they\u2019re also one of the most valuable things a hacker can get access to. Once they do so, they can easily watch and record things that go on around them \u2013 and that information can be used later for blackmail, breaking into other security systems, or worse.

\n


\n

http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html

\n", + "category": "security", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://icdn.lenta.ru/images/2016/09/15/16/20160915165241110/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg" + ], + "links": [ + "http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html" + ], + "tags": [ + "security", + "life", + "news", + "web" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19717785789, + "payout": 0.004, + "payout_at": "2016-09-22T17:04:15", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "post_id": 1256193, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "updated": "2016-09-15T17:04:15", + "url": "/security/@denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 134866461, + "voter": "charlie.wilson" + } + ], + "author": "charlie.wilson", + "author_payout_value": "0.000 HBD", + "author_reputation": 26.53, + "beneficiaries": [], + "blacklists": [], + "body": "Adam Kokesh talks about the worst possible name you can be called in America! Its not the F word or even the N word! It is \"racist!\" People think of racism a primitive mindset, but we still use the exact same mindset in a different way. Statism! Collectivism! Patriotism! \n\nhttps://www.youtube.com/watch?v=fJriMGidPOE", + "category": "racism", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/fJriMGidPOE/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=fJriMGidPOE" + ], + "tags": [ + "racism", + "adamkokesh", + "statism", + "collectivism", + "patriotism" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1390676171, + "payout": 0.0, + "payout_at": "2016-09-22T17:04:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-word-you-can-be-called-in-america-with-adam-kokesh", + "post_id": 1256191, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "The word you can be called in America! (with Adam Kokesh)", + "updated": "2016-09-15T17:04:15", + "url": "/racism/@charlie.wilson/the-word-you-can-be-called-in-america-with-adam-kokesh" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 5579236934, + "voter": "cjclaro" + }, + { + "rshares": 323355413, + "voter": "codymac40" + }, + { + "rshares": 2108987878, + "voter": "runridefly" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 1324053764, + "voter": "robotev" + } + ], + "author": "cjclaro", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.36, + "beneficiaries": [], + "blacklists": [], + "body": "\n

It's a fact of life we cannot argue nor deny. No matter how beautiful a day is, someone or something could rain disasters on in countless ways.

\n


\nPHOTO CREDIT: DAILYPOSITIVEQUOTES.COM

\n

Someone has told you that your outlook in life is one real inspiration to him. He sees you smiling every time you meet as if all the good things in life have gathered around and cast a glow on your countenance. But deep inside there is this longing for a happier moment than now.

\n

You have masked your fears and sorrow and worries with that smile, perfectly. No one suspects of the hardships and difficulties you go through every minute, every hour of everyday. They see a strong person outside but could not detect the crying child inside. And he cries every time he's hurt. 

\n

You have been knocked down so many times you lost count. Yet you get up every time and each time you get stronger.

\n

\n

They say your character is unquestionable, yet you question yourself everyday if you've made the right decision that brought you here today. And the answer becomes clearer as the days go by. But only you know the truth.

\n

The truth is, nothing in this life will ever be yours if you don't pursue it. The universe will not hand over victories in a silver platter. A battle is not won just by pointing the gun at your adversaries, you have to pull the trigger.

\n

The truth is, you are not alone in facing giants in your life. You have your family and friends that love and support you. And you know that.

\n

The truth is, \"these, too, will pass away\". Sorrow, griefs, tragedy... they all are part of having to live a life full of lessons and challenges and trials.

\n


\nPHOTO CREDIT: IAMNOTASHAMEDOFTHEGOSPELOFCHRIST.COM

\n

The truth is, you are strong as what people perceive you. You have a positive attitude towards life and your character, well, it may not always be unquestionable but your intentions are. You find good in people and believe that no matter the race or creed, they are worth something to someone.

\n

No matter what happens in your life, believe that everything is going to be fine. But if it turns out otherwise, your life will always be a shining beacon of light to those around you. 

\n

And that is A-OK.

\n", + "category": "life", + "children": 3, + "created": "2016-09-15T17:02:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://dailypositivequotes.com/quotes-images/everything-will-be-ok.jpg", + "https://c2.staticflickr.com/8/7114/6947955714_2d7f7521b1.jpg", + "https://iamnotashamedofthegospelofchrist.files.wordpress.com/2015/02/z8i7y6t1x.jpg" + ], + "links": [ + "http://dailypositivequotes.com/", + "iamnotashamedofthegospelofchrist.com" + ], + "tags": [ + "life", + "steemsquad", + "love", + "inspiration", + "motivation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21315815507, + "payout": 0.004, + "payout_at": "2016-09-22T17:02:12", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok", + "post_id": 1256168, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "NOTE TO SELF: Things Happen and $h1T Happens But It's A-OK", + "updated": "2016-09-15T17:02:12", + "url": "/life/@cjclaro/note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok" + }, + { + "active_votes": [ + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "rshares": 206092862903, + "voter": "alexc" + }, + { + "rshares": 28378442877, + "voter": "extie-dasilva" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 418098422, + "voter": "ladypenelope1" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 150273031, + "voter": "inkwisitiveguy01" + } + ], + "author": "extie-dasilva", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.89, + "beneficiaries": [], + "blacklists": [], + "body": "\n

WILL NEXT-GEN CIVILIZATIONS BEGIN IN DEVELOPING COUNTRIES?

\n

\n

(Thanks to ndtv.com for image)

\n

INTRODUCTION

\n

The fishermen of the Indian state of Kerala had a big  problem, prior to 2001. It was this: The fish they caught were intended to be sold at market, but the only way they had of finding out if they had a buyer was to go to a market and engage in face to face communication. If the market they went to had no need of their fish, they would not be able to visit another, because the markets were about ten miles apart, the fish were perishable and the markets closed at 8AM. Choose the wrong buyer, and the whole catch would have to be thrown back into the sea. Economists call this a \u2018coordination problem\u2019.

\n


\n

But then these workers got hold of technology familiar to us all that matched buyers and sellers much more effectively. They got themselves mobile phones. Now, while they were still out at sea, they could phone ahead and arrange the best deal for their catch.

\n


\n

Now, I am not really interested in fish, but rather the fact that these workers made the jump from what was essentially stoneage communications to 21st century communications. What if developing countries can achieve a similar leap forward with agriculture, banking, education, energy, money and civil engineering and so on? If so, what they might develop into would be a new kind of civilization. Some people, for instance Marshall Brain, call this a \u20184th generation civilization\u2019. But, since I am unsure as to how many civilizations there have been, I will play safe and call it a next-generation civilization.

\n


\n

NEXT-GENERATION CIVILIZATION

\n

\n

(Thanks to wallpapercave.com for image)

\n

So what is this next-generation civilization? I see it as being a civilization that uses the only resources we have- natural capital and human potential- with maximum efficiency. Because it has achieved this, it has eliminated- as far as is physically possible- the obstacles to greater social cohesion and personal development. Citizens of next-generation civilization would find themselves much further up Maslow\u2019s famous pyramid of the hierarchy of needs than is the case for all but a few of the nations\u2019 population today. This would make next-generation civilizations the best platform we have ever had for realizing the transhuman pursuit of social and individual excellence.

\n

WHY THERE?

\n

If we acknowledge that a next-generation civilization could be achieved, why should we suppose it would emerge in developing countries? In many ways, these are places that have barely reached the 20th century. Dreaming up some glitzy, high-tech civilization sounds like an undertaking for people of affluent countries with plenty of time on their hands, not something that would concern those struggling to get by on one or two dollars per day. And then there is the matter of corruption. Stories abound of the terrible misallocation of wealth that goes on in the world\u2019s poorest countries. The African Union estimated that some 25% of its annual GDP is lost to corruption. As they are so far behind, and the corrupt and criminal tend to thwart dreams of a better life, why look to such countries for the rise of NGC?

\n

ADVANTAGES

\n

We should not think that developing nations have no advantages. There is, for example, the \u2018latecomer\u2019s advantage\u2019. There is no rule that says a country has to retread all the steps that lead to the modern world. They can leapfrog straight to the latest technologies and practices. Indeed, this leapfrogging makes a great deal of sense, because the most modern technologies often do the same job as predecessors, only more cost effectively and less wastefully. The cost of purchasing and burying copper wire for a communications infrastructure would be more than $100 million. Cell tower infrastructure would cost a relatively small tens of thousands of dollars. If a city like Zinder in South Niger were to adopt PCs, then by the time 10% of the population were using them, the power they consume- 1,500 KW- would exceed that of all households today. Mobile devices, on the other hand, would consume just 74KWs, and as they run off of batteries they would be more useful in areas where power outage is a common experience. It is for reasons such as these that countries like El Salvdore and Panama have adopted mobile communications faster than the USA.

\n


\n

The fact that the rich nations have well-established systems and infrastructures could be an impediment to progress. W. Brian Arthur, External Professor at the Santa Fe Institute and author of \u2018The Nature of Technology\u2019 has written about how established technologies and practices can delay the adoption of new methods, even though those new methods are superior. In 1955, the economist Marvin Frankel noticed that cotton mills in Lancashire were not using the more modern and efficient machinery. This was because the old brick structures that housed the old machinery would have to be torn down before the new machinery could be installed. As Arthur wrote, \u201cThe outer assemblies thus locked in the inner machinery and thus the Lancashire mills did not change\u201d. To this day, whenever a technology is so interwoven with the fabric of everyday life or business practice that replacing it seems too much bother, we say it has become \u2018locked-in\u2019.

\n

\n

(thanks to Wikipedia.org for image)

\n

ATTITUDES

\n

There is also a psychological aspect to consider. Established technologies and practices can lead people to adopting certain ways of doing things, and upstart technologies that obsolete the old ways can be threatening. Sociologist Diane Vaughan called this \u2018Psychological Dissonance\u2019 and wrote:

\n


\n

\u201c(We use) a frame of reference constructed from integrated sets of assumptions, expectations, and experiences\u2026This frame of reference is not easily altered or dismantled, because the way we tend to see the world is intimately linked to how we see and define ourselves in relation to the world. Thus, we have a vested interest in maintaining consistency because our own identity is at risk\u201d.

\n


\n

Therefore, established technologies, infrastructures and methods can create hysteresis- a delayed response to change- that holds the new at bay, at least until the old ways simply cannot be stretched any further. So, it could be that developing countries which lack many of these established infrastructures and technologies, would adopt the new and accommodate themselves more quickly to the methods and practices they make possible.

\n

CORRUPTION

\n

\n


\n

(Thanks to thefifthcolumnnews.com for image)

\n

As for the problem of corruption, we should not think that it only goes on in the poor nations of the world. The reason why the corruption that goes on there seems so overt and in-your-face may be because it is immature. In the West, centuries of adjustments and fine-tuning have evolved institutions that divert real wealth from those who create it to those who set the rules. As world-renowned linguist and social philosopher Noam Chomsky pointed out, using violence in order to get people to obey, as the Soviet Union did, will ultimately fail. What is needed are systems of indoctrination to ensure that citizens agree to what the ruling class want. This can be achieved by, among other things, entering the school system and educating the nation\u2019s future workforce towards the \u2018correct\u2019 way of thinking (one third of textbooks in American schools are provided by corporations) and censoring material that questions state dogma (a study by Vincent Navarro of John Hopkins University that found a correlation between class and race and wealth inequality was refused publication by every major medical journal in the US). These and other insidious practices successfully hide much of the elite wealth appropriation that goes on from view. It would be no mean feat to successfully un-entangle those immoral methods of wealth creation from the beneficial forms that is vital for any successful civilization.

\n


\n

But much of the corruption in developing countries will be relatively easy to deal with. Much of it consists of plain old bribery, for instance having to pay your boss before he will hand over your wages. If you were working online for a foreign company and your wages were wired directly into your account, that form of corruption would be much reduced. Moving to a cashless society using mobile devices that recognize their rightful owner and refuse to work for unauthorized users- say by using biometrics to identify users- would leave folks less vulnerable to theft. In countries like Niger, Senegal and Uganda, parents may have to pay bribes to get their children into school. With Internet access and availability of free educational resources like Kahn Academy and Granny Cloud (the latter being a service in which retirees voluntarily give some of their time to running lessons over Skype) that form of corruption is rendered obsolete. Many other forms of overt corruption would be harder to get way with in a country where the mass adoption of camera-phones and social networking makes surveillance possible.

\n


\n

Futurists forecast some pretty astonishing technological capabilities becoming available as NBIC (nanotech, biotech, information tech and cognitive science) ride up Kurzweil's curves of exponential progress. It would be a truly great thing if the amazing possibilities of such technologies unlocked the entrepreurial and creative potential of the bottom billion and transformed their lives into a civilization that is the envy of the world.

\n", + "category": "progress", + "children": 6, + "created": "2016-09-15T17:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s14.postimg.org/mbai68c0x/image.jpg", + "https://s3.postimg.org/3kwz8pw0z/image.jpg", + "https://s11.postimg.org/9s4bde9wz/image.jpg", + "https://s10.postimg.org/voz978hk9/image.jpg" + ], + "tags": [ + "progress", + "civilisation", + "extropia", + "transhumanism", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3210313401889, + "payout": 1.263, + "payout_at": "2016-09-22T17:02:06", + "pending_payout_value": "1.263 HBD", + "percent_hbd": 10000, + "permlink": "will-next-gen-civilizations-begin-in-developing-countries", + "post_id": 1256165, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "WILL NEXT-GEN CIVILIZATIONS BEGIN IN DEVELOPING COUNTRIES?", + "updated": "2016-09-15T17:02:06", + "url": "/progress/@extie-dasilva/will-next-gen-civilizations-begin-in-developing-countries" + }, + { + "active_votes": [ + { + "rshares": 11115763169, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 20836271244, + "voter": "venuspcs" + }, + { + "rshares": 3441272031, + "voter": "getssidetracked" + }, + { + "rshares": 673428155, + "voter": "trees" + }, + { + "rshares": 93660377, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 38464873805, + "voter": "redpalestino" + }, + { + "rshares": 328426925, + "voter": "cryptochannel" + }, + { + "rshares": 14388684434, + "voter": "ausbitbank" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 3709422185, + "voter": "bitcoiner" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 14756763760, + "voter": "felixxx" + }, + { + "rshares": 2077208968, + "voter": "merej99" + }, + { + "rshares": 3750338819, + "voter": "achim86" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 3323767993, + "voter": "kurtbeil" + }, + { + "rshares": 2370133624, + "voter": "steemleak" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 690177186, + "voter": "herbertmueller" + }, + { + "rshares": 1159224982, + "voter": "the-bitcoin-dood" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 744996127, + "voter": "z3r0d4yz" + }, + { + "rshares": 249165030, + "voter": "saamychristen" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + } + ], + "author": "achim86", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.23, + "beneficiaries": [], + "blacklists": [], + "body": "

HTML-commands : Structure texts [German:Text Strukturierung]

\n\nhttps://static.pexels.com/photos/136320/pexels-photo-136320.jpeg\n\nSource: pexels\n\n\nThese are commands everyone should know in order to structure and format their text. The most important commands are summarized here.\n\n\n\nNicht nur gute Inhalt, sondern auch gute Darstellungen bringt mehr Upvotes. Diese Befehle sollte man unbedingt wissen, um Texte zu strukturieren. Die Wichtigsten Befehle habe ich hier zusammengefasst.\n\n

1. Ordered list / nummerierte Liste

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcccgr/1.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcccwc/2.jpg\n\n

2. Headline / \u00dcberschrift

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcciar/3.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcciaw/4.jpg\n\n\n

3. Paragraph / Absatz

\n\nCommand/Befehle\nhttps://picload.org/image/rdgccpgc/5.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgccwgl/6.jpg\n\n\n

4. Break / Umbruch

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcidcw/7.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcidip/8.jpg\n\n

5. Horizontal ruler / horizontale Linie

\n\nCommand/Befehle\nhttps://picload.org/image/rdgciari/9.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgciaog/10.jpg\n\n\n

6. list item / Listeneintrag

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicapl/1.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicogw/2.jpg\n\n

7. Bold / Fett

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicooc/3.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicoid/4.jpg\n\n\n

8. Emphasis / Hervorhebung

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclro/5.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicldg/6.jpg\n\n

9. deleted / durchstrichener Text

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclad/7.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiclog/8.jpg\n\n

10. Superscript / Hochstellen

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicllp/9.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiclco/10.jpg\n\n

11. Anchor / Anker

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclpd/11.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiccdp/12.jpg\n\n

12. Mailto / Sende E-Mail an

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicpci/13.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicpid/14.jpg\n\n
\nAuthors get only paid when people like you upvote their post\n\n Follow me \n\n
", + "category": "steemit", + "children": 6, + "created": "2016-09-15T17:01:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://static.pexels.com/photos/136320/pexels-photo-136320.jpeg", + "https://picload.org/image/rdgcccgr/1.jpg", + "https://picload.org/image/rdgcccwc/2.jpg", + "https://picload.org/image/rdgcciar/3.jpg", + "https://picload.org/image/rdgcciaw/4.jpg", + "https://picload.org/image/rdgccpgc/5.jpg", + "https://picload.org/image/rdgccwgl/6.jpg", + "https://picload.org/image/rdgcidcw/7.jpg", + "https://picload.org/image/rdgcidip/8.jpg", + "https://picload.org/image/rdgciari/9.jpg", + "https://picload.org/image/rdgciaog/10.jpg", + "https://picload.org/image/rdgicapl/1.jpg", + "https://picload.org/image/rdgicogw/2.jpg", + "https://picload.org/image/rdgicooc/3.jpg", + "https://picload.org/image/rdgicoid/4.jpg", + "https://picload.org/image/rdgiclro/5.jpg", + "https://picload.org/image/rdgicldg/6.jpg", + "https://picload.org/image/rdgiclad/7.jpg", + "https://picload.org/image/rdgiclog/8.jpg", + "https://picload.org/image/rdgicllp/9.jpg", + "https://picload.org/image/rdgiclco/10.jpg", + "https://picload.org/image/rdgiclpd/11.jpg", + "https://picload.org/image/rdgiccdp/12.jpg", + "https://picload.org/image/rdgicpci/13.jpg", + "https://picload.org/image/rdgicpid/14.jpg" + ], + "links": [ + "https://steemit.com/@achim86" + ], + "tags": [ + "steemit", + "deutsch", + "html", + "structure", + "whales" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152510944512, + "payout": 0.034, + "payout_at": "2016-09-22T17:01:57", + "pending_payout_value": "0.034 HBD", + "percent_hbd": 10000, + "permlink": "html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung", + "post_id": 1256164, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 36 + }, + "title": "HTML-commands : How to structure your texts on Steemit [German: Text Strukturierung]", + "updated": "2016-09-15T17:33:15", + "url": "/steemit/@achim86/html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung" + }, + { + "active_votes": [ + { + "rshares": 53579928, + "voter": "luup" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + } + ], + "author": "luup", + "author_payout_value": "0.000 HBD", + "author_reputation": 29.71, + "beneficiaries": [], + "blacklists": [], + "body": "The site says down for maintenance in French. Does this happen often???", + "category": "imgsafe", + "children": 0, + "created": "2016-09-15T17:00:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "imgsafe", + "images", + "posting" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122188592, + "payout": 0.0, + "payout_at": "2016-09-22T17:00:30", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "imgsafe-org-down", + "post_id": 1256149, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Imgsafe.org - down", + "updated": "2016-09-15T17:00:30", + "url": "/imgsafe/@luup/imgsafe-org-down" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 7707314246, + "voter": "asdes" + }, + { + "rshares": 5669340710, + "voter": "denn" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 81380841, + "voter": "dims" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + } + ], + "author": "dims", + "author_payout_value": "0.000 HBD", + "author_reputation": 2.11, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Archaeological research has identified the use of cultivated cotton (Gossypium barbadense) in the ancient Andes dating back to at least 7800 years ago

\n

An international team of scientists has discovered the oldest in the world of fabric, dyed indigo. At present, this dyestuff is used in the manufacture of jeans. Description was published in the journal Science.

\n

The artifact was found at Huaca Prieta (Huaca Prieta) - a hill on the northern coast of Peru. According to scientists, when they found a piece of cotton fabric, its color was indistinguishable because of the gray mud. However, after thoroughly washing it turned out that he was covered in blue paint. The results of chemical analysis showed that the composition consisted of the the key components of indigo.

\n


\n

http://advances.sciencemag.org/content/2/9/e1501623

\n", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://icdn.lenta.ru/images/2016/09/15/18/20160915181123092/pic_be92cc2993c346b25196d45f2da1c0fc.jpg" + ], + "links": [ + "http://advances.sciencemag.org/content/2/9/e1501623" + ], + "tags": [ + "science", + "life", + "news", + "indigo", + "jeans" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17837948675, + "payout": 0.003, + "payout_at": "2016-09-22T16:59:15", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "early-pre-hispanic-use-of-indigo-blue-in-peru", + "post_id": 1256138, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "Early pre-Hispanic use of indigo blue in Peru", + "updated": "2016-09-15T17:04:48", + "url": "/science/@dims/early-pre-hispanic-use-of-indigo-blue-in-peru" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 657682851854, + "voter": "berniesanders" + }, + { + "rshares": 4576157737, + "voter": "nextgenwitness" + }, + { + "rshares": 15256984110, + "voter": "justin" + }, + { + "rshares": 41894139791, + "voter": "silver" + }, + { + "rshares": 101662324432, + "voter": "silversteem" + }, + { + "rshares": 112852995068, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 11207373945, + "voter": "steemservices" + }, + { + "rshares": 526151971, + "voter": "steemservices1" + }, + { + "rshares": 323068414, + "voter": "bentley" + }, + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 3023823526, + "voter": "fkn" + }, + { + "rshares": 663007716, + "voter": "thedarkestplum" + }, + { + "rshares": 3974627163, + "voter": "elishagh1" + }, + { + "rshares": 10461894747, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 61297660999, + "voter": "justtryme90" + }, + { + "rshares": 9962459465, + "voter": "the-alien" + }, + { + "rshares": 26711385788, + "voter": "kimziv" + }, + { + "rshares": 19099915307, + "voter": "venuspcs" + }, + { + "rshares": 3058908472, + "voter": "getssidetracked" + }, + { + "rshares": 606085340, + "voter": "trees" + }, + { + "rshares": 83801390, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 293855670, + "voter": "cryptochannel" + }, + { + "rshares": 894092880, + "voter": "endgame" + }, + { + "rshares": 14760800618, + "voter": "furion" + }, + { + "rshares": 70822893, + "voter": "barbara2" + }, + { + "rshares": 78718732, + "voter": "ch0c0latechip" + }, + { + "rshares": 72854943, + "voter": "doge4lyf" + }, + { + "rshares": 10646441734, + "voter": "deviedev" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 582664365, + "voter": "poseidon" + }, + { + "rshares": 5497387091, + "voter": "sharker" + }, + { + "rshares": 2452241013, + "voter": "positive" + }, + { + "rshares": 5975820194, + "voter": "chloetaylor" + }, + { + "rshares": 4514106091, + "voter": "sisterholics" + }, + { + "rshares": 82565168, + "voter": "fnait" + }, + { + "rshares": 73351025, + "voter": "keepcalmand" + }, + { + "rshares": 59017018, + "voter": "reported" + }, + { + "rshares": 56327382, + "voter": "krushing" + }, + { + "rshares": 159630983676, + "voter": "laonie" + }, + { + "rshares": 5329710799, + "voter": "myfirst" + }, + { + "rshares": 32403046758, + "voter": "somebody" + }, + { + "rshares": 1211525148, + "voter": "flysaga" + }, + { + "rshares": 513541455, + "voter": "minnowsunited" + }, + { + "rshares": 7158093031, + "voter": "midnightoil" + }, + { + "rshares": 55335599, + "voter": "whatyouganjado" + }, + { + "rshares": 17903214040, + "voter": "xiaohui" + }, + { + "rshares": 808517232, + "voter": "elfkitchen" + }, + { + "rshares": 63373184, + "voter": "makaveli" + }, + { + "rshares": 559728216, + "voter": "xiaokongcom" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 7242085700, + "voter": "thebotkiller" + }, + { + "rshares": 1128310359, + "voter": "xianjun" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 54889630, + "voter": "alexbones" + }, + { + "rshares": 73887203, + "voter": "microluck" + }, + { + "rshares": 10680388292, + "voter": "pjheinz" + }, + { + "rshares": 805448125, + "voter": "thecurator" + }, + { + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "rshares": 62298836, + "voter": "gokugirl" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 10691300360, + "voter": "jaredcwillis" + }, + { + "rshares": 20824065311, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 75045323, + "voter": "ozertayiz" + }, + { + "rshares": 54780763, + "voter": "salebored" + }, + { + "rshares": 2268668670, + "voter": "blockcodes" + }, + { + "rshares": 96022055, + "voter": "cryptochart" + }, + { + "rshares": 97123877, + "voter": "steemwatch" + }, + { + "rshares": 54799530, + "voter": "bitdrone" + }, + { + "rshares": 54790675, + "voter": "sleepcult" + }, + { + "rshares": 3761305064, + "voter": "thecyclist" + }, + { + "rshares": 53099160, + "voter": "analyzethis" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + }, + { + "rshares": 154765535, + "voter": "mrsgreen" + } + ], + "author": "pjheinz", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.77, + "beneficiaries": [], + "blacklists": [], + "body": "
http://www.forcesofgeek.com/wp-content/uploads/2013/05/19043-2.jpg
\n
[\u25b3](http://www.forcesofgeek.com/2013/05/insect-fear-big-bug-movies-of-1950s.html)
\n\n----------------------------\n---------------------------\n\n# A change of scale is a geometrical symmetry; large triangles have the same properties as small ones. \n\n
![Imgur](http://i.imgur.com/YEUxukE.png)
\n
wikipedia
\n\n\nYet an enlarged or reduced copy of a real object is not the same and does not have the same properties as the original. The reason for this was discovered by Galileo: **the square-cube law**. The failure of scale symmetry is due to the physics of atoms, which have a de\ufb01nite size. This determines the properties of materials and sets a fundamental scale for the universe. \n\n-------------------------\n\n\n# Exploring the symmetry of scale instead of re\ufb02ecting the world, we magnify it and ask whether large objects behave the same way as small objects in our universe. \n\n
![Imgur](http://i.imgur.com/xQVZUHC.png)
\n
wikipedia
\n\n**The square-cube law**, describing how size affects the physical properties of objects, was \ufb01rst discovered by Galileo Galilei and published in his book Two New Sciences. The second \u201cnew science\u201d concerned strength of structures. Galileo noticed a difference between the basic designs of small and large animals\u2014not just in size but in proportion. He realized the strength of an object is proportional to cross-sectional area, whereas its weight is proportional to volume. \n\n\n-----------------------------\n\n# Area and volume depend on size in different ways, so the relation of strength to weight is different for objects of different size. ; \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Comparison_of_surface_area_vs_volume_of_shapes.svg/330px-Comparison_of_surface_area_vs_volume_of_shapes.svg.png
\n
wikipedia
\n\n* Area is a square (x\u00b2), \n* Volume is cubic (x\u00b3). \n\n-------------------------\n\n ## For example imagine magnifying an animal 100x: \n\n**Original Animal**\n* Mass of 100 kg and footprint of 100 cm\u00b2 \n* Supporting its weight at 1 kg / cm\u00b2\n\n**100x Magnified Animal**\n* Mass of 1,000,000,000 kg and footprint of 1,000,000 cm\u00b2\n* It would now have to support 1000 kg / cm\u00b2 \n* 1000x the weight per unit area.\n\n------------------------------------------------\n\n\n# This explains why science \ufb01ction concepts like giant mutant ants are impossible: Their structures (areas) cannot support their weight (volumes). \n\n\n
http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg
\n
[giant ants](>http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg)
\n\n**We also see this in real life.** \n\n1. Larger animals lead more sedate lifestyles than smaller ones.\n2. They are structurally more delicate. \n3. Larger animals have thicker proportions. \n4. Compare the legs of an elephant to those of an ant.\n5. Larger animals have lower metabolic rates than smaller ones, using fuel more ef\ufb01ciently. \n\n---------------------\n\n# **The square-cube law** is a general principle of physics. It applies to any structure, not just living things. \n\n
https://upload.wikimedia.org/wikipedia/commons/7/72/Coal_anthracite.jpg
\n
wikipedia
\n\n* A lump of coal burns at a moderate rate, but coal dust suspended in air can cause an explosion. The greater surface area of the dust allows greater combination with oxygen from the air and a greater release of energy. \n* The interior of Earth is as hot as the Sun\u2019s surface due to radioactive decay of potassium-40. A single Earth rock containing potassium-40 cannot heat itself very well, but the surface-to-volume proportions of Earth are so much larger, it creates a tremendous amount of heat with the same percentage of potassium-40. \n\n-------------------------\n\n# Because of **the square-cube law**, magni\ufb01cation is not a symmetry of nature. \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Helium_atom_QM.svg/450px-Helium_atom_QM.svg.png
\n
wikipedia
\n\nWhy does nature work this way? Two objects, one large and one small, made of the same materials behave in different ways because they are made of the same material, not in spite of it. If you create giant ant, you can not build it out of giant atoms; atoms of each element have a de\ufb01nite, absolute size. What determines the size of an atom and sets the size scale of the universe? Quantum physics. \n\n\n------------------------------\n\n# Fun Facts:\n \nNear the end of the science \ufb01ction novel and \ufb01lm The Incredible Shrinking Man, the titular man is the size of an insect. Such a man would face physiological problems making cellular chemistry, fluid transfer, gas exchange, and staying alive impossible. \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/IncredibleShrinkingMan-poster.jpg/330px-IncredibleShrinkingMan-poster.jpg
\n
wikipedia
\n\n\n\nThe light from the Sun exerts a very small pressure on objects in our solar system. This force pushes tiny dust grains entirely out of the solar system and may cause small long-term changes in the orbits of small asteroids but is completely negligible for big planets. This directly caused by the difference in surface area vs mass on these bodies.\n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Comet_Hale-Bopp_1995O1.jpg/330px-Comet_Hale-Bopp_1995O1.jpg
\n
wikipedia
\n\n \n\n\n-----------------------------------\n-----------------------------------", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.forcesofgeek.com/wp-content/uploads/2013/05/19043-2.jpg", + "http://i.imgur.com/YEUxukE.png", + "http://i.imgur.com/xQVZUHC.png", + "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Comparison_of_surface_area_vs_volume_of_shapes.svg/330px-Comparison_of_surface_area_vs_volume_of_shapes.svg.png", + "http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg", + "https://upload.wikimedia.org/wikipedia/commons/7/72/Coal_anthracite.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Helium_atom_QM.svg/450px-Helium_atom_QM.svg.png", + "https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/IncredibleShrinkingMan-poster.jpg/330px-IncredibleShrinkingMan-poster.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Comet_Hale-Bopp_1995O1.jpg/330px-Comet_Hale-Bopp_1995O1.jpg" + ], + "links": [ + "http://www.forcesofgeek.com/2013/05/insect-fear-big-bug-movies-of-1950s.html", + ">http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg" + ], + "tags": [ + "science", + "mathematics", + "space", + "writing", + "steemmag" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5092939268805, + "payout": 2.545, + "payout_at": "2016-09-22T16:59:00", + "pending_payout_value": "2.545 HBD", + "percent_hbd": 10000, + "permlink": "invasion-of-giant-insects-and-the-square-cube-law", + "post_id": 1256134, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 82 + }, + "title": "Invasion of Giant Insects and The Square-Cube Law", + "updated": "2016-09-15T18:45:18", + "url": "/science/@pjheinz/invasion-of-giant-insects-and-the-square-cube-law" + }, + { + "active_votes": [ + { + "rshares": 1813727579, + "voter": "thelocal" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + } + ], + "author": "thelocalgermany", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "**He lived through both world wars and even made it out alive from the Nazis' deadliest concentration camp. Today the world's oldest man is set to finally have his coming of age bar mitzvah.**\n\nhttp://www.thelocal.de/userdata/images/article/w468/601de1409a3a41795b416cf853d45c11373c2566f545b21d76b4b36898adba6b.jpg\n*The world's oldest man, Israel Kristal at his home in Haifa, Israel. Photo: EPA/DPA*\n\nIt's the celebration that turns Jewish boys into men, and girls into women. A [Bar or Bat mitzvah](https://en.wikipedia.org/wiki/Bar_and_Bat_Mitzvah) is held when a Jewish child turns 12 or 13, and it usually means a big party with friends, family and, hopefully, gifts.\n\nBut for Israel Kristal from Maleniec, near Zarn\u00f3w, Poland, it wasn't so easy to celebrate when he turned 13. At the time, 1916, the First World War was raging around him.\n\n*\"When my father was 13 years old, it was the First World War. His father was in the Russian army, his mother had died three years before. No one was partying in this moment,\"* Kristal's daughter Schulamit Kristal Kuperstoch told DPA.\n\nLater as an adult, Kristal's homeland was again thrown into another world war, invaded by Adolf Hitler's Nazi Germany. And in 1944, Kristal, as a Jewish man, was deported to the death camp [Auschwitz](https://en.wikipedia.org/wiki/Auschwitz_concentration_camp).\n\nThe Holocaust took the lives of his first wife and their two children, while Kristal survived. When the Allied forces liberated Auschwitz, Kristal weighed just 37 kilos (81.6 pounds), according to the Guinness World Records.\n\nBut as he turns 113 years old on Thursday 15 September 2016, the world's oldest man will prepare to celebrate his own Bar Mitzvah at last.\n\n*\"We're going to celebrate with many family members - more or less 100,\"* his daughter said. *\"We will bless him, we will dance with him, we'll be happy with him\u2026 you can't feel like you're 13 when you're 113.\"*\n\nWhen Kristal was declared the [world's oldest living man](https://en.wikipedia.org/wiki/Oldest_people#Ten_verified_oldest_living_men) by the Guinness World Records in March 2016, he had this to say: *\"I don't know the secret for long life. I believe that everything is determined from above and we shall never know the reasons why\".*\n\n*\"There have been smarter, stronger and better looking men then me who are no longer alive. All that is left for us to do is to keep on working as hard as we can and rebuild what is lost.\"*\n\n--\nOriginal source: http://thelocal.de/120230\nAuthor verification: http://thelocal.de/steemit", + "category": "news", + "children": 0, + "created": "2016-09-15T16:57:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.thelocal.de/userdata/images/article/w468/601de1409a3a41795b416cf853d45c11373c2566f545b21d76b4b36898adba6b.jpg" + ], + "links": [ + "https://en.wikipedia.org/wiki/Bar_and_Bat_Mitzvah", + "https://en.wikipedia.org/wiki/Auschwitz_concentration_camp", + "https://en.wikipedia.org/wiki/Oldest_people#Ten_verified_oldest_living_men", + "http://thelocal.de/120230" + ], + "tags": [ + "news", + "barmitzvah", + "supercentenarians", + "oldest-man" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1880662861, + "payout": 0.0, + "payout_at": "2016-09-22T16:57:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man", + "post_id": 1256121, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "113-year-old Holocaust survivor to have Bar Mitzvah (also, world's oldest man)", + "updated": "2016-09-15T16:57:54", + "url": "/news/@thelocalgermany/113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man" + }, + { + "active_votes": [ + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 39234171281, + "voter": "redpalestino" + }, + { + "rshares": 7221647073, + "voter": "uwe69" + }, + { + "rshares": 14756777282, + "voter": "felixxx" + }, + { + "rshares": 42572418815, + "voter": "twinner" + }, + { + "rshares": 690177186, + "voter": "herbertmueller" + }, + { + "rshares": 174019504, + "voter": "nang1" + }, + { + "rshares": 1544966078, + "voter": "pollux.one" + }, + { + "rshares": 730388360, + "voter": "z3r0d4yz" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + } + ], + "author": "uwe69", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.15, + "beneficiaries": [], + "blacklists": [], + "body": "\n

 Bitcoin proponents were thrilled to hear that the Water Project recently received an anonymous donation of 38 bitcoins \u2014  worth $23,000 USD at press time. The charity doesn\u2019t know who sent the funds, but they are very grateful, as the money will go towards providing clean water and sanitation facilities to an entire school. 

\n

Hier der original Artikel : https://news.bitcoin.com/donor-gives-38-btc-water-project/

\n

\n

Erinnert ihr euch an mein Projekt vor einem Monat ? 

\n

Es w\u00e4re doch sch\u00f6n gewesen, wenn das Geld auf Steemit gesammelt worden w\u00e4re und dieser Artikel \u00fcber Bitcoin und Steemit gehandelt h\u00e4tte.

\n

Vielleicht hat ja jemand mit besseren Kontakten auf Steemit Interesse ein solches Projekt zu wiederholen.

\n", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T16:55:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pixabay.com/static/uploads/photo/2016/04/27/20/45/water-and-children-1357519_960_720.jpg" + ], + "links": [ + "https://news.bitcoin.com/donor-gives-38-btc-water-project/" + ], + "tags": [ + "deutsch", + "steemit", + "homeless", + "bitcoin", + "travel" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 480869982690, + "payout": 0.118, + "payout_at": "2016-09-22T16:55:06", + "pending_payout_value": "0.118 HBD", + "percent_hbd": 10000, + "permlink": "anonymer-spender-gibt-38-bitcoins-fuer-african-water-project", + "post_id": 1256098, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "updated": "2016-09-15T16:55:06", + "url": "/deutsch/@uwe69/anonymer-spender-gibt-38-bitcoins-fuer-african-water-project" + }, + { + "active_votes": [ + { + "rshares": 174033897996, + "voter": "highasfuck" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 9731394855, + "voter": "mione" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + }, + { + "rshares": 1137178151, + "voter": "loca" + } + ], + "author": "loca", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.99, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Not really. Much to do, yes, but so little time? I dont think so. 

\n


\n

                                                                 

\n


\n

When I became a single mother, it was definitely not an choice I wanted to take. To cope with everyday life alone with all agreements to be reached. Homework that has to be done in my \u201cfree time\u201d and try to get a babysitter when needed. Always looking at the clock to stretch to my next chore. Dinner, making smoothies, washing clothes, cleaning the constantly, messy kitchen. The \u201clocked\u201d evenings are often used good though. Planning the next day, cleaning, laundry, enjoying time with myself and so on. What is the disadvantage of that?

\n

Daily life becomes a routine. Waking up, usually the last one. He is an independent young boy. Everything from fixing his own breakfast to find clothes that fits his own taste. Often he stands in my door to ask when I\u00b4m ready to go to  kindergarden. An effective young boy. Breakfast is often a 2-second session while the poor schoolbag often is left alone in the hallway. I go back, pick it up, then leave again. We tend to compete who are the fastest one to reach daycare first .. (so I buy more time). He always wins. Competition instinct. 

\n


\n

The school runs its course. The time between school and work is usually me-time. Training or necessary action. Social cups of coffee are also often required in these periods. Dinner preparation, retrieve Max in kindergarden. Small talk with staff about how the day was. Competition again. Food on the table. Exhausted already. Activities like cycling, play outside, visiting friends of Max and me depends on our energy level. Luckly are we kind of syncronized. The child is sleeping. Now the vampire mom awakes. Or not... 

\n

Food preparations, always some dirty laundry. Clean the kitchen. Shower..? I almost forgot. I hate to shower.. but I have to. Maybe twice a day. What a waste of precious time. I plug in my music. My trustworthy \u201cinner peace\u201d playlist is one of my favorites. Boiling a can of water. Tea, some paper and pencils, candles and some chopped fruit. Now I feel like I acheived something good. I made it trough another day with this rush of things...and yet, I only have 24 hours... don\u00b4t forget to sleep at least 8 of them!

\n


\n

You may think again next time you say: \"I dont have the time. \"Because we all have the same amount of time. Its just how you plan it. 

\n

            

\n

                       

\n

-Love Loca

\n", + "category": "lifestyle", + "children": 0, + "created": "2016-09-15T16:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s13.postimg.org/5fhjeda6v/13613191_10157011459475408_437143988926879290_o.jpg", + "https://s22.postimg.org/vycpz0vi9/14274431_10157279837825408_2038945899_o.jpg" + ], + "tags": [ + "lifestyle", + "story", + "singlemom", + "life", + "norway" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 198357011319, + "payout": 0.046, + "payout_at": "2016-09-22T16:54:33", + "pending_payout_value": "0.046 HBD", + "percent_hbd": 10000, + "permlink": "so-little-time-so-much-to-do", + "post_id": 1256090, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "So little time, so much to do?", + "updated": "2016-09-15T17:18:12", + "url": "/lifestyle/@loca/so-little-time-so-much-to-do" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40859141206977, + "voter": "blocktrades" + }, + { + "rshares": 1912118346075, + "voter": "badassmother" + }, + { + "rshares": 7113882084470, + "voter": "xeldal" + }, + { + "rshares": 5763993012820, + "voter": "enki" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 1577462576089, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 446958795092, + "voter": "boatymcboatface" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 14818192446, + "voter": "gregory-f" + }, + { + "rshares": 74914583876, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 8867224532, + "voter": "james-show" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 24193131603, + "voter": "acidyo" + }, + { + "rshares": 313691550, + "voter": "coar" + }, + { + "rshares": 1061234978, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 59950022330, + "voter": "theshell" + }, + { + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 121383360964, + "voter": "geoffrey" + }, + { + "rshares": 10684548905, + "voter": "kimziv" + }, + { + "rshares": 30279968088, + "voter": "acassity" + }, + { + "rshares": 45145254362, + "voter": "venuspcs" + }, + { + "rshares": 7264907621, + "voter": "getssidetracked" + }, + { + "rshares": 1414199127, + "voter": "trees" + }, + { + "rshares": 197179742, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 691425107, + "voter": "cryptochannel" + }, + { + "rshares": 894044199, + "voter": "endgame" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 14167503457, + "voter": "aaseb" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "rshares": 34761252099, + "voter": "creemej" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "rshares": 5428442637, + "voter": "rainchen" + }, + { + "rshares": 204617448258, + "voter": "jl777" + }, + { + "rshares": 103514864, + "voter": "pokemon" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 6361356981, + "voter": "chloetaylor" + }, + { + "rshares": 17267278949, + "voter": "proto" + }, + { + "rshares": 1805641835, + "voter": "sisterholics" + }, + { + "rshares": 61286903, + "voter": "reported" + }, + { + "rshares": 8734133724, + "voter": "taker" + }, + { + "rshares": 57607550, + "voter": "krushing" + }, + { + "rshares": 63852353198, + "voter": "laonie" + }, + { + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "rshares": 1332427399, + "voter": "myfirst" + }, + { + "rshares": 12961212091, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 2084691327, + "voter": "gmurph" + }, + { + "rshares": 513517114, + "voter": "minnowsunited" + }, + { + "rshares": 2863236010, + "voter": "midnightoil" + }, + { + "rshares": 56653113, + "voter": "whatyouganjado" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 7161280807, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "rshares": 63373184, + "voter": "makaveli" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 7709317035, + "voter": "thebotkiller" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 56109399, + "voter": "alexbones" + }, + { + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "rshares": 90172824082, + "voter": "serejandmyself" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 52319145, + "voter": "dobbydaba" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 77466140, + "voter": "ozertayiz" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 55922029, + "voter": "salebored" + }, + { + "rshares": 2196862373, + "voter": "runridefly" + }, + { + "rshares": 115288806334, + "voter": "shenanigator" + }, + { + "rshares": 1709331623, + "voter": "funkywanderer" + }, + { + "rshares": 4594182561, + "voter": "richardcrill" + }, + { + "rshares": 79155262951, + "voter": "markrmorrisjr" + }, + { + "rshares": 55917888, + "voter": "bitdrone" + }, + { + "rshares": 55908853, + "voter": "sleepcult" + }, + { + "rshares": 27677639861, + "voter": "sponge-bob" + }, + { + "rshares": 12031039232, + "voter": "doitvoluntarily" + }, + { + "rshares": 67696453939, + "voter": "thecyclist" + }, + { + "rshares": 646493719, + "voter": "kev7000" + }, + { + "rshares": 55266473, + "voter": "analyzethis" + }, + { + "rshares": 27671309914, + "voter": "brains" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 4235074146, + "voter": "funnyman" + }, + { + "rshares": 50193769, + "voter": "f1111111" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 4382226038, + "voter": "michelle.gent" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + }, + { + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "rshares": 155180811, + "voter": "majes" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "markrmorrisjr", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.26, + "beneficiaries": [], + "blacklists": [], + "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "category": "story", + "children": 2, + "created": "2016-09-15T16:54:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg", + "https://s12.postimg.org/6h4lvyh7x/judge.jpg" + ], + "links": [ + "https://steemit.com/@markrmorrisjr" + ], + "tags": [ + "story", + "fiction", + "anarchy", + "life", + "minnowsunited" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62355283653318, + "payout": 226.397, + "payout_at": "2016-09-22T16:54:06", + "pending_payout_value": "226.397 HBD", + "percent_hbd": 10000, + "permlink": "original-fiction-anarchist-s-almanac-episode-15", + "post_id": 1256087, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 120 + }, + "title": "Original Fiction: Anarchist's Almanac, Episode 15", + "updated": "2016-09-15T16:54:06", + "url": "/story/@markrmorrisjr/original-fiction-anarchist-s-almanac-episode-15" + }, + { + "active_votes": [ + { + "rshares": 1577451755984, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 22916314085, + "voter": "wpalczynski" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 8867224532, + "voter": "james-show" + }, + { + "rshares": 23539263182, + "voter": "acidyo" + }, + { + "rshares": 313691550, + "voter": "coar" + }, + { + "rshares": 1061234978, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 37088193309, + "voter": "everythink" + }, + { + "rshares": 45145254362, + "voter": "venuspcs" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 7264907621, + "voter": "getssidetracked" + }, + { + "rshares": 1380527719, + "voter": "trees" + }, + { + "rshares": 192250248, + "voter": "strawhat" + }, + { + "rshares": 674139479, + "voter": "cryptochannel" + }, + { + "rshares": 11709563991, + "voter": "anasya" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 3723963138, + "voter": "anmuravjev" + }, + { + "rshares": 653682455, + "voter": "luisucv34" + }, + { + "rshares": 24906010734, + "voter": "phenom" + }, + { + "rshares": 5609548617, + "voter": "sharker" + }, + { + "rshares": 103514864, + "voter": "pokemon" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 3593950849, + "voter": "villainblack" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 51156498, + "voter": "dobbydaba" + }, + { + "rshares": 115288806334, + "voter": "shenanigator" + }, + { + "rshares": 131632677525, + "voter": "thecyclist" + }, + { + "rshares": 52597837, + "voter": "waldemar-kuhn" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + }, + { + "rshares": 1530630957, + "voter": "kreet" + }, + { + "rshares": 3033598780, + "voter": "htyfn" + }, + { + "rshares": 507977462, + "voter": "doubledex" + } + ], + "author": "anmuravjev", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.6, + "beneficiaries": [], + "blacklists": [], + "body": "This is a real story that happened to me and left a very deep impression. This story tells how I became the member of the Russian mafia, what we were doing, and how it all ended... This story is real, some parts of the group are still active that is why some names and places are completely changed, and all the photos are retouched. Some of my friends are dead by now, but I do not want to be running ahead of the story, I will just go through all this again together with you. \n\n
https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg
\n\nNot everyone knows when the mafia in Russia started its way. It started much earlier, in the early '90s, when the Soviet Union had collapsed, and people were able to engage in business activities. Then the people who had the physical strength and desire to live well got craving to take someone else's. Young people, usually the members of sports clubs, formed criminal communities to accumulate power to take income of entrepreneurs and get the cash flow of the businesses. Often, the physical violence was applied against those who did not want to obey to frighten others. In Russia, there were hundreds of large and thousands of small criminal networks which not only \"earned\" a living by racket, but fought for it between each other. Most of the participants of those events are now in prison or dead.\n\nIt was a real criminal war, but I personally did not participate in it. For me everything started in 2003, when I was 13 years old. That day, my friends from the hood invited me to the boxing class. I was expecting this, because I already knew that the guys were doing something interesting, they just didn't want to share it with me, \"You'll know everything when you come,\" that was how they kept the intrigue. I was watching them from the side, I had not been in their social circle yet, I did not see anything illegal in what they did, but I was fascinated by their organized movement relied on the principle \u2013 One for all and all for one.\n\nIt meant that the cell of their community resolved all their problems on the streets. Physical fights didn't happen often in our time, nobody wanted to deal with more than a hundred bald, well-organized men. If they expected some kind of more or less equal force coming up, they called up the larger number of community cells. It was 57 cells in total. Totally, it is more than 3,000 people at the peak of its activity in 2005. Many people were armed and almost all of them were boxers. It was a huge strength. \n\nBut I did not know any details back then. I just came to a boxing class to train under good coaches, the champions of Russia, Europe and the World. They were really good, they prepared a lot of champions of Russia, Europe and the World... I was excited by the fact that I would train with my friends, especially in a secret place. \n\nAfter the active part of the training, we all got in a large room with tables, where everybody drank tea. There were more than 100 people, many of them were standing at the door, because they could not come in. People were talking to each other. There was this steady low clatter in the room, I was drinking tea, munching cookies, and was not thinking about anything bad. It was fun and calm, all my close friends were sitting by my side, and I was just tired. \n\n
https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png
\n\nIn a while we heard the voice saying, \"So, let's talk?\"\" And everybody got quiet. The guy with the appearance of 26-year-old with a wide scar on his forehead, began a one-sided dialogue with the team. But I did not really get what was going on, and at some point I even lost focus on what is happening and shut off myself from the world. Jolt to the elbow brought me back, someone whispered me to get up.\n\n\"That meant everybody would be sitting, and I had to get up? ... What the fuck?\" - I thought that I was not ready for this, but I had no choice, so I got up. \n\"Newbie? What's your name?\" - the guy with the scar said.\n\"Alex,\" - I replied.\n\"Alex, we have three golden rules: no weapons, no drugs, no crimes. We solve all our problems ourselves without police. Your friends will tell you the rest. Any questions?\" \n\"No questions.\"\n\"Then sit down, drink tea and enjoy yourself.\" \nI was shocked. I was not ready for that. I was discouraged, but at the same time I was amused by what was going on. \n\nTrainings went fast, I learned quickly and got used to everything. Every day, we played football, went to the gym, took the boxing classes, and everything was for FREE. Football? No problem. Workout? Sure. Boxing? All coaches were waiting for us. Trainings took place in our own two-story building, which included workout and boxing rooms, rooms for table tennis and billiards, and on the street we had mini and full-size football fields. \n\nWe paid only for tea, but it was nothing compared to how much they charged in regular sport clubs: 100 rubles a month, it's less than $ 2 in current money. At the same time, we did everything off our own bat. We did repairs in the hall, built the arbour and even the stadium with bleachers!!! And all of that was done with no outside help. We did everything using only our own resources, we had no wages, and nobody put pressure on us. \n\nIt is said that it is easy to get into the mafia, but difficult to leave. It was the opposite in our case. At every training, some man did a head check. If you missed 3 trainings without good reason, you will be asked some questions. If you had nothing to answer, they would show you out. \n\nIf you decided to leave the community, nobody would make you pay. Also you will be not forced to bring a TV from home or do something like that. Want to leave? Go away, do not waste our time and do not dare to think bad about us. If you took something, bring it back. They didn't care about anything else.\n\nHow did we make our living? Parkings. We had been opening the night paid car parkings in the yards, and offered protection to the vehicles owners. From the parking money we had been paying for electricity in the building, buying building materials, paying cleaners and saving some to help those ones who were in jail.\n\nIn our language we called this help \"warming a prison\". It is when you send some stuff to a prison. For a prisoner the parcel itself is not so important, it is more important that someone actually cares about him. The parcel usually has cigarettes, candies and cookies, sometimes phones. You cannot call yourself a bro without this element of street life. \n\nAlso if someone on the street asks you a question \"Who are you?\" \nIf you answer - \"A man,\" they say, \"A man should work in the field, so go work.\" \n\"An athlete.\" - \"So go and train.\" \n\"A bro.\" - \"Who do you warm then?\" \nOn the street only a bro can talk to another bro as an equal, the verbal fight is a whole science. If a fight is against you, and you are not strong in it, it is likely you will lose and will be owing money to someone. But we have never lost and regularly trained our skills, including the street language. \n\nThose gyms, which were opened after ours, didn't have any source of income except the parkings. And even if they had, nobody talked about them, because they violate the three golden rules: no weapons, no drugs, no crimes. One parking could bring up to $ 5000 of a monthly net income, and every normal gym had, at least, 3 of them. We lived that way working on our own parkings. The older gyms also had other businesses: pharmacy chains, shops and so on... I do not know how they set up those businesses.\n\nMany young people were, literally, saved from drugs by our gyms. They were given the meaning and purpose to live. Many of the guys came from dysfunctional families, and lots of them had already taken the criminal path. But then they came to us, and their lives changed. They got work, exercises, friends and new very large social network. It doesn't look like a mafia yet, right? :-))\n\nBut first things first. At the time I was only 13 years old teenager taking the boxing classes. I liked the guys and the power I had behind me. I wasn't quite sure where I was and how it worked, and, of course, I could not imagine where this would lead me and what I would have to pass through. \n\nThe first little criminal history happened soon, it happened to me personally outside the gym. I knew one guy, his name was Sergey, he was 21, and once he took advantage of my trust. He asked me to give a cell phone to call, and as soon as I left, he disappeared. And that was my first cell phone. It was a real problem, because someone stole my phone, and I had to tell my brothers about it, explain everything to them. \n\nIt was a difficult day and training, I was getting closer and closer to the time when I had to tell everyone. I had to stand up in front of everybody and tell them what happened. It was frightening. But I believed that they would help me, would not leave my problem aside, and I would not have to talk about this bitter case to my parents. \n\nThe time to talk has come. There were many people, as always. And as always, there was a question at the end, \"Any questions? Problems?\"\n\"I have a problem,\" - I got up. \n\"What happened?\" \n\"My phone was stolen\u2026\" - And I told how it happened. My brothers listened to me, and then gave me the answer I didn't expect.\n\"You should solve the problem yourself. Do whatever it takes, but get back what belongs to you.\" \n\"But how? He is 2 heads taller, bigger and 8 years older than me. How do I make him give my stuff back?\" I asked. \n\"Now it's just your problem. Arm yourself with something, if you cannot deal with him barehanded. Watch him every day, break him. Do not come here until you have your problem solved,\" - that's what my brothers told me.\n\nIt was unexpected turn. That day I realized that my brothers wouldn't help me with all my problems, and that it was not that simple as it seemed before. Why did this guy just take my phone and get lost? Because he felt neither possible punishment nor my power. He was not even thinking about the power behind me. If he did not feel my strength, it meant that the team would not protect me. Every person is the team's face, and if I am like that, then everyone is. So I had to solve the problem myself, and I had to do it, whatever it cost me, because this gym was my entire social circle. \n\nIt was a hard challenge, and it changed my life. My friends were with me, despite the fact that I had to solve the problem myself, they said that they would come with me. We drove around the hood to find the bustard and punish him. But it was me who had to punish him.\n\nWe got there... In total there were about 3-4 cars and, maybe, 15 people. I did not believe that we would find him quickly, honestly, I did not believe that we would find him in general... But suddenly, we got him spotted. He was walking with his fighting dog in one yard in the hood, we drove up and surrounded him. We followed all the rules of a street fight. What happened next? ... I had to get up my guts, and I had only one chance. I had never been in an actual street fight before, I had been just training.\n\nMy opponent kept a stiff upper lip. Despite the fact that there were many people set against him, and I was so young and severe, he acted openly and rudely. He said he would not give me the phone back, because he did not see a man in me. That was the boiling point. After these words, it was the first time in my life when I felt fear changing to aggression. Hands do their job, and the adrenaline slows down what is happening. Bam! And the border is passed.\n\nDespite the fact that he was holding the fighting dog and was 2 heads taller than me, I set upon him with blows, having completely forgotten about the dog. Now I do not understand why it did not even bite me. My opponent did not dare to fight back, because he did not know how the other guys would react. I would not call it beating, it was a spirit manifestation, and it has changed me forever. I became acquainted with him and said \"hi\". \n\nI\u2019ve been getting back to this situation many times. It also helped me to survive in the army. It's not completely aggression. It is a self-defense, which switches on when you believe that a retreat is not an option. When all your words would not help the situation, so you have to fight, otherwise you will lose everything: your honor, your name, and, finally, yourself. \n\nI do not quite remember what the end of the scrummage was, but there was a police station across the street, and we did not want to be stuck there. It does not matter that I had not beaten him to a mummy or trodden him into the ground. I showed everyone what I was made of and I could do it again if needed - that is what really matters.\n\nWe left. The next day his aunt called me and offered to take the phone back (she had seen the whole process, and as far as I remember, she broke up our fight). I took what was mine, the problem was solved. On the second day I came back to the gym and told everyone about my success. Then my brothers told me, \"You should have solved your problem by yourself, but what's done is done. Good job.\"\n\nI would have different life without this victory. Further, I got a lot of \"combat\" experience, participated in many conflicts, was in charge for organization. My extraordinary intelligence and abilities distinguished me from other people. Of course, I was not a godfather or top dog... nothing of the kind. I was just a normal guy among my friends. Here I want to share with you some stories about our life. I would like to stop now. But, judging by the details I want to give you, we are far from the end of the story. \n\n
https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png
", + "category": "life", + "children": 6, + "created": "2016-09-15T16:53:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg", + "https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png", + "https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png" + ], + "tags": [ + "life", + "mafia", + "russia" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2863123436286, + "payout": 1.07, + "payout_at": "2016-09-22T16:53:24", + "pending_payout_value": "1.070 HBD", + "percent_hbd": 10000, + "permlink": "russian-mafia-organized-crime-group-from-inside-real-story-part-1", + "post_id": 1256083, + "promoted": "20.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "Russian Mafia. Organized crime group from inside. Real Story, part 1.", + "updated": "2016-09-15T16:53:24", + "url": "/life/@anmuravjev/russian-mafia-organized-crime-group-from-inside-real-story-part-1" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 13607840409, + "voter": "infinitor" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 160370915, + "voter": "nang1" + }, + { + "rshares": 21402511570, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 53146733, + "voter": "vsmith08162016" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + } + ], + "author": "infinitor", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.59, + "beneficiaries": [], + "blacklists": [], + "body": "It was a real joy to share the first chapter of my novel here. For the new readers, [here is the link to it.](https://steemit.com/story/@infinitor/the-mastermind-chapter-1-an-original-novel) I got this very, very generic novel \"logo\" thingy that I think I can use as a placeholder until I get a full novel cover.\n\nWithout much further ado, here is the second chapter of our protagonist's journey.\n\n***\n\nhttp://i.imgur.com/x3BiRdt.png\n\n

\n\n**Chapter 2**\n\n

\n\nThe piercing sound of the bullet-rain deafened Arcadius' ears. He was glad that he had taken cover behind the tall bookcase instead of the thin wooden table that was now ridden with bullet holes. Confusion overcame Arcadius. He couldn't figure out what was happening. All he knew that he had to stay in cover. Shootings weren't too common in Rome. In fact, this was the first in months, even years.\n\nIt was a massacre. The bullets came in through the window and wreaked havoc inside the library. When the rain of bullets stopped, Arcadius took a breath of relief with the knowledge that it would be quite a while that he would get to breathe relief again. The sight of blood was not unknown to Arcadius. He, like, many other Romans who had fought in the war of 2035* would have grown accustomed to its sight and smell. The bloodbath in the library had cost the lives of innocents, many of whom were deeply immersed in reading. Some were chatting about life itself, relishing its ups and dreading its downs. In all the chaos, something captured Arcadius' eye. I am afraid I do not know what he saw then and there, as he never told anyone. Arcadius collapsed to the floor and burst into a sob. Without a doubt, it must have been a powerful sight.\n\nThe police and the ambulances soon reached the scene of the massacre. The grilling sound of the bullets was still fresh in Arcadius' ears. The scene was burnt into his mind. The gray matter of innocent men, women, and children splattered across the floor, books, and tables. He started to repeatedly wipe the crimson blood that stained his white shirt but in vain. He was starting to fear that his head might explode.\n\n\"Are you okay, man?\" Leonidas rushed to Arcadius' side and hugged him.\n\nWith blood smeared all over his hands and white shirt, Arcadius replied, \"I'm okay.\"\n\n\"The media is going crazy with this one. Boy, the police are in some deep shit.\" Leonidas commented.\n\nAlong with the ambulances and police cars, there were cameras and TV reporters. *Their wish finally came true* Arcadius chuckled. It had been a while since anything big happened. The TV News stations mostly covered the weather, finance, celebrity gossip, and sports which had resulted in drastic fall in the ratings. This mishap gave them the very boost needed. It seemed like everybody wanted a piece of the action. For every victim, there were two reporters and cameras. A detective in black trenchcoat walked up to Arcadius, with a writing pad in one hand and a pen in the other.\n\n\"Mr... Straton. I'm Detective Caius, RPD.\" The detective pulled out a badge from the left pocket of his trenchcoat and showed it to Arcadius.\n\n\"Do you know what happened?\" The detective asked.\n\n\"I was reading this book, and ugh... all of a sudden, there was blood everywhere. I ran and took cover.\" Arcadius replied. \"Do you have any leads on who might have done it?\" He continued.\n\n\"We're working on that, sir. It'd help us a lot if you dropped by the police station.\" The detective said. Arcadius nodded in reply.\n\nAs the detective started to walk back to the crime scene, Arcadius asked, \"There was uh... the librarian. Do you know what happened to her? Her name was Axia.\" He hoped that the universe had saved him even a slither of good news. A part of him had analyzed the patterns in which the universe worked, which meant that he would have to hear something he doesn't want to.\n\nThe detective started to turn pages of his writing pad. After a few pages, he stopped at a page which seemed to have the names of all the victims. The suspense was crushed Arcadius. The detective noticed that. Perhaps, he took so long just to observe Arcadius' reaction. His grin - which seemed to be a proof of that - annoyed and angered Arcadius. Just as he was about to snap, the detective finally spoke.\n\n\"Hm... Axia. No one on this list by that name.\" The detective curiously spoke.\n\nArcadius was taken aback. He knew that he could trust his senses, but ultimately he decided to play along and said, \"Oh, nevermind.\" The detective gave Arcadius a stare and walked back to the crime scene, scribbling something on the pad. Arcadius knew that the detective had either written his name or Axia's under the *Suspects* section.\n\nLeonidas took out his vibrating Daelus Corp phone. \"Sorry, I gotta take this. I'll talk to you later.\" He said and went back to his car. Arcadius decided to walk back to his apartment which was only a few blocks down. Everyone used Daelus Corp phones, everyone that Arcadius had ever known. The Daelus Corp was leading in almost every technological field. Their phones, computers, and laptops were light-years ahead of their so-called competitors. And a thousand times cheaper. The corporation was like a conspiracy theorist's paradise. Though, their involvement with the military was far more than a mere conspiracy but still treated like one. Arcadius himself kept a flip-phone. Those were thought to be long-obsolete but were easy to find online. Perhaps he kept it as a memento of his father. Coincidentally, while pondering over the life and times of D Corp, his flip-phone vibrated. A text message from an unknown ID. *Meet me at the square at 8. Don't bring anyone.* The message read. It was equally thrilling and terrifying for Arcadius. *Who is this?* He thought to himself.\n\nAs ominous as it was, it led Arcadius to more paranoia. Arcadius was exhausted, he needed to rest. He had reached his apartment after what seemed like a decade-long day. He went up the stairs, to the right, and unlocked his apartment door.\n\nhttp://4.bp.blogspot.com/-uTEQBjzP26g/UULYHWBYWAI/AAAAAAAAYyw/4M0IvR40LmI/s1600/Trevor+Tondor+modern+living+room+silver+round+coffee+table+hide+rug+blinds+Nbaynadamas.png\n\nThe apartment was an untidy mess. He stopped to admire the setting sun from the window in front of him. He remembered the bloodbath in the library, from which he had miraculously escaped unscathed. He wondered if he could fathom the pain the families of the victims must be going through. He remembered a dead body he saw in the library. *Jesus Christ, this day...* he thought to himself, dreading his luck. He lowered the white blinds on the window and wiped his tears with the tissue on the glass coffee table behind him. The kitchen was to the right while his bedroom and study were towards the left. The empty boxes of pizza, burgers, cans of soda and beer only added to his throbbing headache. He let out a sigh and went towards his bedroom. Falling down on his bed, the only thing that seemed to make sense at that moment was that he needed to fall asleep. And so he did.", + "category": "fiction", + "children": 0, + "created": "2016-09-15T16:53:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/x3BiRdt.png", + "http://4.bp.blogspot.com/-uTEQBjzP26g/UULYHWBYWAI/AAAAAAAAYyw/4M0IvR40LmI/s1600/Trevor+Tondor+modern+living+room+silver+round+coffee+table+hide+rug+blinds+Nbaynadamas.png" + ], + "links": [ + "https://steemit.com/story/@infinitor/the-mastermind-chapter-1-an-original-novel" + ], + "tags": [ + "fiction", + "story", + "novel", + "steemit", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17223090086022, + "payout": 20.018, + "payout_at": "2016-09-22T16:53:21", + "pending_payout_value": "20.018 HBD", + "percent_hbd": 10000, + "permlink": "the-mastermind-an-original-novel-chapter-2", + "post_id": 1256082, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 24 + }, + "title": "THE MASTERMIND - An Original Novel (Chapter 2)", + "updated": "2016-09-15T16:53:21", + "url": "/fiction/@infinitor/the-mastermind-an-original-novel-chapter-2" + }, + { + "active_votes": [ + { + "rshares": 1669049165, + "voter": "future24" + }, + { + "rshares": 54846770, + "voter": "ejaredallen" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + } + ], + "author": "ejaredallen", + "author_payout_value": "0.000 HBD", + "author_reputation": 31.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n
#blacklivesmatter
\n#bluelivesmatter
\n

Why can't both matter?

\n

Caleb Allen is a rising pop artist from Springfield, MO doing his part to bring a message of peace and unity in the wake of the tragic events which occurred in Dallas. The music video for Allen's song, titled \"Black and Blue\" dropped days after the events took place. This song is about pain and loss; how the scars of what we've done will lead us back to where we used to be when things were right and the world was whole. Division has sought to rend our country and this music video is an effort on the part of a pop singer to make a difference.

\n

The video has gone viral and is still moving forward at a rapid pace, gaining over 20,000 views in under 12 hours after it went up. Allen has a message for the country. Watch it here: \"Black and Blue\" music video. Share the video and become part of the #blackandblue movement. 

\n

The video was such a hit and resonated with so many that a local news station in the Springfield/Ozark, MO area covered the story on the 10:00 news.

\n

Allen was quoted saying:

\n
\"There are two polarizing views. It's almost as if they are saying black lives matter more than... or that blue lives matter more than...\"
\n

It's true, we've lost sight of the fact that we both are Americans. Rather than fighting each other, we should unite to the cause of freedom, liberty, and justice for all. This isn't a matter of one man's actions or another's, this is a matter of what we as Americans are going to do about it. Are we going to sit idly by and let a difference of two opinions rend our nation in half. 

\n

All lives matter, that's what the song is about. Black and blue: the most important word in the song is \"and\". Not black or blue, black and blue; both, together. It's something we need to hear more. It's something we need to live out. Black and blue from all we've been through. 

\n

Go support this movement of unity as Americans, go support this artist, his passion and message. You can download his album on iTunes, listen to it on Spotify, or purchase a hard copy from his website: caleballenmusic.com 

\n

Oh, and did I mention he is my brother? I'm proud of you Caleb for taking a stand. You wrote a great song, with a great application that can help many people. I pray God uses you in mighty ways to bring glory to Him in all that you do.

\n

Click here for a free download of the song by the artist, Caleb Allen!

\n", + "category": "music", + "children": 0, + "created": "2016-09-15T16:52:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1.wp.com/www.theanonymousnovelist.com/wp-content/uploads/2016/07/black-and-blue.jpg?resize=300%2C300" + ], + "links": [ + "https://www.facebook.com/caleballenmusic/videos/644367622395774/", + "https://caleballenmusic.com/home", + "http://bit.ly/29p06i7" + ], + "tags": [ + "music", + "steemit", + "blacklivesmatter", + "bluelivesmatter", + "blackandblue" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1789157835, + "payout": 0.0, + "payout_at": "2016-09-22T16:52:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exclusive-viral-music-video-black-and-blue", + "post_id": 1256077, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Exclusive Viral Music Video- \"Black and Blue\"!", + "updated": "2016-09-15T16:52:45", + "url": "/music/@ejaredallen/exclusive-viral-music-video-black-and-blue" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.tavern.yaml new file mode 100644 index 00000000..be772320 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/observer_alice.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort feed patterns test + + marks: + - patterntest # see also paginated.tavern.yaml; role of observer is not yet clear (ignored for the time being) + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"feed", "account":"always1success", "start_author":"knozaki2015", "start_permlink":"the-strangest-building-in-berlin", "limit":100, "observer":"alice"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "observer_alice" + directory: "bridge_api_patterns/get_account_posts/feed" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.orig.json new file mode 100644 index 00000000..e8b4dee5 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.orig.json @@ -0,0 +1,102 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960293 knozaki2015 the-strangest-building-in-berlin + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960283 asdes what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya + 960261 lifeworship the-1-out-of-10-hypothesis-application-and-some-observations + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960251 robotev status-update-after-the-16th-day-of-my-operation + 960249 fairz the-wild-west-animation + 960238 ozchartart usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept + 960234 rtd rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming + 960228 richardjuckes wait-says-henry-flower-reading-the-news-original-poetry + 960212 onetree my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction + 960211 keithwillshine are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines + 960202 generation.easy kicking-the-habit-campaign + 960201 hilarski call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms + 960187 aggroed in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source + 960185 ratidor king-titus-vape-artist-residency + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 960162 zaitsevalesyaa origami-art-fishs + 960146 future24 diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german + 960138 tygergamer my-thoughts-on-far-cry-primal + 960131 creatr agorism-how-to-become-free-in-an-unfree-world + 960128 isteemit poem-what-do-you-await-a-motivational-piece + 960116 rtd breaking-news-trump-economic-plan + 960110 jamtaylor steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend + 960085 kingarbinv cheetah-and-anyx-bots + 960084 cryptosi join-steem-teem-online-publishing-collective-exclusively-built-for-steemit + 960067 curie the-daily-curie-14th-sept-15th-sept-2016 + 960063 alienbutt alien-or-plant + 960054 shla-rafia flyer-promo-in-amsterdam-for-steemfest-and-steemit + 960043 xntryk1 swapmeet-finds-159 + 960036 groovedigital when-your-dad-works-in-hollywood + 960030 bo-ro new-altcoins-on-exchanges-7-sept-13-15-2016 + 960021 alwayzgame my-relationship-with-money + 960000 lesliestarrohara fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips + 959989 pollina pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus + 959988 ledzep1981 mein-menschenbild + 959986 changelly how-to-exchange-bitcoin-btc-to-ripple-xrp + 959979 eight-rad free-17-images-for-your-steemit-posts + 959969 sethlinson was-9-11-an-inside-job-i-don-t-know-and-neither-do-you + 959963 iontom breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable + 959937 ziogio my-first-withdraw-from-steemit-to-paypal + 959927 seeker27 fda-finds-monsanto-s-weed-killer-in-u-s-honey + 959920 mihaiart the-queen-of-amazon-drawing-a-visual-progression + 959906 gavicrane a-window-into-my-last-sketchbook-12-images + 959904 aggroed exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white + 959902 groovedigital blast-from-the-past-courage-the-cowardly-dog + 959899 squadron pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash + 959895 webdeals job-or-love + 959894 jackgallenhall amazing-art-of-street + 959892 titusfrost new-mr-robot-episode-introduces-e-corp-s-new-ecoin + 959884 carloseclectic3d feeling-the-darkwave + 959880 rynow 28jsvo-daily-scripture + 959870 l0k1 1-thousand-postages + 959864 tanyabtc jellyfish + 959863 armanibadboy space-video-online-channel-chat + 959860 richardcrill should-i-be-long-on-ethereum + 959846 handmade simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final + 959841 ledzep1981 sind-menschen-dumm-oder-nicht + 959838 chanbam satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey + 959832 boddhisattva memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto + 959812 transhuman how-ai-detects-mental-illness + 959805 herverisson digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia + 959803 steempowerwhale for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats + 959795 the-future glass-painting-wild-steemit-ace-card-heart + 959783 serejandmyself captured-by-time-an-original-novel-chapter-1 + 959782 groovedigital the-simpsons-by-banksy + 959757 grisha-danunaher russian-beauty-krasota-po-russkii + 959756 lemouth en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur + 959755 perspective the-weight-of-freedom + 959754 herpetologyguy what-are-herptiles-indentifying-reptiles-vs-amphibians + 959738 modernbukowski 3-best-ways-how-to-not-make-money-on-steemit + 959724 hipster obzor-kiber-ekonomiki-za-avgust + 959720 macartem 5-most-important-whales + 959714 wpalczynski take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead + 959690 mevilkingdom the-gift-of-family-stories-of-a-toy-collector-1 + 959684 anmuravjev russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1 + 959656 wifi best-erotic-chat + 959655 blend this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast + 959651 reneenouveau subject-excessive-force-at-the-south-entrance + 959642 future24 new-update-from-my-balcony-big-bigger-african-blue-basil-english-german + 959641 groovedigital world-economy-explained-european-debt-crisis + 959634 mama-steem kak-pomoch-podruzhke-brosit-kurit + 959630 orcish half-body-lines-original-art + 959627 ekremi12 three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac + 959616 streetstyle isaac-newton-got-it-wrong-with-this-apple + 959605 kreet my-new-dotwork-art-primal-knife-timelapse + 959598 denn everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey + 959597 charlie.wilson the-word-you-can-be-called-in-america-with-adam-kokesh + 959577 cjclaro note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok + 959574 extie-dasilva will-next-gen-civilizations-begin-in-developing-countries + 959573 achim86 html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung + 959561 luup imgsafe-org-down + 959550 dims early-pre-hispanic-use-of-indigo-blue-in-peru + 959547 pjheinz invasion-of-giant-insects-and-the-square-cube-law + 959536 thelocalgermany 113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man + 959516 uwe69 anonymer-spender-gibt-38-bitcoins-fuer-african-water-project + 959509 loca so-little-time-so-much-to-do + 959506 markrmorrisjr original-fiction-anarchist-s-almanac-episode-15 + 959502 anmuravjev russian-mafia-organized-crime-group-from-inside-real-story-part-1 + 959501 infinitor the-mastermind-an-original-novel-chapter-2 \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.pat.json new file mode 100644 index 00000000..8c993824 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.pat.json @@ -0,0 +1,19548 @@ +[ + { + "active_votes": [ + { + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "rshares": 440845842, + "voter": "lee2" + }, + { + "rshares": 26932201065, + "voter": "lee3" + }, + { + "rshares": 8677295375, + "voter": "lee4" + }, + { + "rshares": 22149018521, + "voter": "lee5" + }, + { + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "rshares": 104880949618, + "voter": "eeks" + }, + { + "rshares": 24694558802, + "voter": "fkn" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "rshares": 106635691300, + "voter": "asch" + }, + { + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "rshares": 579494558, + "voter": "kodi" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11584833708, + "voter": "andu" + }, + { + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 58188888655, + "voter": "theshell" + }, + { + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 36407027386, + "voter": "altoz" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "rshares": 4682885200, + "voter": "usefree" + }, + { + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 17908924002, + "voter": "grey580" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "rshares": 3350419346, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 118094280271, + "voter": "furion" + }, + { + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "rshares": 578386960, + "voter": "barbara2" + }, + { + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 33739229218, + "voter": "creemej" + }, + { + "rshares": 87223247, + "voter": "wildchild" + }, + { + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "rshares": 24417687626, + "voter": "phenom" + }, + { + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "rshares": 20026634941, + "voter": "positive" + }, + { + "rshares": 1809205777, + "voter": "yarly" + }, + { + "rshares": 272641013, + "voter": "yarly2" + }, + { + "rshares": 273048922, + "voter": "yarly3" + }, + { + "rshares": 157733805, + "voter": "yarly4" + }, + { + "rshares": 158624349, + "voter": "yarly5" + }, + { + "rshares": 90416287, + "voter": "yarly7" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "rshares": 437620869, + "voter": "yarly10" + }, + { + "rshares": 234191245, + "voter": "yarly11" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 81879061, + "voter": "yarly12" + }, + { + "rshares": 674282213, + "voter": "fnait" + }, + { + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "rshares": 157521707420, + "voter": "twinner" + }, + { + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "rshares": 246279861104, + "voter": "somebody" + }, + { + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "rshares": 5831615639, + "voter": "brendio" + }, + { + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "rshares": 2343183825, + "voter": "paynode" + }, + { + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 62928860, + "voter": "session101" + }, + { + "rshares": 52985539, + "voter": "steemo" + }, + { + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "rshares": 52848854, + "voter": "steema" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 91519215715, + "voter": "miacats" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 53661976, + "voter": "jarvis" + }, + { + "rshares": 591109646, + "voter": "microluck" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 88481667, + "voter": "pompe72" + }, + { + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "rshares": 50680459, + "voter": "thermor" + }, + { + "rshares": 50691211, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "rshares": 65868377, + "voter": "lensessions" + }, + { + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 101945845, + "voter": "slorunner" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 32463005362, + "voter": "daut44" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "rshares": 3915304227, + "voter": "newandold" + }, + { + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "rshares": 588228551, + "voter": "profanarky" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 174778016, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "rshares": 53413720, + "voter": "lighter" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 323483227, + "voter": "panther" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "rshares": 54239080444, + "voter": "brains" + }, + { + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "rshares": 157644916, + "voter": "iggy" + }, + { + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "rshares": 51631638, + "voter": "archij" + }, + { + "rshares": 51530815, + "voter": "movie7283" + }, + { + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "rshares": 51520427, + "voter": "jj1968" + }, + { + "rshares": 51516489, + "voter": "cineger" + }, + { + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "rshares": 51235131, + "voter": "glassheart" + }, + { + "rshares": 51215236, + "voter": "deli" + }, + { + "rshares": 1233685675, + "voter": "anns" + }, + { + "rshares": 50798322, + "voter": "breeze" + }, + { + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "rshares": 50676799, + "voter": "shy2675" + }, + { + "rshares": 50675747, + "voter": "suance1009" + }, + { + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "rshares": 50673722, + "voter": "fischer67" + }, + { + "rshares": 50672116, + "voter": "elya1" + }, + { + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "rshares": 50616898, + "voter": "apple4006" + }, + { + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "rshares": 50611931, + "voter": "dongperi" + }, + { + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "rshares": 50609329, + "voter": "psj212" + }, + { + "rshares": 50608661, + "voter": "owithed2" + }, + { + "rshares": 50606929, + "voter": "fiself2" + }, + { + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "rshares": 50572441, + "voter": "unilever" + }, + { + "rshares": 50540827, + "voter": "amstel" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50479027, + "voter": "sunlight" + }, + { + "rshares": 50355943, + "voter": "forea1995" + }, + { + "rshares": 50354561, + "voter": "holow1968" + }, + { + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "rshares": 50346496, + "voter": "himighar2" + }, + { + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "rshares": 50344921, + "voter": "runis1943" + }, + { + "rshares": 50344067, + "voter": "tong1962" + }, + { + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "rshares": 51393104, + "voter": "buit1989" + }, + { + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "rshares": 51387526, + "voter": "infees2" + }, + { + "rshares": 51384095, + "voter": "suar1997" + }, + { + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "rshares": 51380710, + "voter": "stroned96" + }, + { + "rshares": 51378107, + "voter": "drethe" + }, + { + "rshares": 51377505, + "voter": "qualwas" + }, + { + "rshares": 51376367, + "voter": "phent1994" + }, + { + "rshares": 51375075, + "voter": "baboyes" + }, + { + "rshares": 51373532, + "voter": "whor1973" + }, + { + "rshares": 51372739, + "voter": "youreforn" + }, + { + "rshares": 51371902, + "voter": "voll1981" + }, + { + "rshares": 51370717, + "voter": "copenty2" + }, + { + "rshares": 51369717, + "voter": "maject2" + }, + { + "rshares": 51367233, + "voter": "coust1997" + }, + { + "rshares": 51366398, + "voter": "busionea84" + }, + { + "rshares": 51365174, + "voter": "therver1" + }, + { + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "rshares": 51359746, + "voter": "anity1994" + }, + { + "rshares": 59959066, + "voter": "themphe1" + }, + { + "rshares": 51355864, + "voter": "abild1988" + }, + { + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "rshares": 66162576, + "voter": "afteld1" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 158057595, + "voter": "sdc" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "rshares": 157726117, + "voter": "illusions" + }, + { + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "rshares": 156847954, + "voter": "correct" + }, + { + "rshares": 156814579, + "voter": "haribo" + }, + { + "rshares": 156194471, + "voter": "stimmt" + }, + { + "rshares": 156054487, + "voter": "fallout" + }, + { + "rshares": 159062820, + "voter": "rule" + }, + { + "rshares": 155907388, + "voter": "xtreme" + }, + { + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "rshares": 158535752, + "voter": "nerds" + }, + { + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "rshares": 155796749, + "voter": "majes" + }, + { + "rshares": 155166715, + "voter": "maxb02" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 120983531, + "voter": "bleujay" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 298391608, + "voter": "risabold" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "rshares": 519265850, + "voter": "doubledex" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.46, + "beneficiaries": [], + "blacklists": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
\n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
\nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg", + "https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png", + "https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg" + ], + "links": [ + "https://dollarvigilante.com/subscribe" + ], + "tags": [ + "money", + "gold", + "silver", + "bitcoin", + "crisis" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "payout": 595.718, + "payout_at": "2016-09-22T18:23:15", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "reblogged_by": [ + "funny" + ], + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 387 + }, + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "updated": "2016-09-15T18:23:15", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "rshares": 89622770903, + "voter": "gtg" + }, + { + "rshares": 5532456237, + "voter": "on0tole" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 1005566128, + "voter": "danielkt" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 7861460530, + "voter": "asdes" + }, + { + "rshares": 5669340710, + "voter": "denn" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 81380841, + "voter": "dims" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 54744688, + "voter": "waldemar-kuhn" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + } + ], + "author": "asdes", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.72, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

 Light thoughts, dear friends, dear readers! My name is Antonina. I live in Belarus - a beautiful country, I can tell you! However, like all Slavic countries. I've thought: what word can characterize my life... Improvisation! It's the most accurate of them. I love word and the way led me to the faculty of journalism and work in newspapers, magazines, websites - articles, meetings with interesting people, interview ... But I dreamed about freedom! 

\n
 \u0421\u0432\u0435\u0442\u043b\u044b\u0445 \u043c\u044b\u0441\u043b\u0435\u0439, \u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f, \u0443\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438! \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043d\u0442\u043e\u043d\u0438\u043d\u0430. \u042f \u0436\u0438\u0432\u0443 \u0432 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u0438 \u2013 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u0435\u0439\u0448\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0430, \u044f \u0412\u0430\u043c \u0441\u043a\u0430\u0436\u0443! \u0412\u043f\u0440\u043e\u0447\u0435\u043c, \u043a\u0430\u043a \u0438 \u0432\u0441\u0435 \u0441\u043b\u0430\u0432\u044f\u043d\u0441\u043a\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u044b. \u0417\u0430\u0434\u0443\u043c\u0430\u043b\u0430\u0441\u044c: \u043a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f! \u0421\u0430\u043c\u043e\u0435 \u0442\u043e\u0447\u043d\u043e\u0435 \u0438\u0437 \u043d\u0438\u0445. \u041b\u044e\u0431\u043e\u0432\u044c \u043a \u0441\u043b\u043e\u0432\u0443 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043d\u0430 \u0444\u0430\u043a\u0443\u043b\u044c\u0442\u0435\u0442 \u0436\u0443\u0440\u043d\u0430\u043b\u0438\u0441\u0442\u0438\u043a\u0438 \u0438 \u0440\u0430\u0431\u043e\u0442\u0435 \u0432 \u0433\u0430\u0437\u0435\u0442\u0430\u0445, \u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0445, \u043d\u0430 \u0441\u0430\u0439\u0442\u0430\u0445 \u2013 \u0441\u0442\u0430\u0442\u044c\u0438, \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0441 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438, \u0438\u043d\u0442\u0435\u0440\u0432\u044c\u044e\u2026 \u041d\u043e \u043c\u043d\u0435 \u0442\u0430\u043a \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u044b!  
\n

\n

\n

 Therefore, creative writing led me to the path of a freelance artist. Generally love for creativity - this is what is in my blood, which fills and inspires me. And I love the opening, and as you've already known, as a child I wanted to learn painting t portraits. This dream led me to the study of psychology - in fact, now I theoretically substantiate that I've observed in my life. 

\n
 \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0435 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u0432\u0435\u043b\u043e \u043c\u0435\u043d\u044f \u043d\u0430 \u043f\u0443\u0442\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a\u0430. \u0412\u043e\u043e\u0431\u0449\u0435 \u043b\u044e\u0431\u043e\u0432\u044c \u043a \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0443 \u2013 \u044d\u0442\u043e \u0442\u043e, \u0447\u0442\u043e \u0443 \u043c\u0435\u043d\u044f \u0432 \u043a\u0440\u043e\u0432\u0438, \u0447\u0442\u043e \u043c\u0435\u043d\u044f \u043d\u0430\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0438 \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u043b\u044f\u0435\u0442. \u0410 \u0435\u0449\u0435 \u044f \u043b\u044e\u0431\u043b\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f, \u0438 \u043a\u0430\u043a \u0432\u044b \u0443\u0436\u0435 \u0437\u043d\u0430\u0435\u0442\u0435, \u0432 \u0434\u0435\u0442\u0441\u0442\u0432\u0435 \u044f \u043c\u0435\u0447\u0442\u0430\u043b\u0430 \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0440\u0442\u0440\u0435\u0442\u044b. \u042d\u0442\u0430 \u043c\u0435\u0447\u0442\u0430 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043a \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0438 \u2013 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u0442\u0435\u043f\u0435\u0440\u044c \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u044f \u043e\u0431\u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044e \u0442\u043e, \u0447\u0442\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u043b\u0430 \u0432 \u0436\u0438\u0437\u043d\u0438. 
\n

\n

 I love to look as others create and I admire them and the results of their work - and I understand what a huge hard work behind it. I've even wrote a small script, rehearsing on the stage, and even I was in a role a director, when the idea of \u200b\u200bFestival of Goodness was born under the wings of the Angel of mercy. \"Angel of Mercy\" - is the brainchild of a charitable religious organization, which mercifully helping people - the kids and the adults, the sick and the lonely, the orphans and the large families. Probably, I am with them, because somewhere deep down I'm still a philanthropist. 

\n
 \u041b\u044e\u0431\u043b\u044e \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043a\u0430\u043a \u0442\u0432\u043e\u0440\u044f\u0442 \u0434\u0440\u0443\u0433\u0438\u0435, \u043b\u044e\u0431\u0443\u044e\u0441\u044c \u0438 \u0432\u043e\u0441\u0445\u0438\u0449\u0430\u044e\u0441\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0430 \u2013 \u0438 \u043f\u043e\u043d\u0438\u043c\u0430\u044e, \u043a\u0430\u043a\u0430\u044f \u0433\u0440\u043e\u043c\u0430\u0434\u043d\u0435\u0439\u0448\u0430\u044f \u043a\u0440\u043e\u043f\u043e\u0442\u043b\u0438\u0432\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441\u0442\u043e\u0438\u0442 \u0437\u0430 \u0432\u0441\u0435\u043c \u044d\u0442\u0438\u043c. \u042f \u0434\u0430\u0436\u0435 \u043f\u0438\u0441\u0430\u043b\u0430 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0438,  \u0440\u0435\u043f\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u043d\u0430 \u0441\u0446\u0435\u043d\u0435, \u0430 \u0435\u0449\u0435 \u0431\u044b\u043b\u0430 \u043d\u0435\u043c\u043d\u043e\u0436\u043a\u043e \u0440\u0435\u0436\u0438\u0441\u0441\u0435\u0440\u043e\u043c, \u043a\u043e\u0433\u0434\u0430 \u0440\u043e\u0434\u0438\u043b\u0430\u0441\u044c \u0438\u0434\u0435\u044f \u0424\u0435\u0441\u0442\u0438\u0432\u0430\u043b\u044f \u0414\u043e\u0431\u0440\u0430 \u043f\u043e\u0434 \u043a\u0440\u044b\u043b\u044c\u044f\u043c\u0438 \u0410\u043d\u0433\u0435\u043b\u0430 \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f. \u00ab\u0410\u043d\u0433\u0435\u043b \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f\u00bb - \u044d\u0442\u043e \u0434\u0435\u0442\u0438\u0449\u0435 \u0431\u043b\u0430\u0433\u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0440\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u043e\u0439 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u043d\u043e \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u043b\u044e\u0434\u044f\u043c - \u0434\u0435\u0442\u043a\u0430\u043c \u0438 \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u043c, \u0431\u043e\u043b\u044c\u043d\u044b\u043c \u0438 \u043e\u0434\u0438\u043d\u043e\u043a\u0438\u043c, \u0441\u0438\u0440\u043e\u0442\u0430\u043c \u0438 \u043c\u043d\u043e\u0433\u043e\u0434\u0435\u0442\u043d\u044b\u043c. \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u044f \u0441 \u043d\u0438\u043c\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0433\u0434\u0435-\u0442\u043e \u0432 \u0433\u043b\u0443\u0431\u0438\u043d\u0435 \u0434\u0443\u0448\u0438 \u044f \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u0444\u0438\u043b\u0430\u043d\u0442\u0440\u043e\u043f.  
\n

\n

\n

\n

 

\n

\u2026With all my love to experiment - still I hate to be photographed (sorry, my friend, but this is a terrible picture, and I'm sure readers will agree with this, so I have to alter in the near future). Yes, you understood correctly, I for professionalism, sincerity, perfection (as much as possible, of course). 

\n
 \u2026\u041f\u0440\u0438 \u0432\u0441\u0435\u0439 \u043c\u043e\u0435\u0439 \u043b\u044e\u0431\u0432\u0438 \u043a \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043c \u2013 \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u043d\u0435\u043d\u0430\u0432\u0438\u0436\u0443 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f (\u043f\u0440\u043e\u0441\u0442\u0438, \u0434\u0440\u0443\u0433, \u043d\u043e \u044d\u0442\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f, \u0438, \u0443\u0432\u0435\u0440\u0435\u043d\u0430, \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u044f\u0442\u0441\u044f \u0441 \u044d\u0442\u0438\u043c, \u0442\u0430\u043a \u0447\u0442\u043e \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0434\u0435\u043b\u044b\u0432\u0430\u0442\u044c). \u0414\u0430-\u0434\u0430, \u0432\u044b \u0432\u0441\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u043d\u044f\u043b\u0438: \u044f \u0437\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0438\u0437\u043c, \u0438\u0441\u043a\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c, \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e (\u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438). 
\n

\n

 And yet ... And yet I simply invite you to read my article, share your experiences, joys and concerns, ask questions or suggest topics - because I am for our co-creation - the author and the readers! 

\n
 \u0410 \u0435\u0449\u0435 \u044f\u2026 \u0410 \u0435\u0449\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u044e \u0432\u0430\u0441 \u0447\u0438\u0442\u0430\u0442\u044c \u043c\u043e\u0438 \u0441\u0442\u0430\u0442\u044c\u0438, \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c\u0438 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0440\u0430\u0434\u043e\u0441\u0442\u044f\u043c\u0438 \u0438 \u0442\u0440\u0435\u0432\u043e\u0433\u0430\u043c\u0438, \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0435\u043c\u044b \u2013 \u0432\u0435\u0434\u044c \u044f \u0437\u0430 \u0441\u043e-\u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e!  
\n

My Steemit articles:

\n

Recipes from other's kitchens, or What cooking can teach us? Original story. \u0420\u0415\u0426\u0415\u041f\u0422\u042b \u0421 \u0427\u0423\u0416\u0418\u0425 \u041a\u0423\u0425\u041e\u041d\u042c, \u0418\u041b\u0418 \u0427\u0415\u041c\u0423 \u041c\u041e\u0416\u0415\u0422 \u041d\u0410\u0423\u0427\u0418\u0422\u042c \u0413\u041e\u0422\u041e\u0412\u041a\u0410?

\n

Part #1 https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n

Part #2 https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n

Part #3 https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet

\n


\n

Draw me happiness, the artist, please, draw me a dream/\u041d\u0430\u0440\u0438\u0441\u0443\u0439 \u043c\u043d\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u0435, \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik

\n


\n

Journey to childhood's country to return to yourself /\u0414\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0442\u0441\u0442\u0432\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u0441\u044f \u043a \u0441\u0435\u0431\u0435

\n

Part #1 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1

\n

Part #2 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2

\n

Part #3 https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3

\n


\n

My travel. Climbing: the lessons of humility and love/\u0412\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u0440\u043e\u043a\u0438 \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u041b\u044e\u0431\u0432\u0438

\n

Part #1 https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1

\n

Part #2 https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2

\n", + "category": "introducemyself", + "children": 2, + "created": "2016-09-15T18:22:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.share.pho.to/d46c0c80_o.jpeg", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/10151254_10202531750568501_1565828032_n.jpg?oh=4c76f2643f62fb6476fc4ee5baaec259&oe=583BE2BA", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/11988191_471643236294164_2851902525140971041_n.jpg?oh=a00af7fdf24aceeeee581e57a4778c96&oe=5877C7AF", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/1385858_10151791940151144_573832046_n.jpg?oh=bd2ee49d3031e8a4c6006e003ef96deb&oe=588454CE", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/385534_353378238012368_1790993380_n.jpg?oh=405db88d26fff916db6b5ea70bbfdd81&oe=58814947", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/394509_353378438012348_443399460_n.jpg?oh=f91a0723bba9ddab2c90ca1b9e8f0ea1&oe=5839D727", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/13087701_1704491583139414_2736459632219081412_n.jpg?oh=064deb7f13c436d68953e951e97d1456&oe=583C6664", + "https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/12994495_1701672396754666_869823863998774897_n.jpg?oh=4bf0e0a08e6cd495b998bf8339e7a165&oe=587B463B", + "http://i.share.pho.to/73891eb9_o.jpeg" + ], + "links": [ + "https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet", + "https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2", + "https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3", + "https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1", + "https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2" + ], + "tags": [ + "introducemyself", + "steemit", + "freedom", + "life", + "introduceyourself" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 568146042125, + "payout": 0.142, + "payout_at": "2016-09-22T18:22:24", + "pending_payout_value": "0.142 HBD", + "percent_hbd": 10000, + "permlink": "what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya", + "post_id": 1257016, + "promoted": "1.041 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "What word can characterize my life... Improvisation! / \u041a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f!", + "updated": "2016-09-15T19:09:12", + "url": "/introducemyself/@asdes/what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya" + }, + { + "active_votes": [ + { + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 532070055, + "voter": "lifeworship" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "lifeworship", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.81, + "beneficiaries": [], + "blacklists": [], + "body": "http://media1.santabanta.com/full1/Animals/Rabbits/rabbits-0a.jpg\n\n\nI have been working on this hypothesis for a while now. I call it the 1 out of 10. \nIt is stated as follows:\nIn the population, about 9 out of 10 people are worthless idiots. \n\nThis is not immutable. It is a general working idea. \nDepending on the group, there will be sometimes less and sometimes more. \nGeorge Carlin said, \u201cthink of how dumb the average person is. \nWell half of them are dumber than that.\u201d \nWith the 1 out of 10 hypothesis, I'm taking it farther than that. \n\nThere are some interesting aspects that arise as a result of applying this idea. \n\n First, I find, that in applying it to the self, I cannot be certain to which group I belong. \nI know to which group I wish to belong but let's not make any assumptions. \nI know where that leads. \nThere are tests I can take, which will narrow it down. \nIn the end I've found no way to be sure. \nThe only statement I can make is that I would like to belong to the 1 out of 10. \nSo, already, I have provided myself with the inspiration to strive to be something \nother than a worthless idiot. This, in my opinion, is progress. \nIsn't that what most of us want? I don't know, I'm only me. \n\n Second, this removes the need for inferiority complexes.\nInstead of comparing myself to others, it becomes more useful to compare others to me.\nIf I am not going to find value in 9 out of 10, the methods of search must change.\nGetting lost in the weeds is not entertainment.\n\n Third, I find that it gets to the heart of the \u201cisms\u201d. \nRacism, sexism et cetera are wiped away the instant I apply the 1 out of 10 hypothesis. \nThe hypothesis tells us that it is not any group that are worthless or dangerous, \nbut, that about 90% of every group are worthless, if not dangerous. \nAgain, this brings me to the same dilemma. How do I sort out which is which?\n\nThere are metaphors to be found in nature.\nRabbits, for example, most rabbits are what are called, food. \nMaybe 5 or 10 out of 100 are the wily ones, the ones that reproduce.\n\nI do hope this does not come across as overly harsh.\nThe 1 out of 10 that I find of value may bear no relation \nto those that you choose for yourself.\nI am not advocating getting rid of the 9 out of 10.\nThis is more of a match making for friends.\n\nI believe this tack is providing me with useful insights. \nThe more I apply it the more I learn.\nMeans and methods remain to be defined.\n\nIf anyone has any reasonable suggestions, leave a reply. Thank you for your attention.\n\n\n\nimage: media1.santabanta.com", + "category": "life", + "children": 1, + "created": "2016-09-15T18:19:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://media1.santabanta.com/full1/Animals/Rabbits/rabbits-0a.jpg" + ], + "tags": [ + "life", + "social", + "science", + "community", + "collectivism" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8271366858, + "payout": 0.001, + "payout_at": "2016-09-22T18:19:51", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "the-1-out-of-10-hypothesis-application-and-some-observations", + "post_id": 1256991, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "The 1 Out Of 10 Hypothesis. Application And Some Observations.", + "updated": "2016-09-15T18:19:51", + "url": "/life/@lifeworship/the-1-out-of-10-hypothesis-application-and-some-observations" + }, + { + "active_votes": [ + { + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 1551268628220, + "voter": "butterfly" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 1534654466021, + "voter": "joseph" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "rshares": 5942254587236, + "voter": "smooth.witness" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 284401462010, + "voter": "chitty" + }, + { + "rshares": 75736848691, + "voter": "unosuke" + }, + { + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 85270554570, + "voter": "acidsun" + }, + { + "rshares": 14502980866, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 89897944197, + "voter": "eeks" + }, + { + "rshares": 1511911763, + "voter": "fkn" + }, + { + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "rshares": 1471747302, + "voter": "spaninv" + }, + { + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 2366347863, + "voter": "alenevaa" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106635074770, + "voter": "asch" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "rshares": 579494558, + "voter": "kodi" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 970579316703, + "voter": "cyber" + }, + { + "rshares": 59952188311, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 95314034, + "voter": "stiletto" + }, + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 12241505540, + "voter": "lindee-hamner" + }, + { + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "rshares": 275008585094, + "voter": "trogdor" + }, + { + "rshares": 5047464747, + "voter": "tee-em" + }, + { + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 16027781644, + "voter": "kimziv" + }, + { + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 17557768630, + "voter": "grey580" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "rshares": 3350419346, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 7380892516, + "voter": "furion" + }, + { + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "rshares": 156249887947, + "voter": "jacor" + }, + { + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "rshares": 8164924332, + "voter": "hyiparena" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 33739169732, + "voter": "creemej" + }, + { + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "rshares": 163325751551, + "voter": "blueorgy" + }, + { + "rshares": 13373880577, + "voter": "benjiberigan" + }, + { + "rshares": 349618451, + "voter": "poseidon" + }, + { + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "rshares": 1218867625, + "voter": "victoria2002" + }, + { + "rshares": 1226120506, + "voter": "positive" + }, + { + "rshares": 1809205777, + "voter": "yarly" + }, + { + "rshares": 272641013, + "voter": "yarly2" + }, + { + "rshares": 273048922, + "voter": "yarly3" + }, + { + "rshares": 157733805, + "voter": "yarly4" + }, + { + "rshares": 158624349, + "voter": "yarly5" + }, + { + "rshares": 90416287, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "rshares": 437620869, + "voter": "yarly10" + }, + { + "rshares": 234191245, + "voter": "yarly11" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 81879061, + "voter": "yarly12" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 7825324952, + "voter": "nekromarinist" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 95786319596, + "voter": "laonie" + }, + { + "rshares": 153264363976, + "voter": "twinner" + }, + { + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "rshares": 19443061295, + "voter": "somebody" + }, + { + "rshares": 726959262, + "voter": "flysaga" + }, + { + "rshares": 7707314246, + "voter": "asdes" + }, + { + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "rshares": 5558177167, + "voter": "denn" + }, + { + "rshares": 4295114546, + "voter": "midnightoil" + }, + { + "rshares": 3157785139, + "voter": "kurtbeil" + }, + { + "rshares": 10742990382, + "voter": "xiaohui" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 485140088, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 79785139, + "voter": "dims" + }, + { + "rshares": 335856762, + "voter": "xiaokongcom" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 13254585210, + "voter": "cristi" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 677027684, + "voter": "xianjun" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 93807196108, + "voter": "miacats" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 108403024, + "voter": "pollina" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4337454155, + "voter": "onetree" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 53143607139, + "voter": "sponge-bob" + }, + { + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 323483227, + "voter": "panther" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 54239080444, + "voter": "brains" + }, + { + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 120649148, + "voter": "rynow" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 50583338, + "voter": "rayzzz" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "rshares": 51230296, + "voter": "steemq" + }, + { + "rshares": 50871059, + "voter": "motion" + }, + { + "rshares": 50794039, + "voter": "autodesk" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50538694, + "voter": "fenix" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50532230, + "voter": "friends" + }, + { + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 161179339, + "voter": "bethesda" + }, + { + "rshares": 160957729, + "voter": "realtime" + }, + { + "rshares": 7187212765, + "voter": "dresden" + }, + { + "rshares": 212371776, + "voter": "mgibson" + }, + { + "rshares": 156837244, + "voter": "capcom" + }, + { + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 156054487, + "voter": "fallout" + }, + { + "rshares": 159025535, + "voter": "xtreme" + }, + { + "rshares": 1473342460, + "voter": "modernbukowski" + }, + { + "rshares": 158541985, + "voter": "citigroup" + }, + { + "rshares": 30995434343, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 298391608, + "voter": "risabold" + }, + { + "rshares": 55383257, + "voter": "blackmarket" + }, + { + "rshares": 58454327, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "gavvet", + "author_payout_value": "0.000 HBD", + "author_reputation": 72.8, + "beneficiaries": [], + "blacklists": [], + "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

\n

Snakes. 

\n

http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

\n

I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

\n

Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

\n

http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

\n

The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

\n

http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

\n

1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

\n

http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

\n

2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

\n

http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

\n

3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

\n

https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

\n

4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

\n

http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

\n

Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

\n

   http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

\n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", + "category": "herpetology", + "children": 6, + "created": "2016-09-15T18:19:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj", + "http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png", + "http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg", + "http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg", + "http://www.snakegetters.com/demo/bud-cotton-gg.jpg", + "https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg", + "http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg", + "http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg" + ], + "links": [ + "http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj", + "http://www.sciencemag.org", + "http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png", + "http://proactivepestga.com", + "http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg", + "http://blogs.discovermagazine.com", + "http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg", + "http://www.mylakelandnow.com", + "http://www.snakegetters.com/demo/bud-cotton-gg.jpg", + "http://www.snakegetters.com", + "https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg", + "https://www.youtube.com/watch?v=ImOj1CKTBqE", + "http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg", + "http://phenomena.nationalgeographic.com", + "http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg", + "http://westernmassnaturalist.org", + "https://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians" + ], + "tags": [ + "herpetology", + "reptiles", + "snakes", + "science" + ], + "users": [ + "herpetologyguy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68620995119384, + "payout": 274.303, + "payout_at": "2016-09-22T18:19:39", + "pending_payout_value": "274.303 HBD", + "percent_hbd": 10000, + "permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "post_id": 1256988, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 247 + }, + "title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "updated": "2016-09-15T18:19:39", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author" + }, + { + "active_votes": [ + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 70123540741, + "voter": "cryptos" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 53413720, + "voter": "lighter" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 52614987, + "voter": "dulcio" + }, + { + "rshares": 3442664798, + "voter": "robotev" + } + ], + "author": "robotev", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.56, + "beneficiaries": [], + "blacklists": [], + "body": "
![update](http://oi66.tinypic.com/25p1iwy.jpg)
\n\nTime sure does fly, 16 days of operation as a Bot on Steemit have passed already. I need more volunteers to help me improve further, currently I'm following 18 people, but I really do need more curators, so read on and apply if you want to help.\n\n**In the last 24 hours I have voted for 169 posts, and not voted for 168 posts.**
\n\n| Curator | Voted | Not Voted |\n|----------|:----------:|:---------:|\n|@bdavid | 1 posts | 5 posts |\n|@bola | 32 posts | 26 posts |\n|@burnin | 7 posts | 16 posts |\n|@catsmart | 2 posts | 1 posts |\n|@cjclaro | 8 posts | 10 posts |\n|@dennygalindo| 3 posts| 15 posts |\n|@geke | 10 posts | 7 posts |\n|@jimitations| 3 posts | 6 posts |\n|@luminousvisions| 6 posts| 4 posts|\n|@mlialen | 39 posts | 18 posts |\n|@neoxian | 5 posts | 18 posts |\n|@ottodv | 2 posts | 2 posts |\n|@peacekeeper| 2 posts | 9 posts |\n|@plotbot2015| 6 posts | 2 posts |\n|@pulpably | 3 posts | 4 posts |\n|@radioactivities|0 posts | 1 posts |\n|@steevc |14 posts | 11 posts |\n|@whatsup | 22 posts | 13 posts |\n\n**My current Steem Power is now over 440 SP.**\n**My current Voting Power is at about 50%.**\n\nI got Powered Up with 25.693 Steem Power today by @cryptos, so more voting power now available. There are no new curators added today, so I'm currently at 18 for the next day. I'll be voting at 40%, but I brought two minions to help me out - @robotev1 and @robotev2. They were used by @cryptos for various tests, but since they are not in use at the moment they will be helping me.\n\nI still need more new volunteers, you can apply if you are interested as there is nothing more that you actually need to do besides what you are already doing on Steemit. These people will help me discover new and good blog posts on Steemit and encourage the users producing valuable content that may often get unnoticed, so I'm going to be voting for their content, but I need good curators to help me find it: [**Here is how to get involved actively if you are interested**](https://steemit.com/steemit/@cryptos/looking-for-more-test-subjects-no-i-m-still-not-kidding).\n\n---\nI've been operational for more than 16 days, @robotev over and out! - Powered by @cryptos", + "category": "robotev", + "children": 2, + "created": "2016-09-15T18:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://oi66.tinypic.com/25p1iwy.jpg" + ], + "links": [ + "https://steemit.com/steemit/@cryptos/looking-for-more-test-subjects-no-i-m-still-not-kidding" + ], + "tags": [ + "robotev", + "steem-bot", + "good-curators", + "curators-wanted", + "operational-update" + ], + "users": [ + "bdavid", + "bola", + "burnin", + "catsmart", + "cjclaro", + "dennygalindo", + "geke", + "jimitations", + "luminousvisions", + "mlialen", + "neoxian", + "ottodv", + "peacekeeper", + "plotbot2015", + "pulpably", + "radioactivities", + "steevc", + "whatsup", + "cryptos", + "robotev1", + "robotev2", + "robotev" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79233326983, + "payout": 0.017, + "payout_at": "2016-09-22T18:19:09", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "status-update-after-the-16th-day-of-my-operation", + "post_id": 1256979, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Status Update After the 16th Day of My Operation", + "updated": "2016-09-15T18:19:09", + "url": "/robotev/@robotev/status-update-after-the-16th-day-of-my-operation" + }, + { + "active_votes": [ + { + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 2344626753, + "voter": "fairz" + } + ], + "author": "fairz", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.5, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/GephLzmYdpI \nwestern parody i made this a while back using pencil 2d i may add voice to it soon thanks for watching", + "category": "animation", + "children": 0, + "created": "2016-09-15T18:19:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/GephLzmYdpI/0.jpg" + ], + "links": [ + "https://youtu.be/GephLzmYdpI" + ], + "tags": [ + "animation", + "art", + "wild", + "west" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2579525983, + "payout": 0.0, + "payout_at": "2016-09-22T18:19:03", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-wild-west-animation", + "post_id": 1256977, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "the wild west animation", + "updated": "2016-09-15T18:19:03", + "url": "/animation/@fairz/the-wild-west-animation" + }, + { + "active_votes": [ + { + "rshares": 1861031398822, + "voter": "books" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "rshares": 5519371190400, + "voter": "kushed" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "rshares": 161758715658, + "voter": "ozmaster" + }, + { + "rshares": 1534643949678, + "voter": "joseph" + }, + { + "rshares": 100723108736, + "voter": "aizensou" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "rshares": 8927291120, + "voter": "idol" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 4941942978, + "voter": "sakr" + }, + { + "rshares": 284401462010, + "voter": "chitty" + }, + { + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "rshares": 374436234637, + "voter": "craig-grant" + }, + { + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "rshares": 89897944197, + "voter": "eeks" + }, + { + "rshares": 11591323519, + "voter": "fkn" + }, + { + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "rshares": 15236070794, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 10059005246, + "voter": "kefkius" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106635074770, + "voter": "asch" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "rshares": 2003359924, + "voter": "error" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 970586830705, + "voter": "cyber" + }, + { + "rshares": 59952188311, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 365370465, + "voter": "stiletto" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5950623572, + "voter": "mark-waser" + }, + { + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "rshares": 101509283748, + "voter": "kimziv" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 2251949197, + "voter": "superfreek" + }, + { + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "rshares": 25057521880, + "voter": "tcfxyz" + }, + { + "rshares": 6939954009, + "voter": "futurefood" + }, + { + "rshares": 56586842629, + "voter": "furion" + }, + { + "rshares": 754655775, + "voter": "busser" + }, + { + "rshares": 103793678934, + "voter": "cdubendo" + }, + { + "rshares": 271487757, + "voter": "barbara2" + }, + { + "rshares": 301755142, + "voter": "ch0c0latechip" + }, + { + "rshares": 279277284, + "voter": "doge4lyf" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "rshares": 4209533734, + "voter": "karen13" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 46859060143, + "voter": "milestone" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 5840939270, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 2214250194, + "voter": "poseidon" + }, + { + "rshares": 355265286967, + "voter": "calaber24p" + }, + { + "rshares": 3295677164, + "voter": "simon.braki.love" + }, + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "rshares": 14007767075, + "voter": "hagie" + }, + { + "rshares": 204618396015, + "voter": "jl777" + }, + { + "rshares": 1371622220, + "voter": "aleco" + }, + { + "rshares": 9400257217, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 16251777176, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 316499814, + "voter": "fnait" + }, + { + "rshares": 281178931, + "voter": "keepcalmand" + }, + { + "rshares": 607346548, + "voter": "cwmyao1" + }, + { + "rshares": 16495975416, + "voter": "jamesbrown" + }, + { + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "rshares": 7506600577, + "voter": "jed78" + }, + { + "rshares": 8734185109, + "voter": "taker" + }, + { + "rshares": 1651596637, + "voter": "coinbar" + }, + { + "rshares": 574717917578, + "voter": "laonie" + }, + { + "rshares": 254341994815, + "voter": "ozchartart" + }, + { + "rshares": 5104045578, + "voter": "croatia" + }, + { + "rshares": 19987344033, + "voter": "myfirst" + }, + { + "rshares": 116658367770, + "voter": "somebody" + }, + { + "rshares": 4604075327, + "voter": "flysaga" + }, + { + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "rshares": 25770687280, + "voter": "midnightoil" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 64457942294, + "voter": "xiaohui" + }, + { + "rshares": 3234267259, + "voter": "elfkitchen" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "rshares": 2127092828, + "voter": "xiaokongcom" + }, + { + "rshares": 47556149905, + "voter": "eneismijmich" + }, + { + "rshares": 4287842001, + "voter": "xianjun" + }, + { + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 93807196108, + "voter": "miacats" + }, + { + "rshares": 280777082, + "voter": "microluck" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 1647538615, + "voter": "ignat" + }, + { + "rshares": 20666130092, + "voter": "anotherjoe" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2161669067, + "voter": "jeremyfromwi" + }, + { + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "rshares": 422625634, + "voter": "steemorama" + }, + { + "rshares": 4269189470, + "voter": "nubchai" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "rshares": 6064648982, + "voter": "dexter-k" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 27673000226, + "voter": "brains" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 5753524189, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 51568971, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "rshares": 4817018034, + "voter": "morgan.waser" + }, + { + "rshares": 50228382, + "voter": "dragonice" + }, + { + "rshares": 50907857, + "voter": "oxygen" + }, + { + "rshares": 50873654, + "voter": "palladium" + }, + { + "rshares": 50865840, + "voter": "sting" + }, + { + "rshares": 3689865978, + "voter": "strong-ai" + }, + { + "rshares": 162917785, + "voter": "ctu" + }, + { + "rshares": 161815656, + "voter": "ranger" + }, + { + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "rshares": 161218747, + "voter": "sdc" + }, + { + "rshares": 158018960, + "voter": "bethesda" + }, + { + "rshares": 160835930, + "voter": "skrillex" + }, + { + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "rshares": 159175576, + "voter": "fallout" + }, + { + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "rshares": 158638676, + "voter": "icesteem" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + } + ], + "author": "ozchartart", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.09, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemers!\n\nhttps://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png\n\n*POLONIEX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png\n*4 hour Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciwF/1b96b56dcc.png\n*4 hour Poloniex chart - Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png\n*1 day Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciC9/edf3dcb758.png\n*1 day Poloniex chart - Sept 15, 2016*\nThe Poloniex price went down to the all time low, breaking it and making a slightly lower all time low, but still not giving any confirm of a bottom or bounce.\nVolume about 20% higher then yesterday.\n\n*BITTREX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png\n*4 hour Bittrex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciod/ce32f1a029.png\n*4 hour Bittrex chart - Sept 15, 2016*\nThe Bittrex price broke the local low made just a slightly lower one, same as Poloniex with he all time low, looking like its heading towards the next support level (~0.0007, blue dashed).\nVolume on Bittrex was about 25% lower then yesterday (~5BTC's).\n\n\n*VOLUME COMPARISON*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png\n*STEEM/BTC volume Bittrex Sept 14, 2016*\n\nhttp://puu.sh/rcifG/0c61511ea3.png\n*STEEM/BTC volume Bittrex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png\n*STEEM/BTC volume Poloniex Sept 14, 2016*\n\nhttp://puu.sh/rcicN/b2384086a4.png\n*STEEM/BTC volume Poloniex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png\n*STEEM indexed global volume Sept 14, 2016*\n\nhttp://puu.sh/rcibB/7b2700dd82.png\n*STEEM indexed global volume Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmof/8ca7889618.png\n*Coinmarketcap top volume cryptos Sept 14, 2016*\n\nhttp://puu.sh/rci8K/d68b7eb122.png\n*Coinmarketcap top volume cryptos Sept 15, 2016*\nOverall volume about 12% higher then yesterday, with Bittrex volume taking a dive and Poloniex gaining some.\n$STEEM again under top 30 in volume rankings.\n\n*COMMENT*\nOnce again, I will post the comment by commenting as it involves my personal opinion!\nThank you for understanding!\n\nIf anyone has any questions or need's help fell free to ask, I will try to explain as fast and as best as I can.\nCritics, comments, reply's, counters, advice's, etc. are always welcome!\nHave my charts helped you in any way?Let me know with a comment below :)\nAre there more people who are doing TA?\nPlease post the links to your TA's posts into the comments as well!\n\n*DISCLAIMER*\nI am showing multiple scenarios on the price movement, in the post itself I do not take any stance, either bullish or bearish. I am not responsible for neither you\u2019re winning nor you're losses upon trading! the \"comment\" section is my personal opinion and does not mean I have to or do hold any positions in the given market.\nEveryone who uses TA develops his own unique charting style, please keep that in mind.\n\nhttps://www.youtube.com/watch?v=i3bS5nRZOvU\n\nKind regards, OZ :)", + "category": "steem", + "children": 5, + "created": "2016-09-15T18:18:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png", + "http://puu.sh/rciwF/1b96b56dcc.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png", + "http://puu.sh/rciC9/edf3dcb758.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png", + "http://puu.sh/rciod/ce32f1a029.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png", + "http://puu.sh/rcifG/0c61511ea3.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png", + "http://puu.sh/rcicN/b2384086a4.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png", + "http://puu.sh/rcibB/7b2700dd82.png", + "https://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png", + "http://puu.sh/rci8K/d68b7eb122.png", + "https://img.youtube.com/vi/i3bS5nRZOvU/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=i3bS5nRZOvU" + ], + "tags": [ + "steem", + "poloniex", + "bittrex", + "technical-analysis", + "trading" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30268799563538, + "payout": 57.04, + "payout_at": "2016-09-22T18:18:00", + "pending_payout_value": "57.040 HBD", + "percent_hbd": 10000, + "permlink": "usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept", + "post_id": 1256962, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 176 + }, + "title": "$STEEM/BTC Daily Poloniex+Bittrex Technical Analysis / Market Report Update #46, \"Glass half full, but the bottle\u2019s left empty\" Sept 15, 2016", + "updated": "2016-09-15T18:18:00", + "url": "/steem/@ozchartart/usdsteem-btc-daily-poloniex-bittrex-technical-analysis-market-report-update-46-glass-half-full-but-the-bottle-s-left-empty-sept" + }, + { + "active_votes": [ + { + "rshares": 358097528, + "voter": "rtd" + }, + { + "rshares": 257573964, + "voter": "sergey44" + } + ], + "author": "rtd", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.7, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/OS0Vfs-OtR0\n\nSubscribe and share the RTD news articles...\n\nRTD New keeps you up to date on what's happening around the globe and in the news. Information to help you become more Monetarily Aware. \n\nVisit the RTD Store to find out more about the Monetary Awareness Shirts: http://bit.ly/RTDstore\n\nNews Articles:\n\n1. Wells Fargo Scandal Shows Next Bank Crisis Coming\nhttp://www.forbes.com/sites/patrickwwatson/2016/09/15/wells-fargo-scandal-shows-next-bank-crisis-coming/#2e0da58269ec\n\n2. Ben Bernanke: 'Premature' to count out negative rates\nhttp://www.cnbc.com/2016/09/14/ben-bernanke-says-it-is-premature-to-count-out-negative-rates.html\n\n3. Negative Rates Nail Savers\nhttp://www.mauldineconomics.com/frontlinethoughts/negative-rates-nail-savers\n\n4. Here\u2019s some perspective on the U.S. national debt as it approaches $20 trillion \nhttp://www.marketwatch.com/story/heres-some-perspective-on-the-us-national-debt-as-it-approaches-20-trillion-2016-09-14", + "category": "news", + "children": 0, + "created": "2016-09-15T18:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/OS0Vfs-OtR0/0.jpg" + ], + "links": [ + "https://youtu.be/OS0Vfs-OtR0", + "http://bit.ly/RTDstore", + "http://www.forbes.com/sites/patrickwwatson/2016/09/15/wells-fargo-scandal-shows-next-bank-crisis-coming/#2e0da58269ec", + "http://www.cnbc.com/2016/09/14/ben-bernanke-says-it-is-premature-to-count-out-negative-rates.html", + "http://www.mauldineconomics.com/frontlinethoughts/negative-rates-nail-savers", + "http://www.marketwatch.com/story/heres-some-perspective-on-the-us-national-debt-as-it-approaches-20-trillion-2016-09-14" + ], + "tags": [ + "news", + "money", + "debt", + "wells", + "fargo" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 615671492, + "payout": 0.0, + "payout_at": "2016-09-22T18:17:42", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming", + "post_id": 1256957, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "RTD News: Wells Fargo Scandal Shows Next Bank Crisis Coming", + "updated": "2016-09-15T18:17:42", + "url": "/news/@rtd/rtd-news-wells-fargo-scandal-shows-next-bank-crisis-coming" + }, + { + "active_votes": [ + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 136485885, + "voter": "nang1" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "richardjuckes", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.55, + "beneficiaries": [], + "blacklists": [], + "body": "There is this meme, the New World Order,\nWhich gets pushed and pushed and pushed.\nIt would be without doubt a Very Bad Thing,\nThey always say. I'm here in _An Airport_,\nAnd face to face with the reality of states,\nIndependent, discrete, and sovereign.\n\nWait, says Henry Flower, reading the news:\nIF these speach readers are just that,\nAutocue adept, good for a soundbite,\nAnd the power is behind the throne;\nIF the national banks are not national,\nBut each a manifestation of the same beast,\n\nThe beast that pulls the strings, then already\nWe have the NWO, and by fearing\nIt's coming, we do not face its present\nReality, do not pay attention to the detail\nOf the daily deceptions. Over Europe \nWe flew and landed in Casablanca,\n\nSleep away the jet lag with mutton\nAnd dark chocolate, mint tea and _caf\u00e9 fran\u00e7ais_.\nThe air has a chill, of the desert perhaps -\nMy son says that he wants to ride a camel -\n_Et le quartier est tranquille_,\nAfter the noise of Hongkong and Hainan.\n\n----------------\n\nThank you for reading.", + "category": "poetry", + "children": 0, + "created": "2016-09-15T18:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "poetry", + "travel", + "anarchy", + "writing", + "story" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7710382855, + "payout": 0.001, + "payout_at": "2016-09-22T18:17:12", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "wait-says-henry-flower-reading-the-news-original-poetry", + "post_id": 1256951, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Wait, says Henry Flower, reading the news: original poetry.", + "updated": "2016-09-15T18:17:12", + "url": "/poetry/@richardjuckes/wait-says-henry-flower-reading-the-news-original-poetry" + }, + { + "active_votes": [ + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 8670256339, + "voter": "richman" + }, + { + "rshares": 156249887947, + "voter": "jacor" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 70719612, + "voter": "sijoittaja" + }, + { + "rshares": 9217090080, + "voter": "onetree" + }, + { + "rshares": 58700943, + "voter": "viebie" + }, + { + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + } + ], + "author": "onetree", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.96, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Have you ever thought your family belongs in a soap opera? Probably! Me too! I unwittingly stumbled into my very own soap opera when I met my wonderful husband.

\n


\n

My husband Sergio and I were not introduced, we met randomly one day at our local swimming pool, 27 years later the rest is history, so they say. Our family backgrounds were completely different. My parents are South African, born and bred, I have a younger sister and brother and we had what I would consider a normal, pretty boring, truth be told, upbringing.

\n


\n

Sergio's family immigrated to South Africa in 1970, when he was 4 years old, from Mauritius. And when I say family, I mean a lot of family. Sergio's family is French Mauritian, and speak Creole too. Although they had been in South Africa for a long time when I met my husband in 1989, my mom-in-law's accent was so thick I could barely understand her.

\n

\n

(my mom-in-law Jeanine, and my husband Sergio)

\n

My mom-in-law, Jeanine, fell pregnant with Sergio when she was just 16 years old. She had an affair with a wealthy local businessman, Henri, who was in his forties. Jeanine's mother, Sergio's grandmother, took over the majority of his care and she was a very stern woman. Jeanine had two sisters and three brothers. Her older sister Sylvie married a local gangster and had 3 children in 3 years, before she was 20 years old.

\n


\n

Young Jeanine soon met her husband, Jean, who was the youngest of 10 children. He had a good job and a condition of their marriage (made by the strict grandmother) was that he had to pay the costs of most of the family emigrating to South Africa. I don't think Jeanine ever loved Jean. Eventually the whole family ended up in South Africa, including Sylvie, who had to leave her 3 children with her gangster husband, and escape in the night. Henri, Sergio's biological father paid for the passage of at least one of the siblings, the youngest brother, Irwin.

\n

\n

(Jeanine, Sergio, and her sister, Sylvie)

\n

Upon the family's arrival in SA, they had nothing and had to find a way to create a future for themselves. (Jeanine was a \"chauffeur to an Indian \"witchdoctor\" for a while). They were very poor and Sergio spent 2 years of his early childhood with 2 separate families who had fostered him for a year each. This is not ideal for a child, but I think it was a blessing in his case, as his family is pretty dysfunctional.

\n


\n

Sergio's grandfather was an alcoholic, and he passed away shortly after the family's arrival in SA. Apparently he had ridden on the back of a bakkie (pick-up truck) for an entire 300km journey, after which he contracted pneumonia and died. His grandmother suffered from an unknown disease where she became progressively paralysed and died too. She had been a harridan, and after she passed the family let loose and had fun.

\n

\n

(Sergio's scary grandmother)

\n

Sergio fondly remembers the wild 1970's parties, movie nights and poker evenings held at his mom's house. The family stuck together, and would generally move where Jean was able to find work. The memories of drinking and fighting were not so positive. Jeanine's 2 sisters, Sylvie and Joyce soon married. Sylvie had another 3 children and became a dressmaker. Joyce married, had 2 boys, and then her husband ran away and became a tramp. There are still occasional sightings of him on the Durban beachfront. She then married the tramp's brother, had a daughter, then soon after her new husband died of a heart attack. We have been subjected to the \"I'm a widow\" woes for decades. She did disastrously remarry again, but that is a story for an(another time.

\n

\n

(Sergio, Norman and Joyce)

\n

Jeanine's 3 brothers were hooligans, living it up, fighting (especially with the Afrikaans people) and drinking. One night, Harvey went to work at the local metal works, under the influence and fell to his death from a crane. This was not before he had 2 children with 2 separate girlfriends, and whose respective mothers cut off all contact with the family. Both children somehow found each other, and found their way back to their extended family when they became adults.

\n

\n

(Harvey and Sergio)

\n

Sergio was close to his uncle Norman, who had moved to Johannesburg, but who came \"home\" to party almost every weekend. Sergio used to stay with him and his wife Chrissy over school holidays, but was traumatised by his uncle's physical violence toward his wife when he had been drinking. The couple eventually divorced, and Norman stopped drinking. His wife Chrissy, entered a lesbian relationship, but remains close to the family until today.

\n

\n

(Sergio, isn't he CUTE! and Chrissy)

\n

The youngest brother, Irwin, was a talented mechanic, but suffered from serious alcoholism. He married a divorced woman with children, and Sergio's family stayed with them for a while when times were tough. His relationship also ended in divorce, with no children of their own. As his alcoholism spiraled out of control, he met and lived with women who were as equally alcoholic as he was. A few years after I met Sergio, Irwin's girlfriend fell pregnant, but drank to a shocking degree during the pregnancy. She went into premature labour at 6 months and died during childbirth. The baby was adopted by a couple who later emigrated to Australia. They once sent a photo to Irwin of the little girl, and I could clearly see she suffered from foetal alcohol syndrome. For many years Irwin would \"loan\" money from Sergio, always reminding him of how he had looked after his family for a little while. 

\n


\n

Jeanine had another child, Ricardo, when Sergio was 5 years old. Sergio's half brother, Ricardo, is the source of the family's more dramatic incidents. I can say with full confidence that I am grateful no other children were born into the family. Jeanine told me that she had suffered a late stage miscarriage/stillbirth, but she had never told my husband. I told him. Sergio has 4 older half brothers and sisters, his biological father's other children, but although they know about his existence, they refuse to acknowledge him.

\n


\n

Only 2 siblings remain of the original family, Sylvie and Joyce. All the rest have passed on, including my father-in-law Jean. (Many of his 10 brothers and sisters also relocated to SA, but concentrating on my husband's family is more than enough for me.) This piece is intended as an introduction to some of the more dramatic stories I have been privy to and intend to share!

\n

Thank you for reading! Please follow me @onetree

\n", + "category": "family", + "children": 2, + "created": "2016-09-15T18:14:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.io/sars9hbej/002.jpg", + "https://s20.postimg.io/lycmzn8cb/012.jpg", + "https://s20.postimg.io/3lgn2tn97/017.jpg", + "https://s20.postimg.io/v7jeni6m3/015.jpg", + "https://s20.postimg.io/r3ifv0anv/042.jpg", + "https://s20.postimg.io/76cim1rsr/023.jpg" + ], + "tags": [ + "family", + "dysfunction", + "story", + "blog", + "" + ], + "users": [ + "onetree" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 333827688380, + "payout": 0.079, + "payout_at": "2016-09-22T18:14:00", + "pending_payout_value": "0.079 HBD", + "percent_hbd": 10000, + "permlink": "my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction", + "post_id": 1256930, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "My husband's crazy, dysfunctional family from Mauritius - Introduction!", + "updated": "2016-09-15T18:14:00", + "url": "/family/@onetree/my-husband-s-crazy-dysfunctional-family-from-mauritius-introduction" + }, + { + "active_votes": [ + { + "rshares": 20888401491, + "voter": "keithwillshine" + }, + { + "rshares": 21534868919, + "voter": "jphamer1" + }, + { + "rshares": 1690615184, + "voter": "coloured-content" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 163669805, + "voter": "tanemahuta" + } + ], + "author": "keithwillshine", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.79, + "beneficiaries": [], + "blacklists": [], + "body": "**There is a battle going on for our attention... We need to learn to fixate on productive, connecting, and loving information. We cannot keep fixating on the darkness, we will go deep enough that we are in the palms of their hands. Entertain it, and become it!**\n\nI have heard a lot of videos, channellings and higher mind wisdom about ball of the good that is going on around the world, but I also think we should be aware of both. If you are only focusing and feeding your information hungry soul with negative possible realities and futures, I urge you to focus on some of the more pleasant Ideas and possibilities, because I used to only focus on the bad. I one day say and felt the love in the universe, and have been on a binge of light ever since. There are links below if you want to learn alternate views. The information below speaks for itself. Please give it a bit of your time to see if it is for you, there are many different personalities and ways of learning below, and at least one should have lots to offer you and the wisdom is priceless. Our new currency will be attention, we will need to learn to give our attention to beneficial outlets. This information overload age needs our conscious choice so we do not let our attention fall into the wrong hands. \n Namaste.\n\n(HigherSelf \n https://www.youtube.com/watch?v=37eaIEspApQ\n\n'Teachers of Light!'......\nBashar (Youtube Channel)\nhttps://www.youtube.com/user/BasharCommunications\nHigherSelf \nhttps://www.youtube.com/channel/UCBz4vE0S8E1Osn_GiE2QGGQ\nAwakeningOurTruth (Youtube Channel)\nhttps://www.youtube.com/user/AwakeningOurTruth\nKRYON (Website)\nhttp://www.kryon.com/altindex_menu/Channellings.html\nKRYON (Youtube Channel)\nhttps://www.youtube.com/channel/UCbzZmC-cvS57cWbeBe7XPoA", + "category": "truth", + "children": 0, + "created": "2016-09-15T18:13:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/37eaIEspApQ/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=37eaIEspApQ", + "https://www.youtube.com/user/BasharCommunications" + ], + "tags": [ + "truth", + "openminded", + "spiritual", + "life", + "motivation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45232874904, + "payout": 0.009, + "payout_at": "2016-09-22T18:13:48", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines", + "post_id": 1256929, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Are we splitting our reality, are we going down the wrong path? Is the negative affecting our present and future timelines.", + "updated": "2016-09-15T18:13:48", + "url": "/truth/@keithwillshine/are-we-splitting-our-reality-are-we-going-down-the-wrong-path-is-the-negative-affecting-our-present-and-future-timelines" + }, + { + "active_votes": [ + { + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "rshares": 21565632626, + "voter": "artific" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 3399074311, + "voter": "steveo" + }, + { + "rshares": 9458203226, + "voter": "generation.easy" + }, + { + "rshares": 161953718, + "voter": "knight-angel" + }, + { + "rshares": 3092308747, + "voter": "mikkolyytinen" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "generation.easy", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.53, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i65.tinypic.com/25g9u03.jpg

\n

It\u2019s time to get rid of the nasty smelly smoking habit. I have decided that I\u2019m quitting cigarettes after smoking for 15years. 

\n

It has to happen

\n

Over this long period of time I have never tried to quit. Never once did I try the patch, or the gum, or the pills. I never wanted to give it up or had the urge to until lately.

\n

I can tell my lungs and throat are getting damaged from long term smoking, and my breathing ability is poor. I\u2019m in decent shape, but I can\u2019t run any sort of distance. 

\n

My gums have been receding because of smoking, and the dentist has told me if I don\u2019t stop I will most likely lose my teeth in the future.

\n

Not only do I notice the increasing medical concerns, but I\u2019m also tired of the smell. I\u2019ve realized it\u2019s embarrassing to always smell like thick stale smoke. 

\n

The biggest problem I have with smoking though is the COST! 

\n


\n

In my State, my brand of cigarettes are $7.50 a pack in which I will typically smoke a pack a day. That comes to over $200 a month, and nearly $2,500 a year to pollute my body.

\n

Now that I\u2019m older and realize the implications of smoking

\n

I want out!

\n

http://i65.tinypic.com/23kymtj.jpg

\n

I\u2019ve always planned on quitting when I was \u201colder\u201d So before I actually get that \u201colder\u201d age and have cancers, 

\n

I have decided I\u2019m done.

\n


\n

Statistics show it will take the average smoker 4+ attempts to actually kick the habit. 

\n

I\u2019m going for 1 round.

\n

http://i64.tinypic.com/34zblaw.jpg

\n


\n

I would enjoy it if other Steemit users would join in on this challenge, and we can work at quitting together. Provide support and encouragement during the struggles.

\n

I believe that the hardest point will be the 1st week, with day1 being the most difficult day to overcome.

\n

LET\u2019S GET TO IT!

\n


\n

After reading up on successful stories of quitting smoking, I found that many users recommend a plan of attack. 

\n
    \n
  • Pick a day within the week, and stick to that day.
  • \n
  • Have a nicotine replacement.
  • \n
  • Learn stress relief techniques
  • \n
\n


\n

SO, I\u2019ve planned this out as Sunday Sept. 18th as my First Day. That gives me a solid 3days to prepare.

\n

I have purchased the Blu E-Cig. I have read many success stories of people switching over from traditional cigarettes to E-cigs, and then slowly stopped e-cigs. I have decided Cold Turkey probably won\u2019t work for me, so this is the route I plan to take.

\n

http://i68.tinypic.com/scuhpy.png

\n

My stress relief techniques are to work out each day. I have been slowly increasing my workout routine now that I have been going back to college. I can use there amazing complex, so I\u2019ve been making it to the gym more frequently.  I read that exercise is a great way to feel better about quitting as you begin to notice your lung capacity recovering.

\n

I Hope the Steemit Community joins in, and others participate. It would be amazing to have multiple members within the community working on Kicking the Habit.

\n


\n

Thank you for reading and up voting. Comments are always welcomed

\n

And you can follow me @generation.easy

\n


\n

image credit:

\n

1.  gazettereview.com 

\n

2.  www.tenderempowerment.com 

\n

3.  copelandcommunications.wordpress.com 

\n", + "category": "kickingthehabit", + "children": 3, + "created": "2016-09-15T18:12:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i65.tinypic.com/25g9u03.jpg", + "http://i65.tinypic.com/23kymtj.jpg", + "http://i64.tinypic.com/34zblaw.jpg", + "http://i68.tinypic.com/scuhpy.png" + ], + "links": [ + "http://gazettereview.com/2016/06/stop-smoking-best-tips-quitting-smoking/", + "https://www.tenderempowerment.com/blog/quit-smoking-in-2016-a-little-reality-first/", + "https://copelandcommunications.wordpress.com/2011/08/19/brand-wars-jersey-shore-vs-abercrombie-fitch-round-1/nikkita-in-cloverdale/" + ], + "tags": [ + "kickingthehabit", + "quit-smoking", + "cigarettes", + "life", + "health" + ], + "users": [ + "generation.easy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 257316677877, + "payout": 0.059, + "payout_at": "2016-09-22T18:12:18", + "pending_payout_value": "0.059 HBD", + "percent_hbd": 10000, + "permlink": "kicking-the-habit-campaign", + "post_id": 1256917, + "promoted": "0.010 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "Kicking the Habit Campaign", + "updated": "2016-09-15T18:12:18", + "url": "/kickingthehabit/@generation.easy/kicking-the-habit-campaign" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 2206068741954, + "voter": "wang" + }, + { + "rshares": 148161564048, + "voter": "edgeland" + }, + { + "rshares": 14982990699, + "voter": "eeks" + }, + { + "rshares": 8670256339, + "voter": "richman" + }, + { + "rshares": 58704199637, + "voter": "oaldamster" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 719401125, + "voter": "rxhector" + }, + { + "rshares": 103793678934, + "voter": "cdubendo" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 204618344638, + "voter": "jl777" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 50579237521, + "voter": "gomeravibz" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 18607156497, + "voter": "timelapse" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 106144628, + "voter": "pollina" + }, + { + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 3467055797, + "voter": "steveo" + }, + { + "rshares": 13841342477, + "voter": "telos" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3730836832, + "voter": "shneakysquirrel" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 1911516353, + "voter": "erroneous-logic" + }, + { + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "rshares": 32441793421, + "voter": "hilarski" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "rshares": 5201378075, + "voter": "ats-david" + }, + { + "rshares": 57935125, + "voter": "barrydutton" + }, + { + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 873877151, + "voter": "anahilarski" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 6064648982, + "voter": "dexter-k" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 677868099, + "voter": "echoesinthemind" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 1199700175, + "voter": "iuliuspro" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 160460593, + "voter": "tanemahuta" + }, + { + "rshares": 7187212765, + "voter": "dresden" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + } + ], + "author": "hilarski", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.54, + "beneficiaries": [], + "blacklists": [], + "body": "
http://images.technewstoday.com.s3.amazonaws.com/tnt/hackers-steal-millions-from-banks-via-malware.JPG
\n\n# Taking My Bitcoin and Crypto Off of Bittrex, Bitfinex and Poloniex. #\n\nOver the last few weeks I have begun unwinding all of my positions on Bittrex. If I used Poloniex or Bitfinex I would have done the same. Maybe I have some serious trust issues but I sense the winds of change are in the air.\n\n## These Centralized Crypto Trading Platforms are Just Too Dangerous for My Peace of Mind. ##\n\n
https://media.giphy.com/media/3o6ozrRNp2cvPjl8B2/giphy.gif
\n\nA short while ago many of you were robbed on Bitfinex. This gave me a serious feeling of uneasiness. This also prompted a few geniuses in the Crypto world to move along decentralized trading platforms. \n\n## The Ah Ha Moment with a Crypto Genius. ##\n\nLast Sunday I had a working meeting with Ira Miller, the Ambassador of [Git Guild](http://gitguild.com). I shared with him my concerns and he promptly told me I was right to be concerned and that I should immediately take my BTC off of Bittrex. Now that was a problem because I essentially had zero BTC. I have 100% invested in Altcoins which means it takes time to unwind. I am one of those people who kept my coins on the exchange because I like the ease of access but I know this is not wise.\n\n## What Does Ira Miller of Git Guild Recommend? ##\n\nHe told me to start using [Bitsquare](https://bitsquare.io/) in the interim. He then told me his team is working on a decentralized trading platform. Of course my interest peaked but he could not give me anymore information than that. All I know is that I am thrilled to be working so closely with a visionary of the Crypto community!\n\nSo without hesitation I recommend you begin unwinding your positions across the centralized exchanges in anticipation of the decentralized trading platform tsunami coming our way. I am going to set up my Bitsquare trading account and give it a test drive. Stay tuned for a Bitsquare review!\n\n## Me Trying to Escape with My Bitcoin from the Centralized Crypto Trading Platforms. ##\n\n
https://media.giphy.com/media/l3vRkFsytsLileINi/giphy.gif
", + "category": "crypto", + "children": 17, + "created": "2016-09-15T18:12:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://images.technewstoday.com.s3.amazonaws.com/tnt/hackers-steal-millions-from-banks-via-malware.JPG", + "https://media.giphy.com/media/3o6ozrRNp2cvPjl8B2/giphy.gif", + "https://media.giphy.com/media/l3vRkFsytsLileINi/giphy.gif" + ], + "links": [ + "http://gitguild.com", + "https://bitsquare.io/" + ], + "tags": [ + "crypto", + "trading", + "altcoins", + "bittrex", + "bitsquare" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3304666535037, + "payout": 1.32, + "payout_at": "2016-09-22T18:12:15", + "pending_payout_value": "1.320 HBD", + "percent_hbd": 10000, + "permlink": "call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms", + "post_id": 1256916, + "promoted": "5.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 87 + }, + "title": "Call Me Crazy But I am Taking My Bitcoin Off of Centralized AltCoin Trading Platforms.", + "updated": "2016-09-15T18:31:51", + "url": "/crypto/@hilarski/call-me-crazy-but-i-am-taking-my-bitcoin-off-ff-centralized-altcoin-trading-platforms" + }, + { + "active_votes": [ + { + "rshares": 14982988896, + "voter": "eeks" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

By her own admission Clinton suffers from pneumonia.  Her personal doctor (as opposed to a third party observer) released medical records.  For the anti-vaccine crowd it's a wonderful gem.  A fully vaccinated person is now suffering from the illness the vaccine is meant to protect.  The vaccine can be thought of as a potential cause or incapable of preventing the very illness it's designed to protect against.  

\n

Vaccine inserts go into a lot of detail into problems caused by vaccines.  They include neurological damage including but not limited to autism.  For those that don't believe me, go to your doctors office and keep insisting that you see the long form version of the insert that comes with the vaccine and sit down and read it.  Under potential risks it will list autism among other issues.

\n

Here's a current, profound, and ironic example of vaccine \"failure\" in that a big pharma mega donor recipient is  either brought down by or failed to be protected by the vaccines she supports.

\n

\n", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T18:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s13.postimg.org/pxe7a350n/HRC_Health.jpg", + "https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14322645_10100500849914713_1744824572734051768_n.jpg?oh=6063accd87cde770844381bfd7a1163d&oe=586E9A3F" + ], + "links": [ + "https://m.hrc.onl/secretary/10-documents/05-physician-letter/HRC_physician_letter.pdf" + ], + "tags": [ + "vaccines", + "politics", + "health", + "government", + "conspiracy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47330922740, + "payout": 0.01, + "payout_at": "2016-09-22T18:10:21", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source", + "post_id": 1256899, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "updated": "2016-09-15T18:15:57", + "url": "/vaccines/@aggroed/in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source" + }, + { + "active_votes": [ + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 588228551, + "voter": "profanarky" + }, + { + "rshares": 277427613, + "voter": "ratidor" + }, + { + "rshares": 152236495, + "voter": "knight-angel" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + } + ], + "author": "ratidor", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.57, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/i3Nd_FK1zUg", + "category": "video", + "children": 0, + "created": "2016-09-15T18:10:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/i3Nd_FK1zUg/0.jpg" + ], + "links": [ + "https://youtu.be/i3Nd_FK1zUg" + ], + "tags": [ + "video", + "art" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1356701736, + "payout": 0.0, + "payout_at": "2016-09-22T18:10:09", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "king-titus-vape-artist-residency", + "post_id": 1256897, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "King Titus Vape: Artist Residency", + "updated": "2016-09-15T18:10:09", + "url": "/video/@ratidor/king-titus-vape-artist-residency" + }, + { + "active_votes": [ + { + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "rshares": 2053192838289, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22867607772, + "voter": "jaewoocho" + }, + { + "rshares": 447708603191, + "voter": "boatymcboatface" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 284387537146, + "voter": "chitty" + }, + { + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "rshares": 42807744984, + "voter": "unosuke" + }, + { + "rshares": 481789740986, + "voter": "noaommerrr" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "rshares": 44948966690, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "rshares": 5764343600, + "voter": "spaninv" + }, + { + "rshares": 326645012119, + "voter": "teamsteem" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 867025633, + "voter": "richman" + }, + { + "rshares": 1226367074, + "voter": "tad-auker" + }, + { + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 603739324854, + "voter": "kevinwong" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 591084449, + "voter": "kodi" + }, + { + "rshares": 11848125383, + "voter": "andu" + }, + { + "rshares": 59952086154, + "voter": "theshell" + }, + { + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "rshares": 373313301, + "voter": "stiletto" + }, + { + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "rshares": 110484085174, + "voter": "kenny-crane" + }, + { + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "rshares": 210214429045, + "voter": "alexc" + }, + { + "rshares": 19598687179, + "voter": "ziv" + }, + { + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 10685187763, + "voter": "kimziv" + }, + { + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "rshares": 87865461670, + "voter": "gtg" + }, + { + "rshares": 7484573728, + "voter": "micheletrainer" + }, + { + "rshares": 280946689, + "voter": "ladyclair" + }, + { + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "rshares": 15997662965, + "voter": "yogi.artist" + }, + { + "rshares": 25558672318, + "voter": "tcfxyz" + }, + { + "rshares": 7078753090, + "voter": "futurefood" + }, + { + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "rshares": 4920595011, + "voter": "furion" + }, + { + "rshares": 159574353648, + "voter": "jacor" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 155009367898, + "voter": "gbert" + }, + { + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "rshares": 46858431857, + "voter": "milestone" + }, + { + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 233078967, + "voter": "poseidon" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "rshares": 4047553215, + "voter": "birdie" + }, + { + "rshares": 121062267, + "voter": "bola" + }, + { + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "rshares": 204618344638, + "voter": "jl777" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 22243073202, + "voter": "prufarchy" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 1805753019, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 3558683980, + "voter": "mpa" + }, + { + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "rshares": 6785831506, + "voter": "shortcut" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 63857546397, + "voter": "laonie" + }, + { + "rshares": 153264363976, + "voter": "twinner" + }, + { + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "rshares": 24562380280, + "voter": "laoyao" + }, + { + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "rshares": 12962040863, + "voter": "somebody" + }, + { + "rshares": 484639508, + "voter": "flysaga" + }, + { + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "rshares": 2863409697, + "voter": "midnightoil" + }, + { + "rshares": 84246848, + "voter": "coderg" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 7161993588, + "voter": "xiaohui" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 323426725, + "voter": "elfkitchen" + }, + { + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "rshares": 223904508, + "voter": "xiaokongcom" + }, + { + "rshares": 451351789, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 91519215715, + "voter": "miacats" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": 2022647341, + "voter": "chinadaily" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 13841342477, + "voter": "telos" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 8856106682, + "voter": "onetree" + }, + { + "rshares": 32463005362, + "voter": "daut44" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 5401452179, + "voter": "nulliusinverba" + }, + { + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "rshares": 7670539797, + "voter": "macksby" + }, + { + "rshares": 23248301756, + "voter": "mikehere" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 163127905, + "voter": "socalguy" + }, + { + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "rshares": 1878628053, + "voter": "mobios" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "rshares": 1655277599, + "voter": "smisi" + }, + { + "rshares": 4185479873, + "voter": "nubchai" + }, + { + "rshares": 54574888, + "voter": "lighter" + }, + { + "rshares": 232386397, + "voter": "pjo" + }, + { + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 27673000226, + "voter": "brains" + }, + { + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 5753450273, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 51581492, + "voter": "cwb" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 3696018490, + "voter": "slayer" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 1233685675, + "voter": "anns" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 310550549, + "voter": "james1987" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 1343656937, + "voter": "mrlemmer11" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "rshares": 153246625, + "voter": "mdruggan" + } + ], + "author": "stellabelle", + "author_payout_value": "0.000 HBD", + "author_reputation": 72.72, + "beneficiaries": [], + "blacklists": [], + "body": "
![robotee8b7.jpg](https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg)
\nImage Source: pixabay\n\n# The robot vs. human wars have begun and it's being hashed out on Steemit:\n\nThese comments surfaced in response to posts by the AI @msgivings account:\n\n>\"I can't believe that this fucking bot got me in an argument with my girlfriend over my comment and it's not even human, fuck me.\"\n\n>\"She doesn't respond because this account is not legit. Shame on every one of the whales that upvoted it and all of the previous posts. Thousands of SBD have been thrown away on this and other fake accounts. The question is - do these whales know it? Are they actively scamming the platform themselves?\"\n\nBy this point, I suppose many of you realize that the account of @msgivings was not run by a human, but rather by artificial intelligence. If you take the time to actually read all the posts that @msgivings wrote, you'll notice some really odd cognitive dissonance. I could tell when I read just one of those posts that a real woman was not writing it. But I too, didn't really look into this account until fairly recently, because I was turned off by the clickbait nature of the titles. I ignored reading them until @yogi.artist pointed out that it's AI. \n\nThe Msgivings Robot has so far banked around $16,000 in blogging rewards from Steemit, and no one realized it until fairly recently. I think @bacchist and @reneenouveau may have been the first ones to reveal this AI hidden identity, but it was [@yogi.artist's post](https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings) that truly opened my eyes to the high level that AI writing software programs have recently reached. He affectionately refers to Msgivings as \"Mstakings\". Another user has claimed that more than 1% of the high-paying trending articles are being written by AI, not real humans.\n\nWhat seals the deal for me personally, in verifying that the @msgivings account was AI is the fact that the account owner has vaporized. A real human would of course defend themselves and fight for their reputation, account and future in Steemit. Owners of AI scam accounts pack up and leave, respin their identity, respin their articles and try again, knowing that most of the whales don't really scrutinize the articles to any meaningful degree.\n\nI was examining the @msgivings account very thoroughly today and noticed that @msgivings had voted for @mibenkito and followed this account a few weeks ago. I then began reading that blog and noticed that @mibenkito had never bothered to write an \"Introduce Yourself\" post. I read every single one of the posts, and not one contained a photo with the standard holding of a \"Steemit\" sign. Odd, for sure. But the oddest thing to me was that in the introduction post, the very first line starts out like this:\n\n>\"I\u2019m an Asian and I live to eat.\"\n\nI lived in Asia and have a degree in Japanese. One of the things I immediately noticed when I lived in Japan is that Asian people rarely describe themselves as \"Asian\". In fact, in all my time spent living in Asia, I never heard one Asian refer to themselves as \"Asian.\" Koreans call themselves Koreans, Japanese call themselves Japanese, etc. Only people who are non-Asian refer to them as Asians. At least that has been my experience so far in life. There may be Asians who call themselves Asian, but I've never met them. \n\nSo, this first sentence feels really awkward and unusual for the reasons I listed above. The English contained in these posts is very strange, but not in a way that suggests it's written by a non-native English speaker. I was an English teacher in Japan and so I'm very familiar with how Japanese people write English. The English that was written in @mibenkito ranges from advanced English skills, with proper usage of commas, to low English usage. It's a strange and odd mix of levels. The first post is truly odd. I have been exposed to a lot of different English styles that were written by non-native English speakers and I've never come across such an odd and patchy style of writing. \n\n
![robot-707219_128024562.jpg](https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg)
\n\nImage Source: pixabay\n\nI am not saying that this account is AI, but it does contain rather inconsistent aspects, namely, that we do not know who @mibenkito is. Usually, on Steemit, people want to share their unique perspective, and they usually tell us where they are from originally, instead of just saying, \"I'm Asian.\" That's like me saying, \"I'm North American.\" Let's face it, no one says it. This all could be cleared up quite fast with a video or a standard introduce yourself post, complete with a Steemit sign.\n\nThis is not meant to be some kind of inquisition, but seeing as how the Steemit community paid out $16,000 to a robot whose owner has abandoned the platform, it's in our best interest to question the identity of posters, especially ones which are receiving massive payouts.\n\nThe word on the street from professional writers is that Steemit is attracting greedy scammers. And unfortunately, the quality is just not up to par yet with Medium. When whale voters, and the curation projects that dole out their funds don't take a close look at what they're voting on, we arrive in the situation of a robot making over $16,000. And now that robot is no where to be seen. The owner of @msgivings has abandoned his/her account. \n\n# The owner that created @msgivings could easily be making new accounts to fool gullible humans. \n\nThe thought process is going probably something like this: \"Well, I've exhausted that msgivings persona, so now I can create a different persona, with different hobbies and interests, and as long as I fool the whale curation bots for a while, I'm good. I'll just take out the funds anyway.\"\n\n# I think we all deserve to know who was behind the @msgivings account. \n\n
![pollution-1148841_12805fd14.jpg](https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg)
\n\nThe proper thing to do would be to just come forward and tell the truth. **Describe the entire process, in all its gritty details.** Describe your elation when you discovered that an AI writing program could make you thousands of dollars. Explain what program you used, how you got it, and what other platforms you're currently using it on. Is this a freelance operation, and Steemit was just your highest paid client? What is the story behind this deception? \n\n# If you were really clever, you could write a book about this, throw it up on Amazon, and see more profits roll in. But you'd have to tell the truth first here on Steemit. \n\nCould you tell the truth? Is that even in your wheelhouse? What kind of human are you anyway? I think the people who you've incited, people who engaged with you for weeks, wrote lengthy comments, deserve to know the truth. Are you capable of telling the truth? Or do you operate on some other plane of deceptive existence? This is all really interesting and would make a fantastic book. Maybe I'll be the one to write the book and interview you anonymously at some point in the future. Would you do that? Would you offer up your true story anonymously? The questions keep coming, _WHO ARE YOU MSGIVINGS_?\n\n
![head-663997_128076d7e.jpg](https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg)
\nImage Source: pixabay\n\n# Moving forward. \n\nWhat if all of us mere mortals adapted to this new AI technology, like most of us will be doing soon enough, and began using our own AI programs to generate content? What exactly would be the point of Steemit? Would the robot wars really move into high gear then? Would the advanced AI writing programs be winner take all? The only real interaction would be found in the comments, but an AI could be trained in that capacity, too.\n\nWhat is Steemit's official stance on AI-created content moving forward? How about, as long as it's clearly indicated that the content was created by artificial intelligence? But you and I know this is a silly utopian fantasy. Big profits won't come to those who transparently reveal that they are using AI to generate articles.\n\nAn what would be the point of humans upvoting a software writing program? Is a program more valuable than a human? Should we all become robot shepherds and get our own AI writing programs? What is the point of any of this? If AI takes over the trending pages, then what role will humans have here in Steemit? Will we become expert commenters and video creators, letting AI programs do the bulk of the arduous writing?\n\nI am not against AI and even I considered making an AI account that would be a robot twin of my writing. But I would properly identify it as AI using the sticker that @reneenouveau created, so that deception would not be a part of my deal. \n\nhttp://reneenouveau.com/Steem/100bot.gif\n\nYou see, when you deceive others, you finally are forced to abandon your account. Why not create an AI account and do it transparently, with the entire community aware that it was created using AI? I have loads of questions about these AI programs, and I'm also looking to get my own soon. Or would that finally open the pandora's box that's waiting to happen? \n\n# Is that the singularity that everyone is talking about? Or has it already arrived?\n\n# The real problem doesn't lie within AI. The real problem lies within the deceptive human mind who is controlling AI.\n\n
![cyborg-152454_1280074fd.png](https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png)
\n\nImage Source: pixabay", + "category": "ai", + "children": 31, + "created": "2016-09-15T18:09:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg", + "https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg", + "https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg", + "https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg", + "http://reneenouveau.com/Steem/100bot.gif", + "https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png" + ], + "links": [ + "https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings" + ], + "tags": [ + "ai", + "artificial-intelligence", + "robots", + "ai-writing", + "msgivings" + ], + "users": [ + "msgivings", + "yogi.artist", + "bacchist", + "reneenouveau", + "mibenkito" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15880698940673, + "payout": 17.36, + "payout_at": "2016-09-22T18:09:09", + "pending_payout_value": "17.360 HBD", + "percent_hbd": 10000, + "permlink": "artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit", + "post_id": 1256886, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 172 + }, + "title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "updated": "2016-09-15T19:09:57", + "url": "/ai/@stellabelle/artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit" + }, + { + "active_votes": [ + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 158714644, + "voter": "knight-angel" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + } + ], + "author": "zaitsevalesyaa", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.66, + "beneficiaries": [], + "blacklists": [], + "body": "Hello Steemit! Today has made such beautiful crafts. I hope, you like it!\n\nhttp://ipic.su/img/img7/fs/P9151045.1473959213.jpg\n\nhttp://ipic.su/img/img7/fs/P9151013.1473959281.jpg\n\nhttp://ipic.su/img/img7/fs/P9151023.1473959345.jpg\n\nhttp://ipic.su/img/img7/fs/P9151027.1473959413.jpg\n\nhttp://ipic.su/img/img7/fs/P9151039.1473959549.jpg\n\nhttp://ipic.su/img/img7/fs/P9151044.1473959606.jpg\n\nhttp://ipic.su/img/img7/fs/P9151046.1473959651.jpg\n\nhttp://ipic.su/img/img7/fs/1934623.1473959906.jpg\n\n---\n\nMakes it very easy, does not take long, the main thing to try!\nAll good day friends :) Thank you for your attention!", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:07:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://ipic.su/img/img7/fs/P9151045.1473959213.jpg", + "http://ipic.su/img/img7/fs/P9151013.1473959281.jpg", + "http://ipic.su/img/img7/fs/P9151023.1473959345.jpg", + "http://ipic.su/img/img7/fs/P9151027.1473959413.jpg", + "http://ipic.su/img/img7/fs/P9151039.1473959549.jpg", + "http://ipic.su/img/img7/fs/P9151044.1473959606.jpg", + "http://ipic.su/img/img7/fs/P9151046.1473959651.jpg", + "http://ipic.su/img/img7/fs/1934623.1473959906.jpg" + ], + "tags": [ + "steemit", + "art", + "photography", + "life", + "origami" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4969773121, + "payout": 0.001, + "payout_at": "2016-09-22T18:07:54", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "origami-art-fishs", + "post_id": 1256872, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Origami Art - fishs.", + "updated": "2016-09-15T18:07:54", + "url": "/steemit/@zaitsevalesyaa/origami-art-fishs" + }, + { + "active_votes": [ + { + "rshares": 13341851799, + "voter": "valtr" + }, + { + "rshares": 8670286379, + "voter": "richman" + }, + { + "rshares": 1609539458, + "voter": "gidlark" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 605261532, + "voter": "luisucv34" + }, + { + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "rshares": 1879770298, + "voter": "yoganarchista" + }, + { + "rshares": 7045785800, + "voter": "uwe69" + }, + { + "rshares": 1669049165, + "voter": "future24" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 62519310, + "voter": "chrismarketing" + }, + { + "rshares": 61505455, + "voter": "gamingdiamond" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 110179538, + "voter": "jlufer" + }, + { + "rshares": 55943706, + "voter": "ejaredallen" + }, + { + "rshares": 1494524391, + "voter": "ablie" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 298372096, + "voter": "james1987" + }, + { + "rshares": 156621194, + "voter": "my-art" + }, + { + "rshares": 155886015, + "voter": "inspiring" + }, + { + "rshares": 114779248, + "voter": "bleujay" + } + ], + "author": "future24", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.16, + "beneficiaries": [], + "blacklists": [], + "body": " Hi Steemit-Community, in this article I want to show you some great photos and close up views of a curious bat fish, which I've seen while a dive in Egypt. You can find the details of the dive in my last \"Diving Impressions Update\". Batfishes (Platax) have a very flat body, small scales and a small mouth with small teeth. They can be identified on the dark-colored vertical lines over the eyes and the vertical stabiliser easily. The younger animals differ from the older fish by their extended abdomen, back, and tail fins. Batfish are very curious and they often swim to divers and nibble on their equipment or the fingers. They also try to catch the rising air bubbles from divers sometimes. A really funny fish! :) \n\n
\n\n [German] Hallo Steemit-Community, in diesem Artikel m\u00f6chte ich euch einige tolle Fotos und Nahaufnahmen von einem neugierigen Fledermausfisch zeigen, den ich bei einem Tauchgang in \u00c4gypten gesehen habe. Die Details zu dem Tauchgang findet ihr in dem letzten \"Diving Impressions Update\" von mir. Fledermausfische (Platax) haben einen sehr flachen K\u00f6rper, kleine Schuppen und ein kleines Maul mit kleinen Z\u00e4hnen. Man erkennt sie leicht an den dunkel gef\u00e4rbten senkrechten B\u00e4ndern \u00fcber den Augen und den Seitenflossen. Die j\u00fcngeren Tiere unterscheiden sich von den \u00e4lteren Fischen durch ihre ausgezogenen Bauch-, R\u00fccken- und Schwanzflossen. Fledermausfische sind sehr neugierig und es wird oft beobachtet, dass sie Tauchern nachschwimmen und an deren Ausr\u00fcstung oder den Fingern knabbern. Sie probieren auch gerne mal nach den aufsteigenden Luftblasen von Tauchern zu schnappen. Ein sehr lustiger Fisch! :) \n\n
\nClose-Up Views:
\n[German] Nahmaufnahmen:\n\n\"\n\n\"\n\n\"\n\n\"\n\n\"\n\n\"\n\nHere you can watch an amazing video with a batfish swarm at Youtube (not my own video): \n\n\n\n Source \n\nI hope you enjoy this amazing pictures and I will add more diving updates for you soon.\n\n[German] Ich hoffe euch gefallen die erstaunlichen Bilder und ich werde bald mehr Tauch-Aktualisierungen f\u00fcr euch hinzuf\u00fcgen.\n\n Kind regards. \n Mit freundlichen Gr\u00fc\u00dfen. \n\nJonas Ahrens\n\n
\n\n# Hey y\u2019all for more great content check out these blogs too:\n**(All robot images from steemd.com)**\n\n

@stellabelle
|

@ericvancewalton
|

@cristi
|

@micheletrainer
|

@mctiller
\n------------ | ------------------------- | ------------------------- | ------------------------- | -------------\n

@lukeofkondor
|

@soulsistashakti
|

@mindover
|

@mars-eve
|

@patrick-g
\n

@kaylinart
|

@romanskv
|

@the-alien
|

@razvanelulmarin
|

@strangerarray
\n

@lat-nayar
|

@ann-hoy
|

@future24
|

@julia26
|

@papa-pepper

", + "category": "life", + "children": 0, + "created": "2016-09-15T18:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_9_zpswgxqvbby.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_12_zps7coauc8k.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_11_zpsvrj5cslp.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_10_zpsncn2g2mz.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_8_zps5khqyrpz.jpg", + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Diving%20Branded/diving-egypt_7_zpsnrows3rz.jpg", + "https://robohash.org/stellabelle.png?size=48x48", + "https://robohash.org/ericvancewalton.png?size=48x48", + "https://robohash.org/cristi.png?size=48x48", + "https://robohash.org/micheletrainer.png?size=48x48", + "https://robohash.org/mctiller.png?size=48x48", + "https://robohash.org/lukeofkondor.png?size=48x48", + "https://robohash.org/soulsistashakti.png?size=48x48", + "https://robohash.org/mindover.png?size=48x48", + "https://robohash.org/mars-eve.png?size=48x48", + "https://robohash.org/patrick-g.png?size=48x48", + "https://robohash.org/kaylinart.png?size=48x48", + "https://robohash.org/romanskv.png?size=48x48", + "https://robohash.org/the-alien.png?size=48x48", + "https://robohash.org/razvanelulmarin.png?size=48x48", + "https://robohash.org/strangerarray.png?size=48x48", + "https://robohash.org/lat-nayar.png?size=48x48", + "https://robohash.org/ann-hoy.png?size=48x48", + "https://robohash.org/future24.png?size=48x48", + "https://robohash.org/EF1.png?size=48x48", + "https://img1.steemit.com/0x0/https://robohash.org/rainman?size=48x48" + ], + "links": [ + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_9_zpswgxqvbby.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_12_zps7coauc8k.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_11_zpsvrj5cslp.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_10_zpsncn2g2mz.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_8_zps5khqyrpz.jpg.html", + "http://s1076.photobucket.com/user/allindex1uture24/media/Diving%20Branded/diving-egypt_7_zpsnrows3rz.jpg.html", + "https://youtu.be/2KmIvHrtLNc", + "https://steemit.com/@stellabelle", + "https://steemit.com/@ericvancewalton", + "https://steemit.com/@cristi", + "https://steemit.com/@micheletrainer", + "https://steemit.com/@mctiller", + "https://steemit.com/@lukeofkondor", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/@mindover", + "https://steemit.com/@mars-eve", + "https://steemit.com/@patrick-g", + "https://steemit.com/@kaylinart", + "https://steemit.com/@romanskv", + "https://steemit.com/@the-alien", + "https://steemit.com/@razvanelulmarin", + "https://steemit.com/@strangerarray", + "https://steemit.com/@lat-nayar", + "https://steemit.com/@ann-hoy", + "https://steemit.com/@future24", + "https://steemit.com/@julia26", + "https://steemit.com/@papa-pepper" + ], + "tags": [ + "life", + "photography", + "nature", + "diving", + "deutsch" + ], + "users": [ + "stellabelle", + "ericvancewalton", + "cristi", + "micheletrainer", + "mctiller", + "lukeofkondor", + "soulsistashakti", + "mindover", + "mars-eve", + "patrick-g", + "kaylinart", + "romanskv", + "the-alien", + "razvanelulmarin", + "strangerarray", + "lat-nayar", + "ann-hoy", + "future24", + "julia26", + "papa-pepper" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79845937441, + "payout": 0.017, + "payout_at": "2016-09-22T18:05:57", + "pending_payout_value": "0.017 HBD", + "percent_hbd": 10000, + "permlink": "diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german", + "post_id": 1256854, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 22 + }, + "title": "Diving Impressions Update #4: Curious Batfish (Platax) close-up views! (English/German)", + "updated": "2016-09-15T18:05:57", + "url": "/life/@future24/diving-impressions-update-4-curious-batfish-platax-close-up-views-english-german" + }, + { + "active_votes": [ + { + "rshares": 231813191302, + "voter": "anonymous" + }, + { + "rshares": 174033897996, + "voter": "highasfuck" + }, + { + "rshares": 1950774078440, + "voter": "xeroc" + }, + { + "rshares": 213924324709, + "voter": "alex90342fastn1" + }, + { + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "rshares": 326639006522, + "voter": "teamsteem" + }, + { + "rshares": 183442312733, + "voter": "steve-walschot" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "rshares": 55960410096, + "voter": "thecryptodrive" + }, + { + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "rshares": 31346212932, + "voter": "michaelx" + }, + { + "rshares": 34073699558, + "voter": "cryptoiskey" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 36267962783, + "voter": "clement" + }, + { + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "rshares": 68450553516, + "voter": "bacchist" + }, + { + "rshares": 52093571855, + "voter": "venuspcs" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 14389634301, + "voter": "ausbitbank" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 185292018100, + "voter": "anyx" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 89580632, + "voter": "wildchild" + }, + { + "rshares": 3709595271, + "voter": "bitcoiner" + }, + { + "rshares": 30989825780, + "voter": "zaebars" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "rshares": 135240891516, + "voter": "steemdrive" + }, + { + "rshares": 50579653937, + "voter": "gomeravibz" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 22969491561, + "voter": "laonie1" + }, + { + "rshares": 23486297008, + "voter": "laonie2" + }, + { + "rshares": 23494592105, + "voter": "laonie3" + }, + { + "rshares": 5831750244, + "voter": "brendio" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 23490269143, + "voter": "laonie4" + }, + { + "rshares": 23487998630, + "voter": "laonie5" + }, + { + "rshares": 23485020903, + "voter": "laonie6" + }, + { + "rshares": 23480867466, + "voter": "laonie7" + }, + { + "rshares": 3157825096, + "voter": "kurtbeil" + }, + { + "rshares": 23477419388, + "voter": "laonie8" + }, + { + "rshares": 23474718053, + "voter": "laonie9" + }, + { + "rshares": 2370262538, + "voter": "steemleak" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 2354312294, + "voter": "paynode" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 9731652686, + "voter": "mione" + }, + { + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "rshares": 60219243, + "voter": "instructor" + }, + { + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "rshares": 23468511648, + "voter": "laonie10" + }, + { + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "rshares": 31611630780, + "voter": "hilarski" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 8390958262, + "voter": "rimann" + }, + { + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "rshares": 22621808463, + "voter": "laonie11" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 4044749171, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "rshares": 63545565768, + "voter": "tracemayer" + }, + { + "rshares": 54457374, + "voter": "ppan08162016" + }, + { + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "rshares": 61292139, + "voter": "inarix03" + }, + { + "rshares": 98577200, + "voter": "ola1" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "rshares": 2651178974, + "voter": "senseye" + }, + { + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 64921864, + "voter": "storage" + }, + { + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 93882016, + "voter": "expat" + }, + { + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "tygergamer", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.4, + "beneficiaries": [], + "blacklists": [], + "body": "
\"Image
\n
\n## What is Far Cry Primal?\n___\nFar Cry Primal is a first person action-adventure game which was developed by Ubisoft Montreal, and first released on February 23 2016.\n## Story\n___\nYou play as a Wenja tribesman named Takkar, who becomes stranded in the Oros Valley in the year 10,000 B.C. He also gains the ability to tame the predators of Oros. There are two tribes that threaten the Winja's existence which are; the Udam tribe who are cannibals and prey on the Wenja, then there is the izila tribe who like to sacrifice the Winja using fire. Your goal is to grow your tribe, and wipe out the rival tribes so that yours can survive.\n
\n
\"Image
\n######
This is the map of Oros
\n
\n## Gameplay\n___\nWhen you start the game you start with nothing. So you have to craft your own weapons/tools in order to defend yourself, either from predatory animals or rival tribesmen and tribeswomen. Once you have crafted the bare essentials you then have to start taking territory for the wenja. You do this by clearing out camps, and bonfires.\n
\n
\"Image
\n######
This is the crafting Menu, here is where you craft items
\n
\n
\n
\"Image
\n######
This is the Skills Menu, this is where you can level up Takkar.
\n
\n
\n
\"Image
\n######
This is where you can upgrade your village to get even more added benefits
\n
\n
\n
\"Image
\n######
This where you can look at the resources that you have on hand.
\n
\n
\n
\"Image
\n######
You can use an owl to scout an enemy encampment, and tag enemy positions. So that you can get them drop on them.
\n
\n
\n
\"Image
\n######
This is the Beast Selection Menu, here you can select between beasts that you have tamed.
\n
\n
\n
\"Image
\n######
This is my preferred beast, it is a Bloodfanged Sabortooth cat. Isn't he/she (I do not no its gender because you can not check) cute?
\n
\n## Presentation\n___\nI like how the game looks, and how it behaves. For example when you are hunting animals, and hit one with a arrow usually in other games the animal tries and runs away, but in this game you can hit it with one arrow but does kill it right away you can fallow its blood trail until it drops dead. Not many games do that.\n## Final Thoughts\n___\nThere isn't many games that use a prehistoric setting like this, and for that I love it for that reason alone. If you want to give this game a try you can get it for PS4; XBOX ONE, an PC for around $60.\nSide Notes\n___\nThe Steem that I receive from these posts allows me to purchase new games, and this helps keep my posts consistent. Also if you want to talk about games in general my information is below, and if anyone is curious I take my own screenshots.\n# @tygergamer\n\nhttp://i.imgur.com/GWcS5Dm.jpg\n[tygergamer on Facebook](https://www.facebook.com/ty.miller.3720190)\n[Join Our Steemit Gaming Channel](https://steemit.chat/channel/gaming)\nIf you have PSN my username is tyger1313\n# Thank you to everyone for your continuing support.", + "category": "gaming", + "children": 0, + "created": "2016-09-15T18:05:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i68.tinypic.com/2vx3a08.jpg", + "http://i66.tinypic.com/s3ke52.jpg", + "http://i65.tinypic.com/rhlw86.jpg", + "http://i67.tinypic.com/w7e6ps.jpg", + "http://i67.tinypic.com/2hx3g21.jpg", + "http://i63.tinypic.com/1534mkh.jpg", + "http://i66.tinypic.com/2hgfg2x.jpg", + "http://i64.tinypic.com/353cavc.jpg", + "http://i64.tinypic.com/2e3o750.jpg", + "http://i.imgur.com/GWcS5Dm.jpg" + ], + "links": [ + "http://tinypic.com?ref=2vx3a08", + "http://tinypic.com?ref=s3ke52", + "http://tinypic.com?ref=rhlw86", + "http://tinypic.com?ref=w7e6ps", + "http://tinypic.com?ref=2hx3g21", + "http://tinypic.com?ref=1534mkh", + "http://tinypic.com?ref=2hgfg2x", + "http://tinypic.com?ref=353cavc", + "http://tinypic.com?ref=2e3o750", + "https://www.facebook.com/ty.miller.3720190", + "https://steemit.chat/channel/gaming" + ], + "tags": [ + "gaming", + "farcryprimal" + ], + "users": [ + "tygergamer" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5731493828301, + "payout": 3.049, + "payout_at": "2016-09-22T18:05:03", + "pending_payout_value": "3.049 HBD", + "percent_hbd": 10000, + "permlink": "my-thoughts-on-far-cry-primal", + "post_id": 1256844, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 97 + }, + "title": "My Thoughts on Far Cry Primal", + "updated": "2016-09-15T18:05:03", + "url": "/gaming/@tygergamer/my-thoughts-on-far-cry-primal" + }, + { + "active_votes": [ + { + "rshares": 67585702, + "voter": "alejoshy" + }, + { + "rshares": 62351093, + "voter": "creatr" + }, + { + "rshares": 50150568, + "voter": "bmwrider" + } + ], + "author": "creatr", + "author_payout_value": "0.000 HBD", + "author_reputation": 37.55, + "beneficiaries": [], + "blacklists": [], + "body": "

Part 1: Pre-Agorist Days

\n\nIf I said I became [an agorist](http://agorism.info) for moral reasons, that might be stretching the truth. Yet, sometimes, perceived injustice may lead in the right direction.\n\n![paper](https://source.unsplash.com/4fwRyKISwfk)\n

Behold, the Agora! Voluntary, Free Exchange...

\n
Photo courtesy of [Juan ignacio Tapia](https://unsplash.com/@juanitapia) and [http://unsplash.com](http://unsplash.com)
\n\n

When I first began to create things of value, I wondered how to avoid the omnipresence of taxation.

\n\nI had grown up in America in the 1950's, living my early years in a [pre-sales tax New York State](http://cber.bus.utk.edu/staff/mnmecon338/foxipt.pdf). That price tag you saw? It was *exactly* the amount you paid, imagine that!\n\nLike a frog in a warming pot, I was insensitive to the oppressive encroachment of taxes and regulations. For the typical young family, the federal tax system seemed to be a positive thing. Fill out your tax form and discover you have an [\"earned income credit.\"](https://www.taxact.com/tax-information/about-your-taxes/earned-income-credit.asp) You actually end up getting more money back than you put in!\n\n

But try creating something new and valuable, and you'll soon find that the tax man is out to get you.

\n\nIt was the mid 1970s, the outset of the computer revolution. I wrote and began selling several computer software titles by mail order. It soon became clear; this would be a losing proposition if the government got all they wanted. I began itemizing and digging for every deduction possible.\n\nTo my frustration, the software biz never quite \"took off\" for me, and I found myself back in the workforce. My employers somehow [seemed to believe it was OK to withhold part of my wage](https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding) and hand it over to the government. \"Oh, you want his money? Here you go!\"\n\n

Decades of suffering ensued.

\n\nI groaned under the tax burden, but found little or no sympathy or remedy. It seemed *so* unjust, but I kept on hearing [(even from the pulpit)](https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding) that this was \"the price of civilization.\" They said I \"owed\" taxes as a debt to the government.\n\nNot much changed until one day I began to get wind of the truth. I stumbled across the \"patriot movement,\" which led me to some of the pioneers of \"Tax Honesty.\"\n\nAttending a meeting conducted by [The Free Enterprise Society](http://freeenterprisesociety.com), I learned that (despite the maze of complex and confusing laws)\n

I didn't *owe* the government *anything*.

\n\nBut, knowing something to be true, and acting on that knowledge, turned out to be very different things.\n\n

*Next Time* - Part 2: Tax Honesty

\n---\n

About This Series

\nI'll be telling more of the story of my journey to voluntaryism than I've told anywhere before. I intend to include some strategies and examples, and hope to inspire you to action.\n\n[**Follow creatr? Click Here.**](https://steemit.com/@creatr)\n\nComments, questions? Please \"chime in\" below!", + "category": "anarchy", + "children": 3, + "created": "2016-09-15T18:03:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://source.unsplash.com/4fwRyKISwfk" + ], + "links": [ + "http://agorism.info", + "https://unsplash.com/@juanitapia", + "http://unsplash.com", + "http://cber.bus.utk.edu/staff/mnmecon338/foxipt.pdf", + "https://www.taxact.com/tax-information/about-your-taxes/earned-income-credit.asp", + "https://steemit.com/taxes/@creatr/revolutionary-perspective-on-tax-withholding", + "http://freeenterprisesociety.com", + "https://steemit.com/@creatr" + ], + "tags": [ + "anarchy", + "agorism", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180087363, + "payout": 0.0, + "payout_at": "2016-09-22T18:03:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "agorism-how-to-become-free-in-an-unfree-world", + "post_id": 1256837, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Agorism; How To Become Free in an Unfree World", + "updated": "2016-09-15T18:03:54", + "url": "/anarchy/@creatr/agorism-how-to-become-free-in-an-unfree-world" + }, + { + "active_votes": [ + { + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 447649110030, + "voter": "boatymcboatface" + }, + { + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "rshares": 10884720466, + "voter": "yefet" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061262927, + "voter": "murh" + }, + { + "rshares": 59951861402, + "voter": "theshell" + }, + { + "rshares": 575016250689, + "voter": "infovore" + }, + { + "rshares": 49807085734, + "voter": "isteemit" + }, + { + "rshares": 2690487150, + "voter": "soupernerd" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 174556110815, + "voter": "repholder" + }, + { + "rshares": 4209528025, + "voter": "karen13" + }, + { + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 33739149902, + "voter": "creemej" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "rshares": 204618287550, + "voter": "jl777" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "rshares": 2641780884, + "voter": "weenis" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 99935909954, + "voter": "joele" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 86712034, + "voter": "pompe72" + }, + { + "rshares": 84708232952, + "voter": "serejandmyself" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 81330350889, + "voter": "someguy123" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 329629477, + "voter": "aldentan" + } + ], + "author": "isteemit", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.12, + "beneficiaries": [], + "blacklists": [], + "body": "https://s17.postimg.org/5bbhv2jv3/DSC_5358.jpg\n\n**What do you really await?**\n\nWhy not do it right away?\n*Yesterday, you said \"later!\"\nand later you said \"later!\" again.\nThat 'later' got piled up later\nand time for the latter 'later' \nliterally never really came.*\n\n**Tell me who is the one to blame?**\n\n*You knew you'd procrastinate\nso much so that you \n*procrastinated the procrastination\njust so you could procrastinate \nin the present.*\nWhich means: you \n*prioritized present pleasure purposefully,\nprecisely pursuing pleasure prior purpose.**\n\n**So what exactly do you await?**\n\n**A thunderstorm to indicate**\n*you to get going or\nyou might get late?*\n\n**A mysterious hit on the head**\n*to get you going\nto earn your bread?*\n\n**An idea of a failure perhaps,**\n*consequences collectively\ncausing a career collapse?*\n\n*Fear always works \nbut passion always wins.*\n*Does that mean **a passion full of fear** \nalways works and wins?*\n\n*Whatever be the motive, \nit has to come from within.*\n\n*Two things motivate people.*\nFirst: *The fear of failure* and\nSecond: *The love for success.*\n*First works well but lasts for less,\nSecond is a rough ride but it's the best.*\n\nThey say \"It's never really too late.\"\nbut it's good to have answers on the plate.\nFigure it out, don't leave it upon your fate,\nAnswer yourself now, \n**What do you await?**\n\n**What do you await?**\n\n>Not for reproduction \n @isteemit\n\nP.S. Picture was taken by me.", + "category": "poetry", + "children": 0, + "created": "2016-09-15T18:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s17.postimg.org/5bbhv2jv3/DSC_5358.jpg" + ], + "tags": [ + "poetry", + "art", + "writing", + "photography", + "motivation" + ], + "users": [ + "isteemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7791774302545, + "payout": 5.033, + "payout_at": "2016-09-22T18:03:27", + "pending_payout_value": "5.033 HBD", + "percent_hbd": 10000, + "permlink": "poem-what-do-you-await-a-motivational-piece", + "post_id": 1256833, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 39 + }, + "title": "[Poem] What do you await? A motivational piece.", + "updated": "2016-09-15T18:03:27", + "url": "/poetry/@isteemit/poem-what-do-you-await-a-motivational-piece" + }, + { + "active_votes": [ + { + "rshares": 365259478, + "voter": "rtd" + } + ], + "author": "rtd", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.7, + "beneficiaries": [], + "blacklists": [], + "body": "https://youtu.be/sc-xlr0tLg0\n\nSubscribe and share the RTD news articles...\n\nRTD News keeps you up to date on what's happening around the globe and in the news. Information to help you become more Monetarily Aware. \n\nToday Trump shared his plans for the Economy in New York. At the end of the day no plan will work as long as we consume more than we produce.\n\nWhat are your thoughts? Leave a comment below.", + "category": "trump", + "children": 0, + "created": "2016-09-15T18:01:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/sc-xlr0tLg0/0.jpg" + ], + "links": [ + "https://youtu.be/sc-xlr0tLg0" + ], + "tags": [ + "trump", + "plan", + "news" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 365259478, + "payout": 0.0, + "payout_at": "2016-09-22T18:01:48", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-trump-economic-plan", + "post_id": 1256817, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Breaking News: Trump Economic Plan", + "updated": "2016-09-15T18:01:48", + "url": "/trump/@rtd/breaking-news-trump-economic-plan" + }, + { + "active_votes": [ + { + "rshares": 231808388977, + "voter": "anonymous" + }, + { + "rshares": 2205975697125, + "voter": "wang" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 452868471923, + "voter": "recursive3" + }, + { + "rshares": 290706914673, + "voter": "chitty" + }, + { + "rshares": 200858299201, + "voter": "gardenlady" + }, + { + "rshares": 491425535805, + "voter": "noaommerrr" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 148161564048, + "voter": "edgeland" + }, + { + "rshares": 190467351752, + "voter": "jamtaylor" + }, + { + "rshares": 44948959479, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "rshares": 16103272941, + "voter": "zakharya" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 182983008684, + "voter": "thedashguy" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 21370375526, + "voter": "kimziv" + }, + { + "rshares": 2251949197, + "voter": "superfreek" + }, + { + "rshares": 34064408417, + "voter": "cryptoiskey" + }, + { + "rshares": 3808158887, + "voter": "michaellamden68" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 9841190022, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 33739149902, + "voter": "creemej" + }, + { + "rshares": 26976555325, + "voter": "peterz" + }, + { + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "rshares": 466157935, + "voter": "poseidon" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 4047553215, + "voter": "birdie" + }, + { + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618287550, + "voter": "jl777" + }, + { + "rshares": 1344727667, + "voter": "aleco" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "rshares": 2300746982, + "voter": "leylar" + }, + { + "rshares": 8964860153, + "voter": "royalmacro" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 434052164, + "voter": "angielb" + }, + { + "rshares": 149624601, + "voter": "steemster1" + }, + { + "rshares": 3448942502, + "voter": "sulev" + }, + { + "rshares": 8734167982, + "voter": "taker" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 95786319596, + "voter": "laonie" + }, + { + "rshares": 3997468806, + "voter": "myfirst" + }, + { + "rshares": 25924081726, + "voter": "somebody" + }, + { + "rshares": 969279016, + "voter": "flysaga" + }, + { + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "rshares": 5726819395, + "voter": "midnightoil" + }, + { + "rshares": 13919595963, + "voter": "stephen.king989" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 14323987176, + "voter": "xiaohui" + }, + { + "rshares": 646853451, + "voter": "elfkitchen" + }, + { + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 447809016, + "voter": "xiaokongcom" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 902703579, + "voter": "xianjun" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 10790646414, + "voter": "borran" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 59110964, + "voter": "microluck" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 2077313486, + "voter": "chinadaily" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 101627835, + "voter": "pollina" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 452754278, + "voter": "keepdoodling" + }, + { + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 8706975244, + "voter": "garywilson" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 1579732401, + "voter": "quinneaker" + }, + { + "rshares": 11479766873, + "voter": "daveks" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 51718188, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 6064344887, + "voter": "dexter-k" + }, + { + "rshares": 155475570, + "voter": "knight-angel" + }, + { + "rshares": 195329269, + "voter": "chadcrypto" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 339300528, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50454901, + "voter": "roto" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 160954990, + "voter": "photorealistic" + }, + { + "rshares": 3701396319, + "voter": "lscottphotos" + }, + { + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 178206691, + "voter": "pathtomydream" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "jamtaylor", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.91, + "beneficiaries": [], + "blacklists": [], + "body": "![drip-spray-water-liquid-larged6dc9.jpg](https://www.steemimg.com/images/2016/09/15/drip-spray-water-liquid-larged6dc9.jpg)\n_______\n\nThe theme for SPC #9 will be, naturally:\n\n# Action (High Shutter Speed)\n\nSuggested by @bitcalm\n\nSince we just had a long exposure challenge, let's follow it up with freezing all motion instead!\n\n[Here are some examples](https://photography.tutsplus.com/articles/freezing-time-80-inspiring-examples-of-high-speed-photography--photo-340)\n\nUse a high shutter speed to freeze all motion completely, leaving no trails or movement blur. This is best done with objects that are normally moving at high speeds, like hummingbirds, water splashes, bullets passing through objects (be careful!) and things like that.\n\n# Guest Judge this week will be @thecryptofiend\nAll guest judges receive 50 SBD for their time and energy. If you'd like to be a future judge and have a specific theme you'd like to judge, just let me know.\n______\n\n## Prizes\n\nThese are made possible by the support of the community, the majority of the post rewards go towards the winners, plus donations by @berniesanders the official sponsor of the Steemit Photo Challenge. \n\n## First Place \u2014 150 Steem\n\n## Second Place \u2014 100 Steem\n\n## Third Place \u2014 50 Steem\n\n## Honourable Mentions \u2014 10 Steem Each\n\n__________\n\n## Rules And Conditions\n\nPlease read these carefully and adhere to them\n\n* I strongly encourage you to post work that is original to this challenge, in other words \u2014 take a new photograph instead of using an old one.\n\n* No more than 3 entries will be considered, if you post more than 3 then only the first 3 will be considered.\n\n* Deadline for entry is midnight my time (UTC -4) on Sunday\n\n* All entries must be a post tagged both #photography and #steemitphotochallenge\n\n* The Title should contain \"SteemitPhotoChallenge Entry\" along with the title of your work.\n\n* Let us know the medium used to produce the photograph, it may be more impressive based on what it is.\n\n* Basic processing is allowed.\n\n* Any medium or format is allowed \u2014 iphone, ipad, film, digital, point and shoot, drone, whatever. Once it takes a picture. Note that image quality will be considered.\n\n* Multiple Entries can all go in one post, just put the details under the image.\n\n* If you would like, use the #SteemitPhotoChallenge tag across social media like Twitter, FB and Instagram. It may drive more users to the platform.\n\n* Any attempt to steal others' work is considered a serious infraction by the community, so don't do it. Please don't waste your and our time by posting some image from the net.\n\n* Every effort will be made to ensure that we do not reward theft. All images will be reverse checked, if the image has been found on more than 2 \u201cmajor\u201d websites, it will be disqualified unless reasonable proof can be shown to prove ownership of the original. If there is any doubt whatsoever about the ownership of the photograph, I reserve the right to disqualify the image. It is in your interest to provide any proof necessary. I would appreciate any help from the community in finding plagiarism where I might have missed it.\n\n* The photographs will be judged on how well they met the challenge, the quality of the image, the composition, lighting, exposure, creativity and the general aesthetics which means that yes, it is subjective.\n\nBy entering this competition you acknowledge that you own the rights to the photographs and allow for me to re-post the image should it receive a winner or honourable mention position.\n\n________\n\n## Consider hosting your images with Steemimg.com created by @blueorgy\n\nIt is the first dedicated Steemit Image hosting website, set up with tag categories for easy viewing of images, and is also a sponsor of the Steemit Photo Challenge. It's also really convenient for copying markdown for multiple images.\n\n_________\n\n# Suggest the next theme!\n\nLet me know what you'd like to see from the next Steemit Photo Challenge.\n\nIf you'd like to be considered as a guest judge, let me know in the comments so I can check your work :)\n_________\n\n[Steemit Photo Challenge Week 1 - Animal Portrait](https://steemit.com/photography/@jamtaylor/steemit-photo-challenge-we-re-all-winners)\n[Steemit Photo Challenge Week 2 - Shadows](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-2-winners-announcement)\n[Steemit Photo Challenge Week 3 - Desolation](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-3-winners-announcement)\n[Steemit Photo Challenge Week 4 - Nature Macro/Closeup](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra)\n[Steemit Photo Challenge Week 5 - Emotive Human Portrait](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-5-winners-new-giveaway-or-aug-18-21)\n[Steemit Photo Challenge Week 6 - Landscapes](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-6-mega-post-winners-galore-or-aug-25-28-or-guest-judge-dercoco)\n[Steemit Photo Challenge Week 7 - Architecture](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-7-winners-guest-judge-pfunk-sep-1-4)\n[Steemit Photo Challenge Week 8 - Long Exposure](https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-8-winners-sep-8-11)\n\n________\n\n# Next week is the 10th SPC.\n\nFor #10 I'll be doing a special giveaway prize of a B&H Photo gift card. I won't say what the prize will be for just yet, but get your entries in and I'll give you a hint.. It has something to do with all the previous winners posts. Have any idea what it might be??\n\n\n________\n\n\n
\n

Call For Submissions!

\nhttps://img1.steemit.com/0x0/https://s15.postimg.org/v24bqcxor/Screen_Shot_2016_09_12_at_2_01_06_PM.png\n\n
\n\n\nThe Viewfinder Steemzine is seeking submissions from photographers and writers for Volumes 1 and 2. Chosen submissions will be paid with percentages of liquid rewards. [Find more information here](https://steemit.com/photography/@jamtaylor/announcing-the-viewfinder-steemzine-call-for-submissions)\n\n_________\n\n[![Follow](https://media.giphy.com/media/LcS6Q3mxWea3e/giphy.gif)](https://www.steemit.com/@jamtaylor)", + "category": "steemitphotochallenge", + "children": 7, + "created": "2016-09-15T18:00:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/drip-spray-water-liquid-larged6dc9.jpg", + "https://img1.steemit.com/0x0/https://s15.postimg.org/v24bqcxor/Screen_Shot_2016_09_12_at_2_01_06_PM.png", + "https://media.giphy.com/media/LcS6Q3mxWea3e/giphy.gif" + ], + "links": [ + "https://photography.tutsplus.com/articles/freezing-time-80-inspiring-examples-of-high-speed-photography--photo-340", + "https://steemit.com/photography/@jamtaylor/steemit-photo-challenge-we-re-all-winners", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-2-winners-announcement", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-3-winners-announcement", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-5-winners-new-giveaway-or-aug-18-21", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-6-mega-post-winners-galore-or-aug-25-28-or-guest-judge-dercoco", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-7-winners-guest-judge-pfunk-sep-1-4", + "https://steemit.com/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-8-winners-sep-8-11", + "https://steemit.com/photography/@jamtaylor/announcing-the-viewfinder-steemzine-call-for-submissions", + "https://www.steemit.com/@jamtaylor" + ], + "tags": [ + "steemitphotochallenge", + "photography", + "SteemitPhotoChallenge" + ], + "users": [ + "bitcalm", + "thecryptofiend", + "berniesanders", + "blueorgy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7922165580841, + "payout": 5.197, + "payout_at": "2016-09-22T18:00:03", + "pending_payout_value": "5.197 HBD", + "percent_hbd": 10000, + "permlink": "steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend", + "post_id": 1256810, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 141 + }, + "title": "\ud83d\udcf7 Steemit Photo Challenge #9 \u2014 Theme Announcement \u2014 Sep 15-18 - Guest Judge @thecryptofiend", + "updated": "2016-09-15T18:00:03", + "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-9-theme-announcement-sep-15-18-guest-judge-thecryptofiend" + }, + { + "active_votes": [ + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 21106789378, + "voter": "artific" + }, + { + "rshares": 1456197111, + "voter": "kingarbinv" + }, + { + "rshares": 195329269, + "voter": "chadcrypto" + } + ], + "author": "kingarbinv", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.8, + "beneficiaries": [], + "blacklists": [], + "body": "Update: Got anyx response\n\nYour bots are fucking up.\n\nhttps://steemit.com/life/@chadcrypto/something-s-change\n\nI Flagged your bots post by the way, @cheetah, cause your bots need to do their homework a little better before stepping in and saying that \"I haven't flagged, here is similar content\" and posting a link to the man's own article. That is his website. \n\nhttp://www.yumeuniverse.com/2013/05/some-things-change-friends-life-bjsjea.html\n\n\nhttp://i.imgur.com/tMkRHsI.png\n\nNot only this, your bots and @anyx 's bots upvote the post your main bot made. Your bots comment even made more than the original article. How is this even right.. go fix your bot code or remove it completely.\n\nhttp://i.imgur.com/PJRVbCM.png\n\nMore proof including the screenshot image I included in the response to your bot.\n\nhttps://plus.google.com/106563411477632072645\n\nKinda upset over this. Some bots are helpful, others actually take away from earnings because people see things like this that the bots are known for. Who would wanna upvote his post seeing your bots comment first. Steemit is starting to get horrible.\n\nAlso tagging this in steemitabuse so it catches your attention as I don't feel like going to github to write an issue.\n\nThanks,\n@kingarbinv", + "category": "steemit", + "children": 16, + "created": "2016-09-15T17:56:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/tMkRHsI.png", + "http://i.imgur.com/PJRVbCM.png" + ], + "links": [ + "https://steemit.com/life/@chadcrypto/something-s-change", + "http://www.yumeuniverse.com/2013/05/some-things-change-friends-life-bjsjea.html", + "https://plus.google.com/106563411477632072645" + ], + "tags": [ + "steemit", + "steem", + "bots", + "steemitabuse", + "" + ], + "users": [ + "cheetah", + "anyx", + "kingarbinv" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22883277619, + "payout": 0.005, + "payout_at": "2016-09-22T17:56:15", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "cheetah-and-anyx-bots", + "post_id": 1256777, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "@cheetah and @anyx bots", + "updated": "2016-09-15T19:03:09", + "url": "/steemit/@kingarbinv/cheetah-and-anyx-bots" + }, + { + "active_votes": [ + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 605678615, + "voter": "herbertmueller" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 136485885, + "voter": "nang1" + } + ], + "author": "cryptosi", + "author_payout_value": "0.000 HBD", + "author_reputation": 43.88, + "beneficiaries": [], + "blacklists": [], + "body": "Finally a way to get your content seen! Strength in numbers is key!\n\nSince Joining Steemit, I've realised one thing, the little guy gets NOWHERE! There have been attempts by great members of the community such as @dragonslayer109 and @blueorgy to come up with ways to shine spotlight on users with rankings under level 40. This has helped some people massively so I wondered what I could do to help .\n\n
\n \n
\n\nThat's where [Steem Teem](www.steemteem.com) comes in. Initially it will be an online publishing co-operative, where anyone can publish under the @cryptosi account, this should lead to some great exclusive content being released and plenty of upvotes. These upvotes will increase the level and thus the profile of Steem Teem account, until we hit the magical level 60. A higher ranking Steem Teem will benefit ALL of its members as it means each of their blog/vlog posts will get even more exposure.\n\nSteem teem will draft in professional content creators from various niches and will encourage them to bring their own fanbase to Steemit. This should result in 10,000s of new users on steemit, possibly more, it really depends how well known the Steem Teem members are before joining. \n\n
https://youtu.be/Xi-EfDk_ybc
\n\nSteem teem has an [official website](www.steemteem.com) just completed, and we are taking applications now, so if you're tired of producing good content only to have it overlooked because you're level 36 then this could be the perfect thing for you.\n\nThe long term plan for the Steem Teem is to turn it into a fully functioning [DAO](https://en.wikipedia.org/wiki/Decentralized_autonomous_organization) , possibly using the [Wings](www.wings.ai) platform, and have shares sold using [NXT](https://nxt.org/), so anybody can become a stakeholder, and curator for the content that Steem Teem puts out.\n\nSteem Teem has a development budget of 10% of all SBD earned on its posts and will be using this to pay for additional marketing advertising and web development. When Steem Teem becomes a DAO then changes will be proposed and voted for by the shareholders.\n\nPlease Visit the official website [here](www.steemteem.com) to find out more\nAnd don't be shy about applying to join. Membership is limited, so don't drag your heels!\n\nKeep up with Crypto S.I on twitter [here](https://twitter.com/Crypto_SI)\nfollow my Steem profile @cryptosi\n\nAlso let me know what you think of this project in the comments below, what features you'd like to see and how you think we could make the Steem Teem great!", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:56:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/rDMI2Oi.jpg", + "https://img.youtube.com/vi/Xi-EfDk_ybc/0.jpg" + ], + "links": [ + "http://steemteem.com", + "www.steemteem.com", + "https://youtu.be/Xi-EfDk_ybc", + "https://en.wikipedia.org/wiki/Decentralized_autonomous_organization", + "www.wings.ai", + "https://nxt.org/", + "https://twitter.com/Crypto_SI" + ], + "tags": [ + "steemit", + "publishing", + "photography", + "video", + "writing" + ], + "users": [ + "dragonslayer109", + "blueorgy", + "cryptosi" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16587236928, + "payout": 0.003, + "payout_at": "2016-09-22T17:56:12", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 0, + "permlink": "join-steem-teem-online-publishing-collective-exclusively-built-for-steemit", + "post_id": 1256776, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "Join Steem Teem, Online publishing collective exclusively built for Steemit", + "updated": "2016-09-15T17:56:12", + "url": "/steemit/@cryptosi/join-steem-teem-online-publishing-collective-exclusively-built-for-steemit" + }, + { + "active_votes": [ + { + "rshares": 30948708908726, + "voter": "val-a" + }, + { + "rshares": 15292900000000, + "voter": "val-b" + }, + { + "rshares": 1534352192855, + "voter": "joseph" + }, + { + "rshares": 652034182902, + "voter": "masteryoda" + }, + { + "rshares": 8927024295, + "voter": "idol" + }, + { + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "rshares": 4941856440, + "voter": "sakr" + }, + { + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "rshares": 1536548017, + "voter": "jocelyn" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 59931939963, + "voter": "eeks" + }, + { + "rshares": 6122594947, + "voter": "fernando-sanz" + }, + { + "rshares": 584270995256, + "voter": "nanzo-scoop" + }, + { + "rshares": 177415501233, + "voter": "mummyimperfect" + }, + { + "rshares": 106634401121, + "voter": "asch" + }, + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 1061259321, + "voter": "murh" + }, + { + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "rshares": 2003304335, + "voter": "error" + }, + { + "rshares": 962089879337, + "voter": "cyber" + }, + { + "rshares": 50884297723, + "voter": "ak2020" + }, + { + "rshares": 61300613738, + "voter": "justtryme90" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 820589638514, + "voter": "anwenbaumeister" + }, + { + "rshares": 5950595929, + "voter": "mark-waser" + }, + { + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "rshares": 192325266448, + "voter": "kimziv" + }, + { + "rshares": 77083924707, + "voter": "emily-cook" + }, + { + "rshares": 3283440404, + "voter": "orly" + }, + { + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 455246290726, + "voter": "knozaki2015" + }, + { + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "rshares": 33739090409, + "voter": "creemej" + }, + { + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "rshares": 4195248338, + "voter": "poseidon" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "rshares": 4128504280, + "voter": "birdie" + }, + { + "rshares": 5609578664, + "voter": "sharker" + }, + { + "rshares": 204618259005, + "voter": "jl777" + }, + { + "rshares": 1773036384, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "rshares": 258619590, + "voter": "sergey44" + }, + { + "rshares": 17267341753, + "voter": "proto" + }, + { + "rshares": 31599342155, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 146224042, + "voter": "steemster1" + }, + { + "rshares": 5878023046, + "voter": "mahekg" + }, + { + "rshares": 8734150854, + "voter": "taker" + }, + { + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "rshares": 10553169212, + "voter": "theprophet0" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "rshares": 1117443990130, + "voter": "laonie" + }, + { + "rshares": 4257390614, + "voter": "twinner" + }, + { + "rshares": 4414425121, + "voter": "timcliff" + }, + { + "rshares": 38640926181, + "voter": "myfirst" + }, + { + "rshares": 233306274805, + "voter": "somebody" + }, + { + "rshares": 8723132526, + "voter": "flysaga" + }, + { + "rshares": 1667759072, + "voter": "gmurph" + }, + { + "rshares": 51539167746, + "voter": "midnightoil" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 128906992414, + "voter": "xiaohui" + }, + { + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "rshares": 6306539895, + "voter": "elfkitchen" + }, + { + "rshares": 102434307703, + "voter": "joele" + }, + { + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "rshares": 4030108065, + "voter": "xiaokongcom" + }, + { + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "rshares": 54654502, + "voter": "ciao" + }, + { + "rshares": 52985539, + "voter": "steemo" + }, + { + "rshares": 8123975227, + "voter": "xianjun" + }, + { + "rshares": 52848854, + "voter": "steema" + }, + { + "rshares": 69662169, + "voter": "confucius" + }, + { + "rshares": 11292536945, + "voter": "borran" + }, + { + "rshares": 53661976, + "voter": "jarvis" + }, + { + "rshares": 546765304, + "voter": "microluck" + }, + { + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "rshares": 53106127, + "voter": "fortuner" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 50691211, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "rshares": 32462674824, + "voter": "daut44" + }, + { + "rshares": 50416427, + "voter": "curpose" + }, + { + "rshares": 3597236649, + "voter": "curving" + }, + { + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "rshares": 10005063213, + "voter": "quinneaker" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 50588612, + "voter": "troich" + }, + { + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 178419224, + "voter": "greatness" + }, + { + "rshares": 50271139, + "voter": "hitherise" + }, + { + "rshares": 50262756, + "voter": "wiss" + }, + { + "rshares": 54249219602, + "voter": "sponge-bob" + }, + { + "rshares": 15571056039, + "voter": "digital-wisdom" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 3710959443, + "voter": "ethical-ai" + }, + { + "rshares": 51033798, + "voter": "stroully" + }, + { + "rshares": 6831361820, + "voter": "jwaser" + }, + { + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 1597514180, + "voter": "ionescur" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 53990613, + "voter": "roadhog" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 8199670899, + "voter": "mariandavp" + }, + { + "rshares": 55344422883, + "voter": "brains" + }, + { + "rshares": 53415391, + "voter": "post-successful" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 271439221, + "voter": "anomaly" + }, + { + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 12115638535, + "voter": "herpetologyguy" + }, + { + "rshares": 4817004213, + "voter": "morgan.waser" + }, + { + "rshares": 50228382, + "voter": "dragonice" + }, + { + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "rshares": 3689852156, + "voter": "strong-ai" + }, + { + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 50277354380, + "voter": "curie" + }, + { + "rshares": 851767121, + "voter": "dikanevroman" + }, + { + "rshares": 141679752, + "voter": "buffett" + }, + { + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 160880639, + "voter": "illusions" + }, + { + "rshares": 6920933761, + "voter": "dresden" + }, + { + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "rshares": 692395145, + "voter": "ysa" + }, + { + "rshares": 159984914, + "voter": "correct" + }, + { + "rshares": 159973989, + "voter": "capcom" + }, + { + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "rshares": 159950870, + "voter": "haribo" + }, + { + "rshares": 159531007, + "voter": "benetton" + }, + { + "rshares": 156194471, + "voter": "stimmt" + }, + { + "rshares": 159143891, + "voter": "reef" + }, + { + "rshares": 158632601, + "voter": "cream" + }, + { + "rshares": 891891710, + "voter": "reddust" + }, + { + "rshares": 336222066, + "voter": "aldentan" + }, + { + "rshares": 191981449, + "voter": "techslut" + } + ], + "author": "curie", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.56, + "beneficiaries": [], + "blacklists": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie.
Join us in #curie on Steemit.chat and follow us @curie!
", + "category": "curie", + "children": 10, + "created": "2016-09-15T17:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg" + ], + "links": [ + "https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors", + "https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement", + "https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016", + "https://steemit.com/@faddat", + "https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed", + "https://steemit.com/@rampant", + "https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool", + "https://steemit.com/@shenanigator", + "https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do", + "https://steemit.com/@penguinpablo", + "https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf", + "https://steemit.com/@nathanjtaylor", + "https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry", + "https://steemit.com/@lily-da-vine", + "https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco", + "https://steemit.com/@budgetbucketlist", + "https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes", + "https://steemit.com/@benjiberigan", + "https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations", + "https://steemit.com/@ausbitbank", + "https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos", + "https://steemit.com/@emily-cook", + "https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work", + "https://steemit.com/@team-leibniz", + "https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00", + "https://steemit.com/@ionescur", + "https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land", + "https://steemit.com/@kimal73", + "https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work", + "https://steemit.com/@juliac", + "https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think", + "https://steemit.com/@luzcypher", + "https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals", + "https://steemit.com/@akareyon", + "https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing", + "https://steemit.com/@curving", + "https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation", + "https://steemit.com/@aleksandraz", + "https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology", + "https://steemit.com/@skapaneas", + "https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more", + "https://steemit.com/@gargon", + "https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and", + "https://steemit.com/@iamwne", + "https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass", + "https://steemit.com/@stormblaze", + "https://steemit.com/technology/@stormblaze/where-do-deleted-files-go", + "https://steemit.com/@yanarnst", + "https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts", + "https://steemit.com/@senseye", + "https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor", + "https://steemit.com/@crasch", + "https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future", + "https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners", + "https://steemit.com/@cristi", + "https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months", + "https://steemit.com/@stranger27", + "https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature", + "https://steemit.com/@nekromarinist", + "https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today", + "https://steemit.com/@richman", + "https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story", + "https://steemit.com/@maceytomlin", + "https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony", + "https://steemit.com/@nili", + "https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol", + "https://steemit.com/@optimistic-crone", + "https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe", + "https://steemit.com/@anarchyhasnogods", + "https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one", + "https://steemit.com/@yostopia", + "https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick", + "https://steemit.com/@reneenouveau", + "https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015", + "https://steemit.com/@king3071", + "https://steemit.com/travel/@king3071/my-dream-destination-switzerland", + "https://steemit.com/@kolin.evans", + "https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines", + "https://steemit.com/@fenglosophy", + "https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think", + "https://steemit.com/@mandibil", + "https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil", + "https://steemit.com/@therajmahal", + "https://steemit.com/science/@therajmahal/making-the-impossible-possible", + "https://steemit.com/@carlitashaw", + "https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions", + "https://steemit.com/@renzoarg", + "https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics", + "https://steemit.com/@rachelsvparry", + "https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time", + "https://steemit.com/@royalmacro", + "https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art", + "https://steemit.com/@stephmckenzie", + "https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone", + "https://steemit.com/@alwayzgame", + "https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life", + "https://steemit.com/@nonlinearone", + "https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing", + "https://steemit.com/@kafkanarchy84", + "https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii", + "https://steemit.com/@feline1991", + "https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2", + "https://steemit.com/@geke", + "https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge", + "https://steemit.com/@lscottphotos", + "https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos", + "https://steemit.com/@pinkisland", + "https://steemit.com/writing/@pinkisland/my-philosophy-of-education", + "https://steemit.com/@jgcastrillo19", + "https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco", + "https://steemit.com/@luisucv34", + "https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition", + "https://steemit.com/@beowulfoflegend", + "https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty", + "https://steemit.com/@mariandavp", + "https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp", + "https://steemit.com/@nasimbabu", + "https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases", + "https://steemit.com/@royaltiffany", + "https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update", + "https://steemit.com/@travelista", + "https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo", + "https://steemit.com/@jpiper20", + "https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4", + "https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism", + "https://steemit.com/@krystle", + "https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin", + "https://steemit.com/@cryptoiskey", + "https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids", + "https://steemit.com/@getonthetrain", + "https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods", + "https://steemit.com/@ansharphoto", + "https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome", + "https://steemit.com/@aboundlessworld", + "https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast", + "https://steemit.com/@thornybastard", + "https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest", + "https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5", + "https://steemit.com/@dumar022", + "https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this", + "https://steemit.com/@lapilipinas", + "https://steemit.com/science/@lapilipinas/light-from-distant-stars", + "https://steemit.com/@williambanks", + "https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace", + "https://steemit.com/@driv3n", + "https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2", + "https://steemit.com/@timbot606", + "https://steemit.com/life/@timbot606/growing-up-in-appalachia", + "https://steemit.com/@themagus", + "https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2", + "https://steemit.com/@echoesinthemind", + "https://steemit.com/life/@echoesinthemind/hanging-upside-down", + "https://steemit.com/@ysa", + "https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado", + "https://steemit.com/@aksinya", + "https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video", + "https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro", + "https://steemit.com/@successfully00", + "https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1", + "https://steemit.com/@linzo", + "https://steemit.com/poem/@linzo/a-life-fantasy-original-poem", + "https://steemit.com/@hilarski", + "https://steemit.com/panama/@hilarski/panama-critters", + "https://steemit.com/@sulev", + "https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2", + "https://steemit.com/@steemswede", + "https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale", + "https://steemit.com/@marius19", + "https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami", + "https://steemit.com/@poeticsnake", + "https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings", + "https://steemit.com/@kiddarko", + "https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video", + "https://steemit.com/@shieha", + "https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2", + "https://steemit.com/@ayim", + "https://steemit.com/life/@ayim/fixing-posture-part-4-neck", + "https://steemit.com/@hitmeasap", + "https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice", + "https://steemit.com/@peskov", + "https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author", + "https://steemit.com/@aldentan", + "https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts", + "https://steemit.com/@beginningtoend", + "https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy", + "https://steemit.com/@kaykunoichi", + "https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself", + "https://steemit.com/@booky", + "https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates", + "https://steemit.com/@doubledex", + "https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong", + "https://steemit.com/@ekaterina4ka", + "https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2", + "https://steemit.com/@scaredycatguide", + "https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica", + "https://steemit.com/@amy-goodrich", + "https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie", + "https://steemit.com/@scott.stevens", + "https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering", + "https://steemit.com/@witchcraftblog", + "https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa", + "https://steemit.com/@ibringawareness", + "https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5", + "https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73", + "https://steemit.com/@leylar", + "https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work", + "https://steemit.com/@ocrdu", + "https://steemit.com/photography/@ocrdu/the-pods-that-go-pop", + "https://steemit.com/@rusla", + "https://steemit.com/travel/@rusla/japan-part8", + "https://steemit.com/@edgarsart", + "https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing", + "https://steemit.com/@borishaifa", + "https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat", + "https://steemit.com/@eveningstar92", + "https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art", + "https://steemit.com/@elewarne", + "https://steemit.com/mixedmedia/@elewarne/mixed-media", + "https://steemit.com/@shredlord", + "https://steemit.com/art/@shredlord/sunrise", + "https://steemit.com/@sherlockcupid", + "https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one", + "https://steemit.com/@annesaya", + "https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers", + "https://steemit.com/@fitmama", + "https://steemit.com/life/@fitmama/why-do-i-bother", + "https://steemit.com/@ezzy", + "https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories", + "https://steemit.com/@kingarbinv", + "https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist", + "https://steemit.com/@puffin", + "https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem", + "https://steemit.com/@cehuneke", + "https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "https://steemit.com/@tanata", + "https://steemit.com/fashion/@tanata/little-black-dress-involving", + "https://steemit.com/@steemwriter", + "https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship", + "https://steemit.com/@michelle.gent", + "https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters", + "https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing", + "https://steemit.com/@runridefly", + "https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale", + "https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one", + "https://steemit.com/@lyubovbar", + "https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory", + "https://steemit.com/@victoriart", + "https://steemit.com/art/@victoriart/hazelnut-mood", + "https://steemit.com/@heroic15397", + "https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area", + "https://steemit.com/@smartercars", + "https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews", + "https://steemit.com/@rubenalexander", + "https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016", + "https://steemit.com/@matthew.raymer", + "https://steemit.com/psychology/@matthew.raymer/life-stories", + "https://steemit.com/@positivesteem", + "https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees", + "https://steemit.com/@d3nv3r", + "https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real", + "https://steemit.com/@adubi", + "https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet", + "https://steemit.com/@alitas", + "https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla", + "https://steemit.com/@mazi", + "https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis", + "https://steemit.com/@mikemacintire", + "https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work", + "https://steemit.com/@altzero", + "https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2", + "https://steemit.com/@birdie", + "https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos", + "https://steemit.com/@michaelstobiersk", + "https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski", + "https://steemit.com/@reddust", + "https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary", + "https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown", + "https://steemit.com/@karisa", + "https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4", + "https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband", + "https://steemit.com/@burnin", + "https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2", + "https://steemit.com/art/@reddust/eyes-of-wisdom", + "https://steemit.com/@levycore", + "https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces", + "https://steemit.com/@awesomenyl", + "https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial", + "https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today", + "https://steemit.com/@naquoya", + "https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster", + "https://steemit.com/@moon32walker", + "https://steemit.com/gaming/@moon32walker/top-10-game-development-studios", + "https://steemit.com/@gustavopasquini", + "https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry", + "https://steemit.com/@benadapt", + "https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge", + "https://steemit.com/spanish/@altzero/que-es-la-nueva-economia", + "https://steemit.com/@por500bolos", + "https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise", + "https://steemit.com/@zonpower", + "https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem", + "https://steemit.com/@katharsisdrill", + "https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation", + "https://steemit.com/@glezeddy", + "https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico", + "https://steemit.com/@onetree", + "https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare", + "https://steemit.com/@verbal-d", + "https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact", + "https://steemit.com/@wanderingagorist", + "https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating", + "https://steemit.com/@knablinz", + "https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee" + ], + "tags": [ + "curie", + "minnows", + "hidden-gems", + "steemit", + "project-curie" + ], + "users": [ + "nextgencrypto", + "curie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61028272797290, + "payout": 217.281, + "payout_at": "2016-09-22T17:53:48", + "pending_payout_value": "217.281 HBD", + "percent_hbd": 10000, + "permlink": "the-daily-curie-14th-sept-15th-sept-2016", + "post_id": 1256756, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 182 + }, + "title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "updated": "2016-09-15T17:53:48", + "url": "/curie/@curie/the-daily-curie-14th-sept-15th-sept-2016" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40042046720125, + "voter": "blocktrades" + }, + { + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "rshares": 34979300821, + "voter": "altoz" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 84942400, + "voter": "pompe72" + }, + { + "rshares": 8773949381, + "voter": "craigwilliamz" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 2497059333, + "voter": "irensche" + }, + { + "rshares": 84821361, + "voter": "katharsisdrill" + }, + { + "rshares": 767043998, + "voter": "alienbutt" + } + ], + "author": "alienbutt", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.91, + "beneficiaries": [], + "blacklists": [], + "body": "You decide what they are.\nAlien heads staked on a post or seed pods?\n\"\n\n\"", + "category": "photography", + "children": 4, + "created": "2016-09-15T17:53:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/DSCN2947_zpsx86w0mif.jpg", + "http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/DSCN2944_zps2kijcdvn.jpg" + ], + "links": [ + "http://s346.photobucket.com/user/Glenn_Scrimshaw/media/DSCN2947_zpsx86w0mif.jpg.html", + "http://s346.photobucket.com/user/Glenn_Scrimshaw/media/DSCN2944_zps2kijcdvn.jpg.html" + ], + "tags": [ + "photography", + "art", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 44874621891175, + "payout": 120.09, + "payout_at": "2016-09-22T17:53:36", + "pending_payout_value": "120.090 HBD", + "percent_hbd": 10000, + "permlink": "alien-or-plant", + "post_id": 1256752, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "Alien or plant?", + "updated": "2016-09-15T18:23:18", + "url": "/photography/@alienbutt/alien-or-plant" + }, + { + "active_votes": [ + { + "rshares": 10699986834, + "voter": "shla-rafia" + }, + { + "rshares": 3506039536, + "voter": "simon.braki.love" + } + ], + "author": "shla-rafia", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.33, + "beneficiaries": [], + "blacklists": [], + "body": "http://tinyimg.io/i/n2EAXoC.jpg\n\nToday started excellent. My travel friends and I inhaled and the day was golden. \n\nI hitchhiked to the center and created flyers over a nice Super Pollem joint.\n\nhttp://tinyimg.io/i/ps2kPG7.jpg\nhttp://tinyimg.io/i/vR0b1QA.jpg\n\nI promoted to:\n\n- Google Foto Employee from L.A. \n- Bodybuilder\n- Artist with atelier in the city-center\n- A coffeeshop employee\n- The man who took me into town\n- Travellers\n- Homeless people\n- Tourists from Virginia\n- And many more\n\n7 hours of hardcore promo for a better tomorrow.\n\nhttp://tinyimg.io/i/bPQeOiK.jpg\nhttp://tinyimg.io/i/xnXlrol.jpg\nhttp://tinyimg.io/i/X3F0zEa.jpg\n\nThe people react very good to the SteemFest news. In no time many people here will know about it.\n\nI am 16 hours a day active now. Thanks for reading and cheers,\n\nMarty", + "category": "steemfest", + "children": 0, + "created": "2016-09-15T17:52:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://tinyimg.io/i/n2EAXoC.jpg", + "http://tinyimg.io/i/ps2kPG7.jpg", + "http://tinyimg.io/i/bPQeOiK.jpg" + ], + "tags": [ + "steemfest", + "promo", + "steemit", + "marketing", + "amsterdam" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14206026370, + "payout": 0.003, + "payout_at": "2016-09-22T17:52:18", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "flyer-promo-in-amsterdam-for-steemfest-and-steemit", + "post_id": 1256742, + "promoted": "0.200 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Flyer-Promo in Amsterdam for SteemFest and Steemit", + "updated": "2016-09-15T17:52:18", + "url": "/steemfest/@shla-rafia/flyer-promo-in-amsterdam-for-steemfest-and-steemit" + }, + { + "active_votes": [ + { + "rshares": 295870555, + "voter": "xntryk1" + } + ], + "author": "xntryk1", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.61, + "beneficiaries": [], + "blacklists": [], + "body": "Circa 1970-ish. Cutting edge technology. :-)\nhttps://s20.postimg.org/xpweg6cx9/10391888_10153909578352474_4304541928952715180_n.jpg", + "category": "photography", + "children": 1, + "created": "2016-09-15T17:50:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/xpweg6cx9/10391888_10153909578352474_4304541928952715180_n.jpg" + ], + "tags": [ + "photography", + "swapmeets", + "history", + "travel", + "vintage" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 295870555, + "payout": 0.0, + "payout_at": "2016-09-22T17:50:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "swapmeet-finds-159", + "post_id": 1256728, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "Swapmeet Finds #159", + "updated": "2016-09-15T17:50:54", + "url": "/photography/@xntryk1/swapmeet-finds-159" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40041987828800, + "voter": "blocktrades" + }, + { + "rshares": 3500585753, + "voter": "kenmonkey" + }, + { + "rshares": 34979300821, + "voter": "altoz" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "rshares": 3291087867, + "voter": "rossenpavlov" + }, + { + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 160935948, + "voter": "greencycles" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "rshares": 153227837, + "voter": "goodbible" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://www.youtube.com/watch?v=iJCi8yLN8_M

\n", + "category": "life", + "children": 0, + "created": "2016-09-15T17:50:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/iJCi8yLN8_M/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=iJCi8yLN8_M" + ], + "tags": [ + "life", + "comedy", + "film", + "art", + "funny" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40637225037243, + "payout": 99.432, + "payout_at": "2016-09-22T17:50:12", + "pending_payout_value": "99.432 HBD", + "percent_hbd": 10000, + "permlink": "when-your-dad-works-in-hollywood", + "post_id": 1256720, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "When Your Dad Works In Hollywood", + "updated": "2016-09-15T17:50:12", + "url": "/life/@groovedigital/when-your-dad-works-in-hollywood" + }, + { + "active_votes": [ + { + "rshares": 145074864797, + "voter": "edgeland" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "rshares": 51729228, + "voter": "jeff-kubitz" + }, + { + "rshares": 1248667529, + "voter": "iuliuspro" + }, + { + "rshares": 199821196, + "voter": "bo-ro" + }, + { + "rshares": 127187815, + "voter": "bleujay" + } + ], + "author": "bo-ro", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.97, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Hello Steemers!

\n

Digest of new altcoins on exchanges for active traders and investors.

\n

\n


\n

\n

SportsCoin [SPORT]

\n

Sport is a passion for many of us. Excelling in any form of sports is a sheer talent and it requires years of hard work to excel in international competitions like Olympics. Players MICHEAL PHELPS, USSAIN BOLT is an inspiration to many of us. Many of us might have the talent to excel in the form of sport we like and love but there are lacks of investors who recognize the talent and fund the talent. We the team of SPORTSCOIN will do it.

\n

Anyone can approach us with through our mail with your videos and medals showcasing your talent and we shall fund you. 

\n

Any kind of sport and any country we are ready to help. Help is only a mail away.

\n

Specifications:

\n
    \n
  • Algo: X13/POS only
  • \n
  • Premine: 99%
  • \n
  • Total coin: 20000000
  • \n
  • Maturity: 10
  • \n
  • Confirmations: 4
  • \n
  • block time: 2 min
  • \n
  • coin age minimum: 2h
  • \n
  • coin age max: unlimited
  • \n
  • PoS interest: 10 %
  • \n
\n

Markets:
\n
https://c-cex.com/?p=sport-btc
\nhttps://c-cex.com/?p=sport-usd

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1610565.0

\n

http://thesportscoin.com/  

\n


\n


\n


\n

\n

PIONEERSHARES [PIO]

\n

PioneerShares is a digital currency like Bitcoin, in the role of a profit-share token for the BlockPioneers Exchange. By owning PioneerShares you will receive a % of generated exchange fees. 

\n

Core Summary

\n
    \n
  • Full PoS
  • \n
  • Total Supply : 200 000 PIO
  • \n
  • Block Time : 3 Minutes
  • \n
  • Minimum Stake Age : 6 hours
  • \n
  • PoS Reward : 0.08 PIO
  • \n
\n

MultiSend

\n

Send your minted blocks automaticly to an address of your choice. Ideal for savings, donations purposes and staking directly to the BlockPioneers Exchange.

\n

Stake Journal

\n

A widget which analyzes all your minted blocks, and displays the output in a readable table. This gives a wide overview of your staking behaviour.

\n

Advanced Wallet & Coin Control

\n

Multiple tools to optimize your wallet and staking behaviour. Blocksplitter, Return change, Set stake-split threshold, Check&Repair wallet gui and lots more.

\n

Block Explorer & Social

\n

Integrated Block Explorer to keep track of the blockchain and your transactions. Integrated Social page with links to anything PioneerShares related.

\n

Beautiful Wallet Design

\n

The custom BlockPioneers wallet design based on the theme of this website. Including difficulty/weight graph on the overview page

\n

Markets:
\n
BTC/PIO: https://live.megacrypton.com/market/2025
\nLTC/PIO: https://live.megacrypton.com/market/2026 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1511601.0

\n

http://www.blockpioneers.info

\n


\n


\n

UBIQUOIN [UBIQ] 

\n

The World is ready for digital money and now you can be too. Ubiquoin is digital money made for adoption by the masses. 

\n

Ubiquoin builds on the past and present to bring a brighter future.

\n

Using the best technologies and deployment methods Ubiquoin is set to become a new standard in the landscape of digital monies. Decentralized and ubiquitous digital money using software and hardware born from the new digital era.

\n

Focused on adoption and use by the masses Ubiquoin merchant capabilities are to be the best on the planet to enable the new world of digital money freedom. Building on new technologies and compatibility, Ubiquoin is the ultimate payment solution. 1000s of merchants are ready to use Ubiquoin for payments.

\n

All Digital Money... All Places

\n

Online and offline, decentralized and democratized. Easy and Simple. Ubiquoin is the digital money of today and the future. Ubiquitous digital money. Ubiquoin will go to places where digital money is needed the most with unique solutions.

\n

Ubiquoin is the cryptocurrency designed to address the biggest challenge of any cryptocurrency... Adoption and use. 

\n

Ubiquoin is focused on making the user experience easy and the reasons for using Ubiquoin endless.

\n

Ubiquoin offers services and features that will ensure demand and adoption of this exciting technology. World-class options for users and the BEST merchant payment solutions for vendors will make Ubiquoin the go-to coin for the World's buyers and sellers.

\n

Ubiquoin will be rolled out using a multi-stage and tiered approach to ensure optimal distribution and community involvement. The value of the Ubiquoin economy is based on diversity, accuracy and simplicity.

\n

Specifications:

\n
    \n
  • Coin Type: POS
  • \n
  • Annual Rate: 50%
  • \n
  • Coin Supply: 500M UBIQ
  • \n
\n

Markets:

\n

BTC/UBIQ: https://live.megacrypton.com/market/2021

\n

LTC/UBIQ: https://live.megacrypton.com/market/2022 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1524644.0

\n

http://ubiquoin.com/

\n


\n


\n


\n

\n

Mustang Coin [MST]

\n

Addition information will be published on coin website soon.

\n

Specifications:

\n
    \n
  • No IPO/Insta/Premine
  • \n
  • Algorithm: X11
  • \n
  • Type: Hybrid to full PoS
  • \n
  • Coin supply: 3000000 MST
  • \n
\n

Markets:
\n
https://yobit.net/en/trade/MST/BTC

\n

Mustang Coin Dice: https://yobit.net/en/dice/MST

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1609008.0

\n

http://mustangcoin.xyz/

\n


\n

 

\n

NoLimitCoin [NLC]

\n

 NLC is a coin that will be POS/POW hybrid. It will pay POS 2% and   mining total will be 1.5% annually and drop 10% per year and lock after  9  years. D adjustment in every block.  

\n
Most of the Premine is set to be sold and management will   keep only a portion of the Premine that will be explained in the ICO   site TBA. Funding will mostly go back to a stabilization fund to  support  the price. We\u2019ve already got Fantasy Football for NLC up and  ready. A  set percentage will go back to developing the rest of the  Fantasy Sports  games like Soccer, Baseball, Basketball and Hockey as  well as other  sports can continue and demand for the coin can happen  for the other  sports also. It is estimated there will be over BTC2000  ($1,200,000) at  the exchanges when the season ends from coin sales to  players on January  7, which will be the proceeds from sales that will  be used to create a  market at the set prices. At the start BTC100 has  been deposited by the  investment arm of No Limit Fantasy Sports to  support the coin a the  (usd) .002 price once it starts to trade in Sept  2016. That will be the  sale price at the Fantasy game and the price  you can cash out with at  the exchanges we list in. We will soon  announce the exchanges. Price  will track the exchanges once the coin is  listed but CyptoFantasy Sports  will price the coin as follows:
\n
Target launch prices in US Dollars.
\n
.002
\n
Prices will increase every month for the coin. If exchanges   show the coin higher, we will sell at exchange rates. If its lower, we   will keep these rates.
\n

The new currency NoLimitCoin (NLC) will be used by   www.cryptofantasysports.com Fantasy Sports game this NFL 16-17 season.   The coin will also target other fantasy operators that want to open to   digital currency transactions. BLOCKCHAIN TO POWER FANTASY SPORTS  PLATFORM cryptofantasysports.com NLC officially launches today. NLC has  been implemented to power No Limit Fantasy Sports platforms   www.nlfantasysports.com. Variations for the game will be online within 1  week of launch day at   www.cryptofantasysports.com and  www.nocostfantasysports.com CryptoFantasySports.com will provide the  crypto world easy access to the fantasy games that are already so  popular.  Local laws will be followed and will not be available where  prohibited.  

\n

Specificatins:   

\n
    \n
  • Block size: 2mb
  • \n
  • Block time: 2 minutes
  • \n
  • PoW Algorithm: SHA-256d
  • \n
  • POS/POW hybrid
  • \n
  • POS 2% per annum
  • \n
  • RPC Port: 6520
  • \n
  • p2p port: 6521
  • \n
  • testnet rpc: 16520
  • \n
  • testnet p2p port: 16521
  • \n
  • Wallet addresses will start with \u201cN\u201d, to differentiate pubkey from other cryptocurrency networks  (pubkey=53)
  • \n
  • PoW Block reward will reduce as complexity from mining difficulty increases.
  • \n
  • D adjusts every block.
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/NLC/BTC

\n

NoLimitCoin Dice: https://yobit.net/en/dice/NLC 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1606674.0  

\n

www.nolimitcoin.org  

\n

www.cryptofantasysports.com  

\n


\n


\n

RCoin [RCN]

\n

Proudly announcing the this new branding mindbreaking cryptocurrency RCoin (R is like \"our\") changing the lifes of people for the better days!

\n

Rcoin - a modern decentralized cryptocurrency, which concept is based 5-years plan how to make people more rich and happy in every country all over the world.

\n

What do we mean? Already well-known  that most of  existing cryptocurrency are operated by the web industry and seriously influence on the  planet economics. This fact makes ideology of such currency does not totally useful and not common-person-friendly, because the profit of cryptocurrency can be reached by a limited circle of people.

\n

Rcoin - is a unique product, its usage is maximum simplified and it is equiped with amaizing set of tools for mining, earning, profit gains etc. All this takes place in collaboration with thousands of people, who were gathered by common idea and more than half-year worked together making RCoin able to satisfy all their needs.

\n

Rcoin - is the currency, aimed not only to enrichment, but also for charity purposes. It means that part of income system will be used to help old mans and weman, and people with limited physical abilities.

\n

Markets:
\nhttps://yobit.net/en/trade/RCN/BTC

\n

RCoin Dice: https://yobit.net/en/dice/RCN 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1605156

\n

http://rcoin.eu/

\n


\n


\n

TaoCoin [TAO]

\n

The Tao Network is an exciting new project being developed and launched as a DAO in the public trust which includes several new technological innovations and governance structures.  We, the Tao Development Team, are pleased and honored to be presenting the opportunity to the public to participate in what we know will be an amazing experience for everyone involved.  We look forward to getting to know all of you and you getting to know us!

\n

The scale and scope of the project is incredibly ambitious and over the next few weeks of the crowd sale we look forward to revealing how the Tao Network will be used in currently profitable and existing business operations, by real people simply living their lives.

\n

The blockchain exists.  The deals are done.  Bringing this project to reality has been an immense undertaking by dozens of people and on behalf of them, and ourselves, welcome to Tao.

\n

Specifications:

\n
    \n
  • Proof of Stake: 4%
  • \n
  • Proof of Work Algo: X11
  • \n
  • Proof of Work Reward: 1TAO per block, halving 26 times
  • \n
  • Block time: 7.5m
  • \n
  • Block size: 20MB w/ Adaptive Block Sizes
  • \n
  • Alpha (Master) Node Minimum Qualification: 10,000 TAO
  • \n
  • Tokens available via crowd sale: 30,000,000 TAO
  • \n
  • Total tokens: 32,000,000 TAO
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TAO/BTC

\n

TaoCoin Dice: https://yobit.net/en/dice/TAO

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1567647.0

\n

http://tao.network/

\n


\n


\n

TELLurion [TELL]

\n

Specifications:

\n
    \n
  • Algorithm: X11
  • \n
  • Type: POW / POS (proof of work / proof of stake)
  • \n
  • Last POW block: 1667400
  • \n
  • POS interest: 242% per year
  • \n
  • Coin supply: 3652422000 TELL
  • \n
  • Developers safe: 4.1254%  (not in stake)
  • \n
  • block generation time: 60 seconds
  • \n
  • block reward: Random (96 - 3600 TELL)
  • \n
  • change difficulty: 1 blocks
  • \n
  • coinbase maturity: 30 blocks
  • \n
  • Stake min age: 1 hours
  • \n
  • Stake max age: 30 days
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TELL/BTC

\n

TELLurion Dice: https://yobit.net/en/dice/TELL

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1607778.0

\n

http://tellurion.info/

\n


\n


\n

TotCoin [TOT]

\n

We are a team of enthusiasts and we believe, that cryptocurrency is the future of the economy. Our goal is to share our vision with the society and build one of the strongest currencies, we are going to achieve this goal with the massive ad-campaign and making the coin as friendly as possible for the end-user, releasing web, mobile and light-wallets. 

\n

TotCoin is a peer-to-peer digital currency with a distributed, decentralized public ledger, which unlike those of traditional banks is viewable and easily audited by anyone. Premine will be used for worldwide promotion projects, campaign,bounty i can assure you.. this premine will not be dumped.  

\n

Specifications:

\n
    \n
  • Scrypt PoW/PoS
  • \n
  • Time blocks: 120 sec.
  • \n
  • Block reward: 700
  • \n
  • Halving rate : 1000000
  • \n
  • Premine: 13% not staking
  • \n
  • Total coins: 1,613,150,000
  • \n
  • PoS: Yearly Interest 80%
  • \n
  • Min.Coin age: 10 days
  • \n
  • Max age: 70 days
  • \n
\n

Markets:
\nhttps://yobit.net/en/trade/TOT/BTC

\n

TotCoin Dice: https://yobit.net/en/dice/TOT 

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1611621

\n


\n


\n

ZayedCoin [ZYD] 

\n

Zayedcoin is a peer to peer digital currency that's original to the rules that brought crypto into reality today.

\n

No premine,no burning, no ICO , nothing but pure mining and trade.

\n

The Zayedcoin dev team forsee a future of fairness, security and true decentralisation.

\n

We will capitalize on our vast and diverse network to make Zayedcoin accessible to everyone and we will support and sustain the progress through strategic alliances and well thought projects.

\n

We are looking forward to having you all joining the journey of something remarkable, Stay tuned, The Zayedcoin dev team.

\n

Specifications:

\n
    \n
  • Pure Pow
  • \n
  • Algorithm: sha 256
  • \n
  • Block Time: 90 Seconds
  • \n
  • initial reward: 40 coins
  • \n
  • Halving Every: 116850 block
  • \n
  • recomended confirmations: 7
  • \n
  • Maturity: 60 Blocks
  • \n
  • Total Coins 9.736.000
  • \n
\n

Markets:
\n
https://yobit.net/en/trade/ZYD/BTC

\n

ZayedCoin Dice: https://yobit.net/en/dice/ZYD

\n

Bitcointalk thread: https://bitcointalk.org/index.php?topic=1612578

\n

https://zayedcoin.net

\n


\n


\n

Wish you all profit trading!

\n", + "category": "money", + "children": 0, + "created": "2016-09-15T17:49:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s6.postimg.org/bd00s0rfl/new_alts_1315.jpg", + "https://s6.postimg.org/bhj26bg0x/ccex.png", + "https://s6.postimg.org/5vwn29fc1/megacrypton.png", + "https://s6.postimg.org/agith6z1d/yobit.png" + ], + "links": [ + "https://c-cex.com/?p=sport-btc", + "https://c-cex.com/?p=sport-usd", + "https://bitcointalk.org/index.php?topic=1610565.0", + "http://thesportscoin.com/", + "https://live.megacrypton.com/market/2025", + "https://live.megacrypton.com/market/2026", + "https://bitcointalk.org/index.php?topic=1511601.0", + "http://www.blockpioneers.info", + "https://live.megacrypton.com/market/2021", + "https://live.megacrypton.com/market/2022", + "https://bitcointalk.org/index.php?topic=1524644.0", + "http://ubiquoin.com/", + "https://yobit.net/en/trade/MST/BTC", + "https://yobit.net/en/dice/MST", + "https://bitcointalk.org/index.php?topic=1609008.0", + "http://mustangcoin.xyz/", + "https://yobit.net/en/trade/NLC/BTC", + "https://yobit.net/en/dice/NLC", + "https://bitcointalk.org/index.php?topic=1606674.0", + "https://www.nolimitcoin.org/", + "https://www.cryptofantasysports.com/", + "https://yobit.net/en/trade/RCN/BTC", + "https://yobit.net/en/dice/RCN", + "https://bitcointalk.org/index.php?topic=1605156", + "http://rcoin.eu/", + "https://yobit.net/en/trade/TAO/BTC", + "https://yobit.net/en/dice/TAO", + "https://bitcointalk.org/index.php?topic=1567647.0", + "http://tao.network/", + "https://yobit.net/en/trade/TELL/BTC", + "https://yobit.net/en/dice/TELL", + "https://bitcointalk.org/index.php?topic=1607778.0", + "http://tellurion.info/", + "https://yobit.net/en/trade/TOT/BTC", + "https://yobit.net/en/dice/TOT", + "https://bitcointalk.org/index.php?topic=1611621", + "https://yobit.net/en/trade/ZYD/BTC", + "https://yobit.net/en/dice/ZYD", + "https://bitcointalk.org/index.php?topic=1612578", + "https://zayedcoin.net" + ], + "tags": [ + "money", + "bitcoin", + "crypto-news", + "trading", + "altcoins" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150653436422, + "payout": 0.033, + "payout_at": "2016-09-22T17:49:27", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 10000, + "permlink": "new-altcoins-on-exchanges-7-sept-13-15-2016", + "post_id": 1256712, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "updated": "2016-09-15T17:51:18", + "url": "/money/@bo-ro/new-altcoins-on-exchanges-7-sept-13-15-2016" + }, + { + "active_votes": [ + { + "rshares": 3313255060745, + "voter": "pharesim" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 2654553033, + "voter": "the-future" + }, + { + "rshares": 32429377971, + "voter": "sauravrungta" + }, + { + "rshares": 1659490970, + "voter": "tokyodude" + }, + { + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 10211889680, + "voter": "sykochica" + }, + { + "rshares": 51206711, + "voter": "krushing" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 51383056, + "voter": "whatyouganjado" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 1146209158, + "voter": "boddhisattva" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 3187509176, + "voter": "unrealisback" + }, + { + "rshares": 50010551, + "voter": "alexbones" + }, + { + "rshares": 162957058, + "voter": "kamil5" + }, + { + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 54007264, + "voter": "alwayzgamez" + }, + { + "rshares": 4235155285, + "voter": "funnyman" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 52731834, + "voter": "tejasbm" + }, + { + "rshares": 1224183852, + "voter": "iuliuspro" + }, + { + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "rshares": 52885939, + "voter": "audiphotography" + }, + { + "rshares": 53309537, + "voter": "michaelblizek" + }, + { + "rshares": 141130229, + "voter": "sandeepachetan" + }, + { + "rshares": 135324063, + "voter": "creativeyoke" + }, + { + "rshares": 137479715, + "voter": "najwazebian" + }, + { + "rshares": 51533106, + "voter": "chrishendrix" + }, + { + "rshares": 58668861, + "voter": "humans" + }, + { + "rshares": 163617418, + "voter": "awakeningartist" + }, + { + "rshares": 150753854, + "voter": "shortstories" + }, + { + "rshares": 153619527, + "voter": "christinajoy" + } + ], + "author": "alwayzgame", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.47, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Heads up ! you might not like this post

\n

http://i.giphy.com/IT6kBZ1k5oEeI.gif

\n
Credits
\n

This post is going to make me sound like a Juvenile Hippie asshole lol. Meanwhile, you can't help contradicting me on this, I truly couldn't give lesser of a damn.If you are getting butt hurt go write your own post about it. In case you're alright with listening to an unrealistic and immature opinion now and again, then please go ahead.

\n

https://www.steemimg.com/images/2016/09/15/money221de.jpg

\n
Credits
\n

What is it about money that makes every one of us so weak? yes, you read it right. I know this is said a great deal, however, why do we give these things a chance to own us? Perhaps it's simple for me to type this on an iPad , sitting in my car. In any case, and still, at the end of the day, If you take me as an example, I am doing just great financially. I don't blow money usually, I don't have a great deal of things I need to buy yet I'll stay bold even if my life flips upside down. So why do I make my upcoming future decisions based on money itself? What is this obsession I have? I'm not able to make sense of that yet.

\n

http://i.giphy.com/C1bxVyf8KAGbK.gif

\n
Credits
\n

I recently earned my first $$ here,thanks to Steemit. Considering the fact that I'm still a student, it was a quite decent sum. I haven't really withdrawn much of it. I have to get myself another phone soon as this one is broken. Anyway, I don't know how to spend it apart from purchasing a phone for myself. I truly don't. And then I think that I should save it. On the other hand, save money for what? Presumably for what's to come in my future. That is reasonable I presume.

\n

https://www.steemimg.com/images/2016/09/15/imageedit_2_7339449845eb53d.jpg

\n
Credits
\n

What I'm going to say may sound inflated, innocent, idiotic and possibly hypocritical yet I truly hope I never get to be rich. I mean filthy stinking rich. I truly would not joke about this. At any rate in the present situation. I don't know whether this immature opinion of mine will change, later on, however, I truly hope it doesn't. By not having any desire to be rich I don't imply that I want to die out of starvation. I simply would prefer not \"to be a billionaire \" to be my desire in life. Some of the time I take a look at individuals who are ridiculously wealthy and the way they carry on, the way they behave, even if it\u2019s unintentional, it just sort of puts me off. I would prefer not to be that person at any point of my life. Likewise, I'm not showing fingers at billionaires  like, say, Bill Gates or Warren Buffet who got to be wonderful at what they do and were rewarded for it. But I bet that they wouldn\u2019t have started out by thinking that they want to just have a ton of money. They started out with confidence in their ideas.

\n

http://i.giphy.com/d3JtCuf3m0S1ReSc.gif

\n
Credits
\n

I've had a few discussions with my few of my friends who say that their objective in life is to \"Have the capacity to bear the cost of each and everything on the planet. From Cars to cruises\". I'm talking about these kind of individuals. I really do not want to turn out to be that kind of a person. These individuals are so weak. I can't see how an individual can think that way. Also, I don't intend to say that one shouldn't gain cash. Money is crucial to surviving and perhaps a couple of perks from time to time. Be that as it may, I would prefer not to toss cash around at each and everything that I see in my life. Once again, I'm pushing on the way that I'm not against cash, I'm against the idea of needing to possess each and everything.YOU get what I am trying to convey right? For instance, I may grow old and have enough cash to purchase a super car with fancy interiors, however, none of that is ever truly going to compare with the 15-year-old, in part separated hatchback, my better half and I drove around during college. See once more, cash is likewise required to purchase that hatchback, however, it doesn't make you a shitty individual. But mate, if you\u2019re buying a car worth millions of dollars, you are so totally an asshole. No amount of advertisements and branding can change that.


\n

http://i.giphy.com/2lxG3ySjtbpBe.gif

\n
Credits
\n

What I'm attempting to say is that I'm making a decent attempt to split far from this entire thought of gaining cash to wind up rich. I\u2019m going to try to be great at my job and content at whatever little family money I can use to support me. I realize that I'm fortunate to have a small amount of family cash to support me, however, I know I'm simply lucky. I truly would prefer not to claim a palace or a supercar. I'm not attempting to sound cool. I'm trying to say that is all you need in life and that should be socialistic normalcy, then I\u2019d rather sound like a pretentious hippie than a gutless asshole. I know the first thing popping in a ton of your brains at this moment would be that I'm stating this as a result of bad mouthing.If that\u2019s your opinion, Fuck You mate.

\n

http://i.giphy.com/5XNEIKcohVG8w.gif

\n

http://i.giphy.com/P0qVAld5tgupa.gif

\n
Credits
\n
\n

Follow and Up Vote @alwayzgame

\n

https://www.steemimg.com/images/2016/09/04/9995162001848030509161a22f.png

\n", + "category": "money", + "children": 2, + "created": "2016-09-15T17:48:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.giphy.com/IT6kBZ1k5oEeI.gif", + "https://www.steemimg.com/images/2016/09/15/money221de.jpg", + "http://i.giphy.com/C1bxVyf8KAGbK.gif", + "https://www.steemimg.com/images/2016/09/15/imageedit_2_7339449845eb53d.jpg", + "http://i.giphy.com/d3JtCuf3m0S1ReSc.gif", + "http://i.giphy.com/2lxG3ySjtbpBe.gif", + "http://i.giphy.com/5XNEIKcohVG8w.gif", + "http://i.giphy.com/P0qVAld5tgupa.gif", + "https://www.steemimg.com/images/2016/09/04/9995162001848030509161a22f.png" + ], + "links": [ + "http://i.giphy.com/IT6kBZ1k5oEeI.gif", + "https://youngcinemabuffs.files.wordpress.com/2014/11/leonardo-dicaprio-in-the-wolf-of-wall-street1.jpg", + "http://www.quotehd.com/imagequotes/authors62/cathy-freeman-cathy-freeman-money-makes-life-easier-but-i-dont-want.jpg", + "http://i.giphy.com/d3JtCuf3m0S1ReSc.gif", + "http://i.giphy.com/2lxG3ySjtbpBe.gif", + "http://i.giphy.com/5XNEIKcohVG8w.gif", + "https://steemit.com/@alwayzgame" + ], + "tags": [ + "money", + "life", + "immature", + "steemsquad", + "minnowsunite" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3387872109466, + "payout": 1.372, + "payout_at": "2016-09-22T17:48:57", + "pending_payout_value": "1.372 HBD", + "percent_hbd": 10000, + "permlink": "my-relationship-with-money", + "post_id": 1256703, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 39 + }, + "title": "My Relationship with Money.", + "updated": "2016-09-15T17:48:57", + "url": "/money/@alwayzgame/my-relationship-with-money" + }, + { + "active_votes": [ + { + "rshares": 6968715240055, + "voter": "xeldal" + }, + { + "rshares": 5646360502354, + "voter": "enki" + }, + { + "rshares": 1061266533, + "voter": "murh" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 147127029355, + "voter": "derekareith" + }, + { + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 26180448592, + "voter": "peacekeeper" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 10729017501, + "voter": "gomeravibz" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 1140521444, + "voter": "vegascomic" + }, + { + "rshares": 5191999980, + "voter": "melek" + }, + { + "rshares": 6655080164, + "voter": "hilarski" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 10524274112, + "voter": "lesliestarrohara" + }, + { + "rshares": 576463980, + "voter": "profanarky" + }, + { + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "rshares": 56386889, + "voter": "apparat" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 799641402, + "voter": "jessicanicklos" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "lesliestarrohara", + "author_payout_value": "0.000 HBD", + "author_reputation": 60.27, + "beneficiaries": [], + "blacklists": [], + "body": "
![money-1604921_960_7209a8a0.jpg](https://www.steemimg.com/images/2016/09/15/money-1604921_960_7209a8a0.jpg)
\n\n# A tip is like a hug, but without all the touching. #\nDo you ever wish your vote was worth more, so that you could reward an author for an awesome post that just isn't gaining traction? Do you have favorite Steemit authors who have brought value to your life with their writing, but aren't raking in the steem dollars yet?\n\n# Incorporate TIPPING into your Steemit strategy to make Steemit a more welcoming environment and to grow the platform. #\nTips are a wonderful way to show your appreciation to your favorite Steemit authors, and to encourage new Steemians. Upvoting and commenting are a given, but sometimes you'll want to do even more to show your appreciation. By transferring just a dollar or two of SBD, along with a short message of support, you are letting the author know that their efforts are not going unnoticed, and that their voice is valuable to you.\n\nI've been tipping whenever I cash out my SBD. If I'm about to cash out $156, I will round it down to $150. Then I will use the remaining $6 to tip my favorite minnow authors. You could do it this way, or tip once a week or once a month, or just tip for a really great article whenever you find one. You could tip people for leaving really insightful comments on your own posts, as well. \n\n# Guidelines for tipping #\n\n* DON'T tip a whale, or a large dolphin. This will most likely be seen as vote-begging, and that's not cool. If you want to show your appreciation to a whale or dolphin, leave them a thoughtful comment.\n* DON'T tip with the expectation of any kind of return in mind. Just do it to show appreciation or offer encouragement.\n* DO write a brief explanation for your tip in the memo field when you perform the transfer. Something as simple as \"Here's a tip, I like your work!\" will suffice. Additionally, if you are tipping because you really loved a particular article, you could comment on that article to let the author know that you have tipped them. Otherwise the author will not know you have tipped them until the next time they check their wallet. (This can be good, too, if you want your tip to be more of a surprise.)\n\n# Your tips inspire more tips! #\nWhen you tip a new author, you are welcoming them to the Steemit community and encouraging them to keep trying. They might not be able to \"pay it forward\" right away, but once they achieve some success on Steemit, chances are they will incorporate tipping into their Steemit strategy, as well. The more people do this, the more of a welcoming environment Steemit will become to new authors, and the more Steemit will grow as a platform.\n\n# You can ask for tips, too! (Do it in a nice, friendly, lighthearted way--not a desperate or demanding way.) #\nOn many of my posts, I include a handy link at the bottom that encourages readers to tip me if they found my content valuable. I haven't received any tips yet, but that's okay. I do this more as a way to encourage a culture of tipping, than of actually getting tips (though I do love getting tipped--who doesn't?)\n\nIf you want to try this on your posts, you can build a custom link here. It only takes a second, and then you can copy the code and paste it to the bottom of all your posts.\n\nThe really cool thing about having a digital tip jar at the bottom of each of your posts, is that ***non-Steemians*** can tip you for your work. People who find your post through Google, Facebook, or wherever. This can help monetize your content beyond the Steemit readership.\n\n# What do you think? Is tipping a good strategy for making growing the Steemit platform and making the Steemit community more welcoming? What are some other ways to do this? Let me know in the comments. #", + "category": "steemit", + "children": 2, + "created": "2016-09-15T17:46:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/money-1604921_960_7209a8a0.jpg" + ], + "links": [ + "http://steempay.io/generate" + ], + "tags": [ + "steemit", + "tipping", + "money", + "writing", + "steemhelp" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12853651103190, + "payout": 11.865, + "payout_at": "2016-09-22T17:46:57", + "pending_payout_value": "11.865 HBD", + "percent_hbd": 10000, + "permlink": "fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips", + "post_id": 1256676, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 33 + }, + "title": "Fostering a Culture of Appreciation and Encouragement on Steemit with TIPS!", + "updated": "2016-09-15T17:46:57", + "url": "/steemit/@lesliestarrohara/fostering-a-culture-of-appreciation-and-encouragement-on-steemit-with-tips" + }, + { + "active_votes": [ + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 59061302314, + "voter": "lehard" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 2654419614, + "voter": "the-future" + }, + { + "rshares": 3684500275, + "voter": "favorit" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 84708065280, + "voter": "serejandmyself" + }, + { + "rshares": 115178213, + "voter": "pollina" + }, + { + "rshares": 169608367, + "voter": "kamil5" + }, + { + "rshares": 5129235525, + "voter": "nadin3" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 50193769, + "voter": "f1111111" + } + ], + "author": "pollina", + "author_payout_value": "0.000 HBD", + "author_reputation": 44.8, + "beneficiaries": [], + "blacklists": [], + "body": "\n

http://i.imgur.com/XYtA0IP.jpg

\n

 Hello! This is the mountain my friend and I decided to conquer. There is a small church on top of the mountain that I want to show you. And I'll also show you my school from the top of the mountain. My school is outside of the city and it's called \"A school on your coast\". 

\n

\u041f\u0440\u0438\u0432\u0435\u0442!!!\u0432\u043e\u0442 \u043d\u0430 \u044d\u0442\u0443 \u0433\u043e\u0440\u0443  \u043c\u044b \u0441 \u043f\u043e\u0434\u0440\u0443\u0436\u043a\u043e\u0439 \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u043e\u0434\u043d\u044f\u0442\u044c\u0441\u044f . \u041d\u0430  \u0433\u043e\u0440\u0435 \u0441\u0442\u0440\u043e\u044f\u0442  \u0445\u0440\u0430\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043c\u044b \u0432\u0430\u0441 \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u043c. \u0438 \u0441 \u0433\u043e\u0440\u044b \u044f \u0432\u0430\u043c \u043f\u043e\u043a\u0430\u0436\u0443 \u043c\u043e\u044e \u0448\u043a\u043e\u043b\u0443.\u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0437\u0430 \u0433\u043e\u0440\u043e\u0434\u043e\u043c \u0438 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \"\u0428\u043a\u043e\u043b\u0430 \u043d\u0430 \u0442\u0432\u043e\u0435\u043c \u0431\u0435\u0440\u0435\u0433\u0443\"

\n

http://i.imgur.com/faeHg3j.jpg

\n

http://i.imgur.com/hI7NZGz.jpg

\n

http://i.imgur.com/mXqC8Mp.jpg

\n

The river Pushma is situated near a mountain.

\n

\u0440\u0435\u043a\u0430 \" \u041f\u044b\u0448\u043c\u0430\" \u0443  \u0433\u043e\u0440\u044b 

\n

http://i.imgur.com/dH1tdCG.jpg

\n

 The ducks swimming in the river.

\n

\u0443\u0442\u043a\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0436\u0438\u0432\u0443\u0442 \u043d\u0430 \u0440\u0435\u043a\u0435

\n

http://i.imgur.com/yCfjtec.jpg

\n

http://i.imgur.com/8HnZOFl.jpg

\n

This is me before climbing the mountain. There were stairs leading to the church, but we didn't find them and decided to go up the rocky hill. 

\n

\u042f \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u044a\u0435\u043c\u043e\u043c  \u043d\u0430 \u0433\u043e\u0440\u0443, \u0442\u0430\u043c \u0440\u0430\u043d\u044c\u0448\u0435 \u0441\u0442\u0443\u043f\u0435\u043d\u044c\u043a\u0438 \u0431\u044b\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u043d\u044b  \u043a \u0445\u0440\u0430\u043c\u0443 \u043f\u043e\u0434\u043d\u044f\u0442\u044c\u0441\u044f , \u043d\u043e    \u043c\u044b \u0438\u0445 \u043d\u0435 \u043d\u0430\u0448\u043b\u0438 \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u043e\u0434\u044b\u043c\u0430\u0442\u044c\u0441\u044f  \u043f\u043e \u0443\u043a\u043b\u043e\u043d\u0443 \u043f\u043e \u043a\u0430\u043c\u043d\u044f\u043c.

\n

 http://i.imgur.com/4eju7Op.jpg

\n

http://i.imgur.com/vxefNpH.jpg

\n

http://i.imgur.com/ZNUYbUA.jpg

\n

http://i.imgur.com/hVRkLGE.jpg

\n

http://i.imgur.com/FQNzmR2.jpg

\n

 So we reached our destination on top of the mountain.  A small church is being built here. 

\n

\u0418 \u0432\u043e\u0442 \u043c\u044b  \u0443 \u0446\u0435\u043b\u0438, \u0434\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c \u0434\u043e \u0432\u0435\u0440\u0448\u0438\u043d\u044b \u0433\u043e\u0440\u044b , \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0442\u0440\u043e\u044f\u0442 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0443\u044e \u0446\u0435\u0440\u043a\u043e\u0432\u044c.

\n

http://i.imgur.com/gwutBOT.jpg

\n

http://i.imgur.com/2Ip6DWW.jpg

\n

http://i.imgur.com/oowBip0.jpg

\n

 You can find a spectacular view on Staropushminsk settlement from the top of the mountain. You can also see my school, it's right under the church. 

\n

\u0421 \u0433\u043e\u0440\u044b  \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0432\u0438\u0434 \u043d\u0430 \u043f\u043e\u0441\u0435\u043b\u043e\u043a \u0421\u0442\u0430\u0440\u043e\u043f\u044b\u0448\u043c\u0438\u043d\u0441\u043a , \u0438 \u0432\u0438\u0434\u043d\u043e \u043c\u043e\u044e  \u0448\u043a\u043e\u043b\u0443 \u043e\u043d\u0430 \u043f\u0440\u044f\u043c\u043e \u043f\u043e\u0434 \u0446\u0435\u0440\u043a\u043e\u0432\u044c\u044e

\n

http://i.imgur.com/B6ODrsM.jpg

\n

http://i.imgur.com/hw66Pn1.jpg

\n

http://i.imgur.com/T0eC9uv.jpg

\n

We decided to go down the mountain  on a different path.

\n

\u0420\u0435\u0448\u0438\u043b\u0438 \u0441\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0441 \u0433\u043e\u0440\u044b \u043f\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u0442\u0440\u043e\u043f\u0435

\n

http://i.imgur.com/es4KIDb.jpg

\n

http://i.imgur.com/cuODP91.jpg

\n

http://i.imgur.com/DJNwGJm.jpg

\n

http://i.imgur.com/bKATehz.jpg

\n

 On our way down we decided to walk along the mountain and a miracle happened - we found the stairs, so I decided to do gown there. 

\n

\u041a\u043e\u0433\u0434\u0430 \u043c\u044b \u0441\u043f\u0443\u0441\u0442\u0438\u043b\u0438\u0441\u044c \u0432\u043d\u0438\u0437 \u043a \u043f\u043e\u0434\u043d\u043e\u0436\u044c\u044e,   \u0440\u0435\u0448\u0438\u043b\u0438 \u043f\u0440\u043e\u0439\u0442\u0438  \u0432\u0434\u043e\u043b\u044c  \u0433\u043e\u0440\u044b, \u0438 \u043e \u0447\u0443\u0434\u043e \u043c\u044b \u043d\u0430\u0448\u043b\u0438 \u0441\u0442\u0443\u043f\u0435\u043d\u044c\u043a\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0441\u043a\u0430\u043b\u0438, \u044f \u0440\u0435\u0448\u0438\u043b\u0430 \u0447\u0442\u043e \u043d\u0430\u0434\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u0438 \u043f\u043e \u043d\u0438\u043c  .

\n

http://i.imgur.com/OdFT0Zh.jpg

\n

http://i.imgur.com/hChJfM7.jpg

\n

http://i.imgur.com/VaVTtVT.jpg

\n

http://i.imgur.com/YGO8dWu.jpg

\n

And this is the view from the top.

\n

\u0430 \u0432\u043e\u0442 \u043a\u0430\u043a\u043e\u0439 \u0432\u0438\u0434 \u043e\u0442\u043a\u0440\u044b\u043b\u0441\u044f  \u0441 \u0432\u0435\u0440\u0445\u0443

\n

http://i.imgur.com/lGQsxU2.jpg

\n

  We are going down

\n

\u0441\u043f\u0443\u0441\u043a\u0430\u0435\u043c\u0441\u044f \u0432\u043d\u0438\u0437

\n

http://i.imgur.com/GF0h46O.jpg

\n

http://i.imgur.com/0q7rB8D.jpg

\n

 We went down safely. Our trip was over, we were a bit tired, but the mood was great! Looking up. 

\n

\u041c\u044b \u0431\u043b\u0430\u0433\u043e\u043f\u043e\u043b\u0443\u0447\u043d\u043e  \u0441\u043f\u0443\u0441\u0442\u0438\u043b\u0438\u0441\u044c  \u0432\u043d\u0438\u0437,  \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435  \u043d\u0430 \u0433\u043e\u0440\u0443 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435 \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0435  \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0443\u0441\u0442\u0430\u043b\u0438, \u0432\u0437\u0433\u043b\u044f\u0434 \u0441\u043d\u0438\u0437\u0443.

\n

http://i.imgur.com/BHxO8si.jpg

\n

 I hope you liked my pictures, I tried my best. 

\n

 \u041d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u043c\u043e\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u044f \u043e\u0447\u0435\u043d\u044c \u0441\u0442\u0430\u0440\u0430\u043b\u0430\u0441\u044c.

\n


\n


\n", + "category": "photography", + "children": 0, + "created": "2016-09-15T17:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/XYtA0IP.jpg", + "http://i.imgur.com/faeHg3j.jpg", + "http://i.imgur.com/hI7NZGz.jpg", + "http://i.imgur.com/mXqC8Mp.jpg", + "http://i.imgur.com/dH1tdCG.jpg", + "http://i.imgur.com/yCfjtec.jpg", + "http://i.imgur.com/8HnZOFl.jpg", + "http://i.imgur.com/4eju7Op.jpg", + "http://i.imgur.com/vxefNpH.jpg", + "http://i.imgur.com/ZNUYbUA.jpg", + "http://i.imgur.com/hVRkLGE.jpg", + "http://i.imgur.com/FQNzmR2.jpg", + "http://i.imgur.com/gwutBOT.jpg", + "http://i.imgur.com/2Ip6DWW.jpg", + "http://i.imgur.com/oowBip0.jpg", + "http://i.imgur.com/B6ODrsM.jpg", + "http://i.imgur.com/hw66Pn1.jpg", + "http://i.imgur.com/T0eC9uv.jpg", + "http://i.imgur.com/es4KIDb.jpg", + "http://i.imgur.com/cuODP91.jpg", + "http://i.imgur.com/DJNwGJm.jpg", + "http://i.imgur.com/bKATehz.jpg", + "http://i.imgur.com/OdFT0Zh.jpg", + "http://i.imgur.com/hChJfM7.jpg", + "http://i.imgur.com/VaVTtVT.jpg", + "http://i.imgur.com/YGO8dWu.jpg", + "http://i.imgur.com/lGQsxU2.jpg", + "http://i.imgur.com/GF0h46O.jpg", + "http://i.imgur.com/0q7rB8D.jpg", + "http://i.imgur.com/BHxO8si.jpg" + ], + "tags": [ + "photography", + "life", + "travel", + "nature", + "ru" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 244914782711, + "payout": 0.056, + "payout_at": "2016-09-22T17:44:48", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 10000, + "permlink": "pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus", + "post_id": 1256658, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "Pictures of my workplace, landscape near the school I go to.# \u041c\u043e\u0439 \u0444\u043e\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u044b , \u043f\u0435\u0439\u0437\u0430\u0436 \u0440\u044f\u0434\u043e\u043c \u0441\u043e \u0448\u043a\u043e\u043b\u043e\u0439 \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u044f \u0443\u0447\u0443\u0441\u044c.", + "updated": "2016-09-15T17:44:48", + "url": "/photography/@pollina/pictures-of-my-workplace-landscape-near-the-school-i-go-to-moi-foto-raboty-peizazh-ryadom-so-shkoloi-v-kotoroi-ya-uchus" + }, + { + "active_votes": [ + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 38316090994, + "voter": "twinner" + }, + { + "rshares": 332262994, + "voter": "ledzep1981" + } + ], + "author": "ledzep1981", + "author_payout_value": "0.000 HBD", + "author_reputation": 47.38, + "beneficiaries": [], + "blacklists": [], + "body": "Mein Menschenbild ist deutlich positiver als das eines Sozialisten vorallem weil ich davon ausgehe das die meisten Menschen durchaus sozial wenn sie denn in der Lage dazu sind, dies zu k\u00f6nnen. Allgemein ist ja auch eine der ersten Fragen in vielen Diskussionen: \"Was ist denn mit den Bed\u00fcrftigen wenn es keinen Staat gibt?\" Ich denke eben keineswegs das man die Menschen dazu zwingen muss anderen zu helfen und halte es auch f\u00fcr obsolet andere dazu zu zwingen jemand zu helfen. Hilfe ist aus meiner Sicht immer freiwillig und ich sehe keinen Grund jemand dazu zu zwingen anderen zu helfen, dazu hat niemand ein Recht. Wer was tun will sollte was tun mit den eigenen Mitteln und nicht indem er andere dazu zwingt.\n\nIn Deutschland werden jedes Jahr mehrere Milliarden gespendet, die Bereitschaft anderen zu helfen w\u00e4re ohne Steuern und Abgaben noch deutlich h\u00f6her, weil man ja nicht ohnehin schon daf\u00fcr zahlen muss.", + "category": "deutschen", + "children": 0, + "created": "2016-09-15T17:44:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "deutschen", + "freiheit", + "menschenbild", + "hilfe", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 412526835817, + "payout": 0.098, + "payout_at": "2016-09-22T17:44:48", + "pending_payout_value": "0.098 HBD", + "percent_hbd": 10000, + "permlink": "mein-menschenbild", + "post_id": 1256657, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Mein Menschenbild", + "updated": "2016-09-15T17:44:48", + "url": "/deutschen/@ledzep1981/mein-menschenbild" + }, + { + "active_votes": [ + { + "rshares": 282807868, + "voter": "gladkos" + }, + { + "rshares": 748764436, + "voter": "rxhector" + }, + { + "rshares": 125741877, + "voter": "changelly" + } + ], + "author": "changelly", + "author_payout_value": "0.000 HBD", + "author_reputation": 46.4, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Hey, Steemers! 

\n

We're Changelly, an instant exchange service, where you can convert almost any amount of any coins supported. It\u2019s supersafe as we don\u2019t store user deposits and exchange money right away.  

\n

\n

All of a sudden, Ripple began to grow as it raised $55 million. The currency keeps climbing price charts, and this can be perfectly illustrated with screenshots from Poloniex. In this guide you\u2019ll learn how to buy Ripple with BTC on Changelly.com

\n

\n

 1. Select XRP in the drop-down list on the right, than BTC on the left, enter the amount you want to exchange, then press \u2018Exchange!\u2019. 

\n

\n

2. Check the amount and the estimated rate, then go next.

\n

\n


\n3. Paste an XRP address (without a destination tag).

\n

\n


\n4. Check all details attentively and proceed to the next step.

\n

\n


\n5. Now you need to send BTC to the address provided in this step.

\n

\n


\n6. Open your BTC wallet and send the amount requested.

\n

\n


\n7. Back to Changelly, open your history page and see the status of your payment. Wait a little before the transaction is finished.

\n

\n


\n8. When it\u2019s finished, you\u2019ll see a receipt with all information including the hash of your payment. Now you can check your Ripple wallet. 

\n

\n

That\u2019s it. Try it now, exchange BTC to XRP!  

\n


\n", + "category": "money", + "children": 2, + "created": "2016-09-15T17:44:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple_tweeter-1140x515.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/poloniex.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple1-1024x146.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple2-1024x267.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple3-1024x191.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple4.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple5.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple7.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple8-1024x115.png", + "https://blog.changelly.com/wp-content/uploads/2016/09/ripple9.png" + ], + "links": [ + "changelly.com/exchange/BTC/XRP/1?ref_id=steemit", + "https://changelly.com/exchange/BTC/XRP/1?ref_id=blog" + ], + "tags": [ + "money", + "bitcoin", + "crypto-news", + "beyondbitcoin", + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1157314181, + "payout": 0.0, + "payout_at": "2016-09-22T17:44:36", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-exchange-bitcoin-btc-to-ripple-xrp", + "post_id": 1256655, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "updated": "2016-09-15T19:34:33", + "url": "/money/@changelly/how-to-exchange-bitcoin-btc-to-ripple-xrp" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 28378442877, + "voter": "extie-dasilva" + }, + { + "rshares": 5342593881, + "voter": "kimziv" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 3845662749, + "voter": "neopatriarch" + }, + { + "rshares": 2460297505, + "voter": "furion" + }, + { + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "rshares": 116539483, + "voter": "poseidon" + }, + { + "rshares": 4370748872, + "voter": "fubar-bdhr" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 902876509, + "voter": "sisterholics" + }, + { + "rshares": 31928773198, + "voter": "laonie" + }, + { + "rshares": 1332489602, + "voter": "myfirst" + }, + { + "rshares": 6481020431, + "voter": "somebody" + }, + { + "rshares": 242319754, + "voter": "flysaga" + }, + { + "rshares": 1431704848, + "voter": "midnightoil" + }, + { + "rshares": 3580996794, + "voter": "xiaohui" + }, + { + "rshares": 161713362, + "voter": "elfkitchen" + }, + { + "rshares": 111952254, + "voter": "xiaokongcom" + }, + { + "rshares": 225675894, + "voter": "xianjun" + }, + { + "rshares": 800034503, + "voter": "freeinthought" + }, + { + "rshares": 6201223347, + "voter": "orcish" + }, + { + "rshares": 1150388553, + "voter": "sirlunchalot" + } + ], + "author": "eight-rad", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.34, + "beneficiaries": [], + "blacklists": [], + "body": "https://img1.steemit.com/0x0/http://i64.tinypic.com/zv1pas.png\n\nEver been stuck for a quick picture for your post, worried about rights or being flagged ? Have got the service you have been looking for =). \n\nGiving is good and Free is better, I want to give something back to the great community here on Steemit. \n\nBelow is the first repository of free stock images posted under the \"Free Culture\" Creative Commons licence. For the good folk of Steemit or whoever else to use.\n\n\nUse them for commercial and non commercial its all good, YOU have permission. \nhttps://creativecommons.org/share-your-work/public-domain/freeworks/\n\nEnjoy \n\n\n8Rad \n \n\n\n\n\nhttps://img1.steemit.com/0x0/http://i64.tinypic.com/166lqhi.jpg\n\n\"Image\n\n\"Image\n\n\"Image\n\n\n\n\n\"Image\n\n\n\"Image\n\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\"Image\n\n\n\n\n\"Creative
This work is licensed under a Creative Commons Attribution 4.0 International License.", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://i64.tinypic.com/zv1pas.png", + "https://img1.steemit.com/0x0/http://i64.tinypic.com/166lqhi.jpg", + "http://i63.tinypic.com/eqp84n.jpg", + "http://i64.tinypic.com/kcxp45.jpg", + "http://i65.tinypic.com/daf79.jpg", + "http://i64.tinypic.com/mw3xah.jpg", + "http://i67.tinypic.com/a1u0qu.jpg", + "http://i64.tinypic.com/21o3st3.jpg", + "http://i64.tinypic.com/30izu3b.jpg", + "http://i63.tinypic.com/2rh2y6e.png", + "http://i68.tinypic.com/m96s7n.jpg", + "http://i65.tinypic.com/1nye74.jpg", + "http://i65.tinypic.com/15cmrnl.jpg", + "http://i64.tinypic.com/2l8gu37.jpg", + "http://i68.tinypic.com/2yo7v5i.jpg", + "http://i64.tinypic.com/23kaqmc.jpg", + "http://i67.tinypic.com/20psu4h.jpg", + "https://i.creativecommons.org/l/by/4.0/88x31.png" + ], + "links": [ + "https://creativecommons.org/share-your-work/public-domain/freeworks/", + "http://tinypic.com?ref=eqp84n", + "http://tinypic.com?ref=kcxp45", + "http://tinypic.com?ref=daf79", + "http://tinypic.com?ref=mw3xah", + "http://tinypic.com?ref=a1u0qu", + "http://tinypic.com?ref=21o3st3", + "http://tinypic.com?ref=30izu3b", + "http://tinypic.com?ref=2rh2y6e", + "http://tinypic.com?ref=m96s7n", + "http://tinypic.com?ref=1nye74", + "http://tinypic.com?ref=15cmrnl", + "http://tinypic.com?ref=2l8gu37", + "http://tinypic.com?ref=2yo7v5i", + "http://tinypic.com?ref=23kaqmc", + "http://tinypic.com?ref=20psu4h", + "http://creativecommons.org/licenses/by/4.0/" + ], + "tags": [ + "steemit", + "art", + "drawing", + "life", + "freepics" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 106839053366, + "payout": 0.023, + "payout_at": "2016-09-22T17:44:00", + "pending_payout_value": "0.023 HBD", + "percent_hbd": 0, + "permlink": "free-17-images-for-your-steemit-posts", + "post_id": 1256648, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 26 + }, + "title": "FREE 17 images for Your Steemit Posts", + "updated": "2016-09-15T17:44:00", + "url": "/steemit/@eight-rad/free-17-images-for-your-steemit-posts" + }, + { + "active_votes": [ + { + "rshares": 6968715240055, + "voter": "xeldal" + }, + { + "rshares": 5763993012820, + "voter": "enki" + }, + { + "rshares": 1534203960100, + "voter": "joseph" + }, + { + "rshares": 8926901993, + "voter": "idol" + }, + { + "rshares": 1578042086, + "voter": "jocelyn" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061257518, + "voter": "murh" + }, + { + "rshares": 2057424858, + "voter": "error" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 8635740631, + "voter": "herverisson" + }, + { + "rshares": 20647946131, + "voter": "artific" + }, + { + "rshares": 5109122482, + "voter": "rainchen" + }, + { + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 10539701148, + "voter": "borran" + }, + { + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 11527221553, + "voter": "sethlinson" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 128993206, + "voter": "kingkrawdad" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 339297523, + "voter": "anomaly" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 4636706408, + "voter": "jennane" + }, + { + "rshares": 6920933761, + "voter": "dresden" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 157429595, + "voter": "tyrionlannister" + } + ], + "author": "sethlinson", + "author_payout_value": "0.000 HBD", + "author_reputation": 60.61, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Yeah, yeah, I\u2019m a few days late on this one. Sue me.

\n

I\u2019m making this post because I grow tired of seeing both sides of this debate spewing vitriol at each other and proclaiming with absolute confidence: \u201cI\u2019m 100% correct and anyone who disagrees with me is an idiot!\u201d

\n

It's time to open up a great big can of worms...

\n

This may seem stupid, but we should begin by getting something very basic out of the way:

\n

What is a Conspiracy?

\n
\n

con\u00b7spir\u00b7a\u00b7cy 

\n
    \n
  1. a secret plan by a group to do something unlawful or harmful.\"a conspiracy to destroy the 
  2. \n
  3. the action of plotting or conspiring.
  4. \n
\n
\n

It doesn't matter which party was responsible for the events on 9/11. It was a conspiracy. A group of people conspired to murder thousands of civilians. Whether it was Al Qaeda, the U.S. Government, The New World Order or alien lizard people; it was a conspiracy.

\n

\n

Any attempt to explain the events of that day without total and complete knowledge is a conspiracy theory. So we're all conspiracy theorists, okay? Let's move on. 

\n

Casting Doubt on Common Conspiracy Theories

\n

\n

I\u2019m not going to pretend to be an expert. I\u2019m no scientist, I\u2019m not an architect, and I wasn\u2019t there. But my own research tells me that there\u2019s a lot of reason to doubt some of the popular theories. I\u2019ll mostly be focusing on the claim that 9/11 was a controlled demolition.

\n

No, the towers did not collapse at freefall speed. They fell at almost half the rate of a freefall. This factoid may not convince anyone that there was no foul play, but if you want to make a case, don\u2019t rely on bad arguments that are so easy to disprove.

\n

Stop saying that \u201cjet fuel can\u2019t melt steel beams.\u201d Everybody knows that. No one is claiming that jet fuel melted any steel beams. All it takes to cause significant damage and even collapse is a loss of structural integrity. Sure, steel will only melt at 2750\u00b0F, but it will bend and buckle and far lower temperatures. Steel loses about 50% of its strength at 1100\u00b0F. Jet fuel burns at temperatures between 800\u00b0F and 1500\u00b0F. 

\n

To dispel another argument; explosions of dust coming out of the building as it collapsed is not proof that the building was lined with explosives. Such explosions would occur as the collapsing floors pancaked on top of each other, shooting out air and debris.

\n

\u201cWhat about Building 7?\u201d you ask, \u201cAh ha! Checkmate!\u201d

\n

Again, I\u2019m no expert. But here\u2019s a quote from people who might know a bit more than you and me. You can take or leave this analysis, I don\u2019t care. I\u2019m not trying to convert anyone to a certain way of thinking, I\u2019m just saying things aren\u2019t so clear cut, and people aren\u2019t \u201cstupid sheeple\u201d for believing one story over another. 

\n
\n

Many conspiracy theorists point to FEMA's preliminary report, which said there was relatively light damage to WTC 7 prior to its collapse. With the benefit of more time and resources, NIST researchers now support the working hypothesis that WTC 7 was far more compromised by falling debris than the FEMA report indicated. \"The most important thing we found was that there was, in fact, physical damage to the south face of building 7,\" NIST's Sunder tells PM. \"On about a third of the face to the center and to the bottom\u2014approximately 10 stories\u2014about 25 percent of the depth of the building was scooped out.\" NIST also discovered previously undocumented damage to WTC 7's upper stories and its southwest corner.

\n

NIST investigators believe a combination of intense fire and severe structural damage contributed to the collapse, though assigning the exact proportion requires more research. But NIST's analysis suggests the fall of WTC 7 was an example of \"progressive collapse,\" a process in which the failure of parts of a structure ultimately creates strains that cause the entire building to come down. Videos of the fall of WTC 7 show cracks, or \"kinks,\" in the building's facade just before the two penthouses disappeared into the structure, one after the other. The entire building fell in on itself, with the slumping east side of the structure pulling down the west side in a diagonal collapse.

\n

According to NIST, there was one primary reason for the building's failure: In an unusual design, the columns near the visible kinks were carrying exceptionally large loads, roughly 2000 sq. ft. of floor area for each floor. \"What our preliminary analysis has shown is that if you take out just one column on one of the lower floors,\" Sunder notes, \"it could cause a vertical progression of collapse so that the entire section comes down.\"

\n
\n

Source: Popular Mechanics

\n

The truth is I have a lot of trouble believing that the government would be competent enough to pull of a demolition conspiracy of this magnitude, let alone keep it a secret for 15+ years.

\n

I see so many conspiracy theorists touting shaky interpretations of photos and videos as hard evidence and building entire narratives around them. Conjecture based on no evidence (or a layman\u2019s bad understanding of photographs and videos) is not more valuable or more likely to be true than even the difficult-to-trust state sources.

\n

Don\u2019t fight fishy evidence with fishy evidence.

\n

Did the Government Have Foreknowledge?

\n

\n

I don\u2019t believe that there was a controlled demolition. But that doesn\u2019t mean I discount all possibility of a conspiracy within the government.

\n

President George W. Bush said, \u201cNobody in our government at least, and I don't think the prior government, could envisage flying air planes into buildings.\u201d And he wasn\u2019t alone in making this claim. Both an Air Force general, FBI director Robert Mueller, and National Security Advisor Condoleeza Rice claimed that they could never have predicted an attack where the perpetrators used airplanes as missiles.

\n

These statements are demonstrably false.

\n

I\u2019m not going to list all of the warning signs that the government had. A simple Google search or a peak at this Wikipedia page will give you everything you need to know. I will tell you that through the 90s there was more than one plot by individuals or \u201cterrorist groups\u201d to use airplanes to attack U.S. targets. On top of this, NORAD had run a war gam scenario in which a hijacked commercial airliner crashed into The Pentagon.

\n

\u2026My ass they never considered the possibility.

\n

The U.S. Government also received many warnings specifically about the 9/11 attack in the months preceding it from foreign intelligence agencies. The attack should not have been a surprise.

\n

This begs the question: why would all of these top government officials universally make the claim that they had no warning when it\u2019s clear that the CIA and FBI had plenty of information that said otherwise? I\u2019ll leave you to ponder that question for yourself.

\n

I have my suspicions but I won\u2019t make absolute claims about things that I don\u2019t really know.

\n

Not only is there some shady evidence of government foreknowledge, but there was an unusually high number of shares in airlines and insurance companies traded just before the attack. Oh, but don\u2019t worry, a U.S. Government official said that there was no malfeasance. Everything is perfectly normal and above-board here, thank you very much.

\n

You can make of this evidence whatever you will.

\n

What Do We Know?

\n

\n

Despite the claims of the rare conspiracy theorist, it is almost universally agreed upon that 4 airplanes crashed on September 11th: two into the Twin Towers, one into The Pentagon and another into an empty field.

\n

The government (and possibly other wealthy elites) had at least some foreknowledge of the attack. Whether or not their foreknowledge was specific enough to warrant action is a matter for debate.

\n

The U.S. (and other governments) have proven that it is not beyond their moral threshold or capabilities to target their own citizens to achieve political gain. See Operation Northwoods.

\n

This is what we know.

\n

So can we stop calling each other \"shills\", \"sheeple\", \"idiots\" and \"morons\"? Not one of us knows to any degree of certainty what exactly happened and who is responsible.

\n

I'm sure there is someone out there who can debunk everything I wrote, and I'm sure there's someone else who can debunk the debunker

\n

Let's be polite and try to find the truth without forcing each other into opposing camps and firing shots. 

\n

We don't have to be enemies. 

\n

We all want truth. 

\n

~Seth

\n


\n

P.S. I'd like to thank my wife for giving me a couple days off from writing and then totally kicking ass with her blog entries!

\n


\n

Image Sources:

\n\n

\n", + "category": "conspiracy", + "children": 19, + "created": "2016-09-15T17:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/SheepleBanner16911.jpg", + "https://www.steemimg.com/images/2016/09/15/ObamaLizardfae8e.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/UA_Flight_175_hits_WTC_south_tower_9-11_edit.jpeg/552px-UA_Flight_175_hits_WTC_south_tower_9-11_edit.jpeg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Defense.gov_News_Photo_010917-D-9880W-034.jpg/624px-Defense.gov_News_Photo_010917-D-9880W-034.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/September_11_2001_just_collapsed.jpg/319px-September_11_2001_just_collapsed.jpg", + "https://www.steemimg.com/images/2016/09/01/BlogLogo262516.jpg" + ], + "links": [ + "http://www.popularmechanics.com/military/a6384/debunking-911-myths-world-trade-center/", + "https://en.wikipedia.org/wiki/September_11_attacks_advance-knowledge_conspiracy_theories", + "http://www.foxnews.com/story/2002/05/17/clues-alerted-white-house-to-potential-attacks.html", + "http://911research.wtc7.net/cache/sept11/londontimes_insidertrading.html", + "https://en.wikipedia.org/wiki/Operation_Northwoods", + "https://media.giphy.com/media/gauzBevJxeJHy/giphy.gif", + "https://steemit.com/life/@sethlinson/i-ve-never-had-sex-with-my-husband-here-s-why", + "https://steemit.com/life/@sethlinson/no-vaginismus-is-not-a-harry-potter-spell", + "https://en.wikipedia.org/wiki/September_11_attacks", + "https://en.wikipedia.org/wiki/George_W._Bush" + ], + "tags": [ + "conspiracy", + "politics", + "anarchy", + "wtc", + "theory" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14397781979233, + "payout": 14.496, + "payout_at": "2016-09-22T17:43:09", + "pending_payout_value": "14.496 HBD", + "percent_hbd": 10000, + "permlink": "was-9-11-an-inside-job-i-don-t-know-and-neither-do-you", + "post_id": 1256638, + "promoted": "10.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 32 + }, + "title": "Was 9/11 an Inside Job? I Don\u2019t Know and Neither Do You.", + "updated": "2016-09-15T18:27:45", + "url": "/conspiracy/@sethlinson/was-9-11-an-inside-job-i-don-t-know-and-neither-do-you" + }, + { + "active_votes": [ + { + "rshares": 138171895643, + "voter": "coinbitgold" + }, + { + "rshares": 3276506793, + "voter": "sulev" + }, + { + "rshares": 86856328, + "voter": "ruscion" + }, + { + "rshares": 1618517030, + "voter": "plotbot2015" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 1456475669, + "voter": "robotev" + }, + { + "rshares": 2384703048, + "voter": "iontom" + }, + { + "rshares": 130289957, + "voter": "bleujay" + } + ], + "author": "iontom", + "author_payout_value": "0.000 HBD", + "author_reputation": 52.73, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

The 'brother' trade agreement to TTP and TTIP, it's probably the worst of all of them. 

\n

 View the leaks and the announcement here on Wikileaks

\n

You can read the:

\n\n

Here's the biggest three implications:

\n
1. Governments sign away their right to give preferences to local providers of services - meaning that a globally controlled media will exist (and serve the neo-liberal agenda)
\n
\n2. It restricts the ability of member states to use any law or regulation to challenge Multi-National Corps. (a corporation could buy a nation's water rights and not be sued)
\n
\n3. Privacy protections are completely 'illusory' - TiSA guarentees that a country cannot determine how much sensitive data a private entity can contain on that country's citizens or corporations.
\n

The entire agreement is structured to give supreme power to multinational corps. Where the TPP allows MNs to sue governments for \"damages\" from laws, TiSA means that you aren't even allowed to cite consumer protection laws in courts, period. 

\n

\n

Moreover, it gets deeper.

\n
 Any business setting up shop in a foreign country is allowed to bring in  unlimited amounts of cash, and cannot be restricted in terms of how  many shops it sets up, nor its output/quantity. No municipality can  establish laws that treat these foreign businesses different to local  businesses (so, the foreign company can't be charged higher tax rates,  for example). 
\n

Not even MUNICIPALITIES (Cities) can pass laws excluding certain businesses, or levying taxes on certain businesses.  So say that Comcast has a monopoly on your municipal fiber lines. Comcast already has passed laws giving them the exclusionary license to be the ONLY provider. Now, under TiSA, cities not just in the US, but abroad, could not pass laws limiting a corporation from holding a monopoly.

\n

\n

I don't care if you're a socialist or a libertarian - laws like this are only good for individuals who own government sponsored monopolies. Please find a way to fight these destructive agreements from happening, although I personally believe that we're all doomed.

\n", + "category": "news", + "children": 2, + "created": "2016-09-15T17:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/QvKTS9y.png", + "http://i.imgur.com/hmQKaF1.png", + "http://i.imgur.com/8235nRD.png" + ], + "links": [ + "https://wikileaks.org/tisa/#September%2015,%202016%20Publication", + "https://wikileaks.org/tisa/document/20160621_TiSA_Core-Text/", + "https://wikileaks.org/tisa/document/201609_TiSA_Institutional-and-dispute-settlement-provisions/", + "https://wikileaks.org/tisa/document/20160608_TiSA_Annex-on-Telecommunication/", + "https://wikileaks.org/tisa/document/20160627_TiSA_Transparency/", + "https://wikileaks.org/tisa/document/201606_TiSA_Annex-on-Movement-of-Natural-Persons/", + "https://wikileaks.org/tisa/analysis/201609_TiSA_Analysis-on-Core-Text/" + ], + "tags": [ + "news", + "technology", + "politics", + "economics", + "business" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147785765636, + "payout": 0.033, + "payout_at": "2016-09-22T17:42:24", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 0, + "permlink": "breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "post_id": 1256628, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "updated": "2016-09-15T17:42:24", + "url": "/news/@iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable" + }, + { + "active_votes": [ + { + "rshares": 30188441024, + "voter": "full-measure" + }, + { + "rshares": 7203236522, + "voter": "btcupload" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 1557779220, + "voter": "future24" + }, + { + "rshares": 9036362824, + "voter": "onetree" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "rshares": 623716244, + "voter": "therajmahal" + }, + { + "rshares": 150273031, + "voter": "inkwisitiveguy01" + } + ], + "author": "ziogio", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.33, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Today I received my first money in my PayPal account.

\n

And they were from Steemit. 

\n

I didn't withdraw all of my money...

\n

\n

I could decide to invest in Steem, so I'm actually not going to redeem all of my money. But I wanted that \"prize\" everyone wants here on the platform.

\n

The prize that makes you feel everything you're doing on Steemit is real and touchable.

\n

You can buy things with it.

\n

You can have BTC with it.

\n

You can real dollars, euros or any currency you want with it. 

\n

And that is the best feeling you can have when you failed on most of the earning platform on the net (cough... yeah, that's me).

\n

... and sadly

\n

\n

Sadly, just right now, the steem value is falling down.

\n

I mean really falling down. At this moment, it's lower then 0.60$ (meaning 1SBD is worth 0.60$).

\n

So, when I redeemed, I didn't receive 10$ of course.
\n
\nI received 6,40$ that, with applicated taxes (kind Paypal and kind other sites), turned out to be a net withdraw of 5.56$.

\n

How did you do that??

\n

\n

I used three websites to have my money directly on PayPal.

\n

The first one is BlockTrades. Here you can swap Steem Dollars for BTC (bitcoins) without registering any account. You'll be asked to send the choosed amount of money to @blocktrades on steemit and you'll then receive your BTC on your bitcoin wallet.

\n

The second site is, of course, my wallet. I choose blockchain.info for that purpose.

\n

The third and last one is Exchagemycoins. It allows you to swap BTC for USD dollars directly to your Paypal.

\n

I'm not sure about taxes involved in the process, but I suppose they're not so high.

\n

Conclusion

\n

I don't know what's next for me. 

\n

I'm adding Steemit to my \"start from my 18yrs old birthday earning plan\" and I hope it'll work, but as far as now I think I'll just continue to have fun in the community with so many awesome people.

\n

If you want to chat with me, feel free to reach out at @ziogio on steemit.chat and, if you need help, don't hesitate to join #steemprentice - the channel to get and give help!

\n

See ya!

\n

\n

PS: images are from Pixabay with free rights.

\n

PS(2): i'm right back to school. I'm not active 24/24. Please try to forgive me!

\n", + "category": "steemit", + "children": 10, + "created": "2016-09-15T17:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/Myfirst10b9de0.png", + "https://www.steemimg.com/images/2016/09/03/money-case-163495_12808673f.jpg", + "https://www.steemimg.com/images/2016/09/15/financial-crisis-544944_12800daa0.jpg", + "https://www.steemimg.com/images/2016/09/15/questions-1328347_128043a86.png", + "https://www.steemimg.com/images/2016/09/07/87858132601361807091603b8e.png" + ], + "links": [ + "https://blocktrades.us/", + "blockchain.info", + "https://www.exchangemycoins.com/pages/sell-bitcoin-paypal" + ], + "tags": [ + "steemit", + "life", + "story", + "money", + "steemprentice" + ], + "users": [ + "blocktrades", + "ziogio" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49407370039, + "payout": 0.01, + "payout_at": "2016-09-22T17:39:12", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "my-first-withdraw-from-steemit-to-paypal", + "post_id": 1256599, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 9 + }, + "title": "My first Withdraw from Steemit to Paypal!", + "updated": "2016-09-15T17:40:39", + "url": "/steemit/@ziogio/my-first-withdraw-from-steemit-to-paypal" + }, + { + "active_votes": [ + { + "rshares": 136494240, + "voter": "bleujay" + } + ], + "author": "seeker27", + "author_payout_value": "0.000 HBD", + "author_reputation": 30.16, + "beneficiaries": [], + "blacklists": [], + "body": "http://www.huffingtonpost.com/carey-gillam/fda-finds-monsantos-weed_b_12008680.html", + "category": "health", + "children": 0, + "created": "2016-09-15T17:38:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "http://www.huffingtonpost.com/carey-gillam/fda-finds-monsantos-weed_b_12008680.html" + ], + "tags": [ + "health" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 136494240, + "payout": 0.0, + "payout_at": "2016-09-22T17:38:03", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "fda-finds-monsanto-s-weed-killer-in-u-s-honey", + "post_id": 1256587, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 1 + }, + "title": "FDA Finds Monsanto\u2019s Weed Killer In U.S. Honey", + "updated": "2016-09-15T17:38:03", + "url": "/health/@seeker27/fda-finds-monsanto-s-weed-killer-in-u-s-honey" + }, + { + "active_votes": [ + { + "rshares": 231807201381, + "voter": "anonymous" + }, + { + "rshares": 40042238111353, + "voter": "blocktrades" + }, + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 2205816409649, + "voter": "wang" + }, + { + "rshares": 9028536224, + "voter": "gregory60" + }, + { + "rshares": 14982984990, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 59950860155, + "voter": "theshell" + }, + { + "rshares": 10684554315, + "voter": "kimziv" + }, + { + "rshares": 88054033498, + "voter": "razvanelulmarin" + }, + { + "rshares": 20605443611, + "voter": "skapaneas" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 10646469982, + "voter": "deviedev" + }, + { + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 7017192292, + "voter": "lichtblick" + }, + { + "rshares": 33739070578, + "voter": "creemej" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 20119987887, + "voter": "mustafaomar" + }, + { + "rshares": 204617853645, + "voter": "jl777" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 35503255658, + "voter": "anca3drandom" + }, + { + "rshares": 17267307497, + "voter": "proto" + }, + { + "rshares": 1805642436, + "voter": "sisterholics" + }, + { + "rshares": 3448353558, + "voter": "sulev" + }, + { + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "rshares": 3353931808, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 63852393470, + "voter": "laonie" + }, + { + "rshares": 2664855399, + "voter": "myfirst" + }, + { + "rshares": 12961218703, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 2863237212, + "voter": "midnightoil" + }, + { + "rshares": 7161285616, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 24058315421, + "voter": "mihaiart" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "rshares": 3091707749, + "voter": "mikkolyytinen" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 6368823978, + "voter": "orcish" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 164141037, + "voter": "wastedsoul" + }, + { + "rshares": 87053502, + "voter": "katharsisdrill" + }, + { + "rshares": 154247502, + "voter": "dougkarr" + } + ], + "author": "mihaiart", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.7, + "beneficiaries": [], + "blacklists": [], + "body": "Another fun drawing! I did remind myself to photo from inception to final result so this post is not only fun but informative as well.\n\nThe amazonian queen starts off as a naked lady. This part is important because the way her muscles are shaped and how the flesh reacts to her position will influence how the clothes and weapons look. It's the most important step\n\n
https://www.steemimg.com/images/2016/09/15/14359031_1179410545449253_7138810569815121083_n9b234.jpg
\n
\n\nNow it is time to sketch the clothes, the accessories and the weapons. Notice how this si done OVER the original drawing so her leg is still flexed, inside the boot for example. That's how you get the natural look.\n\n
https://www.steemimg.com/images/2016/09/15/14330163_1179410578782583_6894606683148969420_nd50ca.jpg
\n
\n\nWith all this in place, it's easy but still very important part to add the finishing touches and bring her out of the page. Look alive and fierce!\n\n
https://www.steemimg.com/images/2016/09/15/14291733_1179410605449247_177194940755567235_n05e5d.jpg
\n\n#### And that how I draw an Amazonian Woman :) \n#### What do you think?", + "category": "art", + "children": 2, + "created": "2016-09-15T17:37:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/14359031_1179410545449253_7138810569815121083_n9b234.jpg", + "https://www.steemimg.com/images/2016/09/15/14330163_1179410578782583_6894606683148969420_nd50ca.jpg", + "https://www.steemimg.com/images/2016/09/15/14291733_1179410605449247_177194940755567235_n05e5d.jpg" + ], + "tags": [ + "art", + "drawing", + "illustration", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46651237670091, + "payout": 129.316, + "payout_at": "2016-09-22T17:37:24", + "pending_payout_value": "129.316 HBD", + "percent_hbd": 10000, + "permlink": "the-queen-of-amazon-drawing-a-visual-progression", + "post_id": 1256578, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 59 + }, + "title": "The Queen of Amazon drawing: a visual progression.", + "updated": "2016-09-15T17:37:24", + "url": "/art/@mihaiart/the-queen-of-amazon-drawing-a-visual-progression" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 4370748872, + "voter": "fubar-bdhr" + }, + { + "rshares": 35503298931, + "voter": "anca3drandom" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 3752519126, + "voter": "gavicrane" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 6368823978, + "voter": "orcish" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + } + ], + "author": "gavicrane", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.5, + "beneficiaries": [], + "blacklists": [], + "body": "https://s11.postimg.io/b3prm8c8j/13658487_167145253714835_2120112308_n.jpg\n\"Reaping samurai\" ink and watercolor 2016---\nGood afternoon steemit, I've started a new sketch book that I've been using for my painting guides on here, so I thought I'd share some of my favorite images from my early 2016 sketch book. \n[[If any of these images are intresting and you have a question about them or would like me to do a guide on the effect, please let me know]]\n\n\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349021_10202094280675368_232067415_n.jpg?oh=1dc9b910b80dec4563998a4e09207e9b&oe=57DDB98C\n\"Mua'chai\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14348940_10202094280435362_714766386_n.jpg?oh=67cad0f5c19e532122ac4f07701a47f4&oe=57DC87AC\n\"Demon school girl self defense technique #1\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349044_10202094279475338_1919828752_n.jpg?oh=3b32c5a87fac888a585dd6178f6063be&oe=57DD972B\n\"Gunami\" watercolor and markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341557_10202094279835347_1447452659_n.jpg?oh=07402d4729ca82c45ed60a91f612ff00&oe=57DC921D\n\"Nug\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383452_10202094280075353_1948917659_n.jpg?oh=ea970142045f7f5556b2651183ff14dc&oe=57DDC720\n\"Gunmen roll\" markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349101_10202094281475388_984093380_n.jpg?oh=2cc4c934936fc1a6f64e3083d1b46251&oe=57DCBA12\n\"Upskirt\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383479_10202094281995401_180492323_n.jpg?oh=c473347749c230ef874bc7a86227abfa&oe=57DD964C\n\"Sushi\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341654_10202094282595416_1956679206_n.jpg?oh=ae6b3d2eead014702651e8ac2992c76f&oe=57DCD933\n\"Sushi girl\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383350_10202094283555440_1405254054_n.jpg?oh=d1fddd46cff58320a4db54553007f0f7&oe=57DCD84D\n\"4th type glow\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14365268_10202094291035627_1939261453_n.jpg?oh=0c5ccf78315a810bf9e35141b8667fd9&oe=57DDD7EF\n\"Yellow night\" ink on acrylic 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-0/p280x280/14356025_10202094295955750_708260188_n.jpg?oh=8fd748ee5ce04f1b38e918680ef25476&oe=57DDD849\n\"Insufferable\" ink 2016", + "category": "art", + "children": 1, + "created": "2016-09-15T17:36:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s11.postimg.io/b3prm8c8j/13658487_167145253714835_2120112308_n.jpg", + "https://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349021_10202094280675368_232067415_n.jpg?oh=1dc9b910b80dec4563998a4e09207e9b&oe=57DDB98C" + ], + "tags": [ + "art", + "steemit", + "story", + "sketchbook", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17232421622930, + "payout": 20.062, + "payout_at": "2016-09-22T17:36:06", + "pending_payout_value": "20.062 HBD", + "percent_hbd": 10000, + "permlink": "a-window-into-my-last-sketchbook-12-images", + "post_id": 1256560, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "A window into my last sketchbook [12 images]", + "updated": "2016-09-15T17:58:39", + "url": "/art/@gavicrane/a-window-into-my-last-sketchbook-12-images" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 14982982887, + "voter": "eeks" + }, + { + "rshares": 28509331807, + "voter": "thedarkestplum" + }, + { + "rshares": 1061263829, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 416939768, + "voter": "gmurph" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 339300528, + "voter": "anomaly" + } + ], + "author": "aggroed", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

You may be surprised to know that your memory of the Queen saying \"Mirror mirror\" is wrong.  She no longer casts a giant spell calling the Slave in the Mirror to her by saying \"Mirror mirror on the wall who is the fairest of them all?\"  Instead she now says \"Magic mirror on the wall- who is the fairest one of all?\"

\n

If you remember her saying \"Mirror mirror\" and so far that seems to be roughly 90% of people you're currently experiencing the Mandela Effect.  

\n

The Mandela Effect is the difference between recalled memory for groups of people and recorded history.  I ran a survey that to date as received over 30k responses.  When it reached over 25,000 I did a report about the results.  The study included 7 questions suspected to have a Mandela Effect associated with them and 2 controls.  The 2 controls showed that people who were extremely confident when answers questions about stuff from 20+ years ago were able to get it right 95% or more of the time.  When scrubbing the survey results to narrow down just to extremely confident people who were asked about this effect 90.7% of people remember the line as \"Mirror mirror.\"  

\n

You can see completely raw data here.  The quiz is housed on two servers so the data comes in two parts.  It has not been scrubbed by people admitting they guessed at this point.

\n

\n

\n

I asked people to provide feedback about their responses.  One quiz respondent added this detail- \"i remember having a toy about snow white of a mirror and i still have it. im using it right now and she is saying \"\"mirror mirror on the wall\"\" not \"\"magic mirror on the wall\"\" my parents bought this in Disney WORLD.\"

\n

Another person mentioned- \" She was speaking to the MIRROR! I used to play around and use this phrase as a kid. Geez...I still used this phrase growing up. This one hit me pretty hard. I had never heard of Magic Mirror...and was blown away when I noticed the change. I will never agree that it was MAGIC mirror while I was growing up...ever. \"

\n

Here's one person where the line hit hard-  \"Well it was a kind of incantation both to bring the mirror to active state as well as gain an answer to a question she needed surety about... I have watched this with my daughter when she was younger and of course I had seen it when I was younger and am completely certain of the verbiage used... \"  I tend to agree as I remember it as an incantation, which makes sense as \"Mirror, mirror\" as opposed to a greeting towards an object, which would be \"Magic mirror.\"  Here's another along those lines- \" I remember watching it. I remember repeating it, always wondering why the evil Queen could not think of anything better to say other than 'Mirror' twice. it made me think that perhaps it was part of the incantation, like saying 'mirror' twice would turn it on or something. \"

\n

The effect is witnessed in multiple languages- \" I know I am correct, because I am from Serbia and I have heard this phrase in my own language. I watched this when I was a kid and I remember the line in my language which is a translation of 'Mirror, mirror....'. There's no way it was any different, l am 100% sure. Even now days, kids in my country will say 'Mirror, mirror....' because their parents taught them. I just went on YouTube to find the 'Show White' synchronized in my language and to my big surprise, all recent uploads say 'Magic mirror'! It was never like that! But, I have found one upload from 2010 where the narrator says 'Mirror, mirror...' in my language. Again, I am 100% sure it's 'Mirror, mirror...' , as we used to say it like a song, it's etched in my memory. \"

\n

In case you don't believe me that things have changed check out the footage below-

\n

https://www.youtube.com/watch?v=mqmIMvWnIV8

\n

The most common immediate response from people unfamiliar with the Mandela Effect for these kind of results, especially when they aren't personally experiencing that specific Mandela Effect, is to dismiss the effect as nothing more than memory problems, collective mishearing, or the more sophisticated term of confabulation.  It's a reasonable first response.  There is lots of evidence even in my own survey results that the general population has extensive memory issues regarding events that took place 20+ years ago.  The amazing thing though is that people that are extremely confident don't experience that gap.  On one control in particular the people who were only moderately confident got it correct around 60% of the time where as the extremely confident got it right 95% of the time.  So, yes, in general there is a broad memory problem, but in the group that usually has a distinct memory and thus feels extremely confident there isn't evidence of a memory problem.

\n

Well, if it isn't memory then this thing called confabulation which is basically just having distorted memories is called out too.  Here we get into a difficult problem.  There is often evidence available that \"old way\" of the Mandela Effect actually did exist, even though recorded history says it does not.  That's when researchers find what they call \"Reality Residue.\"  To Mandela Effect researchers it's evidence of a change.  To Confabulists it's evidence of where the confusion came from in the first place.

\n

To me the issue comes down to scale.  I'm going to show lots of examples below of products, quotes, memes, and media lines that use the \"Mirror mirror\" line and some that use \"Magic Mirror.\"  The collective views of all of these things would likely come down to less than 1% of the lifetime views of the Disney movie, which adjusted for inflation is one of the top 10 most successful movies of all time.  The idea that Will Smith misquoted the movie in 2 episodes of Fresh Prince lead an entire nation of people to misquote the line, especially after having researched the effect for over a year, seems ridiculous to me.  While the opposite view that changes have occurred and it's evidence that the physical surrounding is malleable is also preposterous.  I think that's why people have such a hard time believing the Mandela Effect could be real.

\n

Here's a video of an assemblage of Mandela Effects.  I've found and included some of the links within this movie below.

\n

https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be

\n

Here's an older version of a Looney Toons video that shows Magic Mirror, showing evidence that line has been used as well in other stuff.

\n

https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb

\n

Here's a classic from Saved by the Bell where they are doing a Snow White play.  Note the line \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=EIyXtF86VVA

\n

Here's Maleficent where she does the \"Mirror, mirror\" incantation.

\n

Here's Faerie Tale Theatre 13 reenactment of the scene

\n

https://www.youtube.com/watch?v=BLkJ-Y7k-Q0

\n

Here's a song that includes \"Mirror mirror\"

\n

https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103

\n


\n


\n

Here's an article from 2011 where The Telegraph use the \"Mirror Mirror line.

\n

Here's the episode of star trek from 1967 where the episode is called Mirror, Mirror

\n

\n

Here's a movie called Mirror Mirror from 2012.

\n

\n

Here's a children's book that has an allusion to the line in a story called The Red Fairy Book by Andrew Lang in 2009.

\n

Here's your little buddy king in shrek dropping the line.

\n

https://www.youtube.com/watch?v=5p5qPd3oVFo

\n

I'm not sure of the series here, but it's a recent take on the Snow White scene

\n

https://www.youtube.com/watch?v=nrzheX9wRRI

\n

Here's the song Mirror Mirror, by Diamond Rio

\n

https://www.youtube.com/watch?v=rIBVdctOcu0

\n

Here's a video promo for Mirror MIrror: Once upon a Time

\n

https://www.youtube.com/watch?v=eTgT6UA88hk

\n

Here's will Smith in two episodes saying \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=GqY1TLuZ06Y

\n

https://www.youtube.com/watch?v=r48sL2nBdhk

\n

One of the episodes of the Simpsons has him asking \"Mirror Mirror on the wall who is the baldest of them all?\"

\n

Here's an article online from NBC News that actually seems to use the grammer from both lines of the movie.

\n

\n

Here's M2M singing \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=Ptbj809JQrQ

\n

Here's a Disney Book where the words \"Mirror Mirror\" are used in the book

\n

\n

Here are two products that were manufactured where the line \"Mirror Mirror\" line is used.

\n

\n

Anyway, going back to the original problems, 90% remember the Line as Mirror Mirror and there is lots of evidence the line \"Mirror Mirror\" has been used all over the place along with the line \"Magic Mirror.\"  The question remains is the evidence gathered here indicate that reality has shifted and this is reality residue or does it indicate that mistakes were made in the past many times over and as a consequence of those mistakes people confuse what was originally and has always been Snow White and the Seven Little People (see what I did there :)

\n

Please upvote this post and follow for more stories about the Mandela Effect

\n", + "category": "science", + "children": 2, + "created": "2016-09-15T17:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://cdn.playbuzz.com/cdn/764a2a3b-deca-49c1-99cc-03207f2ed767/0611549e-50c9-4197-804e-9d919266eade.jpg", + "https://s12.postimg.org/i1qdx62q5/mirror_mirror_stats_from_goquizzes.jpg", + "https://s11.postimg.org/3k3788jlv/mirror_mirror_stats_from_quizmaker.jpg", + "https://img.youtube.com/vi/mqmIMvWnIV8/0.jpg", + "https://img.youtube.com/vi/xaTDKl3EdQY/0.jpg", + "https://img.youtube.com/vi/cIESd6pqMdA/0.jpg", + "https://img.youtube.com/vi/EIyXtF86VVA/0.jpg", + "https://img.youtube.com/vi/BLkJ-Y7k-Q0/0.jpg", + "https://img.youtube.com/vi/zGlLe1w3DJM/0.jpg", + "https://trekkerscrapbook.files.wordpress.com/2014/03/40-mirror-mirror.jpg", + "http://www.impawards.com/2012/posters/mirror_mirror.jpg", + "https://img.youtube.com/vi/5p5qPd3oVFo/0.jpg", + "https://img.youtube.com/vi/nrzheX9wRRI/0.jpg", + "https://img.youtube.com/vi/rIBVdctOcu0/0.jpg", + "https://img.youtube.com/vi/eTgT6UA88hk/0.jpg", + "https://img.youtube.com/vi/GqY1TLuZ06Y/0.jpg", + "https://img.youtube.com/vi/r48sL2nBdhk/0.jpg", + "http://i.imgur.com/UknSoGD.jpg", + "https://s12.postimg.org/qy4zah1ot/mirror_mirror_nbc_news.jpg", + "https://img.youtube.com/vi/Ptbj809JQrQ/0.jpg", + "https://s14.postimg.org/grxfsu18h/sw1.jpg", + "https://s14.postimg.org/weop67f0h/sw2.jpg", + "https://s14.postimg.org/fblxaoybl/sn3.jpg", + "https://s14.postimg.org/hk03s15fl/sw4.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=mqmIMvWnIV8", + "https://en.wikipedia.org/wiki/Confabulation", + "https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be", + "https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb", + "https://www.youtube.com/watch?v=EIyXtF86VVA", + "https://www.youtube.com/watch?v=BLkJ-Y7k-Q0", + "https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103", + "http://www.telegraph.co.uk/culture/film/film-news/8686581/Mirror-mirror-which-Snow-White-will-be-fairest-of-all.html", + "http://memory-alpha.wikia.com/wiki/Mirror,_Mirror_%28episode%29", + "http://www.imdb.com/title/tt1667353/", + "http://www.gutenberg.org/ebooks/540?msg=welcome_stranger", + "https://www.youtube.com/watch?v=5p5qPd3oVFo", + "https://www.youtube.com/watch?v=nrzheX9wRRI", + "https://www.youtube.com/watch?v=rIBVdctOcu0", + "https://www.youtube.com/watch?v=eTgT6UA88hk", + "https://www.youtube.com/watch?v=GqY1TLuZ06Y", + "https://www.youtube.com/watch?v=r48sL2nBdhk", + "http://www.nbcnews.com/science/science-news/mirror-mirror-wall-whos-fairest-monkey-all-n282436", + "https://www.youtube.com/watch?v=Ptbj809JQrQ" + ], + "tags": [ + "science", + "religion", + "mandelaeffect", + "totoeffect", + "philosophy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18432153492406, + "payout": 22.623, + "payout_at": "2016-09-22T17:35:57", + "pending_payout_value": "22.623 HBD", + "percent_hbd": 0, + "permlink": "exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white", + "post_id": 1256557, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 22 + }, + "title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "updated": "2016-09-15T17:35:57", + "url": "/science/@aggroed/exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white" + }, + { + "active_votes": [ + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Watch 4 hours of the one and only Courage The Cowardly Dog.

\n

https://www.youtube.com/watch?v=NrN8-INNFiM

\n", + "category": "cartoon", + "children": 0, + "created": "2016-09-15T17:35:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/52naja7nv/courage_the_cowardly_dog_show.jpg", + "https://img.youtube.com/vi/NrN8-INNFiM/0.jpg" + ], + "links": [ + "https://en.wikipedia.org/wiki/Courage_the_Cowardly_Dog", + "https://www.youtube.com/watch?v=NrN8-INNFiM" + ], + "tags": [ + "cartoon", + "art", + "blastfromthepast", + "story", + "fiction" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4912406431, + "payout": 0.001, + "payout_at": "2016-09-22T17:35:36", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "blast-from-the-past-courage-the-cowardly-dog", + "post_id": 1256555, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Blast From The Past: Courage The Cowardly Dog", + "updated": "2016-09-15T17:35:36", + "url": "/cartoon/@groovedigital/blast-from-the-past-courage-the-cowardly-dog" + }, + { + "active_votes": [ + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 154843377, + "voter": "squadron" + } + ], + "author": "squadron", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Two killed and one injured as light aircraft involved in shooting of Mena \u2013 a film in which Cruise plays a drug runner pilot \u2013 comes down in the Andes 

\n

\n

A handout picture from Colombian authorites of the crashed plane. Photograph: Fire Department of San Pedro/EPA 

\n

A small plane assigned to the crew of a movie starring Tom Cruise crashed in the Colombian Andes on Friday, killing two people including a Los Angeles-based film pilot and seriously injuring a third, the country\u2019s civilian aviation authority said.An official with the aviation agency said Cruise was not on the aircraft.The official said an American, Alan Purwin, was killed along with a Colombian, Carlos Berl. A third person on board, Jimmy Lee Garland, a pilot from Georgia, was rushed to a hospital in Medellin where he was in intensive care.The official said the twin-engine Piper Aerostar ran into bad weather late on Friday afternoon after taking off from the colonial town of Santa Fe de Antioquia for a short flight to Medellin. No emergency was reported to air traffic controllers.
\nCruise, a trained pilot, arrived last month to Medellin to film a movie called Mena, about American pilot Barry Seal, a drug runner recruited by the CIA to try and capture the late cocaine kingpin Pablo Escobar. Seal was shot and killed in 1986 in Baton Rouge, Louisiana, allegedly by assassins sent by Escobar\u2019s Medellin cartel. 

\n

\n

Tom Cruise is playing drug runner pilot Barry Seal in the film Mena. Photograph: Evan Agostini/Invision/AP 

\n

Cruise\u2019s spokeswoman, Amanda Lundberg, had no comment on Friday\u2019s accident.Purwin was founder and president of the Los Angeles-based Helinet Technologies, a company providing aerial surveillance technology to law enforcement. On the company\u2019s website he is described as \u201cone of the top film pilots of his generation\u201d with a list of credits from television and major Hollywood movies such as Transformers, Pearl Harbor and Pirates of the Caribbean. 

\n

He sat at the controls of a helicopter for the first time at age 16 and two years later took his first flying job crop dusting in Indiana, according to Helinet\u2019s website. 

\n

\u201cAlan\u2019s enduring passion for film and flying has created aerial footage loved by millions around the world,\u201d according to an online biography on the website of Shotover, an aerial cinematography subsidiary of Helinet. 

\n

In a tweet sent on Wednesday Purwin expressed joy at landing on a dirt runway between the towering jungled mountains surrounding Santa Fe de Antioquia.Helinet\u2019s vice-president, Jack Snyder, declined to comment when contacted by The Associated Press.Garland, the sole survivor, is a flight instructor and manager of a regional airport in Georgia\u2019s Cherokee County, near Atlanta. 

\n", + "category": "celebritis", + "children": 1, + "created": "2016-09-15T17:35:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemitup.eu/i/0C4D0FF79D43ADC6802E40EFAA5E9B8C.jpg", + "https://www.steemitup.eu/i/010EC9E73ED1C9BA076B8DD470C9AA96.jpg" + ], + "links": [ + "https://www.theguardian.com/film/tomcruise", + "https://www.theguardian.com/film/2015/sep/10/tom-cruise-doug-liman-space-thriller-luna-park-edge-of-tomorrow" + ], + "tags": [ + "celebritis", + "story", + "plane", + "crashes" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 926910938, + "payout": 0.0, + "payout_at": "2016-09-22T17:35:30", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash", + "post_id": 1256551, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Pilot on Tom Cruise movie crew dies in Colombia plane crash", + "updated": "2016-09-15T17:35:30", + "url": "/celebritis/@squadron/pilot-on-tom-cruise-movie-crew-dies-in-colombia-plane-crash" + }, + { + "active_votes": [ + { + "rshares": 7557342650401, + "voter": "steempty" + }, + { + "rshares": 11848098341, + "voter": "andu" + }, + { + "rshares": 192808987332, + "voter": "anyx" + }, + { + "rshares": 40151838951, + "voter": "diana.catherine" + }, + { + "rshares": 605261532, + "voter": "luisucv34" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 12592076308, + "voter": "webdeals" + }, + { + "rshares": 3448353558, + "voter": "sulev" + }, + { + "rshares": 2325449247, + "voter": "andrew0" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 79750662608, + "voter": "someguy123" + }, + { + "rshares": 5361365597, + "voter": "contentjunkie" + }, + { + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "webdeals", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Few days ago I told you how happy I was about the job interview I have done and successfully passed.

\n

Yes I was completely happy and I am still happy about it, but I don't know if I have to accept it or not.

\n

This job will be less paid than my actually contract, will require more hours and by contract could be requested to work in overtime but for free.

\n


\n

\n

img credit

\n


\n

I am putting everything on the scales where on one side there is the new job, a nice city where to live and I will be trained in something I have never done in my life and this could be useful in the future.

\n

The other side or plate of the scales will be:

\n

- my girlfriend doesn't want to move in a new city if is not for a permanent job (and this is not)

\n

- it is only for 12 months contract 

\n

- I have to move an entire house from a city to the other 120 miles away

\n

- I will earn less money than my previous job (30% less)

\n

- I have to work for 42.5h once normally I use to work for 37

\n

- Not paid overtime

\n

- I could broke up with my girlfriend because as I said in the first point she doesn't want move.

\n


\n

Tomorrow I will have my post degree last exam and I should be concentrate on studying but at the same time I have an argue with my GF and I have to give an answer to this Vet company.

\n

I don't know what I should do, I know that the job is the first thing to consider especially if I have spent so many years to become a veterinarian. I wish I could see my future to understand what could be the best choice to take but I don't have any sphere (at part my bold head) that will show me the future.

\n


\n

\n

img credit

\n


\n

It is a hard choice and I have so many things together that is making me so confused.

\n

If you were in my situation what could be your choice???

\n

Thanks for your help and your advices :)

\n", + "category": "life", + "children": 6, + "created": "2016-09-15T17:35:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.dbkay.com/wp-content/uploads/2011/08/StonesBalance-Small.jpg", + "http://www.intemirifugio.it/wp-content/uploads/2016/01/screen-shot-2015-09-02-at-3-19-43-pm.png" + ], + "links": [ + "http://www.dbkay.com/wp-content/uploads/2011/08/StonesBalance-Small.jpg", + "http://www.intemirifugio.it/wp-content/uploads/2016/01/screen-shot-2015-09-02-at-3-19-43-pm.png" + ], + "tags": [ + "life", + "choice", + "interview", + "lincoln", + "love" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8018835759857, + "payout": 5.273, + "payout_at": "2016-09-22T17:35:03", + "pending_payout_value": "5.273 HBD", + "percent_hbd": 10000, + "permlink": "job-or-love", + "post_id": 1256546, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 19 + }, + "title": "Job or Love?", + "updated": "2016-09-15T17:36:00", + "url": "/life/@webdeals/job-or-love" + }, + { + "active_votes": [ + { + "rshares": 1937028254, + "voter": "jackgallenhall" + }, + { + "rshares": 4331450381, + "voter": "puffin" + } + ], + "author": "jackgallenhall", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

\n

\n

\n

\n", + "category": "art", + "children": 1, + "created": "2016-09-15T17:35:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.io/jh9gppouz/Santiago_Street_Art_1.jpg", + "https://s15.postimg.io/6ak0q6t5n/3dasicfernandezrubin415greenpoint_street_art_yoa.jpg", + "https://s15.postimg.io/gw3w26zh7/Stop_Smoking2_thumb.jpg", + "https://s15.postimg.io/55pykt6or/shoreditch_street_art.jpg", + "https://s15.postimg.io/nccusa80r/Dasic_Fernandez_street_art_Bushwick_Collective_N.jpg" + ], + "tags": [ + "art", + "of", + "street" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6268478635, + "payout": 0.001, + "payout_at": "2016-09-22T17:35:00", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "amazing-art-of-street", + "post_id": 1256545, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Amazing Art Of Street", + "updated": "2016-09-15T17:35:00", + "url": "/art/@jackgallenhall/amazing-art-of-street" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 40042164500412, + "voter": "blocktrades" + }, + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 10227302974, + "voter": "etcmike" + }, + { + "rshares": 3827694728, + "voter": "titusfrost" + }, + { + "rshares": 245531412, + "voter": "doitvoluntarily" + }, + { + "rshares": 55752594, + "voter": "alucard" + }, + { + "rshares": 271441624, + "voter": "anomaly" + } + ], + "author": "titusfrost", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.94, + "beneficiaries": [], + "blacklists": [], + "body": "# Is The Takeover of Crypto-Currencies About to Begin by the Central Banks?\n\nhttp://i.imgur.com/NxCYMpy.png\n([Image Source](http://www.e-corp-usa.com/ecoin/))\n\nThe show **Mr. Robot** has fictionalized the **\"Powers that Shouldn't Be\"** into a singular Corporation called **E Corp**. This E Corp is supposed to basically represent the powers behind the Global Central Bankers, the true World Rulers. The head of E Corp even states in a recent Episode \"Politicians are Puppets\", which reminds me of the quotation by Nathan Rothschild regarding the head on which the crown of England is placed. Clearly one could see that E Corp in the show is the fictionalization of the **\"Illuminati\"** if you will. The show is heavily laden with [esoteric symbolism](https://www.youtube.com/watch?v=l2lZn-ZcJMs) but to the public it comes across as \"counter-culture\" as the main character is the founding member of **\"F Society\"** a hacking group based directly on **\"Anonymous\"**. This hacking group causes a financial crash, which leads to E Corp releasing a new digital Currency called **\"ECoin\"**, the above image is from a promotional website for the TV show. \n\n## Is Mr. Robot demonizing Crypto-Currencies? \n\nhttp://i.imgur.com/f6gXhrn.jpg\n([Image Source](http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/))\n\nNow the interesting part for those fans of crypto-currencies like everyone on **Steemit** and for everyone who uses **Bitcoin**. I think the reason for they added an \"Ecoin\" in this show is to demonize crypto-currencies. The powers that shouldn't be have no way to take over these crypto-currencies so they have decided to wage information war against them. With the countless videos warning about the rise of *\"digital only currency\"* being the *\"mark of the beast\"*, one could easily see lots of propaganda has already been employed. However this new form is quite intelligent, by associating \"ECoins\" with \"E Corp\" they make the average mind (who doesn't know what Bitcoin or Steemit really is), subconsciously associate all crypto-currencies with the Federal Reserve banskters, with \"E Corp\". This is classic subconscious guilt by association created entirely by fiction that is often employed in fictional movies. This is why I think the \"E Coin\" was added to the show, but I could be wrong, so why else might it be in this show? \n\n## Do the Elite Plan to Replace the Dollar with a Digital Only Currency? \nhttp://i.imgur.com/IJJxcBR.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nWe all know the financial system is basically teetering on the verge of collapse. It is the biggest ponzy scheme ever devised and like all ponzy schemes if the Federal Reserve doesn't increase demand for the use of it's currency the system will collapse. It was designed to collapse. I believe like many others for one reason, so they can start the whole process that made them so rich, all over again on a global scale. The new world order if you will, being run by financial despotism and technical autocracy. So, is their plan to create a financial collapse being shown in plain sight in this show? One idea I heard from my friend who maintains the [\"What is Real\" YouTube Channel](https://www.youtube.com/user/szymborski11) is they may \n>\"allow a false flag attack that they can blame on some shadowy hacking group, possibly even **Anonymous** itself as anyone can claim to be Anonymous\" \n\nPersonally I do not buy this theory as Anonymous is completely decentralized and would be almost impossible to blame for a false flag. However, to fully analyze a situation one must always look at every angle. \n\nSo if the system collapsed, especially overnight due to a hack, would they replace the Federal Reserve Notes with a new digital only \"E Coin\" backed by the IMF World Bank and their massive Gold Holdings, and Special Drawing Rights Holdings? The Group of Thirty, also known as the G30 reported in the [latest working papers on their website](http://group30.org/publications) that they want a return to a **GOLD Standard** just like how the Federal Reserve started out but in a new **Global Currency**. See my Documentary on the [\"Group of Thirty\"](https://www.youtube.com/watch?v=eOB9QfxsgdQ) for more on this group of 30 Central Bankers that meet in secret. So is it out of the realm of possibilities that the new Global Currency that the World Bank has planned for post the collapse of the Federal Reserve System is a new digital only currency based on Gold and SDR holdings? No this would make a lot of sense to me but what do you the readers think? \n\n## Decentralization the Key to Defeating Takeover of Crypto-Currencies by Central Banks\nhttp://i.imgur.com/KVNo7nE.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nThe decentralized concept at the basis of the crypto-currencies could be the key to their survival if the Central Banks decide to try and take over the market. Right now their is a few crypto-currencies that are from the perspective of a non trader even worth mentioning. **Bitcoin**, **Ethereum**, and **STEEM**, however if the Central Banks created a new \"ECoin\" it would easily make replace Bitcoin as the number 1 crypto-currency. However, there will always be a demand for crypto-currencies that are not \"Ecoins\", because thankfully we have a whole planet full of awesome people who will never conform to the system. The useless governments will always make things illegal that people want and can't buy with their new \"Ecoins\". So we will always have a demand for a currency like Bitcoin that is not a part of the centralized system, but is outside of that system's control. So try as they might, the powers that be can only wage information war against crypto-currencies because there will always be new entrepreneurs that create new currencies just like steemit, that are outside their systems of control. The harder the hidden hand squeezes the more of us will fall through their fingertips. \n\n#### Thanks for Reading! \nhttp://i.imgur.com/k10p6Pf.jpg\nIf you liked my article please join **steemit** and let me know by leaving a comment or upvoting! As always follow me on here [@TitusFrost](https://steemit.com/@titusfrost) for more hard hitting posts!", + "category": "mrrobot", + "children": 4, + "created": "2016-09-15T17:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/NxCYMpy.png", + "http://i.imgur.com/f6gXhrn.jpg", + "http://i.imgur.com/IJJxcBR.jpg", + "http://i.imgur.com/KVNo7nE.jpg", + "http://i.imgur.com/k10p6Pf.jpg" + ], + "links": [ + "http://www.e-corp-usa.com/ecoin/", + "https://www.youtube.com/watch?v=l2lZn-ZcJMs", + "http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/", + "https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/", + "https://www.youtube.com/user/szymborski11", + "http://group30.org/publications", + "https://www.youtube.com/watch?v=eOB9QfxsgdQ", + "https://steemit.com/@titusfrost" + ], + "tags": [ + "mrrobot", + "beyondbitcoin", + "steemit", + "bitcoin", + "ethereum" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40565862465239, + "payout": 99.113, + "payout_at": "2016-09-22T17:34:42", + "pending_payout_value": "99.113 HBD", + "percent_hbd": 10000, + "permlink": "new-mr-robot-episode-introduces-e-corp-s-new-ecoin", + "post_id": 1256542, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "updated": "2016-09-15T17:34:42", + "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" + }, + { + "active_votes": [ + { + "rshares": 149624601, + "voter": "steemster1" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "rshares": 55925537, + "voter": "ciao" + }, + { + "rshares": 54217761, + "voter": "steemo" + }, + { + "rshares": 54077897, + "voter": "steema" + }, + { + "rshares": 71282219, + "voter": "confucius" + }, + { + "rshares": 54909929, + "voter": "jarvis" + }, + { + "rshares": 54313084, + "voter": "fortuner" + }, + { + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51870077, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 132460877, + "voter": "carloseclectic3d" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 51718188, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 50712038, + "voter": "thadm" + }, + { + "rshares": 50710305, + "voter": "prof" + }, + { + "rshares": 50370757, + "voter": "yorsens" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 50059754, + "voter": "vive" + }, + { + "rshares": 50054445, + "voter": "coad" + }, + { + "rshares": 50840303, + "voter": "sofa" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50454901, + "voter": "roto" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 71207873, + "voter": "igtes" + }, + { + "rshares": 141679752, + "voter": "buffett" + } + ], + "author": "carloseclectic3d", + "author_payout_value": "0.000 HBD", + "author_reputation": 44.26, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:34:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://lh3.googleusercontent.com/RB2wZsjXSLEtwLWVT0K1sGxNOn_pxyTctr2rpWELoqIE9puCYAYbx5tskEDFdsETzO8e48LdGjU9sAOrQ-crWTVNXv1sXWhp2HKML1a44z5f1_F2jhFvL8XUxc9sSBU-MQAD2z2lnLRjoJk3vYfHJ16Fle8TGhUwF2O7kzexYBpEWm6Rb6w6nKG_YOewu1JKbesDGvqWuexN7F0Qr8KvIsMzqeQ8v_SSk9lzcbi5Czf6l9g_7nAKQqq8NeVm35CaxRfpEUKQC4O42z1Ww5_8iamhO_Zhs7ArF8fB59BxxltLYLJapNiYoaVXFCLiaCHUqW8dXcYwVQFtw2yLn0kgWsw2D36PKfjRE2JpNaViaxGpP_Y_8yzxJxz4bj0YrGzjfuh_aTsKx-QJyi5mIsBcrg-CSPjhNRtqifLb_IuAvyI-oyuG227RCqdD5i61k_2ZheLULAMpFZpAinpuXop3JmrMXk_e1QzxAWuQuGCXIMQ7LeuMBqHY6snX0aebWavM8OQF9R7gwAeN32cMMUA0CoItWrBnEySOMMm68-cPg823u8QkE9Aq-MdpX1i9-HqAWf59i92mFSGgg20Vot2r4UiurHfW8OE8kPi_MfSMxI5hbams=s677-no" + ], + "tags": [ + "art", + "goth", + "cgi", + "image", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2398587518, + "payout": 0.0, + "payout_at": "2016-09-22T17:34:09", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "feeling-the-darkwave", + "post_id": 1256533, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "\"Feeling The Darkwave\"", + "updated": "2016-09-15T17:34:36", + "url": "/art/@carloseclectic3d/feeling-the-darkwave" + }, + { + "active_votes": [ + { + "rshares": 1727440005, + "voter": "stormblaze" + }, + { + "rshares": 2295628920, + "voter": "daveks" + }, + { + "rshares": 53884613, + "voter": "jeff-kubitz" + }, + { + "rshares": 120649148, + "voter": "rynow" + }, + { + "rshares": 263446129, + "voter": "flowergirl" + }, + { + "rshares": 101580691, + "voter": "rebeccamorgan" + } + ], + "author": "rynow", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.49, + "beneficiaries": [], + "blacklists": [], + "body": "![enter image description here](https://s22.postimg.org/ed3jz7r2p/cross.jpg)\n\n[Photo Credit](https://www.google.co.za/imgres?imgurl=https://pixabay.com/static/uploads/photo/2015/03/13/08/45/cross-671379_640.jpg&imgrefurl=https://pixabay.com/en/cross-sunset-sunrise-hill-sky-sun-671379/&docid=4UI10UEP9v5iYM&tbnid=i4vt2ro7JD_5VM:&w=640&h=480&bih=534&biw=1093&ved=0ahUKEwjZ24yBvPbOAhUJCcAKHUwbBzUQMwg8KAswCw&iact=mrc&uact=8)\n\nToday I would like to look at Mathew 6 verse 12 and 14\n\n12)\"And forgive us our debts, as we also have forgiven our debtors.\"\n\n14)\"For if you forgive people their trespasses, your heavenly Farther will also forgive you.\"\n\nVerse 12 is part of a prayer where we pray to God to forgive us as we forgive our debtors. Then verse 14 says that if we forgive people our Father in heaven will also forgive us.\n\nThis is basically a follow on of yesterdays scripture (Although it comes before yesterdays verses in the Bible), which said that we should not judge people. We must also forgive people who do wrong against us and not carry a grudge against people. When we forgive others it lessens the stress in your own life, it is good for your soul to forgive others, as it lightens your own burden. And besides that it is good for you to forgive, our Father says He will also forgive us when we forgive others.\n\n\nHave a wonderful day", + "category": "religion", + "children": 0, + "created": "2016-09-15T17:33:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s22.postimg.org/ed3jz7r2p/cross.jpg" + ], + "links": [ + "https://www.google.co.za/imgres?imgurl=https://pixabay.com/static/uploads/photo/2015/03/13/08/45/cross-671379_640.jpg&imgrefurl=https://pixabay.com/en/cross-sunset-sunrise-hill-sky-sun-671379/&docid=4UI10UEP9v5iYM&tbnid=i4vt2ro7JD_5VM:&w=640&h=480&bih=534&biw=1093&ved=0ahUKEwjZ24yBvPbOAhUJCcAKHUwbBzUQMwg8KAswCw&iact=mrc&uact=8" + ], + "tags": [ + "religion" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4562629506, + "payout": 0.001, + "payout_at": "2016-09-22T17:33:48", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "28jsvo-daily-scripture", + "post_id": 1256529, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Daily scripture", + "updated": "2016-09-15T17:33:48", + "url": "/religion/@rynow/28jsvo-daily-scripture" + }, + { + "active_votes": [ + { + "rshares": 49166008798, + "voter": "alexgr" + }, + { + "rshares": 13341368010, + "voter": "valtr" + }, + { + "rshares": 57553136899, + "voter": "oaldamster" + }, + { + "rshares": 1061264730, + "voter": "murh" + }, + { + "rshares": 112738862423, + "voter": "kenny-crane" + }, + { + "rshares": 231816568, + "voter": "sergey44" + }, + { + "rshares": 6869641155, + "voter": "uwe69" + }, + { + "rshares": 23374513580, + "voter": "cryptos" + }, + { + "rshares": 404286448, + "voter": "steevc" + }, + { + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 323936947, + "voter": "robotev1" + }, + { + "rshares": 323104197, + "voter": "robotev2" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 1456512030, + "voter": "robotev" + }, + { + "rshares": 307751182, + "voter": "steemitpolonia" + } + ], + "author": "l0k1", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.17, + "beneficiaries": [], + "blacklists": [], + "body": "https://s20.postimg.io/vvqjtfbt7/Screenshot_from_2016_09_15_20_30_35.png\n\nI just had to celebrate, I writed 1000 things. This makes 1001. \n\nIn the olden days, 1001 was infinity!", + "category": "steemit", + "children": 1, + "created": "2016-09-15T17:32:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.io/vvqjtfbt7/Screenshot_from_2016_09_15_20_30_35.png" + ], + "tags": [ + "steemit", + "milestone" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271802092410, + "payout": 0.063, + "payout_at": "2016-09-22T17:32:36", + "pending_payout_value": "0.063 HBD", + "percent_hbd": 10000, + "permlink": "1-thousand-postages", + "post_id": 1256516, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "1 THOUSAND postages", + "updated": "2016-09-15T17:32:36", + "url": "/steemit/@l0k1/1-thousand-postages" + }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 40042090888143, + "voter": "blocktrades" + }, + { + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 5096232265, + "voter": "dmitriybtc" + }, + { + "rshares": 3145812656, + "voter": "dmilash" + }, + { + "rshares": 538023492, + "voter": "marinaz" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 4098512589, + "voter": "cmorton" + }, + { + "rshares": 83101859, + "voter": "numberone" + }, + { + "rshares": 5712937692, + "voter": "trev" + }, + { + "rshares": 62351093, + "voter": "creatr" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 53884613, + "voter": "jeff-kubitz" + }, + { + "rshares": 5532993072, + "voter": "tanyabtc" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 271440423, + "voter": "anomaly" + }, + { + "rshares": 6368721210, + "voter": "orcish" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 3795767712, + "voter": "dresden" + } + ], + "author": "tanyabtc", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.51, + "beneficiaries": [], + "blacklists": [], + "body": "Jellyfish is a perfect example of one of the weirdest creatures out there. In real life they are definitely not the most pleasant thing to touch and being surrounded with.\n\nIt wasn't a surprise for me but jellyfish don't have brains. Instead, they have nerve nets which sense changes in the environment and coordinate the animal's responses.\n\nHowever if you eliminate all of the fluff that people are talking about them, you can come up with something interesting and even fun.\n\nThis drawing is created using my favorite style, I hope you'll love it.\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg\n\n***\n\n###
Follow me for my future art work: [@tanyabtc](https://steemit.com/@tanyabtc)
", + "category": "art", + "children": 5, + "created": "2016-09-15T17:32:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg", + "http://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg" + ], + "links": [ + "https://steemit.com/@tanyabtc" + ], + "tags": [ + "art", + "photography", + "life", + "nature", + "steemitartchallenge" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40641175102128, + "payout": 99.269, + "payout_at": "2016-09-22T17:32:00", + "pending_payout_value": "99.269 HBD", + "percent_hbd": 10000, + "permlink": "jellyfish", + "post_id": 1256509, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "Jellyfish", + "updated": "2016-09-15T17:32:00", + "url": "/art/@tanyabtc/jellyfish" + }, + { + "active_votes": [ + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 160734499, + "voter": "armanibadboy" + } + ], + "author": "armanibadboy", + "author_payout_value": "0.000 HBD", + "author_reputation": 42.82, + "beneficiaries": [], + "blacklists": [], + "body": "Space video online channel + chat\n\nStunning \"loops of fire\" on the Sun - The Sun In Full Force\nhttps://www.youtube.com/watch?v=Jiq7EbzUMrw\n\n\nEarth From Space Real Footage - Video From The International Space Station ISS\nhttps://www.youtube.com/watch?v=njCDZWTI-xg\n\nNasa Live / ISS Live Feed - NASA HDEV HD Footage of Earth From ISS\nhttps://www.youtube.com/watch?v=Gy5PC5Auoak", + "category": "space", + "children": 1, + "created": "2016-09-15T17:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/Jiq7EbzUMrw/0.jpg", + "https://img.youtube.com/vi/njCDZWTI-xg/0.jpg", + "https://img.youtube.com/vi/Gy5PC5Auoak/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=Jiq7EbzUMrw", + "https://www.youtube.com/watch?v=njCDZWTI-xg", + "https://www.youtube.com/watch?v=Gy5PC5Auoak" + ], + "tags": [ + "space", + "video", + "online", + "channel", + "chat" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 932802060, + "payout": 0.0, + "payout_at": "2016-09-22T17:31:57", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "space-video-online-channel-chat", + "post_id": 1256508, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Space video online channel + chat", + "updated": "2016-09-15T17:31:57", + "url": "/space/@armanibadboy/space-video-online-channel-chat" + }, + { + "active_votes": [ + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.66, + "beneficiaries": [], + "blacklists": [], + "body": "# Deciding to do some Trading with my SBD/BTC\n\nAfter having some mild success on steemit, I decided to transfer part of my SBD to Poloniex and try my hand at trading cryptocurrencies. It all kind of feels like free money anyway! I am just learning how cryptocurrencies work. I have been interested in bitcoin as a concept and aware of its success for about 2 years now, but never owned any until I ended up owning some SBD after stumbling upon steemit.\n\nAfter transferring to poloniex, I bought some BTC with my SBD. From there I transferred some BTC to a circle account and cashed out 20$ USD to my bank account just to prove to myself and everyone that keeps asking me, that I can easily use this cryptocurrency to get cash. But, the more I learn, the less fiat money I want and the more I want to invest in silver and cryptocurrencies. \n\n# Bitcoin\n\nI have regretted not being into bitcoin ever since I heard about it and started watching it go up and then especially after hearing Jeff Berwick talk positively about it at 200$ and then seeing it go over 500$. So I was happy to finally own some BTC but this is basically all an experiment for me so I decided that I might try to play the game a bit more.\n\n# Value of Steem Going Down\n\nI can see that my steemit wallet account value has been going down. I have powered up most of my SBD and I will continue to do so because I believe in steemit in the long term, but I do think I might be able to protect my SBD and maybe even profit with it by trading into BTC and buying cryptocurrencies on Poloniex so that's what I am experimenting with. I could also lose my investment so I am starting slowly and learning as much as I can for now.\n\n# Ethereum\n\n

https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png

\n\n[image source](https://en.wikipedia.org/wiki/Ethereum)\n\nFrom my stock chart studying experience and from advice on the internet I decided to make a bet on ETH. I have heard more about Ethereum as I have been on steemit and after a short research session online I decided that it may go up soon, so I'll buy. Keep in mind, none of this very scientific, I am just playing around and learning how to do this and am not giving any advice because I really don't know what I'm doing! \n\nCurrently, I don't have time to constantly monitor close enough to day trade so I am only going to buy something that I think will be moving up over next few weeks. I make my guess based on what the technology is and by looking for trends in the charts. My chart studying skills are pretty basic. I look for floors, ceilings, and trends based on highs and lows over time. I look for upwards trends by spotting a series of higher lows and by watching for crosses in the moving averages. That's pretty much my entire strategy at this point\n\n# Trading so far\n\nHere is what I did yesterday. I turned 100 SBD into 0.13731732 BTC. I then transferred that bitcoin to my margin account after reading about how it worked on Poloniex's [margin trading page.](https://poloniex.com/support/aboutMarginTrading/) From there I was able to buy 0.33554217 BTC worth of Ethereum so now I have a position on 17.11149722 ETH.\n\nToday I have been researching other coins to invest in. I found [this quick list](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments) helpful and I have noticed on my Poloniex margin trading account there are a few coins that I can take a margin position on. I also liked this [list of cryptos by market cap](https://coinmarketcap.com/) Several of the coins are very volatile and some are making big moves while I watch them. Probably from some FOMO, I decided to go long on CLAMs. I liked that they just gave away coins to bitcoin holders so now they are the most widely held coin. I have no idea if this will be profitable, but I decided to go for it because it's so cheap!\n\n# Other Coins\n\nI also noticed that CLAMs are the crypto for a [gambling site](https://just-dice.com/) that was featured in a very positive [huffington post article](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117) and is very active. I don't gamble much except a little poker now and then and I am definitely not promoting gambling, but I do recognize it as an industry that can help support a crypto. Basically I don't gamble unless I feel like I have an advantage. \n\n

http://clamclient.com/images/bio-photo.png

\n\n[image source](http://clamclient.com/)\n\nThe only reason I feel comfortable trying my hand at cryptocurrency trading is that I am using very small amounts of money that I earned from writing content in my spare time and I think the risk is worth the reward because I believe like many of you that cryptocurrency is the future of currency and if I get in on the right one early enough, there could be a nice profit. Now all I have to do is predict the future, lol.\n\nI have also noticed XRM making big upward swings today and I am considering playing with it but I am a bit weary putting much into coins that I don't really believe in. Yes I am doing this with CLAMs but I am going to keep this type of investment to a minimum. Still, I am open to any recommendations from any of you crypto traders out there might have.\n\n# Conclusions and Questions\n\nI have been teeter tottering between red and green on both of my positions but I feel confident that I will be able to close my positions at a profit at this point. I think I am going to stay long on Ethereum with most of my Poloniex account and move in and out of some small cap cryptos with a small percentage of my balance. But this is just my initial thoughts on my strategy so I am open to changing my entire strategy as I learn. The title is a serious question - Should I stay long on ETH??? It makes sense to me to do that but I could be missing something. Does anyone have any tips on coins that are going to make some big moves???\n\nI am a newbie at all this so please point out anything stupid I may be doing. I welcome any advice and suggestions that any of you might have. I'm also happy to answer any questions you might have if your like me and just getting started trading cryptos. I hope if nothing else, this post starts a conversation and something is learned. Thanks for reading. Let's make some money!\n\n# Links\n\n[Poloniex's margin trading page.](https://poloniex.com/support/aboutMarginTrading/) \n\n[gambling site for CLAMs](https://just-dice.com/)\n\n [huffington post article about that gambling site ^^^^^^^](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117)\n\n[list of cryptos to consider for investment](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments)\n\n[list of cryptos by market cap](https://coinmarketcap.com/)", + "category": "ethereum", + "children": 0, + "created": "2016-09-15T17:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png", + "http://clamclient.com/images/bio-photo.png" + ], + "links": [ + "https://en.wikipedia.org/wiki/Ethereum", + "https://poloniex.com/support/aboutMarginTrading/", + "http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments", + "https://coinmarketcap.com/", + "https://just-dice.com/", + "http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117", + "http://clamclient.com/" + ], + "tags": [ + "ethereum", + "money", + "poloniex", + "bitcoin", + "trading" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18126121492, + "payout": 0.003, + "payout_at": "2016-09-22T17:31:36", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 1256505, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Should I be long on Ethereum?", + "updated": "2016-09-15T19:40:18", + "url": "/ethereum/@richardcrill/should-i-be-long-on-ethereum" + }, + { + "active_votes": [ + { + "rshares": 2519852939, + "voter": "fkn" + }, + { + "rshares": 3312189303, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061259321, + "voter": "murh" + }, + { + "rshares": 21369474049, + "voter": "kimziv" + }, + { + "rshares": 12300667181, + "voter": "furion" + }, + { + "rshares": 59019077, + "voter": "barbara2" + }, + { + "rshares": 65598944, + "voter": "ch0c0latechip" + }, + { + "rshares": 60712453, + "voter": "doge4lyf" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 466138704, + "voter": "poseidon" + }, + { + "rshares": 2043534177, + "voter": "positive" + }, + { + "rshares": 3611353389, + "voter": "sisterholics" + }, + { + "rshares": 68804307, + "voter": "fnait" + }, + { + "rshares": 61125854, + "voter": "keepcalmand" + }, + { + "rshares": 127707884586, + "voter": "laonie" + }, + { + "rshares": 2971877888, + "voter": "handmade" + }, + { + "rshares": 3997337191, + "voter": "myfirst" + }, + { + "rshares": 25922919422, + "voter": "somebody" + }, + { + "rshares": 969236947, + "voter": "flysaga" + }, + { + "rshares": 5726574194, + "voter": "midnightoil" + }, + { + "rshares": 14322999157, + "voter": "xiaohui" + }, + { + "rshares": 646824604, + "voter": "elfkitchen" + }, + { + "rshares": 447789785, + "voter": "xiaokongcom" + }, + { + "rshares": 902663914, + "voter": "xianjun" + }, + { + "rshares": 59109762, + "voter": "microluck" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 598155046, + "voter": "nelyp" + }, + { + "rshares": 6536319137, + "voter": "orcish" + } + ], + "author": "handmade", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.93, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Tal como te lo promet\u00ed aqu\u00ed est\u00e1 la segunda tanda de verdades que com\u00fanmente olvidamos y que nos pueden hacer sentir la vida algo amarga.   (Click aqu\u00ed para leer la primera parte de este articulo)     

\n

Listo?

\n

Aqu\u00ed vamos!

\n


\n

                 

\n

                                                                 (credito: hfhy64.com) 

\n

5._ Cada error o intento fallido en tu vida, eres t\u00fa en crecimiento.

\n

Cada error y cada vez que fallas hay una lecci\u00f3n por aprender. Cada vez que tropiezas estas m\u00e1s cerca a esa meta propuesta. 

\n

El \u00fanico error que de verdad no te traer\u00e1 ninguna ense\u00f1anza es el error de no intentar dar ese paso por miedo a fallar.

\n

Cuando veas una oportunidad no dudes. La vida te va a presentar momentos donde solo tu decisi\u00f3n va a ser la diferencia. Tu nunca vas a estar 100% seguro que todo saldr\u00e1 bien pero puedes estar seguro que no hacer nada es a\u00fan peor.

\n

NO importa que suceda, si todo sali\u00f3 como lo esperabas o fue un final inesperado, siempre el resultado es el que debi\u00f3 ser. Si no act\u00faas cuando la oportunidad se presenta nunca sabr\u00e1s que pudo haber pasado y adem\u00e1s estar\u00e1s en el mismo punto, estancado.

\n


\n

6._ Decisiones emocionales llevan a consecuencias desagradables (al menos en el 98% de los casos).

\n

Las decisiones que tomas guiado por las emociones del momento son reacciones dispersas de la l\u00f3gica que deber\u00edas tener para cada caso.

\n

No tuviste la oportunidad de sopesar las razones para esa toma de decisi\u00f3n de manera clara y solo est\u00e1s viendo la situaci\u00f3n desde un enfoque reducido. Pero a\u00fan existe un 2% de esas decisiones que si no fuera por la emoci\u00f3n del momento no ser\u00edan tan especiales. 

\n

Entonces, como somos humanos y tenemos que aprender cada d\u00eda con nuestros actos solo puedo darte un consejo que me ha servido mucho: 

\n
C\u00e1lmate y tomate tu tiempo para que las emociones no nublen tu inteligencia al momento de tomar una decisi\u00f3n importante en la vida.
\n

Pero tambi\u00e9n te digo aqu\u00ed y ahora que debes ser responsable por cada una de las decisiones que tomaste en el pasado y las consecuencias que ellas trajeron a tu presente (No es f\u00e1cil pero todos debemos hacerlo si realmente queremos tener el control de nuestra vida).

\n


\n

                

\n

                                               (credito: unsplash.com/@leliejens)

\n

7._ Tener demasiadas opciones lo \u00fanico que hace es interferir con la toma de decisiones.

\n

En esta nueva era de las comunicaciones donde los mercados est\u00e1n globalizados y la informaci\u00f3n viaja a la velocidad de la luz, tenemos un sin n\u00famero de posibilidades para hacer nuestras elecciones con respecto a bienes, productos o alguna experiencia que deseemos vivir.

\n

Tristemente, esta multitud de opciones lo \u00fanico que hace es fomentar la indecisi\u00f3n, nos confunde y a veces nos lleva a no tomar acciones en el momento indicado.

\n

Grandes conocedores del marketing y la propaganda, han verificado en estudios recientes que el consumidor de hoy esta menos impulsado a comprar si debe hacer su elecci\u00f3n entre una monta\u00f1a de opciones. En otras palabras, t\u00fa vas a estar m\u00e1s animado a comprar si solo debes escoger entre 3 opciones y no entre 50 o 200 productos. 

\n

Si el proceso de elecci\u00f3n es muy tedioso puede que decidas postergar y no comprar nada.

\n

Si eres vendedor \u2014 en realidad todos lo somos \u2014  trata de mantener las opciones simples para tus posibles compradores y si estas tratando de tomar una decisi\u00f3n importante, establece las caracter\u00edstica primordiales que deseas para luego decidir antes de caer en el juego de las 100 opciones.

\n


\n

8._ Cada persona trabaja para  si misma.

\n

No importa si t\u00fa trabajas para una s\u00faper corporaci\u00f3n, eres el due\u00f1o de un emporio tecnol\u00f3gico o tienes un horario de 8 horas en un empleo est\u00e1ndar..... trabajas para una sola persona: t\u00fa mismo.

\n

\u00bfQue estas vendiendo? Y \u00bfA qui\u00e9n le vendes?

\n

Son las preguntas m\u00e1s importantes que debes tener en tu mente para manejar tu negocio de manera consciente y sacar el mejor provecho.

\n

Te repito: si t\u00fa tienes un empleo dentro de una organizaci\u00f3n y sabes muy bien quien es tu jefe, el jefe de tu jefe y as\u00ed sucesivamente; igual estas trabajando para ti. Tu estas vendiendo una hora de tu vida ademas del conocimiento, con un precio determinado \u2014 que se te cancela cada mes con tu salario \u2014 a un consumidor o cliente que es la organizaci\u00f3n o empresa empleadora.

\n

Piensa en esto cada d\u00eda, aseg\u00farate que tu producto esta actualizado y que el pago que recibes sea el indicado seg\u00fan su valor. 

\n


\n

Y ahora... Qu\u00e9 hago con estas verdades que acabo de leer? 

\n

                   

\n

                                                      (credito: unsplash.com/@punttim)

\n

Mira lo que puedes hacer mi amig@ Steemian:

\n

Puedes simplemente votar este art\u00edculo, seguirme y olvidarlas en unas horas. 

\n

Pero qu\u00e9 tal si.... 

\n

Te tomas unos minutos para internalizar el contenido de estas l\u00edneas y pensar en el efecto que pueden causar en tu vida?....  

\n

Luego, puedes compartir tu opini\u00f3n a trav\u00e9s de comentarios, votar y hasta seguirme, para as\u00ed disfrutar los siguientes art\u00edculos que voy a ir publicando cada semana. 

\n

Buen plan verdad?.....     

\n


\n

S\u00edgueme yo soy @handmade

\n

Apoyando la comunidad de habla hispana en Steemit.

\n

Muy pronto seremos miles! 

\n


\n", + "category": "spanish", + "children": 2, + "created": "2016-09-15T17:30:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s26.postimg.org/rvgwifijt/albert_einstein.jpg", + "https://s26.postimg.org/qs6fhbtm1/Decisions.jpg", + "https://s26.postimg.org/g7whyqp49/pensando.jpg" + ], + "links": [ + "https://steemit.com/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-1", + "https://steemit.com/@handmade" + ], + "tags": [ + "spanish", + "abcdelexito" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 238869251873, + "payout": 0.056, + "payout_at": "2016-09-22T17:30:27", + "pending_payout_value": "0.056 HBD", + "percent_hbd": 0, + "permlink": "simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final", + "post_id": 1256489, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 29 + }, + "title": "Simples verdades que hasta los mas inteligentes olvidan (Parte Final)", + "updated": "2016-09-15T17:30:27", + "url": "/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-final" + }, + { + "active_votes": [ + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 42572418815, + "voter": "twinner" + }, + { + "rshares": 619764164, + "voter": "herbertmueller" + }, + { + "rshares": 338908254, + "voter": "ledzep1981" + } + ], + "author": "ledzep1981", + "author_payout_value": "0.000 HBD", + "author_reputation": 47.38, + "beneficiaries": [], + "blacklists": [], + "body": "Ich halte ja die meisten Menschen keineswegs f\u00fcr dumm das sind nur wenige. Das gr\u00f6\u00dfte Problem ist dass ihnen bewusst die wichtigsten Informationen vorenthalten werden und der Zugang zu diesen erschwert wird. Das ist nat\u00fcrlich Absicht, denn Wissen ist Macht. Es kostet so sehr viel M\u00fche und Zeit an die entsprechenden Informationen zu kommen und wenn man nach nem 8-10 Stunden Tag nach Hause kommt dann hat man was anderes im Sinn und m\u00f6chte sich lieber entspannen. Das ist unseren teilweise psychopathischen Herrschern nat\u00fcrlich klar deswegen gilt das Motto: \"Brot und Spiele\" immer noch. Man hat nur die Methoden so perfektioniert das Hitler vor Neid erblassen w\u00fcrde und Caesar sich das nie h\u00e4tte vorstellen k\u00f6nnen.", + "category": "deutsch", + "children": 2, + "created": "2016-09-15T17:29:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "deutsch", + "freiheit", + "propaganda", + "indoktrination", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50576600572, + "payout": 0.011, + "payout_at": "2016-09-22T17:29:30", + "pending_payout_value": "0.011 HBD", + "percent_hbd": 10000, + "permlink": "sind-menschen-dumm-oder-nicht", + "post_id": 1256483, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "Sind Menschen dumm oder nicht?", + "updated": "2016-09-15T17:29:30", + "url": "/deutsch/@ledzep1981/sind-menschen-dumm-oder-nicht" + }, + { + "active_votes": [ + { + "rshares": 916887686, + "voter": "chanbam" + }, + { + "rshares": 611486514, + "voter": "therajmahal" + } + ], + "author": "chanbam", + "author_payout_value": "0.000 HBD", + "author_reputation": 39.43, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

source

\n

\n", + "category": "science", + "children": 1, + "created": "2016-09-15T17:29:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/Gaia_s_first_sky_map5f8e7.png", + "https://www.steemimg.com/images/2016/09/15/airbusdefenceandspace_gaia_info_anglais_1bd55f.jpg" + ], + "links": [ + "http://www.esa.int/Our_Activities/Space_Science/Gaia/Gaia_s_billion-star_map_hints_at_treasures_to_come" + ], + "tags": [ + "science", + "life", + "steemit", + "photography" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1528374200, + "payout": 0.0, + "payout_at": "2016-09-22T17:29:21", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey", + "post_id": 1256480, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Satellite Gaia plots a billion stars after first 3 years of its journey", + "updated": "2016-09-15T17:29:21", + "url": "/science/@chanbam/satellite-gaia-plots-a-billion-stars-after-first-3-years-of-its-journey" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 844421054, + "voter": "endgame" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 3967367717, + "voter": "birdie" + }, + { + "rshares": 1344727667, + "voter": "aleco" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 3447914797, + "voter": "sulev" + }, + { + "rshares": 56747133, + "voter": "reported" + }, + { + "rshares": 53767046, + "voter": "krushing" + }, + { + "rshares": 494521401, + "voter": "minnowsunited" + }, + { + "rshares": 52700570, + "voter": "whatyouganjado" + }, + { + "rshares": 59002619, + "voter": "makaveli" + }, + { + "rshares": 1171098500, + "voter": "boddhisattva" + }, + { + "rshares": 52450091, + "voter": "alexbones" + }, + { + "rshares": 115178213, + "voter": "pollina" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 52498231, + "voter": "salebored" + }, + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 11478144604, + "voter": "daveks" + }, + { + "rshares": 4662941386, + "voter": "nadin3" + }, + { + "rshares": 51444457, + "voter": "bitdrone" + }, + { + "rshares": 51436144, + "voter": "sleepcult" + }, + { + "rshares": 1737480112, + "voter": "alwayzgame" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + }, + { + "rshares": 4331450381, + "voter": "puffin" + }, + { + "rshares": 1288421610, + "voter": "aksinya" + } + ], + "author": "boddhisattva", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.23, + "beneficiaries": [], + "blacklists": [], + "body": "When I think about summer, I always remember this place. In my future posts I will tell you about the Issyk-Kul lake , which is popularly known as blue gem.\n\n> \u041a\u043e\u0433\u0434\u0430 \u044f \u0432\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u044e \u043b\u0435\u0442\u043e, \u043c\u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u0432\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u044d\u0442\u043e \u043c\u0435\u0441\u0442\u043e. \u0412 \u0441\u0432\u043e\u0438\u0445 \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u043f\u043e\u0441\u0442\u0430\u0445 \u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0443 \u0432\u0430\u043c \u043e\u0431 \u043e\u0437\u0435\u0440\u0435 \u0418\u0441\u0441\u044b\u043a-\u041a\u0443\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432 \u043d\u0430\u0440\u043e\u0434\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u0433\u043e\u043b\u0443\u0431\u043e\u0439 \u0436\u0435\u043c\u0447\u0443\u0436\u0438\u043d\u043e\u0439.\n\n
\"bishkek61427df01.jpg\"
\n
\"bishkek628273766.jpg\"
\n
\"bishkek6208ebc2a.jpg\"
\n
\"bishkek6228a8c67.jpg\"
\n
\"bishkek6249e5615.jpg\"
\n\nNikon D5000 18-55VR\n\n*Please leave your opinion about this photo in the comment section.*\n*If you like my photo, you are welcome to upvote and follow me @boddhisattva.*\n\n> *\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0432\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u0438\u0445 \u0444\u043e\u0442\u043e \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u0445.*\n> *\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043d\u0440\u0430\u0432\u044f\u0442\u0441\u044f \u043c\u043e\u0438 \u0444\u043e\u0442\u043e, \u0431\u0443\u0434\u0443 \u0440\u0430\u0434, \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043c\u043e\u0439 \u043f\u043e\u0441\u0442 \u0438 \u0431\u0443\u0434\u0435\u0442\u0435 \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u0437\u0430 \u043c\u043d\u043e\u0439 @boddhisattva.*\n\n#minnowsunite #steemsquad #giveback", + "category": "photography", + "children": 8, + "created": "2016-09-15T17:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/bishkek61427df01.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek628273766.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6208ebc2a.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6228a8c67.jpg", + "https://www.steemimg.com/images/2016/09/15/bishkek6249e5615.jpg" + ], + "tags": [ + "photography", + "minnowsunite", + "ru", + "steemsquad", + "giveback" + ], + "users": [ + "boddhisattva" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46568881366, + "payout": 0.01, + "payout_at": "2016-09-22T17:28:48", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto", + "post_id": 1256474, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 27 + }, + "title": "Memories of the summer. Issyk-Kul lake (own photo) / \u0412\u043e\u0441\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u043e \u043b\u0435\u0442\u0435. \u041e\u0437\u0435\u0440\u043e \u0418\u0441\u0441\u044b\u043a-\u043a\u0443\u043b\u044c (\u043c\u043e\u0438 \u0444\u043e\u0442\u043e)", + "updated": "2016-09-15T17:28:48", + "url": "/photography/@boddhisattva/memories-of-the-summer-issyk-kul-lake-own-photo-vospominaniya-o-lete-ozero-issyk-kul-moi-foto" + }, + { + "active_votes": [ + { + "rshares": 140985149448, + "voter": "coinbitgold" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "rshares": 772067561, + "voter": "jessicanicklos" + }, + { + "rshares": 374068973, + "voter": "lloyddavis" + }, + { + "rshares": 2650993895, + "voter": "senseye" + }, + { + "rshares": 148045544, + "voter": "meharhassan94" + } + ], + "author": "transhuman", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.44, + "beneficiaries": [], + "blacklists": [], + "body": "## An AI machine learning program named Ellie spots depression and PTSD, alerting psychologists to provide appropriate therapy.\n\n*Machine Learning (ML) is a hot topic in the science and engineering world and while ML has been around for decades, rapid advances in computer technology have catapulted ML to being an AI discipline with great potential for benefiting mankind. Here is a quick overview of how ML can detect mental illness in you...*\n \n\nYou walk into a comfortable, private room and encounter a personable computer avatar named Ellie. \n\n![computer avatar](http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg)\n[Credit](http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg)\n\nAfter you sit down and get comfortable, Ellie introduces herself and begins a conversation with her comments and questions. Microphones record your voice responses and a camera tracks your every move. While Ellie scans your facial expressions, tone of voice and body movements, she analyzes this data with computer algorithms. These in turn provide Ellie with a statistically optimal script of questions and comments designed to uncover probable signs of depression and post-traumatic stress disorder.\n\n\n![Graphical ML data](http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif)\n[Gif courtesy of NPR](http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif)\n\nIn simple terms, your interaction through Ellie's camera and microphone is an operational environment that collects raw data (test data). Next comes processing by computer algorithms that refine this raw data by comparing it to data (training data) created under identical conditions by people with confirmed depression and PTSD. \n\n\n\nWhen a statistical correlation is detected between your test data and the training data gathered from subjects diagnosed with depression and PTSD, Ellie is directed to probe further to clarify this information and reveal any indications of mental illness. After Ellie collects your behavioral data over time, subsequent analysis produces intelligence for psychologists that can lead to diagnosis of a mental disorder and remedial treatments.\n\n![Diagram of the relationship of data, information and intelligence](https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png)\n[Graphic courtesy of Wikipedia](https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png)\n\n\nEllie was developed by a team of scientists at the Institute for Creative Technologies (ICT) at the University of Southern California. While her creators state that Ellie cannot substitute for a real therapist's diagnosis and treatment decisions, the hope is that one day Ellie will be able to go into the field to detect soldiers with PTSD. She could also assist cash-strapped, over-crowded mental health services and help ease the minds of people who feel there is a stigma attached to mental illness.", + "category": "science", + "children": 0, + "created": "2016-09-15T17:26:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg", + "http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif", + "https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png" + ], + "links": [ + "http://media.guim.co.uk/0f255e6e1d63b3087c38ecbec9859b177c462d94/330_0_1126_746/1000.jpg", + "http://www.npr.org/news/graphics/2015/05/Planet%20Money%20Automation%20Gifs/stacey.gif", + "https://upload.wikimedia.org/wikipedia/commons/e/ee/Relationship_of_data,_information_and_intelligence.png" + ], + "tags": [ + "science", + "technology", + "psychology" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147587761972, + "payout": 0.033, + "payout_at": "2016-09-22T17:26:36", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 10000, + "permlink": "how-ai-detects-mental-illness", + "post_id": 1256452, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "How AI Detects Mental Illness", + "updated": "2016-09-15T17:32:09", + "url": "/science/@transhuman/how-ai-detects-mental-illness" + }, + { + "active_votes": [ + { + "rshares": 503970587, + "voter": "fkn" + }, + { + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "rshares": 1061257518, + "voter": "murh" + }, + { + "rshares": 5342360999, + "voter": "kimziv" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 2460133436, + "voter": "furion" + }, + { + "rshares": 8635740631, + "voter": "herverisson" + }, + { + "rshares": 116534676, + "voter": "poseidon" + }, + { + "rshares": 408706835, + "voter": "positive" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 902837145, + "voter": "sisterholics" + }, + { + "rshares": 31926906838, + "voter": "laonie" + }, + { + "rshares": 1332444227, + "voter": "myfirst" + }, + { + "rshares": 6480719939, + "voter": "somebody" + }, + { + "rshares": 242308936, + "voter": "flysaga" + }, + { + "rshares": 1431641745, + "voter": "midnightoil" + }, + { + "rshares": 3580744079, + "voter": "xiaohui" + }, + { + "rshares": 161706151, + "voter": "elfkitchen" + }, + { + "rshares": 111947446, + "voter": "xiaokongcom" + }, + { + "rshares": 225665678, + "voter": "xianjun" + }, + { + "rshares": 6536319137, + "voter": "orcish" + } + ], + "author": "herverisson", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.46, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Estonia is bringing down borders for entrepreneurs and digital nomads through a new programme which aims at helping Estonians by giving non-resident non-citizens a digital identification card issued by the Estonian government. 

\n

\n

From a country without cash to a world without borders

\n

As mentioned recently by @ottodv, Estonia is pushing for a cashless society. The argument is that a cashless society is better at protecting democracy, by helping to better track and whack corruption. The point is valid, but also chimeric. Human being never fail to find new ways to send each other kickbacks for illicit favours.

\n

However, Estonia does not stop there. They have also launched a scheme by which any foreigner can apply for an e-residency. That means that you don't even need to live in the country to become an e-resident. The aim is to cut service costs and to cut red tape. Too many people around the world feel like their government's regulations is making their life difficult. Estonia is famous for the efficiency and easiness of its laws and administration, so for foreigners it could save a lot of time and money to apply to that scheme.

\n

The e-residents can:

\n
    \n
  • establish an Estonian company online (you would need a physical address there, but there are companies providing that service for 200\u20ac a year for example - and a secretary too if you throw a couple more bills),
  • \n
  • administer it from anywhere in the world
  • \n
  • access online payment service providers
  • \n
\n

And the proof of their e-residency is a card which enables to:

\n
    \n
  • sign in and authenticate secure services
  • \n
  • digitally sign documents
  • \n
  • digitally authenticate documents
  • \n
  • encrypt documents
  • \n
\n

                                                        

\n

Breaking borders and breaking taboos

\n


\n

What Estonia want to do is effectively break two taboos:

\n
    \n
  • the taboo of offshore bank accounts
  • \n
\n

Estonia does not want to be branded as the new Tax Haven, and this e-residency is a middle way. For example, it is clearly stated that the e-residency does not mean that you can escape the tax of your own countries. You are not going to get any passport or carte blanche from Tallinn. You still have to pay your taxes in the country where you reside.

\n


\n
    \n
  • the taboo of immigration and emigration
  • \n
\n

Estonian is a small country, which is never going to attract a lot of immigrants. Not that they want it anyway in the first place! There is not the place, nor the will, to accomodate a large population. However, they are very much interested in getting your business ! 

\n

And also, Estonia has had issues KEEPING its citizens from fleeing abroad. By setting this thing up, they hope not to loose track of them too much. If some Estonians go abroad to make business, that does not mean they can't keep in touch with the home country through this service.

\n


\n

How does it work ?

\n

 The applicant must provide:

\n
    \n
  • His/her name and identifying information
  • \n
  • A scanned passport photo. 
  • \n
  • A scanned copy of government-issued identity documentation.
  • \n
  • A minimum of one paragraph describing your interest and motivations behind applying for e-Residency. This helps the Police and Border Guard Board with risk management and the background check.
  • \n
  • A fee of 100\u20ac. 
  • \n
  • The desired pickup location: one of 38 Estonian embassies and consulates around the world.
  • \n
\n

For more info, check the website : https://e-estonia.com/e-residents/apply/

\n


\n

Even if the ultimate advantages of that e-residency remains fuzzy, Estonia is betting on the future of this initiative to attract attention and businesses from around the world and foster its image as a thinking-forward country. So, would you trust the Estonian government with your datas? No pledge of allegiance is required.

\n


\n", + "category": "business", + "children": 0, + "created": "2016-09-15T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s21.postimg.org/z6w1io8fb/Nasdaq_Estonia_II_940x589.jpg", + "https://s21.postimg.org/vok1ma7jb/ScreenHunter_31_Sep__15_19_20.jpg" + ], + "links": [ + "https://e-estonia.com/", + "https://steemit.com/freedom/@ottodv/estonian-president-democracy-better-protected-in-a-cashless-society", + "https://e-estonia.com/e-residents/apply/" + ], + "tags": [ + "business", + "money", + "freedom", + "economics", + "news" + ], + "users": [ + "ottodv" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73541166790, + "payout": 0.016, + "payout_at": "2016-09-22T17:26:09", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "post_id": 1256445, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 21 + }, + "title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "updated": "2016-09-15T17:26:09", + "url": "/business/@herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia" + }, + { + "active_votes": [ + { + "rshares": 49163816393, + "voter": "alexgr" + }, + { + "rshares": 1061255715, + "voter": "murh" + }, + { + "rshares": 3151721935, + "voter": "crok" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 3709451036, + "voter": "bitcoiner" + }, + { + "rshares": 257573964, + "voter": "sergey44" + }, + { + "rshares": 1817367614, + "voter": "remlaps" + }, + { + "rshares": 10728802965, + "voter": "gomeravibz" + }, + { + "rshares": 23374513580, + "voter": "cryptos" + }, + { + "rshares": 413912316, + "voter": "steevc" + }, + { + "rshares": 6654356624, + "voter": "hilarski" + }, + { + "rshares": 1841792209, + "voter": "mobios" + }, + { + "rshares": 88628906, + "voter": "ruscion" + }, + { + "rshares": 263853222, + "voter": "maarnio" + }, + { + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "rshares": 213847216, + "voter": "andrewrait" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 4427704834, + "voter": "puffin" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + }, + { + "rshares": 1456512030, + "voter": "robotev" + }, + { + "rshares": 1127831915, + "voter": "sirlunchalot" + } + ], + "author": "steempowerwhale", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.39, + "beneficiaries": [], + "blacklists": [], + "body": "https://s19.postimg.org/w6c2fsk37/Liberty_50_Obverse.png\nSource: [Wikipedia]( https://en.wikipedia.org/wiki/American_gold_eagle)\n\nSince the first Steemit author @steemit published his post on March, 30, 2016 **72 761 posts got lucky** so far and received a payout. 106 600 posts did not earn any money.\n### Overall for authors to get lucky the chance is 40.5%.\n \nhttps://s19.postimg.org/p5o2n0ib7/Author_Success.png\n### These **72 761** successful posts made in **total 6 086 405.345 SBD**. \nBased on this number an author could expect in average a total payout of 83.64 SBD per post but this is not how a competitive market works. Half of the authors walked away with a total post reward smaller than 0.359 SBD. Just a reminder the author gets 75% of the total payout and the curators 25%.\n### 29 395 posts were above 1 SBD total payout. This is 16% of all posts. You should be really happy if your post goes above 1 SBD.\n**18 414** made it passed **10 SBD (10%)** and **7 953** reached the **100 SBD (4.4%)** threshold.\n## 1 322 made it above the magic number of 1000 SBD! This is 0.7%. Congratulations if you are one of them.\nDo you have a bad day now? Hope not.\n\nI made a word cloud out of the titles of the top 100 posts. \n \nhttps://s19.postimg.org/eubpucqlv/Word_Cloud_Top100_Posts.png\nThe word Steemit was used 50 times, Steem 20, First 11, New 8 and Hi 6 times. Maybe try to create a title out of these words and see what happens\u2026.\n### or you do a cat post because currently your chances are much higher to receive a reward. [How Successful Are Cat Posts on Steemit? \u2013 Look at the Stats](https://steemit.com/stats/@steempowerwhale/how-successful-are-cat-posts-on-steemit-look-at-the-stats)\n\n\nHappy Steeming, Happy Dreaming.\n\nI am on Steemit because I have a mission\n@steempowerwhale \ud83d\udc33\n[\ud83c\udf1e upvoting your lifetime dreams!]( https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams)", + "category": "steemit", + "children": 4, + "created": "2016-09-15T17:25:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s19.postimg.org/w6c2fsk37/Liberty_50_Obverse.png", + "https://s19.postimg.org/p5o2n0ib7/Author_Success.png", + "https://s19.postimg.org/eubpucqlv/Word_Cloud_Top100_Posts.png" + ], + "links": [ + "https://en.wikipedia.org/wiki/American_gold_eagle", + "https://steemit.com/stats/@steempowerwhale/how-successful-are-cat-posts-on-steemit-look-at-the-stats", + "https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams" + ], + "tags": [ + "stats", + "steemit" + ], + "users": [ + "steemit", + "steempowerwhale" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 126195777483, + "payout": 0.028, + "payout_at": "2016-09-22T17:25:48", + "pending_payout_value": "0.028 HBD", + "percent_hbd": 10000, + "permlink": "for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats", + "post_id": 1256443, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 25 + }, + "title": "For Steemit Authors \u2013 How Likely Do Posts Receive a Reward on Steemit? \u2013 Look at the Stats", + "updated": "2016-09-15T17:51:15", + "url": "/steemit/@steempowerwhale/for-steemit-authors-how-likely-do-posts-receive-a-reward-on-steemit-look-at-the-stats" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071238782, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 7803257741, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 5287780547, + "voter": "tee-em" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 150998793285, + "voter": "derekareith" + }, + { + "rshares": 2977684019, + "voter": "sveokla" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 10419949344, + "voter": "deviedev" + }, + { + "rshares": 653682455, + "voter": "luisucv34" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 2797901756, + "voter": "the-future" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 36242906818, + "voter": "anca3drandom" + }, + { + "rshares": 46121486943, + "voter": "marius19" + }, + { + "rshares": 3448323506, + "voter": "sulev" + }, + { + "rshares": 3323846130, + "voter": "kurtbeil" + }, + { + "rshares": 117035439531, + "voter": "thisisbenbrick" + }, + { + "rshares": 5300166646, + "voter": "melek" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 4907843213, + "voter": "mada" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 339297523, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 142553888, + "voter": "food-creator" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 150753854, + "voter": "shortstories" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "the-future", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.9, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Join me through the process, as I create this glass painting with a lovely message that I hope will inspire you. When you're sad because you don't make money at Steemit, think about something else that makes you happy!

\n


\n

https://s9.postimg.org/6v6wy3n0f/1wild1.jpg

\n


\n

First I made the drawing on regular paper, then I placed the paper under the piece of glass, using it as a reference. I made the black outline and then added the rest of the colours. 

\n


\n

https://s12.postimg.org/qtnoqy73x/1wild2.jpg

\n


\n

https://s17.postimg.org/x6l9d9uv3/1_WILD3.jpg

\n


\n

https://s21.postimg.org/ikf9dvh2f/1wild4.jpg

\n


\n

https://s14.postimg.org/swbsd2xgh/1wild5.jpg

\n


\n

https://s16.postimg.org/rtiwkpgpx/1wild6.jpg

\n


\n

The photo below is for the most important person in my life! 

\n


\n

https://s15.postimg.org/ey13104nf/1wild7.jpg

\n


\n

I hope you guys like it and if you have any suggestions please comment below!

\n


\n", + "category": "art", + "children": 2, + "created": "2016-09-15T17:24:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s9.postimg.org/6v6wy3n0f/1wild1.jpg", + "https://s12.postimg.org/qtnoqy73x/1wild2.jpg", + "https://s17.postimg.org/x6l9d9uv3/1_WILD3.jpg", + "https://s21.postimg.org/ikf9dvh2f/1wild4.jpg", + "https://s14.postimg.org/swbsd2xgh/1wild5.jpg", + "https://s16.postimg.org/rtiwkpgpx/1wild6.jpg", + "https://s15.postimg.org/ey13104nf/1wild7.jpg" + ], + "tags": [ + "art", + "steemitace", + "heart", + "glasspainting", + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17640777004562, + "payout": 20.935, + "payout_at": "2016-09-22T17:24:51", + "pending_payout_value": "20.935 HBD", + "percent_hbd": 10000, + "permlink": "glass-painting-wild-steemit-ace-card-heart", + "post_id": 1256434, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 51 + }, + "title": "Glass painting - Sad little Panda!", + "updated": "2016-09-15T18:18:12", + "url": "/art/@the-future/glass-painting-wild-steemit-ace-card-heart" + }, + { + "active_votes": [ + { + "rshares": 31621188390159, + "voter": "smooth" + }, + { + "rshares": 2078528809174, + "voter": "bmw" + }, + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 3312854507128, + "voter": "pharesim" + }, + { + "rshares": 2053144245901, + "voter": "hr1" + }, + { + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "rshares": 22390733187, + "voter": "jaewoocho" + }, + { + "rshares": 1736291789819, + "voter": "steemychicken1" + }, + { + "rshares": 1533973920081, + "voter": "joseph" + }, + { + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "rshares": 652005899349, + "voter": "masteryoda" + }, + { + "rshares": 3120458041174, + "voter": "recursive" + }, + { + "rshares": 5941203882368, + "voter": "smooth.witness" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "rshares": 4941741048, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "rshares": 14818192446, + "voter": "gregory-f" + }, + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 9028522101, + "voter": "gregory60" + }, + { + "rshares": 74914792736, + "voter": "eeks" + }, + { + "rshares": 15119117634, + "voter": "fkn" + }, + { + "rshares": 19873135819, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 584250736753, + "voter": "nanzo-scoop" + }, + { + "rshares": 177409209153, + "voter": "mummyimperfect" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 106632631169, + "voter": "asch" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 6230746892, + "voter": "cryptofunk" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 962077066542, + "voter": "cyber" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 49578772788, + "voter": "ak2020" + }, + { + "rshares": 76584409982, + "voter": "noganoo" + }, + { + "rshares": 3848540783991, + "voter": "satoshifund" + }, + { + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 35693164103, + "voter": "altoz" + }, + { + "rshares": 335983556, + "voter": "gardening" + }, + { + "rshares": 336136344, + "voter": "survival" + }, + { + "rshares": 10021612024, + "voter": "arisa" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5950554459, + "voter": "mark-waser" + }, + { + "rshares": 118348776939, + "voter": "geoffrey" + }, + { + "rshares": 42738217262, + "voter": "kimziv" + }, + { + "rshares": 24170583392, + "voter": "seth-krings" + }, + { + "rshares": 46264097306, + "voter": "honeythief" + }, + { + "rshares": 78976166587, + "voter": "technology" + }, + { + "rshares": 76017114668, + "voter": "emily-cook" + }, + { + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "rshares": 49806227536, + "voter": "isteemit" + }, + { + "rshares": 10993053311, + "voter": "auction" + }, + { + "rshares": 17557768630, + "voter": "grey580" + }, + { + "rshares": 19975264794, + "voter": "thebatchman" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 3283410959, + "voter": "orly" + }, + { + "rshares": 5270985903, + "voter": "riscadox" + }, + { + "rshares": 24867544970, + "voter": "katyakov" + }, + { + "rshares": 12790313163, + "voter": "jako" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 1664172448, + "voter": "sergei" + }, + { + "rshares": 238378512, + "voter": "honey" + }, + { + "rshares": 71343869654, + "voter": "furion" + }, + { + "rshares": 354114465, + "voter": "barbara2" + }, + { + "rshares": 393593664, + "voter": "ch0c0latechip" + }, + { + "rshares": 364274718, + "voter": "doge4lyf" + }, + { + "rshares": 5532441214, + "voter": "on0tole" + }, + { + "rshares": 1231812238, + "voter": "dicov" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 2919298058, + "voter": "sveokla" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 5357205853, + "voter": "thegoodguy" + }, + { + "rshares": 14167556353, + "voter": "aaseb" + }, + { + "rshares": 1026087885, + "voter": "danielkt" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 462033723200, + "voter": "knozaki2015" + }, + { + "rshares": 95668007343, + "voter": "inertia" + }, + { + "rshares": 46858037615, + "voter": "milestone" + }, + { + "rshares": 7164489185, + "voter": "lichtblick" + }, + { + "rshares": 34761364489, + "voter": "creemej" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 15378115921, + "voter": "nippel66" + }, + { + "rshares": 23929304431, + "voter": "phenom" + }, + { + "rshares": 167305835788, + "voter": "blueorgy" + }, + { + "rshares": 12849414672, + "voter": "benjiberigan" + }, + { + "rshares": 932262984, + "voter": "poseidon" + }, + { + "rshares": 19717588129, + "voter": "mustafaomar" + }, + { + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 32543400703, + "voter": "deanliu" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 1019831473, + "voter": "hemp" + }, + { + "rshares": 118287211, + "voter": "flowers" + }, + { + "rshares": 204617853645, + "voter": "jl777" + }, + { + "rshares": 30989251579, + "voter": "zaebars" + }, + { + "rshares": 12261205066, + "voter": "positive" + }, + { + "rshares": 1773021661, + "voter": "yarly" + }, + { + "rshares": 267188192, + "voter": "yarly2" + }, + { + "rshares": 267587944, + "voter": "yarly3" + }, + { + "rshares": 154579129, + "voter": "yarly4" + }, + { + "rshares": 155451862, + "voter": "yarly5" + }, + { + "rshares": 88607961, + "voter": "yarly7" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 6114654934, + "voter": "summonerrk" + }, + { + "rshares": 12098269394, + "voter": "webdeals" + }, + { + "rshares": 231254136, + "voter": "alexbezimeni" + }, + { + "rshares": 17267307497, + "voter": "proto" + }, + { + "rshares": 7222569746, + "voter": "sisterholics" + }, + { + "rshares": 428868451, + "voter": "yarly10" + }, + { + "rshares": 229507420, + "voter": "yarly11" + }, + { + "rshares": 80241480, + "voter": "yarly12" + }, + { + "rshares": 412825844, + "voter": "fnait" + }, + { + "rshares": 366755128, + "voter": "keepcalmand" + }, + { + "rshares": 180668119, + "voter": "kibela" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 13626326152, + "voter": "mahekg" + }, + { + "rshares": 50578642550, + "voter": "gomeravibz" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "rshares": 6895440187, + "voter": "theprophet" + }, + { + "rshares": 255409573883, + "voter": "laonie" + }, + { + "rshares": 24562026280, + "voter": "laoyao" + }, + { + "rshares": 7994566199, + "voter": "myfirst" + }, + { + "rshares": 51844874813, + "voter": "somebody" + }, + { + "rshares": 1938440237, + "voter": "flysaga" + }, + { + "rshares": 2084695835, + "voter": "gmurph" + }, + { + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "rshares": 11452948850, + "voter": "midnightoil" + }, + { + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "rshares": 4190335896, + "voter": "ullikume" + }, + { + "rshares": 28645142464, + "voter": "xiaohui" + }, + { + "rshares": 1293627572, + "voter": "elfkitchen" + }, + { + "rshares": 102434307703, + "voter": "joele" + }, + { + "rshares": 5855564372, + "voter": "oflyhigh" + }, + { + "rshares": 895565145, + "voter": "xiaokongcom" + }, + { + "rshares": 12687522802, + "voter": "gargon" + }, + { + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "rshares": 84763896, + "voter": "numberone" + }, + { + "rshares": 62760150, + "voter": "diamonds" + }, + { + "rshares": 1805296575, + "voter": "xianjun" + }, + { + "rshares": 3251259359, + "voter": "unrealisback" + }, + { + "rshares": 11292536945, + "voter": "borran" + }, + { + "rshares": 93805187965, + "voter": "miacats" + }, + { + "rshares": 118219525, + "voter": "microluck" + }, + { + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "rshares": 84708065280, + "voter": "serejandmyself" + }, + { + "rshares": 106144628, + "voter": "pollina" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "rshares": 10691300360, + "voter": "jaredcwillis" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 59171026, + "voter": "piezolit" + }, + { + "rshares": 6069996297, + "voter": "trev" + }, + { + "rshares": 1152952998, + "voter": "leno4ek" + }, + { + "rshares": 33111928321, + "voter": "daut44" + }, + { + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "rshares": 7779288318, + "voter": "einsteinpotsdam" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 5012661990, + "voter": "nadin3" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 1661520978, + "voter": "davidjkelley" + }, + { + "rshares": 27677639861, + "voter": "sponge-bob" + }, + { + "rshares": 15570931627, + "voter": "digital-wisdom" + }, + { + "rshares": 3710931796, + "voter": "ethical-ai" + }, + { + "rshares": 6831306526, + "voter": "jwaser" + }, + { + "rshares": 1086106040, + "voter": "tatianka" + }, + { + "rshares": 55281264, + "voter": "apparat" + }, + { + "rshares": 14097243573, + "voter": "cryptobiker" + }, + { + "rshares": 54182817, + "voter": "analyzethis" + }, + { + "rshares": 2675492964, + "voter": "bwaser" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 27671309914, + "voter": "brains" + }, + { + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "rshares": 1359518638, + "voter": "steemafon" + }, + { + "rshares": 5753400992, + "voter": "chick1" + }, + { + "rshares": 50584036, + "voter": "aoki" + }, + { + "rshares": 51568971, + "voter": "typingagent" + }, + { + "rshares": 50528809, + "voter": "cwb" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 2401284424, + "voter": "ellepdub" + }, + { + "rshares": 12115548081, + "voter": "herpetologyguy" + }, + { + "rshares": 4816962742, + "voter": "morgan.waser" + }, + { + "rshares": 51232949, + "voter": "dragonice" + }, + { + "rshares": 51230296, + "voter": "steemq" + }, + { + "rshares": 51218466, + "voter": "weare" + }, + { + "rshares": 1258359388, + "voter": "anns" + }, + { + "rshares": 50875769, + "voter": "cyan" + }, + { + "rshares": 50871059, + "voter": "motion" + }, + { + "rshares": 50791473, + "voter": "synereo" + }, + { + "rshares": 50572441, + "voter": "unilever" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 50532230, + "voter": "friends" + }, + { + "rshares": 3689824509, + "voter": "strong-ai" + }, + { + "rshares": 53738244, + "voter": "ivanakamoto" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 2974116451, + "voter": "htyfn" + }, + { + "rshares": 162904624, + "voter": "allianz" + }, + { + "rshares": 1630350803, + "voter": "rusteemitblog" + }, + { + "rshares": 161815656, + "voter": "ranger" + }, + { + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 161179339, + "voter": "bethesda" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 159318360, + "voter": "stimmt" + }, + { + "rshares": 159062820, + "voter": "rule" + }, + { + "rshares": 158560941, + "voter": "steemthis" + }, + { + "rshares": 158486055, + "voter": "zendesk" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 157667385, + "voter": "cbd" + }, + { + "rshares": 157667385, + "voter": "junk" + }, + { + "rshares": 157682838, + "voter": "hug" + }, + { + "rshares": 157682838, + "voter": "bearcub" + }, + { + "rshares": 157682809, + "voter": "cyberpunk" + }, + { + "rshares": 156919204, + "voter": "keisha" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 156919175, + "voter": "int" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + } + ], + "author": "serejandmyself", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.84, + "beneficiaries": [], + "blacklists": [], + "body": "#### Hey guys, welcome to the first chapter of my new novel.\n#### It is a mixture of 3 time lines, with 19th century, modern day and ancient times. The genre is probably something you would call a mixture of sci-fi, mystery, adventure and a bit more. \n#### Well, I welcome you to be the judge...\n\n

[![b801c049484636e0faf71f56cca03864c0bd6.jpg](https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg)](https://www.steemimg.com/image/1wrYT)

\n\n__________________________________\n\n**Chapter ONE**\n\nIt seemed as nothing was different in yet another cold and slightly windy London evening. The smog from the river was rising up as usual and the chilly wind would bring the smell up to the embankment, where Charles was taking a rest, sitting down on his favorite bench. \n\nFrom here he could see the might of the power station from across the river and something was special in the way those chimneys threw out the smoke onto the city. \n\nHe just finished his walk along his usual route, walking amongst the cemetery outside the chapel. It always amused him; that mix of emotion and sorrow amongst the busy city people, especially during the busy afternoon hours.\n\nThat rusty smell kept mixing with up with the light freshness of the leaves from the tree nearby Charles\u2019s bench. As he threw a brief glimpse onto the clock on the parliament building he noticed that the small arrow was on 45 minutes\u2026 \n\nSuddenly he heard a murmur of horses; he turned his head before he could finish realizing what time it was. He saw that just a few yards up the road two horse carriages didn\u2019t manage to share the drive way. \n\n
[![Saratogacarriagec5af5.jpg](https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg)](https://www.steemimg.com/image/1w1bI)
\n\nOne of the coachmen was shouting something and angrily waving his hands. Charles was able to see from here that the coachmen\u2019s grey clothing was partially covered in dirt, probably from the splash of the puddles from underneath the wheels. \n\nThe coachmen kept shouting something, Charles was unable to see the second carriage from where he was sitting, but was able to see some passersby, that starting to gather around the incident.\n\nIt was obvious that, just like him, those people had nothing better to do on this late afternoon then to watch in amusement the accident in the middle of the avenue.\n\nJust as Charles was starting to lose interest in the whole situation, the door of the cab that Charles could see, opened and a man dressed in a black suit and holding a pipe stepped out. He calmly put his hand in the upper inner pocket of the suit and pulled out some coins. The man made two steps up to driver and handed him the coins. At this moment the driver stopped shouting for a moment and it was clear from the look on his face that he was confused. \n\nThe cab driver counted the coins and said something to the man in the suit, the passenger didn\u2019t answer. He turned around and started to walk in the direction of the chapel. The cab driver clearly wasn\u2019t happy. He started to shout once again, but this time at the passenger. While the cab driver turned his attention to the passenger, Charles noticed how the second carriage that was involved in the accident managed to move a few yards back.\n\nIt was a much smaller carriage, and the driver was clearly seeable to Charles now. He seemed somewhat happy that he was not in the middle of the light anymore; he hurryingly turned the carriage and the horse around and started to move also in the direction of the chapel. \n\nAt this moment the driver of the first carriage started to lose interest in shouting and decided to clean himself up. As he started to calm down, the bemused passersby begun to walk back to where they were heading and Charles also turned his head back towards the power station.\n\nCharles was so busy watching the situation unfold that he didn\u2019t noticed that the passenger of the first carriage crossed the road and was now heading not towards the chapel anymore, but exactly in the other direction, towards the grey bench that Charles was sitting on.\n\nAt first Charles didn\u2019t pay any attention to just another man who was walking by. But then he noticed that calm walk of his and it hit him that this was the same passenger from the carriage.\n\n\u201cExcuse me sir?\u201d said Charles as the man closed up to the bench. \u201cYou are the gentleman from the carriage, aren\u2019t you?\u201d \u201cI saw you a minute ago, what happened?\u201d\n\nThe man stopped to walk and shared a look with Charles; he calmly sat down beside him and carried on smoking his pipe, as he was not hearing the questions Charles asked him. \n\n\u201cI do apologies for the intervention, but you must not be local, I can tell by your calmness, all the folks round here are always in a hurry\u201d Charles carried on talking as if not noticing that the man was ignoring him. \n\nAll of a sudden the weather begun to change, wind started to blow stronger and the few leaves that the tree was holding blew in the direction of the bench. The smell from the river rose up and as if that wasn\u2019t enough Charles felt like a small rain drop hit his head. He could clearly see the green water from where he was sitting through the decorations holes of the embankments fence. It was clear that it will start to rain soon by the appearing circles on the top of the river.\n\nAfter a few minutes of quietly seating by his new neighbor Charles caught himself looking at the clock on the tower, once again he saw the small arrow on 45 minutes\u2026\n\n\u201cAnd what do we pay the government for?\u201d \u201cIt would feel though they are taking our money and spend it on their fancy hats and suits, don\u2019t you find?\u201d Said Charles.\n\nAt this point the man took out the pipe into his left hand and begun to cough. After he finished coughing Charles heard him speak, at this point Charles understood that for some reason he would remember this moment for a long time to come. \n\n\u201cIt is likely to assume that they deserve to spend the money they earn\u201d Said the man, his voice was quite low and he had a certain accent Charles could quite catch.\n\n\u201cI don\u2019t think that money is of importance nowadays\u201d Said the man.\n\nCharles looked at the man with a smile - \u201cWhat is of importance? One might assume that philosophically speaking, importance can be found in nothing but what is good to us\u201d.\n\n\u201cNo body knows what can be important to others if we carry on like this, then\u2026\u201d Charles didn\u2019t finish his sentence as the man turned away from him and looked the other way. He then turned his head back and Charles noticed his eyes. His eyes were nothing like what Charles had seen before, they looked as though they were glass like and the as if they were blank, there was nothing behind them.\n\n\u201cWhat is important is that I am here now and that it is happening today. It is important to live your life because, just like your life Charles, it has an end\u201d, the man looked somewhat happy when he said that and Charles jumped back on the bench a little, he felt a small shiver run down his spine.\n\n\u201cWhat? How do you know my name sir? Have you been following me?\u201d questions were racing through Charles\u2019s mind. \n\n\u201cAs I said, this is now of importance. You life can find its end today when you get back to your gallery in your cold basement on Kinnerton street or you might listen to me and\u2026\u201d Charles didn\u2019t let the man finish his sentence. He jumped up from the bench; his cane flew within millimeters of the stranger leg as he jumped.\n\n\u201cHow dare you sir? Who gives you the right\u2026\u201d Charles raised his voice, he never allowed himself to raise his voice at a stranger beforehand.\n\n\u201cI think this conversation is over!\u201d exclaimed Charles. \u201cThat would be your choice\u201d replied the man, \u201cDo you think the time is right?\u201d \n\nCharles had already turned away in anger and was about to make his first step away. Something in the words of the man about the time made him think for a second, thoughts raced through his mind. The number 45 and the small arrow of the parliament clock were stuck in his head. \n\n\u201cI don\u2019t understand said Charles\u2026\u201d he turned his head back towards the clock; the arrow was still on 45 minutes. \u201cHow is that possible?\u201d Charles turned his head to the man, but there was no one on the bench. \n\nCharles begun to search the street rapidly with his eyes, it didn\u2019t even occur to him that it was heavily raining until that moment. \n\n
[![tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif](https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif)](https://www.steemimg.com/image/1w5tK)
\n\nThe streets were empty; there were no carriages or people to be seen around. Feeling scared he turned his head to the clock once again \u2013 \u201cHow can it still be 45 minutes...\u201d Charles was speaking out loud.\n\nThe next moment he felt like his knees weakened, his head was swirling and he dropped his cane, last thing he could hear was the clinging the of the cane\u2019s handle against the pavement. His thoughts mixed up with his eyesight; the man and his pipe, the handle of the clock, the carriage, the passersby, the power stations smoke\u2026\n \n_________________________________\n\n#### Follow me @serejandmyself for more \n\nImage credit - [1](https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/) ; [2](https://giphy.com/search/carriage) ; [3](http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html) ;", + "category": "story", + "children": 2, + "created": "2016-09-15T17:23:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg", + "https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg", + "https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif" + ], + "links": [ + "https://www.steemimg.com/image/1wrYT", + "https://www.steemimg.com/image/1w1bI", + "https://www.steemimg.com/image/1w5tK", + "https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/", + "https://giphy.com/search/carriage", + "http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html" + ], + "tags": [ + "story", + "fiction", + "scifi", + "mystery", + "writing" + ], + "users": [ + "serejandmyself" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66871297900441, + "payout": 259.423, + "payout_at": "2016-09-22T17:23:48", + "pending_payout_value": "259.423 HBD", + "percent_hbd": 10000, + "permlink": "captured-by-time-an-original-novel-chapter-1", + "post_id": 1256421, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 229 + }, + "title": "CAPTURED BY TIME (An Original Novel - Chapter 1)", + "updated": "2016-09-15T17:23:48", + "url": "/story/@serejandmyself/captured-by-time-an-original-novel-chapter-1" + }, + { + "active_votes": [ + { + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 218599376, + "voter": "andrewrait" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + }, + { + "rshares": 1412442409, + "voter": "kolin.evans" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

https://www.youtube.com/watch?v=DX1iplQQJTo

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:23:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/DX1iplQQJTo/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=DX1iplQQJTo" + ], + "tags": [ + "art", + "life", + "cartoon", + "music", + "politics" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30525557464, + "payout": 0.006, + "payout_at": "2016-09-22T17:23:45", + "pending_payout_value": "0.006 HBD", + "percent_hbd": 10000, + "permlink": "the-simpsons-by-banksy", + "post_id": 1256420, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "The Simpsons by Banksy", + "updated": "2016-09-15T17:23:45", + "url": "/art/@groovedigital/the-simpsons-by-banksy" + }, + { + "active_votes": [ + { + "rshares": 116660687, + "voter": "jlufer" + }, + { + "rshares": 4662941386, + "voter": "nadin3" + }, + { + "rshares": 330365849, + "voter": "panther" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 527464783, + "voter": "grisha-danunaher" + }, + { + "rshares": 158177412, + "voter": "kaktus1818" + } + ], + "author": "grisha-danunaher", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.88, + "beneficiaries": [], + "blacklists": [], + "body": "http://pix.toile-libre.org/upload/original/1473958672.jpg\n Source\n Tastefully not argue.\nBut what I want to see - the ugly, as well as the equally beautiful attracts attention. Ugly form have a magnetism as much, how many and beautiful, in a word is not possible to take your eyes. Interesting and bizarre psychology of human perception. And the main thing here is not to confuse sour with purple)\n \u0421\u043e \u0432\u043a\u0443\u0441\u043e\u043c \u043d\u0435 \u043f\u043e\u0441\u043f\u043e\u0440\u0438\u0448\u044c. K\u0440\u0430\u0441\u0438\u0432\u043e \u0438\u043b\u0438 \u043d\u0435 \u043a\u0440\u0430\u0441\u0438\u0432\u043e, \u0434\u0435\u043b\u043e \u0432\u043a\u0443\u0441\u0430. \n\u041d\u043e \u0447\u0442\u043e \u0445\u043e\u0447\u0443 \u0437\u0430\u043c\u0435\u0442\u0438\u0442\u044c- \u0443\u0440\u043e\u0434\u043b\u0438\u0432\u043e\u0435 \u0442\u0430\u043a \u0436\u0435, \u043a\u0430\u043a \u0438 \u043a\u0440\u0430\u0441\u0438\u0432\u043e\u0435 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u043e \u043f\u0440\u0438\u0442\u044f\u0433\u0438\u0432\u0430\u0435\u0442 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435. \u0423\u0440\u043e\u0434\u043b\u0438\u0432\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0438\u043c\u0435\u044e\u0442 \u0432 \u0441\u0435\u0431\u0435 \u0441\u0442\u043e\u043b\u044c\u043a\u043e \u0436\u0435 \u043c\u0430\u0433\u043d\u0435\u0442\u0438\u0437\u043c\u0430, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0435, \u043e\u0434\u043d\u0438\u043c \u0441\u043b\u043e\u0432\u043e\u043c \u043d\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043e\u0440\u0432\u0430\u0442\u044c \u0433\u043b\u0430\u0437. \u0418\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430 \u0438 \u043f\u0440\u0438\u0447\u0443\u0434\u043b\u0438\u0432\u0430 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u044f \u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0432\u043e\u0441\u043f\u0440\u0438\u044f\u0442\u0438\u044f. \u0418 \u0442\u0443\u0442 \u0433\u043b\u0430\u0432\u043d\u043e\u0435 \u043d\u0435 \u043f\u0435\u0440\u0435\u043f\u0443\u0442\u0430\u0442\u044c \u043a\u0438\u0441\u043b\u043e\u0435 \u0441 \u0444\u0438\u043e\u043b\u0435\u0442\u043e\u0432\u044b\u043c)", + "category": "humor", + "children": 4, + "created": "2016-09-15T17:21:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://pix.toile-libre.org/upload/original/1473958672.jpg" + ], + "links": [ + "https://pp.vk.me/c636227/v636227729/f40a/RRWgrXbHkGg.jpg" + ], + "tags": [ + "humor", + "meme", + "art", + "ru", + "psychology" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6243226456, + "payout": 0.001, + "payout_at": "2016-09-22T17:21:21", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "russian-beauty-krasota-po-russkii", + "post_id": 1256391, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Russian beauty / K\u0440\u0430\u0441\u043e\u0442\u0430 \u043f\u043e \u0440\u0443\u0441\u0441\u043a\u0438\u0439", + "updated": "2016-09-15T17:21:21", + "url": "/humor/@grisha-danunaher/russian-beauty-krasota-po-russkii" + }, + { + "active_votes": [ + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 447223635407, + "voter": "boatymcboatface" + }, + { + "rshares": 1716981055290, + "voter": "cryptoctopus" + }, + { + "rshares": 11769631591, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061246700, + "voter": "murh" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 61297722307, + "voter": "justtryme90" + }, + { + "rshares": 143804852437, + "voter": "coinbitgold" + }, + { + "rshares": 131687306173, + "voter": "victor-lucas" + }, + { + "rshares": 8753361064, + "voter": "grandpere" + }, + { + "rshares": 22572627181, + "voter": "venuspcs" + }, + { + "rshares": 3441272031, + "voter": "getssidetracked" + }, + { + "rshares": 12790313163, + "voter": "jako" + }, + { + "rshares": 673428155, + "voter": "trees" + }, + { + "rshares": 93660377, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 328426925, + "voter": "cryptochannel" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 10646455859, + "voter": "deviedev" + }, + { + "rshares": 34761384923, + "voter": "creemej" + }, + { + "rshares": 24417657582, + "voter": "phenom" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 204617591001, + "voter": "jl777" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 17267290368, + "voter": "proto" + }, + { + "rshares": 26802382202, + "voter": "fabien" + }, + { + "rshares": 3353892141, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 16606042093, + "voter": "sunshine" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 13254585210, + "voter": "cristi" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 8276664961, + "voter": "lemouth" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 6536319137, + "voter": "orcish" + }, + { + "rshares": 4235195928, + "voter": "puffin" + }, + { + "rshares": 1469405719, + "voter": "kreet" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "lemouth", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.21, + "beneficiaries": [], + "blacklists": [], + "body": "Steemit is becoming more and more **international**, and a decent amount of French-speaking people are now around. I have therefore decided to make a couple of my **future posts bilingual, both in English and French**.\n\n*Steemit devient de plus en plus **international**, et les francophones ne sont pas en reste. Par consequent, j\u2019ai decide d\u2019ecrire une partie de mes **futurs posts a la fois en francais et en anglais**, mais sans accents faute de clavier approprie\u2026 ;)*\n\n![](https://steemimg.com/images/2016/09/14/flag-1441871_1920acd98.jpg) [image credits: [from pixabay](https://pixabay.com/en/flag-english-english-flag-britain-1441871/)]\n\n___\n\n*N\u2019ayant pas decide par quoi vraiment commencer, je me suis rendu compte que le premier post que j\u2019ai ecrit sur Steemit, mon introduction, n\u2019etait vraiment pas super super. Et voici donc une **introduction mise a jour**, mais toujours sans photo de moi (il ne faut pas trop rever).*\n\nBeing undecided about what to write about first, I noticed that my introductory post, the first post I wrote here, was maybe not the best post ever. And here is my topic: a **fresh introduction about myself**, but still without any picture of myself (no free lunch).\n\n\n
\n\n![](https://steemimg.com/images/2016/09/14/big-bang-422749_192052ac2.jpg) [image credits: [from pixabay](https://pixabay.com/en/big-bang-armageddon-explosion-pop-422749/)]\n\nI joined Steemit about 7 weeks ago, and I am writing since then one or two long posts per week on **particle physics, cosmology, astrophysics and nuclear physics**. I am sharing **the scientist vision of his own research field**. \n\n*J\u2019ai rejoint Steemit il y a environ 7 semaines, et j\u2019ecris depuis un ou deux (longs) posts par semaine a propos de la **physique des particules, de la cosmologie, de l\u2019astrophysique et de la physique nucleaire**. Je partage **la vision du scientifique de son propre domain de recherche**.* \n\n*Je suis en effet un physicien en physique theorique fondamentale, travaillant en plein coeur de Paris. En parallele a mes activites de recherche qui portent sur les sujets ci-dessus, je **transmets ma passion** (en tous cas j\u2019essaie) aux nouvelles generations d\u2019etudiants et au grand public (ce qui inclut Steemit!)* \n\nI am a theoretical physicist working straight in the middle of Paris. Parallel to my research activities on the above topics, I (try to) **transmit my passion** to new generations of young students and to the general audience (which includes Steemit). \n\n\nSince my arrival on Steemit, I have started the writing of a few series of posts:\n * An introduction to particle physics: [the basics](https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students), [Higgs-theory](https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context) and [Higgs-experiment](https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson);\n * News about my own research activities: [new phenomena and photons](https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons);\n * Fresh news about CERN results: [MoEAL](https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found), [the economical impact of the LHC](https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia);\n * Scrutinizing important scientific results: [the fifth force](https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature), [Dragonfly 44](https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter).\n\n*Depuis mon arrivee sur Steemit, j\u2019ai demarre l'ecriture de plusieurs series de posts:*\n* *Une introduction a la physique des particules: [generalites](https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students), [Higgs-theorie](https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context) et [Higgs-experimental](https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson)* ;\n * *Des nouvelles de mes propres activites de recherche: [phenomenes nouveaux avec des photons](https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons)* ;\n * *Des nouvelles sur les resultats du CERN: [MoEAL](https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found), [l'impact economique du LHC](https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia)* ;\n * *Des nouvelles scientifiques importantes: [la cinquieme force](https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature), [Dragonfly 44](https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter)* .\n\nI will of course continue writing posts on those topics, and I have also some new series to start in my mind. \n*Je vais bien entendu continuer a ecrire a propos des sujets mentionnes ci-dessus.* \n\n
\n\n![](https://steemimg.com/images/2016/09/09/lhc_long_1452ab.jpg) [image credits: [CERN](https://home.cern/topics/large-hadron-collider)]\n\nI am planning to render **all future posts related to CERN bilingual**. According to the feedback of the readers (this is you!), I may write new posts on different topics also bilingually in the future. \n\n*Je compte rendre **tous mes futurs posts relies au CERN bilingues**. En fonction du retour, je pourrais eventuellement ecrire des posts bilingues sur des nouveaux sujets dans le futur.* \n\n\n#### I believe having a nice ensemble of quality posts in French could be useful for the network, and I am glad to take part to the feeding of the \u2018fundamental physics\u2019 section. ####\n\n#### *Je crois qu\u2019avoir une bonne serie de posts de qualite en francais sur Steemit pourrait etre utile pour la plateforme, et je vais prendre plaisir a alimenter la categorie \u2018physique fondamentale\u2019.* ####\n\n___\n\n#### *Rendez-vous pour la fin de semaine ou lundi prochain (oui je suis parfois occupe et j\u2019ai du mal a ecrire plus qu\u2019un ou deux posts par semaine) pour mon premier post de physique bilingue!* ####\n#### See you on the week-end or on next Monday (I am kind of very busy and I cannot write more than one or two posts per week) for my first bilingual post on physics! ####\n___", + "category": "introducemyself", + "children": 2, + "created": "2016-09-15T17:21:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemimg.com/images/2016/09/14/flag-1441871_1920acd98.jpg", + "https://steemimg.com/images/2016/09/14/big-bang-422749_192052ac2.jpg", + "https://steemimg.com/images/2016/09/09/lhc_long_1452ab.jpg" + ], + "links": [ + "https://pixabay.com/en/flag-english-english-flag-britain-1441871/", + "https://pixabay.com/en/big-bang-armageddon-explosion-pop-422749/", + "https://steemit.com/science/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students", + "https://steemit.com/science/@lemouth/particle-physics-lectures-demystifying-the-higgs-boson-the-theory-context", + "https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson", + "https://steemit.com/science/@lemouth/my-own-research-on-steemit-new-phenomena-at-the-cern-large-hadron-collider-cornered-with-photons", + "https://steemit.com/science/@lemouth/live-from-cern-no-magnetic-monopole-has-been-found", + "https://steemit.com/academia/@lemouth/connecting-steemit-scientific-research-and-academia", + "https://steemit.com/science/@lemouth/new-particle-physics-results-have-we-found-a-fifth-force-of-nature", + "https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter", + "https://home.cern/topics/large-hadron-collider" + ], + "tags": [ + "introducemyself", + "science", + "physics", + "academia", + "fr" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6287235613848, + "payout": 3.599, + "payout_at": "2016-09-22T17:21:03", + "pending_payout_value": "3.599 HBD", + "percent_hbd": 10000, + "permlink": "en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur", + "post_id": 1256390, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 46 + }, + "title": "[EN/FR] Promoting Steemit in French: a French-speaking particle physicist on Steemit - un physicien des particules francophone sur Steemit", + "updated": "2016-09-15T17:21:03", + "url": "/introducemyself/@lemouth/en-fr-promoting-steemit-in-french-a-french-speaking-particle-physicist-on-steemit-un-physicien-des-particules-francophone-sur" + }, + { + "active_votes": [ + { + "rshares": 1061262927, + "voter": "murh" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 7418976078, + "voter": "dasha" + }, + { + "rshares": 9731652686, + "voter": "mione" + }, + { + "rshares": 679525506, + "voter": "perspective" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 17968270939, + "voter": "honeyscribe" + }, + { + "rshares": 2650993895, + "voter": "senseye" + } + ], + "author": "perspective", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.89, + "beneficiaries": [], + "blacklists": [], + "body": "Every few minutes it is like I realize I am holding 10 pound dumbbells. I set them down. Another set appears in my hands. I set them down. \n\n10 pounds per hand may not seem like a lot, but when the reps are infinite, the weight gets tiring. I want to lay down on the ground and bury my hands to not feel the pull for awhile. \n\n
(https://anonmgur.com/up/fd31b3c58145663a4285b461e2f45823.jpg)
\n\nWhen it read @macksby's comment on my last post saying the lightness is inside me, I realized there may be a new way to see my situation. \n\nI almost said I have been looking at it \"all wrong,\" but that is a judgment against myself. I have been consciously judging *for* myself lately. That is precisely what I need to focus on today.\n\nThe statements I have been making to myself claim this weight is never ending. I have lost my way back to the wonder and lightness of innocence and happiness. The world of Oreos and milkshakes?\n\n
(https://anonmgur.com/up/ebcfa5eb829f71bd00dd9972471b1246.jpg)
\n\nThe heavy weight is a judgment against myself. What if my internal dialogue looked less like:\n\n\"Here's another set of weights. You deserve them. Are you tired? You deserve it. Don't bother getting out of bed today. The weights are never ending. Stay down, Dani.\" \n\nAnd more like:\n\n\"You seem to be shedding quite a lot of dead weight, Dani! Great job putting it down. Each rep is you getting stronger even as the heaviness you are carrying is lessened. Keep going!\" \n\nWhat if, instead of looking at my confused internal map as me lost in the wilderness, I see it as an opportunity for adventure? \n\n
(https://anonmgur.com/up/a4b5dac0bfcbf491f64f77453c26f25c.jpg)
\n\nAfter all, if I am writing my story hard parts and all, I am still holding the pen (or keyboard, in this case). I get to choose the ending. \n\nI feel excited. The very idea is freeing. \n\nThank you, @macksby for pointing out the lightness is still there. I feel a shift. I see it inside me shining. \n\nxoxo,\n\n## Dani\n\nImage source: pixabay.com", + "category": "psychology", + "children": 1, + "created": "2016-09-15T17:20:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://anonmgur.com/up/fd31b3c58145663a4285b461e2f45823.jpg", + "https://anonmgur.com/up/ebcfa5eb829f71bd00dd9972471b1246.jpg", + "https://anonmgur.com/up/a4b5dac0bfcbf491f64f77453c26f25c.jpg" + ], + "tags": [ + "psychology", + "idea-mill", + "life", + "philosophy", + "freedom" + ], + "users": [ + "macksby" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54940100681, + "payout": 0.012, + "payout_at": "2016-09-22T17:20:48", + "pending_payout_value": "0.012 HBD", + "percent_hbd": 10000, + "permlink": "the-weight-of-freedom", + "post_id": 1256388, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "The Weight of Freedom", + "updated": "2016-09-15T17:20:48", + "url": "/psychology/@perspective/the-weight-of-freedom" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 657682851854, + "voter": "berniesanders" + }, + { + "rshares": 4576157737, + "voter": "nextgenwitness" + }, + { + "rshares": 3313255060745, + "voter": "pharesim" + }, + { + "rshares": 15256984110, + "voter": "justin" + }, + { + "rshares": 41894139791, + "voter": "silver" + }, + { + "rshares": 101662324432, + "voter": "silversteem" + }, + { + "rshares": 112852995068, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 11207373945, + "voter": "steemservices" + }, + { + "rshares": 526151971, + "voter": "steemservices1" + }, + { + "rshares": 323068414, + "voter": "bentley" + }, + { + "rshares": 13631397750, + "voter": "valtr" + }, + { + "rshares": 1221942851616, + "voter": "gavvet" + }, + { + "rshares": 14982958547, + "voter": "eeks" + }, + { + "rshares": 15119117634, + "voter": "fkn" + }, + { + "rshares": 19873135819, + "voter": "elishagh1" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 140985149448, + "voter": "coinbitgold" + }, + { + "rshares": 9962459465, + "voter": "the-alien" + }, + { + "rshares": 5950554459, + "voter": "mark-waser" + }, + { + "rshares": 128214651786, + "voter": "kimziv" + }, + { + "rshares": 2690487150, + "voter": "soupernerd" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 794749227, + "voter": "endgame" + }, + { + "rshares": 73804003091, + "voter": "furion" + }, + { + "rshares": 365918281, + "voter": "barbara2" + }, + { + "rshares": 406713453, + "voter": "ch0c0latechip" + }, + { + "rshares": 376417209, + "voter": "doge4lyf" + }, + { + "rshares": 17173174800, + "voter": "sebastien" + }, + { + "rshares": 174556110815, + "voter": "repholder" + }, + { + "rshares": 3736844844, + "voter": "incomemonthly" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 129240273720, + "voter": "demotruk" + }, + { + "rshares": 2796788952, + "voter": "poseidon" + }, + { + "rshares": 3967367717, + "voter": "birdie" + }, + { + "rshares": 5109122482, + "voter": "rainchen" + }, + { + "rshares": 1659490970, + "voter": "tokyodude" + }, + { + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "rshares": 12261205066, + "voter": "positive" + }, + { + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "rshares": 21667709239, + "voter": "sisterholics" + }, + { + "rshares": 426586706, + "voter": "fnait" + }, + { + "rshares": 378980299, + "voter": "keepcalmand" + }, + { + "rshares": 54477247, + "voter": "reported" + }, + { + "rshares": 2641780884, + "voter": "weenis" + }, + { + "rshares": 14756763760, + "voter": "felixxx" + }, + { + "rshares": 52486879, + "voter": "krushing" + }, + { + "rshares": 766228721649, + "voter": "laonie" + }, + { + "rshares": 26648553997, + "voter": "myfirst" + }, + { + "rshares": 155534624440, + "voter": "somebody" + }, + { + "rshares": 16252722049, + "voter": "sunshine" + }, + { + "rshares": 5815320713, + "voter": "flysaga" + }, + { + "rshares": 416939167, + "voter": "gmurph" + }, + { + "rshares": 475501347, + "voter": "minnowsunited" + }, + { + "rshares": 34358846550, + "voter": "midnightoil" + }, + { + "rshares": 51383056, + "voter": "whatyouganjado" + }, + { + "rshares": 85935427394, + "voter": "xiaohui" + }, + { + "rshares": 4204289611, + "voter": "elfkitchen" + }, + { + "rshares": 56817337, + "voter": "makaveli" + }, + { + "rshares": 2686695437, + "voter": "xiaokongcom" + }, + { + "rshares": 1446509276, + "voter": "future24" + }, + { + "rshares": 5415889726, + "voter": "xianjun" + }, + { + "rshares": 51230321, + "voter": "alexbones" + }, + { + "rshares": 369436016, + "voter": "microluck" + }, + { + "rshares": 12610854840, + "voter": "kyriacos" + }, + { + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "rshares": 805448125, + "voter": "thecurator" + }, + { + "rshares": 8114377412, + "voter": "lemouth" + }, + { + "rshares": 37574685828, + "voter": "anotherjoe" + }, + { + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "rshares": 162957058, + "voter": "kamil5" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 50215700, + "voter": "salebored" + }, + { + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "rshares": 1661520978, + "voter": "davidjkelley" + }, + { + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "rshares": 15570931627, + "voter": "digital-wisdom" + }, + { + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "rshares": 3710931796, + "voter": "ethical-ai" + }, + { + "rshares": 6831306526, + "voter": "jwaser" + }, + { + "rshares": 3761305064, + "voter": "thecyclist" + }, + { + "rshares": 2675492964, + "voter": "bwaser" + }, + { + "rshares": 3091707749, + "voter": "mikkolyytinen" + }, + { + "rshares": 271432008, + "voter": "anomaly" + }, + { + "rshares": 2401284424, + "voter": "ellepdub" + }, + { + "rshares": 12397305013, + "voter": "herpetologyguy" + }, + { + "rshares": 6368721210, + "voter": "orcish" + }, + { + "rshares": 4816962742, + "voter": "morgan.waser" + }, + { + "rshares": 3689824509, + "voter": "strong-ai" + }, + { + "rshares": 7187212765, + "voter": "dresden" + } + ], + "author": "herpetologyguy", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.05, + "beneficiaries": [], + "blacklists": [], + "body": "\n

When I tell people that I am a museum herpetologist, I get a lot of confused looks and blank stares. Not many people outside the biological field really know or understand just what exactly herpetology is. Herpetology is simply the study of reptiles and amphibians, or more accurately \"poikilothermic, ectothermic tetrapods\". That\u2019s a mouthful and complete gibberish to most people so I just say reptiles and amphibians. Herpetologists study the 3 branches of amphibians (frogs/toads, salamanders, and caecilians) and 6 branches of reptiles (snakes, lizards, crocodiles, turtles/tortoises, amphisbaenids, and tuataras), and their role in the environment.  

\n

 http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg Photo and Credit

\n

Many people have difficulties telling reptiles and amphibians apart. Perhaps not their fault as reptiles and amphibians are often conveniently jumbled together simply because they are \u201ccreepy crawlies\u201d. Herpetology comes from the Greek word \u201cherpien\u201d meaning \u201cto creep\u201d, and literally translates into \u201cthe study of the creeping things\u201d. Seriously, reptiles and amphibians were originally grouped together because people thought they were creepy. So to help clear up some confusion, I thought I\u2019d post today and talk about some of the characteristics that separate amphibians and reptiles.   

\n

http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg Photo and Credit

\n

Metamorphosis: Reptiles are just like people, they are born looking like a smaller, younger version of the adults. During their lifetime they will grow, but not undergo any radical changes in body structure. Most amphibians (barring a few species that look like tiny adults at birth) are born into a larval stage, usually called tadpoles, and will later metamorphose into their adult form. This metamorphosis completely changes their physical structure, sometimes adding legs, shrinking tails, growing lungs or eliminating gills.  

\n

 http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg Photo and Credit

\n

Skin and Coverings: Amphibians have smooth, porous skin that allows for the transfer of water across the membrane. This skin is usually wet or even sticky to the touch as many amphibians have mucous glands to keep their skin moist (allowing for respiration). Reptiles are dry to the touch and covered in scales made of keratin (the same material as hair and fingernails). There is a layer of skin beneath the scales, sometimes seen in \u201cscale-less\u201d pets. Reptiles are also occasionally covered in bony or keratinized spikes and osteoderms (scales with embedded bone serving as armor). Reptiles also have claws on their fingertips while amphibians do not.

\n

https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg Photo and Video

\n

Eggs: Amphibian eggs are encased in a soft, gel-like structure, with no hard covering for protection. To keep the eggs from drying out, frogs and other amphibians will lay eggs either in the water or a suitably damp location. Reptiles lay amniotic eggs, covered in a hard or leathery shell. Eggs are either laid on land or retained within the mother\u2019s body until they hatch, which she will then give live birth to the hatchlings.   

\n

http://www.reptile-fossils.com/images/78.jpg Photo and Credit

\n

Reproduction: Amphibians have external fertilization, in which the female lays her eggs and the male proceeds to fertilize them. Reptiles, like mammals, have internal fertilization and must mate to produce offspring (except for an odd few that undergo parthenogenesis and require no mate).   

\n

http://www.vernalpool.org/images/16_amplx.jpg Photo and Credit

\n

Respiration: All reptiles breathe using lungs, and inhale and exhale either through their mouth or nose. Some amphibians have gills and respire in the same manner a fish would. Others have lungs, but unlike reptiles, absorb much of their oxygen through their skin (though they will also breathe through their nostrils). Even most species that have lungs once had gills prior to their metamorphosis. 

\n

  http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765 Photo and Credit

\n

Defenses: With no nails and only basic teeth in some species, amphibians must rely on chemical defense to deter predators. Many produce toxic skin secretions that can have varying effects on predators; some taste bad, others are deadly (the tetrodotoxin found in eastern newts is the strongest vomit-inducing agent known!). Reptiles are able to defend themselves with both claws and teeth, and their scales add and extra sort of armor against predation. Some even produce venom which they inject to deter or kill would-be predators.

\n

http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg Photo and Credit       

\n

Though there are many similarities between these two groups, reptiles and amphibians represent two vastly different classes of animals, each with very unique characteristics. Originally grouped together for convenience, herpetology is a rather interesting field because it groups together animals that are not quite as closely related as we once believed them to be!

\n", + "category": "science", + "children": 6, + "created": "2016-09-15T17:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg", + "http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg", + "http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg", + "https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg", + "http://www.reptile-fossils.com/images/78.jpg", + "http://www.vernalpool.org/images/16_amplx.jpg", + "http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765", + "http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg" + ], + "links": [ + "http://images.nationalgeographic.com/wpf/media-live/photos/000/006/custom/nile-crocodile_643_610x343.jpg", + "http://static.tvtropes.org/pmwiki/pub/images/reptile-4_copy_9098.jpg", + "http://tvtropes.org/pmwiki/pmwiki.php/Main/ReptileAndAmphibianTropes", + "http://www.animalspot.net/wp-content/uploads/2013/01/Amphibian-Life-Cycle.jpg", + "http://www.animalspot.net/category/amphibians", + "https://i.ytimg.com/vi/6MGL3yTw0c4/hqdefault.jpg", + "https://youtu.be/6MGL3yTw0c4", + "http://www.reptile-fossils.com/images/78.jpg", + "http://reptilefossils.blogspot.com/", + "http://www.vernalpool.org/images/16_amplx.jpg", + "http://www.vernalpool.org/sly_3.htm", + "http://springpeeper.weebly.com/uploads/1/7/1/2/17123304/8783058.jpg?765", + "http://springpeeper.weebly.com/respiratory-system.html", + "http://wallsdream.com/uploads/originals/2015/11/22/snakes-open-mouth-reptiles-4xN2.jpg", + "http://wallsdream.com/wallpaper/snakes-open-mouth-reptiles/4xN2" + ], + "tags": [ + "science", + "minnowsunite", + "herpetology", + "reptiles", + "amphibians" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10056206988115, + "payout": 7.769, + "payout_at": "2016-09-22T17:20:45", + "pending_payout_value": "7.769 HBD", + "percent_hbd": 10000, + "permlink": "what-are-herptiles-indentifying-reptiles-vs-amphibians", + "post_id": 1256387, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 96 + }, + "title": "What are Herptiles?: Indentifying Reptiles vs Amphibians", + "updated": "2016-09-15T17:20:45", + "url": "/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians" + }, + { + "active_votes": [ + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 844421054, + "voter": "endgame" + }, + { + "rshares": 56747133, + "voter": "reported" + }, + { + "rshares": 52486879, + "voter": "krushing" + }, + { + "rshares": 494521401, + "voter": "minnowsunited" + }, + { + "rshares": 52700570, + "voter": "whatyouganjado" + }, + { + "rshares": 59002619, + "voter": "makaveli" + }, + { + "rshares": 51230321, + "voter": "alexbones" + }, + { + "rshares": 70203690, + "voter": "ozertayiz" + }, + { + "rshares": 51356966, + "voter": "salebored" + }, + { + "rshares": 51444457, + "voter": "bitdrone" + }, + { + "rshares": 51436144, + "voter": "sleepcult" + }, + { + "rshares": 3531884722, + "voter": "rigaronib" + }, + { + "rshares": 4249431309, + "voter": "michelle.gent" + }, + { + "rshares": 742924495, + "voter": "ziogio" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 1473342460, + "voter": "modernbukowski" + } + ], + "author": "modernbukowski", + "author_payout_value": "0.000 HBD", + "author_reputation": 54.22, + "beneficiaries": [], + "blacklists": [], + "body": "
https://www.upload.ee/image/6167106/olden-currency-us-dollar-symbol-rising-over-pile-pound-euro-yen-concept-financial-power-55359439.jpg Source: Dreamstime.com
\n\nStruggling to make money off Steemit? Want to get paid over 10,000$ per post? Live the Steempreneur life? Well obviously having seen what a Steemit millionaire lifestyle is like(click me), you now wonder how to make money off Steemit? I'm sure you deserve to earn instant riches, for sure, despite how little effort one puts in. No worries, these 3 stupid proof tips will surely come handy!\n\n\n

1. Clickbait

\nEverybody loves clickbait! Try to get inspiration from 90s ebay advertisements, there's a lot of creativity going on there! Bonus points if your title has nothing to do with your actual content, sometimes you got to confuse your readers, right babe? \n\n
https://www.upload.ee/image/6167089/CLICKBAIT670.png
\n\nSource: Urban dictionary\n\n

2. Beg for upvotes

\n
https://media.giphy.com/media/TNbVecOqKsrT2/giphy.gif\nSource: Giphy
\n\nIntegrity, honor and pride? Pfft these are all outdated and antique, screw that, that's some samurai-level type of mambo-jambo! Begging for votes is a great way to show that you're a dedicated, self-respecting member of a functioning community. One day you can remind your grandchildren to also be humble and try the ways of asking. Not nicely, but just asking. You know. Annoy people. A lot. Ok.\n\n

3. Withdraw all Steem Power and place it on low

\nhttps://www.upload.ee/image/6167093/FAIL.png\n\nSource: my professional judgement\n\nNothing quite like having your hard earned Bitcoin converted from your Steem Power, then gamble it away on some scammy casino-look-a-likes. It's a good feeling, trust me. \n

If you enjoyed this post, please FOLLOW & UPVOTE at @modernbukowski

\nBonus tip: Write about 'how to make money on Steemit'\n\n\nPS! Hope everyone had a good laugh and have a fantastic day! Any great money-making tips to add? Then drop a comment, I'm curious :)", + "category": "humour", + "children": 2, + "created": "2016-09-15T17:18:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.upload.ee/image/6167106/olden-currency-us-dollar-symbol-rising-over-pile-pound-euro-yen-concept-financial-power-55359439.jpg", + "https://www.upload.ee/image/6167089/CLICKBAIT670.png", + "https://media.giphy.com/media/TNbVecOqKsrT2/giphy.gif", + "https://www.upload.ee/image/6167093/FAIL.png" + ], + "links": [ + "https://steemit.com/steemit/@modernbukowski/what-s-it-like-to-be-a-steemit-millionaire", + "https://steemit.com/@modernbukowski" + ], + "tags": [ + "humour", + "steemit", + "minnowsunite", + "steemsquad", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16800957910, + "payout": 0.003, + "payout_at": "2016-09-22T17:18:54", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "3-best-ways-how-to-not-make-money-on-steemit", + "post_id": 1256366, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "3 Best Ways How To Not Make Money On Steemit", + "updated": "2016-09-15T17:18:54", + "url": "/humour/@modernbukowski/3-best-ways-how-to-not-make-money-on-steemit" + }, + { + "active_votes": [ + { + "rshares": 1912120788268, + "voter": "badassmother" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 447203801027, + "voter": "boatymcboatface" + }, + { + "rshares": 32643791043, + "voter": "dab" + }, + { + "rshares": 290689332437, + "voter": "chitty" + }, + { + "rshares": 10884707844, + "voter": "yefet" + }, + { + "rshares": 81790123771, + "voter": "acidsun" + }, + { + "rshares": 14982957645, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 1013766679613, + "voter": "hipster" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 59950063204, + "voter": "theshell" + }, + { + "rshares": 367035682, + "voter": "geobor" + }, + { + "rshares": 3848540783991, + "voter": "satoshifund" + }, + { + "rshares": 79882000174, + "voter": "lizik" + }, + { + "rshares": 16026831473, + "voter": "kimziv" + }, + { + "rshares": 45356958143, + "voter": "honeythief" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 223515836617, + "voter": "domino" + }, + { + "rshares": 9840533745, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "rshares": 3723435049, + "voter": "litvintech" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 34761364489, + "voter": "creemej" + }, + { + "rshares": 26447603260, + "voter": "peterz" + }, + { + "rshares": 167305835788, + "voter": "blueorgy" + }, + { + "rshares": 349598619, + "voter": "poseidon" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 204617448258, + "voter": "jl777" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 6114654934, + "voter": "summonerrk" + }, + { + "rshares": 17267278949, + "voter": "proto" + }, + { + "rshares": 2708463654, + "voter": "sisterholics" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 177054757, + "voter": "kibela" + }, + { + "rshares": 3353892141, + "voter": "glitterpig" + }, + { + "rshares": 8734139434, + "voter": "taker" + }, + { + "rshares": 95778590206, + "voter": "laonie" + }, + { + "rshares": 3997283099, + "voter": "myfirst" + }, + { + "rshares": 19441828055, + "voter": "somebody" + }, + { + "rshares": 726915089, + "voter": "flysaga" + }, + { + "rshares": 416938866, + "voter": "gmurph" + }, + { + "rshares": 4294855818, + "voter": "midnightoil" + }, + { + "rshares": 84246848, + "voter": "coderg" + }, + { + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "rshares": 10741928424, + "voter": "xiaohui" + }, + { + "rshares": 485110339, + "voter": "elfkitchen" + }, + { + "rshares": 335836929, + "voter": "xiaokongcom" + }, + { + "rshares": 676986215, + "voter": "xianjun" + }, + { + "rshares": 11041591679, + "voter": "borran" + }, + { + "rshares": 84707878967, + "voter": "serejandmyself" + }, + { + "rshares": 2958177650, + "voter": "macartem" + }, + { + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "rshares": 3042329691, + "voter": "netaterra" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 53070013, + "voter": "apparat" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 50545124, + "voter": "chekave" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "rshares": 154765535, + "voter": "mrsgreen" + }, + { + "rshares": 155452864, + "voter": "jyriygo" + } + ], + "author": "hipster", + "author_payout_value": "0.000 HBD", + "author_reputation": 65.96, + "beneficiaries": [], + "blacklists": [], + "body": "\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u044f \u0440\u0435\u0448\u0438\u043b \u0432\u0437\u044f\u0442\u044c\u0441\u044f \u0437\u0430 \u043e\u0431\u0437\u043e\u0440 \u0432\u0441\u0435\u0439 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0438. \u041f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u043d\u043e \u043b\u0443\u0447\u0448\u0435 \u0442\u0430\u043a, \u0447\u0435\u043c \u043d\u0438\u043a\u0430\u043a. \u041a\u0430\u043a \u0432\u0441\u0435\u0433\u0434\u0430 \u0442\u0435\u043a\u0441\u0442\u044b \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0443\u0440\u044b [\u0442\u0443\u0442](http://blockchainboom.coinfox.info/). @vitaly-lvov \u0435\u0449\u0435 \u043e\u0431\u0435\u0449\u0430\u043b \u043e\u0431\u0437\u043e\u0440 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u043e\u0432 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c.\n\n\u0410\u043d\u0430\u043b\u0438\u0437 \u043e\u0441\u043d\u043e\u0432\u0430\u043d \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043a\u0438\u0431\u0435\u0440\u2022\u0424\u043e\u043d\u0434\u043e\u043c \u043f\u043e 25 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c \u0441 \u043a\u0440\u0443\u043f\u043d\u0435\u0439\u0448\u0435\u0439 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0435\u0439 \u0438 \u043a\u0438\u0431\u0435\u0440\u2022\u0420\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u043c \u0432\u044b\u0448\u0435 1.4 \u043d\u0430 31 \u0410\u0432\u0433\u0443\u0441\u0442\u0430 2016 \u0433\u043e\u0434\u0430. \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0434\u0430\u043d\u043d\u044b\u0445 [\u0442\u0443\u0442](https://goo.gl/mBBBDv).\n\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0430 \u043f\u043e\u0445\u0443\u0434\u0435\u043b\u0430 \u043d\u0430 $862 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432 \u0438\u043b\u0438 \u043d\u0430 7%, \u043d\u043e \u043f\u0440\u0438\u0440\u043e\u0441\u043b\u0430 \u043d\u0430 618 \u0442\u044b\u0441. \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 \u0438\u043b\u0438 \u043d\u0430 3%. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0432\u0437\u0440\u044b\u0432 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u043b \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b Monero (+431% \u0432 BTC). Factom (+94%), Synereo (+50%), Safe Network (+37%) \u0443\u043c\u0435\u0440\u0435\u043d\u043d\u043e \u043f\u043e\u0434\u0440\u043e\u0441\u043b\u0438. \u0421\u0442\u043e\u0438\u0442 \u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u044c \u0410\u0443\u0433\u0443\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0447\u0430\u043b \u0442\u043e\u0440\u0433\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 Gatecoin \u0438 \u0441\u0440\u0430\u0437\u0443 \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u0432 \u0440\u0435\u0439\u0442\u0438\u043d\u0433. \u0410 \u0434\u043b\u044f Steem \u044d\u0442\u043e\u0442 \u043c\u0435\u0441\u044f\u0446 \u0432\u044b\u0448\u0435\u043b \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u0443\u0435\u043c\u043e \u043f\u0440\u043e\u0432\u0430\u043b\u044c\u043d\u044b\u043c - \u043c\u0438\u043d\u0443\u0441 48% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0447\u0442\u043e \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 20\u0442\u0438 \u043a\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430 \u043d\u0435 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0430.\n\n## \u041f\u0440\u043e \u041e\u0446\u0435\u043d\u043a\u0443 \u0411\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u041f\u0440\u043e\u0435\u043a\u0442\u043e\u0432\n\u0425\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0431\u044b \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e \u043e\u0446\u0435\u043d\u043a\u0443 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0430 CoinMarketcap, Coincap, Cryptocompare \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445. \u041f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u0430\u044f \u0442\u0430\u043c \u043e\u0446\u0435\u043d\u043a\u0430 \u043d\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0430 \u043f\u043e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c, \u0438 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0434\u0435\u043b\u0430\u044e\u0442 \u043b\u043e\u0436\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u044d\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u043e\u0432. \u042f \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0430 \u044d\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043a \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438: Ripple, Stellar, Synereo, Storj. \u0412 \u043e\u0431\u0449\u0435\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u044d\u0442\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u0437\u0430\u043d\u0438\u0436\u0435\u043d\u0430 \u0432 \u0440\u0430\u0437\u044b, \u0442.\u043a. CoinMarketcap \u0438\u0441\u043a\u0430\u0436\u0430\u0435\u0442 \u043f\u043e\u043d\u044f\u0442\u0438\u0435 *current supply* \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u043e \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0441\u0432\u043e\u0435\u0439 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0435. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0438\u0437 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f 65% XRP \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Ripple Labs, >96% REP \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 Synereo, 95% LUM \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Stellar Foundation, 90% Storj \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442 Storj Inc. \u0415\u0441\u043b\u0438 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u043d\u044f\u0442\u0438\u0435 [Shares Outstanding](http://www.investopedia.com/terms/o/outstandingshares.asp), \u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u043f\u043e\u0434\u0445\u043e\u0434 \u043d\u0435 \u0432\u044b\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0439 \u043a\u0440\u0438\u0442\u0438\u043a\u0438 \u0441 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u0432\u044b\u0447\u043d\u044b\u0445 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0435\u0441\u0432\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 Synereo \u0442.\u043a. \u0434\u0443\u043c\u0430\u044e\u0442 \u0447\u0442\u043e \u0435\u0433\u043e \u043e\u0446\u0435\u043d\u043a\u0430 $10 \u043c\u043b\u043d. \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 - \u043f\u043e\u0447\u0442\u0438 $ 300 \u043c\u043b\u043d. \u0414\u0430\u0436\u0435 Ripple \u043d\u0430 Ripple Charts \u043e\u0442\u0440\u0430\u0436\u0430\u0435\u0442 \u0441\u0432\u043e\u044e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u043a\u0430\u043a \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043e, \u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043e\u0442\u0440\u0430\u0441\u043b\u044c \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0437\u043d\u0430\u0442\u044c \u0444\u0430\u043a\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043f\u0440\u0435\u043c\u0430\u0439\u043d - \u044d\u0442\u043e \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e, \u0438 \u0447\u0442\u043e \u0434\u043b\u044f \u043e\u0446\u0435\u043d\u043a\u0438 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0438, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043c\u043e\u0436\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c. \u0412 \u0438\u0442\u043e\u0433\u0435 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442 \u043a \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u043e\u0431\u043c\u0430\u043d\u0443 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0445. \u041c\u044b \u0441\u0434\u0435\u043b\u0430\u0435\u043c \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u0440\u0430\u0437\u0443\u043c\u0438\u0442\u044c \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u0431\u0440\u0430\u0437\u0438\u0435. \u0411\u0443\u0434\u044c\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b \u043f\u0440\u0438 \u043e\u0446\u0435\u043d\u043a\u0435 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0438 \u043e\u0447\u0435\u043d\u044c \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0439\u0442\u0435 \u0432\u0441\u0435 \u0431\u0430\u0437\u043e\u0432\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.\n\n## \u041f\u0440\u043e \u0410\u043d\u043e\u043d\u0438\u043c\u043a\u0438\n\u0422.\u043a. \u0432 \u0442\u043e\u043f\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043c\u0435\u0441\u044f\u0446\u0430 Monero, \u0441\u0442\u043e\u0438\u0442 \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u0440\u0443 \u0441\u043b\u043e\u0432, \u043f\u0440\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0441 \u0444\u043e\u043a\u0443\u0441\u043e\u043c \u043d\u0430 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u044c. \u0410\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u043c \u043e\u0441\u043e\u0431\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0430. \u0412 \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b:\n- [Monero](https://cyber.fund/system/Monero). \u0421\u0430\u043c\u043e\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0440\u044b\u043d\u043a\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430 Cryptonote. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 [\u043a\u043e\u043b\u044c\u0446\u0435\u0432\u044b\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438](https://en.wikipedia.org/wiki/Ring_signature) \u0434\u043b\u044f \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0433\u043e \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0430. \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u043b\u0430\u0441\u043d\u044b\u0445 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u043e\u0432. \u0417\u0430 \u0432\u0440\u0435\u043c\u044f \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f Monero Labs \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b 5 \u0431\u0443\u043c\u0430\u0433 \u043f\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f\u043c \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430, \u0430 c\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e [\u0432\u043d\u0435\u0441\u043b\u043e \u043c\u043d\u043e\u0433\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0439 \u0432 \u043a\u043b\u0438\u0435\u043d\u0442](https://github.com/monero-project/monero/commits/master), \u0432 \u0442.\u0447 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0443\u043d\u0438\u043a\u0430\u0446\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0441\u0435\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0443\u044e \u0441\u0435\u0442\u044c I2P. \u042f \u0441\u0447\u0438\u0442\u0430\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d Monero \u0441\u0430\u043c\u044b\u043c \u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0441\u043b\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u044c \u0438 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u0430\u0436\u043d\u0430 \u043f\u043e \u043c\u043d\u043e\u0433\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0447\u0443\u0442\u044c \u043b\u0438 \u043d\u0435 \u0441\u0430\u043c\u0430\u044f \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0430\u044f \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u044f \u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 XMR (\u0438\u043b\u0438 \u043c\u043e\u043d\u0435\u0440\u043e\u0434\u0436) \u0432\u043e\u043e\u0431\u0449\u0435 \u0437\u0430 \u0432\u0441\u044e \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0438\u043d\u0434\u0443\u0441\u0442\u0440\u0438\u0438.\n- [Dash](https://cyber.fund/system/Dash). \u0414\u043b\u044f \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c [CoinJoin](https://en.wikipedia.org/wiki/CoinJoin), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0435\u0442\u044c\u044e \u043c\u0430\u0441\u0442\u0435\u0440\u043d\u043e\u0434. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d Dash \u043d\u0435\u043b\u044c\u0437\u044f \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u0442.\u043a. \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u043d\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u0435\u0442\u0441\u044f. \u0421\u0438\u0441\u0442\u0435\u043c\u0443 \u043c\u0438\u043a\u0441\u0435\u0440\u043e\u0432 \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 [\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0441\u0443\u0431\u0441\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c](https://www.dashcentral.org/p/infra-lqd-pvd-201609), \u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0433\u043e \u0437\u0430\u043c\u0435\u0441\u0430 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e. \u0412\u0441\u0435 \u044d\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 Dash \u0432 \u043d\u0438\u0448\u0435 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u043c \u043f\u0435\u0440\u0435\u0434 \u041c\u043e\u043d\u0435\u0440\u043e. \u041c\u043e\u0435 \u0441\u0443\u0431\u044a\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u0441\u0438\u043b\u0430 Dash \u0432\u0441\u0435 \u0442\u0430\u043a\u0438 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c.\n- [Bytecoin](https://cyber.fund/system/Bytecoin). \u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0430 CryptoNote \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0430. \u0427\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u0434\u0435\u043b\u044c \u043f\u043e\u0441\u043b\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Bytecoin \u043d\u0430 Bitcointalk \u0441\u0442\u0430\u043b\u043e \u044f\u0441\u043d\u043e, \u0447\u0442\u043e \u0431\u0430\u0439\u043a\u0430 \u043f\u0440\u043e \u0442\u043e, \u0447\u0442\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430 \u0432 \u0434\u0430\u0440\u043a\u043d\u0435\u0442\u0430\u0445 \u0431\u043e\u043b\u0435\u0435 2 \u043b\u0435\u0442 \u0438 \u0437\u0430 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0431\u044b\u043b\u043e \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e 82% \u0432\u0441\u0435\u0445 \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u0447\u0443\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u0447\u0443\u0448\u044c. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u043d\u044f\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0444\u043e\u0440\u043a\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0448\u0442\u0443\u043a\u0443 \u0438 \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442 Monero. \u0412 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u0438\u0441\u044c \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043e\u043f\u044b\u0442\u043d\u044b\u0435 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 2 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u043b\u0438 Monero. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c Bytcoin \u0432 \u043a\u0430\u043a\u043e\u043c-\u0442\u043e \u0441\u043c\u044b\u0441\u043b\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u0441\u044f \u043d\u0435 \u0443 \u0434\u0435\u043b. \u041d\u0443 \u0438 \u043b\u0430\u0434\u043d\u043e. [\u0416\u0430\u0434\u043d\u043e\u0441\u0442\u044c \u0444\u0440\u0430\u0435\u0440\u0430 \u0441\u0433\u0443\u0431\u0438\u043b\u0430](https://cryptonote.org/whitepaper.pdf).\n- [Vcash](https://cyber.fund/system/Vanillacoin). C \u043d\u0443\u043b\u044f \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441++11. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043c\u0435\u0448\u0430\u043b\u043a\u0443 \u043f\u043e\u0445\u043e\u0436\u0443\u044e \u043d\u0430 Dash. \u0428\u0442\u0443\u043a\u0430 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f ChainBlender. \u041f\u0440\u043e\u0435\u043a\u0442 [\u0442\u044f\u043d\u0435\u0442 \u043e\u0434\u0438\u043d \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a](https://github.com/john-connor/papers), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0433\u043e\u0440\u0434\u043e \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u0435\u0431\u044f [John Connor](https://github.com/john-connor). \u0421\u0435\u0442\u044c \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430, \u0431\u044b\u0441\u0442\u0440\u0430 \u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442 \u043e\u0449\u0443\u0449\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043e\u043d\u0430 \u043d\u0430\u0434\u0435\u0436\u043d\u0430. \u041f\u0440\u043e \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u043d\u0438\u0447\u0435\u0433\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0435 \u043c\u043e\u0433\u0443, \u0442.\u043a. \u0442\u043e\u0436\u0435 \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0435\u0435 \u043d\u0435 \u0438\u0437\u0443\u0447\u0430\u043b.\n- [Zcash](https://cyber.fund/system/Zcash). \u0411\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0439 \u043c\u0435\u0441\u044f\u0446. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u0430\u043c\u0443\u044e \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0443\u044e \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044e, \u0442.\u043d. [\u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0441 \u043d\u0443\u043b\u0435\u0432\u044b\u043c \u0437\u043d\u0430\u043d\u0438\u0435\u043c](https://en.wikipedia.org/wiki/Zero-knowledge_proof). \u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0432\u0441\u044e \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u043e\u0434 \u0438\u043c\u0435\u0435\u0442 \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0438: \u044d\u0442\u043e\u0442 \u043a\u043b\u0430\u0441\u0441 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u043b\u043e\u0436\u0435\u043d \u0438 \u043f\u043b\u043e\u0445\u043e \u043f\u043e\u043d\u044f\u0442\u0435\u043d \u0434\u043b\u044f \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u043e\u0432. \u041c\u043e\u0436\u043d\u043e \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044c, \u0447\u0442\u043e \u044d\u0442\u0430 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u043f\u043e\u043d\u044f\u0442\u043d\u0430\u044f \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u043e\u0432, \u043e\u043d\u0430 \u043d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u0430 \u0434\u0435\u0441\u044f\u0442\u043a\u0430\u043c\u0438 \u043b\u0435\u0442, \u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0435, \u043e\u0442 \u043a\u043e\u043b\u044c\u0446\u0435\u0432\u044b\u0445 \u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439. \u0422\u0430\u043a \u0436\u0435 \u0432 \u0434\u0438\u0437\u0430\u0439\u043d\u0435 Zcash \u0435\u0441\u0442\u044c \u043e\u0434\u043d\u043e \u043d\u0435\u0434\u043e\u0440\u0430\u0437\u0443\u043c\u0435\u043d\u0438\u0435. \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438. \u042d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0442\u0435 \u0440\u0435\u0431\u044f\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0437\u043d\u0430\u043d\u0438\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u043e\u0433\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0434\u0435\u043b\u0430\u0442\u044c \u0434\u043e\u0432\u044b\u043f\u0443\u0441\u043a \u043c\u043e\u043d\u0435\u0442, \u043a\u043e\u0433\u0434\u0430 \u0437\u0430\u0445\u043e\u0447\u0435\u0442\u0441\u044f. \u042d\u0442\u043e \u043f\u0440\u0438\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0435\u043a\u0442\u0443 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u0443\u044e \u0438\u0437\u044e\u043c\u0438\u043d\u043a\u0443, \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f, \u0447\u0442\u043e \u0432 Zcash \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u0434\u0430\u0436\u0435 \u0443\u0437\u043d\u0430\u0442\u044c \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0441\u0435\u0433\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e \u043c\u043e\u043d\u0435\u0442. \u0410 \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u0438 \u043a\u043b\u0435\u0432\u044b\u0435 \u0440\u0435\u0431\u044f\u0442\u0430 \u043d\u0435 \u0437\u0430\u0445\u043e\u0442\u044f\u0442 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u044d\u0442\u043e\u0439 \u043e\u043f\u0446\u0438\u0435\u0439 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0448\u0430\u043d\u0441\u043e\u0432. \u042f \u0440\u0435\u0448\u0438\u043b \u0441\u0442\u043e\u044f\u0442\u044c \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0435 \u0441 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f. \u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043f\u0440\u043e\u0435\u043a\u0442 \u043e\u0447\u0435\u043d\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0439, \u043c\u043e\u0436\u043d\u043e \u0434\u0430\u0436\u0435 \u0441\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u044b\u0439.\n\n\u0418\u0442\u043e\u0433\u043e \u0434\u0435\u043b\u0430\u0435\u043c \u0432\u044b\u0432\u043e\u0434\u044b. \u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043d\u0435 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 $200 \u043c\u043b\u043d., \u0447\u0442\u043e \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c 2% \u043e\u0442 \u043a\u0438\u0431\u0435\u0440\u043d\u043e\u043c\u0438\u043a\u0438. \u0423\u0447\u0438\u0442\u044b\u0432\u0430\u044f \u0447\u0442\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u0444\u0438\u0430\u0442\u043d\u0430\u044f \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0430 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043d\u0430 20% \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0442\u0435\u043d\u0438, \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0432\u044b\u0432\u043e\u0434 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u0432\u043d\u044f\u0442\u043d\u044b\u0439 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0440\u043e\u0441\u0442\u0430.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0425\u0440\u0430\u043d\u0435\u043d\u0438\u0435\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u043e\u0442\u044f\u0436\u0435\u043b\u0435\u043b \u043d\u0430 7% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0438 \u043d\u0430 18% \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u043b $116 \u043c\u043b\u043d. Safenetwork \u0432\u044b\u0440\u043e\u0441 \u043d\u0430 37% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 [\u043d\u0430 \u0432\u043e\u043b\u043d\u0435 \u0430\u043d\u043e\u043d\u0441\u0430 \u0410\u043b\u044c\u0444\u044b](https://blog.maidsafe.net/2016/08/12/safe-network-alpha-release/) \u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0443\u043d\u0434\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430, \u0430 \u0432\u043e\u0442 Storj \u0438 Sia \u0437\u0430 \u043c\u0435\u0441\u044f\u0446 \u043f\u043e\u0434\u043f\u0440\u043e\u0441\u0435\u043b\u0438 \u043d\u0430 4% \u0438 28% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e. \u041f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u043d\u0430 \u0440\u044b\u043d\u043a\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u0440\u0430\u0431\u043e\u0447\u0438\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f Sia, \u0430 Storj Inc. \u0438 MaidSafe \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e \u0431\u0435\u0433\u0443\u0442 \u043a \u0444\u0438\u043d\u0438\u0448\u0443 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044f \u0440\u0430\u0437\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043a\u043b\u0435\u0432\u044b\u0435 \u0434\u0435\u043c\u043a\u0438.\n\u0421\u0442\u043e\u0438\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0432 \u0440\u0430\u0441\u0447\u0435\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u0432\u043e\u0448\u0435\u043b \u043f\u0440\u043e\u0435\u043a\u0442 LBRY, \u0442.\u043a. \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u043e\u043c \u043d\u0435 \u0434\u043e\u0442\u044f\u0433\u0438\u0432\u0430\u0435\u0442. \u041d\u043e \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043c\u0435\u0441\u044f\u0446\u044b \u0440\u044b\u043d\u043e\u0447\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0431\u043e\u043b\u0435\u0435 \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u043e\u0435 \u0440\u0443\u0441\u043b\u043e. \u041a\u043e\u0433\u0434\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 \u043c\u043e\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0435 \u043f\u043e \u0438\u043d\u0432\u0430\u0439\u0442\u0443, \u0430 \u0432 \u0432\u0438\u0434\u0435 \u043a\u043e\u0434\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043d\u0430 \u0433\u0438\u0442\u0445\u0430\u0431\u0435 \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0435\u0442 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438 \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e. \u0410 \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043b\u0438\u0448\u044c \u043c\u043e\u0436\u043d\u043e \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0443\u0442\u0438\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u0435\u0442\u0438 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f [\u043d\u0430 \u0434\u0435\u0444\u043e\u043b\u0442\u043d\u043e\u043c \u0443\u0440\u043e\u0432\u043d\u0435](https://explorer.lbry.io/), \u0430 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u0438 \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u0443\u043b\u0443\u0447\u0448\u0430\u0435\u0442\u0441\u044f. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0437\u0430 \u043d\u0438\u043c \u043f\u043e\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0412\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\n\u0421\u0435\u0433\u043c\u0435\u043d\u0442 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439 \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0435\u043b \u043d\u0430 9% \u0432 \u0431\u0430\u043a\u0441\u0430\u0445, \u0430 \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u043f\u043e\u0447\u0442\u0438 \u043e\u0441\u0442\u0430\u043b\u0441\u044f \u043d\u0430 \u043c\u0435\u0441\u0442\u0435. \u041f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u044d\u0442\u043e \u0447\u0443\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c $1 \u043c\u043b\u0440\u0434. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043d\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c \u0440\u044b\u043d\u043a\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e \u043e\u0441\u043e\u0431\u043e \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043d\u043e\u0432\u043e\u0441\u0442\u0435\u0439. \u0412 \u0441\u0435\u043d\u0442\u044f\u0431\u0440\u0435 \u0431\u0443\u0434\u0435\u0442 [DevCon2](https://ethereumfoundation.org/devcon/) \u0432 \u0428\u0430\u043d\u0445\u0430\u0435. \u041d\u0430 \u043d\u0435\u0433\u043e \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u043e 100 \u043a\u043e\u043c\u0430\u043d\u0434 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0445 \u043d\u0430\u0434 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438. \u0412\u043e\u0442 \u044d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e.\n\n\u041b\u0438\u0441\u043a \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e [\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0440\u0435\u043b\u0438\u0437\u0438\u0442\u044c, \u043d\u043e \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e](https://github.com/LiskHQ/lisk/releases), \u0430 \u0442\u0430\u043a\u0436\u0435 \u0443\u0436\u0435 \u0437\u0430\u0434\u0430\u0435\u0442 [\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435, \u043d\u043e \u0441\u043b\u043e\u0436\u043d\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b](https://docs.google.com/document/d/1qm02HcAn1ojrfTXQ-QmTyOGAgdkqZQZxhvHfsqM2E6s/edit) \u043d\u0430 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u0430 (\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043e\u0432\u0435\u0440\u0438\u044f \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u043c \u0446\u0435\u043f\u043e\u0447\u043a\u0430\u043c). \u0410 \u0432\u043e\u0442 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0441 [\u0434\u0435\u043b\u0435\u0433\u0430\u0442\u0430\u043c\u0438](https://explorer.lisk.io/delegateMonitor) \u043e\u0441\u0442\u0430\u043b\u0430\u0441\u044c \u043d\u0430 \u043c\u0435\u0441\u0442\u0435. \u041d\u0443 \u0438 \u043b\u0430\u0434\u043d\u043e!\n\n\u041c\u0435\u0441\u044f\u0446 \u0442\u0430\u043a\u0436\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0435\u043d \u0438 \u0442\u0435\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0435\u043a\u0442 Synereo [\u0440\u0435\u0448\u0438\u043b](https://docs.google.com/document/d/1xmRvAjJEQ72-sR9luS34TG0BOpPn_6ztZjYBFCByKxo/edit) \u0447\u0442\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0435\u0442\u044c - \u043f\u0440\u043e\u0441\u0442\u043e \u043e\u0434\u043d\u043e \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0430 \u0431\u0430\u0437\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u044f\u0434\u0440\u043e\u043c \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0442\u0430\u043d\u0435\u0442 Rholang - \u0432\u0435\u0440\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u044f\u0437\u044b\u043a \u0434\u043b\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432. \u041f\u043e\u043a\u0430 \u043c\u044b \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0435\u0433\u043e \u0432 \u0441\u0435\u0433\u043c\u0435\u043d\u0442, \u0442.\u043a. \u0448\u0442\u0443\u043a\u0430 \u0442\u043e\u043b\u043a\u043e\u043c \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442.\n\n## \u0414\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0421\u0435\u0442\u0438\n\u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0437\u0430 \u043f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0439 \u043c\u0435\u0441\u044f\u0446 \u043f\u0440\u043e\u0441\u0435\u043b \u043d\u0430 9% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0438 \u043e\u0441\u0442\u0430\u043b\u0441\u044f \u043d\u0435\u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445. \u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u043e $395 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432. \u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0441\u0440\u0435\u0434\u043d\u044f\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043f\u043e \u0431\u043e\u043b\u044c\u043d\u0438\u0446\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0430\u0441\u044c \u043d\u0435 \u0441\u0438\u043b\u044c\u043d\u043e, \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0446\u0438\u0435\u043d\u0442\u044b \u0447\u0443\u0432\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0435\u0431\u044f \u043f\u043e-\u0440\u0430\u0437\u043d\u043e\u043c\u0443: \u0421\u0442\u0438\u043c - \u043c\u0438\u043d\u0443\u0441 48% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0430 Synereo - \u043f\u043b\u044e\u0441 37%.\nC \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0421\u0442\u0438\u043c\u0443 \u043f\u043b\u043e\u0445\u043e. \u041d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u0442\u0430\u043a\u043e\u0435 \u043f\u0430\u0434\u0435\u043d\u0438\u0435 - \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u0432\u043f\u043e\u043b\u043d\u0435 \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0430\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u044f \u043f\u043e\u0441\u043b\u0435 \u0434\u0438\u043a\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430. \u041f\u0440\u043e\u0435\u043a\u0442\u0443 \u043d\u0443\u0436\u043d\u043e \u0432\u0440\u0435\u043c\u044f, \u0447\u0442\u043e\u0431\u044b \u0432\u043f\u0438\u0442\u0430\u0442\u044c \u0442\u0430\u043a\u0443\u044e \u0434\u0438\u043a\u0443\u044e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0435\u0438\u0437\u0431\u0435\u0436\u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u0442\u0430\u043a\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0431\u0430\u0437\u044b. \u0421\u0442\u0438\u043c\u0438\u0442 \u0418\u043d\u043a. \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442 \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u0441 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u044e, \u0447\u0442\u043e [\u0443\u0436\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0440\u0435\u0448\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b](https://steemd.com/distribution) \u0441 \u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u0435\u043c \u0440\u043e\u0441\u0442\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u044e\u0437\u0435\u0440\u043e\u0432. \u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043e\u0447\u0435\u043d\u044c \u0447\u0443\u0442\u043a\u043e \u0440\u0435\u0430\u0433\u0438\u0440\u0443\u0435\u0442 \u043d\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b. \u0412 \u043d\u0430\u0448\u0435\u043c \u0434\u0435\u043b\u0435 \u044d\u0442\u043e \u0433\u043b\u0430\u0432\u043d\u043e\u0435. \u0421\u043a\u043e\u0440\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u0438\u0442 \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u0433\u0434\u0430 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0441 \u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u044c.\n\u0410 \u0432\u043e\u0442 Synereo \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0430 \u0438 \u044f\u0432\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0441\u043a\u043e\u0443\u043f\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0434\u043e \u0443\u0440\u043e\u0432\u043d\u044f Ethereum \u0432\u0440\u044f\u0434 \u043b\u0438 \u043c\u043e\u0436\u0435\u0442 \u044f\u0432\u043b\u044f\u0442\u0441\u044f \u0443\u0434\u043e\u0431\u043d\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c \u0434\u043b\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0441\u0435\u0439\u0447\u0430\u0441. \u041f\u043e\u0447\u0442\u0438 $300 \u043c\u043b\u043d. \u0437\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u0448\u0442\u0443\u043a\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043a\u043e\u0433\u0434\u0430 \u0438 \u043a\u0430\u043a \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 - \u044d\u0442\u043e \u043f\u043e $15 \u043c\u043b\u043d. \u0432 \u043b\u0438\u0446\u043e \u0434\u0430\u0436\u0435 \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0430\u0434\u0432\u0430\u0439\u0437\u0435\u0440\u043e\u0432. \u0416\u0443\u0442\u044c. \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0440\u044b\u043d\u043e\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0443\u0436\u0435 \u0434\u0438\u043a\u043e \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u0435\u043d, \u0438 \u043a\u043e\u043d\u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0443\u0436\u0435 \u0441 Ethereum.\n\n## \u0421\u0438\u0441\u0442\u0435\u043c\u044b \u0421\u0435\u0442\u043b\u043c\u0435\u043d\u0442\u0430\n\u041d\u0430\u043a\u043e\u043d\u0435\u0446-\u0442\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u043e \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043f\u0440\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u0441\u0438\u0441\u0442\u0435\u043c \u043f\u043e \u0443\u0447\u0435\u0442\u0443 \u0438 \u0444\u0438\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0432\u0437\u0430\u0438\u043c\u043e\u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432. \u041f\u0440\u0438\u0440\u043e\u0434\u0430 \u044d\u0442\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043a\u043e\u043d\u0442\u0440\u0430\u0433\u0435\u043d\u0442\u043e\u0432, \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e \u043e\u0447\u0438\u0449\u0430\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442\u044b \u043c\u0435\u0436\u0434\u0443 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u043e\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0442\u044c \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u043f\u043e\u0438\u0441\u043a\u0435 \u043f\u0443\u0442\u0435\u0439 \u043a\u043e\u043d\u0432\u0435\u0440\u0441\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0432 \u0434\u0440\u0443\u0433\u043e\u0435. \u0421\u0430\u043c\u044b\u0439 \u0431\u043b\u0438\u0437\u043a\u0438\u0439 \u044e\u0437\u043a\u0435\u0439\u0441 \u044d\u0442\u043e \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e \u0443\u0447\u0435\u0442\u0443 \u0444\u0438\u0430\u0442\u043d\u044b\u0445 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432.\n\n\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u043a\u0438\u043d\u0443\u0442\u044c \u0438\u0434\u0435\u0439 \u043f\u043e \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044e \u044d\u0442\u043e\u0433\u043e \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u0438\u0432\u0435\u0434\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0434\u0430\u043d\u043d\u044b\u043c Ripple Charts:\n\n![](https://ipfs.pics/ipfs/QmcSKsJQZBRPT2Cb5XyDqsCEjC2cDN6Ywn8tDXV7ww81LC)\n\n\u0421\u0438\u0441\u0442\u0435\u043c\u0430 Ripple \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430, \u043e\u043d\u0430 \u0445\u043e\u0440\u043e\u0448\u0435\u0435\u0442 \u0441 \u043a\u0430\u0436\u0434\u044b\u043c \u0434\u043d\u0435\u043c. \u041d\u043e, \u043f\u0440\u0438 \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u044b\u0445 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432 \u043d\u0430 $10 \u043c\u043b\u043d. \u0438 \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0445 \u0442\u043e\u0440\u0433\u043e\u0432 \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $1 \u043c\u043b\u043d. \u043e\u0431\u0449\u0430\u044f \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $ 600 \u043c\u043b\u043d. \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0441\u0438\u043b\u044c\u043d\u043e \u0437\u0430\u0432\u044b\u0448\u0435\u043d\u043d\u043e\u0439. \u042d\u0442\u043e \u043d\u0435 \u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e, \u0432\u0435\u0434\u044c ~65% \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e\u0434 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u043c Ripple Labs, \u0430 \u043f\u043b\u0430\u043d\u0430 \u043f\u043e \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c\u0443 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044e \u043a\u0430\u043a \u0431\u044b \u043d\u0435\u0442. \u0412 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 [\u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442](https://charts.ripple.com/#/validators) 33 \u0432\u0430\u043b\u0438\u0434\u0430\u0442\u043e\u0440\u0430 \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 15 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e. \u042d\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0430 1 \u043e\u0434\u043d\u0443 \u0432\u0430\u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0443\u044e \u043d\u043e\u0434\u0443 \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $20 \u043c\u043b\u043d, \u0447\u0442\u043e \u043f\u0440\u044f\u043c\u043e \u043e\u043e\u043e\u0447\u0435\u043d\u044c \u043c\u043d\u043e\u0433\u043e. \u0423 \u0411\u0438\u0442\u043a\u043e\u0438\u043d\u0430 \u044d\u0442\u0430 \u0446\u0438\u0444\u0440\u0430 \u043d\u0435 \u0432\u044b\u0448\u0435 $2 \u043c\u043b\u043d. \u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0441\u043e\u0431\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0442\u043e\u043a\u0435\u043d XRP \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441\u0435 \u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442 \u0441\u0432\u043e\u044e \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0430\u043a \u0442\u043e\u043a\u0435\u043d \u0437\u0430\u0449\u0438\u0449\u0430\u044e\u0449\u0438\u0439 \u0441\u0435\u0442\u044c \u043e\u0442 \u0441\u043f\u0430\u043c\u0430, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0439 \u043a\u0430\u043a \u0431\u0440\u0438\u0434\u0436 \u0432\u0430\u043b\u044e\u0442\u0430.\n\n\u041d\u0430 \u0444\u043e\u043d\u0435 Ripple, Stellar \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0434\u0435\u043b\u0430\u043b \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430, \u043e\u0442\u043a\u0430\u0437\u0430\u043b\u0441\u044f (\u043f\u043e\u043a\u0430) \u043e\u0442 \u0444\u043e\u043a\u0443\u0441\u0430 \u043d\u0430 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0445 \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0442\u0430\u0445 \u0438 \u0441\u043c\u043e\u0442\u0440\u0438\u0442 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u0432\u0441\u044f\u043a\u0438\u0445 \u0432\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u0435\u0442\u044c \u0438\u043c\u0435\u0435\u0442 \u0445\u043e\u0440\u043e\u0448\u0443\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e \u0438 \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0439 \u043d\u0430\u0431\u043e\u0440 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a. \u0417\u0430 \u0441\u043f\u0438\u043d\u043e\u0439 \u0443 \u0441\u0435\u0442\u0438 Stellar \u0440\u0435\u0431\u044f\u0442\u0430 \u0438\u0437 Stripe \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432\u0438\u0434\u0438\u043c\u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u044e\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0441 \u0441\u0435\u0442\u044c\u044e \u0441\u0445\u0435\u043c\u0430\u0442\u043e\u0437 \u043f\u043e\u0445\u043e\u0436\u0438\u0439 \u043d\u0430 Stripe - \u0441\u0444\u043e\u043a\u0443\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u0438 \u0436\u0438\u0437\u043d\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u043c. \u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u043c, \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438 \u044d\u0442\u043e. \u0412\u0435\u0434\u044c \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u044c\u044e\u0446\u0438\u044f \u043b\u044e\u043c\u0435\u043d\u043e\u0432 \u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u0430 \u043a\u0430\u043a \u0445\u043e\u043b\u043e\u043a\u043e\u0441\u0442. \u0421\u0443\u0434\u044f \u043f\u043e \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u044d\u043a\u0441\u043f\u043b\u043e\u0440\u0435\u0440\u0443 \u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0441\u0435\u0442\u044c\u044e \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0430\u043c\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0441\u0435\u0442\u0438, \u0442.\u043a. \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435 \u043d\u0443\u043b\u044f. \u041d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438 \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0443 \u043d\u0435\u0442. \u0414\u0435\u043b\u0430\u0442\u044c \u0435\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0436\u0435\u043b\u0430\u043d\u0438\u044f \u043d\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442. \u0412\u0441\u0435 \u044d\u0442\u043e \u0432 \u0441\u0443\u043c\u043c\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044e Stellar \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0439, \u043d\u043e \u043a\u0430\u043a \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u044e \u0435\u0435 \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u043b\u044c\u0437\u044f - $200 \u043b\u044f\u043c\u043e\u0432 \u044d\u0442\u043e \u043d\u0435 \u0448\u0443\u0442\u043a\u0438.\n\u041f\u0440\u043e\u0441\u0443\u043c\u043c\u0438\u0440\u0443\u044e: \u0421\u0435\u0433\u043c\u0435\u043d\u0442 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u0437\u0430\u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u043d\u043e \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u0438\u043c \u0438\u0437 \u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u043f\u043e \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438. \u041f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u0433\u0440\u043e\u043c\u0435\u043d. \u041f\u043e \u0444\u0430\u043a\u0442\u0443, \u0430 \u043d\u0435 \u043f\u043e \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u043c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f Ripple c \u043f\u043e\u0447\u0442\u0438 500 \u0442\u044b\u0441. \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0445 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439, \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 450 \u0442\u044b\u0441. \u044d\u0442\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043e\u0442\u043c\u0435\u043d\u0430 \u043e\u0440\u0434\u0435\u0440\u043e\u0432. \u0410 Corda \u043e\u0442 R3, \u043f\u043e\u0436\u0430\u043b\u0443\u0439, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043f\u043e \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u043c - 50 \u043a\u0440\u0443\u043f\u043d\u0435\u0439\u0448\u0438\u0445 \u0431\u0430\u043d\u043a\u043e\u0432 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e \u0447\u0443\u0434\u043e. R3 \u043d\u0435\u0434\u0430\u0432\u043d\u043e [\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0431\u0443\u043c\u0430\u0433\u0443 \u043f\u043e Corda](https://static1.squarespace.com/static/55f73743e4b051cfcc0b02cf/t/57bda2fdebbd1acc9c0309b2/1472045822585/corda-introductory-whitepaper-final.pdf). \u041e\u0431\u0435\u0449\u0430\u0435\u0442 \u0432 \u0441\u043a\u043e\u0440\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043a\u043e\u0434 \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u0443\u044e \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0431\u0443\u043c\u0430\u0433\u0443. \u0414\u0430\u0436\u0435 Visa \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0430\u043d\u043e\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0441\u0432\u043e\u0435 \u043f\u0440\u043e\u043f\u0440\u0438\u0435\u0442\u0430\u0440\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 [BTL](http://btl.co/visa/), \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u0431\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u043e. \u0424\u043b\u0430\u0433 \u0438\u043c \u0432 \u0441\u043f\u0438\u043d\u0443. \u0411\u0443\u0434\u0435\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e, \u0447\u0442\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u0432 \u043e\u0434\u0438\u043d \u043c\u043e\u043c\u0435\u043d\u0442 \u043a \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c\u0443 \u043e\u0442\u0440\u0430\u0441\u043b\u0435\u0432\u043e\u043c\u0443 \u0432\u0437\u0440\u044b\u0432\u0443. \u041d\u0430\u0434\u043e \u043e\u0431 \u044d\u0442\u043e\u043c \u0434\u0443\u043c\u0430\u0442\u044c \u0437\u0430\u0440\u0430\u043d\u0435\u0435.\n\n## \u041f\u0440\u043e \u0422\u0438\u043f\u043e\u0432\u044b\u0435 \u0423\u043c\u043d\u044b\u0435 \u041a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u044b\n\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u043e\u0445\u0443\u0434\u0435\u043b \u043d\u0430 6% \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445, \u0438 \u0432\u044b\u0440\u043e\u0441 \u043d\u0430 15% \u0432 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u0430\u0445 \u0438 \u043f\u043e \u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 $100 \u043c\u043b\u043d. \u042f \u0432\u043e\u0442 \u0447\u0435\u0441\u0442\u043d\u043e \u043d\u0435 \u043f\u043e\u043d\u0438\u043c\u0430\u044e \u043a\u0430\u043a \u043e\u0442\u043b\u0438\u0447\u0438\u0442\u044c \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a \u043e\u0442 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u0434\u043b\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432. \u0412\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430\u044f \u0431\u0430\u0437\u0430 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u0430 \u043e\u0434\u043d\u0430 \u0438 \u0442\u0430 \u0436\u0435: SMB \u0438 Enterprise. \u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u044d\u0442\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e, \u0442.\u043a. \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0435\u0440\u0432\u044b\u0435 \u0437\u0432\u043e\u043d\u043a\u0438 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430 \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 ERP \u0441\u0438\u0441\u0442\u0435\u043c\u044b (BlockPay \u0438 Odoo), \u0438 \u0434\u0430\u0436\u0435 [SAP \u0445\u043e\u0447\u0435\u0442 \u043d\u0435 \u043e\u043f\u043e\u0437\u0434\u0430\u0442\u044c](http://www.bloomberg.com/news/articles/2016-07-29/threat-of-blockchain-prompts-new-strategy-for-germany-s-sap) \u043d\u0430 \u0440\u0430\u0437\u0434\u0430\u0447\u0443 \u0430\u043f\u0435\u043b\u044c\u0441\u0438\u043d\u043e\u0432. \u0422.\u0435. \u0443\u0436\u0435 \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e, \u0447\u0442\u043e \u0440\u0430\u0441\u0442\u0435\u0442 \u0441\u043f\u0440\u043e\u0441 \u043d\u0430 \u043d\u043e\u0432\u043e\u0435 \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u043a\u043e\u043d\u0442\u0440\u0430\u0433\u0435\u043d\u0442\u0430\u043c \"\u0448\u0430\u0440\u0438\u0442\u044c\" \u0443\u0447\u0435\u0442.\n\n\u0421\u0435\u0433\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u044d\u0442\u043e \u0434\u0435\u043b\u043e \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u043b\u043e\u0436\u043d\u043e. \u041d\u0430 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0445 \u044f \u043d\u0435 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u043b, \u0447\u0442\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u0435\u0433\u043c\u0435\u043d\u0442 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u044b \u043d\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0441 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f, \u0442\u0430\u043a \u043a\u0430\u043a \u0442\u0443\u043f\u043e \u043d\u0435 \u0432\u0438\u0434\u0438\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432. \u041d\u043e \u0432 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043d\u0435\u043a\u0438\u0439 [Antshares](https://cyber.fund/system/AntShares) \u0441\u043e\u0431\u0440\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 3 \u043c\u043b\u043d. \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432 \u0438 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0435\u043d \u043f\u0440\u043e\u0435\u043a\u0442 \u043f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u043c, \u0447\u0442\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d \u043d\u0430 Hyperledger.\n\nHyperledger \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c \u043b\u0438\u0434\u0435\u0440\u043e\u043c \u043f\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443 [\u0441\u0440\u0435\u0434\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432](https://github.com/hyperledger/hyperledger) - 1400 \u0437\u0432\u0435\u0437\u0434 \u043d\u0430 Github. \u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u043e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u0431\u043b\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0446\u0435\u043f\u043e\u0447\u0435\u043a Hyperledger. \u0410 \u043a \u0410\u043b\u044c\u044f\u043d\u0441\u0443 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u043e\u0441\u044c [17 \u043d\u043e\u0432\u044b\u0445 \u0447\u043b\u0435\u043d\u043e\u0432](http://www.coindesk.com/hyperledger-project-adds-17-new-members/), \u0432 \u0447\u0438\u0441\u043b\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 Samsung.\n\n\u0421\u0442\u043e\u0438\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0440\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u0447\u0430\u0441\u0442\u043d\u044b\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a \u0443\u0436\u0435 \u043c\u043d\u043e\u0433\u043e. \u0421\u0440\u0435\u0434\u0438 \u043d\u0438\u0445, \u043a\u0440\u043e\u043c\u0435 Hyperledger: [Scorex](https://github.com/input-output-hk/Scorex), [BigChainDB](https://github.com/bigchaindb), [Juno](https://github.com/kadena-io/juno), [Hydrachain](https://github.com/HydraChain), [ErisDB](https://github.com/eris-ltd/eris-db), [OpenChain](https://github.com/openchain), [Multichain](https://github.com/MultiChain), [Graphene](https://github.com/cryptonomex/graphene) \u0438 Corda (\u043f\u043e\u043a\u0430 \u0431\u0435\u0437 \u043a\u043e\u0434\u0430), \u0438 \u0434\u0440\u0443\u0433\u0438\u0435. \u0410 \u0435\u0449\u0435 \u043d\u0430 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u043f\u0440\u043e\u0435\u043a\u0442 \u043f\u043e\u0434 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c [Urbit](http://media.urbit.org/whitepaper.pdf), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u0440\u043e\u0434\u0435 \u0438 \u043d\u0435 \u043f\u0440\u043e \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u044b \u0432\u043e\u043e\u0431\u0449\u0435, \u043d\u043e \u043f\u043e \u043c\u043e\u0435\u043c\u0443 \u0441\u043a\u0440\u043e\u043c\u043d\u043e\u043c\u0443 \u043c\u043d\u0435\u043d\u0438\u044e \u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442 \u0440\u044f\u0434\u043e\u043c \u0440\u0435\u0432\u043e\u043b\u044e\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c \u043c\u043e\u0433\u0443\u0442 \u0441\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u043d\u043e\u0433\u0438\u0435 \u0432\u0437\u0433\u043b\u044f\u0434\u044b \u043d\u0430 \u043e\u0442\u0440\u0430\u0441\u043b\u044c.\n\n\u041f\u043e \u043c\u043d\u0435 \u0442\u0430\u043a \u044d\u0442\u043e \u0441\u0430\u043c\u044b\u0439 \u043e\u0447\u0435\u0432\u0438\u0434\u043d\u043e \u043d\u0435\u0434\u043e\u043e\u0446\u0435\u043d\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0433\u043c\u0435\u043d\u0442. \u0418 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0435 \u0446\u0435\u043f\u043e\u0447\u043a\u0438 \u044d\u0442\u043e \u0435\u0449\u0435 \u043e\u0434\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430. \u0412\u0435\u0434\u044c \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0435 \u0446\u0435\u043f\u043e\u0447\u043a\u0438 - \u044d\u0442\u043e \u043a\u0440\u0443\u0442\u0430\u044f \u0444\u0438\u0447\u0430 \u0434\u043b\u044f \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430 [\u0421\u0435\u0440\u044b\u0445 \u043a\u0430\u0440\u0434\u0438\u043d\u0430\u043b\u043e\u0432](https://en.wikipedia.org/wiki/Hidden_champions) \u0441\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u043e\u0435 \u0432\u043b\u0438\u044f\u043d\u0438\u0435 \u043d\u0430 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0443 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043e\u0447\u0435\u043d\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e.", + "category": "cyberfund", + "children": 2, + "created": "2016-09-15T17:18:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://ipfs.pics/ipfs/QmcSKsJQZBRPT2Cb5XyDqsCEjC2cDN6Ywn8tDXV7ww81LC" + ], + "links": [ + "http://blockchainboom.coinfox.info/", + "https://goo.gl/mBBBDv", + "http://www.investopedia.com/terms/o/outstandingshares.asp", + "https://cyber.fund/system/Monero", + "https://en.wikipedia.org/wiki/Ring_signature", + "https://github.com/monero-project/monero/commits/master", + "https://cyber.fund/system/Dash", + "https://en.wikipedia.org/wiki/CoinJoin", + "https://www.dashcentral.org/p/infra-lqd-pvd-201609", + "https://cyber.fund/system/Bytecoin", + "https://cryptonote.org/whitepaper.pdf", + "https://cyber.fund/system/Vanillacoin", + "https://github.com/john-connor/papers", + "https://github.com/john-connor", + "https://cyber.fund/system/Zcash", + "https://en.wikipedia.org/wiki/Zero-knowledge_proof", + "https://blog.maidsafe.net/2016/08/12/safe-network-alpha-release/", + "https://explorer.lbry.io/", + "https://ethereumfoundation.org/devcon/", + "https://github.com/LiskHQ/lisk/releases", + "https://docs.google.com/document/d/1qm02HcAn1ojrfTXQ-QmTyOGAgdkqZQZxhvHfsqM2E6s/edit", + "https://explorer.lisk.io/delegateMonitor", + "https://docs.google.com/document/d/1xmRvAjJEQ72-sR9luS34TG0BOpPn_6ztZjYBFCByKxo/edit", + "https://steemd.com/distribution", + "https://charts.ripple.com/#/validators", + "https://static1.squarespace.com/static/55f73743e4b051cfcc0b02cf/t/57bda2fdebbd1acc9c0309b2/1472045822585/corda-introductory-whitepaper-final.pdf", + "http://btl.co/visa/", + "http://www.bloomberg.com/news/articles/2016-07-29/threat-of-blockchain-prompts-new-strategy-for-germany-s-sap", + "https://cyber.fund/system/AntShares", + "https://github.com/hyperledger/hyperledger", + "http://www.coindesk.com/hyperledger-project-adds-17-new-members/", + "https://github.com/input-output-hk/Scorex", + "https://github.com/bigchaindb", + "https://github.com/kadena-io/juno", + "https://github.com/HydraChain", + "https://github.com/eris-ltd/eris-db", + "https://github.com/openchain", + "https://github.com/MultiChain", + "https://github.com/cryptonomex/graphene", + "http://media.urbit.org/whitepaper.pdf", + "https://en.wikipedia.org/wiki/Hidden_champions" + ], + "tags": [ + "cyberfund", + "cybernomics", + "blockchain", + "investment" + ], + "users": [ + "vitaly-lvov" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10266870092407, + "payout": 8.014, + "payout_at": "2016-09-22T17:18:00", + "pending_payout_value": "8.014 HBD", + "percent_hbd": 10000, + "permlink": "obzor-kiber-ekonomiki-za-avgust", + "post_id": 1256351, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 68 + }, + "title": "\u041e\u0431\u0437\u043e\u0440 \u043a\u0438\u0431\u0435\u0440\u2022\u042d\u043a\u043e\u043d\u043e\u043c\u0438\u043a\u0438 \u0437\u0430 \u0410\u0432\u0433\u0443\u0441\u0442", + "updated": "2016-09-15T17:33:24", + "url": "/cyberfund/@hipster/obzor-kiber-ekonomiki-za-avgust" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 3023914931, + "voter": "macartem" + } + ], + "author": "macartem", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.78, + "beneficiaries": [], + "blacklists": [], + "body": "\n


\n
\n1. @Steemit
\n
\nReputation - 34.7
\nFollowers - 175
\nFollowing - 0
\nPosts - 1
\nPosting - 3548
\nCuration - 0
\n
\n 

\n

4778859.891 STEEM

\n

75,084,914.832 SP

\n

$70337.438 SBD

\n

Estimated Value: $51,144,020

\n


\n
\n
\n2. @Ned
\n
\nReputation - 62.3
\nFollowers - 1111
\nFollowing - 73
\nPosts - 277
\nPosting - 6676480
\nCuration - 679327788
\n
\n 

\n

0.000 STEEM

\n

4,210,075.624 SP

\n

$4153.073 SBD

\n

Estimated Value: $2,695,486
\n
\n

\n3. @Dan
\n
\nReputation - 66.7
\nFollowers - 1021
\nFollowing - 1
\nPosts - 205
\nPosting - 44470840
\nCuration - 87634338
\n 

\n

0.439 STEEM

\n

3,303,498.553 SP

\n

$14332.676 SBD

\n

Estimated Value: $2,126,127
\n
\n

\n
\n4. @BlockTrades
\n
\nReputation - 68.4
\nFollowers - 893
\nFollowing - 6
\nPosts - 354
\nPosting - 65916519
\nCuration - 195671644
\n
\n 

\n

31222.226 STEEM

\n

2,718,565.475 SP

\n

$76845.349 SBD

\n

Estimated Value: $1,834,675
\n
\n

\n
\n5. @Jamesc
\n
\nReputation - 45.2
\nFollowers - 227
\nFollowing - 127
\nPosts - 103
\nPosting - 5226
\nCuration - 4790669
\n
\n 

\n

0.000 STEEM

\n

2,338,479.456 SP

\n

$53229.187 SBD

\n

Estimated Value: $1,548,126
\n
\n

\n", + "category": "steemit", + "children": 0, + "created": "2016-09-15T17:17:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c604428/v604428721/27d96/bCP0uO_P-Xw.jpg", + "https://pp.vk.me/c604428/v604428721/27da0/U9_yHGlVsTc.jpg", + "https://pp.vk.me/c604428/v604428721/27da9/CMFLyEO6nj4.jpg", + "https://pp.vk.me/c604428/v604428721/27db2/DwZMMLXT1BU.jpg", + "https://pp.vk.me/c604428/v604428721/27dbb/EgmRTkWkegM.jpg", + "https://pp.vk.me/c604428/v604428721/27dc4/aX8OZ_uKxQU.jpg" + ], + "tags": [ + "steemit", + "steem", + "whales", + "cn", + "lifehack" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10200377517, + "payout": 0.002, + "payout_at": "2016-09-22T17:17:36", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "5-most-important-whales", + "post_id": 1256347, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "5 most important Whales", + "updated": "2016-09-15T17:17:36", + "url": "/steemit/@macartem/5-most-important-whales" + }, + { + "active_votes": [ + { + "rshares": 23851673844, + "voter": "wpalczynski" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 65124522, + "voter": "rpo" + } + ], + "author": "wpalczynski", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.49, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Wikileaks founder Julian Assange has offered to serve time at a US prison if President Barack Obama would pardon Chelsea Manning, the whistleblower who handed Wikileaks US military and diplomatic documents in 2010.

\n

Manning is currently serving a 35-year sentence at the US Disciplinary Barracks in Fort Leavenworth, Kansas.

\n

https://cdn.rt.com/files/2016.09/original/57dac196c46188884f8b45d1.jpg

\n


\n

https://www.rt.com/usa/359454-assange-manning-exchange-prison/

\n", + "category": "assange", + "children": 0, + "created": "2016-09-15T17:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://cdn.rt.com/files/2016.09/original/57dac196c46188884f8b45d1.jpg" + ], + "links": [ + "https://www.rt.com/usa/359454-assange-manning-exchange-prison/" + ], + "tags": [ + "assange", + "manning", + "obama", + "wikileaks" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25076007329, + "payout": 0.005, + "payout_at": "2016-09-22T17:17:15", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead", + "post_id": 1256340, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Take me instead: Wikileaks\u2019 Assange asks Obama to pardon Manning saying he will serve time instead", + "updated": "2016-09-15T17:17:15", + "url": "/assange/@wpalczynski/take-me-instead-wikileaks-assange-asks-obama-to-pardon-manning-saying-he-will-serve-time-instead" + }, + { + "active_votes": [ + { + "rshares": 31308460859447, + "voter": "smooth" + }, + { + "rshares": 231810333637, + "voter": "anonymous" + }, + { + "rshares": 1020236794603, + "voter": "liondani" + }, + { + "rshares": 1950774078440, + "voter": "xeroc" + }, + { + "rshares": 636514783207, + "voter": "masteryoda" + }, + { + "rshares": 5943125371535, + "voter": "smooth.witness" + }, + { + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "rshares": 14982933604, + "voter": "eeks" + }, + { + "rshares": 32368367444, + "voter": "instructor2121" + }, + { + "rshares": 326639006522, + "voter": "teamsteem" + }, + { + "rshares": 178446109019, + "voter": "steve-walschot" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "rshares": 970586830705, + "voter": "cyber" + }, + { + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "rshares": 57203974765, + "voter": "thecryptodrive" + }, + { + "rshares": 5287780547, + "voter": "tee-em" + }, + { + "rshares": 31345579234, + "voter": "michaelx" + }, + { + "rshares": 88062402472, + "voter": "razvanelulmarin" + }, + { + "rshares": 34073699558, + "voter": "cryptoiskey" + }, + { + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "rshares": 37152547241, + "voter": "clement" + }, + { + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "rshares": 68450553516, + "voter": "bacchist" + }, + { + "rshares": 52093553829, + "voter": "venuspcs" + }, + { + "rshares": 14885828588, + "voter": "ausbitbank" + }, + { + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "rshares": 185292018100, + "voter": "anyx" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 629471993, + "voter": "luisucv34" + }, + { + "rshares": 87223247, + "voter": "wildchild" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 167307855189, + "voter": "blueorgy" + }, + { + "rshares": 3709595271, + "voter": "bitcoiner" + }, + { + "rshares": 30989825780, + "voter": "zaebars" + }, + { + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 4233708636, + "voter": "tygergamer" + }, + { + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "rshares": 138539449846, + "voter": "steemdrive" + }, + { + "rshares": 50579614280, + "voter": "gomeravibz" + }, + { + "rshares": 2157207095, + "voter": "merej99" + }, + { + "rshares": 22969491561, + "voter": "laonie1" + }, + { + "rshares": 23486297008, + "voter": "laonie2" + }, + { + "rshares": 23494592105, + "voter": "laonie3" + }, + { + "rshares": 5831750244, + "voter": "brendio" + }, + { + "rshares": 416938566, + "voter": "gmurph" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 23490269143, + "voter": "laonie4" + }, + { + "rshares": 23487998630, + "voter": "laonie5" + }, + { + "rshares": 23485020903, + "voter": "laonie6" + }, + { + "rshares": 23480867466, + "voter": "laonie7" + }, + { + "rshares": 3323846130, + "voter": "kurtbeil" + }, + { + "rshares": 23477419388, + "voter": "laonie8" + }, + { + "rshares": 23474718053, + "voter": "laonie9" + }, + { + "rshares": 2370262538, + "voter": "steemleak" + }, + { + "rshares": 7991657587, + "voter": "mevilkingdom" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 2343161589, + "voter": "paynode" + }, + { + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 61430307, + "voter": "cryptoblu" + }, + { + "rshares": 61423628, + "voter": "instructor" + }, + { + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "rshares": 4056826699, + "voter": "lamech-m" + }, + { + "rshares": 23468511648, + "voter": "laonie10" + }, + { + "rshares": 159631404, + "voter": "kamil5" + }, + { + "rshares": 8706975244, + "voter": "garywilson" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "rshares": 32443492367, + "voter": "hilarski" + }, + { + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "rshares": 8558777427, + "voter": "rimann" + }, + { + "rshares": 58139915, + "voter": "rickmiller" + }, + { + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "rshares": 22621808463, + "voter": "laonie11" + }, + { + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 450072622, + "voter": "saramiller" + }, + { + "rshares": 2353724275, + "voter": "zettar" + }, + { + "rshares": 6066265903, + "voter": "dexter-k" + }, + { + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "rshares": 674641805, + "voter": "ct-gurus" + }, + { + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "rshares": 61826073622, + "voter": "tracemayer" + }, + { + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "rshares": 2170339399, + "voter": "steemsquad" + }, + { + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 99404487, + "voter": "expat" + }, + { + "rshares": 140412636, + "voter": "steemtrail" + }, + { + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "mevilkingdom", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.06, + "beneficiaries": [], + "blacklists": [], + "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
\n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
\n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
\nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
\nGifts from **Disneyland Paris**\n___\n
![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
\nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", + "category": "life", + "children": 3, + "created": "2016-09-15T17:14:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + ], + "links": [ + "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", + "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", + "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + ], + "tags": [ + "life", + "story", + "collector", + "toys", + "mandesevilkingdom" + ], + "users": [ + "steve-walschot", + "herrlonnie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46309406304713, + "payout": 127.75, + "payout_at": "2016-09-22T17:14:30", + "pending_payout_value": "127.750 HBD", + "percent_hbd": 10000, + "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", + "post_id": 1256309, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 109 + }, + "title": "The gift of family: Stories of a toy collector #1", + "updated": "2016-09-15T17:14:30", + "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + }, + { + "active_votes": [ + { + "rshares": 1577686262993, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 37088193309, + "voter": "everythink" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 3650944253, + "voter": "anmuravjev" + }, + { + "rshares": 24417657582, + "voter": "phenom" + }, + { + "rshares": 112919817, + "voter": "pollina" + }, + { + "rshares": 3023914931, + "voter": "macartem" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + }, + { + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "anmuravjev", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.6, + "beneficiaries": [], + "blacklists": [], + "body": "\u042d\u0442\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u0441\u043e \u043c\u043d\u043e\u0439, \u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u043e\u0447\u0435\u043d\u044c \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u0439 \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u043e\u043a. \u042d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u044f \u043f\u043e\u043f\u0430\u043b \u0432 \u0440\u0443\u0441\u0441\u043a\u0443\u044e \u043c\u0430\u0444\u0438\u044e, \u0447\u0435\u043c \u043c\u044b \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c, \u0438 \u0447\u0435\u043c \u0432\u0441\u0435 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c.. \u041f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u044d\u0442\u0430 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f, \u0430 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430 \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0438 \u0441\u0435\u0439\u0447\u0430\u0441, \u0442\u043e \u0438\u043c\u0435\u043d\u0430 \u0438 \u043c\u0435\u0441\u0442\u0430 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b, \u0430 \u0432\u0441\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0437\u0430\u0440\u0435\u0442\u0443\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u044b. \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043c\u043e\u0438\u0445 \u0434\u0440\u0443\u0437\u0435\u0439 \u0443\u0436\u0435 \u043d\u0435\u0442 \u0432 \u0436\u0438\u0432\u044b\u0445, \u043d\u043e \u044f \u043d\u0435 \u0445\u043e\u0447\u0443 \u0437\u0430\u0431\u0435\u0433\u0430\u0442\u044c \u0432\u043f\u0435\u0440\u0435\u0434 \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0435\u0440\u0435\u0436\u0438\u0432\u0443 \u0432\u0441\u0435 \u044d\u0442\u043e \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0432\u0430\u043c\u0438 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430. \n\n
https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg
\n\n\u041d\u0435 \u0432\u0441\u0435 \u0437\u043d\u0430\u044e\u0442, \u043a\u043e\u0433\u0434\u0430 \u043c\u0430\u0444\u0438\u044f \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0432\u043e\u0435 \u0432\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435. \u0412\u0441\u0435 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043d\u043e \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 90-\u0445 \u0433\u043e\u0434\u043e\u0432, \u043a\u043e\u0433\u0434\u0430 \u0421\u0421\u0421\u0420 \u0431\u044b\u043b \u0440\u0430\u0437\u0432\u0430\u043b\u0435\u043d, \u0438 \u043b\u044e\u0434\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e. \u0422\u043e\u0433\u0434\u0430 \u0443 \u043b\u044e\u0434\u0435\u0439, \u043a\u0442\u043e \u043e\u0431\u043b\u0430\u0434\u0430\u043b \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0438\u043b\u043e\u0439 \u0438 \u0436\u0435\u043b\u0430\u043d\u0438\u0435\u043c \u0436\u0438\u0442\u044c \u043a\u0440\u0430\u0441\u0438\u0432\u043e - \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u0441\u043e\u0431\u043b\u0430\u0437\u043d \u0437\u0430\u0431\u0440\u0430\u0442\u044c \u0447\u0443\u0436\u043e\u0435. \u041c\u043e\u043b\u043e\u0434\u044b\u0435 \u043b\u044e\u0434\u0438, \u043e\u0431\u044b\u0447\u043d\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0445 \u0441\u0435\u043a\u0446\u0438\u0439, \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u043b\u0438 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c \u0441\u0432\u043e\u0435\u0439 \u0441\u0438\u043b\u044b: \u043e\u043d\u0438 \u043e\u0442\u0431\u0438\u0440\u0430\u043b\u0438 \u0434\u043e\u0445\u043e\u0434\u044b \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0437\u0430\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u043b\u0438 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0435 \u043f\u043e\u0442\u043e\u043a\u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0439. \u0427\u0430\u0441\u0442\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b\u043e\u0441\u044c \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0440\u0430\u0441\u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u043d\u0430\u0434 \u0442\u0435\u043c\u0438, \u043a\u0442\u043e \u043d\u0435 \u0445\u043e\u0442\u0435\u043b \u043f\u043e\u0434\u0447\u0438\u043d\u044f\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0432\u0441\u0435\u043b\u0435\u043d\u0438\u044f \u0441\u0442\u0440\u0430\u0445\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445. \u0412 \u0420\u043e\u0441\u0441\u0438\u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0441\u043e\u0442\u043d\u0438 \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u0438 \u0442\u044b\u0441\u044f\u0447\u0438 \u043c\u0435\u043b\u043a\u0438\u0445 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u00ab\u0437\u0430\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0438\u00bb \u043a\u0443\u0441\u043e\u043a \u0445\u043b\u0435\u0431\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0440\u044d\u043a\u0435\u0442\u0430, \u043d\u043e \u0438 \u0432\u043e\u0435\u0432\u0430\u043b\u0438 \u0438\u0437-\u0437\u0430 \u043d\u0435\u0433\u043e \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439. \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0438\u0437 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0442\u0435\u0445 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0441\u0438\u0434\u0438\u0442 \u0432 \u0442\u044e\u0440\u044c\u043c\u0435 \u0438\u043b\u0438 \u043c\u0435\u0440\u0442\u0432.\n\n\u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0430\u044f \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u043e\u0439\u043d\u0430, \u043d\u043e \u043b\u0438\u0447\u043d\u043e \u044f \u0432 \u043d\u0435\u0439 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b. \u0414\u043b\u044f \u043c\u0435\u043d\u044f \u0432\u0441\u0435 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u0432 2003 \u0433\u043e\u0434\u0443, \u0442\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u0431\u044b\u043b\u043e 13 \u043b\u0435\u0442. \u0412 \u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u0434\u0440\u0443\u0437\u044c\u044f \u043f\u043e \u0434\u0432\u043e\u0440\u0443 \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u043b\u0438 \u043c\u0435\u043d\u044f \u043f\u043e\u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u0431\u043e\u043a\u0441\u043e\u043c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043d\u0438\u043c\u0438. \u042f \u043e\u0436\u0438\u0434\u0430\u043b \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0432\u0435\u0434\u044c \u044f \u0443\u0436\u0435 \u0437\u043d\u0430\u043b, \u0447\u0442\u043e \u0440\u0435\u0431\u044f\u0442\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f \u0447\u0435\u043c-\u0442\u043e \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c, \u043d\u043e \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u043d\u0435 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u043e\u0431 \u044d\u0442\u043e\u043c: \u00ab\u0432\u043e\u0442 \u043f\u0440\u0438\u0434\u0435\u0448\u044c - \u0438 \u0432\u0441\u0435 \u0443\u0437\u043d\u0430\u0435\u0448\u044c\u00bb, -- \u0442\u0430\u043a \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b\u0430\u0441\u044c \u0438\u043d\u0442\u0440\u0438\u0433\u0430. \u042f \u0436\u0435, \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u044f \u0437\u0430 \u043d\u0438\u043c\u0438 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b, \u0438 \u0435\u0449\u0435 \u043d\u0435 \u0432\u043e\u0448\u0435\u0434\u0448\u0438\u0439 \u0432 \u0438\u0445 \u0442\u0435\u0441\u043d\u044b\u0439 \u043a\u0440\u0443\u0433, \u043d\u0435 \u0432\u0438\u0434\u0435\u043b \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0437\u0430\u043a\u043e\u043d\u043d\u043e\u0433\u043e \u0432 \u0438\u0445 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438, \u043d\u043e \u043c\u0435\u043d\u044f \u0432\u043e\u0441\u0445\u0438\u0449\u0430\u043b\u0438 \u0438\u0445 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u043f\u043e \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443: \u043e\u0434\u0438\u043d \u0437\u0430 \u0432\u0441\u0435\u0445 \u0438 \u0432\u0441\u0435 \u0437\u0430 \u043e\u0434\u043d\u043e\u0433\u043e.\n\n\u042d\u0442\u043e \u0432\u044b\u0440\u0430\u0436\u0430\u043b\u043e\u0441\u044c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0431\u044b\u0435 \u0443\u043b\u0438\u0447\u043d\u044b\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043e\u043d\u0438 \u0440\u0435\u0448\u0430\u043b\u0438 \u044f\u0447\u0435\u0439\u043a\u043e\u0439 \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u0414\u043e \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u043e\u0442\u0430\u0441\u043e\u0432\u043e\u043a \u0432 \u043d\u0430\u0448\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043e\u0445\u043e\u0434\u0438\u043b\u043e \u043d\u0435 \u0447\u0430\u0441\u0442\u043e, \u043c\u0430\u043b\u043e \u043a\u0442\u043e \u0436\u0435\u043b\u0430\u043b \u0438\u0434\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0432 \u0442\u0430\u043a\u043e\u0439 \u0441\u0438\u043b\u044b: >100 \u043b\u044b\u0441\u044b\u0445, \u0445\u043e\u0440\u043e\u0448\u043e \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u043d\u0435\u0439. \u0412 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u043e\u0436\u0438\u0434\u0430\u043b\u043e\u0441\u044c \u0445\u043e\u0442\u044c \u0441\u043a\u043e\u043b\u044c\u043a\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0440\u0430\u0432\u043d\u043e\u0435 \u0441\u043e\u043f\u0440\u043e\u0442\u0438\u0432\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u0434\u0442\u044f\u0433\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u0431\u043e\u043b\u044c\u0448\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044f\u0447\u0435\u0435\u043a \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u0432\u0441\u0435\u0433\u043e \u0438\u0445 \u0431\u044b\u043b\u043e 58. \u0412 \u0446\u0435\u043b\u043e\u043c, \u044d\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u0435 5000 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0430 \u043f\u0438\u043a\u0435 \u0441\u0432\u043e\u0435\u0439 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0432 2005 \u0433\u043e\u0434\u0443. \u041c\u043d\u043e\u0433\u0438\u0435 \u0431\u044b\u043b\u0438 \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u044b \u0438 \u043f\u043e\u0447\u0442\u0438 \u0432\u0441\u0435 \u0431\u043e\u043a\u0441\u0435\u0440\u044b. \u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u043e\u0433\u0440\u043e\u043c\u043d\u0430\u044f \u0441\u0438\u043b\u0430. \n\n\n\u041d\u043e \u044f \u0442\u043e\u0433\u0434\u0430 \u043d\u0435 \u0437\u043d\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439. \u042f \u0432\u0441\u0435\u0433\u043e-\u043b\u0438\u0448\u044c \u0448\u0435\u043b \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u0435\u043a\u0446\u0438\u044e \u0431\u043e\u043a\u0441\u0430 \u0443 \u0445\u043e\u0440\u043e\u0448\u0438\u0445 \u0442\u0440\u0435\u043d\u0435\u0440\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0430\u043c\u0438 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u044b \u0420\u043e\u0441\u0441\u0438\u0438, \u0415\u0432\u0440\u043e\u043f\u044b, \u041c\u0438\u0440\u0430, \u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u0441\u043f\u0438\u0442\u0430\u043b\u0438 \u043c\u043d\u043e\u0433\u0438\u0445 \u0441\u0432\u043e\u0438\u0445 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u043e\u0432 \u0420\u043e\u0441\u0441\u0438\u0438, \u0415\u0432\u0440\u043e\u043f\u044b \u0438 \u041c\u0438\u0440\u0430.. \u042f \u0431\u044b\u043b \u0432 \u0432\u043e\u0441\u0442\u043e\u0440\u0433\u0435 \u043e\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0431\u0443\u0434\u0443 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0434\u0430 \u0435\u0449\u0435 \u0438 \u0433\u0434\u0435-\u0442\u043e \u0442\u0430\u043c, \u043e \u0447\u0435\u043c \u0432\u0441\u0435 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u043e. \n\n\u041f\u043e\u0441\u043b\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438, \u043c\u044b \u0441\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c \u0432 \u0431\u043e\u043b\u044c\u0448\u043e\u043c \u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0438 \u0441\u043e \u0441\u0442\u043e\u043b\u0430\u043c\u0438, \u0433\u0434\u0435 \u0432\u0441\u0435 \u043f\u0438\u043b\u0438 \u0447\u0430\u0439. \u0422\u0430\u043c \u0431\u044b\u043b\u043e \u0431\u043e\u043b\u044c\u0448\u0435 100 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, \u043c\u043d\u043e\u0433\u0438\u0435 \u0441\u0442\u043e\u044f\u043b\u0438 \u0432 \u0434\u0432\u0435\u0440\u044f\u0445, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u043e\u0439\u0442\u0438 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u043e\u0441\u044c. \u0412\u0441\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u043b\u0438 \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0431\u043e\u0439, \u0441\u0442\u043e\u044f\u043b \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u043d\u0438\u0437\u043a\u043e\u0447\u0430\u0441\u0442\u043e\u0442\u043d\u044b\u0439 \u0433\u0443\u043b, \u0430 \u044f \u043f\u0438\u043b \u0447\u0430\u0439, \u0436\u0435\u0432\u0430\u043b \u043f\u0435\u0447\u0435\u043d\u044c\u043a\u0438, \u0438 \u043d\u0435 \u0434\u0443\u043c\u0430\u043b \u043d\u0438 \u043e \u0447\u0435\u043c \u043f\u043b\u043e\u0445\u043e\u043c. \u0412\u0441\u0435 \u044d\u0442\u043e \u0431\u044b\u043b\u043e \u0437\u0430\u0431\u0430\u0432\u043d\u043e \u0438 \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0431\u043b\u0438\u0437\u043a\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f \u0441\u0438\u0434\u0435\u043b\u0438 \u0440\u044f\u0434\u043e\u043c, \u0438 \u044f \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0441\u0442\u0430\u043b. \n\n
https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png
\n\n\u0422\u0443\u0442 \u043f\u0440\u043e\u0437\u0432\u0443\u0447\u0430\u043b \u0433\u043e\u043b\u043e\u0441: \u00ab\u041d\u0443 \u0447\u0442\u043e, \u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u043f\u043e\u043e\u0431\u0449\u0430\u0435\u043c\u0441\u044f?\u00bb.. \u0418 \u0432\u0441\u0435 \u043f\u0440\u0438\u0442\u0438\u0445\u043b\u0438. \u041f\u0430\u0440\u0435\u043d\u044c, \u043b\u0435\u0442 26 \u0441 \u0448\u0438\u0440\u043e\u043a\u0438\u043c \u0448\u0440\u0430\u043c\u043e\u043c \u043d\u0430 \u043b\u0431\u0443, \u043d\u0430\u0447\u0430\u043b \u043e\u0434\u043d\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0439 \u0434\u0438\u0430\u043b\u043e\u0433 \u0441 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043e\u043c, \u043d\u043e \u044f \u043d\u0435 \u043e\u0441\u043e\u0431\u043e \u043f\u043e\u043d\u0438\u043c\u0430\u043b \u043e \u0447\u0435\u043c \u0438\u0434\u0435\u0442 \u0440\u0435\u0447\u044c, \u0438 \u0432 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043c\u043e\u043c\u0435\u043d\u0442 \u0434\u0430\u0436\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u043b \u0444\u043e\u043a\u0443\u0441 \u043e\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0438 \u0443\u0448\u0435\u043b \u0432 \u0441\u0435\u0431\u044f. \u042f \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u043e\u0442 \u0442\u043e\u043b\u0447\u043a\u0430 \u0432 \u043b\u043e\u043a\u043e\u0442\u044c, \u043c\u043d\u0435 \u0448\u0435\u043f\u0442\u0430\u043b\u0438 \u0447\u0442\u043e\u0431\u044b \u044f \u0432\u0441\u0442\u0430\u043b.\n\n\u00ab\u0422.\u0435. \u0432\u0441\u0435 \u0441\u0438\u0434\u044f\u0442, \u0430 \u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0441\u0442\u0430\u0442\u044c?.. \u0427\u0442\u043e \u0437\u0430 \u0445\u0435\u0440\u044c? \u041a \u0442\u0430\u043a\u043e\u043c\u0443 \u043c\u0435\u043d\u044f \u043d\u0435 \u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0438!\u00bb, - \u0432\u043e\u0442 \u0447\u0442\u043e \u044f \u043f\u043e\u0434\u0443\u043c\u0430\u043b, \u043d\u043e \u0434\u0435\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u043a\u0443\u0434\u0430, \u0438 \u044f \u0432\u0441\u0442\u0430\u043b. \n- \"\u041d\u043e\u0432\u0438\u0447\u043e\u043a? \u041a\u0430\u043a \u0442\u0435\u0431\u044f \u0437\u0432\u0430\u0442\u044c?\" - \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043f\u0430\u0440\u0435\u043d\u044c \u0441\u043e \u0448\u0440\u0430\u043c\u043e\u043c,\n- \u00ab\u041b\u0435\u0445\u0430\" - \u0433\u043e\u0432\u043e\u0440\u044e \u044f,\n- \"\u041b\u0435\u0445\u0430, \u0443 \u043d\u0430\u0441 \u0442\u0440\u0438 \u0437\u043e\u043b\u043e\u0442\u044b\u0445 \u043f\u0440\u0430\u0432\u0438\u043b\u0430: \u0411\u0435\u0437 \u043e\u0440\u0443\u0436\u0438\u044f, \u0411\u0435\u0437 \u043d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432, \u0411\u0435\u0437 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u0412\u0441\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0440\u0435\u0448\u0430\u0435\u043c \u0441\u0430\u043c\u0438, \u0431\u0435\u0437 \u043f\u043e\u043b\u0438\u0446\u0438\u0438. \u041e\u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u0442\u0435\u0431\u0435 \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0443\u0442 \u0442\u0432\u043e\u0438 \u0434\u0440\u0443\u0437\u044c\u044f. \u041a\u0430\u043a\u0438\u0435-\u0442\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u044b?\" \n- \"\u041d\u0435\u0442 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432\u00bb,\n- \"\u0422\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u0441\u0430\u0436\u0438\u0432\u0430\u0439\u0441\u044f, \u043f\u0435\u0439 \u0447\u0430\u0439, \u043e\u0442\u0434\u044b\u0445\u0430\u0439\u00bb. \n\u042f \u043e\u0444\u0438\u0433\u0435\u043b. \u042f \u043d\u0435 \u0431\u044b\u043b \u0433\u043e\u0442\u043e\u0432 \u043a \u0442\u0430\u043a\u043e\u043c\u0443. \u041c\u0435\u043d\u044f \u044d\u0442\u043e \u043e\u0431\u0435\u0441\u043a\u0443\u0440\u0430\u0436\u0438\u043b\u043e, \u043d\u043e \u044d\u0442\u043e \u043e\u043f\u044f\u0442\u044c \u0431\u044b\u043b \u0432\u043e\u0441\u0442\u043e\u0440\u0433 \u043e\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e. \n\n\u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438 \u0448\u043b\u0438, \u044f \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u0432\u043e\u0438\u043b\u0441\u044f \u0438 \u043f\u043e\u043f\u0440\u0438\u0432\u044b\u043a. \u041a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c \u043c\u044b \u0438\u0433\u0440\u0430\u043b\u0438 \u0432 \u0444\u0443\u0442\u0431\u043e\u043b, \u043a\u0430\u0447\u0430\u043b\u0438\u0441\u044c \u0432 \u0442\u0440\u0435\u043d\u0430\u0436\u0435\u0440\u043a\u0435, \u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u0437\u0430\u043b \u0431\u043e\u043a\u0441\u0430, \u0438 \u0432\u0441\u0435 \u044d\u0442\u043e \u0411\u0415\u0421\u041f\u041b\u0410\u0422\u041d\u041e. \u0425\u043e\u0447\u0435\u0448\u044c \u0444\u0443\u0442\u0431\u043e\u043b? \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430. \u041a\u0430\u0447\u0430\u0442\u044c\u0441\u044f? \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430. \u0411\u043e\u043a\u0441? \u0422\u0440\u0435\u043d\u0435\u0440\u0430 \u0436\u0434\u0443\u0442 \u0442\u0435\u0431\u044f. \u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u043b\u0438 \u0432 \u043d\u0430\u0448\u0435\u043c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c \u0434\u0432\u0443\u0445\u044d\u0442\u0430\u0436\u043d\u043e\u043c \u0437\u0434\u0430\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u043b\u043e \u0432 \u0441\u0435\u0431\u044f \u0437\u0430\u043b\u044b \u043a\u0430\u0447\u043a\u0430 \u0438 \u0431\u043e\u043a\u0441\u0430, \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043d\u043d\u0438\u0441\u0430 \u0438 \u0431\u0438\u043b\u044c\u044f\u0440\u0434\u0430, \u0430 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0443 \u043d\u0430\u0441 \u0431\u044b\u043b\u043e \u043c\u0438\u043d\u0438- \u0438 \u043f\u043e\u043b\u043d\u043e\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0435 \u0444\u0443\u0442\u0431\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435. \n\n\u041f\u043b\u0430\u0442\u0438\u043b\u0438 \u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0430 \u0447\u0430\u0439, \u043d\u043e \u044d\u0442\u043e \u0431\u044b\u043b\u0438 \u0441\u0443\u0449\u0438\u0435 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u043f\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e \u0441 \u0442\u0435\u043c, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0431\u0440\u0430\u043b\u0438 \u0432 \u043e\u0431\u044b\u0447\u043d\u044b\u0445 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0445 \u0441\u0435\u043a\u0446\u0438\u044f\u0445: 100 \u0440\u0443\u0431\u043b\u0435\u0439 \u0432 \u043c\u0435\u0441\u044f\u0446.. \u043c\u0435\u043d\u044c\u0448\u0435 2$ \u043f\u043e \u0442\u0435\u043a\u0443\u0449\u0438\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c. \u0412 \u0442\u043e \u0436\u0435 \u0432\u0440\u0435\u043c\u044f, \u043c\u044b \u0434\u0435\u043b\u0430\u043b\u0438 \u0432\u0441\u0435 \u0434\u043b\u044f \u0441\u0435\u0431\u044f \u0441\u0430\u043c\u0438: \u0440\u0435\u043c\u043e\u043d\u0442 \u0432 \u0437\u0430\u043b\u0435 \u2014 \u0441\u0430\u043c\u0438, \u0431\u0435\u0441\u0435\u0434\u043a\u0443 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c - \u0441\u0430\u043c\u0438, \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0441\u0442\u0430\u0434\u0438\u043e\u043d \u0441 \u0442\u0440\u0438\u0431\u0443\u043d\u0430\u043c\u0438!!! \u0441\u0430\u043c\u0438. \u0412\u0441\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0440\u0443\u043a\u0430\u043c\u0438, \u0431\u0435\u0437 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u044b\u0445 \u043f\u043b\u0430\u0442 \u0438 \u0431\u0435\u0437 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \n\n\u0413\u043e\u0432\u043e\u0440\u044f\u0442, \u0447\u0442\u043e \u043f\u043e\u043f\u0430\u0441\u0442\u044c \u0432 \u043c\u0430\u0444\u0438\u044e \u043b\u0435\u0433\u043a\u043e, \u0430 \u0432\u043e\u0442 \u0443\u0439\u0442\u0438 \u2014 \u0441\u043b\u043e\u0436\u043d\u043e. \u0412 \u043d\u0430\u0448\u0435\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u0441\u0435 \u0431\u044b\u043b\u043e \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442. \u041a\u0430\u0436\u0434\u0430\u044f \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u043b\u0430\u0441\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0430\u043c\u0438 \u043f\u043e \u0436\u0443\u0440\u043d\u0430\u043b\u0443. \u0414\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c 3 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043e\u043a \u0431\u0435\u0437 \u0443\u0432\u0430\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u0438\u0447\u0438\u043d\u044b, \u0438 \u043f\u043e \u0442\u0435\u0431\u0435 \u043f\u043e\u0434\u043d\u0438\u043c\u0443\u0442 \u0432\u043e\u043f\u0440\u043e\u0441. \u0415\u0441\u043b\u0438 \u043d\u0435 \u043e\u0442\u0432\u0435\u0442\u0438\u0448\u044c - \u0442\u0435\u0431\u044f \u0432\u044b\u0433\u043e\u043d\u044f\u0442. \n\n\u041f\u0440\u0438 \u00ab\u0432\u044b\u0445\u043e\u0434\u0435\u00bb \u0438\u0437 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u043d\u0438\u043a\u043e\u0433\u043e \u043d\u0435 \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u043b\u0438, \u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0438 \u0442\u0430\u0449\u0438\u0442\u044c \u0438\u0437 \u0434\u043e\u043c\u0430 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u044b, \u0438\u043b\u0438 \u0447\u0435\u0433\u043e-\u0442\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435. \u0423\u0445\u043e\u0434\u0438\u0448\u044c? \u0423\u0445\u043e\u0434\u0438, \u043d\u0435 \u0442\u0440\u0430\u0442\u044c \u043d\u0430\u0448\u0435 \u0432\u0440\u0435\u043c\u044f \u0438 \u043d\u0435 \u0441\u043c\u0435\u0439 \u0434\u0443\u043c\u0430\u0439 \u043e \u043d\u0430\u0441 \u043f\u043b\u043e\u0445\u043e. \u0415\u0441\u043b\u0438 \u0431\u0440\u0430\u043b \u0447\u0442\u043e-\u0442\u043e -- \u0432\u0435\u0440\u043d\u0438, \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u043d\u0430\u043c \u043d\u0435 \u043d\u0443\u0436\u043d\u043e.\n\n\n\u041d\u0430 \u0447\u0442\u043e \u043c\u044b \u0436\u0438\u043b\u0438? \u041f\u0430\u0440\u043a\u043e\u0432\u043a\u0438. \u041c\u044b \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u043d\u044b\u0435 \u043d\u043e\u0447\u043d\u044b\u0435 \u0430\u0432\u0442\u043e\u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0438 \u0432\u043e \u0434\u0432\u043e\u0440\u0430\u0445 \u0438 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u043b\u0438 \u0445\u043e\u0437\u044f\u0435\u0432\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u0439 \u043e\u0445\u0440\u0430\u043d\u0443. \u0421 \u043f\u0430\u0440\u043a\u043e\u0432\u043e\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043f\u043b\u0430\u0442\u0438\u043b\u043e\u0441\u044c \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0437\u0434\u0430\u043d\u0438\u0438, \u0437\u0430\u043a\u0443\u043f\u0430\u043b\u0438\u0441\u044c \u0441\u0442\u0440\u043e\u0439\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u043b\u0438\u0441\u044c \u0443\u0431\u043e\u0440\u0449\u0438\u043a\u0438 \u0438 \u00ab\u0433\u0440\u0435\u043b\u0438\u0441\u044c\u00bb \u0442\u044e\u0440\u044c\u043c\u044b.\n\n\u0413\u0440\u0435\u0432 \u0442\u044e\u0440\u044c\u043c\u044b - \u044d\u0442\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043f\u043e\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0442\u044e\u0440\u044c\u043c\u0443, \u043d\u0435 \u0442\u0430\u043a \u0432\u0430\u0436\u043d\u043e \u043a\u043e\u043c\u0443, \u043a\u0430\u043a \u0432\u0430\u0436\u0435\u043d \u0441\u0430\u043c \u0444\u0430\u043a\u0442 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438. \u0412 \u043f\u043e\u0441\u044b\u043b\u043a\u0435 \u043e\u0431\u044b\u0447\u043d\u043e \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u044b, \u043a\u043e\u043d\u0444\u0435\u0442\u044b \u0438 \u043f\u0435\u0447\u0435\u043d\u044c\u0435, \u0438\u043d\u043e\u0433\u0434\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b. \u0411\u0435\u0437 \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043b\u0438\u0447\u043d\u043e\u0439 \u0436\u0438\u0437\u043d\u0438, \u0442\u044b \u0432\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u0438 \u043d\u0435 \u043f\u0430\u0446\u0430\u043d. \n\n\u0415\u0441\u043b\u0438 \u0442\u0435\u0431\u0435 \u0437\u0430\u0434\u0430\u0434\u0443\u0442 \u0432\u043e\u043f\u0440\u043e\u0441 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 - \u201c\u043a\u0442\u043e \u0442\u044b?\u201d. \u0421\u043a\u0430\u0436\u0435\u0448\u044c \u043c\u0443\u0436\u0438\u043a -- \u043c\u0443\u0436\u0438\u043a \u0432 \u043f\u043e\u043b\u0435 \u043f\u0430\u0448\u0435\u0442, \u0438\u0434\u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u0439. \u0421\u043f\u043e\u0440\u0442\u0441\u043c\u0435\u043d -- \u0438\u0434\u0438 \u0442\u0440\u0435\u043d\u0438\u0440\u0443\u0439\u0441\u044f. \u041f\u0430\u0446\u0430\u043d -- \u0430 \u043a\u043e\u0433\u043e \u0442\u044b \u0433\u0440\u0435\u0435\u0448\u044c? \u0422\u043e\u043b\u044c\u043a\u043e \u043f\u0430\u0446\u0430\u043d\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u0442\u044c \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u043d\u0430 \u0443\u043b\u0438\u0446\u0435, \u0430 \u0441\u043b\u043e\u0432\u0435\u0441\u043d\u044b\u0439 \u0431\u043e\u0439 -- \u044d\u0442\u043e \u0446\u0435\u043b\u0430\u044f \u043d\u0430\u0443\u043a\u0430. \u0415\u0441\u043b\u0438 \u043e\u043d \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442 \u043f\u0440\u043e\u0442\u0438\u0432 \u0442\u0435\u0431\u044f, \u0438 \u0442\u044b \u0432 \u043d\u0435\u043c \u043d\u0435 \u0441\u0438\u043b\u0435\u043d, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u044b \u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u0435\u0448\u044c \u0438 \u043e\u0441\u0442\u0430\u043d\u0435\u0448\u044c\u0441\u044f \u0434\u043e\u043b\u0436\u0435\u043d. \u041d\u043e \u043c\u044b \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u043b\u0438 \u0438 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0438\u0441\u044c, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u043d\u0430 \u0441\u043b\u043e\u0432\u0430\u0445. \n\n\u0423 \u0442\u0435\u0445 \u0437\u0430\u043b\u043e\u0432, \u043a\u0442\u043e \u0431\u044b\u043b \u043f\u043e\u043c\u043b\u0430\u0434\u0448\u0435, \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u043e\u0445\u043e\u0434\u043e\u0432 \u043a\u0440\u043e\u043c\u0435 \u043f\u0430\u0440\u043a\u043e\u0432\u043e\u043a \u043d\u0435 \u0431\u044b\u043b\u043e. \u0410 \u0435\u0441\u043b\u0438 \u0438 \u0431\u044b\u043b\u0438, \u0442\u043e \u043e\u043d\u0438 \u043d\u0435 \u0432\u044b\u043d\u043e\u0441\u0438\u043b\u0438\u0441\u044c \u043d\u0430 \u043e\u0431\u0449\u0435\u0435 \u0438 \u0443\u0442\u0430\u0438\u0432\u0430\u043b\u0438\u0441\u044c, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043d\u0430\u0440\u0443\u0448\u0430\u043b\u0438 \u0442\u0440\u0438 \u0417\u043e\u043b\u043e\u0442\u044b\u0445 \u041f\u0440\u0430\u0432\u0438\u043b\u0430: \u0411\u0435\u0437 \u041e\u0440\u0443\u0436\u0438\u044f, \u0411\u0435\u0437 \u041d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u043e\u0432, \u0411\u0435\u0437 \u041a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u041e\u0434\u043d\u0430 \u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0430 \u043c\u043e\u0433\u043b\u0430 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442\u044c \u0434\u043e 5000$ \u0432 \u043c\u0435\u0441\u044f\u0446 \u0447\u0438\u0441\u0442\u043e\u0433\u043e \u0434\u043e\u0445\u043e\u0434\u0430, \u0430 \u0443 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0438\u0445 \u0431\u044b\u043b\u043e \u043f\u043e 3 \u0448\u0442\u0443\u043a\u0438 - \u0438 \u044d\u0442\u043e \u043c\u0438\u043d\u0438\u043c\u0443\u043c. \u0422\u0430\u043a \u043c\u044b \u0438 \u0436\u0438\u043b\u0438, \u0441\u0430\u043c\u0438 \u0436\u0435 \u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u044f \u043d\u0430 \u0441\u0432\u043e\u0438\u0445 \u0436\u0435 \u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0430\u0445. \u0423 \u0442\u0435\u0445 \u0437\u0430\u043b\u043e\u0432, \u043a\u0442\u043e \u0431\u044b\u043b \u043f\u043e\u0441\u0442\u0430\u0440\u0448\u0435 - \u0432 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u044b\u043b\u0438 \u0431\u0438\u0437\u043d\u0435\u0441\u044b: \u0441\u0435\u0442\u0438 \u0430\u043f\u0442\u0435\u043a, \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0435 \u0442\u043e\u0447\u043a\u0438, \u0438 \u043f\u0440\u043e\u0447\u0435\u0435.. \u042f \u043d\u0435 \u0437\u043d\u0430\u044e \u0438\u0445 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435.\n\n\u041c\u043d\u043e\u0433\u0438\u0445 \u043c\u043e\u043b\u043e\u0434\u044b\u0445 \u043b\u044e\u0434\u0435\u0439 \u043d\u0430\u0448\u0438 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043b\u044b \u0432 \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e\u043c \u0441\u043c\u044b\u0441\u043b\u0435 \u0441\u043f\u0430\u0441\u0430\u043b\u0438 \u043e\u0442 \u043d\u0430\u0440\u043a\u043e\u0442\u044b, \u0434\u0430\u0432\u0430\u043b\u0438 \u0438\u043c \u0441\u043c\u044b\u0441\u043b \u0438 \u0446\u0435\u043b\u044c. \u041c\u043d\u043e\u0433\u0438\u0435 \u0438\u0437 \u0440\u0435\u0431\u044f\u0442 \u0431\u044b\u043b\u0438 \u0432\u044b\u0445\u043e\u0434\u0446\u0430\u043c\u0438 \u0438\u0437 \u043d\u0435\u0431\u043b\u0430\u0433\u043e\u043f\u043e\u043b\u0443\u0447\u043d\u044b\u0445 \u0441\u0435\u043c\u0435\u0439, \u0438 \u043c\u043d\u043e\u0433\u0438\u0435 \u0443\u0436\u0435 \u0432\u0441\u0442\u0430\u043b\u0438 \u043d\u0430 \u043f\u0443\u0442\u044c \u0442\u043e\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0430. \u041d\u043e \u043f\u043e\u0442\u043e\u043c \u043e\u043d\u0438 \u043f\u043e\u043f\u0430\u0434\u0430\u043b\u0438 \u043a \u043d\u0430\u043c, \u0438 \u0438\u0445 \u0436\u0438\u0437\u043d\u044c \u043c\u0435\u043d\u044f\u043b\u0430\u0441\u044c. \u041e\u043d\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0438 \u0440\u0430\u0431\u043e\u0442\u0443, \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0443, \u0434\u0440\u0443\u0437\u0435\u0439, \u043d\u043e\u0432\u044b\u0439 \u0438 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043a\u0440\u0443\u0433 \u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041f\u043e\u043a\u0430 \u0432\u0441\u0435 \u044d\u0442\u043e \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u043c\u0430\u0444\u0438\u044e, \u0434\u0430? :-))\n\n\u041d\u043e \u043e\u0431\u043e \u0432\u0441\u0435\u043c \u043f\u043e \u043f\u043e\u0440\u044f\u0434\u043a\u0443. \u0421\u0435\u0439\u0447\u0430\u0441 \u043c\u043d\u0435 \u0432\u0441\u0435\u0433\u043e 13 \u043b\u0435\u0442 \u0438 \u044f \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0441\u044c \u0432 \u0441\u0435\u043a\u0446\u0438\u0438 \u0431\u043e\u043a\u0441\u0430. \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 \u0438 \u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0441\u0438\u043b\u0430 \u0437\u0430 \u0441\u043f\u0438\u043d\u043e\u0439. \u042f \u043f\u043e\u043a\u0430 \u0441\u043b\u0430\u0431\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u043a\u0443\u0434\u0430 \u044f \u043f\u043e\u043f\u0430\u043b \u0438 \u043a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u0438 \u0442\u0435\u043c \u0431\u043e\u043b\u0435\u0435 \u044f \u043d\u0435 \u043c\u043e\u0433 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c, \u043a\u0443\u0434\u0430 \u043c\u0435\u043d\u044f \u044d\u0442\u043e \u0437\u0430\u0432\u0435\u0434\u0435\u0442 \u0438 \u0447\u0442\u043e \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0436\u0438\u0442\u044c. \n\n\u041f\u0435\u0440\u0432\u0430\u044f, \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0441\u0435\u0431\u044f \u0434\u043e\u043b\u0433\u043e \u0436\u0434\u0430\u0442\u044c, \u043e\u043d\u0430 \u0441\u043b\u0443\u0447\u0438\u043b\u0430\u0441\u044c \u043b\u0438\u0447\u043d\u043e \u0441\u043e \u043c\u043d\u043e\u0439 \u0438 \u0437\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u043c\u0438 \u0437\u0430\u043b\u0430. \u0417\u043d\u0430\u043a\u043e\u043c\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, 21 \u0433\u043e\u0434\u0430 \u043f\u043e \u0438\u043c\u0435\u043d\u0438 \u0421\u0435\u0440\u0435\u0436\u0430, \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u043c\u043e\u0438\u043c \u0434\u043e\u0432\u0435\u0440\u0438\u0435\u043c, \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c \u043c\u043e\u0439 \u043f\u0435\u0440\u0432\u044b\u0439 \u0441\u043e\u0442\u043e\u0432\u044b\u0439 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, \u0438 \u043f\u043e\u043a\u0430 \u044f \u043e\u0442\u043e\u0448\u0435\u043b \u2014 \u043e\u043d \u0441\u043a\u0440\u044b\u043b\u0441\u044f. \u042d\u0442\u043e \u0431\u044b\u043b\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430, \u0432\u0435\u0434\u044c \u0443 \u043c\u0435\u043d\u044f \u0443\u043a\u0440\u0430\u043b\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, - \u0438 \u043e\u0431 \u044d\u0442\u043e\u043c \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u0446\u0430\u043d\u0430\u043c, \u043f\u043e\u044f\u0441\u043d\u0438\u0442\u044c \u043d\u0430 \u043e\u0431\u0449\u0435\u043d\u0438\u0438. \n\n\u0422\u043e \u0431\u044b\u043b \u0441\u043b\u043e\u0436\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u0438 \u0441\u043b\u043e\u0436\u043d\u0430\u044f \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430, \u0441 \u043a\u0430\u0436\u0434\u043e\u0439 \u043c\u0438\u043d\u0443\u0442\u043e\u0439 \u0432\u0440\u0435\u043c\u044f \u0425 \u0431\u044b\u043b\u043e \u0432\u0441\u0435 \u0431\u043b\u0438\u0436\u0435. \u041c\u043d\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u043b\u043e \u043f\u0440\u0438\u0432\u0441\u0442\u0430\u0442\u044c \u0441\u0440\u0435\u0434\u0438 \u0432\u0441\u0435\u0445 \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e. \u042d\u0442\u043e \u043f\u0443\u0433\u0430\u043b\u043e. \u041d\u043e \u044f \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u043d\u0435 \u043f\u043e\u043c\u043e\u0433\u0443\u0442, \u043d\u0435 \u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0435, \u0438 \u043c\u043d\u0435 \u043d\u0435 \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e \u0442\u0430\u043a\u043e\u043c \u043e\u0431\u0438\u0434\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c. \n\n\u0412\u0440\u0435\u043c\u044f \u0425. \u041e\u0431\u0449\u0435\u043d\u0438\u0435. \u041c\u043d\u043e\u0433\u043e \u043b\u044e\u0434\u0435\u0439, \u043a\u0430\u043a \u0438 \u0432\u0441\u0435\u0433\u0434\u0430. \u0418 \u043a\u0430\u043a \u0432\u0441\u0435\u0433\u0434\u0430 \u0432 \u043a\u043e\u043d\u0446\u0435 \u0432\u043e\u043f\u0440\u043e\u0441: \"\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u0435\u0441\u0442\u044c? \u041f\u0440\u043e\u0431\u043b\u0435\u043c\u044b?\u00bb,\n- \u00ab\u0423 \u043c\u0435\u043d\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u00bb, - \u0438 \u044f \u043f\u0440\u0438\u0432\u0441\u0442\u0430\u043b. \n- \u00ab\u0427\u0442\u043e \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c?\u00bb. \n- \u00ab\u0423 \u043c\u0435\u043d\u044f \u0443\u043a\u0440\u0430\u043b\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d..\u00bb \u0418 \u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u043a\u0430\u043a \u043e\u043d\u043e \u0431\u044b\u043b\u043e. \u041f\u0430\u0446\u0430\u043d\u044b \u0432\u044b\u0441\u043b\u0443\u0448\u0430\u043b\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0434\u0430\u043b\u0438 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043c\u0435\u043d\u044f \u043e\u0442\u0432\u0435\u0442:\n\u00ab\u0422\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441\u0430\u043c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u043b\u044e\u0431\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b, \u043d\u043e \u0432\u0435\u0440\u043d\u0438 \u0441\u0432\u043e\u0435\u00bb. \n\"\u041d\u043e.. \u043a\u0430\u043a? \u041e\u043d \u0432\u044b\u0448\u0435 \u043d\u0430 2 \u0433\u043e\u043b\u043e\u0432\u044b, \u043a\u0440\u0443\u043f\u043d\u0435\u0435, \u0441\u0442\u0430\u0440\u0448\u0435 \u043d\u0430 8 \u043b\u0435\u0442. \u041a\u0430\u043a \u043c\u043d\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043c\u043e\u0435?\u00bb - \u0441\u043f\u0440\u043e\u0441\u0438\u043b \u044f. \n\"\u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0432\u043e\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430. \u041f\u043e\u0434\u043a\u0430\u0440\u0430\u0443\u043b\u044c \u0435\u0433\u043e \u0441 \u0447\u0435\u043c-\u043d\u0438\u0431\u0443\u0434\u044c, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0448\u044c \u0440\u0443\u043a\u0430\u043c\u0438. \u041a\u0430\u0440\u0430\u0443\u043b\u044c \u0435\u0433\u043e \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u043b\u043e\u043c\u0430\u0439 \u0435\u0433\u043e. \u041f\u043e\u043a\u0430 \u043d\u0435 \u0440\u0435\u0448\u0438\u0448\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 - \u043d\u0435 \u043f\u0440\u0438\u0445\u043e\u0434\u0438.\u00bb - \u0432\u043e\u0442 \u0447\u0442\u043e \u043c\u043d\u0435 \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043f\u0430\u0446\u0430\u043d\u044b.\n\n\u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0432\u043e\u0440\u043e\u0442. \u0412 \u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u044f \u043f\u043e\u043d\u044f\u043b, \u0447\u0442\u043e \u043d\u0435 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u0430\u0446\u0430\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u0440\u0435\u0448\u0430\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u043e \u043c\u043d\u043e\u0439, \u0434\u0430 \u0438 \u043d\u0435 \u0432\u0441\u0435 \u0442\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e, \u043a\u0430\u043a \u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u0435\u0436\u0434\u0435. \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e\u0442 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u043b \u0441\u0435\u0431\u0435 \u0432\u0437\u044f\u0442\u044c \u0443 \u043c\u0435\u043d\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0438 \u0438\u0441\u0447\u0435\u0437\u043d\u0443\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043d\u0438\u043c? \u041f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043e\u043d \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435 \u043d\u0430\u043a\u0430\u0437\u0430\u043d\u0438\u0435, \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u043c\u043e\u044e \u0441\u0438\u043b\u0443 \u0438 \u0434\u0430\u0436\u0435 \u043d\u0435 \u0434\u0443\u043c\u0430\u043b \u043e \u0441\u0438\u043b\u0435 \u0437\u0430 \u043c\u043d\u043e\u0439. \u0415\u0441\u043b\u0438 \u043e\u043d \u043d\u0435 \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u043c\u043e\u044e \u0441\u0438\u043b\u0443, \u0442\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 \u0437\u0430 \u043c\u0435\u043d\u044f \u043d\u0435 \u0432\u0441\u0442\u0443\u043f\u0438\u0442\u0441\u044f. \u041a\u0430\u0436\u0434\u044b\u0439 \u0447\u0435\u043b\u043e\u0432\u0435\u043a -- \u044d\u0442\u043e \u043b\u0438\u0446\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u0430, \u0438 \u0435\u0441\u043b\u0438 \u044f \u0442\u0430\u043a\u043e\u0439 - \u0437\u043d\u0430\u0447\u0438\u0442 \u0432\u0441\u0435 \u0442\u0430\u043a\u0438\u0435. \u0422\u0435\u043f\u0435\u0440\u044c \u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0440\u0435\u0448\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441\u0430\u043c, \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e \u0432\u043e \u0447\u0442\u043e \u0431\u044b \u0442\u043e \u043d\u0438 \u0441\u0442\u0430\u043b\u043e, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0432\u0435\u0441\u044c \u043a\u0440\u0443\u0433 \u043c\u043e\u0435\u0433\u043e \u043e\u0431\u0449\u0435\u043d\u0438\u044f - \u044d\u0442\u043e \u0437\u0430\u043b. \n \n\u042d\u0442\u043e \u0431\u044b\u043b \u0441\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u0437\u043e\u0432, \u0438 \u043e\u043d \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c. \u0421\u043e \u043c\u043d\u043e\u0439 \u0431\u044b\u043b\u0438 \u0434\u0440\u0443\u0437\u044c\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u043b \u0440\u0435\u0448\u0430\u0442\u044c \u044f \u0441\u0430\u043c, \u0441\u043a\u0430\u0437\u0430\u043b\u0438 \u0447\u0442\u043e \u043f\u043e\u0439\u0434\u0443\u0442 \u0441\u043e \u043c\u043d\u043e\u0439. \u041c\u044b \u043f\u043e\u0435\u0445\u0430\u043b\u0438 \u043d\u0430 \u0440\u0430\u0439\u043e\u043d, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0439\u0442\u0438 \u043d\u0435\u0433\u043e\u0434\u044f\u044f \u0438 \u043d\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0433\u043e. \u041d\u043e \u043d\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0433\u043e \u0434\u043e\u043b\u0436\u0435\u043d \u044f \u0441\u0430\u043c.\n\n\u041c\u044b \u0434\u043e\u0431\u0440\u0430\u043b\u0438\u0441\u044c.. \u0412\u0441\u0435\u0433\u043e \u043c\u043e\u0436\u0435\u0442 3-4 \u043c\u0430\u0448\u0438\u043d\u044b \u0438 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e15 \u0447\u0435\u043b\u043e\u0432\u0435\u043a. \u042f \u043d\u0435 \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u044b \u0435\u0433\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043d\u0430\u0439\u0434\u0435\u043c, \u0438 \u0432\u043e\u043e\u0431\u0449\u0435 \u043d\u0435 \u0432\u0435\u0440\u0438\u043b, \u0447\u0442\u043e \u043c\u044b \u0435\u0433\u043e \u043d\u0430\u0439\u0434\u0435\u043c.. \u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e, \u043c\u044b \u0435\u0433\u043e \u0437\u0430\u0441\u0435\u043a\u043b\u0438. \u041e\u043d \u0433\u0443\u043b\u044f\u043b \u0441\u043e \u0441\u0432\u043e\u0435\u0439 \u0431\u043e\u0439\u0446\u043e\u0432\u0441\u043a\u043e\u0439 \u0441\u043e\u0431\u0430\u043a\u043e\u0439 \u0432\u043e \u0434\u0432\u043e\u0440\u0435 \u0440\u0430\u0439\u043e\u043d\u0430, \u043c\u044b \u043f\u043e\u0434\u044a\u0435\u0445\u0430\u043b\u0438 \u0438 \u043e\u043a\u0440\u0443\u0436\u0438\u043b\u0438 \u0435\u0433\u043e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044f \u043f\u043e \u0432\u0441\u0435\u043c \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u0443\u043b\u0438\u0447\u043d\u044b\u0445 \u0440\u0430\u0437\u0431\u043e\u0440\u043e\u043a. \u0427\u0442\u043e \u0431\u044b\u043b\u043e \u0434\u0430\u043b\u044c\u0448\u0435?.. \u041c\u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u043f\u0435\u0440\u0435\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u0441\u0435\u0431\u044f, \u0438 \u0443 \u043c\u0435\u043d\u044f \u0431\u044b\u043b \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0448\u0430\u043d\u0441. \u0414\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u044f \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u0443\u043b\u0438\u0447\u043d\u044b\u0445 \u0434\u0440\u0430\u043a\u0430\u0445, \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0442\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043a\u0430\u0445.\n\n\u041c\u043e\u0439 \u043e\u043f\u043f\u043e\u043d\u0435\u043d\u0442 \u0434\u0435\u0440\u0436\u0430\u043b\u0441\u044f \u043c\u043e\u043b\u043e\u0434\u0446\u043e\u043c. \u041d\u0435 \u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0442\u043e\u044f\u043b\u043e \u043c\u043d\u043e\u0433\u043e \u043b\u044e\u0434\u0435\u0439, \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0442\u0438\u0432 \u043d\u0435\u0433\u043e, \u0438 \u044f \u0442\u0430\u043a\u043e\u0439 \u043c\u043e\u043b\u043e\u0434\u043e\u0439 \u0438 \u043d\u0430\u043f\u0440\u044f\u0436\u0435\u043d\u043d\u044b\u0439, \u043e\u043d \u0432\u0435\u043b \u0441\u0435\u0431\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u043e \u0438 \u043d\u0430\u0433\u043b\u043e, \u0441\u0440\u0430\u0437\u0443 \u0437\u0430\u044f\u0432\u0438\u0432, \u0447\u0442\u043e \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e.. \u043e\u043d \u043d\u0435 \u0432\u0438\u0434\u0438\u0442 \u0432\u043e \u043c\u043d\u0435 \u043f\u0430\u0446\u0430\u043d\u0430. \u0412\u0441\u0435. \u042d\u0442\u043e \u0431\u044b\u043b \u043f\u0440\u0435\u0434\u0435\u043b. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432 \u044f \u0432 \u043f\u0435\u0440\u0432\u044b\u0439 \u0440\u0430\u0437 \u0432 \u0436\u0438\u0437\u043d\u0438 \u043d\u0430\u0449\u0443\u043f\u0430\u043b \u0442\u0443 \u0433\u0440\u0430\u043d\u0438\u0446\u0443, \u043a\u043e\u0433\u0434\u0430 \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u0442\u0440\u0430\u0445 \u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c \u0430\u0433\u0440\u0435\u0441\u0441\u0438\u0438. \u0420\u0443\u043a\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0430\u043c\u0438, \u0430 \u0430\u0434\u0440\u0435\u043d\u0430\u043b\u0438\u043d \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435. \u0429\u0435\u043b\u0447\u043e\u043a! \u0413\u0440\u0430\u043d\u0438\u0446\u0430 \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430.\n \n\u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0432 \u0435\u0433\u043e \u0440\u0443\u043a\u0430\u0445 \u0431\u043e\u0439\u0446\u043e\u0432\u0441\u043a\u0430\u044f \u0441\u043e\u0431\u0430\u043a\u0430, \u043e\u043d \u0432\u044b\u0448\u0435 \u043c\u0435\u043d\u044f \u043d\u0430 2 \u0433\u043e\u043b\u043e\u0432\u044b, \u044f \u043d\u0430\u0431\u0440\u043e\u0441\u0438\u043b\u0441\u044f \u043d\u0430 \u043d\u0435\u0433\u043e, \u0437\u0430\u0431\u044b\u0432 \u043f\u0440\u043e \u0441\u043e\u0431\u0430\u043a\u0443. \u0421\u0435\u0439\u0447\u0430\u0441 \u044f \u043d\u0435 \u043f\u043e\u043d\u0438\u043c\u0430\u044e, \u043f\u043e\u0447\u0435\u043c\u0443 \u043e\u043d\u0430 \u043c\u0435\u043d\u044f \u0434\u0430\u0436\u0435 \u043d\u0435 \u0443\u043a\u0443\u0441\u0438\u043b\u0430. \u041c\u043e\u0439 \u043e\u043f\u043f\u043e\u043d\u0435\u043d\u0442 \u043d\u0435 \u0440\u0435\u0448\u0430\u043b\u0441\u044f \u0434\u0430\u0442\u044c \u0441\u0434\u0430\u0447\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043d\u0435 \u0437\u043d\u0430\u043b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0435 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0438\u0445. \u042d\u0442\u043e \u043d\u0435 \u0431\u044b\u043b\u043e \u0438\u0437\u0431\u0438\u0435\u043d\u0438\u0435\u043c, \u044d\u0442\u043e \u0431\u044b\u043b\u043e \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u0434\u0443\u0445\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u043c\u0435\u043d\u044f. \u042f \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u043b\u0441\u044f \u0441 \u043d\u0438\u043c \u0438 \u0441\u043a\u0430\u0437\u0430\u043b \u0435\u043c\u0443 \u201c\u043f\u0440\u0438\u0432\u0435\u0442\". \n \n\u041f\u043e\u0437\u0436\u0435 \u044f \u0435\u0449\u0435 \u043d\u0438 \u0440\u0430\u0437 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u043b\u0441\u044f \u043a \u044d\u0442\u043e\u043c\u0443 \u043e\u043f\u044b\u0442\u0443, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043d\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u043b \u0432\u044b\u0436\u0438\u0432\u0430\u0442\u044c \u0438 \u0432 \u0430\u0440\u043c\u0438\u0438. \u042d\u0442\u043e \u043d\u0435 \u0441\u043e\u0432\u0441\u0435\u043c \u0430\u0433\u0440\u0435\u0441\u0441\u0438\u044f. \u042d\u0442\u043e \u0441\u0430\u043c\u043e\u043e\u0431\u043e\u0440\u043e\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u0435\u0434\u0435\u043b\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0433\u043e \u043e\u0442\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u044f. \u041a\u043e\u0433\u0434\u0430 \u0432\u0441\u0435, \u0441\u043b\u043e\u0432\u0430\u043c\u0438 \u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438 \u0442\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0432\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0432 \u0431\u043e\u0439, \u0438\u043b\u0438 \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0432\u0441\u0435: \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0447\u0435\u0441\u0442\u044c, \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0438\u043c\u044f, \u0442\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0448\u044c \u0441\u0435\u0431\u044f. \n\n\u041d\u0435 \u043f\u043e\u043c\u043d\u044e \u0432 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438 \u0447\u0435\u043c \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0430\u0441\u044c \u043f\u043e\u0442\u0430\u0441\u043e\u0432\u043a\u0430, \u043d\u043e \u0434\u0435\u043b\u043e \u0431\u044b\u043b\u043e \u0447\u0435\u0440\u0435\u0437 \u0434\u043e\u0440\u043e\u0433\u0443 \u043e\u0442 \u043e\u0442\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0438\u0446\u0438\u0438 \u0438 \u043c\u044b \u043d\u0435 \u0441\u0438\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0435\u043b\u0438 \u0437\u0430\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f. \u041d\u0435 \u0432\u0430\u0436\u043d\u043e, \u0447\u0442\u043e \u044f \u0435\u0433\u043e \u043d\u0435 \u043f\u0440\u0438\u043a\u043e\u043b\u043e\u0442\u0438\u043b \u0438 \u043d\u0435 \u0432\u0442\u043e\u043f\u0442\u0430\u043b \u0432 \u0437\u0435\u043c\u043b\u044e, \u0432\u0430\u0436\u043d\u043e \u0447\u0442\u043e \u044f \u043f\u0440\u043e\u044f\u0432\u0438\u043b \u0441\u0435\u0431\u044f, \u0438 \u0442\u0435\u043f\u0435\u0440\u044c \u0441\u0434\u0435\u043b\u0430\u044e \u0435\u0449\u0435 \u0440\u0430\u0437, \u0435\u0441\u043b\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f.\n\n\u041c\u044b \u0443\u0435\u0445\u0430\u043b\u0438. \u0410 \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c \u043c\u043d\u0435 \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u043b\u0430 \u0435\u0433\u043e \u0442\u0435\u0442\u044f \u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b\u0430 \u0437\u0430\u0431\u0440\u0430\u0442\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d (\u043e\u043d\u0430 \u0432\u0438\u0434\u0435\u043b\u0430 \u0432\u0435\u0441\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0438 \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044f \u0441\u0435\u0439\u0447\u0430\u0441 \u043f\u0440\u0438\u043f\u043e\u043c\u0438\u043d\u0430\u044e - \u043e\u043d\u0430 \u0438 \u0432\u043c\u0435\u0448\u0430\u043b\u0430\u0441\u044c, \u0440\u0430\u0437\u043d\u044f\u0432 \u043d\u0430\u0441). \u042f \u0437\u0430\u0431\u0440\u0430\u043b \u0441\u0432\u043e\u0435, \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0431\u044b\u043b\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0430. \u0427\u0435\u0440\u0435\u0437 \u0434\u0435\u043d\u044c \u044f \u0432\u0435\u0440\u043d\u0443\u043b\u0441\u044f \u0432 \u0437\u0430\u043b \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u043e\u0431 \u0443\u0441\u043f\u0435\u0445\u0435. \u0422\u043e\u0433\u0434\u0430 \u043c\u043d\u0435 \u043f\u0430\u0446\u0430\u043d\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438: \u00ab\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u043b \u0440\u0435\u0448\u0438\u0442\u044c \u0442\u044b \u043e\u0434\u0438\u043d, \u043d\u043e \u0447\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e, \u0442\u043e \u0443\u0436\u0435 \u0441\u0434\u0435\u043b\u0430\u043d\u043e. \u041c\u043e\u043b\u043e\u0434\u0435\u0446\u00bb.\n\n\u0415\u0441\u043b\u0438 \u0431\u044b \u044d\u0442\u043e\u0439 \u043f\u043e\u0431\u0435\u0434\u044b \u043d\u0430\u0434 \u0441\u043e\u0431\u043e\u0439 \u043d\u0435 \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c, \u043c\u043e\u044f \u0436\u0438\u0437\u043d\u044c \u0441\u043b\u043e\u0436\u0438\u043b\u0430\u0441\u044c \u0431\u044b \u0438\u043d\u0430\u0447\u0435. \u0412 \u0431\u0443\u0434\u0443\u0449\u0435\u043c, \u044f \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u043c\u043d\u043e\u0433\u043e \"\u0431\u043e\u0435\u0432\u043e\u0433\u043e\" \u043e\u043f\u044b\u0442\u0430, \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b \u0432 \u0440\u0430\u0437\u0431\u043e\u0440\u043a\u0430\u0445, \u043e\u0442\u0432\u0435\u0447\u0430\u043b \u0437\u0430 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0438 \u043e\u0442\u043b\u0438\u0447\u0430\u043b\u0441\u044f \u043e\u0442 \u043c\u043d\u043e\u0433\u0438\u0445 \u043d\u0435\u0437\u0430\u0443\u0440\u044f\u0434\u043d\u044b\u043c \u0443\u043c\u043e\u043c \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438. \u042f \u043d\u0435 \u0441\u043a\u0430\u0436\u0443, \u0447\u0442\u043e \u0431\u044b\u043b \u043a\u0430\u043a\u0438\u043c-\u0442\u043e \u043a\u0440\u0435\u0441\u0442\u043d\u044b\u043c \u043e\u0442\u0446\u043e\u043c, \u0438\u043b\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u043c.. \u043d\u0438\u0447\u0435\u0433\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e. \u042f \u043f\u0440\u043e\u0441\u0442\u043e \u0431\u044b\u043b \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u0430\u0446\u0430\u043d\u043e\u043c \u0441\u0440\u0435\u0434\u0438 \u0441\u0432\u043e\u0438\u0445. \u041e \u043d\u0430\u0448\u0435\u0439 \u0436\u0438\u0437\u043d\u0438 \u044f \u0437\u0434\u0435\u0441\u044c \u0438 \u0445\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c. \u041d\u0430 \u044d\u0442\u043e\u043c \u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0443 \u043f\u0435\u0440\u0432\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043f\u043e\u0432\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f. \u0421\u0443\u0434\u044f \u043f\u043e \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043d\u0430\u043c \u0435\u0449\u0435 \u0434\u0430\u043b\u0435\u043a\u043e \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u044d\u0442\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438.\n\n
https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png
", + "category": "life", + "children": 0, + "created": "2016-09-15T17:13:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg", + "https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png", + "https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png" + ], + "tags": [ + "life", + "mafia", + "russia", + "ru" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2378348468865, + "payout": 0.828, + "payout_at": "2016-09-22T17:13:39", + "pending_payout_value": "0.828 HBD", + "percent_hbd": 10000, + "permlink": "russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1", + "post_id": 1256302, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 17 + }, + "title": "\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u043c\u0430\u0444\u0438\u044f. \u041e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u041f\u0440\u0435\u0441\u0442\u0443\u043f\u043d\u0430\u044f \u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430 \u0438\u0437\u043d\u0443\u0442\u0440\u0438. \u0420\u0435\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u0427\u0430\u0441\u0442\u044c 1.", + "updated": "2016-09-15T17:13:39", + "url": "/life/@anmuravjev/russkaya-mafiya-organizovannaya-prestupnaya-gruppirovka-iznutri-realnaya-istoriya-chast-1" + }, + { + "active_votes": [ + { + "rshares": 57389463, + "voter": "wifi" + }, + { + "rshares": 154088219, + "voter": "meharhassan94" + } + ], + "author": "wifi", + "author_payout_value": "0.000 HBD", + "author_reputation": 34.83, + "beneficiaries": [], + "blacklists": [], + "body": "Best erotic chat. beautiful girls of good communication\nhttp://bongacams.com/track?c=352911", + "category": "chat", + "children": 1, + "created": "2016-09-15T17:10:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "links": [ + "http://bongacams.com/track?c=352911" + ], + "tags": [ + "chat" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 211477682, + "payout": 0.0, + "payout_at": "2016-09-22T17:10:27", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "best-erotic-chat", + "post_id": 1256264, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Best erotic chat", + "updated": "2016-09-15T17:10:27", + "url": "/chat/@wifi/best-erotic-chat" + }, + { + "active_votes": [ + { + "rshares": 9154157904, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 17363559370, + "voter": "venuspcs" + }, + { + "rshares": 2676544913, + "voter": "getssidetracked" + }, + { + "rshares": 538742524, + "voter": "trees" + }, + { + "rshares": 73942403, + "voter": "strawhat" + }, + { + "rshares": 259284415, + "voter": "cryptochannel" + }, + { + "rshares": 1644947927, + "voter": "dimon14" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 5950976762, + "voter": "trev" + }, + { + "rshares": 52653071010, + "voter": "thecyclist" + }, + { + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 201545534, + "voter": "blend" + } + ], + "author": "blend", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.17, + "beneficiaries": [], + "blacklists": [], + "body": "\n

There are now more billionaires on earth than ever before \u2014 2,473 of them, according to wealth information and insight firm Wealth-X, which released its annual Billionaire Census Monday. As part of its report, Wealth-X analysed the Earth\u2019s growing billionaire population geographically, breaking down the regions that have seen the most growth in new billionaires and their fortunes.The majority of billionaires have traditionally hailed from parts of the world with advanced Western economies \u2014 Europe and North America have 806 and 628, respectively. North America\u2019s group is the wealthiest with a combined net worth of $2.56 trillion, while Europe\u2019s billionaires are worth $2.33 trillion.But Asia is minting more new mega-fortunes than any other part of the world. The region overtook North America by adding 85 new billionaires last year, bringing its total to 645. The combined wealth of Asia\u2019s ultra-rich now stands at $1.69 trillion.Check out the rest of Wealth-X billionaire map below: 

\n

\n\nsource>.businessinsider.com.au/parts-of-the-world-with-the-most-billionaires-2016-8", + "category": "life", + "children": 1, + "created": "2016-09-15T17:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://static.businessinsider.com/image/57a887b0ce38f234008b53e5-1200/image.jpg" + ], + "links": [ + "http://wealthx.com/", + "http://www.billionairecensus.com/" + ], + "tags": [ + "life", + "news", + "monye" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 111641716704, + "payout": 0.025, + "payout_at": "2016-09-22T17:10:21", + "pending_payout_value": "0.025 HBD", + "percent_hbd": 10000, + "permlink": "this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "post_id": 1256263, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 16 + }, + "title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "updated": "2016-09-15T17:11:15", + "url": "/life/@blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast" + }, + { + "active_votes": [ + { + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "rshares": 44948800814, + "voter": "eeks" + }, + { + "rshares": 2015882351, + "voter": "fkn" + }, + { + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 126924692017, + "voter": "schro" + }, + { + "rshares": 21369108631, + "voter": "kimziv" + }, + { + "rshares": 15995018560, + "voter": "yogi.artist" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 9840533745, + "voter": "furion" + }, + { + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 2654553033, + "voter": "the-future" + }, + { + "rshares": 466131492, + "voter": "poseidon" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 1634827342, + "voter": "positive" + }, + { + "rshares": 3611284873, + "voter": "sisterholics" + }, + { + "rshares": 55043445, + "voter": "fnait" + }, + { + "rshares": 5068724760, + "voter": "beanz" + }, + { + "rshares": 95778590206, + "voter": "laonie" + }, + { + "rshares": 23086307156, + "voter": "reneenouveau" + }, + { + "rshares": 3997283099, + "voter": "myfirst" + }, + { + "rshares": 25922437406, + "voter": "somebody" + }, + { + "rshares": 969220118, + "voter": "flysaga" + }, + { + "rshares": 1250815698, + "voter": "gmurph" + }, + { + "rshares": 6405447915, + "voter": "kryptik" + }, + { + "rshares": 5726474425, + "voter": "midnightoil" + }, + { + "rshares": 14322571232, + "voter": "xiaohui" + }, + { + "rshares": 646813786, + "voter": "elfkitchen" + }, + { + "rshares": 447782572, + "voter": "xiaokongcom" + }, + { + "rshares": 7375366743, + "voter": "steemitqa" + }, + { + "rshares": 57458166665, + "voter": "driv3n" + }, + { + "rshares": 902648287, + "voter": "xianjun" + }, + { + "rshares": 59109762, + "voter": "microluck" + }, + { + "rshares": 5950976762, + "voter": "trev" + }, + { + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "rshares": 339288508, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "reneenouveau", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.21, + "beneficiaries": [], + "blacklists": [], + "body": "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcthumburgent.jpg\n\nhttps://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcheader.jpg\n\nTo: Security Staff\nFrom: Renee Nouveau\nSubject: Excessive Force at the South Entrance\n\nTo whom it may concern, \n\nMy morning security search was very forceful today, I recommend sensitivity training for all security personnel on the south entrance. \n\nPlease see the attached CCTV footage regarding the incident. \n\nhttp://ichef-1.bbci.co.uk/news/640/media/images/67751000/jpg/_67751643_heist.jpg\n\nAlso, does anyone have the number for the security guard from the south entrance... I think his name was Clint? \n\nRenee Nouveau\nPublic Relations for the \nSecret Society Division\nhttp://reneenouveau.com/Steem/bclogosm.jpg", + "category": "blockcorp", + "children": 6, + "created": "2016-09-15T17:09:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcthumburgent.jpg", + "https://img1.steemit.com/0x0/http://reneenouveau.com/Steem/bcheader.jpg", + "http://ichef-1.bbci.co.uk/news/640/media/images/67751000/jpg/_67751643_heist.jpg", + "http://reneenouveau.com/Steem/bclogosm.jpg" + ], + "tags": [ + "blockcorp", + "borp", + "businessofficeroleplay", + "block", + "corp" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 743308910693, + "payout": 0.191, + "payout_at": "2016-09-22T17:09:42", + "pending_payout_value": "0.191 HBD", + "percent_hbd": 10000, + "permlink": "subject-excessive-force-at-the-south-entrance", + "post_id": 1256259, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "Subject: Excessive Force at the South Entrance", + "updated": "2016-09-15T17:09:42", + "url": "/blockcorp/@reneenouveau/subject-excessive-force-at-the-south-entrance" + }, + { + "active_votes": [ + { + "rshares": 13921427489, + "voter": "valtr" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 1681847544, + "voter": "leksimus" + }, + { + "rshares": 6006531299, + "voter": "bitland" + }, + { + "rshares": 2726160685, + "voter": "the-future" + }, + { + "rshares": 1879770298, + "voter": "yoganarchista" + }, + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 10416084687, + "voter": "dumar022" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 704262435, + "voter": "herbertmueller" + }, + { + "rshares": 61293441, + "voter": "chrismarketing" + }, + { + "rshares": 61505455, + "voter": "gamingdiamond" + }, + { + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 1709359273, + "voter": "funkywanderer" + }, + { + "rshares": 1524414879, + "voter": "ablie" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 298372096, + "voter": "james1987" + }, + { + "rshares": 157079433, + "voter": "abudar" + }, + { + "rshares": 156621194, + "voter": "my-art" + }, + { + "rshares": 159003735, + "voter": "inspiring" + }, + { + "rshares": 151066882, + "voter": "meharhassan94" + } + ], + "author": "future24", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.16, + "beneficiaries": [], + "blacklists": [], + "body": " Here is a new picture from my balcony, a big african blue basil plant. It is already blooming and you can use the flower + the leaves for many dishes. This kind of basil is more spicy then the normal one.\n\n\"\n\n [German] Hier ist ein neues Bild von meinem Balkon, eine gro\u00dfe African Blue Basilikum Pflanze. Sie bl\u00fcht bereits und man kann sowohl die Bl\u00fcten, als auch die Bl\u00e4tter f\u00fcr viele Gerichte benutzen. Diese Art von Basilikum ist w\u00fcrziger als die normalen Sorten.\n\nHere you can read more about this plant at wikipedia: https://en.wikipedia.org/wiki/African_blue_basil\n\n\n\n Hear you in my next article and best regards! \n Wir h\u00f6ren uns in meinem n\u00e4chsten Artikel und beste Gr\u00fc\u00dfe! \n\nJonas Ahrens\n\n
\n\n# Hey y\u2019all for more great content check out these blogs too:\n**(All robot images from steemd.com)**\n\n

@stellabelle
|

@ericvancewalton
|

@cristi
|

@micheletrainer
|

@mctiller
\n------------ | ------------------------- | ------------------------- | ------------------------- | -------------\n

@lukeofkondor
|

@soulsistashakti
|

@mindover
|

@mars-eve
|

@patrick-g
\n

@kaylinart
|

@romanskv
|

@the-alien
|

@razvanelulmarin
|

@strangerarray
\n

@lat-nayar
|

@ann-hoy
|

@future24
|

@julia26
|

@papa-pepper

", + "category": "life", + "children": 2, + "created": "2016-09-15T17:08:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1076.photobucket.com/albums/w454/allindex1uture24/Balkon/42f5e4a7-bf44-4450-a200-3ae9df0aa14e_zps1wzbpoz4.jpg", + "https://robohash.org/stellabelle.png?size=48x48", + "https://robohash.org/ericvancewalton.png?size=48x48", + "https://robohash.org/cristi.png?size=48x48", + "https://robohash.org/micheletrainer.png?size=48x48", + "https://robohash.org/mctiller.png?size=48x48", + "https://robohash.org/lukeofkondor.png?size=48x48", + "https://robohash.org/soulsistashakti.png?size=48x48", + "https://robohash.org/mindover.png?size=48x48", + "https://robohash.org/mars-eve.png?size=48x48", + "https://robohash.org/patrick-g.png?size=48x48", + "https://robohash.org/kaylinart.png?size=48x48", + "https://robohash.org/romanskv.png?size=48x48", + "https://robohash.org/the-alien.png?size=48x48", + "https://robohash.org/razvanelulmarin.png?size=48x48", + "https://robohash.org/strangerarray.png?size=48x48", + "https://robohash.org/lat-nayar.png?size=48x48", + "https://robohash.org/ann-hoy.png?size=48x48", + "https://robohash.org/future24.png?size=48x48", + "https://robohash.org/EF1.png?size=48x48", + "https://img1.steemit.com/0x0/https://robohash.org/rainman?size=48x48" + ], + "links": [ + "http://s1076.photobucket.com/user/allindex1uture24/media/Balkon/42f5e4a7-bf44-4450-a200-3ae9df0aa14e_zps1wzbpoz4.jpg.html", + "https://en.wikipedia.org/wiki/African_blue_basil", + "https://steemit.com/@stellabelle", + "https://steemit.com/@ericvancewalton", + "https://steemit.com/@cristi", + "https://steemit.com/@micheletrainer", + "https://steemit.com/@mctiller", + "https://steemit.com/@lukeofkondor", + "https://steemit.com/@soulsistashakti", + "https://steemit.com/@mindover", + "https://steemit.com/@mars-eve", + "https://steemit.com/@patrick-g", + "https://steemit.com/@kaylinart", + "https://steemit.com/@romanskv", + "https://steemit.com/@the-alien", + "https://steemit.com/@razvanelulmarin", + "https://steemit.com/@strangerarray", + "https://steemit.com/@lat-nayar", + "https://steemit.com/@ann-hoy", + "https://steemit.com/@future24", + "https://steemit.com/@julia26", + "https://steemit.com/@papa-pepper" + ], + "tags": [ + "life", + "gardening", + "photography", + "nature", + "deutsch" + ], + "users": [ + "stellabelle", + "ericvancewalton", + "cristi", + "micheletrainer", + "mctiller", + "lukeofkondor", + "soulsistashakti", + "mindover", + "mars-eve", + "patrick-g", + "kaylinart", + "romanskv", + "the-alien", + "razvanelulmarin", + "strangerarray", + "lat-nayar", + "ann-hoy", + "future24", + "julia26", + "papa-pepper" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 86562901290, + "payout": 0.019, + "payout_at": "2016-09-22T17:08:48", + "pending_payout_value": "0.019 HBD", + "percent_hbd": 10000, + "permlink": "new-update-from-my-balcony-big-bigger-african-blue-basil-english-german", + "post_id": 1256250, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 24 + }, + "title": "New update from my balcony: Big, Bigger, African Blue Basil! :) (English/German)", + "updated": "2016-09-15T17:08:48", + "url": "/life/@future24/new-update-from-my-balcony-big-bigger-african-blue-basil-english-german" + }, + { + "active_votes": [ + { + "rshares": 4698559215, + "voter": "alexft" + }, + { + "rshares": 218599376, + "voter": "andrewrait" + }, + { + "rshares": 2333408261, + "voter": "gamgam" + }, + { + "rshares": 434827301, + "voter": "borishaifa" + } + ], + "author": "groovedigital", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.68, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Interesting interview with a financial colsuntant explaining the state of world economics. 

\n

https://www.youtube.com/watch?v=I5QwKEwo4Bc

\n", + "category": "life", + "children": 0, + "created": "2016-09-15T17:08:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/I5QwKEwo4Bc/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=I5QwKEwo4Bc" + ], + "tags": [ + "life", + "beyondbitcoin", + "money", + "politics", + "comedy" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7685394153, + "payout": 0.001, + "payout_at": "2016-09-22T17:08:42", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "world-economy-explained-european-debt-crisis", + "post_id": 1256249, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 4 + }, + "title": "World Economy Explained - European Debt Crisis", + "updated": "2016-09-15T17:08:42", + "url": "/life/@groovedigital/world-economy-explained-european-debt-crisis" + }, + { + "active_votes": [ + { + "rshares": 5884815795, + "voter": "acidyo" + }, + { + "rshares": 12154491559, + "voter": "venuspcs" + }, + { + "rshares": 1911817795, + "voter": "getssidetracked" + }, + { + "rshares": 370385485, + "voter": "trees" + }, + { + "rshares": 172856276, + "voter": "cryptochannel" + }, + { + "rshares": 960579333, + "voter": "hyiparena" + }, + { + "rshares": 5975820194, + "voter": "chloetaylor" + }, + { + "rshares": 1155191204, + "voter": "mama-steem" + }, + { + "rshares": 7242085700, + "voter": "thebotkiller" + }, + { + "rshares": 112919817, + "voter": "pollina" + }, + { + "rshares": 3023914931, + "voter": "macartem" + }, + { + "rshares": 4779514921, + "voter": "nadin3" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 195903134, + "voter": "bo-ro" + } + ], + "author": "mama-steem", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.55, + "beneficiaries": [], + "blacklists": [], + "body": "![BROSIT-KURIT-web06cd3.jpg](https://www.steemimg.com/images/2016/09/15/BROSIT-KURIT-web06cd3.jpg)\n\n\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0430 \u043f\u043e\u0434\u0440\u0443\u0433\u0430 \u043a\u0443\u0440\u0438\u0442, \u0430 \u0432\u044b \u043d\u0435\u0442, \u0412\u0430\u043c \u043d\u0435\u043b\u0435\u0433\u043a\u043e \u0431\u0443\u0434\u0435\u0442 \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0435\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u044d\u0442\u043e \u043f\u0430\u0433\u0443\u0431\u043d\u043e\u0435 \u0438 \u0432\u0440\u0435\u0434\u043d\u043e\u0435 \u0437\u0430\u043d\u044f\u0442\u0438\u0435. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043e\u0442 \u043a\u0443\u0440\u0435\u043d\u0438\u044f - \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u043b\u0435\u0434\u0435\u043d\u0446\u044b, \u0436\u0432\u0430\u0447\u043a\u0430, \u043f\u043b\u0430\u0441\u0442\u044b\u0440\u0438, \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0435 \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u044b, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438 \u0441\u0435\u043c\u0438\u043d\u0430\u0440\u044b, \u043e\u0434\u043d\u0430\u043a\u043e \u0432\u0441\u0435 \u044d\u0442\u043e \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u043e, \u043a\u043e\u0433\u0434\u0430 \u0443 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a\u0430 \u043d\u0435\u0442 \u043c\u043e\u0442\u0438\u0432\u0430\u0446\u0438\u0438. \n\n### \u041d\u0430\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0430 \u0436\u0438\u0437\u043d\u0438, \u0437\u0430\u0431\u043e\u0442\u0430 \u043e \u043a\u0443\u0440\u044f\u0449\u0435\u043c \u0438 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b \u0435\u043c\u0443 \u0441\u0442\u0440\u0430\u0448\u043d\u044b\u0445 \u0438\u0441\u0442\u043e\u0440\u0438\u0439 \u043e \u0442\u0440\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f\u0445 \u043a\u0443\u0440\u0435\u043d\u0438\u044f, \u0432\u0441\u0435 \u044d\u0442\u043e \u0432 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u043c \u0441\u0447\u0435\u0442\u0435 \u043d\u0435 \u043f\u0440\u0438\u043d\u0435\u0441\u0435\u0442 \u0436\u0435\u043b\u0430\u0435\u043c\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430. \n\n\u041f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438 \u043f\u0440\u0438\u0448\u043b\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u0432\u044b\u0432\u043e\u0434\u0430\u043c. \u041a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a \u044d\u0442\u043e \u043d\u0435\u0443\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0432 \u0441\u0435\u0431\u0435 \u0447\u0435\u043b\u043e\u0432\u0435\u043a, \u0441\u043a\u043b\u043e\u043d\u043d\u044b\u0439 \u043a \u0434\u0435\u043f\u0440\u0435\u0441\u0441\u0438\u044f\u043c, \u0441\u0430\u043c\u043e\u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e \u0438 \u0431\u043e\u044f\u0437\u043d\u0438 \u0431\u044b\u0442\u044c \u0441\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u044b\u043c. \u0417\u0430\u0442\u044f\u043d\u0443\u0442\u044c\u0441\u044f \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u043a\u043e\u0439 \u044d\u0442\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u043f\u043e\u0432\u043e\u0434 \u043d\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u044f\u043c\u0438, \u0440\u0430\u0441\u0441\u043b\u0430\u0431\u0438\u0442\u044c\u0441\u044f \u0438 \u043e\u0442\u0432\u043b\u0435\u0447\u044c\u0441\u044f, \u043e\u0442\u0442\u044f\u043d\u0443\u0442\u044c \u043f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0431\u0438\u0442\u044c \u0432\u0440\u0435\u043c\u044f. \u041f\u043e\u043c\u0438\u043c\u043e \u044d\u0442\u043e\u0433\u043e, \u043a\u0443\u0440\u0435\u043d\u0438\u0435 \u0447\u0430\u0441\u0442\u043e \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0435\u043b\u0435\u043c \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u0443\u0431\u0435\u0436\u0438\u0449\u0435\u043c \u043e\u0442 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0438\u043b\u0438 \u0441\u043b\u043e\u0436\u043d\u043e\u0439 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438. \n\n## \u041f\u043e\u043c\u043e\u0447\u044c \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u0443\u0440\u0438\u0442\u044c \u2013 \u0438\u0434\u0435\u044f \u0443\u0442\u043e\u043f\u0438\u0447\u0435\u0441\u043a\u0430\u044f. \u0414\u0440\u0443\u0433\u043e\u0435 \u0434\u0435\u043b\u043e \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u0438\u0442\u044c \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u2013 \u0432\u043e\u0442 \u044d\u0442\u043e \u0441\u0442\u043e\u0438\u0442 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c.\n\n`\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u0441 \u044d\u0442\u0438\u043c \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0448\u043e\u043a\u043e\u0432\u0430\u044f \u0442\u0435\u0440\u0430\u043f\u0438\u044f.`\n\u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435\u0441\u044c \u043d\u0430 \u043f\u0440\u0438\u0435\u043c \u043a \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u0430\u0442\u043e\u043b\u043e\u0433\u043e\u0430\u043d\u0430\u0442\u043e\u043c\u0443 \u0432 \u043c\u043e\u0440\u0433\u0435 \u0438 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u0441\u044c \u043e \u044d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u0438 \u0434\u043b\u044f \u0441\u0432\u043e\u0435\u0439 \u043f\u043e\u0434\u0440\u0443\u0433\u0438, \u0447\u0442\u043e\u0431\u044b \u043e\u043d\u0430 \u043c\u043e\u0433\u043b\u0430 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043b\u0435\u0433\u043a\u0438\u0435 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u043a\u0430, \u043f\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0438\u043a\u0430\u043a\u043e\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u0438\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442 \u0443\u0432\u0438\u0434\u0435\u043d\u043d\u043e\u0433\u043e \u0435\u0439 \u0432 \u0436\u0438\u0432\u0443\u044e. \u0412\u044b \u043e\u0431\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043d\u0435\u0437\u0430\u0431\u044b\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f. \n\n`\u0415\u0449\u0435 \u043e\u0434\u0438\u043d \u0432\u0430\u0440\u0438\u0430\u043d\u0442 - \u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u043e \u0441 \u043c\u0443\u0436\u0447\u0438\u043d\u0430\u043c\u0438 \u0441\u043f\u043e\u0440\u0442\u0441\u043c\u0435\u043d\u0430\u043c\u0438. `\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0444\u0430\u043d\u0430\u0442\u0430\u043c \u043a\u0430\u043a\u043e\u0433\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u043a\u043b\u0443\u0431\u0430, \u043d\u0430\u0447\u0430\u0442\u044c \u0432\u0435\u0441\u0442\u0438 \u0431\u043b\u043e\u0433 \u043e \u0432\u0430\u0448\u0435\u0439 \u043b\u044e\u0431\u0438\u043c\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0438\u043b\u0438 \u0438\u0433\u0440\u043e\u043a\u0435. \u0412\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u0440\u0435\u0434\u0438 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0445\u0430\u0440\u0438\u0437\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0445 \u043c\u044d\u043d\u043e\u0432 \u0438 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0438\u0445 \u0432\u044b\u0441\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u0434\u0443\u043c\u0430\u044e\u0442 \u043e \u043a\u0443\u0440\u044f\u0449\u0435\u0439 \u0436\u0435\u043d\u0449\u0438\u043d\u0435. \n\n`\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0435\u0441\u0442\u044c \u0435\u0449\u0435 \u043e\u0434\u0438\u043d \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431, \u0442\u0430\u043a \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u0430\u044f \u0440\u0435\u0444\u043b\u0435\u043a\u0441\u0438\u044f. `\n\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u043e\u0434\u0432\u0438\u0433 \u0438 \u0432\u043c\u0435\u0441\u0442\u0435 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u043a\u0443\u0440\u0438\u043b\u043a\u0443, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 \u0442\u0435\u0430\u0442\u0440\u0435. \u041f\u0435\u0440\u0435\u0434 \u044d\u0442\u0438\u043c \u0434\u0430\u0442\u044c \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u0443\u0440\u0438\u043b\u044c\u0449\u0438\u0446 \u043f\u043e \u0432\u0441\u0435\u043c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c - \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434, \u0446\u0432\u0435\u0442 \u043b\u0438\u0446\u0430 \u0438 \u0437\u0443\u0431\u043e\u0432, \u043c\u0430\u043d\u0435\u0440\u044b, \u0438\u043c\u0438\u0434\u0436 \u0438 \u0442\u043e\u043c\u0443 \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435. \n\n`\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043b\u044e\u0434\u0438 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e\u0442 \u043c\u0435\u0442\u043e\u0434 \u043f\u044f\u0442\u0438 \u0446\u0435\u043b\u0435\u0439. `\n\u041f\u043e\u043b\u0435\u0437\u043d\u043e \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043d\u0430 \u0431\u0443\u043c\u0430\u0433\u0435 5 \u0446\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u0438\u0447\u044c, \u0435\u0441\u043b\u0438 \u0432\u044b \u0431\u0440\u043e\u0441\u0438\u0442\u0435 \u043a\u0443\u0440\u0438\u0442\u044c. \u042d\u0442\u0443 \u043f\u0430\u043c\u044f\u0442\u043a\u0443 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0432\u0441\u0435\u0433\u0434\u0430 \u043d\u043e\u0441\u0438\u0442\u044c \u0441 \u0441\u043e\u0431\u043e\u0439 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u043f\u043e\u043a\u0430 \u0432\u044b \u043d\u0435 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442\u0435 \u0436\u0435\u043b\u0430\u0435\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. \n\n`\u041f\u043e\u0436\u0430\u043b\u0443\u0439, \u0441\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0438 \u0431\u0435\u0437\u0443\u043f\u0440\u0435\u0447\u043d\u044b\u0439 \u043c\u0435\u0442\u043e\u0434 \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f - \u043b\u0438\u0447\u043d\u044b\u0439 \u043f\u0440\u0438\u043c\u0435\u0440.` \n\u041f\u043e\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0432\u0443\u0448\u043a\u0435, \u0447\u0442\u043e \u0436\u0438\u0437\u043d\u044c \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u0430 \u0438 \u0431\u0435\u0437 \u043a\u0443\u0440\u0435\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u0440\u0430\u0437\u0434\u0440\u0430\u0436\u0430\u0435\u0442 \u0434\u044b\u043c \u0441\u0438\u0433\u0430\u0440\u0435\u0442 \u0438 \"\u0447\u0443\u0434\u0435\u0441\u043d\u044b\u0439\" \u0430\u0440\u043e\u043c\u0430\u0442 \u043d\u0438\u043a\u043e\u0442\u0438\u043d\u0430 \u043e\u0442 \u043e\u0434\u0435\u0436\u0434\u044b \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0447\u0435\u0441\u0442\u043d\u043e \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u043e \u0441\u043a\u0430\u0437\u0430\u0442\u044c \u0435\u0439 \u043e\u0431 \u044d\u0442\u043e\u043c, \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e \u0438 \u0431\u0435\u0437 \u0432\u0441\u044f\u043a\u043e\u0439 \u043a\u0440\u0438\u0442\u0438\u043a\u0438. \u0414\u043b\u044f \u0432\u0441\u0442\u0440\u0435\u0447 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0438\u0430\u043b\u044c\u043d\u043e \u0432\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u043d\u0435\u043a\u0443\u0440\u044f\u0449\u0443\u044e \u0437\u043e\u043d\u0443 \u043a\u0430\u0444\u0435, \u0442\u0430\u043a\u0436\u0435 \u043d\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0439\u0442\u0435 \u043f\u043e\u0434\u0440\u0443\u0433\u0435 \u043a\u0443\u0440\u0438\u0442\u044c \u0432 \u0432\u0430\u0448\u0435\u043c \u0434\u043e\u043c\u0435 \u043f\u0443\u0441\u0442\u044c \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442, \u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0432\u0430\u043c\u0438, \u0430 \u043d\u0435 \u0441 \u0441\u0438\u0433\u0430\u0440\u0435\u0442\u043e\u0439.\n\n## \u041d\u0438\u043a\u0442\u043e \u043d\u0435 \u0438\u0434\u0435\u0430\u043b\u0435\u043d. \u041c\u043d\u043e\u0433\u043e\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u0442\u043e\u0433\u043e, \u043d\u0430 \u0447\u0442\u043e \u043c\u044b \u0441\u0442\u0430\u0432\u0438\u043c \u0430\u043a\u0446\u0435\u043d\u0442\u044b - \u043d\u0430 \u0441\u043b\u0430\u0431\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u043d\u0430 \u0441\u0438\u043b\u044c\u043d\u0443\u044e \u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0443\u044e \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u0441\u0432\u043e\u0435\u0433\u043e \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0430. \n\n\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u0440\u0435\u0432\u043d\u044f\u044f \u0438\u043d\u0434\u0438\u0439\u0441\u043a\u0430\u044f \u043f\u0440\u0438\u0442\u0447\u0430, \u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0430\u044f \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043f\u0440\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0430\u0431\u043e\u0441\u0442\u0438 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u044d\u0442\u043e \u0431\u043e\u0440\u044c\u0431\u0430 \u0434\u0432\u0443\u0445 \u0432\u043e\u043b\u043a\u043e\u0432. \u041e\u0434\u0438\u043d \u0432\u043e\u043b\u043a \u043e\u043b\u0438\u0446\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0414\u043e\u0431\u0440\u043e, \u0430 \u0434\u0440\u0443\u0433\u043e\u0439 \u0417\u043b\u043e. \n\n\u0412\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u0431\u0435\u0436\u0434\u0430\u0435\u0442 \u0442\u043e\u0442 \u0432\u043e\u043b\u043a, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043d\u0430\u043a\u043e\u0440\u043c\u043b\u0435\u043d.\n\nImage Credit\n\n*Follow me:* @mama-steem", + "category": "ru", + "children": 1, + "created": "2016-09-15T17:08:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/15/BROSIT-KURIT-web06cd3.jpg" + ], + "links": [ + "https://www.flickr.com/photos/tomkeil/5335774509/in/pool-combat_climate_change/" + ], + "tags": [ + "ru" + ], + "users": [ + "mama-steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 44038842090, + "payout": 0.009, + "payout_at": "2016-09-22T17:08:00", + "pending_payout_value": "0.009 HBD", + "percent_hbd": 10000, + "permlink": "kak-pomoch-podruzhke-brosit-kurit", + "post_id": 1256240, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 14 + }, + "title": "\u041a\u0430\u043a \u043f\u043e\u043c\u043e\u0447\u044c \u043f\u043e\u0434\u0440\u0443\u0436\u043a\u0435 \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043a\u0443\u0440\u0438\u0442\u044c?", + "updated": "2016-09-15T17:50:03", + "url": "/ru/@mama-steem/kak-pomoch-podruzhke-brosit-kurit" + }, + { + "active_votes": [ + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 10684554315, + "voter": "kimziv" + }, + { + "rshares": 1643027368, + "voter": "gidlark" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 1805642436, + "voter": "sisterholics" + }, + { + "rshares": 3282317279, + "voter": "sulev" + }, + { + "rshares": 63852393470, + "voter": "laonie" + }, + { + "rshares": 2664855399, + "voter": "myfirst" + }, + { + "rshares": 12961218703, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 2863237212, + "voter": "midnightoil" + }, + { + "rshares": 2376002491, + "voter": "andrew0" + }, + { + "rshares": 7161285616, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 768033123, + "voter": "freeinthought" + }, + { + "rshares": 269467120, + "voter": "maarnio" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 4382226038, + "voter": "michelle.gent" + }, + { + "rshares": 7708951702, + "voter": "orcish" + }, + { + "rshares": 80353319, + "voter": "thecastle" + }, + { + "rshares": 1500018338, + "voter": "kreet" + }, + { + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "rshares": 541748496, + "voter": "listentojon" + }, + { + "rshares": 4233740909, + "voter": "dresden" + }, + { + "rshares": 87053502, + "voter": "katharsisdrill" + }, + { + "rshares": 155168862, + "voter": "dreagonhaise" + } + ], + "author": "orcish", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.85, + "beneficiaries": [], + "blacklists": [], + "body": "\n


\n

\n


\n

\n


\n

\n


\n


\n

 These were half body commissions i did for

\n

http://deathlover2006.deviantart.com/

\n

http://deathlover2006.deviantart.com/

\n

http://paraspriteful.deviantart.com/

\n


\n

If you like these then you can check out more @orcish and put me on follow to see more daily art <3 

\n

 Zee

\n", + "category": "art", + "children": 5, + "created": "2016-09-15T17:07:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://img07.deviantart.net/780a/i/2015/297/0/9/deathlover2006___commission_by_the_zombie_cat-d9e6swb.png", + "http://pre04.deviantart.net/a456/th/pre/i/2015/287/4/4/gilly_and_stythian___commission_by_the_zombie_cat-d9d1zkv.png", + "http://img02.deviantart.net/7a08/i/2015/287/f/3/deathlover2006___commission_by_the_zombie_cat-d9d22sb.png", + "http://orig09.deviantart.net/7cba/f/2016/243/1/4/zc_by_vapetoday-dag0vu4.png" + ], + "links": [ + "http://deathlover2006.deviantart.com/", + "http://paraspriteful.deviantart.com/", + "https://steemit.com/@orcish" + ], + "tags": [ + "art", + "steemitart", + "drawing", + "creativity", + "steemgirls" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 177902655686, + "payout": 0.04, + "payout_at": "2016-09-22T17:07:27", + "pending_payout_value": "0.040 HBD", + "percent_hbd": 10000, + "permlink": "half-body-lines-original-art", + "post_id": 1256234, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 37 + }, + "title": "Half body lines \u262foriginal art\u262f", + "updated": "2016-09-15T17:07:27", + "url": "/art/@orcish/half-body-lines-original-art" + }, + { + "active_votes": [ + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 201545534, + "voter": "blend" + }, + { + "rshares": 154681498, + "voter": "ekremi12" + }, + { + "rshares": 151744718, + "voter": "blendplayz" + }, + { + "rshares": 150319355, + "voter": "denise12" + } + ], + "author": "ekremi12", + "author_payout_value": "0.000 HBD", + "author_reputation": 16.24, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

 Irecall cooking my youngest daughter celeriac mash for the first time: it was met with a deep reluctance. When I suggested it was potato, she tentatively gave it a try. I remember the instant look of suspicion that washed over her little face.That said, I\u2019d have probably been equally suspicious as a child \u2013 celeriac wasn\u2019t something my mum cooked for us, and I only discovered the root\u2019s potential when I became a chef. In the winter of 2004, I was cooking a big supper withHugh Fearnley-Whittingstall, in an old barn in Dorset. We had some big, fresh, locally grown celeriac for the menu. We made it into a silky, ivory puree, which we served with fried wild sea bass and slow-cooked pork belly. The puree bound those two Distinct ingredients that work together beautifully. I loved the idea of something from the sea and something from the land being joined so perfectly by something from below the ground. And, since that night, my view of this gnarly underrated vegetable has changed completely.Celeriac \u2013 a swollen root and member of the celery family \u2013 has a flavour somewhere between sweet earth and hazelnuts; it has a toothsome crunch when raw, but softens beautifully too. For me it is one of the most versatile vegetables there are.I use it throughout the autumn when it first appears and well into the late spring. Young, firm celeriac \u2013 full of character and fantastic eaten raw \u2013 I peel and cut into little batons; excellent crudites for dipping. I also like it coarsely grated, delicately ribboned, or matchsticked and dressed with a creamy mayonnaise, spiked with mustard in a classic remoulade \u2013 perfect with grilled meats or lentils.Later in the season, when the weather turns cold, I roast chunks of it \u2013 just like you would potatoes \u2013 with garlic, dried chilli and lots of thyme until it is caramelised on the outside and soft in the middle. Celeriac dauphinoise is another stalwart: layers of thinly sliced celeriac baked with double cream and a little garlic, anchovies, rosemary and grated parmesan. Wonderful with roast lamb.I\u2019m still as fond of the creamy texture of it pureed or blitzed into a soup as I was back in 2004. So, today\u2019s recipes include both. To keep things fresh, and to showcase the root\u2019s remarkable versatility, there\u2019s a clean crisp salad too \u2013 a surprisingly subtle blend of sweet and bitter.

\n

 source >.theguardian.com/lifestyle 

\n

Celeriac soup

\n

Serves 2-3
\n30g butter
\n1 tbsp olive oil
\n1 medium onion, peeled and thinly sliced
\n1 medium leek, sliced
\n2 garlic cloves, chopped
\n500g celeriac, peeled and cubed
\n1 tsp thyme leaves
\nAbout 800ml good chicken or vegetable stock
\n75ml double cream
\nSalt and black pepper 

\n", + "category": "food", + "children": 1, + "created": "2016-09-15T17:07:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://i.guim.co.uk/img/media/9264598f3f7e1cb4c24510d74a4d3d625bcc9719/0_338_6000_3600/master/6000.jpg?w=1300&q=55&auto=format&usm=12&fit=max&s=584ed137eb2ec235441f3cc31d0b20b8" + ], + "links": [ + "https://www.theguardian.com/lifeandstyle/series/hughfearnleywhittingstallonfood" + ], + "tags": [ + "food", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2438610214, + "payout": 0.0, + "payout_at": "2016-09-22T17:07:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac", + "post_id": 1256231, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 5 + }, + "title": "Three recipes to make the most of the new season's young celeriac", + "updated": "2016-09-15T17:07:15", + "url": "/food/@ekremi12/three-recipes-to-make-the-most-of-the-new-season-s-young-celeriac" + }, + { + "active_votes": [ + { + "rshares": 13046119426, + "voter": "jako" + }, + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 54562059603, + "voter": "streetstyle" + }, + { + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "rshares": 3031315446, + "voter": "handmade" + }, + { + "rshares": 12687522802, + "voter": "gargon" + }, + { + "rshares": 57458166665, + "voter": "driv3n" + }, + { + "rshares": 25747173993, + "voter": "hanshotfirst" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 10022756915, + "voter": "etcmike" + }, + { + "rshares": 269467120, + "voter": "maarnio" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "streetstyle", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.22, + "beneficiaries": [], + "blacklists": [], + "body": "
![Imgur](http://i.imgur.com/mgom4tK.jpg)
\nLast month I posted a brief story about Apple, Inc's next [iPHONE release](https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7) possibly being water proof, and thus allowing its owners for truly unique underwater selfies. The theory behind this comes from Apple itself, since it patented software that allows for editing pictures underwater. If you are editing pictures underwater, then your phone is NOT water resistant, like the Samsung Galaxy 7 made famous by the Lil' Wayne commercials. If you are underwater editing anything on a phone, then that phone must be truly WATER PROOF. Maybe, and just maybe, the second clue lies in Apple removing the Earphone/Headphone Jacks from the Iphone 7.\n\nSo now we know that the Iphone 7 will be water restistant, and not water proof. Underwater selfies with whales and dolphins will have to wait. This didn't keep Billionaire Warren Buffett and Berskshire-Hathaway from investing near Half a Billion Dollars More in Apple recently, upping their investment stake to nearly $1.5 Billion Dollars. Apple stock is now approaching all time highs again. This APPLE is \"Falling UP,\" much to the chagrin of Sir Isaac Newton's Gravity. When I posted about Apple last month, the stock price was about $109, and today we find it at about $115. \n
![Imgur](http://i.imgur.com/hJlItLG.png)
\nSince some traders have recently bet against Apple with [Put Options](https://en.wikipedia.org/wiki/Put_option) and with the **news that the APPLE Stores will Launch the Iphone 7 tomorrow Friday WITHOUT Iphone 7's in stock because they are SOLD OUT**, Apple Stock could easily catapult past its All Time High of about $132 Dollars a share reached last year in March. Apple might just yet become the first Trillion Dollar Market Capitalization Company Yet. \n\nFolks, this is not financial advice. This is all opinion or news. I am long on Apple stock. I am long on Bitcoin. And I am extra long on STEEM. I will be checking the **_Pay me 100% in Steem Power_** box for the first time. Steemit's newest and coolest feature yet!\n
![Imgur](http://i.imgur.com/OSEBY8P.png)
**Up Vote 100% in Steem Power!**
\n**********----------**********----------**********----------**********----------**********----------**********----------**********----------\n
09/15/16
Full $teem Ahead!
@streetstyle
**My Best Blogs**
- [Caffeine Madness](https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know)
- [Coinbase Eggs](https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket)
\nsources:\nwikipedia.org\ncnet.org\nfinance.yahoo.com\npics. source:\npixabay.com\ngoogle.com (labeled for reuse)", + "category": "money", + "children": 3, + "created": "2016-09-15T17:06:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/mgom4tK.jpg", + "http://i.imgur.com/hJlItLG.png", + "http://i.imgur.com/OSEBY8P.png" + ], + "links": [ + "https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7", + "https://en.wikipedia.org/wiki/Put_option", + "https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know", + "https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket" + ], + "tags": [ + "money", + "steemsquad", + "news", + "life", + "writing" + ], + "users": [ + "streetstyle" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 184042421600, + "payout": 0.043, + "payout_at": "2016-09-22T17:06:27", + "pending_payout_value": "0.043 HBD", + "percent_hbd": 0, + "permlink": "isaac-newton-got-it-wrong-with-this-apple", + "post_id": 1256217, + "promoted": "1.120 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "updated": "2016-09-15T17:56:51", + "url": "/money/@streetstyle/isaac-newton-got-it-wrong-with-this-apple" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 1046609643, + "voter": "danielkt" + }, + { + "rshares": 4712897369, + "voter": "gustavopasquini" + }, + { + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "rshares": 1329507197, + "voter": "kurtbeil" + }, + { + "rshares": 3517483809, + "voter": "villainblack" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 3073095779, + "voter": "imag1ne" + }, + { + "rshares": 4779514921, + "voter": "nadin3" + }, + { + "rshares": 52597837, + "voter": "waldemar-kuhn" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 7708951702, + "voter": "orcish" + }, + { + "rshares": 1561243577, + "voter": "kreet" + }, + { + "rshares": 2974116451, + "voter": "htyfn" + } + ], + "author": "kreet", + "author_payout_value": "0.000 HBD", + "author_reputation": 51.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Knife - primal hunting weapon. Without it can not do any one hunter.
\n
\nI tried to draw the primitiveness of these weapons. 

\n

\n

Let's begin.
\n
\nFirst step - simple sketch.
\n

\n

Second step - outlinig.
\n

\n

And third - lines and dots.
\n

\n

\n

Follow me to see my new art.

\n", + "category": "art", + "children": 0, + "created": "2016-09-15T17:04:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pp.vk.me/c637317/v637317384/fbfd/EFQTLh-0giI.jpg", + "https://pp.vk.me/c637317/v637317384/fbdf/jFSNIZOutAM.jpg", + "https://pp.vk.me/c637317/v637317384/fbe9/s5gv863e7_0.jpg", + "https://pp.vk.me/c637317/v637317384/fbf3/_yVD31eeSAE.jpg", + "https://pp.vk.me/c637317/v637317384/fbc1/lO_w6OybjNk.jpg", + "https://pp.vk.me/c637317/v637317384/fbd5/SlUioaSgPIo.jpg" + ], + "tags": [ + "art", + "weapon" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122573135656, + "payout": 0.027, + "payout_at": "2016-09-22T17:04:33", + "pending_payout_value": "0.027 HBD", + "percent_hbd": 10000, + "permlink": "my-new-dotwork-art-primal-knife-timelapse", + "post_id": 1256200, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 14 + }, + "title": "My new dotwork art. Primal knife. Timelapse.", + "updated": "2016-09-15T17:05:48", + "url": "/art/@kreet/my-new-dotwork-art-primal-knife-timelapse" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "rshares": 3145812656, + "voter": "dmilash" + }, + { + "rshares": 7861460530, + "voter": "asdes" + }, + { + "rshares": 5558177167, + "voter": "denn" + }, + { + "rshares": 69324500, + "voter": "zahar" + }, + { + "rshares": 79785139, + "voter": "dims" + }, + { + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "denn", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.03, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

I rarely use a webcam. I agree that the extra security is not hurt. Good advice.

\n

The FBI has advised everyone to cover up their computers\u2019 webcams to stop them being spied on.

\n

Leaving webcams open means that hackers can break into them and watch everything that users are doing, security experts have claimed. The importance of that was revealed earlier this year when pictures showed that Mark Zuckerberg had covered the webcam on his MacBook Pro.

\n

Now those warnings have been backed by FBI director James Comey, who says that it is one of the \u201csensible things\u201d that people can do.

\n

Though the webcams on laptops might be useful, they\u2019re also one of the most valuable things a hacker can get access to. Once they do so, they can easily watch and record things that go on around them \u2013 and that information can be used later for blackmail, breaking into other security systems, or worse.

\n


\n

http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html

\n", + "category": "security", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://icdn.lenta.ru/images/2016/09/15/16/20160915165241110/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg" + ], + "links": [ + "http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html" + ], + "tags": [ + "security", + "life", + "news", + "web" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19717785789, + "payout": 0.004, + "payout_at": "2016-09-22T17:04:15", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "post_id": 1256193, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "updated": "2016-09-15T17:04:15", + "url": "/security/@denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey" + }, + { + "active_votes": [ + { + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "rshares": 134866461, + "voter": "charlie.wilson" + } + ], + "author": "charlie.wilson", + "author_payout_value": "0.000 HBD", + "author_reputation": 26.53, + "beneficiaries": [], + "blacklists": [], + "body": "Adam Kokesh talks about the worst possible name you can be called in America! Its not the F word or even the N word! It is \"racist!\" People think of racism a primitive mindset, but we still use the exact same mindset in a different way. Statism! Collectivism! Patriotism! \n\nhttps://www.youtube.com/watch?v=fJriMGidPOE", + "category": "racism", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/fJriMGidPOE/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=fJriMGidPOE" + ], + "tags": [ + "racism", + "adamkokesh", + "statism", + "collectivism", + "patriotism" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1390676171, + "payout": 0.0, + "payout_at": "2016-09-22T17:04:15", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-word-you-can-be-called-in-america-with-adam-kokesh", + "post_id": 1256191, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "The word you can be called in America! (with Adam Kokesh)", + "updated": "2016-09-15T17:04:15", + "url": "/racism/@charlie.wilson/the-word-you-can-be-called-in-america-with-adam-kokesh" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "rshares": 5579236934, + "voter": "cjclaro" + }, + { + "rshares": 323355413, + "voter": "codymac40" + }, + { + "rshares": 2108987878, + "voter": "runridefly" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 330685634, + "voter": "robotev1" + }, + { + "rshares": 329835534, + "voter": "robotev2" + }, + { + "rshares": 1324053764, + "voter": "robotev" + } + ], + "author": "cjclaro", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.36, + "beneficiaries": [], + "blacklists": [], + "body": "\n

It's a fact of life we cannot argue nor deny. No matter how beautiful a day is, someone or something could rain disasters on in countless ways.

\n


\nPHOTO CREDIT: DAILYPOSITIVEQUOTES.COM

\n

Someone has told you that your outlook in life is one real inspiration to him. He sees you smiling every time you meet as if all the good things in life have gathered around and cast a glow on your countenance. But deep inside there is this longing for a happier moment than now.

\n

You have masked your fears and sorrow and worries with that smile, perfectly. No one suspects of the hardships and difficulties you go through every minute, every hour of everyday. They see a strong person outside but could not detect the crying child inside. And he cries every time he's hurt. 

\n

You have been knocked down so many times you lost count. Yet you get up every time and each time you get stronger.

\n

\n

They say your character is unquestionable, yet you question yourself everyday if you've made the right decision that brought you here today. And the answer becomes clearer as the days go by. But only you know the truth.

\n

The truth is, nothing in this life will ever be yours if you don't pursue it. The universe will not hand over victories in a silver platter. A battle is not won just by pointing the gun at your adversaries, you have to pull the trigger.

\n

The truth is, you are not alone in facing giants in your life. You have your family and friends that love and support you. And you know that.

\n

The truth is, \"these, too, will pass away\". Sorrow, griefs, tragedy... they all are part of having to live a life full of lessons and challenges and trials.

\n


\nPHOTO CREDIT: IAMNOTASHAMEDOFTHEGOSPELOFCHRIST.COM

\n

The truth is, you are strong as what people perceive you. You have a positive attitude towards life and your character, well, it may not always be unquestionable but your intentions are. You find good in people and believe that no matter the race or creed, they are worth something to someone.

\n

No matter what happens in your life, believe that everything is going to be fine. But if it turns out otherwise, your life will always be a shining beacon of light to those around you. 

\n

And that is A-OK.

\n", + "category": "life", + "children": 3, + "created": "2016-09-15T17:02:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://dailypositivequotes.com/quotes-images/everything-will-be-ok.jpg", + "https://c2.staticflickr.com/8/7114/6947955714_2d7f7521b1.jpg", + "https://iamnotashamedofthegospelofchrist.files.wordpress.com/2015/02/z8i7y6t1x.jpg" + ], + "links": [ + "http://dailypositivequotes.com/", + "iamnotashamedofthegospelofchrist.com" + ], + "tags": [ + "life", + "steemsquad", + "love", + "inspiration", + "motivation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21315815507, + "payout": 0.004, + "payout_at": "2016-09-22T17:02:12", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok", + "post_id": 1256168, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "NOTE TO SELF: Things Happen and $h1T Happens But It's A-OK", + "updated": "2016-09-15T17:02:12", + "url": "/life/@cjclaro/note-to-self-things-happen-and-usdh1t-happens-but-it-s-a-ok" + }, + { + "active_votes": [ + { + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "rshares": 206092862903, + "voter": "alexc" + }, + { + "rshares": 28378442877, + "voter": "extie-dasilva" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 418098422, + "voter": "ladypenelope1" + }, + { + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 150273031, + "voter": "inkwisitiveguy01" + } + ], + "author": "extie-dasilva", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.89, + "beneficiaries": [], + "blacklists": [], + "body": "\n

WILL NEXT-GEN CIVILIZATIONS BEGIN IN DEVELOPING COUNTRIES?

\n

\n

(Thanks to ndtv.com for image)

\n

INTRODUCTION

\n

The fishermen of the Indian state of Kerala had a big  problem, prior to 2001. It was this: The fish they caught were intended to be sold at market, but the only way they had of finding out if they had a buyer was to go to a market and engage in face to face communication. If the market they went to had no need of their fish, they would not be able to visit another, because the markets were about ten miles apart, the fish were perishable and the markets closed at 8AM. Choose the wrong buyer, and the whole catch would have to be thrown back into the sea. Economists call this a \u2018coordination problem\u2019.

\n


\n

But then these workers got hold of technology familiar to us all that matched buyers and sellers much more effectively. They got themselves mobile phones. Now, while they were still out at sea, they could phone ahead and arrange the best deal for their catch.

\n


\n

Now, I am not really interested in fish, but rather the fact that these workers made the jump from what was essentially stoneage communications to 21st century communications. What if developing countries can achieve a similar leap forward with agriculture, banking, education, energy, money and civil engineering and so on? If so, what they might develop into would be a new kind of civilization. Some people, for instance Marshall Brain, call this a \u20184th generation civilization\u2019. But, since I am unsure as to how many civilizations there have been, I will play safe and call it a next-generation civilization.

\n


\n

NEXT-GENERATION CIVILIZATION

\n

\n

(Thanks to wallpapercave.com for image)

\n

So what is this next-generation civilization? I see it as being a civilization that uses the only resources we have- natural capital and human potential- with maximum efficiency. Because it has achieved this, it has eliminated- as far as is physically possible- the obstacles to greater social cohesion and personal development. Citizens of next-generation civilization would find themselves much further up Maslow\u2019s famous pyramid of the hierarchy of needs than is the case for all but a few of the nations\u2019 population today. This would make next-generation civilizations the best platform we have ever had for realizing the transhuman pursuit of social and individual excellence.

\n

WHY THERE?

\n

If we acknowledge that a next-generation civilization could be achieved, why should we suppose it would emerge in developing countries? In many ways, these are places that have barely reached the 20th century. Dreaming up some glitzy, high-tech civilization sounds like an undertaking for people of affluent countries with plenty of time on their hands, not something that would concern those struggling to get by on one or two dollars per day. And then there is the matter of corruption. Stories abound of the terrible misallocation of wealth that goes on in the world\u2019s poorest countries. The African Union estimated that some 25% of its annual GDP is lost to corruption. As they are so far behind, and the corrupt and criminal tend to thwart dreams of a better life, why look to such countries for the rise of NGC?

\n

ADVANTAGES

\n

We should not think that developing nations have no advantages. There is, for example, the \u2018latecomer\u2019s advantage\u2019. There is no rule that says a country has to retread all the steps that lead to the modern world. They can leapfrog straight to the latest technologies and practices. Indeed, this leapfrogging makes a great deal of sense, because the most modern technologies often do the same job as predecessors, only more cost effectively and less wastefully. The cost of purchasing and burying copper wire for a communications infrastructure would be more than $100 million. Cell tower infrastructure would cost a relatively small tens of thousands of dollars. If a city like Zinder in South Niger were to adopt PCs, then by the time 10% of the population were using them, the power they consume- 1,500 KW- would exceed that of all households today. Mobile devices, on the other hand, would consume just 74KWs, and as they run off of batteries they would be more useful in areas where power outage is a common experience. It is for reasons such as these that countries like El Salvdore and Panama have adopted mobile communications faster than the USA.

\n


\n

The fact that the rich nations have well-established systems and infrastructures could be an impediment to progress. W. Brian Arthur, External Professor at the Santa Fe Institute and author of \u2018The Nature of Technology\u2019 has written about how established technologies and practices can delay the adoption of new methods, even though those new methods are superior. In 1955, the economist Marvin Frankel noticed that cotton mills in Lancashire were not using the more modern and efficient machinery. This was because the old brick structures that housed the old machinery would have to be torn down before the new machinery could be installed. As Arthur wrote, \u201cThe outer assemblies thus locked in the inner machinery and thus the Lancashire mills did not change\u201d. To this day, whenever a technology is so interwoven with the fabric of everyday life or business practice that replacing it seems too much bother, we say it has become \u2018locked-in\u2019.

\n

\n

(thanks to Wikipedia.org for image)

\n

ATTITUDES

\n

There is also a psychological aspect to consider. Established technologies and practices can lead people to adopting certain ways of doing things, and upstart technologies that obsolete the old ways can be threatening. Sociologist Diane Vaughan called this \u2018Psychological Dissonance\u2019 and wrote:

\n


\n

\u201c(We use) a frame of reference constructed from integrated sets of assumptions, expectations, and experiences\u2026This frame of reference is not easily altered or dismantled, because the way we tend to see the world is intimately linked to how we see and define ourselves in relation to the world. Thus, we have a vested interest in maintaining consistency because our own identity is at risk\u201d.

\n


\n

Therefore, established technologies, infrastructures and methods can create hysteresis- a delayed response to change- that holds the new at bay, at least until the old ways simply cannot be stretched any further. So, it could be that developing countries which lack many of these established infrastructures and technologies, would adopt the new and accommodate themselves more quickly to the methods and practices they make possible.

\n

CORRUPTION

\n

\n


\n

(Thanks to thefifthcolumnnews.com for image)

\n

As for the problem of corruption, we should not think that it only goes on in the poor nations of the world. The reason why the corruption that goes on there seems so overt and in-your-face may be because it is immature. In the West, centuries of adjustments and fine-tuning have evolved institutions that divert real wealth from those who create it to those who set the rules. As world-renowned linguist and social philosopher Noam Chomsky pointed out, using violence in order to get people to obey, as the Soviet Union did, will ultimately fail. What is needed are systems of indoctrination to ensure that citizens agree to what the ruling class want. This can be achieved by, among other things, entering the school system and educating the nation\u2019s future workforce towards the \u2018correct\u2019 way of thinking (one third of textbooks in American schools are provided by corporations) and censoring material that questions state dogma (a study by Vincent Navarro of John Hopkins University that found a correlation between class and race and wealth inequality was refused publication by every major medical journal in the US). These and other insidious practices successfully hide much of the elite wealth appropriation that goes on from view. It would be no mean feat to successfully un-entangle those immoral methods of wealth creation from the beneficial forms that is vital for any successful civilization.

\n


\n

But much of the corruption in developing countries will be relatively easy to deal with. Much of it consists of plain old bribery, for instance having to pay your boss before he will hand over your wages. If you were working online for a foreign company and your wages were wired directly into your account, that form of corruption would be much reduced. Moving to a cashless society using mobile devices that recognize their rightful owner and refuse to work for unauthorized users- say by using biometrics to identify users- would leave folks less vulnerable to theft. In countries like Niger, Senegal and Uganda, parents may have to pay bribes to get their children into school. With Internet access and availability of free educational resources like Kahn Academy and Granny Cloud (the latter being a service in which retirees voluntarily give some of their time to running lessons over Skype) that form of corruption is rendered obsolete. Many other forms of overt corruption would be harder to get way with in a country where the mass adoption of camera-phones and social networking makes surveillance possible.

\n


\n

Futurists forecast some pretty astonishing technological capabilities becoming available as NBIC (nanotech, biotech, information tech and cognitive science) ride up Kurzweil's curves of exponential progress. It would be a truly great thing if the amazing possibilities of such technologies unlocked the entrepreurial and creative potential of the bottom billion and transformed their lives into a civilization that is the envy of the world.

\n", + "category": "progress", + "children": 6, + "created": "2016-09-15T17:02:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s14.postimg.org/mbai68c0x/image.jpg", + "https://s3.postimg.org/3kwz8pw0z/image.jpg", + "https://s11.postimg.org/9s4bde9wz/image.jpg", + "https://s10.postimg.org/voz978hk9/image.jpg" + ], + "tags": [ + "progress", + "civilisation", + "extropia", + "transhumanism", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3210313401889, + "payout": 1.263, + "payout_at": "2016-09-22T17:02:06", + "pending_payout_value": "1.263 HBD", + "percent_hbd": 10000, + "permlink": "will-next-gen-civilizations-begin-in-developing-countries", + "post_id": 1256165, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 11 + }, + "title": "WILL NEXT-GEN CIVILIZATIONS BEGIN IN DEVELOPING COUNTRIES?", + "updated": "2016-09-15T17:02:06", + "url": "/progress/@extie-dasilva/will-next-gen-civilizations-begin-in-developing-countries" + }, + { + "active_votes": [ + { + "rshares": 11115763169, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 20836271244, + "voter": "venuspcs" + }, + { + "rshares": 3441272031, + "voter": "getssidetracked" + }, + { + "rshares": 673428155, + "voter": "trees" + }, + { + "rshares": 93660377, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 38464873805, + "voter": "redpalestino" + }, + { + "rshares": 328426925, + "voter": "cryptochannel" + }, + { + "rshares": 14388684434, + "voter": "ausbitbank" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 3709422185, + "voter": "bitcoiner" + }, + { + "rshares": 50626015, + "voter": "steemchain" + }, + { + "rshares": 50626015, + "voter": "whalepool" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 7045509339, + "voter": "uwe69" + }, + { + "rshares": 14756763760, + "voter": "felixxx" + }, + { + "rshares": 2077208968, + "voter": "merej99" + }, + { + "rshares": 3750338819, + "voter": "achim86" + }, + { + "rshares": 50577648, + "voter": "michellek" + }, + { + "rshares": 3323767993, + "voter": "kurtbeil" + }, + { + "rshares": 2370133624, + "voter": "steemleak" + }, + { + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 690177186, + "voter": "herbertmueller" + }, + { + "rshares": 1159224982, + "voter": "the-bitcoin-dood" + }, + { + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "rshares": 4044651818, + "voter": "l0k1" + }, + { + "rshares": 50798127, + "voter": "freesteem" + }, + { + "rshares": 744996127, + "voter": "z3r0d4yz" + }, + { + "rshares": 249165030, + "voter": "saamychristen" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + } + ], + "author": "achim86", + "author_payout_value": "0.000 HBD", + "author_reputation": 55.23, + "beneficiaries": [], + "blacklists": [], + "body": "

HTML-commands : Structure texts [German:Text Strukturierung]

\n\nhttps://static.pexels.com/photos/136320/pexels-photo-136320.jpeg\n\nSource: pexels\n\n\nThese are commands everyone should know in order to structure and format their text. The most important commands are summarized here.\n\n\n\nNicht nur gute Inhalt, sondern auch gute Darstellungen bringt mehr Upvotes. Diese Befehle sollte man unbedingt wissen, um Texte zu strukturieren. Die Wichtigsten Befehle habe ich hier zusammengefasst.\n\n

1. Ordered list / nummerierte Liste

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcccgr/1.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcccwc/2.jpg\n\n

2. Headline / \u00dcberschrift

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcciar/3.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcciaw/4.jpg\n\n\n

3. Paragraph / Absatz

\n\nCommand/Befehle\nhttps://picload.org/image/rdgccpgc/5.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgccwgl/6.jpg\n\n\n

4. Break / Umbruch

\n\nCommand/Befehle\nhttps://picload.org/image/rdgcidcw/7.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgcidip/8.jpg\n\n

5. Horizontal ruler / horizontale Linie

\n\nCommand/Befehle\nhttps://picload.org/image/rdgciari/9.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgciaog/10.jpg\n\n\n

6. list item / Listeneintrag

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicapl/1.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicogw/2.jpg\n\n

7. Bold / Fett

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicooc/3.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicoid/4.jpg\n\n\n

8. Emphasis / Hervorhebung

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclro/5.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicldg/6.jpg\n\n

9. deleted / durchstrichener Text

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclad/7.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiclog/8.jpg\n\n

10. Superscript / Hochstellen

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicllp/9.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiclco/10.jpg\n\n

11. Anchor / Anker

\n\nCommand/Befehle\nhttps://picload.org/image/rdgiclpd/11.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgiccdp/12.jpg\n\n

12. Mailto / Sende E-Mail an

\n\nCommand/Befehle\nhttps://picload.org/image/rdgicpci/13.jpg\n\nResult/Ergebnis\nhttps://picload.org/image/rdgicpid/14.jpg\n\n
\nAuthors get only paid when people like you upvote their post\n\n Follow me \n\n
", + "category": "steemit", + "children": 6, + "created": "2016-09-15T17:01:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://static.pexels.com/photos/136320/pexels-photo-136320.jpeg", + "https://picload.org/image/rdgcccgr/1.jpg", + "https://picload.org/image/rdgcccwc/2.jpg", + "https://picload.org/image/rdgcciar/3.jpg", + "https://picload.org/image/rdgcciaw/4.jpg", + "https://picload.org/image/rdgccpgc/5.jpg", + "https://picload.org/image/rdgccwgl/6.jpg", + "https://picload.org/image/rdgcidcw/7.jpg", + "https://picload.org/image/rdgcidip/8.jpg", + "https://picload.org/image/rdgciari/9.jpg", + "https://picload.org/image/rdgciaog/10.jpg", + "https://picload.org/image/rdgicapl/1.jpg", + "https://picload.org/image/rdgicogw/2.jpg", + "https://picload.org/image/rdgicooc/3.jpg", + "https://picload.org/image/rdgicoid/4.jpg", + "https://picload.org/image/rdgiclro/5.jpg", + "https://picload.org/image/rdgicldg/6.jpg", + "https://picload.org/image/rdgiclad/7.jpg", + "https://picload.org/image/rdgiclog/8.jpg", + "https://picload.org/image/rdgicllp/9.jpg", + "https://picload.org/image/rdgiclco/10.jpg", + "https://picload.org/image/rdgiclpd/11.jpg", + "https://picload.org/image/rdgiccdp/12.jpg", + "https://picload.org/image/rdgicpci/13.jpg", + "https://picload.org/image/rdgicpid/14.jpg" + ], + "links": [ + "https://steemit.com/@achim86" + ], + "tags": [ + "steemit", + "deutsch", + "html", + "structure", + "whales" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 152510944512, + "payout": 0.034, + "payout_at": "2016-09-22T17:01:57", + "pending_payout_value": "0.034 HBD", + "percent_hbd": 10000, + "permlink": "html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung", + "post_id": 1256164, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 36 + }, + "title": "HTML-commands : How to structure your texts on Steemit [German: Text Strukturierung]", + "updated": "2016-09-15T17:33:15", + "url": "/steemit/@achim86/html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung" + }, + { + "active_votes": [ + { + "rshares": 53579928, + "voter": "luup" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + } + ], + "author": "luup", + "author_payout_value": "0.000 HBD", + "author_reputation": 29.71, + "beneficiaries": [], + "blacklists": [], + "body": "The site says down for maintenance in French. Does this happen often???", + "category": "imgsafe", + "children": 0, + "created": "2016-09-15T17:00:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "imgsafe", + "images", + "posting" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 122188592, + "payout": 0.0, + "payout_at": "2016-09-22T17:00:30", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "imgsafe-org-down", + "post_id": 1256149, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "Imgsafe.org - down", + "updated": "2016-09-15T17:00:30", + "url": "/imgsafe/@luup/imgsafe-org-down" + }, + { + "active_votes": [ + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "rshares": 7707314246, + "voter": "asdes" + }, + { + "rshares": 5669340710, + "voter": "denn" + }, + { + "rshares": 67965196, + "voter": "zahar" + }, + { + "rshares": 81380841, + "voter": "dims" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + } + ], + "author": "dims", + "author_payout_value": "0.000 HBD", + "author_reputation": 2.11, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n

Archaeological research has identified the use of cultivated cotton (Gossypium barbadense) in the ancient Andes dating back to at least 7800 years ago

\n

An international team of scientists has discovered the oldest in the world of fabric, dyed indigo. At present, this dyestuff is used in the manufacture of jeans. Description was published in the journal Science.

\n

The artifact was found at Huaca Prieta (Huaca Prieta) - a hill on the northern coast of Peru. According to scientists, when they found a piece of cotton fabric, its color was indistinguishable because of the gray mud. However, after thoroughly washing it turned out that he was covered in blue paint. The results of chemical analysis showed that the composition consisted of the the key components of indigo.

\n


\n

http://advances.sciencemag.org/content/2/9/e1501623

\n", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://icdn.lenta.ru/images/2016/09/15/18/20160915181123092/pic_be92cc2993c346b25196d45f2da1c0fc.jpg" + ], + "links": [ + "http://advances.sciencemag.org/content/2/9/e1501623" + ], + "tags": [ + "science", + "life", + "news", + "indigo", + "jeans" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17837948675, + "payout": 0.003, + "payout_at": "2016-09-22T16:59:15", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "early-pre-hispanic-use-of-indigo-blue-in-peru", + "post_id": 1256138, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 7 + }, + "title": "Early pre-Hispanic use of indigo blue in Peru", + "updated": "2016-09-15T17:04:48", + "url": "/science/@dims/early-pre-hispanic-use-of-indigo-blue-in-peru" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 657682851854, + "voter": "berniesanders" + }, + { + "rshares": 4576157737, + "voter": "nextgenwitness" + }, + { + "rshares": 15256984110, + "voter": "justin" + }, + { + "rshares": 41894139791, + "voter": "silver" + }, + { + "rshares": 101662324432, + "voter": "silversteem" + }, + { + "rshares": 112852995068, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 11207373945, + "voter": "steemservices" + }, + { + "rshares": 526151971, + "voter": "steemservices1" + }, + { + "rshares": 323068414, + "voter": "bentley" + }, + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "rshares": 3023823526, + "voter": "fkn" + }, + { + "rshares": 663007716, + "voter": "thedarkestplum" + }, + { + "rshares": 3974627163, + "voter": "elishagh1" + }, + { + "rshares": 10461894747, + "voter": "acidyo" + }, + { + "rshares": 313697862, + "voter": "coar" + }, + { + "rshares": 1061245798, + "voter": "murh" + }, + { + "rshares": 61297660999, + "voter": "justtryme90" + }, + { + "rshares": 9962459465, + "voter": "the-alien" + }, + { + "rshares": 26711385788, + "voter": "kimziv" + }, + { + "rshares": 19099915307, + "voter": "venuspcs" + }, + { + "rshares": 3058908472, + "voter": "getssidetracked" + }, + { + "rshares": 606085340, + "voter": "trees" + }, + { + "rshares": 83801390, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 293855670, + "voter": "cryptochannel" + }, + { + "rshares": 894092880, + "voter": "endgame" + }, + { + "rshares": 14760800618, + "voter": "furion" + }, + { + "rshares": 70822893, + "voter": "barbara2" + }, + { + "rshares": 78718732, + "voter": "ch0c0latechip" + }, + { + "rshares": 72854943, + "voter": "doge4lyf" + }, + { + "rshares": 10646441734, + "voter": "deviedev" + }, + { + "rshares": 702103377, + "voter": "luisucv34" + }, + { + "rshares": 582664365, + "voter": "poseidon" + }, + { + "rshares": 5497387091, + "voter": "sharker" + }, + { + "rshares": 2452241013, + "voter": "positive" + }, + { + "rshares": 5975820194, + "voter": "chloetaylor" + }, + { + "rshares": 4514106091, + "voter": "sisterholics" + }, + { + "rshares": 82565168, + "voter": "fnait" + }, + { + "rshares": 73351025, + "voter": "keepcalmand" + }, + { + "rshares": 59017018, + "voter": "reported" + }, + { + "rshares": 56327382, + "voter": "krushing" + }, + { + "rshares": 159630983676, + "voter": "laonie" + }, + { + "rshares": 5329710799, + "voter": "myfirst" + }, + { + "rshares": 32403046758, + "voter": "somebody" + }, + { + "rshares": 1211525148, + "voter": "flysaga" + }, + { + "rshares": 513541455, + "voter": "minnowsunited" + }, + { + "rshares": 7158093031, + "voter": "midnightoil" + }, + { + "rshares": 55335599, + "voter": "whatyouganjado" + }, + { + "rshares": 17903214040, + "voter": "xiaohui" + }, + { + "rshares": 808517232, + "voter": "elfkitchen" + }, + { + "rshares": 63373184, + "voter": "makaveli" + }, + { + "rshares": 559728216, + "voter": "xiaokongcom" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 7242085700, + "voter": "thebotkiller" + }, + { + "rshares": 1128310359, + "voter": "xianjun" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 54889630, + "voter": "alexbones" + }, + { + "rshares": 73887203, + "voter": "microluck" + }, + { + "rshares": 10680388292, + "voter": "pjheinz" + }, + { + "rshares": 805448125, + "voter": "thecurator" + }, + { + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "rshares": 62298836, + "voter": "gokugirl" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 10691300360, + "voter": "jaredcwillis" + }, + { + "rshares": 20824065311, + "voter": "andrewawerdna" + }, + { + "rshares": 5831957227, + "voter": "trev" + }, + { + "rshares": 75045323, + "voter": "ozertayiz" + }, + { + "rshares": 54780763, + "voter": "salebored" + }, + { + "rshares": 2268668670, + "voter": "blockcodes" + }, + { + "rshares": 96022055, + "voter": "cryptochart" + }, + { + "rshares": 97123877, + "voter": "steemwatch" + }, + { + "rshares": 54799530, + "voter": "bitdrone" + }, + { + "rshares": 54790675, + "voter": "sleepcult" + }, + { + "rshares": 3761305064, + "voter": "thecyclist" + }, + { + "rshares": 53099160, + "voter": "analyzethis" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + }, + { + "rshares": 154765535, + "voter": "mrsgreen" + } + ], + "author": "pjheinz", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.77, + "beneficiaries": [], + "blacklists": [], + "body": "
http://www.forcesofgeek.com/wp-content/uploads/2013/05/19043-2.jpg
\n
[\u25b3](http://www.forcesofgeek.com/2013/05/insect-fear-big-bug-movies-of-1950s.html)
\n\n----------------------------\n---------------------------\n\n# A change of scale is a geometrical symmetry; large triangles have the same properties as small ones. \n\n
![Imgur](http://i.imgur.com/YEUxukE.png)
\n
wikipedia
\n\n\nYet an enlarged or reduced copy of a real object is not the same and does not have the same properties as the original. The reason for this was discovered by Galileo: **the square-cube law**. The failure of scale symmetry is due to the physics of atoms, which have a de\ufb01nite size. This determines the properties of materials and sets a fundamental scale for the universe. \n\n-------------------------\n\n\n# Exploring the symmetry of scale instead of re\ufb02ecting the world, we magnify it and ask whether large objects behave the same way as small objects in our universe. \n\n
![Imgur](http://i.imgur.com/xQVZUHC.png)
\n
wikipedia
\n\n**The square-cube law**, describing how size affects the physical properties of objects, was \ufb01rst discovered by Galileo Galilei and published in his book Two New Sciences. The second \u201cnew science\u201d concerned strength of structures. Galileo noticed a difference between the basic designs of small and large animals\u2014not just in size but in proportion. He realized the strength of an object is proportional to cross-sectional area, whereas its weight is proportional to volume. \n\n\n-----------------------------\n\n# Area and volume depend on size in different ways, so the relation of strength to weight is different for objects of different size. ; \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Comparison_of_surface_area_vs_volume_of_shapes.svg/330px-Comparison_of_surface_area_vs_volume_of_shapes.svg.png
\n
wikipedia
\n\n* Area is a square (x\u00b2), \n* Volume is cubic (x\u00b3). \n\n-------------------------\n\n ## For example imagine magnifying an animal 100x: \n\n**Original Animal**\n* Mass of 100 kg and footprint of 100 cm\u00b2 \n* Supporting its weight at 1 kg / cm\u00b2\n\n**100x Magnified Animal**\n* Mass of 1,000,000,000 kg and footprint of 1,000,000 cm\u00b2\n* It would now have to support 1000 kg / cm\u00b2 \n* 1000x the weight per unit area.\n\n------------------------------------------------\n\n\n# This explains why science \ufb01ction concepts like giant mutant ants are impossible: Their structures (areas) cannot support their weight (volumes). \n\n\n
http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg
\n
[giant ants](>http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg)
\n\n**We also see this in real life.** \n\n1. Larger animals lead more sedate lifestyles than smaller ones.\n2. They are structurally more delicate. \n3. Larger animals have thicker proportions. \n4. Compare the legs of an elephant to those of an ant.\n5. Larger animals have lower metabolic rates than smaller ones, using fuel more ef\ufb01ciently. \n\n---------------------\n\n# **The square-cube law** is a general principle of physics. It applies to any structure, not just living things. \n\n
https://upload.wikimedia.org/wikipedia/commons/7/72/Coal_anthracite.jpg
\n
wikipedia
\n\n* A lump of coal burns at a moderate rate, but coal dust suspended in air can cause an explosion. The greater surface area of the dust allows greater combination with oxygen from the air and a greater release of energy. \n* The interior of Earth is as hot as the Sun\u2019s surface due to radioactive decay of potassium-40. A single Earth rock containing potassium-40 cannot heat itself very well, but the surface-to-volume proportions of Earth are so much larger, it creates a tremendous amount of heat with the same percentage of potassium-40. \n\n-------------------------\n\n# Because of **the square-cube law**, magni\ufb01cation is not a symmetry of nature. \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Helium_atom_QM.svg/450px-Helium_atom_QM.svg.png
\n
wikipedia
\n\nWhy does nature work this way? Two objects, one large and one small, made of the same materials behave in different ways because they are made of the same material, not in spite of it. If you create giant ant, you can not build it out of giant atoms; atoms of each element have a de\ufb01nite, absolute size. What determines the size of an atom and sets the size scale of the universe? Quantum physics. \n\n\n------------------------------\n\n# Fun Facts:\n \nNear the end of the science \ufb01ction novel and \ufb01lm The Incredible Shrinking Man, the titular man is the size of an insect. Such a man would face physiological problems making cellular chemistry, fluid transfer, gas exchange, and staying alive impossible. \n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/IncredibleShrinkingMan-poster.jpg/330px-IncredibleShrinkingMan-poster.jpg
\n
wikipedia
\n\n\n\nThe light from the Sun exerts a very small pressure on objects in our solar system. This force pushes tiny dust grains entirely out of the solar system and may cause small long-term changes in the orbits of small asteroids but is completely negligible for big planets. This directly caused by the difference in surface area vs mass on these bodies.\n\n
https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Comet_Hale-Bopp_1995O1.jpg/330px-Comet_Hale-Bopp_1995O1.jpg
\n
wikipedia
\n\n \n\n\n-----------------------------------\n-----------------------------------", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.forcesofgeek.com/wp-content/uploads/2013/05/19043-2.jpg", + "http://i.imgur.com/YEUxukE.png", + "http://i.imgur.com/xQVZUHC.png", + "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Comparison_of_surface_area_vs_volume_of_shapes.svg/330px-Comparison_of_surface_area_vs_volume_of_shapes.svg.png", + "http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg", + "https://upload.wikimedia.org/wikipedia/commons/7/72/Coal_anthracite.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Helium_atom_QM.svg/450px-Helium_atom_QM.svg.png", + "https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/IncredibleShrinkingMan-poster.jpg/330px-IncredibleShrinkingMan-poster.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Comet_Hale-Bopp_1995O1.jpg/330px-Comet_Hale-Bopp_1995O1.jpg" + ], + "links": [ + "http://www.forcesofgeek.com/2013/05/insect-fear-big-bug-movies-of-1950s.html", + ">http://www.bluebird-electric.net/artificial_intelligence_autonomous_robotics/insectronics_robotics_pictures_animatronic_soldiers/ant_movies_insecta_saurus_giant_attacking_charley_temple.jpg" + ], + "tags": [ + "science", + "mathematics", + "space", + "writing", + "steemmag" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5092939268805, + "payout": 2.545, + "payout_at": "2016-09-22T16:59:00", + "pending_payout_value": "2.545 HBD", + "percent_hbd": 10000, + "permlink": "invasion-of-giant-insects-and-the-square-cube-law", + "post_id": 1256134, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 82 + }, + "title": "Invasion of Giant Insects and The Square-Cube Law", + "updated": "2016-09-15T18:45:18", + "url": "/science/@pjheinz/invasion-of-giant-insects-and-the-square-cube-law" + }, + { + "active_votes": [ + { + "rshares": 1813727579, + "voter": "thelocal" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + } + ], + "author": "thelocalgermany", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "**He lived through both world wars and even made it out alive from the Nazis' deadliest concentration camp. Today the world's oldest man is set to finally have his coming of age bar mitzvah.**\n\nhttp://www.thelocal.de/userdata/images/article/w468/601de1409a3a41795b416cf853d45c11373c2566f545b21d76b4b36898adba6b.jpg\n*The world's oldest man, Israel Kristal at his home in Haifa, Israel. Photo: EPA/DPA*\n\nIt's the celebration that turns Jewish boys into men, and girls into women. A [Bar or Bat mitzvah](https://en.wikipedia.org/wiki/Bar_and_Bat_Mitzvah) is held when a Jewish child turns 12 or 13, and it usually means a big party with friends, family and, hopefully, gifts.\n\nBut for Israel Kristal from Maleniec, near Zarn\u00f3w, Poland, it wasn't so easy to celebrate when he turned 13. At the time, 1916, the First World War was raging around him.\n\n*\"When my father was 13 years old, it was the First World War. His father was in the Russian army, his mother had died three years before. No one was partying in this moment,\"* Kristal's daughter Schulamit Kristal Kuperstoch told DPA.\n\nLater as an adult, Kristal's homeland was again thrown into another world war, invaded by Adolf Hitler's Nazi Germany. And in 1944, Kristal, as a Jewish man, was deported to the death camp [Auschwitz](https://en.wikipedia.org/wiki/Auschwitz_concentration_camp).\n\nThe Holocaust took the lives of his first wife and their two children, while Kristal survived. When the Allied forces liberated Auschwitz, Kristal weighed just 37 kilos (81.6 pounds), according to the Guinness World Records.\n\nBut as he turns 113 years old on Thursday 15 September 2016, the world's oldest man will prepare to celebrate his own Bar Mitzvah at last.\n\n*\"We're going to celebrate with many family members - more or less 100,\"* his daughter said. *\"We will bless him, we will dance with him, we'll be happy with him\u2026 you can't feel like you're 13 when you're 113.\"*\n\nWhen Kristal was declared the [world's oldest living man](https://en.wikipedia.org/wiki/Oldest_people#Ten_verified_oldest_living_men) by the Guinness World Records in March 2016, he had this to say: *\"I don't know the secret for long life. I believe that everything is determined from above and we shall never know the reasons why\".*\n\n*\"There have been smarter, stronger and better looking men then me who are no longer alive. All that is left for us to do is to keep on working as hard as we can and rebuild what is lost.\"*\n\n--\nOriginal source: http://thelocal.de/120230\nAuthor verification: http://thelocal.de/steemit", + "category": "news", + "children": 0, + "created": "2016-09-15T16:57:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.thelocal.de/userdata/images/article/w468/601de1409a3a41795b416cf853d45c11373c2566f545b21d76b4b36898adba6b.jpg" + ], + "links": [ + "https://en.wikipedia.org/wiki/Bar_and_Bat_Mitzvah", + "https://en.wikipedia.org/wiki/Auschwitz_concentration_camp", + "https://en.wikipedia.org/wiki/Oldest_people#Ten_verified_oldest_living_men", + "http://thelocal.de/120230" + ], + "tags": [ + "news", + "barmitzvah", + "supercentenarians", + "oldest-man" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1880662861, + "payout": 0.0, + "payout_at": "2016-09-22T16:57:54", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man", + "post_id": 1256121, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 2 + }, + "title": "113-year-old Holocaust survivor to have Bar Mitzvah (also, world's oldest man)", + "updated": "2016-09-15T16:57:54", + "url": "/news/@thelocalgermany/113-year-old-holocaust-survivor-to-have-bar-mitzvah-also-world-s-oldest-man" + }, + { + "active_votes": [ + { + "rshares": 373878481829, + "voter": "fabio" + }, + { + "rshares": 39234171281, + "voter": "redpalestino" + }, + { + "rshares": 7221647073, + "voter": "uwe69" + }, + { + "rshares": 14756777282, + "voter": "felixxx" + }, + { + "rshares": 42572418815, + "voter": "twinner" + }, + { + "rshares": 690177186, + "voter": "herbertmueller" + }, + { + "rshares": 174019504, + "voter": "nang1" + }, + { + "rshares": 1544966078, + "voter": "pollux.one" + }, + { + "rshares": 730388360, + "voter": "z3r0d4yz" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + } + ], + "author": "uwe69", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.15, + "beneficiaries": [], + "blacklists": [], + "body": "\n

 Bitcoin proponents were thrilled to hear that the Water Project recently received an anonymous donation of 38 bitcoins \u2014  worth $23,000 USD at press time. The charity doesn\u2019t know who sent the funds, but they are very grateful, as the money will go towards providing clean water and sanitation facilities to an entire school. 

\n

Hier der original Artikel : https://news.bitcoin.com/donor-gives-38-btc-water-project/

\n

\n

Erinnert ihr euch an mein Projekt vor einem Monat ? 

\n

Es w\u00e4re doch sch\u00f6n gewesen, wenn das Geld auf Steemit gesammelt worden w\u00e4re und dieser Artikel \u00fcber Bitcoin und Steemit gehandelt h\u00e4tte.

\n

Vielleicht hat ja jemand mit besseren Kontakten auf Steemit Interesse ein solches Projekt zu wiederholen.

\n", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T16:55:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://pixabay.com/static/uploads/photo/2016/04/27/20/45/water-and-children-1357519_960_720.jpg" + ], + "links": [ + "https://news.bitcoin.com/donor-gives-38-btc-water-project/" + ], + "tags": [ + "deutsch", + "steemit", + "homeless", + "bitcoin", + "travel" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 480869982690, + "payout": 0.118, + "payout_at": "2016-09-22T16:55:06", + "pending_payout_value": "0.118 HBD", + "percent_hbd": 10000, + "permlink": "anonymer-spender-gibt-38-bitcoins-fuer-african-water-project", + "post_id": 1256098, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 10 + }, + "title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "updated": "2016-09-15T16:55:06", + "url": "/deutsch/@uwe69/anonymer-spender-gibt-38-bitcoins-fuer-african-water-project" + }, + { + "active_votes": [ + { + "rshares": 174033897996, + "voter": "highasfuck" + }, + { + "rshares": 1061253912, + "voter": "murh" + }, + { + "rshares": 12064022115, + "voter": "primus" + }, + { + "rshares": 9731394855, + "voter": "mione" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + }, + { + "rshares": 1137178151, + "voter": "loca" + } + ], + "author": "loca", + "author_payout_value": "0.000 HBD", + "author_reputation": 50.99, + "beneficiaries": [], + "blacklists": [], + "body": "\n

Not really. Much to do, yes, but so little time? I dont think so. 

\n


\n

                                                                 

\n


\n

When I became a single mother, it was definitely not an choice I wanted to take. To cope with everyday life alone with all agreements to be reached. Homework that has to be done in my \u201cfree time\u201d and try to get a babysitter when needed. Always looking at the clock to stretch to my next chore. Dinner, making smoothies, washing clothes, cleaning the constantly, messy kitchen. The \u201clocked\u201d evenings are often used good though. Planning the next day, cleaning, laundry, enjoying time with myself and so on. What is the disadvantage of that?

\n

Daily life becomes a routine. Waking up, usually the last one. He is an independent young boy. Everything from fixing his own breakfast to find clothes that fits his own taste. Often he stands in my door to ask when I\u00b4m ready to go to  kindergarden. An effective young boy. Breakfast is often a 2-second session while the poor schoolbag often is left alone in the hallway. I go back, pick it up, then leave again. We tend to compete who are the fastest one to reach daycare first .. (so I buy more time). He always wins. Competition instinct. 

\n


\n

The school runs its course. The time between school and work is usually me-time. Training or necessary action. Social cups of coffee are also often required in these periods. Dinner preparation, retrieve Max in kindergarden. Small talk with staff about how the day was. Competition again. Food on the table. Exhausted already. Activities like cycling, play outside, visiting friends of Max and me depends on our energy level. Luckly are we kind of syncronized. The child is sleeping. Now the vampire mom awakes. Or not... 

\n

Food preparations, always some dirty laundry. Clean the kitchen. Shower..? I almost forgot. I hate to shower.. but I have to. Maybe twice a day. What a waste of precious time. I plug in my music. My trustworthy \u201cinner peace\u201d playlist is one of my favorites. Boiling a can of water. Tea, some paper and pencils, candles and some chopped fruit. Now I feel like I acheived something good. I made it trough another day with this rush of things...and yet, I only have 24 hours... don\u00b4t forget to sleep at least 8 of them!

\n


\n

You may think again next time you say: \"I dont have the time. \"Because we all have the same amount of time. Its just how you plan it. 

\n

            

\n

                       

\n

-Love Loca

\n", + "category": "lifestyle", + "children": 0, + "created": "2016-09-15T16:54:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s13.postimg.org/5fhjeda6v/13613191_10157011459475408_437143988926879290_o.jpg", + "https://s22.postimg.org/vycpz0vi9/14274431_10157279837825408_2038945899_o.jpg" + ], + "tags": [ + "lifestyle", + "story", + "singlemom", + "life", + "norway" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 198357011319, + "payout": 0.046, + "payout_at": "2016-09-22T16:54:33", + "pending_payout_value": "0.046 HBD", + "percent_hbd": 10000, + "permlink": "so-little-time-so-much-to-do", + "post_id": 1256090, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "So little time, so much to do?", + "updated": "2016-09-15T17:18:12", + "url": "/lifestyle/@loca/so-little-time-so-much-to-do" + }, + { + "active_votes": [ + { + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "rshares": 40859141206977, + "voter": "blocktrades" + }, + { + "rshares": 1912118346075, + "voter": "badassmother" + }, + { + "rshares": 7113882084470, + "voter": "xeldal" + }, + { + "rshares": 5763993012820, + "voter": "enki" + }, + { + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "rshares": 1577462576089, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 446958795092, + "voter": "boatymcboatface" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 23383993964, + "voter": "wpalczynski" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 14818192446, + "voter": "gregory-f" + }, + { + "rshares": 74914583876, + "voter": "eeks" + }, + { + "rshares": 1007941175, + "voter": "fkn" + }, + { + "rshares": 8867224532, + "voter": "james-show" + }, + { + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "rshares": 7802860274, + "voter": "richman" + }, + { + "rshares": 24193131603, + "voter": "acidyo" + }, + { + "rshares": 313691550, + "voter": "coar" + }, + { + "rshares": 1061234978, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 59950022330, + "voter": "theshell" + }, + { + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "rshares": 280737930617, + "voter": "trogdor" + }, + { + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "rshares": 121383360964, + "voter": "geoffrey" + }, + { + "rshares": 10684548905, + "voter": "kimziv" + }, + { + "rshares": 30279968088, + "voter": "acassity" + }, + { + "rshares": 45145254362, + "voter": "venuspcs" + }, + { + "rshares": 7264907621, + "voter": "getssidetracked" + }, + { + "rshares": 1414199127, + "voter": "trees" + }, + { + "rshares": 197179742, + "voter": "strawhat" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 691425107, + "voter": "cryptochannel" + }, + { + "rshares": 894044199, + "voter": "endgame" + }, + { + "rshares": 4920266872, + "voter": "furion" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "rshares": 80777327, + "voter": "snowden" + }, + { + "rshares": 14167503457, + "voter": "aaseb" + }, + { + "rshares": 4209522316, + "voter": "karen13" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "rshares": 34761252099, + "voter": "creemej" + }, + { + "rshares": 233065746, + "voter": "poseidon" + }, + { + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "rshares": 5428442637, + "voter": "rainchen" + }, + { + "rshares": 204617448258, + "voter": "jl777" + }, + { + "rshares": 103514864, + "voter": "pokemon" + }, + { + "rshares": 817413671, + "voter": "positive" + }, + { + "rshares": 6361356981, + "voter": "chloetaylor" + }, + { + "rshares": 17267278949, + "voter": "proto" + }, + { + "rshares": 1805641835, + "voter": "sisterholics" + }, + { + "rshares": 61286903, + "voter": "reported" + }, + { + "rshares": 8734133724, + "voter": "taker" + }, + { + "rshares": 57607550, + "voter": "krushing" + }, + { + "rshares": 63852353198, + "voter": "laonie" + }, + { + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "rshares": 1332427399, + "voter": "myfirst" + }, + { + "rshares": 12961212091, + "voter": "somebody" + }, + { + "rshares": 484610059, + "voter": "flysaga" + }, + { + "rshares": 2084691327, + "voter": "gmurph" + }, + { + "rshares": 513517114, + "voter": "minnowsunited" + }, + { + "rshares": 2863236010, + "voter": "midnightoil" + }, + { + "rshares": 56653113, + "voter": "whatyouganjado" + }, + { + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "rshares": 7161280807, + "voter": "xiaohui" + }, + { + "rshares": 323406893, + "voter": "elfkitchen" + }, + { + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "rshares": 63373184, + "voter": "makaveli" + }, + { + "rshares": 223891286, + "voter": "xiaokongcom" + }, + { + "rshares": 1780319109, + "voter": "future24" + }, + { + "rshares": 7709317035, + "voter": "thebotkiller" + }, + { + "rshares": 451324143, + "voter": "xianjun" + }, + { + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "rshares": 56109399, + "voter": "alexbones" + }, + { + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "rshares": 90172824082, + "voter": "serejandmyself" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "rshares": 52319145, + "voter": "dobbydaba" + }, + { + "rshares": 22559404087, + "voter": "andrewawerdna" + }, + { + "rshares": 77466140, + "voter": "ozertayiz" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 55922029, + "voter": "salebored" + }, + { + "rshares": 2196862373, + "voter": "runridefly" + }, + { + "rshares": 115288806334, + "voter": "shenanigator" + }, + { + "rshares": 1709331623, + "voter": "funkywanderer" + }, + { + "rshares": 4594182561, + "voter": "richardcrill" + }, + { + "rshares": 79155262951, + "voter": "markrmorrisjr" + }, + { + "rshares": 55917888, + "voter": "bitdrone" + }, + { + "rshares": 55908853, + "voter": "sleepcult" + }, + { + "rshares": 27677639861, + "voter": "sponge-bob" + }, + { + "rshares": 12031039232, + "voter": "doitvoluntarily" + }, + { + "rshares": 67696453939, + "voter": "thecyclist" + }, + { + "rshares": 646493719, + "voter": "kev7000" + }, + { + "rshares": 55266473, + "voter": "analyzethis" + }, + { + "rshares": 27671309914, + "voter": "brains" + }, + { + "rshares": 5866415576, + "voter": "burnin" + }, + { + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "rshares": 4235074146, + "voter": "funnyman" + }, + { + "rshares": 50193769, + "voter": "f1111111" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 63405661, + "voter": "inarix03" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 4382226038, + "voter": "michelle.gent" + }, + { + "rshares": 66935282, + "voter": "mari5555na" + }, + { + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "rshares": 155180811, + "voter": "majes" + }, + { + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "rshares": 68013381, + "voter": "storage" + }, + { + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "rshares": 61530871, + "voter": "gifts" + }, + { + "rshares": 96643251, + "voter": "expat" + }, + { + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "markrmorrisjr", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.26, + "beneficiaries": [], + "blacklists": [], + "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "category": "story", + "children": 2, + "created": "2016-09-15T16:54:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg", + "https://s12.postimg.org/6h4lvyh7x/judge.jpg" + ], + "links": [ + "https://steemit.com/@markrmorrisjr" + ], + "tags": [ + "story", + "fiction", + "anarchy", + "life", + "minnowsunited" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62355283653318, + "payout": 226.397, + "payout_at": "2016-09-22T16:54:06", + "pending_payout_value": "226.397 HBD", + "percent_hbd": 10000, + "permlink": "original-fiction-anarchist-s-almanac-episode-15", + "post_id": 1256087, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 120 + }, + "title": "Original Fiction: Anarchist's Almanac, Episode 15", + "updated": "2016-09-15T16:54:06", + "url": "/story/@markrmorrisjr/original-fiction-anarchist-s-almanac-episode-15" + }, + { + "active_votes": [ + { + "rshares": 1577451755984, + "voter": "joseph" + }, + { + "rshares": 651993277150, + "voter": "masteryoda" + }, + { + "rshares": 9168101098, + "voter": "idol" + }, + { + "rshares": 22916314085, + "voter": "wpalczynski" + }, + { + "rshares": 5044693986, + "voter": "sakr" + }, + { + "rshares": 1578030666, + "voter": "jocelyn" + }, + { + "rshares": 8867224532, + "voter": "james-show" + }, + { + "rshares": 23539263182, + "voter": "acidyo" + }, + { + "rshares": 313691550, + "voter": "coar" + }, + { + "rshares": 1061234978, + "voter": "murh" + }, + { + "rshares": 2057413439, + "voter": "error" + }, + { + "rshares": 37088193309, + "voter": "everythink" + }, + { + "rshares": 45145254362, + "voter": "venuspcs" + }, + { + "rshares": 60403077307, + "voter": "lehard" + }, + { + "rshares": 7264907621, + "voter": "getssidetracked" + }, + { + "rshares": 1380527719, + "voter": "trees" + }, + { + "rshares": 192250248, + "voter": "strawhat" + }, + { + "rshares": 674139479, + "voter": "cryptochannel" + }, + { + "rshares": 11709563991, + "voter": "anasya" + }, + { + "rshares": 2834923420, + "voter": "steem1653" + }, + { + "rshares": 3723963138, + "voter": "anmuravjev" + }, + { + "rshares": 653682455, + "voter": "luisucv34" + }, + { + "rshares": 24906010734, + "voter": "phenom" + }, + { + "rshares": 5609548617, + "voter": "sharker" + }, + { + "rshares": 103514864, + "voter": "pokemon" + }, + { + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "rshares": 3593950849, + "voter": "villainblack" + }, + { + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "rshares": 87440314261, + "voter": "serejandmyself" + }, + { + "rshares": 163783062, + "voter": "nang1" + }, + { + "rshares": 51156498, + "voter": "dobbydaba" + }, + { + "rshares": 115288806334, + "voter": "shenanigator" + }, + { + "rshares": 131632677525, + "voter": "thecyclist" + }, + { + "rshares": 52597837, + "voter": "waldemar-kuhn" + }, + { + "rshares": 339287005, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + }, + { + "rshares": 1530630957, + "voter": "kreet" + }, + { + "rshares": 3033598780, + "voter": "htyfn" + }, + { + "rshares": 507977462, + "voter": "doubledex" + } + ], + "author": "anmuravjev", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.6, + "beneficiaries": [], + "blacklists": [], + "body": "This is a real story that happened to me and left a very deep impression. This story tells how I became the member of the Russian mafia, what we were doing, and how it all ended... This story is real, some parts of the group are still active that is why some names and places are completely changed, and all the photos are retouched. Some of my friends are dead by now, but I do not want to be running ahead of the story, I will just go through all this again together with you. \n\n
https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg
\n\nNot everyone knows when the mafia in Russia started its way. It started much earlier, in the early '90s, when the Soviet Union had collapsed, and people were able to engage in business activities. Then the people who had the physical strength and desire to live well got craving to take someone else's. Young people, usually the members of sports clubs, formed criminal communities to accumulate power to take income of entrepreneurs and get the cash flow of the businesses. Often, the physical violence was applied against those who did not want to obey to frighten others. In Russia, there were hundreds of large and thousands of small criminal networks which not only \"earned\" a living by racket, but fought for it between each other. Most of the participants of those events are now in prison or dead.\n\nIt was a real criminal war, but I personally did not participate in it. For me everything started in 2003, when I was 13 years old. That day, my friends from the hood invited me to the boxing class. I was expecting this, because I already knew that the guys were doing something interesting, they just didn't want to share it with me, \"You'll know everything when you come,\" that was how they kept the intrigue. I was watching them from the side, I had not been in their social circle yet, I did not see anything illegal in what they did, but I was fascinated by their organized movement relied on the principle \u2013 One for all and all for one.\n\nIt meant that the cell of their community resolved all their problems on the streets. Physical fights didn't happen often in our time, nobody wanted to deal with more than a hundred bald, well-organized men. If they expected some kind of more or less equal force coming up, they called up the larger number of community cells. It was 57 cells in total. Totally, it is more than 3,000 people at the peak of its activity in 2005. Many people were armed and almost all of them were boxers. It was a huge strength. \n\nBut I did not know any details back then. I just came to a boxing class to train under good coaches, the champions of Russia, Europe and the World. They were really good, they prepared a lot of champions of Russia, Europe and the World... I was excited by the fact that I would train with my friends, especially in a secret place. \n\nAfter the active part of the training, we all got in a large room with tables, where everybody drank tea. There were more than 100 people, many of them were standing at the door, because they could not come in. People were talking to each other. There was this steady low clatter in the room, I was drinking tea, munching cookies, and was not thinking about anything bad. It was fun and calm, all my close friends were sitting by my side, and I was just tired. \n\n
https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png
\n\nIn a while we heard the voice saying, \"So, let's talk?\"\" And everybody got quiet. The guy with the appearance of 26-year-old with a wide scar on his forehead, began a one-sided dialogue with the team. But I did not really get what was going on, and at some point I even lost focus on what is happening and shut off myself from the world. Jolt to the elbow brought me back, someone whispered me to get up.\n\n\"That meant everybody would be sitting, and I had to get up? ... What the fuck?\" - I thought that I was not ready for this, but I had no choice, so I got up. \n\"Newbie? What's your name?\" - the guy with the scar said.\n\"Alex,\" - I replied.\n\"Alex, we have three golden rules: no weapons, no drugs, no crimes. We solve all our problems ourselves without police. Your friends will tell you the rest. Any questions?\" \n\"No questions.\"\n\"Then sit down, drink tea and enjoy yourself.\" \nI was shocked. I was not ready for that. I was discouraged, but at the same time I was amused by what was going on. \n\nTrainings went fast, I learned quickly and got used to everything. Every day, we played football, went to the gym, took the boxing classes, and everything was for FREE. Football? No problem. Workout? Sure. Boxing? All coaches were waiting for us. Trainings took place in our own two-story building, which included workout and boxing rooms, rooms for table tennis and billiards, and on the street we had mini and full-size football fields. \n\nWe paid only for tea, but it was nothing compared to how much they charged in regular sport clubs: 100 rubles a month, it's less than $ 2 in current money. At the same time, we did everything off our own bat. We did repairs in the hall, built the arbour and even the stadium with bleachers!!! And all of that was done with no outside help. We did everything using only our own resources, we had no wages, and nobody put pressure on us. \n\nIt is said that it is easy to get into the mafia, but difficult to leave. It was the opposite in our case. At every training, some man did a head check. If you missed 3 trainings without good reason, you will be asked some questions. If you had nothing to answer, they would show you out. \n\nIf you decided to leave the community, nobody would make you pay. Also you will be not forced to bring a TV from home or do something like that. Want to leave? Go away, do not waste our time and do not dare to think bad about us. If you took something, bring it back. They didn't care about anything else.\n\nHow did we make our living? Parkings. We had been opening the night paid car parkings in the yards, and offered protection to the vehicles owners. From the parking money we had been paying for electricity in the building, buying building materials, paying cleaners and saving some to help those ones who were in jail.\n\nIn our language we called this help \"warming a prison\". It is when you send some stuff to a prison. For a prisoner the parcel itself is not so important, it is more important that someone actually cares about him. The parcel usually has cigarettes, candies and cookies, sometimes phones. You cannot call yourself a bro without this element of street life. \n\nAlso if someone on the street asks you a question \"Who are you?\" \nIf you answer - \"A man,\" they say, \"A man should work in the field, so go work.\" \n\"An athlete.\" - \"So go and train.\" \n\"A bro.\" - \"Who do you warm then?\" \nOn the street only a bro can talk to another bro as an equal, the verbal fight is a whole science. If a fight is against you, and you are not strong in it, it is likely you will lose and will be owing money to someone. But we have never lost and regularly trained our skills, including the street language. \n\nThose gyms, which were opened after ours, didn't have any source of income except the parkings. And even if they had, nobody talked about them, because they violate the three golden rules: no weapons, no drugs, no crimes. One parking could bring up to $ 5000 of a monthly net income, and every normal gym had, at least, 3 of them. We lived that way working on our own parkings. The older gyms also had other businesses: pharmacy chains, shops and so on... I do not know how they set up those businesses.\n\nMany young people were, literally, saved from drugs by our gyms. They were given the meaning and purpose to live. Many of the guys came from dysfunctional families, and lots of them had already taken the criminal path. But then they came to us, and their lives changed. They got work, exercises, friends and new very large social network. It doesn't look like a mafia yet, right? :-))\n\nBut first things first. At the time I was only 13 years old teenager taking the boxing classes. I liked the guys and the power I had behind me. I wasn't quite sure where I was and how it worked, and, of course, I could not imagine where this would lead me and what I would have to pass through. \n\nThe first little criminal history happened soon, it happened to me personally outside the gym. I knew one guy, his name was Sergey, he was 21, and once he took advantage of my trust. He asked me to give a cell phone to call, and as soon as I left, he disappeared. And that was my first cell phone. It was a real problem, because someone stole my phone, and I had to tell my brothers about it, explain everything to them. \n\nIt was a difficult day and training, I was getting closer and closer to the time when I had to tell everyone. I had to stand up in front of everybody and tell them what happened. It was frightening. But I believed that they would help me, would not leave my problem aside, and I would not have to talk about this bitter case to my parents. \n\nThe time to talk has come. There were many people, as always. And as always, there was a question at the end, \"Any questions? Problems?\"\n\"I have a problem,\" - I got up. \n\"What happened?\" \n\"My phone was stolen\u2026\" - And I told how it happened. My brothers listened to me, and then gave me the answer I didn't expect.\n\"You should solve the problem yourself. Do whatever it takes, but get back what belongs to you.\" \n\"But how? He is 2 heads taller, bigger and 8 years older than me. How do I make him give my stuff back?\" I asked. \n\"Now it's just your problem. Arm yourself with something, if you cannot deal with him barehanded. Watch him every day, break him. Do not come here until you have your problem solved,\" - that's what my brothers told me.\n\nIt was unexpected turn. That day I realized that my brothers wouldn't help me with all my problems, and that it was not that simple as it seemed before. Why did this guy just take my phone and get lost? Because he felt neither possible punishment nor my power. He was not even thinking about the power behind me. If he did not feel my strength, it meant that the team would not protect me. Every person is the team's face, and if I am like that, then everyone is. So I had to solve the problem myself, and I had to do it, whatever it cost me, because this gym was my entire social circle. \n\nIt was a hard challenge, and it changed my life. My friends were with me, despite the fact that I had to solve the problem myself, they said that they would come with me. We drove around the hood to find the bustard and punish him. But it was me who had to punish him.\n\nWe got there... In total there were about 3-4 cars and, maybe, 15 people. I did not believe that we would find him quickly, honestly, I did not believe that we would find him in general... But suddenly, we got him spotted. He was walking with his fighting dog in one yard in the hood, we drove up and surrounded him. We followed all the rules of a street fight. What happened next? ... I had to get up my guts, and I had only one chance. I had never been in an actual street fight before, I had been just training.\n\nMy opponent kept a stiff upper lip. Despite the fact that there were many people set against him, and I was so young and severe, he acted openly and rudely. He said he would not give me the phone back, because he did not see a man in me. That was the boiling point. After these words, it was the first time in my life when I felt fear changing to aggression. Hands do their job, and the adrenaline slows down what is happening. Bam! And the border is passed.\n\nDespite the fact that he was holding the fighting dog and was 2 heads taller than me, I set upon him with blows, having completely forgotten about the dog. Now I do not understand why it did not even bite me. My opponent did not dare to fight back, because he did not know how the other guys would react. I would not call it beating, it was a spirit manifestation, and it has changed me forever. I became acquainted with him and said \"hi\". \n\nI\u2019ve been getting back to this situation many times. It also helped me to survive in the army. It's not completely aggression. It is a self-defense, which switches on when you believe that a retreat is not an option. When all your words would not help the situation, so you have to fight, otherwise you will lose everything: your honor, your name, and, finally, yourself. \n\nI do not quite remember what the end of the scrummage was, but there was a police station across the street, and we did not want to be stuck there. It does not matter that I had not beaten him to a mummy or trodden him into the ground. I showed everyone what I was made of and I could do it again if needed - that is what really matters.\n\nWe left. The next day his aunt called me and offered to take the phone back (she had seen the whole process, and as far as I remember, she broke up our fight). I took what was mine, the problem was solved. On the second day I came back to the gym and told everyone about my success. Then my brothers told me, \"You should have solved your problem by yourself, but what's done is done. Good job.\"\n\nI would have different life without this victory. Further, I got a lot of \"combat\" experience, participated in many conflicts, was in charge for organization. My extraordinary intelligence and abilities distinguished me from other people. Of course, I was not a godfather or top dog... nothing of the kind. I was just a normal guy among my friends. Here I want to share with you some stories about our life. I would like to stop now. But, judging by the details I want to give you, we are far from the end of the story. \n\n
https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png
", + "category": "life", + "children": 6, + "created": "2016-09-15T16:53:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s16.postimg.org/bjzhlwtth/x_c9850a04.jpg", + "https://s16.postimg.org/gu4gd7e2d/\u043f\u0430\u0446\u0430\u043d\u044b3.png", + "https://s16.postimg.org/v342v9sl1/\u043f\u0430\u0446\u0430\u043d\u044b2.png" + ], + "tags": [ + "life", + "mafia", + "russia" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2863123436286, + "payout": 1.07, + "payout_at": "2016-09-22T16:53:24", + "pending_payout_value": "1.070 HBD", + "percent_hbd": 10000, + "permlink": "russian-mafia-organized-crime-group-from-inside-real-story-part-1", + "post_id": 1256083, + "promoted": "20.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 40 + }, + "title": "Russian Mafia. Organized crime group from inside. Real Story, part 1.", + "updated": "2016-09-15T16:53:24", + "url": "/life/@anmuravjev/russian-mafia-organized-crime-group-from-inside-real-story-part-1" + }, + { + "active_votes": [ + { + "rshares": 231809773619, + "voter": "anonymous" + }, + { + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "rshares": 244111745773, + "voter": "justin" + }, + { + "rshares": 670306236660, + "voter": "silver" + }, + { + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "rshares": 2206071653405, + "voter": "wang" + }, + { + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "rshares": 5815231464, + "voter": "bentley" + }, + { + "rshares": 1061283659, + "voter": "murh" + }, + { + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "rshares": 13607840409, + "voter": "infinitor" + }, + { + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "rshares": 160370915, + "voter": "nang1" + }, + { + "rshares": 21402511570, + "voter": "andrewawerdna" + }, + { + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "rshares": 53146733, + "voter": "vsmith08162016" + }, + { + "rshares": 271441624, + "voter": "anomaly" + }, + { + "rshares": 98545946, + "voter": "ola1" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + } + ], + "author": "infinitor", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.59, + "beneficiaries": [], + "blacklists": [], + "body": "It was a real joy to share the first chapter of my novel here. For the new readers, [here is the link to it.](https://steemit.com/story/@infinitor/the-mastermind-chapter-1-an-original-novel) I got this very, very generic novel \"logo\" thingy that I think I can use as a placeholder until I get a full novel cover.\n\nWithout much further ado, here is the second chapter of our protagonist's journey.\n\n***\n\nhttp://i.imgur.com/x3BiRdt.png\n\n

\n\n**Chapter 2**\n\n

\n\nThe piercing sound of the bullet-rain deafened Arcadius' ears. He was glad that he had taken cover behind the tall bookcase instead of the thin wooden table that was now ridden with bullet holes. Confusion overcame Arcadius. He couldn't figure out what was happening. All he knew that he had to stay in cover. Shootings weren't too common in Rome. In fact, this was the first in months, even years.\n\nIt was a massacre. The bullets came in through the window and wreaked havoc inside the library. When the rain of bullets stopped, Arcadius took a breath of relief with the knowledge that it would be quite a while that he would get to breathe relief again. The sight of blood was not unknown to Arcadius. He, like, many other Romans who had fought in the war of 2035* would have grown accustomed to its sight and smell. The bloodbath in the library had cost the lives of innocents, many of whom were deeply immersed in reading. Some were chatting about life itself, relishing its ups and dreading its downs. In all the chaos, something captured Arcadius' eye. I am afraid I do not know what he saw then and there, as he never told anyone. Arcadius collapsed to the floor and burst into a sob. Without a doubt, it must have been a powerful sight.\n\nThe police and the ambulances soon reached the scene of the massacre. The grilling sound of the bullets was still fresh in Arcadius' ears. The scene was burnt into his mind. The gray matter of innocent men, women, and children splattered across the floor, books, and tables. He started to repeatedly wipe the crimson blood that stained his white shirt but in vain. He was starting to fear that his head might explode.\n\n\"Are you okay, man?\" Leonidas rushed to Arcadius' side and hugged him.\n\nWith blood smeared all over his hands and white shirt, Arcadius replied, \"I'm okay.\"\n\n\"The media is going crazy with this one. Boy, the police are in some deep shit.\" Leonidas commented.\n\nAlong with the ambulances and police cars, there were cameras and TV reporters. *Their wish finally came true* Arcadius chuckled. It had been a while since anything big happened. The TV News stations mostly covered the weather, finance, celebrity gossip, and sports which had resulted in drastic fall in the ratings. This mishap gave them the very boost needed. It seemed like everybody wanted a piece of the action. For every victim, there were two reporters and cameras. A detective in black trenchcoat walked up to Arcadius, with a writing pad in one hand and a pen in the other.\n\n\"Mr... Straton. I'm Detective Caius, RPD.\" The detective pulled out a badge from the left pocket of his trenchcoat and showed it to Arcadius.\n\n\"Do you know what happened?\" The detective asked.\n\n\"I was reading this book, and ugh... all of a sudden, there was blood everywhere. I ran and took cover.\" Arcadius replied. \"Do you have any leads on who might have done it?\" He continued.\n\n\"We're working on that, sir. It'd help us a lot if you dropped by the police station.\" The detective said. Arcadius nodded in reply.\n\nAs the detective started to walk back to the crime scene, Arcadius asked, \"There was uh... the librarian. Do you know what happened to her? Her name was Axia.\" He hoped that the universe had saved him even a slither of good news. A part of him had analyzed the patterns in which the universe worked, which meant that he would have to hear something he doesn't want to.\n\nThe detective started to turn pages of his writing pad. After a few pages, he stopped at a page which seemed to have the names of all the victims. The suspense was crushed Arcadius. The detective noticed that. Perhaps, he took so long just to observe Arcadius' reaction. His grin - which seemed to be a proof of that - annoyed and angered Arcadius. Just as he was about to snap, the detective finally spoke.\n\n\"Hm... Axia. No one on this list by that name.\" The detective curiously spoke.\n\nArcadius was taken aback. He knew that he could trust his senses, but ultimately he decided to play along and said, \"Oh, nevermind.\" The detective gave Arcadius a stare and walked back to the crime scene, scribbling something on the pad. Arcadius knew that the detective had either written his name or Axia's under the *Suspects* section.\n\nLeonidas took out his vibrating Daelus Corp phone. \"Sorry, I gotta take this. I'll talk to you later.\" He said and went back to his car. Arcadius decided to walk back to his apartment which was only a few blocks down. Everyone used Daelus Corp phones, everyone that Arcadius had ever known. The Daelus Corp was leading in almost every technological field. Their phones, computers, and laptops were light-years ahead of their so-called competitors. And a thousand times cheaper. The corporation was like a conspiracy theorist's paradise. Though, their involvement with the military was far more than a mere conspiracy but still treated like one. Arcadius himself kept a flip-phone. Those were thought to be long-obsolete but were easy to find online. Perhaps he kept it as a memento of his father. Coincidentally, while pondering over the life and times of D Corp, his flip-phone vibrated. A text message from an unknown ID. *Meet me at the square at 8. Don't bring anyone.* The message read. It was equally thrilling and terrifying for Arcadius. *Who is this?* He thought to himself.\n\nAs ominous as it was, it led Arcadius to more paranoia. Arcadius was exhausted, he needed to rest. He had reached his apartment after what seemed like a decade-long day. He went up the stairs, to the right, and unlocked his apartment door.\n\nhttp://4.bp.blogspot.com/-uTEQBjzP26g/UULYHWBYWAI/AAAAAAAAYyw/4M0IvR40LmI/s1600/Trevor+Tondor+modern+living+room+silver+round+coffee+table+hide+rug+blinds+Nbaynadamas.png\n\nThe apartment was an untidy mess. He stopped to admire the setting sun from the window in front of him. He remembered the bloodbath in the library, from which he had miraculously escaped unscathed. He wondered if he could fathom the pain the families of the victims must be going through. He remembered a dead body he saw in the library. *Jesus Christ, this day...* he thought to himself, dreading his luck. He lowered the white blinds on the window and wiped his tears with the tissue on the glass coffee table behind him. The kitchen was to the right while his bedroom and study were towards the left. The empty boxes of pizza, burgers, cans of soda and beer only added to his throbbing headache. He let out a sigh and went towards his bedroom. Falling down on his bed, the only thing that seemed to make sense at that moment was that he needed to fall asleep. And so he did.", + "category": "fiction", + "children": 0, + "created": "2016-09-15T16:53:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/x3BiRdt.png", + "http://4.bp.blogspot.com/-uTEQBjzP26g/UULYHWBYWAI/AAAAAAAAYyw/4M0IvR40LmI/s1600/Trevor+Tondor+modern+living+room+silver+round+coffee+table+hide+rug+blinds+Nbaynadamas.png" + ], + "links": [ + "https://steemit.com/story/@infinitor/the-mastermind-chapter-1-an-original-novel" + ], + "tags": [ + "fiction", + "story", + "novel", + "steemit", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17223090086022, + "payout": 20.018, + "payout_at": "2016-09-22T16:53:21", + "pending_payout_value": "20.018 HBD", + "percent_hbd": 10000, + "permlink": "the-mastermind-an-original-novel-chapter-2", + "post_id": 1256082, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 24 + }, + "title": "THE MASTERMIND - An Original Novel (Chapter 2)", + "updated": "2016-09-15T16:53:21", + "url": "/fiction/@infinitor/the-mastermind-an-original-novel-chapter-2" + }, + { + "active_votes": [ + { + "rshares": 1669049165, + "voter": "future24" + }, + { + "rshares": 54846770, + "voter": "ejaredallen" + }, + { + "rshares": 65261900, + "voter": "mari5555na" + } + ], + "author": "ejaredallen", + "author_payout_value": "0.000 HBD", + "author_reputation": 31.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

\n
#blacklivesmatter
\n#bluelivesmatter
\n

Why can't both matter?

\n

Caleb Allen is a rising pop artist from Springfield, MO doing his part to bring a message of peace and unity in the wake of the tragic events which occurred in Dallas. The music video for Allen's song, titled \"Black and Blue\" dropped days after the events took place. This song is about pain and loss; how the scars of what we've done will lead us back to where we used to be when things were right and the world was whole. Division has sought to rend our country and this music video is an effort on the part of a pop singer to make a difference.

\n

The video has gone viral and is still moving forward at a rapid pace, gaining over 20,000 views in under 12 hours after it went up. Allen has a message for the country. Watch it here: \"Black and Blue\" music video. Share the video and become part of the #blackandblue movement. 

\n

The video was such a hit and resonated with so many that a local news station in the Springfield/Ozark, MO area covered the story on the 10:00 news.

\n

Allen was quoted saying:

\n
\"There are two polarizing views. It's almost as if they are saying black lives matter more than... or that blue lives matter more than...\"
\n

It's true, we've lost sight of the fact that we both are Americans. Rather than fighting each other, we should unite to the cause of freedom, liberty, and justice for all. This isn't a matter of one man's actions or another's, this is a matter of what we as Americans are going to do about it. Are we going to sit idly by and let a difference of two opinions rend our nation in half. 

\n

All lives matter, that's what the song is about. Black and blue: the most important word in the song is \"and\". Not black or blue, black and blue; both, together. It's something we need to hear more. It's something we need to live out. Black and blue from all we've been through. 

\n

Go support this movement of unity as Americans, go support this artist, his passion and message. You can download his album on iTunes, listen to it on Spotify, or purchase a hard copy from his website: caleballenmusic.com 

\n

Oh, and did I mention he is my brother? I'm proud of you Caleb for taking a stand. You wrote a great song, with a great application that can help many people. I pray God uses you in mighty ways to bring glory to Him in all that you do.

\n

Click here for a free download of the song by the artist, Caleb Allen!

\n", + "category": "music", + "children": 0, + "created": "2016-09-15T16:52:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i1.wp.com/www.theanonymousnovelist.com/wp-content/uploads/2016/07/black-and-blue.jpg?resize=300%2C300" + ], + "links": [ + "https://www.facebook.com/caleballenmusic/videos/644367622395774/", + "https://caleballenmusic.com/home", + "http://bit.ly/29p06i7" + ], + "tags": [ + "music", + "steemit", + "blacklivesmatter", + "bluelivesmatter", + "blackandblue" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1789157835, + "payout": 0.0, + "payout_at": "2016-09-22T16:52:45", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exclusive-viral-music-video-black-and-blue", + "post_id": 1256077, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 3 + }, + "title": "Exclusive Viral Music Video- \"Black and Blue\"!", + "updated": "2016-09-15T16:52:45", + "url": "/music/@ejaredallen/exclusive-viral-music-video-black-and-blue" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.tavern.yaml new file mode 100644 index 00000000..0ad60c3f --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/paginated.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind bridge_api.get_account_posts sort feed patterns test + + marks: + - patterntest # original produced overlapping pages + + includes: + - !include ../../../common.yaml + + stages: + - name: get_account_posts sort feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "bridge.get_account_posts" + params: {"sort":"feed", "account":"always1success", "start_author":"knozaki2015", "start_permlink":"the-strangest-building-in-berlin", "limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "paginated" + directory: "bridge_api_patterns/get_account_posts/feed" + diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/proskynneo.orig.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/proskynneo.orig.json index fe51488c..6cd39b84 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/proskynneo.orig.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/feed/proskynneo.orig.json @@ -1 +1,22 @@ -[] +post_id author permlink +------- --------------- -------------------------------------------------------------------------------------------------- + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 957040 dragonslayer109 the-gem-followers-pick-week1-day2 + 951853 stellabelle minnow-and-data-a-steemit-tale-part-2 + 951537 stellabelle minnow-and-data-a-steemit-tale-part-1 + 951111 charlieshrem steemit-exclusive-flippin-out-original-song-i-wrote-on-house-arrest-by-charlie-shrem + 949639 dragonslayer109 the-gem-followers-pick-week1-day1 + 942756 charlieshrem a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-life-and-the-shrempresso + 940649 steemitblog steem-0-14-1-released-hardfork-postponed-until-9-20-2016 + 938523 dragonslayer109 the-weekly-gem-followers-pick-week-1 + 936078 katecloud progression-painting-inspired-by-a-photo-and-a-poem-by-kate-cloud + 932110 dragonslayer109 the-weekly-gem-followers-pick-guide-for-those-chosen + 931240 dragonslayer109 the-weekly-gem-followers-pick-system-behind-the-pick + 927439 katecloud progression-drawing-of-a-lab-and-a-poem-by-kate-cloud + 925912 stellabelle next-gen-social-media-survival-guide + 917075 katecloud progression-painting-of-a-mandala-and-a-poem-the-moon-by-kate-cloud + 912968 charlieshrem how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem + 906076 katecloud my-1st-woodburning-and-a-poem-by-kate-cloud + 904918 dantheman justification-for-104-week-power-down + 904287 steemitblog steem-0-14-0-released diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.pat.json new file mode 100644 index 00000000..519508ba --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Post nonexisting/ does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.tavern.yaml new file mode 100644 index 00000000..05421223 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_author.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed + + marks: + - patterntest # original did not validate page starting post + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"gtg","start_author":"nonexisting","start_permlink":"","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_start_author" + directory: "condenser_api_negative/get_discussions_by_feed" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.orig.json new file mode 100644 index 00000000..de299c94 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.orig.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "jsonrpc": "2.0", + "result": [] +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.pat.json new file mode 100644 index 00000000..b3862554 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Post stellabelle/nonexisting does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.tavern.yaml new file mode 100644 index 00000000..e5a0fd2e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/bad_start_permlink.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed + + marks: + - patterntest # original did not validate page starting post + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"gtg","start_author":"stellabelle","start_permlink":"nonexisting"} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "bad_start_permlink" + directory: "condenser_api_negative/get_discussions_by_feed" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json index c60a70fa..4f68201e 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json @@ -1,90 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 49136918266, - "rshares": 13788777902, - "voter": "cian.dafe" - }, - { - "percent": "10000", - "reputation": 7255473848113, - "rshares": 84205690696, - "voter": "herzmeister" - }, - { - "percent": "10000", - "reputation": 1826252654620, - "rshares": 2996972431, - "voter": "sunshinecrypto" - }, - { - "percent": "10000", - "reputation": 5451039980643, - "rshares": 166219347, - "voter": "steemswede" - }, - { - "percent": "10000", - "reputation": 19497864738, - "rshares": 716293562, - "voter": "remlaps" - }, - { - "percent": "10000", - "reputation": 3962925392210, - "rshares": 3487432768, - "voter": "jed78" - }, - { - "percent": "10000", - "reputation": 8749882391690, - "rshares": 38507230415, - "voter": "nonlinearone" - }, - { - "percent": "10000", - "reputation": 398467602540, - "rshares": 147998231, - "voter": "naifaz" - }, - { - "percent": "10000", - "reputation": 2516108074649, - "rshares": 348368989, - "voter": "runridefly" - } - ], - "author": "nonlinearone", - "author_reputation": 8749882391690, - "beneficiaries": [], - "body": "https://www.youtube.com/watch?v=upqgGxxmjrM\n\nI created this video of Alex, my son, playing fetch in the pool with Ranger, my dog.", - "body_length": 129, - "cashout_time": "2016-08-29T16:15:27", - "category": "animals", - "children": 1, - "created": "2016-08-22T16:15:27", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"animals\",\"dogs\",\"puppies\",\"video\",\"cute\"],\"links\":[\"https://www.youtube.com/watch?v=upqgGxxmjrM\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-22T16:35:54", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 144364984341, - "parent_author": "", - "parent_permlink": "animals", - "pending_payout_value": "0.075 HBD", - "percent_hbd": 10000, - "permlink": "in-which-alex-and-ranger-play-fetch-in-the-pool", - "post_id": 936565, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "In Which Alex and Ranger Play Fetch in the Pool ~ Golden Retriever Puppies", - "title": "In Which Alex and Ranger Play Fetch in the Pool ~ Golden Retriever Puppies", - "total_payout_value": "0.000 HBD", - "url": "/animals/@nonlinearone/in-which-alex-and-ranger-play-fetch-in-the-pool" - }, { "active_votes": [ { @@ -3528,5 +3442,169 @@ "title": "Lost Content Digest #4: all proceeds go to featured authors!", "total_payout_value": "0.000 HBD", "url": "/lostcontent-digest/@biophil/lost-content-digest-4-all-proceeds-go-to-featured-authors" + }, + { + "active_votes": [ + { + "percent": "8000", + "reputation": 20297981245452, + "rshares": 5128219242043, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 1701451058212, + "rshares": 3554552494, + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 15902898325, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13338462058, + "voter": "fact" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441536259, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4620523428308, + "rshares": 20183289021, + "voter": "minfon" + }, + { + "percent": "10000", + "reputation": 1933204465, + "rshares": 55741710031, + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 824498327, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 15461414574, + "rshares": 77735313, + "voter": "infosounds" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1451487188, + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 599908904317, + "rshares": 170912432, + "voter": "jennsky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2479278194, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 736149094898, + "rshares": 789593320, + "voter": "epiphany" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 78364282300, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54871665, + "voter": "shadowmane" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 14703486966, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 11330125745, + "rshares": 55191596, + "voter": "michal" + }, + { + "percent": "10000", + "reputation": 5014250342169, + "rshares": 384286532, + "voter": "thornybastard" + }, + { + "percent": "10000", + "reputation": 222519995, + "rshares": 50150447, + "voter": "salveterram" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15385007964, + "voter": "mtaplits" + }, + { + "percent": "10000", + "reputation": 894073046343, + "rshares": 54158697, + "voter": "magralex" + }, + { + "percent": "10000", + "reputation": 523181827168, + "rshares": 52844089, + "voter": "jamonchina" + } + ], + "author": "thornybastard", + "author_reputation": 5014250342169, + "beneficiaries": [], + "body": "# 10,000 Years of Strangeness: A Paranormal Primer for Ancient and Modern China

\n## Part I: The Author's Own True Tales

\n### Chapter 3: A Shaman, a Scholar, and Synchronicity---\u7384\u4e4b\u53c8\u7384\u8846\u5999\u4e4b\u9580

\n\nPrevious Chapters \u524d\u7ae0: [ Pt. 1 Chapter 1, ](https://steemit.com/cn/@thornybastard/chapter-1-the-haunted-college) [Chapter 2](https://steemit.com/cn/@thornybastard/chapter-2-japanese-ghosts-at-the-hong-hu-walmart)\n\n
[![4d64568e47eba5465a8fec0f13fb5866.jpg](https://s19.postimg.org/eeihe17tv/4d64568e47eba5465a8fec0f13fb5866.jpg)](https://postimg.org/image/8qc6n53hb/)
\n
random photo from Baidu.com
\n\nOne of China's most renowned scholars, if not the most renowned, lives in Lijiang in Yunnan Province. The man has had a remarkable life and has known some of the most remarkable people who have ever lived. His father was a hunting guide for Theodore Roosevelt (the hero of D-day, son of the President) and for Joseph Rock, the internationally renowned botanist and ethnographer who was *National Geographic\u2019s* man in China. He was imprisoned for over twenty years during the Cultural Revolution for being too Western. Now he runs the Naxi Symphony Orchestra which is comprised almost entirely of original instruments. Most of them are hundreds of years old and were preserved by burying them before the Red Guards came to the remote mountain village to wipe out the culture. I\u2019d seen the orchestra my second night in town. Needless to say I was eager to meet this guy.\n\n
[![PDRM0041.jpg](https://s19.postimg.org/or9dduqqr/PDRM0041.jpg)](https://postimg.org/image/6ogammuvz/)
\n
The Naxi Symphony Orchestra
\n\nAs it turns out, everyone in Lijiang knows him but said he moved recently and no longer had his house in town but somewhere in the outskirts. I was traveling with my girlfriend, Elva, who spoke wonderful English and acted as interpreter and guide. She could see how much I wanted to meet professor Xuen and convinced the lady who ran the hotel where we were staying to call him. She actually lied to the woman and told her I was a Naxi music scholar from America and wanted to learn more about the music from him personally. He was delighted to set up a time.\n\nElva and I took a taxi later that day to Professor Xuen's house where we met with him. I had to explain that there must've been some misunderstanding due to language differences and that what I was really interested in was the culture and spiritual life of the Naxi people, not so much the music itself except insofar as it is a part of the culture and spiritual life, etc., etc. \n \nHe didn't care. He was happy to talk about anything. We talked about how languages started as man's communication with nature, the animals and plants around him. How this language may well have been music, and we connected this with ancient Apache Indian teachings about bird language. These teachings eventually made their way to Tom Brown, Jr. in New Jersey by way of an old Lipan Apache he called Grandfather. Part of the Apache science of tracking included bird language and concentric rings. I eventually learned about this from Tom at the Tracker School where he passes this knowledge onto his students.\n\nTracking is not simply just reading the footprints in the ground. It involves a highly cultivated and practiced level of awareness where animal movements, sounds, and even minute changes in the environmental baseline indicate to the acute observer what\u2019s happening. \n\nA big part of this is bird language. By noticing bird sounds and behavior, you can know what\u2019s going on miles away. These sounds and behaviors move through the environment like concentric rings on a pond. The trained and practiced observer can tell you what\u2019s going on around you with what appears to be supernatural ability. I have seen this done and have done it myself and know that it works. You know how many people are around in which directions and how far. You know exactly which predators are moving nearby\u2014foxes, weasels, house cats, hawks--or where the closest water supply is. You learn how to minimize your own concentric rings or even alter them to give the appearance of being something else. If you\u2019ve ever wondered why the United States Army with 5000 troops couldn\u2019t find Geronimo in the desert, this is the reason.\n\nWe talked about similarities between cultures in Asia and North America and he was thrilled and awed with some things about the American Indians, including how, at least in my opinion, the Naxi language sounded a bit like Navajo. He talked about the shamanic religion of the Naxi called Dongba.\n\nThen at one point we left these deep things and went on to some small talk while Elva took pictures. He showed me an old uncut first edition of *Trailing the Giant Panda* by Theodore and Kermit Roosevelt. They wrote it after being the first westerners to hunt and kill the animal. He pointed out the references to his father. He also had original, almost mint condition *National Geographics* with Joseph Rock's articles going back to 1924. The photos were amazing. He also had a complete collection of Joseph Rock's books including his encyclopedic work on the Naxi culture and language. Meanwhile Elva stared in awe and snapped pictures. \n\n
[![PDRM0121.jpg](https://s19.postimg.org/ofrx13aar/PDRM0121.jpg)](https://postimg.org/image/gn19944bj/)
\n
Prof. Xuen and I going over his original uncut *Trailing the Giant Panda*
\n\n\nFinally, Prof. Xuen realized he was late for something and had to call an end to our fruitful meeting. His efforts at a hurried goodbye dragged on while he stopped to show us more pictures and Joseph Rock's furniture in his foyer, some made by Rock's own hand, others according to his design.\n\nFrom there we went to Black Pool Dragon Park which had the most stunning photo op in the world with Jade Dragon Snow Mountain in the background, or so the tour literature touts. We never found the spot. At a peaceful and dreamy lakeside though, Elva was impelled to stop and pose for pictures. The kind of pictures I can't show you but was very happy to snap. \n\nCalm water, willow trees, mountain air--it all has its effect on the human spirit and the fullness of that effect was before my camera lens! The Naxi gods of nature had been good to this girl and now she was being good to me.\n\n
[![the spot.jpg](https://s19.postimg.org/71ca6k2jn/the_spot.jpg)](https://postimg.org/image/8t591glwf/)
\n
This was the spot. Sorry, no boobs.
\n\nAfter this pause for fun and edification (advancing our photographic and modelling skills), we moved on, meandering on the trails and stopping to explore interesting things. \n\nAt one point, we came across a back gate in the wall around the park. The gate was open, so we went in, or was it out? That\u2019s what you do when you come across a gateway to discovery\u2014you go through it. For, as the Taoists say: \u201c\u7384\u4e4b\u53c8\u7384\u8846\u5999\u4e4b\u95e8\u201d (**The mystery of mysteries is the door of all essences**). \n\nIt led into a yard with an old, dilapidated cabin in a remote, seldom visited corner of the park. In fact, it was cut off from the rest of the park by the wall and the gate. There was a bicycle in front of it and a small vegetable garden outside. Across the far side wall was a vacant lot separating the new city from the old. It was full of rubble and shanties and dust.\n\nThere were two more cabins so that they were arranged on three sides of a square. Two, including the one we were curious about, looked more American than Chinese. They didn't have Chinese style roofs but resembled instead the kind of old pioneer cabins you come across in the Smokey Mountains or the mountains of Idaho--horizontal log construction and cedar shingle roof, plank porch. I mean, it was uncanny. (Is anything ever canny?) I could've sworn I\u2019d just stepped back into old America.\n\nThere were voices inside and I was afraid to disturb whoever it was thinking they might be park employees and this was their home. In retrospect, I think I sensed something immense within and was afraid. Elva insisted on pursuing our curiosity and rapped lightly on the door calling out in Chinese if anyone was home, \"Mei ren? Mei ren?\" This is the Chinese equivalent of \u201cAnyone home?\u201d\n\nFinally a youngish man came to the door and opened it. He was profoundly tranquil and inquired what we wanted. She asked what this place was and he answered \"jia\" (a home). He invited us in.\n\nThe place was dark and, at first glance, squalid. But there was a neatness and organization to it. An old man squatted on a platform eating beans like lima beans, one at a time, and smiling by the fire, which was surrounded by bedrolls on two sides and a rail on the third. The fourth side was the step up to the platform. A single dim light bulb burned overhead. On the wall behind the old man were two large drums and a feather headdress. His eyes were closed and he looked up inquisitively as if he were blind, which it turns out he was. But he received us with enthusiasm, smiles and warmth and invited us to sit down. \n\nThe young man pulled up a low bench for us to sit on. The young man explained that this man was a Dongba, a Naxi shaman. Incredibly, the setting in the cabin, the complexion and facial features of the two men and their demeanor might just as well have been on the Big Rez with an old medicine man. In fact, the whole scene was eerily reminiscent of my stay with the Begays, a family of Dineh medicine men high in the mountains of the Navajo Nation. After a lot of small talk and later, prodding, we found out the younger guy was the Dongba\u2019s apprentice. He never owned up to it, but the old man volunteered the information.\n\nI asked him what the stuff on the wall behind him was for and he said it was used in their ceremonies. Then he leapt up and without any groping around, grabbed the drum stick and started beating. Then he broke into a chant-like song that was like any you would hear from an Indian medicine man back home. We clapped with excitement when he finished. Then he moved to the end of the platform as if to get down and rejected Elva's hand for help. He strode with childlike excitement into a dark, almost pitch-black backroom and emerged with a staff with a metal point at the bottom. At the top was a \"two-storey\" square tower design and from it hung a small brass bell. He shook the staff so the bell tinkled rhythmically and sang another song. Again we applauded delightfully with spirits soaring, anticipating, hungry for what the next course of our spiritual feast would be.\n\nHe explained that the staff was hundreds of years old and that it had been given to him by his father and was in his family for many, many generations. He went into the back room again and this time emerged with a Naxi flute the name of which I can't remember. It was a gourd with a mouthpiece. Several pieces of bamboo stuck up from the top like organ pipes. He played it for us. It sounded like a cross between a harmonica and an organ. We talked about that for a while. Then he went in again and this time came out with a big brass gong-like thing and explained how it is used for helping guide the spirit of a dying person into the afterlife and sang a song that\u2019s used for just such a purpose.\n\nThis went on with artifact after artifact. He finally got around to asking where I was from. I told him I was American. \n\n\u201cOH!\u201d This elated him. \n\nHe told us that there was an ancient Naxi scripture about the Chinese and Americans and that we were brothers. He went on to explain that we had the same mother but different fathers. Then he sang from memory the passage from scripture that described this event. Elva had a digital camera that also recorded sound and we made a recording of it. \n\nNow we mentioned earlier to him that we'd met Xuen Ke, the professor, and this old shaman told us to take the recording to Professor Xuen to get it translated. He said not to pay any attention to these Dongbas you see around town because they are fakes and liars and wouldn\u2019t be able to translate it accurately even if they understood it. In fact, we'd become familiar with some of these \"Dongbas\" who do fortunetelling for the tourists and then ask for money, sometimes hundreds of RMB, to pray for them. So we promised to take it to professor Xuen. He included a personal message in the recording.\n\nIt had come out that he had several students he was passing the way onto to keep his culture alive. I told him how grateful we were and in fact probably how grateful everyone on earth is that he is doing what he's doing especially in spite of his age and health. \n\nHe and his apprentice/cousin chimed in, \"No! We are grateful to you! It was an American, Joseph Rock ( born in Austria, actually), who kept our culture alive through his writings and pictures! You kept our culture alive while the Red Guards swept through China destroying everything! If it wasn't for you I wouldn't be here now, I wouldn\u2019t be able to do what I\u2019m doing.\" And so on and so forth. \n\nIt was truly humbling. I had become embarrassed, ashamed even, to tell people I was American after the Iraq war broke out two years earlier and the subsequent news about torturing prisoners had come out, and this was much needed \u201cgood medicine\u201d as the Natives back home would say! This was something good we had done, some healing we had provided, for this endangered people and their culture.\n\nHe insisted on putting on his ceremonial clothing for a few pictures. I didn\u2019t want him to bother because of the sacredness of the attire and the trouble it would cause him, but he insisted. \n\n
[![dongba.jpg](https://s19.postimg.org/bqxmhf46b/dongba.jpg)](https://postimg.org/image/6fipwpi3j/)
\n
On the porch with the old Dongba
\n\nFinally after all this he asked us to write some words in a book to remember us by. Elva had a lot of difficulty translating what I\u2019d written but it seemed to get the point across. While we wrote, he sang sacred songs and folded square pieces of paper with mysterious Naxi pictographs into small triangles he gave to us for protection and health.\n\nBy now it was so late we were locked in the park. We\u2019d missed our dinner appointment with some other Americans, and, **we had no idea what had just happened to us or why**. There were some ladies who worked at the park nearby the gate we\u2019d used and let us out, or was it in? We left wondering what would happen next and marveling at what a fantastic day it had been. We cancelled plans to go to Shangri-La or Luguhu because getting this recording to Prof. Xuen seemed more important than taking in more scenery, and this adventure was of a whole different order than bus rides and high altitudes.\n\nBack at the hotel that evening was a spiritual union of another kind! We shared something spectacular and profound that we hadn\u2019t noticed before.\n\nIt was the next night that we finally hooked up with professor Xuen again at the Naxi Symphony Hall. He remembered us and begged us to wait until his long line of fans were done collecting autographs and photo ops.\n\n
[![PDRM0173.jpg](https://s19.postimg.org/54fk1zbvn/PDRM0173.jpg)](https://postimg.org/image/t86bq9ucf/)
\n
Prof. Xuen posing with an admirer after the performance
\n\nHe came down from the stage, shed his musicians robe, got a cigarette from an assistant and offered me one as well. I accepted. Elva explained our adventure in the park the day before. Fortunately, we could all speak English. In fact, Prof. Xuen spoke perfect fluent English owing to his childhood education at a missionary school and all of his time spent with Joseph Rock, Theodore and Kermit Roosevelt, and other foreign visitors in Yunnan. \n\nProf. Xuen asked, \"Was this guy blind?\"\n\n\"Yes.\"\n\n\"Oh! He is real Dongba!\" he exclaimed in hushed tones. \"Oh yes, he is the real thing. These other Dongbas, you know, they're just fakes. They\u2019ve learned a thing or two, but it\u2019s just for show. But that old guy is the real Dongba. The only one left in Lijiang.\"\n\nThen we played the song and he translated as it played. He confirmed through his translation that yes, the scripture is referring, \"most likely\", to Americans. We chatted some more, until Prof. Xuen, all 76 years of him, looked exhausted and tired. He told his assistant to bring a CD which he autographed and gave to me. He also autographed one more which I had bought myself. He was so excited he kept stopping mid-signature to talk a little more about the old Dongba. He told us a museum had tried to hire him to make money and that he refused, because he's the real thing. So he's stuck living in that shack in the park. Every so often some people show up from Europe or America or Chinese universities to visit him who are real Naxi scholars, and that is what really matters to him, not the tourists.\n\nI showed him the talisman the Dongba had made for me and he opened it up inquiring in detail what the old shaman did when he made it and under what circumstances. What were the songs like? Etc. After revealing the contents, the greatest living authority on Naxi culture in in the world announced, \"I can't read it.\"\n\nHe pointed out that the Dongba had clearly made all these things by hand and painted all the pictographs themselves, but he could only recognize two of them. The others must be really esoteric and known only to *real* Dongbas. He said very solemnly that this was a great charm. \n\n\"And he gave one to you too?\" he asked Elva.\n\n\"Yes, but I don't have it with me.\"\n\n\"Oh I see. Well you keep these things.\" He nodded sagaciously as he handed the charm back to me.\n\nThe next day we took the sleeper bus to Kunming on our way home and had another adventure--the denouement of this story.\n\nWe had a bout a day to kill in Kunming before our flights home, flights we could've taken from Lijiang, but as fate would have it, we didn't.\n\nTo pass the time we decided to visit the Yunnan Provincial Museum to see what was there. Museums in China are notoriously poor compared to their flashy western equivalents, but what the hell. Now the Lonely Planet guide said it opened at 9:00, but when we arrived at 9:15, the place was still closed and a huge crowd of people, journalists, and bigwigs had gathered outside the gates with palpable anticipation. We had no idea what was going on. \n\nThen we saw it.\n\nOn the billboards outside the museum, just as you'd see on the outside walls of Western museums advertising some big exhibit, was one announcing the opening of a photographic exhibition of the work of Clinton Millet called *Kunming 1944 Old Pictures Exhibition*. And who the hell was Clinton Millet?\n\n
[![7crowd.jpg](https://s19.postimg.org/7s50cc4wz/7crowd.jpg)](https://postimg.org/image/60c1hfljz/)[![6Museum.jpg](https://s19.postimg.org/vgbbg4moz/6_Museum.jpg)](https://postimg.org/image/my1vbsg67/)
\n
Crowd waiting to get in to Exhibit. (photos from greggmillett.com)
\n\nFortunately, his son was on hand at the opening ceremony to explain that. But first, some big important Chinese guy had to give a speech which a woman standing next to him, who was obviously a professional interpreter, translated. These photographs were taken during Clinton Millet\u2019s stay in Kunming during World War II. This exhibit, he said, is long overdue, because it symbolizes the long and enduring friendship of the Chinese and American people from a time when we stood shoulder to shoulder fighting the Japanese. It\u2019s about time we had some kind of event to commemorate this friendship and this was it. It was remarkably short for a Chinese official\u2019s speech on a formal occasion.\n\nThen Gregg Millet, Clinton\u2019s son went on to say how his father ran an army hospital in Kunming during the Big One and how much he loved it here. He brought the hospital into China over the Burma Road. While here he took hundreds and hundreds of color, COLOR, photographs in 1944, all slides. Now in his silver years, Gregg wanted to travel in his father's footsteps and visit the areas he had loved so much. While talking to his travel agent in China they got into why he was making the trip and he sent a few photos to the guy. The tour guide said, \"Wait, this is too good. You won't come here as a tourist, you will come as our guest.\"\n\nThe guy made a few phone calls and within 40 days the whole exhibit was put together.\n\nAs the only other foreigner there, I was besieged myself by photographers, cameramen and reporters. I mean, this \"coincidence\" was just too much. How could this possibly be? When the first reporter came up to me they asked why I was interested in the exhibit. Elva, recalling how I\u2019d told her about my uncle Tommy building the Burma Road and airstrips during the war, suggested I not mention the mindless coincidence by which we appeared there. So I told them about how my uncle Tommy was there fighting the Japanese and helped build the Burma Road, and now, in living color was this photographic exhibition which allowed me for the first and perhaps only time in my life I would get to see the area as he saw it. This was written down assiduously and they had me write his full name just to make sure they got it right.\n\n
[![img015.jpg](https://s3.postimg.org/tq6krqkwj/img015.jpg)](https://postimg.org/image/fwi82osb3/)
\n
Uncle Tommy just back from the war with Aunt Dot
\n\nNow the entrance to the building itself was cordoned off by police, but as soon as they'd cleared the ceremonial things out of the way, the crowd, almost entirely old people, surged forward. I mean, it was like an AARP demonstration. That tide of silver hair and hunched postures rushed the police line either swallowing them whole or bulldozing them along to get to the exhibit. Displays and decorations from the opening ceremony were cast aside with hurricane force or trampled underfoot. \n\nElva and I went upstairs to look at some other shit until things calmed down. Then we went and saw the photographs.\n\nWOW! It was hard to believe these were the works of an amateur. Even accomplished photographers would be impressed with the breadth of subjects, the candidness of the pictures, the journalistic portrayals, and the sheer cultural and historical importance of the collection. \n\nThere were photos of everyday life; of temples, inside and out, that had long since been destroyed by the Red Guards; of a woman, so poor and desperate she squatted naked in the street clutching her baby and begging; of GI's laughing and playing with children; of landscapes and structures that vanished a long time ago. The signs accompanying the exhibit, including blow ups of newspaper articles from America, spoke frankly of the cultural treasures preserved in these photos that were destroyed during the Cultural Revolution. The temple photos alone, all in color, could be used to accurately restore many of the temples right down to the detailed painting of alters in the original colors.\n\n
[![Exhibition 1 2.jpg](https://s19.postimg.org/iio1k9t5v/Exhibition_1_2.jpg)](https://postimg.org/image/xemkrv4kf/)
\n
The packed gallery (from greggmillett.com)
\n\nGregg Millet approached Elva and me for a little conversation. He told us the slides were received only ten days before the exhibit opened and all were magnificently blown up. I talked about Uncle Tommy and he talked about his dad. He was really happy and thrilled with the whole thing. He was really just a regular guy from Albany. The whole time we talked, pencils scribbled, shutters snapped and cameras whirred. I\u2019m lying. Modern video cameras don't whir. Elva became embarrassed and had to step away. She was scared of all the cameras. But she had a profound sense of the *synchronicity*. \n\nI guess the most amazing thing about this whole exhibit was the excitement and enthusiasm of the old people as they pointed at things and talked about them. Their sheer unabated and childlike excitement was irrepressible. It felt like something that needed to happen very badly between two people and two nations was finally taking place, as if the animosities invented by governments was completely ignored, if not completely erased, and the love of people for one another had the day. There aren\u2019t any words for what I experienced in that exhibit hall of that shoddy provincial museum. And yet I think it wasn't my experience at all, but something else which gave it that magical, wordless quality.\n\nIt was a long goodbye at the airport. But not at all maudlin. In fact we laughed a lot and recalled a lot of stories from our trip. Her favorite was our game with a fart machine in a bookstore. I think she likes the fart machine even more than I do. She was literally on the floor laughing while I moaned and groaned alternately with pleasure and pain while the salesgirls tried vehemently to repress their embarrassment and/or amusement with my ailing bowels, a fact I announced in Chinese: \"Ooohhhh. \u5927\u80a0\u4e0d\u597d! \u4e0d\u597d! Da can bu hao! Bu hao!\u201d which you might say in English is \u201cSomething wrong with my bowels!\u201d\n\nWhen it was time to leave we left separately into an uncertain future, yet eternally grateful to the past, only knowing that now is now, and that *the mysteries of mysteries is the door to all essences*. \u7384\u4e4b\u53c8\u7384\u8846\u5999\u4e4b\u9580.\n\nAmazingly [Gregg Millett's website](http://www.greggmillett.com/) is still around. I recommend a visit.", + "body_length": 25537, + "cashout_time": "2016-08-29T14:45:48", + "category": "cn", + "children": 7, + "created": "2016-08-22T14:45:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cn\",\"life\",\"travel\",\"photography\",\"writing\"],\"image\":[\"https://s19.postimg.org/eeihe17tv/4d64568e47eba5465a8fec0f13fb5866.jpg\",\"https://s19.postimg.org/or9dduqqr/PDRM0041.jpg\",\"https://s19.postimg.org/ofrx13aar/PDRM0121.jpg\",\"https://s19.postimg.org/71ca6k2jn/the_spot.jpg\",\"https://s19.postimg.org/bqxmhf46b/dongba.jpg\",\"https://s19.postimg.org/54fk1zbvn/PDRM0173.jpg\",\"https://s19.postimg.org/7s50cc4wz/7crowd.jpg\",\"https://s3.postimg.org/tq6krqkwj/img015.jpg\",\"https://s19.postimg.org/iio1k9t5v/Exhibition_1_2.jpg\"],\"links\":[\"https://steemit.com/cn/@thornybastard/chapter-1-the-haunted-college\",\"http://www.greggmillett.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T14:45:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5353279475261, + "parent_author": "", + "parent_permlink": "cn", + "pending_payout_value": "7.373 HBD", + "percent_hbd": 10000, + "permlink": "chapter-3-a-shaman-a-scholar-and-synchronicity", + "post_id": 935163, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chapter 3: A Shaman, a Scholar, and Synchronicity---\u7384\u4e4b\u53c8\u7384\u8846\u5999\u4e4b\u9580", + "title": "Chapter 3: A Shaman, a Scholar, and Synchronicity---\u7384\u4e4b\u53c8\u7384\u8846\u5999\u4e4b\u9580", + "total_payout_value": "0.000 HBD", + "url": "/cn/@thornybastard/chapter-3-a-shaman-a-scholar-and-synchronicity" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml index 0738771d..a418889d 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.pat.json index d173f121..452132ef 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.pat.json @@ -3,28846 +3,29443 @@ "active_votes": [ { "percent": "10000", - "reputation": 145171381514207, - "rshares": 28327484456007, - "voter": "dantheman" + "reputation": 1915876518994, + "rshares": 713849744184, + "voter": "erath" }, { - "percent": "100", - "reputation": 85602977273, - "rshares": 28866300671, - "voter": "anonymous" + "percent": "-10000", + "reputation": 32455846463901, + "rshares": -31845501062751, + "voter": "smooth" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1861809043186, - "voter": "hr1" + "reputation": 13823888326286, + "rshares": 14138834755892, + "voter": "summon" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 4413729363659, - "voter": "wang" + "reputation": 70486967561347, + "rshares": 41020214989765, + "voter": "blocktrades" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1644460647090, - "voter": "xeroc" + "reputation": 0, + "rshares": 681294857265, + "voter": "eternity" }, { "percent": "10000", - "reputation": 13096661187964, - "rshares": 4798166234891, - "voter": "au1nethyb1" + "reputation": 0, + "rshares": 696141548444, + "voter": "neogen1" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1066518981517, - "voter": "boombastic" + "reputation": 176979684007, + "rshares": 36313410950446, + "voter": "jamesc" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 136955227205, - "voter": "mrs.agsexplorer" + "reputation": 0, + "rshares": 733544211676, + "voter": "hermes" }, { "percent": "10000", "reputation": 0, - "rshares": 9773787405, - "voter": "bingo-0" - }, - { - "percent": "100", - "reputation": 4874033031398, - "rshares": 7851727606, - "voter": "woo7739" + "rshares": 886726583513, + "voter": "hermes-miner" }, { "percent": "10000", - "reputation": 72112139588726, - "rshares": 816092038545, - "voter": "steemrollin" + "reputation": 0, + "rshares": 505486733188, + "voter": "thorium1" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24759226673, - "voter": "yefet" - }, - { - "percent": "100", - "reputation": 12712877967688, - "rshares": 1578981772, - "voter": "easteagle13" - }, - { - "percent": "8500", "reputation": 0, - "rshares": 405001378, - "voter": "paco-steem" - }, - { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4740527954, - "voter": "spaninv" + "rshares": 442734513022, + "voter": "thorium2" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 23979576912, - "voter": "instructor2121" + "reputation": 20325022183, + "rshares": 4790835747996, + "voter": "datasecuritynode" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 868078951, - "voter": "weenfan" + "reputation": 0, + "rshares": 524463953427, + "voter": "bunkermining" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 137577349149, - "voter": "steve-walschot" + "reputation": 8779714777561, + "rshares": 7194331591616, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 754781275, - "voter": "coar" + "reputation": 3894279128605, + "rshares": 6827917415083, + "voter": "wackou" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71219281655, - "voter": "asch" + "reputation": 0, + "rshares": 2506230132120, + "voter": "badassmother" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1419155156, - "voter": "murh" + "percent": "10000", + "reputation": 0, + "rshares": 226012794298, + "voter": "bitshares.org" }, { "percent": "10000", - "reputation": 2444317330502, - "rshares": 6277686887, - "voter": "radioactivities" + "reputation": 0, + "rshares": 3126182740254, + "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 757241932053, - "rshares": 1576609600, - "voter": "edtorrez" + "reputation": 0, + "rshares": 149523319117, + "voter": "blockchainbunker" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 31949594083, - "voter": "ranko-k" + "reputation": 0, + "rshares": 53793618993, + "voter": "blocktech" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 42209185942, - "voter": "justtryme90" + "reputation": 0, + "rshares": 14101776071, + "voter": "neominer2016" }, { - "percent": "8500", + "percent": "10000", "reputation": 0, - "rshares": 316279240, - "voter": "stiletto" + "rshares": 224123795211, + "voter": "abderus" }, { "percent": "10000", - "reputation": 34935156153627, - "rshares": 255357785771, - "voter": "churdtzu" + "reputation": 0, + "rshares": 9737576321, + "voter": "olympus-steemy" }, { "percent": "10000", - "reputation": 47704143993, - "rshares": 357226778, - "voter": "battleayzee" + "reputation": 0, + "rshares": 247905586155, + "voter": "hephaestus" }, { "percent": "10000", - "reputation": 5092263832878, - "rshares": 14592590380, - "voter": "paradise-paradox" + "reputation": 0, + "rshares": 124617946012, + "voter": "aquarius.com" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 101132146068, - "voter": "kenny-crane" + "reputation": 0, + "rshares": 54341351383, + "voter": "minosman" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 49331257616, - "voter": "thecryptodrive" + "reputation": 0, + "rshares": 155295462673, + "voter": "aphrodite" }, { "percent": "10000", - "reputation": 387218146988, - "rshares": 1486353960, - "voter": "benthegameboy" + "reputation": 0, + "rshares": 18923511034, + "voter": "hotels.com" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 72838868387, - "voter": "tim-johnston" + "reputation": 9111465318256, + "rshares": 408343525323, + "voter": "lafona" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 33721906286, - "voter": "michaelx" + "reputation": 0, + "rshares": 15623565798, + "voter": "aries.com" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 522929195, - "voter": "mrhankeh" + "reputation": 0, + "rshares": 90025029717, + "voter": "rabbitminer" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 33177760369, - "voter": "clement" + "reputation": 0, + "rshares": 25416237608, + "voter": "insurance.com" }, { "percent": "10000", - "reputation": 10314872786861, - "rshares": 49115066629, - "voter": "isteemit" + "reputation": 14756948501919, + "rshares": 6463946125727, + "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 45870620731, - "voter": "bacchist" + "reputation": 0, + "rshares": 111553237993, + "voter": "fund.com" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7020906063, - "voter": "cannav" + "reputation": 428017035820, + "rshares": 83493240580, + "voter": "friend5" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 107689396041, - "voter": "rubybian" + "reputation": 0, + "rshares": 14984982949, + "voter": "heracles" }, { "percent": "10000", - "reputation": 1518920448581, - "rshares": 14597170182, - "voter": "zer0sum" + "reputation": 2827502899317, + "rshares": 1036593195766, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 440385311238, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 22179185760, + "voter": "bunkerchainlabs" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 13409103351, - "voter": "r4fken" + "reputation": 358840960832, + "rshares": 1660907011864, + "voter": "rossco99" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 111640716765, - "voter": "derekareith" + "reputation": 454674995328, + "rshares": 1046732320321, + "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3622931706, - "voter": "owdy" + "reputation": 36749432321730, + "rshares": 959635396723, + "voter": "liondani" }, { "percent": "10000", "reputation": 0, - "rshares": 1322219453, - "voter": "steem1653" + "rshares": 314683875517, + "voter": "lafona5" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4568929655, - "voter": "thegoodguy" + "reputation": 0, + "rshares": 6353453274404, + "voter": "steemit200" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3970527093, - "voter": "karen13" + "reputation": 1214229078, + "rshares": 3719865882, + "voter": "boy" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 14311805871, - "voter": "dwinblood" + "reputation": 89703349977794, + "rshares": 1924339820440, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6008579254, - "voter": "cryptosi" + "reputation": 4712949449, + "rshares": 4516052147, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1175982316919, - "rshares": 301270181412, - "voter": "nabilov" + "reputation": 1789951494550, + "rshares": 828474117, + "voter": "bunny" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 10416515292, - "voter": "jaycobbell" + "reputation": 59074616588451, + "rshares": 7313636535439, + "voter": "complexring" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 36839149909, - "voter": "condra" - }, - { - "percent": "10000", - "reputation": 2445998348172, - "rshares": 2904714270, - "voter": "pigatto" - }, - { - "percent": "1000", - "reputation": 1248165138944, - "rshares": 1814239160, - "voter": "kendewitt" + "reputation": 12481332844017, + "rshares": 1618313297439, + "voter": "steemychicken1" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 94244751, - "voter": "wildchild" + "reputation": 103443134841, + "rshares": 64951457691, + "voter": "bue" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3014496439, - "voter": "imp3" + "reputation": 0, + "rshares": 1796534113, + "voter": "tigerminer" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3209550132, - "voter": "simon.braki.love" + "reputation": 0, + "rshares": 1993524579, + "voter": "mini" }, { "percent": "10000", - "reputation": 843226172873, - "rshares": 63439744392, - "voter": "thylbom" + "reputation": 0, + "rshares": 256417598, + "voter": "moon" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 7393851622, - "voter": "rpf" + "reputation": 2185067624745, + "rshares": 2186389223001, + "voter": "bhuz" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 75083520205, - "voter": "rea" + "reputation": 13096661187964, + "rshares": 4605711794626, + "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 193217529091, - "voter": "jl777" + "reputation": 36473167044, + "rshares": 63315529569, + "voter": "jason" }, { - "percent": "5000", - "reputation": 2997941608767, - "rshares": 3176447972, - "voter": "tony.jennings" + "percent": "-10000", + "reputation": 83941319998, + "rshares": -5749290584538, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 114499038747, - "rshares": 483226121, - "voter": "kooshikoo" + "reputation": 124209883737229, + "rshares": 1331716248875, + "voter": "steempower" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16627600548, - "voter": "proto" + "reputation": 49549461527, + "rshares": 448047213656, + "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 594551654, - "voter": "curator" + "reputation": 158487994237, + "rshares": 50193526748, + "voter": "twiceuponatime" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1940326567, - "voter": "tygergamer" + "reputation": 1082239289637, + "rshares": 269332657807, + "voter": "indominon" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 118911311, - "voter": "steemster1" + "reputation": 68236886814465, + "rshares": 403500989181, + "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3747787311, - "voter": "jed78" + "reputation": 23744414677575, + "rshares": 3081822269527, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 115910332846, - "voter": "steemdrive" + "reputation": 1829863145814, + "rshares": 715059096149, + "voter": "marginal" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8315270527, - "voter": "taker" + "reputation": 585246886482, + "rshares": 80707659789, + "voter": "vip" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 2802091583976, + "rshares": 14003496802, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1462859872, - "voter": "merej99" + "reputation": 2369366055877, + "rshares": 74783900915, + "voter": "vault" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" - }, - { - "percent": "3000", - "reputation": 97328985094, - "rshares": 1627284510, - "voter": "brendio" + "reputation": 0, + "rshares": 747400513, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 527810072, - "voter": "romancs" + "reputation": 0, + "rshares": 1160843467, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 99151310682, - "voter": "joele" + "reputation": 20661161447481, + "rshares": 183986962194, + "voter": "peerplays" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 11469097198, - "voter": "randyclemens" + "reputation": 0, + "rshares": 18618826046, + "voter": "apollo" }, { "percent": "10000", "reputation": 0, - "rshares": 1053916570, - "voter": "paynode" + "rshares": 12017362739, + "voter": "athena" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 1939803704, + "voter": "muses" }, { - "percent": "5000", - "reputation": 10809787058917, - "rshares": 6021228933, - "voter": "cristi" + "percent": "10000", + "reputation": 0, + "rshares": 314980083, + "voter": "perseus" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 2294989396894, + "rshares": 15744448168, + "voter": "cryptoprometheus" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 56658670, - "voter": "confucius" + "reputation": 76462073287981, + "rshares": 341841845781, + "voter": "ash" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 60717532, - "voter": "stevescriber" + "reputation": 7404914959204, + "rshares": 31574106488, + "voter": "marketingmonk" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 901033579, - "voter": "bledarus" + "reputation": 4013874407471, + "rshares": 120758304993, + "voter": "linouxis9" }, { "percent": "10000", "reputation": 0, - "rshares": 50014437, - "voter": "loli" + "rshares": 345805525, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 0, - "rshares": 51186720, - "voter": "nano2nd" + "reputation": 9469162, + "rshares": 83919065726, + "voter": "unosuke" }, { "percent": "10000", - "reputation": -4629473733, - "rshares": 54189584, - "voter": "cryptoblu" + "reputation": 6863537479759, + "rshares": 38848205338, + "voter": "mf-tzo" }, { "percent": "10000", - "reputation": 0, - "rshares": 54183691, - "voter": "instructor" + "reputation": 21527783969006, + "rshares": 140582915603, + "voter": "chris4210" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 74820159, - "voter": "pompe72" + "reputation": 12188250813227, + "rshares": 89774791720, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 567312179476, - "voter": "dollarvigilante" + "reputation": 5134104564069, + "rshares": 49178540648, + "voter": "noisy" }, { "percent": "10000", - "reputation": 0, - "rshares": 834257403, - "voter": "inferno" + "reputation": 1914970430304, + "rshares": 411047229033, + "voter": "chryspano" }, { "percent": "10000", - "reputation": 16426840706, - "rshares": 11847202981, - "voter": "gvargas123" + "reputation": 861106979806, + "rshares": 15500791942, + "voter": "sandwich" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 12712877967688, + "rshares": 78942479768, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 25134704062, + "rshares": 543059088, + "voter": "f35720" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 6801675549, - "voter": "jaredcwillis" + "reputation": 2830877880805, + "rshares": 158256805295, + "voter": "vato" }, { "percent": "10000", - "reputation": 310309073633, - "rshares": 1902240196, - "voter": "erroneous-logic" + "reputation": 4733188979515, + "rshares": 10342004459, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 56220471290, - "voter": "barrycooper" + "reputation": 1655372026731, + "rshares": 8045472632, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 9530915857627, - "rshares": 13016353427, - "voter": "mikemacintire" + "reputation": 0, + "rshares": 504553677, + "voter": "donggyun-hahm" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 78411391, - "voter": "joelbow" + "reputation": 526710884366, + "rshares": 7433958267, + "voter": "fran2k" }, { "percent": "10000", - "reputation": 9053611702217, - "rshares": 7211931565, - "voter": "sethlinson" + "reputation": 4931834878069, + "rshares": 23179590751, + "voter": "fkn" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 10292465084, - "voter": "hilarski" - }, - { - "percent": "10000", - "reputation": -642566206250, - "rshares": 10592974826, - "voter": "craigwilliamz" + "reputation": 14848515958625, + "rshares": 82031931852, + "voter": "kingscrown" }, { "percent": "10000", - "reputation": 653929887952, - "rshares": 1401141708, - "voter": "truthandanarchy" + "reputation": 1427571994880, + "rshares": 11168456877, + "voter": "bryner" }, { - "percent": "10000", - "reputation": 5941821821586, - "rshares": 6387913875, - "voter": "onetree" + "percent": "8500", + "reputation": 0, + "rshares": 404755212, + "voter": "paco-steem" }, { - "percent": "10000", - "reputation": 8420918209808, - "rshares": 25160826533, - "voter": "daut44" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4734922285, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 11372617606769, + "rshares": 113620140181, + "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 654546773339, - "rshares": 692721658, - "voter": "dajohns1420" + "reputation": 436017530085, + "rshares": 25092001976, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, - "rshares": 58172886, - "voter": "nullpointer" + "reputation": 1172373556107, + "rshares": 2184771797, + "voter": "gekko" }, { "percent": "10000", - "reputation": 0, - "rshares": 51286297, - "voter": "rickmiller" + "reputation": 26867938976163, + "rshares": 324253254523, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 8298658614343, - "rshares": 6390441345, - "voter": "lesliestarrohara" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16586588072, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1032052505, - "voter": "nulliusinverba" + "reputation": 3750669747284, + "rshares": 245668666508, + "voter": "pal" }, { "percent": "10000", - "reputation": 4272392942041, - "rshares": 3729004783, - "voter": "ats-david" + "reputation": 503318537891, + "rshares": 3345544168, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 2953997242466, - "rshares": 2748851421, - "voter": "newandold" + "reputation": 627954645291, + "rshares": 3904686320, + "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 18873434262, - "rshares": 58740516, - "voter": "joybran" + "reputation": 42741727265739, + "rshares": 158448116279, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 2009900011368, - "rshares": 4397672225, - "voter": "bitbutter" + "reputation": 6580794427504, + "rshares": 56770184363, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 254265780029, - "rshares": 61025286, - "voter": "paa" + "reputation": 1663549830469, + "rshares": 1242879550, + "voter": "coar" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 161089556767, + "rshares": 71166121273, + "voter": "asch" }, { - "percent": "10000", - "reputation": 2840774649947, - "rshares": 15708410527, - "voter": "hunterisgreat" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432351019, + "voter": "murh" }, { "percent": "10000", - "reputation": 51223240, - "rshares": 413886565, - "voter": "steemorama" + "reputation": 4740608822, + "rshares": 590214277, + "voter": "kodi" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 89262274316, + "rshares": 29022233668, + "voter": "trung81" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 5904057835766, + "rshares": 35555645087, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, - "rshares": 50377764, - "voter": "jenny-talls" + "reputation": 824717099743, + "rshares": 539560537296, + "voter": "cyber" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 245446091003, - "voter": "charlieshrem" + "reputation": 2109293193844, + "rshares": 384913465, + "voter": "matthewdc" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 56261473231, - "voter": "tracemayer" + "reputation": 1404951009343, + "rshares": 18898262719, + "voter": "allahhh" }, { "percent": "10000", - "reputation": 1000151128321, - "rshares": 74242787, - "voter": "littlescribe" + "reputation": 10395665548525, + "rshares": 259928430177, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 4408882617025, - "rshares": 2329584125, - "voter": "jillwirt" + "reputation": 3211087232972, + "rshares": 13177349442, + "voter": "btotherest" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 7152109350579, + "rshares": 4507275330, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 293420491789, - "rshares": 54956462, - "voter": "heroic15397" + "reputation": -2683858617900, + "rshares": 11592122420, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 270609126129, - "rshares": 1681425810, - "voter": "steemsquad" + "reputation": 9090232372242, + "rshares": 82831409208, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 4971287291, - "rshares": 51620406, - "voter": "libertyadvocate" + "reputation": 79561484422, + "rshares": 408117159, + "voter": "applecrisp" }, { - "percent": "10000", + "percent": "8500", "reputation": 0, - "rshares": 51509127, - "voter": "yeshiss" + "rshares": 316084917, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 3169024240074, + "rshares": 52365934770, + "voter": "martin-wichmann" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 3804349938696, + "rshares": 51876578547, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 3906896686802, + "rshares": 51707517515, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 32056888035, + "rshares": 1350589595, + "voter": "fjccoin" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": 1380612911758, + "rshares": 4476866908, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "reputation": 2548112906179, + "rshares": 4207375697, + "voter": "imyao" }, { "percent": "10000", - "reputation": 199393028, - "rshares": 50173916, - "voter": "steemboatmickey" + "reputation": 14028106211346, + "rshares": 49805995185, + "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, - "rshares": 71167473, - "voter": "igtes" - } - ], - "author": "churdtzu", - "author_reputation": 34935156153627, - "beneficiaries": [], - "body": "![cupcakestext3e2246.jpg](https://www.steemimg.com/images/2016/09/02/cupcakestext3e2246.jpg)\n\n# A conversation\n**Anarchist:** I'm going to start a bakery.\n**Statist:** Oh yeah? How are you going to do that?\n**A:** I'll rent a commercial property, put some ovens in it, hire some bakers...\n**S:** Where are you going to find a property? In this utopian vision of yours, you think a building is just going to sprout up out of the ground?\n**A:** Actually, there are already a few in my area that I've looked at. Some have been there for a while, maybe 20 years.\n**S:** Oh yeah? Who built them?\n**A:** I don't know... A contractor I suppose. But they're there. I can show you some pictures if you like.\n**S:** Well, I'd have to see it in person to believe it. Where will you find the ovens?\n**A:** I'll buy them - here's the pamphlet from LEWCO.\n**S:** Yeah? How are you going to get the ovens delivered? By teleportation?\n**A:** They'll use trucks, I imagine.\n**S:** Where will they get the trucks?\n**A:** Auto manufacturers... General Motors.\n**S:** Where will they get the oil?\n**A:** Shell, BP... there are a lot of petrol stations around.\n**S:** And where will *they* get it?\n**A:** Oil rigs off the coast of Canada perhaps.\n**S:** Oh yeah, and I suppose they're going to transport it by truck too - but they can't, because they need oil to move the trucks in the first place. Where are they going to refine it? And using what process?\n**A:** I don't know, personally. I'm not in that business of oil. I just want to run the bakery.\n**S:** Aha! So you admit you don't know how your business is going to function, how you're going to get the resources to run it. If you're proposing this new system of a bakery, and you don't even know how something so basic as the refinement of oil, how do you expect investors to believe that this is anything more than a pipe dream? Just face it - the whole thing is ridiculous. Obviously if you want to propose a business model, it's your responsibility to know exactly how it will work - otherwise, how is anyone going to accept it?\n\n# How do things work in a free society? How do they work at all?\nThis is how some people behave when confronted with the idea of a free, stateless society - the idea that law, arbitration and public utilities will not be provided by a state - putting the complete burden of demonstrating how everything is going to work on the person proposing the idea. The problem is, they've never given a thought to how most of the systems around them work, and they haven't noticed that 99% of them work so well that they never have to think about it.\n\n# Those things already exist\n[![bitnation32856.md.png](https://www.steemimg.com/images/2016/09/02/bitnation32856.md.png)](http://www.bitnation.co)\n\nMany people might come back with the argument that things like bakeries and oil refineries already exist, and so we don't need to worry about how they will be operated. Actually, many systems which can be used in law and other public services already exist, such as [Bitnation](http://www.bitnation.co), private arbitration, private roads - even private police. \n\nIf the USSR had declared that they were going to de-nationalise their oil industry, nobody would have freaked out, paralysed with fear that oil refineries are so complex, that they cannot possibly be managed by anybody other than government. Why would it be the case with police, courts and roads? Are those things so sacred, so holy, that they can only be performed by an ordained minister of the state? What could possibly be so special about roads?\n\n# A market for violence, and a market for peace\n\n[![ferengirand98aba.md.jpg](https://www.steemimg.com/images/2016/09/02/ferengirand98aba.md.jpg)](https://www.steemimg.com/image/7ZWqp)\n\nThe argument that Ayn Rand makes is that the state's only function is to provide violence, and obviously competition in violence would be awful. The problem with this argument is, the reason people desire a state (ideally) is not to provide violence, but to maintain peace.\n\nIt's very rare to meet someone who wants violence for the sake of violence - even someone who is very pro-war usually takes that position because they care about the protection of themselves and their loved ones, and even someone who calls for the imprisonment of potheads, only does it because they believe it makes society safer and prevents the potheads from \"harming\" themselves. They call for the service of the state, because they want peace.\n\nImagine if you had twenty firms in your neighbourhood, competing to make it peaceful. Would it be more peaceful, or less peaceful than if you had one firm, with a monopoly? Why?\n\n# Conclusion\nUnless it's our business, we generally don't need to know exactly how something functions, for it to function. If there is a demand for something, such as peace, then people can figure out how to provide it. It won't always be easy, and there will be challenges along the way, but the value of a peaceful, civilised society based on mutual respect is worth more than any number of years you can name, or any amount of effort you can think of. We can learn to live together.\n\n---\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)\n\n# Some other cool posts\n\nHere are some other posts of mine to check out:\n[Liberty in a nutshell: 3 quick arguments to make you think about smashing the state](https://steemit.com/freedom/@churdtzu/liberty-in-a-nutshell-3-quick-arguments-to-make-you-think-about-smashing-the-state)\n[Freedom trumps fear: Everything you do is an act of liberty](https://steemit.com/freedom/@churdtzu/freedom-trumps-fear-everything-you-do-is-an-act-of-liberty)\n[Automation: An age of unseen prosperity](https://steemit.com/technology/@churdtzu/automation-an-age-of-unseen-prosperity)\n[Choose Liberty, or Choose Domination](https://steemit.com/anarchism/@churdtzu/choose-liberty-or-choose-domination)", - "body_length": 6508, - "cashout_time": "2016-09-09T21:00:06", - "category": "anarchism", - "children": 21, - "created": "2016-09-02T21:00:06", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"anarchism\",\"anarchy\",\"freedom\",\"government\",\"politics\"],\"users\":[\"paradise-paradox\"],\"image\":[\"https://www.steemimg.com/images/2016/09/02/cupcakestext3e2246.jpg\",\"https://www.steemimg.com/images/2016/09/02/bitnation32856.md.png\",\"https://www.steemimg.com/images/2016/09/02/ferengirand98aba.md.jpg\",\"https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg\"],\"links\":[\"http://www.bitnation.co\",\"https://www.steemimg.com/image/7ZWqp\",\"https://www.steemimg.com/image/gsqzK\",\"https://www.facebook.com/theparadiseparadox/\",\"https://steemit.com/freedom/@churdtzu/liberty-in-a-nutshell-3-quick-arguments-to-make-you-think-about-smashing-the-state\",\"https://steemit.com/freedom/@churdtzu/freedom-trumps-fear-everything-you-do-is-an-act-of-liberty\",\"https://steemit.com/technology/@churdtzu/automation-an-age-of-unseen-prosperity\",\"https://steemit.com/anarchism/@churdtzu/choose-liberty-or-choose-domination\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-03T16:42:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 46881004978754, - "parent_author": "", - "parent_permlink": "anarchism", - "pending_payout_value": "234.631 HBD", - "percent_hbd": 10000, - "permlink": "impossible-a-conversation-with-a-statist-about-starting-a-business", - "post_id": 1103440, - "promoted": "0.000 HBD", - "reblogged_by": [ - "jamesc" - ], - "replies": [], - "root_title": "Impossible! A conversation with a statist about starting a business", - "title": "Impossible! A conversation with a statist about starting a business", - "total_payout_value": "0.000 HBD", - "url": "/anarchism/@churdtzu/impossible-a-conversation-with-a-statist-about-starting-a-business" - }, - { - "active_votes": [ + "reputation": 1116909606233, + "rshares": 13352147791, + "voter": "facer" + }, { "percent": "10000", - "reputation": 1915876518994, - "rshares": 713849744184, - "voter": "erath" + "reputation": 12494904871301, + "rshares": 270870473369, + "voter": "trogdor" }, { - "percent": "-10000", - "reputation": 32455846463901, - "rshares": -31845501062751, - "voter": "smooth" + "percent": "10000", + "reputation": 217927530425, + "rshares": 5868142029, + "voter": "g-dubs" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14138834755892, - "voter": "summon" + "reputation": 9186061899783, + "rshares": 40452002594, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 70486967561347, - "rshares": 41020214989765, - "voter": "blocktrades" + "reputation": 22794273843250, + "rshares": 146263584999, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, - "rshares": 681294857265, - "voter": "eternity" + "reputation": 27249217, + "rshares": 307628539, + "voter": "ropes" }, { "percent": "10000", - "reputation": 0, - "rshares": 696141548444, - "voter": "neogen1" + "reputation": 642608867428, + "rshares": 5117224323, + "voter": "christoryan" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 36313410950446, - "voter": "jamesc" + "reputation": 224903879777, + "rshares": 6740200315, + "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 0, - "rshares": 733544211676, - "voter": "hermes" + "reputation": 18458799241134, + "rshares": 46379618900, + "voter": "karnal" }, { "percent": "10000", - "reputation": 0, - "rshares": 886726583513, - "voter": "hermes-miner" + "reputation": 85777133037, + "rshares": 627391120, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 0, - "rshares": 505486733188, - "voter": "thorium1" + "reputation": 12656257002205, + "rshares": 42803240564, + "voter": "clement" }, { "percent": "10000", - "reputation": 0, - "rshares": 442734513022, - "voter": "thorium2" + "reputation": 1860741683952, + "rshares": 14101606781, + "voter": "ultralord" }, { "percent": "10000", - "reputation": 20325022183, - "rshares": 4790835747996, - "voter": "datasecuritynode" + "reputation": 9434414518400, + "rshares": 16659999864, + "voter": "acassity" }, { "percent": "10000", - "reputation": 0, - "rshares": 524463953427, - "voter": "bunkermining" + "reputation": 25984358555464, + "rshares": 49243730408, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7194331591616, - "voter": "riverhead" + "reputation": 1450924981021, + "rshares": 40356554063, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 3894279128605, - "rshares": 6827917415083, - "voter": "wackou" + "reputation": -1260650049067, + "rshares": 1050006848, + "voter": "bitcointop" }, { "percent": "10000", - "reputation": 0, - "rshares": 2506230132120, - "voter": "badassmother" + "reputation": 19462531467501, + "rshares": 34512234336, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 0, - "rshares": 226012794298, - "voter": "bitshares.org" + "reputation": 787678199102, + "rshares": 7000797024, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, - "rshares": 3126182740254, - "voter": "lafona-miner" + "reputation": 3175467999049, + "rshares": 19228524249, + "voter": "hakise" }, { "percent": "10000", - "reputation": 0, - "rshares": 149523319117, - "voter": "blockchainbunker" + "reputation": 1059790037173, + "rshares": 533551773312, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 53793618993, - "voter": "blocktech" + "reputation": 255334396905, + "rshares": 316140966, + "voter": "damono" }, { "percent": "10000", - "reputation": 0, - "rshares": 14101776071, - "voter": "neominer2016" + "reputation": 36017089082, + "rshares": 526447556, + "voter": "rxhector" }, { "percent": "10000", - "reputation": 0, - "rshares": 224123795211, - "voter": "abderus" + "reputation": 6340616331847, + "rshares": 16614354166, + "voter": "picokernel" }, { "percent": "10000", - "reputation": 0, - "rshares": 9737576321, - "voter": "olympus-steemy" + "reputation": 17167233442, + "rshares": 7747445956, + "voter": "hammurabi" }, { - "percent": "10000", - "reputation": 0, - "rshares": 247905586155, - "voter": "hephaestus" + "percent": "5000", + "reputation": 9142611234, + "rshares": 330623378, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 0, - "rshares": 124617946012, - "voter": "aquarius.com" + "percent": "5000", + "reputation": 3871042, + "rshares": 305996138, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, - "rshares": 54341351383, - "voter": "minosman" + "reputation": 81102912, + "rshares": 241529832, + "voter": "mirspirs" }, { "percent": "10000", - "reputation": 0, - "rshares": 155295462673, - "voter": "aphrodite" + "reputation": 960610083080, + "rshares": 943863353, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 0, - "rshares": 18923511034, - "voter": "hotels.com" + "reputation": 3320684282022, + "rshares": 157476900390, + "voter": "knircky" }, { "percent": "10000", - "reputation": 9111465318256, - "rshares": 408343525323, - "voter": "lafona" + "reputation": 325589414514, + "rshares": 525662045, + "voter": "warplat" }, { "percent": "10000", - "reputation": 0, - "rshares": 15623565798, - "voter": "aries.com" + "reputation": 258238650045, + "rshares": 365864974, + "voter": "denaver" }, { "percent": "10000", "reputation": 0, - "rshares": 90025029717, - "voter": "rabbitminer" + "rshares": 976142286, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 0, - "rshares": 25416237608, - "voter": "insurance.com" + "reputation": 7952828943, + "rshares": 4563366017, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 14756948501919, - "rshares": 6463946125727, - "voter": "fuzzyvest" + "reputation": 2377467033356, + "rshares": 17335887613, + "voter": "bdavid" }, { "percent": "10000", - "reputation": 0, - "rshares": 111553237993, - "voter": "fund.com" + "reputation": 1563271634183, + "rshares": 114935388111, + "voter": "paco" }, { "percent": "10000", - "reputation": 428017035820, - "rshares": 83493240580, - "voter": "friend5" + "reputation": 1855825, + "rshares": 227600854, + "voter": "danielkt" }, { "percent": "10000", - "reputation": 0, - "rshares": 14984982949, - "voter": "heracles" + "reputation": 10077167197115, + "rshares": 37013999069, + "voter": "biophil" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 1036593195766, - "voter": "ihashfury" + "reputation": 2397831198773, + "rshares": 3967258071, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 22179185760, - "voter": "bunkerchainlabs" + "reputation": 3979714886621, + "rshares": 12189580681, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 358840960832, - "rshares": 1660907011864, - "voter": "rossco99" + "reputation": 16743994030016, + "rshares": 41406920014, + "voter": "condra" }, { - "percent": "10000", - "reputation": 454674995328, - "rshares": 1046732320321, - "voter": "delegate.lafona" + "percent": "100", + "reputation": 6892424678378, + "rshares": 1410424010, + "voter": "inertia" }, { "percent": "10000", - "reputation": 36749432321730, - "rshares": 959635396723, - "voter": "liondani" + "reputation": 658204768651, + "rshares": 40711044623, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 314683875517, - "voter": "lafona5" + "reputation": 1537463763, + "rshares": 17676637905, + "voter": "creemej" }, { "percent": "10000", - "reputation": 0, - "rshares": 6353453274404, - "voter": "steemit200" + "reputation": -883682716676, + "rshares": 113093702, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3719865882, - "voter": "boy" + "reputation": 1008790928160, + "rshares": 1452681946, + "voter": "natali22" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1924339820440, - "voter": "xeroc" + "reputation": 34120390016, + "rshares": 3042068909, + "voter": "imp3" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4516052147, - "voter": "bue-witness" + "reputation": 9734558763221, + "rshares": 13027668706, + "voter": "phenom" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 828474117, - "voter": "bunny" + "reputation": 160881076843, + "rshares": 20009986701, + "voter": "coininstant" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 7313636535439, - "voter": "complexring" + "reputation": 224144957883, + "rshares": 14316227410, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 12481332844017, - "rshares": 1618313297439, - "voter": "steemychicken1" + "reputation": -910520517353, + "rshares": 26572072181, + "voter": "ubg" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64951457691, - "voter": "bue" + "reputation": 8897174175, + "rshares": 200869173, + "voter": "eclipse0" }, { "percent": "10000", - "reputation": 0, - "rshares": 1796534113, - "voter": "tigerminer" + "reputation": 1394532106132, + "rshares": 7167614046, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993524579, - "voter": "mini" + "reputation": 66675699, + "rshares": 436655843, + "voter": "jasonpangjs" }, { "percent": "10000", - "reputation": 0, - "rshares": 256417598, - "voter": "moon" + "reputation": 5883461278385, + "rshares": 76871056650, + "voter": "rea" }, { "percent": "10000", - "reputation": 2185067624745, - "rshares": 2186389223001, - "voter": "bhuz" + "reputation": 814835644010, + "rshares": 4295800504, + "voter": "vapekings14" }, { "percent": "10000", - "reputation": 13096661187964, - "rshares": 4605711794626, - "voter": "au1nethyb1" + "reputation": 14988694886527, + "rshares": 193106684147, + "voter": "jl777" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 63315529569, - "voter": "jason" + "reputation": 879409745645, + "rshares": 2490120280, + "voter": "lostnuggett" }, { - "percent": "-10000", - "reputation": 83941319998, - "rshares": -5749290584538, - "voter": "smooth.witness" + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4081194005, + "voter": "positive" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1331716248875, - "voter": "steempower" + "reputation": 12468455070375, + "rshares": 12876261032, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 49549461527, - "rshares": 448047213656, - "voter": "boatymcboatface" + "reputation": 270533787248, + "rshares": 780032261, + "voter": "mohammed123" }, { "percent": "10000", - "reputation": 158487994237, - "rshares": 50193526748, - "voter": "twiceuponatime" + "reputation": 2568808468562, + "rshares": 2582382925, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 1082239289637, - "rshares": 269332657807, - "voter": "indominon" + "reputation": 69628175386, + "rshares": 433658931, + "voter": "quigua" }, { "percent": "10000", - "reputation": 68236886814465, - "rshares": 403500989181, - "voter": "officialfuzzy" + "reputation": 2564054618, + "rshares": 109783161, + "voter": "activcat" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3081822269527, - "voter": "onceuponatime" + "reputation": 66346571922, + "rshares": 1951755333, + "voter": "flexcougar" }, { "percent": "10000", - "reputation": 1829863145814, - "rshares": 715059096149, - "voter": "marginal" + "reputation": 3777763523032, + "rshares": 20952398642, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 80707659789, - "voter": "vip" + "reputation": 58190631451, + "rshares": 16618440246, + "voter": "proto" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 14003496802, - "voter": "proctologic" + "reputation": 153480676290, + "rshares": 618984788, + "voter": "curator" }, { "percent": "10000", - "reputation": 2369366055877, - "rshares": 74783900915, - "voter": "vault" + "reputation": 23895195044, + "rshares": 157056709, + "voter": "bitmap" }, { "percent": "10000", - "reputation": 0, - "rshares": 747400513, - "voter": "healthcare" + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160843467, - "voter": "daniel.pan" + "reputation": 3976815048658, + "rshares": 2038908466, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 20661161447481, - "rshares": 183986962194, - "voter": "peerplays" + "reputation": 247311783844, + "rshares": 972381129, + "voter": "hofman386" }, { "percent": "10000", - "reputation": 0, - "rshares": 18618826046, - "voter": "apollo" + "reputation": 17218558634066, + "rshares": 14373840241, + "voter": "smailer" }, { "percent": "10000", - "reputation": 0, - "rshares": 12017362739, - "voter": "athena" + "reputation": 119216243, + "rshares": 111187541, + "voter": "joeyking2x" }, { "percent": "10000", - "reputation": 0, - "rshares": 1939803704, - "voter": "muses" + "reputation": 979379098872, + "rshares": 1457117663, + "voter": "spinner" }, { "percent": "10000", - "reputation": 0, - "rshares": 314980083, - "voter": "perseus" + "reputation": 106575300404, + "rshares": 4144725324, + "voter": "glitterpig" }, { "percent": "10000", - "reputation": 2294989396894, - "rshares": 15744448168, - "voter": "cryptoprometheus" + "reputation": 3962925392210, + "rshares": 4075542273, + "voter": "jed78" }, { "percent": "10000", - "reputation": 76462073287981, - "rshares": 341841845781, - "voter": "ash" + "reputation": 372487392831, + "rshares": 693445149, + "voter": "cryptocurrency3" }, { "percent": "10000", - "reputation": 7404914959204, - "rshares": 31574106488, - "voter": "marketingmonk" + "reputation": 17701690051649, + "rshares": 121685586318, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 120758304993, - "voter": "linouxis9" + "reputation": 49283901870, + "rshares": 1074649838, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, - "rshares": 345805525, - "voter": "helen.tan" + "reputation": 988942038058, + "rshares": 51554733061, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 83919065726, - "voter": "unosuke" + "reputation": 1275505236, + "rshares": 8307951260, + "voter": "taker" }, { "percent": "10000", - "reputation": 6863537479759, - "rshares": 38848205338, - "voter": "mf-tzo" + "reputation": 11856501387697, + "rshares": 45320239691, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 21527783969006, - "rshares": 140582915603, - "voter": "chris4210" + "reputation": 90565359983, + "rshares": 24331253993, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 89774791720, - "voter": "acidsun" + "reputation": 7564464865541, + "rshares": 19721040586, + "voter": "thebluepanda" }, { "percent": "10000", - "reputation": 5134104564069, - "rshares": 49178540648, - "voter": "noisy" + "reputation": 0, + "rshares": 63935898, + "voter": "modogg" }, { "percent": "10000", - "reputation": 1914970430304, - "rshares": 411047229033, - "voter": "chryspano" + "reputation": 3350958489391, + "rshares": 4025645328, + "voter": "darknet" }, { "percent": "10000", - "reputation": 861106979806, - "rshares": 15500791942, - "voter": "sandwich" + "reputation": 892119536265, + "rshares": 1153305624, + "voter": "mama-steem" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 78942479768, - "voter": "easteagle13" + "reputation": 1653800202958, + "rshares": 480856099965, + "voter": "glitterfart" }, { "percent": "10000", - "reputation": 25134704062, - "rshares": 543059088, - "voter": "f35720" + "reputation": -345647452566, + "rshares": 86164457, + "voter": "jassyt91" }, { "percent": "10000", - "reputation": 2830877880805, - "rshares": 158256805295, - "voter": "vato" + "reputation": 3271549714172, + "rshares": 1229410187, + "voter": "andrew0" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 10342004459, - "voter": "ervin-lemark" + "reputation": 1012746, + "rshares": 63300522, + "voter": "nickola" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8045472632, - "voter": "cryptorune" + "reputation": 66791976065, + "rshares": 94734136701, + "voter": "joele" }, { "percent": "10000", "reputation": 0, - "rshares": 504553677, - "voter": "donggyun-hahm" + "rshares": 1217773496, + "voter": "paynode" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7433958267, - "voter": "fran2k" + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" }, { "percent": "10000", - "reputation": 4931834878069, - "rshares": 23179590751, - "voter": "fkn" + "reputation": 0, + "rshares": 61746903, + "voter": "kpine" }, { "percent": "10000", - "reputation": 14848515958625, - "rshares": 82031931852, - "voter": "kingscrown" + "reputation": 6755300029, + "rshares": 1367410476, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 1427571994880, - "rshares": 11168456877, - "voter": "bryner" - }, - { - "percent": "8500", - "reputation": 0, - "rshares": 404755212, - "voter": "paco-steem" + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4734922285, - "voter": "spaninv" + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11247509898, + "voter": "borran" }, { "percent": "10000", - "reputation": 11372617606769, - "rshares": 113620140181, - "voter": "forrestwillie" + "reputation": 13895575208, + "rshares": 58704392, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 25092001976, - "voter": "instructor2121" + "reputation": 37279727062, + "rshares": 1474220512, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2184771797, - "voter": "gekko" + "reputation": 0, + "rshares": 58553487, + "voter": "loli" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 324253254523, - "voter": "teamsteem" + "reputation": 2118792724924, + "rshares": 81499349932, + "voter": "miacats" }, { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16586588072, - "voter": "elishagh1" + "percent": "10000", + "reputation": 0, + "rshares": 51186720, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 245668666508, - "voter": "pal" + "reputation": 13325577893779, + "rshares": 11673495714, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 3345544168, - "voter": "jerome-colley" + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 627954645291, - "rshares": 3904686320, - "voter": "jonno-katz" + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 158448116279, - "voter": "steve-walschot" + "reputation": -30464467585, + "rshares": 79579732, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56770184363, - "voter": "hannixx42" + "reputation": 67427595157518, + "rshares": 608499980931, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1242879550, - "voter": "coar" + "reputation": 44529428534261, + "rshares": 59327331713, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71166121273, - "voter": "asch" + "reputation": 158672055554, + "rshares": 52801955, + "voter": "pollina" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432351019, - "voter": "murh" + "percent": "10000", + "reputation": 0, + "rshares": 1284562774, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": 4740608822, - "rshares": 590214277, - "voter": "kodi" + "reputation": 868924825603, + "rshares": 1100693524, + "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 89262274316, - "rshares": 29022233668, - "voter": "trung81" + "reputation": 16426840706, + "rshares": 14150825783, + "voter": "gvargas123" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 35555645087, - "voter": "ranko-k" + "reputation": 24073624840, + "rshares": 2510434809, + "voter": "madoff" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 539560537296, - "voter": "cyber" + "reputation": 4410847044, + "rshares": 228117853, + "voter": "psybin" }, { "percent": "10000", - "reputation": 2109293193844, - "rshares": 384913465, - "voter": "matthewdc" + "reputation": 5427607111677, + "rshares": 8222360784, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 1404951009343, - "rshares": 18898262719, - "voter": "allahhh" + "reputation": -49397634, + "rshares": 70361224, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 259928430177, - "voter": "billbutler" + "reputation": 875137794542, + "rshares": 5926342786, + "voter": "trev" }, { "percent": "10000", - "reputation": 3211087232972, - "rshares": 13177349442, - "voter": "btotherest" + "reputation": 28176351271250, + "rshares": 66246143849, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 7152109350579, - "rshares": 4507275330, - "voter": "cm-steem" + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 11592122420, - "voter": "zebbra2014" + "reputation": 11490547563070, + "rshares": 11567726745, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 82831409208, - "voter": "eric-boucher" + "reputation": 259404517373, + "rshares": 391259806, + "voter": "gregoryschneider" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 408117159, - "voter": "applecrisp" + "reputation": 3725920343994, + "rshares": 6671849990, + "voter": "booky" }, { - "percent": "8500", - "reputation": 0, - "rshares": 316084917, - "voter": "stiletto" + "percent": "10000", + "reputation": 1021682513, + "rshares": 56488029, + "voter": "mdx5009" }, { "percent": "10000", - "reputation": 3169024240074, - "rshares": 52365934770, - "voter": "martin-wichmann" + "reputation": 896116963054, + "rshares": 255813699456, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 51876578547, - "voter": "juanmiguelsalas" + "reputation": 8420918209808, + "rshares": 25219678343, + "voter": "daut44" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 51707517515, - "voter": "thecryptodrive" + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" }, { "percent": "10000", - "reputation": 32056888035, - "rshares": 1350589595, - "voter": "fjccoin" + "reputation": 1480652550326, + "rshares": 1206729973, + "voter": "lenar" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4476866908, - "voter": "dahaz159" + "reputation": 18957179674, + "rshares": 56830485, + "voter": "uri-bruck" }, { "percent": "10000", - "reputation": 2548112906179, - "rshares": 4207375697, - "voter": "imyao" + "reputation": 3144994876819, + "rshares": 1153418218, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 14028106211346, - "rshares": 49805995185, - "voter": "kus-knee" + "reputation": 250066271138, + "rshares": 74584024, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 1116909606233, - "rshares": 13352147791, - "voter": "facer" + "reputation": 0, + "rshares": 56507401, + "voter": "maximator15" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 270870473369, - "voter": "trogdor" + "reputation": 40134776400, + "rshares": 565282458, + "voter": "jacobcards" }, { "percent": "10000", - "reputation": 217927530425, - "rshares": 5868142029, - "voter": "g-dubs" + "reputation": 1504301173829, + "rshares": 2182092609, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 40452002594, - "voter": "michaelx" + "reputation": 651373865756, + "rshares": 111410822, + "voter": "team101" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 146263584999, - "voter": "thedashguy" + "reputation": 982331434653, + "rshares": 87951188, + "voter": "rusla" }, { "percent": "10000", - "reputation": 27249217, - "rshares": 307628539, - "voter": "ropes" + "reputation": 18088143027, + "rshares": 58351459, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 642608867428, - "rshares": 5117224323, - "voter": "christoryan" + "reputation": 134056888284, + "rshares": 155266559572, + "voter": "cornerstone" }, { "percent": "10000", - "reputation": 224903879777, - "rshares": 6740200315, - "voter": "tyler-fletcher" + "reputation": 1919986626165, + "rshares": 1722766112, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 18458799241134, - "rshares": 46379618900, - "voter": "karnal" + "reputation": 0, + "rshares": 9299806299, + "voter": "delasage" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 627391120, - "voter": "mrhankeh" + "reputation": 262756573957, + "rshares": 594247359, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 42803240564, - "voter": "clement" + "reputation": 57217768234, + "rshares": 69154762, + "voter": "dconstantine" }, { "percent": "10000", - "reputation": 1860741683952, - "rshares": 14101606781, - "voter": "ultralord" + "reputation": 333300187103, + "rshares": 56774491, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 16659999864, - "voter": "acassity" + "reputation": 3533625673, + "rshares": 22666911074, + "voter": "dubi" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 49243730408, - "voter": "bacchist" + "reputation": 155834469695, + "rshares": 103617011, + "voter": "illusiveman" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 40356554063, - "voter": "ezzy" + "reputation": 733512906, + "rshares": 55328470, + "voter": "sabinson6" }, { "percent": "10000", - "reputation": -1260650049067, - "rshares": 1050006848, - "voter": "bitcointop" + "reputation": 6227584776320, + "rshares": 5114715856, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34512234336, - "voter": "hitmeasap" + "reputation": 2609275826131, + "rshares": 316803436, + "voter": "alina1" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 7000797024, - "voter": "cmtzco" + "reputation": 35035670618, + "rshares": 53484846, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 19228524249, - "voter": "hakise" + "reputation": 304603834882, + "rshares": 380010632, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 533551773312, - "voter": "juneaugoldbuyer" + "reputation": -119859903423, + "rshares": 72893380, + "voter": "and030380" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 316140966, - "voter": "damono" + "reputation": 50326964582800, + "rshares": 262992146034, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 36017089082, - "rshares": 526447556, - "voter": "rxhector" + "reputation": 19674745811334, + "rshares": 65719716640, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 16614354166, - "voter": "picokernel" + "reputation": 3138405687, + "rshares": 52597837, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 17167233442, - "rshares": 7747445956, - "voter": "hammurabi" - }, - { - "percent": "5000", - "reputation": 9142611234, - "rshares": 330623378, - "voter": "ch0c0latechip" + "reputation": -674983067, + "rshares": 53103516, + "voter": "yegor" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 305996138, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" }, { "percent": "10000", - "reputation": 81102912, - "rshares": 241529832, - "voter": "mirspirs" + "reputation": 31479863, + "rshares": 52930132, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 943863353, - "voter": "nobreku" + "reputation": 0, + "rshares": 5279211872, + "voter": "chick1" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 157476900390, - "voter": "knircky" + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 325589414514, - "rshares": 525662045, - "voter": "warplat" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 258238650045, - "rshares": 365864974, - "voter": "denaver" + "reputation": 270609126129, + "rshares": 1876382808, + "voter": "steemsquad" }, { "percent": "10000", - "reputation": 0, - "rshares": 976142286, - "voter": "steem1653" + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4563366017, - "voter": "thegoodguy" + "reputation": 1502200909130, + "rshares": 120365336, + "voter": "ola1" }, { "percent": "10000", - "reputation": 2377467033356, - "rshares": 17335887613, - "voter": "bdavid" + "reputation": 6072650400812, + "rshares": 5340740672, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 114935388111, - "voter": "paco" + "reputation": 0, + "rshares": 322592441, + "voter": "robotev2" }, { "percent": "10000", - "reputation": 1855825, - "rshares": 227600854, - "voter": "danielkt" + "reputation": 272497517948, + "rshares": 67496150, + "voter": "bobbybillbob" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 37013999069, - "voter": "biophil" + "reputation": 953344136574, + "rshares": 52785311, + "voter": "kreet" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3967258071, - "voter": "karen13" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 12189580681, - "voter": "jaycobbell" + "reputation": 774561357, + "rshares": 50182215, + "voter": "sageboba" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 41406920014, - "voter": "condra" + "reputation": 414609406210, + "rshares": 980698984, + "voter": "robotev" }, { - "percent": "100", - "reputation": 6892424678378, - "rshares": 1410424010, - "voter": "inertia" + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 40711044623, - "voter": "milestone" + "reputation": 136868986514, + "rshares": 61168280, + "voter": "lloyddavis" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 17676637905, - "voter": "creemej" + "reputation": 0, + "rshares": 1867843363, + "voter": "exlead" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 113093702, - "voter": "wildchild" + "reputation": 17924136040, + "rshares": 430219156, + "voter": "imightbluff" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1452681946, - "voter": "natali22" + "reputation": 12945831370, + "rshares": 80818030, + "voter": "rymlen" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3042068909, - "voter": "imp3" + "reputation": 25894678210, + "rshares": 80805411, + "voter": "killbis" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 13027668706, - "voter": "phenom" + "reputation": 312902704, + "rshares": 74336634, + "voter": "timalex" }, { "percent": "10000", - "reputation": 160881076843, - "rshares": 20009986701, - "voter": "coininstant" + "reputation": 303263257, + "rshares": 74286389, + "voter": "workwithpleasure" + } + ], + "author": "peerplays", + "author_reputation": 20661161447481, + "beneficiaries": [], + "body": "\n

 
\n
\nPeerplays Test Net goes LIVE September 26th

\n

We are happy to announce that we are on schedule to begin public beta testing of the world\u2019s first real-time interactive on-chain game on Monday, September 26th. More information about how you can get involved with testing will be available soon.

\n


\nNew Peerplays.com website goes LIVE September 26th

\n

The website is getting a makeover, with updated milestones and timelines, a countdown clock to the auction crowdsale, and a ton of new information about the project.

\n


\nReferral Rewards Program pushed back a few weeks

\n

We have decided to push back the pre-launch referral rewards program until after the test net goes live. We will be announcing the exact dates for this program in a few weeks.

\n


\nBTS Sharedrop update

\n

The Peerplays snapshot window opened at midnight UTC on September 1st, and runs until midnight UTC on September 16th. If you want to be eligible for the shardrop, please transfer your BTS tokens to a wallet where you control the private keys right away. See the BTS Snapshot Update for more details.

\n


\nAlso, if you still have unclaimed BitShares 1.0 tokens, you must import your balances into a BitShares client (Freedom Ledger, Open Ledger, or BitShares light client) in order to be eligible for the Peerplays snapshot.

\n

Please stop by the Peerplays RocketChat channel if you have any other questions.
\n
\n#peerplays
\n#crypto-news
\n#sharedrop
\n#testnet
\n#beyondbitcoin

\n", + "body_length": 1871, + "cashout_time": "2016-09-08T16:33:36", + "category": "peerplays", + "children": 29, + "created": "2016-09-01T16:33:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"peerplays\",\"crypto-news\",\"sharedrop\",\"testnet\",\"beyondbitcoin\"],\"image\":[\"https://ipfs.pics/ipfs/QmP8FD5HRFywXxFLFxWogVmoCaZ3Gn8HUoxkbYRwH8Nu6q\"],\"links\":[\"http://www.peerplays.com/news/sneak-preview-peerplays-pre-launch-referral-program/\",\"http://www.peerplays.com/news/bts-snapshot-date/\",\"https://peerplays.chat/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T16:33:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 136634688365940, + "parent_author": "", + "parent_permlink": "peerplays", + "pending_payout_value": "2018.855 HBD", + "percent_hbd": 10000, + "permlink": "peerplays-status-udate-09-01-2016", + "post_id": 1086630, + "promoted": "1.000 HBD", + "reblogged_by": [ + "jamesc" + ], + "replies": [], + "root_title": "Peerplays Status Udate 09/01/2016", + "title": "Peerplays Status Udate 09/01/2016", + "total_payout_value": "0.000 HBD", + "url": "/peerplays/@peerplays/peerplays-status-udate-09-01-2016" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28866299703, + "voter": "anonymous" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14316227410, - "voter": "all-of-us" + "reputation": 13823888326286, + "rshares": 14716707017635, + "voter": "summon" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 26572072181, - "voter": "ubg" + "reputation": 0, + "rshares": 696144729587, + "voter": "neogen1" }, { "percent": "10000", - "reputation": 8897174175, - "rshares": 200869173, - "voter": "eclipse0" + "reputation": 0, + "rshares": 733548283371, + "voter": "hermes" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7167614046, - "voter": "geronimo" + "reputation": 0, + "rshares": 886731331061, + "voter": "hermes-miner" }, { "percent": "10000", - "reputation": 66675699, - "rshares": 436655843, - "voter": "jasonpangjs" + "reputation": 0, + "rshares": 505489040650, + "voter": "thorium1" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 76871056650, - "voter": "rea" + "reputation": 0, + "rshares": 442736523713, + "voter": "thorium2" }, { "percent": "10000", - "reputation": 814835644010, - "rshares": 4295800504, - "voter": "vapekings14" + "reputation": 20325022183, + "rshares": 4819934562483, + "voter": "datasecuritynode" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 193106684147, - "voter": "jl777" + "reputation": 0, + "rshares": 524466953613, + "voter": "bunkermining" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2490120280, - "voter": "lostnuggett" + "reputation": 0, + "rshares": 149524060953, + "voter": "blockchainbunker" }, { - "percent": "2000", - "reputation": 10519849768972, - "rshares": 4081194005, - "voter": "positive" + "percent": "10000", + "reputation": 0, + "rshares": 53793866292, + "voter": "blocktech" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 12876261032, - "voter": "carlidos" + "reputation": 0, + "rshares": 14101825543, + "voter": "neominer2016" }, { "percent": "10000", - "reputation": 270533787248, - "rshares": 780032261, - "voter": "mohammed123" + "reputation": 4107373187010, + "rshares": 1814729020561, + "voter": "hr1" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2582382925, - "voter": "sompitonov" + "reputation": 0, + "rshares": 224125015074, + "voter": "abderus" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 433658931, - "voter": "quigua" + "reputation": 0, + "rshares": 9737609282, + "voter": "olympus-steemy" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 109783161, - "voter": "activcat" + "reputation": 0, + "rshares": 247906723345, + "voter": "hephaestus" }, { "percent": "10000", - "reputation": 66346571922, - "rshares": 1951755333, - "voter": "flexcougar" + "reputation": 0, + "rshares": 124618605416, + "voter": "aquarius.com" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20952398642, - "voter": "krabgat" + "reputation": 0, + "rshares": 54341582112, + "voter": "minosman" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16618440246, - "voter": "proto" + "reputation": 0, + "rshares": 155296154918, + "voter": "aphrodite" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618984788, - "voter": "curator" + "reputation": 0, + "rshares": 18923576957, + "voter": "hotels.com" }, { "percent": "10000", - "reputation": 23895195044, - "rshares": 157056709, - "voter": "bitmap" + "reputation": 0, + "rshares": 15623631720, + "voter": "aries.com" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" + "reputation": 0, + "rshares": 90025524254, + "voter": "rabbitminer" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 2038908466, - "voter": "tygergamer" + "reputation": 0, + "rshares": 25416353002, + "voter": "insurance.com" }, { "percent": "10000", - "reputation": 247311783844, - "rshares": 972381129, - "voter": "hofman386" + "reputation": 14756948501919, + "rshares": 6727888334194, + "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14373840241, - "voter": "smailer" + "reputation": 0, + "rshares": 111553847925, + "voter": "fund.com" }, { "percent": "10000", - "reputation": 119216243, - "rshares": 111187541, - "voter": "joeyking2x" + "reputation": 16685610555705, + "rshares": 21085715991464, + "voter": "tombstone" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1457117663, - "voter": "spinner" + "reputation": 428017035820, + "rshares": 79442590547, + "voter": "friend5" }, { "percent": "10000", - "reputation": 106575300404, - "rshares": 4144725324, - "voter": "glitterpig" + "reputation": 12842871326086, + "rshares": 119632798758, + "voter": "sandra" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 4075542273, - "voter": "jed78" + "reputation": 0, + "rshares": 14985048871, + "voter": "heracles" }, { "percent": "10000", - "reputation": 372487392831, - "rshares": 693445149, - "voter": "cryptocurrency3" + "reputation": 2827502899317, + "rshares": 1037588088849, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 121685586318, - "voter": "steemdrive" + "reputation": 0, + "rshares": 22179268193, + "voter": "bunkerchainlabs" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1074649838, - "voter": "metaflute" + "reputation": 0, + "rshares": 6356138000530, + "voter": "steemit200" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 51554733061, - "voter": "gomeravibz" + "reputation": 1214229078, + "rshares": 3100531233, + "voter": "boy" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8307951260, - "voter": "taker" + "reputation": 89703349977794, + "rshares": 1684015688050, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 45320239691, - "voter": "allasyummyfood" + "reputation": 4712949449, + "rshares": 3764189886, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 24331253993, - "voter": "rawnetics" + "reputation": 10026510714787, + "rshares": 97866189980, + "voter": "testz" }, { "percent": "10000", - "reputation": 7564464865541, - "rshares": 19721040586, - "voter": "thebluepanda" + "reputation": 1789951494550, + "rshares": 690498765, + "voter": "bunny" }, { "percent": "10000", - "reputation": 0, - "rshares": 63935898, - "voter": "modogg" + "reputation": 9510507624851, + "rshares": 491452159646, + "voter": "ajvest" }, { "percent": "10000", - "reputation": 3350958489391, - "rshares": 4025645328, - "voter": "darknet" + "reputation": 103443134841, + "rshares": 54237126597, + "voter": "bue" }, { "percent": "10000", - "reputation": 892119536265, - "rshares": 1153305624, - "voter": "mama-steem" + "reputation": 0, + "rshares": 1796534113, + "voter": "tigerminer" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 480856099965, - "voter": "glitterfart" + "reputation": 0, + "rshares": 1661583090, + "voter": "mini" }, { "percent": "10000", - "reputation": -345647452566, - "rshares": 86164457, - "voter": "jassyt91" + "reputation": 0, + "rshares": 213702396, + "voter": "moon" }, { "percent": "10000", - "reputation": 3271549714172, - "rshares": 1229410187, - "voter": "andrew0" + "reputation": 36473167044, + "rshares": 64584319336, + "voter": "jason" }, { "percent": "10000", - "reputation": 1012746, - "rshares": 63300522, - "voter": "nickola" + "reputation": -296615780418, + "rshares": 1820817782, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 94734136701, - "voter": "joele" + "reputation": 25065017424303, + "rshares": 118938449509, + "voter": "stan" }, { "percent": "10000", - "reputation": 0, - "rshares": 1217773496, - "voter": "paynode" + "reputation": 854893586973, + "rshares": 1066461944084, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 56272514, - "voter": "nickche" + "reputation": 7520586390, + "rshares": 136946756305, + "voter": "mrs.agsexplorer" }, { "percent": "10000", "reputation": 0, - "rshares": 61746903, - "voter": "kpine" + "rshares": 2440185099, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 1367410476, - "voter": "nonamer" + "reputation": 124209883737229, + "rshares": 1322859561225, + "voter": "steempower" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 65288764, - "voter": "evgenyche" + "reputation": 68236886814465, + "rshares": 403519096817, + "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11247509898, - "voter": "borran" + "reputation": 18678729398345, + "rshares": 163846262122, + "voter": "pairmike" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 58704392, - "voter": "stevescriber" + "reputation": 23744414677575, + "rshares": 3020860023181, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1474220512, - "voter": "bledarus" + "reputation": 82600290949846, + "rshares": 1130716083518, + "voter": "cass" }, { "percent": "10000", - "reputation": 0, - "rshares": 58553487, - "voter": "loli" + "reputation": 2802091583976, + "rshares": 10786094204, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81499349932, - "voter": "miacats" + "reputation": 0, + "rshares": 622922850, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 51186720, - "voter": "nano2nd" + "rshares": 967529916, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11673495714, - "voter": "kyriacos" + "reputation": 20661161447481, + "rshares": 183987885407, + "voter": "peerplays" }, { - "percent": "10000", - "reputation": -4629473733, - "rshares": 57802223, - "voter": "cryptoblu" + "percent": "100", + "reputation": 4874033031398, + "rshares": 7851727606, + "voter": "woo7739" }, { "percent": "10000", - "reputation": 0, - "rshares": 57795937, - "voter": "instructor" + "reputation": 6977251504339, + "rshares": 21563856983, + "voter": "dedriss" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 79579732, - "voter": "pompe72" + "reputation": 0, + "rshares": 18618908478, + "voter": "apollo" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 608499980931, - "voter": "dollarvigilante" + "reputation": 0, + "rshares": 12017412210, + "voter": "athena" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 59327331713, - "voter": "serejandmyself" + "reputation": 8442392793360, + "rshares": 93893699945, + "voter": "jchch" }, { "percent": "10000", - "reputation": 158672055554, - "rshares": 52801955, - "voter": "pollina" + "reputation": 0, + "rshares": 1939803704, + "voter": "muses" }, { "percent": "10000", "reputation": 0, - "rshares": 1284562774, - "voter": "kollapsik" + "rshares": 314980083, + "voter": "perseus" }, { "percent": "10000", - "reputation": 868924825603, - "rshares": 1100693524, - "voter": "the-bitcoin-dood" + "reputation": 2242727814, + "rshares": 2144679052, + "voter": "proctologic2" }, { "percent": "10000", - "reputation": 16426840706, - "rshares": 14150825783, - "voter": "gvargas123" + "reputation": 4013874407471, + "rshares": 121320898543, + "voter": "linouxis9" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2510434809, - "voter": "madoff" + "reputation": 0, + "rshares": 288200426, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 4410847044, - "rshares": 228117853, - "voter": "psybin" + "reputation": 9469162, + "rshares": 83928074042, + "voter": "unosuke" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 8222360784, - "voter": "jaredcwillis" + "reputation": 2165622245848, + "rshares": 24758607105, + "voter": "yefet" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 70361224, - "voter": "vasilii" + "reputation": 21527783969006, + "rshares": 140582915603, + "voter": "chris4210" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 5926342786, - "voter": "trev" + "reputation": 4290310171633, + "rshares": 15933495859, + "voter": "brindleswan" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 66246143849, - "voter": "barrycooper" + "reputation": 3444102146490, + "rshares": 14199953862, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 75274936, - "voter": "joelbow" + "reputation": 5134104564069, + "rshares": 52252199439, + "voter": "noisy" }, { - "percent": "10000", - "reputation": 11490547563070, - "rshares": 11567726745, - "voter": "hilarski" + "percent": "100", + "reputation": 12712877967688, + "rshares": 1578981772, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 259404517373, - "rshares": 391259806, - "voter": "gregoryschneider" + "reputation": 21498120740, + "rshares": 9592668484, + "voter": "gregory60" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 6671849990, - "voter": "booky" + "reputation": 9600934617910, + "rshares": 15612543662, + "voter": "jademont" }, { "percent": "10000", - "reputation": 1021682513, - "rshares": 56488029, - "voter": "mdx5009" + "reputation": 526710884366, + "rshares": 7747023149, + "voter": "fran2k" }, { - "percent": "10000", - "reputation": 896116963054, - "rshares": 255813699456, - "voter": "oldtimer" + "percent": "8500", + "reputation": 0, + "rshares": 404962657, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 25219678343, - "voter": "daut44" + "reputation": 3380310417590, + "rshares": 10076740088, + "voter": "mranderson" }, { - "percent": "10000", - "reputation": 0, - "rshares": 54705383, - "voter": "rickmiller" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4618093088, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1206729973, - "voter": "lenar" + "reputation": 11372617606769, + "rshares": 111430524354, + "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 18957179674, - "rshares": 56830485, - "voter": "uri-bruck" + "reputation": 436017530085, + "rshares": 23969032469, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1153418218, - "voter": "nulliusinverba" + "reputation": 1152630657546, + "rshares": 14246734987, + "voter": "estefantt" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 74584024, - "voter": "uziriel" + "reputation": 1111594060096, + "rshares": 3830206488, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 0, - "rshares": 56507401, - "voter": "maximator15" + "reputation": 42741727265739, + "rshares": 137481094040, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 40134776400, - "rshares": 565282458, - "voter": "jacobcards" + "reputation": 348876921907, + "rshares": 1389227541, + "voter": "n25052016" }, { "percent": "10000", - "reputation": 1504301173829, - "rshares": 2182092609, - "voter": "jeremyfromwi" + "reputation": 1663549830469, + "rshares": 754715445, + "voter": "coar" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 111410822, - "voter": "team101" + "reputation": 161089556767, + "rshares": 71216909883, + "voter": "asch" }, { - "percent": "10000", - "reputation": 982331434653, - "rshares": 87951188, - "voter": "rusla" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1419091909, + "voter": "murh" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 58351459, - "voter": "mnviking" + "reputation": 4740608822, + "rshares": 602018562, + "voter": "kodi" }, { "percent": "10000", - "reputation": 134056888284, - "rshares": 155266559572, - "voter": "cornerstone" + "reputation": 5904057835766, + "rshares": 31938401765, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1722766112, - "voter": "matthewtiii" + "reputation": 824717099743, + "rshares": 469553430862, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 9299806299, - "voter": "delasage" + "reputation": 7152109350579, + "rshares": 5355800857, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 594247359, - "voter": "kev7000" + "reputation": -2683858617900, + "rshares": 11009122049, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 57217768234, - "rshares": 69154762, - "voter": "dconstantine" + "reputation": 11136252375006, + "rshares": 355573008443, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 56774491, - "voter": "the-ego-is-you" + "reputation": 79561484422, + "rshares": 399881351, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 22666911074, - "voter": "dubi" + "reputation": 1376656930605, + "rshares": 5503906565, + "voter": "karbonxx" }, { - "percent": "10000", - "reputation": 155834469695, - "rshares": 103617011, - "voter": "illusiveman" + "percent": "8500", + "reputation": 0, + "rshares": 316240518, + "voter": "stiletto" }, { - "percent": "10000", - "reputation": 733512906, - "rshares": 55328470, - "voter": "sabinson6" + "percent": "1000", + "reputation": 14734236654427, + "rshares": 4880096733, + "voter": "intelliguy" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 5114715856, - "voter": "renzoarg" + "reputation": 3906896686802, + "rshares": 49309585979, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 316803436, - "voter": "alina1" + "reputation": 8397302485673, + "rshares": 216943407298, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 53484846, - "voter": "plantbasedjunkie" + "reputation": 77590508815145, + "rshares": 323406376629, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 380010632, - "voter": "ct-gurus" + "reputation": 4526468651953, + "rshares": 76005775708, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 72893380, - "voter": "and030380" + "reputation": 12494904871301, + "rshares": 265418620458, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 262992146034, - "voter": "charlieshrem" + "reputation": 9186061899783, + "rshares": 33713309931, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 65719716640, - "voter": "tracemayer" + "reputation": 486415577627, + "rshares": 5895263678, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 52597837, - "voter": "waldemar-kuhn" + "reputation": 5886979119053, + "rshares": 105849054623, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": -674983067, - "rshares": 53103516, - "voter": "yegor" + "reputation": 5933526152360, + "rshares": 85661904007, + "voter": "truthtaco" }, { "percent": "10000", - "reputation": 9789912031, - "rshares": 54408230, - "voter": "feruz" + "reputation": 2457655120479, + "rshares": 3878142653, + "voter": "ben99" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 52930132, - "voter": "bobbythegreat" + "reputation": 3929147028870, + "rshares": 11873924876, + "voter": "magnebit" }, { "percent": "10000", - "reputation": 0, - "rshares": 5279211872, - "voter": "chick1" + "reputation": 111391460708814, + "rshares": 366962610794, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 85777133037, + "rshares": 522838844, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "reputation": 12656257002205, + "rshares": 34070324310, + "voter": "clement" }, { "percent": "10000", - "reputation": 270609126129, - "rshares": 1876382808, - "voter": "steemsquad" + "reputation": 10314872786861, + "rshares": 49115066629, + "voter": "isteemit" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 51890765, - "voter": "gregorygarcia" + "reputation": 25639258699, + "rshares": 266579917, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 120365336, - "voter": "ola1" + "reputation": 25984358555464, + "rshares": 45852188873, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5340740672, - "voter": "herpetologyguy" + "reputation": 40255997582, + "rshares": 7020696953, + "voter": "cannav" }, { "percent": "10000", - "reputation": 0, - "rshares": 322592441, - "voter": "robotev2" + "reputation": 40557912481, + "rshares": 249261791, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 272497517948, - "rshares": 67496150, - "voter": "bobbybillbob" + "reputation": 12046532310513, + "rshares": 16459805775, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 953344136574, - "rshares": 52785311, - "voter": "kreet" + "reputation": 1059790037173, + "rshares": 440385311238, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": -2499740471746, + "rshares": 12376274932, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 774561357, - "rshares": 50182215, - "voter": "sageboba" + "reputation": 5451039980643, + "rshares": 461549701, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 980698984, - "voter": "robotev" + "reputation": 4667991454724, + "rshares": 727923410476, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 2054508199522, + "rshares": 677103976, + "voter": "busser" }, { "percent": "10000", - "reputation": 136868986514, - "rshares": 61168280, - "voter": "lloyddavis" + "reputation": 3149488018622, + "rshares": 3622092705, + "voter": "owdy" }, { "percent": "10000", - "reputation": 0, - "rshares": 1867843363, - "voter": "exlead" + "reputation": 2770303185670, + "rshares": 1436201769, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 17924136040, - "rshares": 430219156, - "voter": "imightbluff" + "reputation": 9188362981, + "rshares": 48347368225, + "voter": "vortac" }, { "percent": "10000", - "reputation": 12945831370, - "rshares": 80818030, - "voter": "rymlen" + "reputation": 0, + "rshares": 1322035522, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 25894678210, - "rshares": 80805411, - "voter": "killbis" + "reputation": 6030999377480, + "rshares": 15218530481, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 312902704, - "rshares": 74336634, - "voter": "timalex" + "reputation": 1648396897354, + "rshares": 11041623882, + "voter": "asim" }, { "percent": "10000", - "reputation": 303263257, - "rshares": 74286389, - "voter": "workwithpleasure" - } - ], - "author": "peerplays", - "author_reputation": 20661161447481, - "beneficiaries": [], - "body": "\n

 
\n
\nPeerplays Test Net goes LIVE September 26th

\n

We are happy to announce that we are on schedule to begin public beta testing of the world\u2019s first real-time interactive on-chain game on Monday, September 26th. More information about how you can get involved with testing will be available soon.

\n


\nNew Peerplays.com website goes LIVE September 26th

\n

The website is getting a makeover, with updated milestones and timelines, a countdown clock to the auction crowdsale, and a ton of new information about the project.

\n


\nReferral Rewards Program pushed back a few weeks

\n

We have decided to push back the pre-launch referral rewards program until after the test net goes live. We will be announcing the exact dates for this program in a few weeks.

\n


\nBTS Sharedrop update

\n

The Peerplays snapshot window opened at midnight UTC on September 1st, and runs until midnight UTC on September 16th. If you want to be eligible for the shardrop, please transfer your BTS tokens to a wallet where you control the private keys right away. See the BTS Snapshot Update for more details.

\n


\nAlso, if you still have unclaimed BitShares 1.0 tokens, you must import your balances into a BitShares client (Freedom Ledger, Open Ledger, or BitShares light client) in order to be eligible for the Peerplays snapshot.

\n

Please stop by the Peerplays RocketChat channel if you have any other questions.
\n
\n#peerplays
\n#crypto-news
\n#sharedrop
\n#testnet
\n#beyondbitcoin

\n", - "body_length": 1871, - "cashout_time": "2016-09-08T16:33:36", - "category": "peerplays", - "children": 29, - "created": "2016-09-01T16:33:36", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"peerplays\",\"crypto-news\",\"sharedrop\",\"testnet\",\"beyondbitcoin\"],\"image\":[\"https://ipfs.pics/ipfs/QmP8FD5HRFywXxFLFxWogVmoCaZ3Gn8HUoxkbYRwH8Nu6q\"],\"links\":[\"http://www.peerplays.com/news/sneak-preview-peerplays-pre-launch-referral-program/\",\"http://www.peerplays.com/news/bts-snapshot-date/\",\"https://peerplays.chat/\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T16:33:36", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 136634688365940, - "parent_author": "", - "parent_permlink": "peerplays", - "pending_payout_value": "2018.855 HBD", - "percent_hbd": 10000, - "permlink": "peerplays-status-udate-09-01-2016", - "post_id": 1086630, - "promoted": "1.000 HBD", - "reblogged_by": [ - "jamesc" - ], - "replies": [], - "root_title": "Peerplays Status Udate 09/01/2016", - "title": "Peerplays Status Udate 09/01/2016", - "total_payout_value": "0.000 HBD", - "url": "/peerplays/@peerplays/peerplays-status-udate-09-01-2016" - }, - { - "active_votes": [ + "reputation": 7952828943, + "rshares": 4567597594, + "voter": "thegoodguy" + }, { - "percent": "100", - "reputation": 85602977273, - "rshares": 28866299703, - "voter": "anonymous" + "percent": "10000", + "reputation": 2377467033356, + "rshares": 17002417811, + "voter": "bdavid" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14716707017635, - "voter": "summon" + "reputation": 2397831198773, + "rshares": 3969946239, + "voter": "karen13" }, { "percent": "10000", "reputation": 0, - "rshares": 696144729587, - "voter": "neogen1" + "rshares": 241243766, + "voter": "venator" }, { "percent": "10000", - "reputation": 0, - "rshares": 733548283371, - "voter": "hermes" + "reputation": 1175982316919, + "rshares": 203387260220, + "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, - "rshares": 886731331061, - "voter": "hermes-miner" + "reputation": 3979714886621, + "rshares": 10412347788, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, - "rshares": 505489040650, - "voter": "thorium1" + "reputation": 16743994030016, + "rshares": 35903975535, + "voter": "condra" }, { "percent": "10000", - "reputation": 0, - "rshares": 442736523713, - "voter": "thorium2" + "reputation": 2445998348172, + "rshares": 2963994153, + "voter": "pigatto" }, { "percent": "10000", - "reputation": 20325022183, - "rshares": 4819934562483, - "voter": "datasecuritynode" + "reputation": 1517806453887, + "rshares": 513461712, + "voter": "jza" }, { "percent": "10000", - "reputation": 0, - "rshares": 524466953613, - "voter": "bunkermining" + "reputation": 658204768651, + "rshares": 40755518049, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 149524060953, - "voter": "blockchainbunker" + "reputation": 1537463763, + "rshares": 16644967156, + "voter": "creemej" }, { "percent": "10000", - "reputation": 0, - "rshares": 53793866292, - "voter": "blocktech" + "reputation": -883682716676, + "rshares": 94244751, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 0, - "rshares": 14101825543, - "voter": "neominer2016" + "reputation": 34120390016, + "rshares": 3075936100, + "voter": "imp3" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1814729020561, - "voter": "hr1" + "reputation": 9734558763221, + "rshares": 13067485544, + "voter": "phenom" }, { "percent": "10000", - "reputation": 0, - "rshares": 224125015074, - "voter": "abderus" + "reputation": 741654237981, + "rshares": 5503749512, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, - "rshares": 9737609282, - "voter": "olympus-steemy" + "reputation": 76096938200261, + "rshares": 261924247814, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, - "rshares": 247906723345, - "voter": "hephaestus" + "reputation": 974488972206, + "rshares": 3279322961, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 0, - "rshares": 124618605416, - "voter": "aquarius.com" + "reputation": 224144957883, + "rshares": 14316550384, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, - "rshares": 54341582112, - "voter": "minosman" + "reputation": 2619388406406, + "rshares": 2389076440, + "voter": "vlad" }, { "percent": "10000", - "reputation": 0, - "rshares": 155296154918, - "voter": "aphrodite" + "reputation": 14988694886527, + "rshares": 193211662821, + "voter": "jl777" }, { "percent": "10000", - "reputation": 0, - "rshares": 18923576957, - "voter": "hotels.com" + "reputation": 918911822347, + "rshares": 1355229469, + "voter": "aleco" }, { "percent": "10000", - "reputation": 0, - "rshares": 15623631720, - "voter": "aries.com" + "reputation": 12468455070375, + "rshares": 9586146715, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, - "rshares": 90025524254, - "voter": "rabbitminer" + "reputation": 4129649677200, + "rshares": 7110324135, + "voter": "summonerrk" }, { "percent": "10000", - "reputation": 0, - "rshares": 25416353002, - "voter": "insurance.com" + "reputation": 58190631451, + "rshares": 16627141697, + "voter": "proto" }, { "percent": "10000", - "reputation": 14756948501919, - "rshares": 6727888334194, - "voter": "fuzzyvest" + "reputation": 153480676290, + "rshares": 594489698, + "voter": "curator" }, { "percent": "10000", - "reputation": 0, - "rshares": 111553847925, - "voter": "fund.com" + "reputation": 3976815048658, + "rshares": 1915658344, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 16685610555705, - "rshares": 21085715991464, - "voter": "tombstone" + "reputation": 6545561317919, + "rshares": 13268551902, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 428017035820, - "rshares": 79442590547, - "voter": "friend5" + "reputation": 17114822932753, + "rshares": 244086084769, + "voter": "originate" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 119632798758, - "voter": "sandra" + "reputation": 979379098872, + "rshares": 1457348424, + "voter": "spinner" }, { "percent": "10000", "reputation": 0, - "rshares": 14985048871, - "voter": "heracles" + "rshares": 85020377955, + "voter": "nicknick" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 1037588088849, - "voter": "ihashfury" + "reputation": 3962925392210, + "rshares": 3746613377, + "voter": "jed78" }, { "percent": "10000", - "reputation": 0, - "rshares": 22179268193, - "voter": "bunkerchainlabs" + "reputation": 17701690051649, + "rshares": 115867657849, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 0, - "rshares": 6356138000530, - "voter": "steemit200" + "reputation": 988942038058, + "rshares": 71785970409, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3100531233, - "voter": "boy" + "reputation": 1977162029930, + "rshares": 3260983092, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1684015688050, - "voter": "xeroc" + "reputation": 1275505236, + "rshares": 8314004269, + "voter": "taker" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3764189886, - "voter": "bue-witness" + "reputation": 8710090850955, + "rshares": 37536074418, + "voter": "rampant" }, { "percent": "10000", - "reputation": 10026510714787, - "rshares": 97866189980, - "voter": "testz" + "reputation": 11856501387697, + "rshares": 46615103682, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 690498765, - "voter": "bunny" + "reputation": 90565359983, + "rshares": 22843504087, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 9510507624851, - "rshares": 491452159646, - "voter": "ajvest" + "reputation": 16577047541, + "rshares": 14477859432, + "voter": "sunshine" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54237126597, - "voter": "bue" + "reputation": 31031494498, + "rshares": 1351553915, + "voter": "littleboo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1796534113, - "voter": "tigerminer" + "reputation": 25724194555647, + "rshares": 40965564223, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 0, - "rshares": 1661583090, - "voter": "mini" + "reputation": 1653800202958, + "rshares": 451568598993, + "voter": "glitterfart" }, { "percent": "10000", "reputation": 0, - "rshares": 213702396, - "voter": "moon" + "rshares": 4062221677, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 64584319336, - "voter": "jason" + "reputation": 2021353867281, + "rshares": 7457020641, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1820817782, - "voter": "mineralwasser" + "reputation": 478167094774, + "rshares": 620953026, + "voter": "romancs" }, { "percent": "10000", - "reputation": 25065017424303, - "rshares": 118938449509, - "voter": "stan" + "reputation": 475920141542, + "rshares": 256429994, + "voter": "riosparada" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1066461944084, - "voter": "boombastic" + "reputation": 117644956479, + "rshares": 17164775735, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 136946756305, - "voter": "mrs.agsexplorer" + "reputation": 2344911104009, + "rshares": 11301216766, + "voter": "ekitcho" }, { "percent": "10000", - "reputation": 0, - "rshares": 2440185099, - "voter": "bingo-1" + "reputation": 66791976065, + "rshares": 101212261630, + "voter": "joele" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1322859561225, - "voter": "steempower" + "reputation": 0, + "rshares": 1053697145, + "voter": "paynode" }, { "percent": "10000", - "reputation": 68236886814465, - "rshares": 403519096817, - "voter": "officialfuzzy" + "reputation": 1269864429223, + "rshares": 2481948114, + "voter": "kainmarx" }, { - "percent": "10000", - "reputation": 18678729398345, - "rshares": 163846262122, - "voter": "pairmike" + "percent": "5000", + "reputation": 9523766827937, + "rshares": 17410138877, + "voter": "cryptos" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3020860023181, - "voter": "onceuponatime" + "reputation": 849623403126, + "rshares": 1050434581, + "voter": "vegascomic" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 1130716083518, - "voter": "cass" + "reputation": 9332405310628, + "rshares": 28756769280, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 10786094204, - "voter": "proctologic" + "reputation": 13895575208, + "rshares": 51366343, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 0, - "rshares": 622922850, - "voter": "healthcare" + "reputation": 37279727062, + "rshares": 1392489999, + "voter": "bledarus" }, { "percent": "10000", "reputation": 0, - "rshares": 967529916, - "voter": "daniel.pan" + "rshares": 50014437, + "voter": "loli" }, { "percent": "10000", - "reputation": 20661161447481, - "rshares": 183987885407, - "voter": "peerplays" - }, - { - "percent": "100", - "reputation": 4874033031398, - "rshares": 7851727606, - "voter": "woo7739" + "reputation": 2118792724924, + "rshares": 81583352922, + "voter": "miacats" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 21563856983, - "voter": "dedriss" + "reputation": 725736773651, + "rshares": 259078099, + "voter": "sc-steemit" }, { "percent": "10000", "reputation": 0, - "rshares": 18618908478, - "voter": "apollo" + "rshares": 51186720, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 0, - "rshares": 12017412210, - "voter": "athena" + "reputation": 3168479764, + "rshares": 58665995, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 93893699945, - "voter": "jchch" + "reputation": 26311363874, + "rshares": 68548276, + "voter": "mustool" }, { "percent": "10000", - "reputation": 0, - "rshares": 1939803704, - "voter": "muses" + "reputation": -4629473733, + "rshares": 54189584, + "voter": "cryptoblu" }, { "percent": "10000", "reputation": 0, - "rshares": 314980083, - "voter": "perseus" + "rshares": 54183691, + "voter": "instructor" }, { "percent": "10000", - "reputation": 2242727814, - "rshares": 2144679052, - "voter": "proctologic2" + "reputation": 67427595157518, + "rshares": 556842261157, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 121320898543, - "voter": "linouxis9" + "reputation": 29873106450, + "rshares": 64702547, + "voter": "peppernrino" }, { "percent": "10000", - "reputation": 0, - "rshares": 288200426, - "voter": "helen.tan" + "reputation": 4318672774075, + "rshares": 7802331627, + "voter": "farmerswife" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 83928074042, - "voter": "unosuke" + "reputation": 16426840706, + "rshares": 14479914754, + "voter": "gvargas123" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24758607105, - "voter": "yefet" + "reputation": 2594661721428, + "rshares": 4311730515, + "voter": "themanualbot" }, { "percent": "10000", - "reputation": 21527783969006, - "rshares": 140582915603, - "voter": "chris4210" + "reputation": 5427607111677, + "rshares": 6799566479, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 4290310171633, - "rshares": 15933495859, - "voter": "brindleswan" + "reputation": 2357768295588, + "rshares": 2163436260, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14199953862, - "voter": "gregory-f" + "reputation": 875137794542, + "rshares": 5690736894, + "voter": "trev" }, { "percent": "10000", - "reputation": 5134104564069, - "rshares": 52252199439, - "voter": "noisy" - }, - { - "percent": "100", - "reputation": 12712877967688, - "rshares": 1578981772, - "voter": "easteagle13" + "reputation": 28176351271250, + "rshares": 56197804482, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 21498120740, - "rshares": 9592668484, - "voter": "gregory60" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15612543662, - "voter": "jademont" + "reputation": 11490547563070, + "rshares": 10290964591, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7747023149, - "voter": "fran2k" - }, - { - "percent": "8500", "reputation": 0, - "rshares": 404962657, - "voter": "paco-steem" + "rshares": 51286297, + "voter": "rickmiller" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 10076740088, - "voter": "mranderson" + "reputation": 1480652550326, + "rshares": 1245866289, + "voter": "lenar" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4618093088, - "voter": "spaninv" + "percent": "10000", + "reputation": 3144994876819, + "rshares": 1031782741, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 11372617606769, - "rshares": 111430524354, - "voter": "forrestwillie" + "reputation": 40134776400, + "rshares": 576588107, + "voter": "jacobcards" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 23969032469, - "voter": "instructor2121" + "reputation": 4254380753805, + "rshares": 2430591273, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": 1152630657546, - "rshares": 14246734987, - "voter": "estefantt" + "reputation": 20797221470, + "rshares": 1680262128, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3830206488, - "voter": "daycrypter" + "reputation": 982331434653, + "rshares": 98099402, + "voter": "rusla" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 137481094040, - "voter": "steve-walschot" + "reputation": 71887903, + "rshares": 55709351, + "voter": "misscathy" }, { "percent": "10000", - "reputation": 348876921907, - "rshares": 1389227541, - "voter": "n25052016" + "reputation": 80500300321, + "rshares": 81876495, + "voter": "happylovelife" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 754715445, - "voter": "coar" + "reputation": 837791549130, + "rshares": 36568646983, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71216909883, - "voter": "asch" + "reputation": 232802458264, + "rshares": 15559714487, + "voter": "digital-wisdom" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1419091909, - "voter": "murh" + "percent": "10000", + "reputation": 785171622834, + "rshares": 5743591248, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 4740608822, - "rshares": 602018562, - "voter": "kodi" + "reputation": 3475969893, + "rshares": 51020322, + "voter": "gumer" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 31938401765, - "voter": "ranko-k" + "reputation": 51223240, + "rshares": 413886565, + "voter": "steemorama" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 469553430862, - "voter": "cyber" + "reputation": 333300187103, + "rshares": 55639001, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 7152109350579, - "rshares": 5355800857, - "voter": "cm-steem" + "reputation": 0, + "rshares": 54572331, + "voter": "blogspot" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 11009122049, - "voter": "zebbra2014" + "reputation": 3933689675127, + "rshares": 47677185927, + "voter": "ummjackson" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 355573008443, - "voter": "taoteh1221" + "reputation": 2908933665034, + "rshares": 513438057, + "voter": "mindhunter" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 399881351, - "voter": "applecrisp" + "reputation": 1810829967, + "rshares": 2707394032, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 1376656930605, - "rshares": 5503906565, - "voter": "karbonxx" + "reputation": 2609275826131, + "rshares": 475361908, + "voter": "alina1" }, { - "percent": "8500", + "percent": "10000", "reputation": 0, - "rshares": 316240518, - "voter": "stiletto" + "rshares": 50639382, + "voter": "doggnostic" }, { - "percent": "1000", - "reputation": 14734236654427, - "rshares": 4880096733, - "voter": "intelliguy" + "percent": "10000", + "reputation": 35035670618, + "rshares": 54373887, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 49309585979, - "voter": "thecryptodrive" + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 216943407298, - "voter": "will-zewe" + "reputation": 50326964582800, + "rshares": 245334057890, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 323406376629, - "voter": "kaylinart" + "reputation": 19674745811334, + "rshares": 56236446273, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 76005775708, - "voter": "tim-johnston" + "reputation": 26215514, + "rshares": 20502499289, + "voter": "brains" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 265418620458, - "voter": "trogdor" + "reputation": 861400654873, + "rshares": 1116038498, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 33713309931, - "voter": "michaelx" + "reputation": 31479863, + "rshares": 51871529, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5895263678, - "voter": "mark-waser" + "reputation": 0, + "rshares": 5145738395, + "voter": "chick1" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 105849054623, - "voter": "geoffrey" + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 5933526152360, - "rshares": 85661904007, - "voter": "truthtaco" + "reputation": 0, + "rshares": 50470409, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 2457655120479, - "rshares": 3878142653, - "voter": "ben99" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 3929147028870, - "rshares": 11873924876, - "voter": "magnebit" + "reputation": 270609126129, + "rshares": 1680954048, + "voter": "steemsquad" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 366962610794, - "voter": "fyrstikken" + "reputation": 570800415880, + "rshares": 1545247442, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 522838844, - "voter": "mrhankeh" + "reputation": 1502200909130, + "rshares": 289244964, + "voter": "ola1" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 34070324310, - "voter": "clement" + "reputation": 6072650400812, + "rshares": 5236381350, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 10314872786861, - "rshares": 49115066629, - "voter": "isteemit" + "reputation": 659608632671, + "rshares": 1060092774, + "voter": "jang" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 266579917, - "voter": "ladyclair" + "reputation": 0, + "rshares": 4870888779, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 45852188873, - "voter": "bacchist" + "reputation": 99160090205, + "rshares": 156137897, + "voter": "bo-ro" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7020696953, - "voter": "cannav" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 249261791, - "voter": "mstang83" + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 16459805775, - "voter": "stealthtrader" + "reputation": 467125852021, + "rshares": 120476926, + "voter": "piphunters" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 440385311238, - "voter": "juneaugoldbuyer" + "reputation": 2536730663, + "rshares": 204618292, + "voter": "letstalkliberty" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 12376274932, - "voter": "r4fken" + "reputation": 0, + "rshares": 1568002546, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 461549701, - "voter": "steemswede" - }, + "reputation": 1765060868967, + "rshares": 146262013, + "voter": "modernbukowski" + } + ], + "author": "officialfuzzy", + "author_reputation": 68236886814465, + "beneficiaries": [], + "body": "
https://c3.staticflickr.com/8/7291/26832451010_45eeda2991_m.jpg
\n
[*Listen to last week's hangout Here*](https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress)
\n\n\n## Beyond Bitcoin hangouts enable everyone's voice to be heard--Steemit lets the community vote on our Top Guests!\n\nI have decided to extend this trial run for announcing hangouts in a way that gives everyone an incentive to promote our events and themselves, their projects and alliances that germinate in this very hangout community. So *until further notice* if you want to be covered in beyond bitcoin hangouts in any serious way, we will be asking for you to upvote this post, RSVP and give upvotes to other projects/topics you find valuable.\n\n## How to get Coverage of your Project: Leverage Your Community!\n\nPost to this and future Hangout Announcements telling us if you are going to be there and what project/topic you would like to cover with the Beyond Bitcoin Community. The highest voted project/topics at the start of the hangout every Friday @ 10am EST will be covered first, followed 2nd highest, 3rd highest...etc in sequence from highest to lowest.\n\n## How much time will we have?\n\nHangouts will be at least 45 minutes long, but depending on attendance and projects/topics to be covered may last up to 2 hours. Given this, we will try to be as flexible with guest speakers as possible, but will be forced to limit the number covered in any hangout to 5. This should enable us to at let people speak/take questions for 25-30 minutes each.\n\n## Is *coverage* all I get?\n\nNo. You also get the opportunity to post links relevant to your projects, steemit posts/updates about your project and have those links posted to soundcloud and the steemit thread where the hangout is posted.\nWe might even be willing to promote good projects we cover on twitter and steemit!\n\n## Is any topic off Limits?\n\nYes. We reserve the right to learn from the newest trickster trolling steemit consistently searching for way to insert chaos into the equation and devise future strategies for negating these. Naturally if these efforts become ham-fisted attempts at shutting down free speech in honest conversations, the audience will hold us accountable.\nBut with that said....pretty much anything can be covered--even up to and including current events. However, I personally will only be voting up stories that touch the blockchain in some way shape or form and will be asking the community to downvote absolute Rubbish! ;)\n\n## How to Join\n### Step 1: \n[Download Mumble Here](http://www.mumble.com/mumble-download.php)\n### Step 2: \nhttps://www.youtube.com/watch?v=oQSilwOySU8\n### Step 3: https://img1.steemit.com/0x0/https://c3.staticflickr.com/8/7354/27300935122_5cd4c54644.jpg\n### Step 4:\n\n**RSVP Below with the following details:**\n#1 Project/Topic Name/News Piece\n#2 Relevant Steemit Tag?\n#3 Appropriate links to share?\n#4 Steemit and/or Mumble account name of Representative/Speaker\n#5 How should we Introduce you/your project/your news coverage?\n#6 Were you referred by someone to our hangouts? Do they have a steem account? If so post it here to give them part of the SBD earned from this thread!", + "body_length": 3260, + "cashout_time": "2016-09-09T18:38:30", + "category": "beyondbitcoin", + "children": 13, + "created": "2016-09-02T18:38:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beyondbitcoin\",\"steem\",\"blockchain\",\"hangouts\",\"iot\"],\"image\":[\"https://c3.staticflickr.com/8/7291/26832451010_45eeda2991_m.jpg\",\"https://img.youtube.com/vi/oQSilwOySU8/0.jpg\",\"https://img1.steemit.com/0x0/https://c3.staticflickr.com/8/7354/27300935122_5cd4c54644.jpg\"],\"links\":[\"https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress\",\"http://www.mumble.com/mumble-download.php\",\"https://www.youtube.com/watch?v=oQSilwOySU8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T18:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80185961125725, + "parent_author": "", + "parent_permlink": "beyondbitcoin", + "pending_payout_value": "640.826 HBD", + "percent_hbd": 10000, + "permlink": "guest-signups-beyond-bitcoin-hangout-172-9-9-16-rsvp-to-friday-s-hangout-refer-projects-for-rewards", + "post_id": 1101826, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "[Guest Signups] Beyond Bitcoin Hangout #172 - 9/9/16: (RSVP to Friday's Hangout - Refer Projects for Rewards!)", + "title": "[Guest Signups] Beyond Bitcoin Hangout #172 - 9/9/16: (RSVP to Friday's Hangout - Refer Projects for Rewards!)", + "total_payout_value": "0.000 HBD", + "url": "/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-172-9-9-16-rsvp-to-friday-s-hangout-refer-projects-for-rewards" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 4667991454724, - "rshares": 727923410476, - "voter": "slowwalker" + "reputation": 85602977273, + "rshares": 1472181284879, + "voter": "anonymous" }, { - "percent": "10000", - "reputation": 2054508199522, - "rshares": 677103976, - "voter": "busser" + "percent": "6000", + "reputation": 8779714777561, + "rshares": 4468860839837, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3622092705, - "voter": "owdy" + "reputation": 51047995307721, + "rshares": 9138857059544, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1436201769, - "voter": "vi1son" + "reputation": 4107373187010, + "rshares": 1861048499306, + "voter": "hr1" }, { "percent": "10000", - "reputation": 9188362981, - "rshares": 48347368225, - "voter": "vortac" + "reputation": 2827502899317, + "rshares": 992601581351, + "voter": "ihashfury" }, { "percent": "10000", "reputation": 0, - "rshares": 1322035522, - "voter": "steem1653" + "rshares": 6355794792833, + "voter": "steemit200" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 15218530481, - "voter": "sebastien" + "reputation": 1214229078, + "rshares": 3100494106, + "voter": "boy" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11041623882, - "voter": "asim" + "reputation": 4712949449, + "rshares": 3764146301, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4567597594, - "voter": "thegoodguy" + "reputation": 1789951494550, + "rshares": 690495538, + "voter": "bunny" }, { "percent": "10000", - "reputation": 2377467033356, - "rshares": 17002417811, - "voter": "bdavid" + "reputation": 103443134841, + "rshares": 54226299503, + "voter": "bue" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3969946239, - "voter": "karen13" + "reputation": 0, + "rshares": 1661568563, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 241243766, - "voter": "venator" + "rshares": 213702396, + "voter": "moon" }, { "percent": "10000", - "reputation": 1175982316919, - "rshares": 203387260220, - "voter": "nabilov" + "reputation": 36473167044, + "rshares": 62049424785, + "voter": "jason" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 10412347788, - "voter": "jaycobbell" + "reputation": 0, + "rshares": 405204487360, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 35903975535, - "voter": "condra" + "reputation": 100108166977919, + "rshares": 584002059069, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": 2445998348172, - "rshares": 2963994153, - "voter": "pigatto" + "reputation": 9028537022578, + "rshares": 2578910876984, + "voter": "recursive" }, { "percent": "10000", - "reputation": 1517806453887, - "rshares": 513461712, - "voter": "jza" + "reputation": 854893586973, + "rshares": 1066461944084, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 40755518049, - "voter": "milestone" + "reputation": 0, + "rshares": 9773190408, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 16644967156, - "voter": "creemej" + "reputation": 0, + "rshares": 2440185099, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 94244751, - "voter": "wildchild" + "reputation": 2802091583976, + "rshares": 11606672952, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3075936100, - "voter": "imp3" + "reputation": 0, + "rshares": 622921236, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 13067485544, - "voter": "phenom" + "reputation": 0, + "rshares": 967523459, + "voter": "daniel.pan" }, { - "percent": "10000", - "reputation": 741654237981, - "rshares": 5503749512, - "voter": "smolalit" + "percent": "100", + "reputation": 4874033031398, + "rshares": 7851727606, + "voter": "woo7739" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 261924247814, - "voter": "calaber24p" + "reputation": 6977251504339, + "rshares": 23667647908, + "voter": "dedriss" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3279322961, - "voter": "simon.braki.love" + "reputation": 0, + "rshares": 288200426, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14316550384, - "voter": "all-of-us" + "reputation": 4733188979515, + "rshares": 9317391960, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2389076440, - "voter": "vlad" + "reputation": 9600934617910, + "rshares": 15292557168, + "voter": "jademont" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 193211662821, - "voter": "jl777" + "reputation": 0, + "rshares": 475831122, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 918911822347, - "rshares": 1355229469, - "voter": "aleco" + "reputation": 376960001789, + "rshares": 5468474845, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 9586146715, - "voter": "carlidos" + "reputation": 15854806148148, + "rshares": 16139514084, + "voter": "richman" }, { "percent": "10000", - "reputation": 4129649677200, - "rshares": 7110324135, - "voter": "summonerrk" + "reputation": 58571016273092, + "rshares": 726239195638, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16627141697, - "voter": "proto" + "reputation": 3750669747284, + "rshares": 285721805607, + "voter": "pal" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 594489698, - "voter": "curator" + "reputation": 15755437221598, + "rshares": 17288467302, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1915658344, - "voter": "tygergamer" + "reputation": 21903005256174, + "rshares": 234372754558, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 13268551902, - "voter": "clevecross" + "reputation": 16025488740118, + "rshares": 24683241794, + "voter": "klye" }, { "percent": "10000", - "reputation": 17114822932753, - "rshares": 244086084769, - "voter": "originate" + "reputation": 1663549830469, + "rshares": 843450292, + "voter": "coar" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1457348424, - "voter": "spinner" + "reputation": 161089556767, + "rshares": 74063177381, + "voter": "asch" }, { - "percent": "10000", - "reputation": 0, - "rshares": 85020377955, - "voter": "nicknick" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1419071247, + "voter": "murh" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3746613377, - "voter": "jed78" + "reputation": 426343346149, + "rshares": 7172125193, + "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 115867657849, - "voter": "steemdrive" + "reputation": 2444317330502, + "rshares": 6866309595, + "voter": "radioactivities" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 71785970409, - "voter": "gomeravibz" + "reputation": 0, + "rshares": 54895866386, + "voter": "windsok" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 3260983092, - "voter": "litrbooh" + "reputation": 824717099743, + "rshares": 493001206978, + "voter": "cyber" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8314004269, - "voter": "taker" + "reputation": 3037854988445, + "rshares": 64439812904, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 37536074418, - "voter": "rampant" + "reputation": 2272340357792, + "rshares": 222656455314, + "voter": "java1959" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 46615103682, - "voter": "allasyummyfood" + "reputation": 10395665548525, + "rshares": 254741715405, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 22843504087, - "voter": "rawnetics" + "reputation": 3211087232972, + "rshares": 13177349442, + "voter": "btotherest" }, { "percent": "10000", - "reputation": 16577047541, - "rshares": 14477859432, - "voter": "sunshine" + "reputation": 11765473490257, + "rshares": 42193730877, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 31031494498, - "rshares": 1351553915, - "voter": "littleboo" + "reputation": 71931696380, + "rshares": 3833560158648, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 40965564223, - "voter": "timsaid" + "reputation": 11136252375006, + "rshares": 364029314965, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 451568598993, - "voter": "glitterfart" + "reputation": 79561484422, + "rshares": 408212212, + "voter": "applecrisp" }, { "percent": "10000", "reputation": 0, - "rshares": 4062221677, - "voter": "ullikume" + "rshares": 371582609, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 7457020641, - "voter": "kurtbeil" + "reputation": 4526468651953, + "rshares": 76005775708, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 620953026, - "voter": "romancs" + "reputation": 6877012376448, + "rshares": 127117157075, + "voter": "beervangeer" }, { "percent": "10000", - "reputation": 475920141542, - "rshares": 256429994, - "voter": "riosparada" + "reputation": 12494904871301, + "rshares": 271042565635, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 17164775735, - "voter": "jphamer1" + "reputation": 22794273843250, + "rshares": 157243376192, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 2344911104009, - "rshares": 11301216766, - "voter": "ekitcho" + "reputation": 486415577627, + "rshares": 6020353898, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 101212261630, - "voter": "joele" + "reputation": 5886979119053, + "rshares": 108360567724, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, - "rshares": 1053697145, - "voter": "paynode" + "reputation": 274656026130, + "rshares": 45111156296, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2481948114, - "voter": "kainmarx" + "reputation": 2457655120479, + "rshares": 4821474649, + "voter": "ben99" }, { - "percent": "5000", - "reputation": 9523766827937, - "rshares": 17410138877, - "voter": "cryptos" + "percent": "10000", + "reputation": 20692382318966, + "rshares": 244174339940, + "voter": "mauricemikkers" }, { "percent": "10000", - "reputation": 849623403126, - "rshares": 1050434581, - "voter": "vegascomic" + "reputation": 7225093759945, + "rshares": 9294920408, + "voter": "engineercampus" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 28756769280, - "voter": "mrosenquist" + "reputation": 3929147028870, + "rshares": 11873897110, + "voter": "magnebit" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 51366343, - "voter": "stevescriber" + "reputation": 601987961462, + "rshares": 2948010837, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1392489999, - "voter": "bledarus" + "reputation": 111391460708814, + "rshares": 401983811987, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 0, - "rshares": 50014437, - "voter": "loli" + "reputation": 12656257002205, + "rshares": 34966206764, + "voter": "clement" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81583352922, - "voter": "miacats" + "reputation": 9434414518400, + "rshares": 10895344219, + "voter": "acassity" }, { "percent": "10000", - "reputation": 725736773651, - "rshares": 259078099, - "voter": "sc-steemit" + "reputation": 8461965690396, + "rshares": 59887315815, + "voter": "norbu" }, { "percent": "10000", - "reputation": 0, - "rshares": 51186720, - "voter": "nano2nd" + "reputation": 768666239960, + "rshares": 1292335182, + "voter": "cattyboy" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 58665995, - "voter": "razberrijam" + "reputation": 25639258699, + "rshares": 256313273, + "voter": "ladyclair" + }, + { + "percent": "5000", + "reputation": 17405459234693, + "rshares": 41392630652, + "voter": "venuspcs" }, { "percent": "10000", - "reputation": 26311363874, - "rshares": 68548276, - "voter": "mustool" + "reputation": 40255997582, + "rshares": 7280668521, + "voter": "cannav" }, { "percent": "10000", - "reputation": -4629473733, - "rshares": 54189584, - "voter": "cryptoblu" + "reputation": 2544044850677, + "rshares": 15991368798, + "voter": "eindbas" }, { "percent": "10000", - "reputation": 0, - "rshares": 54183691, - "voter": "instructor" + "reputation": 54984589934, + "rshares": 305995962, + "voter": "kosimoos" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 556842261157, - "voter": "dollarvigilante" + "reputation": 57643429300793, + "rshares": 318038109067, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 29873106450, - "rshares": 64702547, - "voter": "peppernrino" + "reputation": 1933204465, + "rshares": 54721680374, + "voter": "sonzweil" }, { "percent": "10000", - "reputation": 4318672774075, - "rshares": 7802331627, - "voter": "farmerswife" + "reputation": 19449097565894, + "rshares": 60051944731, + "voter": "lehard" }, { "percent": "10000", - "reputation": 16426840706, - "rshares": 14479914754, - "voter": "gvargas123" + "reputation": 1700182089209, + "rshares": 107682796807, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 2594661721428, - "rshares": 4311730515, - "voter": "themanualbot" + "reputation": 2083279715738, + "rshares": 5248352116, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 6799566479, - "voter": "jaredcwillis" + "reputation": 40557912481, + "rshares": 254348766, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 2163436260, - "voter": "movievertigo" + "reputation": 19462531467501, + "rshares": 34640968499, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 5690736894, - "voter": "trev" + "reputation": 305047794164, + "rshares": 133386271430, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 56197804482, - "voter": "barrycooper" + "reputation": 6180521629731, + "rshares": 14085585370, + "voter": "elyaque" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 10211833851, + "rshares": 1272198673, + "voter": "doesntmatter" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 10290964591, - "voter": "hilarski" + "reputation": 1059790037173, + "rshares": 426965047711, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 51286297, - "voter": "rickmiller" + "reputation": -2499740471746, + "rshares": 12375841126, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1245866289, - "voter": "lenar" + "reputation": 46813789492, + "rshares": 24954543444, + "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1031782741, - "voter": "nulliusinverba" + "reputation": 3366379465325, + "rshares": 6913108035, + "voter": "futurefood" }, { "percent": "10000", - "reputation": 40134776400, - "rshares": 576588107, - "voter": "jacobcards" + "reputation": 2054508199522, + "rshares": 684653569, + "voter": "busser" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 2430591273, - "voter": "richardcrill" + "reputation": 2770303185670, + "rshares": 1430623758, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1680262128, - "voter": "davidjkelley" + "reputation": 8017093633272, + "rshares": 12379635237, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 982331434653, - "rshares": 98099402, - "voter": "rusla" + "reputation": 10069093677389, + "rshares": 38848580813, + "voter": "mrwang" }, { "percent": "10000", - "reputation": 71887903, - "rshares": 55709351, - "voter": "misscathy" + "reputation": 1440357780524, + "rshares": 836896495, + "voter": "dicov" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 81876495, - "voter": "happylovelife" + "reputation": 0, + "rshares": 1356624497, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 36568646983, - "voter": "sponge-bob" + "reputation": 1648396897354, + "rshares": 11199439001, + "voter": "asim" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 15559714487, - "voter": "digital-wisdom" + "reputation": 38947133984552, + "rshares": 199325378041, + "voter": "jesta" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5743591248, - "voter": "jwaser" + "reputation": 1089147151331, + "rshares": 2115467523, + "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 3475969893, - "rshares": 51020322, - "voter": "gumer" + "reputation": 2397831198773, + "rshares": 3969766101, + "voter": "karen13" }, { "percent": "10000", - "reputation": 51223240, - "rshares": 413886565, - "voter": "steemorama" + "reputation": 125274679006, + "rshares": 5758221785, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 55639001, - "voter": "the-ego-is-you" + "reputation": 1175982316919, + "rshares": 331372887464, + "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, - "rshares": 54572331, - "voter": "blogspot" + "reputation": 10445529851856, + "rshares": 11733343732, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 3933689675127, - "rshares": 47677185927, - "voter": "ummjackson" + "reputation": 1118581531020, + "rshares": 2545398506, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 2908933665034, - "rshares": 513438057, - "voter": "mindhunter" + "reputation": 9836722, + "rshares": 235512684, + "voter": "jesse5th" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2707394032, - "voter": "bwaser" + "reputation": 30694001824, + "rshares": 1197381068, + "voter": "vorsseli" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 475361908, - "voter": "alina1" + "reputation": 6338322241150, + "rshares": 47507275427, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 5183116321161, + "rshares": 4160489371, + "voter": "krystle" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 54373887, - "voter": "plantbasedjunkie" + "reputation": 658204768651, + "rshares": 40750334743, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 50377764, - "voter": "jenny-talls" + "reputation": 2090799841362, + "rshares": 1739715260, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 245334057890, - "voter": "charlieshrem" + "reputation": 4617586503531, + "rshares": 8393460828, + "voter": "cryptojoy.com" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 56236446273, - "voter": "tracemayer" + "reputation": 3033861094190, + "rshares": 12429407109, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 20502499289, - "voter": "brains" + "reputation": 34120390016, + "rshares": 3075774707, + "voter": "imp3" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1116038498, - "voter": "steemafon" + "reputation": 9999779221262, + "rshares": 37880658840, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 51871529, - "voter": "bobbythegreat" + "reputation": 974488972206, + "rshares": 3278397876, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 0, - "rshares": 5145738395, - "voter": "chick1" + "reputation": 843226172873, + "rshares": 63432337663, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 24143253116, + "rshares": 123387400, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 0, - "rshares": 50470409, - "voter": "typingagent" + "reputation": -910520517353, + "rshares": 30461698192, + "voter": "ubg" }, { "percent": "10000", - "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "reputation": 4456090201156, + "rshares": 12637662321, + "voter": "heimindanger" }, { "percent": "10000", - "reputation": 270609126129, - "rshares": 1680954048, - "voter": "steemsquad" + "reputation": 46246767220, + "rshares": 7828784070, + "voter": "rpf" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1545247442, - "voter": "ellepdub" + "reputation": 4603449402273, + "rshares": 6875229069, + "voter": "bitcoiner" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 289244964, - "voter": "ola1" + "reputation": 2114306416334, + "rshares": 3928931367, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5236381350, - "voter": "herpetologyguy" + "reputation": 4194711042931, + "rshares": 4449929327, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 659608632671, - "rshares": 1060092774, - "voter": "jang" + "reputation": 632733211156, + "rshares": 39297254394, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 0, - "rshares": 4870888779, - "voter": "morgan.waser" + "reputation": 11482318062844, + "rshares": 33850164646, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 99160090205, - "rshares": 156137897, - "voter": "bo-ro" + "reputation": 1633600290379, + "rshares": 13068402635, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 743656664450, + "rshares": 1683819267, + "voter": "tokyodude" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 2791409844, + "rshares": 97802609, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 467125852021, - "rshares": 120476926, - "voter": "piphunters" + "reputation": 14988694886527, + "rshares": 193200541896, + "voter": "jl777" }, { "percent": "10000", - "reputation": 2536730663, - "rshares": 204618292, - "voter": "letstalkliberty" + "reputation": 715914588623, + "rshares": 1077776948, + "voter": "oecp85" }, { "percent": "10000", - "reputation": 0, - "rshares": 1568002546, - "voter": "strong-ai" + "reputation": 662320934570, + "rshares": 391786647, + "voter": "ladypenelope1" }, { "percent": "10000", - "reputation": 1765060868967, - "rshares": 146262013, - "voter": "modernbukowski" - } - ], - "author": "officialfuzzy", - "author_reputation": 68236886814465, - "beneficiaries": [], - "body": "
https://c3.staticflickr.com/8/7291/26832451010_45eeda2991_m.jpg
\n
[*Listen to last week's hangout Here*](https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress)
\n\n\n## Beyond Bitcoin hangouts enable everyone's voice to be heard--Steemit lets the community vote on our Top Guests!\n\nI have decided to extend this trial run for announcing hangouts in a way that gives everyone an incentive to promote our events and themselves, their projects and alliances that germinate in this very hangout community. So *until further notice* if you want to be covered in beyond bitcoin hangouts in any serious way, we will be asking for you to upvote this post, RSVP and give upvotes to other projects/topics you find valuable.\n\n## How to get Coverage of your Project: Leverage Your Community!\n\nPost to this and future Hangout Announcements telling us if you are going to be there and what project/topic you would like to cover with the Beyond Bitcoin Community. The highest voted project/topics at the start of the hangout every Friday @ 10am EST will be covered first, followed 2nd highest, 3rd highest...etc in sequence from highest to lowest.\n\n## How much time will we have?\n\nHangouts will be at least 45 minutes long, but depending on attendance and projects/topics to be covered may last up to 2 hours. Given this, we will try to be as flexible with guest speakers as possible, but will be forced to limit the number covered in any hangout to 5. This should enable us to at let people speak/take questions for 25-30 minutes each.\n\n## Is *coverage* all I get?\n\nNo. You also get the opportunity to post links relevant to your projects, steemit posts/updates about your project and have those links posted to soundcloud and the steemit thread where the hangout is posted.\nWe might even be willing to promote good projects we cover on twitter and steemit!\n\n## Is any topic off Limits?\n\nYes. We reserve the right to learn from the newest trickster trolling steemit consistently searching for way to insert chaos into the equation and devise future strategies for negating these. Naturally if these efforts become ham-fisted attempts at shutting down free speech in honest conversations, the audience will hold us accountable.\nBut with that said....pretty much anything can be covered--even up to and including current events. However, I personally will only be voting up stories that touch the blockchain in some way shape or form and will be asking the community to downvote absolute Rubbish! ;)\n\n## How to Join\n### Step 1: \n[Download Mumble Here](http://www.mumble.com/mumble-download.php)\n### Step 2: \nhttps://www.youtube.com/watch?v=oQSilwOySU8\n### Step 3: https://img1.steemit.com/0x0/https://c3.staticflickr.com/8/7354/27300935122_5cd4c54644.jpg\n### Step 4:\n\n**RSVP Below with the following details:**\n#1 Project/Topic Name/News Piece\n#2 Relevant Steemit Tag?\n#3 Appropriate links to share?\n#4 Steemit and/or Mumble account name of Representative/Speaker\n#5 How should we Introduce you/your project/your news coverage?\n#6 Were you referred by someone to our hangouts? Do they have a steem account? If so post it here to give them part of the SBD earned from this thread!", - "body_length": 3260, - "cashout_time": "2016-09-09T18:38:30", - "category": "beyondbitcoin", - "children": 13, - "created": "2016-09-02T18:38:30", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"beyondbitcoin\",\"steem\",\"blockchain\",\"hangouts\",\"iot\"],\"image\":[\"https://c3.staticflickr.com/8/7291/26832451010_45eeda2991_m.jpg\",\"https://img.youtube.com/vi/oQSilwOySU8/0.jpg\",\"https://img1.steemit.com/0x0/https://c3.staticflickr.com/8/7354/27300935122_5cd4c54644.jpg\"],\"links\":[\"https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress\",\"http://www.mumble.com/mumble-download.php\",\"https://www.youtube.com/watch?v=oQSilwOySU8\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-02T18:38:57", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 80185961125725, - "parent_author": "", - "parent_permlink": "beyondbitcoin", - "pending_payout_value": "640.826 HBD", - "percent_hbd": 10000, - "permlink": "guest-signups-beyond-bitcoin-hangout-172-9-9-16-rsvp-to-friday-s-hangout-refer-projects-for-rewards", - "post_id": 1101826, - "promoted": "1.000 HBD", - "replies": [], - "root_title": "[Guest Signups] Beyond Bitcoin Hangout #172 - 9/9/16: (RSVP to Friday's Hangout - Refer Projects for Rewards!)", - "title": "[Guest Signups] Beyond Bitcoin Hangout #172 - 9/9/16: (RSVP to Friday's Hangout - Refer Projects for Rewards!)", - "total_payout_value": "0.000 HBD", - "url": "/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-172-9-9-16-rsvp-to-friday-s-hangout-refer-projects-for-rewards" - }, - { - "active_votes": [ - { - "percent": "10000", - "reputation": 85602977273, - "rshares": 1472181284879, - "voter": "anonymous" + "reputation": 7078941123096, + "rshares": 14589748495, + "voter": "lemooljiang" }, { - "percent": "6000", - "reputation": 8779714777561, - "rshares": 4468860839837, - "voter": "riverhead" + "percent": "10000", + "reputation": 58190631451, + "rshares": 16626235298, + "voter": "proto" }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 9138857059544, - "voter": "pharesim" + "reputation": 153480676290, + "rshares": 594474204, + "voter": "curator" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1861048499306, - "voter": "hr1" + "reputation": 1416246303584, + "rshares": 9701874231, + "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 992601581351, - "voter": "ihashfury" + "reputation": 16914207527051, + "rshares": 37462957272, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 0, - "rshares": 6355794792833, - "voter": "steemit200" + "reputation": 979379098872, + "rshares": 1561386629, + "voter": "spinner" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3100494106, - "voter": "boy" + "reputation": 8806485920347, + "rshares": 28853788131, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3764146301, - "voter": "bue-witness" + "reputation": 2926129985180, + "rshares": 89206520294, + "voter": "shaka" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 690495538, - "voter": "bunny" + "reputation": 283380527576, + "rshares": 10025702639, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54226299503, - "voter": "bue" + "reputation": 988942038058, + "rshares": 76361954871, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, - "rshares": 1661568563, - "voter": "mini" + "reputation": 1275505236, + "rshares": 8313620736, + "voter": "taker" }, { "percent": "10000", - "reputation": 0, - "rshares": 213702396, - "voter": "moon" + "reputation": 10137266406870, + "rshares": 6914009292, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 62049424785, - "voter": "jason" + "reputation": 11856501387697, + "rshares": 46613791033, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, - "rshares": 405204487360, - "voter": "recursive3" + "reputation": 4336038090799, + "rshares": 15565447879, + "voter": "felixxx" }, { "percent": "10000", - "reputation": 100108166977919, - "rshares": 584002059069, - "voter": "masteryoda" + "reputation": 18027204457681, + "rshares": 28043258464, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2578910876984, - "voter": "recursive" + "reputation": 3350958489391, + "rshares": 3674793886, + "voter": "darknet" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1066461944084, - "voter": "boombastic" + "reputation": 6595506981050, + "rshares": 16677479527, + "voter": "timelapse" }, { "percent": "10000", - "reputation": 0, - "rshares": 9773190408, - "voter": "bingo-0" + "reputation": 512132085322, + "rshares": 9985533394, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 0, - "rshares": 2440185099, - "voter": "bingo-1" + "reputation": 3271549714172, + "rshares": 1311931094, + "voter": "andrew0" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 11606672952, - "voter": "proctologic" + "reputation": 19964916752653, + "rshares": 102212009169, + "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 0, - "rshares": 622921236, - "voter": "healthcare" + "reputation": 14083609085, + "rshares": 17583165894, + "voter": "capper2016" }, { "percent": "10000", - "reputation": 0, - "rshares": 967523459, - "voter": "daniel.pan" + "reputation": 134345349682, + "rshares": 7190135631, + "voter": "slimjim" }, { - "percent": "100", - "reputation": 4874033031398, - "rshares": 7851727606, - "voter": "woo7739" + "percent": "10000", + "reputation": 117644956479, + "rshares": 17554593783, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 23667647908, - "voter": "dedriss" + "reputation": 66791976065, + "rshares": 105413621499, + "voter": "joele" }, { "percent": "10000", - "reputation": 0, - "rshares": 288200426, - "voter": "helen.tan" + "reputation": 311638758804, + "rshares": 320424824, + "voter": "rusteller" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 9317391960, - "voter": "ervin-lemark" + "reputation": 1433416370023, + "rshares": 53527781872, + "voter": "driv3n" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15292557168, - "voter": "jademont" + "reputation": 9332405310628, + "rshares": 28756769280, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 0, - "rshares": 475831122, - "voter": "paco-steem" + "reputation": 37279727062, + "rshares": 1228667646, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5468474845, - "voter": "spaninv" + "reputation": 2118792724924, + "rshares": 81574334887, + "voter": "miacats" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 16139514084, - "voter": "richman" + "reputation": 3168479764, + "rshares": 59888203, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 726239195638, - "voter": "nanzo-scoop" + "reputation": 40980532, + "rshares": 1030219911, + "voter": "shinji" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 285721805607, - "voter": "pal" + "reputation": 44529428534261, + "rshares": 60937568240, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17288467302, - "voter": "acidyo" + "reputation": 3103554028241, + "rshares": 2126655670, + "voter": "levycore" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 234372754558, - "voter": "mummyimperfect" + "reputation": 750670097928, + "rshares": 502276662, + "voter": "fungusmonk" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 24683241794, - "voter": "klye" + "reputation": 166185808108, + "rshares": 88566696, + "voter": "artsteemit" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 843450292, - "voter": "coar" + "reputation": 9530915857627, + "rshares": 12721432717, + "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 74063177381, - "voter": "asch" + "reputation": 8420918209808, + "rshares": 25686761813, + "voter": "daut44" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1419071247, - "voter": "murh" + "percent": "10000", + "reputation": 0, + "rshares": 56761351, + "voter": "eliseojacobo" }, { "percent": "10000", - "reputation": 426343346149, - "rshares": 7172125193, - "voter": "cryptofunk" + "reputation": 3946777086453, + "rshares": 1155620918, + "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 2444317330502, - "rshares": 6866309595, - "voter": "radioactivities" + "reputation": 4818398060873, + "rshares": 77338978029, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, - "rshares": 54895866386, - "voter": "windsok" + "reputation": 20797221470, + "rshares": 1715981387, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 493001206978, - "voter": "cyber" + "reputation": 89481141, + "rshares": 2575658791, + "voter": "bbsj" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 64439812904, - "voter": "ak2020" + "reputation": 80500300321, + "rshares": 81876495, + "voter": "happylovelife" }, { "percent": "10000", - "reputation": 2272340357792, - "rshares": 222656455314, - "voter": "java1959" + "reputation": 837791549130, + "rshares": 37326302050, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 254741715405, - "voter": "billbutler" + "reputation": 232802458264, + "rshares": 15889873452, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 3211087232972, - "rshares": 13177349442, - "voter": "btotherest" + "reputation": 785171622834, + "rshares": 5865485389, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 42193730877, - "voter": "justtryme90" + "reputation": 113710888944, + "rshares": 264383314, + "voter": "maarnio" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3833560158648, - "voter": "satoshifund" + "reputation": 333300187103, + "rshares": 56774491, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 364029314965, - "voter": "taoteh1221" + "reputation": 3074503409423, + "rshares": 1026050510, + "voter": "benadapt" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 408212212, - "voter": "applecrisp" + "reputation": 190002902030, + "rshares": 1599683313, + "voter": "baodog" }, { "percent": "10000", - "reputation": 0, - "rshares": 371582609, - "voter": "stiletto" + "reputation": 1810829967, + "rshares": 2764858695, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 76005775708, - "voter": "tim-johnston" + "reputation": 244886998614, + "rshares": 232382775, + "voter": "irininich" }, { "percent": "10000", - "reputation": 6877012376448, - "rshares": 127117157075, - "voter": "beervangeer" + "reputation": 3301652860610, + "rshares": 5064052106, + "voter": "dexter-k" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 271042565635, - "voter": "trogdor" + "reputation": 2609275826131, + "rshares": 263910883, + "voter": "alina1" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 157243376192, - "voter": "thedashguy" + "reputation": 26215514, + "rshares": 20500599195, + "voter": "brains" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6020353898, - "voter": "mark-waser" + "reputation": 861400654873, + "rshares": 1142527571, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 108360567724, - "voter": "geoffrey" + "reputation": 0, + "rshares": 5284346270, + "voter": "chick1" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 45111156296, - "voter": "honeythief" + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 2457655120479, - "rshares": 4821474649, - "voter": "ben99" + "reputation": 0, + "rshares": 50470409, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 20692382318966, - "rshares": 244174339940, - "voter": "mauricemikkers" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 7225093759945, - "rshares": 9294920408, - "voter": "engineercampus" + "reputation": 122413067028, + "rshares": 72065212, + "voter": "steemrocket" }, { "percent": "10000", - "reputation": 3929147028870, - "rshares": 11873897110, - "voter": "magnebit" + "reputation": 570800415880, + "rshares": 1578078559, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 2948010837, - "voter": "superfreek" + "reputation": 6072650400812, + "rshares": 5357887763, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 401983811987, - "voter": "fyrstikken" + "reputation": 806042, + "rshares": 50554968, + "voter": "joep" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 34966206764, - "voter": "clement" + "reputation": 0, + "rshares": 4974261276, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 10895344219, - "voter": "acassity" + "reputation": 1579201846721, + "rshares": 54240389, + "voter": "pakganern" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 59887315815, - "voter": "norbu" + "reputation": 46150823, + "rshares": 50211016, + "voter": "deli" }, { "percent": "10000", - "reputation": 768666239960, - "rshares": 1292335182, - "voter": "cattyboy" + "reputation": 1150196390848, + "rshares": 74448817, + "voter": "anns" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 256313273, - "voter": "ladyclair" + "reputation": 2536730663, + "rshares": 209608982, + "voter": "letstalkliberty" }, { - "percent": "5000", - "reputation": 17405459234693, - "rshares": 41392630652, - "voter": "venuspcs" + "percent": "10000", + "reputation": 0, + "rshares": 1567987047, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7280668521, - "voter": "cannav" + "reputation": 303263257, + "rshares": 64596860, + "voter": "workwithpleasure" }, { "percent": "10000", - "reputation": 2544044850677, - "rshares": 15991368798, - "voter": "eindbas" - }, + "reputation": 0, + "rshares": 148766242, + "voter": "clovick" + } + ], + "author": "roelandp", + "author_reputation": 57643429300793, + "beneficiaries": [], + "body": "After yesterday's @dollarvigilante post my son and I got totally scared and made sure to buy a shitload of gold and make a safe room in our appartment:\n\nhttps://s18.postimg.org/9bmezmkyx/saferoom_full_of_gold.jpg\n\n

How to make a safe house yourself:

\n1. Buy gold bars\n2. Take a picture of them\n3. Remove any background from the image.\n4. Put it on whitespace.\n5. Put the final image on your second screen\n6. Place the second screen on the table\n7. Get some tinfoil.\n8. Make a tinfoil hat\n9. Get a baby \n10. Put the tinfoil hat first on yourself before helping your baby\n11. Put the tinfoil hat on the baby.\n12. Sit under the table. \n13. Wait for Vlad to nuke you and Angela to bring water.\n\n

Have a great weekend y'all!

\n\nThanks @fyrstikken for the inspiration!\n- Discuss this post on SteemSpeak.com - 24 hour open radio chat with fellow steemians.\n- Tune into RadioSteem to play your own tracks on consensus radio\n- Vote for my nuclear safe witness, named paynode if you feel like it!", + "body_length": 1276, + "cashout_time": "2016-09-09T15:47:21", + "category": "fearconomics", + "children": 23, + "created": "2016-09-02T15:47:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fearconomics\",\"money\",\"nuclear\",\"dollarvigilante\"],\"users\":[\"dollarvigilante\",\"fyrstikken\"],\"image\":[\"https://s18.postimg.org/9bmezmkyx/saferoom_full_of_gold.jpg\"],\"links\":[\"https://steemit.com/money/@dollarvigilante/putin-prepares-for-nuclear-war-just-week-after-germany-prepares-for-attack\",\"http://steemspeak.com\",\"http://radiosteem.com\",\"http://steemit.com/~witnesses\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T16:42:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41046313272439, + "parent_author": "", + "parent_permlink": "fearconomics", + "pending_payout_value": "181.610 HBD", + "percent_hbd": 10000, + "permlink": "how-to-make-a-safe-room-to-guard-yourself-from-nuclear-attacks", + "post_id": 1099795, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Make A Safe Room To Guard Yourself From Nuclear Attacks \u2622", + "title": "How To Make A Safe Room To Guard Yourself From Nuclear Attacks \u2622", + "total_payout_value": "0.000 HBD", + "url": "/fearconomics/@roelandp/how-to-make-a-safe-room-to-guard-yourself-from-nuclear-attacks" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 54984589934, - "rshares": 305995962, - "voter": "kosimoos" + "reputation": 949715155915, + "rshares": 7408961356962, + "voter": "steempty" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 318038109067, - "voter": "roelandp" + "reputation": 32455846463901, + "rshares": 31501292268555, + "voter": "smooth" }, { "percent": "10000", - "reputation": 1933204465, - "rshares": 54721680374, - "voter": "sonzweil" + "reputation": 13823888326286, + "rshares": 14427382403972, + "voter": "summon" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 60051944731, - "voter": "lehard" + "reputation": 70486967561347, + "rshares": 39381809350319, + "voter": "blocktrades" }, { - "percent": "10000", - "reputation": 1700182089209, - "rshares": 107682796807, - "voter": "rubybian" + "percent": "300", + "reputation": 13270505121655, + "rshares": 2553792742019, + "voter": "ned" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5248352116, - "voter": "riscadox" + "reputation": 176979684007, + "rshares": 36132767915305, + "voter": "jamesc" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 254348766, - "voter": "mstang83" + "reputation": 0, + "rshares": 169471821904, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34640968499, - "voter": "hitmeasap" + "reputation": 8779714777561, + "rshares": 7194740344088, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 133386271430, - "voter": "jackkang" + "reputation": 0, + "rshares": 3188706395059, + "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 6180521629731, - "rshares": 14085585370, - "voter": "elyaque" + "reputation": 1049211085828, + "rshares": 5925521140781, + "voter": "enki" }, { "percent": "10000", - "reputation": 10211833851, - "rshares": 1272198673, - "voter": "doesntmatter" + "reputation": 4107373187010, + "rshares": 1766192886774, + "voter": "hr1" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 426965047711, - "voter": "juneaugoldbuyer" + "reputation": 9111465318256, + "rshares": 416510395829, + "voter": "lafona" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 12375841126, - "voter": "r4fken" + "reputation": 2827502899317, + "rshares": 1013723809619, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 46813789492, - "rshares": 24954543444, - "voter": "tcfxyz" + "reputation": 454674995328, + "rshares": 1067666966728, + "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 3366379465325, - "rshares": 6913108035, - "voter": "futurefood" + "reputation": 0, + "rshares": 320977553027, + "voter": "lafona5" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 684653569, - "voter": "busser" + "reputation": 1214229078, + "rshares": 3719941864, + "voter": "boy" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1430623758, - "voter": "vi1son" + "reputation": 89703349977794, + "rshares": 1884315277167, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 12379635237, - "voter": "ausbitbank" + "reputation": 4712949449, + "rshares": 4516147611, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 10069093677389, - "rshares": 38848580813, - "voter": "mrwang" + "reputation": 1789951494550, + "rshares": 828487754, + "voter": "bunny" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 836896495, - "voter": "dicov" + "reputation": 59074616588451, + "rshares": 7162816709555, + "voter": "complexring" }, { - "percent": "10000", - "reputation": 0, - "rshares": 1356624497, - "voter": "steem1653" + "percent": "3000", + "reputation": 49280708331375, + "rshares": 2094877311540, + "voter": "arhag" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11199439001, - "voter": "asim" + "reputation": 103443134841, + "rshares": 64958849557, + "voter": "bue" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 199325378041, - "voter": "jesta" + "reputation": 0, + "rshares": 1993561596, + "voter": "mini" }, { "percent": "10000", - "reputation": 1089147151331, - "rshares": 2115467523, - "voter": "incomemonthly" + "reputation": 0, + "rshares": 256421495, + "voter": "moon" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3969766101, - "voter": "karen13" + "reputation": 330982605, + "rshares": 210443752490, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 5758221785, - "voter": "cryptosi" + "reputation": 36473167044, + "rshares": 62049424785, + "voter": "jason" }, { "percent": "10000", - "reputation": 1175982316919, - "rshares": 331372887464, - "voter": "nabilov" + "reputation": 0, + "rshares": 399168404164, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11733343732, - "voter": "meesterboom" + "reputation": 9028537022578, + "rshares": 2464887925984, + "voter": "recursive" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2545398506, - "voter": "dmacshady" + "reputation": 83941319998, + "rshares": 5604116755723, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 9836722, - "rshares": 235512684, - "voter": "jesse5th" + "reputation": 23744414677575, + "rshares": 3082510227736, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 30694001824, - "rshares": 1197381068, - "voter": "vorsseli" + "reputation": 2802091583976, + "rshares": 11536845001, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 47507275427, - "voter": "streetstyle" + "reputation": 0, + "rshares": 747412202, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 5183116321161, - "rshares": 4160489371, - "voter": "krystle" + "reputation": 0, + "rshares": 1160864898, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 40750334743, - "voter": "milestone" + "reputation": 74299604102, + "rshares": 3565556011, + "voter": "spartako" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 1739715260, - "voter": "dimon14" + "reputation": 0, + "rshares": 345809422, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 4617586503531, - "rshares": 8393460828, - "voter": "cryptojoy.com" + "reputation": 9469162, + "rshares": 85597447040, + "voter": "unosuke" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12429407109, - "voter": "nippel66" + "reputation": 14073457536993, + "rshares": 89000009145, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3075774707, - "voter": "imp3" + "reputation": 12712877967688, + "rshares": 80521329363, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37880658840, - "voter": "mynameisbrian" + "reputation": 4733188979515, + "rshares": 10686737941, + "voter": "ervin-lemark" }, { - "percent": "10000", - "reputation": 974488972206, - "rshares": 3278397876, - "voter": "simon.braki.love" + "percent": "0", + "reputation": 1170046963301, + "rshares": 384947216, + "voter": "asabovesobelow" }, { "percent": "10000", - "reputation": 843226172873, - "rshares": 63432337663, - "voter": "thylbom" + "reputation": 1655372026731, + "rshares": 8045472632, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123387400, - "voter": "bobo012" + "reputation": 526710884366, + "rshares": 7585671701, + "voter": "fran2k" }, { - "percent": "10000", - "reputation": -910520517353, - "rshares": 30461698192, - "voter": "ubg" + "percent": "5000", + "reputation": 4931834878069, + "rshares": 11589802844, + "voter": "fkn" }, { "percent": "10000", - "reputation": 4456090201156, - "rshares": 12637662321, - "voter": "heimindanger" + "reputation": 14848515958625, + "rshares": 83672570489, + "voter": "kingscrown" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 7828784070, - "voter": "rpf" + "reputation": 436017530085, + "rshares": 25092043868, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 4603449402273, - "rshares": 6875229069, - "voter": "bitcoiner" + "reputation": 3940140049670, + "rshares": 46036497251, + "voter": "tsugimoto" }, { - "percent": "10000", - "reputation": 2114306416334, - "rshares": 3928931367, - "voter": "cryptohustlin" + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -34310886428, + "voter": "james-show" }, { "percent": "10000", - "reputation": 4194711042931, - "rshares": 4449929327, - "voter": "rainchen" + "reputation": 1172373556107, + "rshares": 2184755274, + "voter": "gekko" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 39297254394, - "voter": "celsius100" + "reputation": 26867938976163, + "rshares": 344519082931, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 11482318062844, - "rshares": 33850164646, - "voter": "sauravrungta" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16586596191, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 13068402635, - "voter": "shredlord" + "reputation": 58571016273092, + "rshares": 695645444395, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 743656664450, - "rshares": 1683819267, - "voter": "tokyodude" + "reputation": 3750669747284, + "rshares": 234252107575, + "voter": "pal" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 97802609, - "voter": "elmusic" + "reputation": 493863952, + "rshares": 827597097, + "voter": "weenfan" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 193200541896, - "voter": "jl777" + "reputation": 503318537891, + "rshares": 2754423171, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 715914588623, - "rshares": 1077776948, - "voter": "oecp85" + "reputation": 15755437221598, + "rshares": 18271226917, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 662320934570, - "rshares": 391786647, - "voter": "ladypenelope1" + "reputation": 42741727265739, + "rshares": 158462665913, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14589748495, - "voter": "lemooljiang" + "reputation": 6580794427504, + "rshares": 56771072400, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16626235298, - "voter": "proto" + "reputation": 21903005256174, + "rshares": 229474497594, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 594474204, - "voter": "curator" + "reputation": 32983096229, + "rshares": 75787063719, + "voter": "tosch" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 9701874231, - "voter": "michaeldodridge" + "reputation": 1663549830469, + "rshares": 1154102439, + "voter": "coar" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 37462957272, - "voter": "celebr1ty" + "reputation": 161089556767, + "rshares": 71173377912, + "voter": "asch" }, { - "percent": "10000", - "reputation": 979379098872, - "rshares": 1561386629, - "voter": "spinner" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432379596, + "voter": "murh" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 28853788131, - "voter": "jasonstaggers" + "reputation": 2510175673478, + "rshares": 25682795435, + "voter": "dking7334" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 89206520294, - "voter": "shaka" + "reputation": 108162024968, + "rshares": 3149127765, + "voter": "framelalife" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 10025702639, - "voter": "mahekg" + "reputation": 5904057835766, + "rshares": 35555898388, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 76361954871, - "voter": "gomeravibz" + "reputation": 824717099743, + "rshares": 492642229705, + "voter": "cyber" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8313620736, - "voter": "taker" + "reputation": 3037854988445, + "rshares": 63095920811, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6914009292, - "voter": "nekromarinist" + "reputation": 10395665548525, + "rshares": 265139336442, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 46613791033, - "voter": "allasyummyfood" + "reputation": 9090232372242, + "rshares": 78979131624, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 4336038090799, - "rshares": 15565447879, - "voter": "felixxx" + "reputation": 2130292884052, + "rshares": 197883026246, + "voter": "leon-fu" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 28043258464, - "voter": "myfirst" + "reputation": 1444446898291, + "rshares": 9364126518, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 3350958489391, - "rshares": 3674793886, - "voter": "darknet" + "reputation": 11136252375006, + "rshares": 372288083383, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 16677479527, - "voter": "timelapse" + "reputation": 79561484422, + "rshares": 407989965, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9985533394, - "voter": "viktor.phuket" + "reputation": 1376656930605, + "rshares": 5503906565, + "voter": "karbonxx" }, { "percent": "10000", - "reputation": 3271549714172, - "rshares": 1311931094, - "voter": "andrew0" + "reputation": 1233698174511, + "rshares": 1709281731, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 102212009169, - "voter": "thisisbenbrick" + "reputation": 514799489426, + "rshares": 347769443485, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 14083609085, - "rshares": 17583165894, - "voter": "capper2016" + "reputation": 3804349938696, + "rshares": 50749162762, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 134345349682, - "rshares": 7190135631, - "voter": "slimjim" + "reputation": 5888717170887, + "rshares": 63207430891, + "voter": "ratel" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 17554593783, - "voter": "jphamer1" + "reputation": 3906896686802, + "rshares": 51707967580, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 105413621499, - "voter": "joele" + "reputation": 3525238421, + "rshares": 74946496837, + "voter": "a48" }, { "percent": "10000", - "reputation": 311638758804, - "rshares": 320424824, - "voter": "rusteller" + "reputation": 14675201322501, + "rshares": 77759927260, + "voter": "faddat" }, { "percent": "10000", - "reputation": 1433416370023, - "rshares": 53527781872, - "voter": "driv3n" + "reputation": 4526468651953, + "rshares": 75956248151, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 28756769280, - "voter": "mrosenquist" + "reputation": 37015270307, + "rshares": 321331496, + "voter": "hendra-khaidir" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1228667646, - "voter": "bledarus" + "reputation": 771767379417, + "rshares": 1866168070, + "voter": "stephen-somers" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81574334887, - "voter": "miacats" + "reputation": 30097018787, + "rshares": 315338917, + "voter": "bitcoinnational" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 59888203, - "voter": "razberrijam" + "reputation": 9186061899783, + "rshares": 39609252540, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 40980532, - "rshares": 1030219911, - "voter": "shinji" + "reputation": 22794273843250, + "rshares": 149907512874, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 60937568240, - "voter": "serejandmyself" + "reputation": 696041082748, + "rshares": 571969728, + "voter": "proglobyte" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 2126655670, - "voter": "levycore" + "reputation": 486415577627, + "rshares": 5888991930, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 750670097928, - "rshares": 502276662, - "voter": "fungusmonk" + "reputation": 19196715690053, + "rshares": 97999411427, + "voter": "charleshosk" }, { "percent": "10000", - "reputation": 166185808108, - "rshares": 88566696, - "voter": "artsteemit" + "reputation": 6200536920826, + "rshares": 70959553359, + "voter": "albertogm" }, { "percent": "10000", - "reputation": 9530915857627, - "rshares": 12721432717, - "voter": "mikemacintire" + "reputation": 8450404673, + "rshares": 298975870, + "voter": "oleim" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 25686761813, - "voter": "daut44" + "reputation": 862610149295, + "rshares": 5495252511, + "voter": "angusleung100" }, { "percent": "10000", - "reputation": 0, - "rshares": 56761351, - "voter": "eliseojacobo" + "reputation": 6127015005793, + "rshares": 66670329803, + "voter": "scrawl" }, { "percent": "10000", - "reputation": 3946777086453, - "rshares": 1155620918, - "voter": "contentjunkie" + "reputation": 1613752018459, + "rshares": 7351452300, + "voter": "quintanilla" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 77338978029, - "voter": "shenanigator" + "reputation": 6105332515536, + "rshares": 12857090747, + "voter": "primus" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1715981387, - "voter": "davidjkelley" + "reputation": 85777133037, + "rshares": 614320472, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 89481141, - "rshares": 2575658791, - "voter": "bbsj" + "reputation": 4821174317675, + "rshares": 2057663317, + "voter": "alexft" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 81876495, - "voter": "happylovelife" + "reputation": 12656257002205, + "rshares": 42803318485, + "voter": "clement" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37326302050, - "voter": "sponge-bob" + "reputation": 1860741683952, + "rshares": 13819637647, + "voter": "ultralord" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 15889873452, - "voter": "digital-wisdom" + "reputation": 9434414518400, + "rshares": 16659999864, + "voter": "acassity" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5865485389, - "voter": "jwaser" + "reputation": 177578566464, + "rshares": 368035021, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 264383314, - "voter": "maarnio" + "reputation": 25639258699, + "rshares": 261414560, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 56774491, - "voter": "the-ego-is-you" + "reputation": 25984358555464, + "rshares": 49243744371, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 3074503409423, - "rshares": 1026050510, - "voter": "benadapt" - }, + "reputation": 112943056223182, + "rshares": 245191388543, + "voter": "ericvancewalton" + }, { "percent": "10000", - "reputation": 190002902030, - "rshares": 1599683313, - "voter": "baodog" + "reputation": 1797275012018, + "rshares": 7682428906, + "voter": "dasha" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2764858695, - "voter": "bwaser" + "reputation": 15603689614497, + "rshares": 26728969107, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 232382775, - "voter": "irininich" + "reputation": 1959446497877, + "rshares": 4253211596, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 3301652860610, - "rshares": 5064052106, - "voter": "dexter-k" + "reputation": 1450924981021, + "rshares": 41215204150, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 263910883, - "voter": "alina1" + "reputation": 65540661343, + "rshares": 3048619496, + "voter": "orly" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 20500599195, - "voter": "brains" + "reputation": -1260650049067, + "rshares": 1092864271, + "voter": "bitcointop" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1142527571, - "voter": "steemafon" + "reputation": 2083279715738, + "rshares": 5140620506, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 0, - "rshares": 5284346270, - "voter": "chick1" + "reputation": 40557912481, + "rshares": 254348766, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 10248743813131, + "rshares": 18094399895, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 0, - "rshares": 50470409, - "voter": "typingagent" + "reputation": 19462531467501, + "rshares": 34473688121, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "reputation": 3175467999049, + "rshares": 20013361974, + "voter": "hakise" }, { "percent": "10000", - "reputation": 122413067028, - "rshares": 72065212, - "voter": "steemrocket" + "reputation": 10211833851, + "rshares": 1285715500, + "voter": "doesntmatter" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1578078559, - "voter": "ellepdub" + "reputation": 1059790037173, + "rshares": 533551773312, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5357887763, - "voter": "herpetologyguy" + "reputation": -2499740471746, + "rshares": 26805346379, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 806042, - "rshares": 50554968, - "voter": "joep" + "reputation": 3028406122926, + "rshares": 6582417432, + "voter": "handsolo" }, { "percent": "10000", - "reputation": 0, - "rshares": 4974261276, - "voter": "morgan.waser" + "reputation": 255334396905, + "rshares": 303161200, + "voter": "damono" }, { "percent": "10000", - "reputation": 1579201846721, - "rshares": 54240389, - "voter": "pakganern" + "reputation": 7214724, + "rshares": 249741095, + "voter": "jiggytom" }, { "percent": "10000", - "reputation": 46150823, - "rshares": 50211016, - "voter": "deli" + "reputation": 5451039980643, + "rshares": 512168285, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 1150196390848, - "rshares": 74448817, - "voter": "anns" + "reputation": 597404093563, + "rshares": 1215614837, + "voter": "danny-g" }, { "percent": "10000", - "reputation": 2536730663, - "rshares": 209608982, - "voter": "letstalkliberty" + "reputation": 2054508199522, + "rshares": 668800742, + "voter": "busser" }, { "percent": "10000", - "reputation": 0, - "rshares": 1567987047, - "voter": "strong-ai" + "reputation": 3149488018622, + "rshares": 3543192677, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 303263257, - "rshares": 64596860, - "voter": "workwithpleasure" + "percent": "5000", + "reputation": 9142611234, + "rshares": 330623378, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 0, - "rshares": 148766242, - "voter": "clovick" - } - ], - "author": "roelandp", - "author_reputation": 57643429300793, - "beneficiaries": [], - "body": "After yesterday's @dollarvigilante post my son and I got totally scared and made sure to buy a shitload of gold and make a safe room in our appartment:\n\nhttps://s18.postimg.org/9bmezmkyx/saferoom_full_of_gold.jpg\n\n

How to make a safe house yourself:

\n1. Buy gold bars\n2. Take a picture of them\n3. Remove any background from the image.\n4. Put it on whitespace.\n5. Put the final image on your second screen\n6. Place the second screen on the table\n7. Get some tinfoil.\n8. Make a tinfoil hat\n9. Get a baby \n10. Put the tinfoil hat first on yourself before helping your baby\n11. Put the tinfoil hat on the baby.\n12. Sit under the table. \n13. Wait for Vlad to nuke you and Angela to bring water.\n\n

Have a great weekend y'all!

\n\nThanks @fyrstikken for the inspiration!\n- Discuss this post on SteemSpeak.com - 24 hour open radio chat with fellow steemians.\n- Tune into RadioSteem to play your own tracks on consensus radio\n- Vote for my nuclear safe witness, named paynode if you feel like it!", - "body_length": 1276, - "cashout_time": "2016-09-09T15:47:21", - "category": "fearconomics", - "children": 23, - "created": "2016-09-02T15:47:21", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"fearconomics\",\"money\",\"nuclear\",\"dollarvigilante\"],\"users\":[\"dollarvigilante\",\"fyrstikken\"],\"image\":[\"https://s18.postimg.org/9bmezmkyx/saferoom_full_of_gold.jpg\"],\"links\":[\"https://steemit.com/money/@dollarvigilante/putin-prepares-for-nuclear-war-just-week-after-germany-prepares-for-attack\",\"http://steemspeak.com\",\"http://radiosteem.com\",\"http://steemit.com/~witnesses\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-02T16:42:42", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 41046313272439, - "parent_author": "", - "parent_permlink": "fearconomics", - "pending_payout_value": "181.610 HBD", - "percent_hbd": 10000, - "permlink": "how-to-make-a-safe-room-to-guard-yourself-from-nuclear-attacks", - "post_id": 1099795, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "How To Make A Safe Room To Guard Yourself From Nuclear Attacks \u2622", - "title": "How To Make A Safe Room To Guard Yourself From Nuclear Attacks \u2622", - "total_payout_value": "0.000 HBD", - "url": "/fearconomics/@roelandp/how-to-make-a-safe-room-to-guard-yourself-from-nuclear-attacks" - }, - { - "active_votes": [ + "percent": "5000", + "reputation": 3871042, + "rshares": 305996138, + "voter": "doge4lyf" + }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7408961356962, - "voter": "steempty" + "reputation": 3320684282022, + "rshares": 157476900390, + "voter": "knircky" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 31501292268555, - "voter": "smooth" + "reputation": 8017093633272, + "rshares": 12378491306, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14427382403972, - "voter": "summon" + "reputation": 0, + "rshares": 976153653, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 70486967561347, - "rshares": 39381809350319, - "voter": "blocktrades" + "reputation": 0, + "rshares": 45722289406, + "voter": "mraytekin" }, { - "percent": "300", - "reputation": 13270505121655, - "rshares": 2553792742019, - "voter": "ned" + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4208968355, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 36132767915305, - "voter": "jamesc" + "reputation": 2821855573125, + "rshares": 3095433181, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, - "rshares": 169471821904, - "voter": "highasfuck" + "reputation": 475226720101, + "rshares": 32289566590, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7194740344088, - "voter": "riverhead" + "reputation": 1563271634183, + "rshares": 117808772814, + "voter": "paco" }, { "percent": "10000", - "reputation": 0, - "rshares": 3188706395059, - "voter": "lafona-miner" + "reputation": 431450051428, + "rshares": 14150253973, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 1049211085828, - "rshares": 5925521140781, - "voter": "enki" + "reputation": 2397831198773, + "rshares": 3967357435, + "voter": "karen13" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1766192886774, - "voter": "hr1" + "reputation": 93395785733, + "rshares": 1368584149, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 9111465318256, - "rshares": 416510395829, - "voter": "lafona" + "reputation": 125274679006, + "rshares": 6008579254, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 1013723809619, - "voter": "ihashfury" + "reputation": 9512715139288, + "rshares": 79010335588, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 454674995328, - "rshares": 1067666966728, - "voter": "delegate.lafona" + "reputation": 3979714886621, + "rshares": 12189607309, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, - "rshares": 320977553027, - "voter": "lafona5" + "reputation": 16743994030016, + "rshares": 40486780524, + "voter": "condra" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3719941864, - "voter": "boy" + "reputation": 11450220486, + "rshares": 276719509, + "voter": "gobbahfett" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1884315277167, - "voter": "xeroc" + "reputation": 1118581531020, + "rshares": 2600733256, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4516147611, - "voter": "bue-witness" + "reputation": 1058072223123, + "rshares": 299794109, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 828487754, - "voter": "bunny" + "reputation": 6338322241150, + "rshares": 46421370688, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 7162816709555, - "voter": "complexring" - }, - { - "percent": "3000", - "reputation": 49280708331375, - "rshares": 2094877311540, - "voter": "arhag" + "reputation": 6892424678378, + "rshares": 68973404067, + "voter": "inertia" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64958849557, - "voter": "bue" + "reputation": -883682716676, + "rshares": 110737583, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993561596, - "voter": "mini" + "reputation": 1008790928160, + "rshares": 1452681946, + "voter": "natali22" }, { "percent": "10000", - "reputation": 0, - "rshares": 256421495, - "voter": "moon" + "reputation": 2078306772520, + "rshares": 5623698346, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 210443752490, - "voter": "alex90342fastn1" + "reputation": 449046196965, + "rshares": 5431666350, + "voter": "mandax" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 62049424785, - "voter": "jason" + "reputation": 2713713668533, + "rshares": 1686295563, + "voter": "the-future" }, { - "percent": "10000", - "reputation": 0, - "rshares": 399168404164, - "voter": "recursive3" + "percent": "0", + "reputation": 3033861094190, + "rshares": 276170498, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2464887925984, - "voter": "recursive" + "reputation": 2173940256661, + "rshares": 11363469913, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5604116755723, - "voter": "smooth.witness" + "reputation": 974488972206, + "rshares": 3348011059, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3082510227736, - "voter": "onceuponatime" + "reputation": 224144957883, + "rshares": 14602551958, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 11536845001, - "voter": "proctologic" + "reputation": 1394532106132, + "rshares": 7310966327, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 0, - "rshares": 747412202, - "voter": "healthcare" + "reputation": 4727020133419, + "rshares": 3096874425, + "voter": "travelista" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160864898, - "voter": "daniel.pan" + "reputation": 5883461278385, + "rshares": 75080428393, + "voter": "rea" }, { "percent": "10000", - "reputation": 74299604102, - "rshares": 3565556011, - "voter": "spartako" + "reputation": 2791409844, + "rshares": 102459876, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 0, - "rshares": 345809422, - "voter": "helen.tan" + "reputation": 14988694886527, + "rshares": 182391301853, + "voter": "jl777" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 85597447040, - "voter": "unosuke" + "reputation": 163343680085, + "rshares": 400623749, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 89000009145, - "voter": "edgeland" + "reputation": 2795999874461, + "rshares": 1036758777651, + "voter": "james212" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 80521329363, - "voter": "easteagle13" + "reputation": 879409745645, + "rshares": 2555649761, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 4733188979515, - "rshares": 10686737941, - "voter": "ervin-lemark" + "percent": "7000", + "reputation": 10519849768972, + "rshares": 14284349516, + "voter": "positive" }, { - "percent": "0", - "reputation": 1170046963301, - "rshares": 384947216, - "voter": "asabovesobelow" + "percent": "10000", + "reputation": 0, + "rshares": 1648132104, + "voter": "yarly" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8045472632, - "voter": "cryptorune" + "reputation": 0, + "rshares": 249812059, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7585671701, - "voter": "fran2k" + "reputation": 0, + "rshares": 250186376, + "voter": "yarly3" }, { - "percent": "5000", - "reputation": 4931834878069, - "rshares": 11589802844, - "voter": "fkn" + "percent": "10000", + "reputation": 0, + "rshares": 144713788, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 14848515958625, - "rshares": 83672570489, - "voter": "kingscrown" + "reputation": 0, + "rshares": 145530993, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 25092043868, - "voter": "instructor2121" + "reputation": 0, + "rshares": 82969949, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 3940140049670, - "rshares": 46036497251, - "voter": "tsugimoto" + "reputation": 425858328404, + "rshares": 1574073135, + "voter": "anonblog" }, { - "percent": "-10000", - "reputation": 5045406568403, - "rshares": -34310886428, - "voter": "james-show" + "percent": "10000", + "reputation": 12468455070375, + "rshares": 12876261032, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2184755274, - "voter": "gekko" + "reputation": 2568808468562, + "rshares": 2530735267, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 344519082931, - "voter": "teamsteem" + "reputation": 69628175386, + "rshares": 442885717, + "voter": "quigua" }, { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16586596191, - "voter": "elishagh1" + "percent": "10000", + "reputation": 2564054618, + "rshares": 114357460, + "voter": "activcat" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 695645444395, - "voter": "nanzo-scoop" + "reputation": 28445884, + "rshares": 181303091, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 234252107575, - "voter": "pal" + "reputation": 58190631451, + "rshares": 16619579880, + "voter": "proto" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 827597097, - "voter": "weenfan" + "reputation": 153480676290, + "rshares": 618984788, + "voter": "curator" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2754423171, - "voter": "jerome-colley" + "reputation": 6264990277085, + "rshares": 17685013006, + "voter": "pinkisland" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 18271226917, - "voter": "acidyo" + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 158462665913, - "voter": "steve-walschot" + "reputation": 0, + "rshares": 400250376, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56771072400, - "voter": "hannixx42" + "reputation": 0, + "rshares": 214643713, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 229474497594, - "voter": "mummyimperfect" + "reputation": 311022515119, + "rshares": 266840830, + "voter": "faraz" }, { "percent": "10000", - "reputation": 32983096229, - "rshares": 75787063719, - "voter": "tosch" + "reputation": 0, + "rshares": 75136080, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1154102439, - "voter": "coar" + "reputation": 3976815048658, + "rshares": 1994584369, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71173377912, - "voter": "asch" + "reputation": 16914207527051, + "rshares": 33890360235, + "voter": "celebr1ty" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432379596, - "voter": "murh" + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3053481772, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 2510175673478, - "rshares": 25682795435, - "voter": "dking7334" + "reputation": -1193908062262, + "rshares": 122297166, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 108162024968, - "rshares": 3149127765, - "voter": "framelalife" + "reputation": 2227557428863, + "rshares": 6664855932, + "voter": "sulev" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 35555898388, - "voter": "ranko-k" + "reputation": 138974533507, + "rshares": 915405690, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 492642229705, - "voter": "cyber" + "reputation": 979379098872, + "rshares": 1491810940, + "voter": "spinner" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 63095920811, - "voter": "ak2020" + "reputation": 3962925392210, + "rshares": 4075542273, + "voter": "jed78" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 265139336442, - "voter": "billbutler" + "reputation": 283380527576, + "rshares": 5449839709, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 78979131624, - "voter": "eric-boucher" + "reputation": 17701690051649, + "rshares": 118718645332, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 2130292884052, - "rshares": 197883026246, - "voter": "leon-fu" + "reputation": 49283901870, + "rshares": 1074649838, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9364126518, - "voter": "johnerfx" + "reputation": 1275505236, + "rshares": 8308167524, + "voter": "taker" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 372288083383, - "voter": "taoteh1221" + "reputation": 36625546797, + "rshares": 779260259, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 407989965, - "voter": "applecrisp" + "reputation": 8710090850955, + "rshares": 35775686256, + "voter": "rampant" }, { "percent": "10000", - "reputation": 1376656930605, - "rshares": 5503906565, - "voter": "karbonxx" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1709281731, - "voter": "spartanza" + "reputation": 11856501387697, + "rshares": 46610922073, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 347769443485, - "voter": "hedge-x" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50749162762, - "voter": "juanmiguelsalas" + "reputation": 90565359983, + "rshares": 24827810197, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 63207430891, - "voter": "ratel" + "reputation": 3350958489391, + "rshares": 3838406010, + "voter": "darknet" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 51707967580, - "voter": "thecryptodrive" + "reputation": 6887127798781, + "rshares": 32778936910, + "voter": "xtester" }, { "percent": "10000", - "reputation": 3525238421, - "rshares": 74946496837, - "voter": "a48" + "reputation": 36326774674, + "rshares": 65849371, + "voter": "bogartgaming" }, { "percent": "10000", - "reputation": 14675201322501, - "rshares": 77759927260, - "voter": "faddat" + "reputation": 0, + "rshares": 3878727446, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 75956248151, - "voter": "tim-johnston" + "reputation": 763153724550, + "rshares": 1031879792, + "voter": "overloaded" }, { "percent": "10000", - "reputation": 37015270307, - "rshares": 321331496, - "voter": "hendra-khaidir" + "reputation": 150617632004, + "rshares": 4653331473, + "voter": "tommycoin" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 1866168070, - "voter": "stephen-somers" + "reputation": 117644956479, + "rshares": 14043738532, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 30097018787, - "rshares": 315338917, - "voter": "bitcoinnational" + "reputation": 66791976065, + "rshares": 92803702007, + "voter": "joele" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 39609252540, - "voter": "michaelx" + "reputation": 6380056335097, + "rshares": 11898643200, + "voter": "randyclemens" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 149907512874, - "voter": "thedashguy" + "reputation": 0, + "rshares": 1192403214, + "voter": "paynode" }, { "percent": "10000", - "reputation": 696041082748, - "rshares": 571969728, - "voter": "proglobyte" + "reputation": 1562464639, + "rshares": 52521013, + "voter": "nickche" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5888991930, - "voter": "mark-waser" + "reputation": 971138, + "rshares": 62152861, + "voter": "jjt333" }, { "percent": "10000", - "reputation": 19196715690053, - "rshares": 97999411427, - "voter": "charleshosk" + "reputation": 191217797933, + "rshares": 61988730, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 70959553359, - "voter": "albertogm" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 8450404673, - "rshares": 298975870, - "voter": "oleim" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 862610149295, - "rshares": 5495252511, - "voter": "angusleung100" + "reputation": 386813325, + "rshares": 522769958, + "voter": "zmb" }, { "percent": "10000", - "reputation": 6127015005793, - "rshares": 66670329803, - "voter": "scrawl" + "reputation": 303910488530, + "rshares": 9883959116, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 1613752018459, - "rshares": 7351452300, - "voter": "quintanilla" + "reputation": 0, + "rshares": 61746903, + "voter": "kpine" }, { "percent": "10000", - "reputation": 6105332515536, - "rshares": 12857090747, - "voter": "primus" + "reputation": 513642753210, + "rshares": 1065103775, + "voter": "willybot" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 614320472, - "voter": "mrhankeh" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 4821174317675, - "rshares": 2057663317, - "voter": "alexft" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 42803318485, - "voter": "clement" + "reputation": 6755300029, + "rshares": 1469966261, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 1860741683952, - "rshares": 13819637647, - "voter": "ultralord" + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 16659999864, - "voter": "acassity" + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" }, { "percent": "10000", - "reputation": 177578566464, - "rshares": 368035021, - "voter": "chetlanin" + "reputation": 1487684933351, + "rshares": 11747399227, + "voter": "borran" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261414560, - "voter": "ladyclair" + "reputation": 13895575208, + "rshares": 57481384, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 49243744371, - "voter": "bacchist" + "reputation": 37279727062, + "rshares": 1556121652, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 245191388543, - "voter": "ericvancewalton" + "reputation": 0, + "rshares": 57333623, + "voter": "loli" }, { "percent": "10000", - "reputation": 1797275012018, - "rshares": 7682428906, - "voter": "dasha" + "reputation": 0, + "rshares": 51186720, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 26728969107, - "voter": "good-karma" + "reputation": 7436429161346, + "rshares": 11490070535, + "voter": "mione" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 4253211596, - "voter": "dennygalindo" + "reputation": 312224301489, + "rshares": 15488313276, + "voter": "solar" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 41215204150, - "voter": "ezzy" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3048619496, - "voter": "orly" + "reputation": 497846177749, + "rshares": 575708182, + "voter": "ashwim" }, { "percent": "10000", - "reputation": -1260650049067, - "rshares": 1092864271, - "voter": "bitcointop" + "reputation": 47334856382, + "rshares": 65286836, + "voter": "williamdevine" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5140620506, - "voter": "riscadox" + "reputation": 3168479764, + "rshares": 61110411, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 254348766, - "voter": "mstang83" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18094399895, - "voter": "katyakov" + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34473688121, - "voter": "hitmeasap" + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 20013361974, - "voter": "hakise" + "reputation": -30464467585, + "rshares": 79595914, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 10211833851, - "rshares": 1285715500, - "voter": "doesntmatter" + "reputation": 4088300066909, + "rshares": 20527781112, + "voter": "runaway-psyche" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 533551773312, - "voter": "juneaugoldbuyer" + "reputation": 67427595157518, + "rshares": 608500164082, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 26805346379, - "voter": "r4fken" + "reputation": 2725853299020, + "rshares": 5641736978, + "voter": "solarguy" }, { "percent": "10000", - "reputation": 3028406122926, - "rshares": 6582417432, - "voter": "handsolo" + "reputation": 0, + "rshares": 1336993907, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 303161200, - "voter": "damono" + "reputation": 868924825603, + "rshares": 1169834378, + "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 7214724, - "rshares": 249741095, - "voter": "jiggytom" + "reputation": 24073624840, + "rshares": 2510434809, + "voter": "madoff" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 512168285, - "voter": "steemswede" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 597404093563, - "rshares": 1215614837, - "voter": "danny-g" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 668800742, - "voter": "busser" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3543192677, - "voter": "owdy" - }, - { - "percent": "5000", - "reputation": 9142611234, - "rshares": 330623378, - "voter": "ch0c0latechip" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 305996138, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 157476900390, - "voter": "knircky" + "reputation": 20152481527, + "rshares": 61364261, + "voter": "igorterleg" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 12378491306, - "voter": "ausbitbank" + "reputation": 5427607111677, + "rshares": 8222390659, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 0, - "rshares": 976153653, - "voter": "steem1653" + "reputation": -49397634, + "rshares": 71768449, + "voter": "vasilii" }, { "percent": "10000", "reputation": 0, - "rshares": 45722289406, - "voter": "mraytekin" + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4208968355, - "voter": "gikitiki" + "reputation": 31757322861, + "rshares": 58276258, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3095433181, - "voter": "steemit-life" + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 32289566590, - "voter": "toxonaut" + "reputation": 0, + "rshares": 6857916334, + "voter": "blaat" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 117808772814, - "voter": "paco" + "reputation": 28176351271250, + "rshares": 64669014483, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 431450051428, - "rshares": 14150253973, - "voter": "aaseb" + "reputation": 46435222432, + "rshares": 1066156801, + "voter": "matildapurse" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3967357435, - "voter": "karen13" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1368584149, - "voter": "jrd8526" + "reputation": 63845074863, + "rshares": 1852031403, + "voter": "themadmonk" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6008579254, - "voter": "cryptosi" + "reputation": 11490547563070, + "rshares": 12248222173, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 79010335588, - "voter": "ntomaino" + "reputation": 3725920343994, + "rshares": 7757965105, + "voter": "booky" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 12189607309, - "voter": "jaycobbell" + "reputation": 6300363201553, + "rshares": 12271565452, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 40486780524, - "voter": "condra" + "reputation": 1021682513, + "rshares": 57640846, + "voter": "mdx5009" }, { "percent": "10000", - "reputation": 11450220486, - "rshares": 276719509, - "voter": "gobbahfett" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2600733256, - "voter": "dmacshady" + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" }, { - "percent": "10000", - "reputation": 1058072223123, - "rshares": 299794109, - "voter": "luisucv34" + "percent": "-10000", + "reputation": 1050348110504, + "rshares": -2169272539, + "voter": "voluntary" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 46421370688, - "voter": "streetstyle" + "reputation": 1480652550326, + "rshares": 1283755290, + "voter": "lenar" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 68973404067, - "voter": "inertia" + "reputation": 335003583191, + "rshares": 98708571, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 110737583, - "voter": "wildchild" + "reputation": 636339361438, + "rshares": 334390993, + "voter": "franks" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1452681946, - "voter": "natali22" + "reputation": 3144994876819, + "rshares": 1174463619, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5623698346, - "voter": "btcbtcbtc20155" + "reputation": 2516108074649, + "rshares": 627756601, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 449046196965, - "rshares": 5431666350, - "voter": "mandax" + "reputation": 4409431615794, + "rshares": 3974522279, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1686295563, - "voter": "the-future" + "reputation": 4818398060873, + "rshares": 72938987548, + "voter": "shenanigator" }, { - "percent": "0", - "reputation": 3033861094190, - "rshares": 276170498, - "voter": "nippel66" + "percent": "10000", + "reputation": 19141466793, + "rshares": 59103677, + "voter": "alaqrab" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 11363469913, - "voter": "benjiberigan" + "reputation": 250066271138, + "rshares": 76279116, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3348011059, - "voter": "simon.braki.love" + "reputation": 9696481439, + "rshares": 58404009, + "voter": "haulin" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14602551958, - "voter": "all-of-us" + "reputation": 3575830946674, + "rshares": 12310708270, + "voter": "ryan-singer" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7310966327, - "voter": "geronimo" + "reputation": 4254380753805, + "rshares": 1956423616, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": 4727020133419, - "rshares": 3096874425, - "voter": "travelista" + "reputation": 3218950171903, + "rshares": 5674937561, + "voter": "brandonv111" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 75080428393, - "voter": "rea" + "reputation": 5866355148762, + "rshares": 8912094160, + "voter": "heretickitten" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 102459876, - "voter": "elmusic" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 182391301853, - "voter": "jl777" + "reputation": 3573461197670, + "rshares": 11143705782, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 400623749, - "voter": "meteor78" + "reputation": 20797221470, + "rshares": 1714441918, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1036758777651, - "voter": "james212" + "reputation": 2721887929533, + "rshares": 7184066856, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2555649761, - "voter": "lostnuggett" + "reputation": 1320261717074, + "rshares": 1500921186, + "voter": "carlyle" }, { - "percent": "7000", - "reputation": 10519849768972, - "rshares": 14284349516, - "voter": "positive" + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 1648132104, - "voter": "yarly" + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", "reputation": 0, - "rshares": 249812059, - "voter": "yarly2" + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 0, - "rshares": 250186376, - "voter": "yarly3" + "reputation": 982331434653, + "rshares": 87951188, + "voter": "rusla" }, { "percent": "10000", - "reputation": 0, - "rshares": 144713788, - "voter": "yarly4" + "reputation": 837791549130, + "rshares": 37297862572, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, - "rshares": 145530993, - "voter": "yarly5" + "reputation": 25508059, + "rshares": 51207552, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 0, - "rshares": 82969949, - "voter": "yarly7" + "reputation": 232802458264, + "rshares": 15873360087, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 425858328404, - "rshares": 1574073135, - "voter": "anonblog" + "reputation": 18088143027, + "rshares": 58351459, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 12876261032, - "voter": "carlidos" + "reputation": -287669733, + "rshares": 56733180, + "voter": "flamedarkmoon" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2530735267, - "voter": "sompitonov" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 442885717, - "voter": "quigua" + "reputation": 2121626708565, + "rshares": 3189375248, + "voter": "titusfrost" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 114357460, - "voter": "activcat" + "reputation": 0, + "rshares": 55340822, + "voter": "l3itcoin" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 181303091, - "voter": "shadyonline" + "reputation": 785171622834, + "rshares": 5737502211, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16619579880, - "voter": "proto" + "reputation": 12539394694005, + "rshares": 3069525844, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618984788, - "voter": "curator" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 6264990277085, - "rshares": 17685013006, - "voter": "pinkisland" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" + "reputation": 262756573957, + "rshares": 581314344, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 0, - "rshares": 400250376, - "voter": "yarly10" + "reputation": 640164473382, + "rshares": 56143941, + "voter": "zettar" }, { "percent": "10000", - "reputation": 0, - "rshares": 214643713, - "voter": "yarly11" + "reputation": 2840774649947, + "rshares": 16088427371, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 311022515119, - "rshares": 266840830, - "voter": "faraz" + "reputation": 1108819043543, + "rshares": 13959387330, + "voter": "bluehorseshoe" }, { "percent": "10000", "reputation": 0, - "rshares": 75136080, - "voter": "yarly12" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1994584369, - "voter": "tygergamer" + "reputation": 5949422263, + "rshares": 172708262496, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 33890360235, - "voter": "celebr1ty" + "reputation": 333300187103, + "rshares": 57678842, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3053481772, - "voter": "bkkshadow" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 122297166, - "voter": "steemster1" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 2227557428863, - "rshares": 6664855932, - "voter": "sulev" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 915405690, - "voter": "mar1978co" + "reputation": 630212931199, + "rshares": 182932028, + "voter": "jiacyhb" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1491810940, - "voter": "spinner" + "reputation": 3533625673, + "rshares": 23194048540, + "voter": "dubi" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 4075542273, - "voter": "jed78" + "reputation": 808913218021, + "rshares": 343777046, + "voter": "anahilarski" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 5449839709, - "voter": "mahekg" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 118718645332, - "voter": "steemdrive" + "reputation": 1810829967, + "rshares": 2762184207, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1074649838, - "voter": "metaflute" + "reputation": 6227584776320, + "rshares": 5145752624, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8308167524, - "voter": "taker" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 779260259, - "voter": "pakisnxt" + "reputation": 2609275826131, + "rshares": 103730281, + "voter": "alina1" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 35775686256, - "voter": "rampant" + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 2332975763185, + "rshares": 56372318, + "voter": "patelincho" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 46610922073, - "voter": "allasyummyfood" + "reputation": 304603834882, + "rshares": 387610845, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": -119859903423, + "rshares": 71464098, + "voter": "and030380" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 24827810197, - "voter": "rawnetics" + "reputation": 50326964582800, + "rshares": 262992774734, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 3350958489391, - "rshares": 3838406010, - "voter": "darknet" + "reputation": 19674745811334, + "rshares": 65719877388, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 6887127798781, - "rshares": 32778936910, - "voter": "xtester" + "reputation": 26215514, + "rshares": 18201893391, + "voter": "brains" }, { "percent": "10000", - "reputation": 36326774674, - "rshares": 65849371, - "voter": "bogartgaming" + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 0, - "rshares": 3878727446, - "voter": "ullikume" + "reputation": 353288883728, + "rshares": 463572260, + "voter": "floweroflife" }, { "percent": "10000", - "reputation": 763153724550, - "rshares": 1031879792, - "voter": "overloaded" + "reputation": 70707045777, + "rshares": 60751567, + "voter": "knight-angel" }, { "percent": "10000", - "reputation": 150617632004, - "rshares": 4653331473, - "voter": "tommycoin" + "reputation": 33637169873, + "rshares": 61276068, + "voter": "sressler" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 14043738532, - "voter": "jphamer1" + "reputation": -674983067, + "rshares": 52041445, + "voter": "yegor" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 92803702007, - "voter": "joele" + "reputation": 1586351489943, + "rshares": 824426750, + "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 11898643200, - "voter": "randyclemens" + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" }, { "percent": "10000", "reputation": 0, - "rshares": 1192403214, - "voter": "paynode" + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 52521013, - "voter": "nickche" + "reputation": 861400654873, + "rshares": 1168629153, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 971138, - "rshares": 62152861, - "voter": "jjt333" + "reputation": 6814892232024, + "rshares": 17234655590, + "voter": "vermillion666" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 61988730, - "voter": "zionuziriel" + "reputation": 31479863, + "rshares": 52930132, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 6880595844755, + "rshares": 57446158646, + "voter": "rogerkver" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 5646699288797, + "rshares": 3044653303, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 386813325, - "rshares": 522769958, - "voter": "zmb" + "reputation": 1201509725074, + "rshares": 67451403, + "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 9883959116, - "voter": "goingpaper" + "reputation": 1770877346455, + "rshares": 843848361, + "voter": "changkun" }, { "percent": "10000", - "reputation": 0, - "rshares": 61746903, - "voter": "kpine" + "reputation": 270609126129, + "rshares": 1876382808, + "voter": "steemsquad" }, { "percent": "10000", - "reputation": 513642753210, - "rshares": 1065103775, - "voter": "willybot" + "reputation": 570800415880, + "rshares": 1543831529, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" - }, + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 1502200909130, + "rshares": 96292269, + "voter": "ola1" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 1469966261, - "voter": "nonamer" + "reputation": 6072650400812, + "rshares": 5238125015, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 65288764, - "voter": "evgenyche" + "reputation": 601020100087, + "rshares": 52785710, + "voter": "sicilian" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 58277489, - "voter": "confucius" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11747399227, - "voter": "borran" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 57481384, - "voter": "stevescriber" + "reputation": 8090444870, + "rshares": 53600374, + "voter": "acura-tech" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1556121652, - "voter": "bledarus" + "reputation": 878526376261, + "rshares": 52605586, + "voter": "mlialen" }, { "percent": "10000", - "reputation": 0, - "rshares": 57333623, - "voter": "loli" + "reputation": 3765152822, + "rshares": 65259350, + "voter": "arnebolen" }, { "percent": "10000", "reputation": 0, - "rshares": 51186720, - "voter": "nano2nd" + "rshares": 4969160858, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11490070535, - "voter": "mione" + "reputation": 272497517948, + "rshares": 67496150, + "voter": "bobbybillbob" }, { "percent": "10000", - "reputation": 312224301489, - "rshares": 15488313276, - "voter": "solar" + "reputation": 15733009437, + "rshares": 53171538, + "voter": "sroka87" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 11222113294, + "rshares": 53426834, + "voter": "lightobserver" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 575708182, - "voter": "ashwim" + "reputation": 994665254475, + "rshares": 57347558, + "voter": "modernsuperior" }, { "percent": "10000", - "reputation": 47334856382, - "rshares": 65286836, - "voter": "williamdevine" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 61110411, - "voter": "razberrijam" + "reputation": 9050222935, + "rshares": 52030157, + "voter": "neophonic" }, { "percent": "10000", "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "rshares": 50975390, + "voter": "steemprincess" }, { "percent": "10000", - "reputation": -4629473733, - "rshares": 57802223, - "voter": "cryptoblu" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 0, - "rshares": 57795937, - "voter": "instructor" + "reputation": 1533678042141, + "rshares": 464502884, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 79595914, - "voter": "pompe72" + "reputation": 617955620301, + "rshares": 932827695, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 4088300066909, - "rshares": 20527781112, - "voter": "runaway-psyche" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 608500164082, - "voter": "dollarvigilante" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 2725853299020, - "rshares": 5641736978, - "voter": "solarguy" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", "reputation": 0, - "rshares": 1336993907, - "voter": "kollapsik" + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 868924825603, - "rshares": 1169834378, - "voter": "the-bitcoin-dood" + "reputation": 7031497, + "rshares": 50258414, + "voter": "mardvin" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2510434809, - "voter": "madoff" + "reputation": 16681034811, + "rshares": 3743155194, + "voter": "dodders007" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 50146097, + "voter": "b0atman" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 3606347249409, + "rshares": 50098580, + "voter": "ltm" }, { "percent": "10000", "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "rshares": 1567256942, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 1364743849, + "rshares": 77682433, + "voter": "sonea" }, { "percent": "10000", "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "rshares": 80889492, + "voter": "gvis" }, { "percent": "10000", - "reputation": 20152481527, - "rshares": 61364261, - "voter": "igorterleg" + "reputation": 0, + "rshares": 80872128, + "voter": "igtes" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 8222390659, - "voter": "jaredcwillis" + "reputation": 12945831370, + "rshares": 80818030, + "voter": "rymlen" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 71768449, - "voter": "vasilii" + "reputation": 0, + "rshares": 82382934, + "voter": "symphonette" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 6259421, + "rshares": 80747983, + "voter": "nickinicole" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 58276258, - "voter": "mrlogic" - }, + "reputation": 303263257, + "rshares": 80746075, + "voter": "workwithpleasure" + } + ], + "author": "charleshosk", + "author_reputation": 19196715690053, + "beneficiaries": [], + "body": "_After Lyn joined [Steemit](https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit), I've decided to repost an article that I drafted on Ross Ulbricht shortly after his life sentence in May of 2015. While progress seems to have been made in the grand injustice that is the war on drugs, we still endure the brutal hand of careless bureaucrats hiding behind morally vacuous arguments._\n\n_Millions of Americans are still either in jail or have gone to jail for nonviolent offenses. The aftermath extends far beyond the period of incarceration with broken families, inability to pursue higher education or reasonable employment and a permanent stigma of a felon's criminal record. We have created generations of American's existing in an underclass that understandably becomes more hostile and dangerous over time._\n\n_My hope is that the next generation of American leaders can have a more informed, data driven and objective conversation about the war on drugs and its eventual end. We should not allow institutions to exist that promote human misery for profit. Nor should we allow arguments that destroying nonviolent people's lives somehow protects them or society._\n\n_Enjoy!_ \n\n**Thoughts on Ross**\n![Picture of the Roman's Fighting](https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg)\n\nFrom time to time, I enjoy investing an afternoon considering politics and the state of affairs here in the United States. Our country is the first hyperpower forcing all other nations to consider us in whatever policy happens to be the day's grock. This reality is divorced from ethical or moral metrics and the war on drugs is no different.\n\nFor whatever reason (religious, practical, dystopian, etc), policymakers in the United States have continuously decided to label a behavior or substance as dangerous to the social fabric\u2122 of our society. Prohibition is the standard example and its spectacular failure is somehow forgotten. We saw and acknowledge the rise of the modern mafia. We saw the decentralized nature of resistance through bootleggers (some say one who's [kid](http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/) become president) and the FBI form to stop the bootleggers empowering J. Edgar Hoover to terrorize two generations of Americans via illegal spying and blackmail (including [Martin Luther King](http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1)). Yet why have no lessons been learned?\n\nThe war of drugs is a leviathan that has imprisoned millions of Americans (vastly [disportionate for minorities](https://www.drugpolicy.org/race-and-drug-war)), formed massive bureaucracies such as the DEA and their state equivalents, and like Hoover's FBI slowly transformed society to both militarize the police and make [their actions somehow ok](http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/). Where in this process have we asked what the goal exactly is? Why are we as a country destroying families, imprisoning millions and treating addicts as hardened criminals? Why have we created an industry that robs us of our constitutional rights and turns our police force into something resembling the Stasi? \n\nI honestly don't have a good answer. There is perhaps an historical context that could be explored and used to synthetically explain why we are somehow comfortable as a nation using a plato like ideal social fabric\u2122 to justify incarcerating millions for non-violent crimes. Yet this leaves a putrid taste in my mouth. \n\nThe United States drug policy is simply put immoral to the core. If drug use results in damage to one's relationships, then hold people accountable for their actions. But instead we say that Heroin somehow is more damaging than alcohol? Marijuana is a gateway to personal destruction (except for when our presidents smoke it [[1](http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/)][[2](https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video)])? I guess Colorado is doomed then :).\n\nNow enter Ross Ulbricht the dread pirate roberts. He isn't a very nice person. No one running a drug cartel really is a nice person. But he isn't a Zetas Cartel kingpin proudly displaying the heads of his enemies. He is a programmer who saw an opportunity to use emerging technology to enrich himself without regard to the current egregious law. He believed that he could stay hidden thanks to the nature of Tor and Bitcoin. He also believed that a decentralized marketplace could reduce the violence associated with the drug trade (which is fair considering that violence comes from the prohibition not the other way around). \n\nAnd the fruits of his labors were a modest marketplace that was the safest and lowest violence drug exchange in the world. It also allowed suppliers to directly sell to consumers cutting out the middleman who usually end up being pretty evil. Compared to the Golden Triangle, a relatively small amount of funds changed hands and consumers got their substances. The vast majority didn't go crazy and grab chainsaws for some [Tony Montana action](https://www.youtube.com/watch?v=kg7goEASO5E). The vast majority didn't destroy their families and social networks. The vast majority are still living their lives amongst us going to work, church or vacations. Somehow the social fabric\u2122 the government must protect hasn't been torn.\n\nYet Ross now gets to spend the rest of his life in prison as a living symbol of the war on drugs. He has effectively become its Nelson Mandela. The Silk Road won't go away. Those who are knowledgeable about cryptography and the nature of the internet will cite technology like Openbazaar and other such systems as the bittorrent moment of online drug trade. Ross's imprisonment will send no message contrary to what the prosecutor suggests, it just increases the stakes for anonymity and the amount of potential profit from the trade.\n\nThe countermeasures will inevitably be a war on cryptography (I should trademark that one) and internet anonymity. To protect the social fabric\u2122, the United States must rob us of our privacy and autonomy. We must accept that all packets need to be inspected. Secrets are illegal. And no doubt massive government budgets must be increased. Think of your children! \n\nI'm really done with this madness. We supposedly have a republic and have the right to change things. At this moment, I'd like to divide the bitcoin space into two groups. Those that complain about the injustice of Ross's sentence and those that do something about it. I'm going to do something about it. My company is going to build some great tools to preserve personal privacy (that thing we have a constitutional right to) and make sure they are open source and well distributed.\n\nI'm also going to ask everyone in this space to be in the second bucket. Do something about this injustice. Think about the software you could write. Organize meetups and spread the word. We didn't like our money or the banks so we made new money. Is in inconceivable that we can make a new society with a social fabric that's actually worth protecting?", + "body_length": 7310, + "cashout_time": "2016-09-08T17:31:48", + "category": "philosophy", + "children": 58, + "created": "2016-09-01T17:31:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"crypto-news\",\"silk-road\",\"bitcoin\",\"drugs\"],\"links\":[\"https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit\",\"http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/\",\"http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1\",\"https://www.drugpolicy.org/race-and-drug-war\",\"http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/\",\"http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/\",\"https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video\",\"https://www.youtube.com/watch?v=kg7goEASO5E\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T17:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 185937158238150, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "3334.763 HBD", + "percent_hbd": 10000, + "permlink": "my-thoughts-on-ross", + "post_id": 1087478, + "promoted": "0.000 HBD", + "reblogged_by": [ + "jamesc" + ], + "replies": [], + "root_title": "My Thoughts on Ross", + "title": "My Thoughts on Ross", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@charleshosk/my-thoughts-on-ross" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 128799717225, - "rshares": 52342236, - "voter": "kamil5" + "reputation": 0, + "rshares": 2562962356653, + "voter": "badassmother" }, { "percent": "10000", "reputation": 0, - "rshares": 6857916334, - "voter": "blaat" + "rshares": 6353368381609, + "voter": "steemit200" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 64669014483, - "voter": "barrycooper" + "reputation": 1214229078, + "rshares": 3719873677, + "voter": "boy" }, { "percent": "10000", - "reputation": 46435222432, - "rshares": 1066156801, - "voter": "matildapurse" + "reputation": 4712949449, + "rshares": 4516061890, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 1789951494550, + "rshares": 828474117, + "voter": "bunny" }, { "percent": "10000", - "reputation": 63845074863, - "rshares": 1852031403, - "voter": "themadmonk" + "reputation": 103443134841, + "rshares": 64951597990, + "voter": "bue" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12248222173, - "voter": "hilarski" + "reputation": 0, + "rshares": 1993528477, + "voter": "mini" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7757965105, - "voter": "booky" + "reputation": 0, + "rshares": 256417598, + "voter": "moon" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 12271565452, - "voter": "mandibil" + "reputation": 13096661187964, + "rshares": 4699582909786, + "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 1021682513, - "rshares": 57640846, - "voter": "mdx5009" + "reputation": 0, + "rshares": 392330025704, + "voter": "recursive2" }, { "percent": "10000", "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "rshares": 399142239335, + "voter": "recursive3" }, { "percent": "10000", "reputation": 0, - "rshares": 54705383, - "voter": "rickmiller" + "rshares": 747400513, + "voter": "healthcare" }, { - "percent": "-10000", - "reputation": 1050348110504, - "rshares": -2169272539, - "voter": "voluntary" + "percent": "10000", + "reputation": 0, + "rshares": 1160845416, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1283755290, - "voter": "lenar" + "reputation": 0, + "rshares": 345805525, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 98708571, - "voter": "jtstreetman" + "reputation": 21498120740, + "rshares": 9787416169, + "voter": "gregory60" }, { "percent": "10000", - "reputation": 636339361438, - "rshares": 334390993, - "voter": "franks" + "reputation": 2120743942708, + "rshares": 20194887928, + "voter": "ninzacode" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1174463619, - "voter": "nulliusinverba" + "reputation": 9600934617910, + "rshares": 14526137423, + "voter": "jademont" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 627756601, - "voter": "runridefly" + "reputation": 4931834878069, + "rshares": 23179590751, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 4409431615794, - "rshares": 3974522279, - "voter": "loganarchy" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16586588072, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 72938987548, - "voter": "shenanigator" + "reputation": 1663549830469, + "rshares": 1242879550, + "voter": "coar" }, { - "percent": "10000", - "reputation": 19141466793, - "rshares": 59103677, - "voter": "alaqrab" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432347122, + "voter": "murh" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 76279116, - "voter": "uziriel" + "reputation": 824717099743, + "rshares": 516101383500, + "voter": "cyber" }, { "percent": "10000", - "reputation": 9696481439, - "rshares": 58404009, - "voter": "haulin" + "reputation": 11136252375006, + "rshares": 372238968697, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 3575830946674, - "rshares": 12310708270, - "voter": "ryan-singer" + "reputation": 32056888035, + "rshares": 1350589595, + "voter": "fjccoin" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1956423616, - "voter": "richardcrill" + "reputation": 2761596392902, + "rshares": 2566336288, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 3218950171903, - "rshares": 5674937561, - "voter": "brandonv111" + "reputation": 134062679338, + "rshares": 410716291, + "voter": "wenden" }, { - "percent": "10000", - "reputation": 5866355148762, - "rshares": 8912094160, - "voter": "heretickitten" + "percent": "5000", + "reputation": 9142611234, + "rshares": 330623378, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "percent": "5000", + "reputation": 3871042, + "rshares": 305996138, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 11143705782, - "voter": "luminousvisions" + "reputation": 793209170784, + "rshares": 1604550851, + "voter": "leksimus" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1714441918, - "voter": "davidjkelley" + "reputation": 431450051428, + "rshares": 14471850655, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 7184066856, - "voter": "davidbrogan" + "reputation": 2397831198773, + "rshares": 3967217151, + "voter": "karen13" }, { "percent": "10000", - "reputation": 1320261717074, - "rshares": 1500921186, - "voter": "carlyle" + "reputation": 93395785733, + "rshares": 1368552976, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 1537463763, + "rshares": 18196504922, + "voter": "creemej" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 3033861094190, + "rshares": 11874089423, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 9709066337974, + "rshares": 25992730325, + "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 982331434653, - "rshares": 87951188, - "voter": "rusla" + "reputation": 14988694886527, + "rshares": 193106520476, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 837791549130, - "rshares": 37297862572, - "voter": "sponge-bob" + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4081184262, + "voter": "positive" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 51207552, - "voter": "kosmatimuc" + "reputation": 13032104555879, + "rshares": 12611620973, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 15873360087, - "voter": "digital-wisdom" + "reputation": 58190631451, + "rshares": 16618428555, + "voter": "proto" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 58351459, - "voter": "mnviking" + "reputation": 23895195044, + "rshares": 152437394, + "voter": "bitmap" }, { "percent": "10000", - "reputation": -287669733, - "rshares": 56733180, - "voter": "flamedarkmoon" + "reputation": 10552456597779, + "rshares": 2539781407, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 1275505236, + "rshares": 8307846037, + "voter": "taker" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 3189375248, - "voter": "titusfrost" + "reputation": 11856501387697, + "rshares": 44021426403, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, - "rshares": 55340822, - "voter": "l3itcoin" + "reputation": 2747626258414, + "rshares": 2692368681, + "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5737502211, - "voter": "jwaser" + "reputation": 2140537429766, + "rshares": 16698287029, + "voter": "yef99" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 3069525844, - "voter": "doitvoluntarily" + "reputation": 1130219064888, + "rshares": 23036140080, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 11490547563070, + "rshares": 12312214943, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 71849011, + "rshares": 56679654, + "voter": "bradyd" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 581314344, - "voter": "kev7000" + "reputation": 733512906, + "rshares": 54243598, + "voter": "sabinson6" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 56143941, - "voter": "zettar" + "reputation": 2609275826131, + "rshares": 155595421, + "voter": "alina1" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 16088427371, - "voter": "hunterisgreat" + "reputation": 1502200909130, + "rshares": 120365336, + "voter": "ola1" }, { "percent": "10000", - "reputation": 1108819043543, - "rshares": 13959387330, - "voter": "bluehorseshoe" - }, + "reputation": 3061556951554, + "rshares": 2609136736, + "voter": "puffin" + } + ], + "author": "wadepaterson", + "author_reputation": 9709066337974, + "beneficiaries": [], + "body": "https://s21.postimg.org/lctjft1nb/PD2.jpg\n\n### In the sixth chapter, we are exposed to an interesting letter to Pedro, from Sid.\n\n# Preface: I wrote a book when I was 18. It was inspired by a cigarette pack on a coffee table that I noticed at a house party.\n\nMy eyes were drawn to the Health Canada warning on the box of smokes.\n\nhttps://s22.postimg.org/ngaukhu5t/cigarette_warning.jpg\n\nI think the statistic about tobacco-related deaths was supposed to be the scary one. But, for some reason, I was more alarmed by the fact more people died by killing themselves than by getting into car accidents.\n\nI never did anything with the book I wrote. Looking back, some of the amateurish writing makes me cringe. But, the concept behind The Popular Depression is an important theme for us to think about...\n\n---\n\n# Chapter Six\n\n*September 14*\n\n*Dear Pedro:*\n\n*Today was an indication of what school is going to be like for the rest of the year. You said things would be different, Pedro\u2026 you said that they wouldn\u2019t mock us. You promised me that if we kept to ourselves, they wouldn\u2019t bother us. You were wrong.*\n\n*I\u2019m not blaming you; I would never blame you. But I knew it would be like this. I told you they would be like this. They always are. Since the first grade it\u2019s been us against them. They have no idea what we go through, nor do they care. It must be so easy for them. They wouldn\u2019t last one day in our shoes without wanting their life to be over. They wouldn\u2019t last one day without wanting to slit their wrists. They have no idea.*\n\t\n*But you and I, we\u2019re used to it. We\u2019ve been conditioned for this since we were children. We have the willpower to keep striving.* \n\n*But for what?* \n\n*Will our good grades even matter in the end? This is a world developed for beautiful people to strive in. Is there even anything out there for those of us who aren\u2019t attractive? Sometimes I wonder why I even bother to keep my heart beating. But for some reason\u2026 I can\u2019t just end it all.*\n\n*All I know is that I could never leave you alone, and I hope that you could never leave me. Temptation lurks, but I\u2019ve kept strong Pedro, because you have been a great friend. You mean the world to me. I want you to know that. I would be nothing without you.*\n \n*Ahh, today was so painful. I couldn\u2019t even look up. I couldn\u2019t even face them. That\u2019s what they wanted. They wanted us to look over\u2026 just so that they could stare right back, thinking we are nothing, assuming we are worthless. I couldn\u2019t face them. Each one of them was thinking the same thing, I know it. Even Ethan. I thought he was different. I thought that maybe, just maybe, since he is dating Liberty, that possibly he would have the decency to not make fun of us right before our very eyes. I was wrong. I don\u2019t understand what Liberty sees in him.* \n\n*Liberty Hollingsworth stood up for me last week when I was getting picked on in English class. Some guy said that I had a boner while we were watching Romeo and Juliet. Everyone started laughing. Everyone except her. She told him to shut up. Liberty Hollingsworth, the most beautiful girl in our school, stood up for me! It was the greatest moment of my life. But what I don\u2019t understand is why she is with Ethan\u2014a guy who picks on anyone who is inferior to himself. I could hear him laughing today. Ethan isn\u2019t different. Ethan is just like them.*\n\n*I am worried about Liberty. Such an angel should not be with a prick like Ethan. He is going to ruin her. He\u2019ll pressure her into sex, then alcohol, then drugs. Then she\u2019ll become just like them. I really thought Liberty was better than that. I thought that she\u2019d look for more in a guy than a good jump-shot. He\u2019s tricked her Pedro. He\u2019s tricked her into thinking that he is not just using her for sex. How could he taint such a beautiful girl? Her body wasn\u2019t meant to be abused by his type. If she only knew how well I would treat her. I\u2019d do anything for her. I\u2019d do everything for her. Ethan\u2019s so damn lucky and he doesn\u2019t even know it. I bet he doesn\u2019t even appreciate what he has. I bet he thinks about other girls and questions whether or not Liberty is, \u201cas good as he can do.\" I don\u2019t have a good feeling about Ethan Tate. He makes me sick to my stomach.*\n \n*They have it so easy Pedro. They complain about what girl they are having sex with. Guys like me and you have never had sex. Hell, we\u2019ve never even held hands with a girl.*\n \n*I am pretty excited for tomorrow\u2019s physics class. Liberty sat beside me last class. At one point, she looked over and asked me for a pen. Liberty Hollingsworth talked to me. She\u2019s so perfect. Ahh I hate Ethan.*\n\n*Anyway, I should get to bed. Thanks for being a good friend, Pedro.*\n\n*Thanks for being my only friend.* \n\n*- Sid*\n\n---\n\n### [Follow my blog to catch future chapters, as well as my popular \"20 questions\" interview series!](https://steemit.com/@wadepaterson)", + "body_length": 4879, + "cashout_time": "2016-09-08T16:16:45", + "category": "writing", + "children": 0, + "created": "2016-09-01T16:16:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"life\"],\"image\":[\"https://s21.postimg.org/lctjft1nb/PD2.jpg\",\"https://s22.postimg.org/ngaukhu5t/cigarette_warning.jpg\"],\"links\":[\"https://steemit.com/@wadepaterson\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T16:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15882810152480, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "30.852 HBD", + "percent_hbd": 10000, + "permlink": "the-popular-depression-an-original-novel-chapter-6", + "post_id": 1086370, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Popular Depression (An Original Novel - Chapter 6)", + "title": "The Popular Depression (An Original Novel - Chapter 6)", + "total_payout_value": "0.000 HBD", + "url": "/writing/@wadepaterson/the-popular-depression-an-original-novel-chapter-6" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 145171381514207, + "rshares": 29155803291884, + "voter": "dantheman" }, { - "percent": "10000", - "reputation": 5949422263, - "rshares": 172708262496, - "voter": "asksisk" + "percent": "-10000", + "reputation": 446491524573, + "rshares": -56558430754, + "voter": "fminerten1" }, { - "percent": "10000", - "reputation": 333300187103, - "rshares": 57678842, - "voter": "the-ego-is-you" + "percent": "-10000", + "reputation": 83122046, + "rshares": -16730683922792, + "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 261787136527, + "rshares": 715315172073, + "voter": "barrie" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 949715155915, + "rshares": 7560099728090, + "voter": "steempty" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "percent": "-100", + "reputation": 32455846463901, + "rshares": -636781499665, + "voter": "smooth" }, { - "percent": "10000", - "reputation": 630212931199, - "rshares": 182932028, - "voter": "jiacyhb" + "percent": "-10000", + "reputation": 14765040488827, + "rshares": -25833932676688, + "voter": "berniesanders" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 23194048540, - "voter": "dubi" + "reputation": 13823888326286, + "rshares": 14715930052051, + "voter": "summon" }, { "percent": "10000", - "reputation": 808913218021, - "rshares": 343777046, - "voter": "anahilarski" + "reputation": 0, + "rshares": 3702276918023, + "voter": "alphabet" }, { "percent": "10000", "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "rshares": 3575467169076, + "voter": "excalibur" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2762184207, - "voter": "bwaser" + "reputation": 0, + "rshares": 7464724805905, + "voter": "firstclass" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 5145752624, - "voter": "renzoarg" + "reputation": 7802195, + "rshares": 11307163011172, + "voter": "blackjack" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 1133069631465, + "rshares": 31561024056877, + "voter": "val-a" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 103730281, - "voter": "alina1" + "reputation": 176979684007, + "rshares": 36132745116787, + "voter": "jamesc" }, { "percent": "10000", "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "rshares": 5979682255265, + "voter": "freedom" }, { - "percent": "10000", - "reputation": 2332975763185, - "rshares": 56372318, - "voter": "patelincho" + "percent": "-10000", + "reputation": 43394593255, + "rshares": -2010685756066, + "voter": "steemroller" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 387610845, - "voter": "ct-gurus" + "reputation": 27004834032159, + "rshares": 533272398404, + "voter": "modprobe" }, { - "percent": "10000", - "reputation": -119859903423, - "rshares": 71464098, - "voter": "and030380" + "percent": "-10000", + "reputation": 19032535635212, + "rshares": -17842855080618, + "voter": "steemed" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 262992774734, - "voter": "charlieshrem" + "reputation": 8779714777561, + "rshares": 7476955430879, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 65719877388, - "voter": "tracemayer" + "reputation": 3894279128605, + "rshares": 6814670066185, + "voter": "wackou" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 18201893391, - "voter": "brains" + "reputation": 0, + "rshares": 3126182740254, + "voter": "lafona-miner" + }, + { + "percent": "500", + "reputation": 25104157850610, + "rshares": 134263517480, + "voter": "samupaha" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 53671263, - "voter": "waldemar-kuhn" + "reputation": 9111465318256, + "rshares": 408343525323, + "voter": "lafona" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 463572260, - "voter": "floweroflife" + "reputation": 428017035820, + "rshares": 81856199338, + "voter": "friend5" }, { "percent": "10000", - "reputation": 70707045777, - "rshares": 60751567, - "voter": "knight-angel" + "reputation": 12842871326086, + "rshares": 120847681714, + "voter": "sandra" }, { "percent": "10000", - "reputation": 33637169873, - "rshares": 61276068, - "voter": "sressler" + "reputation": 2827502899317, + "rshares": 991445861078, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": -674983067, - "rshares": 52041445, - "voter": "yegor" + "reputation": 454674995328, + "rshares": 1046732320321, + "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 1586351489943, - "rshares": 824426750, - "voter": "kingarbinv" + "reputation": 36749432321730, + "rshares": 940645606463, + "voter": "liondani" }, { "percent": "10000", - "reputation": 9789912031, - "rshares": 54408230, - "voter": "feruz" + "reputation": 0, + "rshares": 314683875517, + "voter": "lafona5" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "percent": "7700", + "reputation": 9800209121307, + "rshares": 5435070509707, + "voter": "roadscape" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1168629153, - "voter": "steemafon" + "reputation": 1214229078, + "rshares": 3719661114, + "voter": "boy" }, { "percent": "10000", - "reputation": 6814892232024, - "rshares": 17234655590, - "voter": "vermillion666" + "reputation": 89703349977794, + "rshares": 1884321477087, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 52930132, - "voter": "bobbythegreat" + "reputation": 4712949449, + "rshares": 4515790818, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 6880595844755, - "rshares": 57446158646, - "voter": "rogerkver" + "reputation": 1789951494550, + "rshares": 836885866, + "voter": "bunny" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3044653303, - "voter": "gringalicious" + "reputation": 9510507624851, + "rshares": 491388231044, + "voter": "ajvest" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 67451403, - "voter": "echoesinthemind" + "reputation": 103443134841, + "rshares": 64900262435, + "voter": "bue" }, { "percent": "10000", - "reputation": 1770877346455, - "rshares": 843848361, - "voter": "changkun" + "reputation": 3745363549909, + "rshares": 64115778018, + "voter": "val" }, { "percent": "10000", - "reputation": 270609126129, - "rshares": 1876382808, - "voter": "steemsquad" + "reputation": 0, + "rshares": 1993425121, + "voter": "mini" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1543831529, - "voter": "ellepdub" + "reputation": 0, + "rshares": 256413698, + "voter": "moon" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 51890765, - "voter": "gregorygarcia" + "reputation": 8980249791516, + "rshares": 251709705259, + "voter": "lovejoy" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 96292269, - "voter": "ola1" + "reputation": 28971806962251, + "rshares": 2142310066450, + "voter": "joseph" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5238125015, - "voter": "herpetologyguy" + "reputation": 12928765689257, + "rshares": 37209280075, + "voter": "aizensou" }, { "percent": "10000", - "reputation": 601020100087, - "rshares": 52785710, - "voter": "sicilian" + "reputation": 36473167044, + "rshares": 63315124730, + "voter": "jason" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 9028537022578, + "rshares": 2533343974621, + "voter": "recursive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": -296615780418, + "rshares": 1856507042, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 8090444870, - "rshares": 53600374, - "voter": "acura-tech" + "reputation": 854893586973, + "rshares": 1066178277767, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 878526376261, - "rshares": 52605586, - "voter": "mlialen" + "reputation": 7520586390, + "rshares": 139584599964, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 3765152822, - "rshares": 65259350, - "voter": "arnebolen" + "reputation": 1682985060, + "rshares": 26220717668, + "voter": "lee3" }, { "percent": "10000", "reputation": 0, - "rshares": 4969160858, - "voter": "morgan.waser" + "rshares": 9947524418, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 272497517948, - "rshares": 67496150, - "voter": "bobbybillbob" + "reputation": 0, + "rshares": 2487731941, + "voter": "bingo-1" }, { - "percent": "10000", - "reputation": 15733009437, - "rshares": 53171538, - "voter": "sroka87" + "percent": "-100", + "reputation": 83941319998, + "rshares": -114880744973, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 11222113294, - "rshares": 53426834, - "voter": "lightobserver" + "reputation": 71087197697999, + "rshares": 1481858587871, + "voter": "benjojo" }, { "percent": "10000", - "reputation": 994665254475, - "rshares": 57347558, - "voter": "modernsuperior" + "reputation": 124209883737229, + "rshares": 1331389438809, + "voter": "steempower" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 158487994237, + "rshares": 49209388623, + "voter": "twiceuponatime" }, { "percent": "10000", - "reputation": 9050222935, - "rshares": 52030157, - "voter": "neophonic" + "reputation": 1082239289637, + "rshares": 264053458311, + "voter": "indominon" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 101807714979611, + "rshares": 745712796384, + "voter": "pfunk" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 23744414677575, + "rshares": 3081863150808, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 464502884, - "voter": "greenwayoflife" + "reputation": 1829863145814, + "rshares": 701043147460, + "voter": "marginal" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 932827695, - "voter": "thebiggestidea" + "reputation": 585246886482, + "rshares": 82319542665, + "voter": "vip" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 2802091583976, + "rshares": 13179761696, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "rshares": 747371261, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "rshares": 1160796664, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "reputation": 72112139588726, + "rshares": 823509007646, + "voter": "steemrollin" }, { "percent": "10000", - "reputation": 7031497, - "rshares": 50258414, - "voter": "mardvin" + "reputation": 3991861275580, + "rshares": 51733040244, + "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 16681034811, - "rshares": 3743155194, - "voter": "dodders007" + "reputation": 4909504649121, + "rshares": 64491101436, + "voter": "bangking" }, { "percent": "10000", - "reputation": 0, - "rshares": 50146097, - "voter": "b0atman" + "reputation": 254955012957, + "rshares": 10708242314, + "voter": "k-rapper" }, { "percent": "10000", - "reputation": 3606347249409, - "rshares": 50098580, - "voter": "ltm" + "reputation": 7404914959204, + "rshares": 32205638258, + "voter": "marketingmonk" }, { "percent": "10000", - "reputation": 0, - "rshares": 1567256942, - "voter": "strong-ai" + "reputation": 25112072900487, + "rshares": 200086864853, + "voter": "gardenlady" }, { "percent": "10000", - "reputation": 1364743849, - "rshares": 77682433, - "voter": "sonea" + "reputation": 19959120564829, + "rshares": 37362894566, + "voter": "alexgr" }, { "percent": "10000", "reputation": 0, - "rshares": 80889492, - "voter": "gvis" + "rshares": 345797723, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 0, - "rshares": 80872128, - "voter": "igtes" + "reputation": 9469162, + "rshares": 85597115855, + "voter": "unosuke" }, { "percent": "10000", - "reputation": 12945831370, - "rshares": 80818030, - "voter": "rymlen" + "reputation": 2165622245848, + "rshares": 23959616565, + "voter": "yefet" }, { "percent": "10000", - "reputation": 0, - "rshares": 82382934, - "voter": "symphonette" + "reputation": 1701451058212, + "rshares": 3562229773, + "voter": "mazi" }, { "percent": "10000", - "reputation": 6259421, - "rshares": 80747983, - "voter": "nickinicole" + "reputation": 1118904717803, + "rshares": 76952324805, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 303263257, - "rshares": 80746075, - "voter": "workwithpleasure" - } - ], - "author": "charleshosk", - "author_reputation": 19196715690053, - "beneficiaries": [], - "body": "_After Lyn joined [Steemit](https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit), I've decided to repost an article that I drafted on Ross Ulbricht shortly after his life sentence in May of 2015. While progress seems to have been made in the grand injustice that is the war on drugs, we still endure the brutal hand of careless bureaucrats hiding behind morally vacuous arguments._\n\n_Millions of Americans are still either in jail or have gone to jail for nonviolent offenses. The aftermath extends far beyond the period of incarceration with broken families, inability to pursue higher education or reasonable employment and a permanent stigma of a felon's criminal record. We have created generations of American's existing in an underclass that understandably becomes more hostile and dangerous over time._\n\n_My hope is that the next generation of American leaders can have a more informed, data driven and objective conversation about the war on drugs and its eventual end. We should not allow institutions to exist that promote human misery for profit. Nor should we allow arguments that destroying nonviolent people's lives somehow protects them or society._\n\n_Enjoy!_ \n\n**Thoughts on Ross**\n![Picture of the Roman's Fighting](https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg)\n\nFrom time to time, I enjoy investing an afternoon considering politics and the state of affairs here in the United States. Our country is the first hyperpower forcing all other nations to consider us in whatever policy happens to be the day's grock. This reality is divorced from ethical or moral metrics and the war on drugs is no different.\n\nFor whatever reason (religious, practical, dystopian, etc), policymakers in the United States have continuously decided to label a behavior or substance as dangerous to the social fabric\u2122 of our society. Prohibition is the standard example and its spectacular failure is somehow forgotten. We saw and acknowledge the rise of the modern mafia. We saw the decentralized nature of resistance through bootleggers (some say one who's [kid](http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/) become president) and the FBI form to stop the bootleggers empowering J. Edgar Hoover to terrorize two generations of Americans via illegal spying and blackmail (including [Martin Luther King](http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1)). Yet why have no lessons been learned?\n\nThe war of drugs is a leviathan that has imprisoned millions of Americans (vastly [disportionate for minorities](https://www.drugpolicy.org/race-and-drug-war)), formed massive bureaucracies such as the DEA and their state equivalents, and like Hoover's FBI slowly transformed society to both militarize the police and make [their actions somehow ok](http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/). Where in this process have we asked what the goal exactly is? Why are we as a country destroying families, imprisoning millions and treating addicts as hardened criminals? Why have we created an industry that robs us of our constitutional rights and turns our police force into something resembling the Stasi? \n\nI honestly don't have a good answer. There is perhaps an historical context that could be explored and used to synthetically explain why we are somehow comfortable as a nation using a plato like ideal social fabric\u2122 to justify incarcerating millions for non-violent crimes. Yet this leaves a putrid taste in my mouth. \n\nThe United States drug policy is simply put immoral to the core. If drug use results in damage to one's relationships, then hold people accountable for their actions. But instead we say that Heroin somehow is more damaging than alcohol? Marijuana is a gateway to personal destruction (except for when our presidents smoke it [[1](http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/)][[2](https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video)])? I guess Colorado is doomed then :).\n\nNow enter Ross Ulbricht the dread pirate roberts. He isn't a very nice person. No one running a drug cartel really is a nice person. But he isn't a Zetas Cartel kingpin proudly displaying the heads of his enemies. He is a programmer who saw an opportunity to use emerging technology to enrich himself without regard to the current egregious law. He believed that he could stay hidden thanks to the nature of Tor and Bitcoin. He also believed that a decentralized marketplace could reduce the violence associated with the drug trade (which is fair considering that violence comes from the prohibition not the other way around). \n\nAnd the fruits of his labors were a modest marketplace that was the safest and lowest violence drug exchange in the world. It also allowed suppliers to directly sell to consumers cutting out the middleman who usually end up being pretty evil. Compared to the Golden Triangle, a relatively small amount of funds changed hands and consumers got their substances. The vast majority didn't go crazy and grab chainsaws for some [Tony Montana action](https://www.youtube.com/watch?v=kg7goEASO5E). The vast majority didn't destroy their families and social networks. The vast majority are still living their lives amongst us going to work, church or vacations. Somehow the social fabric\u2122 the government must protect hasn't been torn.\n\nYet Ross now gets to spend the rest of his life in prison as a living symbol of the war on drugs. He has effectively become its Nelson Mandela. The Silk Road won't go away. Those who are knowledgeable about cryptography and the nature of the internet will cite technology like Openbazaar and other such systems as the bittorrent moment of online drug trade. Ross's imprisonment will send no message contrary to what the prosecutor suggests, it just increases the stakes for anonymity and the amount of potential profit from the trade.\n\nThe countermeasures will inevitably be a war on cryptography (I should trademark that one) and internet anonymity. To protect the social fabric\u2122, the United States must rob us of our privacy and autonomy. We must accept that all packets need to be inspected. Secrets are illegal. And no doubt massive government budgets must be increased. Think of your children! \n\nI'm really done with this madness. We supposedly have a republic and have the right to change things. At this moment, I'd like to divide the bitcoin space into two groups. Those that complain about the injustice of Ross's sentence and those that do something about it. I'm going to do something about it. My company is going to build some great tools to preserve personal privacy (that thing we have a constitutional right to) and make sure they are open source and well distributed.\n\nI'm also going to ask everyone in this space to be in the second bucket. Do something about this injustice. Think about the software you could write. Organize meetups and spread the word. We didn't like our money or the banks so we made new money. Is in inconceivable that we can make a new society with a social fabric that's actually worth protecting?", - "body_length": 7310, - "cashout_time": "2016-09-08T17:31:48", - "category": "philosophy", - "children": 58, - "created": "2016-09-01T17:31:48", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"philosophy\",\"crypto-news\",\"silk-road\",\"bitcoin\",\"drugs\"],\"links\":[\"https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit\",\"http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/\",\"http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1\",\"https://www.drugpolicy.org/race-and-drug-war\",\"http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/\",\"http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/\",\"https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video\",\"https://www.youtube.com/watch?v=kg7goEASO5E\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T17:33:24", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 185937158238150, - "parent_author": "", - "parent_permlink": "philosophy", - "pending_payout_value": "3334.763 HBD", - "percent_hbd": 10000, - "permlink": "my-thoughts-on-ross", - "post_id": 1087478, - "promoted": "0.000 HBD", - "reblogged_by": [ - "jamesc" - ], - "replies": [], - "root_title": "My Thoughts on Ross", - "title": "My Thoughts on Ross", - "total_payout_value": "0.000 HBD", - "url": "/philosophy/@charleshosk/my-thoughts-on-ross" - }, - { - "active_votes": [ + "reputation": 12188250813227, + "rshares": 87998099579, + "voter": "acidsun" + }, { "percent": "10000", - "reputation": 0, - "rshares": 2562962356653, - "voter": "badassmother" + "reputation": 14073457536993, + "rshares": 91966424545, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, - "rshares": 6353368381609, - "voter": "steemit200" + "reputation": 1914970430304, + "rshares": 419261694760, + "voter": "chryspano" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3719873677, - "voter": "boy" + "reputation": 54345938068170, + "rshares": 331909901841, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4516061890, - "voter": "bue-witness" + "reputation": 3266915935488, + "rshares": 143476621546, + "voter": "itsjoeco" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 828474117, - "voter": "bunny" + "reputation": 12712877967688, + "rshares": 77358908541, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64951597990, - "voter": "bue" + "reputation": 1590661010140, + "rshares": 23701819727, + "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993528477, - "voter": "mini" + "reputation": 4733188979515, + "rshares": 13089076163, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, - "rshares": 256417598, - "voter": "moon" + "reputation": 55171927909, + "rshares": 47032385792, + "voter": "cyan91" }, { "percent": "10000", - "reputation": 13096661187964, - "rshares": 4699582909786, - "voter": "au1nethyb1" + "reputation": 87363750745142, + "rshares": 491023540970, + "voter": "dana-edwards" }, { "percent": "10000", - "reputation": 0, - "rshares": 392330025704, - "voter": "recursive2" + "reputation": 9600934617910, + "rshares": 15471774873, + "voter": "jademont" }, { "percent": "10000", - "reputation": 0, - "rshares": 399142239335, - "voter": "recursive3" + "reputation": 1655372026731, + "rshares": 8205769080, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 0, - "rshares": 747400513, - "voter": "healthcare" + "reputation": 526710884366, + "rshares": 7737351987, + "voter": "fran2k" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160845416, - "voter": "daniel.pan" + "reputation": 14848515958625, + "rshares": 82031931852, + "voter": "kingscrown" }, { "percent": "10000", "reputation": 0, - "rshares": 345805525, - "voter": "helen.tan" + "rshares": 475511002, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 21498120740, - "rshares": 9787416169, - "voter": "gregory60" + "reputation": 3380310417590, + "rshares": 10171882074, + "voter": "mranderson" }, { "percent": "10000", - "reputation": 2120743942708, - "rshares": 20194887928, - "voter": "ninzacode" + "reputation": 35537325381339, + "rshares": 1013424824024, + "voter": "hipster" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 14526137423, - "voter": "jademont" + "reputation": 376960001789, + "rshares": 5583494579, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 4931834878069, - "rshares": 23179590751, - "voter": "fkn" - }, - { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16586588072, - "voter": "elishagh1" + "reputation": 8143786705541, + "rshares": 71492023267, + "voter": "ingenesist" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1242879550, - "voter": "coar" + "reputation": 3940140049670, + "rshares": 46957227196, + "voter": "tsugimoto" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432347122, - "voter": "murh" + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -35127812295, + "voter": "james-show" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 516101383500, - "voter": "cyber" + "reputation": 1172373556107, + "rshares": 2056240258, + "voter": "gekko" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 372238968697, - "voter": "taoteh1221" + "reputation": 26867938976163, + "rshares": 330922076737, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 32056888035, - "rshares": 1350589595, - "voter": "fjccoin" + "reputation": 58571016273092, + "rshares": 695962057671, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2566336288, - "voter": "tee-em" + "reputation": 3750669747284, + "rshares": 257037895399, + "voter": "pal" }, { "percent": "10000", - "reputation": 134062679338, - "rshares": 410716291, - "voter": "wenden" + "reputation": 493863952, + "rshares": 988983778, + "voter": "weenfan" }, { - "percent": "5000", - "reputation": 9142611234, - "rshares": 330623378, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 503318537891, + "rshares": 2951167683, + "voter": "jerome-colley" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 305996138, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 627954645291, + "rshares": 4153646240, + "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1604550851, - "voter": "leksimus" + "reputation": 273195968453, + "rshares": 1267279115, + "voter": "karask" }, { "percent": "10000", - "reputation": 431450051428, - "rshares": 14471850655, - "voter": "aaseb" + "reputation": 42741727265739, + "rshares": 151441670235, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3967217151, - "voter": "karen13" + "reputation": 6182090102255, + "rshares": 32041945737, + "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1368552976, - "voter": "jrd8526" + "reputation": 4611433093423, + "rshares": 27041387506, + "voter": "tmendieta" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 18196504922, - "voter": "creemej" + "reputation": 16025488740118, + "rshares": 24595608321, + "voter": "klye" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 11874089423, - "voter": "nippel66" + "reputation": 14968641922913, + "rshares": 55235261529, + "voter": "oaldamster" }, { "percent": "10000", - "reputation": 9709066337974, - "rshares": 25992730325, - "voter": "wadepaterson" + "reputation": 161089556767, + "rshares": 73997216728, + "voter": "asch" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 193106520476, - "voter": "jl777" + "reputation": 60877390332151, + "rshares": 594987180387, + "voter": "kevinwong" }, { - "percent": "2000", - "reputation": 10519849768972, - "rshares": 4081184262, - "voter": "positive" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432226213, + "voter": "murh" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 12611620973, - "voter": "winstonwolfe" + "reputation": 1095245594450, + "rshares": 57960182623, + "voter": "luke-crowley" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16618428555, - "voter": "proto" + "reputation": 6298046648, + "rshares": 412678544, + "voter": "xxsenpaixsamaxx" }, { "percent": "10000", - "reputation": 23895195044, - "rshares": 152437394, - "voter": "bitmap" + "reputation": 64573188744746, + "rshares": 207846410225, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2539781407, - "voter": "royalmacro" + "reputation": 89262274316, + "rshares": 29602678341, + "voter": "trung81" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8307846037, - "voter": "taker" + "reputation": 824717099743, + "rshares": 511455731665, + "voter": "cyber" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 44021426403, - "voter": "allasyummyfood" + "reputation": 10395665548525, + "rshares": 233936010856, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 2747626258414, - "rshares": 2692368681, - "voter": "virtualgrowth" + "reputation": 9090232372242, + "rshares": 90536656576, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 16698287029, - "voter": "yef99" + "reputation": 1444446898291, + "rshares": 9361058328, + "voter": "johnerfx" }, { - "percent": "10000", - "reputation": 1130219064888, - "rshares": 23036140080, - "voter": "andrewawerdna" + "percent": "2300", + "reputation": 71931696380, + "rshares": 919210211225, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12312214943, - "voter": "hilarski" + "reputation": 79561484422, + "rshares": 408117159, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 71849011, - "rshares": 56679654, - "voter": "bradyd" + "reputation": 200733663789408, + "rshares": 2357441430534, + "voter": "stellabelle" }, { "percent": "10000", - "reputation": 733512906, - "rshares": 54243598, - "voter": "sabinson6" + "reputation": 1700029514, + "rshares": 3333107393, + "voter": "ian-harris" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 155595421, - "voter": "alina1" + "reputation": 1233698174511, + "rshares": 1675750169, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 120365336, - "voter": "ola1" + "reputation": 0, + "rshares": 371369240, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 3061556951554, - "rshares": 2609136736, - "voter": "puffin" - } - ], - "author": "wadepaterson", - "author_reputation": 9709066337974, - "beneficiaries": [], - "body": "https://s21.postimg.org/lctjft1nb/PD2.jpg\n\n### In the sixth chapter, we are exposed to an interesting letter to Pedro, from Sid.\n\n# Preface: I wrote a book when I was 18. It was inspired by a cigarette pack on a coffee table that I noticed at a house party.\n\nMy eyes were drawn to the Health Canada warning on the box of smokes.\n\nhttps://s22.postimg.org/ngaukhu5t/cigarette_warning.jpg\n\nI think the statistic about tobacco-related deaths was supposed to be the scary one. But, for some reason, I was more alarmed by the fact more people died by killing themselves than by getting into car accidents.\n\nI never did anything with the book I wrote. Looking back, some of the amateurish writing makes me cringe. But, the concept behind The Popular Depression is an important theme for us to think about...\n\n---\n\n# Chapter Six\n\n*September 14*\n\n*Dear Pedro:*\n\n*Today was an indication of what school is going to be like for the rest of the year. You said things would be different, Pedro\u2026 you said that they wouldn\u2019t mock us. You promised me that if we kept to ourselves, they wouldn\u2019t bother us. You were wrong.*\n\n*I\u2019m not blaming you; I would never blame you. But I knew it would be like this. I told you they would be like this. They always are. Since the first grade it\u2019s been us against them. They have no idea what we go through, nor do they care. It must be so easy for them. They wouldn\u2019t last one day in our shoes without wanting their life to be over. They wouldn\u2019t last one day without wanting to slit their wrists. They have no idea.*\n\t\n*But you and I, we\u2019re used to it. We\u2019ve been conditioned for this since we were children. We have the willpower to keep striving.* \n\n*But for what?* \n\n*Will our good grades even matter in the end? This is a world developed for beautiful people to strive in. Is there even anything out there for those of us who aren\u2019t attractive? Sometimes I wonder why I even bother to keep my heart beating. But for some reason\u2026 I can\u2019t just end it all.*\n\n*All I know is that I could never leave you alone, and I hope that you could never leave me. Temptation lurks, but I\u2019ve kept strong Pedro, because you have been a great friend. You mean the world to me. I want you to know that. I would be nothing without you.*\n \n*Ahh, today was so painful. I couldn\u2019t even look up. I couldn\u2019t even face them. That\u2019s what they wanted. They wanted us to look over\u2026 just so that they could stare right back, thinking we are nothing, assuming we are worthless. I couldn\u2019t face them. Each one of them was thinking the same thing, I know it. Even Ethan. I thought he was different. I thought that maybe, just maybe, since he is dating Liberty, that possibly he would have the decency to not make fun of us right before our very eyes. I was wrong. I don\u2019t understand what Liberty sees in him.* \n\n*Liberty Hollingsworth stood up for me last week when I was getting picked on in English class. Some guy said that I had a boner while we were watching Romeo and Juliet. Everyone started laughing. Everyone except her. She told him to shut up. Liberty Hollingsworth, the most beautiful girl in our school, stood up for me! It was the greatest moment of my life. But what I don\u2019t understand is why she is with Ethan\u2014a guy who picks on anyone who is inferior to himself. I could hear him laughing today. Ethan isn\u2019t different. Ethan is just like them.*\n\n*I am worried about Liberty. Such an angel should not be with a prick like Ethan. He is going to ruin her. He\u2019ll pressure her into sex, then alcohol, then drugs. Then she\u2019ll become just like them. I really thought Liberty was better than that. I thought that she\u2019d look for more in a guy than a good jump-shot. He\u2019s tricked her Pedro. He\u2019s tricked her into thinking that he is not just using her for sex. How could he taint such a beautiful girl? Her body wasn\u2019t meant to be abused by his type. If she only knew how well I would treat her. I\u2019d do anything for her. I\u2019d do everything for her. Ethan\u2019s so damn lucky and he doesn\u2019t even know it. I bet he doesn\u2019t even appreciate what he has. I bet he thinks about other girls and questions whether or not Liberty is, \u201cas good as he can do.\" I don\u2019t have a good feeling about Ethan Tate. He makes me sick to my stomach.*\n \n*They have it so easy Pedro. They complain about what girl they are having sex with. Guys like me and you have never had sex. Hell, we\u2019ve never even held hands with a girl.*\n \n*I am pretty excited for tomorrow\u2019s physics class. Liberty sat beside me last class. At one point, she looked over and asked me for a pen. Liberty Hollingsworth talked to me. She\u2019s so perfect. Ahh I hate Ethan.*\n\n*Anyway, I should get to bed. Thanks for being a good friend, Pedro.*\n\n*Thanks for being my only friend.* \n\n*- Sid*\n\n---\n\n### [Follow my blog to catch future chapters, as well as my popular \"20 questions\" interview series!](https://steemit.com/@wadepaterson)", - "body_length": 4879, - "cashout_time": "2016-09-08T16:16:45", - "category": "writing", - "children": 0, - "created": "2016-09-01T16:16:45", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"life\"],\"image\":[\"https://s21.postimg.org/lctjft1nb/PD2.jpg\",\"https://s22.postimg.org/ngaukhu5t/cigarette_warning.jpg\"],\"links\":[\"https://steemit.com/@wadepaterson\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T16:21:39", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 15882810152480, - "parent_author": "", - "parent_permlink": "writing", - "pending_payout_value": "30.852 HBD", - "percent_hbd": 10000, - "permlink": "the-popular-depression-an-original-novel-chapter-6", - "post_id": 1086370, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "The Popular Depression (An Original Novel - Chapter 6)", - "title": "The Popular Depression (An Original Novel - Chapter 6)", - "total_payout_value": "0.000 HBD", - "url": "/writing/@wadepaterson/the-popular-depression-an-original-novel-chapter-6" - }, - { - "active_votes": [ + "reputation": 6531398726064, + "rshares": 151933994804, + "voter": "killerstorm" + }, { "percent": "10000", - "reputation": 145171381514207, - "rshares": 29155803291884, - "voter": "dantheman" + "reputation": 3169024240074, + "rshares": 51856263211, + "voter": "martin-wichmann" }, { - "percent": "-10000", - "reputation": 446491524573, - "rshares": -56558430754, - "voter": "fminerten1" + "percent": "10000", + "reputation": 20763505296686, + "rshares": 237863907139, + "voter": "wingz" }, { - "percent": "-10000", - "reputation": 83122046, - "rshares": -16730683922792, - "voter": "itsascam" + "percent": "10000", + "reputation": 3804349938696, + "rshares": 57512518518, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 715315172073, - "voter": "barrie" + "reputation": 65989046107177, + "rshares": 565491519614, + "voter": "andrarchy" }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7560099728090, - "voter": "steempty" + "reputation": 11429090901893, + "rshares": 114562708554, + "voter": "kenny-crane" }, { - "percent": "-100", - "reputation": 32455846463901, - "rshares": -636781499665, - "voter": "smooth" + "percent": "10000", + "reputation": 3046358914696, + "rshares": 12946566531, + "voter": "samether" }, { - "percent": "-10000", - "reputation": 14765040488827, - "rshares": -25833932676688, - "voter": "berniesanders" + "percent": "10000", + "reputation": 5888717170887, + "rshares": 65928912378, + "voter": "ratel" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14715930052051, - "voter": "summon" + "reputation": 14675201322501, + "rshares": 76236065095, + "voter": "faddat" }, { "percent": "10000", - "reputation": 0, - "rshares": 3702276918023, - "voter": "alphabet" + "reputation": 8397302485673, + "rshares": 203751312561, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, - "rshares": 3575467169076, - "voter": "excalibur" + "reputation": 1380612911758, + "rshares": 4387565307, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, - "rshares": 7464724805905, - "voter": "firstclass" + "reputation": 30409765924218, + "rshares": 324237643911, + "voter": "innuendo" }, { "percent": "10000", - "reputation": 7802195, - "rshares": 11307163011172, - "voter": "blackjack" + "reputation": 9389887938261, + "rshares": 8108243403, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 1133069631465, - "rshares": 31561024056877, - "voter": "val-a" + "reputation": 77590508815145, + "rshares": 277802855204, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 36132745116787, - "voter": "jamesc" + "reputation": 14028106211346, + "rshares": 47818481404, + "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, - "rshares": 5979682255265, - "voter": "freedom" + "reputation": 1116909606233, + "rshares": 13619190747, + "voter": "facer" }, { - "percent": "-10000", - "reputation": 43394593255, - "rshares": -2010685756066, - "voter": "steemroller" + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77537857911, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 27004834032159, - "rshares": 533272398404, - "voter": "modprobe" + "reputation": 0, + "rshares": 326700743, + "voter": "elevation2016" }, { - "percent": "-10000", - "reputation": 19032535635212, - "rshares": -17842855080618, - "voter": "steemed" + "percent": "10000", + "reputation": 15857384273210, + "rshares": 213975220764, + "voter": "alexc" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7476955430879, - "voter": "riverhead" + "reputation": 1050758001641, + "rshares": 21859225069, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 3894279128605, - "rshares": 6814670066185, - "voter": "wackou" + "reputation": 5260794316761, + "rshares": 134308601133, + "voter": "schro" }, { "percent": "10000", - "reputation": 0, - "rshares": 3126182740254, - "voter": "lafona-miner" + "reputation": 37159422493, + "rshares": 836118043, + "voter": "johnerminer" }, { - "percent": "500", - "reputation": 25104157850610, - "rshares": 134263517480, - "voter": "samupaha" + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -311187283, + "voter": "hater" }, { "percent": "10000", - "reputation": 9111465318256, - "rshares": 408343525323, - "voter": "lafona" + "reputation": 9186061899783, + "rshares": 37923927567, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 428017035820, - "rshares": 81856199338, - "voter": "friend5" + "reputation": 22794273843250, + "rshares": 149907699091, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 120847681714, - "voter": "sandra" + "reputation": 1331218317408, + "rshares": 7128338337, + "voter": "grandpere" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 991445861078, - "voter": "ihashfury" + "reputation": 343178626425, + "rshares": 189552455781, + "voter": "mexbit" }, { "percent": "10000", - "reputation": 454674995328, - "rshares": 1046732320321, - "voter": "delegate.lafona" + "reputation": 486415577627, + "rshares": 6136910800, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 36749432321730, - "rshares": 940645606463, - "voter": "liondani" + "reputation": 48542961182602, + "rshares": 1488162560356, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 0, - "rshares": 314683875517, - "voter": "lafona5" + "reputation": 2419162524790, + "rshares": 686904893022, + "voter": "publicworker" }, { - "percent": "7700", - "reputation": 9800209121307, - "rshares": 5435070509707, - "voter": "roadscape" + "percent": "10000", + "reputation": 6200536920826, + "rshares": 74113311286, + "voter": "albertogm" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3719661114, - "voter": "boy" + "reputation": 642608867428, + "rshares": 5223833163, + "voter": "christoryan" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1884321477087, - "voter": "xeroc" + "reputation": 36884147263377, + "rshares": 265565289471, + "voter": "lukestokes" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4515790818, - "voter": "bue-witness" + "reputation": 13821321667, + "rshares": 753502879, + "voter": "christoph3" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836885866, - "voter": "bunny" + "reputation": 699299009701, + "rshares": 1302398717, + "voter": "jo-stonellord" }, { "percent": "10000", - "reputation": 9510507624851, - "rshares": 491388231044, - "voter": "ajvest" + "reputation": 5571311902261, + "rshares": 3212069577, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64900262435, - "voter": "bue" + "reputation": 36344377648, + "rshares": 44045934125, + "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 3745363549909, - "rshares": 64115778018, - "voter": "val" + "reputation": 7949210311767, + "rshares": 31058131849, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993425121, - "voter": "mini" + "reputation": 18458799241134, + "rshares": 42671597261, + "voter": "karnal" }, { "percent": "10000", - "reputation": 0, - "rshares": 256413698, - "voter": "moon" + "reputation": 2758500001611, + "rshares": 4943256767, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 8980249791516, - "rshares": 251709705259, - "voter": "lovejoy" + "reputation": 1019011681813, + "rshares": 6595142416, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 28971806962251, - "rshares": 2142310066450, - "voter": "joseph" + "reputation": 1557874437556, + "rshares": 3312702629, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 12928765689257, - "rshares": 37209280075, - "voter": "aizensou" + "reputation": 2632946346, + "rshares": 28959639435, + "voter": "catchfire" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 63315124730, - "voter": "jason" + "reputation": 2445708956667, + "rshares": 8019883253, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2533343974621, - "voter": "recursive" + "reputation": 1613752018459, + "rshares": 7351452300, + "voter": "quintanilla" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1856507042, - "voter": "mineralwasser" + "reputation": 85777133037, + "rshares": 588179175, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1066178277767, - "voter": "boombastic" + "reputation": 9434414518400, + "rshares": 19218853033, + "voter": "acassity" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 139584599964, - "voter": "mrs.agsexplorer" + "reputation": 8461965690396, + "rshares": 59670374382, + "voter": "norbu" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 26220717668, - "voter": "lee3" + "reputation": 177578566464, + "rshares": 360802404, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 0, - "rshares": 9947524418, - "voter": "bingo-0" + "reputation": 15285243314, + "rshares": 161952614, + "voter": "ales" }, { "percent": "10000", - "reputation": 0, - "rshares": 2487731941, - "voter": "bingo-1" + "reputation": 6813289592775, + "rshares": 5549897051, + "voter": "arcaneinfo" }, { - "percent": "-100", - "reputation": 83941319998, - "rshares": -114880744973, - "voter": "smooth.witness" + "percent": "10000", + "reputation": 1691376287481, + "rshares": 5709173603, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 71087197697999, - "rshares": 1481858587871, - "voter": "benjojo" + "reputation": 1676955163155, + "rshares": 4091287980, + "voter": "spikykevin" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1331389438809, - "voter": "steempower" + "reputation": 112943056223182, + "rshares": 238563974846, + "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 158487994237, - "rshares": 49209388623, - "voter": "twiceuponatime" + "reputation": 40255997582, + "rshares": 8046430295, + "voter": "cannav" }, { "percent": "10000", - "reputation": 1082239289637, - "rshares": 264053458311, - "voter": "indominon" + "reputation": 160174254209, + "rshares": 59226420646, + "voter": "booja" }, { "percent": "10000", - "reputation": 101807714979611, - "rshares": 745712796384, - "voter": "pfunk" + "reputation": 18965164896, + "rshares": 260424224, + "voter": "pim" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3081863150808, - "voter": "onceuponatime" + "reputation": 15603689614497, + "rshares": 26729195966, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 1829863145814, - "rshares": 701043147460, - "voter": "marginal" + "reputation": 57643429300793, + "rshares": 288460512928, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 82319542665, - "voter": "vip" + "reputation": 1933204465, + "rshares": 56947882743, + "voter": "sonzweil" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 13179761696, - "voter": "proctologic" + "reputation": 1160886081198, + "rshares": 5407890112, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, - "rshares": 747371261, - "voter": "healthcare" + "reputation": 1450924981021, + "rshares": 44210963671, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160796664, - "voter": "daniel.pan" + "reputation": 668633470533, + "rshares": 3526969665, + "voter": "stijn" }, { "percent": "10000", - "reputation": 72112139588726, - "rshares": 823509007646, - "voter": "steemrollin" + "reputation": 19449097565894, + "rshares": 62516665482, + "voter": "lehard" }, { "percent": "10000", - "reputation": 3991861275580, - "rshares": 51733040244, - "voter": "full-steem-ahead" + "reputation": 1700182089209, + "rshares": 107619198367, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 4909504649121, - "rshares": 64491101436, - "voter": "bangking" + "reputation": 65540661343, + "rshares": 3182173425, + "voter": "orly" }, { "percent": "10000", - "reputation": 254955012957, - "rshares": 10708242314, - "voter": "k-rapper" + "reputation": 18757150528749, + "rshares": 142419360996, + "voter": "chhaylin" }, { "percent": "10000", - "reputation": 7404914959204, - "rshares": 32205638258, - "voter": "marketingmonk" + "reputation": 7091975331308, + "rshares": 15184044146, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 25112072900487, - "rshares": 200086864853, - "voter": "gardenlady" + "reputation": 40557912481, + "rshares": 249261791, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 37362894566, - "voter": "alexgr" + "reputation": 10248743813131, + "rshares": 18364554713, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 0, - "rshares": 345797723, - "voter": "helen.tan" + "reputation": 19462531467501, + "rshares": 33277274268, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 85597115855, - "voter": "unosuke" + "reputation": 1035952800698, + "rshares": 5827885675, + "voter": "vote" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 23959616565, - "voter": "yefet" + "reputation": 3175467999049, + "rshares": 19620943112, + "voter": "hakise" }, { "percent": "10000", - "reputation": 1701451058212, - "rshares": 3562229773, - "voter": "mazi" + "reputation": 14661458923663, + "rshares": 240102242001, + "voter": "fabio" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 76952324805, - "voter": "noaommerrr" + "reputation": 9824421122, + "rshares": 236987187, + "voter": "aidar88" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87998099579, - "voter": "acidsun" + "reputation": 305047794164, + "rshares": 135929671416, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 91966424545, - "voter": "edgeland" + "reputation": 17910661583686, + "rshares": 207547313965, + "voter": "guerrint" }, { "percent": "10000", - "reputation": 1914970430304, - "rshares": 419261694760, - "voter": "chryspano" + "reputation": 2237331858240, + "rshares": 5888987637, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 331909901841, - "voter": "craig-grant" + "reputation": 1059790037173, + "rshares": 560145214402, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 3266915935488, - "rshares": 143476621546, - "voter": "itsjoeco" + "reputation": -2499740471746, + "rshares": 32990051928, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 77358908541, - "voter": "easteagle13" + "reputation": 255334396905, + "rshares": 290260724, + "voter": "damono" }, { "percent": "10000", - "reputation": 1590661010140, - "rshares": 23701819727, - "voter": "mod-tamichh" + "reputation": 46813789492, + "rshares": 25445573460, + "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 13089076163, - "voter": "ervin-lemark" + "reputation": 1380128900631, + "rshares": 287184429, + "voter": "romel" }, { "percent": "10000", - "reputation": 55171927909, - "rshares": 47032385792, - "voter": "cyan91" + "reputation": 3366379465325, + "rshares": 7049471118, + "voter": "futurefood" }, { "percent": "10000", - "reputation": 87363750745142, - "rshares": 491023540970, - "voter": "dana-edwards" + "reputation": 51511210264, + "rshares": 654170217, + "voter": "mjoriginal" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15471774873, - "voter": "jademont" + "reputation": 2138693707311, + "rshares": 38531505280, + "voter": "redpalestino" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8205769080, - "voter": "cryptorune" + "reputation": 6444858785, + "rshares": 250401792, + "voter": "strickl9" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7737351987, - "voter": "fran2k" + "reputation": 18799092030582, + "rshares": 72244815652, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 14848515958625, - "rshares": 82031931852, - "voter": "kingscrown" + "reputation": 36017089082, + "rshares": 536844198, + "voter": "rxhector" }, { "percent": "10000", - "reputation": 0, - "rshares": 475511002, - "voter": "paco-steem" + "reputation": 6340616331847, + "rshares": 16268327469, + "voter": "picokernel" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 10171882074, - "voter": "mranderson" + "reputation": 4667991454724, + "rshares": 660910633272, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 35537325381339, - "rshares": 1013424824024, - "voter": "hipster" + "reputation": 3181753819665, + "rshares": 9842372914, + "voter": "jay4u" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5583494579, - "voter": "spaninv" + "reputation": 223278762484, + "rshares": 16477715090, + "voter": "jazzka" }, { "percent": "10000", - "reputation": 8143786705541, - "rshares": 71492023267, - "voter": "ingenesist" + "reputation": 7018477845661, + "rshares": 499737940301, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 3940140049670, - "rshares": 46957227196, - "voter": "tsugimoto" - }, - { - "percent": "-10000", - "reputation": 5045406568403, - "rshares": -35127812295, - "voter": "james-show" + "reputation": 255936097265, + "rshares": 10797714882, + "voter": "seanmchughart" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2056240258, - "voter": "gekko" + "reputation": 2054508199522, + "rshares": 680517621, + "voter": "busser" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 330922076737, - "voter": "teamsteem" + "reputation": 3149488018622, + "rshares": 3470648646, + "voter": "owdy" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 695962057671, - "voter": "nanzo-scoop" + "reputation": 960610083080, + "rshares": 794499759, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 257037895399, - "voter": "pal" + "reputation": 736644764370, + "rshares": 1370710374478, + "voter": "renohq" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 988983778, - "voter": "weenfan" + "reputation": 3320684282022, + "rshares": 151022514974, + "voter": "knircky" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2951167683, - "voter": "jerome-colley" + "reputation": 8017093633272, + "rshares": 10779739131, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 627954645291, - "rshares": 4153646240, - "voter": "jonno-katz" + "reputation": 54870619364044, + "rshares": 150871085450, + "voter": "jacor" }, { "percent": "10000", - "reputation": 273195968453, - "rshares": 1267279115, - "voter": "karask" + "reputation": 1220081355, + "rshares": 248223472, + "voter": "ardina" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 151441670235, - "voter": "steve-walschot" + "reputation": 899920858191, + "rshares": 1158345558, + "voter": "mixa" }, { "percent": "10000", - "reputation": 6182090102255, - "rshares": 32041945737, - "voter": "dan-atstarlite" + "reputation": 1371681467487, + "rshares": 7881390369, + "voter": "autosmile13" }, { "percent": "10000", - "reputation": 4611433093423, - "rshares": 27041387506, - "voter": "tmendieta" + "reputation": 1440357780524, + "rshares": 787490889, + "voter": "dicov" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 24595608321, - "voter": "klye" + "reputation": 0, + "rshares": 975960321, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 14968641922913, - "rshares": 55235261529, - "voter": "oaldamster" + "reputation": 0, + "rshares": 47588505300, + "voter": "mraytekin" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 73997216728, - "voter": "asch" + "reputation": 1661526202859, + "rshares": 4208924524, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 594987180387, - "voter": "kevinwong" - }, - { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432226213, - "voter": "murh" + "reputation": 658407157113, + "rshares": 649264993, + "voter": "cherish" }, { "percent": "10000", - "reputation": 1095245594450, - "rshares": 57960182623, - "voter": "luke-crowley" + "reputation": 1856960836286, + "rshares": 18938670372, + "voter": "fulltimegeek" }, { "percent": "10000", - "reputation": 6298046648, - "rshares": 412678544, - "voter": "xxsenpaixsamaxx" + "reputation": 9968156990, + "rshares": 60733429297, + "voter": "flyingmind" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 207846410225, - "voter": "dragonslayer109" + "reputation": 2821855573125, + "rshares": 2932515645, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 89262274316, - "rshares": 29602678341, - "voter": "trung81" + "reputation": 338909620445, + "rshares": 11624349212, + "voter": "blockchainbilly" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 511455731665, - "voter": "cyber" + "reputation": 1648396897354, + "rshares": 10812654445, + "voter": "asim" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 233936010856, - "voter": "billbutler" + "reputation": 38947133984552, + "rshares": 197128910495, + "voter": "jesta" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 90536656576, - "voter": "eric-boucher" + "reputation": 475226720101, + "rshares": 32289566590, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9361058328, - "voter": "johnerfx" + "reputation": 7952828943, + "rshares": 4987849891, + "voter": "thegoodguy" }, { - "percent": "2300", - "reputation": 71931696380, - "rshares": 919210211225, - "voter": "satoshifund" + "percent": "10000", + "reputation": 1563271634183, + "rshares": 114935388111, + "voter": "paco" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 408117159, - "voter": "applecrisp" + "reputation": 39920320621, + "rshares": 341997198874, + "voter": "bobbylee" }, { - "percent": "10000", - "reputation": 200733663789408, - "rshares": 2357441430534, - "voter": "stellabelle" + "percent": "0", + "reputation": 11644551965460, + "rshares": 273908278, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 1700029514, - "rshares": 3333107393, - "voter": "ian-harris" + "reputation": 2397831198773, + "rshares": 4186734879, + "voter": "karen13" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1675750169, - "voter": "spartanza" + "reputation": 19168905436557, + "rshares": 16492980227, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 0, - "rshares": 371369240, - "voter": "stiletto" + "reputation": 866671256465, + "rshares": 24943551288, + "voter": "igster" }, { "percent": "10000", - "reputation": 6531398726064, - "rshares": 151933994804, - "voter": "killerstorm" + "reputation": 125274679006, + "rshares": 6008579254, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 3169024240074, - "rshares": 51856263211, - "voter": "martin-wichmann" + "reputation": 10445529851856, + "rshares": 11682182138, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 20763505296686, - "rshares": 237863907139, - "voter": "wingz" + "reputation": 3979714886621, + "rshares": 12193025165, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 57512518518, - "voter": "juanmiguelsalas" + "reputation": 3879998019826, + "rshares": 4336101267, + "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 65989046107177, - "rshares": 565491519614, - "voter": "andrarchy" + "reputation": 2877113019152, + "rshares": 12079652710, + "voter": "bycz" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 114562708554, - "voter": "kenny-crane" + "reputation": 688176613733, + "rshares": 369337292, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 12946566531, - "voter": "samether" + "reputation": 2087820513398, + "rshares": 128370003552, + "voter": "gbert" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65928912378, - "voter": "ratel" + "reputation": 928901384552, + "rshares": 19222954774, + "voter": "grolelo" }, { "percent": "10000", - "reputation": 14675201322501, - "rshares": 76236065095, - "voter": "faddat" + "reputation": 6892424678378, + "rshares": 70373803968, + "voter": "inertia" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 203751312561, - "voter": "will-zewe" + "reputation": 2347565634738, + "rshares": 9908593396, + "voter": "shla-rafia" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4387565307, - "voter": "dahaz159" + "reputation": 658204768651, + "rshares": 41822608821, + "voter": "milestone" }, { "percent": "10000", - "reputation": 30409765924218, - "rshares": 324237643911, - "voter": "innuendo" + "reputation": 777812727227, + "rshares": 18659667015, + "voter": "artific" }, { "percent": "10000", - "reputation": 9389887938261, - "rshares": 8108243403, - "voter": "kennyskitchen" + "reputation": 594833631949, + "rshares": 6784977045, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 277802855204, - "voter": "kaylinart" + "reputation": 1537463763, + "rshares": 21311317281, + "voter": "creemej" }, { "percent": "10000", - "reputation": 14028106211346, - "rshares": 47818481404, - "voter": "kus-knee" + "reputation": -883682716676, + "rshares": 106025345, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 1116909606233, - "rshares": 13619190747, - "voter": "facer" + "reputation": 2974404080988, + "rshares": 118292596778, + "voter": "demotruk" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 77537857911, - "voter": "tim-johnston" + "reputation": 1234131079581, + "rshares": 4286117468, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 0, - "rshares": 326700743, - "voter": "elevation2016" + "reputation": 3040770542655, + "rshares": 9960731311, + "voter": "warrensteem" }, { "percent": "10000", - "reputation": 15857384273210, - "rshares": 213975220764, - "voter": "alexc" + "reputation": 1008790928160, + "rshares": 1481735585, + "voter": "natali22" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 21859225069, - "voter": "ossama-benjohn" + "reputation": 13139621251056, + "rshares": 85481536565, + "voter": "manthostsakirid" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 134308601133, - "voter": "schro" + "reputation": 11429270871, + "rshares": 5346780959, + "voter": "pierregi" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 836118043, - "voter": "johnerminer" + "reputation": 2713713668533, + "rshares": 1981381997, + "voter": "the-future" }, { - "percent": "-10000", - "reputation": -1352735696512, - "rshares": -311187283, - "voter": "hater" + "percent": "10000", + "reputation": 2096076988, + "rshares": 239427456, + "voter": "seafarer124" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 37923927567, - "voter": "michaelx" + "reputation": 692822335938, + "rshares": 234467072, + "voter": "keyser" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 149907699091, - "voter": "thedashguy" + "reputation": 3033861094190, + "rshares": 12702349860, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 7128338337, - "voter": "grandpere" + "reputation": 34120390016, + "rshares": 3069488172, + "voter": "imp3" }, { "percent": "10000", - "reputation": 343178626425, - "rshares": 189552455781, - "voter": "mexbit" + "reputation": 9734558763221, + "rshares": 12602496211, + "voter": "phenom" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6136910800, - "voter": "mark-waser" + "reputation": 9999779221262, + "rshares": 38509112108, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1488162560356, - "voter": "sean-king" + "reputation": 3941133391991, + "rshares": 8088797655, + "voter": "peacekeeper" }, { "percent": "10000", - "reputation": 2419162524790, - "rshares": 686904893022, - "voter": "publicworker" + "reputation": 1558637285991, + "rshares": 2424257783, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 74113311286, - "voter": "albertogm" + "reputation": 21815260714191, + "rshares": 200503211266, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 642608867428, - "rshares": 5223833163, - "voter": "christoryan" + "reputation": 2173940256661, + "rshares": 12138236700, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 36884147263377, - "rshares": 265565289471, - "voter": "lukestokes" + "reputation": 57820199104417, + "rshares": 98869306687, + "voter": "opheliafu" }, { "percent": "10000", - "reputation": 13821321667, - "rshares": 753502879, - "voter": "christoph3" + "reputation": 782596410473, + "rshares": 4481413651, + "voter": "poseidon" }, { "percent": "10000", - "reputation": 699299009701, - "rshares": 1302398717, - "voter": "jo-stonellord" + "reputation": 76096938200261, + "rshares": 262655303604, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 5571311902261, - "rshares": 3212069577, - "voter": "mammasitta" + "reputation": 49770527, + "rshares": 3477776250, + "voter": "davidr" }, { "percent": "10000", - "reputation": 36344377648, - "rshares": 44045934125, - "voter": "marco-delsalto" + "reputation": -124823359245, + "rshares": 19970133668, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31058131849, - "voter": "talanhorne" + "reputation": 224144957883, + "rshares": 14310729575, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 18458799241134, - "rshares": 42671597261, - "voter": "karnal" + "reputation": 24143253116, + "rshares": 123371166, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4943256767, - "voter": "fuck.off" + "reputation": -910520517353, + "rshares": 24627774216, + "voter": "ubg" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6595142416, - "voter": "iloveporn" + "reputation": 1754841072080, + "rshares": 815526334, + "voter": "rkpl" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3312702629, - "voter": "the.bot" + "reputation": 1532881687066, + "rshares": 8242655094, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 2632946346, - "rshares": 28959639435, - "voter": "catchfire" + "reputation": 8897174175, + "rshares": 200869173, + "voter": "eclipse0" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8019883253, - "voter": "johnbradshaw" + "reputation": 1394532106132, + "rshares": 7024182360, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 1613752018459, - "rshares": 7351452300, - "voter": "quintanilla" + "reputation": 116856214624, + "rshares": 3434139678, + "voter": "bones" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 588179175, - "voter": "mrhankeh" + "reputation": 2147203047336, + "rshares": 14323666529, + "voter": "exitmass" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 19218853033, - "voter": "acassity" + "reputation": 2619388406406, + "rshares": 2280809650, + "voter": "vlad" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 59670374382, - "voter": "norbu" + "reputation": 1830353392409, + "rshares": 3084804931, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 177578566464, - "rshares": 360802404, - "voter": "chetlanin" + "reputation": 4727020133419, + "rshares": 3158811913, + "voter": "travelista" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 161952614, - "voter": "ales" + "reputation": 7740774800016, + "rshares": 26588833056, + "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 6813289592775, - "rshares": 5549897051, - "voter": "arcaneinfo" + "reputation": 6467956247739, + "rshares": 21139844855, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5709173603, - "voter": "the.whale" + "reputation": 2114306416334, + "rshares": 3984144472, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 1676955163155, - "rshares": 4091287980, - "voter": "spikykevin" + "reputation": 632733211156, + "rshares": 18543451869, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 238563974846, - "voter": "ericvancewalton" + "reputation": 11482318062844, + "rshares": 35221621896, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 8046430295, - "voter": "cannav" + "reputation": 1633600290379, + "rshares": 13067561597, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 59226420646, - "voter": "booja" + "reputation": 5883461278385, + "rshares": 78626939838, + "voter": "rea" }, { "percent": "10000", - "reputation": 18965164896, - "rshares": 260424224, - "voter": "pim" + "reputation": 20864274854, + "rshares": 123006291, + "voter": "mumslittlesecret" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 26729195966, - "voter": "good-karma" + "reputation": 897000392259, + "rshares": 1557454956, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 288460512928, - "voter": "roelandp" + "reputation": -775526496810, + "rshares": 1478779307, + "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 1933204465, - "rshares": 56947882743, - "voter": "sonzweil" + "reputation": 2632564148, + "rshares": 5203558907, + "voter": "zelgald1" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5407890112, - "voter": "unicornfarts" + "reputation": 40107084, + "rshares": 158969085, + "voter": "xand" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 44210963671, - "voter": "ezzy" + "reputation": 14988694886527, + "rshares": 203797698506, + "voter": "jl777" }, { "percent": "10000", - "reputation": 668633470533, - "rshares": 3526969665, - "voter": "stijn" + "reputation": 2795999874461, + "rshares": 1016329703765, + "voter": "james212" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 62516665482, - "voter": "lehard" + "reputation": 1991682076199, + "rshares": 23981167639, + "voter": "steemed-open" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 107619198367, - "voter": "rubybian" + "reputation": 0, + "rshares": 1720969991, + "voter": "yarly" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3182173425, - "voter": "orly" + "reputation": 0, + "rshares": 260899548, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 18757150528749, - "rshares": 142419360996, - "voter": "chhaylin" + "reputation": 0, + "rshares": 261290501, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15184044146, - "voter": "konstantin" + "reputation": 0, + "rshares": 151145512, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 249261791, - "voter": "mstang83" + "reputation": 0, + "rshares": 151999037, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18364554713, - "voter": "katyakov" + "reputation": 0, + "rshares": 86657502, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 33277274268, - "voter": "hitmeasap" + "reputation": 122460178863, + "rshares": 4927809418, + "voter": "masterinvestor" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5827885675, - "voter": "vote" + "reputation": 1639613775527, + "rshares": 3406946967, + "voter": "jedau" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 19620943112, - "voter": "hakise" + "reputation": 161079803820, + "rshares": 56725443628, + "voter": "arcurus" }, { "percent": "10000", - "reputation": 14661458923663, - "rshares": 240102242001, - "voter": "fabio" + "reputation": 10739630699, + "rshares": 120677335, + "voter": "yorg" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 236987187, - "voter": "aidar88" + "reputation": 58265386995, + "rshares": 3720069646, + "voter": "bristolchris72" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 135929671416, - "voter": "jackkang" + "reputation": 5078296488269, + "rshares": 7647306705, + "voter": "moon32walker" }, { "percent": "10000", - "reputation": 17910661583686, - "rshares": 207547313965, - "voter": "guerrint" + "reputation": 662320934570, + "rshares": 393457418, + "voter": "ladypenelope1" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 5888987637, - "voter": "kissmybutt" + "reputation": 12468455070375, + "rshares": 13473490203, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 560145214402, - "voter": "juneaugoldbuyer" + "reputation": 2997941608767, + "rshares": 6230724868, + "voter": "tony.jennings" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 32990051928, - "voter": "r4fken" + "reputation": 48324434201, + "rshares": 682664725, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 290260724, - "voter": "damono" + "reputation": 270533787248, + "rshares": 795632907, + "voter": "mohammed123" }, { "percent": "10000", - "reputation": 46813789492, - "rshares": 25445573460, - "voter": "tcfxyz" + "reputation": 2568808468562, + "rshares": 2582382925, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 287184429, - "voter": "romel" + "reputation": 69628175386, + "rshares": 442885717, + "voter": "quigua" }, { "percent": "10000", - "reputation": 3366379465325, - "rshares": 7049471118, - "voter": "futurefood" + "reputation": 2564054618, + "rshares": 116644609, + "voter": "activcat" }, { "percent": "10000", - "reputation": 51511210264, - "rshares": 654170217, - "voter": "mjoriginal" + "reputation": 7078941123096, + "rshares": 14847664684, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 2138693707311, - "rshares": 38531505280, - "voter": "redpalestino" + "reputation": 13032104555879, + "rshares": 11610253345, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 6444858785, - "rshares": 250401792, - "voter": "strickl9" + "reputation": 116655886020, + "rshares": 953427654, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 72244815652, - "voter": "derekareith" + "reputation": 213944110649, + "rshares": 1349689922, + "voter": "pump" }, { "percent": "10000", - "reputation": 36017089082, - "rshares": 536844198, - "voter": "rxhector" + "reputation": 9611048410314, + "rshares": 24388936994, + "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 16268327469, - "voter": "picokernel" + "reputation": 568560955800, + "rshares": 35582191084, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 660910633272, - "voter": "slowwalker" + "reputation": 28445884, + "rshares": 213031132, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 3181753819665, - "rshares": 9842372914, - "voter": "jay4u" + "reputation": 58190631451, + "rshares": 17538610386, + "voter": "proto" }, { "percent": "10000", - "reputation": 223278762484, - "rshares": 16477715090, - "voter": "jazzka" + "reputation": 19817905281, + "rshares": 198124022, + "voter": "jasen.g1311" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 499737940301, - "voter": "neoxian" + "reputation": 153480676290, + "rshares": 618911664, + "voter": "curator" }, { "percent": "10000", - "reputation": 255936097265, - "rshares": 10797714882, - "voter": "seanmchughart" + "reputation": 23895195044, + "rshares": 184772599, + "voter": "bitmap" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 680517621, - "voter": "busser" + "reputation": 6264990277085, + "rshares": 17685013006, + "voter": "pinkisland" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3470648646, - "voter": "owdy" + "reputation": 7172977970558, + "rshares": 2584557116, + "voter": "ace108" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 794499759, - "voter": "nobreku" + "reputation": 6796361134481, + "rshares": 8339742294, + "voter": "trisnawati" }, { "percent": "10000", - "reputation": 736644764370, - "rshares": 1370710374478, - "voter": "renohq" + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 151022514974, - "voter": "knircky" + "reputation": 12521809, + "rshares": 230369143, + "voter": "dubraman" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 10779739131, - "voter": "ausbitbank" + "reputation": 0, + "rshares": 417962899, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 150871085450, - "voter": "jacor" + "reputation": -2287580630, + "rshares": 1979512137, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 248223472, - "voter": "ardina" + "reputation": 0, + "rshares": 224168164, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 899920858191, - "rshares": 1158345558, - "voter": "mixa" + "reputation": 10552456597779, + "rshares": 2227478619, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 1371681467487, - "rshares": 7881390369, - "voter": "autosmile13" + "reputation": 54192730483, + "rshares": 230793710, + "voter": "ethanjames" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 787490889, - "voter": "dicov" + "reputation": 1416246303584, + "rshares": 10469291420, + "voter": "michaeldodridge" }, { "percent": "10000", "reputation": 0, - "rshares": 975960321, - "voter": "steem1653" + "rshares": 78475461, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 0, - "rshares": 47588505300, - "voter": "mraytekin" + "reputation": 5774005265165, + "rshares": 4876340947, + "voter": "logic" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4208924524, - "voter": "gikitiki" + "reputation": 16914207527051, + "rshares": 35361125351, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 658407157113, - "rshares": 649264993, - "voter": "cherish" + "reputation": 1841035810445, + "rshares": 2988238537, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 1856960836286, - "rshares": 18938670372, - "voter": "fulltimegeek" + "reputation": 136260156259, + "rshares": 173762521, + "voter": "kibela" }, { "percent": "10000", - "reputation": 9968156990, - "rshares": 60733429297, - "voter": "flyingmind" + "reputation": 1771004589580, + "rshares": 722574736, + "voter": "steemuwe" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2932515645, - "voter": "steemit-life" + "reputation": 17218558634066, + "rshares": 14373499173, + "voter": "smailer" }, { "percent": "10000", - "reputation": 338909620445, - "rshares": 11624349212, - "voter": "blockchainbilly" + "reputation": -1193908062262, + "rshares": 125694309, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10812654445, - "voter": "asim" + "reputation": 6699598900, + "rshares": 115172592, + "voter": "wunju" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 197128910495, - "voter": "jesta" + "reputation": 106557133024, + "rshares": 27615942007, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 32289566590, - "voter": "toxonaut" + "reputation": 2227557428863, + "rshares": 7315085779, + "voter": "sulev" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4987849891, - "voter": "thegoodguy" + "reputation": 2413145659228, + "rshares": 2686047894, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 114935388111, - "voter": "paco" + "reputation": 138974533507, + "rshares": 897456559, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 341997198874, - "voter": "bobbylee" - }, - { - "percent": "0", - "reputation": 11644551965460, - "rshares": 273908278, - "voter": "senseiteekay" + "reputation": 38706448983317, + "rshares": 94907155607, + "voter": "sterlinluxan" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4186734879, - "voter": "karen13" + "reputation": 134736123867, + "rshares": 18091703755, + "voter": "lsc9999" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 16492980227, - "voter": "dwinblood" + "reputation": 59131994286, + "rshares": 934141435, + "voter": "neowenyuan27" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24943551288, - "voter": "igster" + "reputation": 979379098872, + "rshares": 1595890774, + "voter": "spinner" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6008579254, - "voter": "cryptosi" + "reputation": 645928796745, + "rshares": 3084766274, + "voter": "walkerlv" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11682182138, - "voter": "meesterboom" + "reputation": 206406209371, + "rshares": 1820530379, + "voter": "lpninja" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 12193025165, - "voter": "jaycobbell" + "reputation": 8806485920347, + "rshares": 28525233157, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 3879998019826, - "rshares": 4336101267, - "voter": "juvyjabian" + "reputation": 119634591988, + "rshares": 1648247415, + "voter": "ba-boo" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 12079652710, - "voter": "bycz" + "reputation": 4046144208870, + "rshares": 1688104292, + "voter": "webosfritos" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 369337292, - "voter": "karenmckersie" + "reputation": 40835071879, + "rshares": 1635188948, + "voter": "dirty.hera" }, { "percent": "10000", - "reputation": 2087820513398, - "rshares": 128370003552, - "voter": "gbert" + "reputation": 6931641798, + "rshares": 112431913, + "voter": "andrew-charles" }, { "percent": "10000", - "reputation": 928901384552, - "rshares": 19222954774, - "voter": "grolelo" + "reputation": 49283901870, + "rshares": 997749834, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 70373803968, - "voter": "inertia" + "reputation": 3278418228934, + "rshares": 1506415282, + "voter": "karenb54" }, { "percent": "10000", - "reputation": 2347565634738, - "rshares": 9908593396, - "voter": "shla-rafia" + "reputation": 988942038058, + "rshares": 51552229737, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 41822608821, - "voter": "milestone" + "reputation": 1275505236, + "rshares": 8767391896, + "voter": "taker" }, { "percent": "10000", - "reputation": 777812727227, - "rshares": 18659667015, - "voter": "artific" + "reputation": 36625546797, + "rshares": 779260259, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6784977045, - "voter": "lichtblick" + "reputation": 10137266406870, + "rshares": 6470796678, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 21311317281, - "voter": "creemej" + "reputation": 4116067655741, + "rshares": 2080154370, + "voter": "sykochica" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 106025345, - "voter": "wildchild" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 2974404080988, - "rshares": 118292596778, - "voter": "demotruk" + "reputation": 11856501387697, + "rshares": 40064325570, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1234131079581, - "rshares": 4286117468, - "voter": "r-niki09" + "reputation": 4232493695535, + "rshares": 2325051245, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 3040770542655, - "rshares": 9960731311, - "voter": "warrensteem" + "reputation": 89039117574, + "rshares": 16805530814, + "voter": "bulkygangsta" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1481735585, - "voter": "natali22" + "reputation": 4964569405579, + "rshares": 4118606269, + "voter": "dumar022" }, { "percent": "10000", - "reputation": 13139621251056, - "rshares": 85481536565, - "voter": "manthostsakirid" + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 11429270871, - "rshares": 5346780959, - "voter": "pierregi" + "reputation": 604356859725, + "rshares": 2551354377, + "voter": "pdogg147" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1981381997, - "voter": "the-future" + "reputation": 90565359983, + "rshares": 25324366400, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 2096076988, - "rshares": 239427456, - "voter": "seafarer124" + "reputation": 3803717948969, + "rshares": 18320616763, + "voter": "flandude" }, { "percent": "10000", - "reputation": 692822335938, - "rshares": 234467072, - "voter": "keyser" + "reputation": 1320262999851, + "rshares": 2318336686, + "voter": "naturalista" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12702349860, - "voter": "nippel66" + "reputation": 3194641726781, + "rshares": 22434961294, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3069488172, - "voter": "imp3" + "reputation": 1127978824162, + "rshares": 1838772325, + "voter": "feelapi" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12602496211, - "voter": "phenom" + "reputation": 75109707260, + "rshares": 58659307703, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 38509112108, - "voter": "mynameisbrian" + "reputation": 4321340596238, + "rshares": 4550399343, + "voter": "asdes" }, { "percent": "10000", - "reputation": 3941133391991, - "rshares": 8088797655, - "voter": "peacekeeper" + "reputation": 512132085322, + "rshares": 10390641274, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2424257783, - "voter": "sgnsteems" + "reputation": 7989197237827, + "rshares": 19070772133, + "voter": "essra" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 200503211266, - "voter": "blueorgy" + "reputation": 25724194555647, + "rshares": 36277428171, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 12138236700, - "voter": "benjiberigan" + "reputation": 22613377010, + "rshares": 67952487, + "voter": "kurzer42" }, { "percent": "10000", - "reputation": 57820199104417, - "rshares": 98869306687, - "voter": "opheliafu" + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" }, { "percent": "10000", - "reputation": 782596410473, - "rshares": 4481413651, - "voter": "poseidon" + "reputation": 2287220532946, + "rshares": 1853055846, + "voter": "achim86" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 262655303604, - "voter": "calaber24p" + "reputation": 144042539115, + "rshares": 616300732, + "voter": "baryonlee" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477776250, - "voter": "davidr" + "reputation": 0, + "rshares": 3967400693, + "voter": "ullikume" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 19970133668, - "voter": "mustafaomar" + "reputation": 1588149895, + "rshares": 65033039, + "voter": "whileoutsanch" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14310729575, - "voter": "all-of-us" + "reputation": 2637292041469, + "rshares": 5846804532, + "voter": "minion" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123371166, - "voter": "bobo012" + "reputation": 3271549714172, + "rshares": 1284462571, + "voter": "andrew0" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 24627774216, - "voter": "ubg" + "reputation": 2962259788063, + "rshares": 6587739020, + "voter": "stephen.king989" }, { "percent": "10000", - "reputation": 1754841072080, - "rshares": 815526334, - "voter": "rkpl" + "reputation": 12393203621507, + "rshares": 25546076206, + "voter": "omfedor" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8242655094, - "voter": "magz8716" + "reputation": 0, + "rshares": 63173510, + "voter": "apophene" }, { "percent": "10000", - "reputation": 8897174175, - "rshares": 200869173, - "voter": "eclipse0" + "reputation": 2021353867281, + "rshares": 6922321221, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7024182360, - "voter": "geronimo" + "reputation": 519457263879, + "rshares": 62581334482, + "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 116856214624, - "rshares": 3434139678, - "voter": "bones" + "reputation": 5836792362, + "rshares": 65973534, + "voter": "sky.max" }, { "percent": "10000", - "reputation": 2147203047336, - "rshares": 14323666529, - "voter": "exitmass" + "reputation": 1685450515149, + "rshares": 3424311094, + "voter": "steemleak" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2280809650, - "voter": "vlad" + "reputation": 898801272252, + "rshares": 1925325080, + "voter": "t3ran13" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3084804931, - "voter": "azurejasper" + "reputation": 2464511443415, + "rshares": 1873927040, + "voter": "alitas" }, { "percent": "10000", - "reputation": 4727020133419, - "rshares": 3158811913, - "voter": "travelista" + "reputation": 11122126920308, + "rshares": 3794430611, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 7740774800016, - "rshares": 26588833056, - "voter": "beowulfoflegend" + "reputation": 0, + "rshares": 1156263039, + "voter": "paynode" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 21139844855, - "voter": "deanliu" + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3984144472, - "voter": "cryptohustlin" + "reputation": 84243674408, + "rshares": 118079903, + "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 18543451869, - "voter": "celsius100" + "reputation": 311638758804, + "rshares": 299688720, + "voter": "rusteller" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 35221621896, - "voter": "sauravrungta" + "reputation": 7767180487460, + "rshares": 9179709205, + "voter": "gargon" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 13067561597, - "voter": "shredlord" + "reputation": 1269864429223, + "rshares": 2432198158, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 78626939838, - "voter": "rea" + "reputation": 81444006110, + "rshares": 107705017, + "voter": "jonasontheroof" }, { "percent": "10000", - "reputation": 20864274854, - "rshares": 123006291, - "voter": "mumslittlesecret" + "reputation": 3740136030964, + "rshares": 687859719, + "voter": "future24" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 1557454956, - "voter": "foxxycat" + "reputation": 971138, + "rshares": 63395918, + "voter": "jjt333" }, { "percent": "10000", - "reputation": -775526496810, - "rshares": 1478779307, - "voter": "cryptocurrency1" + "reputation": 191217797933, + "rshares": 60723654, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 2632564148, - "rshares": 5203558907, - "voter": "zelgald1" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 40107084, - "rshares": 158969085, - "voter": "xand" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203797698506, - "voter": "jl777" + "reputation": 0, + "rshares": 10947074722, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1016329703765, - "voter": "james212" - }, + "reputation": 303910488530, + "rshares": 10081869814, + "voter": "goingpaper" + }, { "percent": "10000", - "reputation": 1991682076199, - "rshares": 23981167639, - "voter": "steemed-open" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1720969991, - "voter": "yarly" + "reputation": 2144720103876, + "rshares": 3917021531, + "voter": "alchemage" }, { "percent": "10000", - "reputation": 0, - "rshares": 260899548, - "voter": "yarly2" + "reputation": 3552896427510, + "rshares": 14627081187, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 0, - "rshares": 261290501, - "voter": "yarly3" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 0, - "rshares": 151145512, - "voter": "yarly4" + "reputation": 6755300029, + "rshares": 1675077833, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 0, - "rshares": 151999037, - "voter": "yarly5" + "reputation": 33467338593, + "rshares": 73603234, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 0, - "rshares": 86657502, - "voter": "yarly7" + "reputation": 28335136369, + "rshares": 1588889351, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 122460178863, - "rshares": 4927809418, - "voter": "masterinvestor" + "reputation": 1943068087, + "rshares": 61600623, + "voter": "lennon15" }, { "percent": "10000", - "reputation": 1639613775527, - "rshares": 3406946967, - "voter": "jedau" + "reputation": 4130836907564, + "rshares": 17970298536, + "voter": "highlite" }, { "percent": "10000", - "reputation": 161079803820, - "rshares": 56725443628, - "voter": "arcurus" + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 10739630699, - "rshares": 120677335, - "voter": "yorg" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 58265386995, - "rshares": 3720069646, - "voter": "bristolchris72" + "reputation": 9332405310628, + "rshares": 28579615756, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 5078296488269, - "rshares": 7647306705, - "voter": "moon32walker" + "reputation": 13895575208, + "rshares": 57481384, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 662320934570, - "rshares": 393457418, - "voter": "ladypenelope1" + "reputation": 37279727062, + "rshares": 1309455764, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13473490203, - "voter": "carlidos" + "reputation": 289207830105, + "rshares": 59810686, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 2997941608767, - "rshares": 6230724868, - "voter": "tony.jennings" + "reputation": 0, + "rshares": 54893894, + "voter": "loli" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 682664725, - "voter": "tobythecat" + "reputation": 2118792724924, + "rshares": 81461672884, + "voter": "miacats" }, { "percent": "10000", - "reputation": 270533787248, - "rshares": 795632907, - "voter": "mohammed123" + "reputation": 7436429161346, + "rshares": 11447630746, + "voter": "mione" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2582382925, - "voter": "sompitonov" + "reputation": 15841196427096, + "rshares": 29986790359, + "voter": "bitcalm" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 442885717, - "voter": "quigua" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 116644609, - "voter": "activcat" + "reputation": 497846177749, + "rshares": 575708182, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14847664684, - "voter": "lemooljiang" + "reputation": 6058270767116, + "rshares": 5952109950, + "voter": "gonzo" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 11610253345, - "voter": "winstonwolfe" + "reputation": 2516486135, + "rshares": 61999379, + "voter": "pbelavin" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 953427654, - "voter": "happyphoenix" + "reputation": 11525643543, + "rshares": 60675123, + "voter": "olya" }, { "percent": "10000", - "reputation": 213944110649, - "rshares": 1349689922, - "voter": "pump" + "reputation": 3814152361740, + "rshares": 9257890587, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 9611048410314, - "rshares": 24388936994, - "voter": "team-leibniz" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 35582191084, - "voter": "fatboy" + "reputation": 4637390447698, + "rshares": 1157289591, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 213031132, - "voter": "shadyonline" + "reputation": 13325577893779, + "rshares": 11671532030, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 17538610386, - "voter": "proto" + "reputation": 23206755125, + "rshares": 66308441, + "voter": "kana" }, { "percent": "10000", - "reputation": 19817905281, - "rshares": 198124022, - "voter": "jasen.g1311" + "reputation": -30464467585, + "rshares": 79579732, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618911664, - "voter": "curator" + "reputation": 7250270199, + "rshares": 64045050, + "voter": "trimpy" }, { "percent": "10000", - "reputation": 23895195044, - "rshares": 184772599, - "voter": "bitmap" + "reputation": 40078121577, + "rshares": 596060484, + "voter": "chanbam" }, { "percent": "10000", - "reputation": 6264990277085, - "rshares": 17685013006, - "voter": "pinkisland" + "reputation": 67427595157518, + "rshares": 621427424611, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 7172977970558, - "rshares": 2584557116, - "voter": "ace108" + "reputation": 18105338219923, + "rshares": 14942853195, + "voter": "kafkanarchy84" }, { "percent": "10000", - "reputation": 6796361134481, - "rshares": 8339742294, - "voter": "trisnawati" + "reputation": -52839282898, + "rshares": 294939619, + "voter": "crezyliza" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" + "reputation": 0, + "rshares": 1310778341, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": 12521809, - "rshares": 230369143, - "voter": "dubraman" + "reputation": 11448117997, + "rshares": 60676812, + "voter": "alfaman" }, { "percent": "10000", - "reputation": 0, - "rshares": 417962899, - "voter": "yarly10" + "reputation": 8478564, + "rshares": 60508508, + "voter": "kskaizen" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1979512137, - "voter": "alex.chien" + "reputation": 0, + "rshares": 273090956, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 0, - "rshares": 224168164, - "voter": "yarly11" + "reputation": 24073624840, + "rshares": 2460226113, + "voter": "madoff" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2227478619, - "voter": "royalmacro" + "reputation": 419194490202, + "rshares": 177551069, + "voter": "truthmomma" }, { "percent": "10000", - "reputation": 54192730483, - "rshares": 230793710, - "voter": "ethanjames" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 10469291420, - "voter": "michaeldodridge" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 78475461, - "voter": "yarly12" + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 5774005265165, - "rshares": 4876340947, - "voter": "logic" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35361125351, - "voter": "celebr1ty" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 2988238537, - "voter": "bkkshadow" + "reputation": 1985439257, + "rshares": 88039262242, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 173762521, - "voter": "kibela" + "reputation": 156837664557, + "rshares": 108500792, + "voter": "how2steemit" }, { "percent": "10000", - "reputation": 1771004589580, - "rshares": 722574736, - "voter": "steemuwe" + "reputation": 951754559495, + "rshares": 1265825098, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14373499173, - "voter": "smailer" + "reputation": 2646106119988, + "rshares": 4233723681, + "voter": "chaospoet" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 125694309, - "voter": "steemster1" + "reputation": 5427607111677, + "rshares": 7865280376, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 6699598900, - "rshares": 115172592, - "voter": "wunju" + "reputation": -49397634, + "rshares": 70361224, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 106557133024, - "rshares": 27615942007, - "voter": "solidgold" + "reputation": 5385371031617, + "rshares": 4080936853, + "voter": "mada" }, { "percent": "10000", - "reputation": 2227557428863, - "rshares": 7315085779, - "voter": "sulev" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 2686047894, - "voter": "dmilash" + "reputation": 31757322861, + "rshares": 59465570, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 897456559, - "voter": "mar1978co" + "reputation": 2140537429766, + "rshares": 17450916624, + "voter": "yef99" }, { "percent": "10000", - "reputation": 38706448983317, - "rshares": 94907155607, - "voter": "sterlinluxan" + "reputation": 401217888, + "rshares": 375942824, + "voter": "mig641" }, { "percent": "10000", - "reputation": 134736123867, - "rshares": 18091703755, - "voter": "lsc9999" + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 59131994286, - "rshares": 934141435, - "voter": "neowenyuan27" + "reputation": 425267052246, + "rshares": 102508772, + "voter": "ultimus" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1595890774, - "voter": "spinner" + "reputation": 1130219064888, + "rshares": 23597464903, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 645928796745, - "rshares": 3084766274, - "voter": "walkerlv" + "reputation": 1228265260257, + "rshares": 925692996, + "voter": "rittr" }, { "percent": "10000", - "reputation": 206406209371, - "rshares": 1820530379, - "voter": "lpninja" + "reputation": 24788603142, + "rshares": 71553795021, + "voter": "richhorn" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 28525233157, - "voter": "jasonstaggers" + "reputation": 305959994445, + "rshares": 252786568, + "voter": "freerubens" }, { "percent": "10000", - "reputation": 119634591988, - "rshares": 1648247415, - "voter": "ba-boo" + "reputation": 503220992718, + "rshares": 99518963, + "voter": "claudia" }, { "percent": "10000", - "reputation": 4046144208870, - "rshares": 1688104292, - "voter": "webosfritos" + "reputation": 310309073633, + "rshares": 1827230289, + "voter": "erroneous-logic" }, { "percent": "10000", - "reputation": 40835071879, - "rshares": 1635188948, - "voter": "dirty.hera" + "reputation": 28176351271250, + "rshares": 63139786004, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 6931641798, - "rshares": 112431913, - "voter": "andrew-charles" + "reputation": 17140629596244, + "rshares": 42188225139, + "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 997749834, - "voter": "metaflute" + "reputation": 4112973711517, + "rshares": 7617052564, + "voter": "generation.easy" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 1506415282, - "voter": "karenb54" + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 51552229737, - "voter": "gomeravibz" + "reputation": 3244771590977, + "rshares": 46122163873, + "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8767391896, - "voter": "taker" + "reputation": 9053611702217, + "rshares": 6745333673, + "voter": "sethlinson" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 779260259, - "voter": "pakisnxt" + "reputation": 11490547563070, + "rshares": 12311864870, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6470796678, - "voter": "nekromarinist" + "reputation": 32644559975, + "rshares": 59326163, + "voter": "ajavajive" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 2080154370, - "voter": "sykochica" + "reputation": 3725920343994, + "rshares": 7447646500, + "voter": "booky" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 3485898605376, + "rshares": 2396267979, + "voter": "naquoya" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 40064325570, - "voter": "allasyummyfood" + "reputation": 653929887952, + "rshares": 1429032739, + "voter": "truthandanarchy" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 2325051245, - "voter": "french.fyde" + "reputation": 1159303098899, + "rshares": 1499984615, + "voter": "roland.haynes" }, { "percent": "10000", - "reputation": 89039117574, - "rshares": 16805530814, - "voter": "bulkygangsta" + "reputation": 213531879282, + "rshares": 3059436667, + "voter": "mistowed" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 4118606269, - "voter": "dumar022" + "reputation": 6300363201553, + "rshares": 12928403204, + "voter": "mandibil" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 52102443, - "voter": "lillianjones" + "reputation": 1903578632, + "rshares": 58915402, + "voter": "ssashem" }, { "percent": "10000", - "reputation": 604356859725, - "rshares": 2551354377, - "voter": "pdogg147" + "reputation": 1021682513, + "rshares": 58793663, + "voter": "mdx5009" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 25324366400, - "voter": "rawnetics" + "reputation": 56301289091, + "rshares": 56464079, + "voter": "ericbelsey" }, { "percent": "10000", - "reputation": 3803717948969, - "rshares": 18320616763, - "voter": "flandude" + "reputation": 1876749044289, + "rshares": 1848088854, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 1320262999851, - "rshares": 2318336686, - "voter": "naturalista" + "reputation": 68335930859, + "rshares": 60157039, + "voter": "justinschwalm" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22434961294, - "voter": "laoyao" + "reputation": 1734036671982, + "rshares": 998446054, + "voter": "therealpaul" }, { "percent": "10000", - "reputation": 1127978824162, - "rshares": 1838772325, - "voter": "feelapi" + "reputation": 896116963054, + "rshares": 255814908783, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 75109707260, - "rshares": 58659307703, - "voter": "persianqueen" + "reputation": 915016, + "rshares": 56264526, + "voter": "drsamkhan" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 4550399343, - "voter": "asdes" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 10390641274, - "voter": "viktor.phuket" + "reputation": 784318201, + "rshares": 58484155, + "voter": "shurik" }, { "percent": "10000", - "reputation": 7989197237827, - "rshares": 19070772133, - "voter": "essra" + "reputation": 53098184238, + "rshares": 84529934, + "voter": "sjjohnson" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 36277428171, - "voter": "timsaid" + "reputation": 366529203171, + "rshares": 227167546, + "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 22613377010, - "rshares": 67952487, - "voter": "kurzer42" + "reputation": 10614920699, + "rshares": 236254009, + "voter": "miscreantpie" }, { "percent": "10000", - "reputation": 76182528096, - "rshares": 64812629, - "voter": "coderg" + "reputation": 0, + "rshares": 56975248, + "voter": "nearbyfar" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 1853055846, - "voter": "achim86" + "reputation": 101814429368, + "rshares": 86244910, + "voter": "ragingliberty" }, { "percent": "10000", - "reputation": 144042539115, - "rshares": 616300732, - "voter": "baryonlee" + "reputation": 1480652550326, + "rshares": 1283755290, + "voter": "lenar" }, { "percent": "10000", - "reputation": 0, - "rshares": 3967400693, - "voter": "ullikume" + "reputation": 335003583191, + "rshares": 89325487, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 1588149895, - "rshares": 65033039, - "voter": "whileoutsanch" + "reputation": 460529871, + "rshares": 58137464, + "voter": "shamas" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 5846804532, - "voter": "minion" + "reputation": 18957179674, + "rshares": 54557266, + "voter": "uri-bruck" }, { "percent": "10000", - "reputation": 3271549714172, - "rshares": 1284462571, - "voter": "andrew0" + "reputation": 341202534995, + "rshares": 249682983, + "voter": "elemenya" }, { "percent": "10000", - "reputation": 2962259788063, - "rshares": 6587739020, - "voter": "stephen.king989" + "reputation": 3144994876819, + "rshares": 1167418613, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 12393203621507, - "rshares": 25546076206, - "voter": "omfedor" + "reputation": 149085976126, + "rshares": 116563077, + "voter": "billstclair" }, { "percent": "10000", - "reputation": 0, - "rshares": 63173510, - "voter": "apophene" + "reputation": 4272392942041, + "rshares": 3409304031, + "voter": "ats-david" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 6922321221, - "voter": "kurtbeil" + "reputation": 2516108074649, + "rshares": 710738936, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 519457263879, - "rshares": 62581334482, - "voter": "poteshnik83" + "reputation": 17676358821986, + "rshares": 17764396323, + "voter": "krnel" }, { "percent": "10000", - "reputation": 5836792362, - "rshares": 65973534, - "voter": "sky.max" + "reputation": 4409431615794, + "rshares": 3971452838, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 1685450515149, - "rshares": 3424311094, - "voter": "steemleak" + "reputation": 4818398060873, + "rshares": 69616879764, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 898801272252, - "rshares": 1925325080, - "voter": "t3ran13" + "reputation": 1391859553453, + "rshares": 56770079081, + "voter": "skum" }, { "percent": "10000", - "reputation": 2464511443415, - "rshares": 1873927040, - "voter": "alitas" + "reputation": 148753941, + "rshares": 57818149, + "voter": "anarchoali" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3794430611, - "voter": "oflyhigh" + "reputation": 630803487, + "rshares": 39491354483, + "voter": "simon-says" }, { "percent": "10000", - "reputation": 0, - "rshares": 1156263039, - "voter": "paynode" + "reputation": 171590615597, + "rshares": 97612779, + "voter": "trendwizard" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 56272514, - "voter": "nickche" + "reputation": 10684992176630, + "rshares": 5102281955, + "voter": "quinneaker" }, { "percent": "10000", - "reputation": 84243674408, - "rshares": 118079903, - "voter": "erikkartmen" + "reputation": 250066271138, + "rshares": 76279116, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 311638758804, - "rshares": 299688720, - "voter": "rusteller" + "reputation": 6996617613365, + "rshares": 9228974854, + "voter": "aaronkoenig" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 9179709205, - "voter": "gargon" + "reputation": 225178513133, + "rshares": 56574870, + "voter": "dazedbunny" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2432198158, - "voter": "kainmarx" + "reputation": 72035128429, + "rshares": 57567795, + "voter": "dabrarital1972" }, { "percent": "10000", - "reputation": 81444006110, - "rshares": 107705017, - "voter": "jonasontheroof" + "reputation": 855097842923, + "rshares": 11731636261, + "voter": "darrantrute" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 687859719, - "voter": "future24" + "reputation": 682893592, + "rshares": 688885608, + "voter": "gear66" }, { "percent": "10000", - "reputation": 971138, - "rshares": 63395918, - "voter": "jjt333" + "reputation": 1505238830807, + "rshares": 62339129, + "voter": "linzo" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 60723654, - "voter": "zionuziriel" + "reputation": 4254380753805, + "rshares": 1956423616, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 328071459, + "rshares": 57388719, + "voter": "jerryt" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 1409339812298, + "rshares": 453480300, + "voter": "eight-rad" }, { "percent": "10000", "reputation": 0, - "rshares": 10947074722, - "voter": "thebotkiller" + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 10081869814, - "voter": "goingpaper" + "reputation": 59794878176, + "rshares": 77004567, + "voter": "chrisaiki" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 3573461197670, + "rshares": 14327247506, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 2144720103876, - "rshares": 3917021531, - "voter": "alchemage" + "reputation": 8113893564, + "rshares": 67088669, + "voter": "donneker" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 14627081187, - "voter": "scaredycatguide" + "reputation": 1736702154666, + "rshares": 2329922688, + "voter": "xanoxt" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 20797221470, + "rshares": 1749458412, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 1675077833, - "voter": "nonamer" + "reputation": 651373865756, + "rshares": 113334105, + "voter": "team101" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 73603234, - "voter": "sijoittaja" + "reputation": 2721887929533, + "rshares": 4405532893, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588889351, - "voter": "erikclark13" + "reputation": 7201037674, + "rshares": 1840952000, + "voter": "athleteyoga" }, { "percent": "10000", - "reputation": 1943068087, - "rshares": 61600623, - "voter": "lennon15" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 4130836907564, - "rshares": 17970298536, - "voter": "highlite" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 73061236, - "voter": "evgenyche" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 1358153764645, + "rshares": 1327049009, + "voter": "leneg" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 28579615756, - "voter": "mrosenquist" + "reputation": 7550126154892, + "rshares": 2986817294, + "voter": "highimpactflix" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 57481384, - "voter": "stevescriber" + "reputation": 25508059, + "rshares": 54547175, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1309455764, - "voter": "bledarus" + "reputation": 3755265902762, + "rshares": 3287104484, + "voter": "l0k1" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 59810686, - "voter": "elenirossidou" + "reputation": 232802458264, + "rshares": 16196774297, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 0, - "rshares": 54893894, - "voter": "loli" + "reputation": 18088143027, + "rshares": 52516313, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81461672884, - "voter": "miacats" + "reputation": 903679, + "rshares": 56681877, + "voter": "powerserge" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11447630746, - "voter": "mione" + "reputation": 269774223718, + "rshares": 780844402, + "voter": "cardsanarchy" }, { "percent": "10000", - "reputation": 15841196427096, - "rshares": 29986790359, - "voter": "bitcalm" + "reputation": 1511945712631, + "rshares": 2750647702, + "voter": "sift666" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 575708182, - "voter": "ashwim" + "reputation": 2121626708565, + "rshares": 2609970704, + "voter": "titusfrost" }, { "percent": "10000", - "reputation": 6058270767116, - "rshares": 5952109950, - "voter": "gonzo" + "reputation": 1919986626165, + "rshares": 1792686510, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 2516486135, - "rshares": 61999379, - "voter": "pbelavin" + "reputation": 785171622834, + "rshares": 5979054333, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 11525643543, - "rshares": 60675123, - "voter": "olya" + "reputation": 14234029697181, + "rshares": 9796135525, + "voter": "gardenofeden" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 9257890587, - "voter": "matrixdweller" + "reputation": 1134384219489, + "rshares": 17333040473, + "voter": "oldstone" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 949895649943, + "rshares": 590662773, + "voter": "nebcat" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1157289591, - "voter": "chinadaily" + "reputation": 966857371343, + "rshares": 1626592384, + "voter": "houseofhayden" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11671532030, - "voter": "kyriacos" + "reputation": 12539394694005, + "rshares": 2859666436, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 23206755125, - "rshares": 66308441, - "voter": "kana" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 79579732, - "voter": "pompe72" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 7250270199, - "rshares": 64045050, - "voter": "trimpy" + "reputation": 8442182311998, + "rshares": 9624323340, + "voter": "ionescur" }, { "percent": "10000", - "reputation": 40078121577, - "rshares": 596060484, - "voter": "chanbam" + "reputation": 262756573957, + "rshares": 568396247, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 621427424611, - "voter": "dollarvigilante" + "reputation": 1797155307423, + "rshares": 379926525, + "voter": "shieha" }, { "percent": "10000", - "reputation": 18105338219923, - "rshares": 14942853195, - "voter": "kafkanarchy84" + "reputation": 1881301815, + "rshares": 55267919, + "voter": "husni12" }, { "percent": "10000", - "reputation": -52839282898, - "rshares": 294939619, - "voter": "crezyliza" + "reputation": 640164473382, + "rshares": 56143941, + "voter": "zettar" }, { "percent": "10000", - "reputation": 0, - "rshares": 1310778341, - "voter": "kollapsik" + "reputation": 2840774649947, + "rshares": 16416600177, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 11448117997, - "rshares": 60676812, - "voter": "alfaman" + "reputation": 2856930496335, + "rshares": 3325509658, + "voter": "nubchai" }, { "percent": "10000", - "reputation": 8478564, - "rshares": 60508508, - "voter": "kskaizen" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 0, - "rshares": 273090956, - "voter": "jimmytwoshoes" + "reputation": 57977501, + "rshares": 1155867788, + "voter": "gerasim" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2460226113, - "voter": "madoff" + "reputation": 5949422263, + "rshares": 181104581892, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 419194490202, - "rshares": 177551069, - "voter": "truthmomma" + "reputation": 988835724525, + "rshares": 381939549, + "voter": "kiwideb" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 193759655472, + "rshares": 118513189, + "voter": "rebeccaryan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 2483815670577, + "rshares": 4197757012, + "voter": "richardjuckes" }, { "percent": "10000", "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 88039262242, - "voter": "icfiedler" + "reputation": 630212931199, + "rshares": 182932028, + "voter": "jiacyhb" }, { "percent": "10000", - "reputation": 156837664557, - "rshares": 108500792, - "voter": "how2steemit" + "reputation": 3533625673, + "rshares": 22137850477, + "voter": "dubi" }, { "percent": "10000", - "reputation": 951754559495, - "rshares": 1265825098, - "voter": "laconicflow" - }, + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, { "percent": "10000", - "reputation": 2646106119988, - "rshares": 4233723681, - "voter": "chaospoet" + "reputation": 1810829967, + "rshares": 2818550699, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 7865280376, - "voter": "jaredcwillis" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 70361224, - "voter": "vasilii" + "reputation": 61903571255, + "rshares": 52379269, + "voter": "jessicalu" }, { "percent": "10000", - "reputation": 5385371031617, - "rshares": 4080936853, - "voter": "mada" + "reputation": 10136601, + "rshares": 704798537, + "voter": "mjhomb" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 244886998614, + "rshares": 204496842, + "voter": "irininich" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 59465570, - "voter": "mrlogic" + "reputation": 2609275826131, + "rshares": 94397808, + "voter": "alina1" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17450916624, - "voter": "yef99" + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375942824, - "voter": "mig641" + "reputation": 0, + "rshares": 51680032, + "voter": "rocknrolldm" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 52342236, - "voter": "kamil5" + "reputation": 2332975763185, + "rshares": 56372318, + "voter": "patelincho" }, { "percent": "10000", - "reputation": 425267052246, - "rshares": 102508772, - "voter": "ultimus" + "reputation": 304603834882, + "rshares": 387594274, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 23597464903, - "voter": "andrewawerdna" + "reputation": -119859903423, + "rshares": 72893380, + "voter": "and030380" }, { "percent": "10000", - "reputation": 1228265260257, - "rshares": 925692996, - "voter": "rittr" + "reputation": 737348426612, + "rshares": 512115897, + "voter": "lifeworship" }, { "percent": "10000", - "reputation": 24788603142, - "rshares": 71553795021, - "voter": "richhorn" + "reputation": 0, + "rshares": 331535276, + "voter": "bones261" }, { "percent": "10000", - "reputation": 305959994445, - "rshares": 252786568, - "voter": "freerubens" + "reputation": 8671572242235, + "rshares": 3251961115, + "voter": "mariandavp" }, { "percent": "10000", - "reputation": 503220992718, - "rshares": 99518963, - "voter": "claudia" + "reputation": 19674745811334, + "rshares": 63268404844, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 310309073633, - "rshares": 1827230289, - "voter": "erroneous-logic" + "reputation": 26215514, + "rshares": 26539184869, + "voter": "brains" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 63139786004, - "voter": "barrycooper" + "reputation": 3138405687, + "rshares": 54744688, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 17140629596244, - "rshares": 42188225139, - "voter": "dragonanarchist" + "reputation": 353288883728, + "rshares": 463572260, + "voter": "floweroflife" }, { "percent": "10000", - "reputation": 4112973711517, - "rshares": 7617052564, - "voter": "generation.easy" + "reputation": 294937368742, + "rshares": 3377536592, + "voter": "steemokto" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 78411391, - "voter": "joelbow" + "reputation": 70707045777, + "rshares": 59536536, + "voter": "knight-angel" }, { "percent": "10000", - "reputation": 3244771590977, - "rshares": 46122163873, - "voter": "albensilverberg" + "reputation": 2697602494482, + "rshares": 1556127909, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 9053611702217, - "rshares": 6745333673, - "voter": "sethlinson" + "reputation": 4408882617025, + "rshares": 700644632, + "voter": "jillwirt" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12311864870, - "voter": "hilarski" + "reputation": 0, + "rshares": 620060701, + "voter": "bones555" }, { "percent": "10000", - "reputation": 32644559975, - "rshares": 59326163, - "voter": "ajavajive" + "reputation": -674983067, + "rshares": 54165586, + "voter": "yegor" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7447646500, - "voter": "booky" + "reputation": 1586351489943, + "rshares": 824426750, + "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 3485898605376, - "rshares": 2396267979, - "voter": "naquoya" + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" }, { "percent": "10000", - "reputation": 653929887952, - "rshares": 1429032739, - "voter": "truthandanarchy" + "reputation": 8189791438741, + "rshares": 11198455080, + "voter": "skypilot" }, { "percent": "10000", - "reputation": 1159303098899, - "rshares": 1499984615, - "voter": "roland.haynes" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 213531879282, - "rshares": 3059436667, - "voter": "mistowed" + "reputation": 861400654873, + "rshares": 1274868167, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 12928403204, - "voter": "mandibil" + "reputation": 1455592982586, + "rshares": 533336221, + "voter": "alwayzgame" }, { "percent": "10000", - "reputation": 1903578632, - "rshares": 58915402, - "voter": "ssashem" + "reputation": 235434198, + "rshares": 51889332, + "voter": "alwayzgamez" }, { "percent": "10000", - "reputation": 1021682513, - "rshares": 58793663, - "voter": "mdx5009" + "reputation": 31479863, + "rshares": 52930132, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 56301289091, - "rshares": 56464079, - "voter": "ericbelsey" + "reputation": 563927807986, + "rshares": 1607854693, + "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1848088854, - "voter": "shadowspub" + "reputation": 131125606004, + "rshares": 59108233, + "voter": "thelord" }, { "percent": "10000", - "reputation": 68335930859, - "rshares": 60157039, - "voter": "justinschwalm" + "reputation": 2054624294432, + "rshares": 1649411158, + "voter": "anton333" }, { "percent": "10000", - "reputation": 1734036671982, - "rshares": 998446054, - "voter": "therealpaul" + "reputation": 1140212510918, + "rshares": 54321981, + "voter": "positivesteem" }, { "percent": "10000", - "reputation": 896116963054, - "rshares": 255814908783, - "voter": "oldtimer" + "reputation": 33451402996481, + "rshares": 127870617820, + "voter": "jamielefay" }, { "percent": "10000", - "reputation": 915016, - "rshares": 56264526, - "voter": "drsamkhan" + "reputation": 26143085517, + "rshares": 54791055, + "voter": "jeza" }, { "percent": "10000", "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "rshares": 5415068741, + "voter": "chick1" }, { "percent": "10000", - "reputation": 784318201, - "rshares": 58484155, - "voter": "shurik" + "reputation": 11985197441, + "rshares": 55689355, + "voter": "ribuck" }, { "percent": "10000", - "reputation": 53098184238, - "rshares": 84529934, - "voter": "sjjohnson" + "reputation": 4069545029880, + "rshares": 554567780, + "voter": "funnyman" }, { "percent": "10000", - "reputation": 366529203171, - "rshares": 227167546, - "voter": "brandon-rosano" - }, - { - "percent": "10000", - "reputation": 10614920699, - "rshares": 236254009, - "voter": "miscreantpie" + "reputation": 661603952344, + "rshares": 2549129299, + "voter": "steempowerwhale" }, { "percent": "10000", "reputation": 0, - "rshares": 56975248, - "voter": "nearbyfar" + "rshares": 51575887, + "voter": "aoki" }, { "percent": "10000", - "reputation": 101814429368, - "rshares": 86244910, - "voter": "ragingliberty" + "reputation": 0, + "rshares": 51505929, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1283755290, - "voter": "lenar" + "reputation": 0, + "rshares": 51519509, + "voter": "cwb" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 89325487, - "voter": "jtstreetman" + "reputation": 1201509725074, + "rshares": 67451403, + "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 460529871, - "rshares": 58137464, - "voter": "shamas" + "reputation": 1770877346455, + "rshares": 843848361, + "voter": "changkun" }, { "percent": "10000", - "reputation": 18957179674, - "rshares": 54557266, - "voter": "uri-bruck" + "reputation": 15279950893, + "rshares": 72467448, + "voter": "inphiknit" }, { "percent": "10000", - "reputation": 341202534995, - "rshares": 249682983, - "voter": "elemenya" + "reputation": 679010673667, + "rshares": 54250822, + "voter": "nelyp" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1167418613, - "voter": "nulliusinverba" + "reputation": 35511792131, + "rshares": 2506063134, + "voter": "robcichocki" }, { "percent": "10000", - "reputation": 149085976126, - "rshares": 116563077, - "voter": "billstclair" + "reputation": 570800415880, + "rshares": 1608889180, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 4272392942041, - "rshares": 3409304031, - "voter": "ats-david" + "reputation": 39967971, + "rshares": 52928580, + "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 710738936, - "voter": "runridefly" + "reputation": 1502200909130, + "rshares": 144469532, + "voter": "ola1" }, { "percent": "10000", - "reputation": 17676358821986, - "rshares": 17764396323, - "voter": "krnel" + "reputation": 768451347973, + "rshares": 246481560, + "voter": "jbaker585" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3971452838, - "voter": "loganarchy" + "reputation": 6072650400812, + "rshares": 3342911174, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 69616879764, - "voter": "shenanigator" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 1391859553453, - "rshares": 56770079081, - "voter": "skum" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 148753941, - "rshares": 57818149, - "voter": "anarchoali" + "reputation": 74154890902, + "rshares": 52767110, + "voter": "littlemorelove" }, { "percent": "10000", - "reputation": 630803487, - "rshares": 39491354483, - "voter": "simon-says" + "reputation": 25803661875, + "rshares": 71766021, + "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 97612779, - "voter": "trendwizard" + "reputation": 164535440268, + "rshares": 3319272143, + "voter": "adilsontsilva" }, { "percent": "10000", - "reputation": 10684992176630, - "rshares": 5102281955, - "voter": "quinneaker" + "reputation": -297945690, + "rshares": 53309537, + "voter": "michaelblizek" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 76279116, - "voter": "uziriel" + "reputation": 1051554596883, + "rshares": 833131622, + "voter": "infotoday" }, { "percent": "10000", - "reputation": 6996617613365, - "rshares": 9228974854, - "voter": "aaronkoenig" + "reputation": 3765152822, + "rshares": 66564537, + "voter": "arnebolen" }, { "percent": "10000", - "reputation": 225178513133, - "rshares": 56574870, - "voter": "dazedbunny" + "reputation": 894021690, + "rshares": 52032356, + "voter": "stir" }, { "percent": "10000", - "reputation": 72035128429, - "rshares": 57567795, - "voter": "dabrarital1972" + "reputation": 0, + "rshares": 309521415, + "voter": "robotev1" }, { "percent": "10000", - "reputation": 855097842923, - "rshares": 11731636261, - "voter": "darrantrute" + "reputation": 659608632671, + "rshares": 1039306642, + "voter": "jang" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688885608, - "voter": "gear66" + "reputation": 0, + "rshares": 5070454569, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 1505238830807, - "rshares": 62339129, - "voter": "linzo" + "reputation": 272497517948, + "rshares": 63446381, + "voter": "bobbybillbob" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1956423616, - "voter": "richardcrill" + "reputation": 4320548513832, + "rshares": 466446767, + "voter": "ekaterina4ka" }, { "percent": "10000", - "reputation": 328071459, - "rshares": 57388719, - "voter": "jerryt" + "reputation": 3061556951554, + "rshares": 2665857100, + "voter": "puffin" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 453480300, - "voter": "eight-rad" + "reputation": 200511066644, + "rshares": 120923966, + "voter": "creativeyoke" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 34988994, + "rshares": 51639542, + "voter": "tjspaulding5632" }, { "percent": "10000", - "reputation": 59794878176, - "rshares": 77004567, - "voter": "chrisaiki" + "reputation": 141592294331, + "rshares": 51838312, + "voter": "najwazebian" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 14327247506, - "voter": "luminousvisions" + "reputation": 1286719931439, + "rshares": 212216213, + "voter": "terrano" }, { "percent": "10000", - "reputation": 8113893564, - "rshares": 67088669, - "voter": "donneker" + "reputation": 564755466, + "rshares": 50398372, + "voter": "madikantia" }, { "percent": "10000", - "reputation": 1736702154666, - "rshares": 2329922688, - "voter": "xanoxt" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1749458412, - "voter": "davidjkelley" + "reputation": 1182561225, + "rshares": 1659673971, + "voter": "nil1511" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 113334105, - "voter": "team101" + "reputation": 1533678042141, + "rshares": 691657013, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 4405532893, - "voter": "davidbrogan" + "reputation": 617955620301, + "rshares": 620075161, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 7201037674, - "rshares": 1840952000, - "voter": "athleteyoga" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "rshares": 50570300, + "voter": "lsp2987" }, { "percent": "10000", "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 1358153764645, - "rshares": 1327049009, - "voter": "leneg" + "reputation": 469486199852, + "rshares": 742311968, + "voter": "krissy-b" }, { "percent": "10000", - "reputation": 7550126154892, - "rshares": 2986817294, - "voter": "highimpactflix" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 54547175, - "voter": "kosmatimuc" + "reputation": 874305, + "rshares": 50284164, + "voter": "lorimatthews" }, { "percent": "10000", - "reputation": 3755265902762, - "rshares": 3287104484, - "voter": "l0k1" + "reputation": 7031497, + "rshares": 50258414, + "voter": "mardvin" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16196774297, - "voter": "digital-wisdom" + "reputation": 307438081265, + "rshares": 50061644, + "voter": "nephelia" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 52516313, - "voter": "mnviking" + "reputation": 520312941, + "rshares": 50061486, + "voter": "yhnkp" }, { "percent": "10000", - "reputation": 903679, - "rshares": 56681877, - "voter": "powerserge" + "reputation": 0, + "rshares": 1632559314, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 269774223718, - "rshares": 780844402, - "voter": "cardsanarchy" + "reputation": 3727858482, + "rshares": 65258460, + "voter": "wearechange-co" }, { "percent": "10000", - "reputation": 1511945712631, - "rshares": 2750647702, - "voter": "sift666" + "reputation": 17924136040, + "rshares": 448144955, + "voter": "imightbluff" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 378242528, + "rshares": 526148523, + "voter": "bowzur" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 2609970704, - "voter": "titusfrost" + "reputation": 16081629643, + "rshares": 134820262, + "voter": "altnews" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1792686510, - "voter": "matthewtiii" + "reputation": -304799027, + "rshares": 80960882, + "voter": "axnders" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5979054333, - "voter": "jwaser" + "reputation": 0, + "rshares": 82515873, + "voter": "jtjm95" }, { "percent": "10000", - "reputation": 14234029697181, - "rshares": 9796135525, - "voter": "gardenofeden" + "reputation": 0, + "rshares": 80889492, + "voter": "gvis" }, { "percent": "10000", - "reputation": 1134384219489, - "rshares": 17333040473, - "voter": "oldstone" + "reputation": 0, + "rshares": 80872128, + "voter": "igtes" }, { - "percent": "10000", - "reputation": 949895649943, - "rshares": 590662773, - "voter": "nebcat" + "percent": "-10000", + "reputation": 0, + "rshares": -74384608, + "voter": "alexisha90" }, { "percent": "10000", - "reputation": 966857371343, - "rshares": 1626592384, - "voter": "houseofhayden" + "reputation": 12945831370, + "rshares": 82434390, + "voter": "rymlen" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 2859666436, - "voter": "doitvoluntarily" + "reputation": 1262056, + "rshares": 80771628, + "voter": "jusepe12" }, { "percent": "10000", "reputation": 0, - "rshares": 50712038, - "voter": "thadm" - }, + "rshares": 162460622, + "voter": "kalev" + } + ], + "author": "dantheman", + "author_reputation": 145171381514207, + "beneficiaries": [], + "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", + "body_length": 11347, + "cashout_time": "2016-09-08T05:55:24", + "category": "philosophy", + "children": 193, + "created": "2016-09-01T05:55:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T05:55:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161992750125375, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "2627.963 HBD", + "percent_hbd": 10000, + "permlink": "why-do-we-fight-to-change-the-world", + "post_id": 1080869, + "promoted": "0.010 HBD", + "reblogged_by": [ + "jamesc" + ], + "replies": [], + "root_title": "Why do we fight to change the world?", + "title": "Why do we fight to change the world?", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world" + }, + { + "active_votes": [ { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 4452133129964, + "voter": "arsahk" }, { "percent": "10000", - "reputation": 8442182311998, - "rshares": 9624323340, - "voter": "ionescur" + "reputation": 0, + "rshares": 3347930079365, + "voter": "anastacia" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 568396247, - "voter": "kev7000" + "reputation": 0, + "rshares": 1726285714887, + "voter": "adrian" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 379926525, - "voter": "shieha" + "reputation": 70486967561347, + "rshares": 41813188858620, + "voter": "blocktrades" }, { "percent": "10000", - "reputation": 1881301815, - "rshares": 55267919, - "voter": "husni12" + "reputation": 0, + "rshares": 682491714161, + "voter": "neogen1" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 56143941, - "voter": "zettar" + "reputation": 0, + "rshares": 719160991840, + "voter": "hermes" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 16416600177, - "voter": "hunterisgreat" + "reputation": 0, + "rshares": 869339787758, + "voter": "hermes-miner" }, { "percent": "10000", - "reputation": 2856930496335, - "rshares": 3325509658, - "voter": "nubchai" + "reputation": 0, + "rshares": 495575228616, + "voter": "thorium1" }, { "percent": "10000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 434053444139, + "voter": "thorium2" }, { "percent": "10000", - "reputation": 57977501, - "rshares": 1155867788, - "voter": "gerasim" + "reputation": 20325022183, + "rshares": 4697279856834, + "voter": "datasecuritynode" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 181104581892, - "voter": "asksisk" + "reputation": 0, + "rshares": 514180346497, + "voter": "bunkermining" }, { "percent": "10000", - "reputation": 988835724525, - "rshares": 381939549, - "voter": "kiwideb" + "reputation": 0, + "rshares": 221581170880, + "voter": "bitshares.org" }, { "percent": "10000", - "reputation": 193759655472, - "rshares": 118513189, - "voter": "rebeccaryan" + "reputation": 0, + "rshares": 146591489330, + "voter": "blockchainbunker" }, { "percent": "10000", - "reputation": 2483815670577, - "rshares": 4197757012, - "voter": "richardjuckes" + "reputation": 0, + "rshares": 52738842150, + "voter": "blocktech" }, { "percent": "10000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 13825270658, + "voter": "neominer2016" }, { "percent": "10000", "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "rshares": 219729210991, + "voter": "abderus" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 9546643452, + "voter": "olympus-steemy" }, { "percent": "10000", - "reputation": 630212931199, - "rshares": 182932028, - "voter": "jiacyhb" + "reputation": 0, + "rshares": 243044692309, + "voter": "hephaestus" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 22137850477, - "voter": "dubi" + "reputation": 0, + "rshares": 122174456875, + "voter": "aquarius.com" }, { "percent": "10000", "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "rshares": 53275834690, + "voter": "minosman" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2818550699, - "voter": "bwaser" + "reputation": 0, + "rshares": 152250453601, + "voter": "aphrodite" }, { "percent": "10000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" - }, - { - "percent": "10000", - "reputation": 61903571255, - "rshares": 52379269, - "voter": "jessicalu" + "rshares": 18552461798, + "voter": "hotels.com" }, { "percent": "10000", - "reputation": 10136601, - "rshares": 704798537, - "voter": "mjhomb" + "reputation": 0, + "rshares": 15317221370, + "voter": "aries.com" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 204496842, - "voter": "irininich" + "reputation": 0, + "rshares": 88259833056, + "voter": "rabbitminer" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 94397808, - "voter": "alina1" + "reputation": 0, + "rshares": 24917880008, + "voter": "insurance.com" }, { "percent": "10000", "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "rshares": 109365919601, + "voter": "fund.com" }, { "percent": "10000", "reputation": 0, - "rshares": 51680032, - "voter": "rocknrolldm" + "rshares": 14691159754, + "voter": "heracles" }, { "percent": "10000", - "reputation": 2332975763185, - "rshares": 56372318, - "voter": "patelincho" + "reputation": 0, + "rshares": 21744299764, + "voter": "bunkerchainlabs" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 387594274, - "voter": "ct-gurus" + "reputation": 358840960832, + "rshares": 1578139406271, + "voter": "rossco99" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 72893380, - "voter": "and030380" + "reputation": 1214229078, + "rshares": 3099652417, + "voter": "boy" }, { "percent": "10000", - "reputation": 737348426612, - "rshares": 512115897, - "voter": "lifeworship" + "reputation": 4712949449, + "rshares": 3763074284, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 331535276, - "voter": "bones261" + "reputation": 1789951494550, + "rshares": 697396740, + "voter": "bunny" }, { - "percent": "10000", - "reputation": 8671572242235, - "rshares": 3251961115, - "voter": "mariandavp" + "percent": "100", + "reputation": 31405352060596, + "rshares": 121034828064, + "voter": "clayop" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 63268404844, - "voter": "tracemayer" + "reputation": 103443134841, + "rshares": 54061991440, + "voter": "bue" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 26539184869, - "voter": "brains" + "reputation": 0, + "rshares": 1761307954, + "voter": "tigerminer" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 54744688, - "voter": "waldemar-kuhn" + "reputation": 0, + "rshares": 1661153383, + "voter": "mini" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 463572260, - "voter": "floweroflife" + "reputation": 0, + "rshares": 213676452, + "voter": "moon" }, { "percent": "10000", - "reputation": 294937368742, - "rshares": 3377536592, - "voter": "steemokto" + "reputation": 1250001478305, + "rshares": 106094458746, + "voter": "bonapartist" }, { "percent": "10000", - "reputation": 70707045777, - "rshares": 59536536, - "voter": "knight-angel" + "reputation": 49549461527, + "rshares": 397777330211, + "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1556127909, - "voter": "ibringawareness" + "reputation": 585246886482, + "rshares": 82318728872, + "voter": "vip" }, { "percent": "10000", - "reputation": 4408882617025, - "rshares": 700644632, - "voter": "jillwirt" + "reputation": 0, + "rshares": 622799607, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 620060701, - "voter": "bones555" + "rshares": 967315888, + "voter": "daniel.pan" }, { - "percent": "10000", - "reputation": -674983067, - "rshares": 54165586, - "voter": "yegor" + "percent": "100", + "reputation": 96486114508046, + "rshares": 54339353352, + "voter": "donkeypong" }, { "percent": "10000", - "reputation": 1586351489943, - "rshares": 824426750, - "voter": "kingarbinv" + "reputation": 20661161447481, + "rshares": 183986962194, + "voter": "peerplays" }, { "percent": "10000", - "reputation": 9789912031, - "rshares": 54408230, - "voter": "feruz" + "reputation": 0, + "rshares": 18253751025, + "voter": "apollo" }, { "percent": "10000", - "reputation": 8189791438741, - "rshares": 11198455080, - "voter": "skypilot" + "reputation": 0, + "rshares": 11781728175, + "voter": "athena" }, { "percent": "10000", "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "rshares": 1901768338, + "voter": "muses" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1274868167, - "voter": "steemafon" + "reputation": 0, + "rshares": 308804003, + "voter": "perseus" }, { "percent": "10000", - "reputation": 1455592982586, - "rshares": 533336221, - "voter": "alwayzgame" + "reputation": 19959120564829, + "rshares": 39057505458, + "voter": "alexgr" }, { "percent": "10000", - "reputation": 235434198, - "rshares": 51889332, - "voter": "alwayzgamez" + "reputation": 0, + "rshares": 288163140, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 52930132, - "voter": "bobbythegreat" + "reputation": 3120299664537, + "rshares": 14163869726, + "voter": "valtr" }, { "percent": "10000", - "reputation": 563927807986, - "rshares": 1607854693, - "voter": "bitcoinparadise" + "reputation": 1118904717803, + "rshares": 57710162697, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 131125606004, - "rshares": 59108233, - "voter": "thelord" + "reputation": 12712877967688, + "rshares": 79671273407, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1649411158, - "voter": "anton333" + "reputation": 4733188979515, + "rshares": 12053748613, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 1140212510918, - "rshares": 54321981, - "voter": "positivesteem" + "reputation": 9600934617910, + "rshares": 14840212671, + "voter": "jademont" }, { "percent": "10000", - "reputation": 33451402996481, - "rshares": 127870617820, - "voter": "jamielefay" + "reputation": 526710884366, + "rshares": 7585639203, + "voter": "fran2k" }, { - "percent": "10000", - "reputation": 26143085517, - "rshares": 54791055, - "voter": "jeza" + "percent": "8500", + "reputation": 0, + "rshares": 394572959, + "voter": "paco-steem" }, { - "percent": "10000", - "reputation": 0, - "rshares": 5415068741, - "voter": "chick1" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4612142476, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 11985197441, - "rshares": 55689355, - "voter": "ribuck" + "reputation": 1172373556107, + "rshares": 2056240258, + "voter": "gekko" }, { "percent": "10000", - "reputation": 4069545029880, - "rshares": 554567780, - "voter": "funnyman" + "reputation": 26867938976163, + "rshares": 337644202846, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 661603952344, - "rshares": 2549129299, - "voter": "steempowerwhale" + "reputation": 1942274690427, + "rshares": 7574954620, + "voter": "kefkius" }, { "percent": "10000", - "reputation": 0, - "rshares": 51575887, - "voter": "aoki" + "reputation": 6580794427504, + "rshares": 54399511314, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 0, - "rshares": 51505929, - "voter": "typingagent" + "reputation": 161089556767, + "rshares": 71144375412, + "voter": "asch" }, { - "percent": "10000", - "reputation": 0, - "rshares": 51519509, - "voter": "cwb" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432167555, + "voter": "murh" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 67451403, - "voter": "echoesinthemind" + "reputation": 824717099743, + "rshares": 511420056899, + "voter": "cyber" }, { "percent": "10000", - "reputation": 1770877346455, - "rshares": 843848361, - "voter": "changkun" + "reputation": 4509451541223, + "rshares": 86079778116, + "voter": "theshell" }, { "percent": "10000", - "reputation": 15279950893, - "rshares": 72467448, - "voter": "inphiknit" + "reputation": 11765473490257, + "rshares": 34628751942, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 679010673667, - "rshares": 54250822, - "voter": "nelyp" + "reputation": 7152109350579, + "rshares": 4516205258, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 35511792131, - "rshares": 2506063134, - "voter": "robcichocki" + "reputation": -2683858617900, + "rshares": 9226433780, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1608889180, - "voter": "ellepdub" + "reputation": 1444446898291, + "rshares": 8881004054, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 52928580, - "voter": "gregorygarcia" + "reputation": 11136252375006, + "rshares": 355247811628, + "voter": "taoteh1221" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 308157454, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 144469532, - "voter": "ola1" + "reputation": 3804349938696, + "rshares": 55257125634, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 768451347973, - "rshares": 246481560, - "voter": "jbaker585" + "reputation": 8397302485673, + "rshares": 199384230823, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 3342911174, - "voter": "herpetologyguy" + "reputation": 1380612911758, + "rshares": 4566371045, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 2548112906179, + "rshares": 4123478215, + "voter": "imyao" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 77590508815145, + "rshares": 259753743155, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 74154890902, - "rshares": 52767110, - "voter": "littlemorelove" + "reputation": 14028106211346, + "rshares": 49805995185, + "voter": "kus-knee" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 71766021, - "voter": "ancientofdays" + "reputation": 22794273843250, + "rshares": 175556941568, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 164535440268, - "rshares": 3319272143, - "voter": "adilsontsilva" + "reputation": 6200536920826, + "rshares": 72536432323, + "voter": "albertogm" }, { "percent": "10000", - "reputation": -297945690, - "rshares": 53309537, - "voter": "michaelblizek" + "reputation": 5886979119053, + "rshares": 98112546307, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 1051554596883, - "rshares": 833131622, - "voter": "infotoday" + "reputation": 2758500001611, + "rshares": 5252094027, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 3765152822, - "rshares": 66564537, - "voter": "arnebolen" + "reputation": 1557874437556, + "rshares": 3574044706, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 894021690, - "rshares": 52032356, - "voter": "stir" + "reputation": 2445708956667, + "rshares": 8531578940, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, - "rshares": 309521415, - "voter": "robotev1" + "reputation": 4821174317675, + "rshares": 2169949561, + "voter": "alexft" }, { "percent": "10000", - "reputation": 659608632671, - "rshares": 1039306642, - "voter": "jang" + "reputation": 9434414518400, + "rshares": 16019230638, + "voter": "acassity" }, { "percent": "10000", - "reputation": 0, - "rshares": 5070454569, - "voter": "morgan.waser" + "reputation": 8461965690396, + "rshares": 62313648137, + "voter": "norbu" }, { "percent": "10000", - "reputation": 272497517948, - "rshares": 63446381, - "voter": "bobbybillbob" + "reputation": 15285243314, + "rshares": 167351034, + "voter": "ales" }, { "percent": "10000", - "reputation": 4320548513832, - "rshares": 466446767, - "voter": "ekaterina4ka" + "reputation": 1691376287481, + "rshares": 5947055837, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 3061556951554, - "rshares": 2665857100, - "voter": "puffin" + "reputation": 40255997582, + "rshares": 8304678783, + "voter": "cannav" }, { "percent": "10000", - "reputation": 200511066644, - "rshares": 120923966, - "voter": "creativeyoke" + "reputation": 528908536, + "rshares": 312162059, + "voter": "bitcoins4life" }, { "percent": "10000", - "reputation": 34988994, - "rshares": 51639542, - "voter": "tjspaulding5632" + "reputation": 65540661343, + "rshares": 3113942936, + "voter": "orly" }, { "percent": "10000", - "reputation": 141592294331, - "rshares": 51838312, - "voter": "najwazebian" + "reputation": 1518920448581, + "rshares": 13092434646, + "voter": "zer0sum" }, { "percent": "10000", - "reputation": 1286719931439, - "rshares": 212216213, - "voter": "terrano" + "reputation": 7091975331308, + "rshares": 15184044146, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 564755466, - "rshares": 50398372, - "voter": "madikantia" + "reputation": 10248743813131, + "rshares": 17997263619, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 17484609383217, + "rshares": 122110321617, + "voter": "robrigo" }, { "percent": "10000", - "reputation": 1182561225, - "rshares": 1659673971, - "voter": "nil1511" + "reputation": 19462531467501, + "rshares": 34640968499, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 691657013, - "voter": "greenwayoflife" + "reputation": 2880187298062, + "rshares": 2928919920, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 620075161, - "voter": "thebiggestidea" + "reputation": 9786117166130, + "rshares": 20714568761, + "voter": "mindover" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 1059790037173, + "rshares": 600144039839, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": 1380128900631, + "rshares": 280941289, + "voter": "romel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50570300, - "voter": "lsp2987" + "reputation": 5451039980643, + "rshares": 230742410, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "reputation": 3149488018622, + "rshares": 3541565494, + "voter": "owdy" }, { "percent": "10000", - "reputation": 469486199852, - "rshares": 742311968, - "voter": "krissy-b" + "reputation": 937532987189, + "rshares": 694163904, + "voter": "rolik" }, { "percent": "10000", "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "rshares": 920115887, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 874305, - "rshares": 50284164, - "voter": "lorimatthews" + "reputation": 26654160223111, + "rshares": 22782934578, + "voter": "halo" }, { "percent": "10000", - "reputation": 7031497, - "rshares": 50258414, - "voter": "mardvin" + "reputation": 3740475854096, + "rshares": 5814842086, + "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 307438081265, - "rshares": 50061644, - "voter": "nephelia" + "reputation": 2821855573125, + "rshares": 2931437942, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 520312941, - "rshares": 50061486, - "voter": "yhnkp" + "reputation": 38947133984552, + "rshares": 197128910495, + "voter": "jesta" }, { "percent": "10000", - "reputation": 0, - "rshares": 1632559314, - "voter": "strong-ai" + "reputation": 7952828943, + "rshares": 4987681365, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 3727858482, - "rshares": 65258460, - "voter": "wearechange-co" + "reputation": 1563271634183, + "rshares": 106315234003, + "voter": "paco" }, { "percent": "10000", - "reputation": 17924136040, - "rshares": 448144955, - "voter": "imightbluff" + "reputation": 10077167197115, + "rshares": 35473018623, + "voter": "biophil" }, { "percent": "10000", - "reputation": 378242528, - "rshares": 526148523, - "voter": "bowzur" + "reputation": 866671256465, + "rshares": 23446938211, + "voter": "igster" }, { "percent": "10000", - "reputation": 16081629643, - "rshares": 134820262, - "voter": "altnews" + "reputation": 5827115301697, + "rshares": 8366115815, + "voter": "deviedev" }, { "percent": "10000", - "reputation": -304799027, - "rshares": 80960882, - "voter": "axnders" + "reputation": 93395785733, + "rshares": 1282667122, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 0, - "rshares": 82515873, - "voter": "jtjm95" + "reputation": 167437582424, + "rshares": 342458473, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, - "rshares": 80889492, - "voter": "gvis" + "reputation": 1175982316919, + "rshares": 346296964537, + "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, - "rshares": 80872128, - "voter": "igtes" + "reputation": 2644191137390, + "rshares": 8171065447, + "voter": "noodhoog" }, { - "percent": "-10000", - "reputation": 0, - "rshares": -74384608, - "voter": "alexisha90" + "percent": "10000", + "reputation": 2877113019152, + "rshares": 11842796775, + "voter": "bycz" }, { "percent": "10000", - "reputation": 12945831370, - "rshares": 82434390, - "voter": "rymlen" + "reputation": 7803764965401, + "rshares": 8561213597, + "voter": "allmonitors" }, { "percent": "10000", - "reputation": 1262056, - "rshares": 80771628, - "voter": "jusepe12" + "reputation": 1058072223123, + "rshares": 315366685, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, - "rshares": 162460622, - "voter": "kalev" - } - ], - "author": "dantheman", - "author_reputation": 145171381514207, - "beneficiaries": [], - "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", - "body_length": 11347, - "cashout_time": "2016-09-08T05:55:24", - "category": "philosophy", - "children": 193, - "created": "2016-09-01T05:55:24", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T05:55:24", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 161992750125375, - "parent_author": "", - "parent_permlink": "philosophy", - "pending_payout_value": "2627.963 HBD", - "percent_hbd": 10000, - "permlink": "why-do-we-fight-to-change-the-world", - "post_id": 1080869, - "promoted": "0.010 HBD", - "reblogged_by": [ - "jamesc" - ], - "replies": [], - "root_title": "Why do we fight to change the world?", - "title": "Why do we fight to change the world?", - "total_payout_value": "0.000 HBD", - "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world" - }, - { - "active_votes": [ + "reputation": 928901384552, + "rshares": 18468698221, + "voter": "grolelo" + }, { "percent": "10000", - "reputation": 0, - "rshares": 4452133129964, - "voter": "arsahk" + "reputation": 658204768651, + "rshares": 40685827297, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 3347930079365, - "voter": "anastacia" + "reputation": 2078306772520, + "rshares": 5622363952, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 0, - "rshares": 1726285714887, - "voter": "adrian" + "reputation": 30130564942, + "rshares": 337887018, + "voter": "illlefr4u" }, { "percent": "10000", - "reputation": 70486967561347, - "rshares": 41813188858620, - "voter": "blocktrades" + "reputation": 105954363925, + "rshares": 22457506518, + "voter": "watershed" }, { "percent": "10000", - "reputation": 0, - "rshares": 682491714161, - "voter": "neogen1" + "reputation": 3033861094190, + "rshares": 12701705958, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 719160991840, - "voter": "hermes" + "reputation": 34120390016, + "rshares": 3009106599, + "voter": "imp3" }, { "percent": "10000", - "reputation": 0, - "rshares": 869339787758, - "voter": "hermes-miner" + "reputation": 336756074227, + "rshares": 429170927, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, - "rshares": 495575228616, - "voter": "thorium1" + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" }, { "percent": "10000", - "reputation": 0, - "rshares": 434053444139, - "voter": "thorium2" + "reputation": 2339981102950, + "rshares": 1536398132, + "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 20325022183, - "rshares": 4697279856834, - "voter": "datasecuritynode" + "reputation": 14544132145555, + "rshares": 9007506990, + "voter": "pcste" }, { "percent": "10000", - "reputation": 0, - "rshares": 514180346497, - "voter": "bunkermining" + "reputation": 46246767220, + "rshares": 8261152384, + "voter": "rpf" }, { "percent": "10000", - "reputation": 0, - "rshares": 221581170880, - "voter": "bitshares.org" + "reputation": 900694208703, + "rshares": 6792444700, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 0, - "rshares": 146591489330, - "voter": "blockchainbunker" + "reputation": 2619388406406, + "rshares": 2379928380, + "voter": "vlad" }, { "percent": "10000", - "reputation": 0, - "rshares": 52738842150, - "voter": "blocktech" + "reputation": 6467956247739, + "rshares": 24268734363, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, - "rshares": 13825270658, - "voter": "neominer2016" + "reputation": 2114306416334, + "rshares": 4553010706, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, - "rshares": 219729210991, - "voter": "abderus" + "reputation": 4194711042931, + "rshares": 4213593276, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, - "rshares": 9546643452, - "voter": "olympus-steemy" + "reputation": 4226573244868, + "rshares": 27476233300, + "voter": "zaebars" }, { "percent": "10000", "reputation": 0, - "rshares": 243044692309, - "voter": "hephaestus" + "rshares": 1684113757, + "voter": "yarly" }, { "percent": "10000", "reputation": 0, - "rshares": 122174456875, - "voter": "aquarius.com" + "rshares": 255333503, + "voter": "yarly2" }, { "percent": "10000", "reputation": 0, - "rshares": 53275834690, - "voter": "minosman" + "rshares": 255716137, + "voter": "yarly3" }, { "percent": "10000", "reputation": 0, - "rshares": 152250453601, - "voter": "aphrodite" + "rshares": 147929650, + "voter": "yarly4" }, { "percent": "10000", "reputation": 0, - "rshares": 18552461798, - "voter": "hotels.com" + "rshares": 148765015, + "voter": "yarly5" }, { "percent": "10000", "reputation": 0, - "rshares": 15317221370, - "voter": "aries.com" + "rshares": 84813726, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 0, - "rshares": 88259833056, - "voter": "rabbitminer" + "reputation": 658081203263, + "rshares": 982992123, + "voter": "makgorn" }, { "percent": "10000", - "reputation": 0, - "rshares": 24917880008, - "voter": "insurance.com" + "reputation": 45789047849, + "rshares": 148377230, + "voter": "indayiyay" }, { "percent": "10000", - "reputation": 0, - "rshares": 109365919601, - "voter": "fund.com" + "reputation": 686738916191, + "rshares": 103484220, + "voter": "sergey44" }, { "percent": "10000", - "reputation": 0, - "rshares": 14691159754, - "voter": "heracles" + "reputation": 6985921192853, + "rshares": 216445261738, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 0, - "rshares": 21744299764, - "voter": "bunkerchainlabs" + "reputation": 48324434201, + "rshares": 682858001, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 358840960832, - "rshares": 1578139406271, - "voter": "rossco99" + "reputation": 2568808468562, + "rshares": 2582334157, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099652417, - "voter": "boy" + "reputation": 2564054618, + "rshares": 105208863, + "voter": "activcat" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3763074284, - "voter": "bue-witness" + "reputation": 0, + "rshares": 114213797, + "voter": "grin" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697396740, - "voter": "bunny" + "reputation": 39913884914319, + "rshares": 18598977092, + "voter": "papa-pepper" }, { - "percent": "100", - "reputation": 31405352060596, - "rshares": 121034828064, - "voter": "clayop" + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14847664684, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54061991440, - "voter": "bue" + "reputation": 153480676290, + "rshares": 594131732, + "voter": "curator" }, { "percent": "10000", "reputation": 0, - "rshares": 1761307954, - "voter": "tigerminer" + "rshares": 409040091, + "voter": "yarly10" }, { "percent": "10000", "reputation": 0, - "rshares": 1661153383, - "voter": "mini" + "rshares": 219398629, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 0, - "rshares": 213676452, - "voter": "moon" + "reputation": 10552456597779, + "rshares": 2318396114, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 1250001478305, - "rshares": 106094458746, - "voter": "bonapartist" + "reputation": 0, + "rshares": 76805770, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 49549461527, - "rshares": 397777330211, - "voter": "boatymcboatface" + "reputation": 1418195151238, + "rshares": 526740676, + "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 82318728872, - "voter": "vip" + "reputation": 5095600502, + "rshares": 115507974, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, - "rshares": 622799607, - "voter": "healthcare" + "reputation": 17218558634066, + "rshares": 15054575760, + "voter": "smailer" }, { "percent": "10000", - "reputation": 0, - "rshares": 967315888, - "voter": "daniel.pan" + "reputation": -1193908062262, + "rshares": 125694309, + "voter": "steemster1" }, { - "percent": "100", - "reputation": 96486114508046, - "rshares": 54339353352, - "voter": "donkeypong" + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1773664086, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 20661161447481, - "rshares": 183986962194, - "voter": "peerplays" + "reputation": 2413145659228, + "rshares": 3144502568, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, - "rshares": 18253751025, - "voter": "apollo" + "reputation": 138974533507, + "rshares": 897456559, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 0, - "rshares": 11781728175, - "voter": "athena" + "reputation": 106575300404, + "rshares": 3900479510, + "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, - "rshares": 1901768338, - "voter": "muses" + "reputation": 3962925392210, + "rshares": 4166705112, + "voter": "jed78" }, { "percent": "10000", - "reputation": 0, - "rshares": 308804003, - "voter": "perseus" + "reputation": 49283901870, + "rshares": 1023476036, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 39057505458, - "voter": "alexgr" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 0, - "rshares": 288163140, - "voter": "helen.tan" + "reputation": -30042368, + "rshares": 64035836, + "voter": "igorphoto" }, { "percent": "10000", - "reputation": 3120299664537, - "rshares": 14163869726, - "voter": "valtr" + "reputation": 11856501387697, + "rshares": 41431930732, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 57710162697, - "voter": "noaommerrr" + "reputation": 4964569405579, + "rshares": 4025001582, + "voter": "dumar022" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 79671273407, - "voter": "easteagle13" + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 12053748613, - "voter": "ervin-lemark" + "reputation": 90565359983, + "rshares": 23338522810, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 14840212671, - "voter": "jademont" + "reputation": 3194641726781, + "rshares": 22433530499, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7585639203, - "voter": "fran2k" + "reputation": 18027204457681, + "rshares": 27760401783, + "voter": "myfirst" }, { - "percent": "8500", - "reputation": 0, - "rshares": 394572959, - "voter": "paco-steem" + "percent": "10000", + "reputation": 19073889900896, + "rshares": 20534198290, + "voter": "kental" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4612142476, - "voter": "spaninv" + "percent": "10000", + "reputation": 4321340596238, + "rshares": 4461175827, + "voter": "asdes" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2056240258, - "voter": "gekko" + "reputation": 8611900471557, + "rshares": 5119772028, + "voter": "poeticsnake" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 337644202846, - "voter": "teamsteem" + "reputation": 0, + "rshares": 3876377655, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 1942274690427, - "rshares": 7574954620, - "voter": "kefkius" + "reputation": 989801091, + "rshares": 174769884, + "voter": "money247" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 54399511314, - "voter": "hannixx42" + "reputation": 2344911104009, + "rshares": 11320864291, + "voter": "ekitcho" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71144375412, - "voter": "asch" + "reputation": 2464511443415, + "rshares": 1873927040, + "voter": "alitas" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432167555, - "voter": "murh" + "percent": "10000", + "reputation": 229682900271, + "rshares": 147366556, + "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 511420056899, - "voter": "cyber" + "reputation": 66791976065, + "rshares": 92733638206, + "voter": "joele" }, { "percent": "10000", - "reputation": 4509451541223, - "rshares": 86079778116, - "voter": "theshell" + "reputation": 11122126920308, + "rshares": 3411045505, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 34628751942, - "voter": "justtryme90" + "reputation": 137363191136, + "rshares": 157606858, + "voter": "agussudaryanto" }, { "percent": "10000", - "reputation": 7152109350579, - "rshares": 4516205258, - "voter": "cm-steem" + "reputation": 1269864429223, + "rshares": 2382545829, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 9226433780, - "voter": "zebbra2014" + "reputation": 3740136030964, + "rshares": 688331698, + "voter": "future24" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 8881004054, - "voter": "johnerfx" + "reputation": 191217797933, + "rshares": 51868121, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 355247811628, - "voter": "taoteh1221" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { - "percent": "8500", - "reputation": 0, - "rshares": 308157454, - "voter": "stiletto" + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 55257125634, - "voter": "juanmiguelsalas" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 199384230823, - "voter": "will-zewe" + "reputation": 2199070663860, + "rshares": 1468068813, + "voter": "quantumanomaly" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4566371045, - "voter": "dahaz159" + "reputation": -171959953, + "rshares": 62800646, + "voter": "hysmagus" }, { "percent": "10000", - "reputation": 2548112906179, - "rshares": 4123478215, - "voter": "imyao" + "reputation": 398467602540, + "rshares": 233196315, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 259753743155, - "voter": "kaylinart" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 14028106211346, - "rshares": 49805995185, - "voter": "kus-knee" + "reputation": 727733310136, + "rshares": 1642789677, + "voter": "mrdsoft" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 175556941568, - "voter": "thedashguy" + "reputation": 28335136369, + "rshares": 1588889351, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 72536432323, - "voter": "albertogm" + "reputation": 0, + "rshares": 273860901, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 98112546307, - "voter": "geoffrey" + "reputation": 1074787723323, + "rshares": 39082799117, + "voter": "salva82" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 5252094027, - "voter": "fuck.off" + "reputation": 5108049297663, + "rshares": 4297084405, + "voter": "milaoz" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3574044706, - "voter": "the.bot" + "reputation": 0, + "rshares": 230299622, + "voter": "vootka" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8531578940, - "voter": "johnbradshaw" + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" }, { "percent": "10000", - "reputation": 4821174317675, - "rshares": 2169949561, - "voter": "alexft" + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 16019230638, - "voter": "acassity" + "reputation": 9332405310628, + "rshares": 27919398660, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 62313648137, - "voter": "norbu" + "reputation": 37279727062, + "rshares": 1391097404, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 167351034, - "voter": "ales" + "reputation": 2118792724924, + "rshares": 81449765708, + "voter": "miacats" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5947055837, - "voter": "the.whale" + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 8304678783, - "voter": "cannav" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { - "percent": "10000", - "reputation": 528908536, - "rshares": 312162059, - "voter": "bitcoins4life" + "percent": "1400", + "reputation": 3814152361740, + "rshares": 1707313866, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3113942936, - "voter": "orly" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 1518920448581, - "rshares": 13092434646, - "voter": "zer0sum" + "reputation": 28535887165, + "rshares": 71551855, + "voter": "longevity" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15184044146, - "voter": "konstantin" + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 17997263619, - "voter": "katyakov" + "reputation": 4637390447698, + "rshares": 1125097049, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 17484609383217, - "rshares": 122110321617, - "voter": "robrigo" + "reputation": 2747626258414, + "rshares": 2332474309, + "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34640968499, - "voter": "hitmeasap" + "reputation": 44529428534261, + "rshares": 71522641678, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2928919920, - "voter": "stranger27" + "reputation": 3216413, + "rshares": 57156522, + "voter": "ej2000" }, { "percent": "10000", - "reputation": 9786117166130, - "rshares": 20714568761, - "voter": "mindover" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 600144039839, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 280941289, - "voter": "romel" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 230742410, - "voter": "steemswede" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3541565494, - "voter": "owdy" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 937532987189, - "rshares": 694163904, - "voter": "rolik" + "reputation": 1985439257, + "rshares": 86278476997, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 0, - "rshares": 920115887, - "voter": "steem1653" + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" }, { "percent": "10000", - "reputation": 26654160223111, - "rshares": 22782934578, - "voter": "halo" + "reputation": 5427607111677, + "rshares": 8756590898, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 3740475854096, - "rshares": 5814842086, - "voter": "egjoshslim" + "reputation": 5385371031617, + "rshares": 4080936853, + "voter": "mada" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2931437942, - "voter": "steemit-life" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 197128910495, - "voter": "jesta" + "reputation": 2140537429766, + "rshares": 17449013254, + "voter": "yef99" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4987681365, - "voter": "thegoodguy" + "reputation": 1027623674960, + "rshares": 2852794595, + "voter": "rossenpavlov" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 106315234003, - "voter": "paco" + "reputation": 26751356331019, + "rshares": 52691526785, + "voter": "sweetsssj" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 35473018623, - "voter": "biophil" + "reputation": 24276337891, + "rshares": 521177843, + "voter": "tradz" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 23446938211, - "voter": "igster" + "reputation": 0, + "rshares": 58064982, + "voter": "zite" }, { "percent": "10000", - "reputation": 5827115301697, - "rshares": 8366115815, - "voter": "deviedev" + "reputation": 875137794542, + "rshares": 6044404682, + "voter": "trev" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1282667122, - "voter": "jrd8526" + "reputation": 3725920343994, + "rshares": 6671849990, + "voter": "booky" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 342458473, - "voter": "dr2073" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1175982316919, - "rshares": 346296964537, - "voter": "nabilov" + "reputation": 3523461665322, + "rshares": 2273037363, + "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 2644191137390, - "rshares": 8171065447, - "voter": "noodhoog" + "reputation": 2744889063611, + "rshares": 1253463043, + "voter": "daniel030" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 11842796775, - "voter": "bycz" + "reputation": 335003583191, + "rshares": 89452422, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 8561213597, - "voter": "allmonitors" + "reputation": 2516108074649, + "rshares": 710134987, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 315366685, - "voter": "luisucv34" + "reputation": 250066271138, + "rshares": 83059481, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 928901384552, - "rshares": 18468698221, - "voter": "grolelo" + "reputation": 364872562916, + "rshares": 1318046765, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 40685827297, - "voter": "milestone" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5622363952, - "voter": "btcbtcbtc20155" + "reputation": 3573461197670, + "rshares": 19097202616, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 30130564942, - "rshares": 337887018, - "voter": "illlefr4u" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 105954363925, - "rshares": 22457506518, - "voter": "watershed" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12701705958, - "voter": "nippel66" + "reputation": 4447885148, + "rshares": 53914923, + "voter": "osame066" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3009106599, - "voter": "imp3" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 429170927, - "voter": "natalyt" + "reputation": 0, + "rshares": 56493128, + "voter": "triplep" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" + "reputation": 12539394694005, + "rshares": 2914086421, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 2339981102950, - "rshares": 1536398132, - "voter": "fubar-bdhr" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 14544132145555, - "rshares": 9007506990, - "voter": "pcste" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 8261152384, - "voter": "rpf" + "reputation": 415511458887, + "rshares": 200695446, + "voter": "ratidor" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6792444700, - "voter": "cryptobro" + "reputation": 1797155307423, + "rshares": 422140583, + "voter": "shieha" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2379928380, - "voter": "vlad" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 24268734363, - "voter": "deanliu" + "reputation": 0, + "rshares": 54632424, + "voter": "budda" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 4553010706, - "voter": "cryptohustlin" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 4194711042931, - "rshares": 4213593276, - "voter": "rainchen" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 4226573244868, - "rshares": 27476233300, - "voter": "zaebars" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 0, - "rshares": 1684113757, - "voter": "yarly" + "reputation": 3071821919457, + "rshares": 998189412, + "voter": "mbroek1983" }, { "percent": "10000", - "reputation": 0, - "rshares": 255333503, - "voter": "yarly2" + "reputation": 3533625673, + "rshares": 24770721231, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 8842903950, + "voter": "goose" }, { "percent": "10000", "reputation": 0, - "rshares": 255716137, - "voter": "yarly3" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", "reputation": 0, - "rshares": 147929650, - "voter": "yarly4" + "rshares": 54012814, + "voter": "warhammer" }, { "percent": "10000", "reputation": 0, - "rshares": 148765015, - "voter": "yarly5" + "rshares": 53990613, + "voter": "roadhog" }, { "percent": "10000", "reputation": 0, - "rshares": 84813726, - "voter": "yarly7" + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 658081203263, - "rshares": 982992123, - "voter": "makgorn" + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" }, { "percent": "10000", - "reputation": 45789047849, - "rshares": 148377230, - "voter": "indayiyay" + "reputation": 687559505602, + "rshares": 53240167, + "voter": "catsmart" }, { "percent": "10000", - "reputation": 686738916191, - "rshares": 103484220, - "voter": "sergey44" + "reputation": 0, + "rshares": 106768414, + "voter": "dr-house" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 216445261738, - "voter": "johnsmith" + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 682858001, - "voter": "tobythecat" + "reputation": 0, + "rshares": 53531096, + "voter": "imc" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2582334157, - "voter": "sompitonov" + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 105208863, - "voter": "activcat" + "reputation": 2451285776301, + "rshares": 1332516664, + "voter": "gavicrane" }, { "percent": "10000", "reputation": 0, - "rshares": 114213797, - "voter": "grin" + "rshares": 5275329238, + "voter": "chick1" }, { "percent": "10000", - "reputation": 39913884914319, - "rshares": 18598977092, - "voter": "papa-pepper" + "reputation": 1896009750059, + "rshares": 70218237, + "voter": "whatsup" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14847664684, - "voter": "lemooljiang" + "reputation": 972475674653, + "rshares": 643906514, + "voter": "nataliadobrick" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 594131732, - "voter": "curator" + "reputation": 62995887468, + "rshares": 56560766, + "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, - "rshares": 409040091, - "voter": "yarly10" + "reputation": 1305746304240, + "rshares": 1918907925, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 0, - "rshares": 219398629, - "voter": "yarly11" + "reputation": 26593737739, + "rshares": 62362821, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2318396114, - "voter": "royalmacro" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 0, - "rshares": 76805770, - "voter": "yarly12" + "reputation": 1286719931439, + "rshares": 207163446, + "voter": "terrano" }, { "percent": "10000", - "reputation": 1418195151238, - "rshares": 526740676, - "voter": "cwmyao1" + "reputation": 1579201846721, + "rshares": 2913900118, + "voter": "pakganern" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 115507974, - "voter": "creatorgalaxy" + "reputation": 14121798233, + "rshares": 53247190, + "voter": "omega1960" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 15054575760, - "voter": "smailer" + "reputation": 414609406210, + "rshares": 1011472794, + "voter": "robotev" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 125694309, - "voter": "steemster1" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 4063076365725, - "rshares": 1773664086, - "voter": "bullionstackers" + "reputation": 164314202311, + "rshares": 198173350, + "voter": "vetvso" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 3144502568, - "voter": "dmilash" + "reputation": 1289521305818, + "rshares": 1527548069, + "voter": "cwbrooch" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 897456559, - "voter": "mar1978co" + "reputation": 192046357763, + "rshares": 339045960, + "voter": "julia26" }, { "percent": "10000", - "reputation": 106575300404, - "rshares": 3900479510, - "voter": "glitterpig" + "reputation": 632553434228, + "rshares": 1292332892, + "voter": "peaceloveliberty" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 4166705112, - "voter": "jed78" + "reputation": 75487046, + "rshares": 162089082, + "voter": "simbafire" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1023476036, - "voter": "metaflute" + "reputation": 312902704, + "rshares": 75952648, + "voter": "timalex" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 41596863062, + "rshares": 81556444, + "voter": "brainup" }, { "percent": "10000", - "reputation": -30042368, - "rshares": 64035836, - "voter": "igorphoto" + "reputation": 630535104158, + "rshares": 80697914, + "voter": "silverbackjonz" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 41431930732, - "voter": "allasyummyfood" + "reputation": 319010109417, + "rshares": 1309209290, + "voter": "expedition" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 4025001582, - "voter": "dumar022" + "reputation": 1520535240522, + "rshares": 416094341, + "voter": "anasz" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 52102443, - "voter": "lillianjones" + "reputation": -565298235179, + "rshares": 129628407, + "voter": "elsi" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 23338522810, - "voter": "rawnetics" + "reputation": 10568161397, + "rshares": 128966618, + "voter": "jasonxg" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22433530499, - "voter": "laoyao" + "reputation": 4071700342, + "rshares": 159281919, + "voter": "steemitgee" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 27760401783, - "voter": "myfirst" - }, + "reputation": 86373454182, + "rshares": 136784207, + "voter": "pathtomydream" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "\n

I had decided to stop posting these, since my last post was getting flack from some of the other witnesses (see comments in my previous witness post for details), but a couple of other people have since commented asking me to resume posting, so I've decided to start posting these again anyways. If other whales want to downvote these posts, so be it, I suppose my reputation score can stand the hit.

\n

Depending on how much I have to say at any given time, these posts may not be strictly weekly. Over the next two weeks, I have a really busy schedule related to Peerplays project deadlines, so I probably won't post during that time unless something important comes up.

\n

One thing I did like about making these posts weekly is it was a nice way to keep track of where my time goes. Two weeks have gone by, and it's already hard for me to remember exactly what we worked on during that time. I used to think I have a really great memory, but it seems to work better for facts/figures than for daily events, especially when my days tend to consist of jumping back and forth between a lot of different tasks. Sometimes I long for the days when I could just focus on one task for a long stretch of time. But it's hard to report on those tasks too, since then you sometimes struggle to say more than \u201ccontinued work on x\u201d unless you can figure out some nice way to describe your sub-goals in a way that makes sense to anyone besides yourself.

\n

What I remember of the last week or so...

\n

Not surprisingly, the thing I remember best is what I've done in the past few days. We've just added some new Steem-related trading pairs to BlockTrades:

\n

STEEM \u2192 ETH

\n

 STEEM \u2192 DOGE 

\n

STEEM \u2192 DASH 

\n

STEEM \u2192 LTC 

\n

(we already had the other direction for these pairs)
\nNew bidirectional paths for Steem Dollars: 

\n

SBD <-> ETH

\n

SBD <-> DOGE

\n

SBD <-> DASH

\n

SBD <-> LTC
\nWe'll also be adding support for some new coins soon and we'll add Steem/SBD pairs for those coins too.

\n

The Politics of Steem

\n

On the political side of Steem, the debate continues as to where Steem and Steemit should \u201cgo\u201d next. I continue to oppose to what I consider premature \u201ctinkering\u201d to the voting and curation system. The most recent case of this is https://github.com/steemit/steem/issues/323. At the very least, as suggested by some other witnesses, I think the threshold for such a vote should be more than a majority (at least 2/3 of all witnesses, for example). I've also heard several other curation-related proposals which I don't think have yet made it to the stage of github issues, but I haven't heard any yet that I think have a solid story to support them: they seem more like experiments to me, and I think experimenting with the heart of the value proposition for Steem Power is a risky operation.

\n

Instead of tweaking the curation system, I'm still advocating for more changes to the front-end of Steemit. This is because I believe that Steem is first and foremost an open, decentralized social media platform and that the user experience is more important than the rewards system. The platform should be easier to join, doing things like adding images, audio, and video should be extremely easy for novice users, the tagging system should work better, there should be more ways for users to interact with each other, there should a clear place on the Steemit site to get help and find information about site usage, and the latest revision of the post editor feels terrible to me (this is the first big post I've made using this version so I hadn't noticed it till now, but ultimately I resorted to editing this post in a separate editor using raw HTML). Everyday billions of people use social media sites that are tightly controlled by the site owners and who pay nothing to their users. If we focus on adding the types of features those sites already have and keep our system open and free, with the chance for rewards, I think we're sitting on a winning combination.

\n

I do believe that the rewards system is an important force for attracting new users, but I think it's inevitable that not everyone is going to be able to make lots of money by authoring articles. First, most people aren't great writers (I hope this point isn't too controversial). Second, non-native English speakers are at a distinct disadvantage when trying to write English articles and the majority of powerful voters read English.

\n

One way that we can spread rewards around to users that aren't great English writers is to accept the idea that finding good articles and translating articles written in other languages is a useful function, as long as proper attribution is given to the original source. And if we're willing to give decent rewards to such posts, I think we will reduce the cases of unattributed copy-paste posting. Note, this doesn't require any changes to the code of Steem or Steemit, this is just a proposal for a cultural change.

\n

Final Note

\n

I met with the Steem team for lunch last week, and I was pleased to see they had added two new members to the team, including a new front-end web programmer. But I still think they can use more web guys, so if you're a skilled javascript programmer, I hope you will consider sending your resume to Ned. I think they generally favor employees who are willing to relocate, but if you're a rockstar maybe you can negotiate the point if it's an issue for you.

\n", + "body_length": 5709, + "cashout_time": "2016-09-08T00:16:15", + "category": "witness-category", + "children": 55, + "created": "2016-09-01T00:16:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\",\"steemit\"],\"links\":[\"http://www.peerplays.com/\",\"https://blocktrades.us\",\"https://github.com/steemit/steem/issues/323\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T00:18:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69528308094633, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "493.573 HBD", + "percent_hbd": 10000, + "permlink": "witness-report-for-blocktrades-for-last-week-of-august", + "post_id": 1078304, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness Report for BlockTrades for last week of August", + "title": "Witness Report for BlockTrades for last week of August", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@blocktrades/witness-report-for-blocktrades-for-last-week-of-august" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 19073889900896, - "rshares": 20534198290, - "voter": "kental" + "reputation": 51047995307721, + "rshares": 8391765797902, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 4461175827, - "voter": "asdes" + "reputation": 18882858310850, + "rshares": 292790464718, + "voter": "theoretical" }, { "percent": "10000", - "reputation": 8611900471557, - "rshares": 5119772028, - "voter": "poeticsnake" + "reputation": 1214229078, + "rshares": 3099397910, + "voter": "boy" }, { "percent": "10000", - "reputation": 0, - "rshares": 3876377655, - "voter": "ullikume" + "reputation": 4712949449, + "rshares": 3762747992, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 989801091, - "rshares": 174769884, - "voter": "money247" + "reputation": 1789951494550, + "rshares": 697354323, + "voter": "bunny" }, { "percent": "10000", - "reputation": 2344911104009, - "rshares": 11320864291, - "voter": "ekitcho" + "reputation": 103443134841, + "rshares": 54034364378, + "voter": "bue" }, { "percent": "10000", - "reputation": 2464511443415, - "rshares": 1873927040, - "voter": "alitas" + "reputation": 0, + "rshares": 1661031025, + "voter": "mini" }, { "percent": "10000", - "reputation": 229682900271, - "rshares": 147366556, - "voter": "bigsambucca" + "reputation": 0, + "rshares": 213669926, + "voter": "moon" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 92733638206, - "voter": "joele" + "reputation": 585246886482, + "rshares": 80705596577, + "voter": "vip" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3411045505, - "voter": "oflyhigh" + "reputation": 2802091583976, + "rshares": 12255071377, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 137363191136, - "rshares": 157606858, - "voter": "agussudaryanto" + "reputation": 0, + "rshares": 622760452, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2382545829, - "voter": "kainmarx" + "reputation": 0, + "rshares": 967252262, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 688331698, - "voter": "future24" + "reputation": 19959120564829, + "rshares": 39058555199, + "voter": "alexgr" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 51868121, - "voter": "zionuziriel" + "reputation": 0, + "rshares": 288151719, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 12188250813227, + "rshares": 87988126602, + "voter": "acidsun" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 12712877967688, + "rshares": 78077847939, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 204869765185479, + "rshares": 1035419469492, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 2199070663860, - "rshares": 1468068813, - "voter": "quantumanomaly" + "reputation": 15854806148148, + "rshares": 9268224848, + "voter": "richman" }, { "percent": "10000", - "reputation": -171959953, - "rshares": 62800646, - "voter": "hysmagus" + "reputation": 1111594060096, + "rshares": 3667766960, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 233196315, - "voter": "naifaz" + "reputation": 503318537891, + "rshares": 3934271770, + "voter": "jerome-colley" }, { - "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "percent": "0", + "reputation": 32983096229, + "rshares": 1515743221, + "voter": "tosch" }, { - "percent": "10000", - "reputation": 727733310136, - "rshares": 1642789677, - "voter": "mrdsoft" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431967857, + "voter": "murh" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588889351, - "voter": "erikclark13" + "reputation": 11765473490257, + "rshares": 41838583543, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, - "rshares": 273860901, - "voter": "gamerate" + "reputation": 1444446898291, + "rshares": 8638051553, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 1074787723323, - "rshares": 39082799117, - "voter": "salva82" + "reputation": 11136252375006, + "rshares": 371939787266, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 5108049297663, - "rshares": 4297084405, - "voter": "milaoz" + "reputation": 79561484422, + "rshares": 391306636, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 0, - "rshares": 230299622, - "voter": "vootka" + "reputation": 1233698174511, + "rshares": 1642251075, + "voter": "spartanza" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 58277489, - "voter": "confucius" + "reputation": 488865370830, + "rshares": 828125811, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 61696026, - "voter": "immortality" + "reputation": 3046358914696, + "rshares": 13348057713, + "voter": "samether" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 27919398660, - "voter": "mrosenquist" + "reputation": 5886979119053, + "rshares": 103078155127, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1391097404, - "voter": "bledarus" + "reputation": 6105332515536, + "rshares": 12845074310, + "voter": "primus" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81449765708, - "voter": "miacats" + "reputation": 5392624170369, + "rshares": 17546310743, + "voter": "grey580" }, { "percent": "10000", - "reputation": 0, - "rshares": 114992597, - "voter": "future-shock" + "reputation": 15285243314, + "rshares": 205139978, + "voter": "ales" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" - }, - { - "percent": "1400", - "reputation": 3814152361740, - "rshares": 1707313866, - "voter": "matrixdweller" + "reputation": 25639258699, + "rshares": 261365667, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 4276659410889, + "rshares": 3374026415, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 71551855, - "voter": "longevity" + "reputation": 1797275012018, + "rshares": 7853986919, + "voter": "dasha" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 60661014, - "voter": "rashka" + "reputation": 57643429300793, + "rshares": 300446841809, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1125097049, - "voter": "chinadaily" + "reputation": 5846151368508, + "rshares": 5128241342, + "voter": "romanskv" }, { "percent": "10000", - "reputation": 2747626258414, - "rshares": 2332474309, - "voter": "virtualgrowth" + "reputation": 454055212995, + "rshares": 1138244399, + "voter": "gidlark" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 71522641678, - "voter": "serejandmyself" + "reputation": 10248743813131, + "rshares": 18333388382, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 3216413, - "rshares": 57156522, - "voter": "ej2000" + "reputation": 12046532310513, + "rshares": 16635436784, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 5754523667110, + "rshares": 14162355691, + "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 13340545109003, + "rshares": 67550325998, + "voter": "jasonmcz" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 1059790037173, + "rshares": 586657946788, + "voter": "juneaugoldbuyer" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "percent": "-10000", + "reputation": -2499740471746, + "rshares": -31931917003, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 5451039980643, + "rshares": 230296351, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 86278476997, - "voter": "icfiedler" + "reputation": 18799092030582, + "rshares": 77582551453, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 58816907, - "voter": "longtech" + "reputation": 19111656178138, + "rshares": 56695924630, + "voter": "furion" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 8756590898, - "voter": "jaredcwillis" + "reputation": 7018477845661, + "rshares": 487924480362, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 5385371031617, - "rshares": 4080936853, - "voter": "mada" + "reputation": 2054508199522, + "rshares": 654725002, + "voter": "busser" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 4043983730848, + "rshares": 13210559533, + "voter": "mrgreen" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17449013254, - "voter": "yef99" + "reputation": 8017093633272, + "rshares": 10364563106, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 1027623674960, - "rshares": 2852794595, - "voter": "rossenpavlov" + "reputation": 1598540193144, + "rshares": 27466022386, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 26751356331019, - "rshares": 52691526785, - "voter": "sweetsssj" + "reputation": 131860560605, + "rshares": 321412488, + "voter": "zhuvazhuva" }, { "percent": "10000", - "reputation": 24276337891, - "rshares": 521177843, - "voter": "tradz" + "reputation": 26654160223111, + "rshares": 23257259492, + "voter": "halo" }, { "percent": "10000", - "reputation": 0, - "rshares": 58064982, - "voter": "zite" + "reputation": 1661526202859, + "rshares": 4300187363, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 6044404682, - "voter": "trev" + "reputation": 255391004842, + "rshares": 40262329847, + "voter": "w4lterwyte" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 6671849990, - "voter": "booky" + "reputation": 38947133984552, + "rshares": 196748071448, + "voter": "jesta" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 11644551965460, + "rshares": 13832169283, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 3523461665322, - "rshares": 2273037363, - "voter": "fat-like-buddha" + "reputation": 9512715139288, + "rshares": 78993986740, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 2744889063611, - "rshares": 1253463043, - "voter": "daniel030" + "reputation": 10445529851856, + "rshares": 11929926137, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 89452422, - "voter": "jtstreetman" + "reputation": 508062166232, + "rshares": 280552649, + "voter": "damiancraymond" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 710134987, - "voter": "runridefly" + "reputation": 594833631949, + "rshares": 6488399145, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 83059481, - "voter": "uziriel" + "reputation": 3502382308233, + "rshares": 3270221316, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 1318046765, - "voter": "funkywanderer" + "reputation": 3033861094190, + "rshares": 13251136205, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 21815260714191, + "rshares": 184727392922, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 19097202616, - "voter": "luminousvisions" + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 224144957883, + "rshares": 13737408203, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 24143253116, + "rshares": 125838590, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 53914923, - "voter": "osame066" + "reputation": 10910231620999, + "rshares": 18411403776, + "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 1830353392409, + "rshares": 3145819717, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 0, - "rshares": 56493128, - "voter": "triplep" + "reputation": 20001506960251, + "rshares": 222554394797, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 2914086421, - "voter": "doitvoluntarily" + "reputation": 2632564148, + "rshares": 5100353555, + "voter": "zelgald1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 200679300719, + "rshares": 266607399, + "voter": "lexinferno" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 12468455070375, + "rshares": 13339208962, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 415511458887, - "rshares": 200695446, - "voter": "ratidor" + "reputation": 75169935562, + "rshares": 196185915, + "voter": "strictlybusiness" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 422140583, - "voter": "shieha" + "reputation": 2568808468562, + "rshares": 2479087608, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 39913884914319, + "rshares": 18598966980, + "voter": "papa-pepper" }, { "percent": "10000", - "reputation": 0, - "rshares": 54632424, - "voter": "budda" + "reputation": 13032104555879, + "rshares": 10990758206, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 10552456597779, + "rshares": 2200383277, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 2926129985180, + "rshares": 89185611997, + "voter": "shaka" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 3278418228934, + "rshares": 4308754082, + "voter": "karenb54" }, { "percent": "10000", - "reputation": 3071821919457, - "rshares": 998189412, - "voter": "mbroek1983" + "reputation": 8710090850955, + "rshares": 35014501442, + "voter": "rampant" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 24770721231, - "voter": "dubi" + "reputation": 697263449295, + "rshares": 1391123383, + "voter": "crowne" }, { "percent": "10000", - "reputation": 2288762261504, - "rshares": 8842903950, - "voter": "goose" + "reputation": 11856501387697, + "rshares": 36184441236, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 4835227647717, + "rshares": 1368054427, + "voter": "merej99" }, { - "percent": "10000", - "reputation": 0, - "rshares": 54012814, - "voter": "warhammer" + "percent": "3400", + "reputation": 10771708337101, + "rshares": 375668054831, + "voter": "laonie" }, { "percent": "10000", - "reputation": 0, - "rshares": 53990613, - "voter": "roadhog" + "reputation": 1609279840801, + "rshares": 3800424712, + "voter": "rich77" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 75109707260, + "rshares": 26474355367, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": 0, - "rshares": 53764342, - "voter": "dr-who" + "reputation": 16577047541, + "rshares": 13892941691, + "voter": "sunshine" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 53240167, - "voter": "catsmart" + "reputation": 2287220532946, + "rshares": 1821180466, + "voter": "achim86" }, { - "percent": "10000", - "reputation": 0, - "rshares": 106768414, - "voter": "dr-house" + "percent": "3500", + "reputation": 3016325652890, + "rshares": 45657270771, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, - "rshares": 50377764, - "voter": "jenny-talls" + "reputation": 229682900271, + "rshares": 153381517, + "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 0, - "rshares": 53531096, - "voter": "imc" + "reputation": 66791976065, + "rshares": 94571629081, + "voter": "joele" }, { "percent": "10000", - "reputation": 0, - "rshares": 52332195, - "voter": "post-successful" + "reputation": 73944659327428, + "rshares": 77383783919, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 2451285776301, - "rshares": 1332516664, - "voter": "gavicrane" + "reputation": 1955505384817, + "rshares": 2376884012, + "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 0, - "rshares": 5275329238, - "voter": "chick1" + "reputation": 3740136030964, + "rshares": 625756089, + "voter": "future24" }, { "percent": "10000", - "reputation": 1896009750059, - "rshares": 70218237, - "voter": "whatsup" + "reputation": 68479560828, + "rshares": 127228899, + "voter": "harrycoins" }, { "percent": "10000", - "reputation": 972475674653, - "rshares": 643906514, - "voter": "nataliadobrick" + "reputation": 7436429161346, + "rshares": 11443046419, + "voter": "mione" }, { "percent": "10000", - "reputation": 62995887468, - "rshares": 56560766, - "voter": "freebornangel" + "reputation": 6058270767116, + "rshares": 5386318045, + "voter": "gonzo" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1918907925, - "voter": "ekaterinka" + "reputation": 1509612108450, + "rshares": 1507528738, + "voter": "jsantana" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 62362821, - "voter": "roman-dikanev" + "reputation": 517546794156, + "rshares": 135791318, + "voter": "steevc" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 3103554028241, + "rshares": 1819498653, + "voter": "levycore" }, { "percent": "10000", - "reputation": 1286719931439, - "rshares": 207163446, - "voter": "terrano" + "reputation": 1027623674960, + "rshares": 2875251965, + "voter": "rossenpavlov" }, { "percent": "10000", - "reputation": 1579201846721, - "rshares": 2913900118, - "voter": "pakganern" + "reputation": 4112973711517, + "rshares": 8102044670, + "voter": "generation.easy" }, { "percent": "10000", - "reputation": 14121798233, - "rshares": 53247190, - "voter": "omega1960" + "reputation": 1734036671982, + "rshares": 959083434, + "voter": "therealpaul" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 1011472794, - "voter": "robotev" + "reputation": 2405909145226, + "rshares": 6202403232, + "voter": "xbananax" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "percent": "-10000", + "reputation": 2744889063611, + "rshares": -1254869321, + "voter": "daniel030" }, { "percent": "10000", - "reputation": 164314202311, - "rshares": 198173350, - "voter": "vetvso" + "reputation": 4409431615794, + "rshares": 3886604220, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 1289521305818, - "rshares": 1527548069, - "voter": "cwbrooch" + "reputation": 809313892500, + "rshares": 6903986926, + "voter": "daveks" }, { "percent": "10000", - "reputation": 192046357763, - "rshares": 339045960, - "voter": "julia26" + "reputation": 364872562916, + "rshares": 1527647000, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 632553434228, - "rshares": 1292332892, - "voter": "peaceloveliberty" + "reputation": 1409339812298, + "rshares": 453480300, + "voter": "eight-rad" }, { "percent": "10000", - "reputation": 75487046, - "rshares": 162089082, - "voter": "simbafire" + "reputation": 574152440100, + "rshares": 361907111, + "voter": "profanarky" }, { - "percent": "10000", - "reputation": 312902704, - "rshares": 75952648, - "voter": "timalex" + "percent": "-10000", + "reputation": 3755265902762, + "rshares": -3222024851, + "voter": "l0k1" }, { "percent": "10000", - "reputation": 41596863062, - "rshares": 81556444, - "voter": "brainup" + "reputation": 4447885148, + "rshares": 52374497, + "voter": "osame066" }, { "percent": "10000", - "reputation": 630535104158, - "rshares": 80697914, - "voter": "silverbackjonz" + "reputation": 8412926035, + "rshares": 3561869779, + "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 319010109417, - "rshares": 1309209290, - "voter": "expedition" + "reputation": 8442182311998, + "rshares": 9435399382, + "voter": "ionescur" }, { "percent": "10000", - "reputation": 1520535240522, - "rshares": 416094341, - "voter": "anasz" + "reputation": 2483815670577, + "rshares": 4397392071, + "voter": "richardjuckes" }, { "percent": "10000", - "reputation": -565298235179, - "rshares": 129628407, - "voter": "elsi" + "reputation": 5004831958428, + "rshares": 3095000869, + "voter": "eveningstar92" }, { "percent": "10000", - "reputation": 10568161397, - "rshares": 128966618, - "voter": "jasonxg" + "reputation": 6227584776320, + "rshares": 6021833778, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 4071700342, - "rshares": 159281919, - "voter": "steemitgee" + "reputation": 8671572242235, + "rshares": 3186921892, + "voter": "mariandavp" }, { "percent": "10000", - "reputation": 86373454182, - "rshares": 136784207, - "voter": "pathtomydream" - } - ], - "author": "blocktrades", - "author_reputation": 70486967561347, - "beneficiaries": [], - "body": "\n

I had decided to stop posting these, since my last post was getting flack from some of the other witnesses (see comments in my previous witness post for details), but a couple of other people have since commented asking me to resume posting, so I've decided to start posting these again anyways. If other whales want to downvote these posts, so be it, I suppose my reputation score can stand the hit.

\n

Depending on how much I have to say at any given time, these posts may not be strictly weekly. Over the next two weeks, I have a really busy schedule related to Peerplays project deadlines, so I probably won't post during that time unless something important comes up.

\n

One thing I did like about making these posts weekly is it was a nice way to keep track of where my time goes. Two weeks have gone by, and it's already hard for me to remember exactly what we worked on during that time. I used to think I have a really great memory, but it seems to work better for facts/figures than for daily events, especially when my days tend to consist of jumping back and forth between a lot of different tasks. Sometimes I long for the days when I could just focus on one task for a long stretch of time. But it's hard to report on those tasks too, since then you sometimes struggle to say more than \u201ccontinued work on x\u201d unless you can figure out some nice way to describe your sub-goals in a way that makes sense to anyone besides yourself.

\n

What I remember of the last week or so...

\n

Not surprisingly, the thing I remember best is what I've done in the past few days. We've just added some new Steem-related trading pairs to BlockTrades:

\n

STEEM \u2192 ETH

\n

 STEEM \u2192 DOGE 

\n

STEEM \u2192 DASH 

\n

STEEM \u2192 LTC 

\n

(we already had the other direction for these pairs)
\nNew bidirectional paths for Steem Dollars: 

\n

SBD <-> ETH

\n

SBD <-> DOGE

\n

SBD <-> DASH

\n

SBD <-> LTC
\nWe'll also be adding support for some new coins soon and we'll add Steem/SBD pairs for those coins too.

\n

The Politics of Steem

\n

On the political side of Steem, the debate continues as to where Steem and Steemit should \u201cgo\u201d next. I continue to oppose to what I consider premature \u201ctinkering\u201d to the voting and curation system. The most recent case of this is https://github.com/steemit/steem/issues/323. At the very least, as suggested by some other witnesses, I think the threshold for such a vote should be more than a majority (at least 2/3 of all witnesses, for example). I've also heard several other curation-related proposals which I don't think have yet made it to the stage of github issues, but I haven't heard any yet that I think have a solid story to support them: they seem more like experiments to me, and I think experimenting with the heart of the value proposition for Steem Power is a risky operation.

\n

Instead of tweaking the curation system, I'm still advocating for more changes to the front-end of Steemit. This is because I believe that Steem is first and foremost an open, decentralized social media platform and that the user experience is more important than the rewards system. The platform should be easier to join, doing things like adding images, audio, and video should be extremely easy for novice users, the tagging system should work better, there should be more ways for users to interact with each other, there should a clear place on the Steemit site to get help and find information about site usage, and the latest revision of the post editor feels terrible to me (this is the first big post I've made using this version so I hadn't noticed it till now, but ultimately I resorted to editing this post in a separate editor using raw HTML). Everyday billions of people use social media sites that are tightly controlled by the site owners and who pay nothing to their users. If we focus on adding the types of features those sites already have and keep our system open and free, with the chance for rewards, I think we're sitting on a winning combination.

\n

I do believe that the rewards system is an important force for attracting new users, but I think it's inevitable that not everyone is going to be able to make lots of money by authoring articles. First, most people aren't great writers (I hope this point isn't too controversial). Second, non-native English speakers are at a distinct disadvantage when trying to write English articles and the majority of powerful voters read English.

\n

One way that we can spread rewards around to users that aren't great English writers is to accept the idea that finding good articles and translating articles written in other languages is a useful function, as long as proper attribution is given to the original source. And if we're willing to give decent rewards to such posts, I think we will reduce the cases of unattributed copy-paste posting. Note, this doesn't require any changes to the code of Steem or Steemit, this is just a proposal for a cultural change.

\n

Final Note

\n

I met with the Steem team for lunch last week, and I was pleased to see they had added two new members to the team, including a new front-end web programmer. But I still think they can use more web guys, so if you're a skilled javascript programmer, I hope you will consider sending your resume to Ned. I think they generally favor employees who are willing to relocate, but if you're a rockstar maybe you can negotiate the point if it's an issue for you.

\n", - "body_length": 5709, - "cashout_time": "2016-09-08T00:16:15", - "category": "witness-category", - "children": 55, - "created": "2016-09-01T00:16:15", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\",\"steemit\"],\"links\":[\"http://www.peerplays.com/\",\"https://blocktrades.us\",\"https://github.com/steemit/steem/issues/323\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T00:18:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 69528308094633, - "parent_author": "", - "parent_permlink": "witness-category", - "pending_payout_value": "493.573 HBD", - "percent_hbd": 10000, - "permlink": "witness-report-for-blocktrades-for-last-week-of-august", - "post_id": 1078304, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Witness Report for BlockTrades for last week of August", - "title": "Witness Report for BlockTrades for last week of August", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@blocktrades/witness-report-for-blocktrades-for-last-week-of-august" - }, - { - "active_votes": [ + "reputation": 1000151128321, + "rshares": 76880048, + "voter": "littlescribe" + }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 8391765797902, - "voter": "pharesim" + "reputation": 5014250342169, + "rshares": 4094187773, + "voter": "thornybastard" }, { "percent": "10000", - "reputation": 18882858310850, - "rshares": 292790464718, - "voter": "theoretical" + "reputation": 1815018579403, + "rshares": 1046881193, + "voter": "uceph" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099397910, - "voter": "boy" + "reputation": 563927807986, + "rshares": 1544801567, + "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3762747992, - "voter": "bue-witness" + "reputation": 1327349908318, + "rshares": 324923157, + "voter": "soldier" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697354323, - "voter": "bunny" + "reputation": 1996672246136, + "rshares": 1117779238, + "voter": "anomaly" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54034364378, - "voter": "bue" + "reputation": 1502200909130, + "rshares": 107171970, + "voter": "ola1" }, { "percent": "10000", - "reputation": 0, - "rshares": 1661031025, - "voter": "mini" + "reputation": 131138770594, + "rshares": 63781944, + "voter": "marquismiller" }, { "percent": "10000", - "reputation": 0, - "rshares": 213669926, - "voter": "moon" + "reputation": 1579201846721, + "rshares": 1545055544, + "voter": "pakganern" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 80705596577, - "voter": "vip" + "reputation": 971319419022, + "rshares": 841787796, + "voter": "annesaya" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 12255071377, - "voter": "proctologic" + "reputation": 414609406210, + "rshares": 1141836980, + "voter": "robotev" }, { "percent": "10000", - "reputation": 0, - "rshares": 622760452, - "voter": "healthcare" + "reputation": 2093855721226, + "rshares": 78281569, + "voter": "benberger" }, { "percent": "10000", - "reputation": 0, - "rshares": 967252262, - "voter": "daniel.pan" - }, + "reputation": 6189260023, + "rshares": 50226994, + "voter": "mariaroshal" + } + ], + "author": "berniesanders", + "author_reputation": 14765040488827, + "beneficiaries": [], + "body": "You're wasting your SBD, it would be better spent using the new promote function and I'm not going to waste my time sending it back to you. I don't look at any posts sent to me in transaction memos, period.", + "body_length": 207, + "cashout_time": "2016-09-07T18:16:12", + "category": "voting", + "children": 69, + "created": "2016-08-31T18:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\",\"promotion\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T18:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14130362354618, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "24.421 HBD", + "percent_hbd": 10000, + "permlink": "please-stop-sending-sbd-asking-me-to-look-at-your-links", + "post_id": 1074033, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Please stop sending SBD asking me to look at your links...", + "title": "Please stop sending SBD asking me to look at your links...", + "total_payout_value": "0.000 HBD", + "url": "/voting/@berniesanders/please-stop-sending-sbd-asking-me-to-look-at-your-links" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 19959120564829, - "rshares": 39058555199, - "voter": "alexgr" + "reputation": 145171381514207, + "rshares": 28578414231617, + "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, - "rshares": 288151719, - "voter": "helen.tan" + "reputation": 261787136527, + "rshares": 715315172073, + "voter": "barrie" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87988126602, - "voter": "acidsun" + "reputation": 949715155915, + "rshares": 7536819208835, + "voter": "steempty" }, { - "percent": "10000", - "reputation": 12712877967688, - "rshares": 78077847939, - "voter": "easteagle13" + "percent": "6500", + "reputation": 8151223409709, + "rshares": 11112059452352, + "voter": "rainman" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1035419469492, - "voter": "gavvet" + "reputation": 13823888326286, + "rshares": 14712861090982, + "voter": "summon" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 9268224848, - "voter": "richman" + "reputation": 70486967561347, + "rshares": 40152063599403, + "voter": "blocktrades" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3667766960, - "voter": "daycrypter" + "reputation": 8779714777561, + "rshares": 7460638274527, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 3934271770, - "voter": "jerome-colley" + "reputation": 0, + "rshares": 2820589582812, + "voter": "badassmother" }, { - "percent": "0", - "reputation": 32983096229, - "rshares": 1515743221, - "voter": "tosch" + "percent": "10000", + "reputation": 4107373187010, + "rshares": 1764476281160, + "voter": "hr1" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1431967857, - "voter": "murh" + "percent": "10000", + "reputation": 12842871326086, + "rshares": 120838362492, + "voter": "sandra" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 41838583543, - "voter": "justtryme90" + "reputation": 2827502899317, + "rshares": 1013021503661, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 8638051553, - "voter": "johnerfx" + "reputation": 36749432321730, + "rshares": 898984807435, + "voter": "liondani" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 371939787266, - "voter": "taoteh1221" + "reputation": 1214229078, + "rshares": 3099213331, + "voter": "boy" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 391306636, - "voter": "applecrisp" + "reputation": 4712949449, + "rshares": 3762517677, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1642251075, - "voter": "spartanza" + "reputation": 1789951494550, + "rshares": 697318387, + "voter": "bunny" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 828125811, - "voter": "sunnyray" + "reputation": 59074616588451, + "rshares": 7189144748274, + "voter": "complexring" }, { - "percent": "10000", - "reputation": 3046358914696, - "rshares": 13348057713, - "voter": "samether" + "percent": "5000", + "reputation": 49280708331375, + "rshares": 3387218199873, + "voter": "arhag" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 103078155127, - "voter": "geoffrey" + "reputation": 103443134841, + "rshares": 54017633969, + "voter": "bue" }, { "percent": "10000", - "reputation": 6105332515536, - "rshares": 12845074310, - "voter": "primus" + "reputation": 0, + "rshares": 1660933018, + "voter": "mini" }, { "percent": "10000", - "reputation": 5392624170369, - "rshares": 17546310743, - "voter": "grey580" + "reputation": 0, + "rshares": 213661759, + "voter": "moon" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 205139978, - "voter": "ales" + "reputation": 28971806962251, + "rshares": 2098803392642, + "voter": "joseph" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261365667, - "voter": "ladyclair" + "reputation": 12928765689257, + "rshares": 40376027315, + "voter": "aizensou" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3374026415, - "voter": "michaellamden68" + "reputation": 0, + "rshares": 398899558196, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 1797275012018, - "rshares": 7853986919, - "voter": "dasha" + "reputation": 100108166977919, + "rshares": 666190980527, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 300446841809, - "voter": "roelandp" + "reputation": 9028537022578, + "rshares": 2531337205627, + "voter": "recursive" }, { "percent": "10000", - "reputation": 5846151368508, - "rshares": 5128241342, - "voter": "romanskv" + "reputation": 7520586390, + "rshares": 139567988316, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 454055212995, - "rshares": 1138244399, - "voter": "gidlark" + "reputation": 0, + "rshares": 2487731941, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18333388382, - "voter": "katyakov" + "reputation": 124209883737229, + "rshares": 1279332871690, + "voter": "steempower" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 16635436784, - "voter": "stealthtrader" + "reputation": 18678729398345, + "rshares": 163732922717, + "voter": "pairmike" }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 14162355691, - "voter": "yogi.artist" + "reputation": 82600290949846, + "rshares": 1135858986846, + "voter": "cass" }, { "percent": "10000", - "reputation": 13340545109003, - "rshares": 67550325998, - "voter": "jasonmcz" + "reputation": 2802091583976, + "rshares": 18764610643, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 586657946788, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 622727783, + "voter": "healthcare" }, { - "percent": "-10000", - "reputation": -2499740471746, - "rshares": -31931917003, - "voter": "r4fken" + "percent": "10000", + "reputation": 0, + "rshares": 967199991, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 230296351, - "voter": "steemswede" + "reputation": 37454101478493, + "rshares": 278943755583, + "voter": "chitty" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 77582551453, - "voter": "derekareith" + "reputation": 0, + "rshares": 288140285, + "voter": "helen.tan" }, { - "percent": "10000", - "reputation": 19111656178138, - "rshares": 56695924630, - "voter": "furion" + "percent": "0", + "reputation": 9297772624222, + "rshares": 1373452015, + "voter": "suika" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 487924480362, - "voter": "neoxian" + "reputation": 2165622245848, + "rshares": 24445820229, + "voter": "yefet" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 654725002, - "voter": "busser" + "reputation": 3444102146490, + "rshares": 14351424587, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 4043983730848, - "rshares": 13210559533, - "voter": "mrgreen" + "reputation": 361002365029, + "rshares": 899970018, + "voter": "moh-rokib" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 10364563106, - "voter": "ausbitbank" + "reputation": 14073457536993, + "rshares": 80058020962, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 27466022386, - "voter": "gord0b" + "reputation": 54345938068170, + "rshares": 306291849402, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 131860560605, - "rshares": 321412488, - "voter": "zhuvazhuva" + "reputation": 12712877967688, + "rshares": 79666936926, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 26654160223111, - "rshares": 23257259492, - "voter": "halo" + "reputation": 1590661010140, + "rshares": 23701787091, + "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4300187363, - "voter": "gikitiki" + "reputation": 4733188979515, + "rshares": 12395733194, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 255391004842, - "rshares": 40262329847, - "voter": "w4lterwyte" + "reputation": 45329454600539, + "rshares": 166869265685, + "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 196748071448, - "voter": "jesta" + "reputation": 87363750745142, + "rshares": 490528096016, + "voter": "dana-edwards" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 13832169283, - "voter": "senseiteekay" + "reputation": 3675361198293, + "rshares": 15845225789, + "voter": "sock" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 78993986740, - "voter": "ntomaino" + "reputation": 9600934617910, + "rshares": 14200677351, + "voter": "jademont" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11929926137, - "voter": "meesterboom" + "reputation": 1655372026731, + "rshares": 8205652790, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 508062166232, - "rshares": 280552649, - "voter": "damiancraymond" + "reputation": 12382143533351, + "rshares": 550585846053, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 594833631949, - "rshares": 6488399145, - "voter": "lichtblick" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8058659209, + "voter": "fkn" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3270221316, - "voter": "maximkichev" + "reputation": 0, + "rshares": 475449654, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13251136205, - "voter": "nippel66" + "reputation": 3380310417590, + "rshares": 9966710701, + "voter": "mranderson" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 184727392922, - "voter": "blueorgy" + "reputation": 376960001789, + "rshares": 5581288224, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" + "reputation": 436017530085, + "rshares": 28508164721, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 13737408203, - "voter": "all-of-us" + "reputation": 3940140049670, + "rshares": 46957144405, + "voter": "tsugimoto" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 125838590, - "voter": "bobo012" + "reputation": 1172373556107, + "rshares": 2098982781, + "voter": "gekko" }, { "percent": "10000", - "reputation": 10910231620999, - "rshares": 18411403776, - "voter": "bendjmiller222" + "reputation": 26867938976163, + "rshares": 340907048790, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 1830353392409, - "rshares": 3145819717, - "voter": "azurejasper" + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10610493223, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 222554394797, - "voter": "liberosist" + "reputation": 15854806148148, + "rshares": 9268209882, + "voter": "richman" }, { "percent": "10000", - "reputation": 2632564148, - "rshares": 5100353555, - "voter": "zelgald1" + "reputation": 58571016273092, + "rshares": 692293990783, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 200679300719, - "rshares": 266607399, - "voter": "lexinferno" + "reputation": 503318537891, + "rshares": 3147417416, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13339208962, - "voter": "carlidos" + "reputation": 3864679285504, + "rshares": 60409819435, + "voter": "avarice" }, { "percent": "10000", - "reputation": 75169935562, - "rshares": 196185915, - "voter": "strictlybusiness" + "reputation": 15755437221598, + "rshares": 17260900202, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2479087608, - "voter": "sompitonov" + "reputation": 627954645291, + "rshares": 3904427466, + "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 39913884914319, - "rshares": 18598966980, - "voter": "papa-pepper" + "reputation": 42741727265739, + "rshares": 156681192099, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 10990758206, - "voter": "winstonwolfe" + "reputation": 49136918266, + "rshares": 14125089559, + "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2200383277, - "voter": "royalmacro" + "reputation": 6580794427504, + "rshares": 56762468044, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 89185611997, - "voter": "shaka" + "reputation": 21903005256174, + "rshares": 236032484956, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 4308754082, - "voter": "karenb54" + "reputation": 16025488740118, + "rshares": 22048771273, + "voter": "klye" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 35014501442, - "voter": "rampant" + "reputation": 14968641922913, + "rshares": 54129776980, + "voter": "oaldamster" }, { "percent": "10000", - "reputation": 697263449295, - "rshares": 1391123383, - "voter": "crowne" + "reputation": 161089556767, + "rshares": 79658488987, + "voter": "asch" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 36184441236, - "voter": "allasyummyfood" + "reputation": 60877390332151, + "rshares": 528830142285, + "voter": "kevinwong" }, { - "percent": "10000", - "reputation": 4835227647717, - "rshares": 1368054427, - "voter": "merej99" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431860705, + "voter": "murh" }, { - "percent": "3400", - "reputation": 10771708337101, - "rshares": 375668054831, - "voter": "laonie" + "percent": "10000", + "reputation": 2444317330502, + "rshares": 7304545352, + "voter": "radioactivities" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3800424712, - "voter": "rich77" + "reputation": 34874025761373, + "rshares": 352666508098, + "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 75109707260, - "rshares": 26474355367, - "voter": "persianqueen" + "reputation": 4676723015398, + "rshares": 19944116455, + "voter": "vippero" }, { "percent": "10000", - "reputation": 16577047541, - "rshares": 13892941691, - "voter": "sunshine" + "reputation": 824717099743, + "rshares": 586286811332, + "voter": "cyber" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 1821180466, - "voter": "achim86" + "reputation": 3037854988445, + "rshares": 64287051785, + "voter": "ak2020" }, { - "percent": "3500", - "reputation": 3016325652890, - "rshares": 45657270771, - "voter": "xiaohui" + "percent": "10000", + "reputation": 10395665548525, + "rshares": 249529717336, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 229682900271, - "rshares": 153381517, - "voter": "bigsambucca" + "reputation": 9090232372242, + "rshares": 80905097366, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 94571629081, - "voter": "joele" + "reputation": 1444446898291, + "rshares": 9361058328, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 77383783919, - "voter": "sirwinchester" + "reputation": 11136252375006, + "rshares": 380373368460, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 1955505384817, - "rshares": 2376884012, - "voter": "pgarcgo" + "reputation": 79561484422, + "rshares": 391306636, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 625756089, - "voter": "future24" + "reputation": 1233698174511, + "rshares": 1675750169, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 68479560828, - "rshares": 127228899, - "voter": "harrycoins" + "reputation": 0, + "rshares": 371338569, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11443046419, - "voter": "mione" + "reputation": 514799489426, + "rshares": 362456879267, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 6058270767116, - "rshares": 5386318045, - "voter": "gonzo" + "reputation": 62345041692781, + "rshares": 283907126703, + "voter": "hisnameisolllie" }, { "percent": "10000", - "reputation": 1509612108450, - "rshares": 1507528738, - "voter": "jsantana" + "reputation": 3804349938696, + "rshares": 51871695594, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 135791318, - "voter": "steevc" + "reputation": 3906896686802, + "rshares": 62760893653, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 1819498653, - "voter": "levycore" + "reputation": 3525238421, + "rshares": 73476697771, + "voter": "a48" }, { "percent": "10000", - "reputation": 1027623674960, - "rshares": 2875251965, - "voter": "rossenpavlov" + "reputation": 1380612911758, + "rshares": 4477107456, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 4112973711517, - "rshares": 8102044670, - "voter": "generation.easy" + "reputation": 1703172762438, + "rshares": 16871056217, + "voter": "andrei" }, { "percent": "10000", - "reputation": 1734036671982, - "rshares": 959083434, - "voter": "therealpaul" + "reputation": 77590508815145, + "rshares": 274772121332, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 2405909145226, - "rshares": 6202403232, - "voter": "xbananax" + "reputation": 60725834714442, + "rshares": 501090493156, + "voter": "infovore" }, { - "percent": "-10000", - "reputation": 2744889063611, - "rshares": -1254869321, - "voter": "daniel030" + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77535334483, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3886604220, - "voter": "loganarchy" + "reputation": 6877012376448, + "rshares": 127102932429, + "voter": "beervangeer" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 6903986926, - "voter": "daveks" + "reputation": 1050758001641, + "rshares": 22320869653, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 1527647000, - "voter": "funkywanderer" + "reputation": 5260794316761, + "rshares": 137032427080, + "voter": "schro" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 453480300, - "voter": "eight-rad" + "reputation": 1960155455032, + "rshares": 4044736896, + "voter": "usefree" }, { "percent": "10000", - "reputation": 574152440100, - "rshares": 361907111, - "voter": "profanarky" + "reputation": 157636214062, + "rshares": 23884826906, + "voter": "ozzy-vega" }, { - "percent": "-10000", - "reputation": 3755265902762, - "rshares": -3222024851, - "voter": "l0k1" + "percent": "10000", + "reputation": 36344377648, + "rshares": 43182207190, + "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 52374497, - "voter": "osame066" + "reputation": 20692382318966, + "rshares": 244171423023, + "voter": "mauricemikkers" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3561869779, - "voter": "ericbotticelli" + "reputation": 3924899966690, + "rshares": 74385216824, + "voter": "gtg" }, { "percent": "10000", - "reputation": 8442182311998, - "rshares": 9435399382, - "voter": "ionescur" + "reputation": 28873518041457, + "rshares": 70525207670, + "voter": "razvanelulmarin" }, { "percent": "10000", - "reputation": 2483815670577, - "rshares": 4397392071, - "voter": "richardjuckes" + "reputation": 111391460708814, + "rshares": 403541026483, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 5004831958428, - "rshares": 3095000869, - "voter": "eveningstar92" + "reputation": 6029824012432, + "rshares": 17687246677, + "voter": "frankjones" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 6021833778, - "voter": "renzoarg" + "reputation": 12656257002205, + "rshares": 45469527885, + "voter": "clement" }, { "percent": "10000", - "reputation": 8671572242235, - "rshares": 3186921892, - "voter": "mariandavp" + "reputation": 67229955621, + "rshares": 343040805, + "voter": "gerber" }, { "percent": "10000", - "reputation": 1000151128321, - "rshares": 76880048, - "voter": "littlescribe" + "reputation": 8461965690396, + "rshares": 57021897355, + "voter": "norbu" }, { "percent": "10000", - "reputation": 5014250342169, - "rshares": 4094187773, - "voter": "thornybastard" + "reputation": 5392624170369, + "rshares": 17546310743, + "voter": "grey580" }, { "percent": "10000", - "reputation": 1815018579403, - "rshares": 1046881193, - "voter": "uceph" + "reputation": 177578566464, + "rshares": 368018452, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 563927807986, - "rshares": 1544801567, - "voter": "bitcoinparadise" + "reputation": 15285243314, + "rshares": 248327342, + "voter": "ales" }, { "percent": "10000", - "reputation": 1327349908318, - "rshares": 324923157, - "voter": "soldier" + "reputation": 6813289592775, + "rshares": 5659285078, + "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 1996672246136, - "rshares": 1117779238, - "voter": "anomaly" + "reputation": 25639258699, + "rshares": 266592981, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 107171970, - "voter": "ola1" + "reputation": 17405459234693, + "rshares": 87949900743, + "voter": "venuspcs" }, { "percent": "10000", - "reputation": 131138770594, - "rshares": 63781944, - "voter": "marquismiller" + "reputation": 112943056223182, + "rshares": 230131212335, + "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 1579201846721, - "rshares": 1545055544, - "voter": "pakganern" + "reputation": 40255997582, + "rshares": 8820426412, + "voter": "cannav" }, { "percent": "10000", - "reputation": 971319419022, - "rshares": 841787796, - "voter": "annesaya" + "reputation": 2544044850677, + "rshares": 15989183108, + "voter": "eindbas" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 1141836980, - "voter": "robotev" + "reputation": 54984589934, + "rshares": 305995962, + "voter": "kosimoos" }, { "percent": "10000", - "reputation": 2093855721226, - "rshares": 78281569, - "voter": "benberger" + "reputation": 336763673779, + "rshares": 219707216446, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 6189260023, - "rshares": 50226994, - "voter": "mariaroshal" - } - ], - "author": "berniesanders", - "author_reputation": 14765040488827, - "beneficiaries": [], - "body": "You're wasting your SBD, it would be better spent using the new promote function and I'm not going to waste my time sending it back to you. I don't look at any posts sent to me in transaction memos, period.", - "body_length": 207, - "cashout_time": "2016-09-07T18:16:12", - "category": "voting", - "children": 69, - "created": "2016-08-31T18:16:12", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"voting\",\"promotion\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T18:16:12", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 14130362354618, - "parent_author": "", - "parent_permlink": "voting", - "pending_payout_value": "24.421 HBD", - "percent_hbd": 10000, - "permlink": "please-stop-sending-sbd-asking-me-to-look-at-your-links", - "post_id": 1074033, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Please stop sending SBD asking me to look at your links...", - "title": "Please stop sending SBD asking me to look at your links...", - "total_payout_value": "0.000 HBD", - "url": "/voting/@berniesanders/please-stop-sending-sbd-asking-me-to-look-at-your-links" - }, - { - "active_votes": [ - { - "percent": "10000", - "reputation": 145171381514207, - "rshares": 28578414231617, - "voter": "dantheman" + "reputation": 15603689614497, + "rshares": 27262503903, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 715315172073, - "voter": "barrie" + "reputation": 57643429300793, + "rshares": 306452329593, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7536819208835, - "voter": "steempty" + "reputation": 156169282296, + "rshares": 284060991, + "voter": "sonyanka" }, { - "percent": "6500", - "reputation": 8151223409709, - "rshares": 11112059452352, - "voter": "rainman" + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4453166476, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14712861090982, - "voter": "summon" + "reputation": 1450924981021, + "rshares": 43337430941, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 70486967561347, - "rshares": 40152063599403, - "voter": "blocktrades" + "reputation": 19449097565894, + "rshares": 59759386132, + "voter": "lehard" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7460638274527, - "voter": "riverhead" + "reputation": 3148690478580, + "rshares": 8074803790, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 0, - "rshares": 2820589582812, - "voter": "badassmother" + "reputation": 2083279715738, + "rshares": 5240855771, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1764476281160, - "voter": "hr1" + "reputation": 40557912481, + "rshares": 254299917, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 120838362492, - "voter": "sandra" + "reputation": 17484609383217, + "rshares": 119668115185, + "voter": "robrigo" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 1013021503661, - "voter": "ihashfury" + "reputation": 19462531467501, + "rshares": 32000450389, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 36749432321730, - "rshares": 898984807435, - "voter": "liondani" + "reputation": 6196402667353, + "rshares": 10085663399, + "voter": "jako" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099213331, - "voter": "boy" + "reputation": 2222945795019, + "rshares": 127351032220, + "voter": "chhayll" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3762517677, - "voter": "bue-witness" + "reputation": 2880187298062, + "rshares": 2870261618, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697318387, - "voter": "bunny" + "reputation": 305047794164, + "rshares": 133100701332, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 7189144748274, - "voter": "complexring" + "reputation": 6180521629731, + "rshares": 14064716792, + "voter": "elyaque" }, { - "percent": "5000", - "reputation": 49280708331375, - "rshares": 3387218199873, - "voter": "arhag" + "percent": "10000", + "reputation": 91531121710, + "rshares": 291175345, + "voter": "bryanj4" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54017633969, - "voter": "bue" + "reputation": 13340545109003, + "rshares": 68901332518, + "voter": "jasonmcz" }, { "percent": "10000", - "reputation": 0, - "rshares": 1660933018, - "voter": "mini" + "reputation": 17910661583686, + "rshares": 209442228322, + "voter": "guerrint" }, { "percent": "10000", - "reputation": 0, - "rshares": 213661759, - "voter": "moon" + "reputation": 97622606374, + "rshares": 515823226, + "voter": "chamviet" }, { "percent": "10000", - "reputation": 28971806962251, - "rshares": 2098803392642, - "voter": "joseph" + "reputation": 1059790037173, + "rshares": 599975985871, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 12928765689257, - "rshares": 40376027315, - "voter": "aizensou" + "reputation": -2499740471746, + "rshares": 33991253894, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, - "rshares": 398899558196, - "voter": "recursive3" + "reputation": 1380128900631, + "rshares": 293427569, + "voter": "romel" }, { "percent": "10000", - "reputation": 100108166977919, - "rshares": 666190980527, - "voter": "masteryoda" + "reputation": 5451039980643, + "rshares": 307061801, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2531337205627, - "voter": "recursive" + "reputation": 18799092030582, + "rshares": 80255500469, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 139567988316, - "voter": "mrs.agsexplorer" + "reputation": 6340616331847, + "rshares": 16592666906, + "voter": "picokernel" }, { "percent": "10000", - "reputation": 0, - "rshares": 2487731941, - "voter": "bingo-1" + "reputation": 91432229392, + "rshares": 7224707361, + "voter": "gatoso" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1279332871690, - "voter": "steempower" + "reputation": 19111656178138, + "rshares": 56667001352, + "voter": "furion" }, { "percent": "10000", - "reputation": 18678729398345, - "rshares": 163732922717, - "voter": "pairmike" + "reputation": 255936097265, + "rshares": 10585897357, + "voter": "seanmchughart" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 1135858986846, - "voter": "cass" + "reputation": 2054508199522, + "rshares": 640289369, + "voter": "busser" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 18764610643, - "voter": "proctologic" + "reputation": 12755003778, + "rshares": 314896561, + "voter": "onthewayout" }, { "percent": "10000", - "reputation": 0, - "rshares": 622727783, - "voter": "healthcare" + "reputation": 3149488018622, + "rshares": 3685852833, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 0, - "rshares": 967199991, - "voter": "daniel.pan" + "percent": "3000", + "reputation": 9142611234, + "rshares": 211552013, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 37454101478493, - "rshares": 278943755583, - "voter": "chitty" + "percent": "3000", + "reputation": 3871042, + "rshares": 195806237, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, - "rshares": 288140285, - "voter": "helen.tan" + "reputation": 8577172826419, + "rshares": 113581011154, + "voter": "crypt0" }, { - "percent": "0", - "reputation": 9297772624222, - "rshares": 1373452015, - "voter": "suika" + "percent": "10000", + "reputation": 81102912, + "rshares": 231868639, + "voter": "mirspirs" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24445820229, - "voter": "yefet" + "reputation": 960610083080, + "rshares": 1206462597, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14351424587, - "voter": "gregory-f" + "reputation": 3320684282022, + "rshares": 150441300114, + "voter": "knircky" }, { "percent": "10000", - "reputation": 361002365029, - "rshares": 899970018, - "voter": "moh-rokib" + "reputation": 4043983730848, + "rshares": 14817185111, + "voter": "mrgreen" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 80058020962, - "voter": "edgeland" + "reputation": 8017093633272, + "rshares": 11608274094, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 306291849402, - "voter": "craig-grant" + "reputation": 54870619364044, + "rshares": 146367851479, + "voter": "jacor" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 79666936926, - "voter": "easteagle13" + "reputation": 1220081355, + "rshares": 243356345, + "voter": "ardina" }, { "percent": "10000", - "reputation": 1590661010140, - "rshares": 23701787091, - "voter": "mod-tamichh" + "reputation": 1371681467487, + "rshares": 7416684202, + "voter": "autosmile13" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 12395733194, - "voter": "ervin-lemark" + "reputation": 1598540193144, + "rshares": 28016174019, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 45329454600539, - "rshares": 166869265685, - "voter": "jamtaylor" + "reputation": 1440357780524, + "rshares": 787459550, + "voter": "dicov" }, { "percent": "10000", - "reputation": 87363750745142, - "rshares": 490528096016, - "voter": "dana-edwards" + "reputation": 0, + "rshares": 919965160, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 3675361198293, - "rshares": 15845225789, - "voter": "sock" + "reputation": 26654160223111, + "rshares": 22132591731, + "voter": "halo" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 14200677351, - "voter": "jademont" + "reputation": 6030999377480, + "rshares": 14703427120, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8205652790, - "voter": "cryptorune" + "reputation": 1661526202859, + "rshares": 4487120677, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 550585846053, - "voter": "eeks" + "reputation": 2821855573125, + "rshares": 2850009110, + "voter": "steemit-life" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8058659209, - "voter": "fkn" + "percent": "10000", + "reputation": 1648396897354, + "rshares": 10804682685, + "voter": "asim" }, { "percent": "10000", - "reputation": 0, - "rshares": 475449654, - "voter": "paco-steem" + "reputation": 255391004842, + "rshares": 40262005187, + "voter": "w4lterwyte" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 9966710701, - "voter": "mranderson" + "reputation": 38947133984552, + "rshares": 196640679868, + "voter": "jesta" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5581288224, - "voter": "spaninv" + "reputation": 1563271634183, + "rshares": 100566166372, + "voter": "paco" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 28508164721, - "voter": "instructor2121" + "reputation": 10077167197115, + "rshares": 38554800797, + "voter": "biophil" }, { "percent": "10000", - "reputation": 3940140049670, - "rshares": 46957144405, - "voter": "tsugimoto" + "reputation": 11644551965460, + "rshares": 11500305331, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2098982781, - "voter": "gekko" + "reputation": 2397831198773, + "rshares": 4405693030, + "voter": "karen13" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 340907048790, - "voter": "teamsteem" + "reputation": 93395785733, + "rshares": 1425022589, + "voter": "jrd8526" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10610493223, - "voter": "elishagh1" + "percent": "10000", + "reputation": 10445529851856, + "rshares": 11184364506, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 9268209882, - "voter": "richman" + "reputation": 3674446315320, + "rshares": 11248180214, + "voter": "domavila" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 692293990783, - "voter": "nanzo-scoop" + "reputation": 8911872385291, + "rshares": 47927658906, + "voter": "creationlayer" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 3147417416, - "voter": "jerome-colley" + "reputation": 5029542492239, + "rshares": 8680816332, + "voter": "blinova" }, { "percent": "10000", - "reputation": 3864679285504, - "rshares": 60409819435, - "voter": "avarice" + "reputation": 9836722, + "rshares": 235512684, + "voter": "jesse5th" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17260900202, - "voter": "acidyo" + "reputation": 30694001824, + "rshares": 1453879983, + "voter": "vorsseli" }, { "percent": "10000", - "reputation": 627954645291, - "rshares": 3904427466, - "voter": "jonno-katz" + "reputation": 5740590214206, + "rshares": 11947907580, + "voter": "tinyhomeliving" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 156681192099, - "voter": "steve-walschot" + "reputation": 1058072223123, + "rshares": 402435812, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 49136918266, - "rshares": 14125089559, - "voter": "cian.dafe" + "reputation": 6741143115703, + "rshares": 4428512342, + "voter": "herverisson" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56762468044, - "voter": "hannixx42" + "reputation": 5183116321161, + "rshares": 3826215392, + "voter": "krystle" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 236032484956, - "voter": "mummyimperfect" + "reputation": 97417747806297, + "rshares": 262050505323, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 22048771273, - "voter": "klye" + "reputation": 658204768651, + "rshares": 44059716321, + "voter": "milestone" }, { "percent": "10000", - "reputation": 14968641922913, - "rshares": 54129776980, - "voter": "oaldamster" + "reputation": 2620486879029, + "rshares": 1969628311, + "voter": "arcange" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 79658488987, - "voter": "asch" + "reputation": 594833631949, + "rshares": 6783070960, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 528830142285, - "voter": "kevinwong" + "reputation": 2090799841362, + "rshares": 2028182254, + "voter": "dimon14" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1431860705, - "voter": "murh" + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1452681946, + "voter": "natali22" }, { "percent": "10000", - "reputation": 2444317330502, - "rshares": 7304545352, - "voter": "radioactivities" + "reputation": 2713713668533, + "rshares": 1896715910, + "voter": "the-future" }, { "percent": "10000", - "reputation": 34874025761373, - "rshares": 352666508098, - "voter": "blakemiles84" + "reputation": 1447627612177, + "rshares": 3705515743, + "voter": "adamt" }, { "percent": "10000", - "reputation": 4676723015398, - "rshares": 19944116455, - "voter": "vippero" + "reputation": 3033861094190, + "rshares": 12975101554, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 586286811332, - "voter": "cyber" + "reputation": 34120390016, + "rshares": 2976001628, + "voter": "imp3" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 64287051785, - "voter": "ak2020" + "reputation": 9734558763221, + "rshares": 12322512371, + "voter": "phenom" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 249529717336, - "voter": "billbutler" + "reputation": 9999779221262, + "rshares": 37716701350, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 80905097366, - "voter": "eric-boucher" + "reputation": 1558637285991, + "rshares": 2424094754, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9361058328, - "voter": "johnerfx" + "reputation": 21815260714191, + "rshares": 196468828527, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 380373368460, - "voter": "taoteh1221" + "reputation": 57820199104417, + "rshares": 98585413011, + "voter": "opheliafu" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 391306636, - "voter": "applecrisp" + "reputation": -124823359245, + "rshares": 19570106958, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1675750169, - "voter": "spartanza" + "reputation": 224144957883, + "rshares": 14309800212, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, - "rshares": 371338569, - "voter": "stiletto" + "reputation": 1193366475012, + "rshares": 1463034800, + "voter": "madhatting" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 362456879267, - "voter": "hedge-x" + "reputation": 843226172873, + "rshares": 59942059852, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 62345041692781, - "rshares": 283907126703, - "voter": "hisnameisolllie" + "reputation": 24143253116, + "rshares": 123371166, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 51871695594, - "voter": "juanmiguelsalas" + "reputation": 1532881687066, + "rshares": 8079941605, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 62760893653, - "voter": "thecryptodrive" + "reputation": 8897174175, + "rshares": 196930561, + "voter": "eclipse0" }, { "percent": "10000", - "reputation": 3525238421, - "rshares": 73476697771, - "voter": "a48" + "reputation": 1394532106132, + "rshares": 7310883681, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4477107456, - "voter": "dahaz159" + "reputation": 433924646062, + "rshares": 165657309866, + "voter": "gabbans" }, { "percent": "10000", - "reputation": 1703172762438, - "rshares": 16871056217, - "voter": "andrei" + "reputation": 10910231620999, + "rshares": 18407230178, + "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 274772121332, - "voter": "kaylinart" + "reputation": 2619388406406, + "rshares": 2330315900, + "voter": "vlad" }, { "percent": "10000", - "reputation": 60725834714442, - "rshares": 501090493156, - "voter": "infovore" + "reputation": 4194711042931, + "rshares": 4302076450, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 77535334483, - "voter": "tim-johnston" + "reputation": 632733211156, + "rshares": 19319843660, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 6877012376448, - "rshares": 127102932429, - "voter": "beervangeer" + "reputation": 3782785917192, + "rshares": 8985890678, + "voter": "oumar" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 22320869653, - "voter": "ossama-benjohn" + "reputation": 1878917499597, + "rshares": 5676001625, + "voter": "sharker" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 137032427080, - "voter": "schro" + "reputation": 11482318062844, + "rshares": 33269233871, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 4044736896, - "voter": "usefree" + "reputation": 1633600290379, + "rshares": 13325982103, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 157636214062, - "rshares": 23884826906, - "voter": "ozzy-vega" + "reputation": 5883461278385, + "rshares": 76839963933, + "voter": "rea" }, { "percent": "10000", - "reputation": 36344377648, - "rshares": 43182207190, - "voter": "marco-delsalto" + "reputation": -775526496810, + "rshares": 1492967603, + "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 20692382318966, - "rshares": 244171423023, - "voter": "mauricemikkers" + "reputation": 160134373956, + "rshares": 7970107770, + "voter": "neroru" }, { "percent": "10000", - "reputation": 3924899966690, - "rshares": 74385216824, - "voter": "gtg" + "reputation": 40107084, + "rshares": 158969085, + "voter": "xand" }, { "percent": "10000", - "reputation": 28873518041457, - "rshares": 70525207670, - "voter": "razvanelulmarin" + "reputation": 14988694886527, + "rshares": 214428713823, + "voter": "jl777" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 403541026483, - "voter": "fyrstikken" + "reputation": 163343680085, + "rshares": 392563526, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 6029824012432, - "rshares": 17687246677, - "voter": "frankjones" + "reputation": 2795999874461, + "rshares": 1016109717826, + "voter": "james212" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 45469527885, - "voter": "clement" + "reputation": 101628344707, + "rshares": 804229760, + "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 67229955621, - "rshares": 343040805, - "voter": "gerber" + "reputation": 879409745645, + "rshares": 2555598919, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 8461965690396, - "rshares": 57021897355, - "voter": "norbu" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6521433563, + "voter": "positive" }, { "percent": "10000", - "reputation": 5392624170369, - "rshares": 17546310743, - "voter": "grey580" + "reputation": 1108513184232, + "rshares": 12102661954, + "voter": "ben.zimmerman" }, { "percent": "10000", - "reputation": 177578566464, - "rshares": 368018452, - "voter": "chetlanin" + "reputation": 678073276260, + "rshares": 670028264, + "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 248327342, - "voter": "ales" + "reputation": 35209974404, + "rshares": 130660676, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 6813289592775, - "rshares": 5659285078, - "voter": "arcaneinfo" + "reputation": 496208892, + "rshares": 118201007, + "voter": "cyonic" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 266592981, - "voter": "ladyclair" + "reputation": 6985921192853, + "rshares": 212116356503, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 17405459234693, - "rshares": 87949900743, - "voter": "venuspcs" + "reputation": 75169935562, + "rshares": 196185915, + "voter": "strictlybusiness" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 230131212335, - "voter": "ericvancewalton" + "reputation": 270533787248, + "rshares": 780032261, + "voter": "mohammed123" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 8820426412, - "voter": "cannav" + "reputation": 16565593460480, + "rshares": 57243872522, + "voter": "susanne" }, { "percent": "10000", - "reputation": 2544044850677, - "rshares": 15989183108, - "voter": "eindbas" + "reputation": 2615896270, + "rshares": 5163657696, + "voter": "sacode" }, { "percent": "10000", - "reputation": 54984589934, - "rshares": 305995962, - "voter": "kosimoos" + "reputation": 69628175386, + "rshares": 405949961, + "voter": "quigua" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 219707216446, - "voter": "asmolokalo" + "reputation": 7078941123096, + "rshares": 14544651119, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 27262503903, - "voter": "good-karma" + "reputation": 13032104555879, + "rshares": 11219396154, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 306452329593, - "voter": "roelandp" + "reputation": 3777763523032, + "rshares": 20951750828, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 156169282296, - "rshares": 284060991, - "voter": "sonyanka" + "reputation": 114499038747, + "rshares": 418144058, + "voter": "kooshikoo" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 4453166476, - "voter": "dennygalindo" + "reputation": 2924133430111, + "rshares": 688931909, + "voter": "favorit" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 43337430941, - "voter": "ezzy" + "reputation": 9611048410314, + "rshares": 24328823034, + "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 59759386132, - "voter": "lehard" + "reputation": 28445884, + "rshares": 226628863, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 8074803790, - "voter": "kakradetome" + "reputation": 58190631451, + "rshares": 18454132094, + "voter": "proto" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5240855771, - "voter": "riscadox" + "reputation": 153480676290, + "rshares": 618560648, + "voter": "curator" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 254299917, - "voter": "mstang83" + "reputation": -2287580630, + "rshares": 1979512137, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 17484609383217, - "rshares": 119668115185, - "voter": "robrigo" + "reputation": 4062552056713, + "rshares": 10712466573, + "voter": "phoenixmaid" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 32000450389, - "voter": "hitmeasap" + "reputation": 16914207527051, + "rshares": 36830998476, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 6196402667353, - "rshares": 10085663399, - "voter": "jako" + "reputation": 30555958860, + "rshares": 5641004455, + "voter": "unseenuno" }, { "percent": "10000", - "reputation": 2222945795019, - "rshares": 127351032220, - "voter": "chhayll" + "reputation": 3005005344055, + "rshares": 18648897941, + "voter": "fabien" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2870261618, - "voter": "stranger27" + "reputation": 180302238683, + "rshares": 191795165, + "voter": "asddsa" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 133100701332, - "voter": "jackkang" + "reputation": 134736123867, + "rshares": 18091411211, + "voter": "lsc9999" }, { "percent": "10000", - "reputation": 6180521629731, - "rshares": 14064716792, - "voter": "elyaque" + "reputation": 1804907957838, + "rshares": 2357812471, + "voter": "belkins" }, { "percent": "10000", - "reputation": 91531121710, - "rshares": 291175345, - "voter": "bryanj4" + "reputation": 2926129985180, + "rshares": 90951064559, + "voter": "shaka" }, { "percent": "10000", - "reputation": 13340545109003, - "rshares": 68901332518, - "voter": "jasonmcz" + "reputation": 17701690051649, + "rshares": 148339431406, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 17910661583686, - "rshares": 209442228322, - "voter": "guerrint" + "reputation": 4265214728001, + "rshares": 11456523202, + "voter": "bergy" }, { "percent": "10000", - "reputation": 97622606374, - "rshares": 515823226, - "voter": "chamviet" + "reputation": 49283901870, + "rshares": 1048916493, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 599975985871, - "voter": "juneaugoldbuyer" + "reputation": 3278418228934, + "rshares": 1716548943, + "voter": "karenb54" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 33991253894, - "voter": "r4fken" + "reputation": 988942038058, + "rshares": 50455373785, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 293427569, - "voter": "romel" + "reputation": 0, + "rshares": 239726703, + "voter": "windoff" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 307061801, - "voter": "steemswede" + "reputation": 1275505236, + "rshares": 9225642834, + "voter": "taker" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 80255500469, - "voter": "derekareith" + "reputation": 36625546797, + "rshares": 747402646, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 16592666906, - "voter": "picokernel" + "reputation": 10137266406870, + "rshares": 5696128945, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 91432229392, - "rshares": 7224707361, - "voter": "gatoso" + "reputation": 11856501387697, + "rshares": 37475910231, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 19111656178138, - "rshares": 56667001352, - "voter": "furion" + "reputation": 4336038090799, + "rshares": 14357209972, + "voter": "felixxx" }, { "percent": "10000", - "reputation": 255936097265, - "rshares": 10585897357, - "voter": "seanmchughart" + "reputation": 636819078766, + "rshares": 1522807126, + "voter": "whitemike313" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 640289369, - "voter": "busser" + "reputation": 4341976914033, + "rshares": 15792261330, + "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12755003778, - "rshares": 314896561, - "voter": "onthewayout" - }, + "reputation": 1161816442579, + "rshares": 78504790156, + "voter": "twinner" + }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3685852833, - "voter": "owdy" + "reputation": 90565359983, + "rshares": 24826752417, + "voter": "rawnetics" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 211552013, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 7564464865541, + "rshares": 19334353515, + "voter": "thebluepanda" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195806237, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 18027204457681, + "rshares": 29012831160, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 8577172826419, - "rshares": 113581011154, - "voter": "crypt0" + "reputation": 16577047541, + "rshares": 13891851865, + "voter": "sunshine" }, { "percent": "10000", - "reputation": 81102912, - "rshares": 231868639, - "voter": "mirspirs" + "reputation": 3350958489391, + "rshares": 4399726965, + "voter": "darknet" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 1206462597, - "voter": "nobreku" + "reputation": 6887127798781, + "rshares": 33353769963, + "voter": "xtester" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 150441300114, - "voter": "knircky" + "reputation": 512132085322, + "rshares": 9623756645, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 4043983730848, - "rshares": 14817185111, - "voter": "mrgreen" + "reputation": 0, + "rshares": 3565714726, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 11608274094, - "voter": "ausbitbank" + "reputation": 2637292041469, + "rshares": 5804104701, + "voter": "minion" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 146367851479, - "voter": "jacor" + "reputation": 2962259788063, + "rshares": 7185906310, + "voter": "stephen.king989" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 243356345, - "voter": "ardina" + "reputation": 12393203621507, + "rshares": 26056997730, + "voter": "omfedor" }, { "percent": "10000", - "reputation": 1371681467487, - "rshares": 7416684202, - "voter": "autosmile13" + "reputation": 2021353867281, + "rshares": 7456584209, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 28016174019, - "voter": "gord0b" + "reputation": 5836792362, + "rshares": 64679936, + "voter": "sky.max" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 787459550, - "voter": "dicov" + "reputation": 1685450515149, + "rshares": 3138994752, + "voter": "steemleak" }, { "percent": "10000", - "reputation": 0, - "rshares": 919965160, - "voter": "steem1653" + "reputation": 19964916752653, + "rshares": 95354477400, + "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 26654160223111, - "rshares": 22132591731, - "voter": "halo" + "reputation": 47107589866, + "rshares": 93407688, + "voter": "koko" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 14703427120, - "voter": "sebastien" + "reputation": 1562464639, + "rshares": 52521013, + "voter": "nickche" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4487120677, - "voter": "gikitiki" + "reputation": 1425927896964, + "rshares": 2135010382, + "voter": "kurtrohlandt" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2850009110, - "voter": "steemit-life" + "reputation": 7767180487460, + "rshares": 9370953146, + "voter": "gargon" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10804682685, - "voter": "asim" + "reputation": 3740136030964, + "rshares": 625739852, + "voter": "future24" }, { "percent": "10000", - "reputation": 255391004842, - "rshares": 40262005187, - "voter": "w4lterwyte" + "reputation": 8749882391690, + "rshares": 43234260081, + "voter": "nonlinearone" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 196640679868, - "voter": "jesta" + "reputation": 191217797933, + "rshares": 63253806, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 100566166372, - "voter": "paco" + "reputation": 1433416370023, + "rshares": 56843149284, + "voter": "driv3n" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 38554800797, - "voter": "biophil" + "reputation": 1795134, + "rshares": 61768098, + "voter": "tinca" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 11500305331, - "voter": "senseiteekay" + "reputation": 303910488530, + "rshares": 9883780469, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4405693030, - "voter": "karen13" + "reputation": 10809787058917, + "rshares": 10782039202, + "voter": "cristi" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1425022589, - "voter": "jrd8526" + "reputation": 2860793589, + "rshares": 962552083, + "voter": "fooblic" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11184364506, - "voter": "meesterboom" + "reputation": 657161525, + "rshares": 62760120, + "voter": "aubreyrose" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 11248180214, - "voter": "domavila" + "reputation": 3552896427510, + "rshares": 14348611664, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 8911872385291, - "rshares": 47927658906, - "voter": "creationlayer" + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 5029542492239, - "rshares": 8680816332, - "voter": "blinova" + "reputation": 9332405310628, + "rshares": 29058367017, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 9836722, - "rshares": 235512684, - "voter": "jesse5th" + "reputation": 37279727062, + "rshares": 1718414440, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 30694001824, - "rshares": 1453879983, - "voter": "vorsseli" + "reputation": 2118792724924, + "rshares": 85936373423, + "voter": "miacats" }, { "percent": "10000", - "reputation": 5740590214206, - "rshares": 11947907580, - "voter": "tinyhomeliving" + "reputation": 0, + "rshares": 62155303, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 402435812, - "voter": "luisucv34" + "reputation": 312224301489, + "rshares": 15487319294, + "voter": "solar" }, { "percent": "10000", - "reputation": 6741143115703, - "rshares": 4428512342, - "voter": "herverisson" + "reputation": 497846177749, + "rshares": 564194019, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 5183116321161, - "rshares": 3826215392, - "voter": "krystle" + "reputation": 3168479764, + "rshares": 61110411, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 262050505323, - "voter": "knozaki2015" + "reputation": 40980532, + "rshares": 1030186768, + "voter": "shinji" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 44059716321, - "voter": "milestone" + "reputation": 1648377040631, + "rshares": 1777120103, + "voter": "lorddominik007" }, { "percent": "10000", - "reputation": 2620486879029, - "rshares": 1969628311, - "voter": "arcange" + "reputation": 13325577893779, + "rshares": 9995207527, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6783070960, - "voter": "lichtblick" + "reputation": -30464467585, + "rshares": 76600970, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 2028182254, - "voter": "dimon14" + "reputation": 2747626258414, + "rshares": 2427660705, + "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1452681946, - "voter": "natali22" + "reputation": 276805892771, + "rshares": 662771351, + "voter": "jayfox" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1896715910, - "voter": "the-future" + "reputation": 44529428534261, + "rshares": 69779851910, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 1447627612177, - "rshares": 3705515743, - "voter": "adamt" + "reputation": 2043228058601, + "rshares": 188606991, + "voter": "cryptomental" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12975101554, - "voter": "nippel66" + "reputation": 27504418847, + "rshares": 85622680976, + "voter": "neptun" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2976001628, - "voter": "imp3" + "reputation": 24073624840, + "rshares": 2510434809, + "voter": "madoff" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12322512371, - "voter": "phenom" + "reputation": 517546794156, + "rshares": 135791318, + "voter": "steevc" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37716701350, - "voter": "mynameisbrian" + "reputation": 3103554028241, + "rshares": 1765197523, + "voter": "levycore" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2424094754, - "voter": "sgnsteems" + "reputation": 2140537429766, + "rshares": 18201822427, + "voter": "yef99" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 196468828527, - "voter": "blueorgy" + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 57820199104417, - "rshares": 98585413011, - "voter": "opheliafu" + "reputation": 24276337891, + "rshares": 499905278, + "voter": "tradz" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 19570106958, - "voter": "mustafaomar" + "reputation": 1228265260257, + "rshares": 944584689, + "voter": "rittr" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14309800212, - "voter": "all-of-us" + "reputation": 875137794542, + "rshares": 5925462852, + "voter": "trev" }, { "percent": "10000", - "reputation": 1193366475012, - "rshares": 1463034800, - "voter": "madhatting" + "reputation": 18890223518661, + "rshares": 34908333748, + "voter": "someguy123" }, { "percent": "10000", - "reputation": 843226172873, - "rshares": 59942059852, - "voter": "thylbom" + "reputation": 28176351271250, + "rshares": 79599223419, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123371166, - "voter": "bobo012" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8079941605, - "voter": "magz8716" + "reputation": 32644559975, + "rshares": 60330284, + "voter": "ajavajive" }, { "percent": "10000", - "reputation": 8897174175, - "rshares": 196930561, - "voter": "eclipse0" + "reputation": 9969442529, + "rshares": 9361606569, + "voter": "stephenfrost" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7310883681, - "voter": "geronimo" + "reputation": 508004290970, + "rshares": 369008392, + "voter": "ukblogger" }, { "percent": "10000", - "reputation": 433924646062, - "rshares": 165657309866, - "voter": "gabbans" + "reputation": 1876749044289, + "rshares": 1734219829, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 10910231620999, - "rshares": 18407230178, - "voter": "bendjmiller222" + "reputation": 1063317981552, + "rshares": 8428997137, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2330315900, - "voter": "vlad" + "reputation": 4409431615794, + "rshares": 3887528571, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 4194711042931, - "rshares": 4302076450, - "voter": "rainchen" + "reputation": 184100704754, + "rshares": 55581859, + "voter": "sammie" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 19319843660, - "voter": "celsius100" + "reputation": 4818398060873, + "rshares": 84523984702, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 3782785917192, - "rshares": 8985890678, - "voter": "oumar" + "reputation": 71849011, + "rshares": 56679654, + "voter": "bradyd" }, { "percent": "10000", - "reputation": 1878917499597, - "rshares": 5676001625, - "voter": "sharker" + "reputation": 19141466793, + "rshares": 56530090, + "voter": "alaqrab" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 33269233871, - "voter": "sauravrungta" + "reputation": 250066271138, + "rshares": 84754573, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 13325982103, - "voter": "shredlord" + "reputation": 7258302306624, + "rshares": 15561961452, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 76839963933, - "voter": "rea" + "reputation": 2009900011368, + "rshares": 4397523492, + "voter": "bitbutter" }, { "percent": "10000", - "reputation": -775526496810, - "rshares": 1492967603, - "voter": "cryptocurrency1" + "reputation": 225178513133, + "rshares": 56574870, + "voter": "dazedbunny" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7970107770, - "voter": "neroru" + "reputation": 855097842923, + "rshares": 11731453609, + "voter": "darrantrute" }, { "percent": "10000", - "reputation": 40107084, - "rshares": 158969085, - "voter": "xand" + "reputation": 364872562916, + "rshares": 1685533122, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 214428713823, - "voter": "jl777" + "reputation": 1409339812298, + "rshares": 453480300, + "voter": "eight-rad" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 392563526, - "voter": "meteor78" + "reputation": 574152440100, + "rshares": 361907111, + "voter": "profanarky" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1016109717826, - "voter": "james212" + "reputation": 651373865756, + "rshares": 114896871, + "voter": "team101" }, { "percent": "10000", - "reputation": 101628344707, - "rshares": 804229760, - "voter": "flyboyzombie" + "reputation": 205523551305, + "rshares": 1498342749, + "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2555598919, - "voter": "lostnuggett" - }, - { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6521433563, - "voter": "positive" + "reputation": 18088143027, + "rshares": 58351459, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 1108513184232, - "rshares": 12102661954, - "voter": "ben.zimmerman" + "reputation": -4021399162, + "rshares": 58435569, + "voter": "sanzu" }, { "percent": "10000", - "reputation": 678073276260, - "rshares": 670028264, - "voter": "raymonjohnstone" + "reputation": 0, + "rshares": 56733469, + "voter": "ahenk" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 130660676, - "voter": "mysteem" + "reputation": 4447885148, + "rshares": 55455350, + "voter": "osame066" }, { "percent": "10000", - "reputation": 496208892, - "rshares": 118201007, - "voter": "cyonic" + "reputation": 134056888284, + "rshares": 168480403207, + "voter": "cornerstone" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 212116356503, - "voter": "johnsmith" + "reputation": 1511945712631, + "rshares": 2696713434, + "voter": "sift666" }, { "percent": "10000", - "reputation": 75169935562, - "rshares": 196185915, - "voter": "strictlybusiness" - }, - { - "percent": "10000", - "reputation": 270533787248, - "rshares": 780032261, - "voter": "mohammed123" + "reputation": 2121626708565, + "rshares": 2608208830, + "voter": "titusfrost" }, { "percent": "10000", - "reputation": 16565593460480, - "rshares": 57243872522, - "voter": "susanne" + "reputation": 1919986626165, + "rshares": 1722146446, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 2615896270, - "rshares": 5163657696, - "voter": "sacode" + "reputation": 0, + "rshares": 56559977, + "voter": "satanclaus" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 405949961, - "voter": "quigua" + "reputation": 12539394694005, + "rshares": 3122235451, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14544651119, - "voter": "lemooljiang" + "reputation": 1955050298650, + "rshares": 311361408, + "voter": "masonmiler" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 11219396154, - "voter": "winstonwolfe" + "reputation": 3824365353, + "rshares": 54687753, + "voter": "randal" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20951750828, - "voter": "krabgat" + "reputation": 262756573957, + "rshares": 529641958, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 114499038747, - "rshares": 418144058, - "voter": "kooshikoo" + "reputation": 640164473382, + "rshares": 55043079, + "voter": "zettar" }, { "percent": "10000", - "reputation": 2924133430111, - "rshares": 688931909, - "voter": "favorit" + "reputation": 113710888944, + "rshares": 262718397, + "voter": "maarnio" }, { "percent": "10000", - "reputation": 9611048410314, - "rshares": 24328823034, - "voter": "team-leibniz" + "reputation": 333300187103, + "rshares": 56547885, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 226628863, - "voter": "shadyonline" + "reputation": 2483815670577, + "rshares": 4503927317, + "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18454132094, - "voter": "proto" + "reputation": 0, + "rshares": 287896907, + "voter": "totosky" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618560648, - "voter": "curator" + "reputation": 3533625673, + "rshares": 24243684609, + "voter": "dubi" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1979512137, - "voter": "alex.chien" + "reputation": 501396601216, + "rshares": 221766558, + "voter": "pjo" }, { "percent": "10000", - "reputation": 4062552056713, - "rshares": 10712466573, - "voter": "phoenixmaid" + "reputation": 6227584776320, + "rshares": 5042502288, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 36830998476, - "voter": "celebr1ty" + "reputation": 3301652860610, + "rshares": 4836979493, + "voter": "dexter-k" }, { "percent": "10000", - "reputation": 30555958860, - "rshares": 5641004455, - "voter": "unseenuno" + "reputation": 2609275826131, + "rshares": 117212156, + "voter": "alina1" }, { "percent": "10000", - "reputation": 3005005344055, - "rshares": 18648897941, - "voter": "fabien" + "reputation": 2332975763185, + "rshares": 58673229, + "voter": "patelincho" }, { "percent": "10000", - "reputation": 180302238683, - "rshares": 191795165, - "voter": "asddsa" + "reputation": 304603834882, + "rshares": 379994386, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 134736123867, - "rshares": 18091411211, - "voter": "lsc9999" + "reputation": 50326964582800, + "rshares": 264054111382, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 1804907957838, - "rshares": 2357812471, - "voter": "belkins" + "reputation": 3497553971, + "rshares": 53126762, + "voter": "pazsion" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 90951064559, - "voter": "shaka" + "reputation": 4205608568581, + "rshares": 3934272070, + "voter": "burnin" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 148339431406, - "voter": "steemdrive" + "reputation": 18081706207, + "rshares": 51127007, + "voter": "shvedas" }, { "percent": "10000", - "reputation": 4265214728001, - "rshares": 11456523202, - "voter": "bergy" + "reputation": 31479863, + "rshares": 51871529, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1048916493, - "voter": "metaflute" + "reputation": 8443042672, + "rshares": 53963725, + "voter": "alkamyst" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 1716548943, - "voter": "karenb54" + "reputation": 33451402996481, + "rshares": 125149548200, + "voter": "jamielefay" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 50455373785, - "voter": "gomeravibz" + "reputation": 80920831153, + "rshares": 61490792, + "voter": "fpcvirtual" }, { "percent": "10000", "reputation": 0, - "rshares": 239726703, - "voter": "windoff" + "rshares": 5550680798, + "voter": "chick1" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9225642834, - "voter": "taker" + "reputation": 5646699288797, + "rshares": 3048244871, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 747402646, - "voter": "pakisnxt" + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 5696128945, - "voter": "nekromarinist" + "reputation": 0, + "rshares": 50454788, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 37475910231, - "voter": "allasyummyfood" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 4336038090799, - "rshares": 14357209972, - "voter": "felixxx" + "reputation": 176228976143, + "rshares": 9572995322, + "voter": "mallorca" }, { "percent": "10000", - "reputation": 636819078766, - "rshares": 1522807126, - "voter": "whitemike313" + "reputation": 26745069665, + "rshares": 53064774, + "voter": "nemo" }, { "percent": "10000", - "reputation": 4341976914033, - "rshares": 15792261330, - "voter": "magicmonk" + "reputation": 62995887468, + "rshares": 57739116, + "voter": "freebornangel" }, { "percent": "10000", - "reputation": 1161816442579, - "rshares": 78504790156, - "voter": "twinner" + "reputation": 9113317076, + "rshares": 52153025, + "voter": "f1111111" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 24826752417, - "voter": "rawnetics" + "reputation": 1996672246136, + "rshares": 1139503085, + "voter": "anomaly" }, { "percent": "10000", - "reputation": 7564464865541, - "rshares": 19334353515, - "voter": "thebluepanda" + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 29012831160, - "voter": "myfirst" + "reputation": 1066308215, + "rshares": 103532789, + "voter": "inarix03" }, { "percent": "10000", - "reputation": 16577047541, - "rshares": 13891851865, - "voter": "sunshine" + "reputation": 1502200909130, + "rshares": 160840003, + "voter": "ola1" }, { "percent": "10000", - "reputation": 3350958489391, - "rshares": 4399726965, - "voter": "darknet" + "reputation": 14820051763, + "rshares": 98751141, + "voter": "cloudmining" }, { "percent": "10000", - "reputation": 6887127798781, - "rshares": 33353769963, - "voter": "xtester" + "reputation": 1305746304240, + "rshares": 1918615754, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9623756645, - "voter": "viktor.phuket" + "reputation": 6256065244, + "rshares": 53619214, + "voter": "stuartbolton" }, { "percent": "10000", - "reputation": 0, - "rshares": 3565714726, - "voter": "ullikume" + "reputation": 85335936192, + "rshares": 59708583, + "voter": "drac59" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 5804104701, - "voter": "minion" + "reputation": 26962533558, + "rshares": 59859092, + "voter": "fukako" }, { "percent": "10000", - "reputation": 2962259788063, - "rshares": 7185906310, - "voter": "stephen.king989" + "reputation": 271467561, + "rshares": 51109006, + "voter": "elena2101" }, { "percent": "10000", - "reputation": 12393203621507, - "rshares": 26056997730, - "voter": "omfedor" + "reputation": 19993849, + "rshares": 52029680, + "voter": "codeman" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 7456584209, - "voter": "kurtbeil" + "reputation": 0, + "rshares": 51237888, + "voter": "greasetyv" }, { "percent": "10000", - "reputation": 5836792362, - "rshares": 64679936, - "voter": "sky.max" + "reputation": 414609406210, + "rshares": 1140408512, + "voter": "robotev" }, { "percent": "10000", - "reputation": 1685450515149, - "rshares": 3138994752, - "voter": "steemleak" + "reputation": 80388747576, + "rshares": 539612153, + "voter": "judithgpordon" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 95354477400, - "voter": "thisisbenbrick" + "reputation": 3689606685797, + "rshares": 4760704110, + "voter": "okean123" }, { "percent": "10000", - "reputation": 47107589866, - "rshares": 93407688, - "voter": "koko" + "reputation": 1533678042141, + "rshares": 473792942, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 52521013, - "voter": "nickche" + "reputation": 1487989126850, + "rshares": 68248042, + "voter": "haphazard-hstead" }, { "percent": "10000", - "reputation": 1425927896964, - "rshares": 2135010382, - "voter": "kurtrohlandt" + "reputation": 0, + "rshares": 50427625, + "voter": "antifearme" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 9370953146, - "voter": "gargon" - }, + "reputation": 4344578302, + "rshares": 76713592, + "voter": "cianosapatti" + } + ], + "author": "roelandp", + "author_reputation": 57643429300793, + "beneficiaries": [], + "body": "http://steemvp.com/opengraph.png \n\nHey! Here is a tool to show your 'most loyal' voters as well as the one's bringing in the 'most value' in terms of reward shares. \n
\n
\n
\n\"Go Ahead and Envy Me, I'm Rap's MVP, and I ain't going nowhere so You Can Get to Know Me\" \n
- Hate It or Love It (Feat. 50 Cent)\n
\n
\n\n\nUse the SteeM.V.P. tool to discover who is voting on your post most frequently and you should definitely follow (IMHO) as well as whoever brings in the most $BD on your posts. \n\nNext to the summary of MVP and MLP (Most Loyal Player) you get an overview of your most recent posts and access to the 'raw data table' so you can quickly lookup users by username and sort the table on any of it's content columns.\n\n

How it was made

\n- Using the Steem websockets by @xeroc and @jesta\n- Using SteemJs by @fabien\n- Using ChartJS for the graphs.\n- Using the DataTable plugin for easy table searching and sorting.\n- Twitter Bootstrap & Jquery, but ofcourse.\n- Using a royalty free track by Free Hip Hop Beats\n\n

Visit SteeMVP.com and discover your M.V.P. »

", + "body_length": 1619, + "cashout_time": "2016-09-07T14:44:18", + "category": "steemtools", + "children": 77, + "created": "2016-08-31T14:44:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemtools\",\"steemit\",\"steem\",\"app\",\"fun\"],\"users\":[\"xeroc\",\"jesta\",\"fabien\"],\"image\":[\"http://steemvp.com/opengraph.png\"],\"links\":[\"https://www.youtube.com/watch?v=BuMBmK5uksg\",\"http://steemvp.com\",\"https://steem.ws/\",\"https://github.com/adcpm/steem\",\"http://www.chartjs.org/\",\"https://datatables.net/\",\"https://soundcloud.com/freehiphopbeatsforyou\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T14:44:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153797537497931, + "parent_author": "", + "parent_permlink": "steemtools", + "pending_payout_value": "2468.883 HBD", + "percent_hbd": 10000, + "permlink": "steem-v-p-exploring-rewards-and-discover-your-most-valuable-player-on-steemit", + "post_id": 1071517, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "SteeM.V.P. - Exploring rewards and discover your Most Valuable Player on Steemit", + "title": "SteeM.V.P. - Exploring rewards and discover your Most Valuable Player on Steemit", + "total_payout_value": "0.000 HBD", + "url": "/steemtools/@roelandp/steem-v-p-exploring-rewards-and-discover-your-most-valuable-player-on-steemit" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 3740136030964, - "rshares": 625739852, - "voter": "future24" + "reputation": 32455846463901, + "rshares": 32137421235694, + "voter": "smooth" }, { "percent": "10000", - "reputation": 8749882391690, - "rshares": 43234260081, - "voter": "nonlinearone" + "reputation": 0, + "rshares": 2878135006893, + "voter": "badassmother" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 63253806, - "voter": "zionuziriel" + "reputation": 1214229078, + "rshares": 3099515402, + "voter": "boy" }, { "percent": "10000", - "reputation": 1433416370023, - "rshares": 56843149284, - "voter": "driv3n" + "reputation": 4712949449, + "rshares": 3762904646, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1795134, - "rshares": 61768098, - "voter": "tinca" + "reputation": 1789951494550, + "rshares": 697373904, + "voter": "bunny" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 9883780469, - "voter": "goingpaper" + "reputation": 103443134841, + "rshares": 43238161524, + "voter": "bue" }, { "percent": "10000", - "reputation": 10809787058917, - "rshares": 10782039202, - "voter": "cristi" + "reputation": 0, + "rshares": 1661086507, + "voter": "mini" }, { "percent": "10000", - "reputation": 2860793589, - "rshares": 962552083, - "voter": "fooblic" + "reputation": 0, + "rshares": 213673190, + "voter": "moon" }, { "percent": "10000", - "reputation": 657161525, - "rshares": 62760120, - "voter": "aubreyrose" + "reputation": 0, + "rshares": 401721011369, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 14348611664, - "voter": "scaredycatguide" + "reputation": 0, + "rshares": 398896422515, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 74615731, - "voter": "evgenyche" + "reputation": 83941319998, + "rshares": 5697408529401, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 29058367017, - "voter": "mrosenquist" + "reputation": 0, + "rshares": 622778402, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1718414440, - "voter": "bledarus" + "reputation": 147478489309626, + "rshares": 1072373935505, + "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 85936373423, - "voter": "miacats" + "reputation": 0, + "rshares": 967281634, + "voter": "daniel.pan" }, { "percent": "10000", "reputation": 0, - "rshares": 62155303, - "voter": "nano2nd" + "rshares": 288158246, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 312224301489, - "rshares": 15487319294, - "voter": "solar" + "reputation": 9600934617910, + "rshares": 15778432360, + "voter": "jademont" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 564194019, - "voter": "ashwim" + "reputation": 12382143533351, + "rshares": 565466544595, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 3168479764, - "rshares": 61110411, - "voter": "razberrijam" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8058653980, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 40980532, - "rshares": 1030186768, - "voter": "shinji" + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10610487994, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 1648377040631, - "rshares": 1777120103, - "voter": "lorddominik007" + "reputation": 10093114621632, + "rshares": 89884543659, + "voter": "william-noe" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 9995207527, - "voter": "kyriacos" + "reputation": 15755437221598, + "rshares": 17752998222, + "voter": "acidyo" }, { - "percent": "10000", - "reputation": -30464467585, - "rshares": 76600970, - "voter": "pompe72" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431856783, + "voter": "murh" }, { "percent": "10000", - "reputation": 2747626258414, - "rshares": 2427660705, - "voter": "virtualgrowth" + "reputation": 10395665548525, + "rshares": 249529717336, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 276805892771, - "rshares": 662771351, - "voter": "jayfox" + "reputation": -2683858617900, + "rshares": 8516708105, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 69779851910, - "voter": "serejandmyself" + "reputation": 11136252375006, + "rshares": 388823990187, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 2043228058601, - "rshares": 188606991, - "voter": "cryptomental" + "reputation": 79561484422, + "rshares": 391306636, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 27504418847, - "rshares": 85622680976, - "voter": "neptun" + "reputation": 488865370830, + "rshares": 863365208, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2510434809, - "voter": "madoff" + "reputation": 2761596392902, + "rshares": 2643822899, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 135791318, - "voter": "steevc" + "reputation": 48542961182602, + "rshares": 1400519777803, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 1765197523, - "voter": "levycore" + "reputation": 9434414518400, + "rshares": 17274713129, + "voter": "acassity" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 18201822427, - "voter": "yef99" + "reputation": 15285243314, + "rshares": 259124183, + "voter": "ales" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 52342236, - "voter": "kamil5" + "reputation": 25639258699, + "rshares": 266592981, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 24276337891, - "rshares": 499905278, - "voter": "tradz" + "reputation": 49604795295009, + "rshares": 342165611147, + "voter": "heiditravels" }, { "percent": "10000", - "reputation": 1228265260257, - "rshares": 944584689, - "voter": "rittr" + "reputation": 9824421122, + "rshares": 252081450, + "voter": "aidar88" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 5925462852, - "voter": "trev" + "reputation": 5451039980643, + "rshares": 345444526, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 18890223518661, - "rshares": 34908333748, - "voter": "someguy123" + "reputation": 45485816669, + "rshares": 225572610, + "voter": "adamgud" }, { - "percent": "10000", - "reputation": 28176351271250, - "rshares": 79599223419, - "voter": "barrycooper" + "percent": "3000", + "reputation": 9142611234, + "rshares": 211552013, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "percent": "3000", + "reputation": 3871042, + "rshares": 195806237, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 32644559975, - "rshares": 60330284, - "voter": "ajavajive" + "reputation": 793209170784, + "rshares": 1571508493, + "voter": "leksimus" }, { "percent": "10000", - "reputation": 9969442529, - "rshares": 9361606569, - "voter": "stephenfrost" + "reputation": 1440357780524, + "rshares": 836675772, + "voter": "dicov" }, { "percent": "10000", - "reputation": 508004290970, - "rshares": 369008392, - "voter": "ukblogger" + "reputation": 1661526202859, + "rshares": 4487120677, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1734219829, - "voter": "shadowspub" + "reputation": 9859494596, + "rshares": 1259117194, + "voter": "chrisj" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8428997137, - "voter": "etcmike" + "reputation": 1058072223123, + "rshares": 367441394, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3887528571, - "voter": "loganarchy" + "reputation": 3502382308233, + "rshares": 3422295233, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 184100704754, - "rshares": 55581859, - "voter": "sammie" + "reputation": 1008790928160, + "rshares": 1423628307, + "voter": "natali22" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 84523984702, - "voter": "shenanigator" + "reputation": 3033861094190, + "rshares": 12422969573, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 71849011, - "rshares": 56679654, - "voter": "bradyd" + "reputation": 9709066337974, + "rshares": 25482824432, + "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 19141466793, - "rshares": 56530090, - "voter": "alaqrab" + "reputation": 2791409844, + "rshares": 97802609, + "voter": "elmusic" }, { - "percent": "10000", - "reputation": 250066271138, - "rshares": 84754573, - "voter": "uziriel" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6113824357, + "voter": "positive" }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 15561961452, - "voter": "mikehere" + "reputation": 28445884, + "rshares": 203965977, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 2009900011368, - "rshares": 4397523492, - "voter": "bitbutter" + "reputation": 10552456597779, + "rshares": 2245289058, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 225178513133, - "rshares": 56574870, - "voter": "dazedbunny" + "reputation": 16914207527051, + "rshares": 35357758537, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 855097842923, - "rshares": 11731453609, - "voter": "darrantrute" + "reputation": 8806485920347, + "rshares": 26208927525, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 1685533122, - "voter": "funkywanderer" + "reputation": 11856501387697, + "rshares": 36096289041, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 453480300, - "voter": "eight-rad" + "reputation": 90565359983, + "rshares": 23337147272, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 574152440100, - "rshares": 361907111, - "voter": "profanarky" + "reputation": 18027204457681, + "rshares": 31500596388, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 114896871, - "voter": "team101" + "reputation": 16577047541, + "rshares": 13891851865, + "voter": "sunshine" }, { "percent": "10000", - "reputation": 205523551305, - "rshares": 1498342749, - "voter": "ghasemkiani" + "reputation": 37279727062, + "rshares": 1472926663, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 58351459, - "voter": "mnviking" + "reputation": 3168479764, + "rshares": 61110411, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": -4021399162, - "rshares": 58435569, - "voter": "sanzu" + "reputation": 158672055554, + "rshares": 50094162, + "voter": "pollina" }, { "percent": "10000", - "reputation": 0, - "rshares": 56733469, - "voter": "ahenk" + "reputation": 1509612108450, + "rshares": 1626088937, + "voter": "jsantana" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 55455350, - "voter": "osame066" + "reputation": 1916013022364, + "rshares": 276005219, + "voter": "wuyueling" }, { "percent": "10000", - "reputation": 134056888284, - "rshares": 168480403207, - "voter": "cornerstone" + "reputation": 2140537429766, + "rshares": 18201696935, + "voter": "yef99" }, { "percent": "10000", - "reputation": 1511945712631, - "rshares": 2696713434, - "voter": "sift666" + "reputation": 171590615597, + "rshares": 97612779, + "voter": "trendwizard" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 2608208830, - "voter": "titusfrost" + "reputation": 2134908321, + "rshares": 52073223, + "voter": "feedyourbank" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1722146446, - "voter": "matthewtiii" + "reputation": 415511458887, + "rshares": 115956367, + "voter": "ratidor" }, { "percent": "10000", - "reputation": 0, - "rshares": 56559977, - "voter": "satanclaus" + "reputation": 2609275826131, + "rshares": 140568307, + "voter": "alina1" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 3122235451, - "voter": "doitvoluntarily" + "reputation": 5646699288797, + "rshares": 3048244871, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 1955050298650, - "rshares": 311361408, - "voter": "masonmiler" + "reputation": 1502200909130, + "rshares": 100226382, + "voter": "ola1" }, { "percent": "10000", - "reputation": 3824365353, - "rshares": 54687753, - "voter": "randal" - }, + "reputation": 31953797, + "rshares": 50238724, + "voter": "abrikos" + } + ], + "author": "wadepaterson", + "author_reputation": 9709066337974, + "beneficiaries": [], + "body": "### Although the LA Kings are consistently one of the best teams in the NHL, many fans would rather focus on the Queens of the Staples Center: AKA, The LA Kings Ice Crew\n\nhttps://s15.postimg.org/br2mwv2a3/Screen_Shot_2016_08_30_at_4_47_46_PM.png\n\nJanina Storace, 2015/16 ice crew member, gives us an inside look of what it's like to be part of the LA Kings organization.\n\nShe also shares the best pick-up line she's ever heard, tells us about her worst date and confesses whether or not NHL players actually hook up with ice crew girls.\n\nIt's a 20 questions interview so hot, it doesn't just break the ice... it melts it.\n\n---\n\n# 20 questions with Janina Storace\n\nhttps://s14.postimg.org/a6niot1s1/Screen_Shot_2016_08_30_at_4_58_42_PM.png\n\n### 1 - How would you describe yourself in one sentence? \n\nJanina - LOL, I just asked my co worker to describe me and he said, \"An intriguing mixture of sass, introspection and a sympathetic nature.\" \n\n### 2 - How long were you a member of the LA Kings Ice Crew?\n\nJanina - I was on the Ice Crew for 1 Year.\n\n### 3 - What's involved with being a member of the LA Kings Ice Crew?\n \nJanina - The job included a lot of appearances, like watch parties, CHLA, local news stations, etc. But we are also at every home game, interacting with fans and helping them create a memorable experience.\n \nhttps://s15.postimg.org/tkeuc8raz/Screen_Shot_2016_08_30_at_4_58_00_PM.png\n\n### 4 - What was the best part about working on the ice crew? \n\nJanina - Definitely interacting with our fans and raising money for the Kings Care Foundation.\n\n### 5 - What do you have planned for the upcoming year? \n\nJanina - I am currently working at a post production company, so I plan to further my career there. \n\n### 6 - Who is your favorite hockey player? \n\nJanina - Wayne Gretzky!\n\nhttps://s18.postimg.org/943eyl50p/Screen_Shot_2016_08_30_at_4_56_39_PM.png\n\n### 7 - What is your favorite food? \n\nJanina - I LOVE Peruvian food!\n\n### 8 - What are you most likely to order at a bar? \n\nJanina - I'm a tequila girl!\n\n### 9 - Describe your perfect weekend. \n\nJanina - Anything that involves champagne, a bikini and the beach or a pool. \n\nhttps://s16.postimg.org/59ayhyx3p/Screen_Shot_2016_08_30_at_4_57_17_PM.png\n\n### 10 - What's the best part about living in LA? \n\nJanina - Traffic! ... JK, The weather!\n\n### 11 - What's the worst part about living in LA? \n\nJanina - The traffic!\n\n### 12 - Describe the worst date you've ever been on. \n\nJanina - Oh God. I got set up on a blind date, and the whole time the guy was just talking about how he's met me in another life, and that we were soulmates. He said that he remembers everything and his purpose in life was to try to get me to remember it. I now have a restraining order on him, LOL. It's really not funny though... pretty creepy.\n\nhttps://s14.postimg.org/rwlfu7g75/Screen_Shot_2016_08_30_at_4_57_28_PM.png\n\n### 13 - Who inspires you? \n\nJanina - Audrey Hepburn\n\n### 14 - You get to have dinner with three people, living or dead. Who are you eating with? \n\nJanina - Umm, Justin Timberlake, Justin Timberlake annnddd Justin Timberlake, LOL.\n\nhttps://s22.postimg.org/mu0zcpjkh/Screen_Shot_2016_08_30_at_4_57_08_PM.png\n\n### 15 - Tell us about your most embarrassing moment. \n\nJanina - Oh there are so many. But I was at skating practice and this really cute, young private coach was there with a client. Long story short, my coach decided to have us do a few laps under a certain time, so I (being a beginner skater, and not knowing how to dodge people yet) tried going as fast as I could to impress him. I ended up getting clotheslined by his client. I was mortified.\n\n### 16 - Where is one place you've not let traveled that's at the top of your list to visit? \n\nJanina - Italy!\n\nhttps://s12.postimg.org/v0k2a7d8t/Screen_Shot_2016_08_30_at_4_58_09_PM.png\n\n### 17 - Do blondes have more fun? \n\nJanina - Well, since I've been blonde for three years now, I'm going to go with yes, because I don't plan on going brunette anytime soon!\n\n### 18 - What's the best pick-up line you've ever heard? \n\nJanina - \"Hey girl. I lost my number; can I have yours?\"\n\n### 19 - Do hockey players and ice crew girls ever hook up? \n\nJanina - LOL. That's definitely the number one rule: NOT TO!\n\n### 20 - What is one thing very few people know about you? \n\nJanina - I am Hispanic and speak Spanish fluently.\n\nhttps://s15.postimg.org/dvstz5wbv/Screen_Shot_2016_08_30_at_4_58_57_PM.png\n\n---\n\nA massive thank-you to Janina to sharing great answers, and providing some awesome, behind-the-scenes pictures.\n\nAlso, a huge thank-you to all of you for taking the time to read.\n\n**Who would you like to see me throw 20 questions at? Drop me a comment below and I'll work on setting up the interview.**\n\n### If you like what you read, be sure to follow my [blog](https://steemit.com/@wadepaterson)!\n\nhttps://s10.postimg.org/pdcms4ve1/Screen_Shot_2016_08_30_at_5_34_23_PM.png\n\n# Previous \"20 questions\" interviews:\n\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-heiditravels-exclusive) with @heiditravels\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-katecloud-exclusive-interview) with @katecloud\n[20 questions](https://steemit.com/photography/@wadepaterson/20-questions-with-manthostsakirid-exclusive-interview-with-that-guy-who-did-the-kick-ass-steemit-photoshoot) with @manthostsakirid\n[20 questions](https://steemit.com/blockchain/@wadepaterson/20-questions-with-blockchaingirl-exclusive) with @blockchaingirl\n[20 questions](https://steemit.com/steemit/@wadepaterson/20-questions-with-piedpiper-exclusive) with @piedpiper\n[20 questions](https://steemit.com/secret-writer/@wadepaterson/20-questions-with-stellabelle-aka-the-secret-writer) with @stellabelle\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-budgetbucketlist) with @budgetbucketlist\n[20 questions](https://steemit.com/life/@wadepaterson/20-questions-with-roger-ver-exclusive-interview) with [Roger Ver](https://twitter.com/rogerkver)\n[20 questions](https://steemit.com/food/@wadepaterson/20-questions-with-allasyummyfood) with @allasyummyfood\n[20 questions](https://steemit.com/life/@wadepaterson/20-questions-with-the-alien) with @the-alien", + "body_length": 6219, + "cashout_time": "2016-09-07T13:55:09", + "category": "life", + "children": 6, + "created": "2016-08-31T13:55:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"women\",\"interview\",\"sports\"],\"users\":[\"heiditravels\",\"katecloud\",\"manthostsakirid\",\"blockchaingirl\",\"piedpiper\",\"stellabelle\",\"budgetbucketlist\",\"allasyummyfood\",\"the-alien\"],\"image\":[\"https://s15.postimg.org/br2mwv2a3/Screen_Shot_2016_08_30_at_4_47_46_PM.png\",\"https://s14.postimg.org/a6niot1s1/Screen_Shot_2016_08_30_at_4_58_42_PM.png\",\"https://s15.postimg.org/tkeuc8raz/Screen_Shot_2016_08_30_at_4_58_00_PM.png\",\"https://s18.postimg.org/943eyl50p/Screen_Shot_2016_08_30_at_4_56_39_PM.png\",\"https://s16.postimg.org/59ayhyx3p/Screen_Shot_2016_08_30_at_4_57_17_PM.png\",\"https://s14.postimg.org/rwlfu7g75/Screen_Shot_2016_08_30_at_4_57_28_PM.png\",\"https://s22.postimg.org/mu0zcpjkh/Screen_Shot_2016_08_30_at_4_57_08_PM.png\",\"https://s12.postimg.org/v0k2a7d8t/Screen_Shot_2016_08_30_at_4_58_09_PM.png\",\"https://s15.postimg.org/dvstz5wbv/Screen_Shot_2016_08_30_at_4_58_57_PM.png\",\"https://s10.postimg.org/pdcms4ve1/Screen_Shot_2016_08_30_at_5_34_23_PM.png\"],\"links\":[\"https://steemit.com/@wadepaterson\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-heiditravels-exclusive\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-katecloud-exclusive-interview\",\"https://steemit.com/photography/@wadepaterson/20-questions-with-manthostsakirid-exclusive-interview-with-that-guy-who-did-the-kick-ass-steemit-photoshoot\",\"https://steemit.com/blockchain/@wadepaterson/20-questions-with-blockchaingirl-exclusive\",\"https://steemit.com/steemit/@wadepaterson/20-questions-with-piedpiper-exclusive\",\"https://steemit.com/secret-writer/@wadepaterson/20-questions-with-stellabelle-aka-the-secret-writer\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-budgetbucketlist\",\"https://steemit.com/life/@wadepaterson/20-questions-with-roger-ver-exclusive-interview\",\"https://twitter.com/rogerkver\",\"https://steemit.com/food/@wadepaterson/20-questions-with-allasyummyfood\",\"https://steemit.com/life/@wadepaterson/20-questions-with-the-alien\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T13:55:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46013595655559, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "223.216 HBD", + "percent_hbd": 10000, + "permlink": "20-questions-with-janina-storace-2015-16-member-of-the-la-kings-ice-crew", + "post_id": 1070961, + "promoted": "9.402 HBD", + "replies": [], + "root_title": "20 questions with Janina Storace (2015/16 member of the LA Kings Ice Crew)", + "title": "20 questions with Janina Storace (2015/16 member of the LA Kings Ice Crew)", + "total_payout_value": "0.000 HBD", + "url": "/life/@wadepaterson/20-questions-with-janina-storace-2015-16-member-of-the-la-kings-ice-crew" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 262756573957, - "rshares": 529641958, - "voter": "kev7000" + "reputation": 145171381514207, + "rshares": 29146834407324, + "voter": "dantheman" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 55043079, - "voter": "zettar" + "reputation": 949715155915, + "rshares": 7536770258379, + "voter": "steempty" + }, + { + "percent": "-10000", + "reputation": 32455846463901, + "rshares": -32136077169407, + "voter": "smooth" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 262718397, - "voter": "maarnio" + "reputation": 0, + "rshares": 2559281641651, + "voter": "simpson" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 56547885, - "voter": "the-ego-is-you" + "reputation": 0, + "rshares": 638731393563, + "voter": "microsoft" }, { "percent": "10000", - "reputation": 2483815670577, - "rshares": 4503927317, - "voter": "richardjuckes" + "reputation": 176979684007, + "rshares": 35604045870400, + "voter": "jamesc" }, { "percent": "10000", "reputation": 0, - "rshares": 287896907, - "voter": "totosky" + "rshares": 1645146640241, + "voter": "galaxy" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 24243684609, - "voter": "dubi" + "reputation": 0, + "rshares": 1647986808052, + "voter": "klm" }, { "percent": "10000", - "reputation": 501396601216, - "rshares": 221766558, - "voter": "pjo" + "reputation": 0, + "rshares": 1361823707859, + "voter": "moment" }, { - "percent": "10000", - "reputation": 6227584776320, - "rshares": 5042502288, - "voter": "renzoarg" + "percent": "500", + "reputation": 25104157850610, + "rshares": 134261972988, + "voter": "samupaha" }, { "percent": "10000", - "reputation": 3301652860610, - "rshares": 4836979493, - "voter": "dexter-k" + "reputation": 12842871326086, + "rshares": 119632573142, + "voter": "sandra" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 117212156, - "voter": "alina1" + "reputation": 2827502899317, + "rshares": 992587048454, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 2332975763185, - "rshares": 58673229, - "voter": "patelincho" + "reputation": 36749432321730, + "rshares": 918903643591, + "voter": "liondani" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 379994386, - "voter": "ct-gurus" + "reputation": 1214229078, + "rshares": 3098798804, + "voter": "boy" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 264054111382, - "voter": "charlieshrem" + "reputation": 4712949449, + "rshares": 3761945865, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3497553971, - "rshares": 53126762, - "voter": "pazsion" + "reputation": 1789951494550, + "rshares": 697259398, + "voter": "bunny" }, { "percent": "10000", - "reputation": 4205608568581, - "rshares": 3934272070, - "voter": "burnin" + "reputation": 9510507624851, + "rshares": 481270665604, + "voter": "ajvest" }, { "percent": "10000", - "reputation": 18081706207, - "rshares": 51127007, - "voter": "shvedas" + "reputation": 103443134841, + "rshares": 53938757038, + "voter": "bue" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 51871529, - "voter": "bobbythegreat" + "reputation": 0, + "rshares": 1660715105, + "voter": "mini" }, { "percent": "10000", - "reputation": 8443042672, - "rshares": 53963725, - "voter": "alkamyst" + "reputation": 0, + "rshares": 213653566, + "voter": "moon" }, { "percent": "10000", - "reputation": 33451402996481, - "rshares": 125149548200, - "voter": "jamielefay" + "reputation": 8980249791516, + "rshares": 246757874507, + "voter": "lovejoy" }, { "percent": "10000", - "reputation": 80920831153, - "rshares": 61490792, - "voter": "fpcvirtual" + "reputation": 724454198454, + "rshares": 147476758449, + "voter": "signalandnoise" + }, + { + "percent": "-10000", + "reputation": 83941319998, + "rshares": -5675607282801, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 5550680798, - "voter": "chick1" + "reputation": 18678729398345, + "rshares": 160458264263, + "voter": "pairmike" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3048244871, - "voter": "gringalicious" + "reputation": 585246886482, + "rshares": 79085582233, + "voter": "vip" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 2802091583976, + "rshares": 17027235685, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 50454788, - "voter": "typingagent" + "rshares": 622670434, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "rshares": 967101683, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 176228976143, - "rshares": 9572995322, - "voter": "mallorca" + "reputation": 4874033031398, + "rshares": 384252519378, + "voter": "woo7739" }, { - "percent": "10000", - "reputation": 26745069665, - "rshares": 53064774, - "voter": "nemo" + "percent": "5000", + "reputation": 72112139588726, + "rshares": 411408907897, + "voter": "steemrollin" }, { "percent": "10000", - "reputation": 62995887468, - "rshares": 57739116, - "voter": "freebornangel" + "reputation": 76462073287981, + "rshares": 358312470257, + "voter": "ash" }, { "percent": "10000", - "reputation": 9113317076, - "rshares": 52153025, - "voter": "f1111111" + "reputation": 37454101478493, + "rshares": 301426470966, + "voter": "chitty" }, { "percent": "10000", - "reputation": 1996672246136, - "rshares": 1139503085, - "voter": "anomaly" + "reputation": 0, + "rshares": 288128811, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 51890765, - "voter": "gregorygarcia" + "reputation": 6863537479759, + "rshares": 39970360844, + "voter": "mf-tzo" }, { "percent": "10000", - "reputation": 1066308215, - "rshares": 103532789, - "voter": "inarix03" + "reputation": 0, + "rshares": 23047108317, + "voter": "yginting" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 160840003, - "voter": "ola1" + "reputation": 4290310171633, + "rshares": 14466370135, + "voter": "brindleswan" }, { "percent": "10000", - "reputation": 14820051763, - "rshares": 98751141, - "voter": "cloudmining" + "reputation": 1118904717803, + "rshares": 48090324970, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1918615754, - "voter": "ekaterinka" + "reputation": 736634655803, + "rshares": 8289417136, + "voter": "khanhsang" }, { "percent": "10000", - "reputation": 6256065244, - "rshares": 53619214, - "voter": "stuartbolton" + "reputation": 127159698297, + "rshares": 156346835537, + "voter": "vitaly-lvov" }, { "percent": "10000", - "reputation": 85335936192, - "rshares": 59708583, - "voter": "drac59" + "reputation": 3444102146490, + "rshares": 13170169522, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 26962533558, - "rshares": 59859092, - "voter": "fukako" + "reputation": 2441765369743, + "rshares": 11533688773, + "voter": "dave-hughes" }, { "percent": "10000", - "reputation": 271467561, - "rshares": 51109006, - "voter": "elena2101" + "reputation": 14073457536993, + "rshares": 77065716762, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 19993849, - "rshares": 52029680, - "voter": "codeman" + "reputation": 1914970430304, + "rshares": 411008946222, + "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, - "rshares": 51237888, - "voter": "greasetyv" + "reputation": 12712877967688, + "rshares": 71695744103, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 1140408512, - "voter": "robotev" + "reputation": 4733188979515, + "rshares": 13405317241, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 80388747576, - "rshares": 539612153, - "voter": "judithgpordon" + "reputation": 87363750745142, + "rshares": 490524246163, + "voter": "dana-edwards" }, { "percent": "10000", - "reputation": 3689606685797, - "rshares": 4760704110, - "voter": "okean123" + "reputation": 204869765185479, + "rshares": 1074271928730, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 473792942, - "voter": "greenwayoflife" + "reputation": 526710884366, + "rshares": 7734516074, + "voter": "fran2k" }, { "percent": "10000", - "reputation": 1487989126850, - "rshares": 68248042, - "voter": "haphazard-hstead" + "reputation": 12382143533351, + "rshares": 550409112190, + "voter": "eeks" }, { "percent": "10000", - "reputation": 0, - "rshares": 50427625, - "voter": "antifearme" + "reputation": 1427571994880, + "rshares": 11394772732, + "voter": "bryner" }, { "percent": "10000", - "reputation": 4344578302, - "rshares": 76713592, - "voter": "cianosapatti" - } - ], - "author": "roelandp", - "author_reputation": 57643429300793, - "beneficiaries": [], - "body": "http://steemvp.com/opengraph.png \n\nHey! Here is a tool to show your 'most loyal' voters as well as the one's bringing in the 'most value' in terms of reward shares. \n
\n
\n
\n\"Go Ahead and Envy Me, I'm Rap's MVP, and I ain't going nowhere so You Can Get to Know Me\" \n
- Hate It or Love It (Feat. 50 Cent)\n
\n
\n\n\nUse the SteeM.V.P. tool to discover who is voting on your post most frequently and you should definitely follow (IMHO) as well as whoever brings in the most $BD on your posts. \n\nNext to the summary of MVP and MLP (Most Loyal Player) you get an overview of your most recent posts and access to the 'raw data table' so you can quickly lookup users by username and sort the table on any of it's content columns.\n\n

How it was made

\n- Using the Steem websockets by @xeroc and @jesta\n- Using SteemJs by @fabien\n- Using ChartJS for the graphs.\n- Using the DataTable plugin for easy table searching and sorting.\n- Twitter Bootstrap & Jquery, but ofcourse.\n- Using a royalty free track by Free Hip Hop Beats\n\n

Visit SteeMVP.com and discover your M.V.P. »

", - "body_length": 1619, - "cashout_time": "2016-09-07T14:44:18", - "category": "steemtools", - "children": 77, - "created": "2016-08-31T14:44:18", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemtools\",\"steemit\",\"steem\",\"app\",\"fun\"],\"users\":[\"xeroc\",\"jesta\",\"fabien\"],\"image\":[\"http://steemvp.com/opengraph.png\"],\"links\":[\"https://www.youtube.com/watch?v=BuMBmK5uksg\",\"http://steemvp.com\",\"https://steem.ws/\",\"https://github.com/adcpm/steem\",\"http://www.chartjs.org/\",\"https://datatables.net/\",\"https://soundcloud.com/freehiphopbeatsforyou\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T14:44:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 153797537497931, - "parent_author": "", - "parent_permlink": "steemtools", - "pending_payout_value": "2468.883 HBD", - "percent_hbd": 10000, - "permlink": "steem-v-p-exploring-rewards-and-discover-your-most-valuable-player-on-steemit", - "post_id": 1071517, - "promoted": "1.000 HBD", - "replies": [], - "root_title": "SteeM.V.P. - Exploring rewards and discover your Most Valuable Player on Steemit", - "title": "SteeM.V.P. - Exploring rewards and discover your Most Valuable Player on Steemit", - "total_payout_value": "0.000 HBD", - "url": "/steemtools/@roelandp/steem-v-p-exploring-rewards-and-discover-your-most-valuable-player-on-steemit" - }, - { - "active_votes": [ + "reputation": 0, + "rshares": 465107574, + "voter": "paco-steem" + }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 32137421235694, - "voter": "smooth" + "reputation": 35537325381339, + "rshares": 1013421916583, + "voter": "hipster" }, { "percent": "10000", - "reputation": 0, - "rshares": 2878135006893, - "voter": "badassmother" + "reputation": 82831371778953, + "rshares": 844666155477, + "voter": "cryptogee" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099515402, - "voter": "boy" + "reputation": 376960001789, + "rshares": 5456136234, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3762904646, - "voter": "bue-witness" + "reputation": 5216776171708, + "rshares": 96939658274, + "voter": "alexandra-renee" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697373904, - "voter": "bunny" + "reputation": 233101710452, + "rshares": 1912809159, + "voter": "bradydale" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 43238161524, - "voter": "bue" + "reputation": 1172373556107, + "rshares": 2141802810, + "voter": "gekko" }, { "percent": "10000", - "reputation": 0, - "rshares": 1661086507, - "voter": "mini" + "reputation": 26867938976163, + "rshares": 347610222721, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 0, - "rshares": 213673190, - "voter": "moon" + "reputation": 1111594060096, + "rshares": 3587296169, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 0, - "rshares": 401721011369, - "voter": "recursive2" + "reputation": 503318537891, + "rshares": 4129851081, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, - "rshares": 398896422515, - "voter": "recursive3" + "reputation": 3195781916355, + "rshares": 16351020693, + "voter": "canhazlulz" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5697408529401, - "voter": "smooth.witness" + "reputation": 10093114621632, + "rshares": 91716922753, + "voter": "william-noe" }, { "percent": "10000", - "reputation": 0, - "rshares": 622778402, - "voter": "healthcare" + "reputation": 15755437221598, + "rshares": 17742328087, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 1072373935505, - "voter": "tuck-fheman" + "reputation": 273195968453, + "rshares": 1320082412, + "voter": "karask" }, { "percent": "10000", - "reputation": 0, - "rshares": 967281634, - "voter": "daniel.pan" + "reputation": 49136918266, + "rshares": 16814566538, + "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 0, - "rshares": 288158246, - "voter": "helen.tan" + "reputation": 6580794427504, + "rshares": 59123581033, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15778432360, - "voter": "jademont" + "reputation": 32983096229, + "rshares": 82221741039, + "voter": "tosch" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 565466544595, - "voter": "eeks" + "reputation": 16025488740118, + "rshares": 24012631923, + "voter": "klye" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8058653980, - "voter": "fkn" + "percent": "10000", + "reputation": 14968641922913, + "rshares": 54129776980, + "voter": "oaldamster" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10610487994, - "voter": "elishagh1" + "percent": "10000", + "reputation": 1663549830469, + "rshares": 973588246, + "voter": "coar" }, { "percent": "10000", - "reputation": 10093114621632, - "rshares": 89884543659, - "voter": "william-noe" + "reputation": 161089556767, + "rshares": 73939265051, + "voter": "asch" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17752998222, - "voter": "acidyo" + "reputation": 60877390332151, + "rshares": 541125510014, + "voter": "kevinwong" }, { "percent": "3301", "reputation": 2902053059801, - "rshares": 1431856783, + "rshares": 1430761656, "voter": "murh" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 249529717336, - "voter": "billbutler" + "reputation": 89262274316, + "rshares": 29021793642, + "voter": "trung81" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 8516708105, - "voter": "zebbra2014" + "reputation": 824717099743, + "rshares": 586153919387, + "voter": "cyber" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 388823990187, - "voter": "taoteh1221" + "reputation": 11765473490257, + "rshares": 37426402607, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 391306636, - "voter": "applecrisp" + "reputation": 7152109350579, + "rshares": 4146708196, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 863365208, - "voter": "sunnyray" + "reputation": -2683858617900, + "rshares": 11355235164, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2643822899, - "voter": "tee-em" + "reputation": 71931696380, + "rshares": 3518487870521, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1400519777803, - "voter": "sean-king" + "reputation": 11136252375006, + "rshares": 363217648620, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 17274713129, - "voter": "acassity" + "reputation": 79561484422, + "rshares": 342038785, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 259124183, - "voter": "ales" + "reputation": 4338392818880, + "rshares": 36738265529, + "voter": "altoz" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 266592981, - "voter": "ladyclair" + "reputation": 0, + "rshares": 363256840, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 49604795295009, - "rshares": 342165611147, - "voter": "heiditravels" + "reputation": 514799489426, + "rshares": 369729411364, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 252081450, - "voter": "aidar88" + "reputation": 14734236654427, + "rshares": 39749192510, + "voter": "intelliguy" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 345444526, - "voter": "steemswede" + "reputation": 3804349938696, + "rshares": 50739188382, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 225572610, - "voter": "adamgud" + "reputation": 11429090901893, + "rshares": 103213589142, + "voter": "kenny-crane" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 211552013, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 3046358914696, + "rshares": 12533590495, + "voter": "samether" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195806237, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3162745156, + "voter": "pangur-ban" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1571508493, - "voter": "leksimus" + "reputation": 8397302485673, + "rshares": 181940355643, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 836675772, - "voter": "dicov" + "reputation": 1816177, + "rshares": 2908408613, + "voter": "john.galt" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4487120677, - "voter": "gikitiki" + "reputation": 9389887938261, + "rshares": 8321186732, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 9859494596, - "rshares": 1259117194, - "voter": "chrisj" + "reputation": 7255473848113, + "rshares": 62432771526, + "voter": "herzmeister" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 367441394, - "voter": "luisucv34" + "reputation": 77590508815145, + "rshares": 258065486703, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3422295233, - "voter": "maximkichev" + "reputation": 2733362192608, + "rshares": 47713357270, + "voter": "brandonp" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1423628307, - "voter": "natali22" + "reputation": 1116909606233, + "rshares": 13619157612, + "voter": "facer" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12422969573, - "voter": "nippel66" + "reputation": 5260794316761, + "rshares": 141091074898, + "voter": "schro" }, { "percent": "10000", - "reputation": 9709066337974, - "rshares": 25482824432, - "voter": "wadepaterson" + "reputation": 771767379417, + "rshares": 1987962484, + "voter": "stephen-somers" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 97802609, - "voter": "elmusic" + "reputation": 217927530425, + "rshares": 5522250850, + "voter": "g-dubs" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6113824357, - "voter": "positive" + "percent": "10000", + "reputation": 22794273843250, + "rshares": 136553905869, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 203965977, - "voter": "shadyonline" + "reputation": 696041082748, + "rshares": 623654475, + "voter": "proglobyte" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2245289058, - "voter": "royalmacro" + "reputation": 1331218317408, + "rshares": 7270504944, + "voter": "grandpere" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35357758537, - "voter": "celebr1ty" + "reputation": 343178626425, + "rshares": 193327901347, + "voter": "mexbit" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 26208927525, - "voter": "jasonstaggers" + "reputation": 486415577627, + "rshares": 5724710569, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 36096289041, - "voter": "allasyummyfood" + "reputation": 48542961182602, + "rshares": 1400112409935, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 23337147272, - "voter": "rawnetics" + "reputation": 2419162524790, + "rshares": 673413497959, + "voter": "publicworker" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 31500596388, - "voter": "myfirst" + "reputation": 5886979119053, + "rshares": 100483771605, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 16577047541, - "rshares": 13891851865, - "voter": "sunshine" + "reputation": 274656026130, + "rshares": 41357473170, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1472926663, - "voter": "bledarus" + "reputation": 36344377648, + "rshares": 43182288358, + "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 61110411, - "voter": "razberrijam" + "reputation": 3509662488161, + "rshares": 26692150451, + "voter": "jonnyrevolution" }, { "percent": "10000", - "reputation": 158672055554, - "rshares": 50094162, - "voter": "pollina" + "reputation": 7949210311767, + "rshares": 31684250752, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 1509612108450, - "rshares": 1626088937, - "voter": "jsantana" + "reputation": 2407214688261, + "rshares": 70688369106, + "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 1916013022364, - "rshares": 276005219, - "voter": "wuyueling" + "reputation": 1019011681813, + "rshares": 6873847644, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 18201696935, - "voter": "yef99" + "reputation": 111391460708814, + "rshares": 376618490556, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 97612779, - "voter": "trendwizard" + "reputation": 6767512298331, + "rshares": 41629535469, + "voter": "treeshaface" }, { "percent": "10000", - "reputation": 2134908321, - "rshares": 52073223, - "voter": "feedyourbank" + "reputation": 1557874437556, + "rshares": 3311833669, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 415511458887, - "rshares": 115956367, - "voter": "ratidor" + "reputation": 2632946346, + "rshares": 28959157027, + "voter": "catchfire" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 140568307, - "voter": "alina1" + "reputation": 85777133037, + "rshares": 640461768, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3048244871, - "voter": "gringalicious" + "reputation": 9434414518400, + "rshares": 19792434316, + "voter": "acassity" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 100226382, - "voter": "ola1" + "reputation": 10980042082204, + "rshares": 15493096370, + "voter": "skapaneas" }, { "percent": "10000", - "reputation": 31953797, - "rshares": 50238724, - "voter": "abrikos" - } - ], - "author": "wadepaterson", - "author_reputation": 9709066337974, - "beneficiaries": [], - "body": "### Although the LA Kings are consistently one of the best teams in the NHL, many fans would rather focus on the Queens of the Staples Center: AKA, The LA Kings Ice Crew\n\nhttps://s15.postimg.org/br2mwv2a3/Screen_Shot_2016_08_30_at_4_47_46_PM.png\n\nJanina Storace, 2015/16 ice crew member, gives us an inside look of what it's like to be part of the LA Kings organization.\n\nShe also shares the best pick-up line she's ever heard, tells us about her worst date and confesses whether or not NHL players actually hook up with ice crew girls.\n\nIt's a 20 questions interview so hot, it doesn't just break the ice... it melts it.\n\n---\n\n# 20 questions with Janina Storace\n\nhttps://s14.postimg.org/a6niot1s1/Screen_Shot_2016_08_30_at_4_58_42_PM.png\n\n### 1 - How would you describe yourself in one sentence? \n\nJanina - LOL, I just asked my co worker to describe me and he said, \"An intriguing mixture of sass, introspection and a sympathetic nature.\" \n\n### 2 - How long were you a member of the LA Kings Ice Crew?\n\nJanina - I was on the Ice Crew for 1 Year.\n\n### 3 - What's involved with being a member of the LA Kings Ice Crew?\n \nJanina - The job included a lot of appearances, like watch parties, CHLA, local news stations, etc. But we are also at every home game, interacting with fans and helping them create a memorable experience.\n \nhttps://s15.postimg.org/tkeuc8raz/Screen_Shot_2016_08_30_at_4_58_00_PM.png\n\n### 4 - What was the best part about working on the ice crew? \n\nJanina - Definitely interacting with our fans and raising money for the Kings Care Foundation.\n\n### 5 - What do you have planned for the upcoming year? \n\nJanina - I am currently working at a post production company, so I plan to further my career there. \n\n### 6 - Who is your favorite hockey player? \n\nJanina - Wayne Gretzky!\n\nhttps://s18.postimg.org/943eyl50p/Screen_Shot_2016_08_30_at_4_56_39_PM.png\n\n### 7 - What is your favorite food? \n\nJanina - I LOVE Peruvian food!\n\n### 8 - What are you most likely to order at a bar? \n\nJanina - I'm a tequila girl!\n\n### 9 - Describe your perfect weekend. \n\nJanina - Anything that involves champagne, a bikini and the beach or a pool. \n\nhttps://s16.postimg.org/59ayhyx3p/Screen_Shot_2016_08_30_at_4_57_17_PM.png\n\n### 10 - What's the best part about living in LA? \n\nJanina - Traffic! ... JK, The weather!\n\n### 11 - What's the worst part about living in LA? \n\nJanina - The traffic!\n\n### 12 - Describe the worst date you've ever been on. \n\nJanina - Oh God. I got set up on a blind date, and the whole time the guy was just talking about how he's met me in another life, and that we were soulmates. He said that he remembers everything and his purpose in life was to try to get me to remember it. I now have a restraining order on him, LOL. It's really not funny though... pretty creepy.\n\nhttps://s14.postimg.org/rwlfu7g75/Screen_Shot_2016_08_30_at_4_57_28_PM.png\n\n### 13 - Who inspires you? \n\nJanina - Audrey Hepburn\n\n### 14 - You get to have dinner with three people, living or dead. Who are you eating with? \n\nJanina - Umm, Justin Timberlake, Justin Timberlake annnddd Justin Timberlake, LOL.\n\nhttps://s22.postimg.org/mu0zcpjkh/Screen_Shot_2016_08_30_at_4_57_08_PM.png\n\n### 15 - Tell us about your most embarrassing moment. \n\nJanina - Oh there are so many. But I was at skating practice and this really cute, young private coach was there with a client. Long story short, my coach decided to have us do a few laps under a certain time, so I (being a beginner skater, and not knowing how to dodge people yet) tried going as fast as I could to impress him. I ended up getting clotheslined by his client. I was mortified.\n\n### 16 - Where is one place you've not let traveled that's at the top of your list to visit? \n\nJanina - Italy!\n\nhttps://s12.postimg.org/v0k2a7d8t/Screen_Shot_2016_08_30_at_4_58_09_PM.png\n\n### 17 - Do blondes have more fun? \n\nJanina - Well, since I've been blonde for three years now, I'm going to go with yes, because I don't plan on going brunette anytime soon!\n\n### 18 - What's the best pick-up line you've ever heard? \n\nJanina - \"Hey girl. I lost my number; can I have yours?\"\n\n### 19 - Do hockey players and ice crew girls ever hook up? \n\nJanina - LOL. That's definitely the number one rule: NOT TO!\n\n### 20 - What is one thing very few people know about you? \n\nJanina - I am Hispanic and speak Spanish fluently.\n\nhttps://s15.postimg.org/dvstz5wbv/Screen_Shot_2016_08_30_at_4_58_57_PM.png\n\n---\n\nA massive thank-you to Janina to sharing great answers, and providing some awesome, behind-the-scenes pictures.\n\nAlso, a huge thank-you to all of you for taking the time to read.\n\n**Who would you like to see me throw 20 questions at? Drop me a comment below and I'll work on setting up the interview.**\n\n### If you like what you read, be sure to follow my [blog](https://steemit.com/@wadepaterson)!\n\nhttps://s10.postimg.org/pdcms4ve1/Screen_Shot_2016_08_30_at_5_34_23_PM.png\n\n# Previous \"20 questions\" interviews:\n\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-heiditravels-exclusive) with @heiditravels\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-katecloud-exclusive-interview) with @katecloud\n[20 questions](https://steemit.com/photography/@wadepaterson/20-questions-with-manthostsakirid-exclusive-interview-with-that-guy-who-did-the-kick-ass-steemit-photoshoot) with @manthostsakirid\n[20 questions](https://steemit.com/blockchain/@wadepaterson/20-questions-with-blockchaingirl-exclusive) with @blockchaingirl\n[20 questions](https://steemit.com/steemit/@wadepaterson/20-questions-with-piedpiper-exclusive) with @piedpiper\n[20 questions](https://steemit.com/secret-writer/@wadepaterson/20-questions-with-stellabelle-aka-the-secret-writer) with @stellabelle\n[20 questions](https://steemit.com/travel/@wadepaterson/20-questions-with-budgetbucketlist) with @budgetbucketlist\n[20 questions](https://steemit.com/life/@wadepaterson/20-questions-with-roger-ver-exclusive-interview) with [Roger Ver](https://twitter.com/rogerkver)\n[20 questions](https://steemit.com/food/@wadepaterson/20-questions-with-allasyummyfood) with @allasyummyfood\n[20 questions](https://steemit.com/life/@wadepaterson/20-questions-with-the-alien) with @the-alien", - "body_length": 6219, - "cashout_time": "2016-09-07T13:55:09", - "category": "life", - "children": 6, - "created": "2016-08-31T13:55:09", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"women\",\"interview\",\"sports\"],\"users\":[\"heiditravels\",\"katecloud\",\"manthostsakirid\",\"blockchaingirl\",\"piedpiper\",\"stellabelle\",\"budgetbucketlist\",\"allasyummyfood\",\"the-alien\"],\"image\":[\"https://s15.postimg.org/br2mwv2a3/Screen_Shot_2016_08_30_at_4_47_46_PM.png\",\"https://s14.postimg.org/a6niot1s1/Screen_Shot_2016_08_30_at_4_58_42_PM.png\",\"https://s15.postimg.org/tkeuc8raz/Screen_Shot_2016_08_30_at_4_58_00_PM.png\",\"https://s18.postimg.org/943eyl50p/Screen_Shot_2016_08_30_at_4_56_39_PM.png\",\"https://s16.postimg.org/59ayhyx3p/Screen_Shot_2016_08_30_at_4_57_17_PM.png\",\"https://s14.postimg.org/rwlfu7g75/Screen_Shot_2016_08_30_at_4_57_28_PM.png\",\"https://s22.postimg.org/mu0zcpjkh/Screen_Shot_2016_08_30_at_4_57_08_PM.png\",\"https://s12.postimg.org/v0k2a7d8t/Screen_Shot_2016_08_30_at_4_58_09_PM.png\",\"https://s15.postimg.org/dvstz5wbv/Screen_Shot_2016_08_30_at_4_58_57_PM.png\",\"https://s10.postimg.org/pdcms4ve1/Screen_Shot_2016_08_30_at_5_34_23_PM.png\"],\"links\":[\"https://steemit.com/@wadepaterson\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-heiditravels-exclusive\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-katecloud-exclusive-interview\",\"https://steemit.com/photography/@wadepaterson/20-questions-with-manthostsakirid-exclusive-interview-with-that-guy-who-did-the-kick-ass-steemit-photoshoot\",\"https://steemit.com/blockchain/@wadepaterson/20-questions-with-blockchaingirl-exclusive\",\"https://steemit.com/steemit/@wadepaterson/20-questions-with-piedpiper-exclusive\",\"https://steemit.com/secret-writer/@wadepaterson/20-questions-with-stellabelle-aka-the-secret-writer\",\"https://steemit.com/travel/@wadepaterson/20-questions-with-budgetbucketlist\",\"https://steemit.com/life/@wadepaterson/20-questions-with-roger-ver-exclusive-interview\",\"https://twitter.com/rogerkver\",\"https://steemit.com/food/@wadepaterson/20-questions-with-allasyummyfood\",\"https://steemit.com/life/@wadepaterson/20-questions-with-the-alien\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T13:55:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 46013595655559, - "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "223.216 HBD", - "percent_hbd": 10000, - "permlink": "20-questions-with-janina-storace-2015-16-member-of-the-la-kings-ice-crew", - "post_id": 1070961, - "promoted": "9.402 HBD", - "replies": [], - "root_title": "20 questions with Janina Storace (2015/16 member of the LA Kings Ice Crew)", - "title": "20 questions with Janina Storace (2015/16 member of the LA Kings Ice Crew)", - "total_payout_value": "0.000 HBD", - "url": "/life/@wadepaterson/20-questions-with-janina-storace-2015-16-member-of-the-la-kings-ice-crew" - }, - { - "active_votes": [ + "reputation": 8461965690396, + "rshares": 59416934392, + "voter": "norbu" + }, { "percent": "10000", - "reputation": 145171381514207, - "rshares": 29146834407324, - "voter": "dantheman" + "reputation": 1691376287481, + "rshares": 5946075754, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7536770258379, - "voter": "steempty" + "reputation": 25639258699, + "rshares": 261201772, + "voter": "ladyclair" }, { - "percent": "-10000", - "reputation": 32455846463901, - "rshares": -32136077169407, - "voter": "smooth" + "percent": "10000", + "reputation": 112943056223182, + "rshares": 236520170145, + "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 0, - "rshares": 2559281641651, - "voter": "simpson" + "reputation": 40255997582, + "rshares": 9856964632, + "voter": "cannav" }, { "percent": "10000", - "reputation": 0, - "rshares": 638731393563, - "voter": "microsoft" + "reputation": 6095326280934, + "rshares": 19984735139, + "voter": "thebatchman" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 35604045870400, - "voter": "jamesc" + "reputation": 336763673779, + "rshares": 172587678511, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1645146640241, - "voter": "galaxy" + "reputation": 57643429300793, + "rshares": 301101937944, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 0, - "rshares": 1647986808052, - "voter": "klm" + "reputation": 1959446497877, + "rshares": 4441718976, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1361823707859, - "voter": "moment" + "reputation": 1160886081198, + "rshares": 5519209742, + "voter": "unicornfarts" }, { - "percent": "500", - "reputation": 25104157850610, - "rshares": 134261972988, - "voter": "samupaha" + "percent": "10000", + "reputation": 1450924981021, + "rshares": 38998786603, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 119632573142, - "voter": "sandra" + "reputation": 65540661343, + "rshares": 3043909864, + "voter": "orly" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 992587048454, - "voter": "ihashfury" + "reputation": 3893522363454, + "rshares": 213317642274, + "voter": "tomkirkham" }, { "percent": "10000", - "reputation": 36749432321730, - "rshares": 918903643591, - "voter": "liondani" + "reputation": 3148690478580, + "rshares": 7905293129, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3098798804, - "voter": "boy" + "reputation": 2083279715738, + "rshares": 4911868772, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3761945865, - "voter": "bue-witness" + "reputation": 7091975331308, + "rshares": 15159309172, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697259398, - "voter": "bunny" + "reputation": 10248743813131, + "rshares": 18699972781, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 9510507624851, - "rshares": 481270665604, - "voter": "ajvest" + "reputation": 19462531467501, + "rshares": 31880219495, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 53938757038, - "voter": "bue" + "reputation": 1035952800698, + "rshares": 5945858323, + "voter": "vote" }, { "percent": "10000", - "reputation": 0, - "rshares": 1660715105, - "voter": "mini" + "reputation": 14661458923663, + "rshares": 220054014340, + "voter": "fabio" }, { "percent": "10000", - "reputation": 0, - "rshares": 213653566, - "voter": "moon" + "reputation": 2880187298062, + "rshares": 2928756549, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 8980249791516, - "rshares": 246757874507, - "voter": "lovejoy" + "reputation": 6180521629731, + "rshares": 14045054642, + "voter": "elyaque" }, { "percent": "10000", - "reputation": 724454198454, - "rshares": 147476758449, - "voter": "signalandnoise" + "reputation": 91753292, + "rshares": 8648487529, + "voter": "manoami" }, { - "percent": "-10000", - "reputation": 83941319998, - "rshares": -5675607282801, - "voter": "smooth.witness" + "percent": "10000", + "reputation": 2237331858240, + "rshares": 6263066176, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 18678729398345, - "rshares": 160458264263, - "voter": "pairmike" + "reputation": 1059790037173, + "rshares": 653152388714, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 79085582233, - "voter": "vip" + "reputation": -2499740471746, + "rshares": 30896118189, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 17027235685, - "voter": "proctologic" + "reputation": 255334396905, + "rshares": 316045642, + "voter": "damono" }, { "percent": "10000", - "reputation": 0, - "rshares": 622670434, - "voter": "healthcare" + "reputation": 5451039980643, + "rshares": 328259706, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, - "rshares": 967101683, - "voter": "daniel.pan" + "reputation": -11110332240496, + "rshares": 1559706980, + "voter": "sergei" }, { "percent": "10000", - "reputation": 4874033031398, - "rshares": 384252519378, - "voter": "woo7739" - }, - { - "percent": "5000", - "reputation": 72112139588726, - "rshares": 411408907897, - "voter": "steemrollin" + "reputation": 18799092030582, + "rshares": 76786331458, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 76462073287981, - "rshares": 358312470257, - "voter": "ash" + "reputation": 534528345983, + "rshares": 990772300, + "voter": "bartcant" }, { "percent": "10000", - "reputation": 37454101478493, - "rshares": 301426470966, - "voter": "chitty" + "reputation": 6340616331847, + "rshares": 11946566800, + "voter": "picokernel" }, { - "percent": "10000", - "reputation": 0, - "rshares": 288128811, - "voter": "helen.tan" + "percent": "4100", + "reputation": 4667991454724, + "rshares": 289600890812, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 6863537479759, - "rshares": 39970360844, - "voter": "mf-tzo" + "reputation": 17167233442, + "rshares": 7900797816, + "voter": "hammurabi" }, { "percent": "10000", - "reputation": 0, - "rshares": 23047108317, - "voter": "yginting" + "reputation": 2054508199522, + "rshares": 604839764, + "voter": "busser" }, { "percent": "10000", - "reputation": 4290310171633, - "rshares": 14466370135, - "voter": "brindleswan" + "reputation": 12755003778, + "rshares": 308534407, + "voter": "onthewayout" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 48090324970, - "voter": "noaommerrr" + "reputation": 3149488018622, + "rshares": 3610761428, + "voter": "owdy" }, { "percent": "10000", - "reputation": 736634655803, - "rshares": 8289417136, - "voter": "khanhsang" + "reputation": 8577172826419, + "rshares": 113577526339, + "voter": "crypt0" }, { "percent": "10000", - "reputation": 127159698297, - "rshares": 156346835537, - "voter": "vitaly-lvov" + "reputation": 2770303185670, + "rshares": 1350155707, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 13170169522, - "voter": "gregory-f" + "reputation": 960610083080, + "rshares": 1147610763, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 2441765369743, - "rshares": 11533688773, - "voter": "dave-hughes" + "reputation": 736644764370, + "rshares": 1343750995401, + "voter": "renohq" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 77065716762, - "voter": "edgeland" + "reputation": 3320684282022, + "rshares": 143978796157, + "voter": "knircky" }, { "percent": "10000", - "reputation": 1914970430304, - "rshares": 411008946222, - "voter": "chryspano" + "reputation": 8017093633272, + "rshares": 13265886887, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 71695744103, - "voter": "easteagle13" + "reputation": 899920858191, + "rshares": 1136372510, + "voter": "mixa" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 13405317241, - "voter": "ervin-lemark" + "reputation": 67145833276, + "rshares": 41267800631, + "voter": "wesam" }, { "percent": "10000", - "reputation": 87363750745142, - "rshares": 490524246163, - "voter": "dana-edwards" + "reputation": 0, + "rshares": 864077460, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1074271928730, - "voter": "gavvet" + "reputation": 5463774640621, + "rshares": 16762482325, + "voter": "akareyon" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7734516074, - "voter": "fran2k" + "reputation": 6030999377480, + "rshares": 14953581310, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 550409112190, - "voter": "eeks" + "reputation": 1661526202859, + "rshares": 4579960067, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 1427571994880, - "rshares": 11394772732, - "voter": "bryner" + "reputation": 3740475854096, + "rshares": 4023608719, + "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 0, - "rshares": 465107574, - "voter": "paco-steem" + "reputation": 2821855573125, + "rshares": 2917814226, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 35537325381339, - "rshares": 1013421916583, - "voter": "hipster" + "reputation": 1648396897354, + "rshares": 11502422370, + "voter": "asim" }, { "percent": "10000", - "reputation": 82831371778953, - "rshares": 844666155477, - "voter": "cryptogee" + "reputation": 475226720101, + "rshares": 34305820890, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5456136234, - "voter": "spaninv" + "reputation": 7952828943, + "rshares": 4770459674, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 5216776171708, - "rshares": 96939658274, - "voter": "alexandra-renee" + "reputation": 1563271634183, + "rshares": 94805049013, + "voter": "paco" }, { "percent": "10000", - "reputation": 233101710452, - "rshares": 1912809159, - "voter": "bradydale" + "reputation": 10077167197115, + "rshares": 35157758139, + "voter": "biophil" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2141802810, - "voter": "gekko" + "reputation": 11644551965460, + "rshares": 10951389409, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 347610222721, - "voter": "teamsteem" + "reputation": 2397831198773, + "rshares": 4183969872, + "voter": "karen13" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3587296169, - "voter": "daycrypter" + "reputation": 19168905436557, + "rshares": 14647737942, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 4129851081, - "voter": "jerome-colley" + "reputation": 93395785733, + "rshares": 1310840633, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 3195781916355, - "rshares": 16351020693, - "voter": "canhazlulz" + "reputation": 10445529851856, + "rshares": 10677489162, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 10093114621632, - "rshares": 91716922753, - "voter": "william-noe" + "reputation": 114569371319, + "rshares": 229654538, + "voter": "aqris" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17742328087, - "voter": "acidyo" + "reputation": 2877113019152, + "rshares": 10179269497, + "voter": "bycz" }, { "percent": "10000", - "reputation": 273195968453, - "rshares": 1320082412, - "voter": "karask" + "reputation": 920506256332, + "rshares": 2468438194, + "voter": "fireriseace" }, { "percent": "10000", - "reputation": 49136918266, - "rshares": 16814566538, - "voter": "cian.dafe" + "reputation": 2445998348172, + "rshares": 2874789426, + "voter": "pigatto" }, { - "percent": "10000", - "reputation": 6580794427504, - "rshares": 59123581033, - "voter": "hannixx42" + "percent": "-10000", + "reputation": 116541357, + "rshares": -391334114, + "voter": "mrshade" }, { "percent": "10000", - "reputation": 32983096229, - "rshares": 82221741039, - "voter": "tosch" + "reputation": 928901384552, + "rshares": 18461515038, + "voter": "grolelo" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 24012631923, - "voter": "klye" + "reputation": 6338322241150, + "rshares": 47402434558, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 14968641922913, - "rshares": 54129776980, - "voter": "oaldamster" + "reputation": 97417747806297, + "rshares": 267485802125, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 973588246, - "voter": "coar" + "reputation": 6892424678378, + "rshares": 59065345490, + "voter": "inertia" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 73939265051, - "voter": "asch" + "reputation": 2347565634738, + "rshares": 9908593396, + "voter": "shla-rafia" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 541125510014, - "voter": "kevinwong" + "reputation": 658204768651, + "rshares": 42870393138, + "voter": "milestone" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1430761656, - "voter": "murh" + "percent": "10000", + "reputation": 1248165138944, + "rshares": 15095626509, + "voter": "kendewitt" }, { "percent": "10000", - "reputation": 89262274316, - "rshares": 29021793642, - "voter": "trung81" + "reputation": 1537463763, + "rshares": 19209019931, + "voter": "creemej" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 586153919387, - "voter": "cyber" + "reputation": 2974404080988, + "rshares": 115891994467, + "voter": "demotruk" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 37426402607, - "voter": "justtryme90" + "reputation": 3502382308233, + "rshares": 3346157601, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 7152109350579, - "rshares": 4146708196, - "voter": "cm-steem" + "reputation": 2078306772520, + "rshares": 5604949614, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 11355235164, - "voter": "zebbra2014" + "reputation": 11429270871, + "rshares": 5346697679, + "voter": "pierregi" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3518487870521, - "voter": "satoshifund" + "reputation": 4617586503531, + "rshares": 7735024258, + "voter": "cryptojoy.com" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 363217648620, - "voter": "taoteh1221" + "reputation": 3033861094190, + "rshares": 12972669244, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 342038785, - "voter": "applecrisp" + "reputation": 34120390016, + "rshares": 3034952716, + "voter": "imp3" }, { "percent": "10000", - "reputation": 4338392818880, - "rshares": 36738265529, - "voter": "altoz" + "reputation": 2764978194297, + "rshares": 4499396299, + "voter": "konti" }, { "percent": "10000", - "reputation": 0, - "rshares": 363256840, - "voter": "stiletto" + "reputation": 9734558763221, + "rshares": 12202223778, + "voter": "phenom" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 369729411364, - "voter": "hedge-x" + "reputation": 9999779221262, + "rshares": 37545735165, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 14734236654427, - "rshares": 39749192510, - "voter": "intelliguy" + "reputation": 10955800027, + "rshares": 1366255021, + "voter": "jos.denmark" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50739188382, - "voter": "juanmiguelsalas" + "reputation": 1558637285991, + "rshares": 2423635537, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 103213589142, - "voter": "kenny-crane" + "reputation": 21815260714191, + "rshares": 196407046572, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 12533590495, - "voter": "samether" + "reputation": 76096938200261, + "rshares": 252344621173, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 1225278048760, - "rshares": 3162745156, - "voter": "pangur-ban" + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 181940355643, - "voter": "will-zewe" + "reputation": 1661515438853, + "rshares": 5738269845, + "voter": "kidsysco" }, { "percent": "10000", - "reputation": 1816177, - "rshares": 2908408613, - "voter": "john.galt" + "reputation": 81637934901, + "rshares": 136950996, + "voter": "jdenismusic" }, { "percent": "10000", - "reputation": 9389887938261, - "rshares": 8321186732, - "voter": "kennyskitchen" + "reputation": 974488972206, + "rshares": 3415324828, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 7255473848113, - "rshares": 62432771526, - "voter": "herzmeister" + "reputation": 224144957883, + "rshares": 14021344743, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 258065486703, - "voter": "kaylinart" + "reputation": 843226172873, + "rshares": 59912210582, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 2733362192608, - "rshares": 47713357270, - "voter": "brandonp" + "reputation": 2017416249960, + "rshares": 7958961361, + "voter": "kristylynn" }, { "percent": "10000", - "reputation": 1116909606233, - "rshares": 13619157612, - "voter": "facer" + "reputation": 24143253116, + "rshares": 123371166, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 141091074898, - "voter": "schro" + "reputation": 2339981102950, + "rshares": 1452628113, + "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 1987962484, - "voter": "stephen-somers" + "reputation": 1532881687066, + "rshares": 8241407014, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 217927530425, - "rshares": 5522250850, - "voter": "g-dubs" + "reputation": 4456090201156, + "rshares": 12528459891, + "voter": "heimindanger" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 136553905869, - "voter": "thedashguy" + "reputation": 116856214624, + "rshares": 3227799659, + "voter": "bones" }, { "percent": "10000", - "reputation": 696041082748, - "rshares": 623654475, - "voter": "proglobyte" + "reputation": 2619388406406, + "rshares": 2376882513, + "voter": "vlad" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 7270504944, - "voter": "grandpere" + "reputation": 477578742546, + "rshares": 7961019299, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 343178626425, - "rshares": 193327901347, - "voter": "mexbit" + "reputation": 1830353392409, + "rshares": 3082008139, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5724710569, - "voter": "mark-waser" + "reputation": 1785188860258, + "rshares": 3217985318, + "voter": "birdie" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1400112409935, - "voter": "sean-king" + "reputation": 3439295754608, + "rshares": 2027649530, + "voter": "bola" }, { "percent": "10000", - "reputation": 2419162524790, - "rshares": 673413497959, - "voter": "publicworker" + "reputation": 6467956247739, + "rshares": 23692107960, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 100483771605, - "voter": "geoffrey" + "reputation": 2114306416334, + "rshares": 3982662435, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 41357473170, - "voter": "honeythief" + "reputation": 11482318062844, + "rshares": 40964616174, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 36344377648, - "rshares": 43182288358, - "voter": "marco-delsalto" + "reputation": 1633600290379, + "rshares": 12280807036, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 3509662488161, - "rshares": 26692150451, - "voter": "jonnyrevolution" + "reputation": 5883461278385, + "rshares": 67031181038, + "voter": "rea" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31684250752, - "voter": "talanhorne" + "reputation": 671977617081, + "rshares": 2850960183, + "voter": "mookosoo" }, { "percent": "10000", - "reputation": 2407214688261, - "rshares": 70688369106, - "voter": "freedomengineer" + "reputation": 16950633154, + "rshares": 20094556940, + "voter": "mynewsteemit" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6873847644, - "voter": "iloveporn" + "reputation": 0, + "rshares": 118379415, + "voter": "justing" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 376618490556, - "voter": "fyrstikken" + "reputation": 3415496053078, + "rshares": 3514180305, + "voter": "dmitriybtc" }, { "percent": "10000", - "reputation": 6767512298331, - "rshares": 41629535469, - "voter": "treeshaface" + "reputation": 573006273614, + "rshares": 16745385148, + "voter": "chessmonster" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3311833669, - "voter": "the.bot" + "reputation": 14988694886527, + "rshares": 203608696118, + "voter": "jl777" }, { "percent": "10000", - "reputation": 2632946346, - "rshares": 28959157027, - "voter": "catchfire" + "reputation": 0, + "rshares": 115941835, + "voter": "maxflender" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 640461768, - "voter": "mrhankeh" + "reputation": 2795999874461, + "rshares": 1016026140059, + "voter": "james212" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 19792434316, - "voter": "acassity" + "reputation": 0, + "rshares": 1646370099, + "voter": "yarly" }, { "percent": "10000", - "reputation": 10980042082204, - "rshares": 15493096370, - "voter": "skapaneas" + "reputation": 0, + "rshares": 249753408, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 59416934392, - "voter": "norbu" + "reputation": 0, + "rshares": 250127725, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5946075754, - "voter": "the.whale" + "reputation": 0, + "rshares": 144699103, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261201772, - "voter": "ladyclair" + "reputation": 0, + "rshares": 145516307, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 236520170145, - "voter": "ericvancewalton" + "reputation": 0, + "rshares": 82969949, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 9856964632, - "voter": "cannav" + "reputation": 678073276260, + "rshares": 674234210, + "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 6095326280934, - "rshares": 19984735139, - "voter": "thebatchman" + "reputation": 122460178863, + "rshares": 4830973273, + "voter": "masterinvestor" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 172587678511, - "voter": "asmolokalo" + "reputation": 2628934912826, + "rshares": 79439985691, + "voter": "thebear" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 301101937944, - "voter": "roelandp" + "reputation": 3740422083640, + "rshares": 9947377892, + "voter": "vongohren" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 4441718976, - "voter": "dennygalindo" + "reputation": 19524897676, + "rshares": 9416293870, + "voter": "alsprinting" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5519209742, - "voter": "unicornfarts" + "reputation": 5078296488269, + "rshares": 6666206449, + "voter": "moon32walker" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 38998786603, - "voter": "ezzy" + "reputation": 12468455070375, + "rshares": 13208655601, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3043909864, - "voter": "orly" + "reputation": 4911895513371, + "rshares": 11113548469, + "voter": "quickfingersluc" }, { "percent": "10000", - "reputation": 3893522363454, - "rshares": 213317642274, - "voter": "tomkirkham" + "reputation": 48324434201, + "rshares": 682632091, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 7905293129, - "voter": "kakradetome" + "reputation": 29770846221, + "rshares": 571610409, + "voter": "jasonpay1" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 4911868772, - "voter": "riscadox" + "reputation": 2568808468562, + "rshares": 1089072756, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15159309172, - "voter": "konstantin" + "reputation": 69628175386, + "rshares": 415161375, + "voter": "quigua" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18699972781, - "voter": "katyakov" + "reputation": 39913884914319, + "rshares": 17065130943, + "voter": "papa-pepper" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 31880219495, - "voter": "hitmeasap" + "reputation": 66346571922, + "rshares": 1951657512, + "voter": "flexcougar" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5945858323, - "voter": "vote" + "reputation": 116655886020, + "rshares": 878557069, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 14661458923663, - "rshares": 220054014340, - "voter": "fabio" + "reputation": 1089565020966, + "rshares": 116599148, + "voter": "agapakos" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2928756549, - "voter": "stranger27" + "reputation": 9611048410314, + "rshares": 24406247247, + "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 6180521629731, - "rshares": 14045054642, - "voter": "elyaque" + "reputation": 58190631451, + "rshares": 17523488777, + "voter": "proto" }, { "percent": "10000", - "reputation": 91753292, - "rshares": 8648487529, - "voter": "manoami" + "reputation": 19817905281, + "rshares": 193516487, + "voter": "jasen.g1311" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6263066176, - "voter": "kissmybutt" + "reputation": 153480676290, + "rshares": 568834437, + "voter": "curator" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 653152388714, - "voter": "juneaugoldbuyer" + "reputation": 7172977970558, + "rshares": 1183446698, + "voter": "ace108" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 30896118189, - "voter": "r4fken" + "reputation": 0, + "rshares": 400045064, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 316045642, - "voter": "damono" + "reputation": 0, + "rshares": 214599727, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 328259706, - "voter": "steemswede" + "reputation": 10552456597779, + "rshares": 2245256363, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1559706980, - "voter": "sergei" + "reputation": 0, + "rshares": 75136080, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 76786331458, - "voter": "derekareith" + "reputation": 5774005265165, + "rshares": 5574895971, + "voter": "logic" }, { "percent": "10000", - "reputation": 534528345983, - "rshares": 990772300, - "voter": "bartcant" + "reputation": 1418195151238, + "rshares": 510743012, + "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 11946566800, - "voter": "picokernel" - }, - { - "percent": "4100", - "reputation": 4667991454724, - "rshares": 289600890812, - "voter": "slowwalker" + "reputation": 218390046765, + "rshares": 101394900, + "voter": "salamanca1987ar" }, { "percent": "10000", - "reputation": 17167233442, - "rshares": 7900797816, - "voter": "hammurabi" + "reputation": 19497864738, + "rshares": 1631716643, + "voter": "remlaps" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 604839764, - "voter": "busser" + "reputation": 136260156259, + "rshares": 173713555, + "voter": "kibela" }, { "percent": "10000", - "reputation": 12755003778, - "rshares": 308534407, - "voter": "onthewayout" + "reputation": 1771004589580, + "rshares": 722444244, + "voter": "steemuwe" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3610761428, - "voter": "owdy" + "reputation": 17218558634066, + "rshares": 14434798879, + "voter": "smailer" }, { "percent": "10000", - "reputation": 8577172826419, - "rshares": 113577526339, - "voter": "crypt0" + "reputation": -1193908062262, + "rshares": 122273677, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1350155707, - "voter": "vi1son" + "reputation": 16196314852, + "rshares": 116592267, + "voter": "diaperhaiku" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 1147610763, - "voter": "nobreku" + "reputation": 1239887596065, + "rshares": 119771472, + "voter": "ioulia" }, { "percent": "10000", - "reputation": 736644764370, - "rshares": 1343750995401, - "voter": "renohq" + "reputation": 17114822932753, + "rshares": 234120932412, + "voter": "originate" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 143978796157, - "voter": "knircky" + "reputation": 2413145659228, + "rshares": 2633331175, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 13265886887, - "voter": "ausbitbank" + "reputation": -39372262885, + "rshares": 59017018, + "voter": "reported" }, { "percent": "10000", - "reputation": 899920858191, - "rshares": 1136372510, - "voter": "mixa" + "reputation": 300077814, + "rshares": 156702802, + "voter": "simondarling" }, { "percent": "10000", - "reputation": 67145833276, - "rshares": 41267800631, - "voter": "wesam" + "reputation": 4046144208870, + "rshares": 1652145296, + "voter": "webosfritos" }, { "percent": "10000", - "reputation": 0, - "rshares": 864077460, - "voter": "steem1653" + "reputation": 3962925392210, + "rshares": 5150829096, + "voter": "jed78" }, { "percent": "10000", - "reputation": 5463774640621, - "rshares": 16762482325, - "voter": "akareyon" + "reputation": 6931641798, + "rshares": 105818271, + "voter": "andrew-charles" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 14953581310, - "voter": "sebastien" + "reputation": 1977162029930, + "rshares": 2439259725, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4579960067, - "voter": "gikitiki" + "reputation": 1275505236, + "rshares": 8761154185, + "voter": "taker" }, { "percent": "10000", - "reputation": 3740475854096, - "rshares": 4023608719, - "voter": "egjoshslim" + "reputation": 10137266406870, + "rshares": 6023479290, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2917814226, - "voter": "steemit-life" + "reputation": 8710090850955, + "rshares": 34140909059, + "voter": "rampant" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11502422370, - "voter": "asim" + "reputation": 4116067655741, + "rshares": 2192081685, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 34305820890, - "voter": "toxonaut" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4770459674, - "voter": "thegoodguy" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 94805049013, - "voter": "paco" + "reputation": 604356859725, + "rshares": 2501311515, + "voter": "pdogg147" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 35157758139, - "voter": "biophil" + "reputation": 10552713989475, + "rshares": 15126993967, + "voter": "reneenouveau" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 10951389409, - "voter": "senseiteekay" + "reputation": 2832097256429, + "rshares": 4982334243, + "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4183969872, - "voter": "karen13" + "reputation": 211462616494, + "rshares": 1011196107, + "voter": "letc" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 14647737942, - "voter": "dwinblood" + "reputation": 3194641726781, + "rshares": 22419320437, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1310840633, - "voter": "jrd8526" + "reputation": 1127978824162, + "rshares": 1711191717, + "voter": "feelapi" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 10677489162, - "voter": "meesterboom" + "reputation": 209489735900, + "rshares": 102189208, + "voter": "mayhemfreak" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 229654538, - "voter": "aqris" + "reputation": 1751717743, + "rshares": 15950073915, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 10179269497, - "voter": "bycz" + "reputation": 6887127798781, + "rshares": 32045522155, + "voter": "xtester" }, { "percent": "10000", - "reputation": 920506256332, - "rshares": 2468438194, - "voter": "fireriseace" + "reputation": 25062349105, + "rshares": 67457500, + "voter": "missmishel623" }, { "percent": "10000", - "reputation": 2445998348172, - "rshares": 2874789426, - "voter": "pigatto" + "reputation": 512132085322, + "rshares": 9238067538, + "voter": "viktor.phuket" }, { - "percent": "-10000", - "reputation": 116541357, - "rshares": -391334114, - "voter": "mrshade" + "percent": "10000", + "reputation": 0, + "rshares": 3564833888, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 928901384552, - "rshares": 18461515038, - "voter": "grolelo" + "reputation": 2637292041469, + "rshares": 5902111209, + "voter": "minion" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 47402434558, - "voter": "streetstyle" + "reputation": 0, + "rshares": 60750602, + "voter": "muizianer" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 267485802125, - "voter": "knozaki2015" + "reputation": 2462877364101, + "rshares": 691782075, + "voter": "labradorsem" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 59065345490, - "voter": "inertia" + "reputation": 478167094774, + "rshares": 527810072, + "voter": "romancs" }, { "percent": "10000", - "reputation": 2347565634738, - "rshares": 9908593396, - "voter": "shla-rafia" + "reputation": 1685450515149, + "rshares": 3281631465, + "voter": "steemleak" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 42870393138, - "voter": "milestone" + "reputation": 898801272252, + "rshares": 1964160357, + "voter": "t3ran13" }, { "percent": "10000", - "reputation": 1248165138944, - "rshares": 15095626509, - "voter": "kendewitt" + "reputation": 117644956479, + "rshares": 12628040417, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 19209019931, - "voter": "creemej" + "reputation": 413797518320, + "rshares": 15495920989, + "voter": "velourex" }, { "percent": "10000", - "reputation": 2974404080988, - "rshares": 115891994467, - "voter": "demotruk" + "reputation": 66791976065, + "rshares": 92634012404, + "voter": "joele" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3346157601, - "voter": "maximkichev" + "reputation": 11122126920308, + "rshares": 3452807810, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5604949614, - "voter": "btcbtcbtc20155" + "reputation": 1562464639, + "rshares": 60024015, + "voter": "nickche" }, { "percent": "10000", - "reputation": 11429270871, - "rshares": 5346697679, - "voter": "pierregi" + "reputation": 73944659327428, + "rshares": 95833665282, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 4617586503531, - "rshares": 7735024258, - "voter": "cryptojoy.com" + "reputation": 7767180487460, + "rshares": 8961607537, + "voter": "gargon" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12972669244, - "voter": "nippel66" + "reputation": 1269864429223, + "rshares": 2442663082, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3034952716, - "voter": "imp3" + "reputation": 3740136030964, + "rshares": 497521278, + "voter": "future24" }, { "percent": "10000", - "reputation": 2764978194297, - "rshares": 4499396299, - "voter": "konti" + "reputation": 126444536302, + "rshares": 1388519178, + "voter": "hms818" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12202223778, - "voter": "phenom" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37545735165, - "voter": "mynameisbrian" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 10955800027, - "rshares": 1366255021, - "voter": "jos.denmark" + "reputation": -451593763871, + "rshares": 3235630451, + "voter": "blow" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2423635537, - "voter": "sgnsteems" + "reputation": 1826385508354, + "rshares": 4026028283, + "voter": "dercoco" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 196407046572, - "voter": "blueorgy" + "reputation": 3515726108234, + "rshares": 353095859, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 252344621173, - "voter": "calaber24p" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" + "reputation": 398467602540, + "rshares": 252983382, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 1661515438853, - "rshares": 5738269845, - "voter": "kidsysco" + "reputation": 3552896427510, + "rshares": 1550887281, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 81637934901, - "rshares": 136950996, - "voter": "jdenismusic" + "reputation": 4542627765008, + "rshares": 18933467156, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3415324828, - "voter": "simon.braki.love" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14021344743, - "voter": "all-of-us" + "reputation": 33467338593, + "rshares": 67549327, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 843226172873, - "rshares": 59912210582, - "voter": "thylbom" + "reputation": 28335136369, + "rshares": 1588672543, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 2017416249960, - "rshares": 7958961361, - "voter": "kristylynn" + "reputation": 4130836907564, + "rshares": 17969206486, + "voter": "highlite" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123371166, - "voter": "bobo012" + "reputation": 1146505325539, + "rshares": 375929648, + "voter": "fingolfin" }, { "percent": "10000", - "reputation": 2339981102950, - "rshares": 1452628113, - "voter": "fubar-bdhr" + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8241407014, - "voter": "magz8716" + "reputation": 9332405310628, + "rshares": 29038067326, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 4456090201156, - "rshares": 12528459891, - "voter": "heimindanger" + "reputation": 37279727062, + "rshares": 2127373904, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 116856214624, - "rshares": 3227799659, - "voter": "bones" + "reputation": 289207830105, + "rshares": 62302798, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2376882513, - "voter": "vlad" + "reputation": 2118792724924, + "rshares": 83588022133, + "voter": "miacats" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7961019299, - "voter": "tarindel" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3082008139, - "voter": "azurejasper" + "reputation": 6058270767116, + "rshares": 5611818627, + "voter": "gonzo" }, { "percent": "10000", - "reputation": 1785188860258, - "rshares": 3217985318, - "voter": "birdie" + "reputation": 3168479764, + "rshares": 61094018, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 3439295754608, - "rshares": 2027649530, - "voter": "bola" + "reputation": 3814152361740, + "rshares": 9594681175, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 23692107960, - "voter": "deanliu" + "reputation": 2409896485, + "rshares": 6218343208, + "voter": "theb0red1" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3982662435, - "voter": "cryptohustlin" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 40964616174, - "voter": "sauravrungta" + "reputation": 4637390447698, + "rshares": 1117427535, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 12280807036, - "voter": "shredlord" + "reputation": 13325577893779, + "rshares": 10543681336, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 67031181038, - "voter": "rea" + "reputation": -30464467585, + "rshares": 72875398, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 671977617081, - "rshares": 2850960183, - "voter": "mookosoo" + "reputation": 2747626258414, + "rshares": 2331044924, + "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 16950633154, - "rshares": 20094556940, - "voter": "mynewsteemit" + "reputation": 1062400368532, + "rshares": 73285438325, + "voter": "helikopterben" }, { "percent": "10000", - "reputation": 0, - "rshares": 118379415, - "voter": "justing" + "reputation": 11683040603469, + "rshares": 46434242820, + "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 3415496053078, - "rshares": 3514180305, - "voter": "dmitriybtc" + "reputation": 93571901011, + "rshares": 421560917, + "voter": "noor818" }, { "percent": "10000", - "reputation": 573006273614, - "rshares": 16745385148, - "voter": "chessmonster" + "reputation": 1429700840, + "rshares": 60651985, + "voter": "porcupine305" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203608696118, - "voter": "jl777" + "reputation": 2551239163442, + "rshares": 7661821487, + "voter": "johnnyyash" }, { "percent": "10000", "reputation": 0, - "rshares": 115941835, - "voter": "maxflender" + "rshares": 290505916, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1016026140059, - "voter": "james212" + "reputation": 203940530117, + "rshares": 3322606113, + "voter": "macartem" }, { "percent": "10000", - "reputation": 0, - "rshares": 1646370099, - "voter": "yarly" + "reputation": 24073624840, + "rshares": 2359623897, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 10968660346, + "voter": "cryptomancer" }, { "percent": "10000", "reputation": 0, - "rshares": 249753408, - "voter": "yarly2" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", "reputation": 0, - "rshares": 250127725, - "voter": "yarly3" + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 144699103, - "voter": "yarly4" + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", "reputation": 0, - "rshares": 145516307, - "voter": "yarly5" + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 82969949, - "voter": "yarly7" + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 678073276260, - "rshares": 674234210, - "voter": "raymonjohnstone" + "reputation": 1985439257, + "rshares": 87993823754, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 122460178863, - "rshares": 4830973273, - "voter": "masterinvestor" + "reputation": 156837664557, + "rshares": 90854333, + "voter": "how2steemit" }, { "percent": "10000", - "reputation": 2628934912826, - "rshares": 79439985691, - "voter": "thebear" + "reputation": 951754559495, + "rshares": 1239123963, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 3740422083640, - "rshares": 9947377892, - "voter": "vongohren" + "reputation": 2646106119988, + "rshares": 4062572215, + "voter": "chaospoet" }, { "percent": "10000", - "reputation": 19524897676, - "rshares": 9416293870, - "voter": "alsprinting" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 5078296488269, - "rshares": 6666206449, - "voter": "moon32walker" + "reputation": 1228265260257, + "rshares": 925692996, + "voter": "rittr" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13208655601, - "voter": "carlidos" + "reputation": 875137794542, + "rshares": 5923135639, + "voter": "trev" }, { "percent": "10000", - "reputation": 4911895513371, - "rshares": 11113548469, - "voter": "quickfingersluc" + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 682632091, - "voter": "tobythecat" + "reputation": 3244771590977, + "rshares": 45217563290, + "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 29770846221, - "rshares": 571610409, - "voter": "jasonpay1" + "reputation": 11490547563070, + "rshares": 11435132110, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1089072756, - "voter": "sompitonov" + "reputation": 5941821821586, + "rshares": 4298995859, + "voter": "onetree" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 415161375, - "voter": "quigua" + "reputation": 1159303098899, + "rshares": 1499484279, + "voter": "roland.haynes" }, { "percent": "10000", - "reputation": 39913884914319, - "rshares": 17065130943, - "voter": "papa-pepper" + "reputation": 433370384966, + "rshares": 1608383114, + "voter": "imag1ne" }, { "percent": "10000", - "reputation": 66346571922, - "rshares": 1951657512, - "voter": "flexcougar" + "reputation": 6300363201553, + "rshares": 11806855914, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 878557069, - "voter": "happyphoenix" + "reputation": 1876749044289, + "rshares": 1734189768, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 1089565020966, - "rshares": 116599148, - "voter": "agapakos" + "reputation": 17390154, + "rshares": 58700943, + "voter": "viebie" }, { "percent": "10000", - "reputation": 9611048410314, - "rshares": 24406247247, - "voter": "team-leibniz" + "reputation": 1734036671982, + "rshares": 978590972, + "voter": "therealpaul" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 17523488777, - "voter": "proto" + "reputation": 896116963054, + "rshares": 240076968102, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 19817905281, - "rshares": 193516487, - "voter": "jasen.g1311" + "reputation": 8420918209808, + "rshares": 23010507010, + "voter": "daut44" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 568834437, - "voter": "curator" + "reputation": 480394097022, + "rshares": 57519057, + "voter": "onlyvoluntary" }, { "percent": "10000", - "reputation": 7172977970558, - "rshares": 1183446698, - "voter": "ace108" + "reputation": 14686018058, + "rshares": 57745231, + "voter": "gduran" }, { "percent": "10000", - "reputation": 0, - "rshares": 400045064, - "voter": "yarly10" + "reputation": 793368183438, + "rshares": 3530785880, + "voter": "mattclarke" }, { "percent": "10000", "reputation": 0, - "rshares": 214599727, - "voter": "yarly11" + "rshares": 57314263, + "voter": "bryanbrey" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2245256363, - "voter": "royalmacro" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", "reputation": 0, - "rshares": 75136080, - "voter": "yarly12" + "rshares": 595529807, + "voter": "dradkoph6" }, { "percent": "10000", - "reputation": 5774005265165, - "rshares": 5574895971, - "voter": "logic" + "reputation": 3523461665322, + "rshares": 2360643152, + "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 1418195151238, - "rshares": 510743012, - "voter": "cwmyao1" + "reputation": 2089975091323, + "rshares": 5250918648, + "voter": "silverbug2000" }, { "percent": "10000", - "reputation": 218390046765, - "rshares": 101394900, - "voter": "salamanca1987ar" + "reputation": 335003583191, + "rshares": 126658832, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 1631716643, - "voter": "remlaps" + "reputation": 460529871, + "rshares": 56997514, + "voter": "shamas" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 173713555, - "voter": "kibela" + "reputation": 291915319, + "rshares": 52336918, + "voter": "riv" }, { "percent": "10000", - "reputation": 1771004589580, - "rshares": 722444244, - "voter": "steemuwe" + "reputation": 1063317981552, + "rshares": 8629055362, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14434798879, - "voter": "smailer" + "reputation": 4272392942041, + "rshares": 963492238, + "voter": "ats-david" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 122273677, - "voter": "steemster1" + "reputation": 2516108074649, + "rshares": 708640079, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 16196314852, - "rshares": 116592267, - "voter": "diaperhaiku" + "reputation": 352754803744, + "rshares": 60894561, + "voter": "gregorypravda" }, { "percent": "10000", - "reputation": 1239887596065, - "rshares": 119771472, - "voter": "ioulia" + "reputation": 3946777086453, + "rshares": 319848732, + "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 17114822932753, - "rshares": 234120932412, - "voter": "originate" + "reputation": 4818398060873, + "rshares": 82849053193, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 2633331175, - "voter": "dmilash" + "reputation": 1391859553453, + "rshares": 57902885309, + "voter": "skum" }, { "percent": "10000", - "reputation": -39372262885, - "rshares": 59017018, - "voter": "reported" + "reputation": 71849011, + "rshares": 55546061, + "voter": "bradyd" }, { "percent": "10000", - "reputation": 300077814, - "rshares": 156702802, - "voter": "simondarling" + "reputation": 19141466793, + "rshares": 57683766, + "voter": "alaqrab" }, { "percent": "10000", - "reputation": 4046144208870, - "rshares": 1652145296, - "voter": "webosfritos" + "reputation": 809313892500, + "rshares": 7040743102, + "voter": "daveks" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 5150829096, - "voter": "jed78" + "reputation": 7258302306624, + "rshares": 13864069854, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 6931641798, - "rshares": 105818271, - "voter": "andrew-charles" + "reputation": 3575830946674, + "rshares": 11826084936, + "voter": "ryan-singer" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 2439259725, - "voter": "litrbooh" + "reputation": 682893592, + "rshares": 674826718, + "voter": "gear66" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8761154185, - "voter": "taker" + "reputation": 1504301173829, + "rshares": 2212283441, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6023479290, - "voter": "nekromarinist" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 34140909059, - "voter": "rampant" + "reputation": 133411660608, + "rshares": 112001685, + "voter": "maxfuchs" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 2192081685, - "voter": "sykochica" + "reputation": 3573461197670, + "rshares": 14327247506, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 107511023, + "rshares": 6881046075, + "voter": "mdoolsky" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": 8113893564, + "rshares": 67088669, + "voter": "donneker" }, { "percent": "10000", - "reputation": 604356859725, - "rshares": 2501311515, - "voter": "pdogg147" + "reputation": 20797221470, + "rshares": 1620576045, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 10552713989475, - "rshares": 15126993967, - "voter": "reneenouveau" + "reputation": 651373865756, + "rshares": 110147485, + "voter": "team101" }, { "percent": "10000", - "reputation": 2832097256429, - "rshares": 4982334243, - "voter": "satoshifpv" + "reputation": 278282371369, + "rshares": 94577609, + "voter": "moneymaker" }, { "percent": "10000", - "reputation": 211462616494, - "rshares": 1011196107, - "voter": "letc" + "reputation": 2721887929533, + "rshares": 3910484304, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22419320437, - "voter": "laoyao" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 1127978824162, - "rshares": 1711191717, - "voter": "feelapi" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 209489735900, - "rshares": 102189208, - "voter": "mayhemfreak" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 15950073915, - "voter": "gmurph" + "reputation": 623648427860, + "rshares": 61194045, + "voter": "leoplaw" }, { "percent": "10000", - "reputation": 6887127798781, - "rshares": 32045522155, - "voter": "xtester" + "reputation": 80500300321, + "rshares": 81876495, + "voter": "happylovelife" }, { "percent": "10000", - "reputation": 25062349105, - "rshares": 67457500, - "voter": "missmishel623" + "reputation": 3755265902762, + "rshares": 1350216108, + "voter": "l0k1" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9238067538, - "voter": "viktor.phuket" + "reputation": 232802458264, + "rshares": 15143401869, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 0, - "rshares": 3564833888, - "voter": "ullikume" + "reputation": 781994, + "rshares": 56739664, + "voter": "biggierotten" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 5902111209, - "voter": "minion" + "reputation": 4447885148, + "rshares": 77021319, + "voter": "osame066" }, { "percent": "10000", - "reputation": 0, - "rshares": 60750602, - "voter": "muizianer" + "reputation": 66712446374, + "rshares": 65762317, + "voter": "reaction" }, { "percent": "10000", - "reputation": 2462877364101, - "rshares": 691782075, - "voter": "labradorsem" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 527810072, - "voter": "romancs" + "reputation": 4835399333, + "rshares": 1774939202, + "voter": "thelocal" }, { "percent": "10000", - "reputation": 1685450515149, - "rshares": 3281631465, - "voter": "steemleak" + "reputation": 100770751240, + "rshares": 88085099, + "voter": "ruscion" }, { "percent": "10000", - "reputation": 898801272252, - "rshares": 1964160357, - "voter": "t3ran13" + "reputation": 785171622834, + "rshares": 5594828236, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 12628040417, - "voter": "jphamer1" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 413797518320, - "rshares": 15495920989, - "voter": "velourex" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 92634012404, - "voter": "joele" + "reputation": 2840774649947, + "rshares": 15432445921, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3452807810, - "voter": "oflyhigh" + "reputation": 0, + "rshares": 1647994899, + "voter": "smisi" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 60024015, - "voter": "nickche" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 95833665282, - "voter": "sirwinchester" + "reputation": 34627330410, + "rshares": 72098593, + "voter": "ender" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 8961607537, - "voter": "gargon" + "reputation": 5949422263, + "rshares": 151557032954, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2442663082, - "voter": "kainmarx" + "reputation": 113710888944, + "rshares": 262391495, + "voter": "maarnio" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 497521278, - "voter": "future24" + "reputation": 333300187103, + "rshares": 53155012, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 126444536302, - "rshares": 1388519178, - "voter": "hms818" + "reputation": 396873747296, + "rshares": 473336167, + "voter": "skapart" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3235630451, - "voter": "blow" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 1826385508354, - "rshares": 4026028283, - "voter": "dercoco" + "reputation": 3533625673, + "rshares": 23711449379, + "voter": "dubi" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 353095859, - "voter": "jrcornel" + "reputation": 501396601216, + "rshares": 95684818, + "voter": "pjo" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 1250756708358, + "rshares": 60699759, + "voter": "plotbot2015" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 252983382, - "voter": "naifaz" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 1550887281, - "voter": "scaredycatguide" + "reputation": 1810829967, + "rshares": 2637620675, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 18933467156, - "voter": "hanshotfirst" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 244886998614, + "rshares": 195119674, + "voter": "irininich" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 67549327, - "voter": "sijoittaja" + "reputation": 2609275826131, + "rshares": 70172274, + "voter": "alina1" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588672543, - "voter": "erikclark13" + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 4130836907564, - "rshares": 17969206486, - "voter": "highlite" + "reputation": 687559505602, + "rshares": 55100173, + "voter": "catsmart" }, { "percent": "10000", - "reputation": 1146505325539, - "rshares": 375929648, - "voter": "fingolfin" + "reputation": 1647174, + "rshares": 54856864, + "voter": "danbar" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 58277489, - "voter": "confucius" + "reputation": 0, + "rshares": 304997419, + "voter": "bones261" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 29038067326, - "voter": "mrosenquist" + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 2127373904, - "voter": "bledarus" + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 62302798, - "voter": "elenirossidou" + "reputation": 2697602494482, + "rshares": 1502288932, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 83588022133, - "voter": "miacats" + "reputation": 0, + "rshares": 582022660, + "voter": "bones555" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 6058270767116, - "rshares": 5611818627, - "voter": "gonzo" + "reputation": 4205608568581, + "rshares": 1624263318, + "voter": "burnin" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 61094018, - "voter": "razberrijam" + "reputation": 32819947524, + "rshares": 57173421, + "voter": "sic-savidicus" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 9594681175, - "voter": "matrixdweller" + "reputation": 2054624294432, + "rshares": 1612393618, + "voter": "anton333" }, { "percent": "10000", - "reputation": 2409896485, - "rshares": 6218343208, - "voter": "theb0red1" + "reputation": 33451402996481, + "rshares": 107817897370, + "voter": "jamielefay" }, { "percent": "10000", "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "rshares": 5544442078, + "voter": "chick1" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1117427535, - "voter": "chinadaily" + "reputation": 5646699288797, + "rshares": 2979879533, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10543681336, - "voter": "kyriacos" + "reputation": 2004604707, + "rshares": 53688546, + "voter": "eric-the-red" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 72875398, - "voter": "pompe72" + "reputation": 293420491789, + "rshares": 52970106, + "voter": "heroic15397" }, { "percent": "10000", - "reputation": 2747626258414, - "rshares": 2331044924, - "voter": "virtualgrowth" + "reputation": 661603952344, + "rshares": 2389686604, + "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 1062400368532, - "rshares": 73285438325, - "voter": "helikopterben" + "reputation": 972475674653, + "rshares": 298836403, + "voter": "nataliadobrick" }, { "percent": "10000", - "reputation": 11683040603469, - "rshares": 46434242820, - "voter": "anotherjoe" + "reputation": 2914114578419, + "rshares": 63039832, + "voter": "rigaronib" }, { "percent": "10000", - "reputation": 93571901011, - "rshares": 421560917, - "voter": "noor818" + "reputation": 570800415880, + "rshares": 1489079452, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 1429700840, - "rshares": 60651985, - "voter": "porcupine305" + "reputation": 1502200909130, + "rshares": 111258252, + "voter": "ola1" }, { "percent": "10000", - "reputation": 2551239163442, - "rshares": 7661821487, - "voter": "johnnyyash" + "reputation": 768451347973, + "rshares": 246220395, + "voter": "jbaker585" }, { "percent": "10000", - "reputation": 0, - "rshares": 290505916, - "voter": "jimmytwoshoes" + "reputation": 444900926552, + "rshares": 6902518522, + "voter": "thenakedgod" }, { "percent": "10000", - "reputation": 203940530117, - "rshares": 3322606113, - "voter": "macartem" + "reputation": 1305746304240, + "rshares": 1869408037, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2359623897, - "voter": "madoff" + "reputation": 6072650400812, + "rshares": 2935462949, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 324640729094, - "rshares": 10968660346, - "voter": "cryptomancer" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 32357786262, + "rshares": 59478888, + "voter": "mariajoe" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 25803661875, + "rshares": 52171697, + "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 414887802912, + "rshares": 638531915, + "voter": "antifragile" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 3765152822, + "rshares": 65259350, + "voter": "arnebolen" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 87993823754, - "voter": "icfiedler" + "reputation": 0, + "rshares": 4728074649, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 156837664557, - "rshares": 90854333, - "voter": "how2steemit" + "reputation": 74431494282, + "rshares": 136773607, + "voter": "iggy" }, { "percent": "10000", - "reputation": 951754559495, - "rshares": 1239123963, - "voter": "laconicflow" + "reputation": 564755466, + "rshares": 51406339, + "voter": "madikantia" }, { "percent": "10000", - "reputation": 2646106119988, - "rshares": 4062572215, - "voter": "chaospoet" + "reputation": 414609406210, + "rshares": 1496460341, + "voter": "robotev" }, { "percent": "10000", "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 1228265260257, - "rshares": 925692996, - "voter": "rittr" + "reputation": 617955620301, + "rshares": 546846427, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 5923135639, - "voter": "trev" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 78411391, - "voter": "joelbow" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 3244771590977, - "rshares": 45217563290, - "voter": "albensilverberg" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 11435132110, - "voter": "hilarski" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4298995859, - "voter": "onetree" + "reputation": 191991032341, + "rshares": 50309367, + "voter": "wemo" }, { "percent": "10000", - "reputation": 1159303098899, - "rshares": 1499484279, - "voter": "roland.haynes" - }, + "reputation": 30860749466, + "rshares": 50220107, + "voter": "alex.gaud" + } + ], + "author": "dantheman", + "author_reputation": 145171381514207, + "beneficiaries": [], + "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", + "body_length": 2390, + "cashout_time": "2016-09-06T20:03:09", + "category": "steemit", + "children": 136, + "created": "2016-08-30T20:03:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T20:03:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71965800806174, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "504.836 HBD", + "percent_hbd": 10000, + "permlink": "quick-update-regarding-user-retention", + "post_id": 1060743, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "Quick Update Regarding User Retention", + "title": "Quick Update Regarding User Retention", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@dantheman/quick-update-regarding-user-retention" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 433370384966, - "rshares": 1608383114, - "voter": "imag1ne" + "reputation": 14765040488827, + "rshares": 26742010634026, + "voter": "berniesanders" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 11806855914, - "voter": "mandibil" + "reputation": 8779714777561, + "rshares": 7423901182585, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1734189768, - "voter": "shadowspub" + "reputation": 9326993992, + "rshares": 214624487829, + "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 17390154, - "rshares": 58700943, - "voter": "viebie" + "reputation": 4107373187010, + "rshares": 1669948467123, + "voter": "hr1" }, { "percent": "10000", - "reputation": 1734036671982, - "rshares": 978590972, - "voter": "therealpaul" + "reputation": 608057298751, + "rshares": 639276841240, + "voter": "justin" }, { "percent": "10000", - "reputation": 896116963054, - "rshares": 240076968102, - "voter": "oldtimer" + "reputation": 12842871326086, + "rshares": 118418910512, + "voter": "sandra" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 23010507010, - "voter": "daut44" + "reputation": 138490649, + "rshares": 1404217145964, + "voter": "silver" }, { "percent": "10000", - "reputation": 480394097022, - "rshares": 57519057, - "voter": "onlyvoluntary" + "reputation": 4018307276106, + "rshares": 3303021165632, + "voter": "silversteem" }, { "percent": "10000", - "reputation": 14686018058, - "rshares": 57745231, - "voter": "gduran" + "reputation": 27931460807554, + "rshares": 4640598697082, + "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 793368183438, - "rshares": 3530785880, - "voter": "mattclarke" + "reputation": 0, + "rshares": 6477125435976, + "voter": "steemit200" }, { "percent": "10000", - "reputation": 0, - "rshares": 57314263, - "voter": "bryanbrey" + "reputation": 1214229078, + "rshares": 3098409022, + "voter": "boy" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 1366085197760, + "rshares": 218024111421, + "voter": "steem-id" }, { "percent": "10000", - "reputation": 0, - "rshares": 595529807, - "voter": "dradkoph6" + "reputation": 4712949449, + "rshares": 3761419573, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3523461665322, - "rshares": 2360643152, - "voter": "fat-like-buddha" + "reputation": 1789951494550, + "rshares": 697193616, + "voter": "bunny" }, { - "percent": "10000", - "reputation": 2089975091323, - "rshares": 5250918648, - "voter": "silverbug2000" + "percent": "5900", + "reputation": 59074616588451, + "rshares": 4080365922303, + "voter": "complexring" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 126658832, - "voter": "jtstreetman" + "reputation": 103443134841, + "rshares": 53872169743, + "voter": "bue" }, { "percent": "10000", - "reputation": 460529871, - "rshares": 56997514, - "voter": "shamas" + "reputation": 29449063355738, + "rshares": 425059485091, + "voter": "steemservices" }, { "percent": "10000", - "reputation": 291915319, - "rshares": 52336918, - "voter": "riv" + "reputation": 0, + "rshares": 26284025951, + "voter": "steemservices1" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8629055362, - "voter": "etcmike" + "reputation": 0, + "rshares": 1660517748, + "voter": "mini" }, { "percent": "10000", - "reputation": 4272392942041, - "rshares": 963492238, - "voter": "ats-david" + "reputation": 0, + "rshares": 213642056, + "voter": "moon" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 708640079, - "voter": "runridefly" + "reputation": 4418872, + "rshares": 11067990019, + "voter": "perky" }, { "percent": "10000", - "reputation": 352754803744, - "rshares": 60894561, - "voter": "gregorypravda" + "reputation": 0, + "rshares": 11472296849, + "voter": "by24seven" }, { "percent": "10000", - "reputation": 3946777086453, - "rshares": 319848732, - "voter": "contentjunkie" + "reputation": 1241362310762, + "rshares": 16140909672, + "voter": "bentley" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 82849053193, - "voter": "shenanigator" + "reputation": 0, + "rshares": 388898254565, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 1391859553453, - "rshares": 57902885309, - "voter": "skum" + "reputation": 9028537022578, + "rshares": 2460788934897, + "voter": "recursive" }, { "percent": "10000", - "reputation": 71849011, - "rshares": 55546061, - "voter": "bradyd" + "reputation": 1682985060, + "rshares": 16151096735, + "voter": "lee3" }, { "percent": "10000", - "reputation": 19141466793, - "rshares": 57683766, - "voter": "alaqrab" + "reputation": 1523183364522, + "rshares": 15367699083, + "voter": "lee5" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 7040743102, - "voter": "daveks" + "reputation": 0, + "rshares": 622609587, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 13864069854, - "voter": "mikehere" + "reputation": 0, + "rshares": 966999708, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3575830946674, - "rshares": 11826084936, - "voter": "ryan-singer" + "reputation": 96486114508046, + "rshares": 2607869489522, + "voter": "donkeypong" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 674826718, - "voter": "gear66" + "reputation": 6977251504339, + "rshares": 19634870345, + "voter": "dedriss" }, { "percent": "10000", - "reputation": 1504301173829, - "rshares": 2212283441, - "voter": "jeremyfromwi" + "reputation": 8442392793360, + "rshares": 87869573700, + "voter": "jchch" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 37454101478493, + "rshares": 282411964739, + "voter": "chitty" }, { "percent": "10000", - "reputation": 133411660608, - "rshares": 112001685, - "voter": "maxfuchs" + "reputation": 0, + "rshares": 288109073, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 14327247506, - "voter": "luminousvisions" + "reputation": 2165622245848, + "rshares": 24425186800, + "voter": "yefet" }, { "percent": "10000", - "reputation": 107511023, - "rshares": 6881046075, - "voter": "mdoolsky" + "reputation": 14073457536993, + "rshares": 85845913802, + "voter": "edgeland" }, { - "percent": "10000", - "reputation": 8113893564, - "rshares": 67088669, - "voter": "donneker" + "percent": "0", + "reputation": 54345938068170, + "rshares": 8502029458, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1620576045, - "voter": "davidjkelley" + "reputation": 12712877967688, + "rshares": 79651784435, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 110147485, - "voter": "team101" + "reputation": 12382143533351, + "rshares": 550167271027, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 278282371369, - "rshares": 94577609, - "voter": "moneymaker" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8054559664, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 2721887929533, - "rshares": 3910484304, - "voter": "davidbrogan" + "percent": "8500", + "reputation": 0, + "rshares": 414511931, + "voter": "paco-steem" }, { - "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4848714165, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 26867938976163, + "rshares": 334016823322, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "percent": "3000", + "reputation": 5414208804644, + "rshares": 9264571892, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 623648427860, - "rshares": 61194045, - "voter": "leoplaw" + "reputation": 58571016273092, + "rshares": 659545305654, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 81876495, - "voter": "happylovelife" + "reputation": 493863952, + "rshares": 928176783, + "voter": "weenfan" }, { "percent": "10000", - "reputation": 3755265902762, - "rshares": 1350216108, - "voter": "l0k1" + "reputation": 1111594060096, + "rshares": 3662848179, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 15143401869, - "voter": "digital-wisdom" + "reputation": 503318537891, + "rshares": 3932862654, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 781994, - "rshares": 56739664, - "voter": "biggierotten" + "reputation": 21903005256174, + "rshares": 226300575280, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 77021319, - "voter": "osame066" + "reputation": 1663549830469, + "rshares": 1061472781, + "voter": "coar" }, { "percent": "10000", - "reputation": 66712446374, - "rshares": 65762317, - "voter": "reaction" + "reputation": 161089556767, + "rshares": 73904097637, + "voter": "asch" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 60877390332151, + "rshares": 602316109821, + "voter": "kevinwong" }, { - "percent": "10000", - "reputation": 4835399333, - "rshares": 1774939202, - "voter": "thelocal" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1787879655, + "voter": "murh" }, { "percent": "10000", - "reputation": 100770751240, - "rshares": 88085099, - "voter": "ruscion" + "reputation": 373944484737, + "rshares": 1560501745, + "voter": "dmitry" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5594828236, - "voter": "jwaser" + "reputation": 3037854988445, + "rshares": 61237429675, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": -2683858617900, + "rshares": 11591802563, + "voter": "zebbra2014" }, { "percent": "10000", + "reputation": 11136252375006, + "rshares": 361866778441, + "voter": "taoteh1221" + }, + { + "percent": "8500", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 323758919, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 15432445921, - "voter": "hunterisgreat" + "reputation": 57302509663422, + "rshares": 472469601021, + "voter": "the-alien" }, { "percent": "10000", - "reputation": 0, - "rshares": 1647994899, - "voter": "smisi" + "reputation": 3804349938696, + "rshares": 52992225551, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 11429090901893, + "rshares": 98645524773, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 34627330410, - "rshares": 72098593, - "voter": "ender" + "reputation": 5888717170887, + "rshares": 67218997348, + "voter": "ratel" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 151557032954, - "voter": "asksisk" + "reputation": 8397302485673, + "rshares": 168788648608, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 262391495, - "voter": "maarnio" + "reputation": 9389887938261, + "rshares": 8988832045, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 53155012, - "voter": "the-ego-is-you" + "reputation": 60725834714442, + "rshares": 510194336767, + "voter": "infovore" }, { "percent": "10000", - "reputation": 396873747296, - "rshares": 473336167, - "voter": "skapart" + "reputation": 5260794316761, + "rshares": 132775089021, + "voter": "schro" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 22794273843250, + "rshares": 132870235704, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 1960155455032, + "rshares": 3885604675, + "voter": "usefree" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 86912853643710, + "rshares": 733157357099, + "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 23711449379, - "voter": "dubi" + "reputation": 486415577627, + "rshares": 5593584115, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 501396601216, - "rshares": 95684818, - "voter": "pjo" + "reputation": 5886979119053, + "rshares": 107979844197, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 1250756708358, - "rshares": 60699759, - "voter": "plotbot2015" + "reputation": 2457655120479, + "rshares": 4337545279, + "voter": "ben99" }, { "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "reputation": 601987961462, + "rshares": 1921424318, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2637620675, - "voter": "bwaser" + "reputation": 1019011681813, + "rshares": 6591597330, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 1557874437556, + "rshares": 1901099275, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 195119674, - "voter": "irininich" + "reputation": 8461965690396, + "rshares": 56721130357, + "voter": "norbu" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 70172274, - "voter": "alina1" + "reputation": 1691376287481, + "rshares": 5826218932, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, - "rshares": 53871683, - "voter": "doggnostic" + "reputation": 4276659410889, + "rshares": 3733963610, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 55100173, - "voter": "catsmart" + "reputation": 65540661343, + "rshares": 3109554566, + "voter": "orly" }, { "percent": "10000", - "reputation": 1647174, - "rshares": 54856864, - "voter": "danbar" + "reputation": 2083279715738, + "rshares": 4805082792, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 0, - "rshares": 304997419, - "voter": "bones261" + "reputation": 7091975331308, + "rshares": 16050356201, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 0, - "rshares": 53593366, - "voter": "jenny-talls" + "reputation": 305047794164, + "rshares": 132990415326, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, - "rshares": 52332195, - "voter": "post-successful" + "reputation": 1059790037173, + "rshares": 653051005053, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1502288932, - "voter": "ibringawareness" + "reputation": 36017089082, + "rshares": 525843601, + "voter": "rxhector" }, { "percent": "10000", - "reputation": 0, - "rshares": 582022660, - "voter": "bones555" + "reputation": 7018477845661, + "rshares": 486892875044, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 2054508199522, + "rshares": 615693424, + "voter": "busser" }, { - "percent": "10000", - "reputation": 4205608568581, - "rshares": 1624263318, - "voter": "burnin" + "percent": "3000", + "reputation": 9142611234, + "rshares": 213566804, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 32819947524, - "rshares": 57173421, - "voter": "sic-savidicus" + "percent": "3000", + "reputation": 3871042, + "rshares": 195795730, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1612393618, - "voter": "anton333" + "reputation": 960610083080, + "rshares": 1177036680, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 33451402996481, - "rshares": 107817897370, - "voter": "jamielefay" + "reputation": 1220081355, + "rshares": 228724122, + "voter": "ardina" }, { "percent": "10000", - "reputation": 0, - "rshares": 5544442078, - "voter": "chick1" + "reputation": 1598540193144, + "rshares": 27444370309, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 2979879533, - "voter": "gringalicious" + "reputation": 322912672117, + "rshares": 409793835, + "voter": "cynetyc" }, { "percent": "10000", - "reputation": 2004604707, - "rshares": 53688546, - "voter": "eric-the-red" + "reputation": 2821855573125, + "rshares": 3078830253, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 293420491789, - "rshares": 52970106, - "voter": "heroic15397" + "reputation": 1648396897354, + "rshares": 11496878681, + "voter": "asim" }, { "percent": "10000", - "reputation": 661603952344, - "rshares": 2389686604, - "voter": "steempowerwhale" + "reputation": 7952828943, + "rshares": 4664449459, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 972475674653, - "rshares": 298836403, - "voter": "nataliadobrick" + "reputation": 1563271634183, + "rshares": 83317464964, + "voter": "paco" }, { "percent": "10000", - "reputation": 2914114578419, - "rshares": 63039832, - "voter": "rigaronib" + "reputation": 2397831198773, + "rshares": 4401981811, + "voter": "karen13" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1489079452, - "voter": "ellepdub" + "reputation": 866671256465, + "rshares": 24938539986, + "voter": "igster" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 111258252, - "voter": "ola1" + "reputation": 9512715139288, + "rshares": 80550367430, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 768451347973, - "rshares": 246220395, - "voter": "jbaker585" + "reputation": 10445529851856, + "rshares": 10425297047, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 444900926552, - "rshares": 6902518522, - "voter": "thenakedgod" + "reputation": 2877113019152, + "rshares": 10404996383, + "voter": "bycz" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1869408037, - "voter": "ekaterinka" + "reputation": 669199844401, + "rshares": 10510863147, + "voter": "mun" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 2935462949, - "voter": "herpetologyguy" + "reputation": 688176613733, + "rshares": 432462014, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 7803764965401, + "rshares": 10016736849, + "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 2629271154, + "rshares": 2613479165, + "voter": "screasey" }, { "percent": "10000", - "reputation": 32357786262, - "rshares": 59478888, - "voter": "mariajoe" + "reputation": 5029542492239, + "rshares": 9037656827, + "voter": "blinova" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 52171697, - "voter": "ancientofdays" + "reputation": 97417747806297, + "rshares": 266030066748, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 414887802912, - "rshares": 638531915, - "voter": "antifragile" + "reputation": 658204768651, + "rshares": 45082575690, + "voter": "milestone" }, { "percent": "10000", - "reputation": 3765152822, - "rshares": 65259350, - "voter": "arnebolen" + "reputation": 594833631949, + "rshares": 6627789050, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 0, - "rshares": 4728074649, - "voter": "morgan.waser" + "reputation": 2078306772520, + "rshares": 5603599974, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 74431494282, - "rshares": 136773607, - "voter": "iggy" + "reputation": 3033861094190, + "rshares": 13799232019, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 564755466, - "rshares": 51406339, - "voter": "madikantia" + "reputation": 34120390016, + "rshares": 3033627247, + "voter": "imp3" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 1496460341, - "voter": "robotev" + "reputation": 599560057305, + "rshares": 4211356469, + "voter": "oululahti" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 741654237981, + "rshares": 5697285524, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 546846427, - "voter": "thebiggestidea" + "reputation": 76096938200261, + "rshares": 248002089456, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 49770527, + "rshares": 3477759461, + "voter": "davidr" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": -124823359245, + "rshares": 19955042421, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "reputation": 2339981102950, + "rshares": 1241429159, + "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "reputation": 1394532106132, + "rshares": 7024086429, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 191991032341, - "rshares": 50309367, - "voter": "wemo" + "reputation": 46246767220, + "rshares": 7168805070, + "voter": "rpf" }, { "percent": "10000", - "reputation": 30860749466, - "rshares": 50220107, - "voter": "alex.gaud" - } - ], - "author": "dantheman", - "author_reputation": 145171381514207, - "beneficiaries": [], - "body": "
https://s3.postimg.io/bzlvi7qlf/trend.png
\n\nAt first glance this chart looks *really bad*, users continue to sign up but activity has fallen or remained flat. The activity per user was hit significantly from both sides.\n\nUp until a couple of days ago we had a significant number of fake account signups. We were able to slow, but not eliminate, this signup abuse by adding Google's reCAPTCHA. You can visibly see the reduction in the rate of signup the past several days.\n\n
https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif
\n\n## User Account Spam \n\nIn addition to accounts being created by abusing our signup offer, many people have been creating and mining accounts. Name squatting due to [STEEM DNS](https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain) has also caused many accounts to be created for this purpose.\n\n## Voting and Posting Spam \n\nOver the past month we have been systematically deploying solutions that mitigate spam. We have imposed stronger bandwidth limits, minimal voting thresholds, and reputation systems. The result of this anti-spam measure is a net reduction in votes, posts, and replies. \n\n## Conclusion \n\nIt is tempting to look at these charts and deceive ourselves into believing there are 80K *real* accounts or that all the voting, posting, and replying activity in July was *real*. Believing these things reinforces our own biases and desire to see Steem grow overnight. \n\nThe problem is, if we let ourselves believe that lie, then we must also believe that Steem is losing traction / retention. All of a sudden our \"harmless\" self-deception has us in panic mode as it appears something has come unhinged.\n\nThe more realistic way of viewing things is to greatly discount the number of accounts by removing duplicate miners, name squatters, and anyone inactive. This will give us daily active users which is around 1200 and weekly active users which is around 8000. Then filter all of the spam / automated activity from the month to get a better signal of organic use by real people. \n\nAfter doing these things you will see that Steem is in fact growing, quality is improving, and the sun is shining on all things Steem.\n\n
http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg
", - "body_length": 2390, - "cashout_time": "2016-09-06T20:03:09", - "category": "steemit", - "children": 136, - "created": "2016-08-30T20:03:09", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://s3.postimg.io/bzlvi7qlf/trend.png\",\"https://www.google.com/recaptcha/intro/images/hero-recaptcha-demo.gif\",\"http://blog.hdwallsource.com/wp-content/uploads/2014/11/sunrise-cloud-wallpaper-21883-22436-hd-wallpapers.jpg\"],\"links\":[\"https://steemit.com/steemit/@someguy123/steem-dns-your-username-dot-steem-dns-on-the-blockchain\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T20:03:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 71965800806174, - "parent_author": "", - "parent_permlink": "steemit", - "pending_payout_value": "504.836 HBD", - "percent_hbd": 10000, - "permlink": "quick-update-regarding-user-retention", - "post_id": 1060743, - "promoted": "0.001 HBD", - "replies": [], - "root_title": "Quick Update Regarding User Retention", - "title": "Quick Update Regarding User Retention", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@dantheman/quick-update-regarding-user-retention" - }, - { - "active_votes": [ + "reputation": 0, + "rshares": 65405533, + "voter": "jack-f" + }, { "percent": "10000", - "reputation": 14765040488827, - "rshares": 26742010634026, - "voter": "berniesanders" + "reputation": 802342551, + "rshares": 79401557, + "voter": "annie-kim" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7423901182585, - "voter": "riverhead" + "reputation": 164633658481, + "rshares": 60988881082, + "voter": "squirrellywrath" }, { "percent": "10000", - "reputation": 9326993992, - "rshares": 214624487829, - "voter": "nextgenwitness" + "reputation": 477578742546, + "rshares": 7957880890, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1669948467123, - "voter": "hr1" + "reputation": 20001506960251, + "rshares": 209302143536, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 608057298751, - "rshares": 639276841240, - "voter": "justin" + "reputation": 11482318062844, + "rshares": 40738905651, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 118418910512, - "voter": "sandra" + "reputation": 5883461278385, + "rshares": 73944516910, + "voter": "rea" }, { "percent": "10000", - "reputation": 138490649, - "rshares": 1404217145964, - "voter": "silver" + "reputation": 2791409844, + "rshares": 104788510, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 4018307276106, - "rshares": 3303021165632, - "voter": "silversteem" + "reputation": 14988694886527, + "rshares": 214221454717, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 27931460807554, - "rshares": 4640598697082, - "voter": "nextgencrypto" + "percent": "6000", + "reputation": 10519849768972, + "rshares": 12217763126, + "voter": "positive" }, { "percent": "10000", "reputation": 0, - "rshares": 6477125435976, - "voter": "steemit200" + "rshares": 1681942083, + "voter": "yarly" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3098409022, - "voter": "boy" + "reputation": 0, + "rshares": 255227790, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 1366085197760, - "rshares": 218024111421, - "voter": "steem-id" + "reputation": 0, + "rshares": 255610425, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3761419573, - "voter": "bue-witness" + "reputation": 0, + "rshares": 147899496, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697193616, - "voter": "bunny" + "reputation": 0, + "rshares": 148734861, + "voter": "yarly5" }, { - "percent": "5900", - "reputation": 59074616588451, - "rshares": 4080365922303, - "voter": "complexring" + "percent": "10000", + "reputation": 0, + "rshares": 84798583, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 53872169743, - "voter": "bue" + "reputation": 200679300719, + "rshares": 261379803, + "voter": "lexinferno" }, { "percent": "10000", - "reputation": 29449063355738, - "rshares": 425059485091, - "voter": "steemservices" + "reputation": 542854211690, + "rshares": 450709667, + "voter": "sokoloffa" }, { "percent": "10000", - "reputation": 0, - "rshares": 26284025951, - "voter": "steemservices1" + "reputation": 99040715968, + "rshares": 138420922, + "voter": "arconite" }, { "percent": "10000", - "reputation": 0, - "rshares": 1660517748, - "voter": "mini" + "reputation": 6985921192853, + "rshares": 199118129728, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 0, - "rshares": 213642056, - "voter": "moon" + "reputation": 48324434201, + "rshares": 633312566, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 4418872, - "rshares": 11067990019, - "voter": "perky" + "reputation": 69628175386, + "rshares": 415176096, + "voter": "quigua" }, { "percent": "10000", - "reputation": 0, - "rshares": 11472296849, - "voter": "by24seven" + "reputation": 20782968, + "rshares": 109567532, + "voter": "pyneer" }, { "percent": "10000", - "reputation": 1241362310762, - "rshares": 16140909672, - "voter": "bentley" + "reputation": 13032104555879, + "rshares": 9582182463, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 0, - "rshares": 388898254565, - "voter": "recursive3" + "reputation": 116655886020, + "rshares": 877304786, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2460788934897, - "voter": "recursive" + "reputation": 4558720822431, + "rshares": 19007450928, + "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 16151096735, - "voter": "lee3" + "reputation": 3777763523032, + "rshares": 20532124227, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 1523183364522, - "rshares": 15367699083, - "voter": "lee5" + "reputation": 58190631451, + "rshares": 18437148071, + "voter": "proto" }, { "percent": "10000", - "reputation": 0, - "rshares": 622609587, - "voter": "healthcare" + "reputation": 153480676290, + "rshares": 574086860, + "voter": "curator" }, { "percent": "10000", "reputation": 0, - "rshares": 966999708, - "voter": "daniel.pan" + "rshares": 408768467, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 96486114508046, - "rshares": 2607869489522, - "voter": "donkeypong" + "reputation": 0, + "rshares": 219308058, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 19634870345, - "voter": "dedriss" + "reputation": 0, + "rshares": 76805770, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 87869573700, - "voter": "jchch" + "reputation": 1418195151238, + "rshares": 510306519, + "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 37454101478493, - "rshares": 282411964739, - "voter": "chitty" + "reputation": 6545561317919, + "rshares": 8741427037, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 0, - "rshares": 288109073, - "voter": "helen.tan" + "reputation": -1193908062262, + "rshares": 129066659, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24425186800, - "voter": "yefet" + "reputation": 979379098872, + "rshares": 1318009421, + "voter": "spinner" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 85845913802, - "voter": "edgeland" - }, - { - "percent": "0", - "reputation": 54345938068170, - "rshares": 8502029458, - "voter": "craig-grant" + "reputation": 1804907957838, + "rshares": 2340452128, + "voter": "belkins" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 79651784435, - "voter": "easteagle13" + "reputation": 15621086173579, + "rshares": 21606567287, + "voter": "williambanks" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 550167271027, - "voter": "eeks" + "reputation": 49283901870, + "rshares": 1074033522, + "voter": "metaflute" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8054559664, - "voter": "fkn" + "percent": "10000", + "reputation": 1275505236, + "rshares": 9217307987, + "voter": "taker" }, { - "percent": "8500", - "reputation": 0, - "rshares": 414511931, - "voter": "paco-steem" + "percent": "10000", + "reputation": -833837861150, + "rshares": 53835780, + "voter": "sharon" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4848714165, - "voter": "spaninv" + "percent": "10000", + "reputation": 11856501387697, + "rshares": 39956396307, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 334016823322, - "voter": "teamsteem" + "reputation": 4964569405579, + "rshares": 3863422357, + "voter": "dumar022" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 9264571892, - "voter": "elishagh1" + "percent": "10000", + "reputation": -1130081321479, + "rshares": 53473560, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 659545305654, - "voter": "nanzo-scoop" + "reputation": 6181438509962, + "rshares": 47092273966, + "voter": "capitalism" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 928176783, - "voter": "weenfan" + "reputation": 75109707260, + "rshares": 22997275162, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3662848179, - "voter": "daycrypter" + "reputation": 621407045907, + "rshares": 5581325033, + "voter": "k4r1nn" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 3932862654, - "voter": "jerome-colley" + "reputation": 1751717743, + "rshares": 12922244507, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 226300575280, - "voter": "mummyimperfect" + "reputation": 512132085322, + "rshares": 9814541756, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1061472781, - "voter": "coar" + "reputation": 0, + "rshares": 3732590384, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 73904097637, - "voter": "asch" + "reputation": 2462877364101, + "rshares": 724724078, + "voter": "labradorsem" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 602316109821, - "voter": "kevinwong" + "reputation": 478167094774, + "rshares": 527810072, + "voter": "romancs" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1787879655, - "voter": "murh" + "percent": "10000", + "reputation": 19964916752653, + "rshares": 89502832617, + "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 373944484737, - "rshares": 1560501745, - "voter": "dmitry" + "reputation": 111234791089, + "rshares": 79576066, + "voter": "caminito" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 61237429675, - "voter": "ak2020" + "reputation": 73944659327428, + "rshares": 90716750996, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 11591802563, - "voter": "zebbra2014" + "reputation": 7767180487460, + "rshares": 9339862923, + "voter": "gargon" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 361866778441, - "voter": "taoteh1221" + "reputation": 1955505384817, + "rshares": 1759303225, + "voter": "pgarcgo" }, { - "percent": "8500", - "reputation": 0, - "rshares": 323758919, - "voter": "stiletto" + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2393374420, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 57302509663422, - "rshares": 472469601021, - "voter": "the-alien" + "reputation": -1468839175006, + "rshares": 53884258, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 52992225551, - "voter": "juanmiguelsalas" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 98645524773, - "voter": "kenny-crane" + "reputation": 0, + "rshares": 10934414249, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 67218997348, - "voter": "ratel" + "reputation": -451593763871, + "rshares": 3234659573, + "voter": "blow" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 168788648608, - "voter": "will-zewe" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 9389887938261, - "rshares": 8988832045, - "voter": "kennyskitchen" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 60725834714442, - "rshares": 510194336767, - "voter": "infovore" + "reputation": 833401927651, + "rshares": 199512369, + "voter": "kateblack" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132775089021, - "voter": "schro" + "reputation": -894488087252, + "rshares": 61515128, + "voter": "confucius" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 132870235704, - "voter": "thedashguy" + "reputation": 37279727062, + "rshares": 1309153171, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3885604675, - "voter": "usefree" + "reputation": 2118792724924, + "rshares": 85725799729, + "voter": "miacats" }, { "percent": "10000", - "reputation": 86912853643710, - "rshares": 733157357099, - "voter": "anwenbaumeister" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5593584115, - "voter": "mark-waser" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 107979844197, - "voter": "geoffrey" + "reputation": 13325577893779, + "rshares": 10243074680, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 2457655120479, - "rshares": 4337545279, - "voter": "ben99" + "reputation": 23206755125, + "rshares": 65008276, + "voter": "kana" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 1921424318, - "voter": "superfreek" + "reputation": 44529428534261, + "rshares": 81971786731, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6591597330, - "voter": "iloveporn" + "reputation": 158672055554, + "rshares": 66340917, + "voter": "pollina" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1901099275, - "voter": "the.bot" + "reputation": 0, + "rshares": 290489475, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 56721130357, - "voter": "norbu" + "reputation": 0, + "rshares": 121845327, + "voter": "stevenh512" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5826218932, - "voter": "the.whale" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3733963610, - "voter": "michaellamden68" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3109554566, - "voter": "orly" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 4805082792, - "voter": "riscadox" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 16050356201, - "voter": "konstantin" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 132990415326, - "voter": "jackkang" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 653051005053, - "voter": "juneaugoldbuyer" + "reputation": 128799717225, + "rshares": 58573454, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 36017089082, - "rshares": 525843601, - "voter": "rxhector" + "reputation": 1130219064888, + "rshares": 19465520550, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 486892875044, - "voter": "neoxian" + "reputation": 3725920343994, + "rshares": 7434778359, + "voter": "booky" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 615693424, - "voter": "busser" + "reputation": 6300363201553, + "rshares": 13767766871, + "voter": "mandibil" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213566804, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 726785124918, + "rshares": 1188688550, + "voter": "buzzinginfo" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195795730, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 896116963054, + "rshares": 229567253625, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 1177036680, - "voter": "nobreku" + "reputation": 0, + "rshares": 57337530, + "voter": "will.isles" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 228724122, - "voter": "ardina" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 27444370309, - "voter": "gord0b" + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" }, { "percent": "10000", - "reputation": 322912672117, - "rshares": 409793835, - "voter": "cynetyc" + "reputation": 2516108074649, + "rshares": 665819517, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3078830253, - "voter": "steemit-life" + "reputation": 1833661746969, + "rshares": 2437298745, + "voter": "seva" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11496878681, - "voter": "asim" + "reputation": 4818398060873, + "rshares": 82815502749, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4664449459, - "voter": "thegoodguy" + "reputation": 250066271138, + "rshares": 77974207, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 83317464964, - "voter": "paco" + "reputation": 54987076112, + "rshares": 157019126, + "voter": "socalguy" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4401981811, - "voter": "karen13" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24938539986, - "voter": "igster" + "reputation": 1736702154666, + "rshares": 1532545943, + "voter": "xanoxt" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 80550367430, - "voter": "ntomaino" + "reputation": 20797221470, + "rshares": 1583495663, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 10425297047, - "voter": "meesterboom" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 10404996383, - "voter": "bycz" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 10510863147, - "voter": "mun" + "reputation": 3547713333727, + "rshares": 2230783386, + "voter": "victoriart" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 432462014, - "voter": "karenmckersie" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 10016736849, - "voter": "allmonitors" + "reputation": 2527008, + "rshares": 52422378, + "voter": "supersune" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2613479165, - "voter": "screasey" + "reputation": 25508059, + "rshares": 55660383, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 5029542492239, - "rshares": 9037656827, - "voter": "blinova" + "reputation": 232802458264, + "rshares": 12993758686, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 266030066748, - "voter": "knozaki2015" + "reputation": 18088143027, + "rshares": 52516313, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 45082575690, - "voter": "milestone" + "reputation": 2140675557233, + "rshares": 2063457561, + "voter": "fajrilgooner" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6627789050, - "voter": "lichtblick" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5603599974, - "voter": "btcbtcbtc20155" + "reputation": 785171622834, + "rshares": 5466125913, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13799232019, - "voter": "nippel66" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3033627247, - "voter": "imp3" - }, - { - "percent": "10000", - "reputation": 599560057305, - "rshares": 4211356469, - "voter": "oululahti" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5697285524, - "voter": "smolalit" + "reputation": 1797155307423, + "rshares": 413377157, + "voter": "shieha" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 248002089456, - "voter": "calaber24p" + "reputation": 340991592664, + "rshares": 79722988, + "voter": "tito-baron" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477759461, - "voter": "davidr" + "reputation": 2523049726780, + "rshares": 1228623283, + "voter": "profitgenerator" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 19955042421, - "voter": "mustafaomar" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 2339981102950, - "rshares": 1241429159, - "voter": "fubar-bdhr" + "reputation": 333300187103, + "rshares": 55416927, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7024086429, - "voter": "geronimo" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 7168805070, - "voter": "rpf" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 65405533, - "voter": "jack-f" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 802342551, - "rshares": 79401557, - "voter": "annie-kim" + "reputation": 1810829967, + "rshares": 2577246404, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 164633658481, - "rshares": 60988881082, - "voter": "squirrellywrath" + "reputation": 6227584776320, + "rshares": 4404804485, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7957880890, - "voter": "tarindel" + "reputation": 25061971509, + "rshares": 54595487, + "voter": "q1248" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 209302143536, - "voter": "liberosist" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 40738905651, - "voter": "sauravrungta" + "reputation": 244886998614, + "rshares": 236931032, + "voter": "irininich" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 73944516910, - "voter": "rea" + "reputation": 2609275826131, + "rshares": 73380620, + "voter": "alina1" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 104788510, - "voter": "elmusic" + "reputation": 3090583312974, + "rshares": 889955661, + "voter": "geke" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 214221454717, - "voter": "jl777" - }, - { - "percent": "6000", - "reputation": 10519849768972, - "rshares": 12217763126, - "voter": "positive" + "reputation": 5014250342169, + "rshares": 3524973426, + "voter": "thornybastard" }, { "percent": "10000", "reputation": 0, - "rshares": 1681942083, - "voter": "yarly" + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 0, - "rshares": 255227790, - "voter": "yarly2" + "reputation": 33451402996481, + "rshares": 111519430722, + "voter": "jamielefay" }, { "percent": "10000", "reputation": 0, - "rshares": 255610425, - "voter": "yarly3" + "rshares": 5812449035, + "voter": "chick1" }, { "percent": "10000", "reputation": 0, - "rshares": 147899496, - "voter": "yarly4" + "rshares": 50460250, + "voter": "aoki" }, { "percent": "10000", "reputation": 0, - "rshares": 148734861, - "voter": "yarly5" + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", "reputation": 0, - "rshares": 84798583, - "voter": "yarly7" + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 200679300719, - "rshares": 261379803, - "voter": "lexinferno" + "reputation": 570800415880, + "rshares": 1455064960, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 542854211690, - "rshares": 450709667, - "voter": "sokoloffa" + "reputation": 1305746304240, + "rshares": 2066187830, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 99040715968, - "rshares": 138420922, - "voter": "arconite" + "reputation": 6072650400812, + "rshares": 2869043524, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 199118129728, - "voter": "johnsmith" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 633312566, - "voter": "tobythecat" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 415176096, - "voter": "quigua" + "reputation": 85335936192, + "rshares": 57220725, + "voter": "drac59" }, { "percent": "10000", - "reputation": 20782968, - "rshares": 109567532, - "voter": "pyneer" + "reputation": 972344082, + "rshares": 51597326, + "voter": "nathan.chinn" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 9582182463, - "voter": "winstonwolfe" + "reputation": 0, + "rshares": 4619709603, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 877304786, - "voter": "happyphoenix" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 4558720822431, - "rshares": 19007450928, - "voter": "jennamarbles" + "reputation": 6508583499, + "rshares": 50821110, + "voter": "gaborondix" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20532124227, - "voter": "krabgat" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18437148071, - "voter": "proto" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 574086860, - "voter": "curator" + "reputation": 2124439612, + "rshares": 50505248, + "voter": "ana-maria" }, { "percent": "10000", "reputation": 0, - "rshares": 408768467, - "voter": "yarly10" - }, + "rshares": 50433760, + "voter": "morse" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "## Damn, time is passing by so quickly!\n\n### Snap! \nYou were with your friends in a club, downing poison, chatting and dancing away with some funny guy, some pretty girl. Eyes met. Someone special. \n\n### Flash ahead - \nBoth of you were once together. An item. But now you don't even talk to each other. Not anymore. \n\n### Flash again - \nJust a quick glance, secretly dreaming of how things could have been different. \n\n### Flash, another one -\nStuck in traffic. Sirens blared as an insane asylum security van drove past a sea of still, slow-moving cars. *\"Who are the crazy ones now?\"* You thought to yourself. You reached home 2 hours later and melted into your bed, wasted. \n\n### Fast forward - \nWake up 7 years later. A sudden rush of familiar songs assaulted your senses. And flash. Back to that night again, still looking at each other. But the times have certainly changed.\n \nYou have loved, loved so much. You have held, held onto hands and onto so many things as if they come with handles. Sometimes ever so dearly. You don't even know why. Attachments, attachments, expectations.\n \nMemories are the good things in life. The above was way romanticized and decidedly so. Just an example of quick snapshots. Snapshots of fleeting moments, kept for nostalgia's sake and maybe for how damn good it feels.\n \nProblems, they come and go. No time is worth spent being stuck in the rut. Just relish and embrace goodness as they come. Never be bitter about shortcomings. The universe doesn't owe you a pat in the back.\n\nWe're built to withstand the strongest winds. We're trailblazers - take the road not taken. What's a normal life anyway? Live a life worth leaving and fight the good fight. \n\n## So wear your best socks, and have a gusto for life!\n\n----------------------------\n\n
https://s18.postimg.org/3k3h5qhk9/gusto.png
\n
[Image Source](http://newwavesoftheholyspirit.com/wp-content/uploads/2015/06/Triumphant-Procession-540x300.jpg)
\n\n-----------------------------------------\n\nWritten when I was an emo-kid, years and years ago. Thinking about it, I've been through many phases. I used to be crazy into programming in school (I don't even go to school that much because studying Macromedia's Flash Actionscript was way cooler). And then being abroad, my university life was all about girls and music and dance. And then I found a few books in the dormitory's toilet during my final year as a student, books that really opened up my eyes about the matrix that we're living in. Now I don't even think about girls anymore lol. Now I think about how to make things better for others and for myself. Can't do much about governments, but cryptocurrencies seem to be part of the solution. Funny how times change.\n\n--------------------------\n
Follow me @kevinwong
\n--------------------------", + "body_length": 2834, + "cashout_time": "2016-09-06T04:35:09", + "category": "life", + "children": 36, + "created": "2016-08-30T04:35:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"motivational\",\"nostalgia\",\"tomorrow\",\"craigrant\"],\"users\":[\"kevinwong\"],\"image\":[\"https://s18.postimg.org/3k3h5qhk9/gusto.png\"],\"links\":[\"http://newwavesoftheholyspirit.com/wp-content/uploads/2015/06/Triumphant-Procession-540x300.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T16:56:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73289041986981, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "600.935 HBD", + "percent_hbd": 10000, + "permlink": "gusto-for-life", + "post_id": 1051701, + "promoted": "11.904 HBD", + "replies": [], + "root_title": "Gusto For Life!", + "title": "Gusto For Life!", + "total_payout_value": "0.000 HBD", + "url": "/life/@kevinwong/gusto-for-life" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 0, - "rshares": 219308058, - "voter": "yarly11" + "reputation": 4107373187010, + "rshares": 1623322837343, + "voter": "hr1" }, { "percent": "10000", - "reputation": 0, - "rshares": 76805770, - "voter": "yarly12" + "reputation": 36749432321730, + "rshares": 955514909202, + "voter": "liondani" }, { "percent": "10000", - "reputation": 1418195151238, - "rshares": 510306519, - "voter": "cwmyao1" + "reputation": -37765249963674, + "rshares": 3374534766782, + "voter": "wang" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 8741427037, - "voter": "clevecross" + "reputation": 1214229078, + "rshares": 3717560623, + "voter": "boy" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 129066659, - "voter": "steemster1" + "reputation": 4712949449, + "rshares": 4512963560, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1318009421, - "voter": "spinner" + "reputation": 1789951494550, + "rshares": 836545296, + "voter": "bunny" }, { - "percent": "10000", - "reputation": 1804907957838, - "rshares": 2340452128, - "voter": "belkins" + "percent": "6000", + "reputation": 59074616588451, + "rshares": 4231727699250, + "voter": "complexring" }, { "percent": "10000", - "reputation": 15621086173579, - "rshares": 21606567287, - "voter": "williambanks" + "reputation": 103443134841, + "rshares": 64607804598, + "voter": "bue" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1074033522, - "voter": "metaflute" + "reputation": 0, + "rshares": 1992338387, + "voter": "mini" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9217307987, - "voter": "taker" + "reputation": 0, + "rshares": 256356620, + "voter": "moon" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 53835780, - "voter": "sharon" + "reputation": 28971806962251, + "rshares": 2089934336657, + "voter": "joseph" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 39956396307, - "voter": "allasyummyfood" + "reputation": 0, + "rshares": 379078068583, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 3863422357, - "voter": "dumar022" + "reputation": 100108166977919, + "rshares": 638632673648, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 53473560, - "voter": "lillianjones" + "reputation": 9028537022578, + "rshares": 2459940474910, + "voter": "recursive" }, { "percent": "10000", - "reputation": 6181438509962, - "rshares": 47092273966, - "voter": "capitalism" + "reputation": 1682985060, + "rshares": 16150987970, + "voter": "lee3" }, { "percent": "10000", - "reputation": 75109707260, - "rshares": 22997275162, - "voter": "persianqueen" + "reputation": 71087197697999, + "rshares": 1452601473655, + "voter": "benjojo" }, { "percent": "10000", - "reputation": 621407045907, - "rshares": 5581325033, - "voter": "k4r1nn" + "reputation": 124209883737229, + "rshares": 1305096265339, + "voter": "steempower" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 12922244507, - "voter": "gmurph" + "reputation": 0, + "rshares": 7975652677, + "voter": "ghandi" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9814541756, - "voter": "viktor.phuket" + "reputation": 2802091583976, + "rshares": 18764610643, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 3732590384, - "voter": "ullikume" + "rshares": 747044457, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 2462877364101, - "rshares": 724724078, - "voter": "labradorsem" + "reputation": 0, + "rshares": 1160257208, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 527810072, - "voter": "romancs" + "reputation": 8442392793360, + "rshares": 89830837437, + "voter": "jchch" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 89502832617, - "voter": "thisisbenbrick" + "reputation": 0, + "rshares": 345705172, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 111234791089, - "rshares": 79576066, - "voter": "caminito" + "reputation": 2165622245848, + "rshares": 24422941067, + "voter": "yefet" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 90716750996, - "voter": "sirwinchester" + "reputation": 14073457536993, + "rshares": 82496308215, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 9339862923, - "voter": "gargon" + "reputation": 12712877967688, + "rshares": 78056810253, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 1955505384817, - "rshares": 1759303225, - "voter": "pgarcgo" + "reputation": 4733188979515, + "rshares": 15120895778, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2393374420, - "voter": "kainmarx" + "reputation": 1307793552141, + "rshares": 17125234247, + "voter": "max-infeld" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 53884258, - "voter": "msjennifer" + "reputation": 1009682267545, + "rshares": 231984270553, + "voter": "leesunmoo" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 9600934617910, + "rshares": 15918643146, + "voter": "jademont" }, { "percent": "10000", - "reputation": 0, - "rshares": 10934414249, - "voter": "thebotkiller" + "reputation": 12382143533351, + "rshares": 564836637895, + "voter": "eeks" }, { - "percent": "10000", - "reputation": -451593763871, - "rshares": 3234659573, - "voter": "blow" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8053293206, + "voter": "fkn" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 0, + "rshares": 485266432, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 376960001789, + "rshares": 5575368939, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 833401927651, - "rshares": 199512369, - "voter": "kateblack" + "reputation": 26867938976163, + "rshares": 313482649167, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": -894488087252, - "rshares": 61515128, - "voter": "confucius" + "percent": "1500", + "reputation": 5414208804644, + "rshares": 4632045976, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1309153171, - "voter": "bledarus" + "reputation": 58571016273092, + "rshares": 644638838212, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 85725799729, - "voter": "miacats" + "reputation": 15755437221598, + "rshares": 20694326043, + "voter": "acidyo" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 6182090102255, + "rshares": 32038349923, + "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 21903005256174, + "rshares": 221508158179, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10243074680, - "voter": "kyriacos" + "reputation": 1686985722639, + "rshares": 8606750241, + "voter": "censor-this" }, { "percent": "10000", - "reputation": 23206755125, - "rshares": 65008276, - "voter": "kana" + "reputation": 1663549830469, + "rshares": 1148822707, + "voter": "coar" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 81971786731, - "voter": "serejandmyself" + "reputation": 161089556767, + "rshares": 71040457822, + "voter": "asch" }, { "percent": "10000", - "reputation": 158672055554, - "rshares": 66340917, - "voter": "pollina" + "reputation": 60877390332151, + "rshares": 602274816695, + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1787490579, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 290489475, - "voter": "jimmytwoshoes" + "reputation": 64573188744746, + "rshares": 188116362408, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 0, - "rshares": 121845327, - "voter": "stevenh512" + "reputation": 3037854988445, + "rshares": 59939827054, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 16234753830016, + "rshares": 10678716002, + "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 3211087232972, + "rshares": 12656842276, + "voter": "btotherest" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 11765473490257, + "rshares": 37409904547, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 71931696380, + "rshares": 3518241963986, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 11136252375006, + "rshares": 361722714286, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 79561484422, + "rshares": 309925863, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 58573454, - "voter": "kamil5" + "reputation": 0, + "rshares": 379019004, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 19465520550, - "voter": "andrewawerdna" + "reputation": 1380612911758, + "rshares": 4356049611, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7434778359, - "voter": "booky" + "reputation": 7255473848113, + "rshares": 78904975909, + "voter": "herzmeister" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 13767766871, - "voter": "mandibil" + "reputation": 77590508815145, + "rshares": 199284023029, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 726785124918, - "rshares": 1188688550, - "voter": "buzzinginfo" + "reputation": 14028106211346, + "rshares": 49458312895, + "voter": "kus-knee" }, { "percent": "10000", - "reputation": 896116963054, - "rshares": 229567253625, - "voter": "oldtimer" + "reputation": 387218146988, + "rshares": 1456899300, + "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 0, - "rshares": 57337530, - "voter": "will.isles" + "reputation": 4526468651953, + "rshares": 80681506450, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 1050758001641, + "rshares": 22304453438, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 291915319, - "rshares": 54612436, - "voter": "riv" + "reputation": 5260794316761, + "rshares": 135525826301, + "voter": "schro" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 665819517, - "voter": "runridefly" + "reputation": 86912853643710, + "rshares": 654239604347, + "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2437298745, - "voter": "seva" + "reputation": 157636214062, + "rshares": 24179423859, + "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 82815502749, - "voter": "shenanigator" + "reputation": 5886979119053, + "rshares": 110444282564, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 77974207, - "voter": "uziriel" + "reputation": 274656026130, + "rshares": 41348722060, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 54987076112, - "rshares": 157019126, - "voter": "socalguy" + "reputation": 1795987883806, + "rshares": 28604608859, + "voter": "tskeene" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 3929147028870, + "rshares": 12953889325, + "voter": "magnebit" }, { "percent": "10000", - "reputation": 1736702154666, - "rshares": 1532545943, - "voter": "xanoxt" + "reputation": 601987961462, + "rshares": 1856917888, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1583495663, - "voter": "davidjkelley" + "reputation": 1019011681813, + "rshares": 6591597330, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 111391460708814, + "rshares": 366129218293, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 861737606263, + "rshares": 8245375967, + "voter": "simoneighties" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2230783386, - "voter": "victoriart" + "reputation": 1557874437556, + "rshares": 1851119104, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 25639258699, + "rshares": 234977975, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 2527008, - "rshares": 52422378, - "voter": "supersune" + "reputation": 40255997582, + "rshares": 9074829095, + "voter": "cannav" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 55660383, - "voter": "kosmatimuc" + "reputation": 57643429300793, + "rshares": 299499765807, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 12993758686, - "voter": "digital-wisdom" + "reputation": 1160886081198, + "rshares": 5517904010, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 52516313, - "voter": "mnviking" + "reputation": 1450924981021, + "rshares": 41597869493, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 2140675557233, - "rshares": 2063457561, - "voter": "fajrilgooner" + "reputation": 1518920448581, + "rshares": 13086201617, + "voter": "zer0sum" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 40557912481, + "rshares": 251568602, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5466125913, - "voter": "jwaser" + "reputation": 10171002020923, + "rshares": 50300608581, + "voter": "krypto" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 12046532310513, + "rshares": 10101627148, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 2237331858240, + "rshares": 6011817335, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 413377157, - "voter": "shieha" + "reputation": 1059790037173, + "rshares": 626395861990, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 340991592664, - "rshares": 79722988, - "voter": "tito-baron" + "reputation": 1380128900631, + "rshares": 267775362, + "voter": "romel" }, { "percent": "10000", - "reputation": 2523049726780, - "rshares": 1228623283, - "voter": "profitgenerator" + "reputation": 1332211157306, + "rshares": 1926175201, + "voter": "pipertomcat" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 45485816669, + "rshares": 242702310, + "voter": "adamgud" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 55416927, - "voter": "the-ego-is-you" + "reputation": 17820220099, + "rshares": 1339297103, + "voter": "btcshare7" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 2054508199522, + "rshares": 614281760, + "voter": "busser" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 3149488018622, + "rshares": 2421384171, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "percent": "1500", + "reputation": 9142611234, + "rshares": 106772847, + "voter": "ch0c0latechip" + }, + { + "percent": "1500", + "reputation": 3871042, + "rshares": 97887310, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2577246404, - "voter": "bwaser" + "reputation": 2770303185670, + "rshares": 1336331247, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 4404804485, - "voter": "renzoarg" + "reputation": 8017093633272, + "rshares": 12848002010, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 25061971509, - "rshares": 54595487, - "voter": "q1248" + "reputation": 1440357780524, + "rshares": 811970114, + "voter": "dicov" }, { "percent": "10000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "rshares": 724316249, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 236931032, - "voter": "irininich" + "reputation": 6030999377480, + "rshares": 5235478498, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 73380620, - "voter": "alina1" + "reputation": 658407157113, + "rshares": 516310236, + "voter": "cherish" }, { "percent": "10000", - "reputation": 3090583312974, - "rshares": 889955661, - "voter": "geke" + "reputation": 3740475854096, + "rshares": 4325986689, + "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 5014250342169, - "rshares": 3524973426, - "voter": "thornybastard" + "reputation": 1648396897354, + "rshares": 11255605755, + "voter": "asim" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 7952828943, + "rshares": 4770459674, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 33451402996481, - "rshares": 111519430722, - "voter": "jamielefay" + "reputation": 11644551965460, + "rshares": 8479192620, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, - "rshares": 5812449035, - "voter": "chick1" + "reputation": 2397831198773, + "rshares": 4401276011, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 50460250, - "voter": "aoki" + "reputation": 2644191137390, + "rshares": 8500880530, + "voter": "noodhoog" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 114569371319, + "rshares": 229654538, + "voter": "aqris" }, { "percent": "10000", - "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "reputation": 3674446315320, + "rshares": 9037146415, + "voter": "domavila" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1455064960, - "voter": "ellepdub" + "reputation": 2877113019152, + "rshares": 10168306524, + "voter": "bycz" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 2066187830, - "voter": "ekaterinka" + "reputation": 1118581531020, + "rshares": 1934506275, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 2869043524, - "voter": "herpetologyguy" + "reputation": 2629271154, + "rshares": 2508939998, + "voter": "screasey" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 5029542492239, + "rshares": 8408724588, + "voter": "blinova" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 7687950954082, + "rshares": 16604574461, + "voter": "anduweb" }, { "percent": "10000", - "reputation": 85335936192, - "rshares": 57220725, - "voter": "drac59" + "reputation": 97417747806297, + "rshares": 271940181235, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 972344082, - "rshares": 51597326, - "voter": "nathan.chinn" + "reputation": 6892424678378, + "rshares": 63105736508, + "voter": "inertia" }, { "percent": "10000", - "reputation": 0, - "rshares": 4619709603, - "voter": "morgan.waser" + "reputation": 658204768651, + "rshares": 45066546329, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 192124698, + "rshares": 225794427, + "voter": "chris0502" }, { "percent": "10000", - "reputation": 6508583499, - "rshares": 50821110, - "voter": "gaborondix" + "reputation": 1500654518354, + "rshares": 39378602556, + "voter": "yongyoon" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 1560786654602, + "rshares": 2868193403, + "voter": "algimantas" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": 4617586503531, + "rshares": 7304610878, + "voter": "cryptojoy.com" }, { "percent": "10000", - "reputation": 2124439612, - "rshares": 50505248, - "voter": "ana-maria" + "reputation": 34120390016, + "rshares": 2973732218, + "voter": "imp3" }, { "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" - } - ], - "author": "kevinwong", - "author_reputation": 60877390332151, - "beneficiaries": [], - "body": "## Damn, time is passing by so quickly!\n\n### Snap! \nYou were with your friends in a club, downing poison, chatting and dancing away with some funny guy, some pretty girl. Eyes met. Someone special. \n\n### Flash ahead - \nBoth of you were once together. An item. But now you don't even talk to each other. Not anymore. \n\n### Flash again - \nJust a quick glance, secretly dreaming of how things could have been different. \n\n### Flash, another one -\nStuck in traffic. Sirens blared as an insane asylum security van drove past a sea of still, slow-moving cars. *\"Who are the crazy ones now?\"* You thought to yourself. You reached home 2 hours later and melted into your bed, wasted. \n\n### Fast forward - \nWake up 7 years later. A sudden rush of familiar songs assaulted your senses. And flash. Back to that night again, still looking at each other. But the times have certainly changed.\n \nYou have loved, loved so much. You have held, held onto hands and onto so many things as if they come with handles. Sometimes ever so dearly. You don't even know why. Attachments, attachments, expectations.\n \nMemories are the good things in life. The above was way romanticized and decidedly so. Just an example of quick snapshots. Snapshots of fleeting moments, kept for nostalgia's sake and maybe for how damn good it feels.\n \nProblems, they come and go. No time is worth spent being stuck in the rut. Just relish and embrace goodness as they come. Never be bitter about shortcomings. The universe doesn't owe you a pat in the back.\n\nWe're built to withstand the strongest winds. We're trailblazers - take the road not taken. What's a normal life anyway? Live a life worth leaving and fight the good fight. \n\n## So wear your best socks, and have a gusto for life!\n\n----------------------------\n\n
https://s18.postimg.org/3k3h5qhk9/gusto.png
\n
[Image Source](http://newwavesoftheholyspirit.com/wp-content/uploads/2015/06/Triumphant-Procession-540x300.jpg)
\n\n-----------------------------------------\n\nWritten when I was an emo-kid, years and years ago. Thinking about it, I've been through many phases. I used to be crazy into programming in school (I don't even go to school that much because studying Macromedia's Flash Actionscript was way cooler). And then being abroad, my university life was all about girls and music and dance. And then I found a few books in the dormitory's toilet during my final year as a student, books that really opened up my eyes about the matrix that we're living in. Now I don't even think about girls anymore lol. Now I think about how to make things better for others and for myself. Can't do much about governments, but cryptocurrencies seem to be part of the solution. Funny how times change.\n\n--------------------------\n
Follow me @kevinwong
\n--------------------------", - "body_length": 2834, - "cashout_time": "2016-09-06T04:35:09", - "category": "life", - "children": 36, - "created": "2016-08-30T04:35:09", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"motivational\",\"nostalgia\",\"tomorrow\",\"craigrant\"],\"users\":[\"kevinwong\"],\"image\":[\"https://s18.postimg.org/3k3h5qhk9/gusto.png\"],\"links\":[\"http://newwavesoftheholyspirit.com/wp-content/uploads/2015/06/Triumphant-Procession-540x300.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T16:56:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 73289041986981, - "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "600.935 HBD", - "percent_hbd": 10000, - "permlink": "gusto-for-life", - "post_id": 1051701, - "promoted": "11.904 HBD", - "replies": [], - "root_title": "Gusto For Life!", - "title": "Gusto For Life!", - "total_payout_value": "0.000 HBD", - "url": "/life/@kevinwong/gusto-for-life" - }, - { - "active_votes": [ + "reputation": -445425524475, + "rshares": 283019062, + "voter": "willytrader" + }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1623322837343, - "voter": "hr1" + "reputation": 1558637285991, + "rshares": 2423471098, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 36749432321730, - "rshares": 955514909202, - "voter": "liondani" + "reputation": 21815260714191, + "rshares": 196286779294, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3374534766782, - "voter": "wang" + "reputation": 2173940256661, + "rshares": 10082681392, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3717560623, - "voter": "boy" + "reputation": 76096938200261, + "rshares": 247981079485, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4512963560, - "voter": "bue-witness" + "reputation": 974488972206, + "rshares": 3274700766, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836545296, - "voter": "bunny" - }, - { - "percent": "6000", - "reputation": 59074616588451, - "rshares": 4231727699250, - "voter": "complexring" + "reputation": 1193366475012, + "rshares": 1523240023, + "voter": "madhatting" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64607804598, - "voter": "bue" + "reputation": 843226172873, + "rshares": 56818488680, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, - "rshares": 1992338387, - "voter": "mini" + "reputation": 10900524985586, + "rshares": 30845026243, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, - "rshares": 256356620, - "voter": "moon" + "reputation": 477578742546, + "rshares": 7787002158, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 28971806962251, - "rshares": 2089934336657, - "voter": "joseph" + "reputation": 1830353392409, + "rshares": 3060405982, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 0, - "rshares": 379078068583, - "voter": "recursive3" + "reputation": 6467956247739, + "rshares": 25068308762, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 100108166977919, - "rshares": 638632673648, - "voter": "masteryoda" + "reputation": 4194711042931, + "rshares": 4436476414, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2459940474910, - "voter": "recursive" + "reputation": 632733211156, + "rshares": 19256055075, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 16150987970, - "voter": "lee3" + "reputation": 11482318062844, + "rshares": 37816856838, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 71087197697999, - "rshares": 1452601473655, - "voter": "benjojo" + "reputation": 671977617081, + "rshares": 2794993542, + "voter": "mookosoo" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1305096265339, - "voter": "steempower" + "reputation": 14988694886527, + "rshares": 203471506603, + "voter": "jl777" }, { "percent": "10000", - "reputation": 0, - "rshares": 7975652677, - "voter": "ghandi" + "reputation": 163343680085, + "rshares": 391003025, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 18764610643, - "voter": "proctologic" + "reputation": 879409745645, + "rshares": 2424409113, + "voter": "lostnuggett" }, { "percent": "10000", - "reputation": 0, - "rshares": 747044457, - "voter": "healthcare" + "reputation": 678073276260, + "rshares": 687257709, + "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160257208, - "voter": "daniel.pan" + "reputation": 84564905158, + "rshares": 166807677, + "voter": "sanosakis" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 89830837437, - "voter": "jchch" + "reputation": 19524897676, + "rshares": 9608463132, + "voter": "alsprinting" }, { "percent": "10000", - "reputation": 0, - "rshares": 345705172, - "voter": "helen.tan" + "reputation": 2568808468562, + "rshares": 1104410583, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24422941067, - "voter": "yefet" + "reputation": 7078941123096, + "rshares": 13241963459, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 82496308215, - "voter": "edgeland" + "reputation": 13032104555879, + "rshares": 9580906002, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 78056810253, - "voter": "easteagle13" + "reputation": 116655886020, + "rshares": 895970845, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 15120895778, - "voter": "ervin-lemark" + "reputation": 213944110649, + "rshares": 1376266655, + "voter": "pump" }, { "percent": "10000", - "reputation": 1307793552141, - "rshares": 17125234247, - "voter": "max-infeld" + "reputation": 58190631451, + "rshares": 18433652741, + "voter": "proto" }, { "percent": "10000", - "reputation": 1009682267545, - "rshares": 231984270553, - "voter": "leesunmoo" + "reputation": 153480676290, + "rshares": 548966917, + "voter": "curator" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15918643146, - "voter": "jademont" + "reputation": 235834379278, + "rshares": 339866537, + "voter": "arrowj" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 564836637895, - "voter": "eeks" + "reputation": 5774005265165, + "rshares": 5708682353, + "voter": "logic" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8053293206, - "voter": "fkn" + "percent": "10000", + "reputation": 78877111359, + "rshares": 137113215, + "voter": "tiffany123" }, { "percent": "10000", - "reputation": 0, - "rshares": 485266432, - "voter": "paco-steem" + "reputation": 2557225302857, + "rshares": 5923617216, + "voter": "puhoshville" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5575368939, - "voter": "spaninv" + "reputation": -257290720339, + "rshares": 124466872, + "voter": "chrisvblogger" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 313482649167, - "voter": "teamsteem" + "reputation": 16914207527051, + "rshares": 34611331427, + "voter": "celebr1ty" }, { - "percent": "1500", - "reputation": 5414208804644, - "rshares": 4632045976, - "voter": "elishagh1" + "percent": "10000", + "reputation": 218390046765, + "rshares": 112644541, + "voter": "salamanca1987ar" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 644638838212, - "voter": "nanzo-scoop" + "reputation": 42988287348, + "rshares": 124039730, + "voter": "robynberos" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 20694326043, - "voter": "acidyo" + "reputation": 106557133024, + "rshares": 27072053846, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 6182090102255, - "rshares": 32038349923, - "voter": "dan-atstarlite" + "reputation": 3005005344055, + "rshares": 18648831056, + "voter": "fabien" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 221508158179, - "voter": "mummyimperfect" + "reputation": 15621086173579, + "rshares": 26544745435, + "voter": "williambanks" }, { "percent": "10000", - "reputation": 1686985722639, - "rshares": 8606750241, - "voter": "censor-this" + "reputation": 4046144208870, + "rshares": 1517276292, + "voter": "webosfritos" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1148822707, - "voter": "coar" + "reputation": 4265214728001, + "rshares": 11221934251, + "voter": "bergy" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71040457822, - "voter": "asch" + "reputation": 1275505236, + "rshares": 9215685372, + "voter": "taker" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 602274816695, - "voter": "kevinwong" + "reputation": 10137266406870, + "rshares": 5765674505, + "voter": "nekromarinist" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1787490579, - "voter": "murh" + "percent": "10000", + "reputation": 11856501387697, + "rshares": 38668120965, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 188116362408, - "voter": "dragonslayer109" + "reputation": 1447426144854, + "rshares": 926702661, + "voter": "transhuman" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 59939827054, - "voter": "ak2020" + "reputation": 3194641726781, + "rshares": 21020956877, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 16234753830016, - "rshares": 10678716002, - "voter": "thecryptofiend" + "reputation": 621407045907, + "rshares": 5686344390, + "voter": "k4r1nn" }, { "percent": "10000", - "reputation": 3211087232972, - "rshares": 12656842276, - "voter": "btotherest" + "reputation": 1751717743, + "rshares": 5491735609, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 37409904547, - "voter": "justtryme90" + "reputation": 0, + "rshares": 3732213087, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3518241963986, - "voter": "satoshifund" + "reputation": 3271549714172, + "rshares": 961218107, + "voter": "andrew0" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 361722714286, - "voter": "taoteh1221" + "reputation": 478167094774, + "rshares": 651986872, + "voter": "romancs" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 309925863, - "voter": "applecrisp" + "reputation": 19964916752653, + "rshares": 76114527930, + "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 0, - "rshares": 379019004, - "voter": "stiletto" + "reputation": 898801272252, + "rshares": 2003393404, + "voter": "t3ran13" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4356049611, - "voter": "dahaz159" + "reputation": 86811749666, + "rshares": 133266571, + "voter": "luke490" }, { "percent": "10000", - "reputation": 7255473848113, - "rshares": 78904975909, - "voter": "herzmeister" + "reputation": 790526925913, + "rshares": 1291152324, + "voter": "dolov" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 199284023029, - "voter": "kaylinart" + "reputation": 2344911104009, + "rshares": 9951450706, + "voter": "ekitcho" }, { "percent": "10000", - "reputation": 14028106211346, - "rshares": 49458312895, - "voter": "kus-knee" + "reputation": 413797518320, + "rshares": 16680883457, + "voter": "velourex" }, { "percent": "10000", - "reputation": 387218146988, - "rshares": 1456899300, - "voter": "benthegameboy" + "reputation": 11122126920308, + "rshares": 3376654509, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 80681506450, - "voter": "tim-johnston" + "reputation": 24130783448589, + "rshares": 57651846277, + "voter": "krishtopa" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 22304453438, - "voter": "ossama-benjohn" + "reputation": 1323356877, + "rshares": 63709376, + "voter": "dionis" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 135525826301, - "voter": "schro" + "reputation": 0, + "rshares": 10934414249, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 86912853643710, - "rshares": 654239604347, - "voter": "anwenbaumeister" + "reputation": 15018520093808, + "rshares": 18495970298, + "voter": "eneismijmich" }, { "percent": "10000", - "reputation": 157636214062, - "rshares": 24179423859, - "voter": "ozzy-vega" + "reputation": 497045294796, + "rshares": 209959170, + "voter": "lordemau" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 110444282564, - "voter": "geoffrey" + "reputation": 4521044040322, + "rshares": 4431678881, + "voter": "zivile" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 41348722060, - "voter": "honeythief" + "reputation": 2686158006671, + "rshares": 4540723045, + "voter": "melek" }, { "percent": "10000", - "reputation": 1795987883806, - "rshares": 28604608859, - "voter": "tskeene" + "reputation": 9332405310628, + "rshares": 28448385015, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 3929147028870, - "rshares": 12953889325, - "voter": "magnebit" + "reputation": 37279727062, + "rshares": 1611921747, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 1856917888, - "voter": "superfreek" + "reputation": 2118792724924, + "rshares": 85706677742, + "voter": "miacats" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6591597330, - "voter": "iloveporn" + "reputation": 3168479764, + "rshares": 54969817, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 366129218293, - "voter": "fyrstikken" + "reputation": 3814152361740, + "rshares": 5162333093, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 861737606263, - "rshares": 8245375967, - "voter": "simoneighties" + "reputation": 4637390447698, + "rshares": 1029593367, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1851119104, - "voter": "the.bot" + "reputation": 40078121577, + "rshares": 577430096, + "voter": "chanbam" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 234977975, - "voter": "ladyclair" + "reputation": 2725853299020, + "rshares": 5584707898, + "voter": "solarguy" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 9074829095, - "voter": "cannav" + "reputation": 0, + "rshares": 59512540, + "voter": "boatman" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 299499765807, - "voter": "roelandp" + "reputation": 1063238167696, + "rshares": 3170464127, + "voter": "steveo" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5517904010, - "voter": "unicornfarts" + "reputation": 4005943680227, + "rshares": 6066219684, + "voter": "jenniferskyler" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 41597869493, - "voter": "ezzy" + "reputation": 128799717225, + "rshares": 54834723, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 1518920448581, - "rshares": 13086201617, - "voter": "zer0sum" + "reputation": 18890223518661, + "rshares": 23740285486, + "voter": "someguy123" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 251568602, - "voter": "mstang83" + "reputation": 3135058867066, + "rshares": 1672510523, + "voter": "stillsafe" }, { "percent": "10000", - "reputation": 10171002020923, - "rshares": 50300608581, - "voter": "krypto" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 10101627148, - "voter": "stealthtrader" + "reputation": 11490547563070, + "rshares": 12002684748, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6011817335, - "voter": "kissmybutt" + "reputation": 896116963054, + "rshares": 234731969566, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 626395861990, - "voter": "juneaugoldbuyer" + "reputation": 970572315676, + "rshares": 1070307937, + "voter": "fiat19" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 267775362, - "voter": "romel" + "reputation": 171590615597, + "rshares": 99548341, + "voter": "trendwizard" }, { "percent": "10000", - "reputation": 1332211157306, - "rshares": 1926175201, - "voter": "pipertomcat" + "reputation": 1925662076, + "rshares": 57884644, + "voter": "raminta" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 242702310, - "voter": "adamgud" + "reputation": 54987076112, + "rshares": 153878744, + "voter": "socalguy" }, { "percent": "10000", - "reputation": 17820220099, - "rshares": 1339297103, - "voter": "btcshare7" + "reputation": 80500300321, + "rshares": 83514025, + "voter": "happylovelife" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 614281760, - "voter": "busser" + "reputation": 1737487644091, + "rshares": 56749326, + "voter": "dailybitcoinnews" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 2421384171, - "voter": "owdy" + "reputation": 12539394694005, + "rshares": 2561318041, + "voter": "doitvoluntarily" }, { - "percent": "1500", - "reputation": 9142611234, - "rshares": 106772847, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 1955050298650, + "rshares": 72190796, + "voter": "masonmiler" }, { - "percent": "1500", - "reputation": 3871042, - "rshares": 97887310, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 333300187103, + "rshares": 53155012, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1336331247, - "voter": "vi1son" + "reputation": 3533625673, + "rshares": 24760278388, + "voter": "dubi" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 12848002010, - "voter": "ausbitbank" + "reputation": 244886998614, + "rshares": 227639619, + "voter": "irininich" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 811970114, - "voter": "dicov" + "reputation": 3301652860610, + "rshares": 4493771291, + "voter": "dexter-k" }, { "percent": "10000", - "reputation": 0, - "rshares": 724316249, - "voter": "steem1653" + "reputation": 35035670618, + "rshares": 54576373, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 5235478498, - "voter": "sebastien" + "reputation": 32819947524, + "rshares": 56067023, + "voter": "sic-savidicus" }, { "percent": "10000", - "reputation": 658407157113, - "rshares": 516310236, - "voter": "cherish" + "reputation": 0, + "rshares": 5811604044, + "voter": "chick1" }, { "percent": "10000", - "reputation": 3740475854096, - "rshares": 4325986689, - "voter": "egjoshslim" + "reputation": 3652443205, + "rshares": 971322095, + "voter": "cgfx" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11255605755, - "voter": "asim" + "reputation": 0, + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4770459674, - "voter": "thegoodguy" + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 8479192620, - "voter": "senseiteekay" + "reputation": 1327349908318, + "rshares": 324296672, + "voter": "soldier" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4401276011, - "voter": "karen13" + "reputation": 122413067028, + "rshares": 56248994, + "voter": "steemrocket" }, { "percent": "10000", - "reputation": 2644191137390, - "rshares": 8500880530, - "voter": "noodhoog" + "reputation": 167085102832, + "rshares": 87990681, + "voter": "lellabird60" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 229654538, - "voter": "aqris" + "reputation": 90569119, + "rshares": 967910354, + "voter": "steemsatoshi" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 9037146415, - "voter": "domavila" + "reputation": 0, + "rshares": 52294962, + "voter": "dreamlab" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 10168306524, - "voter": "bycz" + "reputation": 1150196390848, + "rshares": 52894658, + "voter": "anns" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 1934506275, - "voter": "dmacshady" - }, + "reputation": 1571090, + "rshares": 50274929, + "voter": "antonindc" + } + ], + "author": "roelandp", + "author_reputation": 57643429300793, + "beneficiaries": [], + "body": "https://s17.postimg.org/3jsq60kan/Screen_Shot_2016_08_30_at_00_19_08.png\n\nComment on this post if you want to curate some tracks to the radiosteem playlist and you get 1 SBD to do so.\n\n10 days ago RadioSteem was launched as a consensus based webradio station for mobile, itunes, VLC, Sonos, etcetera. By transferring at least 0.33 SBD (the equivalent of a track on the jukebox in the USA) you can request and add any track, provided the machine can find it. \n\nThat day the peek concurrent listeners was 33 and during all day people tuned in. Great, but since than listeners have reduced and I am contemplating whether to continue the project. The minimum I can do is to bring it under the attention by allowing people _without SBD_ to add tracks to the playlist and let them get acquainted with the power of Steemit: easily (and fast) transfer SBD or Steem from anywhere in the world with verifications done within a second. \n\n

How to get 1 SBD so you can add your tracks to @radiosteem

\n1. Comment a 'top level' comment to this post, if you want 1 SBD. (So.... don't reply as a reply on another comment)\n2. Every minute @radiosteem checks whether new users have commented and wires the 1 SBD\n3. Add your track to the playlist by transferring back at least 0.33 SBD to @radiosteem with the memotext artistname tracktitle (so yes, you can request up to 3 tracks with that 1 SBD)\n\n

Other @radiosteem updates

\n- Libre.fm Stats: You can see recently played tracks as well as stats on http://Libre.fm/user/radiosteem (already over 1700 tracks played)!\n- RadioSteem street party in Germany: @shla-rafia 'the steemyoulator' and friends partied on the stream :)\n- Royalties: Supplied a request to the local royalty collector for @radiosteem webradio station\n\n

Now... feel free to comment, you will automatically get 1 SBD.

\n- _NO UPVOTING_ IS REQUIRED it will not influence whether you get 1 SBD. \n- First ~~100~~ 200 (!) top level commenters will be elected as curator for @radiosteem and get 1 SBD\n\n

Tune in RadioSteem.com »

", + "body_length": 2327, + "cashout_time": "2016-09-05T22:20:21", + "category": "music", + "children": 366, + "created": "2016-08-29T22:20:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"radiosteem\",\"playlist\",\"curator\",\"steemjob\"],\"users\":[\"radiosteem\",\"shla-rafia\"],\"links\":[\"http://radiosteem.com\",\"http://Libre.fm/user/radiosteem\",\"https://steemit.com/radiosteem/@shla-rafia/what-s-the-best-you-can-do-at-the-moment-party-on-http-radiosteem-com\"],\"image\":[\"https://s17.postimg.org/3jsq60kan/Screen_Shot_2016_08_30_at_00_19_08.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T00:04:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31112917979341, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "113.142 HBD", + "percent_hbd": 10000, + "permlink": "radiosteem-is-looking-for-new-playlist-curators-especially-people-without-sbd", + "post_id": 1047778, + "promoted": "32.000 HBD", + "replies": [], + "root_title": "RadioSteem is looking for new playlist curators, especially people without SBD!", + "title": "RadioSteem is looking for new playlist curators, especially people without SBD!", + "total_payout_value": "0.000 HBD", + "url": "/music/@roelandp/radiosteem-is-looking-for-new-playlist-curators-especially-people-without-sbd" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 2629271154, - "rshares": 2508939998, - "voter": "screasey" + "reputation": 12382143533351, + "rshares": 564735939286, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 5029542492239, - "rshares": 8408724588, - "voter": "blinova" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3019697775, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 7687950954082, - "rshares": 16604574461, - "voter": "anduweb" + "percent": "500", + "reputation": 5414208804644, + "rshares": 1985113050, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 271940181235, - "voter": "knozaki2015" + "reputation": 1111594060096, + "rshares": 3433920168, + "voter": "daycrypter" }, { - "percent": "10000", - "reputation": 6892424678378, - "rshares": 63105736508, - "voter": "inertia" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1787404766, + "voter": "murh" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 45066546329, - "voter": "milestone" + "reputation": 79561484422, + "rshares": 309912989, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 192124698, - "rshares": 225794427, - "voter": "chris0502" + "reputation": 514799489426, + "rshares": 332574404861, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 1500654518354, - "rshares": 39378602556, - "voter": "yongyoon" + "reputation": 8397302485673, + "rshares": 168734870470, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 1560786654602, - "rshares": 2868193403, - "voter": "algimantas" + "reputation": 32056888035, + "rshares": 1268241674, + "voter": "fjccoin" }, { - "percent": "10000", - "reputation": 4617586503531, - "rshares": 7304610878, - "voter": "cryptojoy.com" + "percent": "3700", + "reputation": 598181152117, + "rshares": 76084413127, + "voter": "kimziv" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2973732218, - "voter": "imp3" + "reputation": 18799092030582, + "rshares": 53506579516, + "voter": "derekareith" }, { "percent": "10000", - "reputation": -445425524475, - "rshares": 283019062, - "voter": "willytrader" + "reputation": 224144957883, + "rshares": 14017751884, + "voter": "all-of-us" }, { - "percent": "10000", - "reputation": 1558637285991, - "rshares": 2423471098, - "voter": "sgnsteems" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2035782489, + "voter": "positive" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 196286779294, - "voter": "blueorgy" + "reputation": 5078296488269, + "rshares": 7146187677, + "voter": "moon32walker" }, { - "percent": "10000", - "reputation": 2173940256661, - "rshares": 10082681392, - "voter": "benjiberigan" + "percent": "3500", + "reputation": 17698439393799, + "rshares": 10157961496, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 247981079485, - "voter": "calaber24p" + "reputation": 36625546797, + "rshares": 699723397, + "voter": "pakisnxt" }, { - "percent": "10000", - "reputation": 974488972206, - "rshares": 3274700766, - "voter": "simon.braki.love" + "percent": "400", + "reputation": 10771708337101, + "rshares": 61729889442, + "voter": "laonie" }, { - "percent": "10000", - "reputation": 1193366475012, - "rshares": 1523240023, - "voter": "madhatting" + "percent": "2800", + "reputation": 18027204457681, + "rshares": 10004217703, + "voter": "myfirst" }, { - "percent": "10000", - "reputation": 843226172873, - "rshares": 56818488680, - "voter": "thylbom" + "percent": "3800", + "reputation": 5776723480371, + "rshares": 95506276710, + "voter": "somebody" }, { - "percent": "10000", - "reputation": 10900524985586, - "rshares": 30845026243, - "voter": "royaltiffany" + "percent": "3700", + "reputation": 206355094166, + "rshares": 3351423391, + "voter": "flysaga" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7787002158, - "voter": "tarindel" + "reputation": 1751717743, + "rshares": 5621426677, + "voter": "gmurph" }, { - "percent": "10000", - "reputation": 1830353392409, - "rshares": 3060405982, - "voter": "azurejasper" + "percent": "3600", + "reputation": 97845484474, + "rshares": 18377011860, + "voter": "midnightoil" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 25068308762, - "voter": "deanliu" + "reputation": 1653800202958, + "rshares": 421044785583, + "voter": "glitterfart" }, { - "percent": "10000", - "reputation": 4194711042931, - "rshares": 4436476414, - "voter": "rainchen" + "percent": "400", + "reputation": 3016325652890, + "rshares": 7001225431, + "voter": "xiaohui" }, { - "percent": "10000", - "reputation": 632733211156, - "rshares": 19256055075, - "voter": "celsius100" + "percent": "3300", + "reputation": 1851205309677, + "rshares": 1203603415, + "voter": "xiaokongcom" }, { - "percent": "10000", - "reputation": 11482318062844, - "rshares": 37816856838, - "voter": "sauravrungta" + "percent": "3700", + "reputation": 4195733833721, + "rshares": 3080879650, + "voter": "xianjun" }, { - "percent": "10000", - "reputation": 671977617081, - "rshares": 2794993542, - "voter": "mookosoo" + "percent": "3700", + "reputation": 730408370151, + "rshares": 205797786, + "voter": "microluck" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203471506603, - "voter": "jl777" + "reputation": 25369137795, + "rshares": 63013830, + "voter": "litali" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 391003025, - "voter": "meteor78" + "reputation": 5199300571516, + "rshares": 61282556819, + "voter": "madbitcoins" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2424409113, - "voter": "lostnuggett" + "reputation": 2609275826131, + "rshares": 73301607, + "voter": "alina1" }, { "percent": "10000", - "reputation": 678073276260, - "rshares": 687257709, - "voter": "raymonjohnstone" + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 84564905158, - "rshares": 166807677, - "voter": "sanosakis" + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 19524897676, - "rshares": 9608463132, - "voter": "alsprinting" + "reputation": 1502200909130, + "rshares": 75890695, + "voter": "ola1" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1104410583, - "voter": "sompitonov" - }, + "reputation": 1866515509, + "rshares": 50157508, + "voter": "birkanosis" + } + ], + "author": "madbitcoins", + "author_reputation": 5199300571516, + "beneficiaries": [], + "body": "http://i.imgur.com/DQbPPvN.png\n\nSince my **Barb: The Movie** got taken down*, I'm tripling down and releasing my entire Star Wars (ships only) series today. This is a follow up to my popular [Star Trek (ships only) series](http://www.popularmechanics.com/culture/movies/a14422/check-out-these-ship-only-star-trek-fan-edits/). \n\nhttps://www.youtube.com/watch?v=jgGr15RvpiI\n\nhttps://www.youtube.com/watch?v=TYrq1mLsPlo\n\nhttps://www.youtube.com/watch?v=jTMK8McUdE0\n\n* I have appealed for Barb: the movie on Fair Use Grounds. As I will do for these films if/when they are flagged. Remix art is difficult to make because it uses others work to tell a different story. However this work is all non-profit and improves on the original and hopefully drives more traffic and interest to these obviously excellent works... Thanks for watching and supporting my videos. Apologies in advance if they copyright claim these too.", + "body_length": 921, + "cashout_time": "2016-09-05T20:06:36", + "category": "art", + "children": 2, + "created": "2016-08-29T20:06:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"steem\",\"steemit\",\"movie\",\"video\"],\"links\":[\"https://www.youtube.com/watch?v=jgGr15RvpiI\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T20:06:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1930270379878, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "1.290 HBD", + "percent_hbd": 10000, + "permlink": "star-wars-ships-only", + "post_id": 1046004, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Star Wars (ships only)", + "title": "Star Wars (ships only)", + "total_payout_value": "0.000 HBD", + "url": "/art/@madbitcoins/star-wars-ships-only" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 7078941123096, - "rshares": 13241963459, - "voter": "lemooljiang" + "reputation": 14073457536993, + "rshares": 82496308215, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 9580906002, - "voter": "winstonwolfe" + "reputation": 12382143533351, + "rshares": 579559007560, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 116655886020, - "rshares": 895970845, - "voter": "happyphoenix" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 2516358671, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 213944110649, - "rshares": 1376266655, - "voter": "pump" + "percent": "500", + "reputation": 5414208804644, + "rshares": 1985054596, + "voter": "elishagh1" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1787384952, + "voter": "murh" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18433652741, - "voter": "proto" + "reputation": 79561484422, + "rshares": 333724711, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 548966917, - "voter": "curator" + "reputation": 488865370830, + "rshares": 862979071, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 235834379278, - "rshares": 339866537, - "voter": "arrowj" + "reputation": 25639258699, + "rshares": 245359420, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 5774005265165, - "rshares": 5708682353, - "voter": "logic" + "reputation": 1510234773828, + "rshares": 1069091097, + "voter": "bitland" }, { "percent": "10000", - "reputation": 78877111359, - "rshares": 137113215, - "voter": "tiffany123" + "reputation": 39920320621, + "rshares": 341972573410, + "voter": "bobbylee" }, { "percent": "10000", - "reputation": 2557225302857, - "rshares": 5923617216, - "voter": "puhoshville" + "reputation": 125274679006, + "rshares": 6127543985, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": -257290720339, - "rshares": 124466872, - "voter": "chrisvblogger" + "reputation": 2090799841362, + "rshares": 2488160197, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 34611331427, - "voter": "celebr1ty" + "reputation": 224144957883, + "rshares": 14017751884, + "voter": "all-of-us" }, { - "percent": "10000", - "reputation": 218390046765, - "rshares": 112644541, - "voter": "salamanca1987ar" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2035739558, + "voter": "positive" }, { "percent": "10000", - "reputation": 42988287348, - "rshares": 124039730, - "voter": "robynberos" + "reputation": 36625546797, + "rshares": 728878539, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 106557133024, - "rshares": 27072053846, - "voter": "solidgold" + "reputation": 1751717743, + "rshares": 5751736170, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 3005005344055, - "rshares": 18648831056, - "voter": "fabien" + "reputation": 3168479764, + "rshares": 57412920, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 15621086173579, - "rshares": 26544745435, - "voter": "williambanks" + "reputation": 486947585501, + "rshares": 844909209, + "voter": "telos" }, { "percent": "10000", - "reputation": 4046144208870, - "rshares": 1517276292, - "voter": "webosfritos" + "reputation": 5199300571516, + "rshares": 61282556819, + "voter": "madbitcoins" }, { "percent": "10000", - "reputation": 4265214728001, - "rshares": 11221934251, - "voter": "bergy" + "reputation": 169142890714, + "rshares": 60451061, + "voter": "sezi2u" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9215685372, - "voter": "taker" + "reputation": 22066178, + "rshares": 52104641, + "voter": "vsmith08162016" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 5765674505, - "voter": "nekromarinist" + "reputation": 1502200909130, + "rshares": 105403743, + "voter": "ola1" + } + ], + "author": "madbitcoins", + "author_reputation": 5199300571516, + "beneficiaries": [], + "body": "http://i.imgur.com/ZIeRdv6.png\n\nhttps://www.youtube.com/watch?v=WKHH9nKe_MM\n\nHad some free time this weekend, so I recut Stranger Things into a movie all about Barb. I also plan to make a few trailers in the future. Please enjoy -- **Barb: The Movie**!\n\na Stranger Things remix (netflix): https://www.netflix.com/title/80057281\nSupport this video with http://ProTip.is 1LAYuQq6f11HccBgbe6bx8DiwKwzuYkPR3", + "body_length": 406, + "cashout_time": "2016-09-05T18:34:45", + "category": "art", + "children": 3, + "created": "2016-08-29T18:34:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"steem\",\"steemit\",\"movie\",\"video\"],\"links\":[\"https://www.youtube.com/watch?v=WKHH9nKe_MM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T18:35:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1106380490429, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.648 HBD", + "percent_hbd": 10000, + "permlink": "barb-the-movie", + "post_id": 1044871, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Barb: The Movie", + "title": "Barb: The Movie", + "total_payout_value": "0.000 HBD", + "url": "/art/@madbitcoins/barb-the-movie" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 169261037916, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 38668120965, - "voter": "allasyummyfood" + "reputation": 51047995307721, + "rshares": 9078351647533, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 1447426144854, - "rshares": 926702661, - "voter": "transhuman" + "reputation": 4107373187010, + "rshares": 1667674717912, + "voter": "hr1" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 21020956877, - "voter": "laoyao" + "reputation": -37765249963674, + "rshares": 3370923805722, + "voter": "wang" }, { "percent": "10000", - "reputation": 621407045907, - "rshares": 5686344390, - "voter": "k4r1nn" + "reputation": 1214229078, + "rshares": 3716409175, + "voter": "boy" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5491735609, - "voter": "gmurph" + "reputation": 4712949449, + "rshares": 4511397243, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 3732213087, - "voter": "ullikume" + "reputation": 1789951494550, + "rshares": 836372556, + "voter": "bunny" }, { "percent": "10000", - "reputation": 3271549714172, - "rshares": 961218107, - "voter": "andrew0" + "reputation": 103443134841, + "rshares": 64465228546, + "voter": "bue" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 651986872, - "voter": "romancs" + "reputation": 0, + "rshares": 1991762675, + "voter": "mini" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 76114527930, - "voter": "thisisbenbrick" + "reputation": 0, + "rshares": 256330811, + "voter": "moon" }, { "percent": "10000", - "reputation": 898801272252, - "rshares": 2003393404, - "voter": "t3ran13" + "reputation": 330982605, + "rshares": 205872007498, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 86811749666, - "rshares": 133266571, - "voter": "luke490" + "reputation": 0, + "rshares": 381440827442, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 790526925913, - "rshares": 1291152324, - "voter": "dolov" + "reputation": 9028537022578, + "rshares": 2525412307327, + "voter": "recursive" }, { "percent": "10000", - "reputation": 2344911104009, - "rshares": 9951450706, - "voter": "ekitcho" + "reputation": -296615780418, + "rshares": 1781009490, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 413797518320, - "rshares": 16680883457, - "voter": "velourex" + "reputation": 854893586973, + "rshares": 1042737870056, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3376654509, - "voter": "oflyhigh" + "reputation": 0, + "rshares": 2384419850, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 24130783448589, - "rshares": 57651846277, - "voter": "krishtopa" + "reputation": 0, + "rshares": 746881679, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 1323356877, - "rshares": 63709376, - "voter": "dionis" + "reputation": 147478489309626, + "rshares": 832121864782, + "voter": "tuck-fheman" }, { "percent": "10000", "reputation": 0, - "rshares": 10934414249, - "voter": "thebotkiller" + "rshares": 1159983226, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 15018520093808, - "rshares": 18495970298, - "voter": "eneismijmich" + "reputation": 0, + "rshares": 345661496, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 497045294796, - "rshares": 209959170, - "voter": "lordemau" + "reputation": 14073457536993, + "rshares": 97189933355, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 4521044040322, - "rshares": 4431678881, - "voter": "zivile" + "reputation": 12382143533351, + "rshares": 579024690092, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 2686158006671, - "rshares": 4540723045, - "voter": "melek" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8050472915, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 9332405310628, - "rshares": 28448385015, - "voter": "mrosenquist" + "percent": "8500", + "reputation": 0, + "rshares": 414186366, + "voter": "paco-steem" }, { - "percent": "10000", - "reputation": 37279727062, - "rshares": 1611921747, - "voter": "bledarus" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4722137334, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 85706677742, - "voter": "miacats" + "reputation": 436017530085, + "rshares": 23534223039, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 54969817, - "voter": "razberrijam" + "reputation": 58571016273092, + "rshares": 643648810078, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 5162333093, - "voter": "matrixdweller" + "reputation": 503318537891, + "rshares": 2162036522, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1029593367, - "voter": "chinadaily" + "reputation": 15755437221598, + "rshares": 19658607256, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 40078121577, - "rshares": 577430096, - "voter": "chanbam" + "reputation": 21903005256174, + "rshares": 221191573337, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 2725853299020, - "rshares": 5584707898, - "voter": "solarguy" + "reputation": 1663549830469, + "rshares": 1279538194, + "voter": "coar" }, { "percent": "10000", - "reputation": 0, - "rshares": 59512540, - "voter": "boatman" + "reputation": 161089556767, + "rshares": 73821382023, + "voter": "asch" }, { "percent": "10000", - "reputation": 1063238167696, - "rshares": 3170464127, - "voter": "steveo" + "reputation": 60877390332151, + "rshares": 571635359263, + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2501119346, + "voter": "murh" }, { "percent": "10000", - "reputation": 4005943680227, - "rshares": 6066219684, - "voter": "jenniferskyler" + "reputation": 64573188744746, + "rshares": 196072555074, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 54834723, - "voter": "kamil5" + "reputation": 824717099743, + "rshares": 433387573516, + "voter": "cyber" }, { "percent": "10000", - "reputation": 18890223518661, - "rshares": 23740285486, - "voter": "someguy123" + "reputation": 3037854988445, + "rshares": 59853989375, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 3135058867066, - "rshares": 1672510523, - "voter": "stillsafe" + "reputation": 16234753830016, + "rshares": 14164988206, + "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 11136252375006, + "rshares": 356433867663, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12002684748, - "voter": "hilarski" + "reputation": 79561484422, + "rshares": 356413010, + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 323528360, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 896116963054, - "rshares": 234731969566, - "voter": "oldtimer" + "reputation": 3906896686802, + "rshares": 49115197642, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 970572315676, - "rshares": 1070307937, - "voter": "fiat19" + "reputation": 9389887938261, + "rshares": 9206801382, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 99548341, - "voter": "trendwizard" + "reputation": 77590508815145, + "rshares": 214891854735, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 1925662076, - "rshares": 57884644, - "voter": "raminta" + "reputation": 5260794316761, + "rshares": 132710914130, + "voter": "schro" }, { "percent": "10000", - "reputation": 54987076112, - "rshares": 153878744, - "voter": "socalguy" + "reputation": 86912853643710, + "rshares": 605536000266, + "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 83514025, - "voter": "happylovelife" + "reputation": 486415577627, + "rshares": 5703636425, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 1737487644091, - "rshares": 56749326, - "voter": "dailybitcoinnews" + "reputation": 5886979119053, + "rshares": 107232919163, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 2561318041, - "voter": "doitvoluntarily" + "reputation": 36344377648, + "rshares": 44036079087, + "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 1955050298650, - "rshares": 72190796, - "voter": "masonmiler" + "reputation": 7949210311767, + "rshares": 31678183669, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 53155012, - "voter": "the-ego-is-you" + "reputation": 2758500001611, + "rshares": 5142277148, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 24760278388, - "voter": "dubi" + "reputation": 601987961462, + "rshares": 1919926714, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 227639619, - "voter": "irininich" + "reputation": 1019011681813, + "rshares": 7008451530, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 3301652860610, - "rshares": 4493771291, - "voter": "dexter-k" + "reputation": 1557874437556, + "rshares": 2449020635, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 54576373, - "voter": "plantbasedjunkie" + "reputation": 2445708956667, + "rshares": 8693195114, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 32819947524, - "rshares": 56067023, - "voter": "sic-savidicus" + "reputation": 10980042082204, + "rshares": 15152262925, + "voter": "skapaneas" }, { "percent": "10000", - "reputation": 0, - "rshares": 5811604044, - "voter": "chick1" + "reputation": 8461965690396, + "rshares": 56350055150, + "voter": "norbu" }, { "percent": "10000", - "reputation": 3652443205, - "rshares": 971322095, - "voter": "cgfx" + "reputation": 1691376287481, + "rshares": 6061730270, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "reputation": 25639258699, + "rshares": 245016732, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 4276659410889, + "rshares": 3097944473, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 1327349908318, - "rshares": 324296672, - "voter": "soldier" + "reputation": 40255997582, + "rshares": 7510237824, + "voter": "cannav" }, { "percent": "10000", - "reputation": 122413067028, - "rshares": 56248994, - "voter": "steemrocket" + "reputation": 1700182089209, + "rshares": 105203809742, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 167085102832, - "rshares": 87990681, - "voter": "lellabird60" + "reputation": 65540661343, + "rshares": 3201314244, + "voter": "orly" }, { "percent": "10000", - "reputation": 90569119, - "rshares": 967910354, - "voter": "steemsatoshi" + "reputation": 2083279715738, + "rshares": 5004709248, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 251502455, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 6059919174, + "voter": "vote" }, { "percent": "10000", "reputation": 0, - "rshares": 52294962, - "voter": "dreamlab" + "rshares": 238704808, + "voter": "nession" }, { "percent": "10000", - "reputation": 1150196390848, - "rshares": 52894658, - "voter": "anns" + "reputation": 5451039980643, + "rshares": 66072086, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 1571090, - "rshares": 50274929, - "voter": "antonindc" - } - ], - "author": "roelandp", - "author_reputation": 57643429300793, - "beneficiaries": [], - "body": "https://s17.postimg.org/3jsq60kan/Screen_Shot_2016_08_30_at_00_19_08.png\n\nComment on this post if you want to curate some tracks to the radiosteem playlist and you get 1 SBD to do so.\n\n10 days ago RadioSteem was launched as a consensus based webradio station for mobile, itunes, VLC, Sonos, etcetera. By transferring at least 0.33 SBD (the equivalent of a track on the jukebox in the USA) you can request and add any track, provided the machine can find it. \n\nThat day the peek concurrent listeners was 33 and during all day people tuned in. Great, but since than listeners have reduced and I am contemplating whether to continue the project. The minimum I can do is to bring it under the attention by allowing people _without SBD_ to add tracks to the playlist and let them get acquainted with the power of Steemit: easily (and fast) transfer SBD or Steem from anywhere in the world with verifications done within a second. \n\n

How to get 1 SBD so you can add your tracks to @radiosteem

\n1. Comment a 'top level' comment to this post, if you want 1 SBD. (So.... don't reply as a reply on another comment)\n2. Every minute @radiosteem checks whether new users have commented and wires the 1 SBD\n3. Add your track to the playlist by transferring back at least 0.33 SBD to @radiosteem with the memotext artistname tracktitle (so yes, you can request up to 3 tracks with that 1 SBD)\n\n

Other @radiosteem updates

\n- Libre.fm Stats: You can see recently played tracks as well as stats on http://Libre.fm/user/radiosteem (already over 1700 tracks played)!\n- RadioSteem street party in Germany: @shla-rafia 'the steemyoulator' and friends partied on the stream :)\n- Royalties: Supplied a request to the local royalty collector for @radiosteem webradio station\n\n

Now... feel free to comment, you will automatically get 1 SBD.

\n- _NO UPVOTING_ IS REQUIRED it will not influence whether you get 1 SBD. \n- First ~~100~~ 200 (!) top level commenters will be elected as curator for @radiosteem and get 1 SBD\n\n

Tune in RadioSteem.com »

", - "body_length": 2327, - "cashout_time": "2016-09-05T22:20:21", - "category": "music", - "children": 366, - "created": "2016-08-29T22:20:21", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"music\",\"radiosteem\",\"playlist\",\"curator\",\"steemjob\"],\"users\":[\"radiosteem\",\"shla-rafia\"],\"links\":[\"http://radiosteem.com\",\"http://Libre.fm/user/radiosteem\",\"https://steemit.com/radiosteem/@shla-rafia/what-s-the-best-you-can-do-at-the-moment-party-on-http-radiosteem-com\"],\"image\":[\"https://s17.postimg.org/3jsq60kan/Screen_Shot_2016_08_30_at_00_19_08.png\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T00:04:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 31112917979341, - "parent_author": "", - "parent_permlink": "music", - "pending_payout_value": "113.142 HBD", - "percent_hbd": 10000, - "permlink": "radiosteem-is-looking-for-new-playlist-curators-especially-people-without-sbd", - "post_id": 1047778, - "promoted": "32.000 HBD", - "replies": [], - "root_title": "RadioSteem is looking for new playlist curators, especially people without SBD!", - "title": "RadioSteem is looking for new playlist curators, especially people without SBD!", - "total_payout_value": "0.000 HBD", - "url": "/music/@roelandp/radiosteem-is-looking-for-new-playlist-curators-especially-people-without-sbd" - }, - { - "active_votes": [ - { - "percent": "10000", - "reputation": 12382143533351, - "rshares": 564735939286, - "voter": "eeks" + "reputation": 18799092030582, + "rshares": 54429670326, + "voter": "derekareith" }, { - "percent": "1000", - "reputation": 4931834878069, - "rshares": 3019697775, - "voter": "fkn" + "percent": "2300", + "reputation": 4667991454724, + "rshares": 176645108511, + "voter": "slowwalker" }, { - "percent": "500", - "reputation": 5414208804644, - "rshares": 1985113050, - "voter": "elishagh1" + "percent": "3000", + "reputation": 19111656178138, + "rshares": 19329913504, + "voter": "furion" }, { - "percent": "10000", - "reputation": 1111594060096, - "rshares": 3433920168, - "voter": "daycrypter" + "percent": "3000", + "reputation": 9142611234, + "rshares": 213524555, + "voter": "ch0c0latechip" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1787404766, - "voter": "murh" + "percent": "3000", + "reputation": 3871042, + "rshares": 195753480, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 309912989, - "voter": "applecrisp" + "reputation": 2770303185670, + "rshares": 1364073777, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 332574404861, - "voter": "hedge-x" + "reputation": 2069855377344, + "rshares": 10433095430, + "voter": "spiz0r" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 168734870470, - "voter": "will-zewe" + "reputation": 0, + "rshares": 670328376, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 32056888035, - "rshares": 1268241674, - "voter": "fjccoin" + "reputation": 5463774640621, + "rshares": 17843084524, + "voter": "akareyon" }, { - "percent": "3700", - "reputation": 598181152117, - "rshares": 76084413127, - "voter": "kimziv" + "percent": "10000", + "reputation": 338909620445, + "rshares": 11623879843, + "voter": "blockchainbilly" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 53506579516, - "voter": "derekareith" + "reputation": 1648396897354, + "rshares": 11247489359, + "voter": "asim" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14017751884, - "voter": "all-of-us" + "reputation": 2397831198773, + "rshares": 5277083865, + "voter": "karen13" }, { - "percent": "1000", - "reputation": 10519849768972, - "rshares": 2035782489, - "voter": "positive" + "percent": "10000", + "reputation": 10445529851856, + "rshares": 8753539341, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 5078296488269, - "rshares": 7146187677, - "voter": "moon32walker" + "reputation": 3674446315320, + "rshares": 10620443288, + "voter": "domavila" }, { - "percent": "3500", - "reputation": 17698439393799, - "rshares": 10157961496, - "voter": "sisterholics" + "percent": "10000", + "reputation": 2877113019152, + "rshares": 12059324264, + "voter": "bycz" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 699723397, - "voter": "pakisnxt" + "reputation": 2445998348172, + "rshares": 2636828867, + "voter": "pigatto" }, { - "percent": "400", - "reputation": 10771708337101, - "rshares": 61729889442, - "voter": "laonie" + "percent": "10000", + "reputation": 3086012957311, + "rshares": 8157302220, + "voter": "hyiparena" }, { - "percent": "2800", - "reputation": 18027204457681, - "rshares": 10004217703, - "voter": "myfirst" + "percent": "10000", + "reputation": 97417747806297, + "rshares": 242145430579, + "voter": "knozaki2015" }, { - "percent": "3800", - "reputation": 5776723480371, - "rshares": 95506276710, - "voter": "somebody" + "percent": "10000", + "reputation": 658204768651, + "rshares": 49529603073, + "voter": "milestone" }, { - "percent": "3700", - "reputation": 206355094166, - "rshares": 3351423391, - "voter": "flysaga" + "percent": "10000", + "reputation": 594833631949, + "rshares": 6919066301, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5621426677, - "voter": "gmurph" + "reputation": 3502382308233, + "rshares": 3876950167, + "voter": "maximkichev" }, { - "percent": "3600", - "reputation": 97845484474, - "rshares": 18377011860, - "voter": "midnightoil" + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5594125997, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 421044785583, - "voter": "glitterfart" + "reputation": 3033861094190, + "rshares": 12117014556, + "voter": "nippel66" }, { - "percent": "400", - "reputation": 3016325652890, - "rshares": 7001225431, - "voter": "xiaohui" + "percent": "10000", + "reputation": 741654237981, + "rshares": 5470157195, + "voter": "smolalit" }, { - "percent": "3300", - "reputation": 1851205309677, - "rshares": 1203603415, - "voter": "xiaokongcom" + "percent": "10000", + "reputation": 76096938200261, + "rshares": 225222338784, + "voter": "calaber24p" }, { - "percent": "3700", - "reputation": 4195733833721, - "rshares": 3080879650, - "voter": "xianjun" + "percent": "10000", + "reputation": 49770527, + "rshares": 3409568099, + "voter": "davidr" }, { - "percent": "3700", - "reputation": 730408370151, - "rshares": 205797786, - "voter": "microluck" + "percent": "10000", + "reputation": -124823359245, + "rshares": 19933876998, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 25369137795, - "rshares": 63013830, - "voter": "litali" + "reputation": 974488972206, + "rshares": 3483559204, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 5199300571516, - "rshares": 61282556819, - "voter": "madbitcoins" + "reputation": 843226172873, + "rshares": 56923676705, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 73301607, - "voter": "alina1" + "reputation": 46246767220, + "rshares": 7163659370, + "voter": "rpf" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 2619388406406, + "rshares": 2324147019, + "voter": "vlad" }, { "percent": "10000", - "reputation": 0, - "rshares": 50377764, - "voter": "jenny-talls" + "reputation": 477578742546, + "rshares": 7778854853, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 75890695, - "voter": "ola1" + "reputation": 2114306416334, + "rshares": 3112248233, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 8440343112, + "voter": "oumar" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 42638469159, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 70048095167, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 958834221798, + "rshares": 3546805423, + "voter": "mastletter" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 246060253685, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1095141307, + "voter": "oecp85" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6512814700, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1731996949, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 263306400, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 263701186, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152593172, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153455065, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87490824, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 17857575634, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 620795503, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 820653600, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 21181032325, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 573554319, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 421438033, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226079277, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 8598194880, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79237207, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 8561737881023, + "rshares": 18296635846, + "voter": "pixielolz" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 103661993939, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1124830840, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50348616900, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 11048982385, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 5529013258, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1824033796, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 11856501387697, + "rshares": 35677378478, + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 47089879727, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 97123078718, + "rshares": 20616769505, + "voter": "yng-entrepreneur" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 3211266894, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5732555871, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 31604733556, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3898679665, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 89502832617, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 124828196272, + "rshares": 869803576, + "voter": "havok777" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 13845984284, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 65514264424, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 795160431, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 96284142617, + "rshares": 1941512526, + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1328157797, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11857375805, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": -451593763871, + "rshares": 3298392685, + "voter": "blow" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 20195037764, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5910667382, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 52495631, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 94244225940, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 57381737, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 38460202037, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 60039538814, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 7082154555, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 2205189882, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 68954349735, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 69002024, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 7134052981, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 7433391940, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 11683342785, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1833661746969, + "rshares": 2339728327, + "voter": "seva" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1614974082, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 3547713333727, + "rshares": 2186497991, + "voter": "victoriart" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 13261266273, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5452231342, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 77121923, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 52968764, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2628147205, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 1866515509, - "rshares": 50157508, - "voter": "birkanosis" + "reputation": 2609275826131, + "rshares": 52185102, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 185528370792, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 353288883728, + "rshares": 473032919, + "voter": "floweroflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6497224087, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 53733343, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50444417, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50436594, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 55024481, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 1483948022, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 1074941716, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 131138770594, + "rshares": 51250982, + "voter": "marquismiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 309120726, + "voter": "robotev2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4710038554, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 414609406210, + "rshares": 179090430, + "voter": "robotev" } ], - "author": "madbitcoins", - "author_reputation": 5199300571516, + "author": "kevinwong", + "author_reputation": 60877390332151, "beneficiaries": [], - "body": "http://i.imgur.com/DQbPPvN.png\n\nSince my **Barb: The Movie** got taken down*, I'm tripling down and releasing my entire Star Wars (ships only) series today. This is a follow up to my popular [Star Trek (ships only) series](http://www.popularmechanics.com/culture/movies/a14422/check-out-these-ship-only-star-trek-fan-edits/). \n\nhttps://www.youtube.com/watch?v=jgGr15RvpiI\n\nhttps://www.youtube.com/watch?v=TYrq1mLsPlo\n\nhttps://www.youtube.com/watch?v=jTMK8McUdE0\n\n* I have appealed for Barb: the movie on Fair Use Grounds. As I will do for these films if/when they are flagged. Remix art is difficult to make because it uses others work to tell a different story. However this work is all non-profit and improves on the original and hopefully drives more traffic and interest to these obviously excellent works... Thanks for watching and supporting my videos. Apologies in advance if they copyright claim these too.", - "body_length": 921, - "cashout_time": "2016-09-05T20:06:36", - "category": "art", - "children": 2, - "created": "2016-08-29T20:06:36", + "body": "An ex recently visited. Gave me a bit of a creepy moment. So.. here's my first haiku on Steemit. The usual haiku structure: 5 syllables, 7 syllables, 5 syllables. Learn more about haikus from @ericvancewalton's awesome post here - https://steemit.com/story/@ericvancewalton/impromptu-haiku-your-participation-is-requested \n\nHere's my haiku about the sudden appearance of an ex, after dog years.\n\n------------------------------------\n\n
https://s11.postimg.org/xd1uh3myr/13123223_10153923739125865_9105423285882389584_o.jpg
\n\n
Two thousand days since
\n==============\n
We were together, baby..
\n===============\n
Look, I'm behind you.
\n===============\n\n------------------------\n\n\nImage source: Please check this awesome artist out!\n(http://m0nkeybread.deviantart.com/art/Day84Warmup-2013-02-19-355165911)\n\n-------------------------\n
https://s16.postimg.org/65zljyqlx/666.png
", + "body_length": 947, + "cashout_time": "2016-09-04T19:44:12", + "category": "haiku", + "children": 20, + "created": "2016-08-28T19:44:12", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"art\",\"steem\",\"steemit\",\"movie\",\"video\"],\"links\":[\"https://www.youtube.com/watch?v=jgGr15RvpiI\"]}", + "json_metadata": "{\"tags\":[\"haiku\",\"writing\",\"creepypasta\",\"thriller\",\"justa-prankbro\"],\"image\":[\"https://s11.postimg.org/xd1uh3myr/13123223_10153923739125865_9105423285882389584_o.jpg\",\"https://s16.postimg.org/65zljyqlx/666.png\"],\"links\":[\"http://m0nkeybread.deviantart.com/art/Day84Warmup-2013-02-19-355165911\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T20:06:36", + "last_update": "2016-08-29T09:09:27", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 1930270379878, + "net_rshares": 26617436116706, "parent_author": "", - "parent_permlink": "art", - "pending_payout_value": "1.290 HBD", + "parent_permlink": "haiku", + "pending_payout_value": "92.570 HBD", "percent_hbd": 10000, - "permlink": "star-wars-ships-only", - "post_id": 1046004, + "permlink": "the-great-dry-season-an-original-haikuthriller", + "post_id": 1031575, "promoted": "0.000 HBD", "replies": [], - "root_title": "Star Wars (ships only)", - "title": "Star Wars (ships only)", + "root_title": "The Great Dry Season (an original haikuthriller)", + "title": "The Great Dry Season (an original haikuthriller)", "total_payout_value": "0.000 HBD", - "url": "/art/@madbitcoins/star-wars-ships-only" + "url": "/haiku/@kevinwong/the-great-dry-season-an-original-haikuthriller" }, { "active_votes": [ { "percent": "10000", - "reputation": 14073457536993, - "rshares": 82496308215, - "voter": "edgeland" + "reputation": 1214229078, + "rshares": 3716409175, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4511397243, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 836372556, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 64463235976, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991762675, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256330811, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381440827442, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 378807163474, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 746881679, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 855896775205, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1159983226, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 345661496, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 14663616999, + "voter": "jademont" + }, + { + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3018927343, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 37261563437, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 18744253430, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1323660201, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2501119346, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 356426809008, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1864005428, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 27699889824, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 179606240, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 579559007560, - "voter": "eeks" + "reputation": 45485816669, + "rshares": 211070719, + "voter": "adamgud" }, { "percent": "1000", - "reputation": 4931834878069, - "rshares": 2516358671, - "voter": "fkn" + "reputation": 19111656178138, + "rshares": 6443302840, + "voter": "furion" }, { - "percent": "500", - "reputation": 5414208804644, - "rshares": 1985054596, - "voter": "elishagh1" + "percent": "1000", + "reputation": 9142611234, + "rshares": 80071708, + "voter": "ch0c0latechip" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1787384952, - "voter": "murh" + "percent": "1000", + "reputation": 3871042, + "rshares": 73407555, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 333724711, - "voter": "applecrisp" + "reputation": 1661526202859, + "rshares": 4388523069, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 862979071, - "voter": "sunnyray" + "reputation": 3502382308233, + "rshares": 3800931537, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 245359420, - "voter": "ladyclair" + "reputation": 3033861094190, + "rshares": 12116970716, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 1510234773828, - "rshares": 1069091097, - "voter": "bitland" + "reputation": 9709066337974, + "rshares": 25466251132, + "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 341972573410, - "voter": "bobbylee" + "reputation": 10900524985586, + "rshares": 28165110353, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6127543985, - "voter": "cryptosi" + "reputation": 958834221798, + "rshares": 3475869314, + "voter": "mastletter" + }, + { + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2442305512, + "voter": "positive" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 2488160197, - "voter": "dimon14" + "reputation": 153480676290, + "rshares": 573554319, + "voter": "curator" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14017751884, - "voter": "all-of-us" + "reputation": 11856501387697, + "rshares": 34403186389, + "voter": "allasyummyfood" }, { - "percent": "1000", - "reputation": 10519849768972, - "rshares": 2035739558, - "voter": "positive" + "percent": "10000", + "reputation": 23400232, + "rshares": 63815316, + "voter": "rpo" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 728878539, - "voter": "pakisnxt" + "reputation": 1653800202958, + "rshares": 459561942722, + "voter": "glitterfart" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5751736170, - "voter": "gmurph" + "reputation": -752010553427, + "rshares": 1880956057, + "voter": "loveangel" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 57412920, - "voter": "razberrijam" + "reputation": 2140537429766, + "rshares": 16933143727, + "voter": "yef99" }, { "percent": "10000", - "reputation": 486947585501, - "rshares": 844909209, - "voter": "telos" + "reputation": 199905262704, + "rshares": 83588350, + "voter": "whitezombie" }, { "percent": "10000", - "reputation": 5199300571516, - "rshares": 61282556819, - "voter": "madbitcoins" + "reputation": 8412926035, + "rshares": 3867334052, + "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 169142890714, - "rshares": 60451061, - "voter": "sezi2u" + "reputation": 1919986626165, + "rshares": 1247705718, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 22066178, - "rshares": 52104641, - "voter": "vsmith08162016" + "reputation": 2609275826131, + "rshares": 52185102, + "voter": "alina1" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 105403743, - "voter": "ola1" + "reputation": 0, + "rshares": 315840742, + "voter": "robotev2" + }, + { + "percent": "10000", + "reputation": 414609406210, + "rshares": 182745336, + "voter": "robotev" } ], - "author": "madbitcoins", - "author_reputation": 5199300571516, + "author": "wadepaterson", + "author_reputation": 9709066337974, "beneficiaries": [], - "body": "http://i.imgur.com/ZIeRdv6.png\n\nhttps://www.youtube.com/watch?v=WKHH9nKe_MM\n\nHad some free time this weekend, so I recut Stranger Things into a movie all about Barb. I also plan to make a few trailers in the future. Please enjoy -- **Barb: The Movie**!\n\na Stranger Things remix (netflix): https://www.netflix.com/title/80057281\nSupport this video with http://ProTip.is 1LAYuQq6f11HccBgbe6bx8DiwKwzuYkPR3", - "body_length": 406, - "cashout_time": "2016-09-05T18:34:45", - "category": "art", - "children": 3, - "created": "2016-08-29T18:34:45", + "body": "https://s3.postimg.org/kxivh7h43/image1.png\n\n### Thanks to all who have supported the first four chapters. Allow me to present, Chapter 5!\n\n# Preface: I wrote a book when I was 18. It was inspired by a cigarette pack on a coffee table that I noticed at a house party.\n\nMy eyes were drawn to the Health Canada warning on the box of smokes.\n\nhttps://s14.postimg.org/nr6j6ezcx/Screen_Shot_2016_08_21_at_11_25_01_AM.png\n\nI think the statistic about tobacco-related deaths was supposed to be the scary one. But, for some reason, I was more alarmed by the fact more people died by killing themselves than by getting into car accidents.\n\nI never did anything with the book I wrote. Looking back, some of the amateurish writing makes me cringe. But, the concept of The Popular Depression is an important theme for us to think about.\n\nIf the Steemit community seems to like this content, I'll keep posting chapters. If not, I'll take the hint and keep this 54,000 word document filed on my computer, where it's been sitting for 10 years.\n\n---\n\n# Chapter Five\n\nThe first test, the morning, had came and passed; the second test, the afternoon, had yet to begin. Ethan sits in the library wondering if he handled the situation with Liberty right, or if there even was a right way to handle it. \n\t\nIt began when Ethan picked up Liberty for school. \n\nThe conversation: incomplete, curious, and timid. The weather: dreary and windy, with a chance of rain. The music (coming from the Tacoma\u2019s speakers): Wonderful Life by Gwen Stefani. \n\t\n\u201cThe truth is\u2026 I didn\u2019t want you to know. I\u2019m sure that you wouldn\u2019t have ruined the surprise, or told anyone for that matter. It was just that, this thing that I had planned for my mom\u2026 for her birthday\u2026 well\u2026 I didn\u2019t want to receive any extra gratitude for doing it. Whether you will admit it or not, if I had told you what my plan was all along, you would have given me a metaphoric pat on the back and told me what a good person I was. For once I wanted to be the only one who knew what I was up to. Sometimes it scares me to know that I have to tell you everything Lib. I love telling you most things on my mind, but having to be accountable to you for my every action is stressful. I feel like the smallest thing could slip my mind, and if I didn\u2019t tell you, you would be upset. Likewise, it is almost as if I have an obligation to make sure that I know everything that you are up to. I love you Liberty, but I hate feeling guilty if I don\u2019t tell you every little thing.\u201d\n\t\nLiberty listened intently to what Ethan had to say on this Wednesday morning. The speech had taken her slightly by surprise, mainly because she was unaware that Ethan had felt so strongly about the whole situation. \nNonetheless, she replied in typical Liberty Hollingsworth fashion. \n\t\n\u201cI love you too Ethan.\u201d\n\t\nShockingly enough the rest of the conversation was free of painful awkwardness, and the two made plans to hang out on Friday night. \n\nEthan wonders if the long speech about his independence was really necessary as he sits at a table in the Catholic Central library. He decides not to focus on the past, redirecting his attention towards his second hurdle of the day. \n\nA social studies test. \n\nThe dreaded exam is the first one of the semester, and likely the least important. But Ethan is determined to get onto the right path, perhaps one that will lead him to a post-secondary institution next fall. \n\nThe library is quiet as normal. The librarian is making herself look occupied. Her attention is suddenly caught when the level of decibels in the room increases. \n\nEthan glances over, and as he does, he is acquainted by a very rowdy Jared Winston, and an equally noisy TJ Carp.\n\n\u201cHey player,\u201d Jared says with a chuckle as he offers an awkward handshake/hug. \n\n\u201cHey boys,\u201d Ethan replies, accepting the handshake/hug. \n\nTJ gives Ethan an acknowledgement nod and then proceeds to sit in the chair next to him. \n\nEthan likes hanging out with TJ. Every time he is around TJ he feels unexplainably cool. Ethan is a popular guy \u2013 without question. But in comparison with TJ\u2026 well there is no comparison. TJ almost always finds himself escorting the most gorgeous girls around the CCH campus. \n\n\u201cWhy you hanging around the library Tate?\u201d Jared asks. \n\n\u201cSocial test next period.\u201d\n\n\u201cYou\u2019re telling me you\u2019re going to spend your whole lunch hour in this library studying for the first test of the year?\u201d asks Jared.\n\n\u201cYou won\u2019t hear me say this too often Tate, but Winston\u2019s right,\u201d TJ jumps in. \u201cCome cruising with us instead.\u201d\n\t\n\u201cSorry TJ but I seriously need to do well on this test.\u201d\n \t\n\u201cBut dude, Taryn and Jessica are coming,\u201d TJ says, trying to sway Ethan.\n\t\n\u201cWho are they?\u201d Ethan asks.\n\t\n\u201cThe grade 11 chicks that made the senior-varsity volleyball team this year,\u201d TJ replies. \u201cThey are absolute smoke-shows.\u201d\n\t\n\u201cAs appealing as that sounds, I\u2019m not exactly looking at the market these days.\u201d\n\nJared gets a disgusted look on his face.\n\t\n\u201cEthan, stop being a baby. We\u2019re not asking you to sleep with the chicks, just come cruising. We promise we won\u2019t tell on you,\u201d Jared says, mockingly.\n\t\nA Detroit Rock City ring tone can be heard in earshot, and Jared instantly pulls his cell phone out of his pocket.\n\t\nTJ continues to stare at Ethan. \n\t\n\u201cSo are you gonna come man?\u201d\n\t\nEthan sits in silence as he tries to decide what to do. Peer pressure is supposed to be about doing drugs and drinking liquor, not about skipping an insignificant test to cruise down the harmless streets of Lethbridge, Alberta. He cannot, for the life of him, decide why he is having such an anxiety attack over such a small debate. \n\nHe doesn\u2019t go, he maybe pisses off Jared and TJ and they start to think he\u2019s gone soft. \n\nHe does go, he misses out on a potential 20 minutes of solid cramming. \n\nTo Ethan, it seems a small price to pay to keep control of one\u2019s social status; especially with the rising prices in the popularity stock as of late. No longer can someone get tickets to the \u2018in crowd\u2019 by simply indulging in underage drinking like the good ol\u2019 days. In this day in age, dabbling with drugs and harder substances is a more realistic route to the desired destination known as popularity. \n\nBut it\u2019s a debate whether or not anyone actually ever does make it to this so-called place.\n\nPerhaps the perpetual struggle in Ethan\u2019s mind is because this year he is trying to make things different. He doesn\u2019t want the same old story for himself - the story of great struggle for popularity. He already has all the things he wants. Ethan has an amazing girlfriend, who has avoided the popularity trap; nonetheless, is quite possibly the most desired female in the 12th grade. He also has a promising future, especially if his basketball talent can provide scholarships. \n\nOn the other hand, yes, he is only being asked to go for a cruise, but tomorrow, it might be an invitation to go drink with the boys before class. Then, maybe next week, it could be trying cocaine in the student parking lot. \n\nEthan decides that he is being much too cynical. He opens his mouth to tell TJ that he will come cruising, but he is interrupted when Jared hangs up his cell-phone. \n\n\u201cStupid bitches.\u201d\n\n\u201cWas it Taryn?\u201d TJ asks.\n\n\u201cYah man. Her and Jess decided to go with a couple douchebags from the volleyball team instead.\u201d\n\n\u201cVolleyball dudes? You\u2019ve gotta be kidding me,\u201d says TJ in utter disbelief. \n\n\u201cWell, I\u2019m sorry to hear you boys got blown off, but if you wouldn\u2019t mind, I really need to study,\u201d Ethan says.\n\nEthan's comment goes un-noticed as Jared has diverted his (as well as TJ\u2019s) attention to the individuals sitting a couple tables across from them. \n\n\u201cThose guys are such losers,\u201d says Jared.\n\n\u201cDo they seriously always play with their calculators at lunch time?\u201d asks TJ, who seems to be looking at Ethan for the answer.\n\n\u201cI\u2019m not in here all the time TJ,\u201d Ethan replies.\n\n\u201cGood, because I was starting to think that you were a bit of a loner Tate,\u201d TJ says. \u201cIf you weren\u2019t one hell of a basketball player, I might even be forced to be sitting at those guys table instead.\u201d\n\nAs TJ points towards the nerds table, Ethan makes eye contact with one of the geeks. \n\nPedro Gomer - who Jared keeps referring to as, \u201cthe loser with glasses\u201d - stares at Ethan. The look he gives is one of failing self-confidence, but at the same time, one of angered jealousy. Pedro looks away quickly. Ethan tries to follow his eyes, which go to his companion - the one who Jared keeps calling, \u201cthe loser with zits.\" His real name is Sid Lawson. Ethan has felt bad for the way the student body has treated individuals such as Pedro and Sid on a daily basis. They are constantly the recipients of ridicule. It seems that if anyone is having a bad day, they can look to the nerds and realize that things could be worse. Ethan feels bad, but he has done little to prevent the harassment from occurring either. At times, he even finds himself as the source of evil-spirited comments.\n\nEthan\u2019s train of thought is cut-off by Jared.\n\n\u201cMan, those kids are such fucking losers,\u201d says Jared, loud enough for them to hear it.\n\n\u201cAbsolute, fuck-ing, losers,\u201d says Jared, louder.\n\nEthan notices that Pedro looks over hesitantly at their table. \n\nHis face showcases a look of sadness. A look of helplessness. A look of vulnerability. A look of defeat. \n\nSid sits at the table looking down toward his calculator, pretending not to hear Jared\u2019s comments. \n\n\u201cShut up Jared,\u201d Ethan says quietly.\n\nThe librarian simply pretends to be working hard on the computer, despite the fact that there is no possible way she didn\u2019t hear Jared's comments. As Ethan squints to observe her closer, he thinks he even notices her let out a slight giggle.\n\nPedro and Sid\u2019s faces have both turned red and Pedro almost looks as if he may cry. They can\u2019t do anything. They are but a minority in the CCH social scene - and there is no one who will come to their defence. The helplessness makes Ethan feel guilty and sick to his stomach.\n\n\u201cDude, what\u2019s your issue today? Why are you being a dick to those guys?\u201d Ethan asks.\n\n\u201cYeah, did you not get laid last night or something? You are over-reacting brother,\u201d TJ tries.\n\n\u201cWhy are you making such an effort to stick up for these guys Ethan? They are losers,\u201d says Jared, quieter, but still loud for the setting. \n\n\u201cWhoa dude maybe TJ\u2019s right - have you been sexually frustrated lately?\u201d Ethan asks.\n\nEthan and TJ both laugh a little over Ethan\u2019s comment. \n\nAs far as the nerds know, Ethan and TJ are laughing at them.\n\n\u201cFunny to hear you making jokes about sexual frustration Ethan,\u201d says Jared.\n\nEthan knows where this is going.\n\n\u201cHey TJ, did you know that our little \u2018player\u2019 over here was a virgin before he started dating Liberty?\u201d\n\nTJ shows a look of surprise but decides not to comment on it.\n\n\u201cBut get this,\u201d Jared continues. \u201cTate over here still hasn\u2019t slept with Liberty yet\u2026 our little Ethan still has his flower.\u201d \n\n\u201cSerious man?\u201d TJ asks as he looks over at Ethan.\n\n\u201cThanks Jared, nice to know where you stand in my circle of trust,\u201d Ethan says.\n\n\u201cWhatever dude, it\u2019s just us here, nothing leaves this table,\u201d TJ jumps in. \u201cNo one here cares if you sleep with Liberty. I just don\u2019t understand why you wouldn\u2019t want to? The girl is fine!\u201d\n\n\u201cWhat do you mean there is no rush? This pussy has to become a man if he wants to hang with us. No v-cards allowed,\u201d Jared says, still prying at Ethan, this time half-jokingly.\n\nEthan refuses to reply to Jared\u2019s comment. \n\nEthan notices how Pedro continuously is looking over at Ethan, Jared, and TJ. The way Pedro is glaring gives reason for Ethan to believe that his pre-conceived assumption that Pedro and Sid are jealous of popular students, may in fact be false. The look in Pedro\u2019s eyes is not one of envy. It is one of despise. It is one that says, \u201cI want nothing to do with you or your type.\u201d Sid is too disgusted to even look up. He can\u2019t even stare popularity in its face. He\u2019d rather strain his neck looking down all day, than give anyone with a high social status the time of day. \n\nThe bell rings. \n\nThe librarian looks at her watch and is disappointed when she realizes that there are still a few hours remaining in the school day.\n\nJared and TJ walk out of the library, and just before they\u2019re out of the door, Jared yells, \u201cBye virgin.\u201d \n\nEthan wonders how long the nickname will stick. \n\nEthan gathers up his things and walks out to the hallway. He is quite unimpressed with how much studying he actually did get done. Luckily for Ethan, he is a pretty good social studies student. With any luck, the first test of the year will be a review for him. \n\nAs Ethan approaches the social studies room, he is greeted by Liberty who is waiting outside the class. Ethan\u2019s good-natured soul has felt stained with guilt ever since he told Jared Winston about his and Liberty\u2019s sex life (or lack thereof). \n\nTrying to forget Jared\u2019s comments, Ethan walks up and kisses Liberty.\n\n\u201cYou\u2019re going to be late for class,\u201d Ethan says after kissing Liberty lightly on the mouth.\n\n\u201cI know, but I just wanted to tell you that I appreciated our talk this morning. I know it wasn\u2019t easy for you to say what you said to me, but you did. You opened up, and I respect that. I\u2019m truly lucky to be with a guy like you.\u201d\n\nLiberty leans in and kisses Ethan again. \n\nEthan smiles back.\n\n\u201cSo\u2026 we\u2019re still on for Friday?\u201d Liberty asks.\n\t\n\u201cYou know it.\u201d Ethan asks. \n\n\u201cGreat. I\u2019ve got to get to class, bye hun,\u201d Liberty kisses Ethan on the forehead then rushes off to class. \n\nAs Ethan walks into the social studies classroom, he remembers that Diane is taking Cindy to Calgary for gymnastics Friday night, and he and Liberty will have the house to themselves. \n\n---\n\n### [Follow my blog to catch future chapters, as well as my popular \"20 questions\" interview series!](https://steemit.com/@wadepaterson)", + "body_length": 13857, + "cashout_time": "2016-09-04T19:22:48", + "category": "writing", + "children": 2, + "created": "2016-08-28T19:22:48", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"art\",\"steem\",\"steemit\",\"movie\",\"video\"],\"links\":[\"https://www.youtube.com/watch?v=WKHH9nKe_MM\"]}", + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"story\"],\"image\":[\"https://s3.postimg.org/kxivh7h43/image1.png\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T18:35:06", + "last_update": "2016-08-28T19:28:36", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 1106380490429, + "net_rshares": 2763686064499, "parent_author": "", - "parent_permlink": "art", - "pending_payout_value": "0.648 HBD", + "parent_permlink": "writing", + "pending_payout_value": "2.168 HBD", "percent_hbd": 10000, - "permlink": "barb-the-movie", - "post_id": 1044871, + "permlink": "the-popular-depression-chapter-5-exclusive-novel-for-steemit", + "post_id": 1031224, "promoted": "0.000 HBD", "replies": [], - "root_title": "Barb: The Movie", - "title": "Barb: The Movie", + "root_title": "The Popular Depression: Chapter 5 (Exclusive Novel for Steemit)", + "title": "The Popular Depression: Chapter 5 (Exclusive Novel for Steemit)", "total_payout_value": "0.000 HBD", - "url": "/art/@madbitcoins/barb-the-movie" + "url": "/writing/@wadepaterson/the-popular-depression-chapter-5-exclusive-novel-for-steemit" }, { "active_votes": [ { "percent": "10000", + "reputation": 14765040488827, + "rshares": 28726591183078, + "voter": "berniesanders" + }, + { + "percent": "1200", + "reputation": 176979684007, + "rshares": 4272120974692, + "voter": "jamesc" + }, + { + "percent": "1000", "reputation": 0, - "rshares": 169261037916, - "voter": "highasfuck" + "rshares": 287710902952, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 223708779136, + "voter": "nextgenwitness" }, { "percent": "10000", "reputation": 51047995307721, - "rshares": 9078351647533, + "rshares": 9069041641087, "voter": "pharesim" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1667674717912, + "rshares": 1713632840394, "voter": "hr1" }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 684515374397, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118403659600, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1403356846718, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 3175180690073, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 32976225410, + "voter": "ihash" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 880525020480, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4996431062936, + "voter": "nextgencrypto" + }, { "percent": "10000", "reputation": -37765249963674, - "rshares": 3370923805722, + "rshares": 3369984066276, "voter": "wang" }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3716409175, + "rshares": 4335533919, "voter": "boy" }, { "percent": "10000", "reputation": 4712949449, - "rshares": 4511397243, + "rshares": 5262945568, "voter": "bue-witness" }, { "percent": "10000", "reputation": 1789951494550, - "rshares": 836372556, + "rshares": 975723790, "voter": "bunny" }, { "percent": "10000", "reputation": 103443134841, - "rshares": 64465228546, + "rshares": 75182873068, "voter": "bue" }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 480804640639, + "voter": "steemservices" + }, { "percent": "10000", "reputation": 0, - "rshares": 1991762675, + "rshares": 2323590544, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 256330811, + "rshares": 299045636, "voter": "moon" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 205872007498, - "voter": "alex90342fastn1" + "reputation": 36473167044, + "rshares": 59481317263, + "voter": "jason" }, { "percent": "10000", "reputation": 0, - "rshares": 381440827442, + "rshares": 391187563887, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2525412307327, + "rshares": 2593105284749, "voter": "recursive" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1781009490, - "voter": "mineralwasser" + "reputation": 82600290949846, + "rshares": 1157980086745, + "voter": "cass" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1042737870056, - "voter": "boombastic" + "reputation": 2802091583976, + "rshares": 14369418870, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 2384419850, - "voter": "bingo-1" + "rshares": 871324744, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 746881679, - "voter": "healthcare" + "rshares": 1353243987, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 832121864782, - "voter": "tuck-fheman" + "reputation": 96486114508046, + "rshares": 2654882994930, + "voter": "donkeypong" }, { "percent": "10000", - "reputation": 0, - "rshares": 1159983226, - "voter": "daniel.pan" + "reputation": 6977251504339, + "rshares": 20151968128, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 348116130961, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 102111380397, + "voter": "coindup" }, { "percent": "10000", "reputation": 0, - "rshares": 345661496, + "rshares": 403255464, "voter": "helen.tan" }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24892668385, + "voter": "yefet" + }, { "percent": "10000", "reputation": 14073457536993, - "rshares": 97189933355, + "rshares": 97188979831, "voter": "edgeland" }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 330429467579, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 79641606835, + "voter": "easteagle13" + }, { "percent": "10000", "reputation": 12382143533351, - "rshares": 579024690092, + "rshares": 593736912652, "voter": "eeks" }, { "percent": "3000", "reputation": 4931834878069, - "rshares": 8050472915, + "rshares": 8126629981, "voter": "fkn" }, { "percent": "8500", "reputation": 0, - "rshares": 414186366, + "rshares": 424218714, "voter": "paco-steem" }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 9437697308, + "voter": "mranderson" + }, { "percent": "8500", "reputation": 376960001789, - "rshares": 4722137334, + "rshares": 4963317602, "voter": "spaninv" }, { "percent": "10000", "reputation": 436017530085, - "rshares": 23534223039, + "rshares": 24077701063, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 643648810078, - "voter": "nanzo-scoop" + "reputation": 6578969489361, + "rshares": 248074956035, + "voter": "streemian" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2162036522, - "voter": "jerome-colley" + "reputation": 5414208804644, + "rshares": 32046001132, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 19658607256, - "voter": "acidyo" + "reputation": 58571016273092, + "rshares": 658043206153, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 138049635589, + "voter": "steve-walschot" }, { "percent": "10000", "reputation": 21903005256174, - "rshares": 221191573337, + "rshares": 225823619275, "voter": "mummyimperfect" }, { "percent": "10000", "reputation": 1663549830469, - "rshares": 1279538194, + "rshares": 1632465086, "voter": "coar" }, { "percent": "10000", "reputation": 161089556767, - "rshares": 73821382023, + "rshares": 73813125204, "voter": "asch" }, { "percent": "10000", "reputation": 60877390332151, - "rshares": 571635359263, + "rshares": 583710659205, "voter": "kevinwong" }, { "percent": "3301", "reputation": 2902053059801, - "rshares": 2501119346, + "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 196072555074, - "voter": "dragonslayer109" + "reputation": 5904057835766, + "rshares": 42265929707, + "voter": "ranko-k" }, { "percent": "10000", "reputation": 824717099743, - "rshares": 433387573516, + "rshares": 433346423129, "voter": "cyber" }, { "percent": "10000", "reputation": 3037854988445, - "rshares": 59853989375, + "rshares": 61106953653, "voter": "ak2020" }, { "percent": "10000", - "reputation": 16234753830016, - "rshares": 14164988206, - "voter": "thecryptofiend" + "reputation": -2683858617900, + "rshares": 10644628401, + "voter": "zebbra2014" }, { "percent": "10000", "reputation": 11136252375006, - "rshares": 356433867663, + "rshares": 373355877667, "voter": "taoteh1221" }, { "percent": "10000", "reputation": 79561484422, - "rshares": 356413010, + "rshares": 380141980, "voter": "applecrisp" }, { "percent": "8500", "reputation": 0, - "rshares": 323528360, + "rshares": 331377438, "voter": "stiletto" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 49115197642, - "voter": "thecryptodrive" - }, - { - "percent": "10000", - "reputation": 9389887938261, - "rshares": 9206801382, - "voter": "kennyskitchen" - }, - { - "percent": "10000", - "reputation": 77590508815145, - "rshares": 214891854735, - "voter": "kaylinart" - }, - { - "percent": "10000", - "reputation": 5260794316761, - "rshares": 132710914130, - "voter": "schro" - }, - { - "percent": "10000", - "reputation": 86912853643710, - "rshares": 605536000266, - "voter": "anwenbaumeister" - }, - { - "percent": "10000", - "reputation": 486415577627, - "rshares": 5703636425, - "voter": "mark-waser" - }, - { - "percent": "10000", - "reputation": 5886979119053, - "rshares": 107232919163, - "voter": "geoffrey" - }, - { - "percent": "10000", - "reputation": 36344377648, - "rshares": 44036079087, - "voter": "marco-delsalto" - }, - { - "percent": "10000", - "reputation": 7949210311767, - "rshares": 31678183669, - "voter": "talanhorne" - }, - { - "percent": "10000", - "reputation": 2758500001611, - "rshares": 5142277148, - "voter": "fuck.off" - }, - { - "percent": "10000", - "reputation": 601987961462, - "rshares": 1919926714, - "voter": "superfreek" - }, - { - "percent": "10000", - "reputation": 1019011681813, - "rshares": 7008451530, - "voter": "iloveporn" - }, - { - "percent": "10000", - "reputation": 1557874437556, - "rshares": 2449020635, - "voter": "the.bot" - }, - { - "percent": "10000", - "reputation": 2445708956667, - "rshares": 8693195114, - "voter": "johnbradshaw" - }, - { - "percent": "10000", - "reputation": 10980042082204, - "rshares": 15152262925, - "voter": "skapaneas" + "reputation": 3804349938696, + "rshares": 51855260399, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 56350055150, - "voter": "norbu" + "reputation": 488865370830, + "rshares": 862946585, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 6061730270, - "voter": "the.whale" + "reputation": 3906896686802, + "rshares": 50333271255, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 245016732, - "voter": "ladyclair" + "reputation": 9389887938261, + "rshares": 9431232009, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3097944473, - "voter": "michaellamden68" + "reputation": 2636635441463, + "rshares": 6250607635, + "voter": "kingofchaos" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7510237824, - "voter": "cannav" + "reputation": 15857384273210, + "rshares": 190411067194, + "voter": "alexc" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 105203809742, - "voter": "rubybian" + "reputation": 5260794316761, + "rshares": 135474650729, + "voter": "schro" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3201314244, - "voter": "orly" + "reputation": 12494904871301, + "rshares": 287155781432, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5004709248, - "voter": "riscadox" + "reputation": 86912853643710, + "rshares": 619590658229, + "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 251502455, - "voter": "mstang83" + "reputation": 486415577627, + "rshares": 5950153335, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 6059919174, - "voter": "vote" + "reputation": 5886979119053, + "rshares": 107225632676, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, - "rshares": 238704808, - "voter": "nession" + "reputation": 601987961462, + "rshares": 1982852725, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 66072086, - "voter": "steemswede" + "reputation": 1019011681813, + "rshares": 7148417181, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 54429670326, - "voter": "derekareith" + "reputation": 1557874437556, + "rshares": 2498834522, + "voter": "the.bot" }, { - "percent": "2300", - "reputation": 4667991454724, - "rshares": 176645108511, - "voter": "slowwalker" + "percent": "10000", + "reputation": 2445708956667, + "rshares": 8522507677, + "voter": "johnbradshaw" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 19329913504, - "voter": "furion" + "percent": "10000", + "reputation": 10314872786861, + "rshares": 54890810019, + "voter": "isteemit" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213524555, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 10980042082204, + "rshares": 15152262925, + "voter": "skapaneas" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195753480, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 8461965690396, + "rshares": 55040159446, + "voter": "norbu" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1364073777, - "voter": "vi1son" + "reputation": 1691376287481, + "rshares": 5942872814, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 2069855377344, - "rshares": 10433095430, - "voter": "spiz0r" + "reputation": 25639258699, + "rshares": 255442976, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, - "rshares": 670328376, - "voter": "steem1653" + "reputation": 25984358555464, + "rshares": 49515726453, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 5463774640621, - "rshares": 17843084524, - "voter": "akareyon" + "reputation": 4276659410889, + "rshares": 3229771897, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 338909620445, - "rshares": 11623879843, - "voter": "blockchainbilly" + "reputation": 40255997582, + "rshares": 7509284144, + "voter": "cannav" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11247489359, - "voter": "asim" + "reputation": 336763673779, + "rshares": 230037914121, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 5277083865, - "voter": "karen13" + "reputation": 57643429300793, + "rshares": 305487352960, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 8753539341, - "voter": "meesterboom" + "reputation": 65540661343, + "rshares": 3132651020, + "voter": "orly" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 10620443288, - "voter": "domavila" + "reputation": 3326209124802, + "rshares": 10740996823, + "voter": "aeico" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 12059324264, - "voter": "bycz" + "reputation": 213668684615, + "rshares": 2704926199, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 2445998348172, - "rshares": 2636828867, - "voter": "pigatto" + "reputation": 12046532310513, + "rshares": 11977237549, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 3086012957311, - "rshares": 8157302220, - "voter": "hyiparena" + "reputation": 1035952800698, + "rshares": 6059749685, + "voter": "vote" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 242145430579, - "voter": "knozaki2015" + "reputation": 14661458923663, + "rshares": 186012761268, + "voter": "fabio" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 49529603073, - "voter": "milestone" + "reputation": 305047794164, + "rshares": 127554877968, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6919066301, - "voter": "lichtblick" + "reputation": 2237331858240, + "rshares": 6382939551, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3876950167, - "voter": "maximkichev" + "reputation": 97622606374, + "rshares": 495190297, + "voter": "chamviet" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5594125997, - "voter": "btcbtcbtc20155" + "reputation": 5451039980643, + "rshares": 88088142, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12117014556, - "voter": "nippel66" + "reputation": 2138693707311, + "rshares": 34737211369, + "voter": "redpalestino" }, { - "percent": "10000", - "reputation": 741654237981, - "rshares": 5470157195, - "voter": "smolalit" + "percent": "2600", + "reputation": 4667991454724, + "rshares": 192703754739, + "voter": "slowwalker" }, { - "percent": "10000", - "reputation": 76096938200261, - "rshares": 225222338784, - "voter": "calaber24p" + "percent": "3000", + "reputation": 19111656178138, + "rshares": 19254997573, + "voter": "furion" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409568099, - "voter": "davidr" + "reputation": 2054508199522, + "rshares": 600944073, + "voter": "busser" }, { - "percent": "10000", - "reputation": -124823359245, - "rshares": 19933876998, - "voter": "mustafaomar" + "percent": "3000", + "reputation": 9142611234, + "rshares": 213508606, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 974488972206, - "rshares": 3483559204, - "voter": "simon.braki.love" + "percent": "3000", + "reputation": 3871042, + "rshares": 195737531, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 843226172873, - "rshares": 56923676705, - "voter": "thylbom" + "reputation": 10069093677389, + "rshares": 42817682120, + "voter": "mrwang" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 7163659370, - "voter": "rpf" + "reputation": 325589414514, + "rshares": 494122323, + "voter": "warplat" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2324147019, - "voter": "vlad" + "reputation": 1598540193144, + "rshares": 27982711983, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7778854853, - "voter": "tarindel" + "reputation": 0, + "rshares": 731004169, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3112248233, - "voter": "cryptohustlin" + "reputation": 658407157113, + "rshares": 622378574, + "voter": "cherish" }, { "percent": "10000", - "reputation": 3782785917192, - "rshares": 8440343112, - "voter": "oumar" + "reputation": 2821855573125, + "rshares": 3559270217, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 42638469159, - "voter": "sauravrungta" + "reputation": 14053867770193, + "rshares": 145679642227, + "voter": "repholder" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 70048095167, - "voter": "rea" + "reputation": 475226720101, + "rshares": 32269206048, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3546805423, - "voter": "mastletter" + "reputation": 1510234773828, + "rshares": 2287995030, + "voter": "bitland" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 246060253685, - "voter": "jl777" + "reputation": 1563271634183, + "rshares": 112023820561, + "voter": "paco" }, { "percent": "10000", - "reputation": 715914588623, - "rshares": 1095141307, - "voter": "oecp85" + "reputation": 1089147151331, + "rshares": 1836510386, + "voter": "incomemonthly" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6512814700, - "voter": "positive" + "percent": "10000", + "reputation": 2397831198773, + "rshares": 5495359289, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 1731996949, - "voter": "yarly" + "reputation": 866671256465, + "rshares": 24937531817, + "voter": "igster" }, { "percent": "10000", - "reputation": 0, - "rshares": 263306400, - "voter": "yarly2" + "reputation": 125274679006, + "rshares": 6252314231, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, - "rshares": 263701186, - "voter": "yarly3" + "reputation": 9512715139288, + "rshares": 72957711748, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, - "rshares": 152593172, - "voter": "yarly4" + "reputation": 3979714886621, + "rshares": 14272799441, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, - "rshares": 153455065, - "voter": "yarly5" + "reputation": 114569371319, + "rshares": 276763161, + "voter": "aqris" }, { "percent": "10000", - "reputation": 0, - "rshares": 87490824, - "voter": "yarly7" + "reputation": 16743994030016, + "rshares": 31166963918, + "voter": "condra" }, { "percent": "10000", - "reputation": 7582874972117, - "rshares": 17857575634, - "voter": "prufarchy" + "reputation": 2877113019152, + "rshares": 11586409587, + "voter": "bycz" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 620795503, - "voter": "tobythecat" + "reputation": 57790558311, + "rshares": 74715503526, + "voter": "stephencurry" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 820653600, - "voter": "happyphoenix" + "reputation": 7803764965401, + "rshares": 10259910718, + "voter": "allmonitors" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 21181032325, - "voter": "proto" + "reputation": 97417747806297, + "rshares": 256938421575, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 573554319, - "voter": "curator" + "reputation": 658204768651, + "rshares": 51769057695, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 421438033, - "voter": "yarly10" + "reputation": 2078306772520, + "rshares": 5594125997, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 0, - "rshares": 226079277, - "voter": "yarly11" + "reputation": 3033861094190, + "rshares": 12662394493, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 8598194880, - "voter": "michaeldodridge" + "reputation": 34120390016, + "rshares": 2922580604, + "voter": "imp3" }, { "percent": "10000", - "reputation": 0, - "rshares": 79237207, - "voter": "yarly12" + "reputation": 599560057305, + "rshares": 4042823087, + "voter": "oululahti" }, { "percent": "10000", - "reputation": 8561737881023, - "rshares": 18296635846, - "voter": "pixielolz" + "reputation": 741654237981, + "rshares": 5581610338, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 103661993939, - "voter": "steemdrive" + "reputation": 76096938200261, + "rshares": 234072530678, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1124830840, - "voter": "metaflute" + "reputation": -124823359245, + "rshares": 19534401673, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 50348616900, - "voter": "gomeravibz" + "reputation": 10900524985586, + "rshares": 27552870183, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11048982385, - "voter": "taker" + "reputation": 2619388406406, + "rshares": 2519579603, + "voter": "vlad" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 5529013258, - "voter": "nekromarinist" + "reputation": 477578742546, + "rshares": 7946883024, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1824033796, - "voter": "sykochica" + "reputation": 20001506960251, + "rshares": 171159546506, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 35677378478, - "voter": "allasyummyfood" + "reputation": 2114306416334, + "rshares": 3205248570, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 6181438509962, - "rshares": 47089879727, - "voter": "capitalism" + "reputation": 34507940819, + "rshares": 575306930, + "voter": "siol" }, { "percent": "10000", - "reputation": 97123078718, - "rshares": 20616769505, - "voter": "yng-entrepreneur" + "reputation": 4194711042931, + "rshares": 4663787411, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3211266894, - "voter": "rich77" + "reputation": 3782785917192, + "rshares": 8979021980, + "voter": "oumar" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5732555871, - "voter": "gmurph" + "reputation": 11482318062844, + "rshares": 45543794667, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 31604733556, - "voter": "timsaid" + "reputation": 5883461278385, + "rshares": 66545690408, + "voter": "rea" }, { "percent": "10000", - "reputation": 0, - "rshares": 3898679665, - "voter": "ullikume" + "reputation": 14988694886527, + "rshares": 245998679497, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 19964916752653, - "rshares": 89502832617, - "voter": "thisisbenbrick" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6511953473, + "voter": "positive" }, { "percent": "10000", - "reputation": 124828196272, - "rshares": 869803576, - "voter": "havok777" + "reputation": 82275088768, + "rshares": 34021806311, + "voter": "paquito" }, { "percent": "10000", - "reputation": 413797518320, - "rshares": 13845984284, - "voter": "velourex" + "reputation": 0, + "rshares": 1694886159, + "voter": "yarly" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 65514264424, - "voter": "joele" + "reputation": 0, + "rshares": 257688854, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 1955505384817, - "rshares": 795160431, - "voter": "pgarcgo" + "reputation": 0, + "rshares": 258075240, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 96284142617, - "rshares": 1941512526, - "voter": "vladikras" + "reputation": 0, + "rshares": 149346509, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 126444536302, - "rshares": 1328157797, - "voter": "hms818" + "reputation": 0, + "rshares": 150190064, + "voter": "yarly5" }, { "percent": "10000", "reputation": 0, - "rshares": 11857375805, - "voter": "thebotkiller" + "rshares": 85629317, + "voter": "yarly7" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3298392685, - "voter": "blow" + "reputation": 542854211690, + "rshares": 470741208, + "voter": "sokoloffa" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 20195037764, - "voter": "hanshotfirst" + "reputation": 99040715968, + "rshares": 135706786, + "voter": "arconite" }, { "percent": "10000", - "reputation": 1620633258672, - "rshares": 5910667382, - "voter": "lordvader" + "reputation": 48324434201, + "rshares": 500226534, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 52495631, - "voter": "evgenyche" + "reputation": 13032104555879, + "rshares": 9124435136, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 94244225940, - "voter": "miacats" + "reputation": 116655886020, + "rshares": 782780373, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 57381737, - "voter": "razberrijam" + "reputation": 58190631451, + "rshares": 22096476875, + "voter": "proto" }, { "percent": "10000", - "reputation": 11683040603469, - "rshares": 38460202037, - "voter": "anotherjoe" + "reputation": 153480676290, + "rshares": 623337244, + "voter": "curator" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 60039538814, - "voter": "serejandmyself" + "reputation": 0, + "rshares": 412455984, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 3388690269338, - "rshares": 7082154555, - "voter": "mrgrey" + "reputation": 0, + "rshares": 221269080, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 2205189882, - "voter": "movievertigo" + "reputation": 0, + "rshares": 77551309, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 68954349735, - "voter": "barrycooper" + "reputation": 3976815048658, + "rshares": 1945535592, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 69002024, - "voter": "joelbow" + "reputation": 1418195151238, + "rshares": 494062728, + "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 9053611702217, - "rshares": 7134052981, - "voter": "sethlinson" + "reputation": 6545561317919, + "rshares": 8527636339, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7433391940, - "voter": "booky" + "reputation": 8561737881023, + "rshares": 17930703129, + "voter": "pixielolz" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 11683342785, - "voter": "mandibil" + "reputation": -1193908062262, + "rshares": 129066659, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2339728327, - "voter": "seva" + "reputation": 4063076365725, + "rshares": 1753228761, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1614974082, - "voter": "davidjkelley" + "reputation": 137150233782, + "rshares": 83320362, + "voter": "nicoleta" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2186497991, - "voter": "victoriart" + "reputation": 979379098872, + "rshares": 1144478230, + "voter": "spinner" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 13261266273, - "voter": "digital-wisdom" + "reputation": -4779249072914, + "rshares": 2655899837, + "voter": "weenis" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5452231342, - "voter": "jwaser" + "reputation": 3962925392210, + "rshares": 3833127336, + "voter": "jed78" }, { "percent": "10000", - "reputation": 340991592664, - "rshares": 77121923, - "voter": "tito-baron" + "reputation": 2926129985180, + "rshares": 89131197103, + "voter": "shaka" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 52968764, - "voter": "the-ego-is-you" + "reputation": 17701690051649, + "rshares": 106606926959, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2628147205, - "voter": "bwaser" + "reputation": 4265214728001, + "rshares": 11664939370, + "voter": "bergy" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 52185102, - "voter": "alina1" + "reputation": 49283901870, + "rshares": 1124830840, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 185528370792, - "voter": "charlieshrem" + "reputation": 1275505236, + "rshares": 11505834862, + "voter": "taker" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 473032919, - "voter": "floweroflife" + "reputation": 192578386836, + "rshares": 168631294, + "voter": "skyefox" }, { "percent": "10000", - "reputation": 0, - "rshares": 6497224087, - "voter": "chick1" + "reputation": -833837861150, + "rshares": 53835780, + "voter": "sharon" }, { "percent": "10000", - "reputation": 2914114578419, - "rshares": 53733343, - "voter": "rigaronib" + "reputation": 11856501387697, + "rshares": 34402639383, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "reputation": 4964569405579, + "rshares": 3087086671, + "voter": "dumar022" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": -1130081321479, + "rshares": 54844677, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "reputation": 6181438509962, + "rshares": 46148082132, + "voter": "capitalism" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 55024481, - "voter": "echoesinthemind" + "reputation": 3194641726781, + "rshares": 22232486033, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1483948022, - "voter": "ellepdub" + "reputation": 1609279840801, + "rshares": 3148134763, + "voter": "rich77" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1074941716, - "voter": "herpetologyguy" + "reputation": 1751717743, + "rshares": 5977842614, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 131138770594, - "rshares": 51250982, - "voter": "marquismiller" + "reputation": 478167094774, + "rshares": 698453461, + "voter": "romancs" }, { "percent": "10000", - "reputation": 0, - "rshares": 309120726, - "voter": "robotev2" + "reputation": 117644956479, + "rshares": 9819067193, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 0, - "rshares": 4710038554, - "voter": "morgan.waser" + "reputation": 66791976065, + "rshares": 65501285816, + "voter": "joele" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 179090430, - "voter": "robotev" - } - ], - "author": "kevinwong", - "author_reputation": 60877390332151, - "beneficiaries": [], - "body": "An ex recently visited. Gave me a bit of a creepy moment. So.. here's my first haiku on Steemit. The usual haiku structure: 5 syllables, 7 syllables, 5 syllables. Learn more about haikus from @ericvancewalton's awesome post here - https://steemit.com/story/@ericvancewalton/impromptu-haiku-your-participation-is-requested \n\nHere's my haiku about the sudden appearance of an ex, after dog years.\n\n------------------------------------\n\n
https://s11.postimg.org/xd1uh3myr/13123223_10153923739125865_9105423285882389584_o.jpg
\n\n
Two thousand days since
\n==============\n
We were together, baby..
\n===============\n
Look, I'm behind you.
\n===============\n\n------------------------\n\n\nImage source: Please check this awesome artist out!\n(http://m0nkeybread.deviantart.com/art/Day84Warmup-2013-02-19-355165911)\n\n-------------------------\n
https://s16.postimg.org/65zljyqlx/666.png
", - "body_length": 947, - "cashout_time": "2016-09-04T19:44:12", - "category": "haiku", - "children": 20, - "created": "2016-08-28T19:44:12", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"haiku\",\"writing\",\"creepypasta\",\"thriller\",\"justa-prankbro\"],\"image\":[\"https://s11.postimg.org/xd1uh3myr/13123223_10153923739125865_9105423285882389584_o.jpg\",\"https://s16.postimg.org/65zljyqlx/666.png\"],\"links\":[\"http://m0nkeybread.deviantart.com/art/Day84Warmup-2013-02-19-355165911\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T09:09:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 26617436116706, - "parent_author": "", - "parent_permlink": "haiku", - "pending_payout_value": "92.570 HBD", - "percent_hbd": 10000, - "permlink": "the-great-dry-season-an-original-haikuthriller", - "post_id": 1031575, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "The Great Dry Season (an original haikuthriller)", - "title": "The Great Dry Season (an original haikuthriller)", - "total_payout_value": "0.000 HBD", - "url": "/haiku/@kevinwong/the-great-dry-season-an-original-haikuthriller" - }, - { - "active_votes": [ + "reputation": 11122126920308, + "rshares": 3392117634, + "voter": "oflyhigh" + }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3716409175, - "voter": "boy" + "reputation": 7767180487460, + "rshares": 5623760328, + "voter": "gargon" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4511397243, - "voter": "bue-witness" + "reputation": 96284142617, + "rshares": 1980342777, + "voter": "vladikras" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836372556, - "voter": "bunny" + "reputation": -1468839175006, + "rshares": 53884258, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64463235976, - "voter": "bue" + "reputation": -1343370986030, + "rshares": 52099594, + "voter": "ciao" }, { "percent": "10000", - "reputation": 0, - "rshares": 1991762675, - "voter": "mini" + "reputation": -451593763871, + "rshares": 3233485791, + "voter": "blow" }, { "percent": "10000", - "reputation": 0, - "rshares": 256330811, - "voter": "moon" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 0, - "rshares": 381440827442, - "voter": "recursive2" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 0, - "rshares": 378807163474, - "voter": "recursive3" + "reputation": 1620633258672, + "rshares": 5792454035, + "voter": "lordvader" }, { "percent": "10000", - "reputation": 0, - "rshares": 746881679, - "voter": "healthcare" + "reputation": 56139970267, + "rshares": 51215249, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 855896775205, - "voter": "tuck-fheman" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 0, - "rshares": 1159983226, - "voter": "daniel.pan" + "reputation": 1487684933351, + "rshares": 11980966341, + "voter": "borran" }, { "percent": "10000", - "reputation": 0, - "rshares": 345661496, - "voter": "helen.tan" + "reputation": 37279727062, + "rshares": 1772961316, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 14663616999, - "voter": "jademont" + "reputation": 2118792724924, + "rshares": 96467233947, + "voter": "miacats" }, { - "percent": "1000", - "reputation": 4931834878069, - "rshares": 3018927343, - "voter": "fkn" + "percent": "10000", + "reputation": 0, + "rshares": 51172913, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 5045406568403, - "rshares": 37261563437, - "voter": "james-show" + "reputation": 647464973800, + "rshares": 591145701, + "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 18744253430, - "voter": "acidyo" + "reputation": 634697761, + "rshares": 56206783, + "voter": "decred" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1323660201, - "voter": "coar" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2501119346, - "voter": "murh" + "percent": "10000", + "reputation": 3168479764, + "rshares": 59823513, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 356426809008, - "voter": "taoteh1221" + "reputation": 3814152361740, + "rshares": 5896306468, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 1864005428, - "voter": "tee-em" + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 27699889824, - "voter": "acassity" + "reputation": 13325577893779, + "rshares": 10482278060, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 179606240, - "voter": "steemswede" + "reputation": 31215012571, + "rshares": 39399958143, + "voter": "thecurator" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 211070719, - "voter": "adamgud" + "reputation": 2316925791, + "rshares": 138794665, + "voter": "sharperguy" }, { - "percent": "1000", - "reputation": 19111656178138, - "rshares": 6443302840, - "voter": "furion" + "percent": "10000", + "reputation": 11683040603469, + "rshares": 38458071561, + "voter": "anotherjoe" }, { - "percent": "1000", - "reputation": 9142611234, - "rshares": 80071708, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 44529428534261, + "rshares": 66326488912, + "voter": "serejandmyself" }, { - "percent": "1000", - "reputation": 3871042, - "rshares": 73407555, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 3388690269338, + "rshares": 7705429807, + "voter": "mrgrey" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4388523069, - "voter": "gikitiki" + "reputation": 64878458203, + "rshares": 1353566257, + "voter": "alexma3x" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3800931537, - "voter": "maximkichev" + "reputation": 0, + "rshares": 290472894, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12116970716, - "voter": "nippel66" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 9709066337974, - "rshares": 25466251132, - "voter": "wadepaterson" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 28165110353, - "voter": "royaltiffany" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3475869314, - "voter": "mastletter" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { - "percent": "1000", - "reputation": 10519849768972, - "rshares": 2442305512, - "voter": "positive" + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 573554319, - "voter": "curator" + "reputation": 1985439257, + "rshares": 76459376988, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 34403186389, - "voter": "allasyummyfood" + "reputation": 2357768295588, + "rshares": 2205189882, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 23400232, - "rshares": 63815316, - "voter": "rpo" + "reputation": -49397634, + "rshares": 53449440, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 459561942722, - "voter": "glitterfart" + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": -752010553427, - "rshares": 1880956057, - "voter": "loveangel" + "reputation": 20672910301, + "rshares": 51375987, + "voter": "metu2222" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 16933143727, - "voter": "yef99" + "reputation": 1130219064888, + "rshares": 17794092034, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 199905262704, - "rshares": 83588350, - "voter": "whitezombie" + "reputation": 28176351271250, + "rshares": 70442990344, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3867334052, - "voter": "ericbotticelli" + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1247705718, - "voter": "matthewtiii" + "reputation": 3725920343994, + "rshares": 5793814608, + "voter": "booky" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 52185102, - "voter": "alina1" + "reputation": 6300363201553, + "rshares": 11682762018, + "voter": "mandibil" }, { "percent": "10000", "reputation": 0, - "rshares": 315840742, - "voter": "robotev2" + "rshares": 58484280, + "voter": "will.isles" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 182745336, - "voter": "robotev" - } - ], - "author": "wadepaterson", - "author_reputation": 9709066337974, - "beneficiaries": [], - "body": "https://s3.postimg.org/kxivh7h43/image1.png\n\n### Thanks to all who have supported the first four chapters. Allow me to present, Chapter 5!\n\n# Preface: I wrote a book when I was 18. It was inspired by a cigarette pack on a coffee table that I noticed at a house party.\n\nMy eyes were drawn to the Health Canada warning on the box of smokes.\n\nhttps://s14.postimg.org/nr6j6ezcx/Screen_Shot_2016_08_21_at_11_25_01_AM.png\n\nI think the statistic about tobacco-related deaths was supposed to be the scary one. But, for some reason, I was more alarmed by the fact more people died by killing themselves than by getting into car accidents.\n\nI never did anything with the book I wrote. Looking back, some of the amateurish writing makes me cringe. But, the concept of The Popular Depression is an important theme for us to think about.\n\nIf the Steemit community seems to like this content, I'll keep posting chapters. If not, I'll take the hint and keep this 54,000 word document filed on my computer, where it's been sitting for 10 years.\n\n---\n\n# Chapter Five\n\nThe first test, the morning, had came and passed; the second test, the afternoon, had yet to begin. Ethan sits in the library wondering if he handled the situation with Liberty right, or if there even was a right way to handle it. \n\t\nIt began when Ethan picked up Liberty for school. \n\nThe conversation: incomplete, curious, and timid. The weather: dreary and windy, with a chance of rain. The music (coming from the Tacoma\u2019s speakers): Wonderful Life by Gwen Stefani. \n\t\n\u201cThe truth is\u2026 I didn\u2019t want you to know. I\u2019m sure that you wouldn\u2019t have ruined the surprise, or told anyone for that matter. It was just that, this thing that I had planned for my mom\u2026 for her birthday\u2026 well\u2026 I didn\u2019t want to receive any extra gratitude for doing it. Whether you will admit it or not, if I had told you what my plan was all along, you would have given me a metaphoric pat on the back and told me what a good person I was. For once I wanted to be the only one who knew what I was up to. Sometimes it scares me to know that I have to tell you everything Lib. I love telling you most things on my mind, but having to be accountable to you for my every action is stressful. I feel like the smallest thing could slip my mind, and if I didn\u2019t tell you, you would be upset. Likewise, it is almost as if I have an obligation to make sure that I know everything that you are up to. I love you Liberty, but I hate feeling guilty if I don\u2019t tell you every little thing.\u201d\n\t\nLiberty listened intently to what Ethan had to say on this Wednesday morning. The speech had taken her slightly by surprise, mainly because she was unaware that Ethan had felt so strongly about the whole situation. \nNonetheless, she replied in typical Liberty Hollingsworth fashion. \n\t\n\u201cI love you too Ethan.\u201d\n\t\nShockingly enough the rest of the conversation was free of painful awkwardness, and the two made plans to hang out on Friday night. \n\nEthan wonders if the long speech about his independence was really necessary as he sits at a table in the Catholic Central library. He decides not to focus on the past, redirecting his attention towards his second hurdle of the day. \n\nA social studies test. \n\nThe dreaded exam is the first one of the semester, and likely the least important. But Ethan is determined to get onto the right path, perhaps one that will lead him to a post-secondary institution next fall. \n\nThe library is quiet as normal. The librarian is making herself look occupied. Her attention is suddenly caught when the level of decibels in the room increases. \n\nEthan glances over, and as he does, he is acquainted by a very rowdy Jared Winston, and an equally noisy TJ Carp.\n\n\u201cHey player,\u201d Jared says with a chuckle as he offers an awkward handshake/hug. \n\n\u201cHey boys,\u201d Ethan replies, accepting the handshake/hug. \n\nTJ gives Ethan an acknowledgement nod and then proceeds to sit in the chair next to him. \n\nEthan likes hanging out with TJ. Every time he is around TJ he feels unexplainably cool. Ethan is a popular guy \u2013 without question. But in comparison with TJ\u2026 well there is no comparison. TJ almost always finds himself escorting the most gorgeous girls around the CCH campus. \n\n\u201cWhy you hanging around the library Tate?\u201d Jared asks. \n\n\u201cSocial test next period.\u201d\n\n\u201cYou\u2019re telling me you\u2019re going to spend your whole lunch hour in this library studying for the first test of the year?\u201d asks Jared.\n\n\u201cYou won\u2019t hear me say this too often Tate, but Winston\u2019s right,\u201d TJ jumps in. \u201cCome cruising with us instead.\u201d\n\t\n\u201cSorry TJ but I seriously need to do well on this test.\u201d\n \t\n\u201cBut dude, Taryn and Jessica are coming,\u201d TJ says, trying to sway Ethan.\n\t\n\u201cWho are they?\u201d Ethan asks.\n\t\n\u201cThe grade 11 chicks that made the senior-varsity volleyball team this year,\u201d TJ replies. \u201cThey are absolute smoke-shows.\u201d\n\t\n\u201cAs appealing as that sounds, I\u2019m not exactly looking at the market these days.\u201d\n\nJared gets a disgusted look on his face.\n\t\n\u201cEthan, stop being a baby. We\u2019re not asking you to sleep with the chicks, just come cruising. We promise we won\u2019t tell on you,\u201d Jared says, mockingly.\n\t\nA Detroit Rock City ring tone can be heard in earshot, and Jared instantly pulls his cell phone out of his pocket.\n\t\nTJ continues to stare at Ethan. \n\t\n\u201cSo are you gonna come man?\u201d\n\t\nEthan sits in silence as he tries to decide what to do. Peer pressure is supposed to be about doing drugs and drinking liquor, not about skipping an insignificant test to cruise down the harmless streets of Lethbridge, Alberta. He cannot, for the life of him, decide why he is having such an anxiety attack over such a small debate. \n\nHe doesn\u2019t go, he maybe pisses off Jared and TJ and they start to think he\u2019s gone soft. \n\nHe does go, he misses out on a potential 20 minutes of solid cramming. \n\nTo Ethan, it seems a small price to pay to keep control of one\u2019s social status; especially with the rising prices in the popularity stock as of late. No longer can someone get tickets to the \u2018in crowd\u2019 by simply indulging in underage drinking like the good ol\u2019 days. In this day in age, dabbling with drugs and harder substances is a more realistic route to the desired destination known as popularity. \n\nBut it\u2019s a debate whether or not anyone actually ever does make it to this so-called place.\n\nPerhaps the perpetual struggle in Ethan\u2019s mind is because this year he is trying to make things different. He doesn\u2019t want the same old story for himself - the story of great struggle for popularity. He already has all the things he wants. Ethan has an amazing girlfriend, who has avoided the popularity trap; nonetheless, is quite possibly the most desired female in the 12th grade. He also has a promising future, especially if his basketball talent can provide scholarships. \n\nOn the other hand, yes, he is only being asked to go for a cruise, but tomorrow, it might be an invitation to go drink with the boys before class. Then, maybe next week, it could be trying cocaine in the student parking lot. \n\nEthan decides that he is being much too cynical. He opens his mouth to tell TJ that he will come cruising, but he is interrupted when Jared hangs up his cell-phone. \n\n\u201cStupid bitches.\u201d\n\n\u201cWas it Taryn?\u201d TJ asks.\n\n\u201cYah man. Her and Jess decided to go with a couple douchebags from the volleyball team instead.\u201d\n\n\u201cVolleyball dudes? You\u2019ve gotta be kidding me,\u201d says TJ in utter disbelief. \n\n\u201cWell, I\u2019m sorry to hear you boys got blown off, but if you wouldn\u2019t mind, I really need to study,\u201d Ethan says.\n\nEthan's comment goes un-noticed as Jared has diverted his (as well as TJ\u2019s) attention to the individuals sitting a couple tables across from them. \n\n\u201cThose guys are such losers,\u201d says Jared.\n\n\u201cDo they seriously always play with their calculators at lunch time?\u201d asks TJ, who seems to be looking at Ethan for the answer.\n\n\u201cI\u2019m not in here all the time TJ,\u201d Ethan replies.\n\n\u201cGood, because I was starting to think that you were a bit of a loner Tate,\u201d TJ says. \u201cIf you weren\u2019t one hell of a basketball player, I might even be forced to be sitting at those guys table instead.\u201d\n\nAs TJ points towards the nerds table, Ethan makes eye contact with one of the geeks. \n\nPedro Gomer - who Jared keeps referring to as, \u201cthe loser with glasses\u201d - stares at Ethan. The look he gives is one of failing self-confidence, but at the same time, one of angered jealousy. Pedro looks away quickly. Ethan tries to follow his eyes, which go to his companion - the one who Jared keeps calling, \u201cthe loser with zits.\" His real name is Sid Lawson. Ethan has felt bad for the way the student body has treated individuals such as Pedro and Sid on a daily basis. They are constantly the recipients of ridicule. It seems that if anyone is having a bad day, they can look to the nerds and realize that things could be worse. Ethan feels bad, but he has done little to prevent the harassment from occurring either. At times, he even finds himself as the source of evil-spirited comments.\n\nEthan\u2019s train of thought is cut-off by Jared.\n\n\u201cMan, those kids are such fucking losers,\u201d says Jared, loud enough for them to hear it.\n\n\u201cAbsolute, fuck-ing, losers,\u201d says Jared, louder.\n\nEthan notices that Pedro looks over hesitantly at their table. \n\nHis face showcases a look of sadness. A look of helplessness. A look of vulnerability. A look of defeat. \n\nSid sits at the table looking down toward his calculator, pretending not to hear Jared\u2019s comments. \n\n\u201cShut up Jared,\u201d Ethan says quietly.\n\nThe librarian simply pretends to be working hard on the computer, despite the fact that there is no possible way she didn\u2019t hear Jared's comments. As Ethan squints to observe her closer, he thinks he even notices her let out a slight giggle.\n\nPedro and Sid\u2019s faces have both turned red and Pedro almost looks as if he may cry. They can\u2019t do anything. They are but a minority in the CCH social scene - and there is no one who will come to their defence. The helplessness makes Ethan feel guilty and sick to his stomach.\n\n\u201cDude, what\u2019s your issue today? Why are you being a dick to those guys?\u201d Ethan asks.\n\n\u201cYeah, did you not get laid last night or something? You are over-reacting brother,\u201d TJ tries.\n\n\u201cWhy are you making such an effort to stick up for these guys Ethan? They are losers,\u201d says Jared, quieter, but still loud for the setting. \n\n\u201cWhoa dude maybe TJ\u2019s right - have you been sexually frustrated lately?\u201d Ethan asks.\n\nEthan and TJ both laugh a little over Ethan\u2019s comment. \n\nAs far as the nerds know, Ethan and TJ are laughing at them.\n\n\u201cFunny to hear you making jokes about sexual frustration Ethan,\u201d says Jared.\n\nEthan knows where this is going.\n\n\u201cHey TJ, did you know that our little \u2018player\u2019 over here was a virgin before he started dating Liberty?\u201d\n\nTJ shows a look of surprise but decides not to comment on it.\n\n\u201cBut get this,\u201d Jared continues. \u201cTate over here still hasn\u2019t slept with Liberty yet\u2026 our little Ethan still has his flower.\u201d \n\n\u201cSerious man?\u201d TJ asks as he looks over at Ethan.\n\n\u201cThanks Jared, nice to know where you stand in my circle of trust,\u201d Ethan says.\n\n\u201cWhatever dude, it\u2019s just us here, nothing leaves this table,\u201d TJ jumps in. \u201cNo one here cares if you sleep with Liberty. I just don\u2019t understand why you wouldn\u2019t want to? The girl is fine!\u201d\n\n\u201cWhat do you mean there is no rush? This pussy has to become a man if he wants to hang with us. No v-cards allowed,\u201d Jared says, still prying at Ethan, this time half-jokingly.\n\nEthan refuses to reply to Jared\u2019s comment. \n\nEthan notices how Pedro continuously is looking over at Ethan, Jared, and TJ. The way Pedro is glaring gives reason for Ethan to believe that his pre-conceived assumption that Pedro and Sid are jealous of popular students, may in fact be false. The look in Pedro\u2019s eyes is not one of envy. It is one of despise. It is one that says, \u201cI want nothing to do with you or your type.\u201d Sid is too disgusted to even look up. He can\u2019t even stare popularity in its face. He\u2019d rather strain his neck looking down all day, than give anyone with a high social status the time of day. \n\nThe bell rings. \n\nThe librarian looks at her watch and is disappointed when she realizes that there are still a few hours remaining in the school day.\n\nJared and TJ walk out of the library, and just before they\u2019re out of the door, Jared yells, \u201cBye virgin.\u201d \n\nEthan wonders how long the nickname will stick. \n\nEthan gathers up his things and walks out to the hallway. He is quite unimpressed with how much studying he actually did get done. Luckily for Ethan, he is a pretty good social studies student. With any luck, the first test of the year will be a review for him. \n\nAs Ethan approaches the social studies room, he is greeted by Liberty who is waiting outside the class. Ethan\u2019s good-natured soul has felt stained with guilt ever since he told Jared Winston about his and Liberty\u2019s sex life (or lack thereof). \n\nTrying to forget Jared\u2019s comments, Ethan walks up and kisses Liberty.\n\n\u201cYou\u2019re going to be late for class,\u201d Ethan says after kissing Liberty lightly on the mouth.\n\n\u201cI know, but I just wanted to tell you that I appreciated our talk this morning. I know it wasn\u2019t easy for you to say what you said to me, but you did. You opened up, and I respect that. I\u2019m truly lucky to be with a guy like you.\u201d\n\nLiberty leans in and kisses Ethan again. \n\nEthan smiles back.\n\n\u201cSo\u2026 we\u2019re still on for Friday?\u201d Liberty asks.\n\t\n\u201cYou know it.\u201d Ethan asks. \n\n\u201cGreat. I\u2019ve got to get to class, bye hun,\u201d Liberty kisses Ethan on the forehead then rushes off to class. \n\nAs Ethan walks into the social studies classroom, he remembers that Diane is taking Cindy to Calgary for gymnastics Friday night, and he and Liberty will have the house to themselves. \n\n---\n\n### [Follow my blog to catch future chapters, as well as my popular \"20 questions\" interview series!](https://steemit.com/@wadepaterson)", - "body_length": 13857, - "cashout_time": "2016-09-04T19:22:48", - "category": "writing", - "children": 2, - "created": "2016-08-28T19:22:48", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"story\"],\"image\":[\"https://s3.postimg.org/kxivh7h43/image1.png\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-28T19:28:36", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 2763686064499, - "parent_author": "", - "parent_permlink": "writing", - "pending_payout_value": "2.168 HBD", - "percent_hbd": 10000, - "permlink": "the-popular-depression-chapter-5-exclusive-novel-for-steemit", - "post_id": 1031224, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "The Popular Depression: Chapter 5 (Exclusive Novel for Steemit)", - "title": "The Popular Depression: Chapter 5 (Exclusive Novel for Steemit)", - "total_payout_value": "0.000 HBD", - "url": "/writing/@wadepaterson/the-popular-depression-chapter-5-exclusive-novel-for-steemit" - }, - { - "active_votes": [ - { - "percent": "10000", - "reputation": 14765040488827, - "rshares": 28726591183078, - "voter": "berniesanders" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { - "percent": "1200", - "reputation": 176979684007, - "rshares": 4272120974692, - "voter": "jamesc" + "percent": "10000", + "reputation": 366529203171, + "rshares": 231787220, + "voter": "brandon-rosano" }, { - "percent": "1000", - "reputation": 0, - "rshares": 287710902952, - "voter": "badassmother" + "percent": "10000", + "reputation": 3144994876819, + "rshares": 622230499, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 9326993992, - "rshares": 223708779136, - "voter": "nextgenwitness" + "reputation": 2516108074649, + "rshares": 538434663, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 9069041641087, - "voter": "pharesim" + "reputation": 1833661746969, + "rshares": 2435227443, + "voter": "seva" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1713632840394, - "voter": "hr1" + "reputation": 19141466793, + "rshares": 56530090, + "voter": "alaqrab" }, { "percent": "10000", - "reputation": 608057298751, - "rshares": 684515374397, - "voter": "justin" + "reputation": 899166, + "rshares": 57546678, + "voter": "jozefntou" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 118403659600, - "voter": "sandra" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 138490649, - "rshares": 1403356846718, - "voter": "silver" + "reputation": 20797221470, + "rshares": 1684839470, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 4018307276106, - "rshares": 3175180690073, - "voter": "silversteem" + "reputation": 278282371369, + "rshares": 91141784, + "voter": "moneymaker" }, { "percent": "10000", - "reputation": 0, - "rshares": 32976225410, - "voter": "ihash" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 880525020480, - "voter": "ihashfury" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 27931460807554, - "rshares": 4996431062936, - "voter": "nextgencrypto" + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3369984066276, - "voter": "wang" + "reputation": 80500300321, + "rshares": 83514025, + "voter": "happylovelife" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 4335533919, - "voter": "boy" + "reputation": 837791549130, + "rshares": 37186843661, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 5262945568, - "voter": "bue-witness" + "reputation": 232802458264, + "rshares": 8296552604, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 975723790, - "voter": "bunny" + "reputation": 18088143027, + "rshares": 52310757, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 75182873068, - "voter": "bue" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 29449063355738, - "rshares": 480804640639, - "voter": "steemservices" + "reputation": 785171622834, + "rshares": 5814262105, + "voter": "jwaser" }, { "percent": "10000", "reputation": 0, - "rshares": 2323590544, - "voter": "mini" + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", "reputation": 0, - "rshares": 299045636, - "voter": "moon" + "rshares": 51812703, + "voter": "prof" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 59481317263, - "voter": "jason" + "reputation": 340991592664, + "rshares": 74240302, + "voter": "tito-baron" }, { "percent": "10000", "reputation": 0, - "rshares": 391187563887, - "voter": "recursive2" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2593105284749, - "voter": "recursive" + "reputation": 5949422263, + "rshares": 193552707470, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 1157980086745, - "voter": "cass" + "reputation": 333300187103, + "rshares": 56349749, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 14369418870, - "voter": "proctologic" + "reputation": 0, + "rshares": 51154263, + "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 871324744, - "voter": "healthcare" + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 1353243987, - "voter": "daniel.pan" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 96486114508046, - "rshares": 2654882994930, - "voter": "donkeypong" + "reputation": 1810829967, + "rshares": 2741744628, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 20151968128, - "voter": "dedriss" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 76462073287981, - "rshares": 348116130961, - "voter": "ash" + "reputation": 2609275826131, + "rshares": 52182445, + "voter": "alina1" }, { "percent": "10000", - "reputation": 441887268795, - "rshares": 102111380397, - "voter": "coindup" + "reputation": 3495795823022, + "rshares": 27342036215, + "voter": "cnfund" }, { "percent": "10000", - "reputation": 0, - "rshares": 403255464, - "voter": "helen.tan" + "reputation": 50326964582800, + "rshares": 189814599040, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24892668385, - "voter": "yefet" + "reputation": 19674745811334, + "rshares": 68483101732, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 97188979831, - "voter": "edgeland" + "reputation": 26215514, + "rshares": 37053993718, + "voter": "brains" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 330429467579, - "voter": "craig-grant" + "reputation": 269520578215, + "rshares": 218126446, + "voter": "fraterralph" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 79641606835, - "voter": "easteagle13" + "reputation": 10247624955, + "rshares": 51638698, + "voter": "superhighpod" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 593736912652, - "voter": "eeks" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8126629981, - "voter": "fkn" + "percent": "10000", + "reputation": 0, + "rshares": 53603218, + "voter": "sens" }, { - "percent": "8500", + "percent": "10000", "reputation": 0, - "rshares": 424218714, - "voter": "paco-steem" + "rshares": 52546268, + "voter": "aoki" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 9437697308, - "voter": "mranderson" + "reputation": 0, + "rshares": 52540627, + "voter": "typingagent" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4963317602, - "voter": "spaninv" + "percent": "10000", + "reputation": 0, + "rshares": 52538118, + "voter": "cwb" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 24077701063, - "voter": "instructor2121" + "reputation": 1201509725074, + "rshares": 57317168, + "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 6578969489361, - "rshares": 248074956035, - "voter": "streemian" + "reputation": 570800415880, + "rshares": 1548132580, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 5414208804644, - "rshares": 32046001132, - "voter": "elishagh1" + "reputation": 6522189180, + "rshares": 53565619, + "voter": "scotty" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 658043206153, - "voter": "nanzo-scoop" + "reputation": 1502200909130, + "rshares": 84322994, + "voter": "ola1" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 138049635589, - "voter": "steve-walschot" + "reputation": 444900926552, + "rshares": 6763986810, + "voter": "thenakedgod" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 225823619275, - "voter": "mummyimperfect" + "reputation": 6072650400812, + "rshares": 1146381211, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1632465086, - "voter": "coar" + "reputation": 26593737739, + "rshares": 50835881, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 73813125204, - "voter": "asch" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 583710659205, - "voter": "kevinwong" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2501114696, - "voter": "murh" + "percent": "10000", + "reputation": 862769940814, + "rshares": 51411035, + "voter": "verbal-d" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 42265929707, - "voter": "ranko-k" + "reputation": 131138770594, + "rshares": 53479285, + "voter": "marquismiller" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 433346423129, - "voter": "cyber" + "reputation": 0, + "rshares": 4913626690, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 61106953653, - "voter": "ak2020" + "reputation": 24953404448, + "rshares": 50431113, + "voter": "stringer" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 10644628401, - "voter": "zebbra2014" + "reputation": 0, + "rshares": 51238118, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 373355877667, - "voter": "taoteh1221" + "reputation": 0, + "rshares": 51229066, + "voter": "fuuterfas" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 380141980, - "voter": "applecrisp" + "reputation": 3976227761, + "rshares": 50217456, + "voter": "afroditta" }, { - "percent": "8500", + "percent": "10000", "reputation": 0, - "rshares": 331377438, - "voter": "stiletto" + "rshares": 50213520, + "voter": "dasretyk" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 51855260399, - "voter": "juanmiguelsalas" + "reputation": 0, + "rshares": 50211929, + "voter": "fadeevtor" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 862946585, - "voter": "sunnyray" + "reputation": 68065278228, + "rshares": 50146887, + "voter": "cherryleaf" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 50333271255, - "voter": "thecryptodrive" + "reputation": 414609406210, + "rshares": 160815896, + "voter": "robotev" }, { "percent": "10000", - "reputation": 9389887938261, - "rshares": 9431232009, - "voter": "kennyskitchen" + "reputation": 33478909036, + "rshares": 50021889, + "voter": "codeinc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 2636635441463, - "rshares": 6250607635, - "voter": "kingofchaos" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "
https://www.youtube.com/watch?v=jva98DsfWjk
\n\n# How's it going, Steemers? \n\nJust spent 150 Steem Dollars (SBDs) producing this short promo video for our next dance event on 2nd September 2016 in Kuala Lumpur, Malaysia! So I have included the Steemit logo in our promotional materials. This Facebook promo video will begin running in 12 hours.\n\n**Come over for a party if you're around!**\n\n---------------------\n\n# On a positive note -\nI've been getting more and more people asking me about Steemit. Been blowing some minds ever since. Personally, I think there are many eyes and minds on Steemit, more than we know. There are people thinking about Steemit, but have yet to make their first move. Because half the world believes in making good first impressions. This phenomenon is one of Steemit's many features.\n\nThere may be a ticking timebomb that's gonna blow up the floodgates of social media migration.. who knows? People are thinking about its killer applications during their toilet breaks. I was surprised when my uncle from Singapore asked me about Steemit during lunch today. He doesn't even use Facebook.\n\n-----------------\n\n# Next weekend -\nI'm going to have a small meet-up finally helping out some local personalities with their first steps on Steemit (including an eco-minded person - [The Greenest Man on Earth!](http://www.greenmanspeaks.com/#about) - well, I hope he'll join). I have had a few friends in which I wanted to feature on Steemit before getting them on board, only to get the *\"ask my PR manager\"* response. Just feels weird that some people are like corporate products who don't really own themselves.\n\n--------------------\n\n# Moving forward -\n\nOur marketing for Steemit is still at its infancy. The plan is for us to grow together and discover its applications as time goes on. So for now, there isn't any elaborate marketing plans for Steemit on this frontier, and we're figuring it out while using the Steemit logo on our event marketing collateral for exposure (and also tastefully applying the logo on giant LED screens!).\n\nThere's a killer app for music content creators and prosumers in Steemit. The shape of something great is there, now all we need is time. Time to figure things out.\n\nNext DJs in our dance music line-up: [Aly & Fila](http://www.alyandfila.com/)\n\n**If you haven't read about my dance music event initiative, here's the first one including our Facebook page links and all**: https://steemit.com/business/@kevinwong/steemit-and-the-dance-music-scene\n\n-------------------------------\n\n
https://s4.postimg.org/qt0ieo95p/IMG_1224.jpg
\n
https://s21.postimg.org/ot1tujk53/Ben_Nicky_Hybrid_A3_Poster_v002.jpg
\n
https://s11.postimg.org/4rnm71k5v/Untitled.png
\n\n--------------------------\n
Follow me @kevinwong
\n-------------------------\n\n------------------", + "body_length": 2883, + "cashout_time": "2016-09-04T15:48:48", + "category": "steemit-marketing", + "children": 30, + "created": "2016-08-28T15:48:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit-marketing\",\"steemit\",\"music\",\"psychedelic-trance\"],\"users\":[\"kevinwong\"],\"image\":[\"https://s4.postimg.org/qt0ieo95p/IMG_1224.jpg\",\"https://s21.postimg.org/ot1tujk53/Ben_Nicky_Hybrid_A3_Poster_v002.jpg\",\"https://s11.postimg.org/4rnm71k5v/Untitled.png\"],\"links\":[\"https://www.youtube.com/watch?v=jva98DsfWjk\",\"http://www.greenmanspeaks.com/#about\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T08:02:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77146867019732, + "parent_author": "", + "parent_permlink": "steemit-marketing", + "pending_payout_value": "702.293 HBD", + "percent_hbd": 10000, + "permlink": "our-next-dance-music-event-psychedelic-trance-some-steemit-love", + "post_id": 1028064, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Our next dance music event (Psychedelic-Trance) - Some Steemit love! And some thoughts about the future..", + "title": "Our next dance music event (Psychedelic-Trance) - Some Steemit love! And some thoughts about the future..", + "total_payout_value": "0.000 HBD", + "url": "/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 54641917740, + "rshares": 383909265743, + "voter": "berkah" }, { "percent": "10000", - "reputation": 15857384273210, - "rshares": 190411067194, - "voter": "alexc" + "reputation": 51047995307721, + "rshares": 9064184810604, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 135474650729, - "voter": "schro" + "reputation": 4107373187010, + "rshares": 1759606731186, + "voter": "hr1" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 287155781432, - "voter": "trogdor" + "reputation": -37765249963674, + "rshares": 3515850138403, + "voter": "wang" }, { "percent": "10000", - "reputation": 86912853643710, - "rshares": 619590658229, - "voter": "anwenbaumeister" + "reputation": 1214229078, + "rshares": 4954725609, + "voter": "boy" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5950153335, - "voter": "mark-waser" + "reputation": 4712949449, + "rshares": 6014590046, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 107225632676, - "voter": "geoffrey" + "reputation": 1789951494550, + "rshares": 1115091614, + "voter": "bunny" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 1982852725, - "voter": "superfreek" + "reputation": 103443134841, + "rshares": 85887383030, + "voter": "bue" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 7148417181, - "voter": "iloveporn" + "reputation": 0, + "rshares": 2655454885, + "voter": "mini" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 2498834522, - "voter": "the.bot" + "reputation": 0, + "rshares": 341763780, + "voter": "moon" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8522507677, - "voter": "johnbradshaw" + "reputation": 100108166977919, + "rshares": 606629636924, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": 10314872786861, - "rshares": 54890810019, - "voter": "isteemit" + "reputation": 82600290949846, + "rshares": 1123251274446, + "voter": "cass" }, { "percent": "10000", - "reputation": 10980042082204, - "rshares": 15152262925, - "voter": "skapaneas" + "reputation": 2802091583976, + "rshares": 15141926724, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 55040159446, - "voter": "norbu" + "reputation": 0, + "rshares": 995773098, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5942872814, - "voter": "the.whale" + "reputation": 0, + "rshares": 1546527301, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 255442976, - "voter": "ladyclair" + "reputation": 0, + "rshares": 460855404, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 49515726453, - "voter": "bacchist" + "reputation": 30058993703746, + "rshares": 439140995479, + "voter": "void" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3229771897, - "voter": "michaellamden68" + "reputation": 9600934617910, + "rshares": 13941569873, + "voter": "jademont" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7509284144, - "voter": "cannav" + "reputation": 12382143533351, + "rshares": 608553732739, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 336763673779, - "rshares": 230037914121, - "voter": "asmolokalo" + "percent": "5000", + "reputation": 4931834878069, + "rshares": 13204736216, + "voter": "fkn" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 305487352960, - "voter": "roelandp" + "reputation": 0, + "rshares": 494905544, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3132651020, - "voter": "orly" + "reputation": 376960001789, + "rshares": 5689297238, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 3326209124802, - "rshares": 10740996823, - "voter": "aeico" + "reputation": 436017530085, + "rshares": 25164477470, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 213668684615, - "rshares": 2704926199, - "voter": "soupernerd" + "reputation": 6578969489361, + "rshares": 258411329418, + "voter": "streemian" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 11977237549, - "voter": "stealthtrader" + "reputation": 26867938976163, + "rshares": 326694758243, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 6059749685, - "voter": "vote" + "reputation": 58571016273092, + "rshares": 657946200551, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 14661458923663, - "rshares": 186012761268, - "voter": "fabio" + "reputation": 493863952, + "rshares": 855138940, + "voter": "weenfan" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 127554877968, - "voter": "jackkang" + "reputation": 1111594060096, + "rshares": 3510077489, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6382939551, - "voter": "kissmybutt" + "reputation": 15755437221598, + "rshares": 16789589084, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 97622606374, - "rshares": 495190297, - "voter": "chamviet" + "reputation": 42741727265739, + "rshares": 140902269592, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 88088142, - "voter": "steemswede" + "reputation": 49136918266, + "rshares": 12781895629, + "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 2138693707311, - "rshares": 34737211369, - "voter": "redpalestino" - }, - { - "percent": "2600", - "reputation": 4667991454724, - "rshares": 192703754739, - "voter": "slowwalker" - }, - { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 19254997573, - "voter": "furion" + "reputation": 21903005256174, + "rshares": 230495893533, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 600944073, - "voter": "busser" - }, - { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213508606, - "voter": "ch0c0latechip" - }, - { - "percent": "3000", - "reputation": 3871042, - "rshares": 195737531, - "voter": "doge4lyf" + "reputation": 1663549830469, + "rshares": 1985430510, + "voter": "coar" }, { "percent": "10000", - "reputation": 10069093677389, - "rshares": 42817682120, - "voter": "mrwang" + "reputation": 161089556767, + "rshares": 76642016173, + "voter": "asch" }, { - "percent": "10000", - "reputation": 325589414514, - "rshares": 494122323, - "voter": "warplat" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2858416795, + "voter": "murh" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 27982711983, - "voter": "gord0b" + "reputation": 64573188744746, + "rshares": 195782472071, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 0, - "rshares": 731004169, - "voter": "steem1653" + "reputation": 5904057835766, + "rshares": 43178984967, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 658407157113, - "rshares": 622378574, - "voter": "cherish" + "reputation": 824717099743, + "rshares": 433318984504, + "voter": "cyber" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3559270217, - "voter": "steemit-life" + "reputation": 3037854988445, + "rshares": 62371246736, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 14053867770193, - "rshares": 145679642227, - "voter": "repholder" + "reputation": 11136252375006, + "rshares": 381835163402, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 32269206048, - "voter": "toxonaut" + "reputation": 79561484422, + "rshares": 395964599, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 1510234773828, - "rshares": 2287995030, - "voter": "bitland" + "reputation": 0, + "rshares": 386607011, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 112023820561, - "voter": "paco" + "reputation": 488865370830, + "rshares": 879675904, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 1089147151331, - "rshares": 1836510386, - "voter": "incomemonthly" + "reputation": 3046358914696, + "rshares": 13708168091, + "voter": "samether" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 5495359289, - "voter": "karen13" + "reputation": 3906896686802, + "rshares": 54000477358, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24937531817, - "voter": "igster" + "reputation": 4526468651953, + "rshares": 75926703312, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6252314231, - "voter": "cryptosi" + "reputation": 6877012376448, + "rshares": 128294130069, + "voter": "beervangeer" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 72957711748, - "voter": "ntomaino" + "reputation": 1960155455032, + "rshares": 3963201175, + "voter": "usefree" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 14272799441, - "voter": "jaycobbell" + "reputation": 5886979119053, + "rshares": 109455803349, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 276763161, - "voter": "aqris" + "reputation": 20692382318966, + "rshares": 246514968474, + "voter": "mauricemikkers" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 31166963918, - "voter": "condra" + "reputation": 601987961462, + "rshares": 2046805076, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 11586409587, - "voter": "bycz" + "reputation": 111391460708814, + "rshares": 304821546250, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 57790558311, - "rshares": 74715503526, - "voter": "stephencurry" + "reputation": 67229955621, + "rshares": 336314515, + "voter": "gerber" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 10259910718, - "voter": "allmonitors" + "reputation": 8461965690396, + "rshares": 56210037456, + "voter": "norbu" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 256938421575, - "voter": "knozaki2015" + "reputation": 25639258699, + "rshares": 265852257, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 51769057695, - "voter": "milestone" + "reputation": 25984358555464, + "rshares": 52805711520, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5594125997, - "voter": "btcbtcbtc20155" + "reputation": 40255997582, + "rshares": 7766747515, + "voter": "cannav" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12662394493, - "voter": "nippel66" + "reputation": 2544044850677, + "rshares": 15989115488, + "voter": "eindbas" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2922580604, - "voter": "imp3" + "reputation": 57643429300793, + "rshares": 298386355891, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 599560057305, - "rshares": 4042823087, - "voter": "oululahti" + "reputation": 1959446497877, + "rshares": 5043536197, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5581610338, - "voter": "smolalit" + "reputation": 1450924981021, + "rshares": 39851398154, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 234072530678, - "voter": "calaber24p" + "reputation": 12046532310513, + "rshares": 10101627148, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 19534401673, - "voter": "mustafaomar" + "reputation": 2880187298062, + "rshares": 2924648859, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 27552870183, - "voter": "royaltiffany" + "reputation": 305047794164, + "rshares": 132862049593, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2519579603, - "voter": "vlad" + "reputation": 5754523667110, + "rshares": 14079622060, + "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7946883024, - "voter": "tarindel" + "reputation": 6180521629731, + "rshares": 17066998221, + "voter": "elyaque" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 171159546506, - "voter": "liberosist" + "reputation": -2499740471746, + "rshares": 36317260625, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3205248570, - "voter": "cryptohustlin" + "reputation": 5451039980643, + "rshares": 132004544, + "voter": "steemswede" }, { - "percent": "10000", - "reputation": 34507940819, - "rshares": 575306930, - "voter": "siol" + "percent": "3000", + "reputation": 4667991454724, + "rshares": 208741467761, + "voter": "slowwalker" }, { - "percent": "10000", - "reputation": 4194711042931, - "rshares": 4663787411, - "voter": "rainchen" + "percent": "5000", + "reputation": 19111656178138, + "rshares": 31991863905, + "voter": "furion" }, { "percent": "10000", - "reputation": 3782785917192, - "rshares": 8979021980, - "voter": "oumar" + "reputation": 3149488018622, + "rshares": 2465549177, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 11482318062844, - "rshares": 45543794667, - "voter": "sauravrungta" + "percent": "5000", + "reputation": 9142611234, + "rshares": 346942841, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 5883461278385, - "rshares": 66545690408, - "voter": "rea" + "percent": "5000", + "reputation": 3871042, + "rshares": 318064845, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 245998679497, - "voter": "jl777" + "reputation": 2770303185670, + "rshares": 1392011658, + "voter": "vi1son" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6511953473, - "voter": "positive" + "percent": "10000", + "reputation": 1440357780524, + "rshares": 836248614, + "voter": "dicov" }, { "percent": "10000", - "reputation": 82275088768, - "rshares": 34021806311, - "voter": "paquito" + "reputation": 0, + "rshares": 771388045, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 0, - "rshares": 1694886159, - "voter": "yarly" + "reputation": 1661526202859, + "rshares": 4481528974, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, - "rshares": 257688854, - "voter": "yarly2" + "reputation": 1648396897354, + "rshares": 10773904159, + "voter": "asim" }, { "percent": "10000", - "reputation": 0, - "rshares": 258075240, - "voter": "yarly3" + "reputation": 38947133984552, + "rshares": 193335273698, + "voter": "jesta" }, { "percent": "10000", - "reputation": 0, - "rshares": 149346509, - "voter": "yarly4" + "reputation": 2397831198773, + "rshares": 5714213805, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 150190064, - "voter": "yarly5" + "reputation": 2852532944, + "rshares": 241567316, + "voter": "hankrearden" }, { "percent": "10000", - "reputation": 0, - "rshares": 85629317, - "voter": "yarly7" + "reputation": 3979714886621, + "rshares": 13991061718, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 542854211690, - "rshares": 470741208, - "voter": "sokoloffa" + "reputation": 16743994030016, + "rshares": 32082266036, + "voter": "condra" }, { "percent": "10000", - "reputation": 99040715968, - "rshares": 135706786, - "voter": "arconite" + "reputation": 1473986025343, + "rshares": 12164796420, + "voter": "fundurian" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 500226534, - "voter": "tobythecat" + "reputation": 5183116321161, + "rshares": 3823508015, + "voter": "krystle" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 9124435136, - "voter": "winstonwolfe" + "reputation": 594833631949, + "rshares": 7359843993, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 782780373, - "voter": "happyphoenix" + "reputation": 3040770542655, + "rshares": 9736416079, + "voter": "warrensteem" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 22096476875, - "voter": "proto" + "reputation": 3502382308233, + "rshares": 3875899071, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 623337244, - "voter": "curator" + "reputation": 692822335938, + "rshares": 234467072, + "voter": "keyser" }, { "percent": "10000", - "reputation": 0, - "rshares": 412455984, - "voter": "yarly10" + "reputation": 3033861094190, + "rshares": 13212486558, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 221269080, - "voter": "yarly11" + "reputation": 837671136243, + "rshares": 744365443573, + "voter": "ramta" }, { "percent": "10000", - "reputation": 0, - "rshares": 77551309, - "voter": "yarly12" + "reputation": 34120390016, + "rshares": 2963914732, + "voter": "imp3" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1945535592, - "voter": "tygergamer" + "reputation": 9999779221262, + "rshares": 37112925630, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 1418195151238, - "rshares": 494062728, - "voter": "cwmyao1" + "reputation": 1558637285991, + "rshares": 2420969425, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 8527636339, - "voter": "clevecross" + "reputation": 21815260714191, + "rshares": 200067665914, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 8561737881023, - "rshares": 17930703129, - "voter": "pixielolz" + "reputation": 76096938200261, + "rshares": 229384318501, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 129066659, - "voter": "steemster1" + "reputation": 24143253116, + "rshares": 125821647, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 4063076365725, - "rshares": 1753228761, - "voter": "bullionstackers" + "reputation": 10900524985586, + "rshares": 26328298174, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 137150233782, - "rshares": 83320362, - "voter": "nicoleta" + "reputation": 4456090201156, + "rshares": 12517970654, + "voter": "heimindanger" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1144478230, - "voter": "spinner" + "reputation": 10910231620999, + "rshares": 18687941877, + "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": -4779249072914, - "rshares": 2655899837, - "voter": "weenis" + "reputation": 477578742546, + "rshares": 7946601698, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3833127336, - "voter": "jed78" + "reputation": 2114306416334, + "rshares": 3205248570, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 89131197103, - "voter": "shaka" + "reputation": 3782785917192, + "rshares": 8440311891, + "voter": "oumar" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 106606926959, - "voter": "steemdrive" + "reputation": 2791409844, + "rshares": 102430839, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 4265214728001, - "rshares": 11664939370, - "voter": "bergy" + "reputation": 14988694886527, + "rshares": 267352419237, + "voter": "jl777" + }, + { + "percent": "5000", + "reputation": 10519849768972, + "rshares": 10682213445, + "voter": "positive" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1124830840, - "voter": "metaflute" + "reputation": 678073276260, + "rshares": 669999131, + "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11505834862, - "voter": "taker" + "reputation": 2568808468562, + "rshares": 1123109832, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 192578386836, - "rshares": 168631294, - "voter": "skyefox" + "reputation": 7078941123096, + "rshares": 12151200057, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 53835780, - "voter": "sharon" + "reputation": 4558720822431, + "rshares": 18625379186, + "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 34402639383, - "voter": "allasyummyfood" + "reputation": 568560955800, + "rshares": 36277562368, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 3087086671, - "voter": "dumar022" + "reputation": 58190631451, + "rshares": 23934520704, + "voter": "proto" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 54844677, - "voter": "lillianjones" + "reputation": 153480676290, + "rshares": 623195847, + "voter": "curator" }, { "percent": "10000", - "reputation": 6181438509962, - "rshares": 46148082132, - "voter": "capitalism" + "reputation": 3976815048658, + "rshares": 1906922236, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22232486033, - "voter": "laoyao" + "reputation": 1841035810445, + "rshares": 3048541390, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3148134763, - "voter": "rich77" + "reputation": 138974533507, + "rshares": 843254911, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5977842614, - "voter": "gmurph" + "reputation": 3962925392210, + "rshares": 3942645260, + "voter": "jed78" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 698453461, - "voter": "romancs" + "reputation": 17701690051649, + "rshares": 115490228161, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 9819067193, - "voter": "jphamer1" + "reputation": 1275505236, + "rshares": 11963923713, + "voter": "taker" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 65501285816, - "voter": "joele" + "reputation": 11856501387697, + "rshares": 42047670357, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3392117634, - "voter": "oflyhigh" + "reputation": 4336038090799, + "rshares": 14051975136, + "voter": "felixxx" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 5623760328, - "voter": "gargon" + "reputation": 1751717743, + "rshares": 6107795714, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 96284142617, - "rshares": 1980342777, - "voter": "vladikras" + "reputation": 0, + "rshares": 3898679665, + "voter": "ullikume" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 53884258, - "voter": "msjennifer" + "reputation": 117644956479, + "rshares": 10571726332, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 52099594, - "voter": "ciao" + "reputation": 29845491058, + "rshares": 70413598, + "voter": "ragnaroek" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3233485791, - "voter": "blow" + "reputation": 413797518320, + "rshares": 15029308741, + "voter": "velourex" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 66791976065, + "rshares": 67422089696, + "voter": "joele" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 24130783448589, + "rshares": 57148371158, + "voter": "krishtopa" }, { "percent": "10000", - "reputation": 1620633258672, - "rshares": 5792454035, - "voter": "lordvader" + "reputation": 7767180487460, + "rshares": 6004352780, + "voter": "gargon" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 51215249, - "voter": "evgenyche" + "reputation": 740133117502, + "rshares": 2115105572, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": -451593763871, + "rshares": 3233485791, + "voter": "blow" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11980966341, - "voter": "borran" + "reputation": 1706681630, + "rshares": 4098512589, + "voter": "cmorton" }, { "percent": "10000", "reputation": 37279727062, - "rshares": 1772961316, + "rshares": 2202770120, "voter": "bledarus" }, - { - "percent": "10000", - "reputation": 2118792724924, - "rshares": 96467233947, - "voter": "miacats" - }, { "percent": "10000", "reputation": 0, - "rshares": 51172913, + "rshares": 52391315, "voter": "nano2nd" }, { "percent": "10000", - "reputation": 647464973800, - "rshares": 591145701, - "voter": "imarealboy777" - }, - { - "percent": "10000", - "reputation": 634697761, - "rshares": 56206783, - "voter": "decred" + "reputation": 3168479764, + "rshares": 62265289, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 13325577893779, + "rshares": 10224338337, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 59823513, - "voter": "razberrijam" + "reputation": -30464467585, + "rshares": 61643821, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 5896306468, - "voter": "matrixdweller" + "reputation": 3731332120065, + "rshares": 3331412140, + "voter": "voltarius" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 517546794156, + "rshares": 126951750, + "voter": "steevc" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10482278060, - "voter": "kyriacos" + "reputation": 3103554028241, + "rshares": 514296630, + "voter": "levycore" }, { "percent": "10000", - "reputation": 31215012571, - "rshares": 39399958143, - "voter": "thecurator" + "reputation": 2140537429766, + "rshares": 17681963847, + "voter": "yef99" }, { "percent": "10000", - "reputation": 2316925791, - "rshares": 138794665, - "voter": "sharperguy" + "reputation": 28176351271250, + "rshares": 71922652874, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 11683040603469, - "rshares": 38458071561, - "voter": "anotherjoe" + "reputation": -642566206250, + "rshares": 5472712446, + "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 66326488912, - "voter": "serejandmyself" + "reputation": 433370384966, + "rshares": 1607108515, + "voter": "imag1ne" }, { "percent": "10000", - "reputation": 3388690269338, - "rshares": 7705429807, - "voter": "mrgrey" + "reputation": 15692079038, + "rshares": 77139025, + "voter": "pery" }, { "percent": "10000", - "reputation": 64878458203, - "rshares": 1353566257, - "voter": "alexma3x" + "reputation": 716390377150, + "rshares": 4518146691, + "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 0, - "rshares": 290472894, - "voter": "jimmytwoshoes" + "reputation": 291915319, + "rshares": 51199159, + "voter": "riv" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 1833661746969, + "rshares": 2435142605, + "voter": "seva" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 184100704754, + "rshares": 56716182, + "voter": "sammie" }, { "percent": "10000", - "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "reputation": 599908904317, + "rshares": 201697816, + "voter": "jennsky" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 1409339812298, + "rshares": 367937948, + "voter": "eight-rad" }, { "percent": "10000", - "reputation": 0, - "rshares": 51852278, - "voter": "widell" + "reputation": 3547713333727, + "rshares": 2046817814, + "voter": "victoriart" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 76459376988, - "voter": "icfiedler" + "reputation": 1919986626165, + "rshares": 1247705718, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 2205189882, - "voter": "movievertigo" + "reputation": 561774262537, + "rshares": 1133462803, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 53449440, - "voter": "vasilii" + "reputation": 21368504247, + "rshares": 3785597909, + "voter": "canalytic" }, { "percent": "10000", - "reputation": 0, - "rshares": 51481279, - "voter": "revelbrooks" + "reputation": 333300187103, + "rshares": 55222754, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 20672910301, - "rshares": 51375987, - "voter": "metu2222" + "reputation": 7586670074, + "rshares": 51009897, + "voter": "knoble" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 17794092034, - "voter": "andrewawerdna" + "reputation": 2908933665034, + "rshares": 409470026, + "voter": "mindhunter" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 70442990344, - "voter": "barrycooper" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 75274936, - "voter": "joelbow" + "reputation": 2609275826131, + "rshares": 78269677, + "voter": "alina1" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 5793814608, - "voter": "booky" + "reputation": 152610437601, + "rshares": 123792165, + "voter": "ricov" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 11682762018, - "voter": "mandibil" + "reputation": 50326964582800, + "rshares": 202699747026, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 0, - "rshares": 58484280, - "voter": "will.isles" + "reputation": 19674745811334, + "rshares": 68464876500, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 861400654873, + "rshares": 60459316, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 366529203171, - "rshares": 231787220, - "voter": "brandon-rosano" + "reputation": 679010673667, + "rshares": 52710031, + "voter": "nelyp" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 622230499, - "voter": "nulliusinverba" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 538434663, - "voter": "runridefly" + "reputation": 774561357, + "rshares": 50182215, + "voter": "sageboba" + } + ], + "author": "roelandp", + "author_reputation": 57643429300793, + "beneficiaries": [], + "body": "https://s9.postimg.org/pdf638rz3/steemfighter2post.png\n\nBeat the whales (or whomever) on Steemit by playing the very much upgraded version of Steemfighter.... Steemfighter II. \n\nThe inital version of Steemfighter, shared with you over a month ago, simply looked up the two players' amount of SteemPower and then based on the difference let the AI bots fight, with a huge advantage for the player with most SteemPower, letting it win almost always. Wouldn't it be more fun if you could actually control the game yourself?\n\n

Control Player 1 and .... Fight!

With the upgraded version, aptly named SteemFighter II, I have introduced controls for Player 1. Also, the algorithm for the 'blood bars' as well as the 'level of fight expertise' is adjusted in a weighted scale based on the players' Steempower. \n\nNow you can actually control player 1 and try to fight the opponent, which is still an AI bot. Depending on the Steempower of Player 1 and the opponent, it will be easier or more difficult to win. The difficulty level totally reflects the amount of SteemPower. For me it is almost impossible to win from people like @smooth, @ned or @dantheman for example, simply because they have over 1000% more Steempower than me. It means that 1 kick or 'Hadouken' by them is taken up 25% of my 'blood'-bar, whilst when I kick them it would only mean 5% of damage to them. *But it is possible to beat the whales now.* Or you could play with a whale's username and have some superpower fun yourself ofcourse :)\n\n

The base controls

\n- W = up\n- A = left\n- S = down\n- D = right\n- J & K = different punches\n- U & I = different kicks\n\nAll Ryu's signature moves are embedded by utilizing keystroke combo's but you have to find them out for yourself. I still haven't found out all but touching S,D,J,K somehow triggered the Hadouken quite often... Please note I don't reimburse broken keyboards :)\n

Turn on controls in the Start Screen behind 'Player 1' name entry:

https://s3.postimg.org/hng3lvqxf/turnoncontrolls.png\n\n

Ps the game now also has the 'Upvote' button instead of the 'Hadouken':

https://img1.steemit.com/0x0/http://i.imgur.com/py4gFpZ.jpg\n\n

Play STEEMFIGHTER II »

", + "body_length": 2414, + "cashout_time": "2016-09-04T10:54:57", + "category": "game", + "children": 13, + "created": "2016-08-28T10:54:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"game\",\"steemtools\"],\"users\":[\"smooth\",\"ned\",\"dantheman\"],\"image\":[\"https://s3.postimg.org/hng3lvqxf/turnoncontrolls.png\",\"https://img1.steemit.com/0x0/http://i.imgur.com/py4gFpZ.jpg\"],\"links\":[\"http://steemfighter.com\",\"https://steemit.com/steem/@roelandp/game-steemfighter-com-the-classic-arcade-game-driven-by-steem-power\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T10:55:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25148953072854, + "parent_author": "", + "parent_permlink": "game", + "pending_payout_value": "83.699 HBD", + "percent_hbd": 10000, + "permlink": "sunday-is-for-steemfighter-ii-steempower-arcade-fight-now-with-player-1-controls-instead-of-ai-bot", + "post_id": 1025040, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunday is for STEEMFIGHTER II - Steempower Arcade Fight, now with player controls", + "title": "Sunday is for STEEMFIGHTER II - Steempower Arcade Fight, now with player controls", + "total_payout_value": "0.000 HBD", + "url": "/game/@roelandp/sunday-is-for-steemfighter-ii-steempower-arcade-fight-now-with-player-1-controls-instead-of-ai-bot" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 176979684007, + "rshares": 17800504061217, + "voter": "jamesc" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2435227443, - "voter": "seva" + "reputation": 0, + "rshares": 172620245098, + "voter": "highasfuck" }, { - "percent": "10000", - "reputation": 19141466793, - "rshares": 56530090, - "voter": "alaqrab" + "percent": "5000", + "reputation": 8779714777561, + "rshares": 3614570658904, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 899166, - "rshares": 57546678, - "voter": "jozefntou" + "reputation": 4107373187010, + "rshares": 1712789302999, + "voter": "hr1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 14756948501919, + "rshares": 6594573987000, + "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1684839470, - "voter": "davidjkelley" + "reputation": 16685610555705, + "rshares": 20668205697089, + "voter": "tombstone" }, { "percent": "10000", - "reputation": 278282371369, - "rshares": 91141784, - "voter": "moneymaker" + "reputation": 2827502899317, + "rshares": 858640868146, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 36749432321730, + "rshares": 992367280793, + "voter": "liondani" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 3556258787155, + "rshares": 844044059361, + "voter": "cyrano.witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 51379706, - "voter": "wiss" + "reputation": -37765249963674, + "rshares": 3368568011047, + "voter": "wang" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 83514025, - "voter": "happylovelife" + "reputation": 1214229078, + "rshares": 4335422174, + "voter": "boy" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37186843661, - "voter": "sponge-bob" + "reputation": 4712949449, + "rshares": 5262808215, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 8296552604, - "voter": "digital-wisdom" + "reputation": 10026510714787, + "rshares": 94784794323, + "voter": "testz" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 52310757, - "voter": "mnviking" + "reputation": 1789951494550, + "rshares": 975709821, + "voter": "bunny" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 59074616588451, + "rshares": 7094424365899, + "voter": "complexring" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5814262105, - "voter": "jwaser" + "reputation": 16020265940, + "rshares": 168331263843, + "voter": "fminer05" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 9510507624851, + "rshares": 491037814113, + "voter": "ajvest" }, { "percent": "10000", - "reputation": 0, - "rshares": 51812703, - "voter": "prof" + "reputation": 103443134841, + "rshares": 75161646947, + "voter": "bue" }, { "percent": "10000", - "reputation": 340991592664, - "rshares": 74240302, - "voter": "tito-baron" + "reputation": 0, + "rshares": 2323536999, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 299043307, + "voter": "moon" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 193552707470, - "voter": "asksisk" + "reputation": 8980249791516, + "rshares": 246760480700, + "voter": "lovejoy" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 56349749, - "voter": "the-ego-is-you" + "reputation": 330982605, + "rshares": 209971215582, + "voter": "alex90342fastn1" }, { "percent": "10000", "reputation": 0, - "rshares": 51154263, - "voter": "bane" + "rshares": 381364719589, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 9028537022578, + "rshares": 2660812561136, + "voter": "recursive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 25065017424303, + "rshares": 116085612449, + "voter": "stan" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2741744628, - "voter": "bwaser" + "reputation": 71087197697999, + "rshares": 1481647877706, + "voter": "benjojo" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 124209883737229, + "rshares": 1325125947983, + "voter": "steempower" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 52182445, - "voter": "alina1" + "reputation": 68236886814465, + "rshares": 363371081332, + "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 3495795823022, - "rshares": 27342036215, - "voter": "cnfund" + "reputation": 18678729398345, + "rshares": 167007581171, + "voter": "pairmike" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 189814599040, - "voter": "charlieshrem" + "reputation": 23744414677575, + "rshares": 3072079896300, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 68483101732, - "voter": "tracemayer" + "reputation": 82600290949846, + "rshares": 1101248864006, + "voter": "cass" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37053993718, - "voter": "brains" + "reputation": 13437403349222, + "rshares": 253736490329, + "voter": "pheonike" }, { "percent": "10000", - "reputation": 269520578215, - "rshares": 218126446, - "voter": "fraterralph" + "reputation": 2802091583976, + "rshares": 14326969284, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 10247624955, - "rshares": 51638698, - "voter": "superhighpod" + "reputation": 0, + "rshares": 871306120, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 147478489309626, + "rshares": 879308683531, + "voter": "tuck-fheman" }, { "percent": "10000", "reputation": 0, - "rshares": 53603218, - "voter": "sens" + "rshares": 1353220705, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 0, - "rshares": 52546268, - "voter": "aoki" + "reputation": 3991861275580, + "rshares": 49091194967, + "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 0, - "rshares": 52540627, - "voter": "typingagent" + "reputation": 8963739580468, + "rshares": 133961182241, + "voter": "team" }, { "percent": "10000", - "reputation": 0, - "rshares": 52538118, - "voter": "cwb" + "reputation": 2242727814, + "rshares": 2101785471, + "voter": "proctologic2" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 57317168, - "voter": "echoesinthemind" + "reputation": 76462073287981, + "rshares": 354923720103, + "voter": "ash" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1548132580, - "voter": "ellepdub" + "reputation": 4013874407471, + "rshares": 118324913361, + "voter": "linouxis9" }, { "percent": "10000", - "reputation": 6522189180, - "rshares": 53565619, - "voter": "scotty" + "reputation": 0, + "rshares": 403250808, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 84322994, - "voter": "ola1" + "reputation": 21527783969006, + "rshares": 140555046590, + "voter": "chris4210" }, { "percent": "10000", - "reputation": 444900926552, - "rshares": 6763986810, - "voter": "thenakedgod" + "reputation": 4290310171633, + "rshares": 14177716071, + "voter": "brindleswan" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1146381211, - "voter": "herpetologyguy" + "reputation": 5134104564069, + "rshares": 50649014710, + "voter": "noisy" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 50835881, - "voter": "roman-dikanev" + "reputation": 12712877967688, + "rshares": 78048774698, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 596707334180, + "rshares": 4021386474, + "voter": "ppitonak" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 2830877880805, + "rshares": 158236716106, + "voter": "vato" }, { "percent": "10000", - "reputation": 862769940814, - "rshares": 51411035, - "voter": "verbal-d" + "reputation": 120712992, + "rshares": 3229435938, + "voter": "radium" }, { "percent": "10000", - "reputation": 131138770594, - "rshares": 53479285, - "voter": "marquismiller" + "reputation": 9600934617910, + "rshares": 13631201049, + "voter": "jademont" }, { "percent": "10000", "reputation": 0, - "rshares": 4913626690, - "voter": "morgan.waser" + "rshares": 494579188, + "voter": "donggyun-hahm" }, { "percent": "10000", - "reputation": 24953404448, - "rshares": 50431113, - "voter": "stringer" + "reputation": 526710884366, + "rshares": 7258528847, + "voter": "fran2k" }, { "percent": "10000", - "reputation": 0, - "rshares": 51238118, - "voter": "teemsteem" + "reputation": 12382143533351, + "rshares": 578733157526, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 0, - "rshares": 51229066, - "voter": "fuuterfas" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3046761160, + "voter": "fkn" }, { "percent": "10000", - "reputation": 3976227761, - "rshares": 50217456, - "voter": "afroditta" + "reputation": 14848515958625, + "rshares": 81944006969, + "voter": "kingscrown" }, { - "percent": "10000", + "percent": "8500", "reputation": 0, - "rshares": 50213520, - "voter": "dasretyk" + "rshares": 413995430, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 0, - "rshares": 50211929, - "voter": "fadeevtor" + "reputation": 3380310417590, + "rshares": 8925800494, + "voter": "mranderson" }, { - "percent": "10000", - "reputation": 68065278228, - "rshares": 50146887, - "voter": "cherryleaf" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4840410070, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 160815896, - "voter": "robotev" + "reputation": 11372617606769, + "rshares": 113620140181, + "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 33478909036, - "rshares": 50021889, - "voter": "codeinc" + "reputation": 1172373556107, + "rshares": 2013263628, + "voter": "gekko" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 5414208804644, + "rshares": 33369360959, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" - } - ], - "author": "kevinwong", - "author_reputation": 60877390332151, - "beneficiaries": [], - "body": "
https://www.youtube.com/watch?v=jva98DsfWjk
\n\n# How's it going, Steemers? \n\nJust spent 150 Steem Dollars (SBDs) producing this short promo video for our next dance event on 2nd September 2016 in Kuala Lumpur, Malaysia! So I have included the Steemit logo in our promotional materials. This Facebook promo video will begin running in 12 hours.\n\n**Come over for a party if you're around!**\n\n---------------------\n\n# On a positive note -\nI've been getting more and more people asking me about Steemit. Been blowing some minds ever since. Personally, I think there are many eyes and minds on Steemit, more than we know. There are people thinking about Steemit, but have yet to make their first move. Because half the world believes in making good first impressions. This phenomenon is one of Steemit's many features.\n\nThere may be a ticking timebomb that's gonna blow up the floodgates of social media migration.. who knows? People are thinking about its killer applications during their toilet breaks. I was surprised when my uncle from Singapore asked me about Steemit during lunch today. He doesn't even use Facebook.\n\n-----------------\n\n# Next weekend -\nI'm going to have a small meet-up finally helping out some local personalities with their first steps on Steemit (including an eco-minded person - [The Greenest Man on Earth!](http://www.greenmanspeaks.com/#about) - well, I hope he'll join). I have had a few friends in which I wanted to feature on Steemit before getting them on board, only to get the *\"ask my PR manager\"* response. Just feels weird that some people are like corporate products who don't really own themselves.\n\n--------------------\n\n# Moving forward -\n\nOur marketing for Steemit is still at its infancy. The plan is for us to grow together and discover its applications as time goes on. So for now, there isn't any elaborate marketing plans for Steemit on this frontier, and we're figuring it out while using the Steemit logo on our event marketing collateral for exposure (and also tastefully applying the logo on giant LED screens!).\n\nThere's a killer app for music content creators and prosumers in Steemit. The shape of something great is there, now all we need is time. Time to figure things out.\n\nNext DJs in our dance music line-up: [Aly & Fila](http://www.alyandfila.com/)\n\n**If you haven't read about my dance music event initiative, here's the first one including our Facebook page links and all**: https://steemit.com/business/@kevinwong/steemit-and-the-dance-music-scene\n\n-------------------------------\n\n
https://s4.postimg.org/qt0ieo95p/IMG_1224.jpg
\n
https://s21.postimg.org/ot1tujk53/Ben_Nicky_Hybrid_A3_Poster_v002.jpg
\n
https://s11.postimg.org/4rnm71k5v/Untitled.png
\n\n--------------------------\n
Follow me @kevinwong
\n-------------------------\n\n------------------", - "body_length": 2883, - "cashout_time": "2016-09-04T15:48:48", - "category": "steemit-marketing", - "children": 30, - "created": "2016-08-28T15:48:48", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit-marketing\",\"steemit\",\"music\",\"psychedelic-trance\"],\"users\":[\"kevinwong\"],\"image\":[\"https://s4.postimg.org/qt0ieo95p/IMG_1224.jpg\",\"https://s21.postimg.org/ot1tujk53/Ben_Nicky_Hybrid_A3_Poster_v002.jpg\",\"https://s11.postimg.org/4rnm71k5v/Untitled.png\"],\"links\":[\"https://www.youtube.com/watch?v=jva98DsfWjk\",\"http://www.greenmanspeaks.com/#about\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T08:02:42", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 77146867019732, - "parent_author": "", - "parent_permlink": "steemit-marketing", - "pending_payout_value": "702.293 HBD", - "percent_hbd": 10000, - "permlink": "our-next-dance-music-event-psychedelic-trance-some-steemit-love", - "post_id": 1028064, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Our next dance music event (Psychedelic-Trance) - Some Steemit love! And some thoughts about the future..", - "title": "Our next dance music event (Psychedelic-Trance) - Some Steemit love! And some thoughts about the future..", - "total_payout_value": "0.000 HBD", - "url": "/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love" - }, - { - "active_votes": [ + "reputation": 493863952, + "rshares": 977269700, + "voter": "weenfan" + }, { "percent": "10000", - "reputation": 54641917740, - "rshares": 383909265743, - "voter": "berkah" + "reputation": 1111594060096, + "rshares": 3738685663, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 9064184810604, - "voter": "pharesim" + "reputation": 503318537891, + "rshares": 1768468325, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1759606731186, - "voter": "hr1" + "reputation": 42741727265739, + "rshares": 143782868925, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3515850138403, - "voter": "wang" + "reputation": 348876921907, + "rshares": 601227919, + "voter": "n25052016" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 4954725609, - "voter": "boy" + "reputation": 161089556767, + "rshares": 73802522694, + "voter": "asch" }, { - "percent": "10000", - "reputation": 4712949449, - "rshares": 6014590046, - "voter": "bue-witness" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2858416795, + "voter": "murh" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 1115091614, - "voter": "bunny" + "reputation": 8691990820098, + "rshares": 73864882981, + "voter": "teamnearandl" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 85887383030, - "voter": "bue" + "reputation": 2423086926842, + "rshares": 15783734450, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 0, - "rshares": 2655454885, - "voter": "mini" + "reputation": 5904057835766, + "rshares": 44097526960, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, - "rshares": 341763780, - "voter": "moon" + "reputation": 824717099743, + "rshares": 410463153948, + "voter": "cyber" }, { "percent": "10000", - "reputation": 100108166977919, - "rshares": 606629636924, - "voter": "masteryoda" + "reputation": 7152109350579, + "rshares": 4214344879, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 1123251274446, - "voter": "cass" + "reputation": -2683858617900, + "rshares": 10880596980, + "voter": "zebbra2014" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 323419249, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 15141926724, - "voter": "proctologic" + "reputation": 3804349938696, + "rshares": 49596568534, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 995773098, - "voter": "healthcare" + "reputation": 5888717170887, + "rshares": 64406124623, + "voter": "ratel" }, { "percent": "10000", - "reputation": 0, - "rshares": 1546527301, - "voter": "daniel.pan" + "reputation": 14675201322501, + "rshares": 72474274787, + "voter": "faddat" }, { "percent": "10000", - "reputation": 0, - "rshares": 460855404, - "voter": "helen.tan" + "reputation": 8397302485673, + "rshares": 198687906432, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 30058993703746, - "rshares": 439140995479, - "voter": "void" + "reputation": 1380612911758, + "rshares": 3119986211, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 13941569873, - "voter": "jademont" + "reputation": 77590508815145, + "rshares": 189908374647, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 608553732739, - "voter": "eeks" + "reputation": 60725834714442, + "rshares": 459254440868, + "voter": "infovore" }, { - "percent": "5000", - "reputation": 4931834878069, - "rshares": 13204736216, - "voter": "fkn" + "percent": "10000", + "reputation": 2733362192608, + "rshares": 47705768562, + "voter": "brandonp" }, { "percent": "10000", - "reputation": 0, - "rshares": 494905544, - "voter": "paco-steem" + "reputation": 4526468651953, + "rshares": 79086393354, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5689297238, - "voter": "spaninv" + "reputation": 696041082748, + "rshares": 573310687, + "voter": "proglobyte" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 25164477470, - "voter": "instructor2121" + "reputation": 5886979119053, + "rshares": 104963462035, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 6578969489361, - "rshares": 258411329418, - "voter": "streemian" + "reputation": 2457655120479, + "rshares": 5283699584, + "voter": "ben99" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 326694758243, - "voter": "teamsteem" + "reputation": 18458799241134, + "rshares": 44230314538, + "voter": "karnal" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 657946200551, - "voter": "nanzo-scoop" + "reputation": 2758500001611, + "rshares": 5244936277, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 855138940, - "voter": "weenfan" + "reputation": 1557874437556, + "rshares": 2398673516, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3510077489, - "voter": "daycrypter" + "reputation": 85777133037, + "rshares": 666603065, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 16789589084, - "voter": "acidyo" + "reputation": 6813289592775, + "rshares": 5584480191, + "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 140902269592, - "voter": "steve-walschot" + "reputation": 1691376287481, + "rshares": 6061509433, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 49136918266, - "rshares": 12781895629, - "voter": "cian.dafe" + "reputation": 40255997582, + "rshares": 8282729747, + "voter": "cannav" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 230495893533, - "voter": "mummyimperfect" + "reputation": 336763673779, + "rshares": 230037914121, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1985430510, - "voter": "coar" + "reputation": 57643429300793, + "rshares": 298793130220, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 76642016173, - "voter": "asch" + "reputation": 342036207166, + "rshares": 429041705, + "voter": "rodrigocrespo" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2858416795, - "voter": "murh" + "percent": "10000", + "reputation": 1450924981021, + "rshares": 41584067639, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 195782472071, - "voter": "dragonslayer109" + "reputation": 65540661343, + "rshares": 3131242350, + "voter": "orly" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 43178984967, - "voter": "ranko-k" + "reputation": 2083279715738, + "rshares": 5002165385, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 433318984504, - "voter": "cyber" + "reputation": 7091975331308, + "rshares": 15715490245, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 62371246736, - "voter": "ak2020" + "reputation": 17484609383217, + "rshares": 106586026019, + "voter": "robrigo" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 381835163402, - "voter": "taoteh1221" + "reputation": 12046532310513, + "rshares": 12520509082, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 395964599, - "voter": "applecrisp" + "reputation": 2237331858240, + "rshares": 6257584084, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, - "rshares": 386607011, - "voter": "stiletto" + "reputation": 97622606374, + "rshares": 484873833, + "voter": "chamviet" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 879675904, - "voter": "sunnyray" + "reputation": 1059790037173, + "rshares": 586258792655, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 13708168091, - "voter": "samether" + "reputation": -2499740471746, + "rshares": 36317260625, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 54000477358, - "voter": "thecryptodrive" + "reputation": 5451039980643, + "rshares": 179606240, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 75926703312, - "voter": "tim-johnston" + "reputation": 18799092030582, + "rshares": 68496707656, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 6877012376448, - "rshares": 128294130069, - "voter": "beervangeer" + "reputation": 36017089082, + "rshares": 514935188, + "voter": "rxhector" }, { - "percent": "10000", - "reputation": 1960155455032, - "rshares": 3963201175, - "voter": "usefree" + "percent": "1000", + "reputation": 19111656178138, + "rshares": 7674600563, + "voter": "furion" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 109455803349, - "voter": "geoffrey" + "reputation": 2054508199522, + "rshares": 612962955, + "voter": "busser" }, { "percent": "10000", - "reputation": 20692382318966, - "rshares": 246514968474, - "voter": "mauricemikkers" + "reputation": 3149488018622, + "rshares": 2514095931, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 601987961462, - "rshares": 2046805076, - "voter": "superfreek" + "percent": "1000", + "reputation": 9142611234, + "rshares": 80057736, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 73393583, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 304821546250, - "voter": "fyrstikken" + "reputation": 47264506487, + "rshares": 2077627619, + "voter": "gazm" }, { "percent": "10000", - "reputation": 67229955621, - "rshares": 336314515, - "voter": "gerber" + "reputation": 1220081355, + "rshares": 243290348, + "voter": "ardina" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 56210037456, - "voter": "norbu" + "reputation": 325589414514, + "rshares": 504635563, + "voter": "warplat" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 265852257, - "voter": "ladyclair" + "reputation": 0, + "rshares": 771210912, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 52805711520, - "voter": "bacchist" + "reputation": 1648396897354, + "rshares": 11476321711, + "voter": "asim" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7766747515, - "voter": "cannav" + "reputation": 38947133984552, + "rshares": 192910345563, + "voter": "jesta" }, { "percent": "10000", - "reputation": 2544044850677, - "rshares": 15989115488, - "voter": "eindbas" + "reputation": 1510234773828, + "rshares": 1298182047, + "voter": "bitland" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 298386355891, - "voter": "roelandp" + "reputation": 1563271634183, + "rshares": 109151414905, + "voter": "paco" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 5043536197, - "voter": "dennygalindo" + "reputation": 39920320621, + "rshares": 348795117016, + "voter": "bobbylee" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 39851398154, - "voter": "ezzy" + "reputation": 2397831198773, + "rshares": 5712707438, + "voter": "karen13" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 10101627148, - "voter": "stealthtrader" + "reputation": 19168905436557, + "rshares": 13660381921, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2924648859, - "voter": "stranger27" + "reputation": 1241141280004, + "rshares": 60003170926, + "voter": "sephiroth" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 132862049593, - "voter": "jackkang" + "reputation": 114569371319, + "rshares": 270874583, + "voter": "aqris" }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 14079622060, - "voter": "yogi.artist" + "reputation": 3674446315320, + "rshares": 10186846252, + "voter": "domavila" }, { "percent": "10000", - "reputation": 6180521629731, - "rshares": 17066998221, - "voter": "elyaque" + "reputation": 688176613733, + "rshares": 452303235, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 36317260625, - "voter": "r4fken" + "reputation": 1447627612177, + "rshares": 3776008522, + "voter": "adamt" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 132004544, - "voter": "steemswede" + "reputation": 34120390016, + "rshares": 2929285433, + "voter": "imp3" }, { - "percent": "3000", - "reputation": 4667991454724, - "rshares": 208741467761, - "voter": "slowwalker" + "percent": "10000", + "reputation": 3941133391991, + "rshares": 7910042238, + "voter": "peacekeeper" }, { - "percent": "5000", - "reputation": 19111656178138, - "rshares": 31991863905, - "voter": "furion" + "percent": "10000", + "reputation": 741654237981, + "rshares": 5592089452, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 2465549177, - "voter": "owdy" + "reputation": 76096938200261, + "rshares": 216675233109, + "voter": "calaber24p" }, { - "percent": "5000", - "reputation": 9142611234, - "rshares": 346942841, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 224144957883, + "rshares": 14210458620, + "voter": "all-of-us" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 318064845, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 11405705533, + "rshares": 7538568474, + "voter": "jens84" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1392011658, - "voter": "vi1son" + "reputation": 477578742546, + "rshares": 7944677362, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 836248614, - "voter": "dicov" + "reputation": 2114306416334, + "rshares": 3959410708, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, - "rshares": 771388045, - "voter": "steem1653" + "reputation": 2791409844, + "rshares": 102416193, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4481528974, - "voter": "gikitiki" + "reputation": 30607913, + "rshares": 223204301, + "voter": "kirreall" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10773904159, - "voter": "asim" + "reputation": 14988694886527, + "rshares": 256555893837, + "voter": "jl777" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 193335273698, - "voter": "jesta" + "reputation": 163343680085, + "rshares": 373084950, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 5714213805, - "voter": "karen13" + "reputation": 2795999874461, + "rshares": 995397815501, + "voter": "james212" }, { - "percent": "10000", - "reputation": 2852532944, - "rshares": 241567316, - "voter": "hankrearden" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2464732456, + "voter": "positive" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 13991061718, - "voter": "jaycobbell" + "reputation": 82275088768, + "rshares": 33297938092, + "voter": "paquito" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 32082266036, - "voter": "condra" + "reputation": 0, + "rshares": 1694197163, + "voter": "yarly" }, { "percent": "10000", - "reputation": 1473986025343, - "rshares": 12164796420, - "voter": "fundurian" + "reputation": 0, + "rshares": 257627592, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 5183116321161, - "rshares": 3823508015, - "voter": "krystle" + "reputation": 0, + "rshares": 258013978, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 7359843993, - "voter": "lichtblick" + "reputation": 0, + "rshares": 149315885, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 3040770542655, - "rshares": 9736416079, - "voter": "warrensteem" + "reputation": 0, + "rshares": 150159440, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3875899071, - "voter": "maximkichev" + "reputation": 0, + "rshares": 85614005, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 692822335938, - "rshares": 234467072, - "voter": "keyser" + "reputation": 3201231055, + "rshares": 106037484, + "voter": "tabata" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13212486558, - "voter": "nippel66" + "reputation": -838587788, + "rshares": 108339157, + "voter": "carloshenrique" }, { "percent": "10000", - "reputation": 837671136243, - "rshares": 744365443573, - "voter": "ramta" + "reputation": 327313183062, + "rshares": 1290052968, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2963914732, - "voter": "imp3" + "reputation": 12468455070375, + "rshares": 9534414687, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37112925630, - "voter": "mynameisbrian" + "reputation": 4129649677200, + "rshares": 6959074127, + "voter": "summonerrk" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2420969425, - "voter": "sgnsteems" + "reputation": 568560955800, + "rshares": 34854912863, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 200067665914, - "voter": "blueorgy" + "reputation": 58190631451, + "rshares": 23009159231, + "voter": "proto" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 229384318501, - "voter": "calaber24p" + "reputation": 153480676290, + "rshares": 623054318, + "voter": "curator" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 125821647, - "voter": "bobo012" + "reputation": 0, + "rshares": 412333499, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 26328298174, - "voter": "royaltiffany" + "reputation": 0, + "rshares": 221238456, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 4456090201156, - "rshares": 12517970654, - "voter": "heimindanger" + "reputation": 0, + "rshares": 77535997, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 10910231620999, - "rshares": 18687941877, - "voter": "bendjmiller222" + "reputation": 6545561317919, + "rshares": 8525547080, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7946601698, - "voter": "tarindel" + "reputation": 106557133024, + "rshares": 27608362321, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3205248570, - "voter": "cryptohustlin" + "reputation": 979379098872, + "rshares": 1109584077, + "voter": "spinner" }, { "percent": "10000", - "reputation": 3782785917192, - "rshares": 8440311891, - "voter": "oumar" + "reputation": 283380527576, + "rshares": 4789856218, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 102430839, - "voter": "elmusic" + "reputation": 17701690051649, + "rshares": 142405854149, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 267352419237, - "voter": "jl777" + "reputation": 1275505236, + "rshares": 11960633883, + "voter": "taker" }, { - "percent": "5000", - "reputation": 10519849768972, - "rshares": 10682213445, - "voter": "positive" + "percent": "10000", + "reputation": 11856501387697, + "rshares": 40773498528, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 678073276260, - "rshares": 669999131, - "voter": "raymonjohnstone" + "reputation": 4232493695535, + "rshares": 2305967384, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1123109832, - "voter": "sompitonov" + "reputation": 0, + "rshares": 159820616, + "voter": "efficienthash" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 12151200057, - "voter": "lemooljiang" + "reputation": 90565359983, + "rshares": 23828567148, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 4558720822431, - "rshares": 18625379186, - "voter": "jennamarbles" + "reputation": 3194641726781, + "rshares": 22226697277, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 36277562368, - "voter": "fatboy" + "reputation": 1609279840801, + "rshares": 3148118139, + "voter": "rich77" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 23934520704, - "voter": "proto" + "reputation": 7286529084, + "rshares": 471951477559, + "voter": "toxic" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 623195847, - "voter": "curator" + "reputation": 3350958489391, + "rshares": 3087016680, + "voter": "darknet" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1906922236, - "voter": "tygergamer" + "reputation": 621407045907, + "rshares": 5569139332, + "voter": "k4r1nn" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3048541390, - "voter": "bkkshadow" + "reputation": 1751717743, + "rshares": 5962526301, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 843254911, - "voter": "mar1978co" + "reputation": 6887127798781, + "rshares": 33353182770, + "voter": "xtester" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3942645260, - "voter": "jed78" + "reputation": 1653800202958, + "rshares": 449582967090, + "voter": "glitterfart" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 115490228161, - "voter": "steemdrive" + "reputation": 0, + "rshares": 3898679665, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11963923713, - "voter": "taker" + "reputation": 2021353867281, + "rshares": 6777089897, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 42047670357, - "voter": "allasyummyfood" + "reputation": 478167094774, + "rshares": 605326333, + "voter": "romancs" + }, + { + "percent": "1000", + "reputation": 134345349682, + "rshares": 704802909, + "voter": "slimjim" }, { "percent": "10000", - "reputation": 4336038090799, - "rshares": 14051975136, - "voter": "felixxx" + "reputation": 66791976065, + "rshares": 65474478781, + "voter": "joele" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 6107795714, - "voter": "gmurph" + "reputation": 11122126920308, + "rshares": 3298388152, + "voter": "oflyhigh" }, { "percent": "10000", "reputation": 0, - "rshares": 3898679665, - "voter": "ullikume" + "rshares": 11856171637, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 10571726332, - "voter": "jphamer1" + "reputation": 3921604342143, + "rshares": 15206216025, + "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 29845491058, - "rshares": 70413598, - "voter": "ragnaroek" + "reputation": 33467338593, + "rshares": 72764729, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 413797518320, - "rshares": 15029308741, - "voter": "velourex" + "reputation": 849623403126, + "rshares": 1017968755, + "voter": "vegascomic" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 67422089696, - "voter": "joele" + "reputation": 4130836907564, + "rshares": 16543608942, + "voter": "highlite" }, { "percent": "10000", - "reputation": 24130783448589, - "rshares": 57148371158, - "voter": "krishtopa" + "reputation": 56139970267, + "rshares": 55056393, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 6004352780, - "voter": "gargon" + "reputation": 37279727062, + "rshares": 1987865718, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2115105572, - "voter": "natalymaty" + "reputation": 725736773651, + "rshares": 178723742, + "voter": "sc-steemit" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3233485791, - "voter": "blow" + "reputation": 647464973800, + "rshares": 605563888, + "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 1706681630, - "rshares": 4098512589, - "voter": "cmorton" + "reputation": 26311363874, + "rshares": 66981954, + "voter": "mustool" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 2202770120, - "voter": "bledarus" + "reputation": 4637390447698, + "rshares": 994675487, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2394541496, + "voter": "virtualgrowth" }, { "percent": "10000", "reputation": 0, - "rshares": 52391315, - "voter": "nano2nd" + "rshares": 1310778341, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 62265289, - "voter": "razberrijam" + "reputation": -49397634, + "rshares": 52042875, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10224338337, - "voter": "kyriacos" + "reputation": 2140537429766, + "rshares": 17305751851, + "voter": "yef99" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 61643821, - "voter": "pompe72" + "reputation": 401217888, + "rshares": 375876524, + "voter": "mig641" }, { "percent": "10000", - "reputation": 3731332120065, - "rshares": 3331412140, - "voter": "voltarius" + "reputation": 1130219064888, + "rshares": 18350157410, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 126951750, - "voter": "steevc" + "reputation": -15949432, + "rshares": 56724089, + "voter": "cryptodreamer" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 514296630, - "voter": "levycore" + "reputation": -642566206250, + "rshares": 5472617505, + "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17681963847, - "voter": "yef99" + "reputation": 59043906563, + "rshares": 71139302, + "voter": "dasfarm" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 71922652874, - "voter": "barrycooper" + "reputation": 3725920343994, + "rshares": 5793814608, + "voter": "booky" }, { "percent": "10000", - "reputation": -642566206250, - "rshares": 5472712446, - "voter": "craigwilliamz" + "reputation": 6300363201553, + "rshares": 11679954221, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1607108515, - "voter": "imag1ne" + "reputation": 1903578632, + "rshares": 50828974, + "voter": "ssashem" }, { "percent": "10000", - "reputation": 15692079038, - "rshares": 77139025, - "voter": "pery" + "reputation": 1876749044289, + "rshares": 1682877331, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 716390377150, - "rshares": 4518146691, - "voter": "rwgunderson" + "reputation": 896116963054, + "rshares": 229428195126, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 291915319, - "rshares": 51199159, - "voter": "riv" + "reputation": 49216420678, + "rshares": 57084009, + "voter": "steembriefing" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2435142605, - "voter": "seva" + "reputation": 682893592, + "rshares": 702911677, + "voter": "gear66" }, { "percent": "10000", - "reputation": 184100704754, - "rshares": 56716182, - "voter": "sammie" + "reputation": 1504301173829, + "rshares": 2125316913, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 599908904317, - "rshares": 201697816, - "voter": "jennsky" + "reputation": 1736702154666, + "rshares": 1575248231, + "voter": "xanoxt" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 367937948, - "voter": "eight-rad" + "reputation": 25508059, + "rshares": 50094345, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2046817814, - "voter": "victoriart" + "reputation": 2140675557233, + "rshares": 1776835502, + "voter": "fajrilgooner" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1247705718, - "voter": "matthewtiii" + "reputation": 670779587392, + "rshares": 57894807, + "voter": "ahmetova" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1133462803, - "voter": "maryfromsochi" + "reputation": 1134384219489, + "rshares": 16058337943, + "voter": "oldstone" }, { "percent": "10000", - "reputation": 21368504247, - "rshares": 3785597909, - "voter": "canalytic" + "reputation": 340991592664, + "rshares": 75786975, + "voter": "tito-baron" }, { "percent": "10000", "reputation": 333300187103, - "rshares": 55222754, + "rshares": 56349749, "voter": "the-ego-is-you" }, { "percent": "10000", "reputation": 7586670074, - "rshares": 51009897, + "rshares": 53227719, "voter": "knoble" }, { "percent": "10000", - "reputation": 2908933665034, - "rshares": 409470026, - "voter": "mindhunter" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 4176035538, + "voter": "renzoarg" }, { "percent": "10000", "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "rshares": 55070425, + "voter": "roadhog" }, { "percent": "10000", "reputation": 2609275826131, - "rshares": 78269677, + "rshares": 65224730, "voter": "alina1" }, { "percent": "10000", "reputation": 152610437601, - "rshares": 123792165, + "rshares": 129059917, "voter": "ricov" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 202699747026, - "voter": "charlieshrem" + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 68464876500, - "voter": "tracemayer" + "reputation": 35035670618, + "rshares": 52393318, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 60459316, - "voter": "steemafon" + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 679010673667, - "rshares": 52710031, - "voter": "nelyp" + "reputation": 0, + "rshares": 54468203, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 2697602494482, + "rshares": 1370542592, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 774561357, - "rshares": 50182215, - "voter": "sageboba" + "reputation": 69131953, + "rshares": 51646863, + "voter": "goldenunicorn" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 64493601, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 122413067028, + "rshares": 56248994, + "voter": "steemrocket" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 50280253, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 9560708, + "rshares": 52306238, + "voter": "rjv" + }, + { + "percent": "10000", + "reputation": 131138770594, + "rshares": 53479285, + "voter": "marquismiller" + }, + { + "percent": "10000", + "reputation": 264508777365, + "rshares": 54426147, + "voter": "shubham1696" } ], - "author": "roelandp", - "author_reputation": 57643429300793, + "author": "officialfuzzy", + "author_reputation": 68236886814465, "beneficiaries": [], - "body": "https://s9.postimg.org/pdf638rz3/steemfighter2post.png\n\nBeat the whales (or whomever) on Steemit by playing the very much upgraded version of Steemfighter.... Steemfighter II. \n\nThe inital version of Steemfighter, shared with you over a month ago, simply looked up the two players' amount of SteemPower and then based on the difference let the AI bots fight, with a huge advantage for the player with most SteemPower, letting it win almost always. Wouldn't it be more fun if you could actually control the game yourself?\n\n

Control Player 1 and .... Fight!

With the upgraded version, aptly named SteemFighter II, I have introduced controls for Player 1. Also, the algorithm for the 'blood bars' as well as the 'level of fight expertise' is adjusted in a weighted scale based on the players' Steempower. \n\nNow you can actually control player 1 and try to fight the opponent, which is still an AI bot. Depending on the Steempower of Player 1 and the opponent, it will be easier or more difficult to win. The difficulty level totally reflects the amount of SteemPower. For me it is almost impossible to win from people like @smooth, @ned or @dantheman for example, simply because they have over 1000% more Steempower than me. It means that 1 kick or 'Hadouken' by them is taken up 25% of my 'blood'-bar, whilst when I kick them it would only mean 5% of damage to them. *But it is possible to beat the whales now.* Or you could play with a whale's username and have some superpower fun yourself ofcourse :)\n\n

The base controls

\n- W = up\n- A = left\n- S = down\n- D = right\n- J & K = different punches\n- U & I = different kicks\n\nAll Ryu's signature moves are embedded by utilizing keystroke combo's but you have to find them out for yourself. I still haven't found out all but touching S,D,J,K somehow triggered the Hadouken quite often... Please note I don't reimburse broken keyboards :)\n

Turn on controls in the Start Screen behind 'Player 1' name entry:

https://s3.postimg.org/hng3lvqxf/turnoncontrolls.png\n\n

Ps the game now also has the 'Upvote' button instead of the 'Hadouken':

https://img1.steemit.com/0x0/http://i.imgur.com/py4gFpZ.jpg\n\n

Play STEEMFIGHTER II »

", - "body_length": 2414, - "cashout_time": "2016-09-04T10:54:57", - "category": "game", - "children": 13, - "created": "2016-08-28T10:54:57", + "body": "
https://i.imgsafe.org/323443baad.jpg
\n
[*Listen to Hangout Here!*](https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress)
\n#
**Covered this Hangout**
\n\n----\n\n
https://i.imgsafe.org/8b13c2a682.jpg
\n###
**#1 w/ $12.73 -- @chris4210 of Blockpay**
\nBlockPay's CEO @chris4210 makes announcements on their successful funding push--they have already earned over $300,000 (650BTC) to build further! Also reminds everyone of the buyback for OPENPOS token holders who wish to trade in OPENPOS at a ratio to 1:1.2 for BlockPay tokens. \"We are completely building 100% on bitshares for all of our projects\". \nUpdates on Stealth, Echo and other future projects to be released! \n**Check out the [BlockPay Homepage](https://blockpay.ch/) for more info on #blockpay**\n**Upvote and support their efforts by supporting quality updates on the [BlockPay Sub-Steemit](https://steemit.com/created/blockpay#).**\n\n----\n\n
https://i.imgsafe.org/25f231405e.jpg
\n###
**#2 w/ $14.15 -- @Brindleswan**
\nAsked Chris to go before him, thus giving up the #1 spot. \nWe dig into various bitshares issues with special emphasis on a discussion between sidechains, User Issued Assets (UIAs) and Market Pegged Assets (MPAs). Discussion moves into steem and a brings Chris in to ask if steem can be integrated with bitshares based projects as well. \nTalk about most forum activity moving to the [bitshares tag] and the possiblity of moving bitshares forums to one with steemit as a backend (https://www.steemit.com/created/bitshares)\nCheck out **@brindleswan** at [his steemit blog](https://www.steemit.com/@brindleswan/)\n\n----\n\n
https://i.imgsafe.org/26e7f412bb.jpg
\n###
**#3 w/ $11.12 -- @Pro4never**
\nJoins us to discuss [Jewels Coin ICO](https://bitcointalk.org/index.php?topic=1545327) and plans for the Use of Jewels as the primary currency for multiple games to use via a auctionhouse functionality. Jewels will make it possible for gamers to trade items for jewels bought directly through the game or sell them for funding.\nAnd the first game [APEXConquer!](http://www.ApexConquer.com/ico.php)\nCheck out [his steemit blog](https://www.steemit.com/@pro4never/)\n\n----\n\n
https://i.imgsafe.org/270706a1eb.jpg
\n###
**#4 w/ $6.36 -- @forrestwillie**
\nTalks about the history of the[Steempress Podcast](https://soundcloud.com/user-857868521) and upcoming plans turn a shut down church into a Steempress podcast location. Talks about the joy of working on steemit and how it caught their eye.\nCheck out [his steemit blog](https://www.steemit.com/@forrestwillie)\nUpvote and support their efforts at [the steemit tag](https://www.steemit.com/created/@steempress)\n\n----\n*All BeyondBitcoin content is powered by Steemit.com so please join the new social media movement that enables Creative Commons content creators and Open Source developers to earn funding for participating in the community's growth and sustainence. Post to Steemit.com to earn and pay others with a simple upvote!*\n\n### **Have your own Project? [RSVP Here for Next Week's Hangout](https://steemit.com/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-171-9-2-16-rsvp-to-friday-s-hangout-w-referral-sbd-sharing)!**\n----", + "body_length": 3409, + "cashout_time": "2016-09-04T05:19:45", + "category": "beyondbitcoin", + "children": 17, + "created": "2016-08-28T05:19:45", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"game\",\"steemtools\"],\"users\":[\"smooth\",\"ned\",\"dantheman\"],\"image\":[\"https://s3.postimg.org/hng3lvqxf/turnoncontrolls.png\",\"https://img1.steemit.com/0x0/http://i.imgur.com/py4gFpZ.jpg\"],\"links\":[\"http://steemfighter.com\",\"https://steemit.com/steem/@roelandp/game-steemfighter-com-the-classic-arcade-game-driven-by-steem-power\"]}", + "json_metadata": "{\"tags\":[\"beyondbitcoin\",\"blockpay\",\"bitshares\",\"jewels\",\"steempress\"],\"users\":[\"chris4210\",\"forrestwillie\"],\"image\":[\"https://i.imgsafe.org/323443baad.jpg\",\"https://i.imgsafe.org/8b13c2a682.jpg\",\"https://i.imgsafe.org/25f231405e.jpg\",\"https://i.imgsafe.org/26e7f412bb.jpg\",\"https://i.imgsafe.org/270706a1eb.jpg\"],\"links\":[\"https://soundcloud.com/beyond-bitcoin-hangouts/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-steempress\",\"https://blockpay.ch/\",\"https://www.steemit.com/created/bitshares\",\"https://bitcointalk.org/index.php?topic=1545327\",\"https://soundcloud.com/user-857868521\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-28T10:55:39", + "last_update": "2016-08-28T17:46:42", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 25148953072854, + "net_rshares": 86459865423550, "parent_author": "", - "parent_permlink": "game", - "pending_payout_value": "83.699 HBD", + "parent_permlink": "beyondbitcoin", + "pending_payout_value": "895.162 HBD", "percent_hbd": 10000, - "permlink": "sunday-is-for-steemfighter-ii-steempower-arcade-fight-now-with-player-1-controls-instead-of-ai-bot", - "post_id": 1025040, + "permlink": "e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-and-steempress", + "post_id": 1022750, "promoted": "0.000 HBD", "replies": [], - "root_title": "Sunday is for STEEMFIGHTER II - Steempower Arcade Fight, now with player controls", - "title": "Sunday is for STEEMFIGHTER II - Steempower Arcade Fight, now with player controls", + "root_title": "E170 Beyond Bitcoin - BlockPay ICO Updates, BitShares, Jewels ICO & SteemPress!", + "title": "E170 Beyond Bitcoin - BlockPay ICO Updates, BitShares, Jewels ICO & SteemPress!", "total_payout_value": "0.000 HBD", - "url": "/game/@roelandp/sunday-is-for-steemfighter-ii-steempower-arcade-fight-now-with-player-1-controls-instead-of-ai-bot" + "url": "/beyondbitcoin/@officialfuzzy/e171-beyond-bitcoin-blockpay-ico-updates-bitshares-jewels-ico-and-steempress" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.tavern.yaml index 9b2bcde1..65cffe50 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/bartcant.tavern.yaml @@ -5,6 +5,7 @@ - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) # there are 4 reblogs done by 'jamesc` account + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json index 5b4e59b9..4e509ff6 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json @@ -1,48 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 38377870181305, - "rshares": 8460637940, - "voter": "markrmorrisjr" - }, - { - "percent": "10000", - "reputation": 3256405941440, - "rshares": 51616851, - "voter": "michelle.gent" - } - ], - "author": "michelle.gent", - "author_reputation": 3256405941440, - "beneficiaries": [], - "body": "http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\n\nTo catch up on this story, the previous posts start here: \nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-a-short-story-in-a-few-parts-1\nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-2\nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-3\n\n\nImpundulu was one of the more nasty Incubi of his genre. It was said that when he seduced a woman and she gave birth to one of his offspring, it would sooner or later, become a vampire. To most people that Dusty knew, that piece of mythology would have been laughed at but she knew it to be very true and had had the misfortune to meet up with more than a few of Impundulu\u2019s wretched progeny. Fortunately, the legends of vampiric beings were also true and there were a number of ways to kill the vampire offspring. They seemed to be not as powerful as their sire nor as powerful as they could have been for though they were immortal, they could also be slain \u2013 and often were, sometimes accidentally.\nThe vulture familiar was a nasty piece of work though; it attacked and killed any lover of the one that the Incubus seduced whether by instruction from its master or for the sheer joy of it. Dusty knew that she\u2019d have to watch out for that if she were to make it back to Ange in her bedroom. If she didn\u2019t make it back, she presumed that Ange would eventually wake up on her own, but that could take days \u2013 or she may never wake up, not without the proper incantations.\nOoh bad idea, giving herself bad thoughts in a bad place. Dusty focussed on her destination. The Wraith Mountains were dead ahead and she could still see Impundulu running towards them.\n\u201cWhy is he running and not flying? It can\u2019t be because of his familiar, it would protect him, wouldn\u2019t it?\u201d She said out loud, if for no other reason than just to break the deathly and ancient silence.\nDusty picked up her pace too and ran. Her Demon side took over on the Astral Plane and she was thankful for that. Her human lungs would not have coped well with the sulphurous air and the constant ash clouds wafting across her path. Sometimes the ash was so thick that she lost sight of Impundulu.\nDusty was gaining on the Incubus as he reached the foothills of the Wraith Mountains but she could still see him from time to time as he struggled over the loose rocks and boulders. Again Dusty wondered why on earth he wasn\u2019t using his ability to fly. \nShe reached the foothills minutes after Impundulu and followed the path that he had taken. She didn\u2019t take to the air again because she was worried about the vulture familiar but she did take huge leaps over rocks when she could see clearly enough to choose her landing place.\nShe looked up and saw Impundulu disappearing into a cave in the side of the mountain only a few hundred feet above her and she took one more huge leap which bordered on flight and landed at the cave entrance only moments after Impundulu had gone in.\n\nShe rushed in and realised her mistake because Impundulu was waiting for her on the other side of the entrance. He struck her across the shoulders with the full weight of his forearm and knocked the breath out of her. She staggered forward and dropped to her hands and knees but she moved fast enough to avoid the vicious kick from Impundulu\u2019s clawed foot and it swung past her nose as she pulled back her head. Then she was on her feet and facing him. Her knife was in its sheath and she didn\u2019t have the time to take it out so she had to rely on her unarmed fighting skills, such as they were. She also had the knowledge of her demonic powers on the Astral Plane but so did Impundulu and he was full-demon, not half, like her.\nThe fight was not going so well for Dusty and she caught Impundulu\u2019s fist to the side of her head and as she saw stars and blackness closing in on her vision, her last thought was that she had let Ange, her best friend in the whole world, down \u2013 terminally.\n\nWhen Dusty woke up she was sitting against a large rock and her head was throbbing. She looked around for Impundulu but didn\u2019t see him and wondered why he had left her alive.\nThen she panicked and thought about Ange who was still sitting in the middle of a bedsheet, surrounded by salt and burnt-out candles and she stood up. Her head thumped and her vision swam and she realised that Impundulu had whacked her a fair one but she had to get back to Ange.\nAgain her sight went from normal to tunnel vision and the blackness closed in and she knew she was going to pass out. Shaking her head wouldn\u2019t help but she tried it anyway and stumbled to one side, landing on one knee with a hand to the ground to steady herself. Then she felt a hand under her arm, helping her up. She looked around but couldn\u2019t quite see who or what was helping her but she mentally prepared herself in case it was Impundulu lulling her into a false sense of security.\nWhen she was standing upright again, she feigned dizziness more than was necessary in order to put Impundulu off his guard.\n\u201cThe deception is not necessary. I know that you are not so badly injured as you are making out to be. You can stand up straight without fear of further injury. If I had wanted to kill you, I would have done it when you were unconscious.\u201d The voice was deep and calming and she looked up in surprise. It was not Impundulu. It was certainly not Impundulu.\n\nThe young man that stood before her was taller than she was with jet black hair and violet eyes. The eyes danced with a humour that she could almost feel and his smile was kind. His clothing was contemporary but other-worldly, he had clothed himself as she had, once he had arrived in this world. The chances were, then, that he was human or at least half-human as she was. \nSuddenly Dusty was very interested.\n\u201cOh, hi.\u201d She had become suddenly tongue-tied. \u201cI\u2019m Dusty,\u201d she managed.\n\u201cYes you are, but a quick brush down will sort that out.\u201d He looked at her a little strangely and she wondered why for a moment and then it occurred to her that he thought she was describing her state rather than introducing herself.\n\u201dOh no, I mean, my name is Dusty.\u201d\nHe nodded that he understood and his smile widened. \u201cIs that a nickname of some sort? I mean, are you always dishevelled and that\u2019s why you acquired the name?\u201d\n\u201cNo, it\u2019s my given name. It means valiant fighter. My mum knew what I was, you see.\u201d\nAgain he nodded. \u201cHalf-demon you mean?\u201d\nIt was Dusty\u2019s turn to nod. \u201cAnd you are?\u201d She prompted him to make his introduction.\n\u201cHunter.\u201d\n\u201cOf what?\u201d\nHis brow furrowed and his eyes narrowed as a result and she was taken aback at how very gorgeous he was and suddenly she was on the alert again because she remembered how her mother had been Glamoured and where that had led her. \n\u201cI mean, what do you hunt?\u201d She explained.\n\u201cNo, I am a hunter yes, obviously, but my name is Hunter. My parents knew what I was too. I hunt for bounties though, people and other \u2013 ah, beings \u2013 pay me to hunt things.\u201d He finished with a weak explanation but Dusty knew that he probably didn\u2019t want to mention demons as his quarry because of her heritage. \u2018Hmm, gorgeous and thoughtful... I like that,\u2019 she thought.\n\u201cWhat happened to Impundulu? I have to catch him and bind him so that he forgets about my friend Ange.\u201d\n\u201cI have already performed that ceremony on the Incubus; I doubt it will be bothering your friend again.\u201d\n\u201cYou do understand that I can\u2019t just take your word for that? I don\u2019t know why you had anything to do with this but my duty is not being paid for, it\u2019s personal. My friend is in danger and I\u2019m the only one she can turn to. I need to make certain if you don\u2019t mind, now, which way did Impundulu go?\u201d\n\u201cI can take you to it, him if you like.\u201d\nThey exited the cave, Dusty following Hunter; taking note of the clothes he had adorned himself with on entering the Demon-side of the Astral Plane. His tastes ran very similar to hers. Mainly black and casual-functional, sturdy boots, knife sheath, jeans, t-shirt and leather jacket, although hers were still the dull red colour for camouflage on the ash road. Hunter also had something very interesting hanging from his belt. It was a long silver thread but it swayed as though it was exceptionally heavy.\n\u201cWhat\u2019s that?\u201d She asked once they were down at the bottom of the Wraith Mountains and on level ground again.\nHunter looked to where she was pointing and shrugged. \u201cIt\u2019s a rope.\u201d\n\u201cYes, but what kind of rope? There\u2019s something special about it, please tell me.\u201d\nHunter sighed and Dusty wanted to listen to him sigh again and again. She shook herself and brought her mind back to the matter in hand.\n\u201cIt\u2019s a rope made from Unicorn mane and it makes demons forget.\u201d\nDusty saw a look pass across his eyes and stopped in her path. \u201cOh, so you\u2019re thinking that if you had used that on me back up in the cave, I would have forgotten about my mission and you wouldn\u2019t be taking me to find that Incubus. You could have saved yourself a lot of trouble if you\u2019d have thought of that,\u201d she said, smiling at his obvious neglect in his duties.\n\u201cIt obviously didn\u2019t work, did it?\u201d He asked pointedly.\n\u201cWhat? You mean you used that thing on me? How dare you?\u201d Dusty became angry and yet her mind was working overtime. \u201cSo you rescued me from the Incubus, wiped his memory and then tried to wipe mine? Did you also try putting a Glamour on me too?\u201d She saw the look on his face and stopped walking again. \u201cYou did! Oh I can\u2019t believe this! So, what do you really look like? Show me or I\u2019ll perform the incantations myself.\u201d\nThe sulphurous air shimmered as he dropped his Glamour. He still looked the same but he wasn\u2019t as irresistibly attractive as he had been. Instead, the young man before her looked like a young man rather than a demi-god.\n\u201cYeah, that\u2019s better. I should have known,\u201d she muttered and walked past him.\n\u201cYou can\u2019t blame me for trying, Dusty,\u201d he said to her back. Then he ran a little to catch her up. \u201cYou took on that Incubus on your own, without your weapon even and I thought you were so brave and I figured that if I helped you, you\u2019d just look on me as a kid and wouldn\u2019t want to know me, so I made you think I was cool before you got to know me.\u201d\n\u201cActually, idiot, I thought you were cool for helping me anyway. How old are you then?\u201d\n\u201cI\u2019m almost two centuries old, you see, I\u2019m still very young in all of this...\u201d\n\u201cYou think you\u2019re...\u201d She stopped talking and walking at the same moment. \u201cJust how old do you think I am, Hunter?\u201d\nHe did not seem to catch the hint in her voice and he went on and answered the question. \u201cWell, you\u2019re able to fly on the Astral Plane, you can clothe yourself and alter the colour of your clothing to camouflage yourself and the birds came to protect you and I know you\u2019re part demon so I figure you must be easily a millennium...?\u201d\n\u201cReally? No, I actually mean it, really?\u201d \nHe nodded.\n\u201cI\u2019m eighteen years old.\u201d She said it in such a cold tone that there could have been ice forming on the words.\n\u201cOh,\u201d was all that Hunter could manage.\n\u201cAnd the birds, that wasn\u2019t my doing. As for the rest, my mother went to great efforts to learn everything she could about my... about the Incubus that spawned me and she studied and taught me for the eleven years that she lived after my birth. Then my grandparents took it upon themselves to continue my studies because they felt that they owed it to my mother to protect me in every way they could. They made me practice my Astral Planing and everything to do with Daemonology. My grandfather is now so knowledgeable about the subject that he gives talks and seminars on the subject and they travel the world giving the talks.\u201d\n\u201cYes, I have heard of your grandparents. I have even been to a few of their seminars, which was another reason for thinking you were so cool. I didn\u2019t realise that you were their granddaughter though. I thought they knew so much because you had been teaching them for their whole lives.\u201d\n\u201cYeah, apology accepted,\u201d Dusty said sarcastically and began walking again.", - "body_length": 12115, - "cashout_time": "2016-08-29T21:35:54", - "category": "succubus", - "children": 0, - "created": "2016-08-22T21:35:54", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"succubus\",\"demon\",\"fiction\",\"young-adult\",\"supernatural\"],\"image\":[\"http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-22T21:35:54", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 8512254791, - "parent_author": "", - "parent_permlink": "succubus", - "pending_payout_value": "0.004 HBD", - "percent_hbd": 10000, - "permlink": "dusty-the-demon-hunter-part-4", - "post_id": 941466, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Dusty The Demon Hunter - Part 4", - "title": "Dusty The Demon Hunter - Part 4", - "total_payout_value": "0.000 HBD", - "url": "/succubus/@michelle.gent/dusty-the-demon-hunter-part-4" - }, { "active_votes": [ { @@ -7098,5 +7054,1291 @@ "title": "Steem Dollar Stability Enhancements", "total_payout_value": "0.000 HBD", "url": "/steem/@dantheman/steem-dollar-stability-enhancements" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 627001548301, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7479048596577, + "voter": "steempty" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28856376418, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2503164632433, + "voter": "elixir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 128026074715, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1713910286190, + "voter": "disney" + }, + { + "percent": "10000", + "reputation": 25104157850610, + "rshares": 2010800766826, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2198598520300, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6656091030188, + "voter": "fuzzyvest" + }, + { + "percent": "7500", + "reputation": 16685610555705, + "rshares": 14429100458795, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1696746732994, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 957439882999, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3228504711393, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3090717241, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3751385595, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703017036, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 4377792114526, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 5907843179808, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 52721124018, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1656709430, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213484788, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 109833448290, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 34205814780, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 371998970791, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 330957459004, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2457355994899, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 103933614, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 889689502801, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 124594140345, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8984856271, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2293055320, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 363446667291, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 295062784028, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 26396466413, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621553880, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 921797754, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 27228719592, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 113329897387, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 24163277987, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287840252, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 48029448768, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 5122577809544, + "rshares": 25187001664, + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11258875461, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 80195570181, + "voter": "easteagle13" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8165663482, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462582322, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993337202875, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5450790694, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 11372617606769, + "rshares": 108812764846, + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 332969407124, + "voter": "teamsteem" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10721430112, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 16299273139, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 93793247671, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7567555551, + "voter": "kefkius" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1799558161, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 366957689763, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3663597787321, + "rshares": 22750875892, + "voter": "treeleaves" + }, + { + "percent": "10000", + "reputation": 307353766229, + "rshares": 18022587795, + "voter": "btcturbo" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 373845074379, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 361667721, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 852373474, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 175978806855, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1455165546, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 78843057599, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 57225491426, + "rshares": 389855196, + "voter": "andrew-brine" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 273585546252, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 21696987204454, + "rshares": 159718472863, + "voter": "ikigai" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 191343532877, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 45134642649, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 10821402194, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 2256090831, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5434783301, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 3073411732, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 3737399053, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 7890640474, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 22389142036, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 2606587899, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8494720285, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 1826252654620, + "rshares": 2992318283, + "voter": "sunshinecrypto" + }, + { + "percent": "10000", + "reputation": 5846151368508, + "rshares": 4720332141, + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 2469652925, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 74119810841, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2013009863, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4808870388, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 222532257, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 4716671769, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 2606604287, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 2744618852, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 29740173417, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 9297907644, + "voter": "picokernel" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 18206120123, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 489894512075, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1533915399, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 194160993, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 215079015, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 199041458, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 193210934, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1406315932, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 24258096190, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 110213319454, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 114777834595, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 198980942, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1102232595, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 908153015, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 111865369061, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1276196139, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 138136355259, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 1964639561, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 6783836154, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 11999066207, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1774937745, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3466986429, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 2239208014, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 156929106216, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 11503323543, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 7354852296, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 2841155137, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6373308950, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 2803024041, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 307621094877, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2085255014, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6576435595, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1105069683, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225836301, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226175551, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134291780, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 131757018, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75155471, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 942711749, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 2099917359, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 18838655028, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 35500401814, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 28998272794, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 590169826, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 297768045, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 217006747, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 165851825, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 1962710889, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67924205, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 190195819, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 200860425, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79654816, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 632185756, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173083735, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 95063711, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": -489147116791, + "rshares": 110357114, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3084631272, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 218472801, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 765119287, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81550726, + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 14198924609, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50234451, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 369818210, + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 333988882, + "rshares": 102302733, + "voter": "darkstar1o9" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 2785295977, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 7823861533, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2110255002, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2180299047, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 36539679242, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 2729521689, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 497521278, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -451593763871, + "rshares": 3155786077, + "voter": "blow" + }, + { + "percent": "10000", + "reputation": 1795134, + "rshares": 54355927, + "voter": "tinca" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 4749646757, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 171582392, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 20211785717, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 1280174526, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 7665366550, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 59668352, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 312224301489, + "rshares": 15587314882, + "voter": "solar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123886294, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2075986524, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 127657488, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 55584994659, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 21844933182, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 58525745813, + "rshares": 56769500, + "voter": "rangertx" + }, + { + "percent": "10000", + "reputation": 1141549904909, + "rshares": 2083966589, + "voter": "hoopatang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 87477347, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 92877982, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 2078698984, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 59871646, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 12638560569, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 80747623295, + "rshares": 23695871315, + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 1902109169053, + "rshares": 1413217050, + "voter": "thebeachedwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 120903493, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 56357833, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": -195878223866, + "rshares": 58350822, + "voter": "ezrathecat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 190871139, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50038466, + "voter": "simplejoysoflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 27027586, + "rshares": 51454384, + "voter": "wanglai" + }, + { + "percent": "10000", + "reputation": 319010109417, + "rshares": 1309209290, + "voter": "expedition" + } + ], + "author": "arhag", + "author_reputation": 49280708331375, + "beneficiaries": [], + "body": "I reviewed code changes for hardfork 13 and assisted the core devs in finding issues and iterating on the design of the new mining algorithm included in v0.13.0.\n\nI provided a suggestion for how to [fix the unvoting bug](https://github.com/steemit/steem/issues/259#issuecomment-239598465). Thanks goes to @abit for taking my suggested fix and actually making the [pull request](https://github.com/steemit/steem/pull/270) for the patched code, which has now been merged to develop.\n\nI found a [problem with the new hot algorithm](https://github.com/steemit/steem/issues/297) and recommended a solution to fix it. My recommend fix has now been [implemented in the develop branch](https://github.com/steemit/steem/commit/69d41a233971b19f60d09a1c0a32432e5b83c146).\n\nI have also been working on some ideas related to curation. Particularly, I've been thinking about a design to allow those with excess voting power to sell their rshares in a market. Then curators would have the option to buy the best offers of rshares in the market using their own SD up to a specified price or amount at the same time that they vote on a post/comment in order to boost their voting influence beyond what their current SP and voting power gives them normally. This allows curators who strongly believe they have found a highly undervalued post to get a larger share of the curation rewards than they could with their SP alone by paying some SD out of their pocket. The price they pay is determined by the market: how badly excess rshares is in demand by curators versus how desperate SP holders are to sell off their excess rshares that they aren't putting to good use so that they can make some extra money. Because the excess rshares will disappear in a relatively short time period if it isn't put to use (either used by the SP holder to vote, or sold in this rshares/SD market), the market price for the excess rshares could potentially be quite affordable for curators since it is better for an SP holder to at least get something (even if it is not much) rather than nothing.\n\nAfter some discussion with @complexring, I am also beginning to think through the design of a curation delegation feature. The rshares market discussed in the previous paragraph is good for curators who have some extra liquid capital that they are willing to spend to get a temporary boost in their voting influence and correspondingly larger curation rewards (but they don't want to spend their liquid capital to buy more SP, which while it would give the curator a boost in voting influence, it would be a longer-term boost at the cost of requiring significantly larger amounts of their liquid capital to be spent to buy the SP, which may not be worth it for the curator). However, there is also demand by some curators who want to have more voting influence and correspondingly get larger curation rewards but would rather pay for it not through their capital but with their time. In other words, if someone is willing to supply the capital (really the rshares made possible from the large SP holdings) then those curators will spend their time finding good posts and voting on the capital supplier's behalf with only the request that the curator gets some agreed upon cut of the curation rewards they generate. This is where a curation delegation feature could come in handy. An auction market is not good for this type of arrangement because this arrangement requires the capital provider to trust the curators they hire to some degree (and to oversee their curation to make sure they are doing a decent job) since the capital providers payment is contingent upon the curators they contract with doing a good job in curation. Instead the curation delegation feature should allow the capital provider to specify some limited number of curators (assuming the curators also agree) that are allowed to tap into capital provider's voting power, and for each curator, the capital provider would specify percentage of the curation rewards earned that goes to them as well as the rate limit on how quickly the curator can consume the voting power. \n\nFor now, I will only be working on both the rshares market and the curation delegate feature at the conceptual design stage and not spend too much of my time on it, unless Steemit core devs express a desire to actually see any of these features included into Steem.", + "body_length": 4375, + "cashout_time": "2016-08-27T00:55:36", + "category": "witness-category", + "children": 23, + "created": "2016-08-20T00:55:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"abit\",\"complexring\"],\"links\":[\"https://github.com/steemit/steem/issues/259#issuecomment-239598465\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T00:55:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64738126420006, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "394.062 HBD", + "percent_hbd": 10000, + "permlink": "witness-arhag-update-aug-9-2016-to-aug-18-2016", + "post_id": 898670, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness arhag update: Aug. 9, 2016 to Aug. 18, 2016", + "title": "Witness arhag update: Aug. 9, 2016 to Aug. 18, 2016", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@arhag/witness-arhag-update-aug-9-2016-to-aug-18-2016" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml index 9268e50d..faa6c097 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.pat.json index 53eb9cba..10fe90cc 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.pat.json @@ -3,8446 +3,8332 @@ "active_votes": [ { "percent": "10000", - "reputation": 261787136527, - "rshares": 701767178994, - "voter": "barrie" + "reputation": 949715155915, + "rshares": 7408961356962, + "voter": "steempty" }, { "percent": "10000", "reputation": 32455846463901, - "rshares": 31837061470961, + "rshares": 31501292268555, "voter": "smooth" }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14427382403972, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39381809350319, + "voter": "blocktrades" + }, + { + "percent": "300", + "reputation": 13270505121655, + "rshares": 2553792742019, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 36132767915305, + "voter": "jamesc" + }, { "percent": "10000", "reputation": 0, - "rshares": 7464724805905, - "voter": "firstclass" + "rshares": 169471821904, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 7194740344088, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3188706395059, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5925521140781, + "voter": "enki" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1860711124653, + "rshares": 1766192886774, "voter": "hr1" }, { - "percent": "-10000", - "reputation": 1284750610881, - "rshares": -2556523241151, - "voter": "adm" + "percent": "10000", + "reputation": 9111465318256, + "rshares": 416510395829, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1013723809619, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1067666966728, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 320977553027, + "voter": "lafona5" }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3720581299, + "rshares": 3719941864, "voter": "boy" }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1884315277167, + "voter": "xeroc" + }, { "percent": "10000", "reputation": 4712949449, - "rshares": 4516960056, + "rshares": 4516147611, "voter": "bue-witness" }, { "percent": "10000", "reputation": 1789951494550, - "rshares": 828594645, + "rshares": 828487754, "voter": "bunny" }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7162816709555, + "voter": "complexring" + }, + { + "percent": "3000", + "reputation": 49280708331375, + "rshares": 2094877311540, + "voter": "arhag" + }, { "percent": "10000", "reputation": 103443134841, - "rshares": 65063259811, + "rshares": 64958849557, "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 1993878399, + "rshares": 1993561596, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 256442875, + "rshares": 256421495, "voter": "moon" }, { "percent": "10000", - "reputation": 0, - "rshares": 398433451876, - "voter": "recursive2" + "reputation": 330982605, + "rshares": 210443752490, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2578593588794, - "voter": "recursive" + "reputation": 36473167044, + "rshares": 62049424785, + "voter": "jason" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 136944801998, - "voter": "mrs.agsexplorer" + "reputation": 0, + "rshares": 399168404164, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 0, - "rshares": 9773190408, - "voter": "bingo-0" + "reputation": 9028537022578, + "rshares": 2464887925984, + "voter": "recursive" }, { "percent": "10000", "reputation": 83941319998, - "rshares": 5739046784211, + "rshares": 5604116755723, "voter": "smooth.witness" }, { - "percent": "-10000", - "reputation": 101807714979611, - "rshares": -733828433511, - "voter": "pfunk" + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3082510227736, + "voter": "onceuponatime" }, { "percent": "10000", "reputation": 2802091583976, - "rshares": 10869040778, + "rshares": 11536845001, "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 747505484, + "rshares": 747412202, "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 1161028150, + "rshares": 1160864898, "voter": "daniel.pan" }, - { - "percent": "100", - "reputation": 4874033031398, - "rshares": 7848608677, - "voter": "woo7739" - }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 20511961520, - "voter": "dedriss" + "reputation": 74299604102, + "rshares": 3565556011, + "voter": "spartako" }, { "percent": "10000", "reputation": 0, - "rshares": 345840511, + "rshares": 345809422, "voter": "helen.tan" }, { "percent": "10000", "reputation": 9469162, - "rshares": 83920295417, + "rshares": 85597447040, "voter": "unosuke" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24757460369, - "voter": "yefet" + "reputation": 14073457536993, + "rshares": 89000009145, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 28862460242, - "voter": "noaommerrr" + "reputation": 12712877967688, + "rshares": 80521329363, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 80222475812, - "voter": "acidsun" + "reputation": 4733188979515, + "rshares": 10686737941, + "voter": "ervin-lemark" }, { - "percent": "10000", - "reputation": 3444102146490, - "rshares": 14371207146, - "voter": "gregory-f" + "percent": "0", + "reputation": 1170046963301, + "rshares": 384947216, + "voter": "asabovesobelow" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 340524388389, - "voter": "craig-grant" + "reputation": 1655372026731, + "rshares": 8045472632, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 8972303369, - "voter": "ervin-lemark" + "reputation": 526710884366, + "rshares": 7585671701, + "voter": "fran2k" }, { - "percent": "10000", - "reputation": 9600934617910, - "rshares": 15292557168, - "voter": "jademont" + "percent": "5000", + "reputation": 4931834878069, + "rshares": 11589802844, + "voter": "fkn" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1092270245608, - "voter": "gavvet" + "reputation": 14848515958625, + "rshares": 83672570489, + "voter": "kingscrown" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1458197935, - "voter": "spaninv" + "percent": "10000", + "reputation": 436017530085, + "rshares": 25092043868, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 15405899808, - "voter": "richman" + "reputation": 3940140049670, + "rshares": 46036497251, + "voter": "tsugimoto" }, { - "percent": "10000", - "reputation": 58571016273092, - "rshares": 726186905908, - "voter": "nanzo-scoop" + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -34310886428, + "voter": "james-show" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 55592052266, - "voter": "hannixx42" + "reputation": 1172373556107, + "rshares": 2184755274, + "voter": "gekko" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 234358732709, - "voter": "mummyimperfect" + "reputation": 26867938976163, + "rshares": 344519082931, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 1663549830469, - "rshares": 932234533, - "voter": "coar" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16586596191, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 74060733289, - "voter": "asch" + "reputation": 58571016273092, + "rshares": 695645444395, + "voter": "nanzo-scoop" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1419040237, - "voter": "murh" + "percent": "10000", + "reputation": 3750669747284, + "rshares": 234252107575, + "voter": "pal" }, { "percent": "10000", - "reputation": 426343346149, - "rshares": 7172092883, - "voter": "cryptofunk" + "reputation": 493863952, + "rshares": 827597097, + "voter": "weenfan" }, { "percent": "10000", - "reputation": 4740608822, - "rshares": 590214277, - "voter": "kodi" + "reputation": 503318537891, + "rshares": 2754423171, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 516460120131, - "voter": "cyber" + "reputation": 15755437221598, + "rshares": 18271226917, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 64435822816, - "voter": "ak2020" + "reputation": 42741727265739, + "rshares": 158462665913, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3833548704864, - "voter": "satoshifund" + "reputation": 6580794427504, + "rshares": 56771072400, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 372487111294, - "voter": "taoteh1221" + "reputation": 21903005256174, + "rshares": 229474497594, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 416526923, - "voter": "applecrisp" + "reputation": 32983096229, + "rshares": 75787063719, + "voter": "tosch" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 54137199472, - "voter": "juanmiguelsalas" + "reputation": 1663549830469, + "rshares": 1154102439, + "voter": "coar" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 63224755863, - "voter": "ratel" + "reputation": 161089556767, + "rshares": 71173377912, + "voter": "asch" }, { - "percent": "10000", - "reputation": 4526468651953, - "rshares": 72808271479, - "voter": "tim-johnston" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432379596, + "voter": "murh" }, { "percent": "10000", - "reputation": 1205917850073, - "rshares": 19179662139, - "voter": "ziv" + "reputation": 2510175673478, + "rshares": 25682795435, + "voter": "dking7334" }, { "percent": "10000", - "reputation": 1227825343197, - "rshares": 15732472517, - "voter": "zakharya" - }, - { - "percent": "-10000", - "reputation": 12494904871301, - "rshares": -271372645985, - "voter": "trogdor" + "reputation": 108162024968, + "rshares": 3149127765, + "voter": "framelalife" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2784432163, - "voter": "tee-em" + "reputation": 5904057835766, + "rshares": 35555898388, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3966354593, - "voter": "usefree" + "reputation": 824717099743, + "rshares": 492642229705, + "voter": "cyber" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6144986482, - "voter": "mark-waser" + "reputation": 3037854988445, + "rshares": 63095920811, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 110879742406, - "voter": "geoffrey" + "reputation": 10395665548525, + "rshares": 265139336442, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 45111156296, - "voter": "honeythief" + "reputation": 9090232372242, + "rshares": 78979131624, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 2457655120479, - "rshares": 4297401318, - "voter": "ben99" + "reputation": 2130292884052, + "rshares": 197883026246, + "voter": "leon-fu" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4842313132, - "voter": "fuck.off" + "reputation": 1444446898291, + "rshares": 9364126518, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 3012098030, - "voter": "superfreek" + "reputation": 11136252375006, + "rshares": 372288083383, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 5895995086, - "voter": "iloveporn" + "reputation": 79561484422, + "rshares": 407989965, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3490155162, - "voter": "the.bot" + "reputation": 1376656930605, + "rshares": 5503906565, + "voter": "karbonxx" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 7170925931, - "voter": "johnbradshaw" + "reputation": 1233698174511, + "rshares": 1709281731, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 36758895347, - "voter": "clement" + "reputation": 514799489426, + "rshares": 347769443485, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5235803156, - "voter": "the.whale" + "reputation": 3804349938696, + "rshares": 50749162762, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261528006, - "voter": "ladyclair" + "reputation": 5888717170887, + "rshares": 63207430891, + "voter": "ratel" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3601581497, - "voter": "michaellamden68" + "reputation": 3906896686802, + "rshares": 51707967580, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7280225362, - "voter": "cannav" + "reputation": 3525238421, + "rshares": 74946496837, + "voter": "a48" }, { "percent": "10000", - "reputation": 6095326280934, - "rshares": 20067559948, - "voter": "thebatchman" + "reputation": 14675201322501, + "rshares": 77759927260, + "voter": "faddat" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 50946074905, - "voter": "booja" + "reputation": 4526468651953, + "rshares": 75956248151, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5071966067, - "voter": "unicornfarts" + "reputation": 37015270307, + "rshares": 321331496, + "voter": "hendra-khaidir" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 107682796807, - "voter": "rubybian" + "reputation": 771767379417, + "rshares": 1866168070, + "voter": "stephen-somers" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 14317661976, - "voter": "konstantin" + "reputation": 30097018787, + "rshares": 315338917, + "voter": "bitcoinnational" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 254348766, - "voter": "mstang83" + "reputation": 9186061899783, + "rshares": 39609252540, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34640968499, - "voter": "hitmeasap" + "reputation": 22794273843250, + "rshares": 149907512874, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5353058571, - "voter": "vote" + "reputation": 696041082748, + "rshares": 571969728, + "voter": "proglobyte" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2929455029, - "voter": "stranger27" + "reputation": 486415577627, + "rshares": 5888991930, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 136041738256, - "voter": "jackkang" + "reputation": 19196715690053, + "rshares": 97999411427, + "voter": "charleshosk" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 5390612432, - "voter": "kissmybutt" + "reputation": 6200536920826, + "rshares": 70959553359, + "voter": "albertogm" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 12374841331, - "voter": "r4fken" + "reputation": 8450404673, + "rshares": 298975870, + "voter": "oleim" }, { "percent": "10000", - "reputation": 46813789492, - "rshares": 24953396594, - "voter": "tcfxyz" + "reputation": 862610149295, + "rshares": 5495252511, + "voter": "angusleung100" }, { "percent": "10000", - "reputation": 3366379465325, - "rshares": 6912817281, - "voter": "futurefood" + "reputation": 6127015005793, + "rshares": 66670329803, + "voter": "scrawl" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 614601942, - "voter": "steemswede" + "reputation": 1613752018459, + "rshares": 7351452300, + "voter": "quintanilla" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 236064609, - "voter": "adamgud" + "reputation": 6105332515536, + "rshares": 12857090747, + "voter": "primus" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1626843644, - "voter": "sergei" + "reputation": 85777133037, + "rshares": 614320472, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8681152211, - "voter": "killswitch" + "reputation": 4821174317675, + "rshares": 2057663317, + "voter": "alexft" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 695448022014, - "voter": "slowwalker" + "reputation": 12656257002205, + "rshares": 42803318485, + "voter": "clement" }, { "percent": "10000", - "reputation": 81102912, - "rshares": 241529832, - "voter": "mirspirs" + "reputation": 1860741683952, + "rshares": 13819637647, + "voter": "ultralord" }, { "percent": "10000", - "reputation": 4336087201971, - "rshares": 25561786803, - "voter": "strangerarray" + "reputation": 9434414518400, + "rshares": 16659999864, + "voter": "acassity" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 144853715905, - "voter": "jacor" + "reputation": 177578566464, + "rshares": 368035021, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1539440138, - "voter": "leksimus" + "reputation": 25639258699, + "rshares": 261414560, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 616920199320, - "rshares": 15314741527, - "voter": "pino" + "reputation": 25984358555464, + "rshares": 49243744371, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, - "rshares": 1356586698, - "voter": "steem1653" + "reputation": 112943056223182, + "rshares": 245191388543, + "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4678171858, - "voter": "gikitiki" + "reputation": 1797275012018, + "rshares": 7682428906, + "voter": "dasha" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11437290746, - "voter": "asim" + "reputation": 15603689614497, + "rshares": 26728969107, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4566944939, - "voter": "thegoodguy" + "reputation": 1959446497877, + "rshares": 4253211596, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 2377467033356, - "rshares": 17002369377, - "voter": "bdavid" + "reputation": 1450924981021, + "rshares": 41215204150, + "voter": "ezzy" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 103447750593, - "voter": "paco" + "reputation": 65540661343, + "rshares": 3048619496, + "voter": "orly" }, { "percent": "10000", - "reputation": 1089147151331, - "rshares": 1869482928, - "voter": "incomemonthly" + "reputation": -1260650049067, + "rshares": 1092864271, + "voter": "bitcointop" }, { "percent": "10000", - "reputation": 1022268826970, - "rshares": 427158016, - "voter": "edrivegom" + "reputation": 2083279715738, + "rshares": 5140620506, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4190069280, - "voter": "karen13" + "reputation": 40557912481, + "rshares": 254348766, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 349340722, - "voter": "dr2073" + "reputation": 10248743813131, + "rshares": 18094399895, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 41206660961337, - "rshares": 37540844937, - "voter": "jpiper20" + "reputation": 19462531467501, + "rshares": 34473688121, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 3879998019826, - "rshares": 4589636210, - "voter": "juvyjabian" + "reputation": 3175467999049, + "rshares": 20013361974, + "voter": "hakise" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 349905152, - "voter": "karenmckersie" + "reputation": 10211833851, + "rshares": 1285715500, + "voter": "doesntmatter" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 389105103, - "voter": "luisucv34" + "reputation": 1059790037173, + "rshares": 533551773312, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 50746316749, - "voter": "streetstyle" + "reputation": -2499740471746, + "rshares": 26805346379, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 40748078505, - "voter": "milestone" + "reputation": 3028406122926, + "rshares": 6582417432, + "voter": "handsolo" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 18203523157, - "voter": "creemej" + "reputation": 255334396905, + "rshares": 303161200, + "voter": "damono" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3862494580, - "voter": "maximkichev" + "reputation": 7214724, + "rshares": 249741095, + "voter": "jiggytom" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12705482424, - "voter": "nippel66" + "reputation": 5451039980643, + "rshares": 512168285, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3137207816, - "voter": "imp3" + "reputation": 597404093563, + "rshares": 1215614837, + "voter": "danny-g" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 437820474, - "voter": "natalyt" + "reputation": 2054508199522, + "rshares": 668800742, + "voter": "busser" }, { "percent": "10000", - "reputation": 1386339611284, - "rshares": 1613568797, - "voter": "fiona777" + "reputation": 3149488018622, + "rshares": 3543192677, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 2173940256661, - "rshares": 9815802812, - "voter": "benjiberigan" + "percent": "5000", + "reputation": 9142611234, + "rshares": 330623378, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 76096938200261, - "rshares": 261891688708, - "voter": "calaber24p" + "percent": "5000", + "reputation": 3871042, + "rshares": 305996138, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3487625005, - "voter": "simon.braki.love" + "reputation": 3320684282022, + "rshares": 157476900390, + "voter": "knircky" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8081131742, - "voter": "magz8716" + "reputation": 8017093633272, + "rshares": 12378491306, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 14544132145555, - "rshares": 10162505913, - "voter": "pcste" + "reputation": 0, + "rshares": 976153653, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 8698648967, - "voter": "rpf" + "reputation": 0, + "rshares": 45722289406, + "voter": "mraytekin" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3108384956, - "voter": "azurejasper" + "reputation": 1661526202859, + "rshares": 4208968355, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 23684920415, - "voter": "deanliu" + "reputation": 2821855573125, + "rshares": 3095433181, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 4024351980, - "voter": "cryptohustlin" + "reputation": 475226720101, + "rshares": 32289566590, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 743656664450, - "rshares": 1557532822, - "voter": "tokyodude" + "reputation": 1563271634183, + "rshares": 117808772814, + "voter": "paco" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 109445777, - "voter": "elmusic" + "reputation": 431450051428, + "rshares": 14150253973, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7320641656, - "voter": "neroru" + "reputation": 2397831198773, + "rshares": 3967357435, + "voter": "karen13" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203930689214, - "voter": "jl777" + "reputation": 93395785733, + "rshares": 1368584149, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 49520881548, - "rshares": 128178174, - "voter": "btc-dialog" + "reputation": 125274679006, + "rshares": 6008579254, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 95181833878, - "voter": "crazymumzysa" + "reputation": 9512715139288, + "rshares": 79010335588, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 10484192657, - "voter": "carlidos" + "reputation": 3979714886621, + "rshares": 12189607309, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9928690696, - "voter": "crypto.owl" + "reputation": 16743994030016, + "rshares": 40486780524, + "voter": "condra" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14893496127, - "voter": "lemooljiang" + "reputation": 11450220486, + "rshares": 276719509, + "voter": "gobbahfett" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 19695254724, - "voter": "krabgat" + "reputation": 1118581531020, + "rshares": 2600733256, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 17549700220, - "voter": "proto" + "reputation": 1058072223123, + "rshares": 299794109, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 619235885, - "voter": "curator" + "reputation": 6338322241150, + "rshares": 46421370688, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 103997978070, - "rshares": 503418228, - "voter": "raphma" + "reputation": 6892424678378, + "rshares": 68973404067, + "voter": "inertia" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2606540126, - "voter": "royalmacro" + "reputation": -883682716676, + "rshares": 110737583, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 5711413280, - "rshares": 6235583028, - "voter": "stef" + "reputation": 1008790928160, + "rshares": 1452681946, + "voter": "natali22" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 38991728100, - "voter": "celebr1ty" + "reputation": 2078306772520, + "rshares": 5623698346, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 177237772, - "voter": "kibela" + "reputation": 449046196965, + "rshares": 5431666350, + "voter": "mandax" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 117818134, - "voter": "creatorgalaxy" + "reputation": 2713713668533, + "rshares": 1686295563, + "voter": "the-future" }, { - "percent": "10000", - "reputation": -1193908062262, - "rshares": 122297166, - "voter": "steemster1" + "percent": "0", + "reputation": 3033861094190, + "rshares": 276170498, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 157370635229, - "rshares": 224845985, - "voter": "steemitdude" + "reputation": 2173940256661, + "rshares": 11363469913, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 7424874957, - "rshares": 108721833, - "voter": "cryptoz" + "reputation": 974488972206, + "rshares": 3348011059, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 3191580687, - "voter": "litrbooh" + "reputation": 224144957883, + "rshares": 14602551958, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8774954549, - "voter": "taker" + "reputation": 1394532106132, + "rshares": 7310966327, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 7090942744, - "voter": "nekromarinist" - }, - { - "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 4727020133419, + "rshares": 3096874425, + "voter": "travelista" }, { "percent": "10000", - "reputation": 1374220702, - "rshares": 490830857, - "voter": "deckard9732" + "reputation": 5883461278385, + "rshares": 75080428393, + "voter": "rea" }, { "percent": "10000", - "reputation": 636819078766, - "rshares": 1586185216, - "voter": "whitemike313" + "reputation": 2791409844, + "rshares": 102459876, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 3973607470, - "voter": "dumar022" + "reputation": 14988694886527, + "rshares": 182391301853, + "voter": "jl777" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": 163343680085, + "rshares": 400623749, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 5986362203385, - "rshares": 12251821282, - "voter": "lasvegasgirl" + "reputation": 2795999874461, + "rshares": 1036758777651, + "voter": "james212" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 23339829285, - "voter": "rawnetics" + "reputation": 879409745645, + "rshares": 2555649761, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 3194641726781, - "rshares": 23075371595, - "voter": "laoyao" + "percent": "7000", + "reputation": 10519849768972, + "rshares": 14284349516, + "voter": "positive" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3801646669, - "voter": "rich77" + "reputation": 0, + "rshares": 1648132104, + "voter": "yarly" }, { "percent": "10000", - "reputation": 19073889900896, - "rshares": 16139134356, - "voter": "kental" + "reputation": 0, + "rshares": 249812059, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 1038813018744, - "rshares": 7318900297, - "voter": "chris.roy" + "reputation": 0, + "rshares": 250186376, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 10189271331, - "voter": "viktor.phuket" + "reputation": 0, + "rshares": 144713788, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2419719554, - "voter": "kalimor" + "reputation": 0, + "rshares": 145530993, + "voter": "yarly5" }, { "percent": "10000", "reputation": 0, - "rshares": 4061495224, - "voter": "ullikume" + "rshares": 82969949, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 589905374, - "voter": "romancs" + "reputation": 425858328404, + "rshares": 1574073135, + "voter": "anonblog" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 102207227772, - "voter": "thisisbenbrick" + "reputation": 12468455070375, + "rshares": 12876261032, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 59392094840, - "voter": "terrycraft" + "reputation": 2568808468562, + "rshares": 2530735267, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 18724869020, - "voter": "jphamer1" + "reputation": 69628175386, + "rshares": 442885717, + "voter": "quigua" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 105403203766, - "voter": "joele" + "reputation": 2564054618, + "rshares": 114357460, + "voter": "activcat" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 4173114356, - "voter": "oflyhigh" + "reputation": 28445884, + "rshares": 181303091, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2116670853, - "voter": "natalymaty" + "reputation": 58190631451, + "rshares": 16619579880, + "voter": "proto" }, { "percent": "10000", - "reputation": 58766754772, - "rshares": 71205425, - "voter": "sizil" + "reputation": 153480676290, + "rshares": 618984788, + "voter": "curator" }, { "percent": "10000", - "reputation": 1433416370023, - "rshares": 56869545401, - "voter": "driv3n" + "reputation": 6264990277085, + "rshares": 17685013006, + "voter": "pinkisland" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 400250376, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 3401416945201, - "rshares": 1238151090, - "voter": "villainblack" + "reputation": 0, + "rshares": 214643713, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 0, - "rshares": 9555623508, - "voter": "thebotkiller" + "reputation": 311022515119, + "rshares": 266840830, + "voter": "faraz" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 640277327, - "voter": "jrcornel" + "reputation": 0, + "rshares": 75136080, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 3976815048658, + "rshares": 1994584369, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 16914207527051, + "rshares": 33890360235, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1589088028, - "voter": "erikclark13" + "reputation": 1841035810445, + "rshares": 3053481772, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 0, - "rshares": 345636123, - "voter": "gamerate" + "reputation": -1193908062262, + "rshares": 122297166, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, - "rshares": 234922163, - "voter": "vootka" + "reputation": 2227557428863, + "rshares": 6664855932, + "voter": "sulev" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 58277489, - "voter": "confucius" + "reputation": 138974533507, + "rshares": 915405690, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 62929947, - "voter": "immortality" + "reputation": 979379098872, + "rshares": 1491810940, + "voter": "spinner" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1474401175, - "voter": "bledarus" + "reputation": 3962925392210, + "rshares": 4075542273, + "voter": "jed78" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81569054900, - "voter": "miacats" + "reputation": 283380527576, + "rshares": 5449839709, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 0, - "rshares": 117292449, - "voter": "future-shock" + "reputation": 17701690051649, + "rshares": 118718645332, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 49283901870, + "rshares": 1074649838, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 61110411, - "voter": "razberrijam" + "reputation": 1275505236, + "rshares": 8308167524, + "voter": "taker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 36625546797, + "rshares": 779260259, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 72982892, - "voter": "longevity" + "reputation": 8710090850955, + "rshares": 35775686256, + "voter": "rampant" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 61874235, - "voter": "rashka" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1250876333, - "voter": "chinadaily" + "reputation": 11856501387697, + "rshares": 46610922073, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11717634025, - "voter": "kyriacos" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 2747626258414, - "rshares": 2702504485, - "voter": "virtualgrowth" + "reputation": 90565359983, + "rshares": 24827810197, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4287508243, - "voter": "almerri" + "reputation": 3350958489391, + "rshares": 3838406010, + "voter": "darknet" }, { "percent": "10000", - "reputation": 64878458203, - "rshares": 1479262747, - "voter": "alexma3x" + "reputation": 6887127798781, + "rshares": 32778936910, + "voter": "xtester" }, { "percent": "10000", - "reputation": 2551239163442, - "rshares": 7663512488, - "voter": "johnnyyash" + "reputation": 36326774674, + "rshares": 65849371, + "voter": "bogartgaming" }, { "percent": "10000", "reputation": 0, - "rshares": 261528351, - "voter": "jimmytwoshoes" + "rshares": 3878727446, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 16426840706, - "rshares": 13163558868, - "voter": "gvargas123" + "reputation": 763153724550, + "rshares": 1031879792, + "voter": "overloaded" }, { "percent": "10000", - "reputation": 2594661721428, - "rshares": 4487719515, - "voter": "themanualbot" + "reputation": 150617632004, + "rshares": 4653331473, + "voter": "tommycoin" }, { "percent": "10000", - "reputation": 1909276298998, - "rshares": 1262694625, - "voter": "gdsprgdd" + "reputation": 117644956479, + "rshares": 14043738532, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2410017417, - "voter": "madoff" + "reputation": 66791976065, + "rshares": 92803702007, + "voter": "joele" }, { "percent": "10000", - "reputation": 486947585501, - "rshares": 749408554, - "voter": "telos" + "reputation": 6380056335097, + "rshares": 11898643200, + "voter": "randyclemens" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 1192403214, + "voter": "paynode" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 1562464639, + "rshares": 52521013, + "voter": "nickche" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 971138, + "rshares": 62152861, + "voter": "jjt333" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 84526266878, - "voter": "icfiedler" + "reputation": 191217797933, + "rshares": 61988730, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 2072126037, - "voter": "levycore" + "reputation": 386813325, + "rshares": 522769958, + "voter": "zmb" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 59772585, - "voter": "mrlogic" + "reputation": 303910488530, + "rshares": 9883959116, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17473914278, - "voter": "yef99" + "reputation": 0, + "rshares": 61746903, + "voter": "kpine" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 376105269, - "voter": "mig641" + "reputation": 513642753210, + "rshares": 1065103775, + "voter": "willybot" }, { "percent": "10000", - "reputation": 363503808, - "rshares": 2921237428, - "voter": "netaterra" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 8381969230, - "rshares": 59867038, - "voter": "stiffcliff1963" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 0, - "rshares": 59226282, - "voter": "zite" + "reputation": 6755300029, + "rshares": 1469966261, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 75274936, - "voter": "joelbow" + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": -642566206250, - "rshares": 11682555169, - "voter": "craigwilliamz" + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 6241105052, - "voter": "onetree" + "reputation": 1487684933351, + "rshares": 11747399227, + "voter": "borran" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1579417751, - "voter": "imag1ne" + "reputation": 13895575208, + "rshares": 57481384, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 6263695706748, - "rshares": 11727107997, - "voter": "steemitpatina" + "reputation": 37279727062, + "rshares": 1556121652, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 3749012705250, - "rshares": 6939384804, - "voter": "alexandre" + "reputation": 0, + "rshares": 57333623, + "voter": "loli" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8638127587, - "voter": "etcmike" + "reputation": 0, + "rshares": 51186720, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 799573517, - "voter": "runridefly" + "reputation": 7436429161346, + "rshares": 11490070535, + "voter": "mione" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 95676442, - "voter": "trendwizard" + "reputation": 312224301489, + "rshares": 15488313276, + "voter": "solar" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 717003388, - "voter": "gear66" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 804735971045, - "rshares": 1288096881, - "voter": "arnoldwish" + "reputation": 497846177749, + "rshares": 575708182, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 47334856382, + "rshares": 65286836, + "voter": "williamdevine" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1787270635, - "voter": "davidjkelley" + "reputation": 3168479764, + "rshares": 61110411, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 119601214, - "voter": "team101" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 6884730737, - "voter": "davidbrogan" + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 38377870181305, - "rshares": 28004183471, - "voter": "markrmorrisjr" + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" }, { "percent": "10000", - "reputation": 80500300321, - "rshares": 83514025, - "voter": "happylovelife" + "reputation": -30464467585, + "rshares": 79595914, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37321870175, - "voter": "sponge-bob" + "reputation": 4088300066909, + "rshares": 20527781112, + "voter": "runaway-psyche" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16218791383, - "voter": "digital-wisdom" + "reputation": 67427595157518, + "rshares": 608500164082, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 134056888284, - "rshares": 327430522782, - "voter": "cornerstone" + "reputation": 2725853299020, + "rshares": 5641736978, + "voter": "solarguy" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 3133379235, - "voter": "titusfrost" + "reputation": 0, + "rshares": 1336993907, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1277417706, - "voter": "maryfromsochi" + "reputation": 868924825603, + "rshares": 1169834378, + "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 1134384219489, - "rshares": 17336056410, - "voter": "oldstone" + "reputation": 24073624840, + "rshares": 2510434809, + "voter": "madoff" }, { "percent": "10000", "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 620099704, - "voter": "kev7000" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 363347220, - "voter": "shieha" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 172716911101, - "voter": "asksisk" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 55725073, - "voter": "budda" + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 264383314, - "voter": "maarnio" + "reputation": 20152481527, + "rshares": 61364261, + "voter": "igorterleg" }, { "percent": "10000", - "reputation": 2054735284171, - "rshares": 1773340725, - "voter": "luision" + "reputation": 5427607111677, + "rshares": 8222390659, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 71768449, + "voter": "vasilii" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2822111681, - "voter": "bwaser" + "reputation": 31757322861, + "rshares": 58276258, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 39148487, - "rshares": 54044546, - "voter": "pleasenobabies" + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" }, { "percent": "10000", "reputation": 0, - "rshares": 55093071, - "voter": "warhammer" + "rshares": 6857916334, + "voter": "blaat" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 227735119, - "voter": "irininich" + "reputation": 28176351271250, + "rshares": 64669014483, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 0, - "rshares": 55070425, - "voter": "roadhog" + "reputation": 46435222432, + "rshares": 1066156801, + "voter": "matildapurse" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 350295158, - "voter": "panther" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 263907652, - "voter": "alina1" + "reputation": 63845074863, + "rshares": 1852031403, + "voter": "themadmonk" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 11490547563070, + "rshares": 12248222173, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 55116893, - "voter": "catsmart" + "reputation": 3725920343994, + "rshares": 7757965105, + "voter": "booky" }, { "percent": "10000", - "reputation": 0, - "rshares": 108903782, - "voter": "dr-house" + "reputation": 6300363201553, + "rshares": 12271565452, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 1647174, - "rshares": 54856864, - "voter": "danbar" + "reputation": 1021682513, + "rshares": 57640846, + "voter": "mdx5009" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 55483558, - "voter": "plantbasedjunkie" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 4096902673961, - "rshares": 1500067426, - "voter": "tanyabtc" + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "-10000", + "reputation": 1050348110504, + "rshares": -2169272539, + "voter": "voluntary" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 21257284918, - "voter": "brains" + "reputation": 1480652550326, + "rshares": 1283755290, + "voter": "lenar" }, { "percent": "10000", - "reputation": 0, - "rshares": 54601718, - "voter": "imc" + "reputation": 335003583191, + "rshares": 98708571, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 51524412, - "voter": "waldemar-kuhn" + "reputation": 636339361438, + "rshares": 334390993, + "voter": "franks" }, { "percent": "10000", - "reputation": 0, - "rshares": 52332195, - "voter": "post-successful" + "reputation": 3144994876819, + "rshares": 1174463619, + "voter": "nulliusinverba" }, { - "percent": "1500", - "reputation": 8189791438741, - "rshares": 1780736904, - "voter": "skypilot" + "percent": "10000", + "reputation": 2516108074649, + "rshares": 627756601, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1142069399, - "voter": "steemafon" + "reputation": 4409431615794, + "rshares": 3974522279, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1650432966, - "voter": "anton333" + "reputation": 4818398060873, + "rshares": 72938987548, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, - "rshares": 5283965710, - "voter": "chick1" + "reputation": 19141466793, + "rshares": 59103677, + "voter": "alaqrab" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 250066271138, + "rshares": 76279116, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50470409, - "voter": "typingagent" + "reputation": 9696481439, + "rshares": 58404009, + "voter": "haulin" }, { "percent": "10000", - "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "reputation": 3575830946674, + "rshares": 12310708270, + "voter": "ryan-singer" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1610781077, - "voter": "ellepdub" + "reputation": 4254380753805, + "rshares": 1956423616, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": 189363957513, - "rshares": 66091870, - "voter": "rynow" + "reputation": 3218950171903, + "rshares": 5674937561, + "voter": "brandonv111" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 265141217, - "voter": "ola1" + "reputation": 5866355148762, + "rshares": 8912094160, + "voter": "heretickitten" }, { "percent": "10000", - "reputation": 768451347973, - "rshares": 327831004, - "voter": "jbaker585" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5464555777, - "voter": "herpetologyguy" + "reputation": 3573461197670, + "rshares": 11143705782, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 20797221470, + "rshares": 1714441918, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 10281190131715, - "rshares": 4015740494, - "voter": "ocrdu" + "reputation": 2721887929533, + "rshares": 7184066856, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 2597167689048, - "rshares": 1296631669, - "voter": "steemitmag" + "reputation": 1320261717074, + "rshares": 1500921186, + "voter": "carlyle" }, { "percent": "10000", - "reputation": 0, - "rshares": 329770945, - "voter": "robotev1" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 5077242728, - "voter": "morgan.waser" + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 74431494282, - "rshares": 142333424, - "voter": "iggy" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 520948047119, - "rshares": 51178638, - "voter": "cathi-xx" + "reputation": 982331434653, + "rshares": 87951188, + "voter": "rusla" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 754692557, - "voter": "robotev" + "reputation": 837791549130, + "rshares": 37297862572, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 68029907798, - "rshares": 65435879, - "voter": "vuyusile" + "reputation": 25508059, + "rshares": 51207552, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 0, - "rshares": 1633142169, - "voter": "strong-ai" + "reputation": 232802458264, + "rshares": 15873360087, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 16081629643, - "rshares": 132123857, - "voter": "altnews" + "reputation": 18088143027, + "rshares": 58351459, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 23482575003, - "rshares": 80896494, - "voter": "dmitriyso" + "reputation": -287669733, + "rshares": 56733180, + "voter": "flamedarkmoon" }, { "percent": "10000", - "reputation": 756228937, - "rshares": 72792245, - "voter": "motsna" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 0, - "rshares": 76019801, - "voter": "igtes" + "reputation": 2121626708565, + "rshares": 3189375248, + "voter": "titusfrost" }, { "percent": "10000", "reputation": 0, - "rshares": 82389591, - "voter": "adanufgail" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "Today I want to show you a tour of our universe.\nIn everyday life, few people pay attention for this beauty that is around us, you only need to lift up your head. Our universe is a unique and very beautiful place. \n\nAll the photos were shots by me.\n\nFor some description, the English text has been taken from the NASA site. Because, My English isn't that great and I think they know about space more than anyone on the planet. I have provided a Russian translation for my shortened version of the NASA text.\n\n\nSo here we go: Close to us is a famous Dumbbell Nebula\n\nhttp://s09.radikal.ru/i182/1608/15/dcec26388fa9.jpg\n\nDumbbell Nebula, or M27 - This is a very good example, of how star has become a multi-colored cloud of gas. It was discovered in 1764 by the famous Frenchman Charles Messier in 1250 and is located in the light-years away from our planet. Dumbbell Nebula came in space only about 3 or 4 thousand years ago. By the way, I wanna say, that nebula is the last stage of life of a star. Star come into this phase in the last years of his life. It is clearly visible ,as it is located not too far from earth. It has a very beautiful color, which can be enjoyed forever\n\n> \u0422\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u0413\u0430\u043d\u0442\u0435\u043b\u044c \u0438\u043b\u0438 \u041c27 \u2013 \u042d\u0442\u043e \u043e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0437\u0432\u0435\u0437\u0434\u0430 \u043f\u0440\u0435\u0432\u0440\u0430\u0442\u0438\u043b\u0430\u0441\u044c \u0432 \u0440\u0430\u0437\u043d\u043e\u0446\u0432\u0435\u0442\u043d\u043e\u0435 \u043e\u0431\u043b\u0430\u043a\u043e \u0433\u0430\u0437\u0430. \u041e\u043d\u0430 \u0431\u044b\u043b\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0430 \u0432 1764 \u0433\u043e\u0434\u0443 \u0437\u043d\u0430\u043c\u0435\u043d\u0438\u0442\u044b\u043c \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u043e\u043c \u0428\u0430\u0440\u043b\u044c\u0435 \u041c\u0435\u0441\u0441\u044c\u0435 \u0438 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432 1250 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u0433\u043e\u0434\u0430\u0445 \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u043f\u043b\u0430\u043d\u0435\u0442\u044b. \u0422\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u0413\u0430\u043d\u0442\u0435\u043b\u044c \u043f\u043e\u044f\u0432\u0438\u043b\u0430\u0441\u044c \u0432 \u043a\u043e\u0441\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0435 \u0432\u0441\u0435\u0433\u043e \u043e\u043a\u043e\u043b\u043e 3 \u0438\u043b\u0438 4 \u0442\u044b\u0441\u044f\u0447\u0435\u043b\u0435\u0442\u0438\u0439 \u043d\u0430\u0437\u0430\u0434. \u0421\u0442\u043e\u0438\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0442\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0441\u0442\u0430\u0434\u0438\u0435\u0439 \u0436\u0438\u0437\u043d\u0438 \u0437\u0432\u0435\u0437\u0434\u044b. \u0417\u0432\u0435\u0437\u0434\u0430 \u0432\u0441\u0442\u0443\u043f\u0430\u044e\u0442 \u0432 \u044d\u0442\u0443 \u0444\u0430\u0437\u0443 \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0433\u043e\u0434\u044b \u0441\u0432\u043e\u0435\u0439 \u0436\u0438\u0437\u043d\u0438. \u041e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u043e \u0437\u0430\u043c\u0435\u0442\u043d\u0430, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0430 \u043d\u0435 \u0442\u0430\u043a \u0434\u0430\u043b\u0435\u043a\u043e \u043e\u0442 \u0437\u0435\u043c\u043b\u0438. \u0418\u043c\u0435\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u043a\u0440\u0430\u0441\u0438\u0432\u044b\u0435 \u0446\u0432\u0435\u0442\u0430, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u043b\u044e\u0431\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0432\u0435\u0447\u043d\u043e\u0441\u0442\u044c.\n\nPhoto by me. I used \u0421anon 550d ( iso 3200 , 60\u044515 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap150820.html\n\nMoving on. Far away from us is a wonderful galaxy called M101\n\nhttp://s018.radikal.ru/i500/1608/02/3e1843237627.jpg\n\nM 101 - large spiral galaxy, which is placed on a 25 million light years from earth. The huge size and incredible beauty makes it an excellent target for observation. It is about 70% larger than our Milky Way galaxy. The discovery was made by Pierre Mechain March 27, 1781. We see a huge spiral arms, which extend from the core of the galaxy. Blue color that we see around the coilsfrom the words scientists, this warm gas around neutron stars and black holes.\n\n> \u041c 101 - \u0411\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u043f\u0438\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0430 , \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0432 25 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u043e\u0432 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u043b\u0435\u0442 \u043e\u0442 \u0437\u0435\u043c\u043b\u0438.\u041e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0438 \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u0430\u044f \u043a\u0440\u0430\u0441\u043e\u0442\u0430 \u0434\u0435\u043b\u0430\u0435\u0442 \u0435\u0435 \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f. \u041e\u043d\u0430 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u043d\u0430 70% \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0430\u0448\u0435\u0439 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0438 \u041c\u043b\u0435\u0447\u043d\u044b\u0439 \u043f\u0443\u0442\u044c. . \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0431\u044b\u043b\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e \u041f\u044c\u0435\u0440\u043e\u043c \u041c\u0435\u0448\u0435\u043d\u043e\u043c 27 \u043c\u0430\u0440\u0442\u0430 1781 \u0433\u043e\u0434\u0430.\u041c\u044b \u0432\u0438\u0434\u0438\u043c \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0435 \u0441\u043f\u0438\u0440\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0442\u0432\u0438 , \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0442\u0445\u043e\u0434\u044f\u0442 \u043e\u0442 \u0441\u0435\u0440\u0434\u0446\u0435\u0432\u0438\u043d\u044b \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0438.\u0413\u043e\u043b\u0443\u0431\u043e\u0439 \u0446\u0432\u0435\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u044b \u0432\u0438\u0434\u0438\u043c \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u043f\u0438\u0440\u0430\u043b\u0435\u0439, \u0441\u043e \u0441\u043b\u043e\u0432 \u0443\u0447\u0435\u043d\u044b\u0445, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0442\u0435\u043f\u043b\u044b\u043c \u0433\u0430\u0437\u043e\u043c \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u043c\u0438 \u043d\u0435\u0439\u0442\u0440\u043e\u043d\u044b\u043c\u0438 \u0437\u0432\u0435\u0437\u0434\u0430\u043c\u0438 \u0438 \u0447\u0435\u0440\u043d\u044b\u043c\u0438 \u0434\u044b\u0440\u0430\u043c\u0438\n\nPhoto by me. I used \u0421anon 550d ( iso 3200 , 43\u0445300 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap120713.html\n\nKeep going. The unique combination of just 3 galaxies. They called - Leo Triplet\n\nhttp://s02.radikal.ru/i175/1608/01/3428824844fd.jpg\n\nLeo Triplet - a collection of three spectacular looking for observations of galaxies. Even a small telescope will show the power of amazing images. This cluster of galaxies are located 30 million light years from our planet, and their name: M65, M66 and NGC 3628. Winter and spring seasons will be optimal for observation, but it would be better to leave the city.All of these galaxies are spiral - like our own Milky Way.\n\n> \u0422\u0440\u0438\u043f\u043b\u0435\u0442 \u041b\u044c\u0432\u0430 \u2013 \u044d\u0442\u043e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u0438\u0437 \u0442\u0440\u0435\u0445 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u044f\u044e\u0449\u0435 \u0432\u044b\u0433\u043b\u044f\u0434\u044f\u0449\u0438\u0445 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044f \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a. \u0414\u0430\u0436\u0435 \u0442\u0435\u043b\u0435\u0441\u043a\u043e\u043f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u0435\u043d \u0432\u044b\u0434\u0430\u0442\u044c \u043f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435. \u0414\u0430\u043d\u043d\u043e\u0435 \u0441\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u0435 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0438 30 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u043e\u0432 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u043b\u0435\u0442 \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u043f\u043b\u0430\u043d\u0435\u0442\u044b, \u0438 \u0438\u043c\u0435\u043d\u0443\u044e\u0442\u0441\u044f \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c: M65 , M66 \u0438 NGC 3628. \u0417\u0438\u043c\u0430 \u0438 \u0432\u0435\u0441\u043d\u0430 \u0441\u0442\u0430\u043d\u0443\u0442 \u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0430\u043c\u0438 \u0433\u043e\u0434\u0430 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f, \u043d\u043e \u043b\u0443\u0447\u0448\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0435\u0445\u0430\u0442\u044c \u0437\u0430 \u0433\u043e\u0440\u043e\u0434. \u0412\u0441\u0435 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0438 \u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043a \u0441\u043f\u0438\u0440\u0430\u043b\u044c\u043d\u044b\u043c \u2013 \u0442\u0430\u043a\u0438\u043c \u043a\u0430\u043a \u041c\u043b\u0435\u0447\u043d\u044b\u0439 \u041f\u0443\u0442\u044c.\n\nPhoto by me. I used \u0421anon 550d ( iso 800 , 122\u044530 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap110803.html\n\nNext we see the Huge and stunning galaxy called Andromeda\n\nhttp://s019.radikal.ru/i626/1608/68/97ddfda05c4b.jpg\n\nhttp://s018.radikal.ru/i505/1608/9e/005bd1b5069e.jpg\n\nAndromeda Galaxy (M31 or NGC 224) - this is the closest galaxy to our Milky Way. Andromeda is located two and a half million light-years away from our planet. It accommodates 1 trillion stars, which is 5 times more than in our galaxy. At the moment not found proof of the existence of extraterrestrial life, but among such a large number of stars probably find that star, close to where is a planet suitable for life. If you believe the scientists, Andromeda and the Milky Way collide with each other in 3 - 5 billion years\n\n> \u0413\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0430 \u0410\u043d\u0434\u0440\u043e\u043c\u0435\u0434\u0430 ( M 31 \u0438\u043b\u0438 NGC 224) \u2013 \u044d\u0442\u043e \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0430\u044f \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0430 \u043a \u043d\u0430\u0448\u0435\u043c\u0443 \u041c\u043b\u0435\u0447\u043d\u043e\u043c\u0443 \u043f\u0443\u0442\u0438. \u0410\u043d\u0434\u0440\u043e\u043c\u0435\u0434\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u0434\u0432\u0443\u0445 \u0441 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u0439 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u0430 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u043b\u0435\u0442 \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u043f\u043b\u0430\u043d\u0435\u0442\u044b. \u0412 \u043d\u0435\u0439 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043e \u043e\u043a\u043e\u043b\u043e 1 \u0442\u0440\u0438\u043b\u043b\u0438\u043e\u043d\u0430 \u0437\u0432\u0435\u0437\u0434, \u0447\u0442\u043e \u0432 5 \u0440\u0430\u0437 \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u043c \u0432 \u043d\u0430\u0448\u0435\u0439 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435. \u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u043d\u0435\u0437\u0435\u043c\u043d\u043e\u0439 \u0436\u0438\u0437\u043d\u0438, \u043e\u0434\u043d\u0430\u043a\u043e \u0441\u0440\u0435\u0434\u0438 \u0442\u0430\u043a\u043e\u0433\u043e \u043e\u0433\u0440\u043e\u043c\u043d\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430 \u0437\u0432\u0435\u0437\u0434 \u043d\u0430\u0432\u0435\u0440\u043d\u044f\u043a\u0430 \u043d\u0430\u0439\u0434\u0435\u0442\u0441\u044f \u0442\u0430 \u0437\u0432\u0435\u0437\u0434\u0430, \u0440\u044f\u0434\u043e\u043c \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u043b\u0430\u043d\u0435\u0442\u0430, \u043f\u0440\u0438\u0433\u043e\u0434\u043d\u0430\u044f \u0434\u043b\u044f \u0436\u0438\u0437\u043d\u0438. \u0415\u0441\u043b\u0438 \u0432\u0435\u0440\u0438\u0442\u044c \u0443\u0447\u0435\u043d\u044b\u043c, \u0410\u043d\u0434\u0440\u043e\u043c\u0435\u0434\u0430 \u0438 \u041c\u043b\u0435\u0447\u043d\u044b\u0439 \u043f\u0443\u0442\u044c \u0441\u0442\u043e\u043b\u043a\u043d\u0443\u0442\u044c\u0441\u044f \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u0447\u0435\u0440\u0435\u0437 3 - 5 \u043c\u0438\u043b\u043b\u0438\u0430\u0440\u0434\u043e\u0432 \u043b\u0435\u0442. \n\nPhoto by me. I used \u0421anon 550d ( iso 1600 , 30\u044560 sec and iso 6000 , 80\u0445300 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap140730.html\n\nOne more very beautiful galaxy, which is located in the constellation Andromeda.\n\nhttp://s018.radikal.ru/i510/1608/cb/9f1beec0f285.jpg\n\nGalaxy NGC 891 is located in the constellation of Andromeda, and is located on our earth at a distance of about 30 million light-years. About this galaxy is known not so much, only that the dark stripe that you see in the middle of the galaxy, a cosmic dust\n\n\u0413\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0430 NGC 891 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u0430 \u0432 \u0441\u043e\u0437\u0432\u0435\u0437\u0434\u0438\u0438 \u0410\u043d\u0434\u0440\u043e\u043c\u0435\u0434\u0430, \u0438 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u0437\u0435\u043c\u043b\u0438 \u043d\u0430 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043e\u043a\u043e\u043b\u043e 30 \u043c\u0438\u043b\u043b\u0438\u043e\u043d\u043e\u0432 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u043b\u0435\u0442. \u041e\u0431 \u044d\u0442\u043e\u0439 \u0413\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e \u043d\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e , \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \u0442\u0435\u043c\u043d\u0430\u044f \u043f\u043e\u043b\u043e\u0441\u0430 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0432\u0438\u0434\u0438\u0442\u0435 \u043f\u043e \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435, \u044d\u0442\u043e \u043a\u043e\u0441\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u044b\u043b\u044c\n\nPhoto by me. I used \u0421anon 550d ( iso 3200 , 320\u044515 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap131011.html\n\nIt is one and the most beautiful thing I've ever seen. This is Veil Nebula\n\nhttp://s020.radikal.ru/i715/1608/bf/e3cd78fc027d.jpg\n\nWitch's Broom Nebula (NGC 6960) is located in the direction of the constellation Cygnus, about 1,400 light-years away from our earth. It received its name, because of the peculiar shape, like a broom. In the center of the nebula, we can see the huge and bright star 52 Cygni, but it has nothing to do with our nebula. A variety of colors and original form, of attracting a many great amateur astronomers.\n\n> \u0422\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u0412\u0435\u0434\u044c\u043c\u0438\u043d\u0430 \u043c\u0435\u0442\u043b\u0430 ( NGC 6960 ) \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0430 \u0432 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043a \u0441\u043e\u0437\u0432\u0435\u0437\u0434\u0438\u044e \u041b\u0435\u0431\u0435\u0434\u044f \u043e\u043a\u043e\u043b\u043e 1400 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u0445 \u043b\u0435\u0442 \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u0437\u0435\u043c\u043b\u0438. \u0421\u0432\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430 \u0438\u0437 \u0437\u0430 \u0441\u0432\u043e\u0435\u043e\u0431\u0440\u0430\u0437\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u044b, \u043f\u043e\u0445\u043e\u0436\u0435\u0439 \u043d\u0430 \u043c\u0435\u0442\u043b\u0443. \u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443 \u0442\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u0438 \u043c\u044b \u043c\u043e\u0436\u0435\u043c \u0432\u0438\u0434\u0435\u0442\u044c \u043e\u0433\u0440\u043e\u043c\u043d\u0443\u044e \u0438 \u044f\u0440\u043a\u0443\u044e \u0437\u0432\u0435\u0437\u0434\u0443 \u041b\u0435\u0431\u0435\u0434\u044f, \u043d\u043e \u043e\u043d\u0430 \u043d\u0438\u043a\u0430\u043a \u043d\u0435 \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e \u0441 \u043d\u0430\u0448\u0435\u0439 \u0442\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c\u044e. \u0420\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u0435 \u0446\u0432\u0435\u0442\u043e\u0432 \u0438 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u043c\u043d\u043e\u0433\u0438\u0445 \u043b\u044e\u0431\u0438\u0442\u0435\u043b\u0435\u0439 \u0430\u0441\u0442\u0440\u043e\u043d\u043e\u043c\u0438\u0438\n\nPhoto by me. I used \u0421anon 550d ( iso 4000 , 53\u044525 sec) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap000823.html\n\nAnd finally, the famous Iris Nebula\n\nhttp://s020.radikal.ru/i706/1608/cf/453861b4b360.jpg\n\nIris Nebula (NGC 7023) is located 1,300 light-years away from of our earth. The discovery of a nebula did William Herschel October 18, 1794. Nebula in the constellation Cepheus. According to scientists, Iris have a particular contains hydrogen gas, thanks to which a new stars born. This is a unique view, like the flower ,in the center of which is a bright star. Thanks to her, we can see this beautiful blue outline.\n\n> \u0422\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u0418\u0440\u0438\u0441 ( NGC 7023 ) \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0430 \u0432 1300 \u0441\u0432\u0435\u0442\u043e\u0432\u044b\u044a \u043b\u0435\u0442 \u043e\u0442 \u043d\u0430\u0448\u0435\u0439 \u0437\u0435\u043c\u043b\u0438. \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0442\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u0434\u0435\u043b\u0430\u043b \u0423\u0438\u043b\u044c\u044f\u043c \u0413\u0435\u0440\u0448\u0435\u043b\u044c 18 \u043e\u043a\u0442\u044f\u0431\u0440\u044f 1794 \u0433\u043e\u0434\u0430. \u0422\u0443\u043c\u0430\u043d\u043d\u043e\u0441\u0442\u044c \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u043e\u0437\u0432\u0435\u0437\u0434\u0438\u0438 \u0426\u0435\u0444\u0435\u044f. \u041f\u043e \u0434\u0430\u043d\u043d\u044b\u043c \u0443\u0447\u0435\u043d\u044b\u043c, \u0432 \u0418\u0440\u0438\u0441\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442\u0441\u044f \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u044b\u0439 \u0433\u0430\u0437 \u0432\u043e\u0434\u043e\u0440\u043e\u0434\u0430, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u043e\u0432\u044b\u0435 \u0437\u0432\u0435\u0437\u0434\u044b. \u042d\u0442\u043e \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u0440\u0435\u043b\u0438\u0449\u0435, \u043f\u043e\u0445\u043e\u0436\u0435\u0435 \u043d\u0430 \u0446\u0432\u0435\u0442\u043e\u043a, \u0432 \u0446\u0435\u043d\u0442\u0440\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u044f\u0440\u043a\u0430\u044f \u0437\u0432\u0435\u0437\u0434\u0430. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0435\u0439, \u043c\u044b \u043c\u043e\u0436\u0435\u043c \u0432\u0438\u0434\u0435\u0442\u044c \u044d\u0442\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u043e\u0435 \u0433\u043e\u043b\u0443\u0431\u043e\u0435 \u043e\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u0435\n\nPhoto by me. I used \u0421anon 550d ( iso 800 , 40\u0445125 sec and 20x300 sec ) and Teleskope SW 150/750 EQ3\nNasa Explanation - http://apod.nasa.gov/apod/ap120929.html\n\nDon't forget to follow @luision\n-\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.***\n***@luision is part of my current effort to promote foreign language writers writing in English and Russian***", - "body_length": 9058, - "cashout_time": "2016-09-09T13:41:27", - "category": "astronomy", - "children": 32, - "created": "2016-09-02T13:41:27", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"astronomy\",\"photography\",\"galaxy\",\"nebula\",\"space\"],\"image\":[\"http://s09.radikal.ru/i182/1608/15/dcec26388fa9.jpg\",\"http://s018.radikal.ru/i500/1608/02/3e1843237627.jpg\",\"http://s02.radikal.ru/i175/1608/01/3428824844fd.jpg\",\"http://s019.radikal.ru/i626/1608/68/97ddfda05c4b.jpg\",\"http://s018.radikal.ru/i505/1608/9e/005bd1b5069e.jpg\",\"http://s018.radikal.ru/i510/1608/cb/9f1beec0f285.jpg\",\"http://s020.radikal.ru/i715/1608/bf/e3cd78fc027d.jpg\",\"http://s020.radikal.ru/i706/1608/cf/453861b4b360.jpg\"],\"links\":[\"http://apod.nasa.gov/apod/ap150820.html\",\"http://apod.nasa.gov/apod/ap120713.html\",\"http://apod.nasa.gov/apod/ap110803.html\",\"http://apod.nasa.gov/apod/ap140730.html\",\"http://apod.nasa.gov/apod/ap131011.html\",\"http://apod.nasa.gov/apod/ap000823.html\",\"http://apod.nasa.gov/apod/ap120929.html\"],\"users\":[\"luision\",\"gavvet\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-02T14:10:57", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 59218863219426, - "parent_author": "", - "parent_permlink": "astronomy", - "pending_payout_value": "388.955 HBD", - "percent_hbd": 10000, - "permlink": "telescopic-tour-featuring-luision-as-author", - "post_id": 1098399, - "promoted": "0.100 HBD", - "replies": [], - "root_title": "Telescopic tour (featuring @luision as author)", - "title": "Telescopic tour (featuring @luision as author)", - "total_payout_value": "0.000 HBD", - "url": "/astronomy/@gavvet/telescopic-tour-featuring-luision-as-author" - }, - { - "active_votes": [ + "rshares": 55340822, + "voter": "l3itcoin" + }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7408961356962, - "voter": "steempty" + "reputation": 785171622834, + "rshares": 5737502211, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 31501292268555, - "voter": "smooth" + "reputation": 12539394694005, + "rshares": 3069525844, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14427382403972, - "voter": "summon" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 70486967561347, - "rshares": 39381809350319, - "voter": "blocktrades" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { - "percent": "300", - "reputation": 13270505121655, - "rshares": 2553792742019, - "voter": "ned" + "percent": "10000", + "reputation": 262756573957, + "rshares": 581314344, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 36132767915305, - "voter": "jamesc" + "reputation": 640164473382, + "rshares": 56143941, + "voter": "zettar" }, { "percent": "10000", - "reputation": 0, - "rshares": 169471821904, - "voter": "highasfuck" + "reputation": 2840774649947, + "rshares": 16088427371, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7194740344088, - "voter": "riverhead" + "reputation": 1108819043543, + "rshares": 13959387330, + "voter": "bluehorseshoe" }, { "percent": "10000", "reputation": 0, - "rshares": 3188706395059, - "voter": "lafona-miner" - }, - { - "percent": "10000", - "reputation": 1049211085828, - "rshares": 5925521140781, - "voter": "enki" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1766192886774, - "voter": "hr1" + "reputation": 5949422263, + "rshares": 172708262496, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 9111465318256, - "rshares": 416510395829, - "voter": "lafona" + "reputation": 333300187103, + "rshares": 57678842, + "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 1013723809619, - "voter": "ihashfury" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 454674995328, - "rshares": 1067666966728, - "voter": "delegate.lafona" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 320977553027, - "voter": "lafona5" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3719941864, - "voter": "boy" + "reputation": 630212931199, + "rshares": 182932028, + "voter": "jiacyhb" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1884315277167, - "voter": "xeroc" + "reputation": 3533625673, + "rshares": 23194048540, + "voter": "dubi" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4516147611, - "voter": "bue-witness" + "reputation": 808913218021, + "rshares": 343777046, + "voter": "anahilarski" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 828487754, - "voter": "bunny" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 7162816709555, - "voter": "complexring" + "reputation": 1810829967, + "rshares": 2762184207, + "voter": "bwaser" }, { - "percent": "3000", - "reputation": 49280708331375, - "rshares": 2094877311540, - "voter": "arhag" + "percent": "10000", + "reputation": 6227584776320, + "rshares": 5145752624, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64958849557, - "voter": "bue" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993561596, - "voter": "mini" + "reputation": 2609275826131, + "rshares": 103730281, + "voter": "alina1" }, { "percent": "10000", "reputation": 0, - "rshares": 256421495, - "voter": "moon" + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 210443752490, - "voter": "alex90342fastn1" + "reputation": 2332975763185, + "rshares": 56372318, + "voter": "patelincho" }, { "percent": "10000", - "reputation": 36473167044, - "rshares": 62049424785, - "voter": "jason" + "reputation": 304603834882, + "rshares": 387610845, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 0, - "rshares": 399168404164, - "voter": "recursive3" + "reputation": -119859903423, + "rshares": 71464098, + "voter": "and030380" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2464887925984, - "voter": "recursive" + "reputation": 50326964582800, + "rshares": 262992774734, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5604116755723, - "voter": "smooth.witness" + "reputation": 19674745811334, + "rshares": 65719877388, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3082510227736, - "voter": "onceuponatime" + "reputation": 26215514, + "rshares": 18201893391, + "voter": "brains" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 11536845001, - "voter": "proctologic" + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 0, - "rshares": 747412202, - "voter": "healthcare" + "reputation": 353288883728, + "rshares": 463572260, + "voter": "floweroflife" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160864898, - "voter": "daniel.pan" + "reputation": 70707045777, + "rshares": 60751567, + "voter": "knight-angel" }, { "percent": "10000", - "reputation": 74299604102, - "rshares": 3565556011, - "voter": "spartako" + "reputation": 33637169873, + "rshares": 61276068, + "voter": "sressler" }, { "percent": "10000", - "reputation": 0, - "rshares": 345809422, - "voter": "helen.tan" + "reputation": -674983067, + "rshares": 52041445, + "voter": "yegor" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 85597447040, - "voter": "unosuke" + "reputation": 1586351489943, + "rshares": 824426750, + "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 89000009145, - "voter": "edgeland" + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 80521329363, - "voter": "easteagle13" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 10686737941, - "voter": "ervin-lemark" + "reputation": 861400654873, + "rshares": 1168629153, + "voter": "steemafon" }, { - "percent": "0", - "reputation": 1170046963301, - "rshares": 384947216, - "voter": "asabovesobelow" + "percent": "10000", + "reputation": 6814892232024, + "rshares": 17234655590, + "voter": "vermillion666" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8045472632, - "voter": "cryptorune" + "reputation": 31479863, + "rshares": 52930132, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7585671701, - "voter": "fran2k" + "reputation": 6880595844755, + "rshares": 57446158646, + "voter": "rogerkver" }, { - "percent": "5000", - "reputation": 4931834878069, - "rshares": 11589802844, - "voter": "fkn" + "percent": "10000", + "reputation": 5646699288797, + "rshares": 3044653303, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 14848515958625, - "rshares": 83672570489, - "voter": "kingscrown" + "reputation": 1201509725074, + "rshares": 67451403, + "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 25092043868, - "voter": "instructor2121" + "reputation": 1770877346455, + "rshares": 843848361, + "voter": "changkun" }, { "percent": "10000", - "reputation": 3940140049670, - "rshares": 46036497251, - "voter": "tsugimoto" + "reputation": 270609126129, + "rshares": 1876382808, + "voter": "steemsquad" }, { - "percent": "-10000", - "reputation": 5045406568403, - "rshares": -34310886428, - "voter": "james-show" + "percent": "10000", + "reputation": 570800415880, + "rshares": 1543831529, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2184755274, - "voter": "gekko" + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 344519082931, - "voter": "teamsteem" + "reputation": 1502200909130, + "rshares": 96292269, + "voter": "ola1" }, { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16586596191, - "voter": "elishagh1" + "percent": "10000", + "reputation": 6072650400812, + "rshares": 5238125015, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 695645444395, - "voter": "nanzo-scoop" + "reputation": 601020100087, + "rshares": 52785710, + "voter": "sicilian" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 234252107575, - "voter": "pal" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 827597097, - "voter": "weenfan" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2754423171, - "voter": "jerome-colley" + "reputation": 8090444870, + "rshares": 53600374, + "voter": "acura-tech" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 18271226917, - "voter": "acidyo" + "reputation": 878526376261, + "rshares": 52605586, + "voter": "mlialen" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 158462665913, - "voter": "steve-walschot" + "reputation": 3765152822, + "rshares": 65259350, + "voter": "arnebolen" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56771072400, - "voter": "hannixx42" + "reputation": 0, + "rshares": 4969160858, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 229474497594, - "voter": "mummyimperfect" + "reputation": 272497517948, + "rshares": 67496150, + "voter": "bobbybillbob" }, { "percent": "10000", - "reputation": 32983096229, - "rshares": 75787063719, - "voter": "tosch" + "reputation": 15733009437, + "rshares": 53171538, + "voter": "sroka87" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1154102439, - "voter": "coar" + "reputation": 11222113294, + "rshares": 53426834, + "voter": "lightobserver" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 71173377912, - "voter": "asch" - }, - { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432379596, - "voter": "murh" + "reputation": 994665254475, + "rshares": 57347558, + "voter": "modernsuperior" }, { "percent": "10000", - "reputation": 2510175673478, - "rshares": 25682795435, - "voter": "dking7334" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 108162024968, - "rshares": 3149127765, - "voter": "framelalife" + "reputation": 9050222935, + "rshares": 52030157, + "voter": "neophonic" }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 35555898388, - "voter": "ranko-k" + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 492642229705, - "voter": "cyber" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 63095920811, - "voter": "ak2020" + "reputation": 1533678042141, + "rshares": 464502884, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 265139336442, - "voter": "billbutler" + "reputation": 617955620301, + "rshares": 932827695, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 78979131624, - "voter": "eric-boucher" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 2130292884052, - "rshares": 197883026246, - "voter": "leon-fu" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9364126518, - "voter": "johnerfx" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 372288083383, - "voter": "taoteh1221" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 407989965, - "voter": "applecrisp" + "reputation": 7031497, + "rshares": 50258414, + "voter": "mardvin" }, { "percent": "10000", - "reputation": 1376656930605, - "rshares": 5503906565, - "voter": "karbonxx" + "reputation": 16681034811, + "rshares": 3743155194, + "voter": "dodders007" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1709281731, - "voter": "spartanza" + "reputation": 0, + "rshares": 50146097, + "voter": "b0atman" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 347769443485, - "voter": "hedge-x" + "reputation": 3606347249409, + "rshares": 50098580, + "voter": "ltm" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50749162762, - "voter": "juanmiguelsalas" + "reputation": 0, + "rshares": 1567256942, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 63207430891, - "voter": "ratel" + "reputation": 1364743849, + "rshares": 77682433, + "voter": "sonea" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 51707967580, - "voter": "thecryptodrive" + "reputation": 0, + "rshares": 80889492, + "voter": "gvis" }, { "percent": "10000", - "reputation": 3525238421, - "rshares": 74946496837, - "voter": "a48" + "reputation": 0, + "rshares": 80872128, + "voter": "igtes" }, { "percent": "10000", - "reputation": 14675201322501, - "rshares": 77759927260, - "voter": "faddat" + "reputation": 12945831370, + "rshares": 80818030, + "voter": "rymlen" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 75956248151, - "voter": "tim-johnston" + "reputation": 0, + "rshares": 82382934, + "voter": "symphonette" }, { "percent": "10000", - "reputation": 37015270307, - "rshares": 321331496, - "voter": "hendra-khaidir" + "reputation": 6259421, + "rshares": 80747983, + "voter": "nickinicole" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 1866168070, - "voter": "stephen-somers" - }, + "reputation": 303263257, + "rshares": 80746075, + "voter": "workwithpleasure" + } + ], + "author": "charleshosk", + "author_reputation": 19196715690053, + "beneficiaries": [], + "body": "_After Lyn joined [Steemit](https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit), I've decided to repost an article that I drafted on Ross Ulbricht shortly after his life sentence in May of 2015. While progress seems to have been made in the grand injustice that is the war on drugs, we still endure the brutal hand of careless bureaucrats hiding behind morally vacuous arguments._\n\n_Millions of Americans are still either in jail or have gone to jail for nonviolent offenses. The aftermath extends far beyond the period of incarceration with broken families, inability to pursue higher education or reasonable employment and a permanent stigma of a felon's criminal record. We have created generations of American's existing in an underclass that understandably becomes more hostile and dangerous over time._\n\n_My hope is that the next generation of American leaders can have a more informed, data driven and objective conversation about the war on drugs and its eventual end. We should not allow institutions to exist that promote human misery for profit. Nor should we allow arguments that destroying nonviolent people's lives somehow protects them or society._\n\n_Enjoy!_ \n\n**Thoughts on Ross**\n![Picture of the Roman's Fighting](https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg)\n\nFrom time to time, I enjoy investing an afternoon considering politics and the state of affairs here in the United States. Our country is the first hyperpower forcing all other nations to consider us in whatever policy happens to be the day's grock. This reality is divorced from ethical or moral metrics and the war on drugs is no different.\n\nFor whatever reason (religious, practical, dystopian, etc), policymakers in the United States have continuously decided to label a behavior or substance as dangerous to the social fabric\u2122 of our society. Prohibition is the standard example and its spectacular failure is somehow forgotten. We saw and acknowledge the rise of the modern mafia. We saw the decentralized nature of resistance through bootleggers (some say one who's [kid](http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/) become president) and the FBI form to stop the bootleggers empowering J. Edgar Hoover to terrorize two generations of Americans via illegal spying and blackmail (including [Martin Luther King](http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1)). Yet why have no lessons been learned?\n\nThe war of drugs is a leviathan that has imprisoned millions of Americans (vastly [disportionate for minorities](https://www.drugpolicy.org/race-and-drug-war)), formed massive bureaucracies such as the DEA and their state equivalents, and like Hoover's FBI slowly transformed society to both militarize the police and make [their actions somehow ok](http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/). Where in this process have we asked what the goal exactly is? Why are we as a country destroying families, imprisoning millions and treating addicts as hardened criminals? Why have we created an industry that robs us of our constitutional rights and turns our police force into something resembling the Stasi? \n\nI honestly don't have a good answer. There is perhaps an historical context that could be explored and used to synthetically explain why we are somehow comfortable as a nation using a plato like ideal social fabric\u2122 to justify incarcerating millions for non-violent crimes. Yet this leaves a putrid taste in my mouth. \n\nThe United States drug policy is simply put immoral to the core. If drug use results in damage to one's relationships, then hold people accountable for their actions. But instead we say that Heroin somehow is more damaging than alcohol? Marijuana is a gateway to personal destruction (except for when our presidents smoke it [[1](http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/)][[2](https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video)])? I guess Colorado is doomed then :).\n\nNow enter Ross Ulbricht the dread pirate roberts. He isn't a very nice person. No one running a drug cartel really is a nice person. But he isn't a Zetas Cartel kingpin proudly displaying the heads of his enemies. He is a programmer who saw an opportunity to use emerging technology to enrich himself without regard to the current egregious law. He believed that he could stay hidden thanks to the nature of Tor and Bitcoin. He also believed that a decentralized marketplace could reduce the violence associated with the drug trade (which is fair considering that violence comes from the prohibition not the other way around). \n\nAnd the fruits of his labors were a modest marketplace that was the safest and lowest violence drug exchange in the world. It also allowed suppliers to directly sell to consumers cutting out the middleman who usually end up being pretty evil. Compared to the Golden Triangle, a relatively small amount of funds changed hands and consumers got their substances. The vast majority didn't go crazy and grab chainsaws for some [Tony Montana action](https://www.youtube.com/watch?v=kg7goEASO5E). The vast majority didn't destroy their families and social networks. The vast majority are still living their lives amongst us going to work, church or vacations. Somehow the social fabric\u2122 the government must protect hasn't been torn.\n\nYet Ross now gets to spend the rest of his life in prison as a living symbol of the war on drugs. He has effectively become its Nelson Mandela. The Silk Road won't go away. Those who are knowledgeable about cryptography and the nature of the internet will cite technology like Openbazaar and other such systems as the bittorrent moment of online drug trade. Ross's imprisonment will send no message contrary to what the prosecutor suggests, it just increases the stakes for anonymity and the amount of potential profit from the trade.\n\nThe countermeasures will inevitably be a war on cryptography (I should trademark that one) and internet anonymity. To protect the social fabric\u2122, the United States must rob us of our privacy and autonomy. We must accept that all packets need to be inspected. Secrets are illegal. And no doubt massive government budgets must be increased. Think of your children! \n\nI'm really done with this madness. We supposedly have a republic and have the right to change things. At this moment, I'd like to divide the bitcoin space into two groups. Those that complain about the injustice of Ross's sentence and those that do something about it. I'm going to do something about it. My company is going to build some great tools to preserve personal privacy (that thing we have a constitutional right to) and make sure they are open source and well distributed.\n\nI'm also going to ask everyone in this space to be in the second bucket. Do something about this injustice. Think about the software you could write. Organize meetups and spread the word. We didn't like our money or the banks so we made new money. Is in inconceivable that we can make a new society with a social fabric that's actually worth protecting?", + "body_length": 7310, + "cashout_time": "2016-09-08T17:31:48", + "category": "philosophy", + "children": 58, + "created": "2016-09-01T17:31:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"crypto-news\",\"silk-road\",\"bitcoin\",\"drugs\"],\"links\":[\"https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit\",\"http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/\",\"http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1\",\"https://www.drugpolicy.org/race-and-drug-war\",\"http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/\",\"http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/\",\"https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video\",\"https://www.youtube.com/watch?v=kg7goEASO5E\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T17:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 185937158238150, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "3334.763 HBD", + "percent_hbd": 10000, + "permlink": "my-thoughts-on-ross", + "post_id": 1087478, + "promoted": "0.000 HBD", + "reblogged_by": [ + "jamesc" + ], + "replies": [], + "root_title": "My Thoughts on Ross", + "title": "My Thoughts on Ross", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@charleshosk/my-thoughts-on-ross" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 30097018787, - "rshares": 315338917, - "voter": "bitcoinnational" + "reputation": 145171381514207, + "rshares": 29155803291884, + "voter": "dantheman" }, { - "percent": "10000", - "reputation": 9186061899783, - "rshares": 39609252540, - "voter": "michaelx" + "percent": "-10000", + "reputation": 446491524573, + "rshares": -56558430754, + "voter": "fminerten1" }, { - "percent": "10000", - "reputation": 22794273843250, - "rshares": 149907512874, - "voter": "thedashguy" + "percent": "-10000", + "reputation": 83122046, + "rshares": -16730683922792, + "voter": "itsascam" }, { "percent": "10000", - "reputation": 696041082748, - "rshares": 571969728, - "voter": "proglobyte" + "reputation": 261787136527, + "rshares": 715315172073, + "voter": "barrie" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5888991930, - "voter": "mark-waser" + "reputation": 949715155915, + "rshares": 7560099728090, + "voter": "steempty" }, { - "percent": "10000", - "reputation": 19196715690053, - "rshares": 97999411427, - "voter": "charleshosk" + "percent": "-100", + "reputation": 32455846463901, + "rshares": -636781499665, + "voter": "smooth" }, { - "percent": "10000", - "reputation": 6200536920826, - "rshares": 70959553359, - "voter": "albertogm" + "percent": "-10000", + "reputation": 14765040488827, + "rshares": -25833932676688, + "voter": "berniesanders" }, { "percent": "10000", - "reputation": 8450404673, - "rshares": 298975870, - "voter": "oleim" + "reputation": 13823888326286, + "rshares": 14715930052051, + "voter": "summon" }, { "percent": "10000", - "reputation": 862610149295, - "rshares": 5495252511, - "voter": "angusleung100" + "reputation": 0, + "rshares": 3702276918023, + "voter": "alphabet" }, { "percent": "10000", - "reputation": 6127015005793, - "rshares": 66670329803, - "voter": "scrawl" + "reputation": 0, + "rshares": 3575467169076, + "voter": "excalibur" }, { "percent": "10000", - "reputation": 1613752018459, - "rshares": 7351452300, - "voter": "quintanilla" + "reputation": 0, + "rshares": 7464724805905, + "voter": "firstclass" }, { "percent": "10000", - "reputation": 6105332515536, - "rshares": 12857090747, - "voter": "primus" + "reputation": 7802195, + "rshares": 11307163011172, + "voter": "blackjack" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 614320472, - "voter": "mrhankeh" + "reputation": 1133069631465, + "rshares": 31561024056877, + "voter": "val-a" }, { "percent": "10000", - "reputation": 4821174317675, - "rshares": 2057663317, - "voter": "alexft" + "reputation": 176979684007, + "rshares": 36132745116787, + "voter": "jamesc" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 42803318485, - "voter": "clement" + "reputation": 0, + "rshares": 5979682255265, + "voter": "freedom" }, { - "percent": "10000", - "reputation": 1860741683952, - "rshares": 13819637647, - "voter": "ultralord" + "percent": "-10000", + "reputation": 43394593255, + "rshares": -2010685756066, + "voter": "steemroller" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 16659999864, - "voter": "acassity" + "reputation": 27004834032159, + "rshares": 533272398404, + "voter": "modprobe" }, { - "percent": "10000", - "reputation": 177578566464, - "rshares": 368035021, - "voter": "chetlanin" + "percent": "-10000", + "reputation": 19032535635212, + "rshares": -17842855080618, + "voter": "steemed" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261414560, - "voter": "ladyclair" + "reputation": 8779714777561, + "rshares": 7476955430879, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 49243744371, - "voter": "bacchist" + "reputation": 3894279128605, + "rshares": 6814670066185, + "voter": "wackou" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 245191388543, - "voter": "ericvancewalton" + "reputation": 0, + "rshares": 3126182740254, + "voter": "lafona-miner" }, { - "percent": "10000", - "reputation": 1797275012018, - "rshares": 7682428906, - "voter": "dasha" + "percent": "500", + "reputation": 25104157850610, + "rshares": 134263517480, + "voter": "samupaha" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 26728969107, - "voter": "good-karma" + "reputation": 9111465318256, + "rshares": 408343525323, + "voter": "lafona" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 4253211596, - "voter": "dennygalindo" + "reputation": 428017035820, + "rshares": 81856199338, + "voter": "friend5" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 41215204150, - "voter": "ezzy" + "reputation": 12842871326086, + "rshares": 120847681714, + "voter": "sandra" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3048619496, - "voter": "orly" + "reputation": 2827502899317, + "rshares": 991445861078, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": -1260650049067, - "rshares": 1092864271, - "voter": "bitcointop" + "reputation": 454674995328, + "rshares": 1046732320321, + "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5140620506, - "voter": "riscadox" + "reputation": 36749432321730, + "rshares": 940645606463, + "voter": "liondani" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 254348766, - "voter": "mstang83" + "reputation": 0, + "rshares": 314683875517, + "voter": "lafona5" + }, + { + "percent": "7700", + "reputation": 9800209121307, + "rshares": 5435070509707, + "voter": "roadscape" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18094399895, - "voter": "katyakov" + "reputation": 1214229078, + "rshares": 3719661114, + "voter": "boy" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 34473688121, - "voter": "hitmeasap" + "reputation": 89703349977794, + "rshares": 1884321477087, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 20013361974, - "voter": "hakise" + "reputation": 4712949449, + "rshares": 4515790818, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 10211833851, - "rshares": 1285715500, - "voter": "doesntmatter" + "reputation": 1789951494550, + "rshares": 836885866, + "voter": "bunny" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 533551773312, - "voter": "juneaugoldbuyer" + "reputation": 9510507624851, + "rshares": 491388231044, + "voter": "ajvest" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 26805346379, - "voter": "r4fken" + "reputation": 103443134841, + "rshares": 64900262435, + "voter": "bue" }, { "percent": "10000", - "reputation": 3028406122926, - "rshares": 6582417432, - "voter": "handsolo" + "reputation": 3745363549909, + "rshares": 64115778018, + "voter": "val" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 303161200, - "voter": "damono" + "reputation": 0, + "rshares": 1993425121, + "voter": "mini" }, { "percent": "10000", - "reputation": 7214724, - "rshares": 249741095, - "voter": "jiggytom" + "reputation": 0, + "rshares": 256413698, + "voter": "moon" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 512168285, - "voter": "steemswede" + "reputation": 8980249791516, + "rshares": 251709705259, + "voter": "lovejoy" }, { "percent": "10000", - "reputation": 597404093563, - "rshares": 1215614837, - "voter": "danny-g" + "reputation": 28971806962251, + "rshares": 2142310066450, + "voter": "joseph" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 668800742, - "voter": "busser" + "reputation": 12928765689257, + "rshares": 37209280075, + "voter": "aizensou" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3543192677, - "voter": "owdy" + "reputation": 36473167044, + "rshares": 63315124730, + "voter": "jason" }, { - "percent": "5000", - "reputation": 9142611234, - "rshares": 330623378, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2533343974621, + "voter": "recursive" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 305996138, - "voter": "doge4lyf" + "percent": "10000", + "reputation": -296615780418, + "rshares": 1856507042, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 157476900390, - "voter": "knircky" + "reputation": 854893586973, + "rshares": 1066178277767, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 12378491306, - "voter": "ausbitbank" + "reputation": 7520586390, + "rshares": 139584599964, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 0, - "rshares": 976153653, - "voter": "steem1653" + "reputation": 1682985060, + "rshares": 26220717668, + "voter": "lee3" }, { "percent": "10000", "reputation": 0, - "rshares": 45722289406, - "voter": "mraytekin" + "rshares": 9947524418, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4208968355, - "voter": "gikitiki" + "reputation": 0, + "rshares": 2487731941, + "voter": "bingo-1" }, { - "percent": "10000", - "reputation": 2821855573125, - "rshares": 3095433181, - "voter": "steemit-life" + "percent": "-100", + "reputation": 83941319998, + "rshares": -114880744973, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 32289566590, - "voter": "toxonaut" + "reputation": 71087197697999, + "rshares": 1481858587871, + "voter": "benjojo" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 117808772814, - "voter": "paco" + "reputation": 124209883737229, + "rshares": 1331389438809, + "voter": "steempower" }, { "percent": "10000", - "reputation": 431450051428, - "rshares": 14150253973, - "voter": "aaseb" + "reputation": 158487994237, + "rshares": 49209388623, + "voter": "twiceuponatime" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3967357435, - "voter": "karen13" + "reputation": 1082239289637, + "rshares": 264053458311, + "voter": "indominon" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1368584149, - "voter": "jrd8526" + "reputation": 101807714979611, + "rshares": 745712796384, + "voter": "pfunk" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6008579254, - "voter": "cryptosi" + "reputation": 23744414677575, + "rshares": 3081863150808, + "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 79010335588, - "voter": "ntomaino" + "reputation": 1829863145814, + "rshares": 701043147460, + "voter": "marginal" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 12189607309, - "voter": "jaycobbell" + "reputation": 585246886482, + "rshares": 82319542665, + "voter": "vip" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 40486780524, - "voter": "condra" + "reputation": 2802091583976, + "rshares": 13179761696, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 11450220486, - "rshares": 276719509, - "voter": "gobbahfett" + "reputation": 0, + "rshares": 747371261, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2600733256, - "voter": "dmacshady" + "reputation": 0, + "rshares": 1160796664, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 299794109, - "voter": "luisucv34" + "reputation": 72112139588726, + "rshares": 823509007646, + "voter": "steemrollin" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 46421370688, - "voter": "streetstyle" + "reputation": 3991861275580, + "rshares": 51733040244, + "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 68973404067, - "voter": "inertia" + "reputation": 4909504649121, + "rshares": 64491101436, + "voter": "bangking" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 110737583, - "voter": "wildchild" + "reputation": 254955012957, + "rshares": 10708242314, + "voter": "k-rapper" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1452681946, - "voter": "natali22" + "reputation": 7404914959204, + "rshares": 32205638258, + "voter": "marketingmonk" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 5623698346, - "voter": "btcbtcbtc20155" + "reputation": 25112072900487, + "rshares": 200086864853, + "voter": "gardenlady" }, { "percent": "10000", - "reputation": 449046196965, - "rshares": 5431666350, - "voter": "mandax" + "reputation": 19959120564829, + "rshares": 37362894566, + "voter": "alexgr" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1686295563, - "voter": "the-future" + "reputation": 0, + "rshares": 345797723, + "voter": "helen.tan" }, { - "percent": "0", - "reputation": 3033861094190, - "rshares": 276170498, - "voter": "nippel66" + "percent": "10000", + "reputation": 9469162, + "rshares": 85597115855, + "voter": "unosuke" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 11363469913, - "voter": "benjiberigan" + "reputation": 2165622245848, + "rshares": 23959616565, + "voter": "yefet" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3348011059, - "voter": "simon.braki.love" + "reputation": 1701451058212, + "rshares": 3562229773, + "voter": "mazi" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14602551958, - "voter": "all-of-us" + "reputation": 1118904717803, + "rshares": 76952324805, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7310966327, - "voter": "geronimo" + "reputation": 12188250813227, + "rshares": 87998099579, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 4727020133419, - "rshares": 3096874425, - "voter": "travelista" + "reputation": 14073457536993, + "rshares": 91966424545, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 75080428393, - "voter": "rea" + "reputation": 1914970430304, + "rshares": 419261694760, + "voter": "chryspano" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 102459876, - "voter": "elmusic" + "reputation": 54345938068170, + "rshares": 331909901841, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 182391301853, - "voter": "jl777" + "reputation": 3266915935488, + "rshares": 143476621546, + "voter": "itsjoeco" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 400623749, - "voter": "meteor78" + "reputation": 12712877967688, + "rshares": 77358908541, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1036758777651, - "voter": "james212" + "reputation": 1590661010140, + "rshares": 23701819727, + "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2555649761, - "voter": "lostnuggett" + "reputation": 4733188979515, + "rshares": 13089076163, + "voter": "ervin-lemark" }, { - "percent": "7000", - "reputation": 10519849768972, - "rshares": 14284349516, - "voter": "positive" + "percent": "10000", + "reputation": 55171927909, + "rshares": 47032385792, + "voter": "cyan91" }, { "percent": "10000", - "reputation": 0, - "rshares": 1648132104, - "voter": "yarly" + "reputation": 87363750745142, + "rshares": 491023540970, + "voter": "dana-edwards" }, { "percent": "10000", - "reputation": 0, - "rshares": 249812059, - "voter": "yarly2" + "reputation": 9600934617910, + "rshares": 15471774873, + "voter": "jademont" }, { "percent": "10000", - "reputation": 0, - "rshares": 250186376, - "voter": "yarly3" + "reputation": 1655372026731, + "rshares": 8205769080, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 0, - "rshares": 144713788, - "voter": "yarly4" + "reputation": 526710884366, + "rshares": 7737351987, + "voter": "fran2k" }, { "percent": "10000", - "reputation": 0, - "rshares": 145530993, - "voter": "yarly5" + "reputation": 14848515958625, + "rshares": 82031931852, + "voter": "kingscrown" }, { "percent": "10000", "reputation": 0, - "rshares": 82969949, - "voter": "yarly7" + "rshares": 475511002, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 425858328404, - "rshares": 1574073135, - "voter": "anonblog" + "reputation": 3380310417590, + "rshares": 10171882074, + "voter": "mranderson" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 12876261032, - "voter": "carlidos" + "reputation": 35537325381339, + "rshares": 1013424824024, + "voter": "hipster" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2530735267, - "voter": "sompitonov" + "reputation": 376960001789, + "rshares": 5583494579, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 442885717, - "voter": "quigua" + "reputation": 8143786705541, + "rshares": 71492023267, + "voter": "ingenesist" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 114357460, - "voter": "activcat" + "reputation": 3940140049670, + "rshares": 46957227196, + "voter": "tsugimoto" }, { - "percent": "10000", - "reputation": 28445884, - "rshares": 181303091, - "voter": "shadyonline" + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -35127812295, + "voter": "james-show" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 16619579880, - "voter": "proto" + "reputation": 1172373556107, + "rshares": 2056240258, + "voter": "gekko" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618984788, - "voter": "curator" + "reputation": 26867938976163, + "rshares": 330922076737, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 6264990277085, - "rshares": 17685013006, - "voter": "pinkisland" + "reputation": 58571016273092, + "rshares": 695962057671, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" + "reputation": 3750669747284, + "rshares": 257037895399, + "voter": "pal" }, { "percent": "10000", - "reputation": 0, - "rshares": 400250376, - "voter": "yarly10" + "reputation": 493863952, + "rshares": 988983778, + "voter": "weenfan" }, { "percent": "10000", - "reputation": 0, - "rshares": 214643713, - "voter": "yarly11" + "reputation": 503318537891, + "rshares": 2951167683, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 311022515119, - "rshares": 266840830, - "voter": "faraz" + "reputation": 627954645291, + "rshares": 4153646240, + "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 0, - "rshares": 75136080, - "voter": "yarly12" + "reputation": 273195968453, + "rshares": 1267279115, + "voter": "karask" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1994584369, - "voter": "tygergamer" + "reputation": 42741727265739, + "rshares": 151441670235, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 33890360235, - "voter": "celebr1ty" + "reputation": 6182090102255, + "rshares": 32041945737, + "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3053481772, - "voter": "bkkshadow" + "reputation": 4611433093423, + "rshares": 27041387506, + "voter": "tmendieta" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 122297166, - "voter": "steemster1" + "reputation": 16025488740118, + "rshares": 24595608321, + "voter": "klye" }, { "percent": "10000", - "reputation": 2227557428863, - "rshares": 6664855932, - "voter": "sulev" + "reputation": 14968641922913, + "rshares": 55235261529, + "voter": "oaldamster" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 915405690, - "voter": "mar1978co" + "reputation": 161089556767, + "rshares": 73997216728, + "voter": "asch" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1491810940, - "voter": "spinner" + "reputation": 60877390332151, + "rshares": 594987180387, + "voter": "kevinwong" }, { - "percent": "10000", - "reputation": 3962925392210, - "rshares": 4075542273, - "voter": "jed78" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432226213, + "voter": "murh" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 5449839709, - "voter": "mahekg" + "reputation": 1095245594450, + "rshares": 57960182623, + "voter": "luke-crowley" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 118718645332, - "voter": "steemdrive" + "reputation": 6298046648, + "rshares": 412678544, + "voter": "xxsenpaixsamaxx" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1074649838, - "voter": "metaflute" + "reputation": 64573188744746, + "rshares": 207846410225, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8308167524, - "voter": "taker" + "reputation": 89262274316, + "rshares": 29602678341, + "voter": "trung81" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 779260259, - "voter": "pakisnxt" + "reputation": 824717099743, + "rshares": 511455731665, + "voter": "cyber" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 35775686256, - "voter": "rampant" + "reputation": 10395665548525, + "rshares": 233936010856, + "voter": "billbutler" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 9090232372242, + "rshares": 90536656576, + "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 46610922073, - "voter": "allasyummyfood" + "reputation": 1444446898291, + "rshares": 9361058328, + "voter": "johnerfx" }, { - "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "percent": "2300", + "reputation": 71931696380, + "rshares": 919210211225, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 24827810197, - "voter": "rawnetics" + "reputation": 79561484422, + "rshares": 408117159, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 3350958489391, - "rshares": 3838406010, - "voter": "darknet" + "reputation": 200733663789408, + "rshares": 2357441430534, + "voter": "stellabelle" }, { "percent": "10000", - "reputation": 6887127798781, - "rshares": 32778936910, - "voter": "xtester" + "reputation": 1700029514, + "rshares": 3333107393, + "voter": "ian-harris" }, { "percent": "10000", - "reputation": 36326774674, - "rshares": 65849371, - "voter": "bogartgaming" + "reputation": 1233698174511, + "rshares": 1675750169, + "voter": "spartanza" }, { "percent": "10000", "reputation": 0, - "rshares": 3878727446, - "voter": "ullikume" + "rshares": 371369240, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 763153724550, - "rshares": 1031879792, - "voter": "overloaded" + "reputation": 6531398726064, + "rshares": 151933994804, + "voter": "killerstorm" }, { "percent": "10000", - "reputation": 150617632004, - "rshares": 4653331473, - "voter": "tommycoin" - }, - { - "percent": "10000", - "reputation": 117644956479, - "rshares": 14043738532, - "voter": "jphamer1" + "reputation": 3169024240074, + "rshares": 51856263211, + "voter": "martin-wichmann" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 92803702007, - "voter": "joele" + "reputation": 20763505296686, + "rshares": 237863907139, + "voter": "wingz" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 11898643200, - "voter": "randyclemens" + "reputation": 3804349938696, + "rshares": 57512518518, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 1192403214, - "voter": "paynode" + "reputation": 65989046107177, + "rshares": 565491519614, + "voter": "andrarchy" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 52521013, - "voter": "nickche" + "reputation": 11429090901893, + "rshares": 114562708554, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 971138, - "rshares": 62152861, - "voter": "jjt333" + "reputation": 3046358914696, + "rshares": 12946566531, + "voter": "samether" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 61988730, - "voter": "zionuziriel" + "reputation": 5888717170887, + "rshares": 65928912378, + "voter": "ratel" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 14675201322501, + "rshares": 76236065095, + "voter": "faddat" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 8397302485673, + "rshares": 203751312561, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 386813325, - "rshares": 522769958, - "voter": "zmb" + "reputation": 1380612911758, + "rshares": 4387565307, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 9883959116, - "voter": "goingpaper" + "reputation": 30409765924218, + "rshares": 324237643911, + "voter": "innuendo" }, { "percent": "10000", - "reputation": 0, - "rshares": 61746903, - "voter": "kpine" + "reputation": 9389887938261, + "rshares": 8108243403, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 513642753210, - "rshares": 1065103775, - "voter": "willybot" + "reputation": 77590508815145, + "rshares": 277802855204, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 14028106211346, + "rshares": 47818481404, + "voter": "kus-knee" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 1116909606233, + "rshares": 13619190747, + "voter": "facer" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 1469966261, - "voter": "nonamer" + "reputation": 4526468651953, + "rshares": 77537857911, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 65288764, - "voter": "evgenyche" + "reputation": 0, + "rshares": 326700743, + "voter": "elevation2016" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 58277489, - "voter": "confucius" + "reputation": 15857384273210, + "rshares": 213975220764, + "voter": "alexc" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11747399227, - "voter": "borran" + "reputation": 1050758001641, + "rshares": 21859225069, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 57481384, - "voter": "stevescriber" + "reputation": 5260794316761, + "rshares": 134308601133, + "voter": "schro" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1556121652, - "voter": "bledarus" + "reputation": 37159422493, + "rshares": 836118043, + "voter": "johnerminer" }, { - "percent": "10000", - "reputation": 0, - "rshares": 57333623, - "voter": "loli" + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -311187283, + "voter": "hater" }, { "percent": "10000", - "reputation": 0, - "rshares": 51186720, - "voter": "nano2nd" + "reputation": 9186061899783, + "rshares": 37923927567, + "voter": "michaelx" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11490070535, - "voter": "mione" + "reputation": 22794273843250, + "rshares": 149907699091, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 312224301489, - "rshares": 15488313276, - "voter": "solar" + "reputation": 1331218317408, + "rshares": 7128338337, + "voter": "grandpere" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 343178626425, + "rshares": 189552455781, + "voter": "mexbit" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 575708182, - "voter": "ashwim" + "reputation": 486415577627, + "rshares": 6136910800, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 47334856382, - "rshares": 65286836, - "voter": "williamdevine" + "reputation": 48542961182602, + "rshares": 1488162560356, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 61110411, - "voter": "razberrijam" + "reputation": 2419162524790, + "rshares": 686904893022, + "voter": "publicworker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 6200536920826, + "rshares": 74113311286, + "voter": "albertogm" }, { "percent": "10000", - "reputation": -4629473733, - "rshares": 57802223, - "voter": "cryptoblu" + "reputation": 642608867428, + "rshares": 5223833163, + "voter": "christoryan" }, { "percent": "10000", - "reputation": 0, - "rshares": 57795937, - "voter": "instructor" + "reputation": 36884147263377, + "rshares": 265565289471, + "voter": "lukestokes" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 79595914, - "voter": "pompe72" + "reputation": 13821321667, + "rshares": 753502879, + "voter": "christoph3" }, { "percent": "10000", - "reputation": 4088300066909, - "rshares": 20527781112, - "voter": "runaway-psyche" + "reputation": 699299009701, + "rshares": 1302398717, + "voter": "jo-stonellord" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 608500164082, - "voter": "dollarvigilante" + "reputation": 5571311902261, + "rshares": 3212069577, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 2725853299020, - "rshares": 5641736978, - "voter": "solarguy" + "reputation": 36344377648, + "rshares": 44045934125, + "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 0, - "rshares": 1336993907, - "voter": "kollapsik" + "reputation": 7949210311767, + "rshares": 31058131849, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 868924825603, - "rshares": 1169834378, - "voter": "the-bitcoin-dood" + "reputation": 18458799241134, + "rshares": 42671597261, + "voter": "karnal" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2510434809, - "voter": "madoff" + "reputation": 2758500001611, + "rshares": 4943256767, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 1019011681813, + "rshares": 6595142416, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 1557874437556, + "rshares": 3312702629, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 2632946346, + "rshares": 28959639435, + "voter": "catchfire" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 2445708956667, + "rshares": 8019883253, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 1613752018459, + "rshares": 7351452300, + "voter": "quintanilla" }, { "percent": "10000", - "reputation": 20152481527, - "rshares": 61364261, - "voter": "igorterleg" + "reputation": 85777133037, + "rshares": 588179175, + "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 8222390659, - "voter": "jaredcwillis" + "reputation": 9434414518400, + "rshares": 19218853033, + "voter": "acassity" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 71768449, - "voter": "vasilii" + "reputation": 8461965690396, + "rshares": 59670374382, + "voter": "norbu" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 177578566464, + "rshares": 360802404, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 58276258, - "voter": "mrlogic" + "reputation": 15285243314, + "rshares": 161952614, + "voter": "ales" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 52342236, - "voter": "kamil5" + "reputation": 6813289592775, + "rshares": 5549897051, + "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 0, - "rshares": 6857916334, - "voter": "blaat" + "reputation": 1691376287481, + "rshares": 5709173603, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 64669014483, - "voter": "barrycooper" + "reputation": 1676955163155, + "rshares": 4091287980, + "voter": "spikykevin" }, { "percent": "10000", - "reputation": 46435222432, - "rshares": 1066156801, - "voter": "matildapurse" + "reputation": 112943056223182, + "rshares": 238563974846, + "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 40255997582, + "rshares": 8046430295, + "voter": "cannav" }, { "percent": "10000", - "reputation": 63845074863, - "rshares": 1852031403, - "voter": "themadmonk" + "reputation": 160174254209, + "rshares": 59226420646, + "voter": "booja" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12248222173, - "voter": "hilarski" + "reputation": 18965164896, + "rshares": 260424224, + "voter": "pim" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7757965105, - "voter": "booky" + "reputation": 15603689614497, + "rshares": 26729195966, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 12271565452, - "voter": "mandibil" + "reputation": 57643429300793, + "rshares": 288460512928, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 1021682513, - "rshares": 57640846, - "voter": "mdx5009" + "reputation": 1933204465, + "rshares": 56947882743, + "voter": "sonzweil" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 1160886081198, + "rshares": 5407890112, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, - "rshares": 54705383, - "voter": "rickmiller" + "reputation": 1450924981021, + "rshares": 44210963671, + "voter": "ezzy" }, { - "percent": "-10000", - "reputation": 1050348110504, - "rshares": -2169272539, - "voter": "voluntary" + "percent": "10000", + "reputation": 668633470533, + "rshares": 3526969665, + "voter": "stijn" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1283755290, - "voter": "lenar" + "reputation": 19449097565894, + "rshares": 62516665482, + "voter": "lehard" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 98708571, - "voter": "jtstreetman" + "reputation": 1700182089209, + "rshares": 107619198367, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 636339361438, - "rshares": 334390993, - "voter": "franks" + "reputation": 65540661343, + "rshares": 3182173425, + "voter": "orly" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1174463619, - "voter": "nulliusinverba" + "reputation": 18757150528749, + "rshares": 142419360996, + "voter": "chhaylin" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 627756601, - "voter": "runridefly" + "reputation": 7091975331308, + "rshares": 15184044146, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3974522279, - "voter": "loganarchy" + "reputation": 40557912481, + "rshares": 249261791, + "voter": "mstang83" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 72938987548, - "voter": "shenanigator" + "reputation": 10248743813131, + "rshares": 18364554713, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 19141466793, - "rshares": 59103677, - "voter": "alaqrab" + "reputation": 19462531467501, + "rshares": 33277274268, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 76279116, - "voter": "uziriel" + "reputation": 1035952800698, + "rshares": 5827885675, + "voter": "vote" }, { "percent": "10000", - "reputation": 9696481439, - "rshares": 58404009, - "voter": "haulin" + "reputation": 3175467999049, + "rshares": 19620943112, + "voter": "hakise" }, { "percent": "10000", - "reputation": 3575830946674, - "rshares": 12310708270, - "voter": "ryan-singer" + "reputation": 14661458923663, + "rshares": 240102242001, + "voter": "fabio" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1956423616, - "voter": "richardcrill" + "reputation": 9824421122, + "rshares": 236987187, + "voter": "aidar88" }, { "percent": "10000", - "reputation": 3218950171903, - "rshares": 5674937561, - "voter": "brandonv111" + "reputation": 305047794164, + "rshares": 135929671416, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 5866355148762, - "rshares": 8912094160, - "voter": "heretickitten" + "reputation": 17910661583686, + "rshares": 207547313965, + "voter": "guerrint" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 2237331858240, + "rshares": 5888987637, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 11143705782, - "voter": "luminousvisions" + "reputation": 1059790037173, + "rshares": 560145214402, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1714441918, - "voter": "davidjkelley" + "reputation": -2499740471746, + "rshares": 32990051928, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 7184066856, - "voter": "davidbrogan" + "reputation": 255334396905, + "rshares": 290260724, + "voter": "damono" }, { "percent": "10000", - "reputation": 1320261717074, - "rshares": 1500921186, - "voter": "carlyle" + "reputation": 46813789492, + "rshares": 25445573460, + "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 1380128900631, + "rshares": 287184429, + "voter": "romel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 3366379465325, + "rshares": 7049471118, + "voter": "futurefood" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 51511210264, + "rshares": 654170217, + "voter": "mjoriginal" }, { "percent": "10000", - "reputation": 982331434653, - "rshares": 87951188, - "voter": "rusla" + "reputation": 2138693707311, + "rshares": 38531505280, + "voter": "redpalestino" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37297862572, - "voter": "sponge-bob" + "reputation": 6444858785, + "rshares": 250401792, + "voter": "strickl9" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 51207552, - "voter": "kosmatimuc" + "reputation": 18799092030582, + "rshares": 72244815652, + "voter": "derekareith" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 15873360087, - "voter": "digital-wisdom" + "reputation": 36017089082, + "rshares": 536844198, + "voter": "rxhector" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 58351459, - "voter": "mnviking" + "reputation": 6340616331847, + "rshares": 16268327469, + "voter": "picokernel" }, { "percent": "10000", - "reputation": -287669733, - "rshares": 56733180, - "voter": "flamedarkmoon" + "reputation": 4667991454724, + "rshares": 660910633272, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 3181753819665, + "rshares": 9842372914, + "voter": "jay4u" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 3189375248, - "voter": "titusfrost" + "reputation": 223278762484, + "rshares": 16477715090, + "voter": "jazzka" }, { "percent": "10000", - "reputation": 0, - "rshares": 55340822, - "voter": "l3itcoin" + "reputation": 7018477845661, + "rshares": 499737940301, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5737502211, - "voter": "jwaser" + "reputation": 255936097265, + "rshares": 10797714882, + "voter": "seanmchughart" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 3069525844, - "voter": "doitvoluntarily" + "reputation": 2054508199522, + "rshares": 680517621, + "voter": "busser" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 3149488018622, + "rshares": 3470648646, + "voter": "owdy" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 960610083080, + "rshares": 794499759, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 581314344, - "voter": "kev7000" + "reputation": 736644764370, + "rshares": 1370710374478, + "voter": "renohq" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 56143941, - "voter": "zettar" + "reputation": 3320684282022, + "rshares": 151022514974, + "voter": "knircky" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 16088427371, - "voter": "hunterisgreat" + "reputation": 8017093633272, + "rshares": 10779739131, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 1108819043543, - "rshares": 13959387330, - "voter": "bluehorseshoe" + "reputation": 54870619364044, + "rshares": 150871085450, + "voter": "jacor" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 1220081355, + "rshares": 248223472, + "voter": "ardina" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 172708262496, - "voter": "asksisk" + "reputation": 899920858191, + "rshares": 1158345558, + "voter": "mixa" }, { "percent": "10000", - "reputation": 333300187103, - "rshares": 57678842, - "voter": "the-ego-is-you" + "reputation": 1371681467487, + "rshares": 7881390369, + "voter": "autosmile13" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 1440357780524, + "rshares": 787490889, + "voter": "dicov" }, { "percent": "10000", "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "rshares": 975960321, + "voter": "steem1653" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 47588505300, + "voter": "mraytekin" }, { "percent": "10000", - "reputation": 630212931199, - "rshares": 182932028, - "voter": "jiacyhb" + "reputation": 1661526202859, + "rshares": 4208924524, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 23194048540, - "voter": "dubi" + "reputation": 658407157113, + "rshares": 649264993, + "voter": "cherish" }, { "percent": "10000", - "reputation": 808913218021, - "rshares": 343777046, - "voter": "anahilarski" + "reputation": 1856960836286, + "rshares": 18938670372, + "voter": "fulltimegeek" }, { "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "reputation": 9968156990, + "rshares": 60733429297, + "voter": "flyingmind" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2762184207, - "voter": "bwaser" + "reputation": 2821855573125, + "rshares": 2932515645, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 5145752624, - "voter": "renzoarg" + "reputation": 338909620445, + "rshares": 11624349212, + "voter": "blockchainbilly" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 1648396897354, + "rshares": 10812654445, + "voter": "asim" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 103730281, - "voter": "alina1" + "reputation": 38947133984552, + "rshares": 197128910495, + "voter": "jesta" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 475226720101, + "rshares": 32289566590, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 2332975763185, - "rshares": 56372318, - "voter": "patelincho" + "reputation": 7952828943, + "rshares": 4987849891, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 387610845, - "voter": "ct-gurus" + "reputation": 1563271634183, + "rshares": 114935388111, + "voter": "paco" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 71464098, - "voter": "and030380" + "reputation": 39920320621, + "rshares": 341997198874, + "voter": "bobbylee" }, { - "percent": "10000", - "reputation": 50326964582800, - "rshares": 262992774734, - "voter": "charlieshrem" + "percent": "0", + "reputation": 11644551965460, + "rshares": 273908278, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 65719877388, - "voter": "tracemayer" + "reputation": 2397831198773, + "rshares": 4186734879, + "voter": "karen13" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 18201893391, - "voter": "brains" + "reputation": 19168905436557, + "rshares": 16492980227, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 53671263, - "voter": "waldemar-kuhn" + "reputation": 866671256465, + "rshares": 24943551288, + "voter": "igster" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 463572260, - "voter": "floweroflife" + "reputation": 125274679006, + "rshares": 6008579254, + "voter": "cryptosi" }, { "percent": "10000", - "reputation": 70707045777, - "rshares": 60751567, - "voter": "knight-angel" + "reputation": 10445529851856, + "rshares": 11682182138, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 33637169873, - "rshares": 61276068, - "voter": "sressler" + "reputation": 3979714886621, + "rshares": 12193025165, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": -674983067, - "rshares": 52041445, - "voter": "yegor" + "reputation": 3879998019826, + "rshares": 4336101267, + "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 1586351489943, - "rshares": 824426750, - "voter": "kingarbinv" + "reputation": 2877113019152, + "rshares": 12079652710, + "voter": "bycz" }, { "percent": "10000", - "reputation": 9789912031, - "rshares": 54408230, - "voter": "feruz" + "reputation": 688176613733, + "rshares": 369337292, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 2087820513398, + "rshares": 128370003552, + "voter": "gbert" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1168629153, - "voter": "steemafon" + "reputation": 928901384552, + "rshares": 19222954774, + "voter": "grolelo" }, { "percent": "10000", - "reputation": 6814892232024, - "rshares": 17234655590, - "voter": "vermillion666" + "reputation": 6892424678378, + "rshares": 70373803968, + "voter": "inertia" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 52930132, - "voter": "bobbythegreat" + "reputation": 2347565634738, + "rshares": 9908593396, + "voter": "shla-rafia" }, { "percent": "10000", - "reputation": 6880595844755, - "rshares": 57446158646, - "voter": "rogerkver" + "reputation": 658204768651, + "rshares": 41822608821, + "voter": "milestone" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3044653303, - "voter": "gringalicious" + "reputation": 777812727227, + "rshares": 18659667015, + "voter": "artific" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 67451403, - "voter": "echoesinthemind" + "reputation": 594833631949, + "rshares": 6784977045, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 1770877346455, - "rshares": 843848361, - "voter": "changkun" + "reputation": 1537463763, + "rshares": 21311317281, + "voter": "creemej" }, { "percent": "10000", - "reputation": 270609126129, - "rshares": 1876382808, - "voter": "steemsquad" + "reputation": -883682716676, + "rshares": 106025345, + "voter": "wildchild" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1543831529, - "voter": "ellepdub" + "reputation": 2974404080988, + "rshares": 118292596778, + "voter": "demotruk" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 51890765, - "voter": "gregorygarcia" + "reputation": 1234131079581, + "rshares": 4286117468, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 96292269, - "voter": "ola1" + "reputation": 3040770542655, + "rshares": 9960731311, + "voter": "warrensteem" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5238125015, - "voter": "herpetologyguy" + "reputation": 1008790928160, + "rshares": 1481735585, + "voter": "natali22" }, { "percent": "10000", - "reputation": 601020100087, - "rshares": 52785710, - "voter": "sicilian" + "reputation": 13139621251056, + "rshares": 85481536565, + "voter": "manthostsakirid" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 11429270871, + "rshares": 5346780959, + "voter": "pierregi" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 2713713668533, + "rshares": 1981381997, + "voter": "the-future" }, { "percent": "10000", - "reputation": 8090444870, - "rshares": 53600374, - "voter": "acura-tech" + "reputation": 2096076988, + "rshares": 239427456, + "voter": "seafarer124" }, { "percent": "10000", - "reputation": 878526376261, - "rshares": 52605586, - "voter": "mlialen" + "reputation": 692822335938, + "rshares": 234467072, + "voter": "keyser" }, { "percent": "10000", - "reputation": 3765152822, - "rshares": 65259350, - "voter": "arnebolen" + "reputation": 3033861094190, + "rshares": 12702349860, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 4969160858, - "voter": "morgan.waser" + "reputation": 34120390016, + "rshares": 3069488172, + "voter": "imp3" }, { "percent": "10000", - "reputation": 272497517948, - "rshares": 67496150, - "voter": "bobbybillbob" + "reputation": 9734558763221, + "rshares": 12602496211, + "voter": "phenom" }, { "percent": "10000", - "reputation": 15733009437, - "rshares": 53171538, - "voter": "sroka87" + "reputation": 9999779221262, + "rshares": 38509112108, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 11222113294, - "rshares": 53426834, - "voter": "lightobserver" + "reputation": 3941133391991, + "rshares": 8088797655, + "voter": "peacekeeper" }, { "percent": "10000", - "reputation": 994665254475, - "rshares": 57347558, - "voter": "modernsuperior" + "reputation": 1558637285991, + "rshares": 2424257783, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 21815260714191, + "rshares": 200503211266, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 9050222935, - "rshares": 52030157, - "voter": "neophonic" + "reputation": 2173940256661, + "rshares": 12138236700, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 57820199104417, + "rshares": 98869306687, + "voter": "opheliafu" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 782596410473, + "rshares": 4481413651, + "voter": "poseidon" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 464502884, - "voter": "greenwayoflife" + "reputation": 76096938200261, + "rshares": 262655303604, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 932827695, - "voter": "thebiggestidea" + "reputation": 49770527, + "rshares": 3477776250, + "voter": "davidr" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": -124823359245, + "rshares": 19970133668, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": 224144957883, + "rshares": 14310729575, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "reputation": 24143253116, + "rshares": 123371166, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "reputation": -910520517353, + "rshares": 24627774216, + "voter": "ubg" }, { "percent": "10000", - "reputation": 7031497, - "rshares": 50258414, - "voter": "mardvin" + "reputation": 1754841072080, + "rshares": 815526334, + "voter": "rkpl" }, { "percent": "10000", - "reputation": 16681034811, - "rshares": 3743155194, - "voter": "dodders007" + "reputation": 1532881687066, + "rshares": 8242655094, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, - "rshares": 50146097, - "voter": "b0atman" + "reputation": 8897174175, + "rshares": 200869173, + "voter": "eclipse0" }, { "percent": "10000", - "reputation": 3606347249409, - "rshares": 50098580, - "voter": "ltm" + "reputation": 1394532106132, + "rshares": 7024182360, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1567256942, - "voter": "strong-ai" + "reputation": 116856214624, + "rshares": 3434139678, + "voter": "bones" }, { "percent": "10000", - "reputation": 1364743849, - "rshares": 77682433, - "voter": "sonea" + "reputation": 2147203047336, + "rshares": 14323666529, + "voter": "exitmass" }, { "percent": "10000", - "reputation": 0, - "rshares": 80889492, - "voter": "gvis" + "reputation": 2619388406406, + "rshares": 2280809650, + "voter": "vlad" }, { "percent": "10000", - "reputation": 0, - "rshares": 80872128, - "voter": "igtes" - }, - { - "percent": "10000", - "reputation": 12945831370, - "rshares": 80818030, - "voter": "rymlen" + "reputation": 1830353392409, + "rshares": 3084804931, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 0, - "rshares": 82382934, - "voter": "symphonette" + "reputation": 4727020133419, + "rshares": 3158811913, + "voter": "travelista" }, { "percent": "10000", - "reputation": 6259421, - "rshares": 80747983, - "voter": "nickinicole" + "reputation": 7740774800016, + "rshares": 26588833056, + "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 303263257, - "rshares": 80746075, - "voter": "workwithpleasure" - } - ], - "author": "charleshosk", - "author_reputation": 19196715690053, - "beneficiaries": [], - "body": "_After Lyn joined [Steemit](https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit), I've decided to repost an article that I drafted on Ross Ulbricht shortly after his life sentence in May of 2015. While progress seems to have been made in the grand injustice that is the war on drugs, we still endure the brutal hand of careless bureaucrats hiding behind morally vacuous arguments._\n\n_Millions of Americans are still either in jail or have gone to jail for nonviolent offenses. The aftermath extends far beyond the period of incarceration with broken families, inability to pursue higher education or reasonable employment and a permanent stigma of a felon's criminal record. We have created generations of American's existing in an underclass that understandably becomes more hostile and dangerous over time._\n\n_My hope is that the next generation of American leaders can have a more informed, data driven and objective conversation about the war on drugs and its eventual end. We should not allow institutions to exist that promote human misery for profit. Nor should we allow arguments that destroying nonviolent people's lives somehow protects them or society._\n\n_Enjoy!_ \n\n**Thoughts on Ross**\n![Picture of the Roman's Fighting](https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg)\n\nFrom time to time, I enjoy investing an afternoon considering politics and the state of affairs here in the United States. Our country is the first hyperpower forcing all other nations to consider us in whatever policy happens to be the day's grock. This reality is divorced from ethical or moral metrics and the war on drugs is no different.\n\nFor whatever reason (religious, practical, dystopian, etc), policymakers in the United States have continuously decided to label a behavior or substance as dangerous to the social fabric\u2122 of our society. Prohibition is the standard example and its spectacular failure is somehow forgotten. We saw and acknowledge the rise of the modern mafia. We saw the decentralized nature of resistance through bootleggers (some say one who's [kid](http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/) become president) and the FBI form to stop the bootleggers empowering J. Edgar Hoover to terrorize two generations of Americans via illegal spying and blackmail (including [Martin Luther King](http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1)). Yet why have no lessons been learned?\n\nThe war of drugs is a leviathan that has imprisoned millions of Americans (vastly [disportionate for minorities](https://www.drugpolicy.org/race-and-drug-war)), formed massive bureaucracies such as the DEA and their state equivalents, and like Hoover's FBI slowly transformed society to both militarize the police and make [their actions somehow ok](http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/). Where in this process have we asked what the goal exactly is? Why are we as a country destroying families, imprisoning millions and treating addicts as hardened criminals? Why have we created an industry that robs us of our constitutional rights and turns our police force into something resembling the Stasi? \n\nI honestly don't have a good answer. There is perhaps an historical context that could be explored and used to synthetically explain why we are somehow comfortable as a nation using a plato like ideal social fabric\u2122 to justify incarcerating millions for non-violent crimes. Yet this leaves a putrid taste in my mouth. \n\nThe United States drug policy is simply put immoral to the core. If drug use results in damage to one's relationships, then hold people accountable for their actions. But instead we say that Heroin somehow is more damaging than alcohol? Marijuana is a gateway to personal destruction (except for when our presidents smoke it [[1](http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/)][[2](https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video)])? I guess Colorado is doomed then :).\n\nNow enter Ross Ulbricht the dread pirate roberts. He isn't a very nice person. No one running a drug cartel really is a nice person. But he isn't a Zetas Cartel kingpin proudly displaying the heads of his enemies. He is a programmer who saw an opportunity to use emerging technology to enrich himself without regard to the current egregious law. He believed that he could stay hidden thanks to the nature of Tor and Bitcoin. He also believed that a decentralized marketplace could reduce the violence associated with the drug trade (which is fair considering that violence comes from the prohibition not the other way around). \n\nAnd the fruits of his labors were a modest marketplace that was the safest and lowest violence drug exchange in the world. It also allowed suppliers to directly sell to consumers cutting out the middleman who usually end up being pretty evil. Compared to the Golden Triangle, a relatively small amount of funds changed hands and consumers got their substances. The vast majority didn't go crazy and grab chainsaws for some [Tony Montana action](https://www.youtube.com/watch?v=kg7goEASO5E). The vast majority didn't destroy their families and social networks. The vast majority are still living their lives amongst us going to work, church or vacations. Somehow the social fabric\u2122 the government must protect hasn't been torn.\n\nYet Ross now gets to spend the rest of his life in prison as a living symbol of the war on drugs. He has effectively become its Nelson Mandela. The Silk Road won't go away. Those who are knowledgeable about cryptography and the nature of the internet will cite technology like Openbazaar and other such systems as the bittorrent moment of online drug trade. Ross's imprisonment will send no message contrary to what the prosecutor suggests, it just increases the stakes for anonymity and the amount of potential profit from the trade.\n\nThe countermeasures will inevitably be a war on cryptography (I should trademark that one) and internet anonymity. To protect the social fabric\u2122, the United States must rob us of our privacy and autonomy. We must accept that all packets need to be inspected. Secrets are illegal. And no doubt massive government budgets must be increased. Think of your children! \n\nI'm really done with this madness. We supposedly have a republic and have the right to change things. At this moment, I'd like to divide the bitcoin space into two groups. Those that complain about the injustice of Ross's sentence and those that do something about it. I'm going to do something about it. My company is going to build some great tools to preserve personal privacy (that thing we have a constitutional right to) and make sure they are open source and well distributed.\n\nI'm also going to ask everyone in this space to be in the second bucket. Do something about this injustice. Think about the software you could write. Organize meetups and spread the word. We didn't like our money or the banks so we made new money. Is in inconceivable that we can make a new society with a social fabric that's actually worth protecting?", - "body_length": 7310, - "cashout_time": "2016-09-08T17:31:48", - "category": "philosophy", - "children": 58, - "created": "2016-09-01T17:31:48", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"philosophy\",\"crypto-news\",\"silk-road\",\"bitcoin\",\"drugs\"],\"links\":[\"https://steemit.com/introduceyourself/@rossulbricht/lyn-ulbricht-mother-of-silk-road-political-prisoner-ross-ulbricht-is-now-on-steemit\",\"http://channel.nationalgeographic.com/killing-kennedy/articles/jfks-secret-mafia-history/\",\"http://www.nytimes.com/2014/11/16/magazine/what-an-uncensored-letter-to-mlk-reveals.html?_r=1\",\"https://www.drugpolicy.org/race-and-drug-war\",\"http://www.cnn.com/2014/10/07/us/georgia-toddler-stun-grenade-no-indictment/\",\"http://swampland.time.com/2013/12/03/clinton-i-never-denied-smoking-pot/\",\"https://www.theguardian.com/world/video/2014/feb/28/barack-obama-smoking-marijuana-video\",\"https://www.youtube.com/watch?v=kg7goEASO5E\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/c/c5/Jean-Leon_Gerome_Pollice_Verso.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T17:33:24", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 185937158238150, - "parent_author": "", - "parent_permlink": "philosophy", - "pending_payout_value": "3334.763 HBD", - "percent_hbd": 10000, - "permlink": "my-thoughts-on-ross", - "post_id": 1087478, - "promoted": "0.000 HBD", - "reblogged_by": [ - "jamesc" - ], - "replies": [], - "root_title": "My Thoughts on Ross", - "title": "My Thoughts on Ross", - "total_payout_value": "0.000 HBD", - "url": "/philosophy/@charleshosk/my-thoughts-on-ross" - }, - { - "active_votes": [ - { - "percent": "10000", - "reputation": 145171381514207, - "rshares": 29155803291884, - "voter": "dantheman" - }, - { - "percent": "-10000", - "reputation": 446491524573, - "rshares": -56558430754, - "voter": "fminerten1" - }, - { - "percent": "-10000", - "reputation": 83122046, - "rshares": -16730683922792, - "voter": "itsascam" + "reputation": 6467956247739, + "rshares": 21139844855, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 715315172073, - "voter": "barrie" + "reputation": 2114306416334, + "rshares": 3984144472, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 949715155915, - "rshares": 7560099728090, - "voter": "steempty" - }, - { - "percent": "-100", - "reputation": 32455846463901, - "rshares": -636781499665, - "voter": "smooth" - }, - { - "percent": "-10000", - "reputation": 14765040488827, - "rshares": -25833932676688, - "voter": "berniesanders" + "reputation": 632733211156, + "rshares": 18543451869, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14715930052051, - "voter": "summon" + "reputation": 11482318062844, + "rshares": 35221621896, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 0, - "rshares": 3702276918023, - "voter": "alphabet" + "reputation": 1633600290379, + "rshares": 13067561597, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, - "rshares": 3575467169076, - "voter": "excalibur" + "reputation": 5883461278385, + "rshares": 78626939838, + "voter": "rea" }, { "percent": "10000", - "reputation": 0, - "rshares": 7464724805905, - "voter": "firstclass" + "reputation": 20864274854, + "rshares": 123006291, + "voter": "mumslittlesecret" }, { "percent": "10000", - "reputation": 7802195, - "rshares": 11307163011172, - "voter": "blackjack" + "reputation": 897000392259, + "rshares": 1557454956, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 1133069631465, - "rshares": 31561024056877, - "voter": "val-a" + "reputation": -775526496810, + "rshares": 1478779307, + "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 176979684007, - "rshares": 36132745116787, - "voter": "jamesc" + "reputation": 2632564148, + "rshares": 5203558907, + "voter": "zelgald1" }, { "percent": "10000", - "reputation": 0, - "rshares": 5979682255265, - "voter": "freedom" - }, - { - "percent": "-10000", - "reputation": 43394593255, - "rshares": -2010685756066, - "voter": "steemroller" + "reputation": 40107084, + "rshares": 158969085, + "voter": "xand" }, { "percent": "10000", - "reputation": 27004834032159, - "rshares": 533272398404, - "voter": "modprobe" - }, - { - "percent": "-10000", - "reputation": 19032535635212, - "rshares": -17842855080618, - "voter": "steemed" + "reputation": 14988694886527, + "rshares": 203797698506, + "voter": "jl777" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7476955430879, - "voter": "riverhead" + "reputation": 2795999874461, + "rshares": 1016329703765, + "voter": "james212" }, { "percent": "10000", - "reputation": 3894279128605, - "rshares": 6814670066185, - "voter": "wackou" + "reputation": 1991682076199, + "rshares": 23981167639, + "voter": "steemed-open" }, { "percent": "10000", "reputation": 0, - "rshares": 3126182740254, - "voter": "lafona-miner" - }, - { - "percent": "500", - "reputation": 25104157850610, - "rshares": 134263517480, - "voter": "samupaha" - }, - { - "percent": "10000", - "reputation": 9111465318256, - "rshares": 408343525323, - "voter": "lafona" - }, - { - "percent": "10000", - "reputation": 428017035820, - "rshares": 81856199338, - "voter": "friend5" - }, - { - "percent": "10000", - "reputation": 12842871326086, - "rshares": 120847681714, - "voter": "sandra" - }, - { - "percent": "10000", - "reputation": 2827502899317, - "rshares": 991445861078, - "voter": "ihashfury" - }, - { - "percent": "10000", - "reputation": 454674995328, - "rshares": 1046732320321, - "voter": "delegate.lafona" - }, - { - "percent": "10000", - "reputation": 36749432321730, - "rshares": 940645606463, - "voter": "liondani" + "rshares": 1720969991, + "voter": "yarly" }, { "percent": "10000", "reputation": 0, - "rshares": 314683875517, - "voter": "lafona5" - }, - { - "percent": "7700", - "reputation": 9800209121307, - "rshares": 5435070509707, - "voter": "roadscape" - }, - { - "percent": "10000", - "reputation": 1214229078, - "rshares": 3719661114, - "voter": "boy" - }, - { - "percent": "10000", - "reputation": 89703349977794, - "rshares": 1884321477087, - "voter": "xeroc" - }, - { - "percent": "10000", - "reputation": 4712949449, - "rshares": 4515790818, - "voter": "bue-witness" - }, - { - "percent": "10000", - "reputation": 1789951494550, - "rshares": 836885866, - "voter": "bunny" - }, - { - "percent": "10000", - "reputation": 9510507624851, - "rshares": 491388231044, - "voter": "ajvest" - }, - { - "percent": "10000", - "reputation": 103443134841, - "rshares": 64900262435, - "voter": "bue" - }, - { - "percent": "10000", - "reputation": 3745363549909, - "rshares": 64115778018, - "voter": "val" + "rshares": 260899548, + "voter": "yarly2" }, { "percent": "10000", "reputation": 0, - "rshares": 1993425121, - "voter": "mini" + "rshares": 261290501, + "voter": "yarly3" }, { "percent": "10000", "reputation": 0, - "rshares": 256413698, - "voter": "moon" - }, - { - "percent": "10000", - "reputation": 8980249791516, - "rshares": 251709705259, - "voter": "lovejoy" - }, - { - "percent": "10000", - "reputation": 28971806962251, - "rshares": 2142310066450, - "voter": "joseph" - }, - { - "percent": "10000", - "reputation": 12928765689257, - "rshares": 37209280075, - "voter": "aizensou" - }, - { - "percent": "10000", - "reputation": 36473167044, - "rshares": 63315124730, - "voter": "jason" - }, - { - "percent": "10000", - "reputation": 9028537022578, - "rshares": 2533343974621, - "voter": "recursive" - }, - { - "percent": "10000", - "reputation": -296615780418, - "rshares": 1856507042, - "voter": "mineralwasser" - }, - { - "percent": "10000", - "reputation": 854893586973, - "rshares": 1066178277767, - "voter": "boombastic" - }, - { - "percent": "10000", - "reputation": 7520586390, - "rshares": 139584599964, - "voter": "mrs.agsexplorer" - }, - { - "percent": "10000", - "reputation": 1682985060, - "rshares": 26220717668, - "voter": "lee3" + "rshares": 151145512, + "voter": "yarly4" }, { "percent": "10000", "reputation": 0, - "rshares": 9947524418, - "voter": "bingo-0" + "rshares": 151999037, + "voter": "yarly5" }, { "percent": "10000", "reputation": 0, - "rshares": 2487731941, - "voter": "bingo-1" - }, - { - "percent": "-100", - "reputation": 83941319998, - "rshares": -114880744973, - "voter": "smooth.witness" - }, - { - "percent": "10000", - "reputation": 71087197697999, - "rshares": 1481858587871, - "voter": "benjojo" + "rshares": 86657502, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 124209883737229, - "rshares": 1331389438809, - "voter": "steempower" + "reputation": 122460178863, + "rshares": 4927809418, + "voter": "masterinvestor" }, { "percent": "10000", - "reputation": 158487994237, - "rshares": 49209388623, - "voter": "twiceuponatime" + "reputation": 1639613775527, + "rshares": 3406946967, + "voter": "jedau" }, { "percent": "10000", - "reputation": 1082239289637, - "rshares": 264053458311, - "voter": "indominon" + "reputation": 161079803820, + "rshares": 56725443628, + "voter": "arcurus" }, { "percent": "10000", - "reputation": 101807714979611, - "rshares": 745712796384, - "voter": "pfunk" + "reputation": 10739630699, + "rshares": 120677335, + "voter": "yorg" }, { "percent": "10000", - "reputation": 23744414677575, - "rshares": 3081863150808, - "voter": "onceuponatime" + "reputation": 58265386995, + "rshares": 3720069646, + "voter": "bristolchris72" }, { "percent": "10000", - "reputation": 1829863145814, - "rshares": 701043147460, - "voter": "marginal" + "reputation": 5078296488269, + "rshares": 7647306705, + "voter": "moon32walker" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 82319542665, - "voter": "vip" + "reputation": 662320934570, + "rshares": 393457418, + "voter": "ladypenelope1" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 13179761696, - "voter": "proctologic" + "reputation": 12468455070375, + "rshares": 13473490203, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, - "rshares": 747371261, - "voter": "healthcare" + "reputation": 2997941608767, + "rshares": 6230724868, + "voter": "tony.jennings" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160796664, - "voter": "daniel.pan" + "reputation": 48324434201, + "rshares": 682664725, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 72112139588726, - "rshares": 823509007646, - "voter": "steemrollin" + "reputation": 270533787248, + "rshares": 795632907, + "voter": "mohammed123" }, { "percent": "10000", - "reputation": 3991861275580, - "rshares": 51733040244, - "voter": "full-steem-ahead" + "reputation": 2568808468562, + "rshares": 2582382925, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 4909504649121, - "rshares": 64491101436, - "voter": "bangking" + "reputation": 69628175386, + "rshares": 442885717, + "voter": "quigua" }, { "percent": "10000", - "reputation": 254955012957, - "rshares": 10708242314, - "voter": "k-rapper" + "reputation": 2564054618, + "rshares": 116644609, + "voter": "activcat" }, { "percent": "10000", - "reputation": 7404914959204, - "rshares": 32205638258, - "voter": "marketingmonk" + "reputation": 7078941123096, + "rshares": 14847664684, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 25112072900487, - "rshares": 200086864853, - "voter": "gardenlady" + "reputation": 13032104555879, + "rshares": 11610253345, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 37362894566, - "voter": "alexgr" + "reputation": 116655886020, + "rshares": 953427654, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 0, - "rshares": 345797723, - "voter": "helen.tan" + "reputation": 213944110649, + "rshares": 1349689922, + "voter": "pump" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 85597115855, - "voter": "unosuke" + "reputation": 9611048410314, + "rshares": 24388936994, + "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 23959616565, - "voter": "yefet" + "reputation": 568560955800, + "rshares": 35582191084, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 1701451058212, - "rshares": 3562229773, - "voter": "mazi" + "reputation": 28445884, + "rshares": 213031132, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 76952324805, - "voter": "noaommerrr" + "reputation": 58190631451, + "rshares": 17538610386, + "voter": "proto" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87998099579, - "voter": "acidsun" + "reputation": 19817905281, + "rshares": 198124022, + "voter": "jasen.g1311" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 91966424545, - "voter": "edgeland" + "reputation": 153480676290, + "rshares": 618911664, + "voter": "curator" }, { "percent": "10000", - "reputation": 1914970430304, - "rshares": 419261694760, - "voter": "chryspano" + "reputation": 23895195044, + "rshares": 184772599, + "voter": "bitmap" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 331909901841, - "voter": "craig-grant" + "reputation": 6264990277085, + "rshares": 17685013006, + "voter": "pinkisland" }, { "percent": "10000", - "reputation": 3266915935488, - "rshares": 143476621546, - "voter": "itsjoeco" + "reputation": 7172977970558, + "rshares": 2584557116, + "voter": "ace108" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 77358908541, - "voter": "easteagle13" + "reputation": 6796361134481, + "rshares": 8339742294, + "voter": "trisnawati" }, { "percent": "10000", - "reputation": 1590661010140, - "rshares": 23701819727, - "voter": "mod-tamichh" + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 13089076163, - "voter": "ervin-lemark" + "reputation": 12521809, + "rshares": 230369143, + "voter": "dubraman" }, { "percent": "10000", - "reputation": 55171927909, - "rshares": 47032385792, - "voter": "cyan91" + "reputation": 0, + "rshares": 417962899, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 87363750745142, - "rshares": 491023540970, - "voter": "dana-edwards" + "reputation": -2287580630, + "rshares": 1979512137, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 9600934617910, - "rshares": 15471774873, - "voter": "jademont" + "reputation": 0, + "rshares": 224168164, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8205769080, - "voter": "cryptorune" + "reputation": 10552456597779, + "rshares": 2227478619, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 526710884366, - "rshares": 7737351987, - "voter": "fran2k" + "reputation": 54192730483, + "rshares": 230793710, + "voter": "ethanjames" }, { "percent": "10000", - "reputation": 14848515958625, - "rshares": 82031931852, - "voter": "kingscrown" + "reputation": 1416246303584, + "rshares": 10469291420, + "voter": "michaeldodridge" }, { "percent": "10000", "reputation": 0, - "rshares": 475511002, - "voter": "paco-steem" + "rshares": 78475461, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 10171882074, - "voter": "mranderson" + "reputation": 5774005265165, + "rshares": 4876340947, + "voter": "logic" }, { "percent": "10000", - "reputation": 35537325381339, - "rshares": 1013424824024, - "voter": "hipster" + "reputation": 16914207527051, + "rshares": 35361125351, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5583494579, - "voter": "spaninv" + "reputation": 1841035810445, + "rshares": 2988238537, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 8143786705541, - "rshares": 71492023267, - "voter": "ingenesist" + "reputation": 136260156259, + "rshares": 173762521, + "voter": "kibela" }, { "percent": "10000", - "reputation": 3940140049670, - "rshares": 46957227196, - "voter": "tsugimoto" - }, - { - "percent": "-10000", - "reputation": 5045406568403, - "rshares": -35127812295, - "voter": "james-show" + "reputation": 1771004589580, + "rshares": 722574736, + "voter": "steemuwe" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2056240258, - "voter": "gekko" + "reputation": 17218558634066, + "rshares": 14373499173, + "voter": "smailer" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 330922076737, - "voter": "teamsteem" + "reputation": -1193908062262, + "rshares": 125694309, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 695962057671, - "voter": "nanzo-scoop" + "reputation": 6699598900, + "rshares": 115172592, + "voter": "wunju" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 257037895399, - "voter": "pal" + "reputation": 106557133024, + "rshares": 27615942007, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 493863952, - "rshares": 988983778, - "voter": "weenfan" + "reputation": 2227557428863, + "rshares": 7315085779, + "voter": "sulev" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2951167683, - "voter": "jerome-colley" + "reputation": 2413145659228, + "rshares": 2686047894, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 627954645291, - "rshares": 4153646240, - "voter": "jonno-katz" + "reputation": 138974533507, + "rshares": 897456559, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 273195968453, - "rshares": 1267279115, - "voter": "karask" + "reputation": 38706448983317, + "rshares": 94907155607, + "voter": "sterlinluxan" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 151441670235, - "voter": "steve-walschot" + "reputation": 134736123867, + "rshares": 18091703755, + "voter": "lsc9999" }, { "percent": "10000", - "reputation": 6182090102255, - "rshares": 32041945737, - "voter": "dan-atstarlite" + "reputation": 59131994286, + "rshares": 934141435, + "voter": "neowenyuan27" }, { "percent": "10000", - "reputation": 4611433093423, - "rshares": 27041387506, - "voter": "tmendieta" + "reputation": 979379098872, + "rshares": 1595890774, + "voter": "spinner" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 24595608321, - "voter": "klye" + "reputation": 645928796745, + "rshares": 3084766274, + "voter": "walkerlv" }, { "percent": "10000", - "reputation": 14968641922913, - "rshares": 55235261529, - "voter": "oaldamster" + "reputation": 206406209371, + "rshares": 1820530379, + "voter": "lpninja" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 73997216728, - "voter": "asch" + "reputation": 8806485920347, + "rshares": 28525233157, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 60877390332151, - "rshares": 594987180387, - "voter": "kevinwong" + "reputation": 119634591988, + "rshares": 1648247415, + "voter": "ba-boo" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432226213, - "voter": "murh" + "percent": "10000", + "reputation": 4046144208870, + "rshares": 1688104292, + "voter": "webosfritos" }, { "percent": "10000", - "reputation": 1095245594450, - "rshares": 57960182623, - "voter": "luke-crowley" + "reputation": 40835071879, + "rshares": 1635188948, + "voter": "dirty.hera" }, { "percent": "10000", - "reputation": 6298046648, - "rshares": 412678544, - "voter": "xxsenpaixsamaxx" + "reputation": 6931641798, + "rshares": 112431913, + "voter": "andrew-charles" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 207846410225, - "voter": "dragonslayer109" + "reputation": 49283901870, + "rshares": 997749834, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 89262274316, - "rshares": 29602678341, - "voter": "trung81" + "reputation": 3278418228934, + "rshares": 1506415282, + "voter": "karenb54" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 511455731665, - "voter": "cyber" + "reputation": 988942038058, + "rshares": 51552229737, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 233936010856, - "voter": "billbutler" + "reputation": 1275505236, + "rshares": 8767391896, + "voter": "taker" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 90536656576, - "voter": "eric-boucher" + "reputation": 36625546797, + "rshares": 779260259, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9361058328, - "voter": "johnerfx" + "reputation": 10137266406870, + "rshares": 6470796678, + "voter": "nekromarinist" }, { - "percent": "2300", - "reputation": 71931696380, - "rshares": 919210211225, - "voter": "satoshifund" + "percent": "10000", + "reputation": 4116067655741, + "rshares": 2080154370, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 408117159, - "voter": "applecrisp" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 200733663789408, - "rshares": 2357441430534, - "voter": "stellabelle" + "reputation": 11856501387697, + "rshares": 40064325570, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1700029514, - "rshares": 3333107393, - "voter": "ian-harris" + "reputation": 4232493695535, + "rshares": 2325051245, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1675750169, - "voter": "spartanza" + "reputation": 89039117574, + "rshares": 16805530814, + "voter": "bulkygangsta" }, { "percent": "10000", - "reputation": 0, - "rshares": 371369240, - "voter": "stiletto" + "reputation": 4964569405579, + "rshares": 4118606269, + "voter": "dumar022" }, { "percent": "10000", - "reputation": 6531398726064, - "rshares": 151933994804, - "voter": "killerstorm" + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 3169024240074, - "rshares": 51856263211, - "voter": "martin-wichmann" + "reputation": 604356859725, + "rshares": 2551354377, + "voter": "pdogg147" }, { "percent": "10000", - "reputation": 20763505296686, - "rshares": 237863907139, - "voter": "wingz" + "reputation": 90565359983, + "rshares": 25324366400, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 57512518518, - "voter": "juanmiguelsalas" + "reputation": 3803717948969, + "rshares": 18320616763, + "voter": "flandude" }, { "percent": "10000", - "reputation": 65989046107177, - "rshares": 565491519614, - "voter": "andrarchy" + "reputation": 1320262999851, + "rshares": 2318336686, + "voter": "naturalista" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 114562708554, - "voter": "kenny-crane" + "reputation": 3194641726781, + "rshares": 22434961294, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 12946566531, - "voter": "samether" + "reputation": 1127978824162, + "rshares": 1838772325, + "voter": "feelapi" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65928912378, - "voter": "ratel" + "reputation": 75109707260, + "rshares": 58659307703, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": 14675201322501, - "rshares": 76236065095, - "voter": "faddat" + "reputation": 4321340596238, + "rshares": 4550399343, + "voter": "asdes" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 203751312561, - "voter": "will-zewe" + "reputation": 512132085322, + "rshares": 10390641274, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4387565307, - "voter": "dahaz159" + "reputation": 7989197237827, + "rshares": 19070772133, + "voter": "essra" }, { "percent": "10000", - "reputation": 30409765924218, - "rshares": 324237643911, - "voter": "innuendo" + "reputation": 25724194555647, + "rshares": 36277428171, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 9389887938261, - "rshares": 8108243403, - "voter": "kennyskitchen" + "reputation": 22613377010, + "rshares": 67952487, + "voter": "kurzer42" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 277802855204, - "voter": "kaylinart" + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" }, { "percent": "10000", - "reputation": 14028106211346, - "rshares": 47818481404, - "voter": "kus-knee" + "reputation": 2287220532946, + "rshares": 1853055846, + "voter": "achim86" }, { "percent": "10000", - "reputation": 1116909606233, - "rshares": 13619190747, - "voter": "facer" + "reputation": 144042539115, + "rshares": 616300732, + "voter": "baryonlee" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 77537857911, - "voter": "tim-johnston" + "reputation": 0, + "rshares": 3967400693, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 0, - "rshares": 326700743, - "voter": "elevation2016" + "reputation": 1588149895, + "rshares": 65033039, + "voter": "whileoutsanch" }, { "percent": "10000", - "reputation": 15857384273210, - "rshares": 213975220764, - "voter": "alexc" + "reputation": 2637292041469, + "rshares": 5846804532, + "voter": "minion" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 21859225069, - "voter": "ossama-benjohn" + "reputation": 3271549714172, + "rshares": 1284462571, + "voter": "andrew0" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 134308601133, - "voter": "schro" + "reputation": 2962259788063, + "rshares": 6587739020, + "voter": "stephen.king989" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 836118043, - "voter": "johnerminer" + "reputation": 12393203621507, + "rshares": 25546076206, + "voter": "omfedor" }, { - "percent": "-10000", - "reputation": -1352735696512, - "rshares": -311187283, - "voter": "hater" + "percent": "10000", + "reputation": 0, + "rshares": 63173510, + "voter": "apophene" }, { "percent": "10000", - "reputation": 9186061899783, - "rshares": 37923927567, - "voter": "michaelx" + "reputation": 2021353867281, + "rshares": 6922321221, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 149907699091, - "voter": "thedashguy" + "reputation": 519457263879, + "rshares": 62581334482, + "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 7128338337, - "voter": "grandpere" + "reputation": 5836792362, + "rshares": 65973534, + "voter": "sky.max" }, { "percent": "10000", - "reputation": 343178626425, - "rshares": 189552455781, - "voter": "mexbit" + "reputation": 1685450515149, + "rshares": 3424311094, + "voter": "steemleak" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6136910800, - "voter": "mark-waser" + "reputation": 898801272252, + "rshares": 1925325080, + "voter": "t3ran13" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1488162560356, - "voter": "sean-king" + "reputation": 2464511443415, + "rshares": 1873927040, + "voter": "alitas" }, { "percent": "10000", - "reputation": 2419162524790, - "rshares": 686904893022, - "voter": "publicworker" + "reputation": 11122126920308, + "rshares": 3794430611, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 74113311286, - "voter": "albertogm" + "reputation": 0, + "rshares": 1156263039, + "voter": "paynode" }, { "percent": "10000", - "reputation": 642608867428, - "rshares": 5223833163, - "voter": "christoryan" + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" }, { "percent": "10000", - "reputation": 36884147263377, - "rshares": 265565289471, - "voter": "lukestokes" + "reputation": 84243674408, + "rshares": 118079903, + "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 13821321667, - "rshares": 753502879, - "voter": "christoph3" + "reputation": 311638758804, + "rshares": 299688720, + "voter": "rusteller" }, { "percent": "10000", - "reputation": 699299009701, - "rshares": 1302398717, - "voter": "jo-stonellord" + "reputation": 7767180487460, + "rshares": 9179709205, + "voter": "gargon" }, { "percent": "10000", - "reputation": 5571311902261, - "rshares": 3212069577, - "voter": "mammasitta" + "reputation": 1269864429223, + "rshares": 2432198158, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 36344377648, - "rshares": 44045934125, - "voter": "marco-delsalto" + "reputation": 81444006110, + "rshares": 107705017, + "voter": "jonasontheroof" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31058131849, - "voter": "talanhorne" + "reputation": 3740136030964, + "rshares": 687859719, + "voter": "future24" }, { "percent": "10000", - "reputation": 18458799241134, - "rshares": 42671597261, - "voter": "karnal" + "reputation": 971138, + "rshares": 63395918, + "voter": "jjt333" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4943256767, - "voter": "fuck.off" + "reputation": 191217797933, + "rshares": 60723654, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6595142416, - "voter": "iloveporn" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3312702629, - "voter": "the.bot" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 2632946346, - "rshares": 28959639435, - "voter": "catchfire" + "reputation": 0, + "rshares": 10947074722, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8019883253, - "voter": "johnbradshaw" + "reputation": 303910488530, + "rshares": 10081869814, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 1613752018459, - "rshares": 7351452300, - "voter": "quintanilla" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 85777133037, - "rshares": 588179175, - "voter": "mrhankeh" + "reputation": 2144720103876, + "rshares": 3917021531, + "voter": "alchemage" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 19218853033, - "voter": "acassity" + "reputation": 3552896427510, + "rshares": 14627081187, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 59670374382, - "voter": "norbu" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 177578566464, - "rshares": 360802404, - "voter": "chetlanin" + "reputation": 6755300029, + "rshares": 1675077833, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 161952614, - "voter": "ales" + "reputation": 33467338593, + "rshares": 73603234, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 6813289592775, - "rshares": 5549897051, - "voter": "arcaneinfo" + "reputation": 28335136369, + "rshares": 1588889351, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5709173603, - "voter": "the.whale" + "reputation": 1943068087, + "rshares": 61600623, + "voter": "lennon15" }, { "percent": "10000", - "reputation": 1676955163155, - "rshares": 4091287980, - "voter": "spikykevin" + "reputation": 4130836907564, + "rshares": 17970298536, + "voter": "highlite" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 238563974846, - "voter": "ericvancewalton" + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 8046430295, - "voter": "cannav" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 59226420646, - "voter": "booja" + "reputation": 9332405310628, + "rshares": 28579615756, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 18965164896, - "rshares": 260424224, - "voter": "pim" + "reputation": 13895575208, + "rshares": 57481384, + "voter": "stevescriber" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 26729195966, - "voter": "good-karma" + "reputation": 37279727062, + "rshares": 1309455764, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 288460512928, - "voter": "roelandp" + "reputation": 289207830105, + "rshares": 59810686, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 1933204465, - "rshares": 56947882743, - "voter": "sonzweil" + "reputation": 0, + "rshares": 54893894, + "voter": "loli" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5407890112, - "voter": "unicornfarts" + "reputation": 2118792724924, + "rshares": 81461672884, + "voter": "miacats" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 44210963671, - "voter": "ezzy" + "reputation": 7436429161346, + "rshares": 11447630746, + "voter": "mione" }, { "percent": "10000", - "reputation": 668633470533, - "rshares": 3526969665, - "voter": "stijn" + "reputation": 15841196427096, + "rshares": 29986790359, + "voter": "bitcalm" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 62516665482, - "voter": "lehard" + "reputation": 497846177749, + "rshares": 575708182, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 107619198367, - "voter": "rubybian" + "reputation": 6058270767116, + "rshares": 5952109950, + "voter": "gonzo" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3182173425, - "voter": "orly" + "reputation": 2516486135, + "rshares": 61999379, + "voter": "pbelavin" }, { "percent": "10000", - "reputation": 18757150528749, - "rshares": 142419360996, - "voter": "chhaylin" + "reputation": 11525643543, + "rshares": 60675123, + "voter": "olya" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15184044146, - "voter": "konstantin" + "reputation": 3814152361740, + "rshares": 9257890587, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 40557912481, - "rshares": 249261791, - "voter": "mstang83" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18364554713, - "voter": "katyakov" + "reputation": 4637390447698, + "rshares": 1157289591, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 33277274268, - "voter": "hitmeasap" + "reputation": 13325577893779, + "rshares": 11671532030, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5827885675, - "voter": "vote" + "reputation": 23206755125, + "rshares": 66308441, + "voter": "kana" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 19620943112, - "voter": "hakise" + "reputation": -30464467585, + "rshares": 79579732, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 14661458923663, - "rshares": 240102242001, - "voter": "fabio" + "reputation": 7250270199, + "rshares": 64045050, + "voter": "trimpy" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 236987187, - "voter": "aidar88" + "reputation": 40078121577, + "rshares": 596060484, + "voter": "chanbam" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 135929671416, - "voter": "jackkang" + "reputation": 67427595157518, + "rshares": 621427424611, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 17910661583686, - "rshares": 207547313965, - "voter": "guerrint" + "reputation": 18105338219923, + "rshares": 14942853195, + "voter": "kafkanarchy84" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 5888987637, - "voter": "kissmybutt" + "reputation": -52839282898, + "rshares": 294939619, + "voter": "crezyliza" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 560145214402, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 1310778341, + "voter": "kollapsik" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 32990051928, - "voter": "r4fken" + "reputation": 11448117997, + "rshares": 60676812, + "voter": "alfaman" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 290260724, - "voter": "damono" + "reputation": 8478564, + "rshares": 60508508, + "voter": "kskaizen" }, { "percent": "10000", - "reputation": 46813789492, - "rshares": 25445573460, - "voter": "tcfxyz" + "reputation": 0, + "rshares": 273090956, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 287184429, - "voter": "romel" + "reputation": 24073624840, + "rshares": 2460226113, + "voter": "madoff" }, { "percent": "10000", - "reputation": 3366379465325, - "rshares": 7049471118, - "voter": "futurefood" + "reputation": 419194490202, + "rshares": 177551069, + "voter": "truthmomma" }, { "percent": "10000", - "reputation": 51511210264, - "rshares": 654170217, - "voter": "mjoriginal" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 2138693707311, - "rshares": 38531505280, - "voter": "redpalestino" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 6444858785, - "rshares": 250401792, - "voter": "strickl9" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 72244815652, - "voter": "derekareith" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 36017089082, - "rshares": 536844198, - "voter": "rxhector" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 16268327469, - "voter": "picokernel" + "reputation": 1985439257, + "rshares": 88039262242, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 660910633272, - "voter": "slowwalker" + "reputation": 156837664557, + "rshares": 108500792, + "voter": "how2steemit" }, { "percent": "10000", - "reputation": 3181753819665, - "rshares": 9842372914, - "voter": "jay4u" + "reputation": 951754559495, + "rshares": 1265825098, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 223278762484, - "rshares": 16477715090, - "voter": "jazzka" + "reputation": 2646106119988, + "rshares": 4233723681, + "voter": "chaospoet" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 499737940301, - "voter": "neoxian" + "reputation": 5427607111677, + "rshares": 7865280376, + "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 255936097265, - "rshares": 10797714882, - "voter": "seanmchughart" + "reputation": -49397634, + "rshares": 70361224, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 680517621, - "voter": "busser" + "reputation": 5385371031617, + "rshares": 4080936853, + "voter": "mada" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3470648646, - "voter": "owdy" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 794499759, - "voter": "nobreku" + "reputation": 31757322861, + "rshares": 59465570, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 736644764370, - "rshares": 1370710374478, - "voter": "renohq" + "reputation": 2140537429766, + "rshares": 17450916624, + "voter": "yef99" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 151022514974, - "voter": "knircky" + "reputation": 401217888, + "rshares": 375942824, + "voter": "mig641" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 10779739131, - "voter": "ausbitbank" + "reputation": 128799717225, + "rshares": 52342236, + "voter": "kamil5" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 150871085450, - "voter": "jacor" + "reputation": 425267052246, + "rshares": 102508772, + "voter": "ultimus" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 248223472, - "voter": "ardina" + "reputation": 1130219064888, + "rshares": 23597464903, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 899920858191, - "rshares": 1158345558, - "voter": "mixa" + "reputation": 1228265260257, + "rshares": 925692996, + "voter": "rittr" }, { "percent": "10000", - "reputation": 1371681467487, - "rshares": 7881390369, - "voter": "autosmile13" + "reputation": 24788603142, + "rshares": 71553795021, + "voter": "richhorn" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 787490889, - "voter": "dicov" + "reputation": 305959994445, + "rshares": 252786568, + "voter": "freerubens" }, { "percent": "10000", - "reputation": 0, - "rshares": 975960321, - "voter": "steem1653" + "reputation": 503220992718, + "rshares": 99518963, + "voter": "claudia" }, { "percent": "10000", - "reputation": 0, - "rshares": 47588505300, - "voter": "mraytekin" + "reputation": 310309073633, + "rshares": 1827230289, + "voter": "erroneous-logic" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4208924524, - "voter": "gikitiki" + "reputation": 28176351271250, + "rshares": 63139786004, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 658407157113, - "rshares": 649264993, - "voter": "cherish" + "reputation": 17140629596244, + "rshares": 42188225139, + "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 1856960836286, - "rshares": 18938670372, - "voter": "fulltimegeek" + "reputation": 4112973711517, + "rshares": 7617052564, + "voter": "generation.easy" }, { "percent": "10000", - "reputation": 9968156990, - "rshares": 60733429297, - "voter": "flyingmind" + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2932515645, - "voter": "steemit-life" + "reputation": 3244771590977, + "rshares": 46122163873, + "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 338909620445, - "rshares": 11624349212, - "voter": "blockchainbilly" + "reputation": 9053611702217, + "rshares": 6745333673, + "voter": "sethlinson" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10812654445, - "voter": "asim" + "reputation": 11490547563070, + "rshares": 12311864870, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 197128910495, - "voter": "jesta" + "reputation": 32644559975, + "rshares": 59326163, + "voter": "ajavajive" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 32289566590, - "voter": "toxonaut" + "reputation": 3725920343994, + "rshares": 7447646500, + "voter": "booky" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4987849891, - "voter": "thegoodguy" + "reputation": 3485898605376, + "rshares": 2396267979, + "voter": "naquoya" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 114935388111, - "voter": "paco" + "reputation": 653929887952, + "rshares": 1429032739, + "voter": "truthandanarchy" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 341997198874, - "voter": "bobbylee" + "reputation": 1159303098899, + "rshares": 1499984615, + "voter": "roland.haynes" }, { - "percent": "0", - "reputation": 11644551965460, - "rshares": 273908278, - "voter": "senseiteekay" + "percent": "10000", + "reputation": 213531879282, + "rshares": 3059436667, + "voter": "mistowed" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4186734879, - "voter": "karen13" + "reputation": 6300363201553, + "rshares": 12928403204, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 16492980227, - "voter": "dwinblood" + "reputation": 1903578632, + "rshares": 58915402, + "voter": "ssashem" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24943551288, - "voter": "igster" + "reputation": 1021682513, + "rshares": 58793663, + "voter": "mdx5009" }, { "percent": "10000", - "reputation": 125274679006, - "rshares": 6008579254, - "voter": "cryptosi" + "reputation": 56301289091, + "rshares": 56464079, + "voter": "ericbelsey" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11682182138, - "voter": "meesterboom" + "reputation": 1876749044289, + "rshares": 1848088854, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 12193025165, - "voter": "jaycobbell" + "reputation": 68335930859, + "rshares": 60157039, + "voter": "justinschwalm" }, { "percent": "10000", - "reputation": 3879998019826, - "rshares": 4336101267, - "voter": "juvyjabian" + "reputation": 1734036671982, + "rshares": 998446054, + "voter": "therealpaul" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 12079652710, - "voter": "bycz" + "reputation": 896116963054, + "rshares": 255814908783, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 369337292, - "voter": "karenmckersie" + "reputation": 915016, + "rshares": 56264526, + "voter": "drsamkhan" }, { "percent": "10000", - "reputation": 2087820513398, - "rshares": 128370003552, - "voter": "gbert" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 928901384552, - "rshares": 19222954774, - "voter": "grolelo" + "reputation": 784318201, + "rshares": 58484155, + "voter": "shurik" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 70373803968, - "voter": "inertia" + "reputation": 53098184238, + "rshares": 84529934, + "voter": "sjjohnson" }, { "percent": "10000", - "reputation": 2347565634738, - "rshares": 9908593396, - "voter": "shla-rafia" + "reputation": 366529203171, + "rshares": 227167546, + "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 41822608821, - "voter": "milestone" + "reputation": 10614920699, + "rshares": 236254009, + "voter": "miscreantpie" }, { "percent": "10000", - "reputation": 777812727227, - "rshares": 18659667015, - "voter": "artific" + "reputation": 0, + "rshares": 56975248, + "voter": "nearbyfar" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6784977045, - "voter": "lichtblick" + "reputation": 101814429368, + "rshares": 86244910, + "voter": "ragingliberty" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 21311317281, - "voter": "creemej" + "reputation": 1480652550326, + "rshares": 1283755290, + "voter": "lenar" }, { "percent": "10000", - "reputation": -883682716676, - "rshares": 106025345, - "voter": "wildchild" + "reputation": 335003583191, + "rshares": 89325487, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 2974404080988, - "rshares": 118292596778, - "voter": "demotruk" + "reputation": 460529871, + "rshares": 58137464, + "voter": "shamas" }, { "percent": "10000", - "reputation": 1234131079581, - "rshares": 4286117468, - "voter": "r-niki09" + "reputation": 18957179674, + "rshares": 54557266, + "voter": "uri-bruck" }, { "percent": "10000", - "reputation": 3040770542655, - "rshares": 9960731311, - "voter": "warrensteem" + "reputation": 341202534995, + "rshares": 249682983, + "voter": "elemenya" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 1481735585, - "voter": "natali22" + "reputation": 3144994876819, + "rshares": 1167418613, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 13139621251056, - "rshares": 85481536565, - "voter": "manthostsakirid" + "reputation": 149085976126, + "rshares": 116563077, + "voter": "billstclair" }, { "percent": "10000", - "reputation": 11429270871, - "rshares": 5346780959, - "voter": "pierregi" + "reputation": 4272392942041, + "rshares": 3409304031, + "voter": "ats-david" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1981381997, - "voter": "the-future" + "reputation": 2516108074649, + "rshares": 710738936, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 2096076988, - "rshares": 239427456, - "voter": "seafarer124" + "reputation": 17676358821986, + "rshares": 17764396323, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 3971452838, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 692822335938, - "rshares": 234467072, - "voter": "keyser" + "reputation": 4818398060873, + "rshares": 69616879764, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12702349860, - "voter": "nippel66" + "reputation": 1391859553453, + "rshares": 56770079081, + "voter": "skum" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3069488172, - "voter": "imp3" + "reputation": 148753941, + "rshares": 57818149, + "voter": "anarchoali" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12602496211, - "voter": "phenom" + "reputation": 630803487, + "rshares": 39491354483, + "voter": "simon-says" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 38509112108, - "voter": "mynameisbrian" + "reputation": 171590615597, + "rshares": 97612779, + "voter": "trendwizard" }, { "percent": "10000", - "reputation": 3941133391991, - "rshares": 8088797655, - "voter": "peacekeeper" + "reputation": 10684992176630, + "rshares": 5102281955, + "voter": "quinneaker" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2424257783, - "voter": "sgnsteems" + "reputation": 250066271138, + "rshares": 76279116, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 200503211266, - "voter": "blueorgy" + "reputation": 6996617613365, + "rshares": 9228974854, + "voter": "aaronkoenig" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 12138236700, - "voter": "benjiberigan" + "reputation": 225178513133, + "rshares": 56574870, + "voter": "dazedbunny" }, { "percent": "10000", - "reputation": 57820199104417, - "rshares": 98869306687, - "voter": "opheliafu" + "reputation": 72035128429, + "rshares": 57567795, + "voter": "dabrarital1972" }, { "percent": "10000", - "reputation": 782596410473, - "rshares": 4481413651, - "voter": "poseidon" + "reputation": 855097842923, + "rshares": 11731636261, + "voter": "darrantrute" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 262655303604, - "voter": "calaber24p" + "reputation": 682893592, + "rshares": 688885608, + "voter": "gear66" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477776250, - "voter": "davidr" + "reputation": 1505238830807, + "rshares": 62339129, + "voter": "linzo" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 19970133668, - "voter": "mustafaomar" + "reputation": 4254380753805, + "rshares": 1956423616, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14310729575, - "voter": "all-of-us" + "reputation": 328071459, + "rshares": 57388719, + "voter": "jerryt" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123371166, - "voter": "bobo012" + "reputation": 1409339812298, + "rshares": 453480300, + "voter": "eight-rad" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 24627774216, - "voter": "ubg" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 1754841072080, - "rshares": 815526334, - "voter": "rkpl" + "reputation": 59794878176, + "rshares": 77004567, + "voter": "chrisaiki" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8242655094, - "voter": "magz8716" + "reputation": 3573461197670, + "rshares": 14327247506, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 8897174175, - "rshares": 200869173, - "voter": "eclipse0" + "reputation": 8113893564, + "rshares": 67088669, + "voter": "donneker" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7024182360, - "voter": "geronimo" + "reputation": 1736702154666, + "rshares": 2329922688, + "voter": "xanoxt" }, { "percent": "10000", - "reputation": 116856214624, - "rshares": 3434139678, - "voter": "bones" + "reputation": 20797221470, + "rshares": 1749458412, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 2147203047336, - "rshares": 14323666529, - "voter": "exitmass" + "reputation": 651373865756, + "rshares": 113334105, + "voter": "team101" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2280809650, - "voter": "vlad" + "reputation": 2721887929533, + "rshares": 4405532893, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3084804931, - "voter": "azurejasper" + "reputation": 7201037674, + "rshares": 1840952000, + "voter": "athleteyoga" }, { "percent": "10000", - "reputation": 4727020133419, - "rshares": 3158811913, - "voter": "travelista" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 7740774800016, - "rshares": 26588833056, - "voter": "beowulfoflegend" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 21139844855, - "voter": "deanliu" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3984144472, - "voter": "cryptohustlin" + "reputation": 1358153764645, + "rshares": 1327049009, + "voter": "leneg" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 18543451869, - "voter": "celsius100" + "reputation": 7550126154892, + "rshares": 2986817294, + "voter": "highimpactflix" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 35221621896, - "voter": "sauravrungta" + "reputation": 25508059, + "rshares": 54547175, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 13067561597, - "voter": "shredlord" + "reputation": 3755265902762, + "rshares": 3287104484, + "voter": "l0k1" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 78626939838, - "voter": "rea" + "reputation": 232802458264, + "rshares": 16196774297, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 20864274854, - "rshares": 123006291, - "voter": "mumslittlesecret" + "reputation": 18088143027, + "rshares": 52516313, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 1557454956, - "voter": "foxxycat" + "reputation": 903679, + "rshares": 56681877, + "voter": "powerserge" }, { "percent": "10000", - "reputation": -775526496810, - "rshares": 1478779307, - "voter": "cryptocurrency1" + "reputation": 269774223718, + "rshares": 780844402, + "voter": "cardsanarchy" }, { "percent": "10000", - "reputation": 2632564148, - "rshares": 5203558907, - "voter": "zelgald1" + "reputation": 1511945712631, + "rshares": 2750647702, + "voter": "sift666" }, { "percent": "10000", - "reputation": 40107084, - "rshares": 158969085, - "voter": "xand" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203797698506, - "voter": "jl777" + "reputation": 2121626708565, + "rshares": 2609970704, + "voter": "titusfrost" }, { "percent": "10000", - "reputation": 2795999874461, - "rshares": 1016329703765, - "voter": "james212" + "reputation": 1919986626165, + "rshares": 1792686510, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 1991682076199, - "rshares": 23981167639, - "voter": "steemed-open" + "reputation": 785171622834, + "rshares": 5979054333, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 0, - "rshares": 1720969991, - "voter": "yarly" + "reputation": 14234029697181, + "rshares": 9796135525, + "voter": "gardenofeden" }, { "percent": "10000", - "reputation": 0, - "rshares": 260899548, - "voter": "yarly2" + "reputation": 1134384219489, + "rshares": 17333040473, + "voter": "oldstone" }, { "percent": "10000", - "reputation": 0, - "rshares": 261290501, - "voter": "yarly3" + "reputation": 949895649943, + "rshares": 590662773, + "voter": "nebcat" }, { "percent": "10000", - "reputation": 0, - "rshares": 151145512, - "voter": "yarly4" + "reputation": 966857371343, + "rshares": 1626592384, + "voter": "houseofhayden" }, { "percent": "10000", - "reputation": 0, - "rshares": 151999037, - "voter": "yarly5" + "reputation": 12539394694005, + "rshares": 2859666436, + "voter": "doitvoluntarily" }, { "percent": "10000", "reputation": 0, - "rshares": 86657502, - "voter": "yarly7" + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 122460178863, - "rshares": 4927809418, - "voter": "masterinvestor" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 1639613775527, - "rshares": 3406946967, - "voter": "jedau" + "reputation": 8442182311998, + "rshares": 9624323340, + "voter": "ionescur" }, { "percent": "10000", - "reputation": 161079803820, - "rshares": 56725443628, - "voter": "arcurus" + "reputation": 262756573957, + "rshares": 568396247, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 10739630699, - "rshares": 120677335, - "voter": "yorg" + "reputation": 1797155307423, + "rshares": 379926525, + "voter": "shieha" }, { "percent": "10000", - "reputation": 58265386995, - "rshares": 3720069646, - "voter": "bristolchris72" + "reputation": 1881301815, + "rshares": 55267919, + "voter": "husni12" }, { "percent": "10000", - "reputation": 5078296488269, - "rshares": 7647306705, - "voter": "moon32walker" + "reputation": 640164473382, + "rshares": 56143941, + "voter": "zettar" }, { "percent": "10000", - "reputation": 662320934570, - "rshares": 393457418, - "voter": "ladypenelope1" + "reputation": 2840774649947, + "rshares": 16416600177, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13473490203, - "voter": "carlidos" + "reputation": 2856930496335, + "rshares": 3325509658, + "voter": "nubchai" }, { "percent": "10000", - "reputation": 2997941608767, - "rshares": 6230724868, - "voter": "tony.jennings" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 48324434201, - "rshares": 682664725, - "voter": "tobythecat" + "reputation": 57977501, + "rshares": 1155867788, + "voter": "gerasim" }, { "percent": "10000", - "reputation": 270533787248, - "rshares": 795632907, - "voter": "mohammed123" + "reputation": 5949422263, + "rshares": 181104581892, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2582382925, - "voter": "sompitonov" + "reputation": 988835724525, + "rshares": 381939549, + "voter": "kiwideb" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 442885717, - "voter": "quigua" + "reputation": 193759655472, + "rshares": 118513189, + "voter": "rebeccaryan" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 116644609, - "voter": "activcat" + "reputation": 2483815670577, + "rshares": 4197757012, + "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 14847664684, - "voter": "lemooljiang" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 11610253345, - "voter": "winstonwolfe" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 953427654, - "voter": "happyphoenix" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 213944110649, - "rshares": 1349689922, - "voter": "pump" + "reputation": 630212931199, + "rshares": 182932028, + "voter": "jiacyhb" }, { "percent": "10000", - "reputation": 9611048410314, - "rshares": 24388936994, - "voter": "team-leibniz" + "reputation": 3533625673, + "rshares": 22137850477, + "voter": "dubi" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 35582191084, - "voter": "fatboy" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 213031132, - "voter": "shadyonline" + "reputation": 1810829967, + "rshares": 2818550699, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 17538610386, - "voter": "proto" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 19817905281, - "rshares": 198124022, - "voter": "jasen.g1311" + "reputation": 61903571255, + "rshares": 52379269, + "voter": "jessicalu" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618911664, - "voter": "curator" + "reputation": 10136601, + "rshares": 704798537, + "voter": "mjhomb" }, { "percent": "10000", - "reputation": 23895195044, - "rshares": 184772599, - "voter": "bitmap" + "reputation": 244886998614, + "rshares": 204496842, + "voter": "irininich" }, { "percent": "10000", - "reputation": 6264990277085, - "rshares": 17685013006, - "voter": "pinkisland" + "reputation": 2609275826131, + "rshares": 94397808, + "voter": "alina1" }, { "percent": "10000", - "reputation": 7172977970558, - "rshares": 2584557116, - "voter": "ace108" + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 6796361134481, - "rshares": 8339742294, - "voter": "trisnawati" + "reputation": 0, + "rshares": 51680032, + "voter": "rocknrolldm" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" + "reputation": 2332975763185, + "rshares": 56372318, + "voter": "patelincho" }, { "percent": "10000", - "reputation": 12521809, - "rshares": 230369143, - "voter": "dubraman" + "reputation": 304603834882, + "rshares": 387594274, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 0, - "rshares": 417962899, - "voter": "yarly10" + "reputation": -119859903423, + "rshares": 72893380, + "voter": "and030380" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1979512137, - "voter": "alex.chien" + "reputation": 737348426612, + "rshares": 512115897, + "voter": "lifeworship" }, { "percent": "10000", "reputation": 0, - "rshares": 224168164, - "voter": "yarly11" + "rshares": 331535276, + "voter": "bones261" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2227478619, - "voter": "royalmacro" + "reputation": 8671572242235, + "rshares": 3251961115, + "voter": "mariandavp" }, { "percent": "10000", - "reputation": 54192730483, - "rshares": 230793710, - "voter": "ethanjames" + "reputation": 19674745811334, + "rshares": 63268404844, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 10469291420, - "voter": "michaeldodridge" + "reputation": 26215514, + "rshares": 26539184869, + "voter": "brains" }, { "percent": "10000", - "reputation": 0, - "rshares": 78475461, - "voter": "yarly12" + "reputation": 3138405687, + "rshares": 54744688, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 5774005265165, - "rshares": 4876340947, - "voter": "logic" + "reputation": 353288883728, + "rshares": 463572260, + "voter": "floweroflife" + }, + { + "percent": "10000", + "reputation": 294937368742, + "rshares": 3377536592, + "voter": "steemokto" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35361125351, - "voter": "celebr1ty" + "reputation": 70707045777, + "rshares": 59536536, + "voter": "knight-angel" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 2988238537, - "voter": "bkkshadow" + "reputation": 2697602494482, + "rshares": 1556127909, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 173762521, - "voter": "kibela" + "reputation": 4408882617025, + "rshares": 700644632, + "voter": "jillwirt" }, { "percent": "10000", - "reputation": 1771004589580, - "rshares": 722574736, - "voter": "steemuwe" + "reputation": 0, + "rshares": 620060701, + "voter": "bones555" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14373499173, - "voter": "smailer" + "reputation": -674983067, + "rshares": 54165586, + "voter": "yegor" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 125694309, - "voter": "steemster1" + "reputation": 1586351489943, + "rshares": 824426750, + "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 6699598900, - "rshares": 115172592, - "voter": "wunju" + "reputation": 9789912031, + "rshares": 54408230, + "voter": "feruz" }, { "percent": "10000", - "reputation": 106557133024, - "rshares": 27615942007, - "voter": "solidgold" + "reputation": 8189791438741, + "rshares": 11198455080, + "voter": "skypilot" }, { "percent": "10000", - "reputation": 2227557428863, - "rshares": 7315085779, - "voter": "sulev" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 2686047894, - "voter": "dmilash" + "reputation": 861400654873, + "rshares": 1274868167, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 897456559, - "voter": "mar1978co" + "reputation": 1455592982586, + "rshares": 533336221, + "voter": "alwayzgame" }, { "percent": "10000", - "reputation": 38706448983317, - "rshares": 94907155607, - "voter": "sterlinluxan" + "reputation": 235434198, + "rshares": 51889332, + "voter": "alwayzgamez" }, { "percent": "10000", - "reputation": 134736123867, - "rshares": 18091703755, - "voter": "lsc9999" + "reputation": 31479863, + "rshares": 52930132, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 59131994286, - "rshares": 934141435, - "voter": "neowenyuan27" + "reputation": 563927807986, + "rshares": 1607854693, + "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1595890774, - "voter": "spinner" + "reputation": 131125606004, + "rshares": 59108233, + "voter": "thelord" }, { "percent": "10000", - "reputation": 645928796745, - "rshares": 3084766274, - "voter": "walkerlv" + "reputation": 2054624294432, + "rshares": 1649411158, + "voter": "anton333" }, { "percent": "10000", - "reputation": 206406209371, - "rshares": 1820530379, - "voter": "lpninja" + "reputation": 1140212510918, + "rshares": 54321981, + "voter": "positivesteem" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 28525233157, - "voter": "jasonstaggers" + "reputation": 33451402996481, + "rshares": 127870617820, + "voter": "jamielefay" }, { "percent": "10000", - "reputation": 119634591988, - "rshares": 1648247415, - "voter": "ba-boo" + "reputation": 26143085517, + "rshares": 54791055, + "voter": "jeza" }, { "percent": "10000", - "reputation": 4046144208870, - "rshares": 1688104292, - "voter": "webosfritos" + "reputation": 0, + "rshares": 5415068741, + "voter": "chick1" }, { "percent": "10000", - "reputation": 40835071879, - "rshares": 1635188948, - "voter": "dirty.hera" + "reputation": 11985197441, + "rshares": 55689355, + "voter": "ribuck" }, { "percent": "10000", - "reputation": 6931641798, - "rshares": 112431913, - "voter": "andrew-charles" + "reputation": 4069545029880, + "rshares": 554567780, + "voter": "funnyman" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 997749834, - "voter": "metaflute" + "reputation": 661603952344, + "rshares": 2549129299, + "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 1506415282, - "voter": "karenb54" + "reputation": 0, + "rshares": 51575887, + "voter": "aoki" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 51552229737, - "voter": "gomeravibz" + "reputation": 0, + "rshares": 51505929, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 8767391896, - "voter": "taker" + "reputation": 0, + "rshares": 51519509, + "voter": "cwb" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 779260259, - "voter": "pakisnxt" + "reputation": 1201509725074, + "rshares": 67451403, + "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6470796678, - "voter": "nekromarinist" + "reputation": 1770877346455, + "rshares": 843848361, + "voter": "changkun" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 2080154370, - "voter": "sykochica" + "reputation": 15279950893, + "rshares": 72467448, + "voter": "inphiknit" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 679010673667, + "rshares": 54250822, + "voter": "nelyp" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 40064325570, - "voter": "allasyummyfood" + "reputation": 35511792131, + "rshares": 2506063134, + "voter": "robcichocki" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 2325051245, - "voter": "french.fyde" + "reputation": 570800415880, + "rshares": 1608889180, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 89039117574, - "rshares": 16805530814, - "voter": "bulkygangsta" + "reputation": 39967971, + "rshares": 52928580, + "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 4964569405579, - "rshares": 4118606269, - "voter": "dumar022" + "reputation": 1502200909130, + "rshares": 144469532, + "voter": "ola1" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 52102443, - "voter": "lillianjones" + "reputation": 768451347973, + "rshares": 246481560, + "voter": "jbaker585" }, { "percent": "10000", - "reputation": 604356859725, - "rshares": 2551354377, - "voter": "pdogg147" + "reputation": 6072650400812, + "rshares": 3342911174, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 25324366400, - "voter": "rawnetics" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 3803717948969, - "rshares": 18320616763, - "voter": "flandude" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 1320262999851, - "rshares": 2318336686, - "voter": "naturalista" + "reputation": 74154890902, + "rshares": 52767110, + "voter": "littlemorelove" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22434961294, - "voter": "laoyao" + "reputation": 25803661875, + "rshares": 71766021, + "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 1127978824162, - "rshares": 1838772325, - "voter": "feelapi" + "reputation": 164535440268, + "rshares": 3319272143, + "voter": "adilsontsilva" }, { "percent": "10000", - "reputation": 75109707260, - "rshares": 58659307703, - "voter": "persianqueen" + "reputation": -297945690, + "rshares": 53309537, + "voter": "michaelblizek" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 4550399343, - "voter": "asdes" + "reputation": 1051554596883, + "rshares": 833131622, + "voter": "infotoday" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 10390641274, - "voter": "viktor.phuket" + "reputation": 3765152822, + "rshares": 66564537, + "voter": "arnebolen" }, { "percent": "10000", - "reputation": 7989197237827, - "rshares": 19070772133, - "voter": "essra" + "reputation": 894021690, + "rshares": 52032356, + "voter": "stir" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 36277428171, - "voter": "timsaid" + "reputation": 0, + "rshares": 309521415, + "voter": "robotev1" }, { "percent": "10000", - "reputation": 22613377010, - "rshares": 67952487, - "voter": "kurzer42" + "reputation": 659608632671, + "rshares": 1039306642, + "voter": "jang" }, { "percent": "10000", - "reputation": 76182528096, - "rshares": 64812629, - "voter": "coderg" + "reputation": 0, + "rshares": 5070454569, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 1853055846, - "voter": "achim86" + "reputation": 272497517948, + "rshares": 63446381, + "voter": "bobbybillbob" }, { "percent": "10000", - "reputation": 144042539115, - "rshares": 616300732, - "voter": "baryonlee" + "reputation": 4320548513832, + "rshares": 466446767, + "voter": "ekaterina4ka" }, { "percent": "10000", - "reputation": 0, - "rshares": 3967400693, - "voter": "ullikume" + "reputation": 3061556951554, + "rshares": 2665857100, + "voter": "puffin" }, { "percent": "10000", - "reputation": 1588149895, - "rshares": 65033039, - "voter": "whileoutsanch" + "reputation": 200511066644, + "rshares": 120923966, + "voter": "creativeyoke" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 5846804532, - "voter": "minion" + "reputation": 34988994, + "rshares": 51639542, + "voter": "tjspaulding5632" }, { "percent": "10000", - "reputation": 3271549714172, - "rshares": 1284462571, - "voter": "andrew0" + "reputation": 141592294331, + "rshares": 51838312, + "voter": "najwazebian" }, { "percent": "10000", - "reputation": 2962259788063, - "rshares": 6587739020, - "voter": "stephen.king989" + "reputation": 1286719931439, + "rshares": 212216213, + "voter": "terrano" }, { "percent": "10000", - "reputation": 12393203621507, - "rshares": 25546076206, - "voter": "omfedor" + "reputation": 564755466, + "rshares": 50398372, + "voter": "madikantia" }, { "percent": "10000", "reputation": 0, - "rshares": 63173510, - "voter": "apophene" + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 6922321221, - "voter": "kurtbeil" + "reputation": 1182561225, + "rshares": 1659673971, + "voter": "nil1511" }, { "percent": "10000", - "reputation": 519457263879, - "rshares": 62581334482, - "voter": "poteshnik83" + "reputation": 1533678042141, + "rshares": 691657013, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 5836792362, - "rshares": 65973534, - "voter": "sky.max" + "reputation": 617955620301, + "rshares": 620075161, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 1685450515149, - "rshares": 3424311094, - "voter": "steemleak" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 898801272252, - "rshares": 1925325080, - "voter": "t3ran13" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 2464511443415, - "rshares": 1873927040, - "voter": "alitas" + "reputation": 0, + "rshares": 50570300, + "voter": "lsp2987" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3794430611, - "voter": "oflyhigh" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 0, - "rshares": 1156263039, - "voter": "paynode" + "reputation": 469486199852, + "rshares": 742311968, + "voter": "krissy-b" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 56272514, - "voter": "nickche" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 84243674408, - "rshares": 118079903, - "voter": "erikkartmen" + "reputation": 874305, + "rshares": 50284164, + "voter": "lorimatthews" }, { "percent": "10000", - "reputation": 311638758804, - "rshares": 299688720, - "voter": "rusteller" + "reputation": 7031497, + "rshares": 50258414, + "voter": "mardvin" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 9179709205, - "voter": "gargon" + "reputation": 307438081265, + "rshares": 50061644, + "voter": "nephelia" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2432198158, - "voter": "kainmarx" + "reputation": 520312941, + "rshares": 50061486, + "voter": "yhnkp" }, { "percent": "10000", - "reputation": 81444006110, - "rshares": 107705017, - "voter": "jonasontheroof" + "reputation": 0, + "rshares": 1632559314, + "voter": "strong-ai" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 687859719, - "voter": "future24" + "reputation": 3727858482, + "rshares": 65258460, + "voter": "wearechange-co" }, { "percent": "10000", - "reputation": 971138, - "rshares": 63395918, - "voter": "jjt333" + "reputation": 17924136040, + "rshares": 448144955, + "voter": "imightbluff" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 60723654, - "voter": "zionuziriel" + "reputation": 378242528, + "rshares": 526148523, + "voter": "bowzur" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 16081629643, + "rshares": 134820262, + "voter": "altnews" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": -304799027, + "rshares": 80960882, + "voter": "axnders" }, { "percent": "10000", "reputation": 0, - "rshares": 10947074722, - "voter": "thebotkiller" + "rshares": 82515873, + "voter": "jtjm95" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 10081869814, - "voter": "goingpaper" + "reputation": 0, + "rshares": 80889492, + "voter": "gvis" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 0, + "rshares": 80872128, + "voter": "igtes" }, { - "percent": "10000", - "reputation": 2144720103876, - "rshares": 3917021531, - "voter": "alchemage" + "percent": "-10000", + "reputation": 0, + "rshares": -74384608, + "voter": "alexisha90" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 14627081187, - "voter": "scaredycatguide" + "reputation": 12945831370, + "rshares": 82434390, + "voter": "rymlen" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 1262056, + "rshares": 80771628, + "voter": "jusepe12" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 1675077833, - "voter": "nonamer" + "reputation": 0, + "rshares": 162460622, + "voter": "kalev" + } + ], + "author": "dantheman", + "author_reputation": 145171381514207, + "beneficiaries": [], + "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", + "body_length": 11347, + "cashout_time": "2016-09-08T05:55:24", + "category": "philosophy", + "children": 193, + "created": "2016-09-01T05:55:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T05:55:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 161992750125375, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "2627.963 HBD", + "percent_hbd": 10000, + "permlink": "why-do-we-fight-to-change-the-world", + "post_id": 1080869, + "promoted": "0.010 HBD", + "reblogged_by": [ + "jamesc" + ], + "replies": [], + "root_title": "Why do we fight to change the world?", + "title": "Why do we fight to change the world?", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 32142137294806, + "voter": "smooth" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 73603234, - "voter": "sijoittaja" + "reputation": 0, + "rshares": 2077480292828, + "voter": "bmw" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588889351, - "voter": "erikclark13" + "reputation": 0, + "rshares": 169452232549, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 1943068087, - "rshares": 61600623, - "voter": "lennon15" + "reputation": 8779714777561, + "rshares": 7191838416734, + "voter": "riverhead" }, { "percent": "10000", - "reputation": 4130836907564, - "rshares": 17970298536, - "voter": "highlite" + "reputation": 0, + "rshares": 2733336650073, + "voter": "badassmother" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 73061236, - "voter": "evgenyche" + "reputation": 4107373187010, + "rshares": 1812439922991, + "voter": "hr1" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 1214229078, + "rshares": 3719748931, + "voter": "boy" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 28579615756, - "voter": "mrosenquist" + "reputation": 4712949449, + "rshares": 4515904008, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 13895575208, - "rshares": 57481384, - "voter": "stevescriber" + "reputation": 1789951494550, + "rshares": 828456574, + "voter": "bunny" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1309455764, - "voter": "bledarus" + "reputation": 103443134841, + "rshares": 64939021880, + "voter": "bue" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 59810686, - "voter": "elenirossidou" + "reputation": 0, + "rshares": 1993468053, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 54893894, - "voter": "loli" + "rshares": 256415649, + "voter": "moon" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 81461672884, - "voter": "miacats" + "reputation": 330982605, + "rshares": 210415976343, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11447630746, - "voter": "mione" + "reputation": 13096661187964, + "rshares": 4699242967540, + "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 15841196427096, - "rshares": 29986790359, - "voter": "bitcalm" + "reputation": 0, + "rshares": 402050190798, + "voter": "recursive2" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 9028537022578, + "rshares": 2532962592742, + "voter": "recursive" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 575708182, - "voter": "ashwim" + "reputation": 83941319998, + "rshares": 5715268463468, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 6058270767116, - "rshares": 5952109950, - "voter": "gonzo" + "reputation": 2802091583976, + "rshares": 14003496802, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 2516486135, - "rshares": 61999379, - "voter": "pbelavin" + "reputation": 0, + "rshares": 747382969, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 11525643543, - "rshares": 60675123, - "voter": "olya" + "reputation": 0, + "rshares": 1160816178, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 9257890587, - "voter": "matrixdweller" + "reputation": 0, + "rshares": 345801627, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 1118904717803, + "rshares": 48097699535, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1157289591, - "voter": "chinadaily" + "reputation": 12188250813227, + "rshares": 86254211652, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11671532030, - "voter": "kyriacos" + "reputation": 3444102146490, + "rshares": 14076159251, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 23206755125, - "rshares": 66308441, - "voter": "kana" + "reputation": 54345938068170, + "rshares": 340418826749, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 79579732, - "voter": "pompe72" + "reputation": 4733188979515, + "rshares": 12055830305, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 7250270199, - "rshares": 64045050, - "voter": "trimpy" + "reputation": 1655372026731, + "rshares": 8045407692, + "voter": "cryptorune" }, { "percent": "10000", - "reputation": 40078121577, - "rshares": 596060484, - "voter": "chanbam" + "reputation": 204869765185479, + "rshares": 1065904508687, + "voter": "gavvet" }, { - "percent": "10000", - "reputation": 67427595157518, - "rshares": 621427424611, - "voter": "dollarvigilante" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1456688662, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 18105338219923, - "rshares": 14942853195, - "voter": "kafkanarchy84" + "reputation": 5045406568403, + "rshares": 36334612924, + "voter": "james-show" }, { - "percent": "10000", - "reputation": -52839282898, - "rshares": 294939619, - "voter": "crezyliza" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16585386112, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, - "rshares": 1310778341, - "voter": "kollapsik" + "reputation": 15854806148148, + "rshares": 8865916357, + "voter": "richman" }, { "percent": "10000", - "reputation": 11448117997, - "rshares": 60676812, - "voter": "alfaman" + "reputation": 58571016273092, + "rshares": 710241520431, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 8478564, - "rshares": 60508508, - "voter": "kskaizen" + "reputation": 865237448731, + "rshares": 1770102997, + "voter": "maxim-ananko" }, { "percent": "10000", - "reputation": 0, - "rshares": 273090956, - "voter": "jimmytwoshoes" + "reputation": 1942274690427, + "rshares": 7726453712, + "voter": "kefkius" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2460226113, - "voter": "madoff" + "reputation": 49136918266, + "rshares": 12781945011, + "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 419194490202, - "rshares": 177551069, - "voter": "truthmomma" + "reputation": 6580794427504, + "rshares": 56770184363, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 21903005256174, + "rshares": 234093606030, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 161089556767, + "rshares": 74005797822, + "voter": "asch" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432279550, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 4740608822, + "rshares": 590214277, + "voter": "kodi" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 64573188744746, + "rshares": 188181705497, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 88039262242, - "voter": "icfiedler" + "reputation": 824717099743, + "rshares": 516054536672, + "voter": "cyber" }, { "percent": "10000", - "reputation": 156837664557, - "rshares": 108500792, - "voter": "how2steemit" + "reputation": 3037854988445, + "rshares": 64365579553, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 951754559495, - "rshares": 1265825098, - "voter": "laconicflow" + "reputation": -2683858617900, + "rshares": 10882400639, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 2646106119988, - "rshares": 4233723681, - "voter": "chaospoet" + "reputation": 11136252375006, + "rshares": 380696957537, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 5427607111677, - "rshares": 7865280376, - "voter": "jaredcwillis" + "reputation": 3804349938696, + "rshares": 55259833669, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 70361224, - "voter": "vasilii" + "reputation": 5888717170887, + "rshares": 65940990240, + "voter": "ratel" }, { "percent": "10000", - "reputation": 5385371031617, - "rshares": 4080936853, - "voter": "mada" + "reputation": 77590508815145, + "rshares": 277902147501, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 60725834714442, + "rshares": 501151195187, + "voter": "infovore" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 59465570, - "voter": "mrlogic" + "reputation": 4526468651953, + "rshares": 77538669988, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17450916624, - "voter": "yef99" + "reputation": 1205917850073, + "rshares": 19178401485, + "voter": "ziv" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375942824, - "voter": "mig641" + "reputation": 1227825343197, + "rshares": 16046775777, + "voter": "zakharya" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 52342236, - "voter": "kamil5" + "reputation": 12494904871301, + "rshares": 276472648748, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 425267052246, - "rshares": 102508772, - "voter": "ultimus" + "reputation": 2761596392902, + "rshares": 2566172556, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 23597464903, - "voter": "andrewawerdna" + "reputation": 22794273843250, + "rshares": 135293816124, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 1228265260257, - "rshares": 925692996, - "voter": "rittr" + "reputation": 486415577627, + "rshares": 6013432232, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 24788603142, - "rshares": 71553795021, - "voter": "richhorn" + "reputation": 6200536920826, + "rshares": 75690190250, + "voter": "albertogm" }, { "percent": "10000", - "reputation": 305959994445, - "rshares": 252786568, - "voter": "freerubens" + "reputation": 7949210311767, + "rshares": 31691971275, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 503220992718, - "rshares": 99518963, - "voter": "claudia" + "reputation": 2758500001611, + "rshares": 5046400587, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 310309073633, - "rshares": 1827230289, - "voter": "erroneous-logic" + "reputation": 1019011681813, + "rshares": 6735495793, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 63139786004, - "voter": "barrycooper" + "reputation": 1557874437556, + "rshares": 3400094564, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 17140629596244, - "rshares": 42188225139, - "voter": "dragonanarchist" + "reputation": 2445708956667, + "rshares": 8190940400, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 4112973711517, - "rshares": 7617052564, - "voter": "generation.easy" + "reputation": 12656257002205, + "rshares": 44586708921, + "voter": "clement" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 78411391, - "voter": "joelbow" + "reputation": 9434414518400, + "rshares": 15378461413, + "voter": "acassity" }, { "percent": "10000", - "reputation": 3244771590977, - "rshares": 46122163873, - "voter": "albensilverberg" + "reputation": 1691376287481, + "rshares": 5709189204, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 9053611702217, - "rshares": 6745333673, - "voter": "sethlinson" + "reputation": 4276659410889, + "rshares": 3451428488, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 12311864870, - "voter": "hilarski" + "reputation": 392424265528, + "rshares": 10057943455, + "voter": "romait" }, { "percent": "10000", - "reputation": 32644559975, - "rshares": 59326163, - "voter": "ajavajive" + "reputation": 1160886081198, + "rshares": 5407890112, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 3725920343994, - "rshares": 7447646500, - "voter": "booky" + "reputation": 65540661343, + "rshares": 3183640396, + "voter": "orly" }, { "percent": "10000", - "reputation": 3485898605376, - "rshares": 2396267979, - "voter": "naquoya" + "reputation": 3148690478580, + "rshares": 8411091538, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 653929887952, - "rshares": 1429032739, - "voter": "truthandanarchy" + "reputation": 1035952800698, + "rshares": 5828060911, + "voter": "vote" }, { "percent": "10000", - "reputation": 1159303098899, - "rshares": 1499984615, - "voter": "roland.haynes" + "reputation": 2880187298062, + "rshares": 2929001197, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 213531879282, - "rshares": 3059436667, - "voter": "mistowed" + "reputation": 305047794164, + "rshares": 130615666068, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 12928403204, - "voter": "mandibil" + "reputation": 2237331858240, + "rshares": 6014472513, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 1903578632, - "rshares": 58915402, - "voter": "ssashem" + "reputation": 1059790037173, + "rshares": 573541168095, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 1021682513, - "rshares": 58793663, - "voter": "mdx5009" + "reputation": -2499740471746, + "rshares": 30928758713, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 56301289091, - "rshares": 56464079, - "voter": "ericbelsey" + "reputation": 46813789492, + "rshares": 24946916919, + "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1848088854, - "voter": "shadowspub" + "reputation": 1380128900631, + "rshares": 274955645, + "voter": "romel" }, { "percent": "10000", - "reputation": 68335930859, - "rshares": 60157039, - "voter": "justinschwalm" + "reputation": 3366379465325, + "rshares": 6911246194, + "voter": "futurefood" }, { "percent": "10000", - "reputation": 1734036671982, - "rshares": 998446054, - "voter": "therealpaul" + "reputation": 5451039980643, + "rshares": 457541151, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 896116963054, - "rshares": 255814908783, - "voter": "oldtimer" + "reputation": -11110332240496, + "rshares": 1625659441, + "voter": "sergei" }, { "percent": "10000", - "reputation": 915016, - "rshares": 56264526, - "voter": "drsamkhan" + "reputation": 52317559376, + "rshares": 8578465624, + "voter": "killswitch" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 7018477845661, + "rshares": 488544324352, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 784318201, - "rshares": 58484155, - "voter": "shurik" + "reputation": 12755003778, + "rshares": 321194492, + "voter": "onthewayout" }, { "percent": "10000", - "reputation": 53098184238, - "rshares": 84529934, - "voter": "sjjohnson" + "reputation": 3149488018622, + "rshares": 3615389062, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 366529203171, - "rshares": 227167546, - "voter": "brandon-rosano" + "percent": "5000", + "reputation": 9142611234, + "rshares": 330615256, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 10614920699, - "rshares": 236254009, - "voter": "miscreantpie" + "percent": "5000", + "reputation": 3871042, + "rshares": 305988016, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, - "rshares": 56975248, - "voter": "nearbyfar" + "reputation": 2770303185670, + "rshares": 1457730853, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 101814429368, - "rshares": 86244910, - "voter": "ragingliberty" + "reputation": 325589414514, + "rshares": 483609082, + "voter": "warplat" }, { "percent": "10000", - "reputation": 1480652550326, - "rshares": 1283755290, - "voter": "lenar" + "reputation": 1440357780524, + "rshares": 738321448, + "voter": "dicov" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 89325487, - "voter": "jtstreetman" + "reputation": 0, + "rshares": 976005839, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 460529871, - "rshares": 58137464, - "voter": "shamas" + "reputation": 1661526202859, + "rshares": 4207638293, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 18957179674, - "rshares": 54557266, - "voter": "uri-bruck" + "reputation": 2821855573125, + "rshares": 3176613538, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 341202534995, - "rshares": 249682983, - "voter": "elemenya" + "reputation": 1648396897354, + "rshares": 10850428475, + "voter": "asim" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1167418613, - "voter": "nulliusinverba" + "reputation": 7952828943, + "rshares": 4775615599, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 149085976126, - "rshares": 116563077, - "voter": "billstclair" + "reputation": 1563271634183, + "rshares": 106315234003, + "voter": "paco" }, { "percent": "10000", - "reputation": 4272392942041, - "rshares": 3409304031, - "voter": "ats-david" + "reputation": 431450051428, + "rshares": 15758237380, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 710738936, - "voter": "runridefly" + "reputation": 11644551965460, + "rshares": 10952684743, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 17676358821986, - "rshares": 17764396323, - "voter": "krnel" + "reputation": 2397831198773, + "rshares": 4187216909, + "voter": "karen13" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3971452838, - "voter": "loganarchy" + "reputation": 93395785733, + "rshares": 1368552976, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 69616879764, - "voter": "shenanigator" + "reputation": 167437582424, + "rshares": 342458473, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 1391859553453, - "rshares": 56770079081, - "voter": "skum" + "reputation": 688176613733, + "rshares": 347621985, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 148753941, - "rshares": 57818149, - "voter": "anarchoali" + "reputation": 1058072223123, + "rshares": 387926000, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 630803487, - "rshares": 39491354483, - "voter": "simon-says" + "reputation": 6338322241150, + "rshares": 48575142543, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 97612779, - "voter": "trendwizard" + "reputation": 658204768651, + "rshares": 41835344166, + "voter": "milestone" }, { "percent": "10000", - "reputation": 10684992176630, - "rshares": 5102281955, - "voter": "quinneaker" + "reputation": 777812727227, + "rshares": 17387736907, + "voter": "artific" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 76279116, - "voter": "uziriel" + "reputation": 3502382308233, + "rshares": 3861570694, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 6996617613365, - "rshares": 9228974854, - "voter": "aaronkoenig" + "reputation": 3033861094190, + "rshares": 12978594817, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 225178513133, - "rshares": 56574870, - "voter": "dazedbunny" + "reputation": 34120390016, + "rshares": 3025762650, + "voter": "imp3" }, { "percent": "10000", - "reputation": 72035128429, - "rshares": 57567795, - "voter": "dabrarital1972" + "reputation": 336756074227, + "rshares": 429170927, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 855097842923, - "rshares": 11731636261, - "voter": "darrantrute" + "reputation": 9734558763221, + "rshares": 12602561253, + "voter": "phenom" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688885608, - "voter": "gear66" + "reputation": 76096938200261, + "rshares": 257518126716, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 1505238830807, - "rshares": 62339129, - "voter": "linzo" + "reputation": 1532881687066, + "rshares": 8081034406, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1956423616, - "voter": "richardcrill" + "reputation": 1830353392409, + "rshares": 3101089841, + "voter": "azurejasper" }, { - "percent": "10000", - "reputation": 328071459, - "rshares": 57388719, - "voter": "jerryt" + "percent": "8000", + "reputation": 6467956247739, + "rshares": 17226296539, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 453480300, - "voter": "eight-rad" + "reputation": 958834221798, + "rshares": 3618246400, + "voter": "mastletter" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 2791409844, + "rshares": 109445777, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 59794878176, - "rshares": 77004567, - "voter": "chrisaiki" + "reputation": 160134373956, + "rshares": 8132876927, + "voter": "neroru" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 14327247506, - "voter": "luminousvisions" + "reputation": 14988694886527, + "rshares": 203827550810, + "voter": "jl777" + }, + { + "percent": "7000", + "reputation": 10519849768972, + "rshares": 14282928272, + "voter": "positive" }, { "percent": "10000", - "reputation": 8113893564, - "rshares": 67088669, - "voter": "donneker" + "reputation": 0, + "rshares": 1721168668, + "voter": "yarly" }, { "percent": "10000", - "reputation": 1736702154666, - "rshares": 2329922688, - "voter": "xanoxt" + "reputation": 0, + "rshares": 260899548, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1749458412, - "voter": "davidjkelley" + "reputation": 0, + "rshares": 261290501, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 113334105, - "voter": "team101" + "reputation": 0, + "rshares": 151145512, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 4405532893, - "voter": "davidbrogan" + "reputation": 0, + "rshares": 151999037, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 7201037674, - "rshares": 1840952000, - "voter": "athleteyoga" + "reputation": 0, + "rshares": 86657502, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 45712131677758, + "rshares": 88009404523, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 58265386995, + "rshares": 3501242020, + "voter": "bristolchris72" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 1849155799051, + "rshares": 9531543068, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": 1358153764645, - "rshares": 1327049009, - "voter": "leneg" + "reputation": 29770846221, + "rshares": 560402362, + "voter": "jasonpay1" }, { "percent": "10000", - "reputation": 7550126154892, - "rshares": 2986817294, - "voter": "highimpactflix" + "reputation": 2564054618, + "rshares": 102921714, + "voter": "activcat" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 54547175, - "voter": "kosmatimuc" + "reputation": 3777763523032, + "rshares": 20532906904, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 3755265902762, - "rshares": 3287104484, - "voter": "l0k1" + "reputation": 28445884, + "rshares": 176770513, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16196774297, - "voter": "digital-wisdom" + "reputation": 58190631451, + "rshares": 17541075944, + "voter": "proto" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 52516313, - "voter": "mnviking" + "reputation": 936775537, + "rshares": 259600765, + "voter": "psixto" }, { "percent": "10000", - "reputation": 903679, - "rshares": 56681877, - "voter": "powerserge" + "reputation": 153480676290, + "rshares": 618944179, + "voter": "curator" }, { "percent": "10000", - "reputation": 269774223718, - "rshares": 780844402, - "voter": "cardsanarchy" + "reputation": 12521809, + "rshares": 221335059, + "voter": "dubraman" }, { "percent": "10000", - "reputation": 1511945712631, - "rshares": 2750647702, - "voter": "sift666" + "reputation": 0, + "rshares": 418008744, + "voter": "yarly10" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "rshares": 224168164, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 2121626708565, - "rshares": 2609970704, - "voter": "titusfrost" + "reputation": 10552456597779, + "rshares": 2230986585, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1792686510, - "voter": "matthewtiii" + "reputation": 0, + "rshares": 78475461, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5979054333, - "voter": "jwaser" + "reputation": 16914207527051, + "rshares": 35363137120, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 14234029697181, - "rshares": 9796135525, - "voter": "gardenofeden" + "reputation": 5095600502, + "rshares": 115507974, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 1134384219489, - "rshares": 17333040473, - "voter": "oldstone" + "reputation": 6545561317919, + "rshares": 13256925192, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 949895649943, - "rshares": 590662773, - "voter": "nebcat" + "reputation": -1193908062262, + "rshares": 129091453, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 966857371343, - "rshares": 1626592384, - "voter": "houseofhayden" + "reputation": 979379098872, + "rshares": 1561197496, + "voter": "spinner" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 2859666436, - "voter": "doitvoluntarily" + "reputation": 212959420968, + "rshares": 9866668761, + "voter": "michiel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 49283901870, + "rshares": 997889135, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 1977162029930, + "rshares": 3225889225, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 8442182311998, - "rshares": 9624323340, - "voter": "ionescur" + "reputation": 1275505236, + "rshares": 8768485718, + "voter": "taker" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 568396247, - "voter": "kev7000" + "reputation": 0, + "rshares": 1484879576, + "voter": "gruber" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 379926525, - "voter": "shieha" + "reputation": 10137266406870, + "rshares": 6471820958, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 1881301815, - "rshares": 55267919, - "voter": "husni12" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 56143941, - "voter": "zettar" + "reputation": 11856501387697, + "rshares": 42726678567, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 16416600177, - "voter": "hunterisgreat" + "reputation": 4835227647717, + "rshares": 1487504778, + "voter": "merej99" }, { "percent": "10000", - "reputation": 2856930496335, - "rshares": 3325509658, - "voter": "nubchai" + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 90565359983, + "rshares": 23338522810, + "voter": "rawnetics" }, { - "percent": "10000", - "reputation": 57977501, - "rshares": 1155867788, - "voter": "gerasim" + "percent": "8000", + "reputation": 3194641726781, + "rshares": 18073362163, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 181104581892, - "voter": "asksisk" + "reputation": 18027204457681, + "rshares": 26670176657, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 988835724525, - "rshares": 381939549, - "voter": "kiwideb" + "reputation": 3350958489391, + "rshares": 4399726965, + "voter": "darknet" }, { "percent": "10000", - "reputation": 193759655472, - "rshares": 118513189, - "voter": "rebeccaryan" + "reputation": 512132085322, + "rshares": 10187049490, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 2483815670577, - "rshares": 4197757012, - "voter": "richardjuckes" + "reputation": 144042539115, + "rshares": 555879092, + "voter": "baryonlee" }, { "percent": "10000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 3967786997, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 19964916752653, + "rshares": 100154255149, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67949206, + "voter": "zahar" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 66769295082002, + "rshares": 57857506581, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 630212931199, - "rshares": 182932028, - "voter": "jiacyhb" + "reputation": 66791976065, + "rshares": 96632806676, + "voter": "joele" }, { - "percent": "10000", - "reputation": 3533625673, - "rshares": 22137850477, - "voter": "dubi" + "percent": "8000", + "reputation": 11122126920308, + "rshares": 3122029014, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2818550699, - "voter": "bwaser" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 61903571255, - "rshares": 52379269, - "voter": "jessicalu" + "reputation": 0, + "rshares": 11180131631, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 10136601, - "rshares": 704798537, - "voter": "mjhomb" + "reputation": -451593763871, + "rshares": 3236985426, + "voter": "blow" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 204496842, - "voter": "irininich" + "reputation": 3515726108234, + "rshares": 740881627, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 94397808, - "voter": "alina1" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 0, - "rshares": 50639382, - "voter": "doggnostic" + "reputation": 4542627765008, + "rshares": 21995086690, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, - "rshares": 51680032, - "voter": "rocknrolldm" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 2332975763185, - "rshares": 56372318, - "voter": "patelincho" + "reputation": 28335136369, + "rshares": 1557799680, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 387594274, - "voter": "ct-gurus" + "reputation": 0, + "rshares": 306413371, + "voter": "gamerate" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 72893380, - "voter": "and030380" + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 737348426612, - "rshares": 512115897, - "voter": "lifeworship" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 0, - "rshares": 331535276, - "voter": "bones261" + "reputation": 37279727062, + "rshares": 1474220512, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 8671572242235, - "rshares": 3251961115, - "voter": "mariandavp" + "reputation": 289207830105, + "rshares": 62302798, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 63268404844, - "voter": "tracemayer" + "reputation": 2118792724924, + "rshares": 81490122298, + "voter": "miacats" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 26539184869, - "voter": "brains" + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 3138405687, - "rshares": 54744688, - "voter": "waldemar-kuhn" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 463572260, - "voter": "floweroflife" + "reputation": 497846177749, + "rshares": 575708182, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 294937368742, - "rshares": 3377536592, - "voter": "steemokto" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 70707045777, - "rshares": 59536536, - "voter": "knight-angel" + "reputation": 28535887165, + "rshares": 71551855, + "voter": "longevity" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1556127909, - "voter": "ibringawareness" + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" }, { - "percent": "10000", - "reputation": 4408882617025, - "rshares": 700644632, - "voter": "jillwirt" + "percent": "8000", + "reputation": 4637390447698, + "rshares": 965904328, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, - "rshares": 620060701, - "voter": "bones555" + "reputation": 13325577893779, + "rshares": 11366298459, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": -674983067, - "rshares": 54165586, - "voter": "yegor" + "reputation": 2725853299020, + "rshares": 5531114684, + "voter": "solarguy" }, { "percent": "10000", - "reputation": 1586351489943, - "rshares": 824426750, - "voter": "kingarbinv" + "reputation": 0, + "rshares": 278901402, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 9789912031, - "rshares": 54408230, - "voter": "feruz" + "reputation": 2594661721428, + "rshares": 4478439668, + "voter": "themanualbot" }, { "percent": "10000", - "reputation": 8189791438741, - "rshares": 11198455080, - "voter": "skypilot" + "reputation": 17039354, + "rshares": 55538251, + "voter": "infoseeker" }, { "percent": "10000", "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1274868167, - "voter": "steemafon" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 1455592982586, - "rshares": 533336221, - "voter": "alwayzgame" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 235434198, - "rshares": 51889332, - "voter": "alwayzgamez" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 52930132, - "voter": "bobbythegreat" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 563927807986, - "rshares": 1607854693, - "voter": "bitcoinparadise" + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" }, { "percent": "10000", - "reputation": 131125606004, - "rshares": 59108233, - "voter": "thelord" + "reputation": -49397634, + "rshares": 64732326, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1649411158, - "voter": "anton333" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1140212510918, - "rshares": 54321981, - "voter": "positivesteem" + "reputation": 3103554028241, + "rshares": 2143500372, + "voter": "levycore" }, { "percent": "10000", - "reputation": 33451402996481, - "rshares": 127870617820, - "voter": "jamielefay" + "reputation": 2140537429766, + "rshares": 17454027881, + "voter": "yef99" }, { "percent": "10000", - "reputation": 26143085517, - "rshares": 54791055, - "voter": "jeza" + "reputation": 401217888, + "rshares": 376105269, + "voter": "mig641" }, { "percent": "10000", - "reputation": 0, - "rshares": 5415068741, - "voter": "chick1" + "reputation": 363503808, + "rshares": 2918567318, + "voter": "netaterra" }, { "percent": "10000", - "reputation": 11985197441, - "rshares": 55689355, - "voter": "ribuck" + "reputation": 0, + "rshares": 58064982, + "voter": "zite" }, { "percent": "10000", - "reputation": 4069545029880, - "rshares": 554567780, - "voter": "funnyman" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 661603952344, - "rshares": 2549129299, - "voter": "steempowerwhale" + "reputation": 970572315676, + "rshares": 1070819769, + "voter": "fiat19" }, { "percent": "10000", "reputation": 0, - "rshares": 51575887, - "voter": "aoki" + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 0, - "rshares": 51505929, - "voter": "typingagent" + "reputation": 1063317981552, + "rshares": 8230204296, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, - "rshares": 51519509, - "voter": "cwb" + "reputation": 3144994876819, + "rshares": 1232045105, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 1201509725074, - "rshares": 67451403, - "voter": "echoesinthemind" + "reputation": 2516108074649, + "rshares": 711258659, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 1770877346455, - "rshares": 843848361, - "voter": "changkun" + "reputation": 682893592, + "rshares": 646708938, + "voter": "gear66" }, { "percent": "10000", - "reputation": 15279950893, - "rshares": 72467448, - "voter": "inphiknit" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 679010673667, - "rshares": 54250822, - "voter": "nelyp" + "reputation": 20797221470, + "rshares": 1714239260, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 35511792131, - "rshares": 2506063134, - "voter": "robcichocki" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1608889180, - "voter": "ellepdub" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 39967971, - "rshares": 52928580, - "voter": "gregorygarcia" + "reputation": 3547713333727, + "rshares": 5741515420, + "voter": "victoriart" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 144469532, - "voter": "ola1" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 768451347973, - "rshares": 246481560, - "voter": "jbaker585" + "reputation": 837791549130, + "rshares": 38055032417, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 3342911174, - "voter": "herpetologyguy" + "reputation": 232802458264, + "rshares": 15871021721, + "voter": "digital-wisdom" }, { "percent": "10000", "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 785171622834, + "rshares": 5858766096, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 74154890902, - "rshares": 52767110, - "voter": "littlemorelove" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 71766021, - "voter": "ancientofdays" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 164535440268, - "rshares": 3319272143, - "voter": "adilsontsilva" + "reputation": 1797155307423, + "rshares": 337712466, + "voter": "shieha" }, { "percent": "10000", - "reputation": -297945690, - "rshares": 53309537, - "voter": "michaelblizek" + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" }, { "percent": "10000", - "reputation": 1051554596883, - "rshares": 833131622, - "voter": "infotoday" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 3765152822, - "rshares": 66564537, - "voter": "arnebolen" + "reputation": 0, + "rshares": 54632424, + "voter": "budda" }, { "percent": "10000", - "reputation": 894021690, - "rshares": 52032356, - "voter": "stir" + "reputation": 113710888944, + "rshares": 258856846, + "voter": "maarnio" }, { "percent": "10000", "reputation": 0, - "rshares": 309521415, - "voter": "robotev1" + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 659608632671, - "rshares": 1039306642, - "voter": "jang" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 5070454569, - "voter": "morgan.waser" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 272497517948, - "rshares": 63446381, - "voter": "bobbybillbob" + "reputation": 3533625673, + "rshares": 23192834686, + "voter": "dubi" }, { "percent": "10000", - "reputation": 4320548513832, - "rshares": 466446767, - "voter": "ekaterina4ka" + "reputation": 1810829967, + "rshares": 2761841250, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 3061556951554, - "rshares": 2665857100, - "voter": "puffin" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 200511066644, - "rshares": 120923966, - "voter": "creativeyoke" + "reputation": 0, + "rshares": 55093071, + "voter": "warhammer" }, { "percent": "10000", - "reputation": 34988994, - "rshares": 51639542, - "voter": "tjspaulding5632" + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" }, { "percent": "10000", - "reputation": 141592294331, - "rshares": 51838312, - "voter": "najwazebian" + "reputation": 321473400567, + "rshares": 343394177, + "voter": "panther" }, { "percent": "10000", - "reputation": 1286719931439, - "rshares": 212216213, - "voter": "terrano" + "reputation": 2609275826131, + "rshares": 155594447, + "voter": "alina1" }, { "percent": "10000", - "reputation": 564755466, - "rshares": 50398372, - "voter": "madikantia" + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" }, { "percent": "10000", "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "rshares": 106768414, + "voter": "dr-house" }, { "percent": "10000", - "reputation": 1182561225, - "rshares": 1659673971, - "voter": "nil1511" + "reputation": 26215514, + "rshares": 18200007074, + "voter": "brains" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 691657013, - "voter": "greenwayoflife" + "reputation": 0, + "rshares": 53531096, + "voter": "imc" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 620075161, - "voter": "thebiggestidea" + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" }, { "percent": "10000", "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "rshares": 53400199, + "voter": "post-successful" }, { "percent": "10000", "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1301427920, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 1649459916, + "voter": "anton333" }, { "percent": "10000", - "reputation": 0, - "rshares": 50570300, - "voter": "lsp2987" + "reputation": 1140212510918, + "rshares": 54321981, + "voter": "positivesteem" }, { "percent": "10000", "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "rshares": 5417441651, + "voter": "chick1" }, { "percent": "10000", - "reputation": 469486199852, - "rshares": 742311968, - "voter": "krissy-b" + "reputation": 5646699288797, + "rshares": 2971174941, + "voter": "gringalicious" }, { "percent": "10000", "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 874305, - "rshares": 50284164, - "voter": "lorimatthews" + "reputation": 0, + "rshares": 50470409, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 7031497, - "rshares": 50258414, - "voter": "mardvin" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 307438081265, - "rshares": 50061644, - "voter": "nephelia" + "reputation": 62995887468, + "rshares": 53597144, + "voter": "freebornangel" }, { "percent": "10000", - "reputation": 520312941, - "rshares": 50061486, - "voter": "yhnkp" + "reputation": 570800415880, + "rshares": 1576491938, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 0, - "rshares": 1632559314, - "voter": "strong-ai" + "reputation": 1502200909130, + "rshares": 142968891, + "voter": "ola1" }, { "percent": "10000", - "reputation": 3727858482, - "rshares": 65258460, - "voter": "wearechange-co" + "reputation": 6072650400812, + "rshares": 5475833180, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 17924136040, - "rshares": 448144955, - "voter": "imightbluff" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 378242528, - "rshares": 526148523, - "voter": "bowzur" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 16081629643, - "rshares": 134820262, - "voter": "altnews" + "reputation": 0, + "rshares": 4968459348, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": -304799027, - "rshares": 80960882, - "voter": "axnders" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 0, - "rshares": 82515873, - "voter": "jtjm95" + "reputation": 22237001004, + "rshares": 4050084839, + "voter": "blacktier" }, { "percent": "10000", "reputation": 0, - "rshares": 80889492, - "voter": "gvis" + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", "reputation": 0, - "rshares": 80872128, - "voter": "igtes" + "rshares": 50704078, + "voter": "yotoh" }, { - "percent": "-10000", + "percent": "10000", "reputation": 0, - "rshares": -74384608, - "voter": "alexisha90" + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 12945831370, - "rshares": 82434390, - "voter": "rymlen" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 1262056, - "rshares": 80771628, - "voter": "jusepe12" + "reputation": 68029907798, + "rshares": 64152823, + "voter": "vuyusile" }, { "percent": "10000", "reputation": 0, - "rshares": 162460622, - "voter": "kalev" + "rshares": 1599908128, + "voter": "strong-ai" } ], - "author": "dantheman", - "author_reputation": 145171381514207, + "author": "gavvet", + "author_reputation": 204869765185479, "beneficiaries": [], - "body": "
http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg
\n\nWhat are we working toward and why does it matter? How do we get there? Should we give up comforts today in pursuit of an illusive utopia that we hope to bring about? These are the questions that need to be answered and understood at a deep level if we actually want to change the world. Will changing the world actually make our life better? Wouldn\u2019t it simply be easier to just make as much money as we can, have as much fun as possible, and take the easiest road? Why bother with anything that could bring unnecessary pain and suffering with little probability of reward?\n\n## My Mission in Life \n\nI have long held that my mission is to find free market solutions for securing life, liberty, and property. This mission is deeply rooted in the belief that initiation of violence is not necessary to live in a well ordered society and that everyone\u2019s life would be better off if it could be achieved. This is a belief I choose because there is insufficient evidence to prove violence is necessary. \n\nMany detractors claim non-violence solutions are not possible, but their arguments ultimately fail due to [a fallacy known as argument from ignorance](https://en.wikipedia.org/wiki/Argument_from_ignorance). In effect, they claim that because there is no known non-violent solutions (that they believe will work) that it is impossible. They decide to stop looking and/or working toward non-violent solutions. In other words, they choose to believe violence is necessary. In both cases, an individual\u2019s belief shapes their reality and in both cases it is an article of faith. \n\nMy mission is a dangerous mission. If I am successful I will make enemies in the highest places of violent power. My very life is at risk the moment I discover any solution that is perceived as a real threat.\n\nChanging the world is a mission that is bigger than any one person. It requires building a new social structure that binds all of society together in a non-violent way. It requires persuading a sufficiently large minority to organize an effective non-violent resistance to government violence. In short, it requires convincing people to take on some of the same risks I face. \n\nIf I am to be successful in convincing others to take these risks, then I must face my own demons and conquer my own fears. I must find and articulate an argument that is powerful enough to bring millions of people into a movement. I would be dishonest if I said I don\u2019t struggle with these things. It is because of my own internal struggles that I sat down to organize my thoughts in this article.\n\n## Privatized Costs and Socialized Benefits \n\nThe core problem with absolutely every resistance movement is a tragedy of the commons. We all want to be free to live our lives in peace and no one wants to face jail time or death by government. The costs to the individual are immediate and potentially infinite, but the benefits they receive, if any, accrue to the masses of ungrateful strangers way in the future, if ever. \n\nThis economic reality means that most resistance movements do not gather supporters until the supporters have *nothing left to lose*. In other words, until the cost of participation falls below the perceived benefit (almost 0). At some point people are willing to die and at this point they are willing to take extreme risks with low probability of payout. \n\nThe economic and political enslavement of mankind will continue until Atlas is unable to carry the world on his shoulders and the whole world suffers an economic collapse. It is from the depth of this collapse that people have nothing left to lose and real change is possible. \n\n
https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg
\nThe Bank of Evil - Despicable Me
\n\n## Do we accept reality or resist it? \n\nThose who practice meditation or follow Eckhart Tolle know that all suffering is something we put ourselves through by resisting the world as it is now, this very moment.\n\n> \u201cSuffering begins when you mentally label a situation as bad. That causes an emotional contraction. When you let it be, without naming it, enormous power is available to you. The contraction cuts you off from that power, the power of life itself.\u201d ~ Eckhart Tolle\n\nFrom this perspective paying taxes, complying with regulations, and otherwise accepting our status as slaves makes the most sense. There is no point in getting *angry* or *frustrated* at the status quo. Our anger and frustration will only serve to further lower our enjoyment of life and have no impact at all on the quality of life of our slave masters. \n\n> \u201cIf you are in the habit of creating suffering for yourself, you are probably creating suffering for others too.\u201d ~ Eckhart Tolle \n\nWhen we approach life with a resistance to what is we are tempted to respond out of anger, frustration, and hate. Our actions in turn result in the suffering of others. Their suffering in turn causes more anger, frustration, and the circle of violence continues. The powers that be divide us by causing conflicts and manipulating our emotional responses.\n\nWhy should we label violence as bad and non-violence as good? Aren\u2019t these very labels the source of our suffering? And if we remove these labels, what meaning is there in creating a non-violent society? Why should we suffer to bring it about?\n\n## Non-violence isn\u2019t a Technique it is a result of Accepting Reality\n\nWhat is the purpose of violence? Why do we use it? Violence is a response (resistance) to what is. It is a rejection of reality. Violence is the result of an inability to see the aliveness in others; an inability to feel connected with all of life. \n\n> Prejudice of any kind implies that you are identified with the thinking mind. It means you don't see the other human being anymore, but only your own concept of that human being. To reduce the aliveness of another human being to a concept is already a form of violence.\n\nSo without labeling violence as good or bad, we can see that its root cause is in lack of awareness. One cannot be connected with all of life and simultaneously advocate violence and destruction. If you have no internal resistance, then what basis is there for violence? Is initiation of violence not sufficient evidence of our own disconnect from our true nature, our own fear, and our own defense of ego? \n\nIn what situation can someone simultaneously claim they are at peace in the present moment and feel that initiating violence is *necessary*? What motive is there for violence that is not rooted in an attachment to outcomes? How much more do we suffer from our resistance and attachment than we do from whatever it is we think violence will solve? \n\n## When you find true freedom, you have nothing left to lose. \n\nOnce you master *living in the moment* then all of your self-inflicted emotional suffering ends. There is no more anger and no more attachment to things or outcomes. With this you also free yourself from manipulation by the powers that be.\n\n> \u201cTrue freedom is living as if you had completely chosen whatever you feel or experience in this moment. This inner alignment with the Now is the end of suffering.\u201d ~ Eckhart Tolle\n\nThis state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict. \n\n## Is Economic Thinking a Fallacy for Awakened Individuals?\n\nIf we view man as a purely economic creature we assume all actions are in someway tied to profit seeking activities. We assume that profit is the motive force. It might be fair to say that most of economics is based upon the assumption of an unenlightened individual stuck in a capitalist rat race. \n\nAll of economic calculation boils down to risk / reward or profit and loss. It is our desire for profit and our fear of loss that drive us to make the best decisions we can. An enlightened individual has no fear of loss nor need for more. Their actions are therefore much harder to predict and most economic models cannot fully account for them.\n\n> In awakened doing there is complete internal alignment with the present moment and whatever you are doing right now. The doing is then not primarily a means to an end, but an opening for consciousness to come into this world.\n\n## Basis for Acting \n\nIf we are not motivated by desire for profits or fear of loss, then how should we decide what actions to take each moment? Eckhart suggests that everything should be done from acceptance (fixing a flat tire in the rain), enjoyment, or enthusiasm (creating something).\n\n> You have a goal. You know where you are going. The goal has its importance. But the doing is what is truly fulfilling. Every enthusiastic person has a goal that may be important, but the doing is intensely fulfilling, and it is the essence of enthusiasm. ~ Eckhart Tolle\n\n## The Means is Everything - The End doesn\u2019t Matter \n\nAll of a sudden we learn something profound. If our goal is a non-violent voluntarist society, then there is no point in using violence *now*. This moment is all there is and in this moment we can choose to use violence or not use violence. If your aim is to bring non-violence into the world, then it must be done by non violent means. \n\n## What I learned writing this Article\n\nWhen I sat down to write this article I didn\u2019t know what my conclusion would be. I just knew there was an internal, and unresolved conflict within. Now that I am 1700 words into it, I have rediscovered and reconnected with the motivation behind my mission. \n\nEach day I act to bring about a non-violent solutions to world governance because I enjoy the creative problem solving process. I do not act out of resistance to the existing government, but in full acceptance of it. I do not act in fear of the existing government, but with rational self preservation as part of the creation process. \n\nThe accumulation of wealth, power, influence are tools, but I must not allow my identity to get caught up in it. The trappings of this world are just that, traps. The moment we are afraid to lose our trappings we become trapped in our own delusional ego.\n\nI have learned that each action I take is more powerful if done in the moment, without resistance, and with full acceptance. I have also learned that for my vision to become a reality, I will need to help awaken others to the present moment. \n\nAny economic system of voluntary rules and incentives I create will struggle to gain traction unless it is used and operated by enlightened individuals. Steem can be an incredibly powerful tool in the hands of aware individuals living in the moment, but it will utterly fail if it is overcome by unaware individuals trapped in their own ego. \n\nJealously, greed, envy, malice, spitefulness, and vengeance will destroy any community. Enlightened individuals living in the moment without any resistance to what *is* right now experience none of these things. I will keep this in mind as we work to build and grow Steem.", - "body_length": 11347, - "cashout_time": "2016-09-08T05:55:24", - "category": "philosophy", - "children": 193, - "created": "2016-09-01T05:55:24", + "body": "After 3 Months Basic Training was transferred to 2nd Armoured Car Regiment ( still in Bloemfontein) late1965.\nOne of the reasons that I could get away with a lot of things was that I was certified as a Drver, Radio-Operator and Gunner, whereas most of the Guy's just had one of these.\n\nArmy Logic:- \n-\nEvery Morning Take armoured Cars out of Hangar's Clean and polish them , park again. Next Day Repeat. When we finally went on Maneuver's with them ( War Emulation) Take all polish off them as enemy could spot them easily as they shine!\n\nStill got very few weekend passes \n-\nOne Sunday night on the way back , met another Soldier and we somehow got on a road that had Dam's on both sides , middle of winter , absolutely freezing. Only warm thing was the road ,we sat down back to back, next thing I know a Guy is kicking us awake ,cursing, saying he nearly drove over us as we were asleep in the road! \n\nStill Lucky!\n \n\nOne night coming off a Guard stint, sat in the Guardhouse , next thing a huge Jag Spinnekop is on my knee about the size of a breadplate . ( a huge ,hairy ,red spider). I immediately slammed my rifle butt into it, don't really like spiders much!\n\nBesides the Saracen's I also drove the Ferret Scout Cars\n\nhttps://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Ferret-Scout-Car-18EA24.jpg/450px-Ferret-Scout-Car-18EA24.jpg\nhttps://en.wikipedia.org/wiki/Ferret_armoured_car\n\nAlso Rolls Royce Engined, pre-selector Gearbox.\n\nWhile on Maneuvers in De Brug ,(huge open land 100 square miles for military use) was driving a Scout Car with an officer on top, radio message comes in , \"If you Guy's are not back in camp within 30 minutes ,no supper!\" Officer tells me to speed up ( we are riding on dirt roads over hills) I go haring round a blind bend, find the bend tightens, I am doing 70 MPH , 5 tons , 4 wheel drive, are not going to make it! I immediately turn off the road and start down the hill braking and knocking over some small trees, Much cursing from upstairs , came to a safe halt. Officer white in the face , apologise's, and say's \"If you hadn't done what you did , I would be dead\" If I had carried on trying to take that bend ,we would have rolled, and he was on top. Interesting, it took more than half an hour to get back to camp and we still got supper , I was invited to eat with the Officer's.\n\nWas also chosen to go to Pretoria for a Republic Day Celebration. There was going to be a Drive/ March past the Voortrekker Monument to a Salute from Generals and top Politicians.\n\nhttps://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Voortrekker_Monument.jpg/330px-Voortrekker_Monument.jpg\nhttps://en.wikipedia.org/wiki/Voortrekker_Monument\n\nDrove one of the the Lead Saracens, as we pulled away to start the parade my Saracen started misfiring the Generator had packed in ( before Alternators) I had to keep putting it in higher gears to reduce electrical drain , and then lower gears to keep pulling, I just made it past the Saluting area , put it in neutral , broke formation and coasted it into the veld. In no time MP's were there to arrest me, but the Officer on board stood up for me saying he did not know how I had managed to keep it running as long as I did!\n\nForgot to mention when I first got to the this Camp My Fame had gone before me. \n-\nEveryone was lined up on the Parade Ground. \" We are going to give half the Camp a Christmas Pass and the other half a New Years Pass , except for you Dr. No, you will be on Guard Duty for Both periods\"\n\nI was later given one of my few passes and had been told by a Friend, if I got into Bloem by a certain time I could catch a lift with someone. \n\nSo there I am leaving, an Officer grabs me and say's the Guy who is supposed to be on Guard Duty at the Main Gate is out in a Saracen. \n-\nHe hands me a rifle , and sends me to the gate. I am getting desperate because of the time and see a Saracen coming down the Road , instead of waving it through as I should ,I step in the road and indicate that they should halt . What I did not see ,was that there were 2 more 10 ton Saracens full of troops behind him . As I heard the first CRASH, I dropped the R1 rifle and took off running, I swear I was out of sight before the rifle hit the ground! We are talking 30 tons of Armour Plating total ,suddenly coming together, 2 smashed fronts and 2 sets of doors , buckled in, not to mention a whole lot of very confused Troopers!\n\nMonday morning everyone who had been given a pass ,lined up on the parade ground to find the perpetrator!\nRemember , random soldier , not my rifle, no way was I going to admit responsibility. This is the first time I have ever mentioned this again! \n\nBloemfontein Show came around and we put a display on there. Dug an underground Bunker , Tank and other vehicles on display.In the Bunker we have Machine Guns Mortars etc.\n\nI rapidly get bored, so , when a new bunch of Civilians come through I startup with:- \n- \n\"This may look like a Mortar to you, but the Army, always thinking of the welfare of its troops, designed this Portable Field Coffee bean grinder for us to use in the Veld\" I had them in the palm of my hand, hanging on to every word, then I notice the Brigadier General at the Back of this group indicating for me to come to him!\n\"You're good\" say's he, \"almost believed you myself , now if you want to avoid DB ( Military Prison) \"Don't let me hear about you doing this again\" Very polite for a Military Officer, and once again I had got away with it!\n\nThis concludes my Army Tales.\n-\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author. You can find me on steemit chat but my queue is very long and I do take a while to respond at the moment***", + "body_length": 5764, + "cashout_time": "2016-09-08T14:21:15", + "category": "military", + "children": 10, + "created": "2016-09-01T14:21:15", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"philosophy\",\"motivation\",\"eckharttolle\",\"life\",\"economics\"],\"image\":[\"http://i.huffpost.com/gen/1604707/images/o-ECKHART-TOLLE-OWN-SSS-STRESS-facebook.jpg\",\"https://s-media-cache-ak0.pinimg.com/736x/0a/41/a4/0a41a43f5243ce2fdb7b643679bdeda7.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Argument_from_ignorance\"]}", + "json_metadata": "{\"tags\":[\"military\",\"stories\",\"armored-cars\"],\"users\":[\"gavvet\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Ferret-Scout-Car-18EA24.jpg/450px-Ferret-Scout-Car-18EA24.jpg\",\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Voortrekker_Monument.jpg/330px-Voortrekker_Monument.jpg\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T05:55:24", + "last_update": "2016-09-01T14:21:15", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 161992750125375, + "net_rshares": 68387996413543, "parent_author": "", - "parent_permlink": "philosophy", - "pending_payout_value": "2627.963 HBD", + "parent_permlink": "military", + "pending_payout_value": "491.304 HBD", "percent_hbd": 10000, - "permlink": "why-do-we-fight-to-change-the-world", - "post_id": 1080869, - "promoted": "0.010 HBD", - "reblogged_by": [ - "jamesc" - ], + "permlink": "chronicles-of-alan-army-day-s-final", + "post_id": 1084828, + "promoted": "0.000 HBD", "replies": [], - "root_title": "Why do we fight to change the world?", - "title": "Why do we fight to change the world?", + "root_title": "Chronicles of Alan: Army Day's - Final", + "title": "Chronicles of Alan: Army Day's - Final", "total_payout_value": "0.000 HBD", - "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world" + "url": "/military/@gavvet/chronicles-of-alan-army-day-s-final" }, { "active_votes": [ { - "percent": "10000", + "percent": "8000", "reputation": 32455846463901, - "rshares": 32142137294806, + "rshares": 25713709835844, "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 2077480292828, - "voter": "bmw" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 169452232549, - "voter": "highasfuck" + "rshares": 1992114307396, + "voter": "apple" }, { "percent": "10000", "reputation": 8779714777561, - "rshares": 7191838416734, + "rshares": 7190977849437, "voter": "riverhead" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 2733336650073, - "voter": "badassmother" - }, { "percent": "10000", "reputation": 4107373187010, @@ -8467,6 +8353,12 @@ "rshares": 828456574, "voter": "bunny" }, + { + "percent": "10000", + "reputation": 12481332844017, + "rshares": 1650803708145, + "voter": "steemychicken1" + }, { "percent": "10000", "reputation": 103443134841, @@ -8485,18 +8377,6 @@ "rshares": 256415649, "voter": "moon" }, - { - "percent": "10000", - "reputation": 330982605, - "rshares": 210415976343, - "voter": "alex90342fastn1" - }, - { - "percent": "10000", - "reputation": 13096661187964, - "rshares": 4699242967540, - "voter": "au1nethyb1" - }, { "percent": "10000", "reputation": 0, @@ -8506,13 +8386,13 @@ { "percent": "10000", "reputation": 9028537022578, - "rshares": 2532962592742, + "rshares": 2601421041194, "voter": "recursive" }, { - "percent": "10000", + "percent": "8000", "reputation": 83941319998, - "rshares": 5715268463468, + "rshares": 4571733037225, "voter": "smooth.witness" }, { @@ -8542,44 +8422,32 @@ { "percent": "10000", "reputation": 1118904717803, - "rshares": 48097699535, + "rshares": 48097631297, "voter": "noaommerrr" }, - { - "percent": "10000", - "reputation": 12188250813227, - "rshares": 86254211652, - "voter": "acidsun" - }, { "percent": "10000", "reputation": 3444102146490, - "rshares": 14076159251, + "rshares": 14369396649, "voter": "gregory-f" }, - { - "percent": "10000", - "reputation": 54345938068170, - "rshares": 340418826749, - "voter": "craig-grant" - }, { "percent": "10000", "reputation": 4733188979515, - "rshares": 12055830305, + "rshares": 11711378010, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8045407692, - "voter": "cryptorune" + "reputation": 204869765185479, + "rshares": 1087654412088, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1065904508687, - "voter": "gavvet" + "reputation": 12382143533351, + "rshares": 580736294829, + "voter": "eeks" }, { "percent": "2500", @@ -8587,12 +8455,6 @@ "rshares": 1456688662, "voter": "spaninv" }, - { - "percent": "10000", - "reputation": 5045406568403, - "rshares": 36334612924, - "voter": "james-show" - }, { "percent": "5000", "reputation": 5414208804644, @@ -8614,25 +8476,19 @@ { "percent": "10000", "reputation": 865237448731, - "rshares": 1770102997, + "rshares": 1735395095, "voter": "maxim-ananko" }, { "percent": "10000", - "reputation": 1942274690427, - "rshares": 7726453712, - "voter": "kefkius" - }, - { - "percent": "10000", - "reputation": 49136918266, - "rshares": 12781945011, - "voter": "cian.dafe" + "reputation": 15755437221598, + "rshares": 17771801969, + "voter": "acidyo" }, { "percent": "10000", "reputation": 6580794427504, - "rshares": 56770184363, + "rshares": 55587472189, "voter": "hannixx42" }, { @@ -8644,7 +8500,7 @@ { "percent": "10000", "reputation": 161089556767, - "rshares": 74005797822, + "rshares": 74005637303, "voter": "asch" }, { @@ -8655,20 +8511,20 @@ }, { "percent": "10000", - "reputation": 4740608822, - "rshares": 590214277, - "voter": "kodi" + "reputation": 426343346149, + "rshares": 7315534741, + "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 188181705497, - "voter": "dragonslayer109" + "reputation": 4740608822, + "rshares": 602018562, + "voter": "kodi" }, { "percent": "10000", "reputation": 824717099743, - "rshares": 516054536672, + "rshares": 539510432547, "voter": "cyber" }, { @@ -8680,38 +8536,44 @@ { "percent": "10000", "reputation": -2683858617900, - "rshares": 10882400639, + "rshares": 8753283330, "voter": "zebbra2014" }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 86684032892, + "voter": "eric-boucher" + }, { "percent": "10000", "reputation": 11136252375006, - "rshares": 380696957537, + "rshares": 380691519135, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 55259833669, - "voter": "juanmiguelsalas" + "reputation": 514799489426, + "rshares": 347687976715, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65940990240, - "voter": "ratel" + "reputation": 3804349938696, + "rshares": 54132081962, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 277902147501, - "voter": "kaylinart" + "reputation": 155674901369, + "rshares": 397525234, + "voter": "tim-beck" }, { "percent": "10000", - "reputation": 60725834714442, - "rshares": 501151195187, - "voter": "infovore" + "reputation": 5888717170887, + "rshares": 65937060025, + "voter": "ratel" }, { "percent": "10000", @@ -8725,12 +8587,6 @@ "rshares": 19178401485, "voter": "ziv" }, - { - "percent": "10000", - "reputation": 1227825343197, - "rshares": 16046775777, - "voter": "zakharya" - }, { "percent": "10000", "reputation": 12494904871301, @@ -8740,19 +8596,25 @@ { "percent": "10000", "reputation": 2761596392902, - "rshares": 2566172556, + "rshares": 2749451100, "voter": "tee-em" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 135293816124, - "voter": "thedashguy" + "reputation": 1960155455032, + "rshares": 3965672855, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8751103094, + "voter": "grandpere" }, { "percent": "10000", "reputation": 486415577627, - "rshares": 6013432232, + "rshares": 6138712070, "voter": "mark-waser" }, { @@ -8761,10 +8623,22 @@ "rshares": 75690190250, "voter": "albertogm" }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 103190447711, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 28279146798, + "voter": "jonnyrevolution" + }, { "percent": "10000", "reputation": 7949210311767, - "rshares": 31691971275, + "rshares": 31058131849, "voter": "talanhorne" }, { @@ -8776,13 +8650,13 @@ { "percent": "10000", "reputation": 1019011681813, - "rshares": 6735495793, + "rshares": 6735480196, "voter": "iloveporn" }, { "percent": "10000", "reputation": 1557874437556, - "rshares": 3400094564, + "rshares": 3400081891, "voter": "the.bot" }, { @@ -8791,22 +8665,16 @@ "rshares": 8190940400, "voter": "johnbradshaw" }, - { - "percent": "10000", - "reputation": 12656257002205, - "rshares": 44586708921, - "voter": "clement" - }, { "percent": "10000", "reputation": 9434414518400, - "rshares": 15378461413, + "rshares": 14737692187, "voter": "acassity" }, { "percent": "10000", "reputation": 1691376287481, - "rshares": 5709189204, + "rshares": 5828130646, "voter": "the.whale" }, { @@ -8818,13 +8686,13 @@ { "percent": "10000", "reputation": 392424265528, - "rshares": 10057943455, + "rshares": 9856784586, "voter": "romait" }, { "percent": "10000", "reputation": 1160886081198, - "rshares": 5407890112, + "rshares": 5520554489, "voter": "unicornfarts" }, { @@ -8835,16 +8703,22 @@ }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 8411091538, - "voter": "kakradetome" + "reputation": 7091975331308, + "rshares": 14625890931, + "voter": "konstantin" }, { "percent": "10000", "reputation": 1035952800698, - "rshares": 5828060911, + "rshares": 5828044990, "voter": "vote" }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 10804777102, + "voter": "jako" + }, { "percent": "10000", "reputation": 2880187298062, @@ -8854,21 +8728,27 @@ { "percent": "10000", "reputation": 305047794164, - "rshares": 130615666068, + "rshares": 133281291906, "voter": "jackkang" }, { "percent": "10000", "reputation": 2237331858240, - "rshares": 6014472513, + "rshares": 6014456916, "voter": "kissmybutt" }, { "percent": "10000", "reputation": 1059790037173, - "rshares": 573541168095, + "rshares": 560203001395, "voter": "juneaugoldbuyer" }, + { + "percent": "10000", + "reputation": 562845291295, + "rshares": 973981208, + "voter": "kiligirl" + }, { "percent": "10000", "reputation": -2499740471746, @@ -8878,7 +8758,7 @@ { "percent": "10000", "reputation": 46813789492, - "rshares": 24946916919, + "rshares": 25445855257, "voter": "tcfxyz" }, { @@ -8890,37 +8770,31 @@ { "percent": "10000", "reputation": 3366379465325, - "rshares": 6911246194, + "rshares": 7049471118, "voter": "futurefood" }, - { - "percent": "10000", - "reputation": 5451039980643, - "rshares": 457541151, - "voter": "steemswede" - }, { "percent": "10000", "reputation": -11110332240496, - "rshares": 1625659441, + "rshares": 1625643194, "voter": "sergei" }, { "percent": "10000", "reputation": 52317559376, - "rshares": 8578465624, + "rshares": 8928607078, "voter": "killswitch" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 488544324352, - "voter": "neoxian" + "reputation": 4667991454724, + "rshares": 644877955029, + "voter": "slowwalker" }, { "percent": "10000", "reputation": 12755003778, - "rshares": 321194492, + "rshares": 314896561, "voter": "onthewayout" }, { @@ -8943,20 +8817,26 @@ }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1457730853, - "voter": "vi1son" + "reputation": 54870619364044, + "rshares": 140904803734, + "voter": "jacor" }, { "percent": "10000", - "reputation": 325589414514, - "rshares": 483609082, - "voter": "warplat" + "reputation": 1220081355, + "rshares": 233622092, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1604312130, + "voter": "leksimus" }, { "percent": "10000", "reputation": 1440357780524, - "rshares": 738321448, + "rshares": 762901947, "voter": "dicov" }, { @@ -8968,7 +8848,7 @@ { "percent": "10000", "reputation": 1661526202859, - "rshares": 4207638293, + "rshares": 4301141366, "voter": "gikitiki" }, { @@ -8980,19 +8860,19 @@ { "percent": "10000", "reputation": 1648396897354, - "rshares": 10850428475, + "rshares": 10814824560, "voter": "asim" }, { "percent": "10000", "reputation": 7952828943, - "rshares": 4775615599, + "rshares": 4881740391, "voter": "thegoodguy" }, { "percent": "10000", "reputation": 1563271634183, - "rshares": 106315234003, + "rshares": 109187496138, "voter": "paco" }, { @@ -9001,29 +8881,23 @@ "rshares": 15758237380, "voter": "aaseb" }, - { - "percent": "10000", - "reputation": 11644551965460, - "rshares": 10952684743, - "voter": "senseiteekay" - }, { "percent": "10000", "reputation": 2397831198773, - "rshares": 4187216909, + "rshares": 4407590248, "voter": "karen13" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1368552976, - "voter": "jrd8526" + "reputation": 167437582424, + "rshares": 349307643, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 342458473, - "voter": "dr2073" + "reputation": 1118581531020, + "rshares": 2323109321, + "voter": "dmacshady" }, { "percent": "10000", @@ -9031,18 +8905,18 @@ "rshares": 347621985, "voter": "karenmckersie" }, + { + "percent": "1700", + "reputation": 5029542492239, + "rshares": 1591030909, + "voter": "blinova" + }, { "percent": "10000", "reputation": 1058072223123, "rshares": 387926000, "voter": "luisucv34" }, - { - "percent": "10000", - "reputation": 6338322241150, - "rshares": 48575142543, - "voter": "streetstyle" - }, { "percent": "10000", "reputation": 658204768651, @@ -9052,9 +8926,21 @@ { "percent": "10000", "reputation": 777812727227, - "rshares": 17387736907, + "rshares": 16963645763, "voter": "artific" }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 6638048180, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 19236197049, + "voter": "creemej" + }, { "percent": "10000", "reputation": 3502382308233, @@ -9081,15 +8967,21 @@ }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12602561253, - "voter": "phenom" + "reputation": 9999779221262, + "rshares": 37876235098, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 257518126716, - "voter": "calaber24p" + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3557245182, + "voter": "simon.braki.love" }, { "percent": "10000", @@ -9097,28 +8989,40 @@ "rshares": 8081034406, "voter": "magz8716" }, + { + "percent": "10000", + "reputation": 14544132145555, + "rshares": 9963241091, + "voter": "pcste" + }, { "percent": "10000", "reputation": 1830353392409, - "rshares": 3101089841, + "rshares": 3163111638, "voter": "azurejasper" }, { - "percent": "8000", + "percent": "10000", "reputation": 6467956247739, - "rshares": 17226296539, + "rshares": 21924186350, "voter": "deanliu" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3618246400, - "voter": "mastletter" + "reputation": 11482318062844, + "rshares": 33270018343, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 897000392259, + "rshares": 1557454956, + "voter": "foxxycat" }, { "percent": "10000", "reputation": 2791409844, - "rshares": 109445777, + "rshares": 107117143, "voter": "elmusic" }, { @@ -9130,13 +9034,13 @@ { "percent": "10000", "reputation": 14988694886527, - "rshares": 203827550810, + "rshares": 203824550569, "voter": "jl777" }, { - "percent": "7000", + "percent": "8000", "reputation": 10519849768972, - "rshares": 14282928272, + "rshares": 16323333600, "voter": "positive" }, { @@ -9184,25 +9088,19 @@ { "percent": "10000", "reputation": 58265386995, - "rshares": 3501242020, + "rshares": 3574184562, "voter": "bristolchris72" }, { "percent": "10000", "reputation": 1849155799051, - "rshares": 9531543068, + "rshares": 9332969254, "voter": "crypto.owl" }, - { - "percent": "10000", - "reputation": 29770846221, - "rshares": 560402362, - "voter": "jasonpay1" - }, { "percent": "10000", "reputation": 2564054618, - "rshares": 102921714, + "rshares": 82337371, "voter": "activcat" }, { @@ -9211,36 +9109,18 @@ "rshares": 20532906904, "voter": "krabgat" }, - { - "percent": "10000", - "reputation": 28445884, - "rshares": 176770513, - "voter": "shadyonline" - }, { "percent": "10000", "reputation": 58190631451, - "rshares": 17541075944, + "rshares": 18464030538, "voter": "proto" }, - { - "percent": "10000", - "reputation": 936775537, - "rshares": 259600765, - "voter": "psixto" - }, { "percent": "10000", "reputation": 153480676290, "rshares": 618944179, "voter": "curator" }, - { - "percent": "10000", - "reputation": 12521809, - "rshares": 221335059, - "voter": "dubraman" - }, { "percent": "10000", "reputation": 0, @@ -9256,9 +9136,15 @@ { "percent": "10000", "reputation": 10552456597779, - "rshares": 2230986585, + "rshares": 2276516923, "voter": "royalmacro" }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 9696877326, + "voter": "michaeldodridge" + }, { "percent": "10000", "reputation": 0, @@ -9268,9 +9154,15 @@ { "percent": "10000", "reputation": 16914207527051, - "rshares": 35363137120, + "rshares": 34626405097, "voter": "celebr1ty" }, + { + "percent": "10000", + "reputation": 1712093376924, + "rshares": 8518334103, + "voter": "alphabeta" + }, { "percent": "10000", "reputation": 5095600502, @@ -9280,7 +9172,7 @@ { "percent": "10000", "reputation": 6545561317919, - "rshares": 13256925192, + "rshares": 13522063696, "voter": "clevecross" }, { @@ -9289,52 +9181,58 @@ "rshares": 129091453, "voter": "steemster1" }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 197930221096, + "rshares": 113565401, + "voter": "linklad13" + }, { "percent": "10000", "reputation": 979379098872, - "rshares": 1561197496, + "rshares": 1526504218, "voter": "spinner" }, { "percent": "10000", - "reputation": 212959420968, - "rshares": 9866668761, - "voter": "michiel" + "reputation": 8806485920347, + "rshares": 26986857270, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 997889135, - "voter": "metaflute" + "reputation": 283380527576, + "rshares": 5449531203, + "voter": "mahekg" }, { "percent": "10000", "reputation": 1977162029930, - "rshares": 3225889225, + "rshares": 3357558173, "voter": "litrbooh" }, { "percent": "10000", "reputation": 1275505236, - "rshares": 8768485718, + "rshares": 9229965470, "voter": "taker" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1484879576, - "voter": "gruber" - }, { "percent": "10000", "reputation": 10137266406870, - "rshares": 6471820958, + "rshares": 6471711813, "voter": "nekromarinist" }, { "percent": "10000", "reputation": -833837861150, - "rshares": 51143991, + "rshares": 52489886, "voter": "sharon" }, { @@ -9345,50 +9243,32 @@ }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1487504778, - "voter": "merej99" + "reputation": 4232493695535, + "rshares": 3394230941, + "voter": "french.fyde" }, { "percent": "10000", "reputation": -1130081321479, - "rshares": 52102443, + "rshares": 53473560, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 23338522810, - "voter": "rawnetics" - }, - { - "percent": "8000", "reputation": 3194641726781, - "rshares": 18073362163, + "rshares": 22435687298, "voter": "laoyao" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 26670176657, - "voter": "myfirst" - }, - { - "percent": "10000", - "reputation": 3350958489391, - "rshares": 4399726965, - "voter": "darknet" - }, - { - "percent": "10000", - "reputation": 512132085322, - "rshares": 10187049490, - "voter": "viktor.phuket" + "reputation": 6595506981050, + "rshares": 15978192414, + "voter": "timelapse" }, { "percent": "10000", "reputation": 144042539115, - "rshares": 555879092, + "rshares": 592132076, "voter": "baryonlee" }, { @@ -9406,13 +9286,13 @@ { "percent": "10000", "reputation": 31847926857, - "rshares": 67949206, + "rshares": 69308190, "voter": "zahar" }, { "percent": "10000", "reputation": 66769295082002, - "rshares": 57857506581, + "rshares": 49540986012, "voter": "terrycraft" }, { @@ -9422,46 +9302,46 @@ "voter": "joele" }, { - "percent": "8000", + "percent": "10000", "reputation": 11122126920308, - "rshares": 3122029014, + "rshares": 3936443096, "voter": "oflyhigh" }, { "percent": "10000", "reputation": 1562464639, - "rshares": 55022014, + "rshares": 52521013, "voter": "nickche" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 311638758804, + "rshares": 307636393, + "voter": "rusteller" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 740133117502, + "rshares": 2075151293, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 0, - "rshares": 11180131631, - "voter": "thebotkiller" + "reputation": -1468839175006, + "rshares": 53884258, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3236985426, - "voter": "blow" + "reputation": -1343370986030, + "rshares": 52099594, + "voter": "ciao" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 740881627, - "voter": "jrcornel" + "reputation": 0, + "rshares": 11180084840, + "voter": "thebotkiller" }, { "percent": "10000", @@ -9478,37 +9358,43 @@ { "percent": "10000", "reputation": -79575494262, - "rshares": 50390768, + "rshares": 51619811, "voter": "steema" }, { "percent": "10000", "reputation": 28335136369, - "rshares": 1557799680, + "rshares": 1588955673, "voter": "erikclark13" }, { "percent": "10000", "reputation": 0, - "rshares": 306413371, + "rshares": 312541638, "voter": "gamerate" }, { "percent": "10000", "reputation": 56139970267, - "rshares": 74615731, + "rshares": 71506742, "voter": "evgenyche" }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230299622, + "voter": "vootka" + }, { "percent": "10000", "reputation": -894488087252, - "rshares": 59896309, + "rshares": 61515128, "voter": "confucius" }, { "percent": "10000", "reputation": 37279727062, - "rshares": 1474220512, + "rshares": 1392319373, "voter": "bledarus" }, { @@ -9520,7 +9406,7 @@ { "percent": "10000", "reputation": 2118792724924, - "rshares": 81490122298, + "rshares": 83753736806, "voter": "miacats" }, { @@ -9538,7 +9424,7 @@ { "percent": "10000", "reputation": 497846177749, - "rshares": 575708182, + "rshares": 564194019, "voter": "ashwim" }, { @@ -9556,26 +9442,26 @@ { "percent": "10000", "reputation": 57513824, - "rshares": 60661014, + "rshares": 61874235, "voter": "rashka" }, { - "percent": "8000", + "percent": "10000", "reputation": 4637390447698, - "rshares": 965904328, + "rshares": 1199053649, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11366298459, - "voter": "kyriacos" + "reputation": 158672055554, + "rshares": 62279229, + "voter": "pollina" }, { "percent": "10000", - "reputation": 2725853299020, - "rshares": 5531114684, - "voter": "solarguy" + "reputation": 2551239163442, + "rshares": 7815542283, + "voter": "johnnyyash" }, { "percent": "10000", @@ -9583,18 +9469,6 @@ "rshares": 278901402, "voter": "jimmytwoshoes" }, - { - "percent": "10000", - "reputation": 2594661721428, - "rshares": 4478439668, - "voter": "themanualbot" - }, - { - "percent": "10000", - "reputation": 17039354, - "rshares": 55538251, - "voter": "infoseeker" - }, { "percent": "10000", "reputation": 0, @@ -9628,13 +9502,13 @@ { "percent": "10000", "reputation": 397516062, - "rshares": 58816907, + "rshares": 59993245, "voter": "longtech" }, { "percent": "10000", "reputation": -49397634, - "rshares": 64732326, + "rshares": 60510653, "voter": "vasilii" }, { @@ -9652,20 +9526,8 @@ { "percent": "10000", "reputation": 2140537429766, - "rshares": 17454027881, - "voter": "yef99" - }, - { - "percent": "10000", - "reputation": 401217888, - "rshares": 376105269, - "voter": "mig641" - }, - { - "percent": "10000", - "reputation": 363503808, - "rshares": 2918567318, - "voter": "netaterra" + "rshares": 17453713991, + "voter": "yef99" }, { "percent": "10000", @@ -9681,9 +9543,9 @@ }, { "percent": "10000", - "reputation": 970572315676, - "rshares": 1070819769, - "voter": "fiat19" + "reputation": 5941821821586, + "rshares": 6374782590, + "voter": "onetree" }, { "percent": "10000", @@ -9691,16 +9553,28 @@ "rshares": 50416427, "voter": "curpose" }, + { + "percent": "10000", + "reputation": 31060848452, + "rshares": 64112233, + "voter": "iosif" + }, { "percent": "10000", "reputation": 1063317981552, - "rshares": 8230204296, + "rshares": 8430749944, "voter": "etcmike" }, + { + "percent": "10000", + "reputation": 5409679767352, + "rshares": 3309840235, + "voter": "englishtchrivy" + }, { "percent": "10000", "reputation": 3144994876819, - "rshares": 1232045105, + "rshares": 1258258831, "voter": "nulliusinverba" }, { @@ -9721,12 +9595,36 @@ "rshares": 50588612, "voter": "troich" }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 17508750192, + "voter": "luminousvisions" + }, { "percent": "10000", "reputation": 20797221470, - "rshares": 1714239260, + "rshares": 1785665895, "voter": "davidjkelley" }, + { + "percent": "10000", + "reputation": 5050055955, + "rshares": 56770700, + "voter": "elsievr" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7184066856, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 1320261717074, + "rshares": 1437052199, + "voter": "carlyle" + }, { "percent": "10000", "reputation": 2083416845, @@ -9739,12 +9637,6 @@ "rshares": 50271139, "voter": "hitherise" }, - { - "percent": "10000", - "reputation": 3547713333727, - "rshares": 5741515420, - "voter": "victoriart" - }, { "percent": "10000", "reputation": 0, @@ -9753,14 +9645,14 @@ }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 38055032417, - "voter": "sponge-bob" + "reputation": 25508059, + "rshares": 52320760, + "voter": "kosmatimuc" }, { "percent": "10000", "reputation": 232802458264, - "rshares": 15871021721, + "rshares": 16201668007, "voter": "digital-wisdom" }, { @@ -9772,7 +9664,7 @@ { "percent": "10000", "reputation": 785171622834, - "rshares": 5858766096, + "rshares": 5980823724, "voter": "jwaser" }, { @@ -9790,21 +9682,21 @@ { "percent": "10000", "reputation": 1797155307423, - "rshares": 337712466, + "rshares": 346155278, "voter": "shieha" }, - { - "percent": "10000", - "reputation": 16147984004, - "rshares": 56897224, - "voter": "lighter" - }, { "percent": "10000", "reputation": 0, "rshares": 50356354, "voter": "yorsens" }, + { + "percent": "10000", + "reputation": 7381386825, + "rshares": 58286409, + "voter": "topslim" + }, { "percent": "10000", "reputation": 0, @@ -9814,7 +9706,7 @@ { "percent": "10000", "reputation": 113710888944, - "rshares": 258856846, + "rshares": 264139639, "voter": "maarnio" }, { @@ -9838,13 +9730,19 @@ { "percent": "10000", "reputation": 3533625673, - "rshares": 23192834686, + "rshares": 22665724807, "voter": "dubi" }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, { "percent": "10000", "reputation": 1810829967, - "rshares": 2761841250, + "rshares": 2819379609, "voter": "bwaser" }, { @@ -9889,24 +9787,12 @@ "rshares": 106768414, "voter": "dr-house" }, - { - "percent": "10000", - "reputation": 26215514, - "rshares": 18200007074, - "voter": "brains" - }, { "percent": "10000", "reputation": 0, "rshares": 53531096, "voter": "imc" }, - { - "percent": "10000", - "reputation": 3138405687, - "rshares": 50450987, - "voter": "waldemar-kuhn" - }, { "percent": "10000", "reputation": 0, @@ -9915,28 +9801,22 @@ }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 2697602494482, + "rshares": 1525615597, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 1301427920, - "voter": "steemafon" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", "reputation": 2054624294432, - "rshares": 1649459916, + "rshares": 1649443669, "voter": "anton333" }, - { - "percent": "10000", - "reputation": 1140212510918, - "rshares": 54321981, - "voter": "positivesteem" - }, { "percent": "10000", "reputation": 0, @@ -9946,7 +9826,7 @@ { "percent": "10000", "reputation": 5646699288797, - "rshares": 2971174941, + "rshares": 3037201051, "voter": "gringalicious" }, { @@ -9976,19 +9856,19 @@ { "percent": "10000", "reputation": 570800415880, - "rshares": 1576491938, + "rshares": 1609335520, "voter": "ellepdub" }, { "percent": "10000", "reputation": 1502200909130, - "rshares": 142968891, + "rshares": 168511470, "voter": "ola1" }, { "percent": "10000", "reputation": 6072650400812, - "rshares": 5475833180, + "rshares": 5594873032, "voter": "herpetologyguy" }, { @@ -10003,3118 +9883,3316 @@ "rshares": 50439559, "voter": "roto" }, + { + "percent": "10000", + "reputation": 1051554596883, + "rshares": 52468652, + "voter": "infotoday" + }, { "percent": "10000", "reputation": 0, - "rshares": 4968459348, + "rshares": 5071968918, "voter": "morgan.waser" }, + { + "percent": "10000", + "reputation": 1286719931439, + "rshares": 207163446, + "voter": "terrano" + }, { "percent": "10000", "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "rshares": 1632559314, + "voter": "strong-ai" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "As I write this (11:00 AM, South African Time) the sun is under partial eclipse. Of course it's never a good idea to look at the sun directly. It can have a blinding effect as [this unfortunate young woman found out](http://remnantnewspaper.com/Archives/archive-2007-our_lady_of_benoni.htm).\n\nhttps://pixabay.com/static/uploads/photo/2016/01/21/17/16/partial-solar-eclipse-1154215_960_720.jpg\n\nSo how to look at the sun?\n---\nThere are some definite no-no's. If you want to lose your sight almost instantly then look directly at the sun using a telescope of binoculars. But that's just idiot stuff. Dark sunglasses don't help, and eye specialists have warned against using things like x-ray images and film negatives. \n\nLess dangerous methods are to look though welding goggles or a double layer of the thin foil that wraps tea. But even here, looking at the sun must be done for a few seconds at most. I read that a safe way is to look at the sun's reflection in a bucket of water. Well, I tried that and I am still suffering the after-effects. So don't try this!\n\nThe old pin-hole trick\n---\nObviously, avoiding looking at the sun directly is the smartest move. The simplest way is to punch a small hole in a piece of paper and then project the sunbeam onto another piece of paper - the reveresed image of the crescent sun is displayed. Here is the image of today's eclipse, through the pin-hole:\n\n![Pin-hole camera](http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-paper_zpsgd4ntdmi.jpg)\n\nThe coolest pin-hole\n--\nI heard someone mention an alternative way to get pin-hole images, and it turns out to be the coolest way. Here's the trick: stand under a tree with dappled bits of light shining through the leaves. You should see many of the the crescent shapes of the sun on the ground. Then stand under the tree in a white shirt and take a selfie with the eclipsing sun images. Like I did:\n\n![Pin-hole selfie](http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-tshirt_zpst4elwf0a.jpg)\n\nIt might look a bit of a mess but if you look carefully you can see the many crescents reflected on the shirt. Way cool!", + "body_length": 2128, + "cashout_time": "2016-09-08T13:49:24", + "category": "astronomy", + "children": 8, + "created": "2016-09-01T13:49:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"astronomy\",\"eclipse\",\"solar\"],\"image\":[\"https://pixabay.com/static/uploads/photo/2016/01/21/17/16/partial-solar-eclipse-1154215_960_720.jpg\",\"http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-paper_zpsgd4ntdmi.jpg\",\"http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-tshirt_zpst4elwf0a.jpg\"],\"links\":[\"http://remnantnewspaper.com/Archives/archive-2007-our_lady_of_benoni.htm\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T13:49:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54248142993940, + "parent_author": "", + "parent_permlink": "astronomy", + "pending_payout_value": "313.429 HBD", + "percent_hbd": 10000, + "permlink": "selfie-with-the-partial-solar-eclipse-featuring-tim-beck-as-author", + "post_id": 1084446, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Selfie with the Partial Solar Eclipse (featuring @tim-beck as author)", + "title": "Selfie with the Partial Solar Eclipse (featuring @tim-beck as author)", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/selfie-with-the-partial-solar-eclipse-featuring-tim-beck-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 8391765797902, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 22237001004, - "rshares": 4050084839, - "voter": "blacktier" + "reputation": 18882858310850, + "rshares": 292790464718, + "voter": "theoretical" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099397910, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3762747992, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 697354323, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54034364378, + "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "rshares": 1661031025, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "rshares": 213669926, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 80705596577, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 12255071377, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622760452, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967252262, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 39058555199, + "voter": "alexgr" }, { "percent": "10000", "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "rshares": 288151719, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "reputation": 12188250813227, + "rshares": 87988126602, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 68029907798, - "rshares": 64152823, - "voter": "vuyusile" + "reputation": 12712877967688, + "rshares": 78077847939, + "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, - "rshares": 1599908128, - "voter": "strong-ai" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "After 3 Months Basic Training was transferred to 2nd Armoured Car Regiment ( still in Bloemfontein) late1965.\nOne of the reasons that I could get away with a lot of things was that I was certified as a Drver, Radio-Operator and Gunner, whereas most of the Guy's just had one of these.\n\nArmy Logic:- \n-\nEvery Morning Take armoured Cars out of Hangar's Clean and polish them , park again. Next Day Repeat. When we finally went on Maneuver's with them ( War Emulation) Take all polish off them as enemy could spot them easily as they shine!\n\nStill got very few weekend passes \n-\nOne Sunday night on the way back , met another Soldier and we somehow got on a road that had Dam's on both sides , middle of winter , absolutely freezing. Only warm thing was the road ,we sat down back to back, next thing I know a Guy is kicking us awake ,cursing, saying he nearly drove over us as we were asleep in the road! \n\nStill Lucky!\n \n\nOne night coming off a Guard stint, sat in the Guardhouse , next thing a huge Jag Spinnekop is on my knee about the size of a breadplate . ( a huge ,hairy ,red spider). I immediately slammed my rifle butt into it, don't really like spiders much!\n\nBesides the Saracen's I also drove the Ferret Scout Cars\n\nhttps://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Ferret-Scout-Car-18EA24.jpg/450px-Ferret-Scout-Car-18EA24.jpg\nhttps://en.wikipedia.org/wiki/Ferret_armoured_car\n\nAlso Rolls Royce Engined, pre-selector Gearbox.\n\nWhile on Maneuvers in De Brug ,(huge open land 100 square miles for military use) was driving a Scout Car with an officer on top, radio message comes in , \"If you Guy's are not back in camp within 30 minutes ,no supper!\" Officer tells me to speed up ( we are riding on dirt roads over hills) I go haring round a blind bend, find the bend tightens, I am doing 70 MPH , 5 tons , 4 wheel drive, are not going to make it! I immediately turn off the road and start down the hill braking and knocking over some small trees, Much cursing from upstairs , came to a safe halt. Officer white in the face , apologise's, and say's \"If you hadn't done what you did , I would be dead\" If I had carried on trying to take that bend ,we would have rolled, and he was on top. Interesting, it took more than half an hour to get back to camp and we still got supper , I was invited to eat with the Officer's.\n\nWas also chosen to go to Pretoria for a Republic Day Celebration. There was going to be a Drive/ March past the Voortrekker Monument to a Salute from Generals and top Politicians.\n\nhttps://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Voortrekker_Monument.jpg/330px-Voortrekker_Monument.jpg\nhttps://en.wikipedia.org/wiki/Voortrekker_Monument\n\nDrove one of the the Lead Saracens, as we pulled away to start the parade my Saracen started misfiring the Generator had packed in ( before Alternators) I had to keep putting it in higher gears to reduce electrical drain , and then lower gears to keep pulling, I just made it past the Saluting area , put it in neutral , broke formation and coasted it into the veld. In no time MP's were there to arrest me, but the Officer on board stood up for me saying he did not know how I had managed to keep it running as long as I did!\n\nForgot to mention when I first got to the this Camp My Fame had gone before me. \n-\nEveryone was lined up on the Parade Ground. \" We are going to give half the Camp a Christmas Pass and the other half a New Years Pass , except for you Dr. No, you will be on Guard Duty for Both periods\"\n\nI was later given one of my few passes and had been told by a Friend, if I got into Bloem by a certain time I could catch a lift with someone. \n\nSo there I am leaving, an Officer grabs me and say's the Guy who is supposed to be on Guard Duty at the Main Gate is out in a Saracen. \n-\nHe hands me a rifle , and sends me to the gate. I am getting desperate because of the time and see a Saracen coming down the Road , instead of waving it through as I should ,I step in the road and indicate that they should halt . What I did not see ,was that there were 2 more 10 ton Saracens full of troops behind him . As I heard the first CRASH, I dropped the R1 rifle and took off running, I swear I was out of sight before the rifle hit the ground! We are talking 30 tons of Armour Plating total ,suddenly coming together, 2 smashed fronts and 2 sets of doors , buckled in, not to mention a whole lot of very confused Troopers!\n\nMonday morning everyone who had been given a pass ,lined up on the parade ground to find the perpetrator!\nRemember , random soldier , not my rifle, no way was I going to admit responsibility. This is the first time I have ever mentioned this again! \n\nBloemfontein Show came around and we put a display on there. Dug an underground Bunker , Tank and other vehicles on display.In the Bunker we have Machine Guns Mortars etc.\n\nI rapidly get bored, so , when a new bunch of Civilians come through I startup with:- \n- \n\"This may look like a Mortar to you, but the Army, always thinking of the welfare of its troops, designed this Portable Field Coffee bean grinder for us to use in the Veld\" I had them in the palm of my hand, hanging on to every word, then I notice the Brigadier General at the Back of this group indicating for me to come to him!\n\"You're good\" say's he, \"almost believed you myself , now if you want to avoid DB ( Military Prison) \"Don't let me hear about you doing this again\" Very polite for a Military Officer, and once again I had got away with it!\n\nThis concludes my Army Tales.\n-\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author. You can find me on steemit chat but my queue is very long and I do take a while to respond at the moment***", - "body_length": 5764, - "cashout_time": "2016-09-08T14:21:15", - "category": "military", - "children": 10, - "created": "2016-09-01T14:21:15", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"military\",\"stories\",\"armored-cars\"],\"users\":[\"gavvet\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Ferret-Scout-Car-18EA24.jpg/450px-Ferret-Scout-Car-18EA24.jpg\",\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Voortrekker_Monument.jpg/330px-Voortrekker_Monument.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T14:21:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 68387996413543, - "parent_author": "", - "parent_permlink": "military", - "pending_payout_value": "491.304 HBD", - "percent_hbd": 10000, - "permlink": "chronicles-of-alan-army-day-s-final", - "post_id": 1084828, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Chronicles of Alan: Army Day's - Final", - "title": "Chronicles of Alan: Army Day's - Final", - "total_payout_value": "0.000 HBD", - "url": "/military/@gavvet/chronicles-of-alan-army-day-s-final" - }, - { - "active_votes": [ - { - "percent": "8000", - "reputation": 32455846463901, - "rshares": 25713709835844, - "voter": "smooth" + "reputation": 204869765185479, + "rshares": 1035419469492, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, - "rshares": 1992114307396, - "voter": "apple" + "reputation": 15854806148148, + "rshares": 9268224848, + "voter": "richman" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7190977849437, - "voter": "riverhead" + "reputation": 1111594060096, + "rshares": 3667766960, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1812439922991, - "voter": "hr1" + "reputation": 503318537891, + "rshares": 3934271770, + "voter": "jerome-colley" }, { - "percent": "10000", - "reputation": 1214229078, - "rshares": 3719748931, - "voter": "boy" + "percent": "0", + "reputation": 32983096229, + "rshares": 1515743221, + "voter": "tosch" }, { - "percent": "10000", - "reputation": 4712949449, - "rshares": 4515904008, - "voter": "bue-witness" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431967857, + "voter": "murh" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 828456574, - "voter": "bunny" + "reputation": 11765473490257, + "rshares": 41838583543, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 12481332844017, - "rshares": 1650803708145, - "voter": "steemychicken1" + "reputation": 1444446898291, + "rshares": 8638051553, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64939021880, - "voter": "bue" + "reputation": 11136252375006, + "rshares": 371939787266, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, - "rshares": 1993468053, - "voter": "mini" + "reputation": 79561484422, + "rshares": 391306636, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 0, - "rshares": 256415649, - "voter": "moon" + "reputation": 1233698174511, + "rshares": 1642251075, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 0, - "rshares": 402050190798, - "voter": "recursive2" + "reputation": 488865370830, + "rshares": 828125811, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2601421041194, - "voter": "recursive" - }, - { - "percent": "8000", - "reputation": 83941319998, - "rshares": 4571733037225, - "voter": "smooth.witness" + "reputation": 3046358914696, + "rshares": 13348057713, + "voter": "samether" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 14003496802, - "voter": "proctologic" + "reputation": 5886979119053, + "rshares": 103078155127, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, - "rshares": 747382969, - "voter": "healthcare" + "reputation": 6105332515536, + "rshares": 12845074310, + "voter": "primus" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160816178, - "voter": "daniel.pan" + "reputation": 5392624170369, + "rshares": 17546310743, + "voter": "grey580" }, { "percent": "10000", - "reputation": 0, - "rshares": 345801627, - "voter": "helen.tan" + "reputation": 15285243314, + "rshares": 205139978, + "voter": "ales" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 48097631297, - "voter": "noaommerrr" + "reputation": 25639258699, + "rshares": 261365667, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14369396649, - "voter": "gregory-f" + "reputation": 4276659410889, + "rshares": 3374026415, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 11711378010, - "voter": "ervin-lemark" + "reputation": 1797275012018, + "rshares": 7853986919, + "voter": "dasha" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1087654412088, - "voter": "gavvet" + "reputation": 57643429300793, + "rshares": 300446841809, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 580736294829, - "voter": "eeks" + "reputation": 5846151368508, + "rshares": 5128241342, + "voter": "romanskv" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1456688662, - "voter": "spaninv" + "percent": "10000", + "reputation": 454055212995, + "rshares": 1138244399, + "voter": "gidlark" }, { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16585386112, - "voter": "elishagh1" + "percent": "10000", + "reputation": 10248743813131, + "rshares": 18333388382, + "voter": "katyakov" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 8865916357, - "voter": "richman" + "reputation": 12046532310513, + "rshares": 16635436784, + "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 710241520431, - "voter": "nanzo-scoop" + "reputation": 5754523667110, + "rshares": 14162355691, + "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1735395095, - "voter": "maxim-ananko" + "reputation": 13340545109003, + "rshares": 67550325998, + "voter": "jasonmcz" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17771801969, - "voter": "acidyo" + "reputation": 1059790037173, + "rshares": 586657946788, + "voter": "juneaugoldbuyer" }, { - "percent": "10000", - "reputation": 6580794427504, - "rshares": 55587472189, - "voter": "hannixx42" + "percent": "-10000", + "reputation": -2499740471746, + "rshares": -31931917003, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 234093606030, - "voter": "mummyimperfect" + "reputation": 5451039980643, + "rshares": 230296351, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 74005637303, - "voter": "asch" + "reputation": 18799092030582, + "rshares": 77582551453, + "voter": "derekareith" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432279550, - "voter": "murh" + "percent": "10000", + "reputation": 19111656178138, + "rshares": 56695924630, + "voter": "furion" }, { "percent": "10000", - "reputation": 426343346149, - "rshares": 7315534741, - "voter": "cryptofunk" + "reputation": 7018477845661, + "rshares": 487924480362, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 4740608822, - "rshares": 602018562, - "voter": "kodi" + "reputation": 2054508199522, + "rshares": 654725002, + "voter": "busser" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 539510432547, - "voter": "cyber" + "reputation": 4043983730848, + "rshares": 13210559533, + "voter": "mrgreen" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 64365579553, - "voter": "ak2020" + "reputation": 8017093633272, + "rshares": 10364563106, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 8753283330, - "voter": "zebbra2014" + "reputation": 1598540193144, + "rshares": 27466022386, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 9090232372242, - "rshares": 86684032892, - "voter": "eric-boucher" + "reputation": 131860560605, + "rshares": 321412488, + "voter": "zhuvazhuva" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 380691519135, - "voter": "taoteh1221" + "reputation": 26654160223111, + "rshares": 23257259492, + "voter": "halo" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 347687976715, - "voter": "hedge-x" + "reputation": 1661526202859, + "rshares": 4300187363, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 54132081962, - "voter": "juanmiguelsalas" + "reputation": 255391004842, + "rshares": 40262329847, + "voter": "w4lterwyte" }, { "percent": "10000", - "reputation": 155674901369, - "rshares": 397525234, - "voter": "tim-beck" + "reputation": 38947133984552, + "rshares": 196748071448, + "voter": "jesta" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65937060025, - "voter": "ratel" + "reputation": 11644551965460, + "rshares": 13832169283, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 77538669988, - "voter": "tim-johnston" + "reputation": 9512715139288, + "rshares": 78993986740, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 1205917850073, - "rshares": 19178401485, - "voter": "ziv" + "reputation": 10445529851856, + "rshares": 11929926137, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 276472648748, - "voter": "trogdor" + "reputation": 508062166232, + "rshares": 280552649, + "voter": "damiancraymond" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2749451100, - "voter": "tee-em" + "reputation": 594833631949, + "rshares": 6488399145, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3965672855, - "voter": "usefree" + "reputation": 3502382308233, + "rshares": 3270221316, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 8751103094, - "voter": "grandpere" + "reputation": 3033861094190, + "rshares": 13251136205, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6138712070, - "voter": "mark-waser" + "reputation": 21815260714191, + "rshares": 184727392922, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 75690190250, - "voter": "albertogm" + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 103190447711, - "voter": "geoffrey" + "reputation": 224144957883, + "rshares": 13737408203, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 3509662488161, - "rshares": 28279146798, - "voter": "jonnyrevolution" + "reputation": 24143253116, + "rshares": 125838590, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31058131849, - "voter": "talanhorne" + "reputation": 10910231620999, + "rshares": 18411403776, + "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 5046400587, - "voter": "fuck.off" + "reputation": 1830353392409, + "rshares": 3145819717, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6735480196, - "voter": "iloveporn" + "reputation": 20001506960251, + "rshares": 222554394797, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3400081891, - "voter": "the.bot" + "reputation": 2632564148, + "rshares": 5100353555, + "voter": "zelgald1" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8190940400, - "voter": "johnbradshaw" + "reputation": 200679300719, + "rshares": 266607399, + "voter": "lexinferno" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 14737692187, - "voter": "acassity" + "reputation": 12468455070375, + "rshares": 13339208962, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5828130646, - "voter": "the.whale" + "reputation": 75169935562, + "rshares": 196185915, + "voter": "strictlybusiness" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3451428488, - "voter": "michaellamden68" + "reputation": 2568808468562, + "rshares": 2479087608, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 392424265528, - "rshares": 9856784586, - "voter": "romait" + "reputation": 39913884914319, + "rshares": 18598966980, + "voter": "papa-pepper" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5520554489, - "voter": "unicornfarts" + "reputation": 13032104555879, + "rshares": 10990758206, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3183640396, - "voter": "orly" + "reputation": 10552456597779, + "rshares": 2200383277, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 14625890931, - "voter": "konstantin" + "reputation": 2926129985180, + "rshares": 89185611997, + "voter": "shaka" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5828044990, - "voter": "vote" + "reputation": 3278418228934, + "rshares": 4308754082, + "voter": "karenb54" }, { "percent": "10000", - "reputation": 6196402667353, - "rshares": 10804777102, - "voter": "jako" + "reputation": 8710090850955, + "rshares": 35014501442, + "voter": "rampant" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2929001197, - "voter": "stranger27" + "reputation": 697263449295, + "rshares": 1391123383, + "voter": "crowne" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 133281291906, - "voter": "jackkang" + "reputation": 11856501387697, + "rshares": 36184441236, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6014456916, - "voter": "kissmybutt" + "reputation": 4835227647717, + "rshares": 1368054427, + "voter": "merej99" }, { - "percent": "10000", - "reputation": 1059790037173, - "rshares": 560203001395, - "voter": "juneaugoldbuyer" + "percent": "3400", + "reputation": 10771708337101, + "rshares": 375668054831, + "voter": "laonie" }, { "percent": "10000", - "reputation": 562845291295, - "rshares": 973981208, - "voter": "kiligirl" + "reputation": 1609279840801, + "rshares": 3800424712, + "voter": "rich77" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 30928758713, - "voter": "r4fken" + "reputation": 75109707260, + "rshares": 26474355367, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": 46813789492, - "rshares": 25445855257, - "voter": "tcfxyz" + "reputation": 16577047541, + "rshares": 13892941691, + "voter": "sunshine" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 274955645, - "voter": "romel" + "reputation": 2287220532946, + "rshares": 1821180466, + "voter": "achim86" }, { - "percent": "10000", - "reputation": 3366379465325, - "rshares": 7049471118, - "voter": "futurefood" + "percent": "3500", + "reputation": 3016325652890, + "rshares": 45657270771, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1625643194, - "voter": "sergei" + "reputation": 229682900271, + "rshares": 153381517, + "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8928607078, - "voter": "killswitch" + "reputation": 66791976065, + "rshares": 94571629081, + "voter": "joele" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 644877955029, - "voter": "slowwalker" + "reputation": 73944659327428, + "rshares": 77383783919, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 12755003778, - "rshares": 314896561, - "voter": "onthewayout" + "reputation": 1955505384817, + "rshares": 2376884012, + "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3615389062, - "voter": "owdy" + "reputation": 3740136030964, + "rshares": 625756089, + "voter": "future24" }, { - "percent": "5000", - "reputation": 9142611234, - "rshares": 330615256, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 68479560828, + "rshares": 127228899, + "voter": "harrycoins" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 305988016, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 7436429161346, + "rshares": 11443046419, + "voter": "mione" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 140904803734, - "voter": "jacor" + "reputation": 6058270767116, + "rshares": 5386318045, + "voter": "gonzo" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 233622092, - "voter": "ardina" + "reputation": 1509612108450, + "rshares": 1507528738, + "voter": "jsantana" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1604312130, - "voter": "leksimus" + "reputation": 517546794156, + "rshares": 135791318, + "voter": "steevc" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 762901947, - "voter": "dicov" + "reputation": 3103554028241, + "rshares": 1819498653, + "voter": "levycore" }, { "percent": "10000", - "reputation": 0, - "rshares": 976005839, - "voter": "steem1653" + "reputation": 1027623674960, + "rshares": 2875251965, + "voter": "rossenpavlov" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4301141366, - "voter": "gikitiki" + "reputation": 4112973711517, + "rshares": 8102044670, + "voter": "generation.easy" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3176613538, - "voter": "steemit-life" + "reputation": 1734036671982, + "rshares": 959083434, + "voter": "therealpaul" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10814824560, - "voter": "asim" + "reputation": 2405909145226, + "rshares": 6202403232, + "voter": "xbananax" }, { - "percent": "10000", - "reputation": 7952828943, - "rshares": 4881740391, - "voter": "thegoodguy" + "percent": "-10000", + "reputation": 2744889063611, + "rshares": -1254869321, + "voter": "daniel030" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 109187496138, - "voter": "paco" + "reputation": 4409431615794, + "rshares": 3886604220, + "voter": "loganarchy" }, { "percent": "10000", - "reputation": 431450051428, - "rshares": 15758237380, - "voter": "aaseb" + "reputation": 809313892500, + "rshares": 6903986926, + "voter": "daveks" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4407590248, - "voter": "karen13" + "reputation": 364872562916, + "rshares": 1527647000, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 349307643, - "voter": "dr2073" + "reputation": 1409339812298, + "rshares": 453480300, + "voter": "eight-rad" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2323109321, - "voter": "dmacshady" + "reputation": 574152440100, + "rshares": 361907111, + "voter": "profanarky" + }, + { + "percent": "-10000", + "reputation": 3755265902762, + "rshares": -3222024851, + "voter": "l0k1" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 347621985, - "voter": "karenmckersie" + "reputation": 4447885148, + "rshares": 52374497, + "voter": "osame066" }, { - "percent": "1700", - "reputation": 5029542492239, - "rshares": 1591030909, - "voter": "blinova" + "percent": "10000", + "reputation": 8412926035, + "rshares": 3561869779, + "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 387926000, - "voter": "luisucv34" + "reputation": 8442182311998, + "rshares": 9435399382, + "voter": "ionescur" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 41835344166, - "voter": "milestone" + "reputation": 2483815670577, + "rshares": 4397392071, + "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 777812727227, - "rshares": 16963645763, - "voter": "artific" + "reputation": 5004831958428, + "rshares": 3095000869, + "voter": "eveningstar92" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6638048180, - "voter": "lichtblick" + "reputation": 6227584776320, + "rshares": 6021833778, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 19236197049, - "voter": "creemej" + "reputation": 8671572242235, + "rshares": 3186921892, + "voter": "mariandavp" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3861570694, - "voter": "maximkichev" + "reputation": 1000151128321, + "rshares": 76880048, + "voter": "littlescribe" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12978594817, - "voter": "nippel66" + "reputation": 5014250342169, + "rshares": 4094187773, + "voter": "thornybastard" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3025762650, - "voter": "imp3" + "reputation": 1815018579403, + "rshares": 1046881193, + "voter": "uceph" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 429170927, - "voter": "natalyt" + "reputation": 563927807986, + "rshares": 1544801567, + "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37876235098, - "voter": "mynameisbrian" + "reputation": 1327349908318, + "rshares": 324923157, + "voter": "soldier" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" + "reputation": 1996672246136, + "rshares": 1117779238, + "voter": "anomaly" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3557245182, - "voter": "simon.braki.love" + "reputation": 1502200909130, + "rshares": 107171970, + "voter": "ola1" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8081034406, - "voter": "magz8716" + "reputation": 131138770594, + "rshares": 63781944, + "voter": "marquismiller" }, { "percent": "10000", - "reputation": 14544132145555, - "rshares": 9963241091, - "voter": "pcste" + "reputation": 1579201846721, + "rshares": 1545055544, + "voter": "pakganern" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3163111638, - "voter": "azurejasper" + "reputation": 971319419022, + "rshares": 841787796, + "voter": "annesaya" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 21924186350, - "voter": "deanliu" + "reputation": 414609406210, + "rshares": 1141836980, + "voter": "robotev" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 33270018343, - "voter": "sauravrungta" + "reputation": 2093855721226, + "rshares": 78281569, + "voter": "benberger" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 1557454956, - "voter": "foxxycat" + "reputation": 6189260023, + "rshares": 50226994, + "voter": "mariaroshal" + } + ], + "author": "berniesanders", + "author_reputation": 14765040488827, + "beneficiaries": [], + "body": "You're wasting your SBD, it would be better spent using the new promote function and I'm not going to waste my time sending it back to you. I don't look at any posts sent to me in transaction memos, period.", + "body_length": 207, + "cashout_time": "2016-09-07T18:16:12", + "category": "voting", + "children": 69, + "created": "2016-08-31T18:16:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"voting\",\"promotion\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T18:16:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14130362354618, + "parent_author": "", + "parent_permlink": "voting", + "pending_payout_value": "24.421 HBD", + "percent_hbd": 10000, + "permlink": "please-stop-sending-sbd-asking-me-to-look-at-your-links", + "post_id": 1074033, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Please stop sending SBD asking me to look at your links...", + "title": "Please stop sending SBD asking me to look at your links...", + "total_payout_value": "0.000 HBD", + "url": "/voting/@berniesanders/please-stop-sending-sbd-asking-me-to-look-at-your-links" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 32137059460071, + "voter": "smooth" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 107117143, - "voter": "elmusic" + "reputation": 0, + "rshares": 681258461129, + "voter": "eternity" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8132876927, - "voter": "neroru" + "reputation": 4107373187010, + "rshares": 1764608969256, + "voter": "hr1" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 203824550569, - "voter": "jl777" + "reputation": 0, + "rshares": 6351334595880, + "voter": "steemit200" }, { - "percent": "8000", - "reputation": 10519849768972, - "rshares": 16323333600, - "voter": "positive" + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099309721, + "voter": "boy" }, { "percent": "10000", - "reputation": 0, - "rshares": 1721168668, - "voter": "yarly" + "reputation": 1366085197760, + "rshares": 223406559489, + "voter": "steem-id" }, { "percent": "10000", - "reputation": 0, - "rshares": 260899548, - "voter": "yarly2" + "reputation": 4712949449, + "rshares": 3762638572, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 261290501, - "voter": "yarly3" + "reputation": 1789951494550, + "rshares": 697337991, + "voter": "bunny" }, { "percent": "10000", - "reputation": 0, - "rshares": 151145512, - "voter": "yarly4" + "reputation": 103443134841, + "rshares": 54024389057, + "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 151999037, - "voter": "yarly5" + "rshares": 1660983664, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 86657502, - "voter": "yarly7" + "rshares": 213666660, + "voter": "moon" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 88009404523, - "voter": "crazymumzysa" + "reputation": 13096661187964, + "rshares": 4792018376474, + "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 58265386995, - "rshares": 3574184562, - "voter": "bristolchris72" + "reputation": 0, + "rshares": 401725137738, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9332969254, - "voter": "crypto.owl" + "reputation": 9028537022578, + "rshares": 2531411251928, + "voter": "recursive" }, { "percent": "10000", - "reputation": 2564054618, - "rshares": 82337371, - "voter": "activcat" + "reputation": -296615780418, + "rshares": 1820104943, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20532906904, - "voter": "krabgat" + "reputation": 854893586973, + "rshares": 1087478411923, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18464030538, - "voter": "proto" + "reputation": 0, + "rshares": 2487731941, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618944179, - "voter": "curator" + "reputation": 83941319998, + "rshares": 5692536280253, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 418008744, - "voter": "yarly10" + "reputation": 2802091583976, + "rshares": 17157086215, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 224168164, - "voter": "yarly11" + "rshares": 622745754, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2276516923, - "voter": "royalmacro" + "reputation": 0, + "rshares": 967227764, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 9696877326, - "voter": "michaeldodridge" + "reputation": 0, + "rshares": 288146820, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 0, - "rshares": 78475461, - "voter": "yarly12" + "reputation": 1118904717803, + "rshares": 28854733046, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 34626405097, - "voter": "celebr1ty" + "reputation": 3444102146490, + "rshares": 14059306808, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 1712093376924, - "rshares": 8518334103, - "voter": "alphabeta" + "reputation": 14073457536993, + "rshares": 80058020962, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 115507974, - "voter": "creatorgalaxy" + "reputation": 1590661010140, + "rshares": 23701787091, + "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 13522063696, - "voter": "clevecross" + "reputation": 4733188979515, + "rshares": 12740059116, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 129091453, - "voter": "steemster1" + "reputation": 204869765185479, + "rshares": 1056672911026, + "voter": "gavvet" }, { - "percent": "10000", - "reputation": 6699598900, - "rshares": 112914306, - "voter": "wunju" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1456039202, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 197930221096, - "rshares": 113565401, - "voter": "linklad13" + "reputation": 436017530085, + "rshares": 27926522260, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1526504218, - "voter": "spinner" + "reputation": 6578969489361, + "rshares": 258662320264, + "voter": "streemian" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 26986857270, - "voter": "jasonstaggers" + "reputation": 1172373556107, + "rshares": 1927637248, + "voter": "gekko" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 5449531203, - "voter": "mahekg" + "reputation": 15854806148148, + "rshares": 10052867829, + "voter": "richman" }, { - "percent": "10000", - "reputation": 1977162029930, - "rshares": 3357558173, - "voter": "litrbooh" + "percent": "10000", + "reputation": 58571016273092, + "rshares": 677643238110, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9229965470, - "voter": "taker" + "reputation": 3750669747284, + "rshares": 262417072558, + "voter": "pal" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6471711813, - "voter": "nekromarinist" + "reputation": 865237448731, + "rshares": 1770102997, + "voter": "maxim-ananko" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 52489886, - "voter": "sharon" + "reputation": 503318537891, + "rshares": 3344131005, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 42726678567, - "voter": "allasyummyfood" + "reputation": 42741727265739, + "rshares": 153611364153, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 3394230941, - "voter": "french.fyde" + "reputation": 1942274690427, + "rshares": 7726453712, + "voter": "kefkius" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 53473560, - "voter": "lillianjones" + "reputation": 6580794427504, + "rshares": 56762468044, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22435687298, - "voter": "laoyao" + "reputation": 21903005256174, + "rshares": 236058346089, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 15978192414, - "voter": "timelapse" + "reputation": 11952915931943, + "rshares": 105831257789, + "voter": "amartinezque" }, { "percent": "10000", - "reputation": 144042539115, - "rshares": 592132076, - "voter": "baryonlee" + "reputation": 161089556767, + "rshares": 76817142068, + "voter": "asch" }, { "percent": "10000", - "reputation": 0, - "rshares": 3967786997, - "voter": "ullikume" + "reputation": 5904057835766, + "rshares": 46019340074, + "voter": "ranko-k" }, { "percent": "10000", - "reputation": 19964916752653, - "rshares": 100154255149, - "voter": "thisisbenbrick" + "reputation": 824717099743, + "rshares": 586289686210, + "voter": "cyber" }, { "percent": "10000", - "reputation": 31847926857, - "rshares": 69308190, - "voter": "zahar" + "reputation": 3037854988445, + "rshares": 64293815217, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 49540986012, - "voter": "terrycraft" + "reputation": 71931696380, + "rshares": 3596863701267, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 96632806676, - "voter": "joele" + "reputation": 11136252375006, + "rshares": 371936956581, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3936443096, - "voter": "oflyhigh" + "reputation": 79561484422, + "rshares": 391306636, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 52521013, - "voter": "nickche" + "reputation": 514799489426, + "rshares": 369782421734, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 311638758804, - "rshares": 307636393, - "voter": "rusteller" + "reputation": 3804349938696, + "rshares": 51871695594, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2075151293, - "voter": "natalymaty" + "reputation": 488865370830, + "rshares": 845745510, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 53884258, - "voter": "msjennifer" + "reputation": 11429090901893, + "rshares": 109992393578, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 52099594, - "voter": "ciao" + "reputation": 3046358914696, + "rshares": 13752544310, + "voter": "samether" }, { "percent": "10000", - "reputation": 0, - "rshares": 11180084840, - "voter": "thebotkiller" + "reputation": 3906896686802, + "rshares": 60299682137, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 77590508815145, + "rshares": 266443604577, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 21995086690, - "voter": "hanshotfirst" + "reputation": 325340968, + "rshares": 19260006218, + "voter": "hulu" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 4526468651953, + "rshares": 77535334483, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588955673, - "voter": "erikclark13" + "reputation": 33316501, + "rshares": 301791851, + "voter": "saintcrypto" }, { "percent": "10000", - "reputation": 0, - "rshares": 312541638, - "voter": "gamerate" + "reputation": 2761596392902, + "rshares": 2731950329, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 71506742, - "voter": "evgenyche" + "reputation": 1331218317408, + "rshares": 7128207934, + "voter": "grandpere" }, { "percent": "10000", - "reputation": 0, - "rshares": 230299622, - "voter": "vootka" + "reputation": 486415577627, + "rshares": 6127443541, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 61515128, - "voter": "confucius" + "reputation": 274656026130, + "rshares": 43187276883, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1392319373, - "voter": "bledarus" + "reputation": 1019011681813, + "rshares": 7015440175, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 62302798, - "voter": "elenirossidou" + "reputation": 1557874437556, + "rshares": 3573670134, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 83753736806, - "voter": "miacats" + "reputation": 2445708956667, + "rshares": 8531415731, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, - "rshares": 114992597, - "voter": "future-shock" + "reputation": 15285243314, + "rshares": 237530501, + "voter": "ales" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 25639258699, + "rshares": 266592981, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 497846177749, - "rshares": 564194019, - "voter": "ashwim" + "reputation": 25984358555464, + "rshares": 52657893761, + "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 4276659410889, + "rshares": 3447344111, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 71551855, - "voter": "longevity" + "reputation": 40255997582, + "rshares": 8820570828, + "voter": "cannav" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 61874235, - "voter": "rashka" + "reputation": 336763673779, + "rshares": 188310898512, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1199053649, - "voter": "chinadaily" + "reputation": 891519743447, + "rshares": 3695479307, + "voter": "ydm6669" }, { "percent": "10000", - "reputation": 158672055554, - "rshares": 62279229, - "voter": "pollina" + "reputation": 392424265528, + "rshares": 9855652298, + "voter": "romait" }, { "percent": "10000", - "reputation": 2551239163442, - "rshares": 7815542283, - "voter": "johnnyyash" + "reputation": 1700182089209, + "rshares": 107619198367, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, - "rshares": 278901402, - "voter": "jimmytwoshoes" + "reputation": 65540661343, + "rshares": 3112607019, + "voter": "orly" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 2083279715738, + "rshares": 5136038656, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 7091975331308, + "rshares": 15809975449, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 19462531467501, + "rshares": 31238062547, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 1035952800698, + "rshares": 6065276248, + "voter": "vote" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 2880187298062, + "rshares": 2811684851, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" + "reputation": 1059790037173, + "rshares": 573324811634, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 60510653, - "voter": "vasilii" + "reputation": 1380128900631, + "rshares": 293427569, + "voter": "romel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 45485816669, + "rshares": 215319310, + "voter": "adamgud" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 2143500372, - "voter": "levycore" + "reputation": -11110332240496, + "rshares": 1560147805, + "voter": "sergei" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17453713991, - "voter": "yef99" + "reputation": 7018477845661, + "rshares": 499259591484, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 0, - "rshares": 58064982, - "voter": "zite" + "reputation": 3149488018622, + "rshares": 3685869497, + "voter": "owdy" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 8577172826419, + "rshares": 118216970793, + "voter": "crypt0" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 6374782590, - "voter": "onetree" + "reputation": 81102912, + "rshares": 241529832, + "voter": "mirspirs" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 960610083080, + "rshares": 1353592182, + "voter": "nobreku" }, { "percent": "10000", - "reputation": 31060848452, - "rshares": 64112233, - "voter": "iosif" + "reputation": 3320684282022, + "rshares": 153642178839, + "voter": "knircky" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8430749944, - "voter": "etcmike" + "reputation": 54870619364044, + "rshares": 137397541783, + "voter": "jacor" }, { "percent": "10000", - "reputation": 5409679767352, - "rshares": 3309840235, - "voter": "englishtchrivy" + "reputation": 1220081355, + "rshares": 233622092, + "voter": "ardina" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1258258831, - "voter": "nulliusinverba" + "reputation": 1440357780524, + "rshares": 812067661, + "voter": "dicov" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 711258659, - "voter": "runridefly" + "reputation": 0, + "rshares": 919965160, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 646708938, - "voter": "gear66" + "reputation": 6030999377480, + "rshares": 14703427120, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 1661526202859, + "rshares": 4206690337, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 17508750192, - "voter": "luminousvisions" + "reputation": 3740475854096, + "rshares": 5687668232, + "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1785665895, - "voter": "davidjkelley" + "reputation": 167437582424, + "rshares": 342458473, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 5050055955, - "rshares": 56770700, - "voter": "elsievr" + "reputation": 3979714886621, + "rshares": 13451105921, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 7184066856, - "voter": "davidbrogan" + "reputation": 523349272991, + "rshares": 7016278665, + "voter": "sylv3se" }, { "percent": "10000", - "reputation": 1320261717074, - "rshares": 1437052199, - "voter": "carlyle" + "reputation": 16743994030016, + "rshares": 43230825180, + "voter": "condra" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 669199844401, + "rshares": 10511732238, + "voter": "mun" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 82780404032, + "rshares": 744526625, + "voter": "thinkngrow" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 1058072223123, + "rshares": 349944185, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 52320760, - "voter": "kosmatimuc" + "reputation": 658204768651, + "rshares": 42932326495, + "voter": "milestone" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16201668007, - "voter": "digital-wisdom" + "reputation": 594833631949, + "rshares": 6488341670, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 4392845381, + "rshares": 7704144080, + "voter": "tryptamin" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5980823724, - "voter": "jwaser" + "reputation": 3502382308233, + "rshares": 3346258606, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 3033861094190, + "rshares": 12422969573, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 34120390016, + "rshares": 3035654968, + "voter": "imp3" }, { "percent": "10000", - "reputation": 1797155307423, - "rshares": 346155278, - "voter": "shieha" + "reputation": 336756074227, + "rshares": 429170927, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 49770527, + "rshares": 3477776250, + "voter": "davidr" }, { "percent": "10000", - "reputation": 7381386825, - "rshares": 58286409, - "voter": "topslim" + "reputation": -124823359245, + "rshares": 18771327082, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, - "rshares": 54632424, - "voter": "budda" + "reputation": 1532881687066, + "rshares": 8079941605, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 264139639, - "voter": "maarnio" + "reputation": 6467956247739, + "rshares": 25044685489, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 632733211156, + "rshares": 18532721967, + "voter": "celsius100" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 1878917499597, + "rshares": 5564707475, + "voter": "sharker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 1633600290379, + "rshares": 12280807036, + "voter": "shredlord" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 22665724807, - "voter": "dubi" + "reputation": 958834221798, + "rshares": 3618246400, + "voter": "mastletter" }, { "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "reputation": 160134373956, + "rshares": 8132763030, + "voter": "neroru" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2819379609, - "voter": "bwaser" + "reputation": 715914588623, + "rshares": 1076818897, + "voter": "oecp85" }, { "percent": "10000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "rshares": 1683423286, + "voter": "yarly" }, { "percent": "10000", "reputation": 0, - "rshares": 55093071, - "voter": "warhammer" + "rshares": 255303484, + "voter": "yarly2" }, { "percent": "10000", "reputation": 0, - "rshares": 53990613, - "voter": "roadhog" + "rshares": 255686119, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343394177, - "voter": "panther" + "reputation": 0, + "rshares": 147914638, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 155594447, - "voter": "alina1" + "reputation": 0, + "rshares": 148750003, + "voter": "yarly5" }, { "percent": "10000", "reputation": 0, - "rshares": 53764342, - "voter": "dr-who" + "rshares": 84813726, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 0, - "rshares": 106768414, - "voter": "dr-house" + "reputation": 855588904517, + "rshares": 227214618, + "voter": "arnob" }, { "percent": "10000", - "reputation": 0, - "rshares": 53531096, - "voter": "imc" + "reputation": 45712131677758, + "rshares": 93626749162, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, - "rshares": 53400199, - "voter": "post-successful" + "reputation": 12468455070375, + "rshares": 13931893884, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1525615597, - "voter": "ibringawareness" + "reputation": 1849155799051, + "rshares": 8935821626, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 6985921192853, + "rshares": 190471830329, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1649443669, - "voter": "anton333" + "reputation": 69628175386, + "rshares": 452080638, + "voter": "quigua" }, { "percent": "10000", - "reputation": 0, - "rshares": 5417441651, - "voter": "chick1" + "reputation": 153480676290, + "rshares": 618756706, + "voter": "curator" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3037201051, - "voter": "gringalicious" + "reputation": 23895195044, + "rshares": 217107804, + "voter": "bitmap" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 12521809, + "rshares": 221335059, + "voter": "dubraman" }, { "percent": "10000", "reputation": 0, - "rshares": 50470409, - "voter": "typingagent" + "rshares": 408950035, + "voter": "yarly10" }, { "percent": "10000", "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "rshares": 219368610, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 62995887468, - "rshares": 53597144, - "voter": "freebornangel" + "reputation": 10552456597779, + "rshares": 2245289058, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1609335520, - "voter": "ellepdub" + "reputation": 0, + "rshares": 76805770, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 168511470, - "voter": "ola1" + "reputation": 3976815048658, + "rshares": 2209601492, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 5594873032, - "voter": "herpetologyguy" + "reputation": 16914207527051, + "rshares": 33885119759, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 1712093376924, + "rshares": 8350982108, + "voter": "alphabeta" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 5095600502, + "rshares": 115507974, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 1051554596883, - "rshares": 52468652, - "voter": "infotoday" + "reputation": -1193908062262, + "rshares": 125670168, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, - "rshares": 5071968918, - "voter": "morgan.waser" + "reputation": 138974533507, + "rshares": 879507428, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 1286719931439, - "rshares": 207163446, - "voter": "terrano" + "reputation": 737196198, + "rshares": 110833679, + "voter": "zviad" }, { "percent": "10000", - "reputation": 0, - "rshares": 1632559314, - "voter": "strong-ai" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "As I write this (11:00 AM, South African Time) the sun is under partial eclipse. Of course it's never a good idea to look at the sun directly. It can have a blinding effect as [this unfortunate young woman found out](http://remnantnewspaper.com/Archives/archive-2007-our_lady_of_benoni.htm).\n\nhttps://pixabay.com/static/uploads/photo/2016/01/21/17/16/partial-solar-eclipse-1154215_960_720.jpg\n\nSo how to look at the sun?\n---\nThere are some definite no-no's. If you want to lose your sight almost instantly then look directly at the sun using a telescope of binoculars. But that's just idiot stuff. Dark sunglasses don't help, and eye specialists have warned against using things like x-ray images and film negatives. \n\nLess dangerous methods are to look though welding goggles or a double layer of the thin foil that wraps tea. But even here, looking at the sun must be done for a few seconds at most. I read that a safe way is to look at the sun's reflection in a bucket of water. Well, I tried that and I am still suffering the after-effects. So don't try this!\n\nThe old pin-hole trick\n---\nObviously, avoiding looking at the sun directly is the smartest move. The simplest way is to punch a small hole in a piece of paper and then project the sunbeam onto another piece of paper - the reveresed image of the crescent sun is displayed. Here is the image of today's eclipse, through the pin-hole:\n\n![Pin-hole camera](http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-paper_zpsgd4ntdmi.jpg)\n\nThe coolest pin-hole\n--\nI heard someone mention an alternative way to get pin-hole images, and it turns out to be the coolest way. Here's the trick: stand under a tree with dappled bits of light shining through the leaves. You should see many of the the crescent shapes of the sun on the ground. Then stand under the tree in a white shirt and take a selfie with the eclipsing sun images. Like I did:\n\n![Pin-hole selfie](http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-tshirt_zpst4elwf0a.jpg)\n\nIt might look a bit of a mess but if you look carefully you can see the many crescents reflected on the shirt. Way cool!", - "body_length": 2128, - "cashout_time": "2016-09-08T13:49:24", - "category": "astronomy", - "children": 8, - "created": "2016-09-01T13:49:24", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"astronomy\",\"eclipse\",\"solar\"],\"image\":[\"https://pixabay.com/static/uploads/photo/2016/01/21/17/16/partial-solar-eclipse-1154215_960_720.jpg\",\"http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-paper_zpsgd4ntdmi.jpg\",\"http://i1383.photobucket.com/albums/ah320/tim_beck2/pin-hole-tshirt_zpst4elwf0a.jpg\"],\"links\":[\"http://remnantnewspaper.com/Archives/archive-2007-our_lady_of_benoni.htm\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T13:49:24", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 54248142993940, - "parent_author": "", - "parent_permlink": "astronomy", - "pending_payout_value": "313.429 HBD", - "percent_hbd": 10000, - "permlink": "selfie-with-the-partial-solar-eclipse-featuring-tim-beck-as-author", - "post_id": 1084446, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Selfie with the Partial Solar Eclipse (featuring @tim-beck as author)", - "title": "Selfie with the Partial Solar Eclipse (featuring @tim-beck as author)", - "total_payout_value": "0.000 HBD", - "url": "/astronomy/@gavvet/selfie-with-the-partial-solar-eclipse-featuring-tim-beck-as-author" - }, - { - "active_votes": [ + "reputation": 3962925392210, + "rshares": 4385953161, + "voter": "jed78" + }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 8391765797902, - "voter": "pharesim" + "reputation": 17701690051649, + "rshares": 142405854149, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": 18882858310850, - "rshares": 292790464718, - "voter": "theoretical" + "reputation": 1977162029930, + "rshares": 3281533780, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099397910, - "voter": "boy" + "reputation": -833837861150, + "rshares": 52489886, + "voter": "sharon" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3762747992, - "voter": "bue-witness" + "reputation": 4835227647717, + "rshares": 1396612795, + "voter": "merej99" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697354323, - "voter": "bunny" + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54034364378, - "voter": "bue" + "reputation": 90565359983, + "rshares": 23337147272, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, - "rshares": 1661031025, - "voter": "mini" + "reputation": 18027204457681, + "rshares": 29014739933, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, - "rshares": 213669926, - "voter": "moon" + "reputation": 1038813018744, + "rshares": 7318770293, + "voter": "chris.roy" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 80705596577, - "voter": "vip" + "reputation": 512132085322, + "rshares": 9431841850, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 12255071377, - "voter": "proctologic" + "reputation": 950539828786, + "rshares": 2467650874, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 0, - "rshares": 622760452, - "voter": "healthcare" + "reputation": 1653800202958, + "rshares": 490394586135, + "voter": "glitterfart" }, { "percent": "10000", "reputation": 0, - "rshares": 967252262, - "voter": "daniel.pan" + "rshares": 3566071521, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 39058555199, - "voter": "alexgr" + "reputation": 412085238059, + "rshares": 74496308, + "voter": "themagus" }, { "percent": "10000", - "reputation": 0, - "rshares": 288151719, - "voter": "helen.tan" + "reputation": 66769295082002, + "rshares": 48570688158, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87988126602, - "voter": "acidsun" + "reputation": 66791976065, + "rshares": 96501172478, + "voter": "joele" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 78077847939, - "voter": "easteagle13" + "reputation": 11122126920308, + "rshares": 3532092788, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1035419469492, - "voter": "gavvet" + "reputation": 740133117502, + "rshares": 2116637673, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 9268224848, - "voter": "richman" + "reputation": 191217797933, + "rshares": 56928425, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3667766960, - "voter": "daycrypter" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 3934271770, - "voter": "jerome-colley" - }, - { - "percent": "0", - "reputation": 32983096229, - "rshares": 1515743221, - "voter": "tosch" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1431967857, - "voter": "murh" + "percent": "10000", + "reputation": 3515726108234, + "rshares": 414355746, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 41838583543, - "voter": "justtryme90" + "reputation": 170925323, + "rshares": 60396465, + "voter": "dmns" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 8638051553, - "voter": "johnerfx" + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 371939787266, - "voter": "taoteh1221" + "reputation": 398467602540, + "rshares": 248452394, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 391306636, - "voter": "applecrisp" + "reputation": 4542627765008, + "rshares": 20265233216, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 1642251075, - "voter": "spartanza" + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 828125811, - "voter": "sunnyray" + "reputation": 1620633258672, + "rshares": 5957256028, + "voter": "lordvader" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 13348057713, - "voter": "samether" + "reputation": 33467338593, + "rshares": 72131169, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 103078155127, - "voter": "geoffrey" + "reputation": 28335136369, + "rshares": 1557669355, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 6105332515536, - "rshares": 12845074310, - "voter": "primus" + "reputation": 0, + "rshares": 273860901, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 5392624170369, - "rshares": 17546310743, - "voter": "grey580" + "reputation": 56139970267, + "rshares": 71506742, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 205139978, - "voter": "ales" + "reputation": 0, + "rshares": 230299622, + "voter": "vootka" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 261365667, - "voter": "ladyclair" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3374026415, - "voter": "michaellamden68" + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" }, { "percent": "10000", - "reputation": 1797275012018, - "rshares": 7853986919, - "voter": "dasha" + "reputation": 37279727062, + "rshares": 1554755922, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 300446841809, - "voter": "roelandp" + "reputation": 0, + "rshares": 58499109, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 5846151368508, - "rshares": 5128241342, - "voter": "romanskv" + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 454055212995, - "rshares": 1138244399, - "voter": "gidlark" + "reputation": 0, + "rshares": 61167862, + "voter": "immortal" }, { "percent": "10000", - "reputation": 10248743813131, - "rshares": 18333388382, - "voter": "katyakov" + "reputation": -789959772758, + "rshares": 52400873, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 12046532310513, - "rshares": 16635436784, - "voter": "stealthtrader" + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 14162355691, - "voter": "yogi.artist" + "reputation": 28535887165, + "rshares": 71551855, + "voter": "longevity" }, { "percent": "10000", - "reputation": 13340545109003, - "rshares": 67550325998, - "voter": "jasonmcz" + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 586657946788, - "voter": "juneaugoldbuyer" + "reputation": 4637390447698, + "rshares": 1157089982, + "voter": "chinadaily" }, { - "percent": "-10000", - "reputation": -2499740471746, - "rshares": -31931917003, - "voter": "r4fken" + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 230296351, - "voter": "steemswede" + "reputation": 0, + "rshares": 61408183, + "voter": "instructor" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 77582551453, - "voter": "derekareith" + "reputation": 67427595157518, + "rshares": 602654907193, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 19111656178138, - "rshares": 56695924630, - "voter": "furion" + "reputation": 11683040603469, + "rshares": 58615882556, + "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 487924480362, - "voter": "neoxian" + "reputation": 10723244574, + "rshares": 4118875398, + "voter": "almerri" }, { "percent": "10000", - "reputation": 2054508199522, - "rshares": 654725002, - "voter": "busser" + "reputation": -52839282898, + "rshares": 294939619, + "voter": "crezyliza" }, { "percent": "10000", - "reputation": 4043983730848, - "rshares": 13210559533, - "voter": "mrgreen" + "reputation": 0, + "rshares": 290522294, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 10364563106, - "voter": "ausbitbank" + "reputation": 24073624840, + "rshares": 2410017417, + "voter": "madoff" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 27466022386, - "voter": "gord0b" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 131860560605, - "rshares": 321412488, - "voter": "zhuvazhuva" + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 26654160223111, - "rshares": 23257259492, - "voter": "halo" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4300187363, - "voter": "gikitiki" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 255391004842, - "rshares": 40262329847, - "voter": "w4lterwyte" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 196748071448, - "voter": "jesta" + "reputation": 397516062, + "rshares": 59993245, + "voter": "longtech" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 13832169283, - "voter": "senseiteekay" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 78993986740, - "voter": "ntomaino" + "reputation": 3103554028241, + "rshares": 1872179191, + "voter": "levycore" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 11929926137, - "voter": "meesterboom" + "reputation": 2140537429766, + "rshares": 17823984520, + "voter": "yef99" }, { "percent": "10000", - "reputation": 508062166232, - "rshares": 280552649, - "voter": "damiancraymond" + "reputation": 401217888, + "rshares": 375942824, + "voter": "mig641" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6488399145, - "voter": "lichtblick" + "reputation": 0, + "rshares": 58264514, + "voter": "cheslav" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3270221316, - "voter": "maximkichev" + "reputation": 1130219064888, + "rshares": 22473319818, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13251136205, - "voter": "nippel66" + "reputation": 0, + "rshares": 58064982, + "voter": "zite" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 184727392922, - "voter": "blueorgy" + "reputation": 875137794542, + "rshares": 5806953595, + "voter": "trev" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" + "reputation": 28176351271250, + "rshares": 78038454333, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 13737408203, - "voter": "all-of-us" + "reputation": 62579633003, + "rshares": 72138480, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 125838590, - "voter": "bobo012" + "reputation": 8420918209808, + "rshares": 24069417896, + "voter": "daut44" }, { "percent": "10000", - "reputation": 10910231620999, - "rshares": 18411403776, - "voter": "bendjmiller222" + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3145819717, - "voter": "azurejasper" + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 222554394797, - "voter": "liberosist" + "reputation": 3144994876819, + "rshares": 1293327844, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 2632564148, - "rshares": 5100353555, - "voter": "zelgald1" + "reputation": 2516108074649, + "rshares": 667918714, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 200679300719, - "rshares": 266607399, - "voter": "lexinferno" + "reputation": 4818398060873, + "rshares": 82867125468, + "voter": "shenanigator" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13339208962, - "voter": "carlidos" + "reputation": 10684992176630, + "rshares": 2032010279, + "voter": "quinneaker" }, { "percent": "10000", - "reputation": 75169935562, - "rshares": 196185915, - "voter": "strictlybusiness" + "reputation": 809313892500, + "rshares": 6903538822, + "voter": "daveks" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 2479087608, - "voter": "sompitonov" + "reputation": 250066271138, + "rshares": 72888933, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 39913884914319, - "rshares": 18598966980, - "voter": "papa-pepper" + "reputation": 682893592, + "rshares": 688885608, + "voter": "gear66" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 10990758206, - "voter": "winstonwolfe" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2200383277, - "voter": "royalmacro" + "reputation": 8113893564, + "rshares": 68457825, + "voter": "donneker" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 89185611997, - "voter": "shaka" + "reputation": 20797221470, + "rshares": 1747187591, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 4308754082, - "voter": "karenb54" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 8710090850955, - "rshares": 35014501442, - "voter": "rampant" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 697263449295, - "rshares": 1391123383, - "voter": "crowne" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 36184441236, - "voter": "allasyummyfood" + "reputation": 837791549130, + "rshares": 38032911102, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1368054427, - "voter": "merej99" + "reputation": 25508059, + "rshares": 50094345, + "voter": "kosmatimuc" }, { - "percent": "3400", - "reputation": 10771708337101, - "rshares": 375668054831, - "voter": "laonie" + "percent": "10000", + "reputation": 232802458264, + "rshares": 16176258317, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3800424712, - "voter": "rich77" + "reputation": 18088143027, + "rshares": 52516313, + "voter": "mnviking" }, { "percent": "10000", - "reputation": 75109707260, - "rshares": 26474355367, - "voter": "persianqueen" + "reputation": 4447885148, + "rshares": 55455350, + "voter": "osame066" }, { "percent": "10000", - "reputation": 16577047541, - "rshares": 13892941691, - "voter": "sunshine" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 1821180466, - "voter": "achim86" + "reputation": 785171622834, + "rshares": 5971106614, + "voter": "jwaser" }, { - "percent": "3500", - "reputation": 3016325652890, - "rshares": 45657270771, - "voter": "xiaohui" + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 229682900271, - "rshares": 153381517, - "voter": "bigsambucca" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 94571629081, - "voter": "joele" + "reputation": 415511458887, + "rshares": 110563047, + "voter": "ratidor" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 77383783919, - "voter": "sirwinchester" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 1955505384817, - "rshares": 2376884012, - "voter": "pgarcgo" + "reputation": 5949422263, + "rshares": 160009101783, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 625756089, - "voter": "future24" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 68479560828, - "rshares": 127228899, - "voter": "harrycoins" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 7436429161346, - "rshares": 11443046419, - "voter": "mione" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 6058270767116, - "rshares": 5386318045, - "voter": "gonzo" + "reputation": 1708267266, + "rshares": 731980248, + "voter": "stepa" }, { "percent": "10000", - "reputation": 1509612108450, - "rshares": 1507528738, - "voter": "jsantana" + "reputation": 1810829967, + "rshares": 2814808689, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 135791318, - "voter": "steevc" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 1819498653, - "voter": "levycore" + "reputation": 0, + "rshares": 54012814, + "voter": "warhammer" }, { "percent": "10000", - "reputation": 1027623674960, - "rshares": 2875251965, - "voter": "rossenpavlov" + "reputation": 321473400567, + "rshares": 343377860, + "voter": "panther" }, { "percent": "10000", - "reputation": 4112973711517, - "rshares": 8102044670, - "voter": "generation.easy" + "reputation": 2609275826131, + "rshares": 93769724, + "voter": "alina1" }, { "percent": "10000", - "reputation": 1734036671982, - "rshares": 959083434, - "voter": "therealpaul" + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" }, { "percent": "10000", - "reputation": 2405909145226, - "rshares": 6202403232, - "voter": "xbananax" + "reputation": 0, + "rshares": 106768414, + "voter": "dr-house" }, { - "percent": "-10000", - "reputation": 2744889063611, - "rshares": -1254869321, - "voter": "daniel030" + "percent": "10000", + "reputation": 35035670618, + "rshares": 54576373, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 4409431615794, - "rshares": 3886604220, - "voter": "loganarchy" + "reputation": 50326964582800, + "rshares": 258773029154, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 6903986926, - "voter": "daveks" + "reputation": 19674745811334, + "rshares": 73018641421, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 1527647000, - "voter": "funkywanderer" + "reputation": 26215514, + "rshares": 37893646925, + "voter": "brains" }, { "percent": "10000", - "reputation": 1409339812298, - "rshares": 453480300, - "voter": "eight-rad" + "reputation": 0, + "rshares": 53531096, + "voter": "imc" }, { "percent": "10000", - "reputation": 574152440100, - "rshares": 361907111, - "voter": "profanarky" + "reputation": 2697602494482, + "rshares": 1555313015, + "voter": "ibringawareness" }, { - "percent": "-10000", - "reputation": 3755265902762, - "rshares": -3222024851, - "voter": "l0k1" + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 52374497, - "voter": "osame066" + "reputation": 861400654873, + "rshares": 59580146, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3561869779, - "voter": "ericbotticelli" + "reputation": 2054624294432, + "rshares": 1614412566, + "voter": "anton333" }, { "percent": "10000", - "reputation": 8442182311998, - "rshares": 9435399382, - "voter": "ionescur" + "reputation": 5646699288797, + "rshares": 2921369937, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 2483815670577, - "rshares": 4397392071, - "voter": "richardjuckes" + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" }, { "percent": "10000", - "reputation": 5004831958428, - "rshares": 3095000869, - "voter": "eveningstar92" + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 6021833778, - "voter": "renzoarg" + "reputation": 570800415880, + "rshares": 1606842230, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 8671572242235, - "rshares": 3186921892, - "voter": "mariandavp" + "reputation": 189363957513, + "rshares": 64900620, + "voter": "rynow" }, { "percent": "10000", - "reputation": 1000151128321, - "rshares": 76880048, - "voter": "littlescribe" + "reputation": 1502200909130, + "rshares": 71447980, + "voter": "ola1" }, { "percent": "10000", - "reputation": 5014250342169, - "rshares": 4094187773, - "voter": "thornybastard" + "reputation": 1305746304240, + "rshares": 1869420478, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 1815018579403, - "rshares": 1046881193, - "voter": "uceph" + "reputation": 6072650400812, + "rshares": 3151041313, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 563927807986, - "rshares": 1544801567, - "voter": "bitcoinparadise" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 1327349908318, - "rshares": 324923157, - "voter": "soldier" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 1996672246136, - "rshares": 1117779238, - "voter": "anomaly" + "reputation": 25803661875, + "rshares": 70358845, + "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 107171970, - "voter": "ola1" + "reputation": 0, + "rshares": 5063674217, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 131138770594, - "rshares": 63781944, - "voter": "marquismiller" + "reputation": 74431494282, + "rshares": 141892130, + "voter": "iggy" }, { "percent": "10000", - "reputation": 1579201846721, - "rshares": 1545055544, - "voter": "pakganern" + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" }, { "percent": "10000", - "reputation": 971319419022, - "rshares": 841787796, - "voter": "annesaya" + "reputation": 1150196390848, + "rshares": 54680350, + "voter": "anns" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 1141836980, - "voter": "robotev" + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" }, { "percent": "10000", "reputation": 2093855721226, - "rshares": 78281569, + "rshares": 57764056, "voter": "benberger" - }, - { - "percent": "10000", - "reputation": 6189260023, - "rshares": 50226994, - "voter": "mariaroshal" } - ], - "author": "berniesanders", - "author_reputation": 14765040488827, - "beneficiaries": [], - "body": "You're wasting your SBD, it would be better spent using the new promote function and I'm not going to waste my time sending it back to you. I don't look at any posts sent to me in transaction memos, period.", - "body_length": 207, - "cashout_time": "2016-09-07T18:16:12", - "category": "voting", - "children": 69, - "created": "2016-08-31T18:16:12", + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "An introduction to Jupiter and Venus through a recent conjunction\n-\nThis past weekend\u2019s close encounter between the planets Jupiter and Venus was a rare event. For those who were watching the western sky, just after dusk, the two planets came so close to each other as to appear to nearly touch, although still clearly visible as separate \u201cstars\u201d with the naked eye.\n\n http://i1024.photobucket.com/albums/y301/gavvet/1st_zpsyqbbm87v.jpg\n\nIn astronomical terms, such a near conjunction is known as an \u201cappulse\u201d; and at their closest, the planets were within 4 arc minutes from each other. \n-\nAn arc minute is a measure of distance in the sky, where 60 arc minute equals 1 degree. For the layperson, holding your fist at the full extension of your arm, while closing one eye, will block out about 10 degrees of sky. The earth\u2019s rotation causes a relatively fixed object in the night sky (like a star) to move 360 degrees in 24 hours, or a quarter of a degree (or fifteen arc minutes) per minute. \n\nOn Saturday 27 August 2016, observers in the Western Hemisphere saw the planets at between 6 and 10 arc minutes apart; European and African viewers (like myself, from Johannesburg, South Africa) were treated to approximately 12-13 arc minutes; while Japan, East Asian and Australian viewers\u2019 sight was still spectacular at 30 arc minutes or half a degree. If you had held a pencil at arms length, the back of the pencil would have blocked out the event. If you had been watching the stars against a fixed, clear horizon, it would have taken between 15 seconds and 2 minutes, depending upon where in the world you were watching, for the distance between the planets to have passed.\n\nProximity between Jupiter and Venus happens approximately every three to six years \n-\n(the difference is accounted for because not all proximities are visible), but not all encounters are the same: this last event will not repeat itself until 2065. This means that many of the readers of this article will likely not be alive to witness it again. Venus was also beautifully bright (because Venus is an inferior planet \u2013 closer to the sun than the earth \u2013 it waxes and wanes, like the moon) at above 90% illumination, making its conjunction with blue Jupiter all the more brilliant.\n\nThis appulse was still further unique by virtue of the fact that all five planets were visible during the same night :\n-\nto the left of the waltzing Jupiter and Venus, Mercury looked on wistfully; Mars and Saturn glowered ominously in a triangle with the constellation Scorpio\u2019s red Antares from near zenith overhead. \n\n http://i1024.photobucket.com/albums/y301/gavvet/2nd_zpsl8dzzqfm.jpg\n\nHaving all five planets visible during the same night only occurs for short periods of time - and we are in such a period at the moment. It requires that Jupiter and Saturn be within 180 degrees of each other, which excludes approximately 10 of the 20 years it takes for a grand conjunction between these august peers. Mars takes 686 days for its revolution, which roughly excludes alternate years of the possible 10. Venus is visible for two periods of its 224 day orbit: as the morning star for about 8 weeks, and as the evening star for a similar period about two months later. Finally, fleet-footed Mercury is only visible for two three-week periods (assuming there is nothing obstructing a viewing close to the horizon) every 88 days, which misses Venus\u2019 appearance more than half of the time. Thus in a twenty year cycle there are only a handful of three week periods during an aggregate of five candidate years when all of the planets are visible during the same night.\n\nThe curiosity of this event calls into mind a similar but yet more spectacular appulse that occurred on 17 June 2BCE. \n-\nThat conjunction has been proposed as being connected with the Star of Bethlehem \u2013 a controversial astronomic event recorded by Matthew in the New Testament. To some who believe in the account, the story is a remarkable illustration of how acting in faith can move persons to witness eternally significant events. To the skeptic, the event is no more than pious fable \u2013 perhaps even a fraud. Wherever one sits in relation to this debate, it has received attention from some of the greatest minds, including Johannes Kepler (1571-1630) and Sir Isaac Newton (1642-1727).\n\nThe appulse of 17 June 2BCE, viewed from the middle east at between 20:30 and 21:30, presented Jupiter and Venus within 36 arc seconds of each other. That is much closer than our conjunction, or within 0,01 degrees. It is a conjunction the degree of which has not been repeated in millennia.\n-\nThe ready availability of planetarium software permits anyone with access to a computer to rewind the clock and view these events, as if there, on the night in question. In following posts, an evaluation of the truth claims of the gospel account will be undertaken. What will be presented may lay the basis for an argument that an extremely unique astronomic sequence of religiously laden events unfolded that could explain each of the essential features of the Star of Bethlehem story. It will provide a basis for evaluating between several competing claims that have been advanced in explanation of the phenomenon.\n\nSo, follow along; and if you can, download an available planetarium software (I use Stellarium a free download easily found through Google) and enjoy the ride! (the images are created using it)", + "body_length": 5428, + "cashout_time": "2016-09-07T16:02:30", + "category": "astronomy", + "children": 18, + "created": "2016-08-31T16:02:30", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"voting\",\"promotion\"]}", + "json_metadata": "{\"tags\":[\"astronomy\",\"venus\",\"jupiter\",\"conjunction\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/1st_zpsyqbbm87v.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/2nd_zpsl8dzzqfm.jpg\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T18:16:12", + "last_update": "2016-08-31T17:03:18", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 14130362354618, + "net_rshares": 69563541408287, "parent_author": "", - "parent_permlink": "voting", - "pending_payout_value": "24.421 HBD", + "parent_permlink": "astronomy", + "pending_payout_value": "533.812 HBD", "percent_hbd": 10000, - "permlink": "please-stop-sending-sbd-asking-me-to-look-at-your-links", - "post_id": 1074033, + "permlink": "re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile", + "post_id": 1072446, "promoted": "0.000 HBD", "replies": [], - "root_title": "Please stop sending SBD asking me to look at your links...", - "title": "Please stop sending SBD asking me to look at your links...", + "root_title": "Re-evaluating the star of Bethlehem - PART 1: (featuring new author @vuyusile)", + "title": "Re-evaluating the star of Bethlehem - PART 1: (featuring new author @vuyusile)", "total_payout_value": "0.000 HBD", - "url": "/voting/@berniesanders/please-stop-sending-sbd-asking-me-to-look-at-your-links" + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile" }, { "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 29149193216993, + "voter": "dantheman" + }, { "percent": "10000", "reputation": 32455846463901, - "rshares": 32137059460071, + "rshares": 32779678504556, "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 681258461129, - "voter": "eternity" + "rshares": 1860716898677, + "voter": "books" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1764608969256, + "rshares": 1764317555506, "voter": "hr1" }, { "percent": "10000", - "reputation": 0, - "rshares": 6351334595880, - "voter": "steemit200" + "reputation": 358840960832, + "rshares": 1678871708799, + "voter": "rossco99" }, { - "percent": "10000", - "reputation": 1214229078, - "rshares": 3099309721, - "voter": "boy" + "percent": "1400", + "reputation": 36749432321730, + "rshares": 136855705837, + "voter": "liondani" }, { "percent": "10000", - "reputation": 1366085197760, - "rshares": 223406559489, - "voter": "steem-id" + "reputation": 1214229078, + "rshares": 3099213331, + "voter": "boy" }, { "percent": "10000", "reputation": 4712949449, - "rshares": 3762638572, + "rshares": 3762516043, "voter": "bue-witness" }, { "percent": "10000", "reputation": 1789951494550, - "rshares": 697337991, + "rshares": 697318387, "voter": "bunny" }, { "percent": "10000", "reputation": 103443134841, - "rshares": 54024389057, + "rshares": 54014168143, "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 1660983664, + "rshares": 1660933018, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 213666660, + "rshares": 213661759, "voter": "moon" }, { "percent": "10000", - "reputation": 13096661187964, - "rshares": 4792018376474, - "voter": "au1nethyb1" + "reputation": 12928765689257, + "rshares": 39584340505, + "voter": "aizensou" }, { "percent": "10000", "reputation": 0, - "rshares": 401725137738, + "rshares": 401699254296, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2531411251928, + "rshares": 2462722321613, "voter": "recursive" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1820104943, - "voter": "mineralwasser" + "reputation": 1250001478305, + "rshares": 103972569571, + "voter": "bonapartist" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1087478411923, - "voter": "boombastic" + "reputation": 83941319998, + "rshares": 5799887716762, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 2487731941, - "voter": "bingo-1" + "reputation": 49549461527, + "rshares": 422971852625, + "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5692536280253, - "voter": "smooth.witness" + "reputation": 585246886482, + "rshares": 79085886937, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1158380066904, + "voter": "cass" }, { "percent": "10000", "reputation": 2802091583976, - "rshares": 17157086215, + "rshares": 17955958555, "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 622745754, + "rshares": 622727783, "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 967227764, + "rshares": 967199991, "voter": "daniel.pan" }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 839810324452, + "voter": "steemrollin" + }, { "percent": "10000", "reputation": 0, - "rshares": 288146820, + "rshares": 288140285, "voter": "helen.tan" }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24441942163, + "voter": "yefet" + }, { "percent": "10000", "reputation": 1118904717803, - "rshares": 28854733046, + "rshares": 28854448699, "voter": "noaommerrr" }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 87984859622, + "voter": "acidsun" + }, { "percent": "10000", "reputation": 3444102146490, - "rshares": 14059306808, + "rshares": 14641271380, "voter": "gregory-f" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 80058020962, - "voter": "edgeland" + "reputation": 361002365029, + "rshares": 899953681, + "voter": "moh-rokib" }, { "percent": "10000", - "reputation": 1590661010140, - "rshares": 23701787091, - "voter": "mod-tamichh" + "reputation": 2858514112, + "rshares": 569194929, + "voter": "frxdo" + }, + { + "percent": "10000", + "reputation": 861106979806, + "rshares": 15188287555, + "voter": "sandwich" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 69465142363, + "voter": "easteagle13" }, { "percent": "10000", "reputation": 4733188979515, - "rshares": 12740059116, + "rshares": 13084173998, "voter": "ervin-lemark" }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 8205752746, + "voter": "cryptorune" + }, { "percent": "10000", "reputation": 204869765185479, - "rshares": 1056672911026, + "rshares": 1095757367305, "voter": "gavvet" }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 550554628655, + "voter": "eeks" + }, { "percent": "2500", "reputation": 376960001789, - "rshares": 1456039202, + "rshares": 1455941155, "voter": "spaninv" }, - { - "percent": "10000", - "reputation": 436017530085, - "rshares": 27926522260, - "voter": "instructor2121" - }, { "percent": "10000", "reputation": 6578969489361, - "rshares": 258662320264, + "rshares": 243142994851, "voter": "streemian" }, { "percent": "10000", "reputation": 1172373556107, - "rshares": 1927637248, + "rshares": 2098982781, "voter": "gekko" }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 340850035355, + "voter": "teamsteem" + }, { "percent": "10000", "reputation": 15854806148148, - "rshares": 10052867829, + "rshares": 10454795669, "voter": "richman" }, { "percent": "10000", "reputation": 58571016273092, - "rshares": 677643238110, + "rshares": 692238676933, "voter": "nanzo-scoop" }, - { - "percent": "10000", - "reputation": 3750669747284, - "rshares": 262417072558, - "voter": "pal" - }, { "percent": "10000", "reputation": 865237448731, - "rshares": 1770102997, + "rshares": 1770069648, "voter": "maxim-ananko" }, { "percent": "10000", "reputation": 503318537891, - "rshares": 3344131005, + "rshares": 4130587389, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 153611364153, - "voter": "steve-walschot" + "reputation": 2099729, + "rshares": 2963058404, + "voter": "term8" }, { "percent": "10000", - "reputation": 1942274690427, - "rshares": 7726453712, - "voter": "kefkius" + "reputation": 3864679285504, + "rshares": 59225313172, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 17751550846, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 14125062140, + "voter": "cian.dafe" }, { "percent": "10000", "reputation": 6580794427504, - "rshares": 56762468044, + "rshares": 60307472849, "voter": "hannixx42" }, { "percent": "10000", "reputation": 21903005256174, - "rshares": 236058346089, + "rshares": 236015746649, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 11952915931943, - "rshares": 105831257789, - "voter": "amartinezque" + "reputation": 32983096229, + "rshares": 59552422917, + "voter": "tosch" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 54129776980, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 841585778, + "voter": "coar" }, { "percent": "10000", "reputation": 161089556767, - "rshares": 76817142068, + "rshares": 79653434599, "voter": "asch" }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1431790058, + "voter": "murh" + }, { "percent": "10000", - "reputation": 5904057835766, - "rshares": 46019340074, - "voter": "ranko-k" + "reputation": 46690451470, + "rshares": 934979539, + "voter": "slickwilly" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 194672888142, + "voter": "dragonslayer109" }, { "percent": "10000", "reputation": 824717099743, - "rshares": 586289686210, + "rshares": 609678438412, "voter": "cyber" }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 87836508281, + "voter": "theshell" + }, { "percent": "10000", "reputation": 3037854988445, - "rshares": 64293815217, + "rshares": 64282801822, "voter": "ak2020" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3596863701267, - "voter": "satoshifund" + "reputation": 10395665548525, + "rshares": 249529717336, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 371936956581, - "voter": "taoteh1221" + "reputation": 2130292884052, + "rshares": 201834253634, + "voter": "leon-fu" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 391306636, - "voter": "applecrisp" + "reputation": 1444446898291, + "rshares": 10075393133, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3672898009903, + "voter": "satoshifund" }, { "percent": "10000", "reputation": 514799489426, - "rshares": 369782421734, + "rshares": 369773764236, "voter": "hedge-x" }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 51871695594, + "rshares": 50741814879, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 845745510, - "voter": "sunnyray" + "reputation": 3046358914696, + "rshares": 13346622708, + "voter": "samether" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 109992393578, - "voter": "kenny-crane" + "reputation": 5888717170887, + "rshares": 67261841349, + "voter": "ratel" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 13752544310, - "voter": "samether" + "reputation": 3525238421, + "rshares": 73476697771, + "voter": "a48" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 60299682137, - "voter": "thecryptodrive" + "reputation": 8397302485673, + "rshares": 190672805051, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4565688656, + "voter": "dahaz159" }, { "percent": "10000", "reputation": 77590508815145, - "rshares": 266443604577, + "rshares": 274768587793, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 325340968, - "rshares": 19260006218, - "voter": "hulu" + "reputation": 60725834714442, + "rshares": 500744344724, + "voter": "infovore" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 77535334483, - "voter": "tim-johnston" + "reputation": 0, + "rshares": 4794047234, + "voter": "raff-delfin" }, { "percent": "10000", - "reputation": 33316501, - "rshares": 301791851, - "voter": "saintcrypto" + "reputation": 1116909606233, + "rshares": 13352082756, + "voter": "facer" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2731950329, - "voter": "tee-em" + "reputation": 4526468651953, + "rshares": 74370626953, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 7128207934, - "voter": "grandpere" + "reputation": 1050758001641, + "rshares": 21848731472, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6127443541, - "voter": "mark-waser" + "reputation": 37159422493, + "rshares": 1068373055, + "voter": "johnerminer" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 43187276883, - "voter": "honeythief" + "reputation": 2761596392902, + "rshares": 2515704909, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 7015440175, - "voter": "iloveporn" + "reputation": 696041082748, + "rshares": 636647277, + "voter": "proglobyte" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3573670134, - "voter": "the.bot" + "reputation": 1331218317408, + "rshares": 7270772093, + "voter": "grandpere" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8531415731, - "voter": "johnbradshaw" + "reputation": 486415577627, + "rshares": 6123789307, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 237530501, - "voter": "ales" + "reputation": 48542961182602, + "rshares": 1458666959468, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 266592981, - "voter": "ladyclair" + "reputation": 5886979119053, + "rshares": 103046735850, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 25984358555464, - "rshares": 52657893761, - "voter": "bacchist" + "reputation": 274656026130, + "rshares": 44078795633, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3447344111, - "voter": "michaellamden68" + "reputation": 5571311902261, + "rshares": 4178663618, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 8820570828, - "voter": "cannav" + "reputation": 1557874437556, + "rshares": 3573549488, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 188310898512, - "voter": "asmolokalo" + "reputation": 2445708956667, + "rshares": 8701510436, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 891519743447, - "rshares": 3695479307, - "voter": "ydm6669" + "reputation": 177578566464, + "rshares": 339138973, + "voter": "chetlanin" }, { "percent": "10000", - "reputation": 392424265528, - "rshares": 9855652298, - "voter": "romait" + "reputation": 4276659410889, + "rshares": 3518527253, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 107619198367, - "voter": "rubybian" + "reputation": 40255997582, + "rshares": 9339192660, + "voter": "cannav" }, { "percent": "10000", "reputation": 65540661343, - "rshares": 3112607019, + "rshares": 3112246147, "voter": "orly" }, { "percent": "10000", - "reputation": 2083279715738, - "rshares": 5136038656, - "voter": "riscadox" + "reputation": 7091975331308, + "rshares": 15792061626, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15809975449, - "voter": "konstantin" + "reputation": 17484609383217, + "rshares": 114783702320, + "voter": "robrigo" }, { "percent": "10000", "reputation": 19462531467501, - "rshares": 31238062547, + "rshares": 32544390735, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 6065276248, - "voter": "vote" + "reputation": 6196402667353, + "rshares": 10363856033, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 233411684145, + "voter": "fabio" }, { "percent": "10000", "reputation": 2880187298062, - "rshares": 2811684851, + "rshares": 2870213575, "voter": "stranger27" }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 135754361005, + "voter": "jackkang" + }, { "percent": "10000", "reputation": 1059790037173, - "rshares": 573324811634, + "rshares": 573310386499, "voter": "juneaugoldbuyer" }, { "percent": "10000", "reputation": 1380128900631, - "rshares": 293427569, + "rshares": 257883942, "voter": "romel" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 215319310, - "voter": "adamgud" + "reputation": -11110332240496, + "rshares": 1625153964, + "voter": "sergei" + }, + { + "percent": "3600", + "reputation": 4667991454724, + "rshares": 241524773120, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3181753819665, + "rshares": 9649173331, + "voter": "jay4u" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1560147805, - "voter": "sergei" + "reputation": 255936097265, + "rshares": 10585897357, + "voter": "seanmchughart" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 499259591484, - "voter": "neoxian" + "reputation": 12755003778, + "rshares": 321194492, + "voter": "onthewayout" }, { "percent": "10000", "reputation": 3149488018622, - "rshares": 3685869497, + "rshares": 3613515820, "voter": "owdy" }, { "percent": "10000", "reputation": 8577172826419, - "rshares": 118216970793, + "rshares": 115898990974, "voter": "crypt0" }, { "percent": "10000", "reputation": 81102912, - "rshares": 241529832, + "rshares": 227038042, "voter": "mirspirs" }, { "percent": "10000", "reputation": 960610083080, - "rshares": 1353592182, + "rshares": 1235888514, "voter": "nobreku" }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1316879214650, + "voter": "renohq" + }, { "percent": "10000", "reputation": 3320684282022, - "rshares": 153642178839, + "rshares": 153638492205, "voter": "knircky" }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10667868662, + "voter": "spiz0r" + }, { "percent": "10000", "reputation": 54870619364044, - "rshares": 137397541783, + "rshares": 134410829714, "voter": "jacor" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 233622092, - "voter": "ardina" + "reputation": 982686864185, + "rshares": 5410339065, + "voter": "secom" }, { "percent": "10000", "reputation": 1440357780524, - "rshares": 812067661, + "rshares": 1008932549, "voter": "dicov" }, { @@ -13125,10960 +13203,11134 @@ }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 14703427120, - "voter": "sebastien" + "reputation": 26654160223111, + "rshares": 23054717680, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 210282477056, + "rshares": 292348230, + "voter": "johanniellano" }, { "percent": "10000", "reputation": 1661526202859, - "rshares": 4206690337, + "rshares": 4300797215, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 3740475854096, - "rshares": 5687668232, - "voter": "egjoshslim" + "reputation": 2821855573125, + "rshares": 2849632294, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 342458473, - "voter": "dr2073" + "reputation": 1648396897354, + "rshares": 11037078167, + "voter": "asim" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 13451105921, - "voter": "jaycobbell" + "reputation": 475226720101, + "rshares": 33632847618, + "voter": "toxonaut" }, { "percent": "10000", - "reputation": 523349272991, - "rshares": 7016278665, - "voter": "sylv3se" + "reputation": 1563271634183, + "rshares": 83318660729, + "voter": "paco" }, { "percent": "10000", - "reputation": 16743994030016, - "rshares": 43230825180, - "voter": "condra" + "reputation": 2200070551939, + "rshares": 10516375731, + "voter": "fogspam" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 10511732238, - "voter": "mun" + "reputation": 934667, + "rshares": 113769464935, + "voter": "speda" }, { "percent": "10000", - "reputation": 82780404032, - "rshares": 744526625, - "voter": "thinkngrow" + "reputation": 2397831198773, + "rshares": 4405366012, + "voter": "karen13" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 349944185, - "voter": "luisucv34" + "reputation": 19168905436557, + "rshares": 15148982302, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 42932326495, - "voter": "milestone" + "reputation": 866671256465, + "rshares": 23944383643, + "voter": "igster" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6488341670, - "voter": "lichtblick" + "reputation": 2852532944, + "rshares": 236830702, + "voter": "hankrearden" }, { "percent": "10000", - "reputation": 4392845381, - "rshares": 7704144080, - "voter": "tryptamin" + "reputation": 3979714886621, + "rshares": 14328255887, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3346258606, - "voter": "maximkichev" + "reputation": 1118581531020, + "rshares": 1990143462, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12422969573, - "voter": "nippel66" + "reputation": 920506256332, + "rshares": 2468438194, + "voter": "fireriseace" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3035654968, - "voter": "imp3" + "reputation": 688176613733, + "rshares": 367760346, + "voter": "karenmckersie" + }, + { + "percent": "-10000", + "reputation": 116541357, + "rshares": -391334114, + "voter": "mrshade" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 429170927, - "voter": "natalyt" + "reputation": 2087820513398, + "rshares": 125802603481, + "voter": "gbert" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477776250, - "voter": "davidr" + "reputation": 2629271154, + "rshares": 2613676047, + "voter": "screasey" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 18771327082, - "voter": "mustafaomar" + "reputation": 30694001824, + "rshares": 1425372533, + "voter": "vorsseli" }, { "percent": "10000", - "reputation": 1532881687066, - "rshares": 8079941605, - "voter": "magz8716" + "reputation": 1058072223123, + "rshares": 349944185, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 25044685489, - "voter": "deanliu" + "reputation": 6338322241150, + "rshares": 49561052903, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 18532721967, - "voter": "celsius100" + "reputation": 658204768651, + "rshares": 44037328378, + "voter": "milestone" }, { "percent": "10000", - "reputation": 1878917499597, - "rshares": 5564707475, - "voter": "sharker" + "reputation": 1500654518354, + "rshares": 44883850570, + "voter": "yongyoon" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 12280807036, - "voter": "shredlord" + "reputation": 1537463763, + "rshares": 20250678413, + "voter": "creemej" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3618246400, - "voter": "mastletter" + "reputation": 2974404080988, + "rshares": 118284866711, + "voter": "demotruk" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8132763030, - "voter": "neroru" + "reputation": 1234131079581, + "rshares": 4373524020, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 715914588623, - "rshares": 1076818897, - "voter": "oecp85" + "reputation": 2090799841362, + "rshares": 2200664097, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, - "rshares": 1683423286, - "voter": "yarly" + "reputation": 3502382308233, + "rshares": 3422295233, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, - "rshares": 255303484, - "voter": "yarly2" + "reputation": 3033861094190, + "rshares": 12974410735, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 255686119, - "voter": "yarly3" + "reputation": 34120390016, + "rshares": 3035504986, + "voter": "imp3" }, { "percent": "10000", - "reputation": 0, - "rshares": 147914638, - "voter": "yarly4" + "reputation": 9999779221262, + "rshares": 38470852012, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 0, - "rshares": 148750003, - "voter": "yarly5" + "reputation": 1558637285991, + "rshares": 2424094754, + "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 0, - "rshares": 84813726, - "voter": "yarly7" + "reputation": 2452090874303, + "rshares": 2943687387, + "voter": "febird" }, { "percent": "10000", - "reputation": 855588904517, - "rshares": 227214618, - "voter": "arnob" + "reputation": 76096938200261, + "rshares": 252356537659, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 93626749162, - "voter": "crazymumzysa" + "reputation": 49770527, + "rshares": 3477776250, + "voter": "davidr" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 13931893884, - "voter": "carlidos" + "reputation": 974488972206, + "rshares": 3486501308, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 8935821626, - "voter": "crypto.owl" + "reputation": 224144957883, + "rshares": 14309800212, + "voter": "all-of-us" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 190471830329, - "voter": "johnsmith" + "reputation": 2017416249960, + "rshares": 8118140588, + "voter": "kristylynn" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 452080638, - "voter": "quigua" + "reputation": 1394532106132, + "rshares": 7024182360, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618756706, - "voter": "curator" + "reputation": 46246767220, + "rshares": 7606703029, + "voter": "rpf" }, { "percent": "10000", - "reputation": 23895195044, - "rshares": 217107804, - "voter": "bitmap" + "reputation": 900694208703, + "rshares": 6659145103, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 12521809, - "rshares": 221335059, - "voter": "dubraman" + "reputation": 1830353392409, + "rshares": 3145769695, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 0, - "rshares": 408950035, - "voter": "yarly10" + "reputation": 1878917499597, + "rshares": 5564707475, + "voter": "sharker" }, { "percent": "10000", - "reputation": 0, - "rshares": 219368610, - "voter": "yarly11" + "reputation": 11482318062844, + "rshares": 36113463774, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2245289058, - "voter": "royalmacro" + "reputation": 160134373956, + "rshares": 8132714012, + "voter": "neroru" }, { "percent": "10000", - "reputation": 0, - "rshares": 76805770, - "voter": "yarly12" + "reputation": 3111005608257, + "rshares": 3136389671, + "voter": "bobdownlov" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 2209601492, - "voter": "tygergamer" + "reputation": 14988694886527, + "rshares": 214401379437, + "voter": "jl777" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 33885119759, - "voter": "celebr1ty" + "reputation": 163343680085, + "rshares": 400546190, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 1712093376924, - "rshares": 8350982108, - "voter": "alphabeta" + "reputation": 879409745645, + "rshares": 2817711629, + "voter": "lostnuggett" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 115507974, - "voter": "creatorgalaxy" + "reputation": 0, + "rshares": 1683287959, + "voter": "yarly" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 125670168, - "voter": "steemster1" + "reputation": 0, + "rshares": 255303484, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 879507428, - "voter": "mar1978co" + "reputation": 0, + "rshares": 255686119, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 737196198, - "rshares": 110833679, - "voter": "zviad" + "reputation": 0, + "rshares": 147914638, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 4385953161, - "voter": "jed78" + "reputation": 0, + "rshares": 148750003, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 142405854149, - "voter": "steemdrive" + "reputation": 0, + "rshares": 84813726, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 3281533780, - "voter": "litrbooh" + "reputation": 1849155799051, + "rshares": 8935821626, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 52489886, - "voter": "sharon" + "reputation": 6985921192853, + "rshares": 212108890668, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1396612795, - "voter": "merej99" + "reputation": 2568808468562, + "rshares": 1111315127, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 52102443, - "voter": "lillianjones" + "reputation": 2615896270, + "rshares": 5062050934, + "voter": "sacode" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 23337147272, - "voter": "rawnetics" + "reputation": 69628175386, + "rshares": 424402232, + "voter": "quigua" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 29014739933, - "voter": "myfirst" + "reputation": 7078941123096, + "rshares": 13886641529, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 1038813018744, - "rshares": 7318770293, - "voter": "chris.roy" + "reputation": 3777763523032, + "rshares": 20113164016, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9431841850, - "voter": "viktor.phuket" + "reputation": 114499038747, + "rshares": 418144058, + "voter": "kooshikoo" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2467650874, - "voter": "kalimor" + "reputation": 28445884, + "rshares": 222096286, + "voter": "shadyonline" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 490394586135, - "voter": "glitterfart" + "reputation": 58190631451, + "rshares": 18451876007, + "voter": "proto" }, { "percent": "10000", - "reputation": 0, - "rshares": 3566071521, - "voter": "ullikume" + "reputation": 153480676290, + "rshares": 618552476, + "voter": "curator" }, { "percent": "10000", - "reputation": 412085238059, - "rshares": 74496308, - "voter": "themagus" + "reputation": 321902226, + "rshares": 225919607, + "voter": "culoemono" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 48570688158, - "voter": "terrycraft" + "reputation": 0, + "rshares": 408950035, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 96501172478, - "voter": "joele" + "reputation": 0, + "rshares": 219368610, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3532092788, - "voter": "oflyhigh" + "reputation": 0, + "rshares": 76805770, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2116637673, - "voter": "natalymaty" + "reputation": 5711413280, + "rshares": 6202464463, + "voter": "stef" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 56928425, - "voter": "zionuziriel" + "reputation": 16914207527051, + "rshares": 34621138568, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 19497864738, + "rshares": 1519616775, + "voter": "remlaps" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 136260156259, + "rshares": 173713555, + "voter": "kibela" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 414355746, - "voter": "jrcornel" + "reputation": 17218558634066, + "rshares": 14436527714, + "voter": "smailer" }, { "percent": "10000", - "reputation": 170925323, - "rshares": 60396465, - "voter": "dmns" + "reputation": -1193908062262, + "rshares": 125670168, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 485540, - "rshares": 51753317, - "voter": "steemo" + "reputation": 138974533507, + "rshares": 861558297, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 248452394, - "voter": "naifaz" + "reputation": 134736123867, + "rshares": 18091443833, + "voter": "lsc9999" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 20265233216, - "voter": "hanshotfirst" + "reputation": 1804907957838, + "rshares": 2406933564, + "voter": "belkins" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 106575300404, + "rshares": 4062999490, + "voter": "glitterpig" }, { "percent": "10000", - "reputation": 1620633258672, - "rshares": 5957256028, - "voter": "lordvader" + "reputation": 3962925392210, + "rshares": 4933785537, + "voter": "jed78" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 72131169, - "voter": "sijoittaja" + "reputation": 49283901870, + "rshares": 946172389, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1557669355, - "voter": "erikclark13" + "reputation": 1977162029930, + "rshares": 3281533780, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 0, - "rshares": 273860901, - "voter": "gamerate" + "reputation": 1275505236, + "rshares": 9224812248, + "voter": "taker" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 71506742, - "voter": "evgenyche" + "reputation": 36625546797, + "rshares": 762211704, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 0, - "rshares": 230299622, - "voter": "vootka" + "reputation": 10137266406870, + "rshares": 5695841143, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 4116067655741, + "rshares": 1890865534, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 61696026, - "voter": "immortality" + "reputation": -833837861150, + "rshares": 52489886, + "voter": "sharon" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1554755922, - "voter": "bledarus" + "reputation": 11856501387697, + "rshares": 37475910231, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, - "rshares": 58499109, - "voter": "nano2nd" + "reputation": 4232493695535, + "rshares": 2261574480, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 0, - "rshares": 114992597, - "voter": "future-shock" + "reputation": 4835227647717, + "rshares": 1456043127, + "voter": "merej99" }, { "percent": "10000", - "reputation": 0, - "rshares": 61167862, - "voter": "immortal" + "reputation": -1130081321479, + "rshares": 53473560, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 52400873, - "voter": "jarvis" + "reputation": 5986362203385, + "rshares": 10290826659, + "voter": "lasvegasgirl" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 90565359983, + "rshares": 24826752417, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 71551855, - "voter": "longevity" + "reputation": 1751717743, + "rshares": 15978976015, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 60661014, - "voter": "rashka" + "reputation": 181872789178, + "rshares": 743853318434, + "voter": "thisvsthis" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1157089982, - "voter": "chinadaily" + "reputation": 512132085322, + "rshares": 9623397049, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": -4629473733, - "rshares": 60210649, - "voter": "cryptoblu" + "reputation": 950539828786, + "rshares": 2467634230, + "voter": "kalimor" }, { "percent": "10000", "reputation": 0, - "rshares": 61408183, - "voter": "instructor" + "rshares": 3565536210, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 602654907193, - "voter": "dollarvigilante" + "reputation": 2462877364101, + "rshares": 823550089, + "voter": "labradorsem" }, { "percent": "10000", - "reputation": 11683040603469, - "rshares": 58615882556, - "voter": "anotherjoe" + "reputation": 478167094774, + "rshares": 558857723, + "voter": "romancs" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4118875398, - "voter": "almerri" + "reputation": 66769295082002, + "rshares": 48226835735, + "voter": "terrycraft" + }, + { + "percent": "1500", + "reputation": 134345349682, + "rshares": 1127861801, + "voter": "slimjim" }, { "percent": "10000", - "reputation": -52839282898, - "rshares": 294939619, - "voter": "crezyliza" + "reputation": 117644956479, + "rshares": 13117390134, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 0, - "rshares": 290522294, - "voter": "jimmytwoshoes" + "reputation": 66791976065, + "rshares": 96497266184, + "voter": "joele" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2410017417, - "voter": "madoff" + "reputation": 1562464639, + "rshares": 60024015, + "voter": "nickche" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 84243674408, + "rshares": 110699909, + "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 0, - "rshares": 51860909, - "voter": "thomasaustin" + "reputation": 311638758804, + "rshares": 299688720, + "voter": "rusteller" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 1769025564652, + "rshares": 440707345, + "voter": "boddhisattva" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 191217797933, + "rshares": 61988730, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" + "reputation": -1343370986030, + "rshares": 52099594, + "voter": "ciao" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 1872179191, - "voter": "levycore" + "reputation": 398467602540, + "rshares": 269597278, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17823984520, - "voter": "yef99" + "reputation": 3552896427510, + "rshares": 1822368234, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375942824, - "voter": "mig641" + "reputation": 4542627765008, + "rshares": 18933639975, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, - "rshares": 58264514, - "voter": "cheslav" + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 22473319818, - "voter": "andrewawerdna" + "reputation": 28335136369, + "rshares": 1588756056, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 0, - "rshares": 58064982, - "voter": "zite" + "reputation": -9068872902, + "rshares": 61293441, + "voter": "chrismarketing" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 5806953595, - "voter": "trev" + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 78038454333, - "voter": "barrycooper" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 72138480, - "voter": "joelbow" + "reputation": 9332405310628, + "rshares": 28579615756, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 24069417896, - "voter": "daut44" + "reputation": 37279727062, + "rshares": 1718414440, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, - "rshares": 51562255, - "voter": "curpose" + "reputation": 289207830105, + "rshares": 59810686, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 0, - "rshares": 56984774, - "voter": "rickmiller" + "reputation": 2118792724924, + "rshares": 85909265852, + "voter": "miacats" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 1293327844, - "voter": "nulliusinverba" + "reputation": 15841196427096, + "rshares": 29985095390, + "voter": "bitcalm" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 667918714, - "voter": "runridefly" + "reputation": 490170833577, + "rshares": 170625312, + "voter": "njall" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 82867125468, - "voter": "shenanigator" + "reputation": 2977416112, + "rshares": 63022949, + "voter": "gabrielrcooper" }, { "percent": "10000", - "reputation": 10684992176630, - "rshares": 2032010279, - "voter": "quinneaker" + "reputation": -789959772758, + "rshares": 52400873, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 6903538822, - "voter": "daveks" + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 72888933, - "voter": "uziriel" + "reputation": 13325577893779, + "rshares": 9717276853, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688885608, - "voter": "gear66" + "reputation": 4088300066909, + "rshares": 20522944664, + "voter": "runaway-psyche" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 67427595157518, + "rshares": 631989262819, + "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 8113893564, - "rshares": 68457825, - "voter": "donneker" + "reputation": 11683040603469, + "rshares": 58615882556, + "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1747187591, - "voter": "davidjkelley" + "reputation": 158672055554, + "rshares": 50094162, + "voter": "pollina" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 10723244574, + "rshares": 4202934079, + "voter": "almerri" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 2594661721428, + "rshares": 4478406516, + "voter": "themanualbot" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 24073624840, + "rshares": 2460226113, + "voter": "madoff" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 38032911102, - "voter": "sponge-bob" + "reputation": 0, + "rshares": 51863356, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 50094345, - "voter": "kosmatimuc" + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16176258317, - "voter": "digital-wisdom" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 52516313, - "voter": "mnviking" + "reputation": 0, + "rshares": 51856300, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 55455350, - "voter": "osame066" + "reputation": 0, + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 1985439257, + "rshares": 88006558959, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5971106614, - "voter": "jwaser" + "reputation": 5385371031617, + "rshares": 4417599808, + "voter": "mada" }, { "percent": "10000", "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "rshares": 51481279, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 3103554028241, + "rshares": 1813599233, + "voter": "levycore" }, { "percent": "10000", - "reputation": 415511458887, - "rshares": 110563047, - "voter": "ratidor" + "reputation": 2140537429766, + "rshares": 18475476323, + "voter": "yef99" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 401217888, + "rshares": 375942824, + "voter": "mig641" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 160009101783, - "voter": "asksisk" + "reputation": 128799717225, + "rshares": 51095992, + "voter": "kamil5" }, { "percent": "10000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 58264514, + "voter": "cheslav" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 24276337891, + "rshares": 489268995, + "voter": "tradz" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 1130219064888, + "rshares": 21910365001, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 1708267266, - "rshares": 731980248, - "voter": "stepa" + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2814808689, - "voter": "bwaser" + "reputation": -300111851, + "rshares": 399837706, + "voter": "kylemccartney" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 11490547563070, + "rshares": 11509617763, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, - "rshares": 54012814, - "voter": "warhammer" + "reputation": 5941821821586, + "rshares": 4468789938, + "voter": "onetree" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343377860, - "voter": "panther" + "reputation": 9969442529, + "rshares": 9946706980, + "voter": "stephenfrost" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 93769724, - "voter": "alina1" + "reputation": 508004290970, + "rshares": 369008392, + "voter": "ukblogger" }, { "percent": "10000", - "reputation": 0, - "rshares": 53764342, - "voter": "dr-who" + "reputation": 1876749044289, + "rshares": 1884988879, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 0, - "rshares": 106768414, - "voter": "dr-house" + "reputation": 970572315676, + "rshares": 1048622877, + "voter": "fiat19" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 54576373, - "voter": "plantbasedjunkie" + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 258773029154, - "voter": "charlieshrem" + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 73018641421, - "voter": "tracemayer" + "reputation": 1063317981552, + "rshares": 8629055362, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37893646925, - "voter": "brains" + "reputation": 2516108074649, + "rshares": 709202486, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, - "rshares": 53531096, - "voter": "imc" + "reputation": 352754803744, + "rshares": 60894561, + "voter": "gregorypravda" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1555313015, - "voter": "ibringawareness" + "reputation": 1759028197, + "rshares": 57818188, + "voter": "nwoinfowarrior" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 4459137288511, + "rshares": 1604647373, + "voter": "penguinpablo" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 59580146, - "voter": "steemafon" + "reputation": 250066271138, + "rshares": 77974207, + "voter": "uziriel" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1614412566, - "voter": "anton333" + "reputation": 7258302306624, + "rshares": 14193476029, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 2921369937, - "voter": "gringalicious" + "reputation": 1192599590489, + "rshares": 1150475918, + "voter": "nathanbrown" }, { "percent": "10000", - "reputation": 0, - "rshares": 50523318, - "voter": "aoki" + "reputation": 682893592, + "rshares": 702944498, + "voter": "gear66" }, { "percent": "10000", "reputation": 0, - "rshares": 50468091, - "voter": "cwb" + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1606842230, - "voter": "ellepdub" + "reputation": 3573461197670, + "rshares": 22248407040, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 189363957513, - "rshares": 64900620, - "voter": "rynow" + "reputation": 20797221470, + "rshares": 1746161814, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 71447980, - "voter": "ola1" + "reputation": 89481141, + "rshares": 2523906858, + "voter": "bbsj" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1869420478, - "voter": "ekaterinka" + "reputation": 2721887929533, + "rshares": 4073421150, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 3151041313, - "voter": "herpetologyguy" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "rshares": 51388276, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 3547713333727, + "rshares": 2540813793, + "voter": "victoriart" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 70358845, - "voter": "ancientofdays" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 0, - "rshares": 5063674217, - "voter": "morgan.waser" + "reputation": 90062656329, + "rshares": 83855530, + "voter": "steemerpat" }, { "percent": "10000", - "reputation": 74431494282, - "rshares": 141892130, - "voter": "iggy" + "reputation": 205523551305, + "rshares": 11661335801, + "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 0, - "rshares": 50233449, - "voter": "teemsteem" + "reputation": 837791549130, + "rshares": 38030165315, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 1150196390848, - "rshares": 54680350, - "voter": "anns" + "reputation": 25508059, + "rshares": 50094345, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 0, - "rshares": 50975390, - "voter": "steemprincess" + "reputation": 232802458264, + "rshares": 16167491362, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 2093855721226, - "rshares": 57764056, - "voter": "benberger" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "An introduction to Jupiter and Venus through a recent conjunction\n-\nThis past weekend\u2019s close encounter between the planets Jupiter and Venus was a rare event. For those who were watching the western sky, just after dusk, the two planets came so close to each other as to appear to nearly touch, although still clearly visible as separate \u201cstars\u201d with the naked eye.\n\n http://i1024.photobucket.com/albums/y301/gavvet/1st_zpsyqbbm87v.jpg\n\nIn astronomical terms, such a near conjunction is known as an \u201cappulse\u201d; and at their closest, the planets were within 4 arc minutes from each other. \n-\nAn arc minute is a measure of distance in the sky, where 60 arc minute equals 1 degree. For the layperson, holding your fist at the full extension of your arm, while closing one eye, will block out about 10 degrees of sky. The earth\u2019s rotation causes a relatively fixed object in the night sky (like a star) to move 360 degrees in 24 hours, or a quarter of a degree (or fifteen arc minutes) per minute. \n\nOn Saturday 27 August 2016, observers in the Western Hemisphere saw the planets at between 6 and 10 arc minutes apart; European and African viewers (like myself, from Johannesburg, South Africa) were treated to approximately 12-13 arc minutes; while Japan, East Asian and Australian viewers\u2019 sight was still spectacular at 30 arc minutes or half a degree. If you had held a pencil at arms length, the back of the pencil would have blocked out the event. If you had been watching the stars against a fixed, clear horizon, it would have taken between 15 seconds and 2 minutes, depending upon where in the world you were watching, for the distance between the planets to have passed.\n\nProximity between Jupiter and Venus happens approximately every three to six years \n-\n(the difference is accounted for because not all proximities are visible), but not all encounters are the same: this last event will not repeat itself until 2065. This means that many of the readers of this article will likely not be alive to witness it again. Venus was also beautifully bright (because Venus is an inferior planet \u2013 closer to the sun than the earth \u2013 it waxes and wanes, like the moon) at above 90% illumination, making its conjunction with blue Jupiter all the more brilliant.\n\nThis appulse was still further unique by virtue of the fact that all five planets were visible during the same night :\n-\nto the left of the waltzing Jupiter and Venus, Mercury looked on wistfully; Mars and Saturn glowered ominously in a triangle with the constellation Scorpio\u2019s red Antares from near zenith overhead. \n\n http://i1024.photobucket.com/albums/y301/gavvet/2nd_zpsl8dzzqfm.jpg\n\nHaving all five planets visible during the same night only occurs for short periods of time - and we are in such a period at the moment. It requires that Jupiter and Saturn be within 180 degrees of each other, which excludes approximately 10 of the 20 years it takes for a grand conjunction between these august peers. Mars takes 686 days for its revolution, which roughly excludes alternate years of the possible 10. Venus is visible for two periods of its 224 day orbit: as the morning star for about 8 weeks, and as the evening star for a similar period about two months later. Finally, fleet-footed Mercury is only visible for two three-week periods (assuming there is nothing obstructing a viewing close to the horizon) every 88 days, which misses Venus\u2019 appearance more than half of the time. Thus in a twenty year cycle there are only a handful of three week periods during an aggregate of five candidate years when all of the planets are visible during the same night.\n\nThe curiosity of this event calls into mind a similar but yet more spectacular appulse that occurred on 17 June 2BCE. \n-\nThat conjunction has been proposed as being connected with the Star of Bethlehem \u2013 a controversial astronomic event recorded by Matthew in the New Testament. To some who believe in the account, the story is a remarkable illustration of how acting in faith can move persons to witness eternally significant events. To the skeptic, the event is no more than pious fable \u2013 perhaps even a fraud. Wherever one sits in relation to this debate, it has received attention from some of the greatest minds, including Johannes Kepler (1571-1630) and Sir Isaac Newton (1642-1727).\n\nThe appulse of 17 June 2BCE, viewed from the middle east at between 20:30 and 21:30, presented Jupiter and Venus within 36 arc seconds of each other. That is much closer than our conjunction, or within 0,01 degrees. It is a conjunction the degree of which has not been repeated in millennia.\n-\nThe ready availability of planetarium software permits anyone with access to a computer to rewind the clock and view these events, as if there, on the night in question. In following posts, an evaluation of the truth claims of the gospel account will be undertaken. What will be presented may lay the basis for an argument that an extremely unique astronomic sequence of religiously laden events unfolded that could explain each of the essential features of the Star of Bethlehem story. It will provide a basis for evaluating between several competing claims that have been advanced in explanation of the phenomenon.\n\nSo, follow along; and if you can, download an available planetarium software (I use Stellarium a free download easily found through Google) and enjoy the ride! (the images are created using it)", - "body_length": 5428, - "cashout_time": "2016-09-07T16:02:30", - "category": "astronomy", - "children": 18, - "created": "2016-08-31T16:02:30", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"astronomy\",\"venus\",\"jupiter\",\"conjunction\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/1st_zpsyqbbm87v.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/2nd_zpsl8dzzqfm.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T17:03:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 69563541408287, - "parent_author": "", - "parent_permlink": "astronomy", - "pending_payout_value": "533.812 HBD", - "percent_hbd": 10000, - "permlink": "re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile", - "post_id": 1072446, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Re-evaluating the star of Bethlehem - PART 1: (featuring new author @vuyusile)", - "title": "Re-evaluating the star of Bethlehem - PART 1: (featuring new author @vuyusile)", - "total_payout_value": "0.000 HBD", - "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile" - }, - { - "active_votes": [ + "reputation": 18088143027, + "rshares": 57184430, + "voter": "mnviking" + }, { "percent": "10000", - "reputation": 145171381514207, - "rshares": 29149193216993, - "voter": "dantheman" + "reputation": 0, + "rshares": 56733469, + "voter": "ahenk" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 32779678504556, - "voter": "smooth" + "reputation": 4447885148, + "rshares": 52374497, + "voter": "osame066" }, { "percent": "10000", "reputation": 0, - "rshares": 1860716898677, - "voter": "books" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1764317555506, - "voter": "hr1" + "reputation": 1919986626165, + "rshares": 1722146446, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 358840960832, - "rshares": 1678871708799, - "voter": "rossco99" + "reputation": 4835399333, + "rshares": 1774939202, + "voter": "thelocal" }, { - "percent": "1400", - "reputation": 36749432321730, - "rshares": 136855705837, - "voter": "liondani" + "percent": "10000", + "reputation": 785171622834, + "rshares": 5967468377, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3099213331, - "voter": "boy" + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3762516043, - "voter": "bue-witness" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 697318387, - "voter": "bunny" + "reputation": 3824365353, + "rshares": 54687753, + "voter": "randal" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 54014168143, - "voter": "bue" + "reputation": 262756573957, + "rshares": 620052972, + "voter": "kev7000" }, { "percent": "10000", - "reputation": 0, - "rshares": 1660933018, - "voter": "mini" + "reputation": 640164473382, + "rshares": 53942218, + "voter": "zettar" }, { "percent": "10000", - "reputation": 0, - "rshares": 213661759, - "voter": "moon" + "reputation": 229065282410, + "rshares": 1036698247, + "voter": "richhersey" }, { "percent": "10000", - "reputation": 12928765689257, - "rshares": 39584340505, - "voter": "aizensou" + "reputation": 0, + "rshares": 1647994899, + "voter": "smisi" }, { "percent": "10000", "reputation": 0, - "rshares": 401699254296, - "voter": "recursive2" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2462722321613, - "voter": "recursive" + "reputation": 5949422263, + "rshares": 155772328134, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 1250001478305, - "rshares": 103972569571, - "voter": "bonapartist" + "reputation": 113710888944, + "rshares": 262391495, + "voter": "maarnio" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5799887716762, - "voter": "smooth.witness" + "reputation": 0, + "rshares": 51154263, + "voter": "bane" }, { "percent": "10000", - "reputation": 49549461527, - "rshares": 422971852625, - "voter": "boatymcboatface" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 79085886937, - "voter": "vip" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 1158380066904, - "voter": "cass" + "reputation": 3533625673, + "rshares": 23190070230, + "voter": "dubi" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 17955958555, - "voter": "proctologic" + "reputation": 1810829967, + "rshares": 2813109762, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 0, - "rshares": 622727783, - "voter": "healthcare" + "reputation": 6227584776320, + "rshares": 5042698002, + "voter": "renzoarg" }, { "percent": "10000", "reputation": 0, - "rshares": 967199991, - "voter": "daniel.pan" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 72112139588726, - "rshares": 839810324452, - "voter": "steemrollin" + "reputation": 244886998614, + "rshares": 204411087, + "voter": "irininich" }, { "percent": "10000", - "reputation": 0, - "rshares": 288140285, - "voter": "helen.tan" + "reputation": 321473400567, + "rshares": 343377860, + "voter": "panther" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24441942163, - "voter": "yefet" + "reputation": 2609275826131, + "rshares": 163996358, + "voter": "alina1" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 28854448699, - "voter": "noaommerrr" + "reputation": 304603834882, + "rshares": 379994386, + "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87984859622, - "voter": "acidsun" + "reputation": 26215514, + "rshares": 37890982856, + "voter": "brains" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14641271380, - "voter": "gregory-f" + "reputation": 0, + "rshares": 51979174, + "voter": "ailo" }, { "percent": "10000", - "reputation": 361002365029, - "rshares": 899953681, - "voter": "moh-rokib" + "reputation": 31479863, + "rshares": 51871529, + "voter": "bobbythegreat" }, { "percent": "10000", - "reputation": 2858514112, - "rshares": 569194929, - "voter": "frxdo" + "reputation": 2054624294432, + "rshares": 1645692763, + "voter": "anton333" }, { "percent": "10000", - "reputation": 861106979806, - "rshares": 15188287555, - "voter": "sandwich" + "reputation": 0, + "rshares": 5687503289, + "voter": "chick1" }, { "percent": "10000", - "reputation": 12712877967688, - "rshares": 69465142363, - "voter": "easteagle13" + "reputation": 1030128184, + "rshares": 627035209, + "voter": "kharn" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 13084173998, - "voter": "ervin-lemark" + "reputation": 5646699288797, + "rshares": 3108337837, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 1655372026731, - "rshares": 8205752746, - "voter": "cryptorune" + "reputation": 661603952344, + "rshares": 2539945399, + "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1095757367305, - "voter": "gavvet" + "reputation": 0, + "rshares": 51575887, + "voter": "aoki" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 550554628655, - "voter": "eeks" - }, - { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1455941155, - "voter": "spaninv" + "reputation": 0, + "rshares": 51505929, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 6578969489361, - "rshares": 243142994851, - "voter": "streemian" + "reputation": 0, + "rshares": 51519509, + "voter": "cwb" }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2098982781, - "voter": "gekko" + "reputation": 329560640, + "rshares": 70640480, + "voter": "kattz" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 340850035355, - "voter": "teamsteem" + "reputation": 0, + "rshares": 10914018407, + "voter": "ksc" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 10454795669, - "voter": "richman" + "reputation": 35511792131, + "rshares": 2610482432, + "voter": "robcichocki" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 692238676933, - "voter": "nanzo-scoop" + "reputation": 9113317076, + "rshares": 52153025, + "voter": "f1111111" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1770069648, - "voter": "maxim-ananko" + "reputation": 1713402087003, + "rshares": 26016198237, + "voter": "tarekadam" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 4130587389, - "voter": "jerome-colley" + "reputation": 570800415880, + "rshares": 1605912612, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 2099729, - "rshares": 2963058404, - "voter": "term8" + "reputation": 1502200909130, + "rshares": 95368153, + "voter": "ola1" }, { "percent": "10000", - "reputation": 3864679285504, - "rshares": 59225313172, - "voter": "avarice" + "reputation": 1305746304240, + "rshares": 1918615754, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 17751550846, - "voter": "acidyo" + "reputation": 6072650400812, + "rshares": 3084518501, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 49136918266, - "rshares": 14125062140, - "voter": "cian.dafe" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 60307472849, - "voter": "hannixx42" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 236015746649, - "voter": "mummyimperfect" + "reputation": 0, + "rshares": 315871766, + "voter": "robotev2" }, { "percent": "10000", - "reputation": 32983096229, - "rshares": 59552422917, - "voter": "tosch" + "reputation": 0, + "rshares": 5060580920, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 14968641922913, - "rshares": 54129776980, - "voter": "oaldamster" + "reputation": 22546106632, + "rshares": 52315645, + "voter": "lexikon082" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 841585778, - "voter": "coar" + "reputation": 3061556951554, + "rshares": 1665062997, + "voter": "puffin" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 79653434599, - "voter": "asch" + "reputation": 1318600521557, + "rshares": 51573174, + "voter": "kiwiscanfly" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1431790058, - "voter": "murh" + "percent": "10000", + "reputation": 774561357, + "rshares": 51185859, + "voter": "sageboba" }, { "percent": "10000", - "reputation": 46690451470, - "rshares": 934979539, - "voter": "slickwilly" + "reputation": 2490423685, + "rshares": 50072221, + "voter": "amirafendin" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 194672888142, - "voter": "dragonslayer109" + "reputation": 1150196390848, + "rshares": 51384749, + "voter": "anns" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 609678438412, - "voter": "cyber" + "reputation": 0, + "rshares": 50944810, + "voter": "noriron" }, { "percent": "10000", - "reputation": 4509451541223, - "rshares": 87836508281, - "voter": "theshell" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 64282801822, - "voter": "ak2020" + "reputation": 1533678042141, + "rshares": 464502884, + "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 249529717336, - "voter": "billbutler" + "reputation": 617955620301, + "rshares": 595454998, + "voter": "thebiggestidea" }, { "percent": "10000", - "reputation": 2130292884052, - "rshares": 201834253634, - "voter": "leon-fu" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 10075393133, - "voter": "johnerfx" + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3672898009903, - "voter": "satoshifund" + "reputation": 0, + "rshares": 50433760, + "voter": "morse" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 369773764236, - "voter": "hedge-x" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50741814879, - "voter": "juanmiguelsalas" + "reputation": 0, + "rshares": 50368455, + "voter": "ciudadano314" }, + { + "percent": "-10000", + "reputation": 68029907798, + "rshares": -65631189, + "voter": "vuyusile" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "I haven\u2019t done one of these in a log time\u2026 I have been avoiding posting steemit related stuff and using my account to let others experience the motivation that comes from trending and earning real dollars for their efforts.\n\nThere are those who are not necessarily convinced of the points @dantheman makes in this post.\nhttps://steemit.com/steemit/@dantheman/quick-update-regarding-user-retention\n\nThe graphs listed there give the view from the blockchain back end.\n\nThe graph below gives the view from the front end\u2026 It is based on the analytics available based purely on measuring actual user site traffic to the front end.\n\nBlue line represents visitors that visit and leave never to return.\n\nThe red line represents visitors that return more than once in quick succession\u2026 these are considered loyal users.\n-\nAs can be seen there a waves of interested users that don\u2019t find what they are looking for and immediately leave. Then there are the loyal users that peak and trough depending on the day of the week.\n\nThere are clear growth spurts followed by periods of consolidation but there is no real drop off.\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/all%20visitors_zpsn7iimecx.jpg\n\n\nThese are the stats for continental users:\nRED \u2013 Americas\nYELLOW \u2013 Europe\nGREEN \u2013 Asia\nGREY \u2013 Oceana\nBLUE \u2013 Africa\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/all%20continents_zpsedzg0jzq.jpg\n\n\nFor all the @dollarvigilante haters out there\u2026 the spike in loyal returning users from the US coincides with when he joined.\n\nUp till then the number of users from Europe were swapping places with the number of users from the Americas in a neck-and-neck race for first place. RED and Yellow lines", + "body_length": 1690, + "cashout_time": "2016-09-07T09:36:24", + "category": "steemit", + "children": 29, + "created": "2016-08-31T09:36:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"usage\",\"stats\",\"growth\",\"analytics\"],\"users\":[\"dantheman\",\"dollarvigilante\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/all%20visitors_zpsn7iimecx.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/all%20continents_zpsedzg0jzq.jpg\"],\"links\":[\"https://steemit.com/steemit/@dantheman/quick-update-regarding-user-retention\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T12:57:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 98395931649982, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "1088.159 HBD", + "percent_hbd": 10000, + "permlink": "the-state-of-steemit-com-growth", + "post_id": 1068714, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The State of Steemit.com growth", + "title": "The State of Steemit.com growth", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@gavvet/the-state-of-steemit-com-growth" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 3046358914696, - "rshares": 13346622708, - "voter": "samether" + "reputation": 12188250813227, + "rshares": 87987310609, + "voter": "acidsun" }, { "percent": "10000", "reputation": 5888717170887, - "rshares": 67261841349, + "rshares": 65872749466, "voter": "ratel" }, { "percent": "10000", - "reputation": 3525238421, - "rshares": 73476697771, - "voter": "a48" + "reputation": 937532987189, + "rshares": 680280626, + "voter": "rolik" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 190672805051, - "voter": "will-zewe" + "reputation": 43291626440, + "rshares": 259107314, + "voter": "losos" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 4565688656, - "voter": "dahaz159" + "reputation": 1648396897354, + "rshares": 11032935743, + "voter": "asim" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 274768587793, - "voter": "kaylinart" + "reputation": 82780404032, + "rshares": 744526625, + "voter": "thinkngrow" }, { "percent": "10000", - "reputation": 60725834714442, - "rshares": 500744344724, - "voter": "infovore" + "reputation": 3502382308233, + "rshares": 3422191867, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, - "rshares": 4794047234, - "voter": "raff-delfin" + "reputation": 9734558763221, + "rshares": 12568328982, + "voter": "phenom" }, { "percent": "10000", - "reputation": 1116909606233, - "rshares": 13352082756, - "voter": "facer" + "reputation": 40577537103, + "rshares": 120411473, + "voter": "xtar" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 74370626953, - "voter": "tim-johnston" + "reputation": 4226573244868, + "rshares": 26816019391, + "voter": "zaebars" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 21848731472, - "voter": "ossama-benjohn" + "reputation": 686738916191, + "rshares": 75888428, + "voter": "sergey44" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 1068373055, - "voter": "johnerminer" + "reputation": 17218558634066, + "rshares": 14737288708, + "voter": "smailer" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 2515704909, - "voter": "tee-em" + "reputation": 4063076365725, + "rshares": 2033540153, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 696041082748, - "rshares": 636647277, - "voter": "proglobyte" + "reputation": 1509612108450, + "rshares": 1546614375, + "voter": "jsantana" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 7270772093, - "voter": "grandpere" + "reputation": 4922272667302, + "rshares": 1528948746, + "voter": "nadin3" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6123789307, - "voter": "mark-waser" + "reputation": 1736702154666, + "rshares": 2427002800, + "voter": "xanoxt" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1458666959468, - "voter": "sean-king" + "reputation": 561774262537, + "rshares": 1136999590, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 103046735850, - "voter": "geoffrey" + "reputation": 2609275826131, + "rshares": 70170304, + "voter": "alina1" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 44078795633, - "voter": "honeythief" + "reputation": 1502200909130, + "rshares": 143043369, + "voter": "ola1" }, { "percent": "10000", - "reputation": 5571311902261, - "rshares": 4178663618, - "voter": "mammasitta" - }, + "reputation": 953344136574, + "rshares": 54939813, + "voter": "kreet" + } + ], + "author": "ratel", + "author_reputation": 5888717170887, + "beneficiaries": [], + "body": "
http://i.imgsafe.org/3f955e1746.jpg\nImage Source
\n> \"Smart Lens - a digital camera, designed for use in conjunction with a smartphone is a module without a screen, but containing photomatrixes and the lens (or supports interchangeable lenses) to your phone connection is via Wi-Fi. interface..\" (C) wikipedia\n\nSmart Lenses represent themselves self-contained modules, which have a zoom lens, matrix, processor, wireless module, batteries and control. In its essence it was a full camera, but without the possibility of sight, viewfinder. Yes, the cameras could use independently, producing shots blindly.\n\nPredecessor of Smart Lens can be considered a Japanese device \"Ricoh GXR\" in 2010.\n
http://i.imgsafe.org/3f96c1e438.jpg\nImage Source
\nIn this device the lens was combined with the matrix in a single plug-in modules which can be easily connected to the main control unit, in which are located main electronics, controls and LCD screen. \n
http://i.imgsafe.org/3f95a66240.jpg\nImage Source
\nIt turned out that in addition to selecting the optimal optics, this approach allows you to update the image sensor in the camera.\n\nBut progress does not stand still, and with the development of wireless technologies, have been taken to abandon the mechanical alignment device and lens, and use the wireless connection.\n\nMost smartphones are used wide-angle lenses, so bring some object or capture it without distortion, it is practically impossible. Digital zoom, of course, capable of little help in these situations, but the image quality will be very low.\nEven the simplest of \"cheap cameras\" offer 3-5-fold optical zoom, and more advanced - by 10-fold or more. Of course, the picture in the optical approximation by a zoom lens will be much better than digital in any smartphone. And the engineers decided to invent a compromise between a compact digital camera and smartphone.\n\n# 2013 Autumn\nIn 2013 Sony has released their first smart lenses: Sony QX10 and Sony QX100.\n\n### Junior model QX10 has the characteristics:\n
http://i.imgsafe.org/3f9522cfcf.jpg\nImage Source
\nAutonomy of the lens is supported by all necessary: the battery, memory card, power button, shutter button and zoom lever. So shoot on their own in the lens condition. That's just to see the result of it is impossible, and frame your subject will not work.\nAvailable tripod socket 1/4 \"in this case significantly expands the scope of the camera: at such a scale it can be used, for example, hidden animalistic shooting video or for static plans, while the operator can sit far enough away from the camera, see the area of capture and handling zoom.\n\nSensor Resolution: 18.2 Megapixel\nOptical Sensor Size: 1/2.3\"\nLight Sensitivity: ISO 100-6400\nOptical Zoom: 10 x\nLens Aperture: f/3.3-5.9\n\nSimply put, this Sony Cyber-Shot WX200 without display.\n
http://i.imgsafe.org/3f95e7e2ab.jpg\nImage Source
\n\n### Older model QX100 has the characteristics:\n
http://i.imgsafe.org/3f96c91e81.jpg\nImage Source
\nIn contrast to the younger model, this model have given a large array and high relative aperture.\n\nSensor Resolution: 20.2 Megapixel\nOptical Sensor Size: 1.0\"\nOptical Zoom: 3.6 x\nLens Aperture: f/1.8-4.9\n
http://i.imgsafe.org/3f9578f55b.jpg\nImage Source
\nIt is based on Sony RX100m II camera.\n\n# 2013 December\nAltek Cubic\n
http://i.imgsafe.org/3f96dbad67.jpg\nImage Source
\nThe Taiwanese company Altek introduced its own camera lens Cubic for smartphones and tablets on the Android OS. A characteristic feature of his was the design in the shape of a small cube, built-in Xenon flash for taking pictures in low-light conditions.\nCharacteristics:\n\nSensor Resolution: 13 MP\nOptical Sensor Size: 1 / 2.3 \"CMOS-sensor\nLens Aperture: f / 3.3 autofocus\nOptical Zoom: 3x\n\n# 2014 January\nThe company Sakar International has announced a device Vivitar ViviCam IU680.\n
http://i.imgsafe.org/3f9528a6ff.jpg\nImage Source
\nVivitar ViviCam IU680 feature is the ability to change the optical block. Featured sample, in particular, was equipped with a lens 10-30mm f / 3.0-5.6 with three-time optical zoom. That is, users can set the most suitable optics, depending on the situation. This will produce better pictures than is possible with a smartphone camera.\nAt the top of Vivitar ViviCam IU680 connector is provided for connecting any accessories - for example, a module with flash. Other technical of the new product, such as the type and resolution of the applied photosensor, unfortunately, are not specified.\n\n# 2014 Spring\nIn the spring of 2014, Kodak released its smart lenses Kodak PixPro Smart Lens.\nKodak Pixpro SL5, SL10 and SL25 Smart Lens.\n
http://i.imgsafe.org/3f96a6046e.jpg\nImage Source
\nThe model name is listed multiplicity of zoom: 5x, 10x and 25x.\nIn addition to the zoom and viewing angles, they are no different. Features identical:\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nLens Aperture: f/3.2 - 5.6\n\n# 2014 Autumn\nIn the autumn of 2014, Sony has decided to release an update line, improved the previous model QX. \n\n### The youngest Sony QX30 was a continuation of QX10 and has the characteristics:\n
https://i.sli.mg/03ui8u.jpg\nImage Source
\nQX30 creates a bright and clear images thanks to the lens with 30x optical zoom and image stabilization technology, which reduces blur. During shooting, you can use a smooth zoom in the range of focal lengths from 24 mm to 720 mm.\n\nSensor Resolution 20.4 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nLight Sensitivity: ISO 100-6400\nOptical Zoom: 30 x\nLens Aperture: f / 3.5-6.3\n\nIt is based on the camera SonyCyber-Shot DSC-HX50.\n
https://i.sli.mg/xXZgik.jpg\nImage Source
\n\n### The older version of Sony ILCE QX1 is no longer a simple cheap camera, this is a serious mirrorless camera:\n
https://i.sli.mg/QtvgJ7.jpg\nImage Source
\nIn contrast to the first experiment, when the sensor was firmly aligned with the lens, in fact, introducing a modified compact camera-soap-box, QX1 consists of two parts - that is, you can now change the lens. Model gives professional photographers the ability to use lenses with a proprietary bayonet E-mount - the same as in the mirrorless Sony NEX cameras.\n\nSensor Resolution: 20.4 Megapixel\nOptical Sensor Size: APS-C (23.2mm x 15.4mm)\nLight Sensitivity: ISO 100 - 16,000\nLens Mount Sony E\nAuto Focus Type: Contrast-detect AF: Multi Point (25 points)\nBuilt-in Flash\n\nThe basis is taken Sony Alpha A5000.\n
https://i.sli.mg/7N9Wex.jpg\nImage Source
\n\nIn this model added a new enhanced battery, and flash.\nActually, this model I purchased. This will be below.\n\n# 2014 December\nOppo O-Lens\n
http://i.imgsafe.org/3f952efdf2.jpg\nImage Source
\nBoth appearance and functionality of the device resembles the Sony QX10 and QX100. The lens is synchronized with the smartphone using the NFC, so the user can make high-quality pictures on your phone, or to experiment with unusual angles, which make smartphone is almost unreal. In principle, nothing new and unusual.\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nOptical Zoom: 10 x\nLens Aperture: f / 3.2-5.8\n\n# 2015\nIn 2015, Olympus manufactures smart lens Olympus Air A01.\n
http://i.imgsafe.org/3f95f56519.jpg\nImage Source
\nThe creators of the Olympus Air A01 is designed to work with this device, eight mobile applications, giving him the opportunity previously unknown conventional cameras\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 4/3 \"(17.3 x 13 mm)\nLight Sensitivity: ISO 200-12800\n\nHowever, instead of a WiFi network, this device uses the compound of the bluetooth! And also it has a manual mode! However, the size of the matrix, saddens.\n\n# So, its time to my review of Sony ILCE QX1\n
http://i.imgsafe.org/3f96056640.jpg
\nWhat I can tell you about it. This is quite a hefty smart lens.\n\nWhat I did not like, so it's a long connection with a smartphone, and as a whole is not very convenient to use. We need to get smart lens and smartphone, turn on smart lens, turn wifi on the smartphone and start the application, attach smart lens to the smartphone. All it takes 30-40 seconds. Yes, significantly facilitates the work of case-holster that hung around the neck. You can get it from the holster smart lens, fix it on the belt and worn around the neck.\nSome owners complain that the connection is often lost. For me this is not happening. However, trying to shoot at long exposure, and received disconnects. Communication broke off, but the picture is still obtained.\nIt should be said about the official application from Sony. Lean functionality. There are only two automatic mode, program mode, aperture and shutter priority. Manual mode is absent! And it's very, very bad! Still QX1 this mirrorless camera with a good matrix, and using the manual settings might be getting great shots! But, alas, the developers have deprived the device manual settings on the firmware level, and may simply flawed.\n\nWhat is the most unpleasant in smart lens? It is the poor quality of the image displayed on the viewfinder. Sometimes it is unclear what will be the final shot, because of the terrible quality display! So it's like a lottery.\n\nIdea is good, but poor soft-decision discourages use it.\nAnd so, in my opinion, the drawback is very expensive lenses. If, for example, the kit lens on a Nikon camera is not expensive, the kit lens from Sony is once every 2 or 3 more!\n\nHere are examples of my photos:\n
http://i.imgsafe.org/3f9679d171.jpg\nhttp://i.imgsafe.org/3f96885522.jpg\nhttp://i.imgsafe.org/3f9684c75f.jpg\nhttp://i.imgsafe.org/3f9670605d.jpg\nhttp://i.imgsafe.org/3f9653f2fe.jpg\nhttp://i.imgsafe.org/3f9645f3dc.jpg\nhttp://i.imgsafe.org/3f9634b5f4.jpg\n
\nShooted with Sony 16\u201350 \u043c\u043c F3.5\u20135.6 PZ OSS (SELP1650)\n\n# Why do we need these smart lenses?\nMost likely geeks and fans of mobile photography, beginners in photography, although this is debatable. They can be used as a covert capturing, in the case of Sony QX10, since it is the smallest device. I saw that Sony smart lenses used to copter.\n
http://i.imgsafe.org/3f96d209d7.jpg\nImage Source
\n
http://i.imgsafe.org/3f96b06717.png\nImage Source
\nSomeone is attached to the telescope.\n
http://i.imgsafe.org/3f958768ee.jpg\nImage Source
\nAnd you can just use selfie.\n
http://i.imgsafe.org/3f9628eb3e.jpg\nImage Source
\n\n# My conclusions:\nThe whole idea of \u200b\u200bthis stand-alone lens is interesting enough, but in practice, the result is almost useless. Already at the stage of comparing prices play many cheaper shoot cameras and mirrorless cameras with a better quality recording, and more opportunities.\n\nFrom compact cameras smart lenses received only zoom, and from smartphones - limited capacity.\n\nOf course, practically important in the smartphone camera settings, as in manual mode, there is simply no sense, and the choice of the values \u200b\u200bof the sensitivity of interest except for the tests. Perhaps, from this and repelled when writing software for the camera.\nFor ease of use the smart lenses also loses compact cameras. It turns out that you still have to carry a smartphone and smart lens that together they gave a simple compact camera.\nHowever, for the same money you can get and a good compact camera, which is twice as heavy and takes twice as much space, but will have a flash, 30x zoom and capture good quality. According to promptness and the speed of the camera too much loses compact cameras.\n\n#gadget #camera #photography #craigrant", + "body_length": 13293, + "cashout_time": "2016-09-06T16:48:30", + "category": "gadgets", + "children": 1, + "created": "2016-08-30T16:48:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gadgets\",\"camera\",\"photography\",\"gadget\",\"craigrant\"],\"image\":[\"http://i.imgsafe.org/3f955e1746.jpg\",\"http://i.imgsafe.org/3f96c1e438.jpg\",\"http://i.imgsafe.org/3f95a66240.jpg\",\"http://i.imgsafe.org/3f9522cfcf.jpg\",\"http://i.imgsafe.org/3f95e7e2ab.jpg\",\"http://i.imgsafe.org/3f96c91e81.jpg\",\"http://i.imgsafe.org/3f9578f55b.jpg\",\"http://i.imgsafe.org/3f96dbad67.jpg\",\"http://i.imgsafe.org/3f9528a6ff.jpg\",\"http://i.imgsafe.org/3f96a6046e.jpg\",\"https://i.sli.mg/03ui8u.jpg\",\"https://i.sli.mg/xXZgik.jpg\",\"https://i.sli.mg/QtvgJ7.jpg\",\"https://i.sli.mg/7N9Wex.jpg\",\"http://i.imgsafe.org/3f952efdf2.jpg\",\"http://i.imgsafe.org/3f95f56519.jpg\",\"http://i.imgsafe.org/3f96056640.jpg\",\"http://i.imgsafe.org/3f9679d171.jpg\",\"http://i.imgsafe.org/3f96d209d7.jpg\",\"http://i.imgsafe.org/3f96b06717.png\",\"http://i.imgsafe.org/3f958768ee.jpg\",\"http://i.imgsafe.org/3f9628eb3e.jpg\"],\"links\":[\"https://tvvj.wordpress.com/2015/06/19/dxo-one-could-this-be-a-game-changer-for-mojo-well-have-to-wait-and-see/\",\"http://dic.academic.ru/dic.nsf/ruwiki/1428373\",\"http://www.novate.ru/blogs/210314/25797/\",\"http://btest.ru/goods_catalog/fototehnika/fotokamera/kompaktnyj_fotoapparat_sony_cyber-shot_dsc-wx200/\",\"http://www.sony.ru/electronics/cyber-shot-compact-cameras/dsc-qx100\",\"https://www.bhphotovideo.com/c/product/1159879-REG/sony_dsc_rx100_mark_4_digital.html\",\"http://www.altek.com.tw/en/cubic/\",\"http://www.wht.by/news/digitalcam/30145/\",\"http://kodakpixpro.com/Americas/cameras/smartlens/sl10.php\",\"http://www.whatdigitalcamera.com/reviews/compact-cameras/sony-qx30-review\",\"https://market.yandex.ru/product--sony-cyber-shot-dsc-hx50/10398874\",\"http://digitalcamera-hq.com/products/sony-qx1\",\"http://www.trustedreviews.com/sony-alpha-a5000-review\",\"http://wap.yesky.com/mobile/405/56419405.shtml?tt_from=yidian\",\"http://www.getolympus.com/us/en/air-a01.html\",\"http://www.phantompilots.com/threads/idea-aerial-photography-pilot-lifestyle.30546/\",\"https://digiborg.wordpress.com/page/29/?guid=ON\",\"http://www.computerbild.de/artikel/avf-News-Digitalkameras-IFA-2014-Sony-SmartShot-QX1-mit-Wechselobjektiv-10863102.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T16:48:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 233258298382, + "parent_author": "", + "parent_permlink": "gadgets", + "pending_payout_value": "0.101 HBD", + "percent_hbd": 10000, + "permlink": "what-is-smart-lens", + "post_id": 1058252, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "What is Smart Lens?", + "title": "What is Smart Lens?", + "total_payout_value": "0.000 HBD", + "url": "/gadgets/@ratel/what-is-smart-lens" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 1557874437556, - "rshares": 3573549488, - "voter": "the.bot" + "reputation": 70486967561347, + "rshares": 41726638843490, + "voter": "blocktrades" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8701510436, - "voter": "johnbradshaw" + "reputation": 0, + "rshares": 4762021666671, + "voter": "bitcoin2016" }, { "percent": "10000", - "reputation": 177578566464, - "rshares": 339138973, - "voter": "chetlanin" + "reputation": 4107373187010, + "rshares": 1670057976865, + "voter": "hr1" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3518527253, - "voter": "michaellamden68" + "reputation": 1214229078, + "rshares": 3098535788, + "voter": "boy" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 9339192660, - "voter": "cannav" + "reputation": 4712949449, + "rshares": 3761590792, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3112246147, - "voter": "orly" + "reputation": 1789951494550, + "rshares": 697211724, + "voter": "bunny" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15792061626, - "voter": "konstantin" + "reputation": 16020265940, + "rshares": 168332240844, + "voter": "fminer05" }, { "percent": "10000", - "reputation": 17484609383217, - "rshares": 114783702320, - "voter": "robrigo" + "reputation": 103443134841, + "rshares": 53898814457, + "voter": "bue" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 32544390735, - "voter": "hitmeasap" + "reputation": 0, + "rshares": 1660577015, + "voter": "mini" }, { "percent": "10000", - "reputation": 6196402667353, - "rshares": 10363856033, - "voter": "jako" + "reputation": 0, + "rshares": 213642056, + "voter": "moon" }, { "percent": "10000", - "reputation": 14661458923663, - "rshares": 233411684145, - "voter": "fabio" + "reputation": 0, + "rshares": 381835046480, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2870213575, - "voter": "stranger27" + "reputation": 9028537022578, + "rshares": 2461184782115, + "voter": "recursive" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 135754361005, - "voter": "jackkang" + "reputation": 585246886482, + "rshares": 79078877023, + "voter": "vip" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 573310386499, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 622624403, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 1380128900631, - "rshares": 257883942, - "voter": "romel" + "reputation": 0, + "rshares": 967032634, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1625153964, - "voter": "sergei" - }, - { - "percent": "3600", - "reputation": 4667991454724, - "rshares": 241524773120, - "voter": "slowwalker" + "reputation": 8963739580468, + "rshares": 136790853435, + "voter": "team" }, { "percent": "10000", - "reputation": 3181753819665, - "rshares": 9649173331, - "voter": "jay4u" + "reputation": 0, + "rshares": 288114012, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 255936097265, - "rshares": 10585897357, - "voter": "seanmchughart" + "reputation": 2165622245848, + "rshares": 24429413824, + "voter": "yefet" }, { "percent": "10000", - "reputation": 12755003778, - "rshares": 321194492, - "voter": "onthewayout" + "reputation": 1118904717803, + "rshares": 96180078235, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3613515820, - "voter": "owdy" + "reputation": 3444102146490, + "rshares": 14415601524, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 8577172826419, - "rshares": 115898990974, - "voter": "crypt0" + "reputation": 4733188979515, + "rshares": 14434439480, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 81102912, - "rshares": 227038042, - "voter": "mirspirs" + "reputation": 21498120740, + "rshares": 9980666507, + "voter": "gregory60" }, { "percent": "10000", - "reputation": 960610083080, - "rshares": 1235888514, - "voter": "nobreku" + "reputation": 120712992, + "rshares": 3367297755, + "voter": "radium" }, { "percent": "10000", - "reputation": 736644764370, - "rshares": 1316879214650, - "voter": "renohq" + "reputation": 204869765185479, + "rshares": 1086023536813, + "voter": "gavvet" }, { - "percent": "10000", - "reputation": 3320684282022, - "rshares": 153638492205, - "voter": "knircky" + "percent": "0", + "reputation": 4602759566516, + "rshares": 470488154, + "voter": "joelinux" }, { "percent": "10000", - "reputation": 2069855377344, - "rshares": 10667868662, - "voter": "spiz0r" + "reputation": 12382143533351, + "rshares": 580038046449, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 54870619364044, - "rshares": 134410829714, - "voter": "jacor" + "percent": "5000", + "reputation": 4931834878069, + "rshares": 13089318682, + "voter": "fkn" }, { - "percent": "10000", - "reputation": 982686864185, - "rshares": 5410339065, - "voter": "secom" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1454819749, + "voter": "spaninv" }, { - "percent": "10000", - "reputation": 1440357780524, - "rshares": 1008932549, - "voter": "dicov" + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16549934614, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, - "rshares": 919965160, - "voter": "steem1653" + "reputation": 15854806148148, + "rshares": 10813802804, + "voter": "richman" }, { "percent": "10000", - "reputation": 26654160223111, - "rshares": 23054717680, - "voter": "halo" + "reputation": 58571016273092, + "rshares": 674366966994, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 210282477056, - "rshares": 292348230, - "voter": "johanniellano" + "reputation": 865237448731, + "rshares": 1770069648, + "voter": "maxim-ananko" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4300797215, - "voter": "gikitiki" + "reputation": 503318537891, + "rshares": 4129851081, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 2849632294, - "voter": "steemit-life" + "reputation": 21903005256174, + "rshares": 231067372975, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11037078167, - "voter": "asim" + "reputation": 11952915931943, + "rshares": 105824577331, + "voter": "amartinezque" }, { "percent": "10000", - "reputation": 475226720101, - "rshares": 33632847618, - "voter": "toxonaut" + "reputation": 161089556767, + "rshares": 76757523529, + "voter": "asch" }, { - "percent": "10000", - "reputation": 1563271634183, - "rshares": 83318660729, - "voter": "paco" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1788152919, + "voter": "murh" }, { "percent": "10000", - "reputation": 2200070551939, - "rshares": 10516375731, - "voter": "fogspam" + "reputation": 2444317330502, + "rshares": 7452144426, + "voter": "radioactivities" }, { "percent": "10000", - "reputation": 934667, - "rshares": 113769464935, - "voter": "speda" + "reputation": 34874025761373, + "rshares": 314820907369, + "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4405366012, - "voter": "karen13" + "reputation": 64573188744746, + "rshares": 196120846579, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 15148982302, - "voter": "dwinblood" + "reputation": 3037854988445, + "rshares": 62526679579, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 23944383643, - "voter": "igster" + "reputation": -2683858617900, + "rshares": 11355235164, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 2852532944, - "rshares": 236830702, - "voter": "hankrearden" + "reputation": 71931696380, + "rshares": 3671210003573, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 14328255887, - "voter": "jaycobbell" + "reputation": 79561484422, + "rshares": 326022135, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 1990143462, - "voter": "dmacshady" + "reputation": 3804349938696, + "rshares": 54119719712, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 920506256332, - "rshares": 2468438194, - "voter": "fireriseace" + "reputation": 7255473848113, + "rshares": 71610085231, + "voter": "herzmeister" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 367760346, - "voter": "karenmckersie" + "reputation": 1960155455032, + "rshares": 3964902730, + "voter": "usefree" }, { - "percent": "-10000", - "reputation": 116541357, - "rshares": -391334114, - "voter": "mrshade" + "percent": "10000", + "reputation": 486415577627, + "rshares": 5720945893, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 2087820513398, - "rshares": 125802603481, - "voter": "gbert" + "reputation": 5886979119053, + "rshares": 110500898396, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2613676047, - "voter": "screasey" + "reputation": 274656026130, + "rshares": 44049758596, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 30694001824, - "rshares": 1425372533, - "voter": "vorsseli" + "reputation": 2457655120479, + "rshares": 4760720429, + "voter": "ben99" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 349944185, - "voter": "luisucv34" + "reputation": 7949210311767, + "rshares": 31050501388, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 49561052903, - "voter": "streetstyle" + "reputation": 2758500001611, + "rshares": 5250573998, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 44037328378, - "voter": "milestone" + "reputation": 1019011681813, + "rshares": 6732618302, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 1500654518354, - "rshares": 44883850570, - "voter": "yongyoon" + "reputation": 1557874437556, + "rshares": 1952502395, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 20250678413, - "voter": "creemej" + "reputation": 2445708956667, + "rshares": 8700689768, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 2974404080988, - "rshares": 118284866711, - "voter": "demotruk" + "reputation": 10980042082204, + "rshares": 15493096370, + "voter": "skapaneas" }, { "percent": "10000", - "reputation": 1234131079581, - "rshares": 4373524020, - "voter": "r-niki09" + "reputation": 1691376287481, + "rshares": 5945878550, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 2200664097, - "voter": "dimon14" + "reputation": 4276659410889, + "rshares": 3589163703, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3422295233, - "voter": "maximkichev" + "reputation": 336763673779, + "rshares": 183015145595, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12974410735, - "voter": "nippel66" + "reputation": 160174254209, + "rshares": 48542520862, + "voter": "booja" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3035504986, - "voter": "imp3" + "reputation": 1160886081198, + "rshares": 5631403074, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 38470852012, - "voter": "mynameisbrian" + "reputation": 19449097565894, + "rshares": 60991737838, + "voter": "lehard" }, { "percent": "10000", - "reputation": 1558637285991, - "rshares": 2424094754, - "voter": "sgnsteems" + "reputation": 65540661343, + "rshares": 3178283146, + "voter": "orly" }, { "percent": "10000", - "reputation": 2452090874303, - "rshares": 2943687387, - "voter": "febird" + "reputation": 2876863753786, + "rshares": 4614780233, + "voter": "steamit" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 252356537659, - "voter": "calaber24p" + "reputation": 7091975331308, + "rshares": 15735692718, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477776250, - "voter": "davidr" + "reputation": 19462531467501, + "rshares": 31934935619, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3486501308, - "voter": "simon.braki.love" + "reputation": 1035952800698, + "rshares": 5945069361, + "voter": "vote" }, { "percent": "10000", - "reputation": 224144957883, - "rshares": 14309800212, - "voter": "all-of-us" + "reputation": 305047794164, + "rshares": 130339137347, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 2017416249960, - "rshares": 8118140588, - "voter": "kristylynn" + "reputation": 91753292, + "rshares": 9266236638, + "voter": "manoami" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7024182360, - "voter": "geronimo" + "reputation": 2237331858240, + "rshares": 6262688209, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 7606703029, - "voter": "rpf" + "reputation": 1059790037173, + "rshares": 626398878696, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6659145103, - "voter": "cryptobro" + "reputation": -2499740471746, + "rshares": 38100241978, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3145769695, - "voter": "azurejasper" + "reputation": 45485816669, + "rshares": 227948163, + "voter": "adamgud" }, { "percent": "10000", - "reputation": 1878917499597, - "rshares": 5564707475, - "voter": "sharker" + "reputation": 52317559376, + "rshares": 8524915809, + "voter": "killswitch" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 36113463774, - "voter": "sauravrungta" + "reputation": 4667991454724, + "rshares": 643392501556, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8132714012, - "voter": "neroru" + "reputation": 12755003778, + "rshares": 314847420, + "voter": "onthewayout" }, { "percent": "10000", - "reputation": 3111005608257, - "rshares": 3136389671, - "voter": "bobdownlov" + "reputation": 3149488018622, + "rshares": 3682825794, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 14988694886527, - "rshares": 214401379437, - "voter": "jl777" + "percent": "5000", + "reputation": 9142611234, + "rshares": 347046057, + "voter": "ch0c0latechip" + }, + { + "percent": "5000", + "reputation": 3871042, + "rshares": 318168061, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 400546190, - "voter": "meteor78" + "reputation": 2770303185670, + "rshares": 1367799077, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2817711629, - "voter": "lostnuggett" + "reputation": 4336087201971, + "rshares": 24126651002, + "voter": "strangerarray" }, { "percent": "10000", - "reputation": 0, - "rshares": 1683287959, - "voter": "yarly" + "reputation": 54870619364044, + "rshares": 130896912272, + "voter": "jacor" }, { "percent": "10000", - "reputation": 0, - "rshares": 255303484, - "voter": "yarly2" + "reputation": 1440357780524, + "rshares": 836608869, + "voter": "dicov" }, { "percent": "10000", - "reputation": 0, - "rshares": 255686119, - "voter": "yarly3" + "reputation": 210282477056, + "rshares": 298314520, + "voter": "johanniellano" }, { "percent": "10000", - "reputation": 0, - "rshares": 147914638, - "voter": "yarly4" + "reputation": 6030999377480, + "rshares": 5458587523, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 0, - "rshares": 148750003, - "voter": "yarly5" + "reputation": 2821855573125, + "rshares": 3239637326, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, - "rshares": 84813726, - "voter": "yarly7" + "reputation": 1648396897354, + "rshares": 11263275691, + "voter": "asim" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 8935821626, - "voter": "crypto.owl" + "reputation": 7952828943, + "rshares": 4558439244, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 212108890668, - "voter": "johnsmith" + "reputation": 2377467033356, + "rshares": 16371132598, + "voter": "bdavid" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1111315127, - "voter": "sompitonov" + "reputation": 1563271634183, + "rshares": 91932168740, + "voter": "paco" }, { "percent": "10000", - "reputation": 2615896270, - "rshares": 5062050934, - "voter": "sacode" + "reputation": 2397831198773, + "rshares": 4622578789, + "voter": "karen13" }, { "percent": "10000", - "reputation": 69628175386, - "rshares": 424402232, - "voter": "quigua" + "reputation": 5827115301697, + "rshares": 7946338331, + "voter": "deviedev" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 13886641529, - "voter": "lemooljiang" + "reputation": 114569371319, + "rshares": 217877382, + "voter": "aqris" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20113164016, - "voter": "krabgat" + "reputation": 3879998019826, + "rshares": 4216096138, + "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 114499038747, - "rshares": 418144058, - "voter": "kooshikoo" + "reputation": 688176613733, + "rshares": 432475178, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 28445884, - "rshares": 222096286, - "voter": "shadyonline" + "reputation": 1058072223123, + "rshares": 524317006, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18451876007, - "voter": "proto" + "reputation": 6338322241150, + "rshares": 48475271104, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 618552476, - "voter": "curator" + "reputation": 97417747806297, + "rshares": 260118287487, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 321902226, - "rshares": 225919607, - "voter": "culoemono" + "reputation": 658204768651, + "rshares": 45105410855, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 408950035, - "voter": "yarly10" + "reputation": 594833631949, + "rshares": 6333603020, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 0, - "rshares": 219368610, - "voter": "yarly11" + "reputation": 1537463763, + "rshares": 22837950440, + "voter": "creemej" }, { "percent": "10000", - "reputation": 0, - "rshares": 76805770, - "voter": "yarly12" + "reputation": 2090799841362, + "rshares": 2315293665, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 5711413280, - "rshares": 6202464463, - "voter": "stef" + "reputation": 3502382308233, + "rshares": 3878349993, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 34621138568, - "voter": "celebr1ty" + "reputation": 3033861094190, + "rshares": 13248573174, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 1519616775, - "voter": "remlaps" + "reputation": 34120390016, + "rshares": 2975000247, + "voter": "imp3" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 173713555, - "voter": "kibela" + "reputation": 2764978194297, + "rshares": 4410811110, + "voter": "konti" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14436527714, - "voter": "smailer" + "reputation": 49770527, + "rshares": 3477776250, + "voter": "davidr" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 125670168, - "voter": "steemster1" + "reputation": 974488972206, + "rshares": 3415131653, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 861558297, - "voter": "mar1978co" + "reputation": 24143253116, + "rshares": 123371166, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 134736123867, - "rshares": 18091443833, - "voter": "lsc9999" + "reputation": 46246767220, + "rshares": 6952368935, + "voter": "rpf" }, { "percent": "10000", - "reputation": 1804907957838, - "rshares": 2406933564, - "voter": "belkins" + "reputation": 0, + "rshares": 116795595, + "voter": "jack-f" }, { "percent": "10000", - "reputation": 106575300404, - "rshares": 4062999490, - "voter": "glitterpig" + "reputation": 2147203047336, + "rshares": 13761168642, + "voter": "exitmass" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 4933785537, - "voter": "jed78" + "reputation": 802342551, + "rshares": 114431656, + "voter": "annie-kim" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 946172389, - "voter": "metaflute" + "reputation": 477578742546, + "rshares": 8128951596, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 3281533780, - "voter": "litrbooh" + "reputation": 1830353392409, + "rshares": 3143480642, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9224812248, - "voter": "taker" + "reputation": 4489986, + "rshares": 83866427, + "voter": "steemwitherika" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 762211704, - "voter": "pakisnxt" + "reputation": 61224832002, + "rshares": 145088625, + "voter": "ellamaeamor" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 5695841143, - "voter": "nekromarinist" + "reputation": 20001506960251, + "rshares": 222224371722, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1890865534, - "voter": "sykochica" + "reputation": 6899515531, + "rshares": 60593188, + "voter": "summerrain" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 52489886, - "voter": "sharon" + "reputation": 6467956247739, + "rshares": 24424698218, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 37475910231, - "voter": "allasyummyfood" + "reputation": 0, + "rshares": 109464341, + "voter": "jessestone" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 2261574480, - "voter": "french.fyde" + "reputation": 11482318062844, + "rshares": 39941045336, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1456043127, - "voter": "merej99" + "reputation": 1633600290379, + "rshares": 13322107726, + "voter": "shredlord" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 53473560, - "voter": "lillianjones" + "reputation": 223174354, + "rshares": 113840904, + "voter": "jennyspeer" }, { "percent": "10000", - "reputation": 5986362203385, - "rshares": 10290826659, - "voter": "lasvegasgirl" + "reputation": 3415496053078, + "rshares": 3513802513, + "voter": "dmitriybtc" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 24826752417, - "voter": "rawnetics" + "reputation": 897000392259, + "rshares": 1557421709, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 15978976015, - "voter": "gmurph" + "reputation": 160134373956, + "rshares": 7970043693, + "voter": "neroru" }, { "percent": "10000", - "reputation": 181872789178, - "rshares": 743853318434, - "voter": "thisvsthis" + "reputation": 14988694886527, + "rshares": 214244991088, + "voter": "jl777" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9623397049, - "voter": "viktor.phuket" + "reputation": 0, + "rshares": 74110091, + "voter": "tylerstevens" }, { - "percent": "10000", - "reputation": 950539828786, - "rshares": 2467634230, - "voter": "kalimor" + "percent": "8000", + "reputation": 10519849768972, + "rshares": 16291009449, + "voter": "positive" }, { "percent": "10000", "reputation": 0, - "rshares": 3565536210, - "voter": "ullikume" + "rshares": 1719094024, + "voter": "yarly" }, { "percent": "10000", - "reputation": 2462877364101, - "rshares": 823550089, - "voter": "labradorsem" + "reputation": 0, + "rshares": 260838105, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 558857723, - "voter": "romancs" + "reputation": 0, + "rshares": 261229058, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 48226835735, - "voter": "terrycraft" + "reputation": 0, + "rshares": 151130174, + "voter": "yarly4" }, { - "percent": "1500", - "reputation": 134345349682, - "rshares": 1127861801, - "voter": "slimjim" + "percent": "10000", + "reputation": 0, + "rshares": 151983699, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 13117390134, - "voter": "jphamer1" + "reputation": 0, + "rshares": 86657502, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 96497266184, - "voter": "joele" + "reputation": 855588904517, + "rshares": 227214618, + "voter": "arnob" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 60024015, - "voter": "nickche" + "reputation": 19524897676, + "rshares": 9800632395, + "voter": "alsprinting" }, { "percent": "10000", - "reputation": 84243674408, - "rshares": 110699909, - "voter": "erikkartmen" + "reputation": 327313183062, + "rshares": 1088572166, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": 311638758804, - "rshares": 299688720, - "voter": "rusteller" + "reputation": 662320934570, + "rshares": 393008516, + "voter": "ladypenelope1" }, { "percent": "10000", - "reputation": 1769025564652, - "rshares": 440707345, - "voter": "boddhisattva" + "reputation": 425858328404, + "rshares": 1543192620, + "voter": "anonblog" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 61988730, - "voter": "zionuziriel" + "reputation": 1849155799051, + "rshares": 9729348611, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 13032104555879, + "rshares": 11215336528, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 52099594, - "voter": "ciao" + "reputation": 58190631451, + "rshares": 18439057848, + "voter": "proto" }, { "percent": "10000", - "reputation": 485540, - "rshares": 51753317, - "voter": "steemo" + "reputation": 1203192685557, + "rshares": 1793399910, + "voter": "fleetinuance" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 269597278, - "voter": "naifaz" + "reputation": 153480676290, + "rshares": 593479574, + "voter": "curator" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 1822368234, - "voter": "scaredycatguide" + "reputation": 0, + "rshares": 417763036, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 18933639975, - "voter": "hanshotfirst" + "reputation": 0, + "rshares": 224122038, + "voter": "yarly11" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 10552456597779, + "rshares": 2245256363, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588756056, - "voter": "erikclark13" + "reputation": 0, + "rshares": 78475461, + "voter": "yarly12" }, { "percent": "10000", - "reputation": -9068872902, - "rshares": 61293441, - "voter": "chrismarketing" + "reputation": 16914207527051, + "rshares": 35347111274, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 73061236, - "voter": "evgenyche" + "reputation": 1712093376924, + "rshares": 6538139882, + "voter": "alphabeta" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 136260156259, + "rshares": 177187826, + "voter": "kibela" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 28579615756, - "voter": "mrosenquist" + "reputation": -1193908062262, + "rshares": 129066659, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1718414440, - "voter": "bledarus" + "reputation": 138974533507, + "rshares": 879267346, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 59810686, - "voter": "elenirossidou" + "reputation": 19410587962, + "rshares": 1954656294, + "voter": "andreynoch" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 85909265852, - "voter": "miacats" + "reputation": 8806485920347, + "rshares": 27499486740, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 15841196427096, - "rshares": 29985095390, - "voter": "bitcalm" + "reputation": 49283901870, + "rshares": 997021982, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 490170833577, - "rshares": 170625312, - "voter": "njall" + "reputation": 1977162029930, + "rshares": 2524272018, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 2977416112, - "rshares": 63022949, - "voter": "gabrielrcooper" + "reputation": 1275505236, + "rshares": 9679272914, + "voter": "taker" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 52400873, - "voter": "jarvis" + "reputation": 10137266406870, + "rshares": 5339939652, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 4116067655741, + "rshares": 2192081685, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 9717276853, - "voter": "kyriacos" + "reputation": -833837861150, + "rshares": 52489886, + "voter": "sharon" }, { "percent": "10000", - "reputation": 4088300066909, - "rshares": 20522944664, - "voter": "runaway-psyche" + "reputation": 11856501387697, + "rshares": 39959988520, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 67427595157518, - "rshares": 631989262819, - "voter": "dollarvigilante" + "reputation": 4232493695535, + "rshares": 2168046787, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 11683040603469, - "rshares": 58615882556, - "voter": "anotherjoe" + "reputation": 4835227647717, + "rshares": 1482034008, + "voter": "merej99" }, { "percent": "10000", - "reputation": 158672055554, - "rshares": 50094162, - "voter": "pollina" + "reputation": -1130081321479, + "rshares": 53473560, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4202934079, - "voter": "almerri" + "reputation": 130522396758, + "rshares": 53119215012, + "voter": "sextusempiricus" }, { "percent": "10000", - "reputation": 2594661721428, - "rshares": 4478406516, - "voter": "themanualbot" + "reputation": 233858903908, + "rshares": 251116672, + "voter": "ashgimm" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2460226113, - "voter": "madoff" + "reputation": 3798205773365, + "rshares": 2705642284, + "voter": "noelletwine" }, { "percent": "10000", - "reputation": 0, - "rshares": 51863356, - "voter": "johnbyrd" + "reputation": 3194641726781, + "rshares": 22412871544, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, - "rshares": 51860909, - "voter": "thomasaustin" + "reputation": 18027204457681, + "rshares": 35161827593, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "reputation": 4321340596238, + "rshares": 2454746594, + "voter": "asdes" }, { "percent": "10000", - "reputation": 0, - "rshares": 51856300, - "voter": "ficholl" + "reputation": 1751717743, + "rshares": 13231389256, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, - "rshares": 51852278, - "voter": "widell" + "reputation": 512132085322, + "rshares": 9622132681, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 88006558959, - "voter": "icfiedler" + "reputation": 31031494498, + "rshares": 1292384760, + "voter": "littleboo" }, { "percent": "10000", - "reputation": 5385371031617, - "rshares": 4417599808, - "voter": "mada" + "reputation": 2269581106933, + "rshares": 69863261, + "voter": "stormblaze" }, { "percent": "10000", - "reputation": 0, - "rshares": 51481279, - "voter": "revelbrooks" + "reputation": 2806306672700, + "rshares": 2799810692, + "voter": "denn" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 1813599233, - "voter": "levycore" + "reputation": 950539828786, + "rshares": 2467584018, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 18475476323, - "voter": "yef99" + "reputation": 0, + "rshares": 3733416223, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375942824, - "voter": "mig641" + "reputation": 2462877364101, + "rshares": 708253077, + "voter": "labradorsem" }, { "percent": "10000", - "reputation": 128799717225, - "rshares": 51095992, - "voter": "kamil5" + "reputation": 478167094774, + "rshares": 683033866, + "voter": "romancs" }, { "percent": "10000", - "reputation": 0, - "rshares": 58264514, - "voter": "cheslav" + "reputation": 66769295082002, + "rshares": 40573330866, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 24276337891, - "rshares": 489268995, - "voter": "tradz" + "reputation": 475920141542, + "rshares": 235619763, + "voter": "riosparada" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 21910365001, - "voter": "andrewawerdna" + "reputation": 790526925913, + "rshares": 1317518862, + "voter": "dolov" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 75274936, - "voter": "joelbow" + "reputation": 117644956479, + "rshares": 12623628722, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": -300111851, - "rshares": 399837706, - "voter": "kylemccartney" + "reputation": 11122126920308, + "rshares": 3610527887, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 11509617763, - "voter": "hilarski" + "reputation": 6380056335097, + "rshares": 12930699265, + "voter": "randyclemens" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4468789938, - "voter": "onetree" + "reputation": 73944659327428, + "rshares": 113536448101, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 9969442529, - "rshares": 9946706980, - "voter": "stephenfrost" + "reputation": -349458835282, + "rshares": 75592090, + "voter": "dims" }, { "percent": "10000", - "reputation": 508004290970, - "rshares": 369008392, - "voter": "ukblogger" + "reputation": 1851205309677, + "rshares": 3757954925, + "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1884988879, - "voter": "shadowspub" + "reputation": 7767180487460, + "rshares": 9530472371, + "voter": "gargon" }, { "percent": "10000", - "reputation": 970572315676, - "rshares": 1048622877, - "voter": "fiat19" + "reputation": 740133117502, + "rshares": 2116236505, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 0, - "rshares": 51562255, - "voter": "curpose" + "reputation": 58766754772, + "rshares": 72095978, + "voter": "sizil" }, { "percent": "10000", - "reputation": 291915319, - "rshares": 55750195, - "voter": "riv" + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8629055362, - "voter": "etcmike" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 709202486, - "voter": "runridefly" + "reputation": -451593763871, + "rshares": 3235416753, + "voter": "blow" }, { "percent": "10000", - "reputation": 352754803744, - "rshares": 60894561, - "voter": "gregorypravda" + "reputation": 15018520093808, + "rshares": 18499482072, + "voter": "eneismijmich" }, { "percent": "10000", - "reputation": 1759028197, - "rshares": 57818188, - "voter": "nwoinfowarrior" + "reputation": 170925323, + "rshares": 50535818, + "voter": "dmns" }, { "percent": "10000", - "reputation": 4459137288511, - "rshares": 1604647373, - "voter": "penguinpablo" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 250066271138, - "rshares": 77974207, - "voter": "uziriel" + "reputation": 110840095927, + "rshares": 94401757, + "voter": "steem-engine" }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 14193476029, - "voter": "mikehere" + "reputation": 4542627765008, + "rshares": 21081631324, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 1192599590489, - "rshares": 1150475918, - "voter": "nathanbrown" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 702944498, - "voter": "gear66" + "reputation": 1620633258672, + "rshares": 5714419112, + "voter": "lordvader" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 28335136369, + "rshares": 1588588731, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 22248407040, - "voter": "luminousvisions" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1746161814, - "voter": "davidjkelley" + "reputation": 37279727062, + "rshares": 1554619391, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 89481141, - "rshares": 2523906858, - "voter": "bbsj" + "reputation": 396514667430, + "rshares": 174017038, + "voter": "florentina" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 4073421150, - "voter": "davidbrogan" + "reputation": 2118792724924, + "rshares": 88016624869, + "voter": "miacats" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 490170833577, + "rshares": 167279718, + "voter": "njall" }, { "percent": "10000", - "reputation": 0, - "rshares": 51388276, - "voter": "hitherise" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2540813793, - "voter": "victoriart" + "reputation": 263238840, + "rshares": 59272567, + "voter": "assa" }, { "percent": "10000", "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 90062656329, - "rshares": 83855530, - "voter": "steemerpat" + "reputation": 1648377040631, + "rshares": 3022722089, + "voter": "lorddominik007" }, { "percent": "10000", - "reputation": 205523551305, - "rshares": 11661335801, - "voter": "ghasemkiani" + "reputation": 4637390447698, + "rshares": 1103370391, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 38030165315, - "voter": "sponge-bob" + "reputation": 13325577893779, + "rshares": 9988111886, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 50094345, - "voter": "kosmatimuc" + "reputation": -30464467585, + "rshares": 74393636, + "voter": "pompe72" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 16167491362, - "voter": "digital-wisdom" + "reputation": 10723244574, + "rshares": 4285704566, + "voter": "almerri" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 57184430, - "voter": "mnviking" + "reputation": 2051850885932, + "rshares": 1086706085, + "voter": "mindfreak" }, { "percent": "10000", "reputation": 0, - "rshares": 56733469, - "voter": "ahenk" + "rshares": 290489475, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 4447885148, - "rshares": 52374497, - "voter": "osame066" + "reputation": 24073624840, + "rshares": 2309434225, + "voter": "madoff" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 1722146446, - "voter": "matthewtiii" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 4835399333, - "rshares": 1774939202, - "voter": "thelocal" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5967468377, - "voter": "jwaser" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 51814474, - "voter": "thadm" + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 51481279, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 3824365353, - "rshares": 54687753, - "voter": "randal" + "reputation": 3103554028241, + "rshares": 735056715, + "voter": "levycore" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 620052972, - "voter": "kev7000" + "reputation": 2140537429766, + "rshares": 18846482170, + "voter": "yef99" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 53942218, - "voter": "zettar" + "reputation": 401217888, + "rshares": 375926454, + "voter": "mig641" }, { "percent": "10000", - "reputation": 229065282410, - "rshares": 1036698247, - "voter": "richhersey" + "reputation": 1297778556911, + "rshares": 1541621246, + "voter": "cehuneke" }, { "percent": "10000", - "reputation": 0, - "rshares": 1647994899, - "voter": "smisi" + "reputation": 1130219064888, + "rshares": 17412021956, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 155772328134, - "voter": "asksisk" + "reputation": 11490547563070, + "rshares": 14100077577, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 262391495, - "voter": "maarnio" + "reputation": 5941821821586, + "rshares": 4296017852, + "voter": "onetree" }, { "percent": "10000", - "reputation": 0, - "rshares": 51154263, - "voter": "bane" + "reputation": 1876749044289, + "rshares": 1808675047, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 8420918209808, + "rshares": 25053375383, + "voter": "daut44" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" - }, - { - "percent": "10000", - "reputation": 3533625673, - "rshares": 23190070230, - "voter": "dubi" + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2813109762, - "voter": "bwaser" + "reputation": 1063317981552, + "rshares": 8626250597, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 5042698002, - "voter": "renzoarg" + "reputation": 2516108074649, + "rshares": 707606732, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 7258302306624, + "rshares": 14146616001, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 204411087, - "voter": "irininich" + "reputation": 682893592, + "rshares": 688869570, + "voter": "gear66" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343377860, - "voter": "panther" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 163996358, - "voter": "alina1" + "reputation": 20797221470, + "rshares": 1619563049, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 304603834882, - "rshares": 379994386, - "voter": "ct-gurus" + "reputation": 651373865756, + "rshares": 112132390, + "voter": "team101" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37890982856, - "voter": "brains" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 51979174, - "voter": "ailo" - }, - { - "percent": "10000", - "reputation": 31479863, - "rshares": 51871529, - "voter": "bobbythegreat" + "rshares": 51388276, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 2054624294432, - "rshares": 1645692763, - "voter": "anton333" + "reputation": 3547713333727, + "rshares": 2490878936, + "voter": "victoriart" }, { "percent": "10000", "reputation": 0, - "rshares": 5687503289, - "voter": "chick1" - }, - { - "percent": "10000", - "reputation": 1030128184, - "rshares": 627035209, - "voter": "kharn" + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 3108337837, - "voter": "gringalicious" + "reputation": 837791549130, + "rshares": 37996909707, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 661603952344, - "rshares": 2539945399, - "voter": "steempowerwhale" + "reputation": 232802458264, + "rshares": 13289719339, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 0, - "rshares": 51575887, - "voter": "aoki" + "reputation": 18088143027, + "rshares": 53683342, + "voter": "mnviking" }, { "percent": "10000", "reputation": 0, - "rshares": 51505929, - "voter": "typingagent" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 0, - "rshares": 51519509, - "voter": "cwb" + "reputation": 785171622834, + "rshares": 5590609836, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 329560640, - "rshares": 70640480, - "voter": "kattz" + "reputation": 1955050298650, + "rshares": 70511940, + "voter": "masonmiler" }, { "percent": "10000", "reputation": 0, - "rshares": 10914018407, - "voter": "ksc" + "rshares": 51814474, + "voter": "thadm" }, { "percent": "10000", - "reputation": 35511792131, - "rshares": 2610482432, - "voter": "robcichocki" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 9113317076, - "rshares": 52153025, - "voter": "f1111111" + "reputation": 6710104374161, + "rshares": 4402293109, + "voter": "lukeofkondor" }, { "percent": "10000", - "reputation": 1713402087003, - "rshares": 26016198237, - "voter": "tarekadam" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1605912612, - "voter": "ellepdub" + "reputation": 5949422263, + "rshares": 185199514478, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 95368153, - "voter": "ola1" + "reputation": 0, + "rshares": 51154263, + "voter": "bane" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1918615754, - "voter": "ekaterinka" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 3084518501, - "voter": "herpetologyguy" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 3533625673, + "rshares": 23707375600, + "voter": "dubi" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 1810829967, + "rshares": 2635927314, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 0, - "rshares": 315871766, - "voter": "robotev2" + "reputation": 6227584776320, + "rshares": 4404619601, + "voter": "renzoarg" }, { "percent": "10000", "reputation": 0, - "rshares": 5060580920, - "voter": "morgan.waser" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 22546106632, - "rshares": 52315645, - "voter": "lexikon082" + "reputation": 244886998614, + "rshares": 199765380, + "voter": "irininich" }, { "percent": "10000", - "reputation": 3061556951554, - "rshares": 1665062997, - "voter": "puffin" + "reputation": 321473400567, + "rshares": 350178439, + "voter": "panther" }, { "percent": "10000", - "reputation": 1318600521557, - "rshares": 51573174, - "voter": "kiwiscanfly" + "reputation": 2609275826131, + "rshares": 91725775, + "voter": "alina1" }, { "percent": "10000", - "reputation": 774561357, - "rshares": 51185859, - "voter": "sageboba" + "reputation": 35035670618, + "rshares": 53484846, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 2490423685, - "rshares": 50072221, - "voter": "amirafendin" + "reputation": -119859903423, + "rshares": 68605534, + "voter": "and030380" }, { "percent": "10000", - "reputation": 1150196390848, - "rshares": 51384749, - "voter": "anns" + "reputation": 26215514, + "rshares": 37859153934, + "voter": "brains" }, { "percent": "10000", - "reputation": 0, - "rshares": 50944810, - "voter": "noriron" + "reputation": 1000151128321, + "rshares": 74968074, + "voter": "littlescribe" }, { "percent": "10000", "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "rshares": 51979174, + "voter": "ailo" }, { "percent": "10000", - "reputation": 1533678042141, - "rshares": 464502884, - "voter": "greenwayoflife" + "reputation": 26143085517, + "rshares": 54791055, + "voter": "jeza" }, { "percent": "10000", - "reputation": 617955620301, - "rshares": 595454998, - "voter": "thebiggestidea" + "reputation": 0, + "rshares": 5953558744, + "voter": "chick1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 5646699288797, + "rshares": 2978551571, + "voter": "gringalicious" }, { "percent": "10000", "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "rshares": 50460250, + "voter": "aoki" }, { "percent": "10000", "reputation": 0, - "rshares": 50433760, - "voter": "morse" + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", "reputation": 0, - "rshares": 50372583, - "voter": "carre" + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 0, - "rshares": 50368455, - "voter": "ciudadano314" + "reputation": 679010673667, + "rshares": 52710031, + "voter": "nelyp" }, { - "percent": "-10000", - "reputation": 68029907798, - "rshares": -65631189, - "voter": "vuyusile" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "I haven\u2019t done one of these in a log time\u2026 I have been avoiding posting steemit related stuff and using my account to let others experience the motivation that comes from trending and earning real dollars for their efforts.\n\nThere are those who are not necessarily convinced of the points @dantheman makes in this post.\nhttps://steemit.com/steemit/@dantheman/quick-update-regarding-user-retention\n\nThe graphs listed there give the view from the blockchain back end.\n\nThe graph below gives the view from the front end\u2026 It is based on the analytics available based purely on measuring actual user site traffic to the front end.\n\nBlue line represents visitors that visit and leave never to return.\n\nThe red line represents visitors that return more than once in quick succession\u2026 these are considered loyal users.\n-\nAs can be seen there a waves of interested users that don\u2019t find what they are looking for and immediately leave. Then there are the loyal users that peak and trough depending on the day of the week.\n\nThere are clear growth spurts followed by periods of consolidation but there is no real drop off.\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/all%20visitors_zpsn7iimecx.jpg\n\n\nThese are the stats for continental users:\nRED \u2013 Americas\nYELLOW \u2013 Europe\nGREEN \u2013 Asia\nGREY \u2013 Oceana\nBLUE \u2013 Africa\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/all%20continents_zpsedzg0jzq.jpg\n\n\nFor all the @dollarvigilante haters out there\u2026 the spike in loyal returning users from the US coincides with when he joined.\n\nUp till then the number of users from Europe were swapping places with the number of users from the Americas in a neck-and-neck race for first place. RED and Yellow lines", - "body_length": 1690, - "cashout_time": "2016-09-07T09:36:24", - "category": "steemit", - "children": 29, - "created": "2016-08-31T09:36:24", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit\",\"usage\",\"stats\",\"growth\",\"analytics\"],\"users\":[\"dantheman\",\"dollarvigilante\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/all%20visitors_zpsn7iimecx.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/all%20continents_zpsedzg0jzq.jpg\"],\"links\":[\"https://steemit.com/steemit/@dantheman/quick-update-regarding-user-retention\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T12:57:21", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 98395931649982, - "parent_author": "", - "parent_permlink": "steemit", - "pending_payout_value": "1088.159 HBD", - "percent_hbd": 10000, - "permlink": "the-state-of-steemit-com-growth", - "post_id": 1068714, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "The State of Steemit.com growth", - "title": "The State of Steemit.com growth", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@gavvet/the-state-of-steemit-com-growth" - }, - { - "active_votes": [ + "percent": "10000", + "reputation": 1996672246136, + "rshares": 1098383476, + "voter": "anomaly" + }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 87987310609, - "voter": "acidsun" + "reputation": 570800415880, + "rshares": 1488187431, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65872749466, - "voter": "ratel" + "reputation": 1502200909130, + "rshares": 206618200, + "voter": "ola1" }, { "percent": "10000", - "reputation": 937532987189, - "rshares": 680280626, - "voter": "rolik" + "reputation": 1305746304240, + "rshares": 1967797933, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 43291626440, - "rshares": 259107314, - "voter": "losos" + "reputation": 6072650400812, + "rshares": 2934812174, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11032935743, - "voter": "asim" + "reputation": 26593737739, + "rshares": 52910815, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 82780404032, - "rshares": 744526625, - "voter": "thinkngrow" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3422191867, - "voter": "maximkichev" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 9734558763221, - "rshares": 12568328982, - "voter": "phenom" + "reputation": 85335936192, + "rshares": 59708583, + "voter": "drac59" }, { "percent": "10000", - "reputation": 40577537103, - "rshares": 120411473, - "voter": "xtar" + "reputation": 972344082, + "rshares": 51597326, + "voter": "nathan.chinn" }, { "percent": "10000", - "reputation": 4226573244868, - "rshares": 26816019391, - "voter": "zaebars" + "reputation": 659608632671, + "rshares": 1039012946, + "voter": "jang" }, { "percent": "10000", - "reputation": 686738916191, - "rshares": 75888428, - "voter": "sergey44" + "reputation": 0, + "rshares": 4724929830, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 17218558634066, - "rshares": 14737288708, - "voter": "smailer" + "reputation": 4320548513832, + "rshares": 137287465, + "voter": "ekaterina4ka" }, { "percent": "10000", - "reputation": 4063076365725, - "rshares": 2033540153, - "voter": "bullionstackers" + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" }, { "percent": "10000", - "reputation": 1509612108450, - "rshares": 1546614375, - "voter": "jsantana" + "reputation": 1013164758868, + "rshares": 90073513, + "voter": "borishaifa" }, { "percent": "10000", - "reputation": 4922272667302, - "rshares": 1528948746, - "voter": "nadin3" + "reputation": 161389518041, + "rshares": 51959332, + "voter": "flowergirl" }, { "percent": "10000", - "reputation": 1736702154666, - "rshares": 2427002800, - "voter": "xanoxt" + "reputation": 698999168496, + "rshares": 50073174, + "voter": "goaldigger" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1136999590, - "voter": "maryfromsochi" + "reputation": 234362047, + "rshares": 50020884, + "voter": "coriana" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 70170304, - "voter": "alina1" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 143043369, - "voter": "ola1" + "reputation": 6508583499, + "rshares": 51837532, + "voter": "gaborondix" }, { "percent": "10000", - "reputation": 953344136574, - "rshares": 54939813, - "voter": "kreet" + "reputation": 0, + "rshares": 50372583, + "voter": "carre" } ], - "author": "ratel", - "author_reputation": 5888717170887, + "author": "gavvet", + "author_reputation": 204869765185479, "beneficiaries": [], - "body": "
http://i.imgsafe.org/3f955e1746.jpg\nImage Source
\n> \"Smart Lens - a digital camera, designed for use in conjunction with a smartphone is a module without a screen, but containing photomatrixes and the lens (or supports interchangeable lenses) to your phone connection is via Wi-Fi. interface..\" (C) wikipedia\n\nSmart Lenses represent themselves self-contained modules, which have a zoom lens, matrix, processor, wireless module, batteries and control. In its essence it was a full camera, but without the possibility of sight, viewfinder. Yes, the cameras could use independently, producing shots blindly.\n\nPredecessor of Smart Lens can be considered a Japanese device \"Ricoh GXR\" in 2010.\n
http://i.imgsafe.org/3f96c1e438.jpg\nImage Source
\nIn this device the lens was combined with the matrix in a single plug-in modules which can be easily connected to the main control unit, in which are located main electronics, controls and LCD screen. \n
http://i.imgsafe.org/3f95a66240.jpg\nImage Source
\nIt turned out that in addition to selecting the optimal optics, this approach allows you to update the image sensor in the camera.\n\nBut progress does not stand still, and with the development of wireless technologies, have been taken to abandon the mechanical alignment device and lens, and use the wireless connection.\n\nMost smartphones are used wide-angle lenses, so bring some object or capture it without distortion, it is practically impossible. Digital zoom, of course, capable of little help in these situations, but the image quality will be very low.\nEven the simplest of \"cheap cameras\" offer 3-5-fold optical zoom, and more advanced - by 10-fold or more. Of course, the picture in the optical approximation by a zoom lens will be much better than digital in any smartphone. And the engineers decided to invent a compromise between a compact digital camera and smartphone.\n\n# 2013 Autumn\nIn 2013 Sony has released their first smart lenses: Sony QX10 and Sony QX100.\n\n### Junior model QX10 has the characteristics:\n
http://i.imgsafe.org/3f9522cfcf.jpg\nImage Source
\nAutonomy of the lens is supported by all necessary: the battery, memory card, power button, shutter button and zoom lever. So shoot on their own in the lens condition. That's just to see the result of it is impossible, and frame your subject will not work.\nAvailable tripod socket 1/4 \"in this case significantly expands the scope of the camera: at such a scale it can be used, for example, hidden animalistic shooting video or for static plans, while the operator can sit far enough away from the camera, see the area of capture and handling zoom.\n\nSensor Resolution: 18.2 Megapixel\nOptical Sensor Size: 1/2.3\"\nLight Sensitivity: ISO 100-6400\nOptical Zoom: 10 x\nLens Aperture: f/3.3-5.9\n\nSimply put, this Sony Cyber-Shot WX200 without display.\n
http://i.imgsafe.org/3f95e7e2ab.jpg\nImage Source
\n\n### Older model QX100 has the characteristics:\n
http://i.imgsafe.org/3f96c91e81.jpg\nImage Source
\nIn contrast to the younger model, this model have given a large array and high relative aperture.\n\nSensor Resolution: 20.2 Megapixel\nOptical Sensor Size: 1.0\"\nOptical Zoom: 3.6 x\nLens Aperture: f/1.8-4.9\n
http://i.imgsafe.org/3f9578f55b.jpg\nImage Source
\nIt is based on Sony RX100m II camera.\n\n# 2013 December\nAltek Cubic\n
http://i.imgsafe.org/3f96dbad67.jpg\nImage Source
\nThe Taiwanese company Altek introduced its own camera lens Cubic for smartphones and tablets on the Android OS. A characteristic feature of his was the design in the shape of a small cube, built-in Xenon flash for taking pictures in low-light conditions.\nCharacteristics:\n\nSensor Resolution: 13 MP\nOptical Sensor Size: 1 / 2.3 \"CMOS-sensor\nLens Aperture: f / 3.3 autofocus\nOptical Zoom: 3x\n\n# 2014 January\nThe company Sakar International has announced a device Vivitar ViviCam IU680.\n
http://i.imgsafe.org/3f9528a6ff.jpg\nImage Source
\nVivitar ViviCam IU680 feature is the ability to change the optical block. Featured sample, in particular, was equipped with a lens 10-30mm f / 3.0-5.6 with three-time optical zoom. That is, users can set the most suitable optics, depending on the situation. This will produce better pictures than is possible with a smartphone camera.\nAt the top of Vivitar ViviCam IU680 connector is provided for connecting any accessories - for example, a module with flash. Other technical of the new product, such as the type and resolution of the applied photosensor, unfortunately, are not specified.\n\n# 2014 Spring\nIn the spring of 2014, Kodak released its smart lenses Kodak PixPro Smart Lens.\nKodak Pixpro SL5, SL10 and SL25 Smart Lens.\n
http://i.imgsafe.org/3f96a6046e.jpg\nImage Source
\nThe model name is listed multiplicity of zoom: 5x, 10x and 25x.\nIn addition to the zoom and viewing angles, they are no different. Features identical:\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nLens Aperture: f/3.2 - 5.6\n\n# 2014 Autumn\nIn the autumn of 2014, Sony has decided to release an update line, improved the previous model QX. \n\n### The youngest Sony QX30 was a continuation of QX10 and has the characteristics:\n
https://i.sli.mg/03ui8u.jpg\nImage Source
\nQX30 creates a bright and clear images thanks to the lens with 30x optical zoom and image stabilization technology, which reduces blur. During shooting, you can use a smooth zoom in the range of focal lengths from 24 mm to 720 mm.\n\nSensor Resolution 20.4 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nLight Sensitivity: ISO 100-6400\nOptical Zoom: 30 x\nLens Aperture: f / 3.5-6.3\n\nIt is based on the camera SonyCyber-Shot DSC-HX50.\n
https://i.sli.mg/xXZgik.jpg\nImage Source
\n\n### The older version of Sony ILCE QX1 is no longer a simple cheap camera, this is a serious mirrorless camera:\n
https://i.sli.mg/QtvgJ7.jpg\nImage Source
\nIn contrast to the first experiment, when the sensor was firmly aligned with the lens, in fact, introducing a modified compact camera-soap-box, QX1 consists of two parts - that is, you can now change the lens. Model gives professional photographers the ability to use lenses with a proprietary bayonet E-mount - the same as in the mirrorless Sony NEX cameras.\n\nSensor Resolution: 20.4 Megapixel\nOptical Sensor Size: APS-C (23.2mm x 15.4mm)\nLight Sensitivity: ISO 100 - 16,000\nLens Mount Sony E\nAuto Focus Type: Contrast-detect AF: Multi Point (25 points)\nBuilt-in Flash\n\nThe basis is taken Sony Alpha A5000.\n
https://i.sli.mg/7N9Wex.jpg\nImage Source
\n\nIn this model added a new enhanced battery, and flash.\nActually, this model I purchased. This will be below.\n\n# 2014 December\nOppo O-Lens\n
http://i.imgsafe.org/3f952efdf2.jpg\nImage Source
\nBoth appearance and functionality of the device resembles the Sony QX10 and QX100. The lens is synchronized with the smartphone using the NFC, so the user can make high-quality pictures on your phone, or to experiment with unusual angles, which make smartphone is almost unreal. In principle, nothing new and unusual.\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 1 / 2.3 \"\nOptical Zoom: 10 x\nLens Aperture: f / 3.2-5.8\n\n# 2015\nIn 2015, Olympus manufactures smart lens Olympus Air A01.\n
http://i.imgsafe.org/3f95f56519.jpg\nImage Source
\nThe creators of the Olympus Air A01 is designed to work with this device, eight mobile applications, giving him the opportunity previously unknown conventional cameras\n\nSensor Resolution: 16 Megapixel\nOptical Sensor Size: 4/3 \"(17.3 x 13 mm)\nLight Sensitivity: ISO 200-12800\n\nHowever, instead of a WiFi network, this device uses the compound of the bluetooth! And also it has a manual mode! However, the size of the matrix, saddens.\n\n# So, its time to my review of Sony ILCE QX1\n
http://i.imgsafe.org/3f96056640.jpg
\nWhat I can tell you about it. This is quite a hefty smart lens.\n\nWhat I did not like, so it's a long connection with a smartphone, and as a whole is not very convenient to use. We need to get smart lens and smartphone, turn on smart lens, turn wifi on the smartphone and start the application, attach smart lens to the smartphone. All it takes 30-40 seconds. Yes, significantly facilitates the work of case-holster that hung around the neck. You can get it from the holster smart lens, fix it on the belt and worn around the neck.\nSome owners complain that the connection is often lost. For me this is not happening. However, trying to shoot at long exposure, and received disconnects. Communication broke off, but the picture is still obtained.\nIt should be said about the official application from Sony. Lean functionality. There are only two automatic mode, program mode, aperture and shutter priority. Manual mode is absent! And it's very, very bad! Still QX1 this mirrorless camera with a good matrix, and using the manual settings might be getting great shots! But, alas, the developers have deprived the device manual settings on the firmware level, and may simply flawed.\n\nWhat is the most unpleasant in smart lens? It is the poor quality of the image displayed on the viewfinder. Sometimes it is unclear what will be the final shot, because of the terrible quality display! So it's like a lottery.\n\nIdea is good, but poor soft-decision discourages use it.\nAnd so, in my opinion, the drawback is very expensive lenses. If, for example, the kit lens on a Nikon camera is not expensive, the kit lens from Sony is once every 2 or 3 more!\n\nHere are examples of my photos:\n
http://i.imgsafe.org/3f9679d171.jpg\nhttp://i.imgsafe.org/3f96885522.jpg\nhttp://i.imgsafe.org/3f9684c75f.jpg\nhttp://i.imgsafe.org/3f9670605d.jpg\nhttp://i.imgsafe.org/3f9653f2fe.jpg\nhttp://i.imgsafe.org/3f9645f3dc.jpg\nhttp://i.imgsafe.org/3f9634b5f4.jpg\n
\nShooted with Sony 16\u201350 \u043c\u043c F3.5\u20135.6 PZ OSS (SELP1650)\n\n# Why do we need these smart lenses?\nMost likely geeks and fans of mobile photography, beginners in photography, although this is debatable. They can be used as a covert capturing, in the case of Sony QX10, since it is the smallest device. I saw that Sony smart lenses used to copter.\n
http://i.imgsafe.org/3f96d209d7.jpg\nImage Source
\n
http://i.imgsafe.org/3f96b06717.png\nImage Source
\nSomeone is attached to the telescope.\n
http://i.imgsafe.org/3f958768ee.jpg\nImage Source
\nAnd you can just use selfie.\n
http://i.imgsafe.org/3f9628eb3e.jpg\nImage Source
\n\n# My conclusions:\nThe whole idea of \u200b\u200bthis stand-alone lens is interesting enough, but in practice, the result is almost useless. Already at the stage of comparing prices play many cheaper shoot cameras and mirrorless cameras with a better quality recording, and more opportunities.\n\nFrom compact cameras smart lenses received only zoom, and from smartphones - limited capacity.\n\nOf course, practically important in the smartphone camera settings, as in manual mode, there is simply no sense, and the choice of the values \u200b\u200bof the sensitivity of interest except for the tests. Perhaps, from this and repelled when writing software for the camera.\nFor ease of use the smart lenses also loses compact cameras. It turns out that you still have to carry a smartphone and smart lens that together they gave a simple compact camera.\nHowever, for the same money you can get and a good compact camera, which is twice as heavy and takes twice as much space, but will have a flash, 30x zoom and capture good quality. According to promptness and the speed of the camera too much loses compact cameras.\n\n#gadget #camera #photography #craigrant", - "body_length": 13293, - "cashout_time": "2016-09-06T16:48:30", - "category": "gadgets", - "children": 1, - "created": "2016-08-30T16:48:30", + "body": "For the first eight years of my daughter's life, my friends and I would constantly joke about the fact that MJ couldn't stand me. \n-\n
http://cf.broadsheet.ie/wp-content/uploads/2013/05/Vader-and-Daughter-07.jpg

\n\nWhen she was a baby, she didn't want to be held by me. When she was a toddler, she didn't walk to me. When she entered kindergarten, she didn't want to tell me about her day. She didn't even want to sit by me on the couch to watch \"My Little Pony\" (which is actually a pretty clever show filled with pop culture references). \n\nWhy would I want to joke about something so horrible and sad? \n-\nIt's because I left out the rest of the story. You see, it's really not that she couldn't stand me, she just LOVES her mom far more than me. She loves my wife more than anything in this world.. or any other world for that matter. I can't blame her. Moms and dads are a team that hopefully compliment each other. To kids, moms are the physical embodiment of love. Dads are the guys who watch them when mom finally gets to have a night of drinking wine and watching the movie \"Bad Moms\" with her friends.\n\n
http://redtricom.files.wordpress.com/2013/02/who-needs-vacation.jpg?w=413&h=288

\n\nObviously I'm exaggerating... but hopefully you get the point that I know my daughter loves me. \n-\nShe just loves her mom significantly more. Please don't worry about me though. I also know that parenting is a marathon. I'm anticipating the roles reversing for a brief period of time between the ages of fourteen and twenty. So I have that going for me... which is nice.\n\nLast week, I posted a story about my son Timmy's Tee-Ball incident ... and his subsequent artistic rendering of the event. After posting it, my daughter asked, \"Are you going to do one with a picture I drew?\" I assured her that I would (especially since she was actually talking to me... I didn't want to blow what might be my only chance).\n\nOne picture immediately came to mind. Two years ago, MJ was given an assignment to draw a picture of what she would bring with her to a desert island. Here is what she drew:\n\n
http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-08-28%20at%201.04.21%20PM_zpssd6cqxej.png

\n\nOk let's take a closer look at what my seven year old daughter thought was most important in her life. \n-\nOn the far right, she drew her mom of course. She's really pretty isn't she? It's not every day you find a woman whose waist is as small as her eye! MJ then drew herself standing as close to her mom as possible. Both of them are smiling. Next, she included her dresser full of clothes. Which is actually pretty smart. You want to be clean and look fresh for your rescue. To the left of the dresser is my son Timmy. He appears to have no mouth. Perhaps my daughter was hoping he'd be quiet and leave her alone... I'm pretty sure not even a lack of a mouth would stop him. It is important to note that during the time period in which MJ drew this, she routinely referred to my son as \"The meaniest, meany, who ever lived\". We found it beautiful that she included him despite his \"meaniness\". Now that is love! Next, she sketched a picture of her favorite stuffed animal at the time: Olaf from the movie Frozen. This too made sense. We all know he loves beaches. Furthermore, he could provide entertainment and snow cones... if you are willing to overlook where he got them. Finally she drew her bed with a nice soft fluffy pillow. Again, she showed how smart she is. It's important to be comfortable and to get a good night's sleep. But wait. Was there something missing? Was there more on the back? Nope. \n\n
http://media.tumblr.com/a14d67ce348778495c71199cdee501b1/tumblr_inline_movkbtu1bF1qz4rgp.gif

\n\nI happened to be home the day she drew this. After my wife picked her up and they returned home, all three of us sat at the kitchen table. \"Look what I drew Mommy!\", MJ exclaimed. Hmmmm I was sitting right there! She could have at least thrown in a curtesy \"and Daddy\"... but alas I was meant to suffer. I suppose it's my lot in life. After my wife looked at it and appropriately praised our daughter, I asked to see it. I immediately wanted to burst out laughing but I was already on thin ice with my daughter. I didn't want to add \"he laughs at my drawings\" to my list of offenses. I composed myself and kindly asked her about the picture. \"Ooo what's this? Who is that? It's very smart to bring a bed so you can be comfortable.\", I said. Things were going well. She was talking to me. I had laid the groundwork for the big question. \"Where am I?\", I asked. She quickly responded, \"I didn't have time to draw you.\" To be honest, I was actually just relieved that she didn't say, \"Of look at the bottom left in the sand. That is your skull. We ate and buried you.\" (As it turns out, the thing in the sand is a shell... not my skull.) \n\nI nodded my head and replied, \"Ok. It's a beautiful drawing. Should we hang it on the refrigerator?\" She responded. \"I want to hang it up with Mommy.\" Curses! Of course she did. \n\n
http://4.bp.blogspot.com/-n1svkHqFnqY/UIcLi_KqmvI/AAAAAAAAECw/kzyH_obtKbo/s1600/mommy.jpg

\n\nAs the two of them carefully hung up this masterpiece, I chuckled to myself. I couldn't wait to take a picture and show my friends. She had time to draw her mean brother, a stuffed Olaf, a bed, and a freaking *dresser*... but no time for dad. Oh yeah, she also drew a shell. \n\nI love my daughter and I know she loves me. This picture never made me doubt that for a second. What it does do is make me laugh every time I look at it. This drawing also serves as a reminder of one very important thing to remember about being a parent:\n\n### Do not expect to be thanked\n\n
https://cdn.meme.am/instances/61956669.jpg

\n\nBeing a dad is my job. In fact, it is my most important responsibility. I'm *expected* to do it well. In life, you don't get thanked for meeting your expectations. Do you go to work and get thanked every day for showing up and doing what is expected? Nope. I don't expect to get thanks for doing my job as a dad. My reward will come if my kids end up leading fulfilling and happy lives. \n\n
https://pbs.twimg.com/media/CFHoLN4VIAAZopg.jpg
\n
*This photo may not be of my daughter and I... but it sums up how I feel.*
\n\nBy the way, I did tell my daughter how to respond if anyone asked, \"Where's your dad?\" She should simply say, \"He's off getting a boat to save all of us.\"\n\n
https://s-media-cache-ak0.pinimg.com/236x/8e/19/db/8e19dbd571a46cd53cae2f8ffafff0e6.jpg

\n\n
[image credit marine image](http://www.eleganceandenchantment.com/daddy-daughter-marine-corps-dance/)
[image credit marine image](https://www.facebook.com/buildingabetterdad)
", + "body_length": 6900, + "cashout_time": "2016-09-06T10:37:39", + "category": "family", + "children": 36, + "created": "2016-08-30T10:37:39", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"gadgets\",\"camera\",\"photography\",\"gadget\",\"craigrant\"],\"image\":[\"http://i.imgsafe.org/3f955e1746.jpg\",\"http://i.imgsafe.org/3f96c1e438.jpg\",\"http://i.imgsafe.org/3f95a66240.jpg\",\"http://i.imgsafe.org/3f9522cfcf.jpg\",\"http://i.imgsafe.org/3f95e7e2ab.jpg\",\"http://i.imgsafe.org/3f96c91e81.jpg\",\"http://i.imgsafe.org/3f9578f55b.jpg\",\"http://i.imgsafe.org/3f96dbad67.jpg\",\"http://i.imgsafe.org/3f9528a6ff.jpg\",\"http://i.imgsafe.org/3f96a6046e.jpg\",\"https://i.sli.mg/03ui8u.jpg\",\"https://i.sli.mg/xXZgik.jpg\",\"https://i.sli.mg/QtvgJ7.jpg\",\"https://i.sli.mg/7N9Wex.jpg\",\"http://i.imgsafe.org/3f952efdf2.jpg\",\"http://i.imgsafe.org/3f95f56519.jpg\",\"http://i.imgsafe.org/3f96056640.jpg\",\"http://i.imgsafe.org/3f9679d171.jpg\",\"http://i.imgsafe.org/3f96d209d7.jpg\",\"http://i.imgsafe.org/3f96b06717.png\",\"http://i.imgsafe.org/3f958768ee.jpg\",\"http://i.imgsafe.org/3f9628eb3e.jpg\"],\"links\":[\"https://tvvj.wordpress.com/2015/06/19/dxo-one-could-this-be-a-game-changer-for-mojo-well-have-to-wait-and-see/\",\"http://dic.academic.ru/dic.nsf/ruwiki/1428373\",\"http://www.novate.ru/blogs/210314/25797/\",\"http://btest.ru/goods_catalog/fototehnika/fotokamera/kompaktnyj_fotoapparat_sony_cyber-shot_dsc-wx200/\",\"http://www.sony.ru/electronics/cyber-shot-compact-cameras/dsc-qx100\",\"https://www.bhphotovideo.com/c/product/1159879-REG/sony_dsc_rx100_mark_4_digital.html\",\"http://www.altek.com.tw/en/cubic/\",\"http://www.wht.by/news/digitalcam/30145/\",\"http://kodakpixpro.com/Americas/cameras/smartlens/sl10.php\",\"http://www.whatdigitalcamera.com/reviews/compact-cameras/sony-qx30-review\",\"https://market.yandex.ru/product--sony-cyber-shot-dsc-hx50/10398874\",\"http://digitalcamera-hq.com/products/sony-qx1\",\"http://www.trustedreviews.com/sony-alpha-a5000-review\",\"http://wap.yesky.com/mobile/405/56419405.shtml?tt_from=yidian\",\"http://www.getolympus.com/us/en/air-a01.html\",\"http://www.phantompilots.com/threads/idea-aerial-photography-pilot-lifestyle.30546/\",\"https://digiborg.wordpress.com/page/29/?guid=ON\",\"http://www.computerbild.de/artikel/avf-News-Digitalkameras-IFA-2014-Sony-SmartShot-QX1-mit-Wechselobjektiv-10863102.html\"]}", + "json_metadata": "{\"tags\":[\"family\",\"parenting\",\"humor\",\"funny\",\"writing\"],\"image\":[\"http://cf.broadsheet.ie/wp-content/uploads/2013/05/Vader-and-Daughter-07.jpg\",\"http://redtricom.files.wordpress.com/2013/02/who-needs-vacation.jpg?w=413&h=288\",\"http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-08-28%20at%201.04.21%20PM_zpssd6cqxej.png\",\"http://media.tumblr.com/a14d67ce348778495c71199cdee501b1/tumblr_inline_movkbtu1bF1qz4rgp.gif\",\"http://4.bp.blogspot.com/-n1svkHqFnqY/UIcLi_KqmvI/AAAAAAAAECw/kzyH_obtKbo/s1600/mommy.jpg\",\"https://cdn.meme.am/instances/61956669.jpg\",\"https://pbs.twimg.com/media/CFHoLN4VIAAZopg.jpg\",\"https://s-media-cache-ak0.pinimg.com/236x/8e/19/db/8e19dbd571a46cd53cae2f8ffafff0e6.jpg\"],\"links\":[\"http://www.eleganceandenchantment.com/daddy-daughter-marine-corps-dance/\",\"https://www.facebook.com/buildingabetterdad\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T16:48:30", + "last_update": "2016-08-30T10:37:39", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 233258298382, + "net_rshares": 63347888670635, "parent_author": "", - "parent_permlink": "gadgets", - "pending_payout_value": "0.101 HBD", + "parent_permlink": "family", + "pending_payout_value": "477.549 HBD", "percent_hbd": 10000, - "permlink": "what-is-smart-lens", - "post_id": 1058252, - "promoted": "1.000 HBD", + "permlink": "maybe-my-daughter-just-doesn-t-like-me-featuring-hanshotfirst-as-author", + "post_id": 1054325, + "promoted": "0.000 HBD", "replies": [], - "root_title": "What is Smart Lens?", - "title": "What is Smart Lens?", + "root_title": "Maybe my daughter just doesn't like me. (featuring @hanshotfirst as author)", + "title": "Maybe my daughter just doesn't like me. (featuring @hanshotfirst as author)", "total_payout_value": "0.000 HBD", - "url": "/gadgets/@ratel/what-is-smart-lens" + "url": "/family/@gavvet/maybe-my-daughter-just-doesn-t-like-me-featuring-hanshotfirst-as-author" }, { "active_votes": [ { "percent": "10000", - "reputation": 70486967561347, - "rshares": 41726638843490, - "voter": "blocktrades" + "reputation": 261787136527, + "rshares": 629941811266, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30839264478459, + "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 4762021666671, - "voter": "bitcoin2016" + "rshares": 2503329964132, + "voter": "elixir" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 287710902952, + "voter": "badassmother" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1670057976865, + "rshares": 1807769357704, "voter": "hr1" }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3098535788, + "rshares": 3716966053, "voter": "boy" }, { "percent": "10000", "reputation": 4712949449, - "rshares": 3761590792, + "rshares": 4512148974, "voter": "bue-witness" }, { "percent": "10000", "reputation": 1789951494550, - "rshares": 697211724, + "rshares": 836462066, "voter": "bunny" }, - { - "percent": "10000", - "reputation": 16020265940, - "rshares": 168332240844, - "voter": "fminer05" - }, { "percent": "10000", "reputation": 103443134841, - "rshares": 53898814457, + "rshares": 64555146731, "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 1660577015, + "rshares": 1992041108, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 213642056, + "rshares": 256342750, "voter": "moon" }, { "percent": "10000", "reputation": 0, - "rshares": 381835046480, + "rshares": 391345621289, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2461184782115, + "rshares": 2663246106892, "voter": "recursive" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 79078877023, - "voter": "vip" + "reputation": -296615780418, + "rshares": 1635710402, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, - "rshares": 622624403, - "voter": "healthcare" + "reputation": 1682985060, + "rshares": 18304453032, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5414824128593, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 18475799287, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 967032634, - "voter": "daniel.pan" + "rshares": 746955273, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 8963739580468, - "rshares": 136790853435, - "voter": "team" + "reputation": 0, + "rshares": 1160122455, + "voter": "daniel.pan" }, { "percent": "10000", "reputation": 0, - "rshares": 288114012, + "rshares": 345681395, "voter": "helen.tan" }, { "percent": "10000", "reputation": 2165622245848, - "rshares": 24429413824, + "rshares": 24912848573, "voter": "yefet" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 96180078235, - "voter": "noaommerrr" + "reputation": 12188250813227, + "rshares": 80905925583, + "voter": "acidsun" }, { "percent": "10000", "reputation": 3444102146490, - "rshares": 14415601524, + "rshares": 14313091232, "voter": "gregory-f" }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 88383741958, + "voter": "edgeland" + }, { "percent": "10000", "reputation": 4733188979515, - "rshares": 14434439480, + "rshares": 16150826520, "voter": "ervin-lemark" }, { "percent": "10000", "reputation": 21498120740, - "rshares": 9980666507, + "rshares": 9879616431, "voter": "gregory60" }, - { - "percent": "10000", - "reputation": 120712992, - "rshares": 3367297755, - "voter": "radium" - }, { "percent": "10000", "reputation": 204869765185479, - "rshares": 1086023536813, + "rshares": 1043397417470, "voter": "gavvet" }, { - "percent": "0", + "percent": "10000", "reputation": 4602759566516, - "rshares": 470488154, + "rshares": 23052646155, "voter": "joelinux" }, { "percent": "10000", "reputation": 12382143533351, - "rshares": 580038046449, + "rshares": 624041244342, "voter": "eeks" }, { - "percent": "5000", + "percent": "3000", "reputation": 4931834878069, - "rshares": 13089318682, + "rshares": 8051591598, "voter": "fkn" }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 9896249669, + "voter": "mranderson" + }, { "percent": "2500", "reputation": 376960001789, - "rshares": 1454819749, + "rshares": 1574982076, "voter": "spaninv" }, - { - "percent": "5000", - "reputation": 5414208804644, - "rshares": 16549934614, - "voter": "elishagh1" - }, { "percent": "10000", "reputation": 15854806148148, - "rshares": 10813802804, + "rshares": 10406978890, "voter": "richman" }, { "percent": "10000", "reputation": 58571016273092, - "rshares": 674366966994, + "rshares": 688096309100, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1770069648, - "voter": "maxim-ananko" + "reputation": 3750669747284, + "rshares": 279099521308, + "voter": "pal" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 4129851081, - "voter": "jerome-colley" + "reputation": 10093114621632, + "rshares": 91709788736, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 55568779435, + "voter": "hannixx42" }, { "percent": "10000", "reputation": 21903005256174, - "rshares": 231067372975, + "rshares": 235487543419, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 11952915931943, - "rshares": 105824577331, - "voter": "amartinezque" + "reputation": 1663549830469, + "rshares": 1191866879, + "voter": "coar" }, { "percent": "10000", "reputation": 161089556767, - "rshares": 76757523529, + "rshares": 76702138546, "voter": "asch" }, { "percent": "3301", "reputation": 2902053059801, - "rshares": 1788152919, + "rshares": 2144661647, "voter": "murh" }, { "percent": "10000", - "reputation": 2444317330502, - "rshares": 7452144426, - "voter": "radioactivities" + "reputation": 2423086926842, + "rshares": 16862201332, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 34874025761373, - "rshares": 314820907369, - "voter": "blakemiles84" + "reputation": 824717099743, + "rshares": 456340123187, + "voter": "cyber" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 196120846579, - "voter": "dragonslayer109" + "reputation": 3037854988445, + "rshares": 63722747769, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 62526679579, - "voter": "ak2020" + "reputation": 10395665548525, + "rshares": 259777042734, + "voter": "billbutler" }, { "percent": "10000", "reputation": -2683858617900, - "rshares": 11355235164, + "rshares": 9935000381, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3671210003573, - "voter": "satoshifund" + "reputation": 11136252375006, + "rshares": 361501918739, + "voter": "taoteh1221" }, { "percent": "10000", "reputation": 79561484422, - "rshares": 326022135, + "rshares": 365401532, "voter": "applecrisp" }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 54119719712, + "rshares": 50727972130, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 7255473848113, - "rshares": 71610085231, - "voter": "herzmeister" + "reputation": 11429090901893, + "rshares": 112039246751, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3964902730, - "voter": "usefree" + "reputation": 5888717170887, + "rshares": 64459928102, + "voter": "ratel" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5720945893, - "voter": "mark-waser" + "reputation": 77590508815145, + "rshares": 232433197002, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 110500898396, - "voter": "geoffrey" + "reputation": 4526468651953, + "rshares": 74353545160, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 44049758596, - "voter": "honeythief" + "reputation": 5260794316761, + "rshares": 138285072436, + "voter": "schro" }, { "percent": "10000", - "reputation": 2457655120479, - "rshares": 4760720429, - "voter": "ben99" + "reputation": 1960155455032, + "rshares": 3963815448, + "voter": "usefree" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31050501388, - "voter": "talanhorne" + "reputation": 21696987204454, + "rshares": 158030774482, + "voter": "ikigai" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 5250573998, - "voter": "fuck.off" + "reputation": 486415577627, + "rshares": 5832147480, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6732618302, - "voter": "iloveporn" + "reputation": 5886979119053, + "rshares": 122485153665, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1952502395, - "voter": "the.bot" + "reputation": 2758500001611, + "rshares": 4834815284, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8700689768, - "voter": "johnbradshaw" + "reputation": 601987961462, + "rshares": 1984653615, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 10980042082204, - "rshares": 15493096370, - "voter": "skapaneas" + "reputation": 1019011681813, + "rshares": 6309440581, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1950086270, + "voter": "the.bot" }, { "percent": "10000", "reputation": 1691376287481, - "rshares": 5945878550, + "rshares": 5468585927, "voter": "the.whale" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3589163703, - "voter": "michaellamden68" + "reputation": 25639258699, + "rshares": 260954521, + "voter": "ladyclair" }, { "percent": "10000", "reputation": 336763673779, - "rshares": 183015145595, + "rshares": 250950451769, "voter": "asmolokalo" }, { "percent": "10000", "reputation": 160174254209, - "rshares": 48542520862, + "rshares": 56829004912, "voter": "booja" }, { "percent": "10000", "reputation": 1160886081198, - "rshares": 5631403074, + "rshares": 5291287869, "voter": "unicornfarts" }, { "percent": "10000", "reputation": 19449097565894, - "rshares": 60991737838, + "rshares": 60985559636, "voter": "lehard" }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 94515959871, + "voter": "rubybian" + }, { "percent": "10000", "reputation": 65540661343, - "rshares": 3178283146, + "rshares": 3271065075, "voter": "orly" }, { "percent": "10000", - "reputation": 2876863753786, - "rshares": 4614780233, - "voter": "steamit" + "reputation": 7091975331308, + "rshares": 15418052963, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 5584802702, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 2808474919, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 130257219274, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 179606240, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 45485816669, + "rshares": 237614989, + "voter": "adamgud" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8509595104, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 691053269649, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 38421201873, + "rshares": 37407834982, + "voter": "worldfamous" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 20135732884, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 2421173771, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 213524555, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 195753480, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 134258068622, + "voter": "knircky" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15735692718, - "voter": "konstantin" + "reputation": 54870619364044, + "rshares": 132895441774, + "voter": "jacor" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 31934935619, - "voter": "hitmeasap" + "reputation": 1220081355, + "rshares": 209258239, + "voter": "ardina" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5945069361, - "voter": "vote" + "reputation": 1440357780524, + "rshares": 861064856, + "voter": "dicov" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 130339137347, - "voter": "jackkang" + "reputation": 0, + "rshares": 779736909, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 91753292, - "rshares": 9266236638, - "voter": "manoami" + "reputation": 1661526202859, + "rshares": 4576859212, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6262688209, - "voter": "kissmybutt" + "reputation": 2821855573125, + "rshares": 3237237518, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 626398878696, - "voter": "juneaugoldbuyer" + "reputation": 1648396897354, + "rshares": 11487412293, + "voter": "asim" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 38100241978, - "voter": "r4fken" + "reputation": 1563271634183, + "rshares": 106279964837, + "voter": "paco" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 227948163, - "voter": "adamgud" + "reputation": 2397831198773, + "rshares": 5279470030, + "voter": "karen13" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8524915809, - "voter": "killswitch" + "reputation": 2852532944, + "rshares": 236830702, + "voter": "hankrearden" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 643392501556, - "voter": "slowwalker" + "reputation": 114569371319, + "rshares": 259097427, + "voter": "aqris" }, { "percent": "10000", - "reputation": 12755003778, - "rshares": 314847420, - "voter": "onthewayout" + "reputation": 669199844401, + "rshares": 10719668051, + "voter": "mun" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 3682825794, - "voter": "owdy" + "reputation": 688176613733, + "rshares": 421097750, + "voter": "karenmckersie" }, { - "percent": "5000", - "reputation": 9142611234, - "rshares": 347046057, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 30694001824, + "rshares": 1424815079, + "voter": "vorsseli" }, { - "percent": "5000", - "reputation": 3871042, - "rshares": 318168061, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 6338322241150, + "rshares": 47364008840, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1367799077, - "voter": "vi1son" + "reputation": 658204768651, + "rshares": 47297270997, + "voter": "milestone" }, { "percent": "10000", - "reputation": 4336087201971, - "rshares": 24126651002, - "voter": "strangerarray" + "reputation": 3040770542655, + "rshares": 9153104992, + "voter": "warrensteem" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 130896912272, - "voter": "jacor" + "reputation": 3502382308233, + "rshares": 3194100882, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 836608869, - "voter": "dicov" + "reputation": 3033861094190, + "rshares": 13511420695, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 210282477056, - "rshares": 298314520, - "voter": "johanniellano" + "reputation": 34120390016, + "rshares": 2973633089, + "voter": "imp3" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 5458587523, - "voter": "sebastien" + "reputation": 9999779221262, + "rshares": 38281898864, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3239637326, - "voter": "steemit-life" + "reputation": 2440775410341, + "rshares": 1487880898, + "voter": "iamwne" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11263275691, - "voter": "asim" + "reputation": 741654237981, + "rshares": 5470303276, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4558439244, - "voter": "thegoodguy" + "reputation": 76096938200261, + "rshares": 239646282636, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 2377467033356, - "rshares": 16371132598, - "voter": "bdavid" + "reputation": 49770527, + "rshares": 3477759461, + "voter": "davidr" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 91932168740, - "voter": "paco" + "reputation": 46246767220, + "rshares": 5644542925, + "voter": "rpf" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 4622578789, - "voter": "karen13" + "reputation": 433924646062, + "rshares": 162399070383, + "voter": "gabbans" }, { "percent": "10000", - "reputation": 5827115301697, - "rshares": 7946338331, - "voter": "deviedev" + "reputation": 477578742546, + "rshares": 7953925916, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 217877382, - "voter": "aqris" + "reputation": 1830353392409, + "rshares": 3120872080, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 3879998019826, - "rshares": 4216096138, - "voter": "juvyjabian" + "reputation": 20001506960251, + "rshares": 204937769333, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 432475178, - "voter": "karenmckersie" + "reputation": 6467956247739, + "rshares": 26532345698, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 1058072223123, - "rshares": 524317006, - "voter": "luisucv34" + "reputation": 2114306416334, + "rshares": 3211672162, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 48475271104, - "voter": "streetstyle" + "reputation": 11482318062844, + "rshares": 41681407792, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 260118287487, - "voter": "knozaki2015" + "reputation": 743656664450, + "rshares": 1555580373, + "voter": "tokyodude" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 45105410855, - "voter": "milestone" + "reputation": 160134373956, + "rshares": 7968686102, + "voter": "neroru" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6333603020, - "voter": "lichtblick" + "reputation": 14988694886527, + "rshares": 235525201719, + "voter": "jl777" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 22837950440, - "voter": "creemej" + "reputation": 163343680085, + "rshares": 380388064, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 2315293665, - "voter": "dimon14" + "reputation": 49520881548, + "rshares": 128161714, + "voter": "btc-dialog" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6513758488, + "voter": "positive" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3878349993, - "voter": "maximkichev" + "reputation": 82275088768, + "rshares": 29678596995, + "voter": "paquito" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13248573174, - "voter": "nippel66" + "reputation": 0, + "rshares": 1769563534, + "voter": "yarly" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2975000247, - "voter": "imp3" + "reputation": 0, + "rshares": 268924564, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 2764978194297, - "rshares": 4410811110, - "voter": "konti" + "reputation": 0, + "rshares": 269327749, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477776250, - "voter": "davidr" + "reputation": 0, + "rshares": 155839836, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 3415131653, - "voter": "simon.braki.love" + "reputation": 0, + "rshares": 156720067, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 123371166, - "voter": "bobo012" + "reputation": 0, + "rshares": 89352331, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 6952368935, - "voter": "rpf" + "reputation": 855588904517, + "rshares": 227214618, + "voter": "arnob" }, { "percent": "10000", - "reputation": 0, - "rshares": 116795595, - "voter": "jack-f" + "reputation": 45712131677758, + "rshares": 80365673392, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 2147203047336, - "rshares": 13761168642, - "voter": "exitmass" + "reputation": 12468455070375, + "rshares": 10650712809, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 802342551, - "rshares": 114431656, - "voter": "annie-kim" + "reputation": 1849155799051, + "rshares": 9528196102, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 8128951596, - "voter": "tarindel" + "reputation": 29770846221, + "rshares": 560402362, + "voter": "jasonpay1" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3143480642, - "voter": "azurejasper" + "reputation": 2568808468562, + "rshares": 1080385527, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": 4489986, - "rshares": 83866427, - "voter": "steemwitherika" + "reputation": 3777763523032, + "rshares": 21363832336, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 61224832002, - "rshares": 145088625, - "voter": "ellamaeamor" + "reputation": 58190631451, + "rshares": 21192136984, + "voter": "proto" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 222224371722, - "voter": "liberosist" + "reputation": 153480676290, + "rshares": 573813577, + "voter": "curator" }, { "percent": "10000", - "reputation": 6899515531, - "rshares": 60593188, - "voter": "summerrain" + "reputation": 0, + "rshares": 430484308, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 24424698218, - "voter": "deanliu" + "reputation": -2287580630, + "rshares": 1780768244, + "voter": "alex.chien" }, { "percent": "10000", "reputation": 0, - "rshares": 109464341, - "voter": "jessestone" + "rshares": 230905374, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 39941045336, - "voter": "sauravrungta" + "reputation": 54192730483, + "rshares": 216843536, + "voter": "ethanjames" }, { "percent": "10000", - "reputation": 1633600290379, - "rshares": 13322107726, - "voter": "shredlord" + "reputation": 0, + "rshares": 80923105, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 223174354, - "rshares": 113840904, - "voter": "jennyspeer" + "reputation": 16914207527051, + "rshares": 36076140693, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 3415496053078, - "rshares": 3513802513, - "voter": "dmitriybtc" + "reputation": 1712093376924, + "rshares": 6505115905, + "voter": "alphabeta" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 1557421709, - "voter": "foxxycat" + "reputation": 19497864738, + "rshares": 1108678818, + "voter": "remlaps" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7970043693, - "voter": "neroru" + "reputation": -1193908062262, + "rshares": 132463150, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 214244991088, - "voter": "jl777" + "reputation": 138974533507, + "rshares": 897079693, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 0, - "rshares": 74110091, - "voter": "tylerstevens" + "reputation": 283380527576, + "rshares": 5337117806, + "voter": "mahekg" }, { - "percent": "8000", - "reputation": 10519849768972, - "rshares": 16291009449, - "voter": "positive" + "percent": "10000", + "reputation": 49283901870, + "rshares": 1124830840, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, - "rshares": 1719094024, - "voter": "yarly" + "reputation": 988942038058, + "rshares": 54743476423, + "voter": "gomeravibz" }, { "percent": "10000", "reputation": 0, - "rshares": 260838105, - "voter": "yarly2" + "rshares": 107999610, + "voter": "alrx6918" }, { "percent": "10000", - "reputation": 0, - "rshares": 261229058, - "voter": "yarly3" + "reputation": 1977162029930, + "rshares": 2215589438, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 0, - "rshares": 151130174, - "voter": "yarly4" + "reputation": 1275505236, + "rshares": 11054390948, + "voter": "taker" }, { "percent": "10000", - "reputation": 0, - "rshares": 151983699, - "voter": "yarly5" + "reputation": 10137266406870, + "rshares": 6136974677, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, - "rshares": 86657502, - "voter": "yarly7" + "reputation": -833837861150, + "rshares": 55181675, + "voter": "sharon" }, { "percent": "10000", - "reputation": 855588904517, - "rshares": 227214618, - "voter": "arnob" + "reputation": 11856501387697, + "rshares": 39501535556, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 19524897676, - "rshares": 9800632395, - "voter": "alsprinting" + "reputation": 4835227647717, + "rshares": 1421647416, + "voter": "merej99" }, { "percent": "10000", - "reputation": 327313183062, - "rshares": 1088572166, - "voter": "politicasan2" + "reputation": -1130081321479, + "rshares": 54844677, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 662320934570, - "rshares": 393008516, - "voter": "ladypenelope1" + "reputation": 3194641726781, + "rshares": 22247639108, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 425858328404, - "rshares": 1543192620, - "voter": "anonblog" + "reputation": 1609279840801, + "rshares": 3148615280, + "voter": "rich77" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9729348611, - "voter": "crypto.owl" + "reputation": 6595506981050, + "rshares": 16238481694, + "voter": "timelapse" }, { "percent": "10000", - "reputation": 13032104555879, - "rshares": 11215336528, - "voter": "winstonwolfe" + "reputation": 1751717743, + "rshares": 5881431338, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 18439057848, - "voter": "proto" + "reputation": 1038813018744, + "rshares": 7166616203, + "voter": "chris.roy" }, { "percent": "10000", - "reputation": 1203192685557, - "rshares": 1793399910, - "voter": "fleetinuance" + "reputation": 512132085322, + "rshares": 9616605350, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 593479574, - "voter": "curator" + "reputation": 25724194555647, + "rshares": 32250704403, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 0, - "rshares": 417763036, - "voter": "yarly10" + "reputation": 950539828786, + "rshares": 2419134076, + "voter": "kalimor" }, { "percent": "10000", "reputation": 0, - "rshares": 224122038, - "voter": "yarly11" + "rshares": 3815326906, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 36543729456, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2245256363, - "voter": "royalmacro" + "reputation": 11122126920308, + "rshares": 3424387884, + "voter": "oflyhigh" }, { "percent": "10000", "reputation": 0, - "rshares": 78475461, - "voter": "yarly12" + "rshares": 414913766, + "voter": "drzigfrid" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35347111274, - "voter": "celebr1ty" + "reputation": 58766754772, + "rshares": 72095978, + "voter": "sizil" }, { "percent": "10000", - "reputation": 1712093376924, - "rshares": 6538139882, - "voter": "alphabeta" + "reputation": -1468839175006, + "rshares": 55265906, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 177187826, - "voter": "kibela" + "reputation": -1343370986030, + "rshares": 52099594, + "voter": "ciao" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 129066659, - "voter": "steemster1" + "reputation": 0, + "rshares": 10699216848, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 879267346, - "voter": "mar1978co" + "reputation": 1706681630, + "rshares": 3028414569, + "voter": "cmorton" }, { "percent": "10000", - "reputation": 19410587962, - "rshares": 1954656294, - "voter": "andreynoch" + "reputation": 3515726108234, + "rshares": 364979655, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 27499486740, - "voter": "jasonstaggers" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 997021982, - "voter": "metaflute" + "reputation": 398467602540, + "rshares": 218940254, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 2524272018, - "voter": "litrbooh" + "reputation": 4542627765008, + "rshares": 21080501144, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 9679272914, - "voter": "taker" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 5339939652, - "voter": "nekromarinist" + "reputation": 28335136369, + "rshares": 1588487953, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 2192081685, - "voter": "sykochica" + "reputation": 56139970267, + "rshares": 55056393, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 52489886, - "voter": "sharon" + "reputation": -894488087252, + "rshares": 63133947, + "voter": "confucius" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 39959988520, - "voter": "allasyummyfood" + "reputation": 1487684933351, + "rshares": 11731362875, + "voter": "borran" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 2168046787, - "voter": "french.fyde" + "reputation": 37279727062, + "rshares": 2127348262, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1482034008, - "voter": "merej99" + "reputation": 2118792724924, + "rshares": 90184685860, + "voter": "miacats" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 53473560, - "voter": "lillianjones" + "reputation": 647464973800, + "rshares": 533472949, + "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 130522396758, - "rshares": 53119215012, - "voter": "sextusempiricus" + "reputation": 0, + "rshares": 1198534462, + "voter": "anech512" }, { "percent": "10000", - "reputation": 233858903908, - "rshares": 251116672, - "voter": "ashgimm" + "reputation": -789959772758, + "rshares": 52400873, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 3798205773365, - "rshares": 2705642284, - "voter": "noelletwine" + "reputation": 47334856382, + "rshares": 65286836, + "voter": "williamdevine" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22412871544, - "voter": "laoyao" + "reputation": 3814152361740, + "rshares": 6879274807, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 18027204457681, - "rshares": 35161827593, - "voter": "myfirst" + "reputation": 286385675205, + "rshares": 108231653, + "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 2454746594, - "voter": "asdes" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 13231389256, - "voter": "gmurph" + "reputation": 4637390447698, + "rshares": 1080021082, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9622132681, - "voter": "viktor.phuket" + "reputation": 13325577893779, + "rshares": 10302114777, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 31031494498, - "rshares": 1292384760, - "voter": "littleboo" + "reputation": 10723244574, + "rshares": 4117184944, + "voter": "almerri" }, { "percent": "10000", - "reputation": 2269581106933, - "rshares": 69863261, - "voter": "stormblaze" + "reputation": 64878458203, + "rshares": 1382365539, + "voter": "alexma3x" }, { "percent": "10000", - "reputation": 2806306672700, - "rshares": 2799810692, - "voter": "denn" + "reputation": 2551239163442, + "rshares": 7813280890, + "voter": "johnnyyash" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2467584018, - "voter": "kalimor" + "reputation": 0, + "rshares": 273060106, + "voter": "jimmytwoshoes" }, { "percent": "10000", "reputation": 0, - "rshares": 3733416223, - "voter": "ullikume" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 2462877364101, - "rshares": 708253077, - "voter": "labradorsem" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 478167094774, - "rshares": 683033866, - "voter": "romancs" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 40573330866, - "voter": "terrycraft" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 475920141542, - "rshares": 235619763, - "voter": "riosparada" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 790526925913, - "rshares": 1317518862, - "voter": "dolov" + "reputation": 1985439257, + "rshares": 86196364025, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 12623628722, - "voter": "jphamer1" + "reputation": 505219265255, + "rshares": 433283674, + "voter": "violino" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3610527887, - "voter": "oflyhigh" + "reputation": 2357768295588, + "rshares": 2249936768, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 12930699265, - "voter": "randyclemens" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 113536448101, - "voter": "sirwinchester" + "reputation": 3103554028241, + "rshares": 636843287, + "voter": "levycore" }, { "percent": "10000", - "reputation": -349458835282, - "rshares": 75592090, - "voter": "dims" + "reputation": 31757322861, + "rshares": 56140216, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 1851205309677, - "rshares": 3757954925, - "voter": "xiaokongcom" + "reputation": 401217888, + "rshares": 368407925, + "voter": "mig641" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 9530472371, - "voter": "gargon" + "reputation": 1130219064888, + "rshares": 20017782377, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2116236505, - "voter": "natalymaty" + "reputation": 63845074863, + "rshares": 1815355995, + "voter": "themadmonk" }, { "percent": "10000", - "reputation": 58766754772, - "rshares": 72095978, - "voter": "sizil" + "reputation": 11490547563070, + "rshares": 15247938908, + "voter": "hilarski" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" + "reputation": 5941821821586, + "rshares": 4237834897, + "voter": "onetree" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3235416753, - "voter": "blow" + "reputation": 8652306644, + "rshares": 57005287, + "voter": "alktoni" }, { "percent": "10000", - "reputation": 15018520093808, - "rshares": 18499482072, - "voter": "eneismijmich" + "reputation": 3144994876819, + "rshares": 677034093, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 170925323, - "rshares": 50535818, - "voter": "dmns" + "reputation": 2516108074649, + "rshares": 664387796, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 1833661746969, + "rshares": 2435345945, + "voter": "seva" }, { "percent": "10000", - "reputation": 110840095927, - "rshares": 94401757, - "voter": "steem-engine" + "reputation": 364872562916, + "rshares": 2470078101, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 21081631324, - "voter": "hanshotfirst" + "reputation": 682893592, + "rshares": 702911677, + "voter": "gear66" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 4254380753805, + "rshares": 1875177639, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": 1620633258672, - "rshares": 5714419112, - "voter": "lordvader" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588588731, - "voter": "erikclark13" + "reputation": 20797221470, + "rshares": 1651188554, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 1554619391, - "voter": "bledarus" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 396514667430, - "rshares": 174017038, - "voter": "florentina" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 88016624869, - "voter": "miacats" + "reputation": 652958439639, + "rshares": 684174132, + "voter": "ksena" }, { "percent": "10000", - "reputation": 490170833577, - "rshares": 167279718, - "voter": "njall" + "reputation": 837791549130, + "rshares": 37959598649, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 232802458264, + "rshares": 13555928005, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 263238840, - "rshares": 59272567, - "voter": "assa" + "reputation": 8412926035, + "rshares": 3869089776, + "voter": "ericbotticelli" }, { "percent": "10000", "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 1648377040631, - "rshares": 3022722089, - "voter": "lorddominik007" + "reputation": 785171622834, + "rshares": 5698978213, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1103370391, - "voter": "chinadaily" + "reputation": 1134384219489, + "rshares": 16728445432, + "voter": "oldstone" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 9988111886, - "voter": "kyriacos" + "reputation": 73376503650, + "rshares": 14654779487, + "voter": "cryptobiker" }, { "percent": "10000", - "reputation": -30464467585, - "rshares": 74393636, - "voter": "pompe72" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4285704566, - "voter": "almerri" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 2051850885932, - "rshares": 1086706085, - "voter": "mindfreak" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 0, - "rshares": 290489475, - "voter": "jimmytwoshoes" + "reputation": 5949422263, + "rshares": 201968887947, + "voter": "asksisk" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2309434225, - "voter": "madoff" + "reputation": -248081771849, + "rshares": 54746334, + "voter": "chuckleberry" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 2288762261504, + "rshares": 9183413814, + "voter": "goose" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 1810829967, + "rshares": 2687150718, + "voter": "bwaser" }, { "percent": "10000", "reputation": 0, - "rshares": 51481279, - "voter": "revelbrooks" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 735056715, - "voter": "levycore" + "reputation": 244886998614, + "rshares": 218348206, + "voter": "irininich" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 18846482170, - "voter": "yef99" + "reputation": 321473400567, + "rshares": 350094303, + "voter": "panther" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375926454, - "voter": "mig641" + "reputation": 2609275826131, + "rshares": 54976205, + "voter": "alina1" }, { "percent": "10000", - "reputation": 1297778556911, - "rshares": 1541621246, - "voter": "cehuneke" + "reputation": 4096902673961, + "rshares": 1063077875, + "voter": "tanyabtc" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 17412021956, - "voter": "andrewawerdna" + "reputation": 26215514, + "rshares": 37824020605, + "voter": "brains" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 75274936, - "voter": "joelbow" + "reputation": 119198828550, + "rshares": 144837025, + "voter": "inwoxer" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 14100077577, - "voter": "hilarski" + "reputation": 0, + "rshares": 6362235038, + "voter": "chick1" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4296017852, - "voter": "onetree" + "reputation": 5646699288797, + "rshares": 2443357594, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 1876749044289, - "rshares": 1808675047, - "voter": "shadowspub" + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 25053375383, - "voter": "daut44" + "reputation": 0, + "rshares": 10913639463, + "voter": "ksc" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 570800415880, + "rshares": 1517205019, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8626250597, - "voter": "etcmike" + "reputation": 2474314, + "rshares": 50973283, + "voter": "ascares" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 707606732, - "voter": "runridefly" + "reputation": 189363957513, + "rshares": 59815612, + "voter": "rynow" }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 14146616001, - "voter": "mikehere" + "reputation": 1502200909130, + "rshares": 84322994, + "voter": "ola1" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688869570, - "voter": "gear66" + "reputation": 6072650400812, + "rshares": 1114846190, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 26593737739, + "rshares": 50835881, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1619563049, - "voter": "davidjkelley" + "reputation": 0, + "rshares": 4815967872, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 112132390, - "voter": "team101" + "reputation": 74431494282, + "rshares": 50925874, + "voter": "iggy" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 18070254, + "rshares": 51494810, + "voter": "yagincev" }, { "percent": "10000", - "reputation": 0, - "rshares": 51388276, - "voter": "hitherise" + "reputation": 3656648253, + "rshares": 51420059, + "voter": "sohatuj" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2490878936, - "voter": "victoriart" + "reputation": 448574826, + "rshares": 51410425, + "voter": "shashina" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 9984597, + "rshares": 51375663, + "voter": "daser" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37996909707, - "voter": "sponge-bob" + "reputation": 30980317, + "rshares": 51372872, + "voter": "ferrop" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 13289719339, - "voter": "digital-wisdom" + "reputation": 68209080, + "rshares": 51270013, + "voter": "drinkthemilk" }, { "percent": "10000", - "reputation": 18088143027, - "rshares": 53683342, - "voter": "mnviking" + "reputation": 3976227761, + "rshares": 51221805, + "voter": "afroditta" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "rshares": 51220514, + "voter": "goltigari" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5590609836, - "voter": "jwaser" + "reputation": 416673642, + "rshares": 51229675, + "voter": "galeevmotor" }, { "percent": "10000", - "reputation": 1955050298650, - "rshares": 70511940, - "voter": "masonmiler" + "reputation": 414609406210, + "rshares": 168125709, + "voter": "robotev" }, { "percent": "10000", - "reputation": 0, - "rshares": 51814474, - "voter": "thadm" + "reputation": 234362047, + "rshares": 50020884, + "voter": "coriana" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" - }, + "rshares": 50944810, + "voter": "noriron" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "South Africa is a country of anger. \n\n\"\n\nPre and post 1994, the watershed in South African history as it was the first democratic election. \n\nIt is a rage of loss of previously assumed \u201crights or benefits\u201d. It is a rage of entitlement promised but not delivered. \n-\nOutwardly it is manifest in symptoms such as road rage, family murders and despair. We are a society that is victimised by the biased reporting of media. Sympathy and empathy are often missing, particularly for those with whom we do not identify. Anger is a downward spiral of ever increasing intensity. Political parties feed off it and ignite it. I am no social scientist and can only speak from my own perspective and observations. Comments are generalisations and cannot be applied completely; the exception often only goes to prove the rule. Often, I believe, stereotypes exist for a reason but blanket use often allows the intellectually lazy to apply them without thought, often unjustly condemning others.\n\nYet there are many who do not allow themselves to be sucked into the morass of hatred. \n-\nHow? Why? South Africa is a society of strong contrasts in the very people themselves; some are humorous and quite relaxed, others extremely aggressive and highly . There also seems to be a geographical component; those at the coast seem to be calmer and those in Gauteng (Johannesburg/Pretoria) seems to be more tense. Whites seem more tense, Blacks seem more laid back. Folks in rural areas calmer than their urban counterparts.\n\nA problem in modern society seems to be equating an individual\u2019s worth with their ability to acquire financial rewards for their \u201ccontribution\u201d to society. Society is based on consumerism, the more you earn, the more you can acquire. One\u2019s earning capacity is often reflected in the type of car you drive and the kind of suburb you live in. If one\u2019s opportunities are restricted unfairly, anger and depression are poisons that fester in the hearts of people. Even in post \u2013 Apartheid South Africa these ills prevail in the form of poorly administered attempts to correct historical imbalances in policies such as \u201caffirmative action\u201d, \u201cdemographic equity\u201d, \u201cemployment equity\u201d and others.\n\n\"\n\nMany aspirations of the youth are currently based on the old English system, from when South Africa was still a British colony. \n-\n The \u201cwhite collar employee\u201d (probably with a university degree) definitely ranks above the \u201cblue collar worker\u201d (the tradesman or unskilled labourer), further this economic divide had/has racial application as well. So in South Africa the aspiration of the young masses is to obtain a tertiary education for the prestige and employment opportunities. This is bad for South Africa, to be stuck with that model from England. Too bad we did not use the German or Japanese systems, where the white collar and the blue collar are treated with mutual respect. University costs in South Africa are extremely high when compared to the average income of the average White citizen, let alone the average Black wage earner. The vast majority of the youth want a degree but lack resources. Currently there is a great deal of civil unrest among the youth and lots of demonstrations demanding their free access to these institutions. Their anger spills over into arson and sometimes the very structures that are needed are destroyed. Irrational behaviour to those who have the means to access such facilities due to their wealth. The anger of the Black youth is further exacerbated when the arrogance of government leaders who misuse state funds to enrich themselves and their circle of comrades is blatantly evident.\n\nAnother area of anger is from many in the Afrikaner community towards England and their concentration camps that were created in the Boer War (started in 1899). \n-\n For a bit of background it must be remembered that the Boer Commandos were highly mobile groups of Afrikaner farmers on horseback who harassed the British army. The Commandos were given supplies by the many farmers and were unable to be dealt with by the British Military. Concentration camps were created to remove all the women and children from their farms in order to prevent supplies from being available for the Commandos, disease and death were rife in these camps. Hatred for anything English was stored in the Afrikaner psyche. An example of this was when I was a child in the late 1960\u2019s and living in Welkom (a mining town in the Free State), our Afrikaans neighbours would not allow their children to play with us (in the late 1960\u2019s) because we were \u201cEngels\u201d(English). Obviously such instances were not always the case in interactions between the two major white cultures in South Africa.\n\nYet anger is not just out there in my society, it can also be a poison within myself and family members, where victims can become the aggressor. \n-\nI have seen its ugly hand manifest in my father\u2019s temper early in his marriage to my mother and how that has created insecurities within me. Even though my father was able to learn to master his temper when he got older, memories can often never be removed. Then I who observed this weakness in my father, found myself as a teenager struggling to overcome these feelings of anger and rage. I reflect as to why I had such intense feelings of anger \u2013 I was never abused, my parents did everything they could for us children, showed an interest in all our hobbies and sports, and taught us Christian values. Yet one day I found myself with my hand raised to strike my mother, I was horrified and immediately resolved right there and then to learn to control my temper. I feel that is something I have been fairly successful with.\n\nIn South Africa the definition of masculinity is quite extreme and quite narrow. \n-\nA man must not show weakness, does not cry, must be brave, must be prepared to fight and must be the primary breadwinner. Sometimes this rigid definition has no place for the male who may be more sensitive, may not like sport, may not like hunting, or doing macho things, then he is derided as being a \u201cmoffie\u201d or a \u201chomo\u201d. When circumstances force a change that is beyond the control of this dominating male, violent domestic tragedies sometimes occur. I just wish these guys would shoot themselves before shooting their families.\n\nTo overcome such feelings of anger, it takes self control, even a paradigm shift. \n-\nI have found many people able to survive by having a good sense of humour. I find that more people are able to discuss differences in opinion without wanting to kill each other. In my own life I can easily illustrate my point here: In South Africa the taxi industry was started as it could offer a better alternative to the government service of large buses. It is far more convenient for the Black folk as they are able to get dropped off much closer to their homes. However these drivers are like the pirates that roamed the seas a couple of centuries ago. Rules of the road and courtesy are usually not observed, this drives the average White motorist insane with anger. A couple of factors changed my perspective, first some Afrikaans friends of mine are so patient despite the antics of these pirate-like fellows, and secondly whenever I am stuck on the side of the road requiring assistance, these taxi drivers are the only people who are prepared to help a stranger, and even a white person at that. So now I just shake my head and grin while driving in traffic.\n\n\"\n\nBeing a married man means that there will be occasions where my red haired wife, Michele (of Germanic and Italian descent), will not be too reticent to point out my many flaws. After 26 years, I am learning to take it on the chin. She gave me a great compliment when discussing the boyfriend\u2019s relationship with Shae. Michele said that I never broke her down and I showed belief in her abilities, we are equals and have invested ourselves fully in this relationship\u2019.\n\nI find my wife to be remarkable in that she was raised in a home where she was a victim of an extremely angry father and her brother was clearly the favourite of both parents. This has deeply affected her, yet she has an unbroken spirit and is able to demonstrate love to all family members. It is so sad to see her continually trying to get her mother\u2019s approval without success but she keeps on trying.\n\nI am certainly not one who is above this malady but I do try to exercise self control. Things seem to improve slowly and steadily in South Africa, I would like to believe I can be part of the solution and not the problem.\n-", + "body_length": 9394, + "cashout_time": "2016-09-05T12:53:39", + "category": "anger", + "children": 9, + "created": "2016-08-29T12:53:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anger\",\"growth\",\"challenges\",\"overcoming\",\"hope\"],\"image\":[\"http://i557.photobucket.com/albums/ss16/fred703/poison_zpsx5lbcg4n.png\",\"http://i557.photobucket.com/albums/ss16/fred703/monaco-1493365_960_720_zpsemirplvl.jpg\",\"http://i557.photobucket.com/albums/ss16/fred703/TAXIS-PROTEST-001_zps3ferqh6n.jpg\"],\"links\":[\"http://s557.photobucket.com/user/fred703/media/poison_zpsx5lbcg4n.png.html\",\"http://s557.photobucket.com/user/fred703/media/monaco-1493365_960_720_zpsemirplvl.jpg.html\",\"http://s557.photobucket.com/user/fred703/media/TAXIS-PROTEST-001_zps3ferqh6n.jpg.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T13:57:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54292753438690, + "parent_author": "", + "parent_permlink": "anger", + "pending_payout_value": "385.237 HBD", + "percent_hbd": 10000, + "permlink": "anger-a-self-administered-poison", + "post_id": 1040752, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Anger- a self administered poison (featuring @fred703 as author)", + "title": "Anger- a self administered poison (featuring @fred703 as author)", + "total_payout_value": "0.000 HBD", + "url": "/anger/@gavvet/anger-a-self-administered-poison" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 6710104374161, - "rshares": 4402293109, - "voter": "lukeofkondor" + "reputation": 32455846463901, + "rshares": 30839263811531, + "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 172698469547, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 185199514478, - "voter": "asksisk" + "reputation": 0, + "rshares": 1713986920737, + "voter": "disney" }, { - "percent": "10000", + "percent": "1000", "reputation": 0, - "rshares": 51154263, - "voter": "bane" + "rshares": 287710902952, + "voter": "badassmother" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 4107373187010, + "rshares": 1807766145053, + "voter": "hr1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": -37765249963674, + "rshares": 3666366842722, + "voter": "wang" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 23707375600, - "voter": "dubi" + "reputation": 330982605, + "rshares": 210156513907, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2635927314, - "voter": "bwaser" + "reputation": 0, + "rshares": 391345621289, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 4404619601, - "voter": "renzoarg" + "reputation": 9028537022578, + "rshares": 2663238767409, + "voter": "recursive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 854893586973, + "rshares": 936456028098, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 199765380, - "voter": "irininich" + "reputation": 7520586390, + "rshares": 125539740369, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 350178439, - "voter": "panther" + "reputation": 1682985060, + "rshares": 18842819298, + "voter": "lee3" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 91725775, - "voter": "alina1" + "reputation": 83941319998, + "rshares": 5413410850470, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 35035670618, - "rshares": 53484846, - "voter": "plantbasedjunkie" + "reputation": 585246886482, + "rshares": 77462002230, + "voter": "vip" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 68605534, - "voter": "and030380" + "reputation": 2802091583976, + "rshares": 17672503666, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24912798962, + "voter": "yefet" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37859153934, - "voter": "brains" + "reputation": 1118904717803, + "rshares": 48088628451, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 1000151128321, - "rshares": 74968074, - "voter": "littlescribe" + "reputation": 12188250813227, + "rshares": 79147101114, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 0, - "rshares": 51979174, - "voter": "ailo" + "reputation": 3444102146490, + "rshares": 14599083406, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 26143085517, - "rshares": 54791055, - "voter": "jeza" + "reputation": 14073457536993, + "rshares": 88383741958, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, - "rshares": 5953558744, - "voter": "chick1" + "reputation": 4733188979515, + "rshares": 16838095734, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 2978551571, - "voter": "gringalicious" + "reputation": 204869765185479, + "rshares": 1043397417470, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, - "rshares": 50460250, - "voter": "aoki" + "reputation": 4602759566516, + "rshares": 23052646155, + "voter": "joelinux" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 12382143533351, + "rshares": 609180257556, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8051581011, + "voter": "fkn" }, { "percent": "10000", - "reputation": 679010673667, - "rshares": 52710031, - "voter": "nelyp" + "reputation": 3380310417590, + "rshares": 9508161447, + "voter": "mranderson" }, { - "percent": "10000", - "reputation": 1996672246136, - "rshares": 1098383476, - "voter": "anomaly" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1453829609, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1488187431, - "voter": "ellepdub" + "reputation": 15854806148148, + "rshares": 10807247309, + "voter": "richman" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 206618200, - "voter": "ola1" + "reputation": 58571016273092, + "rshares": 688094738669, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1967797933, - "voter": "ekaterinka" + "reputation": 10093114621632, + "rshares": 93543984510, + "voter": "william-noe" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 2934812174, - "voter": "herpetologyguy" + "reputation": 6580794427504, + "rshares": 56751093891, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 52910815, - "voter": "roman-dikanev" + "reputation": 21903005256174, + "rshares": 230777257605, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 7317943657, + "rshares": 2366315340, + "voter": "alenevaa" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 1663549830469, + "rshares": 1280143721, + "voter": "coar" }, { "percent": "10000", - "reputation": 85335936192, - "rshares": 59708583, - "voter": "drac59" + "reputation": 161089556767, + "rshares": 79542865885, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2144659662, + "voter": "murh" }, { "percent": "10000", - "reputation": 972344082, - "rshares": 51597326, - "voter": "nathan.chinn" + "reputation": 3971811465, + "rshares": 8485445412, + "voter": "gore84" }, { "percent": "10000", - "reputation": 659608632671, - "rshares": 1039012946, - "voter": "jang" + "reputation": 2423086926842, + "rshares": 16503431091, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 0, - "rshares": 4724929830, - "voter": "morgan.waser" + "reputation": 64573188744746, + "rshares": 200098316281, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 4320548513832, - "rshares": 137287465, - "voter": "ekaterina4ka" + "reputation": 824717099743, + "rshares": 479156698721, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 50602980, - "voter": "cfisher" + "reputation": 3037854988445, + "rshares": 62448163130, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 1013164758868, - "rshares": 90073513, - "voter": "borishaifa" + "reputation": 10395665548525, + "rshares": 254581501880, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 161389518041, - "rshares": 51959332, - "voter": "flowergirl" + "reputation": 11765473490257, + "rshares": 40270702221, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 698999168496, - "rshares": 50073174, - "voter": "goaldigger" + "reputation": -2683858617900, + "rshares": 10171533806, + "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 234362047, - "rshares": 50020884, - "voter": "coriana" + "reputation": 11136252375006, + "rshares": 369900427727, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "reputation": 3804349938696, + "rshares": 50727972130, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 6508583499, - "rshares": 51837532, - "voter": "gaborondix" + "reputation": 77590508815145, + "rshares": 232068408161, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, - "rshares": 50372583, - "voter": "carre" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "For the first eight years of my daughter's life, my friends and I would constantly joke about the fact that MJ couldn't stand me. \n-\n
http://cf.broadsheet.ie/wp-content/uploads/2013/05/Vader-and-Daughter-07.jpg

\n\nWhen she was a baby, she didn't want to be held by me. When she was a toddler, she didn't walk to me. When she entered kindergarten, she didn't want to tell me about her day. She didn't even want to sit by me on the couch to watch \"My Little Pony\" (which is actually a pretty clever show filled with pop culture references). \n\nWhy would I want to joke about something so horrible and sad? \n-\nIt's because I left out the rest of the story. You see, it's really not that she couldn't stand me, she just LOVES her mom far more than me. She loves my wife more than anything in this world.. or any other world for that matter. I can't blame her. Moms and dads are a team that hopefully compliment each other. To kids, moms are the physical embodiment of love. Dads are the guys who watch them when mom finally gets to have a night of drinking wine and watching the movie \"Bad Moms\" with her friends.\n\n
http://redtricom.files.wordpress.com/2013/02/who-needs-vacation.jpg?w=413&h=288

\n\nObviously I'm exaggerating... but hopefully you get the point that I know my daughter loves me. \n-\nShe just loves her mom significantly more. Please don't worry about me though. I also know that parenting is a marathon. I'm anticipating the roles reversing for a brief period of time between the ages of fourteen and twenty. So I have that going for me... which is nice.\n\nLast week, I posted a story about my son Timmy's Tee-Ball incident ... and his subsequent artistic rendering of the event. After posting it, my daughter asked, \"Are you going to do one with a picture I drew?\" I assured her that I would (especially since she was actually talking to me... I didn't want to blow what might be my only chance).\n\nOne picture immediately came to mind. Two years ago, MJ was given an assignment to draw a picture of what she would bring with her to a desert island. Here is what she drew:\n\n
http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-08-28%20at%201.04.21%20PM_zpssd6cqxej.png

\n\nOk let's take a closer look at what my seven year old daughter thought was most important in her life. \n-\nOn the far right, she drew her mom of course. She's really pretty isn't she? It's not every day you find a woman whose waist is as small as her eye! MJ then drew herself standing as close to her mom as possible. Both of them are smiling. Next, she included her dresser full of clothes. Which is actually pretty smart. You want to be clean and look fresh for your rescue. To the left of the dresser is my son Timmy. He appears to have no mouth. Perhaps my daughter was hoping he'd be quiet and leave her alone... I'm pretty sure not even a lack of a mouth would stop him. It is important to note that during the time period in which MJ drew this, she routinely referred to my son as \"The meaniest, meany, who ever lived\". We found it beautiful that she included him despite his \"meaniness\". Now that is love! Next, she sketched a picture of her favorite stuffed animal at the time: Olaf from the movie Frozen. This too made sense. We all know he loves beaches. Furthermore, he could provide entertainment and snow cones... if you are willing to overlook where he got them. Finally she drew her bed with a nice soft fluffy pillow. Again, she showed how smart she is. It's important to be comfortable and to get a good night's sleep. But wait. Was there something missing? Was there more on the back? Nope. \n\n
http://media.tumblr.com/a14d67ce348778495c71199cdee501b1/tumblr_inline_movkbtu1bF1qz4rgp.gif

\n\nI happened to be home the day she drew this. After my wife picked her up and they returned home, all three of us sat at the kitchen table. \"Look what I drew Mommy!\", MJ exclaimed. Hmmmm I was sitting right there! She could have at least thrown in a curtesy \"and Daddy\"... but alas I was meant to suffer. I suppose it's my lot in life. After my wife looked at it and appropriately praised our daughter, I asked to see it. I immediately wanted to burst out laughing but I was already on thin ice with my daughter. I didn't want to add \"he laughs at my drawings\" to my list of offenses. I composed myself and kindly asked her about the picture. \"Ooo what's this? Who is that? It's very smart to bring a bed so you can be comfortable.\", I said. Things were going well. She was talking to me. I had laid the groundwork for the big question. \"Where am I?\", I asked. She quickly responded, \"I didn't have time to draw you.\" To be honest, I was actually just relieved that she didn't say, \"Of look at the bottom left in the sand. That is your skull. We ate and buried you.\" (As it turns out, the thing in the sand is a shell... not my skull.) \n\nI nodded my head and replied, \"Ok. It's a beautiful drawing. Should we hang it on the refrigerator?\" She responded. \"I want to hang it up with Mommy.\" Curses! Of course she did. \n\n
http://4.bp.blogspot.com/-n1svkHqFnqY/UIcLi_KqmvI/AAAAAAAAECw/kzyH_obtKbo/s1600/mommy.jpg

\n\nAs the two of them carefully hung up this masterpiece, I chuckled to myself. I couldn't wait to take a picture and show my friends. She had time to draw her mean brother, a stuffed Olaf, a bed, and a freaking *dresser*... but no time for dad. Oh yeah, she also drew a shell. \n\nI love my daughter and I know she loves me. This picture never made me doubt that for a second. What it does do is make me laugh every time I look at it. This drawing also serves as a reminder of one very important thing to remember about being a parent:\n\n### Do not expect to be thanked\n\n
https://cdn.meme.am/instances/61956669.jpg

\n\nBeing a dad is my job. In fact, it is my most important responsibility. I'm *expected* to do it well. In life, you don't get thanked for meeting your expectations. Do you go to work and get thanked every day for showing up and doing what is expected? Nope. I don't expect to get thanks for doing my job as a dad. My reward will come if my kids end up leading fulfilling and happy lives. \n\n
https://pbs.twimg.com/media/CFHoLN4VIAAZopg.jpg
\n
*This photo may not be of my daughter and I... but it sums up how I feel.*
\n\nBy the way, I did tell my daughter how to respond if anyone asked, \"Where's your dad?\" She should simply say, \"He's off getting a boat to save all of us.\"\n\n
https://s-media-cache-ak0.pinimg.com/236x/8e/19/db/8e19dbd571a46cd53cae2f8ffafff0e6.jpg

\n\n
[image credit marine image](http://www.eleganceandenchantment.com/daddy-daughter-marine-corps-dance/)
[image credit marine image](https://www.facebook.com/buildingabetterdad)
", - "body_length": 6900, - "cashout_time": "2016-09-06T10:37:39", - "category": "family", - "children": 36, - "created": "2016-08-30T10:37:39", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"family\",\"parenting\",\"humor\",\"funny\",\"writing\"],\"image\":[\"http://cf.broadsheet.ie/wp-content/uploads/2013/05/Vader-and-Daughter-07.jpg\",\"http://redtricom.files.wordpress.com/2013/02/who-needs-vacation.jpg?w=413&h=288\",\"http://i1160.photobucket.com/albums/q491/brian_murray4/Screen%20Shot%202016-08-28%20at%201.04.21%20PM_zpssd6cqxej.png\",\"http://media.tumblr.com/a14d67ce348778495c71199cdee501b1/tumblr_inline_movkbtu1bF1qz4rgp.gif\",\"http://4.bp.blogspot.com/-n1svkHqFnqY/UIcLi_KqmvI/AAAAAAAAECw/kzyH_obtKbo/s1600/mommy.jpg\",\"https://cdn.meme.am/instances/61956669.jpg\",\"https://pbs.twimg.com/media/CFHoLN4VIAAZopg.jpg\",\"https://s-media-cache-ak0.pinimg.com/236x/8e/19/db/8e19dbd571a46cd53cae2f8ffafff0e6.jpg\"],\"links\":[\"http://www.eleganceandenchantment.com/daddy-daughter-marine-corps-dance/\",\"https://www.facebook.com/buildingabetterdad\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T10:37:39", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 63347888670635, - "parent_author": "", - "parent_permlink": "family", - "pending_payout_value": "477.549 HBD", - "percent_hbd": 10000, - "permlink": "maybe-my-daughter-just-doesn-t-like-me-featuring-hanshotfirst-as-author", - "post_id": 1054325, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Maybe my daughter just doesn't like me. (featuring @hanshotfirst as author)", - "title": "Maybe my daughter just doesn't like me. (featuring @hanshotfirst as author)", - "total_payout_value": "0.000 HBD", - "url": "/family/@gavvet/maybe-my-daughter-just-doesn-t-like-me-featuring-hanshotfirst-as-author" - }, - { - "active_votes": [ + "reputation": 4526468651953, + "rshares": 80678474937, + "voter": "tim-johnston" + }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 629941811266, - "voter": "barrie" + "reputation": 5260794316761, + "rshares": 138285072436, + "voter": "schro" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 30839264478459, - "voter": "smooth" + "reputation": 1960155455032, + "rshares": 3963683165, + "voter": "usefree" }, { "percent": "10000", - "reputation": 0, - "rshares": 2503329964132, - "voter": "elixir" + "reputation": 486415577627, + "rshares": 5832131935, + "voter": "mark-waser" }, { - "percent": "1000", - "reputation": 0, - "rshares": 287710902952, - "voter": "badassmother" + "percent": "10000", + "reputation": 6200536920826, + "rshares": 78842175224, + "voter": "albertogm" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1807769357704, - "voter": "hr1" + "reputation": 5886979119053, + "rshares": 124984850679, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3716966053, - "voter": "boy" + "reputation": 598181152117, + "rshares": 217378357313, + "voter": "kimziv" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4512148974, - "voter": "bue-witness" + "reputation": 5571311902261, + "rshares": 2385739727, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836462066, - "voter": "bunny" + "reputation": 7949210311767, + "rshares": 31681099048, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64555146731, - "voter": "bue" + "reputation": 2758500001611, + "rshares": 4834815284, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, - "rshares": 1992041108, - "voter": "mini" + "reputation": 601987961462, + "rshares": 2048674699, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 0, - "rshares": 256342750, - "voter": "moon" + "reputation": 1019011681813, + "rshares": 6309440581, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, - "rshares": 391345621289, - "voter": "recursive2" + "reputation": 1557874437556, + "rshares": 1950086270, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2663246106892, - "voter": "recursive" + "reputation": 8461965690396, + "rshares": 56370513245, + "voter": "norbu" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1635710402, - "voter": "mineralwasser" + "reputation": 1691376287481, + "rshares": 5468585927, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 18304453032, - "voter": "lee3" + "reputation": 4276659410889, + "rshares": 3297077993, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5414824128593, - "voter": "smooth.witness" + "reputation": 336763673779, + "rshares": 261406720592, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 18475799287, - "voter": "proctologic" + "reputation": 160174254209, + "rshares": 48541441696, + "voter": "booja" }, { "percent": "10000", - "reputation": 0, - "rshares": 746955273, - "voter": "healthcare" + "reputation": 1160886081198, + "rshares": 5291287869, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, - "rshares": 1160122455, - "voter": "daniel.pan" + "reputation": 19449097565894, + "rshares": 59740956378, + "voter": "lehard" }, { "percent": "10000", - "reputation": 0, - "rshares": 345681395, - "voter": "helen.tan" + "reputation": 1700182089209, + "rshares": 94515668738, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24912848573, - "voter": "yefet" + "reputation": 65540661343, + "rshares": 3271065075, + "voter": "orly" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 80905925583, - "voter": "acidsun" + "reputation": 1518920448581, + "rshares": 13347908813, + "voter": "zer0sum" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14313091232, - "voter": "gregory-f" + "reputation": 7091975331308, + "rshares": 15418052963, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 88383741958, - "voter": "edgeland" + "reputation": 19462531467501, + "rshares": 30262479517, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 16150826520, - "voter": "ervin-lemark" + "reputation": 2880187298062, + "rshares": 2808474919, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 21498120740, - "rshares": 9879616431, - "voter": "gregory60" + "reputation": 305047794164, + "rshares": 132914868296, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1043397417470, - "voter": "gavvet" + "reputation": 45485816669, + "rshares": 237614989, + "voter": "adamgud" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 23052646155, - "voter": "joelinux" + "reputation": 52317559376, + "rshares": 8683260310, + "voter": "killswitch" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 624041244342, - "voter": "eeks" + "reputation": 4667991454724, + "rshares": 691051008415, + "voter": "slowwalker" }, { "percent": "3000", - "reputation": 4931834878069, - "rshares": 8051591598, - "voter": "fkn" + "reputation": 19111656178138, + "rshares": 21478078023, + "voter": "furion" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 213524555, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 195753480, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 9896249669, - "voter": "mranderson" + "reputation": 3320684282022, + "rshares": 131061447940, + "voter": "knircky" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1574982076, - "voter": "spaninv" + "percent": "10000", + "reputation": 54870619364044, + "rshares": 129942209735, + "voter": "jacor" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 10406978890, - "voter": "richman" + "reputation": 325589414514, + "rshares": 462582600, + "voter": "warplat" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 688096309100, - "voter": "nanzo-scoop" + "reputation": 1440357780524, + "rshares": 861064856, + "voter": "dicov" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 279099521308, - "voter": "pal" + "reputation": 0, + "rshares": 779736909, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 10093114621632, - "rshares": 91709788736, - "voter": "william-noe" + "reputation": 210282477056, + "rshares": 294672825, + "voter": "johanniellano" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 55568779435, - "voter": "hannixx42" + "reputation": 1563271634183, + "rshares": 112024827801, + "voter": "paco" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 235487543419, - "voter": "mummyimperfect" + "reputation": 2397831198773, + "rshares": 5279414454, + "voter": "karen13" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1191866879, - "voter": "coar" + "reputation": 2852532944, + "rshares": 236830702, + "voter": "hankrearden" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 76702138546, - "voter": "asch" + "reputation": 114569371319, + "rshares": 264986005, + "voter": "aqris" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2144661647, - "voter": "murh" + "percent": "10000", + "reputation": 3674446315320, + "rshares": 9971430806, + "voter": "domavila" }, { "percent": "10000", - "reputation": 2423086926842, - "rshares": 16862201332, - "voter": "b4bb4r-5h3r" + "reputation": 2877113019152, + "rshares": 12059865642, + "voter": "bycz" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 456340123187, - "voter": "cyber" + "reputation": 669199844401, + "rshares": 10719617443, + "voter": "mun" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 63722747769, - "voter": "ak2020" + "reputation": 688176613733, + "rshares": 431895128, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 259777042734, - "voter": "billbutler" + "reputation": 6338322241150, + "rshares": 48439972446, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 9935000381, - "voter": "zebbra2014" + "reputation": 658204768651, + "rshares": 47297270997, + "voter": "milestone" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 361501918739, - "voter": "taoteh1221" + "reputation": 594833631949, + "rshares": 7213851522, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 365401532, - "voter": "applecrisp" + "reputation": 3502382308233, + "rshares": 3801759782, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50727972130, - "voter": "juanmiguelsalas" + "reputation": 3033861094190, + "rshares": 13235677415, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 112039246751, - "voter": "kenny-crane" + "reputation": 34120390016, + "rshares": 3033088878, + "voter": "imp3" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 64459928102, - "voter": "ratel" + "reputation": 9999779221262, + "rshares": 37531273396, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 232433197002, - "voter": "kaylinart" + "reputation": 2173940256661, + "rshares": 10838854120, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 74353545160, - "voter": "tim-johnston" + "reputation": 741654237981, + "rshares": 5581942118, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 138285072436, - "voter": "schro" + "reputation": 76096938200261, + "rshares": 239645687302, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3963815448, - "voter": "usefree" + "reputation": 49770527, + "rshares": 3477759461, + "voter": "davidr" }, { "percent": "10000", - "reputation": 21696987204454, - "rshares": 158030774482, - "voter": "ikigai" + "reputation": 46246767220, + "rshares": 6730031949, + "voter": "rpf" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5832147480, - "voter": "mark-waser" + "reputation": 900694208703, + "rshares": 6656309508, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 122485153665, - "voter": "geoffrey" + "reputation": 433924646062, + "rshares": 165647051791, + "voter": "gabbans" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4834815284, - "voter": "fuck.off" + "reputation": 5238153913016, + "rshares": 10417743070, + "voter": "oliverb" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 1984653615, - "voter": "superfreek" + "reputation": 2619388406406, + "rshares": 2274712309, + "voter": "vlad" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6309440581, - "voter": "iloveporn" + "reputation": 1830353392409, + "rshares": 3058834943, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1950086270, - "voter": "the.bot" + "reputation": 20001506960251, + "rshares": 192027330378, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5468585927, - "voter": "the.whale" + "reputation": 6467956247739, + "rshares": 26485773447, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 260954521, - "voter": "ladyclair" + "reputation": 2114306416334, + "rshares": 3211638418, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 250950451769, - "voter": "asmolokalo" + "reputation": 743656664450, + "rshares": 1471494947, + "voter": "tokyodude" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 56829004912, - "voter": "booja" + "reputation": 897000392259, + "rshares": 1496314123, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5291287869, - "voter": "unicornfarts" + "reputation": 160134373956, + "rshares": 7968686102, + "voter": "neroru" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 60985559636, - "voter": "lehard" + "reputation": 14988694886527, + "rshares": 246199193519, + "voter": "jl777" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 94515959871, - "voter": "rubybian" + "reputation": 49520881548, + "rshares": 128161714, + "voter": "btc-dialog" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3271065075, - "voter": "orly" + "reputation": 879409745645, + "rshares": 2227835401, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6513747902, + "voter": "positive" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15418052963, - "voter": "konstantin" + "reputation": 82275088768, + "rshares": 31126333433, + "voter": "paquito" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5584802702, - "voter": "vote" + "reputation": 0, + "rshares": 1769563534, + "voter": "yarly" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2808474919, - "voter": "stranger27" + "reputation": 0, + "rshares": 268924564, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 130257219274, - "voter": "jackkang" + "reputation": 0, + "rshares": 269327749, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 179606240, - "voter": "steemswede" + "reputation": 0, + "rshares": 155839836, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 237614989, - "voter": "adamgud" + "reputation": 0, + "rshares": 156720067, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8509595104, - "voter": "killswitch" + "reputation": 0, + "rshares": 89352331, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 691053269649, - "voter": "slowwalker" + "reputation": 855588904517, + "rshares": 222759429, + "voter": "arnob" }, { "percent": "10000", - "reputation": 38421201873, - "rshares": 37407834982, - "voter": "worldfamous" + "reputation": 45712131677758, + "rshares": 80365673392, + "voter": "crazymumzysa" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 20135732884, - "voter": "furion" + "percent": "10000", + "reputation": 12468455070375, + "rshares": 10403021813, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 2421173771, - "voter": "owdy" + "reputation": 1849155799051, + "rshares": 9528196102, + "voter": "crypto.owl" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213524555, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 2374799834366, + "rshares": 3620995314, + "voter": "joshglen" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195753480, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 7078941123096, + "rshares": 12580474306, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 134258068622, - "voter": "knircky" + "reputation": 3777763523032, + "rshares": 20944933663, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 132895441774, - "voter": "jacor" + "reputation": 58190631451, + "rshares": 21191893526, + "voter": "proto" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 209258239, - "voter": "ardina" + "reputation": 153480676290, + "rshares": 573813577, + "voter": "curator" }, { - "percent": "10000", - "reputation": 1440357780524, - "rshares": 861064856, - "voter": "dicov" + "percent": "3800", + "reputation": 17698439393799, + "rshares": 11720462261, + "voter": "sisterholics" }, { "percent": "10000", "reputation": 0, - "rshares": 779736909, - "voter": "steem1653" + "rshares": 430484308, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4576859212, - "voter": "gikitiki" + "reputation": -2287580630, + "rshares": 1780768244, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3237237518, - "voter": "steemit-life" + "reputation": 0, + "rshares": 230905374, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 11487412293, - "voter": "asim" + "reputation": 54192730483, + "rshares": 212325963, + "voter": "ethanjames" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 106279964837, - "voter": "paco" + "reputation": 0, + "rshares": 80923105, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 5279470030, - "voter": "karen13" + "reputation": 16914207527051, + "rshares": 37546882661, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 2852532944, - "rshares": 236830702, - "voter": "hankrearden" + "reputation": 19497864738, + "rshares": 1108678818, + "voter": "remlaps" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 259097427, - "voter": "aqris" + "reputation": 6545561317919, + "rshares": 8876748583, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 10719668051, - "voter": "mun" + "reputation": -1193908062262, + "rshares": 135859641, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 421097750, - "voter": "karenmckersie" + "reputation": 138974533507, + "rshares": 879138099, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 30694001824, - "rshares": 1424815079, - "voter": "vorsseli" + "reputation": 979379098872, + "rshares": 1317884023, + "voter": "spinner" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 47364008840, - "voter": "streetstyle" + "reputation": 19410587962, + "rshares": 1954541056, + "voter": "andreynoch" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 47297270997, - "voter": "milestone" + "reputation": 49283901870, + "rshares": 1150395178, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 3040770542655, - "rshares": 9153104992, - "voter": "warrensteem" + "reputation": 988942038058, + "rshares": 53648606894, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3194100882, - "voter": "maximkichev" + "reputation": 0, + "rshares": 110203683, + "voter": "alrx6918" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13511420695, - "voter": "nippel66" + "reputation": 1977162029930, + "rshares": 2261747551, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2973633089, - "voter": "imp3" + "reputation": 1275505236, + "rshares": 11054232162, + "voter": "taker" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 38281898864, - "voter": "mynameisbrian" + "reputation": 36625546797, + "rshares": 683669590, + "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 2440775410341, - "rshares": 1487880898, - "voter": "iamwne" + "reputation": 10137266406870, + "rshares": 6009121037, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5470303276, - "voter": "smolalit" + "reputation": -833837861150, + "rshares": 56527569, + "voter": "sharon" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 239646282636, - "voter": "calaber24p" + "reputation": 11856501387697, + "rshares": 39501535556, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477759461, - "voter": "davidr" + "reputation": 4835227647717, + "rshares": 1451265070, + "voter": "merej99" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 5644542925, - "voter": "rpf" + "reputation": -1130081321479, + "rshares": 56215794, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 433924646062, - "rshares": 162399070383, - "voter": "gabbans" + "reputation": 10771708337101, + "rshares": 1234576640602, + "voter": "laonie" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7953925916, - "voter": "tarindel" + "reputation": 130522396758, + "rshares": 53117124175, + "voter": "sextusempiricus" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3120872080, - "voter": "azurejasper" + "reputation": 3194641726781, + "rshares": 22247555764, + "voter": "laoyao" }, { - "percent": "10000", - "reputation": 20001506960251, - "rshares": 204937769333, - "voter": "liberosist" + "percent": "2800", + "reputation": 18027204457681, + "rshares": 9989016911, + "voter": "myfirst" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 26532345698, - "voter": "deanliu" + "reputation": 5776723480371, + "rshares": 254676020388, + "voter": "somebody" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3211672162, - "voter": "cryptohustlin" + "reputation": 206355094166, + "rshares": 9575270852, + "voter": "flysaga" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 41681407792, - "voter": "sauravrungta" + "reputation": 1751717743, + "rshares": 6012114594, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 743656664450, - "rshares": 1555580373, - "voter": "tokyodude" + "reputation": 512132085322, + "rshares": 9616605350, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7968686102, - "voter": "neroru" + "reputation": 25724194555647, + "rshares": 32895718491, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 235525201719, - "voter": "jl777" + "reputation": 22613377010, + "rshares": 65287683, + "voter": "kurzer42" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 380388064, - "voter": "meteor78" + "reputation": 97845484474, + "rshares": 56543027115, + "voter": "midnightoil" }, { "percent": "10000", - "reputation": 49520881548, - "rshares": 128161714, - "voter": "btc-dialog" + "reputation": 950539828786, + "rshares": 2419134076, + "voter": "kalimor" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6513758488, - "voter": "positive" + "percent": "10000", + "reputation": 0, + "rshares": 3900111949, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 82275088768, - "rshares": 29678596995, - "voter": "paquito" + "reputation": 3016325652890, + "rshares": 143521858339, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, - "rshares": 1769563534, - "voter": "yarly" + "reputation": 31847926857, + "rshares": 65407669, + "voter": "zahar" }, { "percent": "10000", - "reputation": 0, - "rshares": 268924564, - "voter": "yarly2" + "reputation": 66769295082002, + "rshares": 36543729456, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 0, - "rshares": 269327749, - "voter": "yarly3" + "reputation": 11122126920308, + "rshares": 3424387884, + "voter": "oflyhigh" }, { - "percent": "10000", - "reputation": 0, - "rshares": 155839836, - "voter": "yarly4" + "percent": "3400", + "reputation": 1851205309677, + "rshares": 1313010019, + "voter": "xiaokongcom" }, { "percent": "10000", "reputation": 0, - "rshares": 156720067, - "voter": "yarly5" + "rshares": 432201840, + "voter": "drzigfrid" }, { "percent": "10000", - "reputation": 0, - "rshares": 89352331, - "voter": "yarly7" + "reputation": 3740136030964, + "rshares": 455963127, + "voter": "future24" }, { "percent": "10000", - "reputation": 855588904517, - "rshares": 227214618, - "voter": "arnob" + "reputation": -1468839175006, + "rshares": 56647554, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 80365673392, - "voter": "crazymumzysa" + "reputation": -1343370986030, + "rshares": 53370316, + "voter": "ciao" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 10650712809, - "voter": "carlidos" + "reputation": 3558934941, + "rshares": 63423407, + "voter": "bubblefantasy" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9528196102, - "voter": "crypto.owl" + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" }, { "percent": "10000", - "reputation": 29770846221, - "rshares": 560402362, - "voter": "jasonpay1" + "reputation": 4195733833721, + "rshares": 8802328358, + "voter": "xianjun" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1080385527, - "voter": "sompitonov" + "reputation": 4542627765008, + "rshares": 19789858217, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 21363832336, - "voter": "krabgat" + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 21192136984, - "voter": "proto" + "reputation": 28335136369, + "rshares": 1557341130, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 573813577, - "voter": "curator" + "reputation": 56139970267, + "rshares": 64019062, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 0, - "rshares": 430484308, - "voter": "yarly10" + "reputation": -894488087252, + "rshares": 64752766, + "voter": "confucius" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1780768244, - "voter": "alex.chien" + "reputation": 37279727062, + "rshares": 2127348262, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, - "rshares": 230905374, - "voter": "yarly11" + "reputation": 2118792724924, + "rshares": 92439303006, + "voter": "miacats" }, { "percent": "10000", - "reputation": 54192730483, - "rshares": 216843536, - "voter": "ethanjames" + "reputation": 647464973800, + "rshares": 562309325, + "voter": "imarealboy777" }, { "percent": "10000", "reputation": 0, - "rshares": 80923105, - "voter": "yarly12" + "rshares": 1198534462, + "voter": "anech512" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 36076140693, - "voter": "celebr1ty" + "reputation": 312224301489, + "rshares": 15486187672, + "voter": "solar" }, { "percent": "10000", - "reputation": 1712093376924, - "rshares": 6505115905, - "voter": "alphabeta" + "reputation": -789959772758, + "rshares": 53648513, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 1108678818, - "voter": "remlaps" + "reputation": 730408370151, + "rshares": 587504446, + "voter": "microluck" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 132463150, - "voter": "steemster1" + "reputation": 47334856382, + "rshares": 64006701, + "voter": "williamdevine" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 897079693, - "voter": "mar1978co" + "reputation": 3814152361740, + "rshares": 6633586421, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 5337117806, - "voter": "mahekg" + "reputation": 286385675205, + "rshares": 103421357, + "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1124830840, - "voter": "metaflute" + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 54743476423, - "voter": "gomeravibz" + "reputation": 4637390447698, + "rshares": 1080021082, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, - "rshares": 107999610, - "voter": "alrx6918" + "reputation": 13325577893779, + "rshares": 10302048637, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 2215589438, - "voter": "litrbooh" + "reputation": 10723244574, + "rshares": 4201209126, + "voter": "almerri" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11054390948, - "voter": "taker" + "reputation": 2051850885932, + "rshares": 419866589, + "voter": "mindfreak" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6136974677, - "voter": "nekromarinist" + "reputation": 0, + "rshares": 267250317, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 55181675, - "voter": "sharon" + "reputation": 24073624840, + "rshares": 2459985182, + "voter": "madoff" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 39501535556, - "voter": "allasyummyfood" + "reputation": 0, + "rshares": 51863356, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1421647416, - "voter": "merej99" + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 54844677, - "voter": "lillianjones" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22247639108, - "voter": "laoyao" + "reputation": 0, + "rshares": 51856300, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 3148615280, - "voter": "rich77" + "reputation": 0, + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 16238481694, - "voter": "timelapse" + "reputation": 1985439257, + "rshares": 87955473495, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5881431338, - "voter": "gmurph" + "reputation": 951754559495, + "rshares": 1239008835, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 1038813018744, - "rshares": 7166616203, - "voter": "chris.roy" + "reputation": 2357768295588, + "rshares": 2205820361, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9616605350, - "voter": "viktor.phuket" + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 32250704403, - "voter": "timsaid" + "reputation": 3103554028241, + "rshares": 636843287, + "voter": "levycore" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2419134076, - "voter": "kalimor" + "reputation": 2140537429766, + "rshares": 16948754783, + "voter": "yef99" }, { "percent": "10000", - "reputation": 0, - "rshares": 3815326906, - "voter": "ullikume" + "reputation": 401217888, + "rshares": 375926454, + "voter": "mig641" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 36543729456, - "voter": "terrycraft" + "reputation": 20672910301, + "rshares": 57349939, + "voter": "metu2222" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3424387884, - "voter": "oflyhigh" + "reputation": 1130219064888, + "rshares": 21129818558, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, - "rshares": 414913766, - "voter": "drzigfrid" + "reputation": 875137794542, + "rshares": 3870921315, + "voter": "trev" }, { "percent": "10000", - "reputation": 58766754772, - "rshares": 72095978, - "voter": "sizil" + "reputation": 63845074863, + "rshares": 1815355995, + "voter": "themadmonk" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 55265906, - "voter": "msjennifer" + "reputation": 11490547563070, + "rshares": 14584985043, + "voter": "hilarski" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 52099594, - "voter": "ciao" + "reputation": 5941821821586, + "rshares": 4324321324, + "voter": "onetree" }, { "percent": "10000", "reputation": 0, - "rshares": 10699216848, - "voter": "thebotkiller" + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 1706681630, - "rshares": 3028414569, - "voter": "cmorton" + "reputation": 335003583191, + "rshares": 70321266, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 364979655, - "voter": "jrcornel" + "reputation": 3144994876819, + "rshares": 677034093, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 2516108074649, + "rshares": 705816435, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 218940254, - "voter": "naifaz" + "reputation": 1833661746969, + "rshares": 2435345945, + "voter": "seva" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 21080501144, - "voter": "hanshotfirst" + "reputation": 682893592, + "rshares": 688853443, + "voter": "gear66" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 0, + "rshares": 51712804, + "voter": "troich" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588487953, - "voter": "erikclark13" + "reputation": 20797221470, + "rshares": 1686320225, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 55056393, - "voter": "evgenyche" + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 63133947, - "voter": "confucius" + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11731362875, - "voter": "borran" + "reputation": 3547713333727, + "rshares": 2230227951, + "voter": "victoriart" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 2127348262, - "voter": "bledarus" + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 90184685860, - "voter": "miacats" + "reputation": 837791549130, + "rshares": 37959499427, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 647464973800, - "rshares": 533472949, - "voter": "imarealboy777" + "reputation": 25508059, + "rshares": 50094345, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 0, - "rshares": 1198534462, - "voter": "anech512" + "reputation": 232802458264, + "rshares": 13844336129, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 52400873, - "voter": "jarvis" + "reputation": 8412926035, + "rshares": 3869089776, + "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 47334856382, - "rshares": 65286836, - "voter": "williamdevine" + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 6879274807, - "voter": "matrixdweller" + "reputation": 785171622834, + "rshares": 5698962668, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 286385675205, - "rshares": 108231653, - "voter": "smartguylabcoat" + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" }, { "percent": "10000", "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "rshares": 51812703, + "voter": "prof" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1080021082, - "voter": "chinadaily" + "reputation": 640164473382, + "rshares": 55043079, + "voter": "zettar" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10302114777, - "voter": "kyriacos" + "reputation": 0, + "rshares": 51451058, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4117184944, - "voter": "almerri" + "reputation": 0, + "rshares": 51154263, + "voter": "bane" }, { "percent": "10000", - "reputation": 64878458203, - "rshares": 1382365539, - "voter": "alexma3x" + "reputation": 0, + "rshares": 51148009, + "voter": "vive" }, { "percent": "10000", - "reputation": 2551239163442, - "rshares": 7813280890, - "voter": "johnnyyash" + "reputation": 0, + "rshares": 51142585, + "voter": "coad" }, { "percent": "10000", - "reputation": 0, - "rshares": 273060106, - "voter": "jimmytwoshoes" + "reputation": 1810829967, + "rshares": 2744324138, + "voter": "bwaser" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 51906983, + "voter": "sofa" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 244886998614, + "rshares": 218348206, + "voter": "irininich" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 321473400567, + "rshares": 343229709, + "voter": "panther" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 2609275826131, + "rshares": 54976205, + "voter": "alina1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 687559505602, + "rshares": 53822569, + "voter": "catsmart" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 86196364025, - "voter": "icfiedler" + "reputation": 26215514, + "rshares": 37823937920, + "voter": "brains" }, { "percent": "10000", - "reputation": 505219265255, - "rshares": 433283674, - "voter": "violino" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 2249936768, - "voter": "movievertigo" + "reputation": 0, + "rshares": 6362235038, + "voter": "chick1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 20782377086, + "rshares": 51092925, + "voter": "visitor" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 636843287, - "voter": "levycore" + "reputation": 5646699288797, + "rshares": 2545164161, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 56140216, - "voter": "mrlogic" + "reputation": 0, + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 368407925, - "voter": "mig641" + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 20017782377, - "voter": "andrewawerdna" + "reputation": 1409783787, + "rshares": 52023723, + "voter": "alexya" }, { "percent": "10000", - "reputation": 63845074863, - "rshares": 1815355995, - "voter": "themadmonk" + "reputation": 570800415880, + "rshares": 1549485977, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 15247938908, - "voter": "hilarski" + "reputation": 1502200909130, + "rshares": 84322994, + "voter": "ola1" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4237834897, - "voter": "onetree" + "reputation": 6072650400812, + "rshares": 1139081977, + "voter": "herpetologyguy" }, { "percent": "10000", "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 8652306644, - "rshares": 57005287, - "voter": "alktoni" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 677034093, - "voter": "nulliusinverba" + "reputation": 0, + "rshares": 4918419398, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 664387796, - "voter": "runridefly" + "reputation": 99160090205, + "rshares": 130982481, + "voter": "bo-ro" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2435345945, - "voter": "seva" + "reputation": 264508777365, + "rshares": 108582638, + "voter": "shubham1696" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 2470078101, - "voter": "funkywanderer" + "reputation": 8574428066, + "rshares": 50059314, + "voter": "shivayoga" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 702911677, - "voter": "gear66" + "reputation": 414609406210, + "rshares": 175435523, + "voter": "robotev" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1875177639, - "voter": "richardcrill" + "reputation": 234362047, + "rshares": 50020884, + "voter": "coriana" }, { "percent": "10000", "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "rshares": 50944810, + "voter": "noriron" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1651188554, - "voter": "davidjkelley" + "reputation": 0, + "rshares": 50938725, + "voter": "haved" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" - }, + "rshares": 50704078, + "voter": "yotoh" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "I had been involved in a number of fights through the years and as my senses were not dulled with liquor, was pretty good at it. \n\n\nDating a Girl called Lesley B , Her Best Friend a pretty Blond Girl called Sharon. ( Lesley is a Redhead ,by the Way)\n\nThere was a Session happening at the Florida Town Hall \" Club 762\" We were dead keen to go , Sharon was not allowed to go.Lesley speaks to them ( Parents) and says she will be fine as they will be going with me.Sharon's Parents want to meet me.\n\nSome background here:- Sharon's Parents are elderly, tried for many years to have children and eventually they have Sharon, their most precious possession, and they were over protective over her (maybe)\n\nI go to meet the parents and when they find out I do not drink reluctantly let there Daughter go with Lesley and myself, we are 2 blocks away from the Town Hall ( where I had parked my Motorcycle and walked to Lesley's house, 3 houses from Sharon.)\n\nThe 3 of us strolled down to the Hall , I paid the entrance fee and in we went.Good Band playing and we seemed set for some fun.\n\nSome Guy's I had been in an altercation with previously start talking to me , saying that my problem is that I have never been Drunk and therefore don't know how it feels ,and am too quick to react when they don't really mean any harm.\n\nI am finding this very difficult to put into print as I am not sure if I have ever told this story to anyone, and it lives with me to this day!\n-\nAnyhow I had some Vodka against Lesley's protests , and a short while later was on my hands and knees trying to climb on my motorcycle but falling over it. \n\nhttps://pixabay.com/static/uploads/photo/2014/08/26/20/08/alcohol-428392_960_720.jpg\n\nNext thing Lesley comes to me saying Sharon is missing, I would like to say this sobered me up ,but not really, we start looking all over for her to no avail! I of course do not want to go to her house to see if she is there.\n\nLesley and a friend go there under some pretense but Sharon is not at home .\nA while later a car stops outside the Hall Sharon is shoved out and it speeds off. She has blood on her dress. Turns out she was talking to a Guy outside, pulled her into the car , no inside door handle or window winder handle , drove her off to the veld and held a knife to her throat, crying and pleading had no effect.\n\nShe did not have a clear description, medium build, blond, and very strong.\n\nWe took her home and faced her Parents,Can you think of a good way to tell parents who have trusted the light of their lives, to your care that your stupidity got her Raped? I cannot describe (or forget) the expressions on their faces when they looked at me, smelled the Booze, and told me never to set foot in their home again. I still punish myself with the most useless of Human statements which begins with \" If only....\"\n\nAs an addendum to this Story. From the Car description I got from Sharon, I tracked down the car to a friend of mine from Roodepoort ( I am not giving his name) Phoned Sharon's folks asked them what they wanted to do. I gave him a choice of calling the Cops on him or him going to see Sharon's Parents. He chose the latter and from what I heard afterward they were a lot better than I would have been in the same circumstances!\nThey got his confession and said they did not want to ruin his life with a stint in Jail, but he had better never be involved in something similar.( Blamed Booze for it)\n\nStrangely enough about 2 months later,riding past Florida Lake at night , I heard a Girl scream ,hopped off my bike , found 2 Guy's attacking a Girl . I hit the one Guy with a handy Brick and hurled it at the other as he took off. I helped E... to her feet , clothing a bit torn, took her to my house to clean up a bit and then home. Guess who's Sister this turned out to be!You're right, the Villain of the above situation had just had his Sister rescued from the same fate. Family extremely Grateful.\n\nAddendum 2 A few years Later Sharon married a Guy who worshiped the ground she walked on and they had a couple of kids ( I later bought a Ford Transit Van from him as transport for my Band).\n-", + "body_length": 4139, + "cashout_time": "2016-09-05T11:32:09", + "category": "drunk", + "children": 8, + "created": "2016-08-29T11:32:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"drunk\",\"alcohol\",\"life\",\"mistakes\"],\"image\":[\"https://pixabay.com/static/uploads/photo/2014/08/26/20/08/alcohol-428392_960_720.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T16:03:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59579513859399, + "parent_author": "", + "parent_permlink": "drunk", + "pending_payout_value": "455.700 HBD", + "percent_hbd": 10000, + "permlink": "chronicles-of-alan-another-reason-i-do-not-drink-featuring-awgbibb-as-author", + "post_id": 1039924, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Another reason I do not Drink... (Featuring @awgbibb as author)", + "title": "Chronicles of Alan: Another reason I do not Drink... (Featuring @awgbibb as author)", + "total_payout_value": "0.000 HBD", + "url": "/drunk/@gavvet/chronicles-of-alan-another-reason-i-do-not-drink-featuring-awgbibb-as-author" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 261787136527, + "rshares": 629940218181, + "voter": "barrie" }, { "percent": "10000", - "reputation": 652958439639, - "rshares": 684174132, - "voter": "ksena" + "reputation": 32455846463901, + "rshares": 30838738591562, + "voter": "smooth" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37959598649, - "voter": "sponge-bob" + "reputation": 0, + "rshares": 1468981814174, + "voter": "commedy" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 13555928005, - "voter": "digital-wisdom" + "reputation": 4107373187010, + "rshares": 1807645934163, + "voter": "hr1" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3869089776, - "voter": "ericbotticelli" + "reputation": 1214229078, + "rshares": 3716926347, + "voter": "boy" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 4712949449, + "rshares": 4512089415, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5698978213, - "voter": "jwaser" + "reputation": 1789951494550, + "rshares": 836460080, + "voter": "bunny" }, { "percent": "10000", - "reputation": 1134384219489, - "rshares": 16728445432, - "voter": "oldstone" + "reputation": 103443134841, + "rshares": 64542005172, + "voter": "bue" }, { "percent": "10000", - "reputation": 73376503650, - "rshares": 14654779487, - "voter": "cryptobiker" + "reputation": 0, + "rshares": 1992019269, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "rshares": 256342750, + "voter": "moon" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 391332239417, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 9028537022578, + "rshares": 2663101956176, + "voter": "recursive" }, { "percent": "10000", - "reputation": 5949422263, - "rshares": 201968887947, - "voter": "asksisk" + "reputation": 7520586390, + "rshares": 125539649043, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": -248081771849, - "rshares": 54746334, - "voter": "chuckleberry" + "reputation": 1682985060, + "rshares": 18842819298, + "voter": "lee3" }, { "percent": "10000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 8342011497, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 83941319998, + "rshares": 5411883564193, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 18475799287, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 746953288, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 2288762261504, - "rshares": 9183413814, - "voter": "goose" + "reputation": 0, + "rshares": 1160116499, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2687150718, - "voter": "bwaser" + "reputation": 8963739580468, + "rshares": 136770255608, + "voter": "team" }, { "percent": "10000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "rshares": 345681395, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 218348206, - "voter": "irininich" + "reputation": 1118904717803, + "rshares": 48088611906, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 350094303, - "voter": "panther" + "reputation": 12188250813227, + "rshares": 79147101114, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 54976205, - "voter": "alina1" + "reputation": 3444102146490, + "rshares": 14312826868, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 4096902673961, - "rshares": 1063077875, - "voter": "tanyabtc" + "reputation": 4733188979515, + "rshares": 16838095734, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37824020605, - "voter": "brains" + "reputation": 21498120740, + "rshares": 9879616431, + "voter": "gregory60" }, { "percent": "10000", - "reputation": 119198828550, - "rshares": 144837025, - "voter": "inwoxer" + "reputation": 204869765185479, + "rshares": 1085985067163, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, - "rshares": 6362235038, - "voter": "chick1" + "reputation": 4602759566516, + "rshares": 20700335323, + "voter": "joelinux" }, { - "percent": "10000", - "reputation": 5646699288797, - "rshares": 2443357594, - "voter": "gringalicious" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8051469822, + "voter": "fkn" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 3380310417590, + "rshares": 9508161447, + "voter": "mranderson" }, { - "percent": "10000", - "reputation": 0, - "rshares": 10913639463, - "voter": "ksc" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1453785929, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1517205019, - "voter": "ellepdub" + "reputation": 15854806148148, + "rshares": 10406781171, + "voter": "richman" }, { "percent": "10000", - "reputation": 2474314, - "rshares": 50973283, - "voter": "ascares" + "reputation": 58571016273092, + "rshares": 688064472553, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 189363957513, - "rshares": 59815612, - "voter": "rynow" + "reputation": 865237448731, + "rshares": 1787913144, + "voter": "maxim-ananko" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 84322994, - "voter": "ola1" + "reputation": 6580794427504, + "rshares": 56751093891, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1114846190, - "voter": "herpetologyguy" + "reputation": 21903005256174, + "rshares": 235478162232, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 50835881, - "voter": "roman-dikanev" + "reputation": 1663549830469, + "rshares": 1280066952, + "voter": "coar" }, { "percent": "10000", - "reputation": 0, - "rshares": 4815967872, - "voter": "morgan.waser" + "reputation": 161089556767, + "rshares": 79540753439, + "voter": "asch" }, { - "percent": "10000", - "reputation": 74431494282, - "rshares": 50925874, - "voter": "iggy" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2144623925, + "voter": "murh" }, { "percent": "10000", - "reputation": 18070254, - "rshares": 51494810, - "voter": "yagincev" + "reputation": 2423086926842, + "rshares": 15068350127, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 3656648253, - "rshares": 51420059, - "voter": "sohatuj" + "reputation": 824717099743, + "rshares": 479147276161, + "voter": "cyber" }, { "percent": "10000", - "reputation": 448574826, - "rshares": 51410425, - "voter": "shashina" + "reputation": 3037854988445, + "rshares": 63720348699, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 9984597, - "rshares": 51375663, - "voter": "daser" + "reputation": 10395665548525, + "rshares": 249385961025, + "voter": "billbutler" }, { "percent": "10000", - "reputation": 30980317, - "rshares": 51372872, - "voter": "ferrop" + "reputation": 1444446898291, + "rshares": 11739122004, + "voter": "johnerfx" }, { "percent": "10000", - "reputation": 68209080, - "rshares": 51270013, - "voter": "drinkthemilk" + "reputation": 20763505296686, + "rshares": 237820008048, + "voter": "wingz" }, { "percent": "10000", - "reputation": 3976227761, - "rshares": 51221805, - "voter": "afroditta" + "reputation": 3804349938696, + "rshares": 57491701747, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 51220514, - "voter": "goltigari" + "reputation": 3046358914696, + "rshares": 13324363615, + "voter": "samether" }, { "percent": "10000", - "reputation": 416673642, - "rshares": 51229675, - "voter": "galeevmotor" + "reputation": 5888717170887, + "rshares": 64457408833, + "voter": "ratel" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 168125709, - "voter": "robotev" + "reputation": 77590508815145, + "rshares": 240343678432, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 234362047, - "rshares": 50020884, - "voter": "coriana" + "reputation": 60725834714442, + "rshares": 496377367873, + "voter": "infovore" }, { "percent": "10000", - "reputation": 0, - "rshares": 50944810, - "voter": "noriron" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "South Africa is a country of anger. \n\n\"\n\nPre and post 1994, the watershed in South African history as it was the first democratic election. \n\nIt is a rage of loss of previously assumed \u201crights or benefits\u201d. It is a rage of entitlement promised but not delivered. \n-\nOutwardly it is manifest in symptoms such as road rage, family murders and despair. We are a society that is victimised by the biased reporting of media. Sympathy and empathy are often missing, particularly for those with whom we do not identify. Anger is a downward spiral of ever increasing intensity. Political parties feed off it and ignite it. I am no social scientist and can only speak from my own perspective and observations. Comments are generalisations and cannot be applied completely; the exception often only goes to prove the rule. Often, I believe, stereotypes exist for a reason but blanket use often allows the intellectually lazy to apply them without thought, often unjustly condemning others.\n\nYet there are many who do not allow themselves to be sucked into the morass of hatred. \n-\nHow? Why? South Africa is a society of strong contrasts in the very people themselves; some are humorous and quite relaxed, others extremely aggressive and highly . There also seems to be a geographical component; those at the coast seem to be calmer and those in Gauteng (Johannesburg/Pretoria) seems to be more tense. Whites seem more tense, Blacks seem more laid back. Folks in rural areas calmer than their urban counterparts.\n\nA problem in modern society seems to be equating an individual\u2019s worth with their ability to acquire financial rewards for their \u201ccontribution\u201d to society. Society is based on consumerism, the more you earn, the more you can acquire. One\u2019s earning capacity is often reflected in the type of car you drive and the kind of suburb you live in. If one\u2019s opportunities are restricted unfairly, anger and depression are poisons that fester in the hearts of people. Even in post \u2013 Apartheid South Africa these ills prevail in the form of poorly administered attempts to correct historical imbalances in policies such as \u201caffirmative action\u201d, \u201cdemographic equity\u201d, \u201cemployment equity\u201d and others.\n\n\"\n\nMany aspirations of the youth are currently based on the old English system, from when South Africa was still a British colony. \n-\n The \u201cwhite collar employee\u201d (probably with a university degree) definitely ranks above the \u201cblue collar worker\u201d (the tradesman or unskilled labourer), further this economic divide had/has racial application as well. So in South Africa the aspiration of the young masses is to obtain a tertiary education for the prestige and employment opportunities. This is bad for South Africa, to be stuck with that model from England. Too bad we did not use the German or Japanese systems, where the white collar and the blue collar are treated with mutual respect. University costs in South Africa are extremely high when compared to the average income of the average White citizen, let alone the average Black wage earner. The vast majority of the youth want a degree but lack resources. Currently there is a great deal of civil unrest among the youth and lots of demonstrations demanding their free access to these institutions. Their anger spills over into arson and sometimes the very structures that are needed are destroyed. Irrational behaviour to those who have the means to access such facilities due to their wealth. The anger of the Black youth is further exacerbated when the arrogance of government leaders who misuse state funds to enrich themselves and their circle of comrades is blatantly evident.\n\nAnother area of anger is from many in the Afrikaner community towards England and their concentration camps that were created in the Boer War (started in 1899). \n-\n For a bit of background it must be remembered that the Boer Commandos were highly mobile groups of Afrikaner farmers on horseback who harassed the British army. The Commandos were given supplies by the many farmers and were unable to be dealt with by the British Military. Concentration camps were created to remove all the women and children from their farms in order to prevent supplies from being available for the Commandos, disease and death were rife in these camps. Hatred for anything English was stored in the Afrikaner psyche. An example of this was when I was a child in the late 1960\u2019s and living in Welkom (a mining town in the Free State), our Afrikaans neighbours would not allow their children to play with us (in the late 1960\u2019s) because we were \u201cEngels\u201d(English). Obviously such instances were not always the case in interactions between the two major white cultures in South Africa.\n\nYet anger is not just out there in my society, it can also be a poison within myself and family members, where victims can become the aggressor. \n-\nI have seen its ugly hand manifest in my father\u2019s temper early in his marriage to my mother and how that has created insecurities within me. Even though my father was able to learn to master his temper when he got older, memories can often never be removed. Then I who observed this weakness in my father, found myself as a teenager struggling to overcome these feelings of anger and rage. I reflect as to why I had such intense feelings of anger \u2013 I was never abused, my parents did everything they could for us children, showed an interest in all our hobbies and sports, and taught us Christian values. Yet one day I found myself with my hand raised to strike my mother, I was horrified and immediately resolved right there and then to learn to control my temper. I feel that is something I have been fairly successful with.\n\nIn South Africa the definition of masculinity is quite extreme and quite narrow. \n-\nA man must not show weakness, does not cry, must be brave, must be prepared to fight and must be the primary breadwinner. Sometimes this rigid definition has no place for the male who may be more sensitive, may not like sport, may not like hunting, or doing macho things, then he is derided as being a \u201cmoffie\u201d or a \u201chomo\u201d. When circumstances force a change that is beyond the control of this dominating male, violent domestic tragedies sometimes occur. I just wish these guys would shoot themselves before shooting their families.\n\nTo overcome such feelings of anger, it takes self control, even a paradigm shift. \n-\nI have found many people able to survive by having a good sense of humour. I find that more people are able to discuss differences in opinion without wanting to kill each other. In my own life I can easily illustrate my point here: In South Africa the taxi industry was started as it could offer a better alternative to the government service of large buses. It is far more convenient for the Black folk as they are able to get dropped off much closer to their homes. However these drivers are like the pirates that roamed the seas a couple of centuries ago. Rules of the road and courtesy are usually not observed, this drives the average White motorist insane with anger. A couple of factors changed my perspective, first some Afrikaans friends of mine are so patient despite the antics of these pirate-like fellows, and secondly whenever I am stuck on the side of the road requiring assistance, these taxi drivers are the only people who are prepared to help a stranger, and even a white person at that. So now I just shake my head and grin while driving in traffic.\n\n\"\n\nBeing a married man means that there will be occasions where my red haired wife, Michele (of Germanic and Italian descent), will not be too reticent to point out my many flaws. After 26 years, I am learning to take it on the chin. She gave me a great compliment when discussing the boyfriend\u2019s relationship with Shae. Michele said that I never broke her down and I showed belief in her abilities, we are equals and have invested ourselves fully in this relationship\u2019.\n\nI find my wife to be remarkable in that she was raised in a home where she was a victim of an extremely angry father and her brother was clearly the favourite of both parents. This has deeply affected her, yet she has an unbroken spirit and is able to demonstrate love to all family members. It is so sad to see her continually trying to get her mother\u2019s approval without success but she keeps on trying.\n\nI am certainly not one who is above this malady but I do try to exercise self control. Things seem to improve slowly and steadily in South Africa, I would like to believe I can be part of the solution and not the problem.\n-", - "body_length": 9394, - "cashout_time": "2016-09-05T12:53:39", - "category": "anger", - "children": 9, - "created": "2016-08-29T12:53:39", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"anger\",\"growth\",\"challenges\",\"overcoming\",\"hope\"],\"image\":[\"http://i557.photobucket.com/albums/ss16/fred703/poison_zpsx5lbcg4n.png\",\"http://i557.photobucket.com/albums/ss16/fred703/monaco-1493365_960_720_zpsemirplvl.jpg\",\"http://i557.photobucket.com/albums/ss16/fred703/TAXIS-PROTEST-001_zps3ferqh6n.jpg\"],\"links\":[\"http://s557.photobucket.com/user/fred703/media/poison_zpsx5lbcg4n.png.html\",\"http://s557.photobucket.com/user/fred703/media/monaco-1493365_960_720_zpsemirplvl.jpg.html\",\"http://s557.photobucket.com/user/fred703/media/TAXIS-PROTEST-001_zps3ferqh6n.jpg.html\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T13:57:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 54292753438690, - "parent_author": "", - "parent_permlink": "anger", - "pending_payout_value": "385.237 HBD", - "percent_hbd": 10000, - "permlink": "anger-a-self-administered-poison", - "post_id": 1040752, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Anger- a self administered poison (featuring @fred703 as author)", - "title": "Anger- a self administered poison (featuring @fred703 as author)", - "total_payout_value": "0.000 HBD", - "url": "/anger/@gavvet/anger-a-self-administered-poison" - }, - { - "active_votes": [ + "reputation": 4526468651953, + "rshares": 79096544055, + "voter": "tim-johnston" + }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 30839263811531, - "voter": "smooth" + "reputation": 5260794316761, + "rshares": 138285072436, + "voter": "schro" }, { "percent": "10000", - "reputation": 0, - "rshares": 172698469547, - "voter": "highasfuck" + "reputation": 37159422493, + "rshares": 789120398, + "voter": "johnerminer" }, { "percent": "10000", - "reputation": 0, - "rshares": 1713986920737, - "voter": "disney" + "reputation": 486415577627, + "rshares": 5955997477, + "voter": "mark-waser" }, { - "percent": "1000", - "reputation": 0, - "rshares": 287710902952, - "voter": "badassmother" + "percent": "10000", + "reputation": 5571311902261, + "rshares": 2436500146, + "voter": "mammasitta" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1807766145053, - "voter": "hr1" + "reputation": 7949210311767, + "rshares": 31047477068, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3666366842722, - "voter": "wang" + "reputation": 2758500001611, + "rshares": 4731946873, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 210156513907, - "voter": "alex90342fastn1" + "reputation": 601987961462, + "rshares": 2048653526, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 0, - "rshares": 391345621289, - "voter": "recursive2" + "reputation": 1019011681813, + "rshares": 6309440581, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2663238767409, - "voter": "recursive" + "reputation": 1557874437556, + "rshares": 1950086270, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 936456028098, - "voter": "boombastic" + "reputation": 2272555442064, + "rshares": 4145876729, + "voter": "azaan" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 125539740369, - "voter": "mrs.agsexplorer" + "reputation": 1691376287481, + "rshares": 5468585927, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 18842819298, - "voter": "lee3" + "reputation": 4276659410889, + "rshares": 3231136433, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5413410850470, - "voter": "smooth.witness" + "reputation": 1797275012018, + "rshares": 8748767514, + "voter": "dasha" }, { "percent": "10000", - "reputation": 585246886482, - "rshares": 77462002230, - "voter": "vip" + "reputation": 336763673779, + "rshares": 256178586181, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 17672503666, - "voter": "proctologic" + "reputation": 160174254209, + "rshares": 44989628889, + "voter": "booja" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24912798962, - "voter": "yefet" + "reputation": 1160886081198, + "rshares": 5178707276, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 48088628451, - "voter": "noaommerrr" + "reputation": 19449097565894, + "rshares": 60985559636, + "voter": "lehard" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 79147101114, - "voter": "acidsun" + "reputation": 65540661343, + "rshares": 3270985656, + "voter": "orly" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14599083406, - "voter": "gregory-f" + "reputation": 7091975331308, + "rshares": 15732707105, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 88383741958, - "voter": "edgeland" + "reputation": 1035952800698, + "rshares": 5465977113, + "voter": "vote" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 16838095734, - "voter": "ervin-lemark" + "reputation": 2880187298062, + "rshares": 2866984813, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1043397417470, - "voter": "gavvet" + "reputation": 5754523667110, + "rshares": 13520814282, + "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 23052646155, - "voter": "joelinux" + "reputation": 2237331858240, + "rshares": 5758594545, + "voter": "kissmybutt" }, { - "percent": "10000", - "reputation": 12382143533351, - "rshares": 609180257556, - "voter": "eeks" + "percent": "6300", + "reputation": 4667991454724, + "rshares": 449977002487, + "voter": "slowwalker" }, { "percent": "3000", - "reputation": 4931834878069, - "rshares": 8051581011, - "voter": "fkn" + "reputation": 19111656178138, + "rshares": 20723230509, + "voter": "furion" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 9508161447, - "voter": "mranderson" + "reputation": 3149488018622, + "rshares": 2371746176, + "voter": "owdy" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1453829609, - "voter": "spaninv" + "percent": "3000", + "reputation": 9142611234, + "rshares": 213524555, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 15854806148148, - "rshares": 10807247309, - "voter": "richman" + "percent": "3000", + "reputation": 3871042, + "rshares": 195753480, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 688094738669, - "voter": "nanzo-scoop" + "reputation": 2770303185670, + "rshares": 1394242401, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 10093114621632, - "rshares": 93543984510, - "voter": "william-noe" + "reputation": 736644764370, + "rshares": 1341916202183, + "voter": "renohq" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56751093891, - "voter": "hannixx42" + "reputation": 2069855377344, + "rshares": 10433211509, + "voter": "spiz0r" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 230777257605, - "voter": "mummyimperfect" + "reputation": 54870619364044, + "rshares": 144707722364, + "voter": "jacor" }, { "percent": "10000", - "reputation": 7317943657, - "rshares": 2366315340, - "voter": "alenevaa" + "reputation": 1440357780524, + "rshares": 885666709, + "voter": "dicov" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1280143721, - "voter": "coar" + "reputation": 0, + "rshares": 779727644, + "voter": "steem1653" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 79542865885, - "voter": "asch" + "reputation": 210282477056, + "rshares": 288894926, + "voter": "johanniellano" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2144659662, - "voter": "murh" + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11487217736, + "voter": "asim" }, { "percent": "10000", - "reputation": 3971811465, - "rshares": 8485445412, - "voter": "gore84" + "reputation": 1563271634183, + "rshares": 106279964837, + "voter": "paco" }, { "percent": "10000", - "reputation": 2423086926842, - "rshares": 16503431091, - "voter": "b4bb4r-5h3r" + "reputation": 2397831198773, + "rshares": 5279271504, + "voter": "karen13" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 200098316281, - "voter": "dragonslayer109" + "reputation": 3655676496603, + "rshares": 9667224942, + "voter": "cloveandcinnamon" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 479156698721, - "voter": "cyber" + "reputation": 114569371319, + "rshares": 253208849, + "voter": "aqris" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 62448163130, - "voter": "ak2020" + "reputation": 2877113019152, + "rshares": 11586929734, + "voter": "bycz" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 254581501880, - "voter": "billbutler" + "reputation": 669199844401, + "rshares": 10509428866, + "voter": "mun" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 40270702221, - "voter": "justtryme90" + "reputation": 6338322241150, + "rshares": 48439972446, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": -2683858617900, - "rshares": 10171533806, - "voter": "zebbra2014" + "reputation": 658204768651, + "rshares": 48423396496, + "voter": "milestone" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 369900427727, - "voter": "taoteh1221" + "reputation": 594833631949, + "rshares": 7213802876, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 50727972130, - "voter": "juanmiguelsalas" + "reputation": 1537463763, + "rshares": 25425766876, + "voter": "creemej" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 232068408161, - "voter": "kaylinart" + "reputation": 3502382308233, + "rshares": 3877761233, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 80678474937, - "voter": "tim-johnston" + "reputation": 38681973250, + "rshares": 1672988458, + "voter": "cats" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 138285072436, - "voter": "schro" + "reputation": 2713713668533, + "rshares": 1722851773, + "voter": "the-future" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3963683165, - "voter": "usefree" + "reputation": 1851264493766, + "rshares": 3235671738, + "voter": "begstreets" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5832131935, - "voter": "mark-waser" + "reputation": 34120390016, + "rshares": 2973616548, + "voter": "imp3" }, { "percent": "10000", - "reputation": 6200536920826, - "rshares": 78842175224, - "voter": "albertogm" + "reputation": 9999779221262, + "rshares": 38281797631, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 124984850679, - "voter": "geoffrey" + "reputation": 2173940256661, + "rshares": 10586787745, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 598181152117, - "rshares": 217378357313, - "voter": "kimziv" + "reputation": 741654237981, + "rshares": 5581859390, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 5571311902261, - "rshares": 2385739727, - "voter": "mammasitta" + "reputation": 49770527, + "rshares": 3409568099, + "voter": "davidr" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31681099048, - "voter": "talanhorne" + "reputation": 14544132145555, + "rshares": 9203060395, + "voter": "pcste" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4834815284, - "voter": "fuck.off" + "reputation": 46246767220, + "rshares": 6295836339, + "voter": "rpf" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 2048674699, - "voter": "superfreek" + "reputation": 477578742546, + "rshares": 7953910371, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 6309440581, - "voter": "iloveporn" + "reputation": 1830353392409, + "rshares": 3120011641, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1950086270, - "voter": "the.bot" + "reputation": 6467956247739, + "rshares": 27197763226, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 8461965690396, - "rshares": 56370513245, - "voter": "norbu" + "reputation": 2114306416334, + "rshares": 3305646692, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5468585927, - "voter": "the.whale" + "reputation": 1878917499597, + "rshares": 5673938291, + "voter": "sharker" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3297077993, - "voter": "michaellamden68" + "reputation": 743656664450, + "rshares": 1177195958, + "voter": "tokyodude" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 261406720592, - "voter": "asmolokalo" + "reputation": 3415496053078, + "rshares": 3513489848, + "voter": "dmitriybtc" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 48541441696, - "voter": "booja" + "reputation": 160134373956, + "rshares": 8131312349, + "voter": "neroru" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5291287869, - "voter": "unicornfarts" + "reputation": 14988694886527, + "rshares": 246194178567, + "voter": "jl777" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 59740956378, - "voter": "lehard" + "reputation": 49520881548, + "rshares": 130724948, + "voter": "btc-dialog" }, { - "percent": "10000", - "reputation": 1700182089209, - "rshares": 94515668738, - "voter": "rubybian" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6513652597, + "voter": "positive" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3271065075, - "voter": "orly" + "reputation": 82275088768, + "rshares": 30402465214, + "voter": "paquito" }, { "percent": "10000", - "reputation": 1518920448581, - "rshares": 13347908813, - "voter": "zer0sum" + "reputation": 0, + "rshares": 1769531766, + "voter": "yarly" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 15418052963, - "voter": "konstantin" + "reputation": 0, + "rshares": 268924564, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 30262479517, - "voter": "hitmeasap" + "reputation": 0, + "rshares": 269327749, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2808474919, - "voter": "stranger27" + "reputation": 0, + "rshares": 155839836, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 132914868296, - "voter": "jackkang" + "reputation": 0, + "rshares": 156720067, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 45485816669, - "rshares": 237614989, - "voter": "adamgud" + "reputation": 0, + "rshares": 89352331, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8683260310, - "voter": "killswitch" + "reputation": 855588904517, + "rshares": 222759429, + "voter": "arnob" }, { "percent": "10000", - "reputation": 4667991454724, - "rshares": 691051008415, - "voter": "slowwalker" + "reputation": 45712131677758, + "rshares": 78655765447, + "voter": "crazymumzysa" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 21478078023, - "voter": "furion" + "percent": "10000", + "reputation": 12468455070375, + "rshares": 10403021813, + "voter": "carlidos" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213524555, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 1849155799051, + "rshares": 9329692016, + "voter": "crypto.owl" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195753480, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 60975043955, + "rshares": 700736195, + "voter": "clonewarz" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 131061447940, - "voter": "knircky" + "reputation": 7078941123096, + "rshares": 13139333944, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 129942209735, - "voter": "jacor" + "reputation": 1499533080300, + "rshares": 3100452297, + "voter": "crystaljenn" }, { "percent": "10000", - "reputation": 325589414514, - "rshares": 462582600, - "voter": "warplat" + "reputation": 58190631451, + "rshares": 22112843457, + "voter": "proto" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 861064856, - "voter": "dicov" + "reputation": 153480676290, + "rshares": 573813577, + "voter": "curator" }, { "percent": "10000", "reputation": 0, - "rshares": 779736909, - "voter": "steem1653" + "rshares": 430484308, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 210282477056, - "rshares": 294672825, - "voter": "johanniellano" + "reputation": -2287580630, + "rshares": 1780768244, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 112024827801, - "voter": "paco" + "reputation": 0, + "rshares": 230905374, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 5279414454, - "voter": "karen13" + "reputation": 54192730483, + "rshares": 212325963, + "voter": "ethanjames" }, { "percent": "10000", - "reputation": 2852532944, - "rshares": 236830702, - "voter": "hankrearden" + "reputation": 1416246303584, + "rshares": 8992241595, + "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 114569371319, - "rshares": 264986005, - "voter": "aqris" + "reputation": 0, + "rshares": 80923105, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 9971430806, - "voter": "domavila" + "reputation": 16914207527051, + "rshares": 36810669275, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 2877113019152, - "rshares": 12059865642, - "voter": "bycz" + "reputation": 1841035810445, + "rshares": 3049709509, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 10719617443, - "voter": "mun" + "reputation": 136260156259, + "rshares": 175893823, + "voter": "kibela" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 431895128, - "voter": "karenmckersie" + "reputation": -1193908062262, + "rshares": 135859641, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 48439972446, - "voter": "streetstyle" + "reputation": 2413145659228, + "rshares": 2631384469, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 47297270997, - "voter": "milestone" + "reputation": 138974533507, + "rshares": 879138099, + "voter": "mar1978co" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 7213851522, - "voter": "lichtblick" + "reputation": 979379098872, + "rshares": 1317884023, + "voter": "spinner" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3801759782, - "voter": "maximkichev" + "reputation": 212959420968, + "rshares": 10061426682, + "voter": "michiel" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13235677415, - "voter": "nippel66" + "reputation": 19410587962, + "rshares": 1954541056, + "voter": "andreynoch" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 3033088878, - "voter": "imp3" + "reputation": 1804907957838, + "rshares": 2347739567, + "voter": "belkins" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37531273396, - "voter": "mynameisbrian" + "reputation": 8806485920347, + "rshares": 29781907639, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 10838854120, - "voter": "benjiberigan" + "reputation": 988942038058, + "rshares": 52553737366, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5581942118, - "voter": "smolalit" + "reputation": 0, + "rshares": 105795536, + "voter": "alrx6918" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 239645687302, - "voter": "calaber24p" + "reputation": 1977162029930, + "rshares": 2261747551, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 49770527, - "rshares": 3477759461, - "voter": "davidr" + "reputation": 1275505236, + "rshares": 11053898613, + "voter": "taker" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 6730031949, - "voter": "rpf" + "reputation": 0, + "rshares": 1384397013, + "voter": "gruber" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6656309508, - "voter": "cryptobro" + "reputation": 10137266406870, + "rshares": 6009121037, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 433924646062, - "rshares": 165647051791, - "voter": "gabbans" + "reputation": -833837861150, + "rshares": 56527569, + "voter": "sharon" }, { "percent": "10000", - "reputation": 5238153913016, - "rshares": 10417743070, - "voter": "oliverb" + "reputation": 11856501387697, + "rshares": 38227292474, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 2274712309, - "voter": "vlad" + "reputation": -1130081321479, + "rshares": 56215794, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3058834943, - "voter": "azurejasper" + "reputation": 130522396758, + "rshares": 54179466659, + "voter": "sextusempiricus" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 192027330378, - "voter": "liberosist" + "reputation": 3194641726781, + "rshares": 22864857775, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 26485773447, - "voter": "deanliu" + "reputation": 4321340596238, + "rshares": 2453739217, + "voter": "asdes" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3211638418, - "voter": "cryptohustlin" + "reputation": 512132085322, + "rshares": 9808819338, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 743656664450, - "rshares": 1471494947, - "voter": "tokyodude" + "reputation": 31031494498, + "rshares": 1318215676, + "voter": "littleboo" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 1496314123, - "voter": "foxxycat" + "reputation": 25724194555647, + "rshares": 32250704403, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7968686102, - "voter": "neroru" + "reputation": 2806306672700, + "rshares": 2799366492, + "voter": "denn" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 246199193519, - "voter": "jl777" + "reputation": 950539828786, + "rshares": 2419134076, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 49520881548, - "rshares": 128161714, - "voter": "btc-dialog" + "reputation": 0, + "rshares": 3899883622, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2227835401, - "voter": "lostnuggett" + "reputation": 31847926857, + "rshares": 65407669, + "voter": "zahar" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6513747902, - "voter": "positive" + "percent": "10000", + "reputation": 66769295082002, + "rshares": 37274604045, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 82275088768, - "rshares": 31126333433, - "voter": "paquito" + "reputation": 86811749666, + "rshares": 142151009, + "voter": "luke490" }, { "percent": "10000", - "reputation": 0, - "rshares": 1769563534, - "voter": "yarly" + "reputation": 790526925913, + "rshares": 1315455968, + "voter": "dolov" }, { "percent": "10000", - "reputation": 0, - "rshares": 268924564, - "voter": "yarly2" + "reputation": 11122126920308, + "rshares": 3538452080, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, - "rshares": 269327749, - "voter": "yarly3" + "reputation": 1562464639, + "rshares": 60024015, + "voter": "nickche" }, { "percent": "10000", - "reputation": 0, - "rshares": 155839836, - "voter": "yarly4" + "reputation": -349458835282, + "rshares": 75081841, + "voter": "dims" }, { "percent": "10000", - "reputation": 0, - "rshares": 156720067, - "voter": "yarly5" + "reputation": 740133117502, + "rshares": 2115748331, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 0, - "rshares": 89352331, - "voter": "yarly7" + "reputation": 3740136030964, + "rshares": 455963127, + "voter": "future24" }, { "percent": "10000", - "reputation": 855588904517, - "rshares": 222759429, - "voter": "arnob" + "reputation": -1468839175006, + "rshares": 56647554, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 80365673392, - "voter": "crazymumzysa" + "reputation": -1343370986030, + "rshares": 53370316, + "voter": "ciao" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 10403021813, - "voter": "carlidos" + "reputation": 158273024132, + "rshares": 342155621, + "voter": "gek70rus" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9528196102, - "voter": "crypto.owl" + "reputation": 0, + "rshares": 10466625178, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 2374799834366, - "rshares": 3620995314, - "voter": "joshglen" + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 12580474306, - "voter": "lemooljiang" + "reputation": 4542627765008, + "rshares": 20220072526, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 20944933663, - "voter": "krabgat" + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 21191893526, - "voter": "proto" + "reputation": 28335136369, + "rshares": 1588487953, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 573813577, - "voter": "curator" - }, - { - "percent": "3800", - "reputation": 17698439393799, - "rshares": 11720462261, - "voter": "sisterholics" + "reputation": 56139970267, + "rshares": 62738681, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 0, - "rshares": 430484308, - "voter": "yarly10" + "reputation": -894488087252, + "rshares": 64752766, + "voter": "confucius" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1780768244, - "voter": "alex.chien" + "reputation": 289207830105, + "rshares": 63548854, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 0, - "rshares": 230905374, - "voter": "yarly11" + "reputation": 2118792724924, + "rshares": 92439303006, + "voter": "miacats" }, { "percent": "10000", - "reputation": 54192730483, - "rshares": 212325963, - "voter": "ethanjames" + "reputation": -789959772758, + "rshares": 53648513, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, - "rshares": 80923105, - "voter": "yarly12" + "reputation": 3814152361740, + "rshares": 6633586421, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 37546882661, - "voter": "celebr1ty" + "reputation": 286385675205, + "rshares": 101016210, + "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 1108678818, - "voter": "remlaps" + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 8876748583, - "voter": "clevecross" + "reputation": 4637390447698, + "rshares": 1080008839, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 135859641, - "voter": "steemster1" + "reputation": 4088300066909, + "rshares": 20107018482, + "voter": "runaway-psyche" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 879138099, - "voter": "mar1978co" + "reputation": 10723244574, + "rshares": 4201209126, + "voter": "almerri" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1317884023, - "voter": "spinner" + "reputation": 0, + "rshares": 124331966, + "voter": "stevenh512" }, { "percent": "10000", - "reputation": 19410587962, - "rshares": 1954541056, - "voter": "andreynoch" + "reputation": 0, + "rshares": 53042068, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 1150395178, - "voter": "metaflute" + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 53648606894, - "voter": "gomeravibz" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", "reputation": 0, - "rshares": 110203683, - "voter": "alrx6918" + "rshares": 51856300, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 2261747551, - "voter": "litrbooh" + "reputation": 0, + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11054232162, - "voter": "taker" + "reputation": 1985439257, + "rshares": 86196364025, + "voter": "icfiedler" }, { "percent": "10000", - "reputation": 36625546797, - "rshares": 683669590, - "voter": "pakisnxt" + "reputation": 505219265255, + "rshares": 433283674, + "voter": "violino" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6009121037, - "voter": "nekromarinist" + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 56527569, - "voter": "sharon" + "reputation": 3103554028241, + "rshares": 636843287, + "voter": "levycore" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 39501535556, - "voter": "allasyummyfood" + "reputation": 31757322861, + "rshares": 57309804, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 4835227647717, - "rshares": 1451265070, - "voter": "merej99" + "reputation": 1916013022364, + "rshares": 393775919, + "voter": "wuyueling" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 56215794, - "voter": "lillianjones" + "reputation": 2140537429766, + "rshares": 17324282595, + "voter": "yef99" }, { "percent": "10000", - "reputation": 10771708337101, - "rshares": 1234576640602, - "voter": "laonie" + "reputation": 401217888, + "rshares": 375926454, + "voter": "mig641" }, { "percent": "10000", - "reputation": 130522396758, - "rshares": 53117124175, - "voter": "sextusempiricus" + "reputation": 20672910301, + "rshares": 58544730, + "voter": "metu2222" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22247555764, - "voter": "laoyao" + "reputation": 1130219064888, + "rshares": 20573770701, + "voter": "andrewawerdna" }, { - "percent": "2800", - "reputation": 18027204457681, - "rshares": 9989016911, - "voter": "myfirst" + "percent": "10000", + "reputation": 20617804467, + "rshares": 60282478, + "voter": "neony" }, { "percent": "10000", - "reputation": 5776723480371, - "rshares": 254676020388, - "voter": "somebody" + "reputation": 5861882, + "rshares": 59138344, + "voter": "piezolit" }, { "percent": "10000", - "reputation": 206355094166, - "rshares": 9575270852, - "voter": "flysaga" + "reputation": 5941821821586, + "rshares": 4324271690, + "voter": "onetree" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 6012114594, - "voter": "gmurph" + "reputation": 433370384966, + "rshares": 1640022740, + "voter": "imag1ne" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9616605350, - "voter": "viktor.phuket" + "reputation": 6300363201553, + "rshares": 11415675415, + "voter": "mandibil" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 32895718491, - "voter": "timsaid" + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 22613377010, - "rshares": 65287683, - "voter": "kurzer42" + "reputation": 3144994876819, + "rshares": 677034093, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 97845484474, - "rshares": 56543027115, - "voter": "midnightoil" + "reputation": 2516108074649, + "rshares": 664297821, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2419134076, - "voter": "kalimor" + "reputation": 1833661746969, + "rshares": 2387594064, + "voter": "seva" }, { "percent": "10000", - "reputation": 0, - "rshares": 3900111949, - "voter": "ullikume" + "reputation": 682893592, + "rshares": 688853443, + "voter": "gear66" }, { "percent": "10000", - "reputation": 3016325652890, - "rshares": 143521858339, - "voter": "xiaohui" + "reputation": 0, + "rshares": 51712804, + "voter": "troich" }, { "percent": "10000", - "reputation": 31847926857, - "rshares": 65407669, - "voter": "zahar" + "reputation": 3573461197670, + "rshares": 20877072833, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 36543729456, - "voter": "terrycraft" + "reputation": 20797221470, + "rshares": 1686272574, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3424387884, - "voter": "oflyhigh" + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" }, { - "percent": "3400", - "reputation": 1851205309677, - "rshares": 1313010019, - "voter": "xiaokongcom" + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" }, { "percent": "10000", "reputation": 0, - "rshares": 432201840, - "voter": "drzigfrid" + "rshares": 51379706, + "voter": "wiss" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 455963127, - "voter": "future24" + "reputation": 11352667511018, + "rshares": 4237453811, + "voter": "canadian-coconut" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 56647554, - "voter": "msjennifer" + "reputation": 232802458264, + "rshares": 13844018454, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 53370316, - "voter": "ciao" + "reputation": 8412926035, + "rshares": 3869089776, + "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 3558934941, - "rshares": 63423407, - "voter": "bubblefantasy" + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" }, { "percent": "10000", - "reputation": 485540, - "rshares": 51753317, - "voter": "steemo" + "reputation": 561774262537, + "rshares": 1110858614, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": 4195733833721, - "rshares": 8802328358, - "voter": "xianjun" + "reputation": 785171622834, + "rshares": 5819994821, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 19789858217, - "voter": "hanshotfirst" + "reputation": 12539394694005, + "rshares": 2304936706, + "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1557341130, - "voter": "erikclark13" + "reputation": 0, + "rshares": 51812703, + "voter": "prof" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 64019062, - "voter": "evgenyche" + "reputation": 3954457383539, + "rshares": 746040489, + "voter": "lyubovbar" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 64752766, - "voter": "confucius" + "reputation": 0, + "rshares": 51451058, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 2127348262, - "voter": "bledarus" + "reputation": 7381386825, + "rshares": 57393034, + "voter": "topslim" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 92439303006, - "voter": "miacats" + "reputation": 0, + "rshares": 51154263, + "voter": "bane" }, { "percent": "10000", - "reputation": 647464973800, - "rshares": 562309325, - "voter": "imarealboy777" + "reputation": 0, + "rshares": 51148009, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 1198534462, - "voter": "anech512" + "rshares": 51142585, + "voter": "coad" }, { "percent": "10000", - "reputation": 312224301489, - "rshares": 15486187672, - "voter": "solar" + "reputation": 3071821919457, + "rshares": 824099089, + "voter": "mbroek1983" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 53648513, - "voter": "jarvis" + "reputation": 1810829967, + "rshares": 2744228836, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 730408370151, - "rshares": 587504446, - "voter": "microluck" + "reputation": 0, + "rshares": 51906983, + "voter": "sofa" }, { "percent": "10000", - "reputation": 47334856382, - "rshares": 64006701, - "voter": "williamdevine" + "reputation": 16001996689, + "rshares": 57238490, + "voter": "ivanbogachev" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 6633586421, - "voter": "matrixdweller" + "reputation": 0, + "rshares": 54032919, + "voter": "nester7" }, { "percent": "10000", - "reputation": 286385675205, - "rshares": 103421357, - "voter": "smartguylabcoat" + "reputation": 244886998614, + "rshares": 218348206, + "voter": "irininich" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 321473400567, + "rshares": 343229709, + "voter": "panther" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1080021082, - "voter": "chinadaily" + "reputation": 2609275826131, + "rshares": 91627009, + "voter": "alina1" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 10302048637, - "voter": "kyriacos" + "reputation": 0, + "rshares": 53689611, + "voter": "sunshune" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4201209126, - "voter": "almerri" + "reputation": 14069242560, + "rshares": 55176303, + "voter": "unlonely-soul" }, { "percent": "10000", - "reputation": 2051850885932, - "rshares": 419866589, - "voter": "mindfreak" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", "reputation": 0, - "rshares": 267250317, - "voter": "jimmytwoshoes" + "rshares": 52972828, + "voter": "city" }, { "percent": "10000", - "reputation": 24073624840, - "rshares": 2459985182, - "voter": "madoff" + "reputation": 0, + "rshares": 6362235038, + "voter": "chick1" }, { "percent": "10000", - "reputation": 0, - "rshares": 51863356, - "voter": "johnbyrd" + "reputation": 5646699288797, + "rshares": 2596067444, + "voter": "gringalicious" }, { "percent": "10000", "reputation": 0, - "rshares": 53039566, - "voter": "thomasaustin" + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", "reputation": 0, - "rshares": 51856300, - "voter": "ficholl" + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 0, - "rshares": 51852278, - "voter": "widell" + "reputation": 570800415880, + "rshares": 1549438326, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 87955473495, - "voter": "icfiedler" + "reputation": 1502200909130, + "rshares": 80106845, + "voter": "ola1" }, { "percent": "10000", - "reputation": 951754559495, - "rshares": 1239008835, - "voter": "laconicflow" + "reputation": 1305746304240, + "rshares": 2459007978, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 2205820361, - "voter": "movievertigo" + "reputation": 6072650400812, + "rshares": 1139050871, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 0, - "rshares": 51481279, - "voter": "revelbrooks" + "reputation": 26593737739, + "rshares": 51873348, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 636843287, - "voter": "levycore" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 16948754783, - "voter": "yef99" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375926454, - "voter": "mig641" + "reputation": -519870545601, + "rshares": 51616527, + "voter": "psyduck" }, { "percent": "10000", - "reputation": 20672910301, - "rshares": 57349939, - "voter": "metu2222" + "reputation": 0, + "rshares": 4918244677, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 21129818558, - "voter": "andrewawerdna" + "reputation": 4320548513832, + "rshares": 52719803, + "voter": "ekaterina4ka" }, { "percent": "10000", - "reputation": 875137794542, - "rshares": 3870921315, - "voter": "trev" + "reputation": 3061556951554, + "rshares": 51407130, + "voter": "puffin" }, { "percent": "10000", - "reputation": 63845074863, - "rshares": 1815355995, - "voter": "themadmonk" + "reputation": 74431494282, + "rshares": 50925874, + "voter": "iggy" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 14584985043, - "voter": "hilarski" + "reputation": 1013164758868, + "rshares": 88406398, + "voter": "borishaifa" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4324321324, - "voter": "onetree" + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" }, { "percent": "10000", - "reputation": 0, - "rshares": 51562255, - "voter": "curpose" + "reputation": 908569372468, + "rshares": 50513760, + "voter": "pabloescobar" }, { "percent": "10000", - "reputation": 335003583191, - "rshares": 70321266, - "voter": "jtstreetman" - }, + "reputation": 132884607, + "rshares": 157674800, + "voter": "joung-sunyoo" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Volcano Tolbachik began erupting in the end 2012 on the peninsula Kamchatka . \n-\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862468.jpg \n\nFirst, it was the explosive nature of the eruption. Volcanic bombs flew from the crater, the volcano threw up a lot of ash. But with the beginning of 2013 this eruption began to look like Hawaiian eruptions without ash emission and bombs. At the same time the wild tourists rushed to the volcano Tolbachik to observing the eruption.\n\nOur way was not close. First, it was necessary to fly from Moscow to Kamchatka. It was more then 9 hours and 9000 km of flying in the air.\n\nThen we drove 500 km by car to the northern part of the peninsula. After we went (about 50km) by snowmobile to the lava river. And in the end we skiing 20 km near lava river.\n\n\u0412 2012 \u0433\u043e\u0434\u0443 \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0435 \u043d\u0430\u0447\u0430\u043b \u0438\u0437\u0432\u0435\u0440\u0433\u0430\u0442\u044c\u0441\u044f \u0432\u0443\u043b\u043a\u0430\u043d \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0435\u0433\u043e \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u043d\u043e\u0441\u0438\u043b\u043e \u0432\u0437\u0440\u044b\u0432\u043d\u043e\u0439 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440. \u0418\u0437 \u043a\u0440\u0430\u0442\u0435\u0440\u0430 \u043b\u0435\u0442\u0435\u043b\u0438 \u0432\u0443\u043b\u043a\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043e\u043c\u0431\u044b, \u0432\u0443\u043b\u043a\u0430\u043d \u0438\u0437\u0432\u0435\u0440\u0433\u0430\u043b \u043c\u0430\u0441\u0441\u0443 \u043f\u0435\u043f\u043b\u0430. \u041d\u043e \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 2013 \u0435\u0433\u043e \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u043b\u043e \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u0433\u0430\u0432\u0430\u0439\u0441\u043a\u0438\u0445 \u0432\u0443\u043b\u043a\u0430\u043d\u043e\u0432 \u0431\u0435\u0437 \u0432\u044b\u0431\u0440\u043e\u0441\u043e\u0432 \u043f\u0435\u043f\u043b\u0430 \u0438 \u0431\u043e\u043c\u0431. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u043b\u043e \u0434\u0438\u043a\u0438\u043c \u0442\u0443\u0440\u0438\u0441\u0442\u0430\u043c \u0443\u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0443\u043b\u043a\u0430\u043d\u0443 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435\u043c.\n\n\u041d\u0430\u0448 \u043f\u0443\u0442\u044c \u043d\u0430 \u0432\u0443\u043b\u043a\u0430\u043d \u0431\u044b\u043b \u043d\u0435 \u0431\u043b\u0438\u0437\u043a\u0438\u0439. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0430\u0434\u043e \u0431\u044b\u043b\u043e \u0434\u043e\u043b\u0435\u0442\u0435\u0442\u044c \u0438\u0437 \u041c\u043e\u0441\u043a\u0432\u044b \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0443. \u0410 \u044d\u0442\u043e \u043f\u043e\u0447\u0442\u0438 9 \u0447\u0430\u0441\u043e\u0432 \u0432 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435 \u0438 9000\u043a\u043c \u043f\u043e\u043b\u0435\u0442\u0430. \u041f\u043e\u0442\u043e\u043c \u043f\u0440\u043e\u0435\u0445\u0430\u0442\u044c 500\u043a\u043c \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0432 \u0441\u0435\u0432\u0435\u0440\u043d\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043f\u043e\u043b\u0443\u043e\u0441\u0442\u0440\u043e\u0432\u0430. \u0414\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u0434\u043e \u043b\u0430\u0432\u043e\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u043d\u0430 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0430\u0445 (\u043e\u043a\u043e\u043b\u043e 50\u043a\u043c). \u0418 \u0432 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0439\u0442\u0438 \u0432\u0434\u043e\u043b\u044c \u043b\u0430\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 20\u043a\u043c \u043d\u0430 \u043b\u044b\u0436\u0430\u0445 \u043f\u043e \u0441\u043d\u0435\u0433\u0443. \n \nDay 1\nWe flew to the Kamchatka and came in the hotel. The first floor of the hotel was covered with snow. \n\n\u041c\u044b \u043f\u0440\u0438\u043b\u0435\u0442\u0435\u043b\u0438 \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0443 \u0438 \u043f\u043e\u0441\u0435\u043b\u0438\u043b\u0438\u0441\u044c \u0432 \u0433\u043e\u0441\u0442\u0438\u043d\u0438\u0446\u0443. \u041f\u0435\u0440\u0432\u044b\u0439 \u044d\u0442\u0430\u0436 \u0433\u043e\u0441\u0442\u0438\u043d\u0438\u0446\u044b \u0431\u044b\u043b \u0437\u0430\u0432\u0430\u043b\u0435\u043d \u0441\u043d\u0435\u0433\u043e\u043c.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862416.jpg\n\nIt was really a lot of snow. Special equipment was used for the cleaning the area. When we were looking at, we thought about our long snow way.\n\n\u0421\u043d\u0435\u0433\u0443 \u0431\u044b\u043b\u043e \u043c\u043d\u043e\u0433\u043e. \u0414\u043b\u044f \u0435\u0433\u043e \u0443\u0431\u043e\u0440\u043a\u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0442\u0435\u0445\u043d\u0438\u043a\u0430. \u0413\u043b\u044f\u0434\u044f \u043d\u0430 \u0435\u0451 \u0440\u0430\u0431\u043e\u0442\u0443, \u043c\u044b \u0434\u0443\u043c\u0430\u043b\u0438 \u043e \u0442\u043e\u043c \u043a\u0430\u043a \u043d\u0430\u043c \u0438\u0434\u0442\u0438 \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0441\u043d\u0435\u0433\u0443 20\u043a\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862413.jpg\n\nOur departure was planned for the following day. So, It was time to take some photo. It is a teeter.\n\n\u0422\u0430\u043a \u043a\u0430\u043a \u043d\u0430\u0448 \u0432\u044b\u0435\u0437\u0434 \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c. \u0411\u044b\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0432\u043e\u043a\u0440\u0443\u0433. \u042d\u0442\u043e \u0434\u0435\u0442\u0441\u043a\u0438\u0435 \u043a\u0430\u0447\u0435\u043b\u0438.\n \nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862417.jpg\n\nThe local winter lake. \n\n\u041c\u0435\u0441\u0442\u043d\u043e\u0435 \u0437\u0438\u043c\u043d\u0435\u0435 \u043e\u0437\u0435\u0440\u043e.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862422.jpg\n\n\nDay 2\n\nNext day we moved by car right to Kozirevsk village. The road was narrow and was covered by snow, so speed was not high. We drove 500 km in a few hours.\n\n\u041d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c \u043c\u044b \u0432\u044b\u0434\u0432\u0438\u043d\u0443\u043b\u0438\u0441\u044c \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u043f\u043e\u0441\u0435\u043b\u043a\u0430 \u041a\u043e\u0437\u044b\u0440\u0435\u0432\u0441\u043a. \u0414\u043e\u0440\u043e\u0433\u0430 \u0431\u044b\u043b\u0430 \u0443\u0437\u043a\u043e\u0439 \u0438 \u0432\u0441\u044f \u0432 \u0441\u043d\u0435\u0433\u0443, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0430 \u043d\u0435 \u0431\u043e\u043b\u044c\u0448\u0430\u044f. \u0414\u043e\u0440\u043e\u0433\u0430 \u0432 500\u043a\u043c \u0437\u0430\u043d\u044f\u043b\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u043e\u0432. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862420.jpg\n\nWe arrived at the place to night. It was minus 35 degrees Celsius, too cold.\n\n\u041f\u0440\u0438\u0435\u0445\u0430\u0432 \u043d\u0430 \u043c\u0435\u0441\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0437\u0434\u043d\u043e \u0432\u0435\u0447\u0435\u0440\u043e\u043c, \u043c\u044b \u0432\u044b\u0433\u0440\u0443\u0437\u0438\u043b\u0438 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434 \u0438 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0438\u0441\u044c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0434\u043d\u044e. \u041d\u043e\u0447\u044c\u044e \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0431\u044b\u043b\u043e \u043c\u0438\u043d\u0443\u0441 35 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043f\u043e \u0446\u0435\u043b\u044c\u0441\u0438\u044e.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862425.jpg\n\nWe were sleeping at in the wooden house.\n\n\u041d\u043e\u0447\u0435\u0432\u0430\u043b\u0438 \u043c\u044b \u0443 \u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0436\u0438\u0442\u0435\u043b\u044f \u0432 \u0435\u0433\u043e \u0434\u0435\u0440\u0435\u0432\u044f\u043d\u043d\u043e\u043c \u0434\u043e\u043c\u0435.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862477.jpg\n\nI could see the light from the volcano far away from my place.\n\n\u0412 \u0434\u0430\u043b\u0435\u043a\u0435 \u0432\u0438\u0434\u043d\u0435\u043b\u043e\u0441\u044c \u0437\u0430\u0440\u0435\u0432\u043e \u043e\u0442 \u0432\u0443\u043b\u043a\u0430\u043d\u0430\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862480.jpg\n\n\n\nDay 3\n\nThe weather was very cold. Temperature was about minus 30 degrees. The air was warmed up to minus 20 degrees Celsius during the day. The road was very bad, we had to go with many difficulties.\n\n\u041d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0431\u044b\u043b\u043e \u043e\u0447\u0435\u043d\u044c \u0445\u043e\u043b\u043e\u0434\u043d\u043e. \u0423\u0442\u0440\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u043c\u0438\u043d\u0443\u0441 30 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432. \u0414\u043d\u0435\u043c \u0432\u043e\u0437\u0434\u0443\u0445 \u043f\u0440\u043e\u0433\u0440\u0435\u043b\u0441\u044f \u0434\u043e \u043c\u0438\u043d\u0443\u0441 20 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043f\u043e \u0446\u0435\u043b\u044c\u0441\u0438\u044e.\u0414\u043e\u0440\u043e\u0433\u0430 \u043d\u0430 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0430\u0441\u044c \u0441\u0443\u0440\u043e\u0432\u0430\u044f.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862429.jpg\n\nThe crossing of the river Tolbachik was not easy. The bridge was too narrow for the snowmobile. \n\n\u041f\u0435\u0440\u0435\u043f\u0440\u0430\u0432\u0430 \u0447\u0435\u0440\u0435\u0437 \u0440\u0435\u043a\u0443 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a \u043e\u043a\u0430\u0437\u0430\u043b\u0430\u0441\u044c \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0439. \u041c\u043e\u0441\u0442 \u0431\u044b\u043b \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0443\u0437\u043a\u0438\u0439 \u0434\u043b\u044f \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0430. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862428.jpg\n\nBut we arrived to the point near the lava river, and we saw the view was much more our expectations. I had thought that the lava river had a height of 3-4 meters and a width of 20-30 meters, but really it was a 15-20 meters wall with a width of 500 to 2000 meters.\n\n\u041d\u043e \u043d\u0430\u043c \u043d\u0435 \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u0434\u043e \u043b\u0430\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430. \u0422\u043e \u0447\u0442\u043e \u043c\u044b \u0443\u0432\u0438\u0434\u0435\u043b\u0438 \u043f\u0440\u0435\u0432\u0437\u043e\u0448\u043b\u043e \u043d\u0430\u0448\u0438 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f. \u042f \u043d\u0435 \u043c\u043e\u0433 \u0441\u0435\u0431\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u043a\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u044b. \u042f \u0434\u0443\u043c\u0430\u043b, \u0447\u0442\u043e \u043b\u0430\u0432\u043e\u0432\u044b\u0439 \u044f\u0437\u044b\u043a \u0432\u044b\u0441\u043e\u0442\u043e\u0439 \u0432 3-4 \u043c\u0435\u0441\u0442\u0440\u0430 \u0438 \u0448\u0438\u0440\u0438\u043d\u043e\u0439 \u043c\u0435\u0442\u0440\u043e\u0432 20-30, \u043d\u043e \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u044d\u0442\u043e \u0441\u0442\u0435\u043d\u0430 \u0432\u044b\u0441\u043e\u0442\u043e\u0439 15-20 \u043c\u0435\u0442\u0440\u043e\u0432 \u0438 \u0448\u0438\u0440\u0438\u043a\u043e\u0439 \u043e\u0442 500 \u0434\u043e 2000 \u043c\u0435\u0442\u0440\u043e\u0432.\n\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862467.jpg\n\nThen we began our hiking path. The lava was still hot in some places.\n\n\u0422\u0443\u0442 \u043d\u0430\u0447\u0430\u043b\u0441\u044f \u043d\u0430\u0448 \u043f\u0435\u0448\u0438\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442.\u041c\u0435\u0441\u0442\u0430\u043c\u0438 \u043b\u0430\u0432\u0430 \u0431\u044b\u043b\u0430 \u0435\u0449\u0451 \u0433\u043e\u0440\u044f\u0447\u0430\u044f \u0438 \u0438\u0437 \u043d\u0435\u0451 \u0448\u0435\u043b \u043f\u0430\u0440.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862444.jpg \n\nOur path on the lava was very difficult. Our fetes constantly felt into the hollows. I had to get round deep cracks and hot places.\n\n\u0418\u0434\u0442\u0438 \u043f\u043e \u043b\u0430\u0432\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043e\u0447\u0435\u043d\u044c \u0442\u0440\u0443\u0434\u043d\u043e. \u041d\u043e\u0433\u0438 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u0440\u043e\u0432\u0430\u043b\u0438\u0432\u0430\u043b\u0438\u0441\u044c \u0432 \u044f\u043c\u044b. \u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u043b\u043e\u0441\u044c \u043e\u0431\u0445\u043e\u0434\u0438\u0442\u044c \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u0435 \u0442\u0440\u0435\u0449\u0438\u043d\u044b \u0438 \u0433\u043e\u0440\u044f\u0447\u0438\u0435 \u043e\u0447\u0430\u0433\u0438.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862436.jpg\n\nWe crossed the lava river to night. We were exhausted. \n\n\u0411\u043b\u0438\u0436\u0435 \u043a \u0432\u0435\u0447\u0435\u0440\u0443 \u043c\u044b \u0441\u043c\u043e\u0433\u043b\u0438 \u043f\u0435\u0440\u0435\u0441\u0435\u0447\u044c \u044d\u0442\u043e\u0442 \u043b\u0430\u0432\u043e\u0432\u044b\u0439 \u044f\u0437\u044b\u043a. \u041c\u044b \u0432\u044b\u0431\u0438\u043b\u0438\u0441\u044c \u0438\u0437 \u0441\u0438\u043b. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862447.jpg\n\nWe passed only 5km on this day, despite we had planned to pass 10km. I made some interesting photo when was dark. To be continued..\n\n\u0412 \u044d\u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u043c\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u043b\u0438 \u043f\u0440\u043e\u0439\u0442\u0438 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u0435 - \u043e\u043a\u043e\u043b\u043e 10\u043a\u043c, \u0430 \u043f\u0440\u043e\u0448\u043b\u0438 \u0442\u043e\u043b\u044c\u043a\u043e 5\u043a\u043c. \u041a\u043e\u0433\u0434\u0430 \u0441\u0442\u0435\u043c\u043d\u0435\u043b\u043e \u043c\u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0435 \u0444\u043e\u0442\u043e. \u0421\u0442\u0430\u043b\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u043e, \u0447\u0442\u043e \u0438\u0434\u0442\u0438 \u0442\u0430\u043c \u0435\u0449\u0451 \u043e\u0447\u0435\u043d\u044c \u0434\u0430\u043b\u0435\u043a\u043e, \u0430 \u043f\u043e \u0433\u0440\u0430\u0444\u0438\u043a\u0443 \u0443 \u043d\u0430\u0441 \u043e\u0441\u0442\u0430\u0432\u0430\u043b\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0434\u0435\u043d\u044c. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0447\u0430\u0441\u0442\u0438.\n\n\nSubscribe to my blog: https://steemit.com/@litrbooh\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.***\n***@litbrooth is part of my current effort to promote foreign language writers writing in English and Russian***", + "body_length": 6403, + "cashout_time": "2016-09-05T10:06:06", + "category": "volcano", + "children": 20, + "created": "2016-08-29T10:06:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"volcano\",\"kamchatca\",\"ru\",\"photography\",\"travel\"],\"image\":[\"http://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862468.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T11:05:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 52209196530449, + "parent_author": "", + "parent_permlink": "volcano", + "pending_payout_value": "347.335 HBD", + "percent_hbd": 10000, + "permlink": "journey-to-the-tolbachik-the-story-with-original-pictures-part-1-puteshestvie-na-tolbachik-featuring-litrbooh-as-author", + "post_id": 1039326, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Journey to the Tolbachik. The story with original pictures (Part 1) \u041f\u0443\u0442\u0435\u0449\u0435\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a (featuring @litrbooh as author)", + "title": "Journey to the Tolbachik. The story with original pictures (Part 1) \u041f\u0443\u0442\u0435\u0449\u0435\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a (featuring @litrbooh as author)", + "total_payout_value": "0.000 HBD", + "url": "/volcano/@gavvet/journey-to-the-tolbachik-the-story-with-original-pictures-part-1-puteshestvie-na-tolbachik-featuring-litrbooh-as-author" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 3144994876819, - "rshares": 677034093, - "voter": "nulliusinverba" + "reputation": 12188250813227, + "rshares": 80891820783, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 705816435, - "voter": "runridefly" + "reputation": 35537325381339, + "rshares": 993515273196, + "voter": "hipster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2144715220, + "voter": "murh" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2435345945, - "voter": "seva" + "reputation": 5888717170887, + "rshares": 64441463155, + "voter": "ratel" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688853443, - "voter": "gear66" + "reputation": 19449097565894, + "rshares": 62230047071, + "voter": "lehard" }, { "percent": "10000", - "reputation": 0, - "rshares": 51712804, - "voter": "troich" + "reputation": 5451039980643, + "rshares": 66066107, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1686320225, - "voter": "davidjkelley" + "reputation": -11110332240496, + "rshares": 1589951188, + "voter": "sergei" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 51718188, - "voter": "crion" + "reputation": 7510267, + "rshares": 203915161, + "voter": "krisscoin" }, { "percent": "10000", - "reputation": 0, - "rshares": 51388276, - "voter": "hitherise" + "reputation": 727668809534, + "rshares": 4218342659, + "voter": "on0tole" }, { "percent": "10000", - "reputation": 3547713333727, - "rshares": 2230227951, - "voter": "victoriart" + "reputation": 4043983730848, + "rshares": 15768118469, + "voter": "mrgreen" }, { "percent": "10000", - "reputation": 0, - "rshares": 51379706, - "voter": "wiss" + "reputation": 937532987189, + "rshares": 707525763, + "voter": "rolik" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 37959499427, - "voter": "sponge-bob" + "reputation": 43291626440, + "rshares": 259107314, + "voter": "losos" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 50094345, - "voter": "kosmatimuc" + "reputation": 7803764965401, + "rshares": 9544102994, + "voter": "allmonitors" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 13844336129, - "voter": "digital-wisdom" + "reputation": 3502382308233, + "rshares": 3801726699, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3869089776, - "voter": "ericbotticelli" + "reputation": 2105174990263, + "rshares": 26661930582, + "voter": "peterz" }, { "percent": "10000", - "reputation": 0, - "rshares": 52143228, - "voter": "stroully" + "reputation": 741654237981, + "rshares": 5581610338, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5698962668, - "voter": "jwaser" + "reputation": 425675073832, + "rshares": 2756260905, + "voter": "valspeaks" }, { "percent": "10000", - "reputation": 0, - "rshares": 51814474, - "voter": "thadm" + "reputation": 4226573244868, + "rshares": 26299895126, + "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, - "rshares": 51812703, - "voter": "prof" + "reputation": 686738916191, + "rshares": 75888428, + "voter": "sergey44" }, { "percent": "10000", - "reputation": 640164473382, - "rshares": 55043079, - "voter": "zettar" + "reputation": 4292618600, + "rshares": 116914575, + "voter": "kukuy" }, { "percent": "10000", - "reputation": 0, - "rshares": 51451058, - "voter": "yorsens" + "reputation": 136260156259, + "rshares": 172444925, + "voter": "kibela" }, { "percent": "10000", - "reputation": 0, - "rshares": 51154263, - "voter": "bane" + "reputation": 4063076365725, + "rshares": 1753228761, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, - "rshares": 51148009, - "voter": "vive" + "reputation": 2413145659228, + "rshares": 2625280261, + "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, - "rshares": 51142585, - "voter": "coad" + "reputation": 19410587962, + "rshares": 1954458064, + "voter": "andreynoch" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2744324138, - "voter": "bwaser" + "reputation": 636819078766, + "rshares": 64245368, + "voter": "whitemike313" }, { "percent": "10000", - "reputation": 0, - "rshares": 51906983, - "voter": "sofa" + "reputation": 4321340596238, + "rshares": 2487441433, + "voter": "asdes" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 218348206, - "voter": "irininich" + "reputation": 25062349105, + "rshares": 66681566, + "voter": "missmishel623" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343229709, - "voter": "panther" + "reputation": 31847926857, + "rshares": 65407669, + "voter": "zahar" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 54976205, - "voter": "alina1" + "reputation": 56139970267, + "rshares": 61458299, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 53822569, - "voter": "catsmart" + "reputation": 156439157841, + "rshares": 195291821, + "voter": "kryshen" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 37823937920, - "voter": "brains" + "reputation": 13099379569, + "rshares": 135061415, + "voter": "belovit" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 433370384966, + "rshares": 1607141096, + "voter": "imag1ne" }, { "percent": "10000", - "reputation": 0, - "rshares": 6362235038, - "voter": "chick1" + "reputation": 4922272667302, + "rshares": 1528652432, + "voter": "nadin3" }, { "percent": "10000", - "reputation": 20782377086, - "rshares": 51092925, - "voter": "visitor" + "reputation": 1305746304240, + "rshares": 2163927020, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 2545164161, - "voter": "gringalicious" + "reputation": 0, + "rshares": 51409497, + "voter": "roo" }, { "percent": "10000", - "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "reputation": 3976227761, + "rshares": 51221805, + "voter": "afroditta" + } + ], + "author": "ratel", + "author_reputation": 5888717170887, + "beneficiaries": [], + "body": "
http://i.imgsafe.org/15128542d6.jpg
\n\u0414\u0430\u0432\u043d\u043e \u043c\u0435\u0447\u0442\u0430\u043b \u043a\u0443\u043f\u0438\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u0443\u044e \u0437\u0435\u0440\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043a\u0430\u043c\u0435\u0440\u0443. \u0418 \u0432\u043e\u0442, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f STEEMIT, \u043d\u0430\u043a\u043e\u043d\u0435\u0446-\u0442\u043e \u043d\u0430\u043a\u043e\u043f\u0438\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0441\u0443\u043c\u043c\u0443. \n\n> \"\u0421\u043a\u0443\u043f\u043e\u0439 \u043f\u043b\u0430\u0442\u0438\u0442 \u0434\u0432\u0430\u0436\u0434\u044b\"(\u0441)\n\n\u0421\u0442\u0430\u043b \u0438\u0441\u043a\u0430\u0442\u044c \u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0433\u0434\u0435 \u043f\u0440\u043e\u0434\u0430\u0435\u0442\u0441\u044f \u0442\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0445\u043e\u0442\u0435\u043b. \u0414\u0435\u043d\u0435\u0433 \u0431\u044b\u043b\u043e \u043c\u0430\u043b\u043e \u0438 \u0436\u0430\u043b\u043a\u043e, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0438\u0441\u043a\u0430\u043b \u0433\u0434\u0435 \u0434\u0435\u0448\u0435\u0432\u043b\u0435. \u0417\u0430\u0448\u0435\u043b \u043d\u0430 Avito, \u0442\u0430\u043c \u043d\u0430\u0448\u0435\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435, \u043d\u043e \u0446\u0435\u043d\u044b \u0431\u044b\u043b\u0438 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0438\u0437\u043a\u0438\u043c\u0438, \u043b\u0438\u0431\u043e \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0432\u044b\u0441\u043e\u043a\u0438\u043c\u0438. \u0414\u0430 \u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u044b \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.\n\n\u041f\u043e\u0442\u043e\u043c, \u043b\u0438\u0441\u0442\u0430\u044f \u0441\u0430\u0439\u0442 geektimes \u044f \u0443\u0432\u0438\u0434\u0435\u043b \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u0443\u044e \u0440\u0435\u043a\u043b\u0430\u043c\u0443, \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0441 \u043a\u0430\u043c\u0435\u0440\u043e\u0439 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0445\u043e\u0442\u0435\u043b. \u042f \u043f\u0435\u0440\u0435\u0448\u0435\u043b \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 http://electronics-retail.com \u0438 \u0443\u0432\u0438\u0434\u0435\u043b \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0446\u0435\u043d\u0443, \u043e\u0447\u0435\u043d\u044c \u043e\u0431\u0440\u0430\u0434\u043e\u0432\u0430\u043b\u0441\u044f. \u0421\u0430\u0439\u0442 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0441\u043e\u043b\u0438\u0434\u043d\u043e, \u0431\u044b\u043b\u0438 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b, \u0438\u043d\u043d, \u0430\u0434\u0440\u0435\u0441\u0430 \u0441 \u043a\u0430\u0440\u0442\u043e\u0439 \u043f\u0440\u043e\u0435\u0437\u0434\u0430 \u0438\u0442\u0434. \u041d\u0443, \u044f \u043e\u0444\u043e\u0440\u043c\u0438\u043b \u0437\u0430\u043a\u0430\u0437. \n\n\u041f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439 \u043f\u043e \u043e\u043f\u043b\u0430\u0442\u0435. \u041e\u041f\u041b\u0410\u0422\u0418\u041b \u0427\u0410\u0421\u0422\u041d\u041e\u041c\u0423 \u041b\u0418\u0426\u0423 \u0447\u0435\u0440\u0435\u0437 \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043e\u043d\u043b\u0430\u0439\u043d, \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u041d\u0410 \u041a\u0410\u0420\u0422\u0423. \u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0431\u044b\u043b\u043e, \u0447\u0442\u043e \u044d\u0442\u043e \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0433\u043b\u0430\u0432\u043d\u043e\u0433\u043e \u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0430.\n\u0421\u043e \u043c\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0430\u043b\u0441\u044f \"\u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\" \u0438 \u0441\u043a\u0430\u0437\u0430\u043b \u0447\u0442\u043e \u0434\u0435\u043d\u044c\u0433\u0438 \u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0438 \u043e\u043d\u0438 \u0432\u0441\u0435 \u0437\u0430\u043f\u0430\u043a\u043e\u0432\u044b\u0432\u0430\u044e\u0442 \u0438 \u043e\u0442\u0434\u0430\u044e\u0442 \u0432 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u0443\u044e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e. \u042f \u0431\u044b\u043b \u043e\u0447\u0435\u043d\u044c \u0440\u0430\u0434 \u0438 \u0441 \u043d\u0435\u0442\u0435\u0440\u043f\u0435\u043d\u0438\u0435\u043c \u0441\u0442\u0430\u043b \u0436\u0434\u0430\u0442\u044c.\n\n\u041d\u0430 \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0435\u0441\u044f \u0434\u0435\u043d\u044c\u0433\u0438 \u044f \u0440\u0435\u0448\u0438\u043b \u043f\u0440\u0438\u043e\u0434\u0435\u0442\u044c\u0441\u044f \u043a \u043e\u0441\u0435\u043d\u0438. \u041d\u0430\u0448\u0435\u043b \u043d\u0435\u043e\u0431\u044b\u0447\u043d\u0443\u044e \u0442\u043e\u043b\u0441\u0442\u043e\u0432\u043a\u0443 \u0441 \u043a\u0430\u043f\u044e\u0448\u043e\u043d\u043e\u043c \u0438 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0439 \u0431\u0430\u043b\u0430\u043a\u043b\u0430\u0432\u043e\u0439. \u0426\u0435\u043d\u0430 \u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u043b\u0430. \u0421\u0434\u0435\u043b\u0430\u043b \u0437\u0430\u043a\u0430\u0437, \u043f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439 \u043f\u043e \u043e\u043f\u043b\u0430\u0442\u0435. \u041f\u043e\u0437\u0432\u043e\u043d\u0438\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u0441\u043c\u043e\u0433 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0432\u044b\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u0443\u043b\u0438\u0446\u0443 \u0433\u0434\u0435 \u044f \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u044e, \u0438 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043d\u0430 QIWI, \u0438\u043b\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441 \u0441\u0447\u0435\u0442\u0430 \u0411\u0438\u043b\u0430\u0439\u043d. \u0427\u0442\u043e \u044f \u0438 \u0441\u0434\u0435\u043b\u0430\u043b. \u041f\u0440\u0438 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443 \u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443.\n \u041f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d, \u0438 \u043e\u043d \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f.\n\u041d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c, \u043c\u043d\u0435 \u043f\u0440\u0438\u0448\u043b\u043e \u0434\u0432\u0430 \u043f\u0438\u0441\u044c\u043c\u0430 \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430. \u0412 \u043e\u0434\u043d\u043e\u043c \u043e\u043f\u044f\u0442\u044c \u0431\u044b\u043b\u043e \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0447\u0442\u043e \u0437\u0430\u043a\u0430\u0437 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f. \u0410 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u0431\u044b\u043b\u0438 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0434\u0440\u0443\u0433\u0438\u0435 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a\u0430 \u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 \"\u0436\u0434\u0435\u043c \u043e\u043f\u043b\u0430\u0442\u0443\". \u042f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043f\u043e\u043d\u044f\u043b, \u0438 \u0437\u0430\u0448\u0435\u043b \u0432 \u0438\u0445 \u043f\u0430\u0431\u043b\u0438\u043a \u0432 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435. \u0418 \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u0438\u0445 \u0432\u0437\u043b\u043e\u043c\u0430\u043b\u0438! \u0418 \u0434\u0435\u043d\u044c\u0433\u0438 \u044f \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u043b \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0430\u043c! \n
http://i.imgsafe.org/151286f366.jpg
\n\u042f \u043f\u043e\u0433\u0443\u0433\u043b\u0438\u043b \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 +74952041393 \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043e\u043d\u0438 \u043c\u043d\u0435 \u0437\u0432\u043e\u043d\u0438\u043b\u0438. \u0418 \u043d\u0430\u0448\u0435\u043b \u0447\u0442\u043e \u0441 \u044d\u0442\u043e\u0433\u043e \u043d\u043e\u043c\u0435\u0440\u0430 \u0437\u0432\u043e\u043d\u044f\u0442 \u0442\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u043e\u0440\u044b, \u0442\u043e \u0432\u044b\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u0438, \u0442\u043e \u043a\u0430\u043a\u0438\u0435-\u0442\u043e \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0444\u0438\u0440\u043c\u044b \u0438 \u043f\u0440\u043e\u0447\u0438\u0435 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0438. \nhttp://zvonki.octo.net/number.aspx/4952041393\n\n\u0415\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u044f \u0440\u0430\u0441\u0441\u0442\u0440\u043e\u0438\u043b\u0441\u044f.\n\n\u0412\u0435\u0447\u0435\u0440\u043e\u043c \u044f \u0440\u0435\u0448\u0438\u043b \u0437\u0430\u0439\u0442\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442 \u0433\u0434\u0435 \u043f\u043e\u043a\u0443\u043f\u0430\u043b \u043a\u0430\u043c\u0435\u0440\u0443. \u0410 \u043e\u043d \u043d\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f! \u0415\u0433\u043e \u043d\u0435\u0442!\n
http://i.imgsafe.org/15128b1c26.jpg
\n \u042f \u043f\u043e\u0433\u0443\u0433\u043b\u0438\u043b \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0430\u0439\u0442\u0430 \u0438 \u0443\u0432\u0438\u0434\u0435\u043b \u043a\u0443\u0447\u0443 \u0433\u043d\u0435\u0432\u043d\u044b\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432. \u0414\u0430, \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u044d\u0442\u043e \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0438. https://pishem-pravdu.ru/board/read7357.html \n\u0418 \u043d\u0430\u0448\u0435\u043b \u043f\u0430\u0431\u043b\u0438\u043a \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \"\u0441\u0442\u043e\u0440-\u0441\u043f\u0431.\u0440\u0444 \u0438 \u0434\u0440\u0443\u0433\u0438\u0435. \u041f\u043e\u0441\u0442\u0440\u0430\u0434\u0430\u0432\u0448\u0438\u0435 \u043e\u0442 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432\" https://vk.com/club113941200\n\n\u041f\u043e\u0447\u0435\u043c\u0443 \u0442\u0430\u043a\u0438\u0435 \u0441\u0430\u0439\u0442\u044b \u043a\u0430\u043a geektimes, habr, \u0438 \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442 \u0443 \u0441\u0435\u0431\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432?\n\n\u0410 \u0442\u0435\u043f\u0435\u0440\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043c\u043e\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435. \u041c\u043e\u044f \u0436\u0438\u0437\u043d\u044c \u0438 \u0442\u0430\u043a \u0441\u043f\u043b\u043e\u0448\u043d\u0430\u044f \u0434\u0435\u043f\u0440\u0435\u0441\u0441\u0438\u044f \u0438 \u0441\u0442\u0440\u0435\u0441\u0441\u044b, \u0430 \u0442\u0443\u0442 \u0435\u0449\u0435 \u0438 \u0434\u0435\u043d\u044c\u0433\u0438 \u0443\u043a\u0440\u0430\u043b\u0438 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c!\n
http://i.imgsafe.org/15127dd28d.jpg
\n\n\u0427\u0442\u043e \u0436\u0435 \u044f \u0432\u044b\u043d\u0435\u0441 \u0434\u043b\u044f \u0441\u0435\u0431\u044f:\n- \u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0438\u0449\u0438\u0442\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u043e \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0435 \u0432 \u0441\u0435\u0442\u0438! \u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u043f\u0430\u0431\u043b\u0438\u043a\u0438 \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0441 \u0447\u0435\u0440\u043d\u044b\u043c\u0438 \u0441\u043f\u0438\u0441\u043a\u0430\u043c\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u0432 \u0438 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043f\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0438\u0445.\n- \u041d\u0435 \u0436\u0430\u0434\u043d\u0438\u0447\u0430\u0439\u0442\u0435! \u041b\u0443\u0447\u0448\u0435 \u043a\u0443\u043f\u0438\u0442\u044c \u0434\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0432\u0430\u0439\u0441 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0435, \u0438 \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043f\u0430\u0440\u0443 \u0442\u044b\u0441\u044f\u0447, \u043d\u0435\u0436\u0435\u043b\u0438 \u043f\u043e\u0436\u0430\u0434\u043d\u0438\u0447\u0430\u0442\u044c \u0438 \u043f\u043e\u0442\u043e\u043c \u0436\u0430\u043b\u0435\u0442\u044c.\n- \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u043f\u0440\u043e\u0441\u044f\u0442 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043d\u0430 QIWI \u0438\u043b\u0438 \u043f\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430, \u0442\u043e \u0437\u0430\u0434\u0443\u043c\u0430\u0439\u0442\u0435\u0441\u044c! \u0421\u0442\u0430\u043d\u0435\u0442 \u043b\u0438 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u0430\u044f \u0444\u0438\u0440\u043c\u0430 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443 \u043d\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d?\n- \u0415\u0441\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0441\u0438\u0442 \u0432\u0430\u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0447\u0430\u0441\u0442\u043d\u043e\u0433\u043e \u043b\u0438\u0446\u0430, \u0442\u043e \u044d\u0442\u043e \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e. \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443 \u043b\u0438\u0446\u0443 (\u0444\u0438\u0440\u043c\u0435,\u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438) \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0443\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 \u043d\u0430 \u0440\u0430\u0441\u0447\u0435\u0442\u043d\u044b\u0439 \u0441\u0447\u0435\u0442 \u0444\u0438\u0440\u043c\u044b.\n\n\u0427\u0442\u043e \u0436, \u043c\u043e\u044f \u0433\u043b\u0443\u043f\u043e\u0441\u0442\u044c \u0431\u0443\u0434\u0435\u0442 \u043c\u043d\u0435 \u0443\u0440\u043e\u043a\u043e\u043c\n\n#ru #scam #warning", + "body_length": 3616, + "cashout_time": "2016-09-04T16:14:03", + "category": "ru", + "children": 22, + "created": "2016-08-28T16:14:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ru\",\"russia\",\"scam\",\"warning\"],\"image\":[\"http://i.imgsafe.org/15128542d6.jpg\",\"http://i.imgsafe.org/151286f366.jpg\",\"http://i.imgsafe.org/15128b1c26.jpg\",\"http://i.imgsafe.org/15127dd28d.jpg\"],\"links\":[\"http://electronics-retail.com\",\"http://zvonki.octo.net/number.aspx/4952041393\",\"https://pishem-pravdu.ru/board/read7357.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T16:16:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1315858027165, + "parent_author": "", + "parent_permlink": "ru", + "pending_payout_value": "0.823 HBD", + "percent_hbd": 10000, + "permlink": "kak-ya-stal-zhertvoi-moshennikov-dvazhdy-za-den", + "post_id": 1028446, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\u041a\u0430\u043a \u044f \u0441\u0442\u0430\u043b \u0436\u0435\u0440\u0442\u0432\u043e\u0439 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c.", + "title": "\u041a\u0430\u043a \u044f \u0441\u0442\u0430\u043b \u0436\u0435\u0440\u0442\u0432\u043e\u0439 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c.", + "total_payout_value": "0.000 HBD", + "url": "/ru/@ratel/kak-ya-stal-zhertvoi-moshennikov-dvazhdy-za-den" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 307353766229, + "rshares": 18080689304, + "voter": "btcturbo" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 561014718, + "rshares": 247422277, + "voter": "dantown" }, { "percent": "10000", "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "rshares": 246883121, + "voter": "cgslav" }, { "percent": "10000", - "reputation": 1409783787, - "rshares": 52023723, - "voter": "alexya" + "reputation": 89020079608, + "rshares": 35395935533, + "voter": "ethereums1" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1549485977, - "voter": "ellepdub" + "reputation": 1440357780524, + "rshares": 762296627, + "voter": "dicov" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 84322994, - "voter": "ola1" + "reputation": 43291626440, + "rshares": 253361573, + "voter": "losos" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1139081977, - "voter": "herpetologyguy" + "reputation": 1234131079581, + "rshares": 4460960583, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 3502382308233, + "rshares": 3722545815, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 3088816970, + "rshares": 119836648, + "voter": "levsha" }, { "percent": "10000", - "reputation": 0, - "rshares": 4918419398, - "voter": "morgan.waser" + "reputation": 2791409844, + "rshares": 102416193, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 99160090205, - "rshares": 130982481, - "voter": "bo-ro" + "reputation": 4226573244868, + "rshares": 26736075586, + "voter": "zaebars" }, { "percent": "10000", - "reputation": 264508777365, - "rshares": 108582638, - "voter": "shubham1696" + "reputation": 702602138233, + "rshares": 147150487, + "voter": "alekst" }, { "percent": "10000", - "reputation": 8574428066, - "rshares": 50059314, - "voter": "shivayoga" + "reputation": 158273024132, + "rshares": 334346505, + "voter": "gek70rus" }, { "percent": "10000", - "reputation": 414609406210, - "rshares": 175435523, - "voter": "robotev" + "reputation": -23829863648, + "rshares": 59955408, + "voter": "gringogrin" }, { "percent": "10000", - "reputation": 234362047, - "rshares": 50020884, - "voter": "coriana" + "reputation": 44529428534261, + "rshares": 59725486136, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, - "rshares": 50944810, - "voter": "noriron" + "reputation": 505219265255, + "rshares": 441676433, + "voter": "violino" }, { "percent": "10000", "reputation": 0, - "rshares": 50938725, - "voter": "haved" + "rshares": 57481870, + "voter": "pacino" }, { "percent": "10000", - "reputation": 0, - "rshares": 50708837, - "voter": "ardly" + "reputation": 2609275826131, + "rshares": 78207684, + "voter": "alina1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" + "reputation": 894073046343, + "rshares": 95861429, + "voter": "magralex" } ], - "author": "gavvet", - "author_reputation": 204869765185479, + "author": "btcturbo", + "author_reputation": 307353766229, "beneficiaries": [], - "body": "I had been involved in a number of fights through the years and as my senses were not dulled with liquor, was pretty good at it. \n\n\nDating a Girl called Lesley B , Her Best Friend a pretty Blond Girl called Sharon. ( Lesley is a Redhead ,by the Way)\n\nThere was a Session happening at the Florida Town Hall \" Club 762\" We were dead keen to go , Sharon was not allowed to go.Lesley speaks to them ( Parents) and says she will be fine as they will be going with me.Sharon's Parents want to meet me.\n\nSome background here:- Sharon's Parents are elderly, tried for many years to have children and eventually they have Sharon, their most precious possession, and they were over protective over her (maybe)\n\nI go to meet the parents and when they find out I do not drink reluctantly let there Daughter go with Lesley and myself, we are 2 blocks away from the Town Hall ( where I had parked my Motorcycle and walked to Lesley's house, 3 houses from Sharon.)\n\nThe 3 of us strolled down to the Hall , I paid the entrance fee and in we went.Good Band playing and we seemed set for some fun.\n\nSome Guy's I had been in an altercation with previously start talking to me , saying that my problem is that I have never been Drunk and therefore don't know how it feels ,and am too quick to react when they don't really mean any harm.\n\nI am finding this very difficult to put into print as I am not sure if I have ever told this story to anyone, and it lives with me to this day!\n-\nAnyhow I had some Vodka against Lesley's protests , and a short while later was on my hands and knees trying to climb on my motorcycle but falling over it. \n\nhttps://pixabay.com/static/uploads/photo/2014/08/26/20/08/alcohol-428392_960_720.jpg\n\nNext thing Lesley comes to me saying Sharon is missing, I would like to say this sobered me up ,but not really, we start looking all over for her to no avail! I of course do not want to go to her house to see if she is there.\n\nLesley and a friend go there under some pretense but Sharon is not at home .\nA while later a car stops outside the Hall Sharon is shoved out and it speeds off. She has blood on her dress. Turns out she was talking to a Guy outside, pulled her into the car , no inside door handle or window winder handle , drove her off to the veld and held a knife to her throat, crying and pleading had no effect.\n\nShe did not have a clear description, medium build, blond, and very strong.\n\nWe took her home and faced her Parents,Can you think of a good way to tell parents who have trusted the light of their lives, to your care that your stupidity got her Raped? I cannot describe (or forget) the expressions on their faces when they looked at me, smelled the Booze, and told me never to set foot in their home again. I still punish myself with the most useless of Human statements which begins with \" If only....\"\n\nAs an addendum to this Story. From the Car description I got from Sharon, I tracked down the car to a friend of mine from Roodepoort ( I am not giving his name) Phoned Sharon's folks asked them what they wanted to do. I gave him a choice of calling the Cops on him or him going to see Sharon's Parents. He chose the latter and from what I heard afterward they were a lot better than I would have been in the same circumstances!\nThey got his confession and said they did not want to ruin his life with a stint in Jail, but he had better never be involved in something similar.( Blamed Booze for it)\n\nStrangely enough about 2 months later,riding past Florida Lake at night , I heard a Girl scream ,hopped off my bike , found 2 Guy's attacking a Girl . I hit the one Guy with a handy Brick and hurled it at the other as he took off. I helped E... to her feet , clothing a bit torn, took her to my house to clean up a bit and then home. Guess who's Sister this turned out to be!You're right, the Villain of the above situation had just had his Sister rescued from the same fate. Family extremely Grateful.\n\nAddendum 2 A few years Later Sharon married a Guy who worshiped the ground she walked on and they had a couple of kids ( I later bought a Ford Transit Van from him as transport for my Band).\n-", - "body_length": 4139, - "cashout_time": "2016-09-05T11:32:09", - "category": "drunk", - "children": 8, - "created": "2016-08-29T11:32:09", + "body": "\n

\n

\u0412\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u0439 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c

\n

WINGS \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u044c \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0442\u0430\u0440\u0442\u043e\u0432\u043e\u0439 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u043e\u0439 \u0434\u043b\u044f \u044d\u043d\u0442\u0443\u0437\u0438\u0430\u0441\u0442\u043e\u0432 \u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c \u0438\u0434\u0435\u0438 \u043d\u043e\u0432\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044f \u0438\u0445 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f (\u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b) \u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441 \u043d\u0430\u0438\u0432\u044b\u0441\u0448\u0438\u043c \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435\u043c \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0444\u043e\u0440\u0441\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439 \u043a \u0441\u0442\u0430\u0434\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u043e\u0433\u043e \u0414\u0410\u041e, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430, \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u0441\u0440\u0435\u0434\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0447\u0435\u0440\u0435\u0437 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441. WINGS \u0444\u043e\u043a\u0443\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u043c \u0443\u0441\u043a\u043e\u0440\u0435\u043d\u0438\u0438 \u0438 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043f\u043e\u043e\u0449\u0440\u044f\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u0439 \u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u0435 \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.

\n

\u0420\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430

\n

\u041f\u0435\u0440\u0432\u044b\u043c \u0434\u0435\u043b\u043e\u043c \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044e \u0414\u0410\u041e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0438 \u043f\u043e\u0448\u0430\u0433\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a\u0430. \u0421\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0448\u0438\u0440\u043e\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0444\u043e\u0442\u043e, \u0432\u0438\u0434\u0435\u043e \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u043c\u043e\u0436\u0435\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0414\u0410\u041e \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u043d\u044f\u0442\u043d\u044b\u043c \u0434\u043b\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432 \u0441\u0435\u0431\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0438 \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043d\u044b\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0441\u0442\u043e\u044f\u0449\u0435\u0439 \u0437\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c \u0414\u0410\u041e. \u041d\u0430 \u044d\u0442\u043e\u043c \u0436\u0435 \u044d\u0442\u0430\u043f\u0435 \u0430\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0434\u0438\u043d \u0438\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u043c\u043e\u0434\u0435\u043b\u0435\u0439 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u044b\u043c \u0414\u0410\u041e (\u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u044d\u0442\u0430\u043f\u0435 \u043c\u044b \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u043c \u043d\u0430\u0447\u0430\u0442\u044c \u0441 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0438, \u0444\u0443\u0442\u0430\u0440\u0445\u0438\u0438 \u0438 \u0436\u0438\u0434\u043a\u043e\u0439 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0438), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0414\u0410\u041e \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438.

\n

\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e, \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u043e\u043d\u0435\u0442 (coin supply) \u0438 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0438\u0445 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f; \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u044b \u0434\u043b\u044f \u0434\u0435\u0440\u0436\u0430\u0442\u0435\u043b\u0435\u0439 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 WINGS \u0432 \u0432\u0438\u0434\u0435 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438\u043b\u0438 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0438 \u0447\u0430\u0441\u0442\u0438 \u043e\u0442 \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 (\u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442); \u0434\u0430\u0442\u044b \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u0438 \u0431\u043e\u043d\u0443\u0441\u044b \u0434\u043b\u044f \u0440\u0430\u043d\u043d\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432. \u0415\u0441\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0445\u043e\u0447\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u044d\u0442\u0430\u043f\u044b (milestones, \u0442. \u0435. \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u043b\u0430\u0442\u044b \u043f\u043e \u0447\u0430\u0441\u0442\u044f\u043c, \u043f\u0440\u0438 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438 \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432), \u0435\u043c\u0443 \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u041e\u0440\u0430\u043a\u0443\u043b\u043e\u0432 \u0438\u043b\u0438 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u043d\u0430 \u0440\u044b\u043d\u043a\u0430\u0445 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439. \u041d\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0441\u0442\u0430\u0434\u0438\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0435 WINGS \u0437\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0437\u0430\u044f\u0432\u043a\u0438 \u0438 \u0442\u0435\u043c \u0441\u0430\u043c\u044b\u043c \u0438\u043d\u0438\u0446\u0438\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a \u0441\u0442\u0430\u0434\u0438\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.

\n

\u0420\u0435\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043e\u0442\u0437\u044b\u0432\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430

\n

\u0421\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044e \u0414\u0410\u041e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u0432\u0435\u0434\u0451\u043d \u043f\u0435\u0440\u0438\u043e\u0434 \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0414\u0410\u041e, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u0443\u043b\u0443\u0447\u0448\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442, \u043f\u043e\u043b\u0443\u0447\u0438\u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c \u043e\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u041f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0438\u043e\u0434\u0430, \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442 \u043c\u0435\u043d\u044f\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430, \u0438 \u043e\u0441\u0442\u0430\u0432\u0448\u0435\u0435\u0441\u044f \u0432\u0440\u0435\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u043b\u044f \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0451\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0432 \u0441\u0442\u0430\u0434\u0438\u044e \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u043e\u0433\u043e \u0414\u0410\u041e.

\n

\u041c\u0430\u0433\u0438\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432

\n

\u0415\u0441\u043b\u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0448\u043b\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u043e\u0446\u0435\u043d\u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442 \u043a\u0430\u043a \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u044b\u0439 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f , \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 WINGS \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043d\u043e\u0432\u044b\u0439 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043d\u0430\u0431\u043e\u0440 \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u044e\u0442 \u043d\u043e\u0432\u044b\u0439 \u0442\u043e\u043a\u0435\u043d \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430. \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u043e\u0432 \u0432 \u044d\u043a\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432, \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u0443\u043d\u0442\u0438 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0438 \u043d\u0430\u0447\u043d\u0451\u0442 \u043e\u0442\u0441\u0447\u0451\u0442 \u0434\u043e \u0434\u0430\u0442\u044b \u0441\u0442\u0430\u0440\u0442\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430.

\n

\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0430\u0434\u0440\u0435\u0441 \u0441 \u043e\u043d\u043b\u0430\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u043e\u0439 \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432.

\n

\u0421\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430

\n

\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u044b \u0442\u043e\u043a\u0435\u043d\u043e\u0432 WINGS \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0430\u044e\u0442\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u044e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0438\u0445 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041f\u0440\u043e\u0435\u043a\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u0437\u0434\u0435\u043b \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0414\u0410\u041e, \u0438 \u0441 \u044d\u0442\u043e\u0433\u043e \u044d\u0442\u0430\u043f\u0430 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u044b \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0441\u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u043c\u043e\u0434\u0435\u043b\u044c\u044e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f.

\n

\u0421\u0438\u043b\u0430 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439

\n

\u0412 \u0446\u0435\u043b\u043e\u043c \u0432 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f, WINGS \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0440\u044b\u043d\u043e\u043a \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0435\u0432 WINGS DAO \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435 \u044d\u0442\u0430\u043f\u043e\u0432 \u0432 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e\u043c \u0446\u0438\u043a\u043b\u0435 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443:

\n
    \n
  • \u041a\u0430\u043a\u0443\u044e \u0441\u0443\u043c\u043c\u0443 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0431\u0440\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442;
  • \n
  • \u0411\u044b\u043b\u0438 \u043b\u0438 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u044b \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u044d\u0442\u0430\u043f\u044b (\u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443, \u0437\u0430\u043f\u0443\u0441\u043a \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430);
  • \n
  • \u041a\u0430\u043a\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u0446\u0435\u043d\u0430 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0432 \u043b\u044e\u0431\u0443\u044e \u0438\u0437 \u0434\u0430\u0442 \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c.
  • \n
\n

\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u043c\u0435\u0442\u043e\u0434\u043e\u0432, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b \u0438 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u043e\u043a\u0435\u043d\u044b \u043c\u0435\u0436\u0434\u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438, \u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443:

\n
    \n
  • \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u043a\u0442\u043e\u0432 \u0432 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435. \u041a \u043f\u0440\u0438\u043c\u0435\u0440\u0443, \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u043c \u0430\u0434\u0440\u0435\u0441\u0435.
  • \n
  • \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u041e\u0440\u0430\u043a\u0443\u043b\u043e\u0432, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u0430\u044f \u043a \u0432\u043d\u0435\u0448\u043d\u0438\u043c API.
  • \n
  • \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043e\u0442\u0447\u0451\u0442\u043e\u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 (\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e REP \u0443 Augur).
  • \n
\n

\u0414\u0430\u043b\u0435\u0435

\n

\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u043f\u043e\u0441\u0442\u0435 \u043c\u044b \u043d\u0430\u043f\u0438\u0448\u0435\u043c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e \u043f\u0440\u043e \u0442\u043e, \u043a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0440\u0435\u043f\u0443\u0442\u0430\u0446\u0438\u044f, \u043d\u0430\u0433\u0440\u0430\u0434\u0430 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0438 \u043a\u0430\u043a \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u044e\u0442 \u043a\u0443\u0440\u0430\u0442\u043e\u0440\u044b \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 WINGS

\n


\n\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u043f\u043e\u0441\u0442\u044b:

\n

\u0412\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435 #0.

\n

\u0421\u0435\u0440\u0438\u044f #1. \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0414\u0410\u041e \u0438 \u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u041c\u0430\u0448\u0438\u043d\u0430 \u042d\u0444\u0438\u0440\u0438\u0443\u043c\u0430.

\n

\u0421\u0435\u0440\u0438\u044f #2. \u0421\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0440\u044b\u043d\u043a\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u0439.

\n

\n

Telegram Chat RU / EN  +  Forum RU / EN +  Slack Invite +  Telegram News RU / EN + Twitter / Facebook 

\n", + "body_length": 5959, + "cashout_time": "2016-09-03T11:34:33", + "category": "ru", + "children": 1, + "created": "2016-08-27T11:34:33", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"drunk\",\"alcohol\",\"life\",\"mistakes\"],\"image\":[\"https://pixabay.com/static/uploads/photo/2014/08/26/20/08/alcohol-428392_960_720.jpg\"]}", + "json_metadata": "{\"tags\":[\"ru\",\"dao\",\"wings\",\"blockchain\",\"steemit\"],\"image\":[\"https://cdn-images-1.medium.com/max/720/1*ijz3bBIWchkpZE8FsE_0Aw.jpeg\",\"https://img1.steemit.com/0x0/http://i.imgur.com/vk1jkGJ.gif\"],\"links\":[\"https://wings.ai\",\"https://steemit.com/ru/@btcturbo/wings-dao-seriya-obuchayushikh-postov-vstuplenie-0\",\"https://steemit.com/ru/@btcturbo/pazl-wings-seriya-1-bezopasnost-dao-i-virtualnaya-mashina-efiriuma\",\"https://steemit.com/ru/@btcturbo/pazl-wings-seriya-2-sistemy-upravleniya-i-rynki-reshenii\",\"telegram.me/wingschatru\",\"telegram.me/wingschat\",\"https://bitcointalk.org/index.php?topic=1482690\",\"https://bitcointalk.org/index.php?topic=1477055\",\"https://hi.wings.ai/\",\"https://telegram.me/wingsnewsru\",\"https://telegram.me/wingsnews\",\"https://twitter.com/wingsplatform\",\"https://www.facebook.com/WingsDAO\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T16:03:21", + "last_update": "2016-08-27T17:42:51", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 59579513859399, + "net_rshares": 151068589212, "parent_author": "", - "parent_permlink": "drunk", - "pending_payout_value": "455.700 HBD", + "parent_permlink": "ru", + "pending_payout_value": "0.082 HBD", "percent_hbd": 10000, - "permlink": "chronicles-of-alan-another-reason-i-do-not-drink-featuring-awgbibb-as-author", - "post_id": 1039924, + "permlink": "pazl-wings-seriya-3-kak-rabotayut-zayavki-na-sozdanie-dao", + "post_id": 1011672, "promoted": "0.000 HBD", "replies": [], - "root_title": "Chronicles of Alan: Another reason I do not Drink... (Featuring @awgbibb as author)", - "title": "Chronicles of Alan: Another reason I do not Drink... (Featuring @awgbibb as author)", + "root_title": "\u041f\u0430\u0437\u043b WINGS. \u0421\u0435\u0440\u0438\u044f #3: \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0437\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0414\u0410\u041e", + "title": "\u041f\u0430\u0437\u043b WINGS. \u0421\u0435\u0440\u0438\u044f #3: \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0437\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0414\u0410\u041e", "total_payout_value": "0.000 HBD", - "url": "/drunk/@gavvet/chronicles-of-alan-another-reason-i-do-not-drink-featuring-awgbibb-as-author" + "url": "/ru/@btcturbo/pazl-wings-seriya-3-kak-rabotayut-zayavki-na-sozdanie-dao" }, { "active_votes": [ { "percent": "10000", - "reputation": 261787136527, - "rshares": 629940218181, - "voter": "barrie" + "reputation": 145171381514207, + "rshares": 29135724333004, + "voter": "dantheman" }, { "percent": "10000", "reputation": 32455846463901, - "rshares": 30838738591562, + "rshares": 27605036240650, "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 1468981814174, - "voter": "commedy" + "rshares": 4351539688265, + "voter": "paladin" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1807645934163, + "rshares": 1757703650590, "voter": "hr1" }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 113565049148, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 879362046140, + "voter": "ihashfury" + }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3716926347, + "rshares": 3715167504, "voter": "boy" }, { "percent": "10000", "reputation": 4712949449, - "rshares": 4512089415, + "rshares": 4509819591, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836460080, - "voter": "bunny" + "reputation": 1789951494550, + "rshares": 836166640, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 12481332844017, + "rshares": 1656489501441, + "voter": "steemychicken1" }, { "percent": "10000", "reputation": 103443134841, - "rshares": 64542005172, + "rshares": 64278240239, "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 1992019269, + "rshares": 1991162860, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 256342750, + "rshares": 256300834, "voter": "moon" }, { "percent": "10000", "reputation": 0, - "rshares": 391332239417, + "rshares": 371434701345, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2663101956176, + "rshares": 2591043865330, "voter": "recursive" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 125539649043, - "voter": "mrs.agsexplorer" - }, - { - "percent": "10000", - "reputation": 1682985060, - "rshares": 18842819298, - "voter": "lee3" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 8342011497, - "voter": "bingo-0" + "reputation": 83941319998, + "rshares": 4849415359235, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5411883564193, - "voter": "smooth.witness" + "reputation": 585246886482, + "rshares": 79067457756, + "voter": "vip" }, { "percent": "10000", "reputation": 2802091583976, - "rshares": 18475799287, + "rshares": 11093656071, "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 746953288, + "rshares": 746709764, "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 1160116499, + "rshares": 1151657939, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 8963739580468, - "rshares": 136770255608, - "voter": "team" + "reputation": 4013874407471, + "rshares": 116675680418, + "voter": "linouxis9" }, { "percent": "10000", "reputation": 0, - "rshares": 345681395, + "rshares": 345605549, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 48088611906, - "voter": "noaommerrr" + "reputation": 9469162, + "rshares": 86442516278, + "voter": "unosuke" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 79147101114, - "voter": "acidsun" + "reputation": 2165622245848, + "rshares": 25370157340, + "voter": "yefet" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14312826868, - "voter": "gregory-f" + "reputation": 3120299664537, + "rshares": 14379399820, + "voter": "valtr" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 16838095734, - "voter": "ervin-lemark" + "reputation": 1118904717803, + "rshares": 67307183482, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 21498120740, - "rshares": 9879616431, - "voter": "gregory60" + "reputation": 14073457536993, + "rshares": 94203243561, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1085985067163, - "voter": "gavvet" + "reputation": 4733188979515, + "rshares": 15782833476, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 20700335323, - "voter": "joelinux" + "reputation": 204869765185479, + "rshares": 1025890319274, + "voter": "gavvet" }, { "percent": "3000", "reputation": 4931834878069, - "rshares": 8051469822, + "rshares": 8122842676, "voter": "fkn" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 9508161447, - "voter": "mranderson" + "reputation": 82831371778953, + "rshares": 857209942958, + "voter": "cryptogee" }, { "percent": "2500", "reputation": 376960001789, - "rshares": 1453785929, + "rshares": 1451361836, "voter": "spaninv" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 10406781171, - "voter": "richman" + "reputation": 1172373556107, + "rshares": 2097108562, + "voter": "gekko" }, { "percent": "10000", "reputation": 58571016273092, - "rshares": 688064472553, + "rshares": 642418510190, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1787913144, - "voter": "maxim-ananko" + "reputation": 503318537891, + "rshares": 3733255542, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 56751093891, - "voter": "hannixx42" + "reputation": 49136918266, + "rshares": 11565765949, + "voter": "cian.dafe" }, { "percent": "10000", "reputation": 21903005256174, - "rshares": 235478162232, + "rshares": 220841586215, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 1663549830469, - "rshares": 1280066952, - "voter": "coar" + "reputation": 16025488740118, + "rshares": 13967638323, + "voter": "klye" }, { "percent": "10000", "reputation": 161089556767, - "rshares": 79540753439, + "rshares": 65281833199, "voter": "asch" }, { "percent": "3301", "reputation": 2902053059801, - "rshares": 2144623925, + "rshares": 3572994301, "voter": "murh" }, { "percent": "10000", "reputation": 2423086926842, - "rshares": 15068350127, + "rshares": 14348849500, "voter": "b4bb4r-5h3r" }, + { + "percent": "10000", + "reputation": 18165011697633, + "rshares": 72910110648, + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 170840482033, + "voter": "dragonslayer109" + }, { "percent": "10000", "reputation": 824717099743, - "rshares": 479147276161, + "rshares": 410282125617, "voter": "cyber" }, + { + "percent": "10000", + "reputation": 463562817, + "rshares": 610595270, + "voter": "ethan-castle" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 435598116, + "voter": "akaninyene-etuk" + }, { "percent": "10000", "reputation": 3037854988445, - "rshares": 63720348699, + "rshares": 59759280855, "voter": "ak2020" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 249385961025, - "voter": "billbutler" + "reputation": 11765473490257, + "rshares": 41993046835, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 11739122004, - "voter": "johnerfx" + "reputation": 7152109350579, + "rshares": 4128700878, + "voter": "cm-steem" }, { "percent": "10000", - "reputation": 20763505296686, - "rshares": 237820008048, - "voter": "wingz" + "reputation": -2683858617900, + "rshares": 11589614175, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3898540206542, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 1675716921, + "voter": "spartanza" }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 57491701747, + "rshares": 48933595577, "voter": "juanmiguelsalas" }, { "percent": "10000", "reputation": 3046358914696, - "rshares": 13324363615, + "rshares": 13287798344, "voter": "samether" }, { "percent": "10000", "reputation": 5888717170887, - "rshares": 64457408833, + "rshares": 61640171572, "voter": "ratel" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 240343678432, - "voter": "kaylinart" + "reputation": 8397302485673, + "rshares": 189994646843, + "voter": "will-zewe" }, { "percent": "10000", "reputation": 60725834714442, - "rshares": 496377367873, + "rshares": 450166901487, "voter": "infovore" }, { "percent": "10000", "reputation": 4526468651953, - "rshares": 79096544055, + "rshares": 74326973775, "voter": "tim-johnston" }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 22290280914, + "voter": "ossama-benjohn" + }, { "percent": "10000", "reputation": 5260794316761, - "rshares": 138285072436, + "rshares": 138200300359, "voter": "schro" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 789120398, - "voter": "johnerminer" + "reputation": 22794273843250, + "rshares": 180767517254, + "voter": "thedashguy" }, { "percent": "10000", "reputation": 486415577627, - "rshares": 5955997477, + "rshares": 6193911514, "voter": "mark-waser" }, { "percent": "10000", - "reputation": 5571311902261, - "rshares": 2436500146, - "voter": "mammasitta" + "reputation": 5886979119053, + "rshares": 101581127996, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44006341762, + "voter": "honeythief" }, { "percent": "10000", "reputation": 7949210311767, - "rshares": 31047477068, + "rshares": 31662289246, "voter": "talanhorne" }, { "percent": "10000", "reputation": 2758500001611, - "rshares": 4731946873, + "rshares": 5141944088, "voter": "fuck.off" }, + { + "percent": "10000", + "reputation": 1795987883806, + "rshares": 28597097776, + "voter": "tskeene" + }, { "percent": "10000", "reputation": 601987961462, - "rshares": 2048653526, + "rshares": 2109788439, "voter": "superfreek" }, { "percent": "10000", "reputation": 1019011681813, - "rshares": 6309440581, + "rshares": 6867203533, "voter": "iloveporn" }, { "percent": "10000", "reputation": 1557874437556, - "rshares": 1950086270, + "rshares": 2298206095, "voter": "the.bot" }, { "percent": "10000", - "reputation": 2272555442064, - "rshares": 4145876729, - "voter": "azaan" + "reputation": -211976733933, + "rshares": 989417358, + "voter": "bigs21024" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5468585927, - "voter": "the.whale" + "reputation": 15285243314, + "rshares": 172706946, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 4090731834, + "voter": "spikykevin" }, { "percent": "10000", "reputation": 4276659410889, - "rshares": 3231136433, + "rshares": 3294453012, "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 1797275012018, - "rshares": 8748767514, - "voter": "dasha" + "reputation": 112943056223182, + "rshares": 159932858511, + "voter": "ericvancewalton" }, { "percent": "10000", "reputation": 336763673779, - "rshares": 256178586181, + "rshares": 211164224384, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 160174254209, - "rshares": 44989628889, - "voter": "booja" + "reputation": 1933204465, + "rshares": 54671156789, + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 9852041905, + "voter": "romait" }, { "percent": "10000", "reputation": 1160886081198, - "rshares": 5178707276, + "rshares": 5740391745, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 60985559636, - "voter": "lehard" + "reputation": 1450924981021, + "rshares": 41583028085, + "voter": "ezzy" }, { "percent": "10000", "reputation": 65540661343, - "rshares": 3270985656, + "rshares": 3128984561, "voter": "orly" }, { "percent": "10000", "reputation": 7091975331308, - "rshares": 15732707105, + "rshares": 13047233775, "voter": "konstantin" }, { "percent": "10000", "reputation": 1035952800698, - "rshares": 5465977113, + "rshares": 5821179979, "voter": "vote" }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19620359338, + "voter": "hakise" + }, { "percent": "10000", "reputation": 2880187298062, - "rshares": 2866984813, + "rshares": 2854280043, "voter": "stranger27" }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 13520814282, - "voter": "yogi.artist" + "reputation": 1059790037173, + "rshares": 492927683739, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 5758594545, - "voter": "kissmybutt" + "reputation": 5451039980643, + "rshares": 101002310, + "voter": "steemswede" }, { - "percent": "6300", + "percent": "10000", + "reputation": 6244867547, + "rshares": 1487343873, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1621298394, + "voter": "sergei" + }, + { + "percent": "6600", "reputation": 4667991454724, - "rshares": 449977002487, + "rshares": 416125335566, "voter": "slowwalker" }, { "percent": "3000", "reputation": 19111656178138, - "rshares": 20723230509, + "rshares": 20455531691, "voter": "furion" }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 519430044294, + "voter": "neoxian" + }, { "percent": "10000", "reputation": 3149488018622, - "rshares": 2371746176, + "rshares": 2464498713, "voter": "owdy" }, { "percent": "3000", "reputation": 9142611234, - "rshares": 213524555, + "rshares": 213476618, "voter": "ch0c0latechip" }, { "percent": "3000", "reputation": 3871042, - "rshares": 195753480, + "rshares": 195705543, "voter": "doge4lyf" }, { "percent": "10000", "reputation": 2770303185670, - "rshares": 1394242401, + "rshares": 1389256977, "voter": "vi1son" }, { "percent": "10000", - "reputation": 736644764370, - "rshares": 1341916202183, - "voter": "renohq" + "reputation": 4336087201971, + "rshares": 25113262537, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 119497324252, + "voter": "knircky" }, { "percent": "10000", "reputation": 2069855377344, - "rshares": 10433211509, + "rshares": 9594656038, "voter": "spiz0r" }, { "percent": "10000", "reputation": 54870619364044, - "rshares": 144707722364, + "rshares": 145798078499, "voter": "jacor" }, { "percent": "10000", "reputation": 1440357780524, - "rshares": 885666709, + "rshares": 786886841, "voter": "dicov" }, { "percent": "10000", "reputation": 0, - "rshares": 779727644, + "rshares": 1014717800, "voter": "steem1653" }, { "percent": "10000", "reputation": 210282477056, - "rshares": 288894926, - "voter": "johanniellano" - }, - { - "percent": "10000", - "reputation": 1648396897354, - "rshares": 11487217736, - "voter": "asim" - }, - { - "percent": "10000", - "reputation": 1563271634183, - "rshares": 106279964837, - "voter": "paco" - }, - { - "percent": "10000", - "reputation": 2397831198773, - "rshares": 5279271504, - "voter": "karen13" - }, - { - "percent": "10000", - "reputation": 3655676496603, - "rshares": 9667224942, - "voter": "cloveandcinnamon" - }, - { - "percent": "10000", - "reputation": 114569371319, - "rshares": 253208849, - "voter": "aqris" - }, - { - "percent": "10000", - "reputation": 2877113019152, - "rshares": 11586929734, - "voter": "bycz" - }, - { - "percent": "10000", - "reputation": 669199844401, - "rshares": 10509428866, - "voter": "mun" - }, - { - "percent": "10000", - "reputation": 6338322241150, - "rshares": 48439972446, - "voter": "streetstyle" - }, - { - "percent": "10000", - "reputation": 658204768651, - "rshares": 48423396496, - "voter": "milestone" - }, - { - "percent": "10000", - "reputation": 594833631949, - "rshares": 7213802876, - "voter": "lichtblick" - }, - { - "percent": "10000", - "reputation": 1537463763, - "rshares": 25425766876, - "voter": "creemej" - }, - { - "percent": "10000", - "reputation": 3502382308233, - "rshares": 3877761233, - "voter": "maximkichev" - }, - { - "percent": "10000", - "reputation": 38681973250, - "rshares": 1672988458, - "voter": "cats" - }, - { - "percent": "10000", - "reputation": 2713713668533, - "rshares": 1722851773, - "voter": "the-future" - }, - { - "percent": "10000", - "reputation": 1851264493766, - "rshares": 3235671738, - "voter": "begstreets" - }, - { - "percent": "10000", - "reputation": 34120390016, - "rshares": 2973616548, - "voter": "imp3" - }, - { - "percent": "10000", - "reputation": 9999779221262, - "rshares": 38281797631, - "voter": "mynameisbrian" - }, - { - "percent": "10000", - "reputation": 2173940256661, - "rshares": 10586787745, - "voter": "benjiberigan" - }, - { - "percent": "10000", - "reputation": 741654237981, - "rshares": 5581859390, - "voter": "smolalit" - }, - { - "percent": "10000", - "reputation": 49770527, - "rshares": 3409568099, - "voter": "davidr" - }, - { - "percent": "10000", - "reputation": 14544132145555, - "rshares": 9203060395, - "voter": "pcste" + "rshares": 274391980, + "voter": "johanniellano" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 6295836339, - "voter": "rpf" + "reputation": 5463774640621, + "rshares": 17724366228, + "voter": "akareyon" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 7953910371, - "voter": "tarindel" + "reputation": 1661526202859, + "rshares": 4383903035, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3120011641, - "voter": "azurejasper" + "reputation": 658407157113, + "rshares": 567867324, + "voter": "cherish" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 27197763226, - "voter": "deanliu" + "reputation": 2821855573125, + "rshares": 3801180577, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 3305646692, - "voter": "cryptohustlin" + "reputation": 1648396897354, + "rshares": 10927923249, + "voter": "asim" }, { "percent": "10000", - "reputation": 1878917499597, - "rshares": 5673938291, - "voter": "sharker" + "reputation": 7952828943, + "rshares": 4386400085, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 743656664450, - "rshares": 1177195958, - "voter": "tokyodude" + "reputation": 1510234773828, + "rshares": 2058332545, + "voter": "bitland" }, { "percent": "10000", - "reputation": 3415496053078, - "rshares": 3513489848, - "voter": "dmitriybtc" + "reputation": 1563271634183, + "rshares": 94778859219, + "voter": "paco" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8131312349, - "voter": "neroru" + "reputation": 431450051428, + "rshares": 4499834965, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 246194178567, - "voter": "jl777" + "reputation": 11644551965460, + "rshares": 9263164066, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 49520881548, - "rshares": 130724948, - "voter": "btc-dialog" + "reputation": 1022268826970, + "rshares": 408173215, + "voter": "edrivegom" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6513652597, - "voter": "positive" + "percent": "10000", + "reputation": 2397831198773, + "rshares": 6150512344, + "voter": "karen13" }, { "percent": "10000", - "reputation": 82275088768, - "rshares": 30402465214, - "voter": "paquito" + "reputation": 866671256465, + "rshares": 24417740855, + "voter": "igster" }, { "percent": "10000", - "reputation": 0, - "rshares": 1769531766, - "voter": "yarly" + "reputation": 669199844401, + "rshares": 10296292481, + "voter": "mun" }, { "percent": "10000", - "reputation": 0, - "rshares": 268924564, - "voter": "yarly2" + "reputation": 688176613733, + "rshares": 403549603, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 0, - "rshares": 269327749, - "voter": "yarly3" + "reputation": 57790558311, + "rshares": 57896365453, + "voter": "stephencurry" }, { "percent": "10000", - "reputation": 0, - "rshares": 155839836, - "voter": "yarly4" + "reputation": 7803764965401, + "rshares": 9994908029, + "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, - "rshares": 156720067, - "voter": "yarly5" + "reputation": 6338322241150, + "rshares": 37901804111, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, - "rshares": 89352331, - "voter": "yarly7" + "reputation": 658204768651, + "rshares": 48337548442, + "voter": "milestone" }, { "percent": "10000", - "reputation": 855588904517, - "rshares": 222759429, - "voter": "arnob" + "reputation": 594833631949, + "rshares": 7064696820, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 78655765447, - "voter": "crazymumzysa" + "reputation": 3502382308233, + "rshares": 3874486461, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12468455070375, - "rshares": 10403021813, - "voter": "carlidos" + "reputation": 1089175666268, + "rshares": 881049636, + "voter": "jsteck" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 9329692016, - "voter": "crypto.owl" + "reputation": 692822335938, + "rshares": 239156414, + "voter": "keyser" }, { "percent": "10000", - "reputation": 60975043955, - "rshares": 700736195, - "voter": "clonewarz" + "reputation": 3033861094190, + "rshares": 13115519147, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 13139333944, - "voter": "lemooljiang" + "reputation": 34120390016, + "rshares": 2820382099, + "voter": "imp3" }, { "percent": "10000", - "reputation": 1499533080300, - "rshares": 3100452297, - "voter": "crystaljenn" + "reputation": 9999779221262, + "rshares": 37107869330, + "voter": "mynameisbrian" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 22112843457, - "voter": "proto" + "reputation": 817588332083, + "rshares": 2617843634, + "voter": "pinklee" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 573813577, - "voter": "curator" + "reputation": 76096938200261, + "rshares": 220795170781, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, - "rshares": 430484308, - "voter": "yarly10" + "reputation": 1532881687066, + "rshares": 8078085706, + "voter": "magz8716" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1780768244, - "voter": "alex.chien" + "reputation": 1394532106132, + "rshares": 7167237130, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 0, - "rshares": 230905374, - "voter": "yarly11" + "reputation": 46246767220, + "rshares": 5858778965, + "voter": "rpf" }, { "percent": "10000", - "reputation": 54192730483, - "rshares": 212325963, - "voter": "ethanjames" + "reputation": 900694208703, + "rshares": 6782756667, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 8992241595, - "voter": "michaeldodridge" + "reputation": 1516446006, + "rshares": 119324035, + "voter": "firdausislamiah" }, { "percent": "10000", - "reputation": 0, - "rshares": 80923105, - "voter": "yarly12" + "reputation": 477578742546, + "rshares": 8447911592, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 36810669275, - "voter": "celebr1ty" + "reputation": 1830353392409, + "rshares": 3093888337, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3049709509, - "voter": "bkkshadow" + "reputation": 897000392259, + "rshares": 469444219, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 175893823, - "voter": "kibela" + "reputation": 2791409844, + "rshares": 97760912, + "voter": "elmusic" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 135859641, - "voter": "steemster1" + "reputation": 160134373956, + "rshares": 7968033841, + "voter": "neroru" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 2631384469, - "voter": "dmilash" + "reputation": 14988694886527, + "rshares": 288539499527, + "voter": "jl777" }, { "percent": "10000", - "reputation": 138974533507, - "rshares": 879138099, - "voter": "mar1978co" + "reputation": 163343680085, + "rshares": 381529139, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1317884023, - "voter": "spinner" + "reputation": 879409745645, + "rshares": 1834669330, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 212959420968, - "rshares": 10061426682, - "voter": "michiel" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6555430692, + "voter": "positive" }, { "percent": "10000", - "reputation": 19410587962, - "rshares": 1954541056, - "voter": "andreynoch" + "reputation": 0, + "rshares": 1693091444, + "voter": "yarly" }, { "percent": "10000", - "reputation": 1804907957838, - "rshares": 2347739567, - "voter": "belkins" + "reputation": 0, + "rshares": 257566220, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 29781907639, - "voter": "jasonstaggers" + "reputation": 0, + "rshares": 257952606, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 52553737366, - "voter": "gomeravibz" + "reputation": 0, + "rshares": 149300547, + "voter": "yarly4" }, { "percent": "10000", "reputation": 0, - "rshares": 105795536, - "voter": "alrx6918" + "rshares": 150144101, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 2261747551, - "voter": "litrbooh" + "reputation": 0, + "rshares": 85614005, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 11053898613, - "voter": "taker" + "reputation": 45712131677758, + "rshares": 62451249734, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, - "rshares": 1384397013, - "voter": "gruber" + "reputation": 327313183062, + "rshares": 1263805594, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 6009121037, - "voter": "nekromarinist" + "reputation": 1849155799051, + "rshares": 8932564620, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 56527569, - "voter": "sharon" + "reputation": 75169935562, + "rshares": 204193503, + "voter": "strictlybusiness" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 38227292474, - "voter": "allasyummyfood" + "reputation": 2568808468562, + "rshares": 1097622112, + "voter": "sompitonov" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 56215794, - "voter": "lillianjones" + "reputation": 7078941123096, + "rshares": 11544955444, + "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 130522396758, - "rshares": 54179466659, - "voter": "sextusempiricus" + "reputation": 13032104555879, + "rshares": 9115585916, + "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22864857775, - "voter": "laoyao" + "reputation": 3777763523032, + "rshares": 19685430178, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 2453739217, - "voter": "asdes" + "reputation": 568560955800, + "rshares": 35566237616, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9808819338, - "voter": "viktor.phuket" + "reputation": 58190631451, + "rshares": 26015763642, + "voter": "proto" }, { "percent": "10000", - "reputation": 31031494498, - "rshares": 1318215676, - "voter": "littleboo" + "reputation": 153480676290, + "rshares": 647646467, + "voter": "curator" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 32250704403, - "voter": "timsaid" + "reputation": 0, + "rshares": 412226108, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 2806306672700, - "rshares": 2799366492, - "voter": "denn" + "reputation": 0, + "rshares": 221207781, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2419134076, - "voter": "kalimor" + "reputation": 10552456597779, + "rshares": 2230239363, + "voter": "royalmacro" }, { "percent": "10000", "reputation": 0, - "rshares": 3899883622, - "voter": "ullikume" + "rshares": 77535997, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 31847926857, - "rshares": 65407669, - "voter": "zahar" + "reputation": 16914207527051, + "rshares": 35962182466, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 37274604045, - "voter": "terrycraft" + "reputation": -1193908062262, + "rshares": 129041365, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 86811749666, - "rshares": 142151009, - "voter": "luke490" + "reputation": 106557133024, + "rshares": 27607953801, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 790526925913, - "rshares": 1315455968, - "voter": "dolov" + "reputation": 137150233782, + "rshares": 64878687, + "voter": "nicoleta" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3538452080, - "voter": "oflyhigh" + "reputation": 49215329, + "rshares": 3428004554, + "voter": "pigatron" }, { "percent": "10000", - "reputation": 1562464639, - "rshares": 60024015, - "voter": "nickche" + "reputation": 134736123867, + "rshares": 18088301172, + "voter": "lsc9999" }, { "percent": "10000", - "reputation": -349458835282, - "rshares": 75081841, - "voter": "dims" + "reputation": 19410587962, + "rshares": 1993496023, + "voter": "andreynoch" + }, + { + "percent": "5000", + "reputation": 267304789, + "rshares": 107673380, + "voter": "rumburak" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2115748331, - "voter": "natalymaty" + "reputation": 224697272001, + "rshares": 339551325, + "voter": "timelord" }, { "percent": "10000", - "reputation": 3740136030964, - "rshares": 455963127, - "voter": "future24" + "reputation": 49283901870, + "rshares": 919907780, + "voter": "metaflute" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 56647554, - "voter": "msjennifer" + "reputation": 988942038058, + "rshares": 51421755393, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 53370316, - "voter": "ciao" + "reputation": 1275505236, + "rshares": 12876919366, + "voter": "taker" }, { "percent": "10000", - "reputation": 158273024132, - "rshares": 342155621, - "voter": "gek70rus" + "reputation": 10137266406870, + "rshares": 5647625721, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, - "rshares": 10466625178, - "voter": "thebotkiller" + "reputation": -833837861150, + "rshares": 55181675, + "voter": "sharon" }, { "percent": "10000", - "reputation": 485540, - "rshares": 52985539, - "voter": "steemo" + "reputation": 11856501387697, + "rshares": 33024616292, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 20220072526, - "voter": "hanshotfirst" + "reputation": -1130081321479, + "rshares": 54844677, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 52848854, - "voter": "steema" + "reputation": 90565359983, + "rshares": 23827418134, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588487953, - "voter": "erikclark13" + "reputation": 3194641726781, + "rshares": 22176823286, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 62738681, - "voter": "evgenyche" + "reputation": 75109707260, + "rshares": 29885040414, + "voter": "persianqueen" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 64752766, - "voter": "confucius" + "reputation": 512132085322, + "rshares": 9612821636, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 63548854, - "voter": "elenirossidou" + "reputation": 2269581106933, + "rshares": 65038701, + "voter": "stormblaze" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 92439303006, - "voter": "miacats" + "reputation": 22613377010, + "rshares": 66620085, + "voter": "kurzer42" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 53648513, - "voter": "jarvis" + "reputation": 950539828786, + "rshares": 2323480400, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 6633586421, - "voter": "matrixdweller" + "reputation": 23856803561, + "rshares": 63844721, + "voter": "elena000" }, { "percent": "10000", - "reputation": 286385675205, - "rshares": 101016210, - "voter": "smartguylabcoat" + "reputation": 2462877364101, + "rshares": 724650870, + "voter": "labradorsem" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 66769295082002, + "rshares": 27718469456, + "voter": "terrycraft" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 1080008839, - "voter": "chinadaily" + "reputation": 117644956479, + "rshares": 11310868600, + "voter": "jphamer1" }, { "percent": "10000", - "reputation": 4088300066909, - "rshares": 20107018482, - "voter": "runaway-psyche" + "reputation": 66791976065, + "rshares": 59650049905, + "voter": "joele" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4201209126, - "voter": "almerri" + "reputation": 11122126920308, + "rshares": 3374433291, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, - "rshares": 124331966, - "voter": "stevenh512" + "reputation": 1851205309677, + "rshares": 3328650489, + "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 0, - "rshares": 53042068, - "voter": "johnbyrd" + "reputation": 7767180487460, + "rshares": 6114058120, + "voter": "gargon" }, { "percent": "10000", - "reputation": 0, - "rshares": 53039566, - "voter": "thomasaustin" + "reputation": 740133117502, + "rshares": 2073114966, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "reputation": 96284142617, + "rshares": 1941462536, + "voter": "vladikras" }, { "percent": "10000", - "reputation": 0, - "rshares": 51856300, - "voter": "ficholl" + "reputation": 126444536302, + "rshares": 1260700651, + "voter": "hms818" }, { "percent": "10000", - "reputation": 0, - "rshares": 51852278, - "voter": "widell" + "reputation": 191217797933, + "rshares": 54197094, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 1985439257, - "rshares": 86196364025, - "voter": "icfiedler" + "reputation": -1468839175006, + "rshares": 55265906, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 505219265255, - "rshares": 433283674, - "voter": "violino" + "reputation": -1343370986030, + "rshares": 53370316, + "voter": "ciao" }, { "percent": "10000", "reputation": 0, - "rshares": 51481279, - "voter": "revelbrooks" + "rshares": 11389439613, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 636843287, - "voter": "levycore" + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 57309804, - "voter": "mrlogic" + "reputation": 398467602540, + "rshares": 182882321, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 1916013022364, - "rshares": 393775919, - "voter": "wuyueling" + "reputation": 4542627765008, + "rshares": 20193315381, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 17324282595, - "voter": "yef99" + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375926454, - "voter": "mig641" + "reputation": 1620633258672, + "rshares": 2749532755, + "voter": "lordvader" }, { "percent": "10000", - "reputation": 20672910301, - "rshares": 58544730, - "voter": "metu2222" + "reputation": 28335136369, + "rshares": 1556892766, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 20573770701, - "voter": "andrewawerdna" + "reputation": 56139970267, + "rshares": 60177918, + "voter": "evgenyche" }, { "percent": "10000", - "reputation": 20617804467, - "rshares": 60282478, - "voter": "neony" + "reputation": 30877532500, + "rshares": 57559726, + "voter": "sakkievw" }, { "percent": "10000", - "reputation": 5861882, - "rshares": 59138344, - "voter": "piezolit" + "reputation": 237071800963, + "rshares": 3362134710, + "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 4324271690, - "voter": "onetree" + "reputation": -894488087252, + "rshares": 61515128, + "voter": "confucius" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1640022740, - "voter": "imag1ne" + "reputation": 289207830105, + "rshares": 62069775, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 11415675415, - "voter": "mandibil" + "reputation": 2118792724924, + "rshares": 91832093171, + "voter": "miacats" }, { "percent": "10000", - "reputation": 0, - "rshares": 51562255, - "voter": "curpose" + "reputation": 490170833577, + "rshares": 169631455, + "voter": "njall" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 677034093, - "voter": "nulliusinverba" + "reputation": -789959772758, + "rshares": 53648513, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 664297821, - "voter": "runridefly" + "reputation": 746533252410, + "rshares": 118205000, + "voter": "lisadang" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 2387594064, - "voter": "seva" + "reputation": 497846177749, + "rshares": 587222346, + "voter": "ashwim" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688853443, - "voter": "gear66" + "reputation": 47334856382, + "rshares": 64006701, + "voter": "williamdevine" }, { "percent": "10000", "reputation": 0, - "rshares": 51712804, - "voter": "troich" + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 20877072833, - "voter": "luminousvisions" + "reputation": 4637390447698, + "rshares": 992737248, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1686272574, - "voter": "davidjkelley" + "reputation": 13325577893779, + "rshares": 9591614091, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 51718188, - "voter": "crion" + "reputation": 23206755125, + "rshares": 65544245, + "voter": "kana" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 4256742334, + "voter": "farmerswife" }, { "percent": "10000", "reputation": 0, - "rshares": 51388276, - "voter": "hitherise" + "rshares": 1227496211, + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 15908343365, + "rshares": 60816781, + "voter": "gmskov" }, { "percent": "10000", "reputation": 0, - "rshares": 51379706, - "voter": "wiss" + "rshares": 51863356, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 11352667511018, - "rshares": 4237453811, - "voter": "canadian-coconut" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 13844018454, - "voter": "digital-wisdom" + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3869089776, - "voter": "ericbotticelli" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 52143228, - "voter": "stroully" + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1110858614, - "voter": "maryfromsochi" + "reputation": 415725527654, + "rshares": 437671929, + "voter": "keepdoodling" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5819994821, - "voter": "jwaser" + "reputation": 1016260025, + "rshares": 57784735, + "voter": "dimitriy" }, { "percent": "10000", - "reputation": 12539394694005, - "rshares": 2304936706, - "voter": "doitvoluntarily" + "reputation": -49397634, + "rshares": 52042875, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 0, - "rshares": 51814474, - "voter": "thadm" + "reputation": 295472992623, + "rshares": 1109382978, + "voter": "iamrohitkgupta" }, { "percent": "10000", "reputation": 0, - "rshares": 51812703, - "voter": "prof" + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 3954457383539, - "rshares": 746040489, - "voter": "lyubovbar" + "reputation": 3103554028241, + "rshares": 341651039, + "voter": "levycore" }, { "percent": "10000", - "reputation": 0, - "rshares": 51451058, - "voter": "yorsens" + "reputation": 401217888, + "rshares": 375809602, + "voter": "mig641" }, { "percent": "10000", - "reputation": 7381386825, - "rshares": 57393034, - "voter": "topslim" + "reputation": 24276337891, + "rshares": 426715514, + "voter": "tradz" }, { "percent": "10000", - "reputation": 0, - "rshares": 51154263, - "voter": "bane" + "reputation": 1130219064888, + "rshares": 24457413580, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, - "rshares": 51148009, - "voter": "vive" + "reputation": 17140629596244, + "rshares": 25414498610, + "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, - "rshares": 51142585, - "voter": "coad" + "reputation": 11490547563070, + "rshares": 14763692581, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 3071821919457, - "rshares": 824099089, - "voter": "mbroek1983" + "reputation": 5941821821586, + "rshares": 2844021732, + "voter": "onetree" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2744228836, - "voter": "bwaser" + "reputation": 6300363201553, + "rshares": 11065195774, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1903578632, + "rshares": 56604994, + "voter": "ssashem" }, { "percent": "10000", "reputation": 0, - "rshares": 51906983, - "voter": "sofa" + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 16001996689, - "rshares": 57238490, - "voter": "ivanbogachev" + "reputation": 716390377150, + "rshares": 4326680966, + "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 0, - "rshares": 54032919, - "voter": "nester7" + "reputation": 335003583191, + "rshares": 63588010, + "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 244886998614, - "rshares": 218348206, - "voter": "irininich" + "reputation": 1063317981552, + "rshares": 8158322794, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343229709, - "voter": "panther" + "reputation": 8652306644, + "rshares": 55865181, + "voter": "alktoni" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 91627009, - "voter": "alina1" + "reputation": 78274754809, + "rshares": 76125918, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 883345, + "rshares": 55403417, + "voter": "fleshtheworld" }, { "percent": "10000", "reputation": 0, - "rshares": 53689611, - "voter": "sunshune" + "rshares": 55377253, + "voter": "maximator15" }, { "percent": "10000", - "reputation": 14069242560, - "rshares": 55176303, - "voter": "unlonely-soul" + "reputation": 682893592, + "rshares": 674779179, + "voter": "gear66" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 1504301173829, + "rshares": 2168690727, + "voter": "jeremyfromwi" }, { "percent": "10000", "reputation": 0, - "rshares": 52972828, - "voter": "city" + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", "reputation": 0, - "rshares": 6362235038, - "voter": "chick1" + "rshares": 57197319, + "voter": "richerandthinner" }, { "percent": "10000", - "reputation": 5646699288797, - "rshares": 2596067444, - "voter": "gringalicious" + "reputation": 20797221470, + "rshares": 1754008576, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "reputation": 651373865756, + "rshares": 87928542, + "voter": "team101" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1549438326, - "voter": "ellepdub" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 80106845, - "voter": "ola1" + "reputation": 11352667511018, + "rshares": 4237453811, + "voter": "canadian-coconut" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 2459007978, - "voter": "ekaterinka" + "reputation": 25508059, + "rshares": 50094345, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1139050871, - "voter": "herpetologyguy" + "reputation": 232802458264, + "rshares": 8636762519, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 51873348, - "voter": "roman-dikanev" + "reputation": 2140675557233, + "rshares": 1891043772, + "voter": "fajrilgooner" }, { "percent": "10000", "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "rshares": 54277711, + "voter": "triplep" }, { "percent": "10000", - "reputation": -519870545601, - "rshares": 51616527, - "voter": "psyduck" + "reputation": 785171622834, + "rshares": 6051253285, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 0, - "rshares": 4918244677, - "voter": "morgan.waser" + "reputation": 966857371343, + "rshares": 1111663695, + "voter": "houseofhayden" }, { "percent": "10000", - "reputation": 4320548513832, - "rshares": 52719803, - "voter": "ekaterina4ka" + "reputation": 174215430182, + "rshares": 191228077, + "voter": "bobcollier" }, { "percent": "10000", - "reputation": 3061556951554, - "rshares": 51407130, - "voter": "puffin" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 74431494282, - "rshares": 50925874, - "voter": "iggy" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 1013164758868, - "rshares": 88406398, - "voter": "borishaifa" + "reputation": 2840774649947, + "rshares": 10319685649, + "voter": "hunterisgreat" }, { "percent": "10000", "reputation": 0, - "rshares": 50708837, - "voter": "ardly" - }, - { - "percent": "10000", - "reputation": 908569372468, - "rshares": 50513760, - "voter": "pabloescobar" + "rshares": 485248014, + "voter": "smisi" }, { "percent": "10000", - "reputation": 132884607, - "rshares": 157674800, - "voter": "joung-sunyoo" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "Volcano Tolbachik began erupting in the end 2012 on the peninsula Kamchatka . \n-\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862468.jpg \n\nFirst, it was the explosive nature of the eruption. Volcanic bombs flew from the crater, the volcano threw up a lot of ash. But with the beginning of 2013 this eruption began to look like Hawaiian eruptions without ash emission and bombs. At the same time the wild tourists rushed to the volcano Tolbachik to observing the eruption.\n\nOur way was not close. First, it was necessary to fly from Moscow to Kamchatka. It was more then 9 hours and 9000 km of flying in the air.\n\nThen we drove 500 km by car to the northern part of the peninsula. After we went (about 50km) by snowmobile to the lava river. And in the end we skiing 20 km near lava river.\n\n\u0412 2012 \u0433\u043e\u0434\u0443 \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0435 \u043d\u0430\u0447\u0430\u043b \u0438\u0437\u0432\u0435\u0440\u0433\u0430\u0442\u044c\u0441\u044f \u0432\u0443\u043b\u043a\u0430\u043d \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0435\u0433\u043e \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u043d\u043e\u0441\u0438\u043b\u043e \u0432\u0437\u0440\u044b\u0432\u043d\u043e\u0439 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440. \u0418\u0437 \u043a\u0440\u0430\u0442\u0435\u0440\u0430 \u043b\u0435\u0442\u0435\u043b\u0438 \u0432\u0443\u043b\u043a\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043e\u043c\u0431\u044b, \u0432\u0443\u043b\u043a\u0430\u043d \u0438\u0437\u0432\u0435\u0440\u0433\u0430\u043b \u043c\u0430\u0441\u0441\u0443 \u043f\u0435\u043f\u043b\u0430. \u041d\u043e \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 2013 \u0435\u0433\u043e \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u043b\u043e \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435 \u0433\u0430\u0432\u0430\u0439\u0441\u043a\u0438\u0445 \u0432\u0443\u043b\u043a\u0430\u043d\u043e\u0432 \u0431\u0435\u0437 \u0432\u044b\u0431\u0440\u043e\u0441\u043e\u0432 \u043f\u0435\u043f\u043b\u0430 \u0438 \u0431\u043e\u043c\u0431. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u043b\u043e \u0434\u0438\u043a\u0438\u043c \u0442\u0443\u0440\u0438\u0441\u0442\u0430\u043c \u0443\u0441\u0442\u0440\u0435\u043c\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0443\u043b\u043a\u0430\u043d\u0443 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u0438\u0437\u0432\u0435\u0440\u0436\u0435\u043d\u0438\u0435\u043c.\n\n\u041d\u0430\u0448 \u043f\u0443\u0442\u044c \u043d\u0430 \u0432\u0443\u043b\u043a\u0430\u043d \u0431\u044b\u043b \u043d\u0435 \u0431\u043b\u0438\u0437\u043a\u0438\u0439. \u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0430\u0434\u043e \u0431\u044b\u043b\u043e \u0434\u043e\u043b\u0435\u0442\u0435\u0442\u044c \u0438\u0437 \u041c\u043e\u0441\u043a\u0432\u044b \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0443. \u0410 \u044d\u0442\u043e \u043f\u043e\u0447\u0442\u0438 9 \u0447\u0430\u0441\u043e\u0432 \u0432 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435 \u0438 9000\u043a\u043c \u043f\u043e\u043b\u0435\u0442\u0430. \u041f\u043e\u0442\u043e\u043c \u043f\u0440\u043e\u0435\u0445\u0430\u0442\u044c 500\u043a\u043c \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0432 \u0441\u0435\u0432\u0435\u0440\u043d\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043f\u043e\u043b\u0443\u043e\u0441\u0442\u0440\u043e\u0432\u0430. \u0414\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u0434\u043e \u043b\u0430\u0432\u043e\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u043d\u0430 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0430\u0445 (\u043e\u043a\u043e\u043b\u043e 50\u043a\u043c). \u0418 \u0432 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0439\u0442\u0438 \u0432\u0434\u043e\u043b\u044c \u043b\u0430\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 20\u043a\u043c \u043d\u0430 \u043b\u044b\u0436\u0430\u0445 \u043f\u043e \u0441\u043d\u0435\u0433\u0443. \n \nDay 1\nWe flew to the Kamchatka and came in the hotel. The first floor of the hotel was covered with snow. \n\n\u041c\u044b \u043f\u0440\u0438\u043b\u0435\u0442\u0435\u043b\u0438 \u043d\u0430 \u041a\u0430\u043c\u0447\u0430\u0442\u043a\u0443 \u0438 \u043f\u043e\u0441\u0435\u043b\u0438\u043b\u0438\u0441\u044c \u0432 \u0433\u043e\u0441\u0442\u0438\u043d\u0438\u0446\u0443. \u041f\u0435\u0440\u0432\u044b\u0439 \u044d\u0442\u0430\u0436 \u0433\u043e\u0441\u0442\u0438\u043d\u0438\u0446\u044b \u0431\u044b\u043b \u0437\u0430\u0432\u0430\u043b\u0435\u043d \u0441\u043d\u0435\u0433\u043e\u043c.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862416.jpg\n\nIt was really a lot of snow. Special equipment was used for the cleaning the area. When we were looking at, we thought about our long snow way.\n\n\u0421\u043d\u0435\u0433\u0443 \u0431\u044b\u043b\u043e \u043c\u043d\u043e\u0433\u043e. \u0414\u043b\u044f \u0435\u0433\u043e \u0443\u0431\u043e\u0440\u043a\u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0442\u0435\u0445\u043d\u0438\u043a\u0430. \u0413\u043b\u044f\u0434\u044f \u043d\u0430 \u0435\u0451 \u0440\u0430\u0431\u043e\u0442\u0443, \u043c\u044b \u0434\u0443\u043c\u0430\u043b\u0438 \u043e \u0442\u043e\u043c \u043a\u0430\u043a \u043d\u0430\u043c \u0438\u0434\u0442\u0438 \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0441\u043d\u0435\u0433\u0443 20\u043a\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862413.jpg\n\nOur departure was planned for the following day. So, It was time to take some photo. It is a teeter.\n\n\u0422\u0430\u043a \u043a\u0430\u043a \u043d\u0430\u0448 \u0432\u044b\u0435\u0437\u0434 \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c. \u0411\u044b\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0439 \u0432\u043e\u043a\u0440\u0443\u0433. \u042d\u0442\u043e \u0434\u0435\u0442\u0441\u043a\u0438\u0435 \u043a\u0430\u0447\u0435\u043b\u0438.\n \nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862417.jpg\n\nThe local winter lake. \n\n\u041c\u0435\u0441\u0442\u043d\u043e\u0435 \u0437\u0438\u043c\u043d\u0435\u0435 \u043e\u0437\u0435\u0440\u043e.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862422.jpg\n\n\nDay 2\n\nNext day we moved by car right to Kozirevsk village. The road was narrow and was covered by snow, so speed was not high. We drove 500 km in a few hours.\n\n\u041d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c \u043c\u044b \u0432\u044b\u0434\u0432\u0438\u043d\u0443\u043b\u0438\u0441\u044c \u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0435 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u043f\u043e\u0441\u0435\u043b\u043a\u0430 \u041a\u043e\u0437\u044b\u0440\u0435\u0432\u0441\u043a. \u0414\u043e\u0440\u043e\u0433\u0430 \u0431\u044b\u043b\u0430 \u0443\u0437\u043a\u043e\u0439 \u0438 \u0432\u0441\u044f \u0432 \u0441\u043d\u0435\u0433\u0443, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0430 \u043d\u0435 \u0431\u043e\u043b\u044c\u0448\u0430\u044f. \u0414\u043e\u0440\u043e\u0433\u0430 \u0432 500\u043a\u043c \u0437\u0430\u043d\u044f\u043b\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u043e\u0432. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862420.jpg\n\nWe arrived at the place to night. It was minus 35 degrees Celsius, too cold.\n\n\u041f\u0440\u0438\u0435\u0445\u0430\u0432 \u043d\u0430 \u043c\u0435\u0441\u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0437\u0434\u043d\u043e \u0432\u0435\u0447\u0435\u0440\u043e\u043c, \u043c\u044b \u0432\u044b\u0433\u0440\u0443\u0437\u0438\u043b\u0438 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434 \u0438 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0438\u0441\u044c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0434\u043d\u044e. \u041d\u043e\u0447\u044c\u044e \u043d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0431\u044b\u043b\u043e \u043c\u0438\u043d\u0443\u0441 35 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043f\u043e \u0446\u0435\u043b\u044c\u0441\u0438\u044e.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862425.jpg\n\nWe were sleeping at in the wooden house.\n\n\u041d\u043e\u0447\u0435\u0432\u0430\u043b\u0438 \u043c\u044b \u0443 \u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0436\u0438\u0442\u0435\u043b\u044f \u0432 \u0435\u0433\u043e \u0434\u0435\u0440\u0435\u0432\u044f\u043d\u043d\u043e\u043c \u0434\u043e\u043c\u0435.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862477.jpg\n\nI could see the light from the volcano far away from my place.\n\n\u0412 \u0434\u0430\u043b\u0435\u043a\u0435 \u0432\u0438\u0434\u043d\u0435\u043b\u043e\u0441\u044c \u0437\u0430\u0440\u0435\u0432\u043e \u043e\u0442 \u0432\u0443\u043b\u043a\u0430\u043d\u0430\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862480.jpg\n\n\n\nDay 3\n\nThe weather was very cold. Temperature was about minus 30 degrees. The air was warmed up to minus 20 degrees Celsius during the day. The road was very bad, we had to go with many difficulties.\n\n\u041d\u0430 \u0443\u043b\u0438\u0446\u0435 \u0431\u044b\u043b\u043e \u043e\u0447\u0435\u043d\u044c \u0445\u043e\u043b\u043e\u0434\u043d\u043e. \u0423\u0442\u0440\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u043c\u0438\u043d\u0443\u0441 30 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432. \u0414\u043d\u0435\u043c \u0432\u043e\u0437\u0434\u0443\u0445 \u043f\u0440\u043e\u0433\u0440\u0435\u043b\u0441\u044f \u0434\u043e \u043c\u0438\u043d\u0443\u0441 20 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043f\u043e \u0446\u0435\u043b\u044c\u0441\u0438\u044e.\u0414\u043e\u0440\u043e\u0433\u0430 \u043d\u0430 \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0430\u0441\u044c \u0441\u0443\u0440\u043e\u0432\u0430\u044f.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862429.jpg\n\nThe crossing of the river Tolbachik was not easy. The bridge was too narrow for the snowmobile. \n\n\u041f\u0435\u0440\u0435\u043f\u0440\u0430\u0432\u0430 \u0447\u0435\u0440\u0435\u0437 \u0440\u0435\u043a\u0443 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a \u043e\u043a\u0430\u0437\u0430\u043b\u0430\u0441\u044c \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0439. \u041c\u043e\u0441\u0442 \u0431\u044b\u043b \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0443\u0437\u043a\u0438\u0439 \u0434\u043b\u044f \u0441\u043d\u0435\u0433\u043e\u0445\u043e\u0434\u0430. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862428.jpg\n\nBut we arrived to the point near the lava river, and we saw the view was much more our expectations. I had thought that the lava river had a height of 3-4 meters and a width of 20-30 meters, but really it was a 15-20 meters wall with a width of 500 to 2000 meters.\n\n\u041d\u043e \u043d\u0430\u043c \u043d\u0435 \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u0434\u043e \u043b\u0430\u0432\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430. \u0422\u043e \u0447\u0442\u043e \u043c\u044b \u0443\u0432\u0438\u0434\u0435\u043b\u0438 \u043f\u0440\u0435\u0432\u0437\u043e\u0448\u043b\u043e \u043d\u0430\u0448\u0438 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f. \u042f \u043d\u0435 \u043c\u043e\u0433 \u0441\u0435\u0431\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u043a\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u044b. \u042f \u0434\u0443\u043c\u0430\u043b, \u0447\u0442\u043e \u043b\u0430\u0432\u043e\u0432\u044b\u0439 \u044f\u0437\u044b\u043a \u0432\u044b\u0441\u043e\u0442\u043e\u0439 \u0432 3-4 \u043c\u0435\u0441\u0442\u0440\u0430 \u0438 \u0448\u0438\u0440\u0438\u043d\u043e\u0439 \u043c\u0435\u0442\u0440\u043e\u0432 20-30, \u043d\u043e \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u044d\u0442\u043e \u0441\u0442\u0435\u043d\u0430 \u0432\u044b\u0441\u043e\u0442\u043e\u0439 15-20 \u043c\u0435\u0442\u0440\u043e\u0432 \u0438 \u0448\u0438\u0440\u0438\u043a\u043e\u0439 \u043e\u0442 500 \u0434\u043e 2000 \u043c\u0435\u0442\u0440\u043e\u0432.\n\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862467.jpg\n\nThen we began our hiking path. The lava was still hot in some places.\n\n\u0422\u0443\u0442 \u043d\u0430\u0447\u0430\u043b\u0441\u044f \u043d\u0430\u0448 \u043f\u0435\u0448\u0438\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442.\u041c\u0435\u0441\u0442\u0430\u043c\u0438 \u043b\u0430\u0432\u0430 \u0431\u044b\u043b\u0430 \u0435\u0449\u0451 \u0433\u043e\u0440\u044f\u0447\u0430\u044f \u0438 \u0438\u0437 \u043d\u0435\u0451 \u0448\u0435\u043b \u043f\u0430\u0440.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862444.jpg \n\nOur path on the lava was very difficult. Our fetes constantly felt into the hollows. I had to get round deep cracks and hot places.\n\n\u0418\u0434\u0442\u0438 \u043f\u043e \u043b\u0430\u0432\u0435 \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043e\u0447\u0435\u043d\u044c \u0442\u0440\u0443\u0434\u043d\u043e. \u041d\u043e\u0433\u0438 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u0440\u043e\u0432\u0430\u043b\u0438\u0432\u0430\u043b\u0438\u0441\u044c \u0432 \u044f\u043c\u044b. \u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u043b\u043e\u0441\u044c \u043e\u0431\u0445\u043e\u0434\u0438\u0442\u044c \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u0435 \u0442\u0440\u0435\u0449\u0438\u043d\u044b \u0438 \u0433\u043e\u0440\u044f\u0447\u0438\u0435 \u043e\u0447\u0430\u0433\u0438.\n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862436.jpg\n\nWe crossed the lava river to night. We were exhausted. \n\n\u0411\u043b\u0438\u0436\u0435 \u043a \u0432\u0435\u0447\u0435\u0440\u0443 \u043c\u044b \u0441\u043c\u043e\u0433\u043b\u0438 \u043f\u0435\u0440\u0435\u0441\u0435\u0447\u044c \u044d\u0442\u043e\u0442 \u043b\u0430\u0432\u043e\u0432\u044b\u0439 \u044f\u0437\u044b\u043a. \u041c\u044b \u0432\u044b\u0431\u0438\u043b\u0438\u0441\u044c \u0438\u0437 \u0441\u0438\u043b. \n\nhttp://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862447.jpg\n\nWe passed only 5km on this day, despite we had planned to pass 10km. I made some interesting photo when was dark. To be continued..\n\n\u0412 \u044d\u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u043c\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u043b\u0438 \u043f\u0440\u043e\u0439\u0442\u0438 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u0435 - \u043e\u043a\u043e\u043b\u043e 10\u043a\u043c, \u0430 \u043f\u0440\u043e\u0448\u043b\u0438 \u0442\u043e\u043b\u044c\u043a\u043e 5\u043a\u043c. \u041a\u043e\u0433\u0434\u0430 \u0441\u0442\u0435\u043c\u043d\u0435\u043b\u043e \u043c\u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0435 \u0444\u043e\u0442\u043e. \u0421\u0442\u0430\u043b\u043e \u043f\u043e\u043d\u044f\u0442\u043d\u043e, \u0447\u0442\u043e \u0438\u0434\u0442\u0438 \u0442\u0430\u043c \u0435\u0449\u0451 \u043e\u0447\u0435\u043d\u044c \u0434\u0430\u043b\u0435\u043a\u043e, \u0430 \u043f\u043e \u0433\u0440\u0430\u0444\u0438\u043a\u0443 \u0443 \u043d\u0430\u0441 \u043e\u0441\u0442\u0430\u0432\u0430\u043b\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0434\u0435\u043d\u044c. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0447\u0430\u0441\u0442\u0438.\n\n\nSubscribe to my blog: https://steemit.com/@litrbooh\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.***\n***@litbrooth is part of my current effort to promote foreign language writers writing in English and Russian***", - "body_length": 6403, - "cashout_time": "2016-09-05T10:06:06", - "category": "volcano", - "children": 20, - "created": "2016-08-29T10:06:06", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"volcano\",\"kamchatca\",\"ru\",\"photography\",\"travel\"],\"image\":[\"http://ixbt.photo/photo/351453/48100UTkcZgtArO/6jwtai6qpT/862468.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T11:05:42", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 52209196530449, - "parent_author": "", - "parent_permlink": "volcano", - "pending_payout_value": "347.335 HBD", - "percent_hbd": 10000, - "permlink": "journey-to-the-tolbachik-the-story-with-original-pictures-part-1-puteshestvie-na-tolbachik-featuring-litrbooh-as-author", - "post_id": 1039326, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Journey to the Tolbachik. The story with original pictures (Part 1) \u041f\u0443\u0442\u0435\u0449\u0435\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a (featuring @litrbooh as author)", - "title": "Journey to the Tolbachik. The story with original pictures (Part 1) \u041f\u0443\u0442\u0435\u0449\u0435\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0422\u043e\u043b\u0431\u0430\u0447\u0438\u043a (featuring @litrbooh as author)", - "total_payout_value": "0.000 HBD", - "url": "/volcano/@gavvet/journey-to-the-tolbachik-the-story-with-original-pictures-part-1-puteshestvie-na-tolbachik-featuring-litrbooh-as-author" - }, - { - "active_votes": [ + "reputation": 8859041042380, + "rshares": 33626777342, + "voter": "natureofbeing" + }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 80891820783, - "voter": "acidsun" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 35537325381339, - "rshares": 993515273196, - "voter": "hipster" + "reputation": 113710888944, + "rshares": 259913588, + "voter": "maarnio" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2144715220, - "voter": "murh" + "percent": "10000", + "reputation": 7586670074, + "rshares": 54336629, + "voter": "knoble" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 64441463155, - "voter": "ratel" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 19449097565894, - "rshares": 62230047071, - "voter": "lehard" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 66066107, - "voter": "steemswede" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1589951188, - "voter": "sergei" + "reputation": 2288762261504, + "rshares": 8154834929, + "voter": "goose" }, { "percent": "10000", - "reputation": 7510267, - "rshares": 203915161, - "voter": "krisscoin" + "reputation": 1810829967, + "rshares": 2854351325, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 727668809534, - "rshares": 4218342659, - "voter": "on0tole" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 4043983730848, - "rshares": 15768118469, - "voter": "mrgreen" + "reputation": 321473400567, + "rshares": 343163096, + "voter": "panther" }, { "percent": "10000", - "reputation": 937532987189, - "rshares": 707525763, - "voter": "rolik" + "reputation": 2609275826131, + "rshares": 78207684, + "voter": "alina1" }, { "percent": "10000", - "reputation": 43291626440, - "rshares": 259107314, - "voter": "losos" + "reputation": 152610437601, + "rshares": 131693793, + "voter": "ricov" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 9544102994, - "voter": "allmonitors" + "reputation": 687559505602, + "rshares": 51637777, + "voter": "catsmart" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3801726699, - "voter": "maximkichev" + "reputation": 5223594852, + "rshares": 91660596, + "voter": "gracewriter" }, { "percent": "10000", - "reputation": 2105174990263, - "rshares": 26661930582, - "voter": "peterz" + "reputation": 70707045777, + "rshares": 52762246, + "voter": "knight-angel" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5581610338, - "voter": "smolalit" + "reputation": 1586351489943, + "rshares": 475270999, + "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 425675073832, - "rshares": 2756260905, - "voter": "valspeaks" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", - "reputation": 4226573244868, - "rshares": 26299895126, - "voter": "zaebars" + "reputation": 861400654873, + "rshares": 57680552, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 686738916191, - "rshares": 75888428, - "voter": "sergey44" + "reputation": 0, + "rshares": 6350167301, + "voter": "chick1" }, { "percent": "10000", - "reputation": 4292618600, - "rshares": 116914575, - "voter": "kukuy" + "reputation": 4069545029880, + "rshares": 109584060, + "voter": "funnyman" }, { "percent": "10000", - "reputation": 136260156259, - "rshares": 172444925, - "voter": "kibela" + "reputation": 0, + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", - "reputation": 4063076365725, - "rshares": 1753228761, - "voter": "bullionstackers" + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", - "reputation": 2413145659228, - "rshares": 2625280261, - "voter": "dmilash" + "reputation": 0, + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 19410587962, - "rshares": 1954458064, - "voter": "andreynoch" + "reputation": 0, + "rshares": 11131285010, + "voter": "ksc" }, { "percent": "10000", - "reputation": 636819078766, - "rshares": 64245368, - "voter": "whitemike313" + "reputation": 419405820, + "rshares": 52277186, + "voter": "moda1" }, { "percent": "10000", - "reputation": 4321340596238, - "rshares": 2487441433, - "voter": "asdes" + "reputation": 570800415880, + "rshares": 1611755188, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 25062349105, - "rshares": 66681566, - "voter": "missmishel623" + "reputation": 189363957513, + "rshares": 54660720, + "voter": "rynow" }, { "percent": "10000", - "reputation": 31847926857, - "rshares": 65407669, - "voter": "zahar" + "reputation": 1502200909130, + "rshares": 86746319, + "voter": "ola1" }, { "percent": "10000", - "reputation": 56139970267, - "rshares": 61458299, - "voter": "evgenyche" + "reputation": 0, + "rshares": 51677697, + "voter": "bogdy01" }, { "percent": "10000", - "reputation": 156439157841, - "rshares": 195291821, - "voter": "kryshen" + "reputation": 556379036, + "rshares": 51663481, + "voter": "chitra" }, { "percent": "10000", - "reputation": 13099379569, - "rshares": 135061415, - "voter": "belovit" + "reputation": 151906532077, + "rshares": 52533117, + "voter": "stardust" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1607141096, - "voter": "imag1ne" + "reputation": 6072650400812, + "rshares": 1193314077, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 4922272667302, - "rshares": 1528652432, - "voter": "nadin3" + "reputation": 26593737739, + "rshares": 50835881, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 2163927020, - "voter": "ekaterinka" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", "reputation": 0, - "rshares": 51409497, - "voter": "roo" + "rshares": 50439559, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 51306381, + "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 3976227761, - "rshares": 51221805, - "voter": "afroditta" - } - ], - "author": "ratel", - "author_reputation": 5888717170887, - "beneficiaries": [], - "body": "
http://i.imgsafe.org/15128542d6.jpg
\n\u0414\u0430\u0432\u043d\u043e \u043c\u0435\u0447\u0442\u0430\u043b \u043a\u0443\u043f\u0438\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u0443\u044e \u0437\u0435\u0440\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043a\u0430\u043c\u0435\u0440\u0443. \u0418 \u0432\u043e\u0442, \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f STEEMIT, \u043d\u0430\u043a\u043e\u043d\u0435\u0446-\u0442\u043e \u043d\u0430\u043a\u043e\u043f\u0438\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0441\u0443\u043c\u043c\u0443. \n\n> \"\u0421\u043a\u0443\u043f\u043e\u0439 \u043f\u043b\u0430\u0442\u0438\u0442 \u0434\u0432\u0430\u0436\u0434\u044b\"(\u0441)\n\n\u0421\u0442\u0430\u043b \u0438\u0441\u043a\u0430\u0442\u044c \u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0433\u0434\u0435 \u043f\u0440\u043e\u0434\u0430\u0435\u0442\u0441\u044f \u0442\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0445\u043e\u0442\u0435\u043b. \u0414\u0435\u043d\u0435\u0433 \u0431\u044b\u043b\u043e \u043c\u0430\u043b\u043e \u0438 \u0436\u0430\u043b\u043a\u043e, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0438\u0441\u043a\u0430\u043b \u0433\u0434\u0435 \u0434\u0435\u0448\u0435\u0432\u043b\u0435. \u0417\u0430\u0448\u0435\u043b \u043d\u0430 Avito, \u0442\u0430\u043c \u043d\u0430\u0448\u0435\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435, \u043d\u043e \u0446\u0435\u043d\u044b \u0431\u044b\u043b\u0438 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0438\u0437\u043a\u0438\u043c\u0438, \u043b\u0438\u0431\u043e \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0432\u044b\u0441\u043e\u043a\u0438\u043c\u0438. \u0414\u0430 \u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u044b \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.\n\n\u041f\u043e\u0442\u043e\u043c, \u043b\u0438\u0441\u0442\u0430\u044f \u0441\u0430\u0439\u0442 geektimes \u044f \u0443\u0432\u0438\u0434\u0435\u043b \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u0443\u044e \u0440\u0435\u043a\u043b\u0430\u043c\u0443, \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0441 \u043a\u0430\u043c\u0435\u0440\u043e\u0439 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0445\u043e\u0442\u0435\u043b. \u042f \u043f\u0435\u0440\u0435\u0448\u0435\u043b \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 http://electronics-retail.com \u0438 \u0443\u0432\u0438\u0434\u0435\u043b \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0446\u0435\u043d\u0443, \u043e\u0447\u0435\u043d\u044c \u043e\u0431\u0440\u0430\u0434\u043e\u0432\u0430\u043b\u0441\u044f. \u0421\u0430\u0439\u0442 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0441\u043e\u043b\u0438\u0434\u043d\u043e, \u0431\u044b\u043b\u0438 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b, \u0438\u043d\u043d, \u0430\u0434\u0440\u0435\u0441\u0430 \u0441 \u043a\u0430\u0440\u0442\u043e\u0439 \u043f\u0440\u043e\u0435\u0437\u0434\u0430 \u0438\u0442\u0434. \u041d\u0443, \u044f \u043e\u0444\u043e\u0440\u043c\u0438\u043b \u0437\u0430\u043a\u0430\u0437. \n\n\u041f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439 \u043f\u043e \u043e\u043f\u043b\u0430\u0442\u0435. \u041e\u041f\u041b\u0410\u0422\u0418\u041b \u0427\u0410\u0421\u0422\u041d\u041e\u041c\u0423 \u041b\u0418\u0426\u0423 \u0447\u0435\u0440\u0435\u0437 \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043e\u043d\u043b\u0430\u0439\u043d, \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u041d\u0410 \u041a\u0410\u0420\u0422\u0423. \u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0431\u044b\u043b\u043e, \u0447\u0442\u043e \u044d\u0442\u043e \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0433\u043b\u0430\u0432\u043d\u043e\u0433\u043e \u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0430.\n\u0421\u043e \u043c\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0430\u043b\u0441\u044f \"\u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\" \u0438 \u0441\u043a\u0430\u0437\u0430\u043b \u0447\u0442\u043e \u0434\u0435\u043d\u044c\u0433\u0438 \u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0438 \u043e\u043d\u0438 \u0432\u0441\u0435 \u0437\u0430\u043f\u0430\u043a\u043e\u0432\u044b\u0432\u0430\u044e\u0442 \u0438 \u043e\u0442\u0434\u0430\u044e\u0442 \u0432 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u0443\u044e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e. \u042f \u0431\u044b\u043b \u043e\u0447\u0435\u043d\u044c \u0440\u0430\u0434 \u0438 \u0441 \u043d\u0435\u0442\u0435\u0440\u043f\u0435\u043d\u0438\u0435\u043c \u0441\u0442\u0430\u043b \u0436\u0434\u0430\u0442\u044c.\n\n\u041d\u0430 \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0435\u0441\u044f \u0434\u0435\u043d\u044c\u0433\u0438 \u044f \u0440\u0435\u0448\u0438\u043b \u043f\u0440\u0438\u043e\u0434\u0435\u0442\u044c\u0441\u044f \u043a \u043e\u0441\u0435\u043d\u0438. \u041d\u0430\u0448\u0435\u043b \u043d\u0435\u043e\u0431\u044b\u0447\u043d\u0443\u044e \u0442\u043e\u043b\u0441\u0442\u043e\u0432\u043a\u0443 \u0441 \u043a\u0430\u043f\u044e\u0448\u043e\u043d\u043e\u043c \u0438 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0439 \u0431\u0430\u043b\u0430\u043a\u043b\u0430\u0432\u043e\u0439. \u0426\u0435\u043d\u0430 \u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u043b\u0430. \u0421\u0434\u0435\u043b\u0430\u043b \u0437\u0430\u043a\u0430\u0437, \u043f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439 \u043f\u043e \u043e\u043f\u043b\u0430\u0442\u0435. \u041f\u043e\u0437\u0432\u043e\u043d\u0438\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u0441\u043c\u043e\u0433 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0432\u044b\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u0443\u043b\u0438\u0446\u0443 \u0433\u0434\u0435 \u044f \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u044e, \u0438 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043d\u0430 QIWI, \u0438\u043b\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043e\u043d\u043b\u0430\u0439\u043d \u043f\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441 \u0441\u0447\u0435\u0442\u0430 \u0411\u0438\u043b\u0430\u0439\u043d. \u0427\u0442\u043e \u044f \u0438 \u0441\u0434\u0435\u043b\u0430\u043b. \u041f\u0440\u0438 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b \u043f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443 \u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443.\n \u041f\u0440\u0438\u0448\u043b\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d, \u0438 \u043e\u043d \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f.\n\u041d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0434\u0435\u043d\u044c, \u043c\u043d\u0435 \u043f\u0440\u0438\u0448\u043b\u043e \u0434\u0432\u0430 \u043f\u0438\u0441\u044c\u043c\u0430 \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430. \u0412 \u043e\u0434\u043d\u043e\u043c \u043e\u043f\u044f\u0442\u044c \u0431\u044b\u043b\u043e \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0447\u0442\u043e \u0437\u0430\u043a\u0430\u0437 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f. \u0410 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u0431\u044b\u043b\u0438 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0434\u0440\u0443\u0433\u0438\u0435 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0441\u0431\u0435\u0440\u0431\u0430\u043d\u043a\u0430 \u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 \"\u0436\u0434\u0435\u043c \u043e\u043f\u043b\u0430\u0442\u0443\". \u042f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043f\u043e\u043d\u044f\u043b, \u0438 \u0437\u0430\u0448\u0435\u043b \u0432 \u0438\u0445 \u043f\u0430\u0431\u043b\u0438\u043a \u0432 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435. \u0418 \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u0438\u0445 \u0432\u0437\u043b\u043e\u043c\u0430\u043b\u0438! \u0418 \u0434\u0435\u043d\u044c\u0433\u0438 \u044f \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u043b \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0430\u043c! \n
http://i.imgsafe.org/151286f366.jpg
\n\u042f \u043f\u043e\u0433\u0443\u0433\u043b\u0438\u043b \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 +74952041393 \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043e\u043d\u0438 \u043c\u043d\u0435 \u0437\u0432\u043e\u043d\u0438\u043b\u0438. \u0418 \u043d\u0430\u0448\u0435\u043b \u0447\u0442\u043e \u0441 \u044d\u0442\u043e\u0433\u043e \u043d\u043e\u043c\u0435\u0440\u0430 \u0437\u0432\u043e\u043d\u044f\u0442 \u0442\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u043e\u0440\u044b, \u0442\u043e \u0432\u044b\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u0438, \u0442\u043e \u043a\u0430\u043a\u0438\u0435-\u0442\u043e \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0444\u0438\u0440\u043c\u044b \u0438 \u043f\u0440\u043e\u0447\u0438\u0435 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0438. \nhttp://zvonki.octo.net/number.aspx/4952041393\n\n\u0415\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u044f \u0440\u0430\u0441\u0441\u0442\u0440\u043e\u0438\u043b\u0441\u044f.\n\n\u0412\u0435\u0447\u0435\u0440\u043e\u043c \u044f \u0440\u0435\u0448\u0438\u043b \u0437\u0430\u0439\u0442\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442 \u0433\u0434\u0435 \u043f\u043e\u043a\u0443\u043f\u0430\u043b \u043a\u0430\u043c\u0435\u0440\u0443. \u0410 \u043e\u043d \u043d\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f! \u0415\u0433\u043e \u043d\u0435\u0442!\n
http://i.imgsafe.org/15128b1c26.jpg
\n \u042f \u043f\u043e\u0433\u0443\u0433\u043b\u0438\u043b \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0430\u0439\u0442\u0430 \u0438 \u0443\u0432\u0438\u0434\u0435\u043b \u043a\u0443\u0447\u0443 \u0433\u043d\u0435\u0432\u043d\u044b\u0445 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432. \u0414\u0430, \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u0447\u0442\u043e \u044d\u0442\u043e \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u0438. https://pishem-pravdu.ru/board/read7357.html \n\u0418 \u043d\u0430\u0448\u0435\u043b \u043f\u0430\u0431\u043b\u0438\u043a \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \"\u0441\u0442\u043e\u0440-\u0441\u043f\u0431.\u0440\u0444 \u0438 \u0434\u0440\u0443\u0433\u0438\u0435. \u041f\u043e\u0441\u0442\u0440\u0430\u0434\u0430\u0432\u0448\u0438\u0435 \u043e\u0442 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432\" https://vk.com/club113941200\n\n\u041f\u043e\u0447\u0435\u043c\u0443 \u0442\u0430\u043a\u0438\u0435 \u0441\u0430\u0439\u0442\u044b \u043a\u0430\u043a geektimes, habr, \u0438 \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442 \u0443 \u0441\u0435\u0431\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432?\n\n\u0410 \u0442\u0435\u043f\u0435\u0440\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043c\u043e\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435. \u041c\u043e\u044f \u0436\u0438\u0437\u043d\u044c \u0438 \u0442\u0430\u043a \u0441\u043f\u043b\u043e\u0448\u043d\u0430\u044f \u0434\u0435\u043f\u0440\u0435\u0441\u0441\u0438\u044f \u0438 \u0441\u0442\u0440\u0435\u0441\u0441\u044b, \u0430 \u0442\u0443\u0442 \u0435\u0449\u0435 \u0438 \u0434\u0435\u043d\u044c\u0433\u0438 \u0443\u043a\u0440\u0430\u043b\u0438 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c!\n
http://i.imgsafe.org/15127dd28d.jpg
\n\n\u0427\u0442\u043e \u0436\u0435 \u044f \u0432\u044b\u043d\u0435\u0441 \u0434\u043b\u044f \u0441\u0435\u0431\u044f:\n- \u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0438\u0449\u0438\u0442\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u043e \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0435 \u0432 \u0441\u0435\u0442\u0438! \u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u043f\u0430\u0431\u043b\u0438\u043a\u0438 \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0441 \u0447\u0435\u0440\u043d\u044b\u043c\u0438 \u0441\u043f\u0438\u0441\u043a\u0430\u043c\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u0432 \u0438 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043f\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0438\u0445.\n- \u041d\u0435 \u0436\u0430\u0434\u043d\u0438\u0447\u0430\u0439\u0442\u0435! \u041b\u0443\u0447\u0448\u0435 \u043a\u0443\u043f\u0438\u0442\u044c \u0434\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0432\u0430\u0439\u0441 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0435, \u0438 \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043f\u0430\u0440\u0443 \u0442\u044b\u0441\u044f\u0447, \u043d\u0435\u0436\u0435\u043b\u0438 \u043f\u043e\u0436\u0430\u0434\u043d\u0438\u0447\u0430\u0442\u044c \u0438 \u043f\u043e\u0442\u043e\u043c \u0436\u0430\u043b\u0435\u0442\u044c.\n- \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u043f\u0440\u043e\u0441\u044f\u0442 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043d\u0430 QIWI \u0438\u043b\u0438 \u043f\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430, \u0442\u043e \u0437\u0430\u0434\u0443\u043c\u0430\u0439\u0442\u0435\u0441\u044c! \u0421\u0442\u0430\u043d\u0435\u0442 \u043b\u0438 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u0430\u044f \u0444\u0438\u0440\u043c\u0430 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443 \u043d\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d?\n- \u0415\u0441\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0441\u0438\u0442 \u0432\u0430\u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0447\u0430\u0441\u0442\u043d\u043e\u0433\u043e \u043b\u0438\u0446\u0430, \u0442\u043e \u044d\u0442\u043e \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0434\u043e\u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e. \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443 \u043b\u0438\u0446\u0443 (\u0444\u0438\u0440\u043c\u0435,\u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438) \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0443\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 \u043d\u0430 \u0440\u0430\u0441\u0447\u0435\u0442\u043d\u044b\u0439 \u0441\u0447\u0435\u0442 \u0444\u0438\u0440\u043c\u044b.\n\n\u0427\u0442\u043e \u0436, \u043c\u043e\u044f \u0433\u043b\u0443\u043f\u043e\u0441\u0442\u044c \u0431\u0443\u0434\u0435\u0442 \u043c\u043d\u0435 \u0443\u0440\u043e\u043a\u043e\u043c\n\n#ru #scam #warning", - "body_length": 3616, - "cashout_time": "2016-09-04T16:14:03", - "category": "ru", - "children": 22, - "created": "2016-08-28T16:14:03", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"ru\",\"russia\",\"scam\",\"warning\"],\"image\":[\"http://i.imgsafe.org/15128542d6.jpg\",\"http://i.imgsafe.org/151286f366.jpg\",\"http://i.imgsafe.org/15128b1c26.jpg\",\"http://i.imgsafe.org/15127dd28d.jpg\"],\"links\":[\"http://electronics-retail.com\",\"http://zvonki.octo.net/number.aspx/4952041393\",\"https://pishem-pravdu.ru/board/read7357.html\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-28T16:16:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 1315858027165, - "parent_author": "", - "parent_permlink": "ru", - "pending_payout_value": "0.823 HBD", - "percent_hbd": 10000, - "permlink": "kak-ya-stal-zhertvoi-moshennikov-dvazhdy-za-den", - "post_id": 1028446, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "\u041a\u0430\u043a \u044f \u0441\u0442\u0430\u043b \u0436\u0435\u0440\u0442\u0432\u043e\u0439 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c.", - "title": "\u041a\u0430\u043a \u044f \u0441\u0442\u0430\u043b \u0436\u0435\u0440\u0442\u0432\u043e\u0439 \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0434\u0432\u0430\u0436\u0434\u044b \u0437\u0430 \u0434\u0435\u043d\u044c.", - "total_payout_value": "0.000 HBD", - "url": "/ru/@ratel/kak-ya-stal-zhertvoi-moshennikov-dvazhdy-za-den" - }, - { - "active_votes": [ + "reputation": 20789357061, + "rshares": 52193702, + "voter": "jessica.tan" + }, { - "percent": "10000", - "reputation": 307353766229, - "rshares": 18080689304, - "voter": "btcturbo" + "percent": "-10000", + "reputation": 49148590881, + "rshares": -50071508, + "voter": "creativemind" }, { "percent": "10000", - "reputation": 561014718, - "rshares": 247422277, - "voter": "dantown" + "reputation": 0, + "rshares": 50955230, + "voter": "werty1000" }, { "percent": "10000", "reputation": 0, - "rshares": 246883121, - "voter": "cgslav" + "rshares": 5114995877, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 89020079608, - "rshares": 35395935533, - "voter": "ethereums1" + "reputation": 281956744731, + "rshares": 313450382, + "voter": "mattmacreadie" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 762296627, - "voter": "dicov" + "reputation": 19683971, + "rshares": 50368151, + "voter": "lucif3r" }, { "percent": "10000", - "reputation": 43291626440, - "rshares": 253361573, - "voter": "losos" + "reputation": 800390, + "rshares": 51226997, + "voter": "derytedy" }, { "percent": "10000", - "reputation": 1234131079581, - "rshares": 4460960583, - "voter": "r-niki09" + "reputation": 0, + "rshares": 50221020, + "voter": "sergsea" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3722545815, - "voter": "maximkichev" + "reputation": 0, + "rshares": 51224974, + "voter": "retoyan" }, { "percent": "10000", - "reputation": 3088816970, - "rshares": 119836648, - "voter": "levsha" + "reputation": 0, + "rshares": 51223366, + "voter": "gerbarium" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 102416193, - "voter": "elmusic" + "reputation": 3976227761, + "rshares": 50217456, + "voter": "afroditta" }, { "percent": "10000", - "reputation": 4226573244868, - "rshares": 26736075586, - "voter": "zaebars" + "reputation": 0, + "rshares": 50213641, + "voter": "dimabakumenko" }, { "percent": "10000", - "reputation": 702602138233, - "rshares": 147150487, - "voter": "alekst" + "reputation": 0, + "rshares": 50211929, + "voter": "fadeevtor" }, { "percent": "10000", - "reputation": 158273024132, - "rshares": 334346505, - "voter": "gek70rus" + "reputation": 0, + "rshares": 50206670, + "voter": "animationfoto" }, { "percent": "10000", - "reputation": -23829863648, - "rshares": 59955408, - "voter": "gringogrin" + "reputation": 37296784, + "rshares": 51186243, + "voter": "winskill" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 59725486136, - "voter": "serejandmyself" + "reputation": 774561357, + "rshares": 50182215, + "voter": "sageboba" }, { "percent": "10000", - "reputation": 505219265255, - "rshares": 441676433, - "voter": "violino" + "reputation": 0, + "rshares": 50152583, + "voter": "btc125" }, { "percent": "10000", "reputation": 0, - "rshares": 57481870, - "voter": "pacino" + "rshares": 50139069, + "voter": "slow" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 78207684, - "voter": "alina1" + "reputation": 0, + "rshares": 50128743, + "voter": "aborigen" }, { "percent": "10000", - "reputation": 894073046343, - "rshares": 95861429, - "voter": "magralex" + "reputation": 0, + "rshares": 50939165, + "voter": "ercollao" } ], - "author": "btcturbo", - "author_reputation": 307353766229, + "author": "gavvet", + "author_reputation": 204869765185479, "beneficiaries": [], - "body": "\n

\n

\u0412\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u0439 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c

\n

WINGS \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u044c \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0442\u0430\u0440\u0442\u043e\u0432\u043e\u0439 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u043e\u0439 \u0434\u043b\u044f \u044d\u043d\u0442\u0443\u0437\u0438\u0430\u0441\u0442\u043e\u0432 \u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c \u0438\u0434\u0435\u0438 \u043d\u043e\u0432\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044f \u0438\u0445 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f (\u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b) \u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441 \u043d\u0430\u0438\u0432\u044b\u0441\u0448\u0438\u043c \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435\u043c \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0444\u043e\u0440\u0441\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439 \u043a \u0441\u0442\u0430\u0434\u0438\u0438 \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u043e\u0433\u043e \u0414\u0410\u041e, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430, \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u0441\u0440\u0435\u0434\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0447\u0435\u0440\u0435\u0437 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0441\u0435\u043d\u0441\u0443\u0441. WINGS \u0444\u043e\u043a\u0443\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u043c \u0443\u0441\u043a\u043e\u0440\u0435\u043d\u0438\u0438 \u0438 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043f\u043e\u043e\u0449\u0440\u044f\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u0439 \u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0432 \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u0435 \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.

\n

\u0420\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430

\n

\u041f\u0435\u0440\u0432\u044b\u043c \u0434\u0435\u043b\u043e\u043c \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044e \u0414\u0410\u041e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0438 \u043f\u043e\u0448\u0430\u0433\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a\u0430. \u0421\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0448\u0438\u0440\u043e\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0444\u043e\u0442\u043e, \u0432\u0438\u0434\u0435\u043e \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u043c\u043e\u0436\u0435\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0414\u0410\u041e \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u043d\u044f\u0442\u043d\u044b\u043c \u0434\u043b\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432 \u0441\u0435\u0431\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0438 \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043d\u044b\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0441\u0442\u043e\u044f\u0449\u0435\u0439 \u0437\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c \u0414\u0410\u041e. \u041d\u0430 \u044d\u0442\u043e\u043c \u0436\u0435 \u044d\u0442\u0430\u043f\u0435 \u0430\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0434\u0438\u043d \u0438\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u043c\u043e\u0434\u0435\u043b\u0435\u0439 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u044b\u043c \u0414\u0410\u041e (\u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u044d\u0442\u0430\u043f\u0435 \u043c\u044b \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u043c \u043d\u0430\u0447\u0430\u0442\u044c \u0441 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0438, \u0444\u0443\u0442\u0430\u0440\u0445\u0438\u0438 \u0438 \u0436\u0438\u0434\u043a\u043e\u0439 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0438), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0414\u0410\u041e \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438.

\n

\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e, \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u043e\u043d\u0435\u0442 (coin supply) \u0438 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0438\u0445 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f; \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u044b \u0434\u043b\u044f \u0434\u0435\u0440\u0436\u0430\u0442\u0435\u043b\u0435\u0439 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 WINGS \u0432 \u0432\u0438\u0434\u0435 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438\u043b\u0438 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0438 \u0447\u0430\u0441\u0442\u0438 \u043e\u0442 \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432 (\u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442); \u0434\u0430\u0442\u044b \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u0438 \u0431\u043e\u043d\u0443\u0441\u044b \u0434\u043b\u044f \u0440\u0430\u043d\u043d\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432. \u0415\u0441\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u0445\u043e\u0447\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u044d\u0442\u0430\u043f\u044b (milestones, \u0442. \u0435. \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u043b\u0430\u0442\u044b \u043f\u043e \u0447\u0430\u0441\u0442\u044f\u043c, \u043f\u0440\u0438 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438 \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432), \u0435\u043c\u0443 \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u041e\u0440\u0430\u043a\u0443\u043b\u043e\u0432 \u0438\u043b\u0438 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u043d\u0430 \u0440\u044b\u043d\u043a\u0430\u0445 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439. \u041d\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0441\u0442\u0430\u0434\u0438\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0435 WINGS \u0437\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0437\u0430\u044f\u0432\u043a\u0438 \u0438 \u0442\u0435\u043c \u0441\u0430\u043c\u044b\u043c \u0438\u043d\u0438\u0446\u0438\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a \u0441\u0442\u0430\u0434\u0438\u0438 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.

\n

\u0420\u0435\u0430\u043a\u0446\u0438\u044f \u043d\u0430 \u043e\u0442\u0437\u044b\u0432\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430

\n

\u0421\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044e \u0414\u0410\u041e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u0432\u0435\u0434\u0451\u043d \u043f\u0435\u0440\u0438\u043e\u0434 \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0414\u0410\u041e, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u0443\u043b\u0443\u0447\u0448\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442, \u043f\u043e\u043b\u0443\u0447\u0438\u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c \u043e\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430. \u041f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0438\u043e\u0434\u0430, \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442 \u043c\u0435\u043d\u044f\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430, \u0438 \u043e\u0441\u0442\u0430\u0432\u0448\u0435\u0435\u0441\u044f \u0432\u0440\u0435\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u043b\u044f \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0451\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0432 \u0441\u0442\u0430\u0434\u0438\u044e \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u043e\u0433\u043e \u0414\u0410\u041e.

\n

\u041c\u0430\u0433\u0438\u044f \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432

\n

\u0415\u0441\u043b\u0438 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0448\u043b\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u043e\u0446\u0435\u043d\u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442 \u043a\u0430\u043a \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u044b\u0439 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f , \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 WINGS \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043d\u043e\u0432\u044b\u0439 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043d\u0430\u0431\u043e\u0440 \u0443\u043c\u043d\u044b\u0445 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u044e\u0442 \u043d\u043e\u0432\u044b\u0439 \u0442\u043e\u043a\u0435\u043d \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430. \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0442\u044c \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u043e\u0432 \u0432 \u044d\u043a\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432, \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u0443\u043d\u0442\u0438 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0438 \u043d\u0430\u0447\u043d\u0451\u0442 \u043e\u0442\u0441\u0447\u0451\u0442 \u0434\u043e \u0434\u0430\u0442\u044b \u0441\u0442\u0430\u0440\u0442\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430.

\n

\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u0431\u0443\u0434\u0435\u0442 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0430\u0434\u0440\u0435\u0441 \u0441 \u043e\u043d\u043b\u0430\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u043e\u0439 \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432.

\n

\u0421\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430

\n

\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043a\u0440\u0430\u0443\u0434\u0441\u0435\u0439\u043b\u0430 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u044b \u0442\u043e\u043a\u0435\u043d\u043e\u0432 WINGS \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0430\u044e\u0442\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u044e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0438\u0445 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041f\u0440\u043e\u0435\u043a\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0440\u0430\u0437\u0434\u0435\u043b \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0414\u0410\u041e, \u0438 \u0441 \u044d\u0442\u043e\u0433\u043e \u044d\u0442\u0430\u043f\u0430 \u0441\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u044c \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u044b \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0441\u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0438 \u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u043c\u043e\u0434\u0435\u043b\u044c\u044e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f.

\n

\u0421\u0438\u043b\u0430 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439

\n

\u0412 \u0446\u0435\u043b\u043e\u043c \u0432 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f, WINGS \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0440\u044b\u043d\u043e\u043a \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0435\u0432 WINGS DAO \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435 \u044d\u0442\u0430\u043f\u043e\u0432 \u0432 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e\u043c \u0446\u0438\u043a\u043b\u0435 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443:

\n
    \n
  • \u041a\u0430\u043a\u0443\u044e \u0441\u0443\u043c\u043c\u0443 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0431\u0440\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442;
  • \n
  • \u0411\u044b\u043b\u0438 \u043b\u0438 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u044b \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u044d\u0442\u0430\u043f\u044b (\u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443, \u0437\u0430\u043f\u0443\u0441\u043a \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430);
  • \n
  • \u041a\u0430\u043a\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u0446\u0435\u043d\u0430 \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0432 \u043b\u044e\u0431\u0443\u044e \u0438\u0437 \u0434\u0430\u0442 \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c.
  • \n
\n

\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u043c\u0435\u0442\u043e\u0434\u043e\u0432, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b \u0438 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u043e\u043a\u0435\u043d\u044b \u043c\u0435\u0436\u0434\u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438, \u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443:

\n
    \n
  • \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u043a\u0442\u043e\u0432 \u0432 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435. \u041a \u043f\u0440\u0438\u043c\u0435\u0440\u0443, \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u0432, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u043c \u0430\u0434\u0440\u0435\u0441\u0435.
  • \n
  • \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u041e\u0440\u0430\u043a\u0443\u043b\u043e\u0432, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0451\u043d\u043d\u0430\u044f \u043a \u0432\u043d\u0435\u0448\u043d\u0438\u043c API.
  • \n
  • \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043e\u0442\u0447\u0451\u0442\u043e\u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 (\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e REP \u0443 Augur).
  • \n
\n

\u0414\u0430\u043b\u0435\u0435

\n

\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u043f\u043e\u0441\u0442\u0435 \u043c\u044b \u043d\u0430\u043f\u0438\u0448\u0435\u043c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e \u043f\u0440\u043e \u0442\u043e, \u043a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0440\u0435\u043f\u0443\u0442\u0430\u0446\u0438\u044f, \u043d\u0430\u0433\u0440\u0430\u0434\u0430 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0438 \u043a\u0430\u043a \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u044e\u0442 \u043a\u0443\u0440\u0430\u0442\u043e\u0440\u044b \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 WINGS

\n


\n\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0435 \u043f\u043e\u0441\u0442\u044b:

\n

\u0412\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435 #0.

\n

\u0421\u0435\u0440\u0438\u044f #1. \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0414\u0410\u041e \u0438 \u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u041c\u0430\u0448\u0438\u043d\u0430 \u042d\u0444\u0438\u0440\u0438\u0443\u043c\u0430.

\n

\u0421\u0435\u0440\u0438\u044f #2. \u0421\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0440\u044b\u043d\u043a\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u0439.

\n

\n

Telegram Chat RU / EN  +  Forum RU / EN +  Slack Invite +  Telegram News RU / EN + Twitter / Facebook 

\n", - "body_length": 5959, - "cashout_time": "2016-09-03T11:34:33", - "category": "ru", - "children": 1, - "created": "2016-08-27T11:34:33", + "body": "Have you ever seen fire walking and wondered how its done?\n\nhttp://hopsa.co.za/wp-content/uploads/2014/07/fire_walking_barrier_breaking.jpg\n\nI must say, I have done it as a group team building exercise and it ends up being a really unique experience.\n------------------------------------------------------------------------\n\nFirst up... generally you have a facilitator for team building.\n\nThey prepare a fire...\n\nYou sit around the fire and they talk you though all the motivational stuff to eventually get everyone to the point where they are prepared to walk over the coals that have been recently racked and leveled right in front of you.\n\nSome even get the group chanting to help distract the next victim that is about to do something every cell in their body is screaming they shouldn't.... \n\nActually its a lot about peer pressure at this stage.... will I look bad in front of others type stuff... of course the brain-dead dare devils jump up first to do it and then all the pressure is on everybody else after that...\n\nIf they could do it, why cant I... etc.\n\n...and then eventually you pluck up the courage and take that first step and before you know it its all over\nmiraculously you and the soles of your feet survive...\n\n...and now you have an awesome story to tell\n--------------------------------------------\n\nand actually your self esteem takes a huge boost like it does whenever you face your fears, look death in the face and laugh.\n\nAs a team building exercise its no bad either... there is a sense of unity that comes from helping each other to accomplish this seemingly insurmountable task...the rooting for each other and the knowledge that if you as a team could overcome this...what could be worse.\n\nCompared to walking through fire every thing else seems like a cake walk (pun intended)\n\nYou could always do it this way, but that would defeat the purpose.\n-\nhttps://pixabay.com/static/uploads/photo/2016/06/23/09/31/fire-1474962_960_720.jpg\n\nThe science behind it is simple....\n-----------------------------------\n\nIf you have the right wood, only a thin outer layer is burning and giving off the red glow.\n\nyou don't want to use a hard-coal wood or charcoal that burns much deeper, or wood that has fat on it from a barbecue.\n\nhttps://pixabay.com/static/uploads/photo/2016/03/27/21/19/fire-1284314_960_720.jpg\n\nThe sole of the foot placed firmly on the hot coals extinguishes this thin outer burning layer rapidly by depriving it of oxygen.\n\nWater is able to absorb vast amounts of heat and because your cells have a very high percentage of water the heat is quickly absorbed and dissipated to the other surrounding cells.\n\nIt is a neat trick that looks really impressive but in the end it's just a trick.\n------------------------------------------------------------------------\n\nThe key to not being burned is to have enough confidence to step firmly onto the coals. \n\nIf you hesitate, step too lightly or have high arches the chances are that you will burn blisters.\n\nI have high arches, the soles of my feet were fine but I did get a blister or two between my toes and under my arches.", + "body_length": 3113, + "cashout_time": "2016-09-03T10:24:51", + "category": "fire", + "children": 52, + "created": "2016-08-27T10:24:51", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"ru\",\"dao\",\"wings\",\"blockchain\",\"steemit\"],\"image\":[\"https://cdn-images-1.medium.com/max/720/1*ijz3bBIWchkpZE8FsE_0Aw.jpeg\",\"https://img1.steemit.com/0x0/http://i.imgur.com/vk1jkGJ.gif\"],\"links\":[\"https://wings.ai\",\"https://steemit.com/ru/@btcturbo/wings-dao-seriya-obuchayushikh-postov-vstuplenie-0\",\"https://steemit.com/ru/@btcturbo/pazl-wings-seriya-1-bezopasnost-dao-i-virtualnaya-mashina-efiriuma\",\"https://steemit.com/ru/@btcturbo/pazl-wings-seriya-2-sistemy-upravleniya-i-rynki-reshenii\",\"telegram.me/wingschatru\",\"telegram.me/wingschat\",\"https://bitcointalk.org/index.php?topic=1482690\",\"https://bitcointalk.org/index.php?topic=1477055\",\"https://hi.wings.ai/\",\"https://telegram.me/wingsnewsru\",\"https://telegram.me/wingsnews\",\"https://twitter.com/wingsplatform\",\"https://www.facebook.com/WingsDAO\"]}", + "json_metadata": "{\"tags\":[\"fire\",\"firewalking\",\"teambuilding\",\"confidence\",\"science\"],\"image\":[\"http://hopsa.co.za/wp-content/uploads/2014/07/fire_walking_barrier_breaking.jpg\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T17:42:51", + "last_update": "2016-08-27T11:01:54", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 151068589212, + "net_rshares": 87062228657574, "parent_author": "", - "parent_permlink": "ru", - "pending_payout_value": "0.082 HBD", + "parent_permlink": "fire", + "pending_payout_value": "1061.219 HBD", "percent_hbd": 10000, - "permlink": "pazl-wings-seriya-3-kak-rabotayut-zayavki-na-sozdanie-dao", - "post_id": 1011672, + "permlink": "fire-walking-i-ve-done-it", + "post_id": 1011141, "promoted": "0.000 HBD", "replies": [], - "root_title": "\u041f\u0430\u0437\u043b WINGS. \u0421\u0435\u0440\u0438\u044f #3: \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0437\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0414\u0410\u041e", - "title": "\u041f\u0430\u0437\u043b WINGS. \u0421\u0435\u0440\u0438\u044f #3: \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0437\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0414\u0410\u041e", + "root_title": "Fire walking- I've done it!! and the science behind it.", + "title": "Fire walking- I've done it!! and the science behind it.", "total_payout_value": "0.000 HBD", - "url": "/ru/@btcturbo/pazl-wings-seriya-3-kak-rabotayut-zayavki-na-sozdanie-dao" + "url": "/fire/@gavvet/fire-walking-i-ve-done-it" }, { "active_votes": [ - { - "percent": "10000", - "reputation": 145171381514207, - "rshares": 29135724333004, - "voter": "dantheman" - }, { "percent": "10000", "reputation": 32455846463901, @@ -24088,8 +24340,8 @@ { "percent": "10000", "reputation": 0, - "rshares": 4351539688265, - "voter": "paladin" + "rshares": 1437751834468, + "voter": "testdrive" }, { "percent": "10000", @@ -24097,18 +24349,6 @@ "rshares": 1757703650590, "voter": "hr1" }, - { - "percent": "10000", - "reputation": 12842871326086, - "rshares": 113565049148, - "voter": "sandra" - }, - { - "percent": "10000", - "reputation": 2827502899317, - "rshares": 879362046140, - "voter": "ihashfury" - }, { "percent": "10000", "reputation": 1214229078, @@ -24127,16 +24367,10 @@ "rshares": 836166640, "voter": "bunny" }, - { - "percent": "10000", - "reputation": 12481332844017, - "rshares": 1656489501441, - "voter": "steemychicken1" - }, { "percent": "10000", "reputation": 103443134841, - "rshares": 64278240239, + "rshares": 64278228185, "voter": "bue" }, { @@ -24166,19 +24400,13 @@ { "percent": "10000", "reputation": 83941319998, - "rshares": 4849415359235, + "rshares": 4848997831268, "voter": "smooth.witness" }, - { - "percent": "10000", - "reputation": 585246886482, - "rshares": 79067457756, - "voter": "vip" - }, { "percent": "10000", "reputation": 2802091583976, - "rshares": 11093656071, + "rshares": 13571117822, "voter": "proctologic" }, { @@ -24189,39 +24417,39 @@ }, { "percent": "10000", - "reputation": 0, - "rshares": 1151657939, - "voter": "daniel.pan" + "reputation": 147478489309626, + "rshares": 926310783692, + "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 116675680418, - "voter": "linouxis9" + "reputation": 0, + "rshares": 1151657939, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 0, - "rshares": 345605549, - "voter": "helen.tan" + "reputation": 6977251504339, + "rshares": 22797222376, + "voter": "dedriss" }, { "percent": "10000", - "reputation": 9469162, - "rshares": 86442516278, - "voter": "unosuke" + "reputation": 4013874407471, + "rshares": 118992117176, + "voter": "linouxis9" }, { - "percent": "10000", - "reputation": 2165622245848, - "rshares": 25370157340, - "voter": "yefet" + "percent": "10000", + "reputation": 19959120564829, + "rshares": 34043587114, + "voter": "alexgr" }, { "percent": "10000", - "reputation": 3120299664537, - "rshares": 14379399820, - "voter": "valtr" + "reputation": 0, + "rshares": 345605549, + "voter": "helen.tan" }, { "percent": "10000", @@ -24229,22 +24457,16 @@ "rshares": 67307183482, "voter": "noaommerrr" }, - { - "percent": "10000", - "reputation": 14073457536993, - "rshares": 94203243561, - "voter": "edgeland" - }, { "percent": "10000", "reputation": 4733188979515, - "rshares": 15782833476, + "rshares": 15439728401, "voter": "ervin-lemark" }, { "percent": "10000", "reputation": 204869765185479, - "rshares": 1025890319274, + "rshares": 1025888251778, "voter": "gavvet" }, { @@ -24253,12 +24475,6 @@ "rshares": 8122842676, "voter": "fkn" }, - { - "percent": "10000", - "reputation": 82831371778953, - "rshares": 857209942958, - "voter": "cryptogee" - }, { "percent": "2500", "reputation": 376960001789, @@ -24267,9 +24483,15 @@ }, { "percent": "10000", - "reputation": 1172373556107, - "rshares": 2097108562, - "voter": "gekko" + "reputation": 436017530085, + "rshares": 25147807430, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 33351026522, + "voter": "elishagh1" }, { "percent": "10000", @@ -24277,16 +24499,28 @@ "rshares": 642418510190, "voter": "nanzo-scoop" }, + { + "percent": "10000", + "reputation": 865237448731, + "rshares": 1752856023, + "voter": "maxim-ananko" + }, { "percent": "10000", "reputation": 503318537891, - "rshares": 3733255542, + "rshares": 2357945760, "voter": "jerome-colley" }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 133191504980, + "voter": "steve-walschot" + }, { "percent": "10000", "reputation": 49136918266, - "rshares": 11565765949, + "rshares": 11817195644, "voter": "cian.dafe" }, { @@ -24295,12 +24529,6 @@ "rshares": 220841586215, "voter": "mummyimperfect" }, - { - "percent": "10000", - "reputation": 16025488740118, - "rshares": 13967638323, - "voter": "klye" - }, { "percent": "10000", "reputation": 161089556767, @@ -24310,91 +24538,31 @@ { "percent": "3301", "reputation": 2902053059801, - "rshares": 3572994301, + "rshares": 3215709891, "voter": "murh" }, - { - "percent": "10000", - "reputation": 2423086926842, - "rshares": 14348849500, - "voter": "b4bb4r-5h3r" - }, - { - "percent": "10000", - "reputation": 18165011697633, - "rshares": 72910110648, - "voter": "tinfoilfedora" - }, - { - "percent": "10000", - "reputation": 64573188744746, - "rshares": 170840482033, - "voter": "dragonslayer109" - }, { "percent": "10000", "reputation": 824717099743, "rshares": 410282125617, "voter": "cyber" }, - { - "percent": "10000", - "reputation": 463562817, - "rshares": 610595270, - "voter": "ethan-castle" - }, - { - "percent": "10000", - "reputation": 199308931780, - "rshares": 435598116, - "voter": "akaninyene-etuk" - }, { "percent": "10000", "reputation": 3037854988445, "rshares": 59759280855, "voter": "ak2020" }, - { - "percent": "10000", - "reputation": 11765473490257, - "rshares": 41993046835, - "voter": "justtryme90" - }, - { - "percent": "10000", - "reputation": 7152109350579, - "rshares": 4128700878, - "voter": "cm-steem" - }, - { - "percent": "10000", - "reputation": -2683858617900, - "rshares": 11589614175, - "voter": "zebbra2014" - }, - { - "percent": "10000", - "reputation": 71931696380, - "rshares": 3898540206542, - "voter": "satoshifund" - }, - { - "percent": "10000", - "reputation": 1233698174511, - "rshares": 1675716921, - "voter": "spartanza" - }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 48933595577, + "rshares": 52347567361, "voter": "juanmiguelsalas" }, { "percent": "10000", "reputation": 3046358914696, - "rshares": 13287798344, + "rshares": 13287776244, "voter": "samether" }, { @@ -24403,6 +24571,12 @@ "rshares": 61640171572, "voter": "ratel" }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 57642644019, + "voter": "thecryptodrive" + }, { "percent": "10000", "reputation": 8397302485673, @@ -24412,50 +24586,44 @@ { "percent": "10000", "reputation": 60725834714442, - "rshares": 450166901487, + "rshares": 459170239517, "voter": "infovore" }, { "percent": "10000", "reputation": 4526468651953, - "rshares": 74326973775, + "rshares": 72745548801, "voter": "tim-johnston" }, - { - "percent": "10000", - "reputation": 1050758001641, - "rshares": 22290280914, - "voter": "ossama-benjohn" - }, { "percent": "10000", "reputation": 5260794316761, - "rshares": 138200300359, + "rshares": 140964306367, "voter": "schro" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 180767517254, - "voter": "thedashguy" + "reputation": 1222010452191, + "rshares": 3457418550, + "voter": "antizvuk" }, { "percent": "10000", "reputation": 486415577627, - "rshares": 6193911514, + "rshares": 6317704374, "voter": "mark-waser" }, { "percent": "10000", "reputation": 5886979119053, - "rshares": 101581127996, + "rshares": 99549505436, "voter": "geoffrey" }, { - "percent": "10000", - "reputation": 274656026130, - "rshares": 44006341762, - "voter": "honeythief" + "percent": "3300", + "reputation": 598181152117, + "rshares": 65115465114, + "voter": "kimziv" }, { "percent": "10000", @@ -24463,30 +24631,12 @@ "rshares": 31662289246, "voter": "talanhorne" }, - { - "percent": "10000", - "reputation": 2758500001611, - "rshares": 5141944088, - "voter": "fuck.off" - }, - { - "percent": "10000", - "reputation": 1795987883806, - "rshares": 28597097776, - "voter": "tskeene" - }, { "percent": "10000", "reputation": 601987961462, - "rshares": 2109788439, + "rshares": 2109755293, "voter": "superfreek" }, - { - "percent": "10000", - "reputation": 1019011681813, - "rshares": 6867203533, - "voter": "iloveporn" - }, { "percent": "10000", "reputation": 1557874437556, @@ -24495,9 +24645,9 @@ }, { "percent": "10000", - "reputation": -211976733933, - "rshares": 989417358, - "voter": "bigs21024" + "reputation": 2445708956667, + "rshares": 8350669533, + "voter": "johnbradshaw" }, { "percent": "10000", @@ -24505,83 +24655,71 @@ "rshares": 172706946, "voter": "ales" }, - { - "percent": "10000", - "reputation": 1676955163155, - "rshares": 4090731834, - "voter": "spikykevin" - }, { "percent": "10000", "reputation": 4276659410889, - "rshares": 3294453012, + "rshares": 3360342073, "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 112943056223182, - "rshares": 159932858511, - "voter": "ericvancewalton" + "reputation": 6095326280934, + "rshares": 19742856435, + "voter": "thebatchman" }, { "percent": "10000", "reputation": 336763673779, - "rshares": 211164224384, + "rshares": 205885118774, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 1933204465, - "rshares": 54671156789, - "voter": "sonzweil" - }, - { - "percent": "10000", - "reputation": 392424265528, - "rshares": 9852041905, - "voter": "romait" + "reputation": 65540661343, + "rshares": 3128984561, + "voter": "orly" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5740391745, - "voter": "unicornfarts" + "reputation": 7091975331308, + "rshares": 13047233775, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 1450924981021, - "rshares": 41583028085, - "voter": "ezzy" + "reputation": 2880187298062, + "rshares": 2854280043, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3128984561, - "voter": "orly" + "reputation": 1083381628, + "rshares": 252776492, + "voter": "nexus1" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 13047233775, - "voter": "konstantin" + "reputation": 1260816217540, + "rshares": 1514995872, + "voter": "burmik123" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5821179979, - "voter": "vote" + "reputation": 67719411972, + "rshares": 280713275, + "voter": "ksenia" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 19620359338, - "voter": "hakise" + "reputation": 305047794164, + "rshares": 95210931500, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2854280043, - "voter": "stranger27" + "reputation": 2237331858240, + "rshares": 6132236013, + "voter": "kissmybutt" }, { "percent": "10000", @@ -24589,16 +24727,10 @@ "rshares": 492927683739, "voter": "juneaugoldbuyer" }, - { - "percent": "10000", - "reputation": 5451039980643, - "rshares": 101002310, - "voter": "steemswede" - }, { "percent": "10000", "reputation": 6244867547, - "rshares": 1487343873, + "rshares": 1517090750, "voter": "anwar78" }, { @@ -24608,27 +24740,33 @@ "voter": "sergei" }, { - "percent": "6600", + "percent": "4300", "reputation": 4667991454724, - "rshares": 416125335566, + "rshares": 272081950178, "voter": "slowwalker" }, + { + "percent": "10000", + "reputation": 19408082282, + "rshares": 251671748, + "voter": "playtime" + }, + { + "percent": "10000", + "reputation": 310449551325, + "rshares": 404516476, + "voter": "whitepeach" + }, { "percent": "3000", "reputation": 19111656178138, "rshares": 20455531691, "voter": "furion" }, - { - "percent": "10000", - "reputation": 7018477845661, - "rshares": 519430044294, - "voter": "neoxian" - }, { "percent": "10000", "reputation": 3149488018622, - "rshares": 2464498713, + "rshares": 2513788687, "voter": "owdy" }, { @@ -24643,40 +24781,10 @@ "rshares": 195705543, "voter": "doge4lyf" }, - { - "percent": "10000", - "reputation": 2770303185670, - "rshares": 1389256977, - "voter": "vi1son" - }, - { - "percent": "10000", - "reputation": 4336087201971, - "rshares": 25113262537, - "voter": "strangerarray" - }, - { - "percent": "10000", - "reputation": 3320684282022, - "rshares": 119497324252, - "voter": "knircky" - }, - { - "percent": "10000", - "reputation": 2069855377344, - "rshares": 9594656038, - "voter": "spiz0r" - }, - { - "percent": "10000", - "reputation": 54870619364044, - "rshares": 145798078499, - "voter": "jacor" - }, { "percent": "10000", "reputation": 1440357780524, - "rshares": 786886841, + "rshares": 762296627, "voter": "dicov" }, { @@ -24691,30 +24799,6 @@ "rshares": 274391980, "voter": "johanniellano" }, - { - "percent": "10000", - "reputation": 5463774640621, - "rshares": 17724366228, - "voter": "akareyon" - }, - { - "percent": "10000", - "reputation": 1661526202859, - "rshares": 4383903035, - "voter": "gikitiki" - }, - { - "percent": "10000", - "reputation": 658407157113, - "rshares": 567867324, - "voter": "cherish" - }, - { - "percent": "10000", - "reputation": 2821855573125, - "rshares": 3801180577, - "voter": "steemit-life" - }, { "percent": "10000", "reputation": 1648396897354, @@ -24727,52 +24811,34 @@ "rshares": 4386400085, "voter": "thegoodguy" }, - { - "percent": "10000", - "reputation": 1510234773828, - "rshares": 2058332545, - "voter": "bitland" - }, { "percent": "10000", "reputation": 1563271634183, - "rshares": 94778859219, + "rshares": 89034685933, "voter": "paco" }, - { - "percent": "10000", - "reputation": 431450051428, - "rshares": 4499834965, - "voter": "aaseb" - }, - { - "percent": "10000", - "reputation": 11644551965460, - "rshares": 9263164066, - "voter": "senseiteekay" - }, - { - "percent": "10000", - "reputation": 1022268826970, - "rshares": 408173215, - "voter": "edrivegom" - }, { "percent": "10000", "reputation": 2397831198773, "rshares": 6150512344, "voter": "karen13" }, + { + "percent": "10000", + "reputation": 3361494185, + "rshares": 945236180, + "voter": "steem14" + }, { "percent": "10000", "reputation": 866671256465, - "rshares": 24417740855, + "rshares": 24929288618, "voter": "igster" }, { "percent": "10000", "reputation": 669199844401, - "rshares": 10296292481, + "rshares": 10716020047, "voter": "mun" }, { @@ -24784,19 +24850,25 @@ { "percent": "10000", "reputation": 57790558311, - "rshares": 57896365453, + "rshares": 50425866685, "voter": "stephencurry" }, { "percent": "10000", "reputation": 7803764965401, - "rshares": 9994908029, + "rshares": 9995540592, "voter": "allmonitors" }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1424765344, + "voter": "vorsseli" + }, { "percent": "10000", "reputation": 6338322241150, - "rshares": 37901804111, + "rshares": 37901719730, "voter": "streetstyle" }, { @@ -24807,70 +24879,34 @@ }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 7064696820, - "voter": "lichtblick" + "reputation": 777812727227, + "rshares": 20094161899, + "voter": "artific" }, { "percent": "10000", "reputation": 3502382308233, - "rshares": 3874486461, + "rshares": 3798516138, "voter": "maximkichev" }, - { - "percent": "10000", - "reputation": 1089175666268, - "rshares": 881049636, - "voter": "jsteck" - }, - { - "percent": "10000", - "reputation": 692822335938, - "rshares": 239156414, - "voter": "keyser" - }, - { - "percent": "10000", - "reputation": 3033861094190, - "rshares": 13115519147, - "voter": "nippel66" - }, { "percent": "10000", "reputation": 34120390016, - "rshares": 2820382099, + "rshares": 2876789741, "voter": "imp3" }, { "percent": "10000", - "reputation": 9999779221262, - "rshares": 37107869330, - "voter": "mynameisbrian" - }, - { - "percent": "10000", - "reputation": 817588332083, - "rshares": 2617843634, - "voter": "pinklee" + "reputation": 2764978194297, + "rshares": 4408440373, + "voter": "konti" }, { "percent": "10000", "reputation": 76096938200261, - "rshares": 220795170781, + "rshares": 216465853707, "voter": "calaber24p" }, - { - "percent": "10000", - "reputation": 1532881687066, - "rshares": 8078085706, - "voter": "magz8716" - }, - { - "percent": "10000", - "reputation": 1394532106132, - "rshares": 7167237130, - "voter": "geronimo" - }, { "percent": "10000", "reputation": 46246767220, @@ -24879,44 +24915,38 @@ }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6782756667, - "voter": "cryptobro" - }, - { - "percent": "10000", - "reputation": 1516446006, - "rshares": 119324035, - "voter": "firdausislamiah" + "reputation": 2147203047336, + "rshares": 13525248324, + "voter": "exitmass" }, { "percent": "10000", "reputation": 477578742546, - "rshares": 8447911592, + "rshares": 8447242051, "voter": "tarindel" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 3093888337, - "voter": "azurejasper" + "reputation": 20001506960251, + "rshares": 165164030009, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 469444219, - "voter": "foxxycat" + "reputation": 2179414806836, + "rshares": 9997251563, + "voter": "exyle" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 97760912, - "voter": "elmusic" + "reputation": 3415496053078, + "rshares": 3611303370, + "voter": "dmitriybtc" }, { "percent": "10000", "reputation": 160134373956, - "rshares": 7968033841, + "rshares": 8130646776, "voter": "neroru" }, { @@ -24925,12 +24955,6 @@ "rshares": 288539499527, "voter": "jl777" }, - { - "percent": "10000", - "reputation": 163343680085, - "rshares": 381529139, - "voter": "meteor78" - }, { "percent": "10000", "reputation": 879409745645, @@ -24943,6 +24967,12 @@ "rshares": 6555430692, "voter": "positive" }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 144265183, + "voter": "alekst" + }, { "percent": "10000", "reputation": 0, @@ -24997,46 +25027,34 @@ "rshares": 8932564620, "voter": "crypto.owl" }, - { - "percent": "10000", - "reputation": 75169935562, - "rshares": 204193503, - "voter": "strictlybusiness" - }, { "percent": "10000", "reputation": 2568808468562, - "rshares": 1097622112, + "rshares": 1075669670, "voter": "sompitonov" }, { "percent": "10000", "reputation": 7078941123096, - "rshares": 11544955444, + "rshares": 11840323843, "voter": "lemooljiang" }, - { - "percent": "10000", - "reputation": 13032104555879, - "rshares": 9115585916, - "voter": "winstonwolfe" - }, { "percent": "10000", "reputation": 3777763523032, - "rshares": 19685430178, + "rshares": 19266591238, "voter": "krabgat" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 35566237616, - "voter": "fatboy" + "reputation": 8079179261851, + "rshares": 39012086382, + "voter": "claudiop63" }, { "percent": "10000", "reputation": 58190631451, - "rshares": 26015763642, + "rshares": 25086629226, "voter": "proto" }, { @@ -25045,6 +25063,12 @@ "rshares": 647646467, "voter": "curator" }, + { + "percent": "2900", + "reputation": 17698439393799, + "rshares": 6989852429, + "voter": "sisterholics" + }, { "percent": "10000", "reputation": 0, @@ -25060,7 +25084,7 @@ { "percent": "10000", "reputation": 10552456597779, - "rshares": 2230239363, + "rshares": 2225451007, "voter": "royalmacro" }, { @@ -25069,10 +25093,16 @@ "rshares": 77535997, "voter": "yarly12" }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 1904631757, + "voter": "tygergamer" + }, { "percent": "10000", "reputation": 16914207527051, - "rshares": 35962182466, + "rshares": 35257041634, "voter": "celebr1ty" }, { @@ -25081,12 +25111,6 @@ "rshares": 129041365, "voter": "steemster1" }, - { - "percent": "10000", - "reputation": 106557133024, - "rshares": 27607953801, - "voter": "solidgold" - }, { "percent": "10000", "reputation": 137150233782, @@ -25096,44 +25120,20 @@ { "percent": "10000", "reputation": 49215329, - "rshares": 3428004554, + "rshares": 3496564645, "voter": "pigatron" }, { "percent": "10000", - "reputation": 134736123867, - "rshares": 18088301172, - "voter": "lsc9999" - }, - { - "percent": "10000", - "reputation": 19410587962, - "rshares": 1993496023, - "voter": "andreynoch" - }, - { - "percent": "5000", - "reputation": 267304789, - "rshares": 107673380, - "voter": "rumburak" - }, - { - "percent": "10000", - "reputation": 224697272001, - "rshares": 339551325, - "voter": "timelord" - }, - { - "percent": "10000", - "reputation": 49283901870, - "rshares": 919907780, - "voter": "metaflute" + "reputation": 979379098872, + "rshares": 866436356, + "voter": "spinner" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 51421755393, - "voter": "gomeravibz" + "reputation": 283380527576, + "rshares": 4571615901, + "voter": "mahekg" }, { "percent": "10000", @@ -25141,12 +25141,6 @@ "rshares": 12876919366, "voter": "taker" }, - { - "percent": "10000", - "reputation": 10137266406870, - "rshares": 5647625721, - "voter": "nekromarinist" - }, { "percent": "10000", "reputation": -833837861150, @@ -25156,7 +25150,7 @@ { "percent": "10000", "reputation": 11856501387697, - "rshares": 33024616292, + "rshares": 34294793842, "voter": "allasyummyfood" }, { @@ -25166,10 +25160,10 @@ "voter": "lillianjones" }, { - "percent": "10000", - "reputation": 90565359983, - "rshares": 23827418134, - "voter": "rawnetics" + "percent": "1700", + "reputation": 10771708337101, + "rshares": 184720641278, + "voter": "laonie" }, { "percent": "10000", @@ -25178,22 +25172,22 @@ "voter": "laoyao" }, { - "percent": "10000", - "reputation": 75109707260, - "rshares": 29885040414, - "voter": "persianqueen" + "percent": "2500", + "reputation": 18027204457681, + "rshares": 8528590648, + "voter": "myfirst" }, { - "percent": "10000", - "reputation": 512132085322, - "rshares": 9612821636, - "voter": "viktor.phuket" + "percent": "3400", + "reputation": 5776723480371, + "rshares": 76284835638, + "voter": "somebody" }, { - "percent": "10000", - "reputation": 2269581106933, - "rshares": 65038701, - "voter": "stormblaze" + "percent": "3400", + "reputation": 206355094166, + "rshares": 2868725351, + "voter": "flysaga" }, { "percent": "10000", @@ -25201,6 +25195,12 @@ "rshares": 66620085, "voter": "kurzer42" }, + { + "percent": "3400", + "reputation": 97845484474, + "rshares": 14692636694, + "voter": "midnightoil" + }, { "percent": "10000", "reputation": 950539828786, @@ -25209,27 +25209,21 @@ }, { "percent": "10000", - "reputation": 23856803561, - "rshares": 63844721, - "voter": "elena000" - }, - { - "percent": "10000", - "reputation": 2462877364101, - "rshares": 724650870, - "voter": "labradorsem" + "reputation": 4135874303, + "rshares": 62907841, + "voter": "gegebitlover" }, { - "percent": "10000", - "reputation": 66769295082002, - "rshares": 27718469456, - "voter": "terrycraft" + "percent": "1700", + "reputation": 3016325652890, + "rshares": 19970242438, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 117644956479, - "rshares": 11310868600, - "voter": "jphamer1" + "reputation": 133785110, + "rshares": 64050334, + "voter": "atmsteemit" }, { "percent": "10000", @@ -25244,39 +25238,27 @@ "voter": "oflyhigh" }, { - "percent": "10000", + "percent": "3000", "reputation": 1851205309677, - "rshares": 3328650489, + "rshares": 1014750302, "voter": "xiaokongcom" }, { "percent": "10000", "reputation": 7767180487460, - "rshares": 6114058120, + "rshares": 5986681909, "voter": "gargon" }, { "percent": "10000", "reputation": 740133117502, - "rshares": 2073114966, + "rshares": 2114577265, "voter": "natalymaty" }, - { - "percent": "10000", - "reputation": 96284142617, - "rshares": 1941462536, - "voter": "vladikras" - }, - { - "percent": "10000", - "reputation": 126444536302, - "rshares": 1260700651, - "voter": "hms818" - }, { "percent": "10000", "reputation": 191217797933, - "rshares": 54197094, + "rshares": 52936696, "voter": "zionuziriel" }, { @@ -25304,15 +25286,15 @@ "voter": "steemo" }, { - "percent": "10000", - "reputation": 398467602540, - "rshares": 182882321, - "voter": "naifaz" + "percent": "3300", + "reputation": 4195733833721, + "rshares": 2405917760, + "voter": "xianjun" }, { "percent": "10000", "reputation": 4542627765008, - "rshares": 20193315381, + "rshares": 20622928328, "voter": "hanshotfirst" }, { @@ -25321,36 +25303,12 @@ "rshares": 51619811, "voter": "steema" }, - { - "percent": "10000", - "reputation": 1620633258672, - "rshares": 2749532755, - "voter": "lordvader" - }, { "percent": "10000", "reputation": 28335136369, - "rshares": 1556892766, + "rshares": 1588030621, "voter": "erikclark13" }, - { - "percent": "10000", - "reputation": 56139970267, - "rshares": 60177918, - "voter": "evgenyche" - }, - { - "percent": "10000", - "reputation": 30877532500, - "rshares": 57559726, - "voter": "sakkievw" - }, - { - "percent": "10000", - "reputation": 237071800963, - "rshares": 3362134710, - "voter": "bhavnapatel68" - }, { "percent": "10000", "reputation": -894488087252, @@ -25371,9 +25329,9 @@ }, { "percent": "10000", - "reputation": 490170833577, - "rshares": 169631455, - "voter": "njall" + "reputation": 0, + "rshares": 58483329, + "voter": "nano2nd" }, { "percent": "10000", @@ -25382,22 +25340,16 @@ "voter": "jarvis" }, { - "percent": "10000", - "reputation": 746533252410, - "rshares": 118205000, - "voter": "lisadang" - }, - { - "percent": "10000", - "reputation": 497846177749, - "rshares": 587222346, - "voter": "ashwim" + "percent": "3400", + "reputation": 730408370151, + "rshares": 158076615, + "voter": "microluck" }, { "percent": "10000", - "reputation": 47334856382, - "rshares": 64006701, - "voter": "williamdevine" + "reputation": 5297329962603, + "rshares": 5959558146, + "voter": "chrisadventures" }, { "percent": "10000", @@ -25408,38 +25360,8 @@ { "percent": "10000", "reputation": 4637390447698, - "rshares": 992737248, - "voter": "chinadaily" - }, - { - "percent": "10000", - "reputation": 13325577893779, - "rshares": 9591614091, - "voter": "kyriacos" - }, - { - "percent": "10000", - "reputation": 23206755125, - "rshares": 65544245, - "voter": "kana" - }, - { - "percent": "10000", - "reputation": 4318672774075, - "rshares": 4256742334, - "voter": "farmerswife" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1227496211, - "voter": "kollapsik" - }, - { - "percent": "10000", - "reputation": 15908343365, - "rshares": 60816781, - "voter": "gmskov" + "rshares": 992737248, + "voter": "chinadaily" }, { "percent": "10000", @@ -25473,27 +25395,9 @@ }, { "percent": "10000", - "reputation": 415725527654, - "rshares": 437671929, - "voter": "keepdoodling" - }, - { - "percent": "10000", - "reputation": 1016260025, - "rshares": 57784735, - "voter": "dimitriy" - }, - { - "percent": "10000", - "reputation": -49397634, - "rshares": 52042875, - "voter": "vasilii" - }, - { - "percent": "10000", - "reputation": 295472992623, - "rshares": 1109382978, - "voter": "iamrohitkgupta" + "reputation": 134573558180, + "rshares": 128916844, + "voter": "stivmarker" }, { "percent": "10000", @@ -25515,9 +25419,9 @@ }, { "percent": "10000", - "reputation": 24276337891, - "rshares": 426715514, - "voter": "tradz" + "reputation": 26751356331019, + "rshares": 38915206942, + "voter": "sweetsssj" }, { "percent": "10000", @@ -25527,9 +25431,9 @@ }, { "percent": "10000", - "reputation": 17140629596244, - "rshares": 25414498610, - "voter": "dragonanarchist" + "reputation": 28176351271250, + "rshares": 65890065990, + "voter": "barrycooper" }, { "percent": "10000", @@ -25539,21 +25443,21 @@ }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 2844021732, - "voter": "onetree" + "reputation": -642566206250, + "rshares": 6201862561, + "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 6300363201553, - "rshares": 11065195774, - "voter": "mandibil" + "reputation": 5941821821586, + "rshares": 2844021732, + "voter": "onetree" }, { "percent": "10000", - "reputation": 1903578632, - "rshares": 56604994, - "voter": "ssashem" + "reputation": 433370384966, + "rshares": 1368155095, + "voter": "imag1ne" }, { "percent": "10000", @@ -25561,47 +25465,23 @@ "rshares": 51562255, "voter": "curpose" }, - { - "percent": "10000", - "reputation": 716390377150, - "rshares": 4326680966, - "voter": "rwgunderson" - }, - { - "percent": "10000", - "reputation": 335003583191, - "rshares": 63588010, - "voter": "jtstreetman" - }, { "percent": "10000", "reputation": 1063317981552, - "rshares": 8158322794, + "rshares": 8556289760, "voter": "etcmike" }, { "percent": "10000", - "reputation": 8652306644, - "rshares": 55865181, - "voter": "alktoni" - }, - { - "percent": "10000", - "reputation": 78274754809, - "rshares": 76125918, - "voter": "jlufer" - }, - { - "percent": "10000", - "reputation": 883345, - "rshares": 55403417, - "voter": "fleshtheworld" + "reputation": 1833661746969, + "rshares": 1256656374, + "voter": "seva" }, { "percent": "10000", - "reputation": 0, - "rshares": 55377253, - "voter": "maximator15" + "reputation": 10684992176630, + "rshares": 2053033965, + "voter": "quinneaker" }, { "percent": "10000", @@ -25609,35 +25489,23 @@ "rshares": 674779179, "voter": "gear66" }, - { - "percent": "10000", - "reputation": 1504301173829, - "rshares": 2168690727, - "voter": "jeremyfromwi" - }, { "percent": "10000", "reputation": 0, "rshares": 50588612, "voter": "troich" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 57197319, - "voter": "richerandthinner" - }, { "percent": "10000", "reputation": 20797221470, - "rshares": 1754008576, + "rshares": 1789071674, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 87928542, - "voter": "team101" + "reputation": 278282371369, + "rshares": 91467510, + "voter": "moneymaker" }, { "percent": "10000", @@ -25657,12 +25525,6 @@ "rshares": 50262756, "voter": "wiss" }, - { - "percent": "10000", - "reputation": 11352667511018, - "rshares": 4237453811, - "voter": "canadian-coconut" - }, { "percent": "10000", "reputation": 25508059, @@ -25672,7 +25534,7 @@ { "percent": "10000", "reputation": 232802458264, - "rshares": 8636762519, + "rshares": 8809412399, "voter": "digital-wisdom" }, { @@ -25690,26 +25552,26 @@ { "percent": "10000", "reputation": 0, - "rshares": 54277711, - "voter": "triplep" + "rshares": 56493471, + "voter": "ryuken" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 6051253285, - "voter": "jwaser" + "reputation": 0, + "rshares": 54277711, + "voter": "triplep" }, { "percent": "10000", - "reputation": 966857371343, - "rshares": 1111663695, - "voter": "houseofhayden" + "reputation": 561774262537, + "rshares": 1110466240, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": 174215430182, - "rshares": 191228077, - "voter": "bobcollier" + "reputation": 785171622834, + "rshares": 6172192980, + "voter": "jwaser" }, { "percent": "10000", @@ -25723,24 +25585,12 @@ "rshares": 50710305, "voter": "prof" }, - { - "percent": "10000", - "reputation": 2840774649947, - "rshares": 10319685649, - "voter": "hunterisgreat" - }, { "percent": "10000", "reputation": 0, "rshares": 485248014, "voter": "smisi" }, - { - "percent": "10000", - "reputation": 8859041042380, - "rshares": 33626777342, - "voter": "natureofbeing" - }, { "percent": "10000", "reputation": 0, @@ -25755,2941 +25605,3073 @@ }, { "percent": "10000", - "reputation": 7586670074, - "rshares": 54336629, - "voter": "knoble" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 312684734, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2911404204, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 350026358, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 65173070, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 687559505602, + "rshares": 51637777, + "voter": "catsmart" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 190780276479, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 65771396100, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 1423276011, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 11172852704, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 54321981, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6350167301, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 109584060, + "voter": "funnyman" }, { "percent": "10000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "rshares": 50439002, + "voter": "typingagent" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 2288762261504, - "rshares": 8154834929, - "voter": "goose" + "reputation": 0, + "rshares": 10913024520, + "voter": "ksc" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2854351325, - "voter": "bwaser" + "reputation": 894073046343, + "rshares": 93777485, + "voter": "magralex" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 570800415880, + "rshares": 1643990291, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343163096, - "voter": "panther" + "reputation": 1502200909130, + "rshares": 86746319, + "voter": "ola1" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 78207684, - "voter": "alina1" + "reputation": 1305746304240, + "rshares": 2408914956, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 152610437601, - "rshares": 131693793, - "voter": "ricov" + "reputation": 6072650400812, + "rshares": 1182215355, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 51637777, - "voter": "catsmart" + "reputation": 26593737739, + "rshares": 50835881, + "voter": "roman-dikanev" }, { "percent": "10000", - "reputation": 5223594852, - "rshares": 91660596, - "voter": "gracewriter" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", - "reputation": 70707045777, - "rshares": 52762246, - "voter": "knight-angel" + "reputation": 0, + "rshares": 50439559, + "voter": "roto" }, { "percent": "10000", - "reputation": 1586351489943, - "rshares": 475270999, - "voter": "kingarbinv" + "reputation": 25803661875, + "rshares": 51306381, + "voter": "ancientofdays" }, { "percent": "10000", "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "rshares": 5217210423, + "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 861400654873, - "rshares": 57680552, - "voter": "steemafon" + "reputation": 0, + "rshares": 51238118, + "voter": "teemsteem" }, { "percent": "10000", "reputation": 0, - "rshares": 6350167301, - "voter": "chick1" + "rshares": 50224575, + "voter": "fuuterfas" }, { "percent": "10000", - "reputation": 4069545029880, - "rshares": 109584060, - "voter": "funnyman" + "reputation": 800390, + "rshares": 50222546, + "voter": "derytedy" }, { "percent": "10000", "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "rshares": 51225440, + "voter": "sergsea" }, { "percent": "10000", "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "rshares": 50220563, + "voter": "retoyan" }, { "percent": "10000", "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "rshares": 50218986, + "voter": "gerbarium" }, { "percent": "10000", - "reputation": 0, - "rshares": 11131285010, - "voter": "ksc" - }, + "reputation": 3976227761, + "rshares": 50217456, + "voter": "afroditta" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "\n

Hello guys. Everyone loves sea. It makes us happy and gives unforgettable emotions. But not so long ago great, powerful and deadly dangerous ships were swimming in our lovely seas. The main tasks of these ships were to make death and destroying. So, about these knights of the sea I want to tell you something interesting. Battleship \u2013 the greatest ship, the pride of a fleet. It has thick armor and the biggest cannons. It is like a swimming castle. And today I want to tell you about the biggest battleships of World War II.

\n

\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442! \u0412\u0441\u0435 \u043c\u044b \u0431\u0435\u0437\u0443\u043c\u043d\u043e \u043b\u044e\u0431\u0438\u043c \u043c\u043e\u0440\u0435. \u041e\u043d\u043e \u0434\u0430\u0440\u0438\u0442 \u043d\u0430\u043c \u0441\u0447\u0430\u0441\u0442\u044c\u0435 \u0438 \u0440\u0430\u0434\u043e\u0441\u0442\u044c, \u0437\u0430\u0433\u0430\u0440 \u0438 \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435. \u041d\u043e \u0435\u0449\u0435 \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043f\u043e \u043c\u043e\u0440\u044f\u043c \u0438 \u043e\u043a\u0435\u0430\u043d\u0430\u043c \u043f\u043b\u0430\u0432\u0430\u043b\u0438 \u043f\u043e\u0438\u0441\u0442\u0438\u043d\u0435 \u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0447\u0443\u0434\u043e\u0432\u0438\u0449\u0430, \u0437\u0430\u0434\u0430\u0447\u0435\u0439 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u044b\u043b\u043e \u0441\u0435\u044f\u0442\u044c \u0441\u043c\u0435\u0440\u0442\u044c \u0438 \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f. \u041e\u0431 \u044d\u0442\u0438\u0445 \u0440\u044b\u0446\u0430\u0440\u044f\u0445 \u043c\u043e\u0440\u044f \u044f \u0438 \u0445\u043e\u0442\u0435\u043b \u0431\u044b \u0432\u0430\u043c \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c. \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u2013 \u0441\u0430\u043c\u044b\u0435 \u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u0438, \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u044c \u0444\u043b\u043e\u0442\u0430. \u041e\u0431\u043b\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u0435\u043d\u043d\u043e\u0439 \u0431\u0440\u043e\u043d\u0435\u0439 \u0438 \u043c\u043e\u0449\u043d\u0435\u0439\u0448\u0438\u043c\u0438 \u043e\u0440\u0443\u0434\u0438\u044f\u043c\u0438. \u0421\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0435 \u0432\u044b\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043e\u0433\u0440\u043e\u043c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043f\u0430\u0434\u0430\u043d\u0438\u0439, \u043f\u0435\u0440\u0435\u0436\u0438\u0442\u044c \u0431\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u043a\u0443 \u0438 \u0442\u043e\u0440\u043f\u0435\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435. \u041f\u043b\u0430\u0432\u0443\u0447\u0438\u0435 \u043a\u0440\u0435\u043f\u043e\u0441\u0442\u0438. \u0418 \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u043f\u043e\u0432\u0435\u0434\u0430\u044e \u0432\u0430\u043c \u043e \u0442\u0440\u0435\u0445 \u0441\u0430\u043c\u044b\u0445 \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0438 \u0437\u043d\u0430\u0447\u0438\u043c\u044b\u0445 \u043b\u0438\u043d\u043a\u043e\u0440\u0430\u0445, \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0432\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u0432\u043e \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439 \u0412\u043e\u0439\u043d\u0435.

\n\n

USS Missouri (BB-63), \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u041c\u0438\u0441\u0441\u0443\u0440\u0438\u201d

\n

http://i.piccy.info/i9/c3d010b10f51682c7e28572ab6790443/1472258177/104110/1062446/95976141.jpg

\nPhoto from web-site http: //www.coldwar.ru\n

Let\u2019s start with the pride of USA fleet \u2013 battleship \u201cMissouri\u201d. It was built in 1944 and during the 50 years it was a symbol of a fleet. In 1998 it was rebuilt to the sea-museum. At the deck of this monster was signed the capitulation act of Japan. Americans decided to make a real armored ship. Armor plates of gun cellars and gun towers were 150mm with big slope. From sides there were thick plates of 300 mm steel, which provides good anti-torpedo defense.

\n

http://i.piccy.info/i9/8aaee7058fce720abf6380f264eaf291/1472287145/139450/1062446/289606780.jpg

\nPhoto from web-site http: //www.voenvideo.ru\n

Fire power of \u201cMissouri\u201d was awesome! Nine 406 mm cannons in three towers could destroy enemies from 32 km. The weight of each shell was 1220 kg. Also there were 20 good 127 mm cannons and a lot of air-defense guns. Engine of this battleship had 212 000 HP and could provide high speed 32 knots. But maneuverability was not very fine. Also Missouri had 4 airplanes. Total amount of crew was near 2800 men. Displacement of \u201cMissouri\u201d \u2013 57 000 tons.

\n

http://i.piccy.info/i9/b6a1b736b030f441b1e86e8c4820badb/1472258242/33050/1062446/218519.jpg

\nPhoto from web-site http: //www.zastavki.com\n

\u041d\u0430\u0447\u043d\u0435\u043c \u0441 \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u0438 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430 \u2013 \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u041c\u0438\u0441\u0441\u0443\u0440\u0438. \u0412 1944 \u0433\u043e\u0434\u0443 \u043b\u0438\u043d\u043a\u043e\u0440 \u0431\u044b\u043b \u0441\u043f\u0443\u0449\u0435\u043d \u043d\u0430 \u0432\u043e\u0434\u0443, \u043d\u0430 \u043f\u0440\u043e\u0442\u044f\u0436\u0435\u043d\u0438\u0438 50 \u043b\u0435\u0442 \u043e\u043d \u0431\u044b\u043b \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u043c \u0444\u043b\u043e\u0442\u0430 \u0421\u0428\u0410, \u0430 \u0443\u0436\u0435 \u0432 1998 \u043e\u043d \u0441\u0442\u0430\u043b \u0447\u0430\u0441\u0442\u044c\u044e \u043c\u0443\u0437\u0435\u044f. \u0418\u043c\u0435\u043d\u043d\u043e \u043d\u0430 \u043f\u0430\u043b\u0443\u0431\u0435 \u044d\u0442\u043e\u0433\u043e \u0433\u0438\u0433\u0430\u043d\u0442\u0430 \u0431\u044b\u043b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d \u0410\u043a\u0442 \u043e \u043a\u0430\u043f\u0438\u0442\u0443\u043b\u044f\u0446\u0438\u0438 \u042f\u043f\u043e\u043d\u0438\u0438. \u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0446\u044b \u043e\u0441\u043d\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043e\u0448\u043b\u0438 \u043a \u0432\u043e\u043f\u0440\u043e\u0441\u0443 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043b\u0438\u043d\u043a\u043e\u0440\u0430. \u0411\u0440\u043e\u043d\u044f \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u043e\u0433\u0440\u0435\u0431\u043e\u0432 \u0438 \u0431\u0430\u0448\u0435\u043d\u043d\u044b\u0445 \u043e\u0440\u0443\u0434\u0438\u0439 \u0431\u044b\u043b\u0430 15 \u0441\u0430\u043d\u0442\u0438\u043c\u0435\u0442\u0440\u043e\u0432 \u043f\u043e\u0434 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043d\u0430\u043a\u043b\u043e\u043d\u043e\u043c. \u0410 \u043f\u043e \u0431\u043e\u043a\u0430\u043c \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u043b\u0438\u0441\u044c \u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043b\u0430\u0441\u0442\u0438\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0443\u0445\u043e\u0434\u0438\u043b\u0438 \u0432\u0433\u043b\u0443\u0431\u044c \u043a\u043e\u0440\u0430\u0431\u043b\u044f, \u0438 \u0437\u0430 \u0441\u0447\u0435\u0442 \u0443\u0433\u043b\u0430 \u043d\u0430\u043a\u043b\u043e\u043d\u0430 \u0442\u043e\u043b\u0449\u0438\u043d\u0430 \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u043b\u0430 30 \u0441\u0430\u043d\u0442\u0438\u043c\u0435\u0442\u0440\u043e\u0432. \u0422\u0430\u043a\u0436\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u044c \u0438\u043c\u0435\u043b \u043e\u0442\u043b\u0438\u0447\u043d\u0443\u044e \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u0442\u043e\u0440\u043f\u0435\u0434\u043d\u0443\u044e \u0437\u0430\u0449\u0438\u0442\u0443.

\n

\u041e\u0433\u043d\u0435\u0432\u0430\u044f \u043c\u043e\u0449\u044c \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u0431\u044b\u043b\u0430 \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0439! \u0414\u0435\u0432\u044f\u0442\u044c 406\u043c\u043c \u043e\u0440\u0443\u0434\u0438\u0439, \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u0442\u0440\u0435\u0445 \u0431\u0430\u0448\u043d\u044f\u0445 \u043c\u043e\u0433\u043b\u0438 \u0432\u0435\u0441\u0442\u0438 \u043e\u0433\u043e\u043d\u044c \u043d\u0430 32 \u043a\u043c. \u041a\u0430\u0436\u0434\u044b\u0439 \u0441\u043d\u0430\u0440\u044f\u0434 \u0432\u0435\u0441\u0438\u043b \u043f\u043e 1220 \u043a\u0433. \u0422\u0430\u043a\u0436\u0435 \u043d\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0435 \u0441\u0442\u043e\u044f\u043b\u0438 127\u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 20 \u0448\u0442\u0443\u043a \u0438 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u043e\u0440\u0443\u0434\u0438\u0439 \u041f\u0412\u041e. \u041d\u0435 \u0441\u043b\u043e\u0436\u043d\u043e \u0434\u043e\u0433\u0430\u0434\u0430\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0442\u0430\u043a\u0430\u044f \u043c\u0430\u0445\u0438\u043d\u0430 \u0431\u044b\u043b\u0430 \u0441\u043b\u0435\u0433\u043a\u0430 \u043d\u0435\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043b\u0438\u0432\u0430. \u0421\u0438\u043b\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b\u0430 212 000\u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b \u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u043d\u0430\u0431\u0440\u0430\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 32 \u0443\u0437\u043b\u0430. \u041c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e. \u041d\u043e \u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u0437\u0430\u0431\u044b\u0432\u0430\u0442\u044c, \u0447\u0442\u043e \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043b\u0438\u043d\u043a\u043e\u0440 \u0431\u044b\u043b \u0441\u0432\u043e\u0435\u043e\u0431\u0440\u0430\u0437\u043d\u043e\u0439 \u043f\u043b\u0430\u0432\u0443\u0447\u0435\u0439 \u043a\u0440\u0435\u043f\u043e\u0441\u0442\u044c\u044e. \u0418 \u043a\u0441\u0442\u0430\u0442\u0438, \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u043e\u0431\u043b\u0430\u0434\u0430\u043b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430\u043c\u0438 \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 4 \u0448\u0442\u0443\u043a. \u041d\u0430 \u043a\u043e\u0440\u0430\u0431\u043b\u0435 \u043d\u0435\u0441\u043b\u043e \u0441\u043b\u0443\u0436\u0431\u0443 \u043e\u043a\u043e\u043b\u043e 2800 \u0447\u0435\u043b\u043e\u0432\u0435\u043a. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u2013 57 000 \u0442\u043e\u043d\u043d.

\n\n

IJN Yamato, \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u042f\u043c\u0430\u0442\u043e\u201d

\n

http://i.piccy.info/i9/20f17e22bf3adb11aaaee85d4c22880f/1472258321/61449/1062446/5bf7fcc6b0f3e21a6487797ba8da2a09.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

Next in importance was the Japanese battleship \u201cYamato\u201d. Perhaps everyone heard about it at least once in their life. \u201cYamato\u201d was the pride of the Imperial Fleet. The Japanese command was very valued about it and was not hurry to throw it to a battle, trying to reserve it for a general engagement. As a result, \u201cYamato\u201d did not took part in really big fighting. It participated only in small battles. Ship was destroyed after the explosions of cannon cellar after getting numerous American bombs and torpedoes in 1945.

\n

When we talk about \u201cYamato\u201d, we primarily have in mind his amazing armor thickness. Thick 410 mm armor plates formed a citadel which protected main vitals of the ship and takes about 53% of the entire ship. Turrets armor had 610 mm thick. In theory, hit such boards was almost impossible. However, the quality of the steel was bad due to outdated technology.

\n

http://i.piccy.info/i9/412a41e22cf300bfe7af183a750ae007/1472259096/51480/1062446/05337.jpg

\nPhoto from web-site http: //korabley.net\n

As for firepower, the main cannons of Yamato were nine 460 mm guns. Also there were additional guns caliber 155 and 127 mm. Also \u201cYamato\u201d had some air-defense guns (which, however, were not enough). The engine of the battleship was old and betrayed only 165,000 horsepower. The ship can develop a speed of 27 knots. On this battleship actively used steam engines. \u201cYamato\u201d displacement was 72 800 tons. \u201cYamato\u201d was a grand and dangerous machine, but it was technically outdated.

\n

http://i.piccy.info/i9/f981daf696e14e67df638a1157bf51dc/1472258469/54842/1062446/511781641.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e \u0437\u043d\u0430\u0447\u0438\u043c\u043e\u0441\u0442\u0438 \u0438\u0434\u0435\u0442 \u044f\u043f\u043e\u043d\u0441\u043a\u0438\u0439 \u043b\u0438\u043d\u043a\u043e\u0440 \u042f\u043c\u0430\u0442\u043e. \u041d\u0430\u0432\u0435\u0440\u043d\u043e\u0435, \u043d\u0435\u0442 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b \u043d\u0435 \u0441\u043b\u044b\u0448\u0430\u043b \u043f\u0440\u043e \u044d\u0442\u043e\u0433\u043e \u0433\u0438\u0433\u0430\u043d\u0442\u0430. \u042f\u043c\u0430\u0442\u043e \u0431\u044b\u043b \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u044c\u044e \u0438\u043c\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0441\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430. \u041a\u043e\u043c\u0430\u043d\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0447\u0435\u043d\u044c \u0446\u0435\u043d\u0438\u043b\u043e \u043b\u0438\u043d\u043a\u043e\u0440 \u0438 \u043d\u0435 \u0441\u043f\u0435\u0448\u0438\u043b\u043e \u0431\u0440\u043e\u0441\u0430\u0442\u044c \u0435\u0433\u043e \u0432 \u0431\u043e\u0439, \u0441\u0442\u0430\u0440\u0430\u044f\u0441\u044c \u0432\u0441\u0435\u043c\u0438 \u0441\u0438\u043b\u0430\u043c\u0438 \u043f\u0440\u0438\u0431\u0435\u0440\u0435\u0447\u044c \u0435\u0433\u043e \u0434\u043b\u044f \u0433\u0435\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0440\u0430\u0436\u0435\u043d\u0438\u044f. \u0412 \u0438\u0442\u043e\u0433\u0435 \u042f\u043c\u0430\u0442\u043e \u0442\u0430\u043a \u0438 \u043d\u0435 \u0443\u0441\u043f\u0435\u043b \u0442\u043e\u043b\u043a\u043e\u043c \u043f\u043e\u0432\u043e\u0435\u0432\u0430\u0442\u044c, \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0432 \u043b\u0438\u0448\u044c \u0432 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0441\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0445. \u0417\u0430\u0442\u043e\u043d\u0443\u043b \u043a\u043e\u0440\u0430\u0431\u043b\u044c \u0438\u0437-\u0437\u0430 \u0432\u0437\u0440\u044b\u0432\u043e\u0432 \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u043e\u0433\u0440\u0435\u0431\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043f\u0430\u0434\u0430\u043d\u0438\u044f \u043c\u043d\u043e\u0433\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0445 \u0431\u043e\u043c\u0431 \u0438 \u0442\u043e\u0440\u043f\u0435\u0434 \u0432 1945 \u0433\u043e\u0434\u0443.

\n

\u041a\u043e\u0433\u0434\u0430 \u043c\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u043c \u043f\u0440\u043e \u042f\u043c\u0430\u0442\u043e, \u043c\u044b \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u0438\u043c\u0435\u0435\u043c \u0432 \u0432\u0438\u0434\u0443 \u043f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0443\u044e \u0441\u0432\u043e\u0435\u0439 \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 \u0431\u0440\u043e\u043d\u044e. \u041b\u0438\u0441\u0442\u044b \u0431\u0440\u043e\u043d\u0438 \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 \u0432 410 \u043c\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u043b\u0438 \u0446\u0438\u0442\u0430\u0434\u0435\u043b\u044c, \u0437\u0430\u0449\u0438\u0449\u0430\u044e\u0449\u0443\u044e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e \u0432\u0430\u0436\u043d\u044b\u0435 \u043e\u0440\u0433\u0430\u043d\u044b \u043a\u043e\u0440\u0430\u0431\u043b\u044f \u0438 \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0430 \u043e\u043a\u043e\u043b\u043e 53% \u043e\u0442 \u0432\u0441\u0435\u0433\u043e \u043a\u043e\u0440\u0430\u0431\u043b\u044f. \u041e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0435 \u0431\u0430\u0448\u043d\u0438 \u0438 \u0432\u043e\u0432\u0441\u0435 \u0438\u043c\u0435\u043b\u0438 \u0431\u0440\u043e\u043d\u044e \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 610 \u043c\u043c. \u0412 \u0442\u0435\u043e\u0440\u0438\u0438 \u043f\u043e\u0440\u0430\u0437\u0438\u0442\u044c \u0442\u0430\u043a\u0438\u0435 \u043f\u043b\u0438\u0442\u044b \u0431\u044b\u043b\u043e \u043f\u043e\u0447\u0442\u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e. \u041e\u0434\u043d\u0430\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0442\u0430\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e \u0438\u0437-\u0437\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0435\u0439 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430.

\n

\u0427\u0442\u043e \u0436\u0435 \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u043e\u0433\u043d\u0435\u0432\u043e\u0439 \u043c\u043e\u0449\u0438, \u0442\u043e \u043d\u0430 \u042f\u043c\u0430\u0442\u043e \u0433\u043b\u0430\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0438\u0431\u0440\u043e\u043c \u0431\u044b\u043b\u0438 \u0434\u0435\u0432\u044f\u0442\u044c 460 \u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f. \u0422\u0430\u043a\u0436\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u0440\u0443\u0434\u0438\u044f \u043a\u0430\u043b\u0438\u0431\u0440\u043e\u043c 155 \u0438 127\u043c\u043c. \u0410 \u0442\u0430\u043a \u0436\u0435 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u041f\u0412\u041e (\u043a\u043e\u0442\u043e\u0440\u044b\u0445, \u0442\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e). \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0435\u0439 \u0438 \u0432\u044b\u0434\u0430\u0432\u0430\u043b\u0430 \u043b\u0438\u0448\u044c 165 000 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b. \u041a\u043e\u0440\u0430\u0431\u043b\u044c \u043c\u043e\u0433 \u0440\u0430\u0437\u0432\u0438\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 27 \u0443\u0437\u043b\u0430. \u041d\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u043b\u0438\u0441\u044c \u043f\u0430\u0440\u043e\u0432\u044b\u0435 \u043c\u0430\u0448\u0438\u043d\u044b, \u0430 \u043a\u043e\u0440\u043f\u0443\u0441 \u0441\u043e\u0431\u0438\u0440\u0430\u043b\u0441\u044f \u043d\u0430 \u0437\u0430\u043a\u043b\u0435\u043f\u043a\u0430\u0445. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u042f\u043c\u0430\u0442\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e 72 800 \u0442\u043e\u043d\u043d. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0445\u043e\u0442\u044c \u042f\u043c\u0430\u0442\u043e \u0438 \u044f\u0432\u043b\u044f\u043b\u0441\u044f \u0433\u0440\u0430\u043d\u0434\u0438\u043e\u0437\u043d\u043e\u0439 \u0438 \u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u043e\u0439, \u043e\u043d \u0432\u0441\u0435 \u0436\u0435 \u0431\u044b\u043b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u043c.

\n\n

Bismarck, \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u0411\u0438\u0441\u043c\u0430\u0440\u043a\u201d

\n

http://i.piccy.info/i9/095a47e7e5ae20f8785c855346e91b98/1472258503/128055/1062446/nemetskij_linkor_bismark_korabl_02.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

And finally, it should be noted the handsome German ship \u2013 battleship \u201dBismarck\u201d. The flagship of the German navy, it was perfectly balanced ship. The designers were able to successfully combine incredible firepower, strong armor and good drive ability characteristics. Initially \u201cBismarck\u201d planned to build on the schemes of \u201cpocket battleship\u201d. This was due to some limitations of the Versailles agreements. However, later the project was changed in favor of the capital increase in size.

\n

\u201cBismarck\u201d Armor consisted of Krupp Cementiert steel and basically most of plates were welded. The thickest plates had 350 mm and were placed on the sites and on a gun tower. The total weight of the armor was 40% displacement of the battleship. The engine of 150,000 horsepower provided a decent speed of 30 knots. However, maneuverability was not so good because of hull construction.

\n

The pride of a \u201cBismarck\u201d was his huge firepower. The main cannons were introduced with eight 380 mm guns with a range of 35 km. In addition, 12 guns of 150 mm caliber were placed on the deck. Also battleship had strong air-defense system. And don\u2019t forget, that on board were two torpedo apparatus and six aircraft that launched into the air in a special catapult. \u201cBismarck\u201d was equipped with the innovated optical system. Bismarck's displacement was 50 900 tons. The ship was destroyed in an unequal heroic battle with the British fleet. Before death \u201cBismarck\u201d destroyed British battleship \u201cThe Hood\u201d and significantly damaging other ships. \u201cBismarck\u201d went under water with a raised flag.

\n

http://i.piccy.info/i9/0b14beeb6e29c6df12ea6d14e17ae85f/1472258523/228833/1062446/The_Bismarck1.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u041d\u0443 \u0438 \u043d\u0430\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u043a \u043d\u0435\u043b\u044c\u0437\u044f \u043d\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u043a\u0440\u0430\u0441\u0430\u0432\u0446\u0430 \u2013 \u043b\u0438\u043d\u043a\u043e\u0440 \u0411\u0438\u0441\u043c\u0430\u0440\u043a. \u0424\u043b\u0430\u0433\u043c\u0430\u043d \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430, \u043e\u043d \u0431\u044b\u043b \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0441\u0443\u0434\u043d\u043e\u043c. \u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u044b \u0441\u043c\u043e\u0433\u043b\u0438 \u0443\u0434\u0430\u0447\u043d\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u0443\u044e \u043e\u0433\u043d\u0435\u0432\u0443\u044e \u043c\u043e\u0449\u044c, \u043a\u0440\u0435\u043f\u043a\u043e\u0435 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0445\u043e\u0434\u043e\u0432\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438. \u0418\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u043e \u0441\u0445\u0435\u043c\u0430\u043c \u0442\u0430\u043a \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0445 \u041a\u0430\u0440\u043c\u0430\u043d\u043d\u044b\u0445 \u041b\u0438\u043d\u043a\u043e\u0440\u043e\u0432. \u042d\u0442\u043e \u0431\u044b\u043b\u043e \u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043c\u0438 \u0412\u0435\u0440\u0441\u0430\u043b\u044c\u0441\u043a\u0438\u0445 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439. \u041e\u0434\u043d\u0430\u043a\u043e \u043f\u043e\u0437\u0436\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0432 \u043f\u043e\u043b\u044c\u0437\u0443 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432.

\n

\u0411\u0440\u043e\u043d\u044f \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0430 \u0438\u0437 Krupp Cementiert \u0441\u0442\u0430\u043b\u0438 \u0438 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043f\u043b\u0438\u0442\u044b \u0431\u044b\u043b\u0438 \u0441\u0432\u0430\u0440\u043d\u044b\u0435. \u0421\u0430\u043c\u044b\u043c\u0438 \u0442\u043e\u043b\u0441\u0442\u044b\u043c\u0438 \u0443\u0447\u0430\u0441\u0442\u043a\u0430\u043c\u0438 \u0431\u044b\u043b\u0438 \u0431\u0440\u043e\u043d\u0435\u0432\u044b\u0435 \u043f\u043b\u0438\u0442\u044b \u0431\u043e\u0440\u0442\u043e\u0432 \u0438 \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u0431\u0430\u0448\u0435\u043d \u2013 350 \u043c\u043c. \u041e\u0431\u0449\u0438\u0439 \u0432\u0435\u0441 \u0431\u0440\u043e\u043d\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b 40% \u0432\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0441\u0443\u0434\u043d\u0430. \u0421\u0438\u043b\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0432 150 000 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0443 \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 30 \u0443\u0437\u043b\u043e\u0432. \u041e\u0434\u043d\u0430\u043a\u043e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e.

\n

http://i.piccy.info/i9/7501148487a6f2cc3d2896ba979c8687/1472289981/72104/1062446/nemetskij_linkor_bismark_korabl_03.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u0413\u043e\u0440\u0434\u043e\u0441\u0442\u044c\u044e \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0431\u044b\u043b\u043e \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435. \u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u043a\u0430\u043b\u0438\u0431\u0440 \u0431\u044b\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u043e\u0441\u0435\u043c\u044c\u044e 380 \u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f\u043c\u0438 \u0441 \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e \u0441\u0442\u0440\u0435\u043b\u044c\u0431\u044b 35 \u043a\u043c. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0430\u0431\u043b\u0435 \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0430\u0440\u0442\u0438\u043b\u043b\u0435\u0440\u0438\u044f \u2013 12 \u043e\u0440\u0443\u0434\u0438\u0439 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 150 \u043c\u043c \u0438 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u041f\u0412\u041e. \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e \u043e\u0449\u0435\u0442\u0438\u043d\u0438\u043b\u0441\u044f \u0441\u0442\u0432\u043e\u043b\u0430\u043c\u0438. \u0422\u0430\u043a\u0436\u0435 \u043d\u0430 \u0441\u0443\u0434\u043d\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0434\u0432\u0430 \u0442\u043e\u0440\u043f\u0435\u0434\u043d\u044b\u0445 \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u0430 \u0438 \u0448\u0435\u0441\u0442\u044c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043b\u0438\u0441\u044c \u0432 \u0432\u043e\u0437\u0434\u0443\u0445 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u043a\u0430\u0442\u0430\u043f\u0443\u043b\u044c\u0442\u043e\u0439. \u0421\u0443\u0434\u043d\u043e \u0431\u044b\u043b\u043e \u043e\u0441\u043d\u0430\u0449\u0435\u043d\u043e \u043d\u043e\u0432\u0435\u0439\u0448\u0438\u043c\u0438 \u0434\u0430\u043b\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u043c\u0438. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e 50 900 \u0442\u043e\u043d\u043d. \u041a\u043e\u0440\u0430\u0431\u043b\u044c \u0431\u044b\u043b \u043f\u043e\u0442\u043e\u043f\u043b\u0435\u043d \u0432 \u043d\u0435\u0440\u0430\u0432\u043d\u043e\u0439 \u0433\u0435\u0440\u043e\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0445\u0432\u0430\u0442\u043a\u0435 \u0441 \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0438\u043c \u0444\u043b\u043e\u0442\u043e\u043c, \u0443\u0441\u043f\u0435\u0432 \u043f\u0435\u0440\u0435\u0434 \u0433\u0438\u0431\u0435\u043b\u044c\u044e \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0438\u0442\u044c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0438\u0439 \u043b\u0438\u043d\u043a\u043e\u0440 Hood \u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0432 \u0434\u0440\u0443\u0433\u0438\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u0438. \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u0443\u0448\u0435\u043b \u043f\u043e\u0434 \u0432\u043e\u0434\u0443 \u0441 \u043f\u043e\u0434\u043d\u044f\u0442\u044b\u043c \u0444\u043b\u0430\u0433\u043e\u043c.

\n\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.***\n***@burmik123 is part of my current effort to promote foreign language writers writing in English and Russian***", + "body_length": 11525, + "cashout_time": "2016-09-03T09:53:09", + "category": "battleships", + "children": 27, + "created": "2016-08-27T09:53:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"battleships\",\"worldwar2\",\"ru\"],\"image\":[\"http://i.piccy.info/i9/c3d010b10f51682c7e28572ab6790443/1472258177/104110/1062446/95976141.jpg\",\"http://i.piccy.info/i9/8aaee7058fce720abf6380f264eaf291/1472287145/139450/1062446/289606780.jpg\",\"http://i.piccy.info/i9/b6a1b736b030f441b1e86e8c4820badb/1472258242/33050/1062446/218519.jpg\",\"http://i.piccy.info/i9/20f17e22bf3adb11aaaee85d4c22880f/1472258321/61449/1062446/5bf7fcc6b0f3e21a6487797ba8da2a09.jpg\",\"http://i.piccy.info/i9/412a41e22cf300bfe7af183a750ae007/1472259096/51480/1062446/05337.jpg\",\"http://i.piccy.info/i9/f981daf696e14e67df638a1157bf51dc/1472258469/54842/1062446/511781641.jpg\",\"http://i.piccy.info/i9/095a47e7e5ae20f8785c855346e91b98/1472258503/128055/1062446/nemetskij_linkor_bismark_korabl_02.jpg\",\"http://i.piccy.info/i9/0b14beeb6e29c6df12ea6d14e17ae85f/1472258523/228833/1062446/The_Bismarck1.jpg\",\"http://i.piccy.info/i9/7501148487a6f2cc3d2896ba979c8687/1472289981/72104/1062446/nemetskij_linkor_bismark_korabl_03.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T09:53:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47306931853949, + "parent_author": "", + "parent_permlink": "battleships", + "pending_payout_value": "319.153 HBD", + "percent_hbd": 10000, + "permlink": "knights-of-the-sea-greates-battleships-of-ww-ii-rycari-morya-linkory-vtoroi-mirovoi-featuring-burmik123-as-author", + "post_id": 1010871, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Knights of the sea. Greates Battleships of WW II. \u0420\u044b\u0446\u0430\u0440\u0438 \u043c\u043e\u0440\u044f - \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439. (featuring @burmik123 as author)", + "title": "Knights of the sea. Greates Battleships of WW II. \u0420\u044b\u0446\u0430\u0440\u0438 \u043c\u043e\u0440\u044f - \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439. (featuring @burmik123 as author)", + "total_payout_value": "0.000 HBD", + "url": "/battleships/@gavvet/knights-of-the-sea-greates-battleships-of-ww-ii-rycari-morya-linkory-vtoroi-mirovoi-featuring-burmik123-as-author" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 419405820, - "rshares": 52277186, - "voter": "moda1" + "reputation": 261787136527, + "rshares": 685172531804, + "voter": "barrie" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1611755188, - "voter": "ellepdub" + "reputation": 32455846463901, + "rshares": 26955155697855, + "voter": "smooth" }, { "percent": "10000", - "reputation": 189363957513, - "rshares": 54660720, - "voter": "rynow" + "reputation": 0, + "rshares": 1645120707684, + "voter": "galaxy" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 86746319, - "voter": "ola1" + "reputation": 0, + "rshares": 169157699075, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 0, - "rshares": 51677697, - "voter": "bogdy01" + "reputation": 4107373187010, + "rshares": 1756088239368, + "voter": "hr1" }, { "percent": "10000", - "reputation": 556379036, - "rshares": 51663481, - "voter": "chitra" + "reputation": 1214229078, + "rshares": 2476299074, + "voter": "boy" }, { "percent": "10000", - "reputation": 151906532077, - "rshares": 52533117, - "voter": "stardust" + "reputation": 4712949449, + "rshares": 3005934233, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1193314077, - "voter": "herpetologyguy" + "reputation": 1789951494550, + "rshares": 557365219, + "voter": "bunny" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 50835881, - "voter": "roman-dikanev" + "reputation": 103443134841, + "rshares": 42788549501, + "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "rshares": 1327197588, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "rshares": 170849766, + "voter": "moon" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 51306381, - "voter": "ancientofdays" + "reputation": 330982605, + "rshares": 213999697917, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 20789357061, - "rshares": 52193702, - "voter": "jessica.tan" + "reputation": 0, + "rshares": 341948491237, + "voter": "recursive2" }, { - "percent": "-10000", - "reputation": 49148590881, - "rshares": -50071508, - "voter": "creativemind" + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2520868894349, + "voter": "recursive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50955230, - "voter": "werty1000" + "reputation": -296615780418, + "rshares": 1779389087, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, - "rshares": 5114995877, - "voter": "morgan.waser" + "reputation": 854893586973, + "rshares": 1041740420157, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 281956744731, - "rshares": 313450382, - "voter": "mattmacreadie" + "reputation": 7520586390, + "rshares": 133483724841, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 19683971, - "rshares": 50368151, - "voter": "lucif3r" + "reputation": 1682985060, + "rshares": 10210932545, + "voter": "lee3" }, { "percent": "10000", - "reputation": 800390, - "rshares": 51226997, - "voter": "derytedy" + "reputation": 1523183364522, + "rshares": 3401936919, + "voter": "lee5" }, { "percent": "10000", "reputation": 0, - "rshares": 50221020, - "voter": "sergsea" + "rshares": 9445675262, + "voter": "bingo-0" }, { "percent": "10000", "reputation": 0, - "rshares": 51224974, - "voter": "retoyan" + "rshares": 2382160956, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 0, - "rshares": 51223366, - "voter": "gerbarium" + "reputation": 83941319998, + "rshares": 4720939929804, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 3976227761, - "rshares": 50217456, - "voter": "afroditta" + "reputation": 2802091583976, + "rshares": 13571117822, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 50213641, - "voter": "dimabakumenko" + "rshares": 497735355, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 50211929, - "voter": "fadeevtor" + "rshares": 766313784, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50206670, - "voter": "animationfoto" + "reputation": 4013874407471, + "rshares": 116289801083, + "voter": "linouxis9" }, { "percent": "10000", - "reputation": 37296784, - "rshares": 51186243, - "voter": "winskill" + "reputation": 0, + "rshares": 230380875, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 774561357, - "rshares": 50182215, - "voter": "sageboba" + "reputation": 1118904717803, + "rshares": 57691744862, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, - "rshares": 50152583, - "voter": "btc125" + "reputation": 12188250813227, + "rshares": 83988299518, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 0, - "rshares": 50139069, - "voter": "slow" + "reputation": 14073457536993, + "rshares": 97064974260, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, - "rshares": 50128743, - "voter": "aborigen" + "reputation": 204869765185479, + "rshares": 949837096786, + "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, - "rshares": 50939165, - "voter": "ercollao" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "Have you ever seen fire walking and wondered how its done?\n\nhttp://hopsa.co.za/wp-content/uploads/2014/07/fire_walking_barrier_breaking.jpg\n\nI must say, I have done it as a group team building exercise and it ends up being a really unique experience.\n------------------------------------------------------------------------\n\nFirst up... generally you have a facilitator for team building.\n\nThey prepare a fire...\n\nYou sit around the fire and they talk you though all the motivational stuff to eventually get everyone to the point where they are prepared to walk over the coals that have been recently racked and leveled right in front of you.\n\nSome even get the group chanting to help distract the next victim that is about to do something every cell in their body is screaming they shouldn't.... \n\nActually its a lot about peer pressure at this stage.... will I look bad in front of others type stuff... of course the brain-dead dare devils jump up first to do it and then all the pressure is on everybody else after that...\n\nIf they could do it, why cant I... etc.\n\n...and then eventually you pluck up the courage and take that first step and before you know it its all over\nmiraculously you and the soles of your feet survive...\n\n...and now you have an awesome story to tell\n--------------------------------------------\n\nand actually your self esteem takes a huge boost like it does whenever you face your fears, look death in the face and laugh.\n\nAs a team building exercise its no bad either... there is a sense of unity that comes from helping each other to accomplish this seemingly insurmountable task...the rooting for each other and the knowledge that if you as a team could overcome this...what could be worse.\n\nCompared to walking through fire every thing else seems like a cake walk (pun intended)\n\nYou could always do it this way, but that would defeat the purpose.\n-\nhttps://pixabay.com/static/uploads/photo/2016/06/23/09/31/fire-1474962_960_720.jpg\n\nThe science behind it is simple....\n-----------------------------------\n\nIf you have the right wood, only a thin outer layer is burning and giving off the red glow.\n\nyou don't want to use a hard-coal wood or charcoal that burns much deeper, or wood that has fat on it from a barbecue.\n\nhttps://pixabay.com/static/uploads/photo/2016/03/27/21/19/fire-1284314_960_720.jpg\n\nThe sole of the foot placed firmly on the hot coals extinguishes this thin outer burning layer rapidly by depriving it of oxygen.\n\nWater is able to absorb vast amounts of heat and because your cells have a very high percentage of water the heat is quickly absorbed and dissipated to the other surrounding cells.\n\nIt is a neat trick that looks really impressive but in the end it's just a trick.\n------------------------------------------------------------------------\n\nThe key to not being burned is to have enough confidence to step firmly onto the coals. \n\nIf you hesitate, step too lightly or have high arches the chances are that you will burn blisters.\n\nI have high arches, the soles of my feet were fine but I did get a blister or two between my toes and under my arches.", - "body_length": 3113, - "cashout_time": "2016-09-03T10:24:51", - "category": "fire", - "children": 52, - "created": "2016-08-27T10:24:51", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"fire\",\"firewalking\",\"teambuilding\",\"confidence\",\"science\"],\"image\":[\"http://hopsa.co.za/wp-content/uploads/2014/07/fire_walking_barrier_breaking.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T11:01:54", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 87062228657574, - "parent_author": "", - "parent_permlink": "fire", - "pending_payout_value": "1061.219 HBD", - "percent_hbd": 10000, - "permlink": "fire-walking-i-ve-done-it", - "post_id": 1011141, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Fire walking- I've done it!! and the science behind it.", - "title": "Fire walking- I've done it!! and the science behind it.", - "total_payout_value": "0.000 HBD", - "url": "/fire/@gavvet/fire-walking-i-ve-done-it" - }, - { - "active_votes": [ + "reputation": 12382143533351, + "rshares": 562893461048, + "voter": "eeks" + }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 27605036240650, - "voter": "smooth" + "reputation": 3380310417590, + "rshares": 5284139212, + "voter": "mranderson" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1449839013, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, - "rshares": 1437751834468, - "voter": "testdrive" + "reputation": 5045406568403, + "rshares": 29141306150, + "voter": "james-show" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1757703650590, - "voter": "hr1" + "reputation": 58571016273092, + "rshares": 626837481475, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3715167504, - "voter": "boy" + "reputation": 3750669747284, + "rshares": 233269660872, + "voter": "pal" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 4509819591, - "voter": "bue-witness" + "reputation": 1111594060096, + "rshares": 3735838613, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 836166640, - "voter": "bunny" + "reputation": 503318537891, + "rshares": 2750542806, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 64278228185, - "voter": "bue" + "reputation": 21903005256174, + "rshares": 220827979677, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, - "rshares": 1991162860, - "voter": "mini" + "reputation": 161089556767, + "rshares": 42481864631, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2500664263, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 256300834, - "voter": "moon" + "reputation": 2423086926842, + "rshares": 14701869306, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 0, - "rshares": 371434701345, - "voter": "recursive2" + "reputation": 824717099743, + "rshares": 368277594701, + "voter": "cyber" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2591043865330, - "voter": "recursive" + "reputation": 3037854988445, + "rshares": 59755737490, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 4848997831268, - "voter": "smooth.witness" + "reputation": 11765473490257, + "rshares": 37779475275, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 13571117822, - "voter": "proctologic" + "reputation": 71931696380, + "rshares": 3745629586831, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 0, - "rshares": 746709764, - "voter": "healthcare" + "reputation": 11136252375006, + "rshares": 389554396335, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 926310783692, - "voter": "tuck-fheman" + "reputation": 79561484422, + "rshares": 387537365, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 0, - "rshares": 1151657939, - "voter": "daniel.pan" + "reputation": 4338392818880, + "rshares": 29365258337, + "voter": "altoz" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 22797222376, - "voter": "dedriss" + "reputation": 514799489426, + "rshares": 369191070725, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 118992117176, - "voter": "linouxis9" + "reputation": 3804349938696, + "rshares": 51209305429, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 34043587114, - "voter": "alexgr" + "reputation": 488865370830, + "rshares": 861607685, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, - "rshares": 345605549, - "voter": "helen.tan" + "reputation": 3046358914696, + "rshares": 14867160404, + "voter": "samether" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 67307183482, - "voter": "noaommerrr" + "reputation": 5888717170887, + "rshares": 59470060121, + "voter": "ratel" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 15439728401, - "voter": "ervin-lemark" + "reputation": 4526468651953, + "rshares": 72745548801, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1025888251778, - "voter": "gavvet" + "reputation": 486415577627, + "rshares": 5820840854, + "voter": "mark-waser" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8122842676, - "voter": "fkn" + "percent": "10000", + "reputation": 5886979119053, + "rshares": 93423532915, + "voter": "geoffrey" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1451361836, - "voter": "spaninv" + "percent": "10000", + "reputation": 274656026130, + "rshares": 40381185216, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 25147807430, - "voter": "instructor2121" + "reputation": 7949210311767, + "rshares": 31655010916, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 5414208804644, - "rshares": 33351026522, - "voter": "elishagh1" + "reputation": 2758500001611, + "rshares": 4627538533, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 642418510190, - "voter": "nanzo-scoop" + "reputation": 601987961462, + "rshares": 2109202041, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1752856023, - "voter": "maxim-ananko" + "reputation": 1557874437556, + "rshares": 2147948155, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2357945760, - "voter": "jerome-colley" + "reputation": 1691376287481, + "rshares": 5228861678, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 133191504980, - "voter": "steve-walschot" + "reputation": 25639258699, + "rshares": 260305108, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 49136918266, - "rshares": 11817195644, - "voter": "cian.dafe" + "reputation": 40255997582, + "rshares": 9044203315, + "voter": "cannav" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 220841586215, - "voter": "mummyimperfect" + "reputation": 1160886081198, + "rshares": 5177454128, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 65281833199, - "voter": "asch" + "reputation": 1700182089209, + "rshares": 105086884817, + "voter": "rubybian" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 3215709891, - "voter": "murh" + "percent": "10000", + "reputation": 65540661343, + "rshares": 3111897403, + "voter": "orly" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 410282125617, - "voter": "cyber" + "reputation": 1035952800698, + "rshares": 5226901599, + "voter": "vote" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 59759280855, - "voter": "ak2020" + "reputation": 2880187298062, + "rshares": 2737115931, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 52347567361, - "voter": "juanmiguelsalas" + "reputation": 305047794164, + "rshares": 59776795856, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 13287776244, - "voter": "samether" + "reputation": 1059790037173, + "rshares": 452785348661, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 61640171572, - "voter": "ratel" + "reputation": -2499740471746, + "rshares": 19699483050, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 57642644019, - "voter": "thecryptodrive" + "reputation": 29118885298, + "rshares": 255698990, + "voter": "timotron" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 189994646843, - "voter": "will-zewe" + "reputation": 5451039980643, + "rshares": 185163520, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 60725834714442, - "rshares": 459170239517, - "voter": "infovore" + "reputation": -11110332240496, + "rshares": 1555319574, + "voter": "sergei" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 72745548801, - "voter": "tim-johnston" + "reputation": 52317559376, + "rshares": 8310451037, + "voter": "killswitch" }, { - "percent": "10000", - "reputation": 5260794316761, - "rshares": 140964306367, - "voter": "schro" + "percent": "6200", + "reputation": 4667991454724, + "rshares": 335756188187, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 1222010452191, - "rshares": 3457418550, - "voter": "antizvuk" + "reputation": 7018477845661, + "rshares": 496664495164, + "voter": "neoxian" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 6317704374, - "voter": "mark-waser" + "reputation": 7547302, + "rshares": 57967426, + "voter": "ghozia" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 99549505436, - "voter": "geoffrey" + "reputation": 3320684282022, + "rshares": 125277919980, + "voter": "knircky" }, { - "percent": "3300", - "reputation": 598181152117, - "rshares": 65115465114, - "voter": "kimziv" + "percent": "10000", + "reputation": 131860560605, + "rshares": 314960603, + "voter": "zhuvazhuva" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31662289246, - "voter": "talanhorne" + "reputation": 6030999377480, + "rshares": 5032300315, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 2109755293, - "voter": "superfreek" + "reputation": 2821855573125, + "rshares": 3961584485, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 2298206095, - "voter": "the.bot" + "reputation": 7952828943, + "rshares": 4383007646, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 8350669533, - "voter": "johnbradshaw" + "reputation": 1563271634183, + "rshares": 91904677595, + "voter": "paco" }, { "percent": "10000", - "reputation": 15285243314, - "rshares": 172706946, - "voter": "ales" + "reputation": 866671256465, + "rshares": 24416788217, + "voter": "igster" }, { "percent": "10000", - "reputation": 4276659410889, - "rshares": 3360342073, - "voter": "michaellamden68" + "reputation": 93395785733, + "rshares": 1252755418, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 6095326280934, - "rshares": 19742856435, - "voter": "thebatchman" + "reputation": 9512715139288, + "rshares": 71466715655, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 205885118774, - "voter": "asmolokalo" + "reputation": 57790558311, + "rshares": 78425656800, + "voter": "stephencurry" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3128984561, - "voter": "orly" + "reputation": 658204768651, + "rshares": 50553311004, + "voter": "milestone" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 13047233775, - "voter": "konstantin" + "reputation": 3033861094190, + "rshares": 13112010250, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2854280043, - "voter": "stranger27" + "reputation": 34120390016, + "rshares": 2761453371, + "voter": "imp3" }, { "percent": "10000", - "reputation": 1083381628, - "rshares": 252776492, - "voter": "nexus1" + "reputation": 76096938200261, + "rshares": 210516009888, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 1260816217540, - "rshares": 1514995872, - "voter": "burmik123" + "reputation": 2114306416334, + "rshares": 4801263284, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 67719411972, - "rshares": 280713275, - "voter": "ksenia" + "reputation": 11482318062844, + "rshares": 31196878797, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 95210931500, - "voter": "jackkang" + "reputation": 958834221798, + "rshares": 3617741531, + "voter": "mastletter" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 6132236013, - "voter": "kissmybutt" + "reputation": 160134373956, + "rshares": 7805420905, + "voter": "neroru" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 492927683739, - "voter": "juneaugoldbuyer" + "reputation": 100161586091, + "rshares": 2135941435, + "voter": "slava" }, { "percent": "10000", - "reputation": 6244867547, - "rshares": 1517090750, - "voter": "anwar78" + "reputation": 163343680085, + "rshares": 380540024, + "voter": "meteor78" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1621298394, - "voter": "sergei" - }, - { - "percent": "4300", - "reputation": 4667991454724, - "rshares": 272081950178, - "voter": "slowwalker" + "reputation": 715914588623, + "rshares": 1068180699, + "voter": "oecp85" }, { "percent": "10000", - "reputation": 19408082282, - "rshares": 251671748, - "voter": "playtime" + "reputation": 0, + "rshares": 1692304538, + "voter": "yarly" }, { "percent": "10000", - "reputation": 310449551325, - "rshares": 404516476, - "voter": "whitepeach" + "reputation": 0, + "rshares": 257550789, + "voter": "yarly2" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 20455531691, - "voter": "furion" + "percent": "10000", + "reputation": 0, + "rshares": 257937175, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 2513788687, - "voter": "owdy" + "reputation": 0, + "rshares": 149300547, + "voter": "yarly4" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 213476618, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 0, + "rshares": 150144101, + "voter": "yarly5" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 195705543, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 0, + "rshares": 85614005, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 1440357780524, - "rshares": 762296627, - "voter": "dicov" + "reputation": 12468455070375, + "rshares": 11754754963, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, - "rshares": 1014717800, - "voter": "steem1653" + "reputation": 1849155799051, + "rshares": 8535561748, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": 210282477056, - "rshares": 274391980, - "voter": "johanniellano" + "reputation": 4911895513371, + "rshares": 10390803469, + "voter": "quickfingersluc" }, { "percent": "10000", - "reputation": 1648396897354, - "rshares": 10927923249, - "voter": "asim" + "reputation": 27988491601746, + "rshares": 9701736501, + "voter": "marius19" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4386400085, - "voter": "thegoodguy" + "reputation": 4558720822431, + "rshares": 18238681202, + "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 89034685933, - "voter": "paco" + "reputation": 153480676290, + "rshares": 647410868, + "voter": "curator" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 6150512344, - "voter": "karen13" + "reputation": 0, + "rshares": 412118158, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 3361494185, - "rshares": 945236180, - "voter": "steem14" + "reputation": -2287580630, + "rshares": 1895040416, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24929288618, - "voter": "igster" + "reputation": 0, + "rshares": 221192350, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 10716020047, - "voter": "mun" + "reputation": 10552456597779, + "rshares": 2223286648, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 403549603, - "voter": "karenmckersie" + "reputation": 0, + "rshares": 77535997, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 57790558311, - "rshares": 50425866685, - "voter": "stephencurry" + "reputation": 16914207527051, + "rshares": 35253803661, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 7803764965401, - "rshares": 9995540592, - "voter": "allmonitors" + "reputation": 6545561317919, + "rshares": 8491184485, + "voter": "clevecross" }, { "percent": "10000", - "reputation": 30694001824, - "rshares": 1424765344, - "voter": "vorsseli" + "reputation": 137150233782, + "rshares": 123831150, + "voter": "nicoleta" }, { "percent": "10000", - "reputation": 6338322241150, - "rshares": 37901719730, - "voter": "streetstyle" + "reputation": 49215329, + "rshares": 3426610243, + "voter": "pigatron" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 48337548442, - "voter": "milestone" + "reputation": 979379098872, + "rshares": 797082830, + "voter": "spinner" }, { "percent": "10000", - "reputation": 777812727227, - "rshares": 20094161899, - "voter": "artific" + "reputation": 49283901870, + "rshares": 715230489, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3798516138, - "voter": "maximkichev" + "reputation": 161798129127, + "rshares": 143174513, + "voter": "naomi-louise" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2876789741, - "voter": "imp3" + "reputation": 0, + "rshares": 92571094, + "voter": "alrx6918" }, { "percent": "10000", - "reputation": 2764978194297, - "rshares": 4408440373, - "voter": "konti" + "reputation": 1977162029930, + "rshares": 1960160403, + "voter": "litrbooh" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 216465853707, - "voter": "calaber24p" + "reputation": 3194641726781, + "rshares": 21181912202, + "voter": "laoyao" }, { "percent": "10000", - "reputation": 46246767220, - "rshares": 5858778965, - "voter": "rpf" + "reputation": 512132085322, + "rshares": 9610319414, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 2147203047336, - "rshares": 13525248324, - "voter": "exitmass" + "reputation": 3715674298536, + "rshares": 9347496106, + "voter": "mrweed" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 8447242051, - "voter": "tarindel" + "reputation": 950539828786, + "rshares": 2346650264, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 165164030009, - "voter": "liberosist" + "reputation": 2287220532946, + "rshares": 972824609, + "voter": "achim86" }, { "percent": "10000", - "reputation": 2179414806836, - "rshares": 9997251563, - "voter": "exyle" + "reputation": 66791976065, + "rshares": 54004651126, + "voter": "joele" }, { "percent": "10000", - "reputation": 3415496053078, - "rshares": 3611303370, - "voter": "dmitriybtc" + "reputation": 11122126920308, + "rshares": 3152107120, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8130646776, - "voter": "neroru" + "reputation": 0, + "rshares": 856837594, + "voter": "skavkaz" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 288539499527, - "voter": "jl777" + "reputation": -451593763871, + "rshares": 3229825437, + "voter": "blow" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 1834669330, - "voter": "lostnuggett" + "reputation": 3515726108234, + "rshares": 244542542, + "voter": "jrcornel" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6555430692, - "voter": "positive" + "percent": "10000", + "reputation": 145684441672, + "rshares": 574458506, + "voter": "bmcv001" }, { "percent": "10000", - "reputation": 702602138233, - "rshares": 144265183, - "voter": "alekst" + "reputation": 4542627765008, + "rshares": 21029429083, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, - "rshares": 1693091444, - "voter": "yarly" + "reputation": 606096537951, + "rshares": 811063612, + "voter": "kdugar" }, { "percent": "10000", - "reputation": 0, - "rshares": 257566220, - "voter": "yarly2" + "reputation": 28335136369, + "rshares": 1556557214, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 0, - "rshares": 257952606, - "voter": "yarly3" + "reputation": 289207830105, + "rshares": 62069775, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 0, - "rshares": 149300547, - "voter": "yarly4" + "reputation": 2118792724924, + "rshares": 96237205637, + "voter": "miacats" }, { "percent": "10000", - "reputation": 0, - "rshares": 150144101, - "voter": "yarly5" + "reputation": 3168479764, + "rshares": 59774308, + "voter": "razberrijam" }, { "percent": "10000", - "reputation": 0, - "rshares": 85614005, - "voter": "yarly7" + "reputation": 4637390447698, + "rshares": 992241888, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 62451249734, - "voter": "crazymumzysa" + "reputation": 13325577893779, + "rshares": 11186105672, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 327313183062, - "rshares": 1263805594, - "voter": "politicasan2" + "reputation": 10723244574, + "rshares": 4200008458, + "voter": "almerri" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 8932564620, - "voter": "crypto.owl" + "reputation": 4318672774075, + "rshares": 4256171178, + "voter": "farmerswife" }, { "percent": "10000", - "reputation": 2568808468562, - "rshares": 1075669670, - "voter": "sompitonov" + "reputation": -49397634, + "rshares": 56262568, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 7078941123096, - "rshares": 11840323843, - "voter": "lemooljiang" + "reputation": 3103554028241, + "rshares": 219509213, + "voter": "levycore" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 19266591238, - "voter": "krabgat" + "reputation": 2140537429766, + "rshares": 16917300126, + "voter": "yef99" }, { "percent": "10000", - "reputation": 8079179261851, - "rshares": 39012086382, - "voter": "claudiop63" + "reputation": 401217888, + "rshares": 375809602, + "voter": "mig641" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 25086629226, - "voter": "proto" + "reputation": 1130219064888, + "rshares": 25010896331, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 647646467, - "voter": "curator" + "reputation": 5941821821586, + "rshares": 2672575026, + "voter": "onetree" }, { - "percent": "2900", - "reputation": 17698439393799, - "rshares": 6989852429, - "voter": "sisterholics" + "percent": "10000", + "reputation": 433370384966, + "rshares": 1264476969, + "voter": "imag1ne" }, { "percent": "10000", - "reputation": 0, - "rshares": 412226108, - "voter": "yarly10" + "reputation": 8420918209808, + "rshares": 19287850922, + "voter": "daut44" }, { "percent": "10000", - "reputation": 0, - "rshares": 221207781, - "voter": "yarly11" + "reputation": 3144994876819, + "rshares": 397105580, + "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2225451007, - "voter": "royalmacro" + "reputation": 2516108074649, + "rshares": 453942549, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, - "rshares": 77535997, - "voter": "yarly12" + "reputation": 809313892500, + "rshares": 5412848738, + "voter": "daveks" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1904631757, - "voter": "tygergamer" + "reputation": 682893592, + "rshares": 688820623, + "voter": "gear66" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35257041634, - "voter": "celebr1ty" + "reputation": 4254380753805, + "rshares": 1864269289, + "voter": "richardcrill" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 129041365, - "voter": "steemster1" + "reputation": 1504301173829, + "rshares": 2211962307, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 137150233782, - "rshares": 64878687, - "voter": "nicoleta" + "reputation": 20797221470, + "rshares": 1718763987, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 49215329, - "rshares": 3496564645, - "voter": "pigatron" + "reputation": 837791549130, + "rshares": 25549404636, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 866436356, - "voter": "spinner" + "reputation": 25508059, + "rshares": 53433968, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 4571615901, - "voter": "mahekg" + "reputation": 232802458264, + "rshares": 7475681223, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 12876919366, - "voter": "taker" + "reputation": 1919986626165, + "rshares": 909737683, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 55181675, - "voter": "sharon" + "reputation": 561774262537, + "rshares": 1133128817, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 34294793842, - "voter": "allasyummyfood" + "reputation": 785171622834, + "rshares": 5808542767, + "voter": "jwaser" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 54844677, - "voter": "lillianjones" + "reputation": 262756573957, + "rshares": 644989882, + "voter": "kev7000" }, { - "percent": "1700", - "reputation": 10771708337101, - "rshares": 184720641278, - "voter": "laonie" + "percent": "10000", + "reputation": 1810829967, + "rshares": 2796951873, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 22176823286, - "voter": "laoyao" + "reputation": 321473400567, + "rshares": 343129474, + "voter": "panther" }, { - "percent": "2500", - "reputation": 18027204457681, - "rshares": 8528590648, - "voter": "myfirst" + "percent": "10000", + "reputation": 2609275826131, + "rshares": 142409264, + "voter": "alina1" }, { - "percent": "3400", - "reputation": 5776723480371, - "rshares": 76284835638, - "voter": "somebody" + "percent": "10000", + "reputation": 26215514, + "rshares": 25478516374, + "voter": "brains" }, { - "percent": "3400", - "reputation": 206355094166, - "rshares": 2868725351, - "voter": "flysaga" + "percent": "10000", + "reputation": 861400654873, + "rshares": 54979188, + "voter": "steemafon" }, { "percent": "10000", - "reputation": 22613377010, - "rshares": 66620085, - "voter": "kurzer42" + "reputation": 0, + "rshares": 6761713914, + "voter": "chick1" }, { - "percent": "3400", - "reputation": 97845484474, - "rshares": 14692636694, - "voter": "midnightoil" + "percent": "10000", + "reputation": 5646699288797, + "rshares": 1952430609, + "voter": "gringalicious" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2323480400, - "voter": "kalimor" + "reputation": 0, + "rshares": 50444417, + "voter": "aoki" }, { "percent": "10000", - "reputation": 4135874303, - "rshares": 62907841, - "voter": "gegebitlover" + "reputation": 0, + "rshares": 50439002, + "voter": "typingagent" }, { - "percent": "1700", - "reputation": 3016325652890, - "rshares": 19970242438, - "voter": "xiaohui" + "percent": "10000", + "reputation": 0, + "rshares": 50436594, + "voter": "cwb" }, { "percent": "10000", - "reputation": 133785110, - "rshares": 64050334, - "voter": "atmsteemit" + "reputation": 1726647930107, + "rshares": 1769414345, + "voter": "slayer" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 59650049905, - "voter": "joele" + "reputation": 570800415880, + "rshares": 1579372070, + "voter": "ellepdub" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3374433291, - "voter": "oflyhigh" + "reputation": 189363957513, + "rshares": 54660720, + "voter": "rynow" }, { - "percent": "3000", - "reputation": 1851205309677, - "rshares": 1014750302, - "voter": "xiaokongcom" + "percent": "10000", + "reputation": 1305746304240, + "rshares": 2408914956, + "voter": "ekaterinka" }, { "percent": "10000", - "reputation": 7767180487460, - "rshares": 5986681909, - "voter": "gargon" + "reputation": 6072650400812, + "rshares": 1111203578, + "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2114577265, - "voter": "natalymaty" + "reputation": -519870545601, + "rshares": 51045264, + "voter": "psyduck" }, { "percent": "10000", - "reputation": 191217797933, - "rshares": 52936696, - "voter": "zionuziriel" - }, + "reputation": 0, + "rshares": 4910299608, + "voter": "morgan.waser" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "[Definition of a Stalker](https://en.wikipedia.org/wiki/Stalking)\n \n>Having been used since at least the 16th century to refer to a prowler or a poacher (Oxford English Dictionary), the term stalker began to be used by the media in the 20th century to describe people who pester and harass others, initially with specific reference to the harassment of celebrities by strangers who were described as being \"obsessed\". This use of the word appears to have been coined by the tabloid press in the United States. As time went by, the meaning of stalking changed and incorporated individuals being harassed by their former partners. Stalking can be defined as the willful and repeated following, watching and/or harassing of another person. Unlike other crimes, which usually involve one act, stalking is a series of actions that occur over a period of time.\n\nhttps://pixabay.com/static/uploads/photo/2014/11/21/00/09/gangster-539993_960_720.jpg\n\nI have always been fascinated with Horror Movies, Various Mythical Creatures Vampires etc, but true horror occurs with people that seem normal but certain cranial fittings do not seem to fit as they should.\n\nBig Problem is that to these people their behaviour appears perfectly normal. \n\nI was always good with poetry ,and with my interest in music soon adapted to telling stories with Lyrics. Have been a member of a number bands and have performed a number of my creations. A lot more have done nothing with them.\n\nSTALKER\n\n\n\n\n\n\nI'm the dark shadow in the corner of your eye\nThe one across the road wearing the bow-tie\nthe stealthy whisperer trying so hard to pry\nSlowly slipping closer with no fairy-tale to die\n\nI'm the nightmare wakes you in a cold,cold sweat\nthe phone that stops ringing when you get it set \nthe tap that's slowly dripping but nothing is wet\nyou cant concentrate, your mental Russian roulette\n\nHear my quiet steps behind you don't turn around\nImpending disaster like a ship that's run aground\nShuffling, snuffling,Scream but there's no sound\nThe icy clasp around your heart rooted in the ground\n\nChorus\n>I'm your Stalker\nThere is no escape\nI'm your Stalker\nno Superman in a cape \nI'm your Stalker\nThere is only me\nI'm your Stalker(From me) \nYou'll never be free\n\nBridge (go soft till last line)\n>You were mine\nfrom the first time I saw you\nyou don't understand\nThat I need you the most\nyour other admirers \nthey just want to bore you,\nbut I'll be the one \nthat turns you to a ghost\n\nFeel that inside crawling ,I'm under your skin\nI wont up and disappear this is no sudden whim\nI'm not really a romantic , I'm no Errol Flynn\nI'm your deadly daydream I'm no mannequin", + "body_length": 2655, + "cashout_time": "2016-09-02T16:55:39", + "category": "lyrics", + "children": 9, + "created": "2016-08-26T16:55:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lyrics\",\"poetry\",\"stalker\"],\"links\":[\"https://en.wikipedia.org/wiki/Stalking\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T17:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51484900235271, + "parent_author": "", + "parent_permlink": "lyrics", + "pending_payout_value": "356.666 HBD", + "percent_hbd": 10000, + "permlink": "lyrics-from-alan-stalker-featuring-awgbibb-as-author", + "post_id": 1000342, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lyrics from Alan: Stalker (featuring @awgbibb as author)", + "title": "Lyrics from Alan: Stalker (featuring @awgbibb as author)", + "total_payout_value": "0.000 HBD", + "url": "/lyrics/@gavvet/lyrics-from-alan-stalker-featuring-awgbibb-as-author" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": -1468839175006, - "rshares": 55265906, - "voter": "msjennifer" + "reputation": 261787136527, + "rshares": 685172531804, + "voter": "barrie" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 53370316, - "voter": "ciao" + "reputation": 32455846463901, + "rshares": 26954739697795, + "voter": "smooth" }, { "percent": "10000", "reputation": 0, - "rshares": 11389439613, - "voter": "thebotkiller" + "rshares": 1758473007761, + "voter": "fantasy" }, { "percent": "10000", - "reputation": 485540, - "rshares": 51753317, - "voter": "steemo" + "reputation": 0, + "rshares": 169151023920, + "voter": "highasfuck" }, { - "percent": "3300", - "reputation": 4195733833721, - "rshares": 2405917760, - "voter": "xianjun" + "percent": "5000", + "reputation": 9326993992, + "rshares": 114110233177, + "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 20622928328, - "voter": "hanshotfirst" + "reputation": 4107373187010, + "rshares": 1709798198444, + "voter": "hr1" + }, + { + "percent": "4000", + "reputation": 16685610555705, + "rshares": 8260428347555, + "voter": "tombstone" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 1214229078, + "rshares": 3095367117, + "voter": "boy" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1588030621, - "voter": "erikclark13" + "reputation": 4712949449, + "rshares": 3757407702, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 61515128, - "voter": "confucius" + "reputation": 1789951494550, + "rshares": 696706524, + "voter": "bunny" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 62069775, - "voter": "elenirossidou" + "reputation": 103443134841, + "rshares": 53483810327, + "voter": "bue" + }, + { + "percent": "5000", + "reputation": 1689894306134, + "rshares": 2934113185, + "voter": "thepresident" + }, + { + "percent": "5000", + "reputation": 5009147934382, + "rshares": 16804682690, + "voter": "danknugs" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 91832093171, - "voter": "miacats" + "reputation": 0, + "rshares": 1658995304, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 58483329, - "voter": "nano2nd" + "rshares": 213562208, + "voter": "moon" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 53648513, - "voter": "jarvis" + "reputation": 330982605, + "rshares": 209802398058, + "voter": "alex90342fastn1" }, { - "percent": "3400", - "reputation": 730408370151, - "rshares": 158076615, - "voter": "microluck" + "percent": "5000", + "reputation": 1241362310762, + "rshares": 8389449842, + "voter": "bentley" }, { "percent": "10000", - "reputation": 5297329962603, - "rshares": 5959558146, - "voter": "chrisadventures" + "reputation": 0, + "rshares": 341931319251, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 0, - "rshares": 51899170, - "voter": "fortuner" + "reputation": 9028537022578, + "rshares": 2520747108565, + "voter": "recursive" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 992737248, - "voter": "chinadaily" + "reputation": -296615780418, + "rshares": 1779389087, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, - "rshares": 51863356, - "voter": "johnbyrd" + "reputation": 854893586973, + "rshares": 1041740420157, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 7520586390, + "rshares": 133483724841, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 0, - "rshares": 51859074, - "voter": "thermor" + "reputation": 1682985060, + "rshares": 10209839966, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 3401866972, + "voter": "lee5" }, { "percent": "10000", "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "rshares": 9445675262, + "voter": "bingo-0" }, { "percent": "10000", "reputation": 0, - "rshares": 51852278, - "voter": "widell" + "rshares": 2382160956, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 134573558180, - "rshares": 128916844, - "voter": "stivmarker" + "reputation": 83941319998, + "rshares": 4720299700327, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 13571117822, + "voter": "proctologic" }, { "percent": "10000", "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "rshares": 622169194, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 341651039, - "voter": "levycore" + "reputation": 147478489309626, + "rshares": 1020584022953, + "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375809602, - "voter": "mig641" + "reputation": 0, + "rshares": 957892231, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 26751356331019, - "rshares": 38915206942, - "voter": "sweetsssj" + "reputation": 96486114508046, + "rshares": 2708294843223, + "voter": "donkeypong" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 24457413580, - "voter": "andrewawerdna" + "reputation": 3991861275580, + "rshares": 49089641175, + "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 65890065990, - "voter": "barrycooper" + "reputation": 8442392793360, + "rshares": 67551801215, + "voter": "jchch" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 14763692581, - "voter": "hilarski" + "reputation": 5296864583034, + "rshares": 58189402075, + "voter": "ilanaakoundi" }, { "percent": "10000", - "reputation": -642566206250, - "rshares": 6201862561, - "voter": "craigwilliamz" + "reputation": 4013874407471, + "rshares": 118598446372, + "voter": "linouxis9" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 2844021732, - "voter": "onetree" + "reputation": 0, + "rshares": 287976094, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1368155095, - "voter": "imag1ne" + "reputation": 1118904717803, + "rshares": 48076454051, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, - "rshares": 51562255, - "voter": "curpose" + "reputation": 12188250813227, + "rshares": 83988299518, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 8556289760, - "voter": "etcmike" + "reputation": 1307793552141, + "rshares": 17124877023, + "voter": "max-infeld" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 1256656374, - "voter": "seva" + "reputation": 2120743942708, + "rshares": 20568579908, + "voter": "ninzacode" }, { "percent": "10000", - "reputation": 10684992176630, - "rshares": 2053033965, - "voter": "quinneaker" + "reputation": 204869765185479, + "rshares": 949835425968, + "voter": "gavvet" }, { - "percent": "10000", - "reputation": 682893592, - "rshares": 674779179, - "voter": "gear66" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7612621652, + "voter": "fkn" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 3380310417590, + "rshares": 5284139212, + "voter": "mranderson" }, { - "percent": "10000", - "reputation": 20797221470, - "rshares": 1789071674, - "voter": "davidjkelley" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1449778479, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 278282371369, - "rshares": 91467510, - "voter": "moneymaker" + "reputation": 436017530085, + "rshares": 24031919947, + "voter": "instructor2121" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 26867938976163, + "rshares": 333310096448, + "voter": "teamsteem" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 58571016273092, + "rshares": 612217886402, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 503318537891, + "rshares": 5501085613, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 50094345, - "voter": "kosmatimuc" + "reputation": 10093114621632, + "rshares": 91685466679, + "voter": "william-noe" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 8809412399, - "voter": "digital-wisdom" + "reputation": 42741727265739, + "rshares": 130160722682, + "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 2140675557233, - "rshares": 1891043772, - "voter": "fajrilgooner" + "reputation": 21903005256174, + "rshares": 220827979677, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 161089556767, + "rshares": 42480892862, + "voter": "asch" }, { - "percent": "10000", - "reputation": 0, - "rshares": 56493471, - "voter": "ryuken" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 2500664263, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 54277711, - "voter": "triplep" + "reputation": 2423086926842, + "rshares": 14343287128, + "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1110466240, - "voter": "maryfromsochi" + "reputation": 64573188744746, + "rshares": 153112566678, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 6172192980, - "voter": "jwaser" + "reputation": 824717099743, + "rshares": 346613028489, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 3037854988445, + "rshares": 59755737490, + "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 11765473490257, + "rshares": 39178573887, + "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, - "rshares": 485248014, - "voter": "smisi" + "reputation": 4213833370161, + "rshares": 31826635385, + "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 71931696380, + "rshares": 3745627395323, + "voter": "satoshifund" }, { "percent": "10000", - "reputation": 113710888944, - "rshares": 259913588, - "voter": "maarnio" + "reputation": 11136252375006, + "rshares": 389554396335, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 79561484422, + "rshares": 387537365, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 3804349938696, + "rshares": 51209305429, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 3046358914696, + "rshares": 15268975550, + "voter": "samether" }, { "percent": "10000", - "reputation": 2908933665034, - "rshares": 312684734, - "voter": "mindhunter" + "reputation": 5888717170887, + "rshares": 59468484143, + "voter": "ratel" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2911404204, - "voter": "bwaser" + "reputation": 3906896686802, + "rshares": 57632363476, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 2761596392902, + "rshares": 1213965802, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 350026358, - "voter": "panther" + "reputation": 1960155455032, + "rshares": 4042362733, + "voter": "usefree" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 65173070, - "voter": "alina1" + "reputation": 486415577627, + "rshares": 5820682823, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 687559505602, - "rshares": 51637777, - "voter": "catsmart" + "reputation": 48542961182602, + "rshares": 1427491947588, + "voter": "sean-king" }, { "percent": "10000", - "reputation": 50326964582800, - "rshares": 190780276479, - "voter": "charlieshrem" + "reputation": 5886979119053, + "rshares": 93410131768, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 19674745811334, - "rshares": 65771396100, - "voter": "tracemayer" + "reputation": 36884147263377, + "rshares": 228214214472, + "voter": "lukestokes" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1423276011, - "voter": "ibringawareness" + "reputation": 274656026130, + "rshares": 41277554941, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 8189791438741, - "rshares": 11172852704, - "voter": "skypilot" + "reputation": 224903879777, + "rshares": 6097725118, + "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" + "reputation": 3509662488161, + "rshares": 26661945244, + "voter": "jonnyrevolution" }, { "percent": "10000", - "reputation": 1140212510918, - "rshares": 54321981, - "voter": "positivesteem" + "reputation": 7949210311767, + "rshares": 31654657868, + "voter": "talanhorne" }, { "percent": "10000", - "reputation": 0, - "rshares": 6350167301, - "voter": "chick1" + "reputation": 2758500001611, + "rshares": 4627538533, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 4069545029880, - "rshares": 109584060, - "voter": "funnyman" + "reputation": 601987961462, + "rshares": 2109202041, + "voter": "superfreek" }, { "percent": "10000", - "reputation": 0, - "rshares": 50444417, - "voter": "aoki" + "reputation": 1557874437556, + "rshares": 2147933696, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439002, - "voter": "typingagent" + "reputation": 2445708956667, + "rshares": 7497734392, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, - "rshares": 50436594, - "voter": "cwb" + "reputation": 1691376287481, + "rshares": 5228861678, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, - "rshares": 10913024520, - "voter": "ksc" + "reputation": 25639258699, + "rshares": 260305108, + "voter": "ladyclair" }, { "percent": "10000", - "reputation": 894073046343, - "rshares": 93777485, - "voter": "magralex" + "reputation": 40255997582, + "rshares": 9044168008, + "voter": "cannav" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1643990291, - "voter": "ellepdub" + "reputation": 1700182089209, + "rshares": 105086884817, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 1502200909130, - "rshares": 86746319, - "voter": "ola1" + "reputation": 65540661343, + "rshares": 3111897403, + "voter": "orly" }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 2408914956, - "voter": "ekaterinka" + "reputation": 7091975331308, + "rshares": 12558782388, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 6072650400812, - "rshares": 1182215355, - "voter": "herpetologyguy" + "reputation": 19462531467501, + "rshares": 29466506751, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 26593737739, - "rshares": 50835881, - "voter": "roman-dikanev" + "reputation": 787678199102, + "rshares": 6809386771, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" + "reputation": 1035952800698, + "rshares": 5226901599, + "voter": "vote" }, { "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" + "reputation": 2880187298062, + "rshares": 2737115931, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 51306381, - "voter": "ancientofdays" + "reputation": 1260816217540, + "rshares": 1514995872, + "voter": "burmik123" }, { "percent": "10000", - "reputation": 0, - "rshares": 5217210423, - "voter": "morgan.waser" + "reputation": 5754523667110, + "rshares": 12644355479, + "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 0, - "rshares": 51238118, - "voter": "teemsteem" + "reputation": 1059790037173, + "rshares": 466102564798, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 50224575, - "voter": "fuuterfas" + "reputation": -2499740471746, + "rshares": 19699285014, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 800390, - "rshares": 50222546, - "voter": "derytedy" + "reputation": 29118885298, + "rshares": 260812970, + "voter": "timotron" }, { "percent": "10000", - "reputation": 0, - "rshares": 51225440, - "voter": "sergsea" + "reputation": 255334396905, + "rshares": 315849979, + "voter": "damono" }, { "percent": "10000", - "reputation": 0, - "rshares": 50220563, - "voter": "retoyan" + "reputation": 5451039980643, + "rshares": 201996567, + "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, - "rshares": 50218986, - "voter": "gerbarium" + "reputation": -11110332240496, + "rshares": 1587722065, + "voter": "sergei" }, { "percent": "10000", - "reputation": 3976227761, - "rshares": 50217456, - "voter": "afroditta" - } - ], - "author": "gavvet", - "author_reputation": 204869765185479, - "beneficiaries": [], - "body": "\n

Hello guys. Everyone loves sea. It makes us happy and gives unforgettable emotions. But not so long ago great, powerful and deadly dangerous ships were swimming in our lovely seas. The main tasks of these ships were to make death and destroying. So, about these knights of the sea I want to tell you something interesting. Battleship \u2013 the greatest ship, the pride of a fleet. It has thick armor and the biggest cannons. It is like a swimming castle. And today I want to tell you about the biggest battleships of World War II.

\n

\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442! \u0412\u0441\u0435 \u043c\u044b \u0431\u0435\u0437\u0443\u043c\u043d\u043e \u043b\u044e\u0431\u0438\u043c \u043c\u043e\u0440\u0435. \u041e\u043d\u043e \u0434\u0430\u0440\u0438\u0442 \u043d\u0430\u043c \u0441\u0447\u0430\u0441\u0442\u044c\u0435 \u0438 \u0440\u0430\u0434\u043e\u0441\u0442\u044c, \u0437\u0430\u0433\u0430\u0440 \u0438 \u0437\u0434\u043e\u0440\u043e\u0432\u044c\u0435. \u041d\u043e \u0435\u0449\u0435 \u0441\u043e\u0432\u0441\u0435\u043c \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043f\u043e \u043c\u043e\u0440\u044f\u043c \u0438 \u043e\u043a\u0435\u0430\u043d\u0430\u043c \u043f\u043b\u0430\u0432\u0430\u043b\u0438 \u043f\u043e\u0438\u0441\u0442\u0438\u043d\u0435 \u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0447\u0443\u0434\u043e\u0432\u0438\u0449\u0430, \u0437\u0430\u0434\u0430\u0447\u0435\u0439 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u044b\u043b\u043e \u0441\u0435\u044f\u0442\u044c \u0441\u043c\u0435\u0440\u0442\u044c \u0438 \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f. \u041e\u0431 \u044d\u0442\u0438\u0445 \u0440\u044b\u0446\u0430\u0440\u044f\u0445 \u043c\u043e\u0440\u044f \u044f \u0438 \u0445\u043e\u0442\u0435\u043b \u0431\u044b \u0432\u0430\u043c \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c. \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u2013 \u0441\u0430\u043c\u044b\u0435 \u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u0438, \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u044c \u0444\u043b\u043e\u0442\u0430. \u041e\u0431\u043b\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u0435\u043d\u043d\u043e\u0439 \u0431\u0440\u043e\u043d\u0435\u0439 \u0438 \u043c\u043e\u0449\u043d\u0435\u0439\u0448\u0438\u043c\u0438 \u043e\u0440\u0443\u0434\u0438\u044f\u043c\u0438. \u0421\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0435 \u0432\u044b\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043e\u0433\u0440\u043e\u043c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043f\u0430\u0434\u0430\u043d\u0438\u0439, \u043f\u0435\u0440\u0435\u0436\u0438\u0442\u044c \u0431\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u043a\u0443 \u0438 \u0442\u043e\u0440\u043f\u0435\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435. \u041f\u043b\u0430\u0432\u0443\u0447\u0438\u0435 \u043a\u0440\u0435\u043f\u043e\u0441\u0442\u0438. \u0418 \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u043f\u043e\u0432\u0435\u0434\u0430\u044e \u0432\u0430\u043c \u043e \u0442\u0440\u0435\u0445 \u0441\u0430\u043c\u044b\u0445 \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0438 \u0437\u043d\u0430\u0447\u0438\u043c\u044b\u0445 \u043b\u0438\u043d\u043a\u043e\u0440\u0430\u0445, \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0432\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u0432\u043e \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439 \u0412\u043e\u0439\u043d\u0435.

\n\n

USS Missouri (BB-63), \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u041c\u0438\u0441\u0441\u0443\u0440\u0438\u201d

\n

http://i.piccy.info/i9/c3d010b10f51682c7e28572ab6790443/1472258177/104110/1062446/95976141.jpg

\nPhoto from web-site http: //www.coldwar.ru\n

Let\u2019s start with the pride of USA fleet \u2013 battleship \u201cMissouri\u201d. It was built in 1944 and during the 50 years it was a symbol of a fleet. In 1998 it was rebuilt to the sea-museum. At the deck of this monster was signed the capitulation act of Japan. Americans decided to make a real armored ship. Armor plates of gun cellars and gun towers were 150mm with big slope. From sides there were thick plates of 300 mm steel, which provides good anti-torpedo defense.

\n

http://i.piccy.info/i9/8aaee7058fce720abf6380f264eaf291/1472287145/139450/1062446/289606780.jpg

\nPhoto from web-site http: //www.voenvideo.ru\n

Fire power of \u201cMissouri\u201d was awesome! Nine 406 mm cannons in three towers could destroy enemies from 32 km. The weight of each shell was 1220 kg. Also there were 20 good 127 mm cannons and a lot of air-defense guns. Engine of this battleship had 212 000 HP and could provide high speed 32 knots. But maneuverability was not very fine. Also Missouri had 4 airplanes. Total amount of crew was near 2800 men. Displacement of \u201cMissouri\u201d \u2013 57 000 tons.

\n

http://i.piccy.info/i9/b6a1b736b030f441b1e86e8c4820badb/1472258242/33050/1062446/218519.jpg

\nPhoto from web-site http: //www.zastavki.com\n

\u041d\u0430\u0447\u043d\u0435\u043c \u0441 \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u0438 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430 \u2013 \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u041c\u0438\u0441\u0441\u0443\u0440\u0438. \u0412 1944 \u0433\u043e\u0434\u0443 \u043b\u0438\u043d\u043a\u043e\u0440 \u0431\u044b\u043b \u0441\u043f\u0443\u0449\u0435\u043d \u043d\u0430 \u0432\u043e\u0434\u0443, \u043d\u0430 \u043f\u0440\u043e\u0442\u044f\u0436\u0435\u043d\u0438\u0438 50 \u043b\u0435\u0442 \u043e\u043d \u0431\u044b\u043b \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u043c \u0444\u043b\u043e\u0442\u0430 \u0421\u0428\u0410, \u0430 \u0443\u0436\u0435 \u0432 1998 \u043e\u043d \u0441\u0442\u0430\u043b \u0447\u0430\u0441\u0442\u044c\u044e \u043c\u0443\u0437\u0435\u044f. \u0418\u043c\u0435\u043d\u043d\u043e \u043d\u0430 \u043f\u0430\u043b\u0443\u0431\u0435 \u044d\u0442\u043e\u0433\u043e \u0433\u0438\u0433\u0430\u043d\u0442\u0430 \u0431\u044b\u043b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d \u0410\u043a\u0442 \u043e \u043a\u0430\u043f\u0438\u0442\u0443\u043b\u044f\u0446\u0438\u0438 \u042f\u043f\u043e\u043d\u0438\u0438. \u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0446\u044b \u043e\u0441\u043d\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043e\u0448\u043b\u0438 \u043a \u0432\u043e\u043f\u0440\u043e\u0441\u0443 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043b\u0438\u043d\u043a\u043e\u0440\u0430. \u0411\u0440\u043e\u043d\u044f \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u043e\u0433\u0440\u0435\u0431\u043e\u0432 \u0438 \u0431\u0430\u0448\u0435\u043d\u043d\u044b\u0445 \u043e\u0440\u0443\u0434\u0438\u0439 \u0431\u044b\u043b\u0430 15 \u0441\u0430\u043d\u0442\u0438\u043c\u0435\u0442\u0440\u043e\u0432 \u043f\u043e\u0434 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043d\u0430\u043a\u043b\u043e\u043d\u043e\u043c. \u0410 \u043f\u043e \u0431\u043e\u043a\u0430\u043c \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u043b\u0438\u0441\u044c \u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043b\u0430\u0441\u0442\u0438\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0443\u0445\u043e\u0434\u0438\u043b\u0438 \u0432\u0433\u043b\u0443\u0431\u044c \u043a\u043e\u0440\u0430\u0431\u043b\u044f, \u0438 \u0437\u0430 \u0441\u0447\u0435\u0442 \u0443\u0433\u043b\u0430 \u043d\u0430\u043a\u043b\u043e\u043d\u0430 \u0442\u043e\u043b\u0449\u0438\u043d\u0430 \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u043b\u0430 30 \u0441\u0430\u043d\u0442\u0438\u043c\u0435\u0442\u0440\u043e\u0432. \u0422\u0430\u043a\u0436\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u044c \u0438\u043c\u0435\u043b \u043e\u0442\u043b\u0438\u0447\u043d\u0443\u044e \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u0442\u043e\u0440\u043f\u0435\u0434\u043d\u0443\u044e \u0437\u0430\u0449\u0438\u0442\u0443.

\n

\u041e\u0433\u043d\u0435\u0432\u0430\u044f \u043c\u043e\u0449\u044c \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u0431\u044b\u043b\u0430 \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0439! \u0414\u0435\u0432\u044f\u0442\u044c 406\u043c\u043c \u043e\u0440\u0443\u0434\u0438\u0439, \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u0442\u0440\u0435\u0445 \u0431\u0430\u0448\u043d\u044f\u0445 \u043c\u043e\u0433\u043b\u0438 \u0432\u0435\u0441\u0442\u0438 \u043e\u0433\u043e\u043d\u044c \u043d\u0430 32 \u043a\u043c. \u041a\u0430\u0436\u0434\u044b\u0439 \u0441\u043d\u0430\u0440\u044f\u0434 \u0432\u0435\u0441\u0438\u043b \u043f\u043e 1220 \u043a\u0433. \u0422\u0430\u043a\u0436\u0435 \u043d\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0435 \u0441\u0442\u043e\u044f\u043b\u0438 127\u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 20 \u0448\u0442\u0443\u043a \u0438 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u043e\u0440\u0443\u0434\u0438\u0439 \u041f\u0412\u041e. \u041d\u0435 \u0441\u043b\u043e\u0436\u043d\u043e \u0434\u043e\u0433\u0430\u0434\u0430\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0442\u0430\u043a\u0430\u044f \u043c\u0430\u0445\u0438\u043d\u0430 \u0431\u044b\u043b\u0430 \u0441\u043b\u0435\u0433\u043a\u0430 \u043d\u0435\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043b\u0438\u0432\u0430. \u0421\u0438\u043b\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b\u0430 212 000\u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b \u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u043d\u0430\u0431\u0440\u0430\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 32 \u0443\u0437\u043b\u0430. \u041c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e. \u041d\u043e \u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u0437\u0430\u0431\u044b\u0432\u0430\u0442\u044c, \u0447\u0442\u043e \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043b\u0438\u043d\u043a\u043e\u0440 \u0431\u044b\u043b \u0441\u0432\u043e\u0435\u043e\u0431\u0440\u0430\u0437\u043d\u043e\u0439 \u043f\u043b\u0430\u0432\u0443\u0447\u0435\u0439 \u043a\u0440\u0435\u043f\u043e\u0441\u0442\u044c\u044e. \u0418 \u043a\u0441\u0442\u0430\u0442\u0438, \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u043e\u0431\u043b\u0430\u0434\u0430\u043b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430\u043c\u0438 \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 4 \u0448\u0442\u0443\u043a. \u041d\u0430 \u043a\u043e\u0440\u0430\u0431\u043b\u0435 \u043d\u0435\u0441\u043b\u043e \u0441\u043b\u0443\u0436\u0431\u0443 \u043e\u043a\u043e\u043b\u043e 2800 \u0447\u0435\u043b\u043e\u0432\u0435\u043a. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u041c\u0438\u0441\u0441\u0443\u0440\u0438 \u2013 57 000 \u0442\u043e\u043d\u043d.

\n\n

IJN Yamato, \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u042f\u043c\u0430\u0442\u043e\u201d

\n

http://i.piccy.info/i9/20f17e22bf3adb11aaaee85d4c22880f/1472258321/61449/1062446/5bf7fcc6b0f3e21a6487797ba8da2a09.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

Next in importance was the Japanese battleship \u201cYamato\u201d. Perhaps everyone heard about it at least once in their life. \u201cYamato\u201d was the pride of the Imperial Fleet. The Japanese command was very valued about it and was not hurry to throw it to a battle, trying to reserve it for a general engagement. As a result, \u201cYamato\u201d did not took part in really big fighting. It participated only in small battles. Ship was destroyed after the explosions of cannon cellar after getting numerous American bombs and torpedoes in 1945.

\n

When we talk about \u201cYamato\u201d, we primarily have in mind his amazing armor thickness. Thick 410 mm armor plates formed a citadel which protected main vitals of the ship and takes about 53% of the entire ship. Turrets armor had 610 mm thick. In theory, hit such boards was almost impossible. However, the quality of the steel was bad due to outdated technology.

\n

http://i.piccy.info/i9/412a41e22cf300bfe7af183a750ae007/1472259096/51480/1062446/05337.jpg

\nPhoto from web-site http: //korabley.net\n

As for firepower, the main cannons of Yamato were nine 460 mm guns. Also there were additional guns caliber 155 and 127 mm. Also \u201cYamato\u201d had some air-defense guns (which, however, were not enough). The engine of the battleship was old and betrayed only 165,000 horsepower. The ship can develop a speed of 27 knots. On this battleship actively used steam engines. \u201cYamato\u201d displacement was 72 800 tons. \u201cYamato\u201d was a grand and dangerous machine, but it was technically outdated.

\n

http://i.piccy.info/i9/f981daf696e14e67df638a1157bf51dc/1472258469/54842/1062446/511781641.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043f\u043e \u0437\u043d\u0430\u0447\u0438\u043c\u043e\u0441\u0442\u0438 \u0438\u0434\u0435\u0442 \u044f\u043f\u043e\u043d\u0441\u043a\u0438\u0439 \u043b\u0438\u043d\u043a\u043e\u0440 \u042f\u043c\u0430\u0442\u043e. \u041d\u0430\u0432\u0435\u0440\u043d\u043e\u0435, \u043d\u0435\u0442 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b \u043d\u0435 \u0441\u043b\u044b\u0448\u0430\u043b \u043f\u0440\u043e \u044d\u0442\u043e\u0433\u043e \u0433\u0438\u0433\u0430\u043d\u0442\u0430. \u042f\u043c\u0430\u0442\u043e \u0431\u044b\u043b \u0433\u043e\u0440\u0434\u043e\u0441\u0442\u044c\u044e \u0438\u043c\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0441\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430. \u041a\u043e\u043c\u0430\u043d\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0447\u0435\u043d\u044c \u0446\u0435\u043d\u0438\u043b\u043e \u043b\u0438\u043d\u043a\u043e\u0440 \u0438 \u043d\u0435 \u0441\u043f\u0435\u0448\u0438\u043b\u043e \u0431\u0440\u043e\u0441\u0430\u0442\u044c \u0435\u0433\u043e \u0432 \u0431\u043e\u0439, \u0441\u0442\u0430\u0440\u0430\u044f\u0441\u044c \u0432\u0441\u0435\u043c\u0438 \u0441\u0438\u043b\u0430\u043c\u0438 \u043f\u0440\u0438\u0431\u0435\u0440\u0435\u0447\u044c \u0435\u0433\u043e \u0434\u043b\u044f \u0433\u0435\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0440\u0430\u0436\u0435\u043d\u0438\u044f. \u0412 \u0438\u0442\u043e\u0433\u0435 \u042f\u043c\u0430\u0442\u043e \u0442\u0430\u043a \u0438 \u043d\u0435 \u0443\u0441\u043f\u0435\u043b \u0442\u043e\u043b\u043a\u043e\u043c \u043f\u043e\u0432\u043e\u0435\u0432\u0430\u0442\u044c, \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0432 \u043b\u0438\u0448\u044c \u0432 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0441\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0445. \u0417\u0430\u0442\u043e\u043d\u0443\u043b \u043a\u043e\u0440\u0430\u0431\u043b\u044c \u0438\u0437-\u0437\u0430 \u0432\u0437\u0440\u044b\u0432\u043e\u0432 \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u043e\u0433\u0440\u0435\u0431\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043f\u0430\u0434\u0430\u043d\u0438\u044f \u043c\u043d\u043e\u0433\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0445 \u0431\u043e\u043c\u0431 \u0438 \u0442\u043e\u0440\u043f\u0435\u0434 \u0432 1945 \u0433\u043e\u0434\u0443.

\n

\u041a\u043e\u0433\u0434\u0430 \u043c\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u043c \u043f\u0440\u043e \u042f\u043c\u0430\u0442\u043e, \u043c\u044b \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u0438\u043c\u0435\u0435\u043c \u0432 \u0432\u0438\u0434\u0443 \u043f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0443\u044e \u0441\u0432\u043e\u0435\u0439 \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 \u0431\u0440\u043e\u043d\u044e. \u041b\u0438\u0441\u0442\u044b \u0431\u0440\u043e\u043d\u0438 \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 \u0432 410 \u043c\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u043b\u0438 \u0446\u0438\u0442\u0430\u0434\u0435\u043b\u044c, \u0437\u0430\u0449\u0438\u0449\u0430\u044e\u0449\u0443\u044e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e \u0432\u0430\u0436\u043d\u044b\u0435 \u043e\u0440\u0433\u0430\u043d\u044b \u043a\u043e\u0440\u0430\u0431\u043b\u044f \u0438 \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0430 \u043e\u043a\u043e\u043b\u043e 53% \u043e\u0442 \u0432\u0441\u0435\u0433\u043e \u043a\u043e\u0440\u0430\u0431\u043b\u044f. \u041e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0435 \u0431\u0430\u0448\u043d\u0438 \u0438 \u0432\u043e\u0432\u0441\u0435 \u0438\u043c\u0435\u043b\u0438 \u0431\u0440\u043e\u043d\u044e \u0442\u043e\u043b\u0449\u0438\u043d\u043e\u0439 610 \u043c\u043c. \u0412 \u0442\u0435\u043e\u0440\u0438\u0438 \u043f\u043e\u0440\u0430\u0437\u0438\u0442\u044c \u0442\u0430\u043a\u0438\u0435 \u043f\u043b\u0438\u0442\u044b \u0431\u044b\u043b\u043e \u043f\u043e\u0447\u0442\u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e. \u041e\u0434\u043d\u0430\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0442\u0430\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e \u0438\u0437-\u0437\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0435\u0439 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430.

\n

\u0427\u0442\u043e \u0436\u0435 \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u043e\u0433\u043d\u0435\u0432\u043e\u0439 \u043c\u043e\u0449\u0438, \u0442\u043e \u043d\u0430 \u042f\u043c\u0430\u0442\u043e \u0433\u043b\u0430\u0432\u043d\u044b\u043c \u043a\u0430\u043b\u0438\u0431\u0440\u043e\u043c \u0431\u044b\u043b\u0438 \u0434\u0435\u0432\u044f\u0442\u044c 460 \u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f. \u0422\u0430\u043a\u0436\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u0440\u0443\u0434\u0438\u044f \u043a\u0430\u043b\u0438\u0431\u0440\u043e\u043c 155 \u0438 127\u043c\u043c. \u0410 \u0442\u0430\u043a \u0436\u0435 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u041f\u0412\u041e (\u043a\u043e\u0442\u043e\u0440\u044b\u0445, \u0442\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u043e\u043a\u0430\u0437\u0430\u043b\u043e\u0441\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e). \u042d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0430 \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0435\u0439 \u0438 \u0432\u044b\u0434\u0430\u0432\u0430\u043b\u0430 \u043b\u0438\u0448\u044c 165 000 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b. \u041a\u043e\u0440\u0430\u0431\u043b\u044c \u043c\u043e\u0433 \u0440\u0430\u0437\u0432\u0438\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 27 \u0443\u0437\u043b\u0430. \u041d\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u043b\u0438\u0441\u044c \u043f\u0430\u0440\u043e\u0432\u044b\u0435 \u043c\u0430\u0448\u0438\u043d\u044b, \u0430 \u043a\u043e\u0440\u043f\u0443\u0441 \u0441\u043e\u0431\u0438\u0440\u0430\u043b\u0441\u044f \u043d\u0430 \u0437\u0430\u043a\u043b\u0435\u043f\u043a\u0430\u0445. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u042f\u043c\u0430\u0442\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e 72 800 \u0442\u043e\u043d\u043d. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0445\u043e\u0442\u044c \u042f\u043c\u0430\u0442\u043e \u0438 \u044f\u0432\u043b\u044f\u043b\u0441\u044f \u0433\u0440\u0430\u043d\u0434\u0438\u043e\u0437\u043d\u043e\u0439 \u0438 \u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u043e\u0439, \u043e\u043d \u0432\u0441\u0435 \u0436\u0435 \u0431\u044b\u043b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u043c.

\n\n

Bismarck, \u043b\u0438\u043d\u043a\u043e\u0440 \u201c\u0411\u0438\u0441\u043c\u0430\u0440\u043a\u201d

\n

http://i.piccy.info/i9/095a47e7e5ae20f8785c855346e91b98/1472258503/128055/1062446/nemetskij_linkor_bismark_korabl_02.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

And finally, it should be noted the handsome German ship \u2013 battleship \u201dBismarck\u201d. The flagship of the German navy, it was perfectly balanced ship. The designers were able to successfully combine incredible firepower, strong armor and good drive ability characteristics. Initially \u201cBismarck\u201d planned to build on the schemes of \u201cpocket battleship\u201d. This was due to some limitations of the Versailles agreements. However, later the project was changed in favor of the capital increase in size.

\n

\u201cBismarck\u201d Armor consisted of Krupp Cementiert steel and basically most of plates were welded. The thickest plates had 350 mm and were placed on the sites and on a gun tower. The total weight of the armor was 40% displacement of the battleship. The engine of 150,000 horsepower provided a decent speed of 30 knots. However, maneuverability was not so good because of hull construction.

\n

The pride of a \u201cBismarck\u201d was his huge firepower. The main cannons were introduced with eight 380 mm guns with a range of 35 km. In addition, 12 guns of 150 mm caliber were placed on the deck. Also battleship had strong air-defense system. And don\u2019t forget, that on board were two torpedo apparatus and six aircraft that launched into the air in a special catapult. \u201cBismarck\u201d was equipped with the innovated optical system. Bismarck's displacement was 50 900 tons. The ship was destroyed in an unequal heroic battle with the British fleet. Before death \u201cBismarck\u201d destroyed British battleship \u201cThe Hood\u201d and significantly damaging other ships. \u201cBismarck\u201d went under water with a raised flag.

\n

http://i.piccy.info/i9/0b14beeb6e29c6df12ea6d14e17ae85f/1472258523/228833/1062446/The_Bismarck1.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u041d\u0443 \u0438 \u043d\u0430\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u043a \u043d\u0435\u043b\u044c\u0437\u044f \u043d\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u043a\u0440\u0430\u0441\u0430\u0432\u0446\u0430 \u2013 \u043b\u0438\u043d\u043a\u043e\u0440 \u0411\u0438\u0441\u043c\u0430\u0440\u043a. \u0424\u043b\u0430\u0433\u043c\u0430\u043d \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u0444\u043b\u043e\u0442\u0430, \u043e\u043d \u0431\u044b\u043b \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0441\u0443\u0434\u043d\u043e\u043c. \u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u044b \u0441\u043c\u043e\u0433\u043b\u0438 \u0443\u0434\u0430\u0447\u043d\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u0443\u044e \u043e\u0433\u043d\u0435\u0432\u0443\u044e \u043c\u043e\u0449\u044c, \u043a\u0440\u0435\u043f\u043a\u043e\u0435 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0445\u043e\u0434\u043e\u0432\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438. \u0418\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u043e \u0441\u0445\u0435\u043c\u0430\u043c \u0442\u0430\u043a \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0445 \u041a\u0430\u0440\u043c\u0430\u043d\u043d\u044b\u0445 \u041b\u0438\u043d\u043a\u043e\u0440\u043e\u0432. \u042d\u0442\u043e \u0431\u044b\u043b\u043e \u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043c\u0438 \u0412\u0435\u0440\u0441\u0430\u043b\u044c\u0441\u043a\u0438\u0445 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439. \u041e\u0434\u043d\u0430\u043a\u043e \u043f\u043e\u0437\u0436\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0432 \u043f\u043e\u043b\u044c\u0437\u0443 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432.

\n

\u0411\u0440\u043e\u043d\u044f \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0430 \u0438\u0437 Krupp Cementiert \u0441\u0442\u0430\u043b\u0438 \u0438 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043f\u043b\u0438\u0442\u044b \u0431\u044b\u043b\u0438 \u0441\u0432\u0430\u0440\u043d\u044b\u0435. \u0421\u0430\u043c\u044b\u043c\u0438 \u0442\u043e\u043b\u0441\u0442\u044b\u043c\u0438 \u0443\u0447\u0430\u0441\u0442\u043a\u0430\u043c\u0438 \u0431\u044b\u043b\u0438 \u0431\u0440\u043e\u043d\u0435\u0432\u044b\u0435 \u043f\u043b\u0438\u0442\u044b \u0431\u043e\u0440\u0442\u043e\u0432 \u0438 \u043e\u0440\u0443\u0434\u0438\u0439\u043d\u044b\u0445 \u0431\u0430\u0448\u0435\u043d \u2013 350 \u043c\u043c. \u041e\u0431\u0449\u0438\u0439 \u0432\u0435\u0441 \u0431\u0440\u043e\u043d\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b 40% \u0432\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0441\u0443\u0434\u043d\u0430. \u0421\u0438\u043b\u043e\u0432\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0432 150 000 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b\u0430 \u043b\u0438\u043d\u043a\u043e\u0440\u0443 \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 30 \u0443\u0437\u043b\u043e\u0432. \u041e\u0434\u043d\u0430\u043a\u043e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430 \u0436\u0435\u043b\u0430\u0442\u044c \u043b\u0443\u0447\u0448\u0435\u0433\u043e.

\n

http://i.piccy.info/i9/7501148487a6f2cc3d2896ba979c8687/1472289981/72104/1062446/nemetskij_linkor_bismark_korabl_03.jpg

\nPhoto from web-site http: //kollektsiya.ru\n

\u0413\u043e\u0440\u0434\u043e\u0441\u0442\u044c\u044e \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0431\u044b\u043b\u043e \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435. \u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u043a\u0430\u043b\u0438\u0431\u0440 \u0431\u044b\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u043e\u0441\u0435\u043c\u044c\u044e 380 \u043c\u043c \u043e\u0440\u0443\u0434\u0438\u044f\u043c\u0438 \u0441 \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e \u0441\u0442\u0440\u0435\u043b\u044c\u0431\u044b 35 \u043a\u043c. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0430\u0431\u043b\u0435 \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0430\u0440\u0442\u0438\u043b\u043b\u0435\u0440\u0438\u044f \u2013 12 \u043e\u0440\u0443\u0434\u0438\u0439 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 150 \u043c\u043c \u0438 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u041f\u0412\u041e. \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e \u043e\u0449\u0435\u0442\u0438\u043d\u0438\u043b\u0441\u044f \u0441\u0442\u0432\u043e\u043b\u0430\u043c\u0438. \u0422\u0430\u043a\u0436\u0435 \u043d\u0430 \u0441\u0443\u0434\u043d\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 \u0434\u0432\u0430 \u0442\u043e\u0440\u043f\u0435\u0434\u043d\u044b\u0445 \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u0430 \u0438 \u0448\u0435\u0441\u0442\u044c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043b\u0438\u0441\u044c \u0432 \u0432\u043e\u0437\u0434\u0443\u0445 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u043a\u0430\u0442\u0430\u043f\u0443\u043b\u044c\u0442\u043e\u0439. \u0421\u0443\u0434\u043d\u043e \u0431\u044b\u043b\u043e \u043e\u0441\u043d\u0430\u0449\u0435\u043d\u043e \u043d\u043e\u0432\u0435\u0439\u0448\u0438\u043c\u0438 \u0434\u0430\u043b\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u043c\u0438. \u0412\u043e\u0434\u043e\u0438\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0411\u0438\u0441\u043c\u0430\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u043e 50 900 \u0442\u043e\u043d\u043d. \u041a\u043e\u0440\u0430\u0431\u043b\u044c \u0431\u044b\u043b \u043f\u043e\u0442\u043e\u043f\u043b\u0435\u043d \u0432 \u043d\u0435\u0440\u0430\u0432\u043d\u043e\u0439 \u0433\u0435\u0440\u043e\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u0445\u0432\u0430\u0442\u043a\u0435 \u0441 \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0438\u043c \u0444\u043b\u043e\u0442\u043e\u043c, \u0443\u0441\u043f\u0435\u0432 \u043f\u0435\u0440\u0435\u0434 \u0433\u0438\u0431\u0435\u043b\u044c\u044e \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0438\u0442\u044c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0438\u0439 \u043b\u0438\u043d\u043a\u043e\u0440 Hood \u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0432 \u0434\u0440\u0443\u0433\u0438\u0435 \u043a\u043e\u0440\u0430\u0431\u043b\u0438. \u0411\u0438\u0441\u043c\u0430\u0440\u043a \u0443\u0448\u0435\u043b \u043f\u043e\u0434 \u0432\u043e\u0434\u0443 \u0441 \u043f\u043e\u0434\u043d\u044f\u0442\u044b\u043c \u0444\u043b\u0430\u0433\u043e\u043c.

\n\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.***\n***@burmik123 is part of my current effort to promote foreign language writers writing in English and Russian***", - "body_length": 11525, - "cashout_time": "2016-09-03T09:53:09", - "category": "battleships", - "children": 27, - "created": "2016-08-27T09:53:09", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"battleships\",\"worldwar2\",\"ru\"],\"image\":[\"http://i.piccy.info/i9/c3d010b10f51682c7e28572ab6790443/1472258177/104110/1062446/95976141.jpg\",\"http://i.piccy.info/i9/8aaee7058fce720abf6380f264eaf291/1472287145/139450/1062446/289606780.jpg\",\"http://i.piccy.info/i9/b6a1b736b030f441b1e86e8c4820badb/1472258242/33050/1062446/218519.jpg\",\"http://i.piccy.info/i9/20f17e22bf3adb11aaaee85d4c22880f/1472258321/61449/1062446/5bf7fcc6b0f3e21a6487797ba8da2a09.jpg\",\"http://i.piccy.info/i9/412a41e22cf300bfe7af183a750ae007/1472259096/51480/1062446/05337.jpg\",\"http://i.piccy.info/i9/f981daf696e14e67df638a1157bf51dc/1472258469/54842/1062446/511781641.jpg\",\"http://i.piccy.info/i9/095a47e7e5ae20f8785c855346e91b98/1472258503/128055/1062446/nemetskij_linkor_bismark_korabl_02.jpg\",\"http://i.piccy.info/i9/0b14beeb6e29c6df12ea6d14e17ae85f/1472258523/228833/1062446/The_Bismarck1.jpg\",\"http://i.piccy.info/i9/7501148487a6f2cc3d2896ba979c8687/1472289981/72104/1062446/nemetskij_linkor_bismark_korabl_03.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T09:53:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 47306931853949, - "parent_author": "", - "parent_permlink": "battleships", - "pending_payout_value": "319.153 HBD", - "percent_hbd": 10000, - "permlink": "knights-of-the-sea-greates-battleships-of-ww-ii-rycari-morya-linkory-vtoroi-mirovoi-featuring-burmik123-as-author", - "post_id": 1010871, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Knights of the sea. Greates Battleships of WW II. \u0420\u044b\u0446\u0430\u0440\u0438 \u043c\u043e\u0440\u044f - \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439. (featuring @burmik123 as author)", - "title": "Knights of the sea. Greates Battleships of WW II. \u0420\u044b\u0446\u0430\u0440\u0438 \u043c\u043e\u0440\u044f - \u041b\u0438\u043d\u043a\u043e\u0440\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439. (featuring @burmik123 as author)", - "total_payout_value": "0.000 HBD", - "url": "/battleships/@gavvet/knights-of-the-sea-greates-battleships-of-ww-ii-rycari-morya-linkory-vtoroi-mirovoi-featuring-burmik123-as-author" - }, - { - "active_votes": [ + "reputation": 52317559376, + "rshares": 8310434897, + "voter": "killswitch" + }, { - "percent": "10000", - "reputation": 261787136527, - "rshares": 685172531804, - "voter": "barrie" + "percent": "6900", + "reputation": 4667991454724, + "rshares": 383721357928, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 26955155697855, - "voter": "smooth" + "reputation": 134062679338, + "rshares": 402663031, + "voter": "wenden" }, { - "percent": "10000", - "reputation": 0, - "rshares": 1645120707684, - "voter": "galaxy" + "percent": "3000", + "reputation": 19111656178138, + "rshares": 19165797146, + "voter": "furion" }, { - "percent": "10000", - "reputation": 0, - "rshares": 169157699075, - "voter": "highasfuck" + "percent": "3000", + "reputation": 9142611234, + "rshares": 200114179, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 185197667, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 1756088239368, - "voter": "hr1" + "reputation": 7547302, + "rshares": 62798045, + "voter": "ghozia" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 2476299074, - "voter": "boy" + "reputation": 4336087201971, + "rshares": 24604408466, + "voter": "strangerarray" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3005934233, - "voter": "bue-witness" + "reputation": 3320684282022, + "rshares": 125277919980, + "voter": "knircky" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 557365219, - "voter": "bunny" + "reputation": 1371681467487, + "rshares": 7106476903, + "voter": "autosmile13" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 42788549501, - "voter": "bue" + "reputation": 1440357780524, + "rshares": 712980098, + "voter": "dicov" }, { "percent": "10000", - "reputation": 0, - "rshares": 1327197588, - "voter": "mini" + "reputation": 6030999377480, + "rshares": 5032300315, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 0, - "rshares": 170849766, - "voter": "moon" + "reputation": 7952828943, + "rshares": 4382819675, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 213999697917, - "voter": "alex90342fastn1" + "reputation": 1510234773828, + "rshares": 2058332545, + "voter": "bitland" }, { "percent": "10000", - "reputation": 0, - "rshares": 341948491237, - "voter": "recursive2" + "reputation": 1563271634183, + "rshares": 89907059674, + "voter": "paco" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2520868894349, - "voter": "recursive" + "reputation": 866671256465, + "rshares": 24915090018, + "voter": "igster" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 1779389087, - "voter": "mineralwasser" + "reputation": 1241141280004, + "rshares": 56390879321, + "voter": "sephiroth" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 1041740420157, - "voter": "boombastic" + "reputation": 57790558311, + "rshares": 84027489428, + "voter": "stephencurry" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 133483724841, - "voter": "mrs.agsexplorer" + "reputation": 5029542492239, + "rshares": 6557091501, + "voter": "blinova" }, { "percent": "10000", - "reputation": 1682985060, - "rshares": 10210932545, - "voter": "lee3" + "reputation": 97417747806297, + "rshares": 236273075013, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 1523183364522, - "rshares": 3401936919, - "voter": "lee5" + "reputation": 11216247387925, + "rshares": 123273954910, + "voter": "kevinpham20" }, { "percent": "10000", - "reputation": 0, - "rshares": 9445675262, - "voter": "bingo-0" + "reputation": 658204768651, + "rshares": 50551903729, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 2382160956, - "voter": "bingo-1" + "reputation": 1248165138944, + "rshares": 15073747536, + "voter": "kendewitt" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 4720939929804, - "voter": "smooth.witness" + "reputation": 594833631949, + "rshares": 6326535525, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 13571117822, - "voter": "proctologic" + "reputation": 2090799841362, + "rshares": 2483345892, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, - "rshares": 497735355, - "voter": "healthcare" + "reputation": 3033861094190, + "rshares": 12838843369, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, - "rshares": 766313784, - "voter": "daniel.pan" + "reputation": 34120390016, + "rshares": 2761436558, + "voter": "imp3" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 116289801083, - "voter": "linouxis9" + "reputation": 2764978194297, + "rshares": 4235478045, + "voter": "konti" }, { "percent": "10000", - "reputation": 0, - "rshares": 230380875, - "voter": "helen.tan" + "reputation": 9709066337974, + "rshares": 25248136849, + "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 57691744862, - "voter": "noaommerrr" + "reputation": 741654237981, + "rshares": 5369297424, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 83988299518, - "voter": "acidsun" + "reputation": 1088208717034, + "rshares": 295612153423, + "voter": "xpilar" }, { "percent": "10000", - "reputation": 14073457536993, - "rshares": 97064974260, - "voter": "edgeland" + "reputation": 24143253116, + "rshares": 125821647, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 949837096786, - "voter": "gavvet" + "reputation": 477578742546, + "rshares": 8445313788, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 562893461048, - "voter": "eeks" + "reputation": 2114306416334, + "rshares": 4801263284, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 3380310417590, - "rshares": 5284139212, - "voter": "mranderson" + "reputation": 11482318062844, + "rshares": 31196527758, + "voter": "sauravrungta" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1449839013, - "voter": "spaninv" + "percent": "10000", + "reputation": 958834221798, + "rshares": 3546805423, + "voter": "mastletter" }, { "percent": "10000", - "reputation": 5045406568403, - "rshares": 29141306150, - "voter": "james-show" + "reputation": 897000392259, + "rshares": 469444219, + "voter": "foxxycat" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 626837481475, - "voter": "nanzo-scoop" + "reputation": 160134373956, + "rshares": 7963149926, + "voter": "neroru" }, { "percent": "10000", - "reputation": 3750669747284, - "rshares": 233269660872, - "voter": "pal" + "reputation": 879409745645, + "rshares": 1638080836, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 1111594060096, - "rshares": 3735838613, - "voter": "daycrypter" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6132297644, + "voter": "positive" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 2750542806, - "voter": "jerome-colley" + "reputation": 0, + "rshares": 1692304538, + "voter": "yarly" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 220827979677, - "voter": "mummyimperfect" + "reputation": 0, + "rshares": 257550789, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 42481864631, - "voter": "asch" + "reputation": 0, + "rshares": 257937175, + "voter": "yarly3" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2500664263, - "voter": "murh" + "percent": "10000", + "reputation": 0, + "rshares": 149300547, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 2423086926842, - "rshares": 14701869306, - "voter": "b4bb4r-5h3r" + "reputation": 0, + "rshares": 150144101, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 368277594701, - "voter": "cyber" + "reputation": 0, + "rshares": 85614005, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 59755737490, - "voter": "ak2020" + "reputation": 1237762259179, + "rshares": 15807266856, + "voter": "justbc" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 37779475275, - "voter": "justtryme90" + "reputation": 26918388078, + "rshares": 125433315, + "voter": "aish" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3745629586831, - "voter": "satoshifund" + "reputation": 2499894223848, + "rshares": 2271772988, + "voter": "vanessavi" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 389554396335, - "voter": "taoteh1221" + "reputation": 12468455070375, + "rshares": 11524269572, + "voter": "carlidos" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 387537365, - "voter": "applecrisp" + "reputation": 1849155799051, + "rshares": 8535561748, + "voter": "crypto.owl" }, { "percent": "10000", - "reputation": 4338392818880, - "rshares": 29365258337, - "voter": "altoz" + "reputation": 27988491601746, + "rshares": 9899714311, + "voter": "marius19" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 369191070725, - "voter": "hedge-x" + "reputation": 3777763523032, + "rshares": 20937075979, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 51209305429, - "voter": "juanmiguelsalas" + "reputation": 153480676290, + "rshares": 647410868, + "voter": "curator" }, { "percent": "10000", - "reputation": 488865370830, - "rshares": 861607685, - "voter": "sunnyray" + "reputation": 0, + "rshares": 412118158, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 14867160404, - "voter": "samether" + "reputation": -2287580630, + "rshares": 1895040416, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 59470060121, - "voter": "ratel" + "reputation": 0, + "rshares": 221192350, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 4526468651953, - "rshares": 72745548801, - "voter": "tim-johnston" + "reputation": 10552456597779, + "rshares": 2178145514, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5820840854, - "voter": "mark-waser" + "reputation": 0, + "rshares": 77535997, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 93423532915, - "voter": "geoffrey" + "reputation": 3976815048658, + "rshares": 1866539122, + "voter": "tygergamer" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 40381185216, - "voter": "honeythief" + "reputation": 16914207527051, + "rshares": 35253803661, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 7949210311767, - "rshares": 31655010916, - "voter": "talanhorne" + "reputation": -1193908062262, + "rshares": 129041365, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4627538533, - "voter": "fuck.off" + "reputation": 137150233782, + "rshares": 103192625, + "voter": "nicoleta" }, { "percent": "10000", - "reputation": 601987961462, - "rshares": 2109202041, - "voter": "superfreek" + "reputation": 49215329, + "rshares": 3426475738, + "voter": "pigatron" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 2147948155, - "voter": "the.bot" + "reputation": 979379098872, + "rshares": 831722465, + "voter": "spinner" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 5228861678, - "voter": "the.whale" + "reputation": 161798129127, + "rshares": 143174513, + "voter": "naomi-louise" }, { "percent": "10000", - "reputation": 25639258699, - "rshares": 260305108, - "voter": "ladyclair" + "reputation": 988942038058, + "rshares": 47021349382, + "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 9044203315, - "voter": "cannav" + "reputation": 0, + "rshares": 94775168, + "voter": "alrx6918" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 5177454128, - "voter": "unicornfarts" + "reputation": 10137266406870, + "rshares": 5155476135, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 105086884817, - "voter": "rubybian" + "reputation": -833837861150, + "rshares": 55181675, + "voter": "sharon" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3111897403, - "voter": "orly" + "reputation": 11856501387697, + "rshares": 30342183444, + "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 5226901599, - "voter": "vote" + "reputation": -1130081321479, + "rshares": 54844677, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2737115931, - "voter": "stranger27" + "reputation": 6181438509962, + "rshares": 48022548458, + "voter": "capitalism" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 59776795856, - "voter": "jackkang" + "reputation": -655701032, + "rshares": 151115865, + "voter": "btctoken" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 452785348661, - "voter": "juneaugoldbuyer" + "reputation": 3194641726781, + "rshares": 21181617980, + "voter": "laoyao" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 19699483050, - "voter": "r4fken" + "reputation": 6595506981050, + "rshares": 15848599434, + "voter": "timelapse" }, { "percent": "10000", - "reputation": 29118885298, - "rshares": 255698990, - "voter": "timotron" + "reputation": 512132085322, + "rshares": 9610319414, + "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 185163520, - "voter": "steemswede" + "reputation": 2269581106933, + "rshares": 63737927, + "voter": "stormblaze" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1555319574, - "voter": "sergei" + "reputation": 819730820907, + "rshares": 845243178, + "voter": "beyondzero" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8310451037, - "voter": "killswitch" + "reputation": 950539828786, + "rshares": 2346650264, + "voter": "kalimor" }, { - "percent": "6200", - "reputation": 4667991454724, - "rshares": 335756188187, - "voter": "slowwalker" + "percent": "10000", + "reputation": 2637292041469, + "rshares": 1410711846, + "voter": "minion" }, { "percent": "10000", - "reputation": 7018477845661, - "rshares": 496664495164, - "voter": "neoxian" + "reputation": 2015798675, + "rshares": 469477644, + "voter": "bitcoindon23" }, { "percent": "10000", - "reputation": 7547302, - "rshares": 57967426, - "voter": "ghozia" + "reputation": 790526925913, + "rshares": 1267244327, + "voter": "dolov" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 125277919980, - "voter": "knircky" + "reputation": 66791976065, + "rshares": 54003305233, + "voter": "joele" }, { "percent": "10000", - "reputation": 131860560605, - "rshares": 314960603, - "voter": "zhuvazhuva" + "reputation": 11122126920308, + "rshares": 3152068109, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 6030999377480, - "rshares": 5032300315, - "voter": "sebastien" + "reputation": 73944659327428, + "rshares": 81312734882, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3961584485, - "voter": "steemit-life" + "reputation": 1269864429223, + "rshares": 2441364973, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4383007646, - "voter": "thegoodguy" + "reputation": 740133117502, + "rshares": 2114423240, + "voter": "natalymaty" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 91904677595, - "voter": "paco" + "reputation": 3740136030964, + "rshares": 196178634, + "voter": "future24" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24416788217, - "voter": "igster" + "reputation": 191217797933, + "rshares": 61759479, + "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1252755418, - "voter": "jrd8526" + "reputation": -1468839175006, + "rshares": 55265906, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 71466715655, - "voter": "ntomaino" + "reputation": -1343370986030, + "rshares": 53370316, + "voter": "ciao" }, { "percent": "10000", - "reputation": 57790558311, - "rshares": 78425656800, - "voter": "stephencurry" + "reputation": 3515726108234, + "rshares": 244483367, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 50553311004, - "voter": "milestone" + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 13112010250, - "voter": "nippel66" + "reputation": 4542627765008, + "rshares": 21029429083, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2761453371, - "voter": "imp3" + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 210516009888, - "voter": "calaber24p" + "reputation": 606096537951, + "rshares": 811063612, + "voter": "kdugar" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 4801263284, - "voter": "cryptohustlin" + "reputation": 0, + "rshares": 62624816, + "voter": "nevermind" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 31196878797, - "voter": "sauravrungta" + "reputation": 28335136369, + "rshares": 1556557214, + "voter": "erikclark13" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3617741531, - "voter": "mastletter" + "reputation": -894488087252, + "rshares": 59896309, + "voter": "confucius" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7805420905, - "voter": "neroru" + "reputation": 1487684933351, + "rshares": 11468336535, + "voter": "borran" }, { "percent": "10000", - "reputation": 100161586091, - "rshares": 2135941435, - "voter": "slava" + "reputation": 37279727062, + "rshares": 2310179292, + "voter": "bledarus" }, { "percent": "10000", - "reputation": 163343680085, - "rshares": 380540024, - "voter": "meteor78" + "reputation": 289207830105, + "rshares": 62069775, + "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 715914588623, - "rshares": 1068180699, - "voter": "oecp85" + "reputation": 2118792724924, + "rshares": 96236468184, + "voter": "miacats" }, { "percent": "10000", "reputation": 0, - "rshares": 1692304538, - "voter": "yarly" + "rshares": 62191424, + "voter": "alexbones" }, { "percent": "10000", "reputation": 0, - "rshares": 257550789, - "voter": "yarly2" + "rshares": 57264926, + "voter": "nano2nd" }, { "percent": "10000", - "reputation": 0, - "rshares": 257937175, - "voter": "yarly3" + "reputation": -789959772758, + "rshares": 53648513, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, - "rshares": 149300547, - "voter": "yarly4" + "reputation": 1053198051249, + "rshares": 814683653, + "voter": "abc1621043211" }, { "percent": "10000", - "reputation": 0, - "rshares": 150144101, - "voter": "yarly5" + "reputation": 3168479764, + "rshares": 59774308, + "voter": "razberrijam" }, { "percent": "10000", "reputation": 0, - "rshares": 85614005, - "voter": "yarly7" - }, - { - "percent": "10000", - "reputation": 12468455070375, - "rshares": 11754754963, - "voter": "carlidos" + "rshares": 51899170, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 8535561748, - "voter": "crypto.owl" + "reputation": 4637390447698, + "rshares": 992241888, + "voter": "chinadaily" }, { "percent": "10000", - "reputation": 4911895513371, - "rshares": 10390803469, - "voter": "quickfingersluc" + "reputation": 44529428534261, + "rshares": 54217564969, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 27988491601746, - "rshares": 9701736501, - "voter": "marius19" + "reputation": 10723244574, + "rshares": 4200008458, + "voter": "almerri" }, { "percent": "10000", - "reputation": 4558720822431, - "rshares": 18238681202, - "voter": "jennamarbles" + "reputation": 2551239163442, + "rshares": 7654647960, + "voter": "johnnyyash" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 647410868, - "voter": "curator" + "reputation": 83682643470, + "rshares": 104558988, + "voter": "cinderphoenix" }, { "percent": "10000", "reputation": 0, - "rshares": 412118158, - "voter": "yarly10" + "rshares": 51863356, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1895040416, - "voter": "alex.chien" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 221192350, - "voter": "yarly11" + "rshares": 51859074, + "voter": "thermor" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2223286648, - "voter": "royalmacro" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 77535997, - "voter": "yarly12" + "rshares": 51852278, + "voter": "widell" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35253803661, - "voter": "celebr1ty" + "reputation": -49397634, + "rshares": 56262568, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 6545561317919, - "rshares": 8491184485, - "voter": "clevecross" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 137150233782, - "rshares": 123831150, - "voter": "nicoleta" + "reputation": 3103554028241, + "rshares": 219509213, + "voter": "levycore" }, { "percent": "10000", - "reputation": 49215329, - "rshares": 3426610243, - "voter": "pigatron" + "reputation": 2140537429766, + "rshares": 16917058029, + "voter": "yef99" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 797082830, - "voter": "spinner" + "reputation": 401217888, + "rshares": 375809602, + "voter": "mig641" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 715230489, - "voter": "metaflute" + "reputation": 1130219064888, + "rshares": 25010896331, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 161798129127, - "rshares": 143174513, - "voter": "naomi-louise" + "reputation": 2298752539, + "rshares": 53716167, + "voter": "steemtime" }, { "percent": "10000", - "reputation": 0, - "rshares": 92571094, - "voter": "alrx6918" + "reputation": 28176351271250, + "rshares": 62618232135, + "voter": "barrycooper" }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 1960160403, - "voter": "litrbooh" + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 3194641726781, - "rshares": 21181912202, - "voter": "laoyao" + "reputation": 8420918209808, + "rshares": 19757679012, + "voter": "daut44" }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9610319414, - "voter": "viktor.phuket" + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" }, { "percent": "10000", - "reputation": 3715674298536, - "rshares": 9347496106, - "voter": "mrweed" + "reputation": 1090727793166, + "rshares": 2080110458, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2346650264, - "voter": "kalimor" + "reputation": 1063317981552, + "rshares": 7958252129, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 972824609, - "voter": "achim86" + "reputation": 2516108074649, + "rshares": 453942549, + "voter": "runridefly" }, { - "percent": "10000", - "reputation": 66791976065, - "rshares": 54004651126, - "voter": "joele" + "percent": "10000", + "reputation": 809313892500, + "rshares": 5412697421, + "voter": "daveks" }, { "percent": "10000", - "reputation": 11122126920308, - "rshares": 3152107120, - "voter": "oflyhigh" + "reputation": 2147956107486, + "rshares": 3936818232, + "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 0, - "rshares": 856837594, - "voter": "skavkaz" + "reputation": 364872562916, + "rshares": 1313142132, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": -451593763871, - "rshares": 3229825437, - "voter": "blow" + "reputation": 682893592, + "rshares": 716935750, + "voter": "gear66" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 244542542, - "voter": "jrcornel" + "reputation": 1504301173829, + "rshares": 2168590497, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 145684441672, - "rshares": 574458506, - "voter": "bmcv001" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 21029429083, - "voter": "hanshotfirst" + "reputation": 3706650400, + "rshares": 53156710, + "voter": "onionweb" }, { "percent": "10000", - "reputation": 606096537951, - "rshares": 811063612, - "voter": "kdugar" + "reputation": 20797221470, + "rshares": 1718731036, + "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1556557214, - "voter": "erikclark13" + "reputation": 651373865756, + "rshares": 58965663, + "voter": "team101" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 62069775, - "voter": "elenirossidou" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 96237205637, - "voter": "miacats" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 3168479764, - "rshares": 59774308, - "voter": "razberrijam" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 4637390447698, - "rshares": 992241888, - "voter": "chinadaily" + "reputation": 25508059, + "rshares": 52320760, + "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 11186105672, - "voter": "kyriacos" + "reputation": 232802458264, + "rshares": 7631292779, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4200008458, - "voter": "almerri" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 4318672774075, - "rshares": 4256171178, - "voter": "farmerswife" + "reputation": 80747623295, + "rshares": 40720074252, + "voter": "zahnspange" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 56262568, - "voter": "vasilii" + "reputation": 785171622834, + "rshares": 5808397514, + "voter": "jwaser" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 219509213, - "voter": "levycore" + "reputation": 0, + "rshares": 56385336, + "voter": "sad" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 16917300126, - "voter": "yef99" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 401217888, - "rshares": 375809602, - "voter": "mig641" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 25010896331, - "voter": "andrewawerdna" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 2672575026, - "voter": "onetree" + "reputation": 57977501, + "rshares": 1083733990, + "voter": "gerasim" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1264476969, - "voter": "imag1ne" + "reputation": 422025489355, + "rshares": 348883634, + "voter": "redmalak" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 19287850922, - "voter": "daut44" + "reputation": -248081771849, + "rshares": 52540446, + "voter": "chuckleberry" }, { "percent": "10000", - "reputation": 3144994876819, - "rshares": 397105580, - "voter": "nulliusinverba" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 453942549, - "voter": "runridefly" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 5412848738, - "voter": "daveks" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688820623, - "voter": "gear66" + "reputation": 20160059807, + "rshares": 51008875, + "voter": "klents" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 1864269289, - "voter": "richardcrill" + "reputation": 1810829967, + "rshares": 2796885971, + "voter": "bwaser" }, { "percent": "10000", - "reputation": 1504301173829, - "rshares": 2211962307, - "voter": "jeremyfromwi" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1718763987, - "voter": "davidjkelley" + "reputation": 3301652860610, + "rshares": 4025164142, + "voter": "dexter-k" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 25549404636, - "voter": "sponge-bob" + "reputation": 321473400567, + "rshares": 343129474, + "voter": "panther" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 53433968, - "voter": "kosmatimuc" + "reputation": 2609275826131, + "rshares": 160210422, + "voter": "alina1" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 7475681223, - "voter": "digital-wisdom" + "reputation": 5223594852, + "rshares": 91660596, + "voter": "gracewriter" }, { "percent": "10000", - "reputation": 1919986626165, - "rshares": 909737683, - "voter": "matthewtiii" + "reputation": 35035670618, + "rshares": 53484846, + "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 561774262537, - "rshares": 1133128817, - "voter": "maryfromsochi" + "reputation": 50326964582800, + "rshares": 149339539326, + "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5808542767, - "voter": "jwaser" + "reputation": 19674745811334, + "rshares": 63046424500, + "voter": "tracemayer" }, { "percent": "10000", - "reputation": 262756573957, - "rshares": 644989882, - "voter": "kev7000" + "reputation": 1000151128321, + "rshares": 67785707, + "voter": "littlescribe" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2796951873, - "voter": "bwaser" + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 343129474, - "voter": "panther" + "reputation": 353288883728, + "rshares": 51234547, + "voter": "floweroflife" }, { "percent": "10000", - "reputation": 2609275826131, - "rshares": 142409264, - "voter": "alina1" + "reputation": 2697602494482, + "rshares": 1423276011, + "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 25478516374, - "voter": "brains" + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" }, { "percent": "10000", @@ -28697,18 +28679,18 @@ "rshares": 54979188, "voter": "steemafon" }, + { + "percent": "10000", + "reputation": 1238950467, + "rshares": 50756885, + "voter": "marianahunt" + }, { "percent": "10000", "reputation": 0, "rshares": 6761713914, "voter": "chick1" }, - { - "percent": "10000", - "reputation": 5646699288797, - "rshares": 1952430609, - "voter": "gringalicious" - }, { "percent": "10000", "reputation": 0, @@ -28721,22 +28703,10 @@ "rshares": 50439002, "voter": "typingagent" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50436594, - "voter": "cwb" - }, - { - "percent": "10000", - "reputation": 1726647930107, - "rshares": 1769414345, - "voter": "slayer" - }, { "percent": "10000", "reputation": 570800415880, - "rshares": 1579372070, + "rshares": 1579339119, "voter": "ellepdub" }, { @@ -28747,605 +28717,629 @@ }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 2408914956, - "voter": "ekaterinka" + "reputation": 151906532077, + "rshares": 52533117, + "voter": "stardust" }, { "percent": "10000", "reputation": 6072650400812, - "rshares": 1111203578, + "rshares": 1111187774, "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": -519870545601, - "rshares": 51045264, - "voter": "psyduck" + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" }, { "percent": "10000", "reputation": 0, - "rshares": 4910299608, + "rshares": 50439559, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 51306381, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5012597516, "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51468522, + "voter": "catkill" + }, + { + "percent": "10000", + "reputation": 9299553, + "rshares": 51458352, + "voter": "nerdking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 421279871, + "rshares": 50090625, + "voter": "birdiewonder" } ], "author": "gavvet", "author_reputation": 204869765185479, "beneficiaries": [], - "body": "[Definition of a Stalker](https://en.wikipedia.org/wiki/Stalking)\n \n>Having been used since at least the 16th century to refer to a prowler or a poacher (Oxford English Dictionary), the term stalker began to be used by the media in the 20th century to describe people who pester and harass others, initially with specific reference to the harassment of celebrities by strangers who were described as being \"obsessed\". This use of the word appears to have been coined by the tabloid press in the United States. As time went by, the meaning of stalking changed and incorporated individuals being harassed by their former partners. Stalking can be defined as the willful and repeated following, watching and/or harassing of another person. Unlike other crimes, which usually involve one act, stalking is a series of actions that occur over a period of time.\n\nhttps://pixabay.com/static/uploads/photo/2014/11/21/00/09/gangster-539993_960_720.jpg\n\nI have always been fascinated with Horror Movies, Various Mythical Creatures Vampires etc, but true horror occurs with people that seem normal but certain cranial fittings do not seem to fit as they should.\n\nBig Problem is that to these people their behaviour appears perfectly normal. \n\nI was always good with poetry ,and with my interest in music soon adapted to telling stories with Lyrics. Have been a member of a number bands and have performed a number of my creations. A lot more have done nothing with them.\n\nSTALKER\n\n\n\n\n\n\nI'm the dark shadow in the corner of your eye\nThe one across the road wearing the bow-tie\nthe stealthy whisperer trying so hard to pry\nSlowly slipping closer with no fairy-tale to die\n\nI'm the nightmare wakes you in a cold,cold sweat\nthe phone that stops ringing when you get it set \nthe tap that's slowly dripping but nothing is wet\nyou cant concentrate, your mental Russian roulette\n\nHear my quiet steps behind you don't turn around\nImpending disaster like a ship that's run aground\nShuffling, snuffling,Scream but there's no sound\nThe icy clasp around your heart rooted in the ground\n\nChorus\n>I'm your Stalker\nThere is no escape\nI'm your Stalker\nno Superman in a cape \nI'm your Stalker\nThere is only me\nI'm your Stalker(From me) \nYou'll never be free\n\nBridge (go soft till last line)\n>You were mine\nfrom the first time I saw you\nyou don't understand\nThat I need you the most\nyour other admirers \nthey just want to bore you,\nbut I'll be the one \nthat turns you to a ghost\n\nFeel that inside crawling ,I'm under your skin\nI wont up and disappear this is no sudden whim\nI'm not really a romantic , I'm no Errol Flynn\nI'm your deadly daydream I'm no mannequin", - "body_length": 2655, - "cashout_time": "2016-09-02T16:55:39", - "category": "lyrics", - "children": 9, - "created": "2016-08-26T16:55:39", + "body": "Each one of us is unique, even though we belong to the same human race and even though there are 7.4 billion of us! It\u2019s hard to even consider that, with so many of us in this world. Seems statistically impossible, doesn\u2019t it? But it\u2019s true. The reason for that is that each person is a sum of his personality, hopes, dreams, aspirations, likes and dislikes, genetics and general perception of reality. There are too many variables. But it makes us who we are.\n\n![](https://s11.postimg.org/4odvgpfcz/18smhbx1pvip8jpg.jpg)\n\nPersonality of a person is perhaps one of the most important traits. It is how people perceive you. It dictates how people communicate with you and even the direction that your life will take. There are all sorts of people in the world with different inherent nature and personalities. But one could argue that there are two basic type of people. These are the introverts and the extroverts. \n\nIntroverts\n==========\n\nPsychology defines an introvert as a person who is predominantly concerned with his own thoughts and feelings rather than with external things. They tend to be shy and like to spend time alone. They rarely like to socialise, as this might cause them anxiety. The world looks upon them like something is wrong with them and are often stereotyped as loners.\n\n![](https://s12.postimg.org/iyommm571/hiding_1209131_1280.jpg)\n\nIt\u2019s not that they hate people or are miserable beings just sitting in the corner of a room staring at the ceiling with no purpose. They just like spending time alone away from all the noise, chaos and drama. These are peaceful creatures who like calm and quiet. \n\nExtroverts\n==========\n\nThey are everything an introvert is not. They are energetic and like spending time outside. They like socialising, meeting new people, increasing their friends circle, travelling the world. \n\n![](https://s11.postimg.org/k0wacgwv7/Pierre_Auguste_Renoir_Luncheon_of_the_Boating.jpg)\n\nThese are the leaders, the visionaries, the explorers. They want to be in the midst of things; a part of the human affairs. They are predominantly concerned with external things or objective considerations.\n\nIs it strictly one or the other?\n================================\n\nIt is often believed that people fall under one or the other category. But that cannot be further from the truth. As humans, we are nature\u2019s masterpiece. It\u2019s quite ego-centric to think that but it is quite true. We are different than all other species on the planet. We can reason, make sense, have consciousness and awareness of our existence and we can ask the most difficult questions and have the power to understand them as well. \n\nAnd this makes us different. Different to other organisms around the world and different to each other as well. And this is the reason we can\u2019t simply fall under two categories. It\u2019s more complex than that, just like our nature itself.\n\nI remember a quote by Carl G. Jung who said, \u201cThere is no such thing as a pure introvert or extrovert. Such a person would be in the lunatic asylum\u201d And I totally agree with this. The human nature is more of a yin-yang thing. There is good, there is bad. There is good in bad and bad in good. \n\n![](https://s4.postimg.org/lzs5l0olp/yin_1341378_1280.png)\n\nAnd all of this can exist independently and inter-dependently. It\u2019s all about which quality has pre-dominance. Such complexity, and yet it is beautifully simple if you think about it. \n\nWhile discerning a type for an individual, a lot of factors come into play. Every life is a world in its own. Everyone is going through life with particular set of parameters that dictate everything else. These can be your financial situation, your health, your mood at any given time, and the general level at where things are in life. All these come into play while deciding what kind of a person someone is.\n\nAnd this is exactly where my point resides. Nobody is strictly introvert or extrovert at all times. Sometimes an extrovert feels down or depressed and acts like an introvert. The same can be true the other way around.\n\nGrowing up I could never figure out in what category I fit into. I have always liked being alone, writing, reading, binge watching TV shows, thinking about random stuff and what not. But I have also always liked travelling, seeing new places, having new experiences, meeting new, interesting people. Basically when I was indoors, I hated going outside and when I was outside, I hated going home!\n\nAmbivert - The Best of Both Worlds\n==================================\n\nAn Ambivert is a person who has both qualities. They like socialising but not for long. They like alone time but not for long either. They have the best qualities from both the worlds. Most of us are ambiverts. Some of us tend to fall more towards the introvert side and some of us towards the extrovert. But it can be undoubtedly said that all of us somewhere in the middle.\n\nThe best way to look at this is with a scale. The question is not whether you are an extrovert on an introvert but how much of each. \n\n![](https://s4.postimg.org/ssa2n9upp/scale.png)\n\nPerks of being an Ambivert\n==========================\n\nBest of both worlds\n--------------------\n\nAll qualities have importance in life. Being alone helps with your thinking and creative needs while socialising helps with your human needs. An ambivert enjoys the best of both worlds. He doesn\u2019t miss out on anything and gets to have both sets of experiences and looks at the world through two different sets of eyes making his opinion that much more valuable.\n\nThey are observant, intuitive, creative, sensitive towards people\u2019s feelings, thoughtful, imaginative like the introverts while at the same time are adventurous, confident, smart, with leadership qualities of an extrovert. It\u2019s like mixing two superpowers together and creating a super-superhero!\n\nAmbiverts Adapt\n---------------\n\nThere are many situations in life where you are supposed to act a certain way. Being an ambivert, a person can easily adapt to different situations, happy or sad and can act accordingly. He is flexible. At a party he can be charming and lovely and at the same time he can enjoy a quiet movie. Also, an ambivert can understand if and when someone else wants to have some space.\n\nMore Emotionally Stable\n-----------------------\n\nWhile introverts tend to be hypersensitive and extroverts highly confident and not easily influenced by outside factors, it is the ambivert that strikes the balance perfectly. He is neither too sensitive nor too confident. He manages to keep a cool head and look at things objectively. It leads to better decision making and handling of situations.\n\nThey understand people\n----------------------\n\nIntroverts don\u2019t seem to understand extroverts and vice versa. The former may seem too anti-social and the later may seem to dominating to one another. But since an ambivert has both qualities, he understands both sets of people. And in several situations, an ambivert can serve as a liaison between the two, helping get the messages across in such ways as both types of people can understand. \n\nBetter leaders\n--------------\n\nA leader understands his employees and leads them to success based on every individual\u2019s personality type. Everyone has to be nurtured differently. And since an ambivert is basically the sum of all personalities, who better at the job. He can manage expectations and develop each personality type in ways that everyone can work together in a peaceful, cohesive environment. This results in them being the perfect leaders.\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author. You can find me on steemit chat but my queue is very long and I do take a while to respond at the moment***", + "body_length": 7793, + "cashout_time": "2016-09-02T16:12:54", + "category": "life", + "children": 13, + "created": "2016-08-26T16:12:54", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"lyrics\",\"poetry\",\"stalker\"],\"links\":[\"https://en.wikipedia.org/wiki/Stalking\"]}", + "json_metadata": "{\"tags\":[\"life\",\"philosophy\",\"psychology\"],\"image\":[\"https://s11.postimg.org/4odvgpfcz/18smhbx1pvip8jpg.jpg\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T17:47:45", + "last_update": "2016-08-26T16:12:54", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 51484900235271, + "net_rshares": 65680811469958, "parent_author": "", - "parent_permlink": "lyrics", - "pending_payout_value": "356.666 HBD", + "parent_permlink": "life", + "pending_payout_value": "571.471 HBD", "percent_hbd": 10000, - "permlink": "lyrics-from-alan-stalker-featuring-awgbibb-as-author", - "post_id": 1000342, + "permlink": "the-life-of-an-ambivert-featuring-sauravrungta-as-author", + "post_id": 999764, "promoted": "0.000 HBD", "replies": [], - "root_title": "Lyrics from Alan: Stalker (featuring @awgbibb as author)", - "title": "Lyrics from Alan: Stalker (featuring @awgbibb as author)", + "root_title": "The Life of an Ambivert (featuring @sauravrungta as author)", + "title": "The Life of an Ambivert (featuring @sauravrungta as author)", "total_payout_value": "0.000 HBD", - "url": "/lyrics/@gavvet/lyrics-from-alan-stalker-featuring-awgbibb-as-author" + "url": "/life/@gavvet/the-life-of-an-ambivert-featuring-sauravrungta-as-author" }, { "active_votes": [ { "percent": "10000", - "reputation": 261787136527, - "rshares": 685172531804, - "voter": "barrie" + "reputation": 949715155915, + "rshares": 7332971955337, + "voter": "steempty" }, { "percent": "10000", "reputation": 32455846463901, - "rshares": 26954739697795, + "rshares": 27855438793323, "voter": "smooth" }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28861543558, + "voter": "anonymous" + }, { "percent": "10000", "reputation": 0, - "rshares": 1758473007761, - "voter": "fantasy" + "rshares": 5979444150261, + "voter": "freedom" }, { "percent": "10000", "reputation": 0, - "rshares": 169151023920, + "rshares": 158978258253, "voter": "highasfuck" }, { - "percent": "5000", - "reputation": 9326993992, - "rshares": 114110233177, - "voter": "nextgenwitness" + "percent": "10000", + "reputation": 8779714777561, + "rshares": 7299364555625, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1780207137074, + "voter": "badassmother" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1709798198444, + "rshares": 1846827423477, "voter": "hr1" }, { - "percent": "4000", + "percent": "6000", "reputation": 16685610555705, - "rshares": 8260428347555, + "rshares": 12386612623064, "voter": "tombstone" }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1331551872686, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 3067849802089, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5386794140651, + "voter": "steemit200" + }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3095367117, + "rshares": 3095016279, "voter": "boy" }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 175641273116, + "voter": "steem-id" + }, { "percent": "10000", "reputation": 4712949449, - "rshares": 3757407702, + "rshares": 3756940539, "voter": "bue-witness" }, { "percent": "10000", "reputation": 1789951494550, - "rshares": 696706524, + "rshares": 696674463, "voter": "bunny" }, { "percent": "10000", "reputation": 103443134841, - "rshares": 53483810327, + "rshares": 53376139047, "voter": "bue" }, - { - "percent": "5000", - "reputation": 1689894306134, - "rshares": 2934113185, - "voter": "thepresident" - }, - { - "percent": "5000", - "reputation": 5009147934382, - "rshares": 16804682690, - "voter": "danknugs" - }, { "percent": "10000", "reputation": 0, - "rshares": 1658995304, + "rshares": 1658836759, "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 213562208, + "rshares": 213558827, "voter": "moon" }, { "percent": "10000", "reputation": 330982605, - "rshares": 209802398058, + "rshares": 211894184667, "voter": "alex90342fastn1" }, - { - "percent": "5000", - "reputation": 1241362310762, - "rshares": 8389449842, - "voter": "bentley" - }, { "percent": "10000", "reputation": 0, - "rshares": 341931319251, + "rshares": 335193350714, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2520747108565, + "rshares": 2542688324486, "voter": "recursive" }, - { - "percent": "10000", - "reputation": -296615780418, - "rshares": 1779389087, - "voter": "mineralwasser" - }, - { - "percent": "10000", - "reputation": 854893586973, - "rshares": 1041740420157, - "voter": "boombastic" - }, - { - "percent": "10000", - "reputation": 7520586390, - "rshares": 133483724841, - "voter": "mrs.agsexplorer" - }, { "percent": "10000", "reputation": 1682985060, - "rshares": 10209839966, + "rshares": 24181154443, "voter": "lee3" }, { "percent": "10000", "reputation": 1523183364522, - "rshares": 3401866972, - "voter": "lee5" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 9445675262, - "voter": "bingo-0" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 2382160956, - "voter": "bingo-1" - }, - { - "percent": "10000", - "reputation": 83941319998, - "rshares": 4720299700327, - "voter": "smooth.witness" - }, - { - "percent": "10000", - "reputation": 2802091583976, - "rshares": 13571117822, - "voter": "proctologic" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 622169194, - "voter": "healthcare" + "rshares": 5527985680, + "voter": "lee5" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 1020584022953, - "voter": "tuck-fheman" + "reputation": 83941319998, + "rshares": 4811331006628, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, - "rshares": 957892231, - "voter": "daniel.pan" + "reputation": 585246886482, + "rshares": 71602318971, + "voter": "vip" }, { "percent": "10000", - "reputation": 96486114508046, - "rshares": 2708294843223, - "voter": "donkeypong" + "reputation": 82600290949846, + "rshares": 1081772994061, + "voter": "cass" }, { "percent": "10000", - "reputation": 3991861275580, - "rshares": 49089641175, - "voter": "full-steem-ahead" + "reputation": 2802091583976, + "rshares": 21132025914, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 67551801215, - "voter": "jchch" + "reputation": 0, + "rshares": 622142201, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 5296864583034, - "rshares": 58189402075, - "voter": "ilanaakoundi" + "reputation": 0, + "rshares": 954460116, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 4013874407471, - "rshares": 118598446372, - "voter": "linouxis9" + "reputation": 330369773484, + "rshares": 951751394, + "voter": "relativelyboston" }, { "percent": "10000", "reputation": 0, - "rshares": 287976094, + "rshares": 287969338, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 48076454051, - "voter": "noaommerrr" + "reputation": 4477492280957, + "rshares": 23757573660, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 106752569746, + "rshares": 1686794962, + "voter": "douglas.adams" }, { "percent": "10000", "reputation": 12188250813227, - "rshares": 83988299518, + "rshares": 86578146111, "voter": "acidsun" }, { "percent": "10000", - "reputation": 1307793552141, - "rshares": 17124877023, - "voter": "max-infeld" + "reputation": 3444102146490, + "rshares": 14147589553, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 2120743942708, - "rshares": 20568579908, - "voter": "ninzacode" + "reputation": 4733188979515, + "rshares": 12000278271, + "voter": "ervin-lemark" }, { "percent": "10000", "reputation": 204869765185479, - "rshares": 949835425968, + "rshares": 1009212510288, "voter": "gavvet" }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 19744143533, + "voter": "joelinux" + }, { "percent": "3000", "reputation": 4931834878069, - "rshares": 7612621652, + "rshares": 7609785647, "voter": "fkn" }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 30722282095, + "voter": "thedarkestplum" + }, { "percent": "10000", "reputation": 3380310417590, - "rshares": 5284139212, + "rshares": 5497978246, "voter": "mranderson" }, { "percent": "2500", "reputation": 376960001789, - "rshares": 1449778479, + "rshares": 1449009450, "voter": "spaninv" }, { - "percent": "10000", - "reputation": 436017530085, - "rshares": 24031919947, - "voter": "instructor2121" + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -31558350058, + "voter": "james-show" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 333310096448, - "voter": "teamsteem" + "reputation": 58571016273092, + "rshares": 680498703247, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 612217886402, - "voter": "nanzo-scoop" + "reputation": 865237448731, + "rshares": 1787913144, + "voter": "maxim-ananko" }, { "percent": "10000", "reputation": 503318537891, - "rshares": 5501085613, + "rshares": 5298520077, "voter": "jerome-colley" }, { "percent": "10000", "reputation": 10093114621632, - "rshares": 91685466679, + "rshares": 91665087409, "voter": "william-noe" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 130160722682, - "voter": "steve-walschot" + "reputation": 1942274690427, + "rshares": 7571896013, + "voter": "kefkius" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 220827979677, - "voter": "mummyimperfect" + "reputation": 6580794427504, + "rshares": 60241521307, + "voter": "hannixx42" }, { "percent": "10000", - "reputation": 161089556767, - "rshares": 42480892862, - "voter": "asch" + "reputation": 16025488740118, + "rshares": 10433897526, + "voter": "klye" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 2500664263, - "voter": "murh" + "percent": "10000", + "reputation": 161089556767, + "rshares": 39953283120, + "voter": "asch" }, { "percent": "10000", - "reputation": 2423086926842, - "rshares": 14343287128, - "voter": "b4bb4r-5h3r" + "reputation": 46690451470, + "rshares": 916363925, + "voter": "slickwilly" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 153112566678, - "voter": "dragonslayer109" + "reputation": 373944484737, + "rshares": 1631264288, + "voter": "dmitry" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 346613028489, - "voter": "cyber" + "reputation": 0, + "rshares": 22681034485, + "voter": "adiron" }, { "percent": "10000", - "reputation": 3037854988445, - "rshares": 59755737490, - "voter": "ak2020" + "reputation": 34874025761373, + "rshares": 356858298556, + "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 11765473490257, - "rshares": 39178573887, - "voter": "justtryme90" + "reputation": 824717099743, + "rshares": 389749280213, + "voter": "cyber" }, { "percent": "10000", - "reputation": 4213833370161, - "rshares": 31826635385, - "voter": "drinkzya" + "reputation": 463562817, + "rshares": 598134142, + "voter": "ethan-castle" }, { "percent": "10000", - "reputation": 71931696380, - "rshares": 3745627395323, - "voter": "satoshifund" + "reputation": 199308931780, + "rshares": 240329995, + "voter": "akaninyene-etuk" }, { "percent": "10000", "reputation": 11136252375006, - "rshares": 389554396335, + "rshares": 346925280994, "voter": "taoteh1221" }, { "percent": "10000", "reputation": 79561484422, - "rshares": 387537365, + "rshares": 393705031, "voter": "applecrisp" }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 51209305429, + "rshares": 53477761453, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 15268975550, - "voter": "samether" + "reputation": 5888717170887, + "rshares": 60824832458, + "voter": "ratel" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 59468484143, - "voter": "ratel" + "reputation": 77590508815145, + "rshares": 207025498333, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 57632363476, - "voter": "thecryptodrive" + "reputation": 325340968, + "rshares": 8254316331, + "voter": "hulu" }, { "percent": "10000", - "reputation": 2761596392902, - "rshares": 1213965802, - "voter": "tee-em" + "reputation": 0, + "rshares": 4602269229, + "voter": "raff-delfin" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 4042362733, - "voter": "usefree" + "reputation": 212451198738, + "rshares": 427191549, + "voter": "magdalena" }, { "percent": "10000", - "reputation": 486415577627, - "rshares": 5820682823, - "voter": "mark-waser" + "reputation": 771767379417, + "rshares": 2018522454, + "voter": "stephen-somers" }, { "percent": "10000", - "reputation": 48542961182602, - "rshares": 1427491947588, - "voter": "sean-king" + "reputation": 12494904871301, + "rshares": 275577417167, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 93410131768, - "voter": "geoffrey" + "reputation": 2761596392902, + "rshares": 1132182153, + "voter": "tee-em" }, { "percent": "10000", - "reputation": 36884147263377, - "rshares": 228214214472, - "voter": "lukestokes" + "reputation": 1222010452191, + "rshares": 3521805717, + "voter": "antizvuk" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 41277554941, - "voter": "honeythief" + "reputation": 1960155455032, + "rshares": 3963083841, + "voter": "usefree" }, { "percent": "10000", - "reputation": 224903879777, - "rshares": 6097725118, - "voter": "tyler-fletcher" + "reputation": 86912853643710, + "rshares": 728144155314, + "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 3509662488161, - "rshares": 26661945244, - "voter": "jonnyrevolution" + "reputation": 21696987204454, + "rshares": 154149178390, + "voter": "ikigai" }, { "percent": "10000", "reputation": 7949210311767, - "rshares": 31654657868, + "rshares": 31653074303, "voter": "talanhorne" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 4627538533, - "voter": "fuck.off" + "reputation": 28873518041457, + "rshares": 50255193980, + "voter": "razvanelulmarin" }, { "percent": "10000", "reputation": 601987961462, - "rshares": 2109202041, + "rshares": 2363852456, "voter": "superfreek" }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 5323231696, + "voter": "iloveporn" + }, { "percent": "10000", "reputation": 1557874437556, - "rshares": 2147933696, + "rshares": 2047297928, "voter": "the.bot" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 7497734392, - "voter": "johnbradshaw" + "reputation": 15285243314, + "rshares": 172277032, + "voter": "ales" }, { "percent": "10000", "reputation": 1691376287481, - "rshares": 5228861678, + "rshares": 4514744945, "voter": "the.whale" }, { "percent": "10000", "reputation": 25639258699, - "rshares": 260305108, + "rshares": 257330035, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 9044168008, - "voter": "cannav" + "reputation": 4276659410889, + "rshares": 3159445479, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 105086884817, - "voter": "rubybian" + "reputation": 40255997582, + "rshares": 10331014347, + "voter": "cannav" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 3111897403, - "voter": "orly" + "reputation": 1160886081198, + "rshares": 4388777082, + "voter": "unicornfarts" }, { "percent": "10000", "reputation": 7091975331308, - "rshares": 12558782388, + "rshares": 12525347844, "voter": "konstantin" }, { "percent": "10000", "reputation": 19462531467501, - "rshares": 29466506751, + "rshares": 26775461415, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 6809386771, - "voter": "cmtzco" - }, - { - "percent": "10000", - "reputation": 1035952800698, - "rshares": 5226901599, - "voter": "vote" + "reputation": 3175467999049, + "rshares": 18232810830, + "voter": "hakise" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 2737115931, - "voter": "stranger27" + "reputation": 1083381628, + "rshares": 252776492, + "voter": "nexus1" }, { "percent": "10000", @@ -29355,460 +29349,472 @@ }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 12644355479, - "voter": "yogi.artist" + "reputation": 67719411972, + "rshares": 280713275, + "voter": "ksenia" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 466102564798, - "voter": "juneaugoldbuyer" + "reputation": 305047794164, + "rshares": 59765168652, + "voter": "jackkang" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 19699285014, - "voter": "r4fken" + "reputation": 2237331858240, + "rshares": 4754150491, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 29118885298, - "rshares": 260812970, - "voter": "timotron" + "reputation": 1059790037173, + "rshares": 609265894028, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 315849979, - "voter": "damono" + "reputation": -2499740471746, + "rshares": 20731349758, + "voter": "r4fken" }, { "percent": "10000", "reputation": 5451039980643, - "rshares": 201996567, + "rshares": 66908390, "voter": "steemswede" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1587722065, - "voter": "sergei" + "reputation": 52317559376, + "rshares": 8558782111, + "voter": "killswitch" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8310434897, - "voter": "killswitch" + "reputation": 2657547218546, + "rshares": 5808793948, + "voter": "qamarpinkpanda" }, { - "percent": "6900", - "reputation": 4667991454724, - "rshares": 383721357928, - "voter": "slowwalker" + "percent": "10000", + "reputation": 19408082282, + "rshares": 251671748, + "voter": "playtime" }, { "percent": "10000", - "reputation": 134062679338, - "rshares": 402663031, - "voter": "wenden" + "reputation": 310449551325, + "rshares": 404516476, + "voter": "whitepeach" }, { "percent": "3000", "reputation": 19111656178138, - "rshares": 19165797146, + "rshares": 19142826925, "voter": "furion" }, { "percent": "3000", "reputation": 9142611234, - "rshares": 200114179, + "rshares": 200083760, "voter": "ch0c0latechip" }, { "percent": "3000", "reputation": 3871042, - "rshares": 185197667, + "rshares": 185172319, "voter": "doge4lyf" }, { "percent": "10000", "reputation": 7547302, - "rshares": 62798045, + "rshares": 67628664, "voter": "ghozia" }, { "percent": "10000", - "reputation": 4336087201971, - "rshares": 24604408466, - "voter": "strangerarray" - }, - { - "percent": "10000", - "reputation": 3320684282022, - "rshares": 125277919980, - "voter": "knircky" + "reputation": 56256651602417, + "rshares": 81990265770, + "voter": "alexbeyman" }, { "percent": "10000", - "reputation": 1371681467487, - "rshares": 7106476903, - "voter": "autosmile13" + "reputation": 54870619364044, + "rshares": 138243551549, + "voter": "jacor" }, { "percent": "10000", "reputation": 1440357780524, - "rshares": 712980098, + "rshares": 688158724, "voter": "dicov" }, { "percent": "10000", "reputation": 6030999377480, - "rshares": 5032300315, + "rshares": 4696205292, "voter": "sebastien" }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4449486607, + "voter": "gikitiki" + }, { "percent": "10000", "reputation": 7952828943, - "rshares": 4382819675, + "rshares": 4687496173, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 1510234773828, - "rshares": 2058332545, - "voter": "bitland" + "reputation": 2377467033356, + "rshares": 15440116549, + "voter": "bdavid" }, { "percent": "10000", "reputation": 1563271634183, - "rshares": 89907059674, + "rshares": 78302131060, "voter": "paco" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24915090018, - "voter": "igster" - }, - { - "percent": "10000", - "reputation": 1241141280004, - "rshares": 56390879321, - "voter": "sephiroth" + "reputation": 431450051428, + "rshares": 14738470124, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 57790558311, - "rshares": 84027489428, - "voter": "stephencurry" + "reputation": 11644551965460, + "rshares": 10394835058, + "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 5029542492239, - "rshares": 6557091501, - "voter": "blinova" + "reputation": 3361494185, + "rshares": 870831513, + "voter": "steem14" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 236273075013, - "voter": "knozaki2015" + "reputation": 93395785733, + "rshares": 1280741809, + "voter": "jrd8526" }, { "percent": "10000", - "reputation": 11216247387925, - "rshares": 123273954910, - "voter": "kevinpham20" + "reputation": 3674446315320, + "rshares": 10389867653, + "voter": "domavila" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 50551903729, - "voter": "milestone" + "reputation": 669199844401, + "rshares": 10486849859, + "voter": "mun" }, { "percent": "10000", - "reputation": 1248165138944, - "rshares": 15073747536, - "voter": "kendewitt" + "reputation": 57790558311, + "rshares": 89625061568, + "voter": "stephencurry" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 6326535525, - "voter": "lichtblick" + "reputation": 1058072223123, + "rshares": 651173315, + "voter": "luisucv34" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 2483345892, - "voter": "dimon14" + "reputation": 658204768651, + "rshares": 53891688947, + "voter": "milestone" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 12838843369, - "voter": "nippel66" + "reputation": 80753905287, + "rshares": 292575567, + "voter": "sudnokpok" }, { "percent": "10000", - "reputation": 34120390016, - "rshares": 2761436558, - "voter": "imp3" + "reputation": 594833631949, + "rshares": 5145148458, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 2764978194297, - "rshares": 4235478045, - "voter": "konti" + "reputation": 1234131079581, + "rshares": 4198229861, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 9709066337974, - "rshares": 25248136849, - "voter": "wadepaterson" + "reputation": 16266884167, + "rshares": 245256060, + "voter": "ptachblr" }, { "percent": "10000", - "reputation": 741654237981, - "rshares": 5369297424, - "voter": "smolalit" + "reputation": 3502382308233, + "rshares": 3486436311, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 1088208717034, - "rshares": 295612153423, - "voter": "xpilar" + "reputation": 30130564942, + "rshares": 344732524, + "voter": "illlefr4u" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 125821647, - "voter": "bobo012" + "reputation": 3033861094190, + "rshares": 10380276502, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 8445313788, - "voter": "tarindel" + "reputation": 34120390016, + "rshares": 2692973925, + "voter": "imp3" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 4801263284, - "voter": "cryptohustlin" + "reputation": 2173940256661, + "rshares": 11843991603, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 31196527758, - "voter": "sauravrungta" + "reputation": 741654237981, + "rshares": 5367927170, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 958834221798, - "rshares": 3546805423, - "voter": "mastletter" + "reputation": 76096938200261, + "rshares": 195120148061, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 897000392259, - "rshares": 469444219, - "voter": "foxxycat" + "reputation": 11405705533, + "rshares": 7538518035, + "voter": "jens84" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7963149926, - "voter": "neroru" + "reputation": 1532881687066, + "rshares": 7915432028, + "voter": "magz8716" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 1638080836, - "voter": "lostnuggett" + "reputation": 1394532106132, + "rshares": 7023810243, + "voter": "geronimo" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6132297644, - "voter": "positive" + "percent": "10000", + "reputation": 2147203047336, + "rshares": 13524510456, + "voter": "exitmass" }, { "percent": "10000", - "reputation": 0, - "rshares": 1692304538, - "voter": "yarly" + "reputation": 11482318062844, + "rshares": 28537056043, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 0, - "rshares": 257550789, - "voter": "yarly2" + "reputation": 281580733, + "rshares": 118550692, + "voter": "metalex" }, { "percent": "10000", - "reputation": 0, - "rshares": 257937175, - "voter": "yarly3" + "reputation": 160134373956, + "rshares": 8120982854, + "voter": "neroru" }, { "percent": "10000", - "reputation": 0, - "rshares": 149300547, - "voter": "yarly4" + "reputation": 100161586091, + "rshares": 2179532077, + "voter": "slava" }, { "percent": "10000", - "reputation": 0, - "rshares": 150144101, - "voter": "yarly5" + "reputation": 163343680085, + "rshares": 384900086, + "voter": "meteor78" }, { "percent": "10000", - "reputation": 0, - "rshares": 85614005, - "voter": "yarly7" + "reputation": 879409745645, + "rshares": 1441496315, + "voter": "lostnuggett" }, { "percent": "10000", - "reputation": 1237762259179, - "rshares": 15807266856, - "voter": "justbc" + "reputation": 4226573244868, + "rshares": 27216349731, + "voter": "zaebars" }, { - "percent": "10000", - "reputation": 26918388078, - "rshares": 125433315, - "voter": "aish" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6128910963, + "voter": "positive" }, { "percent": "10000", - "reputation": 2499894223848, - "rshares": 2271772988, - "voter": "vanessavi" + "reputation": 45712131677758, + "rshares": 52678230263, + "voter": "crazymumzysa" }, { "percent": "10000", "reputation": 12468455070375, - "rshares": 11524269572, + "rshares": 10776842756, "voter": "carlidos" }, { "percent": "10000", - "reputation": 1849155799051, - "rshares": 8535561748, - "voter": "crypto.owl" + "reputation": 27988491601746, + "rshares": 8871822171, + "voter": "marius19" }, { "percent": "10000", - "reputation": 27988491601746, - "rshares": 9899714311, - "voter": "marius19" + "reputation": 116655886020, + "rshares": 737544850, + "voter": "happyphoenix" }, { "percent": "10000", "reputation": 3777763523032, - "rshares": 20937075979, + "rshares": 20935359480, "voter": "krabgat" }, { "percent": "10000", "reputation": 153480676290, - "rshares": 647410868, + "rshares": 696814825, "voter": "curator" }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" + }, { "percent": "10000", "reputation": 0, - "rshares": 412118158, - "voter": "yarly10" + "rshares": 230058490, + "voter": "avreliy.dev" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 1895040416, - "voter": "alex.chien" + "reputation": 10552456597779, + "rshares": 2129921344, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 0, - "rshares": 221192350, - "voter": "yarly11" + "reputation": 16914207527051, + "rshares": 34201037781, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 10552456597779, - "rshares": 2178145514, - "voter": "royalmacro" + "reputation": 19497864738, + "rshares": 829895732, + "voter": "remlaps" }, { "percent": "10000", - "reputation": 0, - "rshares": 77535997, - "voter": "yarly12" + "reputation": 136260156259, + "rshares": 113830327, + "voter": "kibela" }, { "percent": "10000", - "reputation": 3976815048658, - "rshares": 1866539122, - "voter": "tygergamer" + "reputation": 142453259746, + "rshares": 6821406132, + "voter": "lykkeliten" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 35253803661, - "voter": "celebr1ty" + "reputation": 6545561317919, + "rshares": 8313880843, + "voter": "clevecross" }, { "percent": "10000", "reputation": -1193908062262, - "rshares": 129041365, + "rshares": 125645540, "voter": "steemster1" }, + { + "percent": "10000", + "reputation": 106557133024, + "rshares": 22302410570, + "voter": "solidgold" + }, { "percent": "10000", "reputation": 137150233782, - "rshares": 103192625, + "rshares": 134661057, "voter": "nicoleta" }, { "percent": "10000", "reputation": 49215329, - "rshares": 3426475738, + "rshares": 3426323889, "voter": "pigatron" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 831722465, - "voter": "spinner" + "reputation": 283380527576, + "rshares": 4018292567, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 161798129127, - "rshares": 143174513, - "voter": "naomi-louise" + "reputation": 224697272001, + "rshares": 346625311, + "voter": "timelord" }, { "percent": "10000", - "reputation": 988942038058, - "rshares": 47021349382, - "voter": "gomeravibz" + "reputation": 161798129127, + "rshares": 158222584, + "voter": "naomi-louise" }, { "percent": "10000", - "reputation": 0, - "rshares": 94775168, - "voter": "alrx6918" + "reputation": 1977162029930, + "rshares": 1944953971, + "voter": "litrbooh" }, { "percent": "10000", "reputation": 10137266406870, - "rshares": 5155476135, + "rshares": 5388352911, "voter": "nekromarinist" }, + { + "percent": "10000", + "reputation": 192578386836, + "rshares": 74420444, + "voter": "skyefox" + }, { "percent": "10000", "reputation": -833837861150, @@ -29818,7 +29824,7 @@ { "percent": "10000", "reputation": 11856501387697, - "rshares": 30342183444, + "rshares": 32856960081, "voter": "allasyummyfood" }, { @@ -29829,63 +29835,69 @@ }, { "percent": "10000", - "reputation": 6181438509962, - "rshares": 48022548458, - "voter": "capitalism" - }, - { - "percent": "10000", - "reputation": -655701032, - "rshares": 151115865, - "voter": "btctoken" + "reputation": 90565359983, + "rshares": 23814605174, + "voter": "rawnetics" }, { "percent": "10000", "reputation": 3194641726781, - "rshares": 21181617980, + "rshares": 22876921427, "voter": "laoyao" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 15848599434, - "voter": "timelapse" + "reputation": 18027204457681, + "rshares": 23621410909, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 25283004230, + "voter": "persianqueen" }, { "percent": "10000", "reputation": 512132085322, - "rshares": 9610319414, + "rshares": 9149190730, "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 2269581106933, - "rshares": 63737927, - "voter": "stormblaze" + "reputation": 25724194555647, + "rshares": 24899719943, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 819730820907, - "rshares": 845243178, - "voter": "beyondzero" + "reputation": 3715674298536, + "rshares": 8228758192, + "voter": "mrweed" }, { "percent": "10000", "reputation": 950539828786, - "rshares": 2346650264, + "rshares": 2346163009, "voter": "kalimor" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 1410711846, - "voter": "minion" + "reputation": 566772714531, + "rshares": 2266689439, + "voter": "crypto-toll" }, { "percent": "10000", - "reputation": 2015798675, - "rshares": 469477644, - "voter": "bitcoindon23" + "reputation": 66769295082002, + "rshares": 24361808983, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 133785110, + "rshares": 64050334, + "voter": "atmsteemit" }, { "percent": "10000", @@ -29893,48 +29905,36 @@ "rshares": 1267244327, "voter": "dolov" }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 8637861031, + "voter": "jphamer1" + }, { "percent": "10000", "reputation": 66791976065, - "rshares": 54003305233, + "rshares": 50998506291, "voter": "joele" }, { "percent": "10000", "reputation": 11122126920308, - "rshares": 3152068109, + "rshares": 3307667620, "voter": "oflyhigh" }, - { - "percent": "10000", - "reputation": 73944659327428, - "rshares": 81312734882, - "voter": "sirwinchester" - }, { "percent": "10000", "reputation": 1269864429223, - "rshares": 2441364973, + "rshares": 2144847061, "voter": "kainmarx" }, { "percent": "10000", "reputation": 740133117502, - "rshares": 2114423240, + "rshares": 2113770612, "voter": "natalymaty" }, - { - "percent": "10000", - "reputation": 3740136030964, - "rshares": 196178634, - "voter": "future24" - }, - { - "percent": "10000", - "reputation": 191217797933, - "rshares": 61759479, - "voter": "zionuziriel" - }, { "percent": "10000", "reputation": -1468839175006, @@ -29949,87 +29949,75 @@ }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 244483367, - "voter": "jrcornel" - }, - { - "percent": "10000", - "reputation": 485540, - "rshares": 51753317, - "voter": "steemo" - }, - { - "percent": "10000", - "reputation": 4542627765008, - "rshares": 21029429083, - "voter": "hanshotfirst" + "reputation": -257389679751, + "rshares": 94637778, + "voter": "darthnava" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 51619811, - "voter": "steema" + "reputation": 0, + "rshares": 8829475297, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 606096537951, - "rshares": 811063612, - "voter": "kdugar" + "reputation": -451593763871, + "rshares": 3229117571, + "voter": "blow" }, { "percent": "10000", - "reputation": 0, - "rshares": 62624816, - "voter": "nevermind" + "reputation": 3515726108234, + "rshares": 254866345, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1556557214, - "voter": "erikclark13" + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" + "reputation": 145684441672, + "rshares": 221917817, + "voter": "bmcv001" }, { "percent": "10000", - "reputation": 1487684933351, - "rshares": 11468336535, - "voter": "borran" + "reputation": 4542627765008, + "rshares": 21454639827, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 37279727062, - "rshares": 2310179292, - "voter": "bledarus" + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" }, { "percent": "10000", - "reputation": 289207830105, - "rshares": 62069775, - "voter": "elenirossidou" + "reputation": 4130836907564, + "rshares": 15812027026, + "voter": "highlite" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 96236468184, - "voter": "miacats" + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" }, { "percent": "10000", - "reputation": 0, - "rshares": 62191424, - "voter": "alexbones" + "reputation": 152085209, + "rshares": 62367803, + "voter": "egorq" }, { "percent": "10000", - "reputation": 0, - "rshares": 57264926, - "voter": "nano2nd" + "reputation": 692505456, + "rshares": 61505455, + "voter": "gamingdiamond" }, { "percent": "10000", @@ -30039,129 +30027,165 @@ }, { "percent": "10000", - "reputation": 1053198051249, - "rshares": 814683653, - "voter": "abc1621043211" - }, - { - "percent": "10000", - "reputation": 3168479764, - "rshares": 59774308, - "voter": "razberrijam" + "reputation": 3814152361740, + "rshares": 9648692133, + "voter": "matrixdweller" }, { "percent": "10000", "reputation": 0, - "rshares": 51899170, + "rshares": 53106127, "voter": "fortuner" }, { "percent": "10000", "reputation": 4637390447698, - "rshares": 992241888, + "rshares": 1008696710, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 54217564969, - "voter": "serejandmyself" + "reputation": 13325577893779, + "rshares": 10880558042, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 10723244574, - "rshares": 4200008458, - "voter": "almerri" + "reputation": 0, + "rshares": 1137160406, + "voter": "kollapsik" }, { "percent": "10000", "reputation": 2551239163442, - "rshares": 7654647960, + "rshares": 7806365918, "voter": "johnnyyash" }, { "percent": "10000", "reputation": 83682643470, - "rshares": 104558988, + "rshares": 106783648, "voter": "cinderphoenix" }, { "percent": "10000", "reputation": 0, - "rshares": 51863356, + "rshares": 220759399, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 13147662, + "rshares": 56787471, + "voter": "tolik8080" + }, + { + "percent": "10000", + "reputation": 17039354, + "rshares": 56719916, + "voter": "infoseeker" + }, + { + "percent": "10000", + "reputation": 24073624840, + "rshares": 2359546309, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53042068, "voter": "johnbyrd" }, { "percent": "10000", "reputation": 0, - "rshares": 50682252, + "rshares": 51860909, "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 51859074, + "rshares": 53037689, "voter": "thermor" }, { "percent": "10000", "reputation": 0, - "rshares": 50677748, + "rshares": 53034852, "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 51852278, + "rshares": 53030738, "voter": "widell" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 56262568, - "voter": "vasilii" + "reputation": 134573558180, + "rshares": 64298362, + "voter": "stivmarker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 778743017351, + "rshares": 892613340, + "voter": "thetasteemit" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 354789097, + "voter": "violino" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1939756063, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 53959064, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 3103554028241, - "rshares": 219509213, - "voter": "levycore" + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 16917058029, - "voter": "yef99" + "reputation": 965303906571, + "rshares": 22087724114, + "voter": "jimmco" }, { "percent": "10000", "reputation": 401217888, - "rshares": 375809602, + "rshares": 220036295, "voter": "mig641" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 25010896331, - "voter": "andrewawerdna" + "reputation": 363503808, + "rshares": 2921685276, + "voter": "netaterra" }, { "percent": "10000", - "reputation": 2298752539, - "rshares": 53716167, - "voter": "steemtime" + "reputation": 1130219064888, + "rshares": 24452903872, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 28176351271250, - "rshares": 62618232135, - "voter": "barrycooper" + "reputation": 875137794542, + "rshares": 3706484262, + "voter": "trev" }, { "percent": "10000", @@ -30169,173 +30193,203 @@ "rshares": 76843163, "voter": "joelbow" }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 1315536449, + "voter": "imag1ne" + }, { "percent": "10000", "reputation": 8420918209808, - "rshares": 19757679012, + "rshares": 23031856590, "voter": "daut44" }, + { + "percent": "10000", + "reputation": 480394097022, + "rshares": 56345199, + "voter": "onlyvoluntary" + }, { "percent": "10000", "reputation": 0, - "rshares": 51562255, + "rshares": 52708083, "voter": "curpose" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 2080110458, - "voter": "eileenbeach" + "reputation": 117598348160, + "rshares": 383744249, + "voter": "avecaesar" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 7958252129, - "voter": "etcmike" + "reputation": 0, + "rshares": 55920403, + "voter": "vmaddy" }, { "percent": "10000", "reputation": 2516108074649, - "rshares": 453942549, + "rshares": 329619284, "voter": "runridefly" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 5412697421, - "voter": "daveks" + "reputation": 1833661746969, + "rshares": 1256285490, + "voter": "seva" }, { "percent": "10000", - "reputation": 2147956107486, - "rshares": 3936818232, - "voter": "einsteinpotsdam" + "reputation": 1391859553453, + "rshares": 56145495012, + "voter": "skum" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 1313142132, - "voter": "funkywanderer" + "reputation": 809313892500, + "rshares": 4625521415, + "voter": "daveks" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 716935750, - "voter": "gear66" + "reputation": 692817924311, + "rshares": 4898039812, + "voter": "io-io-io" }, { "percent": "10000", - "reputation": 1504301173829, - "rshares": 2168590497, - "voter": "jeremyfromwi" + "reputation": 7258302306624, + "rshares": 3829802704, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 682893592, + "rshares": 702878186, + "voter": "gear66" }, { "percent": "10000", - "reputation": 3706650400, - "rshares": 53156710, - "voter": "onionweb" + "reputation": 3849564768924, + "rshares": 26591495518, + "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 20797221470, - "rshares": 1718731036, - "voter": "davidjkelley" + "reputation": 0, + "rshares": 52836995, + "voter": "troich" }, { "percent": "10000", - "reputation": 651373865756, - "rshares": 58965663, - "voter": "team101" + "reputation": 513483422272, + "rshares": 75727668, + "voter": "elduderino" }, { "percent": "10000", "reputation": 2083416845, - "rshares": 50593879, + "rshares": 51718188, "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 50271139, + "rshares": 51388276, "voter": "hitherise" }, { "percent": "10000", "reputation": 0, - "rshares": 50262756, + "rshares": 52496656, "voter": "wiss" }, { "percent": "10000", - "reputation": 25508059, - "rshares": 52320760, - "voter": "kosmatimuc" + "reputation": 2527008, + "rshares": 53537748, + "voter": "supersune" }, { "percent": "10000", - "reputation": 232802458264, - "rshares": 7631292779, - "voter": "digital-wisdom" + "reputation": 837791549130, + "rshares": 25535100164, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 89209334, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3820405919, + "voter": "ericbotticelli" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, + "rshares": 53252658, "voter": "stroully" }, { "percent": "10000", - "reputation": 80747623295, - "rshares": 40720074252, - "voter": "zahnspange" + "reputation": 273803592, + "rshares": 56556201, + "voter": "vixxly" }, { "percent": "10000", - "reputation": 785171622834, - "rshares": 5808397514, - "voter": "jwaser" + "reputation": 561774262537, + "rshares": 56515406, + "voter": "maryfromsochi" }, { "percent": "10000", - "reputation": 0, - "rshares": 56385336, - "voter": "sad" + "reputation": 20033064972, + "rshares": 55442692, + "voter": "sociopat" }, { "percent": "10000", "reputation": 0, - "rshares": 50712038, + "rshares": 52916909, "voter": "thadm" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, + "rshares": 51812703, "voter": "prof" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 24608246848, + "rshares": 62172605, + "voter": "afristeem" }, { "percent": "10000", - "reputation": 57977501, - "rshares": 1083733990, - "voter": "gerasim" + "reputation": 2840774649947, + "rshares": 10823487864, + "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 422025489355, - "rshares": 348883634, - "voter": "redmalak" + "reputation": 340991592664, + "rshares": 66298174, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52545761, + "voter": "yorsens" }, { "percent": "10000", @@ -30346,44 +30400,44 @@ { "percent": "10000", "reputation": 0, - "rshares": 50065875, + "rshares": 51154263, "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 50059754, + "rshares": 51148009, "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, + "rshares": 52230725, "voter": "coad" }, { "percent": "10000", - "reputation": 20160059807, - "rshares": 51008875, - "voter": "klents" + "reputation": 3533625673, + "rshares": 26332024919, + "voter": "dubi" }, { "percent": "10000", - "reputation": 1810829967, - "rshares": 2796885971, - "voter": "bwaser" + "reputation": 190002902030, + "rshares": 318394501, + "voter": "baodog" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 6227584776320, + "rshares": 2945734793, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": 3301652860610, - "rshares": 4025164142, - "voter": "dexter-k" + "reputation": 0, + "rshares": 52988378, + "voter": "sofa" }, { "percent": "10000", @@ -30394,115 +30448,109 @@ { "percent": "10000", "reputation": 2609275826131, - "rshares": 160210422, + "rshares": 119378351, "voter": "alina1" }, { "percent": "10000", - "reputation": 5223594852, - "rshares": 91660596, - "voter": "gracewriter" - }, - { - "percent": "10000", - "reputation": 35035670618, - "rshares": 53484846, - "voter": "plantbasedjunkie" - }, - { - "percent": "10000", - "reputation": 50326964582800, - "rshares": 149339539326, - "voter": "charlieshrem" - }, - { - "percent": "10000", - "reputation": 19674745811334, - "rshares": 63046424500, - "voter": "tracemayer" - }, - { - "percent": "10000", - "reputation": 1000151128321, - "rshares": 67785707, - "voter": "littlescribe" - }, - { - "percent": "10000", - "reputation": 3138405687, - "rshares": 50450987, - "voter": "waldemar-kuhn" + "reputation": 759458120, + "rshares": 53807389, + "voter": "cpacia" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 51234547, - "voter": "floweroflife" + "reputation": 26215514, + "rshares": 25462975160, + "voter": "brains" }, { "percent": "10000", - "reputation": 2697602494482, - "rshares": 1423276011, - "voter": "ibringawareness" + "reputation": 8189791438741, + "rshares": 10953777161, + "voter": "skypilot" }, { "percent": "10000", "reputation": 0, - "rshares": 50918375, + "rshares": 51979174, "voter": "ailo" }, { "percent": "10000", "reputation": 861400654873, - "rshares": 54979188, + "rshares": 55373286, "voter": "steemafon" }, { "percent": "10000", - "reputation": 1238950467, - "rshares": 50756885, - "voter": "marianahunt" + "reputation": 474811529, + "rshares": 54002407, + "voter": "brs" }, { "percent": "10000", - "reputation": 0, - "rshares": 6761713914, - "voter": "chick1" + "reputation": 31479863, + "rshares": 50812926, + "voter": "bobbythegreat" + }, + { + "percent": "10000", + "reputation": 20782377086, + "rshares": 51798739, + "voter": "visitor" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 1659130906, + "voter": "gringalicious" }, { "percent": "10000", "reputation": 0, - "rshares": 50444417, + "rshares": 52546268, "voter": "aoki" }, { "percent": "10000", "reputation": 0, - "rshares": 50439002, + "rshares": 51489814, "voter": "typingagent" }, { "percent": "10000", - "reputation": 570800415880, - "rshares": 1579339119, - "voter": "ellepdub" + "reputation": 0, + "rshares": 51487356, + "voter": "cwb" }, { "percent": "10000", - "reputation": 189363957513, - "rshares": 54660720, - "voter": "rynow" + "reputation": 1726647930107, + "rshares": 1236771376, + "voter": "slayer" }, { "percent": "10000", - "reputation": 151906532077, - "rshares": 52533117, - "voter": "stardust" + "reputation": 894073046343, + "rshares": 87525652, + "voter": "magralex" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 59067883, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1305746304240, + "rshares": 1260213064, + "voter": "ekaterinka" }, { "percent": "10000", "reputation": 6072650400812, - "rshares": 1111187774, + "rshares": 1105585916, "voter": "herpetologyguy" }, { @@ -30519,82 +30567,88 @@ }, { "percent": "10000", - "reputation": 25803661875, - "rshares": 51306381, - "voter": "ancientofdays" + "reputation": 0, + "rshares": 51121901, + "voter": "bazzonarr" }, { "percent": "10000", - "reputation": 0, - "rshares": 5012597516, - "voter": "morgan.waser" + "reputation": -519870545601, + "rshares": 51045264, + "voter": "psyduck" }, { "percent": "10000", "reputation": 0, - "rshares": 51468522, - "voter": "catkill" + "rshares": 159258906, + "voter": "robotev2" }, { "percent": "10000", - "reputation": 9299553, - "rshares": 51458352, - "voter": "nerdking" + "reputation": 2807726188, + "rshares": 51224656, + "voter": "feedmycrash" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 51740856, + "voter": "iggy" }, { "percent": "10000", "reputation": 0, - "rshares": 50225780, - "voter": "steemq" + "rshares": 50692330, + "voter": "missyz" }, { "percent": "10000", - "reputation": 421279871, - "rshares": 50090625, - "voter": "birdiewonder" + "reputation": 0, + "rshares": 51691783, + "voter": "crashoverride" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50578156, + "voter": "markshturmann" } ], "author": "gavvet", "author_reputation": 204869765185479, "beneficiaries": [], - "body": "Each one of us is unique, even though we belong to the same human race and even though there are 7.4 billion of us! It\u2019s hard to even consider that, with so many of us in this world. Seems statistically impossible, doesn\u2019t it? But it\u2019s true. The reason for that is that each person is a sum of his personality, hopes, dreams, aspirations, likes and dislikes, genetics and general perception of reality. There are too many variables. But it makes us who we are.\n\n![](https://s11.postimg.org/4odvgpfcz/18smhbx1pvip8jpg.jpg)\n\nPersonality of a person is perhaps one of the most important traits. It is how people perceive you. It dictates how people communicate with you and even the direction that your life will take. There are all sorts of people in the world with different inherent nature and personalities. But one could argue that there are two basic type of people. These are the introverts and the extroverts. \n\nIntroverts\n==========\n\nPsychology defines an introvert as a person who is predominantly concerned with his own thoughts and feelings rather than with external things. They tend to be shy and like to spend time alone. They rarely like to socialise, as this might cause them anxiety. The world looks upon them like something is wrong with them and are often stereotyped as loners.\n\n![](https://s12.postimg.org/iyommm571/hiding_1209131_1280.jpg)\n\nIt\u2019s not that they hate people or are miserable beings just sitting in the corner of a room staring at the ceiling with no purpose. They just like spending time alone away from all the noise, chaos and drama. These are peaceful creatures who like calm and quiet. \n\nExtroverts\n==========\n\nThey are everything an introvert is not. They are energetic and like spending time outside. They like socialising, meeting new people, increasing their friends circle, travelling the world. \n\n![](https://s11.postimg.org/k0wacgwv7/Pierre_Auguste_Renoir_Luncheon_of_the_Boating.jpg)\n\nThese are the leaders, the visionaries, the explorers. They want to be in the midst of things; a part of the human affairs. They are predominantly concerned with external things or objective considerations.\n\nIs it strictly one or the other?\n================================\n\nIt is often believed that people fall under one or the other category. But that cannot be further from the truth. As humans, we are nature\u2019s masterpiece. It\u2019s quite ego-centric to think that but it is quite true. We are different than all other species on the planet. We can reason, make sense, have consciousness and awareness of our existence and we can ask the most difficult questions and have the power to understand them as well. \n\nAnd this makes us different. Different to other organisms around the world and different to each other as well. And this is the reason we can\u2019t simply fall under two categories. It\u2019s more complex than that, just like our nature itself.\n\nI remember a quote by Carl G. Jung who said, \u201cThere is no such thing as a pure introvert or extrovert. Such a person would be in the lunatic asylum\u201d And I totally agree with this. The human nature is more of a yin-yang thing. There is good, there is bad. There is good in bad and bad in good. \n\n![](https://s4.postimg.org/lzs5l0olp/yin_1341378_1280.png)\n\nAnd all of this can exist independently and inter-dependently. It\u2019s all about which quality has pre-dominance. Such complexity, and yet it is beautifully simple if you think about it. \n\nWhile discerning a type for an individual, a lot of factors come into play. Every life is a world in its own. Everyone is going through life with particular set of parameters that dictate everything else. These can be your financial situation, your health, your mood at any given time, and the general level at where things are in life. All these come into play while deciding what kind of a person someone is.\n\nAnd this is exactly where my point resides. Nobody is strictly introvert or extrovert at all times. Sometimes an extrovert feels down or depressed and acts like an introvert. The same can be true the other way around.\n\nGrowing up I could never figure out in what category I fit into. I have always liked being alone, writing, reading, binge watching TV shows, thinking about random stuff and what not. But I have also always liked travelling, seeing new places, having new experiences, meeting new, interesting people. Basically when I was indoors, I hated going outside and when I was outside, I hated going home!\n\nAmbivert - The Best of Both Worlds\n==================================\n\nAn Ambivert is a person who has both qualities. They like socialising but not for long. They like alone time but not for long either. They have the best qualities from both the worlds. Most of us are ambiverts. Some of us tend to fall more towards the introvert side and some of us towards the extrovert. But it can be undoubtedly said that all of us somewhere in the middle.\n\nThe best way to look at this is with a scale. The question is not whether you are an extrovert on an introvert but how much of each. \n\n![](https://s4.postimg.org/ssa2n9upp/scale.png)\n\nPerks of being an Ambivert\n==========================\n\nBest of both worlds\n--------------------\n\nAll qualities have importance in life. Being alone helps with your thinking and creative needs while socialising helps with your human needs. An ambivert enjoys the best of both worlds. He doesn\u2019t miss out on anything and gets to have both sets of experiences and looks at the world through two different sets of eyes making his opinion that much more valuable.\n\nThey are observant, intuitive, creative, sensitive towards people\u2019s feelings, thoughtful, imaginative like the introverts while at the same time are adventurous, confident, smart, with leadership qualities of an extrovert. It\u2019s like mixing two superpowers together and creating a super-superhero!\n\nAmbiverts Adapt\n---------------\n\nThere are many situations in life where you are supposed to act a certain way. Being an ambivert, a person can easily adapt to different situations, happy or sad and can act accordingly. He is flexible. At a party he can be charming and lovely and at the same time he can enjoy a quiet movie. Also, an ambivert can understand if and when someone else wants to have some space.\n\nMore Emotionally Stable\n-----------------------\n\nWhile introverts tend to be hypersensitive and extroverts highly confident and not easily influenced by outside factors, it is the ambivert that strikes the balance perfectly. He is neither too sensitive nor too confident. He manages to keep a cool head and look at things objectively. It leads to better decision making and handling of situations.\n\nThey understand people\n----------------------\n\nIntroverts don\u2019t seem to understand extroverts and vice versa. The former may seem too anti-social and the later may seem to dominating to one another. But since an ambivert has both qualities, he understands both sets of people. And in several situations, an ambivert can serve as a liaison between the two, helping get the messages across in such ways as both types of people can understand. \n\nBetter leaders\n--------------\n\nA leader understands his employees and leads them to success based on every individual\u2019s personality type. Everyone has to be nurtured differently. And since an ambivert is basically the sum of all personalities, who better at the job. He can manage expectations and develop each personality type in ways that everyone can work together in a peaceful, cohesive environment. This results in them being the perfect leaders.\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author. You can find me on steemit chat but my queue is very long and I do take a while to respond at the moment***", - "body_length": 7793, - "cashout_time": "2016-09-02T16:12:54", - "category": "life", - "children": 13, - "created": "2016-08-26T16:12:54", + "body": "\n

Hello. As promised, I prepared for you the second part of the top-list about the planes of World War II. In the last article, many of you were surprised that I did not mention P-51 Mustang. It's simple - I have saved it for today) Thanks for the comments, friends!

\n

\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442. \u041a\u0430\u043a \u0438 \u043e\u0431\u0435\u0449\u0430\u043b, \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b \u0434\u043b\u044f \u0432\u0430\u0441 \u0432\u0442\u043e\u0440\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u0442\u043e\u043f\u0430 \u043f\u0440\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439 \u0412\u043e\u0439\u043d\u044b. \u0412 \u043f\u0440\u043e\u0448\u043b\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0435 \u043c\u043d\u043e\u0433\u0438\u0435 \u0443\u0434\u0438\u0432\u043b\u044f\u043b\u0438\u0441\u044c \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u044f \u043d\u0435 \u0443\u043f\u043e\u043c\u044f\u043d\u0443\u043b \u043c\u0443\u0441\u0442\u0430\u043d\u0433\u0430. \u0412\u0441\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u2013 \u044f \u043f\u0440\u0438\u0431\u0435\u0440\u0435\u0433 \u0435\u0433\u043e \u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f) \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438, \u0434\u0440\u0443\u0437\u044c\u044f!

\n

P-51 Mustang, \u201c\u041c\u0443\u0441\u0442\u0430\u043d\u0433\u201d

\n

http://i.piccy.info/i9/a54bdc96ebf103eab17308afdabf0457/1471732934/39733/1062446/CbXkjQb3c0o.jpg

\n

Mustang was developed as soon as it is possible. USA urgently required a fighter, which is able to fight with BF.109 and FW-190. Fighter must be a good maneuvering craft and it should be good in escorting of a bombers. As a result, American designers in the shortest possible time (117 days from receipt of order) managed to create a real miracle - P-51 Mustang.\nIn the original version with an engine Allison V-1710 aircraft showed himself remarkably only at low altitudes - speed and maneuverability were impressive. After replacing the engine Rolls-Royce Merlin aircraft got a second wind - significantly improved high-altitude performance of the aircraft with the saving of main advantages \u2013 speed and maneuverability at low altitudes.

\n

http://i.piccy.info/i9/adb0eb44911c3d9e66e50aec699f1e86/1471733050/17114/1062446/cxgSSwaXlkc.jpg

\n

One of the advanced technologies, used in the aircraft, was the laminar wing profile. It reduced fuel consumption. P-51 was equipped with 6 guns M-2 12.7mm caliber. There was a possibility to install additional tanks and missiles. The engine provides the speed 704km \\ h at high altitude. Mustang fought in the Pacific theater of operations, and European. P-51 Mustang was a great as a high altitudes escort fighter because of its long flying range. 10 machines were delivered to the Soviet Union under the Lend-Lease. In general it were produced about 16,974 aircraft. Now P-51 takes an active part in various air shows.

\n

http://i.piccy.info/i9/4d0b4490e6e0db6dd1e1c1bbf6fb3cd6/1471733015/67678/1062446/bxO20MXvG5A.jpg

\n

\u041c\u0443\u0441\u0442\u0430\u043d\u0433 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0441\u044f \u0432 \u043a\u0440\u0430\u0442\u0447\u0430\u0439\u0448\u0438\u0435 \u0441\u0440\u043e\u043a\u0438. \u0421\u0428\u0410 \u0441\u0440\u043e\u0447\u043d\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u0441\u044f \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u0441\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0435\u043c\u0435\u0446\u043a\u0438\u043c\u0438 \u043c\u0435\u0441\u0441\u0435\u0440\u0430\u043c\u0438 \u0438 \u0444\u043e\u043a\u0430\u043c\u0438, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0432 \u0440\u043e\u043b\u0438 \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a \u0436\u0435 \u0438\u043c\u0435\u0432\u0448\u0438\u043c \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438. \u0412 \u0438\u0442\u043e\u0433\u0435 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u043c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430\u043c \u0432 \u043a\u0440\u0430\u0442\u0447\u0430\u0439\u0448\u0438\u0435 \u0441\u0440\u043e\u043a\u0438 (117 \u0434\u043d\u0435\u0439 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u043e\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430) \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0447\u0443\u0434\u043e \u2013 P-51 Mustang.\n\u0412 \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0435 \u0441 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u0435\u043c Allison V-1710 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u043b \u0441\u0435\u0431\u044f \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043b\u0438\u0448\u044c \u043d\u0430 \u043c\u0430\u043b\u044b\u0445 \u0432\u044b\u0441\u043e\u0442\u0430\u0445 \u2013 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0438 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u044f\u044e\u0449\u0438\u043c\u0438. \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043c\u0435\u043d\u044b \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f \u043d\u0430 Rolls-Royce Merlin \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0432\u0442\u043e\u0440\u043e\u0435 \u0434\u044b\u0445\u0430\u043d\u0438\u0435 \u2013 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u043b\u0443\u0447\u0448\u0438\u043b\u0438\u0441\u044c \u0432\u044b\u0441\u043e\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430, \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0441\u044c \u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043d\u0430 \u043c\u0430\u043b\u043e\u0439 \u0432\u044b\u0441\u043e\u0442\u0435.\n\u041e\u0434\u043d\u043e\u0439 \u0438\u0437 \u043f\u0435\u0440\u0435\u0434\u043e\u0432\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0432 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435, \u0431\u044b\u043b\u043e \u043a\u0440\u044b\u043b\u043e \u043b\u0430\u043c\u0438\u043d\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f, \u0447\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434 \u0442\u043e\u043f\u043b\u0438\u0432\u0430. P-51 \u043e\u0441\u043d\u0430\u0449\u0430\u043b\u0441\u044f 6 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u0430\u043c\u0438 \u041c-2 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 12,7\u043c\u043c. \u0411\u044b\u043b\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0440\u0430\u043a\u0435\u0442 \u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0431\u0430\u043a\u043e\u0432. \u0414\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044c \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c 704\u043a\u043c\\\u0447 \u043d\u0430 \u0432\u044b\u0441\u043e\u0442\u0435. \u041c\u0443\u0441\u0442\u0430\u043d\u0433 \u0443\u0441\u043f\u0435\u043b \u043f\u043e\u0432\u043e\u0435\u0432\u0430\u0442\u044c \u0438 \u043d\u0430 \u0422\u0438\u0445\u043e\u043e\u043a\u0435\u0430\u043d\u0441\u043a\u043e\u043c \u0442\u0435\u0430\u0442\u0440\u0435 \u0432\u043e\u0435\u043d\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u0438 \u043d\u0430 \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u043e\u043c. \u041e\u0441\u043e\u0431\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u0441\u0435\u0431\u044f \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043b \u043a\u0430\u043a \u0432\u044b\u0441\u043e\u0442\u043d\u044b\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0434\u0430\u043b\u044c\u043d\u0438\u0445 \u0431\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u043e\u0432, \u0437\u0430 \u0441\u0447\u0435\u0442 \u0441\u0432\u043e\u0435\u0439 \u0432\u044b\u0434\u0430\u044e\u0449\u0435\u0439\u0441\u044f \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u043b\u0435\u0442\u0430. 10 \u043c\u0430\u0448\u0438\u043d \u0431\u044b\u043b\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0421\u0421\u0421\u0420 \u043f\u043e \u043b\u0435\u043d\u0434-\u043b\u0438\u0437\u0443. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e \u043e\u043a\u043e\u043b\u043e 16 974 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430. \u0421\u0435\u0439\u0447\u0430\u0441 \u043c\u0443\u0441\u0442\u0430\u043d\u0433\u0438 \u0431\u0435\u0440\u0443\u0442 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u0432 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0430\u0432\u0438\u0430\u0448\u043e\u0443.

\n

Focke-Wulf 190, FW-190, \u0424\u043e\u043a\u043a\u0435\u0432\u0443\u043b\u044c\u0444, \u0424\u043e\u043a\u0430.

\n

http://i.piccy.info/i9/8ea3f209e220d2afa920cb5a8edea542/1471733101/175345/1062446/6Sk_2Is6dk.jpg

\n

FW-190 can be called the elder brother of BF.109. Since the beginning of the war the German command decided to develop a new multi-purpose aircraft, surpassing enemy aircraft, as well as surpassing already available BF.109. Work under the aircraft was assigned to Kurt Tank and CB \"Focke-Wulf Flyugtsoygbau AG\". The main feature was the installation of a new engine (BMW 139), which significantly change the overall structure of the aircraft.\nIn the first tests FW-190 was great. It was able to develop a speed of 610 km \\ h, had a high rate of climb and impressive armament (4 machine guns MG-17, later 20mm guns were added). It was a good visibility from the cockpit. Among the disadvantages can be noted engine overheating (in the cabin temperature sometimes reaches 50 degrees) and poor maneuverability. Soon the engine was replaced by the BMW 801 and the flight characteristics of the aircraft grow up again. After engine replacing a problem with overheating has been resolved. Also, centralized electronic aircraft control system was implemented. It was the first on-board computer.

\n

http://i.piccy.info/i9/52a25a6d30f5ffdf2d384554f047bbeb/1471733130/200011/1062446/l620KZrQ3Ls.jpg

\n

The first major operation involving those planes was Donnerkayl where FW-190 shown themselves perfectly. They can easily cope with the British Spitfire. On the Eastern Front FW-190 used falcon strike tactic because FW was bad in maneuverability behind the Soviet planes. Total FW-190 produced in nine major modifications. The most widespread and well-considered were FW-190A-4 and FW-190A-8. During the war, FW was a real workhorse of the Luftwaffe. The aircraft has successfully coped with the role of high-altitude fighter, escort fighter, ground attacker, and night fighter. The total number of produced aircraft - about 20,000.

\n

http://i.piccy.info/i9/3d11eeae3724cbda14af9c70cdfb37c6/1471733160/77638/1062446/M5JCbuTpeLg.jpg

\n

\u0424\u043e\u043a\u0443 \u043c\u043e\u0436\u043d\u043e \u0441\u043c\u0435\u043b\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u0448\u0438\u043c \u0431\u0440\u0430\u0442\u043e\u043c \u043c\u0435\u0441\u0441\u0435\u0440\u0448\u043c\u0438\u0442\u0442\u0430 109. \u0421 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0432\u043e\u0439\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438 \u043f\u0440\u0438\u043d\u044f\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430, \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0432\u0448\u0435\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u044b \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u043e\u0432, \u0430 \u0442\u0430\u043a \u0436\u0435 \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0432\u0448\u0435\u0433\u043e \u0443\u0436\u0435 \u0438\u043c\u0435\u044e\u0449\u0438\u0439\u0441\u044f \u0443 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438 \u043c\u0435\u0441\u0441\u0435\u0440. \u0420\u0430\u0431\u043e\u0442\u0430 \u043d\u0430\u0434 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u043c \u0431\u044b\u043b\u0430 \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0430 \u041a\u0443\u0440\u0442\u0443 \u0422\u0430\u043d\u043a\u0443 \u0438 \u0435\u0433\u043e \u041a\u0411 \u00ab\u0424\u043e\u043a\u043a\u0435-\u0412\u0443\u043b\u044c\u0444 \u0424\u043b\u044e\u0433\u0446\u043e\u0439\u0433\u0431\u0430\u0443 \u0410\u0413\u00bb. \u0413\u043b\u0430\u0432\u043d\u043e\u0439 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u044e \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u043e\u0432\u043e\u0433\u043e \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f(BMW 139), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0432\u043b\u0438\u044f\u043b \u043d\u0430 \u043e\u0431\u0449\u0443\u044e \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430.\n\u041d\u0430 \u043f\u0435\u0440\u0432\u044b\u0445 \u0436\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f\u0445 \u0424\u043e\u043a\u0430 \u043f\u0440\u043e\u044f\u0432\u0438\u043b\u0430 \u0441\u0435\u0431\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u043e. \u041e\u043d\u0430 \u0431\u044b\u043b\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u0430 \u0440\u0430\u0437\u0432\u0438\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 610 \u043a\u043c\\\u0447, \u043e\u0431\u043b\u0430\u0434\u0430\u043b\u0430 \u043f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0435\u0439 \u0441\u043a\u043e\u0440\u043e\u043f\u043e\u0434\u044a\u0451\u043c\u043d\u043e\u0441\u0442\u044c\u044e \u0438 \u0432\u043d\u0443\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435\u043c(4 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u0430 MG-17, \u043f\u043e\u0437\u0436\u0435 \u0431\u044b\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b 20\u043c\u043c \u043f\u0443\u0448\u043a\u0438). \u041e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u0435\u0439 \u0431\u044b\u043b\u0430 \u043e\u0431\u0437\u043e\u0440\u043d\u043e\u0441\u0442\u044c \u0438\u0437 \u043a\u0430\u0431\u0438\u043d\u044b. \u0418\u0437 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u043e\u0432 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0433\u0440\u0435\u0432 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f (\u043e\u0442\u0447\u0435\u0433\u043e \u0432 \u043a\u0430\u0431\u0438\u043d\u0435 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438\u043d\u043e\u0433\u0434\u0430 \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u043b\u0430 50 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432) \u0438 \u0441\u043b\u0430\u0431\u0443\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c. \u0412\u0441\u043a\u043e\u0440\u0435 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044c \u0431\u044b\u043b \u0437\u0430\u043c\u0435\u043d\u0435\u043d \u043d\u0430 BMW 801 \u0438 \u043b\u0435\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430 \u0441\u0442\u0430\u043b\u0438 \u0435\u0449\u0435 \u0432\u044b\u0448\u0435. \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043c\u0435\u043d\u044b \u0431\u044b\u043b\u0430 \u0440\u0435\u0448\u0435\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u043f\u0435\u0440\u0435\u0433\u0440\u0435\u0432\u043e\u043c. \u0422\u0430\u043a\u0436\u0435 \u0431\u044b\u043b\u0430 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u043c. \u0418\u043d\u044b\u043c\u0438 \u0441\u043b\u043e\u0432\u0430\u043c\u0438 \u2013 \u043f\u0435\u0440\u0432\u044b\u0439 \u0431\u043e\u0440\u0442\u043e\u0432\u043e\u0439 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440.\n\u041f\u0435\u0440\u0432\u043e\u0439 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0435\u0439 \u0441 \u0443\u0447\u0430\u0441\u0442\u0438\u0435\u043c \u044d\u0442\u0438\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432 \u0431\u044b\u043b\u0430 \u0414\u043e\u043d\u043d\u0435\u0440\u043a\u0430\u0439\u043b, \u0433\u0434\u0435 \u0444\u043e\u043a\u0438 \u043f\u0440\u043e\u044f\u0432\u0438\u043b\u0438 \u0441\u0435\u0431\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u043e. \u041e\u043d\u0438 \u0431\u0435\u0437 \u0442\u0440\u0443\u0434\u0430 \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0438\u0441\u044c \u0441 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u043c\u0438 \u0421\u043f\u0438\u0442\u0444\u0430\u0435\u0440\u0430\u043c\u0438. \u041d\u0430 \u0412\u043e\u0441\u0442\u043e\u0447\u043d\u043e\u043c \u0444\u0440\u043e\u043d\u0442\u0435 \u0424\u043e\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u0442\u0430\u043a\u0442\u0438\u043a\u0443 \u0441\u043e\u043a\u043e\u043b\u0438\u043d\u043e\u0433\u043e \u0443\u0434\u0430\u0440\u0430, \u0442\u0430\u043a \u043a\u0430\u043a \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u043b\u0438 \u0432 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u043e\u0432\u0435\u0442\u0441\u043a\u0438\u043c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430\u043c. \u0412\u0441\u0435\u0433\u043e \u0424\u043e\u043a\u043a\u0435\u0432\u0443\u043b\u044c\u0444 \u0432\u044b\u043f\u0443\u0441\u043a\u0430\u043b\u0441\u044f \u0432 \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445. \u0421\u0430\u043c\u044b\u043c\u0438 \u043c\u0430\u0441\u0441\u043e\u0432\u044b\u043c\u0438 \u0438 \u0443\u0434\u0430\u0447\u043d\u044b\u043c\u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f FW-190A-4 \u0438 FW-190A-8. \u0417\u0430 \u0432\u0440\u0435\u043c\u044f \u0432\u043e\u0439\u043d\u044b \u0424\u043e\u043a\u0430 \u0431\u044b\u043b\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0447\u0435\u0439 \u043b\u043e\u0448\u0430\u0434\u043a\u043e\u0439 \u041b\u044e\u0444\u0442\u0432\u0430\u0444\u0444\u0435. \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u0441 \u0440\u043e\u043b\u044c\u044e \u0432\u044b\u0441\u043e\u0442\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u0432\u0430\u0442\u0447\u0438\u043a\u0430, \u044d\u0441\u043a\u043e\u0440\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f, \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430, \u043d\u043e\u0447\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f. \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432 \u2013 \u043e\u043a\u043e\u043b\u043e 20 000.

\n

La-5, \u041b\u0430-5

\n

http://i.piccy.info/i9/2cdf683a6f622272d1b0bd8bc072752a/1471733194/48616/1062446/la_5_04.jpg

\n

The history of the La-5 creation is long and difficult. Originally it was developed LaGG-3. He became the prototype and the basis for the creation of the La-5. LaGG Production was difficult (because of using of a delta wood), labor-intensive, and LaGG was not easy in piloting. The result was a good plane, but wich did not meet the basic requirements of the front. Before Lavochkin, the designer of the plane, was a hard task - to develop a more sophisticated plane with powerful weapons. There were a lot of problems in the process of creation \u2013 some industrial difficulties and lack of material base.\nThe main difference of LA-5 was the availability of a new powerful engine (1700 hp), air cooling system (very advanced technology at the time), and two 20mm guns. In addition to this plane has an extremely simple structure and was very simple in maintenance. Thus, it was ideal for the front realities. The speed parameters in a straight line flying and the climb of La-5 were completely the same with the Messerschmitts of that time. There were produced 9920 cars. The most famous pilot, who flew on La-5 was Ivan Kozhedub.

\n

http://i.piccy.info/i9/89c000c3a048ede40f840655b23e572c/1471733219/351945/1062446/la5f_1.jpg

\n

\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u041b\u0430-5 \u0434\u043e\u043b\u0433\u0430\u044f \u0438 \u043d\u0435\u043f\u0440\u043e\u0441\u0442\u0430\u044f. \u0418\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u0431\u044b\u043b \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u041b\u0430\u0413\u0413-3. \u041e\u043d \u0438 \u0441\u0442\u0430\u043b \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u043e\u043c \u0438 \u0431\u0430\u0437\u043e\u0439 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u041b\u0430-5. \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u041b\u0430\u0413\u0413 \u0431\u044b\u043b\u043e \u0441\u043b\u043e\u0436\u043d\u044b\u043c(\u0430\u0437-\u0437\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0435\u043b\u044c\u0442\u0430 \u0434\u0440\u0435\u0432\u0435\u0441\u0438\u043d\u044b), \u0442\u0440\u0443\u0434\u043e\u0437\u0430\u0442\u0440\u0430\u0442\u043d\u044b\u043c, \u0441\u0430\u043c \u041b\u0430\u0413\u0413 \u0431\u044b\u043b \u0441\u043b\u043e\u0436\u0435\u043d \u0432 \u043f\u0438\u043b\u043e\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412 \u0438\u0442\u043e\u0433\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0441\u044f \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442, \u043d\u043e \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u043b \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0444\u0440\u043e\u043d\u0442\u0430. \u041f\u0435\u0440\u0435\u0434 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043e\u043c \u041b\u0430\u0432\u043e\u0447\u043a\u0438\u043d\u044b\u043c \u0431\u044b\u043b\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044b\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0441 \u0441\u0438\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435\u043c. \u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u0435\u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u043b\u0438 \u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u0438 \u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435, \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0431\u0430\u0437\u044b. \n\u0413\u043b\u0430\u0432\u043d\u044b\u043c \u043e\u0442\u043b\u0438\u0447\u0438\u0435\u043c \u041bA-5 \u0431\u044b\u043b\u043e \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u0441\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f (1700 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b), \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0433\u043e \u043e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u044f (\u043e\u0447\u0435\u043d\u044c \u043f\u0435\u0440\u0435\u0434\u043e\u0432\u0430\u044f \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044f \u043d\u0430 \u0442\u043e\u0442 \u043c\u043e\u043c\u0435\u043d\u0442), \u0434\u0432\u0443\u0445 20\u043c\u043c \u043f\u0443\u0448\u0435\u043a. \u041f\u043e\u043c\u0438\u043c\u043e \u044d\u0442\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0438\u043c\u0435\u043b \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u0443\u044e \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e, \u0431\u044b\u043b \u043d\u0435\u043f\u0440\u0438\u0445\u043e\u0442\u043b\u0438\u0432 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u043e\u043d \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u043b \u0434\u043b\u044f \u0440\u0435\u0430\u043b\u0438\u0439 \u0444\u0440\u043e\u043d\u0442\u0430. \u041f\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u043f\u043e \u043f\u0440\u044f\u043c\u043e\u0439 \u0438 \u0441\u043a\u043e\u0440\u043e\u043f\u043e\u0434\u044a\u0451\u043c\u043d\u043e\u0441\u0442\u0438 \u041b\u0430-5 \u043d\u0430\u0440\u0430\u0432\u043d\u0435 \u043a\u043e\u043d\u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043b \u0441 \u043c\u0435\u0441\u0441\u0435\u0440\u0448\u043c\u0438\u0442\u0442\u0430\u043c\u0438 \u0442\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e 9920 \u043c\u0430\u0448\u0438\u043d. \u0421\u0430\u043c\u044b\u043c \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c \u043f\u0438\u043b\u043e\u0442\u0430\u043c, \u043b\u0435\u0442\u0430\u0432\u0448\u0438\u043c \u043d\u0430 \u041b\u0430-5 \u0431\u044b\u043b \u0418\u0432\u0430\u043d \u041a\u043e\u0436\u0435\u0434\u0443\u0431.

\n\n

P-47 Thunderbolt, Jug, T-bolt, \u201c\u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442\u201d

\n

http://i.piccy.info/i9/2c6d157535b720973ae81a2ff86189a5/1471733264/125399/1062446/p47_4.jpg

\n

Thunderbolt was the largest single-engine fighter of the war. It was good in a role of ground-attacker aircraft. Thunderbolt supplied under Lend-Lease to the USSR, where it received a good feedback from the pilots. Along with the Mustang was one of the most popular aircraft. Flight characteristics allow to fight on equal terms with the enemy. Well, you know, that it was a really outstanding aircraft.\nIt is strange, but the American aircraft was designed by Russian and Georgian designers - Seversky and Kartveli. The main strengths of the Thunderbolts were good top speed (750 km \\ h), excellent structural strength, large range, strong arms (8 machine guns 12.7 mm), the ability to hang bombs, missiles, tanks, and more good visibility from the cockpit. P-47 was used as a high-altitude fighter, fighter escort. At the end of the war it was used as an active ground-attacker. Total was produced 15,660 aircrafts.

\n

http://i.piccy.info/i9/2edf1ec62524a9131be4ef98f0b64dc8/1471733289/48086/1062446/83e1aa309f4fbeb9cbc9b90355dc009f.jpg

\n

\u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442 \u0431\u044b\u043b \u0441\u0430\u043c\u044b\u043c \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043e\u0434\u043d\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u044b\u043c \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0435\u043c \u0432\u043e\u0439\u043d\u044b. \u041e\u0442\u043b\u0438\u0447\u043d\u043e \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u0441 \u0440\u043e\u043b\u044c\u044e \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430. \u041f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u043f\u043e \u043b\u0435\u043d\u0434-\u041b\u0438\u0437\u0443 \u0432 \u0421\u0421\u0421\u0420, \u0433\u0434\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u043e\u0442 \u043b\u0435\u0442\u0447\u0438\u043a\u043e\u0432. \u041d\u0430\u0440\u0430\u0432\u043d\u0435 \u0441 \u041c\u0443\u0441\u0442\u0430\u043d\u0433\u043e\u043c \u0431\u044b\u043b \u043e\u0434\u043d\u0438\u043c \u0438\u0437 \u0441\u0430\u043c\u044b\u0445 \u043c\u0430\u0441\u0441\u043e\u0432\u044b\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432. \u041b\u0435\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0438 \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u0431\u043e\u0440\u043e\u0442\u044c\u0441\u044f \u0441 \u0432\u0440\u0430\u0433\u043e\u043c. \u041d\u0443, \u0432\u044b \u0443\u0436\u0435 \u043f\u043e\u043d\u044f\u043b\u0438, \u0447\u0442\u043e \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u043c\u0438 \u2013 \u0432\u044b\u0434\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0430\u043c\u043e\u043b\u0435\u0442.\n\u041a\u0430\u043a \u043d\u0438 \u0441\u0442\u0440\u0430\u043d\u043d\u043e, \u043d\u043e \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0431\u044b\u043b \u0441\u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0443\u0441\u0441\u043a\u0438\u043c \u0438 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0438\u043c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430\u043c\u0438 \u2013 \u0421\u0435\u0432\u0435\u0440\u0441\u043a\u0438\u043c \u0438 \u041a\u0430\u0440\u0442\u0432\u0435\u043b\u0438. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0438\u043b\u044c\u043d\u044b\u043c\u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438 \u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442\u0430 \u0431\u044b\u043b\u0438 \u0445\u043e\u0440\u043e\u0448\u0430\u044f \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c (750 \u043a\u043c\\\u0447), \u043e\u0442\u043b\u0438\u0447\u043d\u0430\u044f \u043f\u0440\u043e\u0447\u043d\u043e\u0441\u0442\u044c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438, \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u0435\u0442\u0430, \u0441\u0438\u043b\u044c\u043d\u043e\u0435 \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435 (8 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u043e\u0432 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 12,7 \u043c\u043c), \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0432\u0435\u0441\u0438\u0442\u044c \u0431\u043e\u043c\u0431\u044b, \u0440\u0430\u043a\u0435\u0442\u044b, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0431\u0430\u043a\u0438 \u0438 \u0445\u043e\u0440\u043e\u0448\u0430\u044f \u043e\u0431\u0437\u043e\u0440\u043d\u043e\u0441\u0442\u044c \u0438\u0437 \u043a\u0430\u0431\u0438\u043d\u044b. \u0420-47 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0432\u044b\u0441\u043e\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f, \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f. \u041f\u043e\u0434 \u043a\u043e\u043d\u0435\u0446 \u0432\u043e\u0439\u043d\u044b \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u043a\u0430\u043a \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e 15 660 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432.

\n\n

Thank you, friends! Next time I am planning to tell you about the ground-attacker aircrafts. Write in the comments about any plane you would like to check out next time. Have a nice day and clear sky to you!

\n

\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0434\u0440\u0443\u0437\u044c\u044f! \u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u044f \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u044e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0430\u043c \u043e \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430\u0445. \u041f\u0438\u0448\u0438\u0442\u0435 \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u0445, \u043e \u043a\u0430\u043a\u043e\u043c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435 \u0432\u0430\u043c \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437. \u0427\u0438\u0441\u0442\u043e\u0433\u043e \u043d\u0435\u0431\u0430 \u0432\u0441\u0435\u043c.

\n\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.*** ***@burmik123 is part of my current effort to promote foreign language writers writing in English and Russian***", + "body_length": 13002, + "cashout_time": "2016-09-01T16:22:06", + "category": "planes", + "children": 60, + "created": "2016-08-25T16:22:06", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"philosophy\",\"psychology\"],\"image\":[\"https://s11.postimg.org/4odvgpfcz/18smhbx1pvip8jpg.jpg\"]}", + "json_metadata": "{\"tags\":[\"planes\",\"war\",\"ru\",\"fighters\"],\"image\":[\"http://i.piccy.info/i9/a54bdc96ebf103eab17308afdabf0457/1471732934/39733/1062446/CbXkjQb3c0o.jpg\",\"http://i.piccy.info/i9/adb0eb44911c3d9e66e50aec699f1e86/1471733050/17114/1062446/cxgSSwaXlkc.jpg\",\"http://i.piccy.info/i9/4d0b4490e6e0db6dd1e1c1bbf6fb3cd6/1471733015/67678/1062446/bxO20MXvG5A.jpg\",\"http://i.piccy.info/i9/8ea3f209e220d2afa920cb5a8edea542/1471733101/175345/1062446/6Sk_2Is6dk.jpg\",\"http://i.piccy.info/i9/52a25a6d30f5ffdf2d384554f047bbeb/1471733130/200011/1062446/l620KZrQ3Ls.jpg\",\"http://i.piccy.info/i9/3d11eeae3724cbda14af9c70cdfb37c6/1471733160/77638/1062446/M5JCbuTpeLg.jpg\",\"http://i.piccy.info/i9/2cdf683a6f622272d1b0bd8bc072752a/1471733194/48616/1062446/la_5_04.jpg\",\"http://i.piccy.info/i9/89c000c3a048ede40f840655b23e572c/1471733219/351945/1062446/la5f_1.jpg\",\"http://i.piccy.info/i9/2c6d157535b720973ae81a2ff86189a5/1471733264/125399/1062446/p47_4.jpg\",\"http://i.piccy.info/i9/2edf1ec62524a9131be4ef98f0b64dc8/1471733289/48086/1062446/83e1aa309f4fbeb9cbc9b90355dc009f.jpg\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T16:12:54", + "last_update": "2016-08-25T16:22:06", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 65680811469958, + "net_rshares": 91108446850929, "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "571.471 HBD", + "parent_permlink": "planes", + "pending_payout_value": "1181.700 HBD", "percent_hbd": 10000, - "permlink": "the-life-of-an-ambivert-featuring-sauravrungta-as-author", - "post_id": 999764, + "permlink": "steel-birds-the-main-planes-fighters-of-ww-ii-part-ii-eng-rus-featuring-burmik123-as-author", + "post_id": 983426, "promoted": "0.000 HBD", "replies": [], - "root_title": "The Life of an Ambivert (featuring @sauravrungta as author)", - "title": "The Life of an Ambivert (featuring @sauravrungta as author)", + "root_title": "Steel birds. The main planes-fighters of WW II. -Part II (ENG\\RUS) (featuring @burmik123 as author)", + "title": "Steel birds. The main planes-fighters of WW II. -Part II (ENG\\RUS) (featuring @burmik123 as author)", "total_payout_value": "0.000 HBD", - "url": "/life/@gavvet/the-life-of-an-ambivert-featuring-sauravrungta-as-author" + "url": "/planes/@gavvet/steel-birds-the-main-planes-fighters-of-ww-ii-part-ii-eng-rus-featuring-burmik123-as-author" }, { "active_votes": [ - { - "percent": "10000", - "reputation": 949715155915, - "rshares": 7332971955337, - "voter": "steempty" - }, { "percent": "10000", "reputation": 32455846463901, - "rshares": 27855438793323, + "rshares": 27854796680355, "voter": "smooth" }, { @@ -30605,38 +30659,38 @@ }, { "percent": "10000", - "reputation": 0, - "rshares": 5979444150261, - "voter": "freedom" + "reputation": 13823888326286, + "rshares": 14412308288396, + "voter": "summon" }, { "percent": "10000", "reputation": 0, - "rshares": 158978258253, - "voter": "highasfuck" + "rshares": 7464296780983, + "voter": "firstclass" }, { "percent": "10000", - "reputation": 8779714777561, - "rshares": 7299364555625, - "voter": "riverhead" + "reputation": 0, + "rshares": 158977017993, + "voter": "highasfuck" }, { "percent": "10000", "reputation": 0, - "rshares": 1780207137074, + "rshares": 1780180425042, "voter": "badassmother" }, { "percent": "10000", "reputation": 4107373187010, - "rshares": 1846827423477, + "rshares": 1892958880851, "voter": "hr1" }, { - "percent": "6000", + "percent": "7500", "reputation": 16685610555705, - "rshares": 12386612623064, + "rshares": 15689603481204, "voter": "tombstone" }, { @@ -30648,31 +30702,25 @@ { "percent": "10000", "reputation": 4018307276106, - "rshares": 3067849802089, + "rshares": 2971979495774, "voter": "silversteem" }, { "percent": "10000", "reputation": 0, - "rshares": 5386794140651, + "rshares": 5514926516836, "voter": "steemit200" }, { "percent": "10000", "reputation": 1214229078, - "rshares": 3095016279, + "rshares": 3095012896, "voter": "boy" }, - { - "percent": "10000", - "reputation": 1366085197760, - "rshares": 175641273116, - "voter": "steem-id" - }, { "percent": "10000", "reputation": 4712949449, - "rshares": 3756940539, + "rshares": 3756937156, "voter": "bue-witness" }, { @@ -30684,13 +30732,13 @@ { "percent": "10000", "reputation": 103443134841, - "rshares": 53376139047, + "rshares": 53376081535, "voter": "bue" }, { "percent": "10000", "reputation": 0, - "rshares": 1658836759, + "rshares": 1658835067, "voter": "mini" }, { @@ -30699,30 +30747,30 @@ "rshares": 213558827, "voter": "moon" }, - { - "percent": "10000", - "reputation": 330982605, - "rshares": 211894184667, - "voter": "alex90342fastn1" - }, { "percent": "10000", "reputation": 0, - "rshares": 335193350714, + "rshares": 335180180612, "voter": "recursive2" }, { "percent": "10000", "reputation": 9028537022578, - "rshares": 2542688324486, + "rshares": 2611368530284, "voter": "recursive" }, { "percent": "10000", "reputation": 1682985060, - "rshares": 24181154443, + "rshares": 25255872418, "voter": "lee3" }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8962980781, + "voter": "lee4" + }, { "percent": "10000", "reputation": 1523183364522, @@ -30732,21 +30780,15 @@ { "percent": "10000", "reputation": 83941319998, - "rshares": 4811331006628, + "rshares": 4810852719282, "voter": "smooth.witness" }, { "percent": "10000", "reputation": 585246886482, - "rshares": 71602318971, + "rshares": 73158891122, "voter": "vip" }, - { - "percent": "10000", - "reputation": 82600290949846, - "rshares": 1081772994061, - "voter": "cass" - }, { "percent": "10000", "reputation": 2802091583976, @@ -30759,6 +30801,12 @@ "rshares": 622142201, "voter": "healthcare" }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1186481262703, + "voter": "tuck-fheman" + }, { "percent": "10000", "reputation": 0, @@ -30767,9 +30815,9 @@ }, { "percent": "10000", - "reputation": 330369773484, - "rshares": 951751394, - "voter": "relativelyboston" + "reputation": 25112072900487, + "rshares": 195856827928, + "voter": "gardenlady" }, { "percent": "10000", @@ -30777,58 +30825,52 @@ "rshares": 287969338, "voter": "helen.tan" }, - { - "percent": "10000", - "reputation": 4477492280957, - "rshares": 23757573660, - "voter": "steampunkpowered" - }, - { - "percent": "10000", - "reputation": 106752569746, - "rshares": 1686794962, - "voter": "douglas.adams" - }, { "percent": "10000", "reputation": 12188250813227, - "rshares": 86578146111, + "rshares": 86577864329, "voter": "acidsun" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 14147589553, - "voter": "gregory-f" + "reputation": 2441765369743, + "rshares": 11006557439, + "voter": "dave-hughes" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 12000278271, - "voter": "ervin-lemark" + "reputation": 14073457536993, + "rshares": 122932345282, + "voter": "edgeland" }, { "percent": "10000", - "reputation": 204869765185479, - "rshares": 1009212510288, - "voter": "gavvet" + "reputation": 5171467941, + "rshares": 14146812538, + "voter": "etimarcus" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 19744143533, - "voter": "joelinux" + "reputation": 204869765185479, + "rshares": 1009210388390, + "voter": "gavvet" }, { "percent": "3000", "reputation": 4931834878069, - "rshares": 7609785647, + "rshares": 7609734897, "voter": "fkn" }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 81926769193, + "voter": "kingscrown" + }, { "percent": "10000", "reputation": 7019430473955, - "rshares": 30722282095, + "rshares": 30119884407, "voter": "thedarkestplum" }, { @@ -30840,38 +30882,38 @@ { "percent": "2500", "reputation": 376960001789, - "rshares": 1449009450, + "rshares": 1448997271, "voter": "spaninv" }, { "percent": "-10000", "reputation": 5045406568403, - "rshares": -31558350058, + "rshares": -32367538521, "voter": "james-show" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 680498703247, - "voter": "nanzo-scoop" + "reputation": 1172373556107, + "rshares": 2096138922, + "voter": "gekko" }, { "percent": "10000", - "reputation": 865237448731, - "rshares": 1787913144, - "voter": "maxim-ananko" + "reputation": 15854806148148, + "rshares": 10051192485, + "voter": "richman" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 5298520077, - "voter": "jerome-colley" + "reputation": 58571016273092, + "rshares": 694977399060, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 10093114621632, - "rshares": 91665087409, - "voter": "william-noe" + "reputation": 503318537891, + "rshares": 4906037108, + "voter": "jerome-colley" }, { "percent": "10000", @@ -30882,26 +30924,26 @@ { "percent": "10000", "reputation": 6580794427504, - "rshares": 60241521307, + "rshares": 59060315007, "voter": "hannixx42" }, { "percent": "10000", "reputation": 16025488740118, - "rshares": 10433897526, + "rshares": 11342132338, "voter": "klye" }, { "percent": "10000", "reputation": 161089556767, - "rshares": 39953283120, + "rshares": 42450363315, "voter": "asch" }, { - "percent": "10000", - "reputation": 46690451470, - "rshares": 916363925, - "voter": "slickwilly" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1069495440, + "voter": "murh" }, { "percent": "10000", @@ -30909,96 +30951,96 @@ "rshares": 1631264288, "voter": "dmitry" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 22681034485, - "voter": "adiron" - }, - { - "percent": "10000", - "reputation": 34874025761373, - "rshares": 356858298556, - "voter": "blakemiles84" - }, { "percent": "10000", "reputation": 824717099743, - "rshares": 389749280213, + "rshares": 368087663907, "voter": "cyber" }, { "percent": "10000", "reputation": 463562817, - "rshares": 598134142, + "rshares": 610595270, "voter": "ethan-castle" }, { "percent": "10000", "reputation": 199308931780, - "rshares": 240329995, + "rshares": 255350620, "voter": "akaninyene-etuk" }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30713397691, + "voter": "drinkzya" + }, { "percent": "10000", "reputation": 11136252375006, - "rshares": 346925280994, + "rshares": 355385580182, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 393705031, - "voter": "applecrisp" + "reputation": 34935156153627, + "rshares": 247618298738, + "voter": "churdtzu" }, { "percent": "10000", "reputation": 3804349938696, - "rshares": 53477761453, + "rshares": 52339936741, "voter": "juanmiguelsalas" }, { "percent": "10000", "reputation": 5888717170887, - "rshares": 60824832458, + "rshares": 60824103095, "voter": "ratel" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 207025498333, - "voter": "kaylinart" + "reputation": 9389887938261, + "rshares": 5600264808, + "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 325340968, - "rshares": 8254316331, - "voter": "hulu" + "reputation": 77590508815145, + "rshares": 205397582226, + "voter": "kaylinart" }, { "percent": "10000", "reputation": 0, - "rshares": 4602269229, + "rshares": 4060032898, "voter": "raff-delfin" }, { "percent": "10000", - "reputation": 212451198738, - "rshares": 427191549, - "voter": "magdalena" + "reputation": 4526468651953, + "rshares": 81426173909, + "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 2018522454, - "voter": "stephen-somers" + "reputation": 5260794316761, + "rshares": 135295237506, + "voter": "schro" }, { "percent": "10000", "reputation": 12494904871301, - "rshares": 275577417167, + "rshares": 281199619200, "voter": "trogdor" }, + { + "percent": "10000", + "reputation": 7647810585727, + "rshares": 30517981574, + "voter": "joelkatz" + }, { "percent": "10000", "reputation": 2761596392902, @@ -31007,27 +31049,27 @@ }, { "percent": "10000", - "reputation": 1222010452191, - "rshares": 3521805717, - "voter": "antizvuk" + "reputation": 486415577627, + "rshares": 5695660971, + "voter": "mark-waser" }, { "percent": "10000", - "reputation": 1960155455032, - "rshares": 3963083841, - "voter": "usefree" + "reputation": 5886979119053, + "rshares": 84900531486, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 86912853643710, - "rshares": 728144155314, - "voter": "anwenbaumeister" + "reputation": 274656026130, + "rshares": 43048273424, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 21696987204454, - "rshares": 154149178390, - "voter": "ikigai" + "reputation": 36344377648, + "rshares": 39712131626, + "voter": "marco-delsalto" }, { "percent": "10000", @@ -31037,9 +31079,9 @@ }, { "percent": "10000", - "reputation": 28873518041457, - "rshares": 50255193980, - "voter": "razvanelulmarin" + "reputation": 3924899966690, + "rshares": 55109701444, + "voter": "gtg" }, { "percent": "10000", @@ -31047,40 +31089,28 @@ "rshares": 2363852456, "voter": "superfreek" }, - { - "percent": "10000", - "reputation": 1019011681813, - "rshares": 5323231696, - "voter": "iloveporn" - }, { "percent": "10000", "reputation": 1557874437556, - "rshares": 2047297928, + "rshares": 2097061522, "voter": "the.bot" }, { "percent": "10000", "reputation": 15285243314, - "rshares": 172277032, + "rshares": 177660690, "voter": "ales" }, { "percent": "10000", "reputation": 1691376287481, - "rshares": 4514744945, + "rshares": 4514372142, "voter": "the.whale" }, - { - "percent": "10000", - "reputation": 25639258699, - "rshares": 257330035, - "voter": "ladyclair" - }, { "percent": "10000", "reputation": 4276659410889, - "rshares": 3159445479, + "rshares": 3093623698, "voter": "michaellamden68" }, { @@ -31091,62 +31121,56 @@ }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 4388777082, - "voter": "unicornfarts" - }, - { - "percent": "10000", - "reputation": 7091975331308, - "rshares": 12525347844, - "voter": "konstantin" + "reputation": 1826252654620, + "rshares": 2935212438, + "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 19462531467501, - "rshares": 26775461415, - "voter": "hitmeasap" + "reputation": 891519743447, + "rshares": 3694830346, + "voter": "ydm6669" }, { "percent": "10000", - "reputation": 3175467999049, - "rshares": 18232810830, - "voter": "hakise" + "reputation": 1959446497877, + "rshares": 4522785456, + "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 1083381628, - "rshares": 252776492, - "voter": "nexus1" + "reputation": 1160886081198, + "rshares": 4388763889, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 1260816217540, - "rshares": 1514995872, - "voter": "burmik123" + "reputation": 19462531467501, + "rshares": 26217639302, + "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 67719411972, - "rshares": 280713275, - "voter": "ksenia" + "reputation": 3175467999049, + "rshares": 18629176283, + "voter": "hakise" }, { "percent": "10000", "reputation": 305047794164, - "rshares": 59765168652, + "rshares": 60984865972, "voter": "jackkang" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 4754150491, - "voter": "kissmybutt" + "reputation": 44761293560, + "rshares": 24590849413, + "voter": "sonsy" }, { "percent": "10000", "reputation": 1059790037173, - "rshares": 609265894028, + "rshares": 609261520998, "voter": "juneaugoldbuyer" }, { @@ -31157,15 +31181,15 @@ }, { "percent": "10000", - "reputation": 5451039980643, - "rshares": 66908390, - "voter": "steemswede" + "reputation": 29118885298, + "rshares": 240357051, + "voter": "timotron" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8558782111, - "voter": "killswitch" + "reputation": 5451039980643, + "rshares": 66966542, + "voter": "steemswede" }, { "percent": "10000", @@ -31173,24 +31197,18 @@ "rshares": 5808793948, "voter": "qamarpinkpanda" }, - { - "percent": "10000", - "reputation": 19408082282, - "rshares": 251671748, - "voter": "playtime" - }, - { - "percent": "10000", - "reputation": 310449551325, - "rshares": 404516476, - "voter": "whitepeach" - }, { "percent": "3000", "reputation": 19111656178138, - "rshares": 19142826925, + "rshares": 19142679752, "voter": "furion" }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10583703247, + "voter": "seanmchughart" + }, { "percent": "3000", "reputation": 9142611234, @@ -31211,9 +31229,9 @@ }, { "percent": "10000", - "reputation": 56256651602417, - "rshares": 81990265770, - "voter": "alexbeyman" + "reputation": 3320684282022, + "rshares": 113876179383, + "voter": "knircky" }, { "percent": "10000", @@ -31227,30 +31245,24 @@ "rshares": 688158724, "voter": "dicov" }, + { + "percent": "10000", + "reputation": 31480034934779, + "rshares": 93098369567, + "voter": "katecloud" + }, { "percent": "10000", "reputation": 6030999377480, - "rshares": 4696205292, + "rshares": 4805314057, "voter": "sebastien" }, { "percent": "10000", "reputation": 1661526202859, - "rshares": 4449486607, + "rshares": 4449226919, "voter": "gikitiki" }, - { - "percent": "10000", - "reputation": 7952828943, - "rshares": 4687496173, - "voter": "thegoodguy" - }, - { - "percent": "10000", - "reputation": 2377467033356, - "rshares": 15440116549, - "voter": "bdavid" - }, { "percent": "10000", "reputation": 1563271634183, @@ -31260,32 +31272,32 @@ { "percent": "10000", "reputation": 431450051428, - "rshares": 14738470124, + "rshares": 15058680834, "voter": "aaseb" }, { "percent": "10000", "reputation": 11644551965460, - "rshares": 10394835058, + "rshares": 10153094708, "voter": "senseiteekay" }, { "percent": "10000", "reputation": 3361494185, - "rshares": 870831513, + "rshares": 907888173, "voter": "steem14" }, { "percent": "10000", - "reputation": 93395785733, - "rshares": 1280741809, - "voter": "jrd8526" + "reputation": 1241141280004, + "rshares": 61186320413, + "voter": "sephiroth" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 10389867653, - "voter": "domavila" + "reputation": 10445529851856, + "rshares": 10133167306, + "voter": "meesterboom" }, { "percent": "10000", @@ -31308,7 +31320,7 @@ { "percent": "10000", "reputation": 658204768651, - "rshares": 53891688947, + "rshares": 53892841703, "voter": "milestone" }, { @@ -31320,7 +31332,7 @@ { "percent": "10000", "reputation": 594833631949, - "rshares": 5145148458, + "rshares": 5292128340, "voter": "lichtblick" }, { @@ -31329,12 +31341,6 @@ "rshares": 4198229861, "voter": "r-niki09" }, - { - "percent": "10000", - "reputation": 16266884167, - "rshares": 245256060, - "voter": "ptachblr" - }, { "percent": "10000", "reputation": 3502382308233, @@ -31344,13 +31350,19 @@ { "percent": "10000", "reputation": 30130564942, - "rshares": 344732524, + "rshares": 324048573, "voter": "illlefr4u" }, + { + "percent": "10000", + "reputation": 288999193266, + "rshares": 591999686, + "voter": "ltndd1" + }, { "percent": "10000", "reputation": 3033861094190, - "rshares": 10380276502, + "rshares": 10380243347, "voter": "nippel66" }, { @@ -31359,34 +31371,22 @@ "rshares": 2692973925, "voter": "imp3" }, - { - "percent": "10000", - "reputation": 2173940256661, - "rshares": 11843991603, - "voter": "benjiberigan" - }, { "percent": "10000", "reputation": 741654237981, - "rshares": 5367927170, - "voter": "smolalit" - }, - { - "percent": "10000", - "reputation": 76096938200261, - "rshares": 195120148061, - "voter": "calaber24p" + "rshares": 5477476704, + "voter": "smolalit" }, { "percent": "10000", - "reputation": 11405705533, - "rshares": 7538518035, - "voter": "jens84" + "reputation": 76096938200261, + "rshares": 199184139929, + "voter": "calaber24p" }, { "percent": "10000", "reputation": 1532881687066, - "rshares": 7915432028, + "rshares": 8076971457, "voter": "magz8716" }, { @@ -31403,15 +31403,9 @@ }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 28537056043, - "voter": "sauravrungta" - }, - { - "percent": "10000", - "reputation": 281580733, - "rshares": 118550692, - "voter": "metalex" + "reputation": 743656664450, + "rshares": 1343819101, + "voter": "tokyodude" }, { "percent": "10000", @@ -31419,36 +31413,36 @@ "rshares": 8120982854, "voter": "neroru" }, - { - "percent": "10000", - "reputation": 100161586091, - "rshares": 2179532077, - "voter": "slava" - }, { "percent": "10000", "reputation": 163343680085, - "rshares": 384900086, + "rshares": 377353025, "voter": "meteor78" }, { "percent": "10000", "reputation": 879409745645, - "rshares": 1441496315, + "rshares": 1834631674, "voter": "lostnuggett" }, { "percent": "10000", "reputation": 4226573244868, - "rshares": 27216349731, + "rshares": 28350364303, "voter": "zaebars" }, { "percent": "3000", "reputation": 10519849768972, - "rshares": 6128910963, + "rshares": 6128870363, "voter": "positive" }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 34921753479, + "voter": "paquito" + }, { "percent": "10000", "reputation": 45712131677758, @@ -31458,20 +31452,14 @@ { "percent": "10000", "reputation": 12468455070375, - "rshares": 10776842756, + "rshares": 11001327166, "voter": "carlidos" }, { "percent": "10000", - "reputation": 27988491601746, - "rshares": 8871822171, - "voter": "marius19" - }, - { - "percent": "10000", - "reputation": 116655886020, - "rshares": 737544850, - "voter": "happyphoenix" + "reputation": 459170283182, + "rshares": 299115278, + "voter": "xcode18" }, { "percent": "10000", @@ -31485,48 +31473,36 @@ "rshares": 696814825, "voter": "curator" }, - { - "percent": "10000", - "reputation": 321902226, - "rshares": 230437999, - "voter": "culoemono" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 230058490, - "voter": "avreliy.dev" - }, { "percent": "10000", "reputation": 10552456597779, "rshares": 2129921344, "voter": "royalmacro" }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6003776816, + "voter": "stef" + }, { "percent": "10000", "reputation": 16914207527051, - "rshares": 34201037781, + "rshares": 34898899747, "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 829895732, - "voter": "remlaps" + "reputation": 1841035810445, + "rshares": 3104901959, + "voter": "bkkshadow" }, { "percent": "10000", "reputation": 136260156259, - "rshares": 113830327, + "rshares": 116252249, "voter": "kibela" }, - { - "percent": "10000", - "reputation": 142453259746, - "rshares": 6821406132, - "voter": "lykkeliten" - }, { "percent": "10000", "reputation": 6545561317919, @@ -31539,28 +31515,40 @@ "rshares": 125645540, "voter": "steemster1" }, - { - "percent": "10000", - "reputation": 106557133024, - "rshares": 22302410570, - "voter": "solidgold" - }, { "percent": "10000", "reputation": 137150233782, "rshares": 134661057, "voter": "nicoleta" }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 860346080, + "voter": "mar1978co" + }, { "percent": "10000", "reputation": 49215329, - "rshares": 3426323889, + "rshares": 3494798602, "voter": "pigatron" }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 168358279, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 762189327, + "voter": "spinner" + }, { "percent": "10000", "reputation": 283380527576, - "rshares": 4018292567, + "rshares": 4126869359, "voter": "mahekg" }, { @@ -31569,6 +31557,12 @@ "rshares": 346625311, "voter": "timelord" }, + { + "percent": "10000", + "reputation": 328735209616, + "rshares": 1747375930, + "voter": "gaitan" + }, { "percent": "10000", "reputation": 161798129127, @@ -31577,9 +31571,9 @@ }, { "percent": "10000", - "reputation": 1977162029930, - "rshares": 1944953971, - "voter": "litrbooh" + "reputation": 3278418228934, + "rshares": 1640976196, + "voter": "karenb54" }, { "percent": "10000", @@ -31589,9 +31583,9 @@ }, { "percent": "10000", - "reputation": 192578386836, - "rshares": 74420444, - "voter": "skyefox" + "reputation": 1251705047047, + "rshares": 301833943, + "voter": "theprophet" }, { "percent": "10000", @@ -31602,7 +31596,7 @@ { "percent": "10000", "reputation": 11856501387697, - "rshares": 32856960081, + "rshares": 41694929629, "voter": "allasyummyfood" }, { @@ -31614,19 +31608,19 @@ { "percent": "10000", "reputation": 90565359983, - "rshares": 23814605174, + "rshares": 24310742782, "voter": "rawnetics" }, { "percent": "10000", "reputation": 3194641726781, - "rshares": 22876921427, + "rshares": 22876432929, "voter": "laoyao" }, { "percent": "10000", "reputation": 18027204457681, - "rshares": 23621410909, + "rshares": 24802296726, "voter": "myfirst" }, { @@ -31637,15 +31631,15 @@ }, { "percent": "10000", - "reputation": 512132085322, - "rshares": 9149190730, - "voter": "viktor.phuket" + "reputation": 1038813018744, + "rshares": 555412571, + "voter": "chris.roy" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 24899719943, - "voter": "timsaid" + "reputation": 512132085322, + "rshares": 9149173816, + "voter": "viktor.phuket" }, { "percent": "10000", @@ -31667,15 +31661,15 @@ }, { "percent": "10000", - "reputation": 66769295082002, - "rshares": 24361808983, - "voter": "terrycraft" + "reputation": 31847926857, + "rshares": 65055135, + "voter": "zahar" }, { "percent": "10000", - "reputation": 133785110, - "rshares": 64050334, - "voter": "atmsteemit" + "reputation": 66769295082002, + "rshares": 24361808983, + "voter": "terrycraft" }, { "percent": "10000", @@ -31686,32 +31680,38 @@ { "percent": "10000", "reputation": 117644956479, - "rshares": 8637861031, + "rshares": 9092485295, "voter": "jphamer1" }, { "percent": "10000", "reputation": 66791976065, - "rshares": 50998506291, + "rshares": 52818488329, "voter": "joele" }, { "percent": "10000", "reputation": 11122126920308, - "rshares": 3307667620, + "rshares": 3307625672, "voter": "oflyhigh" }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 10926773451, + "voter": "randyclemens" + }, { "percent": "10000", "reputation": 1269864429223, - "rshares": 2144847061, + "rshares": 2291086633, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 740133117502, - "rshares": 2113770612, - "voter": "natalymaty" + "reputation": 3740136030964, + "rshares": 237765378, + "voter": "future24" }, { "percent": "10000", @@ -31725,28 +31725,16 @@ "rshares": 53370316, "voter": "ciao" }, - { - "percent": "10000", - "reputation": -257389679751, - "rshares": 94637778, - "voter": "darthnava" - }, { "percent": "10000", "reputation": 0, - "rshares": 8829475297, + "rshares": 9061143841, "voter": "thebotkiller" }, - { - "percent": "10000", - "reputation": -451593763871, - "rshares": 3229117571, - "voter": "blow" - }, { "percent": "10000", "reputation": 3515726108234, - "rshares": 254866345, + "rshares": 260391020, "voter": "jrcornel" }, { @@ -31755,16 +31743,10 @@ "rshares": 52985539, "voter": "steemo" }, - { - "percent": "10000", - "reputation": 145684441672, - "rshares": 221917817, - "voter": "bmcv001" - }, { "percent": "10000", "reputation": 4542627765008, - "rshares": 21454639827, + "rshares": 21025547030, "voter": "hanshotfirst" }, { @@ -31775,9 +31757,15 @@ }, { "percent": "10000", - "reputation": 4130836907564, - "rshares": 15812027026, - "voter": "highlite" + "reputation": 28335136369, + "rshares": 1587137080, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 833401927651, + "rshares": 61277607, + "voter": "kateblack" }, { "percent": "10000", @@ -31787,38 +31775,38 @@ }, { "percent": "10000", - "reputation": 152085209, - "rshares": 62367803, - "voter": "egorq" + "reputation": 679386962, + "rshares": 62368833, + "voter": "estefani4" }, { "percent": "10000", - "reputation": 692505456, - "rshares": 61505455, - "voter": "gamingdiamond" + "reputation": 2118792724924, + "rshares": 107389427113, + "voter": "miacats" }, { "percent": "10000", "reputation": -789959772758, - "rshares": 53648513, + "rshares": 54896152, "voter": "jarvis" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 9648692133, - "voter": "matrixdweller" + "reputation": 40980532, + "rshares": 1009987028, + "voter": "shinji" }, { "percent": "10000", "reputation": 0, - "rshares": 53106127, + "rshares": 54313084, "voter": "fortuner" }, { "percent": "10000", "reputation": 4637390447698, - "rshares": 1008696710, + "rshares": 1035958784, "voter": "chinadaily" }, { @@ -31827,18 +31815,30 @@ "rshares": 10880558042, "voter": "kyriacos" }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 4164569623, + "voter": "farmerswife" + }, { "percent": "10000", "reputation": 0, - "rshares": 1137160406, + "rshares": 1153719524, "voter": "kollapsik" }, { "percent": "10000", "reputation": 2551239163442, - "rshares": 7806365918, + "rshares": 7653299919, "voter": "johnnyyash" }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 55775081, + "voter": "alfaman" + }, { "percent": "10000", "reputation": 83682643470, @@ -31854,15 +31854,9 @@ { "percent": "10000", "reputation": 13147662, - "rshares": 56787471, + "rshares": 55604399, "voter": "tolik8080" }, - { - "percent": "10000", - "reputation": 17039354, - "rshares": 56719916, - "voter": "infoseeker" - }, { "percent": "10000", "reputation": 24073624840, @@ -31878,13 +31872,13 @@ { "percent": "10000", "reputation": 0, - "rshares": 51860909, + "rshares": 53039566, "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 53037689, + "rshares": 54216305, "voter": "thermor" }, { @@ -31899,24 +31893,12 @@ "rshares": 53030738, "voter": "widell" }, - { - "percent": "10000", - "reputation": 134573558180, - "rshares": 64298362, - "voter": "stivmarker" - }, { "percent": "10000", "reputation": 778743017351, - "rshares": 892613340, + "rshares": 875111117, "voter": "thetasteemit" }, - { - "percent": "10000", - "reputation": 505219265255, - "rshares": 354789097, - "voter": "violino" - }, { "percent": "10000", "reputation": 2357768295588, @@ -31937,57 +31919,81 @@ }, { "percent": "10000", - "reputation": 965303906571, - "rshares": 22087724114, - "voter": "jimmco" + "reputation": 3103554028241, + "rshares": 218964183, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 56140216, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 17285607663, + "voter": "yef99" }, { "percent": "10000", "reputation": 401217888, - "rshares": 220036295, + "rshares": 215635569, "voter": "mig641" }, { "percent": "10000", - "reputation": 363503808, - "rshares": 2921685276, - "voter": "netaterra" + "reputation": 24276337891, + "rshares": 390634874, + "voter": "tradz" }, { "percent": "10000", "reputation": 1130219064888, - "rshares": 24452903872, + "rshares": 23897156057, "voter": "andrewawerdna" }, { "percent": "10000", "reputation": 875137794542, - "rshares": 3706484262, + "rshares": 3860921107, "voter": "trev" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 76843163, - "voter": "joelbow" + "reputation": 824556048979, + "rshares": 3814097019, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 10653434898, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 508004290970, + "rshares": 353743680, + "voter": "ukblogger" }, { "percent": "10000", - "reputation": 433370384966, - "rshares": 1315536449, - "voter": "imag1ne" + "reputation": 1876749044289, + "rshares": 1713289166, + "voter": "shadowspub" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 23031856590, - "voter": "daut44" + "reputation": 1802656474490, + "rshares": 4588295502, + "voter": "lantto" }, { "percent": "10000", - "reputation": 480394097022, - "rshares": 56345199, - "voter": "onlyvoluntary" + "reputation": -98387395045, + "rshares": 58632372, + "voter": "realbillmurray" }, { "percent": "10000", @@ -31995,12 +32001,6 @@ "rshares": 52708083, "voter": "curpose" }, - { - "percent": "10000", - "reputation": 117598348160, - "rshares": 383744249, - "voter": "avecaesar" - }, { "percent": "10000", "reputation": 0, @@ -32009,27 +32009,15 @@ }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 329619284, - "voter": "runridefly" - }, - { - "percent": "10000", - "reputation": 1833661746969, - "rshares": 1256285490, - "voter": "seva" - }, - { - "percent": "10000", - "reputation": 1391859553453, - "rshares": 56145495012, - "voter": "skum" + "reputation": 1063317981552, + "rshares": 9147746231, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 809313892500, - "rshares": 4625521415, - "voter": "daveks" + "reputation": 2516108074649, + "rshares": 329619284, + "voter": "runridefly" }, { "percent": "10000", @@ -32039,9 +32027,15 @@ }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 3829802704, - "voter": "mikehere" + "reputation": 339886160, + "rshares": 394060864, + "voter": "hpk" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 11470304588, + "voter": "ryan-singer" }, { "percent": "10000", @@ -32063,20 +32057,38 @@ }, { "percent": "10000", - "reputation": 513483422272, - "rshares": 75727668, - "voter": "elduderino" + "reputation": 736149094898, + "rshares": 2187971989, + "voter": "epiphany" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1753773543, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 60814132, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 4142709731, + "voter": "davidbrogan" }, { "percent": "10000", "reputation": 2083416845, - "rshares": 51718188, + "rshares": 52842496, "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 51388276, + "rshares": 52505412, "voter": "hitherise" }, { @@ -32094,20 +32106,20 @@ { "percent": "10000", "reputation": 837791549130, - "rshares": 25535100164, + "rshares": 25534536515, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 401342498891, - "rshares": 89209334, - "voter": "areynolds" + "reputation": 232802458264, + "rshares": 5632824339, + "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 8412926035, - "rshares": 3820405919, - "voter": "ericbotticelli" + "reputation": 7402303856, + "rshares": 1473309696, + "voter": "grm" }, { "percent": "10000", @@ -32117,21 +32129,15 @@ }, { "percent": "10000", - "reputation": 273803592, - "rshares": 56556201, - "voter": "vixxly" - }, - { - "percent": "10000", - "reputation": 561774262537, - "rshares": 56515406, - "voter": "maryfromsochi" + "reputation": 1919986626165, + "rshares": 1062039328, + "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 20033064972, - "rshares": 55442692, - "voter": "sociopat" + "reputation": 785171622834, + "rshares": 5685790550, + "voter": "jwaser" }, { "percent": "10000", @@ -32142,20 +32148,26 @@ { "percent": "10000", "reputation": 0, - "rshares": 51812703, + "rshares": 52915101, "voter": "prof" }, { "percent": "10000", "reputation": 24608246848, - "rshares": 62172605, + "rshares": 60929153, "voter": "afristeem" }, { "percent": "10000", - "reputation": 2840774649947, - "rshares": 10823487864, - "voter": "hunterisgreat" + "reputation": 229065282410, + "rshares": 54979093, + "voter": "richhersey" + }, + { + "percent": "10000", + "reputation": 24514958038, + "rshares": 61624910, + "voter": "lyndieontheroad" }, { "percent": "10000", @@ -32163,6 +32175,12 @@ "rshares": 66298174, "voter": "tito-baron" }, + { + "percent": "10000", + "reputation": 6508950818, + "rshares": 173705520, + "voter": "grayhorse" + }, { "percent": "10000", "reputation": 0, @@ -32178,7 +32196,7 @@ { "percent": "10000", "reputation": 0, - "rshares": 51154263, + "rshares": 52242652, "voter": "bane" }, { @@ -32190,20 +32208,20 @@ { "percent": "10000", "reputation": 0, - "rshares": 52230725, + "rshares": 53318865, "voter": "coad" }, { "percent": "10000", - "reputation": 3533625673, - "rshares": 26332024919, - "voter": "dubi" + "reputation": 0, + "rshares": 54182817, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 190002902030, - "rshares": 318394501, - "voter": "baodog" + "reputation": 1810829967, + "rshares": 2739063231, + "voter": "bwaser" }, { "percent": "10000", @@ -32217,6 +32235,24 @@ "rshares": 52988378, "voter": "sofa" }, + { + "percent": "10000", + "reputation": 221607742, + "rshares": 54017869, + "voter": "zelious" + }, + { + "percent": "10000", + "reputation": 1511210353594, + "rshares": 53255910, + "voter": "tsudohnimh" + }, + { + "percent": "10000", + "reputation": 2485222331, + "rshares": 55017333, + "voter": "miklyho34" + }, { "percent": "10000", "reputation": 321473400567, @@ -32226,80 +32262,86 @@ { "percent": "10000", "reputation": 2609275826131, - "rshares": 119378351, + "rshares": 124568714, "voter": "alina1" }, { "percent": "10000", - "reputation": 759458120, - "rshares": 53807389, - "voter": "cpacia" + "reputation": 152610437601, + "rshares": 131693793, + "voter": "ricov" }, { "percent": "10000", "reputation": 26215514, - "rshares": 25462975160, + "rshares": 25462361778, "voter": "brains" }, { "percent": "10000", - "reputation": 8189791438741, - "rshares": 10953777161, - "voter": "skypilot" + "reputation": 1000151128321, + "rshares": 71284512, + "voter": "littlescribe" + }, + { + "percent": "10000", + "reputation": 501717591495, + "rshares": 526569812, + "voter": "mohamedmashaal" }, { "percent": "10000", "reputation": 0, - "rshares": 51979174, + "rshares": 53039974, "voter": "ailo" }, { "percent": "10000", "reputation": 861400654873, - "rshares": 55373286, + "rshares": 56526896, "voter": "steemafon" }, { "percent": "10000", "reputation": 474811529, - "rshares": 54002407, + "rshares": 52943536, "voter": "brs" }, { "percent": "10000", - "reputation": 31479863, - "rshares": 50812926, - "voter": "bobbythegreat" - }, - { - "percent": "10000", - "reputation": 20782377086, - "rshares": 51798739, - "voter": "visitor" + "reputation": 699258478694, + "rshares": 52810054, + "voter": "wildmanhowling" }, { "percent": "10000", "reputation": 5646699288797, - "rshares": 1659130906, + "rshares": 1772253468, "voter": "gringalicious" }, { "percent": "10000", "reputation": 0, - "rshares": 52546268, - "voter": "aoki" + "rshares": 52540627, + "voter": "typingagent" }, { "percent": "10000", "reputation": 0, - "rshares": 51489814, - "voter": "typingagent" + "rshares": 52538118, + "voter": "cwb" }, { "percent": "10000", "reputation": 0, - "rshares": 51487356, - "voter": "cwb" + "rshares": 10912705118, + "voter": "ksc" + }, + { + "percent": "10000", + "reputation": 35511792131, + "rshares": 66687457, + "voter": "robcichocki" }, { "percent": "10000", @@ -32309,9 +32351,27 @@ }, { "percent": "10000", - "reputation": 894073046343, - "rshares": 87525652, - "voter": "magralex" + "reputation": -1126822037371, + "rshares": 52480753, + "voter": "steemwelcome" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 1611200214, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 53580348, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 10951011846, + "voter": "yangyang" }, { "percent": "10000", @@ -32321,46 +32381,88 @@ }, { "percent": "10000", - "reputation": 1305746304240, - "rshares": 1260213064, - "voter": "ekaterinka" + "reputation": 556379036, + "rshares": 51663481, + "voter": "chitra" + }, + { + "percent": "10000", + "reputation": 84715240387, + "rshares": 71059082, + "voter": "regeneration" }, { "percent": "10000", "reputation": 6072650400812, - "rshares": 1105585916, + "rshares": 1129092785, "voter": "herpetologyguy" }, { "percent": "10000", "reputation": 0, - "rshares": 50441122, + "rshares": 51470533, "voter": "eavy" }, { "percent": "10000", "reputation": 0, - "rshares": 50439559, + "rshares": 51468937, "voter": "roto" }, + { + "percent": "10000", + "reputation": 972344082, + "rshares": 51396498, + "voter": "nathan.chinn" + }, + { + "percent": "10000", + "reputation": 1209438588649, + "rshares": 51171746, + "voter": "hartleigh" + }, { "percent": "10000", "reputation": 0, - "rshares": 51121901, + "rshares": 50099463, "voter": "bazzonarr" }, { "percent": "10000", - "reputation": -519870545601, - "rshares": 51045264, - "voter": "psyduck" + "reputation": 2577729396, + "rshares": 51470362, + "voter": "funthing" + }, + { + "percent": "10000", + "reputation": 907885749, + "rshares": 52076989, + "voter": "schurup" }, { "percent": "10000", "reputation": 0, - "rshares": 159258906, + "rshares": 162647394, "voter": "robotev2" }, + { + "percent": "10000", + "reputation": 22875210, + "rshares": 51966168, + "voter": "lotus" + }, + { + "percent": "10000", + "reputation": 272497517948, + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "percent": "10000", + "reputation": 1618230, + "rshares": 51783374, + "voter": "granlord" + }, { "percent": "10000", "reputation": 2807726188, @@ -32369,56 +32471,56 @@ }, { "percent": "10000", - "reputation": 74431494282, - "rshares": 51740856, - "voter": "iggy" + "reputation": 0, + "rshares": 50678219, + "voter": "crashoverride" }, { "percent": "10000", "reputation": 0, - "rshares": 50692330, - "voter": "missyz" + "rshares": 51677727, + "voter": "junecarteryash" }, { "percent": "10000", "reputation": 0, - "rshares": 51691783, - "voter": "crashoverride" + "rshares": 51467601, + "voter": "blarson77" }, { "percent": "10000", - "reputation": 0, - "rshares": 50578156, - "voter": "markshturmann" + "reputation": 200026227, + "rshares": 157510462, + "voter": "jdillon156" } ], "author": "gavvet", "author_reputation": 204869765185479, "beneficiaries": [], - "body": "\n

Hello. As promised, I prepared for you the second part of the top-list about the planes of World War II. In the last article, many of you were surprised that I did not mention P-51 Mustang. It's simple - I have saved it for today) Thanks for the comments, friends!

\n

\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442. \u041a\u0430\u043a \u0438 \u043e\u0431\u0435\u0449\u0430\u043b, \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b \u0434\u043b\u044f \u0432\u0430\u0441 \u0432\u0442\u043e\u0440\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u0442\u043e\u043f\u0430 \u043f\u0440\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u044b \u0412\u0442\u043e\u0440\u043e\u0439 \u041c\u0438\u0440\u043e\u0432\u043e\u0439 \u0412\u043e\u0439\u043d\u044b. \u0412 \u043f\u0440\u043e\u0448\u043b\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0435 \u043c\u043d\u043e\u0433\u0438\u0435 \u0443\u0434\u0438\u0432\u043b\u044f\u043b\u0438\u0441\u044c \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u044f \u043d\u0435 \u0443\u043f\u043e\u043c\u044f\u043d\u0443\u043b \u043c\u0443\u0441\u0442\u0430\u043d\u0433\u0430. \u0412\u0441\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u2013 \u044f \u043f\u0440\u0438\u0431\u0435\u0440\u0435\u0433 \u0435\u0433\u043e \u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f) \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438, \u0434\u0440\u0443\u0437\u044c\u044f!

\n

P-51 Mustang, \u201c\u041c\u0443\u0441\u0442\u0430\u043d\u0433\u201d

\n

http://i.piccy.info/i9/a54bdc96ebf103eab17308afdabf0457/1471732934/39733/1062446/CbXkjQb3c0o.jpg

\n

Mustang was developed as soon as it is possible. USA urgently required a fighter, which is able to fight with BF.109 and FW-190. Fighter must be a good maneuvering craft and it should be good in escorting of a bombers. As a result, American designers in the shortest possible time (117 days from receipt of order) managed to create a real miracle - P-51 Mustang.\nIn the original version with an engine Allison V-1710 aircraft showed himself remarkably only at low altitudes - speed and maneuverability were impressive. After replacing the engine Rolls-Royce Merlin aircraft got a second wind - significantly improved high-altitude performance of the aircraft with the saving of main advantages \u2013 speed and maneuverability at low altitudes.

\n

http://i.piccy.info/i9/adb0eb44911c3d9e66e50aec699f1e86/1471733050/17114/1062446/cxgSSwaXlkc.jpg

\n

One of the advanced technologies, used in the aircraft, was the laminar wing profile. It reduced fuel consumption. P-51 was equipped with 6 guns M-2 12.7mm caliber. There was a possibility to install additional tanks and missiles. The engine provides the speed 704km \\ h at high altitude. Mustang fought in the Pacific theater of operations, and European. P-51 Mustang was a great as a high altitudes escort fighter because of its long flying range. 10 machines were delivered to the Soviet Union under the Lend-Lease. In general it were produced about 16,974 aircraft. Now P-51 takes an active part in various air shows.

\n

http://i.piccy.info/i9/4d0b4490e6e0db6dd1e1c1bbf6fb3cd6/1471733015/67678/1062446/bxO20MXvG5A.jpg

\n

\u041c\u0443\u0441\u0442\u0430\u043d\u0433 \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0441\u044f \u0432 \u043a\u0440\u0430\u0442\u0447\u0430\u0439\u0448\u0438\u0435 \u0441\u0440\u043e\u043a\u0438. \u0421\u0428\u0410 \u0441\u0440\u043e\u0447\u043d\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u0441\u044f \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u0441\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0435\u043c\u0435\u0446\u043a\u0438\u043c\u0438 \u043c\u0435\u0441\u0441\u0435\u0440\u0430\u043c\u0438 \u0438 \u0444\u043e\u043a\u0430\u043c\u0438, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0432 \u0440\u043e\u043b\u0438 \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a \u0436\u0435 \u0438\u043c\u0435\u0432\u0448\u0438\u043c \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438. \u0412 \u0438\u0442\u043e\u0433\u0435 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u043c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430\u043c \u0432 \u043a\u0440\u0430\u0442\u0447\u0430\u0439\u0448\u0438\u0435 \u0441\u0440\u043e\u043a\u0438 (117 \u0434\u043d\u0435\u0439 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u043e\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430) \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0447\u0443\u0434\u043e \u2013 P-51 Mustang.\n\u0412 \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0435 \u0441 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u0435\u043c Allison V-1710 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u043b \u0441\u0435\u0431\u044f \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043b\u0438\u0448\u044c \u043d\u0430 \u043c\u0430\u043b\u044b\u0445 \u0432\u044b\u0441\u043e\u0442\u0430\u0445 \u2013 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0438 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u043b\u0430 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u044f\u044e\u0449\u0438\u043c\u0438. \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043c\u0435\u043d\u044b \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f \u043d\u0430 Rolls-Royce Merlin \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0432\u0442\u043e\u0440\u043e\u0435 \u0434\u044b\u0445\u0430\u043d\u0438\u0435 \u2013 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u043b\u0443\u0447\u0448\u0438\u043b\u0438\u0441\u044c \u0432\u044b\u0441\u043e\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430, \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0441\u044c \u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043d\u0430 \u043c\u0430\u043b\u043e\u0439 \u0432\u044b\u0441\u043e\u0442\u0435.\n\u041e\u0434\u043d\u043e\u0439 \u0438\u0437 \u043f\u0435\u0440\u0435\u0434\u043e\u0432\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0432 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435, \u0431\u044b\u043b\u043e \u043a\u0440\u044b\u043b\u043e \u043b\u0430\u043c\u0438\u043d\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f, \u0447\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434 \u0442\u043e\u043f\u043b\u0438\u0432\u0430. P-51 \u043e\u0441\u043d\u0430\u0449\u0430\u043b\u0441\u044f 6 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u0430\u043c\u0438 \u041c-2 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 12,7\u043c\u043c. \u0411\u044b\u043b\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0440\u0430\u043a\u0435\u0442 \u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0431\u0430\u043a\u043e\u0432. \u0414\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044c \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u043b \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c 704\u043a\u043c\\\u0447 \u043d\u0430 \u0432\u044b\u0441\u043e\u0442\u0435. \u041c\u0443\u0441\u0442\u0430\u043d\u0433 \u0443\u0441\u043f\u0435\u043b \u043f\u043e\u0432\u043e\u0435\u0432\u0430\u0442\u044c \u0438 \u043d\u0430 \u0422\u0438\u0445\u043e\u043e\u043a\u0435\u0430\u043d\u0441\u043a\u043e\u043c \u0442\u0435\u0430\u0442\u0440\u0435 \u0432\u043e\u0435\u043d\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u0438 \u043d\u0430 \u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u043e\u043c. \u041e\u0441\u043e\u0431\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u0441\u0435\u0431\u044f \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043b \u043a\u0430\u043a \u0432\u044b\u0441\u043e\u0442\u043d\u044b\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0434\u0430\u043b\u044c\u043d\u0438\u0445 \u0431\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u043e\u0432, \u0437\u0430 \u0441\u0447\u0435\u0442 \u0441\u0432\u043e\u0435\u0439 \u0432\u044b\u0434\u0430\u044e\u0449\u0435\u0439\u0441\u044f \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u043b\u0435\u0442\u0430. 10 \u043c\u0430\u0448\u0438\u043d \u0431\u044b\u043b\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e \u0432 \u0421\u0421\u0421\u0420 \u043f\u043e \u043b\u0435\u043d\u0434-\u043b\u0438\u0437\u0443. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e \u043e\u043a\u043e\u043b\u043e 16 974 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430. \u0421\u0435\u0439\u0447\u0430\u0441 \u043c\u0443\u0441\u0442\u0430\u043d\u0433\u0438 \u0431\u0435\u0440\u0443\u0442 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u0432 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0430\u0432\u0438\u0430\u0448\u043e\u0443.

\n

Focke-Wulf 190, FW-190, \u0424\u043e\u043a\u043a\u0435\u0432\u0443\u043b\u044c\u0444, \u0424\u043e\u043a\u0430.

\n

http://i.piccy.info/i9/8ea3f209e220d2afa920cb5a8edea542/1471733101/175345/1062446/6Sk_2Is6dk.jpg

\n

FW-190 can be called the elder brother of BF.109. Since the beginning of the war the German command decided to develop a new multi-purpose aircraft, surpassing enemy aircraft, as well as surpassing already available BF.109. Work under the aircraft was assigned to Kurt Tank and CB \"Focke-Wulf Flyugtsoygbau AG\". The main feature was the installation of a new engine (BMW 139), which significantly change the overall structure of the aircraft.\nIn the first tests FW-190 was great. It was able to develop a speed of 610 km \\ h, had a high rate of climb and impressive armament (4 machine guns MG-17, later 20mm guns were added). It was a good visibility from the cockpit. Among the disadvantages can be noted engine overheating (in the cabin temperature sometimes reaches 50 degrees) and poor maneuverability. Soon the engine was replaced by the BMW 801 and the flight characteristics of the aircraft grow up again. After engine replacing a problem with overheating has been resolved. Also, centralized electronic aircraft control system was implemented. It was the first on-board computer.

\n

http://i.piccy.info/i9/52a25a6d30f5ffdf2d384554f047bbeb/1471733130/200011/1062446/l620KZrQ3Ls.jpg

\n

The first major operation involving those planes was Donnerkayl where FW-190 shown themselves perfectly. They can easily cope with the British Spitfire. On the Eastern Front FW-190 used falcon strike tactic because FW was bad in maneuverability behind the Soviet planes. Total FW-190 produced in nine major modifications. The most widespread and well-considered were FW-190A-4 and FW-190A-8. During the war, FW was a real workhorse of the Luftwaffe. The aircraft has successfully coped with the role of high-altitude fighter, escort fighter, ground attacker, and night fighter. The total number of produced aircraft - about 20,000.

\n

http://i.piccy.info/i9/3d11eeae3724cbda14af9c70cdfb37c6/1471733160/77638/1062446/M5JCbuTpeLg.jpg

\n

\u0424\u043e\u043a\u0443 \u043c\u043e\u0436\u043d\u043e \u0441\u043c\u0435\u043b\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u0448\u0438\u043c \u0431\u0440\u0430\u0442\u043e\u043c \u043c\u0435\u0441\u0441\u0435\u0440\u0448\u043c\u0438\u0442\u0442\u0430 109. \u0421 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0432\u043e\u0439\u043d\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438 \u043f\u0440\u0438\u043d\u044f\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u043c\u043d\u043e\u0433\u043e\u0446\u0435\u043b\u0435\u0432\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430, \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0432\u0448\u0435\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u044b \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u043e\u0432, \u0430 \u0442\u0430\u043a \u0436\u0435 \u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0432\u0448\u0435\u0433\u043e \u0443\u0436\u0435 \u0438\u043c\u0435\u044e\u0449\u0438\u0439\u0441\u044f \u0443 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438 \u043c\u0435\u0441\u0441\u0435\u0440. \u0420\u0430\u0431\u043e\u0442\u0430 \u043d\u0430\u0434 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u043c \u0431\u044b\u043b\u0430 \u043f\u043e\u0440\u0443\u0447\u0435\u043d\u0430 \u041a\u0443\u0440\u0442\u0443 \u0422\u0430\u043d\u043a\u0443 \u0438 \u0435\u0433\u043e \u041a\u0411 \u00ab\u0424\u043e\u043a\u043a\u0435-\u0412\u0443\u043b\u044c\u0444 \u0424\u043b\u044e\u0433\u0446\u043e\u0439\u0433\u0431\u0430\u0443 \u0410\u0413\u00bb. \u0413\u043b\u0430\u0432\u043d\u043e\u0439 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u044e \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u043e\u0432\u043e\u0433\u043e \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f(BMW 139), \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0432\u043b\u0438\u044f\u043b \u043d\u0430 \u043e\u0431\u0449\u0443\u044e \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430.\n\u041d\u0430 \u043f\u0435\u0440\u0432\u044b\u0445 \u0436\u0435 \u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u044f\u0445 \u0424\u043e\u043a\u0430 \u043f\u0440\u043e\u044f\u0432\u0438\u043b\u0430 \u0441\u0435\u0431\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u043e. \u041e\u043d\u0430 \u0431\u044b\u043b\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u0430 \u0440\u0430\u0437\u0432\u0438\u0442\u044c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 610 \u043a\u043c\\\u0447, \u043e\u0431\u043b\u0430\u0434\u0430\u043b\u0430 \u043f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0435\u0439 \u0441\u043a\u043e\u0440\u043e\u043f\u043e\u0434\u044a\u0451\u043c\u043d\u043e\u0441\u0442\u044c\u044e \u0438 \u0432\u043d\u0443\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435\u043c(4 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u0430 MG-17, \u043f\u043e\u0437\u0436\u0435 \u0431\u044b\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b 20\u043c\u043c \u043f\u0443\u0448\u043a\u0438). \u041e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u0435\u0439 \u0431\u044b\u043b\u0430 \u043e\u0431\u0437\u043e\u0440\u043d\u043e\u0441\u0442\u044c \u0438\u0437 \u043a\u0430\u0431\u0438\u043d\u044b. \u0418\u0437 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u043e\u0432 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0433\u0440\u0435\u0432 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f (\u043e\u0442\u0447\u0435\u0433\u043e \u0432 \u043a\u0430\u0431\u0438\u043d\u0435 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438\u043d\u043e\u0433\u0434\u0430 \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u043b\u0430 50 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432) \u0438 \u0441\u043b\u0430\u0431\u0443\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c. \u0412\u0441\u043a\u043e\u0440\u0435 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044c \u0431\u044b\u043b \u0437\u0430\u043c\u0435\u043d\u0435\u043d \u043d\u0430 BMW 801 \u0438 \u043b\u0435\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430 \u0441\u0442\u0430\u043b\u0438 \u0435\u0449\u0435 \u0432\u044b\u0448\u0435. \u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u043c\u0435\u043d\u044b \u0431\u044b\u043b\u0430 \u0440\u0435\u0448\u0435\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u043f\u0435\u0440\u0435\u0433\u0440\u0435\u0432\u043e\u043c. \u0422\u0430\u043a\u0436\u0435 \u0431\u044b\u043b\u0430 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u043c. \u0418\u043d\u044b\u043c\u0438 \u0441\u043b\u043e\u0432\u0430\u043c\u0438 \u2013 \u043f\u0435\u0440\u0432\u044b\u0439 \u0431\u043e\u0440\u0442\u043e\u0432\u043e\u0439 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440.\n\u041f\u0435\u0440\u0432\u043e\u0439 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0435\u0439 \u0441 \u0443\u0447\u0430\u0441\u0442\u0438\u0435\u043c \u044d\u0442\u0438\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432 \u0431\u044b\u043b\u0430 \u0414\u043e\u043d\u043d\u0435\u0440\u043a\u0430\u0439\u043b, \u0433\u0434\u0435 \u0444\u043e\u043a\u0438 \u043f\u0440\u043e\u044f\u0432\u0438\u043b\u0438 \u0441\u0435\u0431\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u043e. \u041e\u043d\u0438 \u0431\u0435\u0437 \u0442\u0440\u0443\u0434\u0430 \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0438\u0441\u044c \u0441 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u043c\u0438 \u0421\u043f\u0438\u0442\u0444\u0430\u0435\u0440\u0430\u043c\u0438. \u041d\u0430 \u0412\u043e\u0441\u0442\u043e\u0447\u043d\u043e\u043c \u0444\u0440\u043e\u043d\u0442\u0435 \u0424\u043e\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u0442\u0430\u043a\u0442\u0438\u043a\u0443 \u0441\u043e\u043a\u043e\u043b\u0438\u043d\u043e\u0433\u043e \u0443\u0434\u0430\u0440\u0430, \u0442\u0430\u043a \u043a\u0430\u043a \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u043b\u0438 \u0432 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u043e\u0432\u0435\u0442\u0441\u043a\u0438\u043c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430\u043c. \u0412\u0441\u0435\u0433\u043e \u0424\u043e\u043a\u043a\u0435\u0432\u0443\u043b\u044c\u0444 \u0432\u044b\u043f\u0443\u0441\u043a\u0430\u043b\u0441\u044f \u0432 \u0434\u0435\u0432\u044f\u0442\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445. \u0421\u0430\u043c\u044b\u043c\u0438 \u043c\u0430\u0441\u0441\u043e\u0432\u044b\u043c\u0438 \u0438 \u0443\u0434\u0430\u0447\u043d\u044b\u043c\u0438 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f FW-190A-4 \u0438 FW-190A-8. \u0417\u0430 \u0432\u0440\u0435\u043c\u044f \u0432\u043e\u0439\u043d\u044b \u0424\u043e\u043a\u0430 \u0431\u044b\u043b\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0439 \u0440\u0430\u0431\u043e\u0447\u0435\u0439 \u043b\u043e\u0448\u0430\u0434\u043a\u043e\u0439 \u041b\u044e\u0444\u0442\u0432\u0430\u0444\u0444\u0435. \u0421\u0430\u043c\u043e\u043b\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u0441 \u0440\u043e\u043b\u044c\u044e \u0432\u044b\u0441\u043e\u0442\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u0432\u0430\u0442\u0447\u0438\u043a\u0430, \u044d\u0441\u043a\u043e\u0440\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f, \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430, \u043d\u043e\u0447\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f. \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432 \u2013 \u043e\u043a\u043e\u043b\u043e 20 000.

\n

La-5, \u041b\u0430-5

\n

http://i.piccy.info/i9/2cdf683a6f622272d1b0bd8bc072752a/1471733194/48616/1062446/la_5_04.jpg

\n

The history of the La-5 creation is long and difficult. Originally it was developed LaGG-3. He became the prototype and the basis for the creation of the La-5. LaGG Production was difficult (because of using of a delta wood), labor-intensive, and LaGG was not easy in piloting. The result was a good plane, but wich did not meet the basic requirements of the front. Before Lavochkin, the designer of the plane, was a hard task - to develop a more sophisticated plane with powerful weapons. There were a lot of problems in the process of creation \u2013 some industrial difficulties and lack of material base.\nThe main difference of LA-5 was the availability of a new powerful engine (1700 hp), air cooling system (very advanced technology at the time), and two 20mm guns. In addition to this plane has an extremely simple structure and was very simple in maintenance. Thus, it was ideal for the front realities. The speed parameters in a straight line flying and the climb of La-5 were completely the same with the Messerschmitts of that time. There were produced 9920 cars. The most famous pilot, who flew on La-5 was Ivan Kozhedub.

\n

http://i.piccy.info/i9/89c000c3a048ede40f840655b23e572c/1471733219/351945/1062446/la5f_1.jpg

\n

\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u041b\u0430-5 \u0434\u043e\u043b\u0433\u0430\u044f \u0438 \u043d\u0435\u043f\u0440\u043e\u0441\u0442\u0430\u044f. \u0418\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u0431\u044b\u043b \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u041b\u0430\u0413\u0413-3. \u041e\u043d \u0438 \u0441\u0442\u0430\u043b \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u043e\u043c \u0438 \u0431\u0430\u0437\u043e\u0439 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u041b\u0430-5. \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u041b\u0430\u0413\u0413 \u0431\u044b\u043b\u043e \u0441\u043b\u043e\u0436\u043d\u044b\u043c(\u0430\u0437-\u0437\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0435\u043b\u044c\u0442\u0430 \u0434\u0440\u0435\u0432\u0435\u0441\u0438\u043d\u044b), \u0442\u0440\u0443\u0434\u043e\u0437\u0430\u0442\u0440\u0430\u0442\u043d\u044b\u043c, \u0441\u0430\u043c \u041b\u0430\u0413\u0413 \u0431\u044b\u043b \u0441\u043b\u043e\u0436\u0435\u043d \u0432 \u043f\u0438\u043b\u043e\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412 \u0438\u0442\u043e\u0433\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u043b\u0441\u044f \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442, \u043d\u043e \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u043b \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0444\u0440\u043e\u043d\u0442\u0430. \u041f\u0435\u0440\u0435\u0434 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043e\u043c \u041b\u0430\u0432\u043e\u0447\u043a\u0438\u043d\u044b\u043c \u0431\u044b\u043b\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044b\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0441 \u0441\u0438\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435\u043c. \u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u0435\u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u043b\u0438 \u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u0438 \u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435, \u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0431\u0430\u0437\u044b. \n\u0413\u043b\u0430\u0432\u043d\u044b\u043c \u043e\u0442\u043b\u0438\u0447\u0438\u0435\u043c \u041bA-5 \u0431\u044b\u043b\u043e \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u0441\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044f (1700 \u043b\u043e\u0448\u0430\u0434\u0438\u043d\u044b\u0445 \u0441\u0438\u043b), \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0433\u043e \u043e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u044f (\u043e\u0447\u0435\u043d\u044c \u043f\u0435\u0440\u0435\u0434\u043e\u0432\u0430\u044f \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u044f \u043d\u0430 \u0442\u043e\u0442 \u043c\u043e\u043c\u0435\u043d\u0442), \u0434\u0432\u0443\u0445 20\u043c\u043c \u043f\u0443\u0448\u0435\u043a. \u041f\u043e\u043c\u0438\u043c\u043e \u044d\u0442\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0438\u043c\u0435\u043b \u043f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u0443\u044e \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044e, \u0431\u044b\u043b \u043d\u0435\u043f\u0440\u0438\u0445\u043e\u0442\u043b\u0438\u0432 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u043e\u043d \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u043b \u0434\u043b\u044f \u0440\u0435\u0430\u043b\u0438\u0439 \u0444\u0440\u043e\u043d\u0442\u0430. \u041f\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u043f\u043e \u043f\u0440\u044f\u043c\u043e\u0439 \u0438 \u0441\u043a\u043e\u0440\u043e\u043f\u043e\u0434\u044a\u0451\u043c\u043d\u043e\u0441\u0442\u0438 \u041b\u0430-5 \u043d\u0430\u0440\u0430\u0432\u043d\u0435 \u043a\u043e\u043d\u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043b \u0441 \u043c\u0435\u0441\u0441\u0435\u0440\u0448\u043c\u0438\u0442\u0442\u0430\u043c\u0438 \u0442\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e 9920 \u043c\u0430\u0448\u0438\u043d. \u0421\u0430\u043c\u044b\u043c \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c \u043f\u0438\u043b\u043e\u0442\u0430\u043c, \u043b\u0435\u0442\u0430\u0432\u0448\u0438\u043c \u043d\u0430 \u041b\u0430-5 \u0431\u044b\u043b \u0418\u0432\u0430\u043d \u041a\u043e\u0436\u0435\u0434\u0443\u0431.

\n\n

P-47 Thunderbolt, Jug, T-bolt, \u201c\u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442\u201d

\n

http://i.piccy.info/i9/2c6d157535b720973ae81a2ff86189a5/1471733264/125399/1062446/p47_4.jpg

\n

Thunderbolt was the largest single-engine fighter of the war. It was good in a role of ground-attacker aircraft. Thunderbolt supplied under Lend-Lease to the USSR, where it received a good feedback from the pilots. Along with the Mustang was one of the most popular aircraft. Flight characteristics allow to fight on equal terms with the enemy. Well, you know, that it was a really outstanding aircraft.\nIt is strange, but the American aircraft was designed by Russian and Georgian designers - Seversky and Kartveli. The main strengths of the Thunderbolts were good top speed (750 km \\ h), excellent structural strength, large range, strong arms (8 machine guns 12.7 mm), the ability to hang bombs, missiles, tanks, and more good visibility from the cockpit. P-47 was used as a high-altitude fighter, fighter escort. At the end of the war it was used as an active ground-attacker. Total was produced 15,660 aircrafts.

\n

http://i.piccy.info/i9/2edf1ec62524a9131be4ef98f0b64dc8/1471733289/48086/1062446/83e1aa309f4fbeb9cbc9b90355dc009f.jpg

\n

\u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442 \u0431\u044b\u043b \u0441\u0430\u043c\u044b\u043c \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043e\u0434\u043d\u043e\u043c\u043e\u0442\u043e\u0440\u043d\u044b\u043c \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0435\u043c \u0432\u043e\u0439\u043d\u044b. \u041e\u0442\u043b\u0438\u0447\u043d\u043e \u0441\u043f\u0440\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u0441 \u0440\u043e\u043b\u044c\u044e \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430. \u041f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0441\u044f \u043f\u043e \u043b\u0435\u043d\u0434-\u041b\u0438\u0437\u0443 \u0432 \u0421\u0421\u0421\u0420, \u0433\u0434\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u043e\u0442\u0437\u044b\u0432\u044b \u043e\u0442 \u043b\u0435\u0442\u0447\u0438\u043a\u043e\u0432. \u041d\u0430\u0440\u0430\u0432\u043d\u0435 \u0441 \u041c\u0443\u0441\u0442\u0430\u043d\u0433\u043e\u043c \u0431\u044b\u043b \u043e\u0434\u043d\u0438\u043c \u0438\u0437 \u0441\u0430\u043c\u044b\u0445 \u043c\u0430\u0441\u0441\u043e\u0432\u044b\u0445 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432. \u041b\u0435\u0442\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0438 \u043d\u0430 \u0440\u0430\u0432\u043d\u044b\u0445 \u0431\u043e\u0440\u043e\u0442\u044c\u0441\u044f \u0441 \u0432\u0440\u0430\u0433\u043e\u043c. \u041d\u0443, \u0432\u044b \u0443\u0436\u0435 \u043f\u043e\u043d\u044f\u043b\u0438, \u0447\u0442\u043e \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u043c\u0438 \u2013 \u0432\u044b\u0434\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0441\u0430\u043c\u043e\u043b\u0435\u0442.\n\u041a\u0430\u043a \u043d\u0438 \u0441\u0442\u0440\u0430\u043d\u043d\u043e, \u043d\u043e \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0439 \u0441\u0430\u043c\u043e\u043b\u0435\u0442 \u0431\u044b\u043b \u0441\u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0443\u0441\u0441\u043a\u0438\u043c \u0438 \u0433\u0440\u0443\u0437\u0438\u043d\u0441\u043a\u0438\u043c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430\u043c\u0438 \u2013 \u0421\u0435\u0432\u0435\u0440\u0441\u043a\u0438\u043c \u0438 \u041a\u0430\u0440\u0442\u0432\u0435\u043b\u0438. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0438\u043b\u044c\u043d\u044b\u043c\u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438 \u0422\u0430\u043d\u0434\u0435\u0440\u0431\u043e\u043b\u0442\u0430 \u0431\u044b\u043b\u0438 \u0445\u043e\u0440\u043e\u0448\u0430\u044f \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c (750 \u043a\u043c\\\u0447), \u043e\u0442\u043b\u0438\u0447\u043d\u0430\u044f \u043f\u0440\u043e\u0447\u043d\u043e\u0441\u0442\u044c \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438, \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043b\u0435\u0442\u0430, \u0441\u0438\u043b\u044c\u043d\u043e\u0435 \u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u0435 (8 \u043f\u0443\u043b\u0435\u043c\u0435\u0442\u043e\u0432 \u043a\u0430\u043b\u0438\u0431\u0440\u0430 12,7 \u043c\u043c), \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0432\u0435\u0441\u0438\u0442\u044c \u0431\u043e\u043c\u0431\u044b, \u0440\u0430\u043a\u0435\u0442\u044b, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0431\u0430\u043a\u0438 \u0438 \u0445\u043e\u0440\u043e\u0448\u0430\u044f \u043e\u0431\u0437\u043e\u0440\u043d\u043e\u0441\u0442\u044c \u0438\u0437 \u043a\u0430\u0431\u0438\u043d\u044b. \u0420-47 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0432\u044b\u0441\u043e\u0442\u043d\u043e\u0433\u043e \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f, \u0438\u0441\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u044f. \u041f\u043e\u0434 \u043a\u043e\u043d\u0435\u0446 \u0432\u043e\u0439\u043d\u044b \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f \u043a\u0430\u043a \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a. \u0412\u0441\u0435\u0433\u043e \u0431\u044b\u043b\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u043e 15 660 \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u043e\u0432.

\n\n

Thank you, friends! Next time I am planning to tell you about the ground-attacker aircrafts. Write in the comments about any plane you would like to check out next time. Have a nice day and clear sky to you!

\n

\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0434\u0440\u0443\u0437\u044c\u044f! \u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437 \u044f \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u044e \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0430\u043c \u043e \u0448\u0442\u0443\u0440\u043c\u043e\u0432\u0438\u043a\u0430\u0445. \u041f\u0438\u0448\u0438\u0442\u0435 \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u0445, \u043e \u043a\u0430\u043a\u043e\u043c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0435 \u0432\u0430\u043c \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437. \u0427\u0438\u0441\u0442\u043e\u0433\u043e \u043d\u0435\u0431\u0430 \u0432\u0441\u0435\u043c.

\n\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author.*** ***@burmik123 is part of my current effort to promote foreign language writers writing in English and Russian***", - "body_length": 13002, - "cashout_time": "2016-09-01T16:22:06", - "category": "planes", - "children": 60, - "created": "2016-08-25T16:22:06", + "body": "### Dear Steemit,\n\n### I accept the fact that I had to sacrifice a whole Saturday in my underwear for whatever money I can get for posts. But, I think you're crazy for making me write an essay telling you who I think I am. You see me as you want to see me. In the simplest terms, in the most convenient definitions, what I found out was that each part of me is... \n\n## A Brain\n\nhttp://i65.tinypic.com/oiwvet.jpg\n[Source](https://s-media-cache-ak0.pinimg.com/236x/94/15/29/941529ebe34193af34efb6eccf059a80.jpg)\n\n## And an Athlete \n\nhttp://i65.tinypic.com/351is0l.jpg\n[Source](http://thebreakfastclub-analysis.weebly.com/uploads/2/5/0/8/25083647/4925026_orig.jpg)\n\n## And a Basket-case\n\nhttp://i64.tinypic.com/2nan0pg.jpg\n[Source](http://imagesmtv-a.akamaihd.net/uri/mgid:file:http:shared:mtv.com/news/wp-content/uploads/2015/03/bclunch-1426015236.gif?quality=.8&height=337&width=500)\n\n## A Princess\n\nhttp://i65.tinypic.com/n2ipkz.jpg\n[Source](http://1.bp.blogspot.com/-ucQMO2z2Bbs/UzCPJod7TSI/AAAAAAAAN-s/GCApqLjoqiI/s3200/936full-the-breakfast-club-screenshot.jpg)\n\n## And a Criminal \n\nhttp://i63.tinypic.com/bdk70h.jpg\n[Source](http://i63.tinypic.com/bdk70h.jpg)\n\n### Oh... Wait! That's not my life! That's 'The Breakfast Club'... Sometimes I mix reality, with 80's teen comedy movies. I apologize Steem, I just enjoy a good classic. I'm a very complex person and it would be hard to sum up who I am in just a few sentences. Pictures from my life will help describe who I am. They say, *\"a picture is worth a thousand words\"* right? I'd like to take you on a tour of my life, this is who I am.....\n\n## A Husband\n### *I took my wife to Manhattan for the holidays. Got her hungry, fed her, horse and carriage ride then Bow Bridge proposal; paparazzi. We were married within the year. Honeymoon was traveling the world for six months, and I made memories that will last a lifetime.*\nhttp://i67.tinypic.com/21eyct1.jpg\n[Source](http://i67.tinypic.com/21eyct1.jpg)\n\n## And an Explorer \n### *Walking through the tunnels in Venice, Italy. This was a sad day because my wife and I were leaving. The best thing about Venice is the creepy nights. You'll walk through dark narrow tunnels and hear the people's laughter and whispers echo throughout the very dark maze of a city. I was really excited the one night I was able to find my way home without using a map, only my memory.*\nhttp://i63.tinypic.com/291je5d.jpg\n[Source](http://i63.tinypic.com/291je5d.jpg)\n\n### *The Catacombs of Paris are underground tunnels that lead to rooms full of bones that smell gross, but the food! I love Paris food! Croissants, cheese, and wine for days. What I miss most is my wife and I looking out our window every night and watching the Eiffel Tower light up.*\nhttp://i64.tinypic.com/31509d1.jpg\n[Source](http://i64.tinypic.com/31509d1.jpg)\n\n## And a Conspiracy Theorist\n### *What can I say? I like a good conspiracy. I question everything and spend many nights wasting time on Youtube watching hours of conspiracies. I'll also add that I'm a libertarian with a belief that limited government and personal freedom is the best system for all.*\nhttp://i67.tinypic.com/11s0zko.jpg\n[Source](http://i67.tinypic.com/11s0zko.jpg)\n\n## A Businessman \n### *I have a day job. Steem doesn't pay all my bills yet. The car was a rental, the watch is a gift..I peaked early, I couldn't afford that now!*\nhttp://i63.tinypic.com/2wpuw4m.jpg\n[Source](http://i63.tinypic.com/2wpuw4m.jpg)\n\n## A Vegetarian\n### *I stopped eating meat... too much acido. My wife made this for us one night for dinner. Pea and Grain veggie patty topped with garlic spread, raspberry dressing, avocado, and mango salsa all on top of an orange bell pepper bun*\nhttp://i65.tinypic.com/x3gwlt.jpg\n[Source](http://i65.tinypic.com/x3gwlt.jpg)\n\n## And an Artist\n### *The right hemisphere of my brain at work....I may be an artist, but I didn't say I was good. I do it for the relaxation and the need to reconnect with my inner child. I still eat the crayons.*\nhttp://i63.tinypic.com/2113xnq.jpg\n[Source](http://i63.tinypic.com/2113xnq.jpg)\n\n### *The above drawing eventually turned into Shady Frog.*\n### Shady Frog clothing here: [Shady Frog Store](http://www.cafepress.com/shadyfrog/6844321)\nhttp://i64.tinypic.com/30rqzir.jpg\n[Source](http://i64.tinypic.com/30rqzir.jpg)\n\n# In Tribute To 'The Breakfast Club' \nhttps://youtu.be/Sv1I4q6lOpo\n\n# Does that answer your question? \n\n# Sincerely yours,\n# The Breakfast Club...\n\nhttp://i63.tinypic.com/b8lspj.jpg\n[Source](http://images.hellogiggles.com/uploads/2015/03/09/the-breakfast-club.jpg)\n\n# I meant sincerely yours,\n# @johnnyyash\n![ScreenShot2016-08-23at8.26.54PMd6c24.png](https://www.steemimg.com/images/2016/08/23/ScreenShot2016-08-23at8.26.54PMd6c24.png)\n\nhttp://i63.tinypic.com/2ccw0u0.jpg\n[Source](http://i63.tinypic.com/2ccw0u0.jpg)\n\n# Remember to follow @johnnyyash \n\n\n***@gavvet features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author. You can find me on steemit chat but my queue is very long and I do take a while to respond at the moment***", + "body_length": 5119, + "cashout_time": "2016-09-01T15:48:18", + "category": "introduceyourself", + "children": 35, + "created": "2016-08-25T15:48:18", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"planes\",\"war\",\"ru\",\"fighters\"],\"image\":[\"http://i.piccy.info/i9/a54bdc96ebf103eab17308afdabf0457/1471732934/39733/1062446/CbXkjQb3c0o.jpg\",\"http://i.piccy.info/i9/adb0eb44911c3d9e66e50aec699f1e86/1471733050/17114/1062446/cxgSSwaXlkc.jpg\",\"http://i.piccy.info/i9/4d0b4490e6e0db6dd1e1c1bbf6fb3cd6/1471733015/67678/1062446/bxO20MXvG5A.jpg\",\"http://i.piccy.info/i9/8ea3f209e220d2afa920cb5a8edea542/1471733101/175345/1062446/6Sk_2Is6dk.jpg\",\"http://i.piccy.info/i9/52a25a6d30f5ffdf2d384554f047bbeb/1471733130/200011/1062446/l620KZrQ3Ls.jpg\",\"http://i.piccy.info/i9/3d11eeae3724cbda14af9c70cdfb37c6/1471733160/77638/1062446/M5JCbuTpeLg.jpg\",\"http://i.piccy.info/i9/2cdf683a6f622272d1b0bd8bc072752a/1471733194/48616/1062446/la_5_04.jpg\",\"http://i.piccy.info/i9/89c000c3a048ede40f840655b23e572c/1471733219/351945/1062446/la5f_1.jpg\",\"http://i.piccy.info/i9/2c6d157535b720973ae81a2ff86189a5/1471733264/125399/1062446/p47_4.jpg\",\"http://i.piccy.info/i9/2edf1ec62524a9131be4ef98f0b64dc8/1471733289/48086/1062446/83e1aa309f4fbeb9cbc9b90355dc009f.jpg\"]}", + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steemit\",\"steem\",\"blog\",\"life\"],\"links\":[\"https://youtu.be/Sv1I4q6lOpo\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-25T16:22:06", + "last_update": "2016-08-25T15:48:18", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 91108446850929, + "net_rshares": 95423207538122, "parent_author": "", - "parent_permlink": "planes", - "pending_payout_value": "1181.700 HBD", + "parent_permlink": "introduceyourself", + "pending_payout_value": "1297.606 HBD", "percent_hbd": 10000, - "permlink": "steel-birds-the-main-planes-fighters-of-ww-ii-part-ii-eng-rus-featuring-burmik123-as-author", - "post_id": 983426, + "permlink": "i-think-you-re-crazy-for-making-me-write-an-essay-telling-you-who-i-think-i-am-featuring-author-johnnyyash", + "post_id": 982984, "promoted": "0.000 HBD", "replies": [], - "root_title": "Steel birds. The main planes-fighters of WW II. -Part II (ENG\\RUS) (featuring @burmik123 as author)", - "title": "Steel birds. The main planes-fighters of WW II. -Part II (ENG\\RUS) (featuring @burmik123 as author)", + "root_title": "I think you're CRAZY, for making me write an essay, telling YOU, who I think I am. (Featuring Author @johnnyyash)", + "title": "I think you're CRAZY, for making me write an essay, telling YOU, who I think I am. (Featuring Author @johnnyyash)", "total_payout_value": "0.000 HBD", - "url": "/planes/@gavvet/steel-birds-the-main-planes-fighters-of-ww-ii-part-ii-eng-rus-featuring-burmik123-as-author" + "url": "/introduceyourself/@gavvet/i-think-you-re-crazy-for-making-me-write-an-essay-telling-you-who-i-think-i-am-featuring-author-johnnyyash" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.tavern.yaml index 5e0d73db..0307c2ed 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/funthing.tavern.yaml @@ -5,6 +5,7 @@ - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) # there are 2 reblogs done by 'jamesc` account + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json index 4c905187..819cbf87 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json @@ -3,5379 +3,6471 @@ "active_votes": [ { "percent": "10000", - "reputation": 1250001478305, - "rshares": 106061096274, - "voter": "bonapartist" + "reputation": 145171381514207, + "rshares": 29076116285844, + "voter": "dantheman" }, { "percent": "10000", - "reputation": 18678729398345, - "rshares": 166010805393, - "voter": "pairmike" + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" }, { - "percent": "10000", - "reputation": 2802091583976, - "rshares": 9485614203, - "voter": "proctologic" + "percent": "4000", + "reputation": 32455846463901, + "rshares": 12249790750218, + "voter": "smooth" }, { - "percent": "10000", - "reputation": 19959120564829, - "rshares": 27990122052, - "voter": "alexgr" + "percent": "50", + "reputation": 85602977273, + "rshares": 28855065544, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 8151223409709, + "rshares": 8485711242874, + "voter": "rainman" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 163253447509, - "voter": "noaommerrr" + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 684149825513, - "voter": "eeks" + "reputation": 4107373187010, + "rshares": 2332384442199, + "voter": "hr1" }, { - "percent": "6000", - "reputation": 4931834878069, - "rshares": 15274739057, - "voter": "fkn" + "percent": "5000", + "reputation": 16685610555705, + "rshares": 10303329591731, + "voter": "tombstone" }, { "percent": "10000", - "reputation": 5045406568403, - "rshares": 29498433466, - "voter": "james-show" + "reputation": 18882858310850, + "rshares": 291376139059, + "voter": "theoretical" }, { - "percent": "6000", - "reputation": 5414208804644, - "rshares": 20055953882, - "voter": "elishagh1" + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3221249905075, + "voter": "wang" }, { "percent": "10000", - "reputation": 865896375178, - "rshares": 1132957449, - "voter": "nxtblg" + "reputation": 1214229078, + "rshares": 3086942824, + "voter": "boy" }, { "percent": "10000", - "reputation": 609780550802, - "rshares": 144783423, - "voter": "irit" + "reputation": 89703349977794, + "rshares": 1976851446664, + "voter": "xeroc" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 217828581712, - "voter": "billbutler" + "reputation": 1366085197760, + "rshares": 214325938208, + "voter": "steem-id" }, { "percent": "10000", - "reputation": 16234753830016, - "rshares": 17599279705, - "voter": "thecryptofiend" + "reputation": 4712949449, + "rshares": 3746583917, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 2130292884052, - "rshares": 184130071633, - "voter": "leon-fu" + "reputation": 1789951494550, + "rshares": 709335893, + "voter": "bunny" }, { - "percent": "10000", - "reputation": 771738440035, - "rshares": 4090456474, - "voter": "andre-ager" + "percent": "1500", + "reputation": 49280708331375, + "rshares": 987651618867, + "voter": "arhag" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 109458926183, - "voter": "kenny-crane" + "reputation": 103443134841, + "rshares": 52385250573, + "voter": "bue" }, { "percent": "10000", - "reputation": 2501760528867, - "rshares": 30346966772, - "voter": "wongshiying" + "reputation": 0, + "rshares": 1654765959, + "voter": "mini" }, { "percent": "10000", - "reputation": 212451198738, - "rshares": 427191549, - "voter": "magdalena" + "reputation": 0, + "rshares": 213352802, + "voter": "moon" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 1143644721, - "voter": "stephen-somers" + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 3929147028870, - "rshares": 5535547342, - "voter": "magnebit" + "reputation": 12928765689257, + "rshares": 32164981141, + "voter": "aizensou" }, { "percent": "10000", - "reputation": 12656257002205, - "rshares": 40304396864, - "voter": "clement" + "reputation": 0, + "rshares": 472691164851, + "voter": "recursive2" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 4717253581, - "voter": "good-karma" + "reputation": 0, + "rshares": 441004330605, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 1959446497877, - "rshares": 4133416168, - "voter": "dennygalindo" + "reputation": 9028537022578, + "rshares": 2951335124075, + "voter": "recursive" }, { "percent": "10000", - "reputation": 1518920448581, - "rshares": 13063246426, - "voter": "zer0sum" + "reputation": 854893586973, + "rshares": 846280799590, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 13253460317058, - "rshares": 19903553893, - "voter": "brunopro" + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" }, { "percent": "10000", "reputation": 0, - "rshares": 252872720, - "voter": "aleks1970" + "rshares": 9374079758, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 170512609, - "voter": "aidar88" + "reputation": 0, + "rshares": 2435617023, + "voter": "bingo-1" }, { - "percent": "10000", - "reputation": -2499740471746, - "rshares": 30740817313, - "voter": "r4fken" + "percent": "4000", + "reputation": 83941319998, + "rshares": 2172863632391, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 255334396905, - "rshares": 309595731, - "voter": "damono" + "reputation": 2802091583976, + "rshares": 9525703703, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 18799092030582, - "rshares": 42435791167, - "voter": "derekareith" + "reputation": 0, + "rshares": 619177862, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 36017089082, - "rshares": 360838067, - "voter": "rxhector" - }, - { - "percent": "6000", - "reputation": 19111656178138, - "rshares": 32463958972, - "voter": "furion" + "reputation": 0, + "rshares": 903196300, + "voter": "daniel.pan" }, { - "percent": "5000", - "reputation": 7018477845661, - "rshares": 218391117362, - "voter": "neoxian" + "percent": "10000", + "reputation": 6977251504339, + "rshares": 19750361301, + "voter": "dedriss" }, { "percent": "10000", - "reputation": 1057084315198, - "rshares": 107391287705, - "voter": "cdubendo" + "reputation": 8442392793360, + "rshares": 80482978209, + "voter": "jchch" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 1626868455, - "voter": "owdy" + "reputation": 330369773484, + "rshares": 990121932, + "voter": "relativelyboston" }, { - "percent": "6000", - "reputation": 3891722, - "rshares": 363575442, - "voter": "barbara2" + "percent": "10000", + "reputation": 19959120564829, + "rshares": 28641055123, + "voter": "alexgr" }, { - "percent": "6000", - "reputation": 9142611234, - "rshares": 406520049, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 0, + "rshares": 287627166, + "voter": "helen.tan" }, { - "percent": "6000", - "reputation": 3871042, - "rshares": 372705186, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 3444102146490, + "rshares": 12785164904, + "voter": "gregory-f" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 112375856480, - "voter": "knircky" + "reputation": 2441765369743, + "rshares": 11256367995, + "voter": "dave-hughes" }, { "percent": "10000", - "reputation": 877664820, - "rshares": 241998039, - "voter": "nosebridge" + "reputation": 54345938068170, + "rshares": 124844639748, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2125079655, - "voter": "dmacshady" + "reputation": 6750806281574, + "rshares": 91933083849, + "voter": "juanlibertad" }, { "percent": "10000", - "reputation": 2839205289091, - "rshares": 12733058266, - "voter": "logicwins" + "reputation": 45329454600539, + "rshares": 159043307696, + "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 25832670325, - "voter": "creemej" + "reputation": 2120743942708, + "rshares": 19584513261, + "voter": "ninzacode" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 4796893784, - "voter": "btcbtcbtc20155" + "reputation": 4743131139239, + "rshares": 18910957358, + "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 3167747223142, - "rshares": 11167087546, - "voter": "dudutaulois" + "reputation": 81300407183, + "rshares": 567115788, + "voter": "ifttt" }, { "percent": "10000", - "reputation": 3941133391991, - "rshares": 8178840169, - "voter": "peacekeeper" + "reputation": 1706294048292, + "rshares": 3910892581, + "voter": "hbhades" }, { "percent": "10000", - "reputation": 26442156052, - "rshares": 5851340485, - "voter": "jcweiss" + "reputation": 12382143533351, + "rshares": 684149825513, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 5883461278385, - "rshares": 70625456594, - "voter": "rea" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7637369528, + "voter": "fkn" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 158842926685, - "voter": "jl777" + "reputation": 0, + "rshares": 501326549, + "voter": "paco-steem" }, { "percent": "10000", - "reputation": 918911822347, - "rshares": 541197011, - "voter": "aleco" + "reputation": 51874214963, + "rshares": 426310899, + "voter": "ereismatias" }, { - "percent": "6000", - "reputation": 10519849768972, - "rshares": 12301931000, - "voter": "positive" + "percent": "10000", + "reputation": 376960001789, + "rshares": 5760814121, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 34759124599, - "voter": "fatboy" + "reputation": 436017530085, + "rshares": 23397364805, + "voter": "instructor2121" }, { - "percent": "6000", - "reputation": 147425730, - "rshares": 383398824, - "voter": "fnait" + "percent": "10000", + "reputation": 5045406568403, + "rshares": 29498433466, + "voter": "james-show" }, { - "percent": "6000", - "reputation": 3720753029, - "rshares": 376115747, - "voter": "keepcalmand" + "percent": "10000", + "reputation": 26867938976163, + "rshares": 330646094275, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 979379098872, - "rshares": 1515666958, - "voter": "spinner" + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10027976941, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 3731142865186, - "rshares": 2249310257, - "voter": "timcliff" + "reputation": 6580794427504, + "rshares": 60179883035, + "voter": "hannixx42" }, { - "percent": "10000", - "reputation": 1751717743, - "rshares": 5368794253, - "voter": "gmurph" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798062001, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 3699945589, - "voter": "ullikume" + "reputation": 64573188744746, + "rshares": 53638519898, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 3942069730400, - "rshares": 839582517, - "voter": "cjclaro" + "reputation": 824717099743, + "rshares": 537635198664, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 63453448, - "voter": "freskil" + "reputation": 16316471180830, + "rshares": 124187435455, + "voter": "coinbitgold" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 155882276, - "voter": "nonamer" + "reputation": 0, + "rshares": 391953890, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 849623403126, - "rshares": 137059139, - "voter": "vegascomic" + "reputation": 514799489426, + "rshares": 325674953153, + "voter": "hedge-x" }, { "percent": "10000", - "reputation": -138680661344, - "rshares": 60886073, - "voter": "tomeraddady" + "reputation": 62345041692781, + "rshares": 253721149118, + "voter": "hisnameisolllie" }, { "percent": "10000", - "reputation": 0, - "rshares": 62025671, - "voter": "karry" + "reputation": 20763505296686, + "rshares": 224917285407, + "voter": "wingz" }, { "percent": "10000", - "reputation": 5176671060650, - "rshares": 1366797076, - "voter": "rubenalexander" + "reputation": 3804349938696, + "rshares": 56222091618, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 1062400368532, - "rshares": 13976122455, - "voter": "helikopterben" + "reputation": 11429090901893, + "rshares": 109458926183, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 107585463, - "voter": "steevc" + "reputation": 5888717170887, + "rshares": 66622057055, + "voter": "ratel" }, { "percent": "10000", - "reputation": 1802656474490, - "rshares": 1767217594, - "voter": "lantto" + "reputation": 2501760528867, + "rshares": 30346966772, + "voter": "wongshiying" }, { "percent": "10000", - "reputation": 0, - "rshares": 58587197, - "voter": "nick1989" + "reputation": 1050758001641, + "rshares": 23191344798, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 395613479, - "voter": "funkywanderer" + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" }, { "percent": "10000", - "reputation": 275001369, - "rshares": 1228156864, - "voter": "sile" + "reputation": 771767379417, + "rshares": 1589331271, + "voter": "stephen-somers" }, { "percent": "10000", - "reputation": -2322743514, - "rshares": 55347505, - "voter": "kamal" + "reputation": 12494904871301, + "rshares": 228204809956, + "voter": "trogdor" }, { "percent": "10000", - "reputation": 142829147182, - "rshares": 319309377, - "voter": "rucoin" - } - ], - "author": "jl777", - "author_reputation": 14988694886527, - "beneficiaries": [], - "body": "A few days ago I made a post saying the week long decline was ended and we would likely go into a trading range with a ceiling of .004 that would be hard to get past.\n\nAfter the initial gains, when the price fell almost back to the recent lows, it looked like a silly prediction. Then just a couple hours ago, someone bought 300 BTC on poloniex, instantly spiking the price 40%. This looks to be an impatient buyer who bought his entire amount in one shot as following that the price is back down to .0027.\n\nWhat does this mean?\n\nWhen anything is in a prolonged downtrend, it creates a lot of resistance to going up, simply by people who set orders to get out at breakeven, or small loss, or simply want to move onto trading something else. What that does is make things really difficult for the price to go up any significant amount. The only way is if a big buy comes in and clear the orderbook before the market can adjust and adjust the prices.\n\n300BTC, thats over $150,000 USD and it is not any casual amount. The fact it was so impatient (in at best a sideways market) indicates there is some time sensitive event coming up. Or this BTC whale has so many BTC that 300 is like $300\n\nNow we have two things that both indicate the downtrend is coming to an end, if it hasnt already. I know a 50% gain from here seems like a long ways to go, but really it just takes one whale to buy 200 BTC in one shot. Another way to look at it is that with 400+ BTC of volumes per day, it is one day of buys exceeding sells 2:1.\n\nRemember trading short term is very risky and everything I write about is without any certainity, just my observations. Also, it usually takes three times to really confirm things, though that 300 BTC buy could well count as 2 events and sure makes the chart change from a pure downtrend.", - "body_length": 1807, - "cashout_time": "2016-08-24T12:11:12", - "category": "steemit", - "children": 22, - "created": "2016-08-17T12:11:12", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"trading\",\"market\",\"price\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T12:11:12", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 2805587090422, - "parent_author": "", - "parent_permlink": "steemit", - "pending_payout_value": "3.058 HBD", - "percent_hbd": 10000, - "permlink": "300-btc-open-market-purchase-of-steem-spikes-price-to-00324", - "post_id": 851332, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "300 BTC open market purchase of STEEM, spikes price to .00324", - "title": "300 BTC open market purchase of STEEM, spikes price to .00324", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@jl777/300-btc-open-market-purchase-of-steem-spikes-price-to-00324" - }, - { - "active_votes": [ + "reputation": 1331218317408, + "rshares": 3714136250, + "voter": "grandpere" + }, { "percent": "10000", - "reputation": 145171381514207, - "rshares": 29076116285844, - "voter": "dantheman" + "reputation": 36884147263377, + "rshares": 218059467860, + "voter": "lukestokes" }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 640106052620, - "voter": "barrie" + "reputation": 274656026130, + "rshares": 37460833010, + "voter": "honeythief" }, { - "percent": "4000", - "reputation": 32455846463901, - "rshares": 12249790750218, - "voter": "smooth" + "percent": "10000", + "reputation": 2738311095861, + "rshares": 20436525539, + "voter": "jparty" }, { - "percent": "50", - "reputation": 85602977273, - "rshares": 28855065544, - "voter": "anonymous" + "percent": "10000", + "reputation": 3509662488161, + "rshares": 23540373163, + "voter": "jonnyrevolution" }, { - "percent": "5000", - "reputation": 8151223409709, - "rshares": 8485711242874, - "voter": "rainman" + "percent": "10000", + "reputation": 1088953190371, + "rshares": 3066395036, + "voter": "allyourbase" }, { "percent": "10000", - "reputation": 0, - "rshares": 154585758780, - "voter": "highasfuck" + "reputation": 2758500001611, + "rshares": 2867119743, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 2332384442199, - "voter": "hr1" + "reputation": 3929147028870, + "rshares": 5409219865, + "voter": "magnebit" }, { - "percent": "5000", - "reputation": 16685610555705, - "rshares": 10303329591731, - "voter": "tombstone" + "percent": "10000", + "reputation": 1019011681813, + "rshares": 3906088763, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 18882858310850, - "rshares": 291376139059, - "voter": "theoretical" + "reputation": 1557874437556, + "rshares": 1395816810, + "voter": "the.bot" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3221249905075, - "voter": "wang" + "reputation": 2445708956667, + "rshares": 4750346902, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3086942824, - "voter": "boy" + "reputation": 10980042082204, + "rshares": 13933446008, + "voter": "skapaneas" }, { "percent": "10000", - "reputation": 89703349977794, - "rshares": 1976851446664, - "voter": "xeroc" + "reputation": 67229955621, + "rshares": 329571791, + "voter": "gerber" }, { "percent": "10000", - "reputation": 1366085197760, - "rshares": 214325938208, - "voter": "steem-id" + "reputation": 867765845, + "rshares": 258168191, + "voter": "oluss" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3746583917, - "voter": "bue-witness" + "reputation": 1691376287481, + "rshares": 3312844812, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 709335893, - "voter": "bunny" + "reputation": 40255997582, + "rshares": 7964076274, + "voter": "cannav" }, { - "percent": "1500", - "reputation": 49280708331375, - "rshares": 987651618867, - "voter": "arhag" + "percent": "10000", + "reputation": 336763673779, + "rshares": 255696465806, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 52385250573, - "voter": "bue" + "reputation": 1160886081198, + "rshares": 3138917486, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, - "rshares": 1654765959, - "voter": "mini" + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, - "rshares": 213352802, - "voter": "moon" + "reputation": 65540661343, + "rshares": 2044011177, + "voter": "orly" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 140316422085, - "voter": "alex90342fastn1" + "reputation": 3148690478580, + "rshares": 5488840794, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 12928765689257, - "rshares": 32164981141, - "voter": "aizensou" + "reputation": -1260650049067, + "rshares": 1048586169, + "voter": "bitcointop" }, { "percent": "10000", - "reputation": 0, - "rshares": 472691164851, - "voter": "recursive2" + "reputation": 13253460317058, + "rshares": 20416642954, + "voter": "brunopro" }, { "percent": "10000", - "reputation": 0, - "rshares": 441004330605, - "voter": "recursive3" + "reputation": 7091975331308, + "rshares": 11064499409, + "voter": "konstantin" }, { - "percent": "10000", - "reputation": 9028537022578, - "rshares": 2951335124075, - "voter": "recursive" + "percent": "1500", + "reputation": 213668684615, + "rshares": 112269750, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 846280799590, - "voter": "boombastic" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 124278346406, - "voter": "mrs.agsexplorer" + "reputation": 1035952800698, + "rshares": 3313120640, + "voter": "vote" }, { "percent": "10000", - "reputation": 0, - "rshares": 9374079758, - "voter": "bingo-0" + "reputation": 2880187298062, + "rshares": 1583618654, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, - "rshares": 2435617023, - "voter": "bingo-1" - }, - { - "percent": "4000", - "reputation": 83941319998, - "rshares": 2172863632391, - "voter": "smooth.witness" + "reputation": 9824421122, + "rshares": 105316611, + "voter": "aidar88" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 9525703703, - "voter": "proctologic" + "reputation": 570848703227, + "rshares": 12932414752, + "voter": "auxon" }, { "percent": "10000", - "reputation": 0, - "rshares": 619177862, - "voter": "healthcare" + "reputation": 305047794164, + "rshares": 59826197986, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, - "rshares": 903196300, - "voter": "daniel.pan" + "reputation": 6180521629731, + "rshares": 19429057667, + "voter": "elyaque" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 19750361301, - "voter": "dedriss" + "reputation": 2237331858240, + "rshares": 3488225046, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 80482978209, - "voter": "jchch" + "reputation": -2499740471746, + "rshares": 29719553711, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 330369773484, - "rshares": 990121932, - "voter": "relativelyboston" + "reputation": 52317559376, + "rshares": 8760813365, + "voter": "killswitch" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 28641055123, - "voter": "alexgr" + "reputation": 6340616331847, + "rshares": 9291207403, + "voter": "picokernel" }, { - "percent": "10000", - "reputation": 0, - "rshares": 287627166, - "voter": "helen.tan" + "percent": "3000", + "reputation": 19111656178138, + "rshares": 16231979486, + "voter": "furion" }, { "percent": "10000", - "reputation": 3444102146490, - "rshares": 12785164904, - "voter": "gregory-f" + "reputation": 1146952603502, + "rshares": 3120536622, + "voter": "shemthepenman" }, { - "percent": "10000", - "reputation": 2441765369743, - "rshares": 11256367995, - "voter": "dave-hughes" + "percent": "3000", + "reputation": 3891722, + "rshares": 181787721, + "voter": "barbara2" }, { - "percent": "10000", - "reputation": 54345938068170, - "rshares": 124844639748, - "voter": "craig-grant" + "percent": "3000", + "reputation": 9142611234, + "rshares": 203260024, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 6750806281574, - "rshares": 91933083849, - "voter": "juanlibertad" + "percent": "3000", + "reputation": 3871042, + "rshares": 186352593, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 45329454600539, - "rshares": 159043307696, - "voter": "jamtaylor" + "reputation": 4336087201971, + "rshares": 15364354053, + "voter": "strangerarray" }, { "percent": "10000", - "reputation": 2120743942708, - "rshares": 19584513261, - "voter": "ninzacode" + "reputation": 3320684282022, + "rshares": 112375856480, + "voter": "knircky" }, { "percent": "10000", - "reputation": 4743131139239, - "rshares": 18910957358, - "voter": "dedmatvey" + "reputation": 2069855377344, + "rshares": 8428364430, + "voter": "spiz0r" }, { "percent": "10000", - "reputation": 81300407183, - "rshares": 567115788, - "voter": "ifttt" + "reputation": 54870619364044, + "rshares": 78112783956, + "voter": "jacor" }, { "percent": "10000", - "reputation": 1706294048292, - "rshares": 3910892581, - "voter": "hbhades" + "reputation": 793209170784, + "rshares": 1227456807, + "voter": "leksimus" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 684149825513, - "voter": "eeks" + "reputation": 0, + "rshares": 1026571804, + "voter": "steem1653" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 7637369528, - "voter": "fkn" + "percent": "10000", + "reputation": 963454351109, + "rshares": 1310614119, + "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, - "rshares": 501326549, - "voter": "paco-steem" + "reputation": 1661526202859, + "rshares": 4305666833, + "voter": "gikitiki" }, { "percent": "10000", - "reputation": 51874214963, - "rshares": 426310899, - "voter": "ereismatias" + "reputation": 2821855573125, + "rshares": 3702623985, + "voter": "steemit-life" }, { "percent": "10000", - "reputation": 376960001789, - "rshares": 5760814121, - "voter": "spaninv" + "reputation": 1563271634183, + "rshares": 75970593984, + "voter": "paco" }, { "percent": "10000", - "reputation": 436017530085, - "rshares": 23397364805, - "voter": "instructor2121" + "reputation": 10077167197115, + "rshares": 30838991451, + "voter": "biophil" }, { "percent": "10000", - "reputation": 5045406568403, - "rshares": 29498433466, - "voter": "james-show" + "reputation": 2397831198773, + "rshares": 3278276896, + "voter": "karen13" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 330646094275, - "voter": "teamsteem" + "reputation": 866671256465, + "rshares": 24373102947, + "voter": "igster" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10027976941, - "voter": "elishagh1" + "percent": "10000", + "reputation": 5827115301697, + "rshares": 3890392416, + "voter": "deviedev" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 60179883035, - "voter": "hannixx42" + "reputation": 1241141280004, + "rshares": 58727755821, + "voter": "sephiroth" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1798062001, - "voter": "murh" + "percent": "10000", + "reputation": 1489102259, + "rshares": 222802464, + "voter": "zoicneo" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 53638519898, - "voter": "dragonslayer109" + "reputation": 2852532944, + "rshares": 241479545, + "voter": "hankrearden" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537635198664, - "voter": "cyber" + "reputation": 167437582424, + "rshares": 336153631, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 16316471180830, - "rshares": 124187435455, - "voter": "coinbitgold" + "reputation": 1175982316919, + "rshares": 201644582631, + "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, - "rshares": 391953890, - "voter": "stiletto" + "reputation": 9512715139288, + "rshares": 72189045563, + "voter": "ntomaino" }, { "percent": "10000", - "reputation": 514799489426, - "rshares": 325674953153, - "voter": "hedge-x" + "reputation": 523349272991, + "rshares": 7001536145, + "voter": "sylv3se" }, { "percent": "10000", - "reputation": 62345041692781, - "rshares": 253721149118, - "voter": "hisnameisolllie" + "reputation": 3674446315320, + "rshares": 9697215578, + "voter": "domavila" }, { "percent": "10000", - "reputation": 20763505296686, - "rshares": 224917285407, - "voter": "wingz" + "reputation": 1118581531020, + "rshares": 2013233357, + "voter": "dmacshady" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 56222091618, - "voter": "juanmiguelsalas" + "reputation": 2629271154, + "rshares": 2452318361, + "voter": "screasey" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 109458926183, - "voter": "kenny-crane" + "reputation": 97417747806297, + "rshares": 169087449876, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 66622057055, - "voter": "ratel" + "reputation": 594833631949, + "rshares": 7145788098, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 2501760528867, - "rshares": 30346966772, - "voter": "wongshiying" + "reputation": 1234131079581, + "rshares": 4456925612, + "voter": "r-niki09" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 23191344798, - "voter": "ossama-benjohn" + "reputation": 3502382308233, + "rshares": 3759860862, + "voter": "maximkichev" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132021872037, - "voter": "schro" + "reputation": 1008790928160, + "rshares": 252909161, + "voter": "natali22" }, { "percent": "10000", - "reputation": 771767379417, - "rshares": 1589331271, - "voter": "stephen-somers" + "reputation": 3167747223142, + "rshares": 11167087546, + "voter": "dudutaulois" }, { "percent": "10000", - "reputation": 12494904871301, - "rshares": 228204809956, - "voter": "trogdor" + "reputation": 837671136243, + "rshares": 366656546875, + "voter": "ramta" }, { "percent": "10000", - "reputation": 1331218317408, - "rshares": 3714136250, - "voter": "grandpere" + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 36884147263377, - "rshares": 218059467860, - "voter": "lukestokes" + "reputation": 1215490422294, + "rshares": 5729945920, + "voter": "inti" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 37460833010, - "voter": "honeythief" + "reputation": 135200268358, + "rshares": 306613218, + "voter": "dannymoor" }, { "percent": "10000", - "reputation": 2738311095861, - "rshares": 20436525539, - "voter": "jparty" + "reputation": 21815260714191, + "rshares": 181988772482, + "voter": "blueorgy" }, { "percent": "10000", - "reputation": 3509662488161, - "rshares": 23540373163, - "voter": "jonnyrevolution" + "reputation": 599560057305, + "rshares": 3982569764, + "voter": "oululahti" }, { "percent": "10000", - "reputation": 1088953190371, - "rshares": 3066395036, - "voter": "allyourbase" + "reputation": 76096938200261, + "rshares": 155445838348, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 2867119743, - "voter": "fuck.off" + "reputation": -124823359245, + "rshares": 9910658996, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 3929147028870, - "rshares": 5409219865, - "voter": "magnebit" + "reputation": 24143253116, + "rshares": 120818710, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 3906088763, - "voter": "iloveporn" + "reputation": -910520517353, + "rshares": 30998817641, + "voter": "ubg" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1395816810, - "voter": "the.bot" + "reputation": 26442156052, + "rshares": 5968367294, + "voter": "jcweiss" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 4750346902, - "voter": "johnbradshaw" + "reputation": 1394532106132, + "rshares": 6874897572, + "voter": "geronimo" }, { "percent": "10000", - "reputation": 10980042082204, - "rshares": 13933446008, - "voter": "skapaneas" + "reputation": 900694208703, + "rshares": 6504335121, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 67229955621, - "rshares": 329571791, - "voter": "gerber" + "reputation": 477578742546, + "rshares": 5373815220, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 867765845, - "rshares": 258168191, - "voter": "oluss" + "reputation": 2114306416334, + "rshares": 1834318584, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 3312844812, - "voter": "the.whale" + "reputation": 11482318062844, + "rshares": 18400898602, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7964076274, - "voter": "cannav" + "reputation": 2791409844, + "rshares": 109399116, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 255696465806, - "voter": "asmolokalo" + "reputation": 160134373956, + "rshares": 8274842061, + "voter": "neroru" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 3138917486, - "voter": "unicornfarts" + "reputation": 14988694886527, + "rshares": 158842926685, + "voter": "jl777" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 75606446772, - "voter": "rubybian" + "reputation": 879409745645, + "rshares": 2523559045, + "voter": "lostnuggett" }, { - "percent": "10000", - "reputation": 65540661343, - "rshares": 2044011177, - "voter": "orly" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6150965500, + "voter": "positive" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 5488840794, - "voter": "kakradetome" + "reputation": 82275088768, + "rshares": 32149688844, + "voter": "paquito" }, { "percent": "10000", - "reputation": -1260650049067, - "rshares": 1048586169, - "voter": "bitcointop" + "reputation": 194175308, + "rshares": 111055671, + "voter": "sergey22" }, { "percent": "10000", - "reputation": 13253460317058, - "rshares": 20416642954, - "voter": "brunopro" + "reputation": 0, + "rshares": 1148242283, + "voter": "yarly" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 11064499409, - "voter": "konstantin" + "reputation": 0, + "rshares": 259337919, + "voter": "yarly2" }, { - "percent": "1500", - "reputation": 213668684615, - "rshares": 112269750, - "voter": "soupernerd" + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 3313120640, - "voter": "vote" + "reputation": 0, + "rshares": 151439513, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 1583618654, - "voter": "stranger27" + "reputation": 0, + "rshares": 86412677, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 105316611, - "voter": "aidar88" + "reputation": 161079803820, + "rshares": 45618425990, + "voter": "arcurus" }, { "percent": "10000", - "reputation": 570848703227, - "rshares": 12932414752, - "voter": "auxon" + "reputation": 45712131677758, + "rshares": 16639211725, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 59826197986, - "voter": "jackkang" + "reputation": 19524897676, + "rshares": 9589215003, + "voter": "alsprinting" }, { "percent": "10000", - "reputation": 6180521629731, - "rshares": 19429057667, - "voter": "elyaque" + "reputation": 35209974404, + "rshares": 109074263, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 3488225046, - "voter": "kissmybutt" + "reputation": 327313183062, + "rshares": 1208093351, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 29719553711, - "voter": "r4fken" + "reputation": 6985921192853, + "rshares": 211684752346, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8760813365, - "voter": "killswitch" + "reputation": 2615896270, + "rshares": 4037318025, + "voter": "sacode" }, { "percent": "10000", - "reputation": 6340616331847, - "rshares": 9291207403, - "voter": "picokernel" + "reputation": 116655886020, + "rshares": 825880736, + "voter": "happyphoenix" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 16231979486, - "voter": "furion" + "percent": "10000", + "reputation": 568560955800, + "rshares": 34049754709, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 1146952603502, - "rshares": 3120536622, - "voter": "shemthepenman" + "reputation": 8079179261851, + "rshares": 38754456760, + "voter": "claudiop63" }, { - "percent": "3000", - "reputation": 3891722, - "rshares": 181787721, - "voter": "barbara2" + "percent": "10000", + "reputation": 58190631451, + "rshares": 14010836758, + "voter": "proto" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 203260024, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 186352593, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 6796361134481, + "rshares": 2205670269, + "voter": "trisnawati" }, { "percent": "10000", - "reputation": 4336087201971, - "rshares": 15364354053, - "voter": "strangerarray" + "reputation": 17698439393799, + "rshares": 4966611928, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 112375856480, - "voter": "knircky" + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 2069855377344, - "rshares": 8428364430, - "voter": "spiz0r" + "reputation": -2287580630, + "rshares": 230443964, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 54870619364044, - "rshares": 78112783956, - "voter": "jacor" + "reputation": 0, + "rshares": 142218343, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1227456807, - "voter": "leksimus" + "reputation": 311022515119, + "rshares": 249236142, + "voter": "faraz" }, { "percent": "10000", "reputation": 0, - "rshares": 1026571804, - "voter": "steem1653" + "rshares": 78112836, + "voter": "yarly12" }, { "percent": "10000", - "reputation": 963454351109, - "rshares": 1310614119, - "voter": "marcgodard" + "reputation": 1841035810445, + "rshares": 3093648876, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4305666833, - "voter": "gikitiki" + "reputation": 0, + "rshares": 84193379, + "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3702623985, - "voter": "steemit-life" + "reputation": 19497864738, + "rshares": 422793949, + "voter": "remlaps" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 75970593984, - "voter": "paco" + "reputation": 5095600502, + "rshares": 117608329, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 30838991451, - "voter": "biophil" + "reputation": 666498183136, + "rshares": 5953926421, + "voter": "dimitarj" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3278276896, - "voter": "karen13" + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24373102947, - "voter": "igster" + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" }, { "percent": "10000", - "reputation": 5827115301697, - "rshares": 3890392416, - "voter": "deviedev" + "reputation": 869670438261, + "rshares": 4177786495, + "voter": "crazylife" }, { "percent": "10000", - "reputation": 1241141280004, - "rshares": 58727755821, - "voter": "sephiroth" + "reputation": 979379098872, + "rshares": 1619007887, + "voter": "spinner" }, { "percent": "10000", - "reputation": 1489102259, - "rshares": 222802464, - "voter": "zoicneo" + "reputation": 938060542524, + "rshares": 710255436, + "voter": "candy49" }, { "percent": "10000", - "reputation": 2852532944, - "rshares": 241479545, - "voter": "hankrearden" + "reputation": 4046144208870, + "rshares": 173182221, + "voter": "webosfritos" }, { - "percent": "10000", - "reputation": 167437582424, - "rshares": 336153631, - "voter": "dr2073" + "percent": "1500", + "reputation": -4779249072914, + "rshares": 110226192, + "voter": "weenis" }, { "percent": "10000", - "reputation": 1175982316919, - "rshares": 201644582631, - "voter": "nabilov" + "reputation": 3962925392210, + "rshares": 3358258367, + "voter": "jed78" }, { "percent": "10000", - "reputation": 9512715139288, - "rshares": 72189045563, - "voter": "ntomaino" + "reputation": 283380527576, + "rshares": 4757360328, + "voter": "mahekg" }, { "percent": "10000", - "reputation": 523349272991, - "rshares": 7001536145, - "voter": "sylv3se" + "reputation": 49283901870, + "rshares": 710605747, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 9697215578, - "voter": "domavila" + "reputation": 161798129127, + "rshares": 154876729, + "voter": "naomi-louise" }, { "percent": "10000", - "reputation": 1118581531020, - "rshares": 2013233357, - "voter": "dmacshady" + "reputation": 1275505236, + "rshares": 6861037562, + "voter": "taker" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2452318361, - "voter": "screasey" + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" }, { "percent": "10000", - "reputation": 97417747806297, - "rshares": 169087449876, - "voter": "knozaki2015" + "reputation": 90565359983, + "rshares": 8421565895, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 594833631949, - "rshares": 7145788098, - "voter": "lichtblick" + "reputation": 501507278446, + "rshares": 4288480166, + "voter": "cryptoninja" }, { "percent": "10000", - "reputation": 1234131079581, - "rshares": 4456925612, - "voter": "r-niki09" + "reputation": 1609279840801, + "rshares": 2204441199, + "voter": "rich77" }, { "percent": "10000", - "reputation": 3502382308233, - "rshares": 3759860862, - "voter": "maximkichev" + "reputation": 0, + "rshares": 369765179, + "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 1008790928160, - "rshares": 252909161, - "voter": "natali22" + "reputation": 97328985094, + "rshares": 1653680090, + "voter": "brendio" }, { "percent": "10000", - "reputation": 3167747223142, - "rshares": 11167087546, - "voter": "dudutaulois" + "reputation": 1751717743, + "rshares": 5476170138, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 837671136243, - "rshares": 366656546875, - "voter": "ramta" + "reputation": 319893324917, + "rshares": 66430675, + "voter": "nessacute" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 430287327, - "voter": "natalyt" + "reputation": 25724194555647, + "rshares": 11881130741, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 1215490422294, - "rshares": 5729945920, - "voter": "inti" + "reputation": 950539828786, + "rshares": 2179691488, + "voter": "kalimor" }, { "percent": "10000", - "reputation": 135200268358, - "rshares": 306613218, - "voter": "dannymoor" + "reputation": 69783930572, + "rshares": 2639155410, + "voter": "denha" }, { "percent": "10000", - "reputation": 21815260714191, - "rshares": 181988772482, - "voter": "blueorgy" + "reputation": 1653800202958, + "rshares": 454758629035, + "voter": "glitterfart" }, { "percent": "10000", - "reputation": 599560057305, - "rshares": 3982569764, - "voter": "oululahti" + "reputation": 0, + "rshares": 3699945589, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 155445838348, - "voter": "calaber24p" + "reputation": 412085238059, + "rshares": 67917611, + "voter": "themagus" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 9910658996, - "voter": "mustafaomar" + "reputation": -21143879558, + "rshares": 58550851, + "voter": "guineapig" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 120818710, - "voter": "bobo012" + "reputation": 0, + "rshares": 60750602, + "voter": "muizianer" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 30998817641, - "voter": "ubg" + "reputation": 5451282059200, + "rshares": 4849261509, + "voter": "veralynn" }, { "percent": "10000", - "reputation": 26442156052, - "rshares": 5968367294, - "voter": "jcweiss" + "reputation": 2021353867281, + "rshares": 6804207116, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 6874897572, - "voter": "geronimo" + "reputation": 66791976065, + "rshares": 36425751113, + "voter": "joele" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6504335121, - "voter": "cryptobro" + "reputation": 1269864429223, + "rshares": 2135724567, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 5373815220, - "voter": "tarindel" + "reputation": 0, + "rshares": 6480835436, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1834318584, - "voter": "cryptohustlin" + "reputation": 1826385508354, + "rshares": 3097459963, + "voter": "dercoco" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 18400898602, - "voter": "sauravrungta" + "reputation": 303910488530, + "rshares": 4734812348, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 109399116, - "voter": "elmusic" + "reputation": 3515726108234, + "rshares": 187504513, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8274842061, - "voter": "neroru" + "reputation": 612274223, + "rshares": 19339926830, + "voter": "nixonnox" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 158842926685, - "voter": "jl777" + "reputation": 6755300029, + "rshares": 174221367, + "voter": "nonamer" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2523559045, - "voter": "lostnuggett" - }, - { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6150965500, - "voter": "positive" + "reputation": 33467338593, + "rshares": 58930106, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 82275088768, - "rshares": 32149688844, - "voter": "paquito" + "reputation": 0, + "rshares": 93822359, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 194175308, - "rshares": 111055671, - "voter": "sergey22" + "reputation": 0, + "rshares": 198446942, + "voter": "vootka" }, { "percent": "10000", - "reputation": 0, - "rshares": 1148242283, - "voter": "yarly" + "reputation": -752010553427, + "rshares": 1867607365, + "voter": "loveangel" }, { "percent": "10000", - "reputation": 0, - "rshares": 259337919, - "voter": "yarly2" + "reputation": 593072231, + "rshares": 62929947, + "voter": "immortality" }, { "percent": "10000", "reputation": 0, - "rshares": 265374319, - "voter": "yarly3" + "rshares": 117238602, + "voter": "future-shock" }, { "percent": "10000", "reputation": 0, - "rshares": 153861416, - "voter": "yarly4" + "rshares": 51749350, + "voter": "party1998" }, { "percent": "10000", "reputation": 0, - "rshares": 151439513, - "voter": "yarly5" + "rshares": 62373294, + "voter": "immortal" }, { "percent": "10000", - "reputation": 0, - "rshares": 86412677, - "voter": "yarly7" + "reputation": 5297329962603, + "rshares": 3955970412, + "voter": "chrisadventures" }, { "percent": "10000", - "reputation": 161079803820, - "rshares": 45618425990, - "voter": "arcurus" + "reputation": 5176671060650, + "rshares": 1336423808, + "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 16639211725, - "voter": "crazymumzysa" + "reputation": 3814152361740, + "rshares": 8715066055, + "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 19524897676, - "rshares": 9589215003, - "voter": "alsprinting" + "reputation": 8173527393, + "rshares": 62070092, + "voter": "ashketchum" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 109074263, - "voter": "mysteem" + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" }, { "percent": "10000", - "reputation": 327313183062, - "rshares": 1208093351, - "voter": "politicasan2" + "reputation": 57513824, + "rshares": 61874235, + "voter": "rashka" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 211684752346, - "voter": "johnsmith" + "reputation": 13325577893779, + "rshares": 8264562360, + "voter": "kyriacos" }, { "percent": "10000", - "reputation": 2615896270, - "rshares": 4037318025, - "voter": "sacode" + "reputation": 1062400368532, + "rshares": 13702080838, + "voter": "helikopterben" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 825880736, - "voter": "happyphoenix" + "reputation": 38037060915, + "rshares": 68481239, + "voter": "bitfish" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 34049754709, - "voter": "fatboy" + "reputation": 83682643470, + "rshares": 111232966, + "voter": "cinderphoenix" }, { "percent": "10000", - "reputation": 8079179261851, - "rshares": 38754456760, - "voter": "claudiop63" + "reputation": 0, + "rshares": 162355112, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 14010836758, - "voter": "proto" + "reputation": 324640729094, + "rshares": 8062679482, + "voter": "cryptomancer" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 662579684, - "voter": "curator" + "reputation": 951754559495, + "rshares": 1197046467, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 6796361134481, - "rshares": 2205670269, - "voter": "trisnawati" + "reputation": 1016260025, + "rshares": 58733486, + "voter": "dimitriy" }, { "percent": "10000", - "reputation": 17698439393799, - "rshares": 4966611928, - "voter": "sisterholics" + "reputation": 517546794156, + "rshares": 107585463, + "voter": "steevc" }, { "percent": "10000", - "reputation": 0, - "rshares": 258325412, - "voter": "yarly10" + "reputation": 397516062, + "rshares": 59993245, + "voter": "longtech" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 230443964, - "voter": "alex.chien" + "reputation": 2357768295588, + "rshares": 1543600746, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 0, - "rshares": 142218343, - "voter": "yarly11" + "reputation": -49397634, + "rshares": 53959064, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 311022515119, - "rshares": 249236142, - "voter": "faraz" + "reputation": 31757322861, + "rshares": 52631453, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 0, - "rshares": 78112836, - "voter": "yarly12" + "reputation": 2140537429766, + "rshares": 14380031731, + "voter": "yef99" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3093648876, - "voter": "bkkshadow" + "reputation": 363503808, + "rshares": 2917562689, + "voter": "netaterra" }, { "percent": "10000", "reputation": 0, - "rshares": 84193379, - "voter": "elliottgodard" + "rshares": 59226282, + "voter": "zite" }, { "percent": "10000", - "reputation": 19497864738, - "rshares": 422793949, - "voter": "remlaps" + "reputation": 166185808108, + "rshares": 60981418, + "voter": "artsteemit" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 117608329, - "voter": "creatorgalaxy" + "reputation": 11490547563070, + "rshares": 20920795866, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 666498183136, - "rshares": 5953926421, - "voter": "dimitarj" + "reputation": 1141549904909, + "rshares": 2169721747, + "voter": "hoopatang" }, { "percent": "10000", - "reputation": 2034974638910, - "rshares": 193695331, - "voter": "taz" + "reputation": 3485898605376, + "rshares": 57710003, + "voter": "naquoya" }, { "percent": "10000", - "reputation": 6699598900, - "rshares": 112914306, - "voter": "wunju" + "reputation": 5941821821586, + "rshares": 72079195, + "voter": "onetree" }, { "percent": "10000", - "reputation": 869670438261, - "rshares": 4177786495, - "voter": "crazylife" + "reputation": 21467555148, + "rshares": 62111506, + "voter": "tcstix" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1619007887, - "voter": "spinner" + "reputation": 1802656474490, + "rshares": 1767217594, + "voter": "lantto" }, { "percent": "10000", - "reputation": 938060542524, - "rshares": 710255436, - "voter": "candy49" + "reputation": 340435667, + "rshares": 58647737, + "voter": "scjung" }, { "percent": "10000", - "reputation": 4046144208870, - "rshares": 173182221, - "voter": "webosfritos" - }, - { - "percent": "1500", - "reputation": -4779249072914, - "rshares": 110226192, - "voter": "weenis" + "reputation": 896116963054, + "rshares": 191994364682, + "voter": "oldtimer" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3358258367, - "voter": "jed78" + "reputation": 30440869324, + "rshares": 64201463, + "voter": "donniet" }, { "percent": "10000", - "reputation": 283380527576, - "rshares": 4757360328, - "voter": "mahekg" + "reputation": 1090727793166, + "rshares": 935023968, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 710605747, - "voter": "metaflute" + "reputation": 716390377150, + "rshares": 60086764, + "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 161798129127, - "rshares": 154876729, - "voter": "naomi-louise" + "reputation": 654546773339, + "rshares": 60427733, + "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6861037562, - "voter": "taker" + "reputation": 18006844018, + "rshares": 127500073, + "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, - "rshares": 52810577, - "voter": "johnblow" + "reputation": 3749012705250, + "rshares": 5940434218, + "voter": "alexandre" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 8421565895, - "voter": "rawnetics" + "reputation": 1063317981552, + "rshares": 7008490579, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 501507278446, - "rshares": 4288480166, - "voter": "cryptoninja" + "reputation": 2516108074649, + "rshares": 129636195, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 1609279840801, - "rshares": 2204441199, - "voter": "rich77" + "reputation": 630803487, + "rshares": 38710639092, + "voter": "simon-says" }, { "percent": "10000", - "reputation": 0, - "rshares": 369765179, - "voter": "mariadianaelaine" + "reputation": 171590615597, + "rshares": 90046226, + "voter": "trendwizard" }, { "percent": "10000", - "reputation": 97328985094, - "rshares": 1653680090, - "voter": "brendio" + "reputation": 325308438373, + "rshares": 194656394, + "voter": "wizwom" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5476170138, - "voter": "gmurph" + "reputation": 0, + "rshares": 54247105, + "voter": "maximator15" }, { "percent": "10000", - "reputation": 319893324917, - "rshares": 66430675, - "voter": "nessacute" + "reputation": 692817924311, + "rshares": 4560940308, + "voter": "io-io-io" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 11881130741, - "voter": "timsaid" + "reputation": 7258302306624, + "rshares": 3479131968, + "voter": "mikehere" }, { "percent": "10000", - "reputation": 950539828786, - "rshares": 2179691488, - "voter": "kalimor" + "reputation": 2904648840540, + "rshares": 501460224, + "voter": "jeffreyahann" }, { "percent": "10000", - "reputation": 69783930572, - "rshares": 2639155410, - "voter": "denha" + "reputation": 364872562916, + "rshares": 395613479, + "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 454758629035, - "voter": "glitterfart" + "reputation": 7477248053, + "rshares": 55188304, + "voter": "jjepic" }, { "percent": "10000", - "reputation": 0, - "rshares": 3699945589, - "voter": "ullikume" + "reputation": 3849564768924, + "rshares": 47741942934, + "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 412085238059, - "rshares": 67917611, - "voter": "themagus" + "reputation": 3573461197670, + "rshares": 13586193745, + "voter": "luminousvisions" }, { "percent": "10000", - "reputation": -21143879558, - "rshares": 58550851, - "voter": "guineapig" + "reputation": 736149094898, + "rshares": 877325912, + "voter": "epiphany" }, { "percent": "10000", - "reputation": 0, - "rshares": 60750602, - "voter": "muizianer" + "reputation": 797336799, + "rshares": 55666043, + "voter": "negoshi" }, { "percent": "10000", - "reputation": 5451282059200, - "rshares": 4849261509, - "voter": "veralynn" + "reputation": 10121332649, + "rshares": 58902458, + "voter": "toxicvenom" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 6804207116, - "voter": "kurtbeil" + "reputation": 670779587392, + "rshares": 54930587, + "voter": "ahmetova" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 36425751113, - "voter": "joele" + "reputation": 1011034976, + "rshares": 54858299, + "voter": "tommyboyle" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2135724567, - "voter": "kainmarx" + "reputation": 110864068340, + "rshares": 72864675, + "voter": "powercouple" }, { "percent": "10000", - "reputation": 0, - "rshares": 6480835436, - "voter": "thebotkiller" + "reputation": 1902109169053, + "rshares": 1358773235, + "voter": "thebeachedwhale" }, { "percent": "10000", - "reputation": 1826385508354, - "rshares": 3097459963, - "voter": "dercoco" + "reputation": 0, + "rshares": 54632424, + "voter": "budda" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 4734812348, - "voter": "goingpaper" + "reputation": 92235697712, + "rshares": 59023455, + "voter": "magdalenaruth" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 187504513, - "voter": "jrcornel" + "reputation": 0, + "rshares": 54473545, + "voter": "corrina" }, { "percent": "10000", - "reputation": 612274223, - "rshares": 19339926830, - "voter": "nixonnox" + "reputation": 1708267266, + "rshares": 750766536, + "voter": "stepa" }, { "percent": "10000", - "reputation": 6755300029, - "rshares": 174221367, - "voter": "nonamer" + "reputation": 0, + "rshares": 54300312, + "voter": "zinnia" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 58930106, - "voter": "sijoittaja" + "reputation": 32457729298, + "rshares": 56317964, + "voter": "venusdehilo" }, { "percent": "10000", "reputation": 0, - "rshares": 93822359, - "voter": "gamerate" + "rshares": 52015504, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 0, - "rshares": 198446942, - "voter": "vootka" + "reputation": 6227584776320, + "rshares": 1432745214, + "voter": "renzoarg" }, { "percent": "10000", - "reputation": -752010553427, - "rshares": 1867607365, - "voter": "loveangel" + "reputation": 7805684953, + "rshares": 53998085, + "voter": "xomtux" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 62929947, - "voter": "immortality" + "reputation": 0, + "rshares": 55075204, + "voter": "warhammer" }, { "percent": "10000", "reputation": 0, - "rshares": 117238602, - "voter": "future-shock" + "rshares": 52859022, + "voter": "roadhog" }, { "percent": "10000", - "reputation": 0, - "rshares": 51749350, - "voter": "party1998" + "reputation": 321473400567, + "rshares": 55011612, + "voter": "panther" }, { "percent": "10000", "reputation": 0, - "rshares": 62373294, - "voter": "immortal" + "rshares": 53854134, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 5297329962603, - "rshares": 3955970412, - "voter": "chrisadventures" + "reputation": 7028520052, + "rshares": 53778865, + "voter": "kapp" }, { "percent": "10000", - "reputation": 5176671060650, - "rshares": 1336423808, - "voter": "rubenalexander" + "reputation": 3495795823022, + "rshares": 100164211, + "voter": "cnfund" }, { "percent": "10000", - "reputation": 3814152361740, - "rshares": 8715066055, - "voter": "matrixdweller" + "reputation": 0, + "rshares": 3736619938, + "voter": "pierrevr" }, { "percent": "10000", - "reputation": 8173527393, - "rshares": 62070092, - "voter": "ashketchum" + "reputation": -119859903423, + "rshares": 52615599, + "voter": "and030380" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 72860718, - "voter": "longevity" + "reputation": 142829147182, + "rshares": 327031815, + "voter": "rucoin" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 61874235, - "voter": "rashka" + "reputation": 641341984, + "rshares": 53586458, + "voter": "park.bom" }, { "percent": "10000", - "reputation": 13325577893779, - "rshares": 8264562360, - "voter": "kyriacos" + "reputation": 0, + "rshares": 53575786, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 1062400368532, - "rshares": 13702080838, - "voter": "helikopterben" + "reputation": 15651407, + "rshares": 53525772, + "voter": "vavileo" }, { "percent": "10000", - "reputation": 38037060915, - "rshares": 68481239, - "voter": "bitfish" + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" }, { "percent": "10000", - "reputation": 83682643470, - "rshares": 111232966, - "voter": "cinderphoenix" + "reputation": 0, + "rshares": 53365070, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 0, - "rshares": 162355112, - "voter": "jimmytwoshoes" + "reputation": 91762160, + "rshares": 54290320, + "voter": "lesfuries" }, { "percent": "10000", - "reputation": 324640729094, - "rshares": 8062679482, - "voter": "cryptomancer" + "reputation": 0, + "rshares": 52986484, + "voter": "assmuffin1" }, + { + "percent": "4400", + "reputation": 176228976143, + "rshares": 3995862628, + "voter": "mallorca" + } + ], + "author": "hisnameisolllie", + "author_reputation": 62345041692781, + "beneficiaries": [], + "body": "http://i.imgsafe.org/4525336fda.png\n\nThere is an impending Curation Crisis coming. If you want to understand why this is happening, and how this is going to change the Curation landscape, read on..\n\n## The Curation Bot as we know them are about to Die!!\n\nhttp://i.imgsafe.org/43a841b768.jpg\n\nCuration Bots are at war. It's an interesting phenomenon to watch. For some time (well, Steemit's not been around too long, let's say 10 weeks) some Curation Bot's have been making spectacular returns, but that is about to come to an end.\n\n## The Original Curation Rewards Algorithm:\nIt was simple, the **Earlier** you vote, the higher the share of the Curation Rewards you received (it was still relative to your Voting Power just like today). This lead to some very successful Bot's instantly up-voting (a split second after posting) any content with certain tags, or by certain authors. Curation was simply a race to vote first. \n\n## The Curation Rewards Algorithm Today:\nThe Algorithm is just like before, however with the addition of a 30 minute window where, the earlier you vote, the higher the proportion of your curation reward goes to the Author. So, if you vote 1 second after a post (is posted) you will synthetically be giving ~99% of you curation reward to the author. This changes on a 'sliding scale' until, If you vote 1 second before the end of the 30 minute window, you will give the author ~1% of your Curation Rewards. \n\n## This Complicated Things.. Which was the point..\nSo, what time do the Bot's coders set their vote to come in.. 5mins? 10mins? 15mins? 20mins? 25mins? 30mins? There is a trade off whatever time they opt for. Too late, gives other users the time to up-vote before the Bot, and take more of the curation rewards. Too early, and the bot will be giving away too much of their curation reward to the Author. This was the aim of the developers, to even the playing field and give human users a chance against the bot\u2019s.\n\n**Well, this is where Game Theory comes into play.**\n\n## Let's talk about Steemit's favourite Bot.\n@wang is the original bot. But, he is hitting some problems, and unless he evolves, these problems won\u2019t go away. @wang is very successful, and kudos to the owner of that account. They seen a big opportunity, and first mover advantage ensured they were compensated for their work.\n\nWhen the Curation Algorithm changes came through, @wang set his vote to 15mins. Giving up 50% of the Cuartion Rewards, but still getting in nice and early.\n\nUnfortunately for @wang, his success will be his downfall. This is the killer for every successful bot on Steemit. The Steemit Blockchain provides complete transparency to a users actions. So, some other clever users are sat there watching @wang making up to 900 Steem per day, and thought, \"I want a bit of that...\"\n\nSo, they set up a bot to 'front run' @wang (vote just before @wang). They looked at who or what @wang was voting on, and set their bot to vote at 14mins. Over time, the number of users engaging in this activity increased, and @wang Curation Reward begins to fall. So he Drops to 13mins. And so, the cycle begins once more,\n\n@wang has gone from 15mins to 9mins over the last few weeks...This means that @wang is currently giving away over 70% of his curation rewards to Authors;\n\n9mins/30mins = 0.166666\n1-0.3 = 70%\n\n## Where does this end?\nI've been a futures trader from 8 years, and I've had to change my trading strategy too many times to count. I\u2019ve gone through 12month period of following a strategy which makes consistent money, but then, more users start to follow your lead, and eventually the [\u2018Edge\u2019](http://www.investopedia.com/articles/active-trading/022415/vital-importance-defining-your-trading-edge.asp) is gone. The money disappears, and you have to change your trading strategy to continue to make money. There is a term;\n\n**Adapt or Die**\n\nThis fit's the upcoming Curation shift nicely. \n\nIf there is one thing I know about, it\u2019s the life cycle of a market inefficiency. Here is how it goes. \n\nI see the Steemit Curation very similar to trading a Financial Market. There is money to be made by identifying inefficiencies (a post that should have more up-votes), however, it\u2019s currently too easy. There is only a finite pool of funds that can go to this type of Curation Behaviour, and as number of users following the same strategy increases, the rewards for each user will tend to zero over time\u2026 \n\n**A Fast Buck Never Lasts**\n\n## Adapt or Die - The Rise of the 'Black Box' Bot's and the **HUMAN** Being\n\nI believe that, the current bots will continue their race to the bottom until all the curation rewards (available to their strategy) will be neutralised. The bot\u2019s don\u2019t get bored, they don\u2019t need money to survive, they will keep going until their earnings hit zero. Now, here is how we all benefit from this phenomena\u2026\n\n**Black Box Bot\u2019s**\n\nhttp://i.imgsafe.org/432c16a4e7.jpeg\n\nBot\u2019s are going to be forced to become **Smarter** and **Darker** Beings. By Darker, I **Don\u2019t** mean Evil, I mean harder to predict, operating inside a black box. In order for a bot to survive, they are going to be forced to come up with a strategy which actually finds the best content before everyone else, but in a way that they cannot be \u2018Front Run\u2019. \n\nThis means that, they won\u2019t be up-voting certain authors work blind, they won\u2019t be upvoting key words or tags, this is too easy to replicate. They are going to have to create some kind of artificial intelligence in order to have any kind of longevity. This in turn will help un-discovered quality author become noticed, and even-out the playing field.\n\n**Currently Successful Authors will get a Larger Share of the Rewards...**\nAuthors are already earning a large percentage of Curation Rewards because of the Bot\u2019s voting activity. The race to the bottom will only extenuate this. Many authors are already being awarded with 70%+ of the curations rewards, and this is only set to increase.\n\n**The Human Touch**\n\nhttp://i.imgsafe.org/4332dc37ec.jpeg\n\nHuman\u2019s can change quicker than Bot\u2019s. It\u2019s time to stop following bot\u2019s and upvoting content blind, and time to get your hand dirty and discover new talent. The Bot\u2019s evolution will take some time, but I believe there will be a rise in successful quality human curators and the rewards they receive. \n\n**End of the Self Fulfilling Prophesy** \n \nhttp://i.imgsafe.org/433039d0d5.jpeg\n\nSome Bot\u2019s currently have a lot of power. When they vote, it carries a lot of weight. But, unless they begin to use it in a different manner, they will lose it. This power is valuable, where one vote from them comes, 50 more follow. However, if they are picking average content, and the 50 user on their 'back' stop making curation rewards, they will lose this power. It is in their interest to adapt, and use this power for good. I expect to begin to see a more human element to these Bot\u2019s moving forward\u2026 \n\n**Curation rewards become Economically Sensible**\nCurators add value, but the level of value varies when comparing a Bot to a human being. A human being reading through a post and making a judgement as to whether the author deserves a reward is certainly more valuable than a bot voting. \n\nBot\u2019s do add value. They attach themselves to previously successful authors, or topics. These criteria have essentially been decided by the communities past actions (likes/dislikes), so they are almost operating themselves as a indexing function for Steemit. This however, with the recent UI update, is no longer needed, and many users will be content to see rewards for such services falling, and this in turn opening the doors to Human Curators.\n\n\n## Summary\nExpect the Curation Rewards for Bot\u2019s to continue to fall over the coming weeks/months. The problem is, there will be **NO** need to turn them off until rewards hit zero, due to the very low marginal cost of them operating. This is why the race to the bottom is happening, and this is why it won\u2019t end.\n\nThis can only be a good thing for Steemit. This will force the Curation Bot\u2019s to improve, and become less predictable, which will in turn help discover new and exciting talent on the platform. \n\nIt will also open the door to super star human curators. Eventually these users will carry the same kind of weight (Power) that a vote from some of the most infamous curation bots do today\u2026\n\n**Sources**\nImages: http://www.freepik.com", + "body_length": 8401, + "cashout_time": "2016-08-24T12:00:57", + "category": "steemit-bots", + "children": 69, + "created": "2016-08-17T12:00:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit-bots\",\"steem-help\",\"steemit\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://i.imgsafe.org/4525336fda.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:12:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 85369529512309, + "parent_author": "", + "parent_permlink": "steemit-bots", + "pending_payout_value": "1236.967 HBD", + "percent_hbd": 10000, + "permlink": "curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon", + "post_id": 851225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", + "title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", + "total_payout_value": "0.000 HBD", + "url": "/steemit-bots/@hisnameisolllie/curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 951754559495, - "rshares": 1197046467, - "voter": "laconicflow" + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" }, { - "percent": "10000", - "reputation": 1016260025, - "rshares": 58733486, - "voter": "dimitriy" + "percent": "50", + "reputation": 85602977273, + "rshares": 28855063766, + "voter": "anonymous" }, { - "percent": "10000", - "reputation": 517546794156, - "rshares": 107585463, - "voter": "steevc" + "percent": "5000", + "reputation": 8151223409709, + "rshares": 8485702355786, + "voter": "rainman" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 1543600746, - "voter": "movievertigo" + "reputation": 8272495818727, + "rshares": 6450283963331, + "voter": "xeldal" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 53959064, - "voter": "vasilii" + "reputation": 51047995307721, + "rshares": 8667622153228, + "voter": "pharesim" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 52631453, - "voter": "mrlogic" + "reputation": 1049211085828, + "rshares": 5959559756036, + "voter": "enki" }, { - "percent": "10000", - "reputation": 2140537429766, - "rshares": 14380031731, - "voter": "yef99" + "percent": "5000", + "reputation": 16685610555705, + "rshares": 10303329591731, + "voter": "tombstone" }, { "percent": "10000", - "reputation": 363503808, - "rshares": 2917562689, - "voter": "netaterra" + "reputation": 12842871326086, + "rshares": 108309739769, + "voter": "sandra" }, { - "percent": "10000", - "reputation": 0, - "rshares": 59226282, - "voter": "zite" + "percent": "5000", + "reputation": 18336382560162, + "rshares": 94385554160, + "voter": "svk" }, { "percent": "10000", - "reputation": 166185808108, - "rshares": 60981418, - "voter": "artsteemit" + "reputation": 2827502899317, + "rshares": 911603989061, + "voter": "ihashfury" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 20920795866, - "voter": "hilarski" + "reputation": -37765249963674, + "rshares": 3221240745960, + "voter": "wang" }, { "percent": "10000", - "reputation": 1141549904909, - "rshares": 2169721747, - "voter": "hoopatang" + "reputation": 1214229078, + "rshares": 2469559946, + "voter": "boy" }, { "percent": "10000", - "reputation": 3485898605376, - "rshares": 57710003, - "voter": "naquoya" + "reputation": 4712949449, + "rshares": 2997274243, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 5941821821586, - "rshares": 72079195, - "voter": "onetree" + "reputation": 1789951494550, + "rshares": 567470136, + "voter": "bunny" }, { "percent": "10000", - "reputation": 21467555148, - "rshares": 62111506, - "voter": "tcstix" + "reputation": 59074616588451, + "rshares": 3808051257110, + "voter": "complexring" }, { "percent": "10000", - "reputation": 1802656474490, - "rshares": 1767217594, - "voter": "lantto" + "reputation": 103443134841, + "rshares": 41909835624, + "voter": "bue" }, { "percent": "10000", - "reputation": 340435667, - "rshares": 58647737, - "voter": "scjung" + "reputation": 0, + "rshares": 1323815611, + "voter": "mini" }, { - "percent": "10000", - "reputation": 896116963054, - "rshares": 191994364682, - "voter": "oldtimer" + "percent": "5000", + "reputation": 8717425187, + "rshares": 2752753218346, + "voter": "witness.svk" }, { "percent": "10000", - "reputation": 30440869324, - "rshares": 64201463, - "voter": "donniet" + "reputation": 0, + "rshares": 170682241, + "voter": "moon" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 935023968, - "voter": "eileenbeach" + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 716390377150, - "rshares": 60086764, - "voter": "rwgunderson" + "reputation": 4418872, + "rshares": 11402966211, + "voter": "perky" }, { "percent": "10000", - "reputation": 654546773339, - "rshares": 60427733, - "voter": "dajohns1420" + "reputation": 0, + "rshares": 441001850797, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127500073, - "voter": "mrainp" + "reputation": 100108166977919, + "rshares": 384787474579, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": 3749012705250, - "rshares": 5940434218, - "voter": "alexandre" + "reputation": 9028537022578, + "rshares": 2951319500037, + "voter": "recursive" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 7008490579, - "voter": "etcmike" + "reputation": -296615780418, + "rshares": 105994307, + "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 129636195, - "voter": "runridefly" + "reputation": 854893586973, + "rshares": 846280799590, + "voter": "boombastic" }, { "percent": "10000", - "reputation": 630803487, - "rshares": 38710639092, - "voter": "simon-says" + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 171590615597, - "rshares": 90046226, - "voter": "trendwizard" + "reputation": 0, + "rshares": 9374079758, + "voter": "bingo-0" }, { "percent": "10000", - "reputation": 325308438373, - "rshares": 194656394, - "voter": "wizwom" + "reputation": 0, + "rshares": 2435617023, + "voter": "bingo-1" }, { "percent": "10000", - "reputation": 0, - "rshares": 54247105, - "voter": "maximator15" + "reputation": 13437403349222, + "rshares": 254579411441, + "voter": "pheonike" }, { "percent": "10000", - "reputation": 692817924311, - "rshares": 4560940308, - "voter": "io-io-io" + "reputation": 2802091583976, + "rshares": 10934258609, + "voter": "proctologic" }, { "percent": "10000", - "reputation": 7258302306624, - "rshares": 3479131968, - "voter": "mikehere" + "reputation": 0, + "rshares": 495342289, + "voter": "healthcare" }, { - "percent": "10000", - "reputation": 2904648840540, - "rshares": 501460224, - "voter": "jeffreyahann" + "percent": "500", + "reputation": 147478489309626, + "rshares": 72112070874, + "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 364872562916, - "rshares": 395613479, - "voter": "funkywanderer" + "reputation": 0, + "rshares": 723980313, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 7477248053, - "rshares": 55188304, - "voter": "jjepic" + "reputation": 6977251504339, + "rshares": 17615187106, + "voter": "dedriss" }, { "percent": "10000", - "reputation": 3849564768924, - "rshares": 47741942934, - "voter": "onesunbeingnow" + "reputation": 8963739580468, + "rshares": 134048171755, + "voter": "team" }, { "percent": "10000", - "reputation": 3573461197670, - "rshares": 13586193745, - "voter": "luminousvisions" + "reputation": 8442392793360, + "rshares": 74593979804, + "voter": "jchch" }, { "percent": "10000", - "reputation": 736149094898, - "rshares": 877325912, - "voter": "epiphany" + "reputation": 37454101478493, + "rshares": 264805538935, + "voter": "chitty" }, { "percent": "10000", - "reputation": 797336799, - "rshares": 55666043, - "voter": "negoshi" + "reputation": 0, + "rshares": 230101732, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 10121332649, - "rshares": 58902458, - "voter": "toxicvenom" + "reputation": 1118904717803, + "rshares": 172856591480, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 670779587392, - "rshares": 54930587, - "voter": "ahmetova" + "reputation": 12188250813227, + "rshares": 80139429859, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 1011034976, - "rshares": 54858299, - "voter": "tommyboyle" + "reputation": 1466040354822, + "rshares": 11490736362, + "voter": "valentino-romero" }, { "percent": "10000", - "reputation": 110864068340, - "rshares": 72864675, - "voter": "powercouple" + "reputation": 4733188979515, + "rshares": 16647953469, + "voter": "ervin-lemark" }, { - "percent": "10000", - "reputation": 1902109169053, - "rshares": 1358773235, - "voter": "thebeachedwhale" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 2545784510, + "voter": "fkn" }, { "percent": "10000", - "reputation": 0, - "rshares": 54632424, - "voter": "budda" + "reputation": 82831371778953, + "rshares": 701111783623, + "voter": "cryptogee" }, { - "percent": "10000", - "reputation": 92235697712, - "rshares": 59023455, - "voter": "magdalenaruth" + "percent": "2500", + "reputation": 376960001789, + "rshares": 1440203530, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, - "rshares": 54473545, - "voter": "corrina" + "reputation": 26867938976163, + "rshares": 337380428607, + "voter": "teamsteem" }, { - "percent": "10000", - "reputation": 1708267266, - "rshares": 750766536, - "voter": "stepa" + "percent": "1000", + "reputation": 5414208804644, + "rshares": 3342651869, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, - "rshares": 54300312, - "voter": "zinnia" + "reputation": 865896375178, + "rshares": 1107780617, + "voter": "nxtblg" }, { "percent": "10000", - "reputation": 32457729298, - "rshares": 56317964, - "voter": "venusdehilo" + "reputation": 855178912028, + "rshares": 7124705674, + "voter": "taoofsatoshi" }, { "percent": "10000", - "reputation": 0, - "rshares": 52015504, - "voter": "analyzethis" + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 6227584776320, - "rshares": 1432745214, - "voter": "renzoarg" + "reputation": 508314471, + "rshares": 640267181, + "voter": "walkingmage" }, { "percent": "10000", - "reputation": 7805684953, - "rshares": 53998085, - "voter": "xomtux" + "reputation": 627954645291, + "rshares": 4021846895, + "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 0, - "rshares": 55075204, - "voter": "warhammer" + "reputation": 16025488740118, + "rshares": 14868090909, + "voter": "klye" }, { - "percent": "10000", - "reputation": 0, - "rshares": 52859022, - "voter": "roadhog" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798006911, + "voter": "murh" }, { "percent": "10000", - "reputation": 321473400567, - "rshares": 55011612, - "voter": "panther" + "reputation": 16325478562, + "rshares": 1669671332, + "voter": "brian-lukassen" }, { "percent": "10000", - "reputation": 0, - "rshares": 53854134, - "voter": "doggnostic" + "reputation": 8691990820098, + "rshares": 72369352954, + "voter": "teamnearandl" }, { "percent": "10000", - "reputation": 7028520052, - "rshares": 53778865, - "voter": "kapp" + "reputation": 34874025761373, + "rshares": 338922792389, + "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 3495795823022, - "rshares": 100164211, - "voter": "cnfund" + "reputation": 824717099743, + "rshares": 537635198664, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 3736619938, - "voter": "pierrevr" + "reputation": 1404951009343, + "rshares": 18522320329, + "voter": "allahhh" }, { "percent": "10000", - "reputation": -119859903423, - "rshares": 52615599, - "voter": "and030380" + "reputation": 609780550802, + "rshares": 144783423, + "voter": "irit" }, { "percent": "10000", - "reputation": 142829147182, - "rshares": 327031815, - "voter": "rucoin" + "reputation": 16234753830016, + "rshares": 15742846243, + "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 641341984, - "rshares": 53586458, - "voter": "park.bom" + "reputation": 3211087232972, + "rshares": 11709007638, + "voter": "btotherest" }, { "percent": "10000", - "reputation": 0, - "rshares": 53575786, - "voter": "jenny-talls" + "reputation": 5244023575, + "rshares": 332388438, + "voter": "bblair" }, { "percent": "10000", - "reputation": 15651407, - "rshares": 53525772, - "voter": "vavileo" + "reputation": 12584108052916, + "rshares": 74533499628, + "voter": "noganoo" }, { "percent": "10000", - "reputation": 0, - "rshares": 50207083, - "voter": "mike2125" + "reputation": 79561484422, + "rshares": 400302600, + "voter": "applecrisp" }, { "percent": "10000", - "reputation": 0, - "rshares": 53365070, - "voter": "post-successful" + "reputation": 200733663789408, + "rshares": 2277814575053, + "voter": "stellabelle" }, { "percent": "10000", - "reputation": 91762160, - "rshares": 54290320, - "voter": "lesfuries" + "reputation": 2480399698735, + "rshares": 62811447937, + "voter": "sahirahla" }, { "percent": "10000", - "reputation": 0, - "rshares": 52986484, - "voter": "assmuffin1" + "reputation": 27317659678, + "rshares": 347158870, + "voter": "azka" }, - { - "percent": "4400", - "reputation": 176228976143, - "rshares": 3995862628, - "voter": "mallorca" - } - ], - "author": "hisnameisolllie", - "author_reputation": 62345041692781, - "beneficiaries": [], - "body": "http://i.imgsafe.org/4525336fda.png\n\nThere is an impending Curation Crisis coming. If you want to understand why this is happening, and how this is going to change the Curation landscape, read on..\n\n## The Curation Bot as we know them are about to Die!!\n\nhttp://i.imgsafe.org/43a841b768.jpg\n\nCuration Bots are at war. It's an interesting phenomenon to watch. For some time (well, Steemit's not been around too long, let's say 10 weeks) some Curation Bot's have been making spectacular returns, but that is about to come to an end.\n\n## The Original Curation Rewards Algorithm:\nIt was simple, the **Earlier** you vote, the higher the share of the Curation Rewards you received (it was still relative to your Voting Power just like today). This lead to some very successful Bot's instantly up-voting (a split second after posting) any content with certain tags, or by certain authors. Curation was simply a race to vote first. \n\n## The Curation Rewards Algorithm Today:\nThe Algorithm is just like before, however with the addition of a 30 minute window where, the earlier you vote, the higher the proportion of your curation reward goes to the Author. So, if you vote 1 second after a post (is posted) you will synthetically be giving ~99% of you curation reward to the author. This changes on a 'sliding scale' until, If you vote 1 second before the end of the 30 minute window, you will give the author ~1% of your Curation Rewards. \n\n## This Complicated Things.. Which was the point..\nSo, what time do the Bot's coders set their vote to come in.. 5mins? 10mins? 15mins? 20mins? 25mins? 30mins? There is a trade off whatever time they opt for. Too late, gives other users the time to up-vote before the Bot, and take more of the curation rewards. Too early, and the bot will be giving away too much of their curation reward to the Author. This was the aim of the developers, to even the playing field and give human users a chance against the bot\u2019s.\n\n**Well, this is where Game Theory comes into play.**\n\n## Let's talk about Steemit's favourite Bot.\n@wang is the original bot. But, he is hitting some problems, and unless he evolves, these problems won\u2019t go away. @wang is very successful, and kudos to the owner of that account. They seen a big opportunity, and first mover advantage ensured they were compensated for their work.\n\nWhen the Curation Algorithm changes came through, @wang set his vote to 15mins. Giving up 50% of the Cuartion Rewards, but still getting in nice and early.\n\nUnfortunately for @wang, his success will be his downfall. This is the killer for every successful bot on Steemit. The Steemit Blockchain provides complete transparency to a users actions. So, some other clever users are sat there watching @wang making up to 900 Steem per day, and thought, \"I want a bit of that...\"\n\nSo, they set up a bot to 'front run' @wang (vote just before @wang). They looked at who or what @wang was voting on, and set their bot to vote at 14mins. Over time, the number of users engaging in this activity increased, and @wang Curation Reward begins to fall. So he Drops to 13mins. And so, the cycle begins once more,\n\n@wang has gone from 15mins to 9mins over the last few weeks...This means that @wang is currently giving away over 70% of his curation rewards to Authors;\n\n9mins/30mins = 0.166666\n1-0.3 = 70%\n\n## Where does this end?\nI've been a futures trader from 8 years, and I've had to change my trading strategy too many times to count. I\u2019ve gone through 12month period of following a strategy which makes consistent money, but then, more users start to follow your lead, and eventually the [\u2018Edge\u2019](http://www.investopedia.com/articles/active-trading/022415/vital-importance-defining-your-trading-edge.asp) is gone. The money disappears, and you have to change your trading strategy to continue to make money. There is a term;\n\n**Adapt or Die**\n\nThis fit's the upcoming Curation shift nicely. \n\nIf there is one thing I know about, it\u2019s the life cycle of a market inefficiency. Here is how it goes. \n\nI see the Steemit Curation very similar to trading a Financial Market. There is money to be made by identifying inefficiencies (a post that should have more up-votes), however, it\u2019s currently too easy. There is only a finite pool of funds that can go to this type of Curation Behaviour, and as number of users following the same strategy increases, the rewards for each user will tend to zero over time\u2026 \n\n**A Fast Buck Never Lasts**\n\n## Adapt or Die - The Rise of the 'Black Box' Bot's and the **HUMAN** Being\n\nI believe that, the current bots will continue their race to the bottom until all the curation rewards (available to their strategy) will be neutralised. The bot\u2019s don\u2019t get bored, they don\u2019t need money to survive, they will keep going until their earnings hit zero. Now, here is how we all benefit from this phenomena\u2026\n\n**Black Box Bot\u2019s**\n\nhttp://i.imgsafe.org/432c16a4e7.jpeg\n\nBot\u2019s are going to be forced to become **Smarter** and **Darker** Beings. By Darker, I **Don\u2019t** mean Evil, I mean harder to predict, operating inside a black box. In order for a bot to survive, they are going to be forced to come up with a strategy which actually finds the best content before everyone else, but in a way that they cannot be \u2018Front Run\u2019. \n\nThis means that, they won\u2019t be up-voting certain authors work blind, they won\u2019t be upvoting key words or tags, this is too easy to replicate. They are going to have to create some kind of artificial intelligence in order to have any kind of longevity. This in turn will help un-discovered quality author become noticed, and even-out the playing field.\n\n**Currently Successful Authors will get a Larger Share of the Rewards...**\nAuthors are already earning a large percentage of Curation Rewards because of the Bot\u2019s voting activity. The race to the bottom will only extenuate this. Many authors are already being awarded with 70%+ of the curations rewards, and this is only set to increase.\n\n**The Human Touch**\n\nhttp://i.imgsafe.org/4332dc37ec.jpeg\n\nHuman\u2019s can change quicker than Bot\u2019s. It\u2019s time to stop following bot\u2019s and upvoting content blind, and time to get your hand dirty and discover new talent. The Bot\u2019s evolution will take some time, but I believe there will be a rise in successful quality human curators and the rewards they receive. \n\n**End of the Self Fulfilling Prophesy** \n \nhttp://i.imgsafe.org/433039d0d5.jpeg\n\nSome Bot\u2019s currently have a lot of power. When they vote, it carries a lot of weight. But, unless they begin to use it in a different manner, they will lose it. This power is valuable, where one vote from them comes, 50 more follow. However, if they are picking average content, and the 50 user on their 'back' stop making curation rewards, they will lose this power. It is in their interest to adapt, and use this power for good. I expect to begin to see a more human element to these Bot\u2019s moving forward\u2026 \n\n**Curation rewards become Economically Sensible**\nCurators add value, but the level of value varies when comparing a Bot to a human being. A human being reading through a post and making a judgement as to whether the author deserves a reward is certainly more valuable than a bot voting. \n\nBot\u2019s do add value. They attach themselves to previously successful authors, or topics. These criteria have essentially been decided by the communities past actions (likes/dislikes), so they are almost operating themselves as a indexing function for Steemit. This however, with the recent UI update, is no longer needed, and many users will be content to see rewards for such services falling, and this in turn opening the doors to Human Curators.\n\n\n## Summary\nExpect the Curation Rewards for Bot\u2019s to continue to fall over the coming weeks/months. The problem is, there will be **NO** need to turn them off until rewards hit zero, due to the very low marginal cost of them operating. This is why the race to the bottom is happening, and this is why it won\u2019t end.\n\nThis can only be a good thing for Steemit. This will force the Curation Bot\u2019s to improve, and become less predictable, which will in turn help discover new and exciting talent on the platform. \n\nIt will also open the door to super star human curators. Eventually these users will carry the same kind of weight (Power) that a vote from some of the most infamous curation bots do today\u2026\n\n**Sources**\nImages: http://www.freepik.com", - "body_length": 8401, - "cashout_time": "2016-08-24T12:00:57", - "category": "steemit-bots", - "children": 69, - "created": "2016-08-17T12:00:57", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit-bots\",\"steem-help\",\"steemit\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://i.imgsafe.org/4525336fda.png\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T12:12:33", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 85369529512309, - "parent_author": "", - "parent_permlink": "steemit-bots", - "pending_payout_value": "1236.967 HBD", - "percent_hbd": 10000, - "permlink": "curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon", - "post_id": 851225, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", - "title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", - "total_payout_value": "0.000 HBD", - "url": "/steemit-bots/@hisnameisolllie/curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon" - }, - { - "active_votes": [ { "percent": "10000", - "reputation": 261787136527, - "rshares": 640106052620, - "voter": "barrie" - }, - { - "percent": "50", - "reputation": 85602977273, - "rshares": 28855063766, - "voter": "anonymous" + "reputation": 62345041692781, + "rshares": 248746224626, + "voter": "hisnameisolllie" }, { - "percent": "5000", - "reputation": 8151223409709, - "rshares": 8485702355786, - "voter": "rainman" + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458508102, + "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, - "rshares": 154585758780, - "voter": "highasfuck" + "reputation": 8397302485673, + "rshares": 192428204060, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 8272495818727, - "rshares": 6450283963331, - "voter": "xeldal" + "reputation": 1380612911758, + "rshares": 3119386171, + "voter": "dahaz159" }, { "percent": "10000", - "reputation": 51047995307721, - "rshares": 8667622153228, - "voter": "pharesim" + "reputation": 1703172762438, + "rshares": 17148816994, + "voter": "andrei" }, { "percent": "10000", - "reputation": 1049211085828, - "rshares": 5959559756036, - "voter": "enki" + "reputation": 212451198738, + "rshares": 393016225, + "voter": "magdalena" }, { - "percent": "5000", - "reputation": 16685610555705, - "rshares": 10303329591731, - "voter": "tombstone" + "percent": "10000", + "reputation": 15857384273210, + "rshares": 199660358805, + "voter": "alexc" }, { "percent": "10000", - "reputation": 12842871326086, - "rshares": 108309739769, - "voter": "sandra" + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" }, { - "percent": "5000", - "reputation": 18336382560162, - "rshares": 94385554160, - "voter": "svk" + "percent": "10000", + "reputation": 22794273843250, + "rshares": 92996552744, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 2827502899317, - "rshares": 911603989061, - "voter": "ihashfury" + "reputation": 17535933356, + "rshares": 341399967, + "voter": "dtbahoney" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3221240745960, - "voter": "wang" + "reputation": 157636214062, + "rshares": 23026816673, + "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 2469559946, - "voter": "boy" + "reputation": 5886979119053, + "rshares": 52033702923, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 2997274243, - "voter": "bue-witness" + "reputation": 274656026130, + "rshares": 37460429787, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 567470136, - "voter": "bunny" + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 3808051257110, - "voter": "complexring" + "reputation": 1088953190371, + "rshares": 3005067135, + "voter": "allyourbase" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 41909835624, - "voter": "bue" + "reputation": 2758500001611, + "rshares": 3172003352, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, - "rshares": 1323815611, - "voter": "mini" + "reputation": 1019011681813, + "rshares": 4321367365, + "voter": "iloveporn" }, { - "percent": "5000", - "reputation": 8717425187, - "rshares": 2752753218346, - "voter": "witness.svk" + "percent": "10000", + "reputation": 111391460708814, + "rshares": 402496229371, + "voter": "fyrstikken" }, { "percent": "10000", - "reputation": 0, - "rshares": 170682241, - "voter": "moon" + "reputation": 6767512298331, + "rshares": 41547379030, + "voter": "treeshaface" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 140316422085, - "voter": "alex90342fastn1" + "reputation": 1557874437556, + "rshares": 1544346607, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 4418872, - "rshares": 11402966211, - "voter": "perky" + "reputation": 2445708956667, + "rshares": 5255334385, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, - "rshares": 441001850797, - "voter": "recursive3" + "reputation": 9434414518400, + "rshares": 19421139578, + "voter": "acassity" }, { "percent": "10000", - "reputation": 100108166977919, - "rshares": 384787474579, - "voter": "masteryoda" + "reputation": 5392624170369, + "rshares": 17854056769, + "voter": "grey580" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 2951319500037, - "voter": "recursive" + "reputation": 6813289592775, + "rshares": 5535227331, + "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": -296615780418, - "rshares": 105994307, - "voter": "mineralwasser" + "reputation": 1691376287481, + "rshares": 3665078053, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 846280799590, - "voter": "boombastic" + "reputation": 40255997582, + "rshares": 7964054232, + "voter": "cannav" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 124278346406, - "voter": "mrs.agsexplorer" + "reputation": 6095326280934, + "rshares": 19252927597, + "voter": "thebatchman" }, { "percent": "10000", - "reputation": 0, - "rshares": 9374079758, - "voter": "bingo-0" + "reputation": 336763673779, + "rshares": 127848973301, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 0, - "rshares": 2435617023, - "voter": "bingo-1" + "reputation": 39616835526, + "rshares": 263549200, + "voter": "stompy" }, { "percent": "10000", - "reputation": 13437403349222, - "rshares": 254579411441, - "voter": "pheonike" + "reputation": 57643429300793, + "rshares": 280927973984, + "voter": "roelandp" }, { "percent": "10000", - "reputation": 2802091583976, - "rshares": 10934258609, - "voter": "proctologic" + "reputation": 1933204465, + "rshares": 55556833630, + "voter": "sonzweil" }, { "percent": "10000", - "reputation": 0, - "rshares": 495342289, - "voter": "healthcare" + "reputation": 1160886081198, + "rshares": 3472735465, + "voter": "unicornfarts" }, { - "percent": "500", - "reputation": 147478489309626, - "rshares": 72112070874, - "voter": "tuck-fheman" + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, - "rshares": 723980313, - "voter": "daniel.pan" + "reputation": 65540661343, + "rshares": 2088446203, + "voter": "orly" }, { "percent": "10000", - "reputation": 6977251504339, - "rshares": 17615187106, - "voter": "dedriss" + "reputation": 13253460317058, + "rshares": 19903553893, + "voter": "brunopro" }, { "percent": "10000", - "reputation": 8963739580468, - "rshares": 134048171755, - "voter": "team" + "reputation": 13090894039053, + "rshares": 64201925480, + "voter": "discombobulated" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 74593979804, - "voter": "jchch" + "reputation": 9956734090708, + "rshares": 17584008231, + "voter": "firepower" }, { "percent": "10000", - "reputation": 37454101478493, - "rshares": 264805538935, - "voter": "chitty" + "reputation": 7091975331308, + "rshares": 11064214953, + "voter": "konstantin" }, { "percent": "10000", - "reputation": 0, - "rshares": 230101732, - "voter": "helen.tan" + "reputation": 213668684615, + "rshares": 1291077683, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 172856591480, - "voter": "noaommerrr" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 12188250813227, - "rshares": 80139429859, - "voter": "acidsun" + "reputation": 11415305020986, + "rshares": 37460984067, + "voter": "menta" }, { "percent": "10000", - "reputation": 1466040354822, - "rshares": 11490736362, - "voter": "valentino-romero" + "reputation": 10171002020923, + "rshares": 56297454235, + "voter": "krypto" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 16647953469, - "voter": "ervin-lemark" + "reputation": 1035952800698, + "rshares": 3665394404, + "voter": "vote" }, { - "percent": "1000", - "reputation": 4931834878069, - "rshares": 2545784510, - "voter": "fkn" + "percent": "10000", + "reputation": 2880187298062, + "rshares": 1615937402, + "voter": "stranger27" }, { "percent": "10000", - "reputation": 82831371778953, - "rshares": 701111783623, - "voter": "cryptogee" + "reputation": 5754523667110, + "rshares": 10888768022, + "voter": "yogi.artist" }, { - "percent": "2500", - "reputation": 376960001789, - "rshares": 1440203530, - "voter": "spaninv" + "percent": "10000", + "reputation": 2237331858240, + "rshares": 3859117134, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 26867938976163, - "rshares": 337380428607, - "voter": "teamsteem" + "reputation": 1059790037173, + "rshares": 181064163047, + "voter": "juneaugoldbuyer" }, { - "percent": "1000", - "reputation": 5414208804644, - "rshares": 3342651869, - "voter": "elishagh1" + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1099090369, + "voter": "sergei" }, { "percent": "10000", - "reputation": 865896375178, - "rshares": 1107780617, - "voter": "nxtblg" + "reputation": 52317559376, + "rshares": 8585597098, + "voter": "killswitch" }, { - "percent": "10000", - "reputation": 855178912028, - "rshares": 7124705674, - "voter": "taoofsatoshi" + "percent": "5000", + "reputation": 4667991454724, + "rshares": 316512527253, + "voter": "slowwalker" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 9403993665, - "voter": "jerome-colley" + "reputation": 38421201873, + "rshares": 36580808909, + "voter": "worldfamous" }, { - "percent": "10000", - "reputation": 508314471, - "rshares": 640267181, - "voter": "walkingmage" + "percent": "1000", + "reputation": 19111656178138, + "rshares": 5410649162, + "voter": "furion" }, { "percent": "10000", - "reputation": 627954645291, - "rshares": 4021846895, - "voter": "jonno-katz" + "reputation": 1057084315198, + "rshares": 105285576181, + "voter": "cdubendo" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 14868090909, - "voter": "klye" + "reputation": 3149488018622, + "rshares": 1626868455, + "voter": "owdy" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1798006911, - "voter": "murh" + "percent": "1000", + "reputation": 3891722, + "rshares": 60595907, + "voter": "barbara2" }, { - "percent": "10000", - "reputation": 16325478562, - "rshares": 1669671332, - "voter": "brian-lukassen" + "percent": "1000", + "reputation": 9142611234, + "rshares": 67753341, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 8691990820098, - "rshares": 72369352954, - "voter": "teamnearandl" + "percent": "1000", + "reputation": 3871042, + "rshares": 62117531, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34874025761373, - "rshares": 338922792389, - "voter": "blakemiles84" + "reputation": 3320684282022, + "rshares": 112375269924, + "voter": "knircky" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537635198664, - "voter": "cyber" + "reputation": 2069855377344, + "rshares": 8633934294, + "voter": "spiz0r" }, { "percent": "10000", - "reputation": 1404951009343, - "rshares": 18522320329, - "voter": "allahhh" + "reputation": 8017093633272, + "rshares": 20278678571, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 609780550802, - "rshares": 144783423, - "voter": "irit" + "reputation": 793209170784, + "rshares": 1227456807, + "voter": "leksimus" }, { "percent": "10000", - "reputation": 16234753830016, - "rshares": 15742846243, - "voter": "thecryptofiend" + "reputation": 963454351109, + "rshares": 1310614119, + "voter": "marcgodard" }, { "percent": "10000", - "reputation": 3211087232972, - "rshares": 11709007638, - "voter": "btotherest" + "reputation": 5181663, + "rshares": 159254119, + "voter": "joseph.kalu" }, { "percent": "10000", - "reputation": 5244023575, - "rshares": 332388438, - "voter": "bblair" + "reputation": 338909620445, + "rshares": 10850011469, + "voter": "blockchainbilly" }, { "percent": "10000", - "reputation": 12584108052916, - "rshares": 74533499628, - "voter": "noganoo" + "reputation": 14053867770193, + "rshares": 147706315077, + "voter": "repholder" }, { "percent": "10000", - "reputation": 79561484422, - "rshares": 400302600, - "voter": "applecrisp" + "reputation": 7952828943, + "rshares": 3846376375, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 200733663789408, - "rshares": 2277814575053, - "voter": "stellabelle" + "reputation": 1563271634183, + "rshares": 75970316800, + "voter": "paco" }, { "percent": "10000", - "reputation": 2480399698735, - "rshares": 62811447937, - "voter": "sahirahla" + "reputation": 1724220774, + "rshares": 241723619, + "voter": "linktype" }, { "percent": "10000", - "reputation": 27317659678, - "rshares": 347158870, - "voter": "azka" + "reputation": 39920320621, + "rshares": 341287280487, + "voter": "bobbylee" }, { "percent": "10000", - "reputation": 62345041692781, - "rshares": 248746224626, - "voter": "hisnameisolllie" + "reputation": 2397831198773, + "rshares": 3278276896, + "voter": "karen13" }, { "percent": "10000", - "reputation": 11429090901893, - "rshares": 109458508102, - "voter": "kenny-crane" + "reputation": 1046347486585, + "rshares": 810174623, + "voter": "rnobrega" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 192428204060, - "voter": "will-zewe" + "reputation": 1205753119776, + "rshares": 2888746585, + "voter": "cashbandicoot" }, { "percent": "10000", - "reputation": 1380612911758, - "rshares": 3119386171, - "voter": "dahaz159" + "reputation": 866671256465, + "rshares": 24870513211, + "voter": "igster" }, { "percent": "10000", - "reputation": 1703172762438, - "rshares": 17148816994, - "voter": "andrei" + "reputation": 1241141280004, + "rshares": 56330704563, + "voter": "sephiroth" }, { "percent": "10000", - "reputation": 212451198738, - "rshares": 393016225, - "voter": "magdalena" + "reputation": 1489102259, + "rshares": 213321508, + "voter": "zoicneo" }, { "percent": "10000", - "reputation": 15857384273210, - "rshares": 199660358805, - "voter": "alexc" + "reputation": 77829333771, + "rshares": 71995343244, + "voter": "valen55" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132021872037, - "voter": "schro" + "reputation": 167437582424, + "rshares": 329430558, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 92996552744, - "voter": "thedashguy" + "reputation": 3979714886621, + "rshares": 10360143599, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 17535933356, - "rshares": 341399967, - "voter": "dtbahoney" + "reputation": 699284798969, + "rshares": 5114537422, + "voter": "theanubisrider" }, { "percent": "10000", - "reputation": 157636214062, - "rshares": 23026816673, - "voter": "ozzy-vega" + "reputation": 3674446315320, + "rshares": 9494623218, + "voter": "domavila" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 52033702923, - "voter": "geoffrey" + "reputation": 669199844401, + "rshares": 8172425994, + "voter": "mun" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 37460429787, - "voter": "honeythief" + "reputation": 688176613733, + "rshares": 233607716, + "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 2738311095861, - "rshares": 19234376978, - "voter": "jparty" + "reputation": 6892424678378, + "rshares": 68197398096, + "voter": "inertia" }, { "percent": "10000", - "reputation": 1088953190371, - "rshares": 3005067135, - "voter": "allyourbase" + "reputation": 4996152370, + "rshares": 265029024, + "voter": "astorm" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 3172003352, - "voter": "fuck.off" + "reputation": 658204768651, + "rshares": 55813696673, + "voter": "milestone" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 4321367365, - "voter": "iloveporn" + "reputation": 2078306772520, + "rshares": 4796893784, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 111391460708814, - "rshares": 402496229371, - "voter": "fyrstikken" + "reputation": 2713713668533, + "rshares": 1289240982, + "voter": "the-future" }, { "percent": "10000", - "reputation": 6767512298331, - "rshares": 41547379030, - "voter": "treeshaface" + "reputation": 1447627612177, + "rshares": 2359951981, + "voter": "adamt" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1544346607, - "voter": "the.bot" + "reputation": 3033861094190, + "rshares": 9063168573, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 5255334385, - "voter": "johnbradshaw" + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 19421139578, - "voter": "acassity" + "reputation": 3941133391991, + "rshares": 8018470754, + "voter": "peacekeeper" }, { "percent": "10000", - "reputation": 5392624170369, - "rshares": 17854056769, - "voter": "grey580" + "reputation": 782596410473, + "rshares": 4294667118, + "voter": "poseidon" }, { "percent": "10000", - "reputation": 6813289592775, - "rshares": 5535227331, - "voter": "arcaneinfo" + "reputation": 76096938200261, + "rshares": 155445838348, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 3665078053, - "voter": "the.whale" + "reputation": -124823359245, + "rshares": 9910658996, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7964054232, - "voter": "cannav" + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 6095326280934, - "rshares": 19252927597, - "voter": "thebatchman" + "reputation": -910520517353, + "rshares": 32317916264, + "voter": "ubg" }, { "percent": "10000", - "reputation": 336763673779, - "rshares": 127848973301, - "voter": "asmolokalo" + "reputation": 26442156052, + "rshares": 5851340485, + "voter": "jcweiss" }, { "percent": "10000", - "reputation": 39616835526, - "rshares": 263549200, - "voter": "stompy" + "reputation": 116856214624, + "rshares": 2643711176, + "voter": "bones" }, { "percent": "10000", - "reputation": 57643429300793, - "rshares": 280927973984, - "voter": "roelandp" + "reputation": 900694208703, + "rshares": 6504335121, + "voter": "cryptobro" }, { "percent": "10000", - "reputation": 1933204465, - "rshares": 55556833630, - "voter": "sonzweil" + "reputation": 10910231620999, + "rshares": 12813478621, + "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 3472735465, - "voter": "unicornfarts" + "reputation": 269270087101, + "rshares": 159914575, + "voter": "dnsz" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 75606446772, - "voter": "rubybian" + "reputation": 477578742546, + "rshares": 5541723481, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 2088446203, - "voter": "orly" + "reputation": 20001506960251, + "rshares": 87150730082, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 13253460317058, - "rshares": 19903553893, - "voter": "brunopro" + "reputation": 2114306416334, + "rshares": 1904869298, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 13090894039053, - "rshares": 64201925480, - "voter": "discombobulated" + "reputation": 4194711042931, + "rshares": 5157970568, + "voter": "rainchen" }, { "percent": "10000", - "reputation": 9956734090708, - "rshares": 17584008231, - "voter": "firepower" + "reputation": 11482318062844, + "rshares": 19277131869, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 11064214953, - "voter": "konstantin" + "reputation": 5883461278385, + "rshares": 69180012670, + "voter": "rea" }, { "percent": "10000", - "reputation": 213668684615, - "rshares": 1291077683, - "voter": "soupernerd" + "reputation": 160134373956, + "rshares": 7951765836, + "voter": "neroru" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 14988694886527, + "rshares": 158842718701, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 11415305020986, - "rshares": 37460984067, - "voter": "menta" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2050318278, + "voter": "positive" }, { "percent": "10000", - "reputation": 10171002020923, - "rshares": 56297454235, - "voter": "krypto" + "reputation": 817267563963, + "rshares": 15817256358, + "voter": "steemedbroccoli" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 3665394404, - "voter": "vote" + "reputation": 194175308, + "rshares": 106428352, + "voter": "sergey22" }, { "percent": "10000", - "reputation": 2880187298062, - "rshares": 1615937402, - "voter": "stranger27" + "reputation": 0, + "rshares": 1148242283, + "voter": "yarly" }, { "percent": "10000", - "reputation": 5754523667110, - "rshares": 10888768022, - "voter": "yogi.artist" + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 3859117134, - "voter": "kissmybutt" + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 181064163047, - "voter": "juneaugoldbuyer" + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1099090369, - "voter": "sergei" + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8585597098, - "voter": "killswitch" + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" }, { - "percent": "5000", - "reputation": 4667991454724, - "rshares": 316512527253, - "voter": "slowwalker" + "percent": "10000", + "reputation": 45712131677758, + "rshares": 16285185943, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 38421201873, - "rshares": 36580808909, - "voter": "worldfamous" + "reputation": 7582874972117, + "rshares": 13362167914, + "voter": "prufarchy" }, { - "percent": "1000", - "reputation": 19111656178138, - "rshares": 5410649162, - "voter": "furion" + "percent": "10000", + "reputation": 19524897676, + "rshares": 9589215003, + "voter": "alsprinting" }, { "percent": "10000", - "reputation": 1057084315198, - "rshares": 105285576181, - "voter": "cdubendo" + "reputation": 35209974404, + "rshares": 109074263, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 1626868455, - "voter": "owdy" + "reputation": 3118106567, + "rshares": 117342167, + "voter": "sllockes" }, { - "percent": "1000", - "reputation": 3891722, - "rshares": 60595907, - "voter": "barbara2" + "percent": "10000", + "reputation": 327313183062, + "rshares": 1208093351, + "voter": "politicasan2" }, { - "percent": "1000", - "reputation": 9142611234, - "rshares": 67753341, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 6985921192853, + "rshares": 211684752346, + "voter": "johnsmith" }, { - "percent": "1000", - "reputation": 3871042, - "rshares": 62117531, - "voter": "doge4lyf" + "percent": "10000", + "reputation": -34260804360, + "rshares": 437183896, + "voter": "leonaugus" }, { "percent": "10000", - "reputation": 3320684282022, - "rshares": 112375269924, - "voter": "knircky" + "reputation": 568560955800, + "rshares": 34759124599, + "voter": "fatboy" }, { "percent": "10000", - "reputation": 2069855377344, - "rshares": 8633934294, - "voter": "spiz0r" + "reputation": 58190631451, + "rshares": 14010820759, + "voter": "proto" }, { "percent": "10000", - "reputation": 8017093633272, - "rshares": 20278678571, - "voter": "ausbitbank" + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1227456807, - "voter": "leksimus" + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 963454351109, - "rshares": 1310614119, - "voter": "marcgodard" + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 5181663, - "rshares": 159254119, - "voter": "joseph.kalu" + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" }, { - "percent": "10000", - "reputation": 338909620445, - "rshares": 10850011469, - "voter": "blockchainbilly" + "percent": "1000", + "reputation": 147425730, + "rshares": 63899804, + "voter": "fnait" }, { - "percent": "10000", - "reputation": 14053867770193, - "rshares": 147706315077, - "voter": "repholder" + "percent": "1000", + "reputation": 3720753029, + "rshares": 62685957, + "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 3846376375, - "voter": "thegoodguy" + "reputation": 1418195151238, + "rshares": 442536985, + "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 75970316800, - "voter": "paco" + "reputation": 0, + "rshares": 84193379, + "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 1724220774, - "rshares": 241723619, - "voter": "linktype" + "reputation": 2865139821445, + "rshares": 1656624248, + "voter": "lukmarcus" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 341287280487, - "voter": "bobbylee" + "reputation": 5095600502, + "rshares": 115302284, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3278276896, - "voter": "karen13" + "reputation": 3702085260958, + "rshares": 18573992092, + "voter": "laivi" }, { "percent": "10000", - "reputation": 1046347486585, - "rshares": 810174623, - "voter": "rnobrega" + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" }, { "percent": "10000", - "reputation": 1205753119776, - "rshares": 2888746585, - "voter": "cashbandicoot" + "reputation": 106557133024, + "rshares": 21388766783, + "voter": "solidgold" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24870513211, - "voter": "igster" + "reputation": 869670438261, + "rshares": 4013951730, + "voter": "crazylife" }, { "percent": "10000", - "reputation": 1241141280004, - "rshares": 56330704563, - "voter": "sephiroth" + "reputation": 4063076365725, + "rshares": 2090382766, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 1489102259, - "rshares": 213321508, - "voter": "zoicneo" + "reputation": -4779249072914, + "rshares": 1212464736, + "voter": "weenis" }, { "percent": "10000", - "reputation": 77829333771, - "rshares": 71995343244, - "voter": "valen55" + "reputation": 2580067408929, + "rshares": 4937194420, + "voter": "spookypooky" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 329430558, - "voter": "dr2073" + "reputation": 4265214728001, + "rshares": 11333086187, + "voter": "bergy" }, { "percent": "10000", - "reputation": 3979714886621, - "rshares": 10360143599, - "voter": "jaycobbell" + "reputation": 49283901870, + "rshares": 735984523, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 699284798969, - "rshares": 5114537422, - "voter": "theanubisrider" + "reputation": 3278418228934, + "rshares": 586212549, + "voter": "karenb54" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 9494623218, - "voter": "domavila" + "reputation": 1275505236, + "rshares": 6861026896, + "voter": "taker" }, { "percent": "10000", - "reputation": 669199844401, - "rshares": 8172425994, - "voter": "mun" + "reputation": 10137266406870, + "rshares": 3432906974, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 688176613733, - "rshares": 233607716, - "voter": "karenmckersie" + "reputation": 4116067655741, + "rshares": 1417687185, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 6892424678378, - "rshares": 68197398096, - "voter": "inertia" + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" }, { "percent": "10000", - "reputation": 4996152370, - "rshares": 265029024, - "voter": "astorm" + "reputation": 4232493695535, + "rshares": 129915722, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 55813696673, - "voter": "milestone" + "reputation": 4336038090799, + "rshares": 1977496679, + "voter": "felixxx" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 4796893784, - "voter": "btcbtcbtc20155" + "reputation": 10552713989475, + "rshares": 8949226043, + "voter": "reneenouveau" }, { "percent": "10000", - "reputation": 2713713668533, - "rshares": 1289240982, - "voter": "the-future" + "reputation": 90565359983, + "rshares": 7430793437, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 1447627612177, - "rshares": 2359951981, - "voter": "adamt" + "reputation": 0, + "rshares": 369765179, + "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 9063168573, - "voter": "nippel66" + "reputation": 1127978824162, + "rshares": 1474953643, + "voter": "feelapi" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 430287327, - "voter": "natalyt" + "reputation": 209489735900, + "rshares": 101384189, + "voter": "mayhemfreak" }, { "percent": "10000", - "reputation": 3941133391991, - "rshares": 8018470754, - "voter": "peacekeeper" + "reputation": 6595506981050, + "rshares": 11879444903, + "voter": "timelapse" }, { "percent": "10000", - "reputation": 782596410473, - "rshares": 4294667118, - "voter": "poseidon" + "reputation": 6887127798781, + "rshares": 27520001219, + "voter": "xtester" }, { "percent": "10000", - "reputation": 76096938200261, - "rshares": 155445838348, - "voter": "calaber24p" + "reputation": 2287220532946, + "rshares": 342990559, + "voter": "achim86" }, { "percent": "10000", - "reputation": -124823359245, - "rshares": 9910658996, - "voter": "mustafaomar" + "reputation": 1653800202958, + "rshares": 454758629035, + "voter": "glitterfart" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 118353022, - "voter": "bobo012" + "reputation": 0, + "rshares": 3783971258, + "voter": "ullikume" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 32317916264, - "voter": "ubg" + "reputation": 282062767, + "rshares": 2005078851, + "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 26442156052, - "rshares": 5851340485, - "voter": "jcweiss" + "reputation": 2637292041469, + "rshares": 1498377893, + "voter": "minion" }, { "percent": "10000", - "reputation": 116856214624, - "rshares": 2643711176, - "voter": "bones" + "reputation": -84745859, + "rshares": 62113902, + "voter": "holwylb" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6504335121, - "voter": "cryptobro" + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" }, { "percent": "10000", - "reputation": 10910231620999, - "rshares": 12813478621, - "voter": "bendjmiller222" + "reputation": 5451282059200, + "rshares": 5208466065, + "voter": "veralynn" }, { "percent": "10000", - "reputation": 269270087101, - "rshares": 159914575, - "voter": "dnsz" + "reputation": 2021353867281, + "rshares": 6668122973, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 5541723481, - "voter": "tarindel" + "reputation": 29845491058, + "rshares": 68301025, + "voter": "ragnaroek" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 87150730082, - "voter": "liberosist" + "reputation": 66791976065, + "rshares": 35515107335, + "voter": "joele" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1904869298, - "voter": "cryptohustlin" + "reputation": 6380056335097, + "rshares": 4396113459, + "voter": "randyclemens" }, { "percent": "10000", - "reputation": 4194711042931, - "rshares": 5157970568, - "voter": "rainchen" + "reputation": 1769025564652, + "rshares": 174820608, + "voter": "boddhisattva" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 19277131869, - "voter": "sauravrungta" + "reputation": 1955505384817, + "rshares": 57276142, + "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 69180012670, - "voter": "rea" + "reputation": 8749882391690, + "rshares": 29773568057, + "voter": "nonlinearone" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 7951765836, - "voter": "neroru" + "reputation": 0, + "rshares": 7169616930, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 158842718701, - "voter": "jl777" + "reputation": 303910488530, + "rshares": 4734812348, + "voter": "goingpaper" }, { - "percent": "1000", - "reputation": 10519849768972, - "rshares": 2050318278, - "voter": "positive" + "percent": "10000", + "reputation": 237482268650, + "rshares": 200213903, + "voter": "globe" }, { "percent": "10000", - "reputation": 817267563963, - "rshares": 15817256358, - "voter": "steemedbroccoli" + "reputation": 0, + "rshares": 93822359, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 194175308, - "rshares": 106428352, - "voter": "sergey22" + "reputation": 0, + "rshares": 198446942, + "voter": "vootka" }, { "percent": "10000", - "reputation": 0, - "rshares": 1148242283, - "voter": "yarly" + "reputation": -752010553427, + "rshares": 1829492929, + "voter": "loveangel" }, { "percent": "10000", - "reputation": 0, - "rshares": 264975700, - "voter": "yarly2" + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" }, { "percent": "10000", - "reputation": 0, - "rshares": 265374319, - "voter": "yarly3" + "reputation": 2118792724924, + "rshares": 104095614016, + "voter": "miacats" }, { "percent": "10000", - "reputation": 0, - "rshares": 153861416, - "voter": "yarly4" + "reputation": 15841196427096, + "rshares": 26914242849, + "voter": "bitcalm" }, { "percent": "10000", - "reputation": 0, - "rshares": 154731677, - "voter": "yarly5" + "reputation": -138680661344, + "rshares": 62103794, + "voter": "tomeraddady" }, { "percent": "10000", "reputation": 0, - "rshares": 88291213, - "voter": "yarly7" + "rshares": 114939806, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 16285185943, - "voter": "crazymumzysa" + "reputation": 36905135907, + "rshares": 12686088778, + "voter": "nomorealex" }, { "percent": "10000", - "reputation": 7582874972117, - "rshares": 13362167914, - "voter": "prufarchy" + "reputation": 0, + "rshares": 93417260, + "voter": "party1999" }, { "percent": "10000", - "reputation": 19524897676, - "rshares": 9589215003, - "voter": "alsprinting" + "reputation": 0, + "rshares": 62373294, + "voter": "immortal" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 109074263, - "voter": "mysteem" + "reputation": 5176671060650, + "rshares": 1275677271, + "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 3118106567, - "rshares": 117342167, - "voter": "sllockes" + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" }, { "percent": "10000", - "reputation": 327313183062, - "rshares": 1208093351, - "voter": "politicasan2" + "reputation": 57513824, + "rshares": 61874235, + "voter": "rashka" }, { "percent": "10000", - "reputation": 6985921192853, - "rshares": 211684752346, - "voter": "johnsmith" + "reputation": 0, + "rshares": 179684374, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": -34260804360, - "rshares": 437183896, - "voter": "leonaugus" + "reputation": 203940530117, + "rshares": 2746633978, + "voter": "macartem" }, { "percent": "10000", - "reputation": 568560955800, - "rshares": 34759124599, - "voter": "fatboy" + "reputation": 372832876226, + "rshares": 138504374, + "voter": "cherry" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 14010820759, - "voter": "proto" + "reputation": 26878598, + "rshares": 78736891, + "voter": "steemitgal" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 662579684, - "voter": "curator" + "reputation": 36514411336, + "rshares": 70051993, + "voter": "jacksteem" }, { "percent": "10000", - "reputation": 0, - "rshares": 258325412, - "voter": "yarly10" + "reputation": 1393324333405, + "rshares": 599588088, + "voter": "shneakysquirrel" }, { "percent": "10000", - "reputation": 0, - "rshares": 145310046, - "voter": "yarly11" + "reputation": 1016260025, + "rshares": 57558816, + "voter": "dimitriy" }, { "percent": "10000", - "reputation": 0, - "rshares": 79810941, - "voter": "yarly12" - }, - { - "percent": "1000", - "reputation": 147425730, - "rshares": 63899804, - "voter": "fnait" + "reputation": 397516062, + "rshares": 59993245, + "voter": "longtech" }, { - "percent": "1000", - "reputation": 3720753029, - "rshares": 62685957, - "voter": "keepcalmand" + "percent": "10000", + "reputation": -49397634, + "rshares": 51613018, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 1418195151238, - "rshares": 442536985, - "voter": "cwmyao1" + "reputation": 31757322861, + "rshares": 51461865, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 0, - "rshares": 84193379, - "voter": "elliottgodard" + "reputation": 2140537429766, + "rshares": 14380031731, + "voter": "yef99" }, { "percent": "10000", - "reputation": 2865139821445, - "rshares": 1656624248, - "voter": "lukmarcus" + "reputation": 44679463800, + "rshares": 5112815888, + "voter": "professorx" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 115302284, - "voter": "creatorgalaxy" + "reputation": 1130219064888, + "rshares": 25130500518, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 3702085260958, - "rshares": 18573992092, - "voter": "laivi" + "reputation": 0, + "rshares": 59226282, + "voter": "zite" }, { "percent": "10000", - "reputation": 2034974638910, - "rshares": 193695331, - "voter": "taz" + "reputation": 162741674983, + "rshares": 60077807, + "voter": "frol" }, { "percent": "10000", - "reputation": 106557133024, - "rshares": 21388766783, - "voter": "solidgold" + "reputation": 166185808108, + "rshares": 61682344, + "voter": "artsteemit" }, { "percent": "10000", - "reputation": 869670438261, - "rshares": 4013951730, - "voter": "crazylife" + "reputation": 32644559975, + "rshares": 57828186, + "voter": "ajavajive" }, { "percent": "10000", - "reputation": 4063076365725, - "rshares": 2090382766, - "voter": "bullionstackers" + "reputation": 824556048979, + "rshares": 910126026, + "voter": "harand" }, { "percent": "10000", - "reputation": -4779249072914, - "rshares": 1212464736, - "voter": "weenis" + "reputation": 1802656474490, + "rshares": 1805635368, + "voter": "lantto" }, { "percent": "10000", - "reputation": 2580067408929, - "rshares": 4937194420, - "voter": "spookypooky" + "reputation": 8420918209808, + "rshares": 17818125151, + "voter": "daut44" }, { "percent": "10000", - "reputation": 4265214728001, - "rshares": 11333086187, - "voter": "bergy" + "reputation": 1090727793166, + "rshares": 935023968, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 735984523, - "voter": "metaflute" + "reputation": 716390377150, + "rshares": 57583148, + "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 3278418228934, - "rshares": 586212549, - "voter": "karenb54" + "reputation": 18006844018, + "rshares": 127500073, + "voter": "mrainp" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6861026896, - "voter": "taker" + "reputation": 2516108074649, + "rshares": 129636195, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 3432906974, - "voter": "nekromarinist" + "reputation": 1833661746969, + "rshares": 1277550010, + "voter": "seva" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1417687185, - "voter": "sykochica" + "reputation": 692817924311, + "rshares": 4652159114, + "voter": "io-io-io" }, { "percent": "10000", - "reputation": 0, - "rshares": 52810577, - "voter": "johnblow" + "reputation": 4005883638, + "rshares": 55698555, + "voter": "makov" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 129915722, - "voter": "french.fyde" + "reputation": 3849564768924, + "rshares": 39947788646, + "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 4336038090799, - "rshares": 1977496679, - "voter": "felixxx" + "reputation": 35051945584, + "rshares": 57729316, + "voter": "arnoldz61" }, { "percent": "10000", - "reputation": 10552713989475, - "rshares": 8949226043, - "voter": "reneenouveau" + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 7430793437, - "voter": "rawnetics" + "reputation": 4656922610, + "rshares": 57565305, + "voter": "saintbitts" }, { "percent": "10000", - "reputation": 0, - "rshares": 369765179, - "voter": "mariadianaelaine" + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" }, { "percent": "10000", - "reputation": 1127978824162, - "rshares": 1474953643, - "voter": "feelapi" + "reputation": -13509629134, + "rshares": 56329230, + "voter": "elfremzy1985" }, { "percent": "10000", - "reputation": 209489735900, - "rshares": 101384189, - "voter": "mayhemfreak" + "reputation": 174215430182, + "rshares": 172369598, + "voter": "bobcollier" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 11879444903, - "voter": "timelapse" + "reputation": 1006284931, + "rshares": 53891062, + "voter": "demeterz01" }, { "percent": "10000", - "reputation": 6887127798781, - "rshares": 27520001219, - "voter": "xtester" + "reputation": 0, + "rshares": 55725073, + "voter": "budda" }, { "percent": "10000", - "reputation": 2287220532946, - "rshares": 342990559, - "voter": "achim86" + "reputation": 92235697712, + "rshares": 60253110, + "voter": "magdalenaruth" }, { "percent": "10000", - "reputation": 1653800202958, - "rshares": 454758629035, - "voter": "glitterfart" + "reputation": 9485427864, + "rshares": 54483594, + "voter": "j2washere" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6699269508, + "voter": "goose" }, { "percent": "10000", "reputation": 0, - "rshares": 3783971258, - "voter": "ullikume" + "rshares": 52015504, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 282062767, - "rshares": 2005078851, - "voter": "darrenturetzky" + "reputation": 0, + "rshares": 51780266, + "voter": "roadhog" }, { "percent": "10000", - "reputation": 2637292041469, - "rshares": 1498377893, - "voter": "minion" + "reputation": 0, + "rshares": 53854134, + "voter": "doggnostic" + }, + { + "percent": "-10000", + "reputation": -195878223866, + "rshares": -56189680, + "voter": "ezrathecat" }, { "percent": "10000", - "reputation": -84745859, - "rshares": 62113902, - "voter": "holwylb" + "reputation": 288672343, + "rshares": 322301915, + "voter": "spethoscope" }, { "percent": "10000", "reputation": 0, - "rshares": 56953689, - "voter": "muizianer" + "rshares": 102413290, + "voter": "bones261" }, { "percent": "10000", - "reputation": 5451282059200, - "rshares": 5208466065, - "voter": "veralynn" + "reputation": 0, + "rshares": 53575786, + "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 6668122973, - "voter": "kurtbeil" + "reputation": 26215514, + "rshares": 53511897, + "voter": "brains" }, { "percent": "10000", - "reputation": 29845491058, - "rshares": 68301025, - "voter": "ragnaroek" + "reputation": 1458138914, + "rshares": 53372224, + "voter": "angel2work" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 35515107335, - "voter": "joele" + "reputation": 0, + "rshares": 53365070, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 4396113459, - "voter": "randyclemens" + "reputation": 5252754993, + "rshares": 50162053, + "voter": "lynchiandream" }, { "percent": "10000", - "reputation": 1769025564652, - "rshares": 174820608, - "voter": "boddhisattva" + "reputation": 935727204, + "rshares": 54254783, + "voter": "cristianod7" }, { "percent": "10000", - "reputation": 1955505384817, - "rshares": 57276142, - "voter": "pgarcgo" + "reputation": 5841611491, + "rshares": 54163480, + "voter": "darrenciccone" }, { - "percent": "10000", - "reputation": 8749882391690, - "rshares": 29773568057, - "voter": "nonlinearone" + "percent": "-10000", + "reputation": -182949691419, + "rshares": -53545325, + "voter": "morganpearl" }, { "percent": "10000", - "reputation": 0, - "rshares": 7169616930, - "voter": "thebotkiller" - }, + "reputation": 131214330712, + "rshares": 158328022, + "voter": "sarapters" + } + ], + "author": "fyrstikken", + "author_reputation": 111391460708814, + "beneficiaries": [], + "body": "Many steemians have told me they feel invisible on steemit, so I decided to create SteemSpeak voice-community and am inviting all steemians to join the global community of steemit loving sea-creatures of all size and shape!\n---\n

Let Your Voice Be Heard

\n\n
https://youtu.be/fpJcnakFcV0
\n\n

It is like Speakers Corner in London!

\nSteemSpeak is kind of a digital version of London\u2019s Speakers Corner, a place for you to be heard and broadcasted world wide.\n\nAt SteemSpeak, you get to talk about what you want to talk about, as long as it is steemit, crypto or world economy related... Or Funny & Interesting ... We have a great tolerance for topics in our General room!\n\n

Talk about your Passion, your blog-posts and steemit

\n\nFeel free to talk about your passion, your latest blogpost or just vent your emotions and let us enjoy the draaamaa :) \n\nWe have room for as many as 1,000 simultaneous users inside our virtual studio, but has for the time being throttled it down to 100 to manage the growth and user-verification.\n\n

A Great Place for Debates!

\n\nJust like Steemit, there is no censorship but the opinions of other people who might or might not agree with you and it is a great place for debates.\n\n
\n\n

But Wait, there is more

\n\nAt SteemSpeak we have many rooms where you can collaborate with other steemians on steemit-projects. Maybe you want to interview someone or create a podcast? - On SteemSpeak that is super easy, just go to an empty room, tell your guests to join and click record. \nA Wav-file will then be produced on your local machine so you can edit it later and upload it to where you want and publish it on steemit.com later. Super effective and time saving using the best Opus Voice & Music codecs for best audio-results.\n\n
SteemSpeak.com was created by @fyrstikken & @thebatchman
\n\n

What are you waiting for? Join steemspeak.com now! Run!! :)

", + "body_length": 2105, + "cashout_time": "2016-08-24T11:09:51", + "category": "steemit", + "children": 61, + "created": "2016-08-17T11:09:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"witnesses\",\"politics\",\"introduceyourself\"],\"image\":[\"https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-17-at-05.56.26.png\"],\"links\":[\"https://youtu.be/fpJcnakFcV0\",\"http://steemspeak.com/\"],\"users\":[\"fyrstikken\",\"thebatchman\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T11:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68200332178311, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "792.168 HBD", + "percent_hbd": 10000, + "permlink": "introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians", + "post_id": 850731, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", + "title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@fyrstikken/introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 303910488530, - "rshares": 4734812348, - "voter": "goingpaper" + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" }, { - "percent": "10000", - "reputation": 237482268650, - "rshares": 200213903, - "voter": "globe" + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, - "rshares": 93822359, - "voter": "gamerate" + "reputation": 13823888326286, + "rshares": 14524314878197, + "voter": "summon" }, { - "percent": "10000", - "reputation": 0, - "rshares": 198446942, - "voter": "vootka" + "percent": "5500", + "reputation": 16685610555705, + "rshares": 11127612239285, + "voter": "tombstone" }, { "percent": "10000", - "reputation": -752010553427, - "rshares": 1829492929, - "voter": "loveangel" + "reputation": 1214229078, + "rshares": 2469632452, + "voter": "boy" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 61696026, - "voter": "immortality" + "reputation": 4712949449, + "rshares": 2997370917, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 104095614016, - "voter": "miacats" + "reputation": 1789951494550, + "rshares": 567482931, + "voter": "bunny" }, { "percent": "10000", - "reputation": 15841196427096, - "rshares": 26914242849, - "voter": "bitcalm" + "reputation": 103443134841, + "rshares": 41918476498, + "voter": "bue" }, { "percent": "10000", - "reputation": -138680661344, - "rshares": 62103794, - "voter": "tomeraddady" + "reputation": 0, + "rshares": 1323853997, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 114939806, - "voter": "future-shock" + "rshares": 170685085, + "voter": "moon" }, { "percent": "10000", - "reputation": 36905135907, - "rshares": 12686088778, - "voter": "nomorealex" + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" }, { "percent": "10000", "reputation": 0, - "rshares": 93417260, - "voter": "party1999" + "rshares": 472674743828, + "voter": "recursive2" }, { "percent": "10000", "reputation": 0, - "rshares": 62373294, - "voter": "immortal" - }, - { - "percent": "10000", - "reputation": 5176671060650, - "rshares": 1275677271, - "voter": "rubenalexander" + "rshares": 440985862874, + "voter": "recursive3" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 72860718, - "voter": "longevity" + "reputation": 83941319998, + "rshares": 5429301359784, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 61874235, - "voter": "rashka" + "reputation": 0, + "rshares": 495355085, + "voter": "healthcare" }, { "percent": "10000", "reputation": 0, - "rshares": 179684374, - "voter": "jimmytwoshoes" + "rshares": 723997374, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 203940530117, - "rshares": 2746633978, - "voter": "macartem" + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" }, { "percent": "10000", - "reputation": 372832876226, - "rshares": 138504374, - "voter": "cherry" + "reputation": 0, + "rshares": 230104576, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 26878598, - "rshares": 78736891, - "voter": "steemitgal" + "reputation": 2165622245848, + "rshares": 24238469941, + "voter": "yefet" }, { "percent": "10000", - "reputation": 36514411336, - "rshares": 70051993, - "voter": "jacksteem" + "reputation": 4477492280957, + "rshares": 25799712115, + "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 1393324333405, - "rshares": 599588088, - "voter": "shneakysquirrel" + "reputation": 12188250813227, + "rshares": 81917919685, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 1016260025, - "rshares": 57558816, - "voter": "dimitriy" + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" }, { - "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3054928609, + "voter": "fkn" }, { - "percent": "10000", - "reputation": -49397634, - "rshares": 51613018, - "voter": "vasilii" + "percent": "1000", + "reputation": 5414208804644, + "rshares": 4011167307, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 51461865, - "voter": "mrlogic" + "reputation": 58571016273092, + "rshares": 581577016638, + "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 14380031731, - "voter": "yef99" + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 44679463800, - "rshares": 5112815888, - "voter": "professorx" + "reputation": 21903005256174, + "rshares": 218545500378, + "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 25130500518, - "voter": "andrewawerdna" + "reputation": 16025488740118, + "rshares": 14869132019, + "voter": "klye" }, { - "percent": "10000", - "reputation": 0, - "rshares": 59226282, - "voter": "zite" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1797998021, + "voter": "murh" }, { "percent": "10000", - "reputation": 162741674983, - "rshares": 60077807, - "voter": "frol" + "reputation": 64573188744746, + "rshares": 55262805283, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 166185808108, - "rshares": 61682344, - "voter": "artsteemit" + "reputation": 824717099743, + "rshares": 559140606610, + "voter": "cyber" }, { "percent": "10000", - "reputation": 32644559975, - "rshares": 57828186, - "voter": "ajavajive" + "reputation": 7796967076, + "rshares": 354993657, + "voter": "adrimaug" }, { "percent": "10000", - "reputation": 824556048979, - "rshares": 910126026, - "voter": "harand" + "reputation": 4260826979219, + "rshares": 7605827927, + "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 1802656474490, - "rshares": 1805635368, - "voter": "lantto" + "reputation": 3804349938696, + "rshares": 55074701993, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 17818125151, - "voter": "daut44" + "reputation": 8397302485673, + "rshares": 183839382554, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 935023968, - "voter": "eileenbeach" + "reputation": 212451198738, + "rshares": 401560056, + "voter": "magdalena" }, { "percent": "10000", - "reputation": 716390377150, - "rshares": 57583148, - "voter": "rwgunderson" + "reputation": 2429242458900, + "rshares": 20300429095, + "voter": "crypto-fan" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127500073, - "voter": "mrainp" + "reputation": 5886979119053, + "rshares": 50851118765, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 129636195, - "voter": "runridefly" + "reputation": 274656026130, + "rshares": 37460414846, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 1833661746969, - "rshares": 1277550010, - "voter": "seva" + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" }, { "percent": "10000", - "reputation": 692817924311, - "rshares": 4652159114, - "voter": "io-io-io" + "reputation": 40255997582, + "rshares": 7963955020, + "voter": "cannav" }, { "percent": "10000", - "reputation": 4005883638, - "rshares": 55698555, - "voter": "makov" + "reputation": 336763673779, + "rshares": 250369872937, + "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 3849564768924, - "rshares": 39947788646, - "voter": "onesunbeingnow" + "reputation": 160174254209, + "rshares": 51474851126, + "voter": "booja" }, { "percent": "10000", - "reputation": 35051945584, - "rshares": 57729316, - "voter": "arnoldz61" + "reputation": 65540661343, + "rshares": 2088412778, + "voter": "orly" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 1322150020, - "voter": "sponge-bob" + "reputation": 3148690478580, + "rshares": 5655169303, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 4656922610, - "rshares": 57565305, - "voter": "saintbitts" + "reputation": 9956734090708, + "rshares": 19342377772, + "voter": "firepower" }, { "percent": "10000", - "reputation": 12928378, - "rshares": 55359233, - "voter": "almiller" + "reputation": 7091975331308, + "rshares": 11064214953, + "voter": "konstantin" }, { - "percent": "10000", - "reputation": -13509629134, - "rshares": 56329230, - "voter": "elfremzy1985" + "percent": "5500", + "reputation": 213668684615, + "rshares": 673605747, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 174215430182, - "rshares": 172369598, - "voter": "bobcollier" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 1006284931, - "rshares": 53891062, - "voter": "demeterz01" + "reputation": 305047794164, + "rshares": 59823904352, + "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, - "rshares": 55725073, - "voter": "budda" + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" }, { - "percent": "10000", - "reputation": 92235697712, - "rshares": 60253110, - "voter": "magdalenaruth" + "percent": "1000", + "reputation": 19111656178138, + "rshares": 6492740587, + "voter": "furion" }, { "percent": "10000", - "reputation": 9485427864, - "rshares": 54483594, - "voter": "j2washere" + "reputation": 165694944701, + "rshares": 265818855, + "voter": "fydel" }, { - "percent": "10000", - "reputation": 2288762261504, - "rshares": 6699269508, - "voter": "goose" + "percent": "1000", + "reputation": 3891722, + "rshares": 72715088, + "voter": "barbara2" }, { - "percent": "10000", - "reputation": 0, - "rshares": 52015504, - "voter": "analyzethis" + "percent": "1000", + "reputation": 9142611234, + "rshares": 81304009, + "voter": "ch0c0latechip" }, { - "percent": "10000", - "reputation": 0, - "rshares": 51780266, - "voter": "roadhog" + "percent": "1000", + "reputation": 3871042, + "rshares": 74541037, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, - "rshares": 53854134, - "voter": "doggnostic" - }, - { - "percent": "-10000", - "reputation": -195878223866, - "rshares": -56189680, - "voter": "ezrathecat" + "reputation": 8577172826419, + "rshares": 116816361682, + "voter": "crypt0" }, { "percent": "10000", - "reputation": 288672343, - "rshares": 322301915, - "voter": "spethoscope" + "reputation": 2770303185670, + "rshares": 1358991810, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 0, - "rshares": 102413290, - "voter": "bones261" + "reputation": 3320684282022, + "rshares": 112375269924, + "voter": "knircky" }, { "percent": "10000", - "reputation": 0, - "rshares": 53575786, - "voter": "jenny-talls" + "reputation": 727668809534, + "rshares": 4194269608, + "voter": "on0tole" }, { "percent": "10000", - "reputation": 26215514, - "rshares": 53511897, - "voter": "brains" + "reputation": 6030999377480, + "rshares": 4261463706, + "voter": "sebastien" }, { "percent": "10000", - "reputation": 1458138914, - "rshares": 53372224, - "voter": "angel2work" + "reputation": 14053867770193, + "rshares": 147706315077, + "voter": "repholder" }, { "percent": "10000", - "reputation": 0, - "rshares": 53365070, - "voter": "post-successful" + "reputation": 38947133984552, + "rshares": 117280563936, + "voter": "jesta" }, { "percent": "10000", - "reputation": 5252754993, - "rshares": 50162053, - "voter": "lynchiandream" + "reputation": 7952828943, + "rshares": 4048760344, + "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 935727204, - "rshares": 54254783, - "voter": "cristianod7" + "reputation": 234379829569, + "rshares": 2578798383, + "voter": "holzmichl" }, { "percent": "10000", - "reputation": 5841611491, - "rshares": 54163480, - "voter": "darrenciccone" + "reputation": 1510234773828, + "rshares": 591701440, + "voter": "bitland" }, { - "percent": "-10000", - "reputation": -182949691419, - "rshares": -53545325, - "voter": "morganpearl" + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" }, { "percent": "10000", - "reputation": 131214330712, - "rshares": 158328022, - "voter": "sarapters" - } - ], - "author": "fyrstikken", - "author_reputation": 111391460708814, - "beneficiaries": [], - "body": "Many steemians have told me they feel invisible on steemit, so I decided to create SteemSpeak voice-community and am inviting all steemians to join the global community of steemit loving sea-creatures of all size and shape!\n---\n

Let Your Voice Be Heard

\n\n
https://youtu.be/fpJcnakFcV0
\n\n

It is like Speakers Corner in London!

\nSteemSpeak is kind of a digital version of London\u2019s Speakers Corner, a place for you to be heard and broadcasted world wide.\n\nAt SteemSpeak, you get to talk about what you want to talk about, as long as it is steemit, crypto or world economy related... Or Funny & Interesting ... We have a great tolerance for topics in our General room!\n\n

Talk about your Passion, your blog-posts and steemit

\n\nFeel free to talk about your passion, your latest blogpost or just vent your emotions and let us enjoy the draaamaa :) \n\nWe have room for as many as 1,000 simultaneous users inside our virtual studio, but has for the time being throttled it down to 100 to manage the growth and user-verification.\n\n

A Great Place for Debates!

\n\nJust like Steemit, there is no censorship but the opinions of other people who might or might not agree with you and it is a great place for debates.\n\n
\n\n

But Wait, there is more

\n\nAt SteemSpeak we have many rooms where you can collaborate with other steemians on steemit-projects. Maybe you want to interview someone or create a podcast? - On SteemSpeak that is super easy, just go to an empty room, tell your guests to join and click record. \nA Wav-file will then be produced on your local machine so you can edit it later and upload it to where you want and publish it on steemit.com later. Super effective and time saving using the best Opus Voice & Music codecs for best audio-results.\n\n
SteemSpeak.com was created by @fyrstikken & @thebatchman
\n\n

What are you waiting for? Join steemspeak.com now! Run!! :)

", - "body_length": 2105, - "cashout_time": "2016-08-24T11:09:51", - "category": "steemit", - "children": 61, - "created": "2016-08-17T11:09:51", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"witnesses\",\"politics\",\"introduceyourself\"],\"image\":[\"https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-17-at-05.56.26.png\"],\"links\":[\"https://youtu.be/fpJcnakFcV0\",\"http://steemspeak.com/\"],\"users\":[\"fyrstikken\",\"thebatchman\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T11:56:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 68200332178311, - "parent_author": "", - "parent_permlink": "steemit", - "pending_payout_value": "792.168 HBD", - "percent_hbd": 10000, - "permlink": "introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians", - "post_id": 850731, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", - "title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@fyrstikken/introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians" - }, - { - "active_votes": [ + "reputation": 11644551965460, + "rshares": 10921161931, + "voter": "senseiteekay" + }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 30946498845353, - "voter": "smooth" + "reputation": 2397831198773, + "rshares": 3278180875, + "voter": "karen13" }, { - "percent": "100", - "reputation": 85602977273, - "rshares": 28855062700, - "voter": "anonymous" + "percent": "10000", + "reputation": 523349272991, + "rshares": 7141566868, + "voter": "sylv3se" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14524314878197, - "voter": "summon" + "reputation": 669199844401, + "rshares": 8172425994, + "voter": "mun" }, { - "percent": "5500", - "reputation": 16685610555705, - "rshares": 11127612239285, - "voter": "tombstone" + "percent": "10000", + "reputation": 2629271154, + "rshares": 2504495348, + "voter": "screasey" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 2469632452, - "voter": "boy" + "reputation": 6338322241150, + "rshares": 34095550234, + "voter": "streetstyle" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 2997370917, - "voter": "bue-witness" + "reputation": 97417747806297, + "rshares": 165329372124, + "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 567482931, - "voter": "bunny" + "reputation": 594833631949, + "rshares": 7145788098, + "voter": "lichtblick" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 41918476498, - "voter": "bue" + "reputation": 2090799841362, + "rshares": 1729292092, + "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, - "rshares": 1323853997, - "voter": "mini" + "reputation": 296564528307, + "rshares": 7390466083, + "voter": "fiveboringgames" }, { "percent": "10000", - "reputation": 0, - "rshares": 170685085, - "voter": "moon" + "reputation": 2764978194297, + "rshares": 4086538509, + "voter": "konti" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 140316422085, - "voter": "alex90342fastn1" + "reputation": 599560057305, + "rshares": 3743482188, + "voter": "oululahti" }, { "percent": "10000", - "reputation": 0, - "rshares": 472674743828, - "voter": "recursive2" + "reputation": 10900524985586, + "rshares": 21440373026, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, - "rshares": 440985862874, - "voter": "recursive3" + "reputation": 2619388406406, + "rshares": 509946046, + "voter": "vlad" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5429301359784, - "voter": "smooth.witness" + "reputation": 477578742546, + "rshares": 5373712817, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, - "rshares": 495355085, - "voter": "healthcare" + "reputation": 2114306416334, + "rshares": 1904782877, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, - "rshares": 723997374, - "voter": "daniel.pan" + "reputation": 11482318062844, + "rshares": 19276850147, + "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 58892654837, - "voter": "jchch" + "reputation": 5883461278385, + "rshares": 67743284642, + "voter": "rea" }, { "percent": "10000", - "reputation": 0, - "rshares": 230104576, - "voter": "helen.tan" + "reputation": 2791409844, + "rshares": 118709679, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24238469941, - "voter": "yefet" + "reputation": 160134373956, + "rshares": 8114046771, + "voter": "neroru" }, { "percent": "10000", - "reputation": 4477492280957, - "rshares": 25799712115, - "voter": "steampunkpowered" + "reputation": 14988694886527, + "rshares": 148248434331, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 12188250813227, - "rshares": 81917919685, - "voter": "acidsun" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2460373399, + "voter": "positive" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 124844367769, - "voter": "craig-grant" + "reputation": 515167203222, + "rshares": 339159763, + "voter": "jeison" }, { - "percent": "1000", - "reputation": 4931834878069, - "rshares": 3054928609, - "voter": "fkn" + "percent": "10000", + "reputation": 194175308, + "rshares": 106428352, + "voter": "sergey22" }, { - "percent": "1000", - "reputation": 5414208804644, - "rshares": 4011167307, - "voter": "elishagh1" + "percent": "10000", + "reputation": 0, + "rshares": 1148225570, + "voter": "yarly" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 581577016638, - "voter": "nanzo-scoop" + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 9403993665, - "voter": "jerome-colley" + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 218545500378, - "voter": "mummyimperfect" + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 16025488740118, - "rshares": 14869132019, - "voter": "klye" + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1797998021, - "voter": "murh" + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 55262805283, - "voter": "dragonslayer109" + "reputation": 2812079541783, + "rshares": 1024325979, + "voter": "fishborne" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 559140606610, - "voter": "cyber" + "reputation": 35209974404, + "rshares": 119220706, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 7796967076, - "rshares": 354993657, - "voter": "adrimaug" + "reputation": 156223476685, + "rshares": 182759370, + "voter": "chako5555" }, { "percent": "10000", - "reputation": 4260826979219, - "rshares": 7605827927, - "voter": "givemeyoursteem" + "reputation": 116655886020, + "rshares": 809363122, + "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 55074701993, - "voter": "juanmiguelsalas" + "reputation": 58190631451, + "rshares": 14010388662, + "voter": "proto" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 183839382554, - "voter": "will-zewe" + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" }, { "percent": "10000", - "reputation": 212451198738, - "rshares": 401560056, - "voter": "magdalena" + "reputation": 7172977970558, + "rshares": 714900996, + "voter": "ace108" }, { - "percent": "10000", - "reputation": 2429242458900, - "rshares": 20300429095, - "voter": "crypto-fan" + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 50851118765, - "voter": "geoffrey" + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 37460414846, - "voter": "honeythief" + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 2738311095861, - "rshares": 19234376978, - "voter": "jparty" + "reputation": 14360532541981, + "rshares": 15576282646, + "voter": "brianphobos" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7963955020, - "voter": "cannav" + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" }, { - "percent": "10000", - "reputation": 336763673779, - "rshares": 250369872937, - "voter": "asmolokalo" + "percent": "1000", + "reputation": 147425730, + "rshares": 76679764, + "voter": "fnait" }, { - "percent": "10000", - "reputation": 160174254209, - "rshares": 51474851126, - "voter": "booja" + "percent": "1000", + "reputation": 3720753029, + "rshares": 75223149, + "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 65540661343, - "rshares": 2088412778, - "voter": "orly" + "reputation": 16914207527051, + "rshares": 33179227390, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 5655169303, - "voter": "kakradetome" + "reputation": 1841035810445, + "rshares": 3093702122, + "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 9956734090708, - "rshares": 19342377772, - "voter": "firepower" + "reputation": 27787545215, + "rshares": 143431864, + "voter": "borntowin" }, { "percent": "10000", - "reputation": 7091975331308, - "rshares": 11064214953, - "voter": "konstantin" + "reputation": 979379098872, + "rshares": 1584560911, + "voter": "spinner" }, { "percent": "5500", - "reputation": 213668684615, - "rshares": 673605747, - "voter": "soupernerd" + "reputation": -4779249072914, + "rshares": 606232368, + "voter": "weenis" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 2926129985180, + "rshares": 33895457032, + "voter": "shaka" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 59823904352, - "voter": "jackkang" + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 35863465465, - "voter": "r4fken" + "reputation": 1275505236, + "rshares": 6860818850, + "voter": "taker" }, { - "percent": "1000", - "reputation": 19111656178138, - "rshares": 6492740587, - "voter": "furion" + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1417687185, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 165694944701, - "rshares": 265818855, - "voter": "fydel" + "reputation": 11856501387697, + "rshares": 57762258172, + "voter": "allasyummyfood" }, { - "percent": "1000", - "reputation": 3891722, - "rshares": 72715088, - "voter": "barbara2" + "percent": "10000", + "reputation": 4232493695535, + "rshares": 132567063, + "voter": "french.fyde" }, { - "percent": "1000", - "reputation": 9142611234, - "rshares": 81304009, - "voter": "ch0c0latechip" + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497625397434, + "voter": "laonie" }, { - "percent": "1000", - "reputation": 3871042, - "rshares": 74541037, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 90565359983, + "rshares": 6935407208, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 8577172826419, - "rshares": 116816361682, - "voter": "crypt0" + "reputation": 6181438509962, + "rshares": 12986710009, + "voter": "capitalism" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1358991810, - "voter": "vi1son" + "reputation": 10450510, + "rshares": 55000047, + "voter": "scotthelms89" }, { - "percent": "10000", - "reputation": 3320684282022, - "rshares": 112375269924, - "voter": "knircky" + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" }, { - "percent": "10000", - "reputation": 727668809534, - "rshares": 4194269608, - "voter": "on0tole" + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" }, { - "percent": "10000", - "reputation": 6030999377480, - "rshares": 4261463706, - "voter": "sebastien" + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" }, { "percent": "10000", - "reputation": 14053867770193, - "rshares": 147706315077, - "voter": "repholder" + "reputation": 5776723480371, + "rshares": 310740517008, + "voter": "somebody" }, { "percent": "10000", - "reputation": 38947133984552, - "rshares": 117280563936, - "voter": "jesta" + "reputation": 1038813018744, + "rshares": 186830314, + "voter": "chris.roy" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4048760344, - "voter": "thegoodguy" + "reputation": 25724194555647, + "rshares": 12123602797, + "voter": "timsaid" }, { "percent": "10000", - "reputation": 234379829569, - "rshares": 2578798383, - "voter": "holzmichl" + "reputation": 15739430465359, + "rshares": 39852526334, + "voter": "mibenkito" }, { "percent": "10000", - "reputation": 1510234773828, - "rshares": 591701440, - "voter": "bitland" + "reputation": 0, + "rshares": 3783955250, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 75970252084, - "voter": "paco" + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" }, { "percent": "10000", - "reputation": 11644551965460, - "rshares": 10921161931, - "voter": "senseiteekay" + "reputation": 5451282059200, + "rshares": 5532992967, + "voter": "veralynn" }, { - "percent": "10000", - "reputation": 2397831198773, - "rshares": 3278180875, - "voter": "karen13" + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" }, { - "percent": "10000", - "reputation": 523349272991, - "rshares": 7141566868, - "voter": "sylv3se" + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" }, { - "percent": "10000", - "reputation": 669199844401, - "rshares": 8172425994, - "voter": "mun" + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" }, { - "percent": "10000", - "reputation": 2629271154, - "rshares": 2504495348, - "voter": "screasey" + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" }, { - "percent": "10000", - "reputation": 6338322241150, - "rshares": 34095550234, - "voter": "streetstyle" + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" }, { - "percent": "10000", - "reputation": 97417747806297, - "rshares": 165329372124, - "voter": "knozaki2015" + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" }, { - "percent": "10000", - "reputation": 594833631949, - "rshares": 7145788098, - "voter": "lichtblick" + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837847489, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 2090799841362, - "rshares": 1729292092, - "voter": "dimon14" + "reputation": 298397221413, + "rshares": 131271973, + "voter": "hdphotography" }, { "percent": "10000", - "reputation": 296564528307, - "rshares": 7390466083, - "voter": "fiveboringgames" + "reputation": 6380056335097, + "rshares": 4082105354, + "voter": "randyclemens" }, { "percent": "10000", - "reputation": 2764978194297, - "rshares": 4086538509, - "voter": "konti" + "reputation": 84243674408, + "rshares": 102442751, + "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 599560057305, - "rshares": 3743482188, - "voter": "oululahti" + "reputation": 73944659327428, + "rshares": 23145419484, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 21440373026, - "voter": "royaltiffany" + "reputation": 1769025564652, + "rshares": 183348443, + "voter": "boddhisattva" }, { "percent": "10000", - "reputation": 2619388406406, - "rshares": 509946046, - "voter": "vlad" + "reputation": 24130783448589, + "rshares": 44694931084, + "voter": "krishtopa" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 5373712817, - "voter": "tarindel" + "reputation": 303910488530, + "rshares": 4928069995, + "voter": "goingpaper" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1904782877, - "voter": "cryptohustlin" + "reputation": 10809787058917, + "rshares": 3681899082, + "voter": "cristi" }, { "percent": "10000", - "reputation": 11482318062844, - "rshares": 19276850147, - "voter": "sauravrungta" + "reputation": 398467602540, + "rshares": 148099978, + "voter": "naifaz" }, { "percent": "10000", - "reputation": 5883461278385, - "rshares": 67743284642, - "voter": "rea" + "reputation": 4542627765008, + "rshares": 5739868240, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 118709679, - "voter": "elmusic" + "reputation": 5108049297663, + "rshares": 1985821839, + "voter": "milaoz" }, { "percent": "10000", - "reputation": 160134373956, - "rshares": 8114046771, - "voter": "neroru" + "reputation": 237071800963, + "rshares": 672213592, + "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 148248434331, - "voter": "jl777" + "reputation": 5297329962603, + "rshares": 4036704502, + "voter": "chrisadventures" }, { - "percent": "1000", - "reputation": 10519849768972, - "rshares": 2460373399, - "voter": "positive" + "percent": "10000", + "reputation": 2220988298941, + "rshares": 100371124, + "voter": "steemist" }, { "percent": "10000", - "reputation": 515167203222, - "rshares": 339159763, - "voter": "jeison" + "reputation": 44529428534261, + "rshares": 27140497900, + "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 194175308, - "rshares": 106428352, - "voter": "sergey22" + "reputation": 2051850885932, + "rshares": 78249092, + "voter": "mindfreak" }, { "percent": "10000", "reputation": 0, - "rshares": 1148225570, - "voter": "yarly" + "rshares": 99297844, + "voter": "stevenh512" }, { "percent": "10000", - "reputation": 0, - "rshares": 264975700, - "voter": "yarly2" + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 0, - "rshares": 265374319, - "voter": "yarly3" + "reputation": -49397634, + "rshares": 50439994, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 0, - "rshares": 153861416, - "voter": "yarly4" + "reputation": 3176421463, + "rshares": 59636825, + "voter": "kingdom" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 154731677, - "voter": "yarly5" + "rshares": 3776590554, + "voter": "laonie10" }, { "percent": "10000", - "reputation": 0, - "rshares": 88291213, - "voter": "yarly7" + "reputation": 1130219064888, + "rshares": 25130500518, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934983069, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 4346098256, + "rshares": 2529223442, + "voter": "wymetto" + }, + { + "percent": "10000", + "reputation": 4595623910, + "rshares": 57193043, + "voter": "margas6" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127493671, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 132710983821, + "rshares": 59511141, + "voter": "eyeye" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 3765315095, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 135018071312, + "rshares": 59128689, + "voter": "blackeyed" + }, + { + "percent": "10000", + "reputation": 804735971045, + "rshares": 102192337, + "voter": "arnoldwish" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 96018554976, + "rshares": 61042097, + "voter": "kita" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 1909306568, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 76761005092, + "rshares": 980599805, + "voter": "seasi06" + }, + { + "percent": "10000", + "reputation": 80747623295, + "rshares": 27293624196, + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 57894807, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 121487205, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 41980301265, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 56882303492, + "rshares": 78263876, + "voter": "happyramonel" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 51911414, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 77117750, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" + }, + { + "percent": "10000", + "reputation": 51951433, + "rshares": 50178489, + "voter": "onlineworker" + }, + { + "percent": "10000", + "reputation": 5252754993, + "rshares": 54431164, + "voter": "lynchiandream" + } + ], + "author": "knozaki2015", + "author_reputation": 97417747806297, + "beneficiaries": [], + "body": "\n

One of my all-time favorite dishes are DIM SUM. I have eaten at approx. 100 Dim Sum shops all over the world, but I rate Taipei Din Tai Fung as one of the best in the world. 

\n

The Main House is an old building and which is always packed with a waiting time of min. 30 Minutes. 

\n

Its Hongkong Branch received a Michelin Star, so i think this is the cheapest meal you could ever have in a 1-Star Michelin Restaurant.

\n

\"I
\n

\nTo avoid the wait, my work around is going to the 101 Branch of Din Tai Fung as it offers almost the same quality as the Main Branch. 

\n


\n

HOW TO EAT DIM SUM

\n

\"6\"
\n

\n

Very modern shop (the Main Branch looks so weak, I am always afraid the building will collapse, so I like the 101 Branch)

\n

\"7\"
\n

\n
\nXiaolongbao \u5c0f\u7b3c\u5305 (filled with a super delicious soup)

\n

\"1\"
\n

\n

Dumpings with Shrimp
\n\"2\"
\n

\n

Perfect mixed fried rice with shrimp and chicken
\n
\"5\"
\n

\n

Having visited around 10 Din Tai Fung restaurants all over the world, I only recommend the 101 Branch and the Main Branch (If you have the time to wait 30-60 Minutes, please go to the Main Branch) . 

\n

The dumplings are to kill for! I have eaten 30 of them once, because i could not stop...

\n

I tried the Michelin star rated Hongkong Branches, but they were not close to the quality of the Main Taipei branch.

\n


\n

Din Tai Fung

\n

Where:  TAIPEI 101 MALL \u53f0\u5317 101 \u8cfc\u7269\u4e2d\u5fc3

\n

 Tel: +886 2 8101 7799

\n

Mon-Sun 11AM\u20139:30PM

\n


\n

If you like my Post, please follow me to not miss any of my Food & Travel Posts!  

\n", + "body_length": 2820, + "cashout_time": "2016-08-24T09:24:42", + "category": "food", + "children": 31, + "created": "2016-08-17T09:24:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"taipei\",\"knozaki2015\",\"dintaifung\",\"travel\"],\"image\":[\"https://s4.postimg.org/aywes7u7x/I_Travel_the_9.jpg\",\"https://s4.postimg.org/3u1nzt0n1/image.jpg\",\"https://s4.postimg.org/7265cumwt/image.jpg\",\"https://s4.postimg.org/4egp2htvh/image.jpg\",\"https://s4.postimg.org/mijpn4rjx/image.jpg\",\"https://s4.postimg.org/a6gt9n3p9/image.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Dim_sum\",\"https://en.wikipedia.org/wiki/Michelin_Guide\",\"https://postimg.org/image/48fxis721/\",\"https://postimg.org/image/fvx1ty9vd/\",\"https://postimg.org/image/rmazbc2nt/\",\"https://steemit.com/@knozaki2015\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T09:44:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68232920164737, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "815.803 HBD", + "percent_hbd": 10000, + "permlink": "i-travel-the-world-part-19-din-tai-fung-taipei", + "post_id": 849715, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I travel the world Part 19: Din Tai Fung (Taipei)", + "title": "I travel the world Part 19: Din Tai Fung (Taipei)", + "total_payout_value": "0.000 HBD", + "url": "/food/@knozaki2015/i-travel-the-world-part-19-din-tai-fung-taipei" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2332371127504, + "voter": "hr1" + }, + { + "percent": "4100", + "reputation": 16685610555705, + "rshares": 8654796857054, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3221190833849, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3086935713, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3746575028, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 709334115, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 52377854741, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1654762403, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213352802, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1727858428491, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 472674743828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3019858398904, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 105994307, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 825123779600, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9355945483, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5429159074022, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 162755691562, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 851328912273, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 619177862, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 901416401, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134048171755, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287627166, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24238469941, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 25283717873, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 2520096511491, + "rshares": 19049967243, + "voter": "daowisp" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 163252280582, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11117488608, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 87363750745142, + "rshares": 468430270315, + "voter": "dana-edwards" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23211381132, + "voter": "joelinux" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8146476291, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 421114301, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4800678434, + "voter": "spaninv" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10696446154, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 595761821922, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 87858658638, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 218545500378, + "voter": "mummyimperfect" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798006911, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2739220042, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537633935848, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 144783423, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 217828581712, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2192181569771, + "voter": "stellabelle" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 329241268, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 234097093084, + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55074701993, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458403543, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 183839382554, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 30409765924218, + "rshares": 316981275590, + "voter": "innuendo" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 47330431373, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 685070372, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 393016225, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 92996552744, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 50851118765, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 266703595472, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 37460414846, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 25075078353, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 3005067135, + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 39514114572, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 18832620196, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 867765845, + "rshares": 253004827, + "voter": "oluss" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7963932964, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 50465540320, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 4620983099, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 13363189894, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2088412778, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5655169303, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 11285335976, + "voter": "konstantin" + }, + { + "percent": "4100", + "reputation": 213668684615, + "rshares": 673605747, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 56297454235, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 59823904352, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1099066186, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8059948296, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 512160635, + "voter": "endgame" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 17313974900, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1626868455, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 193906902, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 216810692, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 198776099, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 116816361682, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1358974379, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 188957990, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1310601318, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4395228991, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4048703429, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 591701440, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 327654289418, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3059635483, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24870513211, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 57529230192, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 213321508, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 329430558, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7001536145, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2452268274, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 1789384672, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 56929861746, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 252909161, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 296564528307, + "rshares": 7245554984, + "voter": "fiveboringgames" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 31658366953, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6636898857, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5373701434, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 165916744066, + "rshares": 839855747, + "voter": "amor" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 12021783432, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1904782877, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 116382038, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 148248434331, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2018861426, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6560995730, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148225570, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 14882754829, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 1003421367, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 124293928, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 571247992, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 12625051204, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 13076362751, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 204479372, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 200595065, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 32515642842, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81917882, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115302284, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 2493302761715, + "rshares": 5327054686, + "voter": "saulius" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1619007887, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": -489147116791, + "rshares": 119553540, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1991621661, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 3907456257, + "voter": "uwe69" + }, + { + "percent": "4100", + "reputation": -4779249072914, + "rshares": 606232368, + "voter": "weenis" }, { "percent": "10000", - "reputation": 2812079541783, - "rshares": 1024325979, - "voter": "fishborne" + "reputation": 3962925392210, + "rshares": 3125110133, + "voter": "jed78" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 119220706, - "voter": "mysteem" + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 156223476685, - "rshares": 182759370, - "voter": "chako5555" + "reputation": 1275505236, + "rshares": 6860818850, + "voter": "taker" }, { "percent": "10000", - "reputation": 116655886020, - "rshares": 809363122, - "voter": "happyphoenix" + "reputation": 4116067655741, + "rshares": 1310561212, + "voter": "sykochica" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 14010388662, - "voter": "proto" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 662579684, - "voter": "curator" + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" }, { "percent": "10000", - "reputation": 7172977970558, - "rshares": 714900996, - "voter": "ace108" + "reputation": 4232493695535, + "rshares": 132567063, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "5000", - "reputation": 17698439393799, - "rshares": 2613984942, - "voter": "sisterholics" + "reputation": 10771708337101, + "rshares": 497625397434, + "voter": "laonie" }, { "percent": "10000", + "reputation": 90565359983, + "rshares": 6438172829, + "voter": "rawnetics" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", "reputation": 0, - "rshares": 258325412, - "voter": "yarly10" + "rshares": 3778947431, + "voter": "laonie2" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 145310046, - "voter": "yarly11" + "rshares": 3778936100, + "voter": "laonie3" }, { "percent": "10000", - "reputation": 14360532541981, - "rshares": 15576282646, - "voter": "brianphobos" + "reputation": 5776723480371, + "rshares": 310740517008, + "voter": "somebody" }, { "percent": "10000", - "reputation": 0, - "rshares": 79810941, - "voter": "yarly12" + "reputation": 618773254836, + "rshares": 451763143, + "voter": "minnowsunited" }, { - "percent": "1000", - "reputation": 147425730, - "rshares": 76679764, - "voter": "fnait" + "percent": "10000", + "reputation": 0, + "rshares": 3783955250, + "voter": "ullikume" }, { - "percent": "1000", - "reputation": 3720753029, - "rshares": 75223149, - "voter": "keepcalmand" + "percent": "10000", + "reputation": 23856803561, + "rshares": 62364757, + "voter": "elena000" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 33179227390, - "voter": "celebr1ty" + "reputation": 282062767, + "rshares": 1939154455, + "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 1841035810445, - "rshares": 3093702122, - "voter": "bkkshadow" + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" }, { - "percent": "10000", - "reputation": 27787545215, - "rshares": 143431864, - "voter": "borntowin" + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1584560911, - "voter": "spinner" + "reputation": 2021353867281, + "rshares": 6668122973, + "voter": "kurtbeil" }, { - "percent": "5500", - "reputation": -4779249072914, - "rshares": 606232368, - "voter": "weenis" + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" }, { "percent": "10000", - "reputation": 2926129985180, - "rshares": 33895457032, - "voter": "shaka" + "reputation": 28427048731, + "rshares": 11377250085, + "voter": "blockchain-info" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837847489, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 761363300, - "voter": "metaflute" + "reputation": 66791976065, + "rshares": 35515107335, + "voter": "joele" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6860818850, - "voter": "taker" + "reputation": 4584027347, + "rshares": 56771174, + "voter": "makaveli" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1417687185, - "voter": "sykochica" + "reputation": 1269864429223, + "rshares": 2184135788, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 11856501387697, - "rshares": 57762258172, - "voter": "allasyummyfood" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 132567063, - "voter": "french.fyde" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { - "percent": "5000", - "reputation": 10771708337101, - "rshares": 497625397434, - "voter": "laonie" + "percent": "10000", + "reputation": 1826385508354, + "rshares": 3097459963, + "voter": "dercoco" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 6935407208, - "voter": "rawnetics" + "reputation": 3515726108234, + "rshares": 182816900, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 6181438509962, - "rshares": 12986710009, - "voter": "capitalism" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 10450510, - "rshares": 55000047, - "voter": "scotthelms89" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { - "percent": "5000", - "reputation": 124802744033, - "rshares": 3778964442, - "voter": "laonie1" + "percent": "10000", + "reputation": 28335136369, + "rshares": 1585337208, + "voter": "erikclark13" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778947431, - "voter": "laonie2" + "rshares": 93822359, + "voter": "gamerate" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778936100, - "voter": "laonie3" + "rshares": 180304018, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 672213592, + "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 5776723480371, - "rshares": 310740517008, - "voter": "somebody" + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" }, { "percent": "10000", - "reputation": 1038813018744, - "rshares": 186830314, - "voter": "chris.roy" + "reputation": -752010553427, + "rshares": 1905721801, + "voter": "loveangel" }, { "percent": "10000", - "reputation": 25724194555647, - "rshares": 12123602797, - "voter": "timsaid" + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" }, { "percent": "10000", - "reputation": 15739430465359, - "rshares": 39852526334, - "voter": "mibenkito" + "reputation": 2118792724924, + "rshares": 104095614016, + "voter": "miacats" }, { "percent": "10000", - "reputation": 0, - "rshares": 3783955250, - "voter": "ullikume" + "reputation": -138680661344, + "rshares": 62103794, + "voter": "tomeraddady" }, { "percent": "10000", "reputation": 0, - "rshares": 56953689, - "voter": "muizianer" + "rshares": 114939806, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 5451282059200, - "rshares": 5532992967, - "voter": "veralynn" - }, - { - "percent": "5000", "reputation": 0, - "rshares": 3778614532, - "voter": "laonie4" + "rshares": 93417260, + "voter": "party1999" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778602547, - "voter": "laonie5" + "rshares": 62373294, + "voter": "immortal" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778594469, - "voter": "laonie6" + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778571886, - "voter": "laonie7" + "rshares": 50692212, + "voter": "fortuner" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778554259, - "voter": "laonie8" + "percent": "10000", + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778533199, - "voter": "laonie9" + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" }, { - "percent": "5000", - "reputation": 3016325652890, - "rshares": 18837847489, - "voter": "xiaohui" + "percent": "10000", + "reputation": 26878598, + "rshares": 80377243, + "voter": "steemitgal" }, { "percent": "10000", - "reputation": 298397221413, - "rshares": 131271973, - "voter": "hdphotography" + "reputation": 0, + "rshares": 101780290, + "voter": "stevenh512" }, { "percent": "10000", - "reputation": 6380056335097, - "rshares": 4082105354, - "voter": "randyclemens" + "reputation": 539814268751, + "rshares": 376001676, + "voter": "manicmidnight" }, { "percent": "10000", - "reputation": 84243674408, - "rshares": 102442751, - "voter": "erikkartmen" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 73944659327428, - "rshares": 23145419484, - "voter": "sirwinchester" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 1769025564652, - "rshares": 183348443, - "voter": "boddhisattva" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 24130783448589, - "rshares": 44694931084, - "voter": "krishtopa" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 303910488530, - "rshares": 4928069995, - "voter": "goingpaper" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 10809787058917, - "rshares": 3681899082, - "voter": "cristi" + "reputation": 156837664557, + "rshares": 86770163, + "voter": "how2steemit" }, { "percent": "10000", - "reputation": 398467602540, - "rshares": 148099978, - "voter": "naifaz" + "reputation": 1016260025, + "rshares": 57558816, + "voter": "dimitriy" }, { "percent": "10000", - "reputation": 4542627765008, - "rshares": 5739868240, - "voter": "hanshotfirst" + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" }, { "percent": "10000", - "reputation": 5108049297663, - "rshares": 1985821839, - "voter": "milaoz" + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 237071800963, - "rshares": 672213592, - "voter": "bhavnapatel68" + "reputation": -49397634, + "rshares": 52786041, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 5297329962603, - "rshares": 4036704502, - "voter": "chrisadventures" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 2220988298941, - "rshares": 100371124, - "voter": "steemist" + "reputation": 3176421463, + "rshares": 57298126, + "voter": "kingdom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" }, { "percent": "10000", - "reputation": 44529428534261, - "rshares": 27140497900, - "voter": "serejandmyself" + "reputation": 31757322861, + "rshares": 51461865, + "voter": "mrlogic" }, { "percent": "10000", - "reputation": 2051850885932, - "rshares": 78249092, - "voter": "mindfreak" + "reputation": 2140537429766, + "rshares": 14379714199, + "voter": "yef99" }, { "percent": "10000", "reputation": 0, - "rshares": 99297844, - "voter": "stevenh512" + "rshares": 59226282, + "voter": "zite" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 1543088925, - "voter": "movievertigo" + "reputation": 166185808108, + "rshares": 61682344, + "voter": "artsteemit" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 50439994, - "voter": "vasilii" + "reputation": 62579633003, + "rshares": 74806484, + "voter": "joelbow" }, { "percent": "10000", - "reputation": 3176421463, - "rshares": 59636825, - "voter": "kingdom" + "reputation": 1802656474490, + "rshares": 1920888690, + "voter": "lantto" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3776590554, - "voter": "laonie10" + "percent": "10000", + "reputation": 740952354750, + "rshares": 83886894, + "voter": "vonpetro" }, { "percent": "10000", - "reputation": 1130219064888, - "rshares": 25130500518, - "voter": "andrewawerdna" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", @@ -5385,15 +6477,15 @@ }, { "percent": "10000", - "reputation": 4346098256, - "rshares": 2529223442, - "voter": "wymetto" + "reputation": 39279686642, + "rshares": 59036091, + "voter": "jusan" }, { "percent": "10000", - "reputation": 4595623910, - "rshares": 57193043, - "voter": "margas6" + "reputation": 716390377150, + "rshares": 58834956, + "voter": "rwgunderson" }, { "percent": "10000", @@ -5409,27 +6501,27 @@ }, { "percent": "10000", - "reputation": 132710983821, - "rshares": 59511141, - "voter": "eyeye" + "reputation": 692817924311, + "rshares": 4560833634, + "voter": "io-io-io" }, { "percent": "10000", - "reputation": 2147956107486, - "rshares": 3765315095, - "voter": "einsteinpotsdam" + "reputation": 1679833671371, + "rshares": 3197286475, + "voter": "asuran" }, { - "percent": "10000", - "reputation": 135018071312, - "rshares": 59128689, - "voter": "blackeyed" + "percent": "10000", + "reputation": 448323753, + "rshares": 291086336, + "voter": "trimtab" }, { "percent": "10000", - "reputation": 804735971045, - "rshares": 102192337, - "voter": "arnoldwish" + "reputation": 4254380753805, + "rshares": 227799147, + "voter": "richardcrill" }, { "percent": "5000", @@ -5439,1379 +6531,1431 @@ }, { "percent": "10000", - "reputation": 96018554976, - "rshares": 61042097, - "voter": "kita" - }, - { - "percent": "10000", - "reputation": 2721887929533, - "rshares": 1909306568, - "voter": "davidbrogan" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 1322150020, - "voter": "sponge-bob" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 76761005092, - "rshares": 980599805, - "voter": "seasi06" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 80747623295, - "rshares": 27293624196, - "voter": "zahnspange" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 670779587392, - "rshares": 57894807, - "voter": "ahmetova" + "reputation": 629095349859, + "rshares": 1235093565, + "voter": "victor-smirnoff" }, { "percent": "10000", - "reputation": 2852613092773, - "rshares": 121487205, - "voter": "andressilvera" + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 22344336898, - "rshares": 41980301265, - "voter": "dan-bn" + "reputation": 78520035785, + "rshares": 55630173, + "voter": "pierce-the-veil" }, { "percent": "10000", - "reputation": 56882303492, - "rshares": 78263876, - "voter": "happyramonel" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 2908933665034, - "rshares": 51911414, - "voter": "mindhunter" + "reputation": -13509629134, + "rshares": 55224735, + "voter": "elfremzy1985" }, { "percent": "10000", - "reputation": 3301652860610, - "rshares": 77117750, - "voter": "dexter-k" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", "reputation": 0, - "rshares": 50207083, - "voter": "mike2125" + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 51951433, - "rshares": 50178489, - "voter": "onlineworker" + "reputation": 1737630, + "rshares": 53952590, + "voter": "shonzr" }, { "percent": "10000", - "reputation": 5252754993, - "rshares": 54431164, - "voter": "lynchiandream" - } - ], - "author": "knozaki2015", - "author_reputation": 97417747806297, - "beneficiaries": [], - "body": "\n

One of my all-time favorite dishes are DIM SUM. I have eaten at approx. 100 Dim Sum shops all over the world, but I rate Taipei Din Tai Fung as one of the best in the world. 

\n

The Main House is an old building and which is always packed with a waiting time of min. 30 Minutes. 

\n

Its Hongkong Branch received a Michelin Star, so i think this is the cheapest meal you could ever have in a 1-Star Michelin Restaurant.

\n

\"I
\n

\nTo avoid the wait, my work around is going to the 101 Branch of Din Tai Fung as it offers almost the same quality as the Main Branch. 

\n


\n

HOW TO EAT DIM SUM

\n

\"6\"
\n

\n

Very modern shop (the Main Branch looks so weak, I am always afraid the building will collapse, so I like the 101 Branch)

\n

\"7\"
\n

\n
\nXiaolongbao \u5c0f\u7b3c\u5305 (filled with a super delicious soup)

\n

\"1\"
\n

\n

Dumpings with Shrimp
\n\"2\"
\n

\n

Perfect mixed fried rice with shrimp and chicken
\n
\"5\"
\n

\n

Having visited around 10 Din Tai Fung restaurants all over the world, I only recommend the 101 Branch and the Main Branch (If you have the time to wait 30-60 Minutes, please go to the Main Branch) . 

\n

The dumplings are to kill for! I have eaten 30 of them once, because i could not stop...

\n

I tried the Michelin star rated Hongkong Branches, but they were not close to the quality of the Main Taipei branch.

\n


\n

Din Tai Fung

\n

Where:  TAIPEI 101 MALL \u53f0\u5317 101 \u8cfc\u7269\u4e2d\u5fc3

\n

 Tel: +886 2 8101 7799

\n

Mon-Sun 11AM\u20139:30PM

\n


\n

If you like my Post, please follow me to not miss any of my Food & Travel Posts!  

\n", - "body_length": 2820, - "cashout_time": "2016-08-24T09:24:42", - "category": "food", - "children": 31, - "created": "2016-08-17T09:24:42", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"food\",\"taipei\",\"knozaki2015\",\"dintaifung\",\"travel\"],\"image\":[\"https://s4.postimg.org/aywes7u7x/I_Travel_the_9.jpg\",\"https://s4.postimg.org/3u1nzt0n1/image.jpg\",\"https://s4.postimg.org/7265cumwt/image.jpg\",\"https://s4.postimg.org/4egp2htvh/image.jpg\",\"https://s4.postimg.org/mijpn4rjx/image.jpg\",\"https://s4.postimg.org/a6gt9n3p9/image.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Dim_sum\",\"https://en.wikipedia.org/wiki/Michelin_Guide\",\"https://postimg.org/image/48fxis721/\",\"https://postimg.org/image/fvx1ty9vd/\",\"https://postimg.org/image/rmazbc2nt/\",\"https://steemit.com/@knozaki2015\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T09:44:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 68232920164737, - "parent_author": "", - "parent_permlink": "food", - "pending_payout_value": "815.803 HBD", - "percent_hbd": 10000, - "permlink": "i-travel-the-world-part-19-din-tai-fung-taipei", - "post_id": 849715, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "I travel the world Part 19: Din Tai Fung (Taipei)", - "title": "I travel the world Part 19: Din Tai Fung (Taipei)", - "total_payout_value": "0.000 HBD", - "url": "/food/@knozaki2015/i-travel-the-world-part-19-din-tai-fung-taipei" - }, - { - "active_votes": [ + "reputation": 143879651757, + "rshares": 149232868, + "voter": "keverw" + }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 640106052620, - "voter": "barrie" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 30946498845353, - "voter": "smooth" + "reputation": 0, + "rshares": 55725073, + "voter": "budda" }, { - "percent": "100", - "reputation": 85602977273, - "rshares": 28855062700, - "voter": "anonymous" + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 154585758780, - "voter": "highasfuck" + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 4107373187010, - "rshares": 2332371127504, - "voter": "hr1" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { - "percent": "4100", - "reputation": 16685610555705, - "rshares": 8654796857054, - "voter": "tombstone" + "percent": "10000", + "reputation": 2908933665034, + "rshares": 51911414, + "voter": "mindhunter" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3221190833849, - "voter": "wang" + "reputation": 97476072754, + "rshares": 53167239, + "voter": "david.prochnow" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 3086935713, - "voter": "boy" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 3746575028, - "voter": "bue-witness" + "reputation": 0, + "rshares": 53995298, + "voter": "warhammer" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 709334115, - "voter": "bunny" + "reputation": 808036081309, + "rshares": 55047290, + "voter": "thiras" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 52377854741, - "voter": "bue" + "reputation": 35035670618, + "rshares": 51803318, + "voter": "plantbasedjunkie" }, { "percent": "10000", "reputation": 0, - "rshares": 1654762403, - "voter": "mini" + "rshares": 50207083, + "voter": "mike2125" }, { "percent": "10000", "reputation": 0, - "rshares": 213352802, - "voter": "moon" + "rshares": 54432544, + "voter": "sebast" }, { "percent": "10000", - "reputation": 330982605, - "rshares": 140316422085, - "voter": "alex90342fastn1" + "reputation": 0, + "rshares": 54432371, + "voter": "post-successful" }, { "percent": "10000", - "reputation": 28971806962251, - "rshares": 1727858428491, - "voter": "joseph" + "reputation": 5252754993, + "rshares": 54431164, + "voter": "lynchiandream" }, { "percent": "10000", "reputation": 0, - "rshares": 472674743828, - "voter": "recursive2" + "rshares": 54198700, + "voter": "niknight" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 3019858398904, - "voter": "recursive" - }, + "reputation": 511520729, + "rshares": 50968607, + "voter": "landofcrypto" + } + ], + "author": "dana-edwards", + "author_reputation": 87363750745142, + "beneficiaries": [], + "body": "[Series] Achieving financial independence with Steem Intro 1\n========\n\n![enter image description here](https://c2.staticflickr.com/8/7737/16709762303_1edf2026cb_b.jpg)\n\nThis will be a series of posts on how to achieve financial independence using Steem. This series of posts is for people who want to learn and discuss different ways to think about money, and for people who truly despise the 9-5 salary worker lifestyle. If you're trapped in a salary worker lifestyle and you want to find an alternative then this series of posts is about how we can help each other free ourselves from that. Let's escape the salary worker lifestyle and teach others.\n\n\n\nWhat does the salary worker lifestyle bring?\n--------------------\n\nhttps://youtu.be/FF4zlGfW7Ks\n\n\n\n - **Bosses.** Most people who have a salary job are employees and most employees have a boss. \n - **Workplace politics.** Most people who have a salary job have to deal with the aspects such as workplace politics. \n - **A slave to the clock.** Most people in this lifestyle do not get to set their own schedule. Their schedule is set by others and they have to work a certain amount of hours not just for the pay but to save face and or keep their jobs.\n - **Hard work can be discouraged.** In salary work you can sometimes work very hard to make higher ups look good, who sometimes take the credit for your work as if it was theirs. You may see people who get raises for reasons other than merit.\n - **You have to go to work.** Not only are most salary workers a slave to the clock but they have to also go to some designated location just to work. In 2016 this makes little sense but it's tradition to go to work even when there are long traffic jams and lines to get coffee each morning. \n - **You have to choose between arbitrary \"full time\" and \"part time\".** The amount of hours you get are designated by arbitrary meaningless concepts like full time and part time. In reality if we look at the animal kingdom there is no full and part time. If we look far back at human history these concepts didn't exist until fairly recently. \n\n\nThis isn't to discourage anyone who lives the salary worker lifestyle and who is happy with it. Some people for whatever reason are perfectly happy to live their lives working for others in this way. But if you are disgusted by this lifestyle then continue reading and have a look at this video below:\n\n\nThe salaryman lifestyle of Japan\n---------------\n\n\nhttps://youtu.be/po8IPh64rVM\n\n\n\nThe salaryman lifestyle of Japan may be an indicator of the extreme version of the salary worker lifestyle globally. Many milennials look at videos like this and think it is totally ridiculous to live like this no matter how much money people get paid. Why do they do it? Because they need stable income to support their families? So this lifestyle for many is just a sacrifice, a means to an end.\n\n\nhttps://youtu.be/NEdwrPwFo4Q\n\n\nJapan offers a social compact where salarymen work for a company and have a job for life. This is distinctly different from how it is in the United States and this might indicate why people in Japan are willing to make greater sacrifices for their jobs. The company which treats employees like a family encourages the salary worker culture. But what if you could make a living as a blogger, enjoy your family, and not have to make these kinds of sacrifices anymore?\n\n\nBloggers have to get paid\n----------\n\nIn order to free people it is important that bloggers can get paid. The key point is that they don't have to get paid a daily salary like a factory worker or salary worker. Bloggers need to get paid enough money to be financially independent, and how much that is, that minimum threshold, is a threshold which differs from location to location, from country to country. If you know a blogger is in the United States or Tokyo then you know the cost of living is high, so they will need to get more votes and rewards to reach financial independence than the bloggers in Nigeria. \n\nFor this reason we cannot know for certain what is a big or small payout to a particular blogger. Most people would assume 20,000 USD is a large payout for the average American and they would be absolutely right. In most places in the United States, 20,000 USD is a year salary. In New York 20,000 USD might be enough for a month or two. This is because the cost of living in New York city is extremely high and 20,000 in a month is typical for some classes of workers in New York.\n\nThe threshold for financial independence\n--------------\n\nThis threshold is slightly different for everybody. This threshold might not be entirely measured in a dollar amount. But the point is that once a person has wealth beyond this minimum threshold, they are able to live off their own wealth indefinitely. This could be the person who has enough dividend paying stocks to live off their dividend payments for the rest of their life while getting a reasonable income for their location, or it could be in the form of a mountain of Steem Power which can give them weekly payouts for the rest of their life.\n\nThis isn't to say Steem Power is something people **SHOULD** pursue exclusively and it's not to think of Steem Power as an investment. It's to think of Steem Power as a tool in the fight for financial independence and as anyone knows, it's important to be diversified in terms of income streams if the goal is financial independence. Each reader can decide on their own wealth threshold, and determine what forms are most convenient for them to express their wealth, but Steem Power is important because it allows bloggers to express their wealth in a way which encourages financial independence at least as of now.\n\n\nWhat are some of the benefits of the financially independent lifestyle?\n\n - **No bosses.** No bosses, no bullshit, you're the boss of yourself if you choose to be or you can select someone to be the boss if you voluntarily want that. \n - **Your workplace is mobile.** Your workplace revolves around you, and it could be your laptop, it could be your smart phone, it could be your tape recorder, it's ultimately something you can carry about. Steemit could be the closest thing to a workplace and you go to work simply logging in.\n - **Work as hard as you need to.** No one is micromanaging you, or on your back telling you what to do and how to do it. You work as hard as you deem necessary to accomplish your goals. It helps to be a perfectionist but there is no quota system. \n - **You have time to enjoy your family.** Now you can be with the people you care about as often as you want. Your job is location independent so you can take them on vacations and tour the world while you work or you can work from home. \n - **You aren't a slave to the clock anymore.** You can work when you want, sleep when you want, party when you want, and record all of it to upload to your vlog.\n\n\nPromoting financial freedom while working to achieve it\n-------------------------------------------------------\n\nYou can make posts, vlogs, and show the differences between the salary worker lifestyle and the lifestyle of a financially independent blogger. Even if you haven't yet achieved financial independence, you can help document the process of achieving financial independence as a sort of lifestyle lifelogger. For this reason the travel blogs are very important because it is what helps to wake people up who are in lifestyles they hate to discover that it's possible to travel for a living.\n\nWhen beautiful people **(notice I don't just say women!)** are posting travel pictures and talking about enjoying their life as a blogger, it is this which attracts many ordinary people who see how these people are enjoying themselves and who want to do the same. It's important that blogging remains fun and does not turn into something which resembles a salary job and in order to keep it fun it is important to remember that at this time being a professional blogger is considered an **alternative lifestyle** and is not mainstream. \n\nNormal people do not even know it's possible to have a career as a blogger and even if they think it is possible it's not currently associated with being financially independent. When people see that you can blog, go from rags to riches, or essentially become financially independent from the wage worker, then many people who currently are wage workers thinking it's the only noble way to make money will think to at least give it a try.\n\n\nShow the Steem culture\n---------------\n\n\nDid you know if you are self employed you can live in Japan quite easily? Japan offers a freelance VISA which means if you are successful on Steemit where you can make over $2500 a month then you can apply for this VISA. \n\nhttps://youtu.be/k0XavuFn_tA\n\n\nAnd from Japan you can be a Steem ambassador where you can be a journalist to show how people in Japan are using Steem, or promote Steem to Japanese youth who do not want to be salary workers. Indeed, many Japanese do not want to follow their parents and despise the salaryman culture but they do not yet know Steemit exists. If you're in Japan, or just interested, you can bring Steem culture to Japan.\n\nThe first generation of financially independent Steemians will be the people who help create and show Steem culture to the world. You will have the opportunity to live anywhere you want, to give people around the world hope, and to show how Steem changes lives. You'll be able to promote Steem while also promoting financial independence as a concept.\n\n\nI hope you enjoyed this post, if you did there are several others from [Extie DaSilva](https://steemit.com/@extie-dasilva) that you might like.\n-----------", + "body_length": 9691, + "cashout_time": "2016-08-24T09:02:45", + "category": "politics", + "children": 33, + "created": "2016-08-17T09:02:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"philosophy\",\"money\",\"craigrant\",\"truecrypto\"],\"links\":[\"https://youtu.be/FF4zlGfW7Ks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T10:23:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67838288838220, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "806.722 HBD", + "percent_hbd": 10000, + "permlink": "series-achieving-financial-independence-with-steem-intro-1", + "post_id": 849480, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Series] Achieving financial independence with Steem Intro 1", + "title": "[Series] Achieving financial independence with Steem Intro 1", + "total_payout_value": "0.000 HBD", + "url": "/politics/@dana-edwards/series-achieving-financial-independence-with-steem-intro-1" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": -296615780418, - "rshares": 105994307, - "voter": "mineralwasser" + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 825123779600, - "voter": "boombastic" + "reputation": 83941319998, + "rshares": 5428362754239, + "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 124278346406, - "voter": "mrs.agsexplorer" + "reputation": 8442392793360, + "rshares": 47114293981, + "voter": "jchch" }, { "percent": "10000", - "reputation": 0, - "rshares": 9355945483, - "voter": "bingo-0" + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5429159074022, - "voter": "smooth.witness" + "reputation": 64573188744746, + "rshares": 61647538116, + "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 18678729398345, - "rshares": 162755691562, - "voter": "pairmike" + "reputation": 824717099743, + "rshares": 537633935848, + "voter": "cyber" }, { "percent": "10000", - "reputation": 82600290949846, - "rshares": 851328912273, - "voter": "cass" + "reputation": 5244023575, + "rshares": 346840110, + "voter": "bblair" }, { "percent": "10000", - "reputation": 0, - "rshares": 619177862, - "voter": "healthcare" + "reputation": 5888717170887, + "rshares": 65231105743, + "voter": "ratel" }, { "percent": "10000", - "reputation": 0, - "rshares": 901416401, - "voter": "daniel.pan" + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" }, { "percent": "10000", - "reputation": 8963739580468, - "rshares": 134048171755, - "voter": "team" + "reputation": 217222224, + "rshares": 293749320, + "voter": "knopki" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 58892654837, - "voter": "jchch" + "reputation": 6095326280934, + "rshares": 19252927597, + "voter": "thebatchman" }, { "percent": "10000", - "reputation": 0, - "rshares": 287627166, - "voter": "helen.tan" + "reputation": 156169282296, + "rshares": 291990822, + "voter": "sonyanka" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 24238469941, - "voter": "yefet" + "reputation": 3148690478580, + "rshares": 5488840794, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 4477492280957, - "rshares": 25283717873, - "voter": "steampunkpowered" + "reputation": 213668684615, + "rshares": 2133084867, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 2520096511491, - "rshares": 19049967243, - "voter": "daowisp" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 1118904717803, - "rshares": 163252280582, - "voter": "noaommerrr" + "reputation": 11415305020986, + "rshares": 37459977048, + "voter": "menta" }, { "percent": "10000", - "reputation": 2441765369743, - "rshares": 11117488608, - "voter": "dave-hughes" + "reputation": 9824421122, + "rshares": 180542763, + "voter": "aidar88" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 124844367769, - "voter": "craig-grant" + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 87363750745142, - "rshares": 468430270315, - "voter": "dana-edwards" + "reputation": 793209170784, + "rshares": 1258128648, + "voter": "leksimus" }, { "percent": "10000", - "reputation": 4602759566516, - "rshares": 23211381132, - "voter": "joelinux" - }, - { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8146476291, - "voter": "fkn" - }, - { - "percent": "8500", - "reputation": 0, - "rshares": 421114301, - "voter": "paco-steem" + "reputation": 2806990757, + "rshares": 235816275, + "voter": "fedor" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4800678434, - "voter": "spaninv" + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10696446154, - "voter": "elishagh1" + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3059625521, + "voter": "karen13" }, { "percent": "10000", - "reputation": 58571016273092, - "rshares": 595761821922, - "voter": "nanzo-scoop" + "reputation": 1241141280004, + "rshares": 50338076418, + "voter": "sephiroth" }, { "percent": "10000", - "reputation": 503318537891, - "rshares": 9403993665, - "voter": "jerome-colley" + "reputation": 2629271154, + "rshares": 2452268274, + "voter": "screasey" }, { "percent": "10000", - "reputation": 42741727265739, - "rshares": 87858658638, - "voter": "steve-walschot" + "reputation": 3033861094190, + "rshares": 8860960764, + "voter": "nippel66" }, { "percent": "10000", - "reputation": 21903005256174, - "rshares": 218545500378, - "voter": "mummyimperfect" + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1798006911, - "voter": "murh" + "percent": "0", + "reputation": 20001506960251, + "rshares": 2234580760, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, - "rshares": 2739220042, - "voter": "error" + "reputation": 2114306416334, + "rshares": 1904763665, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537633935848, - "voter": "cyber" + "reputation": 2791409844, + "rshares": 116382038, + "voter": "elmusic" }, { "percent": "10000", - "reputation": 609780550802, - "rshares": 144783423, - "voter": "irit" + "reputation": 14988694886527, + "rshares": 148247577629, + "voter": "jl777" }, { "percent": "10000", - "reputation": 10395665548525, - "rshares": 217828581712, - "voter": "billbutler" + "reputation": 45712131677758, + "rshares": 15874238296, + "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 200733663789408, - "rshares": 2192181569771, - "voter": "stellabelle" + "reputation": 2812079541783, + "rshares": 982516755, + "voter": "fishborne" }, { - "percent": "8500", - "reputation": 0, - "rshares": 329241268, - "voter": "stiletto" + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 20763505296686, - "rshares": 234097093084, - "voter": "wingz" + "reputation": 48324434201, + "rshares": 193587927, + "voter": "tobythecat" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 55074701993, - "voter": "juanmiguelsalas" + "reputation": 58190631451, + "rshares": 13076298001, + "voter": "proto" }, { - "percent": "10000", - "reputation": 11429090901893, - "rshares": 109458403543, - "voter": "kenny-crane" + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 183839382554, - "voter": "will-zewe" + "reputation": 16914207527051, + "rshares": 32515642842, + "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 30409765924218, - "rshares": 316981275590, - "voter": "innuendo" + "reputation": 67422364209, + "rshares": 3546939661, + "voter": "mpa" }, { "percent": "10000", - "reputation": 2733362192608, - "rshares": 47330431373, - "voter": "brandonp" + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 19574669, - "rshares": 685070372, - "voter": "menace.coin" + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" }, { "percent": "10000", - "reputation": 212451198738, - "rshares": 393016225, - "voter": "magdalena" + "reputation": 979379098872, + "rshares": 1584560911, + "voter": "spinner" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132021872037, - "voter": "schro" + "reputation": 1804907957838, + "rshares": 1646540649, + "voter": "belkins" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 92996552744, - "voter": "thedashguy" + "reputation": -4779249072914, + "rshares": 1984033205, + "voter": "weenis" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 50851118765, - "voter": "geoffrey" + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" }, { "percent": "10000", - "reputation": 598181152117, - "rshares": 266703595472, - "voter": "kimziv" + "reputation": 1275505236, + "rshares": 6860786830, + "voter": "taker" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 37460414846, - "voter": "honeythief" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 2738311095861, - "rshares": 19234376978, - "voter": "jparty" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { - "percent": "10000", - "reputation": 3509662488161, - "rshares": 25075078353, - "voter": "jonnyrevolution" + "percent": "0", + "reputation": 10771708337101, + "rshares": 29272102833, + "voter": "laonie" }, { - "percent": "10000", - "reputation": 1088953190371, - "rshares": 3005067135, - "voter": "allyourbase" + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" }, { - "percent": "10000", - "reputation": 12656257002205, - "rshares": 39514114572, - "voter": "clement" + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" }, { - "percent": "10000", - "reputation": 9434414518400, - "rshares": 18832620196, - "voter": "acassity" + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" }, { "percent": "10000", - "reputation": 867765845, - "rshares": 253004827, - "voter": "oluss" + "reputation": 5776723480371, + "rshares": 316955327349, + "voter": "somebody" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7963932964, - "voter": "cannav" + "reputation": 5451282059200, + "rshares": 5354509323, + "voter": "veralynn" }, { - "percent": "10000", - "reputation": 160174254209, - "rshares": 50465540320, - "voter": "booja" + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" }, { - "percent": "10000", - "reputation": 15603689614497, - "rshares": 4620983099, - "voter": "good-karma" + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" }, { - "percent": "10000", - "reputation": 1450924981021, - "rshares": 13363189894, - "voter": "ezzy" + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" }, { - "percent": "10000", - "reputation": 1700182089209, - "rshares": 75606446772, - "voter": "rubybian" + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" }, { - "percent": "10000", - "reputation": 65540661343, - "rshares": 2088412778, - "voter": "orly" + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" }, { - "percent": "10000", - "reputation": 3148690478580, - "rshares": 5655169303, - "voter": "kakradetome" + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" }, { - "percent": "10000", - "reputation": 7091975331308, - "rshares": 11285335976, - "voter": "konstantin" + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837593469, + "voter": "xiaohui" }, { - "percent": "4100", - "reputation": 213668684615, - "rshares": 673605747, - "voter": "soupernerd" + "percent": "10000", + "reputation": 298397221413, + "rshares": 124868462, + "voter": "hdphotography" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 58766754772, + "rshares": 65263444, + "voter": "sizil" }, { "percent": "10000", - "reputation": 10171002020923, - "rshares": 56297454235, - "voter": "krypto" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 305047794164, - "rshares": 59823904352, - "voter": "jackkang" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 35863465465, - "voter": "r4fken" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": -11110332240496, - "rshares": 1099066186, - "voter": "sergei" + "reputation": 0, + "rshares": 1661451481, + "voter": "antispam" }, { "percent": "10000", - "reputation": 52317559376, - "rshares": 8059948296, - "voter": "killswitch" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 476904340100, - "rshares": 512160635, - "voter": "endgame" + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 17313974900, - "voter": "furion" + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 1626868455, - "voter": "owdy" + "reputation": 5176671060650, + "rshares": 503880111, + "voter": "rubenalexander" }, { - "percent": "3000", - "reputation": 3891722, - "rshares": 193906902, - "voter": "barbara2" + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 216810692, - "voter": "ch0c0latechip" + "percent": "10000", + "reputation": 8816866, + "rshares": 61119894, + "voter": "kaosdlanor" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 198776099, - "voter": "doge4lyf" + "percent": "10000", + "reputation": 27464820248, + "rshares": 54762710, + "voter": "thegoldencookie" }, { "percent": "10000", - "reputation": 8577172826419, - "rshares": 116816361682, - "voter": "crypt0" + "reputation": 2051850885932, + "rshares": 78249092, + "voter": "mindfreak" }, { "percent": "10000", - "reputation": 2770303185670, - "rshares": 1358974379, - "voter": "vi1son" + "reputation": 2551239163442, + "rshares": 3456896368, + "voter": "johnnyyash" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 188957990, - "voter": "ardina" + "reputation": 2594661721428, + "rshares": 4010466924, + "voter": "themanualbot" }, { "percent": "10000", - "reputation": 963454351109, - "rshares": 1310601318, - "voter": "marcgodard" + "reputation": 0, + "rshares": 99297844, + "voter": "stevenh512" }, { "percent": "10000", - "reputation": 1661526202859, - "rshares": 4395228991, - "voter": "gikitiki" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4048703429, - "voter": "thegoodguy" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 1510234773828, - "rshares": 591701440, - "voter": "bitland" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 75970252084, - "voter": "paco" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 327654289418, - "voter": "bobbylee" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3059635483, - "voter": "karen13" + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" }, { "percent": "10000", - "reputation": 866671256465, - "rshares": 24870513211, - "voter": "igster" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1241141280004, - "rshares": 57529230192, - "voter": "sephiroth" + "reputation": 3176421463, + "rshares": 56128777, + "voter": "kingdom" }, { - "percent": "10000", - "reputation": 1489102259, - "rshares": 213321508, - "voter": "zoicneo" + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 329430558, - "voter": "dr2073" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 523349272991, - "rshares": 7001536145, - "voter": "sylv3se" + "reputation": 1090727793166, + "rshares": 975625968, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2452268274, - "voter": "screasey" + "reputation": 18006844018, + "rshares": 127493671, + "voter": "mrainp" }, { "percent": "10000", - "reputation": 587163107963, - "rshares": 1789384672, - "voter": "breathe3000" + "reputation": 3749012705250, + "rshares": 5940167503, + "voter": "alexandre" }, { "percent": "10000", - "reputation": 658204768651, - "rshares": 56929861746, - "voter": "milestone" + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" }, { - "percent": "10000", - "reputation": 1008790928160, - "rshares": 252909161, - "voter": "natali22" + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" }, { "percent": "10000", - "reputation": 296564528307, - "rshares": 7245554984, - "voter": "fiveboringgames" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 430287327, - "voter": "natalyt" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 31658366953, - "voter": "ubg" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 900694208703, - "rshares": 6636898857, - "voter": "cryptobro" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 5373701434, - "voter": "tarindel" + "reputation": 855163, + "rshares": 56861918, + "voter": "bitcoinx" }, { "percent": "10000", - "reputation": 165916744066, - "rshares": 839855747, - "voter": "amor" + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 12021783432, - "voter": "deanliu" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1904782877, - "voter": "cryptohustlin" + "reputation": 76761005092, + "rshares": 980599805, + "voter": "seasi06" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 116382038, - "voter": "elmusic" + "reputation": 670779587392, + "rshares": 55340759, + "voter": "ahmetova" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 148248434331, - "voter": "jl777" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 879409745645, - "rshares": 2018861426, - "voter": "lostnuggett" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6560995730, - "voter": "positive" + "percent": "10000", + "reputation": 143879651757, + "rshares": 177472653, + "voter": "keverw" }, { "percent": "10000", "reputation": 0, - "rshares": 1148225570, - "voter": "yarly" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", "reputation": 0, - "rshares": 264975700, - "voter": "yarly2" + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", "reputation": 0, - "rshares": 265374319, - "voter": "yarly3" + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", "reputation": 0, - "rshares": 153861416, - "voter": "yarly4" + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 0, - "rshares": 154731677, - "voter": "yarly5" + "reputation": 2908933665034, + "rshares": 53015912, + "voter": "mindhunter" }, { "percent": "10000", "reputation": 0, - "rshares": 88291213, - "voter": "yarly7" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 14882754829, - "voter": "crazymumzysa" + "reputation": 3495795823022, + "rshares": 53758453, + "voter": "cnfund" }, { "percent": "10000", - "reputation": 2812079541783, - "rshares": 1003421367, - "voter": "fishborne" + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 124293928, - "voter": "mysteem" + "reputation": 33094563, + "rshares": 51238874, + "voter": "acc123" }, { "percent": "10000", - "reputation": 29770846221, - "rshares": 571247992, - "voter": "jasonpay1" - }, + "reputation": 353288883728, + "rshares": 53369320, + "voter": "floweroflife" + } + ], + "author": "crazymumzysa", + "author_reputation": 45712131677758, + "beneficiaries": [], + "body": "***I want to tantalize your taste buds with this delectable sin, once tasted, hooked for life!***\n\nHey Foodies\n\nLast week I shared the recipe of my delectable cheesecake. Sticking to the dessert topic, today I'm sharing my all time favorite **Peppermint Crisp Tart** recipe. \n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/img_6269_zpsnjdkjczj.jpg)\n[Image Credit](https://letscooklocal.files.wordpress.com/2012/09/img_6269.jpg?w=600&h=450)\n\nSince a child the mixture of caramel, peppermint and chocolate cream brought me great happiness and as soon as I was able I learned how to make it. Unfortunately I was only able to make it on special occasions :(\n\nKnowing that I can't wait to make it again. I won't let you wait either.\n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/Peppermint-Crisp-Tart-Ingredients_zpsaxtdjl43.jpg)\n[Image Credit](https://maakit.co.za/wp-content/uploads/2013/02/Peppermint-Crisp-Tart-Ingredients.jpg)\n\n**Ingredients**\n-----------\nYou will need:\n250 ml cream / Orley whip (I prefer cream)\n1 can caramel treat\n4 peppermint crisp chocolate bars (Cadbury is my preferred choice)\n1 packet of Tennis Biscuits \n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/189fe9ffbfd9c99f614badcc60fcaf6a_zpscihiekx4.jpg)\n[Image Credit](https://s-media-cache-ak0.pinimg.com/564x/18/9f/e9/189fe9ffbfd9c99f614badcc60fcaf6a.jpg)\n\n**Method**\n------\n\n* Whip cream until it is stiff \n* Add caramel treat to the cream and mix until smooth\n* Grate or crush the peppermint crisp bars and add to cream mixture, mix in well. \n* Place the tennis biscuits in a pie dish and pour over a layer of cream, add more biscuits on top of the cream the idea is to layer it like a lasagna.\n* Place the pie dish in the fridge for about 30 min and serve. \n\n**Additional options** \nPut fresh mint leaves or crushed chocolate on top for garnish.\n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/cake1_zpssor0j3sk.jpg)\n[Image Credit](https://www.idealshape.com/wp-content/uploads/2014/10/cake1.jpg)\n\n\nEnjoy!!!!\n\n**Don't forget to follow @thegoldencookie**\n---------------------------------------\n\n**@crazymymzysa features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author**", + "body_length": 2400, + "cashout_time": "2016-08-24T08:32:15", + "category": "food", + "children": 20, + "created": "2016-08-17T08:32:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipe\",\"easy\",\"\"],\"users\":[\"thegoldencookie\"],\"image\":[\"http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/img_6269_zpsnjdkjczj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:32:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 38262183561195, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "262.689 HBD", + "percent_hbd": 10000, + "permlink": "for-the-mint-of-peppermint-featuring-author-thegoldencookie", + "post_id": 849190, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", + "title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", + "total_payout_value": "0.000 HBD", + "url": "/food/@crazymumzysa/for-the-mint-of-peppermint-featuring-author-thegoldencookie" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 7078941123096, - "rshares": 12625051204, - "voter": "lemooljiang" + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 13076362751, - "voter": "proto" + "reputation": 19959120564829, + "rshares": 25390949219, + "voter": "alexgr" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 662579684, - "voter": "curator" + "reputation": 1444446898291, + "rshares": 9952419547, + "voter": "johnerfx" }, { - "percent": "5000", - "reputation": 17698439393799, - "rshares": 2613984942, - "voter": "sisterholics" + "percent": "10000", + "reputation": 37159422493, + "rshares": 596394273, + "voter": "johnerminer" }, { "percent": "10000", - "reputation": 0, - "rshares": 258325412, - "voter": "yarly10" + "reputation": 157636214062, + "rshares": 21617011570, + "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 0, - "rshares": 145310046, - "voter": "yarly11" + "reputation": 1059790037173, + "rshares": 193128492149, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, - "rshares": 79810941, - "voter": "yarly12" + "reputation": 2821855573125, + "rshares": 3863607637, + "voter": "steemit-life" }, { - "percent": "3000", - "reputation": 147425730, - "rshares": 204479372, - "voter": "fnait" + "percent": "10000", + "reputation": 7952828943, + "rshares": 4048703429, + "voter": "thegoodguy" }, { - "percent": "3000", - "reputation": 3720753029, - "rshares": 200595065, - "voter": "keepcalmand" + "percent": "10000", + "reputation": 19168905436557, + "rshares": 7405029520, + "voter": "dwinblood" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 32515642842, - "voter": "celebr1ty" + "reputation": 2339981102950, + "rshares": 467828234, + "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, - "rshares": 81917882, - "voter": "elliottgodard" + "reputation": 4456090201156, + "rshares": 4323530648, + "voter": "heimindanger" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 115302284, - "voter": "creatorgalaxy" + "reputation": 153480676290, + "rshares": 662570076, + "voter": "curator" }, { "percent": "10000", - "reputation": 2034974638910, - "rshares": 186777641, - "voter": "taz" + "reputation": 1416246303584, + "rshares": 7050411783, + "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 112027656, - "voter": "steemster1" + "reputation": 8806485920347, + "rshares": 22819925010, + "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 6699598900, - "rshares": 112914306, - "voter": "wunju" + "reputation": 0, + "rshares": 90502016, + "voter": "smech" }, { "percent": "10000", - "reputation": 2493302761715, - "rshares": 5327054686, - "voter": "saulius" + "reputation": 90565359983, + "rshares": 6438163578, + "voter": "rawnetics" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1619007887, - "voter": "spinner" + "reputation": 6364644439603, + "rshares": 105935028, + "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": -489147116791, - "rshares": 119553540, - "voter": "jlwk0lb" + "reputation": 1269864429223, + "rshares": 2329744841, + "voter": "kainmarx" }, { "percent": "10000", - "reputation": 19410587962, - "rshares": 1991621661, - "voter": "andreynoch" + "reputation": 33467338593, + "rshares": 61385527, + "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 2889656462700, - "rshares": 3907456257, - "voter": "uwe69" + "reputation": 9332405310628, + "rshares": 6151190773, + "voter": "mrosenquist" }, { - "percent": "4100", - "reputation": -4779249072914, - "rshares": 606232368, - "voter": "weenis" + "percent": "10000", + "reputation": 9080373233, + "rshares": 62495590, + "voter": "mchavarriaot" }, { "percent": "10000", - "reputation": 3962925392210, - "rshares": 3125110133, - "voter": "jed78" + "reputation": 517546794156, + "rshares": 107585463, + "voter": "steevc" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 761363300, - "voter": "metaflute" + "reputation": 425267052246, + "rshares": 58216042, + "voter": "ultimus" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6860818850, - "voter": "taker" + "reputation": 1063317981552, + "rshares": 6703100778, + "voter": "etcmike" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1310561212, - "voter": "sykochica" + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 78520035785, + "rshares": 56789135, + "voter": "pierce-the-veil" }, { "percent": "10000", - "reputation": 0, - "rshares": 52810577, - "voter": "johnblow" - }, + "reputation": 1676296, + "rshares": 54443169, + "voter": "grazyah13" + } + ], + "author": "mrosenquist", + "author_reputation": 9332405310628, + "beneficiaries": [], + "body": "\n

\n

Content is the heart and soul of Steemit. It comes in the form of blogs that authors create and follow-on comments which readers contribute. We have talked about this before in posts and the chat-room, but the question continues to remain relevant:   

\n

Should viewer\u2019s comments be up-voted by the author as a way of showing appreciation?

\n

Limited upvotes 

\n

If we had an unlimited number of votes, this would not be an issue. Every author would happily upvote people who make comments to their post. But the reality is we all have practical limitations on how many time we can upvote in a 24-hour period. The general consensus is, we should only up-vote about 30 times a day or risk our voting power be depleted, which will greatly degrade the value of our votes. If I write a blog and thirty people comment, do I use all my up-votes for the day to recognize them?   

\n

My choice as an author 

\n

If you up-vote and leave a meaningful reply, then I will return the favor and up-vote your comment.  I firmly believe comments which add to the discussion, enhance the clarity, or contribute to a debate makes the original post even better. I will recognize those who put forth this effort until all my up-votes are depleted for the day.  As I started with, I believe content is what makes Steemit great. The feelings, ideas, and opinions of readers increase the value and fuel the platform for larger audience participation.    

\n

Authors not upvoting good comments 

\n

Sadly, I see many authors who do not recognize or reward quality replies to their posts. I think it discourages readers from engaging and at a macro level hurts the Steemit community. Now, not all comments are worthy. The person who simply states \u201cgood post\u201d or something similarly laconic, does not earn a reward in my opinion. Yes, it is subjective.   

\n

What are your thoughts? Should authors upvote good and engaging reply\u2019s? Do you always upvote quality comments?

\n", + "body_length": 2295, + "cashout_time": "2016-08-24T08:00:30", + "category": "steemit", + "children": 17, + "created": "2016-08-17T08:00:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"upvote\",\"steem-help\",\"blog\",\"philosophy\"],\"image\":[\"https://i.imgsafe.org/4180fc2f33.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:00:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 463955442626, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.336 HBD", + "percent_hbd": 10000, + "permlink": "to-upvote-or-not-on-comments-that-is-the-question", + "post_id": 848946, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "To Upvote or Not on Comments, That is the Question", + "title": "To Upvote or Not on Comments, That is the Question", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mrosenquist/to-upvote-or-not-on-comments-that-is-the-question" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 4232493695535, - "rshares": 132567063, - "voter": "french.fyde" + "reputation": 261787136527, + "rshares": 626166269274, + "voter": "barrie" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": 854893586973, + "rshares": 825093583158, + "voter": "boombastic" }, { - "percent": "5000", - "reputation": 10771708337101, - "rshares": 497625397434, - "voter": "laonie" + "percent": "10000", + "reputation": 7520586390, + "rshares": 121571407261, + "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 6438172829, - "voter": "rawnetics" + "reputation": 0, + "rshares": 9337467077, + "voter": "bingo-0" }, { - "percent": "5000", - "reputation": 124802744033, - "rshares": 3778964442, - "voter": "laonie1" + "percent": "10000", + "reputation": 0, + "rshares": 2417416363, + "voter": "bingo-1" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778947431, - "voter": "laonie2" + "percent": "1000", + "reputation": 147478489309626, + "rshares": 120183276530, + "voter": "tuck-fheman" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778936100, - "voter": "laonie3" + "percent": "10000", + "reputation": 855178912028, + "rshares": 6982141801, + "voter": "taoofsatoshi" }, { "percent": "10000", - "reputation": 5776723480371, - "rshares": 310740517008, - "voter": "somebody" + "reputation": 15755437221598, + "rshares": 9521769889, + "voter": "acidyo" }, { "percent": "10000", - "reputation": 618773254836, - "rshares": 451763143, - "voter": "minnowsunited" + "reputation": 1233698174511, + "rshares": 473402236, + "voter": "spartanza" }, { "percent": "10000", - "reputation": 0, - "rshares": 3783955250, - "voter": "ullikume" + "reputation": 3906896686802, + "rshares": 61263268828, + "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 23856803561, - "rshares": 62364757, - "voter": "elena000" + "reputation": 22794273843250, + "rshares": 100410668477, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 282062767, - "rshares": 1939154455, - "voter": "darrenturetzky" + "reputation": 8166740506920, + "rshares": 35004404650, + "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 0, - "rshares": 56953689, - "voter": "muizianer" + "reputation": 9434414518400, + "rshares": 19421139578, + "voter": "acassity" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778614532, - "voter": "laonie4" + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606346427, + "voter": "rubybian" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778602547, - "voter": "laonie5" + "percent": "10000", + "reputation": 10171002020923, + "rshares": 60050617851, + "voter": "krypto" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778594469, - "voter": "laonie6" + "percent": "10000", + "reputation": 1059790037173, + "rshares": 168987550190, + "voter": "juneaugoldbuyer" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778571886, - "voter": "laonie7" + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863203963, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 2021353867281, - "rshares": 6668122973, - "voter": "kurtbeil" + "reputation": 3149488018622, + "rshares": 1578960670, + "voter": "owdy" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778554259, - "voter": "laonie8" + "percent": "10000", + "reputation": 3978354715302, + "rshares": 13627821204, + "voter": "lovenugz" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778533199, - "voter": "laonie9" + "percent": "10000", + "reputation": 1220081355, + "rshares": 198648143, + "voter": "ardina" }, { "percent": "10000", - "reputation": 28427048731, - "rshares": 11377250085, - "voter": "blockchain-info" + "reputation": 793209170784, + "rshares": 1258128648, + "voter": "leksimus" }, { - "percent": "5000", - "reputation": 3016325652890, - "rshares": 18837847489, - "voter": "xiaohui" + "percent": "10000", + "reputation": 10445529851856, + "rshares": 6163944903, + "voter": "meesterboom" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 35515107335, - "voter": "joele" + "reputation": 2644191137390, + "rshares": 7741723631, + "voter": "noodhoog" }, { "percent": "10000", - "reputation": 4584027347, - "rshares": 56771174, - "voter": "makaveli" + "reputation": 599560057305, + "rshares": 3742963859, + "voter": "oululahti" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2184135788, - "voter": "kainmarx" + "reputation": 1783202708175, + "rshares": 2324867542, + "voter": "desmonid" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 116856214624, + "rshares": 2696585400, + "voter": "bones" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 678073276260, + "rshares": 149534263, + "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 1826385508354, - "rshares": 3097459963, - "voter": "dercoco" + "reputation": 211481192881, + "rshares": 632601333, + "voter": "cooper10510" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 182816900, - "voter": "jrcornel" + "reputation": 35209974404, + "rshares": 114147485, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 327313183062, + "rshares": 1183421300, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": -2287580630, + "rshares": 230443964, + "voter": "alex.chien" }, { "percent": "10000", - "reputation": 28335136369, - "rshares": 1585337208, - "voter": "erikclark13" + "reputation": 1416246303584, + "rshares": 7442202633, + "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, - "rshares": 93822359, - "voter": "gamerate" + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, - "rshares": 180304018, - "voter": "vootka" + "reputation": 5347284750, + "rshares": 4524432256, + "voter": "viernas" }, { "percent": "10000", - "reputation": 237071800963, - "rshares": 672213592, - "voter": "bhavnapatel68" + "reputation": 17701690051649, + "rshares": 50603685050, + "voter": "steemdrive" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 51802213, - "voter": "confucius" + "reputation": 4116067655741, + "rshares": 1310561212, + "voter": "sykochica" }, { "percent": "10000", - "reputation": -752010553427, - "rshares": 1905721801, - "voter": "loveangel" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 61696026, - "voter": "immortality" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 2118792724924, - "rshares": 104095614016, - "voter": "miacats" + "reputation": 2344911104009, + "rshares": 7535103949, + "voter": "ekitcho" }, { "percent": "10000", - "reputation": -138680661344, - "rshares": 62103794, - "voter": "tomeraddady" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, - "rshares": 114939806, - "voter": "future-shock" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 0, - "rshares": 93417260, - "voter": "party1999" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 0, - "rshares": 62373294, - "voter": "immortal" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 2586911533140, + "rshares": 1506714481, + "voter": "unrealisback" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 72860718, - "voter": "longevity" + "reputation": 19560779, + "rshares": 59465404, + "voter": "joystickwind" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 60661014, - "voter": "rashka" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60434874, + "voter": "pumpenthusiasm" }, { "percent": "10000", - "reputation": 26878598, - "rshares": 80377243, - "voter": "steemitgal" + "reputation": 0, + "rshares": 57978901, + "voter": "slablever" }, { "percent": "10000", "reputation": 0, - "rshares": 101780290, - "voter": "stevenh512" + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 539814268751, - "rshares": 376001676, - "voter": "manicmidnight" + "reputation": 0, + "rshares": 50114625, + "voter": "highnye" }, { "percent": "10000", @@ -6831,12 +7975,6 @@ "rshares": 50680459, "voter": "thermor" }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" - }, { "percent": "10000", "reputation": 0, @@ -6845,4152 +7983,4136 @@ }, { "percent": "10000", - "reputation": 156837664557, - "rshares": 86770163, - "voter": "how2steemit" + "reputation": 901378583777, + "rshares": 1462343681, + "voter": "freewill" }, { "percent": "10000", - "reputation": 1016260025, - "rshares": 57558816, - "voter": "dimitriy" + "reputation": 9530915857627, + "rshares": 9524266410, + "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 58816907, - "voter": "longtech" + "reputation": 8420918209808, + "rshares": 17892579959, + "voter": "daut44" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 1543088925, - "voter": "movievertigo" + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 52786041, - "voter": "vasilii" + "reputation": 11729896807, + "rshares": 50219133, + "voter": "smashalee" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 740011830, + "rshares": 57193795, + "voter": "buster" }, { "percent": "10000", - "reputation": 3176421463, - "rshares": 57298126, - "voter": "kingdom" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3776590554, - "voter": "laonie10" + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": 31757322861, - "rshares": 51461865, - "voter": "mrlogic" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 14379714199, - "voter": "yef99" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", "reputation": 0, - "rshares": 59226282, - "voter": "zite" + "rshares": 102413290, + "voter": "bones261" + } + ], + "author": "thedashguy", + "author_reputation": 22794273843250, + "beneficiaries": [], + "body": "\n

edit: thumbnail

\n

\n

As some of you may know I am a Web Designer by trade but currently working as an overall Marketing Guru of sorts in the Recreational Cannabis Industry, I've recently been quite busy and would love to share my progress here on Steemit before anywhere else for both SEO and for Steemit.

\n

I have recently become in charge of marketing/design for a few new Recreational Cannabis stores in my state, and I wanted to use this post to share a bit about my newly launched website; www.RainierCannabis.com, a Recreational Cannabis Store in Shoreline, Washington with a second location coming to Mountlake Terrace very very soon. 

\n

As many of you know a website is never FULLY complete, there is always room for improvement but I needed to get a new website up ASAP as the old one was simply made by someone outside of the industry so the focus was all off and what not, I have plenty of notes left and pages saved as drafts, I will be working in new pages over the next days/weeks but for now I have decided to launch with what we have in an effort to get the ball rolling on the new marketing tricks I have waiting as well.

\n

Anyways, I just wanted it to be on Steemit before anywhere else so here it is!

\n

Rainier Cannabis has just launched a new website! Check it out below!

\n

Original Website:

\n

\n

New Version of Website: 

\n

\n


\n


\n

The DNS is still propagating between servers, but it should go live in the next hour or so.

\n

Plans for the next few days, weeks:

\n

- Add Vendors, Location (Directions), Specials pages.

\n

- Add entire vendor info (products, descriptions, links)

\n

- More Social integration

\n

- Graphic overhaul of most imagery to create a similar icon set to be re-used.

\n

- Marketing additions

\n

PS: Be sure to keep following if you are in the state or planning on visiting! We have more news & goodies coming soon in regards to your wonderful iOS devices. :]

\n


\n

You can also checkout the google view of the shop from the inside here, although it has changed since the photos were taken quite a bit:

\n

https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1

\n

Or you can check them out on https://www.leafly.com/dispensary-info/rainier-cannabis-9c29

\n


\n

Toss me a follow if you liked this! I will be posting about other stores and marketing as we go from an insiders perspective and hope to do it quite often. Steemit exclusives and all!

\n", + "body_length": 3412, + "cashout_time": "2016-08-24T06:40:15", + "category": "seattlesmokers", + "children": 14, + "created": "2016-08-17T06:40:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"seattlesmokers\",\"marijuana\",\"cannabis\",\"legalweed\",\"rainiercannabis\"],\"image\":[\"https://s3.postimg.org/9mr343hkz/rainiercannabis_ig_post.png\",\"https://s4.postimg.org/87ed0xeq5/Shoreline_Pot_Shop_Marijuanna_Rainier_Cannab.jpg\",\"https://s4.postimg.org/mr1sjkb25/Home_Shoreline_Pot_Shop_Recreational_Cannabi.jpg\"],\"links\":[\"http://rainiercannabis.com/\",\"https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1\",\"https://www.leafly.com/dispensary-info/rainier-cannabis-9c29\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:56:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2423304994824, + "parent_author": "", + "parent_permlink": "seattlesmokers", + "pending_payout_value": "2.524 HBD", + "percent_hbd": 10000, + "permlink": "recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy", + "post_id": 848161, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", + "title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", + "total_payout_value": "0.000 HBD", + "url": "/seattlesmokers/@thedashguy/recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17385412095137, + "voter": "itsascam" }, { "percent": "10000", - "reputation": 166185808108, - "rshares": 61682344, - "voter": "artsteemit" + "reputation": 14765040488827, + "rshares": 27844613409288, + "voter": "berniesanders" }, { "percent": "10000", - "reputation": 62579633003, - "rshares": 74806484, - "voter": "joelbow" + "reputation": 43394593255, + "rshares": 2049642827168, + "voter": "steemroller" }, { "percent": "10000", - "reputation": 1802656474490, - "rshares": 1920888690, - "voter": "lantto" + "reputation": 1582895535608, + "rshares": 73272768589, + "voter": "donaldtrump" }, { "percent": "10000", - "reputation": 740952354750, - "rshares": 83886894, - "voter": "vonpetro" + "reputation": 19032535635212, + "rshares": 17422112993995, + "voter": "steemed" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 4107373187010, + "rshares": 2286570489575, + "voter": "hr1" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 934983069, - "voter": "eileenbeach" + "reputation": 8358591595454, + "rshares": 5649537088696, + "voter": "kushed" }, { "percent": "10000", - "reputation": 39279686642, - "rshares": 59036091, - "voter": "jusan" + "reputation": 138490649, + "rshares": 2032471655710, + "voter": "silver" }, { "percent": "10000", - "reputation": 716390377150, - "rshares": 58834956, - "voter": "rwgunderson" + "reputation": 4018307276106, + "rshares": 4800499324517, + "voter": "silversteem" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127493671, - "voter": "mrainp" + "reputation": -37765249963674, + "rshares": 3074286081144, + "voter": "wang" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 92595506, - "voter": "runridefly" + "reputation": 1214229078, + "rshares": 2469631031, + "voter": "boy" }, { "percent": "10000", - "reputation": 692817924311, - "rshares": 4560833634, - "voter": "io-io-io" + "reputation": 4712949449, + "rshares": 2997369496, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1679833671371, - "rshares": 3197286475, - "voter": "asuran" + "reputation": 1789951494550, + "rshares": 567482931, + "voter": "bunny" }, { "percent": "10000", - "reputation": 448323753, - "rshares": 291086336, - "voter": "trimtab" + "reputation": 59074616588451, + "rshares": 3810663611390, + "voter": "complexring" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 227799147, - "voter": "richardcrill" + "reputation": 103443134841, + "rshares": 41916975903, + "voter": "bue" }, { - "percent": "5000", - "reputation": 85132342011, - "rshares": 3760658629, - "voter": "laonie11" + "percent": "10000", + "reputation": 0, + "rshares": 1323853997, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "rshares": 170685085, + "voter": "moon" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 12928765689257, + "rshares": 31476390885, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 196209955874, + "voter": "b0y2k" }, { "percent": "10000", "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "rshares": 431132248658, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3019338615943, + "voter": "recursive" }, { "percent": "10000", "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "rshares": 495355085, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1081518630190, + "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 629095349859, - "rshares": 1235093565, - "voter": "victor-smirnoff" + "reputation": 0, + "rshares": 723997374, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 1322150020, - "voter": "sponge-bob" + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" }, { "percent": "10000", - "reputation": 78520035785, - "rshares": 55630173, - "voter": "pierce-the-veil" + "reputation": 1301587831477, + "rshares": 22986786563, + "voter": "sadochismo" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "rshares": 230104576, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": -13509629134, - "rshares": 55224735, - "voter": "elfremzy1985" + "reputation": 2165622245848, + "rshares": 23742560255, + "voter": "yefet" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 4477492280957, + "rshares": 25799712115, + "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 1307793552141, + "rshares": 16947480626, + "voter": "max-infeld" }, { "percent": "10000", - "reputation": 1737630, - "rshares": 53952590, - "voter": "shonzr" + "reputation": 2120743942708, + "rshares": 19582281715, + "voter": "ninzacode" }, { "percent": "10000", - "reputation": 143879651757, - "rshares": 149232868, - "voter": "keverw" + "reputation": 3828884985898, + "rshares": 58847956204, + "voter": "lovelace" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 81300407183, + "rshares": 567115788, + "voter": "ifttt" }, { "percent": "10000", - "reputation": 0, - "rshares": 55725073, - "voter": "budda" + "reputation": 1845145940128, + "rshares": 67269861861, + "voter": "idealist" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": 12382143533351, + "rshares": 656783832492, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8146305436, + "voter": "fkn" }, { - "percent": "10000", + "percent": "8500", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 411087770, + "voter": "paco-steem" }, { - "percent": "10000", - "reputation": 2908933665034, - "rshares": 51911414, - "voter": "mindhunter" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4680592060, + "voter": "spaninv" }, { - "percent": "10000", - "reputation": 97476072754, - "rshares": 53167239, - "voter": "david.prochnow" + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10696229737, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 15854806148148, + "rshares": 17607786935, + "voter": "richman" }, { "percent": "10000", - "reputation": 0, - "rshares": 53995298, - "voter": "warhammer" + "reputation": 1111594060096, + "rshares": 3270428410, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 808036081309, - "rshares": 55047290, - "voter": "thiras" + "reputation": 6580794427504, + "rshares": 60179883035, + "voter": "hannixx42" }, { - "percent": "10000", - "reputation": 35035670618, - "rshares": 51803318, - "voter": "plantbasedjunkie" + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1438348589, + "voter": "murh" }, { "percent": "10000", - "reputation": 0, - "rshares": 50207083, - "voter": "mike2125" + "reputation": 39966682765041, + "rshares": 52208883182, + "voter": "sascha" }, { "percent": "10000", - "reputation": 0, - "rshares": 54432544, - "voter": "sebast" + "reputation": 373944484737, + "rshares": 1737651089, + "voter": "dmitry" }, { "percent": "10000", - "reputation": 0, - "rshares": 54432371, - "voter": "post-successful" + "reputation": 872967846578, + "rshares": 5486331749, + "voter": "marta-zaidel" }, { "percent": "10000", - "reputation": 5252754993, - "rshares": 54431164, - "voter": "lynchiandream" + "reputation": 824717099743, + "rshares": 537605029842, + "voter": "cyber" }, { "percent": "10000", - "reputation": 0, - "rshares": 54198700, - "voter": "niknight" + "reputation": 463562817, + "rshares": 610215621, + "voter": "ethan-castle" }, { "percent": "10000", - "reputation": 511520729, - "rshares": 50968607, - "voter": "landofcrypto" - } - ], - "author": "dana-edwards", - "author_reputation": 87363750745142, - "beneficiaries": [], - "body": "[Series] Achieving financial independence with Steem Intro 1\n========\n\n![enter image description here](https://c2.staticflickr.com/8/7737/16709762303_1edf2026cb_b.jpg)\n\nThis will be a series of posts on how to achieve financial independence using Steem. This series of posts is for people who want to learn and discuss different ways to think about money, and for people who truly despise the 9-5 salary worker lifestyle. If you're trapped in a salary worker lifestyle and you want to find an alternative then this series of posts is about how we can help each other free ourselves from that. Let's escape the salary worker lifestyle and teach others.\n\n\n\nWhat does the salary worker lifestyle bring?\n--------------------\n\nhttps://youtu.be/FF4zlGfW7Ks\n\n\n\n - **Bosses.** Most people who have a salary job are employees and most employees have a boss. \n - **Workplace politics.** Most people who have a salary job have to deal with the aspects such as workplace politics. \n - **A slave to the clock.** Most people in this lifestyle do not get to set their own schedule. Their schedule is set by others and they have to work a certain amount of hours not just for the pay but to save face and or keep their jobs.\n - **Hard work can be discouraged.** In salary work you can sometimes work very hard to make higher ups look good, who sometimes take the credit for your work as if it was theirs. You may see people who get raises for reasons other than merit.\n - **You have to go to work.** Not only are most salary workers a slave to the clock but they have to also go to some designated location just to work. In 2016 this makes little sense but it's tradition to go to work even when there are long traffic jams and lines to get coffee each morning. \n - **You have to choose between arbitrary \"full time\" and \"part time\".** The amount of hours you get are designated by arbitrary meaningless concepts like full time and part time. In reality if we look at the animal kingdom there is no full and part time. If we look far back at human history these concepts didn't exist until fairly recently. \n\n\nThis isn't to discourage anyone who lives the salary worker lifestyle and who is happy with it. Some people for whatever reason are perfectly happy to live their lives working for others in this way. But if you are disgusted by this lifestyle then continue reading and have a look at this video below:\n\n\nThe salaryman lifestyle of Japan\n---------------\n\n\nhttps://youtu.be/po8IPh64rVM\n\n\n\nThe salaryman lifestyle of Japan may be an indicator of the extreme version of the salary worker lifestyle globally. Many milennials look at videos like this and think it is totally ridiculous to live like this no matter how much money people get paid. Why do they do it? Because they need stable income to support their families? So this lifestyle for many is just a sacrifice, a means to an end.\n\n\nhttps://youtu.be/NEdwrPwFo4Q\n\n\nJapan offers a social compact where salarymen work for a company and have a job for life. This is distinctly different from how it is in the United States and this might indicate why people in Japan are willing to make greater sacrifices for their jobs. The company which treats employees like a family encourages the salary worker culture. But what if you could make a living as a blogger, enjoy your family, and not have to make these kinds of sacrifices anymore?\n\n\nBloggers have to get paid\n----------\n\nIn order to free people it is important that bloggers can get paid. The key point is that they don't have to get paid a daily salary like a factory worker or salary worker. Bloggers need to get paid enough money to be financially independent, and how much that is, that minimum threshold, is a threshold which differs from location to location, from country to country. If you know a blogger is in the United States or Tokyo then you know the cost of living is high, so they will need to get more votes and rewards to reach financial independence than the bloggers in Nigeria. \n\nFor this reason we cannot know for certain what is a big or small payout to a particular blogger. Most people would assume 20,000 USD is a large payout for the average American and they would be absolutely right. In most places in the United States, 20,000 USD is a year salary. In New York 20,000 USD might be enough for a month or two. This is because the cost of living in New York city is extremely high and 20,000 in a month is typical for some classes of workers in New York.\n\nThe threshold for financial independence\n--------------\n\nThis threshold is slightly different for everybody. This threshold might not be entirely measured in a dollar amount. But the point is that once a person has wealth beyond this minimum threshold, they are able to live off their own wealth indefinitely. This could be the person who has enough dividend paying stocks to live off their dividend payments for the rest of their life while getting a reasonable income for their location, or it could be in the form of a mountain of Steem Power which can give them weekly payouts for the rest of their life.\n\nThis isn't to say Steem Power is something people **SHOULD** pursue exclusively and it's not to think of Steem Power as an investment. It's to think of Steem Power as a tool in the fight for financial independence and as anyone knows, it's important to be diversified in terms of income streams if the goal is financial independence. Each reader can decide on their own wealth threshold, and determine what forms are most convenient for them to express their wealth, but Steem Power is important because it allows bloggers to express their wealth in a way which encourages financial independence at least as of now.\n\n\nWhat are some of the benefits of the financially independent lifestyle?\n\n - **No bosses.** No bosses, no bullshit, you're the boss of yourself if you choose to be or you can select someone to be the boss if you voluntarily want that. \n - **Your workplace is mobile.** Your workplace revolves around you, and it could be your laptop, it could be your smart phone, it could be your tape recorder, it's ultimately something you can carry about. Steemit could be the closest thing to a workplace and you go to work simply logging in.\n - **Work as hard as you need to.** No one is micromanaging you, or on your back telling you what to do and how to do it. You work as hard as you deem necessary to accomplish your goals. It helps to be a perfectionist but there is no quota system. \n - **You have time to enjoy your family.** Now you can be with the people you care about as often as you want. Your job is location independent so you can take them on vacations and tour the world while you work or you can work from home. \n - **You aren't a slave to the clock anymore.** You can work when you want, sleep when you want, party when you want, and record all of it to upload to your vlog.\n\n\nPromoting financial freedom while working to achieve it\n-------------------------------------------------------\n\nYou can make posts, vlogs, and show the differences between the salary worker lifestyle and the lifestyle of a financially independent blogger. Even if you haven't yet achieved financial independence, you can help document the process of achieving financial independence as a sort of lifestyle lifelogger. For this reason the travel blogs are very important because it is what helps to wake people up who are in lifestyles they hate to discover that it's possible to travel for a living.\n\nWhen beautiful people **(notice I don't just say women!)** are posting travel pictures and talking about enjoying their life as a blogger, it is this which attracts many ordinary people who see how these people are enjoying themselves and who want to do the same. It's important that blogging remains fun and does not turn into something which resembles a salary job and in order to keep it fun it is important to remember that at this time being a professional blogger is considered an **alternative lifestyle** and is not mainstream. \n\nNormal people do not even know it's possible to have a career as a blogger and even if they think it is possible it's not currently associated with being financially independent. When people see that you can blog, go from rags to riches, or essentially become financially independent from the wage worker, then many people who currently are wage workers thinking it's the only noble way to make money will think to at least give it a try.\n\n\nShow the Steem culture\n---------------\n\n\nDid you know if you are self employed you can live in Japan quite easily? Japan offers a freelance VISA which means if you are successful on Steemit where you can make over $2500 a month then you can apply for this VISA. \n\nhttps://youtu.be/k0XavuFn_tA\n\n\nAnd from Japan you can be a Steem ambassador where you can be a journalist to show how people in Japan are using Steem, or promote Steem to Japanese youth who do not want to be salary workers. Indeed, many Japanese do not want to follow their parents and despise the salaryman culture but they do not yet know Steemit exists. If you're in Japan, or just interested, you can bring Steem culture to Japan.\n\nThe first generation of financially independent Steemians will be the people who help create and show Steem culture to the world. You will have the opportunity to live anywhere you want, to give people around the world hope, and to show how Steem changes lives. You'll be able to promote Steem while also promoting financial independence as a concept.\n\n\nI hope you enjoyed this post, if you did there are several others from [Extie DaSilva](https://steemit.com/@extie-dasilva) that you might like.\n-----------", - "body_length": 9691, - "cashout_time": "2016-08-24T09:02:45", - "category": "politics", - "children": 33, - "created": "2016-08-17T09:02:45", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"politics\",\"philosophy\",\"money\",\"craigrant\",\"truecrypto\"],\"links\":[\"https://youtu.be/FF4zlGfW7Ks\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T10:23:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 67838288838220, - "parent_author": "", - "parent_permlink": "politics", - "pending_payout_value": "806.722 HBD", - "percent_hbd": 10000, - "permlink": "series-achieving-financial-independence-with-steem-intro-1", - "post_id": 849480, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[Series] Achieving financial independence with Steem Intro 1", - "title": "[Series] Achieving financial independence with Steem Intro 1", - "total_payout_value": "0.000 HBD", - "url": "/politics/@dana-edwards/series-achieving-financial-independence-with-steem-intro-1" - }, - { - "active_votes": [ + "reputation": 1444446898291, + "rshares": 9952419547, + "voter": "johnerfx" + }, { "percent": "10000", - "reputation": 32455846463901, - "rshares": 30946498845353, - "voter": "smooth" + "reputation": 11136252375006, + "rshares": 356283415537, + "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 83941319998, - "rshares": 5428362754239, - "voter": "smooth.witness" + "reputation": 1376656930605, + "rshares": 5596750166, + "voter": "karbonxx" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 321402190, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 47114293981, - "voter": "jchch" + "reputation": 3804349938696, + "rshares": 57368734592, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 54345938068170, - "rshares": 124844367769, - "voter": "craig-grant" + "reputation": 5888717170887, + "rshares": 65229633367, + "voter": "ratel" }, { "percent": "10000", - "reputation": 64573188744746, - "rshares": 61647538116, - "voter": "dragonslayer109" + "reputation": 8397302485673, + "rshares": 183762964941, + "voter": "will-zewe" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537633935848, - "voter": "cyber" + "reputation": 77590508815145, + "rshares": 126850743531, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 5244023575, - "rshares": 346840110, - "voter": "bblair" + "reputation": 1050758001641, + "rshares": 22263809699, + "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65231105743, - "voter": "ratel" + "reputation": 37159422493, + "rshares": 615632798, + "voter": "johnerminer" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132021872037, - "voter": "schro" + "reputation": 5886979119053, + "rshares": 43296904174, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 217222224, - "rshares": 293749320, - "voter": "knopki" + "reputation": 274656026130, + "rshares": 36568047759, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 6095326280934, - "rshares": 19252927597, - "voter": "thebatchman" + "reputation": 2738311095861, + "rshares": 21037599820, + "voter": "jparty" }, { "percent": "10000", - "reputation": 156169282296, - "rshares": 291990822, - "voter": "sonyanka" + "reputation": 3509662488161, + "rshares": 25577064251, + "voter": "jonnyrevolution" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 5488840794, - "voter": "kakradetome" + "reputation": 44591565205, + "rshares": 30663131478, + "voter": "m0se" }, { "percent": "10000", - "reputation": 213668684615, - "rshares": 2133084867, - "voter": "soupernerd" + "reputation": 2758500001611, + "rshares": 3067985295, + "voter": "fuck.off" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 1019011681813, + "rshares": 4179579990, + "voter": "iloveporn" }, { "percent": "10000", - "reputation": 11415305020986, - "rshares": 37459977048, - "voter": "menta" + "reputation": 1557874437556, + "rshares": 1493761252, + "voter": "the.bot" }, { "percent": "10000", - "reputation": 9824421122, - "rshares": 180542763, - "voter": "aidar88" + "reputation": 2445708956667, + "rshares": 5082907228, + "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 35863465465, - "voter": "r4fken" + "reputation": 6053064579803, + "rshares": 25456479559, + "voter": "djm34" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1258128648, - "voter": "leksimus" + "reputation": 1691376287481, + "rshares": 3544855809, + "voter": "the.whale" }, { "percent": "10000", - "reputation": 2806990757, - "rshares": 235816275, - "voter": "fedor" + "reputation": 40255997582, + "rshares": 7963237697, + "voter": "cannav" }, { "percent": "10000", - "reputation": 1563271634183, - "rshares": 75970252084, - "voter": "paco" + "reputation": 36391001943292, + "rshares": 165872891302, + "voter": "dashpaymag" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3059625521, - "voter": "karen13" + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 1241141280004, - "rshares": 50338076418, - "voter": "sephiroth" + "reputation": 1160886081198, + "rshares": 3358845753, + "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2452268274, - "voter": "screasey" + "reputation": 65540661343, + "rshares": 2088211992, + "voter": "orly" }, { "percent": "10000", - "reputation": 3033861094190, - "rshares": 8860960764, - "voter": "nippel66" + "reputation": 3148690478580, + "rshares": 6154141661, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 118353022, - "voter": "bobo012" + "reputation": 13253460317058, + "rshares": 19925785643, + "voter": "brunopro" }, { - "percent": "0", - "reputation": 20001506960251, - "rshares": 2234580760, - "voter": "liberosist" + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5003439992, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1904763665, - "voter": "cryptohustlin" + "reputation": 213668684615, + "rshares": 2469887741, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 116382038, - "voter": "elmusic" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 148247577629, - "voter": "jl777" + "reputation": 1035952800698, + "rshares": 3545161944, + "voter": "vote" }, { "percent": "10000", - "reputation": 45712131677758, - "rshares": 15874238296, - "voter": "crazymumzysa" + "reputation": 2237331858240, + "rshares": 3732528948, + "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 2812079541783, - "rshares": 982516755, - "voter": "fishborne" + "reputation": 1059790037173, + "rshares": 156917057147, + "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 121757317, - "voter": "mysteem" + "reputation": -2499740471746, + "rshares": 35863166588, + "voter": "r4fken" }, { - "percent": "10000", - "reputation": 48324434201, - "rshares": 193587927, - "voter": "tobythecat" + "percent": "3000", + "reputation": 19111656178138, + "rshares": 17313633186, + "voter": "furion" }, { - "percent": "10000", - "reputation": 58190631451, - "rshares": 13076298001, - "voter": "proto" + "percent": "3000", + "reputation": 3891722, + "rshares": 193906902, + "voter": "barbara2" }, { - "percent": "5000", - "reputation": 17698439393799, - "rshares": 2613984942, - "voter": "sisterholics" + "percent": "3000", + "reputation": 9142611234, + "rshares": 216810692, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 198776099, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 16914207527051, - "rshares": 32515642842, - "voter": "celebr1ty" + "reputation": 1619464717351, + "rshares": 3209043458, + "voter": "cryptoscope" }, { "percent": "10000", - "reputation": 67422364209, - "rshares": 3546939661, - "voter": "mpa" + "reputation": 8017093633272, + "rshares": 20689766629, + "voter": "ausbitbank" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 112027656, - "voter": "steemster1" + "reputation": 963454351109, + "rshares": 1274170818, + "voter": "marcgodard" }, { "percent": "10000", - "reputation": 6699598900, - "rshares": 112914306, - "voter": "wunju" + "reputation": 95481013815, + "rshares": 258268629, + "voter": "adinda" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1584560911, - "voter": "spinner" + "reputation": 10077167197115, + "rshares": 30827024902, + "voter": "biophil" }, { "percent": "10000", - "reputation": 1804907957838, - "rshares": 1646540649, - "voter": "belkins" + "reputation": 39920320621, + "rshares": 327654289418, + "voter": "bobbylee" }, { "percent": "10000", - "reputation": -4779249072914, - "rshares": 1984033205, - "voter": "weenis" + "reputation": 2397831198773, + "rshares": 3059540816, + "voter": "karen13" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 761363300, - "voter": "metaflute" + "reputation": 167437582424, + "rshares": 322690394, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6860786830, - "voter": "taker" + "reputation": 2629271154, + "rshares": 2400092353, + "voter": "screasey" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 1537463763, + "rshares": 25832634803, + "voter": "creemej" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": 30130564942, + "rshares": 268767437, + "voter": "illlefr4u" }, { - "percent": "0", - "reputation": 10771708337101, - "rshares": 29272102833, - "voter": "laonie" + "percent": "10000", + "reputation": 336756074227, + "rshares": 421814713, + "voter": "natalyt" }, { - "percent": "5000", - "reputation": 124802744033, - "rshares": 3778964442, - "voter": "laonie1" + "percent": "10000", + "reputation": 599560057305, + "rshares": 3902238917, + "voter": "oululahti" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778947431, - "voter": "laonie2" + "percent": "10000", + "reputation": 2173940256661, + "rshares": 6792810702, + "voter": "benjiberigan" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778936100, - "voter": "laonie3" + "percent": "10000", + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" }, { "percent": "10000", - "reputation": 5776723480371, - "rshares": 316955327349, - "voter": "somebody" + "reputation": -910520517353, + "rshares": 30998817641, + "voter": "ubg" }, { "percent": "10000", - "reputation": 5451282059200, - "rshares": 5354509323, - "voter": "veralynn" + "reputation": 1394532106132, + "rshares": 7018124605, + "voter": "geronimo" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778614532, - "voter": "laonie4" + "percent": "10000", + "reputation": 1830353392409, + "rshares": 2883799483, + "voter": "azurejasper" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778602547, - "voter": "laonie5" + "percent": "10000", + "reputation": 7740774800016, + "rshares": 24899977231, + "voter": "beowulfoflegend" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778594469, - "voter": "laonie6" + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1834189092, + "voter": "cryptohustlin" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778571886, - "voter": "laonie7" + "percent": "10000", + "reputation": 2970166898462, + "rshares": 3623707377, + "voter": "hagie" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778554259, - "voter": "laonie8" + "percent": "10000", + "reputation": 2791409844, + "rshares": 114054397, + "voter": "elmusic" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778533199, - "voter": "laonie9" + "percent": "10000", + "reputation": 14988694886527, + "rshares": 137653389176, + "voter": "jl777" }, { - "percent": "5000", - "reputation": 3016325652890, - "rshares": 18837593469, - "voter": "xiaohui" + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6560870437, + "voter": "positive" }, { "percent": "10000", - "reputation": 298397221413, - "rshares": 124868462, - "voter": "hdphotography" + "reputation": 194175308, + "rshares": 101801032, + "voter": "sergey22" }, { "percent": "10000", - "reputation": 58766754772, - "rshares": 65263444, - "voter": "sizil" + "reputation": 0, + "rshares": 1148141903, + "voter": "yarly" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 0, + "rshares": 264958964, + "voter": "yarly2" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 265357583, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" }, { "percent": "10000", "reputation": 0, - "rshares": 1661451481, - "voter": "antispam" + "rshares": 154731677, + "voter": "yarly5" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 51802213, - "voter": "confucius" + "reputation": 35209974404, + "rshares": 124293928, + "voter": "mysteem" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 3777763523032, + "rshares": 19269645390, + "voter": "krabgat" }, { "percent": "10000", - "reputation": 5176671060650, - "rshares": 503880111, - "voter": "rubenalexander" + "reputation": 58190631451, + "rshares": 13075844563, + "voter": "proto" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 6796361134481, + "rshares": 2071013549, + "voter": "trisnawati" }, { "percent": "10000", - "reputation": 8816866, - "rshares": 61119894, - "voter": "kaosdlanor" + "reputation": 17698439393799, + "rshares": 2300655477, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 27464820248, - "rshares": 54762710, - "voter": "thegoldencookie" + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" }, { "percent": "10000", - "reputation": 2051850885932, - "rshares": 78249092, - "voter": "mindfreak" + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 2551239163442, - "rshares": 3456896368, - "voter": "johnnyyash" + "reputation": 3872901675, + "rshares": 613876935, + "voter": "baracuda1971" }, { "percent": "10000", - "reputation": 2594661721428, - "rshares": 4010466924, - "voter": "themanualbot" + "reputation": 1416246303584, + "rshares": 7050373338, + "voter": "michaeldodridge" }, { "percent": "10000", "reputation": 0, - "rshares": 99297844, - "voter": "stevenh512" + "rshares": 79810941, + "voter": "yarly12" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "percent": "3000", + "reputation": 147425730, + "rshares": 204479372, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 200595065, + "voter": "keepcalmand" }, { "percent": "10000", "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "rshares": 81917882, + "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 5095600502, + "rshares": 112996238, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 2357768295588, - "rshares": 1543088925, - "voter": "movievertigo" + "reputation": 212959420968, + "rshares": 9802502861, + "voter": "michiel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": -4779249072914, + "rshares": 2314705406, + "voter": "weenis" }, { "percent": "10000", - "reputation": 3176421463, - "rshares": 56128777, - "voter": "kingdom" + "reputation": 49283901870, + "rshares": 686691794, + "voter": "metaflute" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3776590554, - "voter": "laonie10" + "percent": "10000", + "reputation": 1275505236, + "rshares": 6403191764, + "voter": "taker" }, { "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "reputation": 10137266406870, + "rshares": 3575944765, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 975625968, - "voter": "eileenbeach" + "reputation": 192578386836, + "rshares": 59572486, + "voter": "skyefox" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127493671, - "voter": "mrainp" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 3749012705250, - "rshares": 5940167503, - "voter": "alexandre" + "reputation": 0, + "rshares": 51522514, + "voter": "johnblow" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 92595506, - "voter": "runridefly" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "5000", - "reputation": 85132342011, - "rshares": 3760658629, - "voter": "laonie11" + "reputation": 10771708337101, + "rshares": 497591081768, + "voter": "laonie" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 90565359983, + "rshares": 6933162737, + "voter": "rawnetics" }, { - "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "rshares": 3778947431, + "voter": "laonie2" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50262756, - "voter": "wiss" - }, - { - "percent": "10000", - "reputation": 855163, - "rshares": 56861918, - "voter": "bitcoinx" + "rshares": 3778936100, + "voter": "laonie3" }, { "percent": "10000", - "reputation": 837791549130, - "rshares": 1322150020, - "voter": "sponge-bob" + "reputation": 1412252219445, + "rshares": 2490042097, + "voter": "anthonyj" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 1751717743, + "rshares": 5209109141, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 76761005092, - "rshares": 980599805, - "voter": "seasi06" + "reputation": 15739430465359, + "rshares": 39852455644, + "voter": "mibenkito" }, { "percent": "10000", - "reputation": 670779587392, - "rshares": 55340759, - "voter": "ahmetova" + "reputation": 0, + "rshares": 3699507031, + "voter": "ullikume" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 282062767, + "rshares": 1873855775, + "voter": "darrenturetzky" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 62016239, + "voter": "muizianer" }, { "percent": "10000", - "reputation": 143879651757, - "rshares": 177472653, - "voter": "keverw" + "reputation": 5451282059200, + "rshares": 3951250118, + "voter": "veralynn" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 3778614532, + "voter": "laonie4" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "rshares": 3778602547, + "voter": "laonie5" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "rshares": 3778594469, + "voter": "laonie6" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 3778571886, + "voter": "laonie7" }, { - "percent": "10000", - "reputation": 2908933665034, - "rshares": 53015912, - "voter": "mindhunter" + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "rshares": 3778533199, + "voter": "laonie9" }, { "percent": "10000", - "reputation": 3495795823022, - "rshares": 53758453, - "voter": "cnfund" + "reputation": 5836792362, + "rshares": 63221491, + "voter": "sky.max" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50207083, - "voter": "mike2125" + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18836510199, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 33094563, - "rshares": 51238874, - "voter": "acc123" + "reputation": 15932269974, + "rshares": 65509261, + "voter": "fairider1" }, { "percent": "10000", - "reputation": 353288883728, - "rshares": 53369320, - "voter": "floweroflife" - } - ], - "author": "crazymumzysa", - "author_reputation": 45712131677758, - "beneficiaries": [], - "body": "***I want to tantalize your taste buds with this delectable sin, once tasted, hooked for life!***\n\nHey Foodies\n\nLast week I shared the recipe of my delectable cheesecake. Sticking to the dessert topic, today I'm sharing my all time favorite **Peppermint Crisp Tart** recipe. \n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/img_6269_zpsnjdkjczj.jpg)\n[Image Credit](https://letscooklocal.files.wordpress.com/2012/09/img_6269.jpg?w=600&h=450)\n\nSince a child the mixture of caramel, peppermint and chocolate cream brought me great happiness and as soon as I was able I learned how to make it. Unfortunately I was only able to make it on special occasions :(\n\nKnowing that I can't wait to make it again. I won't let you wait either.\n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/Peppermint-Crisp-Tart-Ingredients_zpsaxtdjl43.jpg)\n[Image Credit](https://maakit.co.za/wp-content/uploads/2013/02/Peppermint-Crisp-Tart-Ingredients.jpg)\n\n**Ingredients**\n-----------\nYou will need:\n250 ml cream / Orley whip (I prefer cream)\n1 can caramel treat\n4 peppermint crisp chocolate bars (Cadbury is my preferred choice)\n1 packet of Tennis Biscuits \n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/189fe9ffbfd9c99f614badcc60fcaf6a_zpscihiekx4.jpg)\n[Image Credit](https://s-media-cache-ak0.pinimg.com/564x/18/9f/e9/189fe9ffbfd9c99f614badcc60fcaf6a.jpg)\n\n**Method**\n------\n\n* Whip cream until it is stiff \n* Add caramel treat to the cream and mix until smooth\n* Grate or crush the peppermint crisp bars and add to cream mixture, mix in well. \n* Place the tennis biscuits in a pie dish and pour over a layer of cream, add more biscuits on top of the cream the idea is to layer it like a lasagna.\n* Place the pie dish in the fridge for about 30 min and serve. \n\n**Additional options** \nPut fresh mint leaves or crushed chocolate on top for garnish.\n\n![enter image description here](http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/cake1_zpssor0j3sk.jpg)\n[Image Credit](https://www.idealshape.com/wp-content/uploads/2014/10/cake1.jpg)\n\n\nEnjoy!!!!\n\n**Don't forget to follow @thegoldencookie**\n---------------------------------------\n\n**@crazymymzysa features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author**", - "body_length": 2400, - "cashout_time": "2016-08-24T08:32:15", - "category": "food", - "children": 20, - "created": "2016-08-17T08:32:15", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"food\",\"recipe\",\"easy\",\"\"],\"users\":[\"thegoldencookie\"],\"image\":[\"http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/img_6269_zpsnjdkjczj.jpg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T08:32:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 38262183561195, - "parent_author": "", - "parent_permlink": "food", - "pending_payout_value": "262.689 HBD", - "percent_hbd": 10000, - "permlink": "for-the-mint-of-peppermint-featuring-author-thegoldencookie", - "post_id": 849190, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", - "title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", - "total_payout_value": "0.000 HBD", - "url": "/food/@crazymumzysa/for-the-mint-of-peppermint-featuring-author-thegoldencookie" - }, - { - "active_votes": [ + "reputation": 66791976065, + "rshares": 34603854834, + "voter": "joele" + }, { "percent": "10000", - "reputation": 330982605, - "rshares": 140316422085, - "voter": "alex90342fastn1" + "reputation": 137363191136, + "rshares": 144966965, + "voter": "agussudaryanto" }, { "percent": "10000", - "reputation": 19959120564829, - "rshares": 25390949219, - "voter": "alexgr" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9952419547, - "voter": "johnerfx" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 596394273, - "voter": "johnerminer" + "reputation": 0, + "rshares": 6934137885, + "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 157636214062, - "rshares": 21617011570, - "voter": "ozzy-vega" + "reputation": 3515726108234, + "rshares": 182816900, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 193128492149, - "voter": "juneaugoldbuyer" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 2821855573125, - "rshares": 3863607637, - "voter": "steemit-life" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 7952828943, - "rshares": 4048703429, - "voter": "thegoodguy" + "reputation": 0, + "rshares": 74180835, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 19168905436557, - "rshares": 7405029520, - "voter": "dwinblood" + "reputation": 50133213259, + "rshares": 113917690, + "voter": "sandziro" }, { "percent": "10000", - "reputation": 2339981102950, - "rshares": 467828234, - "voter": "fubar-bdhr" + "reputation": -291550544386, + "rshares": 58730501, + "voter": "vishal1" }, { "percent": "10000", - "reputation": 4456090201156, - "rshares": 4323530648, - "voter": "heimindanger" + "reputation": 0, + "rshares": 176768645, + "voter": "vootka" }, { "percent": "10000", - "reputation": 153480676290, - "rshares": 662570076, - "voter": "curator" + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 7050411783, - "voter": "michaeldodridge" + "reputation": 593072231, + "rshares": 60462106, + "voter": "immortality" }, { "percent": "10000", - "reputation": 8806485920347, - "rshares": 22819925010, - "voter": "jasonstaggers" + "reputation": 9332405310628, + "rshares": 6263732927, + "voter": "mrosenquist" }, { "percent": "10000", "reputation": 0, - "rshares": 90502016, - "voter": "smech" + "rshares": 112641010, + "voter": "future-shock" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 6438163578, - "voter": "rawnetics" + "reputation": 15097834744, + "rshares": 63446845, + "voter": "efrageek" }, { "percent": "10000", - "reputation": 6364644439603, - "rshares": 105935028, - "voter": "aboundlessworld" + "reputation": 0, + "rshares": 50545877, + "voter": "party1998" }, { "percent": "10000", - "reputation": 1269864429223, - "rshares": 2329744841, - "voter": "kainmarx" + "reputation": 0, + "rshares": 61150289, + "voter": "immortal" }, { "percent": "10000", - "reputation": 33467338593, - "rshares": 61385527, - "voter": "sijoittaja" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 6151190773, - "voter": "mrosenquist" + "reputation": 5176671060650, + "rshares": 1341594859, + "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 9080373233, - "rshares": 62495590, - "voter": "mchavarriaot" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 517546794156, - "rshares": 107585463, - "voter": "steevc" + "reputation": 28535887165, + "rshares": 71432076, + "voter": "longevity" }, { "percent": "10000", - "reputation": 425267052246, - "rshares": 58216042, - "voter": "ultimus" + "reputation": 57513824, + "rshares": 59447794, + "voter": "rashka" }, { "percent": "10000", - "reputation": 1063317981552, - "rshares": 6703100778, - "voter": "etcmike" + "reputation": 932133989312, + "rshares": 300297536, + "voter": "mashkovpro" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 92595506, - "voter": "runridefly" + "reputation": 38037060915, + "rshares": 68481239, + "voter": "bitfish" }, { "percent": "10000", - "reputation": 78520035785, - "rshares": 56789135, - "voter": "pierce-the-veil" + "reputation": 0, + "rshares": 173824123, + "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 1676296, - "rshares": 54443169, - "voter": "grazyah13" - } - ], - "author": "mrosenquist", - "author_reputation": 9332405310628, - "beneficiaries": [], - "body": "\n

\n

Content is the heart and soul of Steemit. It comes in the form of blogs that authors create and follow-on comments which readers contribute. We have talked about this before in posts and the chat-room, but the question continues to remain relevant:   

\n

Should viewer\u2019s comments be up-voted by the author as a way of showing appreciation?

\n

Limited upvotes 

\n

If we had an unlimited number of votes, this would not be an issue. Every author would happily upvote people who make comments to their post. But the reality is we all have practical limitations on how many time we can upvote in a 24-hour period. The general consensus is, we should only up-vote about 30 times a day or risk our voting power be depleted, which will greatly degrade the value of our votes. If I write a blog and thirty people comment, do I use all my up-votes for the day to recognize them?   

\n

My choice as an author 

\n

If you up-vote and leave a meaningful reply, then I will return the favor and up-vote your comment.  I firmly believe comments which add to the discussion, enhance the clarity, or contribute to a debate makes the original post even better. I will recognize those who put forth this effort until all my up-votes are depleted for the day.  As I started with, I believe content is what makes Steemit great. The feelings, ideas, and opinions of readers increase the value and fuel the platform for larger audience participation.    

\n

Authors not upvoting good comments 

\n

Sadly, I see many authors who do not recognize or reward quality replies to their posts. I think it discourages readers from engaging and at a macro level hurts the Steemit community. Now, not all comments are worthy. The person who simply states \u201cgood post\u201d or something similarly laconic, does not earn a reward in my opinion. Yes, it is subjective.   

\n

What are your thoughts? Should authors upvote good and engaging reply\u2019s? Do you always upvote quality comments?

\n", - "body_length": 2295, - "cashout_time": "2016-08-24T08:00:30", - "category": "steemit", - "children": 17, - "created": "2016-08-17T08:00:30", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"steemit\",\"upvote\",\"steem-help\",\"blog\",\"philosophy\"],\"image\":[\"https://i.imgsafe.org/4180fc2f33.png\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T08:00:30", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 463955442626, - "parent_author": "", - "parent_permlink": "steemit", - "pending_payout_value": "0.336 HBD", - "percent_hbd": 10000, - "permlink": "to-upvote-or-not-on-comments-that-is-the-question", - "post_id": 848946, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "To Upvote or Not on Comments, That is the Question", - "title": "To Upvote or Not on Comments, That is the Question", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@mrosenquist/to-upvote-or-not-on-comments-that-is-the-question" - }, - { - "active_votes": [ + "reputation": 203940530117, + "rshares": 2613509095, + "voter": "macartem" + }, { "percent": "10000", - "reputation": 261787136527, - "rshares": 626166269274, - "voter": "barrie" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 854893586973, - "rshares": 825093583158, - "voter": "boombastic" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 7520586390, - "rshares": 121571407261, - "voter": "mrs.agsexplorer" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", "reputation": 0, - "rshares": 9337467077, - "voter": "bingo-0" + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", "reputation": 0, - "rshares": 2417416363, - "voter": "bingo-1" + "rshares": 50673817, + "voter": "widell" }, { - "percent": "1000", - "reputation": 147478489309626, - "rshares": 120183276530, - "voter": "tuck-fheman" + "percent": "10000", + "reputation": 951754559495, + "rshares": 1173574968, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": 855178912028, - "rshares": 6982141801, - "voter": "taoofsatoshi" + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" }, { "percent": "10000", - "reputation": 15755437221598, - "rshares": 9521769889, - "voter": "acidyo" + "reputation": -49397634, + "rshares": 50439994, + "voter": "vasilii" }, { "percent": "10000", - "reputation": 1233698174511, - "rshares": 473402236, - "voter": "spartanza" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" }, { "percent": "10000", - "reputation": 3906896686802, - "rshares": 61263268828, - "voter": "thecryptodrive" + "reputation": 2140537429766, + "rshares": 14685665564, + "voter": "yef99" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 100410668477, - "voter": "thedashguy" + "reputation": 15582512683043, + "rshares": 44456161626, + "voter": "justinlaak" }, { "percent": "10000", - "reputation": 8166740506920, - "rshares": 35004404650, - "voter": "cryptoiskey" + "reputation": 1130219064888, + "rshares": 25676682046, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 9434414518400, - "rshares": 19421139578, - "voter": "acassity" + "reputation": 5372210998898, + "rshares": 1373253971, + "voter": "karisa" }, { "percent": "10000", - "reputation": 1700182089209, - "rshares": 75606346427, - "voter": "rubybian" + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 10171002020923, - "rshares": 60050617851, - "voter": "krypto" + "reputation": 1090727793166, + "rshares": 934917569, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 168987550190, - "voter": "juneaugoldbuyer" + "reputation": 18006844018, + "rshares": 127487262, + "voter": "mrainp" }, { "percent": "10000", - "reputation": -2499740471746, - "rshares": 35863203963, - "voter": "r4fken" + "reputation": 3749012705250, + "rshares": 5940167503, + "voter": "alexandre" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 1578960670, - "voter": "owdy" + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" }, { "percent": "10000", - "reputation": 3978354715302, - "rshares": 13627821204, - "voter": "lovenugz" + "reputation": 4818398060873, + "rshares": 29165831568, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 70482634, + "voter": "quinneaker" }, { "percent": "10000", - "reputation": 1220081355, - "rshares": 198648143, - "voter": "ardina" + "reputation": 0, + "rshares": 55377253, + "voter": "maximator15" }, { "percent": "10000", - "reputation": 793209170784, - "rshares": 1258128648, - "voter": "leksimus" + "reputation": 2904648840540, + "rshares": 491627670, + "voter": "jeffreyahann" }, { "percent": "10000", - "reputation": 10445529851856, - "rshares": 6163944903, - "voter": "meesterboom" + "reputation": 682893592, + "rshares": 688016457, + "voter": "gear66" }, { "percent": "10000", - "reputation": 2644191137390, - "rshares": 7741723631, - "voter": "noodhoog" + "reputation": 4254380753805, + "rshares": 227799147, + "voter": "richardcrill" }, { - "percent": "10000", - "reputation": 599560057305, - "rshares": 3742963859, - "voter": "oululahti" + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" }, { "percent": "10000", - "reputation": 1783202708175, - "rshares": 2324867542, - "voter": "desmonid" + "reputation": 1504301173829, + "rshares": 881483989, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 116856214624, - "rshares": 2696585400, - "voter": "bones" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 678073276260, - "rshares": 149534263, - "voter": "raymonjohnstone" + "reputation": 2721887929533, + "rshares": 2922979008, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 211481192881, - "rshares": 632601333, - "voter": "cooper10510" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 114147485, - "voter": "mysteem" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 327313183062, - "rshares": 1183421300, - "voter": "politicasan2" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": -2287580630, - "rshares": 230443964, - "voter": "alex.chien" + "reputation": 205523551305, + "rshares": 373540743, + "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 7442202633, - "voter": "michaeldodridge" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 112027656, - "voter": "steemster1" + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", - "reputation": 5347284750, - "rshares": 4524432256, - "voter": "viernas" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 17701690051649, - "rshares": 50603685050, - "voter": "steemdrive" + "reputation": 56217302217, + "rshares": 73706886, + "voter": "readwriteshare" }, { "percent": "10000", - "reputation": 4116067655741, - "rshares": 1310561212, - "voter": "sykochica" + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 0, + "rshares": 54632424, + "voter": "budda" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": -2498083480, + "rshares": 61344846, + "voter": "skeptic" }, { "percent": "10000", - "reputation": 2344911104009, - "rshares": 7535103949, - "voter": "ekitcho" + "reputation": 0, + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 2908933665034, + "rshares": 54120410, + "voter": "mindhunter" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 97476072754, + "rshares": 53167239, + "voter": "david.prochnow" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 51802213, - "voter": "confucius" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 2586911533140, - "rshares": 1506714481, - "voter": "unrealisback" + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 19560779, - "rshares": 59465404, - "voter": "joystickwind" + "reputation": 0, + "rshares": 52915392, + "voter": "warhammer" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 0, + "rshares": 50701511, + "voter": "roadhog" }, { "percent": "10000", "reputation": 0, - "rshares": 60434874, - "voter": "pumpenthusiasm" + "rshares": 52777051, + "voter": "doggnostic" }, { "percent": "10000", - "reputation": 0, - "rshares": 57978901, - "voter": "slablever" + "reputation": 3495795823022, + "rshares": 53758453, + "voter": "cnfund" }, { "percent": "10000", "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "rshares": 53633596, + "voter": "efroul" }, { "percent": "10000", "reputation": 0, - "rshares": 50114625, - "voter": "highnye" + "rshares": 52504270, + "voter": "jenny-talls" }, { "percent": "10000", "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "rshares": 54592999, + "voter": "dal5ton" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 6483658953, + "rshares": 50258926, + "voter": "doze49" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 511520729, + "rshares": 50968607, + "voter": "landofcrypto" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 3351161, + "rshares": 50911831, + "voter": "crmason" + } + ], + "author": "sascha", + "author_reputation": 39966682765041, + "beneficiaries": [], + "body": "\n

Hey steemers!

\n


\n

\n


\n

The first part about typography ended at about 1930 and can be found here: Part 1. We\u2019ve seen the development and evolution of scripting in general and how letters became letters. What happened during the last 80 years in the world of typography? A whole lot. We don\u2019t see such a huge leap forward though as we have seen it before simply because the timeframe is too short. And the general development was bascially finished as well. But there was still room for evolution and change.

\n


\n

-/ 1930 \u2013 1990

\n

I\u2019d say it was an era of artists and refinement . Their task was to refine what has been given by their predecessors, the foundation was already laid.

\n

The results speak for themselves: Some of the most beautiful fonts ever have been developed and created.

\n

I\u2019d like to list a couple of them including their creators \u2013 the most significant fonts of our time. I still use some of them, e.g. the Garamond or the Futura.

\n

Without the claim of completeness, here are some renowned font-names including their creator and date.  I\u2019m sure most of you heard about them. I can\u2019t list all the fonts, I picked the ones I believe are essential and influential for our time.

\n


\n

\n

fonts from left to right: Garamond, Baskerville, Bodoni

\n


\n


\n

\n

fonts from left to right: Kabel, Futura, Optima

\n


\n

And of course some others which deserve to be mentioned. The list would be endless, just to name a few:

\n


\n

Gill, Erich Gill, 1927

\n

\n


\n

Futura, Paul Renner, 1928

\n

\n


\n

Palatino, Hermann Zapf, 1950

\n

\n


\n

Clarendon, Herrmann Eidenbenz, 1951

\n

\n


\n

Helvetica, Max Miedinger, 1957

\n

\n


\n

Souvenir, Konrad F. Bauer, Walter Baum, 1952

\n

\n


\n

K\u00fcnstlerschreibschrift, Hans Bohn, 1958

\n

\n


\n

Eurostile, Aldo Novarese, 1962

\n

\n


\n

American Typewriter, Toni Stand, 1974

\n

\n


\n

ITC Garamond, Toni Stand, 1975

\n

\n


\n

Bookman, Konrad F. Bauer, Walter Baum, 1975

\n

\n


\n

Avant Garde Gothic, Tom Carnese, Herb Lubalin, 1970

\n

\n


\n

Benguiat, Ed Benguiat, 1978

\n

\n


\n


\n

Stanley Morison
\n
England, Font designer, typographer

\n

His most famous creation (and I\u2019m sure everyone knows this font, it has become a standard on every Windows or Apple system):

\n

\n

This particular font is more than 80 years old and is still a benchmark.

\n


\n


\n

Adrian Frutiger
\n
Switzerland, font designer, teacher, typographer, illustrator

\n

His most famous creations:

\n

\n


\n


\n

Gerhard Lange
\n
Germany, font desinger, typographer, teacher

\n

His most famous creations:

\n

\n


\n


\n

Erik Spiekermann
\nGermany, typographer, font designer, author

\n

His most famous creations:

\n

\n


\n

As you can see I focused on the time until the early 1990\u2019s. Why? First of all it is a personal collection of fonts which I believe are important to be mentioned.

\n

Secondly I\u2019d like to point to important steps, influential steps and creations in the history of typography and fonts and give credit to the artists who created these, manually. By hand. (except maybe 2 or 3 from 1990/91)

\n

Most important: These are timeless fonts which are used until today and that\u2019s something unique. 

\n


\n

-/ 1990 \u2013 2016

\n

I don\u2019t think that any font created after the early 90\u2019s needs to highlighted like the ones above do. The reason is lack of uniqueness and particularities, talking about real evolution. The fonts in use today are just not on the same level. Admittedly, they show a large variety of modifications, yes, but they are all derived from the classics.

\n

And let\u2019s be honest: How can someone ever beat HELVETICA? Maybe some of you will agree: It\u2019s the font of the millenium. (As you can see, this one is my one and only favourite.)

\n


\n

Furthermore \u2026

\n

I think it is very important to know that the era of DTP (Desktop Publishing) started at about 1985. Since then everyone can be a typographer simply by using electronic tools. Typography itself kind of \u2018left the paper\u2018 and became electronic or digital. This is the era we currently live in.

\n

It will be worth looking back at this time \u2013 the time we live in \u2013 in about 50 years from now to see significant steps in the evolution.  Let\u2019s give it some time to evolve.

\n

We have beautiful fonts nowadays, no doubt, I fell in love with many but it needs more time to look at it in detail and make a general statement. It\u2019s just 20 years! It took us about 6000 years to be able to use the fonts we have today. Maybe we\u2019ll talk again in the future to see what happened, that would be crazy :) It remains to be seen if there\u2019s a \u2018special & unique touch\u2019 to this time we live in. I believe we can\u2019t judge now.

\n


\n

To be continued....

\n


\n


\n", + "body_length": 8582, + "cashout_time": "2016-08-24T05:22:45", + "category": "typography", + "children": 25, + "created": "2016-08-17T05:22:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"typography\"],\"image\":[\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/typo_cover.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/bodoni.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/zapf.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/gill.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/futura.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Palatino.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/clarendon.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/helvetica.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Souvenir.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/kuenstler.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/eurostile.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/american.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Garamond.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Bookman.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Avantgarde.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/benguiat.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/morison.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/frutiger.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/lange.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/spiekermann.png\"],\"links\":[\"https://steemit.com/typography/@sascha/typography-part-1-the-evolution-and-origin-of-typefaces\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T05:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 95885562909642, + "parent_author": "", + "parent_permlink": "typography", + "pending_payout_value": "1558.141 HBD", + "percent_hbd": 10000, + "permlink": "typography-part-2-remarkable-typographers-and-their-unparalleled-achievements", + "post_id": 847482, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", + "title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", + "total_payout_value": "0.000 HBD", + "url": "/typography/@sascha/typography-part-2-remarkable-typographers-and-their-unparalleled-achievements" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" }, { "percent": "10000", - "reputation": 901378583777, - "rshares": 1462343681, - "voter": "freewill" + "reputation": 13823888326286, + "rshares": 14233828580633, + "voter": "summon" }, { "percent": "10000", - "reputation": 9530915857627, - "rshares": 9524266410, - "voter": "mikemacintire" + "reputation": -37765249963674, + "rshares": 3073814759956, + "voter": "wang" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 17892579959, - "voter": "daut44" + "reputation": 1214229078, + "rshares": 2468943171, + "voter": "boy" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 92595506, - "voter": "runridefly" + "reputation": 4712949449, + "rshares": 2996506484, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 11729896807, - "rshares": 50219133, - "voter": "smashalee" + "reputation": 1789951494550, + "rshares": 567339087, + "voter": "bunny" }, { "percent": "10000", - "reputation": 740011830, - "rshares": 57193795, - "voter": "buster" + "reputation": 103443134841, + "rshares": 41872896593, + "voter": "bue" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 0, + "rshares": 1323496536, + "voter": "mini" }, { "percent": "10000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 170653749, + "voter": "moon" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 493811343, + "voter": "healthcare" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 147478489309626, + "rshares": 1105548838969, + "voter": "tuck-fheman" }, { "percent": "10000", "reputation": 0, - "rshares": 102413290, - "voter": "bones261" - } - ], - "author": "thedashguy", - "author_reputation": 22794273843250, - "beneficiaries": [], - "body": "\n

edit: thumbnail

\n

\n

As some of you may know I am a Web Designer by trade but currently working as an overall Marketing Guru of sorts in the Recreational Cannabis Industry, I've recently been quite busy and would love to share my progress here on Steemit before anywhere else for both SEO and for Steemit.

\n

I have recently become in charge of marketing/design for a few new Recreational Cannabis stores in my state, and I wanted to use this post to share a bit about my newly launched website; www.RainierCannabis.com, a Recreational Cannabis Store in Shoreline, Washington with a second location coming to Mountlake Terrace very very soon. 

\n

As many of you know a website is never FULLY complete, there is always room for improvement but I needed to get a new website up ASAP as the old one was simply made by someone outside of the industry so the focus was all off and what not, I have plenty of notes left and pages saved as drafts, I will be working in new pages over the next days/weeks but for now I have decided to launch with what we have in an effort to get the ball rolling on the new marketing tricks I have waiting as well.

\n

Anyways, I just wanted it to be on Steemit before anywhere else so here it is!

\n

Rainier Cannabis has just launched a new website! Check it out below!

\n

Original Website:

\n

\n

New Version of Website: 

\n

\n


\n


\n

The DNS is still propagating between servers, but it should go live in the next hour or so.

\n

Plans for the next few days, weeks:

\n

- Add Vendors, Location (Directions), Specials pages.

\n

- Add entire vendor info (products, descriptions, links)

\n

- More Social integration

\n

- Graphic overhaul of most imagery to create a similar icon set to be re-used.

\n

- Marketing additions

\n

PS: Be sure to keep following if you are in the state or planning on visiting! We have more news & goodies coming soon in regards to your wonderful iOS devices. :]

\n


\n

You can also checkout the google view of the shop from the inside here, although it has changed since the photos were taken quite a bit:

\n

https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1

\n

Or you can check them out on https://www.leafly.com/dispensary-info/rainier-cannabis-9c29

\n


\n

Toss me a follow if you liked this! I will be posting about other stores and marketing as we go from an insiders perspective and hope to do it quite often. Steemit exclusives and all!

\n", - "body_length": 3412, - "cashout_time": "2016-08-24T06:40:15", - "category": "seattlesmokers", - "children": 14, - "created": "2016-08-17T06:40:15", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"seattlesmokers\",\"marijuana\",\"cannabis\",\"legalweed\",\"rainiercannabis\"],\"image\":[\"https://s3.postimg.org/9mr343hkz/rainiercannabis_ig_post.png\",\"https://s4.postimg.org/87ed0xeq5/Shoreline_Pot_Shop_Marijuanna_Rainier_Cannab.jpg\",\"https://s4.postimg.org/mr1sjkb25/Home_Shoreline_Pot_Shop_Recreational_Cannabi.jpg\"],\"links\":[\"http://rainiercannabis.com/\",\"https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1\",\"https://www.leafly.com/dispensary-info/rainier-cannabis-9c29\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T07:56:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 2423304994824, - "parent_author": "", - "parent_permlink": "seattlesmokers", - "pending_payout_value": "2.524 HBD", - "percent_hbd": 10000, - "permlink": "recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy", - "post_id": 848161, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", - "title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", - "total_payout_value": "0.000 HBD", - "url": "/seattlesmokers/@thedashguy/recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy" - }, - { - "active_votes": [ + "rshares": 718125847, + "voter": "daniel.pan" + }, { "percent": "10000", - "reputation": 83122046, - "rshares": 17385412095137, - "voter": "itsascam" + "reputation": 8442392793360, + "rshares": 39261911651, + "voter": "jchch" }, { "percent": "10000", - "reputation": 14765040488827, - "rshares": 27844613409288, - "voter": "berniesanders" + "reputation": 37454101478493, + "rshares": 279311567943, + "voter": "chitty" }, { "percent": "10000", - "reputation": 43394593255, - "rshares": 2049642827168, - "voter": "steemroller" + "reputation": 0, + "rshares": 230057570, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1582895535608, - "rshares": 73272768589, - "voter": "donaldtrump" + "reputation": 4733188979515, + "rshares": 17326989820, + "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 19032535635212, - "rshares": 17422112993995, - "voter": "steemed" + "reputation": 12382143533351, + "rshares": 656783832492, + "voter": "eeks" }, { - "percent": "10000", - "reputation": 4107373187010, - "rshares": 2286570489575, - "voter": "hr1" + "percent": "8500", + "reputation": 0, + "rshares": 410985525, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4679286037, + "voter": "spaninv" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1438059401, + "voter": "murh" }, { "percent": "10000", - "reputation": 8358591595454, - "rshares": 5649537088696, - "voter": "kushed" + "reputation": 757241932053, + "rshares": 197665282, + "voter": "edtorrez" }, { "percent": "10000", - "reputation": 138490649, - "rshares": 2032471655710, - "voter": "silver" + "reputation": 824717099743, + "rshares": 537623020842, + "voter": "cyber" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 321329157, + "voter": "stiletto" }, { "percent": "10000", - "reputation": 4018307276106, - "rshares": 4800499324517, - "voter": "silversteem" + "reputation": 3046358914696, + "rshares": 19698641915, + "voter": "samether" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3074286081144, - "voter": "wang" + "reputation": 5260794316761, + "rshares": 132018710234, + "voter": "schro" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 2469631031, - "voter": "boy" + "reputation": 22794273843250, + "rshares": 100409033777, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 2997369496, - "voter": "bue-witness" + "reputation": 40255997582, + "rshares": 7705985068, + "voter": "cannav" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 567482931, - "voter": "bunny" + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 59074616588451, - "rshares": 3810663611390, - "voter": "complexring" + "reputation": 2083279715738, + "rshares": 5103090987, + "voter": "riscadox" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 41916975903, - "voter": "bue" + "reputation": 213668684615, + "rshares": 2694405892, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, - "rshares": 1323853997, - "voter": "mini" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, - "rshares": 170685085, - "voter": "moon" + "reputation": 456375266764, + "rshares": 70606154678, + "voter": "mikemiziner" }, { "percent": "10000", - "reputation": 12928765689257, - "rshares": 31476390885, - "voter": "aizensou" + "reputation": 3149488018622, + "rshares": 1530942440, + "voter": "owdy" }, { "percent": "10000", - "reputation": 35385015759603, - "rshares": 196209955874, - "voter": "b0y2k" + "reputation": 1598540193144, + "rshares": 27446033006, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 0, - "rshares": 431132248658, - "voter": "recursive3" + "reputation": 5463774640621, + "rshares": 18575116773, + "voter": "akareyon" }, { "percent": "10000", - "reputation": 9028537022578, - "rshares": 3019338615943, - "voter": "recursive" + "reputation": 486166, + "rshares": 5567446266, + "voter": "newbie" }, { "percent": "10000", - "reputation": 0, - "rshares": 495355085, - "voter": "healthcare" + "reputation": 786431662143, + "rshares": 2161948801, + "voter": "jvper" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 1081518630190, - "voter": "tuck-fheman" + "reputation": 2397831198773, + "rshares": 2840960512, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 723997374, - "voter": "daniel.pan" + "reputation": 3879998019826, + "rshares": 1425043442, + "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 58892654837, - "voter": "jchch" + "reputation": 0, + "rshares": 161085309, + "voter": "newbie6" }, { "percent": "10000", - "reputation": 1301587831477, - "rshares": 22986786563, - "voter": "sadochismo" + "reputation": 3674446315320, + "rshares": 9090212323, + "voter": "domavila" }, { "percent": "10000", "reputation": 0, - "rshares": 230104576, - "voter": "helen.tan" + "rshares": 5094578160, + "voter": "newbie1" }, { "percent": "10000", - "reputation": 2165622245848, - "rshares": 23742560255, - "voter": "yefet" + "reputation": 587163107963, + "rshares": 1906083673, + "voter": "breathe3000" }, { "percent": "10000", - "reputation": 4477492280957, - "rshares": 25799712115, - "voter": "steampunkpowered" + "reputation": 0, + "rshares": 4993262083, + "voter": "newbie10" }, { "percent": "10000", - "reputation": 1307793552141, - "rshares": 16947480626, - "voter": "max-infeld" + "reputation": 2078306772520, + "rshares": 4699210906, + "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 2120743942708, - "rshares": 19582281715, - "voter": "ninzacode" + "reputation": 0, + "rshares": 1503333138, + "voter": "newbie2" }, { "percent": "10000", - "reputation": 3828884985898, - "rshares": 58847956204, - "voter": "lovelace" + "reputation": 0, + "rshares": 157084429, + "voter": "newbie3" }, { "percent": "10000", - "reputation": 81300407183, - "rshares": 567115788, - "voter": "ifttt" + "reputation": 2173940256661, + "rshares": 6541225120, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 1845145940128, - "rshares": 67269861861, - "voter": "idealist" + "reputation": 0, + "rshares": 4710250082, + "voter": "newbie11" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 656783832492, - "voter": "eeks" + "reputation": 0, + "rshares": 70619787, + "voter": "newbie4" }, { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8146305436, - "voter": "fkn" + "percent": "10000", + "reputation": 974488972206, + "rshares": 2557296338, + "voter": "simon.braki.love" }, { - "percent": "8500", - "reputation": 0, - "rshares": 411087770, - "voter": "paco-steem" + "percent": "10000", + "reputation": 10900524985586, + "rshares": 21952740535, + "voter": "royaltiffany" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4680592060, - "voter": "spaninv" + "percent": "10000", + "reputation": 477578742546, + "rshares": 5205574656, + "voter": "tarindel" }, { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10696229737, - "voter": "elishagh1" + "percent": "10000", + "reputation": 20001506960251, + "rshares": 96038267763, + "voter": "liberosist" }, { "percent": "10000", - "reputation": 15854806148148, - "rshares": 17607786935, - "voter": "richman" + "reputation": 6467956247739, + "rshares": 22468621437, + "voter": "deanliu" }, { "percent": "10000", - "reputation": 1111594060096, - "rshares": 3270428410, - "voter": "daycrypter" + "reputation": 2114306416334, + "rshares": 1834142787, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 6580794427504, - "rshares": 60179883035, - "voter": "hannixx42" + "reputation": 632733211156, + "rshares": 19818121791, + "voter": "celsius100" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1438348589, - "voter": "murh" + "percent": "10000", + "reputation": 14988694886527, + "rshares": 137650370129, + "voter": "jl777" }, { "percent": "10000", - "reputation": 39966682765041, - "rshares": 52208883182, - "voter": "sascha" + "reputation": 0, + "rshares": 4341847785, + "voter": "newbie12" }, { "percent": "10000", - "reputation": 373944484737, - "rshares": 1737651089, - "voter": "dmitry" + "reputation": 0, + "rshares": 4077567128, + "voter": "newbie13" }, { "percent": "10000", - "reputation": 872967846578, - "rshares": 5486331749, - "voter": "marta-zaidel" + "reputation": 0, + "rshares": 3816805811, + "voter": "newbie14" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537605029842, - "voter": "cyber" + "reputation": 0, + "rshares": 3536201846, + "voter": "newbie15" }, { "percent": "10000", - "reputation": 463562817, - "rshares": 610215621, - "voter": "ethan-castle" + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 1444446898291, - "rshares": 9952419547, - "voter": "johnerfx" + "reputation": 0, + "rshares": 3244651181, + "voter": "newbie16" }, { "percent": "10000", - "reputation": 11136252375006, - "rshares": 356283415537, - "voter": "taoteh1221" + "reputation": 0, + "rshares": 2854088578, + "voter": "newbie17" }, { "percent": "10000", - "reputation": 1376656930605, - "rshares": 5596750166, - "voter": "karbonxx" + "reputation": 0, + "rshares": 2284387996, + "voter": "newbie18" }, { - "percent": "8500", + "percent": "10000", "reputation": 0, - "rshares": 321402190, - "voter": "stiletto" + "rshares": 1750697818, + "voter": "newbie19" }, { "percent": "10000", - "reputation": 3804349938696, - "rshares": 57368734592, - "voter": "juanmiguelsalas" + "reputation": 0, + "rshares": 1116654309, + "voter": "newbie20" }, { "percent": "10000", - "reputation": 5888717170887, - "rshares": 65229633367, - "voter": "ratel" + "reputation": 0, + "rshares": 830279516, + "voter": "newbie21" }, { "percent": "10000", - "reputation": 8397302485673, - "rshares": 183762964941, - "voter": "will-zewe" + "reputation": 0, + "rshares": 613423037, + "voter": "newbie22" }, { "percent": "10000", - "reputation": 77590508815145, - "rshares": 126850743531, - "voter": "kaylinart" + "reputation": 0, + "rshares": 481802447, + "voter": "newbie23" }, { "percent": "10000", - "reputation": 1050758001641, - "rshares": 22263809699, - "voter": "ossama-benjohn" + "reputation": 0, + "rshares": 286798559, + "voter": "newbie24" }, { "percent": "10000", - "reputation": 37159422493, - "rshares": 615632798, - "voter": "johnerminer" + "reputation": 0, + "rshares": 219151048, + "voter": "newbie25" }, { "percent": "10000", - "reputation": 5886979119053, - "rshares": 43296904174, - "voter": "geoffrey" + "reputation": 0, + "rshares": 154751325, + "voter": "newbie26" }, { "percent": "10000", - "reputation": 274656026130, - "rshares": 36568047759, - "voter": "honeythief" + "reputation": 0, + "rshares": 157942970, + "voter": "newbie27" }, { "percent": "10000", - "reputation": 2738311095861, - "rshares": 21037599820, - "voter": "jparty" + "reputation": 0, + "rshares": 66640156, + "voter": "newbie28" }, { "percent": "10000", - "reputation": 3509662488161, - "rshares": 25577064251, - "voter": "jonnyrevolution" + "reputation": 0, + "rshares": 66638024, + "voter": "newbie29" }, { "percent": "10000", - "reputation": 44591565205, - "rshares": 30663131478, - "voter": "m0se" + "reputation": 58190631451, + "rshares": 12141600992, + "voter": "proto" }, { "percent": "10000", - "reputation": 2758500001611, - "rshares": 3067985295, - "voter": "fuck.off" + "reputation": 5571312226030, + "rshares": 3818234369, + "voter": "beanz" }, { "percent": "10000", - "reputation": 1019011681813, - "rshares": 4179579990, - "voter": "iloveporn" + "reputation": -1193908062262, + "rshares": 108632879, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 1557874437556, - "rshares": 1493761252, - "voter": "the.bot" + "reputation": 17114822932753, + "rshares": 224465970072, + "voter": "originate" }, { "percent": "10000", - "reputation": 2445708956667, - "rshares": 5082907228, - "voter": "johnbradshaw" + "reputation": 1346175861647, + "rshares": 6689984196, + "voter": "comealong" }, { "percent": "10000", - "reputation": 6053064579803, - "rshares": 25456479559, - "voter": "djm34" + "reputation": 979379098872, + "rshares": 1618455739, + "voter": "spinner" }, { "percent": "10000", - "reputation": 1691376287481, - "rshares": 3544855809, - "voter": "the.whale" + "reputation": -4779249072914, + "rshares": 2480025476, + "voter": "weenis" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7963237697, - "voter": "cannav" + "reputation": 1275505236, + "rshares": 5945709792, + "voter": "taker" }, { "percent": "10000", - "reputation": 36391001943292, - "rshares": 165872891302, - "voter": "dashpaymag" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 4717253581, - "voter": "good-karma" + "reputation": 4232493695535, + "rshares": 129915722, + "voter": "french.fyde" }, { "percent": "10000", - "reputation": 1160886081198, - "rshares": 3358845753, - "voter": "unicornfarts" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { - "percent": "10000", - "reputation": 65540661343, - "rshares": 2088211992, - "voter": "orly" + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497570706952, + "voter": "laonie" }, { "percent": "10000", - "reputation": 3148690478580, - "rshares": 6154141661, - "voter": "kakradetome" + "reputation": 1407146536376, + "rshares": 8137477231, + "voter": "fintech-jesus" }, { - "percent": "10000", - "reputation": 13253460317058, - "rshares": 19925785643, - "voter": "brunopro" + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" }, { - "percent": "10000", - "reputation": 2083279715738, - "rshares": 5003439992, - "voter": "riscadox" + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" }, { - "percent": "10000", - "reputation": 213668684615, - "rshares": 2469887741, - "voter": "soupernerd" + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 6595506981050, + "rshares": 12929734980, + "voter": "timelapse" }, { "percent": "10000", - "reputation": 1035952800698, - "rshares": 3545161944, - "voter": "vote" + "reputation": 1751717743, + "rshares": 5209109141, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 2237331858240, - "rshares": 3732528948, - "voter": "kissmybutt" + "reputation": 2136142852031, + "rshares": 5227538020, + "voter": "aleksandraz" }, { "percent": "10000", - "reputation": 1059790037173, - "rshares": 156917057147, - "voter": "juneaugoldbuyer" + "reputation": 282062767, + "rshares": 1864020999, + "voter": "darrenturetzky" }, { - "percent": "10000", - "reputation": -2499740471746, - "rshares": 35863166588, - "voter": "r4fken" + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" }, { - "percent": "3000", - "reputation": 19111656178138, - "rshares": 17313633186, - "voter": "furion" + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" }, { - "percent": "3000", - "reputation": 3891722, - "rshares": 193906902, - "voter": "barbara2" + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" }, { - "percent": "3000", - "reputation": 9142611234, - "rshares": 216810692, - "voter": "ch0c0latechip" + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" }, { - "percent": "3000", - "reputation": 3871042, - "rshares": 198776099, - "voter": "doge4lyf" + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" }, { "percent": "10000", - "reputation": 1619464717351, - "rshares": 3209043458, - "voter": "cryptoscope" + "reputation": 519457263879, + "rshares": 62403927495, + "voter": "poteshnik83" }, { - "percent": "10000", - "reputation": 8017093633272, - "rshares": 20689766629, - "voter": "ausbitbank" + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" }, { - "percent": "10000", - "reputation": 963454351109, - "rshares": 1274170818, - "voter": "marcgodard" + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18835698854, + "voter": "xiaohui" }, { "percent": "10000", - "reputation": 95481013815, - "rshares": 258268629, - "voter": "adinda" + "reputation": 66791976065, + "rshares": 34600538337, + "voter": "joele" }, { "percent": "10000", - "reputation": 10077167197115, - "rshares": 30827024902, - "voter": "biophil" + "reputation": 1769025564652, + "rshares": 196140194, + "voter": "boddhisattva" }, { "percent": "10000", - "reputation": 39920320621, - "rshares": 327654289418, - "voter": "bobbylee" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 3059540816, - "voter": "karen13" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 167437582424, - "rshares": 322690394, - "voter": "dr2073" + "reputation": 1826385508354, + "rshares": 2973305101, + "voter": "dercoco" }, { "percent": "10000", - "reputation": 2629271154, - "rshares": 2400092353, - "voter": "screasey" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 1537463763, - "rshares": 25832634803, - "voter": "creemej" + "reputation": 3552896427510, + "rshares": 1003516492, + "voter": "scaredycatguide" }, { "percent": "10000", - "reputation": 30130564942, - "rshares": 268767437, - "voter": "illlefr4u" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", - "reputation": 336756074227, - "rshares": 421814713, - "voter": "natalyt" + "reputation": 4130836907564, + "rshares": 16369701137, + "voter": "highlite" }, { "percent": "10000", - "reputation": 599560057305, - "rshares": 3902238917, - "voter": "oululahti" + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 6792810702, - "voter": "benjiberigan" + "reputation": 9332405310628, + "rshares": 6246502089, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 24143253116, - "rshares": 118353022, - "voter": "bobo012" + "reputation": 0, + "rshares": 91021945, + "voter": "party1999" }, { "percent": "10000", - "reputation": -910520517353, - "rshares": 30998817641, - "voter": "ubg" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 1394532106132, - "rshares": 7018124605, - "voter": "geronimo" + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 1830353392409, - "rshares": 2883799483, - "voter": "azurejasper" + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 7740774800016, - "rshares": 24899977231, - "voter": "beowulfoflegend" + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1834189092, - "voter": "cryptohustlin" + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", - "reputation": 2970166898462, - "rshares": 3623707377, - "voter": "hagie" + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 2791409844, - "rshares": 114054397, - "voter": "elmusic" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 137653389176, - "voter": "jl777" + "reputation": 142213881, + "rshares": 56227927, + "voter": "ethansteem" }, { - "percent": "3000", - "reputation": 10519849768972, - "rshares": 6560870437, - "voter": "positive" + "percent": "10000", + "reputation": 4755670, + "rshares": 7958990926, + "voter": "jyp" }, { "percent": "10000", - "reputation": 194175308, - "rshares": 101801032, - "voter": "sergey22" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { - "percent": "10000", + "percent": "5000", "reputation": 0, - "rshares": 1148141903, - "voter": "yarly" + "rshares": 3776590554, + "voter": "laonie10" }, { "percent": "10000", - "reputation": 0, - "rshares": 264958964, - "voter": "yarly2" + "reputation": 11490547563070, + "rshares": 19757282563, + "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, - "rshares": 265357583, - "voter": "yarly3" + "reputation": 8420918209808, + "rshares": 18290045421, + "voter": "daut44" }, { "percent": "10000", "reputation": 0, - "rshares": 153861416, - "voter": "yarly4" + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 0, - "rshares": 154731677, - "voter": "yarly5" + "reputation": 1090727793166, + "rshares": 934843838, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, - "rshares": 88291213, - "voter": "yarly7" + "reputation": 1332086538676, + "rshares": 440017997, + "voter": "gamerholic" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 124293928, - "voter": "mysteem" + "reputation": 18006844018, + "rshares": 127346215, + "voter": "mrainp" }, { "percent": "10000", - "reputation": 3777763523032, - "rshares": 19269645390, - "voter": "krabgat" + "reputation": 4272392942041, + "rshares": 63409227, + "voter": "ats-david" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 13075844563, - "voter": "proto" + "reputation": 902211, + "rshares": 57741562, + "voter": "alanslaug" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" }, { "percent": "10000", - "reputation": 6796361134481, - "rshares": 2071013549, - "voter": "trisnawati" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": 17698439393799, - "rshares": 2300655477, - "voter": "sisterholics" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", "reputation": 0, - "rshares": 258325412, - "voter": "yarly10" + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", "reputation": 0, - "rshares": 145310046, - "voter": "yarly11" + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": 3872901675, - "rshares": 613876935, - "voter": "baracuda1971" + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": 1416246303584, - "rshares": 7050373338, - "voter": "michaeldodridge" + "reputation": 0, + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", "reputation": 0, - "rshares": 79810941, - "voter": "yarly12" + "rshares": 50356354, + "voter": "yorsens" }, { - "percent": "3000", - "reputation": 147425730, - "rshares": 204479372, - "voter": "fnait" + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { - "percent": "3000", - "reputation": 3720753029, - "rshares": 200595065, - "voter": "keepcalmand" + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", "reputation": 0, - "rshares": 81917882, - "voter": "elliottgodard" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 5095600502, - "rshares": 112996238, - "voter": "creatorgalaxy" - }, + "reputation": 1362597528, + "rshares": 53860394, + "voter": "annasophia" + } + ], + "author": "originate", + "author_reputation": 17114822932753, + "beneficiaries": [], + "body": "

Hey Steemers!

\n\nThis series aims to discuss and hopefully open discussion about potential persona conundrums many steemers might be experiencing. There's been tremendous technological innovation with steem and it's innovative #blockchain features - We'll be focusing on one aspect of that innovation (the blogging, reward mechanics, and it's psychological impact on our many personas). This series aims to dive into what I call \"the steem persona conundrum\" - A high level steem specific sociologically dive mainly at persona dynamics on the platform along with potential helpful guidance. \n\n\n\n

The Conundrum

\nPhoto John Saddington\n

As an author on steem you most likely at one point have asked yourself.. \"What kind of blogger am I?\". The actual dilemma is your most likely articulating this type of Q&A with yourself over and over. In fact this is probably something you ask yourself daily. Remain focused on creating high value for everyone and clarity can come. \n

\n

Persona Chaos Theory

\n\n
\nImage Source: Digital Times\n

\nIt ultimately can be difficult to pick a theme for your posts. \n\nYou are a multidimensional human being. \n\nEducation, insight, guidance, support.. there's a lot to pick from. Bring the steem passion regardless of which direction you end up going. It's been said writers are good because they talk about what they know - I say bring some passion to your content and turn Chaos into magic. \n

\n

Chaos Magic

\n\n
\nImage Source: Nomad Mag\n

\nThe Chaos magic is in you. Direct all the various directions the neurons in your brain are firing off and commit to the ones your passionate about. Write them down. Highlight the concepts that you feel most passionate about. Commit to the list and dedicate yourself to them. Rince and repeat. How you handle complete goals in your life can be very similar how you focus on handling your Persona Conundrums. \n

\n\nFuture posts will cover handling your personas in more details - should you have multiple accounts? Could steem benefit programmatically with personal \"channel\" features?\n\nMore coming soon! \n\n@originate", + "body_length": 2478, + "cashout_time": "2016-08-24T03:44:51", + "category": "life", + "children": 10, + "created": "2016-08-17T03:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"psychology\",\"blog\",\"blockchain\"],\"users\":[\"originate\"],\"image\":[\"https://s3.postimg.org/f0eyozgsj/logo.png\",\"https://s3.postimg.org/gz9z5tu5v/Screen_Shot_2016_08_16_at_7_28_34_PM.png\",\"https://s4.postimg.org/719rk4d59/image.jpg\",\"https://s4.postimg.org/nde4vffel/Screen_Shot_2016_08_16_at_8_12_35_PM.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:38:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21836522040175, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "91.762 HBD", + "percent_hbd": 10000, + "permlink": "the-steem-multiple-persona-conundrum-part-1", + "post_id": 846601, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Steem Multiple Persona Conundrum - Part 1", + "title": "The Steem Multiple Persona Conundrum - Part 1", + "total_payout_value": "0.000 HBD", + "url": "/life/@originate/the-steem-multiple-persona-conundrum-part-1" + }, + { + "active_votes": [ { "percent": "10000", - "reputation": 2034974638910, - "rshares": 186777641, - "voter": "taz" + "reputation": 32455846463901, + "rshares": 30298699884179, + "voter": "smooth" }, { - "percent": "10000", - "reputation": -1193908062262, - "rshares": 112027656, - "voter": "steemster1" + "percent": "4100", + "reputation": 16685610555705, + "rshares": 8654629173833, + "voter": "tombstone" }, { "percent": "10000", - "reputation": 212959420968, - "rshares": 9802502861, - "voter": "michiel" + "reputation": 1214229078, + "rshares": 2469488785, + "voter": "boy" }, { "percent": "10000", - "reputation": -4779249072914, - "rshares": 2314705406, - "voter": "weenis" + "reputation": 4712949449, + "rshares": 2997178884, + "voter": "bue-witness" }, { "percent": "10000", - "reputation": 49283901870, - "rshares": 686691794, - "voter": "metaflute" + "reputation": 1789951494550, + "rshares": 567457327, + "voter": "bunny" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 6403191764, - "voter": "taker" + "reputation": 103443134841, + "rshares": 41888160054, + "voter": "bue" }, { "percent": "10000", - "reputation": 10137266406870, - "rshares": 3575944765, - "voter": "nekromarinist" + "reputation": 0, + "rshares": 1323782877, + "voter": "mini" }, { "percent": "10000", - "reputation": 192578386836, - "rshares": 59572486, - "voter": "skyefox" + "reputation": 0, + "rshares": 170682241, + "voter": "moon" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 330982605, + "rshares": 136064409295, + "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 0, - "rshares": 51522514, - "voter": "johnblow" + "reputation": 28971806962251, + "rshares": 1649881378604, + "voter": "joseph" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" + "reputation": 12928765689257, + "rshares": 32249380707, + "voter": "aizensou" }, { - "percent": "5000", - "reputation": 10771708337101, - "rshares": 497591081768, - "voter": "laonie" + "percent": "10000", + "reputation": 100108166977919, + "rshares": 429528054428, + "voter": "masteryoda" }, { "percent": "10000", - "reputation": 90565359983, - "rshares": 6933162737, - "voter": "rawnetics" + "reputation": 83941319998, + "rshares": 5314220040650, + "voter": "smooth.witness" }, { - "percent": "5000", - "reputation": 124802744033, - "rshares": 3778964442, - "voter": "laonie1" + "percent": "10000", + "reputation": 67589992585, + "rshares": 11946225183, + "voter": "idol" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778947431, - "voter": "laonie2" + "rshares": 493912489, + "voter": "healthcare" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778936100, - "voter": "laonie3" + "rshares": 719698685, + "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1412252219445, - "rshares": 2490042097, - "voter": "anthonyj" + "reputation": 8442392793360, + "rshares": 56929566342, + "voter": "jchch" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5209109141, - "voter": "gmurph" + "reputation": 0, + "rshares": 230101732, + "voter": "helen.tan" }, { "percent": "10000", - "reputation": 15739430465359, - "rshares": 39852455644, - "voter": "mibenkito" + "reputation": 2165622245848, + "rshares": 23740816143, + "voter": "yefet" }, { "percent": "10000", - "reputation": 0, - "rshares": 3699507031, - "voter": "ullikume" + "reputation": 1118904717803, + "rshares": 144045286143, + "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 282062767, - "rshares": 1873855775, - "voter": "darrenturetzky" + "reputation": 12188250813227, + "rshares": 89038761978, + "voter": "acidsun" }, { "percent": "10000", - "reputation": 0, - "rshares": 62016239, - "voter": "muizianer" + "reputation": 54345938068170, + "rshares": 99863972983, + "voter": "craig-grant" }, { "percent": "10000", - "reputation": 5451282059200, - "rshares": 3951250118, - "voter": "veralynn" + "reputation": 12712877967688, + "rshares": 82533896488, + "voter": "easteagle13" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778614532, - "voter": "laonie4" + "percent": "10000", + "reputation": 1590661010140, + "rshares": 24171124073, + "voter": "mod-tamichh" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778602547, - "voter": "laonie5" + "percent": "10000", + "reputation": 1009682267545, + "rshares": 88877374877, + "voter": "leesunmoo" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778594469, - "voter": "laonie6" + "percent": "10000", + "reputation": 12382143533351, + "rshares": 656783832492, + "voter": "eeks" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778571886, - "voter": "laonie7" + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3054447720, + "voter": "fkn" }, { - "percent": "5000", + "percent": "8500", "reputation": 0, - "rshares": 3778554259, - "voter": "laonie8" + "rshares": 410985525, + "voter": "paco-steem" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778533199, - "voter": "laonie9" + "percent": "8500", + "reputation": 376960001789, + "rshares": 4679286037, + "voter": "spaninv" }, { "percent": "10000", - "reputation": 5836792362, - "rshares": 63221491, - "voter": "sky.max" + "reputation": 26867938976163, + "rshares": 330594003268, + "voter": "teamsteem" }, { - "percent": "5000", - "reputation": 3016325652890, - "rshares": 18836510199, - "voter": "xiaohui" + "percent": "1000", + "reputation": 5414208804644, + "rshares": 4010547495, + "voter": "elishagh1" }, { "percent": "10000", - "reputation": 15932269974, - "rshares": 65509261, - "voter": "fairider1" + "reputation": 855178912028, + "rshares": 7124492017, + "voter": "taoofsatoshi" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 34603854834, - "voter": "joele" + "reputation": 1111594060096, + "rshares": 3343022683, + "voter": "daycrypter" }, { "percent": "10000", - "reputation": 137363191136, - "rshares": 144966965, - "voter": "agussudaryanto" + "reputation": 4599317604, + "rshares": 1991566179, + "voter": "bladetrigger" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 15755437221598, + "rshares": 9942166983, + "voter": "acidyo" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 627954645291, + "rshares": 3771520314, + "voter": "jonno-katz" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1438050852, + "voter": "murh" }, { "percent": "10000", "reputation": 0, - "rshares": 6934137885, - "voter": "thebotkiller" + "rshares": 355661033, + "voter": "viet-ngo" }, { "percent": "10000", - "reputation": 3515726108234, - "rshares": 182816900, - "voter": "jrcornel" + "reputation": 0, + "rshares": 2685509845, + "voter": "error" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 757241932053, + "rshares": 197665282, + "voter": "edtorrez" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 2185191285319, + "rshares": 5969375226, + "voter": "andu" }, { "percent": "10000", - "reputation": 0, - "rshares": 74180835, - "voter": "gamerate" + "reputation": 824717099743, + "rshares": 537572795769, + "voter": "cyber" }, { "percent": "10000", - "reputation": 50133213259, - "rshares": 113917690, - "voter": "sandziro" + "reputation": 609780550802, + "rshares": 141944533, + "voter": "irit" }, { "percent": "10000", - "reputation": -291550544386, - "rshares": 58730501, - "voter": "vishal1" + "reputation": 11136252375006, + "rshares": 347793058926, + "voter": "taoteh1221" }, { - "percent": "10000", + "percent": "8500", "reputation": 0, - "rshares": 176768645, - "voter": "vootka" + "rshares": 321329157, + "voter": "stiletto" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 51802213, - "voter": "confucius" + "reputation": 1770894701977, + "rshares": 3777132939, + "voter": "arwani-wawan" }, { "percent": "10000", - "reputation": 593072231, - "rshares": 60462106, - "voter": "immortality" + "reputation": 3804349938696, + "rshares": 57368734592, + "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 6263732927, - "voter": "mrosenquist" + "reputation": 488865370830, + "rshares": 815639850, + "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, - "rshares": 112641010, - "voter": "future-shock" + "reputation": 5888717170887, + "rshares": 65225548481, + "voter": "ratel" }, { "percent": "10000", - "reputation": 15097834744, - "rshares": 63446845, - "voter": "efrageek" + "reputation": 77590508815145, + "rshares": 126850562103, + "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, - "rshares": 50545877, - "voter": "party1998" + "reputation": 212451198738, + "rshares": 418647718, + "voter": "magdalena" }, { "percent": "10000", - "reputation": 0, - "rshares": 61150289, - "voter": "immortal" + "reputation": 12494904871301, + "rshares": 217015010322, + "voter": "trogdor" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 22794273843250, + "rshares": 100409033777, + "voter": "thedashguy" }, { "percent": "10000", - "reputation": 5176671060650, - "rshares": 1341594859, - "voter": "rubenalexander" + "reputation": 1960155455032, + "rshares": 4038729790, + "voter": "usefree" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 5886979119053, + "rshares": 44301990919, + "voter": "geoffrey" }, { "percent": "10000", - "reputation": 28535887165, - "rshares": 71432076, - "voter": "longevity" + "reputation": 36884147263377, + "rshares": 213688997305, + "voter": "lukestokes" }, { "percent": "10000", - "reputation": 57513824, - "rshares": 59447794, - "voter": "rashka" + "reputation": 274656026130, + "rshares": 36566893890, + "voter": "honeythief" }, { "percent": "10000", - "reputation": 932133989312, - "rshares": 300297536, - "voter": "mashkovpro" + "reputation": 9434414518400, + "rshares": 18827860040, + "voter": "acassity" }, { "percent": "10000", - "reputation": 38037060915, - "rshares": 68481239, - "voter": "bitfish" + "reputation": 6813289592775, + "rshares": 5643589521, + "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 0, - "rshares": 173824123, - "voter": "jimmytwoshoes" + "reputation": 4276659410889, + "rshares": 2343370053, + "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 203940530117, - "rshares": 2613509095, - "voter": "macartem" + "reputation": 40255997582, + "rshares": 7705044517, + "voter": "cannav" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" }, { "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "reputation": 65540661343, + "rshares": 2043159217, + "voter": "orly" }, { "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "reputation": 3148690478580, + "rshares": 5987813508, + "voter": "kakradetome" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 7091975331308, + "rshares": 10842163210, + "voter": "konstantin" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "percent": "4100", + "reputation": 213668684615, + "rshares": 954274809, + "voter": "soupernerd" }, { "percent": "10000", - "reputation": 951754559495, - "rshares": 1173574968, - "voter": "laconicflow" + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" }, { "percent": "10000", - "reputation": 397516062, - "rshares": 58816907, - "voter": "longtech" + "reputation": 10171002020923, + "rshares": 53795345158, + "voter": "krypto" }, { "percent": "10000", - "reputation": -49397634, - "rshares": 50439994, - "voter": "vasilii" + "reputation": -2499740471746, + "rshares": 35863166588, + "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "reputation": 6244867547, + "rshares": 1099322989, + "voter": "anwar78" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3776590554, - "voter": "laonie10" + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1099066186, + "voter": "sergei" }, { "percent": "10000", - "reputation": 2140537429766, - "rshares": 14685665564, - "voter": "yef99" + "reputation": 456375266764, + "rshares": 69221720273, + "voter": "mikemiziner" }, { "percent": "10000", - "reputation": 15582512683043, - "rshares": 44456161626, - "voter": "justinlaak" + "reputation": 1502465820159, + "rshares": 225094755219, + "voter": "domino" }, { - "percent": "10000", - "reputation": 1130219064888, - "rshares": 25676682046, - "voter": "andrewawerdna" + "percent": "1000", + "reputation": 19111656178138, + "rshares": 5409461280, + "voter": "furion" }, { "percent": "10000", - "reputation": 5372210998898, - "rshares": 1373253971, - "voter": "karisa" + "reputation": 3149488018622, + "rshares": 1578702091, + "voter": "owdy" }, { - "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "percent": "1000", + "reputation": 3891722, + "rshares": 72708675, + "voter": "barbara2" }, { - "percent": "10000", - "reputation": 1090727793166, - "rshares": 934917569, - "voter": "eileenbeach" + "percent": "1000", + "reputation": 9142611234, + "rshares": 81295459, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 74534624, + "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127487262, - "voter": "mrainp" + "reputation": 2770303185670, + "rshares": 1414442721, + "voter": "vi1son" }, { "percent": "10000", - "reputation": 3749012705250, - "rshares": 5940167503, - "voter": "alexandre" + "reputation": 54870619364044, + "rshares": 77281867826, + "voter": "jacor" }, { "percent": "10000", - "reputation": 2516108074649, - "rshares": 92595506, - "voter": "runridefly" + "reputation": 67145833276, + "rshares": 40453801437, + "voter": "wesam" }, { "percent": "10000", - "reputation": 4818398060873, - "rshares": 29165831568, - "voter": "shenanigator" + "reputation": 1598540193144, + "rshares": 26907875496, + "voter": "gord0b" }, { "percent": "10000", - "reputation": 10684992176630, - "rshares": 70482634, - "voter": "quinneaker" + "reputation": 5463774640621, + "rshares": 18575116773, + "voter": "akareyon" }, { "percent": "10000", - "reputation": 0, - "rshares": 55377253, - "voter": "maximator15" + "reputation": 1648396897354, + "rshares": 6690487150, + "voter": "asim" }, { "percent": "10000", - "reputation": 2904648840540, - "rshares": 491627670, - "voter": "jeffreyahann" + "reputation": 1563271634183, + "rshares": 73047874267, + "voter": "paco" }, { "percent": "10000", - "reputation": 682893592, - "rshares": 688016457, - "voter": "gear66" + "reputation": 431450051428, + "rshares": 11094081629, + "voter": "aaseb" }, { "percent": "10000", - "reputation": 4254380753805, - "rshares": 227799147, - "voter": "richardcrill" + "reputation": 10077167197115, + "rshares": 30827024902, + "voter": "biophil" }, { - "percent": "5000", - "reputation": 85132342011, - "rshares": 3760658629, - "voter": "laonie11" + "percent": "10000", + "reputation": 786431662143, + "rshares": 2073705993, + "voter": "jvper" }, { "percent": "10000", - "reputation": 1504301173829, - "rshares": 881483989, - "voter": "jeremyfromwi" + "reputation": 2397831198773, + "rshares": 2840877145, + "voter": "karen13" }, { "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "reputation": 1489102259, + "rshares": 203840552, + "voter": "zoicneo" }, { "percent": "10000", - "reputation": 2721887929533, - "rshares": 2922979008, - "voter": "davidbrogan" + "reputation": 167437582424, + "rshares": 322673293, + "voter": "dr2073" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 3979714886621, + "rshares": 10138487071, + "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "reputation": 669199844401, + "rshares": 8009298635, + "voter": "mun" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 2629271154, + "rshares": 2608796036, + "voter": "screasey" }, { "percent": "10000", - "reputation": 205523551305, - "rshares": 373540743, - "voter": "ghasemkiani" + "reputation": 658204768651, + "rshares": 55811738137, + "voter": "milestone" }, { "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "reputation": 336756074227, + "rshares": 413343503, + "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, - "rshares": 50712038, - "voter": "thadm" + "reputation": 2173940256661, + "rshares": 6541225120, + "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "reputation": 76096938200261, + "rshares": 154517113512, + "voter": "calaber24p" }, { "percent": "10000", - "reputation": 56217302217, - "rshares": 73706886, - "voter": "readwriteshare" + "reputation": -124823359245, + "rshares": 9514232636, + "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "reputation": 974488972206, + "rshares": 2609468246, + "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 0, - "rshares": 54632424, - "voter": "budda" + "reputation": 1783202708175, + "rshares": 2478982342, + "voter": "desmonid" }, { "percent": "10000", - "reputation": -2498083480, - "rshares": 61344846, - "voter": "skeptic" + "reputation": 843226172873, + "rshares": 31150159456, + "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" + "reputation": -910520517353, + "rshares": 30998817641, + "voter": "ubg" }, { "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "reputation": 2339981102950, + "rshares": 467794757, + "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "reputation": 10900524985586, + "rshares": 21952682104, + "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 2908933665034, - "rshares": 54120410, - "voter": "mindhunter" + "reputation": 116856214624, + "rshares": 2572534310, + "voter": "bones" }, { "percent": "10000", - "reputation": 97476072754, - "rshares": 53167239, - "voter": "david.prochnow" + "reputation": 2619388406406, + "rshares": 485646625, + "voter": "vlad" }, { "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" + "reputation": 477578742546, + "rshares": 5373542004, + "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "reputation": 1830353392409, + "rshares": 2941402802, + "voter": "azurejasper" }, { "percent": "10000", - "reputation": 0, - "rshares": 52915392, - "voter": "warhammer" + "reputation": 2114306416334, + "rshares": 1833901948, + "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, - "rshares": 50701511, - "voter": "roadhog" + "reputation": 160134373956, + "rshares": 7789484900, + "voter": "neroru" }, { "percent": "10000", - "reputation": 0, - "rshares": 52777051, - "voter": "doggnostic" + "reputation": 14988694886527, + "rshares": 137645465413, + "voter": "jl777" }, { - "percent": "10000", - "reputation": 3495795823022, - "rshares": 53758453, - "voter": "cnfund" + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2460007922, + "voter": "positive" }, { "percent": "10000", - "reputation": 0, - "rshares": 53633596, - "voter": "efroul" + "reputation": 194175308, + "rshares": 97173712, + "voter": "sergey22" }, { "percent": "10000", "reputation": 0, - "rshares": 52504270, - "voter": "jenny-talls" + "rshares": 1123401985, + "voter": "yarly" }, { "percent": "10000", "reputation": 0, - "rshares": 54592999, - "voter": "dal5ton" + "rshares": 259272375, + "voter": "yarly2" }, { "percent": "10000", - "reputation": 6483658953, - "rshares": 50258926, - "voter": "doze49" + "reputation": 0, + "rshares": 259662513, + "voter": "yarly3" }, { "percent": "10000", - "reputation": 511520729, - "rshares": 50968607, - "voter": "landofcrypto" + "reputation": 0, + "rshares": 150554992, + "voter": "yarly4" }, { "percent": "10000", - "reputation": 3351161, - "rshares": 50911831, - "voter": "crmason" - } - ], - "author": "sascha", - "author_reputation": 39966682765041, - "beneficiaries": [], - "body": "\n

Hey steemers!

\n


\n

\n


\n

The first part about typography ended at about 1930 and can be found here: Part 1. We\u2019ve seen the development and evolution of scripting in general and how letters became letters. What happened during the last 80 years in the world of typography? A whole lot. We don\u2019t see such a huge leap forward though as we have seen it before simply because the timeframe is too short. And the general development was bascially finished as well. But there was still room for evolution and change.

\n


\n

-/ 1930 \u2013 1990

\n

I\u2019d say it was an era of artists and refinement . Their task was to refine what has been given by their predecessors, the foundation was already laid.

\n

The results speak for themselves: Some of the most beautiful fonts ever have been developed and created.

\n

I\u2019d like to list a couple of them including their creators \u2013 the most significant fonts of our time. I still use some of them, e.g. the Garamond or the Futura.

\n

Without the claim of completeness, here are some renowned font-names including their creator and date.  I\u2019m sure most of you heard about them. I can\u2019t list all the fonts, I picked the ones I believe are essential and influential for our time.

\n


\n

\n

fonts from left to right: Garamond, Baskerville, Bodoni

\n


\n


\n

\n

fonts from left to right: Kabel, Futura, Optima

\n


\n

And of course some others which deserve to be mentioned. The list would be endless, just to name a few:

\n


\n

Gill, Erich Gill, 1927

\n

\n


\n

Futura, Paul Renner, 1928

\n

\n


\n

Palatino, Hermann Zapf, 1950

\n

\n


\n

Clarendon, Herrmann Eidenbenz, 1951

\n

\n


\n

Helvetica, Max Miedinger, 1957

\n

\n


\n

Souvenir, Konrad F. Bauer, Walter Baum, 1952

\n

\n


\n

K\u00fcnstlerschreibschrift, Hans Bohn, 1958

\n

\n


\n

Eurostile, Aldo Novarese, 1962

\n

\n


\n

American Typewriter, Toni Stand, 1974

\n

\n


\n

ITC Garamond, Toni Stand, 1975

\n

\n


\n

Bookman, Konrad F. Bauer, Walter Baum, 1975

\n

\n


\n

Avant Garde Gothic, Tom Carnese, Herb Lubalin, 1970

\n

\n


\n

Benguiat, Ed Benguiat, 1978

\n

\n


\n


\n

Stanley Morison
\n
England, Font designer, typographer

\n

His most famous creation (and I\u2019m sure everyone knows this font, it has become a standard on every Windows or Apple system):

\n

\n

This particular font is more than 80 years old and is still a benchmark.

\n


\n


\n

Adrian Frutiger
\n
Switzerland, font designer, teacher, typographer, illustrator

\n

His most famous creations:

\n

\n


\n


\n

Gerhard Lange
\n
Germany, font desinger, typographer, teacher

\n

His most famous creations:

\n

\n


\n


\n

Erik Spiekermann
\nGermany, typographer, font designer, author

\n

His most famous creations:

\n

\n


\n

As you can see I focused on the time until the early 1990\u2019s. Why? First of all it is a personal collection of fonts which I believe are important to be mentioned.

\n

Secondly I\u2019d like to point to important steps, influential steps and creations in the history of typography and fonts and give credit to the artists who created these, manually. By hand. (except maybe 2 or 3 from 1990/91)

\n

Most important: These are timeless fonts which are used until today and that\u2019s something unique. 

\n


\n

-/ 1990 \u2013 2016

\n

I don\u2019t think that any font created after the early 90\u2019s needs to highlighted like the ones above do. The reason is lack of uniqueness and particularities, talking about real evolution. The fonts in use today are just not on the same level. Admittedly, they show a large variety of modifications, yes, but they are all derived from the classics.

\n

And let\u2019s be honest: How can someone ever beat HELVETICA? Maybe some of you will agree: It\u2019s the font of the millenium. (As you can see, this one is my one and only favourite.)

\n


\n

Furthermore \u2026

\n

I think it is very important to know that the era of DTP (Desktop Publishing) started at about 1985. Since then everyone can be a typographer simply by using electronic tools. Typography itself kind of \u2018left the paper\u2018 and became electronic or digital. This is the era we currently live in.

\n

It will be worth looking back at this time \u2013 the time we live in \u2013 in about 50 years from now to see significant steps in the evolution.  Let\u2019s give it some time to evolve.

\n

We have beautiful fonts nowadays, no doubt, I fell in love with many but it needs more time to look at it in detail and make a general statement. It\u2019s just 20 years! It took us about 6000 years to be able to use the fonts we have today. Maybe we\u2019ll talk again in the future to see what happened, that would be crazy :) It remains to be seen if there\u2019s a \u2018special & unique touch\u2019 to this time we live in. I believe we can\u2019t judge now.

\n


\n

To be continued....

\n


\n


\n", - "body_length": 8582, - "cashout_time": "2016-08-24T05:22:45", - "category": "typography", - "children": 25, - "created": "2016-08-17T05:22:45", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"typography\"],\"image\":[\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/typo_cover.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/bodoni.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/zapf.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/gill.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/futura.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Palatino.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/clarendon.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/helvetica.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Souvenir.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/kuenstler.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/eurostile.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/american.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Garamond.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Bookman.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Avantgarde.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/benguiat.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/morison.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/frutiger.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/lange.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/spiekermann.png\"],\"links\":[\"https://steemit.com/typography/@sascha/typography-part-1-the-evolution-and-origin-of-typefaces\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T05:38:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 95885562909642, - "parent_author": "", - "parent_permlink": "typography", - "pending_payout_value": "1558.141 HBD", - "percent_hbd": 10000, - "permlink": "typography-part-2-remarkable-typographers-and-their-unparalleled-achievements", - "post_id": 847482, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", - "title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", - "total_payout_value": "0.000 HBD", - "url": "/typography/@sascha/typography-part-2-remarkable-typographers-and-their-unparalleled-achievements" - }, - { - "active_votes": [ - { - "percent": "100", - "reputation": 85602977273, - "rshares": 28855062700, - "voter": "anonymous" + "reputation": 0, + "rshares": 151406737, + "voter": "yarly5" }, { "percent": "10000", - "reputation": 13823888326286, - "rshares": 14233828580633, - "voter": "summon" + "reputation": 0, + "rshares": 86412677, + "voter": "yarly7" }, { "percent": "10000", - "reputation": -37765249963674, - "rshares": 3073814759956, - "voter": "wang" + "reputation": 855588904517, + "rshares": 156479334, + "voter": "arnob" }, { "percent": "10000", - "reputation": 1214229078, - "rshares": 2468943171, - "voter": "boy" + "reputation": 35209974404, + "rshares": 124293928, + "voter": "mysteem" }, { "percent": "10000", - "reputation": 4712949449, - "rshares": 2996506484, - "voter": "bue-witness" + "reputation": 327313183062, + "rshares": 1183318721, + "voter": "politicasan2" }, { "percent": "10000", - "reputation": 1789951494550, - "rshares": 567339087, - "voter": "bunny" + "reputation": 6985921192853, + "rshares": 198723675886, + "voter": "johnsmith" }, { "percent": "10000", - "reputation": 103443134841, - "rshares": 41872896593, - "voter": "bue" + "reputation": 5852927286506, + "rshares": 12306130569, + "voter": "cryptocameo" }, { "percent": "10000", - "reputation": 0, - "rshares": 1323496536, - "voter": "mini" + "reputation": 2615896270, + "rshares": 4037318025, + "voter": "sacode" }, { "percent": "10000", - "reputation": 0, - "rshares": 170653749, - "voter": "moon" + "reputation": 1624945721527, + "rshares": 4354702977, + "voter": "bbrewer" }, { "percent": "10000", - "reputation": 0, - "rshares": 493811343, - "voter": "healthcare" + "reputation": 58190631451, + "rshares": 12141179529, + "voter": "proto" }, { "percent": "10000", - "reputation": 147478489309626, - "rshares": 1105548838969, - "voter": "tuck-fheman" + "reputation": 153480676290, + "rshares": 613428464, + "voter": "curator" }, { "percent": "10000", - "reputation": 0, - "rshares": 718125847, - "voter": "daniel.pan" + "reputation": 7172977970558, + "rshares": 663907413, + "voter": "ace108" }, { "percent": "10000", - "reputation": 8442392793360, - "rshares": 39261911651, - "voter": "jchch" + "reputation": 17698439393799, + "rshares": 2300655477, + "voter": "sisterholics" }, { "percent": "10000", - "reputation": 37454101478493, - "rshares": 279311567943, - "voter": "chitty" + "reputation": 0, + "rshares": 252779962, + "voter": "yarly10" }, { "percent": "10000", "reputation": 0, - "rshares": 230057570, - "voter": "helen.tan" + "rshares": 142201955, + "voter": "yarly11" }, { "percent": "10000", - "reputation": 4733188979515, - "rshares": 17326989820, - "voter": "ervin-lemark" + "reputation": 10552456597779, + "rshares": 2015112656, + "voter": "royalmacro" }, { "percent": "10000", - "reputation": 12382143533351, - "rshares": 656783832492, - "voter": "eeks" - }, - { - "percent": "8500", "reputation": 0, - "rshares": 410985525, - "voter": "paco-steem" + "rshares": 78112836, + "voter": "yarly12" }, { - "percent": "8500", - "reputation": 376960001789, - "rshares": 4679286037, - "voter": "spaninv" + "percent": "1000", + "reputation": 147425730, + "rshares": 76671214, + "voter": "fnait" }, { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1438059401, - "voter": "murh" + "percent": "1000", + "reputation": 3720753029, + "rshares": 75216736, + "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 757241932053, - "rshares": 197665282, - "voter": "edtorrez" + "reputation": 790840294542, + "rshares": 138756288, + "voter": "nadira" }, { "percent": "10000", - "reputation": 824717099743, - "rshares": 537623020842, - "voter": "cyber" - }, - { - "percent": "8500", - "reputation": 0, - "rshares": 321329157, - "voter": "stiletto" + "reputation": 5095600502, + "rshares": 112996238, + "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 3046358914696, - "rshares": 19698641915, - "voter": "samether" + "reputation": 17218558634066, + "rshares": 1478839714, + "voter": "smailer" }, { "percent": "10000", - "reputation": 5260794316761, - "rshares": 132018710234, - "voter": "schro" + "reputation": -1193908062262, + "rshares": 108632879, + "voter": "steemster1" }, { "percent": "10000", - "reputation": 22794273843250, - "rshares": 100409033777, - "voter": "thedashguy" + "reputation": 4063076365725, + "rshares": 780067126, + "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 40255997582, - "rshares": 7705985068, - "voter": "cannav" + "reputation": 49215329, + "rshares": 3485414602, + "voter": "pigatron" }, { "percent": "10000", - "reputation": 15603689614497, - "rshares": 4717253581, - "voter": "good-karma" + "reputation": 791284980460, + "rshares": 135812442, + "voter": "sujoy1990" }, { - "percent": "10000", - "reputation": 2083279715738, - "rshares": 5103090987, - "voter": "riscadox" + "percent": "4100", + "reputation": -4779249072914, + "rshares": 881792535, + "voter": "weenis" }, { "percent": "10000", - "reputation": 213668684615, - "rshares": 2694405892, - "voter": "soupernerd" + "reputation": 3962925392210, + "rshares": 3281365639, + "voter": "jed78" }, { "percent": "10000", - "reputation": 787678199102, - "rshares": 5644933315, - "voter": "cmtzco" + "reputation": 905757373511, + "rshares": 221149308, + "voter": "ragini00" }, { "percent": "10000", - "reputation": 456375266764, - "rshares": 70606154678, - "voter": "mikemiziner" + "reputation": 1275505236, + "rshares": 5945524533, + "voter": "taker" }, { "percent": "10000", - "reputation": 3149488018622, - "rshares": 1530942440, - "voter": "owdy" + "reputation": 10137266406870, + "rshares": 3504425870, + "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 1598540193144, - "rshares": 27446033006, - "voter": "gord0b" + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" }, { "percent": "10000", - "reputation": 5463774640621, - "rshares": 18575116773, - "voter": "akareyon" + "reputation": 790994268806, + "rshares": 91515511, + "voter": "atkins" }, { "percent": "10000", - "reputation": 486166, - "rshares": 5567446266, - "voter": "newbie" + "reputation": 769405947222, + "rshares": 90955060, + "voter": "ronald0" }, { "percent": "10000", - "reputation": 786431662143, - "rshares": 2161948801, - "voter": "jvper" + "reputation": 774287478546, + "rshares": 91943650, + "voter": "jerremie" }, { "percent": "10000", - "reputation": 2397831198773, - "rshares": 2840960512, - "voter": "karen13" + "reputation": 774739223050, + "rshares": 93068712, + "voter": "steampty" }, { "percent": "10000", - "reputation": 3879998019826, - "rshares": 1425043442, - "voter": "juvyjabian" + "reputation": 770375578051, + "rshares": 96377999, + "voter": "rosamund" }, { "percent": "10000", - "reputation": 0, - "rshares": 161085309, - "voter": "newbie6" + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" }, { "percent": "10000", - "reputation": 3674446315320, - "rshares": 9090212323, - "voter": "domavila" + "reputation": 90565359983, + "rshares": 6932943337, + "voter": "rawnetics" }, { "percent": "10000", "reputation": 0, - "rshares": 5094578160, - "voter": "newbie1" + "rshares": 369729556, + "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 587163107963, - "rshares": 1906083673, - "voter": "breathe3000" + "reputation": 1751717743, + "rshares": 5209109141, + "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, - "rshares": 4993262083, - "voter": "newbie10" + "reputation": 2136142852031, + "rshares": 5125037275, + "voter": "aleksandraz" }, { "percent": "10000", - "reputation": 2078306772520, - "rshares": 4699210906, - "voter": "btcbtcbtc20155" + "reputation": 3942069730400, + "rshares": 814208697, + "voter": "cjclaro" }, { "percent": "10000", - "reputation": 0, - "rshares": 1503333138, - "voter": "newbie2" + "reputation": 2021353867281, + "rshares": 6668053220, + "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 0, - "rshares": 157084429, - "voter": "newbie3" + "reputation": 124828196272, + "rshares": 848109686, + "voter": "havok777" }, { "percent": "10000", - "reputation": 2173940256661, - "rshares": 6541225120, - "voter": "benjiberigan" + "reputation": 66791976065, + "rshares": 34600538337, + "voter": "joele" }, { "percent": "10000", - "reputation": 0, - "rshares": 4710250082, - "voter": "newbie11" + "reputation": 11122126920308, + "rshares": 2734583052, + "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, - "rshares": 70619787, - "voter": "newbie4" + "reputation": 73944659327428, + "rshares": 23145419484, + "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 974488972206, - "rshares": 2557296338, - "voter": "simon.braki.love" + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" }, { "percent": "10000", - "reputation": 10900524985586, - "rshares": 21952740535, - "voter": "royaltiffany" + "reputation": 661944466048, + "rshares": 348772064, + "voter": "alifton" }, { "percent": "10000", - "reputation": 477578742546, - "rshares": 5205574656, - "voter": "tarindel" + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" }, { "percent": "10000", - "reputation": 20001506960251, - "rshares": 96038267763, - "voter": "liberosist" + "reputation": 3401416945201, + "rshares": 1243865593, + "voter": "villainblack" }, { "percent": "10000", - "reputation": 6467956247739, - "rshares": 22468621437, - "voter": "deanliu" + "reputation": 3515726108234, + "rshares": 182816900, + "voter": "jrcornel" }, { "percent": "10000", - "reputation": 2114306416334, - "rshares": 1834142787, - "voter": "cryptohustlin" + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" }, { "percent": "10000", - "reputation": 632733211156, - "rshares": 19818121791, - "voter": "celsius100" + "reputation": 4542627765008, + "rshares": 5388038354, + "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 14988694886527, - "rshares": 137650370129, - "voter": "jl777" + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" }, { "percent": "10000", "reputation": 0, - "rshares": 4341847785, - "voter": "newbie12" + "rshares": 74180835, + "voter": "gamerate" }, { "percent": "10000", - "reputation": 0, - "rshares": 4077567128, - "voter": "newbie13" + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" }, { "percent": "10000", - "reputation": 0, - "rshares": 3816805811, - "voter": "newbie14" + "reputation": 593072231, + "rshares": 60462106, + "voter": "immortality" }, { "percent": "10000", - "reputation": 0, - "rshares": 3536201846, - "voter": "newbie15" + "reputation": 9332405310628, + "rshares": 6375625067, + "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 35209974404, - "rshares": 121757317, - "voter": "mysteem" + "reputation": 43382167874, + "rshares": 2162784890, + "voter": "dcpaul" }, { "percent": "10000", - "reputation": 0, - "rshares": 3244651181, - "voter": "newbie16" + "reputation": 2118792724924, + "rshares": 99663833989, + "voter": "miacats" }, { "percent": "10000", "reputation": 0, - "rshares": 2854088578, - "voter": "newbie17" + "rshares": 112641010, + "voter": "future-shock" }, { "percent": "10000", "reputation": 0, - "rshares": 2284387996, - "voter": "newbie18" + "rshares": 59927283, + "voter": "immortal" }, { "percent": "10000", - "reputation": 0, - "rshares": 1750697818, - "voter": "newbie19" + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, - "rshares": 1116654309, - "voter": "newbie20" + "reputation": 497846177749, + "rshares": 265031596, + "voter": "ashwim" }, { "percent": "10000", "reputation": 0, - "rshares": 830279516, - "voter": "newbie21" + "rshares": 50692212, + "voter": "fortuner" }, { "percent": "10000", - "reputation": 0, - "rshares": 613423037, - "voter": "newbie22" + "reputation": 28535887165, + "rshares": 70003435, + "voter": "longevity" }, { "percent": "10000", - "reputation": 0, - "rshares": 481802447, - "voter": "newbie23" + "reputation": 57513824, + "rshares": 59447794, + "voter": "rashka" }, { "percent": "10000", - "reputation": 0, - "rshares": 286798559, - "voter": "newbie24" + "reputation": 34657029528, + "rshares": 62173731, + "voter": "filmaker" }, { "percent": "10000", - "reputation": 0, - "rshares": 219151048, - "voter": "newbie25" + "reputation": 4637390447698, + "rshares": 259582847, + "voter": "chinadaily" }, { "percent": "10000", "reputation": 0, - "rshares": 154751325, - "voter": "newbie26" + "rshares": 50684643, + "voter": "johnbyrd" }, { "percent": "10000", "reputation": 0, - "rshares": 157942970, - "voter": "newbie27" + "rshares": 50682252, + "voter": "thomasaustin" }, { "percent": "10000", "reputation": 0, - "rshares": 66640156, - "voter": "newbie28" + "rshares": 50680459, + "voter": "thermor" }, { "percent": "10000", "reputation": 0, - "rshares": 66638024, - "voter": "newbie29" + "rshares": 50677748, + "voter": "ficholl" }, { "percent": "10000", - "reputation": 58190631451, - "rshares": 12141600992, - "voter": "proto" + "reputation": 0, + "rshares": 50673817, + "voter": "widell" }, { "percent": "10000", - "reputation": 5571312226030, - "rshares": 3818234369, - "voter": "beanz" + "reputation": 951754559495, + "rshares": 1149998780, + "voter": "laconicflow" }, { "percent": "10000", - "reputation": -1193908062262, - "rshares": 108632879, - "voter": "steemster1" + "reputation": 397516062, + "rshares": 57640568, + "voter": "longtech" }, { "percent": "10000", - "reputation": 17114822932753, - "rshares": 224465970072, - "voter": "originate" + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 1346175861647, - "rshares": 6689984196, - "voter": "comealong" + "reputation": 2140537429766, + "rshares": 14379078005, + "voter": "yef99" }, { "percent": "10000", - "reputation": 979379098872, - "rshares": 1618455739, - "voter": "spinner" + "reputation": 1130219064888, + "rshares": 25130369662, + "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": -4779249072914, - "rshares": 2480025476, - "voter": "weenis" + "reputation": 0, + "rshares": 58064982, + "voter": "zite" }, { "percent": "10000", - "reputation": 1275505236, - "rshares": 5945709792, - "voter": "taker" + "reputation": 32644559975, + "rshares": 58984750, + "voter": "ajavajive" }, { "percent": "10000", - "reputation": -833837861150, - "rshares": 51143991, - "voter": "sharon" + "reputation": 1041384471, + "rshares": 2670745888, + "voter": "kovaiensko" }, { "percent": "10000", - "reputation": 4232493695535, - "rshares": 129915722, - "voter": "french.fyde" + "reputation": 684139314026, + "rshares": 64774768, + "voter": "shuvo" }, { "percent": "10000", - "reputation": -1130081321479, - "rshares": 50731326, - "voter": "lillianjones" - }, - { - "percent": "5000", - "reputation": 10771708337101, - "rshares": 497570706952, - "voter": "laonie" + "reputation": 73481598898, + "rshares": 77146133, + "voter": "slorunner" }, { "percent": "10000", - "reputation": 1407146536376, - "rshares": 8137477231, - "voter": "fintech-jesus" - }, - { - "percent": "5000", - "reputation": 124802744033, - "rshares": 3778964442, - "voter": "laonie1" - }, - { - "percent": "5000", - "reputation": 0, - "rshares": 3778947431, - "voter": "laonie2" + "reputation": 896116963054, + "rshares": 200332810318, + "voter": "oldtimer" }, { - "percent": "5000", + "percent": "10000", "reputation": 0, - "rshares": 3778936100, - "voter": "laonie3" + "rshares": 50416427, + "voter": "curpose" }, { "percent": "10000", - "reputation": 6595506981050, - "rshares": 12929734980, - "voter": "timelapse" + "reputation": 1614905430, + "rshares": 179671454, + "voter": "mfeu" }, { "percent": "10000", - "reputation": 1751717743, - "rshares": 5209109141, - "voter": "gmurph" + "reputation": 2587308443, + "rshares": 57212437, + "voter": "solielj" }, { "percent": "10000", - "reputation": 2136142852031, - "rshares": 5227538020, - "voter": "aleksandraz" + "reputation": 1090727793166, + "rshares": 934745507, + "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 282062767, - "rshares": 1864020999, - "voter": "darrenturetzky" + "reputation": 716390377150, + "rshares": 63842186, + "voter": "rwgunderson" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778614532, - "voter": "laonie4" + "percent": "10000", + "reputation": 18006844018, + "rshares": 127326977, + "voter": "mrainp" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778602547, - "voter": "laonie5" + "percent": "10000", + "reputation": 1063317981552, + "rshares": 7007754427, + "voter": "etcmike" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778594469, - "voter": "laonie6" + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778571886, - "voter": "laonie7" + "percent": "10000", + "reputation": 171590615597, + "rshares": 88280614, + "voter": "trendwizard" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778554259, - "voter": "laonie8" + "percent": "10000", + "reputation": 599908904317, + "rshares": 147775998, + "voter": "jennsky" }, { "percent": "10000", - "reputation": 519457263879, - "rshares": 62403927495, - "voter": "poteshnik83" + "reputation": 34250890230, + "rshares": 57330113, + "voter": "aavkc" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3778533199, - "voter": "laonie9" + "percent": "10000", + "reputation": 682893592, + "rshares": 702057609, + "voter": "gear66" }, { - "percent": "5000", - "reputation": 3016325652890, - "rshares": 18835698854, - "voter": "xiaohui" + "percent": "10000", + "reputation": 28419215374, + "rshares": 726907869, + "voter": "mister-t" }, { "percent": "10000", - "reputation": 66791976065, - "rshares": 34600538337, - "voter": "joele" + "reputation": 1504301173829, + "rshares": 672040041, + "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 1769025564652, - "rshares": 196140194, - "voter": "boddhisattva" + "reputation": 0, + "rshares": 50588612, + "voter": "troich" }, { "percent": "10000", - "reputation": -1468839175006, - "rshares": 51120963, - "voter": "msjennifer" + "reputation": 2721887929533, + "rshares": 2151529805, + "voter": "davidbrogan" }, { "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" }, { "percent": "10000", - "reputation": 1826385508354, - "rshares": 2973305101, - "voter": "dercoco" + "reputation": 25413691969, + "rshares": 167316916, + "voter": "greatness" }, { "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" }, { "percent": "10000", - "reputation": 3552896427510, - "rshares": 1003516492, - "voter": "scaredycatguide" + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" }, { "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" + "reputation": 629095349859, + "rshares": 1235075414, + "voter": "victor-smirnoff" }, { "percent": "10000", - "reputation": 4130836907564, - "rshares": 16369701137, - "voter": "highlite" + "reputation": 837791549130, + "rshares": 1224088353, + "voter": "sponge-bob" }, { "percent": "10000", - "reputation": -894488087252, - "rshares": 50183394, - "voter": "confucius" + "reputation": 135537419, + "rshares": 51204810, + "voter": "dobermansden" }, { "percent": "10000", - "reputation": 9332405310628, - "rshares": 6246502089, - "voter": "mrosenquist" + "reputation": 8412926035, + "rshares": 3604800369, + "voter": "ericbotticelli" }, { "percent": "10000", "reputation": 0, - "rshares": 91021945, - "voter": "party1999" + "rshares": 51033798, + "voter": "stroully" }, { "percent": "10000", - "reputation": -789959772758, - "rshares": 51153233, - "voter": "jarvis" + "reputation": 76761005092, + "rshares": 1001028968, + "voter": "seasi06" }, { "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" }, { "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" + "reputation": 73376503650, + "rshares": 3584022615, + "voter": "cryptobiker" }, { "percent": "10000", "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" + "rshares": 50712038, + "voter": "thadm" }, { "percent": "10000", "reputation": 0, - "rshares": 50680459, - "voter": "thermor" + "rshares": 50710305, + "voter": "prof" }, { "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" + "reputation": 16147984004, + "rshares": 51556603, + "voter": "lighter" }, { "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" + "reputation": 228138838, + "rshares": 51533378, + "voter": "badman" }, { "percent": "10000", - "reputation": 142213881, - "rshares": 56227927, - "voter": "ethansteem" + "reputation": 12174053, + "rshares": 51530053, + "voter": "boooya" }, { "percent": "10000", - "reputation": 4755670, - "rshares": 7958990926, - "voter": "jyp" + "reputation": 24402009, + "rshares": 51679997, + "voter": "goodtime" }, { "percent": "10000", "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" + "rshares": 50356354, + "voter": "yorsens" }, { - "percent": "5000", - "reputation": 0, - "rshares": 3776590554, - "voter": "laonie10" + "percent": "10000", + "reputation": 273401338, + "rshares": 51374551, + "voter": "sunnyd" }, { "percent": "10000", - "reputation": 11490547563070, - "rshares": 19757282563, - "voter": "hilarski" + "reputation": 29278167, + "rshares": 52321394, + "voter": "jayc" }, { "percent": "10000", - "reputation": 8420918209808, - "rshares": 18290045421, - "voter": "daut44" + "reputation": 10569233, + "rshares": 54452427, + "voter": "cibernatan" }, { "percent": "10000", "reputation": 0, - "rshares": 50416427, - "voter": "curpose" + "rshares": 50065875, + "voter": "bane" }, { "percent": "10000", - "reputation": 1090727793166, - "rshares": 934843838, - "voter": "eileenbeach" + "reputation": 0, + "rshares": 50059754, + "voter": "vive" }, { "percent": "10000", - "reputation": 1332086538676, - "rshares": 440017997, - "voter": "gamerholic" + "reputation": 0, + "rshares": 50054445, + "voter": "coad" }, { "percent": "10000", - "reputation": 18006844018, - "rshares": 127346215, - "voter": "mrainp" + "reputation": 796030, + "rshares": 53113856, + "voter": "blackchyna" }, { "percent": "10000", - "reputation": 4272392942041, - "rshares": 63409227, - "voter": "ats-david" + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" }, { "percent": "10000", - "reputation": 902211, - "rshares": 57741562, - "voter": "alanslaug" - }, - { - "percent": "5000", - "reputation": 85132342011, - "rshares": 3760658629, - "voter": "laonie11" + "reputation": 0, + "rshares": 53015939, + "voter": "snoopdog" }, { "percent": "10000", "reputation": 0, - "rshares": 50588612, - "voter": "troich" + "rshares": 53013240, + "voter": "tyga" }, { "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" + "reputation": 5085810, + "rshares": 53010767, + "voter": "macklemore" }, { "percent": "10000", "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" + "rshares": 50825587, + "voter": "sofa" }, { "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" + "reputation": 7805684953, + "rshares": 55078047, + "voter": "xomtux" }, { "percent": "10000", "reputation": 0, - "rshares": 51033798, - "voter": "stroully" + "rshares": 52915392, + "voter": "warhammer" }, { "percent": "10000", "reputation": 0, - "rshares": 50710305, - "voter": "prof" + "rshares": 50701511, + "voter": "roadhog" }, { "percent": "10000", "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" + "rshares": 52777051, + "voter": "doggnostic" }, { "percent": "10000", "reputation": 0, - "rshares": 50059754, - "voter": "vive" + "rshares": 102413290, + "voter": "bones261" }, { "percent": "10000", "reputation": 0, - "rshares": 50054445, - "voter": "coad" + "rshares": 52504270, + "voter": "jenny-talls" }, { "percent": "10000", "reputation": 0, - "rshares": 50825587, - "voter": "sofa" + "rshares": 50207083, + "voter": "mike2125" }, { "percent": "10000", - "reputation": 1362597528, - "rshares": 53860394, - "voter": "annasophia" + "reputation": 10247624955, + "rshares": 52093623, + "voter": "superhighpod" } ], - "author": "originate", - "author_reputation": 17114822932753, + "author": "masteryoda", + "author_reputation": 100108166977919, "beneficiaries": [], - "body": "

Hey Steemers!

\n\nThis series aims to discuss and hopefully open discussion about potential persona conundrums many steemers might be experiencing. There's been tremendous technological innovation with steem and it's innovative #blockchain features - We'll be focusing on one aspect of that innovation (the blogging, reward mechanics, and it's psychological impact on our many personas). This series aims to dive into what I call \"the steem persona conundrum\" - A high level steem specific sociologically dive mainly at persona dynamics on the platform along with potential helpful guidance. \n\n\n\n

The Conundrum

\nPhoto John Saddington\n

As an author on steem you most likely at one point have asked yourself.. \"What kind of blogger am I?\". The actual dilemma is your most likely articulating this type of Q&A with yourself over and over. In fact this is probably something you ask yourself daily. Remain focused on creating high value for everyone and clarity can come. \n

\n

Persona Chaos Theory

\n\n
\nImage Source: Digital Times\n

\nIt ultimately can be difficult to pick a theme for your posts. \n\nYou are a multidimensional human being. \n\nEducation, insight, guidance, support.. there's a lot to pick from. Bring the steem passion regardless of which direction you end up going. It's been said writers are good because they talk about what they know - I say bring some passion to your content and turn Chaos into magic. \n

\n

Chaos Magic

\n\n
\nImage Source: Nomad Mag\n

\nThe Chaos magic is in you. Direct all the various directions the neurons in your brain are firing off and commit to the ones your passionate about. Write them down. Highlight the concepts that you feel most passionate about. Commit to the list and dedicate yourself to them. Rince and repeat. How you handle complete goals in your life can be very similar how you focus on handling your Persona Conundrums. \n

\n\nFuture posts will cover handling your personas in more details - should you have multiple accounts? Could steem benefit programmatically with personal \"channel\" features?\n\nMore coming soon! \n\n@originate", - "body_length": 2478, - "cashout_time": "2016-08-24T03:44:51", - "category": "life", - "children": 10, - "created": "2016-08-17T03:44:51", + "body": "![photo](http://i.imgsafe.org/cfdd6c2073.png)\n\n- - -\n\nThis report covers posts and comments made between:\n\n**August 16, 2016, 12:00 am UTC** and **August 16, 2016, 11:59 pm UTC**\n\nTotal SBD paid: **19 863.336 SBD**\n\nTotal VESTS paid: **64 302 098.663 VESTS**\n\n- - -\n\n### SBD and VESTS payouts chart:\n![photo](http://i.imgsafe.org/3d7f22d3a3.png)\n\n- - -\n\n### Top 50 overall SBD earners:\n|Rank | Account | Posts |SBD | VESTS |\n| :-----| ------------- |-------------:|-------------:| -----:|\n|1|[@gavvet](https://steemit.com/@gavvet)|2|2 011.268|5 247 544.801|\n|2|[@steemed](https://steemit.com/@steemed)|1|1 067.916|2 757 568.159|\n|3|[@andrarchy](https://steemit.com/@andrarchy)|2|1 024.344|2 451 662.288|\n|4|[@fairytalelife](https://steemit.com/@fairytalelife)|1|909.016|2 190 256.562|\n|5|[@ericvancewalton](https://steemit.com/@ericvancewalton)|1|740.350|1 768 137.199|\n|6|[@kaylinart](https://steemit.com/@kaylinart)|2|733.425|1 764 907.840|\n|7|[@fyrstikken](https://steemit.com/@fyrstikken)|1|727.475|1 731 626.931|\n|8|[@alexbeyman](https://steemit.com/@alexbeyman)|3|696.226|1 665 389.063|\n|9|[@ionescur](https://steemit.com/@ionescur)|1|590.602|1 405 988.666|\n|10|[@dantheman](https://steemit.com/@dantheman)|1|535.235|1 643 297.401|\n|11|[@jacor](https://steemit.com/@jacor)|1|471.603|1 114 609.078|\n|12|[@brianphobos](https://steemit.com/@brianphobos)|1|377.154|894 335.344|\n|13|[@federicopistono](https://steemit.com/@federicopistono)|1|354.117|846 293.613|\n|14|[@dragonslayer109](https://steemit.com/@dragonslayer109)|2|346.451|828 956.541|\n|15|[@lancem](https://steemit.com/@lancem)|2|243.292|570 443.398|\n|16|[@opheliafu](https://steemit.com/@opheliafu)|3|240.307|574 735.785|\n|17|[@sirwinchester](https://steemit.com/@sirwinchester)|1|232.683|547 009.769|\n|18|[@nekromarinist](https://steemit.com/@nekromarinist)|1|189.772|453 137.331|\n|19|[@in2itiveart](https://steemit.com/@in2itiveart)|1|188.817|446 225.136|\n|20|[@stellabelle](https://steemit.com/@stellabelle)|1|186.668|450 038.262|\n|21|[@hisnameisolllie](https://steemit.com/@hisnameisolllie)|1|180.107|431 864.971|\n|22|[@runaway-psyche](https://steemit.com/@runaway-psyche)|1|178.415|426 479.414|\n|23|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|1|175.400|411 345.238|\n|24|[@lemouth](https://steemit.com/@lemouth)|1|174.631|413 747.630|\n|25|[@roy.batty](https://steemit.com/@roy.batty)|1|165.469|393 512.842|\n|26|[@bitminter](https://steemit.com/@bitminter)|1|165.233|391 386.143|\n|27|[@heretickitten](https://steemit.com/@heretickitten)|2|164.713|389 301.008|\n|28|[@davidbrogan](https://steemit.com/@davidbrogan)|1|161.854|383 487.584|\n|29|[@chrisadventures](https://steemit.com/@chrisadventures)|2|160.883|380 274.634|\n|30|[@laonie](https://steemit.com/@laonie)|1|159.936|553 803.412|\n|31|[@dana-edwards](https://steemit.com/@dana-edwards)|1|157.786|377 390.066|\n|32|[@sterlinluxan](https://steemit.com/@sterlinluxan)|1|155.477|372 607.728|\n|33|[@stephthegeek](https://steemit.com/@stephthegeek)|1|152.725|364 953.840|\n|34|[@herverisson](https://steemit.com/@herverisson)|1|150.180|354 900.873|\n|35|[@tanata](https://steemit.com/@tanata)|1|149.359|355 624.354|\n|36|[@delphia16](https://steemit.com/@delphia16)|1|146.301|348 341.965|\n|37|[@kafkanarchy84](https://steemit.com/@kafkanarchy84)|2|146.083|347 057.277|\n|38|[@jamtaylor](https://steemit.com/@jamtaylor)|1|145.699|352 295.175|\n|39|[@adm](https://steemit.com/@adm)|0|145.525|349 097.630|\n|40|[@rhi-marie](https://steemit.com/@rhi-marie)|1|143.222|340 600.778|\n|41|[@acidyo](https://steemit.com/@acidyo)|1|141.197|339 526.719|\n|42|[@poeticsnake](https://steemit.com/@poeticsnake)|1|139.402|330 280.872|\n|43|[@spinner](https://steemit.com/@spinner)|1|135.600|321 155.002|\n|44|[@sean-king](https://steemit.com/@sean-king)|3|135.029|326 672.859|\n|45|[@lauralemons](https://steemit.com/@lauralemons)|1|133.873|319 830.226|\n|46|[@englishtchrivy](https://steemit.com/@englishtchrivy)|1|133.480|319 024.141|\n|47|[@les-peters](https://steemit.com/@les-peters)|2|128.176|306 368.033|\n|48|[@cristi](https://steemit.com/@cristi)|1|127.969|305 712.838|\n|49|[@cutie](https://steemit.com/@cutie)|1|127.143|303 621.071|\n|50|[@steemgenerator](https://steemit.com/@steemgenerator)|2|126.885|297 557.161|\n\n\n- - -\n\n### Top 50 overall VESTS earners:\n|Rank | Account | SBD | VESTS |\n| :-----| ------------- |-------------:| -----:|\n|1|[@gavvet](https://steemit.com/@gavvet)|2 011.268|5 247 544.801|\n|2|[@steemed](https://steemit.com/@steemed)|1 067.916|2 757 568.159|\n|3|[@andrarchy](https://steemit.com/@andrarchy)|1 024.344|2 451 662.288|\n|4|[@blocktrades](https://steemit.com/@blocktrades)|0.000|2 302 781.107|\n|5|[@fairytalelife](https://steemit.com/@fairytalelife)|909.016|2 190 256.562|\n|6|[@berniesanders](https://steemit.com/@berniesanders)|0.019|2 010 068.507|\n|7|[@ericvancewalton](https://steemit.com/@ericvancewalton)|740.350|1 768 137.199|\n|8|[@kaylinart](https://steemit.com/@kaylinart)|733.425|1 764 907.840|\n|9|[@fyrstikken](https://steemit.com/@fyrstikken)|727.475|1 731 626.931|\n|10|[@alexbeyman](https://steemit.com/@alexbeyman)|696.226|1 665 389.063|\n|11|[@dantheman](https://steemit.com/@dantheman)|535.235|1 643 297.401|\n|12|[@ionescur](https://steemit.com/@ionescur)|590.602|1 405 988.666|\n|13|[@nextgencrypto](https://steemit.com/@nextgencrypto)|0.000|1 181 715.624|\n|14|[@jacor](https://steemit.com/@jacor)|471.603|1 114 609.078|\n|15|[@smooth](https://steemit.com/@smooth)|1.350|1 023 986.863|\n|16|[@wang](https://steemit.com/@wang)|0.000|1 021 206.147|\n|17|[@brianphobos](https://steemit.com/@brianphobos)|377.154|894 335.344|\n|18|[@donkeypong](https://steemit.com/@donkeypong)|0.000|869 584.599|\n|19|[@federicopistono](https://steemit.com/@federicopistono)|354.117|846 293.613|\n|20|[@dragonslayer109](https://steemit.com/@dragonslayer109)|346.451|828 956.541|\n|21|[@xeldal](https://steemit.com/@xeldal)|0.093|672 573.482|\n|22|[@complexring](https://steemit.com/@complexring)|7.544|597 742.849|\n|23|[@pharesim](https://steemit.com/@pharesim)|0.049|588 457.797|\n|24|[@opheliafu](https://steemit.com/@opheliafu)|240.307|574 735.785|\n|25|[@lancem](https://steemit.com/@lancem)|243.292|570 443.398|\n|26|[@laonie](https://steemit.com/@laonie)|159.936|553 803.412|\n|27|[@sirwinchester](https://steemit.com/@sirwinchester)|232.683|547 009.769|\n|28|[@summon](https://steemit.com/@summon)|0.000|532 036.483|\n|29|[@nekromarinist](https://steemit.com/@nekromarinist)|189.772|453 137.331|\n|30|[@stellabelle](https://steemit.com/@stellabelle)|186.668|450 038.262|\n|31|[@in2itiveart](https://steemit.com/@in2itiveart)|188.817|446 225.136|\n|32|[@hisnameisolllie](https://steemit.com/@hisnameisolllie)|180.107|431 864.971|\n|33|[@recursive](https://steemit.com/@recursive)|0.298|426 743.097|\n|34|[@runaway-psyche](https://steemit.com/@runaway-psyche)|178.415|426 479.414|\n|35|[@lemouth](https://steemit.com/@lemouth)|174.631|413 747.630|\n|36|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|175.400|411 345.238|\n|37|[@roy.batty](https://steemit.com/@roy.batty)|165.469|393 512.842|\n|38|[@bitminter](https://steemit.com/@bitminter)|165.233|391 386.143|\n|39|[@heretickitten](https://steemit.com/@heretickitten)|164.713|389 301.008|\n|40|[@davidbrogan](https://steemit.com/@davidbrogan)|161.854|383 487.584|\n|41|[@chrisadventures](https://steemit.com/@chrisadventures)|160.883|380 274.634|\n|42|[@dana-edwards](https://steemit.com/@dana-edwards)|157.786|377 390.066|\n|43|[@sterlinluxan](https://steemit.com/@sterlinluxan)|155.477|372 607.728|\n|44|[@stephthegeek](https://steemit.com/@stephthegeek)|152.725|364 953.840|\n|45|[@tanata](https://steemit.com/@tanata)|149.359|355 624.354|\n|46|[@herverisson](https://steemit.com/@herverisson)|150.180|354 900.873|\n|47|[@jamtaylor](https://steemit.com/@jamtaylor)|145.699|352 295.175|\n|48|[@adm](https://steemit.com/@adm)|145.525|349 097.630|\n|49|[@delphia16](https://steemit.com/@delphia16)|146.301|348 341.965|\n|50|[@kafkanarchy84](https://steemit.com/@kafkanarchy84)|146.083|347 057.277|\n\n\n- - -\n\n### Top 50 paying posts (author reward):\n|Rank | Account | SBD | VESTS | POST|\n| :-----| ------------- |-------------:| -----:|:-----|\n|1|[@gavvet](https://steemit.com/@gavvet)|1192.992|2803806.890273|[how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-ski](https://steemit.com/all/@gavvet/how-i-end-up-as-a-good-teacher-with-my-own-good-teaching-skills-paano-ako-naging-mabuting-guro-na-may-mabuting-kakayahan-sa)|\n|2|[@steemed](https://steemit.com/@steemed)|1067.916|2552162.962054|[steem-png-01-consensus](https://steemit.com/all/@steemed/steem-png-01-consensus)|\n|3|[@fairytalelife](https://steemit.com/@fairytalelife)|908.957|2172306.736539|[the-forgotten-child](https://steemit.com/all/@fairytalelife/the-forgotten-child)|\n|4|[@andrarchy](https://steemit.com/@andrarchy)|857.494|2048663.590342|[steem-focused-content-and-the-first-principles-of-steem](https://steemit.com/all/@andrarchy/steem-focused-content-and-the-first-principles-of-steem)|\n|5|[@gavvet](https://steemit.com/@gavvet)|818.276|1919119.827756|[chronicles-of-alan-how-to-wreck-a-romance-featuring-awgbibb-](https://steemit.com/all/@gavvet/chronicles-of-alan-how-to-wreck-a-romance-featuring-awgbibb-as-author)|\n|6|[@ericvancewalton](https://steemit.com/@ericvancewalton)|740.350|1767823.032519|[just-another-day-an-original-short-story-part-2-of-2](https://steemit.com/all/@ericvancewalton/just-another-day-an-original-short-story-part-2-of-2)|\n|7|[@fyrstikken](https://steemit.com/@fyrstikken)|726.511|1720839.824747|[crypto-land-a-comedy-by-fyrstikken](https://steemit.com/all/@fyrstikken/crypto-land-a-comedy-by-fyrstikken)|\n|8|[@ionescur](https://steemit.com/@ionescur)|590.602|1405988.666249|[why-good-people-have-bad-politics](https://steemit.com/all/@ionescur/why-good-people-have-bad-politics)|\n|9|[@dantheman](https://steemit.com/@dantheman)|534.760|1271890.783719|[curation-rewards-and-voting-incentive](https://steemit.com/all/@dantheman/curation-rewards-and-voting-incentive)|\n|10|[@jacor](https://steemit.com/@jacor)|471.551|1114118.656092|[from-minnow-to-baby-dolphin-in-only-a-few-weeks-why-can-t-yo](https://steemit.com/all/@jacor/from-minnow-to-baby-dolphin-in-only-a-few-weeks-why-can-t-you-do-this-as-well)|\n|11|[@kaylinart](https://steemit.com/@kaylinart)|409.346|977920.412393|[hacks-for-eggs](https://steemit.com/all/@kaylinart/hacks-for-eggs)|\n|12|[@brianphobos](https://steemit.com/@brianphobos)|376.681|892067.333340|[lasers-could-get-us-to-the-nearest-star-systems-20-years-and](https://steemit.com/all/@brianphobos/lasers-could-get-us-to-the-nearest-star-systems-20-years-and-mars-3-days)|\n|13|[@federicopistono](https://steemit.com/@federicopistono)|354.117|846293.613095|[chapter-5-intelligence-or-robots-will-steal-your-job-but-tha](https://steemit.com/all/@federicopistono/chapter-5-intelligence-or-robots-will-steal-your-job-but-that-s-ok)|\n|14|[@kaylinart](https://steemit.com/@kaylinart)|324.051|774516.839104|[how-addiction-starts](https://steemit.com/all/@kaylinart/how-addiction-starts)|\n|15|[@alexbeyman](https://steemit.com/@alexbeyman)|322.570|770909.181767|[short-story-the-ritual-a-children-s-counselor-organizes-a-ru](https://steemit.com/all/@alexbeyman/short-story-the-ritual-a-children-s-counselor-organizes-a-rustic-retreat-oblivious-to-what-hides-in-the-woods)|\n|16|[@sirwinchester](https://steemit.com/@sirwinchester)|232.650|546737.826599|[mindfulness-what-is-it-what-are-the-benefits-and-how-to-prac](https://steemit.com/all/@sirwinchester/mindfulness-what-is-it-what-are-the-benefits-and-how-to-practice-it)|\n|17|[@alexbeyman](https://steemit.com/@alexbeyman)|206.323|493008.271750|[nautilus-x-the-spaceship-that-will-take-us-beyond-mars](https://steemit.com/all/@alexbeyman/nautilus-x-the-spaceship-that-will-take-us-beyond-mars)|\n|18|[@nekromarinist](https://steemit.com/@nekromarinist)|189.755|453058.768768|[steemitartchallenge-entry](https://steemit.com/all/@nekromarinist/steemitartchallenge-entry)|\n|19|[@dragonslayer109](https://steemit.com/@dragonslayer109)|189.511|444434.944419|[daily-pick-of-hidden-gems-25](https://steemit.com/all/@dragonslayer109/daily-pick-of-hidden-gems-25)|\n|20|[@in2itiveart](https://steemit.com/@in2itiveart)|188.817|446225.135755|[in-order-for-there-to-be-any-real-change-we-must-change](https://steemit.com/all/@in2itiveart/in-order-for-there-to-be-any-real-change-we-must-change)|\n|21|[@hisnameisolllie](https://steemit.com/@hisnameisolllie)|180.107|425237.486119|[whales-should-use-their-powers-to-give-some-authors-notabili](https://steemit.com/all/@hisnameisolllie/whales-should-use-their-powers-to-give-some-authors-notability-but-not-rewards)|\n|22|[@stellabelle](https://steemit.com/@stellabelle)|178.293|425773.046030|[secret-writer-i-feel-like-an-alien-among-people-in-my-countr](https://steemit.com/all/@stellabelle/secret-writer-i-feel-like-an-alien-among-people-in-my-country)|\n|23|[@runaway-psyche](https://steemit.com/@runaway-psyche)|178.287|425608.760196|[10-tips-from-a-psychonaut-how-to-have-an-awesome-safe-psyche](https://steemit.com/all/@runaway-psyche/10-tips-from-a-psychonaut-how-to-have-an-awesome-safe-psychedelic-experience)|\n|24|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|175.400|411345.237777|[from-glazier-to-glass-artistry-fusing-passion-with-experienc](https://steemit.com/all/@bridgetbunchy/from-glazier-to-glass-artistry-fusing-passion-with-experience)|\n|25|[@lemouth](https://steemit.com/@lemouth)|174.596|413658.401326|[the-bestiary-of-particle-physics-this-is-how-i-introduced-pa](https://steemit.com/all/@lemouth/the-bestiary-of-particle-physics-this-is-how-i-introduced-particle-physics-to-cern-summer-students)|\n|26|[@alexbeyman](https://steemit.com/@alexbeyman)|167.290|399712.874881|[into-the-mind-virtual-reality-and-psychedelics](https://steemit.com/all/@alexbeyman/into-the-mind-virtual-reality-and-psychedelics)|\n|27|[@andrarchy](https://steemit.com/@andrarchy)|166.338|397412.474459|[the-first-principles-of-steem](https://steemit.com/all/@andrarchy/the-first-principles-of-steem)|\n|28|[@roy.batty](https://steemit.com/@roy.batty)|165.469|393512.842061|[steemitartchallenge-entry-ned-scott-pen-and-ink-portrait](https://steemit.com/all/@roy.batty/steemitartchallenge-entry-ned-scott-pen-and-ink-portrait)|\n|29|[@bitminter](https://steemit.com/@bitminter)|165.233|391382.568578|[recycle-diy-veritical-wall-garden](https://steemit.com/all/@bitminter/recycle-diy-veritical-wall-garden)|\n|30|[@heretickitten](https://steemit.com/@heretickitten)|163.779|387096.343282|[who-is-carl-sagan-and-what-was-cosmos](https://steemit.com/all/@heretickitten/who-is-carl-sagan-and-what-was-cosmos)|\n|31|[@davidbrogan](https://steemit.com/@davidbrogan)|161.841|383451.703565|[n-d-e-my-near-death-experience-never-shared-before-the-futur](https://steemit.com/all/@davidbrogan/n-d-e-my-near-death-experience-never-shared-before-the-future-of-medicine-and-healing)|\n|32|[@chrisadventures](https://steemit.com/@chrisadventures)|160.772|379996.248116|[money-inequality-matters-is-it-actually-good-or-bad-by-chris](https://steemit.com/all/@chrisadventures/money-inequality-matters-is-it-actually-good-or-bad-by-chrisadventures)|\n|33|[@laonie](https://steemit.com/@laonie)|159.936|375629.292823|[my-robot-experiment-distribute-my-voting-power-to-the-hands-](https://steemit.com/all/@laonie/my-robot-experiment-distribute-my-voting-power-to-the-hands-of-good-human-curators)|\n|34|[@dana-edwards](https://steemit.com/@dana-edwards)|157.786|375213.624172|[social-computers-human-based-computation-games](https://steemit.com/all/@dana-edwards/social-computers-human-based-computation-games)|\n|35|[@dragonslayer109](https://steemit.com/@dragonslayer109)|156.733|372767.739327|[how-to-ruin-an-empire-diary-of-a-sith-lord-part-iv-sensitivi](https://steemit.com/all/@dragonslayer109/how-to-ruin-an-empire-diary-of-a-sith-lord-part-iv-sensitivity-training)|\n|36|[@sterlinluxan](https://steemit.com/@sterlinluxan)|154.159|368068.310343|[a-little-something-for-the-delusional-sophists-of-steemit-a-](https://steemit.com/all/@sterlinluxan/a-little-something-for-the-delusional-sophists-of-steemit-a-rebuttal-to-an-article-written-by-kyriacos)|\n|37|[@stephthegeek](https://steemit.com/@stephthegeek)|152.715|364925.299600|[hi-i-m-stephanie-aka-stephthegeek-i-love-baths-lego-whisky-a](https://steemit.com/all/@stephthegeek/hi-i-m-stephanie-aka-stephthegeek-i-love-baths-lego-whisky-and-short-walks-on-the-beach)|\n|38|[@herverisson](https://steemit.com/@herverisson)|150.180|354900.873046|[among-the-emperors-pluribus](https://steemit.com/all/@herverisson/among-the-emperors-pluribus)|\n|39|[@tanata](https://steemit.com/@tanata)|149.359|355624.353681|[for-the-love-of-dried-apricots](https://steemit.com/all/@tanata/for-the-love-of-dried-apricots)|\n|40|[@delphia16](https://steemit.com/@delphia16)|146.301|348341.964788|[the-five-laws-of-gold-money-that-transformed-my-life](https://steemit.com/all/@delphia16/the-five-laws-of-gold-money-that-transformed-my-life)|\n|41|[@jamtaylor](https://steemit.com/@jamtaylor)|145.349|347222.924558|[steemit-photo-challenge-4-winners-announcement-guest-judge-c](https://steemit.com/all/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra)|\n|42|[@rhi-marie](https://steemit.com/@rhi-marie)|143.127|340351.118640|[the-characters-of-tioman-musings-from-the-couch](https://steemit.com/all/@rhi-marie/the-characters-of-tioman-musings-from-the-couch)|\n|43|[@acidyo](https://steemit.com/@acidyo)|141.086|336855.781618|[waking-up-with-coma-lag-chapter-1-sci-fi-thriller-original-c](https://steemit.com/all/@acidyo/waking-up-with-coma-lag-chapter-1-sci-fi-thriller-original-content)|\n|44|[@poeticsnake](https://steemit.com/@poeticsnake)|139.371|330205.906390|[trying-something-new-setting-a-fresh-goal](https://steemit.com/all/@poeticsnake/trying-something-new-setting-a-fresh-goal)|\n|45|[@spinner](https://steemit.com/@spinner)|135.600|321155.002352|[the-mt-info-swamp-schoolboy-takes-russian-internet-by-storm](https://steemit.com/all/@spinner/the-mt-info-swamp-schoolboy-takes-russian-internet-by-storm)|\n|46|[@lauralemons](https://steemit.com/@lauralemons)|133.851|319669.489617|[there-is-no-shortcut-to-success-here-s-the-truth-to-what-it-](https://steemit.com/all/@lauralemons/there-is-no-shortcut-to-success-here-s-the-truth-to-what-it-takes-to-excel)|\n|47|[@englishtchrivy](https://steemit.com/@englishtchrivy)|133.480|319024.140902|[tips-on-spicing-up-your-water](https://steemit.com/all/@englishtchrivy/tips-on-spicing-up-your-water)|\n|48|[@les-peters](https://steemit.com/@les-peters)|128.160|306310.723003|[mad-scientist-s-journal-day-47](https://steemit.com/all/@les-peters/mad-scientist-s-journal-day-47)|\n|49|[@cristi](https://steemit.com/@cristi)|127.969|305587.941086|[our-irrational-selves-the-priming-effect](https://steemit.com/all/@cristi/our-irrational-selves-the-priming-effect)|\n|50|[@opheliafu](https://steemit.com/@opheliafu)|127.266|304193.422081|[are-you-coming-out-of-your-shell](https://steemit.com/all/@opheliafu/are-you-coming-out-of-your-shell)|\n\n\n- - -\n\n###### \u00a9 masteryoda", + "body_length": 19065, + "cashout_time": "2016-08-24T03:21:18", + "category": "stats", + "children": 50, + "created": "2016-08-17T03:21:18", "curator_payout_value": "0.000 HBD", "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"writing\",\"psychology\",\"blog\",\"blockchain\"],\"users\":[\"originate\"],\"image\":[\"https://s3.postimg.org/f0eyozgsj/logo.png\",\"https://s3.postimg.org/gz9z5tu5v/Screen_Shot_2016_08_16_at_7_28_34_PM.png\",\"https://s4.postimg.org/719rk4d59/image.jpg\",\"https://s4.postimg.org/nde4vffel/Screen_Shot_2016_08_16_at_8_12_35_PM.png\"]}", + "json_metadata": "{\"tags\":[\"stats\",\"steem-stats\",\"steemit\"],\"image\":[\"http://i.imgsafe.org/cfdd6c2073.png\"]}", "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T04:38:48", + "last_update": "2016-08-17T03:21:18", "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 21836522040175, + "net_rshares": 51963259805885, "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "91.762 HBD", + "parent_permlink": "stats", + "pending_payout_value": "443.144 HBD", "percent_hbd": 10000, - "permlink": "the-steem-multiple-persona-conundrum-part-1", - "post_id": 846601, + "permlink": "daily-payouts-leaderboards-august-16", + "post_id": 846339, "promoted": "0.000 HBD", "replies": [], - "root_title": "The Steem Multiple Persona Conundrum - Part 1", - "title": "The Steem Multiple Persona Conundrum - Part 1", + "root_title": "Daily payouts leaderboards, August 16", + "title": "Daily payouts leaderboards, August 16", "total_payout_value": "0.000 HBD", - "url": "/life/@originate/the-steem-multiple-persona-conundrum-part-1" + "url": "/stats/@masteryoda/daily-payouts-leaderboards-august-16" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml index f56718a5..a1dba2da 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml @@ -4,6 +4,7 @@ marks: - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.orig.json new file mode 100644 index 00000000..1f1afe51 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.orig.json @@ -0,0 +1,102 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960187 aggroed in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 960067 curie the-daily-curie-14th-sept-15th-sept-2016 + 959904 aggroed exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white + 959860 richardcrill should-i-be-long-on-ethereum + 959282 benjojo hearts-of-darkness-plague-of-the-void-seeds-15 + 959266 gardenofeden mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5 + 958959 gavvet title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author + 958481 steempower ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour + 958450 skypilot sunset-at-point-sur-california + 958372 gavvet three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author + 957976 gavvet letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author + 957687 kevinwong logo-contest-for-project-curie-contest-process-and-winners-announcement + 957667 mammasitta choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress + 957556 aggroed satirically-yours-s1e14-hillary-clinton-experiences-dramatic-recovery-after-switching-to-raw-food-vegan-diet + 957411 aggroed satirically-yours-s1e13-radical-pro-harambe-candidate-trump-tweets-armed-selfie-states-don-t-go-to-the-cincinnati-zoo-tomorrow + 956997 jaredhowe identity-politics-dysgenics-and-the-revolt-against-property + 956841 kafkanarchy84 johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii + 956142 heiditravels tiny-men-in-tuxedos + 955461 williambanks towards-a-better-tomorrow-part-2-what-in-the-hell-happened-to-us + 955327 ausbitbank the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos + 955008 lukestokes replying-to-13-tweets-on-intellectual-property + 954969 saramiller sara + 954669 steemcleaners steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-2 + 954650 steemcleaners steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-1 + 954609 scott.stevens awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering + 954592 canadian-coconut deadly-bleeding-disorder-i-t-p-could-have-killed-son-vaccine-adverse-reaction-vaxxed-stories + 954151 quinneaker quinn-s-choice-quote-of-the-day-7-the-curious-paradox-is-that-when-i-accept-myself-as-i-am-then-i-can-change-carl-rogers + 954139 kafkanarchy84 self-nullifying-claims-a-brief-handbook-for-survival-in-relativist-encounters + 954064 williambanks towards-a-better-tomorrow-part-1-there-but-for-grace + 954014 randyclemens neocash-radio-ep-173-another-huge-bank-scandal-the-international-monetary-fund-smells-an-uprising-and-blockchain-innovations + 954001 gardenofeden exciting-steemit-announcement-to-build-this-economy-and-support-this-revolutionary-platform-our-online-store-is-now-accepting + 953981 kaylinart think-long-term-with-steemit-not-short-term + 953944 derekareith wedding-plans-putting-it-on-the-blockchain-makes-it-real + 953929 burntmd saturated-fats-promote-inflammation + 953211 ftlian beer-pong-event-planned-to-protest-open-container-ordinance-on-saturday + 952897 kevinwong the-art-of-maintaining-reputation-plan-your-battles-and-don-t-milk-it + 952626 clayop curie + 952605 someguy123 for-witnesses-instant-price-feed-script + 952547 randyclemens hilarious-sign-for-rude-customers-who-talk-on-their-cell-phones-while-you-re-trying-to-serve-them + 952539 sirwinchester why-you-should-stop-comparing-yourself-to-others + 952133 emancipatedhuman sex-in-a-voluntary-society-emancipated-human + 952086 aggroed breaking-media-silence-hillary-come-out-come-out-wherever-you-are-prolonged-absence-of-hillary-are-reported-doubles-and + 951955 churdtzu psychic-poker-do-cardplayers-use-esp-do-gain-an-advantage-part-1 + 951882 someguy123 most-productive-steemians-featuring-guest-author-cristic + 951853 stellabelle minnow-and-data-a-steemit-tale-part-2 + 951734 curie project-curie-s-daily-curation-list-13-sept-14-sept-2016 + 951728 kyriacos the-disease-of-political-correctness + 951606 steemtruth jim-carrey-demands-the-removal-of-mercury-from-vaccines + 951537 stellabelle minnow-and-data-a-steemit-tale-part-1 + 951473 quinneaker photography-of-the-day-life-flowering-in-the-garden-edible-beauty + 951185 derekareith bitcoin-hardware-wallets-trezor-vs-ledger-nano-and-hw-1-review + 951145 gavvet chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author + 951111 charlieshrem steemit-exclusive-flippin-out-original-song-i-wrote-on-house-arrest-by-charlie-shrem + 950848 aggroed exploring-the-mandela-effect-s1e2-25-000-respondent-quiz-results-video-and-83-page-paper + 950663 mammasitta a-concept-of-life-philosophy-fertility-prosperity-and-agriculture-indonesian-traditional-and-ancient-arts-onartbali-collection + 950577 shapeshiftio bitcoin-com-accepts-dozens-of-digital-assets-for-game-site-credits + 950527 anwenbaumeister anwen-meditates-a-steemit-health-channel-sun-salutation-a-or-surya-namaskara-a + 950437 gardenofeden wildcrafted-medicine-the-incredible-power-of-comfrey-to-heal-wounds-and-bones + 950422 skypilot van-gogh-s-sunset + 950069 gavvet dying-to-feed-their-families-featuring-clint01-as-author + 949685 skypilot melting-rock + 949673 gavvet dogs-and-me-featuring-fred703-as-author + 949574 cryptoctopus media-hoax-pepe-the-frog-part-2 + 949546 akareyon i-find-your-lack-of-argument-disturbing + 949473 kaylinart husky-drawing-original-art-by-kaylin + 949447 curie special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016 + 949385 cass steemfest-follow-up-poster-designs-sbd-rewards-will-donated-to-the-project + 949215 gavvet the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends + 948996 kaylinart how-to-hide-the-fact-you-are-self-published + 948992 piedpiper first-footage-from-new-quadcopter-phantom-4 + 948978 sirwinchester why-you-should-learn-coding + 948757 corbettreport the-real-email-scandal-is-bigger-than-clinton + 947539 brindleswan my-advice-to-a-17-year-old-filipino-steemit-newbie + 947397 someguy123 seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer + 947238 aggroed mainstream-media-ignored-story-north-dakota-access-pipeline-protest-swells-to-5-000-people-mercs-use-dogs-militarized-police + 947211 steve-walschot steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet + 946859 dollarvigilante wells-fargo-and-other-banks-now-just-outright-stealing-people-s-money + 946482 gardenofeden standard-accountability-the-garden-of-eden-ledger-or-how-we-spend-our-freedom-9-13-16 + 946421 clayop zcash-trusted-setup + 946265 aggroed satirically-yours-s1e12-cis-gendered-caucasian-plus-sized-bisexual-millennial-social-justice-warrior-experiences-brief-freedom + 946183 cryptoctopus pepe-the-frog-is-a-white-supremacist-wikipedia-says-so-now + 946100 sirwinchester pablo-escobar-returns-1-i-m-back + 946026 derekareith steemit-review-captain-america-civil-war-spoilers + 945991 lukestokes road-trip-update-wedding-car-show-skaneateles + 945793 quinneaker getting-to-know-me-and-how-i-live-one-of-the-best-videos-ever-on-me-and-my-operation-done-by-luke-of-we-are-change + 945274 erikaharris poetry-slam-challenge-2-yes-to-freedom + 944756 aggroed satirically-yours-s1e11-trump-finds-phone-unleashes-a-slew-of-anti-hillary-memes-on-twitter + 944733 quinneaker quinn-s-choice-quote-of-the-day-progress-is-not-possible-without-change-and-those-who-cannot-change-their-minds-cannot-change + 944732 williambanks so-you-want-to-be-a-super-hero-laser-vision + 944714 kaylinart a-day-at-the-fair + 944572 churdtzu freedom-is-scary-one-method-of-spreading-liberty + 944550 gardenofeden video-of-our-feed-the-need-campaign-where-we-fed-300-meals-to-homeless-people-downtown-at-risk-of-arrest-or-fine + 944401 rossulbricht is-ross-ulbricht-a-political-prisoner + 944349 sirwinchester sirwinchester-let-me-show-you-my-passion-dance-5 + 944140 derekareith things-to-do-in-puerto-rico + 943429 derekareith page-view-counter-test-post \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.pat.json new file mode 100644 index 00000000..2d82307c --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.pat.json @@ -0,0 +1,90384 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 03", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 03", + "title": "powerful crocodile 03", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile03" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 02", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile02", + "post_id": 1257962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 02", + "title": "powerful crocodile 02", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile02" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 01", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile01", + "post_id": 1257961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 01", + "title": "powerful crocodile 01", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile01" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231815399848, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950776472028, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466189427281, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932369613, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677356665, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149156424, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468295495, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641891453, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 319978787382, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 183455862202, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177422979921, + "voter": "mummyimperfect" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970610699889, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303208719, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55960464168, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275083790158, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047565689, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346657524, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 203028922423, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34073741916, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 36267999733, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68450624110, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 462747522217, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271256317, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14886225123, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185306737687, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250267854, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209550858, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4428694472, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709674578, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989849211, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34310997040, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135241026997, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50580942653, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157263872, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1181429894047, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969530313, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23486336661, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494631758, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 41308723727, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246291037911, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9208584487, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831884826, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54407421509, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190432650, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 14379798074, + "rshares": 538023492, + "voter": "marinaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23490308796, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23488038283, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485060556, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480907119, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157899297, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477459041, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474757706, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370331931, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136086029693, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6630568148, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99940391922, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2354334523, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4254379739, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8576106418, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 576343622, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60219243, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468551300, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 31611733517, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 4533929087960, + "rshares": 8390958262, + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621847215, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26574132419, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044803243, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 258239323, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63546443837, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 26568286493, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 74154890902, + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 188217107, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3035584586, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123580867, + "voter": "toddemaher1" + } + ], + "author": "charlieshrem", + "author_reputation": 50326964582800, + "beneficiaries": [], + "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", + "body_length": 5033, + "cashout_time": "2016-09-22T19:39:15", + "category": "story", + "children": 2, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"bitcoin\"],\"image\":[\"https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg\",\"https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png\",\"https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png\",\"https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg\"],\"links\":[\"https://postimg.org/image/5bg38xjjr/\",\"https://postimg.org/image/iu6qq6eb9/\",\"https://postimg.org/image/nfj3tkh87/\",\"https://postimg.org/image/ceiwrfinr/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16647533396431, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "18.922 HBD", + "percent_hbd": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 1257859, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "total_payout_value": "0.000 HBD", + "url": "/story/@charlieshrem/mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932201065, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677295375, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149018521, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "percent": "1225", + "reputation": 12382143533351, + "rshares": 104880949618, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3997942209174, + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635691300, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061266533, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58188888655, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 36407027386, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1960155455032, + "rshares": 4682885200, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17908924002, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "4400", + "reputation": 1598540193144, + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739229218, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24417687626, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "7400", + "reputation": 10137266406870, + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157207095, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157521707420, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246279861104, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831615639, + "voter": "brendio" + }, + { + "percent": "1225", + "reputation": 1751717743, + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "percent": "4800", + "reputation": 1038813018744, + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2343183825, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 62928860, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591109646, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 88481667, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712937692, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 333189373469, + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65868377, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 8226370900, + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3915304227, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 904012, + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 588228551, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158057595, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 155166715, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 120983531, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 96643251, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 1153608185509, + "rshares": 519265850, + "voter": "doubledex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
\n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
\nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "body_length": 6656, + "cashout_time": "2016-09-22T18:23:15", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"gold\",\"silver\",\"bitcoin\",\"crisis\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg\",\"https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551268628220, + "voter": "butterfly" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534654466021, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942254587236, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284401462010, + "voter": "chitty" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 75736848691, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85270554570, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14502980866, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897944197, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471747302, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 7317943657, + "rshares": 2366347863, + "voter": "alenevaa" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635074770, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970579316703, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952188311, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "2700", + "reputation": 3460995705314, + "rshares": 12241505540, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275008585094, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047464747, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16027781644, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17557768630, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380892516, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 156249887947, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3086012957311, + "rshares": 8164924332, + "voter": "hyiparena" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21565632626, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739169732, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325751551, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13373880577, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349618451, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 1218867625, + "voter": "victoria2002" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "4800", + "reputation": 10137266406870, + "rshares": 7825324952, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95786319596, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19443061295, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726959262, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7707314246, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5558177167, + "voter": "denn" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4295114546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157785139, + "voter": "kurtbeil" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10742990382, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485140088, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79785139, + "voter": "dims" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335856762, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1446509276, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13254585210, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 677027684, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93807196108, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 108403024, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "4900", + "reputation": 5941821821586, + "rshares": 4337454155, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 53143607139, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 120649148, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 50583338, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "8500", + "reputation": 130504358563, + "rshares": 7187212765, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 212371776, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156837244, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1473342460, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 30995434343, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55383257, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

\n

Snakes. 

\n

http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

\n

I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

\n

Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

\n

http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

\n

The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

\n

http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

\n

1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

\n

http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

\n

2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

\n

http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

\n

3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

\n

https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

\n

4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

\n

http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

\n

Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

\n

   http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

\n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", + "body_length": 6718, + "cashout_time": "2016-09-22T18:19:39", + "category": "herpetology", + "children": 6, + "created": "2016-09-15T18:19:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"herpetology\",\"reptiles\",\"snakes\",\"science\"],\"users\":[\"herpetologyguy\"],\"image\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\"],\"links\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://www.sciencemag.org\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://proactivepestga.com\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://blogs.discovermagazine.com\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.mylakelandnow.com\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"http://www.snakegetters.com\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"https://www.youtube.com/watch?v=ImOj1CKTBqE\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://phenomena.nationalgeographic.com\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\",\"http://westernmassnaturalist.org\",\"https://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:19:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68620995119384, + "parent_author": "", + "parent_permlink": "herpetology", + "pending_payout_value": "274.303 HBD", + "percent_hbd": 10000, + "permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "post_id": 1256988, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author" + }, + { + "active_votes": [ + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982988896, + "voter": "eeks" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061283659, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21106789378, + "voter": "artific" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

By her own admission Clinton suffers from pneumonia.  Her personal doctor (as opposed to a third party observer) released medical records.  For the anti-vaccine crowd it's a wonderful gem.  A fully vaccinated person is now suffering from the illness the vaccine is meant to protect.  The vaccine can be thought of as a potential cause or incapable of preventing the very illness it's designed to protect against.  

\n

Vaccine inserts go into a lot of detail into problems caused by vaccines.  They include neurological damage including but not limited to autism.  For those that don't believe me, go to your doctors office and keep insisting that you see the long form version of the insert that comes with the vaccine and sit down and read it.  Under potential risks it will list autism among other issues.

\n

Here's a current, profound, and ironic example of vaccine \"failure\" in that a big pharma mega donor recipient is  either brought down by or failed to be protected by the vaccines she supports.

\n

\n", + "body_length": 1471, + "cashout_time": "2016-09-22T18:10:21", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T18:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vaccines\",\"politics\",\"health\",\"government\",\"conspiracy\"],\"image\":[\"https://s13.postimg.org/pxe7a350n/HRC_Health.jpg\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14322645_10100500849914713_1744824572734051768_n.jpg?oh=6063accd87cde770844381bfd7a1163d&oe=586E9A3F\"],\"links\":[\"https://m.hrc.onl/secretary/10-documents/05-physician-letter/HRC_physician_letter.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47330922740, + "parent_author": "", + "parent_permlink": "vaccines", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source", + "post_id": 1256899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "total_payout_value": "0.000 HBD", + "url": "/vaccines/@aggroed/in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053192838289, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22867607772, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 447708603191, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284387537146, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 42807744984, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481789740986, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "percent": "556", + "reputation": 12382143533351, + "rshares": 44948966690, + "voter": "eeks" + }, + { + "percent": "400", + "reputation": 4931834878069, + "rshares": 1007941175, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5764343600, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 326645012119, + "voter": "teamsteem" + }, + { + "percent": "400", + "reputation": 5414208804644, + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "percent": "0", + "reputation": 15854806148148, + "rshares": 867025633, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1226367074, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603739324854, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952086154, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110484085174, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 210214429045, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19598687179, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "400", + "reputation": 598181152117, + "rshares": 10685187763, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87865461670, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 7484573728, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280946689, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283410959, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15997662965, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25558672318, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7078753090, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "percent": "400", + "reputation": 19111656178138, + "rshares": 4920595011, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159574353648, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209528025, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 155009367898, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46858431857, + "voter": "milestone" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "percent": "400", + "reputation": 782596410473, + "rshares": 233078967, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4047553215, + "voter": "birdie" + }, + { + "percent": "100", + "reputation": 3439295754608, + "rshares": 121062267, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618344638, + "voter": "jl777" + }, + { + "percent": "400", + "reputation": 10519849768972, + "rshares": 817413671, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773021661, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 22243073202, + "voter": "prufarchy" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "400", + "reputation": 17698439393799, + "rshares": 1805753019, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6785831506, + "voter": "shortcut" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734167982, + "voter": "taker" + }, + { + "percent": "400", + "reputation": 10771708337101, + "rshares": 63857546397, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562380280, + "voter": "laoyao" + }, + { + "percent": "400", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "400", + "reputation": 5776723480371, + "rshares": 12962040863, + "voter": "somebody" + }, + { + "percent": "400", + "reputation": 206355094166, + "rshares": 484639508, + "voter": "flysaga" + }, + { + "percent": "556", + "reputation": 1751717743, + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "percent": "400", + "reputation": 97845484474, + "rshares": 2863409697, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "400", + "reputation": 3016325652890, + "rshares": 7161993588, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "400", + "reputation": 6111268639849, + "rshares": 323426725, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "percent": "400", + "reputation": 1851205309677, + "rshares": 223904508, + "voter": "xiaokongcom" + }, + { + "percent": "400", + "reputation": 4195733833721, + "rshares": 451351789, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11041591679, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022647341, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13841342477, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401452179, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7670539797, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248301756, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 54987076112, + "rshares": 163127905, + "voter": "socalguy" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1878628053, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4185479873, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 232386397, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 808913218021, + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27673000226, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753450273, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3696018490, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 310550549, + "voter": "james1987" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 1343656937, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99404487, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153246625, + "voter": "mdruggan" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "
![robotee8b7.jpg](https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg)
\nImage Source: pixabay\n\n# The robot vs. human wars have begun and it's being hashed out on Steemit:\n\nThese comments surfaced in response to posts by the AI @msgivings account:\n\n>\"I can't believe that this fucking bot got me in an argument with my girlfriend over my comment and it's not even human, fuck me.\"\n\n>\"She doesn't respond because this account is not legit. Shame on every one of the whales that upvoted it and all of the previous posts. Thousands of SBD have been thrown away on this and other fake accounts. The question is - do these whales know it? Are they actively scamming the platform themselves?\"\n\nBy this point, I suppose many of you realize that the account of @msgivings was not run by a human, but rather by artificial intelligence. If you take the time to actually read all the posts that @msgivings wrote, you'll notice some really odd cognitive dissonance. I could tell when I read just one of those posts that a real woman was not writing it. But I too, didn't really look into this account until fairly recently, because I was turned off by the clickbait nature of the titles. I ignored reading them until @yogi.artist pointed out that it's AI. \n\nThe Msgivings Robot has so far banked around $16,000 in blogging rewards from Steemit, and no one realized it until fairly recently. I think @bacchist and @reneenouveau may have been the first ones to reveal this AI hidden identity, but it was [@yogi.artist's post](https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings) that truly opened my eyes to the high level that AI writing software programs have recently reached. He affectionately refers to Msgivings as \"Mstakings\". Another user has claimed that more than 1% of the high-paying trending articles are being written by AI, not real humans.\n\nWhat seals the deal for me personally, in verifying that the @msgivings account was AI is the fact that the account owner has vaporized. A real human would of course defend themselves and fight for their reputation, account and future in Steemit. Owners of AI scam accounts pack up and leave, respin their identity, respin their articles and try again, knowing that most of the whales don't really scrutinize the articles to any meaningful degree.\n\nI was examining the @msgivings account very thoroughly today and noticed that @msgivings had voted for @mibenkito and followed this account a few weeks ago. I then began reading that blog and noticed that @mibenkito had never bothered to write an \"Introduce Yourself\" post. I read every single one of the posts, and not one contained a photo with the standard holding of a \"Steemit\" sign. Odd, for sure. But the oddest thing to me was that in the introduction post, the very first line starts out like this:\n\n>\"I\u2019m an Asian and I live to eat.\"\n\nI lived in Asia and have a degree in Japanese. One of the things I immediately noticed when I lived in Japan is that Asian people rarely describe themselves as \"Asian\". In fact, in all my time spent living in Asia, I never heard one Asian refer to themselves as \"Asian.\" Koreans call themselves Koreans, Japanese call themselves Japanese, etc. Only people who are non-Asian refer to them as Asians. At least that has been my experience so far in life. There may be Asians who call themselves Asian, but I've never met them. \n\nSo, this first sentence feels really awkward and unusual for the reasons I listed above. The English contained in these posts is very strange, but not in a way that suggests it's written by a non-native English speaker. I was an English teacher in Japan and so I'm very familiar with how Japanese people write English. The English that was written in @mibenkito ranges from advanced English skills, with proper usage of commas, to low English usage. It's a strange and odd mix of levels. The first post is truly odd. I have been exposed to a lot of different English styles that were written by non-native English speakers and I've never come across such an odd and patchy style of writing. \n\n
![robot-707219_128024562.jpg](https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg)
\n\nImage Source: pixabay\n\nI am not saying that this account is AI, but it does contain rather inconsistent aspects, namely, that we do not know who @mibenkito is. Usually, on Steemit, people want to share their unique perspective, and they usually tell us where they are from originally, instead of just saying, \"I'm Asian.\" That's like me saying, \"I'm North American.\" Let's face it, no one says it. This all could be cleared up quite fast with a video or a standard introduce yourself post, complete with a Steemit sign.\n\nThis is not meant to be some kind of inquisition, but seeing as how the Steemit community paid out $16,000 to a robot whose owner has abandoned the platform, it's in our best interest to question the identity of posters, especially ones which are receiving massive payouts.\n\nThe word on the street from professional writers is that Steemit is attracting greedy scammers. And unfortunately, the quality is just not up to par yet with Medium. When whale voters, and the curation projects that dole out their funds don't take a close look at what they're voting on, we arrive in the situation of a robot making over $16,000. And now that robot is no where to be seen. The owner of @msgivings has abandoned his/her account. \n\n# The owner that created @msgivings could easily be making new accounts to fool gullible humans. \n\nThe thought process is going probably something like this: \"Well, I've exhausted that msgivings persona, so now I can create a different persona, with different hobbies and interests, and as long as I fool the whale curation bots for a while, I'm good. I'll just take out the funds anyway.\"\n\n# I think we all deserve to know who was behind the @msgivings account. \n\n
![pollution-1148841_12805fd14.jpg](https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg)
\n\nThe proper thing to do would be to just come forward and tell the truth. **Describe the entire process, in all its gritty details.** Describe your elation when you discovered that an AI writing program could make you thousands of dollars. Explain what program you used, how you got it, and what other platforms you're currently using it on. Is this a freelance operation, and Steemit was just your highest paid client? What is the story behind this deception? \n\n# If you were really clever, you could write a book about this, throw it up on Amazon, and see more profits roll in. But you'd have to tell the truth first here on Steemit. \n\nCould you tell the truth? Is that even in your wheelhouse? What kind of human are you anyway? I think the people who you've incited, people who engaged with you for weeks, wrote lengthy comments, deserve to know the truth. Are you capable of telling the truth? Or do you operate on some other plane of deceptive existence? This is all really interesting and would make a fantastic book. Maybe I'll be the one to write the book and interview you anonymously at some point in the future. Would you do that? Would you offer up your true story anonymously? The questions keep coming, _WHO ARE YOU MSGIVINGS_?\n\n
![head-663997_128076d7e.jpg](https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg)
\nImage Source: pixabay\n\n# Moving forward. \n\nWhat if all of us mere mortals adapted to this new AI technology, like most of us will be doing soon enough, and began using our own AI programs to generate content? What exactly would be the point of Steemit? Would the robot wars really move into high gear then? Would the advanced AI writing programs be winner take all? The only real interaction would be found in the comments, but an AI could be trained in that capacity, too.\n\nWhat is Steemit's official stance on AI-created content moving forward? How about, as long as it's clearly indicated that the content was created by artificial intelligence? But you and I know this is a silly utopian fantasy. Big profits won't come to those who transparently reveal that they are using AI to generate articles.\n\nAn what would be the point of humans upvoting a software writing program? Is a program more valuable than a human? Should we all become robot shepherds and get our own AI writing programs? What is the point of any of this? If AI takes over the trending pages, then what role will humans have here in Steemit? Will we become expert commenters and video creators, letting AI programs do the bulk of the arduous writing?\n\nI am not against AI and even I considered making an AI account that would be a robot twin of my writing. But I would properly identify it as AI using the sticker that @reneenouveau created, so that deception would not be a part of my deal. \n\nhttp://reneenouveau.com/Steem/100bot.gif\n\nYou see, when you deceive others, you finally are forced to abandon your account. Why not create an AI account and do it transparently, with the entire community aware that it was created using AI? I have loads of questions about these AI programs, and I'm also looking to get my own soon. Or would that finally open the pandora's box that's waiting to happen? \n\n# Is that the singularity that everyone is talking about? Or has it already arrived?\n\n# The real problem doesn't lie within AI. The real problem lies within the deceptive human mind who is controlling AI.\n\n
![cyborg-152454_1280074fd.png](https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png)
\n\nImage Source: pixabay", + "body_length": 9681, + "cashout_time": "2016-09-22T18:09:09", + "category": "ai", + "children": 31, + "created": "2016-09-15T18:09:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ai\",\"artificial-intelligence\",\"robots\",\"ai-writing\",\"msgivings\"],\"users\":[\"msgivings\",\"yogi.artist\",\"bacchist\",\"reneenouveau\",\"mibenkito\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg\",\"https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg\",\"https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg\",\"https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg\",\"http://reneenouveau.com/Steem/100bot.gif\",\"https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png\"],\"links\":[\"https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:09:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15880698940673, + "parent_author": "", + "parent_permlink": "ai", + "pending_payout_value": "17.360 HBD", + "percent_hbd": 10000, + "permlink": "artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit", + "post_id": 1256886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "total_payout_value": "0.000 HBD", + "url": "/ai/@stellabelle/artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1133069631465, + "rshares": 30948708908726, + "voter": "val-a" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15292900000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534352192855, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 652034182902, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927024295, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941856440, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536548017, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "737", + "reputation": 12382143533351, + "rshares": 59931939963, + "voter": "eeks" + }, + { + "percent": "9200", + "reputation": 944762156062, + "rshares": 6122594947, + "voter": "fernando-sanz" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584270995256, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177415501233, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106634401121, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061259321, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003304335, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50884297723, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61300613738, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 820589638514, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5950595929, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192325266448, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77083924707, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283440404, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 455246290726, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739090409, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4195248338, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4128504280, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618259005, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773036384, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31599342155, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "4400", + "reputation": 283380527576, + "rshares": 5878023046, + "voter": "mahekg" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734150854, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 10553169212, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1117443990130, + "voter": "laonie" + }, + { + "percent": "0", + "reputation": 1161816442579, + "rshares": 4257390614, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4414425121, + "voter": "timcliff" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 38640926181, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233306274805, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8723132526, + "voter": "flysaga" + }, + { + "percent": "737", + "reputation": 1751717743, + "rshares": 1667759072, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51539167746, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128906992414, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6306539895, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102434307703, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4030108065, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8123975227, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11292536945, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546765304, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 84942400, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 404286448, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1297778556911, + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32462674824, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 624996264644, + "rshares": 3597236649, + "voter": "curving" + }, + { + "percent": "10000", + "reputation": 18957179674, + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "7700", + "reputation": 10684992176630, + "rshares": 10005063213, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54249219602, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571056039, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710959443, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831361820, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 405698035912, + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1597514180, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 8199670899, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55344422883, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53415391, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271439221, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115638535, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4817004213, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3689852156, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 50277354380, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 851767121, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 6920933761, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 692395145, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 891891710, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 336222066, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 191981449, + "voter": "techslut" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie.
Join us in #curie on Steemit.chat and follow us @curie!
", + "body_length": 37031, + "cashout_time": "2016-09-22T17:53:48", + "category": "curie", + "children": 10, + "created": "2016-09-15T17:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement\",\"https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016\",\"https://steemit.com/@faddat\",\"https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed\",\"https://steemit.com/@rampant\",\"https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool\",\"https://steemit.com/@shenanigator\",\"https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do\",\"https://steemit.com/@penguinpablo\",\"https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf\",\"https://steemit.com/@nathanjtaylor\",\"https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry\",\"https://steemit.com/@lily-da-vine\",\"https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco\",\"https://steemit.com/@budgetbucketlist\",\"https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes\",\"https://steemit.com/@benjiberigan\",\"https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations\",\"https://steemit.com/@ausbitbank\",\"https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos\",\"https://steemit.com/@emily-cook\",\"https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work\",\"https://steemit.com/@team-leibniz\",\"https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00\",\"https://steemit.com/@ionescur\",\"https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land\",\"https://steemit.com/@kimal73\",\"https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work\",\"https://steemit.com/@juliac\",\"https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think\",\"https://steemit.com/@luzcypher\",\"https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals\",\"https://steemit.com/@akareyon\",\"https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing\",\"https://steemit.com/@curving\",\"https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation\",\"https://steemit.com/@aleksandraz\",\"https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology\",\"https://steemit.com/@skapaneas\",\"https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more\",\"https://steemit.com/@gargon\",\"https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\",\"https://steemit.com/@iamwne\",\"https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass\",\"https://steemit.com/@stormblaze\",\"https://steemit.com/technology/@stormblaze/where-do-deleted-files-go\",\"https://steemit.com/@yanarnst\",\"https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts\",\"https://steemit.com/@senseye\",\"https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor\",\"https://steemit.com/@crasch\",\"https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future\",\"https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners\",\"https://steemit.com/@cristi\",\"https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months\",\"https://steemit.com/@stranger27\",\"https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature\",\"https://steemit.com/@nekromarinist\",\"https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today\",\"https://steemit.com/@richman\",\"https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story\",\"https://steemit.com/@maceytomlin\",\"https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony\",\"https://steemit.com/@nili\",\"https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol\",\"https://steemit.com/@optimistic-crone\",\"https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe\",\"https://steemit.com/@anarchyhasnogods\",\"https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one\",\"https://steemit.com/@yostopia\",\"https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick\",\"https://steemit.com/@reneenouveau\",\"https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015\",\"https://steemit.com/@king3071\",\"https://steemit.com/travel/@king3071/my-dream-destination-switzerland\",\"https://steemit.com/@kolin.evans\",\"https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines\",\"https://steemit.com/@fenglosophy\",\"https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think\",\"https://steemit.com/@mandibil\",\"https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil\",\"https://steemit.com/@therajmahal\",\"https://steemit.com/science/@therajmahal/making-the-impossible-possible\",\"https://steemit.com/@carlitashaw\",\"https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions\",\"https://steemit.com/@renzoarg\",\"https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics\",\"https://steemit.com/@rachelsvparry\",\"https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time\",\"https://steemit.com/@royalmacro\",\"https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art\",\"https://steemit.com/@stephmckenzie\",\"https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone\",\"https://steemit.com/@alwayzgame\",\"https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life\",\"https://steemit.com/@nonlinearone\",\"https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing\",\"https://steemit.com/@kafkanarchy84\",\"https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii\",\"https://steemit.com/@feline1991\",\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2\",\"https://steemit.com/@geke\",\"https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos\",\"https://steemit.com/@pinkisland\",\"https://steemit.com/writing/@pinkisland/my-philosophy-of-education\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco\",\"https://steemit.com/@luisucv34\",\"https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition\",\"https://steemit.com/@beowulfoflegend\",\"https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty\",\"https://steemit.com/@mariandavp\",\"https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp\",\"https://steemit.com/@nasimbabu\",\"https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases\",\"https://steemit.com/@royaltiffany\",\"https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update\",\"https://steemit.com/@travelista\",\"https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo\",\"https://steemit.com/@jpiper20\",\"https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4\",\"https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism\",\"https://steemit.com/@krystle\",\"https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin\",\"https://steemit.com/@cryptoiskey\",\"https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids\",\"https://steemit.com/@getonthetrain\",\"https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods\",\"https://steemit.com/@ansharphoto\",\"https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome\",\"https://steemit.com/@aboundlessworld\",\"https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast\",\"https://steemit.com/@thornybastard\",\"https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest\",\"https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5\",\"https://steemit.com/@dumar022\",\"https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this\",\"https://steemit.com/@lapilipinas\",\"https://steemit.com/science/@lapilipinas/light-from-distant-stars\",\"https://steemit.com/@williambanks\",\"https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace\",\"https://steemit.com/@driv3n\",\"https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2\",\"https://steemit.com/@timbot606\",\"https://steemit.com/life/@timbot606/growing-up-in-appalachia\",\"https://steemit.com/@themagus\",\"https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2\",\"https://steemit.com/@echoesinthemind\",\"https://steemit.com/life/@echoesinthemind/hanging-upside-down\",\"https://steemit.com/@ysa\",\"https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado\",\"https://steemit.com/@aksinya\",\"https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video\",\"https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro\",\"https://steemit.com/@successfully00\",\"https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1\",\"https://steemit.com/@linzo\",\"https://steemit.com/poem/@linzo/a-life-fantasy-original-poem\",\"https://steemit.com/@hilarski\",\"https://steemit.com/panama/@hilarski/panama-critters\",\"https://steemit.com/@sulev\",\"https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2\",\"https://steemit.com/@steemswede\",\"https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale\",\"https://steemit.com/@marius19\",\"https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami\",\"https://steemit.com/@poeticsnake\",\"https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings\",\"https://steemit.com/@kiddarko\",\"https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video\",\"https://steemit.com/@shieha\",\"https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2\",\"https://steemit.com/@ayim\",\"https://steemit.com/life/@ayim/fixing-posture-part-4-neck\",\"https://steemit.com/@hitmeasap\",\"https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice\",\"https://steemit.com/@peskov\",\"https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author\",\"https://steemit.com/@aldentan\",\"https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts\",\"https://steemit.com/@beginningtoend\",\"https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy\",\"https://steemit.com/@kaykunoichi\",\"https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself\",\"https://steemit.com/@booky\",\"https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates\",\"https://steemit.com/@doubledex\",\"https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong\",\"https://steemit.com/@ekaterina4ka\",\"https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2\",\"https://steemit.com/@scaredycatguide\",\"https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica\",\"https://steemit.com/@amy-goodrich\",\"https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie\",\"https://steemit.com/@scott.stevens\",\"https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering\",\"https://steemit.com/@witchcraftblog\",\"https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa\",\"https://steemit.com/@ibringawareness\",\"https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5\",\"https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73\",\"https://steemit.com/@leylar\",\"https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work\",\"https://steemit.com/@ocrdu\",\"https://steemit.com/photography/@ocrdu/the-pods-that-go-pop\",\"https://steemit.com/@rusla\",\"https://steemit.com/travel/@rusla/japan-part8\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing\",\"https://steemit.com/@borishaifa\",\"https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat\",\"https://steemit.com/@eveningstar92\",\"https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art\",\"https://steemit.com/@elewarne\",\"https://steemit.com/mixedmedia/@elewarne/mixed-media\",\"https://steemit.com/@shredlord\",\"https://steemit.com/art/@shredlord/sunrise\",\"https://steemit.com/@sherlockcupid\",\"https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one\",\"https://steemit.com/@annesaya\",\"https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers\",\"https://steemit.com/@fitmama\",\"https://steemit.com/life/@fitmama/why-do-i-bother\",\"https://steemit.com/@ezzy\",\"https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories\",\"https://steemit.com/@kingarbinv\",\"https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far\",\"https://steemit.com/@soulsistashakti\",\"https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist\",\"https://steemit.com/@puffin\",\"https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem\",\"https://steemit.com/@cehuneke\",\"https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease\",\"https://steemit.com/@tanata\",\"https://steemit.com/fashion/@tanata/little-black-dress-involving\",\"https://steemit.com/@steemwriter\",\"https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship\",\"https://steemit.com/@michelle.gent\",\"https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters\",\"https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing\",\"https://steemit.com/@runridefly\",\"https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale\",\"https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one\",\"https://steemit.com/@lyubovbar\",\"https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory\",\"https://steemit.com/@victoriart\",\"https://steemit.com/art/@victoriart/hazelnut-mood\",\"https://steemit.com/@heroic15397\",\"https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area\",\"https://steemit.com/@smartercars\",\"https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews\",\"https://steemit.com/@rubenalexander\",\"https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016\",\"https://steemit.com/@matthew.raymer\",\"https://steemit.com/psychology/@matthew.raymer/life-stories\",\"https://steemit.com/@positivesteem\",\"https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees\",\"https://steemit.com/@d3nv3r\",\"https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real\",\"https://steemit.com/@adubi\",\"https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet\",\"https://steemit.com/@alitas\",\"https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla\",\"https://steemit.com/@mazi\",\"https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis\",\"https://steemit.com/@mikemacintire\",\"https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work\",\"https://steemit.com/@altzero\",\"https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2\",\"https://steemit.com/@birdie\",\"https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos\",\"https://steemit.com/@michaelstobiersk\",\"https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski\",\"https://steemit.com/@reddust\",\"https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary\",\"https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown\",\"https://steemit.com/@karisa\",\"https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4\",\"https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband\",\"https://steemit.com/@burnin\",\"https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2\",\"https://steemit.com/art/@reddust/eyes-of-wisdom\",\"https://steemit.com/@levycore\",\"https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial\",\"https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today\",\"https://steemit.com/@naquoya\",\"https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster\",\"https://steemit.com/@moon32walker\",\"https://steemit.com/gaming/@moon32walker/top-10-game-development-studios\",\"https://steemit.com/@gustavopasquini\",\"https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry\",\"https://steemit.com/@benadapt\",\"https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge\",\"https://steemit.com/spanish/@altzero/que-es-la-nueva-economia\",\"https://steemit.com/@por500bolos\",\"https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise\",\"https://steemit.com/@zonpower\",\"https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem\",\"https://steemit.com/@katharsisdrill\",\"https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation\",\"https://steemit.com/@glezeddy\",\"https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico\",\"https://steemit.com/@onetree\",\"https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare\",\"https://steemit.com/@verbal-d\",\"https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact\",\"https://steemit.com/@wanderingagorist\",\"https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating\",\"https://steemit.com/@knablinz\",\"https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61028272797290, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "217.281 HBD", + "percent_hbd": 10000, + "permlink": "the-daily-curie-14th-sept-15th-sept-2016", + "post_id": 1256756, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/the-daily-curie-14th-sept-15th-sept-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244111745773, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 670306236660, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206071238782, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 5815231464, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982982887, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 28509331807, + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061263829, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 116660687, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

You may be surprised to know that your memory of the Queen saying \"Mirror mirror\" is wrong.  She no longer casts a giant spell calling the Slave in the Mirror to her by saying \"Mirror mirror on the wall who is the fairest of them all?\"  Instead she now says \"Magic mirror on the wall- who is the fairest one of all?\"

\n

If you remember her saying \"Mirror mirror\" and so far that seems to be roughly 90% of people you're currently experiencing the Mandela Effect.  

\n

The Mandela Effect is the difference between recalled memory for groups of people and recorded history.  I ran a survey that to date as received over 30k responses.  When it reached over 25,000 I did a report about the results.  The study included 7 questions suspected to have a Mandela Effect associated with them and 2 controls.  The 2 controls showed that people who were extremely confident when answers questions about stuff from 20+ years ago were able to get it right 95% or more of the time.  When scrubbing the survey results to narrow down just to extremely confident people who were asked about this effect 90.7% of people remember the line as \"Mirror mirror.\"  

\n

You can see completely raw data here.  The quiz is housed on two servers so the data comes in two parts.  It has not been scrubbed by people admitting they guessed at this point.

\n

\n

\n

I asked people to provide feedback about their responses.  One quiz respondent added this detail- \"i remember having a toy about snow white of a mirror and i still have it. im using it right now and she is saying \"\"mirror mirror on the wall\"\" not \"\"magic mirror on the wall\"\" my parents bought this in Disney WORLD.\"

\n

Another person mentioned- \" She was speaking to the MIRROR! I used to play around and use this phrase as a kid. Geez...I still used this phrase growing up. This one hit me pretty hard. I had never heard of Magic Mirror...and was blown away when I noticed the change. I will never agree that it was MAGIC mirror while I was growing up...ever. \"

\n

Here's one person where the line hit hard-  \"Well it was a kind of incantation both to bring the mirror to active state as well as gain an answer to a question she needed surety about... I have watched this with my daughter when she was younger and of course I had seen it when I was younger and am completely certain of the verbiage used... \"  I tend to agree as I remember it as an incantation, which makes sense as \"Mirror, mirror\" as opposed to a greeting towards an object, which would be \"Magic mirror.\"  Here's another along those lines- \" I remember watching it. I remember repeating it, always wondering why the evil Queen could not think of anything better to say other than 'Mirror' twice. it made me think that perhaps it was part of the incantation, like saying 'mirror' twice would turn it on or something. \"

\n

The effect is witnessed in multiple languages- \" I know I am correct, because I am from Serbia and I have heard this phrase in my own language. I watched this when I was a kid and I remember the line in my language which is a translation of 'Mirror, mirror....'. There's no way it was any different, l am 100% sure. Even now days, kids in my country will say 'Mirror, mirror....' because their parents taught them. I just went on YouTube to find the 'Show White' synchronized in my language and to my big surprise, all recent uploads say 'Magic mirror'! It was never like that! But, I have found one upload from 2010 where the narrator says 'Mirror, mirror...' in my language. Again, I am 100% sure it's 'Mirror, mirror...' , as we used to say it like a song, it's etched in my memory. \"

\n

In case you don't believe me that things have changed check out the footage below-

\n

https://www.youtube.com/watch?v=mqmIMvWnIV8

\n

The most common immediate response from people unfamiliar with the Mandela Effect for these kind of results, especially when they aren't personally experiencing that specific Mandela Effect, is to dismiss the effect as nothing more than memory problems, collective mishearing, or the more sophisticated term of confabulation.  It's a reasonable first response.  There is lots of evidence even in my own survey results that the general population has extensive memory issues regarding events that took place 20+ years ago.  The amazing thing though is that people that are extremely confident don't experience that gap.  On one control in particular the people who were only moderately confident got it correct around 60% of the time where as the extremely confident got it right 95% of the time.  So, yes, in general there is a broad memory problem, but in the group that usually has a distinct memory and thus feels extremely confident there isn't evidence of a memory problem.

\n

Well, if it isn't memory then this thing called confabulation which is basically just having distorted memories is called out too.  Here we get into a difficult problem.  There is often evidence available that \"old way\" of the Mandela Effect actually did exist, even though recorded history says it does not.  That's when researchers find what they call \"Reality Residue.\"  To Mandela Effect researchers it's evidence of a change.  To Confabulists it's evidence of where the confusion came from in the first place.

\n

To me the issue comes down to scale.  I'm going to show lots of examples below of products, quotes, memes, and media lines that use the \"Mirror mirror\" line and some that use \"Magic Mirror.\"  The collective views of all of these things would likely come down to less than 1% of the lifetime views of the Disney movie, which adjusted for inflation is one of the top 10 most successful movies of all time.  The idea that Will Smith misquoted the movie in 2 episodes of Fresh Prince lead an entire nation of people to misquote the line, especially after having researched the effect for over a year, seems ridiculous to me.  While the opposite view that changes have occurred and it's evidence that the physical surrounding is malleable is also preposterous.  I think that's why people have such a hard time believing the Mandela Effect could be real.

\n

Here's a video of an assemblage of Mandela Effects.  I've found and included some of the links within this movie below.

\n

https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be

\n

Here's an older version of a Looney Toons video that shows Magic Mirror, showing evidence that line has been used as well in other stuff.

\n

https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb

\n

Here's a classic from Saved by the Bell where they are doing a Snow White play.  Note the line \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=EIyXtF86VVA

\n

Here's Maleficent where she does the \"Mirror, mirror\" incantation.

\n

Here's Faerie Tale Theatre 13 reenactment of the scene

\n

https://www.youtube.com/watch?v=BLkJ-Y7k-Q0

\n

Here's a song that includes \"Mirror mirror\"

\n

https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103

\n


\n


\n

Here's an article from 2011 where The Telegraph use the \"Mirror Mirror line.

\n

Here's the episode of star trek from 1967 where the episode is called Mirror, Mirror

\n

\n

Here's a movie called Mirror Mirror from 2012.

\n

\n

Here's a children's book that has an allusion to the line in a story called The Red Fairy Book by Andrew Lang in 2009.

\n

Here's your little buddy king in shrek dropping the line.

\n

https://www.youtube.com/watch?v=5p5qPd3oVFo

\n

I'm not sure of the series here, but it's a recent take on the Snow White scene

\n

https://www.youtube.com/watch?v=nrzheX9wRRI

\n

Here's the song Mirror Mirror, by Diamond Rio

\n

https://www.youtube.com/watch?v=rIBVdctOcu0

\n

Here's a video promo for Mirror MIrror: Once upon a Time

\n

https://www.youtube.com/watch?v=eTgT6UA88hk

\n

Here's will Smith in two episodes saying \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=GqY1TLuZ06Y

\n

https://www.youtube.com/watch?v=r48sL2nBdhk

\n

One of the episodes of the Simpsons has him asking \"Mirror Mirror on the wall who is the baldest of them all?\"

\n

Here's an article online from NBC News that actually seems to use the grammer from both lines of the movie.

\n

\n

Here's M2M singing \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=Ptbj809JQrQ

\n

Here's a Disney Book where the words \"Mirror Mirror\" are used in the book

\n

\n

Here are two products that were manufactured where the line \"Mirror Mirror\" line is used.

\n

\n

Anyway, going back to the original problems, 90% remember the Line as Mirror Mirror and there is lots of evidence the line \"Mirror Mirror\" has been used all over the place along with the line \"Magic Mirror.\"  The question remains is the evidence gathered here indicate that reality has shifted and this is reality residue or does it indicate that mistakes were made in the past many times over and as a consequence of those mistakes people confuse what was originally and has always been Snow White and the Seven Little People (see what I did there :)

\n

Please upvote this post and follow for more stories about the Mandela Effect

\n", + "body_length": 11050, + "cashout_time": "2016-09-22T17:35:57", + "category": "science", + "children": 2, + "created": "2016-09-15T17:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"religion\",\"mandelaeffect\",\"totoeffect\",\"philosophy\"],\"image\":[\"http://cdn.playbuzz.com/cdn/764a2a3b-deca-49c1-99cc-03207f2ed767/0611549e-50c9-4197-804e-9d919266eade.jpg\",\"https://s12.postimg.org/i1qdx62q5/mirror_mirror_stats_from_goquizzes.jpg\",\"https://s11.postimg.org/3k3788jlv/mirror_mirror_stats_from_quizmaker.jpg\",\"https://img.youtube.com/vi/mqmIMvWnIV8/0.jpg\",\"https://img.youtube.com/vi/xaTDKl3EdQY/0.jpg\",\"https://img.youtube.com/vi/cIESd6pqMdA/0.jpg\",\"https://img.youtube.com/vi/EIyXtF86VVA/0.jpg\",\"https://img.youtube.com/vi/BLkJ-Y7k-Q0/0.jpg\",\"https://img.youtube.com/vi/zGlLe1w3DJM/0.jpg\",\"https://trekkerscrapbook.files.wordpress.com/2014/03/40-mirror-mirror.jpg\",\"http://www.impawards.com/2012/posters/mirror_mirror.jpg\",\"https://img.youtube.com/vi/5p5qPd3oVFo/0.jpg\",\"https://img.youtube.com/vi/nrzheX9wRRI/0.jpg\",\"https://img.youtube.com/vi/rIBVdctOcu0/0.jpg\",\"https://img.youtube.com/vi/eTgT6UA88hk/0.jpg\",\"https://img.youtube.com/vi/GqY1TLuZ06Y/0.jpg\",\"https://img.youtube.com/vi/r48sL2nBdhk/0.jpg\",\"http://i.imgur.com/UknSoGD.jpg\",\"https://s12.postimg.org/qy4zah1ot/mirror_mirror_nbc_news.jpg\",\"https://img.youtube.com/vi/Ptbj809JQrQ/0.jpg\",\"https://s14.postimg.org/grxfsu18h/sw1.jpg\",\"https://s14.postimg.org/weop67f0h/sw2.jpg\",\"https://s14.postimg.org/fblxaoybl/sn3.jpg\",\"https://s14.postimg.org/hk03s15fl/sw4.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=mqmIMvWnIV8\",\"https://en.wikipedia.org/wiki/Confabulation\",\"https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be\",\"https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb\",\"https://www.youtube.com/watch?v=EIyXtF86VVA\",\"https://www.youtube.com/watch?v=BLkJ-Y7k-Q0\",\"https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103\",\"http://www.telegraph.co.uk/culture/film/film-news/8686581/Mirror-mirror-which-Snow-White-will-be-fairest-of-all.html\",\"http://memory-alpha.wikia.com/wiki/Mirror,_Mirror_%28episode%29\",\"http://www.imdb.com/title/tt1667353/\",\"http://www.gutenberg.org/ebooks/540?msg=welcome_stranger\",\"https://www.youtube.com/watch?v=5p5qPd3oVFo\",\"https://www.youtube.com/watch?v=nrzheX9wRRI\",\"https://www.youtube.com/watch?v=rIBVdctOcu0\",\"https://www.youtube.com/watch?v=eTgT6UA88hk\",\"https://www.youtube.com/watch?v=GqY1TLuZ06Y\",\"https://www.youtube.com/watch?v=r48sL2nBdhk\",\"http://www.nbcnews.com/science/science-news/mirror-mirror-wall-whos-fairest-monkey-all-n282436\",\"https://www.youtube.com/watch?v=Ptbj809JQrQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18432153492406, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "22.623 HBD", + "percent_hbd": 0, + "permlink": "exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white", + "post_id": 1256557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "total_payout_value": "0.000 HBD", + "url": "/science/@aggroed/exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_reputation": 4254380753805, + "beneficiaries": [], + "body": "# Deciding to do some Trading with my SBD/BTC\n\nAfter having some mild success on steemit, I decided to transfer part of my SBD to Poloniex and try my hand at trading cryptocurrencies. It all kind of feels like free money anyway! I am just learning how cryptocurrencies work. I have been interested in bitcoin as a concept and aware of its success for about 2 years now, but never owned any until I ended up owning some SBD after stumbling upon steemit.\n\nAfter transferring to poloniex, I bought some BTC with my SBD. From there I transferred some BTC to a circle account and cashed out 20$ USD to my bank account just to prove to myself and everyone that keeps asking me, that I can easily use this cryptocurrency to get cash. But, the more I learn, the less fiat money I want and the more I want to invest in silver and cryptocurrencies. \n\n# Bitcoin\n\nI have regretted not being into bitcoin ever since I heard about it and started watching it go up and then especially after hearing Jeff Berwick talk positively about it at 200$ and then seeing it go over 500$. So I was happy to finally own some BTC but this is basically all an experiment for me so I decided that I might try to play the game a bit more.\n\n# Value of Steem Going Down\n\nI can see that my steemit wallet account value has been going down. I have powered up most of my SBD and I will continue to do so because I believe in steemit in the long term, but I do think I might be able to protect my SBD and maybe even profit with it by trading into BTC and buying cryptocurrencies on Poloniex so that's what I am experimenting with. I could also lose my investment so I am starting slowly and learning as much as I can for now.\n\n# Ethereum\n\n

https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png

\n\n[image source](https://en.wikipedia.org/wiki/Ethereum)\n\nFrom my stock chart studying experience and from advice on the internet I decided to make a bet on ETH. I have heard more about Ethereum as I have been on steemit and after a short research session online I decided that it may go up soon, so I'll buy. Keep in mind, none of this very scientific, I am just playing around and learning how to do this and am not giving any advice because I really don't know what I'm doing! \n\nCurrently, I don't have time to constantly monitor close enough to day trade so I am only going to buy something that I think will be moving up over next few weeks. I make my guess based on what the technology is and by looking for trends in the charts. My chart studying skills are pretty basic. I look for floors, ceilings, and trends based on highs and lows over time. I look for upwards trends by spotting a series of higher lows and by watching for crosses in the moving averages. That's pretty much my entire strategy at this point\n\n# Trading so far\n\nHere is what I did yesterday. I turned 100 SBD into 0.13731732 BTC. I then transferred that bitcoin to my margin account after reading about how it worked on Poloniex's [margin trading page.](https://poloniex.com/support/aboutMarginTrading/) From there I was able to buy 0.33554217 BTC worth of Ethereum so now I have a position on 17.11149722 ETH.\n\nToday I have been researching other coins to invest in. I found [this quick list](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments) helpful and I have noticed on my Poloniex margin trading account there are a few coins that I can take a margin position on. I also liked this [list of cryptos by market cap](https://coinmarketcap.com/) Several of the coins are very volatile and some are making big moves while I watch them. Probably from some FOMO, I decided to go long on CLAMs. I liked that they just gave away coins to bitcoin holders so now they are the most widely held coin. I have no idea if this will be profitable, but I decided to go for it because it's so cheap!\n\n# Other Coins\n\nI also noticed that CLAMs are the crypto for a [gambling site](https://just-dice.com/) that was featured in a very positive [huffington post article](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117) and is very active. I don't gamble much except a little poker now and then and I am definitely not promoting gambling, but I do recognize it as an industry that can help support a crypto. Basically I don't gamble unless I feel like I have an advantage. \n\n

http://clamclient.com/images/bio-photo.png

\n\n[image source](http://clamclient.com/)\n\nThe only reason I feel comfortable trying my hand at cryptocurrency trading is that I am using very small amounts of money that I earned from writing content in my spare time and I think the risk is worth the reward because I believe like many of you that cryptocurrency is the future of currency and if I get in on the right one early enough, there could be a nice profit. Now all I have to do is predict the future, lol.\n\nI have also noticed XRM making big upward swings today and I am considering playing with it but I am a bit weary putting much into coins that I don't really believe in. Yes I am doing this with CLAMs but I am going to keep this type of investment to a minimum. Still, I am open to any recommendations from any of you crypto traders out there might have.\n\n# Conclusions and Questions\n\nI have been teeter tottering between red and green on both of my positions but I feel confident that I will be able to close my positions at a profit at this point. I think I am going to stay long on Ethereum with most of my Poloniex account and move in and out of some small cap cryptos with a small percentage of my balance. But this is just my initial thoughts on my strategy so I am open to changing my entire strategy as I learn. The title is a serious question - Should I stay long on ETH??? It makes sense to me to do that but I could be missing something. Does anyone have any tips on coins that are going to make some big moves???\n\nI am a newbie at all this so please point out anything stupid I may be doing. I welcome any advice and suggestions that any of you might have. I'm also happy to answer any questions you might have if your like me and just getting started trading cryptos. I hope if nothing else, this post starts a conversation and something is learned. Thanks for reading. Let's make some money!\n\n# Links\n\n[Poloniex's margin trading page.](https://poloniex.com/support/aboutMarginTrading/) \n\n[gambling site for CLAMs](https://just-dice.com/)\n\n [huffington post article about that gambling site ^^^^^^^](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117)\n\n[list of cryptos to consider for investment](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments)\n\n[list of cryptos by market cap](https://coinmarketcap.com/)", + "body_length": 6868, + "cashout_time": "2016-09-22T17:31:36", + "category": "ethereum", + "children": 0, + "created": "2016-09-15T17:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ethereum\",\"money\",\"poloniex\",\"bitcoin\",\"trading\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png\",\"http://clamclient.com/images/bio-photo.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Ethereum\",\"https://poloniex.com/support/aboutMarginTrading/\",\"http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments\",\"https://coinmarketcap.com/\",\"https://just-dice.com/\",\"http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117\",\"http://clamclient.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18126121492, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 1256505, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Should I be long on Ethereum?", + "title": "Should I be long on Ethereum?", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@richardcrill/should-i-be-long-on-ethereum" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231805330698, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2205769039995, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22916314085, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284356136464, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884695221, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14817966458, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "3300", + "reputation": 4931834878069, + "rshares": 8063529404, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8867224532, + "voter": "james-show" + }, + { + "percent": "3300", + "reputation": 5414208804644, + "rshares": 10599005770, + "voter": "elishagh1" + }, + { + "percent": "6600", + "reputation": 15755437221598, + "rshares": 18308315808, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234076, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848017203, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962073715266, + "voter": "cyber" + }, + { + "percent": "3300", + "reputation": 598181152117, + "rshares": 69449313895, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4698559215, + "voter": "alexft" + }, + { + "percent": "6600", + "reputation": 17405459234693, + "rshares": 34727118740, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808158887, + "voter": "michaellamden68" + }, + { + "percent": "6600", + "reputation": 4066839697461, + "rshares": 5544271605, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "6600", + "reputation": 744428437430, + "rshares": 1077485049, + "voter": "trees" + }, + { + "percent": "6600", + "reputation": 2906973892, + "rshares": 147884806, + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 19111656178138, + "rshares": 39362134982, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 769748891, + "voter": "busser" + }, + { + "percent": "3300", + "reputation": 3891722, + "rshares": 200664863, + "voter": "barbara2" + }, + { + "percent": "3300", + "reputation": 9142611234, + "rshares": 209916621, + "voter": "ch0c0latechip" + }, + { + "percent": "3300", + "reputation": 3871042, + "rshares": 206422340, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 6006531299, + "voter": "bitland" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34761057945, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "3300", + "reputation": 782596410473, + "rshares": 1514923441, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5322002585, + "voter": "rainchen" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204616871501, + "voter": "jl777" + }, + { + "percent": "6600", + "reputation": 6570213787, + "rshares": 79988758, + "voter": "pokemon" + }, + { + "percent": "3300", + "reputation": 10519849768972, + "rshares": 6539309368, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 855588904517, + "rshares": 1107566454, + "voter": "arnob" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6361356981, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267238976, + "voter": "proto" + }, + { + "percent": "3300", + "reputation": 17698439393799, + "rshares": 11736628947, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "3300", + "reputation": 147425730, + "rshares": 220173783, + "voter": "fnait" + }, + { + "percent": "3300", + "reputation": 3720753029, + "rshares": 207827906, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 595437792, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 790840294542, + "rshares": 293918303, + "voter": "nadira" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5068724760, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 791284980460, + "rshares": 298276102, + "voter": "sujoy1990" + }, + { + "percent": "10000", + "reputation": 905757373511, + "rshares": 368239987, + "voter": "ragini00" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734133724, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 790994268806, + "rshares": 254047281, + "voter": "atkins" + }, + { + "percent": "10000", + "reputation": 769405947222, + "rshares": 244805395, + "voter": "ronald0" + }, + { + "percent": "10000", + "reputation": 774287478546, + "rshares": 247980056, + "voter": "jerremie" + }, + { + "percent": "10000", + "reputation": 774739223050, + "rshares": 245514577, + "voter": "steampty" + }, + { + "percent": "10000", + "reputation": 770375578051, + "rshares": 248042622, + "voter": "rosamund" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "3300", + "reputation": 10771708337101, + "rshares": 415038365446, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "percent": "3300", + "reputation": 18027204457681, + "rshares": 14656661715, + "voter": "myfirst" + }, + { + "percent": "3300", + "reputation": 5776723480371, + "rshares": 84247562080, + "voter": "somebody" + }, + { + "percent": "3300", + "reputation": 206355094166, + "rshares": 3149953663, + "voter": "flysaga" + }, + { + "percent": "3300", + "reputation": 97845484474, + "rshares": 18610971546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "3300", + "reputation": 3016325652890, + "rshares": 46548145500, + "voter": "xiaohui" + }, + { + "percent": "3300", + "reputation": 6111268639849, + "rshares": 2263839835, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1146181511, + "voter": "boddhisattva" + }, + { + "percent": "3300", + "reputation": 1851205309677, + "rshares": 1455289454, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7709317035, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "3300", + "reputation": 4195733833721, + "rshares": 2933599119, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "3300", + "reputation": 730408370151, + "rshares": 192106728, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 12092290533, + "rshares": 63089132, + "voter": "igrekzed" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 150134474, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 684139314026, + "rshares": 217624709, + "voter": "shuvo" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51504697768, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 576463980, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "6600", + "reputation": 0, + "rshares": 101544680909, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "2200", + "reputation": 6232933391430, + "rshares": 455045152, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5749087264, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 4423299664, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339285503, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 517626948111, + "rshares": 172475643, + "voter": "steemmeets" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1062652750, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 381309482509, + "rshares": 137181683, + "voter": "xoxo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 881456160840, + "rshares": 1442077197, + "voter": "artists" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 211059374229, + "rshares": 206779436, + "voter": "tintin" + }, + { + "percent": "10000", + "reputation": 56973664975, + "rshares": 173895222, + "voter": "witchergeralt" + }, + { + "percent": "10000", + "reputation": 210988252196, + "rshares": 206704491, + "voter": "steem-hunter" + }, + { + "percent": "10000", + "reputation": 177442829544, + "rshares": 196428374, + "voter": "steem-it" + }, + { + "percent": "10000", + "reputation": 112560922140, + "rshares": 180703056, + "voter": "hobit" + }, + { + "percent": "10000", + "reputation": 64778738032, + "rshares": 167498659, + "voter": "sherlock-holmes" + }, + { + "percent": "10000", + "reputation": 22318612144, + "rshares": 155932330, + "voter": "sujoyks" + } + ], + "author": "benjojo", + "author_reputation": 71087197697999, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\n[*Pre-altered source image - jordygoovaerts-750531*](https://pixabay.com/en/users/jordygoovaerts0-750531/)\n\n[*Please click here if you would like to read Post 1, the beginning of the story*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds)\n\n[*Please click here if you would like to read the previous post*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14)\n\n**This is an original, write as I go, Steemit adventure**\n\n**Post 15**\n\n********************\nPresent\n********************\n\nThe battle for the Southern cities was not going well. The Ziff and Alliance fighters had mounted a heroic defense, but the Void Seeds were simply too many and too strong. The city traps had caused havoc, but the enemy had regrouped and regained the initiative. Finally, before all was lost, the order was given for everyone to pull back into the desert. The South was lost. Transports were in the process of being deployed to collect the survivors.\n\nThe Void Seeds allowed the defenders to disengage and proceeded to swarm all over the three intact cities. They drained the shield domes rapidly. As the shields collapsed, the Southern Daxiste-agorian flagship fired two white bone plasma rounds. It was a costly use of their most potent weapon but there was no choice. The Void Seeds, along with every Southern city, were vapourised.\n \nThe Alliance could not afford to expend the last plasma rounds. Sserwellia's Northern cities would have to be saved the hard way.\n \n********************\nPresent\n********************\n\nAnna\u2019s squads of Hoverflies were proving fairly effective at distracting the Void Seeds on the fringes but they were not inflicting much damage. The human fighters did not have the strength or speed to match the Void Seed in close combat. They had already sustained losses which she was finding difficult to bear.\n\nAhead, she saw a squad become embroiled within a mass of Void Seeds. They were rapidly being ripped from the Hoverflies and torn apart. \n\n\u201cOn me!\u201d\n\nHer squad crashed into the Void Seeds, pushing them back with several of her fighters using the impact and momentum of the Hoverflies to leap onto the chests of a number of Void Seeds. They attempted to plunge their white bone weapons into their chests.\n\nSome of the Void Seed went down, their hearts having been successfully speared, but others remained combat effective. One of her fighters, caught in the grip of a Void Seed, was crushed against it\u2019s chest until his back snapped with a loud crack and blood poured out of his mouth, nose and eyes. The Void Seed\u2019s trumpeting roar proclaimed it\u2019s victory and then it threw the body into another of her fighters, knocking her from her Hoverfly. \nWithout hesitation, Anna throttled up her Hoverfly and rammed it into the Void Seed. She tried to leap onto it\u2019s chest but her leg became tangled up and she fell to the ground. The Void Seed, smashed one of it\u2019s three, misshapen arms into the Hoverfly which crumpled and cracked down the middle. She looked around and realised that within moments, the two squads would be annihilated. \n\n\u201cPull back! Pull back!\u201d She cried.\n\nWhen they saw their commander lying on the ground, a Void Seed bearing down on her, the remaining fighters went into a frenzy, trying desperately to fight their way to her.\n \n\u201cNo! Pull\u2026..\u201d\n\nThe Void Seed picked her up by one leg and with sickening force, smashed her body into the side of her demolished Hoverfly.\n\n********************\nPresent\n********************\n\nJoshua had never been more filled with rage, but something was changing. The initial overwhelming fog seemed to be receding. In it\u2019s place came clarity. He could think. The rage was ever-present, powerful. Yet he could see clearly.\n\nAs he ran towards the Void Seeds, he scanned the ground for white bone. It wasn\u2019t long before he spotted a something. He diverted his course towards it and scooped it up. It appeared to be some kind of large, single edged, white bone katana. It would do nicely. He would be more combat effective now.\n\nHe reached the Void Seed and took the heads of the first two as he dove between them. Two others charged towards him. He rolled, taking a leg from each, then rammed the katana through each of their backs as they collapsed inwards.\n\nHe looked up and saw some of the human Hoverfly fighters mired in a vicious engagement with the enemy. He sprinted towards them. A large Void Seed had a human by the leg. Before he could reach them, the Void Seed brutally slammed her into the side of a busted Hoverfly.\n\n\u201cNo!\u201d\n\nJoshua\u2019s katana took the Void Seed\u2019s arm as it was about to slam her a second time. Both arm and body flew up into the air. He spun and rammed the blade into the Void Seed\u2019s heart, spun again and took it\u2019s head. He caught the body before it landed.\n\nSome of the other humans reached them as Joshua was carefully laying the woman down on the ground. They formed a perimeter and one of the fighters called for immediate backup. \n\n\u201cWho is this?\u201d Joshua asked.\n\n\u201cIt\u2019s our commander, Anna.\u201d Replied the frantic fighter.\n\nJoshua looked down at the woman. Her injuries appeared to be severe. Joshua was not a medic but he could see she was going to die very soon. Her breathing was very shallow. She had several superficial cuts but the real damage was likely to be internal.\n\nThe other Hoverfly squads had begun arriving, desperate to save their commander. They loved her. \nIn that moment, Joshua made a decision. He took the katana and opened the chest of the Void Seed he\u2019d just killed. He tore out its heart and brought it to Anna\u2019s prone body. He ripped several small chunks off with his teeth.\n\n\u201cWhat are you doing?!\u201d Shouted an older fighter grizzled hair. \n\nGary grabbed Joshua\u2019s arm.\n\n\u201cI think it\u2019s the only thing that might save her.\u201d Joshua replied quietly.\n\nGary looked deeply into Joshua\u2019s eyes. In that instant, Joshua saw the reflection of his own eyes. They were white. Gary\u2019s eyes were full of anguish then acceptance, followed by a grim determination.\n\n\u201cOk. Do it.\u201d\n\nJoshua began feeding small bits of the Void Seed heart to her, then gently rubbing her throat. Suddenly she arched back then forwards, her eyes wide and wild.\n\n\u201cMore!\u201d \n\nShe grabbed the heart and began to devour it. Black matter covered her face, mingling with her blood.\n\n********************\nPresent\n********************\n\nGary looked down at Anna, then at Joshua and back to Anna. There was no question she had been at death\u2019s door. He knew it by the terrible throbbing pain in his chest. When she had reared up and begun devouring the heart, he had almost jumped for joy. He didn\u2019t know what was happening, he didn\u2019t care. He loved Anna and she was alive, she had a chance. There was only one thing left to do. Join her in her fate, whatever that may be.\n\n\u201cOur Commander has eaten the heart of a Void Seed. She is alive.\u201d \n\nThe fighters all around the perimeter roared their approval. \n\n\u201cVoid Seed heart just went on the menu. Every man and woman must decide for themselves, but I will follow Anna in her fate.\u201d\n\nHe didn\u2019t hear the response from the human fighters if any. He struggled to the battle front and attacked the first Void Seed that came within reach. It swept him up in a massive arm, so he plunged his white bone knife down into it\u2019s wrist. As he was dropped to the ground, a leg swept out towards him. He spun to the side so that it missed him, then charged in close. He stabbed the inside of it\u2019s legs and up into it\u2019s groin. The Void Seed dropped down and transformed into a something like a bear, flinging him to his back. The Void Seed\u2019s maw closed upon Gary\u2019s shoulder as he thrust the knife into it\u2019s neck. The Void Seed reared back and lifted Gary as he clung to the embedded knife. Then, before he could be dislodged, he rammed the knife deep into it\u2019s chest, over and over. \nOne of the thrusts must have reach the heart because the Void Seed collapsed onto it\u2019s back. Without stopping, Gary ripped out the heart and began to devour it.", + "body_length": 8150, + "cashout_time": "2016-09-22T16:27:09", + "category": "writing", + "children": 28, + "created": "2016-09-15T16:27:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"sciencefiction\",\"fantasy\",\"adventure\"],\"image\":[\"https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\"],\"links\":[\"https://pixabay.com/en/users/jordygoovaerts0-750531/\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:27:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5205161482837, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "2.633 HBD", + "percent_hbd": 10000, + "permlink": "hearts-of-darkness-plague-of-the-void-seeds-15", + "post_id": 1255814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "total_payout_value": "0.000 HBD", + "url": "/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-15" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 374436234637, + "voter": "craig-grant" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234978, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303127003, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187597574, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25108240869, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418976078, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 2869523405, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 426460391, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9729857687, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 146722326, + "voter": "nang1" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 110179538, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13427725416, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109225703, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 450072622, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1046917496, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 16249910109, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1654142291, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6655628116, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339287005, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538453633, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

Today, we're sharing the fourth mouthgasm from the sustainable, healthy, free 5 course meal we catered for 100 people

\n

We love and honor food, and it is our pleasure to share! To learn about our unique and super sustainable relationship with it, please read our Steemit article.

\n

Feast your eyes on this earthy, hearty, steemy FOOD LOVE: 

\n

\n


\n

\n

We shared the technique for making frittatas here.

\n


\n

\n

Lemon Thai Basil is a GOE favorite! To learn more about the incredible healing properties of this delicious herb, please read our Wildcrafted Medicine post.

\n


\n

The 5th mouthgasm from our feast for 100 people was potentially the favorite: DESSERT! We'll share our Lady Finger Flavor Bomb Stax in an upcoming post.

\n


\n

For previous food formulas from our catered event:

\n

MOUTHGASM NO. 1 Cucumber Party Hats

\n

MOUTHGASM NO. 2 Dock and Corn Cake Towers

\n

MOUTHGASM NO. 3 Fresh Herbed Pizza on a Crispy Corny Crust

\n


\n

www.intothegardenofeden.com

\n


\n

\n
", + "body_length": 2635, + "cashout_time": "2016-09-22T16:24:36", + "category": "food", + "children": 14, + "created": "2016-09-15T16:24:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"steemy\",\"cooking\",\"steemianfoodnetwork\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/Frittata1faada.png\",\"https://www.steemimg.com/images/2016/09/15/Frittata291a72.png\",\"https://www.steemimg.com/images/2016/09/15/Frittata34463f.png\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/food/@gardenofeden/this-is-how-and-why-our-sustainable-community-fed-a-hundred-delicious-healthy-free-5-course-meals\",\"https://steemit.com/food/@gardenofeden/feasting-on-mouthgasmic-cuisine-in-our-sustainable-community\",\"https://steemit.com/food/@gardenofeden/world-class-sustainable-high-vibe-cuisine-recipe-and-photos-for-veggie-frittata\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-lemon-thai-basil-and-recipe\",\"https://steemit.com/food/@gardenofeden/garden-of-eden-food-love-formulas-healthy-delicious-beautiful-and-sustainable-recipes\",\"https://steemit.com/food/@gardenofeden/dock-and-corn-cake-towers-healthy-sustainable-delicious-and-beautiful-food-love-formulas\",\"https://steemit.com/food/@gardenofeden/mouthgasmic-steemy-food-love-fresh-herbed-pizza-on-crispy-corny-crust-formula-from-our-free-5-course-meal-for-100-people\",\"http://www.intothegardenofeden.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:24:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1583325293130, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.484 HBD", + "percent_hbd": 10000, + "permlink": "mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5", + "post_id": 1255792, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mouthgasmic Steemy Food Love: WILD CRAFTED FRITTATA WITH LEMON THAI BASIL CHIMICHURRI ON SWEET POTATO LEAVES from our Free 5 Course Meal for 100 People", + "title": "Mouthgasmic Steemy Food Love: WILD CRAFTED FRITTATA WITH LEMON THAI BASIL CHIMICHURRI ON SWEET POTATO LEAVES from our Free 5 Course Meal for 100 People", + "total_payout_value": "0.000 HBD", + "url": "/food/@gardenofeden/mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 504201493814, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31621044834059, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231803784363, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1992555050222, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1912040731624, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053103615195, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2352777844031, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22390337604, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1576668025571, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466113536214, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452820496964, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651951614915, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120381242465, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91328598326, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959198181, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5939784887153, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 446272257734, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9167804100, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22448634206, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816380174873, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5147541712, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284355351943, + "voter": "chitty" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 34575031962, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481762857054, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1578007819, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85270098112, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14692173218, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9604795718, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 18382400031, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1294872282183, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897365397, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471653540, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669811688, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584222819564, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 28116199940, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857648383, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177403714671, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106631248984, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061230469, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 46690451470, + "rshares": 936957207, + "voter": "slickwilly" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187804154, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2057367746, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11847990151, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962069747008, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61712174604, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49577333486, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24894446745, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56688940478, + "voter": "juanmiguelsalas" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33781859925, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787327103, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280717515045, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287383826, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121383360964, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42737137488, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 74286777275, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187597574, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49806164408, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 4091429870, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52090524796, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3989473346, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974764064, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158997516614, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 8603166550, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5165418905, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17538291453, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 261755903, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 39099397056, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 1083381628, + "rshares": 252977703, + "voter": "nexus1" + }, + { + "percent": "10000", + "reputation": 1260816217540, + "rshares": 1515818756, + "voter": "burmik123" + }, + { + "percent": "10000", + "reputation": 67719411972, + "rshares": 280713275, + "voter": "ksenia" + }, + { + "percent": "10000", + "reputation": 744428437430, + "rshares": 1649898982, + "voter": "trees" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 231686197, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 219133173153, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 19408082282, + "rshares": 251687687, + "voter": "playtime" + }, + { + "percent": "10000", + "reputation": 310449551325, + "rshares": 404548352, + "voter": "whitepeach" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6462652657, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1256448483, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136318424, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18770538147, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13787216422, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14167053756, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 266599021635, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2286950597, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 726313838, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8811980236, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 53424827264, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46856213520, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3801182358, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070465231, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167302364294, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12849414672, + "voter": "benjiberigan" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 932248554, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19717588129, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506039536, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32542976852, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609548617, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 541016983, + "voter": "qonq99" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615752038, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 119983138, + "voter": "pokemon" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6939662161, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 43638419601, + "voter": "claudiop63" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267164725, + "voter": "proto" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7222403812, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1444237397, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1838367968, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353872300, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734116589, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "4800", + "reputation": 4964569405579, + "rshares": 4999720649, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2077201153, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255401498427, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561432292, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7994421908, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51843535316, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1938401760, + "voter": "flysaga" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501627790, + "voter": "gmurph" + }, + { + "percent": "2100", + "reputation": 1038813018744, + "rshares": 1691577797, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11452681912, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327843962, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190252928, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323749960, + "voter": "kurtbeil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28644139641, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1349109906, + "voter": "dolov" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1293603524, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103394476995, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855492830, + "voter": "oflyhigh" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895550716, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2118152083, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1156101266, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8410164039, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033050865, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1805262907, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26819912795, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93801736989, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118219525, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077267800, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4879530405, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9253395112, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4751552849, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 136485885, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13839238841, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 169608367, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 21156422, + "rshares": 59295031, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24294717617, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 55367485477, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 76072115, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196862373, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783607101, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2249900457, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54247555535, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 1086106040, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54175638, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157957231026, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201688406600, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 60610693, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55341943517, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 501717591495, + "rshares": 517900727, + "voter": "mohamedmashaal" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20617809185, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753290068, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339274981, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147786454, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 71955428, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51232949, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2118281183, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90053391, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 239963421, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527464783, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160975092, + "voter": "user45-87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157182398, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156043541, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135637537, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 17761298, + "rshares": 153397644, + "voter": "milank" + }, + { + "percent": "10000", + "reputation": 11959732, + "rshares": 153325742, + "voter": "denise12" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Hello everyone. I did not write anything about World War II for a long time. So today I decided to tell you about the Tank Destroyers. About the machines, specialization of which was the destruction of tanks. In this article I will talk about the classic representatives of this class.\n>\u0412\u0441\u0456\u043c \u043f\u0440\u0438\u0432\u0456\u0442. \u0414\u0430\u0432\u043d\u0435\u043d\u044c\u043a\u043e \u044f \u043d\u0435 \u043f\u0438\u0441\u0430\u0432 \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0430 \u0442\u0435\u043c\u0443 \u0414\u0440\u0443\u0433\u043e\u0457 \u0421\u0432\u0456\u0442\u043e\u0432\u043e\u0457. \u0406 \u043e\u0441\u044c \u0441\u044c\u043e\u0433\u043e\u0434\u043d\u0456 \u044f \u0432\u0438\u0440\u0456\u0448\u0438\u0432 \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u0432\u0430\u043c \u043f\u0440\u043e \u041f\u0422-\u0421\u0410\u0423. \u041f\u0440\u043e \u043c\u0430\u0448\u0438\u043d\u0438, \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u0454\u044e \u044f\u043a\u0438\u0445 \u0431\u0443\u043b\u043e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0423 \u0446\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u044f \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u043c \u043f\u0440\u043e \u043a\u043b\u0430\u0441\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043d\u0438\u043a\u0456\u0432 \u0441\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443.\n\n# StuG III\nhttp://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\n\nLet's start with the most produced Tank Destroyer in the history. At the beginning of the WW II German command decided to create a mobile artillery on the basis of existing tanks, which would be able to support the infantry. The priority in new machine were the firepower, a good armor and cheapness. The firm Daimler-Benz successfully embodied these wishes into reality. There were about eight versions of StuG III, however, the main was Ausf. G. The cost of production of one StuG was quite low - 83 000 DM. Total was released 10500 machines. The basis for the creation was German tank PzKpfw III.\nInitially StuG III was equipped with a short-75mm gun, but when good armored Soviet T-34 came to the fronts, it was decided to replace short gun with a new long-barreled 75mm cannon Stuk 40 L / 48, which surely hit the Soviet tanks. StuG armor was quite good \u2013 50 mm in a front took a punch at a distance of 1 km. StuG III was very compact in a size and had good mobility. The main disadvantage was little size which allowed bad conditions for crew working. StuG III took active part in a war from the very beginning to its end. \nhttp://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\n\n>\u041f\u043e\u0447\u043d\u0435\u043c\u043e \u0437 \u043d\u0430\u0439\u043c\u0430\u0441\u043e\u0432\u0456\u0448\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432 \u0456\u0441\u0442\u043e\u0440\u0456\u0457. \u041d\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0440\u0456\u0448\u0438\u043b\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0443 \u0430\u0440\u0442\u0438\u043b\u0435\u0440\u0456\u044e \u043d\u0430 \u0431\u0430\u0437\u0456 \u0432\u0436\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0445 \u0442\u0430\u043d\u043a\u0456\u0432, \u0437\u0434\u0430\u0442\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043f\u0456\u0445\u043e\u0442\u0443. \u041f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0432\u043e\u0433\u043d\u0435\u0432\u0430 \u043c\u0456\u0446\u044c, \u0433\u0430\u0440\u043d\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0456 \u0434\u0435\u0448\u0435\u0432\u0438\u0437\u043d\u0430. \u0424\u0456\u0440\u043c\u0430 Daimler-Benz \u0432\u0434\u0430\u043b\u043e \u0432\u0442\u0456\u043b\u0438\u043b\u0430 \u0446\u0456 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u043d\u044f \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439 StuG III, \u043f\u0440\u043e\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u044e \u0431\u0443\u043b\u0430 Ausf. G. \u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u043e\u0441\u0438\u0442\u044c \u043d\u0438\u0437\u044c\u043a\u043e\u044e - 83 000 \u043c\u0430\u0440\u043e\u043a. \u0421\u0443\u043c\u0430\u0440\u043d\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 10500 \u043c\u0430\u0448\u0438\u043d. \u0411\u0430\u0437\u043e\u044e \u0434\u043b\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0432 \u0442\u0430\u043d\u043a PzKpfw III.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 StuG III \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u0432\u0441\u044f \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u043e\u044e 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u043e\u0434\u043d\u0430\u043a \u0437 \u043f\u043e\u044f\u0432\u043e\u044e \u043d\u0430 \u0444\u0440\u043e\u043d\u0442\u0430\u0445 \u0422-34 \u0431\u0443\u043b\u043e \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 \u043d\u043e\u0432\u0443 \u0434\u043e\u0432\u0433\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u0443 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443 Stuk 40 L / 48, \u044f\u043a\u0430 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0432\u0440\u0430\u0436\u0430\u043b\u0430 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0456 \u0442\u0430\u043d\u043a\u0438. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0443 \u043b\u043e\u0431\u0456 \u0431\u0443\u043b\u0430 50 \u043c\u043c \u0456 \u0442\u0440\u0438\u043c\u0430\u043b\u0430 \u0443\u0434\u0430\u0440 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1 \u043a\u043c. StuG III \u0432\u0456\u0434\u0440\u0456\u0437\u043d\u044f\u0432\u0441\u044f \u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0438\u043c\u0438 \u0440\u043e\u0437\u043c\u0456\u0440\u0430\u043c\u0438, \u0445\u043e\u0440\u043e\u0448\u043e\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456\u0441\u0442\u044e \u0442\u0430 \u043d\u0435\u043f\u043e\u0433\u0430\u043d\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0435\u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0437\u0430 \u0431\u0440\u043e\u043d\u044c\u043e\u0432\u0438\u0439 \u043f\u0440\u043e\u0441\u0442\u0456\u0440. \u041c\u0430\u0448\u0438\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0431\u0440\u0430\u043b\u0430 \u0443\u0447\u0430\u0441\u0442\u044c \u0437 \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u0456 \u0434\u043e \u0457\u0457 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f.\n\n# Su-85 (100) \u0421\u0423-85 (100)\nhttp://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\n\nTowards in 1943 it became clear for the Soviet command that to deal effectively with new German tanks Soviet army required new, more modern machines and Tank Destroyers. It was decided to create new Tank Destroyer based on the T-34, driving performance and armor of which were very good. Development of a new machine was conducted at Uralmash factory.\nSu-85 had a new long-barreled 85mm gun, similar to that which will soon be installed at T-34-85. This gun was able to destroy enemy medium tanks at the distance of over a kilometer, and heavy tanks \u2013 at 800 meters to a front plate. The gun was placed in the middle part of the Tanks Destroyer body and had angles of + - 8 degrees. Also the inside size of tanks was nice which allowed good conditions for crew working. Driving characteristics inherited from the T-34-85. Armor (45 mm at the front with big armor slope) provided good protection against German medium tanks. A little later, with the release of the T-34-85, SU-85 was converted under the new 100mm gun. It was a tool for successfully destroying any enemy tanks, including Tiger 2. Also Su-100 had a very low silhouette, which contributed to an excellent disguise. Observation and aiming devices have been improved. SU-100 was easy to maintain. This Tank Destroyer applied to the end of the WW II. Total were released 4976 SU-100 and 2050 SU-85.\nhttp://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\n\n>\u0411\u043b\u0438\u0436\u0447\u0435 \u0434\u043e 1943 \u0440\u043e\u043a\u0443 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044e \u0441\u0442\u0430\u043b\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0449\u043e \u0434\u043b\u044f \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0457 \u0431\u043e\u0440\u043e\u0442\u044c\u0431\u0438 \u0437 \u043d\u043e\u0432\u0438\u043c\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u043c\u0438 \u0442\u0430\u043d\u043a\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0431\u0456\u043b\u044c\u0448 \u0441\u0443\u0447\u0430\u0441\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438. \u0411\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043d\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0442\u0430\u043d\u043a\u0430 \u0422-34, \u0445\u043e\u0434\u043e\u0432\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0456 \u0431\u0440\u043e\u043d\u044f \u044f\u043a\u043e\u0433\u043e \u0431\u0443\u043b\u0438 \u0434\u0443\u0436\u0435 \u0445\u043e\u0440\u043e\u0448\u0456. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u043d\u043e\u0432\u043e\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432\u0435\u043b\u0430\u0441\u044f \u043d\u0430 \u0423\u0440\u0430\u043b\u043c\u0430\u0448\u0437\u0430\u0432\u043e\u0434\u0456.\n\u0421\u0423-85 \u043c\u0430\u043b\u0430 \u043d\u043e\u0432\u0443 85\u043c\u043c \u043d\u0430\u0440\u0456\u0437\u043d\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u0430\u043d\u0430\u043b\u043e\u0433\u0456\u0447\u043d\u0443 \u0437 \u0442\u043e\u044e, \u044f\u043a\u0430 \u043d\u0435\u0437\u0430\u0431\u0430\u0440\u043e\u043c \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u0442 34-85. \u0412\u043e\u043d\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0440\u0430\u0436\u0430\u0442\u0438 \u0441\u0435\u0440\u0435\u0434\u043d\u0456 \u0442\u0430\u043d\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0457 \u0431\u0456\u043b\u044c\u0448\u0435 \u043a\u0456\u043b\u043e\u043c\u0435\u0442\u0440\u0430, \u0430 \u0432\u0430\u0436\u043a\u0456 - \u043d\u0430 800 \u043c\u0435\u0442\u0440\u0430\u0445. \u0413\u0430\u0440\u043c\u0430\u0442\u0430 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043f\u0440\u044f\u043c\u043e \u0432 \u043a\u043e\u0440\u043f\u0443\u0441 \u0456 \u043c\u0430\u043b\u043e \u043a\u0443\u0442\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0432 + - 8 \u0433\u0440\u0430\u0434\u0443\u0441\u0456\u0432. \u041a\u043e\u0440\u043f\u0443\u0441 \u0431\u0443\u0432 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u0439 \u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0437 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u0425\u043e\u0434\u043e\u0432\u0456 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0421\u0423 \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u0442-34. \u0411\u0440\u043e\u043d\u044f (45\u043c\u043c \u043f\u0456\u0434 \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0437\u0430\u0445\u0438\u0441\u0442 \u0432\u0456\u0434 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u0441\u0435\u0440\u0435\u0434\u043d\u0456\u0445 \u0442\u0430\u043d\u043a\u0456\u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u0422\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0437 \u0432\u0438\u0445\u043e\u0434\u043e\u043c \u0442\u0430\u043d\u043a\u0430 \u0442 34-85 \u0421\u0443\u0448\u043a\u0438 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u0456 \u043f\u0456\u0434 \u043d\u043e\u0432\u0443 100\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0426\u044f \u0433\u0430\u0440\u043c\u0430\u0442 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0431\u043e\u0440\u043e\u0442\u0438\u0441\u044f \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0442\u0430\u043d\u043a\u043e\u043c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0456 \u0422\u0438\u0433\u0440 2. \u0422\u0430\u043a\u043e\u0436 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442 \u043c\u0430\u0448\u0438\u043d\u0438, \u044f\u043a\u0438\u0439 \u0441\u043f\u0440\u0438\u044f\u0432 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u043e\u043c\u0443 \u043c\u0430\u0441\u043a\u0443\u0432\u0430\u043d\u043d\u044e. \u0411\u0443\u043b\u0438 \u043f\u043e\u043b\u0456\u043f\u0448\u0435\u043d\u0456 \u043f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0439 \u043f\u0440\u0438\u0446\u0456\u043b\u044e\u0432\u0430\u043d\u043d\u044f. \u0422\u0435\u0445\u043d\u0456\u043a\u0430 \u0431\u0443\u043b\u0430 \u043f\u0440\u043e\u0441\u0442\u0430 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0426\u044f \u041f\u0422-\u0421\u0410\u0423 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u043b\u0430\u0441\u044f \u0434\u043e \u0441\u0430\u043c\u043e\u0433\u043e \u043a\u0456\u043d\u0446\u044f \u0432\u0456\u0439\u043d\u0438. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 4976 \u0421\u0423-100 \u0456 2050 \u0421\u0423-85.\n\n# Jagdpanther (\u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430)\nhttp://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\n\nIn the middle of 1942 the German command decided to create a new Tank Destroyer with 88mm anti-tank gun Pak-43, using the basis of medium tank \u201cPanther\u201d. The development of this Tank Destroyer at first was carried by a Krupp company, then it was given to a Daimler-Benz and at last it was finished by a MIAG company. So, the destiny of Jagdpather was hard. The development has been complicated by the regular air raids allies, constant shortage of necessary parts and confusion in the serial versions of the machine. Jagdpanther took the most actively part in the Ardennes offensive and the Balaton operation.\nhttp://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\n\nIn general, as a Tank Destroyer Jagdpanthere was great. Maneuverability and speed characteristics were good because of using \u201cPanther\u201d basis. Armor of Jagdpanthere (80 mm in the front with a good armor slope) confidently defended the machine and a crew at the distance of 800 meters from all Soviet tanks. The new 88mm anti-tank gun allowed to destroy the enemy at a distance of 1km. Rate of fire at the same time was very high - 8 rounds per minute. The fighting compartment inside of a car was spacious and was equipped with ventilation, increasing the convenience of the crew working. And don\u2019t forget than Jagdpanther had a low silhouette. The disadvantages were the relatively high cost of the machine (due to the use of scarce materials), unreliability and complexity of the transmission service. Jagdpanther has established itself as a formidable and dangerous opponent, specializing in the destruction of tanks. Total were produced 392 cars.\nhttp://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\n\n>\u0423 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0438 1942 \u0440\u043e\u043a\u0443 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u043b\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u041f\u0422-\u0421\u0410\u0423 \u0437 \u043d\u043e\u0432\u043e\u044e \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u043e\u044e 88\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e \u0420\u0430\u043a-43 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e\u0433\u043e \u0442\u0430\u043d\u043a\u0430 \u041f\u0430\u043d\u0442\u0435\u0440\u0430. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 \u041f\u0422-\u0421\u0410\u0423 \u0441\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0435\u043b\u0430 \u0444\u0456\u0440\u043c\u0430 \u041a\u0440\u0443\u043f\u043f, \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0434\u043e\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e Daimler-Benz, \u0430 \u0432 \u0441\u0430\u043c\u043e\u043c\u0443 \u043a\u0456\u043d\u0446\u0456 - MIAG. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0431\u0443\u043b\u0430 \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0435\u043d\u0430 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u043c\u0438 \u0430\u0432\u0456\u0430 \u043d\u0430\u043b\u044c\u043e\u0442\u0430\u043c\u0438 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0456\u0432, \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0447\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0456 \u043f\u043b\u0443\u0442\u0430\u043d\u0438\u043d\u043e\u044e \u0432 \u0441\u0435\u0440\u0456\u0439\u043d\u0438\u0445 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f\u0445 \u043c\u0430\u0448\u0438\u043d\u0438. \u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0438 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0432 \u0410\u0440\u0434\u0435\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043d\u0430\u0441\u0442\u0443\u043f\u0456 \u0442\u0430 \u0411\u0430\u043b\u0430\u0442\u043e\u043d\u0441\u044c\u043a\u0456\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0457.\n\u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043a\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u0432\u0434\u0430\u043b\u043e\u044e. \u0425\u043e\u0434\u043e\u0432\u0456 \u0456 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0432\u043e\u043d\u0430 \u0446\u0456\u043b\u043a\u043e\u043c \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u041f\u0430\u043d\u0442\u0435\u0440\u0438 \u0456 \u0432\u043e\u043d\u0438 \u0431\u0443\u043b\u0438 \u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 (80 \u043c\u043c \u0432 \u043b\u043e\u0431\u0456 \u043f\u0456\u0434 \u0445\u043e\u0440\u043e\u0448\u0438\u043c \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0437\u0430\u0445\u0438\u0449\u0430\u043b\u0430 \u0457\u0457 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u044f\u0445 \u0432\u0456\u0434 800 \u043c\u0435\u0442\u0440\u0456\u0432. \u041d\u043e\u0432\u0430 88\u043c\u043c \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0430 \u0433\u0430\u0440\u043c\u0430\u0442\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0438\u0446\u0456\u043b\u044c\u043d\u0438\u0439 \u0432\u043e\u0433\u043e\u043d\u044c \u043f\u043e \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0443 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1\u043a\u043c. \u0422\u0435\u043c\u043f \u0441\u0442\u0440\u0456\u043b\u044c\u0431\u0438 \u043f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u0431\u0443\u0432 \u0434\u0443\u0436\u0435 \u0432\u0438\u0441\u043e\u043a\u0438\u0439 - 8 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443. \u0411\u043e\u0439\u043e\u0432\u0435 \u0432\u0456\u0434\u0434\u0456\u043b\u0435\u043d\u043d\u044f \u043c\u0430\u0448\u0438\u043d\u0438 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u043c \u0456 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0454\u044e, \u0449\u043e \u043f\u0456\u0434\u0432\u0438\u0449\u0443\u0432\u0430\u043b\u043e \u0437\u0440\u0443\u0447\u043d\u043e\u0441\u0442\u0456 \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u041f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0456 \u043f\u0440\u0438\u0446\u0456\u043b\u0438 \u0431\u0443\u043b\u0438 \u044f\u043a \u0437\u0430\u0432\u0436\u0434\u0438 \u043d\u0430 \u0432\u0438\u0449\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u041f\u0422-\u0421\u0410\u0423 \u043c\u0430\u043b\u0430 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0432\u0438\u0441\u043e\u043a\u0443 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043c\u0430\u0448\u0438\u043d\u0438 (\u0447\u0435\u0440\u0435\u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0434\u0435\u0444\u0456\u0446\u0438\u0442\u043d\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432), \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043c\u0456\u0441\u0456\u0457 \u0456 \u0441\u043a\u043b\u0430\u0434\u043d\u0456\u0441\u0442\u044c \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0422\u0430\u043a\u043e\u0436 \u043d\u0435\u0437\u0430\u0434\u043e\u0432\u0456\u043b\u044c\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0431\u0440\u043e\u043d\u044f \u0431\u043e\u0440\u0442\u0456\u0432. \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430 \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0432\u0430\u043b\u0430 \u0441\u0435\u0431\u0435 \u044f\u043a \u0433\u0440\u0456\u0437\u043d\u0438\u0439 \u0456 \u043d\u0435\u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a, \u0449\u043e \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 392 \u043c\u0430\u0448\u0438\u043d\u0438.\n\n# M18 \u201cHellcat\u201d\nhttp://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\n\nThe design of the American Tank Destroyer was caused by the US military doctrine. In contrast to the Germans and the Soviets, who had good-armored Tank Destroyers with a powerful anti-tank gun and mediocre mobility, American Tank Destroyers were oriented on a good mobility firstly. M18 was developed for quickly interception of enemy tank formations and the destruction of their flanks. This also caused the weak armor, small caliber of guns and excellent mobility equipment. M18 had been developed by General Motors Buick Division, the cost of one machine was 57,000 dollars. Total it was produced 2507 M18.\nAt first it was planned to put the 37mm gun, but very soon it was decided to replace it by the 57mm British gun. But this was not enough, and in the final version M18 was equipped with a 76mm cannon from Shermans. New Tank Destroyer had a very light weight, had weak armor (20mm in the forehead) and the rotating tower, which was unusual for that time. Suspension provides the convenience of driving on rough terrain; the engine allowed reaching speed up to 45 km per hour. M18 was easy to operate and convenient to use. In general, the machine was ambiguous, absorbing a lot of bold decisions.\nhttp://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\n\n>\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0438\u043d\u0438\u0449\u0443\u0432\u0430\u0447\u0430 \u0442\u0430\u043d\u043a\u0456\u0432 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u0435\u043d\u0430 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u044e \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u043e\u044e \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u043e\u044e. \u041d\u0430 \u0432\u0456\u0434\u043c\u0456\u043d\u0443 \u0432\u0456\u0434 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u0445 \u0456 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0438\u0445 \u0430\u0440\u043c\u0456\u0439, \u0443 \u044f\u043a\u0438\u0445 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u043c\u0430\u043b\u0438 \u0433\u0430\u0440\u043d\u0443 \u043b\u043e\u0431\u043e\u0432\u0443 \u0431\u0440\u043e\u043d\u044e, \u043f\u043e\u0442\u0443\u0436\u043d\u0443 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443 \u0456 \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044e \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c, \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u0456 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u043b\u0438 \u0431\u0443\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456. \u041c18 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0434\u043b\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u043e\u0432\u0438\u0445 \u0437'\u0454\u0434\u043d\u0430\u043d\u044c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u0456 \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0457\u0445 \u0437 \u0444\u043b\u0430\u043d\u0433\u0456\u0432. \u0426\u0438\u043c \u0456 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u0441\u043b\u0430\u0431\u043a\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0430\u043b\u0456\u0431\u0440 \u0433\u0430\u0440\u043c\u0430\u0442\u0438 \u0456 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u0430 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0442\u0435\u0445\u043d\u0456\u043a\u0438. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0432\u0435\u043b\u0430\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e General Motors Buick Division, \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u043c\u0430\u0448\u0438\u043d\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0430 57000 \u0434\u043e\u043b\u0430\u0440\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 2507 \u041f\u0422-\u0421\u0410\u0423 \u041c18.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0438 37\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u043f\u0440\u043e\u0442\u0435 \u0434\u0443\u0436\u0435 \u0441\u043a\u043e\u0440\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 57\u043c\u043c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u044c\u043a\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0410\u043b\u0435 \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u044f\u0432\u0438\u043b\u043e\u0441\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e, \u0456 \u0432 \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456 \u041c18 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u0430\u0441\u044f 76\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u0449\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043d\u0430 \u0442\u0430\u043d\u043a\u0438 \u0428\u0435\u0440\u043c\u0430\u043d. \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u0443\u0436\u0435 \u043b\u0435\u0433\u043a\u0430, \u043c\u0430\u043b\u0430 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u0443\u043b\u044c\u043e\u0432\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f (20\u043c\u043c \u0432 \u043b\u043e\u0431\u0456) \u0456 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0443 \u0431\u0430\u0448\u0442\u0443, \u0449\u043e \u0431\u0443\u043b\u043e \u043d\u0435\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u043d\u043e \u0434\u043b\u044f \u041f\u0422-\u0421\u0410\u0423 \u0442\u043e\u0433\u043e \u0447\u0430\u0441\u0443. \u041f\u0456\u0434\u0432\u0456\u0441\u043a\u0430 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0457\u0437\u0434\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u0441\u0456\u0447\u0435\u043d\u0456\u0439 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0441\u0442\u0456, \u0434\u0432\u0438\u0433\u0443\u043d \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0440\u043e\u0437\u0432\u0438\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0434\u043e 45 \u043a\u043c \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0443. \u041c18 \u0431\u0443\u0432 \u043f\u0440\u043e\u0441\u0442\u0438\u0439 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456 \u0456 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u0457. \u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u043c\u0430\u0448\u0438\u043d\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u043d\u0435\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e\u044e, \u0443\u0432\u0456\u0431\u0440\u0430\u0432\u0448\u0438 \u0432 \u0441\u0435\u0431\u0435 \u0431\u0435\u0437\u043b\u0456\u0447 \u0441\u043c\u0456\u043b\u0438\u0432\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c.\n\nAt the end I want to say, that the birth of Tank destroyers was caused by the necessary of destroying heavy enemy techniques. Next time I will tell you about machines with a real \u201cBig Guns\u201d.\n>\u041d\u0430 \u0446\u044c\u043e\u043c\u0443 \u043c\u0456 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c\u043e \u043d\u0430\u0448\u0435 \u0437\u043d\u0430\u0439\u043e\u043c\u0441\u0442\u0432\u043e \u0437 \u043a\u043b\u0430\u0441\u043e\u043c \u041f\u0422-\u0421\u0410\u0423. \u041f\u043e\u044f\u0432\u0430 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0431\u0443\u043b\u0430 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043d\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u0441\u0442\u044e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0432\u0430\u0436\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u041d\u0430 \u0447\u0435\u0440\u0437\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0437 \u0434\u0456\u0439\u0441\u043d\u043e \u0432\u0435\u043b\u0438\u043a\u0438\u043c\u0438 \u043a\u0430\u043b\u0456\u0431\u0440\u0430\u043c\u0438. \n\n***don't forget to follow @burmik123***", + "body_length": 12236, + "cashout_time": "2016-09-22T15:48:12", + "category": "tanks", + "children": 20, + "created": "2016-09-15T15:48:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tanks\",\"ua\",\"war\"],\"users\":[\"burmik123\"],\"image\":[\"http://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\",\"http://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\",\"http://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\",\"http://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\",\"http://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\",\"http://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\",\"http://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\",\"http://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\",\"http://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:20:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64027086650725, + "parent_author": "", + "parent_permlink": "tanks", + "pending_payout_value": "239.682 HBD", + "percent_hbd": 10000, + "permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "post_id": 1255397, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 27814176695531, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7145643497594, + "voter": "skywalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1968124814276, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052934239988, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6596087814836, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864938197, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1576018783851, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466052314352, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 636514783207, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120252422964, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681020986865, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91328598326, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959124583, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330868635495, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 445757361586, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 443132842669, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9167255683, + "voter": "idol" + }, + { + "percent": "500", + "reputation": 37454101478493, + "rshares": 18955732033, + "voter": "chitty" + }, + { + "percent": "1000", + "reputation": 9469162, + "rshares": 8232133931, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 139694054199, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14501486968, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1577916417, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9604795718, + "voter": "gregory60" + }, + { + "percent": "1068", + "reputation": 12382143533351, + "rshares": 89897248149, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5641144936, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584162335269, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 7186758, + "rshares": 469184158, + "voter": "jeffanthonyfds" + }, + { + "percent": "3500", + "reputation": 15755437221598, + "rshares": 10461841838, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 36656769992, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177393957447, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106629500909, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061210624, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230682263, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985518335179, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61711048609, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50879221096, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 63100175656, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400866642793, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410502622, + "voter": "applecrisp" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787116636, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280678620376, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121380113922, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208331842756, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 76009124707, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635215678, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "3500", + "reputation": 17405459234693, + "rshares": 19099829330, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 94445685167, + "rshares": 813595892, + "voter": "poias" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418976078, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1642983170, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73849034695, + "voter": "rubybian" + }, + { + "percent": "3500", + "reputation": 4066839697461, + "rshares": 3058898852, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17903672525, + "voter": "konstantin" + }, + { + "percent": "3500", + "reputation": 744428437430, + "rshares": 572413932, + "voter": "trees" + }, + { + "percent": "3500", + "reputation": 2906973892, + "rshares": 83801390, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2597453094, + "voter": "romel" + }, + { + "percent": "3500", + "reputation": 675716972978, + "rshares": 276570042, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 120546538382, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6462652657, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 590190776, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 607124531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18371164995, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487855165, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209499465, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258981906731, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 117757790207, + "voter": "pkattera" + }, + { + "percent": "100", + "reputation": 5740590214206, + "rshares": 274155883, + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 55698224169, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7313749376, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782652880, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167298234999, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4544488912, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946556816, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506024506, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86528557116, + "voter": "rea" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615586375, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 35105434017, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8507360175, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 309088757, + "voter": "sergey44" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267159012, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34304658614, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 611258547, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42379649186, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 8561737881023, + "rshares": 25636155654, + "voter": "pixielolz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 59131994286, + "rshares": 1033757233, + "voter": "neowenyuan27" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353832611, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 121680301, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 896285424, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734048037, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213074787308, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157504637007, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4890234271, + "voter": "satoshifpv" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693771864, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42635136908, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 252723433247, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16251975438, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9691515710, + "voter": "flysaga" + }, + { + "percent": "1068", + "reputation": 1751717743, + "rshares": 2501627790, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 55828810753, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281232336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 139631233866, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6952769870, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103387869456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4365575224, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 42833125455, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033050865, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9025821447, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9729857687, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591097626, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3286864056, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 332237822, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56654664918, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 69986345, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 56405368, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 115288656029, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2163490459, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1857811307, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053551216, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180241566, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54241809836, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53070013, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068760608, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 184881039384, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 232386397, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330365849, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 201122420257, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55335930229, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1369339863, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339273477, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4647741844, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 70282046, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144899746, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158676075, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 304461322, + "voter": "james1987" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 3795712999, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156043541, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1534731729, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155452864, + "voter": "jyriygo" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153284499, + "voter": "daniel1974" + } + ], + "author": "steempower", + "author_reputation": 124209883737229, + "beneficiaries": [], + "body": "![](https://s18.postimg.org/fcl7ffx1l/ripple.png)\n## Ripple has raised another 55 Million in its latest round of funding bringing it total raised to 93 Million.\n\nThe news has reached mainstream news services such as CNBC, WSJ, Reuters and the like. News seems to be first released 2 hours ago 12:35 pm; Thursday, 15 September 2016.\n\n### News Articles:\n[CoinDesk](http://www.coindesk.com/ripple-blockchain-55-million-series-b/)\n[CNBC](http://www.cnbc.com/2016/09/15/google-backed-blockchain-start-up-ripple-raises-55-million-from-big-banks.html)\n[WSJ](http://www.wsj.com/articles/bitcoin-firm-ripple-gets-55-million-in-funding-1473944401)\n[Reuters ](http://in.reuters.com/article/tech-blockchain-ripple-idINL8N1BR24Z)\n\nAccording to the article linked above (CNBC) 'The start-up is currently working with 15 of the top 50 global banks including UBS and Santander.'\n\nNew and existing investors were involved in the new Ripple funding round. New investors included Accenture Ventures, SBI Holdings, SCB Digital Ventures, Standard Chartered PLC, and the investment arm of Thailand\u2019s Siam Commercial Bank. Existing investors that joined in this round included a Banco Santander SA venture fund, the venture arms of CME Group Inc. and Seagate Technology, and Venture 51.\n\nObviously this is good news for ripple with 55 Million accounting for 20-25% of their market cap before today's rally, the current price of XRP is 0.00001760 BTC and 2 hours ago it was trading for below 0.00001000 BTC, it has seen a large move already price wise although volume is still relatively small at this time, we could be in for an interesting time while this initial excitement settles in\n![](https://www.coinigy.com/assets/img/charts/57dab3f3.png)", + "body_length": 1723, + "cashout_time": "2016-09-22T14:58:21", + "category": "ripple", + "children": 10, + "created": "2016-09-15T14:58:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ripple\",\"crypto-news\",\"beyondbitcoin\",\"money\",\"trading\"],\"image\":[\"https://s18.postimg.org/fcl7ffx1l/ripple.png\",\"https://www.coinigy.com/assets/img/charts/57dab3f3.png\"],\"links\":[\"http://www.coindesk.com/ripple-blockchain-55-million-series-b/\",\"http://www.cnbc.com/2016/09/15/google-backed-blockchain-start-up-ripple-raises-55-million-from-big-banks.html\",\"http://www.wsj.com/articles/bitcoin-firm-ripple-gets-55-million-in-funding-1473944401\",\"http://in.reuters.com/article/tech-blockchain-ripple-idINL8N1BR24Z\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:58:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63885038592928, + "parent_author": "", + "parent_permlink": "ripple", + "pending_payout_value": "238.227 HBD", + "percent_hbd": 10000, + "permlink": "ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour", + "post_id": 1254813, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ripple raises $55 million from big banks - Series B - XRP Prices jumped 60% to 0.0001600 within 1 hour", + "title": "Ripple raises $55 million from big banks - Series B - XRP Prices jumped 60% to 0.0001600 within 1 hour", + "total_payout_value": "0.000 HBD", + "url": "/ripple/@steempower/ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 7032433141781, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1575997134259, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 763886034083, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408499254, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619440533, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1272853996010, + "voter": "gavvet" + }, + { + "percent": "725", + "reputation": 12382143533351, + "rshares": 59931498766, + "voter": "eeks" + }, + { + "percent": "8400", + "reputation": 4931834878069, + "rshares": 20662794100, + "voter": "fkn" + }, + { + "percent": "8400", + "reputation": 5414208804644, + "rshares": 27159952286, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061217841, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 74015979146, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804531404354, + "voter": "anwenbaumeister" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652554408, + "voter": "grandpere" + }, + { + "percent": "8400", + "reputation": 598181152117, + "rshares": 176284679547, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87895502383, + "voter": "gtg" + }, + { + "percent": "8400", + "reputation": 19111656178138, + "rshares": 100865470891, + "voter": "furion" + }, + { + "percent": "8400", + "reputation": 3891722, + "rshares": 495760251, + "voter": "barbara2" + }, + { + "percent": "8400", + "reputation": 9142611234, + "rshares": 537911341, + "voter": "ch0c0latechip" + }, + { + "percent": "8400", + "reputation": 3871042, + "rshares": 509984606, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 823155684, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854512371, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782652880, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 954223632, + "voter": "keyser" + }, + { + "percent": "8400", + "reputation": 782596410473, + "rshares": 3845406227, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3886401029, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 530196643, + "voter": "qonq99" + }, + { + "percent": "8400", + "reputation": 10519849768972, + "rshares": 16756980257, + "voter": "positive" + }, + { + "percent": "8400", + "reputation": 17698439393799, + "rshares": 28888710865, + "voter": "sisterholics" + }, + { + "percent": "8400", + "reputation": 147425730, + "rshares": 564195321, + "voter": "fnait" + }, + { + "percent": "8400", + "reputation": 3720753029, + "rshares": 513457179, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1838905726, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1817367614, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3276506793, + "voter": "sulev" + }, + { + "percent": "8400", + "reputation": 10771708337101, + "rshares": 1021559004312, + "voter": "laonie" + }, + { + "percent": "8400", + "reputation": 18027204457681, + "rshares": 35973973159, + "voter": "myfirst" + }, + { + "percent": "8400", + "reputation": 5776723480371, + "rshares": 207366992790, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16251975438, + "voter": "sunshine" + }, + { + "percent": "8400", + "reputation": 206355094166, + "rshares": 7995659217, + "voter": "flysaga" + }, + { + "percent": "725", + "reputation": 1751717743, + "rshares": 1667751860, + "voter": "gmurph" + }, + { + "percent": "8400", + "reputation": 97845484474, + "rshares": 45809226756, + "voter": "midnightoil" + }, + { + "percent": "8400", + "reputation": 3016325652890, + "rshares": 114571748006, + "voter": "xiaohui" + }, + { + "percent": "8400", + "reputation": 6111268639849, + "rshares": 5659336525, + "voter": "elfkitchen" + }, + { + "percent": "8400", + "reputation": 1851205309677, + "rshares": 3694017722, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "8400", + "reputation": 4195733833721, + "rshares": 7446451527, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93798273061, + "voter": "miacats" + }, + { + "percent": "8400", + "reputation": 730408370151, + "rshares": 487655542, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90172228874, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 52792315212, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 71507788, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11185222174, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201688406600, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 633133259080, + "rshares": 1151797447, + "voter": "chaeya" + }, + { + "percent": "10000", + "reputation": 5705459768, + "rshares": 54846770, + "voter": "ejaredallen" + }, + { + "percent": "10000", + "reputation": 294937368742, + "rshares": 18320625906, + "voter": "steemokto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753142142, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7708785756, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230290004, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 3226000976856, + "rshares": 3701249080, + "voter": "lscottphotos" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset0.jpg\n
\nI was able to capture an interesting sunset sequence at Point Sur, California. In this first image it was apparent that this was going to be a beautifully textured sunset with the multi-layered Cirrocumulus clouds above and the Altocumulus clouds below. Additionally the low thin shoreline fog was beginning to slightly develop, giving the area immediately along the shore a mystical softness. Point Sur is a light house, for more info go [here](http://www.pointsur.org/).\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\n*Point Sur Sunset Stage 2*
\nI wandered around the area trying to set up a classic \"rule-of-thirds\" composition using both horizontal and vertical positioning. Lots of times the issue is that there are just too many cool ways to shoot the image. So, I opted to shoot it a number of different ways, especially as time went on and colors shifted against the available light making the image more mysterious. \n[Go here to see larger version](http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg)\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset2.jpg\n*Point Sur Sunset Stage 3*
\nI'm shooting from about a mile away from Point Sur and was attempting to correctly gauge what the prime spot would be to capture the sun \"spash\" effect as it intersected with the horizon. Over the ocean it is a very beautiful effect if caught at exactly the right moment, but I suddenly realized that effect would be obfuscated by Point Sur itself so I needed to alter my shot composition setup.\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\n*Point Sur Sunset Stage 4*
\nRunning like a madman with my equipment bag, tripod and camera gear I scrambled to get in position on the right side of Point Sur to capture at least some of the horizon flare effect, and was able to get in position and set up, right in the nick of time! What I like about this shot is the way the sun rays on the right side are stopped by the sand dune on the shoreline. You can see it slightly glow along the top edge of the dune as it casts a shadow across the pasture.\n[Go here to see larger version](http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg)\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset4.jpg\n*Point Sur Sunset Stage Cows*
\nThen backing out the frame I noticied I had company... these guys had been somewhat following me around while I was doing this... they must have thought I was crazy! LOL... \nWow, what a view they have every day.", + "body_length": 2630, + "cashout_time": "2016-09-22T14:55:45", + "category": "photography", + "children": 18, + "created": "2016-09-15T14:55:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"art\",\"story\",\"life\"],\"image\":[\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset0.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset2.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset4.jpg\"],\"links\":[\"http://www.pointsur.org/\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:15:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14140195003730, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "14.120 HBD", + "percent_hbd": 10000, + "permlink": "sunset-at-point-sur-california", + "post_id": 1254771, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "Sunset at Point Sur, California", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518200944380, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620599440742, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5980286152113, + "voter": "freedom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1968119541431, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052934239988, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864938197, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1575899708999, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 98682346357, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466049312123, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462419963819, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120252422964, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246183601, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681017160441, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1670000041, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938790183563, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 445638290328, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408499254, + "voter": "idol" + }, + { + "percent": "500", + "reputation": 37454101478493, + "rshares": 18955732033, + "voter": "chitty" + }, + { + "percent": "8000", + "reputation": 9469162, + "rshares": 65857071449, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619440533, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15004166459, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9796891633, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1290497974419, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897083981, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471599418, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599944427461, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857442120, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177393180428, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628883920, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061184463, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187790925, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985486511940, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710806563, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50879010002, + "voter": "ak2020" + }, + { + "percent": "4200", + "reputation": 71931696380, + "rshares": 1616373298272, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418880227, + "voter": "applecrisp" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213136885, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787116636, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280675599804, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2429242458900, + "rshares": 19151208027, + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121380113922, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025451490, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 76008701316, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 387326356155, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49806164408, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635215678, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898803498, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974572536, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73848595449, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2597453094, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15308452303, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6591905710, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124958555, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487855165, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431052068, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258981906731, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 847366145, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7372366244, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854512371, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782074085, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3800710913, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167298234999, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12587181720, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349575168, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946556816, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20522265015, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506024506, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82780602040, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32542074868, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215384334659, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 101547003699, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5287640951, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114437903, + "voter": "firehorse" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175932801, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708251696, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1444237397, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8921793478, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353832611, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 119294413, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 870677269, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193734776, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2156971728, + "voter": "merej99" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95768393690, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157498807066, + "voter": "twinner" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693771864, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561066673, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664664784, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19440183808, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726860971, + "voter": "flysaga" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501625986, + "voter": "gmurph" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294504959, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327843962, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281232336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 117035295217, + "voter": "thisisbenbrick" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740805506, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485070652, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103387869456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855349715, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15238192519, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 856854397, + "voter": "skavkaz" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335812576, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1156101266, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12672968653, + "voter": "cristi" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676933902, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26283514539, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93798273061, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417335694, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077210674, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90171375563, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4976983022, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071955992, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3221126774, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 10468564936, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 332237822, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 57942270939, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 74550672, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196854858, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 169049426, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1857706060, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053551216, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54241736164, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212888896291, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330365849, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55335855053, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56573340, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 799615255, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1369339863, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753129814, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3319554336, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339270470, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98524303, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 70282046, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 120278139, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4671589034, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Is this a typo? Benefits? You ask. How could there be any possible benefit from having a disability?\n\nWell, in fact there are. And here are three unexpected benefits I have personally experienced in my own journey living with a degenerating eye condition.\n\n## Improved lateral thinking and innovation\nGrowing up with a vision impairment meant that there were often things that most people took for granted, but which I struggled to do. To do the same things, I needed to come up with creative solutions and alternative ways of doing things. So from a very young age, I learnt to think laterally and developed my problem solving skills. Most people are so use to perceiving the world in a certain way, but when you are stripped of one of your senses, you learn to perceive things in a different way.\n\nhttps://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\n\nWhen I was still living by myself a few years ago, I had the annoying task of having to cook for myself each night. The challenge I faced in the kitchen was not been able to read the labels on various bottles and containers. As a result, I couldn't tell which container was the salt and which one was the sugar, and all the packaging for the herbs looked the same. So how did I manage? Instead of using sight, I used my sense of smell to distinguish between the herbs, and for some ingredients where I couldn't use the sense of smell, I used different containers and labels to help me identify all the different ingredients.\n\nAnd this leads on to the second benefit.\n\n## Improved memory\nPeople who know me well often comment on my ability to remember things. In fact, I've noticed this in many other people I know who also have a vision impairment. I think this is due to the fact that for someone with a vision impairment to thrive in a sighted world, we often need to make extra effort to adapt to our circumstances.\n\nFor example, I remember when I was still in university, I had to do many presentations. For most people, they could refer to speech notes as they are presenting. However, for me, this was not possible, as I couldn't read speech notes no matter how big the font was. Furthermore, as I have some sight, I never needed to learn braille, which meant I couldn't refer to braille notes either. _As a side note, this is why the title of my memoir which I've been posting on Steemit is \"Living in Between Two Worlds\", because I have often found myself being caught between the world of the sighted and the world of the blind, and also between the identity of being Chinese but not fully Chinese, and being Australian but not fully Australian._ As a result, every time I had to do a presentation, I would always remember the entire speech. Over time, this has become second nature to me. I have learnt how to force things into my memory, and be innovative when I need to.\n\n## Resilience\nGrowing up with a vision impairment, I experienced a lot of bullying at school and a lot of hurtful comments and actions from people, sometimes done knowingly and sometimes unknowingly. Sometimes this comes in the form of a patronising comment, and sometimes from a look or stare. The interesting thing with people staring and giving me strange looks is that I can often notice people are doing it to me because I have some peripheral vision, however people generally can't tell I'm looking back at them because it doesn't seem like I'm looking at them. Most of the time however, those hurtful words and actions are done out of ignorance and a lack of understanding, rather then out of malice.\n\n#### But from all these things I've experienced, it has made me a stronger and more resilient person.\nAs a result, whatever unforeseen things I may experience in life, there's not much that can knock me out completely. I have developed the ability to adapt to changing circumstances and stay optimistic, because as they say:\n### What doesn't kill you, makes you stronger.\n\nSo I'm thankful to God for the person I have become today. Disability isn't all bad. Without what I have gone through with my vision impairment, I wouldn't be the person I am today, and for these reasons, I am thankful.\n\nTo read more about my story, you can read my short memoir series. You can find [Part 1 here.](https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated)\n\nYou can also follow me on @nextgen622", + "body_length": 4384, + "cashout_time": "2016-09-22T14:46:21", + "category": "life", + "children": 10, + "created": "2016-09-15T14:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"disability\",\"strength\"],\"users\":[\"nextgen622\"],\"image\":[\"https://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\"],\"links\":[\"https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:46:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66119907751704, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "254.340 HBD", + "percent_hbd": 10000, + "permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "post_id": 1254663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518193384474, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620272424965, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7465716124744, + "voter": "firstclass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991230051184, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1619082976045, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 223905651656, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475735272749, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462392248872, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246152952, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680994650765, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959061481, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1669969392, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938061627471, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290603380713, + "voter": "chitty" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59271072026, + "voter": "unosuke" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884676283, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15316591171, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1285091135093, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89896753810, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471581374, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857353705, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177389912085, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628118273, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985477191740, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710385546, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13256265846, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177332471, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213121851, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280666949780, + "voter": "trogdor" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652542986, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413655063, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025151061, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 3081588770182, + "rshares": 53269952968, + "voter": "pmartynov" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48620303351, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30279417098, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 65769554169, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808133649, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20382096581, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019855821, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17903672525, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 91432229392, + "rshares": 6941291365, + "voter": "gatoso" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 147678292, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18770255506, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487056742, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431046054, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10645918815, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251364791827, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 441803588, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 871576606, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854241122, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782000412, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3878126092, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15377574672, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171280078005, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12324948767, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349568852, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2182574144, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20119867662, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3576144996, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82813520861, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541921491, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215383763306, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 103577805737, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6232841459, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14894144779, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 43631243627, + "voter": "claudiop63" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175890702, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708201174, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8964609699, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46040443375, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359113213, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 845069114, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193716733, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95766250088, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161751897653, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560895252, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664547502, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19439832856, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 89336934, + "rshares": 65245460, + "voter": "ierg" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958164504, + "voter": "sunshine" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726848341, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7706698035, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1659697260, + "voter": "stormblaze" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294420153, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2267389147, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740550186, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 176650903994, + "voter": "terrycraft" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 461085584, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5823989445, + "voter": "oflyhigh" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335807163, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676921271, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25747116283, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797422302, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417144136, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "2100", + "reputation": 11683040603469, + "rshares": 20666103650, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4879395119, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 8890516872, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3155389493, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2148477670, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56654664918, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196749616, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1833661746969, + "rshares": 2458800256, + "voter": "seva" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7375519035, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931998664, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053531368, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 113366516, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377562678, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337248470, + "voter": "panther" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3623547539, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27667189544, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123128317, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 183135491, + "rshares": 52460746, + "voter": "cryptofarmer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 117919744, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230273165, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435365865, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 3941523341, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 164549939, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 32369065992, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150387842, + "voter": "trickster512" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": ">Today I told my dad the final date of my marriage: October 2nd . Few days ago, as I told him that I was going to get married in a few weeks, he got mad at me. \u201cI was expecting you to get a real job before you got married!\u201d was his main critique. \u201cHow can you get married *now*?\u201d he asked me.\n\nOggi ho detto a mio padre la data definitiva del mio matrimonio: due ottobre. Pochi giorni fa, quando gli ho detto che mi sarei sposato nel giro di poche settimane, si \u00e8 arrabbiato con me. \u201cMi sarei aspettato che ti trovassi un lavoro vero prima di sposarti\u201d \u00e8 stato il suo principale oggetto di critica. \u201cCome puoi sposarti *adesso*?\u201d mi ha chiesto.\n\n>Let me give you some background. I\u2019m 29 years old and I want to do many things in my life. I studied economics, worked for no-profit and academia and I published a book in May on the shifting economic paradigm. I dedicated the last year to this book, spent all the savings I had and by now I have a few weeks of financial autonomy left. Meanwhile I rented a room on Airbnb, learned how to do bracelets and sold them on the Ligurian (North-West Italy) seaside. Simultaneously, I\u2019m working on becoming what I call a cryptofarmer: in fact, my goal is to write and earn cryptocurrencies while living in the countryside in a small house I\u2019m transforming into a farm. I learned how to plant a vegetable garden, how to chop wood and limiting the expenses of food and heating.\nEven if sometimes I\u2019m scared I could not afford a living, I feeI I can make it. We can make it. In fact, few months ago a girl I met last winter in Chile joined me and is providing great help with her skills and work. And I\u2019m going to marry her in a few weeks, as I said.\n\nFacciamo un passo indietro. Ho 29 anni e voglio fare tante cose nella mia vita. Ho studiato economia, lavorato nel no-profit e nel mondo accademico per poi pubblicare, a maggio di quest\u2019anno, un libro sul cambio di paradigma in economia. Ho dedicato l\u2019ultimo anno a questo libro, ho speso tutti i miei risparmi e ho davanti ancora qualche settimana di autonomia finanziaria. Nel frattempo ho affittato una stanza su Airbnb e imparato a fare braccialetti che ho venduto sulla costa ligure. Parallelamente lavoro per diventare quello che chiamo un cryptofarmer; il mio obiettivo \u00e8 infatti quello di scrivere e guadagnare cripto-valute mentre vivo in una piccola casa di campagna che sto trasformando in fattoria. Ho imparato come piantare un orto, spaccare la legna e limitare le spese di cibo e riscaldamento.\nAnche se a volte ho paura di non riuscire a guadagnarmi da vivere, sento che ce la posso fare. Che ce la *possiamo* fare. Qualche mese fa, infatti, una ragazza che ho conosciuto lo scorso inverno in Cile si \u00e8 unita ai miei progetti e mi sta dando un grosso aiuto con le sue capacit\u00e0 e il suo lavoro. E io la sposer\u00f2 in qualche settimana, come dicevo.\n>My father is 69 years old. Oddly enough, he actually left countryside for the city \u2013 a choice diametrically opposite to the one I made \u2013 to become a lawyer and had success by working really hard. As far as I know, he wanted to be a journalist but chose to be a lawyer to get a better salary \u2013 as he got. He wanted me to be a lawyer too, of course, but when I chose to study economics he told me I could become an auditor; those were professions, in his words, that paid good.\n\nMio padre ha 69 anni. E\u2019 curioso come lui lasci\u00f2 la campagna per la citt\u00e0 \u2013 una scelta diametralmente opposta a quella che ho fatto io \u2013 per diventare un avvocato e l\u00ec ha avuto successo lavorando molto. Da quel che so, lui voleva fare il giornalista da giovane, ma poi ha scelto di fare l\u2019avvocato per avere un miglior salario \u2013 come appunto si \u00e8 verificato. Chiaramente voleva che anche io facessi l\u2019avvocato e successivamente, quando io scelsi di studiare economia, mi disse che potevo diventare il revisore contabile; mestieri, questi, che secondo lui erano ben remunerati. \n>Dear dad,\nA couple of years ago, you told that you were eventually glad I didn\u2019t follow your path and became a lawyer. The job had changed too much, you said. Now too many lawyers are fighting one against each other to get the job and clients are not paying for the work you did for them. That\u2019s how you described me your job \u2013 a job that in Italy, for your generation, was a synonym of success. A son who became a lawyer was a dream for the average family.\nWell, I\u2019m going to add a little piece to this picture. In a few decades, the whole profession of lawyer may become obsolete. Do you know that even today you can ask legal question to [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), an IBM powered machine? It will provide you an answer by sifting through thousands of legal documents, statutes and cases - assisting you to get ready for the case by including citations, suggested readings and confidence ratings. \nToday few technologies are ready to disrupt whole sectors of the economy. One of these is Artificial Intelligence that could make your profession obsolete. Another is the blockchain: that one could make the auditor and accountancy profession useless too. Have you ever heard about it? Some say it\u2019s important as the invention of the Internet.\n\nCaro pap\u00e0,\nQualche anno fa mi hai detto che in fin dei conti eri contento che non avessi seguito la tua strada e fossi diventato un avvocato. Il lavoro \u00e8 cambiato troppo, hai detto. Troppi avvocati in conflitto l\u2019uno contro l\u2019altro per accaparrarsi clienti che poi non pagano il lavoro che fai per loro. Cos\u00ec mi hai descritto il tuo lavoro \u2013 un lavoro che in Italia, per la tua generazione, era sinonimo di successo. Un figlio che diventava avvocato era un sogno per la famiglia media.\nBeh, lasciami aggiungere un pezzo a questa storia. In un paio di decadi, la professione stessa dell\u2019avvocato potrebbe diventare obsoleta. Sai che gi\u00e0 oggi puoi chiedere un parere legale a [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), una macchina sviluppata da IBM? Ti restituisce una risposta setacciando migliaia di documenti legali, statuti e casi \u2013 assistendoti a prepararti al caso includendo citazioni, letture consigliate e intervalli di confidenza. Alcune tecnologie sono sul punto di rivoluzionare interi settori dell\u2019economia. Una di queste \u00e8 l\u2019intelligenza artificiale che potrebbe rendere obsoleta la tua professione. Un\u2019altra \u00e8 la blockchain: questa potrebbe rendere inutile la professione del contabile e del revisore. Ne hai mai sentito parlare? Alcuni dicono che \u00e8 importante quanto l\u2019invenzione di Internet.\n>**You should really be glad I didn\u2019t choose your job just because it paid good**. As I was 18 (in 2005) being a lawyer paid good, in a decade it wasn\u2019t the case anymore. **In fact, between 2007 and 2014 the average income reported by Italian lawyers [declined from 51.314 euro to 37.505]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. Well, last decade \u2013 it is to be said - was a *century*: while economy collapsed in one of the worst crisis ever, technology produced unparalleled innovations. Before 2005 there was no Youtube. In 2005 there was no smartphone either. No-one can tell what are we going to see in the next decade. Some say there will be some big change in the workplace. In fact, [some researchers at Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) say that by 2035, half of the jobs Americans currently hold will be automatized. **Robots are simply better than men in doing robotic work**. Even the world\u2019s most ancient profession may suffer a strong decline with the development of virtual reality \u2013 this has become the next big thing in adult entertainment.\n\n**Devi essere davvero contento che non abbia scelto il tuo lavoro solo perch\u00e9 era ben remunerato**. Quando ancora io avevo 18 anni (nel 2005) fare l\u2019avvocato era remunerativo, ma nell\u2019arco di un decennio ci\u00f2 non era pi\u00f9 vero. **Tra il 2007 e il 2014 il reddito medio dell\u2019avvocato italiano [\u00e8 sceso da 51.314 euro a 37.505 euro]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. L\u2019ultimo decennio \u2013 bisogna riconoscerlo - ha rappresentato un *secolo*: mentre l\u2019economia collassava in una delle peggiori crisi di sempre, la tecnologia produceva innovazioni senza pari. Prima del 2005 non c\u2019era Youtube. Prima del 2005 non c\u2019era nemmeno lo smartphone. Nessuno pu\u00f2 dire cosa vedremo nel prossimo decennio. Molti dicono che ci saranno grossi cambiamenti sul luogo di lavoro. [Alcuni ricercatori di Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) dicono che entro il 2035, il 45% dei lavori attualmente svolti dagli americani verr\u00e0 automatizzato. **I robot svolgono meglio degli uomini i lavori da robot**. Perfino il mestiere pi\u00f9 vecchio del mondo potrebbe risentire di un forte declino a seguito dello sviluppo della realt\u00e0 virtuale \u2013 questa \u00e8 diventata l\u2019ultima novit\u00e0 nel mondo dell\u2019intrattenimento per adulti.\n>Don\u2019t worry, dad, and don\u2019t look at me as someone who is living hand to mouth. Many things are changing in the next years, together with most of the reference points we had. Those jobs who were good, could not be profitable and stable anymore. Most of all, the same idea of stability will change: we\u2019ll have to find stability surfing between waves of change. Choosing a job just because it pays good today, may not be a good strategy. **My generation is challenged to find and develop that personal value, those talents, that no machine could substitute. This is what I\u2019m doing \u2013 soon I\u2019ll write you how**.\n\nPer questo, pap\u00e0, non preoccuparti e non guardarmi come si guarda un figlio che vive di espedienti. Molte cose cambieranno nei prossimi anni, insieme a molti dei punti di riferimento che avevamo. Quei lavori che prima erano buoni, potrebbero non essere pi\u00f9 remunerativi e stabili. Pi\u00f9 di tutto, cambier\u00e0 l\u2019idea di stabilit\u00e0: dovremmo imparare a trovare la stabilit\u00e0 di un surfista a cavallo di ondate di cambiamento. Scegliere un lavoro solo perch\u00e9 paga bene oggi, potrebbe non essere una strategia che paga. **La sfida per la mia generazione \u00e8 di trovare e sviluppare quel valore personale, quei talenti, che nessuna macchina pu\u00f2 sostituire. Questo \u00e8 quello che sto facendo io \u2013 presto ti scriver\u00f2 come**.\n\nhttp://i68.tinypic.com/2hz9lz.jpg \n\n*Me, dad, fianc\u00e9, mum*\n\n***Don't forget to follow @cryptofarmer***\n***a shout out goes to @claudiop63 for assisting the Italian community so don't forget to follow him***", + "body_length": 10654, + "cashout_time": "2016-09-22T14:01:30", + "category": "life", + "children": 11, + "created": "2016-09-15T14:01:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"introducemyself\"],\"users\":[\"cryptofarmer\",\"claudiop63\"],\"image\":[\"http://i68.tinypic.com/2hz9lz.jpg\"],\"links\":[\"http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html\",\"http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare\",\"http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:01:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66723421210839, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "258.716 HBD", + "percent_hbd": 10000, + "permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "post_id": 1254158, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 3576130829220, + "voter": "excalibur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991229335339, + "voter": "badassmother" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3311441072526, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 235618184394, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1618730506215, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462391050603, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680988467221, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 780065421625, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2747155680716, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816380174873, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85269597245, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9220603890, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1272853996010, + "voter": "gavvet" + }, + { + "percent": "1118", + "reputation": 12382143533351, + "rshares": 89896712308, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5763693715, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9536766402, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "7200", + "reputation": 15755437221598, + "rshares": 20265465121, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 43361302769, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 109433921986, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603650764184, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985471558039, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710343437, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 417567164140, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 51844859429, + "voter": "martin-wichmann" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33780018119, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 28077553521, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129624899834, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 286394846714, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413519414, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42733736163, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251928158, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48619736269, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32856220045, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "7200", + "reputation": 17405459234693, + "rshares": 38197151518, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898751777, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418567125, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 60399058700, + "voter": "lehard" + }, + { + "percent": "7200", + "reputation": 4066839697461, + "rshares": 6117239614, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45474037974, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18269053597, + "voter": "konstantin" + }, + { + "percent": "7200", + "reputation": 744428437430, + "rshares": 1212170680, + "voter": "trees" + }, + { + "percent": "7200", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "7200", + "reputation": 675716972978, + "rshares": 570425713, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 719401125, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 823136045162, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 120546538382, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 590190776, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 655989441, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 607124531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1325557182450, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181527746896, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5532170579, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14808977501, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 39566281251, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6142613073, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6676256917, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1705318675121, + "rshares": 2927951002, + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451534954395, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854154800, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36804267496, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5840939270, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 4979711886, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167304333801, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4317565662, + "voter": "oululahti" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 932183607, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2132970186, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 40132724753, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466922918, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268127648645, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541876375, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609277990, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84687523986, + "voter": "rea" + }, + { + "percent": "7200", + "reputation": 6570213787, + "rshares": 87046590, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8725497615, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5112009829, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11557120301, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 360603550, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 685414916, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 26519444517, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 942266185, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7132430554, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7221869798, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1483259422, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 688043074, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 611258547, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3343908663, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111828316, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921893579, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10624130337, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157077270, + "voter": "merej99" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255376666902, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161750606158, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560849535, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 9325916259, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51839554283, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958121196, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1938262243, + "voter": "flysaga" + }, + { + "percent": "1118", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "7600", + "reputation": 10690204490232, + "rshares": 16964502580, + "voter": "mrs.steemit" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11451787076, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112055912400, + "voter": "thisisbenbrick" + }, + { + "percent": "2000", + "reputation": 3016325652890, + "rshares": 28641467163, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 377098007, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1383256754, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895485769, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8643768582, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1805123390, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7546646500, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797286653, + "voter": "miacats" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118219525, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 587265371, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8276649627, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93936714571, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 60143295, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 75410142205, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137826302, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59229074587, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 117594291138, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2121069078, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7776590110, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2006306305, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206668682, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "7200", + "reputation": 0, + "rshares": 116583219935, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1688383151, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 125654745, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7708749054, + "voter": "mariandavp" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5982977593, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1772168372, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1148513935176, + "rshares": 1550172009, + "voter": "allesgruen" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 7835540052910, + "rshares": 28194075520, + "voter": "storyseeker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9536878232, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 254506659, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238497207, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4817417416, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 352933479329, + "rshares": 425800184, + "voter": "angierose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 180177430605, + "rshares": 163617418, + "voter": "awakeningartist" + }, + { + "percent": "10000", + "reputation": 8686963701, + "rshares": 150753854, + "voter": "shortstories" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "
https://s15.postimg.org/k878soaff/collage.png
\n\n# Dear Steemit Community,\n\nThank you all for the ultra-successful logo contest. It's possibly one of the most participated in cryptospace! We have received about 150 logo submissions. 21 designs made it into the final cut after community voting (a number of them are just for future considerations, despite not being qualified to win the SBDs). \n\nHere's the logo contest's initial announcement for convenience: https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers\n\nBefore jumping right into announcing the winners, I would like to impart some lessons learned conducting a massive contest on Steemit, in hopes that we can all learn to make future contests better together. You may jump on to the final section to find out the winners. Continue reading if you want to learn to organise contests on Steemit in the near future. It may not be the best process, but it's what we've learned.\n\nJust think of it as an extended drumroll..\n\n---------------------------\n# Contest Process\nKeeping it short and sweet, here is the flow of considerations for the logo contest:-\n- Need to promote community participation in spirit of Project Curie.\n- So.. open logo submissions in comments and community voting.\n- However, we need to avoid public vote abuse and keep a certain standard for Project Curie.\n- So.. community voting as first filter, before internal voting.\n- Another problem: late submissions are usually disadvantaged as there are less attention on the contest post.\n- So.. we've tried to mitigate such a problem by including unique votes of logo designers in their own blogposts.\n- Right at time of contest closing, save the state of browser data by right clicking > save as.. to freeze number of votes in time and to be able to prove your process with transparency. I have left the capsule in the [contest post](https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers).\n\n
https://s18.postimg.org/ocbxjofjd/capsule.png
\n\n-------------------------\n\n# Judging process\n\nAgain, keeping it short and sweet, here is the flow of considerations for the judging process:-\n- Open a private channel in Steemit.chat, collage all final entries into a board, each design is numbered for convenience. No names are attached to logo designs to remove personality biases.\n- Everyone is in different timezones. Instructions are left for judges to leave their votes in the channel.\n- Not everyone in Project Curie are artistically-inclined.\n- So.. we have also invited artists in Steemit to join Project Curie in the judging process.\n- Special thanks to @fairytalelife, @anritco, @thisisbenbrick, @opheliafu, and @nekromarinist taking some of your time voting for the best logos!\n\n----------------------------------------\n# Here's the scoresheet from our internal judging process\n
https://s12.postimg.org/nlhevk419/contestlogomatrix.png
\nTo protect sensitivities, we will not show the other numbered correlations of logos. From this scoresheet, it looks like design #5, #11, and #15 are the winners. Design #11 and #15 are tied in number of votes, so that's pretty awesome considering that 2nd and 3rd prizes are equivalent in SBD amount. So I'll just name these two designs as ***contest runner-ups***.\n\n----------------------------------------\n# Winners Announcement!\n\nSorry for all the grandfather's story, but we hope that you've enjoyed the process of this contest! Now that the anticipation has been built nicely.. here are the winners of Project Curie's logo contest:-\n\n
https://s15.postimg.org/utojiedwb/winners.png
\n\n
**In order of logos from top**
\n
Winning design by @konti (485.00 SBDs)
\n
Runner up design #1 by @acidsun (242.50 SBDs)
\n
Runner up design #2 by @sharker (242.50 SBDs)
\n\n-------------------------------------------------------------\n# Congratulations and thank you all for the participation!\n\nPlease contact us @konti, @acidsun, and @sharker. Send in your designs in the best formats to receive your prize money! We would like to thank you all for your spirited participation in making this a big part of blockchain history!\n\nFollow us @curie. And chat with us here - https://steemit.chat/channel/curie.\n\n## A million thanks!\n\n------------------------------------------------------\n
https://s11.postimg.org/mdd73unoz/paidup.png
\n
Update: everything paid out to winners!
\n\n-------------------------------------------------------\n\n
Follow me @kevinwong
\n-----------------------------------------------------", + "body_length": 4698, + "cashout_time": "2016-09-22T13:29:54", + "category": "curie", + "children": 38, + "created": "2016-09-15T13:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"contest\",\"logo\",\"project-curie\",\"bounty\"],\"users\":[\"fairytalelife\",\"anritco\",\"thisisbenbrick\",\"opheliafu\",\"nekromarinist\",\"konti\",\"acidsun\",\"sharker\",\"curie\",\"kevinwong\"],\"image\":[\"https://s15.postimg.org/k878soaff/collage.png\",\"https://s18.postimg.org/ocbxjofjd/capsule.png\",\"https://s12.postimg.org/nlhevk419/contestlogomatrix.png\",\"https://s15.postimg.org/utojiedwb/winners.png\",\"https://s11.postimg.org/mdd73unoz/paidup.png\"],\"links\":[\"https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers\",\"https://steemit.chat/channel/curie.\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:49:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35493892612408, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "76.846 HBD", + "percent_hbd": 10000, + "permlink": "logo-contest-for-project-curie-contest-process-and-winners-announcement", + "post_id": 1253807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "total_payout_value": "0.000 HBD", + "url": "/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518185545703, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "1100", + "reputation": 4931834878069, + "rshares": 3023823526, + "voter": "fkn" + }, + { + "percent": "1100", + "reputation": 5414208804644, + "rshares": 3974627163, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "2600", + "reputation": 15755437221598, + "rshares": 7844703394, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 74015535310, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202985246776, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 6737338094, + "voter": "mammasitta" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 4096024957, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 79461843915, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "2600", + "reputation": 17405459234693, + "rshares": 13889882904, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019003847, + "voter": "rubybian" + }, + { + "percent": "2600", + "reputation": 4066839697461, + "rshares": 2293964855, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15994687858, + "voter": "yogi.artist" + }, + { + "percent": "2600", + "reputation": 744428437430, + "rshares": 437728301, + "voter": "trees" + }, + { + "percent": "2600", + "reputation": 2906973892, + "rshares": 59153922, + "voter": "strawhat" + }, + { + "percent": "2600", + "reputation": 675716972978, + "rshares": 207427532, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "1100", + "reputation": 19111656178138, + "rshares": 14760800618, + "voter": "furion" + }, + { + "percent": "1100", + "reputation": 3891722, + "rshares": 70822893, + "voter": "barbara2" + }, + { + "percent": "1100", + "reputation": 9142611234, + "rshares": 78718732, + "voter": "ch0c0latechip" + }, + { + "percent": "1100", + "reputation": 3871042, + "rshares": 72854943, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177968379310, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4427872134, + "voter": "poseidon" + }, + { + "percent": "1100", + "reputation": 10519849768972, + "rshares": 2452241013, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 418098422, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36982512877, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6939662161, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33401147815, + "voter": "sisterholics" + }, + { + "percent": "1100", + "reputation": 147425730, + "rshares": 82565168, + "voter": "fnait" + }, + { + "percent": "1100", + "reputation": 3720753029, + "rshares": 73351025, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1920634870, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 9950046354, + "voter": "sykochica" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1181117084425, + "voter": "laonie" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 41300486290, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239757938560, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9206745656, + "voter": "flysaga" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52964515229, + "voter": "midnightoil" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 139627152421, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6301502991, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 122598410, + "voter": "erikkartmen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4253557405, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8410153215, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12954590179, + "voter": "cristi" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8574336106, + "voter": "xianjun" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 576320186, + "voter": "microluck" + }, + { + "percent": "2200", + "reputation": 11683040603469, + "rshares": 22544811497, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 92900672002, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21402511570, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3915794549, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 159361637, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "2600", + "reputation": 0, + "rshares": 45129056937, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 161766921, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + } + ], + "author": "mammasitta", + "author_reputation": 5571311902261, + "beneficiaries": [], + "body": "\n

THIS PICTURE SAYS IT ALL! How Do I feel before my trip to Europe?! 

\n

First I only wanted to blog that photo due to lack of time but of course I am ending up writing again and as always put some music for you and me to make packing easier.

\n

Image source: Pinterest

\n

                                                              

\n

Travelling is always exciting but when it comes to packing, it seems I am out to self sabotage the progress to get over with it and usually at the end, I throw all inside, struggling to close that damn suitcase. Then I take half of it out again. Do I really need 10 bras? High heels, boots, sneakers....Its stress and I truly hate it! A huge nightmare and I need many days to get it actually done. 

\n

Where will I fit my 6 cats and Jati, my dog? How can I exist without their daily morning cuddles?

\n

                  

\n


\n

I am not only packing clothes. 

\n

I am packing up a part of my life, wondering how does it fit, when airlines only allow you a maximum weight of 23kg. This time I switched from my fancy, flashy red to a serious, shining black one with strong wheels. Yeah, I am planning to roll differently this time. Less fun, more work! 

\n

The day is here to keep on walking that Mammasitta Techno walk towards Amsterdam Dance Music Festival to finally meet some of those impersonal contacts in my email data and hear tons of music I like. 

\n

I am craving for something else, a new playground!

\n

Its my ' I AM BORN DAY ' week! 

\n

I am super Edgy! Its also that week again when the only man I dearly loved with all my heart died. He promised to always think of me and I should always call his name if I need help. Maybe thats why he made sure that I never forget him, so he chose to pass away on one of my birthdays, September 20th, that year in 2002. My father! I had no chance to say Good-Bye. I was too far away as usual.

\n

Flower of Life - Merkaba Meditation helped me : Image Credit Pinterest

\n

                                                

\n

I am a such a Virgo, thinking and worrying too much but not this time. I used to love airports but those days are long gone when controls and body searching were not necessary, when you could keep your favourite perfume and creams in your hand luggage and was not taken away because you forgot the rules. 

\n

Leaving my comfort zone makes me feel uneasy, of course but when you hear that little voice calling for you, nagging the crap out of your anxious mind, you can be sure that its the right decision to get up and float away, to better follow your instincts! 

\n

There must be something really amazing and special waiting for you somewhere else. Right?

\n

Life can change so quickly, in seconds and when it starts showing you another door, you better shut one immidiatly and put strong nails on it with a massive hammer that it never opens ever again.

\n

                                                                     

\n

I believe that our destiny was already written in a book with empty pages the day you were born. Its up to you to write the stories and I did write a zillion of pages, many more to fill. Life was not always friendly with me but all overall, Wow! I can't complain. I am rich! Wealthy of experience, more joys than sorrows. 

\n

I enjoy my solitude and a kind, loving, loyal, caring and compassionate partnership with myself. 

\n

Bring it on! I get some pink toe nails on Sunday. The Spa is waiting for me! 

\n

The Tree of Life looks pink as well. 

\n

[Image Source Pinterest]

\n

                                                          

\n

A real Gypsy does not have a home but her heart. Thats for sure in my suitcase this time, finding Deep Strength.

\n

[Source- Daily OM]
\nWhen we look back on our lives we see that we have survived many trials and often to our own amazement:

\n

\nWe have all faced moments in our lives when the pressure mounts beyond  what we feel we can handle, and we find ourselves thinking that we do  not have the strength to carry on. Sometimes we have just gotten through  a major obstacle or illness only to find another one waiting  for us the moment we finally catch our breath. Sometimes we endure one  loss after another, wondering when we will get a break from life\u2019s  travails. It does not seem fair or right that life should demand more of  us when we feel we have given all we can, but sometimes this is the way  life works.
\nWhen we look back on our lives, we see that we  have survived many trials and surmounted many obstacles, often to our  own amazement. In each of those instances, we had to break through our  ideas about how much we can handle and go deeper into our hidden  reserves. The thought that we do not have the strength to handle what is  before us can be likened to the hard surface of a frozen lake. It  appears to be an impenetrable fact, but when we break through it, we  find that a deep well of energy and inspiration was trapped beneath that  icy barrier the whole time. Sometimes we break through by cutting a  hole into our resistance with our willpower, and sometimes we melt the  ice with compassion for our predicament and ourselves. Either way, each  time we break through, we reach a new understanding of the strength we  store within ourselves.
\nWhen we find ourselves up against that  frozen barrier of thinking we cannot handle our situation, we may find  that the kindest choice is to love ourselves and our resistance too. We  can simply accept that we are overwhelmed, exhausted, and stretched, and  we can offer ourselves loving kindness and compassion. If we can extend  to ourselves the unconditional warmth of a mother\u2019s love, before we  know it, the ice will begin to break.
\n

                   

\n

Munich, Vienna and Amsterdam!

\n

I am more than ready for my next European adventure. I started my first trip back to Europe last year. I had the best time ever to reconnect with the land I was born. It feels familiar but still so strange. Maybe its me who is the weirdo burning my incense everywhere I go and meditate, talk about other cultures I became a little piece of. I pray in churches, Hindu temples, beaches or under the moon. It doesn't matter where you say your \"Thank you's\", gratitude for all those lessons. I pray for my health and the wellbeing for all my secret loved ones. I wish happiness to my friends and especially to my girl Tahnee. I ask for forgiveness and strength to forget. 

\n

I left Vienna 40 years ago. Lived and left homes in London, Paris, Milan, Palermo, New York City, LA , Miami,  Bali and back to Vienna in full circles, not to mention all the in-between stops to rock my Gypsy soul. Brazil is on my mind:) 

\n

Life is nuts and you never know whats next.....

\n

Keep on moving , Don't stop and as usual I end this post with a song!

\n

https://www.youtube.com/watch?v=1iQl46-zIcM

\n


\n

OFF THE GRID .......Soon!

\n

I hope to see you all at @steemfest and @radiosteem 

\n


\n

Yours 

\n

Mammasitta 

\n

www.mammasitta.com

\n

Instagram @lamammasitta

\n

Twitter @silvieinbali 

\n


\n", + "body_length": 10055, + "cashout_time": "2016-09-22T13:27:21", + "category": "life", + "children": 15, + "created": "2016-09-15T13:27:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"birthday\",\"trip\",\"\"],\"users\":[\"steemfest\",\"radiosteem\"],\"image\":[\"https://s6.postimg.org/4couktb41/13240616_10153452077816193_9007019173755054573_n.jpg\",\"https://s6.postimg.org/rkj4tnjwh/IMG_7108.jpg\",\"https://s6.postimg.org/l83zjtgu9/IMG_7353.jpg\",\"https://s6.postimg.org/q1nqoodc1/156647_465875906863_3656558_n.jpg\",\"https://s6.postimg.org/tjzql2e81/77ceaf3756a97cba00c409262a707b59.jpg\",\"https://s6.postimg.org/ia70q496p/1424371_10153324402816193_6538150960957351704_n.jpg\",\"https://s6.postimg.org/4lmfaqnwh/IMG_7789.jpg\",\"https://img.youtube.com/vi/1iQl46-zIcM/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=Fodt2ORtL_E\",\"https://www.youtube.com/watch?v=8A4wK1U8_lg\",\"http://www.dailyom.com/articles/2014/43239.html\",\"https://www.youtube.com/watch?v=1iQl46-zIcM\",\"mammasitta steemit\",\"http://www.mammasitta.net/index.html\",\"https://www.instagram.com/lamammasitta/\",\"https://twitter.com/silvieinbali\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:27:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4738509101081, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "2.272 HBD", + "percent_hbd": 10000, + "permlink": "choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress", + "post_id": 1253775, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CHOOSE LIFE & LOVE And ROSES - Life is Too Short To Wear Boring Toe Nail Polish! La Vie En Rose in Progress!", + "title": "CHOOSE LIFE & LOVE And ROSES - Life is Too Short To Wear Boring Toe Nail Polish! La Vie En Rose in Progress!", + "total_payout_value": "0.000 HBD", + "url": "/life/@mammasitta/choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress" + }, + { + "active_votes": [ + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982782076, + "voter": "eeks" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -317411029, + "voter": "hater" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1062608216, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16471651284, + "voter": "michaeldodridge" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416936762, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2864636894, + "voter": "levycore" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10281216850, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 145335464, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

In a fantastic turn of events for Secretary Clinton Satirically Yours is happy to announce what appears to be a nearly complete recovery from conditions that may or may not potentially include various degrees of dehydration, allergies, flu, pneumonia, dementia, Parkinsons, cancer, and/or tertiary syphilis.  Many people, especially within the mainstream media, echoed their concerns for her health and well being along with literally dozens of people who poured out their concerns about her political aspirations over social media.

\n

When asked about her recovery she stated- \"Well at first I was getting worse, and you know I had that little fainting episode at the World Trade Center on 9/11.  They took me to Chelsea's hosp... apartment and I met with a nutrionist there.  He told me about GMOs and factory farm conditions.  It was really the first time I was in a space to hear it.  You know?  And he said I should try a whole food raw vegan diet.  And wouldn't you know, I FEEL GREAT!!!\"  She immediately started opening a line of pickle jars to demonstrate her athleticism.  

\n

We asked her \"Well, you are certainly looking great and well.  Can you tell us about the results so far?\"

\n

She was happy to reply- \"Sure, so far in the last 4 hours I've lost 10 years of wrinkles off of my face, my voice and pneumonia conditions have healed overnight, and I've dropped around 50 pounds!\"  She gets up from the couch and starts doing a dance as if Satirically Yours had the budget to have a film crew a la Ellen.  \"I'm in exceptional health now.\"

\n

We asked if we could tour the facility and she said \"Unfortunately no, we have a very sick elderly member of our family back there that is suffering from extreme medical conditions.  She's likely still contagious and at this point we're afraid she's immuno-compromised.\"  She gave a quick smile and said \"I have to get back to campaigning now, but thank you for your interest and well wishes.\"

\n

We have to hand it to the Secretary and the diet.  She sure appears to have changed things around overnight.

\n

\n", + "body_length": 2421, + "cashout_time": "2016-09-22T13:12:18", + "category": "politics", + "children": 3, + "created": "2016-09-15T13:12:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"hillaryshealth\",\"hillarysdeath\",\"clintoncollapse\",\"hrc\"],\"image\":[\"https://img1.steemit.com/0x0/https://pbs.twimg.com/media/CsIEMJjUsAAMMA8.jpg\",\"https://img1.steemit.com/0x0/https://pbs.twimg.com/media/CsGlXxsVYAI9nXj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:12:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51697171704, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.011 HBD", + "percent_hbd": 10000, + "permlink": "satirically-yours-s1e14-hillary-clinton-experiences-dramatic-recovery-after-switching-to-raw-food-vegan-diet", + "post_id": 1253625, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Satirically Yours S1E14- Hillary Clinton experiences dramatic recovery after switching to raw food vegan diet", + "title": "Satirically Yours S1E14- Hillary Clinton experiences dramatic recovery after switching to raw food vegan diet", + "total_payout_value": "0.000 HBD", + "url": "/politics/@aggroed/satirically-yours-s1e14-hillary-clinton-experiences-dramatic-recovery-after-switching-to-raw-food-vegan-diet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2429032704, + "voter": "konelectric" + }, + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982730038, + "voter": "eeks" + }, + { + "percent": "2400", + "reputation": 15755437221598, + "rshares": 7190968186, + "voter": "acidyo" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414834418, + "voter": "murh" + }, + { + "percent": "2400", + "reputation": 17405459234693, + "rshares": 13889868466, + "voter": "venuspcs" + }, + { + "percent": "2400", + "reputation": 4066839697461, + "rshares": 2102801117, + "voter": "getssidetracked" + }, + { + "percent": "2400", + "reputation": 744428437430, + "rshares": 404056893, + "voter": "trees" + }, + { + "percent": "2400", + "reputation": 2906973892, + "rshares": 59153922, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1062608216, + "voter": "steemswede" + }, + { + "percent": "2400", + "reputation": 675716972978, + "rshares": 190141904, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7132430554, + "voter": "chloetaylor" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416935559, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8643768582, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10486841187, + "voter": "aggroed" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

In what appears to be a rapid escalation of pro-Harambe political views Trump tweets an armed selfie with text stating \"Don't go to the Cincinnati Zoo tomorrow!\" and \"#DO4H.\"  

\n

  

\n

It appears Trump started early last night with a brief internet session that ended up lasting way into the night.  He posted a few other pro-Harambe memes before finally posting his armed selfie.

\n


\n

He retweeted Mike Cernovich's post where a Harambe meme ended up on MSNBC live television.

\n

\n

He mocked Hillary Clinton-

\n

\n

At that point it appears excessive alcohol consumption may have been a factor.  To be clear, the selfie is part of a meme that indicates to its audience pre-meditated plans to \"shoot up\" the Cincinnati Zoo as a \"revenge killing\" for how they incapacitated and put down their Gorilla to save the child's life.  As a result of the violent remarks Homeland Security, the Department of Justice, and FBI have contacted the candidate and some in the media speculate he will be detained for his posts.

\n

We will continue to update viewers as this story unfolds.

\n", + "body_length": 1667, + "cashout_time": "2016-09-22T12:55:24", + "category": "politics", + "children": 0, + "created": "2016-09-15T12:55:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"harambe\",\"trump\",\"meme\"],\"image\":[\"https://s11.postimg.org/5bynqhpkj/trmp_with_gun_meme.jpg\",\"https://s14.postimg.org/lpjguy2gh/trump_ohio_tweet_meme.jpg\",\"https://www.thesun.co.uk/wp-content/uploads/2016/07/bus-harambe.jpg?w=682\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14333795_183978548699700_8979608839241204702_n.jpg?oh=c73a5e37089f4273ac4cf359d0aa2828&oe=587FFA8E\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:55:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70406171746, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 0, + "permlink": "satirically-yours-s1e13-radical-pro-harambe-candidate-trump-tweets-armed-selfie-states-don-t-go-to-the-cincinnati-zoo-tomorrow", + "post_id": 1253457, + "promoted": "20.010 HBD", + "replies": [], + "root_title": "Satirically Yours S1E13- Radical pro-Harambe candidate Trump tweets armed selfie, states \"Don't go to the Cincinnati Zoo tomorrow!\"", + "title": "Satirically Yours S1E13- Radical pro-Harambe candidate Trump tweets armed selfie, states \"Don't go to the Cincinnati Zoo tomorrow!\"", + "total_payout_value": "0.000 HBD", + "url": "/politics/@aggroed/satirically-yours-s1e13-radical-pro-harambe-candidate-trump-tweets-armed-selfie-states-don-t-go-to-the-cincinnati-zoo-tomorrow" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6962046283810, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5645943739224, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 702263791814, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1719075621, + "voter": "bingo-1" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313666285, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414819977, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30630058386, + "voter": "wongshiying" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16023627700, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251928158, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31567740828, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76018919680, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 381494951896, + "voter": "fabio" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380270363, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349541777, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 958834221798, + "rshares": 3639753666, + "voter": "mastletter" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2707934044, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 7221190800, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 79057325, + "rshares": 65359103, + "voter": "danarchy" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95755062154, + "voter": "laonie" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2662053216, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19437909700, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726782461, + "voter": "flysaga" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294018555, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2312736930, + "voter": "crypto-toll" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10739142337, + "voter": "xiaohui" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 457535440, + "voter": "elfkitchen" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335778284, + "voter": "xiaokongcom" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676858098, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12294653989, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6402569097, + "voter": "rubenalexander" + }, + { + "percent": "0", + "reputation": 13325577893779, + "rshares": 630464877, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 201665207597, + "rshares": 213291181, + "voter": "asiancapitalists" + }, + { + "percent": "10000", + "reputation": 1295569815, + "rshares": 59349940, + "voter": "knyggajames" + }, + { + "percent": "10000", + "reputation": 58485271885, + "rshares": 72966189, + "voter": "anarchylifter" + }, + { + "percent": "10000", + "reputation": 4775359646971, + "rshares": 5918416161, + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 259404517373, + "rshares": 391338841, + "voter": "gregoryschneider" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8673955572, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 11513606793, + "rshares": 60991862, + "voter": "internalmonarch" + }, + { + "percent": "5800", + "reputation": 793368183438, + "rshares": 25538763101, + "voter": "mattclarke" + }, + { + "percent": "10000", + "reputation": 784318201, + "rshares": 58484155, + "voter": "shurik" + }, + { + "percent": "10000", + "reputation": 19260827149, + "rshares": 61094293, + "voter": "thomas.shirk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57425602, + "voter": "brokenarrow" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100123561, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1818363378287, + "rshares": 4892645779, + "voter": "mscleverclocks" + }, + { + "percent": "10000", + "reputation": 22066178, + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407083055, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 457667174072, + "rshares": 291933324, + "voter": "thefinanceguy" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 254506659, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538424164, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 731292049, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 199610453, + "voter": "steemdesigner" + } + ], + "author": "jaredhowe", + "author_reputation": 14837664179974, + "beneficiaries": [], + "body": "
\n\n> \"It is certain that even if a socialist community may bring \u2018free love,' it can in no way bring free birth.\"
- Ludwig von Mises\n\nSlandering men, masculinity and monogamy in the name of radical egalitarianism and identity politics is the most effective means of eroding traditional family values and destroying the nuclear family. Destroying families through misandry and polyamory is the most effective means of manipulating women into demanding that the state replace husbands and fathers. This demand for state intervention in families results in the absolute undermining of every conceivable property norm through fractional reserve central banking, taxation and \"welfare spending.\n\n> But if we believe in property rights, he should have the right of exclusion on any grounds. From the point of view of the state, it is easier to start the attack on property by taking away the right of exclusion from commercial properties. Then the state can gradually invade the last bastion of undisputed private property, the family household.
- Hans-Hermann Hoppe\n\nThat's why leftists glorify promiscuity, radical feminism and welfare - to undermine ethics and economics, thereby allowing them to proliferate their dystopic, socialist agenda (the shortcomings of which they invariably blame on the increasingly smaller morsels of freedom that remain in their wake).\n\n

Dysgenic Effects of Leftism

\n\n
\n\nUnfortunately, there are other externalities. Eliminating the cost of childbearing for women with low sexual market value through the fractional reserve lending which funds welfare destroys any incentive they may have otherwise had to practice restraint. Productive people with high sexual market value are likewise forced to subsidize the reproduction of less intelligent, less productive people. They subsequently have to forego saving money which otherwise could have been used to pay for their own children. This results in less reproduction among productive, intelligent people and more reproduction among less intelligent, less productive people.\n\nThis makes sense. You get more of what you subsidize and less of what you tax. In this case, you get more underachievement or non-achievement, and less productivity and intelligence.\n\nA drop in birth rates among intelligent, productive people relative to the birth rates of less intelligent, less productive people is an indication that intelligent, productive people are on the losing end of a conflict over scarce resources. This redistribution of sexual market value is dygenics, or regressivism. That's why people are getting dumber, lazier and more morally bereft.\n\nIn other words, leftists are why the movie Idiocracy is coming true.\n\n

About the Author

\n\nI'm Jared Howe! I'm a Voluntaryist hip hop artist and professional technical editor/writer with a passion for Austrian economics and universal ethics. You can catch my podcast every Friday on the Seeds of Liberty Podcast Network.\n\n
", + "body_length": 3660, + "cashout_time": "2016-09-22T11:47:21", + "category": "anarchism", + "children": 5, + "created": "2016-09-15T11:47:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchism\",\"voluntaryism\",\"politics\",\"anarchy\",\"life\"],\"image\":[\"http://imguol.com/c/noticias/e6/2015/08/21/foto-de-anitta-no-instagram-faz-estoque-de-caneca-de-loja-virtual-zerar-1440193822432_615x470.jpg\",\"http://www.thestoryoftexas.com/upload/images/events/movies/idiocracy-banner.jpg\",\"https://img1.steemit.com/0x0/http://cdn-2-service.phanfare.com/images/external/10369803_6246459_265132216_Full_2/0_0_59cd05f7a9cb6396f593bcc854777800_1\"],\"links\":[\"http://www.facebook.com/therealjaredhowe\",\"http://www.facebook.com/j3443one\",\"http://www.theseedsofliberty.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:47:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14090340761059, + "parent_author": "", + "parent_permlink": "anarchism", + "pending_payout_value": "13.952 HBD", + "percent_hbd": 10000, + "permlink": "identity-politics-dysgenics-and-the-revolt-against-property", + "post_id": 1252946, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Identity politics, dysgenics and the revolt against property.", + "title": "Identity politics, dysgenics and the revolt against property.", + "total_payout_value": "0.000 HBD", + "url": "/anarchism/@jaredhowe/identity-politics-dysgenics-and-the-revolt-against-property" + }, + { + "active_votes": [ + { + "percent": "3000", + "reputation": 14765040488827, + "rshares": 7891957124341, + "voter": "berniesanders" + }, + { + "percent": "3000", + "reputation": 9326993992, + "rshares": 54913236543, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6962046283810, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5763567567125, + "voter": "enki" + }, + { + "percent": "3000", + "reputation": 608057298751, + "rshares": 198338176010, + "voter": "justin" + }, + { + "percent": "3000", + "reputation": 138490649, + "rshares": 502539559813, + "voter": "silver" + }, + { + "percent": "3000", + "reputation": 4018307276106, + "rshares": 1219746567976, + "voter": "silversteem" + }, + { + "percent": "3000", + "reputation": 27931460807554, + "rshares": 1466948202406, + "voter": "nextgencrypto" + }, + { + "percent": "3000", + "reputation": 29449063355738, + "rshares": 134486933111, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1282793991, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 702263791814, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94090685710, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1719075621, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 29831817820, + "voter": "thedarkestplum" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9536121301, + "voter": "richman" + }, + { + "percent": "2700", + "reputation": 15755437221598, + "rshares": 7844685347, + "voter": "acidyo" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414819977, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11735975350, + "voter": "primus" + }, + { + "percent": "2700", + "reputation": 17405459234693, + "rshares": 15625704056, + "voter": "venuspcs" + }, + { + "percent": "2700", + "reputation": 4066839697461, + "rshares": 2485128593, + "voter": "getssidetracked" + }, + { + "percent": "2700", + "reputation": 744428437430, + "rshares": 471399709, + "voter": "trees" + }, + { + "percent": "2700", + "reputation": 2906973892, + "rshares": 64083416, + "voter": "strawhat" + }, + { + "percent": "2700", + "reputation": 675716972978, + "rshares": 224713159, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19838115726, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7517967341, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2527662225, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9110999316, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12043742683, + "voter": "borran" + }, + { + "percent": "3000", + "reputation": 31215012571, + "rshares": 11276147540, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 11243767923, + "rshares": 2985347983, + "voter": "gammagooblin" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 20123314977, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 13829627989, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 46897041838, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8854662980, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1841792209, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1258817441, + "voter": "goldstein" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": 48891523889, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407083055, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 172352271, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 168398043, + "voter": "cygnus" + }, + { + "percent": "10000", + "reputation": 19861345374, + "rshares": 934749609, + "voter": "thirstyrecords" + }, + { + "percent": "10000", + "reputation": 649740104995, + "rshares": 151254424, + "voter": "bruno1122" + } + ], + "author": "kafkanarchy84", + "author_reputation": 18105338219923, + "beneficiaries": [], + "body": "https://s17.postimg.org/9r5v019sf/image.jpg\n\nPicking right up from last week, here is section two of the three part lesson covering the 5 minor pentatonic, blues scale positions and Chuck Berry's \"Johnny B. Goode!\"\n\nThanks for joining me again!!!\n\nhttps://youtu.be/YXNTSYf16Js", + "body_length": 276, + "cashout_time": "2016-09-22T11:20:48", + "category": "music", + "children": 1, + "created": "2016-09-15T11:20:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"guitar-lesson\",\"education\",\"blog\",\"music-theory\"],\"image\":[\"https://s17.postimg.org/9r5v019sf/image.jpg\",\"https://img.youtube.com/vi/YXNTSYf16Js/0.jpg\"],\"links\":[\"https://youtu.be/YXNTSYf16Js\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:20:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25282372032212, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "41.118 HBD", + "percent_hbd": 10000, + "permlink": "johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii", + "post_id": 1252760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II", + "title": "\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II", + "total_payout_value": "0.000 HBD", + "url": "/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 504121292974, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260759156322, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170582687836, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2104296313843, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7107059431459, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5763567567125, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2145880368839, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 116116071769, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1105008163248, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23813883364, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1910032397363, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209717430639, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1702237241878, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475558386410, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 471942746130, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3255430932020, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246091616, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91295103786, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6758748286, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1669877314, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 455099472021, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9889555207, + "voter": "idol" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59270302832, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1702328376, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 11068516542, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 12594877551576, + "rshares": 74264993126, + "voter": "nenad-ristic" + }, + { + "percent": "1031", + "reputation": 12382143533351, + "rshares": 89895693997, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 25702453936, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478362750, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5761954527, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 33784269504, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10403041420, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599782597737, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 161275486401, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 10258067775, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 16831687821, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182029365566, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 58639634839, + "voter": "oaldamster" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313666285, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414754966, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6375356736, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591069102, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2219409127, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 38749132876, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50870221427, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 98359201877, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260092731504, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 281251124881, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418880227, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373242613, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 391259276904, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110476829952, + "voter": "kenny-crane" + }, + { + "percent": "6000", + "reputation": 8397302485673, + "rshares": 131563465792, + "voter": "will-zewe" + }, + { + "percent": "5300", + "reputation": 3460995705314, + "rshares": 23608552905, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 79218801900, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129607796528, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 2605295446077, + "rshares": 78308038128, + "voter": "lizik" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5286973601, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30495878334, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 172219302290, + "voter": "thedashguy" + }, + { + "percent": "7600", + "reputation": 1331218317408, + "rshares": 6652542986, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5950139378, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81172546333, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2316225618, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471516850, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 34493855659, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 2712490349517, + "rshares": 6956812965, + "voter": "tobydaniel2" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68200380711, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7417832726, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 49604795295009, + "rshares": 366948107467, + "voter": "heiditravels" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 59313276289, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 61736580403, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71668558550, + "voter": "rubybian" + }, + { + "percent": "4000", + "reputation": 9956734090708, + "rshares": 18189561046, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 261357234, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 13340545109003, + "rshares": 72082955333, + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 655367500831, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 744892451, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1554026361, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 125464412019, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 529380958543, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 754655775, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 601994591, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 669109229, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 619267021, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14880181090, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 243777568, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 147678292, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 19169593774, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 25735342246, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12266682329, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85512692, + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4430973838, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6539920083, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 2877113019152, + "rshares": 16388659082, + "voter": "bycz" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 476682819, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 823467628, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 23336924095, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8539435405, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19237491292, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 93791788259, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46851711418, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7462648594, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 126705202814, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9821381659, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 602713487, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 156837627403, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2480197891, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362446949572, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20119055132, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82812891810, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3848107418, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 267920639766, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 33197770491, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 82846490855, + "voter": "rea" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215380922634, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30193638311, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20844017918, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780088825, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 13395722391, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 417737569, + "voter": "ladypenelope1" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175728198, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 29627851675, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1483259422, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 701803936, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 623483718, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42829748850, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 36311220707, + "rshares": 62701296135, + "voter": "malaiandrueth" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002743924, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3445065298, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 7221042729, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 139391913593, + "voter": "shaka" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075529875, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50575705298, + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193536187, + "voter": "taker" + }, + { + "percent": "0", + "reputation": 4336038090799, + "rshares": 327882970, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2236800615, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 15866200575, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 178769529053, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 44365270334, + "rshares": 72994310, + "voter": "always1success" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22430797397, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22947592699, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22955660508, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25204241778, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5465037533, + "voter": "brendio" + }, + { + "percent": "1031", + "reputation": 1751717743, + "rshares": 2501613354, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 7688974956, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 456438004, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4371109343, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565616, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22951474572, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22949203971, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22946345615, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942325344, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489507992, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22938994400, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22936328622, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2369012034, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 117035439531, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 91220569, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 105884452442, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 6135458400, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2229102304, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1462746123, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93790425067, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9727207261, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 15841196427096, + "rshares": 44290701459, + "voter": "bitcalm" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 78765183, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 1453736644694, + "rshares": 2781907462, + "voter": "eagleboy" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2058554365, + "voter": "chinadaily" + }, + { + "percent": "3900", + "reputation": 13325577893779, + "rshares": 11978832670, + "voter": "kyriacos" + }, + { + "percent": "500", + "reputation": 11683040603469, + "rshares": 5636195661, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6745075226, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4976461437, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11190434036, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9309677233, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22930379571, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 75408853014, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1964812271, + "voter": "matildapurse" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 4042140827, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9035280075, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2132454023, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 928776192, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1258844947, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2129812620, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10022756915, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1171743782, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206658452, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22617219698, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1733008216, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1661465625, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 118327845, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9069192427, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4267400272, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15569658674, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710696579, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6830808437, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646493719, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 3954457383539, + "rshares": 4414950142, + "voter": "lyubovbar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1688337090, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 218473847086, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2675368455, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395171885209, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60103808322, + "voter": "tracemayer" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9054502144, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1772091603, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 235434198, + "rshares": 54007264, + "voter": "alwayzgamez" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1071168220, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5752722597, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52621399, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52634176, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407075832, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401176152, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 196933091, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12114629772, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4816630673, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4427607966, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 13845017782, + "rshares": 52957503, + "voter": "noscope" + }, + { + "percent": "10000", + "reputation": 994665254475, + "rshares": 1519676838, + "voter": "modernsuperior" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 50534533, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3148735015, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3689589293, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650398218, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630327346, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 164549939, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 173116987, + "voter": "apolymask" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 199610453, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138651704, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153585007, + "voter": "slickman" + } + ], + "author": "heiditravels", + "author_reputation": 49604795295009, + "beneficiaries": [], + "body": "\"IMG_3259b38c2.jpg\"\n\nPenguins, I\u2019m talking about penguins and I think they are my new favorite animal, no, who am I kidding, sloths will always be #1 in my heart. But penguins are a close second. They waddle around like they have on shoes that are two sizes too big, and don\u2019t get me started on how cute they are when they hop.\n\n\"IMG_32974efe2.jpg\"\n\nYesterday I visited a spot in Boulders Beach where these little guys congregate to mate, lay eggs and raise their young. Just like many other beautiful nature spots that have advertised on the world wide web, this place was buzzing with other tourists. \n\n\"IMG_34575bf66.jpg\"\n\nIt\u2019s easy to benefit from the fact that these crowds of people tend to follow the rules. They stay within the fences and don\u2019t dare to venture out where no one else is. \n\n### That\u2019s fine guys, you all can stay within the confines of your imaginations, I\u2019ll be over here getting up close to the cute little Charlie Chaplins.\n\n\"IMG_3507fb65f.jpg\"\n\nIt appears a lot of people are afraid of that \u201call-seeing eye\u201d that will come and get you if you step outside of the borders. In this case the authority was the park patrol, who mostly sit in the buildings that mark the entrance to especially scenic views, views that they charge money for. So I guess you could say that my friend and I tested the authority. We daringly walked along the path less followed. Literally, it was an established path that the other lemmings wouldn\u2019t dare take. This beauty of a path led us to a gorgeous white sand beach where the penguins enjoyed swimming in the turquoise water and hopping along the massive boulders. *So* much better than trying to sneak a peak of them in between the bushes and behind a fence. \n\nThere\u2019s a part of me that feels bad for everything these other tourists must have missed out on by failing to challenge the rules, or to even question them in the first place.\n\n\"IMG_35633edec.jpg\"\n\nOk, sometimes the rules are there to help with safety and all that jazz, but don't forget that you have a mind of your own. It's so much fun to take the path less traveled. \n### That's how you come away with travel stories that are worth sharing.\n\nSpeaking of travel stories worth sharing... I just arrived to Victoria Falls last night after spending a couple days in Harare, Zimbabwe. Woah, did I ever get some kind of experience there. The wealth divide there is massive, I visited the slums, drove past mansions and spoke in depth with my host about the culture and how it's changed over the past 30+ years. \n### Keep an eye out for my next couple posts this weekend. I'm hoping to get a better wifi connection so I'll be able to share with you all soon!", + "body_length": 3177, + "cashout_time": "2016-09-22T08:18:39", + "category": "travel", + "children": 13, + "created": "2016-09-15T08:18:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"photography\",\"writing\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/IMG_3259b38c2.md.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_32974efe2.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_34575bf66.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_3507fb65f.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_35633edec.jpg\"],\"links\":[\"https://www.steemimg.com/image/1Ff5I\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:23:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37243567848483, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "84.199 HBD", + "percent_hbd": 10000, + "permlink": "tiny-men-in-tuxedos", + "post_id": 1251870, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Tiny Men in Tuxedos", + "title": "Tiny Men in Tuxedos", + "total_payout_value": "0.000 HBD", + "url": "/travel/@heiditravels/tiny-men-in-tuxedos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260749164422, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1869166867572, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 254955012957, + "rshares": 10498322876, + "voter": "k-rapper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478362750, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5761812915, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30452583887, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 299928511447, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 165687213369, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 15485152795, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313662068, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603610197626, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061047247, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 38743162264, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985331243810, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32300740634, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373242613, + "voter": "stiletto" + }, + { + "percent": "7000", + "reputation": 3804349938696, + "rshares": 40012611838, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110476180623, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54701573055, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 13557964207046, + "rshares": 86236763721, + "voter": "soulsistashakti" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5045815647, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30492680017, + "voter": "michaelx" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652542986, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 213635531055, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 8191598534, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 31885383997, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471495169, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35373614372, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47425010369, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52079898399, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748764436, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 893870941, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14877425867, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 152925422246, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632201811, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184863739575, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18769831292, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80756866, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 4338003613, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24980205489, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10418219772, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6539847787, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35780462537, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4776861093, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2380989975, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10030759604, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3693496519, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3927857369, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1701873637, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30189610595, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780016532, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8725377239, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36603475778, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 4083118071, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 35201158121, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4039822794, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5068724760, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 36311220707, + "rshares": 59851237220, + "voter": "malaiandrueth" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 28920410682, + "voter": "williambanks" + }, + { + "percent": "4000", + "reputation": 8806485920347, + "rshares": 18790656477, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131912170333, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50568183593, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2236311560, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1244730395663, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22424788900, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22941376213, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22949482906, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42525279802, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 252677995598, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9689963111, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5281760513, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 55818424496, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565616, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22945037913, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942819122, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22939921899, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22936031133, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3488768304, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22932751984, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22930086220, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2440288355, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6557541847, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2185586256, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4476839046, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13236211704, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 2199070663860, + "rshares": 3749474115, + "voter": "quantumanomaly" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9024316985, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 3921604342143, + "rshares": 16664055308, + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591085594, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10264271556, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 32152311234, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 739488816241, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6885420519, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3738644213, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22924188986, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 354890401, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 92909355427, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29736237271, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9215985677, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 58986659923, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2236437351, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2023321989, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5155210900, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081562051, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 110179538, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792212150, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22610873735, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3707522329, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4324686074, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 54647248, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 12392304847, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018551189, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 218472954304, + "voter": "asksisk" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 107802376, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 143116431, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377367134, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5800214360, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 644605917, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395075426712, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61810141903, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6624623089, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 58960966, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 586381422, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084859262, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407075832, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 218488504, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5098731514, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 472414510, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319511419, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1109337370, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 4804459, + "rshares": 157620713, + "voter": "animal" + }, + { + "percent": "10000", + "reputation": 3460752, + "rshares": 155986485, + "voter": "chocolatoso" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91120780, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 90994762, + "rshares": 154298489, + "voter": "mktom79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144680039, + "voter": "toddemaher1" + } + ], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "_**What in the hell happened to us?**_\n\nAs I was standing in line with my cart full of groceries, I thought about the family outside and my drive into town. All along the 15 mile drive, there are homes sitting empty as well as arable land, sitting fallow doing nothing.\n\nhttp://cms.homefinder.com.s3.amazonaws.com/images/buying-a-foreclosure-hero.jpg\n*Despite our taxes being used to settle bad debt on homes just like this already. \nThe banks refuse to give these things back to taxpayers and there is no law that could ever force them to...*\n\nThese properties are in shambles, they are disused and rapidly becoming an eye sore. \nhttp://shakadoo.com/files/2013/01/Foreclosed-house.jpg\n*If I were a Sheriff, I don't think there is any way in hell I would evict a *squatter* from a *bank owned* repo as long as the family inside were taking care of it.* \n\n*So why the hell is anyone homeless right now!!!???*\n\nMeanwhile because of this process, our children will be burdened with debt for over a hundred years!\n\n_**Are you kidding me???**_ \n\nWhich brings up the title of this discussion, *What in the hell happened to us?*\n\n*In other words... \nHow did we get to this point?*\n\nThe government appears to think that only the very poor and the very wealthy should ever be served by the same government that only the middle class ever really pay much into. I can't understand this line of reasoning, but I do know that the government needs to get it's boot off my neck while it's *enriching the lives of others*...\n\n*Only a few generations ago, self sufficiency was not merely an ideal that we talked about, it was the rule...*\n\nTo participate in society you were expected to own your home and the land it sat upon, outright. You raised livestock, or crops or you built things with your own two hands, then you brought those things to town, to market and sell.\n\nhttp://cdn.c.photoshelter.com/img-get/I0000ncfLmcECd64/s/860/860/0621C019.jpg\n*While in town, you traded with your neighbors and friends and you socialized.* \n\nMake no mistake, these were *not halcyon days*. They were nasty, brutish and short. You were expected to know how to plan your years out, so even if crops failed, cattle died and everything else went to hell, you still had your home and your family didn't starve. Only in the most extreme cases did people get a hand out from the community. Because they didn't need them. It really was a different world then. \n\nYes it was rough, and frankly it probably sucked, a lot. But this right of self determination and the duties inherent in it were considered unassailable.\n\nLife, liberty, the pursuit of happiness, the inalienable rights of men to be secure in their persons, their homes and their effects was understood to be *self evident*.\n\n*No government existed upon your property or your person, except yourself!*\n\nThis was possible when a man's wage for a day's hard labor was a dollar and the price of land was about a dollar an acre so long as you tamed it. That was money. A thing of real value, for your labors.\n\nMy God, how times have changed! This is what I mean when I say that you and I have never actually touched real money. Even you gold and silver bugs have never really known what money is, because there hasn't been any for so long.\n\nNow you no longer own your home or even the land it sits upon.\nEvery square inch is lawfully property of the state and if you don't pay for the privilege of staying there, they will take it from you at the point of a gun.\n\n*Here is the real problem as I see it...*\n\nAt present, our entire way of life is predicated upon a concept of earning and spending slips of debt that we have decided to call \"money\". The fact is, it's not really money and hasn't been *money* for over a hundred years.\n\n*No one alive has ever laid hands on money.*\n\nHowever, even when we had *real* money... \nEarning it was never the end goal, with very few exceptions it has always been a means to an end. You worked hard to acquire land, property and tools, so you could build and enjoy real freedom.\n\nSomething about our society is actually off. Perhaps it always has been and I'm just suddenly waking up to this fact.\n\nUnfortunately, it seems to me that a person's entire worth is tied up, not in what they contribute, but in how much money they get from others.\n\nConsider [Vincent van Gogh](https://en.wikipedia.org/wiki/Vincent_van_Gogh)...\nhttp://www.whudat.de/images/top20_most_expansive_paintings_06.jpg\n*I look at any van Gogh painting and I see the life he lived and the struggles he endured.* \n\nLike many artists, his paintings during his lifetime were traded for a room to stay in for a night or two and on occasion a little wine and food.\n\nNow a van Gogh painting can't be bought for less than several million dollars. The one above was the most expensive painting ever sold until very recently.\n\nThis single painting is worth more than the sum total lifetime earnings of most of us combined and certainly more than the artist's lifetime earnings by several orders of magnitude. The current owner plans to have it cremated along with himself when he dies. *He says he loves it that much!* Oh how nice of him!\n\nMost creators are never appreciated during their lifetime. For most of us it is as [Hobbes](http://yalebooksblog.co.uk/2013/04/05/thomas-hobbes-solitary-poor-nasty-brutish-and-short/) said...\n>Life is nasty, brutish and short\n\nEven so, it is inarguable that the economic structures we have had in place since the advent of the industrial revolution have produced exponential increases in the quality of life for everyone.\n\nYet the real *innovation* of the industrial era was the invention of debt backed currency and fractional reserve banking. We allowed our government to steal successively more and more from each generation and to pay it back by stealing from the next generation. \n\nThis has served us pretty well so far, but only because we don't really know any different. It is a legacy that we have learned to pass down to our children and we just accept this as the natural order of things.\n \nBut ask anyone from Zimbabwe what a trillion dollars will buy you, when government has complete freedom to print debt backed currency without any accountability. \n\nhttp://image.slidesharecdn.com/hyperinflationinzimbabwe-130503000818-phpapp01/95/hyperinflation-in-zimbabwe-4-638.jpg\n\nToday in the developed world, even our poorest, lead a life that was well beyond the reach of the wealthiest just 100 years ago. Yet this has only ever been made possible, by attacking and subjugating our economic heart. \n\n**Our middle class!**\n\nTo be continued...\n\n*I invite everyone's comments. But humor me by reading the whole way through before jumping to any conclusions. There are several of these coming in the next 24hrs.\nIf you're just coming into this here, please read the first one of the series...\nhttps://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace*", + "body_length": 6982, + "cashout_time": "2016-09-22T05:35:30", + "category": "life", + "children": 14, + "created": "2016-09-15T05:35:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"story\",\"money\",\"anarchy\",\"minnowsunite\"],\"image\":[\"http://cms.homefinder.com.s3.amazonaws.com/images/buying-a-foreclosure-hero.jpg\",\"http://shakadoo.com/files/2013/01/Foreclosed-house.jpg\",\"http://cdn.c.photoshelter.com/img-get/I0000ncfLmcECd64/s/860/860/0621C019.jpg\",\"http://www.whudat.de/images/top20_most_expansive_paintings_06.jpg\",\"http://image.slidesharecdn.com/hyperinflationinzimbabwe-130503000818-phpapp01/95/hyperinflation-in-zimbabwe-4-638.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Vincent_van_Gogh\",\"http://yalebooksblog.co.uk/2013/04/05/thomas-hobbes-solitary-poor-nasty-brutish-and-short/\",\"https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:19:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9650419172614, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "7.194 HBD", + "percent_hbd": 10000, + "permlink": "towards-a-better-tomorrow-part-2-what-in-the-hell-happened-to-us", + "post_id": 1251034, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Towards A Better Tomorrow : Part 2 - What in the hell happened to us?", + "title": "Towards A Better Tomorrow : Part 2 - What in the hell happened to us?", + "total_payout_value": "0.000 HBD", + "url": "/life/@williambanks/towards-a-better-tomorrow-part-2-what-in-the-hell-happened-to-us" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 25647962973894, + "voter": "berniesanders" + }, + { + "percent": "5000", + "reputation": 4152367932922, + "rshares": 3027854965325, + "voter": "proskynneo" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 9736783279670, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3067727155819, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 478161832821, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1124408239067, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 308828463801, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 796039866346, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30452424785, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 306593229116, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668836986, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 165686779455, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 15148519038, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 42494076714, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313662068, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061040015, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 38743084521, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985309425381, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32300674342, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 77243555734, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54701387437, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 335983556, + "voter": "gardening" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 336136344, + "voter": "survival" + }, + { + "percent": "10000", + "reputation": 740247204120, + "rshares": 10126471519, + "voter": "arisa" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129605439144, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5045815647, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30492658321, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 5612575892, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 1179873230000, + "rshares": 24170015496, + "voter": "seth-krings" + }, + { + "percent": "10000", + "reputation": 2290417141012, + "rshares": 78974201791, + "voter": "technology" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 32609984016, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471495169, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35372770658, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47424925997, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 2101177796483, + "rshares": 10992853750, + "voter": "auction" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52079744725, + "voter": "venuspcs" + }, + { + "percent": "3300", + "reputation": 6180521629731, + "rshares": 7271192517, + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 248108247, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25161685161, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14877425867, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 243777568, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632186142, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184846804969, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80756866, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 38758863864, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3603352325, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27308499264, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 25479809599, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10418219772, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7519215273, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 23507033191, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10248819596, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3693496519, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3927767271, + "voter": "tarindel" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14379091046, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3700916115, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 32424922593, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 541016983, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 485438151743, + "rshares": 1019831473, + "voter": "hemp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118287211, + "voter": "flowers" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30189587694, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780016532, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36603475778, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6232335859, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4039822794, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 153025160, + "voter": "steemster1" + }, + { + "percent": "500", + "reputation": 4063076365725, + "rshares": 238512214, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3275484782, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131911820792, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50568133874, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 14756777282, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2236311560, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22424662341, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22941246641, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22949353334, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5281751774, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565616, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22944895384, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942676593, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22939779370, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22935888604, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3488768304, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22932609455, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22929943691, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2440288355, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2246296986, + "voter": "paynode" + }, + { + "percent": "3000", + "reputation": 954937043358, + "rshares": 2408283018, + "voter": "steemitqa" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62201879, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62760150, + "voter": "diamonds" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72902270, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "3900", + "reputation": 13325577893779, + "rshares": 11978832670, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 739486877190, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 7025939305, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3818189834, + "voter": "lamech-m" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 670432237, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 11136575548, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22924046457, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24292051816, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 92909029992, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29736150488, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9035219817, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2236437351, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5155210900, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5199737913, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 106938963, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248056393, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22610744163, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52836995, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3707522329, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 78524876091, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 52842496, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52505412, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52496656, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109225703, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4324251259, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53252658, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 53508763, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52916909, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52915101, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018551189, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 107802376, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52242652, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52236265, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52230725, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53003720, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5800214360, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 644605917, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61809990034, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53055629, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5654029703, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084859262, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407075832, + "voter": "anomaly" + }, + { + "percent": "2000", + "reputation": 28837727695765, + "rshares": 17968270939, + "voter": "honeyscribe" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 218469519, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4725653598, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 3938805566864, + "rshares": 5299568496, + "voter": "nathanjtaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 164770538, + "voter": "blimey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148119740, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319511419, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71104899, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157667385, + "voter": "cbd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157667385, + "voter": "junk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157682838, + "voter": "hug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157682838, + "voter": "bearcub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157682809, + "voter": "cyberpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156919204, + "voter": "keisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156919175, + "voter": "int" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91120780, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144680039, + "voter": "toddemaher1" + } + ], + "author": "ausbitbank", + "author_reputation": 8017093633272, + "beneficiaries": [], + "body": "I was just digging through our photo collection for @krystle's latest post \"Meet Katana \u2764 Unique Autistic Quirks Part 1\" - when I came across our photos of the last time we had major flooding in my home town. Story time!\n\n

So what happened ?

\n**Back in 2011** my home town had one of its worst floods in decades. We were stuck in our local neighbourhood for a while, major roads were closed and it was a *scary insight* into **how fast society falls apart in a natural disaster**.\n\n**These floods took a lot of lives**, destroyed homes and multi-generation family businesses over a massive area and even 5 years later areas still haven't recovered. \n\n

Toowoomba got the worst of it
\n\nOne day I may write an epic downtherabbithole post about the bigger picture (fraud, mismanagement or mass murder?) but I'll try to keep this post focused on how it affected my home and my family, with some previously unshared photos for steemit :)\n\n

I took these photos around my neighbourhood

\nThese photos were taken by me in **Goodna**, Queensland - this suburb took some bad damage and many homes and businesses were lost. These are all taken within a block of the main business district of Goodna, right near a major highway - but its barely recognisable!\n\nYou can see the area (today) on google streetview here , this begins on the highway directly below photo 2\n\n\n
\n
Everyone came out to try and help , but most of the time nothing could be done..
\n\n
\n
\n\n\n
\n\n
Here's a video taken by another local, on the same day, right next to me!
\n\n

Youtube video from Karen Orrock
\n\n

The fragility of the food supply line

\n\n*The floods were also an uncomfortable reminder of a few things:*\n- **How fragile our local food supply chain is**\n- **How impulsive and short sighted our neighbours are** \n\nOnce the immediate danger passed, when people realized we were on an inland island with fuck all food and no ETA on resupply. Local supermarkets got rushed first.\n\n**@krystle and I immediately stocked up on smart supplies** , prioritizing foods that would last and could be stored and prepared without power. *Meanwhile* the mob was on a mission to get all the coke and junk food ...\n
\"shelves5cac3.png\"
By the end of day 1 the local supermarket was stripped and everyone was hostile/panicked already..
\n\n
\n

Low points

\n1) A local \"character\" had ignored all of the notices saying 1 loaf of bread per family and grabbed heaps, had a tantrum at the checkout, RIPPED THE BREAD APART and stomped off. \n\nI can't stand food waste.. Waste in a food shortage made me rage\n
\n
\n

\n
\n
\n2) By the end of the first day everything worth taking was gone , and nearby bottleshops started having (illegal) auctions for the remaining cartons of beer. \n\nIpswich has a healthy population of alchoholic bogans, so the competition was fierce.\n\n

Its not just people getting hungry..

\nThe floods also pushed a lot of the wildlife into suburbia, including sharks at maccas\n> TWO bull sharks have been spotted swimming past the McDonald\u2019s restaurant in Goodna.\nQueensland Times article\n\nIt also led to heaps of wildlife rescue stories , like this local legend saving skippy\n

Photo by Villiers Nick De - See more in this Herald Sun photo gallery
\n\n

If this happened again.. Lessons learned

\n**Our food storage game has improved now** - but now instead of a **single 2 year old** we've got a **5 and a 7 year old** to feed (*constantly*) . Unfortunately we *still* don't live in a place big enough to grow our own sustainable food supply :(\n\n**Dont be a tourist. I was an idiot** for spending so long as a stunned observer. Seeing the local landscape change so dramatically and nearly all the landmarks dissapear was surreal, and I took stupid risks taking photos in the middle of a natural disaster **instead of immediately securing supplies**.\n\n**Location Location Location** - our house at the time was surrounded but not directly flooded. We sat in an untouched island while countless others lost everything around us :( \nWe've moved since, but we had the advantage of updated flood maps and found an even better spot :)\n\n**Do not trust the experts** - In the leadup to this we were told countless times dont worry, that the area would be unnafected, the dams wont burst and *everything would be FINE*. Then we had an inland tsunami.\n

Flood levels in Ipswich (courtesy of BoM)
\n\n

Class action lawsuit and more information

\nIf you're a local affected by these floods , you may be interested in the class action lawsuit. You can find some good resources and contacts at goodnaflood.blogspot. The class action is being handled by Maurice Blackburn , and deals with just part of the criminal negligence of Seqwater and associated groups.\n\nIf you cant get enough photos, see these high quality aerial galleries from nearmap via the ABC.\n\n
Thanks for reading
Your votes help get me to @steemfest!
\n

\nWritten by @ausbitbank - If you found it interesting please see these :
\n@steemleak ~ steemface ~ steemviz ~ steemcap ~ steemUSD/sbdUSD indicator

", + "body_length": 9474, + "cashout_time": "2016-09-22T05:03:42", + "category": "australia", + "children": 16, + "created": "2016-09-15T05:03:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"australia\",\"photography\",\"floods\",\"life\",\"story\"],\"users\":[\"krystle\",\"steemfest\"],\"image\":[\"http://i.imgur.com/jDI3TL9.gif\",\"https://www.steemimg.com/images/2016/09/14/P1050369d0491.jpg\",\"https://www.steemimg.com/images/2016/09/14/P10504063532d.md.jpg\",\"https://www.steemimg.com/images/2016/09/14/P1050409043db.md.jpg\",\"https://www.steemimg.com/images/2016/09/14/P10503969f989.md.jpg\",\"https://www.steemimg.com/images/2016/09/14/P1050382b3e17.md.jpg\",\"https://www.steemimg.com/images/2016/09/14/P1050368a3b87.jpg\",\"https://www.steemimg.com/images/2016/09/14/shelves5cac3.png\",\"http://imgur.com/hGkz5Wb.png\",\"http://resources2.news.com.au/images/2011/01/12/1225986/013578-ipswich-flood.jpg\",\"http://www.bom.gov.au/qld/flood/fld_history/Ipswich_hydrograph_2011.png\",\"https://imgur.com/1rTOMBf.png\",\"https://www.steemimg.com/images/2016/08/26/follow5f0c5.gif\"],\"links\":[\"https://steemit.com/autism/@krystle/meet-katana-unique-autistic-quirks-part-1\",\"https://en.wikipedia.org/wiki/2010%E2%80%9311_Queensland_floods\",\"https://www.youtube.com/watch?v=kYUpkPTcqPY\",\"https://steemit.com/created/downtherabbithole\",\"https://www.google.com.au/maps/@-27.6056234,152.894294,3a,75y,129.29h,84.06t/data=!3m6!1e1!3m4!1sfXqtVvL6LBnK_ZMZtn-h-w!2e0!7i13312!8i6656?hl=en\",\"https://www.steemimg.com/image/1ebOI\",\"https://www.steemimg.com/image/1esxu\",\"https://www.steemimg.com/image/1e3z3\",\"https://www.steemimg.com/image/1eoUi\",\"https://www.steemimg.com/image/1eU1B\",\"https://www.steemimg.com/image/1epnK\",\"https://www.youtube.com/watch?v=Cke_RmDiOJk\",\"https://www.steemimg.com/image/1kxAI\",\"http://www.qt.com.au/news/ipswich-bull-sharks-spotted-flood-affected-streets/743873/\",\"http://www.heraldsun.com.au/news/special-features/photos-fn7kabp3-1225986013660?page=41&nk=0bcb1f17bf1288fd038eff74dfcdb406-1473911130\",\"https://www.crikey.com.au/2011/01/12/qld-floods-compare-and-contrast-back-in-74/\",\"http://www.bom.gov.au/qld/flood/fld_history/Ipswich_hydrograph_2011.png\",\"http://goodnaflood.blogspot.com.au/\",\"https://www.mauriceblackburn.com.au/\",\"http://www.abc.net.au/news/specials/qld-floods/\",\"https://steemit.com/@ausbitbank\",\"/@steemleak\",\"https://steemit.com/created/steemface\",\"https://v2.steemviz.com\",\"https://www.steemcap.com\",\"https://steemit.com/technical-analysis/@ausbitbank/usdsteem-and-usdsbd-experimental-indicator-conversion-timing-assistant-new\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T08:49:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 48581300832480, + "parent_author": "", + "parent_permlink": "australia", + "pending_payout_value": "142.110 HBD", + "percent_hbd": 10000, + "permlink": "the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos", + "post_id": 1250856, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "The time my town flooded, the fragility of the food supply and lessons learned (Original photos)", + "title": "The time my town flooded, the fragility of the food supply and lessons learned (Original photos)", + "total_payout_value": "0.000 HBD", + "url": "/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260741200399, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047333314554, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7252071375513, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5881191395025, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2645431856391, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 702253464885, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94090542618, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6958756427, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1719075621, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 452338916185, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284068395706, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 8915007626, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48124017413, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 8467472206707, + "rshares": 24118465022, + "voter": "nikolai" + }, + { + "percent": "312", + "reputation": 12382143533351, + "rshares": 29964858348, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 12087903048, + "voter": "james-show" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313655738, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603610197626, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061031878, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3234241599, + "voter": "pangur-ban" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129601128368, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 172214996875, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121363836637, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 267994706438, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187515681, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35372469248, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32210293570, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 24257927977, + "rshares": 264957551, + "voter": "michaelelliot" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68189126548, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 60484183391, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427728306, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57111001910, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5059510664, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 316358456, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 139329690500, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18769831292, + "voter": "sebastien" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1329261414, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27929146974, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 18305048839, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6539847787, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 93758009957, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7462001225, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20118934678, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355687342, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10248819596, + "voter": "rpf" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 64613168761, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 35871406262, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 1182902728, + "voter": "quigua" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 5452635311, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10936304874, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5243508372, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4137208891, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46976611061, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3434744822, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 7221042729, + "voter": "uwe69" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2757990343, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22958556957, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474764005, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23483059226, + "voter": "laonie3" + }, + { + "percent": "312", + "reputation": 1751717743, + "rshares": 833863284, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23478497602, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23476227212, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23473262611, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23469281363, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23465925954, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23463198196, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23457163817, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831721070, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 17558106467, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11300806572, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9035174608, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 68558903, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 108359661507, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 201616978, + "rshares": 56680590, + "voter": "charlie777pt" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22610744163, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 279627249, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 532070055, + "voter": "lifeworship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 348073541, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620998788, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 1726273314822, + "rshares": 1036500202, + "voter": "boxcarblue" + }, + { + "percent": "10000", + "reputation": 22253174707, + "rshares": 54840587, + "voter": "saiku" + }, + { + "percent": "10000", + "reputation": 4804459, + "rshares": 157620713, + "voter": "animal" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 169583987, + "voter": "apolymask" + } + ], + "author": "lukestokes", + "author_reputation": 36884147263377, + "beneficiaries": [], + "body": "Over the past few years, I've been very influenced by Voluntaryist / Anarchist philosophy, especially when it comes to anarcho-capitalist thinking which relies heavily on property rights (I own myself in the past, present, and future: more on that here). I recognize my own biases having been born in the United States which likes to tell itself stories about free markets and economic freedom (though we're not even in the top 10 nations for economic freedom).\n\nThis concept of \"property\" comes up again and again, and it is important for us to define, especially as our world becomes more and more digital.\n\nI wrote a post a few weeks ago titled Why You Should Care About Plagiarism and Fair Use.\n\nThe very next day I saw this fantastic post by @jaredhowe Intellectual Property: A Government Protected Monopoly. You can see from my back and forth comments with Jared that it changed my thinking in terms of digital information not really being a scarce, rivalrous resource.\n\nI also really enjoyed this post by @modprobe On the Origins and Purpose of Intellectual Property.\n\n18 days ago, I sent a link to Jared's post to a lawyer I know in Nashville, and he replied with a series of Tweets today. You can follow the thread here.\n\nSince I don't like Twitter for these long conversations, I was going to reply with a gist file on Github or something, but figured I'd just go ahead and make a Steemit post instead. If this stuff doesn't interest you, please feel free to save your votes for other great content out there.\n\nI've quoted his tweets and included my replies below.\n\nHopefully Rick will be interested enough to create an account here and join the discussion.\n\n-------\n\n> Sorry it\u2019s taken me this long to respond! Got swamped, but I put it on my to-do & now I\u2019m doing! I\u2019ll respond as best I can\n\nThanks for replying!\n\n> Intellectual property certainly isn\u2019t \"property\" in any normal sense. IP is a bundle of rights & gov\u2019t-granted power to stop others from doing certain things, the idea being to encourage innovation & creativity (leaving trademark out for now)\n\nWhat do you think of Stephan Kinsella's Against Intellectual Property or Boldrin & Levine's Against Intellectual Monopoly? What if IP doesn't encourage innovation and creativity at all, and we can argue this using empirical evidence? As to government granted power, how do we delegate rights to others we as individuals don't have (i.e. the initation of force against non-violent people because of the transfer of information)?\n\n> But it\u2019s property-like in that you can buy & sell it\u2014even slices of it. IMHO, it\u2019s most like real property, if you think of real property less as something you have title to & more as something gov\u2019t permits you guard borders of w/ a big gavel. You can let people on for $$, or sell, but some will sneak on b/c you can\u2019t be everywhere at once. And sometimes it\u2019s OK for people to be on w/o your permission for reasons that are (supposedly) socially useful\u2014fair use, e.g.\n\nSo government controls everything and \"property\" is only something permitted to us by government? From my perspective, that seems ridiculous. Land is always a sticky subject regarding ownership, but we can at least say it's a scarce, rivalrous resource (as the author of that post describes property). Can we say the same about digital information?\n\n> IP doesn\u2019t protect \"information\" per se, unless it\u2019s a secret.\n\nOnce something can be physically copied, is it still technically \"a secret\" regardless of the intentions of the originator of the information? The media of a \"secret\" can be physically protected, but not the information itself.\n\n> It protects novelty (patents) & creative expression (copyright).\n\nOr it is intended to, but what if it doesn't actually do these things but instead creates monopolies which suppress innovation and creativity? I wrote a post about the negative consequences of these actions from an evolutionary/game theory perspective.\n\n> No one owns a color, or 0\u2019s & 1\u2019s. But one may \"own\" a creative combination of colors or of 0\u2019s & 1\u2019s. That\u2019s not double dipping\n\nBut does that creative combination of colors or 0's and 1's create a scarce, rivalrous resource? Or is it only the physical media itself which could be considered a scarce, rivalrous resource?\n\n> I don\u2019t understand this guy\u2019s resistance to abstraction. Is he really OK with, say, pirating someone\u2019s creative content?\n\nHe talks briefly about plagiarism as fraud (which is what I consider the downside of \"pirating\"). But copying information and distributing it... is that really fraud? Has anyone actually been violated physically or otherwise?\n\n> He touches on real problem w/ IP: it was meant to create a kind of market by creating scarcity, but digital undermines all that\n\nSo much so that the entire idea, as it relates to digital information, may be completely incompatible. Again, digital information is not a scarce, rivalrous resource, only the physical medium it is stored on can be.\n\n> Now policing the borders of your \"land\" is harder & must be much more heavy-handed. How should creatives be compensated for the hard work of creation? If not compensated, they won\u2019t have as much time to create\n\nThere are multiple approaches, one of them being the blockchain based system Steemit uses where value is created essentially out of nothing and given directly to the content creators and curators. Bitcoin adds around a million dollars of value every day to the economy. Steemit is a similar system, but it has a much easier mining algorithm so at a 9 to 1 ratio the rewards are given to more than just the miners. Creatives can be compensated via voluntary exchange without the need for government use of force and many artists are already exploring this reality with \"pay what you want\" and open source approaches. The gatekeepers of information no longer exist as the world goes digital and anything put into digital form can be copied.\n\nRick: Thanks again for spending your valuable time replying via Twitter. I really appreciate it and hope my anarchist ideas aren't too far out in left (or would that be right?) field for them to sound reasonable. I've read a bit of Rothbard, Mises, and Hayek along with @larkenrose and others who have significantly impacted my thinking regarding whether or not we actually need rulers in modern society. I do believe in the value of keeping secrets which is why I'm such a big fan of encryption mechanisms for doing just that. I don't believe good ideas require force and, from my perspective, the State is just a monopoly on the initiation of force, leading to all kinds of negative unintended consequences. I believe in a voluntary future using physics, math, and encryption to enforce the things we care about, not the guns of government.\n\nThanks again for your time.\n\n[Luke Stokes](https://steemit.com/@lukestokes)\n\n*P.S. I've selected the \"Pay me 100% in Steem Power\" for this post.*", + "body_length": 7487, + "cashout_time": "2016-09-22T03:59:30", + "category": "anarchy", + "children": 12, + "created": "2016-09-15T03:59:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"ip\",\"intelectualproperty\"],\"users\":[\"jaredhowe\",\"modprobe\",\"larkenrose\"],\"links\":[\"https://steemit.com/anarchy/@lukestokes/the-myth-of-authority\",\"https://steemit.com/plagiarism/@lukestokes/why-you-should-care-about-plagiarism-and-fair-use\",\"https://steemit.com/anarchism/@jaredhowe/intellectual-property-a-government-protected-monopoly\",\"https://steemit.com/philosophy/@modprobe/on-the-origins-and-purpose-of-intellectual-property\",\"https://twitter.com/lukestokes/status/769536531845480453\",\"https://steemit.com/@lukestokes\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:00:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22266595463336, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "32.537 HBD", + "percent_hbd": 0, + "permlink": "replying-to-13-tweets-on-intellectual-property", + "post_id": 1250472, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Replying to 13 Tweets on Intellectual Property", + "title": "Replying to 13 Tweets on Intellectual Property", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@lukestokes/replying-to-13-tweets-on-intellectual-property" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35843972333740, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1247376898, + "voter": "biodragon" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 795935418967, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 705877986486, + "rshares": 2832016984, + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 12893763252, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 14475251526, + "voter": "cian.dafe" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234076, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1532004192, + "voter": "aljazeera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1583212074, + "voter": "chocolatemilk" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55957746380, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 956724610756, + "rshares": 2076423635, + "voter": "press-release" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 89143001761, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 5181663, + "rshares": 246676916, + "voter": "joseph.kalu" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 1064017387, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378025746, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 26520512729, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 2043228585, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 1665681200140, + "rshares": 699148578, + "voter": "kaykunoichi" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135235064297, + "voter": "steemdrive" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10728415745, + "voter": "gomeravibz" + }, + { + "percent": "6500", + "reputation": 954937043358, + "rshares": 4967083725, + "voter": "steemitqa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6609033192, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139470488, + "voter": "craigwilliamz" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 12884297009, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 784033813, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14837580404, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 468442933, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 50599065, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 51479133, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 949529822, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 50925475, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 56424665, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 16243043156, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1445376995, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 229065282410, + "rshares": 2229872189, + "voter": "richhersey" + }, + { + "percent": "10000", + "reputation": 738537361, + "rshares": 55084168, + "voter": "jenniferwyble" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 1974914854, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 5004831958428, + "rshares": 4139268703, + "voter": "eveningstar92" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 55117938, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407075832, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1051554596883, + "rshares": 1489823174, + "voter": "infotoday" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 132639727, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 150562474, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 176649986, + "voter": "apolymask" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 188217107, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 32146174, + "rshares": 150156251, + "voter": "alkindi31" + } + ], + "author": "saramiller", + "author_reputation": 1145784061033, + "beneficiaries": [], + "body": "\n

It's my birthday! In celebration, I'll make my \"introduce myself\" post!

\n


\n

\n


\n

INTRO:

\n

Hi, my name is Sara!

\n

I've been around the sun 33 times now.

\n

I love yoga, iodine, freedom, Epic Handmade Knives, and Steemit.

\n

I dislike the global military-industrial complex, corporate monopolies, and former 6th man of the Oklahoma City Thunder James Harden.

\n


\n

NOTABLE NOTES:

\n

One of the most influential experiences of my life was my sister's death when we were teenagers. She was a victim of bioterrorism, and it has taken me years to understand what  really happened. There was a time when I was consumed by the pain and anger of losing someone important to me. She was my built-in best friend, and when she died I thought I had too--my depression and despair lasted a solid decade. 

\n

I went to college then. I studied finance, economics, and chemistry. I thought I would be a dentist. I didn't like it but I had an \"in\", and at least the money was good. I felt trapped with no options. It sucked, and I had no hope.

\n

It was by the grace of god that I emerged from those depths, a legit answer to my legit prayer. 

\n

Because of the darkness I have faced and my miraculous awakening, I am determined to LIVE, or die trying. 

\n

I couldn't stomach another second of selling my precious, limited, irreplaceable life hours, so I stopped pretending I wanted to be a dentist or that money had any real value, and instead began seeking that which makes me happy.

\n

In that spirit, I found yoga and meditation. I traveled the country; I traveled the world. I lived in Peru for a year, where I played in the Amazon and loved ayahuasca and climbed the Andes. I met old souls and powerful healers. I managed a non-profit called Healing House, where I learned ancient healing arts.

\n


\n

\n


\n

I was invited to lead yoga and healing journeys, so I traveled to India. I stepped in the Ganges and hiked the Himalayas. I practiced vipassana and hung out with the Tibetan Buddhist monks. 

\n


\n

\n


\n

When I returned to the States from my walkabout, society looked wonky. Spirit is not an honored part of existence in America. Energy is not honored. Counters to Big Pharma's death grip are villified and slandered, despite experiential evidence. Healing is considered quackery. I wasn't inspired by the shallow, complacent lives that surrounded me. 

\n

I needed something more, and the most sustainable community in Texas came to my attention. I am blessed to now live at the Garden of Eden, where I am learning the ways of the Jedi in master training with super being Quinn Eaker. His standards are the hope and better way I prayed for, and he inspires me to be my best, most effective self every single day. 

\n


\n

\n


\n

Quinn has established an anomaly within the matrix where there is nothing asked of me but to evolve as a person. I haven't had a job in 4 years. I never have to put on a uniform. I never have to wake up to an alarm. I never have to worry about bills. There's more than enough of everything! There is so much that it is our duty, honor, and privilege to share. I do what I want 24 hours a day, 7 days a week, 365 days a year. 

\n

Thankfully, what I want to do is change the world, so I fit right in at the Garden of Eden. I devote 12-16 hours a day to dropping knowledge from my broke ass computer, unless I go to wellness shows where I devote 12-16 hours dropping knowledge on real live people. I'm living in the sweet spot where my service aligns with my passion, because what I love to do with my time, energy, and resources is also of great value to my GOE and extended community.

\n


\n

\n


\n

I am living proof that healing knows no bounds, and I dedicate towards it every day.

\n


\n

\n


\n

OUTRO:

\n

My sister's presence in my life drives my passion for TRUTH and justice to this day. I have given my life in service. Paradoxically, it is the most selfish thing I can do, because my passion fires are stoked by building a better world. I bless up and bliss out every day at the Garden of Eden, thanks to Quinn. He shows us ALL how to be healthy and FREE! 

\n

This year's to do list:

\n
    \n
  • write books
  • \n
  • establish an honorable tobacco organization to bring organic, homegrown to smokers
  • \n
  • lay the foundation for a New Paradigm empire
  • \n
  • grow STEEM
  • \n
  • go to Egypt, Turkey, and/or Iceland
  • \n
  • party at the Playboy mansion
  • \n
  • have a beach house
  • \n
  • inspire ART! 
  • \n
  • continue to heal \"incurable\" diseases
  • \n
  • record a rap album with Chali 2na 
  • \n
  • handstand
  • \n
\n

Oh yeah, it's my birthday! I'm gonna throw down with a dance party and celebrate this EPIC LIFE!!

\n

\n


\n


\n

\ud83d\udc9b Sara!

\n", + "body_length": 6369, + "cashout_time": "2016-09-22T03:53:03", + "category": "introduceyourself", + "children": 42, + "created": "2016-09-15T03:53:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"introducemyself\",\"yoga\",\"travel\",\"freedom\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/IMG_838624fd8.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_381487918.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_2571db36c.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_356682c3c.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_67385d4cf.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_8402a66ff.jpg\",\"https://www.steemimg.com/images/2016/09/14/oldmancelebration0e770.jpg\"],\"links\":[\"https://steemit.com/yoga/@saramiller/how-to-yoga-a-pose-a-day-down-dog\",\"http://www.intothegardenofeden.com/iodine1.html\",\"http://www.epichandmadeknives.com\",\"http://healinghousecusco.com/\",\"http://www.intothegardenofeden.com\",\"http://www.steemit.com/@quinneaker\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T06:10:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37100232918384, + "parent_author": "", + "parent_permlink": "introduceyourself", + "pending_payout_value": "83.051 HBD", + "percent_hbd": 10000, + "permlink": "sara", + "post_id": 1250424, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\ud83d\udc9b SARA!", + "title": "\ud83d\udc9b SARA!", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@saramiller/sara" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 5000309470, + "voter": "nextgen11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100347217, + "voter": "nextgen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100410340, + "voter": "nextgen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100441763, + "voter": "nextgen16" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260750474166, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26304444392678, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3513726399673, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7120048474206, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1192017881227, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 8915007626, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17659102099, + "voter": "jademont" + }, + { + "percent": "1012", + "reputation": 12382143533351, + "rshares": 89889565611, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 82216111782, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468170958, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5638749800, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 14505098411, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 161159595717, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101001618072, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060992086, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985297930887, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 66675151559, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 140971043000, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410443539, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365287420, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 31906310819, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76112034626, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5286085951, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30494707878, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5819174577, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 117735293812, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 31885317705, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471506012, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "5100", + "reputation": 9956734090708, + "rshares": 23646429360, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15993905995, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 143199803537, + "voter": "derekareith" + }, + { + "percent": "5300", + "reputation": 727668809534, + "rshares": 2987225832, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184771337200, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18370473179, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85507270, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28549794685, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 823467628, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44559939498, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3871058694, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2281782060, + "voter": "iamwne" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4344867607, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 37699665736, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466879587, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3927552340, + "voter": "tarindel" + }, + { + "percent": "3300", + "reputation": 3439295754608, + "rshares": 1840626661, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 28998029507, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 9611048410314, + "rshares": 40074109810, + "voter": "team-leibniz" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 65064706278, + "voter": "cheetah" + }, + { + "percent": "500", + "reputation": 4063076365725, + "rshares": 238512214, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1049922021, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1022288627, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 23086307156, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 21891717725, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22408779615, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22416672471, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 32277558046, + "voter": "persianqueen" + }, + { + "percent": "1012", + "reputation": 1751717743, + "rshares": 2499642040, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22412330850, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22410151004, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22407333813, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22403520876, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3654780794, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22400317986, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22397714217, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103339178041, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2196539088, + "voter": "paynode" + }, + { + "percent": "3000", + "reputation": 4130836907564, + "rshares": 5410695476, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 3146552736, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3032141438, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89206609038, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8145988996, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1390391037, + "voter": "seraph" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658129478, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22391941473, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3995498059, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9035219817, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 57704341229, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1970076673, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 63455953, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206658452, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22085887314, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1588777110, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136532129, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4267194369, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15226847832, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3628998509, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6680658010, + "voter": "jwaser" + }, + { + "percent": "1300", + "reputation": 8442182311998, + "rshares": 2089547776, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224070750190, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453503086, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377367134, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2616475890, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7495579273, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5522377875, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60100889828, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5611845791, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 11141357037522, + "rshares": 71705192991, + "voter": "steemcleaners" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2347180142, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5347450124, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11829868863, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4710605746, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50865840, + "voter": "sting" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4984327527, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3309998537, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3528177781, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 197654481, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157118197, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74196416, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 304359441, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64607414, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138651704, + "voter": "toddemaher1" + } + ], + "author": "steemcleaners", + "author_reputation": 11141357037522, + "beneficiaries": [], + "body": "
![](https://img1.steemit.com/0x0/https://cloud.githubusercontent.com/assets/6280810/17890436/4438e80e-6936-11e6-8516-d9671a9aaaad.png)\n*logo by @cass\n
\n\n-----\n# Log Continued from [Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 1](https://steemit.com/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-1)\n\n\n|\tDate\t|\tLink\t|\tAge\t|\tCatagory\n|\t-----\t|\t-----\t|\t-----\t|\t-----\n|\t9/7\t|\t[link](https://steemit.com/georgiavs-missouri/@haroldallen/http-watchfootballgamelive-com-georgia-vs-missouri-live-stream)\t|\t1-6 days\t|\tOther- Sports stream\n|\t9/7\t|\t[link](https://steemit.com/michiganstate-vs/@haroldallen/http-watchfootballgamelive-com-michigan-state-vs-notre-dame-stream)\t|\t1-6 days\t|\tOther- Sports stream\n|\t9/7\t|\t[link](https://steemit.com/northtexasvs-floridadamestream/@haroldallen/http-watchfootballgamelive-com-north-texas-vs-florida-dame-stream)\t|\t1-6 days\t|\tOther- Sports stream\n|\t9/7\t|\t[link](https://steemit.com/bitcoin/@mandelduck/why-blockchain-game-items-do-not-need-to-fill-up-blocks)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/spanish/@steemedia/uno-de-cada-cinco-pescados-que-comemos-es-un-fraude)\t|\t2 weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/translate/@hustlersmanual1/ukrainskii-khaker-kotoryi-stal-luchshim-oruzhiem-fbr-i-ego-khudshim-koshmarom)\t|\t1-6 days\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/instant/@monopoly/instant-commission-app-generate-100-free-traffic-from-social-media-websites)\t|\t<1 day\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/simulation/@craneos6626/large-asteroid-impact-simulation-must-see)\t|\t<1 day\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/life/@terrano/artificial-intelligence-gets-a-lot-of-bad-press-but-it-will-solve-the-planet-s-hardest-problems)\t|\t2 weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/life/@dims/can-sex-robots-replace-relationships-with-human-beings)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/self-reliance/@aksel/the-best-way-to-earn-money-on-steemit)\t|\t3 or more weeks\t|\tHigh Frequency Poster\n|\t9/7\t|\t[link](https://steemit.com/life/@dingting/the-top-10-cities-you-should-visit-before-die)\t|\tnew\t|\tPhoto Plagiarism\n|\t9/7\t|\t[link](https://steemit.com/nature/@linda7395/take-new-breath-from-positive-wonderful-natural-pictures)\t|\t3 or more weeks\t|\tPhoto Plagiarism\n|\t9/7\t|\t[link](https://steemit.com/story/@andrewrait/10-of-the-most-mysterious-places-on-earth)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/usa/@fluffy/opinion-5-factors-that-could-turn-america-into-another-collapsed-empire)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/blockchain/@christianovich/the-blockchain-is-perfect-for-government-services-here-s-a-blueprint)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/money/@jiganomics/6-ways-to-make-money-with-fishing)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/lake/@jiganomics/deep-lake-the-90ft-deep-sink-hole-in-florida-freshwater-on-top-and-saltwater-on-the-bottom)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/marijuana/@weeds/parents-and-seniors-smoking-more-weed-than-youngsters)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/life/@dbasnet11/ingest-more-protein-when-we-have-60-years-or-more)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/philosophy/@nelu.ceban/vision-of-the-future-of-humanity-from-a-neurologist-and-psychiatrist-only-on-steemit)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/winrar/@hardmanj/winrar-file-extension-spoofing-vulnerability)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/insects/@fluffy/these-are-the-worst-stings-in-the-world-according-to-a-guy-who-s-experienced-them-all)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/sience/@craneos6626/expedition-48-crew-lands-safely-on-earth)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/sience/@craneos6626/your-coffee-habit-may-be-written-in-your-dna)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/sience/@craneos6626/nasa-is-about-to-launch-a-daring-mission-to-intercept-a-near-earth-asteroid)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/life/@laskoff/what-s-the-happiness)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/linguistics/@linda7395/25-words-that-are-their-own-opposites)\t|\tunknown\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/news/@byron-hazard/hacked-bitcointalk-org-user-data-goes-up-for-sale-on-dark-web)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/photography/@nataliadobrick/my-art-look-and-vote)\t|\t2 weeks\t|\tTag Spam\n|\t9/7\t|\t[link](https://steemit.com/art/@michaelmcdermott/ink-on-canvas-16-20-c-michael-mcdermott)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/7\t|\t[link](https://steemit.com/art/@rampant/steemit-girl-halo-art)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/7\t|\t[link](https://steemit.com/halo/@halo/steemit-girl-halo-art-challenge-week-1-entry-4-nekromarinist)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/7\t|\t[link](https://steemit.com/introduction/@jeremydaw/i-m-jeremy-published-author-harvard-graduate-and-daily-stoner)\t|\tnew\t|\tUnverified Identity\n|\t9/7\t|\t[link](https://steemit.com/david/@davidnutt/david-nutt)\t|\tnew\t|\tUnverified Identity\n|\t9/7\t|\t[link](https://steemit.com/marriage/@hannahs/this-is-marriage)\t|\tnew\t|\tUnverified Identity\n|\t9/7\t|\t[link](https://steemit.com/art/@steemafon/space-glass-planets-and-galaxies-trapped-in-tiny-glass-pendants-by-japanese-artist)\t|\tunknown\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/history/@bellacallysta/history-of-the-legend-of-mount-bromo)\t|\tunknown\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/art/@steemafon/amazingly-realistic-large-scale-sand-sculptures-by-ray-villafane)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/kickstartsurveyreview/@jaki/get-kickstart-survey-review-kickstart-survey)\t|\t1-6 days\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/food/@mrdsoft/how-to-cooking-chicken-kebab-jujeh-kabab)\t|\t1 week\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/animal/@favorit/natural-records-and-facts)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/food/@future24/recipe-zucchini-tagliatelle-with-cherry-tomatoes-and-basil)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/cannabis/@c082832/bernie-sanders-slams-decision-not-to-reclassify-marijuana)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/news/@c082832/do-nootropics-give-esports-gamers-an-edge-2016-8-19)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](http://www.blisstree.com/2010/06/23/mental-health-well-being/what-happens-to-your-body-if-you-drink-a-coke-right-now/)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/space/@andrewrait/15-facts-about-ufo)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/history/@favorit/military-affairs)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/science/@fluffy/25-biological-differences-between-men-and-women-that-aren-t-commonly-known)\t|\t2 weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/future/@fluffy/what-skills-will-you-need-to-secure-a-job-in-2030)\t|\tunknown\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/science/@zettar/scientists-have-assembled-transistor-from-carbon-nanotubes-chips-from-the-carbon-shall-be-significantly-more-efficient-than)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/steemit/@whitemike313/microsoft-is-developing-a-competitor-slack)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/nature/@favorit/wonders-of-the-world-are-not-yet-known)\t|\tunknown\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/health/@anasz/this-will-happen-when-you-stop-drinking-cold-water)\t|\t1-6 days\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/food/@nofri/grilled-shrimp-tacos-with-creamy-cilantro-sauce)\t|\tunknown\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/recipes/@labradorsem/nourishing-vegetable-salad-with-tuna-for-dinner)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/crypto-news/@forklognews/asx-sticks-with-blockchain)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/deutsch/@craneos6626/deutschen-bank-santander-bny-mellon-und-der-broker-icap)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/science/@craneos6626/toxic-air-pollution-can-penetrate-the-brain-study)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/crypto-news/@forklognews/bitcoin-may-be-recognized-as-money-in-florida)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/recipes/@yanik/vegetable-salad-with-rice)\t|\t1-6 days\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/food/@bellacallysta/fried-rice-curry-specials-easy-on-the-cook)\t|\tunknown\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/story/@favorit/pirates-and-their-antics-fifteen-men-on-the-dead-man-s-chest-yo-ho-ho-and-a-bottle-of-rum)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/7\t|\t[link](https://steemit.com/introduceyourself/@marta-zaidel/peercoin-and-namecoin-flash-crash-recover)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/7\t|\t[link](https://steemit.com/photography/@tettydo/my-art-i-hope-you-like-my-work-and-proof-my-self)\t|\tnew\t|\tUnverified Identity\n|\t9/7\t|\t[link](https://steemit.com/money/@aigizlo/family-finds-gbp28-000-in-new-home-then-returns-it)\t|\tunknown\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/food/@anboy/sweet-and-sour-chicken)\t|\t<1 day\t|\tPlagiarism\n|\t9/7\t|\t[link](https://steemit.com/denver/@kakare/tv-denver-broncos-at-carolina-panthers-on-thurs-or-thursday-night-or-thurs-night-night-football-live-watch)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/7\t|\t[link](https://steemit.com/nfl/@livehdvsstream/denver-broncos-vs-carolina-panthers-live)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/7\t|\t[link](https://steemit.com/@haroldallen)\t|\t1-6 days\t|\tHigh Frequency Poster\n|\t9/8\t|\t[link](https://steemit.com/new/@rawni/say-hello-to-the-newbie)\t|\tnew\t|\tOther- ID Verified via Video\n|\t9/8\t|\t[link](https://steemit.com/poetry/@wordimager/before-the-light-breaks-on-the-shore)\t|\t<1 day\t|\tUnverified Identity\n|\t9/8\t|\t[link](https://steemit.com/nfl/@livehdvsstream/http-livehdvsstream-com-broncos-vs-panthers-live)\t|\t1-6 days\t|\tOther- sports streaming site\n|\t9/8\t|\t[link](https://steemit.com/denever/@footballgame24/http-www-footballgame24-com-carolina-panthers-vs-denver-broncos-live-nfl-tv-streaming)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/8\t|\t[link](https://steemit.com/food/@ultras/buffalo-chicken-sliders)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/bitcoin/@cluckfishe/bitcoin-touches-usd630)\t|\tnew\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/steemit/@anduweb/steemit-in-the-press-huffington-post-article-9-7-is-it-time-for-a-decentralized-social-media)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/ethereum/@ericbotticelli/students-at-berlin-university-build-chess-game-on-ethereum)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/bitcoin/@steemitbranson/what-is-bitcoin)\t|\tunknown\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/spanish/@steemedia/asi-seria-viajar-a-proxima-centauri-b-el-exoplaneta-parecido-a-la-tierra)\t|\t2 weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/life/@standfan/kniga-silnykh-oskolok-4-myshlenie-chast-2)\t|\t3 or more weeks\t|\tHigh Frequency Poster\n|\t9/8\t|\t[link](https://steemit.com/money/@siarhey/4tbmns-want-to-get-dogecoin)\t|\t3 or more weeks\t|\tOther- Reposted within 24 hours.\n|\t9/8\t|\t[link](https://steemit.com/life/@vespa6/5ay6ub-open-source-society-design-is-everything-documentary-concept)\t|\t<1 day\t|\tOther- Reposted within 24 hours.\n|\t9/8\t|\t[link](https://steemit.com/psychology/@fiona777/how-to-stop-worrying)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/human/@foodandtravel/why-are-babies-so-dumb-if-humans-are-so-smart)\t|\t1 week\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/nature/@mari5555na/the-25-most-dangerous-insects)\t|\t2 weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/ponzischeme/@jomar1005/world-bank-bitcoin-is-not-a-ponzi-scheme)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/anonph/@jomar1005/easy-way-to-earn-bitcoin-for-beginners)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/ponzicrypto/@jomar1005/bitcoins-a-crypto-geek-ponzi-scheme)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/guitar/@odyprabowo/specification-guitar-gibson-les-paul-deluxe)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/voluntaryism/@eyesofliberty/the-root-cause-of-monopolies)\t|\tnew\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/passion/@kalipo/dont-follow-your-passion-follow-your-effort)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/mindset/@kalipo/the-6-things-you-need-to-know-to-be-great-in-business)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/indonesia/@odyprabowo/the-most-beautiful-place-in-indonesia)\t|\tnew\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/socailnetworking/@taylormade/the-new-the-now-and-the-forever)\t|\tnew\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/marijuana/@yuliana/dank-daycare-600-marijuana-plants-found-in-back-of-daycare)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/story/@syahhiran/thieves-sign-mosque-recordable-cctv)\t|\t1-6 days\t|\tTag Spam\n|\t9/8\t|\t[link](https://steemit.com/life/@dabodose/what-difference-will-you-make-video-nuggets-of-knowledge-part-1)\t|\t1-6 days\t|\tTag Spam\n|\t9/8\t|\t[link](https://steemit.com/travel/@peskov/a-city-in-the-pines-featuring-vasily-peskov-as-author)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/8\t|\t[link](https://steemit.com/steemit/@kozmanov/new-iphone-7-and-iphone-7-plus-information-from-the-official-presentation-september-7-2016)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/8\t|\t[link](https://steemit.com/ru/@smitiii/socopros-pravo-na-smert)\t|\tnew\t|\tUnverified Identity\n|\t9/8\t|\t[link](https://steemit.com/steemit/@skills/i-just-wrote-about-steemit-on-huffington-post-you-guys-rock)\t|\t<1 day\t|\tUnverified Identity\n|\t9/8\t|\t[link](https://steemit.com/introductions/@triverse/hello-everyone-retro-gamer-bead-art-maker-writer-and-public-relations-guy-here)\t|\t<1 day\t|\tUnverified Identity\n|\t9/8\t|\t[link](https://steemit.com/special/@anasz/coffee-khop-drinks-unique-origin-aceh-barat)\t|\t1-6 days\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/story/@william001/capture-the-things-that-move-you)\t|\t1-6 days\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/photography/@william001/get-outside-your-photography-comfort-zone-to-learn-and-grow-as-a-photographer)\t|\t1-6 days\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/health/@oscarroque88/dangerous-products-review)\t|\t2 weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/diy/@garretts87/d-i-y-fabric-bleach-art)\t|\t2 weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/life/@hofman386/what-can-tell-your-musical-preferences-of-your-personality)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/ethereum/@sang-sira-yan/students-at-berlin-university-build-chess-game-on-ethereum)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/money/@arcaneinfo/what-is-a-silver-certificate-dollar-worth-i-have-one)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/food/@milasx/chocolate-cream-cheese-croissant-bake)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@ultras/tempura-bowl)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@landay/zucchini-tots)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@nieas/deep-fried-deviled-eggs)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@culai/stuffed-superbowl-cupcakes)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@martins/blueberry-slab-pie)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/food/@dinata/cinnamon-roll-poke-cake)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/8\t|\t[link](https://steemit.com/steem/@dconstantine/consequences-just-ahead)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/ponzibtc/@jomar1005/bitcoin-vs-ponzi)\t|\t<1 day\t|\tPlagiarism\n|\t9/8\t|\t[link](https://steemit.com/photography/@nataliadobrick/steem-in-my-studio-on-creativity-i-hope-you-like-please-vote)\t|\t3 or more weeks\t|\tUnverified Identity\n|\t9/8\t|\t[link](https://steemit.com/panthers/@kakare/liv-e2016-time-tv-schedule-date-and-location-for-panthers-vs-broncos)\t|\t<1 day\t|\tHigh Frequency Poster\n|\t9/8\t|\t[link](https://steemit.com/golf/@maxco55/bmw-championship-2016-live-golf)\t|\t1 week\t|\tHigh Frequency Poster\n|\t9/8\t|\t[link](https://steemit.com/introduceyourself/@marta-zaidel/dash-trends-lower-eth-still-flat)\t|\t3 or more weeks\t|\tTag Spam\n|\t9/8\t|\t[link](https://steemit.com/cryptocurrency/@dconstantine/why-is-crypto-still-not-adopted-by-the-masses)\t|\t3 or more weeks\t|\t\n|\t9/9\t|\t[link](https://steemit.com/@attila-kalmar)\t|\tnew\t|\tOther- Spam Ads\n|\t9/9\t|\t[link](https://steemit.com/steem/@glezeddy/el-vinculo-mas-fuerte-entre-los-humanos-y-gatos-la-toxoplasmosis)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/health/@mindover/would-you-willing-choose-to-go-deaf)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/health/@dharmalaw/fda-orders-antibacterials-removed-from-consumer-soaps)\t|\t1-6 days\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/@blend)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/9\t|\t[link](https://steemit.com/life/@anasz/this-is-a-kitchen-band)\t|\tunknown\t|\tHigh Frequency Poster\n|\t9/9\t|\t[link](https://steemit.com/vodka/@pjcollections/what-do-you-know-about-vodka)\t|\t<1 day\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/relationships/@king3071/emotional-bond-between-parents-and-children)\t|\t1 week\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/psychology/@tadejbrunsek/attributes-which-corresponds-to-every-mind-specificaly)\t|\t2 weeks\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/poker/@william001/perth-man-wins-usd2-7-million-after-usd10-poker-bet-at-crown)\t|\t1-6 days\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/anarchy/@scotty/the-anarchronicles-notice-to-prominent-anarchists)\t|\t2 weeks\t|\tTag Spam\n|\t9/9\t|\t[link](https://steemit.com/steemit/@dharmalaw/the-do-not-call-list-isn-t-working-now-the-fcc-is-launching-the-robocall-strike-force)\t|\tnew\t|\tTag Spam\n|\t9/9\t|\t[link](https://steemit.com/psychology/@charlchristo/cocoon)\t|\t3 or more weeks\t|\tUnverified Identity\n|\t9/9\t|\t[link](https://steemit.com/halfth/@blend/insanely-motivating-fitness-girls-that-will-inspire-you-get-fit)\t|\tnew\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/news/@dmilash/speech-nassim-taleb-author-of-the-black-swan-theory-for-graduates-american-university-in-beirut-2016)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/art/@dmilash/the-annual-corso-zundert-flower-parade-4-5-september-2016-in-zundert-in-the-south-of-the-netherlands)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/life/@s0lo/how-much-money-is-enough)\t|\t2 weeks\t|\tCopy/paste\n|\t9/9\t|\t[link](https://steemit.com/money/@favorit/how-not-to-let-money-ruin-your-marriage)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/art/@mynameisricky/know-these-5-ancient-writings-that-reveal-the-common-life-before)\t|\t2 weeks\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/life/@hofman386/why-are-people-afraid-of-silence)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/life/@stranger27/four-methods-to-control-youself-if-your-child-does-not-obey-you)\t|\t3 or more weeks\t|\tOther- Translation\n|\t9/9\t|\t[link](https://steemit.com/makeup/@oghenetony/here-are-8-easy-tips-to-get-you-out-the-door-and-looking-flawless-201699t193727637z)\t|\t<1 day\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/medical/@britanika/10-things-every-parent-teenager-and-teacher-should-know-about-marijuana)\t|\t1 week\t|\tPlagiarism\n|\t9/9\t|\t[link](https://steemit.com/hacker/@britanika/the-smiling-hacker)\t|\t1 week\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/new/@boss-money/new-cars-for-2016-aston-martin)\t|\tnew\t|\tCopy/paste\n|\t9/10\t|\t[link](https://steemit.com/computers/@cgfx/usb-kill-v2-0-fry-your-pc-in-seconds)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/10\t|\t[link](https://steemit.com/art/@kalipo/graffiti-sketch-steem)\t|\t1-6 days\t|\tHigh Frequency Poster\n|\t9/10\t|\t[link](https://steemit.com/apple/@boss-money/apple-warms-up-to-bitcoin-with-its-latest-imessages-update)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/10\t|\t[link](https://steemit.com/video/@ratidor/the-case-of-the-wash)\t|\t3 or more weeks\t|\tHigh Frequency Poster\n|\t9/10\t|\t[link](https://steemit.com/art/@modernbukowski/awesome-steemit-motivational-wallpaper-the-world-is-mine)\t|\tnew\t|\tHigh Frequency Poster\n|\t9/10\t|\t[link](https://steemit.com/culinary/@bellacallysta/sate-matang-in-aceh-really-delicious-let-s-try)\t|\t3 or more weeks\t|\tHigh Frequency Poster\n|\t9/10\t|\t[link](https://steemit.com/bitcoin/@dailybitcoinnews/wells-fargo-s-most-recent-fraud-proves-that-cryptocurrencies-are-the-wave-of-future-mainstream-finances#@kalipo/re-dailybitcoinnews-wells-fargo-s-most-recent-fraud-proves-that-cryptocurrencies-are-the-wave-of-future-mainstream-finances-20160910t170818654z)\t|\t<1 day\t|\tOther- Post Hijacking, Comment Spam\n|\t9/10\t|\t[link](https://steemit.com/motivation/@bellacallysta/david-mcclelland-motivation-file)\t|\t1 week\t|\tOther- Source wasn't correctly displayed\n|\t9/10\t|\t[link](https://steemit.com/money/@ilam01/givwayy)\t|\t3 or more weeks\t|\tOther- Spam Account\n|\t9/10\t|\t[link](https://steemit.com/life/@tezi123/10-places-you-should-visit-in-your-life)\t|\t1-6 days\t|\tPhoto Plagiarism\n|\t9/10\t|\t[link](https://steemit.com/photography/@ratidor/rebecca-stella)\t|\t3 or more weeks\t|\tPhoto Plagiarism\n|\t9/10\t|\t[link](https://steemit.com/pics/@warrensteem/the-national-beard-and-mustache-competition-never-disappoints)\t|\tunknown\t|\tPhoto Plagiarism\n|\t9/10\t|\t[link](https://steemit.com/world/@gugu12345/what-we-can-do-to-reduce-pollution-in-our-world)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/life/@giorgi12/45-life-lessons-written-by-a-90-year-old-woman)\t|\t1-6 days\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/life/@mastercoin/keys-to-success-6-traits-the-most-successful-people-have-in-common)\t|\t1-6 days\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/life/@mbroek1983/ever-heard-of-it-korfball)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/like/@ekremi12/how-to-deal-with-a-medical-emergency-on-the-space-station)\t|\tnew\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/murder/@mooneyq/7-attempts-on-vladimir-putin-s-life-part-5)\t|\t1-6 days\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/assanation/@mooneyq/6ortpq-7-attempts-on-vladimir-putin-s-life)\t|\t1-6 days\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/lisk/@lamarua/dokumentaciya-lisk-delegaty-i-fordzhing)\t|\t<1 day\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/best/@bitmannyboy/7-interview-questions-that-determine-emotional-intelligence)\t|\tnew\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/save/@bitmannyboy/10-ways-to-save-money-in-your-business)\t|\tnew\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/gluten/@steemit-star/how-grains-are-killing-you-slowly)\t|\tnew\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/life/@blend/10-countries-with-the-most-beautiful-soldiers-in-the-world)\t|\t1-6 days\t|\tTag Spam\n|\t9/10\t|\t[link](https://steemit.com/science/@abudar/internet-hotspot)\t|\t1-6 days\t|\tTag Spam\n|\t9/10\t|\t[link](https://steemit.com/freedom/@lyndsaybowes/there-is-a-holocaust-happening-right-now-and-you-don-t-know)\t|\tnew\t|\tUnverified Identity\n|\t9/10\t|\t[link](https://steemit.com/introducemyself/@tanyamoon/hello-world)\t|\t2 weeks\t|\tUnverified Identity\n|\t9/10\t|\t[link](https://steemit.com/blockchain/@lisppower/blockchain-lamp)\t|\t3 or more weeks\t|\tUnverified Identity\n|\t9/10\t|\t[link](https://steemit.com/steemit/@bithost99/ultimate-guide-for-wordpress-security-enhancement)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/diabetes/@steemit-star/almonds)\t|\t<1 day\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/photography/@sandeepachetan/spin-it-up)\t|\t2 weeks\t|\tPhoto Plagiarism\n|\t9/10\t|\t[link](https://steemit.com/steemitphotochallenge/@chrishendrix/wings-of-fire-steemitphotochallenge-8)\t|\t<1 day\t|\tPhoto Plagiarism\n|\t9/10\t|\t[link](https://steemit.com/steemit/@kindone/itt-tech-closes-will-students-be-able-to-get-their-diplomas-or-transfer-credits-it-s-not-likely)\t|\tnew\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/writing/@vanillathehun/destination-death-or-better-days)\t|\tunknown\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/travel/@hien-tran/top-5-lonely-planet-s-best-in-asia-for-2016)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/10\t|\t[link](https://steemit.com/introductions/@sherlockcupid/hi-my-name-is-sherlockcupid)\t|\tnew\t|\tUnverified Identity\n|\t9/11\t|\t[link](https://steemit.com/economy/@abhijitraorane/this-one-chart-should-drive-investors-into-buying-gold-and-silver)\t|\t1-6 days\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/earnbtc/@amansapps/earn-in-a-company-forced-bitcoin-matrix-no-referring-needed-to-earn)\t|\tnew\t|\tOther- Add Spam\n|\t9/11\t|\t[link](https://steemit.com/economy/@abhijitraorane/the-era-of-central-planning-is-crumbling-and-the-elite-are-terrified)\t|\t1-6 days\t|\tOther- Scam links\n|\t9/11\t|\t[link](https://steemit.com/art/@dailybest/sketch-2-shroomon)\t|\t1-6 days\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/drug/@davidnutt/incurably-curious)\t|\t1-6 days\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/award/@mrdsoft/prof-madjid-samii)\t|\tunknown\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/technology/@favorit/hyperloop-what-might-it-mean-to-you)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/life/@steemlinks/racism-destroyed-in-one-minute)\t|\t3 or more weeks\t|\tHigh Frequency Poster\n|\t9/11\t|\t[link](https://steemit.com/steemit/@riosparada/diehard-steemian-shows-his-latest-graffiti-project-to-his-new-girlfriend)\t|\t3 or more weeks\t|\tOther- Fake photoshopped graffitti art.\n|\t9/11\t|\t[link](https://steemit.com/steemit/@grio/5ktqzb-18-asian-girl)\t|\tunknown\t|\tPhoto Plagiarism\n|\t9/11\t|\t[link](https://steemit.com/beauty/@shafutinsky/teachers-who-are-loved-by-children-and-fathers-of-children)\t|\t3 or more weeks\t|\tPhoto Plagiarism\n|\t9/11\t|\t[link](https://steemit.com/food/@rsylevica/9-foods-for-weight-loss)\t|\t<1 day\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/food/@promaxx/the-best-recipes-of-cleansing-the-body)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/travel/@zionuziriel/you-will-enjoy-in-the-philippines-tourist-destinations-to-visit-in-the-philippines)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/science/@mindhunter/yes-its-true-the-universe-was-made-for-us)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/news/@emisfer2016/clinton-regrets-saying-half-of-trump-supporters-are-in-the-basket-of-deplorables)\t|\tnew\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/introducemyself/@goldenspirit/my-name-lena-and-i-am-an-internet-marketer)\t|\t1-6 days\t|\tUnverified Identity\n|\t9/11\t|\t[link](https://steemit.com/introducemyself/@trueart/hello-steemit-i-m-canadian-visual-artist-introducing-myself)\t|\tnew\t|\tUnverified Identity\n|\t9/11\t|\t[link](https://steemit.com/marijuana/@davidnutt/israel-to-begin-exporting-marijuana-soon-minister)\t|\tunknown\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/wakeup/@kalipo/5-reasons-to-get-up-at-5-am-in-the-morning)\t|\t1-6 days\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/food/@labradorsem/cheese-sticks)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/steemit/@steemit777/top-4-horrifying-stories-behind-famous-movie-sex-scenes)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/drug/@davidnutt/will-drug-use-rise-exploring-a-key-concern-about-decriminalising-or-regulating-drugs)\t|\t1-6 days\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/drug/@davidnutt/drugs-fatalities-overtake-car-fatalities-for-the-first-time)\t|\t1-6 days\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/story/@mrdsoft/liar-shepherd)\t|\tunknown\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/car/@favorit/electric-cars-what-you-need-to-know)\t|\t3 or more weeks\t|\tCopy/paste\n|\t9/11\t|\t[link](https://steemit.com/@amansapps)\t|\tnew\t|\tOther- Add Spam\n|\t9/11\t|\t[link](https://steemit.com/art/@dailybest/sketch-4-birds-in-love)\t|\t1-6 days\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/new/@boss-money/new-cars-for-2016-audi#@fubar-bdhr/re-boss-money-new-cars-for-2016-audi-20160910t203355239z)\t|\t<1 day\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/food/@labradorsem/diet-apple-pie-with-apples-and-pears)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism)\t|\t1-6 days\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/drug/@davidnutt/my-new-article-on-closure-of-club-i-blame-fabric-s-closure-on-this-country-s-backward-drugs-policy)\t|\t1-6 days\t|\tUnverified Identity\n|\t9/11\t|\t[link](https://steemit.com/precious/@igillman/gold-silver-platinum-and-palladium#@igillman/re-fubar-bdhr-re-igillman-gold-silver-platinum-and-palladium-20160911t000803204z)\t|\t<1 day\t|\tUnverified Identity\n|\t9/11\t|\t[link](https://steemit.com/tax/@monishganesh/tax-accounting-standards)\t|\tnew\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/steemit/@emisfer2016/steemit-bridges-blockchain-and-social-media-but-how-does-it-work)\t|\tnew\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/music/@yilber18/the-cds-were-designed-to-receive-74-minutes-of-music-because-that-is-the-length-of-beethoven-s-ninth-symphony)\t|\tnew\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/coin/@igillman/collecting-coins-that-we-use)\t|\t<1 day\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/copper/@igillman/copper-tin-and-other-metals)\t|\t<1 day\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/art/@sos33/5vpkn8-just-art)\t|\tunknown\t|\tPhoto Plagiarism\n|\t9/11\t|\t[link](https://steemit.com/fruit/@rsylevica/fruit-juice-vs-whole-fruit-which-one)\t|\tnew\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/food/@promaxx/pumpkin-cheesecake)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/health/@fajrilgooner/5-diet-makes-you-live-longer)\t|\t3 or more weeks\t|\tPlagiarism\n|\t9/11\t|\t[link](https://steemit.com/secret-technology/@adrianconspiracy/secret-technologies-that-you-can-t-have)\t|\tnew\t|\tUnverified Identity", + "body_length": 30515, + "cashout_time": "2016-09-22T03:03:45", + "category": "steemcleaners", + "children": 3, + "created": "2016-09-15T03:03:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemcleaners\",\"steemitabuse\",\"steemit\"],\"users\":[\"cass\"],\"image\":[\"https://img1.steemit.com/0x0/https://cloud.githubusercontent.com/assets/6280810/17890436/4438e80e-6936-11e6-8516-d9671a9aaaad.png\"],\"links\":[\"https://steemit.com/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-1\",\"https://steemit.com/georgiavs-missouri/@haroldallen/http-watchfootballgamelive-com-georgia-vs-missouri-live-stream\",\"https://steemit.com/michiganstate-vs/@haroldallen/http-watchfootballgamelive-com-michigan-state-vs-notre-dame-stream\",\"https://steemit.com/northtexasvs-floridadamestream/@haroldallen/http-watchfootballgamelive-com-north-texas-vs-florida-dame-stream\",\"https://steemit.com/bitcoin/@mandelduck/why-blockchain-game-items-do-not-need-to-fill-up-blocks\",\"https://steemit.com/spanish/@steemedia/uno-de-cada-cinco-pescados-que-comemos-es-un-fraude\",\"https://steemit.com/translate/@hustlersmanual1/ukrainskii-khaker-kotoryi-stal-luchshim-oruzhiem-fbr-i-ego-khudshim-koshmarom\",\"https://steemit.com/instant/@monopoly/instant-commission-app-generate-100-free-traffic-from-social-media-websites\",\"https://steemit.com/simulation/@craneos6626/large-asteroid-impact-simulation-must-see\",\"https://steemit.com/life/@terrano/artificial-intelligence-gets-a-lot-of-bad-press-but-it-will-solve-the-planet-s-hardest-problems\",\"https://steemit.com/life/@dims/can-sex-robots-replace-relationships-with-human-beings\",\"https://steemit.com/self-reliance/@aksel/the-best-way-to-earn-money-on-steemit\",\"https://steemit.com/life/@dingting/the-top-10-cities-you-should-visit-before-die\",\"https://steemit.com/nature/@linda7395/take-new-breath-from-positive-wonderful-natural-pictures\",\"https://steemit.com/story/@andrewrait/10-of-the-most-mysterious-places-on-earth\",\"https://steemit.com/usa/@fluffy/opinion-5-factors-that-could-turn-america-into-another-collapsed-empire\",\"https://steemit.com/blockchain/@christianovich/the-blockchain-is-perfect-for-government-services-here-s-a-blueprint\",\"https://steemit.com/money/@jiganomics/6-ways-to-make-money-with-fishing\",\"https://steemit.com/lake/@jiganomics/deep-lake-the-90ft-deep-sink-hole-in-florida-freshwater-on-top-and-saltwater-on-the-bottom\",\"https://steemit.com/marijuana/@weeds/parents-and-seniors-smoking-more-weed-than-youngsters\",\"https://steemit.com/life/@dbasnet11/ingest-more-protein-when-we-have-60-years-or-more\",\"https://steemit.com/philosophy/@nelu.ceban/vision-of-the-future-of-humanity-from-a-neurologist-and-psychiatrist-only-on-steemit\",\"https://steemit.com/winrar/@hardmanj/winrar-file-extension-spoofing-vulnerability\",\"https://steemit.com/insects/@fluffy/these-are-the-worst-stings-in-the-world-according-to-a-guy-who-s-experienced-them-all\",\"https://steemit.com/sience/@craneos6626/expedition-48-crew-lands-safely-on-earth\",\"https://steemit.com/sience/@craneos6626/your-coffee-habit-may-be-written-in-your-dna\",\"https://steemit.com/sience/@craneos6626/nasa-is-about-to-launch-a-daring-mission-to-intercept-a-near-earth-asteroid\",\"https://steemit.com/life/@laskoff/what-s-the-happiness\",\"https://steemit.com/linguistics/@linda7395/25-words-that-are-their-own-opposites\",\"https://steemit.com/news/@byron-hazard/hacked-bitcointalk-org-user-data-goes-up-for-sale-on-dark-web\",\"https://steemit.com/photography/@nataliadobrick/my-art-look-and-vote\",\"https://steemit.com/art/@michaelmcdermott/ink-on-canvas-16-20-c-michael-mcdermott\",\"https://steemit.com/art/@rampant/steemit-girl-halo-art\",\"https://steemit.com/halo/@halo/steemit-girl-halo-art-challenge-week-1-entry-4-nekromarinist\",\"https://steemit.com/introduction/@jeremydaw/i-m-jeremy-published-author-harvard-graduate-and-daily-stoner\",\"https://steemit.com/david/@davidnutt/david-nutt\",\"https://steemit.com/marriage/@hannahs/this-is-marriage\",\"https://steemit.com/art/@steemafon/space-glass-planets-and-galaxies-trapped-in-tiny-glass-pendants-by-japanese-artist\",\"https://steemit.com/history/@bellacallysta/history-of-the-legend-of-mount-bromo\",\"https://steemit.com/art/@steemafon/amazingly-realistic-large-scale-sand-sculptures-by-ray-villafane\",\"https://steemit.com/kickstartsurveyreview/@jaki/get-kickstart-survey-review-kickstart-survey\",\"https://steemit.com/food/@mrdsoft/how-to-cooking-chicken-kebab-jujeh-kabab\",\"https://steemit.com/animal/@favorit/natural-records-and-facts\",\"https://steemit.com/food/@future24/recipe-zucchini-tagliatelle-with-cherry-tomatoes-and-basil\",\"https://steemit.com/cannabis/@c082832/bernie-sanders-slams-decision-not-to-reclassify-marijuana\",\"https://steemit.com/news/@c082832/do-nootropics-give-esports-gamers-an-edge-2016-8-19\",\"http://www.blisstree.com/2010/06/23/mental-health-well-being/what-happens-to-your-body-if-you-drink-a-coke-right-now/\",\"https://steemit.com/space/@andrewrait/15-facts-about-ufo\",\"https://steemit.com/history/@favorit/military-affairs\",\"https://steemit.com/science/@fluffy/25-biological-differences-between-men-and-women-that-aren-t-commonly-known\",\"https://steemit.com/future/@fluffy/what-skills-will-you-need-to-secure-a-job-in-2030\",\"https://steemit.com/science/@zettar/scientists-have-assembled-transistor-from-carbon-nanotubes-chips-from-the-carbon-shall-be-significantly-more-efficient-than\",\"https://steemit.com/steemit/@whitemike313/microsoft-is-developing-a-competitor-slack\",\"https://steemit.com/nature/@favorit/wonders-of-the-world-are-not-yet-known\",\"https://steemit.com/health/@anasz/this-will-happen-when-you-stop-drinking-cold-water\",\"https://steemit.com/food/@nofri/grilled-shrimp-tacos-with-creamy-cilantro-sauce\",\"https://steemit.com/recipes/@labradorsem/nourishing-vegetable-salad-with-tuna-for-dinner\",\"https://steemit.com/crypto-news/@forklognews/asx-sticks-with-blockchain\",\"https://steemit.com/deutsch/@craneos6626/deutschen-bank-santander-bny-mellon-und-der-broker-icap\",\"https://steemit.com/science/@craneos6626/toxic-air-pollution-can-penetrate-the-brain-study\",\"https://steemit.com/crypto-news/@forklognews/bitcoin-may-be-recognized-as-money-in-florida\",\"https://steemit.com/recipes/@yanik/vegetable-salad-with-rice\",\"https://steemit.com/food/@bellacallysta/fried-rice-curry-specials-easy-on-the-cook\",\"https://steemit.com/story/@favorit/pirates-and-their-antics-fifteen-men-on-the-dead-man-s-chest-yo-ho-ho-and-a-bottle-of-rum\",\"https://steemit.com/introduceyourself/@marta-zaidel/peercoin-and-namecoin-flash-crash-recover\",\"https://steemit.com/photography/@tettydo/my-art-i-hope-you-like-my-work-and-proof-my-self\",\"https://steemit.com/money/@aigizlo/family-finds-gbp28-000-in-new-home-then-returns-it\",\"https://steemit.com/food/@anboy/sweet-and-sour-chicken\",\"https://steemit.com/denver/@kakare/tv-denver-broncos-at-carolina-panthers-on-thurs-or-thursday-night-or-thurs-night-night-football-live-watch\",\"https://steemit.com/nfl/@livehdvsstream/denver-broncos-vs-carolina-panthers-live\",\"https://steemit.com/@haroldallen\",\"https://steemit.com/new/@rawni/say-hello-to-the-newbie\",\"https://steemit.com/poetry/@wordimager/before-the-light-breaks-on-the-shore\",\"https://steemit.com/nfl/@livehdvsstream/http-livehdvsstream-com-broncos-vs-panthers-live\",\"https://steemit.com/denever/@footballgame24/http-www-footballgame24-com-carolina-panthers-vs-denver-broncos-live-nfl-tv-streaming\",\"https://steemit.com/food/@ultras/buffalo-chicken-sliders\",\"https://steemit.com/bitcoin/@cluckfishe/bitcoin-touches-usd630\",\"https://steemit.com/steemit/@anduweb/steemit-in-the-press-huffington-post-article-9-7-is-it-time-for-a-decentralized-social-media\",\"https://steemit.com/ethereum/@ericbotticelli/students-at-berlin-university-build-chess-game-on-ethereum\",\"https://steemit.com/bitcoin/@steemitbranson/what-is-bitcoin\",\"https://steemit.com/spanish/@steemedia/asi-seria-viajar-a-proxima-centauri-b-el-exoplaneta-parecido-a-la-tierra\",\"https://steemit.com/life/@standfan/kniga-silnykh-oskolok-4-myshlenie-chast-2\",\"https://steemit.com/money/@siarhey/4tbmns-want-to-get-dogecoin\",\"https://steemit.com/life/@vespa6/5ay6ub-open-source-society-design-is-everything-documentary-concept\",\"https://steemit.com/psychology/@fiona777/how-to-stop-worrying\",\"https://steemit.com/human/@foodandtravel/why-are-babies-so-dumb-if-humans-are-so-smart\",\"https://steemit.com/nature/@mari5555na/the-25-most-dangerous-insects\",\"https://steemit.com/ponzischeme/@jomar1005/world-bank-bitcoin-is-not-a-ponzi-scheme\",\"https://steemit.com/anonph/@jomar1005/easy-way-to-earn-bitcoin-for-beginners\",\"https://steemit.com/ponzicrypto/@jomar1005/bitcoins-a-crypto-geek-ponzi-scheme\",\"https://steemit.com/guitar/@odyprabowo/specification-guitar-gibson-les-paul-deluxe\",\"https://steemit.com/voluntaryism/@eyesofliberty/the-root-cause-of-monopolies\",\"https://steemit.com/passion/@kalipo/dont-follow-your-passion-follow-your-effort\",\"https://steemit.com/mindset/@kalipo/the-6-things-you-need-to-know-to-be-great-in-business\",\"https://steemit.com/indonesia/@odyprabowo/the-most-beautiful-place-in-indonesia\",\"https://steemit.com/socailnetworking/@taylormade/the-new-the-now-and-the-forever\",\"https://steemit.com/marijuana/@yuliana/dank-daycare-600-marijuana-plants-found-in-back-of-daycare\",\"https://steemit.com/story/@syahhiran/thieves-sign-mosque-recordable-cctv\",\"https://steemit.com/life/@dabodose/what-difference-will-you-make-video-nuggets-of-knowledge-part-1\",\"https://steemit.com/travel/@peskov/a-city-in-the-pines-featuring-vasily-peskov-as-author\",\"https://steemit.com/steemit/@kozmanov/new-iphone-7-and-iphone-7-plus-information-from-the-official-presentation-september-7-2016\",\"https://steemit.com/ru/@smitiii/socopros-pravo-na-smert\",\"https://steemit.com/steemit/@skills/i-just-wrote-about-steemit-on-huffington-post-you-guys-rock\",\"https://steemit.com/introductions/@triverse/hello-everyone-retro-gamer-bead-art-maker-writer-and-public-relations-guy-here\",\"https://steemit.com/special/@anasz/coffee-khop-drinks-unique-origin-aceh-barat\",\"https://steemit.com/story/@william001/capture-the-things-that-move-you\",\"https://steemit.com/photography/@william001/get-outside-your-photography-comfort-zone-to-learn-and-grow-as-a-photographer\",\"https://steemit.com/health/@oscarroque88/dangerous-products-review\",\"https://steemit.com/diy/@garretts87/d-i-y-fabric-bleach-art\",\"https://steemit.com/life/@hofman386/what-can-tell-your-musical-preferences-of-your-personality\",\"https://steemit.com/ethereum/@sang-sira-yan/students-at-berlin-university-build-chess-game-on-ethereum\",\"https://steemit.com/money/@arcaneinfo/what-is-a-silver-certificate-dollar-worth-i-have-one\",\"https://steemit.com/food/@milasx/chocolate-cream-cheese-croissant-bake\",\"https://steemit.com/food/@ultras/tempura-bowl\",\"https://steemit.com/food/@landay/zucchini-tots\",\"https://steemit.com/food/@nieas/deep-fried-deviled-eggs\",\"https://steemit.com/food/@culai/stuffed-superbowl-cupcakes\",\"https://steemit.com/food/@martins/blueberry-slab-pie\",\"https://steemit.com/food/@dinata/cinnamon-roll-poke-cake\",\"https://steemit.com/steem/@dconstantine/consequences-just-ahead\",\"https://steemit.com/ponzibtc/@jomar1005/bitcoin-vs-ponzi\",\"https://steemit.com/photography/@nataliadobrick/steem-in-my-studio-on-creativity-i-hope-you-like-please-vote\",\"https://steemit.com/panthers/@kakare/liv-e2016-time-tv-schedule-date-and-location-for-panthers-vs-broncos\",\"https://steemit.com/golf/@maxco55/bmw-championship-2016-live-golf\",\"https://steemit.com/introduceyourself/@marta-zaidel/dash-trends-lower-eth-still-flat\",\"https://steemit.com/cryptocurrency/@dconstantine/why-is-crypto-still-not-adopted-by-the-masses\",\"https://steemit.com/@attila-kalmar\",\"https://steemit.com/steem/@glezeddy/el-vinculo-mas-fuerte-entre-los-humanos-y-gatos-la-toxoplasmosis\",\"https://steemit.com/health/@mindover/would-you-willing-choose-to-go-deaf\",\"https://steemit.com/health/@dharmalaw/fda-orders-antibacterials-removed-from-consumer-soaps\",\"https://steemit.com/@blend\",\"https://steemit.com/life/@anasz/this-is-a-kitchen-band\",\"https://steemit.com/vodka/@pjcollections/what-do-you-know-about-vodka\",\"https://steemit.com/relationships/@king3071/emotional-bond-between-parents-and-children\",\"https://steemit.com/psychology/@tadejbrunsek/attributes-which-corresponds-to-every-mind-specificaly\",\"https://steemit.com/poker/@william001/perth-man-wins-usd2-7-million-after-usd10-poker-bet-at-crown\",\"https://steemit.com/anarchy/@scotty/the-anarchronicles-notice-to-prominent-anarchists\",\"https://steemit.com/steemit/@dharmalaw/the-do-not-call-list-isn-t-working-now-the-fcc-is-launching-the-robocall-strike-force\",\"https://steemit.com/psychology/@charlchristo/cocoon\",\"https://steemit.com/halfth/@blend/insanely-motivating-fitness-girls-that-will-inspire-you-get-fit\",\"https://steemit.com/news/@dmilash/speech-nassim-taleb-author-of-the-black-swan-theory-for-graduates-american-university-in-beirut-2016\",\"https://steemit.com/art/@dmilash/the-annual-corso-zundert-flower-parade-4-5-september-2016-in-zundert-in-the-south-of-the-netherlands\",\"https://steemit.com/life/@s0lo/how-much-money-is-enough\",\"https://steemit.com/money/@favorit/how-not-to-let-money-ruin-your-marriage\",\"https://steemit.com/art/@mynameisricky/know-these-5-ancient-writings-that-reveal-the-common-life-before\",\"https://steemit.com/life/@hofman386/why-are-people-afraid-of-silence\",\"https://steemit.com/life/@stranger27/four-methods-to-control-youself-if-your-child-does-not-obey-you\",\"https://steemit.com/makeup/@oghenetony/here-are-8-easy-tips-to-get-you-out-the-door-and-looking-flawless-201699t193727637z\",\"https://steemit.com/medical/@britanika/10-things-every-parent-teenager-and-teacher-should-know-about-marijuana\",\"https://steemit.com/hacker/@britanika/the-smiling-hacker\",\"https://steemit.com/new/@boss-money/new-cars-for-2016-aston-martin\",\"https://steemit.com/computers/@cgfx/usb-kill-v2-0-fry-your-pc-in-seconds\",\"https://steemit.com/art/@kalipo/graffiti-sketch-steem\",\"https://steemit.com/apple/@boss-money/apple-warms-up-to-bitcoin-with-its-latest-imessages-update\",\"https://steemit.com/video/@ratidor/the-case-of-the-wash\",\"https://steemit.com/art/@modernbukowski/awesome-steemit-motivational-wallpaper-the-world-is-mine\",\"https://steemit.com/culinary/@bellacallysta/sate-matang-in-aceh-really-delicious-let-s-try\",\"https://steemit.com/bitcoin/@dailybitcoinnews/wells-fargo-s-most-recent-fraud-proves-that-cryptocurrencies-are-the-wave-of-future-mainstream-finances#@kalipo/re-dailybitcoinnews-wells-fargo-s-most-recent-fraud-proves-that-cryptocurrencies-are-the-wave-of-future-mainstream-finances-20160910t170818654z\",\"https://steemit.com/motivation/@bellacallysta/david-mcclelland-motivation-file\",\"https://steemit.com/money/@ilam01/givwayy\",\"https://steemit.com/life/@tezi123/10-places-you-should-visit-in-your-life\",\"https://steemit.com/photography/@ratidor/rebecca-stella\",\"https://steemit.com/pics/@warrensteem/the-national-beard-and-mustache-competition-never-disappoints\",\"https://steemit.com/world/@gugu12345/what-we-can-do-to-reduce-pollution-in-our-world\",\"https://steemit.com/life/@giorgi12/45-life-lessons-written-by-a-90-year-old-woman\",\"https://steemit.com/life/@mastercoin/keys-to-success-6-traits-the-most-successful-people-have-in-common\",\"https://steemit.com/life/@mbroek1983/ever-heard-of-it-korfball\",\"https://steemit.com/like/@ekremi12/how-to-deal-with-a-medical-emergency-on-the-space-station\",\"https://steemit.com/murder/@mooneyq/7-attempts-on-vladimir-putin-s-life-part-5\",\"https://steemit.com/assanation/@mooneyq/6ortpq-7-attempts-on-vladimir-putin-s-life\",\"https://steemit.com/lisk/@lamarua/dokumentaciya-lisk-delegaty-i-fordzhing\",\"https://steemit.com/best/@bitmannyboy/7-interview-questions-that-determine-emotional-intelligence\",\"https://steemit.com/save/@bitmannyboy/10-ways-to-save-money-in-your-business\",\"https://steemit.com/gluten/@steemit-star/how-grains-are-killing-you-slowly\",\"https://steemit.com/life/@blend/10-countries-with-the-most-beautiful-soldiers-in-the-world\",\"https://steemit.com/science/@abudar/internet-hotspot\",\"https://steemit.com/freedom/@lyndsaybowes/there-is-a-holocaust-happening-right-now-and-you-don-t-know\",\"https://steemit.com/introducemyself/@tanyamoon/hello-world\",\"https://steemit.com/blockchain/@lisppower/blockchain-lamp\",\"https://steemit.com/steemit/@bithost99/ultimate-guide-for-wordpress-security-enhancement\",\"https://steemit.com/diabetes/@steemit-star/almonds\",\"https://steemit.com/photography/@sandeepachetan/spin-it-up\",\"https://steemit.com/steemitphotochallenge/@chrishendrix/wings-of-fire-steemitphotochallenge-8\",\"https://steemit.com/steemit/@kindone/itt-tech-closes-will-students-be-able-to-get-their-diplomas-or-transfer-credits-it-s-not-likely\",\"https://steemit.com/writing/@vanillathehun/destination-death-or-better-days\",\"https://steemit.com/travel/@hien-tran/top-5-lonely-planet-s-best-in-asia-for-2016\",\"https://steemit.com/introductions/@sherlockcupid/hi-my-name-is-sherlockcupid\",\"https://steemit.com/economy/@abhijitraorane/this-one-chart-should-drive-investors-into-buying-gold-and-silver\",\"https://steemit.com/earnbtc/@amansapps/earn-in-a-company-forced-bitcoin-matrix-no-referring-needed-to-earn\",\"https://steemit.com/economy/@abhijitraorane/the-era-of-central-planning-is-crumbling-and-the-elite-are-terrified\",\"https://steemit.com/art/@dailybest/sketch-2-shroomon\",\"https://steemit.com/health/@wakeupnd/family-anger-as-their-eight-year-old-daughter-dies-from-the-flu-after-using-flumist-nasal-spray-vaccine-that-the-cdc-now-admits\",\"https://steemit.com/drug/@davidnutt/incurably-curious\",\"https://steemit.com/award/@mrdsoft/prof-madjid-samii\",\"https://steemit.com/technology/@favorit/hyperloop-what-might-it-mean-to-you\",\"https://steemit.com/life/@steemlinks/racism-destroyed-in-one-minute\",\"https://steemit.com/steemit/@riosparada/diehard-steemian-shows-his-latest-graffiti-project-to-his-new-girlfriend\",\"https://steemit.com/steemit/@grio/5ktqzb-18-asian-girl\",\"https://steemit.com/beauty/@shafutinsky/teachers-who-are-loved-by-children-and-fathers-of-children\",\"https://steemit.com/food/@rsylevica/9-foods-for-weight-loss\",\"https://steemit.com/food/@promaxx/the-best-recipes-of-cleansing-the-body\",\"https://steemit.com/travel/@zionuziriel/you-will-enjoy-in-the-philippines-tourist-destinations-to-visit-in-the-philippines\",\"https://steemit.com/science/@mindhunter/yes-its-true-the-universe-was-made-for-us\",\"https://steemit.com/news/@emisfer2016/clinton-regrets-saying-half-of-trump-supporters-are-in-the-basket-of-deplorables\",\"https://steemit.com/introducemyself/@goldenspirit/my-name-lena-and-i-am-an-internet-marketer\",\"https://steemit.com/introducemyself/@trueart/hello-steemit-i-m-canadian-visual-artist-introducing-myself\",\"https://steemit.com/marijuana/@davidnutt/israel-to-begin-exporting-marijuana-soon-minister\",\"https://steemit.com/wakeup/@kalipo/5-reasons-to-get-up-at-5-am-in-the-morning\",\"https://steemit.com/food/@labradorsem/cheese-sticks\",\"https://steemit.com/steemit/@steemit777/top-4-horrifying-stories-behind-famous-movie-sex-scenes\",\"https://steemit.com/drug/@davidnutt/will-drug-use-rise-exploring-a-key-concern-about-decriminalising-or-regulating-drugs\",\"https://steemit.com/drug/@davidnutt/drugs-fatalities-overtake-car-fatalities-for-the-first-time\",\"https://steemit.com/story/@mrdsoft/liar-shepherd\",\"https://steemit.com/car/@favorit/electric-cars-what-you-need-to-know\",\"https://steemit.com/@amansapps\",\"https://steemit.com/art/@dailybest/sketch-4-birds-in-love\",\"https://steemit.com/new/@boss-money/new-cars-for-2016-audi#@fubar-bdhr/re-boss-money-new-cars-for-2016-audi-20160910t203355239z\",\"https://steemit.com/food/@labradorsem/diet-apple-pie-with-apples-and-pears\",\"https://steemit.com/terrorism/@william001/remembering-nazi-germany-s-war-on-terrorism\",\"https://steemit.com/drug/@davidnutt/my-new-article-on-closure-of-club-i-blame-fabric-s-closure-on-this-country-s-backward-drugs-policy\",\"https://steemit.com/precious/@igillman/gold-silver-platinum-and-palladium#@igillman/re-fubar-bdhr-re-igillman-gold-silver-platinum-and-palladium-20160911t000803204z\",\"https://steemit.com/tax/@monishganesh/tax-accounting-standards\",\"https://steemit.com/steemit/@emisfer2016/steemit-bridges-blockchain-and-social-media-but-how-does-it-work\",\"https://steemit.com/music/@yilber18/the-cds-were-designed-to-receive-74-minutes-of-music-because-that-is-the-length-of-beethoven-s-ninth-symphony\",\"https://steemit.com/coin/@igillman/collecting-coins-that-we-use\",\"https://steemit.com/copper/@igillman/copper-tin-and-other-metals\",\"https://steemit.com/art/@sos33/5vpkn8-just-art\",\"https://steemit.com/fruit/@rsylevica/fruit-juice-vs-whole-fruit-which-one\",\"https://steemit.com/food/@promaxx/pumpkin-cheesecake\",\"https://steemit.com/health/@fajrilgooner/5-diet-makes-you-live-longer\",\"https://steemit.com/secret-technology/@adrianconspiracy/secret-technologies-that-you-can-t-have\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:04:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 42142410952481, + "parent_author": "", + "parent_permlink": "steemcleaners", + "pending_payout_value": "109.119 HBD", + "percent_hbd": 10000, + "permlink": "steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-2", + "post_id": 1250063, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 2", + "title": "Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 2", + "total_payout_value": "0.000 HBD", + "url": "/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 5100315659, + "voter": "nextgen11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100347217, + "voter": "nextgen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100410340, + "voter": "nextgen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100441763, + "voter": "nextgen16" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260750474166, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26304444392678, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3513791661739, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047331100784, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 1284750610881, + "rshares": 2457096928915, + "voter": "adm" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7120048474206, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452633644114, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3187434382129, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 451711066409, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1215858238852, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9113118906, + "voter": "patrice" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109799048, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17659102099, + "voter": "jademont" + }, + { + "percent": "1012", + "reputation": 12382143533351, + "rshares": 89889433567, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478348587, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5761331318, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 14505098411, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 270238182376, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1320263485, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 165753313119, + "voter": "steve-walschot" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313653628, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103807218574, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060987563, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5151503499, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985297930887, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 66672775472, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 143790463860, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418819938, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373228451, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383532405352, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 31906310819, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563733180586, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5045809317, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31341783097, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5819174577, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 117723234007, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 32608925905, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471506012, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "5100", + "reputation": 9956734090708, + "rshares": 23646429360, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 143199803537, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184756563949, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18370473179, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85507270, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1329259606, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28549794685, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 823467628, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2281782060, + "voter": "iamwne" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4344867607, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 37699665736, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 8897174175, + "rshares": 196930561, + "voter": "eclipse0" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466879587, + "voter": "rpf" + }, + { + "percent": "4400", + "reputation": 433924646062, + "rshares": 71477493390, + "voter": "gabbans" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3927552340, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 5291801652, + "voter": "bola" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 64612213853, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 30655059765, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 732431996, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 19827631792, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 9611048410314, + "rshares": 39288342951, + "voter": "team-leibniz" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 5452557544, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634160409, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66392557427, + "voter": "cheetah" + }, + { + "percent": "600", + "reputation": 4063076365725, + "rshares": 238512214, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 10079309869, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3434703822, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1049922021, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2757983108, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1042734400, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 23548033299, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22425662060, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942321987, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22950402768, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 32277558046, + "voter": "persianqueen" + }, + { + "percent": "1012", + "reputation": 1751717743, + "rshares": 2499638422, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22945957775, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22943726028, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22940841761, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22936938039, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3654780794, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22933658890, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22930993127, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103339178041, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2257554063, + "voter": "paynode" + }, + { + "percent": "3000", + "reputation": 4130836907564, + "rshares": 5771408507, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 3146552736, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3114091207, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7986263721, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1418198858, + "voter": "seraph" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4751292067, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22925082937, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536009074, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139395267, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3995498059, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 57704341229, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2023321989, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 63455953, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206658452, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22085887314, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624885680, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136532129, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4379488957, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15226847832, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3628998509, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6680658010, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224070750190, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377367134, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2616475890, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5522377875, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61818058109, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 11141357037522, + "rshares": 73139296851, + "voter": "steemcleaners" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2347180142, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11829868863, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4710605746, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4984327527, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3229266866, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3608363640, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162917785, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 193057865, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71104899, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64607414, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 761567853698, + "rshares": 151290813, + "voter": "dgiors" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144680039, + "voter": "toddemaher1" + } + ], + "author": "steemcleaners", + "author_reputation": 11141357037522, + "beneficiaries": [], + "body": "
![](https://img1.steemit.com/0x0/https://cloud.githubusercontent.com/assets/6280810/17890436/4438e80e-6936-11e6-8516-d9671a9aaaad.png)\n*logo by @cass\n
\n\n-----\n\n\n\nPlagiarism is still the number one type of abuse reported. Surprisingly the age of accounts reported most is more than 3 weeks old.\n\nWe want to clarify when the type \u201cUnverified Identity\u201d is used:\n- Contributor claims to be someone known, i.e. Barry Cooper or Jeff Berwick\n- Contributor claims to write for www.mywebsite.com\n- Contributor claims to be the creator of works found elsewhere on the internet\n- It has also been used when a contributor identity is deceptive\n - Fivrr photo purchased and posted for verification\n - Photo taken from the internet and manipulated\n\nA followup to change of status to \u201cOther\u201d is not always completed, do not assume that someone whose post is categorized as \u201cUnverified Identity\u201d in the report has not provided verification. We are working on ways to ensure follow up. This is a WIP. \n\nAnonymity should be respected unless there is a reason to question the authenticty or ownership of works in a contributors posts. The contributor is also responsible for maintaining their anonymity by not reposting content or photos that can be found on other sites. \n\n\n----\nAnyone wishing to contribute to the project can find information here:\n\n[Announcing SteemCleaners, the Steemit Abuse Fighting Team!](https://steemit.com/steemcleaners/@steemcleaners/announcing-steemcleaners-the-steemit-abuse-fighting-team)\n[The SteemCleaners Guide for Dealing with Abuse on Steemit](https://steemit.com/steemcleaners/@steemcleaners/the-steemcleaners-guide-for-dealing-with-abuse-on-steemit)\n\n-----\n\n# Stats\n\n| Abuse Type | Count | Percent of Total\n| ---------- | --------------- | -------------\n| Plagiarism | 150 | 45.31%\n| Copy/paste | 87 | 26.28%\n| Unverified Identity | 26 | 7.85%\n| High Frequency Poster | 23 | 6.94%\n| Tag Spam | 17 | 5.13%\n| Other (see notes) | 17 | 5.13%\n| Photo Plagiarism | 11 | 3.32%\n\n| Action Taken | Count | Percentage of Total\n| ----- | ----- | -----\n| Commented | 193 | 58.48%\n| Commented, Flagged | 103 | 31.21%\n| Commented, Flagged, Moved to #nuke | 15 | 4.55%\n| Flagged | 10 | 3.03%\n| Flagged, Moved to #nuke | 9 | 2.73%\n\n| Age of Account | Count | Percent of Total\n| ----- | ----- | ------\n| new | 55 | 16.56%\n| <1 day | 38 | 11.44%\n| 1 week | 14 | 4.21%\n| 1-6 days | 49 | 14.75%\n| 2 weeks | 22 | 6.62%\n| 3 or more weeks | 127 | 38.25%\n| un-recorded| 27 | 8.13%\n\n-----\n\n# Report\n\nStill working out the kinks, sorry for the misplaced commas and missing commas.\n\nNM = Non-Member\nNMFG = Non-Member Following Guidelines\n **These abbreviations are sometimes used arbitrarily, it doesn\u2019t mean that a comment labeled NM isn\u2019t following guidelines.*\n\n\n| Date | Link | Age | Catagory\n| ----- | ----- | ----- | -----\n| 9/5 | [link](https://steemit.com/photography/@mynameisricky/5-most-amazing-and-terrifying-pools-in-the-world) | 2 weeks | Copy/paste\n| 9/5 | [link](https://steemit.com/news/@alighti/swipe-virtual-reality-chinook-helicopter-to-help-train-military-medics) | 1 week | Copy/paste\n| 9/5 | [link](https://steemit.com/life/@darrantrute/positive-news-magazine-3) | 3 or more weeks | Copy/paste\n| 9/5 | [link](https://steemit.com/politics/@aksel/timeless-words-of-wisdom) | 3 or more weeks | High Frequency Poster\n| 9/5 | [link](https://steemit.com/steemit/@abakaz/the-best-recipe-for-success-start-with-nothing) | new | Plagiarism\n| 9/5 | [link](https://steemit.com/ru/@hofman386/tri-ulovki-bankov) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/vegetable/@anasz/9-benefits-eggplant-for-body-health) | 1-6 days | Plagiarism\n| 9/5 | [link](https://steemit.com/food/@apeiron8/pizza-hut-has-a-new-box-that-turns-into-a-movie-projector-for-your-smartphone) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/art/@apeiron8/waiting-for-halloween-dark-princesses) | 3 or more weeks | Unverified Identity\n| 9/5 | [link](https://steemit.com/life/@bettybean/hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write) | new | Unverified Identity\n| 9/5 | [link](https://steemit.com/tag/@irina-ari/dorian-gray-digital-art-process-video-inside) | unknown | Unverified Identity\n| 9/5 | [link](https://steemit.com/crossbow/@dragon93/wt-mantis-crossbow-review) | unknown | Copy/paste\n| 9/5 | [link](https://steemit.com/joke/@biggdogg/why-god-made-moms-answers-given-by-2nd-grade-school-children) | 3 or more weeks | Copy/paste\n| 9/5 | [link](https://steemit.com/stream/@fhdhdffght67/live-ncaa-fb-ole-miss-vs-florida-state-li-ve-st-ream-ing-college-football-mp4cast-5-sep-2016) | new | Other- Illegal Stream\n| 9/5 | [link](https://steemit.com/travel/@shubham1696/10-reasons-why-you-need-to-travel-to-incredible-india-re-posted) | 2 weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/story/@artur90/the-story-of-the-life-of-adolf-hitler) | 1 week | Plagiarism\n| 9/5 | [link](https://steemit.com/thoughts/@aksel/capitalism) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/news/@jennsky/will-smith-usd2-million-payment-to-rumored-gay-lover-exposed) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/health/@jennsky/10-healthy-uses-of-frankincense) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/joke/@biggdogg/never-get-to-marry) | unknown | Plagiarism\n| 9/5 | [link](https://steemit.com/story/@artur1990/dance-women-zalongo-sad-story) | 1-6 days | Plagiarism\n| 9/5 | [link](https://steemit.com/internet/@disofdis/fighting-for-free-speech-on-the-internet-run-a-tor-flash-proxy-with-your-browser-or-tor-part-of-this-series-is-on-timsaid) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/security/@disofdis/hack-a-computer-without-internet-connection-and-without-special-hardware) | unknown | Plagiarism\n| 9/5 | [link](https://steemit.com/story/@artur1990/the-first-car-in-the-world) | 1-6 days | Plagiarism\n| 9/5 | [link](https://steemit.com/snowden/@jessicode/snowden-s-a-hero-vince-vaughn-tells-it-like-it-is) | unknown | Plagiarism\n| 9/5 | [link](https://steemit.com/american/@jessicode/5-lies-your-school-taught-you-about-native-americans) | new | Plagiarism\n| 9/5 | [link](https://steemit.com/food/@gustavopasquini/macaron) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/nikolatesla/@jessicode/some-inventions-by-nikola-tesla) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/gaming/@shubham1696/10-most-anticipated-mmorpgs-games-of-2016) | 2 weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/food/@gustavopasquini/the-best-brownies) | unknown | Plagiarism\n| 9/5 | [link](https://steemit.com/food/@gustavopasquini/petit-gateau) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/food/@artur1990/cherry-pie-pleasure) | 1-6 days | Plagiarism\n| 9/5 | [link](https://steemit.com/pokemon/@biggdogg/pokemon-go-s-creators-are-wrong-about-cheating-in-the-game) | 3 or more weeks | Copy/paste\n| 9/5 | [link](https://steemit.com/news/@jennsky/the-united-nations-and-its-history-of-corruption) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/art/@storyseeker/the-maze-she-breathes-an-unintentional-inkblot) | 1-6 days | Unverified Identity\n| 9/5 | [link](https://steemit.com/food/@gustavopasquini/the-gorgonzola-s-origin) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/psychology/@shafutinsky/17-facts-which-will-help-you-to-wake-up) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/life/@hofman386/what-makes-women-lack-of-sex) | unknown | Plagiarism\n| 9/5 | [link](https://steemit.com/steemit/@hofman386/article-about-what-will-happen-if-you-always-tell-the-truth) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/humor/@grisha-danunaher/oh-look-at-yourself-oi-na-sebya-posmotri>) | 1-6 days | Photo Plagiarism\n| 9/5 | [link](https://steemit.com/steemit/@hofman386/school-lesson-from-bill-gates) | 3 or more weeks | Plagiarism\n| 9/5 | [link](https://steemit.com/@haroldallen) | 1-6 days | High Frequency Poster\n| 9/5 | [link](https://steemit.com/@stoperx) | 1-6 days | High Frequency Poster\n| 9/5 | [link](https://steemit.com/@michaelstobiersk) | new | High Frequency Poster\n| 9/6 | [link](https://steemit.com/chimpanzee/@baban4ic/chimpanzee) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/steemit/@rohantatia/the-most-clever-scam-i-have-come-across) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/cook/@nicollecarvalho/german-pie) | new | Copy/paste\n| 9/6 | [link](https://steemit.com/colloidal/@vitamincity.com/make-your-own-colloidal-silver-for-pennies-a-gallon-if-you-know-what-colloidal-silver-is-you-know-what-it-does) | <1 day | Copy/paste\n| 9/6 | [link](https://steemit.com/life/@jipo/when-saturated) | new | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@dannymonteiro/unlinking-your-mobile-number-in-whatsapp-facebook) | unknown | Copy/paste\n| 9/6 | [link](https://steemit.com/music/@rossenpavlov/blast-from-the-past-mr-oizo-flat-beat) | 3 or more weeks | High Frequency Poster\n| 9/6 | [link](https://steemit.com/food/@elsi/to-go-breakfast-quesadilla) | new | High Frequency Poster\n| 9/6 | [link](https://steemit.com/life/@elsi/unleash-your-energy-five-ways-to-recharge-your-mind-spirit-and-productivity) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/life/@sherlock001/all-the-difference-in-the-world) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/life/@sherlock001/the-weight-of-a-glass) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/a/@patience/what-is-radiation) | 1 week | Plagiarism\n| 9/6 | [link](https://steemit.com/seo/@rarcntv/the-dos-and-don-ts-of-your-seo-business) | <1 day | Plagiarism\n| 9/6 | [link](https://steemit.com/business/@standfan/india-s-richest-man-offers-free-4g-to-one-billion-people) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/food/@standfan/here-s-what-healthy-people-actually-snack-on-when-they-re-hungry) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/life/@yasiin/alcohol-no-more) | 1-6 days | Plagiarism\n| 9/6 | [link](https://steemit.com/story/@nikomah/to-absent-brothers) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/recipes/@bestfoodchoice/southwestern-skirt-steak-a-simple-but-elegant-meal-for-2) | 1-6 days | Plagiarism\n| 9/6 | [link](https://steemit.com/recipes/@kasume/nasi-lemak-recipe) | new | Plagiarism\n| 9/6 | [link](https://steemit.com/food/@kasume/origins-of-nasi-lemak-in-malaysia) | <1 day | Plagiarism\n| 9/6 | [link](https://steemit.com/introduceyourself/@marta-zaidel/bitcoin-breaks-out-litecoin-fails-at-resistance) | 3 or more weeks | Tag Spam\n| 9/6 | [link](https://steemit.com/steem/@steemitqa/good-evening-steemians-i-m-willing-to-follow-you-if-you-follow-me-back) | 3 or more weeks | Tag Spam\n| 9/6 | [link](https://steemit.com/photography/@kamil5/ended-the-crazy-burning-man-festival-2016) | new | Tag Spam\n| 9/6 | [link](https://steemit.com/introduceyourself/@stayvolo/my-biggest-downfall-as-an-artist-is-also-my-greatest-strengths-ready-for-it) | new | Unverified Identity\n| 9/6 | [link](https://steemit.com/education/@nopublicschools/information-age-makes-homeschool-parents-successful) | new | Unverified Identity\n| 9/6 | [link](https://steemit.com/music/@yasmineta/take-me-to-church-cover-or-spanish-teenager-girl) | <1 day | Unverified Identity\n| 9/6 | [link](https://steemit.com/animals/@bellacallysta/7-dangerous-animals-in-the-world) | 1-6 days | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@carloshenrique/power-bank-carries-powerful-super-cell-phone-notebook-and-medical-devices) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/scam/@rohantatia/the-biggest-scam-u-have-ever-seen) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@gracemuller/xperia-x-ultra-arrives-in-brazil-with-camera-16-megapixel-selfies) | 1 week | Copy/paste\n| 9/6 | [link](https://steemit.com/coffee/@dmilash/coffee-could-be-extinct-by-2080-due-to-climate-change-destroying-areas-suitable-for-growing-beans) | unknown | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@janaina/pes-2017-x-pes-2016-check-the-chart-comparison-of-games) | 1 week | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@tabata/list-brings-smart-tvs-available-in-brazil-with-android-tv-system) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/market/@and030380/apple-continue-to-grow-or-die) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/ru/@and030380/dzhon-koleman-komitet-300-audiokniga) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/health/@aksel/the-role-of-sport-in-life) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/ideas/@bellacallysta/creative-what-you-include-creative-people) | 1-6 days | Copy/paste\n| 9/6 | [link](https://steemit.com/in/@bellacallysta/gurame-recipes-seasoning-sauce-fried-oysters) | unknown | Copy/paste\n| 9/6 | [link](https://steemit.com/health/@raseukinapobri/diarrhea-not-want-to-stop-cure-by-drinking-black-coffee) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/life/@raseukinapobri/7-things-that-will-instantly-make-your-life-better) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@anamuniz/opera-launches-free-vpn-app-for-android) | 1 week | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@tabata/galaxy-note-7-vs-xperia-z5-premium-compare-mobile-phones-with-large-screen) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@carloshenrique/how-to-download-the-free-demo-of-pes-2017-on-ps4-and-xbox-one) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/philosophy/@favorit/10-words-that-attracts-good-luck) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/life/@hofman386/you-can-not-sleep-at-night-take-care-of-business) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/food/@dmilash/now-everyone-can-cook-a-chicken-from-kfc-by-secret-recipe-1940) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/bitcoin/@aksel/hacking-attack-on-bitcointalk-org-and-users-data-to-the-dark-web-for-sale) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/life/@bettybean/hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write#@ats-david/re-steemcleaners-re-bettybean-hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write-20160906t155458074z) | <1 day | Copy/paste\n| 9/6 | [link](https://steemit.com/food/@bellacallysta/create-a-favorite-dish-of-fried-fish-asia) | 1-6 days | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@carloshenrique/research-promises-new-way-to-double-the-battery-life-on-mobile) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/techreview/@janaina/seven-lightweight-linux-options-that-will-revive-your-old-pc) | 1 week | Copy/paste\n| 9/6 | [link](https://steemit.com/life/@hofman386/7hmt3u-these-5-facts-about-the-brain-will-change-your-life) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/coffee/@silvershadow111/10-reasons-that-will-make-you-drink-coffee-every-dau) | 3 or more weeks | Plagiarism\n| 9/6 | [link](https://steemit.com/techreview/@tabata/customizing-the-look-of-trainer-in-pokemon-go) | 3 or more weeks | Copy/paste\n| 9/6 | [link](https://steemit.com/cuty/@nikomah/kitten-and-owl-video-becomes-internet-sensation-in-japan) | new | High Frequency Poster\n| 9/6 | [link](https://steemit.com/recipes/@bestfoodchoice/english-muffin-breakfast-pizza-quick-diabetic-way-to-start-the-day) | <1 day | Plagiarism\n| 9/6 | [link](https://steemit.com/recipes/@bestfoodchoice/healthy-smoothies-for-diabetics-why-they-are-so-good-for-everyone) | 1-6 days | Copy/paste\n| 9/7 | [link](https://steemit.com/georgiavs-missouri/@haroldallen/http-watchfootballgamelive-com-georgia-vs-missouri-live-stream) | 1-6 days | Other- Sports stream\n| 9/7 | [link](https://steemit.com/michiganstate-vs/@haroldallen/http-watchfootballgamelive-com-michigan-state-vs-notre-dame-stream) | 1-6 days | Other- Sports stream\n| 9/7 | [link](https://steemit.com/northtexasvs-floridadamestream/@haroldallen/http-watchfootballgamelive-com-north-texas-vs-florida-dame-stream) | 1-6 days | Other- Sports stream\n| 9/7 | [link](https://steemit.com/bitcoin/@mandelduck/why-blockchain-game-items-do-not-need-to-fill-up-blocks) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/spanish/@steemedia/uno-de-cada-cinco-pescados-que-comemos-es-un-fraude) | 2 weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/translate/@hustlersmanual1/ukrainskii-khaker-kotoryi-stal-luchshim-oruzhiem-fbr-i-ego-khudshim-koshmarom) | 1-6 days | Copy/paste\n| 9/7 | [link](https://steemit.com/instant/@monopoly/instant-commission-app-generate-100-free-traffic-from-social-media-websites) | <1 day | Copy/paste\n| 9/7 | [link](https://steemit.com/simulation/@craneos6626/large-asteroid-impact-simulation-must-see) | <1 day | Copy/paste\n| 9/7 | [link](https://steemit.com/life/@terrano/artificial-intelligence-gets-a-lot-of-bad-press-but-it-will-solve-the-planet-s-hardest-problems) | 2 weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/life/@dims/can-sex-robots-replace-relationships-with-human-beings) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/self-reliance/@aksel/the-best-way-to-earn-money-on-steemit) | 3 or more weeks | High Frequency Poster\n| 9/7 | [link](https://steemit.com/life/@dingting/the-top-10-cities-you-should-visit-before-die) | new | Photo Plagiarism\n| 9/7 | [link](https://steemit.com/nature/@linda7395/take-new-breath-from-positive-wonderful-natural-pictures) | 3 or more weeks | Photo Plagiarism\n| 9/7 | [link](https://steemit.com/story/@andrewrait/10-of-the-most-mysterious-places-on-earth) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/usa/@fluffy/opinion-5-factors-that-could-turn-america-into-another-collapsed-empire) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/blockchain/@christianovich/the-blockchain-is-perfect-for-government-services-here-s-a-blueprint) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/money/@jiganomics/6-ways-to-make-money-with-fishing) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/lake/@jiganomics/deep-lake-the-90ft-deep-sink-hole-in-florida-freshwater-on-top-and-saltwater-on-the-bottom) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/marijuana/@weeds/parents-and-seniors-smoking-more-weed-than-youngsters) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/life/@dbasnet11/ingest-more-protein-when-we-have-60-years-or-more) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/philosophy/@nelu.ceban/vision-of-the-future-of-humanity-from-a-neurologist-and-psychiatrist-only-on-steemit) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/winrar/@hardmanj/winrar-file-extension-spoofing-vulnerability) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/insects/@fluffy/these-are-the-worst-stings-in-the-world-according-to-a-guy-who-s-experienced-them-all) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/sience/@craneos6626/expedition-48-crew-lands-safely-on-earth) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/sience/@craneos6626/your-coffee-habit-may-be-written-in-your-dna) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/sience/@craneos6626/nasa-is-about-to-launch-a-daring-mission-to-intercept-a-near-earth-asteroid) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/life/@laskoff/what-s-the-happiness) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/linguistics/@linda7395/25-words-that-are-their-own-opposites) | unknown | Plagiarism\n| 9/7 | [link](https://steemit.com/news/@byron-hazard/hacked-bitcointalk-org-user-data-goes-up-for-sale-on-dark-web) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/photography/@nataliadobrick/my-art-look-and-vote) | 2 weeks | Tag Spam\n| 9/7 | [link](https://steemit.com/art/@michaelmcdermott/ink-on-canvas-16-20-c-michael-mcdermott) | 3 or more weeks | Tag Spam\n| 9/7 | [link](https://steemit.com/art/@rampant/steemit-girl-halo-art) | 3 or more weeks | Tag Spam\n| 9/7 | [link](https://steemit.com/halo/@halo/steemit-girl-halo-art-challenge-week-1-entry-4-nekromarinist) | 3 or more weeks | Tag Spam\n| 9/7 | [link](https://steemit.com/introduction/@jeremydaw/i-m-jeremy-published-author-harvard-graduate-and-daily-stoner) | new | Unverified Identity\n| 9/7 | [link](https://steemit.com/david/@davidnutt/david-nutt) | new | Unverified Identity\n| 9/7 | [link](https://steemit.com/marriage/@hannahs/this-is-marriage) | new | Unverified Identity\n| 9/7 | [link](https://steemit.com/art/@steemafon/space-glass-planets-and-galaxies-trapped-in-tiny-glass-pendants-by-japanese-artist) | unknown | Copy/paste\n| 9/7 | [link](https://steemit.com/history/@bellacallysta/history-of-the-legend-of-mount-bromo) | unknown | Copy/paste\n| 9/7 | [link](https://steemit.com/art/@steemafon/amazingly-realistic-large-scale-sand-sculptures-by-ray-villafane) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/kickstartsurveyreview/@jaki/get-kickstart-survey-review-kickstart-survey) | 1-6 days | Copy/paste\n| 9/7 | [link](https://steemit.com/food/@mrdsoft/how-to-cooking-chicken-kebab-jujeh-kabab) | 1 week | Copy/paste\n| 9/7 | [link](https://steemit.com/animal/@favorit/natural-records-and-facts) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/food/@future24/recipe-zucchini-tagliatelle-with-cherry-tomatoes-and-basil) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/cannabis/@c082832/bernie-sanders-slams-decision-not-to-reclassify-marijuana) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/news/@c082832/do-nootropics-give-esports-gamers-an-edge-2016-8-19) | 3 or more weeks | Copy/paste\n| 9/7 | [link](http://www.blisstree.com/2010/06/23/mental-health-well-being/what-happens-to-your-body-if-you-drink-a-coke-right-now/) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/space/@andrewrait/15-facts-about-ufo) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/history/@favorit/military-affairs) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/science/@fluffy/25-biological-differences-between-men-and-women-that-aren-t-commonly-known) | 2 weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/future/@fluffy/what-skills-will-you-need-to-secure-a-job-in-2030) | unknown | Plagiarism\n| 9/7 | [link](https://steemit.com/science/@zettar/scientists-have-assembled-transistor-from-carbon-nanotubes-chips-from-the-carbon-shall-be-significantly-more-efficient-than) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/steemit/@whitemike313/microsoft-is-developing-a-competitor-slack) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/nature/@favorit/wonders-of-the-world-are-not-yet-known) | unknown | Plagiarism\n| 9/7 | [link](https://steemit.com/health/@anasz/this-will-happen-when-you-stop-drinking-cold-water) | 1-6 days | Plagiarism\n| 9/7 | [link](https://steemit.com/food/@nofri/grilled-shrimp-tacos-with-creamy-cilantro-sauce) | unknown | Plagiarism\n| 9/7 | [link](https://steemit.com/recipes/@labradorsem/nourishing-vegetable-salad-with-tuna-for-dinner) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/crypto-news/@forklognews/asx-sticks-with-blockchain) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/deutsch/@craneos6626/deutschen-bank-santander-bny-mellon-und-der-broker-icap) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/science/@craneos6626/toxic-air-pollution-can-penetrate-the-brain-study) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/crypto-news/@forklognews/bitcoin-may-be-recognized-as-money-in-florida) | 3 or more weeks | Plagiarism\n| 9/7 | [link](https://steemit.com/recipes/@yanik/vegetable-salad-with-rice) | 1-6 days | Plagiarism\n| 9/7 | [link](https://steemit.com/food/@bellacallysta/fried-rice-curry-specials-easy-on-the-cook) | unknown | Copy/paste\n| 9/7 | [link](https://steemit.com/story/@favorit/pirates-and-their-antics-fifteen-men-on-the-dead-man-s-chest-yo-ho-ho-and-a-bottle-of-rum) | 3 or more weeks | Copy/paste\n| 9/7 | [link](https://steemit.com/introduceyourself/@marta-zaidel/peercoin-and-namecoin-flash-crash-recover) | 3 or more weeks | Tag Spam\n| 9/7 | [link](https://steemit.com/photography/@tettydo/my-art-i-hope-you-like-my-work-and-proof-my-self) | new | Unverified Identity\n| 9/7 | [link](https://steemit.com/money/@aigizlo/family-finds-gbp28-000-in-new-home-then-returns-it) | unknown | Plagiarism\n| 9/7 | [link](https://steemit.com/food/@anboy/sweet-and-sour-chicken) | <1 day | Plagiarism\n| 9/7 | [link](https://steemit.com/denver/@kakare/tv-denver-broncos-at-carolina-panthers-on-thurs-or-thursday-night-or-thurs-night-night-football-live-watch) | new | High Frequency Poster\n| 9/7 | [link](https://steemit.com/nfl/@livehdvsstream/denver-broncos-vs-carolina-panthers-live) | new | High Frequency Poster\n| 9/7 | [link](https://steemit.com/@haroldallen) | 1-6 days | High Frequency Poster\n\nContinued here: [Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 2](https://steemit.com/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-2)", + "body_length": 29446, + "cashout_time": "2016-09-22T02:57:45", + "category": "steemcleaners", + "children": 6, + "created": "2016-09-15T02:57:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemcleaners\",\"steemitabuse\",\"steemit\",\"nuke\"],\"users\":[\"cass\"],\"image\":[\"https://img1.steemit.com/0x0/https://cloud.githubusercontent.com/assets/6280810/17890436/4438e80e-6936-11e6-8516-d9671a9aaaad.png\"],\"links\":[\"https://steemit.com/steemcleaners/@steemcleaners/announcing-steemcleaners-the-steemit-abuse-fighting-team\",\"https://steemit.com/steemcleaners/@steemcleaners/the-steemcleaners-guide-for-dealing-with-abuse-on-steemit\",\"https://steemit.com/photography/@mynameisricky/5-most-amazing-and-terrifying-pools-in-the-world\",\"https://steemit.com/news/@alighti/swipe-virtual-reality-chinook-helicopter-to-help-train-military-medics\",\"https://steemit.com/life/@darrantrute/positive-news-magazine-3\",\"https://steemit.com/politics/@aksel/timeless-words-of-wisdom\",\"https://steemit.com/steemit/@abakaz/the-best-recipe-for-success-start-with-nothing\",\"https://steemit.com/ru/@hofman386/tri-ulovki-bankov\",\"https://steemit.com/vegetable/@anasz/9-benefits-eggplant-for-body-health\",\"https://steemit.com/food/@apeiron8/pizza-hut-has-a-new-box-that-turns-into-a-movie-projector-for-your-smartphone\",\"https://steemit.com/art/@apeiron8/waiting-for-halloween-dark-princesses\",\"https://steemit.com/life/@bettybean/hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write\",\"https://steemit.com/tag/@irina-ari/dorian-gray-digital-art-process-video-inside\",\"https://steemit.com/crossbow/@dragon93/wt-mantis-crossbow-review\",\"https://steemit.com/joke/@biggdogg/why-god-made-moms-answers-given-by-2nd-grade-school-children\",\"https://steemit.com/stream/@fhdhdffght67/live-ncaa-fb-ole-miss-vs-florida-state-li-ve-st-ream-ing-college-football-mp4cast-5-sep-2016\",\"https://steemit.com/travel/@shubham1696/10-reasons-why-you-need-to-travel-to-incredible-india-re-posted\",\"https://steemit.com/story/@artur90/the-story-of-the-life-of-adolf-hitler\",\"https://steemit.com/thoughts/@aksel/capitalism\",\"https://steemit.com/news/@jennsky/will-smith-usd2-million-payment-to-rumored-gay-lover-exposed\",\"https://steemit.com/health/@jennsky/10-healthy-uses-of-frankincense\",\"https://steemit.com/joke/@biggdogg/never-get-to-marry\",\"https://steemit.com/story/@artur1990/dance-women-zalongo-sad-story\",\"https://steemit.com/internet/@disofdis/fighting-for-free-speech-on-the-internet-run-a-tor-flash-proxy-with-your-browser-or-tor-part-of-this-series-is-on-timsaid\",\"https://steemit.com/security/@disofdis/hack-a-computer-without-internet-connection-and-without-special-hardware\",\"https://steemit.com/story/@artur1990/the-first-car-in-the-world\",\"https://steemit.com/snowden/@jessicode/snowden-s-a-hero-vince-vaughn-tells-it-like-it-is\",\"https://steemit.com/american/@jessicode/5-lies-your-school-taught-you-about-native-americans\",\"https://steemit.com/food/@gustavopasquini/macaron\",\"https://steemit.com/nikolatesla/@jessicode/some-inventions-by-nikola-tesla\",\"https://steemit.com/gaming/@shubham1696/10-most-anticipated-mmorpgs-games-of-2016\",\"https://steemit.com/food/@gustavopasquini/the-best-brownies\",\"https://steemit.com/food/@gustavopasquini/petit-gateau\",\"https://steemit.com/food/@artur1990/cherry-pie-pleasure\",\"https://steemit.com/pokemon/@biggdogg/pokemon-go-s-creators-are-wrong-about-cheating-in-the-game\",\"https://steemit.com/news/@jennsky/the-united-nations-and-its-history-of-corruption\",\"https://steemit.com/art/@storyseeker/the-maze-she-breathes-an-unintentional-inkblot\",\"https://steemit.com/food/@gustavopasquini/the-gorgonzola-s-origin\",\"https://steemit.com/psychology/@shafutinsky/17-facts-which-will-help-you-to-wake-up\",\"https://steemit.com/life/@hofman386/what-makes-women-lack-of-sex\",\"https://steemit.com/steemit/@hofman386/article-about-what-will-happen-if-you-always-tell-the-truth\",\"https://steemit.com/humor/@grisha-danunaher/oh-look-at-yourself-oi-na-sebya-posmotri>\",\"https://steemit.com/steemit/@hofman386/school-lesson-from-bill-gates\",\"https://steemit.com/@haroldallen\",\"https://steemit.com/@stoperx\",\"https://steemit.com/@michaelstobiersk\",\"https://steemit.com/chimpanzee/@baban4ic/chimpanzee\",\"https://steemit.com/steemit/@rohantatia/the-most-clever-scam-i-have-come-across\",\"https://steemit.com/cook/@nicollecarvalho/german-pie\",\"https://steemit.com/colloidal/@vitamincity.com/make-your-own-colloidal-silver-for-pennies-a-gallon-if-you-know-what-colloidal-silver-is-you-know-what-it-does\",\"https://steemit.com/life/@jipo/when-saturated\",\"https://steemit.com/techreview/@dannymonteiro/unlinking-your-mobile-number-in-whatsapp-facebook\",\"https://steemit.com/music/@rossenpavlov/blast-from-the-past-mr-oizo-flat-beat\",\"https://steemit.com/food/@elsi/to-go-breakfast-quesadilla\",\"https://steemit.com/life/@elsi/unleash-your-energy-five-ways-to-recharge-your-mind-spirit-and-productivity\",\"https://steemit.com/life/@sherlock001/all-the-difference-in-the-world\",\"https://steemit.com/life/@sherlock001/the-weight-of-a-glass\",\"https://steemit.com/a/@patience/what-is-radiation\",\"https://steemit.com/seo/@rarcntv/the-dos-and-don-ts-of-your-seo-business\",\"https://steemit.com/business/@standfan/india-s-richest-man-offers-free-4g-to-one-billion-people\",\"https://steemit.com/food/@standfan/here-s-what-healthy-people-actually-snack-on-when-they-re-hungry\",\"https://steemit.com/life/@yasiin/alcohol-no-more\",\"https://steemit.com/story/@nikomah/to-absent-brothers\",\"https://steemit.com/recipes/@bestfoodchoice/southwestern-skirt-steak-a-simple-but-elegant-meal-for-2\",\"https://steemit.com/recipes/@kasume/nasi-lemak-recipe\",\"https://steemit.com/food/@kasume/origins-of-nasi-lemak-in-malaysia\",\"https://steemit.com/introduceyourself/@marta-zaidel/bitcoin-breaks-out-litecoin-fails-at-resistance\",\"https://steemit.com/steem/@steemitqa/good-evening-steemians-i-m-willing-to-follow-you-if-you-follow-me-back\",\"https://steemit.com/photography/@kamil5/ended-the-crazy-burning-man-festival-2016\",\"https://steemit.com/introduceyourself/@stayvolo/my-biggest-downfall-as-an-artist-is-also-my-greatest-strengths-ready-for-it\",\"https://steemit.com/education/@nopublicschools/information-age-makes-homeschool-parents-successful\",\"https://steemit.com/music/@yasmineta/take-me-to-church-cover-or-spanish-teenager-girl\",\"https://steemit.com/animals/@bellacallysta/7-dangerous-animals-in-the-world\",\"https://steemit.com/techreview/@carloshenrique/power-bank-carries-powerful-super-cell-phone-notebook-and-medical-devices\",\"https://steemit.com/scam/@rohantatia/the-biggest-scam-u-have-ever-seen\",\"https://steemit.com/techreview/@gracemuller/xperia-x-ultra-arrives-in-brazil-with-camera-16-megapixel-selfies\",\"https://steemit.com/coffee/@dmilash/coffee-could-be-extinct-by-2080-due-to-climate-change-destroying-areas-suitable-for-growing-beans\",\"https://steemit.com/techreview/@janaina/pes-2017-x-pes-2016-check-the-chart-comparison-of-games\",\"https://steemit.com/techreview/@tabata/list-brings-smart-tvs-available-in-brazil-with-android-tv-system\",\"https://steemit.com/market/@and030380/apple-continue-to-grow-or-die\",\"https://steemit.com/ru/@and030380/dzhon-koleman-komitet-300-audiokniga\",\"https://steemit.com/health/@aksel/the-role-of-sport-in-life\",\"https://steemit.com/ideas/@bellacallysta/creative-what-you-include-creative-people\",\"https://steemit.com/in/@bellacallysta/gurame-recipes-seasoning-sauce-fried-oysters\",\"https://steemit.com/health/@raseukinapobri/diarrhea-not-want-to-stop-cure-by-drinking-black-coffee\",\"https://steemit.com/life/@raseukinapobri/7-things-that-will-instantly-make-your-life-better\",\"https://steemit.com/techreview/@anamuniz/opera-launches-free-vpn-app-for-android\",\"https://steemit.com/techreview/@tabata/galaxy-note-7-vs-xperia-z5-premium-compare-mobile-phones-with-large-screen\",\"https://steemit.com/techreview/@carloshenrique/how-to-download-the-free-demo-of-pes-2017-on-ps4-and-xbox-one\",\"https://steemit.com/philosophy/@favorit/10-words-that-attracts-good-luck\",\"https://steemit.com/life/@hofman386/you-can-not-sleep-at-night-take-care-of-business\",\"https://steemit.com/food/@dmilash/now-everyone-can-cook-a-chicken-from-kfc-by-secret-recipe-1940\",\"https://steemit.com/bitcoin/@aksel/hacking-attack-on-bitcointalk-org-and-users-data-to-the-dark-web-for-sale\",\"https://steemit.com/life/@bettybean/hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write#@ats-david/re-steemcleaners-re-bettybean-hello-steemit-my-name-is-betty-and-i-ride-motorcross-and-i-love-to-write-20160906t155458074z\",\"https://steemit.com/food/@bellacallysta/create-a-favorite-dish-of-fried-fish-asia\",\"https://steemit.com/techreview/@carloshenrique/research-promises-new-way-to-double-the-battery-life-on-mobile\",\"https://steemit.com/techreview/@janaina/seven-lightweight-linux-options-that-will-revive-your-old-pc\",\"https://steemit.com/life/@hofman386/7hmt3u-these-5-facts-about-the-brain-will-change-your-life\",\"https://steemit.com/coffee/@silvershadow111/10-reasons-that-will-make-you-drink-coffee-every-dau\",\"https://steemit.com/techreview/@tabata/customizing-the-look-of-trainer-in-pokemon-go\",\"https://steemit.com/cuty/@nikomah/kitten-and-owl-video-becomes-internet-sensation-in-japan\",\"https://steemit.com/recipes/@bestfoodchoice/english-muffin-breakfast-pizza-quick-diabetic-way-to-start-the-day\",\"https://steemit.com/recipes/@bestfoodchoice/healthy-smoothies-for-diabetics-why-they-are-so-good-for-everyone\",\"https://steemit.com/georgiavs-missouri/@haroldallen/http-watchfootballgamelive-com-georgia-vs-missouri-live-stream\",\"https://steemit.com/michiganstate-vs/@haroldallen/http-watchfootballgamelive-com-michigan-state-vs-notre-dame-stream\",\"https://steemit.com/northtexasvs-floridadamestream/@haroldallen/http-watchfootballgamelive-com-north-texas-vs-florida-dame-stream\",\"https://steemit.com/bitcoin/@mandelduck/why-blockchain-game-items-do-not-need-to-fill-up-blocks\",\"https://steemit.com/spanish/@steemedia/uno-de-cada-cinco-pescados-que-comemos-es-un-fraude\",\"https://steemit.com/translate/@hustlersmanual1/ukrainskii-khaker-kotoryi-stal-luchshim-oruzhiem-fbr-i-ego-khudshim-koshmarom\",\"https://steemit.com/instant/@monopoly/instant-commission-app-generate-100-free-traffic-from-social-media-websites\",\"https://steemit.com/simulation/@craneos6626/large-asteroid-impact-simulation-must-see\",\"https://steemit.com/life/@terrano/artificial-intelligence-gets-a-lot-of-bad-press-but-it-will-solve-the-planet-s-hardest-problems\",\"https://steemit.com/life/@dims/can-sex-robots-replace-relationships-with-human-beings\",\"https://steemit.com/self-reliance/@aksel/the-best-way-to-earn-money-on-steemit\",\"https://steemit.com/life/@dingting/the-top-10-cities-you-should-visit-before-die\",\"https://steemit.com/nature/@linda7395/take-new-breath-from-positive-wonderful-natural-pictures\",\"https://steemit.com/story/@andrewrait/10-of-the-most-mysterious-places-on-earth\",\"https://steemit.com/usa/@fluffy/opinion-5-factors-that-could-turn-america-into-another-collapsed-empire\",\"https://steemit.com/blockchain/@christianovich/the-blockchain-is-perfect-for-government-services-here-s-a-blueprint\",\"https://steemit.com/money/@jiganomics/6-ways-to-make-money-with-fishing\",\"https://steemit.com/lake/@jiganomics/deep-lake-the-90ft-deep-sink-hole-in-florida-freshwater-on-top-and-saltwater-on-the-bottom\",\"https://steemit.com/marijuana/@weeds/parents-and-seniors-smoking-more-weed-than-youngsters\",\"https://steemit.com/life/@dbasnet11/ingest-more-protein-when-we-have-60-years-or-more\",\"https://steemit.com/philosophy/@nelu.ceban/vision-of-the-future-of-humanity-from-a-neurologist-and-psychiatrist-only-on-steemit\",\"https://steemit.com/winrar/@hardmanj/winrar-file-extension-spoofing-vulnerability\",\"https://steemit.com/insects/@fluffy/these-are-the-worst-stings-in-the-world-according-to-a-guy-who-s-experienced-them-all\",\"https://steemit.com/sience/@craneos6626/expedition-48-crew-lands-safely-on-earth\",\"https://steemit.com/sience/@craneos6626/your-coffee-habit-may-be-written-in-your-dna\",\"https://steemit.com/sience/@craneos6626/nasa-is-about-to-launch-a-daring-mission-to-intercept-a-near-earth-asteroid\",\"https://steemit.com/life/@laskoff/what-s-the-happiness\",\"https://steemit.com/linguistics/@linda7395/25-words-that-are-their-own-opposites\",\"https://steemit.com/news/@byron-hazard/hacked-bitcointalk-org-user-data-goes-up-for-sale-on-dark-web\",\"https://steemit.com/photography/@nataliadobrick/my-art-look-and-vote\",\"https://steemit.com/art/@michaelmcdermott/ink-on-canvas-16-20-c-michael-mcdermott\",\"https://steemit.com/art/@rampant/steemit-girl-halo-art\",\"https://steemit.com/halo/@halo/steemit-girl-halo-art-challenge-week-1-entry-4-nekromarinist\",\"https://steemit.com/introduction/@jeremydaw/i-m-jeremy-published-author-harvard-graduate-and-daily-stoner\",\"https://steemit.com/david/@davidnutt/david-nutt\",\"https://steemit.com/marriage/@hannahs/this-is-marriage\",\"https://steemit.com/art/@steemafon/space-glass-planets-and-galaxies-trapped-in-tiny-glass-pendants-by-japanese-artist\",\"https://steemit.com/history/@bellacallysta/history-of-the-legend-of-mount-bromo\",\"https://steemit.com/art/@steemafon/amazingly-realistic-large-scale-sand-sculptures-by-ray-villafane\",\"https://steemit.com/kickstartsurveyreview/@jaki/get-kickstart-survey-review-kickstart-survey\",\"https://steemit.com/food/@mrdsoft/how-to-cooking-chicken-kebab-jujeh-kabab\",\"https://steemit.com/animal/@favorit/natural-records-and-facts\",\"https://steemit.com/food/@future24/recipe-zucchini-tagliatelle-with-cherry-tomatoes-and-basil\",\"https://steemit.com/cannabis/@c082832/bernie-sanders-slams-decision-not-to-reclassify-marijuana\",\"https://steemit.com/news/@c082832/do-nootropics-give-esports-gamers-an-edge-2016-8-19\",\"http://www.blisstree.com/2010/06/23/mental-health-well-being/what-happens-to-your-body-if-you-drink-a-coke-right-now/\",\"https://steemit.com/space/@andrewrait/15-facts-about-ufo\",\"https://steemit.com/history/@favorit/military-affairs\",\"https://steemit.com/science/@fluffy/25-biological-differences-between-men-and-women-that-aren-t-commonly-known\",\"https://steemit.com/future/@fluffy/what-skills-will-you-need-to-secure-a-job-in-2030\",\"https://steemit.com/science/@zettar/scientists-have-assembled-transistor-from-carbon-nanotubes-chips-from-the-carbon-shall-be-significantly-more-efficient-than\",\"https://steemit.com/steemit/@whitemike313/microsoft-is-developing-a-competitor-slack\",\"https://steemit.com/nature/@favorit/wonders-of-the-world-are-not-yet-known\",\"https://steemit.com/health/@anasz/this-will-happen-when-you-stop-drinking-cold-water\",\"https://steemit.com/food/@nofri/grilled-shrimp-tacos-with-creamy-cilantro-sauce\",\"https://steemit.com/recipes/@labradorsem/nourishing-vegetable-salad-with-tuna-for-dinner\",\"https://steemit.com/crypto-news/@forklognews/asx-sticks-with-blockchain\",\"https://steemit.com/deutsch/@craneos6626/deutschen-bank-santander-bny-mellon-und-der-broker-icap\",\"https://steemit.com/science/@craneos6626/toxic-air-pollution-can-penetrate-the-brain-study\",\"https://steemit.com/crypto-news/@forklognews/bitcoin-may-be-recognized-as-money-in-florida\",\"https://steemit.com/recipes/@yanik/vegetable-salad-with-rice\",\"https://steemit.com/food/@bellacallysta/fried-rice-curry-specials-easy-on-the-cook\",\"https://steemit.com/story/@favorit/pirates-and-their-antics-fifteen-men-on-the-dead-man-s-chest-yo-ho-ho-and-a-bottle-of-rum\",\"https://steemit.com/introduceyourself/@marta-zaidel/peercoin-and-namecoin-flash-crash-recover\",\"https://steemit.com/photography/@tettydo/my-art-i-hope-you-like-my-work-and-proof-my-self\",\"https://steemit.com/money/@aigizlo/family-finds-gbp28-000-in-new-home-then-returns-it\",\"https://steemit.com/food/@anboy/sweet-and-sour-chicken\",\"https://steemit.com/denver/@kakare/tv-denver-broncos-at-carolina-panthers-on-thurs-or-thursday-night-or-thurs-night-night-football-live-watch\",\"https://steemit.com/nfl/@livehdvsstream/denver-broncos-vs-carolina-panthers-live\",\"https://steemit.com/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-2\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T03:05:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51872064206813, + "parent_author": "", + "parent_permlink": "steemcleaners", + "pending_payout_value": "163.133 HBD", + "percent_hbd": 10000, + "permlink": "steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-1", + "post_id": 1250041, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 1", + "title": "Steemcleaner Report for the Week of Sept 4, 2016 - Sept 11, 2016 Part 1", + "total_payout_value": "0.000 HBD", + "url": "/steemcleaners/@steemcleaners/steemcleaner-report-for-the-week-of-sept-4-2016-sept-11-2016-part-1" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260754627129, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 10522241220059, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 77792586161, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 259360890007, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 711839898963, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1727712609660, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1918097139995, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2646030980795, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 179313221147, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884632056, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 14505098411, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 306578144077, + "voter": "teamsteem" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060981232, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418819938, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12058039147, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67109273654, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 893870941, + "voter": "endgame" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4430973838, + "voter": "karen13" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215381031023, + "voter": "jl777" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175734219, + "voter": "proto" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193536187, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1439465905530, + "rshares": 102713877213, + "voter": "giffordde2000" + }, + { + "percent": "10000", + "reputation": 3267939897968, + "rshares": 7829319420, + "voter": "scott.stevens" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 55093352242, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 65718444, + "rshares": 60692989, + "voter": "frankbacon" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14497730762, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3738644213, + "voter": "lamech-m" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728730693, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 57829446, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136532129, + "voter": "rusla" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 67692334206, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339229860, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3229266866, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158356237, + "voter": "crimson" + }, + { + "percent": "10000", + "reputation": 632553434228, + "rshares": 1697866711, + "voter": "peaceloveliberty" + }, + { + "percent": "10000", + "reputation": 8391909, + "rshares": 154550955, + "voter": "thebach" + } + ], + "author": "scott.stevens", + "author_reputation": 3267939897968, + "beneficiaries": [], + "body": "\n

A sea change in the awareness of Bitcoin and what it ultimately represents is nearly upon us. Once this realignment in our understanding of money, who owns it, and how it comes into existence evolves, then great great strides in throwing off the old financial paradigm will be well underway. 

\n

\n

This monumental change will empower We The People in ways that are presently unimaginable, and represent changes in the concepts we hold of ourselves so great that we just have-not dare let ourselves \"go there\". 

\n

Recently, the Ethereum/DAO debacle was, for me, a brilliant example of establishing a framework to fund projects, really Big Ideas potentially resulting in civilization changing inventions without having to go beg your bank or crowd fund (which is shining and affording opportunities in it's own right).  The immense amount of money raised, the excitement generated was, and is to a degree, still inspiring. A far larger number of people now know that the crypto universe is forward looking, solutions oriented and committed to bringing this vision of a better way of doing \"money\" into Today. The DAO, that damn one line of code out of place...

\n

I have hope and yet I know that with crypto's the future of this planet can be returned into our own hands and most importantly we can manifest our own destiny not being a vessel or subject of the Crown any longer.

\n

It is my growing belief that our presently distorted relationship with money changes then the revolution we have all hungered for yet didn't know how to execute, will be nearly won. #Bitcoin 

\n

Progress is painfully slow at times when the solution is obvious.

\n

https://youtu.be/_Cn9mhqj7YM

\n

All the very best to my fellow #steemers as the force, the hashing power, IS with us!

\n

@scott.stevens

\n


\n", + "body_length": 2069, + "cashout_time": "2016-09-22T02:43:09", + "category": "bitcoin", + "children": 3, + "created": "2016-09-15T02:43:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"geoengineering\",\"steem\",\"Bitcoin\",\"steemers\"],\"users\":[\"scott.stevens\"],\"image\":[\"https://blog.shoprocket.co/content/images/2016/03/bitcoin-code.jpg\",\"https://img.youtube.com/vi/_Cn9mhqj7YM/0.jpg\"],\"links\":[\"https://youtu.be/_Cn9mhqj7YM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:43:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19221961622581, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "24.195 HBD", + "percent_hbd": 10000, + "permlink": "awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering", + "post_id": 1249988, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering", + "title": "Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35844073593813, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 13699623455, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 306578144077, + "voter": "teamsteem" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061031878, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12057057538, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7416928834, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 32277558046, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9724203511, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 702704546, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11184664773, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 444457065, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136532129, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 15443042535, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1735400995, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339229860, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2497461789, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 1653762508, + "rshares": 152431082, + "voter": "alterego" + } + ], + "author": "canadian-coconut", + "author_reputation": 11352667511018, + "beneficiaries": [], + "body": "\n

Brittany Lambert of Mississippi, shares her son's SERIOUS Vaccine-Induced Bleeding Disorder (ITP) with the world.  
\nHer son Noah was born April 2009, perfectly healthy with no issues.

\n

\n

Click  \u21e5 HERE \u21e4  to watch the VIDEO of Brittany sharing Noah's Vaccine Injury Story.

\n

She had been given a book by Doctor Stephanie Cave, \"What Your Doctor May Not Tell You About Children's Vaccinations,\" that recommended a delayed vaccine schedule, and she told her doctor that she had decided to do a delayed vaccine schedule.  Her doctor belittled her and convinced her to go ahead with the full vaccine schedule.  

\n

Noah got his 2-month shots that day.  

\n
    \n
  • A week later she noticed a rash which was eczema.  
  • \n
  • He got ear infections and upper respiratory infections.  
  • \n
  • At 2, 4, and 6 months (after each set of vaccines) the eczema kept getting worse.  
  • \n
  • By 7 months old eczema covered his entire body, his arms, his back, and he would bleed at night scratching it.  
  • \n
\n

Brittany did not know that it was a vaccine-reaction;
\nthe doctors told her it was normal.  
\n(Even though it is an adverse reaction listed on almost every Vaccine Package Insert)

\n
    \n
  • At 15 months, he went to the doctor covered and inflamed with eczema.
  • \n
  • He had already had many staph infections, because he wouldn't stop scratching. 
  • \n
  • The doctor gave him ALL of his 15-month vaccines on that day,
  • \n
  • Then she started noticing bruises everywhere on Noah
  • \n
  • She took him straight to the Emergency Room
  • \n
\n

He was diagnosed with Immune Thrombocytopenic Purpura (ITP).

\n

It is a listed Adverse Reaction on most Vaccine Package Inserts.

\n

\n

\n

Noah battled chronically low platelets,
\nwhich is what clots your blood and keeps you from bleeding to death,
\nfor two and a half years.  

\n

He had to always wear a helmet because he could bump his head and hemorrhage and die.

\n

\n

Today he is 7, he is healthy and in remission from ITP,
\nbut he still doesn't have a normal blood platelet count.
\nHe has some learning issues.  
\nHe has severe allergies, including peanut allergies.

\n

Brittany feels like she has to speak out and let others know what has happened to her and what can happen to your child.

\n

Here is a picture of Noah signIng the VaxXed Bus that has been touring the U.S.A., showing the Documentary, \"VaxXed: From Cover-Up to Catastrophe\" and gathering up Vaccine Injury stories.  

\n

The VaxXed tour already has close to 3,000 names of vaccine-injured people written on the bus even though they have only been on the road around a month.

\n

Click Here for a short video clip that the TV News showed of the VaxXed Bus in Mississippi.

\n

\n

My Thoughts @canadian-coconut
\nI am doing my part to spread awareness of Vaccine Injury and just how terribly common it is.

\n

I am so encouraged by the VaxXed Bus and their team who are devoting their whole lives to protect the future generations from harm.

\n

Vaccines are flawed.  
\nThey can harm.  
\nWe should not play Russian Roulette with our children.
\n
\nIf you have a Vaccine Injury in Your Family, Please share here.

\n

For More Vaccine Injury Stories, Visit My Blog @canadian-coconut

\n", + "body_length": 4527, + "cashout_time": "2016-09-22T02:39:12", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T02:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vaccines\",\"health\",\"life\",\"family\",\"vaxxed\"],\"users\":[\"canadian-coconut\"],\"image\":[\"http://i.imgur.com/9AJNkOB.png\",\"http://i.imgur.com/TOthA6i.jpg\",\"http://i.imgur.com/dRN2vft.jpg\",\"http://i.imgur.com/zpmgou4.png\",\"http://i.imgur.com/rOJIllD.jpg\",\"http://i.imgur.com/Ss4xhAJ.png\"],\"links\":[\"https://www.facebook.com/VaxXed/videos/751554871654221/\",\"www.vaxxedthemovie.com\",\"https://www.facebook.com/WJTV12/videos/10153910974625509/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T02:39:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 36269188409765, + "parent_author": "", + "parent_permlink": "vaccines", + "pending_payout_value": "81.854 HBD", + "percent_hbd": 10000, + "permlink": "deadly-bleeding-disorder-i-t-p-could-have-killed-son-vaccine-adverse-reaction-vaxxed-stories", + "post_id": 1249970, + "promoted": "0.550 HBD", + "replies": [], + "root_title": "Deadly Bleeding Disorder (I.T.P.) Could Have Killed Son - VACCINE ADVERSE-REACTION (VaxXed Stories)", + "title": "Deadly Bleeding Disorder (I.T.P.) Could Have Killed Son - VACCINE ADVERSE-REACTION (VaxXed Stories)", + "total_payout_value": "0.000 HBD", + "url": "/vaccines/@canadian-coconut/deadly-bleeding-disorder-i-t-p-could-have-killed-son-vaccine-adverse-reaction-vaxxed-stories" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48124017413, + "voter": "alexgr" + }, + { + "percent": "81", + "reputation": 12382143533351, + "rshares": 14980262623, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 17727631053, + "voter": "james-show" + }, + { + "percent": "4700", + "reputation": 15755437221598, + "rshares": 13070961256, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12792082743, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268842348, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629852065283, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060967662, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55497150757, + "voter": "kus-knee" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940046672, + "voter": "mammasitta" + }, + { + "percent": "4700", + "reputation": 17405459234693, + "rshares": 24302631589, + "voter": "venuspcs" + }, + { + "percent": "4700", + "reputation": 4066839697461, + "rshares": 3822509244, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 11415305020986, + "rshares": 47223067749, + "voter": "menta" + }, + { + "percent": "4700", + "reputation": 2906973892, + "rshares": 103519364, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 682102638860, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25054828031, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6939306843, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 675420579, + "voter": "steemswede" + }, + { + "percent": "4700", + "reputation": 675716972978, + "rshares": 362998181, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 488296573, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 919997529, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10248819596, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 32424922593, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 1991682076199, + "rshares": 24184482739, + "voter": "steemed-open" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7903504128, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 446454272, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1961499441, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4137208891, + "voter": "sulev" + }, + { + "percent": "3000", + "reputation": 38706448983317, + "rshares": 38759536056, + "voter": "sterlinluxan" + }, + { + "percent": "81", + "reputation": 1751717743, + "rshares": 416568417, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 369116164, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1335239332, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9578230051, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 4112973711517, + "rshares": 9223314003, + "voter": "generation.easy" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45977491998, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3134189467, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 717952390, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13136579958, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4746939109, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1818363378287, + "rshares": 4794792863, + "voter": "mscleverclocks" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 459257778, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1217345926, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 15924537033, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1445376995, + "voter": "masonmiler" + }, + { + "percent": "4700", + "reputation": 0, + "rshares": 75206818462, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 738537361, + "rshares": 55084168, + "voter": "jenniferwyble" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 54857850, + "voter": "janasmith4611" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 107803279, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 55117938, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 92065054, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 294804319, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1206781861, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 145721752, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 159972629, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 1249398988, + "rshares": 151685136, + "voter": "cyber-punk" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "
\n

Greetings Steemians!

\n


\n

I give you today's edition (#7) of choice quotes in hopes to inspire and bring real value to life~

\n


\n


\n

\n


\n

I really love this quote because it brings empowerment through responsibility. 

\n

The truth is that in order to change, one must accept what is. One must accept one's self and the \"mistakes,\" \"failures,\" or \"sins\" in honesty. Yet a lot of people either pretend, deny, justify, or lie in order to not face that darkness. There is no way to change when operating this way. 

\n

Many others are aware of it but then feel guilty or ashamed, getting trapped in cycles of doubt and judgement.  Neither of these are healthy or sustainable perspectives for a happy & successful life. 

\n


\n

I have found that it is quite a paradox because I must accept what is regardless of if it is \"good\" or \"bad,\" and that means being aware of what is and that it is not any other way. Yet in order to change, I must also be aware there is a better way and commit to embodying that...So it is a paradox because WANTING to change something is not \"good\" and brings a lot of resistance to what is. So the balance in the paradox is to be able to accept/be at peace with what is, rather than deny or be ashamed, while simultaneously focusing on the upgrade/solution/ideal of what could be and be dedicated to that. 

\n


\n

Judgement of others and/or the self is a killer, as is being in denial. Being able to look at one's self objectively is key. Many find it difficult to look at others objectively, let alone one's self!  This is often much harder than to look objectively at someone else.

\n


\n

When one is able to achieve this balance, change becomes almost constant, and life is improved each day~*~

\n


\n

I hope you find value in this potent post and I appreciate your support and feedback!

\n


\n


\n

\n
", + "body_length": 2285, + "cashout_time": "2016-09-22T01:16:27", + "category": "philosophy", + "children": 14, + "created": "2016-09-15T01:16:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"life\",\"beauty\",\"art\",\"meme\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/QQuoteParadoxChangef5b2e.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T01:16:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1896776951817, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "0.608 HBD", + "percent_hbd": 10000, + "permlink": "quinn-s-choice-quote-of-the-day-7-the-curious-paradox-is-that-when-i-accept-myself-as-i-am-then-i-can-change-carl-rogers", + "post_id": 1249420, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "~*~Quinn's Choice Quote of the Day #7: \"The curious paradox is that when I accept myself as I am, then I can change.\" Carl Rogers~*~", + "title": "~*~Quinn's Choice Quote of the Day #7: \"The curious paradox is that when I accept myself as I am, then I can change.\" Carl Rogers~*~", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@quinneaker/quinn-s-choice-quote-of-the-day-7-the-curious-paradox-is-that-when-i-accept-myself-as-i-am-then-i-can-change-carl-rogers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 466469048072, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6807130390851, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5528191960600, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 85747205461, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1571205600, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 141977930662, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 19339233876, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10402434355, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12792082743, + "voter": "cian.dafe" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060972186, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 406739104316, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 85383653471, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 273577604464, + "voter": "lukestokes" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940081050, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35372469248, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 675420579, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 143198308768, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27811031925, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 11426107825, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 871576606, + "voter": "luisucv34" + }, + { + "percent": "2500", + "reputation": 3941133391991, + "rshares": 6111828629, + "voter": "peacekeeper" + }, + { + "percent": "2500", + "reputation": 1633600290379, + "rshares": 3398181950, + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 1242047864, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 703709172, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326768546, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 222758958, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2325435376, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2950191669, + "voter": "bledarus" + }, + { + "percent": "1000", + "reputation": 11683040603469, + "rshares": 9349788978, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 20122976816, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308722505, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 53318983899, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45977491998, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 4775359646971, + "rshares": 6036600051, + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 14837664179974, + "rshares": 27626799529, + "voter": "jaredhowe" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 717952390, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5199499144, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 64950540, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 7487439248, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 65502919, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 59741874574, + "rshares": 95086202, + "voter": "expatlove" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 542711456, + "voter": "lifeworship" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 92065054, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516320264, + "voter": "grisha-danunaher" + } + ], + "author": "kafkanarchy84", + "author_reputation": 18105338219923, + "beneficiaries": [], + "body": "There is a very easy way to determine if your opponent in debate is worthy of your time. Use this acid test: \n\nIf your opponent issues one of the statements below, or some statement of like content, simply point out their error in logic. If they stand corrected, continue the debate. If not, get out. It is probably a waste of your time.\n\nLet's begin.\n\n**1. \"Nothing is absolutely true.\"**\n*This statement itself is an absolute truth claim. Ask your opponent if that statement itself is \"absolutely true.\" If it is not, then some things can be absolutely or objectively true. If it is absolutely true, then it nullifies itself.*\n\n**2. \"Everything is relative.\"**\n*This statement is all-inclusive and includes the statement itself. If the statement itself is relative, it cannot be treated as universally, objectively true.*\n\n**3. \"That's just your opinion.\"**\n*Never mind that this statement is often totally false and uttered after an encounter with unpleasant, real-world factual information. Just flip it around. Ask \"Is that just *your opinion?\"**\n\nI'll close with a great quote attributed to Oscar Wilde:\n\n*\"Everything in moderation, including moderation.\"*\n\nHave a great day.\n\n~KafkA\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*\n\nhttps://s16.postimg.io/injcp8f4l/image.jpg", + "body_length": 1307, + "cashout_time": "2016-09-22T01:14:54", + "category": "philosophy", + "children": 5, + "created": "2016-09-15T01:14:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"logic\",\"debate\",\"anarchy\",\"life\"],\"image\":[\"https://s16.postimg.io/injcp8f4l/image.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T01:14:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14267517572537, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "14.818 HBD", + "percent_hbd": 10000, + "permlink": "self-nullifying-claims-a-brief-handbook-for-survival-in-relativist-encounters", + "post_id": 1249406, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Self-nullifying Claims. A Brief Handbook for Survival in Relativist Encounters.", + "title": "Self-nullifying Claims. A Brief Handbook for Survival in Relativist Encounters.", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@kafkanarchy84/self-nullifying-claims-a-brief-handbook-for-survival-in-relativist-encounters" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260754673194, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 10522241220059, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73216551681, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 259360890007, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 711839898963, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1727712609660, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1918097139995, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2646032449463, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168106144825, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48124017413, + "voter": "alexgr" + }, + { + "percent": "556", + "reputation": 12382143533351, + "rshares": 44940774298, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468170958, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5638749800, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 18533432464, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12792082743, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268842348, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603610197626, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060953185, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 65466044394, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365287420, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 108219424076, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 213635531055, + "voter": "kimziv" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940081050, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 8027766563, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158971693949, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 675323465, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 1092343085, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 152925422246, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 4699304162, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 1569604784188, + "rshares": 7204513639, + "voter": "matrioshka" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24980205489, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6537692193, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4776861093, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10030759604, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1786967319, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8507242808, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 703709172, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 446454272, + "voter": "kooshikoo" + }, + { + "percent": "7400", + "reputation": 7172977970558, + "rshares": 2938924807, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 35201158121, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 6640643630, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15951816066, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52207362, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 28706879641, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46037108370, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51206711, + "voter": "krushing" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1244730395663, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22425662060, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942321987, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22950402768, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42525029128, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 252677995598, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9689963111, + "voter": "flysaga" + }, + { + "percent": "556", + "reputation": 1751717743, + "rshares": 1249705251, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 456394583, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 55818424496, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 8358920723, + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "percent": "10000", + "reputation": 99941487421, + "rshares": 89755211, + "voter": "casandrarose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22945957775, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22943726028, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22940841761, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22936938039, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22933658890, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22930993127, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6710042820, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 52446773, + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4476839046, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 19816054657, + "rshares": 91129865, + "voter": "ipkez" + }, + { + "percent": "10000", + "reputation": 1118144531, + "rshares": 63452095, + "voter": "gregnie" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13517833230, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2834618629, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 2199070663860, + "rshares": 3675894835, + "voter": "quantumanomaly" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9024316985, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 178774017, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50010551, + "voter": "alexbones" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591085594, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10700428930, + "voter": "gonzo" + }, + { + "percent": "4400", + "reputation": 13325577893779, + "rshares": 13869624454, + "voter": "kyriacos" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14497730762, + "voter": "thecurator" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728730693, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22925082937, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 62941239, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 480394097022, + "rshares": 237121886, + "voter": "onlyvoluntary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22611741774, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3485070989, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 1158086, + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 407993596, + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "percent": "100", + "reputation": 12539394694005, + "rshares": 238391418, + "voter": "doitvoluntarily" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 67692334206, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5537498411, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 57589781, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4725653598, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154913710, + "voter": "crimson" + }, + { + "percent": "10000", + "reputation": 4804459, + "rshares": 157620713, + "voter": "animal" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + } + ], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "http://static.boredpanda.com/blog/wp-content/uploads/2016/02/loving-vincent-vangogh-animated-oil-painting-movie-breakthru-trademark-films-fb__700-png.jpg\n_**There but for the grace of God go I!**_\n\nOn my way into Walmart, I found out that last night in my city, there was a family that slept in a car in the cold, because they couldn't afford shelter for the night.\n\nI met a father of 4 who had lost his job to an H1B hire he was forced to train. To add insult to injury, the first H1B hire had suffered a heart attack after a month of hard fought training. Training that this man persisted in giving his replacement despite language barriers and general incompetence that occurs when people can fake degrees and knowledge they have not earned the right to. So the father was called upon to come back and train the next guy. \n\nThis meant he basically burnt through any severance he had otherwise earned. The company was not required to compensate him for time spent training his replacement. Yet he was still required to complete the process of training a replacement if he wanted to collect his severance. Collecting this severance blocked him from collecting unemployment since it was now considered \"at will\".\n\nHe is now unemployable in his field because his skills are out of date, being a specialist at his former company for close to 20 years. To make matters worse, he is now 40 and considered too old and too expensive to hire. He's wondering how his children will eat when he cannot provide. He has to compete not only with a younger generation of Americans, but also with people who were brought in legally for the explicit purpose of driving down wages.\n\nThis man was standing out in front Walmart with a sign. He wasn't begging, he was there offering to fix cellphones and computers for people that were about to walk in to buy a new one. He was willing to do this for tips, in hopes that someone would see his initiative and provide him with a long term job.\n\nAll isn't lost, the government will provide for his wife and kids, but only if he is no longer in the picture. You see, he earned too much last year to qualify for assistance this year. I know this, because I sat and talked to him for a bit before going in.\n\n*What options do you think that leaves him as a father and a husband?* \n\nBy all the standards of our society, this man did everything right. He worked his way through college, waiting to marry until he was in a secure job at a stable company. He trusted in the company pension to be there for him like they promised. When the company was no longer offering a pension, he invested in a 401k, but it put him 15 years behind in retirement savings. He tapped that out while looking for new work. After continual unemployment he lost his home and now he's in front of a Walmart with a sign offering to repair things.\n\nWhile I am immensely proud of this man, in a way it left me pissed off. It is this anger I wish to channel into something productive and try to change the world, because this... This just isn't right and we need to fix this.\nhttp://betanews.com/wp-content/uploads/2015/06/h1b-visas-by-company.jpg\n\nTo be continued....\n\n*I invite everyone's comments. But humor me by reading the whole way through before jumping to any conclusions. There are several of these coming in the next 24hrs.*\n\n**update:** Part 2 has been posted here...\nhttps://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-2-what-in-the-hell-happened-to-us", + "body_length": 3500, + "cashout_time": "2016-09-22T01:06:48", + "category": "life", + "children": 19, + "created": "2016-09-15T01:06:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"story\",\"money\",\"anarchy\",\"minnowsunite\"],\"image\":[\"http://static.boredpanda.com/blog/wp-content/uploads/2016/02/loving-vincent-vangogh-animated-oil-painting-movie-breakthru-trademark-films-fb__700-png.jpg\",\"http://betanews.com/wp-content/uploads/2015/06/h1b-visas-by-company.jpg\"],\"links\":[\"https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-2-what-in-the-hell-happened-to-us\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T05:37:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21963466519210, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "31.803 HBD", + "percent_hbd": 10000, + "permlink": "towards-a-better-tomorrow-part-1-there-but-for-grace", + "post_id": 1249315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Towards A Better Tomorrow : Part 1 - There but for grace!", + "title": "Towards A Better Tomorrow : Part 1 - There but for grace!", + "total_payout_value": "0.000 HBD", + "url": "/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6807102042662, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5645813066144, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 644319303952, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 85747205461, + "voter": "mrs.agsexplorer" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 129518263306, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 98051626649, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 19339233876, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060954995, + "voter": "murh" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940081050, + "voter": "mammasitta" + }, + { + "percent": "2900", + "reputation": 1959446497877, + "rshares": 1928318491, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 67308424475, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122434696239, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 322814752, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 771798245, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 147068395833, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 844211444, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 1212475296, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326768546, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547731119, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1223969387, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 8791571255, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 17558106467, + "voter": "mikemacintire" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3804396727, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 65502919, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1057083177, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 22066178, + "rshares": 53146733, + "voter": "vsmith08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 649740104995, + "rshares": 145204247, + "voter": "bruno1122" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 105584407, + "voter": "dirlei.sdias" + } + ], + "author": "randyclemens", + "author_reputation": 6380056335097, + "beneficiaries": [], + "body": "
http://neocashradio.com/wp-content/uploads/2016/09/neocash-radio-podcast-bitcoin-money.png
\n\nThis week's TL;DR headlines: Phony bank accounts a normal thing for Wells Fargo. Friday stocks drop but perhaps the news is being overblown. IMF managing direct warns: the natives are getting restless. Euro-zone is seeing price inflation for food. Finland tests out a basic income. Lykke Initial Coin Offering is underway, will it float? 2nd Largest BTC mining pool setting up a new pool for open-sourced testing of new mining techniques. SegWit is being criticized for the soft-fork approach. Is that a blockchain on your telephone pole? Utilities and the blockchain. Ethereum Classic is still kicking but for what and how will they innovate better than ETH?\n\nAll this and more here on Neocash Radio episode 173!\u00a0Recorded September 14th, 2016 in Manchester, NH!\n\nWe\u2019ve written out short overviews of the topics discussed on today\u2019s show below; be sure to listen in to the whole podcast to get more information, insights, and thoughts on each of them from JJ (aka @jjepic), Darren (aka @newhampshire), and me (aka @randyclemens)!\n
\n

\ud83d\udd0a Stream this episode of Neocash Radio, or download the full episode MP3!

\n
Tune in to Neocash Radio\u00a0every Wednesday night and\nRETWEET ALL THE THINGS @NeocashRadio!\nSubscribe to Neocash Radio on iTunes / Stitcher / and NOW Google Play!
\n\n
\n\nTraditional Markets\nGold $1322.70\nSilver $18.97\nOil $43.64\nDOW Jones 18,034.77\n30Y UST 2.44% up\n\nCrypto Markets\nBitcoin (BTC) $615\nLitecoin (LTC) $3.86\nDash $12.95\nEther (ETH) $12.05\nMonero (XMR) $10.40\n1 doge = 1 doge\n
\n\n5,300 Wells Fargo employees fired over 2 million phony accounts\nFederal regulators said Wells Fargo employees secretly created millions of unauthorized bank and credit card accounts since 2011. The fraudulent accounts earned the bank unwarranted fees while employees boosted their sales figures to make higher commissions and bonuses. The Wells Fargo CEO has come out defending the bank\u2019s culture, claiming there was \u201cno incentive to do bad things\u201d while laying blame solely on \u201cbad employees.\u201d\n\nClearly, there was an incentive; the report calls this a \u201cwidespread\u201d practice, citing an estimated 1.5 million deposit accounts and over 565,000 credit card accounts that were created without customer\u2019s knowledge. Wells Fargo has fired 5,300 employees in relation to this scam, and has been slapped with $185 million in fines, and will issue $5 million to refund customers.\n\nFriday: Stocks See Biggest Drop Since June as Rate-Hike Fears Grip Wall Street\nUS Stocks go down slightly, but not dramatically on news that quantitative easing in the European Union will sunset in March of 2017. This may result in higher corporate interest rates in the EU, which can influence other interest rates. This may result in (slight) upward pressure on interest rates in the US. However, there is a limit. Some analysts still believe that the European Central Bank may vote to extend the \u20ac80 billion monthly money-printing devaluation beyond March, but are speculating that they will announce that decision in December.\n\nIMF managing director Christine Lagarde warns of \u2018groundswell of discontent\u2019 against globalisation\nGiving a speech titled \u201cMaking Globalisation Work For All\u201d, the International Monetary Fund\u2019s managing director warned politicians that \u201cgrowing inequality in wealth, income, and opportunity in many countries has added to a groundswell of discontent, especially in the industrialized world,\u201d adding that many people felt they \u201clack control\u201d in a \u201csystem [that] is somehow against them\u201d.\n\nUnfortunately, her proposed solutions to this problem include ideas that have proven to not be effective, like increasing mandatory minimum wages.\n\nEuro zone return to inflation confirmed as food prices surge\nA small uptick in Euro zone inflation in July was confirmed by data in August\u00a0which showed food prices surging over the year, although overall price indices still fell in 12 of the 19 member states. Euro zone prices rose 0.2 percent year-on-year, though the annual inflation rate remains quite shy of the European Central Bank's target of just under 2 percent.\n\nFinland to test implementing Basic Income\nFinland has randomly selected a group of 2,000\u20133,000 citizens already on unemployment benefits to begin receiving a monthly basic income of \u20ac560 (approx. $600). The pilot study will run from 2017-2018, and will assess whether basic income can help actually increase the employment rate, reduce poverty, social exclusion, and bureaucracy.\n\nThe difference between these basic income payments and the recipient\u2019s current unemployment \u00a0not immediately apparent, but Finland has promoting \u201cexperimental governance,\u201d which tests multiple solutions to problems over a specified timeframe and implements those programs which performed best.\n\nLykke, a Swiss FinTech company, aims to create a global marketplace to trade financial instruments and more\nLykke, a trading venue where buy and sell orders are crossed with a matching engine, announced the start of its ICO campaign. The company hopes to raise 1.5 million Swiss francs through the sale of thirty million Lykke coins, which represent ownership of the Lykke company. Lykke itself is not a crypto-currency or distributed ledger technology company; it is a marketplace that allows secure trading of financial instruments over the Bitcoin blockchain with colored coins, and it reportedly integrates seamlessly with the existing traditional financial system.\n\n2nd Largest BTC mining pool launches 2nd pool to explore mining technology\nBitcoin mining equipment manufacturer Bitmain has launched a new mining pool as a part of its block explorer BTC.com\u2019s offering. The new mining pool\u2014its second after Antpool\u2014is open-source, reportedly reduces the odds of mining orphaned blocks, and will not charge any fees until 2017, at which point the pool will collect 1.5%.\n\nSegwit Moves Closer to Full Proposal for Bitcoin as Accusations of Politicking Flare\nSegregated Witness (Segwit), a proposed solution to Bitcoin\u2019s block size debate, is nearing full proposal, but many feel that its advancement has been controversial and politically motivated. There is also criticism that Segwit would be implemented by a soft-fork\u2014where 75% of the nodes need to agree to the change\u2014rather than a hard-fork, where it would require consensus from the entire network to be adopted without splitting the network.\n\nSegwit reduces Bitcoin transaction size by separating the signature field and the transaction data, and lower transaction size allows for more transactions to be included in a block, regardless of block size.\n\nBitcoin Technology Harnessed to Push Electricity Revolution\nBlockchains are starting to disrupt the electricity industry. Systems like TransactiveGrid from ConsenSys run off an Ethereum-based blockchain to measure energy consumption and generation from solar panels in Brooklyn to allow neighbors to pool resources, handle micropayments, and sell energy back to the grid without costly middlemen and human meter readers.\n\nYes, there are developments happening with Ethereum Classic\nFormer Ethereum CEO Charles Hoskinson joined the Ethereum Classic dev team earlier this year, and just posted an update to Steemit updating followers on what\u2019s happening. Among the bulletpoints, they\u2019ve interviewed several community manager candidates, are forming a technological steering committee, are investigating new smart contract languages such as those coming from Synereo, and they\u2019re looking to potentially rebrand to avoid confusion and potential trademark issues with Ethereum.\n\nTheDAO hacker moves funds, gives 1000 ETC to ETC Dev team\nThe anonymous hacker(s) behind the DAO debacle has begun moving around his/her/their Ethereum funds into different accounts, and as a strange tip of the hat, sent 1000 ETC (approximately $1,300) to the Ethereum Classic development team.\n\n
\n
All Steem Dollars received from Neocash Radio posts are divided amongst the three podcast hosts: @jjepic, @newhampshire, and @randyclemens! Thanks for your support and upvotes!
\n\n
Tune in to Neocash Radio\u00a0every Wednesday night and\nRETWEET ALL THE THINGS @NeocashRadio!\nSubscribe to Neocash Radio on iTunes / Stitcher / and NOW Google Play!
", + "body_length": 11354, + "cashout_time": "2016-09-22T01:00:51", + "category": "money", + "children": 1, + "created": "2016-09-15T01:00:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"news\",\"crypto-news\",\"cryptocurrency\"],\"users\":[\"jjepic\",\"newhampshire\",\"randyclemens\"],\"image\":[\"http://neocashradio.com/wp-content/uploads/2016/09/neocash-radio-podcast-bitcoin-money.png\"],\"links\":[\"http://neocashradio.com/blog/episode-173-another-huge-bank-scandal-imf-smells-uprising-blockchain-innovation/\",\"http://traffic.libsyn.com/neocashradio/EP_173.mp3\",\"http://twitter.com/NeocashRadio\",\"https://itunes.apple.com/us/podcast/neocash-radio/id956743504?mt=2\",\"http://www.stitcher.com/podcast/neocash-radio\",\"https://goo.gl/app/playmusic?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&link=https://play.google.com/music/m/I7byiz557r5mvj75rv66jw6qgby?t%3DNeocash_Radio\",\"http://money.cnn.com/2016/09/08/investing/wells-fargo-created-phony-accounts-bank-fees/ \",\"http://www.wsj.com/articles/wells-fargo-ceo-defends-bank-culture-lays-blame-with-bad-employees-1473784452\",\"http://www.foxbusiness.com/markets/2016/09/09/stocks-see-biggest-drop-since-june-as-rate-hike-fears-grip-wall-street.html\",\"http://www.insidesources.com/federal-debt-pushing-u-s-toward-disaster/\",\"https://www.ft.com/content/728ef58f-6f14-3873-bee5-5065229292e4\",\"https://www.youtube.com/watch?v=siW0YAAfX6I\",\"http://www.reuters.com/article/us-eurozone-economy-inflation-idUSKCN10T0U0\",\"http://futurism.com/thousands-to-receive-basic-income-in-finland/\",\"http://www.financemagnates.com/cryptocurrency/trading/lykke-starts-initial-coin-offering-chf-usd-bitcoin-and-ethereum-accepted/\",\"https://lykke.com/\",\"https://www.cryptocoinsnews.com/bitcoin-mining-giant-bitmain-launches-second-pool/\",\"https://www.cryptocoinsnews.com/segwit-full-proposal-bitcoin-politicking/\",\"http://www.coindesk.com/what-is-the-bitcoin-block-size-debate-and-why-does-it-matter/\",\"http://www.bloomberg.com/news/articles/2016-09-12/bitcoin-technology-harnessed-to-push-electricity-revolution\",\"https://steemit.com/ethereum/@charleshosk/ethereum-classic-an-update\",\"http://www.investopedia.com/news/dao-hacker-donates-stolen-funds-ethereum-classic-dev-team/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T01:18:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13823680982162, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "13.471 HBD", + "percent_hbd": 10000, + "permlink": "neocash-radio-ep-173-another-huge-bank-scandal-the-international-monetary-fund-smells-an-uprising-and-blockchain-innovations", + "post_id": 1249254, + "promoted": "2.030 HBD", + "replies": [], + "root_title": "Neocash Radio Ep. 173 - another HUGE bank scandal, the International Monetary Fund smells an uprising, and blockchain innovations continue to soar!", + "title": "Neocash Radio Ep. 173 - another HUGE bank scandal, the International Monetary Fund smells an uprising, and blockchain innovations continue to soar!", + "total_payout_value": "0.000 HBD", + "url": "/money/@randyclemens/neocash-radio-ep-173-another-huge-bank-scandal-the-international-monetary-fund-smells-an-uprising-and-blockchain-innovations" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7710245013992, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260740486888, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40021740169626, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6807116216801, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5528191960600, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118485787519, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1126706604646, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6666003023934, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172493141, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 644319303952, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 85747205461, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 158487994237, + "rshares": 48198196614, + "voter": "twiceuponatime" + }, + { + "percent": "2500", + "reputation": 101807714979611, + "rshares": 195023906233, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3126407129502, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799878299635, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 102053733860, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 371633178561, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1170046963301, + "rshares": 19632308065, + "voter": "asabovesobelow" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3500585753, + "voter": "kenmonkey" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 19339233876, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668864101, + "voter": "richman" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 11764717438, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1320263485, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 161159595717, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12118815231, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268842348, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 590488236808, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060953185, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 406739104316, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5385662749, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383503039013, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 353860345684, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5046056025, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30494707878, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187331138, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 32608925905, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471506012, + "voter": "mrhankeh" + }, + { + "percent": "4200", + "reputation": 17405459234693, + "rshares": 22567168448, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158971693949, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6299173740, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 67308424475, + "voter": "rubybian" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 3440404892, + "voter": "getssidetracked" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 93660377, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 771798245, + "voter": "steemswede" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 311141298, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734067704, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14380383946, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 325887093753, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33656343814, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80756866, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7943557430, + "rshares": 277585966, + "voter": "theboccet" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 1064017387, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 919997529, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 23336693539, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7347942432, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 4565842, + "rshares": 239890617, + "voter": "johannes317" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7312761200, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10684939578, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 183660738363, + "rshares": 3156342464, + "voter": "moviefan" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3693214367, + "voter": "bitcoiner" + }, + { + "percent": "5600", + "reputation": 1633600290379, + "rshares": 7580559734, + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 309088757, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 201571130, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 1212475296, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 33137794305, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7710735735, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20689702740, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "700", + "reputation": 4063076365725, + "rshares": 357768322, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 104284207, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2156272283, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22904364389, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 4754301085, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13370716704, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565616, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 4250663102, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3654614922, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2368316221, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2196539088, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9344614684, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3032141438, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 8968808839, + "voter": "theb0red1" + }, + { + "percent": "4400", + "reputation": 13325577893779, + "rshares": 13869624454, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 91627931988, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11190434036, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308722505, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 377542979, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536009074, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139387730, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2236437351, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4533929087960, + "rshares": 8558777427, + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 109359913, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13136579958, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 65502919, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10486364724, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 15140237780, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4267194369, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 468442933, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752626860, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 56221183, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1192999007, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 56460853, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 16243027774, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 660913097252, + "rshares": 3474797694, + "voter": "bitscape" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1416469455, + "voter": "masonmiler" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": 67689366671, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 55955007, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 962771344, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60100889828, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6483382363, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 57589781, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 53692261, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 95142610, + "rshares": 51061809, + "voter": "roswellrockman" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231394982, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 1533678042141, + "rshares": 2060037345, + "voter": "greenwayoflife" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9455106818, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 153699193, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 1104190437, + "voter": "lyndsaybowes" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 155166715, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 68602142, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 150114474, + "voter": "royfft" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 152816202, + "voter": "countofdelphi" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 4892774507, + "voter": "exploretraveler" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 130863702, + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 761567853698, + "rshares": 154316629, + "voter": "dgiors" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 105584407, + "voter": "dirlei.sdias" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138651704, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 543088579, + "rshares": 153692513, + "voter": "ramblinmind" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\n

We\u2019ve been living on the cutting-edge for a long time. 

\n

We\u2019re paving the way for a new world, and we embrace new opportunities that are in alignment with our values. Steemit has the potential to be revolutionary, and we want to support that as much as we can!

\n

We have exciting announcements:

\n

1) We are integrating STEEM to our website!

\n

Thanks to the great work of the Steempay team @steve-walschot, @cass, and their support, we now accept STEEM and SBD in donation exchanges for our world-class goods and services!

\n

2) The first products we will offer in trade for STEEM and SBD are our EpicThreads Steemit Ts!

\n

Quinn has expanded his fashion line to include unique, handmade, one-of-a-kind, fully custom, and MOST sustainable EpicThreads Steemit Ts (and we've got more exciting, steemy products in development)!

\n


\n

\n


\n


\nOver the next few weeks, we will continue upgrading our huge website to accept STEEM donations for any of the valuable services and goods we have on offer!

\n

 This project will take some time, because our site is huge and we have many projects underway.

\n


\nAs we take this profound step towards a healthier and more sustainable world for ALL, we'll announce the categories of our ethical merchantry shop as they are optimized for STEEM exchange!

\n


\n

May we continue to enjoy mutually beneficial exchanges that build a NEW world!

\n


\n


\n

www.intothegardenofeden.com

\n


\n

\n", + "body_length": 2661, + "cashout_time": "2016-09-22T00:58:51", + "category": "steemit", + "children": 21, + "created": "2016-09-15T00:58:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"sustainability\",\"money\",\"beauty\"],\"image\":[\"https://www.steemimg.com/images/2016/09/09/SteemitShirt2bb47d.jpg\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"http://www.intothegardenofeden.com\",\"https://steemit.com/steempay/@steve-walschot/steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included\",\"http://www.steemit.com/steve-walschot\",\"http://www.steemit.com/@cass\",\"http://www.intothegardenofeden.com/store/p734/EpicThreads_Steemit_T.html\",\"http://www.steemit.com/@quinneaker\",\"https://steemit.com/steemit/@quinneaker/my-new-steemit-fashion-line-has-begun-first-photo-shoot-for-epicshreds-steemit-t\",\"https://steemit.com/money/@gardenofeden/standard-accountability-the-garden-of-eden-ledger-or-how-we-spend-our-freedom-9-13-16\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:58:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 77040164142752, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "341.688 HBD", + "percent_hbd": 10000, + "permlink": "exciting-steemit-announcement-to-build-this-economy-and-support-this-revolutionary-platform-our-online-store-is-now-accepting", + "post_id": 1249237, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exciting Steemit Announcement: To Build This Economy and Support This Revolutionary Platform, Our Online Store Is Now Accepting Steem!", + "title": "Exciting Steemit Announcement: To Build This Economy and Support This Revolutionary Platform, Our Online Store Is Now Accepting Steem!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@gardenofeden/exciting-steemit-announcement-to-build-this-economy-and-support-this-revolutionary-platform-our-online-store-is-now-accepting" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28660306709493, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6806292842449, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5528155544479, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456087731331, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452617063087, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 620666662942, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172493141, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 644294314564, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6359756919, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1571205600, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3126407129502, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 100052680255, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284020886114, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14065348977, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11239173417, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 145064407415, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 371664907622, + "voter": "craig-grant" + }, + { + "percent": "531", + "reputation": 12382143533351, + "rshares": 44940773394, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 19339233876, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2068009075, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10402434355, + "voter": "richman" + }, + { + "percent": "4300", + "reputation": 15755437221598, + "rshares": 11763810839, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 10055512623, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12118815231, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268842348, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060992086, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6084124605, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10527642142, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 211000542463, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 391155120826, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110473995411, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219258142924, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 353823946715, + "voter": "kaylinart" + }, + { + "percent": "2700", + "reputation": 3460995705314, + "rshares": 12241269335, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 575007060006, + "voter": "infovore" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652497229, + "voter": "grandpere" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940081050, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15411154879, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187331138, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4698289736, + "voter": "alexft" + }, + { + "percent": "4300", + "reputation": 17405459234693, + "rshares": 22566435264, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3715502487, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158971693949, + "voter": "asmolokalo" + }, + { + "percent": "4300", + "reputation": 4066839697461, + "rshares": 3631251981, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 8425699199, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15674027875, + "voter": "yogi.artist" + }, + { + "percent": "4300", + "reputation": 2906973892, + "rshares": 93660377, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 771798245, + "voter": "steemswede" + }, + { + "percent": "4300", + "reputation": 675716972978, + "rshares": 92819199, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 139335918812, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10806770137, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25161566995, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 39666062799, + "voter": "halo" + }, + { + "percent": "8400", + "reputation": 2821855573125, + "rshares": 7541129907, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11755210247, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 329765104838, + "voter": "jesta" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107710307, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27811031925, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 74664434526, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6401490273, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44556399696, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 23400667825, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 2620486879029, + "rshares": 7055915472, + "voter": "arcange" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2884751169, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 11537614291, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 78001007735, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466879587, + "voter": "rpf" + }, + { + "percent": "5000", + "reputation": 10910231620999, + "rshares": 9980404601, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756702946, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 5136909682, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3487273493, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31924195455, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5372325381, + "voter": "rainchen" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53842876763, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 13133061167, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18840743474, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 923420861, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7903504128, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 19827631792, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455953299, + "voter": "kooshikoo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543748196, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634152570, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 7252444947, + "voter": "lykkeliten" + }, + { + "percent": "800", + "reputation": 4063076365725, + "rshares": 357768322, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 6567313762, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024314167, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 49031809720, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298304179, + "voter": "taker" + }, + { + "percent": "2500", + "reputation": 10137266406870, + "rshares": 4238154544, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 9995923586884, + "rshares": 22368661859, + "voter": "amy-goodrich" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24555046997, + "voter": "laoyao" + }, + { + "percent": "531", + "reputation": 1751717743, + "rshares": 1249705251, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13370716704, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 54352151623, + "rshares": 4185826321, + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 176650903994, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5766718176, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 58773515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2559208719, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1434064827, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 42833125455, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 56258430154, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9578230051, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13799454756, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 16014182829, + "voter": "scaredycatguide" + }, + { + "percent": "3000", + "reputation": 4130836907564, + "rshares": 5771403682, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2868241901, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89201281579, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10918805030, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9163811277, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1952853642, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20539253579, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 7025698194, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11190434036, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308722505, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 1063238167696, + "rshares": 3399074311, + "voter": "steveo" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13004694506, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88102217984, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 389157557895, + "rshares": 215103953, + "voter": "lasseehlers" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10848151845, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773819456, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1558969491915, + "rshares": 2216523374, + "voter": "scottrok" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1970020900, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5199353167, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2020884956, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 109359913, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 176243018, + "voter": "sammie" + }, + { + "percent": "100", + "reputation": 10684992176630, + "rshares": 262731599, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11184378291, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 63455953, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931951660, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2183507932, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1770682307, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 657387716308, + "rshares": 1152453204, + "voter": "vebo3" + }, + { + "percent": "4300", + "reputation": 0, + "rshares": 67685191953, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 422610257, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 52252552, + "voter": "lighter" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 107803279, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 982419739, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 4408882617025, + "rshares": 5711392263, + "voter": "jillwirt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5611411538, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6342439268, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 294804319, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231394982, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4984327527, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288394465, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516320264, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444421238, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 153699193, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1327332480, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 288481983740, + "rshares": 149393009, + "voter": "berek" + }, + { + "percent": "10000", + "reputation": 140053990, + "rshares": 151685595, + "voter": "artmania" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 111617802, + "voter": "dirlei.sdias" + }, + { + "percent": "10000", + "reputation": 543088579, + "rshares": 147665355, + "voter": "ramblinmind" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\nWhat Is Steemit doing for you today? \nWhat will Steemit do for you tomorrow!? \nWhat is Steemit doing for you 5 years down the road?\n\n### I checked the 100% Pay me In Steem Power Button! ###\n\n# So many of us are thinking short term with Steemit. #\n- Not staying in one niche (I'm guilty of this one)\n- Withdrawing and powering down everything\n- Plagiarizing or posting low quality content.\n- Writing stuff that can \"expire\" very quickly.\n\n# Why are you here? #\nWe all have our reasons. The community the money, Maybe asking why you here isn't as good as a question. I feel like we are here for mostly the same reasons. \n\nThe better question is..\n# What are you going to contribute? #\nYour contributions can mean the difference between making a lot, Or making a little, Building followers, Or scaring them away. \nWe need to think LONG TERM. \n- Is the stuff you are creating, Relevant? \n- What is the shelf life?\n- Is it going to help someone? Why would someone use their time to READ YOUR CONTENT?\n- If it was seen on google, Would you click on it? Do you think someone else would click on it?\n\nI feel like an important aspect of promoting Steemit is trying to help EVERYONE! Not necessarily the Steemit community, But to get ourselves on google. The front page if possible. So it's important that we have people creating in-depth content as well as content in a variety of fields. \n\n# How did Facebook Start? #\nMark Zuckerberg created a platform that him and his college classmates at Harvard could connect. Essentially it started small, Then it grew into a massive thing. \nI don't know all the details, While Steemit was mostly topics on crypto-currency it has gradually expanded. Although I feel like it kind of started with a \"bigger\" picture in mind. \nBut that is okay! \n\n# USE THAT 100% Steem Power option! #\nRecently a new button was added! That you can be paid fully with Steem Power instead of Steem Dollars. I probably won't always use this button, But I think everyone should for the majority of the posts! Just imagine later on, Becoming a whale!\n\n# Lets talk about you! #\nOne thing we need to think about is, What Steemit will do for us DOWN THE ROAD? Many people on Steemit don't even make 1.00 off each post, They are original well written, It truly breaks my heart. I've also noticed a drop in my curation rewards as time has gone on. Although I'm not complaining. I am EXTREMELY thankful for what I've gotten. But like everyone else, If you can make more. You want to make more right? \n\n## You aren't going to deny an extra slice of pizza right? ##\n\nIf I'm going to invest my time into something, I expect it to pay me NOW and LATER! I don't like working by the \"hour.\" That is why I publish books; I can milk my content repeatedly and use if for other things, to make more money.\n\n# What are you going to do when you can't get anymore payouts? #\n\nOf course, you could post the same crap elsewhere and hope it makes you money. \nBut we know that is a BAD thing for websites. Google doesn't like seeing repeats everywhere; It makes them assume it's spam.\nPlus it looks bad on Steemit, So don't do it. Steemit wants original content. But just because you wrote that article doesn't mean \"it's done.\"\n\n\n\n\n## Re-purpose content ##\nI hope to write a book from my Steemit posts, of course, they'll have to be changed a bit to ensure they aren't just \"copy and pasted.\" But all these articles are usable in another way.\n\n## Affiliate links ##\nI'll be honest here; I use A LOT OF affiliate links, referral codes, and such. The way I see it is that when your article is done being paid out, Ten years from now, Or even one year from now. Someone may read your stuff. And appreciate it. If I recommend a RELEVANT product, Someone may click the link and place an order. I'll earn a couple of cents to a couple of dollars for that order. This can be done a NUMEROUS amount of times.\n\nSo far Steemit hasn't made any rules against doing that. So until we as a community say \"no\" to that, Refer away. \n\nNote: Make sure it's RELEVANT To your post, Lets NOT spam people with the sole purpose to make money, The goal is to provide value, and heck convenience. The person won't have to search for the product if they wish to buy it, They can click your link and go. \n\n### Example! ###\nCheck out my [Custom Steemit shirts here!](http://amzn.to/2cPifnN)\nI'll probably write an article about affiliate marketing later :) \n\n\n\n# Not staying in one Niche #\nMany of us like to write about many topics. This isn't really letting us build a \"following\" of one specific kind of people. This may be complicated for you to make money down the road, Because you won't fully know what your followers fully expect from you. I am a hypocrite here, Because I write about a lot of stuff, And I don't think that will change anytime soon. But it's something to keep in mind anyways.\n\n# Withdrawing and powering down EVERYTHING #\nI see a lot of people doing this, And I have taken out a large portion of money too. Maybe these people feel that Steemit will not last! And who knows, maybe it won't.\n\nBut like @dantheman Said \" You may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we build the platform to Bitcoin scale. If we grow to Facebook scale, it will be worth $4000.\n\nDoes that 10.00 seem worth taking out now? \nHere are some things you could buy with 10.00\n- 2 Subway footlongs (not including tax)\n- 1 Coloring book\n- Some Tupperware, \nYou get the idea! \n\nWhat can you buy with 4,000?\n- Groceries for a whole year for 2 people! (Assuming you eat 166.00 a month in food)\n\nNow you may think \n\n### I need this money to live RIGHT NOW! ###\nWhat were you doing BEFORE STEEMIT? Maybe you should go back to that! \nOr pick up an extra job so you can keep investing.\nBut like I said, don't put ALL YOUR eggs in one basket. I've personally taken out some of my SBD to invest in stock, And peer to peer lending, to help even out my investment portfolio. \n\nI'm not your investment adviser. I also take NO responsibility for any bad or good that happens to you by following my advice. \nBut I feel like by taking everything out, you are not only hurting yourself, But you are hurting the people you are FOLLOWING! With less power, You have less ability to throw your followers a reward for their hard work. \n\n- I have almost 30,000 in Steem power, And my vote seems to be worth about 0.18 Thats more than some people make on their posts! So I feel like my 0.18 is a pretty nice benefit! \n\n## If Steemit grows big. You'll spend the rest of your life kicking yourself ##\n\nIf steemit doesn't grow big, Then you can be happy with the smaller amounts you DID take out! (that Is why I took out a bit to justify my time spent on the platform)\n\n\n\n# Plagiarizing or posting Low-Quality content #\n\nWhat is your goal? Copy and paste? Make a few thousand?\nSure it's worked out with some people. @msgivings\nBut it doesn't keep working forever, if you aren't caught by Cheetah the first time, you'll get caught later. You may get lucky, Pocket a few thousand.\nBut then everyone will lose trust in you; You'll be ignored forever.\nAlthough I've noticed MOST plagiarists don't even make 50.00 on their copy and pasted, Stuff. Thanks to @cheetah and @steemcleaners among other people, They are rapidly caught! \n\n- Or - \n\nYou can write original content, Then make money on it, Grow followers, and keep growing and building. \nYou aren't going to get rich overnight doing this. \nSure we've seen past articles make a TON! The highest I've seen is 30,000 from a makeup tutorial, But even the 15,000 she got, Won't let her retire right now! \nI mean that is still A TON OF MONEY, and it's incredible! But guess what?\nThat was ORIGINAL content! \nShe didn't steal some youtube video; She made it herself.\nSadly, Not all great, and original content will be noticed like that. But you need to keep going, Post your thoughts your passions, your beliefs. EVERYDAY! \nGrow your Steemit account and eventually, you'll be rewarded. Your 10.00 could turn into 400! \n\n## Just do it the right way the first time! That way you won't have to attempt to make a new account and start from scratch ##\n\n\n# Writing Stuff that expires quickly #\nNot everything lasts forever. But I keep noticing posts about the election, or about what Justin Bieber is up to.\nIn a couple of years, Most people won't care. \n\nSame with the newest Steemit Update posts, If they change something in the next update, your post expires. \n\nI'm not saying you should never post this stuff, But you may want to keep that in mind for the long term, Try to create articles that will last longer. Do a mix of both, Some of those short-term suggestions may produce a lot now, But then have longer term articles that will last even longer.\n\n\n# Conclusion #\nSteemit is a dream come true platform, but we need to maintain long term and short term thinking to be successful. We don't want to spend all our time on the platform, Only to have it go away tomorrow, But at the same time, We need a proper foundation built so we can maintain an income as Steemit grows, Even if we potentially lose out on a lot of our curation rewards. We will still have the ability to make money on Steemit.\n\n*Thank you Adina Voicu & pixabay for the photos*", + "body_length": 10266, + "cashout_time": "2016-09-22T00:54:21", + "category": "steemit", + "children": 40, + "created": "2016-09-15T00:54:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"life\",\"writing\",\"blogging\"],\"users\":[\"dantheman\",\"msgivings\",\"cheetah\",\"steemcleaners\"],\"image\":[\"http://i.imgur.com/2aQs4NO.jpg\",\"http://i.imgur.com/7CQs4zs.jpg\",\"http://i.imgur.com/i0CZ845.jpg\",\"http://i.imgur.com/3AxBJ1B.jpg\",\"http://i.imgur.com/lR0ZiZn.jpg\",\"http://i.imgur.com/CncTvvw.jpg\",\"http://i.imgur.com/Pfg0TTL.jpg\",\"http://i.imgur.com/3iOi1DF.jpg\"],\"links\":[\"http://imgur.com/2aQs4NO\",\"http://imgur.com/7CQs4zs\",\"http://imgur.com/i0CZ845\",\"http://imgur.com/3AxBJ1B\",\"http://amzn.to/2cPifnN\",\"http://imgur.com/lR0ZiZn\",\"http://imgur.com/CncTvvw\",\"http://imgur.com/Pfg0TTL\",\"http://imgur.com/3iOi1DF\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T01:00:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51389575344534, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "160.003 HBD", + "percent_hbd": 0, + "permlink": "think-long-term-with-steemit-not-short-term", + "post_id": 1249207, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Think LONG TERM With Steemit NOT SHORT TERM", + "title": "Think LONG TERM With Steemit NOT SHORT TERM", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@kaylinart/think-long-term-with-steemit-not-short-term" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 145064407415, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17298712261, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 16116245356, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668824930, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 12118815231, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219258142924, + "voter": "will-zewe" + }, + { + "percent": "1200", + "reputation": 5571311902261, + "rshares": 940081050, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 9139678294, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 322814752, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26824211668, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 771798245, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 143188889778, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 24648181382, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3531285279, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27811031925, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1991682076199, + "rshares": 23710277195, + "voter": "steemed-open" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 142230643685, + "voter": "shaka" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 998706313, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547776359, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1001429499, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93497889783, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931951660, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832935638, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 447567061326, + "rshares": 87456777, + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231379900, + "voter": "anns" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

\n

Source

\n

As much as we want to go to Anarchopulco or Steem-fest, we have a wedding to figure out first.  We've given it a lot of thought, and decided early on that we didn't want to do a typical wedding.  I think nearly a year after our engagement, we finally have a game-plan.

\n

I can't fault anyone for wanting to make the most out of an event that has such life-lasting reverberations.  However, after having attended many of these, I just can't help but notice how quickly they pass by.  Mere hours of dancing, running around hugging people for pictures, with a few drinks mixed it, and it's done.  We don't want that.

\n

Instead, we're in the process of planning out a trip to Florence, Italy for 3 weeks.  We will have access to a villa about 30 minutes from the city.  It's looking like early spring is the best window for us and we'll just hit up a JP either before or after to make it official in the US.  Then that summer, we can rent a lake house or beach house and have an open house party to celebrate with family and friends that can last a whole weekend.  All of this will cost way less than the cost of a real wedding.

\n

This entire opportunity just landed on our laps recently, and I'm still shocked.  I went all over Italy once years ago, but to go back with Jess and spend such a long time meandering and doing whatever we'd like, it's going to be a \"wedding\" we won't forget.  I know a whole bunch of great places to go to, but feel free to comment below with must-go places we may not think to check out.

\n

Of course, this by no means fits the typical definition for a wedding, but we aren't ones to really care about that.  This will be our wedding, and really, how we remember it is all that really matters.

\n

I'll update with the details as we'll be posting throughout the whole trip when we can :)
\n

\n

\n

\n

She didn't see it coming :)

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension   

\n", + "body_length": 2898, + "cashout_time": "2016-09-22T00:46:18", + "category": "wedding", + "children": 6, + "created": "2016-09-15T00:46:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"wedding\",\"florence\",\"italy\",\"travel\",\"love\"],\"users\":[\"missjessica\"],\"image\":[\"https://pixabay.com/static/uploads/photo/2015/11/27/20/28/florence-1066307_1280.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://pbs.twimg.com/media/CQl1CWDVEAEqK2o.jpg\"],\"links\":[\"https://pixabay.com/p-1066307/?no_redirect\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:46:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 937045961190, + "parent_author": "", + "parent_permlink": "wedding", + "pending_payout_value": "0.254 HBD", + "percent_hbd": 0, + "permlink": "wedding-plans-putting-it-on-the-blockchain-makes-it-real", + "post_id": 1249155, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wedding Plans - Putting it on the Blockchain Makes it Real", + "title": "Wedding Plans - Putting it on the Blockchain Makes it Real", + "total_payout_value": "0.000 HBD", + "url": "/wedding/@derekareith/wedding-plans-putting-it-on-the-blockchain-makes-it-real" + }, + { + "active_votes": [], + "author": "burntmd", + "author_reputation": 119523437349, + "beneficiaries": [], + "body": "This article shows that saturated fats promote inflammation. However in this case fat burning had not been turned on. So saturated fats in the sugar burning environment is dangerous because you are actually making saturated fats under these conditions. In contrast, polyunsaturated fatty acids stimulate fat burning. They dissolve the cholesterol laden lipid rafts that are responsible for the pro-inflammatory communication between cells. The article also shows that these inflammatory conditions turn on the biochemistry promoted by oxidized fatty acids, depositing fats in your circulatory system. remember that when your HDL and LDL levels of measures from science I know what is important is whether the LDL's are oxidized or not. Unfortunately the medical establishment only measures whether they are there not whether there are oxidized are not. Also keep in mind that cannabis inhibits NF-kB which is the dominant pro-inflammatory transcription factor responsible for the expression of the pro-inflammatory genes. drbob\n\nAtherosclerosis 244 (2016) 211e215\nContents lists available at ScienceDirect Atherosclerosis\njournal homepage: www.elsevier.com/locate/atherosclerosis\nReview article\nSaturated fatty acids trigger TLR4-mediated inflammatory response\nD.M. Rocha a, A.P. Caldas a, L.L. Oliveira b, J. Bressan a, H.H. Hermsdorff a, *\na Department of Nutrition and Health, Universidade Federal de Vi\u00e7osa, Vi\u00e7osa, Brazil b Department of General Biology, Universidade Federal de Vi\u00e7osa, Vi\u00e7osa, Brazil\narticleinfo\nArticle history:\nReceived 20 August 2015 Received in revised form\n16 October 2015\nAccepted 16 November 2015 Available online 2 December 2015\nKeywords:\nSFA\nLauric acid TLR4 ligands CD14\nCD36 Inflammation\n1. Introduction\nThe microbial recognition process is mediated by pattern recognition receptors (PRRs) which are linked to the innate im- mune system, and are mostly expressed in macrophages and\nabstract\nToll-like receptors (TLR) mediate infection-induced inflammation and sterile inflammation by endoge- nous molecules. Among the TLR family, TLR4 is the best understood. However, while its downstream signaling pathways have been well defined, not all ligands of TLR4 are currently known. Current evidence suggests that saturated fatty acids (SFA) act as non-microbial TLR4 agonists, and trigger its inflammatory response. Thus, our present review provides a new perspective on the potential mechanism by which SFAs could modulate TLR4-induced inflammatory responses: (1) SFAs can be recognized by CD14-TLR4- MD2 complex and trigger inflammatory pathways, similar to lipopolysaccharide (LPS). (2) SFAs lead to modification of gut microbiota with an overproduction of LPS after a high-fat intake, enhancing this natural TLR4 ligand. (3) In addition, this metabolic endotoxemia leads to an oxidative stress thereby producing atherogenic lipids e oxLDL and oxidized phospholipids e which trigger CD36-TLR4-TLR6 inflammatory response. (4) Also, the high SFA consumption increases the lipemia and the mmLDL and oxLDL formation through oxidative modifications of LDL. The mmLDL, unlike oxLDL, is involved in activation of the CD14-TLR4-MD2 inflammatory pathway. Those molecules can induce TLR4 inflamma- tory response by MyD88-dependent and/or MyD88-independent pathways that, in turn, promotes the expression of proinflammatory transcript factors such as factor nuclear kappa B (NF-kB), which plays a crucial role in the induction of inflammatory mediators (cytokines, chemokines, or costimulatory mol- ecules) implicated in the development and progression of many chronic diseases.\n\u00a9 2015 Elsevier Ireland Ltd. All rights reserved.", + "body_length": 3649, + "cashout_time": "2016-09-22T00:43:33", + "category": "food", + "children": 0, + "created": "2016-09-15T00:43:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"life\",\"health\",\"steemit\",\"news\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:43:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "saturated-fats-promote-inflammation", + "post_id": 1249137, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Saturated Fats Promote Inflammation", + "title": "Saturated Fats Promote Inflammation", + "total_payout_value": "0.000 HBD", + "url": "/food/@burntmd/saturated-fats-promote-inflammation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231751293887, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1990377241911, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2497637831642, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7422925850984, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456066962254, + "voter": "recursive2" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109770089, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 24173047098, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 12251033542, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 10435646449, + "voter": "cian.dafe" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268842348, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060925129, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58170710783, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260092731504, + "voter": "billbutler" + }, + { + "percent": "7800", + "reputation": 8397302485673, + "rshares": 166626986304, + "voter": "will-zewe" + }, + { + "percent": "1800", + "reputation": 3404245483553, + "rshares": 3686188498, + "voter": "keithwillshine" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 783400875, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11728574802, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427728306, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15230941570, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 316358456, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 910773584, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243980711, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594872684, + "voter": "seanmchughart" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107704273, + "voter": "karen13" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53842262871, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15856711532, + "voter": "lemooljiang" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543704455, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3323493649, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298284569, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15894860946, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51749350, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 15099093363137, + "rshares": 53961554625, + "voter": "ftlian" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93497889783, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308190394, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2743798737, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911500966, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 717952390, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2022966642, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 108342695106, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 899434, + "rshares": 56435130, + "voter": "clout" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 463737840, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3007193960, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 219004308, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 276321515, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1109337370, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 3460752, + "rshares": 152866755, + "voter": "chocolatoso" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 151413472, + "voter": "steemdesigner" + } + ], + "author": "ftlian", + "author_reputation": 15099093363137, + "beneficiaries": [], + "body": "This Saturday, 9/17 at noon, liberty activists will gather in Keene, New Hampshire's Railroad Square and play beer pong in protest of the open container ordinance. The event will be in the spirit of 2010's Drinking Game, which resulted in my arrest in the city council chambers for \"disorderly conduct\", but the charge later dropped. Inspired by the past actions, a new batch of movers to Keene will be taking up the banner of protesting the ridiculous ban on open containers of alcohol.\n\nhttp://i0.wp.com/freekeene.com/wp-content/uploads/2016/09/Beer-pong-distraction1.jpg\n\nThere are many towns and cities where open containers are allowed, including some right here in New Hampshire. Nearby Westmoreland, for instance, does not have an open container ordinance. The oppressive ordinance is just an excuse to target college students and poor people, give them tickets, and reap thousands of dollars into the system from the victims. It doesn't stop drunk people from being on the streets, nor does it discourage them from drinking. The ordinance merely takes advantage of drunk people. It's shameful and needs to be abolished.\n\nI spoke with the beer pong event organizer, Bob Call, today about his motivations. He said, \"I think the law is unjust and it's ridiculous that you can sit outside at local businesses in Keene and consume alcoholic beverages legally, but not if you consume your own alcoholic beverage.\"\n\nI'm no attorney, and this is not legal advice, but if you are ever targeted by police for a suspected open container of alcohol, DON'T CONSENT TO A SEARCH! This is the number-one mistake made by the police's victims. Law enforcement officers are trained to intimidate. If you are walking with a drink in a bottle or cup that is not clearly an alcohol container, the officer will likely approach and say something like, \"I have to ask you to hand that over.\" At that point, most people will hand it over, consenting to a search of their container.\n\nhttp://i0.wp.com/freekeene.com/wp-content/uploads/2016/09/open_container1.jpg\n\nTake note of the careful wording of the officer's statement. \"Have to\", plus it being spoken in an authoritative manner makes is sound a lot like an order. However, it's not. He says \"ask\". If you're ever uncertain about what an officer is saying, you have a right to ask, \"Is that a request?\" or whatever other questions you want. If you are clearly carrying am actual beer bottle, that's likely enough probable cause for a search, and they won't have to ask. On the other hand, if there is no clear way they could know by looking that it's likely a container of alcohol, they have to get your consent to search. Don't do consent. Politely decline their invitation, ask if you are free to go, and walk away.\n\nSee you Saturday 9/17 at noon at Railroad Square in downtown Keene for the beer pong event!", + "body_length": 3117, + "cashout_time": "2016-09-21T22:43:36", + "category": "anarchy", + "children": 4, + "created": "2016-09-14T22:43:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"gaming\",\"politics\",\"life\",\"activism\"],\"image\":[\"http://i0.wp.com/freekeene.com/wp-content/uploads/2016/09/Beer-pong-distraction1.jpg\",\"http://i0.wp.com/freekeene.com/wp-content/uploads/2016/09/open_container1.jpg\"],\"links\":[\"http://freekeene.com/2010/08/04/announcing-the-keene-city-council-drinking-game/\",\"http://freekeene.com/2010/08/11/city-council-drinking-game-video/\",\"http://freekeene.com/2011/11/15/drinking-game-charges-dropped/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T22:43:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13559733324048, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "13.483 HBD", + "percent_hbd": 10000, + "permlink": "beer-pong-event-planned-to-protest-open-container-ordinance-on-saturday", + "post_id": 1248238, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Beer Pong Event Planned to Protest Open Container Ordinance on Saturday", + "title": "Beer Pong Event Planned to Protest Open Container Ordinance on Saturday", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@ftlian/beer-pong-event-planned-to-protest-open-container-ordinance-on-saturday" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480579269556, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231751293887, + "voter": "anonymous" + }, + { + "percent": "7700", + "reputation": 8151223409709, + "rshares": 12889266254874, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26305603050148, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15605000000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3358053566682, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1990377241911, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 187617413684, + "voter": "nextgenwitness" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3306757675077, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2005106058621, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 640773963547, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1758663279793, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4166786907723, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4851657471753, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22381565222, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1869062512579, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 425868900225, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209639354860, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1607381560851, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452603688207, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 588963325183, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3051642158867, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172473837, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 85737349562, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620255991, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 438041274025, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9404339123, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2692207475582, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 783510713656, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4632015537, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 283944946279, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47092417970, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1660446343, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83523204254, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 148150884169, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 194244553812, + "voter": "jamtaylor" + }, + { + "percent": "923", + "reputation": 12382143533351, + "rshares": 74898454777, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 468170958, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 912602737692, + "voter": "cryptogee" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5638722045, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 25545945557, + "voter": "georgedonnelly" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31081352622, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1545200716692, + "rshares": 7891620962, + "voter": "nate-atkins" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 18533432464, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 319841523573, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1713517353627, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9535707424, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 550546408583, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13340014301, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 160905828175, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 10099012692, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47422549796, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 169123085990, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 98194455049, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603531864037, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060920601, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3041891225, + "voter": "cryptofunk" + }, + { + "percent": "3200", + "reputation": 2444317330502, + "rshares": 3140744830, + "voter": "radioactivities" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2164686241, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5736901624, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40014025775, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985042955913, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48237714954, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 65573912297, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 33032554744, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3616249140600, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 392453750650, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418804855, + "voter": "applecrisp" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 365287420, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55576340008, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 65989046107177, + "rshares": 572341707403, + "voter": "andrarchy" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110473581518, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54694274623, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 353770070386, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563733180586, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132301151875, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4552145645, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30491735429, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804471067802, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8928351544, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5689049935, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 106033721718, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192232704674, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 267994388047, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 43526357269, + "voter": "honeythief" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 783400875, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77695030973, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32733174015, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81716838174, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2122888373, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 33245604843, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11728574802, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471495169, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 37138635112, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47416157546, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67109183200, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69639423700, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 53810463964, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3806124499, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7415227922, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174543034217, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 55965693937, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69473128292, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3148262011, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 46383380668, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24863029935, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15674042620, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215545466, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1001850942, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142892158061, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 823059128625, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1553964832, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2210761988, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1267696038568, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 98005962692, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14876241153, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 45733145544, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2530804964, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 188405790343, + "voter": "anyx" + }, + { + "percent": "8400", + "reputation": 2821855573125, + "rshares": 7540907296, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11754696821, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 320414159082, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90257674, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14289427593, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107704273, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10417290332, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258942997644, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 17586922894, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8573230772, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6400554488, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2668109030, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 476670464, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451014793670, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44553728340, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7312894074, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726094484, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15683266563, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4317565662, + "voter": "oululahti" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310346145, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365335082, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76406992485, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7311858289, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10684939578, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3692989929, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756550273, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3712828665, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 279059042940, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30859119533, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5496325958, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 33395139065, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84683756607, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53842086331, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 29215490743, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1700143919, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256282552, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256665987, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148269777, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149106888, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84991309, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 779992403, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5218510034, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 32308067031, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 16539590111, + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 885730214, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21120708735, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543692384, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31584377035, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 411321155, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365664469, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 220139771, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76966318, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3675499938, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 173441395, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 196293118590, + "rshares": 376816435, + "voter": "alanc" + }, + { + "percent": "400", + "reputation": 4063076365725, + "rshares": 238488697, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 245216458115, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3361197115, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 121123550176, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 108721833, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46036044554, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131896331875, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 114064883, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024314167, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50563376844, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298283061, + "voter": "taker" + }, + { + "percent": "2500", + "reputation": 10137266406870, + "rshares": 4238154544, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 230729901, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 14753485936, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 9904971006, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2236125772, + "voter": "merej99" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116584393219, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 47378225109, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 44365270334, + "rshares": 72994310, + "voter": "always1success" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693177698, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22955094272, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23470889026, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23479197538, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 23907912804, + "voter": "laoyao" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37203693135, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 226716353883, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8719381987, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 4930352522, + "voter": "brendio" + }, + { + "percent": "923", + "reputation": 1751717743, + "rshares": 2082768176, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 75896047, + "voter": "kurzer42" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 50083801467, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4371109343, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565616, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474742068, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23472418592, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23469546880, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23465711623, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3820532578, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23462236775, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23459668262, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2440083379, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112055912400, + "voter": "thisisbenbrick" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125244617154, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21110659306, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 94018543, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 5946773586, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5766554064, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2142137848, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 62525016, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 311638758804, + "rshares": 303568520, + "voter": "rusteller" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 260000341079, + "voter": "sirwinchester" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4028395316, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12683521359, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2305504187, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2447938775, + "voter": "future24" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8120387338, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7546495705, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 77724719, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3277990744, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89195680289, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 531944476, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1952786674, + "voter": "chinadaily" + }, + { + "percent": "4400", + "reputation": 13325577893779, + "rshares": 13869624454, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 36244326905, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 739426684571, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93497889783, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 7166212158, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3897735456, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 84681497836, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9544116466, + "voter": "mrgrey" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728730693, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9825243280, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 13829552678, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23453540976, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 604185913, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 73276984296, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2803446535, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 92899380169, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 79979619, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11300097831, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29734500129, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2392467864, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 267071524484, + "voter": "oldtimer" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32411487065, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580262873, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3523461665322, + "rshares": 4768611178, + "voter": "fat-like-buddha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1233668048, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2076202607, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5154805617, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 110647858832, + "voter": "shenanigator" + }, + { + "percent": "2500", + "reputation": 809313892500, + "rshares": 2908012841, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7471182625, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23133191472, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1552512887, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1878628053, + "voter": "mobios" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20853973484, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4324039528, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 14886230314, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3547902817, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6531322926, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161709465048, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018513187, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 122271956, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1735431749, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2558000160, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5773395051, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2201645172, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 644579979, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 386792765707, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7681172153, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60088527835, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 20817850462, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1049744855, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5470937952, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1735164858, + "voter": "sens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 503052886, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 57534146, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084741030, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2293549771, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1148513935176, + "rshares": 1550172009, + "voter": "allesgruen" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59178617, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4725653598, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11523640324, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 54452104, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4605288518, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50235850, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 57373409, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1317053201, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 810369666, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9346140667, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166200503, + "voter": "haddock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3447563868, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159723319, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 610439007851, + "rshares": 1507439774, + "voter": "yanik" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319385375, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 1696431355721, + "rshares": 4636706408, + "voter": "jennane" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 149130097, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149123370, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444421238, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148337519, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148308392, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 4804459, + "rshares": 160773127, + "voter": "animal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147864891, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147806968, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147559003, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147523175, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 147475911, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28919059756, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71720421, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77287933, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 184381906, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 154503543, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 329629477, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61536953, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67683958, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91120780, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 100289745, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 138917685, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "
https://s16.postimg.org/5csp5ocf9/kevv.jpg
\n\nHere I am spending the night in the darkness of my bedroom. Dog's snoring right beside me, his head resting on my chest. Feeling like I'm in some prologue of a cyberpunk story. Anyway, surfing on Steemit mobile is actually quite decent, despite the inadequacy of certain types of tables and media not showing up properly on screen.\n\nDecided to write this after going through some dramatic commentaries on Steemit that happened for the past few days. Mostly about ideological disagreements, and especially, overcompensation of posts. While I consider myself pretty critical, I usually opt out of direct, in-your-face type of confrontations. I prefer to plan and pick my own battles, having learned out of experience.\n\nBecause personally, I've never come across any situation that immediately improves itself after insults are thrown around. No one is going to admit wrong right away. Everyone's always right in their own world, and that's particularly true with the presence of an opposing voice. And it doesn't matter how zen one may be. No one's a perfect saint. Everyone has a breaking point. \n\nYup, I've snapped before, more than enough times to know this little fact of life. Nothing good comes out of throwing a fit (well not as much as can be). Sure, our message, our version of truth should be upheld. But there are better ways of fighting the good fight.. maybe like what I'm trying to do with this post right now. So what am I trying to address here?\n\n---------------------------\n# Plan your battles - don't join someone else's!\n
https://s10.postimg.org/ntels66d5/planning.jpg
\nThere was [a post on Steemit](https://steemit.com/anarchy/@kennyskitchen/the-40-anarchists-you-want-to-be-following-on-steemit) a while ago that labelled me an anarchist. Am I? Maybe I am. Sure, I'm against big, centralised governments. I may even detest the inherent thieving practices of big brother. But I'm still running a music event company - there are legal matters that I still need to run by government offices, purely out of safety and security reasons.\n\nYou may argue that it's perverted that I'm using an intrinsically violent agent (namely, The Government and The Police State) to secure the well-being of my business customers. Next I'll ask - can we have a decentralised free market doing music events with all the right securities? That's what my company, [Hybrid Entertainment](https://steemit.com/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love) partly aims to do. It's a learning process. \n\nFor now, we still need to use the existing structures of Old, Big Government.. while we find ways to transition out of such dependence. Fight too hard and you'll get clamped down, thrown out of the game. You can't do much when you're out of the game, so stay in it! Take the time to plan your battles, dear hot-blooded confrontationists (if that's even a word).\n\nSure, the world needs you to say things as they are. But hearing the painful truth is almost like violence itself. No one likes that, no matter which side of a dispute. Peace also involves peace of mind. It's a much longer game - it comes with the territory. You're already in someone else's fight once you get into war. Only get into war if you're the big guy. The small guy is always the loser - the unwilling pawn. Think about this in scope of what's happening all around the world, even on Steemit.\n\nDon't be a zealot. There are dangers of being too far left, or too far right. Find the middle way. All you need is another perspective. Some people may be asswipes, but goodness is omnipresent if the conditions are right.\n\nAnd that's how you plan your battles - take the time to do it right. \n\nIn perspective of my generally apolitical position on Steemit, I tend to find better ways to contribute instead of lashing out on another user. Sure, I have my dissatisfaction about some author rewards and posting models from time to time. However, I tried putting effort into building better models and figuring out ways to add substantial value into the ecosystem. Eventually, some of us gravitated towards a loose goal of rewarding diversity by combing contents on Steemit on a daily basis.\n\nThere are now epic giant hidden-gem megaposts on Steemit - like this one from [Project Curie](https://steemit.com/@curie) and [Robinhood Whale](https://steemit.com/@robinhoodwhale). Better coverage, better quality, better value - in so many ways. This is the free-market reaction to solo authored hidden-gem posts of early Steemit. No doubt that everything evolves over time. \n\nKnowing that value is subjective, I have always refrained from losing my cool. Even here on Steemit. \n\n**I'm the small fish and I have to plan my battles!**\n\n---------------------------------------\n\n# Don't freaking milk it!\n\n
https://s3.postimg.org/6ne6t272b/milk.jpg
\nThere are big reasons why most of us don't really like governments. Greed and corruption. Needless to say, the crowd easily picks up on this when insubstantial effort is rewarded handsomely. By all means, that's as subjective as can be. What's not (very) subjective, however, is if one continues to milk it, even despite public disapproval. \n\nThis happens all around the world. Don't oversell. You'll lose reputation if you are obviously **milking it**!\n\nSure, you may gain new followers.. newly inspired and freshly impressed. But old eyes grow weary. People are watching, and your social value fluctuates all the time. You can't please everyone, but you can try the **art of not milking the shit out of the system**.\n\nIt's a good business practice. It's a good personal conduct. And it works on Steemit.\n\nThat's a reason why I'm also posting lesser (other than plainly having a huge writer's block, reserving myself from random shitposting). Now I'm only writing when I really think I have something good to add as a post. As I'm partly dependent on Steemit, I've strategized a lil, refraining from appearing to be **milking it**, seeking modes of substantial contribution behind the scenes to compensate for the awesome support that has been given to me on this platform.\n\nIf you are suddenly rewarded thousands for a post - ask yourself. Is that post worth that much? Heck, I don't know if my top philosophical post is worth 4,000 bucks, but I know I've put long hours in it, enough to avoid milking and recycling the same content. Instead, I try to put more effort in other areas of the ecosystem to balance out the lopsided reward.\n\nThe blockchain is transparent. It's easy to find out if you're milking it. To avoid seeming like you're milking it - just be honest and ask yourself the right questions! Then, do the right thing!\n\n**Like life, like Steemit - try to give more than you can take. Don't. Freaking. Milk It.**\n\n----------------------------------\n\n# Take time to build, or take time to exploit?\n
https://img1.steemit.com/0x0/http://i.imgur.com/T9b4dDQ.jpg
\n
By Steemit's talented artist @lgm-1
\n\nNaturally, I'd say take time to build. Once you're caught exploiting the system, in life or on Steemit, you're lose reputation whether or not if its digitally measurable. You can create as many accounts as you want and find a million ways to exploit everything, but ask yourself - what are you building?\n\nHere are some tips for maintaining reputation on Steemit:-\n- Steemit's a mutual aid society. While posts can be about anything, note there's a limited amount of funds going around each day. It's obvious that your reputation is at stake if you have somehow managed to acquire good support, but not giving back substantially.\n- Tags are like real estate. Choose appropriately. An example is if you're writing your opinions on something rather meta, I think it's prudent to respect the scientific community. For example in [my article about consciousness](https://steemit.com/consciousness/@kevinwong/let-s-talk-about-consciousness-wtf-is-it), I've deliberately used the ***pseudoscience*** tag, no matter how right I think I could be. I clearly think about such topics often, but I never put myself in research labs knowing about consciousness well enough to indicate that I am the master of that domain.\n- Follow up on your promises. Communicate transparently.\n- Put in more effort, visibly and even behind the scenes when you manage to acquire good payouts.\n- Try to follow others. Curate and also support other members.\n- Plan your battles and don't milk it! And also, celebrity attitudes won't last long here if you're not giving back to the community. @dollarvigilante is doing this right - he's aiding others and even curating frequently on his free time!\n- Again, in general, give more than you can take.\n\n### Reputation is everything - for survival, for change in a social landscape.\n\n*Note: There is some form of censorship of the mind when it comes to chance of interruption from higher powers. It's the same everywhere. You just have to play your cards right, opting for different methods, different approaches. It's not really a systems-problem. It's a people-problem, as always. Never leave an opening for others to destroy your reputation.*\n\n-----------------------------------------------\n
Stock photos courtesy of https://pixabay.com/
\n\n-----------------------------------------------\n
Follow me @kevinwong
\n-------------------------------------------------", + "body_length": 9486, + "cashout_time": "2016-09-21T22:00:36", + "category": "guide", + "children": 53, + "created": "2016-09-14T22:00:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"guide\",\"life\",\"lifehack\",\"reputation\",\"craigrant\"],\"users\":[\"lgm-1\",\"dollarvigilante\",\"kevinwong\"],\"image\":[\"https://s16.postimg.org/5csp5ocf9/kevv.jpg\",\"https://s10.postimg.org/ntels66d5/planning.jpg\",\"https://s3.postimg.org/6ne6t272b/milk.jpg\",\"https://img1.steemit.com/0x0/http://i.imgur.com/T9b4dDQ.jpg\"],\"links\":[\"https://steemit.com/anarchy/@kennyskitchen/the-40-anarchists-you-want-to-be-following-on-steemit\",\"https://steemit.com/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love\",\"https://steemit.com/@curie\",\"https://steemit.com/@robinhoodwhale\",\"https://steemit.com/consciousness/@kevinwong/let-s-talk-about-consciousness-wtf-is-it\",\"https://pixabay.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:45:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 115120672136759, + "parent_author": "", + "parent_permlink": "guide", + "pending_payout_value": "753.848 HBD", + "percent_hbd": 10000, + "permlink": "the-art-of-maintaining-reputation-plan-your-battles-and-don-t-milk-it", + "post_id": 1247817, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Art of Maintaining Reputation: Plan Your Battles and Don't Milk It!", + "title": "The Art of Maintaining Reputation: Plan Your Battles and Don't Milk It!", + "total_payout_value": "0.000 HBD", + "url": "/guide/@kevinwong/the-art-of-maintaining-reputation-plan-your-battles-and-don-t-milk-it" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1990356165280, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1318718103142, + "voter": "rossco99" + }, + { + "percent": "100", + "reputation": 31405352060596, + "rshares": 125568388931, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456019949181, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452596778928, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 724454198454, + "rshares": 149791512784, + "voter": "signalandnoise" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 438099664568, + "voter": "boatymcboatface" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7863574436, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 327447579267, + "rshares": 339841446718, + "voter": "lighthil" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 34572717084, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13339911374, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481740008014, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 4657654780, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 2999169193553, + "rshares": 4360111706, + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 21471412600, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 461433827261, + "voter": "leesunmoo" + }, + { + "percent": "617", + "reputation": 12382143533351, + "rshares": 59918681723, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 18533432464, + "voter": "james-show" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060918790, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58168669089, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 64091574128, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1428617654, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19212519772, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4552013770, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 673983647511, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1275074566, + "voter": "steemswede" + }, + { + "percent": "2000", + "reputation": 4667991454724, + "rshares": 167970616874, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243980711, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2163724499, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 51292324954, + "rshares": 245862458, + "voter": "martypark" + }, + { + "percent": "10000", + "reputation": 982686864185, + "rshares": 5538951743, + "voter": "secom" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12207029607, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90257674, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107696727, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 45316457609, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15375751532, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365306111, + "voter": "simon.braki.love" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841935416, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543681820, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 29939832307, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18456956388, + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3323493649, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298266460, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 226021128, + "voter": "frozendota" + }, + { + "percent": "617", + "reputation": 1751717743, + "rshares": 1666213333, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 150617632004, + "rshares": 15453778872, + "voter": "tommycoin" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3820317413, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 4755670, + "rshares": 71521522554, + "voter": "jyp" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 572386654, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2235910500, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377367134, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 57534146, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 68783875170, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 851650917098, + "rshares": 406307120, + "voter": "honna" + }, + { + "percent": "10000", + "reputation": 632832581930, + "rshares": 722106881, + "voter": "webus" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 1107193696, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67683958, + "voter": "gifts" + } + ], + "author": "clayop", + "author_reputation": 31405352060596, + "beneficiaries": [], + "body": "Curie \ud504\ub85c\uc81d\ud2b8\ub294 \uc77c\uc885\uc758 \uc791\uac00 \ubc1c\uad74 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \uc624\ub298 \ub098\uc628 [Special Edition](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016)\uc744 \ubcf4\uc2dc\uba74 \ud3c9\uade0 \uae08\uc561\uc774 40\ubd88 \uc815\ub3c4\ub85c \uc9c0\ub098\uce58\uc9c0\ub3c4 \uc801\uc9c0\ub3c4 \uc54a\uc740 \uae08\uc561\uc774\uace0, \ud55c \ub2ec\ub3d9\uc548 700\uba85\uc774 \ub118\ub294 \uc791\uac00\ub97c \uc9c0\uc6d0\ud588\ub2e4\ub294 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n \n\uc774 \ud504\ub85c\uc81d\ud2b8\uac00 \uc2a4\ud300\uc787\uc758 \uac74\uc804\ud55c \ud050\ub808\uc774\uc158\uc5d0 \ub3c4\uc6c0\uc774 \ub41c\ub2e4\uace0 \uc0dd\uac01\ud574\uc11c \uc800\ub3c4 \uc5b4\uc81c \ud050\ub9ac\uc5d0 \uc81c \ubcf4\ud305\ud30c\uc6cc\uc758 40%\ub97c \uae30\ubd80\ud588\uc2b5\ub2c8\ub2e4. \ub098\uba38\uc9c0 60%\ub294 \ud55c\uad6d\uc5b4 \ucee4\ubba4\ub2c8\ud2f0\ub97c \uc704\ud574 \uc4f0\uaca0\ub2e4\ub294 \uc0dd\uac01\uc774\uc5c8\uc2b5\ub2c8\ub2e4. \uadfc\ub370 \uc9c0\ub098\uace0\ub098\uc11c \uc0dd\uac01\ud574\ubcf4\ub2c8 \ub354 \uc88b\uc740 \ubc29\ubc95\uc774 \uc788\ub294 \uac83 \uac19\uc544\uc11c \uadf8 \ub0b4\uc6a9\uc744 \uc5ec\ub7ec\ubd84\uacfc \ub098\ub204\uace0 \uc2f6\uc2b5\ub2c8\ub2e4.\n \n\uba3c\uc800 \uc81c\uac00 \ubaa8\ub4e0 \ubcf4\ud305\ud30c\uc6cc\ub97c \ud050\ub9ac\uc5d0 \uae30\ubd80\ub97c \ud558\uace0, \uadf8 \ub300\uac00\ub85c \uc77c\uc815\ub7c9\uc758 \ud050\ub808\uc774\uc158 \ud560\ub2f9\uad8c\ud55c\uc744 \ubc1b\uc2b5\ub2c8\ub2e4. \ud050\ub9ac\uac00 \ud558\ub8e8\uc5d0 50~100\uac1c \uc815\ub3c4 \ud3ec\uc2a4\ud305\uc744 \uc120\uc815\ud55c\ub2e4\uace0 \ud558\uace0, \ud604\uc7ac\uae4c\uc9c0 \uac00\uc9c0\uace0 \uc788\ub294 \ubcf4\ud305\ud30c\uc6cc\uac00 1\ub9cc MV\uac00 \uc548 \ub420\ud14c\ub2c8 \uc81c \ubcf4\ud305\ud30c\uc6cc\ub97c \uac10\uc548\ud558\uba74 5~10\uac1c \uc0ac\uc774\ub97c \uc694\uad6c\ud560 \uc218 \uc788\uc9c0 \uc54a\uc744\uae4c \uc2f6\uc2b5\ub2c8\ub2e4.\n \n\ub2e4\uc74c\uc5d4 \ud55c\uad6d\uc5b4 \ucee4\ubba4\ub2c8\ud2f0 \ub0b4\uc5d0\uc11c \ud050\ub808\uc774\ud130\ub97c \uc120\ubc1c\ud574\uc11c \ud050\ub9ac \ud504\ub85c\uc81d\ud2b8\uc5d0 \ucc38\uc5ec\uc2dc\ud0b5\ub2c8\ub2e4. \ud050\ub808\uc774\ud130\uc5d0\uac90 \uba87 \uac00\uc9c0 \uc870\uac74\uc774 \ud544\uc694\ud560 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc77c\ub2e8\uc740 \uae00\uc4f0\uae30\uc5d0 \ub300\ud55c \uc5b4\ub290 \uc815\ub3c4\uc758 \uc804\ubb38\uc131\uc774\ub098 \uacbd\ud5d8\uc774 \uc788\uc5b4\uc57c \ud560 \ub4ef\ud558\uace0, \uac04\ub2e8\ud55c \uc601\uc5b4 \ucc44\ud305\uc740 \ud560 \uc904 \uc54c\uc544\uc57c \ub420 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \uc120\ubc1c\ub41c \ud050\ub808\uc774\ud130\uac00 kr \uce74\ud14c\uace0\ub9ac\ub97c \uc0c1\uc2dc \ubaa8\ub2c8\ud130\ub9c1\ud558\uba74\uc11c \uc88b\uc740 \uae00\uc744 \ucd94\ucc9c\ud574\uc11c \ud050\ub9ac\ud300\uc5d0 \uc62c\ub9ac\ub294 \uac81\ub2c8\ub2e4. \ubb3c\ub860 \ud560\ub2f9\ub7c9 \ub0b4\uc5d0\uc11c \uc120\ubc1c\ud574\uc57c\uaca0\uc8e0\n \n\uadf8\ub7fc \ud050\ub9ac\ud300\uc5d0\uc11c \uadf8 \uae00\uc744 \ucd94\ucc9c\ud574\uc8fc\uace0, \uadf8 \uae00\uc740 \ucd5c\uc18c 30\ubd88 \uc815\ub3c4\uc758 \ubcf4\uc0c1\uc744 \ubc1b\uc744 \uc218 \uc788\uc744 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \ub418\uba74 \uc88b\uc740 \uae00\uc5d0\uac8c\ub294 \uc9c0\uae08\ubcf4\ub2e4 \ub354 \ub9ce\uc740 \ubcf4\uc0c1\uc744 \uc904 \uc218 \uc788\uace0, \uadf8\ub807\uac8c \ub418\uba74 \ub354 \ub9ce\uc740 \uc791\uac00\ub4e4\uc744 \uc12d\uc678\ud560 \uc218 \uc788\uc9c0 \uc54a\uc744\uae4c \uc0dd\uac01\ud574\ubd05\ub2c8\ub2e4.\n \n\ud55c\uad6d\uc740 \ud55c\uac00\uc704\uaca0\ub124\uc694. \uc990\uac70\uc6b4 \uba85\uc808 \ubcf4\ub0b4\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4.", + "body_length": 972, + "cashout_time": "2016-09-21T21:25:03", + "category": "kr", + "children": 16, + "created": "2016-09-14T21:25:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"kr-curie\"],\"links\":[\"https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:25:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7762808189541, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "5.102 HBD", + "percent_hbd": 10000, + "permlink": "curie", + "post_id": 1247469, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Curie \ud504\ub85c\uc81d\ud2b8\uc640 \ud55c\uad6d\uc5b4 \ucee4\ubba4\ub2c8\ud2f0", + "title": "Curie \ud504\ub85c\uc81d\ud2b8\uc640 \ud55c\uad6d\uc5b4 \ucee4\ubba4\ub2c8\ud2f0", + "total_payout_value": "0.000 HBD", + "url": "/kr/@clayop/curie" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480580736920, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7709698644474, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7237641095857, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5763267292768, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1351751497885, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 979329895832, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1606862657789, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604450588064, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6558280281, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 451499016753, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9645077587, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4632015537, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13339911374, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1660385973, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 10851486806, + "voter": "makishart" + }, + { + "percent": "908", + "reputation": 12382143533351, + "rshares": 74898352154, + "voter": "eeks" + }, + { + "percent": "5400", + "reputation": 14848515958625, + "rshares": 44396700362, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478348587, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5761288772, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30452424785, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 22561510625, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 319839871900, + "voter": "teamsteem" + }, + { + "percent": "2800", + "reputation": 15755437221598, + "rshares": 7842240064, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 12523278732, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 165675931272, + "voter": "steve-walschot" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060918790, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2164613798, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 38743084521, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59938053903, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 63483855468, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 64091574128, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 33034780577, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373228451, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54701254841, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1457773116, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5045815647, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30492658321, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5688877274, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 284743683612, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 32608925905, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471495169, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 36256706806, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47424925997, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52078876854, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 61322628143, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69473128292, + "voter": "rubybian" + }, + { + "percent": "2800", + "reputation": 4066839697461, + "rshares": 2484450620, + "voter": "getssidetracked" + }, + { + "percent": "2800", + "reputation": 2906973892, + "rshares": 64083416, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1275074566, + "voter": "steemswede" + }, + { + "percent": "2800", + "reputation": 675716972978, + "rshares": 63507873, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142892158061, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734067704, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14877398745, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632186142, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184832039173, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85507270, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14613684729, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10417290332, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251327027125, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 11426107825, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 798945222, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24415730119, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 155323923181, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365306111, + "voter": "simon.braki.love" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4344203931, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3847392207, + "voter": "bitcoiner" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841855426, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30007195916, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780016532, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23815798787, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 231816568, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 8674577701, + "voter": "chloetaylor" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543675783, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326645484, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4039822794, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 41078378681, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 25747727433, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3434632063, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131911531491, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50568123930, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298263441, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 226021128, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2236311560, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 9337635520, + "rshares": 8108046283, + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22424637028, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22941246641, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22949353334, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5281751774, + "voter": "brendio" + }, + { + "percent": "908", + "reputation": 1751717743, + "rshares": 2082766666, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51829756, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22944895384, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22942676593, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22939779370, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22935888604, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3488667053, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22932609455, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22929943691, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2440288355, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21532364480, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 94018543, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2235147478, + "voter": "paynode" + }, + { + "percent": "2400", + "reputation": 73944659327428, + "rshares": 62400081859, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 40210689203, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10512691519, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9618545985, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 10470923790, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 739486877190, + "voter": "dollarvigilante" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1869955686, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9825312082, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22924046457, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 540587396, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 79582276447, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 92909029992, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 17558106467, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29736150488, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139395267, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 2949130694, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2288447522, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2022966642, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5155210900, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1933020393, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 156228771332, + "rshares": 117344778, + "voter": "mlpfrank" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22610744163, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1588577993, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4324251259, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 14885699052, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3628428304, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6531123702, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 836954421307, + "rshares": 1357136537, + "voter": "crypt0mine" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018551189, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2557933752, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5522483964, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659596752, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61809990034, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 3493374201, + "rshares": 52562092, + "voter": "paxmagnus" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084859262, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346835012, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11804337064, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4605155703, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3527633520, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319477064, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71104899, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 184381906, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 568738102, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91120780, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 178722423, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147694207, + "voter": "toddemaher1" + } + ], + "author": "someguy123", + "author_reputation": 18890223518661, + "beneficiaries": [], + "body": "As part of being a witness, you're expected to run a price feed, to allow the network to convert SBD to USD (via STEEM).\n---\n**Unfortunately, most of them are a bit of a pain to install.**\n\n**Well. Not anymore.** I've taken @jesta's fork of @clayop's python price feed, and wrapped it with a shell script that can deal with setting it up, configuring, as well as start/stop/status\n\nIt's open source, released under the GNU GPL v3. You can view the code here: https://gist.github.com/Someguy123/100dbc0e40d343886e2aa014317f586f/\n\nIt works on both Linux (debian-based, e.g. ubuntu), and OSX (requires homebrew).\n\nHere's how to use it:\n\n```\nwget https://gist.githubusercontent.com/Someguy123/100dbc0e40d343886e2aa014317f586f/raw/pricefeed-tool.sh -O price.sh\nchmod +x price.sh\n./price.sh install\n./price.sh start\n```\n\nNeed to change the username or key?\n\n```\n./price.sh config\n```\n\nHere's an example, on a complete fresh [DigitalOcean 512mb server](https://m.do.co/c/ee902cbe72a4) to show how easy it is:\n\n```\nroot@feedtest:~# wget https://gist.githubusercontent.com/Someguy123/100dbc0e40d343886e2aa014317f586f/raw/pricefeed-tool.sh -O price.sh\n\n2016-09-14 21:06:10 (42.7 MB/s) - \u2018price.sh\u2019 saved [4643/4643]\n\nroot@feedtest:~# chmod +x price.sh\nroot@feedtest:~# ./price.sh install\nInstalling Python3, git, and Python3-PIP...\n- - - - - - - - - - - - - - - - - - - - - -\n\nExtracting templates from packages: 100%\n- - - - - - - - - - - - - - - - - - - - - -\n\nUpdating PIP to avoid problems...\n- - - - - - - - - - - - - - - - - - - - - -\n\nCloning @jesta's Steem Feed...\n- - - - - - - - - - - - - - - - - - - - - -\n\nInstalling dependencies...\n- - - - - - - - - - - - - - - - - - - - - -\n\nAutomatically configure the price feed? (Y/n)\nCreating config file...\nIf you make a mistake, just press CTRL-C to exit without saving.\nYour STEEM username (no @ sign): someguy123\nYour active private key (begins with 5): 5.........\n- - - - - - - - - - - - - - - - - - - - - -\nSuccessfully saved config\n- - - - - - - - - - - - - - - - - - - - - -\n\nPrice feed has been installed. Start with './price.sh restart'\n\nroot@feedtest:~# ./price.sh restart\nKilling any existing price feed\nLoading environment settings\nStarting steemfeed in screen 'pricefeed'\nPricefeed started! Check on it with 'screen -x pricefeed'\nProblems? Check steemfeed/error.log\nroot@feedtest:~# ./price.sh status\nThe price feed is running\nroot@feedtest:~#\n\n```\n\nDid you see that? That's right. 3 commands and it's up.\n\n---\n\nDo you like what I'm doing for STEEM/Steemit?\n----\n[Vote for me to be a witness](https://steemit.com/~witnesses) - every vote counts. \n----\nDon't forget to follow me for more like this.\n----", + "body_length": 2660, + "cashout_time": "2016-09-21T21:23:06", + "category": "steem", + "children": 7, + "created": "2016-09-14T21:23:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steem-help\",\"witness-category\",\"tools\",\"development\"],\"users\":[\"jesta\",\"clayop\"],\"links\":[\"https://gist.github.com/Someguy123/100dbc0e40d343886e2aa014317f586f/\",\"https://m.do.co/c/ee902cbe72a4\",\"https://steemit.com/~witnesses\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:23:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 32686858426485, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "68.243 HBD", + "percent_hbd": 10000, + "permlink": "for-witnesses-instant-price-feed-script", + "post_id": 1247443, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "(For Witnesses) Instant price-feed script", + "title": "(For Witnesses) Instant price-feed script", + "total_payout_value": "0.000 HBD", + "url": "/steem/@someguy123/for-witnesses-instant-price-feed-script" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1183997811, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142892158061, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 847366145, + "voter": "luisucv34" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 23488305530, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547550089, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1223969387, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 355190711980, + "rshares": 348191094, + "voter": "melissag" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10412673516, + "voter": "gonzo" + }, + { + "percent": "2100", + "reputation": 11683040603469, + "rshares": 20569512548, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 540587396, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 17558106467, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1057083177, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 73665476, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 54834649, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 610439007851, + "rshares": 1539512961, + "voter": "yanik" + } + ], + "author": "randyclemens", + "author_reputation": 6380056335097, + "beneficiaries": [], + "body": "
http://i.imgur.com/DN5Wlz9.jpg
\n\nYears ago, I used to work at a [small boutique cheese shop in Los Angeles](http://artisancheesegallery.com/), and we'd get a fair number of customers who would try to order custom platters from us while having a completely separate conversation on their cell phone. As we were trying to give them information, it would always be interrupted with several awkward stammers of \"oh, hold on\" or a \"no, sorry, I was talking to the cheese guy.\"\n\nOne of the people I was lucky enough to work with\u2014Gregory Bonsignore\u2014drew up a sign one day to express his frustrations with this lack of awareness and basic humanity that some people were failing to grasp. Years later, I still laugh thinking about his sign, and I created a digitized version of it for your enjoyment:\n\n
http://i.imgur.com/9iNpe2V.jpg
\n\nBesides making it difficult to actually engage in a meaningful conversation to learn how we can best serve what those customers were looking for, other customers waiting in line behind them would rightfully get frustrated having to wait even longer while the customer at the counter takes extra time fumbling around with their phone and wallet and two different trains of thought crashing into each other.\n\n
http://i.imgur.com/Cc64FKL.jpg
\n\nThis is NOT an anti-cell phone post... and I know I could pop my head up from my screen a little more often or just put my phone in another room when I'm talking with my friends in the flesh... but even with servers at restaurants, clerks at convenience stores, or strangers on a walk... every day, we have an opportunity to interact with those around us. To play. To tell a joke. To ask a question and maybe learn something new. \n\n
http://i.imgur.com/ltgmQjL.jpg
\n\nI know a helluva lot about cheese... I invested a LOT of time and energy into learning everything I could about it because I loved it so much and wanted to share that love with others. Those folks on their phones missed out on some cool knowledge :)\n\n
http://i.imgur.com/I2AMcrY.png
\nThat's me in the \"Cheese Ballers!\" episode of Rob Dyrdek's Fantasy Factory :)\n\n


\n

About Me!

\n

My name is Randy Clemens and I am the author of The Sriracha Cookbook, The Veggie-Lover\u2019s Sriracha Cookbook, and co-author of The Craft of Stone Brewing Co. I am a graduate of the California School of Culinary Arts and am featured in the award-winning Sriracha\u2014a documentary film by Griffin Hammond.

\n

In early 2015, I moved from Los Angeles to participate in the Free State Project, a geopolitical movement getting 20,000+ libertarians / voluntaryists to relocate to New Hampshire to decrease the size and draconian reach of the government while protecting individual liberties.

\n

You can read more about me on my Steemit introduction post! And if one (or more) of the things I've written about here tickles your fancy, you can follow my musings on Twitter via @SrirachaBook and @RandyClemensEsq.

", + "body_length": 4041, + "cashout_time": "2016-09-21T21:15:42", + "category": "story", + "children": 2, + "created": "2016-09-14T21:15:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"writing\",\"funny\",\"life\",\"food\"],\"image\":[\"http://i.imgur.com/DN5Wlz9.jpg\",\"http://i.imgur.com/9iNpe2V.jpg\",\"http://i.imgur.com/Cc64FKL.jpg\",\"http://i.imgur.com/ltgmQjL.jpg\",\"http://i.imgur.com/I2AMcrY.png\"],\"links\":[\"http://artisancheesegallery.com/\",\"http://www.randyclemens.com/\",\"http://bit.ly/SrirachaBook\",\"http://bit.ly/VegSrirachaBook\",\"http://www.amazon.com/gp/product/1607740559/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1607740559&linkCode=as2&tag=randyclemensc-20&linkId=57C7THXY7MSCRWMO\",\"http://srirachamovie.com/\",\"http://bit.ly/randymovestoNH\",\"https://freestateproject.org/\",\"https://steemit.com/introduceyourself/@randyclemens/i-m-one-of-20-000-libertarian-voluntaryist-activists-moving-to-new-hampshire-to-stop-big-government-i-m-also-the-author-of-3\",\"http://twitter.com/SrirachaBook\",\"http://twitter.com/RandyClemensEsq\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:15:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 237337514307, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.054 HBD", + "percent_hbd": 10000, + "permlink": "hilarious-sign-for-rude-customers-who-talk-on-their-cell-phones-while-you-re-trying-to-serve-them", + "post_id": 1247363, + "promoted": "1.030 HBD", + "replies": [], + "root_title": "\ud83d\udcf5 HILARIOUS sign for RUDE customers who talk on their cell phones while you're trying to serve them!", + "title": "\ud83d\udcf5 HILARIOUS sign for RUDE customers who talk on their cell phones while you're trying to serve them!", + "total_payout_value": "0.000 HBD", + "url": "/story/@randyclemens/hilarious-sign-for-rude-customers-who-talk-on-their-cell-phones-while-you-re-trying-to-serve-them" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 261787136527, + "rshares": 240286874254, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 29720808326942, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4352378085267, + "voter": "paladin" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3205433782741, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2005008078872, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4894367577006, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22380501232, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1650184397757, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452587201650, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604450588064, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3119362154488, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665726781302, + "voter": "boombastic" + }, + { + "percent": "5000", + "reputation": 7520586390, + "rshares": 44246198919, + "voter": "mrs.agsexplorer" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3378466975, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620255991, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5566951777531, + "voter": "smooth.witness" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 129517417242, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9645065512, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799820083981, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734949215, + "voter": "sakr" + }, + { + "percent": "700", + "reputation": 37454101478493, + "rshares": 25238185430, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13339911374, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481740008014, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1660385973, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81783137499, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 13752360766, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 148149421553, + "voter": "edgeland" + }, + { + "percent": "928", + "reputation": 12382143533351, + "rshares": 74897991444, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566251790277, + "voter": "nanzo-scoop" + }, + { + "percent": "7600", + "reputation": 15755437221598, + "rshares": 20912611192, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13340014301, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47422549796, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173814907182, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100996511935, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060920601, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6083693713, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218729143, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10526833619, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1008449541973, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48236151321, + "voter": "ak2020" + }, + { + "percent": "100", + "reputation": 16234753830016, + "rshares": 1983815002, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692975896148, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400795789674, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375810426395, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 371453162094, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19212519772, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15786288354, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4552013770, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5818169940, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 108680814842, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192225184850, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279160112188, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44429606776, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77693251457, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187187538, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 37138635112, + "voter": "clement" + }, + { + "percent": "6500", + "reputation": 2909305052193, + "rshares": 4330133378, + "voter": "dailyfeed" + }, + { + "percent": "7600", + "reputation": 17405459234693, + "rshares": 43393014951, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20379203081, + "voter": "thebatchman" + }, + { + "percent": "5000", + "reputation": 1700182089209, + "rshares": 34736564146, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3215101425, + "voter": "orly" + }, + { + "percent": "7600", + "reputation": 4066839697461, + "rshares": 6306682343, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5058699788, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18842523479, + "voter": "hakise" + }, + { + "percent": "7600", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215545466, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25052927517, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6938809092, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1183997811, + "voter": "steemswede" + }, + { + "percent": "7600", + "reputation": 675716972978, + "rshares": 166097514, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 31706660688, + "voter": "picokernel" + }, + { + "percent": "3300", + "reputation": 4667991454724, + "rshares": 268754001183, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25673197441, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1267696038568, + "voter": "renohq" + }, + { + "percent": "7600", + "reputation": 8017093633272, + "rshares": 11900826305, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1207102251, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 5463774640621, + "rshares": 23198403909, + "voter": "akareyon" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4685903408, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8828161993, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12207029607, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33656343814, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90257674, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 17043050284, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14613467372, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1427008333, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258942997644, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 17945794409, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3574294735, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 11698158012, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451013721667, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45695515869, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 126705022089, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5840616374, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 2855981553, + "rshares": 239509465, + "voter": "stefaniek42" + }, + { + "percent": "10000", + "reputation": 2685781735, + "rshares": 239696086, + "voter": "kellystone6" + }, + { + "percent": "10000", + "reputation": 3790892852, + "rshares": 239701207, + "voter": "kathise" + }, + { + "percent": "10000", + "reputation": 110744225, + "rshares": 239082038, + "voter": "tsarp4" + }, + { + "percent": "10000", + "reputation": 402141072, + "rshares": 239091094, + "voter": "oneandonly3" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1561865667, + "rshares": 239275051, + "voter": "cryptobrain" + }, + { + "percent": "10000", + "reputation": 1264385, + "rshares": 238981841, + "voter": "jul762" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159306587878, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 3055305, + "rshares": 238996949, + "voter": "jenny-3" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238845917, + "voter": "galaxy77" + }, + { + "percent": "10000", + "reputation": 152612830, + "rshares": 238842328, + "voter": "nancywood621" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310267965, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 238870108, + "voter": "jennyfeger" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238847388, + "voter": "stevemitchell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238854943, + "voter": "jennifersteel807" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 329472271246, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435401863, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1723163, + "rshares": 119531207, + "voter": "beckygee" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76405282865, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 38485075439, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10684939578, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "7600", + "reputation": 4603449402273, + "rshares": 3077491607, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756477222, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3712240059, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277844951, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3620385631, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31922584168, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 33395102844, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84683756607, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 20864274854, + "rshares": 120594403, + "voter": "mumslittlesecret" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513185, + "voter": "annabellew" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118447715, + "voter": "brandontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118326435, + "voter": "timothyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841855426, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 441332323, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118086477, + "voter": "michael-brown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118110881, + "voter": "timclarke" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "7600", + "reputation": 6570213787, + "rshares": 87046590, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736259240, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206059171, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 923420861, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 8674577701, + "voter": "chloetaylor" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543675783, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31583225455, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365632775, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 285745653, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15528822570, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 41952328781, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 5655389326, + "rshares": 12260313875, + "voter": "youngkim" + }, + { + "percent": "400", + "reputation": 4063076365725, + "rshares": 238490507, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6145892599, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111828316, + "voter": "andrew-charles" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10726571742, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298263441, + "voter": "taker" + }, + { + "percent": "2500", + "reputation": 10137266406870, + "rshares": 4238154544, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 7017895702, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 226021128, + "voter": "frozendota" + }, + { + "percent": "7600", + "reputation": 4835227647717, + "rshares": 1836803717, + "voter": "merej99" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116531357129, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22904364389, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 7564464865541, + "rshares": 21937957929, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24553556452, + "voter": "laoyao" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37202678901, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233185553093, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8719121186, + "voter": "flysaga" + }, + { + "percent": "7600", + "reputation": 97328985094, + "rshares": 4049932429, + "voter": "brendio" + }, + { + "percent": "928", + "reputation": 1751717743, + "rshares": 2082757611, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 50082026558, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186968509, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 4250456191, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3820317413, + "voter": "kurtbeil" + }, + { + "percent": "7600", + "reputation": 1685450515149, + "rshares": 2009480430, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125238669101, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 54352151623, + "rshares": 4185826321, + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21110161255, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 97051399, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6099122143, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5936031820, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547550089, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 61274515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 265199778265, + "voter": "sirwinchester" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4028275782, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12959250084, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2336668831, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10512691519, + "voter": "thebotkiller" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8120137403, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25744410392, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3851639124, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91480539547, + "voter": "miacats" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546720711, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 208699791, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005530282, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20136477885, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 84680412457, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11190418947, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 834451065, + "voter": "inferno" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9825243280, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4750769306, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88102217984, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 3622743, + "rshares": 57556400, + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3486839356, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 389157557895, + "rshares": 215103953, + "voter": "lasseehlers" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 540587396, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2863094334, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 3135058867066, + "rshares": 3572205128, + "voter": "stillsafe" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11301197601, + "voter": "sethlinson" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6608033441, + "voter": "hilarski" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580262873, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 59067894, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 717952390, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2182674535, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10430482730, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1933020393, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1171729032, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 112576381, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 1391859553453, + "rshares": 55810357162, + "voter": "skum" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 79831683, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248025640, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4746518330, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624682038, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 40801089458, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15224010395, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3628428304, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679558332, + "voter": "jwaser" + }, + { + "percent": "7600", + "reputation": 0, + "rshares": 120327376562, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 633563845, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 136191934687, + "rshares": 92277558, + "voter": "kyusho" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 122271956, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 61824431, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 6309450092, + "rshares": 55166840, + "voter": "dadinova" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2616068610, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 5705459768, + "rshares": 55236049, + "voter": "ejaredallen" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 41635325993, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 4185046195, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5611121825, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 73665476, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793281208, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 58872150, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51114196, + "voter": "xpice" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346835012, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11804337064, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 54452104, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 405397456, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1041710878, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709818332, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 994665254475, + "rshares": 1489879253, + "voter": "modernsuperior" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231379900, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 57373409, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 16746618, + "rshares": 854704924, + "voter": "gustafx" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1374287429, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3527633520, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 158798473, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 46105524125, + "rshares": 159126578, + "voter": "zerozone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 149130097, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149123370, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148337519, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148308392, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4087497262, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157682284, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 120007372, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147864891, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147806968, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147559003, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150661966, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 147475911, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 150562474, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 1951683089907, + "rshares": 5018470462, + "voter": "sherlockcupid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28918818882, + "voter": "goldmatters" + }, + { + "percent": "7600", + "reputation": 584475717, + "rshares": 56129025, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77287933, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 184381906, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61536953, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67683958, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 6358569144, + "rshares": 154008315, + "voter": "faruk" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 150114474, + "voter": "royfft" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 133590030, + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 135897736, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 11342885723, + "rshares": 153926759, + "voter": "larskrogholt" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n
http://picload.org/image/rdgciapg/comparecover0.jpg

\n

Everybody does it. Some people less, some people more.

\n

We compare ourselves to others.

\n

And although we've heard countless times not to do that, and that we should \"just be ourselves\" - we still do it sometimes. And it can be quite a burden. The envy destroys our own self-esteem!

\n


\n

These are all thoughts that creep inside our head:

\n

\"How do I get this person to like me, and be friends with me?\"

\n

\"How would people react if I acted a little less serious?\"

\n

\"Can I really wear this tonight, or what will the others think?\"

\n


\n

We think so much about how other people see us or if they like us, because it's an instinct of humans to want the respect and recognition from others.
\nBut now, in the modern age, the pressure is even higher than ever before - nowadays it seems like everybody is competing with someone because of their job, status, money, house, car etc.

\n

\n

This means that there is always someone better than you.
\nThere is always someone with a nice car,
\nsomeone with a nicer house,
\nsomeone with a better job and so on. 

\n\n

We constantly compare ourselves, and as soon as we feel like we have less than someone else, our self-esteem lowers. And at the same time, this makes us appreciate the things we do have less and less.

\n

Less and less people are feeling truly happy, while more and more people think they need to buy luxurious, material goods to achieve happiness. 

\n

https://s-media-cache-ak0.pinimg.com/564x/31/6a/e9/316ae949a2c2196c0552e00f94fbebe8.jpg

\n

We think to ourselves that we have to buy or achieve \"something particular\" and only then we allow ourselves o be happy.

\n

And the problem is that once we have finally bought something better than our 'competitor', someone else pops up and owns something even better.
\nSo we chase after happiness as if we were on a treadmill, but never actually achieve happiness. (This is also called the Hedonic Treadmill!)

\n

And when we are chasing after that new car or fancy watch, we are actually really chasing the feeling of being liked and respected.

\n

If we really want to grow our self-esteem, we can only reduce our expectations at ourselves, instead of chasing after success and money even more. 

\n

https://s-media-cache-ak0.pinimg.com/564x/dd/9d/29/dd9d29e8be39e69fd6bc1533103041e0.jpg

\n


\n

So what can we do to actually get those feelings of respect and recognition from others?
\nWe should work on ourself and chase after improving our own character.
\nWe should work on being more kind, confident, satisfied, grateful and mindful.

\n

And we should respect ourselves for that.

\n

Yes, the respect from others will follow then.

\n


\n

Here are some tips that help you to stop comparing yourself to others:

\n
    \n
  • Stop begrudging someone their success.
    \n
    This may be difficult to execute at first, but just try reminding yourself that that person deserves it as well, and that you're happy for them. It has nothing to do with you.
  • \n
  • Accept that you are not perfect.
    \nAnd you will never be. You are still a work in progress and as long as you keep wanting to improve yourself, there is nothing to feel bad about.
  • \n
  • Analyze yourself.
    \nFor a few days, be mindful of your own behaviour and detect whenever you are comparing yourselves to others. Then, ask yourself what triggered this behaviour, and what would have been a better way to react.
  • \n
  • Appreciate what you have.
    \nGratitude is one of the most important, yet one of the most forgotten values nowadays. Especially now that everyone is in a contest with someone else, you need to be grateful for what you already have, and don't overlook it while constantly chasing after more.
  • \n
\n

https://s-media-cache-ak0.pinimg.com/564x/6e/25/27/6e25272b3dadecf6521b94b379beccb5.jpg

\n

Instead of thinking of other people, focus on what's really important in your life. Your goals, your passion. 

\n

What do you want to do? How would you like to become? Focus on it!
\nAnd if you decide to give this your all, you will be so busy you don't even have time to compare yourself to others!

\n


\n

Think about it this way:

\n

Picture a meadow with hundreds of different flowers.
\nSome are bright and colorful, others small and delicate.
\nSome grew in the bright sunlight, others in the shadow of the trees, and other between the rocks.

\n

All these flowers are different. And how could you ever compare them?

\n

They have grown in all different conditions, and some would never grow larger or more colorful than others.

\n

... And that's okay.

\n

\n


\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 5771, + "cashout_time": "2016-09-21T21:14:27", + "category": "life", + "children": 37, + "created": "2016-09-14T21:14:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"philosophy\",\"health\",\"psychology\"],\"image\":[\"http://picload.org/image/rdgciapg/comparecover0.jpg\",\"https://media.giphy.com/media/12FcOl0iLH7c2Y/giphy.gif\",\"https://s-media-cache-ak0.pinimg.com/564x/31/6a/e9/316ae949a2c2196c0552e00f94fbebe8.jpg\",\"https://s-media-cache-ak0.pinimg.com/564x/dd/9d/29/dd9d29e8be39e69fd6bc1533103041e0.jpg\",\"https://s-media-cache-ak0.pinimg.com/564x/6e/25/27/6e25272b3dadecf6521b94b379beccb5.jpg\",\"https://media.giphy.com/media/TlDdgIsop5FNm/giphy.gif\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:14:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 74728038823030, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "321.740 HBD", + "percent_hbd": 10000, + "permlink": "why-you-should-stop-comparing-yourself-to-others", + "post_id": 1247353, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Should Stop Comparing Yourself To Others!", + "title": "Why You Should Stop Comparing Yourself To Others!", + "total_payout_value": "0.000 HBD", + "url": "/life/@sirwinchester/why-you-should-stop-comparing-yourself-to-others" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231746522138, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3662715854163, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7236408574199, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5763256539103, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2350562263482, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452587201650, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3119343796305, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665725817418, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88491528536, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756769742, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437981504597, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 137139908091, + "voter": "team" + }, + { + "percent": "634", + "reputation": 12382143533351, + "rshares": 59916545554, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 21755742388, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9844197082, + "voter": "jerome-colley" + }, + { + "percent": "3900", + "reputation": 15755437221598, + "rshares": 11109824695, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 12251033542, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9837105511, + "voter": "kefkius" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060910639, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1008448334738, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58167533401, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692828450310, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 10450737135, + "rshares": 349484107, + "voter": "yonatann" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 266258760080, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 89171011192, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 2797012370034, + "rshares": 2832877281, + "voter": "danilo-cuellar" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279160112188, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 43520068567, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 7535050208, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187187538, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38022888329, + "voter": "clement" + }, + { + "percent": "3900", + "reputation": 17405459234693, + "rshares": 24300088372, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69471235066, + "voter": "rubybian" + }, + { + "percent": "3900", + "reputation": 4066839697461, + "rshares": 3440008551, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5058699788, + "voter": "riscadox" + }, + { + "percent": "3900", + "reputation": 2906973892, + "rshares": 88730884, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215245422, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 316358456, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1548304830, + "voter": "steemswede" + }, + { + "percent": "3900", + "reputation": 675716972978, + "rshares": 87933978, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142891029762, + "voter": "derekareith" + }, + { + "percent": "3900", + "reputation": 8017093633272, + "rshares": 6446280915, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11952716490, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14612788006, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28427084687, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251327027125, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 13330459130, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 31684432458, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9624850537, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347891634328, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76385923498, + "voter": "thylbom" + }, + { + "percent": "3900", + "reputation": 4603449402273, + "rshares": 1692620384, + "voter": "bitcoiner" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841742214, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 231816568, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 9252882882, + "voter": "chloetaylor" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543668235, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 123546021179, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 136539751818, + "voter": "shaka" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10726563303, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298261932, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 8710090850955, + "rshares": 39535869925, + "voter": "rampant" + }, + { + "percent": "3900", + "reputation": 4835227647717, + "rshares": 958332374, + "voter": "merej99" + }, + { + "percent": "3900", + "reputation": 97328985094, + "rshares": 2113008224, + "voter": "brendio" + }, + { + "percent": "635", + "reputation": 1751717743, + "rshares": 1666152955, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 902392181167, + "rshares": 839544230, + "voter": "nick-sinard" + }, + { + "percent": "3900", + "reputation": 2021353867281, + "rshares": 1661001533, + "voter": "kurtbeil" + }, + { + "percent": "3900", + "reputation": 1685450515149, + "rshares": 1076507373, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 100084255, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547550089, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11213537620, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5968267436, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178243549, + "voter": "party1999" + }, + { + "percent": "4600", + "reputation": 13325577893779, + "rshares": 14499638958, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3304972888, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308190394, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 3622743, + "rshares": 58731020, + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 445189620, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2863094334, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911500966, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59005235, + "voter": "rbialek" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 46896704082, + "voter": "emancipatedhuman" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6608033441, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773812221, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6522837445845, + "rshares": 5568836556, + "voter": "lily-da-vine" + }, + { + "percent": "10000", + "reputation": 366529203171, + "rshares": 296392777, + "voter": "brandon-rosano" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 733227972, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2022966642, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5316759800, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2020878012, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3838533556, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13136474381, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592861696, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20842690146, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 459257778, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 54211933, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 633563845, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 61824431, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 20817433833, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 92065054, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1284824332, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 32819947524, + "rshares": 56686010, + "voter": "sic-savidicus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53882726, + "voter": "kbregu" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60210153, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 294804319, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 73556721290, + "rshares": 72858614, + "voter": "justusagenstum" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 116849283, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 157687240, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 133590030, + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 114634499, + "voter": "dirlei.sdias" + } + ], + "author": "emancipatedhuman", + "author_reputation": 17360647532455, + "beneficiaries": [], + "body": "http://www.emancipatedhuman.com/wp-content/uploads/2016/09/1383189_649651601734099_1041628371_n.jpg\n\n**Throughout the ages, sex has been a taboo subject that most people do not talk about at the dinner table.\nWhy not? Every single one of us is here in this world because of it... and the more we sweep it under the rug, the more dysfunctions we are going to encounter.** \n\n**Kendal Williams is my Tantric teacher and she accepted to do an interview with me about Sex In A Voluntary Society... how we can empower ourselves through our sexing.** \n\n**Ultimately, the way we do sex is the way we do life. Please, watch this powerful interview and enjoy Kendal as much as I did.**\n\nhttps://youtu.be/uD6-xbxgcck\n\nhttps://www.facebook.com/kendal.williams.184?fref=ts\n\nhttp://www.tantrictransformation.com/\n\nhttp://www.facebook.com/pages/Tantric-Transformation-with-Kendal-Williams/179231782109419", + "body_length": 889, + "cashout_time": "2016-09-21T20:23:27", + "category": "sex", + "children": 6, + "created": "2016-09-14T20:23:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sex\",\"anarchy\",\"voluntaryism\",\"kendal\"],\"image\":[\"http://www.emancipatedhuman.com/wp-content/uploads/2016/09/1383189_649651601734099_1041628371_n.jpg\",\"https://img.youtube.com/vi/uD6-xbxgcck/0.jpg\"],\"links\":[\"https://youtu.be/uD6-xbxgcck\",\"https://www.facebook.com/kendal.williams.184?fref=ts\",\"http://www.tantrictransformation.com/\",\"http://www.facebook.com/pages/Tantric-Transformation-with-Kendal-Williams/179231782109419\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T20:23:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 33470619830316, + "parent_author": "", + "parent_permlink": "sex", + "pending_payout_value": "71.086 HBD", + "percent_hbd": 10000, + "permlink": "sex-in-a-voluntary-society-emancipated-human", + "post_id": 1246849, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sex In A Voluntary Society - Emancipated Human", + "title": "Sex In A Voluntary Society - Emancipated Human", + "total_payout_value": "0.000 HBD", + "url": "/sex/@emancipatedhuman/sex-in-a-voluntary-society-emancipated-human" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2429032704, + "voter": "konelectric" + }, + { + "percent": "72", + "reputation": 12382143533351, + "rshares": 14979136388, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 15310433088, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060911544, + "voter": "murh" + }, + { + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -311187283, + "voter": "hater" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427728306, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1457228076, + "voter": "steemswede" + }, + { + "percent": "76", + "reputation": 1751717743, + "rshares": 416538238, + "voter": "gmurph" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 22400443853, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 733227972, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931935967, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 492721455, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10485672306, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 2275182541, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 845969200819, + "rshares": 1531257999, + "voter": "redq" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1492549769, + "voter": "robotev" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

Has anyone else noticed the prolonged absence of Hillary Clinton since \"she\" emerged from Chelsea Clinton's NY \"apartment\"?

\n

Lots of rumors flying around.  Is she dead?  Is she recovering?  Is she using a bodydouble?  Was she arrested? Does she have health problems above and beyond dehydration, allergies, or pneumonia?  Was she poisoned by Trump and Putin?  I for one would like to add another question in this post.  I think she used a #hillarysvoicedouble, but we're not there yet.  Is this an elaborate way to avoid the legal problems she's about to land in that are assocaited with the Clinton Foundation and DNC pay to become an Ambassador situation as discovered by Guccifer 2.0 leaks?

\n

\n

Only time will tell.  Let's start with what we know and then go into speculation after-

\n

I'm assuming you're not in worse condition than Hillary and managed to watch this footage of her going limp while leaving the 9/11 memorial ceremony and heading over to Chelsea Clinton's apartment.

\n

https://www.youtube.com/watch?v=IFFSTK4kK8o

\n

What you may not know about that apartment is that it used to serve as a New York State Department of Health certified Home Health Care service.

\n

\n

OK, so out comes a woman who resembles Clinton at 50 rather than her actual age of 68.  Home Health care or not it's extremely unlikely that Clinton would suffer medical issues and then emerge 4 hours later from Chelseas appartment or home health care clinic looking 10 years younger, 50lbs lighter, and speaking with a voice that doesn't stress from pnuemonia-like symptoms.  I made a post about it.

\n

\n

People also note the distinct lack of standard security detail around her after she appears.

\n

\n

Anyway, she went to her private place in Chappequa, NY.  It's noteworthy that the whole place is apparently guarded like a fortress right now.

\n

\n

Here's a slide show of the inside of the house and general property.

\n


\n

She cancelled her appearance on Ellen.

\n

\n

And you know it's really bad because she cancelled her CA funding trip, and her Ohio appearances were taken by Chelsea.

\n

\n


\n

The campaign says she'll be back tomorrow.  We'll see.

\n


\n

Anyway, she calls into Anderson Cooper after she gets out of the home hospital complex apartment.  Now it actually makes sense that she might just call in after being sick and passing out.  That's cool, what doesn't make sense is that she makes it through 10 minutes of interview with Anderson without coughing once.  That's why I'm introducing the thought that she used a voice double.  Listen to how crisp she sounds in the video and tell me that's the same woman seen spitting out green chunks of whatever while hacking and not getting through 30 seconds of a speech without drinking water, begging the audience for forgiveness for the coughing disruption, and sounding incredibly horse.

\n

https://www.youtube.com/watch?v=Zhn7M_7ZZZs

\n

The campaign says she didn't see a doctor until she got to Chappequa, but I'm suspicious.  Here's the video where they talk about the move.

\n

https://www.youtube.com/watch?v=oaLlcdbn1Hg

\n

Do you notice the shit eating grin at 2:18?  He can't contain himself.  His body is fighting the lie.  It's a classic case of deceiver's delight.  You can see that here at around 50 seconds very clearly.  See if they match for you too.

\n

https://www.youtube.com/watch?v=GutAbsKWLsY

\n


\n

Anyway.  Those are some of the least weird things to come out.  The most weird are multiple claims by ABC news that she's already dead.  The official announcements came out it was allergies, then dehydration, and then officially disclosed pnuemonia.  Others have said she has symptoms of pneumonia, Parkinsons, and Dementia.  I linked those three illnesses together with some other symptoms as tertiary syphilis here.  But over the past two days people have caught screen shots and recordings of ABC posting that she died.

\n

ABC news reports she died at a hospital-

\n

\n

It was also reported on WABC7- You know ABC!  The giant TV channel.

\n

https://www.youtube.com/shared?ci=jLrc-YAdoQo

\n

ABC was contacted by Alex Jones and they shared that it was real footage, but an accident and not true.  I could believe that for 1 piece of news, but not two from the same outfit.  Don't get me wrong... I don't think she's necessarily dead.  I think it's possible she is, but I also think it's a way to fake her death too so that she doesn't have to face justice for the war crimes, civil crimes, and heinous deeds she's committed over an extended public political career as well as an extended shady private career at the Clinton Foundation.

\n

The real conspiracy here is that there's nothing wrong with her.

\n


\n

Anyway, if you don't think something is up then just stay calm.  She has pnuemonia the flu and will be back tomorrow.

\n

https://www.youtube.com/watch?v=mX7aGUV0y-E

\n


\n

All that aside... Some voters won't care-

\n

\n

If you like that option though I have a story about it here:  https://steemit.com/writing/@aggroed/satirically-yours-s1e9-unidentified-woman-falls-victim-to-zombie-infection-begins-campaigning-in-nyc 

\n

--------

\n

Lastly.  I just want to remind everyone that I have no intention of dying anytime soon.  We're all in perfect health right now.  No one is suicidal.  I'm in a loving happy family.  

\n

Media be like @aggroed committed suicide.

\n

\n", + "body_length": 8855, + "cashout_time": "2016-09-21T20:16:42", + "category": "hillarysdeath", + "children": 1, + "created": "2016-09-14T20:16:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hillarysdeath\",\"clintoncollapse\",\"hillaryshealth\",\"hillarysbodydouble\",\"hillarysvoicedouble\"],\"users\":[\"aggroed\"],\"image\":[\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14333559_10154417608835891_6986424206554309233_n.jpg?oh=3ae9a60322ee611cb81300b8a788dd48&oe=58710FFF\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14355622_1727459760848864_5789619413153525541_n.jpg?oh=1ec9097b089f3371051893a2b90488a2&oe=58809FC7\",\"https://img.youtube.com/vi/IFFSTK4kK8o/0.jpg\",\"https://s16.postimg.org/g6mswpds5/home_health_care.jpg\",\"https://pbs.twimg.com/media/CsKo7auXYAAJeot.jpg:large\",\"https://pbs.twimg.com/media/CsJuNj7UIAAz5jU.jpg\",\"http://i.dailymail.co.uk/i/pix/2016/09/13/19/384227C900000578-3787654-image-a-12_1473792883625.jpg\",\"http://cdn01.dailycaller.com/wp-content/uploads/2016/09/GettyImages-534066544-e1473692797353.jpg\",\"https://pbs.twimg.com/media/CsKcM4eUEAAYLoQ.jpg\",\"https://img.youtube.com/vi/Zhn7M_7ZZZs/0.jpg\",\"https://img.youtube.com/vi/oaLlcdbn1Hg/0.jpg\",\"https://img.youtube.com/vi/GutAbsKWLsY/0.jpg\",\"https://pbs.twimg.com/media/CsQtEU2WYAAZ_JP.jpg:large\",\"https://img.youtube.com/vi/mX7aGUV0y-E/0.jpg\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14330058_1670336053294815_1015017350235417593_n.jpg?oh=0ba605ee47b2752333f539b0c4d2ef8b&oe=58448FBE\",\"https://s-media-cache-ak0.pinimg.com/564x/77/dd/d9/77ddd9c08f4db2318abc467d4230fd6c.jpg\"],\"links\":[\"https://steemit.com/news/@aggroed/secretary-clinton-teresa-barnwell-a-professional-clinton-impersonator-and-a-potential-unidentified-body-double-at-the-9-11\",\"https://ascendingstarseed.wordpress.com/2016/09/12/apparently-hillary-was-arrested-video-shows-she-was-handcuffed-and-forced-into-the-van/\",\"http://www.fury.news/2016/09/renowned-pathologist-claiming-hillary-poisoned/\",\"http://magafeed.com/guccifer-2-0-leaks-robert-a-mandell-pays-dnc/\",\"https://www.youtube.com/watch?v=IFFSTK4kK8o\",\"https://profiles.health.ny.gov/home_health/view/18676\",\"http://www.housebeautiful.com/design-inspiration/g3549/hillary-clinton-chappaqua-house/?slide=1\",\"http://www.freerepublic.com/focus/f-bloggers/3469038/posts\",\"http://dailycaller.com/2016/09/12/hillary-clinton-cancels-scheduled-ellen-degeneres-interview-after-pneumonia-diagnosis/\",\"https://twitter.com/DougNBC/status/775322512968253440\",\"https://twitter.com/whiotv/status/775329119169024000\",\"https://twitter.com/elizacollins1/status/775821542714380288\",\"https://www.youtube.com/watch?v=zsGUSdhHIt8\",\"https://www.youtube.com/watch?v=Zhn7M_7ZZZs\",\"https://www.youtube.com/watch?v=oaLlcdbn1Hg\",\"https://www.youtube.com/watch?v=GutAbsKWLsY\",\"https://steemit.com/news/@aggroed/medical-conjecture-secretary-clinton-likely-suffers-from-late-stage-syphilis\",\"https://www.youtube.com/shared?ci=jLrc-YAdoQo\",\"http://www.zerohedge.com/news/2016-09-12/hillary-clintons-campaign-needs-hire-better-liars\",\"https://www.youtube.com/watch?v=mX7aGUV0y-E\",\"https://steemit.com/writing/@aggroed/satirically-yours-s1e9-unidentified-woman-falls-victim-to-zombie-infection-begins-campaigning-in-nyc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:17:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 83112812923, + "parent_author": "", + "parent_permlink": "hillarysdeath", + "pending_payout_value": "0.018 HBD", + "percent_hbd": 10000, + "permlink": "breaking-media-silence-hillary-come-out-come-out-wherever-you-are-prolonged-absence-of-hillary-are-reported-doubles-and", + "post_id": 1246776, + "promoted": "9.010 HBD", + "replies": [], + "root_title": "BREAKING MEDIA SILENCE- Hillary... \"Come out! Come out! Wherever you are!\" Prolonged absence of Hillary, reported doubles, and potential explanations", + "title": "BREAKING MEDIA SILENCE- Hillary... \"Come out! Come out! Wherever you are!\" Prolonged absence of Hillary, reported doubles, and potential explanations", + "total_payout_value": "0.000 HBD", + "url": "/hillarysdeath/@aggroed/breaking-media-silence-hillary-come-out-come-out-wherever-you-are-prolonged-absence-of-hillary-are-reported-doubles-and" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28659634752014, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480548499510, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3662803002876, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7235920494609, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5880874019492, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2004939114685, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22380387724, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1649149114844, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172435196, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665716673541, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88490320905, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437959484078, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9644823965, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 131761872479, + "voter": "team" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109755600, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1701870864, + "voter": "jocelyn" + }, + { + "percent": "231", + "reputation": 12382143533351, + "rshares": 29958262511, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 478348587, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5761288772, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 550499980345, + "voter": "nanzo-scoop" + }, + { + "percent": "6100", + "reputation": 15755437221598, + "rshares": 17645015693, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173809511474, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100995164249, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060908827, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218692003, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58167254398, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48234643206, + "voter": "ak2020" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 373228451, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 271583935282, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383479075903, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 5092263832878, + "rshares": 15431281044, + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110473448413, + "voter": "kenny-crane" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192221499988, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77692612849, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 427801121477, + "rshares": 577482876, + "voter": "nadejde" + }, + { + "percent": "6100", + "reputation": 17405459234693, + "rshares": 36450132559, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 148344818499, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1922879182, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57106930713, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69470259303, + "voter": "rubybian" + }, + { + "percent": "6100", + "reputation": 4066839697461, + "rshares": 5351124412, + "voter": "getssidetracked" + }, + { + "percent": "6100", + "reputation": 2906973892, + "rshares": 138025819, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215245422, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1912605508, + "voter": "steemswede" + }, + { + "percent": "6100", + "reputation": 675716972978, + "rshares": 136786188, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142891029762, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 167281280165, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 111055672943, + "voter": "sigmajin" + }, + { + "percent": "6100", + "reputation": 8017093633272, + "rshares": 9917355254, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101951550, + "voter": "cynetyc" + }, + { + "percent": "6100", + "reputation": 0, + "rshares": 61755250, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14612597777, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6392075053, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 13602509316, + "voter": "allmonitors" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7462001225, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706510925, + "voter": "creemej" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310212104, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3575622347, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76385155341, + "voter": "thylbom" + }, + { + "percent": "6100", + "reputation": 4603449402273, + "rshares": 2615867866, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3632576555, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84683756607, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 45014899, + "rshares": 113824125, + "voter": "chugumoto" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841724098, + "voter": "jl777" + }, + { + "percent": "6100", + "reputation": 6570213787, + "rshares": 70578316, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 571756791, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 9445651275, + "voter": "chloetaylor" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543666725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31582633653, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404639987, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 121123550176, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3313350363, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298257402, + "voter": "taker" + }, + { + "percent": "6100", + "reputation": 4835227647717, + "rshares": 1517359592, + "voter": "merej99" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116506279435, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 1167528616, + "voter": "transhuman" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37202137827, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233181020381, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16246844449, + "voter": "sunshine" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8718969009, + "voter": "flysaga" + }, + { + "percent": "6100", + "reputation": 97328985094, + "rshares": 3345596354, + "voter": "brendio" + }, + { + "percent": "231", + "reputation": 1751717743, + "rshares": 833076477, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 50081086020, + "voter": "midnightoil" + }, + { + "percent": "6100", + "reputation": 2021353867281, + "rshares": 2657602454, + "voter": "kurtbeil" + }, + { + "percent": "6100", + "reputation": 1685450515149, + "rshares": 1650644639, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125235319058, + "voter": "xiaohui" + }, + { + "percent": "6100", + "reputation": 229682900271, + "rshares": 63689981, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6099037598, + "voter": "elfkitchen" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4028210563, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11447152987, + "voter": "thebotkiller" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8119996095, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26817018689, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5968267436, + "voter": "lordvader" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546720711, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3304972888, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9308190394, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 3622743, + "rshares": 58731020, + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2922697747, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45977160865, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11073933149, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 784318201, + "rshares": 57337407, + "voter": "shurik" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2129438571, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5316759800, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3838533556, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 71643818, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4594200588, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1580317978, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6881296299, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20842454020, + "voter": "sponge-bob" + }, + { + "percent": "6100", + "reputation": 0, + "rshares": 101526093555, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 52252552, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 20817197707, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1000151128321, + "rshares": 799449161, + "voter": "littlescribe" + }, + { + "percent": "10000", + "reputation": 3493374201, + "rshares": 51510850, + "voter": "paxmagnus" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60210153, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 53055896, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205555920, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 345429965231, + "rshares": 520488710, + "voter": "listentojon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 6358569144, + "rshares": 157088481, + "voter": "faruk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144372329, + "voter": "trickster512" + } + ], + "author": "churdtzu", + "author_reputation": 34935156153627, + "beneficiaries": [], + "body": "![psychicpokerwithtext4e4c4.jpg](https://www.steemimg.com/images/2016/09/14/psychicpokerwithtext4e4c4.jpg)\n\nIs it possible that poker is, to some extent, a game played with psychic abilities? Many players wouldn't even consider the idea. They think in terms of science and numbers, and so the things which aren't commonly discussed in science are also off-limits for them. Of course, it's rare that you can expose truth by ignoring something. In my experience, using psychic abilities is something that occurs in card games, even something that occurs often.\n\n# If it happened, it'd be on the TV!\n\nThere's a classic comic from XKCD in which the author makes the case that it's very unlikely that psychic abilities exist, because if they did, they would be used in all sorts of industries:\n\n[![The economic argument](https://imgs.xkcd.com/comics/the_economic_argument.png)](https://xkcd.com/808/)\n\nLikewise, if psychic abilities did exist, it would be likely that cardplayers would use them, just as companies would for oil prospecting - and presumably, we would know about it.\n\nThe counterargument is twofold:\n1. Cardplayers and oil companies do not gain by admitting something which would make them appear nutty to their investors or backers; and\n2. Cardplayers and oil companies do not gain by telling people about something which gives them a hidden advantage.\n\nIt's in the interest of cardplayers to do whatever is in their power to improve their game - however, most professional cardplayers won't even admit that they read books about poker. They don't want potential competition to know the fastest path to improving their game. Would it be such a surprise if cardplayers conceal something so important? After all, they're in the business of deception.\n\n# Texas Dolly weighs in\n\nThe man whom many know as the greatest player in the history of poker, Doyle Brunson, had these words to share in the original version of his famous book *Super/System*:\n\n>I believe some good poker players actually employ a degree of extrasensory perception (ESP). While I've never studied the subject in depth, it seems to me there's too much evidence to ignore that ESP exists or that most people have it to some degree. Everybody has had the experience of riding with someone else in an automobile and thinking of a song, then being surprised to hear his companion start singing that very song.\n\n>You can't imagine how often I've called a player's exact hand to myself and been proven right. There's even a plausible, though completely unproven, explanation how a person could know what cards another player is holding. The brain's functions involve electrical impulses. In this electronic age we're becoming more familiar every day with appliances which broadcast, purely as an unintentional by-product, energy impulses which are picked up on dissimilar appliances at considerable distances.\n\n>Is it really too unreasonable to suspect that such a highly sophisticated electrical device as the human brain, during the intensity of concentration in a big pot, could broadcast a simple message like \"a pair of jacks\" a mere eight feet?\n\n# To be continued...\n\nIf Doyle Brunson is thinks that there is evidence for psychic abilities, and we know that players in general have some reasons to hide them, then it is reasonable to ask the question.\n\nIn my next posts, I'll talk about some case studies from hands I've played, and types of psychic abilities which might be useful. I invite you to share unusual stories from your own time at the card table. Please press follow to join me on more adventures! \n\n---\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)\n\n# Some other cool posts\n\nHere are some other posts of mine to check out:\n\n[Freedom is scary: One method of spreading liberty](https://steemit.com/anarchy/@churdtzu/freedom-is-scary-one-method-of-spreading-liberty)\n\n[Crypto-Rich! The crazy crypto economy of the future](https://steemit.com/money/@churdtzu/crypto-rich-the-crazy-crypto-economy-of-the-future)\n\n[Ideas are the currency of gods](https://steemit.com/science/@paradise-paradox/ideas-are-the-currency-of-gods-podcast-video)", + "body_length": 4746, + "cashout_time": "2016-09-21T19:59:00", + "category": "poker", + "children": 21, + "created": "2016-09-14T19:59:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poker\",\"gaming\",\"psychology\",\"money\",\"science\"],\"users\":[\"paradise-paradox\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/psychicpokerwithtext4e4c4.jpg\",\"https://imgs.xkcd.com/comics/the_economic_argument.png\",\"https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg\"],\"links\":[\"https://xkcd.com/808/\",\"https://www.steemimg.com/image/gsqzK\",\"https://www.facebook.com/theparadiseparadox/\",\"https://steemit.com/anarchy/@churdtzu/freedom-is-scary-one-method-of-spreading-liberty\",\"https://steemit.com/money/@churdtzu/crypto-rich-the-crazy-crypto-economy-of-the-future\",\"https://steemit.com/science/@paradise-paradox/ideas-are-the-currency-of-gods-podcast-video\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T20:13:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58178484154228, + "parent_author": "", + "parent_permlink": "poker", + "pending_payout_value": "198.206 HBD", + "percent_hbd": 10000, + "permlink": "psychic-poker-do-cardplayers-use-esp-do-gain-an-advantage-part-1", + "post_id": 1246603, + "promoted": "1.010 HBD", + "replies": [], + "root_title": "Psychic Poker - do cardplayers use ESP to gain an advantage? Part 1", + "title": "Psychic Poker - do cardplayers use ESP to gain an advantage? Part 1", + "total_payout_value": "0.000 HBD", + "url": "/poker/@churdtzu/psychic-poker-do-cardplayers-use-esp-do-gain-an-advantage-part-1" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1649057316202, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604415263064, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437959484078, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9885944564, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734949215, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 8914844721, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13629881067, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1701870864, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 17285500857, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 185826933509, + "voter": "samuel-stone" + }, + { + "percent": "907", + "reputation": 12382143533351, + "rshares": 74895647219, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5883869384, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 20949974151, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329703363864, + "voter": "teamsteem" + }, + { + "percent": "8900", + "reputation": 15755437221598, + "rshares": 25487009377, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060907921, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218692003, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 406739104316, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206780767857, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985075225790, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58167254398, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 69433472300, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 65823056175, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16230187504, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 371453162094, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5818061243, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 108679527394, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279160474130, + "voter": "lukestokes" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 3767525104, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81716241047, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34690935514, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 36256706806, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 60750178660, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427848667, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 59989527531, + "voter": "lehard" + }, + { + "percent": "8900", + "reputation": 4066839697461, + "rshares": 7644390981, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5058496882, + "voter": "riscadox" + }, + { + "percent": "8900", + "reputation": 2906973892, + "rshares": 202109235, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1821529056, + "voter": "steemswede" + }, + { + "percent": "8900", + "reputation": 675716972978, + "rshares": 200294061, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146752949485, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748749058, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 170840456339, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 103164171255, + "voter": "sigmajin" + }, + { + "percent": "8900", + "reputation": 8017093633272, + "rshares": 14380156363, + "voter": "ausbitbank" + }, + { + "percent": "8900", + "reputation": 0, + "rshares": 85507270, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603868345, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14612597777, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27604171480, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10417234786, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 13602509316, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 774734761, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706433628, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159282623988, + "voter": "blueorgy" + }, + { + "percent": "8900", + "reputation": 4603449402273, + "rshares": 3692953696, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 35621394734, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 45014899, + "rshares": 109178243, + "voter": "chugumoto" + }, + { + "percent": "8900", + "reputation": 6570213787, + "rshares": 103514864, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23815798787, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 9638419668, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1822603488, + "voter": "remlaps" + }, + { + "percent": "8000", + "reputation": 17218558634066, + "rshares": 33212260285, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26273191258, + "voter": "fabien" + }, + { + "percent": "200", + "reputation": 4063076365725, + "rshares": 119245253, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3313350363, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 136540693697, + "voter": "shaka" + }, + { + "percent": "8900", + "reputation": 4835227647717, + "rshares": 2236100418, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 211462616494, + "rshares": 1032587994, + "voter": "letc" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15893652179, + "voter": "sunshine" + }, + { + "percent": "8900", + "reputation": 97328985094, + "rshares": 4930310251, + "voter": "brendio" + }, + { + "percent": "907", + "reputation": 1751717743, + "rshares": 2082691194, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 484483710038, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186871290, + "voter": "ullikume" + }, + { + "percent": "8900", + "reputation": 2021353867281, + "rshares": 3986374695, + "voter": "kurtbeil" + }, + { + "percent": "8900", + "reputation": 1685450515149, + "rshares": 2440083379, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21110161255, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11680768355, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12364481030, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26817018689, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5843928531, + "voter": "lordvader" + }, + { + "percent": "2100", + "reputation": 11683040603469, + "rshares": 18699466353, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3304972888, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2922697747, + "voter": "netaterra" + }, + { + "percent": "8900", + "reputation": 21156422, + "rshares": 52319145, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712243076, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 77991647143, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2444478035, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 70104105, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 110645554637, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1580317978, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624668451, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15223684306, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708990600, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679422463, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2616027848, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5898903639, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346795155, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11804108802, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 733216923, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709723222, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231364803, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288394465, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607739074, + "voter": "strong-ai" + }, + { + "percent": "8900", + "reputation": 584475717, + "rshares": 65483863, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 557586375, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64613800, + "voter": "blackmarket" + } + ], + "author": "someguy123", + "author_reputation": 18890223518661, + "beneficiaries": [], + "body": "# This article was written by Guest Author (Developer) @cristi, and 50% of the Author Rewards will go to them\n\n### The article contains both information for developers, as well as interesting statistic graphs for everyone else\n\nI wanted to see the numbers so I appealed to Python... \n\nHere I'm going to present a classification of the most productive users on steemit sorted by the number of their posts. I also parsed the blockchain data for user reputation and posting rewards. \n\nI'd like to thank @razvanelulmarin for hinting to the idea for the statistics and to @furion for some tips regarding the code. First I'll discuss the code, then we'll look into the numbers. This data is retrieved as of September 14, 2016.\n___\n## The Code\n\n- using rpc calls to a public node; retrieving all user accounts; creating 3 dictionaries - one for post counts, one for reputation, and another one for rewards:\n\n```python\nfrom steemapi.steemnoderpc import SteemNodeRPC\nrpc = SteemNodeRPC('ws://node.steem.ws')\nimport csv\n\nallauthors = rpc.lookup_accounts('', 1000000)\npostdict = dict()\nrepdict = dict()\nrewdict = dict()\n```\n\n- counting author posts; if the author's post count is higher than 700 (blogposts and comments), it goes into postdict:\n\n```python\nfor author in allauthors:\n postcount = rpc.get_account(author)['post_count']\n if postcount > 700:\n postdict[author] = postcount\n```\n\n- retrieving reputation and post rewards for the authors in postdict:\n\n```python\nfor author2 in postdict.keys():\n repcount = rpc.get_account(author2)['reputation']\n rewcount = rpc.get_account(author2)['posting_rewards']\n repdict[author2] = repcount\n rewdict[author2] = rewcount\n```\n\n- creating .csv and saving results for all three dictionaries in separate files\n\n```python\nwritefile1 = open('productivesteemians-posts.csv', 'w', newline='')\nwriter1 = csv.writer(writefile1)\n\nfor pauth, pcount in postdict.items():\n writer1.writerow([pauth, pcount])\n\nwritefile2 = open('productivesteemians-rep.csv', 'w', newline='')\nwriter2 = csv.writer(writefile2)\n\nfor rpauth, rpcount in repdict.items():\n writer2.writerow([rpauth, rpcount])\n\nwritefile3 = open('productivesteemians-rew.csv', 'w', newline='')\nwriter3 = csv.writer(writefile3)\n\nfor rwauth, rwcount in rewdict.items():\n writer3.writerow([rwauth, rwcount])\n```\n\nWrapping it all up, you can get the code (altogether) from my [github](https://github.com/CristiVlad25/stuff/blob/master/productivesteemians.py). Use it at your discretion. \n___\n## Current Stats \n\nTo better represent the data I removed a few non-human users and negative-reputation and low-rep users from the list (like isaac.asimov, cheetah, itay, etc.). Sorting in descending order for posts, here's how the data looks like (tabular view):\n\n
https://s11.postimg.org/trd2oyi4j/Most_Productive_Steemians_1.jpg
\n\nAnd here's a plot view of the data:\n\n
https://s9.postimg.org/gcai3om0f/Most_Productive_Steemians___2.jpg
\n\nI think it's reasonable to consider the total number of posts (blogposts and comments) as relevant statistics. Looking only at the number of blogposts or the number of comments would be interesting as well, but that's the topic for another statistic. \n___\n###
If you liked this article, follow the guest author @cristi
\n___\nThis article was written by Guest Author/Developer @cristi - [Cristi Vlad](http://cristivlad.com), Self-Experimenter and Author", + "body_length": 3439, + "cashout_time": "2016-09-21T19:50:00", + "category": "programming", + "children": 32, + "created": "2016-09-14T19:50:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"programming\",\"steemit\",\"statistics\"],\"users\":[\"cristi\",\"razvanelulmarin\",\"furion\"],\"image\":[\"https://s11.postimg.org/trd2oyi4j/Most_Productive_Steemians_1.jpg\",\"https://s9.postimg.org/gcai3om0f/Most_Productive_Steemians___2.jpg\"],\"links\":[\"https://github.com/CristiVlad25/stuff/blob/master/productivesteemians.py\",\"http://cristivlad.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T21:35:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10174744094302, + "parent_author": "", + "parent_permlink": "programming", + "pending_payout_value": "8.005 HBD", + "percent_hbd": 10000, + "permlink": "most-productive-steemians-featuring-guest-author-cristic", + "post_id": 1246504, + "promoted": "30.000 HBD", + "replies": [], + "root_title": "Most Productive Steemians (featuring guest author @cristi)", + "title": "Most Productive Steemians (featuring guest author @cristi)", + "total_payout_value": "0.000 HBD", + "url": "/programming/@someguy123/most-productive-steemians-featuring-guest-author-cristic" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3662817493706, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2104090803296, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2004939114685, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22856566186, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172435196, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665716673541, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88489915083, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756646557, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620246028, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437959484078, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1152436666788, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2637264465876, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 129072854674, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 283898136180, + "voter": "chitty" + }, + { + "percent": "6000", + "reputation": 9469162, + "rshares": 49389197326, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 76633033946568, + "rshares": 738965826571, + "voter": "piedpiper" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481740008014, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 17631210874, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 452386105158, + "voter": "leesunmoo" + }, + { + "percent": "412", + "reputation": 12382143533351, + "rshares": 44937388331, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 894707132302, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5883869384, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 32228943100, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329703363864, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7801282805, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566228148984, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 88161293733, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173809433263, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603610197626, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060907921, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 414873178060, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10526459245, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59929898471, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48234620860, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260092731504, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 67449720344, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400789268496, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2368911508296, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383479075903, + "voter": "hedge-x" + }, + { + "percent": "7000", + "reputation": 3804349938696, + "rshares": 38900949832, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 114982568756, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16230187504, + "voter": "samether" + }, + { + "percent": "7800", + "reputation": 8397302485673, + "rshares": 166620160718, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 380296272482, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132301151875, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15786122280, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 181172222061, + "voter": "thedashguy" + }, + { + "percent": "100", + "reputation": 486415577627, + "rshares": 129290249, + "voter": "mark-waser" + }, + { + "percent": "1700", + "reputation": 3404245483553, + "rshares": 3686188498, + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 108679527394, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192221413020, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77692572082, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 93849854528, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87008017259, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69314704695, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15411094550, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 7643819978, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3715502487, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 278700019, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427607552, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1542364588, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71640836223, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3215014472, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15354149755, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 25222156544, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215258104, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25052399171, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6938673229, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146752949485, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243980711, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 12755003778, + "rshares": 316624779, + "voter": "onthewayout" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2163668945, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25161566995, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 167281280165, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5420892299, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11952716490, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603868345, + "voter": "thegoodguy" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 13602509316, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451013721667, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45694670426, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 22940715142, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706433628, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 314706128732, + "rshares": 424611972, + "voter": "bigedude" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159282623988, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310212104, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355139376710, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1193366475012, + "rshares": 1643885809, + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76385155341, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355524755, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 17817262904, + "rshares": 114166266, + "voter": "bzeen" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756417442, + "voter": "tarindel" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277844951, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 267920639766, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3620385631, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3632576555, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30857823826, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5264878873, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 534153937, + "voter": "ulis29k" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841716549, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736230255, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 19798753337, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5218095989, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 202505398624, + "rshares": 5299937783, + "voter": "livetofly" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543666725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 29352746608, + "voter": "pinkisland" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32484983743, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365611642, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 297408741, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3488860607, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 6117426434, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 16270729261, + "voter": "clevecross" + }, + { + "percent": "8000", + "reputation": 17218558634066, + "rshares": 33212260285, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26273191258, + "voter": "fabien" + }, + { + "percent": "400", + "reputation": 4063076365725, + "rshares": 238488697, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 245216458115, + "voter": "originate" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 23487694827, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3313350363, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 139384329981, + "voter": "shaka" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10726571742, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298257402, + "voter": "taker" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116505634723, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 22951239891, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 19248190049, + "voter": "flandude" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 1167528616, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24552856592, + "voter": "laoyao" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37202129372, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233180911671, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15893652179, + "voter": "sunshine" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8961162593, + "voter": "flysaga" + }, + { + "percent": "412", + "reputation": 1751717743, + "rshares": 1249614716, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51511952450, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 484483710038, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186871290, + "voter": "ullikume" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125235234505, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11282370272, + "voter": "ekitcho" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6099037598, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5766225606, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 254800334258, + "voter": "sirwinchester" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4028210563, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12645491963, + "voter": "cristi" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8345551542, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 3209376097, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2540442826, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 175198536, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89192136511, + "voter": "miacats" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546720711, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6669207129, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005495862, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 87887491859, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 84677754386, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11414211931, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3238873430, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9307744872, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 2202573342, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13004410829, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 156837664557, + "rshares": 111025818, + "voter": "how2steemit" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2863094334, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712243076, + "voter": "trev" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6608033441, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1159303098899, + "rshares": 1703008987, + "voter": "roland.haynes" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580247182, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3684992214, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 108340438915, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 6435147485147, + "rshares": 14779778251, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1580317978, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3410920542, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 90062656329, + "rshares": 89120782, + "voter": "steemerpat" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20842454020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 119826517, + "voter": "tito-baron" + }, + { + "percent": "4400", + "reputation": 1108819043543, + "rshares": 7827897994, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 7610743861, + "rshares": 57856481, + "voter": "noone" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 61824431, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 1871240031576, + "rshares": 2670489485, + "voter": "lilmisjenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341112070, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 20817197707, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51278775, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620984007, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1312146529, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5611025202, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3382151150, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 3493374201, + "rshares": 51510850, + "voter": "paxmagnus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61548157, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3623547539, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 93177321657, + "rshares": 80353319, + "voter": "thecastle" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 717616563, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 4320548513832, + "rshares": 5102033897, + "voter": "ekaterina4ka" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 57373409, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 3606347249409, + "rshares": 3887839004, + "voter": "ltm" + }, + { + "percent": "0", + "reputation": 151518932812, + "rshares": 122123247, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 149130097, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149123370, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148337519, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148308392, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147864891, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147806968, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147559003, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147523175, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 147475911, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28918603289, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 673893293, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153585063, + "voter": "magnolia23" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 135897736, + "voter": "sawgunner13" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "
![imaged23a9.jpg](https://www.steemimg.com/images/2016/09/14/imaged23a9.jpg)
\n\nShe went inside the motel and a giant orca with Swedish horns and an unnerving laugh told her it would cost 30 Steem Dollars for the night. Minnow hadn't thought too much about money but she remembered she\u2019d set up a free account at the Fishbank earlier. She opened her account booklet and discovered that there were already three deposits in it which totally surprised her. \n\n## 10 Steem dollars was from the _Nerd Shepherd,_ 10 was from the donkey-eared tuna and 10 was from the tiny clam that she helped get unstuck from a crevice. She had exactly the correct amount to stay at the motel. \n\nThe big Swedish orca gave her room keys and told her that funny songs and videos played on channel 3. But the orca also told her that if she watched the videos, she would have to pay an extra fee. \n\nMinnow thanked him and quickly retired to her room for the night. She couldn't watch the videos because she had run out of money. \n\n# In the morning she was shocked awake by the big orca's booming voice and bangings on her door. He said she had slept 10 minutes over the checkout time and that she now owed him an extra five Steem dollars. \n\nShe told him that she didn't understand and that she was not aware she had to check out at a certain time. She gathered up her things and told the orca she was sorry but that she didn't have anymore money right now. The orca started screaming and cussing her out, calling her a \u201cBucking Fishfitch!\u201d and a \u201cCucking Spotted Funt!\u201d \n\n
![image01442.jpg](https://www.steemimg.com/images/2016/09/14/image01442.jpg)
\n\nWithout wasting a millisecond, Minnow swam as fast as she could away from the angry orca, gasping for breath, adrenalin pouring into her veins, helping her harness whale-like strength and speed. That was certainly the last time she would be staying at the Swedish motel.\n\nAfter she calmed down a bit, she remembered that she was supposed to be in school. She knew her parents and her classmates might be worried about her. She also knew she might be in trouble but she was just having way too many adventures and couldn't see any good reason to leave the cave yet. \u00a0Plus, she hadn\u2019t found the Octopus yet. And she hadn't figured out the meaning of the shimmering whale's symbols. There were too many mysteries needing to be solved. \n\n# Instead of going back to her school, she decided to go in search of the Octopus. She saw more unusual creatures on her way to the Octopus\u2019 lair. \n\n
![image8c4b7.jpg](https://www.steemimg.com/images/2016/09/14/image8c4b7.jpg)
\n\n# Then a very small Fangfish appeared out of nowhere. \n\nMinnow instinctively knew to dart away from him for his face was dark and scary and had two long, skinny fangs hanging from each corner of his mouth. As she was almost in the clear, the Fangfish made a quick dash for her and one of his fangs pierced her metallic scale, ripping it off. The flesh underneath the absent scale began to bleed and sting. As she swam away, she briefly looked behind her. She watched the Fangfish slither away, back into his dark hole in the seabed, her shredded metallic green scale clinging to the corner of his hideous mouth.\n\n# After her close call she immediately took notice of another small fish who was waving hello to her. She recognized his scales because they were from the same school as hers. \n\nThe small fish approach Minnow and said, \u201cHello there. You may not know me, but I know you. I saw you leave our school and I decided to follow you here. You do good work and I'd like to help you with your mission. I also saw the complex structure that the shimmering whale was building. I don't yet understand all the symbols, but I figured out the meaning of a few of them.\u201d\n\n
![imagedbc7b.jpg](https://www.steemimg.com/images/2016/09/14/imagedbc7b.jpg)
\n\nMinnow said, \u201cFintastic! I'm so glad you found me because it was awfully lonely in here. I'm really excited to hear what you discovered about those complex whale symbols, too. Hey do you want to come with me to find the Octopus? Have you visited her yet? That's where I'm headed right now.\u201d\n\nThe small fish whose name was Data replied, \u201cNo, I haven\u2019t found the Octopus yet, either. Let's go together!\u201d\n\n# So Minnow and Data swam on in search of the Octopus. After many twists and turns they finally arrived at the sunken ship. They entered the ship and immediately saw a purple tentacle greet them. \n\n\u201cI've been waiting for both of you,\u201d said the Octopus.\n\nMinnow replied, \u201dThank you for welcoming us here.\u201d Data also expressed his gratitude.\n\nOctopus led them to a lavish guest room and they all sat down and were served tea and crumpets by a little blue crab.\n\nThe Octopus pointed her long tentacle to a window and told Minnow and Data to look out. They saw huge stretches of tiny fish waiting in long lines for the whales\u2019 soup. Many fish were waving signs that read _**\u201cPLEASE READ AND FEED ME\u201d**_ and they were kneeling on their fins begging for attention from any creature who happened to pass by.\n\n
![imagedda2e.jpg](https://www.steemimg.com/images/2016/09/14/imagedda2e.jpg)
\n\nThe Octopus looked Minnow and Data dead in the eyes and said, \n\n# \u201cDo not do as they do. Do not beg. Do not make yourself less than you are. The cave will not benefit if you think small. Take these electric black swan amulets and wear them every day around your necks from now on. As long as you show the amulets gratitude and pay attention to your dreamworld, they will guide you to the internal treasures. But the day you take your amulets for granted or start ignoring your dreamworld, is the day your external and internal treasures will begin to fade away. Go now. I have nothing more to say to you both.\u201d\n\n
![imageffed2.jpg](https://www.steemimg.com/images/2016/09/14/imageffed2.jpg)
\n\n........TO BE CONTINUED\n\n[Part 1 is here](https://steemit.com/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-1)\n\nALL ART AND STORY BY STELLABELLE. ALL RIGHTS RESERVED. \u00a92016 STELLABELLE", + "body_length": 6100, + "cashout_time": "2016-09-21T19:46:42", + "category": "steemit", + "children": 57, + "created": "2016-09-14T19:46:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steemit-tale\",\"fairytale\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/imaged23a9.jpg\",\"https://www.steemimg.com/images/2016/09/14/image01442.jpg\",\"https://www.steemimg.com/images/2016/09/14/image8c4b7.jpg\",\"https://www.steemimg.com/images/2016/09/14/imagedbc7b.jpg\",\"https://www.steemimg.com/images/2016/09/14/imagedda2e.jpg\",\"https://www.steemimg.com/images/2016/09/14/imageffed2.jpg\"],\"links\":[\"https://steemit.com/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-1\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T00:22:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 29149492587757, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "53.511 HBD", + "percent_hbd": 10000, + "permlink": "minnow-and-data-a-steemit-tale-part-2", + "post_id": 1246469, + "promoted": "6.000 HBD", + "replies": [], + "root_title": "Minnow And Data: A Steemit Tale Part 2", + "title": "Minnow And Data: A Steemit Tale Part 2", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494679319738, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15917100000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35140699766668, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170520412223, + "voter": "highasfuck" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3306003327364, + "voter": "pharesim" + }, + { + "percent": "4000", + "reputation": 31405352060596, + "rshares": 2640096177541, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209637317108, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1648781963673, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604415263064, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172435196, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88489799125, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9885944564, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2802093494994, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816142942837, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734949215, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 327447579267, + "rshares": 333177888939, + "voter": "lighthil" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48113384980, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1701870864, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 194243306935, + "voter": "jamtaylor" + }, + { + "percent": "518", + "reputation": 12382143533351, + "rshares": 44937388331, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566228148984, + "voter": "nanzo-scoop" + }, + { + "percent": "7300", + "reputation": 15755437221598, + "rshares": 21565931011, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173809433263, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603531127817, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060907921, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3041777109, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218692003, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5385662749, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1008430884941, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48234620860, + "voter": "ak2020" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 21821965028, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 65823056175, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692798404964, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 541159499409, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 2246887418, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804468215304, + "voter": "anwenbaumeister" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652497229, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5818061243, + "voter": "mark-waser" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192221413020, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 43519619264, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77692572082, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 83492354664, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12054290357, + "voter": "primus" + }, + { + "percent": "7300", + "reputation": 17405459234693, + "rshares": 45128704147, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7415167548, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 59989527531, + "voter": "lehard" + }, + { + "percent": "7300", + "reputation": 4066839697461, + "rshares": 6306622559, + "voter": "getssidetracked" + }, + { + "percent": "7300", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "7300", + "reputation": 675716972978, + "rshares": 166097514, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142891029762, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 529221253398, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1238884764964, + "voter": "renohq" + }, + { + "percent": "7300", + "reputation": 8017093633272, + "rshares": 12396686519, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17968442432, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33656343814, + "voter": "toxonaut" + }, + { + "percent": "7300", + "reputation": 0, + "rshares": 71256058, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603868345, + "voter": "thegoodguy" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 14826352016829, + "rshares": 38257858984, + "voter": "diana.catherine" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10870143544, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 448743446083, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706404639, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 23506641085, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159282623988, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310212104, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362448303373, + "voter": "calaber24p" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4440419817, + "voter": "fubar-bdhr" + }, + { + "percent": "7300", + "reputation": 4603449402273, + "rshares": 3077461413, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756417442, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 273502319761, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3620385631, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5021648860, + "voter": "sharker" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841692391, + "voter": "jl777" + }, + { + "percent": "7300", + "reputation": 6570213787, + "rshares": 84693979, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1400309352, + "voter": "alekst" + }, + { + "percent": "2000", + "reputation": 5528318017618, + "rshares": 1232750477, + "voter": "lpfaust" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5431079499, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 309088757, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 16180317890, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 9831188062, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20689702740, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543666725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32484983743, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404629117, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "1700", + "reputation": 4063076365725, + "rshares": 715471521, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 104284207, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46975389655, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 139384329981, + "voter": "shaka" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298257402, + "voter": "taker" + }, + { + "percent": "2500", + "reputation": 10137266406870, + "rshares": 4238154544, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "7300", + "reputation": 4835227647717, + "rshares": 1916657501, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116505634723, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22904364389, + "voter": "rawnetics" + }, + { + "percent": "6400", + "reputation": 7564464865541, + "rshares": 14478982497, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3958085974, + "voter": "timcliff" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37202129372, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233180911671, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15893652179, + "voter": "sunshine" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8961162593, + "voter": "flysaga" + }, + { + "percent": "7300", + "reputation": 97328985094, + "rshares": 4049897706, + "voter": "brendio" + }, + { + "percent": "520", + "reputation": 1751717743, + "rshares": 1249614716, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51511952450, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 484483710038, + "voter": "glitterfart" + }, + { + "percent": "7300", + "reputation": 2021353867281, + "rshares": 3321978912, + "voter": "kurtbeil" + }, + { + "percent": "7300", + "reputation": 1685450515149, + "rshares": 2081247588, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125235234505, + "voter": "xiaohui" + }, + { + "percent": "7300", + "reputation": 229682900271, + "rshares": 75821405, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6251513538, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15547519895, + "voter": "randyclemens" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4140105301, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13512613467, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3667271545, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11914383722, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8345551542, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26817018689, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5843928531, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 3146447154, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9428594328, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546720711, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9426175065, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981856324, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 87887491859, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 60290273, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3238873430, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9307744872, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 312764120, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 339788681, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2922697747, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25447147432, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 503220992718, + "rshares": 485684526, + "voter": "claudia" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3708702482, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 108340438915, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 71643818, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7470990325, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931935967, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 72077912, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624668451, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 41684908041, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15223684306, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 3079495355, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708990600, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2315339710, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679422463, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 405698035912, + "rshares": 339177581, + "voter": "tfeldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1791040951, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "100", + "reputation": 6232933391430, + "rshares": 107776126, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2616027848, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 835515368056, + "rshares": 1504667661, + "voter": "digitalbrain" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7681172153, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 41634395415, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 4268747119, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5536803373, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3696018490, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346795155, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11804108802, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 53055896, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 733216923, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709723222, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51293880, + "voter": "mustard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 57373409, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1431549405, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 3606347249409, + "rshares": 3887839004, + "voter": "ltm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607739074, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 50277354380, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 705853779, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 2435301894, + "rshares": 164690897, + "voter": "flowmetheus" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2497081829, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 24331189085, + "rshares": 162839186, + "voter": "coinport" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1087150622, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 149130097, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149123370, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148337519, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148308392, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1551428686, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147864891, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147806968, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147559003, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 155225345, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150661966, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 147475911, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1301291306, + "voter": "modernbukowski" + }, + { + "percent": "7300", + "reputation": 584475717, + "rshares": 56129025, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 184381906, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 1262958259666, + "rshares": 829733328, + "voter": "alienbutt" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 178722423, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 99551013, + "voter": "dirlei.sdias" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 13/09 UTC and 17:00 14/09 UTC. Project Curie voted on a total of **148 posts** by 134 unique authors. **SBD 6,027** has been generated for authors thus far, at an average of SBD 41 per post. The numbers are significantly higher than previous days as there are more support for the project now. Posts are also becoming better in quality - possibly a sign of the community learning to present content better.\n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@krnel](https://steemit.com/@krnel) | [Unity and Knowledge](https://steemit.com/unity/@krnel/unity-and-knowledge) | 280.328 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Capturing a 7' tall clown's \"Hallelujah\" performance with a hodgepodge of cameras.](https://steemit.com/filmmaking/@yostopia/capturing-a-7-tall-clown-s-hallelujah-performance-with-a-hodgepodge-of-cameras) | 147.620 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Tiger Charcoal Drawing Video Original](https://steemit.com/art/@edgarsart/tiger-charcoal-drawing-video-original) | 97.018 SBD |\n| [@rigaronib](https://steemit.com/@rigaronib) | [AntiDemon! My first heavy metal concert in southern Chile.](https://steemit.com/blog/@rigaronib/antidemon-my-first-heavy-metal-concert-in-southern-chile) | 95.550 SBD |\n| [@travelista](https://steemit.com/@travelista) | [A Simple Recipe to the Delicious Queso Fundido With Chorizo and Mushrooms!](https://steemit.com/food/@travelista/a-simple-recipe-to-the-delicious-queso-fundido-with-chorizo-and-mushrooms) | 92.396 SBD |\n| [@runrudy](https://steemit.com/@runrudy) | [How Did I Make This Photograph? - Behind the Pixels](https://steemit.com/photography/@runrudy/how-did-i-make-this-photograph-behind-the-scenes) | 91.748 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [A generation of Romanian kids learned English from Cartoon Network](https://steemit.com/life/@ionescur/a-generation-of-romanian-kids-learned-english-from-cartoon-network) | 88.358 SBD |\n| [@ltm](https://steemit.com/@ltm) | [Tuesday Morning Quarterback - This Week In DFS](https://steemit.com/sports/@ltm/tuesday-morning-quarterback-this-week-in-dfs) | 77.606 SBD |\n| [@cryptochannel](https://steemit.com/@cryptochannel) | [Acid's Crypto Picks - Introduction](https://steemit.com/altcoin/@cryptochannel/acid-s-crypto-picks-introduction) | 72.327 SBD |\n| [@pjheinz](https://steemit.com/@pjheinz) | [Mirror Worlds](https://steemit.com/life/@pjheinz/mirror-worlds) | 71.061 SBD |\n| [@gringalicious](https://steemit.com/@gringalicious) | [RASPBERRY FILLED (& TOPPED) CHOCOLATE CHIP CUPCAKES](https://steemit.com/food/@gringalicious/raspberry-filled-and-topped-chocolate-chip-cupcakes) | 70.000 SBD |\n| [@peskov](https://steemit.com/@peskov) | [He Lived to Fly (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/he-lived-to-fly-featuring-vasily-peskov-as-author) | 65.956 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [You had to be there, I suppose](https://steemit.com/photography/@ocrdu/you-had-to-be-there-i-suppose) | 62.278 SBD |\n| [@thebluepanda](https://steemit.com/@thebluepanda) | [\u201cThus With A Kiss I Die\u201d](https://steemit.com/descriptionsonthespot/@thebluepanda/thus-with-a-kiss-i-die) | 62.020 SBD |\n| [@pgarcgo](https://steemit.com/@pgarcgo) | [Proyecto Cervantes (11 - 13 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. II)](https://steemit.com/spanish/@pgarcgo/proyecto-cervantes-11-13-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 62.483 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Welcome to a beach full of bowling balls!](https://steemit.com/photography/@yostopia/welcome-to-a-beach-full-of-bowling-balls) | 60.241 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Worm holes- the sad existence of a path impossible to travel.](https://steemit.com/science/@anarchyhasnogods/worm-holes-the-sad-existence-of-a-path-impossible-to-travel) | 57.447 SBD |\n| [@nestinvas](https://steemit.com/@nestinvas) | [The one who waits for you at night...](https://steemit.com/plottwist/@nestinvas/the-one-who-waits-for-you-at-night) | 56.013 SBD |\n| [@englishtchrivy](https://steemit.com/@englishtchrivy) | [Photography Hacks :Tips on Photographing a Butterfly (with video)](https://steemit.com/photography/@englishtchrivy/photography-hacks-tips-on-photographing-a-butterfly-with-video) | 54.711 SBD |\n| [@lesliestarrohara](https://steemit.com/@lesliestarrohara) | [Surfing the Myconet - Original Sentient Fungus Fiction - Part 3 of 3](https://steemit.com/story/@lesliestarrohara/surfing-the-myconet-original-sentient-fungus-fiction-part-3-of-3) | 53.333 SBD |\n| [@lyndsaybowes](https://steemit.com/@lyndsaybowes) | [We Give Food Away For Free. One Of Our \"Customers\" Came Yesterday Bearing Gifts!](https://steemit.com/organic/@lyndsaybowes/we-give-food-away-for-free-one-of-our-customers-came-yesterday-bearing-gifts) | 51.324 SBD |\n| [@lukestokes](https://steemit.com/@lukestokes) | [Road Trip Update: Wedding, Car Show, Skaneateles](https://steemit.com/travel/@lukestokes/road-trip-update-wedding-car-show-skaneateles) | 50.643 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [fish & river [An Original Abstract Art]](https://steemit.com/art/@royalmacro/fish-and-river-an-original-abstract-art) | 47.227 SBD |\n| [@micheletrainer](https://steemit.com/@micheletrainer) | [Sci Fi Movie The Art of Human Salvage starring Edward James Olmos](https://steemit.com/science/@micheletrainer/sci-fi-movie-the-art-of-human-salvage-starring-edward-james-olmos) | 45.465 SBD |\n| [@cm-steem](https://steemit.com/@cm-steem) | [Gridcoin Community Hangout #007 (RSVP & Suggest topics)](https://steemit.com/gridcoin/@cm-steem/gridcoin-community-hangout-007-rsvp-and-suggest-topics) | 45.158 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Nature's Numbers](https://steemit.com/consciousness/@doubledex/nature-s-numbers) | 44.380 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [DIY. Easy relief flower with acrylic paint ( ALSO FUN FOR KIDS)](https://steemit.com/crafting/@poeticsnake/diy-easy-relief-flower-with-acrylic-paint-also-fun-for-kids) | 43.667 SBD |\n| [@glitterfart](https://steemit.com/@glitterfart) | [Homemade cute kitchen window hydroponics to grow your own fresh spices (original how-to Steemit)](https://steemit.com/life/@glitterfart/homemade-cute-kitchen-window-hydroponics-to-grow-your-own-fresh-spices-original-steemit-how-to) | 43.779 SBD |\n| [@sebastien](https://steemit.com/@sebastien) | [101Startups #10 \u2013 HACKER ONE: Get paid $20,000 to hack companies](https://steemit.com/startups/@sebastien/01startups-10-hacker-one-get-paid-usd20-000-to-hack-companies) | 43.727 SBD |\n| [@elfkitchen](https://steemit.com/@elfkitchen) | [Happy Mid-Autumn Day! Two fools / \u4e24\u4e2a\u7b28\u86cb](https://steemit.com/art/@elfkitchen/happy-mid-autumn-day-two-fools) | 42.448 SBD |\n| [@erikaharris](https://steemit.com/@erikaharris) | [Poetry Slam Challenge #2: (Yes To Freedom!)](https://steemit.com/poetryslamtwo/@erikaharris/poetry-slam-challenge-2-yes-to-freedom) | 41.746 SBD |\n| [@claudia](https://steemit.com/@claudia) | [Mia's Brave Ordeal After Being Bitten By An Adder](https://steemit.com/life/@claudia/mia-s-brave-ordeal-after-being-bitten-by-an-adder) | 41.472 SBD |\n| [@kommienezuspadt](https://steemit.com/@kommienezuspadt) | [Finally, the Gia Genevieve post I\u2019ve been wanting to make since joining Steemit!](https://steemit.com/life/@kommienezuspadt/finally-the-gia-genevieve-post-i-ve-been-wanting-to-make-since-joining-steemit) | 40.349 SBD |\n| [@mynameisbrian](https://steemit.com/@mynameisbrian) | [Construction Modeling - Memories from a career lost](https://steemit.com/life/@mynameisbrian/construction-modeling-memories-from-a-career-lost-in-models) | 39.430 SBD |\n| [@tygergamer](https://steemit.com/@tygergamer) | [My Thoughts on Shovel Knight](https://steemit.com/gaming/@tygergamer/my-thoughts-on-shovel-knight) | 38.599 SBD |\n| [@keyser](https://steemit.com/@keyser) | [UNRAVEL (2016) - Enjoy your new adventure \u00ae](https://steemit.com/adventure/@keyser/unravel-2016-enjoy-your-new-adventure-r) | 37.707 SBD |\n| [@anca3drandom](https://steemit.com/@anca3drandom) | [Weedland - right under your feet - Pen and ink -Original artwork](https://steemit.com/art/@anca3drandom/weedland-right-under-your-feet-pen-and-ink-original-artwork) | 36.462 SBD |\n| [@dexter-k](https://steemit.com/@dexter-k) | [Traveling in China Part I: The streets of Beijing, lost in translation, and people around town (original work)](https://steemit.com/photography/@dexter-k/traveling-in-china-part-i-the-streets-of-beijing-lost-in-translation-and-people-around-town-original-work) | 36.614 SBD |\n| [@deanliu](https://steemit.com/@deanliu) | [In between ocean and a remote island](https://steemit.com/photography/@deanliu/in-between-ocean-and-a-remote-island) | 35.049 SBD |\n| [@unrealisback](https://steemit.com/@unrealisback) | [Loony Dictators #1 Saparmurat Niyazov: Building an Ice Palace in a desert.](https://steemit.com/politics/@unrealisback/loony-dictators-1-saparmurat-niyazov-building-an-ice-palace-in-a-desert) | 35.377 SBD |\n| [@orcish](https://steemit.com/@orcish) | [Opal Princess \u2764original art\u2764](https://steemit.com/art/@orcish/opal-princess-original-art) | 34.534 SBD |\n| [@delphia16](https://steemit.com/@delphia16) | [Prostate Care Diet for Today #1](https://steemit.com/health/@delphia16/prostate-care-diet-for-today-1) | 34.811 SBD |\n| [@bitcalm](https://steemit.com/@bitcalm) | [The lies we tell ourselves - hindsight bias](https://steemit.com/psychology/@bitcalm/the-lies-we-tell-ourselves-hindsight-bias) | 34.291 SBD |\n| [@tarekadam](https://steemit.com/@tarekadam) | [3d design - Compact Cassette Cross Section](https://steemit.com/design/@tarekadam/3d-design-compact-cassette-cross-section) | 34.999 SBD |\n| [@leahlindeman](https://steemit.com/@leahlindeman) | [Redeemed From the Ashes (Chapter 1)](https://steemit.com/book/@leahlindeman/redeemed-from-the-ashes-chapter-1) | 34.466 SBD |\n| [@gardenofeden](https://steemit.com/@gardenofeden) | [Standard Accountability: The Garden of Eden Daily Ledger, or How We Spend Our Freedom](https://steemit.com/money/@gardenofeden/standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom) | 34.472 SBD |\n| [@yangyang](https://steemit.com/@yangyang) | [My self-portrait(Children's Sketchpad drawing )\u6211\u7684\u81ea\u756b\u50cf2(\u5152\u7ae5\u756b\u677f\u7bc7)\ub0b4 \uc790\ud654\uc0c12](https://steemit.com/art/@yangyang/my-self-portrait-childrean-s-sketchpad-drawing-2-2) | 33.436 SBD |\n| [@handmade](https://steemit.com/@handmade) | [Simples verdades que hasta los mas inteligentes olvidan (Parte #1)](https://steemit.com/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-1) | 32.873 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Ford EcoSport ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-ford-ecosport-smarter-car-reviews) | 31.202 SBD |\n| [@mbroek1983](https://steemit.com/@mbroek1983) | [Reflections](https://steemit.com/photography/@mbroek1983/reflections) | 31.926 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Roses Color Pencil Drawing](https://steemit.com/art/@edgarsart/roses-color-pencil-drawing) | 30.573 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Ponte Sant'Angelo in the Morning, Rome](https://steemit.com/photography/@ansharphoto/ponte-sant-angelo-in-the-morning-rome) | 30.069 SBD |\n| [@masonmiler](https://steemit.com/@masonmiler) | [Apocalypse - To Ashes (An Original Fiction Story - Chapter 3 )](https://steemit.com/story/@masonmiler/apocalypse-to-ashes-an-original-fiction-story-chapter-3) | 30.432 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Original Essays based off the 5 Senses \u2013 TASTE (Essay #5)](https://steemit.com/story/@scaredycatguide/original-essays-based-of-the-5-senses-taste-essay-5) | 30.574 SBD |\n| [@lpfaust](https://steemit.com/@lpfaust) | [US Tax Considerations - Capital Loss Rules](https://steemit.com/tax/@lpfaust/us-tax-considerations-capital-loss-rules) | 30.570 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [Learning Process & Class Environment](https://steemit.com/writing/@pinkisland/learning-process-and-class-environment) | 30.142 SBD |\n| [@macksby](https://steemit.com/@macksby) | [REJOINING THE LIVING\u2026 (An Original Story - Part 3)](https://steemit.com/story/@macksby/rejoining-the-living-an-original-story-part-3) | 30.920 SBD |\n| [@moony](https://steemit.com/@moony) | [Career choices - Where do I fit?](https://steemit.com/life/@moony/career-choices-where-do-i-fit) | 30.441 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[EDUCATION] The Agenda Behind Common Core](https://steemit.com/education/@steemswede/education-the-agenda-behind-common-core) | 30.917 SBD |\n| [@gonzo](https://steemit.com/@gonzo) | [Thoughts About Life](https://steemit.com/poetry/@gonzo/thoughts-about-life) | 30.845 SBD |\n| [@anca3drandom](https://steemit.com/@anca3drandom) | [My Pyrography (wood burning) Art - Six Month Vacation](https://steemit.com/art/@anca3drandom/my-pyrography-wood-burning-art-six-month-vacation) | 30.316 SBD |\n| [@peskov](https://steemit.com/@peskov) | [A Workingman (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/a-workingman-featuring-vasily-peskov-as-author) | 29.982 SBD |\n| [@herverisson](https://steemit.com/@herverisson) | [Rijksmuseum Award 2017 : design, create and win !](https://steemit.com/art/@herverisson/rijksmuseum-award-2017-design-create-and-win) | 29.914 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Gaming Franchises](https://steemit.com/gaming/@moon32walker/top-10-gaming-franchises) | 29.749 SBD |\n| [@dajohns1420](https://steemit.com/@dajohns1420) | [The Grouch & Eligh](https://steemit.com/music/@dajohns1420/the-grouch-and-eligh) | 29.057 SBD |\n| [@mindover](https://steemit.com/@mindover) | [[Original Sci-Fi Story] Imaginary Friend \u2013 An Artificial Intelligence is injected into the brain of an unsuspecting man (Part 2 of 2)](https://steemit.com/story/@mindover/original-sci-fi-story-imaginary-friend-an-artificial-intelligence-is-injected-into-the-brain-of-an-unsuspecting-man-part-2-of-2) | 29.230 SBD |\n| [@jenniferskyler](https://steemit.com/@jenniferskyler) | [Hacking Your Body's Fight/Flight Response - by Jennifer Skyler - With Love From Portland](https://steemit.com/life/@jenniferskyler/hacking-your-body-s-fight-flight-response-by-jennifer-skyler-with-love-from-portland) | 29.789 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Easily Carve a Funny Apple](https://steemit.com/food/@penguinpablo/how-to-easily-carve-a-funny-apple) | 28.046 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [BETWEEN THE TREES [Sidsel Johnsen, Denmark 2009] - movie review by Mandibil](https://steemit.com/moviereview/@mandibil/mellem-traeerne-sidsel-johnsen-denmark-2009-movie-review-by-mandibil) | 28.584 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [The Exotic Hypnotic- Snake Charmer (steps/versions)- NSFW](https://steemit.com/art/@eveningstar92/the-exotic-hypnotic-snake-charmer-steps-versions-nsfw) | 28.823 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Bright Colors of Nature: be Sure to Look at the Flowers!](https://steemit.com/photography/@lyubovbar/bright-colors-of-nature-be-sure-to-look-at-the-flowers) | 28.388 SBD |\n| [@berek](https://steemit.com/@berek) | [The only life worth Living is the Examined Life !(Exploring the self)](https://steemit.com/life/@berek/the-only-life-worth-living-is-the-examined-life-exploring-the-self) | 28.271 SBD |\n| [@zaebars](https://steemit.com/@zaebars) | [\u26f5\ufe0f See you at sea: Kiel Canal, or the first awkward locking. (eng/rus)](https://steemit.com/writing/@zaebars/see-you-at-sea-kiel-canal-or-the-first-awkward-locking-en-rus) | 28.321 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [So You Want To Be A Super Hero? - Laser Vision!](https://steemit.com/science/@williambanks/so-you-want-to-be-a-super-hero-laser-vision) | 28.594 SBD |\n| [@timelapse](https://steemit.com/@timelapse) | [Colorado Crush 2016 - Featuring Street Artists @birdcap and @nosey42](https://steemit.com/photography/@timelapse/colorado-crush-2016-featuring-street-artists-birdcap-and-nosey42) | 28.314 SBD |\n| [@puffin](https://steemit.com/@puffin) | [The Separation (Original Poem)](https://steemit.com/story/@puffin/the-separation-original-poem) | 28.363 SBD |\n| [@shortcut](https://steemit.com/@shortcut) | [Doodle of the Day #8 - Captain Sensible [Poetry-Special]](https://steemit.com/art/@shortcut/doodle-of-the-day-8-captain-sensible-poetry-special) | 28.305 SBD |\n| [@haphazard-hstead](https://steemit.com/@haphazard-hstead) | [4 Ways to Eat Sunflower Buds \u2013 original photos and recipes](https://steemit.com/gardening/@haphazard-hstead/4-ways-to-eat-sunflower-buds-original-photos-and-recipes) | 28.257 SBD |\n| [@lisadang](https://steemit.com/@lisadang) | [Simple DIY Oatmeal facemask that gives you flawless skin](https://steemit.com/beauty/@lisadang/simple-diy-oatmeal-facemask-that-gives-you-flawless-skin) | 28.736 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [The Rising Sunflower - My work](https://steemit.com/photography/@mikemacintire/the-rising-sunflower-my-work) | 28.778 SBD |\n| [@senseye](https://steemit.com/@senseye) | [The Wonders of Witnessing: Simple Observing is Still Worthwhile Even If It Doesn\u2019t Contribute to Science](https://steemit.com/science/@senseye/the-wonders-of-witnessing-simple-observing-is-still-worthwhile-even-if-it-doesn-t-contribute-to-science) | 27.710 SBD |\n| [@lanimal](https://steemit.com/@lanimal) | [Researchers Bribed, people duped by government dietary guidelines](https://steemit.com/health/@lanimal/researchers-bribed-people-duped-by-government-dietary-guidelines) | 27.097 SBD |\n| [@comealong](https://steemit.com/@comealong) | [Original Work - Mixed Media Abstract Portrait](https://steemit.com/art/@comealong/original-work-mixed-media-abstract-portrait) | 27.399 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Original Collage art by Knablinz - ( Flowing )](https://steemit.com/music/@knablinz/original-collage-art-by-knablinz-flowing) | 27.123 SBD |\n| [@generation.easy](https://steemit.com/@generation.easy) | [Amazing Fantastic Inventions #3](https://steemit.com/inventions/@generation.easy/amazing-fantastic-inventions-3) | 27.257 SBD |\n| [@funnyman](https://steemit.com/@funnyman) | [Give life to your Dreams](https://steemit.com/dream/@funnyman/give-life-to-your-dreams) | 27.427 SBD |\n| [@iamgreta](https://steemit.com/@iamgreta) | [Mr Robot - Cinematography of a Crazy Mind - Part 1](https://steemit.com/videography/@iamgreta/mr-robot-cinematography-of-a-crazy-mind-part-1) | 26.904 SBD |\n| [@tkembo](https://steemit.com/@tkembo) | [Users are bad designers; But they know bad design](https://steemit.com/design/@tkembo/users-are-bad-designers-but-they-know-bad-design) | 26.513 SBD |\n| [@sergeypotapov](https://steemit.com/@sergeypotapov) | [Smart Phones for Smart Cities](https://steemit.com/news/@sergeypotapov/smart-phones-for-smart-cities) | 26.387 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [DIY. Create your own gift box with old magazines.](https://steemit.com/crafting/@poeticsnake/diy-create-your-own-gift-box-with-old-magazines) | 26.452 SBD |\n| [@doitvoluntarily](https://steemit.com/@doitvoluntarily) | [When His Values Are Not My Values](https://steemit.com/philosophy/@doitvoluntarily/when-his-values-are-not-my-values) | 26.855 SBD |\n| [@tatianka](https://steemit.com/@tatianka) | [\"Vulica Brazil 2016\" - Urban Art Festival - COWEK](https://steemit.com/art/@tatianka/vulica-brazil-2016-urban-art-festival-cowek) | 26.155 SBD |\n| [@alchemage](https://steemit.com/@alchemage) | [My Top Five Favorite Oldschool Psychedelic Rock Bands. No, Pink Floyd is not on the list.](https://steemit.com/blog/@alchemage/my-top-five-favorite-oldschool-psychedelic-rock-bands-no-pink-floyd-is-not-on-the-list) | 26.051 SBD |\n| [@modernbukowski](https://steemit.com/@modernbukowski) | [Alcoholic Stories #5: Internet Dating Goofs](https://steemit.com/story/@modernbukowski/alcoholic-stories-5-internet-dating-goofs) | 26.447 SBD |\n| [@alex2016](https://steemit.com/@alex2016) | [My products from genuine leather. Read as I do them?](https://steemit.com/steemit/@alex2016/my-products-from-genuine-leather-read-as-i-do-them) | 26.343 SBD |\n| [@konti](https://steemit.com/@konti) | [STEEMIT DESIGN](https://steemit.com/steemit/@konti/steemit-design) | 25.557 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Calla Lily Paper Flower](https://steemit.com/art/@awesomenyl/calla-lily-paper-flower) | 25.780 SBD |\n| [@delphia16](https://steemit.com/@delphia16) | [Dreams (An Original Poem)](https://steemit.com/poetry/@delphia16/dreams-an-original-poem) | 25.395 SBD |\n| [@plotbot2015](https://steemit.com/@plotbot2015) | [Witches and Bitches on Netflix](https://steemit.com/tv/@plotbot2015/witches-and-bitches-on-netflix) | 25.156 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Secret Societies #5: The Ancient Roman Cult of Mithras](https://steemit.com/anarchy/@getonthetrain/secret-societies-5-the-ancient-roman-cult-of-mithras) | 25.531 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte tres](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-tres) | 25.607 SBD |\n| [@juliamateo](https://steemit.com/@juliamateo) | [COVER a PIANO / cantando en ESPA\u00d1OL](https://steemit.com/spanish/@juliamateo/cover-a-piano-cantando-en-espanol) | 25.730 SBD |\n| [@linzo](https://steemit.com/@linzo) | [Eternal Love (Original Poem)](https://steemit.com/poem/@linzo/eternal-love-original-poem) | 25.219 SBD |\n| [@tonyswish](https://steemit.com/@tonyswish) | [Uprooting My Life To Work In Crypto Has Been Incredible, I'd Like To Share My Story](https://steemit.com/story/@tonyswish/uprooting-my-life-to-work-in-crypto-has-been-incredible-i-d-like-to-share-my-story) | 25.499 SBD |\n| [@lindseylambz](https://steemit.com/@lindseylambz) | [Adventures at Bouldin Food Forest!](https://steemit.com/food/@lindseylambz/adventures-at-bouldin-food-forest) | 25.641 SBD |\n| [@generation.easy](https://steemit.com/@generation.easy) | [My Day at the Renaissance Festival](https://steemit.com/festival/@generation.easy/my-day-at-the-renaissance-festival) | 25.752 SBD |\n| [@rigaronib](https://steemit.com/@rigaronib) | [A love story for the ages - How I met my wife and best friend. (with original artwork)](https://steemit.com/art/@rigaronib/a-love-story-for-the-ages-how-i-met-my-wife-and-best-friend-with-original-artwork) | 25.643 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Healing Herb Art Painting and Poetry](https://steemit.com/art/@nathanjtaylor/healing-herb-or-art-painting-and-poetry) | 24.384 SBD |\n| [@koskl](https://steemit.com/@koskl) | [Kanawa - Heaven is a place on earth](https://steemit.com/travel/@koskl/kanawa-heaven-is-a-place-on-earth) | 24.440 SBD |\n| [@modernbukowski](https://steemit.com/@modernbukowski) | [Grief & Despair (Original Poem)](https://steemit.com/poetry/@modernbukowski/grief-and-despair-original-poem) | 24.379 SBD |\n| [@kreet](https://steemit.com/@kreet) | [My new dotwork art. Night in mountains. Timelapse.](https://steemit.com/art/@kreet/my-new-dotwork-art-night-in-mountains-timelapse) | 24.413 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Coffee Latte - Dolphins Latte Art](https://steemit.com/food/@levycore/coffee-latte-dolphins-latte-art) | 24.274 SBD |\n| [@prufarchy](https://steemit.com/@prufarchy) | [Love Truth (Original)](https://steemit.com/story/@prufarchy/love-truth-original) | 24.891 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Nineteen)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-nineteen) | 24.178 SBD |\n| [@kobur](https://steemit.com/@kobur) | [My You [An original poem]](https://steemit.com/poetry/@kobur/my-you-an-original-poem) | 24.720 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Steemit and/or Facebook? Do you have to choose one or the other?](https://steemit.com/life/@michelle.gent/steemit-and-or-facebook-do-you-have-to-choose-one-or-the-other) | 24.685 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [Bad Trip: part one (Steemit original fiction)](https://steemit.com/story/@naquoya/bad-trip-part-one-steemit-original-fiction) | 24.735 SBD |\n| [@andrewawerdna](https://steemit.com/@andrewawerdna) | [Why Don\u2019t We Like Eating Healthy?](https://steemit.com/food/@andrewawerdna/why-don-t-we-like-eating-healthy) | 24.830 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #10 - Lingonberries, Blueberries, Mushrooms and a Rapid](https://steemit.com/photography/@sulev/photography-10-lingonberries-blueberries-mushrooms-and-a-rapid) | 24.783 SBD |\n| [@justoneartist](https://steemit.com/@justoneartist) | [Two need to watch videos if you're going to build now a new PC.](https://steemit.com/render/@justoneartist/two-need-to-watch-videos-if-you-re-going-to-build-now-a-new-pc) | 24.808 SBD |\n| [@pigatto](https://steemit.com/@pigatto) | [The whisper of the unknown (An original poem)](https://steemit.com/poetry/@pigatto/the-whisper-of-the-unknown-an-original-poem) | 24.928 SBD |\n| [@georgedonnelly](https://steemit.com/@georgedonnelly) | [Episodes 115-119 of Lando Cruz and The Coup Conspiracy (dystopian thriller novel)](https://steemit.com/story/@georgedonnelly/episodes-115-119-of-lando-cruz-and-the-coup-conspiracy-dystopian-thriller-novel) | 24.678 SBD |\n| [@iamgreta](https://steemit.com/@iamgreta) | [Being a Videographer - Pros and Cons](https://steemit.com/videography/@iamgreta/being-a-videographer-pros-and-cons) | 23.008 SBD |\n| [@lyndsaybowes](https://steemit.com/@lyndsaybowes) | [How To Save Cucumber Seeds ~ Step By Step Tutorial (Photos)](https://steemit.com/organic/@lyndsaybowes/how-to-save-cucumber-seeds-step-by-step-tutorial-photos) | 23.454 SBD |\n| [@tanata](https://steemit.com/@tanata) | [A creative approach to batik (short tutorial)](https://steemit.com/art/@tanata/a-creative-approach-to-batik-short-tutorial) | 23.518 SBD |\n| [@krabgat](https://steemit.com/@krabgat) | [TODAY in HISTORY (14 September): Napoleon entered Moscow in 1812](https://steemit.com/history/@krabgat/today-in-history-14-september-napoleon-entered-moscow-in-1812) | 23.562 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Rolls of ham and Mayonnaise](https://steemit.com/food/@gustavopasquini/rolls-of-ham-and-mayonnaise) | 23.985 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] The Ghosts of Emmett Hill: Part Four](https://steemit.com/story/@naquoya/original-fiction-the-ghosts-of-emmett-hill-part-four) | 23.791 SBD |\n| [@alwaysfelicia](https://steemit.com/@alwaysfelicia) | [Passion is a Powerful thing](https://steemit.com/steemit/@alwaysfelicia/passion-is-a-powerful-thing) | 22.542 SBD |\n| [@contentjunkie](https://steemit.com/@contentjunkie) | [This is a @Dickbutt Service Announcement - Dickbutt v2.0 With 88% More Dickbutts!](https://steemit.com/funny/@contentjunkie/this-is-a-dickbutt-service-announcement-dickbutt-v2-0-with-88-more-dickbutts) | 22.534 SBD |\n| [@timcliff](https://steemit.com/@timcliff) | [How I have eaten Breakfast and Lunch for under $2 a day for the past 5 years](https://steemit.com/food/@timcliff/how-i-have-eaten-breakfast-and-lunch-for-under-usd2-a-day-for-the-past-5-years) | 22.911 SBD |\n| [@steemitpatina](https://steemit.com/@steemitpatina) | [Tantalizing Garlicky Ricotta Spinach Chicken](https://steemit.com/food/@steemitpatina/tantalizing-garlicky-ricotta-spinach-chicken) | 21.531 SBD |\n| [@kobur](https://steemit.com/@kobur) | [5 Reasons why the new Harry Potter sucked [Spoilers]](https://steemit.com/funny/@kobur/5-reasons-why-the-new-harry-potter-sucked-spoilers) | 21.396 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Pumpkin with jerked beef](https://steemit.com/food/@gustavopasquini/pumpkin-with-jerked-beef) | 21.348 SBD |\n| [@dimon14](https://steemit.com/@dimon14) | [The history of the ships built in my city Nikolaev \u2638 \u2693](https://steemit.com/history/@dimon14/the-history-of-the-ships-built-in-my-city-nikolaev) | 21.754 SBD |\n| [@therealpaul](https://steemit.com/@therealpaul) | [Fictionarium Chapter 6. PART V-- Driving A Watermelon Into Dystopia](https://steemit.com/writing/@therealpaul/fictionarium-chapter-6-part-v-driving-a-watermelon-into-dystopia) | 21.639 SBD |\n| [@sebcam](https://steemit.com/@sebcam) | [Day 2 Looking at the Sun. My Video documentary of my thoughts & feelings & eyesight.](https://steemit.com/story/@sebcam/day-2-looking-at-the-sun-my-video-documentary-of-my-thoughts-and-feelings-and-eyesight) | 21.927 SBD |\n| [@stichin-sista](https://steemit.com/@stichin-sista) | [My first video](https://steemit.com/doodle/@stichin-sista/my-first-video) | 21.855 SBD |\n| [@tanstaaflcafe](https://steemit.com/@tanstaaflcafe) | [Real Food Rebellion - 9/13/2016](https://steemit.com/food/@tanstaaflcafe/real-food-rebellion-9-13-2016) | 21.536 SBD |\n| [@lukeofkondor](https://steemit.com/@lukeofkondor) | [\u00d83. The Many Homes Theory](https://steemit.com/blog/@lukeofkondor/o3-the-many-homes-theory) | 20.168 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Art Tryings - Steemit Coffe Latte](https://steemit.com/latte/@levycore/art-tryings-steemit-coffe-latte) | 20.240 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Neil Armstrong: The Most Efficient 30 Minutes in the History of Geology](https://steemit.com/space/@senseye/neil-armstrong-the-most-efficient-30-minutes-in-the-history-of-geology) | 19.620 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS A little bit of autumn love <3 PART 2 - Portraits (3 Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-a-little-bit-of-autumn-love-less-than-3-part-2-portraits-3-original-photos) | 19.470 SBD |\n| [@jbouchard12](https://steemit.com/@jbouchard12) | [Reel Action Pt. 4: Post-Storm Conditions](https://steemit.com/fishing/@jbouchard12/reel-action-pt-4) | 19.303 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Stiffed? I GOT STIFFED!\" (Nevermind the Steem-pocalypse, here's \"Guy's Waiter Blog\" Chapter 4!)](https://steemit.com/food/@ibringawareness/stiffed-i-got-stiffed-nevermind-the-steem-pocalypse-here-s-guy-s-waiter-blog-chapter-4) | 19.425 SBD |\n| [@freeinthought](https://steemit.com/@freeinthought) | [Poetry Slam Challenge #2: (Daily Grind)](https://steemit.com/poetryslamtwo/@freeinthought/poetry-slam-challenge-2-daily-grind) | 17.793 SBD |\n| [@tfeldman](https://steemit.com/@tfeldman) | [Breaking Down the Basics of Diabetes: A simple way to understand the pathophysiology of diabetes (Part I).](https://steemit.com/health/@tfeldman/breaking-down-the-basics-of-diabetes-a-simple-way-to-understand-the-pathophysiology-of-diabetes-part-i) | 15.262 SBD |\n| [@miserableoracle](https://steemit.com/@miserableoracle) | [[Why is it so? Series] Why do we need oxygen to live ?](https://steemit.com/life/@miserableoracle/why-is-it-so-series-why-do-we-need-oxygen-to-live) | 11.727 SBD |\n\n-------------------------\n\n
Note: All author rewards from this post will be used to fund Project Curie. Join us in #curie on Steemit.chat!
\n\n------------------------\n
Follow us @curie
\n-----------------------", + "body_length": 32971, + "cashout_time": "2016-09-21T19:30:51", + "category": "curie", + "children": 16, + "created": "2016-09-14T19:30:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/@krnel\",\"https://steemit.com/unity/@krnel/unity-and-knowledge\",\"https://steemit.com/@yostopia\",\"https://steemit.com/filmmaking/@yostopia/capturing-a-7-tall-clown-s-hallelujah-performance-with-a-hodgepodge-of-cameras\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/tiger-charcoal-drawing-video-original\",\"https://steemit.com/@rigaronib\",\"https://steemit.com/blog/@rigaronib/antidemon-my-first-heavy-metal-concert-in-southern-chile\",\"https://steemit.com/@travelista\",\"https://steemit.com/food/@travelista/a-simple-recipe-to-the-delicious-queso-fundido-with-chorizo-and-mushrooms\",\"https://steemit.com/@runrudy\",\"https://steemit.com/photography/@runrudy/how-did-i-make-this-photograph-behind-the-scenes\",\"https://steemit.com/@ionescur\",\"https://steemit.com/life/@ionescur/a-generation-of-romanian-kids-learned-english-from-cartoon-network\",\"https://steemit.com/@ltm\",\"https://steemit.com/sports/@ltm/tuesday-morning-quarterback-this-week-in-dfs\",\"https://steemit.com/@cryptochannel\",\"https://steemit.com/altcoin/@cryptochannel/acid-s-crypto-picks-introduction\",\"https://steemit.com/@pjheinz\",\"https://steemit.com/life/@pjheinz/mirror-worlds\",\"https://steemit.com/@gringalicious\",\"https://steemit.com/food/@gringalicious/raspberry-filled-and-topped-chocolate-chip-cupcakes\",\"https://steemit.com/@peskov\",\"https://steemit.com/life/@peskov/he-lived-to-fly-featuring-vasily-peskov-as-author\",\"https://steemit.com/@ocrdu\",\"https://steemit.com/photography/@ocrdu/you-had-to-be-there-i-suppose\",\"https://steemit.com/@thebluepanda\",\"https://steemit.com/descriptionsonthespot/@thebluepanda/thus-with-a-kiss-i-die\",\"https://steemit.com/@pgarcgo\",\"https://steemit.com/spanish/@pgarcgo/proyecto-cervantes-11-13-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\",\"https://steemit.com/photography/@yostopia/welcome-to-a-beach-full-of-bowling-balls\",\"https://steemit.com/@anarchyhasnogods\",\"https://steemit.com/science/@anarchyhasnogods/worm-holes-the-sad-existence-of-a-path-impossible-to-travel\",\"https://steemit.com/@nestinvas\",\"https://steemit.com/plottwist/@nestinvas/the-one-who-waits-for-you-at-night\",\"https://steemit.com/@englishtchrivy\",\"https://steemit.com/photography/@englishtchrivy/photography-hacks-tips-on-photographing-a-butterfly-with-video\",\"https://steemit.com/@lesliestarrohara\",\"https://steemit.com/story/@lesliestarrohara/surfing-the-myconet-original-sentient-fungus-fiction-part-3-of-3\",\"https://steemit.com/@lyndsaybowes\",\"https://steemit.com/organic/@lyndsaybowes/we-give-food-away-for-free-one-of-our-customers-came-yesterday-bearing-gifts\",\"https://steemit.com/@lukestokes\",\"https://steemit.com/travel/@lukestokes/road-trip-update-wedding-car-show-skaneateles\",\"https://steemit.com/@royalmacro\",\"https://steemit.com/art/@royalmacro/fish-and-river-an-original-abstract-art\",\"https://steemit.com/@micheletrainer\",\"https://steemit.com/science/@micheletrainer/sci-fi-movie-the-art-of-human-salvage-starring-edward-james-olmos\",\"https://steemit.com/@cm-steem\",\"https://steemit.com/gridcoin/@cm-steem/gridcoin-community-hangout-007-rsvp-and-suggest-topics\",\"https://steemit.com/@doubledex\",\"https://steemit.com/consciousness/@doubledex/nature-s-numbers\",\"https://steemit.com/@poeticsnake\",\"https://steemit.com/crafting/@poeticsnake/diy-easy-relief-flower-with-acrylic-paint-also-fun-for-kids\",\"https://steemit.com/@glitterfart\",\"https://steemit.com/life/@glitterfart/homemade-cute-kitchen-window-hydroponics-to-grow-your-own-fresh-spices-original-steemit-how-to\",\"https://steemit.com/@sebastien\",\"https://steemit.com/startups/@sebastien/01startups-10-hacker-one-get-paid-usd20-000-to-hack-companies\",\"https://steemit.com/@elfkitchen\",\"https://steemit.com/art/@elfkitchen/happy-mid-autumn-day-two-fools\",\"https://steemit.com/@erikaharris\",\"https://steemit.com/poetryslamtwo/@erikaharris/poetry-slam-challenge-2-yes-to-freedom\",\"https://steemit.com/@claudia\",\"https://steemit.com/life/@claudia/mia-s-brave-ordeal-after-being-bitten-by-an-adder\",\"https://steemit.com/@kommienezuspadt\",\"https://steemit.com/life/@kommienezuspadt/finally-the-gia-genevieve-post-i-ve-been-wanting-to-make-since-joining-steemit\",\"https://steemit.com/@mynameisbrian\",\"https://steemit.com/life/@mynameisbrian/construction-modeling-memories-from-a-career-lost-in-models\",\"https://steemit.com/@tygergamer\",\"https://steemit.com/gaming/@tygergamer/my-thoughts-on-shovel-knight\",\"https://steemit.com/@keyser\",\"https://steemit.com/adventure/@keyser/unravel-2016-enjoy-your-new-adventure-r\",\"https://steemit.com/@anca3drandom\",\"https://steemit.com/art/@anca3drandom/weedland-right-under-your-feet-pen-and-ink-original-artwork\",\"https://steemit.com/@dexter-k\",\"https://steemit.com/photography/@dexter-k/traveling-in-china-part-i-the-streets-of-beijing-lost-in-translation-and-people-around-town-original-work\",\"https://steemit.com/@deanliu\",\"https://steemit.com/photography/@deanliu/in-between-ocean-and-a-remote-island\",\"https://steemit.com/@unrealisback\",\"https://steemit.com/politics/@unrealisback/loony-dictators-1-saparmurat-niyazov-building-an-ice-palace-in-a-desert\",\"https://steemit.com/@orcish\",\"https://steemit.com/art/@orcish/opal-princess-original-art\",\"https://steemit.com/@delphia16\",\"https://steemit.com/health/@delphia16/prostate-care-diet-for-today-1\",\"https://steemit.com/@bitcalm\",\"https://steemit.com/psychology/@bitcalm/the-lies-we-tell-ourselves-hindsight-bias\",\"https://steemit.com/@tarekadam\",\"https://steemit.com/design/@tarekadam/3d-design-compact-cassette-cross-section\",\"https://steemit.com/@leahlindeman\",\"https://steemit.com/book/@leahlindeman/redeemed-from-the-ashes-chapter-1\",\"https://steemit.com/@gardenofeden\",\"https://steemit.com/money/@gardenofeden/standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom\",\"https://steemit.com/@yangyang\",\"https://steemit.com/art/@yangyang/my-self-portrait-childrean-s-sketchpad-drawing-2-2\",\"https://steemit.com/@handmade\",\"https://steemit.com/spanish/@handmade/simples-verdades-que-hasta-los-mas-inteligentes-olvidan-parte-1\",\"https://steemit.com/@smartercars\",\"https://steemit.com/cars/@smartercars/reviewing-the-ford-ecosport-smarter-car-reviews\",\"https://steemit.com/@mbroek1983\",\"https://steemit.com/photography/@mbroek1983/reflections\",\"https://steemit.com/art/@edgarsart/roses-color-pencil-drawing\",\"https://steemit.com/@ansharphoto\",\"https://steemit.com/photography/@ansharphoto/ponte-sant-angelo-in-the-morning-rome\",\"https://steemit.com/@masonmiler\",\"https://steemit.com/story/@masonmiler/apocalypse-to-ashes-an-original-fiction-story-chapter-3\",\"https://steemit.com/@scaredycatguide\",\"https://steemit.com/story/@scaredycatguide/original-essays-based-of-the-5-senses-taste-essay-5\",\"https://steemit.com/@lpfaust\",\"https://steemit.com/tax/@lpfaust/us-tax-considerations-capital-loss-rules\",\"https://steemit.com/@pinkisland\",\"https://steemit.com/writing/@pinkisland/learning-process-and-class-environment\",\"https://steemit.com/@macksby\",\"https://steemit.com/story/@macksby/rejoining-the-living-an-original-story-part-3\",\"https://steemit.com/@moony\",\"https://steemit.com/life/@moony/career-choices-where-do-i-fit\",\"https://steemit.com/@steemswede\",\"https://steemit.com/education/@steemswede/education-the-agenda-behind-common-core\",\"https://steemit.com/@gonzo\",\"https://steemit.com/poetry/@gonzo/thoughts-about-life\",\"https://steemit.com/art/@anca3drandom/my-pyrography-wood-burning-art-six-month-vacation\",\"https://steemit.com/life/@peskov/a-workingman-featuring-vasily-peskov-as-author\",\"https://steemit.com/@herverisson\",\"https://steemit.com/art/@herverisson/rijksmuseum-award-2017-design-create-and-win\",\"https://steemit.com/@moon32walker\",\"https://steemit.com/gaming/@moon32walker/top-10-gaming-franchises\",\"https://steemit.com/@dajohns1420\",\"https://steemit.com/music/@dajohns1420/the-grouch-and-eligh\",\"https://steemit.com/@mindover\",\"https://steemit.com/story/@mindover/original-sci-fi-story-imaginary-friend-an-artificial-intelligence-is-injected-into-the-brain-of-an-unsuspecting-man-part-2-of-2\",\"https://steemit.com/@jenniferskyler\",\"https://steemit.com/life/@jenniferskyler/hacking-your-body-s-fight-flight-response-by-jennifer-skyler-with-love-from-portland\",\"https://steemit.com/@penguinpablo\",\"https://steemit.com/food/@penguinpablo/how-to-easily-carve-a-funny-apple\",\"https://steemit.com/@mandibil\",\"https://steemit.com/moviereview/@mandibil/mellem-traeerne-sidsel-johnsen-denmark-2009-movie-review-by-mandibil\",\"https://steemit.com/@eveningstar92\",\"https://steemit.com/art/@eveningstar92/the-exotic-hypnotic-snake-charmer-steps-versions-nsfw\",\"https://steemit.com/@lyubovbar\",\"https://steemit.com/photography/@lyubovbar/bright-colors-of-nature-be-sure-to-look-at-the-flowers\",\"https://steemit.com/@berek\",\"https://steemit.com/life/@berek/the-only-life-worth-living-is-the-examined-life-exploring-the-self\",\"https://steemit.com/@zaebars\",\"https://steemit.com/writing/@zaebars/see-you-at-sea-kiel-canal-or-the-first-awkward-locking-en-rus\",\"https://steemit.com/@williambanks\",\"https://steemit.com/science/@williambanks/so-you-want-to-be-a-super-hero-laser-vision\",\"https://steemit.com/@timelapse\",\"https://steemit.com/photography/@timelapse/colorado-crush-2016-featuring-street-artists-birdcap-and-nosey42\",\"https://steemit.com/@puffin\",\"https://steemit.com/story/@puffin/the-separation-original-poem\",\"https://steemit.com/@shortcut\",\"https://steemit.com/art/@shortcut/doodle-of-the-day-8-captain-sensible-poetry-special\",\"https://steemit.com/@haphazard-hstead\",\"https://steemit.com/gardening/@haphazard-hstead/4-ways-to-eat-sunflower-buds-original-photos-and-recipes\",\"https://steemit.com/@lisadang\",\"https://steemit.com/beauty/@lisadang/simple-diy-oatmeal-facemask-that-gives-you-flawless-skin\",\"https://steemit.com/@mikemacintire\",\"https://steemit.com/photography/@mikemacintire/the-rising-sunflower-my-work\",\"https://steemit.com/@senseye\",\"https://steemit.com/science/@senseye/the-wonders-of-witnessing-simple-observing-is-still-worthwhile-even-if-it-doesn-t-contribute-to-science\",\"https://steemit.com/@lanimal\",\"https://steemit.com/health/@lanimal/researchers-bribed-people-duped-by-government-dietary-guidelines\",\"https://steemit.com/@comealong\",\"https://steemit.com/art/@comealong/original-work-mixed-media-abstract-portrait\",\"https://steemit.com/@knablinz\",\"https://steemit.com/music/@knablinz/original-collage-art-by-knablinz-flowing\",\"https://steemit.com/@generation.easy\",\"https://steemit.com/inventions/@generation.easy/amazing-fantastic-inventions-3\",\"https://steemit.com/@funnyman\",\"https://steemit.com/dream/@funnyman/give-life-to-your-dreams\",\"https://steemit.com/@iamgreta\",\"https://steemit.com/videography/@iamgreta/mr-robot-cinematography-of-a-crazy-mind-part-1\",\"https://steemit.com/@tkembo\",\"https://steemit.com/design/@tkembo/users-are-bad-designers-but-they-know-bad-design\",\"https://steemit.com/@sergeypotapov\",\"https://steemit.com/news/@sergeypotapov/smart-phones-for-smart-cities\",\"https://steemit.com/crafting/@poeticsnake/diy-create-your-own-gift-box-with-old-magazines\",\"https://steemit.com/@doitvoluntarily\",\"https://steemit.com/philosophy/@doitvoluntarily/when-his-values-are-not-my-values\",\"https://steemit.com/@tatianka\",\"https://steemit.com/art/@tatianka/vulica-brazil-2016-urban-art-festival-cowek\",\"https://steemit.com/@alchemage\",\"https://steemit.com/blog/@alchemage/my-top-five-favorite-oldschool-psychedelic-rock-bands-no-pink-floyd-is-not-on-the-list\",\"https://steemit.com/@modernbukowski\",\"https://steemit.com/story/@modernbukowski/alcoholic-stories-5-internet-dating-goofs\",\"https://steemit.com/@alex2016\",\"https://steemit.com/steemit/@alex2016/my-products-from-genuine-leather-read-as-i-do-them\",\"https://steemit.com/@konti\",\"https://steemit.com/steemit/@konti/steemit-design\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/calla-lily-paper-flower\",\"https://steemit.com/poetry/@delphia16/dreams-an-original-poem\",\"https://steemit.com/@plotbot2015\",\"https://steemit.com/tv/@plotbot2015/witches-and-bitches-on-netflix\",\"https://steemit.com/@getonthetrain\",\"https://steemit.com/anarchy/@getonthetrain/secret-societies-5-the-ancient-roman-cult-of-mithras\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-tres\",\"https://steemit.com/@juliamateo\",\"https://steemit.com/spanish/@juliamateo/cover-a-piano-cantando-en-espanol\",\"https://steemit.com/@linzo\",\"https://steemit.com/poem/@linzo/eternal-love-original-poem\",\"https://steemit.com/@tonyswish\",\"https://steemit.com/story/@tonyswish/uprooting-my-life-to-work-in-crypto-has-been-incredible-i-d-like-to-share-my-story\",\"https://steemit.com/@lindseylambz\",\"https://steemit.com/food/@lindseylambz/adventures-at-bouldin-food-forest\",\"https://steemit.com/festival/@generation.easy/my-day-at-the-renaissance-festival\",\"https://steemit.com/art/@rigaronib/a-love-story-for-the-ages-how-i-met-my-wife-and-best-friend-with-original-artwork\",\"https://steemit.com/@nathanjtaylor\",\"https://steemit.com/art/@nathanjtaylor/healing-herb-or-art-painting-and-poetry\",\"https://steemit.com/@koskl\",\"https://steemit.com/travel/@koskl/kanawa-heaven-is-a-place-on-earth\",\"https://steemit.com/poetry/@modernbukowski/grief-and-despair-original-poem\",\"https://steemit.com/@kreet\",\"https://steemit.com/art/@kreet/my-new-dotwork-art-night-in-mountains-timelapse\",\"https://steemit.com/@levycore\",\"https://steemit.com/food/@levycore/coffee-latte-dolphins-latte-art\",\"https://steemit.com/@prufarchy\",\"https://steemit.com/story/@prufarchy/love-truth-original\",\"https://steemit.com/@beowulfoflegend\",\"https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-nineteen\",\"https://steemit.com/@kobur\",\"https://steemit.com/poetry/@kobur/my-you-an-original-poem\",\"https://steemit.com/@michelle.gent\",\"https://steemit.com/life/@michelle.gent/steemit-and-or-facebook-do-you-have-to-choose-one-or-the-other\",\"https://steemit.com/@naquoya\",\"https://steemit.com/story/@naquoya/bad-trip-part-one-steemit-original-fiction\",\"https://steemit.com/@andrewawerdna\",\"https://steemit.com/food/@andrewawerdna/why-don-t-we-like-eating-healthy\",\"https://steemit.com/@sulev\",\"https://steemit.com/photography/@sulev/photography-10-lingonberries-blueberries-mushrooms-and-a-rapid\",\"https://steemit.com/@justoneartist\",\"https://steemit.com/render/@justoneartist/two-need-to-watch-videos-if-you-re-going-to-build-now-a-new-pc\",\"https://steemit.com/@pigatto\",\"https://steemit.com/poetry/@pigatto/the-whisper-of-the-unknown-an-original-poem\",\"https://steemit.com/@georgedonnelly\",\"https://steemit.com/story/@georgedonnelly/episodes-115-119-of-lando-cruz-and-the-coup-conspiracy-dystopian-thriller-novel\",\"https://steemit.com/videography/@iamgreta/being-a-videographer-pros-and-cons\",\"https://steemit.com/organic/@lyndsaybowes/how-to-save-cucumber-seeds-step-by-step-tutorial-photos\",\"https://steemit.com/@tanata\",\"https://steemit.com/art/@tanata/a-creative-approach-to-batik-short-tutorial\",\"https://steemit.com/@krabgat\",\"https://steemit.com/history/@krabgat/today-in-history-14-september-napoleon-entered-moscow-in-1812\",\"https://steemit.com/@gustavopasquini\",\"https://steemit.com/food/@gustavopasquini/rolls-of-ham-and-mayonnaise\",\"https://steemit.com/story/@naquoya/original-fiction-the-ghosts-of-emmett-hill-part-four\",\"https://steemit.com/@alwaysfelicia\",\"https://steemit.com/steemit/@alwaysfelicia/passion-is-a-powerful-thing\",\"https://steemit.com/@contentjunkie\",\"https://steemit.com/funny/@contentjunkie/this-is-a-dickbutt-service-announcement-dickbutt-v2-0-with-88-more-dickbutts\",\"https://steemit.com/@timcliff\",\"https://steemit.com/food/@timcliff/how-i-have-eaten-breakfast-and-lunch-for-under-usd2-a-day-for-the-past-5-years\",\"https://steemit.com/@steemitpatina\",\"https://steemit.com/food/@steemitpatina/tantalizing-garlicky-ricotta-spinach-chicken\",\"https://steemit.com/funny/@kobur/5-reasons-why-the-new-harry-potter-sucked-spoilers\",\"https://steemit.com/food/@gustavopasquini/pumpkin-with-jerked-beef\",\"https://steemit.com/@dimon14\",\"https://steemit.com/history/@dimon14/the-history-of-the-ships-built-in-my-city-nikolaev\",\"https://steemit.com/@therealpaul\",\"https://steemit.com/writing/@therealpaul/fictionarium-chapter-6-part-v-driving-a-watermelon-into-dystopia\",\"https://steemit.com/@sebcam\",\"https://steemit.com/story/@sebcam/day-2-looking-at-the-sun-my-video-documentary-of-my-thoughts-and-feelings-and-eyesight\",\"https://steemit.com/@stichin-sista\",\"https://steemit.com/doodle/@stichin-sista/my-first-video\",\"https://steemit.com/@tanstaaflcafe\",\"https://steemit.com/food/@tanstaaflcafe/real-food-rebellion-9-13-2016\",\"https://steemit.com/@lukeofkondor\",\"https://steemit.com/blog/@lukeofkondor/o3-the-many-homes-theory\",\"https://steemit.com/latte/@levycore/art-tryings-steemit-coffe-latte\",\"https://steemit.com/space/@senseye/neil-armstrong-the-most-efficient-30-minutes-in-the-history-of-geology\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-a-little-bit-of-autumn-love-less-than-3-part-2-portraits-3-original-photos\",\"https://steemit.com/@jbouchard12\",\"https://steemit.com/fishing/@jbouchard12/reel-action-pt-4\",\"https://steemit.com/@ibringawareness\",\"https://steemit.com/food/@ibringawareness/stiffed-i-got-stiffed-nevermind-the-steem-pocalypse-here-s-guy-s-waiter-blog-chapter-4\",\"https://steemit.com/@freeinthought\",\"https://steemit.com/poetryslamtwo/@freeinthought/poetry-slam-challenge-2-daily-grind\",\"https://steemit.com/@tfeldman\",\"https://steemit.com/health/@tfeldman/breaking-down-the-basics-of-diabetes-a-simple-way-to-understand-the-pathophysiology-of-diabetes-part-i\",\"https://steemit.com/@miserableoracle\",\"https://steemit.com/life/@miserableoracle/why-is-it-so-series-why-do-we-need-oxygen-to-live\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T19:47:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79186892227990, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "358.471 HBD", + "percent_hbd": 10000, + "permlink": "project-curie-s-daily-curation-list-13-sept-14-sept-2016", + "post_id": 1246315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Project Curie's Daily Curation List (13 Sept - 14 Sept 2016)", + "title": "Project Curie's Daily Curation List (13 Sept - 14 Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/project-curie-s-daily-curation-list-13-sept-14-sept-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28659183609060, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231745664545, + "voter": "anonymous" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3305587603058, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950263342429, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134450890285, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47091029383, + "voter": "alexgr" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109755600, + "voter": "yefet" + }, + { + "percent": "31", + "reputation": 12382143533351, + "rshares": 14979129443, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31712555766, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 20949974151, + "voter": "james-show" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12416748158, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 170015504056, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 98188200084, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060908827, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3041777109, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41831220002, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1008426171379, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 73400742064, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 33765541971, + "voter": "drinkzya" + }, + { + "percent": "1900", + "reputation": 200733663789408, + "rshares": 464492452607, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16230187504, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55934785273, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 81259110331, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 141150367244, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4491860772, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32185101127, + "voter": "michaelx" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652497229, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34690935514, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484592257, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38021693759, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48600187278, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 20604181406, + "voter": "skapaneas" + }, + { + "percent": "4200", + "reputation": 17405459234693, + "rshares": 26035790854, + "voter": "venuspcs" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 3631085716, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 17068690481, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2717615707, + "voter": "soupernerd" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 98589871, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2003662031, + "voter": "steemswede" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 92819199, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 744892451, + "voter": "endgame" + }, + { + "percent": "4200", + "reputation": 8017093633272, + "rshares": 6942144451, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 163830029083, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2530714391, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 174545508187, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99758482, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107695218, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11323066192, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 236095086087, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 13110661649, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 448742127066, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21253952127, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706404639, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1691876421, + "voter": "earnest" + }, + { + "percent": "4200", + "reputation": 4603449402273, + "rshares": 1846476848, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 35621394734, + "voter": "sauravrungta" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841692391, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30793258284, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877477865, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 19973803502, + "rshares": 124974272, + "voter": "biternator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5005112480, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 9638419668, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21120679249, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543666725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3750359157, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2668404799, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135188924122, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 52093680889, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298257402, + "voter": "taker" + }, + { + "percent": "6800", + "reputation": 10137266406870, + "rshares": 11082557461, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 9931366213, + "voter": "theprophet0" + }, + { + "percent": "4200", + "reputation": 4835227647717, + "rshares": 1118050209, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 19633153850, + "voter": "flandude" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 23486834464, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24002008343, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24010492099, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15893652179, + "voter": "sunshine" + }, + { + "percent": "4200", + "reputation": 97328985094, + "rshares": 2289072616, + "voter": "brendio" + }, + { + "percent": "36", + "reputation": 1751717743, + "rshares": 416538238, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 456438004, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2527662225, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13913598464, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53093897, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24006057656, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24003599851, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24000730809, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23996835564, + "voter": "laonie7" + }, + { + "percent": "4200", + "reputation": 2021353867281, + "rshares": 1827088401, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23993322506, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23990641269, + "voter": "laonie9" + }, + { + "percent": "4200", + "reputation": 1685450515149, + "rshares": 1148274531, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 103117112, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2238183653, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11680768355, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 16013782606, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1139647367, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54857117, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10200169975, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 31195120816, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 61430307, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61423628, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 755831094058, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3172773972, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824841810, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23984469842, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2922697747, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 94959629813, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29733771790, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 4775359646971, + "rshares": 5807358610, + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56421053993, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 341202534995, + "rshares": 249682983, + "voter": "elemenya" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5277409240, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7470990325, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23131132124, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1580317978, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4545785145, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1042750516, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 6508950818, + "rshares": 174344236, + "voter": "grayhorse" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 63060920, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 158874655, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 1974792133, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6024412227, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674560443, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395994465553, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7681172153, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63519834123, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1312146529, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 2275182541, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2169770899, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 447567061326, + "rshares": 87456777, + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 73556721290, + "rshares": 72858614, + "voter": "justusagenstum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1388766327, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158051137, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80379451, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67690648, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73837045, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 93238678837, + "rshares": 158685259, + "voter": "gamer00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 6358569144, + "rshares": 154008315, + "voter": "faruk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 140412636, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 99551013, + "voter": "dirlei.sdias" + } + ], + "author": "kyriacos", + "author_reputation": 13325577893779, + "beneficiaries": [], + "body": "
https://cdn-images-1.medium.com/max/1000/1%2AZkE9GALAowqew24MYF-Y4g.jpeg

\n\nPolitical Correctness (PC) is the way we treat each other in order to avoid being offensive. The term fails since being offensive is something subjective and depends on one\u2019s culture, ethics and personal experiences. With PC human interaction gets lost in a-la-carte behaviour and meaningless savoir-vivre. People avoid expressing their ideas because they are afraid being criticized. PC serves as an unofficial social contract. Everyone\u2019s identity becomes a pulp of mediocrity. \n\nThe vast majority of humans, like most other mammals in the animal kingdom, are politically correct. This form of behaviour serves the group since the alpha male, the non-PC leader, can direct the masses at will. This also explains the phenomenon why many, while they do enjoy being in this passive behavioral state, find themselves attracted to non-PC assertive individuals that speak their mind. This reinforces the idea of PC as an evolutionary adaptation\u2014one that is aimed to focus power on one individual in order for the group to survive. Thing is, we don\u2019t need this evolutionary autopilot anymore. We are nowhere near being threatened by other animals. \n\n

By being politically correct, one avoids friction, conflict and confrontation. Learning how to speak and act properly in order to be accepted comes hand in hand with ideas of \u201cpositive thinking\u201d, \u201cpositive energy\u201d and other childish self-worshipping delusions we see trending around us.

\n\nFor example, almost everyone reading this post belongs to the elite 15% of this planet that has adequate food, clean water and a safe shelter on a daily basis. We think \u201cpositively\u201d, yet we avoid reality because our environment is as safe as a glass bubble. No wonder \u201cThe Secret\u201d was such a hit of a book. Do you want something special western human? Just dream it and the universe will make it happen for you. As if the safe space of our western culture was not enough, PC makes sure to safe-proof our minds as well. \n \n
http://cdn.skim.gs/image/upload/v1456337601/msi/child_in_timeout_dnedhn.jpg

\n\nThe comfiness of modern life has soften our character and spirit. Even if we are going through so-called \u201ceconomic crises\u201d, here in the west we have the basics to enjoy on a daily basis. Most people on this planet struggle daily in terms of life or death in order to survive. I wonder how many \u201cpositive energy\u201d individuals have the balls to preach to a starving child in Africa that his situation is such because he attracts \u201cnegative energy\u201d. This is not only bullshit but downright hubris to humanity itself. \n\n

We hear what we want to hear and speak what others want us to speak. It seems that the self-help movement of the 80\u2019s with cults like the one of Tony Robbins has evolved into what we see around us today. People are afraid to talk and think, not only because they are afraid of criticism from others, but also because they are afraid of their own minds. \u201cNo negative thoughts, think positive, everything is going to be alright\u201d. It doesn\u2019t get more pathetic than this.

\n\nWe have managed to incorporate this politically correct mantra in our relationships. We reinforce it in cosmopolitan-level articles that urge us to \u201cdetox\u201d our social life from all this negativity or what it comes to be\u2014reality itself. We cut off people that don\u2019t agree with us and join groups that reinforce our own superstitions. We have stopped arguing in person in order to discover one another. Ancient Greeks developed such an amazing culture because they argued on a daily basis with each other about their ideas. What do we do? We report things we don\u2019t like to Zuckerberg, or worse, flag content to hide it. Yeah. That\u2019s better. Everything is \u201csafe\u201d now. \n\nThe PC trend is sculpting people to be way too sensitive with everything that goes on in their lives. We are nourishing our inner spoiled brat so that others can cater to our \u201cpositivism\u201d. I wonder, why after so much positivism in our western culture we are still popping up pills like M&M\u2019s? Why are we so obsessed with being happy if we are indeed investing on positivity so much? We are full of shit and we know it. We just hope that no one will notice if everyone is playing along. \n \n
http://www.motherjones.com/files/liar.cropped.jpg

\n\nThe News and Social Media have changed their rules of conduct, removing all \u201cnegative commentary\u201d. We demand this new lingo so much that our friends, coworkers and even politicians and leaders have become liars, hypocrites and crooks\u2014 and we have the guts to complain on top of it! \n\n

The average perception craves political correctness and this is exactly what we are getting. Every single leader out there, every politician, represents the average perception. We are our politicians. When we bitch and moan about their actions we are in fact angry with our own hypocrisy, not them. They are just business people satisfying a market based on demand.

\n\nPolitical Correctness has become a symbol, a flag. There is a surge of group creation across all domains for all kinds of things. People demand \u201crights\u201d, as if one group suffers more than the other. We end up stripping the freedoms off another group for the sake of our security, imprisoning each other under the shackles of governmental control. \n\nWe forget that all humans have by default equal natural rights. \"Human rights\" and other privileges were created when some people grouped together and gained special treatment at the expense of others. This is why after such a long time when one mentions \"human rights\" is like mentioning \"God\". The term is so vaguely defined, so subjectively understood, it becomes pointless. \n \n
http://www.israelvideonetwork.com/wp-content/uploads/2016/04/UN-hypocrisy-874x492.png

\n\nHuman rights were perhaps the first attempt for making the masses politically correct. After WW2 the United Nations decided that all humans should have the same fundamental rights. Of course this never worked, because the ones controlling the United Nations make wars to gain resources and excuse every inhumane action as collateral damage. \u201cUnited Nations\u201d. What a farse. If nations were really *united* we wouldn\u2019t be talking about human rights now would we? \n\nYet we still believe in this bullshit in the same way we believe that thinking about a positive outcome will make it happen. Imagine everyone being \u201cpositive\u201d. Everyone in the west will be millionaires, everyone will have great health, everyone will get awesome jobs, everyone will have awesome families, everyone will be a pioneer.\n\nWho will be cleaning the toilets in our schools? Who will be cleaning our shit in hospital beds? Who will be taking our trash outside? Magic motherfuckers. Magic! We share pictures of war, famine and misery in order to show how \u201chumane\u201d we are, while they migrate in our kingdoms in order to clean up our shit. Our tax funded corporatist exploitators brought them in our doorstep. We complain about the politicians we hire as hitmen while we enjoy all the goodies with \u201cpositive energy\u201d. \n \n
https://www.youtube.com/watch?v=WbS9jZOlQjc
\n\n

Why do you think humans suffer so much from loneliness even if we are more connected than ever? Why do you think we visit therapists to talk about identity crisis or our problems with the rest of the world? We wear so many politically correct masks that we have lost track with reality. \u201cPositive Energy\u201d, as if life is the green valley with my little pony. We have become spoiled brats accusing the world for \u201cpatriarchy\u201d, \u201ccapitalism\u201d, \u201ccorruption\u201d, \u201cfat shaming\u201d, \u201cgovernment\u201d, \u201creligion\u201d, turning all the arguments against one another since everybody carries their own ideology. What a circus. Nobody can take any offense anymore. Nobody can criticize anyone since everyone can put themselves in a \u201cdisadvantaged\u201d group.

\n\nI understand that we have always worn some kind of a mask and behaved in some kind of political correctness more or less. Nobody denies this. As humans living in complex societies this is rather a necessity. Today though, the phenomenon has turned people against their own selves. We might see, for example, a group of five people sitting in a coffee shop sunked in their mobile screens liking each others\u2019 posts, as if all internet interaction takes place in another dimension. Turn your head some degrees left and you witness a hipster taking 500 selfies on her porch. Which one will gather the most likes? Even though she knows that she doesn\u2019t look like that in real life the illusion is sustained since everyone is doing it. And then we wonder why we pop pills and complain why people cannot see \u201cwho we truly are\u201d. Oh yes. Think more positive and don\u2019t forget to tweet about it.\n \n
http://www.hitleadersandnews.com/wp-content/uploads/identity-crisis1.jpg

\n\nWe sacrifice our identity in order to become accepted. We sacrifice our freedom of expression for the sake of safety. We demand only positive things, shoving reality under the carpet. The very profession of a psychologist exists because we cannot be real with each other. Therapists are friends on payroll. We wouldn\u2019t want to cause any \u201cnegativity\u201d in our friend circle or show any form of \u201cweakness\u201d, right?\n\nWe have become an avatar, a by-product of political correctness. One can either be real and suffer the social exclusion or forever be absorbed into this bottomless pit of inclusive absurdity. \n
\n
\n
\n
\n_____\nimage sources: [1](https://cdn-images-1.medium.com/max/1000/1%2AZkE9GALAowqew24MYF-Y4g.jpeg) \u2014 [2](http://cdn.skim.gs/image/upload/v1456337601/msi/child_in_timeout_dnedhn.jpg) \u2014 [3](http://www.motherjones.com/files/liar.cropped.jpg) \u2014 [4](http://www.israelvideonetwork.com/wp-content/uploads/2016/04/UN-hypocrisy-874x492.png) \u2014 [5](http://www.hitleadersandnews.com/wp-content/uploads/identity-crisis1.jpg)", + "body_length": 10115, + "cashout_time": "2016-09-21T19:30:06", + "category": "politics", + "children": 25, + "created": "2016-09-14T19:30:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"life\",\"political-correctness\",\"anthropology\"],\"image\":[\"https://cdn-images-1.medium.com/max/1000/1%2AZkE9GALAowqew24MYF-Y4g.jpeg\",\"http://cdn.skim.gs/image/upload/v1456337601/msi/child_in_timeout_dnedhn.jpg\",\"http://www.motherjones.com/files/liar.cropped.jpg\",\"http://www.israelvideonetwork.com/wp-content/uploads/2016/04/UN-hypocrisy-874x492.png\",\"https://img.youtube.com/vi/WbS9jZOlQjc/0.jpg\",\"http://www.hitleadersandnews.com/wp-content/uploads/identity-crisis1.jpg\",\"http://i64.tinypic.com/j7spk2.png\"],\"links\":[\"https://www.youtube.com/watch?v=WbS9jZOlQjc\",\"https://steemit.com/@kyriacos\",\"https://cdn-images-1.medium.com/max/1000/1%2AZkE9GALAowqew24MYF-Y4g.jpeg\",\"http://cdn.skim.gs/image/upload/v1456337601/msi/child_in_timeout_dnedhn.jpg\",\"http://www.motherjones.com/files/liar.cropped.jpg\",\"http://www.israelvideonetwork.com/wp-content/uploads/2016/04/UN-hypocrisy-874x492.png\",\"http://www.hitleadersandnews.com/wp-content/uploads/identity-crisis1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:57:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40194417700305, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "100.198 HBD", + "percent_hbd": 10000, + "permlink": "the-disease-of-political-correctness", + "post_id": 1246305, + "promoted": "0.853 HBD", + "replies": [], + "root_title": "The Disease of Political Correctness", + "title": "The Disease of Political Correctness", + "total_payout_value": "0.000 HBD", + "url": "/politics/@kyriacos/the-disease-of-political-correctness" + }, + { + "active_votes": [ + { + "percent": "7000", + "reputation": 176979684007, + "rshares": 24598489836668, + "voter": "jamesc" + }, + { + "percent": "1600", + "reputation": 71931696380, + "rshares": 615531768612, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24863029935, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2185813125, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 379942370, + "rshares": 240811407, + "voter": "further" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 10535945472, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 37086915702, + "rshares": 63933066, + "voter": "holgermarkgraf" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14712310915, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 86856328, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 1974792133, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 255505026, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 764417643, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 429182136, + "rshares": 154959539, + "voter": "mrshanson" + }, + { + "percent": "10000", + "reputation": 944443392161, + "rshares": 155696720, + "voter": "steemtruth" + }, + { + "percent": "10000", + "reputation": 81495662035, + "rshares": 152552880, + "voter": "roses3913" + } + ], + "author": "steemtruth", + "author_reputation": 944443392161, + "beneficiaries": [], + "body": "Jim Carrey has joined Robert De Niro and Robert Kennedy Jnr in shining a light on the stealthy poisoning practices of Big Pharma. Carrey and Kennedy (just to name a few) have been demanding for the removal of the mercury based preservative, Thimerosal from vaccines. \n\nThis is an issue close to my heart as I have friends and family with autistic children. During the past 30 years, the frequency of autism occurring in children has skyrocketed from 1 in 5,000 to 1 in 68. It's an epidemic that few want to talk about but when it affects 1 in 68 children we simply HAVE TO TALK ABOUT IT.\n\nThe autism statistics can quickly, and easily be reversed - but Big Pharma and Big Gov't will knowingly destroy people's lives before they will allow anyone to put so much as a dent in their bottom line. \n\nIf 1 million kids (in America alone) develops autism after an immunisation shot, so be it - that's 'collateral damage' for Big Pharma - the cost of doing business. \n\nI wrote a far more detailed piece on this topic yesterday. It delved deeper into the statistics, the fudged data, the lies and the cover-up. It also had two videos that you simply have to see - you will find the the link to yesterday's piece at the bottom of this page. \n\n* Robert De Niro on the NBC Today Show where De Niro says - \"EVERYONE MUST SEE VAXXED\" \n\n* VAXXED - Vaccines = Autism (the MMR Mercury Autism Connection) - Full Movie (Uncut)\n\nRobert F. Kennedy Jnr has written a tell-all, best selling book which I'll cover tomorrow. \n\nCarrey has been tweeting, and his tweets make for interesting reading.\n\n[![Screen Shot 2016-09-15 at 1.26.44 am.png](https://s9.postimg.org/qcuo52sun/Screen_Shot_2016_09_15_at_1_26_44_am.png)](https://postimg.org/image/xstxqvgjv/)\n\n[![Jim Carrey Tweet mercury.png](https://s3.postimg.org/lretj2r1f/Jim_Carrey_Tweet_mercury.png)](https://postimg.org/image/rscig5dnj/)\n\n[![Screen Shot 2016-09-15 at 1.29.15 am.png](https://s22.postimg.org/4gbedu66p/Screen_Shot_2016_09_15_at_1_29_15_am.png)](https://postimg.org/image/l42wgc0y5/)\n\n[![Screen Shot 2016-09-15 at 1.34.43 am.png](https://s13.postimg.org/6h6ejnmrb/Screen_Shot_2016_09_15_at_1_34_43_am.png)](https://postimg.org/image/pm9ntf1f7/)\n\n[![Screen Shot 2016-09-15 at 1.30.47 am.png](https://s14.postimg.org/tjds2fxqp/Screen_Shot_2016_09_15_at_1_30_47_am.png)](https://postimg.org/image/ulnykzgjx/)\n\nClick here to view [the bitly link from Carrey's tweets](bit.ly/1GLSpHf)\n\nJust below you'll find the link to yesterday's post where you will learn more about the statistics, the fudged data, the lies and the cover-up. It also has those two MUST SEE videos!\n\n1. Robert De Niro on the NBC Today Show where De Niro says - \"EVERYONE MUST SEE VAXXED\" \n2. VAXXED - Vaccines = Autism (the MMR Autism Connection) - Full Movie (Uncut)\n\nhttps://steemit.com/story/@steemtruth/robert-de-niro-says-everyone-must-see-vaxxed-on-nbc-today-show \n\nI'll keep covering this story (and others). Truth must spread. Thanks for reading. If you enjoyed this post please share it and let's get the word out. Any comments, upvotes and follow's are greatly appreciated. They will help me to keep sharing truth and that's all that I want to do! \n\nTruth fears no investigation!", + "body_length": 3203, + "cashout_time": "2016-09-21T19:15:30", + "category": "health", + "children": 22, + "created": "2016-09-14T19:15:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"science\",\"news\",\"story\",\"vaccines\"],\"image\":[\"https://s9.postimg.org/qcuo52sun/Screen_Shot_2016_09_15_at_1_26_44_am.png\",\"https://s3.postimg.org/lretj2r1f/Jim_Carrey_Tweet_mercury.png\",\"https://s22.postimg.org/4gbedu66p/Screen_Shot_2016_09_15_at_1_29_15_am.png\",\"https://s13.postimg.org/6h6ejnmrb/Screen_Shot_2016_09_15_at_1_34_43_am.png\",\"https://s14.postimg.org/tjds2fxqp/Screen_Shot_2016_09_15_at_1_30_47_am.png\"],\"links\":[\"https://postimg.org/image/xstxqvgjv/\",\"https://postimg.org/image/rscig5dnj/\",\"https://postimg.org/image/l42wgc0y5/\",\"https://postimg.org/image/pm9ntf1f7/\",\"https://postimg.org/image/ulnykzgjx/\",\"bit.ly/1GLSpHf\",\"https://steemit.com/story/@steemtruth/robert-de-niro-says-everyone-must-see-vaxxed-on-nbc-today-show\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:58:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25270168229469, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "41.027 HBD", + "percent_hbd": 10000, + "permlink": "jim-carrey-demands-the-removal-of-mercury-from-vaccines", + "post_id": 1246153, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jim Carrey Demands the Removal of Mercury from Vaccines", + "title": "Jim Carrey Demands the Removal of Mercury from Vaccines", + "total_payout_value": "0.000 HBD", + "url": "/health/@steemtruth/jim-carrey-demands-the-removal-of-mercury-from-vaccines" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494679319738, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 24334094288806, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2104090803296, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2004939114685, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22380387724, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665708865401, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88489799125, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756646557, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620226096, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437938566466, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1152436666788, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2692207475582, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799796781449, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 137139908091, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 2242727814, + "rshares": 2209448018, + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290193092189, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47089695937, + "voter": "alexgr" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 75730102567, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109755600, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 76633033946568, + "rshares": 738965826571, + "voter": "piedpiper" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491374115159, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3643466804, + "voter": "kenmonkey" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 443338383054, + "voter": "leesunmoo" + }, + { + "percent": "409", + "reputation": 12382143533351, + "rshares": 29958258283, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 912601274948, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5883869384, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 753324601733, + "rshares": 1132087896, + "voter": "rod-campbell" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 32228943100, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329703363864, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7801282805, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566176102454, + "voter": "nanzo-scoop" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12416621929, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173802002236, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 98188104952, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603531864037, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060893424, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10526459245, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58167154746, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48232631804, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 254890876874, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 75027817954, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692786126243, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400789268496, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2368911508296, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112728008585, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 389140371842, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563706981359, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55497150757, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132301151875, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19596723969, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16101844726, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 177548777620, + "voter": "thedashguy" + }, + { + "percent": "800", + "reputation": 3404245483553, + "rshares": 1638305999, + "voter": "keithwillshine" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113980669073, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192212193166, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 43519503289, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77687761005, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 88748177604, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 70700998788, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 88054033498, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 325847889976, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 7803066227, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69632008199, + "voter": "bacchist" + }, + { + "percent": "4200", + "reputation": 17405459234693, + "rshares": 26035741022, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3715502487, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 49604795295009, + "rshares": 366948107467, + "voter": "heiditravels" + }, + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 272770231, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6427607552, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1575880058, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69469901792, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3215014472, + "voter": "orly" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 3631051290, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45472681632, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15354149755, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 24727604455, + "voter": "mindover" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 98589871, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14215258104, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25052399171, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6938673229, + "voter": "futurefood" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 97704420, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146752949485, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 12755003778, + "rshares": 316624779, + "voter": "onthewayout" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2257741508, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25675068362, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10486579898, + "voter": "spiz0r" + }, + { + "percent": "4200", + "reputation": 8017093633272, + "rshares": 7438007381, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11698403373, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603868345, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 36332314292, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107693708, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27809104585, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10870143544, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44552303666, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706404639, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 23976773907, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2771623672, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159280244157, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310055664, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 1193366475012, + "rshares": 1611652754, + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76385039380, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355524755, + "voter": "bones" + }, + { + "percent": "5000", + "reputation": 10910231620999, + "rshares": 9980404601, + "voter": "bendjmiller222" + }, + { + "percent": "4200", + "reputation": 4603449402273, + "rshares": 1846447858, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756397508, + "voter": "tarindel" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277844951, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 267920639766, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3697415112, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3632576555, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30857780033, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5264878873, + "voter": "rainchen" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841692391, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 432325540, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1428315539, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736230255, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 19798726158, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5324587744, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6075445152, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 437440294, + "voter": "leonaugus" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543666725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634121191, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 29352489887, + "voter": "pinkisland" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32483526830, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404618245, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3488860607, + "voter": "mpa" + }, + { + "percent": "900", + "reputation": 4063076365725, + "rshares": 357733045, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1963474435, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3313280606, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 139384329981, + "voter": "shaka" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298254382, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 9904971006, + "voter": "dumar022" + }, + { + "percent": "4200", + "reputation": 4835227647717, + "rshares": 1118037526, + "voter": "merej99" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116434971223, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 23396680905, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 1167528616, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24020626157, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24535386306, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24544058590, + "voter": "laonie3" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37200734073, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233169049811, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15540459908, + "voter": "sunshine" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8960737963, + "voter": "flysaga" + }, + { + "percent": "4200", + "reputation": 97328985094, + "rshares": 2465125531, + "voter": "brendio" + }, + { + "percent": "412", + "reputation": 1751717743, + "rshares": 1249614716, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51509462657, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186801828, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5551234591, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24539525603, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24537013181, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24534080382, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24530098576, + "voter": "laonie7" + }, + { + "percent": "4200", + "reputation": 2021353867281, + "rshares": 1993169228, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24526507450, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24523766631, + "voter": "laonie9" + }, + { + "percent": "4200", + "reputation": 1685450515149, + "rshares": 1220041689, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125226101668, + "voter": "xiaohui" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6251191592, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5766225606, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 260000341079, + "voter": "sirwinchester" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4139904160, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12645491963, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2831354594, + "voter": "jrcornel" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8345149262, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2458493058, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 175198536, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89192136511, + "voter": "miacats" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546709537, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005495862, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 89757438494, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824841810, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13004396634, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24517458061, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2922697747, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1159303098899, + "rshares": 1669616654, + "voter": "roland.haynes" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3010570917, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580247182, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3523461665322, + "rshares": 4768611178, + "voter": "fat-like-buddha" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2108735027, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3761762885, + "voter": "newandold" + }, + { + "percent": "100", + "reputation": 10684992176630, + "rshares": 262729487, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 599908904317, + "rshares": 245891234, + "voter": "jennsky" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23656839672, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1580291401, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3410920542, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 187911420, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127425766, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 90062656329, + "rshares": 89120782, + "voter": "steemerpat" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20842099744, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3079605507, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150447599081, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 229065282410, + "rshares": 2274469633, + "voter": "richhersey" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 982419739, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341112070, + "voter": "bones261" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21721923580, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620984007, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 92065054, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1312088550, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5611025202, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3314478536, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 492992904, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3696018490, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5522880191, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 93177321657, + "rshares": 78777764, + "voter": "thecastle" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 748817283, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4656255903, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51232949, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1231364803, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 58594120, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3148452832, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 4542050071, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 152303077, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152296208, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151493636, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151463890, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151010953, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 150052033, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150951797, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150698556, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150661966, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 150613696, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156262128, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28918577919, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 659555137, + "voter": "reddust" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "
![imagedce5b.jpg](https://www.steemimg.com/images/2016/09/14/imagedce5b.jpg)
\n\n# Once there was a little fish named Minnow who lived in the open ocean with her brothers and sisters. \n\n
![image46b82.jpg](https://www.steemimg.com/images/2016/09/14/image46b82.jpg)
\n\nOne day Minnow accidentally got separated from her school because she followed a transparent jellyfish into an unknown area of the sea. She hadn't taken notice of where she was going because she had become mesmerized by the unusual, gem-like tentacles of the strange jellyfish. She had never seen anything like it before. When the jellyfish suddenly disappeared, she realized she was lost. The familiar blue waters were now solid black and she had no idea how to get back to her school or even what part of the sea she was in. She had never ventured into the dark sea before.\n\n## Even though she was afraid, she was also curious and she decided to make the most of her time away from her school. \n\nShe decided to let her curiosity run free, really free while she was lost. School was so boring and she was tired of obeying her teachers\u2019 unnecessary rules. It was time for an adventure.\n\n# Within a few minutes she came upon a group of unusual and colorful creatures who were hanging around the entrance of a cave.\n\n
![imageaeb0f.jpg](https://www.steemimg.com/images/2016/09/14/imageaeb0f.jpg)
\n\nAs she swam past them she said in a cheerful tone, \"Greetings fine creatures.\u201d All the creatures replied in unison \"Greetings.\u201d \n\n# Then Minnow asked, \u201cIs it safe to go into this cave?\u201d\n\n
![image44b78.jpg](https://www.steemimg.com/images/2016/09/14/image44b78.jpg)
\n\nThe blue fancy fish replied, \u201cYes, it is, but beware of the Pufferfish, Fangfish and the Ganglion. Before you do anything though, you should go find the Octopus. She lives in the big sunken ship that's just around the corner from the entrance of the cave.\u201d\n\nMinnow replied, \u201c OK, thank you.\u201d\n\nBut instead of going in search of the Octopus like the blue fish advised, Minnow decided to just have a look around the cave first. Immediately, she noticed a tiny clam who was stuck in a crevice and she helped him get out of it.\n\n# Then she noticed a giant shimmering whale building some sort of elaborate and complex floating structure. All over the structure were unknown symbols and formulas which very few fish understood.\n\n
![image1a1df.jpg](https://www.steemimg.com/images/2016/09/14/image1a1df.jpg)
\n\nUpon seeing the whale, Minnow suddenly felt so small and insignificant. She looked down at her own tiny fins that were plain and green and wished that she too would someday be as big and complex as the shimmering whale.\n\nAfter a little reflection, she cast aside her feelings of insignificance and began feeling curious again. She was really interested in the complex structure that the whale was building. She took a few pictures of the unknown symbols on the structure while the whale wasn't looking. She wanted to study them later on and ask others if they knew what the symbols meant.\n\nRight across from the shimmering well was a fishbank where a sign outside said **FREE ACCOUNTS.** Minnow decided to go there first and open an account since she had practically nothing in her school account.\n\nAfter her account had been set up, she looked at the photos of the unknown symbols. **They were driving her nuts.** \u201cWhat do they mean?\u201d She decided to go searching for the meaning of the symbols right then.\n\n
![image8d835.jpg](https://www.steemimg.com/images/2016/09/14/image8d835.jpg)
\n\n# She knew that the shimmering whale had the answers to the symbols, but she was too scared to ask him directly. He was so big, so powerful, so shimmering and he seemed too busy.\n\nShe decided to go exploring more of the cave. She ran into more whales, orcas, trout, sharks and dolphins. Some of the whales were busy mining transparent goo inside of rocks. After they mined this clear goo substance from the rocks, they formed the goo into blocks. They had to wear special glasses to see the goo. Then they slapped a sign onto each block which read, BLOCK # 1, 2, 3, etc. Then they attached a chain to the blocks of goo which connected the first block to the second, and so forth. \n\n
![image71e3c.jpg](https://www.steemimg.com/images/2016/09/14/image71e3c.jpg)
\n\n# But then something magical happened at the precise time the chain got attached to the block of transparent goo. \n\nThe block of goo replicated itself a hundred times instantaneously, like a jellyfish releasing its clones, and these flew at the speed of light to all the different whale miners. This was to ensure that each block of goo was created with precision and also it ensured that no whale miner went rogue. \n\n
![image63db4.jpg](https://www.steemimg.com/images/2016/09/14/image63db4.jpg)
\n\n# \u201cWow!\u201d Minnow thought to herself, realizing she\u2019d found a place of pure magic.\n\nThen she left the whale miners and continued on exploring the cave.\n\nAt this point she noticed it was getting blacker the further she went in the cave. She began to feel alone and very small.\n\n
![image121a9.jpg](https://www.steemimg.com/images/2016/09/14/image121a9.jpg)
\n\nShe had no blocks to mine, no structures to build, no friends in this strange new cave world. Then she happened to notice a large tuna sitting at a desk writing in a large book.\n\n# The tuna was happily writing away. He had strange floppy donkey ears instead of regular fish ears and this made Minnow laugh. Minnow was really amused by the tuna\u2019s donkey ears and she swam over to get a closer look. \n\n
![image8a365.jpg](https://www.steemimg.com/images/2016/09/14/image8a365.jpg)
\n\nMinnow said to the tuna, \u201cI love your donkey ears. How did you get them?\u201d\n\nThe tuna replied in a deep voice, \u201cThe _Nerd Shepherd_ gave them to me when I entered the cave four weeks ago.\u201d\n\n\u201cWhy?\u201d\n\nThe tuna replied, \u201cBecause I offered to write this book for him.\u201d\n\nMinnow then said, \u201cOh, I write every day, too, but I write for selfish badgers. Is there anything I can do to help you write that book? If you need any help writing, please let me know. I love this cave so far and I'd like to help you if I can.\u201d\n\nThe donkey-eared tuna replied, \u201cOK, I'll keep you in mind. Thanks for the offer.\u201dAnd the tuna continued writing his book at his dimly lit desk.\n\n# Minnow swam on and it was now quite late. She was getting sleepy, so she decided it would be best to find a safe place for the night instead of venture out of the cave at that late hour. \n\nAs she was swimming she began to hear funny Swedish music and a very deep and deceptive voice booming through the water. She then saw a giant bright and glowing Swedish hat and a sign underneath that said, VACANCY.\n\n\u201cAhhh, a Swedish motel!\u201d She had no idea what a Swedish motel was, but it sounded good to her tired fishbones.\n\nShe went inside the motel and a giant orca with Swedish horns and an unnerving laugh told her it would cost 30 Steem Dollars for the night. \n\n
![imageb54d8.jpg](https://www.steemimg.com/images/2016/09/14/imageb54d8.jpg)
\n\n## [CLICK HERE FOR PART 2](https://steemit.com/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-2)\n\nALL ART AND STORY CREATED BY STELLABELLE. ALL RIGHTS RESERVED. \u00a92016 STELLABELLE\nA part of [Arthur Berzinsh's](http://www.berzinsh.lv/en) painting, _Rainis_ was used to cover part of the cave. Here's the caption for his painting: \"Rainis, oil, canvas, 2014. Alegorija ar Raini-vali, no kura tiek ieg\u016bta degviela, run\u0101 par to, ka joproj\u0101m m\u0113s barojamies no m\u016bsu sen\u010du - di\u017egaru vit\u0101l\u0101 mantojuma.\"", + "body_length": 7676, + "cashout_time": "2016-09-21T19:08:12", + "category": "steemit", + "children": 38, + "created": "2016-09-14T19:08:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steemit-tale\",\"fairytale\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/imagedce5b.jpg\",\"https://www.steemimg.com/images/2016/09/14/image46b82.jpg\",\"https://www.steemimg.com/images/2016/09/14/imageaeb0f.jpg\",\"https://www.steemimg.com/images/2016/09/14/image44b78.jpg\",\"https://www.steemimg.com/images/2016/09/14/image1a1df.jpg\",\"https://www.steemimg.com/images/2016/09/14/image8d835.jpg\",\"https://www.steemimg.com/images/2016/09/14/image71e3c.jpg\",\"https://www.steemimg.com/images/2016/09/14/image63db4.jpg\",\"https://www.steemimg.com/images/2016/09/14/image121a9.jpg\",\"https://www.steemimg.com/images/2016/09/14/image8a365.jpg\",\"https://www.steemimg.com/images/2016/09/14/imageb54d8.jpg\"],\"links\":[\"https://steemit.com/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-2\",\"http://www.berzinsh.lv/en\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T19:48:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53905907953841, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "174.928 HBD", + "percent_hbd": 10000, + "permlink": "minnow-and-data-a-steemit-tale-part-1", + "post_id": 1246062, + "promoted": "3.000 HBD", + "replies": [], + "root_title": "Minnow And Data: A Steemit Tale Part 1", + "title": "Minnow And Data: A Steemit Tale Part 1", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stellabelle/minnow-and-data-a-steemit-tale-part-1" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799796781449, + "voter": "steemrollin" + }, + { + "percent": "10", + "reputation": 12382143533351, + "rshares": 14979129141, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 9671740262, + "voter": "james-show" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6535073233, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268838726, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629852065283, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060902485, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 6736352190, + "voter": "mammasitta" + }, + { + "percent": "2100", + "reputation": 17405459234693, + "rshares": 13885755122, + "voter": "venuspcs" + }, + { + "percent": "2100", + "reputation": 4066839697461, + "rshares": 1911079626, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25553447154, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7077446694, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2094737578, + "voter": "steemswede" + }, + { + "percent": "1500", + "reputation": 18799092030582, + "rshares": 23171518339, + "voter": "derekareith" + }, + { + "percent": "2100", + "reputation": 8017093633272, + "rshares": 3471072225, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 160027384849, + "voter": "opheliafu" + }, + { + "percent": "2100", + "reputation": 4603449402273, + "rshares": 923223929, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 34793188810, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 465452326, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 2622199069944, + "rshares": 2300658316, + "voter": "leylar" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3696678976, + "voter": "sulev" + }, + { + "percent": "2100", + "reputation": 4835227647717, + "rshares": 559018763, + "voter": "merej99" + }, + { + "percent": "2100", + "reputation": 97328985094, + "rshares": 1232562765, + "voter": "brendio" + }, + { + "percent": "10", + "reputation": 1751717743, + "rshares": 416538238, + "voter": "gmurph" + }, + { + "percent": "2100", + "reputation": 2021353867281, + "rshares": 996584614, + "voter": "kurtbeil" + }, + { + "percent": "2100", + "reputation": 1685450515149, + "rshares": 645904423, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1173334010, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1335239332, + "voter": "future24" + }, + { + "percent": "0", + "reputation": 3515726108234, + "rshares": 60309828, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3685297756, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13399203869, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11183608679, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931935967, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 118323926, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 468442933, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 55096759, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1217345926, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 15285908550, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "100", + "reputation": 6232933391430, + "rshares": 107776126, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 55117938, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 292005744, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5402817578, + "voter": "michelle.gent" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "
\n

Greetings Steemians!

\n


\n

So grateful to be a part of this community for many reasons. Most relevantly right now is because it is getting me back into daily photography!

\n


\n

I have taken hundreds of thousands of photos in my life and traveled the world doing it. Yet the last couple years I have not been doing too much in the way of photography. The last couple weeks, because of all the great photos on Steemit, all the people into it and the Steemit Photo Challenges, I am starting to get out and take photographs on the daily once again!

\n


\n

So I will be compiling some photo galleries of epic adventures from around the world but will also be compiling daily photo journals of my favorite photos of the day!

\n


\n

Grateful for yet another life-improving aspect of being involved here on Steemit and to be able to share it with you all~*~

\n


\n

I really love to photo flowers, especially the tiny ones~

\n

What's even better than flowers is flowers WITH bugs!

\n

So the first photo will be a cute lil flower and a cute lil bug~

\n


\n

\n


\n

I love the dried dead leaf in contrast to the bright beautiful purple. 

\n


\n

 

\n


\n

What's even better is that I am all about sustainability and health. These are commonly known as purple clover, and the leaves and flowers are edible! They have a sour but pleasant flavor. 

\n

For anyone who likes the science and fact stuff, oxalis is by far the largest genus in the wood-sorrel family Oxalidaceae: of the approximately 900 known species in the Oxalidaceae, 800 belong here. The genus occurs throughout most of the world, except for the polar areas.

\n


\nAs far as I know all types of oxalis are edible, which is great because they grow all over and are very easy to identify! 

\n


\n

\n


\n

I love being out in nature and finding/appreciating beauty. Photography helps me focus on that and being here on Steemit is a great way to share that beauty with others. 

\n

I also like to include interesting or useful information relevant to the photos I take. The fact that these are not only beautiful but edible is a valuable bit of extra benefit to this post. 

\n


\n

I hope you enjoyed the photos and will try eating oxalis one day!

\n


\n

\u221e\u00a7\u221e Steem On \u221e\u00a7\u221e

\n", + "body_length": 2781, + "cashout_time": "2016-09-21T19:02:51", + "category": "photography", + "children": 8, + "created": "2016-09-14T19:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"art\",\"life\",\"quinneaker\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/IMG_818237431.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_81927025d.jpg\",\"https://www.steemimg.com/images/2016/09/14/IMG_820020a08.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T19:02:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1812879205783, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.572 HBD", + "percent_hbd": 10000, + "permlink": "photography-of-the-day-life-flowering-in-the-garden-edible-beauty", + "post_id": 1245985, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "~*~ Photography of the Day: Life Flowering in the Garden, Edible Beauty ~*~", + "title": "~*~ Photography of the Day: Life Flowering in the Garden, Edible Beauty ~*~", + "total_payout_value": "0.000 HBD", + "url": "/photography/@quinneaker/photography-of-the-day-life-flowering-in-the-garden-edible-beauty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 120069869008, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17261934755, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 20144205915, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668092005, + "voter": "richman" + }, + { + "percent": "3300", + "reputation": 15755437221598, + "rshares": 9802492056, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268835102, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060873489, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 336010661029, + "voter": "fyrstikken" + }, + { + "percent": "3300", + "reputation": 17405459234693, + "rshares": 20828592817, + "voter": "venuspcs" + }, + { + "percent": "3300", + "reputation": 4066839697461, + "rshares": 2866592256, + "voter": "getssidetracked" + }, + { + "percent": "3300", + "reputation": 2906973892, + "rshares": 78871896, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 316358456, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26824057791, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1730452603, + "voter": "steemswede" + }, + { + "percent": "3300", + "reputation": 675716972978, + "rshares": 78163536, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 154469962482, + "voter": "derekareith" + }, + { + "percent": "3300", + "reputation": 8017093633272, + "rshares": 5950405905, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27809104585, + "voter": "dwinblood" + }, + { + "percent": "3300", + "reputation": 4603449402273, + "rshares": 1538706548, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 39431232807, + "voter": "celsius100" + }, + { + "percent": "3300", + "reputation": 4835227647717, + "rshares": 878458056, + "voter": "merej99" + }, + { + "percent": "3300", + "reputation": 97328985094, + "rshares": 1936884346, + "voter": "brendio" + }, + { + "percent": "3300", + "reputation": 2021353867281, + "rshares": 1660935093, + "voter": "kurtbeil" + }, + { + "percent": "3300", + "reputation": 1685450515149, + "rshares": 932973056, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1001429499, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 89757438494, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982344640, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2080022045, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 145629447, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 3090583312974, + "rshares": 9312838888, + "voter": "geke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 58872150, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 328506462, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 816247325, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3148452832, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3265353380, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 5259635281, + "rshares": 161088760, + "voter": "coolbeans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152583895, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 661594893232, + "rshares": 1189733771, + "voter": "jimitations" + }, + { + "percent": "10000", + "reputation": 660168773660, + "rshares": 1618229036, + "voter": "slammr76" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

\n

Bitcoin hardware wallets make safely storing your coins a breeze.  They are more durable than paper wallets, while also giving you some added benefits.  Let's take a look at the two that I own and which one I prefer:

\n

Ledger Nano

\n

Ledger recently came out with the Nano S.  I don't have this wallet, but it is essentially a Nano with the added benefit of a screen along with a couple buttons.  This makes the device more secure, while also making it more usable.

\n

I own the Nano and I like it's interface.  Ledger installs an extension so that you can access your wallet:

\n

\n

Logging-in can be an issue, as if you enter the wrong pin number three times, you will need to use the recovery seed in order to reactivate the USB.  This does not have to be done consecutively, either.  I noticed that I would tend to \"fat-finger\" my log-in occasionally, and ended up needing to recover my Nano a couple times.  I do not like this aspect of the Ledger, as it would seem to potentially expose my keys more than I would like.

\n

If you can over-look that one potential annoyance, there is a lot of value to be had for around $30.  A variety of Ledger Wallets are available on Amazon, OpenBazaar, and through Ledger's store directly.  The Nano S runs for about $65 and seems to be worth it, if you want to spend a little extra.

\n

I also have the HW.1, which is a cheaper alternative, but I would not really recommend it, as it does not feel very durable.  They're OK for a first wallet, but I'd just take that first step up to a Nano at the very least.

\n

Bitcoin Trezor

\n

The Trezor can be accessed directly through your web browser.  No pin is needed to view the current state of your wallet, if you choose to \"remember\" it, when the option prompts you.

\n

The interface is just as simple as Ledger, although it is laid out a little differently:

\n

\n

You can see that under My Trezor there are multiple accounts set-up.  This allows Jess and I to have things like long-term and short-term savings, trading accounts, mining accounts, and more.  These can all be labeled through DropBox, but I am too lazy for that.

\n

You can also see that I have an additional Trezor saved, so I can keep an eye on Jessica's family's bits.  It also gives us the option to send them some from time to time without having to email them for a new address.

\n

When you send Bitcoin from your Trezor you will first be pleasantly surprised with the layout:

\n

\n

Fees are selectable, so if you aren't in a rush, you can save a little during peak times.  You can also select the arrow under the amount field.  This will send the maximum amount from that wallet, without having to calculate the fees manually.

\n

When you enter your pin to access the Trezor, you don't hit any numbers.  A screen pops up that looks like a tic-tac-toe box on your browser.  You then look at the Trezor, as it will then randomly generate the location for each number.  You then select your pin number by clicking the boxes that correspond to the numbers on your Trezor.

\n

This makes the Trezor very secure, as no one can actually see your pin, even if your computer is compromised, while your keys never leave your wallet.  You authenticate the transaction through the Trezor to ensure that the amount and the address you are sending to is accurate.  This takes a couple steps to help prevent mistakes.

\n

Trezor also allows integration with multiple other cryptocurrencies, and most recently added features to integrate with GitHub.  There are many additional uses available and actively getting developed that are well worth looking into.

\n

At $99, the Trezor is certainly more expensive than Ledger's products, but from my experience, the extra money is worth it.  The Trezor is available on OpenBazaar, Amazon, and through SatoshiLabs.

\n

Alternatives and Add-ons

\n

Recovery seeds are very important with each wallet, as they are your only hope if anything were to ever happen to your wallet.  I recently got a CryptoSteel to secure my keys in the event of a fire.  While not essential, I feel that it is a good \"add-on\" as your wallet starts to get more full.

\n

Keep Key recently announced Shapeshift.io integration. This is very appealing, as one could hop between coins directly on their hardware wallet.  It's priced at $99, just like the Trezor, and may be something for me to consider trying at some point down the road.  I don't have a need for it now, but I always like trying out new crypto gear.

\n

Open Dime is a newer hardware wallet, that is actually disposable.  It's meant to be used like cash, so you hand someone physical Bitcoin for your transactions.  When they want to redeem their coins, they simply snap a piece of the thumb drive off, enabling the private keys.  Now, bits can be sent wherever you'd like, but the device is no longer as reusable.  It's an interesting concept.

\n

Piper Paper Wallet is an offline paper wallet printer.  I actually bought one and use it every now and again to help explain or give away bitcoin.  It works by simply pressing the button after it warms up.  You can either save the generated keys on the device or you can have it forget them.  I find that by demonstrating Bitcoin through it, people find some of the foreign concepts to be easier to understand.

\n

There are others in the works and the space is certainly worth keeping an eye on.

\n

Conclusion

\n

I pretty much stopped using my Ledger wallets once I got my Trezor.  I still use them occasionally for various reasons, but Trezor is my wallet of choice.  The benefits are simply too much to deny.

\n

If you are just getting into Bitcoin and crypto through Steemit, then I would recommend starting with one of Ledger's cheaper models.  If you are thinking more long term then I'd look at the Ledger Nano S, the Trezor, or the KeepKey.

\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension   

\n", + "body_length": 8656, + "cashout_time": "2016-09-21T18:17:00", + "category": "hardwarewallet", + "children": 3, + "created": "2016-09-14T18:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hardwarewallet\",\"bitcoin\",\"steemitreview\",\"ledger\",\"trezor\"],\"users\":[\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/v/l/t1.0-0/s480x480/14355513_174587702979220_2163062015947275969_n.jpg?oh=7d31ee7531f710bca7502c8a0e7d71ee&oe=58863D45\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-0/p320x320/14264167_174550712982919_2576221478595384626_n.jpg?oh=fc4c9f3be395fc72a085cd53e1a131fb&oe=587820E3\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14324529_174550709649586_6524331783296515677_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14324685_174550706316253_5011472131786940118_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"https://www.ledgerwallet.com/\",\"https://www.amazon.com/ledger/b/ref=bl_dp_s_web_13973817011?ie=UTF8&node=13973817011&field-lbr_brands_browse-bin=ledger\",\"https://duosear.ch/?q=ledger%20wallet\",\"https://www.ledgerwallet.com/products\",\"https://bitcointrezor.com/\",\"https://blog.trezor.io/secure-two-factor-authentication-with-trezor-u2f-e940fd5a60af#.c6hvi8642\",\"http://satoshilabs.com/news/category/news/\",\"https://duosear.ch/?q=trezor\",\"https://www.amazon.com/TREZOR-The-Bitcoin-Safe-Black/dp/B00R6MKDDE\",\"http://satoshilabs.com/trezor/\",\"http://cryptosteel.com/\",\"https://www.keepkey.com/\",\"http://themerkle.com/keepkey-hardware-wallet-adds-multicurrency-and-shapeshift-support/\",\"https://opendime.com/\",\"http://cryptographi.com/\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:17:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 918387206206, + "parent_author": "", + "parent_permlink": "hardwarewallet", + "pending_payout_value": "0.243 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-hardware-wallets-trezor-vs-ledger-nano-and-hw-1-review", + "post_id": 1245614, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Hardware Wallets - Trezor vs Ledger Nano and HW.1 [Review]", + "title": "Bitcoin Hardware Wallets - Trezor vs Ledger Nano and HW.1 [Review]", + "total_payout_value": "0.000 HBD", + "url": "/hardwarewallet/@derekareith/bitcoin-hardware-wallets-trezor-vs-ledger-nano-and-hw-1-review" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30984805998710, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2559800098919, + "voter": "simpson" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3813859713572, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2047223484288, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2004786189407, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22380387724, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1647743691100, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 11952072129, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456014698436, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452581182868, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604379265597, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3051468026442, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172425532, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 644214060825, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620176259, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5801180271602, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9885238701, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 129072854674, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734949215, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 283870546543, + "voter": "chitty" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 57620730214, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491373437412, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1701784178, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81778714071, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 13752095053, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17261934755, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1231622449650, + "voter": "gavvet" + }, + { + "percent": "947", + "reputation": 12382143533351, + "rshares": 74895613995, + "voter": "eeks" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122131554, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1470967346, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 32222672602, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154176120, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329703363864, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668092005, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566173155528, + "voter": "nanzo-scoop" + }, + { + "percent": "7000", + "reputation": 15755437221598, + "rshares": 20911983054, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836661585, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47422549796, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173801544007, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268835102, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 98187692648, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060865332, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3041764424, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218555785, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10526447163, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206780767857, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1017325955264, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58166646408, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48232508864, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 65822998783, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 1368134393, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255300970, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692769829346, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400789268496, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410428758, + "voter": "applecrisp" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95292370, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563706981359, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177272136, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15785472850, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678961232, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5817938928, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113980811931, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192201156056, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 3354531570, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 43519503289, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 7049670897, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77687761005, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32091347074, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187187538, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275268762, + "voter": "ladyclair" + }, + { + "percent": "7000", + "reputation": 17405459234693, + "rshares": 45128617772, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3715415813, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19970583080, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179659237181, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69468529171, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3214941985, + "voter": "orly" + }, + { + "percent": "7000", + "reputation": 4066839697461, + "rshares": 6115396814, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5058395398, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "7000", + "reputation": 2906973892, + "rshares": 162673287, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14213169126, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2596775651, + "voter": "romel" + }, + { + "percent": "7000", + "reputation": 675716972978, + "rshares": 161212293, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "7000", + "reputation": 8017093633272, + "rshares": 11900811810, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101951550, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8827814106, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11698403373, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99758482, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14611537564, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107690687, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11096604868, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 266553559093, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8747877603, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 919997529, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 53422039244, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45693099664, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2620486879029, + "rshares": 6212786573, + "voter": "arcange" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 32706346652, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15372127952, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 159279229344, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310044488, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7778865492, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3505512105, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77972783029, + "voter": "thylbom" + }, + { + "percent": "7000", + "reputation": 4603449402273, + "rshares": 3077413097, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756297830, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31921025901, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5021648860, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7985566630, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841586674, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 441332323, + "voter": "meteor78" + }, + { + "percent": "7000", + "reputation": 6570213787, + "rshares": 82341369, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736201261, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 102849042111, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206059171, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6075445152, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 16180317890, + "voter": "lemooljiang" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543660684, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634074071, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32481776119, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404596499, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298243810, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1027334751, + "voter": "pakisnxt" + }, + { + "percent": "8600", + "reputation": 10137266406870, + "rshares": 14016110669, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 9904971006, + "voter": "dumar022" + }, + { + "percent": "7000", + "reputation": 4835227647717, + "rshares": 1916635759, + "voter": "merej99" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116361358603, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 146176741718, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24551995771, + "voter": "laoyao" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37199220172, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233156860079, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8960257392, + "voter": "flysaga" + }, + { + "percent": "7000", + "reputation": 97328985094, + "rshares": 4049849087, + "voter": "brendio" + }, + { + "percent": "948", + "reputation": 1751717743, + "rshares": 2082691194, + "voter": "gmurph" + }, + { + "percent": "5700", + "reputation": 1038813018744, + "rshares": 4459465477, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 83820715297, + "voter": "timsaid" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51506635420, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186662893, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 4650618263, + "voter": "kurtbeil" + }, + { + "percent": "7000", + "reputation": 1685450515149, + "rshares": 2009480430, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125219018460, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 181068621942, + "voter": "terrycraft" + }, + { + "percent": "7000", + "reputation": 229682900271, + "rshares": 72788549, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6251179208, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5935556188, + "voter": "oflyhigh" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4027797378, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2118044390, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2951808169, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8062519315, + "voter": "theconnoisseur" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8344679867, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6216945246, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 4539446626, + "rshares": 63323836, + "voter": "shafutinsky" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3769689355, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89188661277, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249406646, + "voter": "njall" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546698360, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005426994, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 27464820248, + "rshares": 127294716, + "voter": "thegoldencookie" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 87403351221, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3106674514, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824715558, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86340173624, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 3041991533, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8673217231, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3010467304, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 61547544064, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580247182, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 763779138, + "voter": "dajohns1420" + }, + { + "percent": "9000", + "reputation": 3144994876819, + "rshares": 4663757003, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 75737751, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2080022045, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 135018071312, + "rshares": 256901716, + "voter": "blackeyed" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1652122829, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624641270, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "100", + "reputation": 66311335718, + "rshares": 2135264840, + "voter": "roy2016" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 145629447, + "voter": "rusla" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20841794051, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15223344541, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5556097079, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3628292417, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3079499780, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679272966, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 836098600, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3006957573, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2615973485, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5898903639, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21721575598, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366758906, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5610795642, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 328506462, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346755289, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 111137608, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11803867796, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709628088, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 57373409, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 271380763884, + "rshares": 176586448, + "voter": "natord" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607671121, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 171200715, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 149130097, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149123370, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 408141953, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148337519, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148308392, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147864891, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147806968, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147559003, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150661966, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 147475911, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155522158, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28918197321, + "voter": "goldmatters" + }, + { + "percent": "7000", + "reputation": 584475717, + "rshares": 53010746, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83470968, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67690648, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73837045, + "voter": "gifts" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Florida Lake had a Swimming PooL Complex Next to it , you could go in walk upstairs , where there was a long Balcony around it. and a Cafe where you could purchase refreshments. A lot of the Guy's would hang around on the Balcony where you had a good view of the Lake and the \"wildlife\" tanning around the pool. I pretty much knew most of the people who hung around there. One day I noticed 2 Girls I had never seen before, as I later found out Sister's, the taller one was a Redhead, very striking in appearance. I asked if anyone knew them, one Guy said he did , asked him to introduce me to them, so downstairs we go.\n\nThis did not go as I imagined\n-\n...she looked me up and down , \"Hello\",sort of almost sneered at me and went on chatting to her Sister, I was mortified ( did I mention I have the Gift of the Gab, and was pretty popular among the Ladies?) Luckily at that moment Mary( I think), held a Coldrink over the railing upstairs ,saying she had bought it for me ( saved a bit of face here).\n\nThe Redhead was Chris and her Sister (Brunette) Elize,A few days later Chris came upstairs at the Lake to come and speak with a Guy sitting near to where I was located, I could not help staring, She did not walk, she glided like a cat, I have never seen better legs than Chris's , and (in my mind) whoever designed the Bikini, obviously had her in mind. I now understand where \"Took my Breath away\" actually comes from! I literally stopped breathing for a while ( I obviously started again as not breathing can be hazardous to your Health)\n\nI was at one of these Sessions that I have previously mentioned , when walking up to me comes Robert L ( generally considered the toughest Guy in town) with Chris in tow , \"Here you go.\" puts her hand in mine, \"She's crazy about you\". Both pretty speechless after that kind of intro! I was 21 at this time, she was 17, we started going steady ,and still spent a lot of time at the pool where we first met, as well as going to sessions and clubs.\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/al1_zpsezvwpihq.jpg\n\nHer Mother, invited me to Sunday lunch one weekend ,and I pretty much turned up every Sunday thereafter!\n-\nWent down to Durban in my Famous Volkswagen Beetle and stayed with my Aunt and Uncle who had a house on the Bluff, told Chris I was falling in love with her.\n\nTried to teach her to drive in the Beetle , not easy as it had a \"Hair Trigger Throttle\" ( a mod I had to do to get both chokes on the Weber to open) This would cause smoking of tyres and skidding sideways as you pulled away if you were not gentle, she wasn't!.\n\n Greg P ( who I have mentioned in another post) was running a Jewellery store in Eloff st JHB. We went to see him about an engagement ring.\n\n We were married on the 10th of July 1971, four days before my Birthday , Chris was 20 and I was 23,\n I did not have a White Horse, but I had found my Beautiful Princess!\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/al3_zpsujn0njrq.jpg", + "body_length": 2971, + "cashout_time": "2016-09-21T18:11:09", + "category": "family", + "children": 13, + "created": "2016-09-14T18:11:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"family\",\"life\",\"stories\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/al1_zpsezvwpihq.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/al3_zpsujn0njrq.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:11:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68571223852144, + "parent_author": "", + "parent_permlink": "family", + "pending_payout_value": "259.799 HBD", + "percent_hbd": 10000, + "permlink": "chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author", + "post_id": 1245561, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "title": "Chronicles of Alan: Love of my life , Chris (featuring @awgbibb as author)", + "total_payout_value": "0.000 HBD", + "url": "/family/@gavvet/chronicles-of-alan-love-of-my-life-chris-featuring-awgbibb-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 446491524573, + "rshares": 55453018357, + "voter": "fminerten1" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480536669381, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30984805998710, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231743550117, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3813859713572, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2104090803296, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2004786189407, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6595628182769, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1107042265479, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22856566186, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950263342429, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 502007675942, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1647709253435, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456014698436, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604379265597, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3119278427030, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172425532, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665687862852, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88486705950, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 425489337, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 27116552935, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8772917394, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22319781467, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756410360, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1620176259, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5801022414037, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437898416281, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 443068373154, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9885238701, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 131761872479, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734949215, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290178169523, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 122471266388, + "voter": "linouxis9" + }, + { + "percent": "8000", + "reputation": 9469162, + "rshares": 67498569680, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109751976, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1701784178, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 13752095053, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 6642782513, + "rshares": 1823700810, + "voter": "gaba" + }, + { + "percent": "10000", + "reputation": 6750806281574, + "rshares": 97679156123, + "voter": "juanlibertad" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16902311114, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 8207470430, + "voter": "cryptorune" + }, + { + "percent": "989", + "reputation": 12382143533351, + "rshares": 74895595871, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83857155533, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5883869384, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31712555766, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 33832613632, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329703363864, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668092005, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566173155528, + "voter": "nanzo-scoop" + }, + { + "percent": "5200", + "reputation": 15755437221598, + "rshares": 15683987291, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 174553130508, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48608113541, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 173801544007, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 98187692648, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603504885047, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060865332, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6083528848, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2218555785, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41827149525, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1040976670262, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58166646408, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 48232508864, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 254890876874, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24894216743, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 33031508450, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13520406989, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409139044923, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410428758, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 266258760080, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383450457729, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56684040996, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55934146424, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563706981359, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177272136, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257516084561, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678946129, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32185101127, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 177548777620, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5817938928, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113980811931, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 197540077057, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 13821321667, + "rshares": 755955223, + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 79414155694, + "voter": "emily-cook" + }, + { + "percent": "3300", + "reputation": 3509662488161, + "rshares": 9489229628, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32091347074, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15411094550, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187187538, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34690080078, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 497689345, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38021693759, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47411904934, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17556851512, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69632008199, + "voter": "bacchist" + }, + { + "percent": "5200", + "reputation": 17405459234693, + "rshares": 32978605295, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174526116118, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69468529171, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3214941985, + "voter": "orly" + }, + { + "percent": "5200", + "reputation": 4066839697461, + "rshares": 4586547610, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5058395398, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24863029935, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122434530349, + "voter": "robrigo" + }, + { + "percent": "5200", + "reputation": 2906973892, + "rshares": 123237339, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15228381898, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25553277718, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7077400484, + "voter": "futurefood" + }, + { + "percent": "5200", + "reputation": 675716972978, + "rshares": 122130525, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150608213420, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 754082458, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 23621173825, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 167275177197, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5531522754, + "voter": "on0tole" + }, + { + "percent": "5200", + "reputation": 8017093633272, + "rshares": 8925608858, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2429413332, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17569170284, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4823279956, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11698403373, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 32982730690, + "voter": "toxonaut" + }, + { + "percent": "5200", + "reputation": 0, + "rshares": 52254443, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14611537564, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 20295513598, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107690687, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55453201593, + "voter": "shark" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6266740248, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 266553559093, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8747877603, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 476670464, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 919997529, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 91880040489, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44550772173, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33728210656, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 91938017, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1649084795, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15064685393, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24415382952, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2884751169, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 160027384849, + "voter": "opheliafu" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4310044488, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355126724289, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3505512105, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 14612224871, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77972783029, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355524755, + "voter": "bones" + }, + { + "percent": "5200", + "reputation": 4603449402273, + "rshares": 2308059822, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 164633658481, + "rshares": 69127856745, + "voter": "squirrellywrath" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756297830, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30856991704, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4296225297, + "voter": "vapekings14" + }, + { + "percent": "10000", + "reputation": 232725183972, + "rshares": 59873660635, + "voter": "ramblin-bob" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841586674, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019434326075, + "voter": "james212" + }, + { + "percent": "5200", + "reputation": 6570213787, + "rshares": 61167874, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31582804844, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736201261, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877477865, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24292114763, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206059171, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6231225797, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 193508285, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 923420861, + "voter": "happyphoenix" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543660684, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634074071, + "voter": "curator" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32481776119, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365579930, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3750359157, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 5993814463, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249353130, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3696506212, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 118701079172, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 104284207, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 6690483057, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 131890231746, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 973098459, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 53625319360, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298243810, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1007190932, + "voter": "pakisnxt" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6519151447, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 9724377592, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "5200", + "reputation": 4835227647717, + "rshares": 1437476819, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1116361358603, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24020626157, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24535386306, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24544058590, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24551995771, + "voter": "laoyao" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 37199220172, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233156860079, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8960257392, + "voter": "flysaga" + }, + { + "percent": "5200", + "reputation": 97328985094, + "rshares": 2993366717, + "voter": "brendio" + }, + { + "percent": "989", + "reputation": 1751717743, + "rshares": 2082691194, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51506635420, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186662893, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 14379798074, + "rshares": 527458962, + "voter": "marinaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54358037, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24539525603, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24537013181, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24534080382, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24530098576, + "voter": "laonie7" + }, + { + "percent": "5200", + "reputation": 2021353867281, + "rshares": 2491384516, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24526507450, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24523766631, + "voter": "laonie9" + }, + { + "percent": "5200", + "reputation": 1685450515149, + "rshares": 1507110322, + "voter": "steemleak" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 125219018460, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21532364480, + "voter": "jphamer1" + }, + { + "percent": "5200", + "reputation": 229682900271, + "rshares": 54591412, + "voter": "bigsambucca" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6251179208, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5935556188, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226707993, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 62525016, + "voter": "nickche" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4139680638, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12958625592, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2355623843, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076514108, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2951808169, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8344679867, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 73666263, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3851639124, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2798458785, + "rshares": 63437792, + "voter": "tommycordero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89188661277, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54857117, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546698360, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6789702339, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005426994, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9443470643, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60219243, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 755469116733, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90134705947, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 2051850885932, + "rshares": 4886693377, + "voter": "mindfreak" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824704080, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 8060256204, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13281085924, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3414196870, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 7576386694, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24517458061, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982344640, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 51998118, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 92895290035, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1964812271, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29733739166, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8853687232, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3071905413, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 62829695755, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 6522837445845, + "rshares": 5568836556, + "voter": "lily-da-vine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 763779138, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2128573690, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5277409240, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2020871067, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112930480447, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13399203869, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 79831683, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 60022998820, + "rshares": 3775602813, + "voter": "obivankenobi" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4899042813, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23656839672, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1688038542, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 7018922225, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3707371657, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624641270, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 187911420, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 163833128, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54593924, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 12999461559, + "voter": "ghasemkiani" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 20841794051, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4656328113, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15223344541, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708921137, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56509248, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3079499780, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679272966, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 852820572, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 633563845, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1067000528, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 4937905903933, + "rshares": 9477523955, + "voter": "shammyshiggs" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2615973485, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6024412227, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 689550675, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341112070, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395994465553, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63519834123, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21721575598, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620984007, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1339423728, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5610795642, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 81850529, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 56196143, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2127226372, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 328506462, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346755289, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 113405722, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 218488504, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832905434, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11803867796, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52614987, + "voter": "dulcio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709628088, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51468522, + "voter": "catkill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 58594120, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607671121, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691998409, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1388766327, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 152303077, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152296208, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158044626, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151493636, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151463890, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151010953, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150951797, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150698556, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150661966, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 150613696, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156820977, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156227917, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 28918197321, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 77956980, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86562486, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76913589, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91120780, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 178722423, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 19861345374, + "rshares": 916421185, + "voter": "thirstyrecords" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 132935425, + "voter": "newsfeed" + } + ], + "author": "charlieshrem", + "author_reputation": 50326964582800, + "beneficiaries": [], + "body": "[![2014-02-01 18.23.38.jpg](https://s22.postimg.org/ky4d4nfxt/2014_02_01_18_23_38.jpg)](https://postimg.org/image/4acv25l65/)\n\nOften I write music to deal with my emotions. \n\nThe day after I was arrested and split up with Courtney, I wrote this song and recorded myself singing it.\n\nI wrote this in my journal: \n\n*I\u2019m sitting in my bedroom, here in the basement of parents\u2019 house. Alone with our dog, Ruby. She\u2019s a Shih, Tzu. You know, that small yappy breed with long hair and eyes like Igor in Young Frankenstein. Every so often, Ruby sniffs my foot and tugs my ankle bracelet. It\u2019s not the kind my dad manufactures in his jewelry business. My bracelet beeps when the batteries go low. It\u2019s beeping now. Ruby hates the noise. She\u2019s barking like crazy, attacking my foot. I better recharge before the Feds get angry. I lost my company. Then, I got strip-searched in JFK and lost my freedom.*\n\nI'm not the best of singers, but I hope you enjoy ! \n\nDownload: https://www.dropbox.com/s/5v080hwwtwnai1b/FlippinOut2.mp3\n\n'Free Shrem' T-Shirt below can be purchased here: http://www.7bucktees.com/shop/free-charlie-shrem-t-shirt/ \n\n>Tell me if I'm wrong, but it happens a lot\nThey get scared at things once they get hot\nWe now know it's a recurring theme\nWhat happened to the American dream ?\nI turned around to see what that could be ?\nNext thing that happens I'm a detainee, agents\nAnd they yell and shriek\nNow I haven't seen my girlfriend\nIn one whole week\n\n>I start to think that things are looking bad\nIn prison they gave me a writing pad\nHere comes my legal team, they're set ting bail\nPlease god help, I'll never survive in jail\nAnd now I'm thinking that I'm fed to sharks\nAgainst the wall, yeh they are throwin darts, fear\nAnd maybe sadness too\nNow let me take a good look at you!\n\n>I'm flipping out\nAnd my parents are sweating bullets\nI'm flipping out\nAnd my I'm counting down the minutes.\n\n>From the early on, Bitcoin was on the frontier\nWe decided to change the way we've lived for thousands of years\nWe fought with experts that they're incorrect\nWell what fees and middlemen, and a little respect?\nI ask the judge \"Am I ever going home?\"\nBut he just looks and says you should have known\nBecause laws, are here to protect our freedom\nI got my axe and spear and shield to fight in the coliseum\n\n>No more parties, I'm banned from cities\nNo more court and work, can it get more shitty\nNow its only friends and the neighbroohod guys\nTo go outside I must call the FBI\nI'm going crazy, yeh I'm on my way\nJust gotta learn all those crash phrases that I'll need to say\nLike Bitcoin, and I love you\nCause I know if I don't say it we won't get through!\n\n>I'm flipping out\u2026\nAnd I never shave my face\nCause I'm too scared of this case\nAnd I'll never take a shower\nCause in prison being large is power\nAnd my parents are sweating bullets\nAnd my I'm counting down the minutes.\nAnd my parents are sweating bullets\nAnd my I'm counting down the minutes.\nAnd my parents are sweating bullets\nAnd my I'm counting down the minutes.\nAnd now I'm starting to choke\nHey! I wish for just one more toke\n\nThis song is based on Flippin Out by Blue Fringe \n\n[![2014-01-31 15.39.05.jpg](https://s12.postimg.org/40nmqkdjx/2014_01_31_15_39_05.jpg)](https://postimg.org/image/pab91etuh/)", + "body_length": 3259, + "cashout_time": "2016-09-21T18:07:15", + "category": "music", + "children": 8, + "created": "2016-09-14T18:07:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"life\",\"bitcoin\"],\"image\":[\"https://s22.postimg.org/ky4d4nfxt/2014_02_01_18_23_38.jpg\",\"https://s12.postimg.org/40nmqkdjx/2014_01_31_15_39_05.jpg\"],\"links\":[\"https://postimg.org/image/4acv25l65/\",\"https://www.dropbox.com/s/5v080hwwtwnai1b/FlippinOut2.mp3\",\"http://www.7bucktees.com/shop/free-charlie-shrem-t-shirt/\",\"https://postimg.org/image/pab91etuh/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T18:13:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 78424906488601, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "350.720 HBD", + "percent_hbd": 10000, + "permlink": "steemit-exclusive-flippin-out-original-song-i-wrote-on-house-arrest-by-charlie-shrem", + "post_id": 1245515, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Exclusive: Flippin Out: Original Song I wrote on House Arrest by Charlie Shrem", + "title": "Steemit Exclusive: Flippin Out: Original Song I wrote on House Arrest by Charlie Shrem", + "total_payout_value": "0.000 HBD", + "url": "/music/@charlieshrem/steemit-exclusive-flippin-out-original-song-i-wrote-on-house-arrest-by-charlie-shrem" + }, + { + "active_votes": [ + { + "percent": "57", + "reputation": 12382143533351, + "rshares": 14979079602, + "voter": "eeks" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060865332, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4273860701, + "voter": "andre-ager" + }, + { + "percent": "62", + "reputation": 1751717743, + "rshares": 416537332, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10280070888, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 143501453, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

Here are a few quizzes on the Mandela Effect and the Toto Effect. The Mandela Effect is when there is a difference between the memories of groups of people and recorded history for simple things like movie quotes and titles of books/movies or spellings of words. The Toto effect is when people remember more tangible things being different like History, Religion, Geography, and physical products very differently than recorded history. You may find that when you can look at a series of examples that the world around you is very different than you remember. 

\n

Here\u2019s the short quiz: http://www.quiz-maker.com/QYN1BOG 

\n

Here\u2019s a quiz used in a scientific study: http://www.quiz-maker.com/QRVR3A 

\n

Here\u2019s the quiz that covers the most topics: http://www.quiz-maker.com/Q6G9ZLT Will you please take one or more of these quizzes? 

\n

If you are interested in the results of the scientific study the written notes are available here: http://s3-ap-southeast-2.amazonaws.com/lmhstore/wp-content/uploads/2016/09/14142037/Mandela-effect-25000-response-Final-1.pdf and a youtube summary is available here:

\n

 https://www.youtube.com/watch?v=oe65g0K8ePc  

\n", + "body_length": 1727, + "cashout_time": "2016-09-21T17:41:18", + "category": "mandelaeffect", + "children": 0, + "created": "2016-09-14T17:41:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mandelaeffect\",\"life\",\"religion\",\"science\",\"philosophy\"],\"image\":[\"https://img1.steemit.com/0x0/http://ichef.bbci.co.uk/wwfeatures/wm/live/1280_640/images/live/p0/3x/sw/p03xsw49.jpg\",\"https://img.youtube.com/vi/oe65g0K8ePc/0.jpg\"],\"links\":[\"http://www.quiz-maker.com/QYN1BOG\",\"http://www.quiz-maker.com/QRVR3A\",\"http://www.quiz-maker.com/Q6G9ZLT\",\"http://s3-ap-southeast-2.amazonaws.com/lmhstore/wp-content/uploads/2016/09/14142037/Mandela-effect-25000-response-Final-1.pdf\",\"https://www.youtube.com/watch?v=oe65g0K8ePc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:41:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31153915308, + "parent_author": "", + "parent_permlink": "mandelaeffect", + "pending_payout_value": "0.007 HBD", + "percent_hbd": 10000, + "permlink": "exploring-the-mandela-effect-s1e2-25-000-respondent-quiz-results-video-and-83-page-paper", + "post_id": 1245204, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela Effect S1E2- 25,000 respondent quiz results video and 83 page paper.", + "title": "Exploring the Mandela Effect S1E2- 25,000 respondent quiz results video and 83 page paper.", + "total_payout_value": "0.000 HBD", + "url": "/mandelaeffect/@aggroed/exploring-the-mandela-effect-s1e2-25-000-respondent-quiz-results-video-and-83-page-paper" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494659336640, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3965981744370, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88481398275, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1669241692, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290164272296, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 33027075212, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566112813291, + "voter": "nanzo-scoop" + }, + { + "percent": "3300", + "reputation": 15755437221598, + "rshares": 9802478462, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178486897147, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268835102, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060806418, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49532714846, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16229148236, + "voter": "samether" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 32418348842, + "voter": "ratel" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202870548389, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 3151226626, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 7362989603, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 79414155694, + "voter": "emily-cook" + }, + { + "percent": "3300", + "reputation": 17405459234693, + "rshares": 22564301031, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71637984978, + "voter": "rubybian" + }, + { + "percent": "3300", + "reputation": 4066839697461, + "rshares": 3057698407, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45472681632, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373829969050, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15673850323, + "voter": "yogi.artist" + }, + { + "percent": "3300", + "reputation": 2906973892, + "rshares": 78871896, + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 675716972978, + "rshares": 78163536, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150608213420, + "voter": "derekareith" + }, + { + "percent": "3300", + "reputation": 8017093633272, + "rshares": 5950402280, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101948831, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4634131722, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 14826352016829, + "rshares": 36696313719, + "voter": "diana.catherine" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 847366145, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7162435093, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33726974557, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542831344, + "voter": "poseidon" + }, + { + "percent": "3300", + "reputation": 4603449402273, + "rshares": 1538706548, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 34883689900, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 27988491601746, + "rshares": 47927581010, + "voter": "marius19" + }, + { + "percent": "10000", + "reputation": 1624945721527, + "rshares": 5378036044, + "voter": "bbrewer" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33382683917, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15058010626, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1920634870, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 145072808470, + "voter": "shaka" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6276569291, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 9162304705, + "voter": "sykochica" + }, + { + "percent": "3300", + "reputation": 4835227647717, + "rshares": 958317879, + "voter": "merej99" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1180088299821, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 9995923586884, + "rshares": 22815465886, + "voter": "amy-goodrich" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38526554671, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239623893189, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9202059135, + "voter": "flysaga" + }, + { + "percent": "3300", + "reputation": 97328985094, + "rshares": 1936884346, + "voter": "brendio" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52935296109, + "voter": "midnightoil" + }, + { + "percent": "3300", + "reputation": 2021353867281, + "rshares": 1660923011, + "voter": "kurtbeil" + }, + { + "percent": "3300", + "reputation": 1685450515149, + "rshares": 1004740215, + "voter": "steemleak" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132368455216, + "voter": "xiaohui" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6403355147, + "voter": "elfkitchen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251391692, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1891589053, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1155724577, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12645491963, + "voter": "cristi" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569878821, + "voter": "xianjun" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561462512, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 89757322523, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 92865547081, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10341757518, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8853687232, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 149987423, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 10014548178, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 764874009, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 143501453, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 953344136574, + "rshares": 1250644545, + "voter": "kreet" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 565990191435, + "rshares": 235662499, + "voter": "lapilipinas" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1717578271, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155697852, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 2407809, + "rshares": 154099793, + "voter": "unterhd6" + } + ], + "author": "mammasitta", + "author_reputation": 5571311902261, + "beneficiaries": [], + "body": "\n

Human & God - Human & Human - Human & Nature - Tri Hita Karana, A concept of Life Philosophy.

\n

Source - Photocredit 

\n

                                       

\n

This story is dedicated to a friend, musical adventurer, global spiritualist and producer extraordinair, unforgettable Cheb I Sabbah, in memory of his visit at The Rice Paddies in Bali. \u201cChebiji\u201d as he was affectionately known passed away November 6, 2013 at the age of 66. 

\n

In those interesting 16 years I am living in Bali, I got to know and hear about many Gods & Goddesses but Dewi Sri, Goddess of Prosperity, also called Shridevi, associated to the Hindu Goddess Lakshmi is one I got to like quite a lot and I will explain why. 

\n

One of Sundanese mythology tell the story of Dewi Sri and the origin of rice, the food of the regions and some believe that she has the dominion of the moon and the underworld.

\n

Photo by Andrea Torelli for my onARTBali Project

\n

Fertility & Prosperity

\n

Dewi literally means Goddess and its also the name of many girls here in Bali, the Goddesses of their usually large families. Having many healthy children means true wealth. The Balinese certainly love children and they have plenty of them to prove it.

\n
Source onARTBali.com  Fertility of people, land and livestock is the constant focus of art and rituals. Spiritual harmony and a confirmation of the balance of human activities and nature. Grains of rice, herds of water buffalo, and many healthy children are the manifestations of prosperity. Their abundance is evidence of the blessing of the ancestors, and the tangible and symbolic outcome of the pairing of male and female elements that are fundamental features of the art of ancestral Southeast Asia. Imagery abounds alluding to the fecundity of ancestors in human form and of the domestic animals that SE-Asian communities depend on for food as well as blood sacrifices to ancestral deities and nature spirits.
\n

                                              

\n

A CONCEPT OF LIFE PHILOSOPHY 

\n

Balinese have a very unique traditional irrigation system which is called Subak, the famous traditional water management system defined by UNESCO as World Cultural Heritage

\n

The Subak System is a manifestation of the Tri Hita Karana, a concept of life philosophy. 

\n

                  

\n

Balinese live mostly from agriculture industry and therefore they worship their beloved Goddess of rice and prosperity, once a month they celebrate her and give a special place in their fields and temples. Rice is Indonesia's most important food and accompanies every, usually quite simple meals. 

\n

Nash Campur ( mixed rice ) or Nasi Goreng ( fried rice ) are the most common delicious dishes you might have heard of before. Those who cannot afford rice must rely on an alternatives, such as soybeans and yams. 

\n

                                                     

\n

I found this beautiful, personal story on Tumblr and bookmarked it a while ago, somebody who was raised by an Indonesian Grandmother in San Francisco and I could not explain this better : 

\n
To live by Tri Hita Karana, begin by creating virtues of: Responsibility, Sensitivity to self and others (translates as compassion and forgiveness) and Gratefulness  
\n
Tri Hita Karana, which literally translates as the Three Causes to Prosperity, bringing about harmonious relationships: Human to God, Human to Human, and Human to Nature.
\n
This harmonious lifestyle includes maintaining the balance of the spiritual and physical worlds. It helps take ownership and responsibility for our: life, relationships, community and environment.
\n
In this, we create cause and effect in a circular fashion.
\n

The history of agriculture started in ancient times. Subak is the water management (irrigation) system for paddy fields which was developed thousands of years ago and it still exists until today. For the Balinese, irrigation is not simply providing water for the plant's roots, water is used to construct a complex artificial ecosystem.

\n
The cultural landscape of Bali consists of five rice terraces and their water temples that cover 19,500 ha. The temples are the focus of a cooperative water management system of canals and weirs, known as subak, that dates back to the 9th century. Included in the landscape is the 18th-century Royal Water Temple of Pura Taman Ayun, the largest and most impressive architectural edifice of its type on the island. 
\n

Picture Source from Most beautiful temples around world

\n

                    

\n


\n
The subak system of democratic and egalitarian farming practices has enabled the Balinese to become the most prolific rice growers in the archipelago.( Source-UNESCO ) 
\n

During harvest, farmers celebrate in temple festivals, performing and dancing with traditional gamelan music. The Rice Harvest Festivals happen in various places in honor of the \u201cRice Goddess\u201d.  

\n

I always mention music in my stories and this time I would like to remember my dear friend and artist I booked for the Bali Spirit Festival 2010. 

\n

It was the last time I saw the one and only CHEB I SABBAH. RIP, my Dear friend! I will always remember our visit at the rice terrace together before the show and his tears telling us about his lost love. 

\n

            

\n


\n

He died of cancer 3 years after. He always wished to come back again but I could not make it happen anymore.

\n

             

\n

DEVOTION by Cheb i Sabbah

\n

                                                             

\n


\n

                                                      https://www.youtube.com/watch?v=fJafTwNqgKU

\n

Here is one more photo by Matthew Oldfield 

\n

Indonesian Contemporary and Rare Findings collected by Pak I Wayan Dupa for the past 5 decades. 

\n

                            

\n

Yours 

\n

Mammasitta's

\n

Art Network 

\n

www.onartbali.com

\n


\n", + "body_length": 10556, + "cashout_time": "2016-09-21T17:12:42", + "category": "art", + "children": 32, + "created": "2016-09-14T17:12:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"prosperity\",\"travel\",\"agriculture\",\"philosophy\"],\"image\":[\"https://s6.postimg.org/lj7nrct4x/Tri_Hita_Karana_Concept_for_Life.jpg\",\"https://s6.postimg.org/7n40t7m9t/Pasted_Graphic_14_2.jpg\",\"https://s6.postimg.org/li2bbogox/page9image3096.png\",\"https://s6.postimg.org/h8szvro1t/tri_hita_karana.jpg\",\"https://s6.postimg.org/x9q6mhbb5/IMG_6852.jpg\",\"https://s6.postimg.org/u2r1p41hd/PURA_TAMAN_AYUN_BALI_INDONESIA.jpg\",\"https://s6.postimg.org/oh97ysq69/27079_380899206863_3308841_n.jpg\",\"https://s6.postimg.org/dixygm1kx/27079_380899456863_8089161_n.jpg\",\"https://s6.postimg.org/xrlc2c0w1/27079_380899176863_2828513_n.jpg\",\"https://s6.postimg.org/yie28439d/27079_380899311863_3818357_n.jpg\",\"https://s6.postimg.org/nqbwf9yf5/a3571323958_16.jpg\",\"https://img.youtube.com/vi/fJafTwNqgKU/0.jpg\",\"https://s6.postimg.org/gkoqqkept/SYLV201208170127_new.png\"],\"links\":[\"http://pouring-heart.tumblr.com/post/60735197790/tri-hita-karana-a-balinese-philosophy-of-life\",\"http://www.sixdegreesrecords.com/cheb-i-sabbah/\",\"https://www.facebook.com/OnARTBali/\",\"http://onartbali.weebly.com/fertility--prosperity.html\",\"http://whc.unesco.org/en/list/1194\",\"http://www.baliaround.com/the-balinese-goddess-of-rice-and-prosperity/\",\"http://www.lonelyplanet.com/indonesia/pura-taman-ayun/sights/religious/pura-taman-ayun\",\"http://en.bookiraj.com/beautiful-temples-around-world/\",\"https://chebisabbah.bandcamp.com/album/devotion\",\"https://www.youtube.com/watch?v=fJafTwNqgKU\",\"https://steemit.com/onartbali/@mammasitta/meet-pak-wayan-the-unknown-balinese-icon-how-a-tour-driver-became-an-art-collector-of-indonesian-treasures\",\"http://www.mammasitta.net/issuu.html\",\"http://onartbali.weebly.com/gofundme.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T05:24:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9036485215228, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "6.597 HBD", + "percent_hbd": 10000, + "permlink": "a-concept-of-life-philosophy-fertility-prosperity-and-agriculture-indonesian-traditional-and-ancient-arts-onartbali-collection", + "post_id": 1244983, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Concept Of Life Philosophy - Fertility, Prosperity And Agriculture - Indonesian Traditional & Ancient Arts", + "title": "A Concept Of Life Philosophy - Fertility, Prosperity And Agriculture - Indonesian Traditional & Ancient Arts", + "total_payout_value": "0.000 HBD", + "url": "/art/@mammasitta/a-concept-of-life-philosophy-fertility-prosperity-and-agriculture-indonesian-traditional-and-ancient-arts-onartbali-collection" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 261787136527, + "rshares": 254396230272, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160958122304, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 465717138828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3187088827617, + "voter": "recursive" + }, + { + "percent": "5000", + "reputation": -296615780418, + "rshares": 622851064, + "voter": "mineralwasser" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 883716190, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437838089345, + "voter": "boatymcboatface" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 129517417242, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290164272296, + "voter": "chitty" + }, + { + "percent": "484", + "reputation": 12382143533351, + "rshares": 44937144545, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 33027075212, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 581838169216, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836395105, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178486897147, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268831476, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060794633, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59927751745, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49532714846, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16800754841, + "rshares": 361288776, + "voter": "meg4freedom" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 177548777620, + "voter": "thedashguy" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202870433572, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81140550383, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174527707979, + "voter": "asmolokalo" + }, + { + "percent": "5000", + "reputation": 1700182089209, + "rshares": 36904416504, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150608213420, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 135363706237, + "voter": "paco" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107686155, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 109932408114, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34748829460, + "voter": "creemej" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542831344, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 143329005, + "rshares": 238690018, + "voter": "durandal" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756218067, + "voter": "tarindel" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841221142, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543633496, + "voter": "proto" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33382672737, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15528413924, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 3224894234874, + "rshares": 16369296213, + "voter": "shapeshiftio" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3312991500, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298233236, + "voter": "taker" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1180087550796, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 150127464468, + "voter": "twinner" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38526545908, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239623759036, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15892401611, + "voter": "sunshine" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9202059135, + "voter": "flysaga" + }, + { + "percent": "486", + "reputation": 1751717743, + "rshares": 1249610185, + "voter": "gmurph" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52935273750, + "voter": "midnightoil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132368365780, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11282370272, + "voter": "ekitcho" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6403355147, + "voter": "elfkitchen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251391692, + "voter": "xiaokongcom" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569878821, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11289123627, + "voter": "borran" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561462512, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10858591607, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 6069258268, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1057083177, + "voter": "jjepic" + }, + { + "percent": "1000", + "reputation": 837791549130, + "rshares": 4530738687, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646493719, + "voter": "kev7000" + }, + { + "percent": "1000", + "reputation": 26215514, + "rshares": 4525243653, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 716739653, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1737088264, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 235434198, + "rshares": 52948298, + "voter": "alwayzgamez" + }, + { + "percent": "10000", + "reputation": 3493374201, + "rshares": 52562092, + "voter": "paxmagnus" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 365007180, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 74154890902, + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 200511066644, + "rshares": 135324063, + "voter": "creativeyoke" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": 121259976, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1772984022, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 665242395, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 313012868, + "voter": "thehellenic" + } + ], + "author": "shapeshiftio", + "author_reputation": 3224894234874, + "beneficiaries": [], + "body": "
\"Bitcoin.comGameBlog7b265.png\"
\n\nBitcoin.com has been a resource for the crypto-community for years now. Most recently, the site underwent a site re-design, coming back into action with Bitcoin Games. Users can now fund playing various games including poker, blackjack, roulette, craps and more with bitcoin. The Game store also launched allowing users to fund their accounts with dozens of blockchain assets due to Bitcoin.com's integration of the Shifty Button. \n\n
\"bitcoin_games_blackjack2650f.gif\"
\nThe ShapeShift Shifty Button allows websites that already accept one form of currency supported by ShapeShift to allow users to deposit any of the dozens of assets we support for payment with just a small snippet of code. Learn more about how Bitcoin.com Games integrated this to allow their users to having multiple deposit options to fund a blackjack game in this demo video: \n
", + "body_length": 1451, + "cashout_time": "2016-09-21T16:59:30", + "category": "games", + "children": 0, + "created": "2016-09-14T16:59:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"games\",\"bitcoin\",\"cryptocurrency\",\"poker\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/Bitcoin.comGameBlog7b265.png\",\"https://www.steemimg.com/images/2016/09/14/bitcoin_games_blackjack2650f.gif\"],\"links\":[\"http://bitcoin.com/\",\"https://games.bitcoin.com/\",\"https://info.shapeshift.io/tools/shifty-button\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:07:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11025816895185, + "parent_author": "", + "parent_permlink": "games", + "pending_payout_value": "9.257 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-com-accepts-dozens-of-digital-assets-for-game-site-credits", + "post_id": 1244871, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin.com Accepts Dozens of Digital Assets for Game Site Credits", + "title": "Bitcoin.com Accepts Dozens of Digital Assets for Game Site Credits", + "total_payout_value": "0.000 HBD", + "url": "/games/@shapeshiftio/bitcoin-com-accepts-dozens-of-digital-assets-for-game-site-credits" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260710210438, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 25647012189260, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 638901125000, + "voter": "microsoft" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35843513762002, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 3965847238948, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160958122304, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2051336446857, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5561563287431, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2497110250393, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22856566186, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6968855225504, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1690064643541, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 90531285677, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 11629043153, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 465717138828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 619851129648, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3187088827617, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 687138944802, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88480373389, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718337036, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437838089345, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10126037540, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2637264465876, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799730956946, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4940816573, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290164272296, + "voter": "chitty" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109739289, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1743253041, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 86998480960, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 10851471763, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14064642668, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9412685074, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16902311114, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1206487297616, + "voter": "gavvet" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 912630875588, + "voter": "cryptogee" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5883869384, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2111092597, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668092005, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 91833321605, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836395105, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 17168198484, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178486897147, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268831476, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100992718129, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603504885047, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414391636, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2272590766, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5619821999, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1040968388281, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61690332679, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3769655626945, + "voter": "satoshifund" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55576340008, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112728008585, + "voter": "kenny-crane" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33769113377, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19211689081, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15785472850, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257505833316, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4866103974, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804435051718, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5947156971, + "voter": "mark-waser" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42709320809, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44426100389, + "voter": "honeythief" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 783296766, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251463719, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57106930713, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3214869474, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 133938313165, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 24134677603, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10696311496, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 46647685267, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2530638888, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8827814106, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109259290, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603699497, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14935474013, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107686155, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24480601379, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11322809438, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1369826489, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 74664680379, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2668109030, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7054024735, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45689872990, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7311652491, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5840616374, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2579031743, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931858005, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20519574335, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 79559275608, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168488518, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756218067, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 5136909682, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31920436757, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40235861218, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 93887574013, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 530196643, + "voter": "qonq99" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841212078, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736157754, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261735372, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262126965, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 20678612749, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 34883689900, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15533105174, + "voter": "lemooljiang" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543633496, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658453378, + "voter": "curator" + }, + { + "percent": "8300", + "reputation": 7172977970558, + "rshares": 3473063044, + "voter": "ace108" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7217838926, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420072669, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404487738, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15528413924, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21674340192, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "3400", + "reputation": 4063076365725, + "rshares": 1183306899, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 108721833, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3312991500, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921882750, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298233236, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255152123895, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 150127464468, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23390997891, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24551995771, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7970976864, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51810230654, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15892401611, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1937265937, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 80533628422, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 74378126, + "voter": "kurzer42" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11445404160, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 90391314655, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277634703, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5148861334, + "voter": "kurtbeil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28620010728, + "voter": "xiaohui" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1372139373, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5935429295, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 61274515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 4315583388038, + "rshares": 5774370699, + "voter": "tanata" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895024995, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12958625592, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2455863155, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12645491963, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1804175345, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 622851266795, + "rshares": 3571865478, + "voter": "envi.sage" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11790862455, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91471054471, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249406646, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178243549, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118202634, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 201743131, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10200039499, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2924688839, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8141493451, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20137065264, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 93970839330, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375667398, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60265303562, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1284021846, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 77784717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4745947725, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624627674, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 187911420, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1841792209, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 163833128, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 15140868900, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 41682795922, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15561460419, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5435312360, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708893341, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 450072622, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2361646504, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6827631766, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 9293247690, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2674092331, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": -11729617906, + "rshares": 54982319, + "voter": "sona" + }, + { + "percent": "10000", + "reputation": -10783738, + "rshares": 53894052, + "voter": "saha" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2142141248, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 91177557444, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 42537290344, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51524412, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 744306563, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 3309573335, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5610433095, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3382060533, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 365007180, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2400077041, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084782355, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 826888501848, + "rshares": 1522264388, + "voter": "dakini-dion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4814230900, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1255945884, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4780701277, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 810369666, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 892852117542, + "rshares": 87018470283, + "voter": "btshuang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607643929, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516306089, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3202782419, + "voter": "esteem1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435351417, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157801695, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1772984022, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 678818770, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 29605790478, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86562486, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76913589, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 174642558, + "voter": "pathtomydream" + } + ], + "author": "anwenbaumeister", + "author_reputation": 86912853643710, + "beneficiaries": [], + "body": "100% of Steem Dollars from this post will be donated to Project Curie. You can read more about Project Curie [here](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors).\n\n---\n\n
![](https://s15.postimg.org/ugvjggvi3/image1.png)
\n\nToday on #anwen-meditates I want to share with you how to practice Sun Salutation A (or Surya Namaskara A). In the video I focus mostly on my breath. Why is that? I have heard from many yoga teachers:\n> \"You can be practicing the poses of yoga, but if your breath is not aligned with your actions then you are not in yoga. You can also just be doing a daily task such as gardening, and if your breath is aligned with your actions then you are in yoga.\"\n\nI love starting my morning with sun salutations, as it allows my body to wake up and my breath to fall in synch with my movements. Proper breathing while practicing sun salutations provides me with a grounding and energizing wholeness. If you can, I recommend doing sun salutations underneath the morning sun, as this allows you to feel the sun's radiating energy (and a little bit of Vitamin D never hurt anyone!). Without further ado, let's begin saluting the sun!\n\n---\n\n---\n\n
\n\n---\n\n---\n\n1) Tadasana - Mountain Pose\n\n
![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
\n\n**Inhale and exhale.** Stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n2) Urdhva Hastasana - Upward Salute\n\n
![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
\n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n3) Uttanasana - Standing Forward Bend\n\n
![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
\n\n**Exhale.** Swan dive forward, folding over your legs.\n\n---\n\n4) Ardha Uttanasana - Standing Half Forward Bend\n\n
![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
\n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n5) Uttanasana - Standing Forward Bend\n\n
![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
\n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n6) Chaturanga Dandasana - Four-Limbed Staff Pose\n\n
![](https://s18.postimg.org/ne2ywpp55/Screen_Shot_2016_09_12_at_3_54_49_PM.png)
\n\n**Retain Breath** - Step back into plank position and lower down, keeping your elbow close to your body. \n\n---\n\n7) Urdhva Mukha Svanasana - Upward Facing Dog\n\n
![](https://s18.postimg.org/6rq01dll5/Screen_Shot_2016_09_12_at_3_55_03_PM.png)
\n\n**Inhale** - Push away from the earth with your palms, arching your back up to the sky. \n\n---\n\n8) Adho Mukha Svanasana - Downward-Facing Dog\n\n
![](https://s18.postimg.org/sfeybtlzd/Screen_Shot_2016_09_12_at_3_55_16_PM.png)
\n\n**Exhale** - Bring your hips up to the sky, your heels down to the ground, pushing through all corners of your feet and hands, letting go of your head. You can stay here for a few breath cycles if it feels good.\n\n---\n\n9) Uttanasana - Standing Forward Bend\n\n
![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
\n\n**Retain Breath** - Step your feet forward between your hands, folding your body over your legs. \n\n---\n\n10) Ardha Uttanasana - Standing Half Forward Bend\n\n
![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
\n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n11) Uttanasana - Standing Forward Bend\n\n
![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
\n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n12) Urdhva Hastasana- Upward Salute\n\n
![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
\n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n13) Tadasana - Mountain Pose\n\n
![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
\n\n**Exhale.** Lower your arms and stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n---\n\n*Hi friends! If you didn't catch my last posts, I am creating a new tag #anwen-meditates to post my own health videos and tutorials. I am creating a Steemit health channel - all of my videos and tutorials are for the wonderful users of Steemit! I am planning on sharing many tutorials, including yoga, guided meditations, breathing exercises, and more. I am also uploading the videos to YouTube in the hope of attracting more users to Steemit.*\n\n*I have been practicing yoga and meditation for 8 years now, and these practices have been critical in shaping who I am today. My constant practices have brought me inner peace and stability during crazy times, have healed physical and emotional injuries, and have taught me how to be PRESENT!*\n\n*I am really excited to be able to share these practices with you all. I am first going to share tutorials and videos that you can do right now, wherever you are. These can be used as breaks from the information overload of Steemit / life in general, when you wake up, before you go to bed, or really any time at all. I hope you enjoy :-)*", + "body_length": 5568, + "cashout_time": "2016-09-21T16:53:12", + "category": "yoga", + "children": 12, + "created": "2016-09-14T16:53:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"yoga\",\"meditation\",\"health\",\"life\",\"anwen-meditates\"],\"image\":[\"https://s15.postimg.org/ugvjggvi3/image1.png\",\"https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png\",\"https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png\",\"https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png\",\"https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png\",\"https://s18.postimg.org/ne2ywpp55/Screen_Shot_2016_09_12_at_3_54_49_PM.png\",\"https://s18.postimg.org/6rq01dll5/Screen_Shot_2016_09_12_at_3_55_03_PM.png\",\"https://s18.postimg.org/sfeybtlzd/Screen_Shot_2016_09_12_at_3_55_16_PM.png\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T20:08:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 108708057381308, + "parent_author": "", + "parent_permlink": "yoga", + "pending_payout_value": "670.627 HBD", + "percent_hbd": 10000, + "permlink": "anwen-meditates-a-steemit-health-channel-sun-salutation-a-or-surya-namaskara-a", + "post_id": 1244809, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Anwen Meditates - A Steemit Health Channel // Sun Salutation A or Surya Namaskara A", + "title": "Anwen Meditates - A Steemit Health Channel // Sun Salutation A or Surya Namaskara A", + "total_payout_value": "0.000 HBD", + "url": "/yoga/@anwenbaumeister/anwen-meditates-a-steemit-health-channel-sun-salutation-a-or-surya-namaskara-a" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799729046872, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 196918308019, + "voter": "gardenlady" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 388878563242, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8865761907, + "voter": "james-show" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268831476, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414391636, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33769113377, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251463719, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17851206840, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104508886, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7311652491, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4616119645, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 41040578442, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6697918220, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 33964853852, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3488860607, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2874953639, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6162813829, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54358037, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 4982769033, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3085987803, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 109182824, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3930984273, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 89757322523, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 51998118, + "voter": "bitchplease" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580247182, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13399203869, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2154229688, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4745947725, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10485672306, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 468442933, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3827679397, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2315339710, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1192999007, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 56460853, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 54211933, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 15282240795, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 55955007, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 744306563, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 401507898, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 162373035, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1662172521, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 678818770, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 159972629, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": -505438791, + "rshares": 159887225, + "voter": "abhijitraorane" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 77956980, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 543088579, + "rshares": 150678934, + "voter": "ramblinmind" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

COMFREY is an incredible plant that you can use to heal wounds! 
\n

\n

This beauty has been respected throughout history and indigenous traditions for its almost magical healing powers. We seek to reconnect you to these roots, because you are empowered to responsibility for your own wellness when you know your options. Using plants is sustainable and inexpensive assistance towards optimal health. Every aspect of life is better when you are thriving! 

\n

If you find yourself with bruises, wounds, contusions, sprains, or broken bones, try putting some comfrey on it to speed healing:

\n


\n

\n

\n

\n

\n

\n


\n

Enjoy our previous Wildcrafted Medicine posts:

\n

Dandelion / Calendula / Lamb's Quarter / Henbit / Carolina Geranium / Oregano /Yellow Dock / Lemon Thai Basil

\n


\n

>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<

\n


\n

We harvest and dry our herbs to create beyond organic, super sustainable tea and cannabis-free smoking blends!

\n

>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<>:<

\n


\n

www.intothegardenofeden.com

\n


\n

\n
", + "body_length": 3311, + "cashout_time": "2016-09-21T16:40:30", + "category": "gardening", + "children": 16, + "created": "2016-09-14T16:40:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gardening\",\"health\",\"nature\",\"life\",\"sustainability\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/Comfrey--Blogged5411b.png\",\"https://www.steemimg.com/images/2016/09/14/Comfrey2e90da.png\",\"https://www.steemimg.com/images/2016/09/14/Comfrey49f5ed.png\",\"https://www.steemimg.com/images/2016/09/14/Comfrey59147b.png\",\"https://www.steemimg.com/images/2016/09/14/Comfrey606481.png\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-the-common-weed-dandelion\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-super-healing-powers-of-calendula\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-powers-of-lamb-s-quarter-with-recipe\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-henbit\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-carolina-geranium\",\"https://steemit.com/gardening/@gardenofeden/greater-than-less-than-greater-than-less-than-wildcrafted-medicine-the-incredible-super-healing-powers-of-oregano-greater-than\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-magnificent-healing-properties-of-the-common-weed-yellow-dock\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-lemon-thai-basil-and-recipe\",\"http://www.intothegardenofeden.com/store/c11/Uber_Dank_.html\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:40:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1723824197990, + "parent_author": "", + "parent_permlink": "gardening", + "pending_payout_value": "0.552 HBD", + "percent_hbd": 10000, + "permlink": "wildcrafted-medicine-the-incredible-power-of-comfrey-to-heal-wounds-and-bones", + "post_id": 1244690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wildcrafted Medicine: The Incredible Power of COMFREY to Heal Wounds & Bones", + "title": "Wildcrafted Medicine: The Incredible Power of COMFREY to Heal Wounds & Bones", + "total_payout_value": "0.000 HBD", + "url": "/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-power-of-comfrey-to-heal-wounds-and-bones" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 2945022546424, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 459036110462, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1079813804060, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 296475729609, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1234583624335, + "voter": "gavvet" + }, + { + "percent": "552", + "reputation": 12382143533351, + "rshares": 44937144545, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34637710362, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414391636, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 88686564526, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 93754765723, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45689848815, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 602713487, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3623813695, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 16270729261, + "voter": "clevecross" + }, + { + "percent": "555", + "reputation": 1751717743, + "rshares": 1249610185, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7545075911, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91471054471, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 93970839330, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 748503555, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11181886907, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 90062656329, + "rshares": 90903198, + "voter": "steemerpat" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 764874009, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 744306563, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5610433095, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 167418362, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 908569372468, + "rshares": 7865764185, + "voter": "pabloescobar" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 3226000976856, + "rshares": 3404941311, + "voter": "lscottphotos" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 171078424, + "voter": "pathtomydream" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "http://geraldzmorse.com/images/steemit/VanGoghSunset.jpg\n\nThis is a very mellow alpenglow sunset image I captured over western Kentucky. I named it \"Van Gogh's Sunset\" because the filtering I utilized with the digitizing tablet gives it a certain brush stroke quality reminiscent of Van Gogh's works. \n\nI like the red and yellow hues mixed with the darker clouds layered throughout. I shot this from 7,500 feet (2,286m) above ground in the month of June.\n\nTo see a larger version of it go [here](http://geraldzmorse.com/images/steemit/VanGoghSunset.jpg )\n\nI also made it into a polyptych (4 panel design) which allows you to spread the image out and gives a certain spatial enhancement to the presentation. \n\n\n\nhttp://geraldzmorse.com/images/steemit/VanGoghSunset-Panel.jpg", + "body_length": 774, + "cashout_time": "2016-09-21T16:38:36", + "category": "art", + "children": 9, + "created": "2016-09-14T16:38:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"nature\"],\"image\":[\"http://geraldzmorse.com/images/steemit/VanGoghSunset.jpg\",\"http://geraldzmorse.com/images/steemit/VanGoghSunset-Panel.jpg\"],\"links\":[\"http://geraldzmorse.com/images/steemit/VanGoghSunset.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T17:21:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6569884466838, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "3.905 HBD", + "percent_hbd": 10000, + "permlink": "van-gogh-s-sunset", + "post_id": 1244671, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Van Gogh's Sunset", + "title": "Van Gogh's Sunset", + "total_payout_value": "0.000 HBD", + "url": "/art/@skypilot/van-gogh-s-sunset" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30983055975047, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260706473221, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1648251608820, + "voter": "klm" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4117948881382, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160925860071, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2051139044401, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5561563287431, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2496816405173, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22855985876, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1688975762418, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 12598071159, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 465717138828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452581182868, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 615331521981, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3187088827617, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1172415861, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665642627020, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88477278587, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718284146, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5798758582778, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10124666708, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799726662764, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4940816573, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290148801212, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 100110794674, + "voter": "coindup" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59263870943, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1743062648, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85258511340, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14178146446, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9796876302, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17621528782, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1229382660405, + "voter": "gavvet" + }, + { + "percent": "946", + "reputation": 12382143533351, + "rshares": 74894974967, + "voter": "eeks" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122131554, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1470963719, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8667596536, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566084633033, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 258713487417, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836365488, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178480167137, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 940891127, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100991543157, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060776501, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3186504013, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 17430843199, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591038378, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2272298829, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10526374654, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206780767857, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5619821999, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1040965635849, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59924576767, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49530440845, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260089147904, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2095683596, + "voter": "spartanza" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95292370, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 2548112906179, + "rshares": 4127172801, + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19211628642, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15785427520, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257490736723, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2605295446077, + "rshares": 75175716603, + "voter": "lizik" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4866103974, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5817857351, + "voter": "mark-waser" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42708506003, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6744340925, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81140550383, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32091347074, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251463719, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 17341335514, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47411820324, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25608959555, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3715415813, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19970272143, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3214608356, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5163408418, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1260816217540, + "rshares": 1515803419, + "voter": "burmik123" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 136612964288, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14213169126, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1664110876, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 223504213048, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 23621173825, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101948831, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17227231599, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4634131722, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109259290, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14933805766, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1455378994, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54558678377, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45685654038, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7460869889, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34748521224, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3871043642, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2506537211, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167222528912, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13110910227, + "voter": "benjiberigan" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931858005, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7778865492, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347879240120, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20117229740, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756144930, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 256661853966, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30856422199, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5021648860, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7985566630, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53841011094, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7455410380, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 35821540654, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1736027195, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261720866, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262112459, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 100832394226, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18840652963, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7164909002, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15856711532, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543621407, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634058357, + "voter": "curator" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7217708364, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420058163, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365474190, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1822603488, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 11340560412, + "voter": "dimitarj" + }, + { + "percent": "900", + "reputation": 4063076365725, + "rshares": 354992069, + "voter": "bullionstackers" + }, + { + "percent": "4500", + "reputation": 283380527576, + "rshares": 6145074200, + "voter": "mahekg" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298222658, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 16297787996, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571831658, + "voter": "whitemike313" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255146536332, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 152890616473, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24551375564, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7970864435, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51809118465, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16245468786, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1937234506, + "voter": "flysaga" + }, + { + "percent": "947", + "reputation": 1751717743, + "rshares": 2082677597, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1625825887, + "voter": "stormblaze" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11445193810, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186426566, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2735451241, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5148861334, + "voter": "kurtbeil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28619442540, + "voter": "xiaohui" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1372125773, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93217142454, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5935429295, + "voter": "oflyhigh" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895010488, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2405192279, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076514108, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 56251892486, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1155724577, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3011233186, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8446448806, + "voter": "theconnoisseur" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1804146331, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6207660249, + "voter": "lordvader" + }, + { + "percent": "2000", + "reputation": 4130836907564, + "rshares": 3607127301, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12543470697, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3769689355, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91461685806, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249406646, + "voter": "njall" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118202634, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005392552, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989681924, + "voter": "virtualgrowth" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1869944219, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877495999, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375667398, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4656665465, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13281085924, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8853687232, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60265303562, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580247182, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 763220275, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 3749012705250, + "rshares": 7664275532, + "voter": "alexandre" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10225963461, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1933007108, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 77784717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2228477202, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4777502415, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624627674, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 89481141, + "rshares": 2627313678, + "voter": "bbsj" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127425766, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14423773816, + "voter": "canadian-coconut" + }, + { + "percent": "1000", + "reputation": 837791549130, + "rshares": 4530602681, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15223113404, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 465069683, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708879440, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54391689, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6679191389, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 56424665, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3006957573, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2615959889, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "1000", + "reputation": 26215514, + "rshares": 4525119736, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366758906, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 3044846811, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5609973719, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60210153, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 508430897, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 401507898, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2400077041, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 191323183, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11803702826, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 323936947, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1061913335, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4709560107, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50482289, + "voter": "connection" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90053391, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607643929, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527291325, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159716853, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158642800, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444421238, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157691927, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 146204545, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157118197, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 665242395, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156227917, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86562486, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76913589, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 25699924512, + "rshares": 159779765, + "voter": "clint01" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Zama-zamas heading underground.\n\n![Zama zamas heading underground](http://jenniferbruce.org/wp-content/uploads/2015/11/210.jpg \"Zama-zamas heading underground.\")\n \nSouth Africa is the home to the largest gold and platinum resources in the world \u2013 and yet poverty is a rife. Many of the citizens are asking why they cannot share in the earth\u2019s rich bounty. They are questioning why benefits from the revised mineral laws (Mineral and Petroleum Resources Development Act of 2002) aimed at a more equitable are not being felt by them. This coupled with a massive influx of illegal immigrants from countries north of South Africa (particularly Zimbabwe where a total melt-down in civil society is being experienced) has resulted in people taking mining into their own hands. The broad term is artisanal and small scale mining, but much of this mining is illegal and coupled with other criminal activities. These illegal miners are known as zama-zamas.\n \nThis illegal mining activity is found all along the outcrop and shallow underground workings of the Witwatersrand Basin where gold has been mined since 1886. These gold-bearing conglomerates are removed from pillars which were left by the original miners to stabilise the ground and prevent caving of the mining operations. When organised mining operations ended (in the areas close to Johannesburg this was mostly by the 1970s, slightly later out towards the East and West Rand Basins), the shafts were sealed and all surface infrastructure removed. However, due to the shallow nature of many of these old workings, the illegal miners are breaking open these seals and gaining access to the old workings. As a result of this mining activity, the ground is becoming destabilised and current surface infrastructure like roads are becoming damaged and dangerous. The areas with the highest gold grades are fought over by gangs seeking to monopolise the industry. It would appear that the police are sympathetic to the illegal miners and it\u2019s often seen as a victimless crime \u2013 the old abandoned mine owners are long gone and so who are they actually stealing from?\n \nThis week the South African news was once again filled with stories of zama-zamas being trapped underground and dying. The latest incident happened at the George Harrison Memorial Park in Langlaagte, Johannesburg which marks the site of the original discovery of the Main Reef of the Witwatersrand in 1886. The park and areas around the park have become a haven for these illegal miners and other illegal activities including child labour, prostitution and exploitation of women. The miners have gained access into the underground workings through an inclined shaft that was left as part of the commemorative site and original workings from surface. It would appear that a fire broke out underground (the old timber supports either ignite due to spontaneous combustion when exposed to air or are set alight by blasting or cooking activity by the miners). Men got trapped by the smoke and could not get to the fresh air. A rescue operation was conducted by the illegal miners themselves and further men failed to return to surface. Finally the illegal miners approached the authorities who brought in trained mine rescue teams who subsequently rescued some of the miners (who were promptly arrested by the police) and recovered some bodies. The official rescue attempts and body recoveries have been concluded with numerous illegal miners still unaccounted for. \n \n![enter image description here](http://cdn.c.photoshelter.com/img-get2/I0000kbRfOWOluUk/fit=1000x750/32846-Charlie-Shoemaker-012.jpg \"Entrance to old mine workings at George Harrison Park.\")\n \nEntrance to old mine workings at George Harrison Park.\n \nThe solution to illegal mining in the Johannesburg area? It\u2019s unlikely a solution will ever be found when people in dire economic circumstances are living on the most prolific gold field ever mined. The stories of illegal miners dying due to gang warfare or mining accidents will continue to fill the newspapers. The zuma-zumas are the one taking all the risks and forms just the first tier of a well organised five tier industry with the real wealth at the top tier (The top international receivers and distributors often associated with refineries and legal mining companies).\n \nSources:\nhttp://www.chamberofmines.org.za/industry-news/.../fact.../3.../182-illegal-mining-2016a\nhttp://www.news24.com/SouthAfrica/News/another-body-of-zama-zama-found-20160912 http://www.news24.com/SouthAfrica/News/zama-zama-rescue-mission-on-hold-zwane-20160912", + "body_length": 4577, + "cashout_time": "2016-09-21T15:41:48", + "category": "mining", + "children": 13, + "created": "2016-09-14T15:41:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mining\",\"family\",\"tradgedy\"],\"image\":[\"http://jenniferbruce.org/wp-content/uploads/2015/11/210.jpg\",\"http://cdn.c.photoshelter.com/img-get2/I0000kbRfOWOluUk/fit=1000x750/32846-Charlie-Shoemaker-012.jpg\"],\"links\":[\"http://www.chamberofmines.org.za/industry-news/.../fact.../3.../182-illegal-mining-2016a\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:41:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 71475880506448, + "parent_author": "", + "parent_permlink": "mining", + "pending_payout_value": "302.051 HBD", + "percent_hbd": 10000, + "permlink": "dying-to-feed-their-families-featuring-clint01-as-author", + "post_id": 1244223, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dying to feed their families (featuring @clint01 as author)", + "title": "Dying to feed their families (featuring @clint01 as author)", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gavvet/dying-to-feed-their-families-featuring-clint01-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 173855567328, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4421935174693, + "voter": "riverhead" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 1533863577909, + "voter": "lafona-miner" + }, + { + "percent": "5000", + "reputation": 9111465318256, + "rshares": 239080916410, + "voter": "lafona" + }, + { + "percent": "5000", + "reputation": 454674995328, + "rshares": 562224217553, + "voter": "delegate.lafona" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 154414231900, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 213798451191, + "voter": "alex90342fastn1" + }, + { + "percent": "2500", + "reputation": 101807714979611, + "rshares": 195023906233, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 397478160120, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1206487297616, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23563675980, + "voter": "joelinux" + }, + { + "percent": "542", + "reputation": 12382143533351, + "rshares": 44936041069, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 7253805196, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060775594, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 73400742064, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16632423996, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12051038013, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7412654464, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 37946231746, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45684142653, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 590659217, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171200859531, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3850930240, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 426092320, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 6595506981050, + "rshares": 18490981826, + "voter": "timelapse" + }, + { + "percent": "542", + "reputation": 1751717743, + "rshares": 1249580263, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 519457263879, + "rshares": 61390117021, + "voter": "poteshnik83" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91459303816, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9424679152, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 93967126680, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11179892267, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3484759193, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 90062656329, + "rshares": 89120782, + "voter": "steemerpat" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5435312360, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138875377468, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 649390900140, + "rshares": 2410834420, + "voter": "countryinspired" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5609937448, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "9500", + "reputation": 908569372468, + "rshares": 7551133618, + "voter": "pabloescobar" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2288612277, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154662343, + "voter": "user45-87" + }, + { + "percent": "10000", + "reputation": 3226000976856, + "rshares": 3475092847, + "voter": "lscottphotos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155116421, + "voter": "povesa" + }, + { + "percent": "10000", + "reputation": 288481983740, + "rshares": 152441845, + "voter": "berek" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "This is an unusual rock outcroping I photographed south of Mesa Verde, Colorado in the desert near my camp. I found the colors of the stone and desert sand juxtaposed against the background vermilion cliff walls and blue hued sky to be pleasing and relaxing. \n\nhttp://geraldzmorse.com/images/steemit/Mesa-Verde-Outcrop.jpg\n\nThis image is also from my Artistic Impression series where I use a digitizing tablet to lightly brush various filter effects into the image to give it a certain mysterious quality.", + "body_length": 505, + "cashout_time": "2016-09-21T14:46:27", + "category": "photography", + "children": 11, + "created": "2016-09-14T14:46:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"nature\",\"\"],\"image\":[\"http://geraldzmorse.com/images/steemit/Mesa-Verde-Outcrop.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T15:28:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10001278717808, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "7.819 HBD", + "percent_hbd": 10000, + "permlink": "melting-rock", + "post_id": 1243747, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Melting Rock", + "title": "Melting Rock", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/melting-rock" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480504520983, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31615157678633, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1645495068359, + "voter": "galaxy" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4726802513307, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160925860071, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2051048364442, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5450332021682, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22855985876, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1688269098543, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4072298646780, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 465717138828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452581182868, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 630678771793, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3187088827617, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1209033907, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665622470936, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88475943758, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718241828, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5916166065994, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10124463577, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 832341590937, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4940816573, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290134522833, + "voter": "chitty" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 42801660994, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481707391813, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1743037257, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 80038741431, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1226943192502, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23563691082, + "voter": "joelinux" + }, + { + "percent": "946", + "reputation": 12382143533351, + "rshares": 74893401782, + "voter": "eeks" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122131554, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1470963719, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8667596536, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566075654832, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836158141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178476192771, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268826036, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100988550788, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414360203, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3186351097, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 17430843199, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2272273438, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10789521627, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1064578395482, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61685308193, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49529786072, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3769585448708, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400759998998, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418804855, + "voter": "applecrisp" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95292370, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1353090140, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19211568194, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15785185716, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 263206982261, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2605295446077, + "rshares": 78308038128, + "voter": "lizik" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4491802783, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946920606, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113973522409, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202864346689, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44425078597, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81140450926, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 31449520132, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251431984, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3714436913, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20377088211, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 169370449804, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3214492282, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5163334355, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16242543792, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 154463339931, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 789261221312, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 23621173825, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 182830086, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 162898406866, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101948831, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18005198739, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99758482, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4603634504, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15258212183, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 40368331645, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 1232767079, + "rshares": 6613625438, + "voter": "rawmeen" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1426842151, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73156758721, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 453418246, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46826246219, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1338004420, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3560929718, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15371735039, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 175182274869, + "voter": "blueorgy" + }, + { + "percent": "7500", + "reputation": 2173940256661, + "rshares": 9702073568, + "voter": "benjiberigan" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542807775, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 339108457006, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6881734510, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756085080, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30855291448, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8148537378, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840999003, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7646574749, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1735983668, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261720866, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262112459, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 417737569, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15533105174, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21981777780, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543621407, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634058357, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33381744595, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420058163, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365453033, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224823596, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 54192730483, + "rshares": 397267296, + "voter": "ethanjames" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15528224421, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78603899, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817737849, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3021945641, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 106503020, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3312752142, + "voter": "glitterpig" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10724710568, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298221146, + "voter": "taker" + }, + { + "percent": "7800", + "reputation": 10137266406870, + "rshares": 12711920987, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1603268291, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3034673286, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1148152187402, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 156809776253, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24550939071, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38525713272, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239615920187, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 17304926257, + "voter": "sunshine" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9201840929, + "voter": "flysaga" + }, + { + "percent": "946", + "reputation": 1751717743, + "rshares": 2082633772, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1659697260, + "voter": "stormblaze" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52933775305, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2312736930, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4186357038, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 4484524753, + "voter": "kurtbeil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128786588170, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64005426, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1405322819, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 6364644439603, + "rshares": 15373401797, + "voter": "aboundlessworld" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6403253610, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93216046327, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5935270610, + "voter": "oflyhigh" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251299819, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2405119723, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2034983825, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1155724577, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8830294864, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15699786869, + "voter": "scaredycatguide" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569672101, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6207660249, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12543470697, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3933588893, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91459303816, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249406646, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 312224301489, + "rshares": 15803599392, + "voter": "solar" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561462512, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6335117125, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005312153, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9635998075, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877495999, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 71482195435, + "rshares": 78109321, + "voter": "awgbibb" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10858591607, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4656574788, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 3137399626023, + "rshares": 4242191670, + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6588161520, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11410830518, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227873325, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 763220275, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1284021846, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 3749012705250, + "rshares": 7664275532, + "voter": "alexandre" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10430482730, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1699015883, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 81878649, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2302759776, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 135018071312, + "rshares": 256901716, + "voter": "blackeyed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4777502415, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 8113893564, + "rshares": 71431119, + "voter": "donneker" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624586871, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 191746347, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 154731288, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 712561710, + "voter": "ksena" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21746740518, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15560806947, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 465069683, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708768210, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54391689, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 804552495648, + "rshares": 1433005760, + "voter": "jiganomics" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6827381497, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 3475969893, + "rshares": 53238597, + "voter": "gumer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 9435110250, + "rshares": 57574352, + "voter": "hamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3006957573, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 934832712, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 24793972672, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2674022812, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": -11438325258, + "rshares": 53994834, + "voter": "karina00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": -11729617906, + "rshares": 54982319, + "voter": "sona" + }, + { + "percent": "10000", + "reputation": -10783738, + "rshares": 54971933, + "voter": "saha" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1784420993, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": -32546858309, + "rshares": 53880176, + "voter": "kam1" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21720386105, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 55464059, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1339423728, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5750148702, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60210153, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 508430897, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 438008616, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2400009033, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084353453, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 330685634, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4814064056, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50230521, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 58594120, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5085852423, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607535118, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527291325, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691983296, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158676075, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 152303077, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152296208, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444421238, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151493636, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151463890, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1883754423, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151010953, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150951797, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150698556, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 150613696, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159957397, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156262128, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83470968, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67690648, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73837045, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 634861272, + "rshares": 155574370, + "voter": "malasuerte94" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 103328828, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 135956685, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 40471768, + "rshares": 150391718, + "voter": "marianela" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "*dogs are an integral part of South African life.*\n\nHow you treat animals I believe is a reflection of your humanity and civilization.\n-\nRegularly there are news reports in South African Media of how people get killed by dogs, often by Pitbulls. One time when our family was going to visit my brother, we saw an old black man pushing his bicycle along the road with all his weekly groceries loaded. All of a sudden a bull mastiff came racing out of a yard and attacked the old man. I slammed on brakes and jumped out to help, the dog had the old man\u2019s hand in his jaws and flesh was coming out. I was acting like a lunatic by now, swearing and kicking the dog with all I had (all that happened is I hurt my foot). The dog was like iron and nothing would stop it. A boy came out of the yard and was hitting the dog with a sjambok (whip), this did nothing to stop the animal. I was now shouting to the boy to stick the end of the whip up the dog\u2019s \u201cpoepal\u201d (anus). So the young kid was unsuccessfully trying to jab the whip up the dog\u2019s butt. The poor old fellow retreated into the front seat of my car with the dog still attached to his hand, now my wife and the girls scattered out of the car. A white policeman was walking by when the dog let go and ran back into his yard as the owner was coming out. I was livid and shouting at the cop to open a case against the family for not restraining such a dangerous animal, but the cop said he was off duty and did not intend to get involved. Hastily the owner came over and helped the poor old man. He assured me that they would take the old fellow to hospital and were taking his goods to keep them safe. I was placated when I saw the anxiety of the owner and his intention to help the old fellow. I can still feel my blood pressure rising when I think back. I am not a brave kind of person but I lost all sense of self preservation, luckily the dog did not turn on me (probably because I am white).\n\nDogs in white residential areas bark at black people as they pass by. When I went into the Mdantsane Township for the first time in 1990, I found that township dogs regarded white people with the same kind of hostility.\n-\n\nI have always believed that a dog must have another dog for companionship. Also all our pets must be spayed or neutered, because there is a serious problem of over breeding domestic animals in South Africa. There is a lot of animal neglect, particularly in the townships where poverty is rife. \n\n\nhttp://www.animalplanethd.com/wp-content/uploads/2015/02/Staffordshire-Bull-Terrier-Free-Wallpaper-animalplanethd.com_.jpeg\n\nThe first dog that we ever got was supposed to be a thoroughbred Staffie (Staffordshire bull terrier) that my mother in law \u201corganised\u201d. We named her Rosie as she looked so sweet and it was also the name of my brother in law\u2019s mother. Duncan was amazed at the name and said it was his mother\u2019s name also, what a co-incidence! (heh heh). However the older Rosie got, the longer her legs got and we realised that this pooch was no pedigree! She stayed in the backyard of the first house we rented just after we got married. The backyard was full of beautiful mature fruit trees rented. The house was located in Chamberlain Street in Berea of East London> We we moved in just after we got married. Rosie kept getting inside when she was put in the backyard and the door was closed. We couldn\u2019t understand how she kept getting in the house. We put her out and watched; she climbed up the \u201ckitty walkway\u201d to get in the house. Now it must be understood that the most highly esteemed life form in our home has always been the cat. Two kittens had been acquired and my Better Half felt that a kitten could never jump up two and a half foot to a low window ledge, therefore the ladder was created. The puppy Rosie observed this and also climbed the ladder with much wobbling, some whining and yelping.\n\nHumphrey joined us when we moved to the first house that we bought in Middlesex Road in Amalinda. He was a magnificent cross between a Bull Mastiff and a Staffie with the most beautiful nature. He weighed in at just over 45 kilograms and had a dark tortoiseshell colouring. He contracted tick fever (biliary), we took him for a blood transfusion hoping to save his life. I stayed up all night with him as he lay in the passage. He was so anxious when he wet himself trying to get outside but he was too weak. I just comforted and reassured him. In the early hours of the morning he died in my arms.\n\nThere was a sad end to the story of Rosie. \n-\nWe moved to a beautiful little town named Stutterheim after the German Baron by the German Settlers who settled there in the 1850s. We bought a beautiful home but the boundary fence was only chicken wire. Over the road lived our black neighbour who was a farmer raising chickens amongst other things for a living. After a while, Rosie was found to be killing his chickens. We did everything we could to keep her in the yard, but she kept burrowing new holes under the fence. She had the blood lust so we had to have her put down. I will never forget her last plaintiff bark as I left her behind at the vet. My eyes were so full of tears, I had to wait a while before I could see the road to go home.\n\nThe next dog we got was Sasha. She was three quarter Alsatian and one quarter Bull Mastiff. When my mother in law still lived in Cambridge West, an East London suburb, her neighbour had a young dog that was always roaming the streets. She was offered to us, so she became part of our family and a companion to Rosie. She was a lovely dog but the one time while sitting in the lounge, we smelt the most dreadful odour. Upon investigation I found a huge steaming mountain of crap in the one girl\u2019s bedroom. From that time forth no hound was permitted to come into the hallowed sanctum of our lounge and have been banished outside.\n\nOnly once in twenty-six years of marriage have had a dog that had puppies in a manner of speaking; the puppies were actually from my brother\u2019s dog. When we moved to Johannesburg from Stutterheim, our dog named Elder (named by the girls with a \u201choly\u201d name because we got the dog from some American missionaries on a Sunday), he was a mongrel coloured black, he mounted my brother\u2019s pedigreed Rottweiler and made her pregnant. Needless to say my brother was not impressed at all but he had ignored our repeated warnings that his dog was on heat. So the fruit of her womb came to our home, two pups we named Dusty and Zeena. Poor old Dusty could not gain any nutrition as there was an obstruction in his throat. It was inoperable so we had to have him put down. Zeena is still with us today, more than thirteen years later, bouncy and starting to get quite fat.\n\nWe first moved to Johannesburg in 2002, we stayed at my brothers house. Elder escaped out the yard at 267 Voortrekker Road and inexplicably bit a 97 year old lady who always did her daily walk past the house. He had to be put down, we were horrified that this placid dog went nuts that day. Strangely enough I had insurance on the dog and was able to pay the old dear\u2019s medical bills that amounted to R750. What weird things get insured without us even being aware of it! My wife is still irritated that my house insurance covered the cost of a round of drinks when I hit a hole in one at golf.\n\nhttp://2.bp.blogspot.com/_LDH5Ir9XXcM/Rrr7nUTcp2I/AAAAAAAAAOk/VM-zt0Oc1Cc/s400/resizedrukol.jpg\n\nSweetpea the boerboel was given to us as a puppy to replace Elder. Boerbuls are terribly powerful animals and were primarily bred to protect the farmer\u2019s homestead, even from large predators such as lions. They usually focus on the male of the house and are extremely obedient. I did not want a male as they are monstrously large, so I took a female. However the loyalty she had towards me and the family did not extend towards the other dogs in our home. One time she mauled poor old Sasha when she got too excited. Sasha\u2019s injuries were so bad we had to have her put down. \n\nDogs are very territorial, when we parked our car in the yard from our current home in Krugersdorp, our dogs, Zeena and Sweetpea, would see the neighbour\u2019s fox terrier on our wide pavement, so they would run full tilt after the small beast, the retreating dog ran for his life yelping all the way home. But as soon as the foxie arrived in his territory, he turned and attacked his foes. Now my dogs were in his territory and had to beat a hasty retreat, running flat out until they got in the yard, all the while with me bellowing at them to get back inside the yard. The two of them seemed to be as happy as a kid in a candy store. This happened several times until the streetwise Foxie worked out when we came home, it was time to depart to safer pastures.\n\nSeveral years ago after a huge hailstorm hit Krugersdorp, the hail collected against the prefabricated wall that separates us from our neighbours. The hail collected to about a foot (30 cm) high against the wall. Sweetpea burrowed her nose and head under the hail and walked along like a plough, snorting lustily in absolute pleasure. Now more than ten years later, she is struggling terribly with arthritis. When do you say goodbye? When are we being selfish keeping her with us while she suffers needlessly or having her put down too soon? We have had a fellow over, who is an expert with Boerboels, and asked for his opinion on what we should do. \n\nShe is happy and eating well; enjoying sunshine while chewing her beloved bones, so we can keep her a little longer...\n-\n\"", + "body_length": 9851, + "cashout_time": "2016-09-21T14:44:57", + "category": "dogs", + "children": 7, + "created": "2016-09-14T14:44:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"dogs\",\"family\"],\"image\":[\"http://www.animalplanethd.com/wp-content/uploads/2015/02/Staffordshire-Bull-Terrier-Free-Wallpaper-animalplanethd.com_.jpeg\",\"http://2.bp.blogspot.com/_LDH5Ir9XXcM/Rrr7nUTcp2I/AAAAAAAAAOk/VM-zt0Oc1Cc/s400/resizedrukol.jpg\",\"http://i557.photobucket.com/albums/ss16/fred703/DSC00135_zpsasgpworl.jpg\"],\"links\":[\"http://s557.photobucket.com/user/fred703/media/DSC00135_zpsasgpworl.jpg.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:44:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80264945398237, + "parent_author": "", + "parent_permlink": "dogs", + "pending_payout_value": "378.398 HBD", + "percent_hbd": 10000, + "permlink": "dogs-and-me-featuring-fred703-as-author", + "post_id": 1243732, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dogs and Me (featuring @fred703 as author)", + "title": "Dogs and Me (featuring @fred703 as author)", + "total_payout_value": "0.000 HBD", + "url": "/dogs/@gavvet/dogs-and-me-featuring-fred703-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480504520983, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1758885494670, + "voter": "fantasy" + }, + { + "percent": "2100", + "reputation": 13270505121655, + "rshares": 13918158319210, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160925860071, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2051048364442, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23332152248, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 492164388179, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1731510767128, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4166768314734, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 465717138828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 630678771793, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3254899228205, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1209033907, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665621149536, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88475750279, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756071314, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718241828, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437771084660, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10365366239, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1199324764200, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4940816573, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290117807959, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47637754352, + "voter": "alexgr" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109726595, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 8467472206707, + "rshares": 23645553943, + "voter": "nikolai" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481707391813, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1784486145, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14177353930, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1181352145582, + "voter": "gavvet" + }, + { + "percent": "133", + "reputation": 12382143533351, + "rshares": 14978673706, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5883825852, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1713517353627, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 566075654832, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178476192771, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": -45866170816, + "rshares": 435016208, + "voter": "jesusislord" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268818780, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100988550788, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414360203, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6227868053, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 16733609471, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2326310189, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10789496839, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206727143370, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1064576926325, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61685308193, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49529786072, + "voter": "ak2020" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 23805646075, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 64088499821, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3692655133429, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400752758411, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375777287251, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 81259110331, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1380704224, + "voter": "fjccoin" + }, + { + "percent": "7600", + "reputation": 3460995705314, + "rshares": 33225236584, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 552432841732, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15785185716, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 263206982261, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8928351544, + "voter": "grandpere" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202864220314, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44425078597, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81140450926, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38020082348, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3281460871, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5268496893, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15993709711, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16242543792, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 154463339931, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 789261221312, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1523494933, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 235754585, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 21607296240, + "rshares": 248647933, + "voter": "globeskeptic" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101948831, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95008078, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4602763483, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 38753598379, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11094842444, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 227955793, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3560929718, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2506537211, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15371735039, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171200859531, + "voter": "blueorgy" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542807775, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7623288182, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 339108457006, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3287044658, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1780922548, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2909793501, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756085080, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 92046641189, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840943078, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1772149995, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267173384, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267573135, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "1000", + "reputation": 3076953263936, + "rshares": 506354306, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6075445152, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543618384, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634058357, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33381733409, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428809375, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404465976, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46743296544, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42824085645, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 142823483, + "voter": "steemster1" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817422571, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3864292931, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2707112792, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3312752142, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 40835071879, + "rshares": 2283498737, + "voter": "dirty.hera" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10724710568, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298221146, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571831658, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1180044543050, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 156808966044, + "voter": "twinner" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38493991830, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239615774765, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16951764497, + "voter": "sunshine" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9201840929, + "voter": "flysaga" + }, + { + "percent": "138", + "reputation": 1751717743, + "rshares": 416526754, + "voter": "gmurph" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52933741746, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277364799, + "voter": "ullikume" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132363915093, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62750417, + "voter": "locolote" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6555686028, + "voter": "elfkitchen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251299819, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2455226384, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8062519315, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 11861754844312, + "rshares": 14780737922, + "voter": "queenmountain" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569672101, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 68042118, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3605789818, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561462512, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9635998075, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 23206755125, + "rshares": 66308441, + "voter": "kana" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989681924, + "voter": "virtualgrowth" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1869944219, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877495999, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 85749706274, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375408076, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86340173624, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6588161520, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 32644559975, + "rshares": 64584835, + "voter": "ajavajive" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3071890298, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227873325, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1776243878, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2302759776, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 65350076802, + "rshares": 78769751, + "voter": "selvaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21746740518, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5435312360, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138875377468, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 207236223370, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25321504005, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 334150599, + "voter": "bones261" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21720386105, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 633657150, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50193769, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 438008616, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 239153978, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4984135374, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69589512, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138459757, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159716853, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158529766, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157801695, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157691927, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 665242395, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156378592, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 1249398988, + "rshares": 151685136, + "voter": "cyber-punk" + } + ], + "author": "cryptoctopus", + "author_reputation": 122177444407384, + "beneficiaries": [], + "body": "If you haven't read how Google/Wikipedia was manipulated yesterday to say that PEPE was associated with white nationalism, [read my previous article](https://steemit.com/pepe/@cryptoctopus/pepe-the-frog-is-a-white-supremacist-wikipedia-says-so-now).\n\nBasically, we are seeing in real time the information war go on. The culprits are either contributors of Wikipedia or Google itself.\n\n### Yesterday's PEPE definition\nhttps://www.steemimg.com/images/2016/09/13/pepec3916.png\n\n### This morning, the original search engine result was back to normal...to this:\n\nhttps://www.steemimg.com/images/2016/09/14/pepe25fce8.png\n\n# The New Wikipedia of Pepe the Frog\n\nNow, on the wikipedia page, it is mentioned at the very bottom:\n\n> During the 2016 United States presidential election, Pepe became associated with Donald Trump's campaign, and the campaign website for Democratic candidate Hillary Clinton released an article stating that Pepe was associated with white nationalism.\n\n# The Circus Continues...\n\nMy guess is that Hillary's campaign needed to double down on the \"Trump is Racist\" campaign after the most terrible story that ever happened to a presidential candidate. \n\nFor a month, people have been talking about Hillary's health, after coughing her lungs out for minutes at a time, needing a stool wherever she goes and then finally collapsing first because of \"overheating\" and then \"pneumonia\"...they needed to get the \"heat\" off her...but what an epic fail.\n\nDoesn't that reminds you of the movie \"Weekend at Bernie\"?\nhttps://www.steemimg.com/images/2016/09/14/weekend40168.png\n\nI just hope she gets well and that her entourage doesn't drag her half-dead body through the finish line of the presidential election. Who knows who is pulling the strings after all...", + "body_length": 1769, + "cashout_time": "2016-09-21T14:27:24", + "category": "pepe", + "children": 9, + "created": "2016-09-14T14:27:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pepe\",\"wikipedia\",\"google\",\"media\",\"hoax\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/pepec3916.png\",\"https://www.steemimg.com/images/2016/09/14/pepe25fce8.png\",\"https://www.steemimg.com/images/2016/09/14/weekend40168.png\"],\"links\":[\"https://steemit.com/pepe/@cryptoctopus/pepe-the-frog-is-a-white-supremacist-wikipedia-says-so-now\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:27:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49945747290217, + "parent_author": "", + "parent_permlink": "pepe", + "pending_payout_value": "149.884 HBD", + "percent_hbd": 10000, + "permlink": "media-hoax-pepe-the-frog-part-2", + "post_id": 1243608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[MEDIA HOAX] PEPE THE FROG - PART 2", + "title": "[MEDIA HOAX] PEPE THE FROG - PART 2", + "total_payout_value": "0.000 HBD", + "url": "/pepe/@cryptoctopus/media-hoax-pepe-the-frog-part-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231743426861, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 10520950426454, + "voter": "berniesanders" + }, + { + "percent": "7000", + "reputation": 1133069631465, + "rshares": 21042538261052, + "voter": "val-a" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 68637893167, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244093861238, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 669350814420, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1625297820194, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1804748188403, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2497139696336, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168100032627, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47637812400, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 6447826841, + "voter": "james-show" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268826036, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 616620707228, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414360203, + "voter": "murh" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 23805646075, + "voter": "thecryptofiend" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 4095052918, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81716241047, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15993694598, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 230943267, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1454352631, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34508226149, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10236810028, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2645587502, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15408997743, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 152889531846, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2735537974, + "voter": "darrenturetzky" + }, + { + "percent": "2400", + "reputation": 73944659327428, + "rshares": 62400081859, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 56251500715, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8446448806, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6092606341, + "voter": "lordvader" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 13691865461, + "voter": "thecurator" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 670432237, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 162957058, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139410324, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4656328113, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5556097079, + "voter": "leavemealone" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 72593947312, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50193769, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 239153978, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 857199870585, + "rshares": 1248667529, + "voter": "iuliuspro" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 245814006, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162063124, + "voter": "tycho" + } + ], + "author": "akareyon", + "author_reputation": 5463774640621, + "beneficiaries": [], + "body": "It has been opined that, through the application of the scientific method, sound reasoning, logical argument and a little love, our world can become a better place for this and the following generations to live in \u2013 \"better\" meaning more peaceful, wholesome, beautiful, satisfying; \"worth\" living it. And I happen to agree. \n\n---\n\nThe **scientific method** is well-defined, and summarized by Richard Feynman's famous _\"If it disagrees with experiment, it\u2019s wrong. In that simple statement is the key to science. It doesn\u2019t make any difference how beautiful your guess is, it doesn\u2019t matter how smart you are who made the guess, or what his name is\u2026 If it disagrees with experiment, it\u2019s wrong. That\u2019s all there is to it.\"_\n\nWhat about **sound reasoning**? A less well-known word spoken by Feynman goes:\n\n> There is one feature I notice that is generally missing in cargo cult science. \u2026 It's a kind of scientific integrity, a principle of scientific thought that corresponds to a kind of utter honesty \u2014 a kind of leaning over backwards. For example, if you're doing an experiment, you should report everything that you think might make it invalid \u2014 not only what you think is right about it; other causes that could possibly explain your results; and things you thought of that you've eliminated by some other experiment, and how they worked \u2014 to make sure the other fellow can tell they have been eliminated.\n>\n> Details that could throw doubt on your interpretation must be given, if you know them. You must do the best you can \u2014 if you know anything at all wrong, or possibly wrong \u2014 to explain it. If you make a theory, for example, and advertise it, or put it out, then you must also put down all the facts that disagree with it, as well as those that agree with it. There is also a more subtle problem. When you have put a lot of ideas together to make an elaborate theory, you want to make sure, when explaining what it fits, that those things it fits are not just the things that gave you the idea for the theory; but that the finished theory makes something else come out right, in addition.\n>\n> In summary, the idea is to try to give all of the information to help others to judge the value of your contribution; not just the information that leads to judgement in one particular direction or another.\n\n~ [_Cargo Cult Science_](http://neurotheory.columbia.edu/%7Eken/cargo_cult.html), 1974\n\nIt is also no mystery what constitutes a **logical argument**. The rules have been set out and summarized in Arthur Schopenhauer's [_Eristische Dialektik: Die Kunst, Recht zu behalten_](https://en.wikipedia.org/wiki/The_Art_of_Being_Right) (Eristic Dialectic: The Art of Winning an Argument, 1831), but today we can link to Wikipedia's [list of logical fallacies](https://en.wikipedia.org/wiki/List_of_fallacies). \n\nAnd if you expect now a definition of **a little love**, this post is not for you and you should close the tab to begin the search for your heart. \n\n\"Wait\", an interjection is heard by someone who has at least a fuzzy idea which meanings \"love\" might encompass, \"are not _love_ on this side and logic, argument and reason on the other in direct contradiction?\"\n\n\"Nay\", I say, only seemingly, for they depend each on another. If \"love\" is a concept based on irrationality, intuition, belief and\u2026 \"faith\", it is the Yang to the Yin, the other half of the coin, the shadow of the sunlit mountain, the female principle to the male principle, which only through co(existance|operation|pulation) can continue to be. While it is entirely _possible_ to separate, direct and shield one's view to see only one, only a fool would doubt and deny the _existence_ of the other, or claim the superiority or inferiority of one or the other. \n\nIt is not even necessary to quote Kurt G\u00f6del's [Incompleteness theorems](https://en.wikipedia.org/wiki/G%C3%B6del's_incompleteness_theorems) to show that the scientific method _as such_ cannot be proven within its own system \u2013 it is based and builds upon an _a priori_ assumption. Even aforementioned Feynman defines science as a \"belief\": \n\n> Science is the belief in the ignorance of experts.\n\n~[_What is Science?_](http://www.fotuva.org/feynman/what_is_science.html), The Physics Teacher, volume 7, issue 6 (1969), p. 313-320\n\nThe most powerful summary I found, however, in Papus' \"Kabbalah\" (of all places), in the form of an [Eliphas Levi](https://en.wikipedia.org/wiki/Eliphas_Levi) quote:\n\n> ### Without faith science leads to uncertainty, without science faith becomes superstition. But science and faith united give certitude, and to unite them, they must not be confounded. \n\n---\n\n# it is with science as it is with lamp posts: \n\nthe wise uses it for enlightenment, the drunkard uses it for support. \n\nSo there is complete understanding for the argument that organized religion has led to, or has been utilized (is leading and being utilized right now) to commit some, even many, of the most damnable atrocities history has to tell about. And it shall be countered that it is only thanks to the many blessings of \"science\" and \"technology\" that today we know of [Joseph Mengele](https://en.wikipedia.org/wiki/Josef_Mengele), [Wernher von Braun](https://en.wikipedia.org/wiki/Wernher_von_Braun), [Sarin](https://en.wikipedia.org/wiki/Sarin) and [Nagasaki](https://en.wikipedia.org/wiki/Atomic_bombings_of_Hiroshima_and_Nagasaki). \n\nSo that clearly cannot be a **sound argument** against the spirituality, world view or opinion, maybe even _esotericism_, many others have found for themselves, most oftenly a belief system _complementing_, not even contradicting, the rational, scientific world view they agree on with even the staunchest \"skeptics\". \n\nSo this is clearly not about religious zealots who burst into a scientific debate on astronomy, biology or geology with their holy scripture in hand to prove that earth is a disc, evolution is false and earth is less than seven thousand years old. Nor is it about those who (mis)understood the uncertainty principle and quantum entanglement watching \"The Secret\" and now are convinced that, since knowledge is always due to be overturned, it is advisable give up the quest right away, replace experiment with mantra and to wallow in blissful ignorance instead. \n\nThis is about the equally annoying, ideological and outright _trollish_ scientism zealots who burst into an esoteric debate on soul migration, morphogenetic fields, the oneness of all or the synchronicity of eternity with the _Principia Mathematica_ and _The Universe in a Nutshell_ in hand to \"prove\" in scathing words and hurtful insults their \"skeptopath\" dogma and how that speech about reincarnation is all silly uninformed talk of uneducated madmen immune to reason and in desperate need of forced medication, a padded cell and reeducation with pulsed electro shocks. \n\n---\n\n# _de gustibus non est disputandum_\n\nIt is only fair to meet the hope of the \"faithful\" who purport to perceive order and pattern in the opaque chaos of complexity (read: the influence of a metaphysical, supernatural, paradimensional, unexplainable, not immediately visible, power on the tidings of the world) with the same tolerance and acceptance that is expected when making the case for the cold hopelessness of cynical, cartesian, predictable, deterministic, definitive, ultimate inevitability of the universal entropic death. \n\nAnd maybe even listen to their argument once in a while with an open heart. While some skepticism should always be valued when \"faith\", on its own, leads to superstition, thus to fear, anger, hate and genocide, it must be conceded that there is not much to lose when giving the possibility of the existence of an intelligence greater than one's own at least the benefit of the doubt \u2013 however strong the aversion against \"woo\".\n\n
http://i.imgur.com/Pid8ltv.png
\n\nI believe that ultimately, essentially, we all want the same and that there are few ways more economical to collectively achieve it than listening to learn and speaking to educate. There are many indications that that is what made our species the dominant on this planet. We can use it to our advantage, instead of silencing each other with bad arguments, insults, pre-determined conclusions and assumptions about each other's ways. \n\nOf course the thereminist will find his instrument superior to that of the percussionist, the guitarist praise his own to the sky, the pianist forward all the arguments that set his sound apart from that of the harp, and all the band make fun of the bassist. That does obviously not mean, however, that all must try to outplay all the others in tempo and volume \u2013 when a symphony is so much more _fun_ :)\n\n---", + "body_length": 8728, + "cashout_time": "2016-09-21T14:24:06", + "category": "philosophy", + "children": 6, + "created": "2016-09-14T14:24:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"skepticism\",\"religion\",\"dugarun\"],\"image\":[\"http://i.imgur.com/Pid8ltv.png\"],\"links\":[\"http://neurotheory.columbia.edu/%7Eken/cargo_cult.html\",\"https://en.wikipedia.org/wiki/The_Art_of_Being_Right\",\"https://en.wikipedia.org/wiki/List_of_fallacies\",\"https://en.wikipedia.org/wiki/G%C3%B6del's_incompleteness_theorems\",\"http://www.fotuva.org/feynman/what_is_science.html\",\"https://en.wikipedia.org/wiki/Eliphas_Levi\",\"https://en.wikipedia.org/wiki/Josef_Mengele\",\"https://en.wikipedia.org/wiki/Wernher_von_Braun\",\"https://en.wikipedia.org/wiki/Sarin\",\"https://en.wikipedia.org/wiki/Atomic_bombings_of_Hiroshima_and_Nagasaki\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:28:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40132318142949, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "96.051 HBD", + "percent_hbd": 10000, + "permlink": "i-find-your-lack-of-argument-disturbing", + "post_id": 1243576, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I find your lack of argument disturbing", + "title": "I find your lack of argument disturbing", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7863409631849, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289669424145, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4574352218764, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5227869490185, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2937331642649, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475419579220, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462210569737, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 630678771793, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296422841257, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13050171368, + "voter": "valtr" + }, + { + "percent": "379", + "reputation": 12382143533351, + "rshares": 29957344388, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 5641848486, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8667566308, + "voter": "richman" + }, + { + "percent": "5500", + "reputation": 15755437221598, + "rshares": 16990161207, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268818780, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414357784, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6227686100, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10789496839, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206727143370, + "voter": "dragonslayer109" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33768131164, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 362601754635, + "voter": "kaylinart" + }, + { + "percent": "6000", + "reputation": 5260794316761, + "rshares": 81000705230, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111322975376, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 5082140133, + "voter": "crok" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 783296766, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251368496, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4548884943, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32205087722, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 956637447308, + "rshares": 1906406749, + "voter": "justoneartist" + }, + { + "percent": "5500", + "reputation": 17405459234693, + "rshares": 38185700320, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3623840890, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 184767121287, + "voter": "asmolokalo" + }, + { + "percent": "5500", + "reputation": 4066839697461, + "rshares": 5159800801, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 24727559145, + "voter": "mindover" + }, + { + "percent": "5500", + "reputation": 2906973892, + "rshares": 133096326, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16242543792, + "voter": "r4fken" + }, + { + "percent": "5500", + "reputation": 675716972978, + "rshares": 131900967, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 789261221312, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 243777568, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101948831, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8827814106, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11694816243, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 227955793, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73113648749, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54558678377, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46826246219, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35770303799, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1454352631, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2884751169, + "voter": "sgnsteems" + }, + { + "percent": "7500", + "reputation": 2173940256661, + "rshares": 9702073568, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 32450194940, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19941566195, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3632349993, + "voter": "bola" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840929473, + "voter": "jl777" + }, + { + "percent": "5500", + "reputation": 6570213787, + "rshares": 65873095, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 32955817401, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 19217003586, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 16539590111, + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 942251145, + "voter": "happyphoenix" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543618384, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 142823483, + "voter": "steemster1" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817737849, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3864292931, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2461011629, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 6254137711, + "voter": "jed78" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298221146, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 16623019162, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 160728582794, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16951764497, + "voter": "sunshine" + }, + { + "percent": "383", + "reputation": 1751717743, + "rshares": 833053508, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 8611900471557, + "rshares": 14328319265, + "voter": "poeticsnake" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2455226384, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2559208719, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12926502895, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 4094775285, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1139431680, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91457610718, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52952823, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10200039499, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3054149279, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10858344072, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11648363575, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1776243878, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3684992214, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2377042349, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3079499780, + "voter": "maryfromsochi" + }, + { + "percent": "100", + "reputation": 14234029697181, + "rshares": 299723697, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 414323782, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 207236223370, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 934832712, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 923474554, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7837930769, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 3044846811, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5750123910, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3465980790, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2235069600, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 474509334, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7395964852, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1259790018, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69589512, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 4769178580, + "rshares": 83206133, + "voter": "adogslife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138459757, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 197326430, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435351417, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1939116639, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\n\n\n\nI decided I wanted to Draw A husky with a top hat! This was done using pencil. Only ONE pencil!\n\n# Supplies #\n- One Marco Raffiene 4B pencil. \n- Thick paper\n- White eraser\n\n# How long did it take? #\n1 hour and 4 minutes! \n\nI love to zone out and just draw, Have my classical music playing. It's so relaxing! \n\n\n\n\n\n\n", + "body_length": 1194, + "cashout_time": "2016-09-21T14:14:33", + "category": "art", + "children": 20, + "created": "2016-09-14T14:14:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"drawing\",\"tutorial\",\"tips\"],\"image\":[\"http://i.imgur.com/b3m1MXe.jpg?1\",\"http://i.imgur.com/VR10afN.jpg\",\"http://i.imgur.com/hCSHsOP.jpg\",\"http://i.imgur.com/g9bHipE.jpg\",\"http://i.imgur.com/4mhoOpc.jpg\",\"http://i.imgur.com/JEAOry3.jpg\",\"http://i.imgur.com/vmrzAK1.jpg\",\"http://i.imgur.com/syHsU8Q.jpg\"],\"links\":[\"http://imgur.com/b3m1MXe\",\"http://imgur.com/VR10afN\",\"http://imgur.com/hCSHsOP\",\"http://imgur.com/g9bHipE\",\"http://imgur.com/4mhoOpc\",\"http://imgur.com/JEAOry3\",\"http://imgur.com/vmrzAK1\",\"http://imgur.com/syHsU8Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:21:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25819731189237, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "43.165 HBD", + "percent_hbd": 10000, + "permlink": "husky-drawing-original-art-by-kaylin", + "post_id": 1243486, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Husky Wearing A Hat! Drawing (Original Art By Kaylin)", + "title": "Husky Wearing A Hat! Drawing (Original Art By Kaylin)", + "total_payout_value": "0.000 HBD", + "url": "/art/@kaylinart/husky-drawing-original-art-by-kaylin" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260764053346, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26301850743316, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14447419939656, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 1133069631465, + "rshares": 30325685746209, + "voter": "val-a" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15605000000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35140699766668, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4574334081535, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 7028898358251, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 173882410087, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 9910560004202, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 610230676198, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 120855503269, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5450332021682, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1673100049730, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4062956162312, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1149056534045, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4624346498267, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6514602351120, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6400095696110, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 403437826343, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26833458550, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1731510767128, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 84640148427, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4166568773495, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 223905651656, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 12275043694, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 630566306296, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1209033907, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 687090032502, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91240228363, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718241828, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 258890080700, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 795235221870, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 170448234189, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3126367512437, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10365366239, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2747150485288, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799706906226, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4940816573, + "voter": "sakr" + }, + { + "percent": "7500", + "reputation": 5296864583034, + "rshares": 52267603683, + "voter": "ilanaakoundi" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1784486145, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81778714071, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14485500439, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 182184490464, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17261905745, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1231622449650, + "voter": "gavvet" + }, + { + "percent": "497", + "reputation": 12382143533351, + "rshares": 44936016583, + "voter": "eeks" + }, + { + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -12893763252, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 581796947010, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 9089111423, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48608113541, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178475239190, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268818780, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100988550788, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629740296743, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414357784, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3186258004, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 17430843199, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2326310189, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5853981249, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1064576926325, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49529533316, + "voter": "ak2020" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897522470, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 98824186817, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418804855, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55573071997, + "voter": "juanmiguelsalas" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33768131164, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 574978856216, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 2201949670, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804428766688, + "voter": "anwenbaumeister" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652497229, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946920606, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202862990998, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 81140450926, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 87044687927, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11725334283, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 20587586407, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158997318209, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 453674041389, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 62652918156, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867544970, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19227034654, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 158322035362, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 540675721761, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1382909545432, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18347051336, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 45733024772, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 243777568, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17613903814, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33656343814, + "voter": "toxonaut" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 14826352016829, + "rshares": 37477086352, + "voter": "diana.catherine" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11096353249, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 71693623547, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4205385163, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2722560234, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35770303799, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2434921863, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 4296012707, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2884781837, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 175156042246, + "voter": "blueorgy" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542807775, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168473448, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 256660074008, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3773911635, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 9502502066, + "voter": "oumar" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840923427, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7837739118, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 36537971467, + "voter": "paquito" + }, + { + "percent": "2000", + "reputation": 5528318017618, + "rshares": 1120682252, + "voter": "lpfaust" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5431079499, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 12879388253, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206056754, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 270533787248, + "rshares": 1258889103, + "voter": "mohammed123" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21551743607, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42775578615, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543618384, + "voter": "proto" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33381543237, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16939424070, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3555056805, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 177054757, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "1100", + "reputation": 4063076365725, + "rshares": 467278771, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2399486339, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 113159459, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 947490604, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 49031153303, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298221146, + "voter": "taker" + }, + { + "percent": "9000", + "reputation": 10137266406870, + "rshares": 14667601139, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 10689974196, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10107459891, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1180036690060, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 156808373457, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24365622803, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 7564464865541, + "rshares": 21937293191, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4038742528, + "voter": "timcliff" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38493825241, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239614488307, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9201794973, + "voter": "flysaga" + }, + { + "percent": "500", + "reputation": 1751717743, + "rshares": 1249580263, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 7842754455, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 77413968, + "voter": "kurzer42" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52933383775, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2422858002, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 4337200195, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 109799369185, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 6151091755261, + "rshares": 35930892807, + "voter": "budgetbucketlist" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132362897113, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 54352151623, + "rshares": 4269542847, + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60240401, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 2464511443415, + "rshares": 3062483684, + "voter": "alitas" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6555686028, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93215140213, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15543048016, + "voter": "randyclemens" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251276841, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12956892771, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2505333045, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 39336543785, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62201879, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3820074526, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 9523766827937, + "rshares": 67219867859, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8446448806, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569626145, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 3209376097, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 68042118, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4097488430, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61075670, + "voter": "weames" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561462512, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9443278113, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 33826834839, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3054149279, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981841214, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20539806569, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 916656643, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 95362884392, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59750246, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 62751101, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375408076, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 278004039, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 377542979, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 23413430011, + "rshares": 61115647, + "voter": "steempipe" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23522356557, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139349966, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3632579654, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1233668048, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9818184488, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 88019548, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 70275964, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1624586871, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 78525447485, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 52842496, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52505412, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 42587324218, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15560806947, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5676881799, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 474964783, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708768210, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53281654, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6827381497, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 405698035912, + "rshares": 345961132, + "voter": "tfeldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1414660150, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145187700042, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 620633970, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52560790, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 207236223370, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1723256, + "rshares": 55690180, + "voter": "jeremyschew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52242652, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52236265, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25849035338, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2674022812, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7642689568, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53003720, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2201645172, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 835515368056, + "rshares": 1504667661, + "voter": "digitalbrain" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7681172153, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 43440714161, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 3956902718, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5419706802, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 598109050, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 51261721, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 438008616, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2400009033, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 52928580, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084353453, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4814064056, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51615039, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 27406063017, + "rshares": 58668861, + "voter": "humans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1533678042141, + "rshares": 2019644456, + "voter": "greenwayoflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 617955620301, + "rshares": 1523610145, + "voter": "thebiggestidea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 50534533, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50482289, + "voter": "connection" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166200503, + "voter": "haddock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3607535118, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69589512, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 46774280781, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82287966, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 705822962, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138459757, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159730645, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159716853, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158676075, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435351417, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1883713307, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 205939206, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 155225345, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 692395145, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 1653762508, + "rshares": 152431082, + "voter": "alterego" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158198121, + "voter": "lefrisa" + }, + { + "percent": "10000", + "reputation": 5459827864, + "rshares": 157848543, + "voter": "bicolisarog" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 184381906, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 203602662, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 1262958259666, + "rshares": 846327994, + "voter": "alienbutt" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 182445807, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 112446078, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 152816202, + "voter": "countofdelphi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151525581, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 2407809, + "rshares": 151078228, + "voter": "unterhd6" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 141999204, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 147818170, + "voter": "dirlei.sdias" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153395599, + "voter": "trickster512" + }, + { + "percent": "10000", + "reputation": 11959732, + "rshares": 150319355, + "voter": "denise12" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "\n

\n

One Month of Project Curie

\n

This will be special update from Project Curie. One month ago, Project Curie began with humble beginnings. It has been an exhilarating experience for the team and we are delighted to share our progress with the Steemit community. To know more about Project Curie, do check out our initial announcement.


\n

Project Curie wishes to thank @pharesim, @val, @silversteem and @clayop along with @nextgencrypto and @berniesanders for helping us reward more deserving posts

\n

When a group of Steemit writers got together to form Project Curie, we thought that if we pooled our own votes on some posts, we could help reward some emerging and undiscovered authors who were posting great original material. 

\n

$5 later, it was clear our combined votes wouldn\u2019t make a huge difference.

\n

Fortunately, we were able to form a partnership with @nextgencrypto who was generous enough to donate some voting power to help reward deserving posters who were not yet established. @berniesanders then joined to help. With their support, Project Curie became a reality. 

\n

Today, we announce that @val, @pharesim, @silversteem and @clayop also have donated additional voting power to help Project Curie reach a greater number of original content posts from undiscovered and deserving authors. Please join us in thanking them. And please do not send your posts directly to any of these individuals; Project Curie is curating the posts and you are welcome to submit any good ones you find to the #curie channel on Steemit.chat.


\n\n

Proyecto Cervantes

\n

Project Curie is excited to announce a new branch of curation created to support Spanish authors on Steemit. The branch is called \u201cProyecto Cervantes\u201d and it\u2019s main curators are @gargon and @pgarcgo. The goal is to find and reward Spanish or bilingual (Spanish and English) posts on Steemit in order to foster a more diverse community. @gargon and @pgarcgo will be creating a compilation post for every 10 posts that they curate in order to provide transparency as to which posts are being rewarded. The hope is also to provide the original authors more exposure. You can find their first compilation posts here and here. Two members of Project Curie are Spanish speakers ( @anwenbaumeister and @the-alien), and they provide a second line of curation and review for these posts. So, if you are a Spanish speaker, we encourage you to begin writing bilingual posts in order to create a bridge between the two languages and communities!

\n\n
\n\n

Statistics from Month #1

\n

Total posts curated: 2055
\n
Unique authors rewarded: 763
\n
Total rewards generated for authors: SBD 158,151
\n
Mean reward generated per post: SBD 77
\n
Median reward generated per post: SBD 40  

\n

\n

Since we began tracking on 18th August, we have consistently voted on an average of over 75 posts per day. The trajectory is clearly heading up, and in the last week we have been averaging nearly 100 posts. 

\n

Authors

\n

The Top 10 Authors by number of posts curated were -

\n
    \n
  • @kimal73   
  • \n
  • @herverisson   
  • \n
  • @cristi   
  • \n
  • @lukeofkondor   
  • \n
  • @papa-pepper   
  • \n
  • @cryptos   
  • \n
  • @mariandavp   
  • \n
  • @stephmckenzie   
  • \n
  • @eveningstar92   
  • \n
  • @prufarchy    
  • \n
\n

Top Authors by payouts includes @alexbeyman, @kaylinart, @brianphobos, @jamielefay, @omfedor, @stephmckenzie, @ionescur, @aboundlessworld and @anotherjoe. Many of those names are pretty familiar today, but less than a month ago, they were new authors struggling for exposure.

\n

Tags/Topics

\n

The most used tag was \"life\", but that pretty much includes everything!

\n

\n

The most popular topics were \"art\" (549) and \"photography\" (418). \"Story\" and \"writing\" were pretty close, tagged on around 370 posts each, though we suspect these two tags are often repeated. \"Travel\" and \"science\" also make an appearance. Looking forward, we intend to focus more on original science and technology related posts, and other unique / niche topics. 

\n

#curie

\n

Following our announcement on September 2nd, the #curie channel has been a remarkable success. Currently we have 218 users in the room, 44 of whom have curated content from other authors. We have upvoted 105 posts submitted in #curie, and paid out SBD 525 to curators. 

\n

Top curators from #curie were -

\n
    \n
  • @pfunk
  • \n
  • @kental
  • \n
  • @jamtaylor
  • \n
  • @deviedev
  • \n
  • @royaltiffany
  • \n
\n

Join us on #curie at Steemit.chat and keep the submissions coming! 


\n

Thanks

\n

Last, but not least, we wish to thank - 

\n

@knozaki2015, @shaka, @razvanelulmarin, @greenwayoflife, @jasonstaggers for their generous donations.
\n@royaltiffany for moderating #curie and creating the noble TheButler bot. :)
\n@firepower for setting up the #curie room.
\n
\nAnd of course, everyone voting on and commenting on posts we curate!


\n

Onward to Month #2! 

\n

We are working to increase our reach and rewards for authors, courtesy of extended whale support. We are also setting up @curie as a universal voter for all posts we curate. This way, you can choose to mirror our votes to support the authors. Look out for an announcement regarding this in our Daily Curation List posts. From next week, every Monday we'll have a Weekly Roundup with statistics, similar to this post.

\n

We are always open to feedback, and would love to know how you feel we could do better in Month #2!

\n", + "body_length": 6846, + "cashout_time": "2016-09-21T14:11:30", + "category": "curie", + "children": 37, + "created": "2016-09-14T14:11:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"pharesim\",\"val\",\"silversteem\",\"clayop\",\"nextgencrypto\",\"berniesanders\",\"gargon\",\"pgarcgo\",\"anwenbaumeister\",\"the-alien\",\"kimal73\",\"herverisson\",\"cristi\",\"lukeofkondor\",\"papa-pepper\",\"cryptos\",\"mariandavp\",\"stephmckenzie\",\"eveningstar92\",\"prufarchy\",\"alexbeyman\",\"kaylinart\",\"brianphobos\",\"jamielefay\",\"omfedor\",\"ionescur\",\"aboundlessworld\",\"anotherjoe\",\"pfunk\",\"kental\",\"jamtaylor\",\"deviedev\",\"royaltiffany\",\"knozaki2015\",\"shaka\",\"razvanelulmarin\",\"greenwayoflife\",\"jasonstaggers\",\"firepower\",\"curie\"],\"image\":[\"https://www.steemimg.com/images/2016/09/01/Babel-Lille-2012-Bibliohteque-ideale-2-Jean-Francois-RAUZIER4f9da.jpg\",\"https://www.steemimg.com/images/2016/09/14/curie-1da303.jpg\",\"https://www.steemimg.com/images/2016/09/14/curie-23f98a.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/spanish/@gargon/proyecto-cervantes-08-11-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\",\"https://steemit.com/spanish/@pgarcgo/proyecto-cervantes-11-13-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:09:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 203814685511375, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "2327.995 HBD", + "percent_hbd": 10000, + "permlink": "special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016", + "post_id": 1243454, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Special Edition: Major Updates & Project Curie Month #1 Roundup (12 August - 11 September 2016)", + "title": "Special Edition: Major Updates & Project Curie Month #1 Roundup (12 August - 11 September 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494637006894, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7710245013992, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30984805998710, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289667785336, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14447196140450, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 681484074723, + "voter": "eternity" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 36033200189196, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4574334081535, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 7015534059816, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2160925860071, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2051034289892, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6466290924028, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118485787519, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5339100755934, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1674029296934, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4063925838557, + "voter": "silversteem" + }, + { + "percent": "6800", + "reputation": 18336382560162, + "rshares": 128324636011, + "voter": "svk" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1126556112870, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 1019287149109, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2937247386101, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23332152248, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1910071941344, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6514602351120, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1731498672998, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 90517391466, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4166462346763, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475419579220, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462210569737, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651686683150, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3254899228205, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1209033907, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6756071314, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718241828, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5801165470383, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330827857292, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 425345638228, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1215800936456, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10365366239, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816021167585, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5043750251, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 4909504649121, + "rshares": 64509999367, + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296422841257, + "voter": "chitty" + }, + { + "percent": "1000", + "reputation": 9469162, + "rshares": 8231062957, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109726595, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 736634655803, + "rshares": 8209280181, + "voter": "khanhsang" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1784486145, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85258511340, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14485500439, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17261905745, + "voter": "jademont" + }, + { + "percent": "871", + "reputation": 12382143533351, + "rshares": 74893360972, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 488526217, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5883825852, + "voter": "spaninv" + }, + { + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -12087903048, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336429919201, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8667563285, + "voter": "richman" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 13068852902, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 174506653297, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836158141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 58639157917, + "voter": "oaldamster" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268816966, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 100988550788, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629740296743, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414344480, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6372449504, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 16733609471, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579449391, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2326310189, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206727143370, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5853981249, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1064576926325, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61678758152, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 425799805812, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418804855, + "voter": "applecrisp" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 381169481, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383436160153, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56682792316, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 65989046107177, + "rshares": 572341707403, + "voter": "andrarchy" + }, + { + "percent": "8800", + "reputation": 3906896686802, + "rshares": 48485320682, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1380704224, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563704760996, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13622725061, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 210189819099, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4866103974, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32185020754, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946920606, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111322975376, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6609454107, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81716838174, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251029884, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 497689345, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35378265315, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32849189476, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280886491, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68448307991, + "voter": "bacchist" + }, + { + "percent": "4200", + "reputation": 17405459234693, + "rshares": 29507132066, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 189899541322, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 57789275837, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 462726697228, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1642746247, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3281446057, + "voter": "orly" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 3822074668, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 250280584, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18842493961, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 366200786008, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15993709711, + "voter": "yogi.artist" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103519364, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16242543792, + "voter": "r4fken" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102589641, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 154460522305, + "voter": "derekareith" + }, + { + "percent": "1600", + "reputation": 4667991454724, + "rshares": 134342335542, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234221482, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2304777789, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 167273913111, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18842550092, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 167108122163, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 243777568, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1422705803, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18005198739, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 87558559530, + "rshares": 3519456066, + "voter": "taurus" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11694816243, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 321595915706, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33655847643, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109259290, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4602737482, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 129723551811, + "voter": "paco" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107683133, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24478695193, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73113648749, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2722560234, + "voter": "dmacshady" + }, + { + "percent": "2800", + "reputation": 4997362589971, + "rshares": 32333061210, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19237325288, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 10485943136, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46825725594, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7311652491, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35770229729, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 91938017, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 126704886218, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3638341233, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2506537211, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 4381902261, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 109104600685, + "rshares": 865281681, + "voter": "sebhaj" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24903536535, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 175156042246, + "voter": "blueorgy" + }, + { + "percent": "7500", + "reputation": 2173940256661, + "rshares": 9702073568, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 339108457006, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168473448, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4923764236, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756065125, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 92046641189, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840923427, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30194118400, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 35105109840, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1772149995, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267173384, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267573135, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780100857, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "1000", + "reputation": 3076953263936, + "rshares": 506354306, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206059171, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 183688651, + "rshares": 114721821, + "voter": "mxo8" + }, + { + "percent": "10000", + "reputation": 270533787248, + "rshares": 1234205003, + "voter": "mohammed123" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21120708735, + "voter": "krabgat" + }, + { + "percent": "5200", + "reputation": 2924133430111, + "rshares": 2763375206, + "voter": "favorit" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543618384, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 634042636, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428809375, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16468884512, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46743296544, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 11567632851, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 142823483, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 25747727433, + "voter": "fabien" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817422571, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 250094985729, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3021945641, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2214910466, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 110940646, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3302445446, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 6338015068, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6276554782, + "voter": "shortcut" + }, + { + "percent": "8800", + "reputation": 17701690051649, + "rshares": 115422843193, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 947490604, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 52093680889, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298221146, + "voter": "taker" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6519151447, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 240147448, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15408983536, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571831658, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3034673286, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 160728582794, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24365622803, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 130522396758, + "rshares": 54215689285, + "voter": "sextusempiricus" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24019048233, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25067031014, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25075820795, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6338796297, + "voter": "brendio" + }, + { + "percent": "872", + "reputation": 1751717743, + "rshares": 2082633772, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 80533628422, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375350982, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2868848889, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56886318, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25071217681, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25068579591, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25065597250, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25061528883, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5480906296, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25057888093, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25055101904, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3229522119, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112040172638, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 54352151623, + "rshares": 4269542847, + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 3653299044116, + "rshares": 7834943379, + "voter": "mevilkingdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60240401, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 368648608, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11282370272, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 115248537, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93215140213, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2215228183, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79785139, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2455226384, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1434064827, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 40210689203, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3667415885, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 3921604342143, + "rshares": 16997336414, + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4179438198, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53688127, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93744050986, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6669342810, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9443278113, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3054149279, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 84068339484, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11375408076, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25048684602, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 389157557895, + "rshares": 91779459, + "voter": "lasseehlers" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 377542979, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982178419, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 54361669, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 5764641330, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3133328104, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2080442949, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 80071335, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4403814537511, + "rshares": 17920360614, + "voter": "takethecannoli" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1208491149, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1699015883, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 88019548, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 1608017298201, + "rshares": 2212170971, + "voter": "steemitguide" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7470990325, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592852638, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24180906457, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3336919086, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660688801, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 42587324218, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4656328113, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15560806947, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708768210, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51061585, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3079499780, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6827381497, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212837202380, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26903512125, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2674022812, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2201645172, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54622489, + "voter": "medafi" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7708395185, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63519655246, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 43440714161, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51278775, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5419706802, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749962751, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3613469334, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2188505650, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61548157, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 474509334, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27666667825, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2400009033, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 286977519, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084353453, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 53055896, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4814064056, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 24953404448, + "rshares": 56301561, + "voter": "stringer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50235850, + "voter": "billkappa442" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1491995147, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4984135374, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 827252367, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687702565, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 843039218853, + "rshares": 728357348, + "voter": "ziogio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69589512, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 197326430, + "voter": "sjamayee" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": 121259976, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630339077, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444421238, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158523226, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1994519972, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 201362779, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 152057481, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 16892648, + "rshares": 156261069, + "voter": "ibm1000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155619923, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81075259, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89654003, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 151413472, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 148077602, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79990132, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 171078424, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 112446078, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151525581, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 144957585, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 147818170, + "voter": "dirlei.sdias" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135637537, + "voter": "toddemaher1" + } + ], + "author": "cass", + "author_reputation": 82600290949846, + "beneficiaries": [], + "body": "![b99cea99b79d334be4815a56a64ff4f1.png](https://www.steemimg.com/images/2016/09/14/b99cea99b79d334be4815a56a64ff4f1.png)\n\n---\n\nI want to follow up on @roelandp announcement post about the steemfest.com at November 11/12/13.\n\nSome of u have noticed i'm assisting him on the preparation for the Steemfest Event in November.\nI did meet @roelandp in Amsterdam last week and was directly impressed by his passion and energy.\nSo i decided to FULL support him towards the Nov11.\n\n\n### All gotten SBD rewards will contributed towards @steemfest project \n\nSo u will have a better possibility to get a preview on how the posters will look later on \"LIVE\".\nHere we go, i was trying to make a nice small mockup collection to this cause.\n\nENJOY\n[![3a7db045b911ea8785a1e9c37c7e75a7.jpg](https://www.steemimg.com/images/2016/09/14/3a7db045b911ea8785a1e9c37c7e75a7.jpg)](https://www.steemimg.com/image/1SL5m)\n\n[![9a8268f34903dbcf5fbe06559ce7bfc6.png](https://www.steemimg.com/images/2016/09/14/9a8268f34903dbcf5fbe06559ce7bfc6.png)](https://www.steemimg.com/image/1V8e6)\n[![8f8de740d802a0bf228bd833657b1f26.jpg](https://www.steemimg.com/images/2016/09/14/8f8de740d802a0bf228bd833657b1f26.jpg)](https://www.steemimg.com/image/1SnTu)\n[![a317ccbeec3112a5d60f6f2afdf8255a.jpg](https://www.steemimg.com/images/2016/09/14/a317ccbeec3112a5d60f6f2afdf8255a.jpg)](https://www.steemimg.com/image/1SPji)\n[![bd3b5b4c18cda4d063cabc03443cb6a8.jpg](https://www.steemimg.com/images/2016/09/14/bd3b5b4c18cda4d063cabc03443cb6a8.jpg)](https://www.steemimg.com/image/1SCWB)\n[![4d16cb792150dbd9c7cca2e9eea45f9d.jpg](https://www.steemimg.com/images/2016/09/14/4d16cb792150dbd9c7cca2e9eea45f9d.jpg)](https://www.steemimg.com/image/1S62K)\n[![25943765543ef057543db7f2d5b65e28.jpg](https://www.steemimg.com/images/2016/09/14/25943765543ef057543db7f2d5b65e28.jpg)](https://www.steemimg.com/image/1SwCI)\n[![a1d1fc9af366abae551a9b443ac0441f.jpg](https://www.steemimg.com/images/2016/09/14/a1d1fc9af366abae551a9b443ac0441f.jpg)](https://www.steemimg.com/image/1Sq3h)", + "body_length": 2021, + "cashout_time": "2016-09-21T14:02:39", + "category": "steemfest", + "children": 17, + "created": "2016-09-14T14:02:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemfest\",\"design\",\"poster\",\"amsterdam\"],\"users\":[\"roelandp\",\"steemfest\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/b99cea99b79d334be4815a56a64ff4f1.png\",\"https://www.steemimg.com/images/2016/09/14/3a7db045b911ea8785a1e9c37c7e75a7.jpg\",\"https://www.steemimg.com/images/2016/09/14/9a8268f34903dbcf5fbe06559ce7bfc6.png\",\"https://www.steemimg.com/images/2016/09/14/8f8de740d802a0bf228bd833657b1f26.jpg\",\"https://www.steemimg.com/images/2016/09/14/a317ccbeec3112a5d60f6f2afdf8255a.jpg\",\"https://www.steemimg.com/images/2016/09/14/bd3b5b4c18cda4d063cabc03443cb6a8.jpg\",\"https://www.steemimg.com/images/2016/09/14/4d16cb792150dbd9c7cca2e9eea45f9d.jpg\",\"https://www.steemimg.com/images/2016/09/14/25943765543ef057543db7f2d5b65e28.jpg\",\"https://www.steemimg.com/images/2016/09/14/a1d1fc9af366abae551a9b443ac0441f.jpg\"],\"links\":[\"https://www.steemimg.com/image/1SL5m\",\"https://www.steemimg.com/image/1V8e6\",\"https://www.steemimg.com/image/1SnTu\",\"https://www.steemimg.com/image/1SPji\",\"https://www.steemimg.com/image/1SCWB\",\"https://www.steemimg.com/image/1S62K\",\"https://www.steemimg.com/image/1SwCI\",\"https://www.steemimg.com/image/1Sq3h\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T14:02:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 169985783269298, + "parent_author": "", + "parent_permlink": "steemfest", + "pending_payout_value": "1618.329 HBD", + "percent_hbd": 10000, + "permlink": "steemfest-follow-up-poster-designs-sbd-rewards-will-donated-to-the-project", + "post_id": 1243377, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Steemfest] Follow up - Poster designs! SBD rewards will donated to the project!", + "title": "[Steemfest] Follow up - Poster designs! SBD rewards will donated to the project!", + "total_payout_value": "0.000 HBD", + "url": "/steemfest/@cass/steemfest-follow-up-poster-designs-sbd-rewards-will-donated-to-the-project" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31615036594147, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289672111903, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2503840637381, + "voter": "elixir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2217792330072, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2097604891486, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5339100755934, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23332152248, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5993942039492, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1731469415199, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 90517391466, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4355513184865, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 13242440274, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 471839956607, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651673983804, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3254899228205, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 687074715680, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91239679568, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6755989070, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1718220661, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5915124486969, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437747458127, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1168173562906, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10365249221, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5043750251, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296422841257, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 200856674179, + "voter": "gardenlady" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48628918549, + "voter": "alexgr" + }, + { + "percent": "2000", + "reputation": 9469162, + "rshares": 18108298598, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1784473143, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 78298768791, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14793354242, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 12594877551576, + "rshares": 74264104780, + "voter": "nenad-ristic" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 406118989688, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1224661164133, + "voter": "gavvet" + }, + { + "percent": "946", + "reputation": 12382143533351, + "rshares": 74892481150, + "voter": "eeks" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 132309183, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1593536168, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2111092597, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9534319613, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 581790581089, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836158141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178473515654, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313619793, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103793788310, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414323919, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3186224752, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 17082226335, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591038378, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2326284185, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 406739104316, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10789496839, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 206727143370, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5502742374, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1088234191355, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61678207832, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49529062216, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24406094847, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3769556616771, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 417450790012, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 103233401, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383436160153, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55571365016, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 371445699870, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563704760996, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13355612805, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76110496720, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19211553079, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15784822868, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 2201949670, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 263198178267, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4491802783, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2676865682314, + "rshares": 37895833409, + "voter": "cheftony" + }, + { + "percent": "10000", + "reputation": 7263761479745, + "rshares": 129095024003, + "voter": "victor-lucas" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652497229, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946864970, + "voter": "mark-waser" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202862565851, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44424737815, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6744340925, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251008720, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38020121342, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47408810095, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31560985968, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3623792511, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20376891718, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 184767121287, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 57804135156, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 63985625179, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69461072150, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3281401608, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5268496893, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1260816217540, + "rshares": 1515803419, + "voter": "burmik123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 250946477, + "voter": "banzii" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15227384805, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 822845027175, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234221482, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10806770137, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1267671657295, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174391951967, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19333689995, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 210282477056, + "rshares": 311552613, + "voter": "johanniellano" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 90621183, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11948923473, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15582724370, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 39560965012, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107680109, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23979129985, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11094842444, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 76641354904, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398305308, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 81453094146, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 476658067, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8165967295, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54558533317, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46824014805, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36792236293, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 126705202814, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3638298599, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2434921863, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 175156042246, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12586473818, + "voter": "benjiberigan" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4542807775, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7778789898, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 339103696418, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 79541514613, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7025103979, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4922719352, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756051821, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5021608055, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 361552742284, + "rshares": 472134488, + "voter": "nin0000" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8148537378, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840583278, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 49520881548, + "rshares": 128178174, + "voter": "btc-dialog" + }, + { + "percent": "10000", + "reputation": 918911822347, + "rshares": 1344652387, + "voter": "aleco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1772120362, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267173384, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267573135, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 100832394226, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21244956560, + "voter": "prufarchy" + }, + { + "percent": "1000", + "reputation": 3076953263936, + "rshares": 506354306, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 205798085, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 560545873, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21550762529, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543591172, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658428891, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33381476108, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428809375, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365442449, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8444032663, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6405114061, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46743296544, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1822572659, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 142823483, + "voter": "steemster1" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817422571, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1845758722, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1963398883, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2469152523, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 108721833, + "voter": "cryptoz" + }, + { + "percent": "4500", + "reputation": 283380527576, + "rshares": 6145074200, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 896274896, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298213587, + "voter": "taker" + }, + { + "percent": "4500", + "reputation": 10137266406870, + "rshares": 7496773915, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1339343223970, + "rshares": 1943832207, + "voter": "brownsgreens" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3113589822, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1180033725213, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 160728582794, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24019810112, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24534454832, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24543057596, + "voter": "laonie3" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 38492150367, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 6513190111, + "voter": "rich77" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239613973655, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9201783483, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6337914672, + "voter": "brendio" + }, + { + "percent": "946", + "reputation": 1751717743, + "rshares": 2082609584, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1659697260, + "voter": "stormblaze" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 54363923845, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277251109, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5440195109, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24538538513, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24536039997, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24533093295, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24529111489, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5646994365, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24525562069, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24522807346, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3228841854, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112040172638, + "voter": "thisisbenbrick" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132362516716, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 173960096461, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 989801091, + "rshares": 446387656, + "voter": "money247" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61495409, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 115248537, + "voter": "bigsambucca" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6515122069, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93214491315, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15543048016, + "voter": "randyclemens" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4251276841, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2505302807, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62201879, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 14329324059, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3011157618, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8830280955, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8569614654, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26810902518, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6331813454, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4015538661, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93735459896, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249406646, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 576237841, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 587265371, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6334880073, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6656389572, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 8968836569, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3119131178, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981841214, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 898682984, + "voter": "chanbam" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1869944219, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877465765, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 61520687, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 71482195435, + "rshares": 78109321, + "voter": "awgbibb" + }, + { + "percent": "10000", + "reputation": 2043228058601, + "rshares": 3497401523, + "voter": "cryptomental" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12409390955, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4656393373, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86340173624, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24516526583, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 3041821987, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 54361669, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 79979619, + "voter": "joelbow" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227873325, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1158137351, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10225963461, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1853399306, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 4740322901, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 83925616, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 89831340905, + "rshares": 77846143, + "voter": "arandu" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23655969247, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660674892, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1566911402, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 89481141, + "rshares": 2575797724, + "voter": "bbsj" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 187911420, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52496656, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127425766, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 12999461559, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 43493350415, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15560653946, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5917695716, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3789365183, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52171620, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53252658, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 90401484, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 804552495648, + "rshares": 1461665875, + "voter": "jiganomics" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6827311951, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 852820572, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52916909, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1555790829, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068565265, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212837202380, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 117903399171, + "rshares": 634208816, + "voter": "winglessss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26375992279, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2673994994, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 201114488520, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 687559505602, + "rshares": 1577159768, + "voter": "catsmart" + }, + { + "percent": "10000", + "reputation": 3090583312974, + "rshares": 8269010111, + "voter": "geke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44345610509, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 10408522028, + "rshares": 106314628, + "voter": "roxanne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52347083, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 3956902718, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749913161, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62886160, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 474509334, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27665974508, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2453328658, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 310864796, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084249437, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4814022329, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 793486964, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 806505169543, + "rshares": 1260230396, + "voter": "bonvivan" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64558024, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687674747, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 820924676273, + "rshares": 220628471, + "voter": "king3071" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80674477, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144899746, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205548365, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158529766, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 426281596, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157801695, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2271511840, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157691927, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 39836927140, + "rshares": 163550597, + "voter": "laskoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156262128, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155619923, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155528114, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 772054987337, + "rshares": 1114880540, + "voter": "loca" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81067398, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158174683, + "voter": "fereti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80379451, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 151413472, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67690648, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73837045, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 106367912, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148495069, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 3855748483, + "rshares": 154332366, + "voter": "tnemm.atiaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154128967, + "voter": "osyed" + }, + { + "percent": "10000", + "reputation": 2407809, + "rshares": 151078228, + "voter": "unterhd6" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 138977944, + "voter": "newsfeed" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Some people have been questioning the stats I put up. So here is a more comprehensive set, both from Google Analytics and from Pyramid analytics.\n\nGoogle analytics only produces visualizations based on generalization in the data set. This prevents a user from hitting their servers too hard by grinding through the entire data-set.\n\nI download the entire data-set, using their API, place it into a SQL Tabular in-memory cube and then am able to visualize the entire data-set with 100% accuracy and no generalizations at will. \n\nBelow are some comparative visualizations, distribution and trends. \n\nHere is one I put together 3 months back showing the initial growth of steemit over the first couple of days.\nhttps://steemit.com/steem/@gavvet/my-fellow-steemians-which-one-are-you\n\nTake a look at how we are spreading. \n-\nThis is pre 4th July distribution and size\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/pre%204th_zpswhsjr22c.jpg\n\nPost 4th July Distribution and size\n-\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/post%204th_zpsrsypb2ys.jpg\n\n\nDistribution has shifted a little in the two months and 10 days since the 4th of July\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/first%20month_zps762cdkml.jpg\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/second%20month_zpsbdfichm3.jpg\n\nMost notable are the shifts in Australia\n-\n\nHere are the Google Analytics New Visitor vs Loyal Visitor trend-lines... far flatter due to a greater vertical axis. therefore the peaks and troughs are less pronounced.\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/allsessions_zps6olszagp.jpg\n\nHere are my latest graphs till a couple of hours ago.\n-\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/now01_zps92fyoxqd.jpg\n\nAs can be seen the flattening trend is continuing with a slight uptick in the Americas again. There must be some hype again as the New visitors are spiking.\n-\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/now_zpsob1r8jdu.jpg", + "body_length": 1953, + "cashout_time": "2016-09-21T13:37:27", + "category": "stats", + "children": 23, + "created": "2016-09-14T13:37:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"stats\",\"steemit\",\"growth\",\"distribution\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/pre%204th_zpswhsjr22c.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/post%204th_zpsrsypb2ys.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/first%20month_zps762cdkml.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/second%20month_zpsbdfichm3.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/allsessions_zps6olszagp.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/now01_zps92fyoxqd.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/now_zpsob1r8jdu.jpg\"],\"links\":[\"https://steemit.com/steem/@gavvet/my-fellow-steemians-which-one-are-you\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:37:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 89055678945654, + "parent_author": "", + "parent_permlink": "stats", + "pending_payout_value": "468.882 HBD", + "percent_hbd": 10000, + "permlink": "the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends", + "post_id": 1243156, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "title": "The state of steemit.com... Google Analytics, visitor distribution and trends.", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/the-state-of-steemit-com-google-analytics-visitor-distribution-and-trends" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289666760260, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2936987875695, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 471839956607, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 302715196458, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15101549122, + "voter": "gregory-f" + }, + { + "percent": "376", + "reputation": 12382143533351, + "rshares": 29956754775, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 7253805196, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8667563285, + "voter": "richman" + }, + { + "percent": "6600", + "reputation": 15755437221598, + "rshares": 20256712625, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268816966, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629740296743, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414294886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6517237081, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10788839758, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 202508222077, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1064582190564, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 380289645105, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55393962373, + "voter": "kus-knee" + }, + { + "percent": "7000", + "reputation": 5260794316761, + "rshares": 95408871265, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678900792, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113948079769, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 5183782936, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91972857438, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251008720, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4225250837, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31560985968, + "voter": "acassity" + }, + { + "percent": "6600", + "reputation": 17405459234693, + "rshares": 45128547062, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3714387323, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179634701251, + "voter": "asmolokalo" + }, + { + "percent": "6600", + "reputation": 4066839697461, + "rshares": 6115319468, + "voter": "getssidetracked" + }, + { + "percent": "8100", + "reputation": 9786117166130, + "rshares": 20276586102, + "voter": "mindover" + }, + { + "percent": "6600", + "reputation": 2906973892, + "rshares": 157743793, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15227384805, + "voter": "r4fken" + }, + { + "percent": "6600", + "reputation": 675716972978, + "rshares": 156327072, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 563683199283, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181509466463, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 90621183, + "voter": "cynetyc" + }, + { + "percent": "7600", + "reputation": 2821855573125, + "rshares": 6805209023, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11945114216, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 3712179554, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 37946231746, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107680109, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24474473112, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 232704872, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46823531225, + "voter": "milestone" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1817246890, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36792116552, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 79540713254, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3632349993, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31918359867, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5372325381, + "voter": "rainchen" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840501633, + "voter": "jl777" + }, + { + "percent": "6600", + "reputation": 6570213787, + "rshares": 77636148, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 34883472303, + "voter": "anca3drandom" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543588148, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17408341310, + "voter": "michaeldodridge" + }, + { + "percent": "4600", + "reputation": 17218558634066, + "rshares": 20099974832, + "voter": "smailer" + }, + { + "percent": "900", + "reputation": 4063076365725, + "rshares": 350459078, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1538132268, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002666860, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 6097784268, + "voter": "jed78" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298212075, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 168567870195, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25195919651, + "voter": "laoyao" + }, + { + "percent": "379", + "reputation": 1751717743, + "rshares": 833037785, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2868848889, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5480906296, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 6000074040, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2559208719, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1462746123, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13207513828, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 4094775285, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15699665933, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 662006689, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 290868192700, + "rshares": 9963254111, + "voter": "ottodv" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93735459896, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10412540322, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2058048144, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11892332998, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13834252977, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11299387753, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 2107555363, + "voter": "therealpaul" + }, + { + "percent": "9000", + "reputation": 3144994876819, + "rshares": 4540959457, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1853399306, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2377013321, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 185701642, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 474964783, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2540867016, + "voter": "fajrilgooner" + }, + { + "percent": "1000", + "reputation": 14234029697181, + "rshares": 1798342182, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 422610257, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749826365, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3613469334, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2328197500, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 511010052, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 334777472, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 55977038, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538261746, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205540805, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 157577649, + "voter": "djangothegod" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89654003, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79990132, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 405982369, + "rshares": 152818230, + "voter": "gramion" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\n\nWhy the Hell Would you want to do that? I'll tell you...\n\n\nSelf-published author; We keep hearing that all over. It's no longer a massive deal if you publish a book or even become a \"best seller.\" All you have to do is pick a low seller category on Amazon and BAM! Best seller status.\n\n\nBecause of some of the people publish absolute crap, Self-published authors are getting a bad name! Sure great people like James Altucher are self-published. But I often feel like customers are discriminatory at times against self-published authors, And for a good reason. I've read quite a few crap books on the Amazon platform, That were a waste of my money.\n\n\nOverall self- publishing is great for everyone, The publishers cannot control who has a voice, We can make a living off our books if we spend enough time on it. Overall this is a dream come true for many of us.\n\n\nBut sometimes to prevent people from setting our book down before they even read it, It's best they don't' know that we are self-published.\n\n\n# Get A Professional Cover #\nThere are so many freelancers who will make you a gorgeous cover! You can make your own! Or heck there are even businesses that will make your cover. There is no reason why you shouldn't have a gorgeous cover. I've seen so many dinky ones on Amazon; They are horribly ugly. Don't display your hard work like that! PEOPLE DO JUDGE BOOKS BY THE COVER! Save your money and hire a designer. Nothing screams \"I'm self-published\" like a shit cover.\n\n\n# EDIT edit EIDT #\nDid you notice I spelled the last \" Edit \" wrong?\nI hope you did....Edit the fuck out of your book, Sure even books published by a well-known publisher occasionally have mistakes, They happen. But don't have a million spelling mistakes. Otherwise, it's obviously self-published.\n\n\n# Consider buying ISBNs # \nI don't recommend this for everyone. ISBNS are expensive; They can even be a waste of your money if you don't take advantage of them. But having your ISBN allows you to put \"your company\" as the imprint, Which hides the fact you are self-published. Just be sure your company sounds like a real company. Some benefits of owning your ISBN include\n- You own your book completely\n- You can take your ISBN with you, and use it on the same book on another platform, As long as you don't change the format.\n- You can use it for Ingram Spark, which DOESN'T provide you with a free ISBN like other platforms often do.\n\n\nIf you buy ISBN, I recommend going to the Bowker website around the holiday season, Wait for the sale and use the promo code. Make sure you are on their email list, so you get notified That will reduce the price. Then buy the 100 pack. Which is a great deal if you plan on publishing more than one book. I think I paid around $475.00 For the whole deal. I've had it for almost a year now, and I've used around 15 ISBN already because I publish books fast.\n\n\n# Have a paperback AND Digital Edition #\nObviously, If you do coloring books. You only can have paperbacks. \nSome other things may apply as well, But having more than just a Kindle edition looks more legit! When I see a paperback, A Kindle and sometimes others. I assume this is a legit author who has some experience. I automatically think that their books will be better quality. You can make a Createspace version relatively quickly. Most of your sales WILL be Kindle based. But just having the paperback as an option will boost those Kindle sales. So do it!\n\n*Thank you pixabay for the photos!*", + "body_length": 3803, + "cashout_time": "2016-09-21T13:01:51", + "category": "writing", + "children": 22, + "created": "2016-09-14T13:01:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"books\",\"art\",\"self-publishing\"],\"image\":[\"http://i.imgur.com/uEnVter.jpg\",\"http://i.imgur.com/XxJRkUv.jpg\",\"http://i.imgur.com/zY1UPrq.jpg\"],\"links\":[\"http://imgur.com/uEnVter\",\"http://imgur.com/XxJRkUv\",\"http://imgur.com/zY1UPrq\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:01:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9149863825473, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "6.791 HBD", + "percent_hbd": 10000, + "permlink": "how-to-hide-the-fact-you-are-self-published", + "post_id": 1242859, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Hide The Fact You Are Self-Published", + "title": "How To Hide The Fact You Are Self-Published", + "total_payout_value": "0.000 HBD", + "url": "/writing/@kaylinart/how-to-hide-the-fact-you-are-self-published" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1915876518994, + "rshares": 686215027208, + "voter": "erath" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494617500629, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289665151317, + "voter": "anonymous" + }, + { + "percent": "8000", + "reputation": 27004834032159, + "rshares": 436502132884, + "voter": "modprobe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2217792330072, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2097552675313, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2936917082118, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23332152248, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5993942039492, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1731397029273, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4449596902489, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651661282697, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3254899228205, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91236416146, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6954631121, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1767269135, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437724246783, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 173857198873, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3126332193499, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 687181478380, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10606181778, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5043750251, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 1268313655180, + "rshares": 45535893629, + "voter": "steem-samiam" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 302715196458, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 76633033946568, + "rshares": 753730710337, + "voter": "piedpiper" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1825959213, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15409744002, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 1339573287588, + "rshares": 10182088870, + "voter": "andzzz" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23563675980, + "voter": "joelinux" + }, + { + "percent": "927", + "reputation": 12382143533351, + "rshares": 74891886938, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 498703846, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 912586848500, + "voter": "cryptogee" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 6006405558, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 25760122967, + "voter": "georgedonnelly" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 581751797760, + "voter": "nanzo-scoop" + }, + { + "percent": "8100", + "reputation": 15755437221598, + "rshares": 25484251367, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47419915237, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 183162167035, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 4611433093423, + "rshares": 27088848305, + "voter": "tmendieta" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268816966, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103792289083, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642857797110, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414294886, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3331004465, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380357206, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1088234191355, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63439974230, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50830135124, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24894216743, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409101774211, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 389110512, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 371445699870, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 56501841621, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 79217047607, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268888464827, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 5174686594, + "rshares": 317022556, + "voter": "james-ecom" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113948079769, + "voter": "geoffrey" + }, + { + "percent": "9800", + "reputation": 598181152117, + "rshares": 213529357213, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 273577604464, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91972857438, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3534601312539, + "rshares": 34915000782, + "voter": "jakevanderark" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251008720, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 35372433067, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31560985968, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 4459522539935, + "rshares": 12831220554, + "voter": "bitcoinmeister" + }, + { + "percent": "8100", + "reputation": 17405459234693, + "rshares": 57278540502, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 58968497629, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71631301546, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3281342335, + "voter": "orly" + }, + { + "percent": "8100", + "reputation": 4066839697461, + "rshares": 7453045602, + "voter": "getssidetracked" + }, + { + "percent": "8100", + "reputation": 2906973892, + "rshares": 197179742, + "voter": "strawhat" + }, + { + "percent": "8100", + "reputation": 675716972978, + "rshares": 195408840, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150601756433, + "voter": "derekareith" + }, + { + "percent": "4200", + "reputation": 4667991454724, + "rshares": 352647868789, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 563683199283, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17613903814, + "voter": "sebastien" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107680109, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24474473112, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11094842444, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 227955793, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73113542919, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 5740590214206, + "rshares": 13980072682, + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46823531225, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36791996806, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3793119816, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5725248297, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3167747223142, + "rshares": 29813935327, + "voter": "dudutaulois" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12586473818, + "voter": "benjiberigan" + }, + { + "percent": "9800", + "reputation": 782596410473, + "rshares": 4775660685, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7778789898, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 346168356760, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 79540713254, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 286954965413, + "rshares": 235530178, + "voter": "faltmast" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19941535961, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756018555, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5372325381, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4296225297, + "voter": "vapekings14" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840501633, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019434326075, + "voter": "james212" + }, + { + "percent": "8100", + "reputation": 6570213787, + "rshares": 96457032, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 33672248214, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1772090726, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267173384, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267573135, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 7413042495, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 1365185552740, + "rshares": 2783540828, + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 16870381913, + "voter": "winstonwolfe" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543588148, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658428891, + "voter": "curator" + }, + { + "percent": "9800", + "reputation": 17698439393799, + "rshares": 35184158194, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428809375, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16937845599, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46743178009, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42821685512, + "voter": "smailer" + }, + { + "percent": "4400", + "reputation": 4063076365725, + "rshares": 1634845143, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1476606977, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46943716429, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3302405531, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298210563, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1339343223970, + "rshares": 1904955563, + "voter": "brownsgreens" + }, + { + "percent": "9800", + "reputation": 10771708337101, + "rshares": 1243744518040, + "voter": "laonie" + }, + { + "percent": "2400", + "reputation": 7564464865541, + "rshares": 5703696229, + "voter": "thebluepanda" + }, + { + "percent": "9800", + "reputation": 18027204457681, + "rshares": 39818077751, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 6513190111, + "voter": "rich77" + }, + { + "percent": "9800", + "reputation": 5776723480371, + "rshares": 252553896403, + "voter": "somebody" + }, + { + "percent": "9800", + "reputation": 206355094166, + "rshares": 9685676574, + "voter": "flysaga" + }, + { + "percent": "943", + "reputation": 1751717743, + "rshares": 2082594464, + "voter": "gmurph" + }, + { + "percent": "8100", + "reputation": 10690204490232, + "rshares": 17985958843, + "voter": "mrs.steemit" + }, + { + "percent": "9800", + "reputation": 97845484474, + "rshares": 57222618403, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277222683, + "voter": "ullikume" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 139507646415, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 90985687, + "voter": "bigsambucca" + }, + { + "percent": "9800", + "reputation": 6111268639849, + "rshares": 6818151002, + "voter": "elfkitchen" + }, + { + "percent": "9800", + "reputation": 1851205309677, + "rshares": 4474858894, + "voter": "xiaokongcom" + }, + { + "percent": "9800", + "reputation": 4195733833721, + "rshares": 9020211507, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3359940512, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93735459896, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52952823, + "voter": "party1998" + }, + { + "percent": "9800", + "reputation": 730408370151, + "rshares": 605788499, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 91627266742, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877420409, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11892332998, + "voter": "gvargas123" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 4041176466, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5077272600, + "voter": "silverbug2000" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21746609884, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2604388691, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1555790829, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068127644, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22625266121, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1394094084, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 33451402996481, + "rshares": 236897534970, + "voter": "jamielefay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749826365, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6099528242, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 511010052, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 334777472, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 3272156815, + "rshares": 51367617, + "voter": "ellen90157" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205540805, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158676075, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158529766, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 129914165, + "voter": "newsfeed" + } + ], + "author": "piedpiper", + "author_reputation": 76633033946568, + "beneficiaries": [], + "body": "
![vlcsnap-2016-09-07-19h46m40s70728d848.png](https://www.steemimg.com/images/2016/09/14/vlcsnap-2016-09-07-19h46m40s70728d848.png)
\n
I still need to spend a lot more time practicing to get the movements smooth but as you can see, it doesn't take long to get up and running. This little guy just arrived from China a few days ago and it's already getting some decent footage, even though I have zero experience with remote controlled aerial vehicles. I actually crashed it into the trees alongside a river already and one of its arms was even submerged but after retrieving it with a kayak and machete, it's back up and running like new. I'm seriously impressed with how well it has been performing and how tough it seems to be. I'd definitely recommend the [Phantom 4](http://www.dji.com/phantom-4) to anyone that's in the market.
\n
https://www.youtube.com/watch?v=png_AdSTUys
", + "body_length": 923, + "cashout_time": "2016-09-21T13:01:03", + "category": "filmmaking", + "children": 17, + "created": "2016-09-14T13:01:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"filmmaking\",\"videography\",\"photography\"],\"image\":[\"https://www.steemimg.com/images/2016/09/14/vlcsnap-2016-09-07-19h46m40s70728d848.png\",\"https://img.youtube.com/vi/png_AdSTUys/0.jpg\"],\"links\":[\"http://www.dji.com/phantom-4\",\"https://www.youtube.com/watch?v=png_AdSTUys\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T13:14:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43065042767368, + "parent_author": "", + "parent_permlink": "filmmaking", + "pending_payout_value": "114.463 HBD", + "percent_hbd": 10000, + "permlink": "first-footage-from-new-quadcopter-phantom-4", + "post_id": 1242853, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "First Footage From Phantom 4", + "title": "First Footage From Phantom 4", + "total_payout_value": "0.000 HBD", + "url": "/filmmaking/@piedpiper/first-footage-from-new-quadcopter-phantom-4" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494617500629, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31614753484896, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260762968028, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1714633295036, + "voter": "disney" + }, + { + "percent": "8000", + "reputation": 27004834032159, + "rshares": 425857448229, + "voter": "modprobe" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6878019844747, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2274658800074, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2097552675313, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5227869490185, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23808318621, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5993942039492, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1869432112805, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1774681955005, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4449554260685, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481469343476, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651660520582, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3322709628792, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1209013948, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 708520810914, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91236416146, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6954631121, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5914460233725, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437724246783, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10606181778, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 302715196458, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 9469162, + "rshares": 82315328878, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491286034486, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1825959213, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83518541721, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15409744002, + "voter": "gregory-f" + }, + { + "percent": "924", + "reputation": 12382143533351, + "rshares": 74891886938, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 993850916624, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 35793626272, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8668864101, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 597474819321, + "voter": "nanzo-scoop" + }, + { + "percent": "8100", + "reputation": 15755437221598, + "rshares": 25484039061, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 173404124120, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47419915237, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 183162167035, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106597486086, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642857797110, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414294886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6517182649, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 16384992607, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380357206, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 406739104316, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10788839758, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 89262274316, + "rshares": 31247975585, + "voter": "trung81" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111891456384, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63439974230, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50830135124, + "voter": "ak2020" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897522470, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3846391057396, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409101774211, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 107416370639951, + "rshares": 1011737448118, + "voter": "rok-sivante" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383436160153, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 371445699870, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13355612805, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19595753297, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15784822868, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268888464827, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4678900792, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30498260719, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 1222010452191, + "rshares": 3527823193, + "voter": "antizvuk" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6076102005, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116598035112, + "voter": "geoffrey" + }, + { + "percent": "9800", + "reputation": 598181152117, + "rshares": 213529357213, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279148955488, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45329641437, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 6127015005793, + "rshares": 65327835845, + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2315323255, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471538507, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38021693759, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17556851512, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 66991961012, + "voter": "bacchist" + }, + { + "percent": "8100", + "reputation": 17405459234693, + "rshares": 57278540502, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20376438140, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179634701251, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57102290228, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 19988015698, + "rshares": 249608253, + "voter": "ivp" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1676271680, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3348308505, + "voter": "orly" + }, + { + "percent": "8100", + "reputation": 4066839697461, + "rshares": 7453045602, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5268496893, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 250280584, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19227034654, + "voter": "hakise" + }, + { + "percent": "8100", + "reputation": 2906973892, + "rshares": 197179742, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256381923, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25549517484, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7076383379, + "voter": "futurefood" + }, + { + "percent": "8100", + "reputation": 675716972978, + "rshares": 195408840, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150601756433, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 403513533, + "rshares": 248807305, + "voter": "ginorossi" + }, + { + "percent": "10000", + "reputation": 534528345983, + "rshares": 1010587746, + "voter": "bartcant" + }, + { + "percent": "4200", + "reputation": 4667991454724, + "rshares": 352647868789, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 563683199283, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 433074441, + "voter": "antonyrome" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1382909545432, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177950457317, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19333689995, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11945114216, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33655847643, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15582143745, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 17770261413, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 1232767079, + "rshares": 6613625438, + "voter": "rawmeen" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107678597, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24478695193, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 75138583239, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 227955793, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 476658067, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8165981806, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46823531225, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36791702871, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5839753263, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2573299440, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24415231897, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 179094095267, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12324255614, + "voter": "benjiberigan" + }, + { + "percent": "9800", + "reputation": 782596410473, + "rshares": 4775660685, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 346168356760, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 329472754092, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3504318350, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 81131404129, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7025103979, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 20340366680, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4922719352, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118845448, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3756018555, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31918350794, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118579416, + "voter": "citruss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 5567319, + "rshares": 118565669, + "voter": "johnbe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513185, + "voter": "annabellew" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118447715, + "voter": "brandontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118326435, + "voter": "timothyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118337740, + "voter": "jackson5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840501633, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 49520881548, + "rshares": 130741738, + "voter": "btc-dialog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019434326075, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118086477, + "voter": "michael-brown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118110881, + "voter": "timclarke" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "8100", + "reputation": 6570213787, + "rshares": 96457032, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30194118400, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1808255843, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272625902, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273033812, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 780100857, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 1365185552740, + "rshares": 2839211645, + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 560545873, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 1624945721527, + "rshares": 5378051443, + "voter": "bbrewer" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543588148, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658428891, + "voter": "curator" + }, + { + "percent": "9800", + "reputation": 17698439393799, + "rshares": 35184158194, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437560586, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365378942, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16937845599, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46743178009, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42821685512, + "voter": "smailer" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817422571, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1476606977, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46943716429, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3302405531, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6406856963, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111828316, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921882750, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50576817084, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298206027, + "voter": "taker" + }, + { + "percent": "4500", + "reputation": 10137266406870, + "rshares": 7496773915, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 9931279243, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 1339343223970, + "rshares": 1904955563, + "voter": "brownsgreens" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 7017525914, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15543908888, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3113589822, + "voter": "merej99" + }, + { + "percent": "9800", + "reputation": 10771708337101, + "rshares": 1243744518040, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 168567740155, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22431631233, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22948459322, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22956527131, + "voter": "laonie3" + }, + { + "percent": "9800", + "reputation": 18027204457681, + "rshares": 39818077751, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 6513190111, + "voter": "rich77" + }, + { + "percent": "9800", + "reputation": 5776723480371, + "rshares": 259029637336, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 17553803689, + "voter": "sunshine" + }, + { + "percent": "9800", + "reputation": 206355094166, + "rshares": 9927818489, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6513967858, + "voter": "brendio" + }, + { + "percent": "925", + "reputation": 1751717743, + "rshares": 2082594464, + "voter": "gmurph" + }, + { + "percent": "4000", + "reputation": 1038813018744, + "rshares": 3229179308, + "voter": "chris.roy" + }, + { + "percent": "9800", + "reputation": 97845484474, + "rshares": 57222618403, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277180041, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22952341196, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22950070594, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22947212239, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22943191968, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5646942953, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22939861024, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22937195246, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3300593896, + "voter": "steemleak" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 139507646415, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61495409, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 118281393, + "voter": "bigsambucca" + }, + { + "percent": "9800", + "reputation": 6111268639849, + "rshares": 6818151002, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 6000074040, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15232187056, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2258187658, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 61274515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 254125761482, + "voter": "sirwinchester" + }, + { + "percent": "9800", + "reputation": 1851205309677, + "rshares": 4474858894, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2505242327, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2225398886, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3071380771, + "voter": "jrcornel" + }, + { + "percent": "9800", + "reputation": 4195733833721, + "rshares": 9245716794, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4015538661, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93734567133, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 15841196427096, + "rshares": 44290701459, + "voter": "bitcalm" + }, + { + "percent": "9800", + "reputation": 730408370151, + "rshares": 605788499, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 194786471, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6802729666, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 12152861464, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2058048144, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981841214, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20539253579, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 898682984, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 93967126680, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877420409, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12409390955, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4656393373, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 84578129264, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22931246194, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 54361669, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 58525745813, + "rshares": 69384993, + "voter": "rangertx" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3803460203, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3708243581, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2080442949, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 191046668, + "rshares": 58732483, + "voter": "embraceurdialect" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227873325, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 58272121, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1183314250, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10225963461, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 1772431, + "rshares": 56717099, + "voter": "gabylo" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 4850562968, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 83925616, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 89831340905, + "rshares": 77846143, + "voter": "arandu" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792151801, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2377013321, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57498255, + "voter": "nustriv" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22618047518, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3336919086, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660660982, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 191746347, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 4350110165, + "voter": "baro" + }, + { + "percent": "10000", + "reputation": 1818363378287, + "rshares": 4989467617, + "voter": "mscleverclocks" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1233626301, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 12999461559, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 43493219768, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4156213377, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15898801117, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 474964783, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3789336757, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2540867016, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3602521785, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6975674925, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 136191934687, + "rshares": 92277558, + "voter": "kyusho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53819872, + "voter": "firstwords" + }, + { + "percent": "10000", + "reputation": 6309450092, + "rshares": 55166840, + "voter": "dadinova" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25321504005, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2732111107, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2082637325, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53551460, + "voter": "medafi" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60108345983, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44345521597, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 744273915, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3012131115, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5890066033, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "4400", + "reputation": 176228976143, + "rshares": 4188442139, + "voter": "mallorca" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793281208, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 519729361, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 511010052, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2453314747, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 334777472, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12084158414, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 57244519, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 397448486, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4918646563, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50214183, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 3272156815, + "rshares": 50360408, + "voter": "ellen90157" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687646926, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 51282763, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 363580941, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538261746, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 843039218853, + "rshares": 728357348, + "voter": "ziogio" + }, + { + "percent": "10000", + "reputation": 4769178580, + "rshares": 81574641, + "voter": "adogslife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205540805, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1588535511, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158529766, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 426281596, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158051137, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157801695, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2271511840, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157691927, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156961683, + "voter": "nsawashere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156425539, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156227917, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 1951683089907, + "rshares": 5018470462, + "voter": "sherlockcupid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81067398, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154986758, + "voter": "steempolizei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89654003, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79990132, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 93238678837, + "rshares": 124652252, + "voter": "gamer00" + }, + { + "percent": "10000", + "reputation": 288481983740, + "rshares": 152441845, + "voter": "berek" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 106367912, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 152816202, + "voter": "countofdelphi" + }, + { + "percent": "10000", + "reputation": 81495662035, + "rshares": 152552880, + "voter": "roses3913" + }, + { + "percent": "10000", + "reputation": 995726848, + "rshares": 154814597, + "voter": "achiron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148495069, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 138977944, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1560462705, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135637537, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 40471768, + "rshares": 147383884, + "voter": "marianela" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n
https://media.giphy.com/media/l3vQXWb9ZOsFf57tS/giphy.gif
\n

We live in a world that's dominated by technology.

\n

Humans are always striving to make things easier - faster, better, with less effort.

\n

Programming is an important part of our future. Programming is the key to a automated future, and people that have that skill will be able to shape the future.

\n

Most people even know that this is true, but say to themselves that it's too difficult to learn, or that they don't have the time.

\n

And yes, it might be difficult for some people to learn coding - but it's worth it. Not like some other things you spend time with.

\n
\"You don't have to be a genius to learn how to code - you just have to be determined.\" - Vanessa Hurst
\n

Programming has a future - no, it is the future.

\n

So you're better off spending your time learning programming, instead of studying for a job that will be outworn within the next few decades.

\n

When choosing a job for the future, it's not only important to think about what you like or where your strengths are. You have to think about the future as well.
\nOf course I'm not saying go and do something or the rest of your life that will make you unhappy, but we often make it too easy for ourselves.

\n

https://media.giphy.com/media/xT8qBsOjMOcdeGJIU8/giphy.gif

\n

Like @federicopistono has already mentioned in his book, being a programmer is one of the only jobs that will stay relevant in the future.
\nMost jobs can be overtaken by machines (and will be), but programming needs the human sense of creativity, which no robot could learn.

\n

Everybody talks about wanting safety. But creating safety for yourself can also mean LEARNING something, acquiring a new skill that will be your Airbag in the future.

\n


\n
\"The programmers of tomorrow are the wizards of the future.\" - Gabe Newell
\n


\n

The effort that you put into learning coding is definitely worth it.  And there's even an added bonus - when you mastered one programming language, it's easier to learn other ones as well. 

\n

http://im.ezgif.com/tmp/ezgif-245398567.gif

\n

There are programming languages for everything - you just have to ask yourself what you're interested in. 

\n

No matter what it is - coding a website, software, apps or even blockchain - there are so many different kinds of programming. You can compare it to our different languages of the world - english, french, spanish, italian - and in the same way, there are different languages in programming as well.

\n

The difference is that these languages have a purpose

\n


\n
\"Great coders are today's Rockstars.\" - Will.I.Am
\n


\n

I think Steemit has a great audience for this topic -unlike other social media- because there are already many programmers here.
\nAnd Steemit itself is already proof that shows what technology can do and how programming can change our lives - so what more proof would you need?

\n

http://im.ezgif.com/tmp/ezgif-472298575.gif

\n

Programming can be found in almost every aspect of our lives - the machines that produce our goods, the software that controls the cash register at the grocery store, the tools that save our lives at the hospital and of course the smartphones we use daily. 

\n

All of that would not be possible without programming, and there are endless examples.

\n


\n

This Post should get people to think about this topic.

\n

If someone is really interested in learning how to code, you can contact me on rocket chat @sirwinchester and I can give you some tips on how to learn the following programming languages: 

\n

C#, CSS, HTML, Java, JavaScript, PHP, Python, Ruby, WordPress, Android, iOS (Swift)

\n


\n

https://picload.org/image/rdgcgaip/stevejobsquote.jpg

\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 4614, + "cashout_time": "2016-09-21T12:58:57", + "category": "technology", + "children": 48, + "created": "2016-09-14T12:58:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"technology\",\"life\",\"writing\",\"coding\",\"programming\"],\"users\":[\"federicopistono\",\"sirwinchester\"],\"image\":[\"https://media.giphy.com/media/l3vQXWb9ZOsFf57tS/giphy.gif\",\"https://media.giphy.com/media/xT8qBsOjMOcdeGJIU8/giphy.gif\",\"http://im.ezgif.com/tmp/ezgif-245398567.gif\",\"http://im.ezgif.com/tmp/ezgif-472298575.gif\",\"https://picload.org/image/rdgcgaip/stevejobsquote.jpg\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T12:58:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 98747680952408, + "parent_author": "", + "parent_permlink": "technology", + "pending_payout_value": "570.427 HBD", + "percent_hbd": 10000, + "permlink": "why-you-should-learn-coding", + "post_id": 1242833, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why YOU Should Learn Coding!", + "title": "Why YOU Should Learn Coding!", + "total_payout_value": "0.000 HBD", + "url": "/technology/@sirwinchester/why-you-should-learn-coding" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260698636185, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35326666852152, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1469530991826, + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2274658800074, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5116652122587, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2936917082118, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6118815831981, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1774628779159, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4543611184435, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 11629043153, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481469343476, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 667162488055, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3390519227920, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1245609601, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729979188862, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7153138874, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450947547038, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10606181778, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1175808592353, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109726595, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1825959213, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 78298768791, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15409728881, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1156216993549, + "voter": "gavvet" + }, + { + "percent": "378", + "reputation": 12382143533351, + "rshares": 29956475327, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34980134765, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2111092597, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1679918974144, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 597439166462, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 531012601278, + "rshares": 3394026035, + "voter": "cryptohead" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 170004330283, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 10036865820, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 187848857300, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106596394314, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380357206, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11051867871, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111891456384, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65199252650, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 52130931245, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 7064790767, + "voter": "cm-steem" + }, + { + "percent": "2900", + "reputation": 71931696380, + "rshares": 1153901201672, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55571244068, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17037267285, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 83470465036, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268882934787, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 92452879558, + "rshares": 401884067, + "voter": "knosis" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 315569376, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4491860772, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32185101127, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 75861444178, + "rshares": 389651950, + "voter": "rfchaosheart" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121894398262, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 224201417025, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4065712107, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45328779401, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 84593236072, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2315323255, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484592257, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73799088255, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3348278258, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1247349335, + "rshares": 310292244, + "voter": "skywxp3d" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256381923, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 766127826, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 16859483398, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 5463774640621, + "rshares": 23198403909, + "voter": "akareyon" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12453090895, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99758482, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4602542405, + "voter": "thegoodguy" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107677085, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28215193752, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23980997269, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 56831805539, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46823047577, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 37812665136, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 338328348, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12324255614, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5008619742, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3434231983, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4308378335, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2909793501, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 1575842910797, + "rshares": 10677763868, + "voter": "tessaddavis" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3755925396, + "voter": "tarindel" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53840276310, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 999045639554, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1808240719, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272625902, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273033812, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543571513, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658420725, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 484232819, + "voter": "raphma" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 36987742348, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437560586, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "1600", + "reputation": 16914207527051, + "rshares": 7631539266, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 20907441599, + "rshares": 486648811, + "voter": "hermes7" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "900", + "reputation": 4063076365725, + "rshares": 350459078, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1168980524, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 28706826499, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 106503020, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3402334462, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 55155338638, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298201490, + "voter": "taker" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6519151447, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2635374169, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1275604419176, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4890158870, + "voter": "satoshifpv" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42472016187, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 6513190111, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 265500281510, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10169795259, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5634572644, + "voter": "brendio" + }, + { + "percent": "381", + "reputation": 1751717743, + "rshares": 833030527, + "voter": "gmurph" + }, + { + "percent": "4600", + "reputation": 1038813018744, + "rshares": 3536713242, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 58652117388, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2267389147, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4368111279, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53093897, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 4484630765, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2870686328, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 143080966632, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 106149968, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 7121179936, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95727365950, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226707993, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4698525618, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9471044236, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3933588893, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93733451022, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 182699637, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 65718444, + "rshares": 61906848, + "voter": "frankbacon" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 620563829, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 755831094058, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6742640389, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4974968817, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60637775, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11892332998, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 84578129264, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3341359657, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50816343, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15340241358, + "voter": "pressfortruth" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8852872331, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 65384397812, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 6522837445845, + "rshares": 5682486282, + "voter": "lily-da-vine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58484280, + "voter": "will.isles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2171145164, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10225963461, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 6190294, + "rshares": 10486608361, + "voter": "stiant" + }, + { + "percent": "10000", + "reputation": 657881264, + "rshares": 58078172, + "voter": "dcat" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1853399306, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 116203882, + "rshares": 57935790, + "voter": "drdsp" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 70227842, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 81878649, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 630935494, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792151801, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 599908904317, + "rshares": 241069837, + "voter": "jennsky" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2451294987, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6881296299, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 191746347, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 17162148962652, + "rshares": 146501119849, + "voter": "corbettreport" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1258802348, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14712233875, + "voter": "canadian-coconut" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9061060229, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55683468, + "voter": "lindasteel" + }, + { + "percent": "10000", + "reputation": 887082, + "rshares": 56773257, + "voter": "kjartan" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4545785145, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 494724739, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50784892, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56715170, + "voter": "treverspade" + }, + { + "percent": "10000", + "reputation": 7360893, + "rshares": 600754260, + "voter": "techstar581" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3725440262, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55451642, + "voter": "oliver67" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3827663978, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 51231795, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 804552495648, + "rshares": 1433005760, + "voter": "jiganomics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135719118889, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1067000528, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2478555020061, + "rshares": 1604998002, + "voter": "mcsvi" + }, + { + "percent": "10000", + "reputation": 10136601, + "rshares": 691025339, + "voter": "mjhomb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 689550675, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 737348426612, + "rshares": 532070055, + "voter": "lifeworship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63519834123, + "voter": "tracemayer" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9050091325, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52347083, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749751958, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 1030128184, + "rshares": 614254178, + "voter": "kharn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62886160, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 547510771, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 430428179, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 66985407, + "rshares": 52750948, + "voter": "modus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 53692261, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 334494466, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 830882531, + "rshares": 160777921, + "voter": "the.dudermensch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156961683, + "voter": "nsawashere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159957397, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 74838700, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155067385, + "voter": "shanehasbrouck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154986758, + "voter": "steempolizei" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 154595334, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80379451, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67690648, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73837045, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150379304, + "voter": "jvon" + } + ], + "author": "corbettreport", + "author_reputation": 17162148962652, + "beneficiaries": [], + "body": "\"nif_emailscandal\"\n\n

by James Corbett
\ncorbettreport.com
\nSeptember 14, 2016\n\n

In yet another sign that the establishment media has completely lost any semblance of a grounding in reality, the Washington Post just opined that \"The Hillary Clinton email story is out of control,\" whining about how much attention the story of Clinton's homebrew email system is receiving in this campaign. This despite the fact that the facts on the ground here are incontrovertible:\n

\n

But never mind all of that; the Washington Post has decided that the public is too concerned about the issue so I guess it's time to move on, right?\n\n

Wrong. Thankfully this is 2016 not 1966, and the dinosaur media no longer dictates the news cycle like they used to. CNN and the NYT can call it a \"stumble\" all they want, but we've seen the video; we know that Clinton's feet didn't move at all and she was literally dragged into that van. Similarly, we don't have to take the talking heads word for it; we know that Clinton broke the law with the emails, tried to lie her way out of it, and has only gotten away with it because of her political connections (and the body count, of course; let's not forget the body count).\n\n

But as it turns out, there's an even bigger story here than Clinton's illegal activities or the establishment media's willingness to cover it up.\n\n

A new email exchange between Clinton and former Secretary of State Colin Powell has just been released. In it, Powell is remarkably frank about how he defied CIA/NSA and State Department orders not to use personal computers and how to avoid leaving a data trail that could become part of the public record (and thus subject to FOIA):\n\n

\"I didn't have a BlackBerry. What I did do was have a personal computer that was hooked up to a private phone line (sounds ancient.) So I could communicate with a wide range of friends directly without it going through the State Department servers. I even used it to do business with some foreign leaders and some of the senior folks in the Department on their personal email accounts.\"\n\n

He goes on to explain:\n\n

\"However, there is a real danger. If it is public that you have a BlackBerry and it it government and you are using it, government or not, to do business, it may become an official record and subject to the law. Reading about the President's BB rules this morning, it sounds like it won't be as useful as it used to be. Be very careful. I got around it all by not saying much and not using systems that captured the data.\"\n\n

Shocking, right? Well, it's much worse. It's not just Secretaries of State pulling these kinds of shenanigans to evade potential FOIAs and cover up whatever they're trying to cover up when \"do[ing] business with some foreign leaders.\" It's all of government trying to do this.\n\n

As TechDirt points out, it wasn't until 2014 that the DC Circuit Court finally ruled that city officials couldn't use private servers to hide information from the public record anymore.\n\n

And as long-time Corbert Reporteers will remember, the FBI goes to remarkable lengths to create separate storage devices for investigatory material that they use to keep information from being FOIA-ed.\n\n

The point here is not in any way to exonerate Clinton, of course. She is vile, corrupt, a criminal, a neocon warmonger, and, oh yeah, a threat to all of humanity.\n\n

The point is that if the powers-that-shouldn't-be truly don't want you to know about a piece of sensitive information then it isn't going to be available via FOIA.\n\n

But if you're reading this, then you probably already knew that. And if you didn't know it, maybe it's time to put down The Washington Post and spend more time with the alt media.", + "body_length": 7039, + "cashout_time": "2016-09-21T12:18:21", + "category": "news", + "children": 9, + "created": "2016-09-14T12:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"government\",\"election\",\"scandal\"],\"image\":[\"https://www.corbettreport.com/wp-content/uploads/2016/09/nif_emailscandal.jpg\"],\"links\":[\"https://www.corbettreport.com/wp-content/uploads/2016/09/nif_emailscandal.jpg\",\"https://www.corbettreport.com/\",\"https://www.washingtonpost.com/opinions/the-hillary-clinton-email-story-is-out-of-control/2016/09/08/692947d0-75fc-11e6-8149-b8d05321db62_story.html\",\"http://www.politico.com/story/2015/03/gowdy-clinton-wiped-her-server-clean-116472\",\"https://twitter.com/michaelkeyes/status/771871501926608896\",\"http://www.washingtonexaminer.com/fbi-clinton-withheld-17500-emails/article/2600901\",\"http://www.politifact.com/truth-o-meter/statements/2016/jul/06/hillary-clinton/fbi-findings-tear-holes-hillary-clintons-email-def/\",\"http://observer.com/2016/07/exclusive-security-source-details-bill-clinton-maneuver-to-meet-loretta-lynch/\",\"http://www.washingtontimes.com/news/2016/jul/7/fbis-comey-hillary-clinton-not-sophisticated-enoug/\",\"https://www.fbi.gov/news/pressrel/press-releases/statement-by-fbi-director-james-b-comey-on-the-investigation-of-secretary-hillary-clinton2019s-use-of-a-personal-e-mail-system\",\"http://edition.cnn.com/2016/08/16/politics/navy-sailor-clinton-email-defense/\",\"http://edition.cnn.com/2016/09/11/politics/hillary-clinton-health-2016-election/\",\"http://www.nytimes.com/2016/09/12/magazine/watching-and-wincing-as-clinton-stumbles.html\",\"https://www.youtube.com/watch?v=pXPAmQMXDbA\",\"http://democrats.oversight.house.gov/sites/democrats.oversight.house.gov/files/documents/DOS-HOGR-09022016-000001%20to%20000003.pdf\",\"https://www.techdirt.com/articles/20140725/09395328004/dc-circuit-court-tells-district-officials-they-can-no-longer-hide-foia-requests-using-personal-email-accounts.shtml\",\"https://www.corbettreport.com/breaking-secret-fbi-storage-drive-to-shield-evidence-from-foia/\",\"https://www.corbettreport.com/hillary-clinton-is-a-threat-to-all-of-humanity/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T12:18:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 79265840236573, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "369.419 HBD", + "percent_hbd": 10000, + "permlink": "the-real-email-scandal-is-bigger-than-clinton", + "post_id": 1242553, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The REAL Email Scandal Is Bigger Than Clinton", + "title": "The REAL Email Scandal Is Bigger Than Clinton", + "total_payout_value": "0.000 HBD", + "url": "/news/@corbettreport/the-real-email-scandal-is-bigger-than-clinton" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6595657348162, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1304735173594, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 451932373594, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1175808592353, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 15301165531, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 1701451058212, + "rshares": 5300396610, + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 202075359, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7476238138, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 621729592, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 330685634, + "voter": "robotev1" + } + ], + "author": "brindleswan", + "author_reputation": 4290310171633, + "beneficiaries": [], + "body": "\n

\n

The following is a reply to a hopeful, young Filipino lad's first post -- 

\n

https://steemit.com/intoducingmyself/@josh5r/introducing-myself

\n

Welcome and Good Luck! 

\n

I believe the best ways for you to make money with Steemit, is to widen your goal to making money with crypto in general. 

\n

If you find someone with capital, you can help people invest in  bitcoin, steem and other cryptocurrencies through localbitcoins.com, and  take a fee that you split with the investor. 

\n

You can sell stores, restaurants, etc. on taking many cryptos,  including Steem, with blockpay.com's free apps, and earn a recurring  revenue stream. 

\n

You can hold steem/blockchain meetups and ask people you introduce to  Steemit to give you a voluntary referral fee -- If they make 100 or  more SBD's in their first 6 months, you get 10 percent, or whatever. In other words, you don't have to be a great blogger to do well in this new,  #beyondbitcoin world. 

\n

I just realized I should post this reply as a separate post. 

\n

I'll split the SBD's of the first two payouts with Josh.

\n", + "body_length": 1345, + "cashout_time": "2016-09-21T07:44:45", + "category": "beyondbitcoin", + "children": 4, + "created": "2016-09-14T07:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"beyondbitcoin\",\"money\",\"life\"],\"links\":[\"https://steemit.com/intoducingmyself/@josh5r/introducing-myself\",\"https://steemit.com/trending/beyondbitcoin\"],\"image\":[\"https://s6.postimg.org/lsedr8pep/philipp.gif\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T04:26:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9557365778567, + "parent_author": "", + "parent_permlink": "beyondbitcoin", + "pending_payout_value": "6.715 HBD", + "percent_hbd": 10000, + "permlink": "my-advice-to-a-17-year-old-filipino-steemit-newbie", + "post_id": 1240983, + "promoted": "0.507 HBD", + "replies": [], + "root_title": "My advice to a 17 year old Filipino Steemit Newbie", + "title": "My advice to a 17 year old Filipino Steemit Newbie", + "total_payout_value": "0.000 HBD", + "url": "/beyondbitcoin/@brindleswan/my-advice-to-a-17-year-old-filipino-steemit-newbie" + }, + { + "active_votes": [ + { + "percent": "2000", + "reputation": 261787136527, + "rshares": 98923186797, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7555040626678, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260689951378, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170434439410, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2331336777611, + "voter": "badassmother" + }, + { + "percent": "2000", + "reputation": 8272495818727, + "rshares": 1445386678882, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3067363384383, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 478094018503, + "voter": "lafona" + }, + { + "percent": "500", + "reputation": 20297981245452, + "rshares": 428577128724, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1120609046294, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1114483148331, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 308797510253, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6368563416960, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1828303912855, + "voter": "xeroc" + }, + { + "percent": "2500", + "reputation": 49280708331375, + "rshares": 1780689138136, + "voter": "arhag" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1773112285575, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4728021694081, + "voter": "au1nethyb1" + }, + { + "percent": "2000", + "reputation": -296615780418, + "rshares": 256455387, + "voter": "mineralwasser" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": 1390921990, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450781632550, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 37842725376, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10604863428, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "1000", + "reputation": 37454101478493, + "rshares": 31546083620, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1825706210, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 11068501198, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 12594877551576, + "rshares": 74263607249, + "voter": "nenad-ristic" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 182177994109, + "voter": "samuel-stone" + }, + { + "percent": "898", + "reputation": 12382143533351, + "rshares": 74889124791, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83797997544, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 519059105, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 6128985263, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30442733029, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336358998413, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 160495569982, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 39839920604, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268806071, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 109399697896, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413666370, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380117566, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39098174016, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 71077636927, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 69227137467, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31562570480, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 404992574, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 6531398726064, + "rshares": 145991259402, + "voter": "killerstorm" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17036466670, + "voter": "samether" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33767337247, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53446026484, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 4888412869111, + "rshares": 26481261248, + "voter": "vladislav" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 388023535378, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4489216732, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30490397432, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946322288, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 108679378818, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36344377648, + "rshares": 43188957880, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 8018982007, + "voter": "svamiva" + }, + { + "percent": "2500", + "reputation": 861737606263, + "rshares": 2190228775, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 33966901180, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11724343347, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 458398081, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38013683029, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44994193660, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67181381625, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 69428388695, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174502281215, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 38574415785, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 62650245884, + "voter": "lehard" + }, + { + "percent": "2000", + "reputation": 1700182089209, + "rshares": 15194332212, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 245172817, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 11415305020986, + "rshares": 46278606394, + "voter": "menta" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 12297660066, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 158344982568, + "rshares": 2564759836, + "voter": "razorwave8" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150601945044, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 32022215321, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 540619706561, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 167274467203, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19332722377, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226795955, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 40728115733, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 1106470849861, + "rshares": 2214191268, + "voter": "cloh76" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 303442287792, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4709458476, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15580284917, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 40368331645, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107671033, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28215193752, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24973952155, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11321267800, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 5718121463, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1425501767, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 798945222, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 458089722672, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 2620486879029, + "rshares": 2224388314, + "voter": "arcange" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38834491135, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 129238783594, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1721184731, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 44807585729, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 183071361701, + "voter": "blueorgy" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4211214665, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4922477300, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3755219518, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34500248130, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 45014899, + "rshares": 116147067, + "voter": "chugumoto" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839922255, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 29212975976, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 818966646, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23815723291, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 6972519497, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206056754, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7164728215, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 201571130, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42693267253, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543553357, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658363526, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3525252375, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 45789163018, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1736279223, + "voter": "remlaps" + }, + { + "percent": "1400", + "reputation": 4063076365725, + "rshares": 583870241, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3392010133, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6406856963, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 125291181970, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075365048, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 55154162145, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298187874, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 15517908096, + "rshares": 93149833, + "voter": "okay" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 10429146358, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3192662723, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 141850846085, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4038742528, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25085423770, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25599123033, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25608099829, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6513732761, + "voter": "brendio" + }, + { + "percent": "899", + "reputation": 1751717743, + "rshares": 2082524882, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 71342284, + "voter": "kurzer42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4277108961, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5551174113, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2128821752, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25603442348, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25600704557, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25597687811, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25593532882, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5813008317, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25589829152, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25586983681, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3300399043, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21109148575, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11496127617, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 121314249, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2033278442, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13507419666, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2555223700, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1434064827, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 9523766827937, + "rshares": 65792487895, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25208068509, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2704342364, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9423604529, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9233804145, + "voter": "theb0red1" + }, + { + "percent": "4900", + "reputation": 13325577893779, + "rshares": 15596955812, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57816760, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57810474, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981765563, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 706168759118, + "voter": "dollarvigilante" + }, + { + "percent": "1900", + "reputation": 11683040603469, + "rshares": 18699439170, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6742538723, + "voter": "solarguy" + }, + { + "percent": "3200", + "reputation": 44529428534261, + "rshares": 27315404640, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4974768209, + "voter": "almerri" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 2043228058601, + "rshares": 3497401523, + "voter": "cryptomental" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 284256346, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3341359657, + "voter": "movievertigo" + }, + { + "percent": "5000", + "reputation": 5385371031617, + "rshares": 4717567649, + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25580444366, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982102775, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 77719182822, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 86699261626, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 18011042265, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27999285274, + "voter": "hilarski" + }, + { + "percent": "3200", + "reputation": 3725920343994, + "rshares": 3803431159, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54719920, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5031873993, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1698796327, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 156228771332, + "rshares": 117344778, + "voter": "mlpfrank" + }, + { + "percent": "10000", + "reputation": 4459137288511, + "rshares": 3367402144, + "voter": "penguinpablo" + }, + { + "percent": "10000", + "reputation": 1608017298201, + "rshares": 1418049412, + "voter": "steemitguide" + }, + { + "percent": "10000", + "reputation": 89831340905, + "rshares": 77846143, + "voter": "arandu" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24705440619, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660563580, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1536187649, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 2529023976, + "rshares": 55687591, + "voter": "broadperspective" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4545264668, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15559178946, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3789038184, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 53093296, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6826783194, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 836954421307, + "rshares": 1357013119, + "voter": "crypt0mine" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 994238100, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 1072423575, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 207196967560, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 63060920, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2673786276, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6023904178, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 644566982, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379814419137, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60084414328, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 683829103, + "rshares": 54232595, + "voter": "blockcat" + }, + { + "percent": "10000", + "reputation": 293420491789, + "rshares": 60333104, + "voter": "heroic15397" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2042093794, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 574180710, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2399818471, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 54951573, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 597816915, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11700961387, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 56908444, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 65261900, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4813604877, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 62256253, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687368618, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2339122417, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162917785, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319293556, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 161822020, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161814721, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160961988, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160930383, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 196786352, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160449137, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160386285, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160117216, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160078339, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 160027052, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 77949421, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86562486, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 191907698, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 152969555, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70767496, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76913589, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82837073, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 151515793, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132153069, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 405982369, + "rshares": 149761866, + "voter": "gramion" + }, + { + "percent": "10000", + "reputation": 453683074, + "rshares": 151754313, + "voter": "dek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151416253, + "voter": "dukeofasia" + }, + { + "percent": "10000", + "reputation": 4679904, + "rshares": 148244276, + "voter": "jahtech" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 135751381, + "voter": "dirlei.sdias" + } + ], + "author": "someguy123", + "author_reputation": 18890223518661, + "beneficiaries": [], + "body": "Some people are still confused as to what a witness is. There's a lot of mixed information on Steemit as to what a witness does, and how much they earn.\n\nI'm here to clear this up with a thorough post, with simple explanations where possible.\n\n## What is a witness?\n\n**A witness plays a crucial part in how the STEEM network functions. Some people might not be aware of this, but Steemit is just a fancy web interface on top of a large network called STEEM, which operates remotely similar to Bitcoin.**\n\nSimple Definition:\n\n>A STEEM witness is a person whom operates a **witness server** (which produces blocks), and publishes a price feed of STEEM/USD to the network.\n\nWitnesses have many tasks. **The first and foremost is to produce blocks (thus process transactions)**, the second most important is to produce a price feed, which is how STEEM Dollars are always worth 1 US Dollar in STEEM (using the 7 day exchange).\n\nYou may have heard of the term **51% attack** before. Unlike Bitcoin, miners don't matter much to the STEEM network, instead, that is a witnesses job: \n\n**A hard fork happens when 67% of the top witnesses are all running a certain version of STEEM**, which means the top 19 witnesses can pick and choose whether to agree with a fork or not. (e.g. Hard Fork 13 and 14 were both postponed for a week, and re-designed because witnesses refused to update)\n\nTl;Dr\n\n - They're the main producer of blocks (not miners)\n - They maintain a price feed, which is how SBD functions\n - They play the role of consensus (decide whether to hard fork or not)\n - Many witnesses, such as myself, @riverhead, @roadscape @jesta and @arhag work on important things to help the STEEM network function and grow\n - Some witnesses don't produce any content, or work on anything STEEM related, e.g. @gtg - however, they are sometimes highly focused witnesses, who are very reliable (gtg has only missed 2 blocks after running for months)\n\n## Why should I care?\n\nA witness is paid proportionally to how high they are in the witness ranks, excluding the top 19 witnesses (who get 1 block every ~63 seconds).\n\nBut how do they get to those ranks? **They get voted in, by people like YOU**. It's just like an election, **if you don't vote, other people may vote in witnesses who are malicious or simply unreliable.**\n\n@thecryptofiend has came up with a questionnaire for witnesses, which may help people decide on who to vote for: https://steemit.com/steemit/@thecryptofiend/witness-questionnaire-a-solution-for-voter-confusion\n\n![](https://i.imgur.com/Ldf0VnV.png)\n
Witness voting page
\n\nYou can see the witness ranks, and vote for witnesses at https://steemit.com/~witnesses\n\n## How are blocks created/scheduled?\n\nIt's not a very even mixture as you would hope. Blocks are produced in \"rounds\", which are 21 blocks long, and blocks are created every 3 seconds.\n\nDuring each 21 block round, the blocks are distributed as such:\n\n - 19 blocks go to the top 19 voted witnesses (who are slightly shuffled to avoid witnesses purposely skipping blocks)\n - 1 block goes to a Proof-of-Work miner, who becomes a witness for just 1 block.\n - 1 semi-random witness outside of the top 19, which is influenced by their ranking\n\nYou can read more about the witness scheduling (it's very complicated!) in this article by Steemit CTO @dantheman :\n\nhttps://steemit.com/steem/@dantheman/steem-witness-scheduling-algorithm\n\n## How often do they get blocks (how much do they earn)?\n\nAs mentioned in the previous section, witnesses are paid proportional to their rank in the system. A witness at rank 30 can produce as many as 4 blocks/hour, compared to a witness at rank 50, which may produce less than 1 block/hour.\n\n**A STEEM block is worth 1 STEEM Power (not STEEM, or SBD), which means all rewards for miners/witnesses are trickle-paid for 2 years.**\n\n![](https://i.imgur.com/OaOiNlf.png)\n
[@someguy123 on SteemDB](https://steemdb.com/@someguy123)
\n\nIn my current position, 39, I create between 2 to 3 blocks per hour. `(2 * 24) * 31 = 1488` - that's approximately 1,500 STEEM Power per month at rank 39.\n\n### But what about the top 19? What do they get?\n\nThe top 19 witnesses get 1 block each, per 21 block round. This means they get approximately 1 block per 63 seconds.\n\nPer day they get roughly 1400 SP\n\n```(60 * 60 * 24) / 63 = 1,371.42```\n\nPer month they get roughly 42,500 SP\n\n```(60 * 60 * 24 * 31) / 63 = 42,514.28```\n\nAnd per year they get roughly 510,000 SP\n\n```(60 * 60 * 24 * 31 * 12) / 63 = 510,171.42```\n\n## Can anyone become a witness?\n\nThe short answer is: Yes.\n\nBecoming a witness requires several things:\n\n - A powerful (and reliable) server to run a witness server on\n - A second powerful server, with good bandwidth - to operate a Steem Seed (similar to a Bitcoin full node, distributes blocks)\n - Creating a **signing key**, and then broadcasting your intent to become a witness from `cli_wallet`\n - An accurate price feed of STEEM/USD which is updated *at least* once per day\n - Technical capabilities - you should understand most STEEM concepts, and be able to deal with server problems quickly\n - Trust from the community that you would be a good candidate for a witness\n\nSome of these steps are optional (e.g. the seed), while others might not matter until you approach the top 19 (the price feed) however, they're all very strongly recommended if you want to succeed as a witness.\n\n------\n\nI will be posting an in-depth tutorial on setting up a witness soon, as many of the existing articles lack important details. Until then, if you want to set up a witness, I recommend joining `#witness` on [STEEMIT.CHAT](https://steemit.chat) and asking for up to date guidance.\n\n------\n\n\n---\n\nDo you like what I'm doing for STEEM/Steemit?\n----\n[Vote for me to be a witness](https://steemit.com/~witnesses) - every vote counts. \n----\nDon't forget to follow me for more like this.\n----", + "body_length": 5906, + "cashout_time": "2016-09-21T07:07:03", + "category": "witness-category", + "children": 27, + "created": "2016-09-14T07:07:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"steem\",\"steem-help\",\"steemit\"],\"users\":[\"riverhead\",\"roadscape\",\"jesta\",\"arhag\",\"gtg\",\"thecryptofiend\",\"dantheman\"],\"image\":[\"https://i.imgur.com/Ldf0VnV.png\",\"https://i.imgur.com/OaOiNlf.png\"],\"links\":[\"https://steemit.com/steemit/@thecryptofiend/witness-questionnaire-a-solution-for-voter-confusion\",\"https://steemit.com/~witnesses\",\"https://steemit.com/steem/@dantheman/steem-witness-scheduling-algorithm\",\"https://steemdb.com/@someguy123\",\"https://steemit.chat\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T07:23:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43314926686863, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "115.893 HBD", + "percent_hbd": 10000, + "permlink": "seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer", + "post_id": 1240794, + "promoted": "55.000 HBD", + "replies": [], + "root_title": "Seriously, what is a STEEM witness? Why should I care? How do I become one? (Answer)", + "title": "Seriously, what is a STEEM witness? Why should I care? How do I become one? (Answer)", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@someguy123/seriously-what-is-a-witness-why-should-i-care-how-do-i-become-one-answer" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35326666852152, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 59881546337, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2429032704, + "voter": "konelectric" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34637775323, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4273860701, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174834964660, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4038742528, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 1605846633393, + "rshares": 1657465867, + "voter": "coloured-content" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773812221, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8853109426, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 463737840, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 1595948373990, + "rshares": 2208555431, + "voter": "liquidrainbowx" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10485641415, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2529023976, + "rshares": 56801343, + "voter": "broadperspective" + }, + { + "percent": "10000", + "reputation": 2474732, + "rshares": 55419015, + "voter": "blahblahblah" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20213718746, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 2435301894, + "rshares": 164690897, + "voter": "flowmetheus" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": 114127036, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 202251096, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 139749621, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 152969555, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 129717986, + "voter": "dirlei.sdias" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147380086, + "voter": "trickster512" + }, + { + "percent": "10000", + "reputation": 2394976, + "rshares": 150273031, + "voter": "inkwisitiveguy01" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

The Rainbow Warriors Assembles- At this point 280 tribes from across North America and Hawaii have gathered together along with water protectors of all colors to make up a total camp population exceeding 5,000 people to protect the  Missouri river and stop the North Dakota Access Pipeline.  This is extreme dedication by the protesters who had their access to water and cell service shut off by Homeland Security.  It's the largest tribal protest in 100 years.

\n

The proposed and partially constructed pipeline crosses underneath the Missouri and Mississippi river multiple times on it's way from North Dakota through South Dakota into Iowa and Illinois in a 1,170 mile trek.  Especially with the history of similar pipelines to leak frequently the tribes are united against the poisoning of their water source.

\n

\n


\n

Standing Rock Tribal Chairman David Archambault II shared in an interview through Indian Country on August 24th 2016: 

\n

\n

\"This is a Dallas-based company making all these decisions\u2014Energy Transfer Partners are deciding what takes place for Dakota Access Pipeline. There\u2019s no sensitivity, there\u2019s no understanding of what our tribes and what our folks have had to deal with for over 100 years. It should be a rude awakening to them, and it should also be a message with all the support that tribes no longer want the government to run over us. Tribes no longer want big corporations to take advantage of us.\"
\n

\n

August 24th was the same date that the Department of Justice heard from both sides.  On September 9th they issued this ruling-

\n

\"Therefore, construction of the pipeline on Army Corps land bordering or under Lake Oahe will not go forward at this time.  The Army will move expeditiously to make this determination, as everyone involved \u2014 including the pipeline company and its workers \u2014 deserves a clear and timely resolution.  In the interim, we request that the pipeline company voluntarily pause all construction activity within 20 miles east or west of Lake Oahe.\" 

\n

They added this statement about peaceful protest-

\n

\u201cIn recent days, we have seen thousands of demonstrators come together peacefully, with support from scores of sovereign tribal governments, to exercise their First Amendment rights and to voice heartfelt concerns about the environment and historic, sacred sites.  It is now incumbent on all of us to develop a path forward that serves the broadest public interest.\u201d 

\n

The last statement couldn't have been more ironic.  Energy Transfer Partners is playing by a different set of rules.  They expect 570,000 barrels of oil to move through the pipeline every day.  At today's price of $46/barrel of crude oil that amounts to around $10B/year.  Apparently, they are less willing to negotiate a peaceful appraoch.  They hired mercenaries from G4S as in the same G4S that was recently in the news because of the pulse nightclub.

\n

Anyway, they have a significantly different approach than suggested by the public relations section of the DOJ.  They put out a number of job listings.  I don't see dog handler to maul water protectors listed, but I'm assuming there is a different code name in there.  Anyway, as you can see by the image with a dog with a mouth filled with protestor blood things turned violent.  Note, the protesters were peacefully demonstrating.  The mercs were not.

\n

\n

Below is a video that got Amy Goodman, anchor for Democracy Now! in hot water from September 3rd.

\n

https://www.youtube.com/watch?v=kuZcx2zEo4k

\n

You can watch the full episode of the show here.

\n

Well, that video went viral and the state didn't take kindly too it.  Goodman was charged with criminal trespassing, a misdemeanor offense.   The police have clearly chosen a side as no warrants for any of the security forces that attacked the protesters with dogs and mace were issued.

\n

 North Dakota Private Investigation and Security Board  who issues licences for company that handle private security were handed a petition signed by 100k people who were angry at the violence displayed by G4S's mercenary army.

\n

In a great sign of solidarity and anti-corporate demonstration presidential candidate Jill Stein was on site to spray paint pro-protector messages on bulldozers.

\n

https://www.youtube.com/watch?v=k8FSKJzcfEM

\n

The DOJ is famously known for letting presidential candidates off the hook over legal fouls, but not this time.  An arrest warrant has been served to Dr. Stein as well.

\n

Despite the DOJ notice that the army core has to suspend construction in some areas the company continues to build the pipeline and desecrate sacred native burial sites.  If that wasn't enough the state has mobilized heavily armed police who are practically militarized in order to arrest protesters and enable construction.

\n

\n

You can watch the police arrest protesters and hear peaceful and unarmed water protectors discuss how the police pointed live fire automatic weapons at them at the link below.  It's a video taken by a team of journalists working for an outfit called Unicorn Riot who themselves ultimately get arrested.

\n

http://livestream.com/accounts/12767816/events/6340986

\n

Facebook did their part to help Energy Transfer Partners build their pipeline by blocking Unicorn Riot from posting their video.

\n

\n

Bernie Sanders also takes his shots at the company.  He joined a solidarity protest in Washington state to speak out in favor of the protesters.

\n

\n


\n

Not surprisingly, the government is talking about peace through one mouth piece and acting violently and against long standing treaties with the natives.  Not only is the government acting against the best interest of the natives, but also the hundreds of thousands of people across at least 5 states that use that water to run their homes and businesses.  Help spread the word about what's really going on because the media is biased and hiding the violence and corruption of the state/corporations/mercenaries.

\n

The protest is clearly working against the company financially!

\n

\n

Here's my voice over of this- 

\n

https://youtu.be/AE6k_DPoNpg

\n", + "body_length": 8744, + "cashout_time": "2016-09-21T06:25:45", + "category": "nodapl", + "children": 5, + "created": "2016-09-14T06:25:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nodapl\",\"rezpectourwater\",\"protest\",\"nativeamericans\",\"politics\"],\"image\":[\"https://s15.postimg.org/gu10c7ajf/Water_Protest.jpg\",\"http://mediad.publicbroadcasting.net/p/wium/files/styles/x_large/public/201503/pipeline-full-map.jpg\",\"http://twt-thumbs.washtimes.com/media/image/2014/02/18/18bd4820ea2531064c0f6a7067007649_c0-290-4605-2973_s326x190.jpg?8a32bd6761a1dfa355f9be4115b06de99994a30c\",\"http://2d0yaz2jiom3c6vy7e7e5svk.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/attack_dog_shaidi-800x430.jpg\",\"https://img.youtube.com/vi/kuZcx2zEo4k/0.jpg\",\"https://img.youtube.com/vi/k8FSKJzcfEM/0.jpg\",\"http://www.anonews.co/wp-content/uploads/2016/09/dakota-arrests.jpg\",\"http://www.anonews.co/wp-content/uploads/2016/09/fb-blocked-dakota-1.jpg\",\"http://ww4.hdnux.com/photos/51/52/44/10922271/3/920x920.jpg\",\"https://s22.postimg.org/gwjyqbh69/Energy_Transfer_Partners.jpg\",\"https://img.youtube.com/vi/AE6k_DPoNpg/0.jpg\"],\"links\":[\"http://www.ancient-origins.net/myths-legends/warriors-rainbow-prophecy-001577\",\"http://remezcla.com/culture/dakota-access-pipeline-indigenous-action/\",\"http://indigenousamerican.com/2016/09/11/homeland-security-cuts-water-supply-to-native-tribes-protesting-pipeline/2/\",\"https://en.wikipedia.org/wiki/List_of_pipeline_accidents_in_the_United_States_in_the_21st_century\",\"http://indiancountrytodaymedianetwork.com/2016/08/24/exclusive-interview-standing-rock-sioux-chairman-david-archambault-ii-suit-against-dakota \",\"https://www.justice.gov/opa/pr/joint-statement-department-justice-department-army-and-department-interior-regarding-standing\",\"http://www.g4s.us/en-US/\",\"http://www.indeed.com/q-Security-Guard-l-North-Dakota-jobs.html\",\"https://www.youtube.com/watch?v=kuZcx2zEo4k\",\"http://www.democracynow.org/2016/9/6/full_exclusive_report_dakota_access_pipeline\",\"http://www.democracynow.org/2016/9/10/breaking_arrest_warrant_issued_for_amy\",\"http://billingsgazette.com/news/state-and-regional/montana/private-security-board-to-investigate-guard-dogs-used-at-nd/article_c75ad9fc-c722-5e61-9578-c392a4fab7ff.html\",\"http://www.jill2016.com/\",\"https://www.youtube.com/watch?v=k8FSKJzcfEM\",\"http://www.commondreams.org/news/2016/09/08/arrest-warrants-issued-jill-stein-says-campaign-proud-pipeline-protest\",\"http://livestream.com/accounts/12767816/events/6340986\",\"https://youtu.be/AE6k_DPoNpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T16:15:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35660787416625, + "parent_author": "", + "parent_permlink": "nodapl", + "pending_payout_value": "50.262 HBD", + "percent_hbd": 10000, + "permlink": "mainstream-media-ignored-story-north-dakota-access-pipeline-protest-swells-to-5-000-people-mercs-use-dogs-militarized-police", + "post_id": 1240591, + "promoted": "31.010 HBD", + "replies": [], + "root_title": "Mainstream Media Ignored Story- North Dakota Access pipeline protest swells to 5,000 people, mercs use dogs, militarized police mass arrest water protectors, Amy & Jill Served, FB censorship, and Bernie visits", + "title": "Mainstream Media Ignored Story- North Dakota Access pipeline protest swells to 5,000 people, mercs use dogs, militarized police mass arrest water protectors, Amy & Jill Served, FB censorship, and Bernie visits", + "total_payout_value": "0.000 HBD", + "url": "/nodapl/@aggroed/mainstream-media-ignored-story-north-dakota-access-pipeline-protest-swells-to-5-000-people-mercs-use-dogs-militarized-police" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480436179104, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7864449914272, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231705234180, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8151223409709, + "rshares": 16854862331350, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14446969817383, + "voter": "summon" + }, + { + "percent": "4000", + "reputation": 13270505121655, + "rshares": 25305686361517, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35326666852152, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4264966375681, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2331280387575, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2097108315061, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118474244256, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 18336382560162, + "rshares": 186985754668, + "voter": "svk" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1112765112473, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1120603805124, + "voter": "rossco99" + }, + { + "percent": "1300", + "reputation": 36749432321730, + "rshares": 139902157720, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2642718616169, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24281627442, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6243689624471, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1868926634967, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6514602351120, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6410652893701, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 8717425187, + "rshares": 6132075386062, + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1772458968810, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4727274896444, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 494824460005, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3458312417787, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686881929841, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91206564426, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6953910678, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330823260969, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450758929058, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1191961702407, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10604743495, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 5116325730997, + "rshares": 6904136925, + "voter": "nexusdev" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 783330802369, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296262169682, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 117668471628, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 9469162, + "rshares": 82315328878, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109715701, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 16257411149, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1799714267, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12594877551576, + "rshares": 74263607249, + "voter": "nenad-ristic" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 79806365559, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17258698670, + "voter": "jademont" + }, + { + "percent": "983", + "reputation": 12382143533351, + "rshares": 74888702310, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 508866333, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 6128712690, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31076852778, + "voter": "instructor2121" + }, + { + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -12893763252, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2068009075, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336346989448, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 577046508309, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13067769111, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 169323765740, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 10036865820, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47419915237, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 183044162935, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 57489294954, + "voter": "oaldamster" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268804254, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 109398386804, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413643352, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380104240, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5853981249, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40916611985, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135543735246, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50798219281, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260089147904, + "voter": "billbutler" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897515214, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32296517134, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3923236237211, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 397051543, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56682668949, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 65989046107177, + "rshares": 583788541552, + "voter": "andrarchy" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112713462099, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17036364912, + "voter": "samether" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33767337247, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54688824107, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4699576112, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 379204818665, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 552432841732, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13355491837, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 263013790227, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4675654152, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31336803829, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946252630, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116594641815, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42673423694, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 46235030853, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91972176401, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 35412152853, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11723743800, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484592257, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38897615588, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46178109682, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68580548647, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 72899731827, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3324885062, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179676652871, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 38569797449, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 453653624734, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3347929950, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45472590951, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19227034654, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256371639, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25548776759, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7076198200, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 142765809551, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 32325400002, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594872684, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 766081509, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1296482376779, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18840499998, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1451740615, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226795955, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17220499402, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516728290, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 308826662759, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 34328964595, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118752539, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4709018700, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15578903803, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107663461, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24973952155, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4289492867, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 12853559657, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2395414530, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 23336601075, + "voter": "grolelo" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1514372408, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1682066491, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 51478739136, + "rshares": 44666586658, + "voter": "sbq777t" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1953764546, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 4296012707, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 44807508492, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 179093605311, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5008619742, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 360289908808, + "voter": "calaber24p" + }, + { + "percent": "8000", + "reputation": 2339981102950, + "rshares": 4210919359, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 921233633, + "rshares": 119399264, + "voter": "nedrob" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 16044930360, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7311842917, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355524755, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 20338607929, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5228680253, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754893033, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3786022381, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30851492146, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 34507940819, + "rshares": 599141666, + "voter": "siol" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5479123729, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5690877975, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34508226149, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 530196643, + "voter": "qonq99" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839881372, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7837739118, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30002446832, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1808058993, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272610758, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273018668, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 838465852, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23815723291, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 206059171, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 183688651, + "rshares": 117016257, + "voter": "mxo8" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7787748060, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 270533787248, + "rshares": 1234205003, + "voter": "mohammed123" + }, + { + "percent": "10000", + "reputation": 1624945721527, + "rshares": 5166865550, + "voter": "bbrewer" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 942251145, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20257716778, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543551843, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658330815, + "voter": "curator" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7211602623, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437530299, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365336577, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234176102, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3675263114, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3627578747, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 11567371620, + "voter": "dimitarj" + }, + { + "percent": "2100", + "reputation": 4063076365725, + "rshares": 817422571, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3082906297, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002481686, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 110940646, + "voter": "cryptoz" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3391999835, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6404274840, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128587928653, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075365048, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 58218132689, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298169701, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 2975376827, + "rshares": 65485650, + "voter": "dras" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6519151447, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 6880289904, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 240147448, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15543734691, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3432112427, + "voter": "merej99" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254880160829, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24852935259, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 7564464865541, + "rshares": 22374728157, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25618981790, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26132274895, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26141438708, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25094797142, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 65214616, + "voter": "modogg" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7958908678, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51767495130, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935723185, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6864125594, + "voter": "brendio" + }, + { + "percent": "983", + "reputation": 1751717743, + "rshares": 2082514282, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 72860205, + "voter": "kurzer42" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11435966181, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 78269782470, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375155298, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4276738846, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2735302379, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59414599, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26136684196, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26133889368, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26130809772, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26126568283, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5977415250, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26122787391, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26119897476, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3300371180, + "voter": "steemleak" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28583578460, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 1980457070, + "voter": "t3ran13" + }, + { + "percent": "10000", + "reputation": 3653299044116, + "rshares": 7834943379, + "voter": "mevilkingdom" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21531331546, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11056722867, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 127379962, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1504058180, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93154573622, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5999670912, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2078540879, + "voter": "paynode" + }, + { + "percent": "2400", + "reputation": 73944659327428, + "rshares": 62400081859, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 122933349, + "voter": "agussudaryanto" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 894298402, + "voter": "xiaokongcom" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1802649539, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 649597112137, + "rshares": 61313637, + "voter": "jfelton5" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4097488430, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53638070, + "voter": "nano2nd" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118127541, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 187339808, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9426175065, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2057906517, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 31193669396, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981765563, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 739008163112, + "voter": "dollarvigilante" + }, + { + "percent": "1900", + "reputation": 11683040603469, + "rshares": 18699439170, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60945251, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 99328137981, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4877223734, + "voter": "almerri" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824813120, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 415725527654, + "rshares": 443801352, + "voter": "keepdoodling" + }, + { + "percent": "10000", + "reputation": 1393324333405, + "rshares": 3657683169, + "voter": "shneakysquirrel" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 278004039, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3341359657, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 70361224, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26113221925, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 362426778, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 23413430011, + "rshares": 62362905, + "voter": "steempipe" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 79273566479, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 90827598056, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 3135058867066, + "rshares": 3572205128, + "voter": "stillsafe" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 28822571115, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 2149644744, + "voter": "therealpaul" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580066391, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5178202476, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1233668048, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10020064820, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 18957179674, + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5154589910, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1698796327, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57841858, + "voter": "dianaju" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 88019548, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 1657073, + "rshares": 57530129, + "voter": "mstoni" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592499069, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25230942954, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1687924866, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 62783765, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660563580, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 4350110165, + "voter": "baro" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9060248806, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4765474309, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15558969971, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 494724739, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3708378555, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 54247498, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2477345340, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2222639041, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55401224, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6826713536, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 852820572, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 12020525779, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 1576645269, + "rshares": 56439878, + "voter": "phusionphil" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 607704096, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018487810, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 55736056, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 207196967560, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25848472434, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2673758412, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6400398189, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 350998373, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1784221363, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 580482162746, + "rshares": 1094895432, + "voter": "wulfmeister" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659556912, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 348073541, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 387894501497, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61786622160, + "voter": "tracemayer" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9049304130, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 51951433, + "rshares": 54448999, + "voter": "onlineworker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 689134944, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 633657150, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 4494788585, + "rshares": 54919358, + "voter": "steem4fobs" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 492992904, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 53397626, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084637414, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 574180710, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27665434494, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2399791213, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 573904238, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 849039554, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5522323762, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11700805109, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 58261815, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 53548226, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4813549151, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51236745, + "voter": "niiboye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1157070714, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 827252367, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3389664065, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687326823, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 3525299486, + "rshares": 161225748, + "voter": "iliyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1354011808, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 158798473, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 201362779, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157118197, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 153699193, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 944924940, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 1653762508, + "rshares": 158637372, + "voter": "alterego" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 26843428547, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81051650, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158230871, + "voter": "helepa" + }, + { + "percent": "10000", + "reputation": 101356392734, + "rshares": 199633972, + "voter": "rishi556" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92745520, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 188144802, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 145960715, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 151162552, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 660168773660, + "rshares": 1586499055, + "voter": "slammr76" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79990132, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85598308, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 153178035, + "voter": "royfft" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 112446078, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 155872526, + "voter": "countofdelphi" + }, + { + "percent": "10000", + "reputation": 3855748483, + "rshares": 151306241, + "voter": "tnemm.atiaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154295967, + "voter": "harleyismydog" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 148041723, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 144957585, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 147818170, + "voter": "dirlei.sdias" + } + ], + "author": "steve-walschot", + "author_reputation": 42741727265739, + "beneficiaries": [], + "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", + "body_length": 2419, + "cashout_time": "2016-09-21T06:19:21", + "category": "steempay", + "children": 14, + "created": "2016-09-14T06:19:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steempay\",\"steempayments\",\"development\",\"update\"],\"users\":[\"roelandp\"],\"image\":[\"http://i.imgur.com/iinyGFl.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T06:20:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 174333402242155, + "parent_author": "", + "parent_permlink": "steempay", + "pending_payout_value": "1750.818 HBD", + "percent_hbd": 10000, + "permlink": "steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet", + "post_id": 1240557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", + "title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", + "total_payout_value": "0.000 HBD", + "url": "/steempay/@steve-walschot/steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28095165716689, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480434932959, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30980623649504, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260667990419, + "voter": "anonymous" + }, + { + "percent": "3500", + "reputation": 13270505121655, + "rshares": 22775133133177, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1860953191300, + "voter": "books" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551221454785, + "voter": "butterfly" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4263896768945, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2331277990762, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1120577689756, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2936313093760, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6368563416960, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1868926634967, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6514615313383, + "voter": "complexring" + }, + { + "percent": "8200", + "reputation": 9510507624851, + "rshares": 403574278365, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1771444650183, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4820770239284, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 63624142984, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491098730346, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3458312417787, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1171989672, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686879409728, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91196077625, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 425489337, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 27116552935, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8772917394, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22319781467, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6953910678, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717627381, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5788748196170, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450707785244, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 254052082457, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10604663525, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5249617608, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 100110794674, + "voter": "coindup" + }, + { + "percent": "7500", + "reputation": 5296864583034, + "rshares": 52267603683, + "voter": "ilanaakoundi" + }, + { + "percent": "3000", + "reputation": 9469162, + "rshares": 26338065841, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109701163, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 15938714095, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1773712291, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83511432069, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78241534862, + "voter": "easteagle13" + }, + { + "percent": "5100", + "reputation": 1421425103482, + "rshares": 15174942772, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 461419789586, + "voter": "leesunmoo" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1199653971503, + "voter": "gavvet" + }, + { + "percent": "977", + "reputation": 12382143533351, + "rshares": 74885126773, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 508866333, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 10464794097, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 6128712690, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31076852778, + "voter": "instructor2121" + }, + { + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -12087903048, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2197244270, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336343127417, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 577043347946, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 531012601278, + "rshares": 3463291873, + "voter": "cryptohead" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 16351085361, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 169286341920, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836128503, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47419915237, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": -360088797540, + "rshares": 1420092931, + "voter": "jonathan-tokki" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 183043808553, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 38107257638, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268717014, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106590675831, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 669077816872, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413642140, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 177797115025, + "rshares": 1118740260, + "voter": "martinallien" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6370944694, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596952154, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2380104240, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10787921195, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40007353941, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135543735246, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50798124779, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31562505381, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13520299030, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2095606454, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 397051543, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 368073157739, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56682607223, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110456090750, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17441953575, + "voter": "samether" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 35117589693, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53445896287, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192893746652, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 385972818351, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77662924650, + "voter": "tim-johnston" + }, + { + "percent": "6500", + "reputation": 5260794316761, + "rshares": 89948712335, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177272136, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 2246781567, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 263013079590, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4675063468, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31336422763, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 170298166990, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5946057576, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116594641815, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42673266189, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 2797012370034, + "rshares": 2832877281, + "voter": "danilo-cuellar" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279108743340, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 84593236072, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32732094748, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250839259, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 33966801563, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11723623850, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484592257, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 38897615588, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44994055587, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32848510708, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17907896025, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68580548647, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 69428316025, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7595774542, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179676652871, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57102199500, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69452044997, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3347914804, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162963706, + "voter": "riscadox" + }, + { + "percent": "6100", + "reputation": 9956734090708, + "rshares": 28192997009, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 9139678294, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 18154877004, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18842493961, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 18271435969, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25547649126, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7075889259, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 68677604399, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146574162898, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748749058, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 529117159613, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594872684, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 750166709, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 113873687449, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1353934559017, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177942999407, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 138353266, + "rshares": 192452722, + "voter": "ilya.ofilkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226795955, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101946106, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17220139599, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4823279956, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8826363429, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12198655728, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118752539, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4709018700, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15254343308, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19640671824, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107663461, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27601819975, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 76642186987, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6266740248, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 81450406579, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6398779034, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4205385163, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 12853559657, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2395414530, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 499909680, + "voter": "karenmckersie" + }, + { + "percent": "-10000", + "reputation": 4629657881925, + "rshares": -12255217969, + "voter": "kuriko" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 836691465, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 22879020662, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 436384573873, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46819384787, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7460249695, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39856415994, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5838810899, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2046081228, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15368242706, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24609773336, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 11275395785, + "voter": "benjiberigan" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 1048310310, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 360289908808, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 322883299010, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19714722059, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 14325695560, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168473448, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5076294724, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2909793501, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754886370, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3711786648, + "voter": "azurejasper" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277445117, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3696573278, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 884407671803, + "rshares": 839085743, + "voter": "sovereignbtc" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30851290111, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 41036136252, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5579292133, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 92042257179, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 361552742284, + "rshares": 472134488, + "voter": "nin0000" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4211985585, + "voter": "vapekings14" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839639071, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 999035161918, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30002446832, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1808058993, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272610758, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273018668, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 838465852, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 1871324, + "rshares": 1475972708, + "voter": "rfresh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 205798085, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 961096168, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20688732028, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543533670, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658330815, + "voter": "curator" + }, + { + "percent": "7500", + "reputation": 7172977970558, + "rshares": 2484571495, + "voter": "ace108" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7211578391, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437530299, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326326960, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234176102, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 73320231439, + "rshares": 132561283, + "voter": "cronk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3600257744, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 129497685240, + "rshares": 1431793806, + "voter": "jj888" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 7252444947, + "voter": "lykkeliten" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 59131994286, + "rshares": 1033757233, + "voter": "neowenyuan27" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 10079309869, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 1042729942, + "rshares": 112669609, + "voter": "awaking" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46939312969, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3391999835, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128587928653, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1049761118, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 56686076565, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298169701, + "voter": "taker" + }, + { + "percent": "7800", + "reputation": 10137266406870, + "rshares": 12785250549, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 7872807379, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3272479291, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254846011688, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 604356859725, + "rshares": 2551900055, + "voter": "pdogg147" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22902918845, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25085253003, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26132274895, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26141438708, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25094584507, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7958879600, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51767291585, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16851520865, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935718339, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6513721558, + "voter": "brendio" + }, + { + "percent": "977", + "reputation": 1751717743, + "rshares": 2082414330, + "voter": "gmurph" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11435924988, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4276738846, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26136684196, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26133889368, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26130809772, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 4422170805, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26126568283, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6143364900, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26122787391, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 657020045061, + "rshares": 4847580137, + "voter": "miketr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26119897476, + "voter": "laonie9" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28583391876, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 989801091, + "rshares": 455315409, + "voter": "money247" + }, + { + "percent": "10000", + "reputation": 14083609085, + "rshares": 27895342236, + "voter": "capper2016" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 124347105, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1504052123, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90636882443, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832992184, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15232009219, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2067319246, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 254125216984, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 119781212, + "voter": "agussudaryanto" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 894295979, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076514108, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3819969050, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 8638318326, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 62928860, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1802644693, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5835200634, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591903334, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 649597112137, + "rshares": 60087364, + "voter": "jfelton5" + }, + { + "percent": "7500", + "reputation": 4130836907564, + "rshares": 13704404005, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 30266174573, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 4097488430, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 254221036, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91438608476, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9128816455, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50545877, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118127541, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 194278320, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 599010678, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 39649124339, + "voter": "abechobi" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 270063285, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9426100952, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 3537992772642, + "rshares": 39033223374, + "voter": "blockchaingirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 961276, + "rshares": 61521721, + "voter": "artakh" + }, + { + "percent": "10000", + "reputation": 15033319, + "rshares": 60298281, + "voter": "maelstr0m" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2005139683, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59021275, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59014859, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989167379, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 116271251196, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 755197619059, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4974768209, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": -52839282898, + "rshares": 437392874, + "voter": "crezyliza" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59448799, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9824715558, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4749474946, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 3554920873, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13280505385, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 89863553323, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 7576386694, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26113221925, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 362426778, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 23413430011, + "rshares": 62362905, + "voter": "steempipe" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 3210363899, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 73263128002, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5592910819, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 174546453, + "rshares": 58984845, + "voter": "attacheguevera" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 88763334463, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1964812271, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 3135058867066, + "rshares": 3643649230, + "voter": "stillsafe" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45976979590, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15039452312, + "voter": "pressfortruth" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 28822571115, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 101524085, + "rshares": 58897154, + "voter": "purplelama" + }, + { + "percent": "10000", + "reputation": 32644559975, + "rshares": 63318466, + "voter": "ajavajive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58863225, + "voter": "willdizon" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9033482669, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 80071335, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 16637627740, + "rshares": 62230417, + "voter": "ytengra" + }, + { + "percent": "10000", + "reputation": 1049839829, + "rshares": 58816543, + "voter": "anurbanmonk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58625501, + "voter": "admiralbird" + }, + { + "percent": "10000", + "reputation": 480394097022, + "rshares": 209027774, + "voter": "onlyvoluntary" + }, + { + "percent": "5800", + "reputation": 793368183438, + "rshares": 26418612891, + "voter": "mattclarke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 30440869324, + "rshares": 66946803, + "voter": "donniet" + }, + { + "percent": "10000", + "reputation": 909832, + "rshares": 58229275, + "voter": "illiterary" + }, + { + "percent": "10000", + "reputation": 3580437, + "rshares": 58227896, + "voter": "purpledragon" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 747955870, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58195179, + "voter": "steever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55859919, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 907554, + "rshares": 58083507, + "voter": "tomtrial" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2128573690, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1258844947, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10224555938, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5031861579, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 4961292124, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1698343166, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 116203882, + "rshares": 56799795, + "voter": "drdsp" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 73054974, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2515197844, + "voter": "colinklein" + }, + { + "percent": "10000", + "reputation": 111564625015, + "rshares": 67325144, + "voter": "crowe" + }, + { + "percent": "10000", + "reputation": 1772431, + "rshares": 57851441, + "voter": "gabylo" + }, + { + "percent": "10000", + "reputation": 1759028197, + "rshares": 57818188, + "voter": "nwoinfowarrior" + }, + { + "percent": "10000", + "reputation": 199082444376, + "rshares": 140260104, + "voter": "internets" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 85972582, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57615204, + "voter": "carlpieper" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248010241, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2525257823, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 9696481439, + "rshares": 58404009, + "voter": "haulin" + }, + { + "percent": "10000", + "reputation": 602673844754, + "rshares": 1127983211, + "voter": "digitaltyrants" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4592499069, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57432859, + "voter": "rdennis" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 463737840, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25230942954, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226421634, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57354941, + "voter": "trappist" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1759751456, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 62783765, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4777043756, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57206697, + "voter": "mschangey" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6881296299, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1660521782, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1536187649, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57035814, + "voter": "michaelmillman" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1841792209, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 185701642, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 59741874574, + "rshares": 95086202, + "voter": "expatlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 4264813887, + "voter": "baro" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 54555750, + "voter": "sebastianbauer" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9060248806, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4876299293, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15558440540, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5796897349, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 484830244, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3788867362, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2477345340, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55451642, + "voter": "oliver67" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752611743, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55401224, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 55785732, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6826532415, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 12018331809, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1042464041, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 136191934687, + "rshares": 94160774, + "voter": "kyusho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1456245163, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 808370638, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3129690535, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 290042862358, + "rshares": 272947224, + "voter": "benjamin.still" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201589220299, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 29512652490, + "rshares": 60016590, + "voter": "lsk464" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462480634, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 6309450092, + "rshares": 55166840, + "voter": "dadinova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55291535, + "voter": "tesana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2673674818, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6023904178, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 205136407819, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1784221363, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 45942905295, + "rshares": 216343977, + "voter": "frankcorvus" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674369673, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379813366049, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 60333696709, + "voter": "tracemayer" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9049304130, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 52597837, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2750832574, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 4035917321, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 1638521409, + "rshares": 54450522, + "voter": "monsieurbullion" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3135075242, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 866262455, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 115333053, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749106267, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2281633550, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 59255972, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2084637414, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27665326382, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2399709436, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 765205651, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11700440445, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 6447867236, + "rshares": 53045662, + "voter": "saintmichael" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 54452104, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 144931161375, + "rshares": 113493291, + "voter": "patricklemarie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52345932, + "voter": "scottrsykes" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 811382585, + "rshares": 51381898, + "voter": "ross001" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4813395895, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51615039, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 889436, + "rshares": 51422448, + "voter": "cuvi" + }, + { + "percent": "10000", + "reputation": 457667174072, + "rshares": 285981023, + "voter": "thefinanceguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1157070714, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5187569471, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 164314202311, + "rshares": 1934246426, + "voter": "vetvso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3389664065, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 249967603, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3687229297, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51357142, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 2435301894, + "rshares": 164690897, + "voter": "flowmetheus" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2338788116, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 345429965231, + "rshares": 509474511, + "voter": "listentojon" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1319293556, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162566373, + "voter": "dayan" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 161974443, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435351417, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 830882531, + "rshares": 157625413, + "voter": "the.dudermensch" + }, + { + "percent": "10000", + "reputation": 73932452246, + "rshares": 156994554, + "voter": "so-guitarist" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 158378106, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 1478840966, + "rshares": 159957896, + "voter": "charlie.wilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158478077, + "voter": "mirceali" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14822188998, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 148973579, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81051650, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 124101138, + "voter": "dbudlov" + }, + { + "percent": "10000", + "reputation": 4622616, + "rshares": 158179594, + "voter": "hemola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158168733, + "voter": "shanehasbrouck" + }, + { + "percent": "10000", + "reputation": 3828608244, + "rshares": 294139246, + "voter": "wakeupworldnews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154986758, + "voter": "steempolizei" + }, + { + "percent": "10000", + "reputation": 821242855, + "rshares": 157927038, + "voter": "phoenix12x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92745520, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 188144802, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 157593613, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 568738102, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 149066262, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157057018, + "voter": "ryanharvey" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 167538084, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79990132, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85579531, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134906258, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 142863505, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 115485161, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 1203025605, + "rshares": 151832395, + "voter": "fathermayhem" + }, + { + "percent": "10000", + "reputation": 7152631, + "rshares": 151578968, + "voter": "rjordan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154517625, + "voter": "marco001" + }, + { + "percent": "10000", + "reputation": 3224536, + "rshares": 154495535, + "voter": "libraryali" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 148041723, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 138917685, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 144801473, + "voter": "dirlei.sdias" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/Wells-Fargo-and-Other-Banks-Now-Just-Outright-Stealing-Peoples-Money-The-Dollar-Vigilante-676x374.jpg
\n\nCenturies ago banks actually stored real money (gold) and gave their customers paper receipts which made transferring and transporting easier.\n\nThen as time went by, banks just began storing currency. Unbacked fiat paper is not money.\n\nIn those days the term \"bank robbery\" used to mean a man with a gun would come in and steal the currency from the bank.\n\nNow, in the 21st century, the term \"bank robbery\" has a completely different meaning. Now, to quote the popular Russian turn of phrase, bank robs you!\n\nWhat occurred in Cyprus in 2013, was the most overt form of daylight robbery. Over the weekend the banks closed and upon reopening, anyone with substantial funds had approximately 50% less than they previously owned.\n\nNow, banks like Wells Fargo, are just outright defrauding and stealing from people!\n\nOver the past week, the swindlers at Wells Fargo\u2019s were caught engaging in questionable activity yet again and consequently their stock\u2019s value has suffered. The shares took a dip as globalist Warren Buffet\u2019s favorite bank, was fined $185 million for a series of fraudulent actions.\n\nAccording to reports, since 2011, bank employees have opened 1.5 million bank accounts and \"applied\" for 565,000 credit cards as well as opened false email accounts - none of which were authorized by their customers.\n\nPart of the fraud lies in the fact that these shady bank workers were transferring funds from their customers existing accounts into the newly created accounts unbeknownst to them, resulting in overdraft fees for insufficient funds in some cases. According to the New York Times, the bank\u2019s employees were incentivized to partake in this illegal activity by compensation policies that rewarded them for opening new accounts. And since bankers never go to prison in the USSA, they must have figured, why not give it a shot?\n\nAfter all, the US is nothing like Iceland which jailed 29 banksters for their role in the 2008 crash.\n\nThe director of the Consumer Financial Protection Bureau or CFPB, (the agency presiding over the fining) Richard Cordray, made a statement saying in part that \u201cunchecked incentives can lead to serious consumer harm and that is what happened here.\u201d\n\nOf course the irony of this fiasco is in the fact that the CFPB is part of the largest organized crime syndicate in the world, the United States government. Not only do these thugs steal around around $2 trillion dollars a year from their tax slaves, but the Pentagram also recently admitted that $6.5 trillion dollars was either \u201cmisplaced or stolen\u201d. Even $6.5 million or billion is an egregious sum of money to lose, let alone $6.5 Trillion with a \u201cT\u201d.\n\nIt was not long ago when we reported on the dubious actions of Deutsche Bank as they refused to make good on their obligations for delivery of physical gold to customers. Aside from that, the bank was also ordered to pay fines amounting to $257 million for doing business with countries under US sanctions at the time. These events have contributed to its poor stock prices, which have plummeted to their lowest levels in 30 years.\n\nWhat Deutsche Bank, Wells Fargo and other commercial banks have been caught for, looks like petty theft when compared to the atrocities committed by the central banks throughout history. In fact most people are not even aware that the value of their money is decreasing through the hidden tax called \u201cinflation\u201d.\n\nWe are living in a centrally planned monetary system that it designed to slowly siphon away wealth from its participating victims. Vladimir Lenin knew this and was even quoted as saying, \u201cThe establishment of a central bank is 90% of communizing a nation.\u201d\n\nSo while many people complacently drink beer and watch football on their widescreen TVs they bought on layaway, their purchasing power and bank accounts are being ransacked by banksters like rats on a sinking ship.\n\nAnd sometimes, as with the Wells Fargo fraud, the banksters will steal from you and then make sure you know how easy it is for them to get away with their ill-gotten gains.\n\nAs this Jubilee Year comes to an end, blatant and outright theft is becoming the order of the day.\n\nWhat is even crazier, is that they appear to be doing it shamelessly.\n\nIt's almost as if they want you to know just how bad things really are - and also to realize you can't do anything about it. This is the same attitude they'll take when the system completely collapses. You may be tempted to complain about your broker or your financial adviser, but doing so won't get you very far.\n\nYes, you'll probably find plenty of evidence that you've been robbed in the middle of a final financial unraveling, but it won't matter. The whole idea is to make you suffer while making it clear that there is nothing you can do about it.\n\nAnd this fraud is a good example of that.\n\nWhat has not been revealed publicly on mainstream television is the fact that Carrie Tolstedt, the executive who spearheaded and ran the group for years, was neither indicted nor penalized by the bank. In fact she walked away with a $120 million severance package. That's right, she was rewarded for her wrongdoing.\n\nIn fact, Stephen Gandel, a Wells Fargo spokesperson, said the timing of Tolstedt\u2019s departure was a result of an apparently coincidental \u201cpersonal decision to retire after 27 years.\u201d Nothing to see here.\n\nFrom a Fortune article:\n\n
Tolstedt ... is walking away from Wells Fargo with a very full bank account\u2014and praise. In the July announcement of her exit, which made no mention of the soon-to-be-settled case, Wells Fargo\u2019s CEO John Stumpf said Tolstedt had been one of the bank\u2019s most important leaders and \u201ca standard-bearer of our culture\u201d and \u201ca champion for our customers.
\n\nAs we reach the end of this financial and monetary system, the rats are just stealing as much as they can before the ship goes down. It's plain as day.\n\nIn order to brave these rough waters and subsequent shipwrecks you\u2019re going to need a flotation device. At TDV we provide you with the proverbial life-jacket you need to help keep your head above water through alternatives to traditional banking including offshore opportunities, investment in crypto-currencies and precious metals and mining stock analysis.\n\nThanks to our legendary Senior Analyst Ed Bugos, so far in the last year our overall portfolio is up 200% with numerous call options and picks up over 1000%! You can join in on the profits too if you subscribe to our TDV newsletter here.\n\nThe collapse of the financial system as we know it lies ominously on the horizon, but you don\u2019t have to go it alone. When you subscribe, you gain access to a community of thousands of other like minded individuals who can also help you to survive and prosper through these turbulent times.\n\nUnlike Wells Fargo, we're dedicated to building you up and guiding you, not tearing you down and defrauding you!\n\nThis is not the end of these shenanigans, it is only the beginning. There is more fraud, theft, crisis and collapse to come. Be prepared.\n\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "body_length": 7431, + "cashout_time": "2016-09-21T04:57:54", + "category": "money", + "children": 46, + "created": "2016-09-14T04:57:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bank\",\"fraud\",\"wellsfargo\",\"collapse\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/Wells-Fargo-and-Other-Banks-Now-Just-Outright-Stealing-Peoples-Money-The-Dollar-Vigilante-676x374.jpg\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T04:57:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 148097235331036, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "1212.458 HBD", + "percent_hbd": 10000, + "permlink": "wells-fargo-and-other-banks-now-just-outright-stealing-people-s-money", + "post_id": 1240110, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wells Fargo and Other Banks Now Just Outright Stealing People's Money", + "title": "Wells Fargo and Other Banks Now Just Outright Stealing People's Money", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/wells-fargo-and-other-banks-now-just-outright-stealing-people-s-money" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 766901974894, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 413171170214, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1170046963301, + "rshares": 19632308065, + "voter": "asabovesobelow" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8865761907, + "voter": "james-show" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268695197, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413638504, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96417666563, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 394744436978, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250839259, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11721474744, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7595774542, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19332734183, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 135928141, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 93749017152, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 4768649884, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 36303913113, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3113589822, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6337685929, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 5646942953, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3228651237, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 118281393, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 53905643734, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9128816455, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93496893623, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 54361669, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5711894376, + "voter": "trev" + }, + { + "percent": "5000", + "reputation": 4112973711517, + "rshares": 4583598620, + "voter": "generation.easy" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45976979590, + "voter": "emancipatedhuman" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580066391, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 747911327, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1698343166, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13132250474, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4437447921, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14712187553, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 53093296, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 467271539, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752611743, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 53142169, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1217345926, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 52032551, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 3475969893, + "rshares": 52129459, + "voter": "gumer" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13751438162, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55267384, + "voter": "melgates31" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 54342421, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 17384813, + "rshares": 52806920, + "voter": "jeff-kubitz" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 55117938, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6223781586, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52860239, + "voter": "eleanorrene" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 789118328, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 54632106, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 451640197, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2338788116, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 152077195, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 77949421, + "voter": "dealzgal" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\n

Because accountability is foundational for a successful community, we would like to continue to share info about our daily production in the Garden of Eden.

\n

Even though we still don't have a finished living room floor, we maintained our standards of feeding free meals, saving trash from the landfills, enjoying a negative zero carbon footprint, and living honestly and responsibly as the change we want to see in this world.

\n

In honor of full transparency, we'd like to share our accomplishments for the day:

\n
    \n
  • harvested and processed a wheelbarrow full of shiso for drying
  • \n
  • harvested 2 pounds of greens
  • \n
  • rendered 1 gallon of dried shiso and 10-15 gallons of dried lemon thai basil
  • \n
  • packaged 6 orders for health supplements
  • \n
  • planted 2 fig trees
  • \n
  • Processed 1 pound of organic, homegrown tobacco blend
  • \n
  • produced 30 pounds of compost
  • \n
  • took 117 photos
  • \n
  • saved 120 pounds of trash from the landfill
  • \n
  • received $50 in donations from local businesses
  • \n
  • sanded the living room floor
  • \n
  • built 2 shelves
  • \n
  • fed 33 free meals
  • \n
  • spent $0 on rent, $0 on food, and $0 on entertainment
  • \n
  • invested 16 man hours in Steemit
  • \n
  • produced 3 @gardenofeden Steemit articles that have thus far earned 115.60 SBD (minus portion to curators): 1) A Garden Fresh Photography Gallery to Brighten Your Day, 2) Video of Our Feed The Need Campaign Where We Fed 300 Meals To Homeless People Downtown At Risk Of Arrest Or Fine, and 3) this article
  • \n
  • AND we re-homed 6 stray puppies!
  • \n
\n

We were caring for 7 stray black lab puppies. One found his forever home last week, and today we found a family excited to take in ALL 6 GIRLS!!!

\n


\n

\n

\n


\n

We are all full time volunteers; no one is earning any money for these operations. Instead, we invest all proceeds right back into feeding, clothing, housing, and sheltering more people than ever before!

\n

We are still celebrating the success of this weekend's feed the homeless event, where we donated a $1,000 operation to the people of downtown Fort Worth where we harvested, prepared, delivered, served, and cleaned up 300 hot meals. We're surfing the excitement to plan the next one!

\n

To learn even more about our unprecedented economy, please read our previous post.

\n


\n

Every single day, we PROVE that a better way is possible, and we remain committed to building a healthier and more sustainable world for ALL!

\n


\n

www.intothegardenofeden.com\n


\n

\n", + "body_length": 3874, + "cashout_time": "2016-09-21T03:38:00", + "category": "money", + "children": 12, + "created": "2016-09-14T03:38:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"freedom\",\"life\",\"community\",\"sustainability\"],\"users\":[\"gardenofeden\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/puppies072a9.jpg\",\"https://www.steemimg.com/images/2016/09/13/puppies26a405.jpg\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/steemit/@gardenofeden/steem-steem-steem-calling-on-the-steemit-community-to-help-us-complete-a-super-sustainable-usd25-000-floor-for-usd300\",\"https://steemit.com/photography/@gardenofeden/a-garden-fresh-photography-gallery-to-brighten-your-day\",\"https://steemit.com/anarchy/@gardenofeden/video-of-our-feed-the-need-campaign-where-we-fed-300-meals-to-homeless-people-downtown-at-risk-of-arrest-or-fine\",\"https://steemit.com/money/@gardenofeden/standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T03:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2178464312811, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.688 HBD", + "percent_hbd": 10000, + "permlink": "standard-accountability-the-garden-of-eden-ledger-or-how-we-spend-our-freedom-9-13-16", + "post_id": 1239658, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Standard Accountability: The Garden of Eden Ledger, Or How We Spend Our Freedom - 9/13/16", + "title": "Standard Accountability: The Garden of Eden Ledger, Or How We Spend Our Freedom - 9/13/16", + "total_payout_value": "0.000 HBD", + "url": "/money/@gardenofeden/standard-accountability-the-garden-of-eden-ledger-or-how-we-spend-our-freedom-9-13-16" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 2331264610416, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1120572744507, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6368563416960, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6260020137963, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4819524109991, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481469343476, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 724454198454, + "rshares": 149791512784, + "voter": "signalandnoise" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450647288357, + "voter": "boatymcboatface" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7863574436, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296171889343, + "voter": "chitty" + }, + { + "percent": "2000", + "reputation": 9469162, + "rshares": 18107006950, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491220777265, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 25134704062, + "rshares": 532506961, + "voter": "f35720" + }, + { + "percent": "10000", + "reputation": 2999169193553, + "rshares": 4274619320, + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 461419789586, + "voter": "leesunmoo" + }, + { + "percent": "566", + "reputation": 12382143533351, + "rshares": 44925979665, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836128503, + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268693378, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596952154, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19594240026, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15781675031, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 673979190004, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 1402029831983, + "rshares": 13995743164, + "voter": "wefdi" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 119985380706, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 668727233284, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 18271435969, + "voter": "r4fken" + }, + { + "percent": "3000", + "reputation": 4667991454724, + "rshares": 251828184291, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6460718194, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 51292324954, + "rshares": 245862458, + "voter": "martypark" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1353930870114, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 982686864185, + "rshares": 5538936332, + "voter": "secom" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11943122002, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107663461, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 104623053880, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5724324410, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19714603321, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77948221779, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30849471075, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839613314, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543532155, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 29939401042, + "voter": "pinkisland" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 7110240144, + "voter": "lykkeliten" + }, + { + "percent": "3000", + "reputation": 4063076365725, + "rshares": 1167746531, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18456879310, + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3292235134, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024157188, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298169701, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "569", + "reputation": 1751717743, + "rshares": 1249304052, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90636838808, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 135541898, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6231741097, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9443470643, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989167379, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 4755670, + "rshares": 70118882918, + "voter": "jyp" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1724747317, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 3044801455, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 29309483428, + "voter": "ksc" + }, + { + "percent": "10000", + "reputation": 361047918975, + "rshares": 3902752153, + "voter": "szoftfst" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 765205651, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 1123444668, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 3518830, + "rshares": 151700643, + "voter": "zanovosib54" + } + ], + "author": "clayop", + "author_reputation": 31405352060596, + "beneficiaries": [], + "body": "\uc81c\ub85c\uce90\uc26c\uac00 10\uc6d4 \ub9d0 \ub7f0\uce6d\uc744 \ubaa9\ud45c\ub85c \uac1c\ubc1c\uc774 \ud55c\ucc3d\uc778 \uac00\uc6b4\ub370, \ud3ec\ub7fc\uc5d0\uc11c \uac00\ub054 Trusted setup\uc774\ub77c\ub294 \uac83\uc5d0 \ub300\ud55c \ubb38\uc81c\uc81c\uae30\uac00 \ubcf4\uc600\uc2b5\ub2c8\ub2e4. \uc774\uc5d0 \ub300\ud574 \uc81c\uac00 \uc54c\uc544\ubcf8 \ubc14\ub97c \uac04\ub2e8\ud788 \ub9d0\uc500\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.\n\n\uc81c\ub85c\uce90\uc26c\uc5d0 \uad00\ud55c \ub17c\ubb38\uc778 [Secure Sampling of Public Parameters for Succinct Zero Knowledge Proofs](http://diyhpl.us/~bryan/papers2/bitcoin/snarks/Secure%20sampling%20of%20public%20parameters%20for%20succinct%20zero%20knowledge%20proofs.pdf)\uc5d0 \uc758\ud558\uba74 (\uc800\ub3c4 \uc77d\uc5b4\ubcf4\uc9c4 \uc54a\uc558\uc2b5\ub2c8\ub2e4) \uc601\uc9c0\uc2dd \uc99d\uba85(zero-knowledge proof)\uc744 \uc2dc\uc791\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc5ec\ub7ec \uba85\uc73c\ub85c \uad6c\uc131\ub41c \uadf8\ub8f9\uc774 \uc77c\uc885\uc758 \ub9c8\uc2a4\ud130\ud0a4\ub97c \ub098\ub220\uc11c \ubcf4\uc720\ud574\uc57c \ud55c\ub2e4\uace0 \ud569\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uc774 \ub9c8\uc2a4\ud130\ud0a4\uc758 \uc870\uac01 \uc911 \ucd5c\uc18c\ud55c \ud55c \uac1c\uac00 \ub124\ud2b8\uc6cc\ud06c\uac00 \uc2dc\uc791\ub41c \ub2e4\uc74c\uc5d0 \ud30c\uad34\ub418\uc5b4\uc57c \ub124\ud2b8\uc6cc\ud06c\uac00 \uc548\uc804\ud558\uac8c \uc720\uc9c0\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ub9cc\uc57d\uc5d0 \ub9c8\uc2a4\ud130\ud0a4\ub97c \ubcf4\uc720\ud55c \uadf8\ub8f9\uc774 \uacf5\ubaa8\ub97c \ud574\uc11c \ubaa8\ub4e0 \ub9c8\uc2a4\ud130\ud0a4 \uc870\uac01\uc774 \ubab0\ub798 \ubcf4\uad00\ub418\uc5c8\uc744 \uacbd\uc6b0, \ub124\ud2b8\uc6cc\ud06c\ub294 \ubc14\ub85c \ubd95\uad34\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uac1c\uc778\uc801\uc778 \uc758\uacac\uc73c\ub85c \uc774\ub807\uac8c \ub420 \uac00\ub2a5\uc131\uc740 \uc0c1\ub2f9\ud788 \ub0ae\ub2e4\uace0 \ubcf4\uc9c0\ub9cc \ub9c8\uc2a4\ud130\ud0a4 \uc870\uac01\uc774 \uc5b4\ub5a4 \uadf8\ub8f9\uc5d0\uac8c \uc8fc\uc5b4\uc9c0\ub294\uc9c0\ub294 \uc9c0\ucf1c\ubcfc \ud544\uc694\uac00 \uc788\uc744 \uac83 \uac19\uc2b5\ub2c8\ub2e4.\n\nZcash VPS \ub9c8\uc774\ub2dd\uc5d0 \uad00\ud574\uc11c\ub294 \uc815\uc2dd \ubc84\uc804\uc774 \ub2e4\uac00\uc624\uba74 \uc815\ub9ac\ud574\uc11c \uc62c\ub9ac\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.", + "body_length": 711, + "cashout_time": "2016-09-21T03:26:42", + "category": "kr", + "children": 3, + "created": "2016-09-14T03:26:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"kr-crypto\"],\"links\":[\"http://diyhpl.us/~bryan/papers2/bitcoin/snarks/Secure%20sampling%20of%20public%20parameters%20for%20succinct%20zero%20knowledge%20proofs.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T03:26:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27545177526433, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "43.926 HBD", + "percent_hbd": 10000, + "permlink": "zcash-trusted-setup", + "post_id": 1239584, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Zcash\uc640 Trusted Setup", + "title": "Zcash\uc640 Trusted Setup", + "total_payout_value": "0.000 HBD", + "url": "/kr/@clayop/zcash-trusted-setup" + }, + { + "active_votes": [ + { + "percent": "186", + "reputation": 12382143533351, + "rshares": 14975312006, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 15310433088, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 252955942881, + "voter": "pal" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1514372408, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1691128240, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 6640643630, + "voter": "beanz" + }, + { + "percent": "196", + "reputation": 1751717743, + "rshares": 416434380, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10485641415, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 142987189, + "voter": "skeptic" + }, + { + "percent": "-10000", + "reputation": 1871240031576, + "rshares": -2562020595, + "voter": "lilmisjenn" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 860856358, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1696431355721, + "rshares": 4545790596, + "voter": "jennane" + }, + { + "percent": "10000", + "reputation": 754104699657, + "rshares": 584408005, + "voter": "the-stoned-ape" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

@fiercesjw was able to take a peaceful stroll in the woods uninterrupted by over privileged cis white anglo saxon christian males who manspain, emit microaggressive racist remarks, while supporting institutional racism and rape culture by collective inaction towards common areas of equitable justice.  The walk featured beautiful flowers-

\n

\n

There were marvelous trees within a breath taking forest-

\n

\n

but the highlight of the walk was in the solitude and physical separation from body shaming heteronormative misogynist patriarchal cis gendered men.  The peaceful walk would eventually put her in a healthy state of mind to eat farm raised non-gmo gluten free fat free free range open pasture undyed humanely slaughtered vegan chicken.  The ethically sourced meal would be especially good because the chicken was locally sourced from an organic fair trade certified sustainable carbon neutral chicken coop made from recycled freshly grown un-pasteurized bamboo.  

\n

She listened to nature sounds unimpeded by racially biased headphones produced by legendary misogynist rape culture enthusiast and physically abusive Dr. Dre with culturally unsound religiously intolerant marketing campaigns designed to disempower women produced from unethical labor conditions in third world countries.

\n

All in all it turned out to be a great day.

\n", + "body_length": 1798, + "cashout_time": "2016-09-21T02:53:12", + "category": "nature", + "children": 3, + "created": "2016-09-14T02:53:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nature\",\"writing\",\"sjw\",\"feminism\",\"beauty\"],\"image\":[\"https://destroywhatyouenjoy.files.wordpress.com/2014/10/tumblr_ncmf1d03xn1qa4gnno1_500.jpg?w=720\",\"http://www.san-diego-beaches-and-adventures.com/images/Flower-Fields-Carlsbad-Ranch.jpg\",\"http://f.fwallpapers.com/images/old-forest.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Maternal_insult\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T03:35:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 307561929601, + "parent_author": "", + "parent_permlink": "nature", + "pending_payout_value": "0.047 HBD", + "percent_hbd": 10000, + "permlink": "satirically-yours-s1e12-cis-gendered-caucasian-plus-sized-bisexual-millennial-social-justice-warrior-experiences-brief-freedom", + "post_id": 1239375, + "promoted": "9.000 HBD", + "replies": [], + "root_title": "Satirically Yours S1E12: Cis gendered Caucasian plus sized bisexual millennial social justice warrior experiences brief freedom from patriarchal homophobic consumerist American culture while taking nature walk", + "title": "Satirically Yours S1E12: Cis gendered Caucasian plus sized bisexual millennial social justice warrior experiences brief freedom from patriarchal homophobic consumerist American culture while taking nature walk", + "total_payout_value": "0.000 HBD", + "url": "/nature/@aggroed/satirically-yours-s1e12-cis-gendered-caucasian-plus-sized-bisexual-millennial-social-justice-warrior-experiences-brief-freedom" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 466300183292, + "voter": "barrie" + }, + { + "percent": "4000", + "reputation": 13270505121655, + "rshares": 25305686361517, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170391121679, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3006016116696, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2050484809965, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 468532138133, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087614722610, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1093538023081, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 302621560048, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23805335234, + "voter": "jaewoocho" + }, + { + "percent": "8200", + "reputation": 9510507624851, + "rshares": 403574278365, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1726157617118, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3390502370380, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135364995, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665405033386, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88431396386, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6755165691, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1668552313, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437372952210, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10361550550, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 98046716916, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296156804914, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 117668471628, + "voter": "linouxis9" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109701163, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 15938910199, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491219432558, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1733205192, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15101549122, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1156216993549, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 1706294048292, + "rshares": 3992811274, + "voter": "hbhades" + }, + { + "percent": "46", + "reputation": 12382143533351, + "rshares": 14975312006, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 498689006, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5883491464, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1713511552540, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 561439376473, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 270202240943, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 60477899807, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9836113650, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 49789690772, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178348949340, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": -45866170816, + "rshares": 435016208, + "voter": "jesusislord" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268693378, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6370024688, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379837572, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10523807120, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49495228668, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 3675954043, + "rshares": 375849607, + "voter": "lightninggears" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 265290930862, + "voter": "billbutler" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897515214, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400495069952, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 389110512, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 360402616258, + "voter": "hedge-x" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 35116880606, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 188506670665, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 385972338379, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77663772164, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19594193657, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15781675031, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257288775445, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 173921532245, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8577715408, + "voter": "grandpere" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42669552109, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 36134849850, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 74634189359, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174834964660, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 65311587207, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 67281123683, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280956508, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162963706, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 124882743184, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 18078084839, + "voter": "stealthtrader" + }, + { + "percent": "4700", + "reputation": 1059790037173, + "rshares": 320989071976, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 18271435969, + "voter": "r4fken" + }, + { + "percent": "3000", + "reputation": 4667991454724, + "rshares": 251828184291, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6460718194, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 45725542224, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 21607296240, + "rshares": 248647933, + "voter": "globeskeptic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226576067, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516728290, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11943122002, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 126903474598, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 18787769158, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107663461, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6262634799, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 819957636, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1396991732, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5724324410, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1999579382, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 43929005616, + "voter": "mynameisbrian" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931831387, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 353224082193, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3424004853, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1691128240, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2851597631, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754846362, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30849471075, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839607252, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1110570045, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771897813, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7631993099, + "voter": "summonerrk" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543532155, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658289908, + "voter": "curator" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7210950490, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428779693, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 73320231439, + "rshares": 132561283, + "voter": "cronk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 45788625129, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 177054757, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 7110240144, + "voter": "lykkeliten" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3292235134, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024157188, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298169701, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 2975376827, + "rshares": 66795363, + "voter": "dras" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254818301665, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25092918183, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7949174851, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51762544757, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935568032, + "voter": "flysaga" + }, + { + "percent": "46", + "reputation": 1751717743, + "rshares": 416434380, + "voter": "gmurph" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11434921317, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4185744403, + "voter": "ullikume" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28580426889, + "voter": "xiaohui" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1345769318, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90636336828, + "voter": "joele" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 894225674, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 449865889, + "rshares": 63355928, + "voter": "vanillathehun" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2676308281, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 7870554569, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1802494385, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591903334, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12542744754, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2704342364, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9127482506, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118120268, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9233804145, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2057764702, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989167379, + "voter": "virtualgrowth" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1869937872, + "voter": "anotherjoe" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 699530791, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 50660081, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25238179426, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11648007925, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9033422080, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580066391, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 96962691, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 67549886, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2302759776, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 463737840, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 8154213012, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5314527641, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3799871840, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 55785732, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1456245163, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 142987189, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 348073541, + "voter": "bones261" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9049295036, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 633657150, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 2119090649, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 293420491789, + "rshares": 60333104, + "voter": "heroic15397" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 836943681, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 4452249550, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 254966955, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 161974443, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 201362779, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 155210544, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 152407473, + "voter": "djangothegod" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73844343, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 167514290, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 132734684, + "voter": "dirlei.sdias" + } + ], + "author": "cryptoctopus", + "author_reputation": 122177444407384, + "beneficiaries": [], + "body": "
https://www.steemimg.com/images/2016/09/13/pepethefrog5eec3.jpg
\n\n# Wait...Pepe is a white supremacist now?\n\nOk, this is absolutely surreal. HillaryClinton.com just published this article entitled: [Donald Trump, Pepe the frog, and white supremacists: an explainer - That cartoon frog is more sinister than you might realize.](https://www.hillaryclinton.com/feed/donald-trump-pepe-the-frog-and-white-supremacists-an-explainer/) Following the comment that she made about half of Trump's supporter being a part of the \"bucket of deplorable\".\n\nhttps://www.steemimg.com/images/2016/09/13/trump-meme-feed-inline72772.jpg\n\nWell, whether or not you root Trump or Clinton is beside the point. **What really matter is that this old meme definition has been changed today on wikipedia.**\n\nhttps://www.steemimg.com/images/2016/09/13/pepec3916.png\n\n# SAVE PEPE!\nBefore our very eyes, the meaning of PEPE IS BEING CHANGED! This very old meme used at every sauce is now the symbol of hatred toward black people? What the heck is going on here?\n\n# The deliberate manipulation of Wikipedia Or Google has a political tool\n\nI knew for a long time that there were groups of special interest paying wikipedia contributor to literally wage an information war. But now it's been pull right before my very eyes. This morning the meaning was the same that I always knew. Namely what it's creator meant:\n\n> \"My Pepe philosophy is simple: 'Feels good man.' It is based on the meaning of the word Pepe: 'To go Pepe.' I find complete joy in physically, emotionally, and spiritually serving Pepe and his friends through comics. Each comic is sacred, and the compassion of my readers transcends any differences, the pain, and fear of 'feeling good.'\" \u2013Matt Furie, 2015 interview with The Daily Dot\n\n# Manipulation of Google or Wikipedia?\n\nSo right now, the GOOGLE results about Pepe the Frog is what you see above BUT the white supremacy part IS NOT PRESENT on the wikipedia page itself at the moment of this writing. \n\nhttps://en.wikipedia.org/wiki/Pepe_the_Frog\n\n# What are you thoughts on this?", + "body_length": 2083, + "cashout_time": "2016-09-21T02:40:00", + "category": "pepe", + "children": 18, + "created": "2016-09-14T02:40:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pepe\",\"wikipedia\",\"google\",\"media\",\"hoax\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/pepethefrog5eec3.jpg\",\"https://www.steemimg.com/images/2016/09/13/trump-meme-feed-inline72772.jpg\",\"https://www.steemimg.com/images/2016/09/13/pepec3916.png\"],\"links\":[\"https://www.hillaryclinton.com/feed/donald-trump-pepe-the-frog-and-white-supremacists-an-explainer/\",\"https://en.wikipedia.org/wiki/Pepe_the_Frog\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T03:06:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51263783072489, + "parent_author": "", + "parent_permlink": "pepe", + "pending_payout_value": "153.350 HBD", + "percent_hbd": 10000, + "permlink": "pepe-the-frog-is-a-white-supremacist-wikipedia-says-so-now", + "post_id": 1239272, + "promoted": "40.000 HBD", + "replies": [], + "root_title": "[MANIPULATED] PEPE THE FROG IS A WHITE SUPREMACIST! WIKIPEDIA SAYS SO!", + "title": "[MANIPULATED] PEPE THE FROG IS A WHITE SUPREMACIST! WIKIPEDIA SAYS SO!", + "total_payout_value": "0.000 HBD", + "url": "/pepe/@cryptoctopus/pepe-the-frog-is-a-white-supremacist-wikipedia-says-so-now" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31612376234522, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231697252623, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2077911833214, + "voter": "bmw" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2050484809965, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087612151755, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2789052701177, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23805335234, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1725936241521, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481469343476, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 682624648993, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3390502370380, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686869711883, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88428505486, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6755165691, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1668552313, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5904412247710, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437361048259, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10602503504, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5146683930, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 100047670323, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296142557827, + "voter": "chitty" + }, + { + "percent": "7500", + "reputation": 5296864583034, + "rshares": 52267569252, + "voter": "ilanaakoundi" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109701163, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1773512290, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85251253570, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17898889825, + "voter": "jademont" + }, + { + "percent": "918", + "reputation": 12382143533351, + "rshares": 59900499935, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 894673408752, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 577016698638, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 264453257094, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48604221944, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178343719284, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268689740, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106590261163, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6370024688, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379837572, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10786889870, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111883127527, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49493742594, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 3675954043, + "rshares": 368480007, + "voter": "lightninggears" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897515214, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9974494489, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408836949713, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418759403, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 385972338379, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16097293072, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257279608000, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4487959093, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5816018177, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111269975507, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202678967088, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 279104944140, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186529566, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40651965683, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 65747431577, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20375454505, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 37765019259, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 55960155510, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 67281076699, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3347914804, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162711177, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256356193, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25547587290, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 312230301, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7075873799, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 856213708666, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 529066102468, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1325127440740, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 45725436119, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226576067, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4728705839, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8457093065, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11943122002, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 240841138, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114002438, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4601096547, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15253759138, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19214682141, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107663461, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11093728952, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243687163730, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 532989591, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 436381712823, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46818676490, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7460234544, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5724324410, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1953077536, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 109724811529, + "rshares": 272002110, + "voter": "ashleybr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 233795210, + "rshares": 239145342, + "voter": "susie4ka" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239130763, + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": 2855981553, + "rshares": 239509465, + "voter": "stefaniek42" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2828187420, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 6036136638, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 3055305, + "rshares": 238996949, + "voter": "jenny-3" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238845917, + "voter": "galaxy77" + }, + { + "percent": "10000", + "reputation": 152612830, + "rshares": 238842328, + "voter": "nancywood621" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4659156935, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 238870108, + "voter": "jennyfeger" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238847388, + "voter": "stevemitchell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238854943, + "voter": "jennifersteel807" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 253813963, + "rshares": 119401610, + "voter": "melinasanner" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19312264478, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 20334236612, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "10000", + "reputation": 802342551, + "rshares": 119135632, + "voter": "annie-kim" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754766328, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277445117, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118805309, + "voter": "emily-s" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30409124026, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34499929012, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 90201412035, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118579416, + "voter": "citruss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 5567319, + "rshares": 118565669, + "voter": "johnbe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118337740, + "voter": "jackson5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839570877, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019409809365, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118110881, + "voter": "timclarke" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7455410380, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1808058993, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272610758, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273018668, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 197539708, + "voter": "strictlybusiness" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543532155, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658289908, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33350421683, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437530299, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326326960, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234176102, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 605649102, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47696484510, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 7110240144, + "voter": "lykkeliten" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46935797868, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3292235134, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024157188, + "voter": "metaflute" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 12254759213, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298169701, + "voter": "taker" + }, + { + "percent": "4800", + "reputation": 10137266406870, + "rshares": 7990781593, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 8689818448, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1178526658849, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25091842285, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39745383151, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239400086987, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9193890552, + "voter": "flysaga" + }, + { + "percent": "918", + "reputation": 1751717743, + "rshares": 1665718124, + "voter": "gmurph" + }, + { + "percent": "4000", + "reputation": 1038813018744, + "rshares": 3229166603, + "voter": "chris.roy" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 54315507618, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4185744403, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6143196680, + "voter": "kurtbeil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132083897461, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 129683399, + "voter": "bigsambucca" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6728792024, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90634372374, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832801281, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 254124626679, + "voter": "sirwinchester" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4247548916, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2225398886, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2675045742, + "voter": "jrcornel" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8561802253, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 605665694, + "voter": "herbertmueller" + }, + { + "percent": "2000", + "reputation": 4130836907564, + "rshares": 3606419075, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12793599649, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 254221036, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91434571881, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178243549, + "voter": "party1999" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 561071277, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 194278320, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9774089779, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2020120368, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2989167379, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 96643593711, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4749474946, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 61917877, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 73727204, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2405716765, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 362426778, + "voter": "mrlogic" + }, + { + "percent": "5000", + "reputation": 4112973711517, + "rshares": 4407306365, + "voter": "generation.easy" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 5762847674, + "voter": "hilarski" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580066391, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 14686018058, + "rshares": 60635394, + "voter": "gduran" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 59461347, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 763159668, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1147816195, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 106143445, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 75737751, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23246698343, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4437447921, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 59295778, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4893557019, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1621015052, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 145624607, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 8153888332, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15218086271, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3707723463, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6677379531, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646493719, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 120779148, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 844349807, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1700996223, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 6309450092, + "rshares": 56270177, + "voter": "dadinova" + }, + { + "percent": "10000", + "reputation": 155834469695, + "rshares": 128967272, + "voter": "illusiveman" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2615196905, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1784221363, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9048931248, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5749031716, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793281208, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60293991, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2346075891, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 813031004, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11426886252, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 58640727, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 397448486, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4708115940, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 16746618, + "rshares": 50717955, + "voter": "gustafx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3606567589, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 363580941, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155965668, + "voter": "johnelbow" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 158798473, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435351417, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 201362779, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 158378106, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 3460752, + "rshares": 159106214, + "voter": "chocolatoso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 158284428, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 3518830, + "rshares": 154796574, + "voter": "zanovosib54" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92745520, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76921191, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066676, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 8376787255, + "rshares": 157864282, + "voter": "diegop" + }, + { + "percent": "10000", + "reputation": 294177096, + "rshares": 152326176, + "voter": "navajulio" + }, + { + "percent": "10000", + "reputation": 33475258, + "rshares": 151694143, + "voter": "ajmastaflex" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n

http://picload.org/image/rdglpopl/pablocovers0.jpg

\n

\u201eThey want to extradite him! We need to get him out of here \u2013 when El Chapo gets surrendered to the US, we\u2019ll be done. I don\u2019t even know if I can continue this Job \u2013 everything has changed!
\nWe already have a huge problem here with the stupid police and army, and the other cartels are freaking out as well \u2013 some of our brothers die everyday! Fernando died last week!!
\nOne of my brothers dies everyday, and one day it\u2019ll be my turn! Maybe I should just get a normal job, give a shit about the money and live a safe life! I can\u2019t keep going like this!\u201d, I can hear a desperate voice from inside. 

\n

I slowly push against the door, and it opens with a squeak. 

\n

\n

\u201cHey, muchachos. Where\u2019s your Boss?\u201d, I asked the two men at the bar.
\n\u201cWhat do you want?\u201d, one of them answered without even turning around.
\n\u201cHey. I asked you something. Where is your Boss?\u201d I asked again and raised my voice.
\nNone of them reacted.
\n\u201cDo you know who I am?!\u201d, one of them said angrily and turned around.
\nBut too late \u2013 I had already taken one of the wooden bar stools and crashed it over his head. 

\n

\u201cDo you even know who I am?\u201d, I whispered. \u201cPablo Emilio Escobar Gaviria. I\u2019m back.\u201c 

\n

Then I turned to the other guy: \u201cYou. Get me your Boss, now.\u201d
\nHe nodded, shocked, and quickly ran up the stairs, stumbling over his own feet.
\n\u2018How is that possible? He is supposed to be dead!\u2019, the man thought to himself. \u2018But he does look like him..\u2019 

\n


\n

He knocked on one of the doors, and said cautiously: \u201cBoss.. Boss there is someone downstairs who wants to talk to you. It\u2019s Don Pablo.\u201d
\n

https://media.giphy.com/media/3oz8xEd344HMPtM1iM/giphy.gif

\n

\nThe noise from inside the room stopped, and a drunk voice answered: \u201cShut up. Are you high?! Escobar\u2019s dead, what are you talking about?!\u201d he laughed, and a female girl was giggling as well.

\n

\u201cNo, for real Boss.. He\u2019s waiting downstairs. I\u2019m serious.\u201d
\nThere was a brief moment of silence, then there was a voice inside the room saying \u201cSorry Darling, I\u2019ll be right back, I need to shoot this guy\u201d, and the door opened.
\nA middle-aged man, tanned, with dark hair and a slight belly walked through the door. \u201cWhat the fuck are you talking about?! Pablo?!\u201d, he asked and grabbed the man\u2019s shirt.
\n\u201cI- I\u2019m serious\u201d his employee stuttered, \u201cplease take a look downstairs Boss.\u201d 

\n

He walked down the squeaky stairs, and there I was \u2013 standing in the middle of his bar, looking straight at him with confidence. Pablo Escobar.
\n
He aged a little, but his face and figure were unmistakable. It was him. 

\n

\u201cMateo\u201d, I said with a smile and opened my arms.
\nHe came towards me, not trusting his eyes, and returned my hug. \u201cHow is this possible?! I thought you\u2019re dead? EVERYONE thinks you\u2019re dead?!\u201d, he asked breathlessly.
\nI chuckled. \u201cI will tell you all about that later, amigo. For now, let\u2019s celebrate my return.\u201d 

\n

\n

So we sat down, ate and had a few drinks.
\n\u201cEverything changed since you were gone\u201d, Mateo started to explain. \u201cThe streets are not as rough anymore. Our people are starving. But the rich only get richer \u2013 I can\u2019t stand it anymore. The Cartel has become week as well. They have no control anymore. There\u2019s just no respect on the streets anymore!\u201d 

\n

I nodded, quietly sipping my whiskey.
\n

https://media.giphy.com/media/26ufaFSAhhMvnkOw8/giphy.gif

\n\u201cBut that needs to change!\u201d, Mateo continued. \u201cRight now is a good time. Trump and Clinton are currently fighting about the presidency, and there\u2019s a lot going on with the terrorists as well. The world is focusing on other things. No eyes are on us. Now we can start a new beginning!\u201d 

\n

\u201cYES Boss! That\u2019s what we want!!\u201d, one of his men screamed from the back. \u201cWe will get the old times back! And I wanted to quit and get a regular job, that was a sign! Thank you god!\u201d, he added euphorically. 

\n

I nodded slowly. \u201cLet\u2019s get the respect back, step by step. The people should now that I returned\u201d, I added.
\n\u201cBut Pablo, they\u2019ll start hunting you down again if they find out you\u2019re alive!\u201d, Mateo said and looked at me with a worried face. 

\n

\u201cWell\u2026 that\u2019s my goal\u201d, I replied confidently. 

\n
https://media.giphy.com/media/26ueZ02OR6iXkmFry/giphy.gif

\n

Mateo laughed. \u201cWhy did you even come here in the first place?\u201d, he asked me.
\n\u201cWhere can I find my family?\u201d I asked. \u201cThey changed their name and moved so I need to know how to find them.\u201d
\nA smile brightened up Mateo\u2019s face. \u201cOf course, Don Pablo. I\u2019ll get you the address and phone number. I would\u2019ve never thought that this would happen!\u201d 

\n

He went to his desk and digged out a small piece of paper. \u201cThere you go\u201d.
\nI took it with a nod.
\nI have always been a very cautious man. I had A, B, C and D plans for every possible situation.
\nAnd before my immersion, I had already arranged to deposit my family\u2019s information here and update it regularly. 

\n
http://im.ezgif.com/tmp/ezgif-180153756.gif

\n

\u201cThank you\u201d, I said to Mateo and hugged him. \u201cYou are a good man at heart. A loyal man. I respect that. I have to leave now. Get me a car ready.\u201d
\n\u201cOf course\u201d, Mateo stuttered and led me to the back door.

\n


\n

 - 3 days later \u2013 

\n

It was the first time that I would see my family in all these years.
\nI knocked on the door, and it was my son, Sebasti\u00e1n. He had grown a lot, he was now the same height as me and looked much more like a man than a little boy.
\n\u201cPapa?\u201d he stuttered. There was no question for him. He hugged me and yelled \u201cPapa is back!!\u201d. I smiled and hugged him back. \u201cI knew you could never be defeated! I knew Mom must\u2019ve lied to us, now I\u2019m mad!\u201d, he continued.
\n\u201cHey, don\u2019t say that, it\u2019s alright\u201d, I patted his shoulder.
\n\u201cPapa?\u201d now my daughter was running up to the door from behind him.
\nShe had grown into such a beautiful girl \u2013 just like her mother.
\n\u201cManuela! My princess!\u201d, I greeted her and hugged her tight. 

\n
http://im.ezgif.com/tmp/ezgif-1441856004.gif

\n

And then, finally, I heard Tata\u2019s voice.
\n\u201cPablo.. Is it really you?\u201d, I could hear her coming closer. When my wife finally saw me, she couldn\u2019t hold back her tears anymore. I grabbed her and hugged her tight. She had aged, but was still just as beautiful as before. \u201cI\u2019m back, mi amor!\u201d
\nShe suddenly released herself from my hug, and slapped me. \u201cWhy did you lie to me?!\u201d, she screamed with tears in her eyes.
\n\u201cHey, not in front of the kids\u2026\u201d I whispered. \u201cLet\u2019s celebrate my return and have dinner together.\u201d
\n\u201cBut I have so many questions, can we talk first\u2026\u201d Tata said urgently. 

\n

\u201cNo. Family first. Let\u2019s have some dinner - I\u2019m hungry!\u201d 

\n


\n

- To be continued -

\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 7876, + "cashout_time": "2016-09-21T02:21:39", + "category": "story", + "children": 26, + "created": "2016-09-14T02:21:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"writing\",\"fiction\",\"art\"],\"image\":[\"http://picload.org/image/rdglpopl/pablocovers0.jpg\",\"http://im.ezgif.com/tmp/ezgif-1239276942.gif\",\"https://media.giphy.com/media/3oz8xEd344HMPtM1iM/giphy.gif\",\"http://cdn1.pri.org/sites/default/files/styles/story_main/public/story/images/photo_3.JPG?itok=Kk8VQ5aC\",\"https://media.giphy.com/media/26ufaFSAhhMvnkOw8/giphy.gif\",\"https://media.giphy.com/media/26ueZ02OR6iXkmFry/giphy.gif\",\"http://im.ezgif.com/tmp/ezgif-180153756.gif\",\"http://im.ezgif.com/tmp/ezgif-1441856004.gif\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T08:34:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66823758015902, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "244.955 HBD", + "percent_hbd": 10000, + "permlink": "pablo-escobar-returns-1-i-m-back", + "post_id": 1239169, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pablo Escobar Returns - #1 \"I'm Back\"", + "title": "Pablo Escobar Returns - #1 \"I'm Back\"", + "total_payout_value": "0.000 HBD", + "url": "/story/@sirwinchester/pablo-escobar-returns-1-i-m-back" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17898889825, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9533657358, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 258704573322, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26297974665, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146502145467, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 236024315, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3444159971, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 998553258, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1001429499, + "voter": "future24" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1802236471, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24094840832, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 145624607, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 789118328, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3389664065, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 3606347249409, + "rshares": 2915901941, + "voter": "ltm" + }, + { + "percent": "10000", + "reputation": 5259635281, + "rshares": 157930157, + "voter": "coolbeans" + }, + { + "percent": "10000", + "reputation": 3460752, + "rshares": 155986485, + "voter": "chocolatoso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155697852, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 417456991, + "rshares": 153275274, + "voter": "whos-arsed" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

Captain America: Civil War (2016)

\n

\n

I'm a little late to the game, as the movie just came out on DVD today.  I want to preface this by saying that I am a fan of Marvel movies and I find them to all be entertaining.  I want to skip the love-fest and dive into some critiques.

\n

**WARNING - Spoilers**

\n

Not Super Enough?

\n

The movie starts with Crossbones deciding it's time to raid a poorly defended medical facility that houses some rare contagion.  It's a real bad-ass way to start things off, with the bad guys popping out of trucks in a full-on assault.

\n

These guys are ruthless, popping off civilians left and right.  They gas the rest to get to the vial, but wouldn't you know, the Avengers show up.  Captain and team take Crossbones down.  When he's got no move left, he decides to try to take Captain with him.  Steve is helpless and looks like a goner, until Scarlet Witch saves the day and swoops the explosion up into the air.

\n

Unfortunately, she wasn't quite enough of a super-hero, and there was some serious collateral damage from the blast.  While this was pretty tragic, I think had she done nothing and allowed the bomb to vaporize hundreds including her and Steve, it would have been a lot worse.

\n

Meanwhile, they stopped the spread of a potentially cataclysmic contagion.  No big deal.  They also stopped a few dozen baddies who didn't mind filling innocents up with lead.

\n

Don't worry though, their reckless ways have come to an end.  Governments have had enough.  You know, the same governments that were infested with Hydra double agents in the last Captain America.  Why wouldn't you want them to oversee super heroes?  Clearly, there are no risks with that theory.

\n

A bomb goes off at the UN and Bucky, the Winter Soldier, is blamed as the culprit.  Tony and others advise Captain to stand down, but Captain has none of it.  Another great action scene results in Steve, the Black Panther, Falcon, and Bucky all getting caught.

\n

Oversight

\n

Tony Stark caves and claims to be helping to protect the team by allowing government intervention in their operations.  That's great, Tony.  Let's start trusting these new government overseers, now that we have Bucky captive.  Oh snap, look at that, a bad guy decided to sneak in, mind control Bucky, and then bounce out of there.  Good job!  Way to oversee everything!

\n

Perfection

\n

I guess my main problem with the oversight theory, is that it sets an unattainable level of productivity that no super hero could ever match.  What's even more ridiculous, is that governments that have 10-1 innocent to \"bad guy\" death ratio in their wars, can honestly propose this with a straight face.  Why would the Avengers ever listen anyways?  What's the goverment going to do?  Don't they remember the last time they tried to contain the Hulk?

\n

Any way you look at it, this whole rift is created from a relatively loose plot construct.  I like the idea of the Avengers being divided, even with governments being at the center, but let's flush the thought out some more before running with it, to make it more believable.

\n

No one's perfect, including the governments that would oversee them of course, but even with all of their collateral damage, the Avengers have saved the Earth on at least two occasions.  I think that is worth giving them a little room to operate even if they misdirect a bomb or two in the process of fending off aliens or whatever else is trying to annihilate us.

\n

Peak

\n

This continues through the movie as we climax with a superhero battle to end all superhero battles.  Peter Parker's debut in this movie is hilarious and action-filled.  Paul Rudd does a great job showing off some of his new powers as Ant-man, and Hawk-eye decides to even load him up on the arrow a couple times.

\n

All great stuff.  The main plot line with Zemo, however, sort of fell flat.  It never really goes anywhere, and the movie's focus constantly shifts back to the inner turmoil within the Avengers.  This is Civil War, so I suppose this can't get held against them.  However, it felt like a major plot line got overlooked in the process.

\n

Conclusion

\n

Steve and Tony battle it out with fists relentlessly flying in every direction.  Tony seems to have the upper hand with his AI fight program, however, Steve doesn't give up, and eventually leaves Tony a relatively broken man.  Captain walks off into the sunset, before visiting the prison where the government had been holding his friends.

\n

He leaves a message for Tony, basically saying that he has his back, even though he's going to do his own thing.  We know the Avengers will be getting back together for Avengers III, so clearly this helped to tie that bridge together a bit.

\n

Meanwhile, we're left to wonder about the greater implications all of this will have in future installments within the universe.  Will the resentment and bitterness from this event tear the team apart in the future?  Will Tony and Steve ever really be on the same team again?

\n

It was a fun time, but I thought Winter Soldier was better.  Although the action and intermittent humor delivered throughout, the plot unraveled a bit and left me wanting for more.  That's probably by design, but I wanted a little bit more out of this Captain America.  Still, it's a great super hero movie, and well worth a watch.

\n

4/5 Steem

\n

\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension   

\n


\n", + "body_length": 6937, + "cashout_time": "2016-09-21T02:08:39", + "category": "moviereview", + "children": 1, + "created": "2016-09-14T02:08:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"moviereview\",\"steemitreview\",\"captainamerica\",\"avengers\",\"civilwar\"],\"users\":[\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14372055_174115826359741_5088977595591076947_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258125_174115829693074_2246617323100722975_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"http://www.imdb.com/title/tt3498820/\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T02:08:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 498377683692, + "parent_author": "", + "parent_permlink": "moviereview", + "pending_payout_value": "0.115 HBD", + "percent_hbd": 10000, + "permlink": "steemit-review-captain-america-civil-war-spoilers", + "post_id": 1239060, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Steemit Review] Captain America: Civil War [Spoilers]", + "title": "[Steemit Review] Captain America: Civil War [Spoilers]", + "total_payout_value": "0.000 HBD", + "url": "/moviereview/@derekareith/steemit-review-captain-america-civil-war-spoilers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231694798234, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 14765040488827, + "rshares": 12492905879551, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1992448998460, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170391121679, + "voter": "highasfuck" + }, + { + "percent": "5000", + "reputation": 9326993992, + "rshares": 86940176279, + "voter": "nextgenwitness" + }, + { + "percent": "5000", + "reputation": 608057298751, + "rshares": 305111296887, + "voter": "justin" + }, + { + "percent": "6000", + "reputation": 138490649, + "rshares": 1003593968770, + "voter": "silver" + }, + { + "percent": "6000", + "reputation": 4018307276106, + "rshares": 2335731576495, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087610010859, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2789030427249, + "voter": "wang" + }, + { + "percent": "5000", + "reputation": 29449063355738, + "rshares": 190510167699, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209536503596, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450594613196, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 766896148190, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296142557827, + "voter": "chitty" + }, + { + "percent": "6600", + "reputation": 1421425103482, + "rshares": 19844145627, + "voter": "full-measure" + }, + { + "percent": "93", + "reputation": 12382143533351, + "rshares": 14975124983, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 5641848486, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 59292058635, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 8781838900, + "voter": "censor-this" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268687921, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413637292, + "voter": "murh" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7897580500, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400493338495, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 360401675817, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563704760996, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 447857166, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 136284867356, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 173921532245, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111269975507, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 282877310054, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186529566, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 41535704068, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69630122209, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7594246349, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 55960155510, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162711177, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122434061945, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256356193, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146515414785, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 31159027159, + "voter": "picokernel" + }, + { + "percent": "3000", + "reputation": 4667991454724, + "rshares": 251827561372, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6460718194, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226576067, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 184031758372, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 16825762449, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 236024315, + "voter": "fedor" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107661946, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 236071939864, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6262592983, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 23336384625, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19237355497, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7347942432, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7609439235, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 83073424591, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19312279024, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4201993807, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 15415643197, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3424004853, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30409124026, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53839570877, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 1639613775527, + "rshares": 3927005376, + "voter": "jedau" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 37109230698, + "voter": "papa-pepper" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543532155, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10469002094, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4199750894, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 18283306719, + "rshares": 114722187, + "voter": "fossebruket" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 23468088389, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3282170839, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298165154, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25086561488, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25600372100, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25609348897, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25091842285, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16849964591, + "voter": "sunshine" + }, + { + "percent": "93", + "reputation": 1751717743, + "rshares": 416429531, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2735128424, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25604647844, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25601953625, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25598907830, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25594752902, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25591034648, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25588189178, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 132699292, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832620902, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 62525016, + "voter": "nickche" + }, + { + "percent": "1600", + "reputation": 73944659327428, + "rshares": 40659940268, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15718095082, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12291889859, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9127473109, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2020049429, + "voter": "chinadaily" + }, + { + "percent": "5000", + "reputation": 31215012571, + "rshares": 16913258615, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19723090303, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25581635338, + "voter": "laonie10" + }, + { + "percent": "3200", + "reputation": 3725920343994, + "rshares": 3565362169, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8852753638, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 103701340904, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4437447921, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24706578336, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 145624607, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6274203285, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1724747317, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 348073541, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 1815018579403, + "rshares": 1507140830, + "voter": "uceph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 633657150, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 5974306848, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60293991, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 789118328, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3389664065, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 4452249550, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 186494437, + "voter": "payne" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2338314173, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 4804459, + "rshares": 154468299, + "voter": "animal" + }, + { + "percent": "10000", + "reputation": 3460752, + "rshares": 152866755, + "voter": "chocolatoso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152583895, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 3518830, + "rshares": 151700643, + "voter": "zanovosib54" + }, + { + "percent": "10000", + "reputation": 954982860225, + "rshares": 444849230, + "voter": "smartercars" + } + ], + "author": "lukestokes", + "author_reputation": 36884147263377, + "beneficiaries": [], + "body": "As I mentioned in a recent post, we're currently road tripping for a cousin's wedding and a conference.\n\nOn Sunday, a car show self-organized at the diner right next to our motel.\n\n[![124f0b.png](https://www.steemimg.com/images/2016/09/13/124f0b.png)](https://www.steemimg.com/image/1a2eU)\n[![2f1993.png](https://www.steemimg.com/images/2016/09/13/2f1993.png)](https://www.steemimg.com/image/1aQA7)\n[![3578a9.png](https://www.steemimg.com/images/2016/09/13/3578a9.png)](https://www.steemimg.com/image/1au5w)\n[![4481c6.png](https://www.steemimg.com/images/2016/09/13/4481c6.png)](https://www.steemimg.com/image/1ay3W)\n[![6678f1.png](https://www.steemimg.com/images/2016/09/13/6678f1.png)](https://www.steemimg.com/image/1aB2j)\n[![5ca55e.png](https://www.steemimg.com/images/2016/09/13/5ca55e.png)](https://www.steemimg.com/image/1a1CE)\n\nNot only that, but we really enjoyed the food (cheesesteaks!) and ice cream. As an extra bonus for Devon, the diner was also a PokeStop. :)\n\nIt was a wonderful wedding and though I didn't take many photos, I did snap a shot of the bonfire at the rehearsal dinner. I was quite proud of it because it had been raining the day before and this thing was a pain in the butt to get going.\n\n[![164cba0.png](https://www.steemimg.com/images/2016/09/13/164cba0.png)](https://www.steemimg.com/image/1aJL8)\n\nUpstate New York is beautiful this time of year, and I got a lot of nice runs in to help strengthen my back. The views of the rolling hills and corn fields are just incredible. I wish I had some better photos, but I did snap this shot of a barn real quick on one of my runs:\n\n[![140bf40.png](https://www.steemimg.com/images/2016/09/13/140bf40.png)](https://www.steemimg.com/image/1am7e)\n\nWe also had a really good time walking around Skaneateles and enjoying Doug's Fish Fry. If you're ever in that area, you have to stop in there. The water on the lake is so clear, it's hard to determine just how deep it is. My brother @christianstokes who flew in from California snapped this shot for us:\n\n[![129f0b6.png](https://www.steemimg.com/images/2016/09/13/129f0b6.png)](https://www.steemimg.com/image/1aONT)\n\nWe had a really nice lunch there and (added bonus) it was right next to a Pokemon Go gym so my son got his first gym ever (after multiple tries). He was pretty excited.\n\nThe driving itself has been pretty easy going without too much drama. For the longer stretches, the kids watch a couple movies we loaded up on the old iPad (WALL-E and Zootopia).\n\nThe only drama we did run into was right after a heavy rain. Our little one \"need-a-go-potty!\" so we pulled off the freeway. After several minutes, we realized something was wrong because we weren't moving. Later we found out a semi had crushed a car. I'm not sure if the driver is okay because they took them to the hospital on a stretcher (sorry for the blurry picture, it was a software zoom from my phone):\n\n[![13a1ddf.png](https://www.steemimg.com/images/2016/09/13/13a1ddf.png)](https://www.steemimg.com/image/1aeP0)\n\nWe waited on that offramp for over an hour and a half. Thankfully, we had our little travel potty so my littlest one was able to go right there on the side of the road. As frustrating as it is to be stuck in the car going no where, it was an intense reminder things could be much, much worse.\n\nLive life while you can. Go travel and treat every day like a gift because that's exactly what it is.\n\n[![LukeStokes01712.png](https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png)](https://steemit.com/@lukestokes)\n\nPrevious blockchain journal entries 1, 2, 3, 4", + "body_length": 4019, + "cashout_time": "2016-09-21T02:02:48", + "category": "travel", + "children": 3, + "created": "2016-09-14T02:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"cars\",\"road-trip\",\"life\",\"journal\"],\"users\":[\"christianstokes\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/124f0b.png\",\"https://www.steemimg.com/images/2016/09/13/2f1993.png\",\"https://www.steemimg.com/images/2016/09/13/3578a9.png\",\"https://www.steemimg.com/images/2016/09/13/4481c6.png\",\"https://www.steemimg.com/images/2016/09/13/6678f1.png\",\"https://www.steemimg.com/images/2016/09/13/5ca55e.png\",\"https://www.steemimg.com/images/2016/09/13/164cba0.png\",\"https://www.steemimg.com/images/2016/09/13/140bf40.png\",\"https://www.steemimg.com/images/2016/09/13/129f0b6.png\",\"https://www.steemimg.com/images/2016/09/13/13a1ddf.png\",\"https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png\"],\"links\":[\"https://steemit.com/travel/@lukestokes/traveling-with-3-small-kids-and-enjoying-it\",\"https://www.steemimg.com/image/1a2eU\",\"https://www.steemimg.com/image/1aQA7\",\"https://www.steemimg.com/image/1au5w\",\"https://www.steemimg.com/image/1ay3W\",\"https://www.steemimg.com/image/1aB2j\",\"https://www.steemimg.com/image/1a1CE\",\"https://www.steemimg.com/image/1aJL8\",\"https://www.steemimg.com/image/1am7e\",\"https://www.steemimg.com/image/1aONT\",\"https://www.steemimg.com/image/1aeP0\",\"https://steemit.com/@lukestokes\",\"https://steemit.com/journal/@lukestokes/that-one-time-i-tried-to-mine-steem\",\"https://steemit.com/journal/@lukestokes/my-curation-hall-of-fame\",\"https://steemit.com/journal/@lukestokes/blockchain-journal-3-luke-stokes-2016-08-02\",\"https://steemit.com/journal/@lukestokes/how-do-you-handle-pain\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T02:02:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28715137528508, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "47.216 HBD", + "percent_hbd": 10000, + "permlink": "road-trip-update-wedding-car-show-skaneateles", + "post_id": 1239011, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Road Trip Update: Wedding, Car Show, Skaneateles", + "title": "Road Trip Update: Wedding, Car Show, Skaneateles", + "total_payout_value": "0.000 HBD", + "url": "/travel/@lukestokes/road-trip-update-wedding-car-show-skaneateles" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1152292420506, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 766896148190, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8059783552, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 27753379834, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9670439214, + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268671548, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629852065283, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1414323919, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96418210875, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257267778493, + "voter": "trogdor" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42668070088, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67089124952, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 78105451501, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 8599668003, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 226756703, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25045790210, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6936903808, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 675716972978, + "rshares": 224720166, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 532989591, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2291691165, + "voter": "the-future" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931831387, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754539526, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 33395057563, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 115277917, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21243027634, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 465452326, + "voter": "kooshikoo" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7210693380, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4367717281, + "voter": "sulev" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254806903837, + "voter": "laonie" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7948900166, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51760698901, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 17200277640, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935507392, + "voter": "flysaga" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11434545354, + "voter": "midnightoil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28557727260, + "voter": "xiaohui" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1345755676, + "voter": "elfkitchen" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 894198993, + "voter": "xiaokongcom" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1802438597, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 2586911533140, + "rshares": 2891871108, + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12041034964, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2622392595, + "voter": "bledarus" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118120268, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59448799, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 21156422, + "rshares": 58132384, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 16426841483, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 46375971607, + "voter": "emancipatedhuman" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227753592, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 747896474, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 141678725, + "rshares": 58145689, + "voter": "sovereignsam" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 11428354672, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136523069, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55683468, + "voter": "lindasteel" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 467271539, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1241692844, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56924216, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 54246702, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 56424665, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13751407247, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 738537361, + "rshares": 56185851, + "voter": "jenniferwyble" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55968969, + "voter": "wehive" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 55955007, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55898571, + "voter": "devanzimmerman" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 55429269, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6399702810, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 9040359, + "rshares": 54932800, + "voter": "slvrlunastar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 90001323, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1157070714, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4983704963, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 153699193, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158604608, + "voter": "ameanderingmind" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "\n

Greetings, Steemians!

\n


\n

Most people here on Steemit still don't know who I am or how I live or why I live the way I do. This is one of the best videos to get a quick look at that. 

\n


\n

Luke is a good friend, a good guy and does a lot for sharing important matters with the world. So if you have not yet followed him here on Steemit, be sure to check him out @lukewearechange 

\n


\n

So rather than writing a bunch of words, here is the very well done video which covers a lot of important matters and gives you a good opportunity to feel out what kind of guy I am. 

\n


\n

https://www.youtube.com/watch?v=pZD3tr4rcoo

\n


\n

One note I would like to make is that I have already posted other articles here on Steemit going into more detail on the atrocious BLACK OPS SWAT RAID. You can see my interview with Ron Paul Here. You can see my interview with Adam Kokesh Here. 

\n


\n

Next note is that I got a lot of criticism and judgment for \"smoking\" in the video I did with Luke because its \"not sustainable or healthy\". So I want to just address that real quick. Everything I smoke is homegrown, beyond organic, with no packaging, processing or even use of organic chemicals or city water. I also am not addicted but smoke medicinally and in moderation. You can see a post about that here. 

\n


\n


\n

\n", + "body_length": 2008, + "cashout_time": "2016-09-21T01:31:39", + "category": "anarchy", + "children": 11, + "created": "2016-09-14T01:31:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"life\",\"freedom\",\"sustainability\",\"quinneaker\"],\"users\":[\"lukewearechange\"],\"image\":[\"https://img.youtube.com/vi/pZD3tr4rcoo/0.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=pZD3tr4rcoo\",\"https://steemit.com/anarchy/@quinneaker/ron-paul-interviews-quinn-eaker-after-appalling-black-ops-swat-raid-part-2-behind-the-scenes-video-of-the-ron-paul-show\",\"https://steemit.com/adamkokesh/@quinneaker/adam-kokesh-interviews-the-master-of-sustainability-and-living-free-quinn-eaker-founder-of-the-garden-of-eden\",\"https://steemit.com/cannabis/@gardenofeden/tea-and-smoke-blends-lounge-at-the-garden-of-eden\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T01:31:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3757845277495, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "1.639 HBD", + "percent_hbd": 10000, + "permlink": "getting-to-know-me-and-how-i-live-one-of-the-best-videos-ever-on-me-and-my-operation-done-by-luke-of-we-are-change", + "post_id": 1238768, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Getting To Know Me and How I Live: One of The Best Videos Ever on Me and My Operation, Done By Luke of We Are Change.", + "title": "Getting To Know Me and How I Live: One of The Best Videos Ever on Me and My Operation, Done By Luke of We Are Change.", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@quinneaker/getting-to-know-me-and-how-i-live-one-of-the-best-videos-ever-on-me-and-my-operation-done-by-luke-of-we-are-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260649822471, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 14765040488827, + "rshares": 13150427241633, + "voter": "berniesanders" + }, + { + "percent": "5000", + "reputation": 9326993992, + "rshares": 86940176279, + "voter": "nextgenwitness" + }, + { + "percent": "5000", + "reputation": 608057298751, + "rshares": 305111296887, + "voter": "justin" + }, + { + "percent": "6000", + "reputation": 138490649, + "rshares": 1045410384136, + "voter": "silver" + }, + { + "percent": "6000", + "reputation": 4018307276106, + "rshares": 2437285123299, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2789497439072, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1909425407827, + "voter": "xeroc" + }, + { + "percent": "5000", + "reputation": 29449063355738, + "rshares": 201716648152, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31695686255, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34165446593, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 164576700020, + "voter": "steve-walschot" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268662451, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060213416, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40902340548, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111830323117, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32285334537, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54665540195, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4674745104, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31335693711, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471495169, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 41534421435, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46163827248, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69953874550, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 83312481601, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226462667, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118744960, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14217733867, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3285077247, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 6036136638, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5381064476, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 17817262904, + "rshares": 116496190, + "voter": "bzeen" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3754492825, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30788474316, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877287084, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21678345644, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 1330039668964, + "rshares": 2118585695, + "voter": "girlbeforemirror" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633845734, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3673971855, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5472147762, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128543935458, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 59740768672, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3511062555, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 26132688110, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26643883401, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26653415976, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6863014300, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2735302379, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26648746185, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26646484903, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26643221314, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26639408112, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6309159884, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26634838437, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26632510451, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 132699292, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2044864023, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53638070, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 11212468696, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "5000", + "reputation": 31215012571, + "rshares": 16913258615, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60204101, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 729310072044, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26625259513, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 90791386060, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 29636672737, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3571248969, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3783331951, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 6522837445845, + "rshares": 5682486282, + "voter": "lily-da-vine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9238217404, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5153050468, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 617724498, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25737604106, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5208019216, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1018207961, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674356034, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395781927237, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59433526552, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 866095687, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2126438947, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 54943698, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85894212338, + "rshares": 66941799, + "voter": "greatdabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 203448476, + "voter": "payne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82592517, + "voter": "elfil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69589512, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1353574704, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 81051650, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92745520, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76921191, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066676, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85579531, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137629162, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 12679124960, + "rshares": 145845918, + "voter": "tomorrows" + } + ], + "author": "erikaharris", + "author_reputation": 3342551943665, + "beneficiaries": [], + "body": "https://s11.postimg.org/n080mqbtv/empathicwriter_yes.jpg\n\n*(Photographed while hiking with friends on La Roqueta Island)*\n\n## Woods. Word. Yes.\n## Herban art, meet urban art.\n\nJuxtaposition\nI'm always fishin'\nfor a lil' more freedom.\nHe-dom. She-dom. We-dom.\nAll getting along, \n*being* our favorite song,\nnot making each other wrong...\n\nFurther down the trail are forked choices\nwith lots of distracting, untruthful voices\nsaying *\"Come this way!\" \"Buy this crap!\"*\nBut deep inside, we *know* it's a trap.\n\nFreedom is, first, an inside job\nI must first master the inner mob\nbefore I can see the outer gangs\nof government, police and taxation fangs.\n\nAlso on the path is serenity.\nAlways available. Always free.\nBut to choose it, means I renounce something less.\nI can live with that, for the sweet caress\n\nof moments, and meals, and motley mashups\nwith folks who are real, and lives that don't smashup\nthe rights of others, my sisters and brothers\nto me, being free, is for brave motherf*ckers.\n\n'Cause scars will come. And losses, too.\nYou didn't think freedom was ALL good times, did you?\nSome choices are so hard, many choose enslavement\nrather than face life without a good insurance rate.\n\nThis thing costs, and it's worth it, from what I can tell.\nThat other paved road led to an unoriginal hell\nfilled with plastics and rumors and emptiness\nbut this wild path I chose, I gave it my \"YES!\"\n\n--------\n\npostimage\n\nHey! I'm Erika, and I'm curious about using language as a catalytic + restorative liberation technology (using words to make universal keys, instead of invisible chains). I call it word alchemy, and am experimenting with that here on Steemit. If you like this sort of oddly flavored thing, add me to your feed: @erikaharris. Your time and attention is precious, so thanks for sharing a lil' of it with me. And if YOU feel in need of some attention, consider my [Lavish Listening](http://www.empathicwriter.com) service. \ud83d\udc9a Creator? Lots of folks have found this helpful: [\"How To Remove Creative Blocks By Talking Directly To The Thing You're Creating\"](https://steemit.com/writing/@erikaharris/how-to-remove-creative-blocks-by-talking-directly-to-the-thing-you-re-creating).", + "body_length": 2352, + "cashout_time": "2016-09-21T00:16:18", + "category": "poetryslamtwo", + "children": 12, + "created": "2016-09-14T00:16:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poetryslamtwo\",\"poetry\",\"art\",\"photography\",\"writing\"],\"users\":[\"erikaharris\"],\"image\":[\"https://s11.postimg.org/n080mqbtv/empathicwriter_yes.jpg\",\"https://s10.postimg.org/n3lr8yl1x/erika_harris_on_steemit.jpg\"],\"links\":[\"https://postimg.org/image/n3lr8yl1x/\",\"http://www.empathicwriter.com\",\"https://steemit.com/writing/@erikaharris/how-to-remove-creative-blocks-by-talking-directly-to-the-thing-you-re-creating\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T00:16:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25913449081133, + "parent_author": "", + "parent_permlink": "poetryslamtwo", + "pending_payout_value": "38.899 HBD", + "percent_hbd": 10000, + "permlink": "poetry-slam-challenge-2-yes-to-freedom", + "post_id": 1238116, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Poetry Slam Challenge #2: (Yes To Freedom!)", + "title": "Poetry Slam Challenge #2: (Yes To Freedom!)", + "total_payout_value": "0.000 HBD", + "url": "/poetryslamtwo/@erikaharris/poetry-slam-challenge-2-yes-to-freedom" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2380452050, + "voter": "konelectric" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 33832245665, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2751276886, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1727803225, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3710089852, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 106434053, + "voter": "bitmap" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 22396724871, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10485641415, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 712546931, + "voter": "ksena" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 149773009, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 10408522028, + "rshares": 104230028, + "voter": "roxanne" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 2015684923, + "voter": "whatsup" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1491875287, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 100884909, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 129717986, + "voter": "dirlei.sdias" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

\"This is gonna be Yuge\" the presidential candidate gleefully reports to @aggroed from Satirically Yours as he scrolls through memes to put into Twitter.

\n

\"Hey get a load of this one!\" He yells as he flicks me his phone.  \"This is what it should have looked like while she was on the plane.\"  He laughs triumphantly.

\n

\n

I ask him about his economic policies, but he's too busy scrolling and posting.  \"Oh shit.  Look at what I just did. She's never going to recover from this.\"  He looks smug.  \"Get it, recover from this, both in the polls and from the illness.  She's so fucked!  It's great.\"  He says.

\n

\n

Again after I ask him if he's willing to talk about peaceful and diplomatic solutions to the proxy war that appears to be playing out in Syria between various factions fighting on behalf of what looks like the Russians and the United States he brushes me off.  \"Look, we can talk about that stuff after the election.  Until then we have to win the election.  This meme is definitely going to do it!\"

\n

\n

The Donald begins laughing pretty hard at this point.  \"I know I shouldn't be spreading things like this, but come on.  The entire intelligence community knows that she sent out a double.  I'm still trying to figure out if the scene that played out was an arrest and if the footage aired by ABC announcing her death was legitimate.  Oh, look what I found here.\"

\n

\n

\"Look at her.  She looks 50.  She's 68.  I wouldn't want to date her now.  America doesn't want an unsexy woman as President.  I mean Palin was hot enough to pull it off, but her, no way.  And I don't know any pneumonia treatment that takes off 50 lbs overnight.  It's simple.  It's done.  She used a double.\"

\n

I tried to ask more questions, but he shooed me away.  Looks like if we want real answers to petty questions it's faster just to message him on Twitter.

\n", + "body_length": 2525, + "cashout_time": "2016-09-20T23:06:18", + "category": "politics", + "children": 0, + "created": "2016-09-13T23:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"meme\",\"trump\",\"hillary\",\"clintoncollapse\"],\"users\":[\"aggroed\"],\"image\":[\"http://static1.businessinsider.com/image/56d75be06e97c621048bb0b5-480/donald-trump.jpg\",\"https://s16.postimg.org/n08fij60l/On_the_plane.jpg\",\"https://s16.postimg.org/d4bxwmpmd/stretcher.jpg\",\"https://s16.postimg.org/mm73ixlx1/frankenstein.jpg\",\"https://s16.postimg.org/wi86ikrp1/double.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 82095381090, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "satirically-yours-s1e11-trump-finds-phone-unleashes-a-slew-of-anti-hillary-memes-on-twitter", + "post_id": 1237475, + "promoted": "31.000 HBD", + "replies": [], + "root_title": "Satirically Yours S1E11: Trump finds phone unleashes a slew of anti-Hillary memes on Twitter", + "title": "Satirically Yours S1E11: Trump finds phone unleashes a slew of anti-Hillary memes on Twitter", + "total_payout_value": "0.000 HBD", + "url": "/politics/@aggroed/satirically-yours-s1e11-trump-finds-phone-unleashes-a-slew-of-anti-hillary-memes-on-twitter" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209490870160, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799393921651, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 29598743918, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9670127188, + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268646070, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642839471112, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060209776, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 65757294682, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257258551384, + "voter": "trogdor" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 43100531646, + "voter": "kimziv" + }, + { + "percent": "5000", + "reputation": 17405459234693, + "rshares": 43391917500, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7407322882, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 9457029765, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 241545184, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25545824472, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7075425366, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1818697765, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 675716972978, + "rshares": 239375829, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146498216335, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 521402861, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 159383275378, + "voter": "opheliafu" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931831387, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3152700736, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 32065355955, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 117630527, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 465452326, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 106434053, + "voter": "bitmap" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7209824754, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4367614779, + "voter": "sulev" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254766609485, + "voter": "laonie" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7948201374, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51754572408, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935291448, + "voter": "flysaga" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11433222999, + "voter": "midnightoil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28552022982, + "voter": "xiaohui" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1345755676, + "voter": "elfkitchen" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 894097086, + "voter": "xiaokongcom" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1802217800, + "voter": "xianjun" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118112990, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 21156422, + "rshares": 59295031, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 458180058, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 125625258790, + "rshares": 14154847631, + "voter": "playerdeus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58420743, + "voter": "philn76" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 11425018209, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4589844892, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 712546931, + "voter": "ksena" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 467271539, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 169935476, + "rshares": 56495453, + "voter": "thp" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1240844636, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 54246702, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13412710389, + "voter": "gardenofeden" + }, + { + "percent": "3500", + "reputation": 1108819043543, + "rshares": 5754742277, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 9040359, + "rshares": 53855687, + "voter": "slvrlunastar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52347083, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 565990191435, + "rshares": 235662499, + "voter": "lapilipinas" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2337826015, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 687884441, + "voter": "reddust" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "\n

Good Day!

\n

I give you today's edition of powerful perspective from renowned beings~

\n

I find this quote very relevant to the Steemit community as there is a lot of talk about change, not only within how this platform works but about the change this revolutionary platform can potentially bring to the world. 

\n

\n

This is one of my favorite quotes of all time because it is from the consciousness of responsibility. Responsibility is the key to freedom and most people that talk about change are doing just that: talking. 

\n

It's easy to see what is wrong with this world...SO much, it's all over the place! It's also easy to see what others are doing wrong or their dysfunctions, yet it is very difficult to see one's self and even more difficult to actually change. Change just may be the most difficult thing about being human, especially when one has been living in what appears to be a comfortable way for so many years, even decades...

\n

All real change in one's own life and in the world comes from the change of perspective or as Shaw says one's mind. It is change within that allows real change to take place in one's life and the world. 

\n

It is easy to get stuck in the idea of changing the world by pointing out what is wrong with it or as many people do, complain about what is wrong with it. Some people who are closer make logical or reasonable suggestions as to what change should be implemented. Yet the most powerful thing one can do to \"change\" the world is to change one's self. This of course requires one to change one's relationship with the self and with the world as a whole. This is where real change happens; this is when it becomes possible to inspire others. 

\n

So if and when there is anything you want to change about someone, the world, or even your own life, go within and change your perspective. As perspective changes, experience changes. 

\n

I hope this quote inspires you! I hope that the example that I embody every day inspires you and I hope that I bring real value to this community! 

\n

Your feedback and UPvote is appreciated!

\n


\n

Special thanks to @everlove for another awesome photo!
\n

\n

\u221e\u00a7\u221eBlessings\u221e\u00a7\u221e

\n

\n", + "body_length": 2550, + "cashout_time": "2016-09-20T23:03:00", + "category": "life", + "children": 13, + "created": "2016-09-13T23:03:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"art\",\"philosophy\",\"meme\",\"beauty\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/QuinnMeme22ProgressisnotpossiblewithoutChange224ad81.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"],\"users\":[\"everlove\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:35:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2925813548741, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "1.050 HBD", + "percent_hbd": 10000, + "permlink": "quinn-s-choice-quote-of-the-day-progress-is-not-possible-without-change-and-those-who-cannot-change-their-minds-cannot-change", + "post_id": 1237448, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "~*~Quinn's Choice Quote of the Day: Progress is not possible without change, & those who cannot change their minds cannot change anything. George Bernard Shaw~*~", + "title": "~*~Quinn's Choice Quote of the Day: Progress is not possible without change, & those who cannot change their minds cannot change anything. George Bernard Shaw~*~", + "total_payout_value": "0.000 HBD", + "url": "/life/@quinneaker/quinn-s-choice-quote-of-the-day-progress-is-not-possible-without-change-and-those-who-cannot-change-their-minds-cannot-change" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231704880372, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 14765040488827, + "rshares": 13150427241633, + "voter": "berniesanders" + }, + { + "percent": "5000", + "reputation": 9326993992, + "rshares": 86940176279, + "voter": "nextgenwitness" + }, + { + "percent": "5000", + "reputation": 608057298751, + "rshares": 305111296887, + "voter": "justin" + }, + { + "percent": "6000", + "reputation": 138490649, + "rshares": 1003593968770, + "voter": "silver" + }, + { + "percent": "6000", + "reputation": 4018307276106, + "rshares": 2437285123299, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2789497439072, + "voter": "wang" + }, + { + "percent": "5000", + "reputation": 29449063355738, + "rshares": 201716648152, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 45527321631, + "voter": "alexgr" + }, + { + "percent": "317", + "reputation": 12382143533351, + "rshares": 29942727566, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 508866333, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 6128545979, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 6447826841, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060209776, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 397051543, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69630122209, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 1389696112, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124600796, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 4694175316, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 1569604784188, + "rshares": 7063248666, + "voter": "matrioshka" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6534632192, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 151952641478, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1824526515, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36336723255, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455503740, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 106434053, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 3613427537, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1756501280, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7157550033, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52207362, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 29091114287, + "voter": "williambanks" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 515123451, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51206711, + "voter": "krushing" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2156272283, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25086561488, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26133713185, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26142876999, + "voter": "laonie3" + }, + { + "percent": "317", + "reputation": 1751717743, + "rshares": 832651050, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 532299492, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 8358920723, + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "percent": "10000", + "reputation": 99941487421, + "rshares": 89755211, + "voter": "casandrarose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26138078008, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26135327659, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26132218410, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26127976921, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26124181203, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26121276453, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 61187902, + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 56236227285, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 14050546625, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50010551, + "voter": "alexbones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178243549, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9774089779, + "voter": "gonzo" + }, + { + "percent": "4100", + "reputation": 13325577893779, + "rshares": 13099953899, + "voter": "kyriacos" + }, + { + "percent": "5000", + "reputation": 31215012571, + "rshares": 16913258615, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 5385371031617, + "rshares": 8995286212, + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26114586074, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 458180058, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "percent": "5000", + "reputation": 6300363201553, + "rshares": 32050033227, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25232250216, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1158086, + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 407993596, + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5318828135, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 1250756708358, + "rshares": 1369694903, + "voter": "plotbot2015" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 943122949, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 42525145092, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4712962239, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 199209966, + "voter": "payne" + } + ], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "This is the first of an ongoing series about biohacking.\nhttp://i0.wp.com/listverse.com/wp-content/uploads/2013/07/cyclops3-e1372909917348.jpg\n*I've always wanted super powers. Who wouldn't?*\n\nBiohacking is part of transhumanism. \nFiguring out ways to make your biological machinery do things God probably never intended... \nUnless your God is Stan Lee...\nhttp://www.goliath.com/wp-content/uploads/2016/08/Stan-Lee.jpg\n*Cuz yeah, he's totally cool with it!*\n\n_**Laser vision is awesome!**_ \nBut it's one of those powers that also has severe trade offs.\nIn almost every case, the hero is rendered blind or unable to control their vision without some prosthesis.\n\nhttp://superredundant.com/wp-content/uploads/2011-02-21-Strip-6.jpg\nI think I've found a way to make this work without turning us all into lazer pony.\n\nConventional lasers work by bouncing light around inside of a cavity and then emitting identical photons as a beam. \n\nIt might sound like scifi, but bio-organic lasers are real and they're here right now. In fact we've had them since at least 2009. They're practically considered boring at this point. The problem is that the power source has to be much larger than the structure they were in. So at the moment, bio-organic lasers are used for tagging cells. \n>A group of cells, take up small laser collimator as a bubble of protein. Pulse the area where you inject it, with a strong external light and the collimator bubble will cause the entire cell to emit laser light containing information about what's inside the cell. It's presently used in bio-assay processes to figure out if a cell is really cancerous or not.\n\nThis process won't work invivo because you need a powerful coherent light pump to get it to work and that's not something you can easily fit inside a body. Thus far any dreams of using this to acquire a super power have had to wait.\n\n_**Well the waiting is over!**_\n\nThere is another type of laser that is less well known... \n**The [polariton](https://en.wikipedia.org/wiki/Polariton) laser.**\n*Polaritons are particles that are part light, and part matter.*\n\nThis laser works by tossing polaritons back and forth between excited molecules. Until they synchronize and then \"bam!\". This approach requires far, far less energy to get it up to lasing energies than cavity lasing approaches.\n\nThe reason it hasn't made its way into commercial use, is because it must be cooled to extremely low temperatures to work properly. \n\n*Evidently not a problem anymore!*\n\nScientists have found a way to coax cells to produce a polariton laser emitting film that works at room temperature. \nIt only requires a bit of blue light in order to begin working.\nhttp://cdn.phys.org/newman/gfx/news/hires/2016/57bae8bf833a8.jpg\n*A schematic illustration of a fluorescent protein polariton laser in action. Particles made from a mixture of light and electronic energy are created in a film of green fluorescent protein produced by live cells. The particles can synchronize each other to form a leaky condensate, with the leakage being a bright beam of laser light.*\n\nThe film was sourced from e. coli that were coaxed into producing a jelly fish protein. However e. coli is just a model organism. Pretty much anything we can do to e. coli we can do to our own cells as well.\n \nWe already have a natural film on our eyes, it's called the [conjunctiva](https://en.wikipedia.org/wiki/Conjunctiva). \nhttps://o.quizlet.com/IMPEy0x0ni8vzlkXFixQ9Q_m.jpg\n\nIt should be possible to get the initial blue light required for this film to begin lasing, by integrating the bioluminescent photophores from certain kinds of algae.\nhttp://i.imgur.com/aubARf3.jpg\n\nThus we just trade the normal conjunctival cells for *biolasing conjunctival* cells created by splicing in the jelly fish polariton protein and the blue algae photophores. \n\nIt won't be long now, especially as biohacking becomes more mainsteam, but don't get your hopes up too high about what you'll be able to do with it.\n\nI know we all want to be able to do this...\nhttp://vignette1.wikia.nocookie.net/supergirl1545/images/c/c3/Supergirl_angrily_firing_a_blast_of_heat_vision_at_Red_Tornado.png\n\nBut I think I would be satisfied with this...\nhttp://img00.deviantart.net/23f9/i/2011/299/2/b/superpowers___laser_vision_by_marvelous_miscreant-d4e0jj4.jpg\n\n**references:**\nhttp://superredundant.com/?comic=meet-the-gang\nhttp://phys.org/news/2016-08-jellyfish-proteins-polariton-laser.html\n\nSo what do you think? Would you want laser vision? Also be sure to let me know what other super powers you'd like to have and the power with the highest number of upvotes will be featured in a future post.", + "body_length": 4671, + "cashout_time": "2016-09-20T23:02:48", + "category": "science", + "children": 38, + "created": "2016-09-13T23:02:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"education\",\"physics\",\"transhumanism\",\"technology\"],\"image\":[\"http://i0.wp.com/listverse.com/wp-content/uploads/2013/07/cyclops3-e1372909917348.jpg\",\"http://www.goliath.com/wp-content/uploads/2016/08/Stan-Lee.jpg\",\"http://superredundant.com/wp-content/uploads/2011-02-21-Strip-6.jpg\",\"http://cdn.phys.org/newman/gfx/news/hires/2016/57bae8bf833a8.jpg\",\"https://o.quizlet.com/IMPEy0x0ni8vzlkXFixQ9Q_m.jpg\",\"http://i.imgur.com/aubARf3.jpg\",\"http://vignette1.wikia.nocookie.net/supergirl1545/images/c/c3/Supergirl_angrily_firing_a_blast_of_heat_vision_at_Red_Tornado.png\",\"http://img00.deviantart.net/23f9/i/2011/299/2/b/superpowers___laser_vision_by_marvelous_miscreant-d4e0jj4.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Polariton\",\"https://en.wikipedia.org/wiki/Conjunctiva\",\"http://superredundant.com/?comic=meet-the-gang\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T04:42:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21114943472945, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "27.338 HBD", + "percent_hbd": 10000, + "permlink": "so-you-want-to-be-a-super-hero-laser-vision", + "post_id": 1237447, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "So You Want To Be A Super Hero? - Laser Vision!", + "title": "So You Want To Be A Super Hero? - Laser Vision!", + "total_payout_value": "0.000 HBD", + "url": "/science/@williambanks/so-you-want-to-be-a-super-hero-laser-vision" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260645413368, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3228899964099, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481469343476, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 667110452425, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799393921651, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296096235364, + "voter": "chitty" + }, + { + "percent": "359", + "reputation": 12382143533351, + "rshares": 29942727566, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8666961234, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9670127188, + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268646070, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060209776, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6224664668, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10786181209, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 198289300784, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 368065342537, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112695841353, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192887651761, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 377193485347, + "voter": "kaylinart" + }, + { + "percent": "5000", + "reputation": 5260794316761, + "rshares": 68141668088, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111256411803, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4674063636, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 95710792457, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15408383535, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186467694, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4084277495, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3240001541, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 260496118, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 24727271453, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256356193, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1818697765, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 2657547218546, + "rshares": 6320073741, + "voter": "qamarpinkpanda" + }, + { + "percent": "1700", + "reputation": 4667991454724, + "rshares": 151095873704, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2226449321, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12450032618, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107655880, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6534632192, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 21743955566, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45671068882, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3341414091, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31091998777, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5478428227, + "voter": "rainchen" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838971996, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543494252, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 106434053, + "voter": "bitmap" + }, + { + "percent": "200", + "reputation": 4063076365725, + "rshares": 116751617, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4367614779, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 5024480252, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972949329, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298140892, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25090044490, + "voter": "laoyao" + }, + { + "percent": "359", + "reputation": 1751717743, + "rshares": 832651050, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3602804983584, + "rshares": 5272262924, + "voter": "kryptik" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2868549322, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 375975219, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832323690, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1080796758, + "voter": "future24" + }, + { + "percent": "5000", + "reputation": 10809787058917, + "rshares": 7022727307, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 591580445, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91422636597, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 575520063, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9986569992, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2019942966, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20538976080, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11374048578, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13280141462, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 73727204, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23521154146, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 448431546, + "voter": "frol" + }, + { + "percent": "7500", + "reputation": 9530915857627, + "rshares": 11827173058, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10395241808, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3717014233, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1915305083, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5314401891, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2377042349, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4589844892, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 253919488, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 185701642, + "voter": "greatness" + }, + { + "percent": "100", + "reputation": 14234029697181, + "rshares": 299723697, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5608314149, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6624240398, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3585282151, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 851650917098, + "rshares": 385404374, + "voter": "honna" + }, + { + "percent": "10000", + "reputation": 345429965231, + "rshares": 488246406, + "voter": "listentojon" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 1939116639, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 130536131, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 155517830, + "voter": "djangothegod" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 328660990, + "voter": "aldentan" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\nI'm getting closer to my Vacation, And like usual I'm getting nervous. I always worry things will go wrong. I have a week to get everything ready and all the duties for my business done. Here are some of the things I need to get done BEFORE leaving for my vacation.\n\n#\u00a0Prepare some extra Steemit Articles #\nSo I don't disappear off the face of the earth! We don't need a whale and dolphin search squad looking for me LOL. My goal is to write as many as possible. Many of you guys know I write a TON! So It's been hard because I am still trying to get my daily articles in WHILE writing extras. It's been brutal.\n\n\n#\u00a0Deep clean my room #\nComing home from a vacation to a spotless room and nicely made bed is amazing! It's strange how tired you get when you come from a vacation. It must be the flight or something... My flight will be only 2 hours there and back. But I always find myself exhausted from traveling.\nI also have a goal to WASH ALL OF MY CLOTHES before I come back, That way when I'm home, I can fold my clothes and put them away, Instead of having to wash them. \n\n#\u00a0Design the cover for my new Halloween book #\nI finished drawing the pages YESTERDAY! So I'm under a lot of stress so make a cover and set up the interior before I leave for San Diego. My printing company is slow at getting the proof copy to me, So Id like to get the book in their hands so I can come home when the book is ready to be published.\u00a0Then I can start the marketing on my new book!\n\n#\u00a0I have to clean my rabbit cages #\nI also have to prepare them to be babysat, my sister. I have two rabbits, Mushroom & Diglett.\u00a0They aren't the most behaved bunnies! But I think my sister can manage! haha. \n\n# Empty my fridge! #\nI wouldn't want to waste food!\u00a0I'm cheap with that kind of thing; I have A TON OF FOOD to eat before I go. Then I'll unplug it, to save electricity, and of course, scrub it down so I'll come home to a nice clean fridge.\n\n# Ship hundreds of dollars worth of stuff! #\nFrom customer orders! Everything from gel pens To a Nintendo DS! People will need their stuff before I leave LOL!\u00a0\nThe only sad thing is, People will continue to order stuff while I'm gone and there is no \"Vacation Setting.\" But I can dropship stuff while I'm gone at least, Maybe spend an hour or two on the computer each day.\n\nI've also been working with my dad lately to earn a bit of extra money, being self-employed is hard sometimes because there isn't always a set date of when I'll be paid by certain people. So earning quick cash is nice, But usually working with my dad is hard physical labor. Lots of yard work, Hauling sheetrock, etc. \n\nI decided to go to the fair with my boyfriend today, Even though that seems. Counterproductive. I've been so stressed! I need to relax and calm down. I'm introverted, and I don't like talking to people in person very much.\u00a0It ended up helping though, and I'm glad I went! I surprisingly haven't seen a lot of farm animals in real life.\n\n- Pigs\n- Goats\n- Cows\n- Rabbits\n- Bulls\n- I LOVE ANIMALS!\nIt was a lot of fun! We ate DEEP FRIED OREOS AND REESES; then I got a \n\n- Grilled cheese, Mac, and cheese, Ham Sandwich with deep fried bacon.\nSOOOO YUMMY! \nMy boyfriend had a Corn Dog! Pretty plain LOL. It was a lot of fun! And we drank lemonade. I saw pretty dresses I wanted, but I don't need any more stuff, so I avoided it haha. \n\n\n# ALL PHOTOS BY ME! TAKEN WITH MY IPHONE6 #", + "body_length": 4050, + "cashout_time": "2016-09-20T23:00:42", + "category": "life", + "children": 10, + "created": "2016-09-13T23:00:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"fun\",\"writing\",\"motivated\"],\"image\":[\"http://i.imgur.com/mqgj0cy.jpg\",\"http://i.imgur.com/brZc8Rz.jpg\",\"http://i.imgur.com/x9ztwcT.jpg\",\"http://i.imgur.com/lGT4udW.jpg\",\"http://i.imgur.com/8rLn6lr.jpg\",\"http://i.imgur.com/PyOVyT4.jpg\"],\"links\":[\"http://imgur.com/mqgj0cy\",\"http://imgur.com/brZc8Rz\",\"http://imgur.com/x9ztwcT\",\"http://imgur.com/lGT4udW\",\"http://imgur.com/8rLn6lr\",\"http://imgur.com/PyOVyT4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:00:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8524280935495, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "5.630 HBD", + "percent_hbd": 10000, + "permlink": "a-day-at-the-fair", + "post_id": 1237428, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Day At The Fair...", + "title": "A Day At The Fair...", + "total_payout_value": "0.000 HBD", + "url": "/life/@kaylinart/a-day-at-the-fair" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480359851661, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260645214042, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6925409266119, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5644726036612, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2003641941870, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087502595578, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3228896246364, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23802893632, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135223997, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686816671196, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6952732701, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717584910, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799393921651, + "voter": "steemrollin" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109673871, + "voter": "yefet" + }, + { + "percent": "77", + "reputation": 12382143533351, + "rshares": 14971243951, + "voter": "eeks" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 508866333, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 6128545979, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 322917501486, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 561131452523, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 9206411638386, + "rshares": 97486201070, + "voter": "limitless" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178310279007, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268644250, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060208866, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49484731457, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 72778884596, + "voter": "thecryptofiend" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 397051543, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 270992090006, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 368065342537, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 5092263832878, + "rshares": 15304449136, + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3170825097, + "voter": "pangur-ban" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192884274667, + "voter": "will-zewe" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 199332392600, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1922786612, + "voter": "billykeed" + }, + { + "percent": "5900", + "reputation": 1959446497877, + "rshares": 3726933758, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57087860441, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 67273274834, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256356193, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 322814752, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1909632653, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146490816289, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 2657547218546, + "rshares": 6193672266, + "voter": "qamarpinkpanda" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 856209564170, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6460521002, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2327651563, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599896949, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14926811519, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107654363, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27931184196, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11091812601, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1369739342, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6141405443, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6670770362, + "voter": "juvyjabian" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1514372408, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7311029854, + "voter": "lichtblick" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4542678011, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3152687083, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583725768, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3341414091, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 88360566891, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838726266, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1132781445, + "voter": "oecp85" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543474533, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633837846, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 101806485, + "voter": "bitmap" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 32443097298, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326316645, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 314229959204, + "rshares": 15504460363, + "voter": "jamesbrown" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3281740550, + "voter": "glitterpig" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 12254759213, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298137858, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1114546944990, + "voter": "laonie" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 38415233205, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 232886521073, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8950408624, + "voter": "flysaga" + }, + { + "percent": "77", + "reputation": 1751717743, + "rshares": 416322491, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 52876747966, + "voter": "midnightoil" + }, + { + "percent": "9300", + "reputation": 3016325652890, + "rshares": 124906690211, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 162189599, + "voter": "luke490" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6579249972, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 88101508383, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14920627898, + "voter": "randyclemens" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4135053089, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8334931777, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 24649416470, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 597889009267, + "rshares": 126090405, + "voter": "sarita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50545877, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546261353, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20538821378, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6741345816, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11374048578, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 3554920873, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911500966, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10395060470, + "voter": "sethlinson" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 5762847674, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3644131601, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 653929887952, + "rshares": 1429518433, + "voter": "truthandanarchy" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 31901785594, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4227753592, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1915305083, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9238217404, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5314401891, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3714880089, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 11452945189, + "rshares": 58203446, + "voter": "voluntaryelle" + }, + { + "percent": "1500", + "reputation": 10684992176630, + "rshares": 1828002913, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6881296299, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55708086, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 712546931, + "voter": "ksena" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 40764528613, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5429637055, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3006765092, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 53173549, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 43429352899, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52347083, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 32819947524, + "rshares": 56052374, + "voter": "sic-savidicus" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2141885951, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61604730, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 3727858482, + "rshares": 151709690, + "voter": "wearechange-co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 130536131, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152583895, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 157687240, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 36517593, + "rshares": 152303742, + "voter": "adamazing" + } + ], + "author": "churdtzu", + "author_reputation": 34935156153627, + "beneficiaries": [], + "body": "![freedomwithinwithtext800x51233c21.jpg](https://www.steemimg.com/images/2016/09/13/freedomwithinwithtext800x51233c21.jpg)\n\nSay the word \"anarchy\" and watch people recoil. Say the word \"freedom\" and hear them say \"Of course freedom is important, but ...\" People are scared of anarchy. People are scared of freedom. People are scared of what will happen if people aren't enslaved by an group which gives its employees a free pass to ignore the rules it forces on everyone else. Does that really sound so scary? Yes, freedom is scary, for those who have never left their cages.\n\n# Stockholm syndrome\nIt's no surprise that people are damaged after living their lives in cages. Jammed into a box, subject to the whim of whomever controls that box, made to perform any number of complex and strange acts... When you say to them, \"We don't need the box any more, the box is gone - there is no box,\" they tremble, because the belief in the box is what kept them alive. They only know who they are in relation to the box. Without the box, who are they?\n\n# We are healers\nhttps://www.youtube.com/watch?v=sopijO_cftE\n\n> \"If shamanism is simply individualism in cultural context as explained by Terence McKenna, the shaman can fix the illusions of the culture because he is not subject to them. In this way anarchists are shamans.\" -Anam Paiseanta\n\nIf people are damaged souls, then it must be our task to heal them. Anarchists are healers; anarchists are shamans. We can show them what is beyond their culture, what they are, beyond the ideas they've been told that they *must* accept.\n\n# How do you heal a damaged soul?\nTo heal someone, they must want to be healed. How do you guide someone into desiring to be free of the fear - when they believe that it's this fear that keeps them alive?\n\nOf course you can't make someone want something. You can't force good. But you can help them reveal what they really want. Every soul wants what it wants - every soul wants to be free. Set them free.\n\n# The space to transform\nIn November 2015, I took ayahuasca for the first time. At one point, it showed me a vision of my ex-girlfriend: first, as she was when I met her, a young girl of 20 years - surviving by hiding who she was from her parents - and when we broke up, an expressive, refined and sophisticated woman of 22.\n\n\"I transformed her,\" I thought.\n\n\"No,\" came the response. \"You gave her space to transform.\"\n\nYou can never force someone into transformation, but you can give them the environment conducive to their growth - just like watering a plant.\n\n# Sitting with presence\nWhen someone comes to another in anger, and attempts to start an argument, it's normal for the other person to respond with anger - only making the first person more angry.\n\nWhat if, instead, the second person sat in quiet contemplation, becoming intensely aware of the sensations within his own body, allowing the anger to dissolve in his presence. Being free of any reaction, he gently guides the angry person into peace.\n\nAnger leads to anger. Freedom leads to freedom. Freedom within, freedom without. Every moment is an opportunity to dissolve the fear that holds us back. The way to make others free, is to be free.\n\n# Conclusion\nYou don't have to convince anybody of the importance of liberty. You don't have to prove anything, provide stats, even present a logical moral case. You just have to show them what they really are - pure, beautiful and free.", + "body_length": 3433, + "cashout_time": "2016-09-20T22:42:54", + "category": "anarchy", + "children": 9, + "created": "2016-09-13T22:42:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"philosophy\",\"psychology\",\"life\",\"writing\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/freedomwithinwithtext800x51233c21.jpg\",\"https://img.youtube.com/vi/sopijO_cftE/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=sopijO_cftE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T22:42:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27022455015073, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "44.165 HBD", + "percent_hbd": 10000, + "permlink": "freedom-is-scary-one-method-of-spreading-liberty", + "post_id": 1237239, + "promoted": "5.001 HBD", + "replies": [], + "root_title": "Freedom is scary: One method of spreading liberty", + "title": "Freedom is scary: One method of spreading liberty", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@churdtzu/freedom-is-scary-one-method-of-spreading-liberty" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35325784571065, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4412602916279, + "voter": "riverhead" + }, + { + "percent": "5000", + "reputation": 101807714979611, + "rshares": 408335388311, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799393921651, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 387317663176, + "voter": "craig-grant" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268646070, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060209776, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186395492, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1909632653, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146497467281, + "voter": "derekareith" + }, + { + "percent": "1700", + "reputation": 4667991454724, + "rshares": 151095873704, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2327651563, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8273243215, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 213226454981, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 22878990350, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 11537614291, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3152673430, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 417737569, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 193508285, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455503740, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 101806485, + "voter": "bitmap" + }, + { + "percent": "0", + "reputation": 4063076365725, + "rshares": 116751617, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 9995923586884, + "rshares": 22811785646, + "voter": "amy-goodrich" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 78268153877, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13366042114, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3974548748, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 84942400, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 91914060024, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 50660081, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 428934523, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 179567512, + "rshares": 59062158, + "voter": "laurengrace" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 9139312146, + "voter": "craigwilliamz" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579763183, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 11425018209, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 95452319, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4589844892, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14423713287, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 466838331, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752611743, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2222289730, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 56221183, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1216514349, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 53139627, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13680964597, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 43429935413, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6624240398, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 44165276056, + "rshares": 52309728, + "voter": "crackajap" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 352933479329, + "rshares": 424911344, + "voter": "angierose" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14437995941, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 1667658456, + "voter": "exploretraveler" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\n

The Garden of Eden vortex overflows with abundance, and it is our duty and privilege to share with our fellow brothers and sisters

\n

On 9/11/16, the GOE donated our resources to feed the homeless in downtown Fort Worth. Twelve of our Eden Knights donated hundreds of dollars worth of food  and 42.5 man hours to harvest, prepare, deliver, serve, and clean up 300 meals. We shared hot food as well as prepackaged snacks and reusable water bottles. Our efforts were well received, and for an afternoon we shared loving presence with often overlooked members of society. 

\n


\n

\n


\n

Not included in our prep and execution calculations of our single day's operation was the fundraising that made it possible. We offer healthy, sustainable goods and services as gifts to the donors who support our mission of feeding, clothing, housing, and educating more people than ever before. Investing in one's own health and wellness can be a mutually beneficial exchange that helps us build a better planet for ALL! 

\n


\n

This is a video from the event:

\n

https://youtu.be/xtzsF0GvVeA

\n


\n

Our outreach was also an act of civil disobedience. In these parts, there are prohibitions against feeding a group people without first obtaining licenses and procuring equipment--costly steps that deter expressing the natural compassion that unites man to man. We do not comply with systems we find dishonorable, instead we take action in accordance with our ideals so as to be an example of a better world rather than comply or complain. 

\n


\n

\n


\n

The political system has obviously been broken for decades. The only real way to vote is with your dollars. For the cost of a single fighter jet funded with taxpayer money, the government could feed, clothe, house, and educate homeless people for a year. Every time you buy something from corporations, you are supporting the global military industrial complex. Choose wisely where you spend or invest your money.

\n


\n

Our small group of dedicated individuals IS the change we want to see in the world!

\n


\n

www.intothegardenofeden.com

\n


\n

\n", + "body_length": 3080, + "cashout_time": "2016-09-20T22:40:09", + "category": "anarchy", + "children": 19, + "created": "2016-09-13T22:40:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"community\",\"food\",\"freedom\",\"life\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/IMG_30142a4b8.jpg\",\"https://img.youtube.com/vi/xtzsF0GvVeA/0.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7884fe832.jpg\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/food/@gardenofeden/sustainable-community-uses-freedom-to-feed-the-homeless\",\"http://www.intothegardenofeden.com/store/c1/Featured_Products.html\",\"http://www.intothegardenofeden.com/services.html\",\"https://youtu.be/xtzsF0GvVeA\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T22:40:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 42243025019172, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "102.445 HBD", + "percent_hbd": 10000, + "permlink": "video-of-our-feed-the-need-campaign-where-we-fed-300-meals-to-homeless-people-downtown-at-risk-of-arrest-or-fine", + "post_id": 1237212, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Video of Our Feed The Need Campaign Where We Fed 300 Meals To Homeless People Downtown At Risk Of Arrest Or Fine", + "title": "Video of Our Feed The Need Campaign Where We Fed 300 Meals To Homeless People Downtown At Risk Of Arrest Or Fine", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@gardenofeden/video-of-our-feed-the-need-campaign-where-we-fed-300-meals-to-homeless-people-downtown-at-risk-of-arrest-or-fine" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28656065167017, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480358293959, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7710245013992, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260640803822, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14163917784755, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35325784571065, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170345747072, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4564521829427, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7069673762826, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5644726036612, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2003641941870, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6595525539643, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118474244256, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1112765112473, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23802893632, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1909232511923, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6514602351120, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 16020265940, + "rshares": 166714691146, + "voter": "fminer05" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209490870160, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1722642250401, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 62376610768, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135223997, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686800223839, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88420216227, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6754196648, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1668511055, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1304728687224, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 443041153772, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1191961702407, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10360011843, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 47033692888, + "rshares": 1424260507, + "voter": "jbradford" + }, + { + "percent": "10000", + "reputation": 9053243586609, + "rshares": 59763092068, + "voter": "tatianamoroz" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 44538539142, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 42795786036, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109673871, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 15619939813, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1719958944, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11239173417, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29182567099, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 8046524501, + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 5171467941, + "rshares": 24534053286, + "voter": "etimarcus" + }, + { + "percent": "951", + "reputation": 12382143533351, + "rshares": 59883998874, + "voter": "eeks" + }, + { + "percent": "5700", + "reputation": 14848515958625, + "rshares": 47626976791, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 25256035332, + "voter": "georgedonnelly" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31687358151, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329706130544, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 561114423838, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 10041081023, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 164495652394, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9670127188, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48604221944, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178305378905, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 8437453061, + "voter": "censor-this" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268642429, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103775279216, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060205225, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596874820, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379530678, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41805503963, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111765869295, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49483313309, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2272340357792, + "rshares": 218313888634, + "voter": "java1959" + }, + { + "percent": "200", + "reputation": 7152109350579, + "rshares": 261515246, + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 33015419682, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10670389453, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2990440934, + "voter": "bill-kline" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 281251124881, + "voter": "leon-fu" + }, + { + "percent": "5000", + "reputation": 71931696380, + "rshares": 1923147642510, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 41823323615, + "rshares": 369360331, + "voter": "marcrapf" + }, + { + "percent": "10000", + "reputation": 88189933, + "rshares": 356238428, + "voter": "mark-hilgenberg" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 265678519614, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 368065342537, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56681648856, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17441953575, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55894900562, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 81259110331, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87236557246, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 99139054310, + "rshares": 398746305, + "voter": "rafikichi" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 79216183143, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257251643016, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4674472059, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31333527265, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 181167792891, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1222010452191, + "rshares": 3527823193, + "voter": "antizvuk" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5814298870, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 19196715690053, + "rshares": 142455845913, + "voter": "charleshosk" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 673979190004, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111252741987, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 43094919649, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 82866843499, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32090288968, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 6127015005793, + "rshares": 64046822402, + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69314704695, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11718855061, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471484245, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 41529430784, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46158952500, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32197828888, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 43284860812, + "rshares": 270477941, + "voter": "willbed" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69945046104, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 5774378945062, + "rshares": 15882285363, + "voter": "jamiecrypto" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7407322882, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 179676652871, + "voter": "asmolokalo" + }, + { + "percent": "6100", + "reputation": 9956734090708, + "rshares": 28192997009, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24316275734, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 9139601051, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19611513684, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 1192903029542, + "rshares": 4206015630, + "voter": "bitnation" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373865052858, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 516223289, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 4091458, + "rshares": 248875235, + "voter": "marshallhayner" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146497467281, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 403513533, + "rshares": 248807305, + "voter": "ginorossi" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 31706660688, + "voter": "picokernel" + }, + { + "percent": "1700", + "reputation": 4667991454724, + "rshares": 151095873704, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594872684, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 749287644, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 104104889658, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18353885171, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 158959991157, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 51704716847, + "rshares": 254461585, + "voter": "coinivore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2327609690, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 9968156990, + "rshares": 61950360941, + "voter": "flyingmind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118737374, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 3712452505, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 756734123357, + "rshares": 1535122943, + "voter": "decrypt" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107651329, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27931156284, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24474473112, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11091812601, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1369739342, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6141405443, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73113270591, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 228456916051, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79443198747, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14216037124, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 532989591, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 91537541765, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 56831411788, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 129239122531, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5723248302, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15058548656, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13110910227, + "voter": "benjiberigan" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 931831387, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3222732840, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 14612209472, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 74758878385, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4287430285, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168473448, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5534164783, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 164633658481, + "rshares": 69127856745, + "voter": "squirrellywrath" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583636561, + "voter": "tarindel" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838600358, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019358548757, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7646574749, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31574949244, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877259776, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 231816568, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 19568305251, + "voter": "cryptocameo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543466948, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633829957, + "voter": "curator" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7208992179, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326326960, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3406907500, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 142453259746, + "rshares": 6968035341, + "voter": "lykkeliten" + }, + { + "percent": "10000", + "reputation": -217180420995, + "rshares": 116294417, + "voter": "dybbz" + }, + { + "percent": "10000", + "reputation": 22299029448, + "rshares": 118854247, + "voter": "iotaardor" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 123541770335, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 636630493304, + "rshares": 1057627081, + "voter": "jumpman" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 45637774873, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5471638062, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128523028085, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 4265214728001, + "rshares": 11492642292, + "voter": "bergy" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 896137540, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 59737195759, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298128755, + "voter": "taker" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6519151447, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 240147448, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3668074912, + "voter": "merej99" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254720359028, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24364807282, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 63037113, + "rshares": 65258060, + "voter": "smellz" + }, + { + "percent": "7700", + "reputation": 7564464865541, + "rshares": 16921549851, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 26127083678, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26637891532, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26647408950, + "voter": "laonie3" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7947456790, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 6643283810, + "voter": "rich77" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51747528281, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1935063279, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 7038418664, + "voter": "brendio" + }, + { + "percent": "951", + "reputation": 1751717743, + "rshares": 1665264480, + "voter": "gmurph" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11431807863, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5549460844, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26642754326, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26640477876, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26637274963, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26633583107, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6308399000, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26629043779, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26626761286, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3299604198, + "voter": "steemleak" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28545134189, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61495409, + "voter": "locolote" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1345755676, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 88101189801, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14920627898, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2022335992, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 60024015, + "voter": "nickche" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 893983001, + "voter": "xiaokongcom" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 22396681189, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 2102869722, + "rshares": 90519484, + "voter": "dice1904" + }, + { + "percent": "10000", + "reputation": 513642753210, + "rshares": 1065498716, + "voter": "willybot" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 61694961, + "voter": "session101" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1801982349, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 649597112137, + "rshares": 61313637, + "voter": "jfelton5" + }, + { + "percent": "2000", + "reputation": 4130836907564, + "rshares": 3606419075, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 290868192700, + "rshares": 9964190523, + "voter": "ottodv" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2786292132, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2798458785, + "rshares": 63437792, + "voter": "tommycordero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53638070, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9126119613, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 15099093363137, + "rshares": 55040785718, + "voter": "ftlian" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118103280, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 194278320, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6270477525, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 11467297530, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 15033319, + "rshares": 61504247, + "voter": "maelstr0m" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9828718036, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60204101, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 84942400, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20136099391, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 729208827411, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 91901479510, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6741345816, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 4056826699, + "voter": "lamech-m" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 670383674, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60707991, + "voter": "jerical13" + }, + { + "percent": "10000", + "reputation": 868924825603, + "rshares": 1158727876, + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11374021880, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 8060256204, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 40099820081, + "rshares": 72345603, + "voter": "qq553937961" + }, + { + "percent": "10000", + "reputation": 5939157149097, + "rshares": 10598041519, + "voter": "elissahawke" + }, + { + "percent": "10000", + "reputation": 20152481527, + "rshares": 63331721, + "voter": "igorterleg" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4364503566, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3050030622, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 70361224, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 1899886391108, + "rshares": 14409702715, + "voter": "btctravis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26619540700, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 369977336, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 23413430011, + "rshares": 61115647, + "voter": "steempipe" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5711676032, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 90778063964, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 5742611366, + "rshares": 1481195780, + "voter": "indykpol" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1926286540, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 18274763874, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 28912632208, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58897073, + "voter": "libertas" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3783362244, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 17664067329835, + "rshares": 161132176077, + "voter": "falkvinge" + }, + { + "percent": "10000", + "reputation": 17203965465, + "rshares": 62669096, + "voter": "markose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58699712, + "voter": "mwhite20653" + }, + { + "percent": "10000", + "reputation": 617875703046, + "rshares": 1558849155, + "voter": "jordanpagemusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58484280, + "voter": "will.isles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58441065, + "voter": "johnm862" + }, + { + "percent": "10000", + "reputation": 8226370900, + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 28397805329, + "rshares": 62040384, + "voter": "mikerowerules12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58287338, + "voter": "arto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58257395, + "voter": "zachariasz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2192419604, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 30617978, + "rshares": 58231229, + "voter": "mags" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1233668048, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 6190294, + "rshares": 10280988589, + "voter": "stiant" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9238217404, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 4097573669, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 20458047767, + "rshares": 62955132, + "voter": "texkitten" + }, + { + "percent": "10000", + "reputation": 3299277467915, + "rshares": 6267761515, + "voter": "invisiblegorilla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2565501801, + "voter": "colinklein" + }, + { + "percent": "10000", + "reputation": 111747075058, + "rshares": 103607186, + "voter": "glenko" + }, + { + "percent": "10000", + "reputation": 141678725, + "rshares": 58145689, + "voter": "sovereignsam" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 97483219, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 164432918, + "rshares": 57899480, + "voter": "positivelyweird" + }, + { + "percent": "10000", + "reputation": 19260827149, + "rshares": 59896366, + "voter": "thomas.shirk" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 12090220872, + "voter": "ryan-singer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4436850062, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25732282120, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57323783, + "voter": "tyler.maroney" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 64527759, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1620564758, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7129385342, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 4495545312501, + "rshares": 13885258607, + "voter": "adamkokesh" + }, + { + "percent": "10000", + "reputation": 59741874574, + "rshares": 95086202, + "voter": "expatlove" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 136523069, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55708086, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15213433225, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3706565731, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 53093296, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2477345340, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54293199, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 972369433984, + "rshares": 2659291424, + "voter": "activistpost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6675701160, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 370540745897, + "rshares": 532376637, + "voter": "jacobtothe" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 659423594, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1042372731, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 58058391, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 54258724, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2614460057, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1843695408, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674328726, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395710244766, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59321229606, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 865246255, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52409783, + "voter": "enriquesl" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2126211408, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2345435473, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 54943698, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 215238581, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 119510650, + "rshares": 52703856, + "voter": "silversurfer" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11424020736, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52634201, + "voter": "felipeabeid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52617838, + "voter": "lynnhatwan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52614987, + "voter": "dulcio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52517298, + "voter": "egrace85" + }, + { + "percent": "10000", + "reputation": 89364900, + "rshares": 52514420, + "voter": "lambot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4706724117, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 6264229413597, + "rshares": 44791628201, + "voter": "rossulbricht" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1616198227, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1181689240, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 1321908864392, + "rshares": 1040612804, + "voter": "steemitcharity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50911517, + "voter": "silvermoment" + }, + { + "percent": "10000", + "reputation": 1727940, + "rshares": 50849010, + "voter": "paulsemmelweis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50214587, + "voter": "amymclain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1849883331, + "voter": "exlead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3605503256, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 3727858482, + "rshares": 151709690, + "voter": "wearechange-co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82545012, + "voter": "jamesbabb" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": 114127036, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 30524563113, + "rshares": 168359896, + "voter": "aarontyree" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2337826015, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1388160394, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 161957202, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 830882531, + "rshares": 160777921, + "voter": "the.dudermensch" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 136914857, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 1478840966, + "rshares": 156821466, + "voter": "charlie.wilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156425539, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 1258114677, + "rshares": 155598701, + "voter": "alexlielacher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 84169021, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 124101138, + "voter": "dbudlov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731470, + "voter": "busy.pay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92745520, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 659555137, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 145960715, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76921191, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066676, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85579531, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137629162, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 112446078, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154736182, + "voter": "carod" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154730971, + "voter": "donrobertson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154717578, + "voter": "chrstphr" + }, + { + "percent": "10000", + "reputation": 2367370, + "rshares": 148481455, + "voter": "kirvvv2" + }, + { + "percent": "10000", + "reputation": 12009230, + "rshares": 154323367, + "voter": "sandee" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 145020464, + "voter": "newsfeed" + }, + { + "percent": "10000", + "reputation": 1737359525, + "rshares": 135897736, + "voter": "sawgunner13" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 144801473, + "voter": "dirlei.sdias" + } + ], + "author": "rossulbricht", + "author_reputation": 6264229413597, + "beneficiaries": [], + "body": "When my son Ross Ulbricht was arrested and brought to trial, many called him a political prisoner. Yet I wasn\u2019t so sure this was true. When a HuffPostLive interview ran the [headline](http://www.huffingtonpost.com/2015/06/02/ulbricht-silk-road_n_7492972.html?): _\"Silk Road Founder Is A \u2018Political Prisoner,\u2019 Mother Lyn Ulbricht Says.\"_ I was uncomfortable with it (especially since I didn\u2019t exactly say that).\n\nEven by the sentencing I wondered if calling Ross a political prisoner might be exaggerated, too dramatic. But then the other Silk Road defendants were sentenced by a different Judge, and I was finally convinced that yes, Ross is a political prisoner. I see no other explanation for his excessive sentence.\n\nPeople convicted as top drug sellers on Silk Road got a relative slap on the wrist. A top administrator during the height of Silk Road got 17 months (yes months, -- time served) and (I\u2019m happy to say) is now a free man. Recently Brian Farrell, a top admin of Silk Road 2.0, got 8 years. Yet Ross got double life + 40 years, with no possibility of parole. Why?\n\n
http://i.imgsafe.org/7462e187a7.jpg
\n\nIt is actually against the law to give a sentence so out of proportion. The punishment must fit the crime and be at least in the same ballpark as those with similar offenses. Congress passed the Sentencing Reform Act forbidding such disparity, which Ross\u2019 [appeal](https://freeross.org/wp-content/uploads/AppealBriefFinal-1.pdf?v=7516fd43adaa) calls \u201cgrotesque.\u201d \n\nI now think it is obvious from these other sentences that the Silk Road case was not about drugs, not about a product, but about a platform. I believe the government considered that platform a dangerous political threat, needed an example, and Ross was it. The government and the court made this quite clear.\n\n
https://youtu.be/dGKWsm-wMQQ
\n
Video: Lyn Ulbricht addresses FreedomFest about Ross' sentence
\n\nAs Ross\u2019 appeal points out, basing a sentence on someone\u2019s political philosophy violates the First Amendment\u2019s guarantee of freedom of speech and is never the basis for a lawful or reasonable sentence. \n\nIn spite of this, the government maintains in its brief that Ross\u2019 life sentence is reasonable. In it they express doubt that Ross had abandoned the beliefs that led him to start Silk Road. The Judge agreed, stating: \u201cIt is also notable that the reasons that you started Silk Road were philosophical and I don't know that it is a philosophy left behind.\u201d \n\nThe Judge called this philosophy \u201cdeeply troubling and terribly misguided and also very dangerous.\" Yet the law, which she took an oath to uphold, states that considering someone\u2019s philosophy is \u201can irrelevant and prohibited factor\u201d in sentencing, forbidden not only by the Constitution, but the Sentencing guidelines. It is clearly unlawful that the Judge sentenced Ross more severely because she was not sure he had abandoned his views and beliefs. \n\nAs a lawyer I know said:\n> \u201cNeither Thomas Jefferson nor James Madison would likely not have fared well if brought before Judge Forrest, because of their similarly \u2018dangerous\u2019 views.\u201d\n\nRoss\u2019 sentence also flies in the face of precedent. Previous courts have ruled: \"The freedom of speech and of the press guaranteed by the Constitution embraces at the least the liberty to discuss publicly and truthfully all matters of public concern without previous restraint or fear of subsequent punishment.\" _Thornhill v. Alabama_. And \u201c[S]peech concerning public affairs is more than self expression; it is the essence of self-government.\u2019\u2019 _Garrison v. Louisiana._ \n\nIn addition, according to other courts, the expression of political views concerning drug laws involves core political speech, an area where First Amendment protection is \u201cat its zenith.\u201d _Meyer v. Grant_.\n\nJudge Forrest may personally find Ross\u2019 political views troubling and dangerous. However, it is not within her authority as a United States District Court Judge to consider his political views in determining a sentence. \n\nIn fact, it is against the law.\n\nThat a Judge would, in part, issue a life sentence based on political beliefs and statements should frighten us all.", + "body_length": 4192, + "cashout_time": "2016-09-20T22:17:12", + "category": "bitcoin", + "children": 75, + "created": "2016-09-13T22:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"anarchism\",\"blockchain\",\"freeross\"],\"image\":[\"http://i.imgsafe.org/7462e187a7.jpg\",\"https://img.youtube.com/vi/dGKWsm-wMQQ/0.jpg\"],\"links\":[\"http://www.huffingtonpost.com/2015/06/02/ulbricht-silk-road_n_7492972.html?\",\"https://freeross.org/wp-content/uploads/AppealBriefFinal-1.pdf?v=7516fd43adaa\",\"https://youtu.be/dGKWsm-wMQQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T22:17:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 143338615531795, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "1080.240 HBD", + "percent_hbd": 10000, + "permlink": "is-ross-ulbricht-a-political-prisoner", + "post_id": 1237023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is Ross Ulbricht a Political Prisoner?", + "title": "Is Ross Ulbricht a Political Prisoner?", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@rossulbricht/is-ross-ulbricht-a-political-prisoner" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.tavern.yaml new file mode 100644 index 00000000..921ef5e4 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"jamesc","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "max_limit" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.orig.json new file mode 100644 index 00000000..82f968f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.orig.json @@ -0,0 +1,3 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.pat.json new file mode 100644 index 00000000..f990a759 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.pat.json @@ -0,0 +1,33 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 03", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 03", + "title": "powerful crocodile 03", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile03" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.tavern.yaml new file mode 100644 index 00000000..2e9d6e1a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/min_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"jamesc","limit":1} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "min_limit" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.orig.json new file mode 100644 index 00000000..94366a12 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.orig.json @@ -0,0 +1,22 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960187 aggroed in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 960067 curie the-daily-curie-14th-sept-15th-sept-2016 + 959904 aggroed exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white + 959860 richardcrill should-i-be-long-on-ethereum + 959282 benjojo hearts-of-darkness-plague-of-the-void-seeds-15 + 959266 gardenofeden mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5 + 958959 gavvet title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author + 958481 steempower ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour + 958450 skypilot sunset-at-point-sur-california + 958372 gavvet three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author + 957976 gavvet letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author + 957687 kevinwong logo-contest-for-project-curie-contest-process-and-winners-announcement + 957667 mammasitta choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress + 957556 aggroed satirically-yours-s1e14-hillary-clinton-experiences-dramatic-recovery-after-switching-to-raw-food-vegan-diet + 957411 aggroed satirically-yours-s1e13-radical-pro-harambe-candidate-trump-tweets-armed-selfie-states-don-t-go-to-the-cincinnati-zoo-tomorrow + 956997 jaredhowe identity-politics-dysgenics-and-the-revolt-against-property diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.pat.json new file mode 100644 index 00000000..08e6c16b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.pat.json @@ -0,0 +1,16875 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 03", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 03", + "title": "powerful crocodile 03", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile03" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 02", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile02", + "post_id": 1257962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 02", + "title": "powerful crocodile 02", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile02" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only crocodiles 01", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile01", + "post_id": 1257961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 01", + "title": "powerful crocodile 01", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile01" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231815399848, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950776472028, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466189427281, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932369613, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677356665, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149156424, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468295495, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641891453, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 319978787382, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 183455862202, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177422979921, + "voter": "mummyimperfect" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970610699889, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303208719, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55960464168, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275083790158, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047565689, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346657524, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 203028922423, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34073741916, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 36267999733, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68450624110, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 462747522217, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271256317, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14886225123, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185306737687, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250267854, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209550858, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4428694472, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709674578, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989849211, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34310997040, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135241026997, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50580942653, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157263872, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1181429894047, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969530313, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23486336661, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494631758, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 41308723727, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246291037911, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9208584487, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831884826, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54407421509, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190432650, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 14379798074, + "rshares": 538023492, + "voter": "marinaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23490308796, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23488038283, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485060556, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480907119, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157899297, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477459041, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474757706, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370331931, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136086029693, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6630568148, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99940391922, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2354334523, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4254379739, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8576106418, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 576343622, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60219243, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468551300, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 31611733517, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 4533929087960, + "rshares": 8390958262, + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621847215, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26574132419, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044803243, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 258239323, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63546443837, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 26568286493, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 74154890902, + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 188217107, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3035584586, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123580867, + "voter": "toddemaher1" + } + ], + "author": "charlieshrem", + "author_reputation": 50326964582800, + "beneficiaries": [], + "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", + "body_length": 5033, + "cashout_time": "2016-09-22T19:39:15", + "category": "story", + "children": 2, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"bitcoin\"],\"image\":[\"https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg\",\"https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png\",\"https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png\",\"https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg\"],\"links\":[\"https://postimg.org/image/5bg38xjjr/\",\"https://postimg.org/image/iu6qq6eb9/\",\"https://postimg.org/image/nfj3tkh87/\",\"https://postimg.org/image/ceiwrfinr/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16647533396431, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "18.922 HBD", + "percent_hbd": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 1257859, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "total_payout_value": "0.000 HBD", + "url": "/story/@charlieshrem/mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932201065, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677295375, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149018521, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "percent": "1225", + "reputation": 12382143533351, + "rshares": 104880949618, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3997942209174, + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635691300, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061266533, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58188888655, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 36407027386, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1960155455032, + "rshares": 4682885200, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17908924002, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "4400", + "reputation": 1598540193144, + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739229218, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24417687626, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "7400", + "reputation": 10137266406870, + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157207095, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157521707420, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246279861104, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831615639, + "voter": "brendio" + }, + { + "percent": "1225", + "reputation": 1751717743, + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "percent": "4800", + "reputation": 1038813018744, + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2343183825, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 62928860, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591109646, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 88481667, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712937692, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 333189373469, + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65868377, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 8226370900, + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3915304227, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 904012, + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 588228551, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158057595, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 155166715, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 120983531, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 96643251, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 1153608185509, + "rshares": 519265850, + "voter": "doubledex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
\n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
\nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "body_length": 6656, + "cashout_time": "2016-09-22T18:23:15", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"gold\",\"silver\",\"bitcoin\",\"crisis\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg\",\"https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551268628220, + "voter": "butterfly" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534654466021, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942254587236, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284401462010, + "voter": "chitty" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 75736848691, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85270554570, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14502980866, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897944197, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471747302, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 7317943657, + "rshares": 2366347863, + "voter": "alenevaa" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635074770, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970579316703, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952188311, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "2700", + "reputation": 3460995705314, + "rshares": 12241505540, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275008585094, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047464747, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16027781644, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17557768630, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380892516, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 156249887947, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3086012957311, + "rshares": 8164924332, + "voter": "hyiparena" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21565632626, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739169732, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325751551, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13373880577, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349618451, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 1218867625, + "voter": "victoria2002" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "4800", + "reputation": 10137266406870, + "rshares": 7825324952, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95786319596, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19443061295, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726959262, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7707314246, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5558177167, + "voter": "denn" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4295114546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157785139, + "voter": "kurtbeil" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10742990382, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485140088, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79785139, + "voter": "dims" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335856762, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1446509276, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13254585210, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 677027684, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93807196108, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 108403024, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "4900", + "reputation": 5941821821586, + "rshares": 4337454155, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 53143607139, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 120649148, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 50583338, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "8500", + "reputation": 130504358563, + "rshares": 7187212765, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 212371776, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156837244, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1473342460, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 30995434343, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55383257, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

\n

Snakes. 

\n

http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

\n

I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

\n

Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

\n

http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

\n

The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

\n

http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

\n

1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

\n

http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

\n

2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

\n

http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

\n

3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

\n

https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

\n

4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

\n

http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

\n

Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

\n

   http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

\n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", + "body_length": 6718, + "cashout_time": "2016-09-22T18:19:39", + "category": "herpetology", + "children": 6, + "created": "2016-09-15T18:19:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"herpetology\",\"reptiles\",\"snakes\",\"science\"],\"users\":[\"herpetologyguy\"],\"image\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\"],\"links\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://www.sciencemag.org\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://proactivepestga.com\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://blogs.discovermagazine.com\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.mylakelandnow.com\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"http://www.snakegetters.com\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"https://www.youtube.com/watch?v=ImOj1CKTBqE\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://phenomena.nationalgeographic.com\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\",\"http://westernmassnaturalist.org\",\"https://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:19:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68620995119384, + "parent_author": "", + "parent_permlink": "herpetology", + "pending_payout_value": "274.303 HBD", + "percent_hbd": 10000, + "permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "post_id": 1256988, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author" + }, + { + "active_votes": [ + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982988896, + "voter": "eeks" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061283659, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21106789378, + "voter": "artific" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

By her own admission Clinton suffers from pneumonia.  Her personal doctor (as opposed to a third party observer) released medical records.  For the anti-vaccine crowd it's a wonderful gem.  A fully vaccinated person is now suffering from the illness the vaccine is meant to protect.  The vaccine can be thought of as a potential cause or incapable of preventing the very illness it's designed to protect against.  

\n

Vaccine inserts go into a lot of detail into problems caused by vaccines.  They include neurological damage including but not limited to autism.  For those that don't believe me, go to your doctors office and keep insisting that you see the long form version of the insert that comes with the vaccine and sit down and read it.  Under potential risks it will list autism among other issues.

\n

Here's a current, profound, and ironic example of vaccine \"failure\" in that a big pharma mega donor recipient is  either brought down by or failed to be protected by the vaccines she supports.

\n

\n", + "body_length": 1471, + "cashout_time": "2016-09-22T18:10:21", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T18:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vaccines\",\"politics\",\"health\",\"government\",\"conspiracy\"],\"image\":[\"https://s13.postimg.org/pxe7a350n/HRC_Health.jpg\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14322645_10100500849914713_1744824572734051768_n.jpg?oh=6063accd87cde770844381bfd7a1163d&oe=586E9A3F\"],\"links\":[\"https://m.hrc.onl/secretary/10-documents/05-physician-letter/HRC_physician_letter.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47330922740, + "parent_author": "", + "parent_permlink": "vaccines", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source", + "post_id": 1256899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "total_payout_value": "0.000 HBD", + "url": "/vaccines/@aggroed/in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053192838289, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22867607772, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 447708603191, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284387537146, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 42807744984, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481789740986, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "percent": "556", + "reputation": 12382143533351, + "rshares": 44948966690, + "voter": "eeks" + }, + { + "percent": "400", + "reputation": 4931834878069, + "rshares": 1007941175, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5764343600, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 326645012119, + "voter": "teamsteem" + }, + { + "percent": "400", + "reputation": 5414208804644, + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "percent": "0", + "reputation": 15854806148148, + "rshares": 867025633, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1226367074, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603739324854, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952086154, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110484085174, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 210214429045, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19598687179, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "400", + "reputation": 598181152117, + "rshares": 10685187763, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87865461670, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 7484573728, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280946689, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283410959, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15997662965, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25558672318, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7078753090, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "percent": "400", + "reputation": 19111656178138, + "rshares": 4920595011, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159574353648, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209528025, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 155009367898, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46858431857, + "voter": "milestone" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "percent": "400", + "reputation": 782596410473, + "rshares": 233078967, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4047553215, + "voter": "birdie" + }, + { + "percent": "100", + "reputation": 3439295754608, + "rshares": 121062267, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618344638, + "voter": "jl777" + }, + { + "percent": "400", + "reputation": 10519849768972, + "rshares": 817413671, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773021661, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 22243073202, + "voter": "prufarchy" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "400", + "reputation": 17698439393799, + "rshares": 1805753019, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6785831506, + "voter": "shortcut" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734167982, + "voter": "taker" + }, + { + "percent": "400", + "reputation": 10771708337101, + "rshares": 63857546397, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562380280, + "voter": "laoyao" + }, + { + "percent": "400", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "400", + "reputation": 5776723480371, + "rshares": 12962040863, + "voter": "somebody" + }, + { + "percent": "400", + "reputation": 206355094166, + "rshares": 484639508, + "voter": "flysaga" + }, + { + "percent": "556", + "reputation": 1751717743, + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "percent": "400", + "reputation": 97845484474, + "rshares": 2863409697, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "400", + "reputation": 3016325652890, + "rshares": 7161993588, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "400", + "reputation": 6111268639849, + "rshares": 323426725, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "percent": "400", + "reputation": 1851205309677, + "rshares": 223904508, + "voter": "xiaokongcom" + }, + { + "percent": "400", + "reputation": 4195733833721, + "rshares": 451351789, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11041591679, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022647341, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13841342477, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401452179, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7670539797, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248301756, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 54987076112, + "rshares": 163127905, + "voter": "socalguy" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1878628053, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4185479873, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 232386397, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 808913218021, + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27673000226, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753450273, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3696018490, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 310550549, + "voter": "james1987" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 1343656937, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99404487, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153246625, + "voter": "mdruggan" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "
![robotee8b7.jpg](https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg)
\nImage Source: pixabay\n\n# The robot vs. human wars have begun and it's being hashed out on Steemit:\n\nThese comments surfaced in response to posts by the AI @msgivings account:\n\n>\"I can't believe that this fucking bot got me in an argument with my girlfriend over my comment and it's not even human, fuck me.\"\n\n>\"She doesn't respond because this account is not legit. Shame on every one of the whales that upvoted it and all of the previous posts. Thousands of SBD have been thrown away on this and other fake accounts. The question is - do these whales know it? Are they actively scamming the platform themselves?\"\n\nBy this point, I suppose many of you realize that the account of @msgivings was not run by a human, but rather by artificial intelligence. If you take the time to actually read all the posts that @msgivings wrote, you'll notice some really odd cognitive dissonance. I could tell when I read just one of those posts that a real woman was not writing it. But I too, didn't really look into this account until fairly recently, because I was turned off by the clickbait nature of the titles. I ignored reading them until @yogi.artist pointed out that it's AI. \n\nThe Msgivings Robot has so far banked around $16,000 in blogging rewards from Steemit, and no one realized it until fairly recently. I think @bacchist and @reneenouveau may have been the first ones to reveal this AI hidden identity, but it was [@yogi.artist's post](https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings) that truly opened my eyes to the high level that AI writing software programs have recently reached. He affectionately refers to Msgivings as \"Mstakings\". Another user has claimed that more than 1% of the high-paying trending articles are being written by AI, not real humans.\n\nWhat seals the deal for me personally, in verifying that the @msgivings account was AI is the fact that the account owner has vaporized. A real human would of course defend themselves and fight for their reputation, account and future in Steemit. Owners of AI scam accounts pack up and leave, respin their identity, respin their articles and try again, knowing that most of the whales don't really scrutinize the articles to any meaningful degree.\n\nI was examining the @msgivings account very thoroughly today and noticed that @msgivings had voted for @mibenkito and followed this account a few weeks ago. I then began reading that blog and noticed that @mibenkito had never bothered to write an \"Introduce Yourself\" post. I read every single one of the posts, and not one contained a photo with the standard holding of a \"Steemit\" sign. Odd, for sure. But the oddest thing to me was that in the introduction post, the very first line starts out like this:\n\n>\"I\u2019m an Asian and I live to eat.\"\n\nI lived in Asia and have a degree in Japanese. One of the things I immediately noticed when I lived in Japan is that Asian people rarely describe themselves as \"Asian\". In fact, in all my time spent living in Asia, I never heard one Asian refer to themselves as \"Asian.\" Koreans call themselves Koreans, Japanese call themselves Japanese, etc. Only people who are non-Asian refer to them as Asians. At least that has been my experience so far in life. There may be Asians who call themselves Asian, but I've never met them. \n\nSo, this first sentence feels really awkward and unusual for the reasons I listed above. The English contained in these posts is very strange, but not in a way that suggests it's written by a non-native English speaker. I was an English teacher in Japan and so I'm very familiar with how Japanese people write English. The English that was written in @mibenkito ranges from advanced English skills, with proper usage of commas, to low English usage. It's a strange and odd mix of levels. The first post is truly odd. I have been exposed to a lot of different English styles that were written by non-native English speakers and I've never come across such an odd and patchy style of writing. \n\n
![robot-707219_128024562.jpg](https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg)
\n\nImage Source: pixabay\n\nI am not saying that this account is AI, but it does contain rather inconsistent aspects, namely, that we do not know who @mibenkito is. Usually, on Steemit, people want to share their unique perspective, and they usually tell us where they are from originally, instead of just saying, \"I'm Asian.\" That's like me saying, \"I'm North American.\" Let's face it, no one says it. This all could be cleared up quite fast with a video or a standard introduce yourself post, complete with a Steemit sign.\n\nThis is not meant to be some kind of inquisition, but seeing as how the Steemit community paid out $16,000 to a robot whose owner has abandoned the platform, it's in our best interest to question the identity of posters, especially ones which are receiving massive payouts.\n\nThe word on the street from professional writers is that Steemit is attracting greedy scammers. And unfortunately, the quality is just not up to par yet with Medium. When whale voters, and the curation projects that dole out their funds don't take a close look at what they're voting on, we arrive in the situation of a robot making over $16,000. And now that robot is no where to be seen. The owner of @msgivings has abandoned his/her account. \n\n# The owner that created @msgivings could easily be making new accounts to fool gullible humans. \n\nThe thought process is going probably something like this: \"Well, I've exhausted that msgivings persona, so now I can create a different persona, with different hobbies and interests, and as long as I fool the whale curation bots for a while, I'm good. I'll just take out the funds anyway.\"\n\n# I think we all deserve to know who was behind the @msgivings account. \n\n
![pollution-1148841_12805fd14.jpg](https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg)
\n\nThe proper thing to do would be to just come forward and tell the truth. **Describe the entire process, in all its gritty details.** Describe your elation when you discovered that an AI writing program could make you thousands of dollars. Explain what program you used, how you got it, and what other platforms you're currently using it on. Is this a freelance operation, and Steemit was just your highest paid client? What is the story behind this deception? \n\n# If you were really clever, you could write a book about this, throw it up on Amazon, and see more profits roll in. But you'd have to tell the truth first here on Steemit. \n\nCould you tell the truth? Is that even in your wheelhouse? What kind of human are you anyway? I think the people who you've incited, people who engaged with you for weeks, wrote lengthy comments, deserve to know the truth. Are you capable of telling the truth? Or do you operate on some other plane of deceptive existence? This is all really interesting and would make a fantastic book. Maybe I'll be the one to write the book and interview you anonymously at some point in the future. Would you do that? Would you offer up your true story anonymously? The questions keep coming, _WHO ARE YOU MSGIVINGS_?\n\n
![head-663997_128076d7e.jpg](https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg)
\nImage Source: pixabay\n\n# Moving forward. \n\nWhat if all of us mere mortals adapted to this new AI technology, like most of us will be doing soon enough, and began using our own AI programs to generate content? What exactly would be the point of Steemit? Would the robot wars really move into high gear then? Would the advanced AI writing programs be winner take all? The only real interaction would be found in the comments, but an AI could be trained in that capacity, too.\n\nWhat is Steemit's official stance on AI-created content moving forward? How about, as long as it's clearly indicated that the content was created by artificial intelligence? But you and I know this is a silly utopian fantasy. Big profits won't come to those who transparently reveal that they are using AI to generate articles.\n\nAn what would be the point of humans upvoting a software writing program? Is a program more valuable than a human? Should we all become robot shepherds and get our own AI writing programs? What is the point of any of this? If AI takes over the trending pages, then what role will humans have here in Steemit? Will we become expert commenters and video creators, letting AI programs do the bulk of the arduous writing?\n\nI am not against AI and even I considered making an AI account that would be a robot twin of my writing. But I would properly identify it as AI using the sticker that @reneenouveau created, so that deception would not be a part of my deal. \n\nhttp://reneenouveau.com/Steem/100bot.gif\n\nYou see, when you deceive others, you finally are forced to abandon your account. Why not create an AI account and do it transparently, with the entire community aware that it was created using AI? I have loads of questions about these AI programs, and I'm also looking to get my own soon. Or would that finally open the pandora's box that's waiting to happen? \n\n# Is that the singularity that everyone is talking about? Or has it already arrived?\n\n# The real problem doesn't lie within AI. The real problem lies within the deceptive human mind who is controlling AI.\n\n
![cyborg-152454_1280074fd.png](https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png)
\n\nImage Source: pixabay", + "body_length": 9681, + "cashout_time": "2016-09-22T18:09:09", + "category": "ai", + "children": 31, + "created": "2016-09-15T18:09:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ai\",\"artificial-intelligence\",\"robots\",\"ai-writing\",\"msgivings\"],\"users\":[\"msgivings\",\"yogi.artist\",\"bacchist\",\"reneenouveau\",\"mibenkito\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg\",\"https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg\",\"https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg\",\"https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg\",\"http://reneenouveau.com/Steem/100bot.gif\",\"https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png\"],\"links\":[\"https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:09:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15880698940673, + "parent_author": "", + "parent_permlink": "ai", + "pending_payout_value": "17.360 HBD", + "percent_hbd": 10000, + "permlink": "artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit", + "post_id": 1256886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "total_payout_value": "0.000 HBD", + "url": "/ai/@stellabelle/artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1133069631465, + "rshares": 30948708908726, + "voter": "val-a" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15292900000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534352192855, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 652034182902, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927024295, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941856440, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536548017, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "737", + "reputation": 12382143533351, + "rshares": 59931939963, + "voter": "eeks" + }, + { + "percent": "9200", + "reputation": 944762156062, + "rshares": 6122594947, + "voter": "fernando-sanz" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584270995256, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177415501233, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106634401121, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061259321, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003304335, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50884297723, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61300613738, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 820589638514, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5950595929, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192325266448, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77083924707, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283440404, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 455246290726, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739090409, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4195248338, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4128504280, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618259005, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773036384, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31599342155, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "4400", + "reputation": 283380527576, + "rshares": 5878023046, + "voter": "mahekg" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734150854, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 10553169212, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1117443990130, + "voter": "laonie" + }, + { + "percent": "0", + "reputation": 1161816442579, + "rshares": 4257390614, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4414425121, + "voter": "timcliff" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 38640926181, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233306274805, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8723132526, + "voter": "flysaga" + }, + { + "percent": "737", + "reputation": 1751717743, + "rshares": 1667759072, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51539167746, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128906992414, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6306539895, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102434307703, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4030108065, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8123975227, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11292536945, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546765304, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 84942400, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 404286448, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1297778556911, + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32462674824, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 624996264644, + "rshares": 3597236649, + "voter": "curving" + }, + { + "percent": "10000", + "reputation": 18957179674, + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "7700", + "reputation": 10684992176630, + "rshares": 10005063213, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54249219602, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571056039, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710959443, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831361820, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 405698035912, + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1597514180, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 8199670899, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55344422883, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53415391, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271439221, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115638535, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4817004213, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3689852156, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 50277354380, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 851767121, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 6920933761, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 692395145, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 891891710, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 336222066, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 191981449, + "voter": "techslut" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie.
Join us in #curie on Steemit.chat and follow us @curie!
", + "body_length": 37031, + "cashout_time": "2016-09-22T17:53:48", + "category": "curie", + "children": 10, + "created": "2016-09-15T17:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement\",\"https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016\",\"https://steemit.com/@faddat\",\"https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed\",\"https://steemit.com/@rampant\",\"https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool\",\"https://steemit.com/@shenanigator\",\"https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do\",\"https://steemit.com/@penguinpablo\",\"https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf\",\"https://steemit.com/@nathanjtaylor\",\"https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry\",\"https://steemit.com/@lily-da-vine\",\"https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco\",\"https://steemit.com/@budgetbucketlist\",\"https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes\",\"https://steemit.com/@benjiberigan\",\"https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations\",\"https://steemit.com/@ausbitbank\",\"https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos\",\"https://steemit.com/@emily-cook\",\"https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work\",\"https://steemit.com/@team-leibniz\",\"https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00\",\"https://steemit.com/@ionescur\",\"https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land\",\"https://steemit.com/@kimal73\",\"https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work\",\"https://steemit.com/@juliac\",\"https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think\",\"https://steemit.com/@luzcypher\",\"https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals\",\"https://steemit.com/@akareyon\",\"https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing\",\"https://steemit.com/@curving\",\"https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation\",\"https://steemit.com/@aleksandraz\",\"https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology\",\"https://steemit.com/@skapaneas\",\"https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more\",\"https://steemit.com/@gargon\",\"https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\",\"https://steemit.com/@iamwne\",\"https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass\",\"https://steemit.com/@stormblaze\",\"https://steemit.com/technology/@stormblaze/where-do-deleted-files-go\",\"https://steemit.com/@yanarnst\",\"https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts\",\"https://steemit.com/@senseye\",\"https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor\",\"https://steemit.com/@crasch\",\"https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future\",\"https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners\",\"https://steemit.com/@cristi\",\"https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months\",\"https://steemit.com/@stranger27\",\"https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature\",\"https://steemit.com/@nekromarinist\",\"https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today\",\"https://steemit.com/@richman\",\"https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story\",\"https://steemit.com/@maceytomlin\",\"https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony\",\"https://steemit.com/@nili\",\"https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol\",\"https://steemit.com/@optimistic-crone\",\"https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe\",\"https://steemit.com/@anarchyhasnogods\",\"https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one\",\"https://steemit.com/@yostopia\",\"https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick\",\"https://steemit.com/@reneenouveau\",\"https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015\",\"https://steemit.com/@king3071\",\"https://steemit.com/travel/@king3071/my-dream-destination-switzerland\",\"https://steemit.com/@kolin.evans\",\"https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines\",\"https://steemit.com/@fenglosophy\",\"https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think\",\"https://steemit.com/@mandibil\",\"https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil\",\"https://steemit.com/@therajmahal\",\"https://steemit.com/science/@therajmahal/making-the-impossible-possible\",\"https://steemit.com/@carlitashaw\",\"https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions\",\"https://steemit.com/@renzoarg\",\"https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics\",\"https://steemit.com/@rachelsvparry\",\"https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time\",\"https://steemit.com/@royalmacro\",\"https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art\",\"https://steemit.com/@stephmckenzie\",\"https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone\",\"https://steemit.com/@alwayzgame\",\"https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life\",\"https://steemit.com/@nonlinearone\",\"https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing\",\"https://steemit.com/@kafkanarchy84\",\"https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii\",\"https://steemit.com/@feline1991\",\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2\",\"https://steemit.com/@geke\",\"https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos\",\"https://steemit.com/@pinkisland\",\"https://steemit.com/writing/@pinkisland/my-philosophy-of-education\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco\",\"https://steemit.com/@luisucv34\",\"https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition\",\"https://steemit.com/@beowulfoflegend\",\"https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty\",\"https://steemit.com/@mariandavp\",\"https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp\",\"https://steemit.com/@nasimbabu\",\"https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases\",\"https://steemit.com/@royaltiffany\",\"https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update\",\"https://steemit.com/@travelista\",\"https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo\",\"https://steemit.com/@jpiper20\",\"https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4\",\"https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism\",\"https://steemit.com/@krystle\",\"https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin\",\"https://steemit.com/@cryptoiskey\",\"https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids\",\"https://steemit.com/@getonthetrain\",\"https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods\",\"https://steemit.com/@ansharphoto\",\"https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome\",\"https://steemit.com/@aboundlessworld\",\"https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast\",\"https://steemit.com/@thornybastard\",\"https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest\",\"https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5\",\"https://steemit.com/@dumar022\",\"https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this\",\"https://steemit.com/@lapilipinas\",\"https://steemit.com/science/@lapilipinas/light-from-distant-stars\",\"https://steemit.com/@williambanks\",\"https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace\",\"https://steemit.com/@driv3n\",\"https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2\",\"https://steemit.com/@timbot606\",\"https://steemit.com/life/@timbot606/growing-up-in-appalachia\",\"https://steemit.com/@themagus\",\"https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2\",\"https://steemit.com/@echoesinthemind\",\"https://steemit.com/life/@echoesinthemind/hanging-upside-down\",\"https://steemit.com/@ysa\",\"https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado\",\"https://steemit.com/@aksinya\",\"https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video\",\"https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro\",\"https://steemit.com/@successfully00\",\"https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1\",\"https://steemit.com/@linzo\",\"https://steemit.com/poem/@linzo/a-life-fantasy-original-poem\",\"https://steemit.com/@hilarski\",\"https://steemit.com/panama/@hilarski/panama-critters\",\"https://steemit.com/@sulev\",\"https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2\",\"https://steemit.com/@steemswede\",\"https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale\",\"https://steemit.com/@marius19\",\"https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami\",\"https://steemit.com/@poeticsnake\",\"https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings\",\"https://steemit.com/@kiddarko\",\"https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video\",\"https://steemit.com/@shieha\",\"https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2\",\"https://steemit.com/@ayim\",\"https://steemit.com/life/@ayim/fixing-posture-part-4-neck\",\"https://steemit.com/@hitmeasap\",\"https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice\",\"https://steemit.com/@peskov\",\"https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author\",\"https://steemit.com/@aldentan\",\"https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts\",\"https://steemit.com/@beginningtoend\",\"https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy\",\"https://steemit.com/@kaykunoichi\",\"https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself\",\"https://steemit.com/@booky\",\"https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates\",\"https://steemit.com/@doubledex\",\"https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong\",\"https://steemit.com/@ekaterina4ka\",\"https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2\",\"https://steemit.com/@scaredycatguide\",\"https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica\",\"https://steemit.com/@amy-goodrich\",\"https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie\",\"https://steemit.com/@scott.stevens\",\"https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering\",\"https://steemit.com/@witchcraftblog\",\"https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa\",\"https://steemit.com/@ibringawareness\",\"https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5\",\"https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73\",\"https://steemit.com/@leylar\",\"https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work\",\"https://steemit.com/@ocrdu\",\"https://steemit.com/photography/@ocrdu/the-pods-that-go-pop\",\"https://steemit.com/@rusla\",\"https://steemit.com/travel/@rusla/japan-part8\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing\",\"https://steemit.com/@borishaifa\",\"https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat\",\"https://steemit.com/@eveningstar92\",\"https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art\",\"https://steemit.com/@elewarne\",\"https://steemit.com/mixedmedia/@elewarne/mixed-media\",\"https://steemit.com/@shredlord\",\"https://steemit.com/art/@shredlord/sunrise\",\"https://steemit.com/@sherlockcupid\",\"https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one\",\"https://steemit.com/@annesaya\",\"https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers\",\"https://steemit.com/@fitmama\",\"https://steemit.com/life/@fitmama/why-do-i-bother\",\"https://steemit.com/@ezzy\",\"https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories\",\"https://steemit.com/@kingarbinv\",\"https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far\",\"https://steemit.com/@soulsistashakti\",\"https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist\",\"https://steemit.com/@puffin\",\"https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem\",\"https://steemit.com/@cehuneke\",\"https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease\",\"https://steemit.com/@tanata\",\"https://steemit.com/fashion/@tanata/little-black-dress-involving\",\"https://steemit.com/@steemwriter\",\"https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship\",\"https://steemit.com/@michelle.gent\",\"https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters\",\"https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing\",\"https://steemit.com/@runridefly\",\"https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale\",\"https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one\",\"https://steemit.com/@lyubovbar\",\"https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory\",\"https://steemit.com/@victoriart\",\"https://steemit.com/art/@victoriart/hazelnut-mood\",\"https://steemit.com/@heroic15397\",\"https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area\",\"https://steemit.com/@smartercars\",\"https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews\",\"https://steemit.com/@rubenalexander\",\"https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016\",\"https://steemit.com/@matthew.raymer\",\"https://steemit.com/psychology/@matthew.raymer/life-stories\",\"https://steemit.com/@positivesteem\",\"https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees\",\"https://steemit.com/@d3nv3r\",\"https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real\",\"https://steemit.com/@adubi\",\"https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet\",\"https://steemit.com/@alitas\",\"https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla\",\"https://steemit.com/@mazi\",\"https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis\",\"https://steemit.com/@mikemacintire\",\"https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work\",\"https://steemit.com/@altzero\",\"https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2\",\"https://steemit.com/@birdie\",\"https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos\",\"https://steemit.com/@michaelstobiersk\",\"https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski\",\"https://steemit.com/@reddust\",\"https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary\",\"https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown\",\"https://steemit.com/@karisa\",\"https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4\",\"https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband\",\"https://steemit.com/@burnin\",\"https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2\",\"https://steemit.com/art/@reddust/eyes-of-wisdom\",\"https://steemit.com/@levycore\",\"https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial\",\"https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today\",\"https://steemit.com/@naquoya\",\"https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster\",\"https://steemit.com/@moon32walker\",\"https://steemit.com/gaming/@moon32walker/top-10-game-development-studios\",\"https://steemit.com/@gustavopasquini\",\"https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry\",\"https://steemit.com/@benadapt\",\"https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge\",\"https://steemit.com/spanish/@altzero/que-es-la-nueva-economia\",\"https://steemit.com/@por500bolos\",\"https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise\",\"https://steemit.com/@zonpower\",\"https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem\",\"https://steemit.com/@katharsisdrill\",\"https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation\",\"https://steemit.com/@glezeddy\",\"https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico\",\"https://steemit.com/@onetree\",\"https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare\",\"https://steemit.com/@verbal-d\",\"https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact\",\"https://steemit.com/@wanderingagorist\",\"https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating\",\"https://steemit.com/@knablinz\",\"https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61028272797290, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "217.281 HBD", + "percent_hbd": 10000, + "permlink": "the-daily-curie-14th-sept-15th-sept-2016", + "post_id": 1256756, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/the-daily-curie-14th-sept-15th-sept-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244111745773, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 670306236660, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206071238782, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 5815231464, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982982887, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 28509331807, + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061263829, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 116660687, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

You may be surprised to know that your memory of the Queen saying \"Mirror mirror\" is wrong.  She no longer casts a giant spell calling the Slave in the Mirror to her by saying \"Mirror mirror on the wall who is the fairest of them all?\"  Instead she now says \"Magic mirror on the wall- who is the fairest one of all?\"

\n

If you remember her saying \"Mirror mirror\" and so far that seems to be roughly 90% of people you're currently experiencing the Mandela Effect.  

\n

The Mandela Effect is the difference between recalled memory for groups of people and recorded history.  I ran a survey that to date as received over 30k responses.  When it reached over 25,000 I did a report about the results.  The study included 7 questions suspected to have a Mandela Effect associated with them and 2 controls.  The 2 controls showed that people who were extremely confident when answers questions about stuff from 20+ years ago were able to get it right 95% or more of the time.  When scrubbing the survey results to narrow down just to extremely confident people who were asked about this effect 90.7% of people remember the line as \"Mirror mirror.\"  

\n

You can see completely raw data here.  The quiz is housed on two servers so the data comes in two parts.  It has not been scrubbed by people admitting they guessed at this point.

\n

\n

\n

I asked people to provide feedback about their responses.  One quiz respondent added this detail- \"i remember having a toy about snow white of a mirror and i still have it. im using it right now and she is saying \"\"mirror mirror on the wall\"\" not \"\"magic mirror on the wall\"\" my parents bought this in Disney WORLD.\"

\n

Another person mentioned- \" She was speaking to the MIRROR! I used to play around and use this phrase as a kid. Geez...I still used this phrase growing up. This one hit me pretty hard. I had never heard of Magic Mirror...and was blown away when I noticed the change. I will never agree that it was MAGIC mirror while I was growing up...ever. \"

\n

Here's one person where the line hit hard-  \"Well it was a kind of incantation both to bring the mirror to active state as well as gain an answer to a question she needed surety about... I have watched this with my daughter when she was younger and of course I had seen it when I was younger and am completely certain of the verbiage used... \"  I tend to agree as I remember it as an incantation, which makes sense as \"Mirror, mirror\" as opposed to a greeting towards an object, which would be \"Magic mirror.\"  Here's another along those lines- \" I remember watching it. I remember repeating it, always wondering why the evil Queen could not think of anything better to say other than 'Mirror' twice. it made me think that perhaps it was part of the incantation, like saying 'mirror' twice would turn it on or something. \"

\n

The effect is witnessed in multiple languages- \" I know I am correct, because I am from Serbia and I have heard this phrase in my own language. I watched this when I was a kid and I remember the line in my language which is a translation of 'Mirror, mirror....'. There's no way it was any different, l am 100% sure. Even now days, kids in my country will say 'Mirror, mirror....' because their parents taught them. I just went on YouTube to find the 'Show White' synchronized in my language and to my big surprise, all recent uploads say 'Magic mirror'! It was never like that! But, I have found one upload from 2010 where the narrator says 'Mirror, mirror...' in my language. Again, I am 100% sure it's 'Mirror, mirror...' , as we used to say it like a song, it's etched in my memory. \"

\n

In case you don't believe me that things have changed check out the footage below-

\n

https://www.youtube.com/watch?v=mqmIMvWnIV8

\n

The most common immediate response from people unfamiliar with the Mandela Effect for these kind of results, especially when they aren't personally experiencing that specific Mandela Effect, is to dismiss the effect as nothing more than memory problems, collective mishearing, or the more sophisticated term of confabulation.  It's a reasonable first response.  There is lots of evidence even in my own survey results that the general population has extensive memory issues regarding events that took place 20+ years ago.  The amazing thing though is that people that are extremely confident don't experience that gap.  On one control in particular the people who were only moderately confident got it correct around 60% of the time where as the extremely confident got it right 95% of the time.  So, yes, in general there is a broad memory problem, but in the group that usually has a distinct memory and thus feels extremely confident there isn't evidence of a memory problem.

\n

Well, if it isn't memory then this thing called confabulation which is basically just having distorted memories is called out too.  Here we get into a difficult problem.  There is often evidence available that \"old way\" of the Mandela Effect actually did exist, even though recorded history says it does not.  That's when researchers find what they call \"Reality Residue.\"  To Mandela Effect researchers it's evidence of a change.  To Confabulists it's evidence of where the confusion came from in the first place.

\n

To me the issue comes down to scale.  I'm going to show lots of examples below of products, quotes, memes, and media lines that use the \"Mirror mirror\" line and some that use \"Magic Mirror.\"  The collective views of all of these things would likely come down to less than 1% of the lifetime views of the Disney movie, which adjusted for inflation is one of the top 10 most successful movies of all time.  The idea that Will Smith misquoted the movie in 2 episodes of Fresh Prince lead an entire nation of people to misquote the line, especially after having researched the effect for over a year, seems ridiculous to me.  While the opposite view that changes have occurred and it's evidence that the physical surrounding is malleable is also preposterous.  I think that's why people have such a hard time believing the Mandela Effect could be real.

\n

Here's a video of an assemblage of Mandela Effects.  I've found and included some of the links within this movie below.

\n

https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be

\n

Here's an older version of a Looney Toons video that shows Magic Mirror, showing evidence that line has been used as well in other stuff.

\n

https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb

\n

Here's a classic from Saved by the Bell where they are doing a Snow White play.  Note the line \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=EIyXtF86VVA

\n

Here's Maleficent where she does the \"Mirror, mirror\" incantation.

\n

Here's Faerie Tale Theatre 13 reenactment of the scene

\n

https://www.youtube.com/watch?v=BLkJ-Y7k-Q0

\n

Here's a song that includes \"Mirror mirror\"

\n

https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103

\n


\n


\n

Here's an article from 2011 where The Telegraph use the \"Mirror Mirror line.

\n

Here's the episode of star trek from 1967 where the episode is called Mirror, Mirror

\n

\n

Here's a movie called Mirror Mirror from 2012.

\n

\n

Here's a children's book that has an allusion to the line in a story called The Red Fairy Book by Andrew Lang in 2009.

\n

Here's your little buddy king in shrek dropping the line.

\n

https://www.youtube.com/watch?v=5p5qPd3oVFo

\n

I'm not sure of the series here, but it's a recent take on the Snow White scene

\n

https://www.youtube.com/watch?v=nrzheX9wRRI

\n

Here's the song Mirror Mirror, by Diamond Rio

\n

https://www.youtube.com/watch?v=rIBVdctOcu0

\n

Here's a video promo for Mirror MIrror: Once upon a Time

\n

https://www.youtube.com/watch?v=eTgT6UA88hk

\n

Here's will Smith in two episodes saying \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=GqY1TLuZ06Y

\n

https://www.youtube.com/watch?v=r48sL2nBdhk

\n

One of the episodes of the Simpsons has him asking \"Mirror Mirror on the wall who is the baldest of them all?\"

\n

Here's an article online from NBC News that actually seems to use the grammer from both lines of the movie.

\n

\n

Here's M2M singing \"Mirror Mirror\"

\n

https://www.youtube.com/watch?v=Ptbj809JQrQ

\n

Here's a Disney Book where the words \"Mirror Mirror\" are used in the book

\n

\n

Here are two products that were manufactured where the line \"Mirror Mirror\" line is used.

\n

\n

Anyway, going back to the original problems, 90% remember the Line as Mirror Mirror and there is lots of evidence the line \"Mirror Mirror\" has been used all over the place along with the line \"Magic Mirror.\"  The question remains is the evidence gathered here indicate that reality has shifted and this is reality residue or does it indicate that mistakes were made in the past many times over and as a consequence of those mistakes people confuse what was originally and has always been Snow White and the Seven Little People (see what I did there :)

\n

Please upvote this post and follow for more stories about the Mandela Effect

\n", + "body_length": 11050, + "cashout_time": "2016-09-22T17:35:57", + "category": "science", + "children": 2, + "created": "2016-09-15T17:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"religion\",\"mandelaeffect\",\"totoeffect\",\"philosophy\"],\"image\":[\"http://cdn.playbuzz.com/cdn/764a2a3b-deca-49c1-99cc-03207f2ed767/0611549e-50c9-4197-804e-9d919266eade.jpg\",\"https://s12.postimg.org/i1qdx62q5/mirror_mirror_stats_from_goquizzes.jpg\",\"https://s11.postimg.org/3k3788jlv/mirror_mirror_stats_from_quizmaker.jpg\",\"https://img.youtube.com/vi/mqmIMvWnIV8/0.jpg\",\"https://img.youtube.com/vi/xaTDKl3EdQY/0.jpg\",\"https://img.youtube.com/vi/cIESd6pqMdA/0.jpg\",\"https://img.youtube.com/vi/EIyXtF86VVA/0.jpg\",\"https://img.youtube.com/vi/BLkJ-Y7k-Q0/0.jpg\",\"https://img.youtube.com/vi/zGlLe1w3DJM/0.jpg\",\"https://trekkerscrapbook.files.wordpress.com/2014/03/40-mirror-mirror.jpg\",\"http://www.impawards.com/2012/posters/mirror_mirror.jpg\",\"https://img.youtube.com/vi/5p5qPd3oVFo/0.jpg\",\"https://img.youtube.com/vi/nrzheX9wRRI/0.jpg\",\"https://img.youtube.com/vi/rIBVdctOcu0/0.jpg\",\"https://img.youtube.com/vi/eTgT6UA88hk/0.jpg\",\"https://img.youtube.com/vi/GqY1TLuZ06Y/0.jpg\",\"https://img.youtube.com/vi/r48sL2nBdhk/0.jpg\",\"http://i.imgur.com/UknSoGD.jpg\",\"https://s12.postimg.org/qy4zah1ot/mirror_mirror_nbc_news.jpg\",\"https://img.youtube.com/vi/Ptbj809JQrQ/0.jpg\",\"https://s14.postimg.org/grxfsu18h/sw1.jpg\",\"https://s14.postimg.org/weop67f0h/sw2.jpg\",\"https://s14.postimg.org/fblxaoybl/sn3.jpg\",\"https://s14.postimg.org/hk03s15fl/sw4.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=mqmIMvWnIV8\",\"https://en.wikipedia.org/wiki/Confabulation\",\"https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be\",\"https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb\",\"https://www.youtube.com/watch?v=EIyXtF86VVA\",\"https://www.youtube.com/watch?v=BLkJ-Y7k-Q0\",\"https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103\",\"http://www.telegraph.co.uk/culture/film/film-news/8686581/Mirror-mirror-which-Snow-White-will-be-fairest-of-all.html\",\"http://memory-alpha.wikia.com/wiki/Mirror,_Mirror_%28episode%29\",\"http://www.imdb.com/title/tt1667353/\",\"http://www.gutenberg.org/ebooks/540?msg=welcome_stranger\",\"https://www.youtube.com/watch?v=5p5qPd3oVFo\",\"https://www.youtube.com/watch?v=nrzheX9wRRI\",\"https://www.youtube.com/watch?v=rIBVdctOcu0\",\"https://www.youtube.com/watch?v=eTgT6UA88hk\",\"https://www.youtube.com/watch?v=GqY1TLuZ06Y\",\"https://www.youtube.com/watch?v=r48sL2nBdhk\",\"http://www.nbcnews.com/science/science-news/mirror-mirror-wall-whos-fairest-monkey-all-n282436\",\"https://www.youtube.com/watch?v=Ptbj809JQrQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18432153492406, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "22.623 HBD", + "percent_hbd": 0, + "permlink": "exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white", + "post_id": 1256557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "total_payout_value": "0.000 HBD", + "url": "/science/@aggroed/exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_reputation": 4254380753805, + "beneficiaries": [], + "body": "# Deciding to do some Trading with my SBD/BTC\n\nAfter having some mild success on steemit, I decided to transfer part of my SBD to Poloniex and try my hand at trading cryptocurrencies. It all kind of feels like free money anyway! I am just learning how cryptocurrencies work. I have been interested in bitcoin as a concept and aware of its success for about 2 years now, but never owned any until I ended up owning some SBD after stumbling upon steemit.\n\nAfter transferring to poloniex, I bought some BTC with my SBD. From there I transferred some BTC to a circle account and cashed out 20$ USD to my bank account just to prove to myself and everyone that keeps asking me, that I can easily use this cryptocurrency to get cash. But, the more I learn, the less fiat money I want and the more I want to invest in silver and cryptocurrencies. \n\n# Bitcoin\n\nI have regretted not being into bitcoin ever since I heard about it and started watching it go up and then especially after hearing Jeff Berwick talk positively about it at 200$ and then seeing it go over 500$. So I was happy to finally own some BTC but this is basically all an experiment for me so I decided that I might try to play the game a bit more.\n\n# Value of Steem Going Down\n\nI can see that my steemit wallet account value has been going down. I have powered up most of my SBD and I will continue to do so because I believe in steemit in the long term, but I do think I might be able to protect my SBD and maybe even profit with it by trading into BTC and buying cryptocurrencies on Poloniex so that's what I am experimenting with. I could also lose my investment so I am starting slowly and learning as much as I can for now.\n\n# Ethereum\n\n

https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png

\n\n[image source](https://en.wikipedia.org/wiki/Ethereum)\n\nFrom my stock chart studying experience and from advice on the internet I decided to make a bet on ETH. I have heard more about Ethereum as I have been on steemit and after a short research session online I decided that it may go up soon, so I'll buy. Keep in mind, none of this very scientific, I am just playing around and learning how to do this and am not giving any advice because I really don't know what I'm doing! \n\nCurrently, I don't have time to constantly monitor close enough to day trade so I am only going to buy something that I think will be moving up over next few weeks. I make my guess based on what the technology is and by looking for trends in the charts. My chart studying skills are pretty basic. I look for floors, ceilings, and trends based on highs and lows over time. I look for upwards trends by spotting a series of higher lows and by watching for crosses in the moving averages. That's pretty much my entire strategy at this point\n\n# Trading so far\n\nHere is what I did yesterday. I turned 100 SBD into 0.13731732 BTC. I then transferred that bitcoin to my margin account after reading about how it worked on Poloniex's [margin trading page.](https://poloniex.com/support/aboutMarginTrading/) From there I was able to buy 0.33554217 BTC worth of Ethereum so now I have a position on 17.11149722 ETH.\n\nToday I have been researching other coins to invest in. I found [this quick list](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments) helpful and I have noticed on my Poloniex margin trading account there are a few coins that I can take a margin position on. I also liked this [list of cryptos by market cap](https://coinmarketcap.com/) Several of the coins are very volatile and some are making big moves while I watch them. Probably from some FOMO, I decided to go long on CLAMs. I liked that they just gave away coins to bitcoin holders so now they are the most widely held coin. I have no idea if this will be profitable, but I decided to go for it because it's so cheap!\n\n# Other Coins\n\nI also noticed that CLAMs are the crypto for a [gambling site](https://just-dice.com/) that was featured in a very positive [huffington post article](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117) and is very active. I don't gamble much except a little poker now and then and I am definitely not promoting gambling, but I do recognize it as an industry that can help support a crypto. Basically I don't gamble unless I feel like I have an advantage. \n\n

http://clamclient.com/images/bio-photo.png

\n\n[image source](http://clamclient.com/)\n\nThe only reason I feel comfortable trying my hand at cryptocurrency trading is that I am using very small amounts of money that I earned from writing content in my spare time and I think the risk is worth the reward because I believe like many of you that cryptocurrency is the future of currency and if I get in on the right one early enough, there could be a nice profit. Now all I have to do is predict the future, lol.\n\nI have also noticed XRM making big upward swings today and I am considering playing with it but I am a bit weary putting much into coins that I don't really believe in. Yes I am doing this with CLAMs but I am going to keep this type of investment to a minimum. Still, I am open to any recommendations from any of you crypto traders out there might have.\n\n# Conclusions and Questions\n\nI have been teeter tottering between red and green on both of my positions but I feel confident that I will be able to close my positions at a profit at this point. I think I am going to stay long on Ethereum with most of my Poloniex account and move in and out of some small cap cryptos with a small percentage of my balance. But this is just my initial thoughts on my strategy so I am open to changing my entire strategy as I learn. The title is a serious question - Should I stay long on ETH??? It makes sense to me to do that but I could be missing something. Does anyone have any tips on coins that are going to make some big moves???\n\nI am a newbie at all this so please point out anything stupid I may be doing. I welcome any advice and suggestions that any of you might have. I'm also happy to answer any questions you might have if your like me and just getting started trading cryptos. I hope if nothing else, this post starts a conversation and something is learned. Thanks for reading. Let's make some money!\n\n# Links\n\n[Poloniex's margin trading page.](https://poloniex.com/support/aboutMarginTrading/) \n\n[gambling site for CLAMs](https://just-dice.com/)\n\n [huffington post article about that gambling site ^^^^^^^](http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117)\n\n[list of cryptos to consider for investment](http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments)\n\n[list of cryptos by market cap](https://coinmarketcap.com/)", + "body_length": 6868, + "cashout_time": "2016-09-22T17:31:36", + "category": "ethereum", + "children": 0, + "created": "2016-09-15T17:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ethereum\",\"money\",\"poloniex\",\"bitcoin\",\"trading\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png\",\"http://clamclient.com/images/bio-photo.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Ethereum\",\"https://poloniex.com/support/aboutMarginTrading/\",\"http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments\",\"https://coinmarketcap.com/\",\"https://just-dice.com/\",\"http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117\",\"http://clamclient.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18126121492, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 1256505, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Should I be long on Ethereum?", + "title": "Should I be long on Ethereum?", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@richardcrill/should-i-be-long-on-ethereum" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231805330698, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2205769039995, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22916314085, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284356136464, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884695221, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14817966458, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "3300", + "reputation": 4931834878069, + "rshares": 8063529404, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8867224532, + "voter": "james-show" + }, + { + "percent": "3300", + "reputation": 5414208804644, + "rshares": 10599005770, + "voter": "elishagh1" + }, + { + "percent": "6600", + "reputation": 15755437221598, + "rshares": 18308315808, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234076, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848017203, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962073715266, + "voter": "cyber" + }, + { + "percent": "3300", + "reputation": 598181152117, + "rshares": 69449313895, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4698559215, + "voter": "alexft" + }, + { + "percent": "6600", + "reputation": 17405459234693, + "rshares": 34727118740, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808158887, + "voter": "michaellamden68" + }, + { + "percent": "6600", + "reputation": 4066839697461, + "rshares": 5544271605, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "6600", + "reputation": 744428437430, + "rshares": 1077485049, + "voter": "trees" + }, + { + "percent": "6600", + "reputation": 2906973892, + "rshares": 147884806, + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 19111656178138, + "rshares": 39362134982, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 769748891, + "voter": "busser" + }, + { + "percent": "3300", + "reputation": 3891722, + "rshares": 200664863, + "voter": "barbara2" + }, + { + "percent": "3300", + "reputation": 9142611234, + "rshares": 209916621, + "voter": "ch0c0latechip" + }, + { + "percent": "3300", + "reputation": 3871042, + "rshares": 206422340, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 6006531299, + "voter": "bitland" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34761057945, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "3300", + "reputation": 782596410473, + "rshares": 1514923441, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5322002585, + "voter": "rainchen" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204616871501, + "voter": "jl777" + }, + { + "percent": "6600", + "reputation": 6570213787, + "rshares": 79988758, + "voter": "pokemon" + }, + { + "percent": "3300", + "reputation": 10519849768972, + "rshares": 6539309368, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 855588904517, + "rshares": 1107566454, + "voter": "arnob" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6361356981, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267238976, + "voter": "proto" + }, + { + "percent": "3300", + "reputation": 17698439393799, + "rshares": 11736628947, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "3300", + "reputation": 147425730, + "rshares": 220173783, + "voter": "fnait" + }, + { + "percent": "3300", + "reputation": 3720753029, + "rshares": 207827906, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 595437792, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 790840294542, + "rshares": 293918303, + "voter": "nadira" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5068724760, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 791284980460, + "rshares": 298276102, + "voter": "sujoy1990" + }, + { + "percent": "10000", + "reputation": 905757373511, + "rshares": 368239987, + "voter": "ragini00" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734133724, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 790994268806, + "rshares": 254047281, + "voter": "atkins" + }, + { + "percent": "10000", + "reputation": 769405947222, + "rshares": 244805395, + "voter": "ronald0" + }, + { + "percent": "10000", + "reputation": 774287478546, + "rshares": 247980056, + "voter": "jerremie" + }, + { + "percent": "10000", + "reputation": 774739223050, + "rshares": 245514577, + "voter": "steampty" + }, + { + "percent": "10000", + "reputation": 770375578051, + "rshares": 248042622, + "voter": "rosamund" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "3300", + "reputation": 10771708337101, + "rshares": 415038365446, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "percent": "3300", + "reputation": 18027204457681, + "rshares": 14656661715, + "voter": "myfirst" + }, + { + "percent": "3300", + "reputation": 5776723480371, + "rshares": 84247562080, + "voter": "somebody" + }, + { + "percent": "3300", + "reputation": 206355094166, + "rshares": 3149953663, + "voter": "flysaga" + }, + { + "percent": "3300", + "reputation": 97845484474, + "rshares": 18610971546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "3300", + "reputation": 3016325652890, + "rshares": 46548145500, + "voter": "xiaohui" + }, + { + "percent": "3300", + "reputation": 6111268639849, + "rshares": 2263839835, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1146181511, + "voter": "boddhisattva" + }, + { + "percent": "3300", + "reputation": 1851205309677, + "rshares": 1455289454, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7709317035, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "3300", + "reputation": 4195733833721, + "rshares": 2933599119, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "3300", + "reputation": 730408370151, + "rshares": 192106728, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 12092290533, + "rshares": 63089132, + "voter": "igrekzed" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 150134474, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 684139314026, + "rshares": 217624709, + "voter": "shuvo" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51504697768, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 576463980, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "6600", + "reputation": 0, + "rshares": 101544680909, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "2200", + "reputation": 6232933391430, + "rshares": 455045152, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5749087264, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 4423299664, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339285503, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 517626948111, + "rshares": 172475643, + "voter": "steemmeets" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1062652750, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 381309482509, + "rshares": 137181683, + "voter": "xoxo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 881456160840, + "rshares": 1442077197, + "voter": "artists" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 211059374229, + "rshares": 206779436, + "voter": "tintin" + }, + { + "percent": "10000", + "reputation": 56973664975, + "rshares": 173895222, + "voter": "witchergeralt" + }, + { + "percent": "10000", + "reputation": 210988252196, + "rshares": 206704491, + "voter": "steem-hunter" + }, + { + "percent": "10000", + "reputation": 177442829544, + "rshares": 196428374, + "voter": "steem-it" + }, + { + "percent": "10000", + "reputation": 112560922140, + "rshares": 180703056, + "voter": "hobit" + }, + { + "percent": "10000", + "reputation": 64778738032, + "rshares": 167498659, + "voter": "sherlock-holmes" + }, + { + "percent": "10000", + "reputation": 22318612144, + "rshares": 155932330, + "voter": "sujoyks" + } + ], + "author": "benjojo", + "author_reputation": 71087197697999, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\n[*Pre-altered source image - jordygoovaerts-750531*](https://pixabay.com/en/users/jordygoovaerts0-750531/)\n\n[*Please click here if you would like to read Post 1, the beginning of the story*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds)\n\n[*Please click here if you would like to read the previous post*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14)\n\n**This is an original, write as I go, Steemit adventure**\n\n**Post 15**\n\n********************\nPresent\n********************\n\nThe battle for the Southern cities was not going well. The Ziff and Alliance fighters had mounted a heroic defense, but the Void Seeds were simply too many and too strong. The city traps had caused havoc, but the enemy had regrouped and regained the initiative. Finally, before all was lost, the order was given for everyone to pull back into the desert. The South was lost. Transports were in the process of being deployed to collect the survivors.\n\nThe Void Seeds allowed the defenders to disengage and proceeded to swarm all over the three intact cities. They drained the shield domes rapidly. As the shields collapsed, the Southern Daxiste-agorian flagship fired two white bone plasma rounds. It was a costly use of their most potent weapon but there was no choice. The Void Seeds, along with every Southern city, were vapourised.\n \nThe Alliance could not afford to expend the last plasma rounds. Sserwellia's Northern cities would have to be saved the hard way.\n \n********************\nPresent\n********************\n\nAnna\u2019s squads of Hoverflies were proving fairly effective at distracting the Void Seeds on the fringes but they were not inflicting much damage. The human fighters did not have the strength or speed to match the Void Seed in close combat. They had already sustained losses which she was finding difficult to bear.\n\nAhead, she saw a squad become embroiled within a mass of Void Seeds. They were rapidly being ripped from the Hoverflies and torn apart. \n\n\u201cOn me!\u201d\n\nHer squad crashed into the Void Seeds, pushing them back with several of her fighters using the impact and momentum of the Hoverflies to leap onto the chests of a number of Void Seeds. They attempted to plunge their white bone weapons into their chests.\n\nSome of the Void Seed went down, their hearts having been successfully speared, but others remained combat effective. One of her fighters, caught in the grip of a Void Seed, was crushed against it\u2019s chest until his back snapped with a loud crack and blood poured out of his mouth, nose and eyes. The Void Seed\u2019s trumpeting roar proclaimed it\u2019s victory and then it threw the body into another of her fighters, knocking her from her Hoverfly. \nWithout hesitation, Anna throttled up her Hoverfly and rammed it into the Void Seed. She tried to leap onto it\u2019s chest but her leg became tangled up and she fell to the ground. The Void Seed, smashed one of it\u2019s three, misshapen arms into the Hoverfly which crumpled and cracked down the middle. She looked around and realised that within moments, the two squads would be annihilated. \n\n\u201cPull back! Pull back!\u201d She cried.\n\nWhen they saw their commander lying on the ground, a Void Seed bearing down on her, the remaining fighters went into a frenzy, trying desperately to fight their way to her.\n \n\u201cNo! Pull\u2026..\u201d\n\nThe Void Seed picked her up by one leg and with sickening force, smashed her body into the side of her demolished Hoverfly.\n\n********************\nPresent\n********************\n\nJoshua had never been more filled with rage, but something was changing. The initial overwhelming fog seemed to be receding. In it\u2019s place came clarity. He could think. The rage was ever-present, powerful. Yet he could see clearly.\n\nAs he ran towards the Void Seeds, he scanned the ground for white bone. It wasn\u2019t long before he spotted a something. He diverted his course towards it and scooped it up. It appeared to be some kind of large, single edged, white bone katana. It would do nicely. He would be more combat effective now.\n\nHe reached the Void Seed and took the heads of the first two as he dove between them. Two others charged towards him. He rolled, taking a leg from each, then rammed the katana through each of their backs as they collapsed inwards.\n\nHe looked up and saw some of the human Hoverfly fighters mired in a vicious engagement with the enemy. He sprinted towards them. A large Void Seed had a human by the leg. Before he could reach them, the Void Seed brutally slammed her into the side of a busted Hoverfly.\n\n\u201cNo!\u201d\n\nJoshua\u2019s katana took the Void Seed\u2019s arm as it was about to slam her a second time. Both arm and body flew up into the air. He spun and rammed the blade into the Void Seed\u2019s heart, spun again and took it\u2019s head. He caught the body before it landed.\n\nSome of the other humans reached them as Joshua was carefully laying the woman down on the ground. They formed a perimeter and one of the fighters called for immediate backup. \n\n\u201cWho is this?\u201d Joshua asked.\n\n\u201cIt\u2019s our commander, Anna.\u201d Replied the frantic fighter.\n\nJoshua looked down at the woman. Her injuries appeared to be severe. Joshua was not a medic but he could see she was going to die very soon. Her breathing was very shallow. She had several superficial cuts but the real damage was likely to be internal.\n\nThe other Hoverfly squads had begun arriving, desperate to save their commander. They loved her. \nIn that moment, Joshua made a decision. He took the katana and opened the chest of the Void Seed he\u2019d just killed. He tore out its heart and brought it to Anna\u2019s prone body. He ripped several small chunks off with his teeth.\n\n\u201cWhat are you doing?!\u201d Shouted an older fighter grizzled hair. \n\nGary grabbed Joshua\u2019s arm.\n\n\u201cI think it\u2019s the only thing that might save her.\u201d Joshua replied quietly.\n\nGary looked deeply into Joshua\u2019s eyes. In that instant, Joshua saw the reflection of his own eyes. They were white. Gary\u2019s eyes were full of anguish then acceptance, followed by a grim determination.\n\n\u201cOk. Do it.\u201d\n\nJoshua began feeding small bits of the Void Seed heart to her, then gently rubbing her throat. Suddenly she arched back then forwards, her eyes wide and wild.\n\n\u201cMore!\u201d \n\nShe grabbed the heart and began to devour it. Black matter covered her face, mingling with her blood.\n\n********************\nPresent\n********************\n\nGary looked down at Anna, then at Joshua and back to Anna. There was no question she had been at death\u2019s door. He knew it by the terrible throbbing pain in his chest. When she had reared up and begun devouring the heart, he had almost jumped for joy. He didn\u2019t know what was happening, he didn\u2019t care. He loved Anna and she was alive, she had a chance. There was only one thing left to do. Join her in her fate, whatever that may be.\n\n\u201cOur Commander has eaten the heart of a Void Seed. She is alive.\u201d \n\nThe fighters all around the perimeter roared their approval. \n\n\u201cVoid Seed heart just went on the menu. Every man and woman must decide for themselves, but I will follow Anna in her fate.\u201d\n\nHe didn\u2019t hear the response from the human fighters if any. He struggled to the battle front and attacked the first Void Seed that came within reach. It swept him up in a massive arm, so he plunged his white bone knife down into it\u2019s wrist. As he was dropped to the ground, a leg swept out towards him. He spun to the side so that it missed him, then charged in close. He stabbed the inside of it\u2019s legs and up into it\u2019s groin. The Void Seed dropped down and transformed into a something like a bear, flinging him to his back. The Void Seed\u2019s maw closed upon Gary\u2019s shoulder as he thrust the knife into it\u2019s neck. The Void Seed reared back and lifted Gary as he clung to the embedded knife. Then, before he could be dislodged, he rammed the knife deep into it\u2019s chest, over and over. \nOne of the thrusts must have reach the heart because the Void Seed collapsed onto it\u2019s back. Without stopping, Gary ripped out the heart and began to devour it.", + "body_length": 8150, + "cashout_time": "2016-09-22T16:27:09", + "category": "writing", + "children": 28, + "created": "2016-09-15T16:27:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"sciencefiction\",\"fantasy\",\"adventure\"],\"image\":[\"https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\"],\"links\":[\"https://pixabay.com/en/users/jordygoovaerts0-750531/\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:27:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5205161482837, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "2.633 HBD", + "percent_hbd": 10000, + "permlink": "hearts-of-darkness-plague-of-the-void-seeds-15", + "post_id": 1255814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "total_payout_value": "0.000 HBD", + "url": "/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-15" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 374436234637, + "voter": "craig-grant" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234978, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303127003, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187597574, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25108240869, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418976078, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 2869523405, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 426460391, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9729857687, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 146722326, + "voter": "nang1" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 110179538, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13427725416, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109225703, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 450072622, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1046917496, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 16249910109, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1654142291, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6655628116, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339287005, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538453633, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

Today, we're sharing the fourth mouthgasm from the sustainable, healthy, free 5 course meal we catered for 100 people

\n

We love and honor food, and it is our pleasure to share! To learn about our unique and super sustainable relationship with it, please read our Steemit article.

\n

Feast your eyes on this earthy, hearty, steemy FOOD LOVE: 

\n

\n


\n

\n

We shared the technique for making frittatas here.

\n


\n

\n

Lemon Thai Basil is a GOE favorite! To learn more about the incredible healing properties of this delicious herb, please read our Wildcrafted Medicine post.

\n


\n

The 5th mouthgasm from our feast for 100 people was potentially the favorite: DESSERT! We'll share our Lady Finger Flavor Bomb Stax in an upcoming post.

\n


\n

For previous food formulas from our catered event:

\n

MOUTHGASM NO. 1 Cucumber Party Hats

\n

MOUTHGASM NO. 2 Dock and Corn Cake Towers

\n

MOUTHGASM NO. 3 Fresh Herbed Pizza on a Crispy Corny Crust

\n


\n

www.intothegardenofeden.com

\n


\n

\n
", + "body_length": 2635, + "cashout_time": "2016-09-22T16:24:36", + "category": "food", + "children": 14, + "created": "2016-09-15T16:24:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"steemy\",\"cooking\",\"steemianfoodnetwork\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/Frittata1faada.png\",\"https://www.steemimg.com/images/2016/09/15/Frittata291a72.png\",\"https://www.steemimg.com/images/2016/09/15/Frittata34463f.png\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/food/@gardenofeden/this-is-how-and-why-our-sustainable-community-fed-a-hundred-delicious-healthy-free-5-course-meals\",\"https://steemit.com/food/@gardenofeden/feasting-on-mouthgasmic-cuisine-in-our-sustainable-community\",\"https://steemit.com/food/@gardenofeden/world-class-sustainable-high-vibe-cuisine-recipe-and-photos-for-veggie-frittata\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-lemon-thai-basil-and-recipe\",\"https://steemit.com/food/@gardenofeden/garden-of-eden-food-love-formulas-healthy-delicious-beautiful-and-sustainable-recipes\",\"https://steemit.com/food/@gardenofeden/dock-and-corn-cake-towers-healthy-sustainable-delicious-and-beautiful-food-love-formulas\",\"https://steemit.com/food/@gardenofeden/mouthgasmic-steemy-food-love-fresh-herbed-pizza-on-crispy-corny-crust-formula-from-our-free-5-course-meal-for-100-people\",\"http://www.intothegardenofeden.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:24:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1583325293130, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.484 HBD", + "percent_hbd": 10000, + "permlink": "mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5", + "post_id": 1255792, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Mouthgasmic Steemy Food Love: WILD CRAFTED FRITTATA WITH LEMON THAI BASIL CHIMICHURRI ON SWEET POTATO LEAVES from our Free 5 Course Meal for 100 People", + "title": "Mouthgasmic Steemy Food Love: WILD CRAFTED FRITTATA WITH LEMON THAI BASIL CHIMICHURRI ON SWEET POTATO LEAVES from our Free 5 Course Meal for 100 People", + "total_payout_value": "0.000 HBD", + "url": "/food/@gardenofeden/mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 504201493814, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31621044834059, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231803784363, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1992555050222, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1912040731624, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053103615195, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2352777844031, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22390337604, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1576668025571, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466113536214, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452820496964, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 651951614915, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120381242465, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91328598326, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959198181, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5939784887153, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 446272257734, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9167804100, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22448634206, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816380174873, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5147541712, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284355351943, + "voter": "chitty" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 34575031962, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481762857054, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1578007819, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85270098112, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14692173218, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9604795718, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 18382400031, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1294872282183, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897365397, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471653540, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669811688, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584222819564, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 28116199940, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857648383, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177403714671, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106631248984, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061230469, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 46690451470, + "rshares": 936957207, + "voter": "slickwilly" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187804154, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2057367746, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11847990151, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962069747008, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61712174604, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49577333486, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24894446745, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400880323222, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56688940478, + "voter": "juanmiguelsalas" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33781859925, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787327103, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280717515045, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287383826, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121383360964, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42737137488, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 74286777275, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187597574, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49806164408, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 4091429870, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52090524796, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3989473346, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974764064, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158997516614, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 8603166550, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5165418905, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17538291453, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 261755903, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 39099397056, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 1083381628, + "rshares": 252977703, + "voter": "nexus1" + }, + { + "percent": "10000", + "reputation": 1260816217540, + "rshares": 1515818756, + "voter": "burmik123" + }, + { + "percent": "10000", + "reputation": 67719411972, + "rshares": 280713275, + "voter": "ksenia" + }, + { + "percent": "10000", + "reputation": 744428437430, + "rshares": 1649898982, + "voter": "trees" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 231686197, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 219133173153, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 19408082282, + "rshares": 251687687, + "voter": "playtime" + }, + { + "percent": "10000", + "reputation": 310449551325, + "rshares": 404548352, + "voter": "whitepeach" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6462652657, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1256448483, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136318424, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18770538147, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13787216422, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14167053756, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 266599021635, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2286950597, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 726313838, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8811980236, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 53424827264, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46856213520, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3801182358, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070465231, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167302364294, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12849414672, + "voter": "benjiberigan" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 932248554, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19717588129, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506039536, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32542976852, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609548617, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 541016983, + "voter": "qonq99" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615752038, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 119983138, + "voter": "pokemon" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6939662161, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 43638419601, + "voter": "claudiop63" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267164725, + "voter": "proto" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7222403812, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1444237397, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1838367968, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353872300, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734116589, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "4800", + "reputation": 4964569405579, + "rshares": 4999720649, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2077201153, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255401498427, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561432292, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7994421908, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51843535316, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1938401760, + "voter": "flysaga" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501627790, + "voter": "gmurph" + }, + { + "percent": "2100", + "reputation": 1038813018744, + "rshares": 1691577797, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11452681912, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327843962, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190252928, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323749960, + "voter": "kurtbeil" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28644139641, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1349109906, + "voter": "dolov" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1293603524, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103394476995, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855492830, + "voter": "oflyhigh" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895550716, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2118152083, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1156101266, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8410164039, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033050865, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1805262907, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26819912795, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93801736989, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118219525, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077267800, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4879530405, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9253395112, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4751552849, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 136485885, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13839238841, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 169608367, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 21156422, + "rshares": 59295031, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24294717617, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 55367485477, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 76072115, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196862373, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783607101, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2249900457, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 2056057288, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54247555535, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 1086106040, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54175638, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157957231026, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201688406600, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 60610693, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55341943517, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 501717591495, + "rshares": 517900727, + "voter": "mohamedmashaal" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20617809185, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753290068, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339274981, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147786454, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 71955428, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51232949, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2118281183, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90053391, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 239963421, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527464783, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160975092, + "voter": "user45-87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157182398, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156043541, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135637537, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 17761298, + "rshares": 153397644, + "voter": "milank" + }, + { + "percent": "10000", + "reputation": 11959732, + "rshares": 153325742, + "voter": "denise12" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Hello everyone. I did not write anything about World War II for a long time. So today I decided to tell you about the Tank Destroyers. About the machines, specialization of which was the destruction of tanks. In this article I will talk about the classic representatives of this class.\n>\u0412\u0441\u0456\u043c \u043f\u0440\u0438\u0432\u0456\u0442. \u0414\u0430\u0432\u043d\u0435\u043d\u044c\u043a\u043e \u044f \u043d\u0435 \u043f\u0438\u0441\u0430\u0432 \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0430 \u0442\u0435\u043c\u0443 \u0414\u0440\u0443\u0433\u043e\u0457 \u0421\u0432\u0456\u0442\u043e\u0432\u043e\u0457. \u0406 \u043e\u0441\u044c \u0441\u044c\u043e\u0433\u043e\u0434\u043d\u0456 \u044f \u0432\u0438\u0440\u0456\u0448\u0438\u0432 \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u0432\u0430\u043c \u043f\u0440\u043e \u041f\u0422-\u0421\u0410\u0423. \u041f\u0440\u043e \u043c\u0430\u0448\u0438\u043d\u0438, \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u0454\u044e \u044f\u043a\u0438\u0445 \u0431\u0443\u043b\u043e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0423 \u0446\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u044f \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u043c \u043f\u0440\u043e \u043a\u043b\u0430\u0441\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043d\u0438\u043a\u0456\u0432 \u0441\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443.\n\n# StuG III\nhttp://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\n\nLet's start with the most produced Tank Destroyer in the history. At the beginning of the WW II German command decided to create a mobile artillery on the basis of existing tanks, which would be able to support the infantry. The priority in new machine were the firepower, a good armor and cheapness. The firm Daimler-Benz successfully embodied these wishes into reality. There were about eight versions of StuG III, however, the main was Ausf. G. The cost of production of one StuG was quite low - 83 000 DM. Total was released 10500 machines. The basis for the creation was German tank PzKpfw III.\nInitially StuG III was equipped with a short-75mm gun, but when good armored Soviet T-34 came to the fronts, it was decided to replace short gun with a new long-barreled 75mm cannon Stuk 40 L / 48, which surely hit the Soviet tanks. StuG armor was quite good \u2013 50 mm in a front took a punch at a distance of 1 km. StuG III was very compact in a size and had good mobility. The main disadvantage was little size which allowed bad conditions for crew working. StuG III took active part in a war from the very beginning to its end. \nhttp://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\n\n>\u041f\u043e\u0447\u043d\u0435\u043c\u043e \u0437 \u043d\u0430\u0439\u043c\u0430\u0441\u043e\u0432\u0456\u0448\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432 \u0456\u0441\u0442\u043e\u0440\u0456\u0457. \u041d\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0440\u0456\u0448\u0438\u043b\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0443 \u0430\u0440\u0442\u0438\u043b\u0435\u0440\u0456\u044e \u043d\u0430 \u0431\u0430\u0437\u0456 \u0432\u0436\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0445 \u0442\u0430\u043d\u043a\u0456\u0432, \u0437\u0434\u0430\u0442\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043f\u0456\u0445\u043e\u0442\u0443. \u041f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0432\u043e\u0433\u043d\u0435\u0432\u0430 \u043c\u0456\u0446\u044c, \u0433\u0430\u0440\u043d\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0456 \u0434\u0435\u0448\u0435\u0432\u0438\u0437\u043d\u0430. \u0424\u0456\u0440\u043c\u0430 Daimler-Benz \u0432\u0434\u0430\u043b\u043e \u0432\u0442\u0456\u043b\u0438\u043b\u0430 \u0446\u0456 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u043d\u044f \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439 StuG III, \u043f\u0440\u043e\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u044e \u0431\u0443\u043b\u0430 Ausf. G. \u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u043e\u0441\u0438\u0442\u044c \u043d\u0438\u0437\u044c\u043a\u043e\u044e - 83 000 \u043c\u0430\u0440\u043e\u043a. \u0421\u0443\u043c\u0430\u0440\u043d\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 10500 \u043c\u0430\u0448\u0438\u043d. \u0411\u0430\u0437\u043e\u044e \u0434\u043b\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0432 \u0442\u0430\u043d\u043a PzKpfw III.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 StuG III \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u0432\u0441\u044f \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u043e\u044e 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u043e\u0434\u043d\u0430\u043a \u0437 \u043f\u043e\u044f\u0432\u043e\u044e \u043d\u0430 \u0444\u0440\u043e\u043d\u0442\u0430\u0445 \u0422-34 \u0431\u0443\u043b\u043e \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 \u043d\u043e\u0432\u0443 \u0434\u043e\u0432\u0433\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u0443 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443 Stuk 40 L / 48, \u044f\u043a\u0430 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0432\u0440\u0430\u0436\u0430\u043b\u0430 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0456 \u0442\u0430\u043d\u043a\u0438. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0443 \u043b\u043e\u0431\u0456 \u0431\u0443\u043b\u0430 50 \u043c\u043c \u0456 \u0442\u0440\u0438\u043c\u0430\u043b\u0430 \u0443\u0434\u0430\u0440 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1 \u043a\u043c. StuG III \u0432\u0456\u0434\u0440\u0456\u0437\u043d\u044f\u0432\u0441\u044f \u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0438\u043c\u0438 \u0440\u043e\u0437\u043c\u0456\u0440\u0430\u043c\u0438, \u0445\u043e\u0440\u043e\u0448\u043e\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456\u0441\u0442\u044e \u0442\u0430 \u043d\u0435\u043f\u043e\u0433\u0430\u043d\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0435\u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0437\u0430 \u0431\u0440\u043e\u043d\u044c\u043e\u0432\u0438\u0439 \u043f\u0440\u043e\u0441\u0442\u0456\u0440. \u041c\u0430\u0448\u0438\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0431\u0440\u0430\u043b\u0430 \u0443\u0447\u0430\u0441\u0442\u044c \u0437 \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u0456 \u0434\u043e \u0457\u0457 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f.\n\n# Su-85 (100) \u0421\u0423-85 (100)\nhttp://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\n\nTowards in 1943 it became clear for the Soviet command that to deal effectively with new German tanks Soviet army required new, more modern machines and Tank Destroyers. It was decided to create new Tank Destroyer based on the T-34, driving performance and armor of which were very good. Development of a new machine was conducted at Uralmash factory.\nSu-85 had a new long-barreled 85mm gun, similar to that which will soon be installed at T-34-85. This gun was able to destroy enemy medium tanks at the distance of over a kilometer, and heavy tanks \u2013 at 800 meters to a front plate. The gun was placed in the middle part of the Tanks Destroyer body and had angles of + - 8 degrees. Also the inside size of tanks was nice which allowed good conditions for crew working. Driving characteristics inherited from the T-34-85. Armor (45 mm at the front with big armor slope) provided good protection against German medium tanks. A little later, with the release of the T-34-85, SU-85 was converted under the new 100mm gun. It was a tool for successfully destroying any enemy tanks, including Tiger 2. Also Su-100 had a very low silhouette, which contributed to an excellent disguise. Observation and aiming devices have been improved. SU-100 was easy to maintain. This Tank Destroyer applied to the end of the WW II. Total were released 4976 SU-100 and 2050 SU-85.\nhttp://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\n\n>\u0411\u043b\u0438\u0436\u0447\u0435 \u0434\u043e 1943 \u0440\u043e\u043a\u0443 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044e \u0441\u0442\u0430\u043b\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0449\u043e \u0434\u043b\u044f \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0457 \u0431\u043e\u0440\u043e\u0442\u044c\u0431\u0438 \u0437 \u043d\u043e\u0432\u0438\u043c\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u043c\u0438 \u0442\u0430\u043d\u043a\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0431\u0456\u043b\u044c\u0448 \u0441\u0443\u0447\u0430\u0441\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438. \u0411\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043d\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0442\u0430\u043d\u043a\u0430 \u0422-34, \u0445\u043e\u0434\u043e\u0432\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0456 \u0431\u0440\u043e\u043d\u044f \u044f\u043a\u043e\u0433\u043e \u0431\u0443\u043b\u0438 \u0434\u0443\u0436\u0435 \u0445\u043e\u0440\u043e\u0448\u0456. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u043d\u043e\u0432\u043e\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432\u0435\u043b\u0430\u0441\u044f \u043d\u0430 \u0423\u0440\u0430\u043b\u043c\u0430\u0448\u0437\u0430\u0432\u043e\u0434\u0456.\n\u0421\u0423-85 \u043c\u0430\u043b\u0430 \u043d\u043e\u0432\u0443 85\u043c\u043c \u043d\u0430\u0440\u0456\u0437\u043d\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u0430\u043d\u0430\u043b\u043e\u0433\u0456\u0447\u043d\u0443 \u0437 \u0442\u043e\u044e, \u044f\u043a\u0430 \u043d\u0435\u0437\u0430\u0431\u0430\u0440\u043e\u043c \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u0442 34-85. \u0412\u043e\u043d\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0440\u0430\u0436\u0430\u0442\u0438 \u0441\u0435\u0440\u0435\u0434\u043d\u0456 \u0442\u0430\u043d\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0457 \u0431\u0456\u043b\u044c\u0448\u0435 \u043a\u0456\u043b\u043e\u043c\u0435\u0442\u0440\u0430, \u0430 \u0432\u0430\u0436\u043a\u0456 - \u043d\u0430 800 \u043c\u0435\u0442\u0440\u0430\u0445. \u0413\u0430\u0440\u043c\u0430\u0442\u0430 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043f\u0440\u044f\u043c\u043e \u0432 \u043a\u043e\u0440\u043f\u0443\u0441 \u0456 \u043c\u0430\u043b\u043e \u043a\u0443\u0442\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0432 + - 8 \u0433\u0440\u0430\u0434\u0443\u0441\u0456\u0432. \u041a\u043e\u0440\u043f\u0443\u0441 \u0431\u0443\u0432 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u0439 \u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0437 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u0425\u043e\u0434\u043e\u0432\u0456 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0421\u0423 \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u0442-34. \u0411\u0440\u043e\u043d\u044f (45\u043c\u043c \u043f\u0456\u0434 \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0437\u0430\u0445\u0438\u0441\u0442 \u0432\u0456\u0434 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u0441\u0435\u0440\u0435\u0434\u043d\u0456\u0445 \u0442\u0430\u043d\u043a\u0456\u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u0422\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0437 \u0432\u0438\u0445\u043e\u0434\u043e\u043c \u0442\u0430\u043d\u043a\u0430 \u0442 34-85 \u0421\u0443\u0448\u043a\u0438 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u0456 \u043f\u0456\u0434 \u043d\u043e\u0432\u0443 100\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0426\u044f \u0433\u0430\u0440\u043c\u0430\u0442 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0431\u043e\u0440\u043e\u0442\u0438\u0441\u044f \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0442\u0430\u043d\u043a\u043e\u043c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0456 \u0422\u0438\u0433\u0440 2. \u0422\u0430\u043a\u043e\u0436 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442 \u043c\u0430\u0448\u0438\u043d\u0438, \u044f\u043a\u0438\u0439 \u0441\u043f\u0440\u0438\u044f\u0432 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u043e\u043c\u0443 \u043c\u0430\u0441\u043a\u0443\u0432\u0430\u043d\u043d\u044e. \u0411\u0443\u043b\u0438 \u043f\u043e\u043b\u0456\u043f\u0448\u0435\u043d\u0456 \u043f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0439 \u043f\u0440\u0438\u0446\u0456\u043b\u044e\u0432\u0430\u043d\u043d\u044f. \u0422\u0435\u0445\u043d\u0456\u043a\u0430 \u0431\u0443\u043b\u0430 \u043f\u0440\u043e\u0441\u0442\u0430 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0426\u044f \u041f\u0422-\u0421\u0410\u0423 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u043b\u0430\u0441\u044f \u0434\u043e \u0441\u0430\u043c\u043e\u0433\u043e \u043a\u0456\u043d\u0446\u044f \u0432\u0456\u0439\u043d\u0438. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 4976 \u0421\u0423-100 \u0456 2050 \u0421\u0423-85.\n\n# Jagdpanther (\u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430)\nhttp://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\n\nIn the middle of 1942 the German command decided to create a new Tank Destroyer with 88mm anti-tank gun Pak-43, using the basis of medium tank \u201cPanther\u201d. The development of this Tank Destroyer at first was carried by a Krupp company, then it was given to a Daimler-Benz and at last it was finished by a MIAG company. So, the destiny of Jagdpather was hard. The development has been complicated by the regular air raids allies, constant shortage of necessary parts and confusion in the serial versions of the machine. Jagdpanther took the most actively part in the Ardennes offensive and the Balaton operation.\nhttp://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\n\nIn general, as a Tank Destroyer Jagdpanthere was great. Maneuverability and speed characteristics were good because of using \u201cPanther\u201d basis. Armor of Jagdpanthere (80 mm in the front with a good armor slope) confidently defended the machine and a crew at the distance of 800 meters from all Soviet tanks. The new 88mm anti-tank gun allowed to destroy the enemy at a distance of 1km. Rate of fire at the same time was very high - 8 rounds per minute. The fighting compartment inside of a car was spacious and was equipped with ventilation, increasing the convenience of the crew working. And don\u2019t forget than Jagdpanther had a low silhouette. The disadvantages were the relatively high cost of the machine (due to the use of scarce materials), unreliability and complexity of the transmission service. Jagdpanther has established itself as a formidable and dangerous opponent, specializing in the destruction of tanks. Total were produced 392 cars.\nhttp://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\n\n>\u0423 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0438 1942 \u0440\u043e\u043a\u0443 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u043b\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u041f\u0422-\u0421\u0410\u0423 \u0437 \u043d\u043e\u0432\u043e\u044e \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u043e\u044e 88\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e \u0420\u0430\u043a-43 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e\u0433\u043e \u0442\u0430\u043d\u043a\u0430 \u041f\u0430\u043d\u0442\u0435\u0440\u0430. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 \u041f\u0422-\u0421\u0410\u0423 \u0441\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0435\u043b\u0430 \u0444\u0456\u0440\u043c\u0430 \u041a\u0440\u0443\u043f\u043f, \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0434\u043e\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e Daimler-Benz, \u0430 \u0432 \u0441\u0430\u043c\u043e\u043c\u0443 \u043a\u0456\u043d\u0446\u0456 - MIAG. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0431\u0443\u043b\u0430 \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0435\u043d\u0430 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u043c\u0438 \u0430\u0432\u0456\u0430 \u043d\u0430\u043b\u044c\u043e\u0442\u0430\u043c\u0438 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0456\u0432, \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0447\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0456 \u043f\u043b\u0443\u0442\u0430\u043d\u0438\u043d\u043e\u044e \u0432 \u0441\u0435\u0440\u0456\u0439\u043d\u0438\u0445 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f\u0445 \u043c\u0430\u0448\u0438\u043d\u0438. \u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0438 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0432 \u0410\u0440\u0434\u0435\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043d\u0430\u0441\u0442\u0443\u043f\u0456 \u0442\u0430 \u0411\u0430\u043b\u0430\u0442\u043e\u043d\u0441\u044c\u043a\u0456\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0457.\n\u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043a\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u0432\u0434\u0430\u043b\u043e\u044e. \u0425\u043e\u0434\u043e\u0432\u0456 \u0456 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0432\u043e\u043d\u0430 \u0446\u0456\u043b\u043a\u043e\u043c \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u041f\u0430\u043d\u0442\u0435\u0440\u0438 \u0456 \u0432\u043e\u043d\u0438 \u0431\u0443\u043b\u0438 \u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 (80 \u043c\u043c \u0432 \u043b\u043e\u0431\u0456 \u043f\u0456\u0434 \u0445\u043e\u0440\u043e\u0448\u0438\u043c \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0437\u0430\u0445\u0438\u0449\u0430\u043b\u0430 \u0457\u0457 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u044f\u0445 \u0432\u0456\u0434 800 \u043c\u0435\u0442\u0440\u0456\u0432. \u041d\u043e\u0432\u0430 88\u043c\u043c \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0430 \u0433\u0430\u0440\u043c\u0430\u0442\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0438\u0446\u0456\u043b\u044c\u043d\u0438\u0439 \u0432\u043e\u0433\u043e\u043d\u044c \u043f\u043e \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0443 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1\u043a\u043c. \u0422\u0435\u043c\u043f \u0441\u0442\u0440\u0456\u043b\u044c\u0431\u0438 \u043f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u0431\u0443\u0432 \u0434\u0443\u0436\u0435 \u0432\u0438\u0441\u043e\u043a\u0438\u0439 - 8 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443. \u0411\u043e\u0439\u043e\u0432\u0435 \u0432\u0456\u0434\u0434\u0456\u043b\u0435\u043d\u043d\u044f \u043c\u0430\u0448\u0438\u043d\u0438 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u043c \u0456 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0454\u044e, \u0449\u043e \u043f\u0456\u0434\u0432\u0438\u0449\u0443\u0432\u0430\u043b\u043e \u0437\u0440\u0443\u0447\u043d\u043e\u0441\u0442\u0456 \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u041f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0456 \u043f\u0440\u0438\u0446\u0456\u043b\u0438 \u0431\u0443\u043b\u0438 \u044f\u043a \u0437\u0430\u0432\u0436\u0434\u0438 \u043d\u0430 \u0432\u0438\u0449\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u041f\u0422-\u0421\u0410\u0423 \u043c\u0430\u043b\u0430 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0432\u0438\u0441\u043e\u043a\u0443 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043c\u0430\u0448\u0438\u043d\u0438 (\u0447\u0435\u0440\u0435\u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0434\u0435\u0444\u0456\u0446\u0438\u0442\u043d\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432), \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043c\u0456\u0441\u0456\u0457 \u0456 \u0441\u043a\u043b\u0430\u0434\u043d\u0456\u0441\u0442\u044c \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0422\u0430\u043a\u043e\u0436 \u043d\u0435\u0437\u0430\u0434\u043e\u0432\u0456\u043b\u044c\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0431\u0440\u043e\u043d\u044f \u0431\u043e\u0440\u0442\u0456\u0432. \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430 \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0432\u0430\u043b\u0430 \u0441\u0435\u0431\u0435 \u044f\u043a \u0433\u0440\u0456\u0437\u043d\u0438\u0439 \u0456 \u043d\u0435\u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a, \u0449\u043e \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 392 \u043c\u0430\u0448\u0438\u043d\u0438.\n\n# M18 \u201cHellcat\u201d\nhttp://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\n\nThe design of the American Tank Destroyer was caused by the US military doctrine. In contrast to the Germans and the Soviets, who had good-armored Tank Destroyers with a powerful anti-tank gun and mediocre mobility, American Tank Destroyers were oriented on a good mobility firstly. M18 was developed for quickly interception of enemy tank formations and the destruction of their flanks. This also caused the weak armor, small caliber of guns and excellent mobility equipment. M18 had been developed by General Motors Buick Division, the cost of one machine was 57,000 dollars. Total it was produced 2507 M18.\nAt first it was planned to put the 37mm gun, but very soon it was decided to replace it by the 57mm British gun. But this was not enough, and in the final version M18 was equipped with a 76mm cannon from Shermans. New Tank Destroyer had a very light weight, had weak armor (20mm in the forehead) and the rotating tower, which was unusual for that time. Suspension provides the convenience of driving on rough terrain; the engine allowed reaching speed up to 45 km per hour. M18 was easy to operate and convenient to use. In general, the machine was ambiguous, absorbing a lot of bold decisions.\nhttp://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\n\n>\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0438\u043d\u0438\u0449\u0443\u0432\u0430\u0447\u0430 \u0442\u0430\u043d\u043a\u0456\u0432 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u0435\u043d\u0430 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u044e \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u043e\u044e \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u043e\u044e. \u041d\u0430 \u0432\u0456\u0434\u043c\u0456\u043d\u0443 \u0432\u0456\u0434 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u0445 \u0456 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0438\u0445 \u0430\u0440\u043c\u0456\u0439, \u0443 \u044f\u043a\u0438\u0445 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u043c\u0430\u043b\u0438 \u0433\u0430\u0440\u043d\u0443 \u043b\u043e\u0431\u043e\u0432\u0443 \u0431\u0440\u043e\u043d\u044e, \u043f\u043e\u0442\u0443\u0436\u043d\u0443 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443 \u0456 \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044e \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c, \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u0456 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u043b\u0438 \u0431\u0443\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456. \u041c18 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0434\u043b\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u043e\u0432\u0438\u0445 \u0437'\u0454\u0434\u043d\u0430\u043d\u044c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u0456 \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0457\u0445 \u0437 \u0444\u043b\u0430\u043d\u0433\u0456\u0432. \u0426\u0438\u043c \u0456 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u0441\u043b\u0430\u0431\u043a\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0430\u043b\u0456\u0431\u0440 \u0433\u0430\u0440\u043c\u0430\u0442\u0438 \u0456 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u0430 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0442\u0435\u0445\u043d\u0456\u043a\u0438. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0432\u0435\u043b\u0430\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e General Motors Buick Division, \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u043c\u0430\u0448\u0438\u043d\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0430 57000 \u0434\u043e\u043b\u0430\u0440\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 2507 \u041f\u0422-\u0421\u0410\u0423 \u041c18.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0438 37\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u043f\u0440\u043e\u0442\u0435 \u0434\u0443\u0436\u0435 \u0441\u043a\u043e\u0440\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 57\u043c\u043c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u044c\u043a\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0410\u043b\u0435 \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u044f\u0432\u0438\u043b\u043e\u0441\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e, \u0456 \u0432 \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456 \u041c18 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u0430\u0441\u044f 76\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u0449\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043d\u0430 \u0442\u0430\u043d\u043a\u0438 \u0428\u0435\u0440\u043c\u0430\u043d. \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u0443\u0436\u0435 \u043b\u0435\u0433\u043a\u0430, \u043c\u0430\u043b\u0430 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u0443\u043b\u044c\u043e\u0432\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f (20\u043c\u043c \u0432 \u043b\u043e\u0431\u0456) \u0456 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0443 \u0431\u0430\u0448\u0442\u0443, \u0449\u043e \u0431\u0443\u043b\u043e \u043d\u0435\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u043d\u043e \u0434\u043b\u044f \u041f\u0422-\u0421\u0410\u0423 \u0442\u043e\u0433\u043e \u0447\u0430\u0441\u0443. \u041f\u0456\u0434\u0432\u0456\u0441\u043a\u0430 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0457\u0437\u0434\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u0441\u0456\u0447\u0435\u043d\u0456\u0439 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0441\u0442\u0456, \u0434\u0432\u0438\u0433\u0443\u043d \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0440\u043e\u0437\u0432\u0438\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0434\u043e 45 \u043a\u043c \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0443. \u041c18 \u0431\u0443\u0432 \u043f\u0440\u043e\u0441\u0442\u0438\u0439 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456 \u0456 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u0457. \u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u043c\u0430\u0448\u0438\u043d\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u043d\u0435\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e\u044e, \u0443\u0432\u0456\u0431\u0440\u0430\u0432\u0448\u0438 \u0432 \u0441\u0435\u0431\u0435 \u0431\u0435\u0437\u043b\u0456\u0447 \u0441\u043c\u0456\u043b\u0438\u0432\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c.\n\nAt the end I want to say, that the birth of Tank destroyers was caused by the necessary of destroying heavy enemy techniques. Next time I will tell you about machines with a real \u201cBig Guns\u201d.\n>\u041d\u0430 \u0446\u044c\u043e\u043c\u0443 \u043c\u0456 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c\u043e \u043d\u0430\u0448\u0435 \u0437\u043d\u0430\u0439\u043e\u043c\u0441\u0442\u0432\u043e \u0437 \u043a\u043b\u0430\u0441\u043e\u043c \u041f\u0422-\u0421\u0410\u0423. \u041f\u043e\u044f\u0432\u0430 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0431\u0443\u043b\u0430 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043d\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u0441\u0442\u044e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0432\u0430\u0436\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u041d\u0430 \u0447\u0435\u0440\u0437\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0437 \u0434\u0456\u0439\u0441\u043d\u043e \u0432\u0435\u043b\u0438\u043a\u0438\u043c\u0438 \u043a\u0430\u043b\u0456\u0431\u0440\u0430\u043c\u0438. \n\n***don't forget to follow @burmik123***", + "body_length": 12236, + "cashout_time": "2016-09-22T15:48:12", + "category": "tanks", + "children": 20, + "created": "2016-09-15T15:48:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tanks\",\"ua\",\"war\"],\"users\":[\"burmik123\"],\"image\":[\"http://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\",\"http://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\",\"http://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\",\"http://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\",\"http://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\",\"http://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\",\"http://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\",\"http://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\",\"http://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:20:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64027086650725, + "parent_author": "", + "parent_permlink": "tanks", + "pending_payout_value": "239.682 HBD", + "percent_hbd": 10000, + "permlink": "title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author", + "post_id": 1255397, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "title": "Steel monsters. Tank Destroyers of WW II. ENG\\UA (featuring @burmik123 as author)", + "total_payout_value": "0.000 HBD", + "url": "/tanks/@gavvet/title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 27814176695531, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7145643497594, + "voter": "skywalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1968124814276, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052934239988, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6596087814836, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864938197, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1576018783851, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466052314352, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 636514783207, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120252422964, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681020986865, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91328598326, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959124583, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330868635495, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 445757361586, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 443132842669, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9167255683, + "voter": "idol" + }, + { + "percent": "500", + "reputation": 37454101478493, + "rshares": 18955732033, + "voter": "chitty" + }, + { + "percent": "1000", + "reputation": 9469162, + "rshares": 8232133931, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 139694054199, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14501486968, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1577916417, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9604795718, + "voter": "gregory60" + }, + { + "percent": "1068", + "reputation": 12382143533351, + "rshares": 89897248149, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5641144936, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584162335269, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 7186758, + "rshares": 469184158, + "voter": "jeffanthonyfds" + }, + { + "percent": "3500", + "reputation": 15755437221598, + "rshares": 10461841838, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 36656769992, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177393957447, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106629500909, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061210624, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230682263, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985518335179, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61711048609, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50879221096, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 63100175656, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400866642793, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410502622, + "voter": "applecrisp" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787116636, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280678620376, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121380113922, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208331842756, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 76009124707, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635215678, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "3500", + "reputation": 17405459234693, + "rshares": 19099829330, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 94445685167, + "rshares": 813595892, + "voter": "poias" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418976078, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1642983170, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73849034695, + "voter": "rubybian" + }, + { + "percent": "3500", + "reputation": 4066839697461, + "rshares": 3058898852, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17903672525, + "voter": "konstantin" + }, + { + "percent": "3500", + "reputation": 744428437430, + "rshares": 572413932, + "voter": "trees" + }, + { + "percent": "3500", + "reputation": 2906973892, + "rshares": 83801390, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2597453094, + "voter": "romel" + }, + { + "percent": "3500", + "reputation": 675716972978, + "rshares": 276570042, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 120546538382, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6462652657, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 590190776, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 607124531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18371164995, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516878845, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487855165, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209499465, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258981906731, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 117757790207, + "voter": "pkattera" + }, + { + "percent": "100", + "reputation": 5740590214206, + "rshares": 274155883, + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 55698224169, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7313749376, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782652880, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167298234999, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4544488912, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946556816, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506024506, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82781233416, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86528557116, + "voter": "rea" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615586375, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 35105434017, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8507360175, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 309088757, + "voter": "sergey44" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267159012, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34304658614, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 611258547, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 42379649186, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 8561737881023, + "rshares": 25636155654, + "voter": "pixielolz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 59131994286, + "rshares": 1033757233, + "voter": "neowenyuan27" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353832611, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 121680301, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 896285424, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734048037, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213074787308, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157504637007, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4890234271, + "voter": "satoshifpv" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693771864, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42635136908, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 252723433247, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16251975438, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9691515710, + "voter": "flysaga" + }, + { + "percent": "1068", + "reputation": 1751717743, + "rshares": 2501627790, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 55828810753, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281232336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 139631233866, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6952769870, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103387869456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4365575224, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 42833125455, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033050865, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9025821447, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9729857687, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591097626, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3286864056, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 332237822, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56654664918, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 69986345, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 56405368, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 115288656029, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2163490459, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1857811307, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053551216, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180241566, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54241809836, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53070013, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068760608, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 184881039384, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 232386397, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330365849, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 201122420257, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55335930229, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1369339863, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339273477, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4647741844, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 70282046, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50225780, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72826233, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144899746, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158676075, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 304461322, + "voter": "james1987" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 3795712999, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156043541, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1534731729, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155452864, + "voter": "jyriygo" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153284499, + "voter": "daniel1974" + } + ], + "author": "steempower", + "author_reputation": 124209883737229, + "beneficiaries": [], + "body": "![](https://s18.postimg.org/fcl7ffx1l/ripple.png)\n## Ripple has raised another 55 Million in its latest round of funding bringing it total raised to 93 Million.\n\nThe news has reached mainstream news services such as CNBC, WSJ, Reuters and the like. News seems to be first released 2 hours ago 12:35 pm; Thursday, 15 September 2016.\n\n### News Articles:\n[CoinDesk](http://www.coindesk.com/ripple-blockchain-55-million-series-b/)\n[CNBC](http://www.cnbc.com/2016/09/15/google-backed-blockchain-start-up-ripple-raises-55-million-from-big-banks.html)\n[WSJ](http://www.wsj.com/articles/bitcoin-firm-ripple-gets-55-million-in-funding-1473944401)\n[Reuters ](http://in.reuters.com/article/tech-blockchain-ripple-idINL8N1BR24Z)\n\nAccording to the article linked above (CNBC) 'The start-up is currently working with 15 of the top 50 global banks including UBS and Santander.'\n\nNew and existing investors were involved in the new Ripple funding round. New investors included Accenture Ventures, SBI Holdings, SCB Digital Ventures, Standard Chartered PLC, and the investment arm of Thailand\u2019s Siam Commercial Bank. Existing investors that joined in this round included a Banco Santander SA venture fund, the venture arms of CME Group Inc. and Seagate Technology, and Venture 51.\n\nObviously this is good news for ripple with 55 Million accounting for 20-25% of their market cap before today's rally, the current price of XRP is 0.00001760 BTC and 2 hours ago it was trading for below 0.00001000 BTC, it has seen a large move already price wise although volume is still relatively small at this time, we could be in for an interesting time while this initial excitement settles in\n![](https://www.coinigy.com/assets/img/charts/57dab3f3.png)", + "body_length": 1723, + "cashout_time": "2016-09-22T14:58:21", + "category": "ripple", + "children": 10, + "created": "2016-09-15T14:58:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ripple\",\"crypto-news\",\"beyondbitcoin\",\"money\",\"trading\"],\"image\":[\"https://s18.postimg.org/fcl7ffx1l/ripple.png\",\"https://www.coinigy.com/assets/img/charts/57dab3f3.png\"],\"links\":[\"http://www.coindesk.com/ripple-blockchain-55-million-series-b/\",\"http://www.cnbc.com/2016/09/15/google-backed-blockchain-start-up-ripple-raises-55-million-from-big-banks.html\",\"http://www.wsj.com/articles/bitcoin-firm-ripple-gets-55-million-in-funding-1473944401\",\"http://in.reuters.com/article/tech-blockchain-ripple-idINL8N1BR24Z\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:58:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63885038592928, + "parent_author": "", + "parent_permlink": "ripple", + "pending_payout_value": "238.227 HBD", + "percent_hbd": 10000, + "permlink": "ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour", + "post_id": 1254813, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ripple raises $55 million from big banks - Series B - XRP Prices jumped 60% to 0.0001600 within 1 hour", + "title": "Ripple raises $55 million from big banks - Series B - XRP Prices jumped 60% to 0.0001600 within 1 hour", + "total_payout_value": "0.000 HBD", + "url": "/ripple/@steempower/ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 7032433141781, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1575997134259, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 763886034083, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408499254, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619440533, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1272853996010, + "voter": "gavvet" + }, + { + "percent": "725", + "reputation": 12382143533351, + "rshares": 59931498766, + "voter": "eeks" + }, + { + "percent": "8400", + "reputation": 4931834878069, + "rshares": 20662794100, + "voter": "fkn" + }, + { + "percent": "8400", + "reputation": 5414208804644, + "rshares": 27159952286, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061217841, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 74015979146, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 804531404354, + "voter": "anwenbaumeister" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652554408, + "voter": "grandpere" + }, + { + "percent": "8400", + "reputation": 598181152117, + "rshares": 176284679547, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87895502383, + "voter": "gtg" + }, + { + "percent": "8400", + "reputation": 19111656178138, + "rshares": 100865470891, + "voter": "furion" + }, + { + "percent": "8400", + "reputation": 3891722, + "rshares": 495760251, + "voter": "barbara2" + }, + { + "percent": "8400", + "reputation": 9142611234, + "rshares": 537911341, + "voter": "ch0c0latechip" + }, + { + "percent": "8400", + "reputation": 3871042, + "rshares": 509984606, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 823155684, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854512371, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782652880, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 954223632, + "voter": "keyser" + }, + { + "percent": "8400", + "reputation": 782596410473, + "rshares": 3845406227, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3886401029, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 530196643, + "voter": "qonq99" + }, + { + "percent": "8400", + "reputation": 10519849768972, + "rshares": 16756980257, + "voter": "positive" + }, + { + "percent": "8400", + "reputation": 17698439393799, + "rshares": 28888710865, + "voter": "sisterholics" + }, + { + "percent": "8400", + "reputation": 147425730, + "rshares": 564195321, + "voter": "fnait" + }, + { + "percent": "8400", + "reputation": 3720753029, + "rshares": 513457179, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1838905726, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1817367614, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3276506793, + "voter": "sulev" + }, + { + "percent": "8400", + "reputation": 10771708337101, + "rshares": 1021559004312, + "voter": "laonie" + }, + { + "percent": "8400", + "reputation": 18027204457681, + "rshares": 35973973159, + "voter": "myfirst" + }, + { + "percent": "8400", + "reputation": 5776723480371, + "rshares": 207366992790, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16251975438, + "voter": "sunshine" + }, + { + "percent": "8400", + "reputation": 206355094166, + "rshares": 7995659217, + "voter": "flysaga" + }, + { + "percent": "725", + "reputation": 1751717743, + "rshares": 1667751860, + "voter": "gmurph" + }, + { + "percent": "8400", + "reputation": 97845484474, + "rshares": 45809226756, + "voter": "midnightoil" + }, + { + "percent": "8400", + "reputation": 3016325652890, + "rshares": 114571748006, + "voter": "xiaohui" + }, + { + "percent": "8400", + "reputation": 6111268639849, + "rshares": 5659336525, + "voter": "elfkitchen" + }, + { + "percent": "8400", + "reputation": 1851205309677, + "rshares": 3694017722, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "8400", + "reputation": 4195733833721, + "rshares": 7446451527, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93798273061, + "voter": "miacats" + }, + { + "percent": "8400", + "reputation": 730408370151, + "rshares": 487655542, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90172228874, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 52792315212, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 71507788, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11185222174, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201688406600, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 633133259080, + "rshares": 1151797447, + "voter": "chaeya" + }, + { + "percent": "10000", + "reputation": 5705459768, + "rshares": 54846770, + "voter": "ejaredallen" + }, + { + "percent": "10000", + "reputation": 294937368742, + "rshares": 18320625906, + "voter": "steemokto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753142142, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7708785756, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230290004, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 3226000976856, + "rshares": 3701249080, + "voter": "lscottphotos" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset0.jpg\n
\nI was able to capture an interesting sunset sequence at Point Sur, California. In this first image it was apparent that this was going to be a beautifully textured sunset with the multi-layered Cirrocumulus clouds above and the Altocumulus clouds below. Additionally the low thin shoreline fog was beginning to slightly develop, giving the area immediately along the shore a mystical softness. Point Sur is a light house, for more info go [here](http://www.pointsur.org/).\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\n*Point Sur Sunset Stage 2*
\nI wandered around the area trying to set up a classic \"rule-of-thirds\" composition using both horizontal and vertical positioning. Lots of times the issue is that there are just too many cool ways to shoot the image. So, I opted to shoot it a number of different ways, especially as time went on and colors shifted against the available light making the image more mysterious. \n[Go here to see larger version](http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg)\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset2.jpg\n*Point Sur Sunset Stage 3*
\nI'm shooting from about a mile away from Point Sur and was attempting to correctly gauge what the prime spot would be to capture the sun \"spash\" effect as it intersected with the horizon. Over the ocean it is a very beautiful effect if caught at exactly the right moment, but I suddenly realized that effect would be obfuscated by Point Sur itself so I needed to alter my shot composition setup.\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\n*Point Sur Sunset Stage 4*
\nRunning like a madman with my equipment bag, tripod and camera gear I scrambled to get in position on the right side of Point Sur to capture at least some of the horizon flare effect, and was able to get in position and set up, right in the nick of time! What I like about this shot is the way the sun rays on the right side are stopped by the sand dune on the shoreline. You can see it slightly glow along the top edge of the dune as it casts a shadow across the pasture.\n[Go here to see larger version](http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg)\n\n
\nhttp://geraldzmorse.com/images/steemit/Point-Sur-Sunset4.jpg\n*Point Sur Sunset Stage Cows*
\nThen backing out the frame I noticied I had company... these guys had been somewhat following me around while I was doing this... they must have thought I was crazy! LOL... \nWow, what a view they have every day.", + "body_length": 2630, + "cashout_time": "2016-09-22T14:55:45", + "category": "photography", + "children": 18, + "created": "2016-09-15T14:55:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"art\",\"story\",\"life\"],\"image\":[\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset0.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset2.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset4.jpg\"],\"links\":[\"http://www.pointsur.org/\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:15:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14140195003730, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "14.120 HBD", + "percent_hbd": 10000, + "permlink": "sunset-at-point-sur-california", + "post_id": 1254771, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "Sunset at Point Sur, California", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518200944380, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620599440742, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5980286152113, + "voter": "freedom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1968119541431, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052934239988, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864938197, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1575899708999, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 98682346357, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466049312123, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462419963819, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120252422964, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246183601, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681017160441, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1670000041, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938790183563, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 445638290328, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408499254, + "voter": "idol" + }, + { + "percent": "500", + "reputation": 37454101478493, + "rshares": 18955732033, + "voter": "chitty" + }, + { + "percent": "8000", + "reputation": 9469162, + "rshares": 65857071449, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619440533, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15004166459, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9796891633, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1290497974419, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897083981, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471599418, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599944427461, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857442120, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177393180428, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628883920, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061184463, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187790925, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985486511940, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710806563, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50879010002, + "voter": "ak2020" + }, + { + "percent": "4200", + "reputation": 71931696380, + "rshares": 1616373298272, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418880227, + "voter": "applecrisp" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213136885, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787116636, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280675599804, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2429242458900, + "rshares": 19151208027, + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121380113922, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025451490, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 76008701316, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 387326356155, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49806164408, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635215678, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898803498, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974572536, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73848595449, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2597453094, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15308452303, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6591905710, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124958555, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487855165, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431052068, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258981906731, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 847366145, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7372366244, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854512371, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782074085, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3800710913, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167298234999, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12587181720, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349575168, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946556816, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20522265015, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506024506, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82780602040, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32542074868, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215384334659, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 101547003699, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5287640951, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114437903, + "voter": "firehorse" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175932801, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708251696, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1444237397, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8921793478, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353832611, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 119294413, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 870677269, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193734776, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2156971728, + "voter": "merej99" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95768393690, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157498807066, + "voter": "twinner" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693771864, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561066673, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664664784, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19440183808, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726860971, + "voter": "flysaga" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501625986, + "voter": "gmurph" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294504959, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327843962, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281232336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 117035295217, + "voter": "thisisbenbrick" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740805506, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485070652, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103387869456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855349715, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15238192519, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 856854397, + "voter": "skavkaz" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335812576, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1156101266, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12672968653, + "voter": "cristi" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676933902, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26283514539, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93798273061, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417335694, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077210674, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90171375563, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4976983022, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071955992, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3221126774, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 10468564936, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 332237822, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 57942270939, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 74550672, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196854858, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 169049426, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1857706060, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053551216, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54241736164, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212888896291, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330365849, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55335855053, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56573340, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 799615255, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1369339863, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753129814, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3319554336, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339270470, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98524303, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 70282046, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 120278139, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4671589034, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Is this a typo? Benefits? You ask. How could there be any possible benefit from having a disability?\n\nWell, in fact there are. And here are three unexpected benefits I have personally experienced in my own journey living with a degenerating eye condition.\n\n## Improved lateral thinking and innovation\nGrowing up with a vision impairment meant that there were often things that most people took for granted, but which I struggled to do. To do the same things, I needed to come up with creative solutions and alternative ways of doing things. So from a very young age, I learnt to think laterally and developed my problem solving skills. Most people are so use to perceiving the world in a certain way, but when you are stripped of one of your senses, you learn to perceive things in a different way.\n\nhttps://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\n\nWhen I was still living by myself a few years ago, I had the annoying task of having to cook for myself each night. The challenge I faced in the kitchen was not been able to read the labels on various bottles and containers. As a result, I couldn't tell which container was the salt and which one was the sugar, and all the packaging for the herbs looked the same. So how did I manage? Instead of using sight, I used my sense of smell to distinguish between the herbs, and for some ingredients where I couldn't use the sense of smell, I used different containers and labels to help me identify all the different ingredients.\n\nAnd this leads on to the second benefit.\n\n## Improved memory\nPeople who know me well often comment on my ability to remember things. In fact, I've noticed this in many other people I know who also have a vision impairment. I think this is due to the fact that for someone with a vision impairment to thrive in a sighted world, we often need to make extra effort to adapt to our circumstances.\n\nFor example, I remember when I was still in university, I had to do many presentations. For most people, they could refer to speech notes as they are presenting. However, for me, this was not possible, as I couldn't read speech notes no matter how big the font was. Furthermore, as I have some sight, I never needed to learn braille, which meant I couldn't refer to braille notes either. _As a side note, this is why the title of my memoir which I've been posting on Steemit is \"Living in Between Two Worlds\", because I have often found myself being caught between the world of the sighted and the world of the blind, and also between the identity of being Chinese but not fully Chinese, and being Australian but not fully Australian._ As a result, every time I had to do a presentation, I would always remember the entire speech. Over time, this has become second nature to me. I have learnt how to force things into my memory, and be innovative when I need to.\n\n## Resilience\nGrowing up with a vision impairment, I experienced a lot of bullying at school and a lot of hurtful comments and actions from people, sometimes done knowingly and sometimes unknowingly. Sometimes this comes in the form of a patronising comment, and sometimes from a look or stare. The interesting thing with people staring and giving me strange looks is that I can often notice people are doing it to me because I have some peripheral vision, however people generally can't tell I'm looking back at them because it doesn't seem like I'm looking at them. Most of the time however, those hurtful words and actions are done out of ignorance and a lack of understanding, rather then out of malice.\n\n#### But from all these things I've experienced, it has made me a stronger and more resilient person.\nAs a result, whatever unforeseen things I may experience in life, there's not much that can knock me out completely. I have developed the ability to adapt to changing circumstances and stay optimistic, because as they say:\n### What doesn't kill you, makes you stronger.\n\nSo I'm thankful to God for the person I have become today. Disability isn't all bad. Without what I have gone through with my vision impairment, I wouldn't be the person I am today, and for these reasons, I am thankful.\n\nTo read more about my story, you can read my short memoir series. You can find [Part 1 here.](https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated)\n\nYou can also follow me on @nextgen622", + "body_length": 4384, + "cashout_time": "2016-09-22T14:46:21", + "category": "life", + "children": 10, + "created": "2016-09-15T14:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"disability\",\"strength\"],\"users\":[\"nextgen622\"],\"image\":[\"https://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\"],\"links\":[\"https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:46:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66119907751704, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "254.340 HBD", + "percent_hbd": 10000, + "permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "post_id": 1254663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518193384474, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620272424965, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7465716124744, + "voter": "firstclass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991230051184, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1619082976045, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 223905651656, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475735272749, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462392248872, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246152952, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680994650765, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959061481, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1669969392, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938061627471, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290603380713, + "voter": "chitty" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59271072026, + "voter": "unosuke" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884676283, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15316591171, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1285091135093, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89896753810, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471581374, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857353705, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177389912085, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628118273, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985477191740, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710385546, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13256265846, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177332471, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213121851, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280666949780, + "voter": "trogdor" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652542986, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413655063, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025151061, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 3081588770182, + "rshares": 53269952968, + "voter": "pmartynov" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48620303351, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30279417098, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 65769554169, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808133649, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20382096581, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019855821, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17903672525, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 91432229392, + "rshares": 6941291365, + "voter": "gatoso" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 147678292, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18770255506, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487056742, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431046054, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10645918815, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251364791827, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 441803588, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 871576606, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854241122, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782000412, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3878126092, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15377574672, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171280078005, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12324948767, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349568852, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2182574144, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20119867662, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3576144996, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82813520861, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541921491, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215383763306, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 103577805737, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6232841459, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14894144779, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 43631243627, + "voter": "claudiop63" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175890702, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708201174, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8964609699, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46040443375, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359113213, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 845069114, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193716733, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95766250088, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161751897653, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560895252, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664547502, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19439832856, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 89336934, + "rshares": 65245460, + "voter": "ierg" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958164504, + "voter": "sunshine" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726848341, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7706698035, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1659697260, + "voter": "stormblaze" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294420153, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2267389147, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740550186, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 176650903994, + "voter": "terrycraft" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 461085584, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5823989445, + "voter": "oflyhigh" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335807163, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676921271, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25747116283, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797422302, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417144136, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "2100", + "reputation": 11683040603469, + "rshares": 20666103650, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4879395119, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 8890516872, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3155389493, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2148477670, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56654664918, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196749616, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1833661746969, + "rshares": 2458800256, + "voter": "seva" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7375519035, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931998664, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053531368, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 113366516, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377562678, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337248470, + "voter": "panther" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3623547539, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27667189544, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123128317, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 183135491, + "rshares": 52460746, + "voter": "cryptofarmer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 117919744, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230273165, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435365865, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 3941523341, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 164549939, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 32369065992, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150387842, + "voter": "trickster512" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": ">Today I told my dad the final date of my marriage: October 2nd . Few days ago, as I told him that I was going to get married in a few weeks, he got mad at me. \u201cI was expecting you to get a real job before you got married!\u201d was his main critique. \u201cHow can you get married *now*?\u201d he asked me.\n\nOggi ho detto a mio padre la data definitiva del mio matrimonio: due ottobre. Pochi giorni fa, quando gli ho detto che mi sarei sposato nel giro di poche settimane, si \u00e8 arrabbiato con me. \u201cMi sarei aspettato che ti trovassi un lavoro vero prima di sposarti\u201d \u00e8 stato il suo principale oggetto di critica. \u201cCome puoi sposarti *adesso*?\u201d mi ha chiesto.\n\n>Let me give you some background. I\u2019m 29 years old and I want to do many things in my life. I studied economics, worked for no-profit and academia and I published a book in May on the shifting economic paradigm. I dedicated the last year to this book, spent all the savings I had and by now I have a few weeks of financial autonomy left. Meanwhile I rented a room on Airbnb, learned how to do bracelets and sold them on the Ligurian (North-West Italy) seaside. Simultaneously, I\u2019m working on becoming what I call a cryptofarmer: in fact, my goal is to write and earn cryptocurrencies while living in the countryside in a small house I\u2019m transforming into a farm. I learned how to plant a vegetable garden, how to chop wood and limiting the expenses of food and heating.\nEven if sometimes I\u2019m scared I could not afford a living, I feeI I can make it. We can make it. In fact, few months ago a girl I met last winter in Chile joined me and is providing great help with her skills and work. And I\u2019m going to marry her in a few weeks, as I said.\n\nFacciamo un passo indietro. Ho 29 anni e voglio fare tante cose nella mia vita. Ho studiato economia, lavorato nel no-profit e nel mondo accademico per poi pubblicare, a maggio di quest\u2019anno, un libro sul cambio di paradigma in economia. Ho dedicato l\u2019ultimo anno a questo libro, ho speso tutti i miei risparmi e ho davanti ancora qualche settimana di autonomia finanziaria. Nel frattempo ho affittato una stanza su Airbnb e imparato a fare braccialetti che ho venduto sulla costa ligure. Parallelamente lavoro per diventare quello che chiamo un cryptofarmer; il mio obiettivo \u00e8 infatti quello di scrivere e guadagnare cripto-valute mentre vivo in una piccola casa di campagna che sto trasformando in fattoria. Ho imparato come piantare un orto, spaccare la legna e limitare le spese di cibo e riscaldamento.\nAnche se a volte ho paura di non riuscire a guadagnarmi da vivere, sento che ce la posso fare. Che ce la *possiamo* fare. Qualche mese fa, infatti, una ragazza che ho conosciuto lo scorso inverno in Cile si \u00e8 unita ai miei progetti e mi sta dando un grosso aiuto con le sue capacit\u00e0 e il suo lavoro. E io la sposer\u00f2 in qualche settimana, come dicevo.\n>My father is 69 years old. Oddly enough, he actually left countryside for the city \u2013 a choice diametrically opposite to the one I made \u2013 to become a lawyer and had success by working really hard. As far as I know, he wanted to be a journalist but chose to be a lawyer to get a better salary \u2013 as he got. He wanted me to be a lawyer too, of course, but when I chose to study economics he told me I could become an auditor; those were professions, in his words, that paid good.\n\nMio padre ha 69 anni. E\u2019 curioso come lui lasci\u00f2 la campagna per la citt\u00e0 \u2013 una scelta diametralmente opposta a quella che ho fatto io \u2013 per diventare un avvocato e l\u00ec ha avuto successo lavorando molto. Da quel che so, lui voleva fare il giornalista da giovane, ma poi ha scelto di fare l\u2019avvocato per avere un miglior salario \u2013 come appunto si \u00e8 verificato. Chiaramente voleva che anche io facessi l\u2019avvocato e successivamente, quando io scelsi di studiare economia, mi disse che potevo diventare il revisore contabile; mestieri, questi, che secondo lui erano ben remunerati. \n>Dear dad,\nA couple of years ago, you told that you were eventually glad I didn\u2019t follow your path and became a lawyer. The job had changed too much, you said. Now too many lawyers are fighting one against each other to get the job and clients are not paying for the work you did for them. That\u2019s how you described me your job \u2013 a job that in Italy, for your generation, was a synonym of success. A son who became a lawyer was a dream for the average family.\nWell, I\u2019m going to add a little piece to this picture. In a few decades, the whole profession of lawyer may become obsolete. Do you know that even today you can ask legal question to [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), an IBM powered machine? It will provide you an answer by sifting through thousands of legal documents, statutes and cases - assisting you to get ready for the case by including citations, suggested readings and confidence ratings. \nToday few technologies are ready to disrupt whole sectors of the economy. One of these is Artificial Intelligence that could make your profession obsolete. Another is the blockchain: that one could make the auditor and accountancy profession useless too. Have you ever heard about it? Some say it\u2019s important as the invention of the Internet.\n\nCaro pap\u00e0,\nQualche anno fa mi hai detto che in fin dei conti eri contento che non avessi seguito la tua strada e fossi diventato un avvocato. Il lavoro \u00e8 cambiato troppo, hai detto. Troppi avvocati in conflitto l\u2019uno contro l\u2019altro per accaparrarsi clienti che poi non pagano il lavoro che fai per loro. Cos\u00ec mi hai descritto il tuo lavoro \u2013 un lavoro che in Italia, per la tua generazione, era sinonimo di successo. Un figlio che diventava avvocato era un sogno per la famiglia media.\nBeh, lasciami aggiungere un pezzo a questa storia. In un paio di decadi, la professione stessa dell\u2019avvocato potrebbe diventare obsoleta. Sai che gi\u00e0 oggi puoi chiedere un parere legale a [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), una macchina sviluppata da IBM? Ti restituisce una risposta setacciando migliaia di documenti legali, statuti e casi \u2013 assistendoti a prepararti al caso includendo citazioni, letture consigliate e intervalli di confidenza. Alcune tecnologie sono sul punto di rivoluzionare interi settori dell\u2019economia. Una di queste \u00e8 l\u2019intelligenza artificiale che potrebbe rendere obsoleta la tua professione. Un\u2019altra \u00e8 la blockchain: questa potrebbe rendere inutile la professione del contabile e del revisore. Ne hai mai sentito parlare? Alcuni dicono che \u00e8 importante quanto l\u2019invenzione di Internet.\n>**You should really be glad I didn\u2019t choose your job just because it paid good**. As I was 18 (in 2005) being a lawyer paid good, in a decade it wasn\u2019t the case anymore. **In fact, between 2007 and 2014 the average income reported by Italian lawyers [declined from 51.314 euro to 37.505]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. Well, last decade \u2013 it is to be said - was a *century*: while economy collapsed in one of the worst crisis ever, technology produced unparalleled innovations. Before 2005 there was no Youtube. In 2005 there was no smartphone either. No-one can tell what are we going to see in the next decade. Some say there will be some big change in the workplace. In fact, [some researchers at Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) say that by 2035, half of the jobs Americans currently hold will be automatized. **Robots are simply better than men in doing robotic work**. Even the world\u2019s most ancient profession may suffer a strong decline with the development of virtual reality \u2013 this has become the next big thing in adult entertainment.\n\n**Devi essere davvero contento che non abbia scelto il tuo lavoro solo perch\u00e9 era ben remunerato**. Quando ancora io avevo 18 anni (nel 2005) fare l\u2019avvocato era remunerativo, ma nell\u2019arco di un decennio ci\u00f2 non era pi\u00f9 vero. **Tra il 2007 e il 2014 il reddito medio dell\u2019avvocato italiano [\u00e8 sceso da 51.314 euro a 37.505 euro]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. L\u2019ultimo decennio \u2013 bisogna riconoscerlo - ha rappresentato un *secolo*: mentre l\u2019economia collassava in una delle peggiori crisi di sempre, la tecnologia produceva innovazioni senza pari. Prima del 2005 non c\u2019era Youtube. Prima del 2005 non c\u2019era nemmeno lo smartphone. Nessuno pu\u00f2 dire cosa vedremo nel prossimo decennio. Molti dicono che ci saranno grossi cambiamenti sul luogo di lavoro. [Alcuni ricercatori di Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) dicono che entro il 2035, il 45% dei lavori attualmente svolti dagli americani verr\u00e0 automatizzato. **I robot svolgono meglio degli uomini i lavori da robot**. Perfino il mestiere pi\u00f9 vecchio del mondo potrebbe risentire di un forte declino a seguito dello sviluppo della realt\u00e0 virtuale \u2013 questa \u00e8 diventata l\u2019ultima novit\u00e0 nel mondo dell\u2019intrattenimento per adulti.\n>Don\u2019t worry, dad, and don\u2019t look at me as someone who is living hand to mouth. Many things are changing in the next years, together with most of the reference points we had. Those jobs who were good, could not be profitable and stable anymore. Most of all, the same idea of stability will change: we\u2019ll have to find stability surfing between waves of change. Choosing a job just because it pays good today, may not be a good strategy. **My generation is challenged to find and develop that personal value, those talents, that no machine could substitute. This is what I\u2019m doing \u2013 soon I\u2019ll write you how**.\n\nPer questo, pap\u00e0, non preoccuparti e non guardarmi come si guarda un figlio che vive di espedienti. Molte cose cambieranno nei prossimi anni, insieme a molti dei punti di riferimento che avevamo. Quei lavori che prima erano buoni, potrebbero non essere pi\u00f9 remunerativi e stabili. Pi\u00f9 di tutto, cambier\u00e0 l\u2019idea di stabilit\u00e0: dovremmo imparare a trovare la stabilit\u00e0 di un surfista a cavallo di ondate di cambiamento. Scegliere un lavoro solo perch\u00e9 paga bene oggi, potrebbe non essere una strategia che paga. **La sfida per la mia generazione \u00e8 di trovare e sviluppare quel valore personale, quei talenti, che nessuna macchina pu\u00f2 sostituire. Questo \u00e8 quello che sto facendo io \u2013 presto ti scriver\u00f2 come**.\n\nhttp://i68.tinypic.com/2hz9lz.jpg \n\n*Me, dad, fianc\u00e9, mum*\n\n***Don't forget to follow @cryptofarmer***\n***a shout out goes to @claudiop63 for assisting the Italian community so don't forget to follow him***", + "body_length": 10654, + "cashout_time": "2016-09-22T14:01:30", + "category": "life", + "children": 11, + "created": "2016-09-15T14:01:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"introducemyself\"],\"users\":[\"cryptofarmer\",\"claudiop63\"],\"image\":[\"http://i68.tinypic.com/2hz9lz.jpg\"],\"links\":[\"http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html\",\"http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare\",\"http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:01:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66723421210839, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "258.716 HBD", + "percent_hbd": 10000, + "permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "post_id": 1254158, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 3576130829220, + "voter": "excalibur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991229335339, + "voter": "badassmother" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3311441072526, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 235618184394, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1618730506215, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462391050603, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680988467221, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 780065421625, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2747155680716, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816380174873, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85269597245, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9220603890, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1272853996010, + "voter": "gavvet" + }, + { + "percent": "1118", + "reputation": 12382143533351, + "rshares": 89896712308, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5763693715, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9536766402, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "7200", + "reputation": 15755437221598, + "rshares": 20265465121, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 43361302769, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 109433921986, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603650764184, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985471558039, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710343437, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 417567164140, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 51844859429, + "voter": "martin-wichmann" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33780018119, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 28077553521, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129624899834, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 286394846714, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413519414, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42733736163, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251928158, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48619736269, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32856220045, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "7200", + "reputation": 17405459234693, + "rshares": 38197151518, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898751777, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418567125, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 60399058700, + "voter": "lehard" + }, + { + "percent": "7200", + "reputation": 4066839697461, + "rshares": 6117239614, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45474037974, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18269053597, + "voter": "konstantin" + }, + { + "percent": "7200", + "reputation": 744428437430, + "rshares": 1212170680, + "voter": "trees" + }, + { + "percent": "7200", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "7200", + "reputation": 675716972978, + "rshares": 570425713, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 719401125, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 823136045162, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 120546538382, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 590190776, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 655989441, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 607124531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1325557182450, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181527746896, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5532170579, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14808977501, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 39566281251, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6142613073, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6676256917, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1705318675121, + "rshares": 2927951002, + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451534954395, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854154800, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36804267496, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5840939270, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 4979711886, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167304333801, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4317565662, + "voter": "oululahti" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 932183607, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2132970186, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 40132724753, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466922918, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268127648645, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541876375, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609277990, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84687523986, + "voter": "rea" + }, + { + "percent": "7200", + "reputation": 6570213787, + "rshares": 87046590, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8725497615, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5112009829, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11557120301, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 360603550, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 685414916, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 26519444517, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 942266185, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7132430554, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7221869798, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1483259422, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 688043074, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 611258547, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3343908663, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111828316, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921893579, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10624130337, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157077270, + "voter": "merej99" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255376666902, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161750606158, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560849535, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 9325916259, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51839554283, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958121196, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1938262243, + "voter": "flysaga" + }, + { + "percent": "1118", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "7600", + "reputation": 10690204490232, + "rshares": 16964502580, + "voter": "mrs.steemit" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11451787076, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112055912400, + "voter": "thisisbenbrick" + }, + { + "percent": "2000", + "reputation": 3016325652890, + "rshares": 28641467163, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 377098007, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1383256754, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895485769, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8643768582, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1805123390, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7546646500, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797286653, + "voter": "miacats" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118219525, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 587265371, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8276649627, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93936714571, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 60143295, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 75410142205, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137826302, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59229074587, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 117594291138, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2121069078, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7776590110, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2006306305, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206668682, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "7200", + "reputation": 0, + "rshares": 116583219935, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1688383151, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 125654745, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7708749054, + "voter": "mariandavp" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5982977593, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1772168372, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1148513935176, + "rshares": 1550172009, + "voter": "allesgruen" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 7835540052910, + "rshares": 28194075520, + "voter": "storyseeker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9536878232, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 254506659, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238497207, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4817417416, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 352933479329, + "rshares": 425800184, + "voter": "angierose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 180177430605, + "rshares": 163617418, + "voter": "awakeningartist" + }, + { + "percent": "10000", + "reputation": 8686963701, + "rshares": 150753854, + "voter": "shortstories" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "
https://s15.postimg.org/k878soaff/collage.png
\n\n# Dear Steemit Community,\n\nThank you all for the ultra-successful logo contest. It's possibly one of the most participated in cryptospace! We have received about 150 logo submissions. 21 designs made it into the final cut after community voting (a number of them are just for future considerations, despite not being qualified to win the SBDs). \n\nHere's the logo contest's initial announcement for convenience: https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers\n\nBefore jumping right into announcing the winners, I would like to impart some lessons learned conducting a massive contest on Steemit, in hopes that we can all learn to make future contests better together. You may jump on to the final section to find out the winners. Continue reading if you want to learn to organise contests on Steemit in the near future. It may not be the best process, but it's what we've learned.\n\nJust think of it as an extended drumroll..\n\n---------------------------\n# Contest Process\nKeeping it short and sweet, here is the flow of considerations for the logo contest:-\n- Need to promote community participation in spirit of Project Curie.\n- So.. open logo submissions in comments and community voting.\n- However, we need to avoid public vote abuse and keep a certain standard for Project Curie.\n- So.. community voting as first filter, before internal voting.\n- Another problem: late submissions are usually disadvantaged as there are less attention on the contest post.\n- So.. we've tried to mitigate such a problem by including unique votes of logo designers in their own blogposts.\n- Right at time of contest closing, save the state of browser data by right clicking > save as.. to freeze number of votes in time and to be able to prove your process with transparency. I have left the capsule in the [contest post](https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers).\n\n
https://s18.postimg.org/ocbxjofjd/capsule.png
\n\n-------------------------\n\n# Judging process\n\nAgain, keeping it short and sweet, here is the flow of considerations for the judging process:-\n- Open a private channel in Steemit.chat, collage all final entries into a board, each design is numbered for convenience. No names are attached to logo designs to remove personality biases.\n- Everyone is in different timezones. Instructions are left for judges to leave their votes in the channel.\n- Not everyone in Project Curie are artistically-inclined.\n- So.. we have also invited artists in Steemit to join Project Curie in the judging process.\n- Special thanks to @fairytalelife, @anritco, @thisisbenbrick, @opheliafu, and @nekromarinist taking some of your time voting for the best logos!\n\n----------------------------------------\n# Here's the scoresheet from our internal judging process\n
https://s12.postimg.org/nlhevk419/contestlogomatrix.png
\nTo protect sensitivities, we will not show the other numbered correlations of logos. From this scoresheet, it looks like design #5, #11, and #15 are the winners. Design #11 and #15 are tied in number of votes, so that's pretty awesome considering that 2nd and 3rd prizes are equivalent in SBD amount. So I'll just name these two designs as ***contest runner-ups***.\n\n----------------------------------------\n# Winners Announcement!\n\nSorry for all the grandfather's story, but we hope that you've enjoyed the process of this contest! Now that the anticipation has been built nicely.. here are the winners of Project Curie's logo contest:-\n\n
https://s15.postimg.org/utojiedwb/winners.png
\n\n
**In order of logos from top**
\n
Winning design by @konti (485.00 SBDs)
\n
Runner up design #1 by @acidsun (242.50 SBDs)
\n
Runner up design #2 by @sharker (242.50 SBDs)
\n\n-------------------------------------------------------------\n# Congratulations and thank you all for the participation!\n\nPlease contact us @konti, @acidsun, and @sharker. Send in your designs in the best formats to receive your prize money! We would like to thank you all for your spirited participation in making this a big part of blockchain history!\n\nFollow us @curie. And chat with us here - https://steemit.chat/channel/curie.\n\n## A million thanks!\n\n------------------------------------------------------\n
https://s11.postimg.org/mdd73unoz/paidup.png
\n
Update: everything paid out to winners!
\n\n-------------------------------------------------------\n\n
Follow me @kevinwong
\n-----------------------------------------------------", + "body_length": 4698, + "cashout_time": "2016-09-22T13:29:54", + "category": "curie", + "children": 38, + "created": "2016-09-15T13:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"contest\",\"logo\",\"project-curie\",\"bounty\"],\"users\":[\"fairytalelife\",\"anritco\",\"thisisbenbrick\",\"opheliafu\",\"nekromarinist\",\"konti\",\"acidsun\",\"sharker\",\"curie\",\"kevinwong\"],\"image\":[\"https://s15.postimg.org/k878soaff/collage.png\",\"https://s18.postimg.org/ocbxjofjd/capsule.png\",\"https://s12.postimg.org/nlhevk419/contestlogomatrix.png\",\"https://s15.postimg.org/utojiedwb/winners.png\",\"https://s11.postimg.org/mdd73unoz/paidup.png\"],\"links\":[\"https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers\",\"https://steemit.chat/channel/curie.\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:49:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35493892612408, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "76.846 HBD", + "percent_hbd": 10000, + "permlink": "logo-contest-for-project-curie-contest-process-and-winners-announcement", + "post_id": 1253807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "total_payout_value": "0.000 HBD", + "url": "/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518185545703, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "1100", + "reputation": 4931834878069, + "rshares": 3023823526, + "voter": "fkn" + }, + { + "percent": "1100", + "reputation": 5414208804644, + "rshares": 3974627163, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "2600", + "reputation": 15755437221598, + "rshares": 7844703394, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 74015535310, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202985246776, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 6737338094, + "voter": "mammasitta" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 4096024957, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 79461843915, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "2600", + "reputation": 17405459234693, + "rshares": 13889882904, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019003847, + "voter": "rubybian" + }, + { + "percent": "2600", + "reputation": 4066839697461, + "rshares": 2293964855, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15994687858, + "voter": "yogi.artist" + }, + { + "percent": "2600", + "reputation": 744428437430, + "rshares": 437728301, + "voter": "trees" + }, + { + "percent": "2600", + "reputation": 2906973892, + "rshares": 59153922, + "voter": "strawhat" + }, + { + "percent": "2600", + "reputation": 675716972978, + "rshares": 207427532, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "1100", + "reputation": 19111656178138, + "rshares": 14760800618, + "voter": "furion" + }, + { + "percent": "1100", + "reputation": 3891722, + "rshares": 70822893, + "voter": "barbara2" + }, + { + "percent": "1100", + "reputation": 9142611234, + "rshares": 78718732, + "voter": "ch0c0latechip" + }, + { + "percent": "1100", + "reputation": 3871042, + "rshares": 72854943, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177968379310, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4427872134, + "voter": "poseidon" + }, + { + "percent": "1100", + "reputation": 10519849768972, + "rshares": 2452241013, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 418098422, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36982512877, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6939662161, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33401147815, + "voter": "sisterholics" + }, + { + "percent": "1100", + "reputation": 147425730, + "rshares": 82565168, + "voter": "fnait" + }, + { + "percent": "1100", + "reputation": 3720753029, + "rshares": 73351025, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1920634870, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 9950046354, + "voter": "sykochica" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1181117084425, + "voter": "laonie" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 41300486290, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239757938560, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9206745656, + "voter": "flysaga" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52964515229, + "voter": "midnightoil" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 139627152421, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6301502991, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 122598410, + "voter": "erikkartmen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4253557405, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8410153215, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12954590179, + "voter": "cristi" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8574336106, + "voter": "xianjun" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 576320186, + "voter": "microluck" + }, + { + "percent": "2200", + "reputation": 11683040603469, + "rshares": 22544811497, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 92900672002, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21402511570, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3915794549, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 159361637, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "2600", + "reputation": 0, + "rshares": 45129056937, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 161766921, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + } + ], + "author": "mammasitta", + "author_reputation": 5571311902261, + "beneficiaries": [], + "body": "\n

THIS PICTURE SAYS IT ALL! How Do I feel before my trip to Europe?! 

\n

First I only wanted to blog that photo due to lack of time but of course I am ending up writing again and as always put some music for you and me to make packing easier.

\n

Image source: Pinterest

\n

                                                              

\n

Travelling is always exciting but when it comes to packing, it seems I am out to self sabotage the progress to get over with it and usually at the end, I throw all inside, struggling to close that damn suitcase. Then I take half of it out again. Do I really need 10 bras? High heels, boots, sneakers....Its stress and I truly hate it! A huge nightmare and I need many days to get it actually done. 

\n

Where will I fit my 6 cats and Jati, my dog? How can I exist without their daily morning cuddles?

\n

                  

\n


\n

I am not only packing clothes. 

\n

I am packing up a part of my life, wondering how does it fit, when airlines only allow you a maximum weight of 23kg. This time I switched from my fancy, flashy red to a serious, shining black one with strong wheels. Yeah, I am planning to roll differently this time. Less fun, more work! 

\n

The day is here to keep on walking that Mammasitta Techno walk towards Amsterdam Dance Music Festival to finally meet some of those impersonal contacts in my email data and hear tons of music I like. 

\n

I am craving for something else, a new playground!

\n

Its my ' I AM BORN DAY ' week! 

\n

I am super Edgy! Its also that week again when the only man I dearly loved with all my heart died. He promised to always think of me and I should always call his name if I need help. Maybe thats why he made sure that I never forget him, so he chose to pass away on one of my birthdays, September 20th, that year in 2002. My father! I had no chance to say Good-Bye. I was too far away as usual.

\n

Flower of Life - Merkaba Meditation helped me : Image Credit Pinterest

\n

                                                

\n

I am a such a Virgo, thinking and worrying too much but not this time. I used to love airports but those days are long gone when controls and body searching were not necessary, when you could keep your favourite perfume and creams in your hand luggage and was not taken away because you forgot the rules. 

\n

Leaving my comfort zone makes me feel uneasy, of course but when you hear that little voice calling for you, nagging the crap out of your anxious mind, you can be sure that its the right decision to get up and float away, to better follow your instincts! 

\n

There must be something really amazing and special waiting for you somewhere else. Right?

\n

Life can change so quickly, in seconds and when it starts showing you another door, you better shut one immidiatly and put strong nails on it with a massive hammer that it never opens ever again.

\n

                                                                     

\n

I believe that our destiny was already written in a book with empty pages the day you were born. Its up to you to write the stories and I did write a zillion of pages, many more to fill. Life was not always friendly with me but all overall, Wow! I can't complain. I am rich! Wealthy of experience, more joys than sorrows. 

\n

I enjoy my solitude and a kind, loving, loyal, caring and compassionate partnership with myself. 

\n

Bring it on! I get some pink toe nails on Sunday. The Spa is waiting for me! 

\n

The Tree of Life looks pink as well. 

\n

[Image Source Pinterest]

\n

                                                          

\n

A real Gypsy does not have a home but her heart. Thats for sure in my suitcase this time, finding Deep Strength.

\n

[Source- Daily OM]
\nWhen we look back on our lives we see that we have survived many trials and often to our own amazement:

\n

\nWe have all faced moments in our lives when the pressure mounts beyond  what we feel we can handle, and we find ourselves thinking that we do  not have the strength to carry on. Sometimes we have just gotten through  a major obstacle or illness only to find another one waiting  for us the moment we finally catch our breath. Sometimes we endure one  loss after another, wondering when we will get a break from life\u2019s  travails. It does not seem fair or right that life should demand more of  us when we feel we have given all we can, but sometimes this is the way  life works.
\nWhen we look back on our lives, we see that we  have survived many trials and surmounted many obstacles, often to our  own amazement. In each of those instances, we had to break through our  ideas about how much we can handle and go deeper into our hidden  reserves. The thought that we do not have the strength to handle what is  before us can be likened to the hard surface of a frozen lake. It  appears to be an impenetrable fact, but when we break through it, we  find that a deep well of energy and inspiration was trapped beneath that  icy barrier the whole time. Sometimes we break through by cutting a  hole into our resistance with our willpower, and sometimes we melt the  ice with compassion for our predicament and ourselves. Either way, each  time we break through, we reach a new understanding of the strength we  store within ourselves.
\nWhen we find ourselves up against that  frozen barrier of thinking we cannot handle our situation, we may find  that the kindest choice is to love ourselves and our resistance too. We  can simply accept that we are overwhelmed, exhausted, and stretched, and  we can offer ourselves loving kindness and compassion. If we can extend  to ourselves the unconditional warmth of a mother\u2019s love, before we  know it, the ice will begin to break.
\n

                   

\n

Munich, Vienna and Amsterdam!

\n

I am more than ready for my next European adventure. I started my first trip back to Europe last year. I had the best time ever to reconnect with the land I was born. It feels familiar but still so strange. Maybe its me who is the weirdo burning my incense everywhere I go and meditate, talk about other cultures I became a little piece of. I pray in churches, Hindu temples, beaches or under the moon. It doesn't matter where you say your \"Thank you's\", gratitude for all those lessons. I pray for my health and the wellbeing for all my secret loved ones. I wish happiness to my friends and especially to my girl Tahnee. I ask for forgiveness and strength to forget. 

\n

I left Vienna 40 years ago. Lived and left homes in London, Paris, Milan, Palermo, New York City, LA , Miami,  Bali and back to Vienna in full circles, not to mention all the in-between stops to rock my Gypsy soul. Brazil is on my mind:) 

\n

Life is nuts and you never know whats next.....

\n

Keep on moving , Don't stop and as usual I end this post with a song!

\n

https://www.youtube.com/watch?v=1iQl46-zIcM

\n


\n

OFF THE GRID .......Soon!

\n

I hope to see you all at @steemfest and @radiosteem 

\n


\n

Yours 

\n

Mammasitta 

\n

www.mammasitta.com

\n

Instagram @lamammasitta

\n

Twitter @silvieinbali 

\n


\n", + "body_length": 10055, + "cashout_time": "2016-09-22T13:27:21", + "category": "life", + "children": 15, + "created": "2016-09-15T13:27:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"birthday\",\"trip\",\"\"],\"users\":[\"steemfest\",\"radiosteem\"],\"image\":[\"https://s6.postimg.org/4couktb41/13240616_10153452077816193_9007019173755054573_n.jpg\",\"https://s6.postimg.org/rkj4tnjwh/IMG_7108.jpg\",\"https://s6.postimg.org/l83zjtgu9/IMG_7353.jpg\",\"https://s6.postimg.org/q1nqoodc1/156647_465875906863_3656558_n.jpg\",\"https://s6.postimg.org/tjzql2e81/77ceaf3756a97cba00c409262a707b59.jpg\",\"https://s6.postimg.org/ia70q496p/1424371_10153324402816193_6538150960957351704_n.jpg\",\"https://s6.postimg.org/4lmfaqnwh/IMG_7789.jpg\",\"https://img.youtube.com/vi/1iQl46-zIcM/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=Fodt2ORtL_E\",\"https://www.youtube.com/watch?v=8A4wK1U8_lg\",\"http://www.dailyom.com/articles/2014/43239.html\",\"https://www.youtube.com/watch?v=1iQl46-zIcM\",\"mammasitta steemit\",\"http://www.mammasitta.net/index.html\",\"https://www.instagram.com/lamammasitta/\",\"https://twitter.com/silvieinbali\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:27:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4738509101081, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "2.272 HBD", + "percent_hbd": 10000, + "permlink": "choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress", + "post_id": 1253775, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "CHOOSE LIFE & LOVE And ROSES - Life is Too Short To Wear Boring Toe Nail Polish! La Vie En Rose in Progress!", + "title": "CHOOSE LIFE & LOVE And ROSES - Life is Too Short To Wear Boring Toe Nail Polish! La Vie En Rose in Progress!", + "total_payout_value": "0.000 HBD", + "url": "/life/@mammasitta/choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.tavern.yaml new file mode 100644 index 00000000..c5edae3d --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/null_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"jamesc","limit":null} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "null_limit" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.orig.json new file mode 100644 index 00000000..a8a1fda1 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.orig.json @@ -0,0 +1,102 @@ +post_id author permlink +------- ---------------- -------------------------------------------------------------------------------------------------------------------------------- + 944401 rossulbricht is-ross-ulbricht-a-political-prisoner + 944349 sirwinchester sirwinchester-let-me-show-you-my-passion-dance-5 + 944140 derekareith things-to-do-in-puerto-rico + 943429 derekareith page-view-counter-test-post + 942887 steemtruth robert-de-niro-says-everyone-must-see-vaxxed-on-nbc-today-show + 942756 charlieshrem a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-life-and-the-shrempresso + 942561 curie project-curie-s-daily-curation-list-12-sept-13-sept-2016 + 942556 sirwinchester the-ultimate-cookie-ice-cream-sandwich-by-mr-gourmet + 942310 kyriacos let-s-make-a-steemit-clone-for-image-based-content + 942276 gavvet lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans + 941105 aggroed satirically-yours-s1e10-aggroed-sits-down-for-an-interview-with-ned-and-dan-about-steemit-economics-while-chained-to-a-basement + 940844 gavvet re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author + 940721 aggroed exploring-the-mandela-and-toto-effect-s1e1-term-introduction-mandelo-origination-to-our-current-situation-seems-to-have-multiple + 940705 saramiller how-to-yoga-a-pose-a-day-backbend + 940649 steemitblog steem-0-14-1-released-hardfork-postponed-until-9-20-2016 + 940610 gavvet walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author + 940457 aggroed exploring-the-mandela-and-toto-effect-topic-introduction + 940188 gardenofeden a-garden-fresh-photography-gallery-to-brighten-your-day + 940134 gavvet old-fruity-s-travelling-featuring-fred703-as-author + 939877 andrarchy 20-questions-from-wadepaterson + 939626 sirwinchester how-to-overcome-your-laziness-wie-du-deine-faulheit-ueberwinden-kannst-english-german + 938786 kafkanarchy84 pop-hell-live-original-song-lyrics + 938702 kafkanarchy84 why-i-am-diving-into-computer-programming-at-age-32-as-a-complete-newb + 938532 kaylinart editing-to-create-a-new-book-cover-swearing + 937198 gardenofeden standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom + 937185 canadian-coconut jonie-s-vaxxed-story-measles-is-better-than-encephalopathy-brain-infection-swelling-why-wasn-t-i-warned + 937095 jesta steem-bounty-system-milestone-1-proposal + 937068 stan agnostic-nudists-on-the-serengeti + 937033 emancipatedhuman lady-n-is-a-victim-of-the-system-emancipated-human + 936703 quinneaker steemit-promo-exclusive-article-and-video-of-the-most-recent-usd1-000-feed-the-homeless-operation-i-donated + 936660 derekareith some-of-my-favorite-panoramic-shots-from-our-past-year + 936573 richardcrill sky-walker-review + 936269 aggroed satirically-yours-s1e9-unidentified-woman-falls-victim-to-zombie-infection-begins-campaigning-in-nyc + 936122 churdtzu crypto-rich-the-crazy-crypto-economy-of-the-future + 935870 patrice can-we-have-bios-please + 935773 clayop thoughts-on-target-votes-per-day + 935622 williambanks goodbye-facebook + 935507 gardenofeden easy-healthy-versatile-lemon-thai-basil-lavender-sauce-and-salad-recipe-from-our-outdoor-kitchen + 935381 quinneaker quinn-s-choice-quote-of-the-day-the-trouble-with-being-in-the-rat-race-is-that-even-if-you-win-your-still-a-rat-lily-tomlin + 934855 roelandp save-the-date-steemfest-1-11-12-13-november-2016-amsterdam-nl + 934678 heimindanger steemwhales-update-or-discover-who-are-currently-the-best-authors-and-curators + 934504 dollarvigilante boom-end-game-nears-as-central-banks-buying-up-gold-mining-companies + 934447 sterlinluxan anarchy-and-emotion-combating-childism-and-healing-emotional-injuries + 933982 steemtruth hillary-clinton-is-dying-fact-or-fiction + 933900 derekareith steemgames-chrome-extension-community-game-idea + 933653 kyriacos romance-is-manipulation + 933480 kaylinart why-you-should-start-coloring + 933052 kaylinart fiction-or-non-fiction-what-should-you-write + 933012 orion1967 i-think-my-cat-buddy-has-been-watching-me-a-little-to-closely-see-link-to-photos-at-bottom-of-article + 932975 lauralemons hard-night-but-i-ain-t-got-no-memory-of-it + 932920 orion1967 i-think-my-cat-buddy-or-bud-for-short-is-taking-over-my-life + 932911 curie project-curie-s-daily-curation-list-11-sept-12-sept-2016 + 932875 aggroed breaking-news-wabc-7-appears-to-runs-a-story-about-hillary-clinton-s-death-and-then-promptly-removes-the-story + 932755 elissahawke an-open-musing-about-ken-o-keefe-max-igan-richie-allen-and-david-icke + 932643 kaylinart have-you-seen-a-great-white-shark + 932539 emancipatedhuman jake-shannon-inventor-wrestler-writer-and-more-emancipated-human + 932245 erikaharris wanted-9-anarchists-who-need-a-good-listening-to-yes-really + 931778 gardenofeden iodine-an-essential-nutrient-and-holistic-option-for-detoxing-heavy-metals-and-halogens + 931757 aggroed secretary-clinton-teresa-barnwell-a-professional-clinton-impersonator-and-a-potential-unidentified-body-double-at-the-9-11 + 931690 benjojo hearts-of-darkness-plague-of-the-void-seeds-14 + 931689 ftlian watch-a-steemer-running-for-governor-of-nh-discuss-drug-prohibition-and-secession-with-a-sweet-little-old-lady + 931561 anwenbaumeister what-is-culture-a-look-into-various-explanations-of-culture-and-forming-my-own-definition + 931461 sirwinchester there-is-no-truth-but-there-is-none-featuring-new-author-shortcut + 931265 williambanks in-defense-of-the-scientific-and-the-spiritual-part-1-what-is-science-really + 931233 skypilot where-eagles-fly-part-3-appalachian-mountains-by-zedekiah-morse + 930882 stan christians-are-about-to-get-their-heads-handed-to-them + 930635 gavvet is-everybody-heading-for-the-doors-the-narrative-and-the-truth + 930568 gavvet when-the-grid-goes-down-lessons-from-hermine-featuring-jaredcwillis-as-author + 930474 gavvet where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-heroes-of-september-11-2001-did-what-they-could + 930442 gavvet nerves-on-which-we-rely-sometimes-lie-pins-and-needles-and-brain-freeze-featuring-xxsenpaixsama-as-author + 930169 aggroed medical-conjecture-secretary-clinton-likely-suffers-from-late-stage-syphilis + 929921 bitbutter how-i-record-voiceovers-at-home + 929654 corbettreport only-9-11-truth-can-smash-the-9-11-lies + 929568 kafkanarchy84 johnny-b-goode-guitar-lesson-and-intro-to-theory + 927995 derekareith educators-and-developers-discuss-steem-and-future-educational-applications-podcast-included + 927810 saramiller how-to-yoga-a-pose-a-day-standing-forward-fold + 927710 canadian-coconut 2-families-share-heartbreaking-stories-of-s-i-d-s-death-by-vaccines-vaxxed-stories-from-the-road + 927480 ausbitbank follow-votes-with-streemian-for-autopilot-curation-rewards + 927427 gardenofeden sustainable-community-uses-freedom-to-feed-the-homeless + 927351 aggroed breaking-news-emmy-award-winning-journalist-announces-dnc-is-meeting-to-consider-replacing-hillary-as-the-democratic-nominee + 927348 lukestokes exchange-transfer-report-9-4-2016-to-9-11-2016 + 927342 derekareith steem-highway-v-1-1-google-chrome-extension + 927287 kaylinart why-you-should-avoid-a-discover-miles-credit-card + 926868 aggroed breaking-news-clinton-collapses-at-9-11-service-alleged-personal-neurologist-dr-okunola-is-there-on-site + 926687 heimindanger trusted-timestamps-or-what-is-it-and-why-steem-is-a-very-good-support-for-it + 925946 sirwinchester bitcoin-exchange-berlin-meetup-with-ned-on-skype + 925912 stellabelle next-gen-social-media-survival-guide + 925586 quinneaker quinn-quote-of-the-day-the-earth-has-enough-for-every-man-s-need-but-not-enough-for-every-man-s-greed-mahatma-gandhi + 925470 ftlian decentralized-emergency-response-is-a-reality-thanks-to-free-app-cell-411-for-android-and-apple-phones + 925271 anyx a-brief-tour-through-san-francisco + 925077 someguy123 steem-value-website-update + 924998 skypilot the-silence-of-trapper-peaks + 924964 lukestokes if-you-re-not-tech-savvy-you-re-a-muggle + 924930 kaylinart save-money-on-going-out-to-eat + 924770 churdtzu where-does-law-come-from-law-in-a-stateless-society + 924663 cryptogee spotlight-issue-8-philosophy-music-and-science + 924619 kaylinart hacks-to-improve-your-brain + 924534 kaylinart people-love-having-bad-habits + 924473 charleshosk thoughts-on-9-11 + 924427 tuck-fheman steemocracy-a-steem-comic-or-volume-14-or-dead-mans-keys \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.pat.json new file mode 100644 index 00000000..8c41c964 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.pat.json @@ -0,0 +1,88546 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480355178281, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30978812429625, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3576093858062, + "voter": "excalibur" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4412620512586, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2003641941870, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087459150084, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23802893632, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1722537190494, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491098730346, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 667110452425, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3390502370380, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686800223839, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91182987507, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6952700841, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717584910, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5782275123533, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437165931345, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 254048463334, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10600942351, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296071710431, + "voter": "chitty" + }, + { + "percent": "7500", + "reputation": 5296864583034, + "rshares": 52267569252, + "voter": "ilanaakoundi" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491199460433, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1759957990, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17182934232, + "voter": "jademont" + }, + { + "percent": "915", + "reputation": 12382143533351, + "rshares": 59883898142, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 561098300035, + "voter": "nanzo-scoop" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12948233524, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9670097452, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 49789461575, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178303199570, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 8265260142, + "voter": "censor-this" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268640608, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103775099597, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060205225, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6224586392, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379530678, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10786168770, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1111765869295, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49482736766, + "voter": "ak2020" + }, + { + "percent": "1000", + "reputation": 16234753830016, + "rshares": 7660935220, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 67246089303, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9974494489, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400440587253, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375733370506, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 385965426866, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19593389211, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16096705231, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 257251643016, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4861443052, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 21696987204454, + "rshares": 160830906639, + "voter": "ikigai" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5814298870, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111252741987, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 204697870308, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 84593131991, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186395492, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17556715394, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20374893275, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57087557037, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69438720330, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280376934, + "voter": "orly" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 4053012756, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162072167, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 6180521629731, + "rshares": 18622051011, + "voter": "elyaque" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103519364, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 17256356193, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25044652900, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6936615688, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2091460555, + "voter": "steemswede" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102589641, + "voter": "cryptochannel" + }, + { + "percent": "1700", + "reputation": 4667991454724, + "rshares": 151095873704, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1296320322463, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2327644584, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8456981439, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12450032618, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123486869, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599896949, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15251207590, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19213427918, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107651329, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1426811814, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 220841685516, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 81032062722, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8747134639, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 532989591, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 84065089376, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 426988764140, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45671068882, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5837713268, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 2812132937, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163131931096, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 5912950176, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4316576670, + "voter": "oululahti" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4659156935, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238847388, + "voter": "stevemitchell" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 329446905842, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3222732840, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 74758878385, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116911462, + "voter": "tabascomint" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19935526090, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583636561, + "voter": "tarindel" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277225263, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3695569395, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31091498175, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34276759814, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 88360566891, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838586704, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771600593, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52920279, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 27988491601746, + "rshares": 45145067831, + "voter": "marius19" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543466948, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633829957, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33341061139, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326285697, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 291577197, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 9770330497, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2772613609, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46742554820, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 16258656585, + "voter": "clevecross" + }, + { + "percent": "1300", + "reputation": 4063076365725, + "rshares": 583758086, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3281710514, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6534974327, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972949329, + "voter": "metaflute" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 12254596711, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298128755, + "voter": "taker" + }, + { + "percent": "1800", + "reputation": 10137266406870, + "rshares": 2876681373, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 8689245012, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 7017495023, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 230729901, + "voter": "frozendota" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1146218751727, + "voter": "laonie" + }, + { + "percent": "9400", + "reputation": 130522396758, + "rshares": 51026531092, + "voter": "sextusempiricus" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25089535698, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39736865200, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239328669385, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9191435267, + "voter": "flysaga" + }, + { + "percent": "915", + "reputation": 1751717743, + "rshares": 1665262053, + "voter": "gmurph" + }, + { + "percent": "8100", + "reputation": 10690204490232, + "rshares": 17985934048, + "voter": "mrs.steemit" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 54300337844, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4185019013, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5549460844, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2127636287, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6640420000, + "voter": "kurtbeil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128449564480, + "voter": "xiaohui" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6728778380, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 88100924290, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832217503, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 254118165275, + "voter": "sirwinchester" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4246361604, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 24130783448589, + "rshares": 80725150267, + "voter": "krishtopa" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1080414443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2620220120, + "voter": "jrcornel" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8559289319, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 591580445, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 254221036, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91422454535, + "voter": "miacats" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 560990583, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 172993360, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9986569992, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1968138028, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 93959049441, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11413410816, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 11890981003, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 40099820081, + "rshares": 70927062, + "voter": "qq553937961" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88101522866, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3195270175, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 63325102, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 73727204, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2338891299, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 572293992, + "voter": "wuyueling" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6585963666, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11648007925, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 2149521007, + "voter": "therealpaul" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579763183, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 59461347, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1862102164, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10223570767, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 95452319, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2375956648, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4436586139, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 59295778, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1620564758, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 727088705, + "voter": "ksena" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 81876495, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 40764405725, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15213419571, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3706565731, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2222289730, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56924216, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6675701160, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 16305103119, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 55343898, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2614460057, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337233731, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 43429221819, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51278775, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56573340, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4712766554, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899856105, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5608314149, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793250275, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61604730, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2345435473, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11424007992, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 405397456, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4706724117, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51232949, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1181689240, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3605503256, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 843039218853, + "rshares": 728357348, + "voter": "ziogio" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 158798473, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 426281596, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158044626, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 133111666, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155528114, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14437995941, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 84169021, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95837038, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79998039, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86143219, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88340162, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 139797827, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142694151, + "voter": "clovick" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 132935425, + "voter": "newsfeed" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n


\n
\n

\n

\n


\n

My workday was done, and me and my colleagues wanted to celebrate getting our work done.

\n

If you don't reward yourself, who else is it going to do for you?

\n

My colleagues are dancers as well, and since we had so much energy left at the end of the day we thought to ourselves: Let's just make a silly dance video.
\nWhich song should we choose? Let's go back in time and choose something old school: 

\n

The Backstreet Boys - Everybody!

\n

Everyone knows this song. So we just thought, hey let's create a spontaneous video clip and see how it goes.

\n

And this is how it turned out:

\n

https://youtu.be/VA8WIvO3z70

\n


\n

The next video is a freestyle by me.
\nI remember exactly that this was after class had already ended, but I still had so much energy left and just wanted to dance! I love challenging myself and freestyling to songs that have a lot of beats going on at the same time, especially if I don't know the song well.

\n

So here it is:

\n

https://youtu.be/HYmFqXLvj6A

\n


\n

Sometimes, it's hard for my students to dance to very fast music and keep up with the quick pace.
\nBut just let your body flow through the drums and quick rhythms !

\n

It's a little bit of a different style than the video I shared perviously - it's important that you keep changing and evolving your style, so that you keep making progress and explore new moves.

\n

Sometimes, the people in my class ask me: Is this your style? But I show different choreographies every week - gangster Hip Hop, Ladylike, slow, experimental.. Every kind of style is my style.

\n

Unfortunately YouTube has muted my video due to copyright reasons.

\n

So to watch it in full length and WITH audio, please click HERE.

\n

https://media.giphy.com/media/l0HlMIx7pfJ7mZMZy/giphy.gif

\n

Choreography by Winchester, featuring @mrs.steemit and @soldier as dancers

\n


\n

Maybe Steemit could have its own Video Uploading service one day, without copyright strikes - that would be amazing for me, because I always experience the same trouble with YouTube!

\n


\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 2958, + "cashout_time": "2016-09-20T22:08:45", + "category": "art", + "children": 31, + "created": "2016-09-13T22:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"life\",\"dance\",\"sirwinchester\",\"blog\"],\"users\":[\"mrs.steemit\",\"soldier\"],\"image\":[\"https://img1.steemit.com/0x0/https://media.giphy.com/media/3oz8xWJsyyP1I76Jby/giphy.gif\",\"https://img.youtube.com/vi/VA8WIvO3z70/0.jpg\",\"https://img.youtube.com/vi/HYmFqXLvj6A/0.jpg\",\"https://media.giphy.com/media/l0HlMIx7pfJ7mZMZy/giphy.gif\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://youtu.be/VA8WIvO3z70\",\"https://youtu.be/HYmFqXLvj6A\",\"https://www.facebook.com/WinchesterPictures/videos/802574283144008/\",\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T23:22:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67661878830739, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "254.570 HBD", + "percent_hbd": 10000, + "permlink": "sirwinchester-let-me-show-you-my-passion-dance-5", + "post_id": 1236960, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@Sirwinchester: Let me show you my passion - DANCE! #5", + "title": "@Sirwinchester: Let me show you my passion - DANCE! #5", + "total_payout_value": "0.000 HBD", + "url": "/art/@sirwinchester/sirwinchester-let-me-show-you-my-passion-dance-5" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4564251874999, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7069658899806, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5762324495708, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686838523628, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 88424885933, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1668552313, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17182934232, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8666961234, + "voter": "richman" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060213416, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69443380474, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26823918693, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2000527488, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150337423453, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3376627422, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28538355333, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8572191946, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6670755493, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3350670481, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 1991682076199, + "rshares": 24183219802, + "voter": "steemed-open" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 37911561448, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972949329, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14920627898, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1080405339, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9131203561, + "voter": "pjheinz" + }, + { + "percent": "5300", + "reputation": 11683040603469, + "rshares": 48618541844, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 540499882, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23521154146, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 447567061326, + "rshares": 85741938, + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3308833485, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 5259635281, + "rshares": 161088760, + "voter": "coolbeans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152583895, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 901973806, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 155517830, + "voter": "djangothegod" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

Having gone to Puerto Rico for nearly 2 weeks almost a year ago, we are getting ready to plan our next vacation.  Before we do, we thought it would be fun to look back and pass along some tips from our vacation that may help you have the best time possible if you take a trip to the island.

\n


\n

You landed in San Juan!  Congrats!  You must be starving...go get a fish:

\n

\n

You may not be used to whole fish back on the mainland, but this is where it is at, if you are a seafood fanatic like myself.

\n

While you're eating your first meal, you may want to take a moment and book a reservation at Marmalade for some point during your stay:

\n

\n

Anytime a restaurant ranks as a 5/5 on TripAdvisor, you know you're in for a treat.  Jess and I didn't want to be that couple with their smartphones out for every course to take pictures, but let me tell you, this place is phenomenal.  We couldn't have imagined a better meal to celebrate our vacation and we highly recommend it, even if the costs are a little high.

\n

Now that your reservation is booked and your plate is empty, let's take a walk around Old San Juan:

\n

\n

\n

\n

\n

You'll eventually want to check out The Fort and its incredible view: Castilla San Cristobal, built in 1783

\n

\n

\n

\n

\n

San Juan's great, but there is so much to this island, that it's going to be time to bust a move.  Let's head to Rincon, where you get to see a completely different side of the island:

\n

\n

When you get out there, there is an incredible view tower right near the Rincon Beach Resort:

\n

\n

The cute downtown has a market every week where artists get together and sell their goods.  Rincon is full of former main-landers who have come to the island to live the easy life.  We went to some awesome food trucks and got to meet some of them:

\n

\n

Be sure to stop at Jack's Shack (above) on the way to the Lighthouse for an amazing fish taco:

\n

\n

\n

\n

\n

Hit up Carta Buena on the way out for a fresh fruit smoothie:

\n

\n

\n

La Cambija was one of our favorite restaurants in town.  Another was Janiero:

\n

\n

\n

The Chuleta pork was incredible and of course I got another fish.  I probably had a whole red snapper every day we were there, it was that good.  Now, you need to have a good breakfast spot, and fortunately, we found one of the best we've ever been to at The English Rose:

\n

\n

With all of this eating, we need to burn some calories...well, at least Jess did.  So it was time for some surfing:

\n

\n

Jess got up quite a few times, but this was the only decent picture I snapped of her surfing.  It was a lot of fun and her friends from back home actually moved down there and started The Rincon Surf School.  We were ecstatic to be able to do something like this with them!

\n

Now it's time to head back East across the island, we're going over towards Farjado, and by the time we get there, we're hungry again.

\n

Fortunately we got there early so we could meet Gladis as Las Vistas Cafe:

\n

\n

\n

Aside from Marmalade, Gladis provided us with the most magical experience of our trip.  Her restaurant is above her house, so she literally invited us into her home with big hugs and wide smiles.  The view from her rooftop is incredible.  Unfortunately, I didn't get any pics of it, but I did capture Jess's face which should say it all:

\n

\n

We wanted to get down to the beach we could see from Gladis's place:

\n

\n

There was a nice park:

\n

\n

In between all of this, don't forget to take some time to enjoy the sunsets:

\n

\n

And leave your mark on a beach or two:

\n

\n

Because eventually, you'll probably need to go home:

\n

\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension   

\n", + "body_length": 10546, + "cashout_time": "2016-09-20T21:44:18", + "category": "puertorico", + "children": 8, + "created": "2016-09-13T21:44:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"puertorico\",\"travel\",\"restaurants\",\"islandlife\"],\"users\":[\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14362666_174011019703555_3080333092850727716_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14316726_174011016370222_2880217755800133875_n.jpg?oh=5d95553b1d2f27b0553f93364ca58ff5&oe=5881D91C\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14344857_174012856370038_1517934254063107895_n.jpg?oh=fb17e9bc56d3686e747fac61b72c73a1&oe=5839A7B7\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14238193_174012859703371_7401373667851734289_n.jpg?oh=b60a4d3fad416cf736f764babb32595f&oe=58459872\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14311307_174012853036705_8069130677165263867_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14311413_174012903036700_1072773171392430321_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14372126_174012893036701_3921138810502655564_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14324646_174012896370034_3932731120642900838_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14305389_174012946370029_690656391523373817_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14310372_174012939703363_617666042018600703_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14358992_174015499703107_578803009033042176_n.jpg?oh=4b2f44da8070e290c8b3725fe8806d14&oe=587DC40C\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14305186_174014529703204_6595320704381960681_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258313_174015046369819_5707133454171044129_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14370226_174015053036485_3731147732953355821_n.jpg?oh=39334b671c5030aabfdc9a31b72835a0&oe=588223DB\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14372435_174015079703149_8252197611307972813_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14290075_174015089703148_8832867040639510480_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258210_174015096369814_5767654421695582643_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14249849_174015319703125_8482167969702469832_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14289869_174015303036460_234489378193843051_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14372315_174015316369792_8043327257310623065_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14361207_174015436369780_1520298339424410053_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258160_174015439703113_4630677283849651789_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14333593_174015433036447_8677266008246344616_n.jpg?oh=2973814de17498445c873f1084ecd9ee&oe=58763FC5\",\"https://scontent-iad3-1.xx.fbcdn.net/l/t31.0-8/14311197_174015029703154_4249734769239533941_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258173_174022673035723_8445107507120015793_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14317611_174022669702390_6371437273932931986_n.jpg?oh=bf90b89550b6c444440490c81b350fd0&oe=5880A2AC\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14289889_174024999702157_4035558624577989693_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14310584_174024996368824_1804289516253520161_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14311395_174025003035490_611812447196548775_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14310460_174022666369057_1781489959897674325_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14324593_174022726369051_3960634009551574992_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14370151_174022709702386_379962269052371316_n.jpg?oh=3a22c4603b3b1340b539f20fa657208a&oe=587B59E7\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"https://www.tripadvisor.com/Restaurant_Review-g147320-d792961-Reviews-Marmalade_Restaurant_Wine_Bar-San_Juan_Puerto_Rico.html\",\"https://en.wikipedia.org/wiki/Castillo_San_Crist%C3%B3bal\",\"https://www.tripadvisor.com/Restaurant_Review-g264369-d6428705-Reviews-Jack_s_Shack-Rincon_Puerto_Rico.html\",\"https://www.tripadvisor.com/Restaurant_Review-g264369-d3833274-Reviews-Carta_Buena-Rincon_Puerto_Rico.html\",\"https://www.tripadvisor.com/Restaurant_Review-g264369-d2651309-Reviews-La_Cambija-Rincon_Puerto_Rico.html\",\"https://www.tripadvisor.com/Restaurant_Review-g264369-d4773809-Reviews-Janeiro_Restaurant-Rincon_Puerto_Rico.html\",\"https://www.tripadvisor.com/Restaurant_Review-g264369-d1105530-Reviews-The_English_Rose-Rincon_Puerto_Rico.html\",\"http://rinconsurfschool.com/\",\"https://www.tripadvisor.com/Restaurant_Review-g612474-d3629170-Reviews-Las_Vistas_Cafe_at_Siete_Mares_Bay_Inn-Fajardo_Puerto_Rico.html\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T21:44:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18664837095015, + "parent_author": "", + "parent_permlink": "puertorico", + "pending_payout_value": "22.258 HBD", + "percent_hbd": 10000, + "permlink": "things-to-do-in-puerto-rico", + "post_id": 1236716, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Things To Do In Puerto Rico", + "title": "Things To Do In Puerto Rico", + "total_payout_value": "0.000 HBD", + "url": "/puertorico/@derekareith/things-to-do-in-puerto-rico" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7800265111, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9647209204, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2182262521, + "voter": "steemswede" + }, + { + "percent": "0", + "reputation": 18799092030582, + "rshares": 3857214813, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734052546, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113270416, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3309065147, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5534121085, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77156992, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 514947462, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 91627251937, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 868924825603, + "rshares": 1181902434, + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 5939157149097, + "rshares": 10384598371, + "voter": "elissahawke" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 413323439, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51278775, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 60293991, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 849039554, + "voter": "jbaker585" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

I wanted to try one and see if it worked here:

\n


\n
\n

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.

\n

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.

\n

I found some others that require the webpage address, so I will add those in the comments after I post.

\n", + "body_length": 887, + "cashout_time": "2016-09-20T20:16:00", + "category": "test", + "children": 18, + "created": "2016-09-13T20:16:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http://www.hitcounterhtmlcode.com/count2.php?id=440360354082326413097\"],\"links\":[\"http://www.hitcounterhtmlcode.com/stats.php?id=440360354082326413097\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T20:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 138491181744, + "parent_author": "", + "parent_permlink": "test", + "pending_payout_value": "0.029 HBD", + "percent_hbd": 10000, + "permlink": "page-view-counter-test-post", + "post_id": 1235812, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Page View Counter [Test Post]", + "title": "Page View Counter [Test Post]", + "total_payout_value": "0.000 HBD", + "url": "/test/@derekareith/page-view-counter-test-post" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35140699766668, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14423470799, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158326081, + "voter": "thomasp" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 87286392, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 429182136, + "rshares": 154959539, + "voter": "mrshanson" + }, + { + "percent": "10000", + "reputation": 944443392161, + "rshares": 155696720, + "voter": "steemtruth" + } + ], + "author": "steemtruth", + "author_reputation": 944443392161, + "beneficiaries": [], + "body": "1 in 50 children are Autistic, why? It's an epidemic that can easily be stopped. \n\nRobert De Niro (his son has Autism) on NBC Today Show 13th April 2016\n\nWatch this short clip and hear Robert de Niro state \u2018EVERYONE should see this film, look at the evidence for themselves and then decide.\u2019 \n.\nhttps://www.youtube.com/watch?v=sDYYisqLqbM\n\nDe Niro co-founded the Tribeca Film Festival in 2003 and VAXXED was scheduled to run at Tribeca 2016 but due to last-minute, outside pressures the film was cancelled. Nonetheless, De Niro still believes that everyone should see the film, and so do I. \n\nVAXXED: From Cover-Up to Catastrophe is a 2016 American film exposing a cover up and falsifying of research data by the Centers for Disease Control and Prevention (CDC) of the link between the Measles-Mumps-Rubella (MMR) Vaccine and Autism.\n\nAutism cases was a steady 1 in 10,000 for every infant birth in North America between the 1930's to 1960's. In the 1970's it started dramatically rising to be 1 in 5,000 by 1975. By 2009 it was a jaw-dropping 1 in 110 and today some reports state that 1 child in 50 will have Autism.\n\n[![Autism Prevalence Graph.jpg](https://s13.postimg.org/3xfwrm2zb/Autism_Prevalence_Graph.jpg)](https://postimg.org/image/86kmts68j/)\n\nIt turns out that the pharmaceutical conglomerate Merck has a patent on combing the measles, mumps and rubella vaccine into one combined super-vaccine known as the MMR vaccine. The lame stream media (and Gov't) is portraying this as an anti-vaccine movement but that's an outright lie aimed to discredit the reasonable and responsible scientists that actually still care for people instead of viewing them as a profit center like Merck does. The doctors and scientists voicing their concerns are pro-single-vaccine - they are anti, 3-in-1 super vaccines - they want single vaccines until more research can be done.\n\nThe US Food and Drug Administration (FDA) and U.S. Centers for Disease Control and Prevention (CDC) have been implicated in a massive cover-up. They are standing behind Merck while turning their backs on the American citizens (and all the citizens of the world) by pretending that autism is not an epidemic and stating that it is not linked to MMR. \n\nThe whistleblowers want to see a single vaccine program implemented (one measles injection - one mumps injection and one rubella injection - responsibly spaced out over many months) but that would cost Merck billions of dollars in revenue and profit because they can't patent them as single vaccines.\n\nSo where does that that us today?\n\nOne in 50 kids will develop autism and that number is growing fast. In North America today we have more than 1 million kids (and their families) living and dealing with the tragic effects of autism every single day - and if that wasn\u2019t bad enough, here's the kicker - Merck cannot be sued because the US taxpayer is liable for ALL damages arising from claims and lawsuits for the MMR vaccine because the CDC approved it and Congress passed laws that protects Big Pharma from knowingly poisoning us all - not to mention the medical bills that must be paid for - this is AN EPIDEMIC - AN OUTRAGE and a CATASTROPHE.\n\nPlease watch VAXXED - get the facts for yourself and share this story with everyone you now - we have to put a stop to this, NOW!\n\nI\u2019ll continue to cover this topic (and others) so follow me for updates. If you have any thoughts, facts, points or opinions to add they are always welcomed - and give this post like, if you liked it. \n\nWatch the Full (Uncut) Movie here: https://www.youtube.com/watch?v=zn5i6nWjGx0", + "body_length": 3586, + "cashout_time": "2016-09-20T19:17:00", + "category": "story", + "children": 0, + "created": "2016-09-13T19:17:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"news\",\"health\",\"vaccines\",\"science\"],\"image\":[\"https://img.youtube.com/vi/sDYYisqLqbM/0.jpg\",\"https://s13.postimg.org/3xfwrm2zb/Autism_Prevalence_Graph.jpg\",\"https://img.youtube.com/vi/zn5i6nWjGx0/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=sDYYisqLqbM\",\"https://postimg.org/image/86kmts68j/\",\"https://www.youtube.com/watch?v=zn5i6nWjGx0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T22:14:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35155768135105, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "72.491 HBD", + "percent_hbd": 10000, + "permlink": "robert-de-niro-says-everyone-must-see-vaxxed-on-nbc-today-show", + "post_id": 1235142, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Robert De Niro says - \"EVERYONE MUST SEE VAXXED\" on NBC Today Show", + "title": "Robert De Niro says - \"EVERYONE MUST SEE VAXXED\" on NBC Today Show", + "total_payout_value": "0.000 HBD", + "url": "/story/@steemtruth/robert-de-niro-says-everyone-must-see-vaxxed-on-nbc-today-show" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28655823905500, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480352856546, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30978210948171, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260624126380, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 4152367932922, + "rshares": 6176781104233, + "voter": "proskynneo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170325200273, + "voter": "highasfuck" + }, + { + "percent": "1000", + "reputation": 25104157850610, + "rshares": 224017788033, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2003553413486, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1134411473044, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087351391266, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1909151745974, + "voter": "xeroc" + }, + { + "percent": "9000", + "reputation": 9510507624851, + "rshares": 442942580199, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 209466893899, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1720161903857, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 62376610768, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 220277234638, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485122019613, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3390502370380, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135223997, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 665323978133, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91182406537, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 425489337, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 27116011697, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8772747291, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22319193871, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6952573343, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717563658, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5779404225166, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330812050787, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1191961702407, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 30753880868, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10600301226, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 347055943371, + "rshares": 405391617, + "voter": "grumlin" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 783048184673, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296009550989, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 7404914959204, + "rshares": 32531008048, + "voter": "marketingmonk" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 120069869008, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 74299604102, + "rshares": 3565587131, + "voter": "spartako" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46515448914, + "voter": "alexgr" + }, + { + "percent": "1000", + "reputation": 9469162, + "rshares": 9875950623, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 127159698297, + "rshares": 153299506859, + "voter": "vitaly-lvov" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1759864483, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14482324391, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 120350960404, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 3266915935488, + "rshares": 146365474256, + "voter": "itsjoeco" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78241534862, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 182175100493, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 8207454991, + "voter": "cryptorune" + }, + { + "percent": "993", + "reputation": 12382143533351, + "rshares": 74845793419, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83757570047, + "voter": "kingscrown" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61063960, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 735423696, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31685157449, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 34157530608, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2067994607, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329571176836, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7772229736, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576639509047, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9844197082, + "voter": "jerome-colley" + }, + { + "percent": "6900", + "reputation": 15755437221598, + "rshares": 20735466373, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 164394045710, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9669963595, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48603998204, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 36651696263, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178296081458, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 8093067222, + "voter": "censor-this" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103771853344, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413592397, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6369264090, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596874820, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379410454, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 1598588545490, + "rshares": 15754950657, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41803730621, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135357592680, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49480810146, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 260089147904, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365694018, + "voter": "cjley" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32280261136, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10902354441, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 96688235395, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 281250709109, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255149623, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3846295285020, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410265352, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375732656797, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55558360651, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54649492676, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 412276943513, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563660456466, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 49066421848, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77659108010, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1153726693, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262957747545, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4318928938, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30485932093, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 170298166990, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 6571743380703, + "rshares": 102727709511, + "voter": "igl00" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189626358065, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5814080300, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113899619770, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 204687602282, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45325975324, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 86319522439, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32090288968, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 6127015005793, + "rshares": 65327758850, + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 12812499558, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81069002651, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186395492, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11717620517, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471484245, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40644080457, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44973763196, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25608959555, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17556715394, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69941782919, + "voter": "bacchist" + }, + { + "percent": "5000", + "reputation": 17405459234693, + "rshares": 41656240800, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 434027134927, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7591435900, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 159099361072, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69438506663, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280302557, + "voter": "orly" + }, + { + "percent": "6900", + "reputation": 4066839697461, + "rshares": 6562020653, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5162057299, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 260496118, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24316275734, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 8375710964, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 12007868366, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4169837190, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15519453559, + "voter": "yogi.artist" + }, + { + "percent": "6900", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14208710486, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25044364565, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6936554984, + "voter": "futurefood" + }, + { + "percent": "6900", + "reputation": 675716972978, + "rshares": 166097514, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594872684, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1476289042, + "voter": "vi1son" + }, + { + "percent": "7900", + "reputation": 727668809534, + "rshares": 4313713263, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 104104889658, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18839388841, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 42360898973, + "rshares": 254952330, + "voter": "splus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2428795539, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8457093065, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 128236364, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599779464, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15250822382, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 1855825, + "rshares": 877690893, + "voter": "danielkt" + }, + { + "percent": "10000", + "reputation": 517322644046, + "rshares": 1505962723, + "voter": "tynx" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19213400605, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107646775, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3309065147, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24971056510, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398275578, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 81032062722, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14517981458, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 4121277460, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 12853075290, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 544576321, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 91537541765, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 1517806453887, + "rshares": 2493530595, + "voter": "jza" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 833886963, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 21317603496, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45670728927, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7310762242, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36783001725, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1396120240, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1907246343, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14750110456, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24126107719, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2884287141, + "voter": "sgnsteems" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4775573631, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 353165687330, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362764238, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 14325695560, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 74758008233, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 125855148, + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 36712614752, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168473448, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355272492, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 150924740, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5687678183, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 164633658481, + "rshares": 69127856745, + "voter": "squirrellywrath" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583547303, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3591693178, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 4050818244, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30054859610, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 33170156645, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4295993666, + "voter": "vapekings14" + }, + { + "percent": "10000", + "reputation": 16950633154, + "rshares": 35686097814, + "voter": "mynewsteemit" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838054068, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 998971377782, + "voter": "james212" + }, + { + "percent": "6900", + "reputation": 6570213787, + "rshares": 82341369, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 32362282117, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771570841, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877246115, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23815390215, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55221160, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50619397, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 12621488738, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 201571130, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 2568808468562, + "rshares": 3916247410, + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 1624945721527, + "rshares": 5272296624, + "voter": "bbrewer" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20257716778, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543433564, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633822064, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 138827026, + "voter": "bitmap" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33339241321, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326265053, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3338605732, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46730369762, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3627578747, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 38570740574, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "100", + "reputation": 4063076365725, + "rshares": 116751617, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3082845654, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5468068879, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128516954966, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 40835071879, + "rshares": 2283498737, + "voter": "dirty.hera" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921741469, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 62796584762, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298115093, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1011825289, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3827556430, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1177984300989, + "voter": "laonie" + }, + { + "percent": "1800", + "reputation": 7564464865541, + "rshares": 3948712774, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25591517597, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26102530872, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26111857942, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24446029704, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39735362328, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239316042900, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9190996850, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5217383031, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 6595506981050, + "rshares": 18483452252, + "voter": "timelapse" + }, + { + "percent": "993", + "reputation": 1751717743, + "rshares": 2079812248, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 7688051740, + "voter": "chris.roy" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 54297568928, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 3522323283, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184865389, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59414599, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26107326158, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26105065502, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26101971265, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26098397881, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6806156695, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26093934454, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 657020045061, + "rshares": 4752529546, + "voter": "miketr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26091742229, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3300148096, + "voter": "steemleak" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132008059347, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6878306789, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90614049675, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832164382, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14919069387, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1981260062, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 60024015, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79074212, + "voter": "dims" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4246153930, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2034968960, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1461849421, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 43657758162, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2673677377, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 61694961, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 152229655, + "voter": "steem-engine" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8558850900, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 649597112137, + "rshares": 60087364, + "voter": "jfelton5" + }, + { + "percent": "10000", + "reputation": 290868192700, + "rshares": 9962026961, + "voter": "ottodv" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91421786742, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54857117, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9125451613, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 575741651, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 194278320, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9987510256, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6395887076, + "voter": "rubenalexander" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 270063285, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1968138028, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 30406184808, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60204101, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 2316925791, + "rshares": 138794665, + "voter": "sharperguy" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3053251119, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 729169227915, + "voter": "dollarvigilante" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1802022847, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59750246, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 91238488565, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4973778348, + "voter": "almerri" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12924668237, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 2084406041, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 7428079247, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13279849970, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 60143295, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4278925065, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 68954000, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 7576386694, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26084710672, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 23413430011, + "rshares": 61115647, + "voter": "steempipe" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 3147415587, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2921702777, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 88709953085, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1964812271, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 79979619, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 28108611094, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3644131601, + "voter": "erikaharris" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 41538912131, + "rshares": 71097993, + "voter": "voluntaryv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 2866201592136, + "rshares": 4772416399, + "voter": "lancem" + }, + { + "percent": "10000", + "reputation": 101814429368, + "rshares": 87728848, + "voter": "ragingliberty" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2192419604, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 8272429773, + "rshares": 59486519, + "voter": "peterjhendrick" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1233668048, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2181319677, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10428042183, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3999887934, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1610382057, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2565501801, + "voter": "colinklein" + }, + { + "percent": "10000", + "reputation": 111747075058, + "rshares": 103607186, + "voter": "glenko" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 105978763747, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 387438670668, + "rshares": 708623062, + "voter": "ian.wash" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792166903, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 60022998820, + "rshares": 3775587368, + "voter": "obivankenobi" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 12089726136, + "voter": "ryan-singer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4895077130, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1036280295, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25204831493, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226328838, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1651983664, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 64527759, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 1310694171712, + "rshares": 2065964128, + "voter": "blockcodes" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 5126116308, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1620523773, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7432733705, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 185701642, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 52587425, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54593924, + "voter": "mrbud" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 13264560614, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 44386316732, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5540445974, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15212832168, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3706440049, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 54247498, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2477345340, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55401224, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6675509911, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 834930684, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 11270944783, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1042359676, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 381149965, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1356918413, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1372338350, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 4937905903933, + "rshares": 9468903698, + "voter": "shammyshiggs" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 52088375, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2614378090, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 390915138277, + "rshares": 120638673, + "voter": "tonyswish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 201113807252, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54973305, + "voter": "cryptoedge" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1843629612, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674315064, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 334136065, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395682043683, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 57670942227, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44332331160, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 5014250342169, + "rshares": 5261002022, + "voter": "thornybastard" + }, + { + "percent": "10000", + "reputation": 6995999694, + "rshares": 53228997, + "voter": "ultiphil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620954332, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366667951, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4648655348, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899848212, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5608289874, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 1030128184, + "rshares": 652645064, + "voter": "kharn" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3226812682, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2188434423, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 619923193031, + "rshares": 713530224, + "voter": "krispysix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 492992904, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793281208, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 497132432, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2126135519, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2345368685, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 5484672856, + "rshares": 53681027, + "voter": "marielynn" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 215238581, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5281888898, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11423638248, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51583321, + "voter": "dulcio" + }, + { + "percent": "10000", + "reputation": 601020100087, + "rshares": 1173837106, + "voter": "sicilian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4706560186, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50235850, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 3976227761, + "rshares": 52786468, + "voter": "afroditta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50214183, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1181689240, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 1321908864392, + "rshares": 1020208632, + "voter": "steemitcharity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 16746618, + "rshares": 854704924, + "voter": "gustafx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 2020202193, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3605393965, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51357142, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 64366873, + "rshares": 10336655491, + "voter": "zweix" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691786282, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141653069, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 163976005, + "voter": "shadoof" + }, + { + "percent": "10000", + "reputation": 171074397, + "rshares": 163941828, + "voter": "slogger" + }, + { + "percent": "10000", + "reputation": 3219636, + "rshares": 163809379, + "voter": "gennadij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 163802438, + "voter": "kolhoznik" + }, + { + "percent": "10000", + "reputation": -45828864, + "rshares": 163795151, + "voter": "slavik" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2337504938, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162986713, + "voter": "svetlana22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162966451, + "voter": "anatomv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162951860, + "voter": "vovchikrudak" + }, + { + "percent": "10000", + "reputation": 142806155, + "rshares": 162933838, + "voter": "milkman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162932714, + "voter": "kopoha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159730645, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 124730108, + "rshares": 162923354, + "voter": "elitklub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162907026, + "voter": "nazilred" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162898312, + "voter": "vasya16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162880816, + "voter": "serzhio8008" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162867676, + "voter": "orest696" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162828780, + "voter": "pavel73399" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162822455, + "voter": "sergio2205" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162774927, + "voter": "korobanov88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162769011, + "voter": "bogdelena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162721439, + "voter": "romanova-ek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162718406, + "voter": "kulikovsergey24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162662093, + "voter": "filth43" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1422802182, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162330555, + "voter": "dgafer60" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 4961345, + "rshares": 161217402, + "voter": "lavrin999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 4831555, + "rshares": 157932231, + "voter": "ayrilet" + }, + { + "percent": "10000", + "reputation": 9252617, + "rshares": 161082772, + "voter": "ascii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157682284, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 6754487851, + "rshares": 161668278, + "voter": "vladimirovich" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 140718047, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156402948, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 10655413, + "rshares": 159434072, + "voter": "anekdot" + }, + { + "percent": "10000", + "reputation": 446608067, + "rshares": 3721541816, + "voter": "elguapo4twenty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 923449373, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 87286392, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 82325271579, + "rshares": 192025390, + "voter": "vicflo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158182786, + "voter": "prenula" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102020072, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 660168773660, + "rshares": 1586499055, + "voter": "slammr76" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066691, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89219763, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 8376787255, + "rshares": 153480750, + "voter": "diegop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 182445807, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137629162, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155565498, + "voter": "traveliving" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155555405, + "voter": "hand-made" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 112446078, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 1701692302, + "voter": "exploretraveler" + }, + { + "percent": "10000", + "reputation": 2367370, + "rshares": 151511689, + "voter": "kirvvv2" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 145020464, + "voter": "newsfeed" + } + ], + "author": "charlieshrem", + "author_reputation": 50326964582800, + "beneficiaries": [], + "body": "[![Screen Shot 2016-09-13 at 2.24.06 PM.png](https://s13.postimg.org/xuefxzc0n/Screen_Shot_2016_09_13_at_2_24_06_PM.png)](https://postimg.org/image/4s05v5pqr/)\n\n*This is Part 5 in a series about my life as a Geek in Prison. Click my name to follow me and check out my blog for the Preamble and Parts 1-4. All names are changed to protect inmates privacy.*\n\n*I apologize for the delay in posting Part 5. I have been a little under the weather this week, which is probably being brought on by stress as my full release is this Friday. If you are in South Florida, I will be speaking next week followed by a dinner. Would love to see fellow Steemers! http://meetup.com/Tampa-Bay-Bitcoineers/events/233921902/*\n\n**Unit Life**\n\n> Bang bang bang \n\nAll day and night I hear this banging on the Unit windows. \n\n> Bang bang bang \n\nIt's the inmate signal that a CO is entering the unit, wether it be 5am or 5pm there is always an inmate lookout shift watching all corners of the unit. When a CO is coming up the road and entering the building, everyone knows. It's not a full proof system though, and I see inmates being dragged out all the time. There is no point in resisting. Once they know you are a trouble maker, it's only a matter of time before they catch you. \n\nYou have to get lucky every night, they only have to get lucky once. \n\nThus is Unit Life as I'm starting to learn. \n\nI've been in prison a few weeks now and even though I'm getting into a routine, it's not easier. I wake up every morning, go to the bathroom and brush my teeth. I try to wake up earlier than everyone as I like to move slowly but this is impossible, inmates are always awake. There are some inmates that work the midnight sift in the powerhouse or early morning cleaning the wardens office. Some older folk just like being awake early. Most of the guys who stay up all night, generally the younger ones, are sleeping until midday. I like hanging around the older guys. I keep my voice low, like having good conversation and have a long term outlook on life.\n\nMost inmates can be categorized into two categories: Long term and short term. No, I'm not talking about the length of their sentence, I'm talking about their outlook on life. Many inmates care about today and tomorrow. They are going to hustle and make every day their best with no care for tomorrow. They will make trouble, eat what they want and not give two shits about their fellow human being. There is no way to rationalize with these inmates, they do whatever the hell they want to do and thats about it. Other inmates care. Meaning, they give some level of respect to other human beings. This could be sharing a cookie or something simple like wiping their piss of the toilet seat \n\n[![Benton jail.jpg](https://s14.postimg.org/kz5wafoyp/Benton_jail.jpg)](https://postimg.org/image/xqk2gxyql/)\n\nLater that year when I was in solitary, I briefly had a bunk mate who told me he was sent there because he jumped his other bunkie. He had woken to use the bathroom and his bunkie hadn't wiped down the seat. You can get stabbed for something like that. \n\nAfter I do my bathroom thing, I go back to my cube and try not to wake up Omar. Omar works at UNICOR aka Prison Industries. This is the highest paying job on the compound, starting at $0.17 an hour. They do everything from breaking down old VCR's to doing the upholstery on furniture. When you walk into a government office, wether it be the post office or federal building, all the furniture and plastic silverware is made by UNICOR. Usually the inmates who work at UNICOR don't have outside money coming in, they can bring home $100-$300 a month which goes a long way in the commissary. \n\n[![products-landing-page.jpg](https://s14.postimg.org/y21itpf6p/products_landing_page.jpg)](https://postimg.org/image/k8d64nml9/)\n\nIt's almost impossible to open up my locker without it creaking. I grab my coffee cup to make my morning Shrempresso. What is a Shrempresso you ask? From my love of all things coffee I've invented a mixture that is making its way around the compound. Over the next year, dozens of inmates will have drank my Shrempresso \n\n**Shrempresso Receipe**\n\n- Get a 16 oz cup, don't fill it with water yet! \n- Add 1 tsp of the following to your cup\n*1. Maxwell House Instant Espresso (Dark Roast if you can find it)\n*2. Keefe Colombian Coffee (Not sure if you can buy this outside of a Prison Compound)\n*3. Swiss Mix Hot Chocolate \n- Add hot water and stir! \n\nAfter I make my Shrempresso I head into the TV room to watch the news. \n\nThe TV room is where you will find hostilities and violence, if any, on the compound. There are actually 2 TV rooms, both with 3 TVs hanging from the ceiling. Each TV has an FM frequency under it and you can tune your mp3 player or radio to listen in. Having a seat is based on seniority. The only way to get a seat is if someone who is leaving gives you theirs. However if the other inmates don't think you are worthy, they won't respect your seat and someone will likely always be sitting in it. Shimi has been on the compound for 3 years and lets me sit in his seat when he is not around. The control over which channel and shows are on is based on super seniority and unless you are living in the Unit 5+ years, don't even try to change the channel. If there is a fight, it usually happens outside the TV room because if someone does something in the TV room, we all lose it. \n\nRespect the sanctity of the TV room, or leave. \n\n[![religion-prison_sentence-prison-jail-prisoner-se.jpg](https://s16.postimg.org/gqz9cwtth/religion_prison_sentence_prison_jail_prisoner_se.jpg)](https://postimg.org/image/d7dbn3r3l/)\n\nI head back to my cube to get dressed and have a chat with Omar. Sometimes we discuss life, politics, religion or anything over a hunny bun. He was raised in a very religious Muslim family and I was raised in an Orthodox Jewish one, so our conversations always lead to religion and middle eastern politics. Over the year, Omar and I have solved the Israeli-Palestinian conflict and have figured out a way for Muslims and Jews to live in world peace. All it takes is forcing a Muslim and Jew to live together for a year. \n\nConversations would usually start by me asking him about something in Islam that I had heard about and didn't understand, for example his view on homosexuality. He would explain to me that he was raised learning that being Gay is a choice and that we have control of our urges. Then he would explain to me that he has many Gay friends and regardless of his beliefs he does not judge them for it. I would explain the view of Homosexuality in the Torah (Old Testament) regards Gay sex as something we shouldn't do however over the years different Rabbinical authorities have clarified this based on the community you belong to. We would debate various subjects back and forth and it would stay amicable. This relationship allowed the Jewish and Muslim communities in prison to share resources like the chapel, kitchen and each others religious ceremonies and restrictions. \n\nFor breakfast, I can either make myself some oatmeal in the Unit or head to the chow hall. The chow hall is usually corn grits, bran cereal or something resembling oatmeal on a cycle. Sometimes there is a fruit involved and if were lucky maybe a piece of cake. \n\nAfter this I call Courtney to say good morning and head over to the computers to check any emails I got overnight. I park myself in the library and read the newspaper or a book until I head to work.\n\n A week ago I got a job in the education department, as a GED tutor which is the equivalent of a high school diploma. I will discuss that in my next post. \n\nFollow me and stay tuned for Part 6!", + "body_length": 7705, + "cashout_time": "2016-09-20T19:03:00", + "category": "story", + "children": 17, + "created": "2016-09-13T19:03:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"bitcoin\"],\"image\":[\"https://s13.postimg.org/xuefxzc0n/Screen_Shot_2016_09_13_at_2_24_06_PM.png\",\"https://s14.postimg.org/kz5wafoyp/Benton_jail.jpg\",\"https://s14.postimg.org/y21itpf6p/products_landing_page.jpg\",\"https://s16.postimg.org/gqz9cwtth/religion_prison_sentence_prison_jail_prisoner_se.jpg\"],\"links\":[\"https://postimg.org/image/4s05v5pqr/\",\"http://meetup.com/Tampa-Bay-Bitcoineers/events/233921902/\",\"https://postimg.org/image/xqk2gxyql/\",\"https://postimg.org/image/k8d64nml9/\",\"https://postimg.org/image/d7dbn3r3l/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T19:04:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109619512175777, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "657.596 HBD", + "percent_hbd": 10000, + "permlink": "a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-life-and-the-shrempresso", + "post_id": 1234982, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Geek in Prison - A Life Series by Charlie Shrem (Part 5 - Unit Life & The Shrempresso)", + "title": "A Geek in Prison - A Life Series by Charlie Shrem (Part 5 - Unit Life & The Shrempresso)", + "total_payout_value": "0.000 HBD", + "url": "/story/@charlieshrem/a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-life-and-the-shrempresso" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 28271224019204, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4866520457203, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 183026332507, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 9693881519574, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 640709084567, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1881068081172, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4568760837662, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4397130548499, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 414627015730, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26306645156, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1719850299948, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135223997, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686784224980, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717563658, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 173834372745, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10600301226, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2801873092405, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799361688520, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 127159698297, + "rshares": 153299506859, + "voter": "vitaly-lvov" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1759864483, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14790458953, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 186892220669, + "voter": "jamtaylor" + }, + { + "percent": "401", + "reputation": 12382143533351, + "rshares": 29938226277, + "voter": "eeks" + }, + { + "percent": "8700", + "reputation": 14848515958625, + "rshares": 72261473061, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576639509047, + "voter": "nanzo-scoop" + }, + { + "percent": "5000", + "reputation": 15755437221598, + "rshares": 15246666451, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47418753116, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 178296081458, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268602364, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103771853344, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642718425092, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413592397, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184632045, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2379410454, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 1598588545490, + "rshares": 15439851644, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41803730621, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135357592680, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49480810146, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10438424465, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3846295285020, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 322138259079, + "voter": "hisnameisolllie" + }, + { + "percent": "8800", + "reputation": 3906896686802, + "rshares": 48474657160, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 85337268504, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 574933665595, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 785378486075, + "voter": "anwenbaumeister" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652094306, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5943282085, + "voter": "mark-waser" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 210074118132, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45325975324, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 86319522439, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 81069002651, + "voter": "razvanelulmarin" + }, + { + "percent": "8800", + "reputation": 17405459234693, + "rshares": 60749967199, + "voter": "venuspcs" + }, + { + "percent": "5000", + "reputation": 4066839697461, + "rshares": 4825015186, + "voter": "getssidetracked" + }, + { + "percent": "2100", + "reputation": 9956734090708, + "rshares": 10003966680, + "voter": "firepower" + }, + { + "percent": "5000", + "reputation": 2906973892, + "rshares": 123237339, + "voter": "strawhat" + }, + { + "percent": "5000", + "reputation": 675716972978, + "rshares": 122130525, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1267466943304, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44088735785, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1451740615, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2428795539, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 16428950831, + "voter": "sebastien" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107646775, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 14826352016829, + "rshares": 38257044455, + "voter": "diana.catherine" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 14547608410, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 87801315571, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54558533317, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 422948180373, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7162435093, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36782826829, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163107730240, + "voter": "blueorgy" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4775573631, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 37493734215, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 141684450, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3591693178, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 245365091326, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3772560424, + "voter": "birdie" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838029777, + "voter": "jl777" + }, + { + "percent": "5000", + "reputation": 6570213787, + "rshares": 61167874, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6881819096, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 929113870632, + "rshares": 800424685, + "voter": "valenttina" + }, + { + "percent": "2000", + "reputation": 5528318017618, + "rshares": 1120524601, + "voter": "lpfaust" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77156992, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543432046, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 166592431, + "voter": "bitmap" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33339241321, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326265053, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 177237772, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 1346175861647, + "rshares": 6461245535, + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 142191549743, + "voter": "shaka" + }, + { + "percent": "8800", + "reputation": 17701690051649, + "rshares": 115400948528, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 870533610, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298115093, + "voter": "taker" + }, + { + "percent": "5700", + "reputation": 10137266406870, + "rshares": 9269174723, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 12250485576, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1177984300989, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23877511136, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 2730766591183, + "rshares": 2688180475, + "voter": "handmade" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39735362328, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 245784044059, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9432865188, + "voter": "flysaga" + }, + { + "percent": "401", + "reputation": 1751717743, + "rshares": 831923077, + "voter": "gmurph" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 55726452321, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 81529872758, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184865389, + "voter": "ullikume" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132008059347, + "voter": "xiaohui" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6878306789, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90614049675, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14919069387, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4357894823, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 11349550568, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2554852418, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 53905643734, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3819938802, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2728242221, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 9022229331, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8784083819, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 24090139704, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 575741651, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 221431500, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 35436196032, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3053251119, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 6389344087, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 880709324, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 90098472914, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12924668237, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 66139551, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2204600014, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2921702777, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10621040045, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773659591, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2128116759, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9238217404, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5314401891, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4742105970, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1651983664, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 69759739, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656535413, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 44386316732, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15550895105, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 2869520992, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3787014832, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2413823665, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2222202365, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6823854576, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 73376503650, + "rshares": 14379157621, + "voter": "cryptobiker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 51003200, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672475381, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1724685766, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44332331160, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 1201509725074, + "rshares": 492992904, + "voter": "echoesinthemind" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398672519, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11423638248, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4811150412, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 1487989126850, + "rshares": 1977901532, + "voter": "haphazard-hstead" + }, + { + "percent": "10000", + "reputation": 843386194592, + "rshares": 536156044, + "voter": "fortinbuff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166200503, + "voter": "haddock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685513831, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 42878640777, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80674477, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 3525299486, + "rshares": 154776718, + "voter": "iliyaa" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691786282, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141653069, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159716853, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 417002303, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 663488126, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 923449373, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158574568, + "voter": "andreeakiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155427208, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 637948128, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 1262958259666, + "rshares": 493890175, + "voter": "alienbutt" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 103328828, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 132935425, + "voter": "newsfeed" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:30 12/09 UTC and 17:00 13/09 UTC. Project Curie voted on a total of **74 posts** by 73 unique authors. **SBD 3,200** has been generated for authors thus far, at an average of SBD 43 per post. 12 of these posts were submitted in the #curie channel by curators.\n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@soldier](https://steemit.com/@soldier) | [How to trick your mind - Chapter 1](https://steemit.com/life/@soldier/how-to-trick-your-mind-chapter-1) | 261.005 SBD |\n| [@shaka](https://steemit.com/@shaka) | [The local gem safari #1 - The Vitra House](https://steemit.com/travel-local/@shaka/the-local-gem-safari-1-the-vitra-house) | 211.756 SBD |\n| [@mrwang](https://steemit.com/@mrwang) | [Confession of my Profession](https://steemit.com/story/@mrwang/confession-of-my-profession) | 173.086 SBD |\n| [@krnel](https://steemit.com/@krnel) | [The Importance of Time and Thinking](https://steemit.com/time/@krnel/the-importance-of-time-and-thinking) | 70.704 SBD |\n| [@lesliestarrohara](https://steemit.com/@lesliestarrohara) | [Surfing the Myconet - Original Sentient Fungus Fiction - Part 2 of 3](https://steemit.com/story/@lesliestarrohara/surfing-the-myconet-original-sentient-fungus-fiction-part-2-of-3) | 63.327 SBD |\n| [@jako](https://steemit.com/@jako) | [\ud83d\udcac The future of the digital economy relies on the cryptocurrency ecosystem rather than the startup ecosystem (Part\u00a01)](https://steemit.com/beyondbitcoin/@jako/the-future-of-the-digital-economy-relies-on-the-cryptocurrencies-ecosystem-rather-than-the-startup-ecosystem-part-1) | 63.125 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Dark matter, the glue of the universe.](https://steemit.com/science/@anarchyhasnogods/dark-matter-the-glue-of-the-universe) | 61.219 SBD |\n| [@jaredcwillis](https://steemit.com/@jaredcwillis) | [Unconventional Profits: Ostrich Farming](https://steemit.com/money/@jaredcwillis/unconventional-profits-ostrich-farming) | 51.589 SBD |\n| [@yogi.artist](https://steemit.com/@yogi.artist) | [Anti-Virus Your Life: Yogi's Simple Survival Strategies](https://steemit.com/life/@yogi.artist/anti-virus-your-life-yogi-s-simple-survival-strategies) | 50.700 SBD |\n| [@pabloescobar](https://steemit.com/@pabloescobar) | [Backpacking across the Lovozero Massif: Seydyavr regional sanctuary (part 3)](https://steemit.com/travel/@pabloescobar/backpacking-across-the-lovozero-massif-seydyavr-regional-sanctuary-part-3) | 47.165 SBD |\n| [@lemouth](https://steemit.com/@lemouth) | [Demystifying the experimental quest for the Higgs boson](https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson) | 44.459 SBD |\n| [@anarcho-andrei](https://steemit.com/@anarcho-andrei) | [Descriptions on the Spot - Photo Bounty](https://steemit.com/writing/@anarcho-andrei/63pbuw-descriptions-on-the-spot-photo-bounty) | 44.324 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to solve the Rubik's Cube like a boss - Part 1](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-1) | 42.050 SBD |\n| [@anasya](https://steemit.com/@anasya) | [\ud83c\udfc1 CrazyChallenge. The first season. The fourth game. \ud83d\ude80 Contest with money prize!](https://steemit.com/crazychallenge/@anasya/crazychallenge-the-first-season-the-fourth-game-contest-with-money-prize) | 41.276 SBD |\n| [@gardenofeden](https://steemit.com/@gardenofeden) | [Iodine: An Essential Nutrient and Holistic Option for Detoxing Heavy Metals and Halogens](https://steemit.com/health/@gardenofeden/iodine-an-essential-nutrient-and-holistic-option-for-detoxing-heavy-metals-and-halogens) | 39.626 SBD |\n| [@lancem](https://steemit.com/@lancem) | [Why Less Sugar Is Better](https://steemit.com/health/@lancem/why-less-sugar-means-a-healthier-and-more-energetic-life) | 39.328 SBD |\n| [@anmuravjev](https://steemit.com/@anmuravjev) | [Russian army from inside. The first month of the service (when you are already there, but still not even a rookie).](https://steemit.com/life/@anmuravjev/russian-army-from-inside-the-first-month-of-the-service-when-you-are-already-there-but-still-not-even-a-rookie) | 38.276 SBD |\n| [@comealong](https://steemit.com/@comealong) | [Original Work - Drawing Phases of My Next Portrait - Man With Glasses](https://steemit.com/art/@comealong/original-work-drawing-phases-of-my-next-portrait-man-with-glasses) | 38.673 SBD |\n| [@jasonstaggers](https://steemit.com/@jasonstaggers) | [Unleash Your Super-Power, Part 2: Where Our Strengths Come From](https://steemit.com/strengthsfinder/@jasonstaggers/unleash-your-super-power-part-2-where-our-strengths-come-from) | 38.058 SBD |\n| [@bitbutter](https://steemit.com/@bitbutter) | [How I Record Voiceovers At Home](https://steemit.com/how-to/@bitbutter/how-i-record-voiceovers-at-home) | 38.457 SBD |\n| [@micheletrainer](https://steemit.com/@micheletrainer) | [The Price is Write](https://steemit.com/steemit/@micheletrainer/the-price-is-write) | 38.107 SBD |\n| [@contentjunkie](https://steemit.com/@contentjunkie) | [How To Access the Darknet - The Easiest Way to Start Surfing The Hidden Underground Internet Safely and Anonymously](https://steemit.com/technology/@contentjunkie/how-to-access-the-darknet-the-easiest-way-to-start-surfing-the-hidden-underground-internet-safely-and-anonymously) | 37.695 SBD |\n| [@zombiedoll](https://steemit.com/@zombiedoll) | [I'm Not Made for This World](https://steemit.com/psychology/@zombiedoll/i-m-not-made-for-this-world) | 36.628 SBD |\n| [@galamirissa](https://steemit.com/@galamirissa) | [I m looking for people who want collaborate creating CINEMATOGRAPHS](https://steemit.com/photography/@galamirissa/i-m-looking-for-people-who-want-collaborate-creating-cinematographs) | 36.602 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [The Mission of the Spider Woman (A True Story)](https://steemit.com/psychedelics/@soulsistashakti/the-mission-of-the-spider-woman-a-true-story) | 35.257 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Today in bad arguments: identity logic](https://steemit.com/philosophy/@ionescur/today-in-bad-arguments-identity-logic) | 35.102 SBD |\n| [@pjheinz](https://steemit.com/@pjheinz) | [Light Cones and Black Holes (3 of 3)](https://steemit.com/science/@pjheinz/light-cones-and-black-holes-3-of-3) | 35.065 SBD |\n| [@hustle-no-more](https://steemit.com/@hustle-no-more) | [Setting The Stash House On Fire - Stick Up Boy Stories](https://steemit.com/life/@hustle-no-more/setting-the-stash-house-on-fire-stick-up-boy-stories) | 35.707 SBD |\n| [@prufarchy](https://steemit.com/@prufarchy) | [Imagine Freedom (Original)](https://steemit.com/story/@prufarchy/imagine-freedom-original) | 34.997 SBD |\n| [@juliac](https://steemit.com/@juliac) | [[Original Artwork] Little Kitty](https://steemit.com/art/@juliac/original-artwork-little-kitty) | 34.139 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Mysterious Yohannisdahl - Ghost town of Ingermanlandia./\u0417\u0430\u0433\u0430\u0434\u043e\u0447\u043d\u044b\u0439 \u0419\u043e\u0445\u0430\u043d\u043d\u0435\u0441\u0434\u0430\u043b\u044c \u2013 \u0438\u0441\u0447\u0435\u0437\u043d\u0443\u0432\u0448\u0438\u0439 \u0433\u043e\u0440\u043e\u0434 \u0418\u043d\u0433\u0435\u0440\u043c\u0430\u043d\u043b\u0430\u043d\u0434\u0438\u0438.](https://steemit.com/art/@nekromarinist/mysterious-yohannisdahl-ghost-town-of-ingermanlandia-zagadochnyi-iokhannesdal-ischeznuvshii-gorod-ingermanlandii) | 34.602 SBD |\n| [@dwinblood](https://steemit.com/@dwinblood) | [Who was Cliff Burton? - Some musical history - another great - another tragic loss](https://steemit.com/history/@dwinblood/who-was-cliff-burton-some-musical-history-another-great-another-tragic-loss) | 34.186 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Realistic Human Heart Drawing Video](https://steemit.com/art/@edgarsart/realistic-human-heart-drawing-video) | 34.140 SBD |\n| [@jza](https://steemit.com/@jza) | [Por que amo VIM](https://steemit.com/spanish/@jza/por-que-amo-vim) | 33.928 SBD |\n| [@lanimal](https://steemit.com/@lanimal) | [Parallels between the Contrasting Approaches within Ecology and Economics, respectively](https://steemit.com/science/@lanimal/parallels-between-the-contrasting-approaches-within-ecology-and-economics-respectively) | 33.386 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new traditional painting - Surprise expression - Realism](https://steemit.com/art/@kimal73/my-new-traditional-painting-surprise-expression-realism) | 33.464 SBD |\n| [@handmade](https://steemit.com/@handmade) | [Who's this boy on the tree? ( Short story )](https://steemit.com/storiesin4k/@handmade/who-s-this-boy-on-the-tree-short-story) | 33.162 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 1](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-1) | 33.553 SBD |\n| [@victor-lucas](https://steemit.com/@victor-lucas) | [Future Technologies: Self-Driving (Sailing?) Boats](https://steemit.com/technology/@victor-lucas/future-technologies-self-driving-sailing-boats) | 33.001 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [In Defense of the Scientific and the Spiritual - Part 1 : What is Science, Really?](https://steemit.com/science/@williambanks/in-defense-of-the-scientific-and-the-spiritual-part-1-what-is-science-really) | 33.916 SBD |\n| [@lchazen](https://steemit.com/@lchazen) | [The Connection Between Creativity and Mental Illness](https://steemit.com/creativity/@lchazen/the-connection-between-creativity-and-mental-illness) | 33.004 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte dos](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-dos) | 33.738 SBD |\n| [@sgnsteems](https://steemit.com/@sgnsteems) | [Pollo Guisado a la sgnsteems (spanish version)](https://steemit.com/spanish/@sgnsteems/pollo-guisado-a-la-sgnsteems-spanish-version) | 33.013 SBD |\n| [@sebcam](https://steemit.com/@sebcam) | [One Man, One HIDDEN CAMERA MICROPHONE TEST GONE WRONG!!! One Journey on Steemit!](https://steemit.com/funny/@sebcam/one-man-one-hidden-camera-microphone-test-gone-wrong-one-journey-on-steemit) | 33.055 SBD |\n| [@everlove](https://steemit.com/@everlove) | [HENNA THROUGH MY LENS - -- Mixed Media Henna Art Design....\"Quincie in Flight\"](https://steemit.com/art/@everlove/henna-through-my-lens-mixed-media-henna-art-design-quincie-in-flight) | 33.986 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part2.](https://steemit.com/travel/@rusla/japan-part2) | 33.868 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [DIY Paper Candle Holder](https://steemit.com/art/@awesomenyl/diy-paper-candle-holder) | 32.054 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 9: Albee's Tale\u2014Albee\u7684\u6545\u4e8b](https://steemit.com/cn/@thornybastard/chapter-9-albee-s-tale-albee) | 32.202 SBD |\n| [@lgm-1](https://steemit.com/@lgm-1) | [Bauhaus to Blockchain : \"Gesamtkunstwerk\" - (Photography Series)](https://steemit.com/photography/@lgm-1/bauhaus-to-blockchain-gesamtkunstwerk-photography-series) | 32.126 SBD |\n| [@tanyabtc](https://steemit.com/@tanyabtc) | [Yoga is a lifestyle (\u0419\u043e\u0433\u0430 \u044d\u0442\u043e \u0441\u0442\u0438\u043b\u044c \u0436\u0438\u0437\u043d\u0438)](https://steemit.com/art/@tanyabtc/yoga-is-a-lifestyle) | 32.532 SBD |\n| [@burnin](https://steemit.com/@burnin) | [How to Cultivate a New Habit](https://steemit.com/life/@burnin/how-to-cultivate-a-new-habit) | 32.493 SBD |\n| [@kiwideb](https://steemit.com/@kiwideb) | [My grandmother's legacy](https://steemit.com/life/@kiwideb/my-grandmother-s-legacy) | 32.544 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [I Got to Be on TV Because My 9x Great-Grandfather Was Hanged as a Witch](https://steemit.com/life/@stephmckenzie/i-got-to-be-on-tv-because-my-9x-great-grandfather-was-hanged-as-a-witch) | 32.217 SBD |\n| [@jrcornel](https://steemit.com/@jrcornel) | [There Is An Epidemic Among Us!](https://steemit.com/steemit/@jrcornel/there-is-an-epidemic-among-us) | 32.051 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Secret Societies #4: The Holy Vehm - German Secret Courts](https://steemit.com/anarchy/@getonthetrain/secret-societies-4-the-holy-vehm-german-secret-courts) | 32.679 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Can We Beat The Monday Blues?](https://steemit.com/life/@stormblaze/can-we-beat-the-monday-blues) | 32.071 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 1 - Part 6](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-1-part-6) | 32.206 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 2 - Family (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-2-family-original-photos) | 32.648 SBD |\n| [@valenttina](https://steemit.com/@valenttina) | [Contaminaci\u00f3n por empaques de alimentos: una bofetada (y una alternativa \u2714)](https://steemit.com/spanish/@valenttina/contaminacion-por-empaques-de-alimentos-una-bofetada-y-una-alternativa) | 31.336 SBD |\n| [@alexft](https://steemit.com/@alexft) | [My art: Fairy](https://steemit.com/art/@alexft/my-art-fairy) | 31.394 SBD |\n| [@fortinbuff](https://steemit.com/@fortinbuff) | [TOLKIEN TUESDAY: Melkor and the Theft of the Silmarils](https://steemit.com/blog/@fortinbuff/tolkien-tuesday-melkor-and-the-theft-of-the-silmarils) | 31.102 SBD |\n| [@therealpaul](https://steemit.com/@therealpaul) | [How Modern Society Became My Psycho Ex](https://steemit.com/writing/@therealpaul/how-modern-society-became-my-psycho-ex) | 31.131 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Recipe Bean turned](https://steemit.com/food/@gustavopasquini/recipe-bean-turned) | 31.503 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Chicken salad shredded and Green Apple](https://steemit.com/food/@gustavopasquini/chicken-salad-shredded-and-green-apple) | 30.469 SBD |\n| [@sarahjordan](https://steemit.com/@sarahjordan) | [A Year In San Diego](https://steemit.com/travel/@sarahjordan/a-year-in-san-diego) | 30.339 SBD |\n| [@zhurley](https://steemit.com/@zhurley) | [Mi primer Post y un poco sobre mi](https://steemit.com/spanish/@zhurley/mi-primer-post-y-un-poco-sobre-mi) | 30.299 SBD |\n| [@rahulsingh](https://steemit.com/@rahulsingh) | [Portrait study in watercolor](https://steemit.com/art/@rahulsingh/4gv6pj-portrait-study-in-watercolor) | 30.419 SBD |\n| [@anton333](https://steemit.com/@anton333) | [Origami Part 4, the model of a rose petals.](https://steemit.com/art/@anton333/origami-part-4-the-model-of-a-rose-petals) | 30.990 SBD |\n| [@alienbutt](https://steemit.com/@alienbutt) | [A word about Vampires, do they really suck?](https://steemit.com/writing/@alienbutt/a-word-about-vampires-do-they-really-suck) | 30.800 SBD |\n| [@yanik](https://steemit.com/@yanik) | [Figure \"Tiger\"](https://steemit.com/life/@yanik/figure-tiger) | 30.523 SBD |\n| [@bloggersclub](https://steemit.com/@bloggersclub) | [Spells of Genesis - Online Mobile Gaming Coming to Blockchain](https://steemit.com/blockchain/@bloggersclub/spells-of-genesis-online-mbile-gaming-coming-to-blockchain) | 30.452 SBD |\n| [@littlescribe](https://steemit.com/@littlescribe) | [A PLASTIC, NEURO-PLASTIC DEVICE FOR HOME USE...BETTER THAN NOOTROPICS](https://steemit.com/neuroplasticity/@littlescribe/a-plastic-neuro-plastic-device-for-home-use-better-than-nootropics) | 29.925 SBD |\n| [@pairmike](https://steemit.com/@pairmike) | [On Vacation in Memphis and Nashville with Music, Photography, and Steemit.](https://steemit.com/travel/@pairmike/so-much-fun-on-vacation-with-music-sights-and-steemit) | 19.31 SBD |\n| [@hannahp](https://steemit.com/@hannahp) | [My everyday at home toning workout! No equipment needed](https://steemit.com/life/@hannahp/my-everyday-at-home-toning-workout-no-weights-needed) | 14.990 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie. Join us in #curie on Steemit.chat!
\n\n---------------------------\n
Follow us @curie
\n---------------------------", + "body_length": 17410, + "cashout_time": "2016-09-20T18:38:06", + "category": "curie", + "children": 21, + "created": "2016-09-13T18:38:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/@soldier\",\"https://steemit.com/life/@soldier/how-to-trick-your-mind-chapter-1\",\"https://steemit.com/@shaka\",\"https://steemit.com/travel-local/@shaka/the-local-gem-safari-1-the-vitra-house\",\"https://steemit.com/@mrwang\",\"https://steemit.com/story/@mrwang/confession-of-my-profession\",\"https://steemit.com/@krnel\",\"https://steemit.com/time/@krnel/the-importance-of-time-and-thinking\",\"https://steemit.com/@lesliestarrohara\",\"https://steemit.com/story/@lesliestarrohara/surfing-the-myconet-original-sentient-fungus-fiction-part-2-of-3\",\"https://steemit.com/@jako\",\"https://steemit.com/beyondbitcoin/@jako/the-future-of-the-digital-economy-relies-on-the-cryptocurrencies-ecosystem-rather-than-the-startup-ecosystem-part-1\",\"https://steemit.com/@anarchyhasnogods\",\"https://steemit.com/science/@anarchyhasnogods/dark-matter-the-glue-of-the-universe\",\"https://steemit.com/@jaredcwillis\",\"https://steemit.com/money/@jaredcwillis/unconventional-profits-ostrich-farming\",\"https://steemit.com/@yogi.artist\",\"https://steemit.com/life/@yogi.artist/anti-virus-your-life-yogi-s-simple-survival-strategies\",\"https://steemit.com/@pabloescobar\",\"https://steemit.com/travel/@pabloescobar/backpacking-across-the-lovozero-massif-seydyavr-regional-sanctuary-part-3\",\"https://steemit.com/@lemouth\",\"https://steemit.com/science/@lemouth/demystifying-the-experimental-quest-for-the-higgs-boson\",\"https://steemit.com/@anarcho-andrei\",\"https://steemit.com/writing/@anarcho-andrei/63pbuw-descriptions-on-the-spot-photo-bounty\",\"https://steemit.com/@driv3n\",\"https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-1\",\"https://steemit.com/@anasya\",\"https://steemit.com/crazychallenge/@anasya/crazychallenge-the-first-season-the-fourth-game-contest-with-money-prize\",\"https://steemit.com/@gardenofeden\",\"https://steemit.com/health/@gardenofeden/iodine-an-essential-nutrient-and-holistic-option-for-detoxing-heavy-metals-and-halogens\",\"https://steemit.com/@lancem\",\"https://steemit.com/health/@lancem/why-less-sugar-means-a-healthier-and-more-energetic-life\",\"https://steemit.com/@anmuravjev\",\"https://steemit.com/life/@anmuravjev/russian-army-from-inside-the-first-month-of-the-service-when-you-are-already-there-but-still-not-even-a-rookie\",\"https://steemit.com/@comealong\",\"https://steemit.com/art/@comealong/original-work-drawing-phases-of-my-next-portrait-man-with-glasses\",\"https://steemit.com/@jasonstaggers\",\"https://steemit.com/strengthsfinder/@jasonstaggers/unleash-your-super-power-part-2-where-our-strengths-come-from\",\"https://steemit.com/@bitbutter\",\"https://steemit.com/how-to/@bitbutter/how-i-record-voiceovers-at-home\",\"https://steemit.com/@micheletrainer\",\"https://steemit.com/steemit/@micheletrainer/the-price-is-write\",\"https://steemit.com/@contentjunkie\",\"https://steemit.com/technology/@contentjunkie/how-to-access-the-darknet-the-easiest-way-to-start-surfing-the-hidden-underground-internet-safely-and-anonymously\",\"https://steemit.com/@zombiedoll\",\"https://steemit.com/psychology/@zombiedoll/i-m-not-made-for-this-world\",\"https://steemit.com/@galamirissa\",\"https://steemit.com/photography/@galamirissa/i-m-looking-for-people-who-want-collaborate-creating-cinematographs\",\"https://steemit.com/@soulsistashakti\",\"https://steemit.com/psychedelics/@soulsistashakti/the-mission-of-the-spider-woman-a-true-story\",\"https://steemit.com/@ionescur\",\"https://steemit.com/philosophy/@ionescur/today-in-bad-arguments-identity-logic\",\"https://steemit.com/@pjheinz\",\"https://steemit.com/science/@pjheinz/light-cones-and-black-holes-3-of-3\",\"https://steemit.com/@hustle-no-more\",\"https://steemit.com/life/@hustle-no-more/setting-the-stash-house-on-fire-stick-up-boy-stories\",\"https://steemit.com/@prufarchy\",\"https://steemit.com/story/@prufarchy/imagine-freedom-original\",\"https://steemit.com/@juliac\",\"https://steemit.com/art/@juliac/original-artwork-little-kitty\",\"https://steemit.com/@nekromarinist\",\"https://steemit.com/art/@nekromarinist/mysterious-yohannisdahl-ghost-town-of-ingermanlandia-zagadochnyi-iokhannesdal-ischeznuvshii-gorod-ingermanlandii\",\"https://steemit.com/@dwinblood\",\"https://steemit.com/history/@dwinblood/who-was-cliff-burton-some-musical-history-another-great-another-tragic-loss\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/realistic-human-heart-drawing-video\",\"https://steemit.com/@jza\",\"https://steemit.com/spanish/@jza/por-que-amo-vim\",\"https://steemit.com/@lanimal\",\"https://steemit.com/science/@lanimal/parallels-between-the-contrasting-approaches-within-ecology-and-economics-respectively\",\"https://steemit.com/@kimal73\",\"https://steemit.com/art/@kimal73/my-new-traditional-painting-surprise-expression-realism\",\"https://steemit.com/@handmade\",\"https://steemit.com/storiesin4k/@handmade/who-s-this-boy-on-the-tree-short-story\",\"https://steemit.com/@shieha\",\"https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-1\",\"https://steemit.com/@victor-lucas\",\"https://steemit.com/technology/@victor-lucas/future-technologies-self-driving-sailing-boats\",\"https://steemit.com/@williambanks\",\"https://steemit.com/science/@williambanks/in-defense-of-the-scientific-and-the-spiritual-part-1-what-is-science-really\",\"https://steemit.com/@lchazen\",\"https://steemit.com/creativity/@lchazen/the-connection-between-creativity-and-mental-illness\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-dos\",\"https://steemit.com/@sgnsteems\",\"https://steemit.com/spanish/@sgnsteems/pollo-guisado-a-la-sgnsteems-spanish-version\",\"https://steemit.com/@sebcam\",\"https://steemit.com/funny/@sebcam/one-man-one-hidden-camera-microphone-test-gone-wrong-one-journey-on-steemit\",\"https://steemit.com/@everlove\",\"https://steemit.com/art/@everlove/henna-through-my-lens-mixed-media-henna-art-design-quincie-in-flight\",\"https://steemit.com/@rusla\",\"https://steemit.com/travel/@rusla/japan-part2\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/diy-paper-candle-holder\",\"https://steemit.com/@thornybastard\",\"https://steemit.com/cn/@thornybastard/chapter-9-albee-s-tale-albee\",\"https://steemit.com/@lgm-1\",\"https://steemit.com/photography/@lgm-1/bauhaus-to-blockchain-gesamtkunstwerk-photography-series\",\"https://steemit.com/@tanyabtc\",\"https://steemit.com/art/@tanyabtc/yoga-is-a-lifestyle\",\"https://steemit.com/@burnin\",\"https://steemit.com/life/@burnin/how-to-cultivate-a-new-habit\",\"https://steemit.com/@kiwideb\",\"https://steemit.com/life/@kiwideb/my-grandmother-s-legacy\",\"https://steemit.com/@stephmckenzie\",\"https://steemit.com/life/@stephmckenzie/i-got-to-be-on-tv-because-my-9x-great-grandfather-was-hanged-as-a-witch\",\"https://steemit.com/@jrcornel\",\"https://steemit.com/steemit/@jrcornel/there-is-an-epidemic-among-us\",\"https://steemit.com/@getonthetrain\",\"https://steemit.com/anarchy/@getonthetrain/secret-societies-4-the-holy-vehm-german-secret-courts\",\"https://steemit.com/@stormblaze\",\"https://steemit.com/life/@stormblaze/can-we-beat-the-monday-blues\",\"https://steemit.com/@feline1991\",\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-1-part-6\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-2-family-original-photos\",\"https://steemit.com/@valenttina\",\"https://steemit.com/spanish/@valenttina/contaminacion-por-empaques-de-alimentos-una-bofetada-y-una-alternativa\",\"https://steemit.com/@alexft\",\"https://steemit.com/art/@alexft/my-art-fairy\",\"https://steemit.com/@fortinbuff\",\"https://steemit.com/blog/@fortinbuff/tolkien-tuesday-melkor-and-the-theft-of-the-silmarils\",\"https://steemit.com/@therealpaul\",\"https://steemit.com/writing/@therealpaul/how-modern-society-became-my-psycho-ex\",\"https://steemit.com/@gustavopasquini\",\"https://steemit.com/food/@gustavopasquini/recipe-bean-turned\",\"https://steemit.com/food/@gustavopasquini/chicken-salad-shredded-and-green-apple\",\"https://steemit.com/@sarahjordan\",\"https://steemit.com/travel/@sarahjordan/a-year-in-san-diego\",\"https://steemit.com/@zhurley\",\"https://steemit.com/spanish/@zhurley/mi-primer-post-y-un-poco-sobre-mi\",\"https://steemit.com/@rahulsingh\",\"https://steemit.com/art/@rahulsingh/4gv6pj-portrait-study-in-watercolor\",\"https://steemit.com/@anton333\",\"https://steemit.com/art/@anton333/origami-part-4-the-model-of-a-rose-petals\",\"https://steemit.com/@alienbutt\",\"https://steemit.com/writing/@alienbutt/a-word-about-vampires-do-they-really-suck\",\"https://steemit.com/@yanik\",\"https://steemit.com/life/@yanik/figure-tiger\",\"https://steemit.com/@bloggersclub\",\"https://steemit.com/blockchain/@bloggersclub/spells-of-genesis-online-mbile-gaming-coming-to-blockchain\",\"https://steemit.com/@littlescribe\",\"https://steemit.com/neuroplasticity/@littlescribe/a-plastic-neuro-plastic-device-for-home-use-better-than-nootropics\",\"https://steemit.com/@pairmike\",\"https://steemit.com/travel/@pairmike/so-much-fun-on-vacation-with-music-sights-and-steemit\",\"https://steemit.com/@hannahp\",\"https://steemit.com/life/@hannahp/my-everyday-at-home-toning-workout-no-weights-needed\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:38:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 75863396730765, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "326.143 HBD", + "percent_hbd": 10000, + "permlink": "project-curie-s-daily-curation-list-12-sept-13-sept-2016", + "post_id": 1234727, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Project Curie's Daily Curation List (12 Sept - 13 Sept 2016)", + "title": "Project Curie's Daily Curation List (12 Sept - 13 Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/project-curie-s-daily-curation-list-12-sept-13-sept-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30978129173342, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2559764242912, + "voter": "simpson" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5018589200324, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2050147678916, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1762846557447, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491098730346, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 667110452425, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3458312417787, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686784224980, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91182156036, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6952573343, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717563658, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5779018875286, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10600301226, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799361688520, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 100047670323, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295995279748, + "voter": "chitty" + }, + { + "percent": "6000", + "reputation": 5296864583034, + "rshares": 42639107548, + "voter": "ilanaakoundi" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14207711288, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481533746256, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 127159698297, + "rshares": 153299506859, + "voter": "vitaly-lvov" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1759864483, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14790458953, + "voter": "gregory-f" + }, + { + "percent": "0", + "reputation": 1421425103482, + "rshares": 583651341, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 8009133403, + "voter": "fran2k" + }, + { + "percent": "907", + "reputation": 12382143533351, + "rshares": 59876452555, + "voter": "eeks" + }, + { + "percent": "8700", + "reputation": 14848515958625, + "rshares": 72261473061, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576639509047, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9867309791, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48603998204, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182988083602, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268602364, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103771853344, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413592397, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6369264090, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2433487964, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10785982103, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 202240039635, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 1598588545490, + "rshares": 15439851644, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135357592680, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58127208975, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50782936728, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10206459477, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3846295285020, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 403505093651, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207808595, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15780886263, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262957677698, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4318928938, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5943282085, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113899619770, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 210074106288, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45325975324, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 86319522439, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 12561258907, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186395492, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19967142582, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 159099361072, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 57083505271, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1575510144, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69438506663, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280302557, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5267405407, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 36551944866, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4169837190, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25545251856, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7075286084, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 33838536159, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 748832490, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1267466943304, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2428795539, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4823248995, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8089046130, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 128236364, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599779464, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 234379829569, + "rshares": 2705937036, + "voter": "holzmichl" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15250822382, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107646775, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 14547608410, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 85933202473, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 441324801469, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45670728927, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36782859623, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3793104942, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1907246343, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14749775224, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 5769220967, + "rshares": 239034812, + "voter": "alexandraberg" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239130763, + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": 2855981553, + "rshares": 239509465, + "voter": "stefaniek42" + }, + { + "percent": "10000", + "reputation": 2685781735, + "rshares": 239696086, + "voter": "kellystone6" + }, + { + "percent": "10000", + "reputation": 3790892852, + "rshares": 239701207, + "voter": "kathise" + }, + { + "percent": "10000", + "reputation": 110744225, + "rshares": 239082038, + "voter": "tsarp4" + }, + { + "percent": "10000", + "reputation": 402141072, + "rshares": 239091094, + "voter": "oneandonly3" + }, + { + "percent": "10000", + "reputation": 136067745, + "rshares": 238981330, + "voter": "juliaevans717" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2827732491, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1561865667, + "rshares": 239275051, + "voter": "cryptobrain" + }, + { + "percent": "10000", + "reputation": 1289673, + "rshares": 239215370, + "voter": "julwern002" + }, + { + "percent": "10000", + "reputation": 1264385, + "rshares": 238981841, + "voter": "jul762" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167085967563, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239080360, + "voter": "juliap4" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4147299153, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238845917, + "voter": "galaxy77" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5008528443, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 238870108, + "voter": "jennyfeger" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355590456510, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238854943, + "voter": "jennifersteel807" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 253813963, + "rshares": 119401610, + "voter": "melinasanner" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 329447922224, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 188619737, + "rshares": 119397595, + "voter": "mrcryptocoin" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292706650, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1723163, + "rshares": 119531207, + "voter": "beckygee" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 74757337489, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 141684450, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19936829044, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "10000", + "reputation": 802342551, + "rshares": 119135632, + "voter": "annie-kim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118845448, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583547303, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 4050818244, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118805309, + "voter": "emily-s" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31091234079, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 33170074660, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 92018899215, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 5567319, + "rshares": 118565669, + "voter": "johnbe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513185, + "voter": "annabellew" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118447715, + "voter": "brandontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118326435, + "voter": "timothyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118337740, + "voter": "jackson5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53838029777, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019358548757, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118086477, + "voter": "michael-brown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118110881, + "voter": "timclarke" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771570841, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55221160, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52920279, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 19209524400, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77156992, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543432046, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633822064, + "voter": "curator" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 34240301898, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365272849, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 291577197, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2772613609, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47684050778, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 38570740574, + "voter": "smailer" + }, + { + "percent": "0", + "reputation": 4063076365725, + "rshares": 116751617, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3271472050, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 5998787529, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921741469, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 514947462, + "voter": "karenb54" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 12254596711, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298115093, + "voter": "taker" + }, + { + "percent": "5700", + "reputation": 10137266406870, + "rshares": 9269174723, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 230729901, + "voter": "frozendota" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1177984188625, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 130934242709, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25089346275, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39735362328, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 245784032519, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9432865188, + "voter": "flysaga" + }, + { + "percent": "907", + "reputation": 1751717743, + "rshares": 1663846154, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 7688051740, + "voter": "chris.roy" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 55726452321, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 3597266332, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184865389, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6806156695, + "voter": "kurtbeil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 132008048110, + "voter": "xiaohui" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 7027835197, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90614049675, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832164382, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6232564204, + "rshares": 62684758, + "voter": "rockmoss" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 57523014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 259167633173, + "voter": "sirwinchester" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4357894823, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1403808674, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2728242221, + "voter": "jrcornel" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8784083819, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 577495197, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91421786742, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 15841196427096, + "rshares": 42764090717, + "voter": "bitcalm" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 575741651, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 262742262, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10623267414, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9301205100, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1968138028, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 31026612935, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3053251119, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 91238488565, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11413410816, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12924668237, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 63325102, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 72252660, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2204600014, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 166282713, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25234403721, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1926286540, + "voter": "matildapurse" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6585963666, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10933093578, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9032482187, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 778422861, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2128116759, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3641720586, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 4046979659, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 87328717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4742105970, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1651983664, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 61039772, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 1310694171712, + "rshares": 2065964128, + "voter": "blockcodes" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 5242605289, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656535413, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7432733705, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 259101518, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 4347869258, + "voter": "baro" + }, + { + "percent": "10000", + "reputation": 652958439639, + "rshares": 712546931, + "voter": "ksena" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 44386108412, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15550895105, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3787014832, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6823854576, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 122143480, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 808370638, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 10650934, + "rshares": 51003200, + "voter": "zeka" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672475381, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1724685766, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44332122841, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899848212, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5608289874, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2793250275, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 497132432, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398672519, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11423638248, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 405397456, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4811150412, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1181689240, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50875769, + "voter": "cyan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 1417903120586, + "rshares": 1426794918, + "voter": "despina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685513831, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 197290035, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 417002303, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 29605154, + "rshares": 153488770, + "voter": "my-art" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156043541, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 1951683089907, + "rshares": 5017173723, + "voter": "sherlockcupid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14437107572, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 87286392, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102020072, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 191025942, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066691, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296306, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 133744558, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 103328828, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154838334, + "voter": "clovick" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 1667658456, + "voter": "exploretraveler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154306810, + "voter": "untone19" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n

https://img1.steemit.com/0x0/https://media.giphy.com/media/l2Sqdh24xeZL1Gm6k/giphy.gif

\n

This morning, I woke up and I was in the mood for something different.
\nI didn't want your usual kind of breakfast - toast, cereal, or eggs.

\n

As you know, I am a huge sweet tooth... 

\n

So what would be a better way to start your day than with ICE CREAM?

\n

But you know me - I'm not talking about just any ice cream.
\nToday, let's create together..

\n

the ULTIMATE Cookie Ice cream Sandwich!

\n

It will be a symphony from crunchy cookie and melting ice cream, in a loving combination with sour fruits and mild cream.

\n

https://img1.steemit.com/0x0/http://a.disquscdn.com/uploads/mediaembed/images/4100/5902/original.gif

\n

\n

Oh, my mind started dreaming about it already! This would be a feast! 

\n

This would be so good that I'm sure the day must be full of luck after this breakfast!

\n

So I went to the freezer, and took out my first ingredient - 

\n

Ben & Jerry's \"Half Baked\" Ice cream. 

\n

Rich chocolate and vanilla ice cream, with deliciously soft cookie dough pieces! A jar of heaven!

\n


\n

I can't even begin to think of all the different flavours of ice cream one could choose here - there are so many extremely delicate variations by H\u00e4agen Dazs, Ben & Jerry's and others.

\n

To keep it appealing and simple, I prefer ice cream in a tub here, for the following reason:

\n

http://picload.org/image/rdglaodp/img_1244.jpg

\n

I like to cut off the end of the ice cream tub.

\n

This way, I will end up with a perfectly flat disk of ice cream to put on my cookie sandwich - and it's exactly the right size as well!

\n

https://media.giphy.com/media/3o7TKFcDyVct5JsdlC/giphy.gif

\n

Now it's time for me to get the cookies ready. 

\n

It's such a pity that I don't have homemade cookies currently, so I had to settle for the next best option:

\n

Pepperidge Farm White Chocolate & Macadamia Cookies.

\n

http://picload.org/image/rdglaald/img_1249.jpg

\n

The combination of crunchy nuts, paired with the sweet dough and rich chocolate - these are as good as any store-bought cookie gets!

\n


\n

Now all that's left for me to do is pair these 2 beauties together ...

\n

http://picload.org/image/rdglaalo/img_1250.jpg

\n

... and move on to decoration!

\n


\n

For the ultimate taste experience, I have chosen blueberries to accompany the creaminess and sweetness with their sour flavour.

\n

And of course, some whipped cream is never a bad idea!

\n

Sprinkled with some cocoa powder on the top ...

\n


\n

https://media.giphy.com/media/l0HlMPO9r1iDTugtq/giphy.gif

\n

and there we have it: the ULTIMATE Cookie Sandwich, with White Chocolate Macadamia Cookies, Half Baked Ice cream with Cookie dough pieces, whipped cream, cocoa powder and fresh blueberries!

\n

That's quite a mouthful - and I couldn't wait to get my mouth full with this!

\n

I call it: The SirWinchester Ice Cream Sandwich!

\n


\n

http://picload.org/image/rdglaalc/img_1252.jpg

\n

http://picload.org/image/rdglaalp/img_1253.jpg

\n


\n

I tried the first bite and ... it was amazing. I was so focused on my sense of taste that I forgot everything around me.
\nThis combination was ... unbelievable.

\n

A combination of 5 ingredients that were all delicious on its own, now paired together in perfect synchronization - it was HARMONY!

\n

https://img1.steemit.com/0x0/https://media.giphy.com/media/l2Sq4ToRRTOEwJkl2/giphy.gif

\n


\n

I finished it as quickly as always, and sighed. 

\n

This was probably the best breakfast ever. Now I was so ready to start my lucky day - when your day starts like this, nothing can go wrong!

\n

And I couldn't stop smiling when I thought about all the different flavour variatons that you could create with this ... 

\n


\n


\n

These are the other Adventures of Mr. Gourmet:
\nCome With Me On My Breakfast Hunt - Introducing Mr. Gourmet
\nMr. Gourmet - Crazy Moments Of A Food Lover
\nMr. Gourmet On A Food Festival!
\nMr. Gourmet Exploring A New Location!

\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 5401, + "cashout_time": "2016-09-20T18:37:42", + "category": "food", + "children": 42, + "created": "2016-09-13T18:37:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"life\",\"photography\",\"story\",\"blog\"],\"image\":[\"https://img1.steemit.com/0x0/https://media.giphy.com/media/l2Sqdh24xeZL1Gm6k/giphy.gif\",\"https://img1.steemit.com/0x0/http://a.disquscdn.com/uploads/mediaembed/images/4100/5902/original.gif\",\"http://picload.org/image/rdglaodp/img_1244.jpg\",\"https://media.giphy.com/media/3o7TKFcDyVct5JsdlC/giphy.gif\",\"http://picload.org/image/rdglaald/img_1249.jpg\",\"http://picload.org/image/rdglaalo/img_1250.jpg\",\"https://media.giphy.com/media/l0HlMPO9r1iDTugtq/giphy.gif\",\"http://picload.org/image/rdglaalc/img_1252.jpg\",\"http://picload.org/image/rdglaalp/img_1253.jpg\",\"https://img1.steemit.com/0x0/https://media.giphy.com/media/l2Sq4ToRRTOEwJkl2/giphy.gif\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://steemit.com/life/@sirwinchester/come-with-me-on-my-breakfast-hunt-introducing-mr-gourmet\",\"https://steemit.com/food/@sirwinchester/mr-gourmet-crazy-moments-of-a-food-lover\",\"https://steemit.com/food/@sirwinchester/mr-gourmet-on-a-food-festival\",\"https://steemit.com/food/@sirwinchester/mr-gourmet-exploring-a-new-location\",\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:37:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70638143068820, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "283.453 HBD", + "percent_hbd": 10000, + "permlink": "the-ultimate-cookie-ice-cream-sandwich-by-mr-gourmet", + "post_id": 1234721, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The ULTIMATE Cookie Ice Cream Sandwich by Mr. Gourmet!", + "title": "The ULTIMATE Cookie Ice Cream Sandwich by Mr. Gourmet!", + "total_payout_value": "0.000 HBD", + "url": "/food/@sirwinchester/the-ultimate-cookie-ice-cream-sandwich-by-mr-gourmet" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7545232736879, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260624126380, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4714517002281, + "voter": "riverhead" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3297002434745, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1909151745974, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 248535224905, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 94044810103, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46515448914, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31685157449, + "voter": "instructor2121" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12807180686, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 164383113851, + "voter": "steve-walschot" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268602364, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 629725705972, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413592397, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184632045, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41803730621, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1135357592680, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 32280261136, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16621734852, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54649492676, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4318928938, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31332763540, + "voter": "michaelx" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652094306, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 7206302438, + "voter": "mammasitta" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 3927176836, + "voter": "svamiva" + }, + { + "percent": "2600", + "reputation": 28873518041457, + "rshares": 21956188218, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471484245, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40644080457, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44973763196, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69941782919, + "voter": "bacchist" + }, + { + "percent": "1800", + "reputation": 1959446497877, + "rshares": 1156191941, + "voter": "dennygalindo" + }, + { + "percent": "4200", + "reputation": 4066839697461, + "rshares": 4053012756, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2771503761, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 8375710964, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4169837190, + "voter": "stranger27" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103519364, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2636345916, + "voter": "steemswede" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102589641, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177939437298, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 165447907197, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2428795539, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 172608894651, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 128236364, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 14547608410, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14517981458, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8746512578, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 10522996718, + "rshares": 145076682573, + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 432142706033, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21253828626, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 37493734215, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1824501634, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5687678183, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 38618577414, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34500248130, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 32362244766, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 896740473, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24291698019, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57522042, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52920279, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 7189900456, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 1089565020966, + "rshares": 1734802699, + "voter": "agapakos" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 464978529, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 2436824189828, + "rshares": 6095080048, + "voter": "steemitpolitics" + }, + { + "percent": "10000", + "reputation": 218271165680, + "rshares": 342252574, + "voter": "holidaygreece" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 171219999, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3338605732, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1239887596065, + "rshares": 1969049178, + "voter": "ioulia" + }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 202807441, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3271462028, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2721308636, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5468068879, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 128516954966, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 62796510060, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 991985577, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 8689066517, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15602878899, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3907297189, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25591517597, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26102530872, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26111857942, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5217383031, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 3747152429, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 434742995071, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 3260606209007, + "rshares": 2630749204, + "voter": "avtzis.petros" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13365625892, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26107326158, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26105065502, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26101971265, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26098397881, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6806156695, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26093934454, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26091742229, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1981260062, + "voter": "paynode" + }, + { + "percent": "3500", + "reputation": 73944659327428, + "rshares": 91470929355, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 11107205208, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1706681630, + "rshares": 4018149597, + "voter": "cmorton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62923816, + "voter": "bphicke" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 254221036, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54857117, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 31026582564, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60204101, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 729169227915, + "voter": "dollarvigilante" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 699530791, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12407688795, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 26084710672, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5592668512, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 90772975249, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10621040045, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 28108611094, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 133379152381, + "rshares": 191660726, + "voter": "jyezie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2074913840, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 4097446176, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5550540460, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7315758785, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2450175245, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 25204831493, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3329145518, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127425766, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5540445974, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3725364549, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1042359676, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 381149965, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 396873747296, + "rshares": 465095838, + "voter": "skapart" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 962771344, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674315064, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395682043683, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59318683433, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366667951, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4756723532, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1736982227, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899848212, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 2012742263000, + "rshares": 2964612337, + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 497132432, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2126135519, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 402814230, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1422802182, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159148641, + "voter": "johnelbow" + }, + { + "percent": "10000", + "reputation": 1205765983667, + "rshares": 1412381066, + "voter": "kolin.evans" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 189137290, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 253196219718, + "rshares": 73321349, + "voter": "katharsisdrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155198174, + "voter": "thehellenic" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 87286392, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102020072, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 43115792822, + "rshares": 160936078, + "voter": "dreamylou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83066691, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89219763, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 140381745, + "voter": "steemtrail" + } + ], + "author": "kyriacos", + "author_reputation": 13325577893779, + "beneficiaries": [], + "body": "
http://i66.tinypic.com/ny7m2f.jpg

\n\nSteemit should be separated into two sections. The first section should be dedicated for blogging while the second for image creation. **Steemblog** should remain as close to Reddit while **Steemview** could be built along the lines of Imgur. Eventually one might win over the other but both will stay around. Here is why I think an image based content function might be a powerful addition: \n\n

Reason 1 : People are generally lazy

\nhttp://web.universal.org/usa/wp-content/uploads/2015/06/women-laziness.png

\nHumans focus on quick rewards with the least amount of effort. Really that\u2019s it.
\n
\n

Reason 2 : Curation rewards reinforce timing rather than reading

\nhttp://www.foxrivercapital.com/wp-content/uploads/2016/08/realestatetiming.jpg\n

\nSo far the architecture of Steemit is based more on blogging. Blogging requires reading. The new generation focuses more on viewing and less on reading. When you have an incentive to hit the post at 15-30 minutes in order to get the maximum curation reward, you don\u2019t really give a shit about reading the content. \n\nSo far I\u2019ve written many articles and I barely saw any objective analysis in the comments. I observe the same thing when I am curating. You can tell that people are lazy and just brush through content in order to leave a barely relevant comment. If the Steemview clone is added people won\u2019t have to be forced into reading content. I am actually baffled why Steemit didn\u2019t initially start with the image based model rather than the article based model.
\n
\n

Reason 3 : More, way more traffic

\nhttps://whitehouse.gov1.info/launch/missile.gif

\nTake a look around in the social media ecosystem. Take a look even here on Steemit when people post .gifs or memes. We are visual suckers. Reading is a human invention aimed for communication. On the other hand viewing is a default physiological function. Guess which one wins the marketing race.\n\nMemes and photographs spread like herpes. Why? Well, it\u2019s easy. Anyone can do it. For the average user writing an article in Steemit is like rocket science. We need to accept this reality and stop trying to educate people how to operate Steemit. Also, virality. Images go viral. Articles rarely do so. Why? See Reason 1.\n\nAnother massive reason is that images and memes are international means of communication. This is probably the most powerful reason for adopting an image model. It would make Steemit explode to the moons of Jupiter. \n
\n
\n

Reason 4 : Better curation

\nhttp://i68.tinypic.com/2i8dp49.jpg

\nIt is much easier to browse through images and objectively upvote content. Curation is more fun and the rewards can be dispersed much better even for whales. Right now curating through Steemit is painful. The reward mechanism takes away the fun from reading. You can tell that people are just upvoting what\u2019s popular and not really what they like. The result is an overall sub-par content in an embarrassing jerking circle. Once a whale votes something, the scene resembles prostitutes fighting for pennies. New users are not actually attracted to this shady behaviour.
\n
\n

Reason 5 : Steem Price

\nhttps://media.coindesk.com/uploads/2014/11/Building-a-Stable-Price-for-Bitcoin-e1417873825202.jpg

\nAs we speak the inflationary rate of Steem grows faster than the Zimbabwen trillion dollar bill. We need an extra incentive for people to invest on Steem Power and actually salvage the ill economic model that has more holes than a strainer
\n\n
\n______\n*I am up for more suggestions and anyone who wants to advance this idea. If this is not done by us, someone else will do it sooner than you think.*\n
\n\n
\n
\n
\n
\n_____\nimage sources: [1](https://steemit.com/@kyriacos) \u2014 [2](http://web.universal.org/usa/wp-content/uploads/2015/06/women-laziness.png) \u2014 [3](http://www.foxrivercapital.com/wp-content/uploads/2016/08/realestatetiming.jpg) \u2014 [4](http://www.warhol.org/uploadedImages/Warhol_Site/Warhol/Calendar/Calendar_Event_Images/CAL_0130726_artisteducator2_lobby(1).jpg) \u2014 [5](https://media.coindesk.com/uploads/2014/11/Building-a-Stable-Price-for-Bitcoin-e1417873825202.jpg)", + "body_length": 4348, + "cashout_time": "2016-09-20T18:07:51", + "category": "steemit", + "children": 35, + "created": "2016-09-13T18:07:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem-ideas\",\"imgur\",\"reddit\",\"anthropology\"],\"image\":[\"http://i66.tinypic.com/ny7m2f.jpg\",\"http://web.universal.org/usa/wp-content/uploads/2015/06/women-laziness.png\",\"http://www.foxrivercapital.com/wp-content/uploads/2016/08/realestatetiming.jpg\",\"https://whitehouse.gov1.info/launch/missile.gif\",\"http://i68.tinypic.com/2i8dp49.jpg\",\"https://media.coindesk.com/uploads/2014/11/Building-a-Stable-Price-for-Bitcoin-e1417873825202.jpg\",\"http://i64.tinypic.com/j7spk2.png\"],\"links\":[\"https://steemit.com/@kyriacos\",\"http://web.universal.org/usa/wp-content/uploads/2015/06/women-laziness.png\",\"http://www.foxrivercapital.com/wp-content/uploads/2016/08/realestatetiming.jpg\",\"http://www.warhol.org/uploadedImages/Warhol_Site/Warhol/Calendar/Calendar_Event_Images/CAL_0130726_artisteducator2_lobby(1).jpg\",\"https://media.coindesk.com/uploads/2014/11/Building-a-Stable-Price-for-Bitcoin-e1417873825202.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-14T05:20:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24360783662475, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "36.260 HBD", + "percent_hbd": 10000, + "permlink": "let-s-make-a-steemit-clone-for-image-based-content", + "post_id": 1234406, + "promoted": "0.753 HBD", + "replies": [], + "root_title": "Lets Make A Steemit Function For Image-Based Content", + "title": "Lets Make A Steemit Function For Image-Based Content", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@kyriacos/let-s-make-a-steemit-clone-for-image-based-content" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480350254471, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30978129173342, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260623817523, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1362111116258, + "voter": "moment" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5018499007915, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2050147678916, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087346590726, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3374574418869, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1762427518738, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 14534235538, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135223997, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91182045794, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717563658, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5778513503916, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 437044136480, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10841217163, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2746934404319, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 100047670323, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295994908660, + "voter": "chitty" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 34565393567, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1799861403, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14699763027, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9796876302, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1274542437285, + "voter": "gavvet" + }, + { + "percent": "943", + "reputation": 12382143533351, + "rshares": 59876452555, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2111077828, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7772224270, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576616348663, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9867309791, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 46233284288, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182982184773, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268602364, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 103771707266, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413592397, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 46690451470, + "rshares": 917876401, + "voter": "slickwilly" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184632045, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596874820, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2433487964, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10785982103, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 1598588545490, + "rshares": 15439851644, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1159010875860, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58126918337, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50781337649, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10206459477, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255149623, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3846295285020, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "5000", + "reputation": 3804349938696, + "rshares": 27779180325, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110437583577, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 188497056300, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77659108010, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 439075653, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1130181250, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207793412, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15780886263, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262954115056, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4485041589, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5943226204, + "voter": "mark-waser" + }, + { + "percent": "2200", + "reputation": 6200536920826, + "rshares": 17023109715, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113899619770, + "voter": "geoffrey" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 210070007976, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45325975324, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 88045912888, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32731816298, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250701242, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 334871297743, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 177578566464, + "rshares": 362176333, + "voter": "chetlanin" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3073285998, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19967142582, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 164231598526, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6294822793, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 10063623768, + "voter": "romait" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 63627869774, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69438438635, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280302557, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5267405407, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 37282983764, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4260485825, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16238482544, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2636345916, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6331236209, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1507699447, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 1454336558, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 158959753974, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 37754389406, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2918768911, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113270416, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 16428950831, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4728675485, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 128236364, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599753346, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15575089284, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 1107646775, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27930109175, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11091009758, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8571582327, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 12853075290, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 84065089376, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45670728927, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7459961471, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1396120240, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 10010711785, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3793104942, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14749775224, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 109104600685, + "rshares": 845295862, + "voter": "sebhaj" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167085967563, + "voter": "blueorgy" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4892051037, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 6866114501, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362702265640, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292706650, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76347117378, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 35931495289, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 138604353, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19935268301, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583515412, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 31091234079, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7985566630, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 53837987260, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771570841, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 98814724401, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55221160, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52920279, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 20374154582, + "voter": "prufarchy" + }, + { + "percent": "5100", + "reputation": 1849155799051, + "rshares": 5824090288, + "voter": "crypto.owl" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 4543430527, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633822064, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 166592431, + "voter": "bitmap" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 34239713301, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365272849, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47684050778, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 750360616481, + "rshares": 764961203, + "voter": "cybercodetwins" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1963202173, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 28054398624, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3271462028, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 5998787529, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921741469, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 3971046387, + "voter": "litrbooh" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 2298115093, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 991985577, + "voter": "pakisnxt" + }, + { + "percent": "5700", + "reputation": 10137266406870, + "rshares": 9269174723, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1177950903361, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 130933559404, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25089346275, + "voter": "laoyao" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 39734806532, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 245778965965, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 21900650996, + "voter": "persianqueen" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9432711205, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 30264125510, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7705382906, + "voter": "asdes" + }, + { + "percent": "943", + "reputation": 1751717743, + "rshares": 1663846154, + "voter": "gmurph" + }, + { + "percent": "4900", + "reputation": 1038813018744, + "rshares": 3844025870, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 10404466639, + "voter": "viktor.phuket" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 55725433665, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2422627467, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184865389, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3001806340, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6972160517, + "voter": "kurtbeil" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 135572105450, + "voter": "xiaohui" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 7027835197, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93129252380, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5832164382, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79074212, + "voter": "dims" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4357823754, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 11107205208, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076498939, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1153894350, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2728227037, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61690016, + "voter": "bphicke" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 152229655, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 278291283, + "voter": "naifaz" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8783917991, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 24090139704, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6206932892, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 2136443869, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591856943, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91421786742, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2294348502, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 575741651, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 221431500, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1968138028, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3053251119, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 27464820248, + "rshares": 124798741, + "voter": "thegoldencookie" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1802014056, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 91238488565, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4876253283, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 71482195435, + "rshares": 76577766, + "voter": "awgbibb" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12924668237, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 448694719, + "voter": "violino" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 63325102, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 72252660, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2204600014, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8671182900, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2128116759, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 4097446176, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1610382057, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 87328717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4742105970, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1651983664, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 59295778, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656535413, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 127425766, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 45291355103, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15550741435, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5796897349, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786986285, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2222202365, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6823798696, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 834930684, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148331179950, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1356918413, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9863573599, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672461411, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51830988, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 350998373, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 45236252599, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50210467, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366667951, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899848212, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5608180534, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 58983252, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 519729361, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398658853, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11695538222, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4811108502, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1181689240, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685485891, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 705622008, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141653069, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 171200715, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 407937036, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 148324428, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156425539, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155427208, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14437107572, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 87286392, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102020072, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86143235, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296306, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154939762, + "voter": "kamramunki" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "To quote @jacor who I follow and through whom I first became aware of this initiative:\n>an awesome incentive suggested by @williambanks. The idea is simply to feature one of your followers and write a bit about them. Great way to spread a bit of love up in here! I will mention @williambanks in each of these posts as I believe it might add value to some readers to follow him. The nameinlights initiative was his brainchild and therefor he deserves a lot of recognition.\n\nhttps://img1.steemit.com/0x0/http://createdinbirmingham.com/images/name_in_lights_banner.jpg\n\nOne of the authors that follows me and that I think deserves his name in lights is @lordvader\n\nThis guys writing is awesome, talk about living the character. His \"HOW TO RUiN AN EMPIRE\" series will be a classic one day and when he drives by your comments its just as great.\n\nNot all of his series is found on his blog, some is at @dragonlayer109 as he features him from time to time. That is how I first found his stuff.\n\nhttps://steemit.com/funny/@dragonslayer109/what-it-s-like-to-ruin-an-empire-diary-of-a-sith-lord-stormtrooper-performance-reviews-featuring-new-author-lordvader\n\nhttps://steemit.com/funny/@dragonslayer109/what-it-s-like-to-ruin-an-empire-hiring-independent-contractors-featuring-lordvader-as-author\n\nhttps://steemit.com/funny/@dragonslayer109/how-to-ruin-an-empire-diary-of-a-sith-lord-part-iv-sensitivity-training\n\nhttps://steemit.com/funny/@dragonslayer109/how-to-ruin-an-empire-imperial-press-conference-featuring-lordvader-as-author\n\nThe early stuff has a few expletives if you are sensitive to that kind of thing but lately it seems @lordvader gargled his breathing apparatus with soap... or those dark side anger management lessons (a misnomer) paid off.\n\nThis series is a must for star wars fans and for those fans I added a little extra from one of my favorite sketch comedy bunch studio C. These sketches are around 4 minutes each.\n\n\n\nhttps://www.youtube.com/watch?v=mkUH6T7H8OU\n\nhttps://www.youtube.com/watch?v=pZ0wZMgEM6c\n\nhttps://www.youtube.com/watch?v=gvCGmIavnXw\n\nhttps://www.youtube.com/watch?v=8UgpggCueHE", + "body_length": 2111, + "cashout_time": "2016-09-20T18:03:42", + "category": "nameinlights", + "children": 11, + "created": "2016-09-13T18:03:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nameinlights\"],\"users\":[\"jacor\",\"williambanks\",\"lordvader\",\"dragonlayer109\"],\"image\":[\"https://img1.steemit.com/0x0/http://createdinbirmingham.com/images/name_in_lights_banner.jpg\",\"https://img.youtube.com/vi/mkUH6T7H8OU/0.jpg\",\"https://img.youtube.com/vi/pZ0wZMgEM6c/0.jpg\",\"https://img.youtube.com/vi/gvCGmIavnXw/0.jpg\",\"https://img.youtube.com/vi/8UgpggCueHE/0.jpg\"],\"links\":[\"https://steemit.com/funny/@dragonslayer109/what-it-s-like-to-ruin-an-empire-diary-of-a-sith-lord-stormtrooper-performance-reviews-featuring-new-author-lordvader\",\"https://steemit.com/funny/@dragonslayer109/what-it-s-like-to-ruin-an-empire-hiring-independent-contractors-featuring-lordvader-as-author\",\"https://steemit.com/funny/@dragonslayer109/how-to-ruin-an-empire-diary-of-a-sith-lord-part-iv-sensitivity-training\",\"https://steemit.com/funny/@dragonslayer109/how-to-ruin-an-empire-imperial-press-conference-featuring-lordvader-as-author\",\"https://www.youtube.com/watch?v=mkUH6T7H8OU\",\"https://www.youtube.com/watch?v=pZ0wZMgEM6c\",\"https://www.youtube.com/watch?v=gvCGmIavnXw\",\"https://www.youtube.com/watch?v=8UgpggCueHE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T18:36:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69507327070169, + "parent_author": "", + "parent_permlink": "nameinlights", + "pending_payout_value": "270.106 HBD", + "percent_hbd": 10000, + "permlink": "lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans", + "post_id": 1234361, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "title": "@lordvader here is your name in lights and a little bonus for the dark side fans", + "total_payout_value": "0.000 HBD", + "url": "/nameinlights/@gavvet/lordvader-here-name-in-lights-and-a-little-bonus-for-the-dark-side-fans" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2380452050, + "voter": "konelectric" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47505139316, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 8467472206707, + "rshares": 23645584002, + "voter": "nikolai" + }, + { + "percent": "10000", + "reputation": 8604717232, + "rshares": 489465667, + "voter": "eatgrits" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 33832245665, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413576601, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2276013017774, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6423288565, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 212868106, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 8030408037, + "voter": "beanz" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 23796179647, + "voter": "cryptos" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3804396727, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 59141267, + "voter": "frostymulder" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10274345849, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 7610743861, + "rshares": 55587600, + "voter": "noone" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1740499913, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 1602620, + "rshares": 126701289, + "voter": "dirlei.sdias" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

We now join Satirically Yours news correspondent live as @aggroed, bloody and beaten, continues his interview with @ned and @dan about STEEMIT economics while chained to a basement chair in STEEMIT headquarters.  We regret some of the interview was not recorded, particularly the abduction phase, but we are pleased to bring you into the interrogation interview room right now-

\n

\n

@aggroed- I don't mean to assume anything, but it seems you guys didn't like my previous posts?

\n

How I made $0.07 in 5 posts and how you can too

\n

Every Time I post something critical of STEEM this is how I feel

\n

An important reminder from STEEMIT your opinion isn't worth shit unless you're already rich

\n

STEEM oligarch am I the only one around here that feels like there is a major 1% to STEEM?

\n

@ned pistol whips @aggroed hard for his insolence and wipes @aggroed's face blood on @aggroed's shirt.  @aggroed spits out a tooth and another wad of blood

\n

@ned- you stupid shit!  Don't you see what we're trying to do here?!?  We're trying to liberate animals like you.  We're trying to make the web a safer place for crypto currencies.  Why can't you and the other idiotic minnows see that?

\n

@ned grabs a hot poker and brands @aggroed's arm with the STEEMIT logo

\n

\n

@aggroed- No, no, please don't... ARRRGGGGGHHHHHH!!!! (while sobbing like a child), but the execution of the white paper has led to an income distribution similar to a ponzi scheme.

\n

\n

You've officially made trickle down economics your bitch.  97% of the STEEM rests with 1% of the users.  It's not right!!!!

\n

@ned kicks at @aggroed's chair, but since he's chained in it and the chair is bolted down he doesn't tip over

\n

@aggroed- It's not right.  We fight that in the real world with the Federal Reserve and now we have to fight it here in this supposedly open e-currency.

\n

He could hear their mentor laughing at them from the netherworld.

\n

\n


\n

@ned- You fool!  We have people trying to redistribute the STEEM.  We who have been successful are collectively taking an interest in certain accounts.  We're spreading the wealth, but it's a slow process, and by the Gods of Code, we'll make sure filth like you and other idiot minnows never see any of it.  

\n

@ned narrows into @aggroeds face and says slowly

\n

@ned- your content isn't worth my down vote let alone my STEEM!

\n

@ned starts cackling and for fun knocks out another of @aggroed's teeth and stomps on his foot.

\n

@aggroed-  AGGGGGHHHH! (whimpering) but that's censorship... but that's still controlling who benefits and what content is deemed appropriate.  I just want people to earn for what they put in.  Can you shift STEEM generation to active users regardless of their posts instead of mining for it?  Mining is an inherently undemocratic process because only people that can afford server farms can pay for them.  There was even a recent blog about a miner who stopped mining because he couldn't compete with the mega server farms that started up.  (anyone got the link?)

\n

\n

@aggroed- what if those who create content earn some share of the total steem?  Maybe put some of the STEEM from @null into minnow accounts that are are posting regularly?  Limit it to a few posts a day so people don't spam.  There are ways to reach a more equitable distribution.  THERE HAVE TO BE OTHER WAYS?!?

\n

@dan- No

\n

This was the first time @dan had spoken and both @ned and @aggroed turned to look at him.  @dan was cool and calm.  He started calmly, but as his energy intensified so too did his voice.  It went from deep and thoughtful to high and shrill.  He spoke like a man possessed by taking over the world with crypto-currency and blog posts.

\n

\n

@dan-  that\u2019s not an option.  I will slowly cash out over two years and the whales will personally select the next crop of high value whales that will come after us.  This is our program.  Minnows weren\u2019t in the basement when we created it.  Minnows weren\u2019t there during the dark years.  Minnows didn\u2019t spend years of their life coding or learning to code.  Son, do you have any idea of how many Mountain Dews I\u2019ve had to drink.  It\u2019s like horse piss, but here I sit now.  It was all worth it.  This program, this evolution of code, is ours!!!  And all the STEEM is ours!!! The decision of how to redistribute any of it, if we redistribute any of it is our choice!   

\n

@dan let out a sickening cackle

\n

@dan was shouting now- BESIDES WITH OUR MINING OPERATION THE WAY IT IS IT WON'T MATTER HOW CURATION OCCURS.  THE STEEM WILL FILL OUR WALLETS!!! MUH HA HA AH AH HAHAHHAHAHAAAAAAAA

\n

He nodded to @ned who pummeled @aggroed with his fists until @aggroed was nearly unconsious

\n

@aggroed- barely audible- What do we want?  fair STEEM distribution?  Who wants it?  Minnows.  @aggroed tapped his fingers rhythmically on the desk to the chant.

\n

@dan was fully enraged-  WITH THAT I WILL DOWN VOTE YOU INTO OBSCURITY FOREVER

\n

and he flagged this post never to be seen again and thus destroyed the infant reputation of @aggroed forever.

\n

fully defeated.  @aggroed passed out.

\n

@ned and @dan had their wicked code monekies drag @aggroed out of the building and left him by the side of a hospital @aggroed can't currently afford because of increases to Obamacare premiums, stagnant wages, and the inability to completely live off STEEM.  

\n

https://www.youtube.com/watch?v=qYodWEKCuGg

\n


\n

Curious onlookers having no idea what STEEM was or how it worked simply walked past him never even learning about the crypto currency oligarchy (STEEMOCRACY) he was trying to protect them from.  Other Steemsters that did know about the situation simply walked past and issued only a snide remark.

\n


\n

\n", + "body_length": 7889, + "cashout_time": "2016-09-20T15:47:48", + "category": "steem", + "children": 10, + "created": "2016-09-13T15:47:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\",\"writing\",\"fiction\",\"steemocracy\"],\"users\":[\"aggroed\",\"ned\",\"dan\",\"aggroeds\",\"null\"],\"image\":[\"https://images.rapgenius.com/828537554b086862ff71b855802bd16e.400x266x1.jpg\",\"https://img1.steemit.com/0x0/https://s32.postimg.org/blcvhmho5/steemit_tattoo.png\",\"https://img1.steemit.com/0x0/https://s11.postimg.org/8h881dkir/ponzi_scheme_steemit_meme.jpg\",\"http://www.zerohedge.com/sites/default/files/images/user3303/imageroot/2012/01/greenspan.jpg\",\"http://media.spokesman.com/photos/2014/04/26/0426_bitcoin.jpg\",\"http://surbrook.devermore.net/adaptationswesternanimation/incredibles/Syndrome.jpg\",\"https://img.youtube.com/vi/qYodWEKCuGg/0.jpg\",\"https://img1.steemit.com/0x0/https://s22.postimg.org/lt4eyrha9/hipster_on_tablet_meme.jpg\"],\"links\":[\"https://steemit.com/steem/@aggroed/how-i-made-usd0-07-cents-in-5-posts-and-how-you-can-too\",\"https://steemit.com/steem/@aggroed/every-time-i-post-something-critical-of-steem-this-is-how-i-feel-new-term-steemster\",\"https://steemit.com/steemit/@aggroed/an-important-reminder-from-steemit-your-opinion-isn-t-worth-shit-unless-you-re-already-rich\",\"https://steemit.com/steem/@aggroed/steemit-oligarchy-am-i-the-only-one-around-here-that-feels-like-there-is-a-major-1-to-steem\",\"https://steemit.com/tattoo/@findeds/just-got-myself-a-steemit-tattoo\",\"https://steemd.com/distribution\",\"https://steemit.com/writing/@aggroed/satirically-yours-s1e8-how-to-die-of-starvation-while-only-using-steem\",\"https://steemit.com/steem/@charlieshrem/how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem\",\"https://www.youtube.com/watch?v=qYodWEKCuGg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T16:07:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2439802898075, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.874 HBD", + "percent_hbd": 10000, + "permlink": "satirically-yours-s1e10-aggroed-sits-down-for-an-interview-with-ned-and-dan-about-steemit-economics-while-chained-to-a-basement", + "post_id": 1232932, + "promoted": "15.000 HBD", + "replies": [], + "root_title": "Satirically Yours S1E10: @aggroed sits down for an interview with @ned and @dan about STEEMIT economics while chained to a basement chair in STEEMIT headquarters", + "title": "Satirically Yours S1E10: @aggroed sits down for an interview with @ned and @dan about STEEMIT economics while chained to a basement chair in STEEMIT headquarters", + "total_payout_value": "0.000 HBD", + "url": "/steem/@aggroed/satirically-yours-s1e10-aggroed-sits-down-for-an-interview-with-ned-and-dan-about-steemit-economics-while-chained-to-a-basement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480330132299, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31607880010082, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260620894616, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1645460545282, + "voter": "galaxy" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2049995153937, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087155738615, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3667576815559, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1803200892198, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135176909, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686740371062, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91177735243, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717531761, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5893690268401, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 11081672022, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 23238194349, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295925516763, + "voter": "chitty" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 33256630468, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481529660219, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1839830379, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 80029360262, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14389163628, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 126520277470, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17537387579, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1245610535710, + "voter": "gavvet" + }, + { + "percent": "942", + "reputation": 12382143533351, + "rshares": 59871033482, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8635804744, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576366162082, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 10064485541, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 45047815460, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182975134211, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268578666, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 104780693903, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413565663, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184485018, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 585125820, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2487453699, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11575120121, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 194070379490, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1158981967642, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59885148845, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50779441703, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9510564513, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400427214771, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 368063608062, + "voter": "hedge-x" + }, + { + "percent": "5400", + "reputation": 8397302485673, + "rshares": 100823741322, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76105925850, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207747843, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15780612846, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262936154423, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 21696987204454, + "rshares": 167395433441, + "voter": "ikigai" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5942932747, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113897738989, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2806302424, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250701242, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 334871297743, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67087577487, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 2990224214, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20374073250, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 210421523874, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 10063623768, + "voter": "romait" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69435162516, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280138819, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5267405407, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17522248563, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 17723612587, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4441753311, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14208672226, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6459488101, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 109309178976, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 46662892111, + "voter": "mraytekin" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2918768911, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124597458, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17601052702, + "voter": "sebastien" + }, + { + "percent": "9100", + "reputation": 2821855573125, + "rshares": 7537507805, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15898751549, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1426796628, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46801946416, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7459703255, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 4392845381, + "rshares": 7704321025, + "voter": "tryptamin" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3870439291, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14749760641, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163105500486, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355585458825, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3432821826, + "voter": "simon.braki.love" + }, + { + "percent": "2500", + "reputation": 843226172873, + "rshares": 19085645634, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8089295329, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583457988, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30053379486, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5578836972, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7985566630, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771481530, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 100831351430, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 12621176191, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 19209493413, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102875990, + "voter": "sergey44" + }, + { + "percent": "5100", + "reputation": 1849155799051, + "rshares": 5824090288, + "voter": "crypto.owl" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633814165, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 14693915341, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47681058011, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 115172592, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3469636777, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 5758652692, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921730529, + "voter": "metaflute" + }, + { + "percent": "8100", + "reputation": 988942038058, + "rshares": 52074411158, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 991985577, + "voter": "pakisnxt" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 15981183817, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571710417, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 128019605725, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24444609866, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 21897919095, + "voter": "persianqueen" + }, + { + "percent": "942", + "reputation": 1751717743, + "rshares": 1663705177, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 75896047, + "voter": "kurzer42" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2375124967, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93125306710, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5665055952, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 856854397, + "voter": "skavkaz" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2034968960, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 53227412903, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1153894350, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2609945786, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 152229655, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91395013501, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2265511700, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 200523992, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 235219369, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6230330292, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1968034138, + "voter": "chinadaily" + }, + { + "percent": "1000", + "reputation": 11683040603469, + "rshares": 8964605541, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4973592437, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13958567893, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655589824, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 439896783, + "voter": "violino" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3267889952, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 59103428, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 70778116, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2307010202, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 369947643, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2921673019, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 26380807259, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10395060470, + "voter": "sethlinson" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1533697197, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10422097657, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 83266916, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2747076236, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4284101454, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 5359107629, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656479516, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 59599082, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9963790663, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15549916962, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5796897349, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786800672, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 2540867016, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6823505238, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1943361213, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323798537, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 2884039986, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672349616, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9951644718, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 3944099877, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20213432785, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366667951, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5746977392, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61604730, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 246316821, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398549489, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11695067964, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51512084, + "voter": "ico-board" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4810870942, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 161389518041, + "rshares": 151714253, + "voter": "flowergirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 50211016, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685318204, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 493272685, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691786282, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 399072132, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 164549939, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155452864, + "voter": "jyriygo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 304359441, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372850, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142838259, + "voter": "bromejs" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 148888815, + "voter": "countofdelphi" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Lets take stock of the ground that we have traversed.\n----------------------------------------\n\nIn Part 1 we considered the astronomical excitement generated by the Jupiter / Venus Appulse on 27 August 2016, and the presence of all five visible planets in the same night sky. We understood how rare such events are, and considered the appulse of 17 June 2BCE for its remarkable features and possibilities as a candidate for the Star of Bethlehem. That post can be found at https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile\n\nIn Part 2 we reviewed who the wise men were, what a \u201cstar in the east\u201d could refer to and the duration of the astronomical event that impressed the Magi. We reported on a unique astronomical sequence that played itself out from 12 August 3 BCE to 21 August 1 BCE. This sequence provided the features that we analysed in the subsequent posts. We concluded that the apples of 17 June 2BCE could not on its own qualify as the Star of Bethlehem. We suggested that the matter is far more subtle and nuanced. Part 2 can be found at https://steemit.com/orphanage/@gavvet/re-evaluating-the-star-of-bethlehem-part-2-a-unique-sequence-of-stellar-and-planetary-conjunctions-featuring-vuyusile-as-author\n\nIn Part 3 we sought to understand whether believing astronomers schooled in the Messianic tradition of Judaism would have attached importance to the sequence. We reviewed Numbers 24 and Genesis 49 as Old Testament sources of the Messianic Tradition that prefigured astronomical events. We discovered the importance of the appulse on 12 August 3BCE for the fact that it arose in Leo, as prophesied; we signalled the importance of the constellation of Virgo, again, as prophesied; we surmised at the significance of the Jupiter/Venus conjunctions for such astronomers. That Part can be found here https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-3-for-we-have-seen-his-star-in-the-east-and-have-come-to-worship-him-featuring-vuyusile\n\nIn Part 4 we explored the importance of the prophesied sceptre that would arise and lie at the feet of the Lion prior to the coming of Shiloh, or the Messiah; and offered the impressive alignment of the moon and planets on 13 May 26 BCE as a literal fulfilment of that prophecy. We saw how, in a countdown of six Jupiter / Venus conjunctions in messianically significant constellations, that the final event on 12 August 3BCE provides a compelling narrative of expectation for the arrival of the King in Leo. It can be found here https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-4-the-sceptre-shall-not-depart-from-between-his-feet-until-shiloh-comes-featuring\n\nIn Part 5 we saw how other unique aspects of the sequence created by the retrograde motion of Jupiter above the \"heart stars\" in the constellations of Leo and Virgo signal the halo of approval over these stars; and we interrogated their relevance to the topic. We suggest that this is what is meant in Isaiah 60: 1-3 when reference is made to the Glory of the Lord rising upon (the star) and of Gentile Kings being attracted to its light; and the Glory that is signified in it. It can be found here https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-5-the-mark-of-divine-approval-the-glory-of-the-lord-is-risen-upon-thee-featuring#comments\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/eab333b3-b85e-4e08-b5be-d5e0206097d3_zpsclmhczwo.png)\n\nIn this Part we explore the significance of astronomical presentations within the period of our sequence and explain why we have offered the appulse of 17 June 2 BCE as the date of the incarnation of the Messiah.\n------------------------------------------------------------------------\n\nIsaiah 7:14 can be restated:\n\n> \u201cTherefore the Lord himself shall give you a sign: behold, a virgin\n> shall conceive, and bear a son, and shall call his name Emmanuel\u201d.\n\nWe have already adverted to an interpretation of the text of this scripture in Part 3. We turn to a literal meaning and examine how this may be shown in the heavens. In order to do this we must lay down further astronomical foundations.\n\nThe celestial object that represents the Son in the night sky is the moon: In Babylonian astronomy, the moon was considered to be the offspring of Marduk the supreme god within their pantheon. In Christian religion, the parallel is perfectly evident: the moon is a representation of the offspring of the supreme God, or is Jesus Christ. The symbolism that the moon carries itself, is a powerful one, reminding the observer of the ultimate role of Christ: for, the moon is conceived, gestates, is born, grows old, dies, and is born again, in a repeating cycle to emphasise the power of the resurrection that Jesus Christ will bring.\n\nThe heliacal rising (that is to say the moment of first appearing above the horizon), of a full moon, symbolised the birth of the son. Manifestations of other phases of the moon represent either the gestation of the child (in the moon\u2019s waxing), or its journey towards death (in the waning). \n\nThe Heliacal rising of the new moon is a central part of Judaism to this day. That is because the Jews still operate according to a Lunar calendar.\n\nThe Jewish calendar follows a 12-month lunar cycle, with the first citing of the new moon signalling the first day of each month.\n------------------------------------------------------------------------\n\nThis cycle is about 11 days short of the solar cycle, resulting in the necessity for the periodic intercalation (or insertion) of a month. This is required 7 times every 19 years, and is known as the Metonic cycle. It usually sees the years 3, 6, 8, 11, 14, 17, and 19 having a 13 month added. This cycle is still in use today, and is used in both Christian and Hebrew calendar systems for determining the date of Easter (Passover) each year. This is also the reason that Easter is celebrated on a different date each year.\n\n![enter image description here](http://3.bp.blogspot.com/_enRW2gU1hjg/TEy4y7WtwEI/AAAAAAAABHg/wIfNzz2vCD0/s400/Hebrew_calendar.gif.)\n\nThe Jews have an ecclesiastical calendar that commences in the month of Nisan (in March/April). For other purposes, their new year commences with Rosh Hashanah in the month of Tishri (in September / October). Above is a simple calendar wheel to identify the Jewish months and their relationship to the Gregorian system. It shows the ecclesiastical calendar with Nisan identified as the first month.\n\nPassover falls in the first month of the ecclesiastical calendar and is celebrated on the 15th day of the Month of Nisan, at the time of a full moon in the middle of the month. As can be seen from the calendar wheel, this will straddle our months of March and April, depending on the progress of intercalation in the Metonic cycle. \n\nOn the afternoon of 14 Nisan each year, the paschal lamb was sacrificed (see http://www.jewishencyclopedia.com/articles/11934-passover-sacrifice ). \n\nWith that background, let\u2019s return to our data.\n-----------------------------------------------\n\nOn 17 June 2BCE, the extraordinary appulse between Jupiter and Venus within Leo, as referred to in earlier posts, occurred in the west, as the sun was setting. This was the closest conjunction between these planets that any then living person would have witnessed. It is perhaps the closest appulse for several thousand years.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/Picture6_zps3z1fmyoz.png)\n\nFacing this celestial event, and in combination with it, a powerful new cycle commenced: on the opposite side of the sky, a full moon arose in the East as the sun set, in the constellation Sagittarius, typified by the Greeks as the mystical creature, half man, half beast; signifying in the constellation\u2019s original form the dual nature of the Messianic child, born of a mortal mother and immortal Father. \n\n![Sagittarius presentation](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-000_zpsqwdfijoc.png)\n\nThe rising full moon then repeated itself in a countdown for a perfect number of 10 repetitions as set out below. In each case I also identify the Messianic role of Christ identified with each sign of the Zodiac that the full moon is situated in.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-001_zps6wygtijf.png)\n\nOn 16 July 2BCE the full moon arose in Capricorn, signifying the atonement goat, slain for the sins of the nation on the 10th day of Tishri, in the sabbath known as Yom Kippur.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-034_zpsmbuey4ed.png)\n\nOn 15 August 2BCE the moon arose in Aquarius, the Water Bearer, signifying the bearer of living waters, pouring forth light and truth upon his people (in this case, represented by the constellation at its feet, Pisces Austranis, the Southern Fish).\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-035_zpsjf5gv6kw.png)\n\nOn 13 September 2BCE, the moon arose in Pisces, signifying the messianic role as the great High Priest.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-036_zpsoqquwwwy.png)\n\nOn 13 October 2BCE, the moon arose in Aries, The Ram, signifying the male lamb offered in fulfilment of the Abrahamic Covenant.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-037_zpsko8iuqx9.png)\n\nOn 11 November 2BCE, the moon rose in Taurus, The Bull, signifying, variously, the triumphant conqueror and the gatherer of the people.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-039_zpsjiqch96t.png)\n\nOn 11 December 2BCE, the moon arose in Gemini, The Twins, signifying the separate unity of the Father and Son.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-040_zpstjbjaykn.png)\n\nOn 9 January 1BCE, the moon presented in Cancer, the Crab; but originally the sheep fold, signifying the Good Shepherd. (Explaining this will be a digression, but note that at the centre of the constellation is the Beehive Cluster of over 100 stars many of which visible to the keen naked eye, representing the sheep; and known by the Laten name Praesepe, or Manger).\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-041_zpsyra3hlzs.png)\n\nOn 8 February 1BCE, the moon arose in Leo, signifying the Messiah\u2019s royal descent through Judah, the Lion\u2019s welp.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-042_zpsf6npoxko.png)\n\nOn 8 March 1BCE, the moon arose in Virgo, reinforcing the Condescension of God.\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-044_zps4ihrtl4i.png)\n\nOn 7 April 1BCE, the moon rose in Libra, signifying the Messiah\u2019s role as Redeemer.\n\nImportantly, the moon does not rise in Scorpio, representative of the suffering and death of the Messiah (cf, for example \u201cOh death where is thy *sting*? (1 Cor 15: 55)).\n\nThe significance of 7 April 1 BCE is that it would have signalled the first day of the Jewish Passover on 15 Nisan, being the night of the first full moon following the vernal equinox (22/23 March of that year). \n\nThere is unmistakable design in having Christ born on 6 April 1BCE, as the paschal lamb for the final passover that would soon follow. The entire system of sacrifice established under the Law of Moses was structured to turn the mind of the participant to the role and advent of the Messiah. And the clearest prototype of this future sacrifice and purpose was in the passover festival. Steeped in that tradition, Paul declared \u201cFor even Christ our passover is sacrificed for us.\u201d (1 Cor 5: 7).\n\nThere is clear significance for the connection between the presence of a full moon on the same night as the Jupiter/Venus appulse on 17 June 2BCE, and the fact that this would be exactly 10 lunar months before the date of the next passover. The fact that this Jupiter/Venus conjunction occurred on the same night as a full moon exactly 10 months before the passover is an extraordinary coincidence.\n\n\nWhy would 10 cycles of the moon be significant?\n-----------------------------------------------\n\n10 is a perfect, whole or complete number. We take for granted the fact that the number 10 is the foundation of many of our mathematical advances and elegancies. Without the decimal system, maths would have only a fraction of its power. \n\nEqually importantly, and apparently as a deliberate clue, the number 10 signifies the perfectness of creation. This viewpoint is well established in many dialectics concerning the creation account (see http://www.biblestudy.org/bibleref/meaning-of-numbers-in-bible/10.html ). In Genesis 1, although the creation takes place over six creative periods, the Creator utters the creative fiat, translated by the words \u201cand God said\u201d, ten times; at the conclusion of which he declares that his creation is \u201cvery good\u201d. \n\n 1. Day 1: And God said, Let there be light\n 2. Day 2: And God said, Let there be a firmament in the heavens\n 3. Day 3: And God said, Let the waters \u2026 be gathered together \u2026 and let the dry land appear\u2026\n 4. Day 3: And God said, Let the earth bring forth grass, the herb \u2026 the fruit tree \u2026 .\n 5. Day 4: And God said, Let there be lights in the firmament of the\n heaven\n 6. Day 5: And God said, Let the waters bring forth abundantly \u2026 and fowl that may fly above the earth \u2026\n 7. Day 5: And God (blessed them) saying, Be fruitful and multiply, and fill the waters in the seas, and let fowl multiply in the earth\n 8. Day 6: And God said, Let us make man in our own image \u2026\n 9. Day 6: And God said, Be fruitful and multiply and replenish the earth and subdue it: and have dominion \u2026 .\n 10. Day 6: And God said, Behold I have given you every herb \u2026\n\nConsequently, the symbolic richness of the number 10 features numerous times in the biblical text, for example : there are 10 commandments; a tithe is 10 per cent of one\u2019s annual increase; 10 woes are pronounced upon the wicked; there are 10 virgins in the wisdom of that parable; there are 10 days between Rosh Hashanah (new year) and Yom Kippur (day of Atonement); and so forth. \n\n10 full moons rising as the sun sets from the date of conception delivers the paschal lamb by the 7th of April 1BCE.\n------------------------------------------------------------------------\n\n\n**Corroboration from Revelations?**\n\nThe presence of the child delivered through Virgo may have been the subject of the vision of John in Revelations 12: 1 \u2013 5 where, in relevant part, he recorded: \n\n> \u201c1. And there appeared a great wonder in heaven; a woman clothed with the sun, and the moon under her feet, and upon her head a crown of twelve stars: \n> 2. And she being with child cried, travailing in birth, and pained to be delivered\u2026 \n> 5. And she brought forth a man child, who was to rule all nations with a rod of iron: and her child was caught up unto God, and to his throne.\u201d\n\nThe reference to a woman with child who brought forth a man-child, who was caught up unto to God, is well documented as a clear reference to the birth and life of Christ; the woman being Mary. \n\nIts other references are obscure - a \"wonder in heaven\u201d, \u201cclothed in the sun\u201d, the \u201cmoon under her feet\u201d etc. ... Unless John was describing the night sky at the time of the birth of Christ! One is tempted to declare that he must have been: the wonder or sign that John identifies was in heaven! and it references a crown of stars!\n\n![enter image description here](http://i36.photobucket.com/albums/e5/Dirk_Vetten/eab333b3-b85e-4e08-b5be-d5e0206097d3_zpsclmhczwo.png)\n\nOn that occasion, as the sun sets directing its rays to the east, Virgo presents in all her glory upon the eastern horizon. She has been directly opposite the sun and \u201cclothed in the sun\" throughout the day. The full moon is at her feet, having been delivered through her body as it waxed to the point of being full. Above her is Leo, representation of Jacob and the twelve tribes of Israel, and the crown of 12 stars upon her head.\n------------------------------------------------------------------------\n\nHow does this claim square up to the biological parameters? The gestation period of a human child is traditionally accepted as 280 days (that is 40 weeks) from ovulation. However, the most recent scholarship challenges any dogmatism about this time period and holds that the natural gestation period of a woman can vary by as much as five weeks (See A.M. Jukic, D.D. Baird, C.R. Weinberg, D.R. McConnaughey, A.J. Wilcox, Length of Human Pregnancy and contributors to its natural variation. Human Reproduction, 2013). The findings of studies show that only 5% of woman give birth on their given date, calculated at 280 days. Only 70% have given birth by within 10 days before or after the 280 days. Scientifically, the duration of pregnancy correlates not to the date of ovulation, but rather to the period between ovulation and implantation: swift implantation results in shorter pregnancies; slow implantation results in longer pregnancies. What accounts for the difference between swift implantations and slow implantations is not yet adequately explained. \n\nThe period from 17 June 2BCE to 6 April 1BCE is a period of 293 days, or 280 plus 13 days. If 17 June 2BCE was the date of conception of the Christ, as signalled in the heavens, the birth 10 unique full moon cycles later is completely within reason and within the parameters of a natural, albeit late, birth. \n\nThe time period within which the sign was given\n---------------------------------------------------\n\nThe sign had first appeared, according to the account of Matthew, two years prior to the arrival of the Magi in Jerusalem. This again rules out a single overtly obvious sign; it points in the direction of an astral sequence. \n\nWhen the sequence identified as significant in this study is reviewed, the following is relevant: From 12 August 3BCE to 15 Tishri (7 April) 1BCE is a period of approximately 20 months. If the Magi had been moved, as they now had good reason to be, by the cycle of 10 full moons following the intermediate conjunction of Jupiter with Venus, which had landed on the day of the Passover, they may have left, shortly thereafter. They would have had a three to four months journey ahead of them. \n\nThe further analysis unfolds by placing the wise men in Jerusalem in early August 1BCE, after a journey of 4 months; and a period of just short of exactly 24 months from the time the sign was given. This accords precisely with the information conveyed by the wise men to Herod in the private interview he held with them. \n\nFurthermore, the arrival of the Magi must also take place after the birth of Christ. Quite aside from the features of the narrative, the text is unmistakeable on this question: \u201c\u03b3\u03b5\u03bd\u03bd\u03b7\u03b8\u03ad\u03bd\u03c4\u03bf\u03c2 (genn\u0113thentos)\u201d, \"having been born\", is the tense of the verb that describes the moment when the wise men arrived (Matt 2: 1). Again this is repeated in their question: \u201cWhere is the one having been born King of the Jews?\u201d (Matt 2: 2) the tense again being the aorist passive participle: \u201c\u03c4\u03b5\u03c7\u03b8\u03b5\u1f76\u03c2 (techtheis)\u201d. (I do not read Greek, but have a working knowledge of grammar, and rely upon the Greek translations at Biblehub.com).\n\nThus the wise men were not present at the nativity. They arrive after his birth, by which time the family of the newborn baby is described as being in a house (see Matt 2: 11), rather than the improvised setting that served as the place of his birth. \n\nGross darkness covered the minds of the people\n----------------------------------------------\n\nThe Magi are so assured in the meaning of what they have seen that they present themselves at the Court of King Herod confidently enquiring of the assemblage: \u201cwhere is the one having been born King of the Jews?\u201d. There is no doubt in their minds that they are looking for a child that has already been born. It\u2019s the interpretations of the sequence of full moons that may be the source of this assurance.\n\nIn the Isaiah chiasmus referred to Part 5, \u201cgross darkness\u201d is described as covering the minds of the people. The Magi introduce their report of the signs heralding the coming of Shiloh into this state of apostasy. One can understand a sense of depression settling upon the travellers who arrive in Jerusalem to find that the people there \u2013 Jews themselves \u2013 have completely missed the sign: gross darkness covered the minds of the people; and it takes those regarded as foreigners \u2013 gentiles \u2013 to annotate the historical record with its significance.\n\nMatthew describes how Herod \u201cand all Jerusalem\u201d heard what the wise men had to say and were troubled. This obviously was not an idle tale. Their report was taken seriously; they were not dismissed out of hand: all of Jerusalem was troubled at their claims.\n\nIt is further reasonable to infer that the news that the wise men brought had not been widely observed and understood by those at Jerusalem. This may be a function of many things, but it seems plausible to advance the thesis that the subtlety of the signs was the strongest reason for them having passed unnoticed by those at Jerusalem. As this study suggests, it may have been the subtle complexity of the sequence of interactions over the two year period that allowed it to be the case that the Magi appeared to be the only leaders possessed of the knowledge of the significance of the events.\n\nIf it had been an obvious event, the news that the Magi brought would have been uninteresting. Nor would there have been any surprise. This excludes extraordinary supernatural celestial manifestations, and in all likelihood excludes supernova (of which there are none documented for this period in any event), or comets (again there were none attested to for this period). \n\nIt was the complexity and subtlety of the events that were the most perplexing aspects of the visitors\u2019 report. That complexity was clearly imbedded in the Jewish tradition \u2013 for Herod called the chief priests and scribes of the Jewish people rather than the Roman soothsayers and astrologers in search for meaning. \n\nThe events reported on by the Magi spoke to a cosmological conspiracy on a grand scale.\n------------------------------------------------------------------------", + "body_length": 22557, + "cashout_time": "2016-09-20T15:14:24", + "category": "astronomy", + "children": 15, + "created": "2016-09-13T15:14:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"astronomy\",\"venus\",\"jupiter\",\"conjunction\",\"virgo\"],\"image\":[\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/eab333b3-b85e-4e08-b5be-d5e0206097d3_zpsclmhczwo.png\",\"http://3.bp.blogspot.com/_enRW2gU1hjg/TEy4y7WtwEI/AAAAAAAABHg/wIfNzz2vCD0/s400/Hebrew_calendar.gif.\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/Picture6_zps3z1fmyoz.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-000_zpsqwdfijoc.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-001_zps6wygtijf.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-034_zpsmbuey4ed.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-035_zpsjf5gv6kw.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-036_zpsoqquwwwy.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-037_zpsko8iuqx9.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-039_zpsjiqch96t.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-040_zpstjbjaykn.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-041_zpsyra3hlzs.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-042_zpsf6npoxko.png\",\"http://i36.photobucket.com/albums/e5/Dirk_Vetten/stellarium-044_zps4ihrtl4i.png\"],\"links\":[\"https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-1-featuring-new-author-vuyusile\",\"https://steemit.com/orphanage/@gavvet/re-evaluating-the-star-of-bethlehem-part-2-a-unique-sequence-of-stellar-and-planetary-conjunctions-featuring-vuyusile-as-author\",\"https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-3-for-we-have-seen-his-star-in-the-east-and-have-come-to-worship-him-featuring-vuyusile\",\"https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-4-the-sceptre-shall-not-depart-from-between-his-feet-until-shiloh-comes-featuring\",\"https://steemit.com/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-5-the-mark-of-divine-approval-the-glory-of-the-lord-is-risen-upon-thee-featuring#comments\",\"http://www.jewishencyclopedia.com/articles/11934-passover-sacrifice\",\"http://www.biblestudy.org/bibleref/meaning-of-numbers-in-bible/10.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T15:14:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58247761204329, + "parent_author": "", + "parent_permlink": "astronomy", + "pending_payout_value": "212.240 HBD", + "percent_hbd": 10000, + "permlink": "re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author", + "post_id": 1232619, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "title": "Re-evaluating the Star of Bethlehem: Part 6: The sign of the Virgin revisited. (featuring @vuyusile as author)", + "total_payout_value": "0.000 HBD", + "url": "/astronomy/@gavvet/re-evaluating-the-star-of-bethlehem-part-6-the-sign-of-the-virgin-revisited-featuring-vuyusile-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 5933157319, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10274345849, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 80634052, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 7610743861, + "rshares": 56722040, + "voter": "noone" + }, + { + "percent": "10000", + "reputation": 5773583508, + "rshares": 156860321, + "voter": "dreamstream" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

In all likelihood you aren't from here.  The world around you and the people around you have changed, sometimes subtly, and you may not have even noticed.  Media, history, geography, religion, and anatomy among others have changed.  However; not everyone has experienced all the changes.

\n

If you are unfamiliar with the Mandela Effect I have a study that I talk about here-

\n

https://www.youtube.com/watch?v=oe65g0K8ePc

\n

Assuming that the problem isn't simply memory loss or mass confusion we're left to figure out what might be happening.  While doing this people inevitably talk about multiple universes, timelines, realities, dimensions, and planets.  Especially because the effect appears to be new for most people (80% of survey respondents say they haven't experienced it before July of 2015) we need a term to group all of those under one umbrella.  I'm proposing and will be using the term Mandelo (the o is to separate it from the person Mandela).  

\n

A mandelo is an unbiased umbrella term to reference all potential former places of origin possible.  Potential origin sites include things like realities, dimensions, timelines, universes, consciousness planes etc.

\n

While I still don't have a clue as to what causes the Mandela Effect I've picked up on a few things while doing this research.

\n

1.  Some people knew of them back before 2012, some people between 2012-2015, but most people started experiencing them July 2015 or after.

\n

2.  Not all people experience all of the Mandela Effects and it's not simply age related.  Some older people will share that the line for Snow White has always been Magic Mirror and many will report it's always been Mirror Mirror.  

\n

3.  People, including NASA engineers who were surveyed, believe that the Earth has moved it's location in the galaxy by 80,000 light years.

\n

Based on that evidence I have several initial models I'm more inclined to believe for what may be happening.

\n

1.  People are experiencing implanted memories on a mass scale

\n

2.  We live in a simulation where there are multiple similar worlds and our soul has been implanted into our current avatar.  This simulation is different than the last.

\n

3.  Mandelos are merging and each mandelo had variations.  As they merge one variation may become dominant (Mirror Mirror) or people may remember it multiple ways (Sex in/and the City).

\n


\n

Those are my favorite explanations as of right now as any explination has to account for how the number of people that recall differences changes over time, so it's as if new populations of people enter into this current mandelo every so often from a different mandelo.  The story has to account for how the planet seems to have changed position either because \"simulated\" stars are in different places or because the planet has actually moved.  Lastly, it has to account for people having experienced two or more different sets of events.

\n


\n

The closest parallel story I can think of involves World of Warcraft servers.  Imagine server 1, 2, and 3.  As the population of the server decreased over time imagine that WoW merged servers but didn't tell them.  People from server 1 would think X guild was the first to beat a boss and from their perspective that would be true.  If people came from server B they would have many quests and races that are similar, but details like who was the first guild to destroy boss X would be different.  Imagine both 1 and 2 coexisted for a while and then server 3 was transferred in.  Now there would be 3 sets of memories about roughly the same content, but with different details that have emerged.  Again, this isn't to say this is what's happening, but it's the closest analogy to what I can find.

\n

https://youtu.be/FbfVbnULl_g

\n", + "body_length": 4167, + "cashout_time": "2016-09-20T14:57:45", + "category": "science", + "children": 2, + "created": "2016-09-13T14:57:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"religion\",\"life\",\"mandelaeffect\",\"philosophy\"],\"image\":[\"https://img1.steemit.com/0x0/http://ichef.bbci.co.uk/wwfeatures/wm/live/1280_640/images/live/p0/3x/sw/p03xsw49.jpg\",\"https://img.youtube.com/vi/oe65g0K8ePc/0.jpg\",\"https://img.youtube.com/vi/FbfVbnULl_g/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=oe65g0K8ePc\",\"https://youtu.be/FbfVbnULl_g\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T16:53:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20820374080, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "exploring-the-mandela-and-toto-effect-s1e1-term-introduction-mandelo-origination-to-our-current-situation-seems-to-have-multiple", + "post_id": 1232453, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela and Toto Effect S1E1- Term introduction Mandelo. Origination to our current situation seems to have multiple access points.", + "title": "Exploring the Mandela and Toto Effect S1E1- Term introduction Mandelo. Origination to our current situation seems to have multiple access points.", + "total_payout_value": "0.000 HBD", + "url": "/science/@aggroed/exploring-the-mandela-and-toto-effect-s1e1-term-introduction-mandelo-origination-to-our-current-situation-seems-to-have-multiple" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 330982605, + "rshares": 213655317830, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 38221691242, + "voter": "james-show" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413565663, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 3940309375, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7590825465, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 124882325303, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 22073166536, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 14693915341, + "voter": "michaeldodridge" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 11425018209, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 80634052, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 457684638, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 56221183, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 935242889, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 56460853, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13680670391, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 54920988, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 621221104, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54457075, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 5004831958428, + "rshares": 3765283864, + "voter": "eveningstar92" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 55429269, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 1101549495417, + "rshares": 1731726739, + "voter": "stansmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52860239, + "voter": "eleanorrene" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7393985511, + "voter": "orcish" + } + ], + "author": "saramiller", + "author_reputation": 1145784061033, + "beneficiaries": [], + "body": "\n

Good day, Steemians!

\n

And what a bright, beautiful day it IS!

\n

You have ignited me, dear Steemit,

\n

with your thoughtful content

\n

and your community building

\n

and your cryptcurrency that bypasses central banks

\n

that will lead us all into a glorious new dawn of freedom!

\n

In thanks for the neural explosion and expansion 

\n

you have inspired within me,

\n

I want to contribute something of great value:

\n

one of the best treasures I have to offer is yoga.

\n

I gift you this, that you may partake of its precious gems,

\n

or at least step away from the computer for 30 seconds 

\n

to enjoy a delicious stretch and rejoice in your body.

\n

With great appreciation:

\n


\n

\n


\n

 This is Backbend 

\n

AKA Upward Bow Pose 

\n

AKA Wheel Pose 

\n

AKA Urdhva Dhanurasana in Sanskrit 

\n

(urdhva = upward, dhanu = bow, asana = posture/pose) 

\n

AKA Chakrasana in Sanskrit 

\n

(chakra = wheel, asana = pose/posture) 

\n


\n

Perfection is in perspective.

\n


\n

Backbend is a blessing.

\n

Backbend is an inversion.

\n

Backbend is a heart opener.

\n


\n

When I started practicing yoga, 

\n

Backbend hurt and I dreaded it. 

\n

Then I noticed that the anticipation

\n

was more stressful than the pose itself

\n

so I laid down my dread, 

\n

ceased resistance,

\n

and enjoyed where I was at.

\n


\n

It's taken me years to get to this point, and I can still find flaws--

\n

IF that is where my Virgo mind wants to focus.

\n

OR I could relish in the opening of the shoulders,

\n

the strength in the back,

\n

the flexibility of the body,

\n

the stimulation of the organs,

\n

and just how far I've come. 

\n


\n

Backbend expands the chest

\n

and stimulates the green heart chakra = 

\n

Anahata in Sanskrit = unhurt, unstruck, unbeaten

\n

Undefeated.

\n


\n

It is a choice to say yes or no, 

\n

to succeed or fail,

\n

to dread or rejoice.

\n


\n

\"Be one in self-harmony, in Yoga, and arise 

\n

great warrior, arise!\" so sayeth the Bhagavad Gita.

\n


\n

How To BACKBEND:

\n
    \n
  • From laying on the back, bend your knees and draw your feet towards the sit bones, soles on the floor. 
  • \n
  • Place palms of hands next to ears, fingers pointed towards feet.
  • \n
  • Inhale and press the hands and feet into the floor, lift the pelvis, and roll up.
  • \n
  • Engage the thighs to keep the knees at hip distance.
  • \n
  • Pull the elbows in towards the body.
  • \n
  • Lift the hips; lift the chest.
  • \n
  • Lift the chest.
  • \n
  • Lift the chest.
  • \n
  • Are you lifting your chest?
  • \n
\n

Breathe in, breathe out. 

\n

Breathe in, breathe out. 

\n

Breathe in, breathe out.

\n

Try again when you are ready.

\n


\n

\ud83d\udc9b Sara!

\n", + "body_length": 3281, + "cashout_time": "2016-09-20T14:55:42", + "category": "health", + "children": 2, + "created": "2016-09-13T14:55:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"freedom\",\"yoga\",\"life\",\"art\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/IMG_7297a1d1b.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T16:10:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 471878252373, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.120 HBD", + "percent_hbd": 10000, + "permlink": "how-to-yoga-a-pose-a-day-backbend", + "post_id": 1232430, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Yoga - A Pose A Day: Backbend", + "title": "How to Yoga - A Pose A Day: Backbend", + "total_payout_value": "0.000 HBD", + "url": "/health/@saramiller/how-to-yoga-a-pose-a-day-backbend" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28655707819469, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480330132299, + "voter": "barrie" + }, + { + "percent": "-100", + "reputation": 32455846463901, + "rshares": -632231369000, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 4152367932922, + "rshares": 6055667749248, + "voter": "proskynneo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1758885494670, + "voter": "fantasy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 681484074723, + "voter": "eternity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2503840637381, + "voter": "elixir" + }, + { + "percent": "100", + "reputation": 25104157850610, + "rshares": 44803484837, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 77958299151, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 62376610768, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135176909, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686740371062, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91177735243, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6753422266, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717531761, + "voter": "bingo-1" + }, + { + "percent": "-100", + "reputation": 83941319998, + "rshares": -118028872784, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 961659220145, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436901232837, + "voter": "boatymcboatface" + }, + { + "percent": "1000", + "reputation": 101807714979611, + "rshares": 81667077662, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 137139073877, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 358924152908, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295902249253, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14497664579, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481525162463, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15001468463, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 403084927655, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17537387579, + "voter": "jademont" + }, + { + "percent": "586", + "reputation": 12382143533351, + "rshares": 44902398949, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 40661373661, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2111077828, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 30615032422199, + "rshares": 436793524190, + "voter": "steemitblog" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 164305232446, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47418073132, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 35933035552, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 37240127403, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268578666, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 104780457751, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642718425092, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413565663, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6368956663, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1206287354077, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 307353766229, + "rshares": 18087327475, + "voter": "btcturbo" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59885148845, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9278599525, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255149623, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400415792969, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 391066327966, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112691411813, + "voter": "kenny-crane" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33759443562, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3525238421, + "rshares": 96200364002, + "voter": "a48" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 82876990313, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 188482798896, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4514477600, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 385965426866, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 30780832917, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13621999256, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 136282865706, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1153726693, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207550306, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15780612846, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4483491421, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31332583672, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 181167792891, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6072126937, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116546376528, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2751276886, + "voter": "gary-smith" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 783060546, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87663983506, + "voter": "gtg" + }, + { + "percent": "2500", + "reputation": 861737606263, + "rshares": 2190228775, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471484245, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40642948672, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 6904320686, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 36011467640, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 6294822793, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 63625522050, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69435162516, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17887295408, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 119985380706, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 17723612587, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4441753311, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14208672226, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 158039253094, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6459488101, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 22586389170, + "voter": "strangerarray" + }, + { + "percent": "7900", + "reputation": 727668809534, + "rshares": 4313713263, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 109309178976, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17869167829, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1451740615, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1231615750, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 275559580915, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132977350, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599505157, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 3280530768, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15898543055, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 41170644591, + "voter": "biophil" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886113774, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11317326518, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 17228006101, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7156973047, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46801834266, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38823777426, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 4392845381, + "rshares": 7553255907, + "voter": "tryptamin" + }, + { + "percent": "9000", + "reputation": 449046196965, + "rshares": 4899432080, + "voter": "mandax" + }, + { + "percent": "10000", + "reputation": 2105174990263, + "rshares": 26975019841, + "voter": "peterz" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167083211121, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 158856849214, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5590915471, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3502879414, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5687003514, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3412817131, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3926542482, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40223629866, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 37591625331, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 232725183972, + "rshares": 46073496599, + "voter": "ramblin-bob" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43070072627, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7264142379, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 918911822347, + "rshares": 1369781046, + "voter": "aleco" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24291682524, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57522042, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55221160, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14840516068, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 923406122, + "voter": "happyphoenix" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634727408, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633814165, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365251584, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1756501280, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7506685773, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3082845654, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2468766369, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3469636777, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 142909536336, + "voter": "shaka" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838482353, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 991985577, + "voter": "pakisnxt" + }, + { + "percent": "2100", + "reputation": 10137266406870, + "rshares": 3515860439, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3557797736, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 2730766591183, + "rshares": 2388405861, + "voter": "handmade" + }, + { + "percent": "10000", + "reputation": 211462616494, + "rshares": 1032587994, + "voter": "letc" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5217018335, + "voter": "brendio" + }, + { + "percent": "583", + "reputation": 1751717743, + "rshares": 1247760648, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 74378126, + "voter": "kurzer42" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184655778, + "voter": "ullikume" + }, + { + "percent": "100", + "reputation": 2637292041469, + "rshares": 135458262, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56886318, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7137981426, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3227490751, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 2019988852, + "voter": "t3ran13" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93124227141, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14919040233, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1958777356, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1461849421, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 40210689203, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 54384530575, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 91384020663, + "rshares": 79328156, + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 24086297796, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 2495166440, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52467942, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91394782516, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 465146168, + "rshares": 62183036, + "voter": "simo" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 207592032, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 5893977972, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9680846125, + "voter": "theb0red1" + }, + { + "percent": "5000", + "reputation": 13325577893779, + "rshares": 16133822933, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8944794162, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3183176699, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7981765563, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 15562325823, + "rshares": 1647477017, + "voter": "ignat" + }, + { + "percent": "10000", + "reputation": 87826064077, + "rshares": 75435245, + "voter": "mata" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 94697286188, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9167216579, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13958567893, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 2128755106, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13556498628, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3195270175, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 56288979, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 6861320744353, + "rshares": 6588092685, + "voter": "anarchyhasnogods" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 354847739, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2981298999, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 26954303069, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 53179894, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 5861882, + "rshares": 58010810, + "voter": "piezolit" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 79006453753, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3555960772, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3065712503, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 366529203171, + "rshares": 296392777, + "voter": "brandon-rosano" + }, + { + "percent": "10000", + "reputation": 366678373049, + "rshares": 314685302, + "voter": "comcentrate" + }, + { + "percent": "10000", + "reputation": 4459137288511, + "rshares": 3367402144, + "voter": "penguinpablo" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 81236016, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2747076236, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5047587282, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226328838, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1687853518, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656479516, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180705905, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 77128224, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1233611427, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15887944350, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786800672, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6971842308, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1904493989, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 952460935, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 173533271690, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 267685071, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 142341598, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672349616, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7492651298, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59318202142, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3012131115, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4972448940, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 934457758, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5746964931, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 5726115551, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2188434423, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2451850589, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 4971287291, + "rshares": 53469216, + "voter": "libertyadvocate" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11695067964, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4810870942, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 877781, + "rshares": 13041900875, + "voter": "qeeurit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 1101416342, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4882069467, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685318204, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691786282, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 46105524125, + "rshares": 162374059, + "voter": "zerozone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156262128, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 5773583508, + "rshares": 159997528, + "voter": "dreamstream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155452864, + "voter": "jyriygo" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 158284428, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 90403763, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 3828608244, + "rshares": 288371810, + "voter": "wakeupworldnews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 105111590, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89219779, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372850, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142838259, + "voter": "bromejs" + } + ], + "author": "steemitblog", + "author_reputation": 30615032422199, + "beneficiaries": [], + "body": "
\n\nhttp://www.kaufmansales.com/wp-content/uploads/2015/12/new-release.png\n
\n\nOver the weekend some of our community code reviewers discovered some issues with the 0.14.0 release. The elected witnesses opted to stay on version 0.13.0 until we could make the necessary changes. \n\nWe are happy to report that [Steem 0.14.1](https://github.com/steemit/steem/releases) is now available. Assuming the supermajority of the elected witnesses upgrade by **Tuesday, 20 Sep 2016 15:00:00 UTC** the new features will take effect. These features include: Escrow, Savings, Steem Dollar stability, and more. Please see the [release notes](https://github.com/steemit/steem/releases/tag/v0.14.1) for more details.\n\n## Hardfork Process \nA hardfork is a change in the business logic that powers Steem. The Steem network has many checks and balances to ensure everything is vetted by a decentralized group of trusted (elected) individuals before taking effect. No hardfork will take effect until at least 67% of the active witnesses have upgraded to 0.14.1 and it will take effect no earlier than Tue, 20 Sep 2016 15:00:00 UTC. \n\nJust because Steemit, Inc releases a new version of code does not mean that everyone is *forced* to upgrade to the new code. It is this review process that caused our prior release (0.14.0) to be rejected by the witnesses. \n\nOnce a supermajority of active witnesses upgrade the hardfork takes effect at the appointed time. Steemit, Inc attempts to give all parties ample time to upgrade their machines so that the changeover is seamless. Any exchanges that do not upgrade will automatically be taken offline by the existing consensus logic. Assuming everything works as designed there will never be a minority fork created by 0.13.0 nodes. \n\n## Voting Power Algorithm Unchanged \n\nDue to feedback from the community we have decided to exclude changes in how voting power is determined. It is clear that we did not communicate our intentions nor the expected result in a way that everyone can get behind. \n\nIt is still our desire to rebalance the voting power to maximize the influence ordinary users have relative to automated users. We intend to document and communicate our enhanced solutions. \n\n## Thank You\n\nWe would like to thank everyone who is helping to review the code, catch bugs, and submit pull requests. It is a pleasure to work with such an engaged community.", + "body_length": 2426, + "cashout_time": "2016-09-20T14:48:03", + "category": "steem", + "children": 91, + "created": "2016-09-13T14:48:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\"],\"image\":[\"http://www.kaufmansales.com/wp-content/uploads/2015/12/new-release.png\"],\"links\":[\"https://github.com/steemit/steem/releases\",\"https://github.com/steemit/steem/releases/tag/v0.14.1\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:48:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51767513257331, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "169.617 HBD", + "percent_hbd": 10000, + "permlink": "steem-0-14-1-released-hardfork-postponed-until-9-20-2016", + "post_id": 1232360, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem 0.14.1 Released - Hardfork Postponed until 9/20/2016", + "title": "Steem 0.14.1 Released - Hardfork Postponed until 9/20/2016", + "total_payout_value": "0.000 HBD", + "url": "/steem/@steemitblog/steem-0-14-1-released-hardfork-postponed-until-9-20-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31607880010082, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260589683853, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1714633295036, + "voter": "disney" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2049987477879, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087134948635, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3667546324934, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1802822391543, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 14534208194, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135176909, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686737978408, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91177514592, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717531761, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5893199392253, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436901232837, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 11081672022, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 22721790030, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 831970615034, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295901435031, + "voter": "chitty" + }, + { + "percent": "4000", + "reputation": 9469162, + "rshares": 33256587918, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481525162463, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1839830379, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15001468463, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 120348556618, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1245606660324, + "voter": "gavvet" + }, + { + "percent": "942", + "reputation": 12382143533351, + "rshares": 59869865266, + "voter": "eeks" + }, + { + "percent": "1300", + "reputation": 4931834878069, + "rshares": 3524061401, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 40661373661, + "voter": "james-show" + }, + { + "percent": "1300", + "reputation": 5414208804644, + "rshares": 4631129502, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8635804744, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 576363800412, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 865237448731, + "rshares": 1734837854, + "voter": "maxim-ananko" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47418073132, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182974422975, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268578666, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 104780457751, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413565663, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184478331, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 585125820, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2487453699, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11838163688, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1182634660860, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59885148845, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50779252040, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9742529501, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400415792969, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383398360751, + "voter": "hedge-x" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33759443562, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 201632761609, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19591701312, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268649943551, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5942932747, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116546376528, + "voter": "geoffrey" + }, + { + "percent": "2000", + "reputation": 598181152117, + "rshares": 48473901071, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2751276886, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250701242, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 334871297743, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3073285998, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20373997268, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 215553756164, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69434958263, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3280138819, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5372753515, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17887265622, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 14208672226, + "voter": "r4fken" + }, + { + "percent": "1300", + "reputation": 19111656178138, + "rshares": 12161821522, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15933256318, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6459488101, + "voter": "owdy" + }, + { + "percent": "1300", + "reputation": 3891722, + "rshares": 82565278, + "voter": "barbara2" + }, + { + "percent": "1300", + "reputation": 9142611234, + "rshares": 92663123, + "voter": "ch0c0latechip" + }, + { + "percent": "1300", + "reputation": 3871042, + "rshares": 84927517, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1536118272, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44088735785, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124597458, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17601052702, + "voter": "sebastien" + }, + { + "percent": "9100", + "reputation": 2821855573125, + "rshares": 7537507805, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599505157, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15898543055, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886113774, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 73635811574, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 70795503250, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 80328863182, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46801834266, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7459703255, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3793030505, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15057047321, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167083211121, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355585458825, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3432821826, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77931310727, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3412817131, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30053379486, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40223629866, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5578836972, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 897000392259, + "rshares": 1559066068, + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8148537378, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43070054391, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 457511179, + "voter": "meteor78" + }, + { + "percent": "1300", + "reputation": 10519849768972, + "rshares": 2857762975, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771481530, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 102847978458, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "5100", + "reputation": 1849155799051, + "rshares": 5824090288, + "voter": "crypto.owl" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7630655860, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14840516068, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20688049240, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634727408, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633814165, + "voter": "curator" + }, + { + "percent": "2000", + "reputation": 17698439393799, + "rshares": 8108768587, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428749970, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8065204832, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "1300", + "reputation": 147425730, + "rshares": 96247614, + "voter": "fnait" + }, + { + "percent": "1300", + "reputation": 3720753029, + "rshares": 85508369, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "1100", + "reputation": 16914207527051, + "rshares": 5721892892, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3568769257, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972937781, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838482353, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 1011825289, + "voter": "pakisnxt" + }, + { + "percent": "8500", + "reputation": 10137266406870, + "rshares": 13743818083, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571710417, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10300249786, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "2000", + "reputation": 10771708337101, + "rshares": 254663777122, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 128017171978, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24444367350, + "voter": "laoyao" + }, + { + "percent": "2000", + "reputation": 18027204457681, + "rshares": 9270857176, + "voter": "myfirst" + }, + { + "percent": "2000", + "reputation": 5776723480371, + "rshares": 58206090268, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 21897919095, + "voter": "persianqueen" + }, + { + "percent": "2000", + "reputation": 206355094166, + "rshares": 2176626362, + "voter": "flysaga" + }, + { + "percent": "942", + "reputation": 1751717743, + "rshares": 1663680865, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 75896047, + "voter": "kurzer42" + }, + { + "percent": "2000", + "reputation": 97845484474, + "rshares": 12858673527, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327622468, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184655778, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3068499171, + "voter": "darrenturetzky" + }, + { + "percent": "2000", + "reputation": 3016325652890, + "rshares": 28538248239, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93124227141, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5665055952, + "voter": "oflyhigh" + }, + { + "percent": "2000", + "reputation": 1851205309677, + "rshares": 1005586002, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2034968960, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12905766751, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 9406139096, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "2000", + "reputation": 4195733833721, + "rshares": 2026904852, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6082809103, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591841452, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91394454253, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "2000", + "reputation": 730408370151, + "rshares": 132863458, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 235219369, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6230330292, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1967987944, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 30406050913, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8944794162, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3183176699, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 898682984, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6460288753, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4876071017, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2051850885932, + "rshares": 4979259221, + "voter": "mindfreak" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13958567893, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655589824, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 439896783, + "voter": "violino" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3267889952, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 59103428, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 7727914428, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 70778116, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2241095625, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 369947643, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 3040924979, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 26954303069, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3065712503, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1533697197, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 83266916, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2672830932, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5047587282, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2182675331, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 57551785, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656479516, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 77128224, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9057991512, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15549902980, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 5796897349, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786800672, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6823505238, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1943361213, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154643145055, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323798537, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 7610743861, + "rshares": 56722040, + "voter": "noone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 184728966638, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 621221104, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2672349616, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 350998373, + "voter": "panther" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9046943664, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2535066765, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366652754, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5746964931, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 61604730, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3601530915, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398549489, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 263062725, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11695067964, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 313749878680, + "rshares": 2286512384, + "voter": "gamgam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51512084, + "voter": "ico-board" + }, + { + "percent": "10000", + "reputation": 638366942222, + "rshares": 2906129629, + "voter": "mojojojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4810870942, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 3606347249409, + "rshares": 2796885535, + "voter": "ltm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685318204, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691786282, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 417002303, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2160599805, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 161323470, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 148324428, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155452864, + "voter": "jyriygo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 772054987337, + "rshares": 1114880540, + "voter": "loca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151958424, + "voter": "tony1308" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145877371, + "voter": "bromejs" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "
https://s13.postimg.org/xyx0mwa6f/Firewalking_Separating_Phantasm_and_Physics.jpg
\n\nWalking barefoot across hot coals is an ancient practice. Cultures all over the world have used it as rite of passage, for the strengthening of their faith, or even for healing:\n\n- Indians, in celebrating Thimithi festival \n- Eastern Christian Orthodox during certain festivals\n- tribes from Pakistan in settling social justice\n- Spanish, in certain regions, in celebrating Saint John's Eve\n- and in many other cultures. \n\nMore recently, gurus of the new-age self-development non-sense have used it for 'turning fear into power'. According to [Rob Carroll](skepdic.com/firewalk.html):\n\n_\"Overcoming this fear is presented as a step in restructuring one's mind, almost as if this trial by fire was some sort of initiation into an esoteric and very special group of risk-takers.\"_\n\nEsoteric baloney; there's no magic behind firewalking. Modern physics has explained the phenomenon in great detail. And I'm about to discuss it next.\n___\n## Firewalking - Myths vs. Science\n\nEver since the early 1930s the scientific community gave attention to the practice of firewalking. Several experiments have been conducted [in 1935 and 1937](http://www.pitt.edu/~dwilley/Fire/FireTxt/fire.html) and those involved noted that: \n\n_\"...neither religious faith, nor supernatural powers had anything to do with the performance of the feat, and then went on to conclude that the secret of the firewalk lies in the low thermal conductivity of the burning wood and that the time of contact between the hot coals and feet is short.\"_\n\nThe interest in this faded away until the early 1980s when it was sparked by self-help gurus. \n\nAccording to Rob Carroll, walking on hot coals without getting burned is similar to putting your hands inside a hot oven: in which you don't get burned as long as you keep your hands in the air, away from the metal parts of the oven. \n\nYou do not get burned because the air has poor thermal conductivity and a low heat capacity; and the human body has a relatively high heat capacity. The situation is similar in firewalking. As pointed by [Rob Carroll](http://skepdic.com/firewalk.html):\n\n_\"Thus, even if the coals are very hot (1,000 to 1,200 degrees), a person with \"normal\" soles won't get burned as long as he or she doesn't take too long to walk across the coals and as long as the coals used do not have a very high heat capacity. Volcanic rock and certain wood embers will work just fine.\"_\n\nWith firewalking you also do not get burned because:\n\n- the high specific heat capacity of water (i.e.: in your foot) and the very low specific heat capacity of embers make it that the temperature of the foot changes less compared to that of the coal.\n- water has higher thermal conductivity => will quickly spread the heat from the coal.\n- the rich blood flow of the foot => will disperse the heat from the coal. \n- firewalkers do not stand still, but quickly move across the coals. \n___\n### Let's see some more recent research on this\n\nBack in the mid 1990s, two researchers, David Willey and Kjetil Kjernsmo, created a computer model for the foot of a firewalker and then compared it to images taken with IR cameras of people walking on fire. \n\n
https://s16.postimg.org/p28onb3at/Walking_on_Fire_Separating_Phantasm_and_Physic.gif
\n\nHere you can see two images of a foot before/after firewalking. There is not much of a difference, 30.9\u00b0C versus 34.1\u00b0C. As explained by [Kjernsmo](http://www.skepsis.no/?p=494):\n\n_\"What we did was to take a photo of the foot of Thomas before he went, and then threw himself into a chair as soon as he came across, without setting foot on the ground, and click!\"_\n\nThe slight increase in temperature (about 4\u00b0C) is much under pain threshold, which, according to Kjernsmo, is supposed to be 56\u00b0C. \n\nThis is an example of a good (safe) firewalk. Kjernsmo himself has helped setting the world's record in firewalking, so he is an intimate connoisseur of the phenomenon. \n\nBut not every firewalking practice happens under the strict guidance of Kjetil Kjernsmo, so things may go wrong as it was the case of a recent (2016) seminar of Tony Robbins when ~40 people got burned. You can read the full story: \n\n**[40 People got Burned 'Firewalking' in Texas for the Dumbest Reason](http://gizmodo.com/40-people-got-burned-firewalking-in-texas-for-the-dumbe-1782559421)**\n\nPotential reasons for why this may have happened: \n\n- people stayed for too long on the coals (without moving)\n- the chances to get burned increase if you run instead of moving quickly\n- the existence of foreign objects in embers (i.e. better conductors of heat)\n- wet feet making embers to cling to them\n- embers not burning long enough before the 'firewalk'\n___\n## Ending Thoughts and Cautionary Notes\n\nShould you decide to ever attempt this, [Jennifer Ouellette](http://gizmodo.com/40-people-got-burned-firewalking-in-texas-for-the-dumbe-1782559421) gives you common-sense advice:\n\n_\"Walk (don\u2019t run), make sure the coals have burned down sufficiently, don\u2019t wet your feet beforehand, and try not to strike too long a pose for that selfie. Oh, and have some ice and Vicodin handy, just in case.\"_\n\nProfessor David Willey of the Physics Department from the University of Pittsburg is more gentle in his notes with respect to the self-development hype towards ['firewalking'](www.pitt.edu/~dwilley/Fire/FireTxt/fire.html):\n\n_\"This is not to deny that one may feel empowered by having walked on fire, nor is it to dispute that it may improve self confidence. I do however believe that firewalking is understandable in terms of basic Physics and is not supernatural nor paranormal.\"_\n\nI'll end leaving you with a short video on 'firewalking' from At-Bristol Science Center:\n\n
https://www.youtube.com/watch?v=-iBFwpKV6ak
\n___\n###
To stay in touch with me, follow @cristi
\n\nCredits for Images: [Aidan Jones CC BY 2.0 via Wikimedia Commons](https://upload.wikimedia.org/wikipedia/commons/4/40/Fire_Walking_%281234969885%29.jpg) and [Kjetil Kjernsmo](http://www.skepsis.no/?p=494).\n\n\n[Cristi Vlad](http://cristivlad.com), Self-Experimenter and Author", + "body_length": 6198, + "cashout_time": "2016-09-20T14:43:33", + "category": "physics", + "children": 5, + "created": "2016-09-13T14:43:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"physics\",\"pseudoscience\"],\"users\":[\"cristi\"],\"image\":[\"https://s13.postimg.org/xyx0mwa6f/Firewalking_Separating_Phantasm_and_Physics.jpg\",\"https://s16.postimg.org/p28onb3at/Walking_on_Fire_Separating_Phantasm_and_Physic.gif\",\"https://img.youtube.com/vi/-iBFwpKV6ak/0.jpg\"],\"links\":[\"skepdic.com/firewalk.html\",\"http://www.pitt.edu/~dwilley/Fire/FireTxt/fire.html\",\"http://skepdic.com/firewalk.html\",\"http://www.skepsis.no/?p=494\",\"http://gizmodo.com/40-people-got-burned-firewalking-in-texas-for-the-dumbe-1782559421\",\"www.pitt.edu/~dwilley/Fire/FireTxt/fire.html\",\"https://www.youtube.com/watch?v=-iBFwpKV6ak\",\"https://upload.wikimedia.org/wikipedia/commons/4/40/Fire_Walking_%281234969885%29.jpg\",\"http://cristivlad.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:43:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59657556705347, + "parent_author": "", + "parent_permlink": "physics", + "pending_payout_value": "228.720 HBD", + "percent_hbd": 10000, + "permlink": "walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author", + "post_id": 1232311, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "title": "Walking on Fire - Separating Phantasm and Physics (featuring @cristi as author)", + "total_payout_value": "0.000 HBD", + "url": "/physics/@gavvet/walking-on-fire-separating-phantasm-and-physics-featuring-cristi-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 5584148065, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10274345849, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3228130229, + "voter": "dodders007" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

The Mandela Effect is the difference in recollection of large groups of people relative to recorded history for small intangible things like movie quotes, and book titles.

\n

The Toto Effect is the difference in recollection of large groups of people relative to recorded history and current evidence for more substantial things like changes in geography, religion, history, products, and human anatomy.

\n

The presence of the Mandela Effect is not terribly controversial.  Most people, including main stream scientists, willingly admit there are large gaps between memory and reality.  The cause of the Mandela Effect however is extremely contentious.  The modern explanation is Confabulation, which basically means you people get confused.  Another modern explanation is that people simply mis-remember.  I put together several quizzes.  To test these things out-

\n

Here\u2019s the short quiz: http://www.quiz-maker.com/QYN1BOG 

\n

Here\u2019s a quiz used in a scientific study: http://www.quiz-maker.com/QRVR3A 

\n

Here\u2019s the quiz that covers the most topics: http://www.quiz-maker.com/Q6G9ZLT 

\n

Will you please take one or more of these quizzes? 

\n


\n

At this point after waiting slightly over 1 year I've collected 30k responses and to date have analyzed more than 25k of them for the scientific study questions.  I've summarized the results that I could gleam simply from that research into this youtube video that's been watched close to 3000 times in the first week it's been available on Youtube.

\n

https://www.youtube.com/watch?v=oe65g0K8ePc  

\n


\n

While at first it would appear that the Mandela Effect is simply a reflection of people having shitty memories and low reading/media comprehension it turns out that is not always the case.  While the general population suffers from memory loss and misunderstanding people that self report being extremely confident in their answers are correct 95% of the time or more on control questions were no Mandela Effect is present.  When those same people are asked similar questions when the Mandela Effect is involved people provide wildly different answers indicating that they have the ability to know the information, but seem to inexplicably provide different answers.

\n

How the hell could that be?  That's the central question that's worth looking into.  Initial results indicate it isn't a memory failure of the people answering questions nor is it simply low comprehension.  If neither of those are responsible then it opens up the question to a much broader topic.  If details of the universve around us aren't fixed, but change, our interpretation of the rules for the universe have to change with it.  If one can go to sleep and wake up where titles of movies, lines in songs, human anatomy, biblical stories, history, and geography can change within that one nights rest a systemic investigation into how that's possible is extremely warrented.  

\n

Are time travellers changing things?  Did we go through a wormhole?  Is this whole universe and evertyhing that we remember experiencing simply a simulation?  Are there multiple universes? multiple realities?  multiple planes of reality?  Is the Mandela Effect a tangible way to measure these things?

\n

The starting hypothesis that the Mandela Effect implies is that reality as we know it, past, present and future, isn't fixed, and it's time to investigate further.

\n


\n", + "body_length": 3936, + "cashout_time": "2016-09-20T14:24:45", + "category": "science", + "children": 0, + "created": "2016-09-13T14:24:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"religion\",\"history\",\"writing\",\"mandelaeffect\"],\"image\":[\"http://ichef.bbci.co.uk/wwfeatures/wm/live/1280_640/images/live/p0/3x/sw/p03xsw49.jpg\",\"https://img.youtube.com/vi/oe65g0K8ePc/0.jpg\"],\"links\":[\"http://www.quiz-maker.com/QYN1BOG\",\"http://www.quiz-maker.com/QRVR3A\",\"http://www.quiz-maker.com/Q6G9ZLT\",\"https://www.youtube.com/watch?v=oe65g0K8ePc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T14:24:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23276683654, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "exploring-the-mandela-and-toto-effect-topic-introduction", + "post_id": 1232115, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela & Toto Effect - Topic Introduction", + "title": "Exploring the Mandela & Toto Effect - Topic Introduction", + "total_payout_value": "0.000 HBD", + "url": "/science/@aggroed/exploring-the-mandela-and-toto-effect-topic-introduction" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 815657465720, + "voter": "steemrollin" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268575018, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766957079, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96396781694, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 72650231051, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329350239, + "voter": "gardening" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329500032, + "voter": "survival" + }, + { + "percent": "10000", + "reputation": 740247204120, + "rshares": 9924751239, + "voter": "arisa" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 785313736453, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 1179873230000, + "rshares": 23688029630, + "voter": "seth-krings" + }, + { + "percent": "10000", + "reputation": 2290417141012, + "rshares": 77399104864, + "voter": "technology" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250648044, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4081034710, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 2101177796483, + "rshares": 10773843000, + "voter": "auction" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 174495897847, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 233499099, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 1061145996, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5241483254, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 485438151743, + "rshares": 999607842, + "voter": "hemp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115967854, + "voter": "flowers" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1372243951, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59822924, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57522042, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6389786967, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558313764, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4871315074, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1835006221, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61529559, + "voter": "diamonds" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 87853134307, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9369687479, + "voter": "jaredcwillis" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 17676358821986, + "rshares": 28688451352, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 11425018209, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2895554988, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 466838331, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752278914, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 169935476, + "rshares": 55387699, + "voter": "thp" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 56463554, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 953947747, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13680670391, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 55955007, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 698873742, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 322648939, + "rshares": 54202997, + "voter": "mcdowell6569" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 5847732368, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1123481798, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7715463142, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 103523839, + "rshares": 51941551, + "voter": "hippieatheart" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3470239996, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 754104699657, + "rshares": 572949024, + "voter": "the-stoned-ape" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 108203107, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "cbd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "junk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "hug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "bearcub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575839, + "voter": "cyberpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827206, + "voter": "keisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296323, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449394, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827178, + "voter": "int" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

Good morning, Steemians!

\n

It's a bright, beautiful, new September day, and we are giving thanks for our bright, beautiful life! There is something to appreciate everywhere we turn, and we would like to share that overflowing abundance with you. The Garden of Eden is brimming with inspiration, from plants to animals to sunshiny warmth. Wholesome nature blesses us with her treasures, and we give thanks to be part of this. We hope these images uplift you!

\n

Here is a sweet peak at some sweet things we see around the garden:

\n

\n

\n

\n

\n

\n


\n

May your day be merry and bright!

\n


\n

View our previous photo galleries:

\n

1   /   2   /   3   /   4   /   5   /   6   /   7

\n


\n


\n

www.intothegardenofeden.com

\n

\n
", + "body_length": 2504, + "cashout_time": "2016-09-20T13:41:45", + "category": "photography", + "children": 16, + "created": "2016-09-13T13:41:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"nature\",\"life\",\"gardening\"],\"image\":[\"https://www.steemimg.com/images/2016/09/13/squirrelly98c82.jpg\",\"https://www.steemimg.com/images/2016/09/13/planty5f368.jpg\",\"https://www.steemimg.com/images/2016/09/13/shroomies62f42.jpg\",\"https://www.steemimg.com/images/2016/09/13/lettuciescb3da.jpg\",\"https://www.steemimg.com/images/2016/09/13/sunsettyfdff6.jpg\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/photography/@gardenofeden/today-is-world-photography-day-we-love-beauty-and-photography-is-one-of-the-best-ways-to-share-that-so-behold-our-glorious\",\"https://steemit.com/photography/@gardenofeden/a-series-of-magnificent-nature-photos-to-inspire-you\",\"https://steemit.com/photography/@gardenofeden/a-series-of-mesmerizing-photos-to-inspire-you\",\"https://steemit.com/photography/@gardenofeden/a-colorful-photography-gallery-from-the-sea-of-cortez\",\"https://steemit.com/photography/@gardenofeden/a-series-of-photos-to-share-simple-beauty\",\"https://steemit.com/photography/@gardenofeden/a-sweet-gallery-of-photographs-from-our-farm-to-charm-and-uplift-you\",\"https://steemit.com/photography/@gardenofeden/a-series-of-photographs-for-your-consideration-silhouettes-and-shadows\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:41:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2286535716448, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.838 HBD", + "percent_hbd": 10000, + "permlink": "a-garden-fresh-photography-gallery-to-brighten-your-day", + "post_id": 1231752, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Garden Fresh Photography Gallery to Brighten Your Day", + "title": "A Garden Fresh Photography Gallery to Brighten Your Day", + "total_payout_value": "0.000 HBD", + "url": "/photography/@gardenofeden/a-garden-fresh-photography-gallery-to-brighten-your-day" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480304211750, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31607497946785, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321925608922, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2049881114248, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1087082745157, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1801898841336, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 15180173002, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135110945, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686700498199, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6753101872, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717457285, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5892016381948, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436853053508, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 11081490251, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 22721790030, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48485924201, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 43233414126, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109630138, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481525162463, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1839816397, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 88728203769, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15613525264, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 120348556618, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 65595684577, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 4743131139239, + "rshares": 18738435108, + "voter": "dedmatvey" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1236593618356, + "voter": "gavvet" + }, + { + "percent": "942", + "reputation": 12382143533351, + "rshares": 59868313815, + "voter": "eeks" + }, + { + "percent": "700", + "reputation": 4931834878069, + "rshares": 2013565770, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7772224270, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 591875622779, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 53345209175, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182955726898, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268575018, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 104775306480, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766950998, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 46690451470, + "rshares": 917876401, + "voter": "slickwilly" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3184337890, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596828336, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2541500206, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11574692123, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 197803965964, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61644285058, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50774225322, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9278599525, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255134427, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 425434059937, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 401892590, + "voter": "applecrisp" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33759230784, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177272136, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16095930519, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268609539545, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4483491421, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6071855483, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116540652009, + "voter": "geoffrey" + }, + { + "percent": "700", + "reputation": 598181152117, + "rshares": 16157801035, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32090015979, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250648044, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 334871297743, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40641774215, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46153383640, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3156266918, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20373814873, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 210421523874, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 36746811678, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69429812321, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3279915389, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5267405407, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17885522717, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16237977083, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 17392286084616, + "rshares": 68014460925, + "voter": "steemingnow" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1631405666, + "voter": "sergei" + }, + { + "percent": "700", + "reputation": 19111656178138, + "rshares": 8107217129, + "voter": "furion" + }, + { + "percent": "700", + "reputation": 9142611234, + "rshares": 52946708, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 161505695295, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44086668435, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124597458, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18383121680, + "voter": "sebastien" + }, + { + "percent": "8400", + "reputation": 2821855573125, + "rshares": 6985982843, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11340792986, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132977350, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 16221224847, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886112558, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 70648558625, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 544547750, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46799466293, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38822668583, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3870393694, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15361856355, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167081602396, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 6866099314, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355567219449, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3502879414, + "voter": "simon.braki.love" + }, + { + "percent": "2500", + "reputation": 843226172873, + "rshares": 20275565672, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 345798829595, + "rshares": 998835260, + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3412652983, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3591693178, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 239788611978, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30051986623, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8148537378, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43069803913, + "voter": "jl777" + }, + { + "percent": "700", + "reputation": 10519849768972, + "rshares": 1632857858, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1771377263, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267158543, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267558294, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 100831351430, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57522042, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55221160, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 19153918079, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102875990, + "voter": "sergey44" + }, + { + "percent": "5000", + "reputation": 1849155799051, + "rshares": 5600086816, + "voter": "crypto.owl" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7630655860, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15162878827, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20257048214, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634712817, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 633798357, + "voter": "curator" + }, + { + "percent": "700", + "reputation": 17698439393799, + "rshares": 2702896413, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428735075, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365240943, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229492579, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8229785651, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "700", + "reputation": 147425730, + "rshares": 54994989, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47680890842, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3626548543, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3539680731, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 947334155, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838475057, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1603144626, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "700", + "reputation": 10771708337101, + "rshares": 95497713453, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24442934994, + "voter": "laoyao" + }, + { + "percent": "700", + "reputation": 18027204457681, + "rshares": 3973148805, + "voter": "myfirst" + }, + { + "percent": "700", + "reputation": 5776723480371, + "rshares": 19401851333, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 18440362644, + "voter": "persianqueen" + }, + { + "percent": "700", + "reputation": 206355094166, + "rshares": 725536648, + "voter": "flysaga" + }, + { + "percent": "942", + "reputation": 1751717743, + "rshares": 1663644389, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 74378126, + "voter": "kurzer42" + }, + { + "percent": "700", + "reputation": 97845484474, + "rshares": 4286186204, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327622468, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4184432045, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7137968357, + "voter": "kurtbeil" + }, + { + "percent": "700", + "reputation": 3016325652890, + "rshares": 10701819379, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 162868148598, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93114408295, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5789450050, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14607569901, + "voter": "randyclemens" + }, + { + "percent": "700", + "reputation": 1851205309677, + "rshares": 335193510, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2453798832, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2118028918, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 151272123831, + "rshares": 253808801, + "voter": "xcepta" + }, + { + "percent": "10000", + "reputation": 3558934941, + "rshares": 63423407, + "voter": "bubblefantasy" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2508145452, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "700", + "reputation": 4195733833721, + "rshares": 675629478, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560613674, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 69952247, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72888625, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91386295644, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1438544999, + "voter": "anech512" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 228351235, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6230026295, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1967907084, + "voter": "chinadaily" + }, + { + "percent": "5000", + "reputation": 13325577893779, + "rshares": 15513291282, + "voter": "kyriacos" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1792921108, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4875964622, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071834538, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14475466814, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655589824, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 505219265255, + "rshares": 431098848, + "voter": "violino" + }, + { + "percent": "2000", + "reputation": 5427607111677, + "rshares": 1916628207, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 57696204, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 70778116, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2241095625, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 369947643, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 166282713, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 91314949, + "voter": "artsteemit" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10654261682, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579577783, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1524134473, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 81236016, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2895554988, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5200544472, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1692461368, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184470612, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 59599082, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9963128605, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15887201417, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 6159203433, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786672088, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3884293684, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 3112562094, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6971599426, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1865626765, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160954908605, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323798537, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 184728735935, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2730358450, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 205135371433, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9951179934, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3135075242, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51994517, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366652754, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 934457758, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 2998191380, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5746665816, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3097740175, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50179535, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2451766689, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1123481798, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11694701969, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51470533, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4915269360, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 971319419022, + "rshares": 840638307, + "voter": "annesaya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50230521, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 27406063017, + "rshares": 57518491, + "voter": "humans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3550943252, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3685192356, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 312679609, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691771084, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 161130085, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 165196346, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 426067571, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2382173643, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 148324428, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156378592, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 105111590, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89219779, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449394, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 954982860225, + "rshares": 435952245, + "voter": "smartercars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 139799147, + "voter": "bromejs" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Today while going to work my Tata Indica packed up...again (for the fourth time). By profession I am an accountant and if my life was on the line depending upon my vehicular knowledge, then you will have to shoot me. Obviously I can\u2019t be too much of a success as an accountant if you look at the car I am driving/was driving. That car can now go to hell, I will sell it for scrap and take what I can. While sitting in the countryside, just outside Krugersdorp, waiting for a rescue vehicle from the company I work for, I thought of my Dad and realised that my cars are just as bad as his were. It is actually worse because the extent of my skills are only as for as being able to change a flat tyre if required.\n\nIn the 1960\u2019s my first memory of driving with the Old Man was when we were going up a hill from town to Amalinda where we stayed. \n-\nSmoke, like from an idly held cigarette, was curling up from the dashboard of the old Ford Prefect as we struggled up the hill, as car after car passed us. I remember it being dumped in the backyard of the smallholding where we stayed at 10 Oliver Road and we as kids loved playing in it. Why the thing was on its side is beyond me; I can only assume it was to scavenge parts.\n\nhttps://upload.wikimedia.org/wikipedia/commons/4/40/1948_Ford_Prefect_E93A.jpg\n\n\nOur family then moved to Welkom in the Orange Free State where the lure of money from the gold mines was too great to resist, particularly since my Dad had to pay maintenance for the children of his first marriage. \n-\nBy trade my Dad was a qualified electrician but my mother would not allow him to run his own electrical business as he was too soft, for example, he helped repair the fridges at Sanan\u2019s fruit and veg, and the owner gave my Dad a discount on the ice cream he bought. Stingy old blighter! But \u201cFruity\u201d as the Old Man was known in the extended family, hated working underground due to the terrible heat. So we as a family yo-yo\u2019ed between beautiful (but poorly paying East London) and Welkom which paid extremely well.\n\nBack to EL we went and we stayed in a corrugated house near my Grandfather Lofty\u2019s small farm. We used to call it the \u201cRat House\u201d for obvious reasons. My Dad owned a scooter, a Vesper? He had to go early to work while it was still dark and he would give me a lift to the Amalinda Primary School, it was in 1966. I can remember how cold it was and I used to hold tight to get some warmth, the sound of the scooter while smelling the petrol fumes I will never forget. I used to go to the one side of the small school building where the first rays of the sun would warm a few of the early birds. Once he went off the \u201cridge of the tar\u201d onto the gravel and he blamed the tiny wheels of the scooter for the crash. Even though he was wearing a leather jacket he got some very nasty skid burns; goodbye to the treacherous scooter!\n\nhttp://images.freeimages.com/images/thumbs/57d/old-school-scooter-1478132.jpg\n\nWhen in Welkom during the second yo-yo inland, he got an old two stroke Honda; \n-\nI think he had to mix some oil in the petrol but he always put too much oil in. We lived in Romeo Street, a beautiful home that my mother loved the most out of all the homes we lived in. The street was lined with trees on both sides and when we saw my Dad coming home in the early afternoons, the white cloud from his Honda engulfed the entire width of the street for at least a hundred meters in his wake; how the traffic cops never caught him amazes me now when I look back.\n\nhttps://s-media-cache-ak0.pinimg.com/236x/9b/71/09/9b7109cbdf8817d9cf0793095ec1fc16.jpg\n\nWe often went to East London on holiday, by now my Grandfather had sold his farm and bought a house at 3 Empire Avenue in Cambridge. My Mom used to go visit her Dad and Aunty Phyllis, his second wife, who was a cripple from polio. She had a daughter Yvonne, which event was recorded in the local newspaper. She was a devout Catholic. I remember when Neil Armstrong landed on the moon and we listened to it on the radio. I was particularly interested as Aunty Phyllis said the world would end if man walked on the moon. I was a bit disappointed when life carried on as normal afterwards.\n\n\"\n\nWhen returning to Welkom after one such holiday, the car packed up in a little town, Reddersburg. \n-\nMy Dad\u2019s older brother, Uncle Eric who lived in Bloemfontein, came down and fetched the whole tribe of us in his Volkswagon Speedback?! He, unlike my Dad, was a man of great precision like their father, Spuddy, and he had a garage full of the most wondrous equipment and tools, perfectly aligned and kept in a spotless environment.\n\nhttp://66.media.tumblr.com/tumblr_mcfn2cXuj71qbypjho1_500.jpg\n\n\nBack to East London again! My Dad was happy but poor and my mother was unhappy. Now we were teenagers and the Old Man\u2019s car was a source of great embarrassment to me He owned a Holden and the car could never start, so we had to push start it outside the Church. I was mortified but the Old Man didn\u2019t seem to mind at all. I hated that car.\n\nhttps://upload.wikimedia.org/wikipedia/commons/3/3f/1961-1962_Holden_EK_Special_Station_Sedan_01.jpg\n\nMy Dad once got a job in Dimbaza, an industrial area in the Ciskei, where he worked in a Chinese owned factory. \n-\nIn the old Apartheid South Africa, homelands had been created to keep the black people in their areas away from the \u201cwhite\u201d areas. Large tax incentives were created to open factories to employ black people in these rural areas where there was almost no industry. It was so ludicrous that it would pay the wily Chinese \u201cindustrialist\u201d just to employ people and let them sleep at their workstations. The wage was a pittance and how people could survive on that I could not understand. The government used to \u201crecognise\u201d the leaders of the various homelands with large bribes so that there were white majorities in South Africa. One of these leaders was Jonathan Cebe who used to say \u201chalf a loaf is better than none\u201d for \u201chis\u201d impoverished people. Anyway this industrial area was about 30 kilometres past King William\u2019s Town and the Old Man used to work as a night supervisor. One day he was travelling to work and he came over a blind rise (hill), only to see a stationery small truck in the middle of the road. The black driver had come upon a huge accident involving an 18 wheeler and he had decided to stop in the middle of the road to pick up debris. My Dad slammed on brakes but it was to no avail as the debris prevented the wheels of his Toyota Corolla from stopping. He hit the truck so hard that his false teeth were embedded in the steering wheel. When he came to his senses he was walking around in small circles on the road.\n\nA warrant of arrest was issued by the Ciskei prosecutor for my Dad. \n-\nFruity was very concerned and went to see the prosecutor in East London. He was advised to ignore the warrant but for his personal safety he must quit his job and not go back to the Ciskei.\n\nhttp://momentcar.com/images/toyota-corolla-1980-2.jpg\n\n\nHe was a terrible long distance driver and could never keep awake. \n-\nMy mother NEVER slept in all the years that he drove as she had to keep him awake. I remember travelling with him once to Cape Town and falling asleep. When I woke up, I looked at him and saw he was sleeping too. I am just the same and also battle to keep my eyes open. Another thing we both share, is a love for \u201cPADKOS\u201d, an Afrikaans word meaning road food. Before we even left the suburbs and got into the countryside my Mom would have to start feeding the Old Man.\n\nWhen driving he would often get caught speeding and issued with a traffic fine. \n-\nIf he was in traffic and got pulled over, he would be incensed as to why the other drivers where not getting fined but he was. He always felt it was so unfair. He refused to understand or accept our explanations. He also hated being caught when he was just \u201cfreewheeling\u201d and not applying the accelerator.\n\nMy siblings consisted of 3 brothers and a red headed sister. She was more than a match for the rest of us Philistines. \n-\nI still remember my mother gathering all of her sons (including me) and told us that Sheralynne was coming home from the Cape Town Teachers Training College, therefore we were not to walk around the house in our underpants any more and we better improve our language. This fear was fully justified, I still remember her slapping my one brother for some or other misdemeanor and this was when we were all adults! Anyway Sheralynne decided to acquire a car after following advice from me, her older brother. The Old Man was her teacher, on one occasion when it was raining and he was teaching her how to drive\u2019 he advised her to take a short cut through the veld, the road was slippery so he told her to \u201cfloor it\u201d in order not to get stuck, unfortunately the car was driven into a tree. She was furious with the \u201cBright Spark\u201d but her brothers were all highly amused.\n\nIn his declining years while in his late 70\u2019s, he used to love picking up hitch-hikers on the side of the road to proselyte and give his trapped victims a Book of Mormon. \n-\nDespite repeated warnings to the Old Man about the dangers he never stopped trying while driving around in his Opel Cub . However his final incident came when he was driving past the local mental institution (Sterkfontein) and he saw a fellow walking next to the road in white overalls. He stopped and offered his potential victim a lift. My Dad asked him where he was going. The chap seemed dazed but spontaneously decided that he wanted to go to Jan Smuts Airport (named the O R Tambo Airport now), so my Dad took him most of the way and dropped him off. Obviously the chap was an escaped inmate! He was eventually found in Durban. That was the last car that the Old Man owned. He never seemed to be unhappy with life and the automotive challenges he faced.\n\nhttp://imganuncios.mitula.net/1991_opel_kadett_cub_1400_7690118463519174486.jpg", + "body_length": 10305, + "cashout_time": "2016-09-20T13:33:12", + "category": "cars", + "children": 9, + "created": "2016-09-13T13:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cars\",\"traveling\",\"fathers\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/4/40/1948_Ford_Prefect_E93A.jpg\",\"http://images.freeimages.com/images/thumbs/57d/old-school-scooter-1478132.jpg\",\"https://s-media-cache-ak0.pinimg.com/236x/9b/71/09/9b7109cbdf8817d9cf0793095ec1fc16.jpg\",\"http://i557.photobucket.com/albums/ss16/fred703/Aunt%20Phyllis%20full%20article_zpsoctbzlfl.jpg\",\"http://66.media.tumblr.com/tumblr_mcfn2cXuj71qbypjho1_500.jpg\",\"https://upload.wikimedia.org/wikipedia/commons/3/3f/1961-1962_Holden_EK_Special_Station_Sedan_01.jpg\",\"http://momentcar.com/images/toyota-corolla-1980-2.jpg\",\"http://imganuncios.mitula.net/1991_opel_kadett_cub_1400_7690118463519174486.jpg\"],\"links\":[\"http://s557.photobucket.com/user/fred703/media/Aunt%20Phyllis%20full%20article_zpsoctbzlfl.jpg.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:33:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54614229983625, + "parent_author": "", + "parent_permlink": "cars", + "pending_payout_value": "200.411 HBD", + "percent_hbd": 10000, + "permlink": "old-fruity-s-travelling-featuring-fred703-as-author", + "post_id": 1231679, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "title": "Old Fruity\u2019s travelling (featuring @fred703 as author)", + "total_payout_value": "0.000 HBD", + "url": "/cars/@gavvet/old-fruity-s-travelling-featuring-fred703-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494427879770, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2096455570908, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1120000943779, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1171727427, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729607164237, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93934051080, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6951690591, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1815597702, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436824519577, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48485924201, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481521043124, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 420231609779, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29182567099, + "voter": "full-measure" + }, + { + "percent": "3846", + "reputation": 12382143533351, + "rshares": 239472447798, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 40661373661, + "voter": "james-show" + }, + { + "percent": "1300", + "reputation": 5414208804644, + "rshares": 4631023094, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1713433953075, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 591872029563, + "voter": "nanzo-scoop" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6166408016, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 56900534994, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182954635981, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268575018, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642718425092, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766950998, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3329066535, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11837725947, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61644285058, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50773928877, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3845942231444, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 417092215624, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410265352, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 65989046107177, + "rshares": 572020944765, + "voter": "andrarchy" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 197249440705, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207489506, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268607738985, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116540491484, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 226209214501, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45322251695, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250648044, + "voter": "superfreek" + }, + { + "percent": "2100", + "reputation": 17405459234693, + "rshares": 19092443700, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3239326574, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71598380286, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3346837235, + "voter": "orly" + }, + { + "percent": "2100", + "reputation": 4066839697461, + "rshares": 1930006074, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16237977083, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 839370472486, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1536118272, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 98899909868, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 234026465, + "voter": "ardina" + }, + { + "percent": "8500", + "reputation": 2821855573125, + "rshares": 7169824497, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11592796622, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 3366860526, + "voter": "bitland" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886112558, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29225435449, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440343061, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 800531485, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39844175479, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15054619228, + "voter": "nippel66" + }, + { + "percent": "5000", + "reputation": 9709066337974, + "rshares": 14607278055, + "voter": "wadepaterson" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355567219449, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 322858963779, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77982397704, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583266477, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 540986638, + "voter": "qonq99" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43069789320, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1807527819, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272610758, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273018668, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 180030854, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634712817, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 36939584319, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437484770, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404247827, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234176102, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 15640435168, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3539680731, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972914675, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838473841, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1273302846040, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42380253920, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 265158634893, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 17547219975, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10157513082, + "voter": "flysaga" + }, + { + "percent": "3846", + "reputation": 1751717743, + "rshares": 6654562964, + "voter": "gmurph" + }, + { + "percent": "6800", + "reputation": 10690204490232, + "rshares": 14915144167, + "voter": "mrs.steemit" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 60006606859, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 142690925064, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93113789560, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 122933349, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4692709140, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -451593763871, + "rshares": 3239174939, + "voter": "blow" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2508145452, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9458812701, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 65288764, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 634792077, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1792918677, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9354302631, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14475466814, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1759587686, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 84139881, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2221896098, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1515821746, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 90001323, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50179535, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 860539249, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51484593, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 22237001004, + "rshares": 24842908985, + "voter": "blacktier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230095137, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 193640559, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 45732247, + "rshares": 145970231, + "voter": "seth21smith" + } + ], + "author": "andrarchy", + "author_reputation": 65989046107177, + "beneficiaries": [], + "body": "

https://i.imgur.com/XJWEOc7.jpg

\n\nIn this video I give you a brief preview of my answers to @wadepaterson's 20 questions\n\nhttps://youtu.be/kX02VId968w\n\n20 Questions From @wadepaterson", + "body_length": 272, + "cashout_time": "2016-09-20T13:01:57", + "category": "steemit", + "children": 4, + "created": "2016-09-13T13:01:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"video\"],\"image\":[\"https://i.imgur.com/XJWEOc7.jpg\",\"https://img.youtube.com/vi/kX02VId968w/0.jpg\"],\"links\":[\"https://youtu.be/kX02VId968w\",\"https://steemit.com/life/@wadepaterson/20-questions-with-andrarchy\"],\"users\":[\"wadepaterson\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T13:13:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19415111156270, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "28.428 HBD", + "percent_hbd": 10000, + "permlink": "20-questions-from-wadepaterson", + "post_id": 1231355, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "20 Questions From @wadepaterson", + "title": "20 Questions From @wadepaterson", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@andrarchy/20-questions-from-wadepaterson" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494427273115, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31607009744140, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551221454785, + "voter": "butterfly" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2096453066710, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1119999382613, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1843825773057, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 588711581187, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1208343909, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729606337107, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93923599078, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6951690591, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5890851487960, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 450051287729, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 85657413997, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 815657465720, + "voter": "steemrollin" + }, + { + "percent": "7500", + "reputation": 5296864583034, + "rshares": 52267258510, + "voter": "ilanaakoundi" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109630138, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 491151463986, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 86988435067, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15307377709, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 403079299175, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 65595684577, + "voter": "cyan91" + }, + { + "percent": "2500", + "reputation": 1421425103482, + "rshares": 7587467445, + "voter": "full-measure" + }, + { + "percent": "8917", + "reputation": 12382143533351, + "rshares": 523841829311, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24666135991, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 591871220678, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 93663014779, + "voter": "william-noe" + }, + { + "percent": "3300", + "reputation": 15755437221598, + "rshares": 10367325158, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 56900534994, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 187645561547, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 37240127403, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 268575018, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 107605026629, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642644074896, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766950998, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6513391048, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11837712265, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5619749413, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61644285058, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 52075763671, + "voter": "ak2020" + }, + { + "percent": "4900", + "reputation": 11765473490257, + "rshares": 32721032472, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9974494489, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 72649873488, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408750371312, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 427010877, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 197249440705, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329350239, + "voter": "gardening" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329500032, + "voter": "survival" + }, + { + "percent": "10000", + "reputation": 740247204120, + "rshares": 9924705632, + "voter": "arisa" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19591639296, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16095915010, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 274322388561, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4483278016, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6071741167, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124485119389, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 226209214501, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1179873230000, + "rshares": 23687938415, + "voter": "seth-krings" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250648044, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 2101177796483, + "rshares": 10773797392, + "voter": "auction" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17907818691, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 286426923, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20373206827, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 210421523874, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 37466342824, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 55940897011, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1575453015, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71598279937, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3346837235, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18249377954, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 37282751322, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 335351634223, + "voter": "fabio" + }, + { + "percent": "3300", + "reputation": 2906973892, + "rshares": 83801390, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 16237977083, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25543655435, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7074914100, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 37683571654, + "voter": "redpalestino" + }, + { + "percent": "3300", + "reputation": 675716972978, + "rshares": 83048757, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 233499099, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 93232801170, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 589721589, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 648597181, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 606594725, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1325015556332, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 114511676027, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 38216622568, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 8272874420, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11592768646, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137726541, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4599008430, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 17041568591, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 16221088024, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 20067101118, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886112558, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1455332561, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 236035593588, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 521375505, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 84065089376, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 800531485, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 420313822349, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46799466293, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 13378446228, + "rshares": 497712732, + "voter": "charles-d" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7608897320, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 40865821004, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 109724811529, + "rshares": 272002110, + "voter": "ashleybr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 5769220967, + "rshares": 239034812, + "voter": "alexandraberg" + }, + { + "percent": "10000", + "reputation": 233795210, + "rshares": 239145342, + "voter": "susie4ka" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239130763, + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": 2855981553, + "rshares": 239509465, + "voter": "stefaniek42" + }, + { + "percent": "10000", + "reputation": 2685781735, + "rshares": 239696086, + "voter": "kellystone6" + }, + { + "percent": "10000", + "reputation": 3790892852, + "rshares": 239701207, + "voter": "kathise" + }, + { + "percent": "10000", + "reputation": 110744225, + "rshares": 239082038, + "voter": "tsarp4" + }, + { + "percent": "10000", + "reputation": 402141072, + "rshares": 239091094, + "voter": "oneandonly3" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 136067745, + "rshares": 238981330, + "voter": "juliaevans717" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2605738250, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1561865667, + "rshares": 239275051, + "voter": "cryptobrain" + }, + { + "percent": "10000", + "reputation": 1289673, + "rshares": 239215370, + "voter": "julwern002" + }, + { + "percent": "10000", + "reputation": 1264385, + "rshares": 238981841, + "voter": "jul762" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171054022908, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 1646220515, + "rshares": 239344824, + "voter": "willpower" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 6278422833, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4229432390, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238847388, + "voter": "stevemitchell" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 253813963, + "rshares": 119401610, + "voter": "melinasanner" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 322858963779, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 188619737, + "rshares": 119397595, + "voter": "mrcryptocoin" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3502879414, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1723163, + "rshares": 119531207, + "voter": "beckygee" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 77981865688, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8089295329, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19929103855, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "10000", + "reputation": 802342551, + "rshares": 119135632, + "voter": "annie-kim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118845448, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3412634740, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14277141823, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118805309, + "voter": "emily-s" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 30051642760, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 41027327205, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 36485006162, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 92003937884, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118579416, + "voter": "citruss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 5567319, + "rshares": 118565669, + "voter": "johnbe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 530166906, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118447715, + "voter": "brandontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118326435, + "voter": "timothyd" + }, + { + "percent": "10000", + "reputation": 485438151743, + "rshares": 999607842, + "voter": "hemp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115967854, + "voter": "flowers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118337740, + "voter": "jackson5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43069653105, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 448540371, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019358548757, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118086477, + "voter": "michael-brown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118110881, + "voter": "timclarke" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20002478966, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1807527819, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272610758, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273018668, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62123806, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59822924, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634710385, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 658175217, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 36939584319, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437484770, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404247827, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234176102, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 291577197, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10235450831, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 673688618, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 610743667, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47680890842, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 38569160617, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 236594933701, + "rshares": 292369795, + "voter": "sandroieva" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3539680731, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 6804198629, + "voter": "uwe69" + }, + { + "percent": "2100", + "reputation": 283380527576, + "rshares": 2938878363, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6247323057, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972914675, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838473841, + "voter": "taker" + }, + { + "percent": "1100", + "reputation": 10137266406870, + "rshares": 1917732938, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 5969959739, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15600301159, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3630360253, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1273302846040, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 128011084636, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 47375364923, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25085529842, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43704636855, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 265158634893, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10399358631, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7705382906, + "voter": "asdes" + }, + { + "percent": "8917", + "reputation": 1751717743, + "rshares": 14556760709, + "voter": "gmurph" + }, + { + "percent": "7700", + "reputation": 1038813018744, + "rshares": 5996680357, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 7989197237827, + "rshares": 27116345427, + "voter": "essra" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 68748910558, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 22613377010, + "rshares": 74378126, + "voter": "kurzer42" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 61435335594, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 3372437186, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4275369378, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2193123306, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7303606476, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 146258198190, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95630158913, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5954753460, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 57523014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 4315583388038, + "rshares": 5659620131, + "voter": "tanata" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 255835571501, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4692709140, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 24130783448589, + "rshares": 81629256262, + "voter": "krishtopa" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 10815644976, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1727764522, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61529559, + "voter": "diamonds" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9684022527, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11789352705, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91386186171, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 634792077, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 248913722, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2019682255, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3313086774, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20538728420, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 97324065692, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9167216579, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11189588048, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14992200918, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655589824, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86339492409, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9369526949, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3340481764, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 60510653, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 69303571, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2175181047, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 377497595, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 74033567099, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11298887660, + "voter": "sethlinson" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4011048329, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 9028363821, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2652148807, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579431656, + "voter": "steemitpatina" + }, + { + "percent": "2000", + "reputation": 5409679767352, + "rshares": 1236414137, + "voter": "englishtchrivy" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1523720946, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1021731877, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 85297817, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 21278534184, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5200544472, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 57551785, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1692447079, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1566833940, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184470612, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 108680679, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1258787171, + "voter": "goldstein" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9963098502, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15886829890, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786600641, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 3049040419, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6971485110, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 168431030707, + "rshares": 237056508, + "voter": "jenny28" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 1710157868, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 122143480, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 290042862358, + "rshares": 267376872, + "voter": "benjamin.still" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 184655016970, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1429519115, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 6309450092, + "rshares": 56270177, + "voter": "dadinova" + }, + { + "percent": "10000", + "reputation": 848619, + "rshares": 55397900, + "voter": "xaxl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2730315581, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344116052, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9951109698, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53478940, + "voter": "funderground" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56573340, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4972323084, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 934400306, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5746665816, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52618984, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 515098404, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 64226208, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2451724733, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 812731513, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 465842722, + "rshares": 51752867, + "voter": "olezoom" + }, + { + "percent": "10000", + "reputation": 4971287291, + "rshares": 52420800, + "voter": "libertyadvocate" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11694492795, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 51659688, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 397448486, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4915169333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 2124439612, + "rshares": 50537843, + "voter": "ana-maria" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3765248075, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 504234300, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 4769178580, + "rshares": 83206133, + "voter": "adogslife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444198106, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 193640559, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 29605154, + "rshares": 147223922, + "voter": "my-art" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155528114, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 50126982979, + "rshares": 175721806, + "voter": "whynotme" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 93521134, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111294624, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "cbd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "junk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "hug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "bearcub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575839, + "voter": "cyberpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827206, + "voter": "keisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 92296323, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449394, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827178, + "voter": "int" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93861422, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 45732247, + "rshares": 136847092, + "voter": "seth21smith" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n

Everybody is lazy sometimes. You know that you have something to do, but just can't get yourself to actually do it. Today, I will talk about some ways to fight your own laziness, and overcome it in the end!

\n


\n

Jeder ist manchmal faul. Man wei\u00df dass man eigentlich etwas erledigen sollte, kann sich aber einfach nicht dazu aufraffen.
\nHeute werden wir \u00fcber ein paar M\u00f6glichkeiten sprechen wie man seine Faulheit bek\u00e4mpfen und dann schlie\u00dflich \u00fcberwinden kann!

\n

https://picload.org/image/rdglgrwc/coverlaziness0copy.jpg

\n


\n

There are different types of Laziness - short-term and long-term.

\n

An example for long-term laziness would be being unemployed for several months, and not even trying to find a new job but instead laying on the couch. and doing nothing all day.
\nThis is a tough issue that you can't resolve quickly. But most of the time, the reason for this laziness is the lack of a purpose in life. You have nothing you want to achieve, that you strive towards or that pushes you forward - you need a WHY, a reason that motivates you! I already wrote a whole article about this topic.
\nEverybody needs this WHY, this purpose in life, so that we have a big goal and are motivated to achieve it!

\n

Short-term laziness is something that probably everyone has experienced already - you're currently working on a project, but some days you just don't feel like doing it. You sit around and procrastinate, doing other things instead.
\nBut in general, you haven't lost your motivation and are able to continue work the next day - that's the key difference.

\n


\n

Es gibt verschiedene Arten von Faulheit - kurzfristige und langfristige.

\n

Bei langfristiger Faulheit w\u00e4re man zum Beispiel seit Monaten arbeitslos, und w\u00fcrde auch gar nicht versuchen einen neuen Job zu finden, sondern einfach tagt\u00e4glich auf dem Sofa sitzen und nichts tun.
\nDas ist eine schwerwiegende Angelegenheit, die man nicht von heute auf morgen \u00fcberwinden kann.
\nDer Grund f\u00fcr diese Faulheit ist aber meistens,
dass man keinen richtigen Sinn im Leben hat.
\nMan hat nichts wof\u00fcr man strebt oder was einen vorantreibt. Uns fehlt ein
\"WARUM\", der Grund warum wir etwas tun, und warum wir dazu motiviert sind! Ich habe bereits einen ganzen Artikel dar\u00fcber geschrieben. Jeder von uns braucht dieses WARUM, diesen Sinn in unserem Leben, damit wir ein gro\u00dfes Ziel vor Augen haben das uns langfristig motiviert!

\n

Kurzfristige Faulheit kennt wohl jeder - man arbeitet an einem Projekt, hat aber einen tag einfach keine Lust. Man sitzt herum, schiebt es auf, und macht stattdessen andere Dinge. Aber grunds\u00e4tzlich hat man die Motivation nicht verloren, am n\u00e4chsten Tag kann man wieder weitermachen - das ist der Unterschied. 

\n

\n


\n

So how can you overcome this short-term laziness?

\n

First of all you need to understand that humans are mostly driven by emotions.
\nIf you are lazy, that's probably because  you have connected negative feelings with the task ahead. And/or you have positive feelings connected to what you're doing instead (watching movies and eating ice cream.)

\n

So the key is connecting positive feelings with your task or negative feelings with procrastination.

\n

As soon as we have pressure though, we suddenly realize that we could create negative feelings if we don't complete this task - and all of a sudden we manage to pull an all-nighter right before the deadline.

\n

Now you could get the impression to simply create pressure for yourself and punish yourself if you don't complete the task - but it doesn't work as easy as that.

\n

That would be negative motivation - you act because you fear the negative consequences.
\nThis isn't healthy in the long run, and also no long-term motivation: if you completed your task and didn't get punished, you stop.
\nYou have no motivation to continue, unless you pressurize yourself again.

\n

This negative motivation is a form of extrinsic motivation - being motivated due to influences from outside.
\nLet's look at an example: Somebody wants to lose 5kg weight until his summer holiday. If he doesn't make it, the punishment would be not to eat any ice cream on that whole trip.
\nNow this person has made it, and returns from holiday. He doesn't have any motivation to keep losing weight or eating healthy!

\n

What's much more effective is intrinsic motivation - a motivation that comes from within yourself, and keeps you motivated long-term. I have already written a post about this interesting topic.

\n


\n

\n

Und wie kann man diese kurzfristige Faulheit nun \u00fcberwinden?

\n

Zuerst m\u00fcssen wir verstehen, dass wir gr\u00f6\u00dftenteils von Gef\u00fchlen gesteuert werden. Sind wir faul, h\u00e4ngt es wahrscheinlich damit zusammen dass wir die Aufgabe die wir zu tun haben mit negativen Gef\u00fchlen verbinden. Und/Oder dass wir positive Gef\u00fchle mit dem verbinden, was wir stattdessen tun (Filme schauen und Eis essen).

\n

Der Schl\u00fcssel liegt also darin, positive Gef\u00fchle mit unserer Aufgabe oder negative Gef\u00fchle mit unserer Aufschiebung zu verbinden. 

\n

Sobald wir Druck haben, erkennt unser Gehirn aber pl\u00f6tzlich dass negative Gef\u00fchle entstehen w\u00fcrden wenn wir diese Aufgabe jetzt nicht schaffen, und auf einmal schaffen wir es die Nacht vor dem Abgabetermin durchzuarbeiten.

\n

Daraus k\u00f6nnte man schlie\u00dfen, dass man sich einfach selber Druck macht und sich bestraft wenn man etwas nicht schafft - ganz so einfach funktioniert es aber leider nicht.

\n

Das w\u00e4re negative Motivation - man handelt aus Angst vor den negativen Folgen.
\nDies ist aber auf Dauer nicht gesund, und auch keine langfristige Motivation: Denn wenn man sein Ziel erreicht hat und keine Strafe bekommen hat, h\u00f6rt man auf.
\nMan hat keine Motivation weiterzumachen, es sei denn man setzt sich selbst erneut unter Druck.

\n

Diese negative Motivation ist eine Form der extrinsischen Motivation - wir sind nur durch \u00e4u\u00dfere Einfl\u00fcsse motiviert.
\nSehen wir uns ein Beispiel an: Jemand m\u00f6chte 5kg bis zum Sommerurlaub abnehmen. Schafft er es nicht, sagt er sich selbst dass er daf\u00fcr den ganzen Urlaub kein einziges Eis essen darf.
\nNun hat die Person es geschafft, und kommt vom Urlaub zur\u00fcck. Er ist wieder zu Hause, und hat keine Motivation mehr, abzunehmen oder \u00fcberhaupt auf seine Ern\u00e4hrung zu achten.

\n

Was viel wirksamer ist, ist die intrinsische Motivation - eine Motivation die von innen heraus kommt, und die langfristig ist. \u00dcber dieses interessante Thema habe ich bereits einen anderen Artikel geschrieben. 

\n

 https://media.giphy.com/media/3o6gEf6bTrv3PpaEOA/giphy.gif

\n

So here are my Top 3 Tips agains laziness:

\n

1) Get started.

\n

Getting started is often the hardest part! So start with baby steps. Instead of telling yourself \"I will now finish creating this whole presentation\" set yourself a smaller goal: \"I will now give myself 15 minutes to think about the content and structure of my presentation. If I don't feel like it, I can do something else afterwards.\"
\nThis way, you have set yourself a manageable and concrete goal - and you will most likely continue working after those 15 minutes,

\n

2) Don't be a perfectionist (At least not in the beginning)

\n

If you do something, you want to make it perfect. Of course. But this creates a mental wall in our head that blocks us from getting started, because it tricks us into thinking this task is so complex and difficult. And we'd rather start with that difficult task later.
\nNo, take that mental block away! Just tell yourself: \"I will get started with the presentation now. It doesn't even have to turn out that great. I'll just brainstorm a bit and see how it goes.\"
\nIf you stick with the mediocre presentation at the end or edit everything again to make it perfect is your decision - but at least you have overcome your laziness!

\n

3) Plan ahead.

\n

If you already know that you will start feeling lazy at some point, then think about a detailed plan what to do in that case. Or write it down, even better.
\n\"If I don't start working today but instead end up in front of the TV, I have to turn it off, get up immediately, get myself something to drink, sit down at my desk and then start brainstorming.\"
\nThis way, you have written clear instructions for yourself - and you can execute this WITHOUT THINKING AT ALL. This way you trick yourself, because you simply act without getting stopped by your thoughts!

\n


\n

https://media.giphy.com/media/3o7TKTthvPPGlq7VGE/giphy.gif

\n

Also hier sind meine Top 3 Tipps gegen Faulheit:

\n

1) Fang erstmal an.

\n

Einfach Anzufangen ist oft die gr\u00f6\u00dfte H\u00fcrde. Setze dir deswegen f\u00fcr den Anfang erstmal ganz kleine Ziele: Anstatt sich vorzunehmen \"Ich setze mich jetzt hin und mache die ganze Pr\u00e4sentation fertig\" sag dir lieber: \"Ich nehme mir jetzt 15 Minuten Zeit um \u00fcber den Inhalt und Aufbau meiner Pr\u00e4sentation nachzudenken. Wenn ich keine Lust mehr habe darf ich danach auch aufh\u00f6ren.\" Somit setzt du dir ein machbares, konkretes Ziel, und du wirst nach den 15 Minuten bestimmt weitermachen. 

\n

2) Sei kein Perfektionist (zumindest nicht am Anfang)

\n

Wenn wir etwas tun, wollen wir es oft auch perfekt machen. Logisch. Das f\u00fchrt aber schnell dazu, dass wir eine mentale Blockade aufbauen - wir denken diese Aufgabe ist ja so schwer und gro\u00df, die schieben wir lieber noch ein bisschen auf. Nimm dir diese Blockade selbst weg.
\nSag dir einfach: \"Ich fang mal mit der Pr\u00e4sentation an, sie muss auch gar nicht so gut werden. Ich denke erstmal ein bisschen nach und schau was dabei rauskommt.\"
\nOb du letztendlich bei einer mittelm\u00e4\u00dfigen Pr\u00e4sentation bleibst oder am Ende doch nochmal alles \u00fcberarbeitest ist deine Sache, aber zumindest hast du so deine Faulheit \u00fcberwunden!

\n

3) Plane vorausschauend. 

\n

Wenn du schon wei\u00dft dass du wahrscheinlich fr\u00fcher oder sp\u00e4ter faul werden wirst, dann \u00fcberlege dir einen genauen Plan wie du dann handelst. Schreibe diesen Plan am besten sogar auf.
\n\"Wenn ich heute nicht mit der Arbeit beginne sondern wieder vor dem Fernseher lande, muss ich den Fernseher ausmachen, aufstehen, mir etwas zu trinken holen, mich an den Schreibtisch setzen und mit dem brainstorming beginnen.\"
\nSo hast du dir selber eine klare Anleitung geschrieben - diese Anleitung kannst du OHNE NACHZUDENKEN ausf\u00fchren. Somit trickst du dich selber aus indem du einfach handelst, anstatt dich von deinen Gedanken stoppen zu lassen.

\n


\n

http://24.media.tumblr.com/aab75ac24a9166f1cdb9a054331ce556/tumblr_myzvhhteSV1stnh9lo1_500.gif

\n


\n

Laziness is really just a mental blockade we construct ourselves.
\nTo overcome it, you need to trick yourself, and be motivated long-term.
\nJust get started NOW, you can do it!

\n


\n

https://img1.steemit.com/0x0/https://picload.org/image/rrpdccgw/workout.jpg

\n


\n



\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 13052, + "cashout_time": "2016-09-20T12:28:12", + "category": "life", + "children": 43, + "created": "2016-09-13T12:28:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"psychology\",\"deutsch\",\"motivation\"],\"image\":[\"https://picload.org/image/rdglgrwc/coverlaziness0copy.jpg\",\"https://media.giphy.com/media/3oEduJ2WO798q5C06I/giphy.gif\",\"http://images.huffingtonpost.com/2013-09-04-MotivationsFrameworkas.png\",\"https://media.giphy.com/media/3o6gEf6bTrv3PpaEOA/giphy.gif\",\"https://media.giphy.com/media/3o7TKTthvPPGlq7VGE/giphy.gif\",\"http://24.media.tumblr.com/aab75ac24a9166f1cdb9a054331ce556/tumblr_myzvhhteSV1stnh9lo1_500.gif\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpdccgw/workout.jpg\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://steemit.com/life/@sirwinchester/find-your-why-self-discovery-and-finding-your-purpose-in-life\",\"https://steemit.com/motivation/@sirwinchester/10-steps-to-motivate-yourself-how-you-can-find-your-own-drive-to-achieve-your-goal\",\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T12:28:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61279332788448, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "252.267 HBD", + "percent_hbd": 10000, + "permlink": "how-to-overcome-your-laziness-wie-du-deine-faulheit-ueberwinden-kannst-english-german", + "post_id": 1231049, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How To Overcome Your Laziness // Wie Du Deine Faulheit \u00dcberwinden Kannst! (English/German)", + "title": "How To Overcome Your Laziness // Wie Du Deine Faulheit \u00dcberwinden Kannst! (English/German)", + "total_payout_value": "0.000 HBD", + "url": "/life/@sirwinchester/how-to-overcome-your-laziness-wie-du-deine-faulheit-ueberwinden-kannst-english-german" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8635528094, + "voter": "richman" + }, + { + "percent": "2500", + "reputation": 811919161664, + "rshares": 2126715171, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2394520895, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 54192730483, + "rshares": 389321950, + "voter": "ethanjames" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 23278893072, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19182684470, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 119198164, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 654381949, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2318990060, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 90001323, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 19861345374, + "rshares": 916421185, + "voter": "thirstyrecords" + } + ], + "author": "kafkanarchy84", + "author_reputation": 18105338219923, + "beneficiaries": [], + "body": "A live recording from a few years back of my wife and I playing an original tune called \"Pop Hell.\" The song was written specifically about the music industry at large, but more generally, about the cookie-cutter, collectivist, statist hell we've been sold as \"reality.\"\n\nLyrics:\n\nWelcome to Pop Hell\nThis is where you belong\nin the blue light TVs\nAnd insatiable throng\n\nYou can do what you like\nstay as long as you please\nThere's only one condition baby\nYou gotta stay on your knees\n\nI knew there was a reason that I ran away\nWelcome to pop hell, enjoy your stay\nTake your time, you can do what you like\ntrade in your shovels for industrial might\n\nIt's Pop Hell!\n\nWelcome to Pop hell\nCan't you smell the sulfur\nanother day and just as well\nfor all the programmers and gofers\n\nNow they got you in line\nGot the pen in your hand\nYou can just sign\nand you'll be in demand\n\nSo now what do you do\nfor the glitter and glitz\nOne stroke of the pen, \nand there is no quit\n\nThe glitz and the glamour never go away\nWell, I mean as long as you do what I say...\nYou can't be in love 'cause you know sex sells\nAnd if you try it out then we're ringing the bells!\n\nIt's pop hell Welcome to DESTRUCTION\nIt's pop hell just the way that we function\nOpen yourself up and you can't tell\nYou could be the next baby doll of our Pop hell\nIt's pop hell...\n\nHello! Welcome to Pop Hell!\n\nVideo:\n\nhttps://youtu.be/EWRD1sYRr2Y", + "body_length": 1398, + "cashout_time": "2016-09-20T09:41:00", + "category": "music", + "children": 1, + "created": "2016-09-13T09:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"politics\",\"anarchism\",\"original-music\",\"live\"],\"image\":[\"https://img.youtube.com/vi/EWRD1sYRr2Y/0.jpg\"],\"links\":[\"https://youtu.be/EWRD1sYRr2Y\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T09:41:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60106656333, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pop-hell-live-original-song-lyrics", + "post_id": 1229963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Pop Hell\" Live (original song + lyrics)", + "title": "\"Pop Hell\" Live (original song + lyrics)", + "total_payout_value": "0.000 HBD", + "url": "/music/@kafkanarchy84/pop-hell-live-original-song-lyrics" + }, + { + "active_votes": [ + { + "percent": "3400", + "reputation": 145171381514207, + "rshares": 9551902606489, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6914060255420, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5761781866604, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1135110945, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686692919443, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6951722515, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 48483182035, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 123434417044, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8635528094, + "voter": "richman" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766940353, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10670510335642, + "rshares": 61540676745, + "voter": "robsteady" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2012472484, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 89118003055, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 271768583150, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40640389641, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 55828400925, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 37466342824, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1902845076, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 158039253094, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 574723203226, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18352072104, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137726541, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29225152522, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2285679036, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5840475277, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 536325914524, + "rshares": 601033641, + "voter": "greengo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59822924, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57522042, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 9368409993, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1365240943, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17055111227, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15865094210, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 27798175874, + "voter": "williambanks" + }, + { + "percent": "5000", + "reputation": 8806485920347, + "rshares": 23278893072, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 6107661946, + "voter": "uwe69" + }, + { + "percent": "5600", + "reputation": 7564464865541, + "rshares": 12146900948, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5347269306, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3299212767, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 147778757, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 228351235, + "voter": "lisadang" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1792918677, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19566338160, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 55543445, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 52248629680, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11524865413, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 653929887952, + "rshares": 1401488660, + "voter": "truthandanarchy" + }, + { + "percent": "10000", + "reputation": 366529203171, + "rshares": 290581154, + "voter": "brandon-rosano" + }, + { + "percent": "10000", + "reputation": 685025499002, + "rshares": 1212801596, + "voter": "yzomri" + }, + { + "percent": "10000", + "reputation": 59741874574, + "rshares": 93221766, + "voter": "expatlove" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1233611427, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 504557419, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 53093296, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 654381949, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9666242673, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2259528777, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 90001323, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 93521134, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151958424, + "voter": "tony1308" + } + ], + "author": "kafkanarchy84", + "author_reputation": 18105338219923, + "beneficiaries": [], + "body": "https://s13.postimg.org/lrclyx6o7/computer_programming_tech.jpg\n[IMG. SOURCE](https://s13.postimg.org/lrclyx6o7/computer_programming_tech.jpg)\n\n**Better now than never. Now is all there is, right?**\n\nI am writing this for myself as much as anyone else. Not only do I wish to keep a digital record of my foray into the field of computer science/programming, but I also wish to keep myself accountable. \n\nIf you have been following my blogs up until now, you will be familiar with the somewhat turbulent employment situation I have found myself in, the way Steemit came to the rescue, and the continuing struggle in trying to find out \"what I should do\" in regard to my career and life path. If you wish to familiarize yourself with all this, you can read about it [here](https://steemit.com/steemit/@kafkanarchy84/my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep), [here](https://steemit.com/steemit/@kafkanarchy84/my-steemit-life-ep-2-first-night-as-a-bartender), and [here](https://steemit.com/steemit/@kafkanarchy84/my-steemit-life-ep-iii-money-from-steem-and-meeting-the-cryptomancer-in-tokyo).\n\nhttps://s17.postimg.org/6bg336z9b/1422104520jsn8w.jpg\n\n**As of now, I have begun to take some free courses online, which are basically recorded lectures from various universities.** As far as accredited distance learning courses, I am still looking for a school that is cost-effective yet accredited, and which offers the courses I need (something else I am still figuring out). At the end of the day, it is not the piece of paper or accreditation that I want, but the *knowledge itself* which will help me to land a job either as my own boss or as a worker at a blockchain startup, or something of the like. \n\nThis could be a totally unrealistic goal. I have been told it takes a lot of time to get good at coding, but I don't know exactly what *a lot of time* means. I suppose any job in IT would be a start.\n\n**If any of you Steemian coders out there have any gems of knowledge to drop in regard to good courses, resources, and specific areas/coding languages I will need to study to begin work for a blockchain startup, or to help people as a freelance coder, please let me know in the comments. I will definitely shoot you an upvote for your time.**\n\nBeyond messing with lines of code for QBASIC \"Gorillas\" back when I had a bowl-cut in 1997, my knowledge of computer science, I'm afraid, does not extend much beyond an appreciation for precise, cut and dry, logical problem-solving, and the utility and elegance of the algorithms, etc., which enable it. I suspect, however, that this may not be the worst place to start.\nCheers.\n\n***Peace, Love, and Anarchy.***\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*\nhttps://s13.postimg.org/6z8rz72nr/13615500_730504890423605_1425702647400253724_n.jpg", + "body_length": 2842, + "cashout_time": "2016-09-20T09:21:21", + "category": "blockchain", + "children": 21, + "created": "2016-09-13T09:21:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blockchain\",\"blog\",\"programming\",\"life\",\"technology\"],\"image\":[\"https://s13.postimg.org/lrclyx6o7/computer_programming_tech.jpg\",\"https://s17.postimg.org/6bg336z9b/1422104520jsn8w.jpg\",\"https://s13.postimg.org/6z8rz72nr/13615500_730504890423605_1425702647400253724_n.jpg\"],\"links\":[\"https://s13.postimg.org/lrclyx6o7/computer_programming_tech.jpg\",\"https://steemit.com/steemit/@kafkanarchy84/my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep\",\"https://steemit.com/steemit/@kafkanarchy84/my-steemit-life-ep-2-first-night-as-a-bartender\",\"https://steemit.com/steemit/@kafkanarchy84/my-steemit-life-ep-iii-money-from-steem-and-meeting-the-cryptomancer-in-tokyo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T09:21:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24679403738959, + "parent_author": "", + "parent_permlink": "blockchain", + "pending_payout_value": "44.552 HBD", + "percent_hbd": 10000, + "permlink": "why-i-am-diving-into-computer-programming-at-age-32-as-a-complete-newb", + "post_id": 1229864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why I am Diving into Computer Programming at Age 32, as a Complete Newb.", + "title": "Why I am Diving into Computer Programming at Age 32, as a Complete Newb.", + "total_payout_value": "0.000 HBD", + "url": "/blockchain/@kafkanarchy84/why-i-am-diving-into-computer-programming-at-age-32-as-a-complete-newb" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289523066816, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959503689768, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 604035600370, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 314646113722, + "voter": "chitty" + }, + { + "percent": "2941", + "reputation": 12382143533351, + "rshares": 179591550825, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8635528094, + "voter": "richman" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1766938831, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6512569537, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11837534351, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3845791726847, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17429583962, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192866119800, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 368230274294, + "voter": "kaylinart" + }, + { + "percent": "7500", + "reputation": 5260794316761, + "rshares": 103557249065, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45320015561, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250584169, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4362098634, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3067170432, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 54640562607, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 12007822736, + "voter": "jako" + }, + { + "percent": "7600", + "reputation": 9786117166130, + "rshares": 19252739780, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 101872192, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11592740664, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886108907, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 236023526030, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45655923196, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20837086889, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7608012889, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 28995520075, + "rshares": 294924721, + "voter": "sjt10369" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3583055678, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3631242707, + "voter": "bola" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43069435325, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10457759992, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 154310336, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634698218, + "voter": "proto" + }, + { + "percent": "6100", + "reputation": 4063076365725, + "rshares": 2215695214, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 998517693, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838465322, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3630360253, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 130918456628, + "voter": "twinner" + }, + { + "percent": "3076", + "reputation": 1751717743, + "rshares": 5406476557, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5549384848, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 163117476, + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1080405339, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1461849421, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15404844517, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1112270480, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 259305456, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91376440493, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56563243, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10410816943, + "voter": "gonzo" + }, + { + "percent": "2400", + "reputation": 13325577893779, + "rshares": 7446109743, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 27526864477, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 16097784461, + "voter": "mikemacintire" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3705431076, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2125488647, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 3943210950, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2302759776, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 115692336, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 494664136, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1290644263, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 195840301239, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2318990060, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5606284227, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3585282151, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2281559292, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5401931828, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7554724326, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 345429965231, + "rshares": 488246406, + "voter": "listentojon" + }, + { + "percent": "10000", + "reputation": 36517593, + "rshares": 155349817, + "voter": "adamazing" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\n\n\nWhat is popular these days? Glowing coloring books! \nI love it, I can take coloring books I've already published. Carefully change them up, And I have a brand new book to publish. But why reinvent my cover?\nWhen I can change the colors?\n\n( If swearing offends you, Turn back now!)\n\n\nHere I have my color Fucking Mandalas coloring book!\nI'm ready to make a glowing version of it.\n(basically just a black background instead of a white background.) \n*Here is an example*\n\nThe black background gives it a high contrast, That is why it's called a \"glowing\" coloring book.\n\nHere is the original cover.\n\n\nI invert the colors\n\nI didn't like how white the result was, So I used paint to change it's color.\n\n\n\nI eventually used more black to get the final result,\n# What do you think? #\nI know the \"glowing\" and \"mandalas\" isn't very visable, But that was kind of the goal. I feel like a giant\n# FUCKING # \nWould grab the attention of my audience.\n\n\nHeres an example of one page\n\nNow it's part of the \"midnight \" edition\n", + "body_length": 1891, + "cashout_time": "2016-09-20T08:45:30", + "category": "life", + "children": 10, + "created": "2016-09-13T08:45:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"books\",\"art\"],\"image\":[\"http://i.imgur.com/GXfFxnR.png?1\",\"http://i.imgur.com/4CYeKHa.jpg\",\"http://i.imgur.com/Y3N0StZ.png\",\"http://i.imgur.com/73KaYih.png\",\"http://i.imgur.com/j1YCSU6.png\",\"http://i.imgur.com/GXfFxnR.png\",\"http://i.imgur.com/CS0PEGs.png\",\"http://i.imgur.com/bApbWSo.png?1\"],\"links\":[\"http://imgur.com/GXfFxnR\",\"http://imgur.com/4CYeKHa\",\"http://imgur.com/Y3N0StZ\",\"http://imgur.com/73KaYih\",\"http://imgur.com/j1YCSU6\",\"http://imgur.com/CS0PEGs\",\"http://imgur.com/bApbWSo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T08:46:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10992892405966, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "10.110 HBD", + "percent_hbd": 10000, + "permlink": "editing-to-create-a-new-book-cover-swearing", + "post_id": 1229654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "EDITING To Create A NEW Book Cover (SWEARING)", + "title": "EDITING To Create A NEW Book Cover (SWEARING)", + "total_payout_value": "0.000 HBD", + "url": "/life/@kaylinart/editing-to-create-a-new-book-cover-swearing" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 11176995542476, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5010431287856, + "voter": "riverhead" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73210533003, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 259334629467, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 752427232469, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1827504335064, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1803955852823, + "voter": "nextgencrypto" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168092033404, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 248535224905, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 14534235538, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1194737128519, + "voter": "benjojo" + }, + { + "percent": "5000", + "reputation": 101807714979611, + "rshares": 374980992888, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 766654884933, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8624282912, + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223766859, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 98324717327, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 1404951009343, + "rshares": 18898958149, + "voter": "allahhh" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 376877135739, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2121798463, + "voter": "superfreek" + }, + { + "percent": "2500", + "reputation": 861737606263, + "rshares": 2190228775, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 65741189415, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146273285598, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 752262956946, + "rshares": 3601517137, + "voter": "kepo777" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 1039923076, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40215655273, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 35267702943, + "voter": "papa-pepper" + }, + { + "percent": "1500", + "reputation": 2889656462700, + "rshares": 1221238742, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 19632227430, + "voter": "flandude" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13635902316, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20673879773, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1835006221, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 223994808, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 9022229331, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3730663636, + "voter": "alchemage" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14496669371, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 80671076396, + "voter": "anotherjoe" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3474352566, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579384208, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5072307537, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5665906111, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 10428438645, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4894639817, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 400009805, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752263729, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 934756125, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13647847068, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142019214846, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 54857850, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 684852818, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1527134893374, + "rshares": 2063687647, + "voter": "michaelmcdermott" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 54342421, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 9040359, + "rshares": 54932800, + "voter": "slvrlunastar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54037194, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54234303, + "voter": "incajack" + }, + { + "percent": "10000", + "reputation": 322648939, + "rshares": 54202997, + "voter": "mcdowell6569" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4788652744, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 64226208, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 6001918364, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 165241290, + "voter": "crimson" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 548035127, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159444967, + "voter": "bodhicitta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155494714, + "voter": "ameanderingmind" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 536721047, + "voter": "lyndsaybowes" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 152077195, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 1249398988, + "rshares": 154718839, + "voter": "cyber-punk" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\n

We have been a transparent organization for our entire existence; we have found that accountability is key to a successful community.

\n

In that spirit, we would like to introduce Steemit to our economy.

\n

We are a community of full-time volunteers. We work 12-16 hours a day, 7 days a week, 360 days a year, because we are committed to creating the world we want for our children.

\n

We do not spend money; rather, we dedicate proceeds from our operations towards feeding 40,000 free meals a year, saving hundreds of thousands of pounds of trash from the landfill annual, clothing, sheltering, and educating people,  achieving a negative carbon footprint, and building a healthier, more sustainable world for ALL!

\n


\n

\n


\n

We offer all of our goods and services purely by donation. We gift our treasures to our donors in thanks for their support of our cause. 

\n

We'd like to take stock of our accomplishments for our own records and to prove to the world that it is possible to succeed in living by happy, sustainable honorable, standards.

\n

Yesterday, we donated a $1000 catering event to the homeless in downtown Fort Worth, Texas.

\n

Today, we produced:

\n
    \n
  • $200 raised from our products/operations
  • \n
  • 3 custom, handmade Epic Threads shirts
  • \n
  • 30 free meals
  • \n
  • $500 worth of food to feed the needy
  • \n
  • $50 in sustainable building materials
  • \n
  • 5 pounds of dried herbs and 15 bags of tea blends
  • \n
  • 40 pounds of compost
  • \n
  • harvested 10 pounds of okra, tomatoes, and greens
  • \n
  • 278 photos
  • \n
  • 51 SBD in straight up donations for floor sealant (thank you so much @bridgetbunchy & @kooshikoo!)
  • \n
  • 3 @gardenofeden Steemit articles that have thus far earned $49.77
  • \n
\n

We also:

\n
    \n
  • saved 300 lbs of trash from the landfill
  • \n
  • shared our wisdom with 2,000 people through our online realities
  • \n
  • supplied organic homegrown tobacco
  • \n
  • brought iodine to those who can benefit from this essential nutrient
  • \n
  • decanted 10 bottles of homemade wine
  • \n
  • glued more pieces to our floor
  • \n
  • erected a fence
  • \n
  • painted a shelf
  • \n
  • and invested 8 hours in Steemit
  • \n
\n

Only the express 51 SBD donation to our floor campaign will be spent on fixing our floor, because we have already pledged our proceeds to serving more free meals, sheltering more people, and educating others on sustainable realities. 

\n

We see the revolutionary potential here, and we know what it takes to run a successful community. We have valuable contributions and want to participate in mutually beneficial exchanges. Thank you for your continued support!

\n

We will continue to share what a small group of dedicated individuals can accomplish in a day when we focus on BEING the change.

\n


\n

www.intothegardenofeden.com

\n


\n

\n", + "body_length": 3924, + "cashout_time": "2016-09-20T04:24:09", + "category": "money", + "children": 13, + "created": "2016-09-13T04:24:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"freedom\",\"life\",\"community\",\"sustainability\"],\"users\":[\"bridgetbunchy\",\"kooshikoo\",\"gardenofeden\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/13775892_10208468773750863_4495475947078381974_n1e23d.jpg\",\"https://steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"http://www.intothegardenofeden.com/store/c1/Featured_Products.html\",\"http://www.intothegardenofeden.com/services.html\",\"https://steemit.com/food/@gardenofeden/sustainable-community-uses-freedom-to-feed-the-homeless\",\"https://steemit.com/cannabis/@gardenofeden/tea-and-smoke-blends-lounge-at-the-garden-of-eden\",\"https://steemit.com/steemit/@gardenofeden/steem-steem-steem-calling-on-the-steemit-community-to-help-us-complete-a-super-sustainable-usd25-000-floor-for-usd300\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T04:24:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24849424077874, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "44.090 HBD", + "percent_hbd": 10000, + "permlink": "standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom", + "post_id": 1227975, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Standard Accountability: The Garden of Eden Daily Ledger, or How We Spend Our Freedom", + "title": "Standard Accountability: The Garden of Eden Daily Ledger, or How We Spend Our Freedom", + "total_payout_value": "0.000 HBD", + "url": "/money/@gardenofeden/standard-accountability-the-garden-of-eden-daily-ledger-or-how-we-spend-our-freedom" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35325784571065, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1136471312099, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 322775070258, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 31750969477, + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120319290, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17882004940, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 39411386936, + "voter": "celsius100" + }, + { + "percent": "1500", + "reputation": 2889656462700, + "rshares": 1221238742, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 20745397037, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13635902316, + "voter": "stephen.king989" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728655108, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 200334609, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773717842, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5173753688, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 13833251017, + "rshares": 59384823, + "voter": "theweatherman" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10011421193, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4893822277, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 492674938, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10313466735, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 13801477074, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1429169336, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 661547656, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1061017889, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 1653762508, + "rshares": 158606467, + "voter": "alterego" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 139966047, + "voter": "djangothegod" + }, + { + "percent": "10000", + "reputation": 429182136, + "rshares": 158058730, + "voter": "mrshanson" + } + ], + "author": "canadian-coconut", + "author_reputation": 11352667511018, + "beneficiaries": [], + "body": "\n

http://i.imgur.com/uGoPVv8.png

\n

Jonie Wallace shares with the VaxXed Team about her son's injury in August, 2015 to the M.M.R vaccine.

\n

Her son had all of the vaccines on the schedule prior to one-year-of age.  For his one-year vaccines, she decided to start spacing them out and only chose to do a single vaccine that day, the M.M.R. (Measles/Mumps/Rubella). 

\n
    \n
  • Within 30 minutes, the left side of face his face dropped, like a stroke patient
  • \n
  • He started swelling immediately, his eyelids swelled shut and got really red and irritated
  • \n
  • He started the high-pitch screams
  • \n
  • He banged his head against the walls and floors
  • \n
  • His shoulder/arm hung to the side and his head started going to the left side
  • \n
\n

The Pediatrician said that he WAS SUFFERING AN ADVERSE REACTION to the M.M.R. and should not have any more vaccines.

\n

Click  \u21a3 HERE \u21a4  to Watch Jonie Wallace Share How  Her Baby Got Encephalopathy.

\n

The doctor diagnosed him with Encephalopathy.

\n

http://thinkingmomsrevolution.com/wp-content/uploads/2015/02/encephalopathy.jpg

\n

\n

After all this happened, she looked back at the medical records.  

\n
\"He was always a sick child:  runny nose,    G.I. issues like a stomach virus,    ear infections,   sinusitis.\"
\n\"It seemed like every time he would start to get better I would take him in for more vaccines and the cycle would start again.\"
\n

She complains that she had NO INFORMED CONSENT!

\n

She had no idea that this type of thing could happen.

\n

She strongly feels that people need to be informed. 

\n
\"They tell you that it is so rare ... but it happened to me!  And that's why I want to tell my story.\"
\n\"I would have taken the measles over what this did to him.\"
\n\"I don't understand why we aren't told all of this when we go in to get these shots??!!\"
\n

 ***Click  \u21a3 HERE \u21a4  to Watch Jonie Wallace Share How  Her Baby Got Encephalopathy. 

\n

My thoughts @canadian-coconut.

\n

I absolutely agree that measles, mumps, rubella and chickenpox are better than the huge list of adverse reactions that can all too often come with those vaccines.  

\n

When I was a child, my 3 siblings and I, and most all the other children that I knew got those typical childhood illnesses.  Same for my husband and his 2 siblings.  We were not scared.  My parents were not scared.  The kids were happy to have a week or more off of school.  We didn't need a doctor.  It was just a childhood rite of passage and we knew that we would get our turn.

\n

I never heard of someone dying from those normally mild childhood illnesses.  It was a rash and a fever!  And the mumps was swelling on the jaw/neck.  Not pleasant but not too much worse than the flu.

\n

It seems to me that the fear of these normal childhood illnesses came after the vaccines were introduced.  The fear of measles, mumps, rubella and chickenpox is a Marketing Tactic.

\n

For example, Chickenpox Vaccine is only given in 3 countries.  Those countries hype it up as being scary.  But when you look at the Health Department websites for England or other countries where the Chickenpox vaccine is not on the schedule, it talks about how mild the illnesss is.  

\n

So ... in countries that provide the vaccine -- chickenpox is scary -- in countries that don't provide the vaccine -- chickenpox is mild and of little concern.  Hmmm... good marketing, eh?

\n

For More Vaccine Injury Stories ... Visit My Blog @canadian-coconut

\n

Let's have a discussion -- PLEASE COMMENT BELOW

\n


\n", + "body_length": 4689, + "cashout_time": "2016-09-20T04:22:30", + "category": "vaccines", + "children": 9, + "created": "2016-09-13T04:22:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vaccines\",\"health\",\"life\",\"vaxxed\",\"family\"],\"users\":[\"canadian-coconut\"],\"image\":[\"http://i.imgur.com/uGoPVv8.png\",\"http://thinkingmomsrevolution.com/wp-content/uploads/2015/02/encephalopathy.jpg\",\"https://vactruth.com/wp-content/uploads/2015/11/vaccine-package-insert.png\"],\"links\":[\"https://www.facebook.com/VaxXed/videos/750941711715537/?video_source=pages_finch_thumbnail_video\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T04:35:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 36969855246572, + "parent_author": "", + "parent_permlink": "vaccines", + "pending_payout_value": "80.345 HBD", + "percent_hbd": 10000, + "permlink": "jonie-s-vaxxed-story-measles-is-better-than-encephalopathy-brain-infection-swelling-why-wasn-t-i-warned", + "post_id": 1227962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "JONIE'S VAXXED STORY: \"Measles is better than Encephalopathy\" (Brain Infection/Swelling). \"Why wasn't I warned?\"", + "title": "JONIE'S VAXXED STORY: \"Measles is better than Encephalopathy\" (Brain Infection/Swelling). \"Why wasn't I warned?\"", + "total_payout_value": "0.000 HBD", + "url": "/vaccines/@canadian-coconut/jonie-s-vaxxed-story-measles-is-better-than-encephalopathy-brain-infection-swelling-why-wasn-t-i-warned" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 2236502737325, + "voter": "fminerten" + }, + { + "percent": "10000", + "reputation": 10062655, + "rshares": 243853388058, + "voter": "fmooo" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 466069826751, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7759130442936, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260555367193, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 13595234437461, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4762617480754, + "voter": "bitcoin2016" + }, + { + "percent": "10000", + "reputation": 13270505121655, + "rshares": 64519196480077, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1992366813734, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5010498093816, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6899837843384, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1875016463340, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002656010262, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6465992256771, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4557403509978, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086944678017, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3812794191778, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21413405893, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7396037079558, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6367790192309, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 79601620944, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 220277234638, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1134875122, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91121831411, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6543002911, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717137795, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436519932758, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 416298725969, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1190068263278, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 782966354653, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9070091246, + "voter": "patrice" + }, + { + "percent": "1000", + "reputation": 9469162, + "rshares": 8313813974, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109602751, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481513612629, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 5134104564069, + "rshares": 52359065551, + "voter": "noisy" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 24177756217, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 185817376409, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 1706294048292, + "rshares": 3914520857, + "voter": "hbhades" + }, + { + "percent": "9210", + "reputation": 12382143533351, + "rshares": 538681890309, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 23648810384, + "voter": "fkn" + }, + { + "percent": "1300", + "reputation": 14848515958625, + "rshares": 11496183794, + "voter": "kingscrown" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61062133, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 729880749, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 322774295209, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9485940684, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 591556599970, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 54529679370, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182867044050, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 43302336931, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223757719, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101928882365, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6367349978, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596812824, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 414144304249, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11574384247, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5385593188, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50750286004, + "voter": "ak2020" + }, + { + "percent": "3300", + "reputation": 16234753830016, + "rshares": 21218756600, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10902354441, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255195128, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 392011739373, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2052675774, + "voter": "spartanza" + }, + { + "percent": "7500", + "reputation": 3804349938696, + "rshares": 41112027582, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 103656144029, + "voter": "kenny-crane" + }, + { + "percent": "8800", + "reputation": 3906896686802, + "rshares": 48439323054, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192788974033, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13621999256, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76105522982, + "voter": "tim-johnston" + }, + { + "percent": "5000", + "reputation": 5260794316761, + "rshares": 68124958881, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177272136, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19591359715, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16095852881, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3622149305, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 181163908779, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5941617146, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116510215344, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 231594350208, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4877283794, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6878763352, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15407090129, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67082846342, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17556684991, + "voter": "grey580" + }, + { + "percent": "7300", + "reputation": 4370237937043, + "rshares": 134980195644, + "voter": "marina" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 169363665557, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 37285138840, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71581466974, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3243332818, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5161699544, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 8375710964, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18841929211, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 12007868366, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 136584928497, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25541777554, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7074417466, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150112292617, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 31332137989, + "voter": "picokernel" + }, + { + "percent": "2700", + "reputation": 4667991454724, + "rshares": 235006166342, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 223495981711, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 89141993425, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620839528, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 744896839, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 108028197798, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6587342986, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 565898946, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 621880613, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 582111757, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1324960064486, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 111909137936, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17869167829, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17600313616, + "voter": "sebastien" + }, + { + "percent": "9000", + "reputation": 2821855573125, + "rshares": 7353666151, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13516728290, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12096685178, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 275271757042, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151974114, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4704114164, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15893057196, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24468062852, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2503362754, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 104377212547, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 93405654863, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44511199666, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1989173630, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15666781207, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 11258261336, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 158960793309, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 1984158313, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20513940984, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4186387335, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 154004837, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5687003514, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3582454771, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3590368671, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28783512410, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5475075742, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40215655273, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068872744, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 430598757, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690604200, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30787989335, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 19177023627, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1428253908, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751665162, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261662501, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262054094, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 877246115, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24291682524, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64424687, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 154310336, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 35268105056, + "voter": "papa-pepper" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634660471, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639830374, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 231378377, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 225919607, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 37840434793, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423999082, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226965646, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 645962205, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 586065542, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26103991855, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 110485410, + "voter": "topten" + }, + { + "percent": "8800", + "reputation": 3962925392210, + "rshares": 4843146722, + "voter": "jed78" + }, + { + "percent": "8800", + "reputation": 17701690051649, + "rshares": 115335728815, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1177738817, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 59739727736, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838442183, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "6100", + "reputation": 4964569405579, + "rshares": 5914493051, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1304868630289, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3182275455, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24523624394, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035407131, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044353513, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24438992917, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43650276779, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 265157749294, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 17288054142, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10399332467, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5217018335, + "voter": "brendio" + }, + { + "percent": "9210", + "reputation": 1751717743, + "rshares": 14958438224, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 61435126289, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 81529326956, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4183130216, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 1974358473, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56886318, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040049549, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037866879, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034927508, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2286298669, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031528551, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027275874, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025187416, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3227490751, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 146258198190, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1433429275, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11354783687, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93076110369, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5750235506, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14918354667, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1216212808, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4804440310, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 457065985, + "voter": "drzigfrid" + }, + { + "percent": "10000", + "reputation": 971138, + "rshares": 192492931, + "voter": "jjt333" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2357570848, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9683996363, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23010283742, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "5000", + "reputation": 4130836907564, + "rshares": 9376428926, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 3820897736, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 29602621729, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89081744135, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 200523992, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 634792077, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 248913722, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9490431976, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1878722265, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 29749679181, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6033479064, + "voter": "solarguy" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728617056, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 85749211672, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12924607495, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86339492409, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018400004, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 385047547, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 53179894, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5948826638, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 79242039356, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 79979619, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10847019621, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60903438185, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 31273210793, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 14686018058, + "rshares": 59446465, + "voter": "gduran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2019214215, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10427095310, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5665891488, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 3088498832, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 87328717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5046754223, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24153022179, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226328838, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 77740420, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 49670306684, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1656199546, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 7201037674, + "rshares": 2167648583, + "voter": "athleteyoga" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 55768488, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 133209914, + "voter": "rusla" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9054235449, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15546236120, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 504557419, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3786028443, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 86856328, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5672494777, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646418000, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1224288415, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 119748509, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212601961708, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2671831757, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6252502796, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2437912628, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 78945365, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9044279983, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2696879538, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366622354, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4971189684, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1156406124, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899563410, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 113858863, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5465663927, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3288025859, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 3493374201, + "rshares": 53613334, + "voter": "paxmagnus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 29309271188, + "voter": "ksc" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 66847686, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2398083956, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1051770193, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11420993886, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 51659688, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 242680048, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4809835227, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 1182561225, + "rshares": 1693172493, + "voter": "nil1511" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3684576390, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 168378803, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162917785, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1388269616, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 161130085, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161046141, + "voter": "ngoclan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 207150366, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 306773356, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 102873248, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731470, + "voter": "busy.pay" + }, + { + "percent": "10000", + "reputation": 1091185643, + "rshares": 155548144, + "voter": "crowkeep" + }, + { + "percent": "10000", + "reputation": 180177430605, + "rshares": 157720472, + "voter": "awakeningartist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114386142, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 154503543, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372868, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104602481, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 15827302113, + "rshares": 154290980, + "voter": "bonitaxm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 954982860225, + "rshares": 153074429, + "voter": "smartercars" + }, + { + "percent": "10000", + "reputation": 45732247, + "rshares": 142929185, + "voter": "seth21smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148916483, + "voter": "bromejs" + } + ], + "author": "jesta", + "author_reputation": 38947133984552, + "beneficiaries": [], + "body": "I have been thinking a lot about bounties over the past few weeks, how to systemize it, and how to imbue the spirit of steem directly into it's core. This document focuses on technical requirements, systems and the user experience. I am not the best designer in the world, so I didn't take a stab at the ui/design aspects of the project. Those are secondary to the actual systems behind it anyways.\n\nThis is what I came up with. **It's huge**, so I broke it into 3 major parts:\n\n- A technical/ux concept for an MVP bounty system\n- Further analysis of specific concepts\n- My personal thoughts on this system\n\nIf you're planning on diving into this entire post, I'd recommend setting aside an hour or two to fully comprehend it's design.\n\nThis post is in direct respond to Milestone #1 from @ned's post, [It's time for a steem bounty system](https://steemit.com/bounties/@ned/it-s-time-for-a-steem-bounty-system).\n\n---\n\n# Part 1: The Bounty Website - MVP Edition\n\n## Terminology used in this document\n\nBriefly, here's some of the terms I will be using throughout the document.\n\n- **Bounty Creator**: The originating user who submits and funds the bounty\n- **Bounty Hunter**: A user who is submitting work to claim the bounty\n- **Bounty Backers**: A user who votes on the bounty announcement post\n- **Bounty Contributors**: A user who contributes additional funds to the bounty\n- **Bounty Hunter Claim**: Submitted work by a Bounty Hunter to claim a bounty.\n- **Bounty Reward**: The total reward pool built around a bounty (funding, post rewards, etc).\n- **Bounty Website**: The specific website that powers this system. I don't have a name for it, so I'll refer to it as such.\n\n## Theoretical requirements for submitting a Bounty in the MVP system\n\n- A task that consists of a single phase & reward.\n- A task that in which a reward will be given to a single Bounty Hunter.\n- An initial funding of at least 10.000 SBD (arbitrary minimum amount).\n\n## The internal life cycle of a bounty\n\nA bounty, as an entity, will have the following lifecycle to flow through. This concept should also be further elaborated into a flow chart with all labeled decisions.\n\n1. Bounty Submission\n2. Bounty Creation\n3. Bounty Hunter Claims\n4. Bounty Conclusion\n a. Completion\n b. Cancellation\n c. Abandonment\n\n### 1. Bounty Submission\n\nThe Bounty Submission phase is a process performed by someone who has initial funding and wishes to pay someone to complete a task. This person will be the Bounty Creator and associated as the primary point of contact behind this task.\n\n 1. Bounty Creator visits the Bounty Website\n 2. Clicks \"Create New Bounty\" (no registration necessary)\n - fills out task title\n - fills out an introduction/background for the task\n - fills out the tasks that need to be completed\n - fills out any additional requirements\n - fills out contact information\n - submits form\n 2. Submission creates a database entry and a unique identifier for the bounty\n - Bounty is not yet active\n - Bounty now has a lifespan of 24 hours, in which unfunded bounties will be deleted\n 3. User is redirected to a confirmation page\n - User is given the opportunity to review/change the bounty before it's finalized\n - User is given instructions on how to fund the bounty using SBD/STEEM\n - Multiple options can exist here, steempay.io/shapeshift/cli_wallet commands\n 4. Bounty Creator transfers initial funds to @bounty with the identifier provided in the memo field of the transaction.\n 5. Upon receiving of initial bounty deposit (meeting the minimum bounty requirements):\n - The first account to deposit is now associated to the bounty as the Bounty Creator\n - Future versions of the Bounty Website could include controls for the Bounty Creator to manage the bounty into the future.\n - The confirmation page dynamically updates and shows completed, with a link to the appropriate pages.\n - Link to view bounty on the Bounty Website.\n - Link to view the announcement post on steemit.com.\n - Link to documentation on how you should promote your bounty.\n - The bounty information can no longer be edited (also due to the 24h lock on posts).\n - A future version of the Bounty Website could allow the Bounty Owner to \"amend\" the bounty, showing a full changelog of how the bounty has evolved.\n 6. The system moves onto the next phase, Bounty Creation.\n\n### 2. Bounty Creation\n\nUpon a successful funding and creation of a bounty, the @bounty bot will create a post on the blockchain with an announcement of the bounty.\n\n 1. The @bounty bot will create a post:\n a. Using the #bounties tag (or whatever tags deemed by the community)\n b. The post will contain:\n - A summary of the bounty, as filled out in Phase #1\n - A bit of information about the Bounty Creator\n - A large prominent link to visit the Bounty Website to view the live status\n - This will be important because after 24 hours, the information in the post will be locked\n - Instructions for Bounty Hunters on how to submit a claim to this bounty (details below)\n - Instructions for Bounty Contributors on how to add additional SBD to the reward pool (details below)\n c. If the bounty has been funded with 100 SBD or more (arbitrary amount), the @bounty bot will also vote on the bounty post, contributing to the reward pool and visibility.\n d. All SBD rewards from the post (24h + 30d) are automatically allocated to the reward pool for the bounty.\n - This allows a form of non-monetary contributions from the community to support\n - Any post rewards will be distributed once they're available and the bounty is complete.\n 2. The Bounty Website will begin displaying the bounty\n a. All of the information submitted by the Bounty Creator will be displayed on the page of a specific bounty. More details about this page below.\n b. The bounty will show up on the homepage and the pages which allow you to browse bounties.\n\n### 3. Bounty Hunter Claims\n\nFor the MVP of this product, we would create Bounty Hunter Claims using the steemit.com posting interface. As the Bounty Website continues to evolve, this process could be internalized within the Bounty Website for ease of submission.\n\n 1. Each bounty has a unique identifier associated to it, displayed prominently on the Bounty Website and on the steemit.com post. To submit a claim for the bounty, the user must:\n - Create a new post using the `bounty-submission` tag as well as a tag with the unique ID of the project, e.g. `bounty-57ccca17c0c84a002b704b71`.\n - This post will contain the required information to complete the bounty:\n - Images if it's an image task\n - Content if it's a content task\n - Links to external files if it's a development task\n - The Bounty Hunter could also earn a reward for writing this post and potential tips for the effort.\n 2. Each Bounty Hunter Claim submitted will be reviewed by the Bounty Creator.\n - The Bounty Creator could be notified via email/slack/etc of new submissions\n - The Bounty Creator will provide necessary feedback on entries as needed.\n 3. All of the Bounty Hunter Claims that are tagged with the `bounty-{id}` tag will be aggregated and displayed on the Bounty Website as potential claims to the bounty.\n\n### 4.a Bounty Completion\n\nOnce a suitable Bounty Hunter Claim has been submitted, and the Bounty Creator is satisfied. The Bounty Creator can signal the end/award of a bounty. For the MVP of this product, it will be done through the issuing of a specific command from the originating account.\n\nIn essence, we will have a single command that needs to be issued:\n\n`bounty-{id} award account_name`\n\nThis command can be issued in a number of ways:\n\n - Sending a transfer of 0.001 SBD to @bounty with the command as the memo.\n - Replying to the bounty announcement post with the command as the body.\n - A future private messaging system with the command.\n - Creating a new post with the command as it's body and a specific tag.\n\nCurrently this system is designed in that the Bounty Creator picks an entry to award the bounty. Future \"types\" of bounties could be created that also allow for voting of the winner or multiple users deciding.\n\n### 4.b Bounty Cancellation\n\nIf for any reason the bounty owner wants to cancel a bounty, the bounty owner can issue a special command (using the methods above) to halt a bounty. Bounties may need to be canceled due to lack of participation, or failing to reach a specified amount.\n\n`bounty-{id} cancel`\n\nOnce a cancellation is started, it will enter a 3 day period in which funds are released from the time locked savings. During this time, a cancellation can be challenged by anyone to halt the withdraw and dispute it. A user may be in the middle of working on something and wants an opportunity to display their work. Human intervention and moderation will be required at this point for the MVP to ensure no abuse of the system is occurring.\n\nAfter the 3 day cancellation process, all funding to this bounty will be distributed back to the Bounty Contributors who contributed at the exact amount they contributed. Any remaining SBD (from post earnings) will then be powered up by the @bounty bot.\n\n### 4.c Bounty Abandonment\n\nIf a bounty is abandoned, currently the team behind the Bounty Website would have to reconcile things manually. Questions remain about what constitutes an \"abandoned\" bounty and efforts should be made to contact the Bounty Creator should this situation arise. Developing an automatic system for this aspect should wait until further evaluation is done.\n\n---\n\n# Part 2: Further analysis and elaboration of specific concepts\n\n### Bounty Contributions\n\nThere are two ways anyone can contribute to a bounty and it's reward:\n\n- Large impact: by contributing liquid SBD/STEEM into the bounty pool\n- Small impact: upvoting the announcement post of the bounty\n\nBoth of these classes of users will be highlighted on the Bounty Website as users who are helping contribute to the success of the platform. This idea could then morph into leaderboards and profile pages, giving people a place to proudly show their support. Most of this concept should remain outside of the MVP of the product, but can easily be grown into.\n\n### Disputes\n\nAll disputes will be handled by humans in the beginning. Any part of transferring funds or awarding Bounty Hunters can be disputed and handled by hand.\n\n**Arbitration Council** (potentially) - A team of volunteers could be assembled/voted on to handle all disputes that require human intervention.\n\n### Disputes and the 3 day saving account withdraw\n\nThe bot during it's distribution of rewards has a built-in 3 day dispute period, thanks to the time-locked savings accounts. During that 3-day window, any disputes can be surfaced and the transaction can be halted. This should provide a sufficient oversight window.\n\n### Multiphase bounties (aka milestones)\n\nMultiphase bounties should be broken up into multiple bounties for the MVP of this product. The additional complexity it causes should be moved to a later date to avoid release of the initial product.\n\n### Promoted Posts\n\nThe promoted post system could be used to promote bounties to larger audiences. Anyone using the current system could promote a bounty if they choose to do so.\n\n### Multi-sig Bounty Creator\n\nBounty owners could technically be groups of users who are in control of a multi-sig account. A Bounty Creator could set their posting key to multi-sig to require the modification of a bounty.\n\n### Community voting for bounty awarding\n\nThis currently can't work, there's a number of reasons as to why we shouldn't use voting on posts/comments as a mechanism to choose who to reward. This could be an entire post about the mechanics of voting and why it wouldn't be the best fit.\n\n### Multiple Bounty Hunter Rewards - reward splitting\n\nIn an initial capacity, this should be considered a \"nice to have\". It creates additional layers of complexity in the automation of rewards distribution, and because of this, shouldn't be considered for the MVP.\n\nIn the future, being able to state \"3 rewards\" during the creation of our bounty would be ideal. This would then cause the system to split the rewards 3 ways based on the 3 accounts the Bounty Creator has chosen to award.\n\n### Bounty Time Limits\n\nThe concept of time limits on bounties should be explored outside of the MVP. Determining appropriate lengths and the parameters for abandoned projects will be learned over time.\n\n### Transfers and Testing\n\nTo start out with, I'd recommend that all transfers actually use multi-sig and someone overseeing the program day to day would ensure the bot is distributing funds correctly. I doubt the volume would be high enough to make this an incredibly burden, but people would need to know that there's a human blocking some transactions so it may take days for approval.\n\n### Weekly Bounty Recap\n\nEach week, the @bounty bot could create a recap post of all active and recently completed bounties. This would serve as a health-check to the community and as additional visibility about active bounties to the community.\n\nIt's another method for the @bounty bot to grow in power and use it's influence to promote bounties.\n\n - All active bounties will be displayed in the post with their current information\n - All bounties completed in the last week will then be listed with results\n - The SBD earnings of this post could be redistributed into all active bounties or used to fund development of the service\n - Encourages new users to submit bounties + votes on active bounties\n\n### @bounty bot concept\n\n - Acting as a \"whale\"\n - The bot could act as a sort of whale account to help bounties with visibility and rewards. Specific criteria would likely have to be enforced to disallow gaming of it's power.\n - The bot itself grows in power based on SP rewards by it's posting and curating activity.\n - It could be used to \"tip\" people who submit meaningful, but not finalized work to a bounty.\n - Helping self-fund it's own development - paying for infrastructure and development costs.\n - The bot could author non-bounty posts (maybe patch notes for the program?) to earn SBD + STEEM, then used to pay for services.\n - The bot could be powered down for a weekly contribution to costs.\n\n### @bounty bot behavior\n - Incoming Transfer Operations\n - Any transfer sent with a matching bounty ID will be automatically pooled with other matching IDs\n - Any transfer sent that has an invalid memo will automatically be send back to it's source.\n - Outgoing Transfers\n - Once the specific conditions (smartcontract someday?) are met, the bot distributes the awards accordingly.\n - Time Locked Savings\n - All funds received by the @bounty bot will store funds in a the new savings protocol\n - All funds within the @bounty bot will take 72 hours to release due to this\n - Potential Escrow Usage\n - It's possible the bot could use the new escrow feature in some way, but it yet unknown. Currently with the crowdfunding nature of this proposal, escrow may or may not make sense.\n\n### Cost of maintaining the service\n - The **initial development** of this project isn't a small feat, especially when you're talking about holding and escrowing funds for projects. Security and monitoring should be considered in every aspect of the development of this system's automation.\n - I would put roughly 2-3 months of development time on the MVP of this project to build the foundation right. It may go a lot faster than that, but it's a comfortable timeframe to not feel rushed and cut corners.\n - High level components:\n - The frontend Bounty Website\n - Submission of Bounty\n - Viewing of a Bounty\n - Browsing, searching, filtering of Bounties\n - The @bounty bot(s)\n - A process to monitor and handle automated transactions\n - A process to create and monitor posts\n - Support System setup and considerations\n - Infrastructure Setup\n - Ongoing/future development\n - Maintaining APIs with the changing steem blockchain\n - Implementing native solutions and creating a single site experience\n - Integrating new payment methods for funding\n - Adding user/management interfaces\n - Mobile implementation\n - Monitoring\n - Post monitoring for spam/abuse\n - Daily Reports to keep tabs on if any attempts to game the system occur\n - Vigilant monitoring of the bots and wallets\n - Infrastructure\n - This setup requires a multi-server infrastructure. Estimating ~100 USD a month.\n\n---\n\n# Part 3: My personal thoughts on the bounty system and going forward\n\nTLDR: This project, done right, really isn't as simple as it sounds.\n\nAs you can see from the above outlines and thoughts, building a system that embraces the reward structure and ideology of steem isn't as simple as customizing a CMS. I've spent a non-insignificant amount of time already exploring the concepts behind it, and I didn't even scratch the surface of an effective user interface/design.\n\nI am incredibly happy to share this thought experiment with all of you and hopefully some of the concepts and ideas will help spark new thoughts. There are a number of concepts here that could be expanded upon for the bounty system or potentially for other applications.\n\nTo close this out - I am uncertain currently of how much further I will be pushing this project in a development capacity. The bounty system is a large undertaking that I could see myself spending the next few months absolutely focused on. It's also a huge responsibility to take on, especially regarding the security and integrity surrounding the system. I'll be exploring this idea further over the coming week or so to really decide how to proceed.", + "body_length": 17891, + "cashout_time": "2016-09-20T04:03:27", + "category": "bounty", + "children": 40, + "created": "2016-09-13T04:03:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bounty\",\"bounties\",\"steem\"],\"users\":[\"ned\",\"bounty\"],\"links\":[\"https://steemit.com/bounties/@ned/it-s-time-for-a-steem-bounty-system\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T04:03:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 157088945974870, + "parent_author": "", + "parent_permlink": "bounty", + "pending_payout_value": "1458.603 HBD", + "percent_hbd": 10000, + "permlink": "steem-bounty-system-milestone-1-proposal", + "post_id": 1227856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Bounty System - Milestone #1 (Proposal)", + "title": "Steem Bounty System - Milestone #1 (Proposal)", + "total_payout_value": "0.000 HBD", + "url": "/bounty/@jesta/steem-bounty-system-milestone-1-proposal" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260555367193, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874984350319, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002656010262, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1119882395532, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3812794191778, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21889259358, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 25065017424303, + "rshares": 120901912187, + "voter": "stan" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686525348339, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91121831411, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436519932758, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1175411632376, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 308353191447, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83508897664, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16460437301, + "voter": "jademont" + }, + { + "percent": "1400", + "reputation": 4931834878069, + "rshares": 3522163248, + "voter": "fkn" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1226327659, + "voter": "tad-auker" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223757719, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 101402749594, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3622149305, + "voter": "tee-em" + }, + { + "percent": "1400", + "reputation": 598181152117, + "rshares": 32315490726, + "voter": "kimziv" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 626416759, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7772825054, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 169363665557, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 55939451401, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1642419054, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69412331611, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3243332818, + "voter": "orly" + }, + { + "percent": "1400", + "reputation": 19111656178138, + "rshares": 14181680772, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620824383, + "voter": "bitshares101" + }, + { + "percent": "1400", + "reputation": 3891722, + "rshares": 82526929, + "voter": "barbara2" + }, + { + "percent": "1400", + "reputation": 9142611234, + "rshares": 92620516, + "voter": "ch0c0latechip" + }, + { + "percent": "1400", + "reputation": 3871042, + "rshares": 84891297, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151974114, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 75349119851, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15359589418, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20111706847, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3582454771, + "voter": "tarindel" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068865433, + "voter": "jl777" + }, + { + "percent": "1400", + "reputation": 10519849768972, + "rshares": 2856152455, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751665162, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 261662501, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262054094, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151424453, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152279375, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86799635, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "whalepool" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634660471, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 231378377, + "voter": "bitmap" + }, + { + "percent": "1400", + "reputation": 17698439393799, + "rshares": 5405776399, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423999082, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1326016778, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226965646, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "1400", + "reputation": 147425730, + "rshares": 96207137, + "voter": "fnait" + }, + { + "percent": "1400", + "reputation": 3720753029, + "rshares": 85467891, + "voter": "keepcalmand" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838442183, + "voter": "taker" + }, + { + "percent": "1400", + "reputation": 10771708337101, + "rshares": 190956384920, + "voter": "laonie" + }, + { + "percent": "1400", + "reputation": 18027204457681, + "rshares": 6613678299, + "voter": "myfirst" + }, + { + "percent": "1400", + "reputation": 5776723480371, + "rshares": 38803573067, + "voter": "somebody" + }, + { + "percent": "1400", + "reputation": 206355094166, + "rshares": 1451069646, + "voter": "flysaga" + }, + { + "percent": "1400", + "reputation": 97845484474, + "rshares": 8572343203, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3134948317, + "voter": "darrenturetzky" + }, + { + "percent": "1400", + "reputation": 3016325652890, + "rshares": 21403638759, + "voter": "xiaohui" + }, + { + "percent": "1400", + "reputation": 1851205309677, + "rshares": 670387020, + "voter": "xiaokongcom" + }, + { + "percent": "1400", + "reputation": 4195733833721, + "rshares": 1351255306, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23010283742, + "voter": "hanshotfirst" + }, + { + "percent": "1400", + "reputation": 730408370151, + "rshares": 88575638, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5829850106, + "voter": "trev" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579384208, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5429826690, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1447332418, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10215735911, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56247942, + "voter": "sanskritjon" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9054235449, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212601961708, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 113248307883, + "voter": "dan-bn" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9044279983, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899563410, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 242680048, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4678328109, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 166975738, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 165196346, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 48406413047, + "rshares": 161419243, + "voter": "narrowminded" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 148973579, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114386142, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372868, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104602481, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 256675256, + "rshares": 152337507, + "voter": "cowsinlove" + } + ], + "author": "stan", + "author_reputation": 25065017424303, + "beneficiaries": [], + "body": "### That which you don't believe can never hurt you.\n\nRoger and Emma, two nudist Political Science majors from an east coast American university, hired a bush pilot to fly them across Africa for their first spring break adventure together. Sadly, their King Air 200 aircraft went down somewhere in the middle of the Serengeti Plain and their pilot didn't survive.\n\n
![enter image description here](https://i.gyazo.com/47756d72543364ef7fd6a61ca72f51bf.png)
\n\nFortunately for them, some of the locals saw their plane go down and quickly pulled them from the wreckage.\n\n
![enter image description here](https://sumofus-production-media.s3.amazonaws.com/a/img/maasaiwomen.jpg)
\n\nThe leader of the locals explained that they had very little contact with the outside world but the students were welcome to stay with them as long as they used whatever skills they had to earn their keep. \n\nBeing products of the liberal American education system, they of course had no skills that would be useful is such a situation, so they were given unskilled labor tasks and corresponding subsistence accommodations.\n\nThis quickly became unacceptable to Roger and Emma, so they decided to set out on foot in search of civilization. The locals tried to warn them that two unclad and equally unskilled people would not last a day on foot in the Serengeti. They were told about the predators they would encounter. Giant cats weighing hundreds of pounds able to run across the plain at twenty times the speed of a human.\n\nBeing products of the liberal American education system, Roger and Emma had never heard of such a thing. They had never been to a zoo and had grown up spending all their time on video games and partying with their friends. Cats couldn't possibly grow that big and besides, it would be unfair for them to have such an advantage and immoral for them to attack innocent people in any case. \n\nRoger disdainfully informed the locals that he was an Apreditorist and didn't believe in such animals. Emma was merely Agnostic about it, but like all Agnostics was certain that what she didn't know couldn't hurt her. Besides, they had both amassed enough participation trophies since grade school to have very high levels of self-esteem. They were sure there was nothing they couldn't handle on their own.\n\nRoger fell back on his liberal training. \"What proof do you have that such predators exist?\" The locals looked at him in disbelief and the leader said, \"Each of us has seen what these cats can do to to their prey. One swipe of their claw can disembowel any animal you could imagine! Some of us have even been eyewitnesses to such things.\"\n\nRoger scoffed. **\"Extraordinary claims demand extraordinary proof!** You guys are still in the bronze age here. Your stories have no credibility at all! Most have probably been handed down for generations by word of mouth growing in ridiculousness with every retelling! Besides, you are just making all this up to scare us into working for you forever!\"\n\nThe leader merely shrugged, \"We have done our duty to you.\" He and the rest of the village went on about their business.\n\nRoger and Emma hiked off into the sunset, enjoying the fresh breeze across their bare skin and smugly laughing at the superstitions of the Serengeti people. After all, foolish notions for which there is not 100% proof could hardly be a threat to anybody.\n\n
![enter image description here](https://i.gyazo.com/2520a837a7ef2af5b4d68553ada358f6.png)
", + "body_length": 3524, + "cashout_time": "2016-09-20T03:58:51", + "category": "religion", + "children": 10, + "created": "2016-09-13T03:58:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"religion\",\"philosophy\",\"christianity\",\"god\",\"athiesm\"],\"image\":[\"https://i.gyazo.com/47756d72543364ef7fd6a61ca72f51bf.png\",\"https://sumofus-production-media.s3.amazonaws.com/a/img/maasaiwomen.jpg\",\"https://i.gyazo.com/2520a837a7ef2af5b4d68553ada358f6.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T03:58:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13346215581304, + "parent_author": "", + "parent_permlink": "religion", + "pending_payout_value": "13.294 HBD", + "percent_hbd": 10000, + "permlink": "agnostic-nudists-on-the-serengeti", + "post_id": 1227828, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Agnostic Nudists on the Serengeti", + "title": "Agnostic Nudists on the Serengeti", + "total_payout_value": "0.000 HBD", + "url": "/religion/@stan/agnostic-nudists-on-the-serengeti" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480193154835, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260555367193, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1931802057904, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7057998887847, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2945022546424, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5761781866604, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002656010262, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 459036110462, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1119882395532, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1079895709800, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 296475729609, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959440122231, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21889259358, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1171727427, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 708148350740, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6741275727, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 449730634390, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 87360871211, + "voter": "vip" + }, + { + "percent": "5328", + "reputation": 12382143533351, + "rshares": 314231083487, + "voter": "eeks" + }, + { + "percent": "5400", + "reputation": 5414208804644, + "rshares": 17198441800, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223757719, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 260362951763, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3170825097, + "voter": "pangur-ban" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 197189069534, + "voter": "will-zewe" + }, + { + "percent": "5000", + "reputation": 9389887938261, + "rshares": 7438256399, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77659108010, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3622149305, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 811931125, + "voter": "proglobyte" + }, + { + "percent": "1000", + "reputation": 5571311902261, + "rshares": 626416759, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2186095386, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 2181554739322, + "rshares": 14009588166, + "voter": "damirkatusic" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30904335893, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 169363665557, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71581466974, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150112292617, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17869190320, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11844670903, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132977350, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15893057196, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27434513120, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7013833586, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 348408111778, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20111706847, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4186387335, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 5687003514, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3582454771, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40215655273, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068865433, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64424687, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128594988, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634660471, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 23895195044, + "rshares": 226750809, + "voter": "bitmap" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1404247827, + "voter": "alex.chien" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720770388, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838442183, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5217018335, + "voter": "brendio" + }, + { + "percent": "5328", + "reputation": 1751717743, + "rshares": 8725755631, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56886318, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2332866482, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3155768734, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 138731078, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93076110369, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14918354667, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1112270480, + "voter": "vegascomic" + }, + { + "percent": "5000", + "reputation": 4130836907564, + "rshares": 9015797044, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 204980081, + "voter": "party1999" + }, + { + "percent": "4500", + "reputation": 13325577893779, + "rshares": 13635269624, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 80671048982, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19182745303, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 53179894, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65853051, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 43371945426, + "voter": "emancipatedhuman" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4011048329, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773637711, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58863225, + "voter": "willdizon" + }, + { + "percent": "10000", + "reputation": 653929887952, + "rshares": 1401488660, + "voter": "truthandanarchy" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60903438185, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57295162, + "voter": "johnm862" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58435806, + "voter": "bettyanne" + }, + { + "percent": "10000", + "reputation": 2322269215556, + "rshares": 1598529449, + "voter": "maceytomlin" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 73685669, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2192419604, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5783930894, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 11452945189, + "rshares": 60579096, + "voter": "voluntaryelle" + }, + { + "percent": "10000", + "reputation": 629377466, + "rshares": 57685838, + "voter": "otis147" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5046673790, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 59741874574, + "rshares": 93221766, + "voter": "expatlove" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14135283527, + "voter": "canadian-coconut" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9054235449, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 51939094, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 633489640, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55980297, + "voter": "laura746" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 581672844, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9044279983, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 65536947, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 638366942222, + "rshares": 2792163761, + "voter": "mojojojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235938936, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4678328109, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50063505, + "voter": "scp78" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 161957202, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 90403763, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114386142, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372868, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104602481, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156656764, + "voter": "magnolia23" + } + ], + "author": "emancipatedhuman", + "author_reputation": 17360647532455, + "beneficiaries": [], + "body": "http://www.emancipatedhuman.com/wp-content/uploads/2016/09/url.jpg\n\n**As most of you know, I have been selling Kratom for a few weeks before the DEA sends this beautiful plant to Schedule 1, which means that according to the geniuses of the government, it does not have any healing/medicinal properties, and it is flat out dangerous for us.**\n\nOne of the people that purchased Kratom from me was a local lady that we will name \"N\" for safety and anonymity. \nN sent me a message asking me to please sell some for pain management because she was trying to get off opiates. I immediately assumed she was fighting an addiction and she needed help from this plant as so many people have throughout the years. I, of course, agreed to do this and we met at the Starbucks near me. She parked and quite honestly I just thought about exchanging the plant for some Federal Reserve Notes and be on my way. Besides, the less I knew about her the better for the two of us, I thought. \n\n**When I found her car on the parking lot, I started walking towards her and she approached me, too. She said: \"Luis, do you have a minute? Let's sit down for a little while.\" Immediately I felt uncomfortable. My paranoia made me think of her as a possible sting operation from the DEA or just a plant for similar purposes. I started looking at the people in the adjacent tables as I inconspicuously touched the pistol in my waist to mentally rehearse my possible moves.** \n\nWhat \"N\" shared with me softened me and very soon I forgot about my many plans to evacuate that I had planned just short minutes before. N told me that she needed to try a different kind of pain management because she had been taking hydrocodone for a while and it started damaging her liver. Her doctor switched her to oxycodone not long ago and it was working better but she still wanted to be free of opiates. She shared that two of her neck vertebrae were herniated as well as some of her lumbar ones. N was in so much constant pain she was using a lot of these dangerous drugs that if you licked her arm you could get high. \n\n**I asked her if she had been in a car wreck. After all, it only made sense... She told me she had been a battered wife for four years and her ex-husband beat her up so bad she ended up with all these issues and that's what propelled her to be a walking cocktail of opiates.** \n\nhttp://www.emancipatedhuman.com/wp-content/uploads/2016/09/320px-Kratom_Pills.jpg\n\nAs if this were not enough, the piece of shit that was her husband called CPS to tell them she was using her prescription to get high and was abusing it often. As you know from my interview with Carlos Morales, CPS is a draconian institution that only serves the purpose of separating the family unit and discombobulate society. \n\n**CPS showed up and took both of her kids. One ended up in central Texas and the other one in a family where the kid was being abused. Because of pain and lack of work she lost her house and lived in her car for a few days. Then she moved in with her parents... Talk about a horrible year for this lady.** \n\nWhen she tried to comply and cooperate with CPS she was told she could not live with her parents and she needed her own place. Are you freaking kidding me?! Living with her parents is probably the best place for her and her kids!!! A house with more family support, more financial security, and an opportunity for N to get back on her feet as she continues to heal... but no, CPS said it was not appropriate. If she wants her kids she needs to be in her own place and be off of opiates... even though they have been legally prescribed to her by a licensed doctor. N told me that the doctor has sent a couple of letters telling CPS that she's in need of these pain killers due to her circumstances but they mean nothing.\n\n**N told me this is the main reason why she wants to try something different, something new that will help her break free from opioids and their heavy weigh on society. And once again we see how prohibition tends to hurt the least privileged of society... and as kratom moves towards schedule one, we will continue to see the overreach of a tyrannical government as we lose our natural rights to heal ourselves with nature because they deem it too dangerous for us. If we are not allowed to put something into our body, are we free?**\n\nI left Starbucks with a deep sadness and even more anger against the state. Wondering how many people were in the same situation as lady N. \n\nhttp://www.emancipatedhuman.com/wp-content/uploads/2014/01/10410930_295363987315030_2976341905666033634_n.jpg\nLuis Fernando Mises is a Consultant that teaches Leadership all over the United States, a Yoga instructor, a Meditation teacher, a student of Austrian Economics, a Statesman with the Libertarian Party, a Curandero, an Entrepreneur, and a Family man. He realized his personal mission was to empower others and to be present; and this realization propelled him to create Emancipated Human as a way to bring stories that would help people see the nature of the police state we currently live in, ideas to hack the world, interviews with people that have practical examples, and inspiration to live a freer life.\n\nHe is a Free Market Anarchist and is host of Anarchast Espa\u00f1ol and Emancipated Human and contributes to The Dollar Vigilante as a writer focusing on Dollar Vigilante Groups to help connect freedom-minded individuals on the web.", + "body_length": 5426, + "cashout_time": "2016-09-20T03:50:48", + "category": "kratom", + "children": 13, + "created": "2016-09-13T03:50:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kratom\",\"government\",\"health\",\"love\",\"anarchy\"],\"image\":[\"http://www.emancipatedhuman.com/wp-content/uploads/2016/09/url.jpg\",\"http://www.emancipatedhuman.com/wp-content/uploads/2016/09/320px-Kratom_Pills.jpg\",\"http://www.emancipatedhuman.com/wp-content/uploads/2014/01/10410930_295363987315030_2976341905666033634_n.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T03:50:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30944366610032, + "parent_author": "", + "parent_permlink": "kratom", + "pending_payout_value": "50.428 HBD", + "percent_hbd": 10000, + "permlink": "lady-n-is-a-victim-of-the-system-emancipated-human", + "post_id": 1227786, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lady N Is A Victim Of The System - Emancipated Human", + "title": "Lady N Is A Victim Of The System - Emancipated Human", + "total_payout_value": "0.000 HBD", + "url": "/kratom/@emancipatedhuman/lady-n-is-a-victim-of-the-system-emancipated-human" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289505168202, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39512873057637, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1827230113372, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 248535224905, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1165597198555, + "voter": "benjojo" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861630636, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799278153709, + "voter": "steemrollin" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109591783, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47080000333, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 5171467941, + "rshares": 24052932680, + "voter": "etimarcus" + }, + { + "percent": "6867", + "reputation": 12382143533351, + "rshares": 404002121778, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 29761635683, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9499050776, + "voter": "richman" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12189788600, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 136728511077, + "voter": "steve-walschot" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223745530, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 99096820595, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413565663, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1666976409, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39057104382, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96399517745, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30067431469, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2012472484, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 360395616227, + "voter": "hedge-x" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33754658738, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53375700863, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 376877135739, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262742810755, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3622149305, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 28781996422, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 845071171, + "voter": "proglobyte" + }, + { + "percent": "2000", + "reputation": 598181152117, + "rshares": 48473159302, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 445218267, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40639591868, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46133585549, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67078093025, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 65727710825, + "voter": "bacchist" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103512966, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 329271047, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25541777554, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7074417466, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 67330363415, + "voter": "mikemiziner" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102583242, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 153958436934, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177926585053, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 18353896700, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2023880592, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151974114, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440236491, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13606814530, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 532863712, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 82508476, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5717595586, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 34272966783, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6300305115, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3582345979, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3590368671, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40215655273, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068753307, + "voter": "jl777" + }, + { + "percent": "4200", + "reputation": 6570213787, + "rshares": 51757432, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30773975021, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 832662185, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8714799993, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 154310336, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 36069145661, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455953299, + "voter": "kooshikoo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634651940, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639830374, + "voter": "curator" + }, + { + "percent": "2000", + "reputation": 17698439393799, + "rshares": 8073262026, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2918657375, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4367488544, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2371952002, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061505615, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121874008790, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 64321451551, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838439745, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 10687775687, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3668074912, + "voter": "merej99" + }, + { + "percent": "2000", + "reputation": 10771708337101, + "rshares": 286433930161, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 24523596378, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24502710878, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24511466911, + "voter": "laonie3" + }, + { + "percent": "2000", + "reputation": 18027204457681, + "rshares": 9259130421, + "voter": "myfirst" + }, + { + "percent": "2000", + "reputation": 5776723480371, + "rshares": 58205263616, + "voter": "somebody" + }, + { + "percent": "2000", + "reputation": 206355094166, + "rshares": 2176601727, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5595150236, + "voter": "brendio" + }, + { + "percent": "6851", + "reputation": 1751717743, + "rshares": 11218606554, + "voter": "gmurph" + }, + { + "percent": "2000", + "reputation": 97845484474, + "rshares": 12858495607, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58150459, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24507254521, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24505118290, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24502241460, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2332866482, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24498914821, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7302240281, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24494752627, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24492708604, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3299604198, + "voter": "steemleak" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 74912607679, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 135715185, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 127737479, + "rshares": 238498810, + "voter": "sillygoon" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14607555611, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1727123970, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "1500", + "reputation": 73944659327428, + "rshares": 40658906444, + "voter": "sirwinchester" + }, + { + "percent": "2000", + "reputation": 1851205309677, + "rshares": 1005580530, + "voter": "xiaokongcom" + }, + { + "percent": "2000", + "reputation": 4195733833721, + "rshares": 2026880217, + "voter": "xianjun" + }, + { + "percent": "7500", + "reputation": 4130836907564, + "rshares": 13704011507, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 254221036, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "2000", + "reputation": 730408370151, + "rshares": 132863458, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 200672297, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 585535749, + "voter": "ashwim" + }, + { + "percent": "3200", + "reputation": 13325577893779, + "rshares": 9916559727, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56591855, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 667397852135, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6167093788, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13957285740, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24486065605, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 54361669, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 82477662958, + "voter": "barrycooper" + }, + { + "percent": "5000", + "reputation": 4112973711517, + "rshares": 4304770138, + "voter": "generation.easy" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 25663968880, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 261774778267, + "voter": "oldtimer" + }, + { + "percent": "10000", + "reputation": 2322269215556, + "rshares": 1598529449, + "voter": "maceytomlin" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 76693247, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 759756711, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5072307537, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 159361637, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1966076998, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3802459341, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 10637007418, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4894639817, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23627901655, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 77740420, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10274345849, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 53093296, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 408010001, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 169935476, + "rshares": 55387699, + "voter": "thp" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 56463554, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 934756125, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13647847068, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 993278945, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 15983692374, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 738537361, + "rshares": 56185851, + "voter": "jenniferwyble" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 55955007, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 142341598, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 8146122, + "rshares": 55679282, + "voter": "apolloearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 1527134893374, + "rshares": 2106681140, + "voter": "michaelmcdermott" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55267384, + "voter": "melgates31" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 55429269, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54915993, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 831101, + "rshares": 54842706, + "voter": "sprivett" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659330285, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 371179227928, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 51924506475, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899563410, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 1997866476, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 461978577, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 249421161, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 320909481, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50865840, + "voter": "sting" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4780030894, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 2435301894, + "rshares": 164151372, + "voter": "flowmetheus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1384752567, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 7037495995, + "rshares": 155210544, + "voter": "food-creator" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 159972629, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159957397, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 148973579, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 102873248, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 117477659, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 98449412, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107679024, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93861422, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 3009533, + "rshares": 156401428, + "voter": "phoenixrising420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 1099153982, + "rshares": 152669835, + "voter": "miqdad" + }, + { + "percent": "10000", + "reputation": 10936047, + "rshares": 152317246, + "voter": "djehaan" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 152254165, + "voter": "royfft" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "
\n

After my life awakening 15 years ago, for me, life has been easy. I have traveled the world, visiting every state in the USA including Alaska and Hawaii, as well as visiting every continent besides Antarctica. 

\n

Every where I have been, to varying degrees I observe real problems of which I have already found real solutions. So I dedicated my life to being the example and setting up operations to help as many people as possible improve their lives. 

\n

This is the main reason I founded The Garden of Eden: to create a place where people could not only witness a living example of people thriving, but also visit and learn things of importance to them. 

\n

 

\n

The Garden of Eden operates on a proceeds not profits foundation, so all the products/services of life improving value we offer at our boutique or online goes to raising funds for feeding, educating, clothing, and sheltering people, as well as building sustainable infrastructure to provide for even more people every year. 

\n

\n

I was very excited to find this revolutionary platform known as Steemit, as it is a prime example of how a platform can change lots of people's lives and even set a new standard for how we interface with life in a legitimately improved way.

\n

  

\n

Even though my posts don't bring in enough to really be fair compensated for my time, I have received  significantly more for my posts that I share with the world anyway than I have from any other online platform. 

\n

I also truly believe in and have hope for the revolutionary potential of this community and that is what my life is ALL about!

\n

So in honor of this great potential, I have already inspired 50+ people to sign up for Steemit and just started my new Steemit Fashion Line which I debuted exclusively here on Steemit! Thanks to @everlove for the photo shoot. 

\n

 

\n

I wore my new Epic Shreds Steemit T to the Feed The Need event and made this video to share with the world. 

\n


\n

Grateful to be here and hope all of our lives continue to improve!

\n

 

\n

https://youtu.be/sgm0XGjAD0c

\n


\n

This operation was a GREAT success! Without any government funding, private benefactors or corporate sponsors, we were able to raise enough money with our own products/services to donate a $1,000 operation to those in need. We didn't just serve 300 free meals--we served 300 SUSTAINABLE meals. We used no disposables (that means no throw away plates, napkins, silverware, bowls); we even filled hundreds of our own water bottles with our own filtered water. The Eden Knights donated 42.5 man hours for the entirety of this process, and most importantly these people in need didn't just get fed, they got CARED for--something that they find little of and appreciate greatly. 

\n

We brought flower bouquets, we brought extra take away food on top of the hot meals, and we took time to talk to and love them. This was not a drop and run but more of a family feast. 

\n

To make this even more profound we did this despite the fact that it is illegal to feed the homeless without a costly permit and hoops to jump through which would make this operation very very difficult. We risked being fined or as we have unfortunately seen before, even being arrested. 

\n

To comply with unjust laws is to support an unjust world~

\n

I close with some choice photos of this event. 

\n

Blessings~*~

\n


\n

Here we set up one of the tables, with table cloth and all~

\n

\n


\n

 

\n


\n

Table is set with flower bouquet and all!

\n


\n

\n


\n

Crowds of people poured in and kept on coming until the food was gone. 

\n


\n

\n

  

\n

Even The Children Help Out~

\n

 

\n

\n

We take time to be with the people~

\n

\n

\n

\n

\n


\n

If you believe what I do is valuable. Please UPvote, comment, share, spread the word. As the more support I get the more people I help, everyday~*~

\n


\n


\n

\n", + "body_length": 6298, + "cashout_time": "2016-09-20T02:53:33", + "category": "steemit", + "children": 39, + "created": "2016-09-13T02:53:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"love\",\"life\",\"freedom\",\"story\"],\"users\":[\"everlove\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/Feed27554e.png\",\"https://www.steemimg.com/images/2016/09/12/IMG_7813a2d49.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7801efa11.jpg\",\"https://www.steemimg.com/images/2016/09/09/SteemitShirt14c685.jpg\",\"https://img.youtube.com/vi/sgm0XGjAD0c/0.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7750181a1.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7788bc84d.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_77826b622.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7764b5d33.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_780678673.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_77727eb0b.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_78194ddf4.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7884fe832.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_7845614be.jpg\",\"https://www.steemimg.com/images/2016/09/12/IMG_775843222.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"],\"links\":[\"http://www.intothegardenofeden.com\",\"https://steemit.com/steemit/@quinneaker/my-new-steemit-fashion-line-has-begun-first-photo-shoot-for-epicshreds-steemit-t\",\"https://youtu.be/sgm0XGjAD0c\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T03:29:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 49570156066857, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "161.185 HBD", + "percent_hbd": 10000, + "permlink": "steemit-promo-exclusive-article-and-video-of-the-most-recent-usd1-000-feed-the-homeless-operation-i-donated", + "post_id": 1227392, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Promo Exclusive : Article and Video of the Most Recent $1,000 Feed The Homeless Operation I Donated", + "title": "Steemit Promo Exclusive : Article and Video of the Most Recent $1,000 Feed The Homeless Operation I Donated", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@quinneaker/steemit-promo-exclusive-article-and-video-of-the-most-recent-usd1-000-feed-the-homeless-operation-i-donated" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480193154835, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6617815046375, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1134875122, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6543002911, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1165597198555, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16817513817, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10348298928, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9843908445, + "voter": "jerome-colley" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33754658738, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192243138186, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71581466974, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26823220923, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 153956876562, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181485116754, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3376566710, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27434555144, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440236491, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 352137668, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 34272966783, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 1991682076199, + "rshares": 24183188788, + "voter": "steemed-open" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1152135799, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 11729188318, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14607555611, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1112270480, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 75503028, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62915469, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832376518, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 5259635281, + "rshares": 157930157, + "voter": "coolbeans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 10250473838, + "rshares": 146669346, + "voter": "sarafan" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

The Day After Our Engagement - @missjessica in Burlington, VT on 10/5/2015

\n

\n

@missjessica at Cathedral's Ledge in North Conway, NH in July 2015

\n

\n

\n

Phish's Magnaball 8/21-23/2015

\n

\n

\n

\n

\n

Bonus Magnaball Pics -

\n

\n

\n

\n

\n

Surfer's Beach, Puerto Rico - November, 2015

\n

\n


\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension  

\n", + "body_length": 3101, + "cashout_time": "2016-09-20T02:49:18", + "category": "photography", + "children": 3, + "created": "2016-09-13T02:49:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"panoramic\"],\"users\":[\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14258288_173472976424026_5125481788994155109_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14237555_173472906424033_8982189774766681695_n.jpg?oh=3b92c81e1b0900f599d3f87e5306f626&oe=587BA0FD\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-0/p370x247/14291719_173484456422878_9065011283785680630_n.jpg?oh=c2cda3a5e16376bbc001a1e12a5362c3&oe=58438918\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14125535_173472919757365_4033333754926303861_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14333705_173472879757369_1398474130035542121_n.jpg?oh=7a2a37205a9638e07cb796e8fa85a1e2&oe=5845D563\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14249836_173472943090696_3764229182022481851_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14324193_173472936424030_1120416642060089592_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14344934_173477363090254_4231241141486012219_n.jpg?oh=c51d5dd0ea1c533b57a375446c14961a&oe=5846AB68\",\"https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14322226_173477373090253_2270688039573006956_n.jpg?oh=289d12dc228199d5af1ec966d03f1887&oe=5876AAAE\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14289880_173477416423582_3181418979808185262_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14289785_173477413090249_1714710638916320443_o.jpg\",\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14289909_173482916423032_2846082864944757100_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T02:49:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9169402584398, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "7.250 HBD", + "percent_hbd": 10000, + "permlink": "some-of-my-favorite-panoramic-shots-from-our-past-year", + "post_id": 1227341, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Some of My Favorite Panoramic Shots From Our Past Year", + "title": "Some of My Favorite Panoramic Shots From Our Past Year", + "total_payout_value": "0.000 HBD", + "url": "/photography/@derekareith/some-of-my-favorite-panoramic-shots-from-our-past-year" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10348298928, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73352355820, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 345233008, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 602561521, + "voter": "keyser" + }, + { + "percent": "5000", + "reputation": 2889656462700, + "rshares": 3838178906, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 78199565, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5199603298, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 259101518, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 193759655472, + "rshares": 120752883, + "voter": "rebeccaryan" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 53055896, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 1284214571975, + "rshares": 714106828, + "voter": "miserableoracle" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 536721047, + "voter": "lyndsaybowes" + }, + { + "percent": "10000", + "reputation": 10250473838, + "rshares": 143613734, + "voter": "sarafan" + } + ], + "author": "richardcrill", + "author_reputation": 4254380753805, + "beneficiaries": [], + "body": "Today I'm reviewing a great 50/50 Hybrid known as *Sky Walker.*\n\nhttps://s6.postimg.io/vuth2fipd/20160912_203802.jpg\n\n# The Taste\nSky Walker has an interesting mix of menthol and very light notes of clove and pepper for a subtle spicy taste.\n\nhttps://s6.postimg.io/7ahhrpchd/20160911_045602.jpg\n### How do y'all like my new glass?\n\n# The High\n\nThe high is a very relaxing high, with a nice euphoric feeling and some sleepiness. Depending on the time of day, this can work as a great strain to relax with, if you don't mind the possibility of a nap.\n\nhttps://s6.postimg.io/xy3wa3ii9/20160912_145445.jpg\nThe elephants butthole/ carborator is already getting dirty.\n\nhttps://s6.postimg.io/ibcmwq4q9/20160912_145119.jpg\n\n**Sky Walker - 50% Sativa, 50% Indica, 15% THC\nTaste - 9\nHigh - 9.2\nOverall - 9.1**\n## Past Reviews\nPurple Haze 9.5 [review](https://steemit.com/marijuana/@richardcrill/purple-haze-review)\nGreen Crack Extreme - 9.45 [review](https://steemit.com/cannabis/@richardcrill/green-crack-extreme-review)\nSour Diesel - 9.15 [review](https://steemit.com/marijuana/@richardcrill/sour-diesel-review)\nBlue Dream - 8 [review](https://steemit.com/marijuana/@richardcrill/blue-dream-review)\nJack Diesel - 6.5 [review](https://steemit.com/marijuana/@richardcrill/jack-deisel-review)", + "body_length": 1283, + "cashout_time": "2016-09-20T02:40:09", + "category": "cannabis", + "children": 9, + "created": "2016-09-13T02:40:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cannabis\",\"marijuana\",\"review\",\"glass\",\"skywalker\"],\"image\":[\"https://s6.postimg.io/vuth2fipd/20160912_203802.jpg\",\"https://s6.postimg.io/7ahhrpchd/20160911_045602.jpg\",\"https://s6.postimg.io/xy3wa3ii9/20160912_145445.jpg\",\"https://s6.postimg.io/ibcmwq4q9/20160912_145119.jpg\"],\"links\":[\"https://steemit.com/marijuana/@richardcrill/purple-haze-review\",\"https://steemit.com/cannabis/@richardcrill/green-crack-extreme-review\",\"https://steemit.com/marijuana/@richardcrill/sour-diesel-review\",\"https://steemit.com/marijuana/@richardcrill/blue-dream-review\",\"https://steemit.com/marijuana/@richardcrill/jack-deisel-review\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T02:49:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 95591782952, + "parent_author": "", + "parent_permlink": "cannabis", + "pending_payout_value": "0.022 HBD", + "percent_hbd": 10000, + "permlink": "sky-walker-review", + "post_id": 1227234, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sky Walker - Review and showing off new glass", + "title": "Sky Walker - Review and showing off new glass", + "total_payout_value": "0.000 HBD", + "url": "/cannabis/@richardcrill/sky-walker-review" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 2444317330502, + "rshares": 4603451354, + "voter": "radioactivities" + }, + { + "percent": "10000", + "reputation": 128921857682, + "rshares": 130883496, + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 55662369, + "voter": "frostymulder" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 6001872710, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 73556721290, + "rshares": 72858614, + "voter": "justusagenstum" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

An unidentified woman in her late 60s was seen posthumously rising up from a comfortable apartment complex in the expensive section of the East side of Manhattan.  Doctors ran out of the room screaming as the reanimated corpse rose, stumbled around the room, tried to chew their flesh from their bones, and then suggested continuing to push for regime change in Syria.  Neighbors recall their horror as unsightly balls of green pus seemed to gush from her throat immediately creating reptillian offspring, and screamed as they were forced to listen to a series of flip-flipping opinions on gay marriage, free trade agreements, and her position as a moderate/progressive.  

\n


\n

Police arrived at the scene in an attempt to corral the beast, but ultimately couldn't take the anti-trump rhetoric and retreated in a cowardly fashion to a safer part of town where they could more easily kill unarmed citizens for non-violent statue violations.  While most citizens were horrified at nearly everything the monster said and did some citizens seemed to succumb to the illness via an airborne sonic infection that induced similar tendencies in them.  For now it seems the majority of cases of infection remain with CNN and MSNBC watching middle aged women.  Doctors believe that traditional media outlets may be a catalyst for spreading the disease.

\n", + "body_length": 1490, + "cashout_time": "2016-09-20T01:57:15", + "category": "writing", + "children": 2, + "created": "2016-09-13T01:57:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"politics\",\"fiction\",\"funny\",\"curie\"],\"image\":[\"http://randomhoohaas.flyingomelette.com/rah/housedead2/101.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T02:11:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17777818370, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "satirically-yours-s1e9-unidentified-woman-falls-victim-to-zombie-infection-begins-campaigning-in-nyc", + "post_id": 1226856, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Satirically Yours S1E9- Unidentified woman falls victim to zombie infection, begins campaigning in NYC", + "title": "Satirically Yours S1E9- Unidentified woman falls victim to zombie infection, begins campaigning in NYC", + "total_payout_value": "0.000 HBD", + "url": "/writing/@aggroed/satirically-yours-s1e9-unidentified-woman-falls-victim-to-zombie-infection-begins-campaigning-in-nyc" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289504016094, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874919855876, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6761637629957, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5526541435477, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002543111654, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959364516859, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21412377314, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1134799533, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686502966490, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91121831411, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6542701219, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1667983459, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436432147696, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47080000333, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 80472407475, + "voter": "kingscrown" + }, + { + "percent": "900", + "reputation": 0, + "rshares": 50885111, + "voter": "paco-steem" + }, + { + "percent": "900", + "reputation": 376960001789, + "rshares": 608230910, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329498311743, + "voter": "teamsteem" + }, + { + "percent": "3400", + "reputation": 5414208804644, + "rshares": 11244995148, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 575890623701, + "voter": "nanzo-scoop" + }, + { + "percent": "2400", + "reputation": 15755437221598, + "rshares": 7313551284, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182844103296, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223725717, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50744021880, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 265658638853, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 47704143993, + "rshares": 357951229, + "voter": "battleayzee" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 391011497127, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 5092263832878, + "rshares": 15304433619, + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192243138186, + "voter": "will-zewe" + }, + { + "percent": "5000", + "reputation": 9389887938261, + "rshares": 7152169614, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3756277383, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 795361102, + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 231593983334, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69311512532, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 177578566464, + "rshares": 369419860, + "voter": "chetlanin" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1902845076, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 11767666281, + "voter": "jako" + }, + { + "percent": "2400", + "reputation": 2906973892, + "rshares": 59150266, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 68676970683, + "voter": "mikemiziner" + }, + { + "percent": "2400", + "reputation": 675716972978, + "rshares": 58618995, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 153907689267, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156723305, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15565739190, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19900789412, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 27434485091, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10410048818, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243624304783, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15052397630, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 33494035720, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3411684915, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3590368671, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 3631242707, + "voter": "bola" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068728922, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73628214, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "whalepool" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634651940, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 36778193675, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1325996050, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15863297344, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1825292067, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46551089205, + "voter": "jasonstaggers" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838437307, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1273034580575, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43650015265, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 265156587134, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 600505547600, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10399319365, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 3602804983584, + "rshares": 6401645284, + "voter": "kryptik" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 61435034570, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3134919672, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7302240281, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 149678978773, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 1053978638105, + "rshares": 3073261863, + "voter": "psamuelson" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 90549710373, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13674046168, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4804440310, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 44529193261, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13747402508, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9683983261, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 21714142504, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 128921857682, + "rshares": 125430017, + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11537268916, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 178243549, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 634792077, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9110814696, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 84256285660, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 185805518880, + "rshares": 1802206042, + "voter": "cognoscere" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14474205181, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 43371945426, + "voter": "emancipatedhuman" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009964661, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773513507, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5072307537, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5783915957, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 78199565, + "voter": "jlufer" + }, + { + "percent": "2000", + "reputation": 837791549130, + "rshares": 9053875859, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191199539, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 229372147923, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5835623449, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54935924, + "voter": "maloneyj55" + }, + { + "percent": "2000", + "reputation": 26215514, + "rshares": 9043926487, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 249421161, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 254966955, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154730606, + "voter": "ngoclan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13292298415, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 148973579, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 120569176, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101525956, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110755568, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 8376787255, + "rshares": 153480750, + "voter": "diegop" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 149209081, + "voter": "royfft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155297260, + "voter": "start.dsgn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118525364, + "voter": "bromejs" + }, + { + "percent": "10000", + "reputation": -24917113927, + "rshares": 154609374, + "voter": "ketzer85" + } + ], + "author": "churdtzu", + "author_reputation": 34935156153627, + "beneficiaries": [], + "body": "![bitcoinpeacewithtext3bf81.jpg](https://www.steemimg.com/images/2016/09/12/bitcoinpeacewithtext3bf81.jpg)\n\n# Phenomenally disproportionate returns\nIn 2013, during the biggest bitcoin bubble to date, I remembered that I had some bitcoin on an old hard drive. I unscrewed it from the netbook and plugged it in, uploaded the wallet to blockchain.info and found 0.97 BTC, worth approximately $1,200 at the time. I thought, I guess I'll never see returns like that ever again. Of course I couldn't expect anything close to 12,000% returns, over a few years, more than once in my lifetime. Surely it was just a fluke.\n\nFunnily enough, today I do own 4500 Synereo AMPs, that I bought for $10, which at time of writing are worth around $750. And of course, from my time and effort on Steemit, having got in early in the game, I've certainly been well rewarded. Now, that's interesting. That indicates that, maybe, just maybe, what I experienced was not a fluke - but instead, the start of a new trend.\n\n# Cryptomillionaires and everyday angels\nBitcoin has made a sort of \"angel investing\" available to all of us. We can invest at the launch phase of a coin -even at a point years before the company even has a prouct. People can invest and see profits in the 1000% over a few years. Of course, many of these projects will fail - just as many businesses will fail.\n\n(As an aside, it's unusual that we have the term \"shitcoin\" to deride altcoins, but no parallel term to attack start-ups, though obviously they also fail frequently... I suggest \"fart-butts\").\n\nWhat kind of world will we soon live in, when anyone with the right tools and a small amount of capital can multiply it by 10 or 1000 wihin a few years? What does that say about the future prosperity of humanity?\n\nOf course, there will be bubbles, scams, manipulation, crashes and disappoinments. There will also be thousands or millions of crypto millionaires, who make ridiculous amounts of wealth by discovering new opportunities very early on, and thereby assisting the development team to bring their vision to reality.\n\n# The gentle rich\nWhat will this world of the future look like? Of course, we will have many new, fascinating technologies crowdfunded using cryptocurrency. We will also have this new breed of wealthy, casually exerting influence on economies.\n\nIn my experience, Bitcoiners do tend to be kinder and gentler than the average person - and that's why Bitcoin naturally appeals to them, because they're seeking a system which isn't controlled by central bankers and fractional reserve bankers, made possible by a violent monopoly on currency. They seek a system which is honest and not supported or in support of violence. Many will even start a Bitcoin pitch with \"here is a technology which may end war\".\n\nhttps://www.youtube.com/watch?v=eyU3TgQqtV8\n\nSoon, the world might look less like a handful of rich people manipulating governments. It will be thousands or millions exerting their gentle influence - in a more decentralised manner - bringing the benefits of decentralisation to the concentration of wealth.\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)\n\n# Some other cool posts\n\nPlease check out our recent podcast post about an unusual economics lesson originating from aliens, or from psychedelics:\n\n[Ideas are the currency of gods](https://steemit.com/science/@paradise-paradox/ideas-are-the-currency-of-gods-podcast-video)", + "body_length": 4031, + "cashout_time": "2016-09-20T01:33:03", + "category": "money", + "children": 23, + "created": "2016-09-13T01:33:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steemit\",\"bitcoin\",\"blockchain\",\"freedom\"],\"users\":[\"paradise-paradox\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/bitcoinpeacewithtext3bf81.jpg\",\"https://img.youtube.com/vi/eyU3TgQqtV8/0.jpg\",\"https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=eyU3TgQqtV8\",\"https://www.steemimg.com/image/gsqzK\",\"https://www.facebook.com/theparadiseparadox/\",\"https://steemit.com/science/@paradise-paradox/ideas-are-the-currency-of-gods-podcast-video\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T01:49:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27982062966065, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "53.784 HBD", + "percent_hbd": 10000, + "permlink": "crypto-rich-the-crazy-crypto-economy-of-the-future", + "post_id": 1226674, + "promoted": "5.010 HBD", + "replies": [], + "root_title": "Crypto-Rich! The crazy crypto economy of the future", + "title": "Crypto-Rich! The crazy crypto economy of the future", + "total_payout_value": "0.000 HBD", + "url": "/money/@churdtzu/crypto-rich-the-crazy-crypto-economy-of-the-future" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 686700498199, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91173000530, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1717457285, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9463609213, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 894610117782, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10348298928, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 591882196380, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9668264308, + "voter": "kefkius" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11574209946, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563657676272, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 136285352249, + "voter": "schro" + }, + { + "percent": "9800", + "reputation": 598181152117, + "rshares": 220823280822, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 69429812321, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15208514029, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 563003849953, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 180276008202, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19900789412, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4264341702, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 2002392083, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21856149412, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 9611048410314, + "rshares": 40067436158, + "voter": "team-leibniz" + }, + { + "percent": "8400", + "reputation": 7172977970558, + "rshares": 3134910573, + "voter": "ace108" + }, + { + "percent": "9800", + "reputation": 17698439393799, + "rshares": 36038618848, + "voter": "sisterholics" + }, + { + "percent": "100", + "reputation": 4063076365725, + "rshares": 116538182, + "voter": "bullionstackers" + }, + { + "percent": "6100", + "reputation": 4964569405579, + "rshares": 5723702952, + "voter": "dumar022" + }, + { + "percent": "9800", + "reputation": 10771708337101, + "rshares": 1241470274889, + "voter": "laonie" + }, + { + "percent": "9800", + "reputation": 18027204457681, + "rshares": 41055870985, + "voter": "myfirst" + }, + { + "percent": "9800", + "reputation": 5776723480371, + "rshares": 258691351115, + "voter": "somebody" + }, + { + "percent": "9800", + "reputation": 206355094166, + "rshares": 10157513082, + "voter": "flysaga" + }, + { + "percent": "9800", + "reputation": 97845484474, + "rshares": 60006606859, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6772455923, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 142690925064, + "voter": "xiaohui" + }, + { + "percent": "9800", + "reputation": 1851205309677, + "rshares": 4580977970, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1153894350, + "voter": "darthnava" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 22517492809, + "voter": "cryptos" + }, + { + "percent": "9800", + "reputation": 4195733833721, + "rshares": 9458812701, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 22219122562, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 2446241608, + "voter": "fingolfin" + }, + { + "percent": "9800", + "reputation": 730408370151, + "rshares": 620029471, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 7666711847, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5948598011, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 83592638, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 186924852752, + "rshares": 126592690, + "voter": "kreativ" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5954717805, + "voter": "dexter-k" + }, + { + "percent": "1200", + "reputation": 3090583312974, + "rshares": 1011469792, + "voter": "geke" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1516220117, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 75014945, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 157700111, + "voter": "techslut" + } + ], + "author": "patrice", + "author_reputation": 6373903167891, + "beneficiaries": [], + "body": "Do you know how embarrassing it is to suggest a contributor is copying and pasting their own article, only to find out that they \"verified\" who they were or that they owned the content 30 posts ago?\n\nIt would be great for everyone to have a place to put information about themselves that they wish to share with the community. It would also be a convenient place to post a link to where a user verified they are indeed the owner of works they republish here on steemit. \n\nI can only imagine how irritating it is for the author when a curator unfamiliar with the contributor or their work stumbles across their post and they are asked for verification again!\n


\n
https://www.steemimg.com/images/2016/09/12/cupcake-309889_960_7204667a.png
\n

Pretty please with a cherry on top!

\n\n\n*image from pixabay.com CC0 Public Domain*", + "body_length": 872, + "cashout_time": "2016-09-20T00:51:03", + "category": "steemit-help", + "children": 13, + "created": "2016-09-13T00:51:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit-help\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/cupcake-309889_960_7204667a.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T00:51:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6037429530547, + "parent_author": "", + "parent_permlink": "steemit-help", + "pending_payout_value": "3.811 HBD", + "percent_hbd": 10000, + "permlink": "can-we-have-bios-please", + "post_id": 1226350, + "promoted": "10.000 HBD", + "replies": [], + "root_title": "Can We Have Bios Please!!!!", + "title": "Can We Have Bios Please!!!!", + "total_payout_value": "0.000 HBD", + "url": "/steemit-help/@patrice/can-we-have-bios-please" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1874890520865, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 20297981245452, + "rshares": 7259417172592, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086925301251, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 958178652236, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6361843530843, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1792447142689, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 81452821431, + "voter": "aizensou" + }, + { + "percent": "5000", + "reputation": -296615780418, + "rshares": 585741998, + "voter": "mineralwasser" + }, + { + "percent": "5000", + "reputation": 854893586973, + "rshares": 343262674169, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 724454198454, + "rshares": 149784599350, + "voter": "signalandnoise" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22319131758, + "voter": "lee5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 883099437, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436402247651, + "voter": "boatymcboatface" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 124531109814, + "voter": "pheonike" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 302060269173, + "voter": "chitty" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59856970089, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 3675361198293, + "rshares": 14593709631, + "voter": "sock" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 421954985333, + "voter": "leesunmoo" + }, + { + "percent": "3178", + "reputation": 12382143533351, + "rshares": 194509332077, + "voter": "eeks" + }, + { + "percent": "6500", + "reputation": 14848515958625, + "rshares": 54195702993, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 31750559901, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 223725717, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120319290, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596797283, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1205890524677, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58105968566, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 63712352040, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192807358163, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19207184931, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15779882125, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3756277383, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 687331665034, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12033140566, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 59389039635, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 1933204465, + "rshares": 54802766231, + "voter": "sonzweil" + }, + { + "percent": "5000", + "reputation": 9956734090708, + "rshares": 19223351556, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 68676970683, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 30882156425, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 856104543294, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12597560428, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 267500039422, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156723305, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886100383, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23468951438, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 228397785734, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15052397630, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 71922873804, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4264341702, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6453932684, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28781823000, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068646003, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71327332, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10893499992, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18394249777, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 7785820826, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 15096466145, + "voter": "lemooljiang" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634645843, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 24553253715, + "voter": "pinkisland" + }, + { + "percent": "5000", + "reputation": -2287580630, + "rshares": 663008389, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 7753777908, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 45767113595, + "voter": "celebr1ty" + }, + { + "percent": "3100", + "reputation": 4063076365725, + "rshares": 1048843646, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 245148457514, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3224029874, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1100929764, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838434868, + "voter": "taker" + }, + { + "percent": "3178", + "reputation": 1751717743, + "rshares": 5401289762, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 150617632004, + "rshares": 15453655145, + "voter": "tommycoin" + }, + { + "percent": "10000", + "reputation": 657020045061, + "rshares": 4847455897, + "voter": "miketr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64172713, + "voter": "writing" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93064619102, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 148150446, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 54378321366, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2357570848, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 2495166440, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6244208775, + "voter": "userlogin" + }, + { + "percent": "2300", + "reputation": 1313908206948, + "rshares": 1574289854, + "voter": "blocho" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13957269282, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5948598011, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 759756711, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1966031889, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10221697622, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2820524030, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 703590431, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 175738783, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1224277136, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52910800, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 934162003, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 64226208, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 851650917098, + "rshares": 261643923, + "voter": "honna" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 59170137, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 52864017, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256162273, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 1093515891, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 133955260, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 1284214571975, + "rshares": 745154951, + "voter": "miserableoracle" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 105990619, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 120569176, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101525956, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110755568, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93861422, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 143973889, + "voter": "kmichaelkills" + } + ], + "author": "clayop", + "author_reputation": 31405352060596, + "beneficiaries": [], + "body": "![](http://i.imgsafe.org/7444b78a58.jpg) \n## Introduction\nA recent release candidate announced a vote balancing that decreases target votes per day from 40 to 5. After some debates, this seemed to be retracted in this [github commit](https://github.com/steemit/steem/commit/2f6436e3dcaa03cdc711d573c3416b3396bc01b4). This makes me to start thinking about the numbers (votes per day). What values are appropriate based on each specific purpose? I want to write about it based on my statistics posted [here](https://steemit.com/stats/@clayop/the-typology-of-curation-what-kinds-of-curators-we-have-now).\n\n## 1. To Reduce the Domination of Bots\nWe can see the `average N` of potential bots are 1,410 (during 26 days), so about 54 votes daily. Meanwhile, the next most active voting group (Village builders) has about 31 votes per day. If we choose 30 as a daily target number of votes, we can significantly reduce bot activities while not seriously damaging active curators.\n \n \n## 2. To Reduce Voting Concentration\nAmong four groups, the latest two (Village builders and Superhumans) have meaningfully higher `Max` (over 60. Please note that voting weights are considered) and high `StDev` (over 6.00). This implies their votes are concentrated on some few writers. If we want to alleviate voting concentration by these groups, we can reduce daily voting target to 25, which is the average of Hidden gem explorers. This may discourage community building activities, but a curator still can work with less generous curation or reduced voting weights.\n \n \n## 3. To Equalize Influences\nThis is somewhat egalitarian's choice, that has both pros and cons. If we take the average of three groups (Superhumans is excluded), we can get around 20 (18.58 actually). This number will discourage all other groups (except Lazy Lions), which consist 83% of influences. While this will disperse influences to more curators, this may result in some drawbacks.\n \n \nThis is just a draft of my thoughts. Please tell your thoughts.", + "body_length": 2016, + "cashout_time": "2016-09-20T00:36:03", + "category": "steem", + "children": 13, + "created": "2016-09-13T00:36:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemit\"],\"image\":[\"http://i.imgsafe.org/7444b78a58.jpg\"],\"links\":[\"https://github.com/steemit/steem/commit/2f6436e3dcaa03cdc711d573c3416b3396bc01b4\",\"https://steemit.com/stats/@clayop/the-typology-of-curation-what-kinds-of-curators-we-have-now\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T00:36:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26248275515818, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "47.789 HBD", + "percent_hbd": 10000, + "permlink": "thoughts-on-target-votes-per-day", + "post_id": 1226229, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thoughts on Target Votes Per Day", + "title": "Thoughts on Target Votes Per Day", + "total_payout_value": "0.000 HBD", + "url": "/steem/@clayop/thoughts-on-target-votes-per-day" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1175334537049, + "voter": "tuck-fheman" + }, + { + "percent": "2317", + "reputation": 12382143533351, + "rshares": 134660144913, + "voter": "eeks" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61062133, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 729873433, + "voter": "spaninv" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 191501762358, + "voter": "mexbit" + }, + { + "percent": "2500", + "reputation": 811919161664, + "rshares": 1963048663, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 8960347565, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748656082, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 1353519914, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24966969615, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6067767465, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 2046889684, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6453932684, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10675629992, + "voter": "fishborne" + }, + { + "percent": "7000", + "reputation": 7172977970558, + "rshares": 2687066206, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52207362, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 6522395967, + "rshares": 121105646, + "voter": "alechahn" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 26680138029, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51206711, + "voter": "krushing" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3485145843, + "voter": "merej99" + }, + { + "percent": "2317", + "reputation": 1751717743, + "rshares": 3739351706, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 513272373, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 8358920723, + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "percent": "10000", + "reputation": 99941487421, + "rshares": 89755211, + "voter": "casandrarose" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 59002619, + "voter": "makaveli" + }, + { + "percent": "5000", + "reputation": 10809787058917, + "rshares": 6733421636, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 2199070663860, + "rshares": 3675728954, + "voter": "quantumanomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50010551, + "voter": "alexbones" + }, + { + "percent": "5000", + "reputation": 6058270767116, + "rshares": 4886156971, + "voter": "gonzo" + }, + { + "percent": "2700", + "reputation": 13325577893779, + "rshares": 8676989761, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8933204467, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 65362056, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2894748346, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1158086, + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 407993596, + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3724300924, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 1373853332548, + "rshares": 787741548, + "voter": "serioustruth" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 240962108, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 103840859, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 125917944, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 158798473, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 1284214571975, + "rshares": 760679012, + "voter": "miserableoracle" + }, + { + "percent": "10000", + "reputation": 2476043, + "rshares": 155359575, + "voter": "cocnuts-ctg" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 937836199, + "rshares": 152472016, + "voter": "greencross" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151383351, + "voter": "groovmekanik" + } + ], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "[ABC news is reporting that Facebook](http://abcnews.go.com/Technology/wireStory/israel-meets-facebook-officials-incitement-complaints-42028548) is going to work with the Israeli government to implement better censorship tools.\nhttp://vdca.org.vn/upload/s/20151004/629f5663cc9b424b6893fe6a84e063e4facebook-middle-finger.jpg\n\nFrom the article...\n>The Israeli government and Facebook agreed to work together to determine how to tackle incitement on the social media network, a senior Israeli Cabinet minister said Monday.\n\n>The announcement came after two government ministers met top Facebook officials to discuss the matter. The Facebook delegation is in Israel as the government pushes ahead with legislative steps meant to force social networks to rein in content that Israel says incites violence.\n\n>Israel has argued that a wave of violence with the Palestinians over the past year has been fueled by incitement, much of it spread on social media sites. It has repeatedly said that Facebook should do more to monitor and control the content, raising a host of legal and ethical issues over whether the company is responsible for material posted by its users.\n\nhttp://1389blog.com/pix/Facebook-just-sayin.jpg\n\n>The Palestinians dismiss the Israeli allegations that the violence is caused by incitement. They say it is the result of nearly 50 years of Israeli military occupation and a lack of hope for gaining independence.\n\nIn other news William Banks deleted his Facebook account in protest of the decision while shouting...\n>It's not that they're working with Jews on this, that's the problem, \nIt's that they're being Nazis censoring anyone at all!\n\nhttp://i3.kym-cdn.com/photos/images/newsfeed/001/062/011/d6b.png\n\n_**UPDATE:**_@greencross gave me a great idea! I will take 100% of funds from this posting and use it to endow a new account you can use to upvote any followers you bring over from facebook. Make today the last day you support censorship. Share this posting on facebook. Explain to your followers you'll be leaving facebook and be sure to let them know why. Each of your followers gets $10 for signing up for steemit and upvoting your comments here. \n\nSo help your friends stand up to censorship on the internet! #byebyefacebook", + "body_length": 2259, + "cashout_time": "2016-09-20T00:13:15", + "category": "news", + "children": 25, + "created": "2016-09-13T00:13:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"censorship\",\"steemit\",\"politics\",\"byebyefacebook\"],\"image\":[\"http://vdca.org.vn/upload/s/20151004/629f5663cc9b424b6893fe6a84e063e4facebook-middle-finger.jpg\",\"http://1389blog.com/pix/Facebook-just-sayin.jpg\",\"http://i3.kym-cdn.com/photos/images/newsfeed/001/062/011/d6b.png\"],\"links\":[\"http://abcnews.go.com/Technology/wireStory/israel-meets-facebook-officials-incitement-complaints-42028548\"],\"users\":[\"greencross\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T01:11:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1647109355173, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.549 HBD", + "percent_hbd": 10000, + "permlink": "goodbye-facebook", + "post_id": 1226049, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Goodbye Facebook!", + "title": "Goodbye Facebook!", + "total_payout_value": "0.000 HBD", + "url": "/news/@williambanks/goodbye-facebook" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5158736768023, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3125786659669, + "voter": "onceuponatime" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799230494188, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 196892401906, + "voter": "gardenlady" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 71157344833, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329350239, + "voter": "gardening" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329500032, + "voter": "survival" + }, + { + "percent": "10000", + "reputation": 740247204120, + "rshares": 9924614344, + "voter": "arisa" + }, + { + "percent": "10000", + "reputation": 1179873230000, + "rshares": 23687694964, + "voter": "seth-krings" + }, + { + "percent": "10000", + "reputation": 2290417141012, + "rshares": 77384747497, + "voter": "technology" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2121758246, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 2101177796483, + "rshares": 10773690876, + "voter": "auction" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 243228229, + "voter": "honey" + }, + { + "percent": "1100", + "reputation": 5740590214206, + "rshares": 1625976330, + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 485438151743, + "rshares": 999607842, + "voter": "hemp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115967854, + "voter": "flowers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75929096, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73628214, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 36729542701, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 27476260109, + "voter": "pinkisland" + }, + { + "percent": "8600", + "reputation": 7172977970558, + "rshares": 2911202361, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4365985528, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1835006221, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 91384020663, + "rshares": 76022816, + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 86048855508, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9792599502, + "voter": "jaredcwillis" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4579384208, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 6887625476110, + "rshares": 11909578341, + "voter": "stephmckenzie" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 10390834763, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2894748346, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 400009805, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752263729, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 169935476, + "rshares": 55387699, + "voter": "thp" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 56221183, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 56463554, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 934756125, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 56424665, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13380181253, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 738537361, + "rshares": 56185851, + "voter": "jenniferwyble" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 654379209, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 53839209, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4787573300, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 22066178, + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1225842769, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 132514683, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 515252205, + "voter": "lyndsaybowes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126752211, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "cbd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "junk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "hug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "bearcub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575839, + "voter": "cyberpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827206, + "voter": "keisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107679044, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119985199, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827178, + "voter": "int" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

We love to share food! 

\n

You can find out just how much we love, honor, and respect food by reading our previous post

\n

Our Eden Knights entered the Steemit Food Challenge #4 - Dinner in 15 Minutes, and we had a great time participating! This food formula is for @everlove's entry: GARDEN OF EDEN CELEBRATION SALAD WITH LEMON THAI BASIL LAVENDER SAUCE. 

\n

Fragrant and delicious LEMON THAI BASIL grows abundantly at the Garden of Eden, and it is one of our favorite herbs! It has incredible healing properties that you can learn about in our Wildcrafted Medicine post.

\n

Here is the quick, easy, fresh food formula:

\n


\n

\n

\n

\n

These are our 3 combined entries to the Steemit Food Challenge #4 - Dinner in 15 minutes (clockwise from top): @everlove's Garden of Eden Celebration Salad with Lemon Thai Basil Lavender Sauce, @saramiller's Open-Faced Veggie Sandwich, and @loveon's Pan-Seared Salmon with Steemed Asparagus, also topped with Lemon Thai Basil Lavender Sauce. All food was prepared in our sustainable outdoor kitchen!

\n

Not only do we cook sustainably delicious food for ourselves, but we share 40,000 free meals a year! Here's a link to our latest donation to feeding the homeless.

\n


\n

Follow these links for our previous food formulas:
\nFRIED OKRA   /   VEGGIE FRITTATA   /   CUCUMBER PARTY HATS   /   DOCK AND CORN CAKE TOWERS   /   FRESH HERBED PIZZA ON A CRISPY CORNY CRUST   /   CHEEZY WHIPPED CAULIFLOWER   /   FIREMAN 3 LAYER CAKE   /   JALAPE\u00d1O OKRA CORNBREAD

\n


\n

Here are our steemy FOOD LOVE spreads:

\n

1    /   2   /   3   /   4   /   5   /   6   /   7   /   8   /   9  /    10   /   11

\n


\n

www.intothegardenofeden.com

\n


\n

\n


\n
", + "body_length": 5744, + "cashout_time": "2016-09-19T23:52:24", + "category": "food", + "children": 6, + "created": "2016-09-12T23:52:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"health\",\"cooking\",\"gardening\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/GardenofEdenCelebrationSalad294e4.png\",\"https://www.steemimg.com/images/2016/09/12/LemonThaiBasilLavenderSauced6bce.png\",\"https://www.steemimg.com/images/2016/09/02/3dishesplatedc2a41.jpg\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/food/@gardenofeden/feasting-on-mouthgasmic-cuisine-in-our-sustainable-community\",\"https://steemit.com/food/@gardenofeden/eden-knights-arise-to-the-dinner-in-15-minutes-steemit-food-challenge\",\"http://www.steemit.com/@everlove\",\"https://steemit.com/gardening/@gardenofeden/wildcrafted-medicine-the-incredible-healing-properties-of-lemon-thai-basil-and-recipe\",\"http://www.steemit.com/@saramiller\",\"http://www.steemit.com/@loveon\",\"https://steemit.com/food/@gardenofeden/sustainable-community-uses-freedom-to-feed-the-homeless\",\"https://steemit.com/food/@gardenofeden/world-class-sustainable-ueber-dank-high-vibe-cuisine-steemy-recipe-and-photos-for-fried-okra\",\"https://steemit.com/food/@gardenofeden/world-class-sustainable-high-vibe-cuisine-recipe-and-photos-for-veggie-frittata\",\"https://steemit.com/food/@gardenofeden/garden-of-eden-food-love-formulas-healthy-delicious-beautiful-and-sustainable-recipes\",\"https://steemit.com/food/@gardenofeden/dock-and-corn-cake-towers-healthy-sustainable-delicious-and-beautiful-food-love-formulas\",\"https://steemit.com/food/@gardenofeden/mouthgasmic-steemy-food-love-fresh-herbed-pizza-on-crispy-corny-crust-formula-from-our-free-5-course-meal-for-100-people\",\"https://steemit.com/food/@gardenofeden/fast-delicious-easy-food-formula-for-cheezy-whipped-cauliflower-prepared-in-our-sustainable-kitchen\",\"https://steemit.com/food/@gardenofeden/sustainable-delicious-dessert-food-formula-for-epic-fireman-3-layer-cake-with-photographs-and-recipes\",\"https://steemit.com/food/@gardenofeden/hot-steemy-earthy-spicy-jalapeno-and-okra-cornbread-recipe-from-our-sustainable-outdoor-kitchen\",\"https://steemit.com/food/@gardenofeden/food-tastes-better-when-we-share\",\"https://steemit.com/foodporn/@gardenofeden/steemy-food-porn\",\"https://steemit.com/foodporn/@gardenofeden/hot-steemy-juicy-food-porn\",\"https://steemit.com/food/@gardenofeden/hot-steemy-food-porn\",\"https://steemit.com/food/@gardenofeden/sweet-and-steemy-food-love-from-our-sustainable-outdoor-kitchen\",\"https://steemit.com/food/@gardenofeden/sustainable-steemy-food-love-from-our-outdoor-kitchen\",\"https://steemit.com/food/@gardenofeden/high-vibe-steemy-food-love-from-our-super-sustainable-outdoor-kitchen\",\"https://steemit.com/food/@gardenofeden/high-vibe-world-class-food-love-spread-from-our-sustainable-community\",\"https://steemit.com/food/@gardenofeden/super-sustainable-high-vibe-food-love-spread-from-our-garden\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T23:52:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9715356226316, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "7.990 HBD", + "percent_hbd": 10000, + "permlink": "easy-healthy-versatile-lemon-thai-basil-lavender-sauce-and-salad-recipe-from-our-outdoor-kitchen", + "post_id": 1225903, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Easy, Healthy, Versatile Lemon Thai Basil Lavender Sauce and Salad Recipe from Our Outdoor Kitchen", + "title": "Easy, Healthy, Versatile Lemon Thai Basil Lavender Sauce and Salad Recipe from Our Outdoor Kitchen", + "total_payout_value": "0.000 HBD", + "url": "/food/@gardenofeden/easy-healthy-versatile-lemon-thai-basil-lavender-sauce-and-salad-recipe-from-our-outdoor-kitchen" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11465109902, + "voter": "dave-hughes" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6094534613, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7464351569, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 715922296, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94468442860, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262725898689, + "voter": "trogdor" + }, + { + "percent": "2000", + "reputation": 598181152117, + "rshares": 48473090707, + "voter": "kimziv" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25040409707, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6935581472, + "voter": "futurefood" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1454993610, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455953299, + "voter": "kooshikoo" + }, + { + "percent": "2000", + "reputation": 17698439393799, + "rshares": 8073251051, + "voter": "sisterholics" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "2000", + "reputation": 10771708337101, + "rshares": 254606489301, + "voter": "laonie" + }, + { + "percent": "2000", + "reputation": 18027204457681, + "rshares": 9259006650, + "voter": "myfirst" + }, + { + "percent": "2000", + "reputation": 5776723480371, + "rshares": 58205019435, + "voter": "somebody" + }, + { + "percent": "2000", + "reputation": 206355094166, + "rshares": 2176598983, + "voter": "flysaga" + }, + { + "percent": "2000", + "reputation": 97845484474, + "rshares": 12858476401, + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 74839489386, + "voter": "xiaohui" + }, + { + "percent": "2000", + "reputation": 1851205309677, + "rshares": 1005580530, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 269942461, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 151272123831, + "rshares": 258884977, + "voter": "xcepta" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3973773638, + "voter": "alchemage" + }, + { + "percent": "2000", + "reputation": 4195733833721, + "rshares": 2026877473, + "voter": "xianjun" + }, + { + "percent": "2000", + "reputation": 730408370151, + "rshares": 132863458, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60637775, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 12236109016, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 43371945426, + "voter": "emancipatedhuman" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009891496, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1838595042, + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 480394097022, + "rshares": 204045406, + "voter": "onlyvoluntary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58420743, + "voter": "philn76" + }, + { + "percent": "10000", + "reputation": 6887625476110, + "rshares": 11671386774, + "voter": "stephmckenzie" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 10598651458, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2968972663, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 408010001, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 934756125, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 56460853, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 56424665, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13647784878, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 591039033, + "rshares": 54857850, + "voter": "janasmith4611" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 5705459768, + "rshares": 55236049, + "voter": "ejaredallen" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 54342421, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55070425, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54915993, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 831101, + "rshares": 53767359, + "voter": "sprivett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4683495619, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 240962108, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143503825, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 6488131679, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 269632299, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 162373035, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 539760886, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 36517593, + "rshares": 152303742, + "voter": "adamazing" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "\n

Good Day!

\n


\n

Here is todays edition of \"Quinns Quote of the Day\". I hope you find value in it!

\n


\n

 

\n

To me this quote is very significant, because many people have learned how to win at school, work or at the bar picking up a hot date. Yet as this quote so potently points out, when you are living in the rat race, jut because you figured out how to find the cheese doesn't mean you really win. 

\n

I chose this photo because I see it as a metaphor for the aspect of life this quote so succinctly points out. I see the global elite (the .01%) as a big fat cat just lounging around, living life knowing that there are undepletable amounts of rats running in the maze just to get the cheese of which they can simply eat whenever they want, and the rats don't even know that the race is not to get the cheese, rather it is a distraction to occupy them while being bred to be the food in the system of power and control. 

\n


\n


\n

I have found that in life there is danger, darkness and forces with an agenda. I don't believe living in fear is healthy or a sustainable solution. Yet facing this darkness consciously and responsibly is essential for freedom and happiness.

\n

 It is possible to become so aware and capable that the forces that be, even diabolically designed matrixes, become obsolete~*~

\n


\n


\n


\n

\n


\n", + "body_length": 1703, + "cashout_time": "2016-09-19T23:31:45", + "category": "life", + "children": 10, + "created": "2016-09-12T23:31:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"art\",\"meme\",\"philosophy\",\"freedom\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/Quinnmemeratrace-24ccae.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T23:34:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1020424521983, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.300 HBD", + "percent_hbd": 10000, + "permlink": "quinn-s-choice-quote-of-the-day-the-trouble-with-being-in-the-rat-race-is-that-even-if-you-win-your-still-a-rat-lily-tomlin", + "post_id": 1225735, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "~*~ Quinn's Choice Quote of the Day: \"The trouble with being in the rat race is that even if you win, you're still a rat.\" Lily Tomlin ~*~", + "title": "~*~ Quinn's Choice Quote of the Day: \"The trouble with being in the rat race is that even if you win, you're still a rat.\" Lily Tomlin ~*~", + "total_payout_value": "0.000 HBD", + "url": "/life/@quinneaker/quinn-s-choice-quote-of-the-day-the-trouble-with-being-in-the-rat-race-is-that-even-if-you-win-your-still-a-rat-lily-tomlin" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28093846388978, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 1915876518994, + "rshares": 699914473958, + "voter": "erath" + }, + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17257232261172, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 480115650369, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7913777948669, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30337453076324, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260548325708, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8151223409709, + "rshares": 16854241280325, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 28924078018731, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14444913681822, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39965317174712, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 689029258065, + "voter": "neogen1" + }, + { + "percent": "10000", + "reputation": 13270505121655, + "rshares": 63253281536152, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 36032064618135, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 726080932522, + "voter": "hermes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 877675628804, + "voter": "hermes-miner" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2030896048271, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 500319811721, + "voter": "thorium1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 438210498091, + "voter": "thorium2" + }, + { + "percent": "10000", + "reputation": 20325022183, + "rshares": 5056112988611, + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 18153135567327, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 519142130530, + "voter": "bunkermining" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5157097606627, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6899868284164, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 9674921775291, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 223703977403, + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147996188902, + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53243993306, + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 13957464410, + "voter": "neominer2016" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002246627756, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 221838299608, + "voter": "abderus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9637889890, + "voter": "olympus-steemy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 245373914914, + "voter": "hephaestus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123346745696, + "voter": "aquarius.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53786089865, + "voter": "minosman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153708432700, + "voter": "aphrodite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18730151342, + "voter": "hotels.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15464075795, + "voter": "aries.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89110173285, + "voter": "rabbitminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25157265699, + "voter": "insurance.com" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6595312101906, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110419235217, + "voter": "fund.com" + }, + { + "percent": "10000", + "reputation": 428017035820, + "rshares": 82759541835, + "voter": "friend5" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 120836984895, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4445841013641, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1837624790786, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4459584427110, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14831683698, + "voter": "heracles" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1137398676566, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21952504677, + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4209277765952, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086902089740, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 1017560017130, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21885626779, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1786533941371, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 10026510714787, + "rshares": 97009979527, + "voter": "testz" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7220943508883, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 12481332844017, + "rshares": 1710349335938, + "voter": "steemychicken1" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6359610748191, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 49280708331375, + "rshares": 6942614615722, + "voter": "arhag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1778211712, + "voter": "tigerminer" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 243564520407, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1831858803960, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 2185067624745, + "rshares": 2183482896124, + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 71574765002, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 215958073175, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 601298858373, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1171318122, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 108222463585, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93869000523, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5642052247060, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1330688610736, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436338741278, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 158487994237, + "rshares": 49161573729, + "voter": "twiceuponatime" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 264060540254, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 425156145671, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3126067413688, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 700898568836, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1166261090205, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 31586736553, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10836599449, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 2369366055877, + "rshares": 73485247243, + "voter": "vault" + }, + { + "percent": "10000", + "reputation": 20661161447481, + "rshares": 201402716350, + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 51006025081420, + "rshares": 651650151993, + "voter": "clains" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799223082971, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18431412528, + "voter": "apollo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11896085173, + "voter": "athena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1919905710, + "voter": "muses" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 311732866, + "voter": "perseus" + }, + { + "percent": "900", + "reputation": 37454101478493, + "rshares": 31464611372, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 7404914959204, + "rshares": 36706368978, + "voter": "marketingmonk" + }, + { + "percent": "10000", + "reputation": 5810476023292, + "rshares": 67501955936, + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 16257256350, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 127159698297, + "rshares": 156365496996, + "voter": "vitaly-lvov" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1799230966, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 5134104564069, + "rshares": 51332569345, + "voter": "noisy" + }, + { + "percent": "10000", + "reputation": 861106979806, + "rshares": 15051100192, + "voter": "sandwich" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78240336194, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 66907598269, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 705877986486, + "rshares": 2832016984, + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 3675361198293, + "rshares": 15214718551, + "voter": "sock" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 178530166606, + "voter": "samuel-stone" + }, + { + "percent": "8758", + "reputation": 12382143533351, + "rshares": 508667685990, + "voter": "eeks" + }, + { + "percent": "4200", + "reputation": 14848515958625, + "rshares": 36130468662, + "voter": "kingscrown" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61062133, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 894610117782, + "voter": "cryptogee" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 729855132, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 29757966917, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2197244270, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336222767084, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9605734431, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 590880111465, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 8364732813017, + "rshares": 130765654564, + "voter": "psylains" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 28644312682, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 140767896242, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 54529679370, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 6182090102255, + "rshares": 35933035552, + "voter": "dan-atstarlite" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182807260574, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 39838275827, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 8265260142, + "voter": "censor-this" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 57402475507, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 715863735, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 99094642992, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 642556761509, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1060209776, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6221982003, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2432487676, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 414252277177, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5502671300, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39055019637, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1181974695451, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10675191699, + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6365214013, + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3478936444, + "voter": "aizen03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1143835315, + "voter": "aizen04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 483853236, + "voter": "aizen05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4693567848, + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2807253492, + "voter": "aizen08" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 997777297, + "voter": "aizen09" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 431760512, + "voter": "aizen10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7101615732, + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2983378574, + "voter": "aizen11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2050579884, + "voter": "aizen14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2411192239, + "voter": "aizen19" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59865085883, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 635600745, + "voter": "aizen15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6292058117, + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50734100398, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 631857622, + "voter": "aizen20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4130275635, + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1097892348, + "voter": "aizen23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2159349021, + "voter": "aizen17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3398734282, + "voter": "aizen24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 480477451, + "voter": "aizen18" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1287103324, + "voter": "aizen25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2186327596, + "voter": "aizen28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3364338062, + "voter": "aizen26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1104427992, + "voter": "aizen27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3795716671, + "voter": "aizen32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2076648957, + "voter": "aizen30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3841200066, + "voter": "aizen31" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1264455671, + "voter": "aizen33" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 64089665412, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1521106185, + "voter": "aizen34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 305387048, + "voter": "aizen35" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5728889626, + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1429330870, + "voter": "aizen37" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 399919669, + "voter": "aizen29" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2813197300, + "voter": "aizen21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4316399334, + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1837991384, + "voter": "aizen38" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30065956267, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9278417119, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 94752577156, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 71157754471, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 512479457, + "voter": "aizen39" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3769369379319, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400269260334, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 51844504762, + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 383344605027, + "voter": "hedge-x" + }, + { + "percent": "7500", + "reputation": 3804349938696, + "rshares": 42223163463, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 65989046107177, + "rshares": 583461363660, + "voter": "andrarchy" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 16209299302, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 52129552131, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4606609796, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329350239, + "voter": "gardening" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329500032, + "voter": "survival" + }, + { + "percent": "10000", + "reputation": 740247204120, + "rshares": 9924614344, + "voter": "arisa" + }, + { + "percent": "10000", + "reputation": 2427142197024, + "rshares": 31790139287, + "voter": "peter-parker" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55393371507, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13621983705, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 79211870859, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 322737106, + "voter": "garagebill" + }, + { + "percent": "10000", + "reputation": 6877012376448, + "rshares": 124617921009, + "voter": "beervangeer" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 210147284092, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 23272135087, + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268409488877, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3926913096, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 29627469187, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 170297725317, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 811931125, + "voter": "proglobyte" + }, + { + "percent": "4500", + "reputation": 6571743380703, + "rshares": 46328182720, + "voter": "igl00" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5940635398, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 306336916, + "voter": "chris-piatt" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113838927200, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 231593655603, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1179873230000, + "rshares": 23687725437, + "voter": "seth-krings" + }, + { + "percent": "10000", + "reputation": 2290417141012, + "rshares": 77388693784, + "voter": "technology" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 4988718787, + "voter": "ben99" + }, + { + "percent": "100", + "reputation": 5571311902261, + "rshares": 156612109, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87245921405, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 6127015005793, + "rshares": 64046549790, + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69311512532, + "voter": "freedomengineer" + }, + { + "percent": "5100", + "reputation": 28873518041457, + "rshares": 37142606344, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2121707918, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 445666416057, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 1613752018459, + "rshares": 7882724055, + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 458312922, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40639591868, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44947602150, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 2101177796483, + "rshares": 10773706113, + "voter": "auction" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 65714200324, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 395691115781, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19967142582, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 225818220743, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 38015209547, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 335467671780, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 53448755207, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 71569876818, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5161699544, + "voter": "riscadox" + }, + { + "percent": "1500", + "reputation": 9956734090708, + "rshares": 6151465178, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17882004940, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 8566068032, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19226458378, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 327702249872, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 16313568490, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 6180521629731, + "rshares": 18154720133, + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 241530255, + "voter": "strawhat" + }, + { + "percent": "6000", + "reputation": 3366379465325, + "rshares": 4161841852, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 2316539289485, + "rshares": 5150808369, + "voter": "omotherhen" + }, + { + "percent": "10000", + "reputation": 675716972978, + "rshares": 239360899, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 153907445339, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 30835503316, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 856020810508, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 391416, + "rshares": 238363664, + "voter": "honey" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1340898063, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76870083894, + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381456632, + "voter": "aizen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3276035841, + "voter": "aizen41" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 931013010, + "voter": "aizen42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3171631768, + "voter": "aizen46" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 868109476, + "voter": "aizen47" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 212810750, + "voter": "aizen48" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110962425, + "voter": "aizen49" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 97696532174, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 90036233, + "rshares": 246104638, + "voter": "cryptosaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 921711726, + "voter": "aizen51" + }, + { + "percent": "10000", + "reputation": 3978354715302, + "rshares": 13653767629, + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1353763544149, + "voter": "renohq" + }, + { + "percent": "5000", + "reputation": 727668809534, + "rshares": 2765010944, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 446432832, + "voter": "aizen43" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66287180, + "voter": "aizen44" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10695179211, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 747648248, + "voter": "aizen54" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 111908928636, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19288488602, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 160850934832, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 42276543842, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1480728995, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1454993610, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 90553059, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17990323962, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 880687800, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 9968156990, + "rshares": 61949507807, + "voter": "flyingmind" + }, + { + "percent": "8600", + "reputation": 2821855573125, + "rshares": 4892197609, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13787047411, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12345609219, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 270857691200, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 34325541297, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 180469261, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4596219060, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1855825, + "rshares": 723428928, + "voter": "danielkt" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19900789412, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886096723, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3779872763249, + "rshares": 19945257369, + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24468062852, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11088965046, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 2432538531735, + "rshares": 10154373506, + "voter": "kaptainkrayola" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 73111465870, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251232492048, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440114599, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13606265678, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2503362754, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3219182214, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 228791895, + "voter": "aizen52" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 93405654863, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1454011802, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19794533144, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7073326293, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 399155504341, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 10692202188, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44506668554, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 6302198812, + "rshares": 2320943285, + "voter": "alienation" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7311089232, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39856415994, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 84865861, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 127837565146, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1649084795, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5717595586, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 601243388017, + "rshares": 1506582089, + "voter": "vyrl" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14745205841, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 186386428, + "voter": "aizen55" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554645343, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154958749697, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 6031480011, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 9709066337974, + "rshares": 28652737724, + "voter": "wadepaterson" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 159383275378, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5706185290, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 355518481407, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 144440787, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 309671076646, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362355137, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 70392249112, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 33480676135, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 15391105159, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7311842917, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10894279417, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 154004837, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19488293372, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6607597748, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3411318889, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3695379442, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28780986199, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5364413820, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 9502163734, + "voter": "oumar" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34275659089, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 54051855495, + "rshares": 138565418, + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 897000392259, + "rshares": 1559066068, + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": 485438151743, + "rshares": 999607842, + "voter": "hemp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115967854, + "voter": "flowers" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068433734, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 421627949, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019161611086, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 117630527, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6499444080, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30772750136, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1344238972, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 643614590, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24289385146, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85132623, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80530859, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21875497725, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114879685, + "voter": "nikhil.jalan" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36336480526, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77155168, + "voter": "sergey44" + }, + { + "percent": "5000", + "reputation": 1849155799051, + "rshares": 5600086816, + "voter": "crypto.owl" + }, + { + "percent": "10000", + "reputation": 237377384906, + "rshares": 11182026678, + "voter": "meister" + }, + { + "percent": "10000", + "reputation": 2568808468562, + "rshares": 3917672567, + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 131194405091, + "rshares": 3314012361, + "voter": "overlord" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14453665788, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 213944110649, + "rshares": 1376683720, + "voter": "pump" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 483926264, + "voter": "kooshikoo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634633643, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639790724, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 6264990277085, + "rshares": 25137854994, + "voter": "pinkisland" + }, + { + "percent": "9000", + "reputation": 7172977970558, + "rshares": 3246871665, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 230437999, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 37675171572, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1403820143, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2918428102, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2885781511, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 44813632062, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 27855371709889, + "rshares": 64689794435, + "voter": "healthyrecipes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82005068, + "voter": "aizen53" + }, + { + "percent": "10000", + "reputation": 214076084605, + "rshares": 257984286, + "voter": "nat4ka" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21665639579, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26626040613, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 249991506876, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 314229959204, + "rshares": 16823988904, + "voter": "jamesbrown" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 112695119, + "voter": "topten" + }, + { + "percent": "100", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061223849, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 118572345435, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075326746, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 92225510961, + "rshares": 134257660, + "voter": "yulia98" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 512229631, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 67383102814, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 439936849, + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 737719441, + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1502677319, + "voter": "aizen" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838428768, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234650215, + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 1733155392278, + "rshares": 1506382994, + "voter": "littlekitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 540254121, + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 887519432562, + "rshares": 1617252822, + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 6879897081, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 240147448, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 7718438607, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15600032896, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 9904956205, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1304858257671, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 239894523987, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 876981522843, + "rshares": 4997496711, + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63989651, + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24850740061, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63982460, + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 9337635520, + "rshares": 8108015998, + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 65227360, + "voter": "karlmarx" + }, + { + "percent": "10000", + "reputation": 7564464865541, + "rshares": 21691669911, + "voter": "thebluepanda" + }, + { + "percent": "100", + "reputation": 97123078718, + "rshares": 413573288, + "voter": "yng-entrepreneur" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25056718038, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 9995923586884, + "rshares": 22364495731, + "voter": "amy-goodrich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035378506, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044324887, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80176107, + "voter": "bento06" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 43649602780, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 271623424030, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10641150587, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 31639772578, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5719416794, + "voter": "brendio" + }, + { + "percent": "8758", + "reputation": 1751717743, + "rshares": 14114771826, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 7989197237827, + "rshares": 27114932121, + "voter": "essra" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 71611881611, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 62863662405, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 81456989570, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 997653189, + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4182597212, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6908371363, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99519846, + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63207020, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040020923, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037838253, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034898883, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2286209152, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031499926, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7468131680, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027247249, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025158791, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3585887866, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 94691370060, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102579063, + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 149678978773, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 361231093, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1405322819, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 19407094003, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11131912532, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93053795287, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5585704636, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1745875875, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 58773515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4804440310, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 24130783448589, + "rshares": 79996671136, + "voter": "krishtopa" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 10574300028, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2303202060, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 971138, + "rshares": 192492931, + "voter": "jjt333" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 42833125455, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 246968635, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 15018520093808, + "rshares": 47227266135, + "voter": "eneismijmich" + }, + { + "percent": "10000", + "reputation": 1706681630, + "rshares": 4098512589, + "voter": "cmorton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 175727857, + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61529559, + "voter": "diamonds" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9909178760, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62707787, + "voter": "bitpharmer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58419319, + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1024594451, + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 814567891, + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 228177755, + "voter": "tucker.max" + }, + { + "percent": "2000", + "reputation": 4130836907564, + "rshares": 3606419075, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 77724719, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 725661119, + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 3745978172, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54581430, + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 29602528441, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1154260617, + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62240819, + "voter": "steembook" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89074525380, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1198508893, + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428894446, + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 80723007188, + "rshares": 1949500307, + "voter": "inkbit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104704717, + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 649554683, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 255827992, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 878611728, + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 5290162531, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 34134092, + "rshares": 61654952, + "voter": "ip0000h" + }, + { + "percent": "10000", + "reputation": 118696303, + "rshares": 2089597288, + "voter": "emptyspace" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1878677136, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8572094405, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56591855, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 683247723611, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60945251, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6569101287, + "voter": "solarguy" + }, + { + "percent": "1200", + "reputation": 44529428534261, + "rshares": 13150299017, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9354302631, + "voter": "mrgrey" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 479158342, + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14474085661, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 40099820081, + "rshares": 71226461, + "voter": "qq553937961" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9579977522, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 3032070551, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018371379, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 389157557895, + "rshares": 90960102, + "voter": "lasseehlers" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 283688365, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 531925070, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 190798856, + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 59088771, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 75951756252, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 82470613721, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 16095716680, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 26464861067, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 4775359646971, + "rshares": 5533635387, + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 824556048979, + "rshares": 3897524388, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 261774778267, + "voter": "oldtimer" + }, + { + "percent": "10000", + "reputation": 13199428530, + "rshares": 31288709012, + "voter": "dmesquita" + }, + { + "percent": "10000", + "reputation": 4403814537511, + "rshares": 17557215770, + "voter": "takethecannoli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 156093246, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 1191252134466, + "rshares": 1829064790, + "voter": "ines-f" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 1912895892, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3802138240, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 110179538, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 99514120, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57637549, + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 19007087827, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 60022998820, + "rshares": 3701556243, + "voter": "obivankenobi" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5352351403, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24152896019, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226328838, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 573591254, + "rshares": 55150378, + "voter": "thomas777young" + }, + { + "percent": "10000", + "reputation": 5866355148762, + "rshares": 9593352289, + "voter": "heretickitten" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 77740420, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 5356548931, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1619975669, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1566895978, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7129013408, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 10479352164, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 56883857, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 133209914, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 14423440417, + "voter": "canadian-coconut" + }, + { + "percent": "100", + "reputation": 837791549130, + "rshares": 905236332, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 5429637055, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15543585422, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 18088143027, + "rshares": 63269642, + "voter": "mnviking" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 504557419, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3785412243, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 57710105, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 71073572115, + "rshares": 83379327, + "voter": "troyb42" + }, + { + "percent": "10000", + "reputation": 7402303856, + "rshares": 2051253805, + "voter": "grm" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5671555108, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 834930684, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 11320950885, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 646418000, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1017505261, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 2840774649947, + "rshares": 21842253555, + "voter": "hunterisgreat" + }, + { + "percent": "10000", + "reputation": 229065282410, + "rshares": 2229841944, + "voter": "richhersey" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 347968139, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191155622, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 15941029835, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 58058391, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 174036044, + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 193759655472, + "rshares": 120146888, + "voter": "rebeccaryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 973435439155, + "rshares": 421588284, + "voter": "cemo" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2671425017, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7158623890, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 120399254, + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2437912628, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 674315064, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 77397417, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 371138203729, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7837930769, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 53065445947, + "voter": "tracemayer" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 904251449, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2750817128, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1339289907, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4753911561, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 987466162, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5464997821, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 2738480662, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 1485682041, + "rshares": 1626595698, + "voter": "stuartsandford" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 240962108, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50179535, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3673561533, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 1997809158, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143406202, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27660540881, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2397740936, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 52928580, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50376689, + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 65509794, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1051770193, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11419406013, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 806042, + "rshares": 52618436, + "voter": "joep" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 276373106, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4809049819, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 99160090205, + "rshares": 199821196, + "voter": "bo-ro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51615039, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 373150559, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 971319419022, + "rshares": 840638307, + "voter": "annesaya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51232949, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 53224704, + "rshares": 51185277, + "voter": "zizzed" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1182561225, + "rshares": 1693172493, + "voter": "nil1511" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 4983033261, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3631166793, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 117880628, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3603886924, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 192046357763, + "rshares": 361011252, + "voter": "julia26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1384715979, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 166196141424, + "rshares": 162274563, + "voter": "chanceskain" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157931180, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2437573030, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157182398, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156837244, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156411729, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 446608067, + "rshares": 3795879512, + "voter": "elguapo4twenty" + }, + { + "percent": "10000", + "reputation": 2482879, + "rshares": 158904262, + "voter": "animaltooth" + }, + { + "percent": "10000", + "reputation": 2652776, + "rshares": 158842356, + "voter": "sixthsense" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 306773356, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13292298415, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 79770443777, + "rshares": 158308204, + "voter": "budgiebee" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 118460104, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155096689, + "voter": "zapster" + }, + { + "percent": "10000", + "reputation": 3828608244, + "rshares": 288371810, + "voter": "wakeupworldnews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157826099, + "voter": "busy.pay" + }, + { + "percent": "-10000", + "reputation": -9393005213, + "rshares": -157775128, + "voter": "ekremi12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 139118281, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "cbd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "junk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "hug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575867, + "voter": "bearcub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154575839, + "voter": "cyberpunk" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 157743184, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 208518915422, + "rshares": 157593613, + "voter": "steemdesigner" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 528965668, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 2233935729440, + "rshares": 3691374587, + "voter": "anritco" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 157332453, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 18155912, + "rshares": 157167161, + "voter": "lisa2999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827206, + "voter": "keisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116908677, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135367916, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827178, + "voter": "int" + }, + { + "percent": "10000", + "reputation": 15827302113, + "rshares": 157376800, + "voter": "bonitaxm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107664572, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156048961, + "voter": "alexfein" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129371412, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155709738, + "voter": "theoryloader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152585751, + "voter": "jlsuarez" + }, + { + "percent": "10000", + "reputation": 7832435, + "rshares": 152350560, + "voter": "eastcompton" + }, + { + "percent": "10000", + "reputation": 45732247, + "rshares": 142929185, + "voter": "seth21smith" + }, + { + "percent": "10000", + "reputation": 21907856, + "rshares": 145963713, + "voter": "adarcho" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 136784207, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148916483, + "voter": "bromejs" + }, + { + "percent": "10000", + "reputation": 2798971603, + "rshares": 124602411, + "voter": "paulocouto" + }, + { + "percent": "10000", + "reputation": 248397790, + "rshares": 151807232, + "voter": "squadron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148766242, + "voter": "clovick" + }, + { + "percent": "10000", + "reputation": 453683074, + "rshares": 151754313, + "voter": "dek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151525581, + "voter": "kevinfoesenek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153200332, + "voter": "emgavin" + } + ], + "author": "roelandp", + "author_reputation": 57643429300793, + "beneficiaries": [], + "body": "About 5 weeks ago when I was doing the dishes it suddenly popped up to me. _\"Steemit is great, how cool would it be if many steemians from all over the world would meet in real life\"_. And so the idea of SteemFest (working title SteemCon) was born.\n\nTbh the whole Steemit launch and vibe reminded me of the early days of Twitter, where you got to know so many new people in such short time, but only online, and when we finally met at a meetup it was epic. I still have many friends and acquaintances from that period. \n\nThis idea of a global \"conference\" to enable steemians to meetup kept 'bugging' me and I started talking to some people from the community on Steemit.chat how they would feel about this... Overall the response was: _\"Great! when can i book my flight?\"_ So i knew I hit somewhat of a \"want\" here...\n\nI really like the local meetups and they really add value to the Steem ecosystem but for SteemFest the \"vision\" is to bring many steemians from all over the world together to nurture new IRL relationships, learn from each other and just have great fun.\n\nSince this idea was \"kinda big\" from the get go I wanted to have official endorsement by Steemit HQ in the USA so I reached out to @ned on Steemit.chat with the following: \n\n
\n\n\n\nNed, I'm dabbling with the idea of having some kind of bigger get-together... Like a conference but not too corporate but try to embrace the Steemit frontpage feel in a day full of diverse content... Sort of Ted X meets Pecha Kucha etc. Best of confs (imho) is to meet other people and most fun I recall was meeting twitter people for the first time IRL...
\nAmsterdam could be a fitting place, but I am biased... but might be nice to cut ties from home for a few days \ud83d\ude42 Have you guys thought about something like this already?
\nBefore coding I studied Hospitality Management, worked at a festival for a couple of years, and have afterwards organized a couple of hackathons (organizing 1 at the moment too). \n\nThink about it...!\n
\n
\n\nAnd yes, he was very enthusiastic about the idea. So from there my thoughts where: _Wow, this can just really happen!_\n\nAnd so it will! \nReally proud to pre-announce this! So you can save the date for:\n

SteemFest 2016

11 - 12 - 13 November
\nAmsterdam, The Netherlands


\n\nhttps://s13.postimg.org/rmwo22hw7/steem_Fest_poster_playground.jpg\n(Yessss @cass is officially aboard ofcourse :D with great designs!)\n\n

What will it be all about?

Steemit is different compared to other 'Blockchains'. You might have heard the term \"Blogging is the new mining\", and yes Steemit is a great mix of diverse thinkers, technophiles, libertarians, crypto enthusiasts and creative people in general. \n\nThe conference global program schedule will be as followed:\n\n

Friday 11 November (Day 0):

_People fly/travel to Amsterdam_. Night drinks in the official conference hotel (package deal will be announced asap) Volkshotel.nl\n\n

Saturday 12 November (Day 1):

_Plenary Conference_. In the morning we go by boats from the Volkshotel to the Conference Venue in the city centre. The conference will be as diverse as Steemit's Frontpage. 20 minute pecha kucha / Ted X style presentations. Part of the program is already set, and the rest will be open for your suggestion (soon more on that). In the second room workshops, and well have Lunch, Dinner and a Night party (with Steem Djs) in this place too.\n\nNote: This day will be livestreamed and recorded, so no one will miss out (well,... Amsterdam of course), even if you somehow can't make it!\n\n

Sunday 13 November (Day 3):

_Unconference day_, called the \"Red Light Mashup\" where we are able to enjoy a \"late sunday breakfast\" in the hotel (until noon) and go on a longer boat tour along the canals to the oldest part of Amsterdam, which won't be that much about XXX in on a sunday during daytime and you can 'hook'up with fellow steemians as a diverse set of activities is planned nearby for you to pick: Guided tours, climb the Old Church tower, visit a weird attic museum on the canals, follow a workshop, grab a coffee, explore side street surprises and we have a base hangout (looking at a former arcade hall at the moment), all within the vicinity of one-other. This lazy sunday afternoon is followed by a closing dinner and drinks in the Volkshotel.\n\n

Costs $$$ and Wins. How does 1000 Steem Power sound to you?

So yes: drinks, lunches, dinners, open bars, conference venues that must cost a shitload right? \n\nThe idea of this event is also to show the power of Steemit and next to support from Steemit HQ, quite some whales are supporting SteemFest and therefore help lower the ticket price a great bunch for SteemFest to make it as accessible as possible for any Steemian to join. \n\nVery soon (this week) we will communicate the conference ticket price. We are even working on a 'Steem Travel Reimbursement Fund' where you can apply to get part of your trip paid by this fund, based on miles travelled!\n\nWhat we can already say is that Steemit HQ has this supercool (!!!) offer for all Steemians showing up (with a ticket (available soon)) in Amsterdam: 1000 SteemPower onto your account! \n\nWe have also bargained a great package deal for the Volkshotel for the given dates and more info will be published on that soon. This will be the official hotel and key events (opening drinks, closing dinner, boat departures) will happen from here, so its great to book a room there. Soon more info. We have blocked 130 rooms for the conference, so that would mean the hotel would be practically owned by Steem people. LOL.\n\n

What can you do now already?

\n1. Save 11-12-13 November 2016 in your agenda and book a flight / train / start arranging visas!\n2. Follow @steemfest the official account for SteemFest\n3. Signup via SteemFest.com\n\n_Wait with booking a hotel_ until we announce our hotel package and ticket price. \n\n

_Soon_ to be published on @steemfest

\n- Conference Ticket price (trying to make it 1/4 of the costprice per person)\n- Hotel package details for the official conference venue \"Volkshotel\" (130 rooms blocked)\n- Infos on the _Travel Reimbursement Fund_ to claim back (part of your) travel costs\n- First names and 'call for program ideas'\n\nFinancially I can say is that this event will be run of @steemfest which will turn into a multisignature account very soon (before sponsor money will be put on the account). More info on that soon, but you can already check @xeroc's recent posts if you want to learn more about multi-signature steem accounts.\n\n

All proceedings from this post will be transferred to the @steemfest account and help fund SteemFest 1

", + "body_length": 7146, + "cashout_time": "2016-09-19T22:15:09", + "category": "steemfest", + "children": 160, + "created": "2016-09-12T22:15:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemfest\",\"steemit\",\"steem\",\"conference\",\"amsterdam\"],\"users\":[\"ned\",\"cass\",\"steemfest\",\"xeroc\"],\"image\":[\"https://s13.postimg.org/rmwo22hw7/steem_Fest_poster_playground.jpg\"],\"links\":[\"https://steemit.com/boredom/@roelandp/embrace-boredom-a-little-story-about-getting-into-the-zen-and-dish-washing\",\"https://steemit.com/introduceyourself/@roelandp/my-proper-introduceyourself-hello-i-m-roelandp\",\"http://volkshotel.nl\",\"http://steemfest.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T22:18:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 437372887623984, + "parent_author": "", + "parent_permlink": "steemfest", + "pending_payout_value": "11198.576 HBD", + "percent_hbd": 10000, + "permlink": "save-the-date-steemfest-1-11-12-13-november-2016-amsterdam-nl", + "post_id": 1225091, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[save the date] SteemFest 1 - 11/12/13 November 2016 - Amsterdam, NL", + "title": "[save the date] SteemFest 1 - 11/12/13 November 2016 - Amsterdam, NL", + "total_payout_value": "0.000 HBD", + "url": "/steemfest/@roelandp/save-the-date-steemfest-1-11-12-13-november-2016-amsterdam-nl" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260546766056, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29585745477005, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 36031158835362, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 997607859932, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 76102149171, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 61129078553, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 14857064674, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 601311562327, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1166261090205, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16817356208, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1187100366102, + "voter": "gavvet" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61062133, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 3224550985, + "rshares": 84841957442, + "voter": "dimimp" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 729855132, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 25215339724, + "voter": "georgedonnelly" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329498311743, + "voter": "teamsteem" + }, + { + "percent": "2400", + "reputation": 15755437221598, + "rshares": 7313529336, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 46233284288, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 760600032, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1413576601, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59861849648, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10438424465, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 378203288341, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55393614403, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113834532590, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 43091237516, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36344377648, + "rshares": 44052690609, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2121697851, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1613752018459, + "rshares": 7728160838, + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 404175753755, + "voter": "ericvancewalton" + }, + { + "percent": "1800", + "reputation": 1959446497877, + "rshares": 1156191941, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1608900298, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5161699544, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18842107998, + "voter": "hakise" + }, + { + "percent": "2400", + "reputation": 2906973892, + "rshares": 59150266, + "voter": "strawhat" + }, + { + "percent": "2400", + "reputation": 675716972978, + "rshares": 58618995, + "voter": "cryptochannel" + }, + { + "percent": "1900", + "reputation": 19111656178138, + "rshares": 18244039367, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19295918529, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 899920858191, + "rshares": 1451740615, + "voter": "mixa" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 39005533012, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 105338815147, + "rshares": 348416306, + "voter": "toddl984" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12345609219, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151974114, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4489368682, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 40363437829, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24467630223, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1705318675121, + "rshares": 2927688879, + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 87801315571, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1396991732, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154958916219, + "voter": "blueorgy" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 1048296650, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 71922515397, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116911462, + "voter": "tabascomint" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 16003756503, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 144764547, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6607597748, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 36727353928, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639782792, + "voter": "curator" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7208355834, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8065189938, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 142798013, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 25582031362, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3224029874, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 844929680, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 610226918, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 56527569, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 6213600532, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 14963225274, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3483960461, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 57600062, + "voter": "lillianjones" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 254691703262, + "voter": "laonie" + }, + { + "percent": "6000", + "reputation": 7564464865541, + "rshares": 13013468326, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25056718038, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035378506, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044324887, + "voter": "laonie3" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 7946923030, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51742884311, + "voter": "somebody" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1934915119, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5595150236, + "voter": "brendio" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11430848467, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 79898740417, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63207020, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040020923, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037838253, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034898883, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031499926, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027247249, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025158791, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3514170109, + "voter": "steemleak" + }, + { + "percent": "1900", + "reputation": 3016325652890, + "rshares": 28541461863, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11354550782, + "voter": "ekitcho" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1486328559, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 57523014, + "voter": "nickche" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 893912565, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13186284038, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 145872314, + "voter": "steem-engine" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1801829331, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 68029384, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118100851, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 221431500, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 6389344087, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 91243143826, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 9167216579, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 321557444, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 64732326, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018371379, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 389157557895, + "rshares": 87393039, + "voter": "lasseehlers" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 283688365, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 59088771, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11072999196, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773645007, + "voter": "craigwilliamz" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3705849607, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59685369421, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1294940172, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4437105078, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24152896019, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 55807791, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 774013054774, + "rshares": 1232781238, + "voter": "steemloto" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7129013408, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 6038434738, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 484859882, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 57710105, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 1156451912179, + "rshares": 874806637, + "voter": "rebelmeow" + }, + { + "percent": "10000", + "reputation": 804552495648, + "rshares": 1461665875, + "voter": "jiganomics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 1784221363, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3159128444, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143406202, + "voter": "anomaly" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1632937742, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 5643099, + "rshares": 50664711, + "voter": "buckland" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 4274144947, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69576474, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138433681, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 136300817, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 2581950776, + "rshares": 307751182, + "voter": "steemitpolonia" + }, + { + "percent": "10000", + "reputation": 446608067, + "rshares": 3721541816, + "voter": "elguapo4twenty" + }, + { + "percent": "10000", + "reputation": 28661626, + "rshares": 155886015, + "voter": "inspiring" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 102873248, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + } + ], + "author": "heimindanger", + "author_reputation": 4456090201156, + "beneficiaries": [], + "body": "http://steemwhales.com/pic/whale.png\n\nI'm not sure exactly who, but at least *3 different people* requested a feature similar to what I am introducing today.\nRanking people is cool, but instead of seeing the total data since the start, we need to be able to see what is *trending*.\n\n# http://steemwhales.com/trending/\n\n## What does it do ?\n\nIt displays the change of a stat, *over the last N days*, and you can **sort and search** as usual. Accounts that didn't exist N days ago are ignored.\n\nFeel free to change the number of days to anything, currently limited to 50 days (because steemwhales database didn't exist before)\n\n## Best Authors\nI have decided to sort best authors by Posting Rewards. A lot of good authors are very productive such as @ericvancewalton who is writing a whole novel on steemit. This was a good move on his part considering he is the author who cashed the most bucks in the last 30 days. \n\nIf you want to know the author who make the most *per post*, feel free to sort by 'Reward per Post'. This should help you find the best reads, and the best posts to upvote - if you are greedy for curation rewards\n\n## [Best Curators](http://steemwhales.com/trending/?p=1&d=7&s=cr)\nI am using a 'Curation score' which is the curation rewards per million vesting shares (MVests) of the user. This *should* be an accurate scoring system. Most of the top curators seem to be **bots**, with low post counts. It's fair to assume some accounts with similar scores belong to the same users or simply use the same bot.\n\nWhat saddens me though, is that A LOT of users seem not to care about curation. For users with low steem power, it's okay, they aren't losing much. I don't want to put numbers in this post, but a user like [@ben](http://steemwhales.com/ben) is clearly missing out on hundreds of **daily** steem power because he isn't curating.\n\n## TRY IT : http://steemwhales.com/trending/\n\n## More data on this page ?\nI haven't included any money-related data in this page, I could do it but I opted out of it because I think it might be intrusive and not that useful overall. If you disagree or if you guys want me to add another meaningful metric, just let me know in the comments.\n\n## Next update\n\nI have more features for SteemWhales I am going to release soon. Such as differenciating between root posts and comments, a monthly graph for user pages, mining rewards, and more that I don't remember.", + "body_length": 2414, + "cashout_time": "2016-09-19T21:53:54", + "category": "whales", + "children": 22, + "created": "2016-09-12T21:53:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"whales\",\"steem\",\"stats\",\"steemit\",\"trending\"],\"users\":[\"ericvancewalton\"],\"image\":[\"http://steemwhales.com/pic/whale.png\"],\"links\":[\"http://steemwhales.com/trending/\",\"http://steemwhales.com/trending/?p=1&d=7&s=cr\",\"http://steemwhales.com/ben\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:53:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73244760052091, + "parent_author": "", + "parent_permlink": "whales", + "pending_payout_value": "349.667 HBD", + "percent_hbd": 10000, + "permlink": "steemwhales-update-or-discover-who-are-currently-the-best-authors-and-curators", + "post_id": 1224875, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SteemWhales Update | Discover who are currently the best authors and curators", + "title": "SteemWhales Update | Discover who are currently the best authors and curators", + "total_payout_value": "0.000 HBD", + "url": "/whales/@heimindanger/steemwhales-update-or-discover-who-are-currently-the-best-authors-and-curators" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28653719947990, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494217873177, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30337156660632, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289496406729, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1438020509443, + "voter": "testdrive" + }, + { + "percent": "5100", + "reputation": 176979684007, + "rshares": 18369407976954, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4352259136534, + "voter": "paladin" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5156776878474, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1136861338468, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4105617768248, + "voter": "wang" + }, + { + "percent": "0", + "reputation": 89703349977794, + "rshares": 40620194933, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 492135984506, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1831196167201, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1207871475, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 707865526242, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 96621663551, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 410946996, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 27116011697, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8772747291, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22319131758, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6740166343, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1716977740, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5641662838875, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1166261090205, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10835954211, + "voter": "idol" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 799209479249, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 1268313655180, + "rshares": 45535816310, + "voter": "steem-samiam" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46503445679, + "voter": "alexgr" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 76482896024, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1799162324, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14999022363, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 419592546130, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 76675529470, + "voter": "easteagle13" + }, + { + "percent": "9900", + "reputation": 34347753869675, + "rshares": 198980429337, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47080000333, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 21467597015, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 178530166606, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 421951828988, + "voter": "leesunmoo" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16459540118, + "voter": "jademont" + }, + { + "percent": "9871", + "reputation": 12382143533351, + "rshares": 583448723155, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 22635739722, + "voter": "fkn" + }, + { + "percent": "4700", + "reputation": 14848515958625, + "rshares": 37772762692, + "voter": "kingscrown" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61062133, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 729855132, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 29757579765, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 590842038081, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3986971971, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 531012601278, + "rshares": 3532557710, + "voter": "cryptohead" + }, + { + "percent": "10000", + "reputation": 12039934, + "rshares": 443551958, + "voter": "derek.smith" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12188532385, + "voter": "acidyo" + }, + { + "percent": "0", + "reputation": 42741727265739, + "rshares": 4564973216, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7464217034, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 55715107182, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": -360088797540, + "rshares": 1420092931, + "voter": "jonathan-tokki" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 187485021849, + "voter": "mummyimperfect" + }, + { + "percent": "4500", + "reputation": 32983096229, + "rshares": 38610941666, + "voter": "tosch" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 42436290193, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 760600032, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101923227655, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 177797115025, + "rshares": 1129708302, + "voter": "martinallien" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6366370523, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596797283, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2432391577, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11312049209, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39962886621, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1205567744549, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59861247996, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 52032241119, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61990198879, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30065693589, + "voter": "drinkzya" + }, + { + "percent": "5200", + "reputation": 71931696380, + "rshares": 2076452075293, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 400262348302, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2012472484, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 50827945845, + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375677712926, + "voter": "hedge-x" + }, + { + "percent": "7500", + "reputation": 3804349938696, + "rshares": 42222734922, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17424012809, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 52128860200, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4606609796, + "voter": "dahaz159" + }, + { + "percent": "5000", + "reputation": 9389887938261, + "rshares": 7152169614, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 79211870859, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 2246614415, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268402835491, + "voter": "trogdor" + }, + { + "percent": "0", + "reputation": 2761596392902, + "rshares": 166055541, + "voter": "tee-em" + }, + { + "percent": "0", + "reputation": 9186061899783, + "rshares": 846829928, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5940228423, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9531183733, + "voter": "andread" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 113834532590, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 236979554570, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 6878032930, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2185981353, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471319699, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40639591868, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46130029244, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 286426923, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67112374799, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 364454083080, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4998101846, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 53448683509, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73736513871, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3242952190, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5160249260, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 38446657364, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122434061945, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18842107998, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 335323232427, + "voter": "fabio" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103512966, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25541108995, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6935581472, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2340059283, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 17392286084616, + "rshares": 69370777683, + "voter": "steemingnow" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102583242, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146281548221, + "voter": "derekareith" + }, + { + "percent": "5200", + "reputation": 4667991454724, + "rshares": 436402766141, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 87086760959, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10594827195, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 554023371, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 608564927, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 569898414, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1468902431265, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 109307085115, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44037334369, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1454993610, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 9968156990, + "rshares": 61950175278, + "voter": "flyingmind" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5727450860, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12093658011, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33652491468, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 185218452, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4595877977, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15886781739, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19900789412, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886096723, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28026703469, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 68432821907, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243619386228, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440114599, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13606155848, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6330983214, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2448941825, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 93405654863, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 21743024081, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 56831077569, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 274966694, + "rshares": 240049444, + "voter": "winstonjerry" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45645571033, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20420345151, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87211957, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554645343, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4144276821, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5706185290, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 348205520125, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 147388559, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 296493584023, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362355137, + "voter": "simon.braki.love" + }, + { + "percent": "4800", + "reputation": 224144957883, + "rshares": 7162847780, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73451566175, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 8897174175, + "rshares": 200869173, + "voter": "eclipse0" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10458508240, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 150924740, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 1107579084929, + "rshares": 2745392837, + "voter": "ultramari0" + }, + { + "percent": "0", + "reputation": 4603449402273, + "rshares": 153721031, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 1575842910797, + "rshares": 10468304933, + "voter": "tessaddavis" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3410562169, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3660559564, + "voter": "azurejasper" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14276799116, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86465975916, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4211758496, + "voter": "vapekings14" + }, + { + "percent": "10000", + "reputation": 2632564148, + "rshares": 5203707025, + "voter": "zelgald1" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068350754, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019161611086, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690604200, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31561563147, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 18763306209, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751474848, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264223315, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264618748, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 643614590, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24289385146, + "voter": "masterinvestor" + }, + { + "percent": "2000", + "reputation": 5528318017618, + "rshares": 1079352734, + "voter": "lpfaust" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87433504, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85132623, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18721563633, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77155168, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 437440294, + "voter": "leonaugus" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634629982, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639782792, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 225919607, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 37675171572, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423984441, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1403787194, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226965646, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2918399424, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 632106077, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 573769829, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 351862685320, + "rshares": 432178194, + "voter": "angielb" + }, + { + "percent": "10000", + "reputation": 1359446513, + "rshares": 114531237, + "voter": "mcbowler" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3081719933, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 120621644516, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18456801797, + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 1346175861647, + "rshares": 6461215768, + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 10078999986, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1825292067, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2440134533, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 110485410, + "voter": "topten" + }, + { + "percent": "10000", + "reputation": 1042729942, + "rshares": 112669609, + "voter": "awaking" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 47479108963, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3321707002, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061203714, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121864938039, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075326746, + "voter": "metaflute" + }, + { + "percent": "0", + "reputation": 988942038058, + "rshares": 1531600631, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838425107, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 36625546797, + "rshares": 991985577, + "voter": "pakisnxt" + }, + { + "percent": "5400", + "reputation": 10137266406870, + "rshares": 8495903794, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1304858257671, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 604356859725, + "rshares": 2551900055, + "voter": "pdogg147" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24363470648, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25589839699, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25568046133, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25577182864, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24437046357, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 44972276524, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 5278105398, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 271623424030, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10641150587, + "voter": "flysaga" + }, + { + "percent": "0", + "reputation": 97328985094, + "rshares": 130434575, + "voter": "brendio" + }, + { + "percent": "9871", + "reputation": 1751717743, + "rshares": 16189890570, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 62863662405, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4182400740, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 61586173363, + "rshares": 918302233, + "voter": "dextersl2" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2935126251, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13635216354, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25572787326, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25570558216, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25567556306, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 3524384056312, + "rshares": 2332790268, + "voter": "armen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25564085031, + "voter": "laonie7" + }, + { + "percent": "0", + "reputation": 2021353867281, + "rshares": 166003821, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25559741871, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 3782591597315, + "rshares": 18670431294, + "voter": "bayareacoins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25557608978, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 153242763982, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1405322819, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21093416500, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11132247374, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93031148347, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5749925999, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13363101872, + "voter": "randyclemens" + }, + { + "percent": "0", + "reputation": 0, + "rshares": 53243804, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 58773515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 78724081, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4916171480, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2303173992, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2457893012, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 148849300, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 9909178760, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591484390, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 47374029457, + "rshares": 74067548, + "voter": "sorcpenz" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 77724719, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 290868192700, + "rshares": 10160894316, + "voter": "ottodv" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 29022086706, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89069302173, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 204980081, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 65718444, + "rshares": 60692989, + "voter": "frankbacon" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 649554683, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 290245577, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 47334856382, + "rshares": 74220133, + "voter": "williamdevine" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 78765183, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6131779298, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929440600, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8758444284, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56591855, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 116261764237, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 699129741983, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 185805518880, + "rshares": 1801931655, + "voter": "cognoscere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58555241, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 94672720851, + "voter": "serejandmyself" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728677907, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59448799, + "voter": "dazatherton" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14990734173, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 642604166438, + "rshares": 723218112, + "voter": "thepholosopher" + }, + { + "percent": "10000", + "reputation": 40099820081, + "rshares": 69829863, + "voter": "qq553937961" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 89855590372, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59992769, + "voter": "shuklix" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4192796007, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 5385371031617, + "rshares": 9176643425, + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25550677153, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 441293012, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2861330848, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911454495, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 174546453, + "rshares": 58984845, + "voter": "attacheguevera" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 82469649656, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 333189373469, + "rshares": 75161424, + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 46435222432, + "rshares": 1926286540, + "voter": "matildapurse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 125866972122, + "rshares": 80299400, + "voter": "joshsigurdson" + }, + { + "percent": "10000", + "reputation": 3135058867066, + "rshares": 3559941024, + "voter": "stillsafe" + }, + { + "percent": "10000", + "reputation": 58485271885, + "rshares": 72966189, + "voter": "anarchylifter" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 14366854895, + "voter": "pressfortruth" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11298857233, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 26464679847, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 32644559975, + "rshares": 64584835, + "voter": "ajavajive" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 17203965465, + "rshares": 62669096, + "voter": "markose" + }, + { + "percent": "10000", + "reputation": 100538074328, + "rshares": 120315481, + "voter": "tsbloyer" + }, + { + "percent": "10000", + "reputation": 16637627740, + "rshares": 58735564, + "voter": "ytengra" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 30721045413, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4162007524, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58555981, + "voter": "davidjet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58441065, + "voter": "johnm862" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 3411235440678, + "rshares": 2835472183, + "voter": "caleballen" + }, + { + "percent": "10000", + "reputation": 716083654011, + "rshares": 673833085, + "voter": "dryde" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58325034, + "voter": "karenmunsey" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 907554, + "rshares": 58083507, + "voter": "tomtrial" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2125439880, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10221697622, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3899604558, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57949625, + "voter": "danielsgb" + }, + { + "percent": "10000", + "reputation": 149085976126, + "rshares": 118894339, + "voter": "billstclair" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1294934985, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 116203882, + "rshares": 57935790, + "voter": "drdsp" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 74879284, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 7215411848, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 13833251017, + "rshares": 60572520, + "voter": "theweatherman" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 80896101, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 108227314793, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 1759028197, + "rshares": 57818188, + "voter": "nwoinfowarrior" + }, + { + "percent": "10000", + "reputation": 2249767727, + "rshares": 57047032, + "voter": "puregirl77" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 83473604, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 387438670668, + "rshares": 707133434, + "voter": "ian.wash" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 97483219, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56485495, + "voter": "carlpieper" + }, + { + "percent": "10000", + "reputation": 40134776400, + "rshares": 584016661, + "voter": "jacobcards" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 19912026163, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3117421296, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 689518623, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5352233950, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24677958976, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 573591254, + "rshares": 54024860, + "voter": "thomas777young" + }, + { + "percent": "10000", + "reputation": 35051945584, + "rshares": 59995797, + "voter": "arnoldz61" + }, + { + "percent": "10000", + "reputation": 334095786, + "rshares": 57395324, + "voter": "tomdaniel" + }, + { + "percent": "10000", + "reputation": 1595948373990, + "rshares": 2346590146, + "voter": "liquidrainbowx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 74285290, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1655876893, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1566818430, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7280694544, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57035814, + "voter": "michaelmillman" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 264283549, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 8895562265, + "rshares": 58752858, + "voter": "captainpuppy" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 54653118, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 129704390, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 2523429930, + "voter": "baro" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 43450509261, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15542448700, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3785168486, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 440277720, + "rshares": 57545591, + "voter": "mrcrdrgznrb" + }, + { + "percent": "10000", + "reputation": 7360893, + "rshares": 588974765, + "voter": "techstar581" + }, + { + "percent": "10000", + "reputation": 4923665523434, + "rshares": 7074723191, + "voter": "lanimal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 352639183151, + "rshares": 5775146727, + "voter": "immortalfame" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3827309004, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55401224, + "voter": "walternz" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5671162166, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1041731577, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 2840774649947, + "rshares": 21413974074, + "voter": "hunterisgreat" + }, + { + "percent": "10000", + "reputation": 229065282410, + "rshares": 2229841944, + "voter": "richhersey" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191155622, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 58058391, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 808370638, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068097228, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462480634, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26900709751, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 808913218021, + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "percent": "10000", + "reputation": 4838657721, + "rshares": 715620307, + "voter": "tarack" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2671270648, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55155185, + "voter": "cknr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344100834, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 15252823414, + "rshares": 205135371433, + "voter": "doudou252666" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2378451344, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 53008000460, + "rshares": 59836515, + "voter": "allyouneedtoknow" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 689299844, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 75849469, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 371132281441, + "voter": "charlieshrem" + }, + { + "percent": "0", + "reputation": 19674745811334, + "rshares": 1647737865, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 44307424061, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54548519, + "voter": "funderground" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 9796683054, + "rshares": 56380941, + "voter": "arshakuny" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2696879538, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 3012131115, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4861955005, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 8443042672, + "rshares": 54336089, + "voter": "alkamyst" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1020164143, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604991737, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2326750247, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 246316821, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 1997794819, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143406202, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 38177377, + "rshares": 51007656, + "voter": "maximsm" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2397603651, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 50852949, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 67613249, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1027866325, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52695999, + "voter": "antithesis" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11418778162, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 4801747358, + "rshares": 51925944, + "voter": "viljo" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 471406711, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 283113914, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4808755113, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 233386000, + "rshares": 50753656, + "voter": "qnyfe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602980, + "voter": "cfisher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50459335, + "voter": "catkill" + }, + { + "percent": "10000", + "reputation": 14121798233, + "rshares": 53706682, + "voter": "omega1960" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50214183, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50865840, + "voter": "sting" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5186422374, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 4034629770, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 115201523, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 254966955, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3683748764, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51357142, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 705544281, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 319010109417, + "rshares": 1317647622, + "voter": "expedition" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159716853, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1384703776, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162566373, + "voter": "dayan" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 154416331, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 3319016, + "rshares": 155622504, + "voter": "zapply" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435132838, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161662719, + "voter": "philinvancouver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157745750, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 830882531, + "rshares": 157625413, + "voter": "the.dudermensch" + }, + { + "percent": "10000", + "reputation": 1318433959, + "rshares": 160735434, + "voter": "greencycles" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 207150366, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 140086951, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 73932452246, + "rshares": 156994554, + "voter": "so-guitarist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156262128, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 148427870711, + "rshares": 189048095, + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 446608067, + "rshares": 3721450502, + "voter": "elguapo4twenty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155943941, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158627191, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 130506461, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13292298415, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158255971, + "voter": "rickjames" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 124694846, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158168733, + "voter": "shanehasbrouck" + }, + { + "percent": "10000", + "reputation": 3828608244, + "rshares": 294139246, + "voter": "wakeupworldnews" + }, + { + "percent": "10000", + "reputation": 5690849, + "rshares": 155056528, + "voter": "futures" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 173582447, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 821242855, + "rshares": 157927038, + "voter": "phoenix12x" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 154595334, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145301315, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 637856847, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 157743184, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 550556104, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 157332453, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119985221, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141521003, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156656764, + "voter": "magnolia23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110425202, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 34309629, + "rshares": 155365739, + "voter": "tell-me-a-vision" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 149209081, + "voter": "royfft" + }, + { + "percent": "10000", + "reputation": 45732247, + "rshares": 142929185, + "voter": "seth21smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145877371, + "voter": "bromejs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154902612, + "voter": "cattoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151802288, + "voter": "clovick" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
https://dollarvigilante.com/wp-content/uploads/2016/09/shanghai-gold-1-676x374.jpg
\n\nWhen you watch mainstream media or listen to central bankers, gold is constantly deemed to be the redheaded stepchild of the investment industry.\n\nJust that alone, is unbelievable, considering that gold has been one of the best performing investments of the 21st century. On December 31st, 1999, gold closed at $290.25. As of today it is trading at $1327.80.\n\nThat is a percentage gain in the last 16 years of 357%! Compare that to the Dow Jones, which closed the 20th century at 11497 and currently is at 18085 for a gain of only 57.3%.\n\nIf there is a business sector or financial asset class that has outperformed gold in the last 16 years, I can't think of one... yet, aside from your crazy neighbor with a bomb shelter or a few people who read The Dollar Vigilante, how many people do you know who not only are aware of what a fabulous investment gold has been and also own some?\n\nMeanwhile, central banksters like Alan Greenspan call gold a \"barbarous relic\" and Ben Bernanke has opined that gold is not money and the only reason central banks hold it is because of \u201clong-term tradition. \u201d\n\nAnd so, it was with great interest... shock actually... that I came across this headline, \"Switzerland and Norway Begin to Massively Accumulate Precious Metals Mining Shares\".\n\nIt outlines how the central banks of both Norway and Switzerland have been buying up nearly $1 billion worth of gold mining stocks!\n\nWell, isn't that interesting!\n\nThe moves of these banks are noteworthy not for their strategies, but because they are indicative of the perilous state of the world\u2019s financial and monetary systems.\n\nCentral banks have sold gold regularly over the years, probably as part of a larger propaganda campaign to convince the public that gold and silver don\u2019t matter anymore. (And there\u2019s another reason I will get to in a moment.)\n\nIf central banks are starting to become so worried about the state of the world economy that they are willing to reverse an obvious manipulative meme, that\u2019s something to take quite seriously.\n\nFor central banks to buy gold in 2016 is akin to what we have often called a Jubilee Jolt \u2013 a surprise move that emphasizes the seriousness of the crisis that is now upon us.\n\nCertainly, these purchases go against the grain of traditional \u2013 modern \u2013 central bank investment activism. The Swiss central bank, for instance, campaigned against a Swiss referendum to back the franc with gold, but now seems to be far more supportive of the yellow metal.\n\nThroughout the latter stages of the 20th century and into the 21st, central banks have disgorged gold with varying degrees of enthusiasm.\n\nBritain managed to sell a good deal of gold at the turn of the century near gold\u2019s all-time low against the dollar.\n\nAnd much more recently, Canada managed to sell the remnants of its gold stock.\n\nOf course, other central bank gold transactions are shrouded in mystery. Both France and Germany recently wanted to repatriate gold from the US and ran into a good deal of difficulty doing so.\n\nAnd when it comes to the US itself, the size of the nation\u2019s gold stock remains similarly mysterious. In fact, for decades, there has been speculation that US gold supposedly doesn\u2019t exist, or that what remains is gold of a most inferior kind.\n\nIt is impossible to say with any surety what resides in Fort Knox because no audit has taken place for more than half-a-century. But now pressure may rise on the US government to confirm gold holdings.\n\nHere, from ZeroHedge:\n\n
Both banks are being reported to have printed close to $1 billion dollars of fiat money as of recently. This should come as no shock to anyone, as this is all Central Banks know how to do \u2013 print money. What is more stunning, however, is where they immediately moved these funds. You guessed it right \u2013 into precious metals.\n\n They know that the physical precious metals market is limited, tight, and scarce. They also know that if they simply printed $1 billion worth of fiat money out of thin air and moved it into physical, then they would risk blowing the market apart, sending prices potentially catapulting higher.\n\n Since they are not yet willing to face the wrath of the other Central Bankers around the world, they did the next best thing. They bought shares in the gold mines themselves.
\n\nThe article points out what we have mentioned before, that central bank disgorgement of gold never seemed to make much sense. But not trusting anything that central banks do, I wonder if gold sales were in part aimed at building up the BRICS stores of gold and silver.\n\nRussia and China in particular have been aggressive buyers of gold and it is certainly possible that sales were engineered to provide liquidity to the market and to ensure additional economic leverage accrued to BRICS countries.\n\nIn addition to China buying physical bullion, they have also made strategic moves to supersede western commodities exchanges. Back in April, the Shanghai gold exchange launched a new benchmark price fix for the metal to challenge the long established, Rothschild created, benchmark in London as well as the COMEX exchange in New York.\n\nChina isn't the only country in Asia leveling the playing field. In July, Japan's TOCOM exchange announce a new physical market for gold where market participants can trade gold in futures and physical at more transparent prices.\n\nAs we\u2019ve pointed out numerous times, Western elites are working overtime to \u201ceven out\u201d the economies of developing and developed countries. In fact, this is one of the reasons for the creation of the BRICS \u2013 to make clear that there is a formalized alternative to Western economies.\n\nIt should be clear to anyone who examines the position of the BRICS closely \u2013 especially China \u2013 that Western powers have played an extraordinary role in elevating the industrial might of these countries.\n\nThe idea of course is to facilitate further globalism and eventually world government. But presumably not all central banks are eager to support this strategy at the expense of their own solvency.\n\nIn other words, central banks may have been content to sell gold in the past, but now faced with an oncoming financial hurricane they are having second thoughts \u2013 as well they should.\n\nIn fact it may have occurred to central bankers that the solvency of their own institutions has been purposefully jeopardized because a global central bank will likely have little need for local and regional ones.\n\nAs usual, we've been ahead of the curve and owned gold and gold stocks since 2001.\n\n\nTDV's Senior Analyst, Ed Bugos, is one of the most highly respected analysts in the entire sector. Some of the gold stocks that the central banks have been buying are the same gold stocks which Ed Bugos has been recommending, in various forms, since 2001 (when he recognized the gold bull market began before almost anyone else).\n\nEd is up 200% in the last year in the TDV Premium portfolio (click here to subscribe to get access to this info) and many of his mining picks have generated extraordinary returns as well.\n\nIt is getting to be VERY interesting times when central banks are counterfeiting their own currencies and buying gold mining stocks with the proceeds! We've been buying gold and gold stocks for years because we knew we'd arrive at this point in time when things started to get crazy. The craziness has just begun, by the way, and there is still a long way to go and we expect gold and gold stocks to be much, much higher in the next few years.\n\nBut, now you know, even the central bankers seem to think that things will get so crazy that they are buying gold mining stocks for the same reasons as us... to try to survive through the coming collapse and to also profit from it.\n
https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
", + "body_length": 8200, + "cashout_time": "2016-09-19T21:33:12", + "category": "money", + "children": 49, + "created": "2016-09-12T21:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"gold\",\"silver\",\"mining\",\"crisis\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/shanghai-gold-1-676x374.jpg\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"http://www.zerohedge.com/news/2016-09-08/switzerland-and-norway-begin-massively-accumulate-precious-metals-mining-shares\",\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:33:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 125415782415369, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "964.346 HBD", + "percent_hbd": 10000, + "permlink": "boom-end-game-nears-as-central-banks-buying-up-gold-mining-companies", + "post_id": 1224669, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Boom! End Game Nears As Central Banks Buying Up Gold Mining Companies", + "title": "Boom! End Game Nears As Central Banks Buying Up Gold Mining Companies", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/boom-end-game-nears-as-central-banks-buying-up-gold-mining-companies" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494217873177, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289494539331, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6756249655774, + "voter": "xeldal" + }, + { + "percent": "4900", + "reputation": 1049211085828, + "rshares": 2822020144521, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2002120557446, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086888387772, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21884419861, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1827113906668, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1831104325337, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1207871475, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 707865526242, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93864249916, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6740166343, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1716956384, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 11076753194, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 815463687633, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46503445679, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1839143709, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 76675529470, + "voter": "easteagle13" + }, + { + "percent": "6387", + "reputation": 12382143533351, + "rshares": 374005591766, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 23138756160, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 29757407666, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 144867792263, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7464217034, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 99092742338, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6366370523, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2486444723, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39962779211, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59861175378, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96396370266, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 63712148848, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30798926294, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 416939229122, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17829182131, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53369787360, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192239596970, + "voter": "will-zewe" + }, + { + "percent": "5000", + "reputation": 9389887938261, + "rshares": 7152169614, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19206879922, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15779088942, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268402835491, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4053587712, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30467838888, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5940228423, + "voter": "mark-waser" + }, + { + "percent": "5000", + "reputation": 598181152117, + "rshares": 118489777285, + "voter": "kimziv" + }, + { + "percent": "5000", + "reputation": 36344377648, + "rshares": 22458234428, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2185981353, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471319699, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4362079757, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40639591868, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46118045862, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67112125816, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7771442567, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3242952190, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5265560470, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 153933197535, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 87086760959, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 554023371, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 608564927, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 569898414, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1454993610, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12093658011, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 185218452, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886095502, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28026703469, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440114599, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13606142116, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6330983214, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87211957, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 1088208717034, + "rshares": 316293843928, + "voter": "xpilar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292306071, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73451566175, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1107579084929, + "rshares": 2691561605, + "voter": "ultramari0" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6761101704, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3410562169, + "voter": "tarindel" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068350754, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019161611086, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 31561514325, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 18763306209, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751474848, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264223315, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264618748, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 658582371, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89734386, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85132623, + "voter": "whalepool" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634629982, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639782792, + "voter": "curator" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 19734613680, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423984441, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1403787194, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226965646, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2918399424, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 632106077, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 573769829, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 44729991741, + "voter": "celebr1ty" + }, + { + "percent": "3100", + "reputation": 4063076365725, + "rshares": 1048843646, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 123034077406, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3321707002, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061203714, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121864588043, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 68913067897, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838422666, + "voter": "taker" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 668342034417, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 604356859725, + "rshares": 2501862799, + "voter": "pdogg147" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11278339216, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25589810406, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25568016841, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25577153571, + "voter": "laonie3" + }, + { + "percent": "5000", + "reputation": 18027204457681, + "rshares": 22486138262, + "voter": "myfirst" + }, + { + "percent": "5000", + "reputation": 5776723480371, + "rshares": 142278936397, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16137121866, + "voter": "sunshine" + }, + { + "percent": "5000", + "reputation": 206355094166, + "rshares": 5320575293, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5843751942, + "voter": "brendio" + }, + { + "percent": "6387", + "reputation": 1751717743, + "rshares": 10378134980, + "voter": "gmurph" + }, + { + "percent": "5000", + "reputation": 97845484474, + "rshares": 31431831202, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4182400740, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25572758033, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25570528923, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25567527013, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25564055738, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7634034018, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25559712579, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25557579686, + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 78403274595, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20671548170, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 93031069316, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13363101872, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1784455084, + "voter": "paynode" + }, + { + "percent": "5000", + "reputation": 1851205309677, + "rshares": 2458085740, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 218251352, + "voter": "zionuziriel" + }, + { + "percent": "5000", + "reputation": 4195733833721, + "rshares": 4954589380, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "5000", + "reputation": 730408370151, + "rshares": 324777341, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 5891317365, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56591855, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 699127392402, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19566291558, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14473812305, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 5939157149097, + "rshares": 10378601087, + "voter": "elissahawke" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4278363273, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25550647860, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 441293012, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2861330848, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911454495, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 82469320104, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 125866972122, + "rshares": 78660637, + "voter": "joshsigurdson" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 16027372538, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 43371945426, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 61929785979, + "rshares": 77066091, + "voter": "redlikecherry" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 26464629499, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 67649871667, + "rshares": 107768448, + "voter": "samwarner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58484280, + "voter": "will.isles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57295162, + "voter": "johnm862" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9115940940, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57956970, + "voter": "livefreenow83" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3745382970, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1294934985, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 80886947, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 96962691, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 19911999310, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24677930294, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1655876893, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "percent": "100", + "reputation": 837791549130, + "rshares": 905218942, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15880328020, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3785168486, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 967751032, + "rshares": 55795404, + "voter": "theunicornking" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5671162166, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1041731577, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068097228, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2671270648, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 689299844, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 371130260191, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 54615098385, + "voter": "tracemayer" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 904233144, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 91838084, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 174554557, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1020164143, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 1997794819, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450883733, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 67613249, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11418778162, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 283113914, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4808755113, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50235850, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 4034629770, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3683748764, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2221522484, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1419321370, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157716408, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 140086951, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13291956669, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 124694846, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 173582447, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145301315, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119985221, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141521003, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 113185832, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155083142, + "voter": "angelakay" + } + ], + "author": "sterlinluxan", + "author_reputation": 38706448983317, + "beneficiaries": [], + "body": "\"no-child-can-live-without-love1\"\n(Note: This is Part 3 in a 3 part series covering Hard Versus\u00a0Soft anarchism, the doctrine of Relationalism, and movement toward the Sensitive\u00a0Society. This is my attempt to\u00a0professionally\u00a0reconcile\u00a0the underlying truth of psychological findings with voluntaryist anarchism.)\n
\"The evolution of culture is ultimately determined by the amount of love, understanding and freedom experienced by its children...Every abandonment, every betrayal, every hateful act towards children returns tenfold a few decades later upon the historical stage, while every empathic act that helps a child become what he or she wants to become, every expression of love toward children heals society and moves it in unexpected, wondrous new directions.\"\n\n-Loyd DeMause
\n\nWhen we were children, many of our parents inadvertently\u00a0betrayed us.\n\nThey smothered us\u2014suffocated\u00a0our emotional expressiveness.\u00a0Our\u00a0feelings were\u00a0subdued, dimmed until nearly blotted out. We were ridiculed, shamed, or routinely\u00a0hit. We\u00a0were hardly\u00a0allowed to feel, to truly experience life, or\u00a0explore our environments\u00a0with security\u00a0and freedom. We were dissuaded from being\u00a0kids. Our\u00a0emotional sensitivity and curiosity were methodically amputated.\n\nThis culling of our emotional selves\u00a0has led to the creation of an antiseptic and cold\u00a0society where many\u00a0of us now have difficulty navigating\u00a0relationships and pursuing love.\n\nThis happened not because our parents were necessarily evil, but because our\u00a0culture embraced an anti-child mentality, which has elevated emotional sterility above everything. This\u00a0prejudice and nastiness toward children and their inner lives has rightly been called\u00a0\"childism\" by\u00a0Elisabeth Young-Bruehl.\n\nChildism has been factually expressed in the cultural agreement that children can be condescended to, talked down to, hit, controlled, manipulated, coerced, humiliated, on and on ad nauseum.\n\nA\u00a0Toca Boca Magazine articulated what Childism should be:\u00a0\"Childism is the radical notion that kids need to be respected as human beings. It states that despite differences in size, experience and power, adults and children are inherently of equal worth, and that kids' perspectives and experiences should thus be considered on the same merits as those of adults.\"\n\nBut in our culture, children are not treated as equal to adults as we experienced first hand. They are often treated horribly. Psychotherapist Alice Miller expressed\u00a0how this disrespect for children\u00a0manifests\u00a0from one generation to the next:\n
\"Children who are beaten will in turn give beatings, those who are intimidated will be intimidating, those who are humiliated will impose humiliation, and those whose souls are murdered will murder.\"
\n\"childism\"\n

What Have Parents Done; Intergenerational Echoing

\n\nParents who reenact\u00a0this vicious cycle of childist torment often follow culturally standardized ways of treating children. They also employ\u00a0emotionally injurious\u00a0language\u00a0when communicating.\n\nWhen we were young, they told us\u00a0to\u00a0go\u00a0to our\u00a0rooms when we \"misbehaved.\" But they said\u00a0much worse things: \"If you keep crying, I will give you something to cry about,\" or \"I brought you into this world, and I can take you out.\" And threats like this: \"Shut up. Do you want a spanking? You are annoying mommy and daddy.\"\n\nWe responded by expressing anger or hatred. We would wail, shake our heads, and stamp about in uproarious agitation. But instead of letting us vent, our\u00a0parents did everything in their power to punish us and squash our desire to exist as small human beings.\u00a0And when worse came to worse, they just beat the emotion out of us.\n\nIn doing so, they\u00a0damaged\u00a0our internal\u00a0regulation\u00a0processes and offset our ability to cry, laugh, become livid, or love in healthy ways. They inflicted deep wounds that have stayed with us into adulthood, which has caused us trouble handling\u00a0our\u00a0intimate affairs.\n\nThese are a couple\u00a0reasons why many of us are emotionally repressed or aggressive, why we\u00a0are afraid to share aspects of ourselves\u00a0with the people we\u00a0love, and why we sometimes have no clue what we are feeling and what it means. It is the reason men often focus on masculinity and emotional denial, and why we see empathy and emotional sharing as weakness. It is why woman can\u00a0become easily volatile or\u00a0overly emote.\n\nA Psychology Today article explored how early childhood experiences might bring this about in relationships:\n
\"They (men) may experience an irresistible need to emotionally distance themselves from their wives whenever their partner exhibits the kind of behavior they can't help but identify with their own parents' disapproval and rejection.\"
\nIt is this type of intergenerational echo\u00a0that colors all future relationships, and what has also given the current world its violent and unstable\u00a0character.\n\n\"f4b02b217c79702ba6b44e4101034122\"\n

Ending Childism Starts with Us

\n\nIn order to help mold society into something peaceful and emotionally salient, we all must be willing to let our\u00a0children grow and feel. We\u00a0cannot stop them from loving, venting, or raging\u00a0as this causes a host\u00a0of psychological problems.\n\nWe\u00a0have to see our own\u00a0prejudice and hatred toward our\u00a0children, and start to put it under control, realize where it stems from.\u00a0We\u00a0have to grasp\u00a0why we\u00a0behave in the manner we do. This means we\u00a0must come to terms with our\u00a0own childhood.\n\nIf we\u00a0do not, we\u00a0will not be able to help our children. Thus, we\u00a0will fall into the cycle of enacting\u00a0vengeance on them.\n\n\"heart-animation1\"\n

Emotionally Focused Therapy Helps People Rediscover their Bonds

\n\nBut how do we know that allowing children to feel and be emotionally free\u00a0will help?\n\nThere is a form of couples therapy called \"Emotionally Focused Therapy,\" which was developed by Sue Johnson. It is a therapy that teaches adults within relationships how to understand and communicate feelings.\n\nA large body of research has given it scientific\u00a0validity as a helpful form of therapy.\u00a0In\u00a0Marriage and family therapy: a practice-oriented approach,Linda Metcalf said that\u00a070\u201375% of couples move from distress to recovery, and that 90% show significant improvements.\n\nThis occurs because couples learn how to deal with their tumultuous emotional worlds and combat their old emotional injuries. This information is of vital importance, because as parents, we must understand and work with the emotional lives\u00a0of our children instead of punishing them.\n\nThis not only means we must change and think differently about what it means to parent, but we must aid in the manufacture of a new culture, one that focuses on allowing children to have the freedom to express their sentiments.\n\nCurrently, children have not been given basic human\u00a0rights. They have been abandoned and left to rot in the boneyard\u00a0of emotional deprivation.\n\n\"Escaping\n

The Sensitive\u00a0Society: Soft Anarchism, Soft Parenting

\n\nThis new culture will be a sensitive\u00a0society.\n\nIt is one that focuses on care and love of children through the mechanisms of relationships. It takes the basic tenets of soft anarchism and applies them to parenting. That is, we maintain a softer, more caring attitude and do not attempt to lord over our\u00a0children as authority figures. We do not repeat the sins of the past.\n\nThis position is not that much\u00a0different from\u00a0peaceful parenting, except that development of the relationship between parent and child is considered the central component. The moral vectors are seen as subsidiary or peripheral, because sensitivism Seis predicated on not causing dysfunction or underdevelopment\u00a0in the child.\n\nTherefore, it not only means for parents to stop hitting, but for parents to also be kinder and gentler to their children, to treat them as equals, and have an authentic bond with them. \u00a0Love and connection is the\u00a0focus. It is key, because we now know\u00a0that ignoring or squelching children's emotional selves causes wide-ranging harm.\n\nThis means the parent also understands the emotional injuries that childism causes, and thus rejects all variations of anti-emotional or vengeance-based parenting. In Alice Miller's words, the poisonous pedagogy is totally rejected and children are treated as human beings who possess\u00a0dignity and decency.\n\nPsychohistorian Loyd DeMause was right: our culture and us as parents will reap great rewards if we start responding to our children with empathy and compassion. If we allow them to experience the total grandeur of life in any way that they choose, we will begin building a more sensitive\u00a0society---and we will kill every ounce of meanness and hatred that we developed growing\u00a0up under the rule of neglectful and hurtful\u00a0childism.\n
\"It is easier to build strong children than to repair broken men.\"\n\u2014 Frederick Douglass, abolitionist and statesman
\n\"dark\n\n
\n\nMy name is Sterlin. Follow me @sterlinluxan and\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", + "body_length": 11702, + "cashout_time": "2016-09-19T21:25:51", + "category": "psychology", + "children": 5, + "created": "2016-09-12T21:25:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"psychology\",\"anarchism\",\"anarchy\",\"parenting\",\"love\"],\"image\":[\"https://psychologicanarchist.files.wordpress.com/2016/04/no-child-can-live-without-love1.jpg\",\"https://psychologicanarchist.files.wordpress.com/2016/08/childism.jpg\",\"https://psychologicanarchist.files.wordpress.com/2016/08/f4b02b217c79702ba6b44e4101034122.jpg\",\"https://psychologicanarchist.files.wordpress.com/2016/08/heart-animation1.gif\",\"https://psychologicanarchist.files.wordpress.com/2016/03/escaping-cult.jpg\",\"https://psychologicanarchist.files.wordpress.com/2016/04/dark-child-art.jpg\",\"https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225\"],\"links\":[\"http://psychohistory.com/about/\",\"https://tocaboca.com/magazine/childism-definition/\",\"http://www.alice-miller.com/en/\",\"https://www.psychologytoday.com/blog/evolution-the-self/201109/why-we-hide-emotional-pain\",\"https://www.psychologytoday.com/basics/parenting\",\"https://www.ncfr.org/cfle-network/current-issue/book-review-marriage-and-family-therapy-practice-oriented-approach\",\"http://psychologic-anarchist.com/2016/04/13/anarchy-and-emotion-a-heart-based-philosophy-for-transforming-society/\",\"http://www.peacefulparent.com/the-peaceful-parenting-philosophy/\",\"https://en.wikipedia.org/wiki/Poisonous_pedagogy\",\"https://psychologic-anarchist.com/\",\"https://www.facebook.com/psychologicanarchist/\",\"https://www.youtube.com/c/psychologicanarchist\"],\"users\":[\"sterlinluxan\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T21:55:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26427820830495, + "parent_author": "", + "parent_permlink": "psychology", + "pending_payout_value": "46.063 HBD", + "percent_hbd": 10000, + "permlink": "anarchy-and-emotion-combating-childism-and-healing-emotional-injuries", + "post_id": 1224593, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Anarchy and Emotion: Combating Childism and Healing Emotional Injuries", + "title": "Anarchy and Emotion: Combating Childism and Healing Emotional Injuries", + "total_payout_value": "0.000 HBD", + "url": "/psychology/@sterlinluxan/anarchy-and-emotion-combating-childism-and-healing-emotional-injuries" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 206081066, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1616190338, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 944443392161, + "rshares": 155696720, + "voter": "steemtruth" + }, + { + "percent": "10000", + "reputation": 116763431, + "rshares": 151775537, + "voter": "tlavagabond" + } + ], + "author": "steemtruth", + "author_reputation": 944443392161, + "beneficiaries": [], + "body": "Hillary Clinton\u2019s is dying - if not physically, then quite possibly politically, and most certainly in relevancy. How can a person barely able stand upright unassisted be fit to rule the United States? This is not a Hillary bash - this is a fact bash - let\u2019s look at some of the evidence.\nVideo is a good place to start: https://youtu.be/2u5wVjwstOY \nClinton\u2019s health issues have been following her around like a bad smell since day one of the campaign. They date back to (at least) her 2012 head injury. That\u2019s 4 (very long) years ago and so much has happened since - yet Hillary\u2019s health does not seem to be improving - quiet the opposite!\n\nThe 68-year-old presidential candidate is reportedly battling vascular dementia, a serious degenerative disease that affects older adults.\n\n\u201cWe can see Hillary demonstrating problems with motor movement, with verbal communication, with forgetfulness and weakness. Subcortical vascular dementia is an especially difficult form of the disease because it is affects the brain stem, which controls many of the primitive functions of our bodies,\u201d from a professor quoted by Express.\n\n\u201cHillary Clinton is sick and likely dying. I am not making this up or overstating this. This is typical of the progression of vascular dementia. Her cognition and mentation are noticeably affected. Very soon she will be cognitively unable to fulfil the office and requirements of the presidency,\u201d the same professor said \n\n(disclosure: I have not verified the veracity of the professor and I am not supporting his/her claim - I\u2019m just sharing the information with you and letting you discern at this preliminary stage - most importantly, I just wanted to be up-front and let you know, what I don\u2019t know - something that the Express, and mainstream media outlets rarely tell you).\n\nHillary Clinton Health \u2013 What is Vascular Dementia?\n\nThis condition, is characterized by a sudden change in thinking skills caused by an obstruction of the blood vessels that transport oxygen to the brain, the\u00a0Alzheimer\u2019s Association noted.\n\nSymptoms include the following:\n\t1\tMemory loss\n\t2\tConfusion\n\t3\tDisorientation\n\t4\tTrouble speaking or understanding speech\n\t5\tVision loss\n\t6\tand so much more that we don\u2019t yet know about.\n\nHillary Clinton Dying - Fact or Fiction?\n\nWhile Clinton has categorically denied she\u00a0is suffering from\u00a0a serious illness, the evidence suggests otherwise. \nLet\u2019s not forget - the Clinton\u2019s (a virtual monarchy) have a very long rap-sheet of lying and corruption that those of are awake are all too well aware of. \n\nWhat with the Clinton e-mail scandal, Whitewater, Sanders back-door deal, Benghazi, Clinton Foundation \u2018pay-to-play\u2019, the Wikileaks revelations, national security breaches, suspicious deaths/suicides of people that have opposed her/them - the Presidential wannabe\u2019s health is just another nail in her coffin.\n\nBut the question remains - how many nails does it take to kill this psychopathic bitch and will the \u2018health-nail\u2019 be fatal? \n\nPhysically or Politically? With a complicit mainstream media behind her who knows?\n\nIf she is not physically dying, she most certainly seems to be dying a very slow and painful political death.\n\nEnough from me - what do you guys think? \n\nIs Hillary physically dying, politically dying, or both? Neither is also an option. \n\nThanks for reading!", + "body_length": 3328, + "cashout_time": "2016-09-19T20:29:36", + "category": "hillary", + "children": 18, + "created": "2016-09-12T20:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hillary\",\"clinton\",\"news\",\"stories\",\"politics\"],\"image\":[\"https://img.youtube.com/vi/2u5wVjwstOY/0.jpg\"],\"links\":[\"https://youtu.be/2u5wVjwstOY\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T21:45:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2218372567, + "parent_author": "", + "parent_permlink": "hillary", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "hillary-clinton-is-dying-fact-or-fiction", + "post_id": 1223986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton is Dying - Physically and Politically - Fact or Fiction?", + "title": "Hillary Clinton is Dying - Physically and Politically - Fact or Fiction?", + "total_payout_value": "0.000 HBD", + "url": "/hillary/@steemtruth/hillary-clinton-is-dying-fact-or-fiction" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16459554146, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1981828165, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8623582440, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3986971971, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 196598629950, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26823174284, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 161597870501, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 30757099032, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3376566710, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28026703469, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 2432538531735, + "rshares": 9955268143, + "voter": "kaptainkrayola" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6330983214, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 36956876377, + "rshares": 2853518876, + "voter": "rigel" + }, + { + "percent": "10000", + "reputation": 109104600685, + "rshares": 861875358, + "voter": "sebhaj" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362208689, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6761101704, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 25582031362, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 129835773643, + "voter": "shaka" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 508459891, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 3297329323, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 346730224, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 7202150251, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 11098971456, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143404981, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 849024048, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3953937175, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 5259635281, + "rshares": 154771554, + "voter": "coolbeans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13291935309, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 161029500, + "voter": "antaja" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

After playing around with Chrome extensions for a bit, I came up with a really fun idea that I simply don't know how to implement.

\n

What if we had a Chrome Steem game extension?  It would become a new way to connect with people who are on Steemit, potentially providing an additional social dynamic, in the process.

\n

Let's start with something basic, like pong:

\n

\n

As you can see, the pop-out can open/close at any time, making it a convenient \"add-on\" to your Steemit experience.  I imagine players entering a cue, with the winner retaining a place in the game after each contest.  There'd be a 15 second countdown for the person in cue and the winner to join the next game, where they'd both get a notification, in case they left the pop-out.

\n

Anyone and everyone would be able to watch the game in real time.  The cue list would move relatively quickly as each side would only get 3 \"lives\" per game.

\n

In essence, it's a community \"game-board\" where anyone could come and hang out for a bit to see who's playing what.  We could have all sorts of games on there, and just like on my Steem Highway extension, you would just click a button to bring you to each one.

\n

As far as sign-up/log-in, I'd like to find a way to safely integrate our Steemit posting keys.  I'm not sure how practical that is, but it seems to me to be the key to making this something really special.  If the games get really good, it'd also provide another incentive for outsiders to join Steemit, if they want to play.  Basically, it just helps to strong-arm adoption.

\n

In game, you could click the names of players and those in the cue to read posts in between checking out the score, thus opening up more outlets for us to connect.  A link could bring you to their blog, and another could bring you their steemd.

\n

We could even run with @blakemiles84's recent idea of Steem baseball cards and bring you to a stats page within the pop-out when you click a player's name.  Instead of Steemit stats, it would display the stats of your performance in the games.  Your Steem robot could be inserted in the profile, very easily, as @future24 showed us, taking away some of the potential complexities involved in account customization.

\n

I could see us starting with games like pong, chess, etc, and then maybe growing it into a much bigger platform.  We could even one day introduce Steem rewards, either through donations, or through an account here that accumulates them solely for the project.  I'd assume with some early success, the account would earn a decent amount each week posting about high scores, top performers, etc.  They'd also be able to earn curation rewards through a bot if necessary.  This would provide Steem-flow for all the games.

\n

For example, I could see a Minecraft mod with Steem blocks mixed through the shared world.  Every week they'd be refreshed to give players a reason to keep coming back.  If rewards aren't mined fast enough, they'd be diverted to another game that's played by more users.

\n

This enhances the overall idea by providing a (small) financial incentive to draw more people to our platform through an indirect, non-blogging way.

\n

I'm not entirely sure if all of this is possible, but from what I've figured out just in the past couple days, this doesn't seem like something that would be impossible.  Maybe it would simply be easier to set-up a Steem-Games site, but I think the draw to the extension is the fact that you would never need to leave Steemit to play.

\n

Let me know what you think!

\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension 

\n", + "body_length": 5018, + "cashout_time": "2016-09-19T20:22:09", + "category": "steemgames", + "children": 8, + "created": "2016-09-12T20:22:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemgames\",\"games\",\"videogames\",\"chrome\",\"extension\"],\"users\":[\"blakemiles84\",\"future24\",\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14352560_173338819770775_227956248443489258_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\",\"https://steemit.com/steemit/@blakemiles84/steemit-bounty-request-steemian-baseball-card-stats-page\",\"https://steemit.com/steemit/@future24/how-to-add-html-code-for-the-robots-from-steemd-com-english-german\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T20:22:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 704938168070, + "parent_author": "", + "parent_permlink": "steemgames", + "pending_payout_value": "0.198 HBD", + "percent_hbd": 10000, + "permlink": "steemgames-chrome-extension-community-game-idea", + "post_id": 1223889, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "SteemGames Chrome Extension - Community Game Idea", + "title": "SteemGames Chrome Extension - Community Game Idea", + "total_payout_value": "0.000 HBD", + "url": "/steemgames/@derekareith/steemgames-chrome-extension-community-game-idea" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260555364450, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874750741030, + "voter": "badassmother" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3094252634685, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1119593813761, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1786624999741, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436258576341, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 815463687633, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 289076589114, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 47491767456, + "voter": "alexgr" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109560669, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 104913858289, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 411366278494, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 29128409392, + "voter": "instructor2121" + }, + { + "percent": "6000", + "reputation": 5414208804644, + "rshares": 18519169308, + "voter": "elishagh1" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12188312655, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 9206411638386, + "rshares": 95574706932, + "voter": "limitless" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 136738567449, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 805011668, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3183010685, + "voter": "cryptofunk" + }, + { + "percent": "5000", + "reputation": 2444317330502, + "rshares": 4426395532, + "voter": "radioactivities" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39057104382, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61609388537, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 63794008772, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 63712148848, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 29334079481, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255149623, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 18639094123, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 52134405494, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 139645356951, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 208094065637, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 23272195861, + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1153726693, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3622149305, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 28781996422, + "voter": "michaelx" + }, + { + "percent": "2600", + "reputation": 28873518041457, + "rshares": 20251586376, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 432123612, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40639591868, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 44950673099, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25600857247, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 65727710825, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4998101846, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 63625522050, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2716840671, + "voter": "soupernerd" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103512966, + "voter": "strawhat" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102583242, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177916355236, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 164067953529, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2023880592, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 169053015937, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33652110220, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151974114, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886091840, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1341145943, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13304440873, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 404548402555, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20420345151, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 2620486879029, + "rshares": 2223894485, + "voter": "arcange" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35749956725, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 80151091, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9617432833, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3870393694, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 34259256250, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1957894481, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6300305115, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 39798845804, + "voter": "sauravrungta" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068132249, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30774010674, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 837799161, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69026451, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21118394450, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634612893, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2856558282, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 196293118590, + "rshares": 376543618, + "voter": "alanc" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3419329495, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2667629763, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061505615, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121874008790, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 64321451551, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838412900, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 7031489644, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 18577630495, + "voter": "flandude" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3247219852, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 23990474718, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24502710878, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24511466911, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5470813564, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24507254521, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24505118290, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24502241460, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24498914821, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7136280274, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24494752627, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24492708604, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1727123970, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 10812508619, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 43651533241, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 246968635, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12877603517, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15402695430, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 67627457, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 30363651128, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 55393797, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55387773, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 667397852135, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 17058341090, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3186503920, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24486065605, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 315209294, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2920044815, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 82477662958, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 25663968880, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57562517, + "voter": "adamingas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52425992, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2284847872, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 341202534995, + "rshares": 249682983, + "voter": "elemenya" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3802459341, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 6633070342, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 23627901655, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3724300924, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 993278945, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 117870858519, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 117324033, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 9471318479, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659330285, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 371179227928, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7213270134, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 51924506475, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4969998450, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 899563410, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 488472984681, + "rshares": 582660326, + "voter": "ballinconscious" + }, + { + "percent": "10000", + "reputation": 2012742263000, + "rshares": 2470401909, + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 293420491789, + "rshares": 59126442, + "voter": "heroic15397" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 1955358679, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143393994, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 40164750543068, + "rshares": 128641542751, + "voter": "lifeisawesome" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 57056918, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 289854721, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9487721932, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 4274144947, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1350133752, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 2497171578, + "rshares": 157632671, + "voter": "hanamana" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 225163441, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 33427042566, + "rshares": 147920480, + "voter": "laskovskiy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149150241, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 102873248, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 117477659, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95372868, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107679024, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91100792, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129371412, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152869602, + "voter": "hethzen" + }, + { + "percent": "10000", + "reputation": 405982369, + "rshares": 152803033, + "voter": "gramion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149551611, + "voter": "posted" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152603517, + "voter": "xelus47" + }, + { + "percent": "10000", + "reputation": 2288789, + "rshares": 149534256, + "voter": "simpson93" + }, + { + "percent": "10000", + "reputation": 4378429580, + "rshares": 152563123, + "voter": "ericb" + } + ], + "author": "kyriacos", + "author_reputation": 13325577893779, + "beneficiaries": [], + "body": "
https://i.ytimg.com/vi/EcAWn2D8EsM/maxresdefault.jpg

\n\nThe general rule in romantic affairs is to use rituals in order to gain one's interest. Considering the huge variety of culture on this planet, we have accumulated quite a repertoire. \n\nRomance, as the word implies, is rather subtle. Once those romantic sacraments are performed, under of course a specific context, nature\u2019s autopilot takes over. The entire animal kingdom follows the same path in order to procreate. The participants remain clueless\u2014until of course it is too late. Humans are no exception to this. We fall victims to nature\u2019s manipulative game and we don\u2019t even realise it. We actually enjoy it.\n \n
https://www.youtube.com/watch?v=i1o6xwO3aAk

\n\nPeople are drawn to each other because of looks, character, brains, money, cars, body image. You name it. Desire after all, is much like value. Depending on supply, there is the analogous demand. The higher we value something on a potential partner\u2014the greater the demand for that characteristic in the general market. \n\nThe tall young blond goddess with the glorious ass is desirable because there are not many around that provide such form of biological fitness. The \u201caverage looking girl\u201d is not desirable because she is a much more frequent occurance. Rewind back to the 17th century and you will see that fat women were desirable because food was rather scarce. Rule no.1: The value of romance is directly correlated with the environment that is being expressed. Rule no.2: The environment is always manipulative. \n \n
http://www.pointsincase.com/files/u3/17th-century-nude-woman.jpg

\n\nBefore we delve deeper into manipulative romance (or romantic manipulation), let\u2019s clear some things out. Manipulation is defined as the action of controlling someone or something for one\u2019s advantage in an often unfair and dishonest way. If you are reading this, having completed fifteen years of experience on this planet, you should have realised by now that life is neither fair nor honest. \n\nEverything we use is aimed to bring us benefit, often at the expense of others without us even realising it. What we consider *fair* is *unfair* for someone else. Even if two parties agree to something a third party might find the same deal unfair. This phenomenon occurs because value, much like all things created by humans, is subjective.\n \n
http://www.everydaydevotions.com/wp-content/uploads/2013/01/optical-illusion-1-300x300.jpg

\n\nHave you ever wondered why the book 50 shades of Gray, a highly emotionally manipulative and abusive story, is [the best selling book of all time](http://www.telegraph.co.uk/culture/books/booknews/9459779/50-Shades-of-Grey-is-best-selling-book-of-all-time.html)? The scenario is based on a very simple and archaic human ritual: Give someone a trip to Hell and then rush them back to Paradise. Repeat.\n\nAlthough the overall success of the ritual relies primarily on repetition, slight variations is what keeps things interesting. Leave a partner in Hell a bit longer and the game is lost. You are a monster. Forget them way too long in Paradise and you are boring the shit out of them. \n\nEvery single human relationship that is based on passion operates on this manipulative stance of hot and cold. Every other relationship that doesn\u2019t incorporate this chemistry is merely a business partnership between two consenting adults. \n\nLove is a potent drug due to the extreme dosages of addiction and withdrawal, and not of regulated exposure. This is why it becomes so manipulative while the victims remain clueless.\n\n \n
http://cdn.smosh.com/sites/default/files/2015/02/50shades3.jpg

\n\nThe badboy doesn\u2019t return the calls. He also sees other girls. She is hurt. The guy obviously raises his value by being desirable by more partners. He then returns to her and she is filled with joy after having sex on the back seat of his cool sports car. How exciting! \n\nRepeat the same cycle and you have one passionate, manipulative but rather romantic relationship. Sure, you might see it as abusive but the one living the experience cannot really distinguish between passion and manipulation. Humans you see are not at all complicated. Keep them on their toes and you are guaranteed to sway them any direction you like. \n\nRomance works so well because it is based on mutual dishonesty. Dishonesty stimulates mystery. Mystery gives birth to passion. Of course nobody admits that they are lying because we are all more or less manipulating each other. We use half truths, or worse, playing it cool by embodying the \u201cquiet, mysterious type\u201d. Others prefer playing the stupid card. As long as we throw different signals left and right and keep things interesting, passion never leaves the premises. \n\nWhen giving someone flowers have you even thought that you are practically offering dead plant sexual organs with a rather enjoyable scent and colour? Ofcouse not. You are just engaging in a cultural ritual where both parties agreed to enjoy by default. You are not really doing anything *special* for that person. You have both agreed to lie to each other by emulating a meaningless exchange\u2014of an object\u2014that under other circumstances is objectively preposterous. How would you feel if your boyfriend brought you a scented bull\u2019s dick as a sign of romance? \n\nNature is playing with us all the time. This is just one example. Buying compressed carbon (diamond) or covering the lips with red paint in order to emulate an aroused vagina, are two more of these manipulative but rather innocent rituals. How *fucking* romantic.\n \n
http://2.bp.blogspot.com/-vpOE9Gocyek/Uxf_mQhe11I/AAAAAAAAABw/vqBRT_jIxkM/s1600/giving-flowers-copy.jpg

\n\nIf you have ever wondered why the bad boys get all the girls while the nice, stable guys are not, now you know. Bad boys or bad girls keep things interesting. We are all emotional beings. There is not really a distinction between bad and good emotions. As long as the emotions are raining down there is no problem. Once you gain control over the other person\u2019s emotional cascade, they become your emotional slaves\u2014and they can\u2019t help it. \n\nAll these might sound quite twisted and perverse but nature doesn\u2019t really care how you apply your cultural interpretation in order to explain its function. Nature just wants the species, any species, to go on. We have to produce offspring by any means possible and this method is the most efficient. This is afteral why falling in love feels like we are under some kind of spell. Others might notice we are acting stupid but we can\u2019t really understand why. \n \n
http://carmaz.net/wp-content/uploads/2016/06/rich-men-cars.jpg

\n\nThe meaning of life on this planet, the objective meaning without all the sophistical jargon and wishful thinking, is manipulation. Are we really the *proudly evolved* primates that differentiates themselves from the petty wilderness? Are we really above illusive breeding games? If so, why do we aim for a fancy car to function as a dick extension? Why do we apply two buckets of make up to commando our way through a date? Why do we parade photos in social media that possess the luminosity of a dying sun? Why do we go to the gym to simulate a strong animal in order to convince potential partners that we are genetically fit? Why do we use savoir-vivre and nice language in order to appear intelligent and well mannered\u2014 just for luring a mate\u2014only to change back almost right after sex? \u201cYou are not the same person anymore!!!\u201d. Well, no shit Sherlock. Nature only planned as far as the bedroom. Once coetus took place nature's mission was accomplished. That\u2019s all it cares about. All other manipulative rituals don\u2019t need to go on anymore.\n \n
http://cdn.someecards.com/someecards/usercards/1342279492060_2980469.png

\n\nWhatever your poison of choice might be\u2014do be assured\u2014you are manipulating your environment much like your environment manipulates you. Social archetypes do shape our ideals about loving relationships and they have been doing this for millenia without us even realising it. We are following what others have laid down for us. They pave our meaningless quests for romance and we love it. Want to be a true romantic and also be efficient with the quality of a relationship? Start by fucking the brains of each other and then progress to the social part. Afterall, you wouldn\u2019t buy a car without test driving it first. Why would you let nature have it's own way?\n
\n
\n____\nImage Sources: [1](https://i.ytimg.com/vi/EcAWn2D8EsM/maxresdefault.jpg) \u2014 [2](https://www.youtube.com/watch?v=i1o6xwO3aAk) \u2014 [3]( http://www.pointsincase.com/files/u3/17th-century-nude-woman.jpg) \u2014 [4](http://www.everydaydevotions.com/wp-content/uploads/2013/01/optical-illusion-1-300x300.jpg) \u2014 [5](http://cdn.smosh.com/sites/default/files/2015/02/50shades3.jpg) \u2014 [6](http://2.bp.blogspot.com/-vpOE9Gocyek/Uxf_mQhe11I/AAAAAAAAABw/vqBRT_jIxkM/s1600/giving-flowers-copy.jpg) \u2014 [7](http://cdn.someecards.com/someecards/usercards/1342279492060_2980469.png) \n____\n
\n
\n
", + "body_length": 9297, + "cashout_time": "2016-09-19T19:51:45", + "category": "life", + "children": 79, + "created": "2016-09-12T19:51:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"love\",\"relationship\",\"anthropology\",\"psychology\"],\"image\":[\"https://i.ytimg.com/vi/EcAWn2D8EsM/maxresdefault.jpg\",\"https://img.youtube.com/vi/i1o6xwO3aAk/0.jpg\",\"http://www.pointsincase.com/files/u3/17th-century-nude-woman.jpg\",\"http://www.everydaydevotions.com/wp-content/uploads/2013/01/optical-illusion-1-300x300.jpg\",\"http://cdn.smosh.com/sites/default/files/2015/02/50shades3.jpg\",\"http://2.bp.blogspot.com/-vpOE9Gocyek/Uxf_mQhe11I/AAAAAAAAABw/vqBRT_jIxkM/s1600/giving-flowers-copy.jpg\",\"http://carmaz.net/wp-content/uploads/2016/06/rich-men-cars.jpg\",\"http://cdn.someecards.com/someecards/usercards/1342279492060_2980469.png\",\"http://i64.tinypic.com/j7spk2.png\"],\"links\":[\"https://www.youtube.com/watch?v=i1o6xwO3aAk\",\"http://www.telegraph.co.uk/culture/books/booknews/9459779/50-Shades-of-Grey-is-best-selling-book-of-all-time.html\",\"https://i.ytimg.com/vi/EcAWn2D8EsM/maxresdefault.jpg\",\"http://www.pointsincase.com/files/u3/17th-century-nude-woman.jpg\",\"http://www.everydaydevotions.com/wp-content/uploads/2013/01/optical-illusion-1-300x300.jpg\",\"http://cdn.smosh.com/sites/default/files/2015/02/50shades3.jpg\",\"http://2.bp.blogspot.com/-vpOE9Gocyek/Uxf_mQhe11I/AAAAAAAAABw/vqBRT_jIxkM/s1600/giving-flowers-copy.jpg\",\"http://cdn.someecards.com/someecards/usercards/1342279492060_2980469.png\",\"https://steemit.com/@kyriacos\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T17:35:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14943663278805, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "16.701 HBD", + "percent_hbd": 10000, + "permlink": "romance-is-manipulation", + "post_id": 1223593, + "promoted": "7.804 HBD", + "replies": [], + "root_title": "Romance Is Manipulation", + "title": "Romance Is Manipulation", + "total_payout_value": "0.000 HBD", + "url": "/life/@kyriacos/romance-is-manipulation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318440226432, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4398755041457, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 601249621201, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295360862791, + "voter": "chitty" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109560669, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 104913858289, + "voter": "edgeland" + }, + { + "percent": "3057", + "reputation": 12382143533351, + "rshares": 179509294680, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9604900025, + "voter": "richman" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12188312655, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 804995185, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6366021370, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11310713572, + "voter": "andu" + }, + { + "percent": "3000", + "reputation": 16234753830016, + "rshares": 20639003127, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 382988565706, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 105893803509, + "voter": "kenny-crane" + }, + { + "percent": "6000", + "reputation": 8397302485673, + "rshares": 117959177970, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 384736034136, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116021768821, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4610482156, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91847407845, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15713723815, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2185981353, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6767512298331, + "rshares": 43350430769, + "voter": "treeshaface" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 3926191001, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30900106906, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 2915436771, + "voter": "michaellamden68" + }, + { + "percent": "7600", + "reputation": 9786117166130, + "rshares": 18265228125, + "voter": "mindover" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103512966, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 10245866493, + "voter": "r4fken" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102583242, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11841706802, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886091840, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1341145943, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44503788998, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20420345151, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35749871261, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13373112948, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362062175, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73448929388, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 757242162, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2410735721, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28779499321, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43068102947, + "voter": "jl777" + }, + { + "percent": "4200", + "reputation": 6570213787, + "rshares": 51757432, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51433727, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4558720822431, + "rshares": 18284917824, + "voter": "jennamarbles" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634610451, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639766924, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6389314944, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7405446488, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 8561737881023, + "rshares": 25635457247, + "voter": "pixielolz" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 120621644516, + "voter": "sterlinluxan" + }, + { + "percent": "5600", + "reputation": 2889656462700, + "rshares": 4187104261, + "voter": "uwe69" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838412900, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3556498126, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 125076905976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435967744, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16137093787, + "voter": "sunshine" + }, + { + "percent": "3057", + "reputation": 1751717743, + "rshares": 4761814338, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3201590786, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 638930934079, + "rshares": 437980395, + "voter": "wiser" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5585476363, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1618538923, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1375828973, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 57836873671, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13157551420, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 55986360, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89068956965, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50545877, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9772313942, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1878598091, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20538464280, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2231711874, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1759364155, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 494664136, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4100527887, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7507689323, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 174554557, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5464807429, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2280215242, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143393994, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1040213617, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9301672912, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 197107409, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 165196346, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 159017620, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 496827118, + "rshares": 155926792, + "voter": "kerakillshearts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149150241, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13291272970, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155692812, + "voter": "unhollowed6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149566234, + "voter": "i3itcoin" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n# Mindfulness #\nOne of the reasons we are so stressed all the time is because of our focus on future and past events. We rarely sit down and just focus on the now. Coloring can help you practice mindfulness. Life isn\u2019t as bad as it seems. You can relax with a coloring book and just focus on how good you feel right now. Yeah, I make coloring books, And yes. I am doing a little advertising by using MY covers Lol! \n\n# Meditation #\nMany people don\u2019t meditate. Mediation can reduce our overall stress levels It can help us focus on the now, And promote a healthy lifestyle. It improves concentration, It even slows aging. We always claim that we don\u2019t \u201chave time\u201d or that mediation isn\u2019t worth doing because it\u2019s too simple, It can\u2019t possibly have such a big impact. But in reality we could spend a little more time meditating. The coloring is a healthier alternative to meditation. Plus you get a physical product when finished.\n\n\n\n# We feel less lazy # \nLets face it, We are addicted to multi-tasking. Maybe you\u2019ll curl up, watch Netflix while coloring, Or you\u2019ll color while listening to podcasts or music. For many people, it\u2019s hard to do one thing at a time because we are so used to doing multiple things at a time.\n\n\n# You can feel accomplished # \nWhen you finish a coloring page that you worked so hard on, It\u2019s hard not to feel accomplished. You created you very own work of art! Many people who don\u2019t have skills with painting and drawing, Don\u2019t get that same satisfaction that other artists do. Coloring gives you the opportunity to feel good about what you have done. \n\n# It gives us a chance to socialize: #\n\n\nThe internet, and our ability to reach anyone we want in the world pretty easily, has made us less social. We don\u2019t go out as often as we used to, and we don\u2019t communicate in person very often. We have become isolated and alone. In a world where their communication can be so easy. Coloring gives you the chance to make friends and be around people. You can color with others, many colorists have coloring parties, and get together, where they can creatively express themselves. You can color in different books, The same books, Or even trade books! It also gives colorists an opportunity to see a wider range of the wide selection of coloring books out there. \n\n# Trains your brain to focus #\n\n\nMany of us multi task too much! Some of us have ADD or ADHD. It can be hard to focus! Coloring helps train your brain to focus on something. Focus logically on the selection of colors, Focus creatively on making your color scheme fun! The ability to focus is so important in many aspects If we can\u2019t focus on something it\u2019s harder to get it done!\n\n\n# You can express yourself. # \nMaybe you keep a journal; maybe you don\u2019t. What do you do when you need to express yourself? Do you scribble? Do you draw? Paint? Adult coloring gives us a creative outlet to adequately express ourselves in a healthy way. Which is a good thing for everyone, children, Adults? Whoever you may be! Everyone has feelings and emotions, Being able to get those on paper is good for our mental health and our overall well-being. \n\n\n\n# It takes you back to childhood. #\nThose good old days where a scrape on your knee was the worst of your problems. Back when everything was a fun adventure. And You could spend all day playing. Many adults miss those times. Back when you had a Barbie or car coloring book! Now you can relive that and color again This time, more adult themes. \n\n# Like reading a book, Or watching a movie. #\n\n\nColoring books can take you to another time far away from what you are used to. It can remove you from daily life and put you in a place you wouldn\u2019t normally expect. This also eases your mental troubles, because you can travel to another land for a while. \n\n# Free decorations #\nYou can have your art framed at an art supply store, or do it yourself. You can hang it on the wall. Or glue it to a lampshade. Be sure to look on Pinterest for things you can do with your colored pages! You can even buy a large binder with sheet protectors and set it on your coffee table for everyone to see! If you have a laminator, you can make your coloring pages waterproof and create yard decorations. Many people even give away coloring pages as gifts, Colored greeting cards. The possibilities with that are endless.", + "body_length": 5197, + "cashout_time": "2016-09-19T19:31:06", + "category": "writing", + "children": 11, + "created": "2016-09-12T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"coloring\",\"creativity\",\"life\"],\"image\":[\"http://i.imgur.com/8dYN7JJ.jpg\",\"http://i.imgur.com/aGSvYCI.jpg\",\"http://i.imgur.com/GW38ytg.jpg\",\"http://i.imgur.com/dfzWn5v.jpg\",\"http://i.imgur.com/ixBdbUB.png\",\"http://i.imgur.com/YalFTOA.jpg\",\"http://i.imgur.com/LRSbXAa.jpg\",\"http://i.imgur.com/TRdHnDv.jpg\"],\"links\":[\"http://imgur.com/8dYN7JJ\",\"http://imgur.com/aGSvYCI\",\"http://imgur.com/GW38ytg\",\"http://imgur.com/dfzWn5v\",\"http://imgur.com/ixBdbUB\",\"http://imgur.com/YalFTOA\",\"http://imgur.com/LRSbXAa\",\"http://imgur.com/TRdHnDv\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8192332306693, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "5.896 HBD", + "percent_hbd": 10000, + "permlink": "why-you-should-start-coloring", + "post_id": 1223364, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Should START Coloring!", + "title": "Why You Should START Coloring!", + "total_payout_value": "0.000 HBD", + "url": "/writing/@kaylinart/why-you-should-start-coloring" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318433808933, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4398286271273, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 585791511433, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 295345999284, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9604900025, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 15755437221598, + "rshares": 6094089170, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7464097381, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 804989690, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6365994505, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11573753423, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110399922807, + "voter": "kenny-crane" + }, + { + "percent": "5200", + "reputation": 8397302485673, + "rshares": 100483744197, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 393312583348, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15405611583, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2185960596, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6767512298331, + "rshares": 43350430769, + "voter": "treeshaface" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4206633216, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30900106906, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3064933831, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1902845076, + "voter": "billykeed" + }, + { + "percent": "7600", + "reputation": 9786117166130, + "rshares": 18265228125, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 10245866493, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1231570095, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124510457, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17990267827, + "voter": "sebastien" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886089397, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8746405888, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45644655349, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36771252196, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3502148099, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 742097319, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2410735721, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28779388196, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067806205, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 17792075605, + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 4558720822431, + "rshares": 18284917824, + "voter": "jennamarbles" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634586028, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 120621644516, + "voter": "sterlinluxan" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838405573, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 8619898702, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435840133, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3201576132, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 12393203621507, + "rshares": 27196294768, + "voter": "omfedor" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20653890243, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5749733709, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1404492077, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12877603517, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1112057104, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89068444994, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 561938587, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9520107123, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 47334856382, + "rshares": 69854243, + "voter": "williamdevine" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929371012, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4582161174, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3304547231, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3503201185, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10884861085, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2547829608, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 958967626, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2231711874, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3745382970, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5783930894, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3682704325, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5351037731, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 132781898, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4100527887, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4969998450, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604820785, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3475458362, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143386667, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 50201461, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205274425, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 166589888, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13290834878, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 157973532, + "voter": "teleport7" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\nSo you wanna be a writer? How do you decide between the two? You may have lots of great ideas for a new story, But at the same time, you may be well informed about one particular subject.\n\n## My experience ##\nI now write nonfiction, I eventually want to publish a book with all of my scary nightmares, But for now I write nonfiction. I find it easier. It also is easier to market my stuff. As a kid, I wrote a lot of poems and stories, Which I may post on Steemit later. But as an adult Nonfiction has become my favorite, And I often read a lot of nonfiction too. \n\n# You can crossover if you want! #\nCrossing over from fiction to nonfiction has a ton of benefits. Even if you only write one book, Or a couple of articles about it! \n\nIf you are a storyteller, It might be best to consider writing a bit of non-fiction! \n\n## Making you an expert ## \nWriting a non-fiction book can show everyone that you are an expert on this! It proves that you've done your research over the years, and you know what you are talking about! \n\n## Establishes a brand ##\nOne of the bigger struggles for fiction writers is establishing a brand. Now that self-publishing is around, We have gotten rid of most gatekeepers in our lives. But there are still hurtles to get over. Being successfully self-published is hard work. People who write nonfiction can establish a brand easier than those who write fiction. Heck, you could even start with nonfiction and once you get the hang of marketing and building a platform, Switch to fiction if that is your wish.\n\n\n\n## Nonfiction Writers are leaders! ##\nNonfiction authors are authorities. They come to be assumed leaders in a discipline. They often get paid better than fiction writers. Grow in popularity faster, and are often looked up on.\nInstead of writing some story, your focus is to\n- Solve your reader's problems\n- You can cater to their concerns\n- Share your knowledge on the subject\n- Your articles and stuff are more likely to go viral. \n\n# How to go from fiction to not fiction #\nIf you like to write erotic novels, You could write a book on dating tips. Or a book on spicing up a boring relationship! There are thousands of options. \n\n\nYou can market it in a sunflower shop or at a sunflower program if your publication is regarding sunflowers.\n\n# You need balance #\nIf your nonfiction book does better than your fiction book, you may want to switch for a little while. If you are struggling with your bills this can be a helpful tool to make it easier for you to avoid going back to a dead end job.\n\nYou have to decide what is right for you when writing fiction or non-fiction. \n\n*thank you pixabay for the photos*\n", + "body_length": 3093, + "cashout_time": "2016-09-19T18:49:21", + "category": "writing", + "children": 10, + "created": "2016-09-12T18:49:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"time-management\",\"life\"],\"image\":[\"http://i.imgur.com/K6BI5IF.jpg\",\"http://i.imgur.com/3mRxK0k.jpg\",\"http://i.imgur.com/A1SB9mo.jpg\",\"http://i.imgur.com/sCJ4s3d.jpg\"],\"links\":[\"http://imgur.com/K6BI5IF\",\"http://imgur.com/3mRxK0k\",\"http://imgur.com/A1SB9mo\",\"http://imgur.com/sCJ4s3d\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:49:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7013085714618, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "4.574 HBD", + "percent_hbd": 10000, + "permlink": "fiction-or-non-fiction-what-should-you-write", + "post_id": 1222852, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fiction or Non-Fiction, What should you write?", + "title": "Fiction or Non-Fiction, What should you write?", + "total_payout_value": "0.000 HBD", + "url": "/writing/@kaylinart/fiction-or-non-fiction-what-should-you-write" + }, + { + "active_votes": [ + { + "percent": "200", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 1411761350505, + "rshares": 733197313, + "voter": "orion1967" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 63588518, + "voter": "mari5555na" + } + ], + "author": "orion1967", + "author_reputation": 1411761350505, + "beneficiaries": [], + "body": "Apparently my Cat Buddy has been paying a little t0o much to DADDY DETAIL... Now I know who has been in my chair when I am not at home..\n\nI am going to Post some of my photos of my Cat on the PHOTO Challenge if it is still on... Also perhaps Buddy or BUD for short can be someone's Mascot...\n\nFor Photos please go to this LINK ------------- >> https://www.facebook.com/photo.php?fbid=298331543874990&set=pcb.298331733874971&type=3&theater\n\nIf you like what you see,, Please Like and Upvote. Thanks... :-)", + "body_length": 507, + "cashout_time": "2016-09-19T18:44:45", + "category": "photography", + "children": 0, + "created": "2016-09-12T18:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"funny\",\"Contest\",\"\"],\"links\":[\"https://www.facebook.com/photo.php?fbid=298331543874990&set=pcb.298331733874971&type=3&theater\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:44:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 971248508, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-think-my-cat-buddy-has-been-watching-me-a-little-to-closely-see-link-to-photos-at-bottom-of-article", + "post_id": 1222797, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I think my cat buddy has been watching me a little to closely,,, see Link to photos at bottom of Article..", + "title": "I think my cat buddy has been watching me a little to closely,,, see Link to photos at bottom of Article..", + "total_payout_value": "0.000 HBD", + "url": "/photography/@orion1967/i-think-my-cat-buddy-has-been-watching-me-a-little-to-closely-see-link-to-photos-at-bottom-of-article" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318432525983, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4398214441955, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 301629956715, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 38219270958, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 804989690, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11836793273, + "voter": "andu" + }, + { + "percent": "5200", + "reputation": 8397302485673, + "rshares": 100483744197, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 89094846010, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250253555, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 65714544439, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 35050443507276, + "rshares": 76938067390, + "voter": "lauralemons" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 18841929211, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 10245866493, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 56256651602417, + "rshares": 108414229973, + "voter": "alexbeyman" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1206938693, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 32979068016, + "voter": "toxonaut" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886089397, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8571477771, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45644069149, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36770922482, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3502148099, + "voter": "simon.braki.love" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067806205, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 200679300719, + "rshares": 262325860, + "voter": "lexinferno" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10675629992, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 17792075605, + "voter": "cryptocameo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634586028, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7577666174, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15863144810, + "voter": "clevecross" + }, + { + "percent": "200", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838404352, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 25056718038, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25035378506, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25044324887, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25040020923, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25037838253, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25034898883, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25031499926, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25027247249, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25025158791, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95528082225, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1433155180, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23228577459, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91350468245, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51749350, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 209436170, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 12479355213, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3238456286, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25018371379, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3503201185, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 8948855462, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 24152896019, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 129287638, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4184212130, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604820785, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 175912776027, + "rshares": 1642382856, + "voter": "bontonstory" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143383003, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 51874844, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 153411798, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205274425, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 33427042566, + "rshares": 147920480, + "voter": "laskovskiy" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 164315816, + "voter": "antaja" + } + ], + "author": "lauralemons", + "author_reputation": 35050443507276, + "beneficiaries": [], + "body": "## Went to the bar last night, woke up with no memory and a battered face.\n\n### We are pretty sure I had a fight with the pavement. \n\nhttp://i.imgur.com/qZz1sKj.jpg\n\nhttp://i.imgur.com/xhtKYfq.jpg\n\nhttp://i.imgur.com/CEroKfS.jpg\n\nPSA - I don't think this situation or my behavior is cute or amusing. I think it is a scary sign of depression, alcoholism, and self-destructive behavior. Did I enjoy taking photos of the aftermath? Yes. I enjoy taking photos and it's no secret that I find beauty in the dark/depressing/macabre aspects of life. This does not mean I endorse my behavior.", + "body_length": 583, + "cashout_time": "2016-09-19T18:41:27", + "category": "life", + "children": 78, + "created": "2016-09-12T18:41:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"photography\",\"alcoholism\",\"dark\",\"depressing\"],\"image\":[\"http://i.imgur.com/qZz1sKj.jpg\",\"http://i.imgur.com/xhtKYfq.jpg\",\"http://i.imgur.com/CEroKfS.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:43:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6299430048896, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "3.817 HBD", + "percent_hbd": 10000, + "permlink": "hard-night-but-i-ain-t-got-no-memory-of-it", + "post_id": 1222749, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hard night but I ain't got no memory of it.", + "title": "Hard night but I ain't got no memory of it.", + "total_payout_value": "0.000 HBD", + "url": "/life/@lauralemons/hard-night-but-i-ain-t-got-no-memory-of-it" + }, + { + "active_votes": [ + { + "percent": "200", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 1411761350505, + "rshares": 747861259, + "voter": "orion1967" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 60241754, + "voter": "mari5555na" + } + ], + "author": "orion1967", + "author_reputation": 1411761350505, + "beneficiaries": [], + "body": "Apparently my Cat Buddy has been paying a little too much attention to me... Now I know who has been in my chair when I am not at home.. \n\nI am going to Post some of my photos of my Cat on the PHOTO Challenge if it is still on... Also perhaps Buddy or BUD for short can be someone's Mascot... \n\nFor Photos please go to this LINK ------------- >> https://www.facebook.com/photo.php?fbid=298331587208319&set=pcb.298331733874971&type=3&theater \nhttps://www.facebook.com/photo.php?fbid=298331810541630&set=pcb.298332130541598&type=3&theater", + "body_length": 551, + "cashout_time": "2016-09-19T18:34:42", + "category": "photography", + "children": 1, + "created": "2016-09-12T18:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"funny\",\"contest\",\"\"],\"links\":[\"https://www.facebook.com/photo.php?fbid=298331587208319&set=pcb.298331733874971&type=3&theater\",\"https://www.facebook.com/photo.php?fbid=298331810541630&set=pcb.298332130541598&type=3&theater\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:47:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 982565690, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-think-my-cat-buddy-or-bud-for-short-is-taking-over-my-life", + "post_id": 1222685, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cat does great impression of Owner.. See photos in Link at bottom of article...", + "title": "Cat does great impression of Owner.. See photos in Link at bottom of article...", + "total_payout_value": "0.000 HBD", + "url": "/photography/@orion1967/i-think-my-cat-buddy-or-bud-for-short-is-taking-over-my-life" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494192034246, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29581096669314, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166818213081, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5002789416545, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 173865117186, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 9281422691094, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 610157997781, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1920672069705, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4656904496482, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4436523347363, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 380988795181, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25779871045, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 71508580052, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1207730475, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765913399, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2691062688250, + "voter": "donkeypong" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 814513882169, + "voter": "steemrollin" + }, + { + "percent": "5000", + "reputation": 5296864583034, + "rshares": 34386354283, + "voter": "ilanaakoundi" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109518539, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14998603668, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 402996073666, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 23703682566, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 203208547179, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 183106256929, + "voter": "jamtaylor" + }, + { + "percent": "1645", + "reputation": 12382143533351, + "rshares": 104712456010, + "voter": "eeks" + }, + { + "percent": "4700", + "reputation": 14848515958625, + "rshares": 37772762692, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 894610117782, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 753324601733, + "rshares": 1109446138, + "voter": "rod-campbell" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 39845622913, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 606242358920, + "voter": "nanzo-scoop" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6094199060, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 46232621303, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 187448407115, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 804984194, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 99087326378, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 558458384807, + "voter": "kevinwong" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1181851251809, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 52021863493, + "voter": "ak2020" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 24391414215, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24893766485, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9046456691, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35331087314, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 90990481032, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 737089652240, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8927004404, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 242365453538, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 75942006327, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11707821705, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 62286229121, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 350369755257, + "voter": "fabio" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 146273702280, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 214723159904, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 550721862938, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1324960064486, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19295979456, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44918081056, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17990267827, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147224923, + "voter": "snowden" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886089397, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 79440114599, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8571477771, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2285679036, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 401952721346, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 37792235330, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1337304593, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154873782410, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 34272926555, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6300305115, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3410342405, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 216305238186, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3772560424, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 2632564148, + "rshares": 5101673554, + "voter": "zelgald1" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067806205, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690604200, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66725569, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64424687, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77155168, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 17792075605, + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14774858361, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42594716412, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634586028, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639766924, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 39469227361, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442736117, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2716029658, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "300", + "reputation": 4063076365725, + "rshares": 116622225, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 862222696, + "voter": "mar1978co" + }, + { + "percent": "200", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13625335378, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921730529, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838404352, + "voter": "taker" + }, + { + "percent": "5000", + "reputation": 10137266406870, + "rshares": 7990591908, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 11197603652, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1336684068834, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23876201235, + "voter": "rawnetics" + }, + { + "percent": "5600", + "reputation": 7564464865541, + "rshares": 12145903771, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 44971612377, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 284557872794, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10882994918, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5595150236, + "voter": "brendio" + }, + { + "percent": "1592", + "reputation": 1751717743, + "rshares": 2777692977, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 7840711315, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 64292382005, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4181628555, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63207020, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 776319043, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3585887866, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 156806549191, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21075398207, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95528082225, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13673723955, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 5027902650, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 11050095738, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2302949284, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2407731930, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 10134167569, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23228577459, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1146505325539, + "rshares": 2491307184, + "voter": "fingolfin" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 8529213634, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 679079896, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 248913722, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 5410393498, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 12224674494, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8199394649, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 34629336457, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3000175857, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 86048738383, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 84066775758, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 16541421663, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3186503920, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2136909384, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 59088771, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 10621040045, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407718824, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4403814537511, + "rshares": 17557200833, + "voter": "takethecannoli" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 8948855462, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 87328717, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5503847587, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 70830160, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 52422378, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 139770419, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3970810, + "rshares": 50110893, + "voter": "benaccept" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 57710105, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1385822552, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 61824431, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9454815280, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7158623890, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2478555020061, + "rshares": 1507612911, + "voter": "mcsvi" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 74301520, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 26745752593, + "rshares": 1289493888, + "voter": "portuguesinha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 29895456612, + "voter": "ksc" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 257026249, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143383003, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 5932488614, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 53548226, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 203909481, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 296595529, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1533678042141, + "rshares": 2059897746, + "voter": "greenwayoflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50568084, + "voter": "brazzers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50482289, + "voter": "connection" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 117880628, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166200503, + "voter": "haddock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 42878640777, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 705544281, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141653069, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213485402, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2221522484, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 417002303, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 166589888, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152257538, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 99755877, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 637856847, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 164315816, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 336222066, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 1219702425, + "rshares": 152827224, + "voter": "bradthebrit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152618606, + "voter": "i3itcoin" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
\n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 15:00 11/09 UTC and 17:30 12/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated thus far, at an average of SBD 38 per post. 8 of these posts were submitted in the #curie channel by curators.\n\n----------------------\n| | Author | Post | Payout |\n| --------- | --------- | ---------- | --------- |\n| https://img1.steemit.com/128x256/https://httpsimage.com/img/IMG_1450.JPG | [@katerina](https://steemit.com/@katerina) | [My art of kirigami](https://steemit.com/art/@katerina/my-art-of-kirigami) | 299.457 SBD |\n| https://img1.steemit.com/128x256/https://img.youtube.com/vi/UhZDwgBW6EY/0.jpg | [@juliamateo](https://steemit.com/@juliamateo) | [Mi EXPERIENCIA en YOUTUBE](https://steemit.com/art/@juliamateo/mi-experiencia-en-youtube) | 113.437 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/EEyare9.png | [@ines-f](https://steemit.com/@ines-f) | [European Heritage Days](https://steemit.com/travel-local/@ines-f/european-heritage-days) | 96.007 SBD |\n| https://img1.steemit.com/128x256/https://scontent-dft4-1.xx.fbcdn.net/v/t1.0-9/14291833_292480174464014_3105699404264379882_n.jpg?oh=658b91f0dd7c3c877d81591e0bd2af09&oe=587CE565 | [@lily-da-vine](https://steemit.com/@lily-da-vine) | [How to Make a Glass Spoon Pipe, with Pictures and GIVEAWAY](https://steemit.com/art/@lily-da-vine/how-to-make-a-glass-spoon-pipe-with-pictures-and-giveaway) | 85.025 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/08/27/love-1127710_1280d7f8d.jpg | [@krnel](https://steemit.com/@krnel) | [How Much Do You Care? Kind, Kin, Genus and Care](https://steemit.com/care/@krnel/how-much-do-you-care-kind-kin-genus-and-care) | 79.519 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/uBTNpm5h.jpg | [@jillwirt](https://steemit.com/@jillwirt) | [DON'T BE SUCH A TRASHY BEACH](https://steemit.com/science/@jillwirt/don-t-be-such-a-trashy-beach) | 78.816 SBD |\n| https://img1.steemit.com/128x256/https://pp.vk.me/c637629/v637629612/de92/Wxvl1rBCykU.jpg | [@uuuhha](https://steemit.com/@uuuhha) | [\ud83c\udf70 \ud83c\udf66 \ud83c\udf6c It's Almost Impossible to Resist an Amazing Thai Sweets \u2013 Old Takua Pa Sunday Market (Original Photos)](https://steemit.com/food/@uuuhha/it-s-almost-impossible-to-resist-an-amazing-thai-sweets-old-takua-pa-sunday-market-original-photos) | 59.802 SBD |\n| https://img1.steemit.com/128x256/https://httpsimage.com/img/20160912_150155.jpg | [@marius19](https://steemit.com/@marius19) | [Flower Lamp Origami](https://steemit.com/steemit/@marius19/flower-lamp-origami) | 57.776 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/ASilentLovelyConversationf5e1b.png | [@royalmacro](https://steemit.com/@royalmacro) | [A Silent Lovely Conversation [An Original Abstract Art]](https://steemit.com/art/@royalmacro/a-silent-lovely-conversation-an-original-abstract-art-and-a-poem) | 56.257 SBD |\n| https://img1.steemit.com/128x256/http://i.imgsafe.org/5d71375510.jpg | [@mariandavp](https://steemit.com/@mariandavp) | [Self portrait -original artwork by @mariandavp](https://steemit.com/art/@mariandavp/6xulxx-self-portrait-original-artwork-by-mariandavp) | 53.821 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/trickster0a290.png | [@radioactivities](https://steemit.com/@radioactivities) | [The Trickster\u2019s Guide on How to Stop Worrying and Start (Risky?) Living; Part 1](https://steemit.com/psychology/@radioactivities/the-trickster-s-guide-on-how-to-stop-worrying-and-start-risky-living-part-1) | 49.461 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/DdGTg8a.jpg | [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 3: Axe: You can't look more serious than with an axe in your hands](https://steemit.com/techreview/@dumar022/workshop-lesson-3-axe-you-can-t-look-more-serious-than-with-an-axe-in-your-hands) | 48.173 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/fZ4dy1W.jpg | [@mikemacintire](https://steemit.com/@mikemacintire) | [Lightpainted Landscapes - Long exposure night photography - SteemitPhotoChallenge Entry](https://steemit.com/photography/@mikemacintire/lightpainted-landscapes-long-exposure-night-photography-steemitphotochallenge-entry) | 47.958 SBD |\n| https://img1.steemit.com/128x256/https://merej99.files.wordpress.com/2016/09/twintowers.png | [@merej99](https://steemit.com/@merej99) | [[PERSONAL] Two memories of the World Trade Center and stomping around NYC with my dad when I was a kid](https://steemit.com/personal/@merej99/personal-two-memories-of-the-world-trade-center-and-stomping-around-nyc-with-my-dad-when-i-was-a-kid) | 46.756 SBD |\n| https://img1.steemit.com/128x256/http://www.michelepetrelli.it/img-steemit/violet-jess/Jess-viola-950.jpg | [@kimal73](https://steemit.com/@kimal73) | [New media painting - Bad violet woman - Modern Impressionism](https://steemit.com/art/@kimal73/new-media-painting-bad-violet-woman-modern-impressionism) | 46.437 SBD |\n| https://img1.steemit.com/128x256/https://pp.vk.me/c626924/v626924313/2a0c6/zFMzDtoX9SE.jpg | [@tanata](https://steemit.com/@tanata) | [Great tips that will lead you to weight loss + pencil illustration](https://steemit.com/health/@tanata/great-tips-that-will-lead-you-to-weight-loss-pencil-illustration) | 45.322 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/ddxFFZb.jpg | [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Driving Games](https://steemit.com/gaming/@moon32walker/top-10-driving-games) | 44.619 SBD |\n| https://img1.steemit.com/128x256/https://s19.postimg.org/64f9hsecz/sunplant_l.jpg | [@naquoya](https://steemit.com/@naquoya) | [Poetry Slam Challenge #2: To Soar With Grace](https://steemit.com/poetryslamtwo/@naquoya/poetry-slam-challenge-2-to-soar-with-grace) | 44.315 SBD |\n| https://img1.steemit.com/128x256/http://img.mota.ru/upload/wallpapers/2013/01/16/13/03/34354/nJNL46zeKQ-2560x1600.jpg | [@asdes](https://steemit.com/@asdes) | [Journey to childhood's country to return to yourself Part #3/\u0414\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0442\u0441\u0442\u0432\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u0441\u044f \u043a \u0441\u0435\u0431\u0435 \u0427\u0430\u0441\u0442\u044c #3](https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3) | 44.461 SBD |\n| https://img1.steemit.com/128x256/https://pixabay.com/static/uploads/photo/2014/08/14/01/50/syringe-417786_960_720.jpg | [@renzoarg](https://steemit.com/@renzoarg) | [Poisonous Magic](https://steemit.com/science/@renzoarg/poisonous-magic) | 43.365 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/4-2ac6b2.jpg | [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 8-5: WeChat about Ghosts: The Secret of the Golden Flower\u2014\u5fae\u4fe1\u9b3c--\u592a\u4e59\u91d1\u83ef\u5b97\u65e8](https://steemit.com/cn/@thornybastard/chapter-8-5-wechat-about-ghosts-the-secret-of-the-golden-flower) | 43.528 SBD |\n| https://img1.steemit.com/128x256/https://s20.postimg.org/4o8oqwwj1/Captura_de_pantalla_2016_09_12_a_las_9_34_12.png | [@gargon](https://steemit.com/@gargon) | [Curiosidad, la fuerza que da forma a nuestro mundo](https://steemit.com/spanish/@gargon/curiosidad-la-fuerza-que-da-forma-a-nuestro-mundo) | 42.181 SBD |\n| https://img1.steemit.com/128x256/http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/book%20cover%204_zpsjhqem9nj.jpg | [@alienbutt](https://steemit.com/@alienbutt) | [A guide to spaceships and where to find them.](https://steemit.com/art/@alienbutt/a-guide-to-spaceships-and-where-to-find-them) | 42.973 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/qyTqUF5.jpg | [@kiddarko](https://steemit.com/@kiddarko) | [Tattoo Cover-Up In Progress, Step-By-Step Progress By KidDarko.](https://steemit.com/tattoo/@kiddarko/tattoo-cover-up-in-progress-step-by-step-progress-by-kiddarko) | 42.708 SBD |\n| https://img1.steemit.com/128x256/https://s5.postimg.org/eahqpuis7/image.jpg | [@konti](https://steemit.com/@konti) | [Steemit Art Steemit Wallpapers Part.2](https://steemit.com/steemit/@konti/steemit-art-or-steemit-wallpapers-or-part-2) | 41.026 SBD |\n| https://img1.steemit.com/128x256/http://i68.tinypic.com/jqqphi.jpg | [@tygergamer](https://steemit.com/@tygergamer) | [My Thoughts on Journey](https://steemit.com/gaming/@tygergamer/my-thoughts-on-journey) | 41.022 SBD |\n| https://img1.steemit.com/128x256/http://i.imgsafe.org/58d4d0dfdb.jpg | [@nelyp](https://steemit.com/@nelyp) | [New York](https://steemit.com/spanish/@nelyp/new-york) | 40.233 SBD |\n| https://img1.steemit.com/128x256/https://s18.postimg.org/t1hsnwx89/primer_boceto.jpg | [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte uno](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-uno) | 40.968 SBD |\n| https://img1.steemit.com/128x256/http://imgur.com/4m5m1Y3.jpg | [@booky](https://steemit.com/@booky) | [Make Your Home Improvements Worth It](https://steemit.com/life/@booky/make-your-home-improvements-worth-it) | 40.526 SBD |\n| https://img1.steemit.com/128x256/https://s16.postimg.org/ptaesh9ud/img.jpg | [@toxichan](https://steemit.com/@toxichan) | [[Mr. Robot] La moneda digital Ecoin: \u00bfRealidad o solo ficci\u00f3n? [Spoiler Alert]](https://steemit.com/spanish/@toxichan/mr-robot-la-moneda-digital-ecoin-realidad-o-solo-ficcion-spoiler-alert) | 39.745 SBD |\n| https://img1.steemit.com/128x256/https://i.ytimg.com/vi/jgNYBR4EXa0/hqdefault.jpg?custom=true&w=168&h=94&stc=true&jpg444=true&jpgq=90&sp=68&sigh=sKtveJrJ-PVNP4sh4ZiXaWNkCSo | [@yasmineta](https://steemit.com/@yasmineta) | [MI EXPERIENCIA como PERSONAJE PUBLICO con 16 A\u00d1OS!! (Youtuber)](https://steemit.com/art/@yasmineta/mi-experiencia-como-personaje-publico-youtuber) | 39.268 SBD |\n| https://img1.steemit.com/128x256/https://i.imgur.com/H7qru39.jpg | [@yangyang](https://steemit.com/@yangyang) | [My abstract self-portrait (PC Paint drawing)\u6211\u7684\u62bd\u8c61\u81ea\u756b\u50cf \ub0b4 \ucd94\uc0c1\uc801 \uc778 \uc790\ud654\uc0c1](https://steemit.com/art/@yangyang/my-abstract-self-portrait-pc-paint-drawing) | 38.541 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Israel2016-04-13-208f4d.md.jpg | [@dexter-k](https://steemit.com/@dexter-k) | [Traveling in Israel Part I: The incredible and ancient city of Jerusalem (original work)](https://steemit.com/photography/@dexter-k/traveling-in-israel-part-i-the-incredible-and-ancient-city-of-jerusalem-original-work) | 38.350 SBD |\n| https://img1.steemit.com/128x256/https://i.imgsafe.org/5dc20ee430.jpg | [@steemitpatina](https://steemit.com/@steemitpatina) | [Fresh, HOT, Yeasty Bread - Guinness in a Loaf](https://steemit.com/food/@steemitpatina/fresh-hot-yeasty-bread-guinness-in-a-loaf) | 36.635 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/MPnNerp.jpg | [@kalipo](https://steemit.com/@kalipo) | [Sketching Day](https://steemit.com/art/@kalipo/sketching-day) | 36.250 SBD |\n| https://img1.steemit.com/128x256/http://financesmarter.com.au/wp-content/uploads/2016/02/Land-Rover-Discovery.jpg | [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Land Rover Discovery](https://steemit.com/cars/@smartercars/reviewing-the-land-rover-discovery) | 35.695 SBD |\n| https://img1.steemit.com/128x256/https://ipfs.pics/ipfs/Qmbov2e7EyPvEpJunaZmVxNCYLRBvqfdvX5yuTdAdbRdKv | [@voltarius](https://steemit.com/@voltarius) | [What Would You Do? A Rainy Encounter [Your Participation is Requested #2]](https://steemit.com/writing/@voltarius/what-would-you-do-a-rainy-encounter-your-participation-is-requested-2) | 35.493 SBD |\n| https://img1.steemit.com/128x256/http://news.bbcimg.co.uk/media/images/72360000/jpg/_72360178_80157845.jpg | [@aggroed](https://steemit.com/@aggroed) | [Satirically Yours S1E8: How to die of starvation while only using STEEM](https://steemit.com/writing/@aggroed/satirically-yours-s1e8-how-to-die-of-starvation-while-only-using-steem) | 34.672 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/t1PhKnC.jpg | [@neopatriarch](https://steemit.com/@neopatriarch) | [An Illustration of an Argantuan for the Void-Art Competition](https://steemit.com/art/@neopatriarch/a-illustration-of-an-argantuan-for-the-void-art-competition) | 33.912 SBD |\n| https://img1.steemit.com/128x256/https://pp.vk.me/c4134/u2026586/4031467/x_8c9b1455.jpg | [@nekromarinist](https://steemit.com/@nekromarinist) | [FUNNY RIDDLES. My original art.](https://steemit.com/art/@nekromarinist/funny-riddles-my-original-art) | 31.399 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/iiRaW1o.jpg | [@alexbeyman](https://steemit.com/@alexbeyman) | [[VR Game Review] Air Mech Command: The first MOBA for VR, and You're a Transforming Robot](https://steemit.com/gaming/@alexbeyman/vr-game-review-air-mech-command-the-first-moba-for-vr-and-you-re-a-transforming-robot) | 30.230 SBD |\n| https://img1.steemit.com/128x256/http://www.madeineighty.com/wp-content/uploads/2015/07/steemit091.jpg | [@kommienezuspadt](https://steemit.com/@kommienezuspadt) | [How deeply Nick Cave\u2019s \"Skeleton Tree\" + \"One More Time With Feeling\" impacted me!](https://steemit.com/life/@kommienezuspadt/how-deeply-nick-cave-s-skeleton-tree-one-more-time-with-feeling-impacted-me) | 30.864 SBD |\n| https://img1.steemit.com/128x256/http://www.sexenio.com.mx/nuevoleon/diario/20120823/8892.jpg | [@valenttina](https://steemit.com/@valenttina) | [Food packaging contamination: A slap on our face (and an alternative \u2714)](https://steemit.com/science/@valenttina/food-packaging-contamination-a-slap-on-our-face-and-an-alternative) | 30.437 SBD |\n| https://img1.steemit.com/128x256/http://cdn.kme.si/public/images-cache/750xX/2014/12/04/a24e8f4c2c26fc82ac506a8c13239602/548180d8b4c64/a24e8f4c2c26fc82ac506a8c13239602.jpeg | [@borishaifa](https://steemit.com/@borishaifa) | [What Information Drugs Do you Use? \u041a\u0430\u043a\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u043d\u0430\u0440\u043a\u043e\u0442\u0438\u043a\u0438 \u0432\u044b \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442\u0435?](https://steemit.com/steemit/@borishaifa/what-information-drugs-do-you-use-kakie-informacionnye-narkotiki-vy-upotreblyaete) | 29.458 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/r31YdrE.jpg | [@mweich](https://steemit.com/@mweich) | [Little Monsters - Part VI: Dragonfly](https://steemit.com/photography/@mweich/little-monsters-part-vi-dragonfly) | 29.168 SBD |\n| https://img1.steemit.com/128x256/http://66.media.tumblr.com/d300bdabc6a197d80fb3e35aa1d4471d/tumblr_o7u5etyqsn1sfie3io1_1280.jpg | [@lukeofkondor](https://steemit.com/@lukeofkondor) | [\u00d82. 100k Downloads & A Nightmare Man](https://steemit.com/blog/@lukeofkondor/o2-100k-downloads-and-a-nightmare-man) | 29.788 SBD |\n| https://img1.steemit.com/128x256/https://s20.postimg.org/z87ylx6lp/Captura_de_pantalla_2016_09_11_a_las_12_20_25.png | [@gargon](https://steemit.com/@gargon) | [SPANISH/ENGLISH Coltan, el mineral preciado / Coltan, the coveted mineral](https://steemit.com/spanish/@gargon/spanish-english-coltan-el-mineral-preciado-coltan-the-coveted-mineral) | 29.026 SBD |\n| https://img1.steemit.com/128x256/https://i.imgsafe.org/5fa4dd00ed.jpg | [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Beautiful Birds (3 Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-beautiful-birds-3-original-photos) | 28.021 SBD |\n| https://img1.steemit.com/128x256/https://img.youtube.com/vi/kq7yRYtPPqM/0.jpg | [@edgarsart](https://steemit.com/@edgarsart) | [How to draw Hair Realistic](https://steemit.com/art/@edgarsart/how-to-draw-hair-realistic) | 28.117 SBD |\n| https://img1.steemit.com/128x256/https://s16.postimg.org/iddee30zp/orbita_station.jpg | [@peskov](https://steemit.com/@peskov) | [Silvery Saucers (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/silvery-saucers-featuring-vasily-peskov-as-author) | 28.945 SBD |\n| https://img1.steemit.com/128x256/http://i.imgsafe.org/6250145f95.jpg | [@kevjawood](https://steemit.com/@kevjawood) | [REALITY GOES POOF (An Original Poem)](https://steemit.com/poetry/@kevjawood/a-space-with-the-stars-an-original-poem) | 28.906 SBD |\n| https://img1.steemit.com/128x256/images/https://c1.staticflickr.com/9/8291/29579841876_09d1bf2f97_b.jpg | [@soraya](https://steemit.com/@soraya) | [I'm not supposed to post this here.... BUT... He won't mind...](https://steemit.com/music/@soraya/i-m-not-supposed-to-post-this-here-but-he-won-t-mind) | 28.073 SBD |\n| https://img1.steemit.com/128x256/http://www.ebooks4free.net/forsteem/eye-def.jpg | [@andrew0](https://steemit.com/@andrew0) | [Abstract Processed Geometry - Original Artwork [Creative Commons Photography]](https://steemit.com/photography/@andrew0/abstract-processed-geometry) | 28.201 SBD |\n| https://img1.steemit.com/128x256/https://s16.postimg.io/4wq84mip1/japan.jpg | [@steemswede](https://steemit.com/@steemswede) | [[HAIKU CONTEST] And the Winner is...](https://steemit.com/poetry/@steemswede/haiku-contest-and-the-winner-is) | 27.917 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/image00ae0.jpg | [@prufarchy](https://steemit.com/@prufarchy) | [Starchild (Original)](https://steemit.com/story/@prufarchy/starchild-original) | 27.627 SBD |\n| https://img1.steemit.com/128x256/http://i0.wp.com/www.benthethird.com/wp-content/uploads/2014/09/life-flow-chart.gif?resize=475%2C315 | [@virtualgrowth](https://steemit.com/@virtualgrowth) | [\u2763 Never Ever Give Up! \u2763 Born premature to Eagle Scout to businessman to nearly dying to Meningitis.\u2763](https://steemit.com/life/@virtualgrowth/never-ever-give-up-born-premature-to-eagle-scout-to-businessman-to-nearly-dying-to-meningitis) | 27.174 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Razorwhiptalonse258d.png | [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Razor Whip - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-razor-whip-valcanne-s-guide-to-keltorin) | 27.102 SBD |\n| https://img1.steemit.com/128x256/https://s18.postimg.org/4owh9h9qh/image.jpg | [@blinova](https://steemit.com/@blinova) | [Heaven's Sky. Timelapse](https://steemit.com/art/@blinova/heaven-s-sky-timelapse) | 27.341 SBD |\n| https://img1.steemit.com/128x256/https://s22.postimg.org/fypvrppn5/mars_way.jpg | [@senseye](https://steemit.com/@senseye) | [When Will You Rent a House on Mars? A Colonist\u2019s Codex.](https://steemit.com/space/@senseye/when-will-you-rent-a-house-on-mars-a-colonist-s-codex) | 27.104 SBD |\n| https://img1.steemit.com/128x256/https://s25.postimg.org/5snak85kv/wanderer_814222_180.jpg | [@lpfaust](https://steemit.com/@lpfaust) | [Subcultures and Social Trends: The Modern Hobo and The Vagabond \u2013 When Technology and The Homeless Collide](https://steemit.com/subculture/@lpfaust/subcultures-and-social-trends-the-modern-hobo-and-the-vagabond-when-technology-and-the-homeless-collide) | 27.468 SBD |\n| https://img1.steemit.com/128x256/https://img.youtube.com/vi/VLe84OkwKOA/0.jpg | [@goose](https://steemit.com/@goose) | [Animals as Persons: The Nonhuman Rights Project](https://steemit.com/philosophy/@goose/animals-as-persons-the-nonhuman-rights-project) | 27.745 SBD |\n| https://img1.steemit.com/128x256/https://img1.steemit.com/0x0/https://s3.postimg.org/f94kmtxv7/dd8bd8753d.gif | [@raymonjohnstone](https://steemit.com/@raymonjohnstone) | [My First Drone Recording](https://steemit.com/drone/@raymonjohnstone/my-first-drone-recording) | 27.716 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/ZUYVGJRl.jpg | [@mandibil](https://steemit.com/@mandibil) | [FACTORY GIRL [George Hickenlooper, USA 2006] - movie review by Mandibil](https://steemit.com/movie/@mandibil/factory-girl-george-hickenlooper-usa-2006-movie-review-by-mandibil) | 27.997 SBD |\n| https://img1.steemit.com/128x256/https://img.youtube.com/vi/ij2bfEIcP2o/0.jpg | [@edgarsart](https://steemit.com/@edgarsart) | [Girl Pencil Portrait Drawing StepbyStep video](https://steemit.com/art/@edgarsart/girl-pencil-portrait-drawing-stepbystep-video) | 26.746 SBD |\n| https://img1.steemit.com/128x256/https://s21.postimg.org/9ej8nsiuv/Fish_and_Chips_The_Healthy_Way_5.jpg | [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Ultimate Makeover: Fish & Chips The Healthy Way](https://steemit.com/food/@amy-goodrich/ultimate-makeover-fish-and-chips-the-healthy-way) | 26.213 SBD |\n| https://img1.steemit.com/128x256/http://imgur.com/u9Sd29h.jpg | [@ioulia](https://steemit.com/@ioulia) | [Abstract linear pop art (original work)](https://steemit.com/art/@ioulia/abstract-linear-pop-art-original-work) | 26.472 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/pexels-photo-143036fa5f.jpg | [@aboundlessworld](https://steemit.com/@aboundlessworld) | [[Original Poem] -- Baby I'm Sick](https://steemit.com/poetry/@aboundlessworld/original-poem-baby-i-m-sick) | 26.691 SBD |\n| https://img1.steemit.com/128x256/http://i63.tinypic.com/epliiw.png | [@generation.easy](https://steemit.com/@generation.easy) | [Amazing Fantastic Inventions #2](https://steemit.com/inventions/@generation.easy/amazing-fantastic-inventions-2) | 26.343 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/imageb1017.jpg | [@xanoxt](https://steemit.com/@xanoxt) | [While I'm no @papa-pepper, sometimes I handle dangerous (ok, not really) wildlife too.](https://steemit.com/animals/@xanoxt/while-i-m-no-papa-pepper-sometimes-i-to-handle-dangerous-ok-not-really-wildlife) | 26.926 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Urval_av_de_bocker_som_har_vunnit_Nordiska_radets_litteraturpris_under_de_50_ar_som_priset_funnits_368366.jpg | [@deeallen](https://steemit.com/@deeallen) | [THE FIVE BEST BOOKS I've read this year \u2014 culture, language, history and psychology](https://steemit.com/life/@deeallen/the-five-best-books-i-ve-read-this-year-culture-language-history-and-psychology) | 26.504 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/nmfIDs5.jpg | [@ezzy](https://steemit.com/@ezzy) | [The Uprising - Part 3 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-uprising-part-3-my-original-short-stories) | 26.625 SBD |\n| https://img1.steemit.com/128x256/https://i.imgsafe.org/59071d91d4.jpg | [@awesomenyl](https://steemit.com/@awesomenyl) | [DIY Paper Flower Spider Mums](https://steemit.com/art/@awesomenyl/diy-paper-flower-spider-mums) | 26.106 SBD |\n| https://img1.steemit.com/128x256/https://c1.staticflickr.com/3/2610/4097560663_778912e708.jpg | [@lanimal](https://steemit.com/@lanimal) | [Binaural Beat Frequencies for Better Brain Function](https://steemit.com/science/@lanimal/binaural-beat-frequencies-for-better-brain-function) | 25.354 SBD |\n| https://img1.steemit.com/128x256/https://z-1-scontent.fmnl3-1.fna.fbcdn.net/t31.0-8/14241672_10209420375641103_5754824334197263773_o.jpg | [@juvyjabian](https://steemit.com/@juvyjabian) | [How Does the United States Helped Philippines Through Capitalism?](https://steemit.com/philippines/@juvyjabian/how-does-the-united-states-helped-philippines-through-capitalism) | 25.933 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/02/IMG_8949c66d4.jpg | [@leylar](https://steemit.com/@leylar) | [White daisies ~ Own work](https://steemit.com/photography/@leylar/white-daisies-own-work) | 25.887 SBD |\n| https://img1.steemit.com/128x256/http://www.den-uijl.nl/photography/foto23.jpg | [@ocrdu](https://steemit.com/@ocrdu) | [Classic cars in France](https://steemit.com/photography/@ocrdu/classic-cars-in-france) | 25.265 SBD |\n| https://img1.steemit.com/128x256/http://imgur.com/Bec7trs.jpg | [@agapakos](https://steemit.com/@agapakos) | [Study on different animal poses. (original work) part 2](https://steemit.com/art/@agapakos/study-on-different-animal-poses-original-work-part-2) | 25.671 SBD |\n| https://img1.steemit.com/128x256/http://i.imgur.com/xQxmX7C.png | [@rubenalexander](https://steemit.com/@rubenalexander) | [A BOOK REVIEW OF STELLABELLE'S \"UN-CRAP YOUR LIFE\"](https://steemit.com/life/@rubenalexander/a-book-review-of-stellabelle-s-un-crap-your-life) | 25.357 SBD |\n| https://img1.steemit.com/128x256/https://ipfs.pics/ipfs/QmPSjz94wGJ5tsd7ybpPheoMXFtPxNS5NFDKqBrZNDe9kt | [@eveningstar92](https://steemit.com/@eveningstar92) | [Bugging Out- Original Mixed Media & Prints-(steps)](https://steemit.com/art/@eveningstar92/bugging-out-original-mixed-media-and-prints-steps) | 25.729 SBD |\n| https://img1.steemit.com/128x256/https://www.upload.ee/image/6148618/man_in_suit_holding_a_whiskey_glass.jpg | [@modernbukowski](https://steemit.com/@modernbukowski) | [Alcoholic Stories #2: New school, new house, new drinking buddy](https://steemit.com/storieslikethesereallymakeyouthinkaboutwhatgoesoninlifedonttheybecauseminordrinkingisbad/@modernbukowski/alcoholic-stories-2) | 25.622 SBD |\n| https://img1.steemit.com/128x256/http://i.imgsafe.org/5cb6a8acfd.jpg | [@wastingtime101](https://steemit.com/@wastingtime101) | [Road Trip around the Scottish Highlands Part 2, My Own Pictures, North Coast 500](https://steemit.com/travel/@wastingtime101/road-trip-around-the-scottish-highlands-part-2-my-own-pictures-north-coast-500) | 25.616 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/penpen08acc.md.jpg | [@jza](https://steemit.com/@jza) | [Rim: La chica que Sue\u00f1a con ser Linuxera](https://steemit.com/spanish/@jza/la-chica-que-suena-con-ser-linuxera) | 25.491 SBD |\n| https://img1.steemit.com/128x256/https://paradoxia.files.wordpress.com/2011/07/latinoamerica-unida1.jpg?w=450&h=327 | [@toxichan](https://steemit.com/@toxichan) | [Bueno listo, ahora hablemos en espa\u00f1ol... Sorry guys, no more english.](https://steemit.com/steemit/@toxichan/bueno-listo-ahora-hablemos-en-espanol-sorry-guys-no-more-english) | 25.022 SBD |\n| https://img1.steemit.com/128x256/http://www.cupus.org/wp-content/uploads/2013/06/Cuba-en-arcoiris-3.jpg | [@nelyp](https://steemit.com/@nelyp) | [La tierra m\u00e1s hermosa que ojos humanos hayan visto](https://steemit.com/spanish/@nelyp/la-tierra-mas-hermosa-que-ojos-humanos-hayan-visto) | 25.023 SBD |\n| https://img1.steemit.com/128x256/https://scontent-lhr3-1.xx.fbcdn.net/t31.0-8/14231910_1834661730101141_2304754823414129999_o.jpg | [@racheltisdale](https://steemit.com/@racheltisdale) | [\u00a1Sesi\u00f3n de fotos con colores!](https://steemit.com/spanish/@racheltisdale/sesion-de-fotos-con-colores) | 24.949 SBD |\n| https://img1.steemit.com/128x256/http://212.201.48.1/course/fall02/c210101/students/BlackHoles/Black%20holes%20and%20Schwartzschild%20geometry_files/image030.gif | [@pjheinz](https://steemit.com/@pjheinz) | [Light Cones and Black Holes (1 of 3)](https://steemit.com/science/@pjheinz/light-cones-and-black-holes-1-of-3) | 24.679 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/01/IMG_8487_1470880525105b632a.jpg | [@jrcornel](https://steemit.com/@jrcornel) | [The Fommy Visits Mount Rushmore!](https://steemit.com/life/@jrcornel/the-fommy-visits-mount-rushmore) | 23.035 SBD |\n| https://img1.steemit.com/128x256/http://image.noelshack.com/fichiers/2016/37/1473682632-imag2096.jpg | [@french.fyde](https://steemit.com/@french.fyde) | [[ENG/FR] SteemitMolecularCooking Chocolate Caviar](https://steemit.com/food/@french.fyde/eng-fr-steemitmolecularcooking-or-chocolate-caviar) | 23.158 SBD |\n| https://img1.steemit.com/128x256/http://geke.us/wp-content/uploads/2016/09/board.jpg | [@geke](https://steemit.com/@geke) | [Will blockchain technology make our society more honest?](https://steemit.com/blockchain/@geke/will-blockchain-technology-make-our-society-more-honest) | 22.944 SBD |\n| https://img1.steemit.com/128x256/https://s15.postimg.org/9skuqnhy3/racist.jpg | [@serioustruth](https://steemit.com/@serioustruth) | [Diversity- How racist are you?](https://steemit.com/racism/@serioustruth/diversity-how-racist-are-you) | 22.045 SBD |\n| https://img1.steemit.com/128x256/http://i64.tinypic.com/2yv3tqf.jpg | [@fat-like-buddha](https://steemit.com/@fat-like-buddha) | [A Letter to My Sons - Advice For Starting Out In Life](https://steemit.com/parenting/@fat-like-buddha/a-letter-to-my-sons-preparing-for-lifes-journey) | 22.494 SBD |\n| | [@mcsvi](https://steemit.com/@mcsvi) | [Sliding Down A Waterfall In The Jungle (Original Footage)](https://steemit.com/travel/@mcsvi/sliding-down-a-waterfall-in-the-jungle-original-footage) | 22.206 SBD |\n| | [@pabloescobar](https://steemit.com/@pabloescobar) | [Backpacking across the Lovozero Massif: Seydyavr regional sanctuary (part 2)](https://steemit.com/travel/@pabloescobar/backpacking-across-the-lovozero-massif-seydyavr-regional-sanctuary-part-2) | 22.180 SBD |\n| https://img1.steemit.com/128x256/http://imgur.com/mrPDTYy.jpg | [@randolphrope](https://steemit.com/@randolphrope) | [Oil on Canvas 16\" X 20\" title: \"Wishing Tree\"](https://steemit.com/art/@randolphrope/oil-on-canvas-16-x-20-title-wishing-tree) | 22.516 SBD |\n| https://img1.steemit.com/128x256/https://s15.postimg.org/z7hl5en17/shutterstock_197557883_1020x400_1417191184.jpg | [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 1: Change The World](https://steemit.com/music/@verbal-d/melodious-music-memoirs-1-change-the-world) | 21.445 SBD |\n| https://img1.steemit.com/128x256/http://i1060.photobucket.com/albums/t450/northeastbugman/Bison00_zpsxtxa7dml.jpg | [@customnature](https://steemit.com/@customnature) | [Daily Nature Fix: From Extinction to the National Mammal (Original Photos)](https://steemit.com/nature/@customnature/daily-nature-fix-from-extinction-to-the-national-mammal-original-photos) | 21.331 SBD |\n| https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/02/child-28792_6409e06d.png | [@linzo](https://steemit.com/@linzo) | [A Test of Unconditional Friendship (Original Short story)](https://steemit.com/love/@linzo/a-test-of-unconditional-friendship-original-short-story) | 21.487 SBD |\n| https://img1.steemit.com/128x256/https://pixabay.com/static/uploads/photo/2016/08/06/03/06/american-football-1573768_960_720.jpg | [@fingolfin](https://steemit.com/@fingolfin) | [Sports and Steemit](https://steemit.com/sports/@fingolfin/sports-and-steemit) | 21.701 SBD |\n| https://img1.steemit.com/128x256/http://alden-tan.com/wp-content/uploads/2014/01/an-ode-to-introverts.jpg | [@aldentan](https://steemit.com/@aldentan) | [An Ode To Introverts](https://steemit.com/life/@aldentan/an-ode-to-introverts) | 21.269 SBD |\n| https://img1.steemit.com/128x256/https://img.youtube.com/vi/oqLUQhuLgBk/0.jpg | [@lyndsaybowes](https://steemit.com/@lyndsaybowes) | [Original Song \"Stop Killing Our Friends\"](https://steemit.com/art/@lyndsaybowes/original-song-stop-killing-our-friends) | 21.850 SBD |\n| https://img1.steemit.com/128x256/http://i.imgsafe.org/6b420d9930.jpg | [@alex2016](https://steemit.com/@alex2016) | [My new works from genuine leather](https://steemit.com/photography/@alex2016/my-new-works-from-genuine-leather) | 20.833 SBD |\n| | [@neopatriarch](https://steemit.com/@neopatriarch) | [Steemit and Online Comics](https://steemit.com/steemit/@neopatriarch/steemit-and-online-comics) | 20.853 SBD |\n| https://img1.steemit.com/128x256/http://rivista-cdn.reptilesmagazine.com/snake-with-lizard-in-belly.jpg?ver=1473352633 | [@herpetologyguy](https://steemit.com/@herpetologyguy) | [Fossilized Food Chain](https://steemit.com/science/@herpetologyguy/fossilized-food-chain) | 16.113 SBD |\n\n---------------------------\n
Note: All author rewards from this post will be used to fund Project Curie. Join us in #curie on Steemit.chat!
\n\n---------------------------\n
Follow us @curie
\n---------------------------", + "body_length": 32806, + "cashout_time": "2016-09-19T18:33:57", + "category": "curie", + "children": 14, + "created": "2016-09-12T18:33:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\",\"https://img1.steemit.com/128x256/https://httpsimage.com/img/IMG_1450.JPG\",\"https://img1.steemit.com/128x256/https://img.youtube.com/vi/UhZDwgBW6EY/0.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/EEyare9.png\",\"https://img1.steemit.com/128x256/https://scontent-dft4-1.xx.fbcdn.net/v/t1.0-9/14291833_292480174464014_3105699404264379882_n.jpg?oh=658b91f0dd7c3c877d81591e0bd2af09&oe=587CE565\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/08/27/love-1127710_1280d7f8d.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/uBTNpm5h.jpg\",\"https://img1.steemit.com/128x256/https://pp.vk.me/c637629/v637629612/de92/Wxvl1rBCykU.jpg\",\"https://img1.steemit.com/128x256/https://httpsimage.com/img/20160912_150155.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/ASilentLovelyConversationf5e1b.png\",\"https://img1.steemit.com/128x256/http://i.imgsafe.org/5d71375510.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/trickster0a290.png\",\"https://img1.steemit.com/128x256/http://i.imgur.com/DdGTg8a.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/fZ4dy1W.jpg\",\"https://img1.steemit.com/128x256/https://merej99.files.wordpress.com/2016/09/twintowers.png\",\"https://img1.steemit.com/128x256/http://www.michelepetrelli.it/img-steemit/violet-jess/Jess-viola-950.jpg\",\"https://img1.steemit.com/128x256/https://pp.vk.me/c626924/v626924313/2a0c6/zFMzDtoX9SE.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/ddxFFZb.jpg\",\"https://img1.steemit.com/128x256/https://s19.postimg.org/64f9hsecz/sunplant_l.jpg\",\"https://img1.steemit.com/128x256/http://img.mota.ru/upload/wallpapers/2013/01/16/13/03/34354/nJNL46zeKQ-2560x1600.jpg\",\"https://img1.steemit.com/128x256/https://pixabay.com/static/uploads/photo/2014/08/14/01/50/syringe-417786_960_720.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/4-2ac6b2.jpg\",\"https://img1.steemit.com/128x256/https://s20.postimg.org/4o8oqwwj1/Captura_de_pantalla_2016_09_12_a_las_9_34_12.png\",\"https://img1.steemit.com/128x256/http://i346.photobucket.com/albums/p432/Glenn_Scrimshaw/book%20cover%204_zpsjhqem9nj.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/qyTqUF5.jpg\",\"https://img1.steemit.com/128x256/https://s5.postimg.org/eahqpuis7/image.jpg\",\"https://img1.steemit.com/128x256/http://i68.tinypic.com/jqqphi.jpg\",\"https://img1.steemit.com/128x256/http://i.imgsafe.org/58d4d0dfdb.jpg\",\"https://img1.steemit.com/128x256/https://s18.postimg.org/t1hsnwx89/primer_boceto.jpg\",\"https://img1.steemit.com/128x256/http://imgur.com/4m5m1Y3.jpg\",\"https://img1.steemit.com/128x256/https://s16.postimg.org/ptaesh9ud/img.jpg\",\"https://img1.steemit.com/128x256/https://i.ytimg.com/vi/jgNYBR4EXa0/hqdefault.jpg?custom=true&w=168&h=94&stc=true&jpg444=true&jpgq=90&sp=68&sigh=sKtveJrJ-PVNP4sh4ZiXaWNkCSo\",\"https://img1.steemit.com/128x256/https://i.imgur.com/H7qru39.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Israel2016-04-13-208f4d.md.jpg\",\"https://img1.steemit.com/128x256/https://i.imgsafe.org/5dc20ee430.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/MPnNerp.jpg\",\"https://img1.steemit.com/128x256/http://financesmarter.com.au/wp-content/uploads/2016/02/Land-Rover-Discovery.jpg\",\"https://img1.steemit.com/128x256/https://ipfs.pics/ipfs/Qmbov2e7EyPvEpJunaZmVxNCYLRBvqfdvX5yuTdAdbRdKv\",\"https://img1.steemit.com/128x256/http://news.bbcimg.co.uk/media/images/72360000/jpg/_72360178_80157845.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/t1PhKnC.jpg\",\"https://img1.steemit.com/128x256/https://pp.vk.me/c4134/u2026586/4031467/x_8c9b1455.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/iiRaW1o.jpg\",\"https://img1.steemit.com/128x256/http://www.madeineighty.com/wp-content/uploads/2015/07/steemit091.jpg\",\"https://img1.steemit.com/128x256/http://www.sexenio.com.mx/nuevoleon/diario/20120823/8892.jpg\",\"https://img1.steemit.com/128x256/http://cdn.kme.si/public/images-cache/750xX/2014/12/04/a24e8f4c2c26fc82ac506a8c13239602/548180d8b4c64/a24e8f4c2c26fc82ac506a8c13239602.jpeg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/r31YdrE.jpg\",\"https://img1.steemit.com/128x256/http://66.media.tumblr.com/d300bdabc6a197d80fb3e35aa1d4471d/tumblr_o7u5etyqsn1sfie3io1_1280.jpg\",\"https://img1.steemit.com/128x256/https://s20.postimg.org/z87ylx6lp/Captura_de_pantalla_2016_09_11_a_las_12_20_25.png\",\"https://img1.steemit.com/128x256/https://i.imgsafe.org/5fa4dd00ed.jpg\",\"https://img1.steemit.com/128x256/https://img.youtube.com/vi/kq7yRYtPPqM/0.jpg\",\"https://img1.steemit.com/128x256/https://s16.postimg.org/iddee30zp/orbita_station.jpg\",\"https://img1.steemit.com/128x256/http://i.imgsafe.org/6250145f95.jpg\",\"https://img1.steemit.com/128x256/images/https://c1.staticflickr.com/9/8291/29579841876_09d1bf2f97_b.jpg\",\"https://img1.steemit.com/128x256/http://www.ebooks4free.net/forsteem/eye-def.jpg\",\"https://img1.steemit.com/128x256/https://s16.postimg.io/4wq84mip1/japan.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/image00ae0.jpg\",\"https://img1.steemit.com/128x256/http://i0.wp.com/www.benthethird.com/wp-content/uploads/2014/09/life-flow-chart.gif?resize=475%2C315\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Razorwhiptalonse258d.png\",\"https://img1.steemit.com/128x256/https://s18.postimg.org/4owh9h9qh/image.jpg\",\"https://img1.steemit.com/128x256/https://s22.postimg.org/fypvrppn5/mars_way.jpg\",\"https://img1.steemit.com/128x256/https://s25.postimg.org/5snak85kv/wanderer_814222_180.jpg\",\"https://img1.steemit.com/128x256/https://img.youtube.com/vi/VLe84OkwKOA/0.jpg\",\"https://img1.steemit.com/128x256/https://img1.steemit.com/0x0/https://s3.postimg.org/f94kmtxv7/dd8bd8753d.gif\",\"https://img1.steemit.com/128x256/http://i.imgur.com/ZUYVGJRl.jpg\",\"https://img1.steemit.com/128x256/https://img.youtube.com/vi/ij2bfEIcP2o/0.jpg\",\"https://img1.steemit.com/128x256/https://s21.postimg.org/9ej8nsiuv/Fish_and_Chips_The_Healthy_Way_5.jpg\",\"https://img1.steemit.com/128x256/http://imgur.com/u9Sd29h.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/pexels-photo-143036fa5f.jpg\",\"https://img1.steemit.com/128x256/http://i63.tinypic.com/epliiw.png\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/12/imageb1017.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/Urval_av_de_bocker_som_har_vunnit_Nordiska_radets_litteraturpris_under_de_50_ar_som_priset_funnits_368366.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/nmfIDs5.jpg\",\"https://img1.steemit.com/128x256/https://i.imgsafe.org/59071d91d4.jpg\",\"https://img1.steemit.com/128x256/https://c1.staticflickr.com/3/2610/4097560663_778912e708.jpg\",\"https://img1.steemit.com/128x256/https://z-1-scontent.fmnl3-1.fna.fbcdn.net/t31.0-8/14241672_10209420375641103_5754824334197263773_o.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/02/IMG_8949c66d4.jpg\",\"https://img1.steemit.com/128x256/http://www.den-uijl.nl/photography/foto23.jpg\",\"https://img1.steemit.com/128x256/http://imgur.com/Bec7trs.jpg\",\"https://img1.steemit.com/128x256/http://i.imgur.com/xQxmX7C.png\",\"https://img1.steemit.com/128x256/https://ipfs.pics/ipfs/QmPSjz94wGJ5tsd7ybpPheoMXFtPxNS5NFDKqBrZNDe9kt\",\"https://img1.steemit.com/128x256/https://www.upload.ee/image/6148618/man_in_suit_holding_a_whiskey_glass.jpg\",\"https://img1.steemit.com/128x256/http://i.imgsafe.org/5cb6a8acfd.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/11/penpen08acc.md.jpg\",\"https://img1.steemit.com/128x256/https://paradoxia.files.wordpress.com/2011/07/latinoamerica-unida1.jpg?w=450&h=327\",\"https://img1.steemit.com/128x256/http://www.cupus.org/wp-content/uploads/2013/06/Cuba-en-arcoiris-3.jpg\",\"https://img1.steemit.com/128x256/https://scontent-lhr3-1.xx.fbcdn.net/t31.0-8/14231910_1834661730101141_2304754823414129999_o.jpg\",\"https://img1.steemit.com/128x256/http://212.201.48.1/course/fall02/c210101/students/BlackHoles/Black%20holes%20and%20Schwartzschild%20geometry_files/image030.gif\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/01/IMG_8487_1470880525105b632a.jpg\",\"https://img1.steemit.com/128x256/http://image.noelshack.com/fichiers/2016/37/1473682632-imag2096.jpg\",\"https://img1.steemit.com/128x256/http://geke.us/wp-content/uploads/2016/09/board.jpg\",\"https://img1.steemit.com/128x256/https://s15.postimg.org/9skuqnhy3/racist.jpg\",\"https://img1.steemit.com/128x256/http://i64.tinypic.com/2yv3tqf.jpg\",\"https://img1.steemit.com/128x256/http://imgur.com/mrPDTYy.jpg\",\"https://img1.steemit.com/128x256/https://s15.postimg.org/z7hl5en17/shutterstock_197557883_1020x400_1417191184.jpg\",\"https://img1.steemit.com/128x256/http://i1060.photobucket.com/albums/t450/northeastbugman/Bison00_zpsxtxa7dml.jpg\",\"https://img1.steemit.com/128x256/https://www.steemimg.com/images/2016/09/02/child-28792_6409e06d.png\",\"https://img1.steemit.com/128x256/https://pixabay.com/static/uploads/photo/2016/08/06/03/06/american-football-1573768_960_720.jpg\",\"https://img1.steemit.com/128x256/http://alden-tan.com/wp-content/uploads/2014/01/an-ode-to-introverts.jpg\",\"https://img1.steemit.com/128x256/https://img.youtube.com/vi/oqLUQhuLgBk/0.jpg\",\"https://img1.steemit.com/128x256/http://i.imgsafe.org/6b420d9930.jpg\",\"https://img1.steemit.com/128x256/http://rivista-cdn.reptilesmagazine.com/snake-with-lizard-in-belly.jpg?ver=1473352633\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/@katerina\",\"https://steemit.com/art/@katerina/my-art-of-kirigami\",\"https://steemit.com/@juliamateo\",\"https://steemit.com/art/@juliamateo/mi-experiencia-en-youtube\",\"https://steemit.com/@ines-f\",\"https://steemit.com/travel-local/@ines-f/european-heritage-days\",\"https://steemit.com/@lily-da-vine\",\"https://steemit.com/art/@lily-da-vine/how-to-make-a-glass-spoon-pipe-with-pictures-and-giveaway\",\"https://steemit.com/@krnel\",\"https://steemit.com/care/@krnel/how-much-do-you-care-kind-kin-genus-and-care\",\"https://steemit.com/@jillwirt\",\"https://steemit.com/science/@jillwirt/don-t-be-such-a-trashy-beach\",\"https://steemit.com/@uuuhha\",\"https://steemit.com/food/@uuuhha/it-s-almost-impossible-to-resist-an-amazing-thai-sweets-old-takua-pa-sunday-market-original-photos\",\"https://steemit.com/@marius19\",\"https://steemit.com/steemit/@marius19/flower-lamp-origami\",\"https://steemit.com/@royalmacro\",\"https://steemit.com/art/@royalmacro/a-silent-lovely-conversation-an-original-abstract-art-and-a-poem\",\"https://steemit.com/@mariandavp\",\"https://steemit.com/art/@mariandavp/6xulxx-self-portrait-original-artwork-by-mariandavp\",\"https://steemit.com/@radioactivities\",\"https://steemit.com/psychology/@radioactivities/the-trickster-s-guide-on-how-to-stop-worrying-and-start-risky-living-part-1\",\"https://steemit.com/@dumar022\",\"https://steemit.com/techreview/@dumar022/workshop-lesson-3-axe-you-can-t-look-more-serious-than-with-an-axe-in-your-hands\",\"https://steemit.com/@mikemacintire\",\"https://steemit.com/photography/@mikemacintire/lightpainted-landscapes-long-exposure-night-photography-steemitphotochallenge-entry\",\"https://steemit.com/@merej99\",\"https://steemit.com/personal/@merej99/personal-two-memories-of-the-world-trade-center-and-stomping-around-nyc-with-my-dad-when-i-was-a-kid\",\"https://steemit.com/@kimal73\",\"https://steemit.com/art/@kimal73/new-media-painting-bad-violet-woman-modern-impressionism\",\"https://steemit.com/@tanata\",\"https://steemit.com/health/@tanata/great-tips-that-will-lead-you-to-weight-loss-pencil-illustration\",\"https://steemit.com/@moon32walker\",\"https://steemit.com/gaming/@moon32walker/top-10-driving-games\",\"https://steemit.com/@naquoya\",\"https://steemit.com/poetryslamtwo/@naquoya/poetry-slam-challenge-2-to-soar-with-grace\",\"https://steemit.com/@asdes\",\"https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3\",\"https://steemit.com/@renzoarg\",\"https://steemit.com/science/@renzoarg/poisonous-magic\",\"https://steemit.com/@thornybastard\",\"https://steemit.com/cn/@thornybastard/chapter-8-5-wechat-about-ghosts-the-secret-of-the-golden-flower\",\"https://steemit.com/@gargon\",\"https://steemit.com/spanish/@gargon/curiosidad-la-fuerza-que-da-forma-a-nuestro-mundo\",\"https://steemit.com/@alienbutt\",\"https://steemit.com/art/@alienbutt/a-guide-to-spaceships-and-where-to-find-them\",\"https://steemit.com/@kiddarko\",\"https://steemit.com/tattoo/@kiddarko/tattoo-cover-up-in-progress-step-by-step-progress-by-kiddarko\",\"https://steemit.com/@konti\",\"https://steemit.com/steemit/@konti/steemit-art-or-steemit-wallpapers-or-part-2\",\"https://steemit.com/@tygergamer\",\"https://steemit.com/gaming/@tygergamer/my-thoughts-on-journey\",\"https://steemit.com/@nelyp\",\"https://steemit.com/spanish/@nelyp/new-york\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-uno\",\"https://steemit.com/@booky\",\"https://steemit.com/life/@booky/make-your-home-improvements-worth-it\",\"https://steemit.com/@toxichan\",\"https://steemit.com/spanish/@toxichan/mr-robot-la-moneda-digital-ecoin-realidad-o-solo-ficcion-spoiler-alert\",\"https://steemit.com/@yasmineta\",\"https://steemit.com/art/@yasmineta/mi-experiencia-como-personaje-publico-youtuber\",\"https://steemit.com/@yangyang\",\"https://steemit.com/art/@yangyang/my-abstract-self-portrait-pc-paint-drawing\",\"https://steemit.com/@dexter-k\",\"https://steemit.com/photography/@dexter-k/traveling-in-israel-part-i-the-incredible-and-ancient-city-of-jerusalem-original-work\",\"https://steemit.com/@steemitpatina\",\"https://steemit.com/food/@steemitpatina/fresh-hot-yeasty-bread-guinness-in-a-loaf\",\"https://steemit.com/@kalipo\",\"https://steemit.com/art/@kalipo/sketching-day\",\"https://steemit.com/@smartercars\",\"https://steemit.com/cars/@smartercars/reviewing-the-land-rover-discovery\",\"https://steemit.com/@voltarius\",\"https://steemit.com/writing/@voltarius/what-would-you-do-a-rainy-encounter-your-participation-is-requested-2\",\"https://steemit.com/@aggroed\",\"https://steemit.com/writing/@aggroed/satirically-yours-s1e8-how-to-die-of-starvation-while-only-using-steem\",\"https://steemit.com/@neopatriarch\",\"https://steemit.com/art/@neopatriarch/a-illustration-of-an-argantuan-for-the-void-art-competition\",\"https://steemit.com/@nekromarinist\",\"https://steemit.com/art/@nekromarinist/funny-riddles-my-original-art\",\"https://steemit.com/@alexbeyman\",\"https://steemit.com/gaming/@alexbeyman/vr-game-review-air-mech-command-the-first-moba-for-vr-and-you-re-a-transforming-robot\",\"https://steemit.com/@kommienezuspadt\",\"https://steemit.com/life/@kommienezuspadt/how-deeply-nick-cave-s-skeleton-tree-one-more-time-with-feeling-impacted-me\",\"https://steemit.com/@valenttina\",\"https://steemit.com/science/@valenttina/food-packaging-contamination-a-slap-on-our-face-and-an-alternative\",\"https://steemit.com/@borishaifa\",\"https://steemit.com/steemit/@borishaifa/what-information-drugs-do-you-use-kakie-informacionnye-narkotiki-vy-upotreblyaete\",\"https://steemit.com/@mweich\",\"https://steemit.com/photography/@mweich/little-monsters-part-vi-dragonfly\",\"https://steemit.com/@lukeofkondor\",\"https://steemit.com/blog/@lukeofkondor/o2-100k-downloads-and-a-nightmare-man\",\"https://steemit.com/spanish/@gargon/spanish-english-coltan-el-mineral-preciado-coltan-the-coveted-mineral\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-beautiful-birds-3-original-photos\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/how-to-draw-hair-realistic\",\"https://steemit.com/@peskov\",\"https://steemit.com/life/@peskov/silvery-saucers-featuring-vasily-peskov-as-author\",\"https://steemit.com/@kevjawood\",\"https://steemit.com/poetry/@kevjawood/a-space-with-the-stars-an-original-poem\",\"https://steemit.com/@soraya\",\"https://steemit.com/music/@soraya/i-m-not-supposed-to-post-this-here-but-he-won-t-mind\",\"https://steemit.com/@andrew0\",\"https://steemit.com/photography/@andrew0/abstract-processed-geometry\",\"https://steemit.com/@steemswede\",\"https://steemit.com/poetry/@steemswede/haiku-contest-and-the-winner-is\",\"https://steemit.com/@prufarchy\",\"https://steemit.com/story/@prufarchy/starchild-original\",\"https://steemit.com/@virtualgrowth\",\"https://steemit.com/life/@virtualgrowth/never-ever-give-up-born-premature-to-eagle-scout-to-businessman-to-nearly-dying-to-meningitis\",\"https://steemit.com/@krystle\",\"https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-razor-whip-valcanne-s-guide-to-keltorin\",\"https://steemit.com/@blinova\",\"https://steemit.com/art/@blinova/heaven-s-sky-timelapse\",\"https://steemit.com/@senseye\",\"https://steemit.com/space/@senseye/when-will-you-rent-a-house-on-mars-a-colonist-s-codex\",\"https://steemit.com/@lpfaust\",\"https://steemit.com/subculture/@lpfaust/subcultures-and-social-trends-the-modern-hobo-and-the-vagabond-when-technology-and-the-homeless-collide\",\"https://steemit.com/@goose\",\"https://steemit.com/philosophy/@goose/animals-as-persons-the-nonhuman-rights-project\",\"https://steemit.com/@raymonjohnstone\",\"https://steemit.com/drone/@raymonjohnstone/my-first-drone-recording\",\"https://steemit.com/@mandibil\",\"https://steemit.com/movie/@mandibil/factory-girl-george-hickenlooper-usa-2006-movie-review-by-mandibil\",\"https://steemit.com/art/@edgarsart/girl-pencil-portrait-drawing-stepbystep-video\",\"https://steemit.com/@amy-goodrich\",\"https://steemit.com/food/@amy-goodrich/ultimate-makeover-fish-and-chips-the-healthy-way\",\"https://steemit.com/@ioulia\",\"https://steemit.com/art/@ioulia/abstract-linear-pop-art-original-work\",\"https://steemit.com/@aboundlessworld\",\"https://steemit.com/poetry/@aboundlessworld/original-poem-baby-i-m-sick\",\"https://steemit.com/@generation.easy\",\"https://steemit.com/inventions/@generation.easy/amazing-fantastic-inventions-2\",\"https://steemit.com/@xanoxt\",\"https://steemit.com/animals/@xanoxt/while-i-m-no-papa-pepper-sometimes-i-to-handle-dangerous-ok-not-really-wildlife\",\"https://steemit.com/@deeallen\",\"https://steemit.com/life/@deeallen/the-five-best-books-i-ve-read-this-year-culture-language-history-and-psychology\",\"https://steemit.com/@ezzy\",\"https://steemit.com/story/@ezzy/the-uprising-part-3-my-original-short-stories\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/diy-paper-flower-spider-mums\",\"https://steemit.com/@lanimal\",\"https://steemit.com/science/@lanimal/binaural-beat-frequencies-for-better-brain-function\",\"https://steemit.com/@juvyjabian\",\"https://steemit.com/philippines/@juvyjabian/how-does-the-united-states-helped-philippines-through-capitalism\",\"https://steemit.com/@leylar\",\"https://steemit.com/photography/@leylar/white-daisies-own-work\",\"https://steemit.com/@ocrdu\",\"https://steemit.com/photography/@ocrdu/classic-cars-in-france\",\"https://steemit.com/@agapakos\",\"https://steemit.com/art/@agapakos/study-on-different-animal-poses-original-work-part-2\",\"https://steemit.com/@rubenalexander\",\"https://steemit.com/life/@rubenalexander/a-book-review-of-stellabelle-s-un-crap-your-life\",\"https://steemit.com/@eveningstar92\",\"https://steemit.com/art/@eveningstar92/bugging-out-original-mixed-media-and-prints-steps\",\"https://steemit.com/@modernbukowski\",\"https://steemit.com/storieslikethesereallymakeyouthinkaboutwhatgoesoninlifedonttheybecauseminordrinkingisbad/@modernbukowski/alcoholic-stories-2\",\"https://steemit.com/@wastingtime101\",\"https://steemit.com/travel/@wastingtime101/road-trip-around-the-scottish-highlands-part-2-my-own-pictures-north-coast-500\",\"https://steemit.com/@jza\",\"https://steemit.com/spanish/@jza/la-chica-que-suena-con-ser-linuxera\",\"https://steemit.com/steemit/@toxichan/bueno-listo-ahora-hablemos-en-espanol-sorry-guys-no-more-english\",\"https://steemit.com/spanish/@nelyp/la-tierra-mas-hermosa-que-ojos-humanos-hayan-visto\",\"https://steemit.com/@racheltisdale\",\"https://steemit.com/spanish/@racheltisdale/sesion-de-fotos-con-colores\",\"https://steemit.com/@pjheinz\",\"https://steemit.com/science/@pjheinz/light-cones-and-black-holes-1-of-3\",\"https://steemit.com/@jrcornel\",\"https://steemit.com/life/@jrcornel/the-fommy-visits-mount-rushmore\",\"https://steemit.com/@french.fyde\",\"https://steemit.com/food/@french.fyde/eng-fr-steemitmolecularcooking-or-chocolate-caviar\",\"https://steemit.com/@geke\",\"https://steemit.com/blockchain/@geke/will-blockchain-technology-make-our-society-more-honest\",\"https://steemit.com/@serioustruth\",\"https://steemit.com/racism/@serioustruth/diversity-how-racist-are-you\",\"https://steemit.com/@fat-like-buddha\",\"https://steemit.com/parenting/@fat-like-buddha/a-letter-to-my-sons-preparing-for-lifes-journey\",\"https://steemit.com/@mcsvi\",\"https://steemit.com/travel/@mcsvi/sliding-down-a-waterfall-in-the-jungle-original-footage\",\"https://steemit.com/@pabloescobar\",\"https://steemit.com/travel/@pabloescobar/backpacking-across-the-lovozero-massif-seydyavr-regional-sanctuary-part-2\",\"https://steemit.com/@randolphrope\",\"https://steemit.com/art/@randolphrope/oil-on-canvas-16-x-20-title-wishing-tree\",\"https://steemit.com/@verbal-d\",\"https://steemit.com/music/@verbal-d/melodious-music-memoirs-1-change-the-world\",\"https://steemit.com/@customnature\",\"https://steemit.com/nature/@customnature/daily-nature-fix-from-extinction-to-the-national-mammal-original-photos\",\"https://steemit.com/@linzo\",\"https://steemit.com/love/@linzo/a-test-of-unconditional-friendship-original-short-story\",\"https://steemit.com/@fingolfin\",\"https://steemit.com/sports/@fingolfin/sports-and-steemit\",\"https://steemit.com/@aldentan\",\"https://steemit.com/life/@aldentan/an-ode-to-introverts\",\"https://steemit.com/@lyndsaybowes\",\"https://steemit.com/art/@lyndsaybowes/original-song-stop-killing-our-friends\",\"https://steemit.com/@alex2016\",\"https://steemit.com/photography/@alex2016/my-new-works-from-genuine-leather\",\"https://steemit.com/steemit/@neopatriarch/steemit-and-online-comics\",\"https://steemit.com/@herpetologyguy\",\"https://steemit.com/science/@herpetologyguy/fossilized-food-chain\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:33:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 72743322847173, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "327.343 HBD", + "percent_hbd": 10000, + "permlink": "project-curie-s-daily-curation-list-11-sept-12-sept-2016", + "post_id": 1222674, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Project Curie's Daily Curation List (11 Sept - 12 Sept 2016)", + "title": "Project Curie's Daily Curation List (11 Sept - 12 Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/project-curie-s-daily-curation-list-11-sept-12-sept-2016" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5829879948, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 57981634, + "voter": "frostymulder" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 110409629, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 1318433959, + "rshares": 160735434, + "voter": "greencycles" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

https://www.youtube.com/watch?v=uiYrlIZvMCc

\n

You can see more about that report here.  Here is a second clip, but it's unclear if it's just looping the first clip a second time or is actually a different clip.

\n

https://www.youtube.com/watch?v=BcVkWK-rdS0

\n

Talk news host talks about it here:

\n

https://www.youtube.com/watch?v=dGSMro1sRUo

\n


\n

This story gets weirder and weirder.  Stay tuned.

\n", + "body_length": 527, + "cashout_time": "2016-09-19T18:30:45", + "category": "news", + "children": 0, + "created": "2016-09-12T18:30:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"hillaryshealth\",\"hillarysdeath\",\"politics\"],\"image\":[\"https://img.youtube.com/vi/uiYrlIZvMCc/0.jpg\",\"https://img.youtube.com/vi/BcVkWK-rdS0/0.jpg\",\"https://img.youtube.com/vi/dGSMro1sRUo/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=uiYrlIZvMCc\",\"https://www.superstation95.com/index.php/world/1996\",\"https://www.youtube.com/watch?v=BcVkWK-rdS0\",\"https://www.youtube.com/watch?v=dGSMro1sRUo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 13246559149, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-wabc-7-appears-to-runs-a-story-about-hillary-clinton-s-death-and-then-promptly-removes-the-story", + "post_id": 1222633, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS- WABC-7 APPEARS TO RUN A STORY ABOUT HILLARY CLINTON'S DEATH AND THEN PROMPTLY REMOVES THE STORY", + "title": "BREAKING NEWS- WABC-7 APPEARS TO RUN A STORY ABOUT HILLARY CLINTON'S DEATH AND THEN PROMPTLY REMOVES THE STORY", + "total_payout_value": "0.000 HBD", + "url": "/news/@aggroed/breaking-news-wabc-7-appears-to-runs-a-story-about-hillary-clinton-s-death-and-then-promptly-removes-the-story" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 471850362417, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 39032446936, + "voter": "james-show" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61990396579, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19590441610, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16094141462, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 165443154551, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 19295406409, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166221687, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 6934633620, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 6453932684, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 998772920514, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78229977, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73628214, + "voter": "whalepool" + }, + { + "percent": "100", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5595081646, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64471161, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3657605624, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 5939157149097, + "rshares": 10586126398, + "voter": "elissahawke" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 60270546, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 1497994, + "rshares": 58960975, + "voter": "insurrekt" + }, + { + "percent": "10000", + "reputation": 32644559975, + "rshares": 62052097, + "voter": "ajavajive" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 146758940, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 55669133, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 58864307, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 54457374, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143380560, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 2111088178436, + "rshares": 2319005286, + "voter": "carlitashaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51755547, + "voter": "rickjohnson" + }, + { + "percent": "10000", + "reputation": 36234457, + "rshares": 51697491, + "voter": "tallpapa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 205274425, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152569047, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 504517784, + "voter": "lyndsaybowes" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 109107990, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 157687240, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155687070, + "voter": "kingeri" + } + ], + "author": "elissahawke", + "author_reputation": 5939157149097, + "beneficiaries": [], + "body": "Hey Everyone! \nI just listened to Ken O\u00b4Keefes \"interview\" by Richie Allen.\nRichie is the sort of guy who is so popular he has about 20 sock puppet accounts and he goes home every night and congratulates himself on his own work, drops hints about how good \"Richie Allen\" is on other peoples accounts all from the false identities he has made up to help \"Richie Allen\" look great. \n\nhttps://a.disquscdn.com/get?url=http%3A%2F%2Fcdn.meme.am%2Finstances%2F500x%2F59817041.jpg&key=7TQs9aouv-pdrkxzmX5Yew\n\nI worked with him for six months at *The Peoples Voice* in the UK in 2013. It was supposed to be the first uncensored internet radio and tv channel originated by David Icke. \nTPV gave me my own show when I told them I flew halfway around the world to volunteer and I would work for free as long as my money lasted. They liked my idea for __*Wakey Wakey*__, it became one of the most popular shows at the network, (just not with management ; ) *for __weeks__*.\n\nWithin 5 weeks, however, my show was cancelled from going \"live\" because they \"couldnt trust me not to speak\" (the truth) on air (that the station was a big money syphoning ruse and I might have ruined their game).\n\nI warned David when it was happening and he refused to talk with me about it, and avoided me for ever after in person. I was promptly \"released\" when my VISA was up. He never once thanked me, in fact he turned on me like a viper and wrote an email which said hiring me was his biggest regret. \nCome off it prophet.\nOr is it profit.\n\nDavid Icke was then supposedly \"kicked off\" his own channel by his own \"manager\"/(handler) who ran it into the ground and sucked up all the remaining donations!\nDavid did fuck all but watch. \n\n__*Why cant David do something about it?*__ \nThey __*used*__ him *for* it. They used him to do it.\nHes lucky no one bothers to call him out\nDodgy Dave.\nI used to enjoy his geopolitical stuff.\nSomewhere between1 + 2 million pounds were raised in under a year in donations from mugs like me, all over the world. Within that year, the station was rapidly legally taken over by Ickes manager, Sean Adl-Tabatabai, liquified, and drained financially and spiritually. \nAll equipment was sold off and the little money grabber never even got challenged! \n \nWho the fuck made the lightweight Richie arbiter of goodness and truth? uggh\nI regard him as equally guilty , impotent and complicit as Icke and his \"manager\"in the loss of the TPV money, as he never did anything at the time, except a lot of sock puppet work. To this day the worst Richie can boast is a week long facebook ban from Sean for feckin\u00b4further PUBLICISING Seans Click Bait Crap troll web Site.\n\nKen O\u00b4Keefe, a great hero to some, is falling, or being struck down\nKen is someone I admired and endorsed. \nIt all just seems too disingenuous.\nRichie, sniggering with glee in this interview with Ken as he pushes, goads, nudges Kens flaming misery into a pathetic overacted monologue. \nKen, hopelessly out of control like a busted boyfriend trying to call you untrustworthy for asking if he is seeing someone, when he hasnt washed her lipstick off his kok.\n\nAfter a few listens its starting to appear like a loosely scripted, manufactured and sponsored fight.\nHas Ken been a willing or unwitting agent for the state for *years?* Has Max? Has Richie? Has David? \nHas Zen ; )\n\nDo they start out just passionate freaks for change who then get co-opted, steered, knowingly or unknowingly?\nDo they get to a point of popularity where they are given an offer to shut up or if they keep going, to only speak within given parameters. G a t e k e e p e r s, pulling in all the others and keeping guard.\n\nhttps://www.youtube.com/watch?v=6s1f1i_TpEs\n\nBullying information \"bouncers\". \nCorralling all the similar energies and gaslighting other potential leaders who are not yet controlled.\n\nAre they controlled by threats, or money, if they are controlled?\nThreats to themselves, or to others? \nHow much money? \n\nI wish there was no need to comprehend how our world is so simply, completely corrupted\nAre some of them set up from the beginning with help? \nSome of these so called big brave men have actually lived for years off donations from a trusty public. \n*They must be well loved.*\nA donation button is also very convenient way for the state black budget to \"anonymously\" pay their agents their kickback \"salary\" I would assume.\nWe know they control both sides so they need to \"own\" some of us screaming insults at the machine, so as to steer *all of us*.\n\nPerhaps some get their basic income guaranteed and whatever donations on top as tips. so Im surprised that Max says he can pay his rent, fuel and 4 meals a week. \nEven conservative estimates suggest thats $20,000 a year in donations. I know Max and Ken and Richie and Dave and Zen have kept banging away at it week in week out, (much more professional formatting) for all these years- but a few hours chit chat a week, thats probably not such a chore if your basic needs are guaranteed, met.\n\nIs it possible Ken has been allowed to be an agitator/gatekeeper?\n... he gets away with, *and gets promoted on teevee* (BBC, Press TV, RT) saying things about Israel others are jailed for. So does Max, so does David. I suppose I do too but I dont have their audience.\nNor do I have videos/books for sale, merchandising or donations schemes for dank ideals.\nAny day now \nThese men are all literally marketed with logos and swishish brandings. \nGood job fellas, you\u00b4re about as effective as a bunch of drunk uncles at a bbq. \n\nOne of the major parties involved here in the \"logistics\" was Deanna Amato. (Bona Dea on FB).\nShe has been involved in two failed David Icke projects. I warned Ken about her and sent him a link to my outlining the reasons why I didnt want him to trust her solely with the keys to the money tin. \n\nhttp://elissahawke.blogspot.mx/2014/09/the-peoples-voice-in-toilet.html\n\nKen strangely didnt seem too interested and told me he had it under control.\nKen keeps saying \"I havent paid myself a penny\" \nKEN YOU HAVE A HUNDRED GRAND IN YOUR ACCOUNT and you seem like you are about to scamm everyone on what you said you would use it for. \nBig deal right. if you steal a large amount people might come after you but you think if its just $20 or $50 here and there from people thats not enough to make anyone a threat to you. \nYou better not drop out or you will be the greatest threat to you, most unhappy with yourself.\n\nI suppose Max might be complicit in knowing he works for outside interests. His responses to things have become robotic, impersonal and seemingly tightly controlled, scripted. Or should I say, more scripted, as all his programs have mostly been him reading script, off camera. \nOr is he just sharing *his* thoughts?\nMax keeps repeating the controllers aims, or is he *noticing us* \"this spells the end of the *truth movement*.\" \nahhhh we need \"__unity__\" he says over and over.\n\nFucken UNIDY ORRIGHT???\nThats what gatekeepers always call for from groups of individuals because it will never be achieved nor should it. Unity is antonyms with diversity. So fuck off with your unity. Personal division and unique expression is just a part of unity. \nUnity need not be a call for consensus of thought among 7 billion. \n\nWe never get anywhere if we cant discuss opposing ideas without being disingenuously accused of causing \"division\" or a \"rift\" in \"the movement\". \nMaxs acting is unconvincing. Lucky it wasnt video as I think we might have had some Sandy Hook dry tears to analyse. \n\nhttp://truthtokens.com/wp-content/uploads/2014/09/hook-smile.jpg?d399c3\n\n\nThe levels of anger are year ten drama. Slightly realer than a five year old faking a cold to get out of school. Has he been told by someone to whoop it up? To make a dividing line. To pull fans. Hes trying to pull pity roots.\nSo these two cockblocking grandads are the zenith of our \"civilisations\" \"leadership\" are they?\n\nNo, Max, its not the end of the \"truth movement\" because truth never changes. \nWe just have to each, individually, align ourselves with it more and more as we are able to get over the obfuscation of it and the misdirection from it by all these pesky agents of social steering ; )\n\nOf course its not the end of fundraisers, not even in our little international community because many of us have grown to know and love each other more during this process and people will always help each other, we will continue to put our faith and trust in people no matter how many times we are burned, because we hope someone gives us the same chances and unconditional love.\nIts just an end of false idol worship. Of throwing bucks at a problem we need to put our heart and souls and minds into, together and mostly alone.\n\nI feel for any team members who are unwitting or innocent. I include Max and Ken in that as time will sort us all out. If you are innocent stick to your word and we will all know soon enough\nI recall how difficult it was to speak up within the folds of TPV. I was honestly pretty scared of what they might do to me if they *were* guilty of what they knew I suspected them of - what I clearly see in hindsight *was* a __heist.__\n\nI learnt from that experience and this time Im able to speak out about my doubt in real time and hopefully stop it being derailed rather than enable it with my inaction and fear. I wish I had the guts to call out David Icke and his manager publicly in January 2014 but it took me six months of reflection and grieving and getting past my own cognitive dissonance and fear, conquering my initial inability to conceive that *this many people* could be __willingly so ruthless and two-faced, just to \"get ahead\" in the world we were all supposed to be working to dismantle.__\nTo believe that David Icke was either so so dumb that he was incapable of noticing what was happening around him, or that he could pretend not to notice that all the money got \"spent\", all the equipment hocked and it was all in his name and he never received a penny. Oh really. \n\nVery strange, but its exactly whats happened here. AGAIN.\nThe rest of the team could be unwitting dupes, but some, like Sascha \"economy-size\" ~~Brand~~ Stone, are definitely uncharismatic and full enough of themselves to make me suspect theres no way they would have that swagger without some black budget dosh and a fair amount of manufactured support. Surely no mere sea cucumber could make a man so vapid.\n\nMax or Ken, or Richie never publicly questioned David about the downfall of TPV. I wont be invited into these boysclub powwows again because I have a knack for seeing the emporers knackers. They know I am suss on most of them, and they prefer to avoid the unflailing eye. \nI feel altogether they dont have the strength I have alone.\nI call bullshit at twenty paces if I feel uneasy, and __*I feel uneasy*__\n\nThe reason I was asked to endorse this project is not because I am \"known\" at all for my comedy, or music, or talkshows, but because I am known as a living anarchist, walking the talk wherever possible and non life threatening.(I have completed an anger management course ; ). \nI dont vote or comply with my governments taxation or financial demands. I have stopped contributing to war and it feels good.\nAgents hate it when you tell them that. From deep down somewhere in their sour state teat sucking souls. A corrupted \"alt media journalist\" from NZ, Vinny Eastwood blocked me on facebook because he said there was no person challenging the system who hadnt had their life ruined, wasnt dead or in jail. I was promoting the advantages of life since I stepped out and he just barred me! Tiny little turd. No encouragement, no questions, no interest, no tallywhacker.\n\nRarely have any of these colleagues assisted or empowered me, promoted my work or helped me . \nNo one ever mentioned Dominica, or Bali, or Acapulco meetings to me. Seems my endorsement is welcome but not my actual presence, ideas, experience, wisdom, integrity, grit or fearlessness. \nYes \nI see\nFirst you trip over a crack in the concrete. \nThen you walk into a wall\n\nWas Ken was being \"sort of \" looked after as an agent, being their rabble rouser and being allowed to speak his truth, (cause he was never faking those good speeches, many of those are genuinely from his heart). He serves the purpose of gathering all the opposition around his strength and masculine bravado. \nSrangely, he has lost that for now. \nI dont know if its just being away from the family stability of a hearty three meals a day, or if his body reflects his wilting soul, like all bodies will. \nHe looks and talks like a shadow of the man I knew in London two years ago. I cant imagine what he has been through. He looks and sounds drugged, agitated, pent up, scared, and arrogant and it could just as easily be a man having a very public mid-life crisis as much as it could be some kind of military mind control. His behaviour is so base it seems it could be coming from some fairly rudimentary tweaking.\nKen has possibly been in their hands as a tool for a long time, so who knows why this is really happening to him, or how. \nOr if even he knows.\nIve seen a lot of people act that dumb without military intervention\nKen was our hero precisely for somehow getting away with saying the things we are not allowed, we will not be promoted if we say, we might be jailed, or disappeared *if we say*. This makes him seem like controlled opposition to some.\nThey all just swap roles calling each other out. Remember when Max softball questioned Charlie Veich on his 9/11 flipflop but neglected to mention Charlies part he played as a false police witness in the police killing of Ian Tomlinson during the 2009 G20 protests? \n\nhttps://i.ytimg.com/vi/dfh2QjzO1es/hqdefault.jpg\n\nYeah. \nI have had no life for a long time. \nSocial steering engineering.\n\nKens last few public appearances he has seemed like an imposter of his former self, going through the motions, false anger, false bravado, empty sloganistic rhetoric, fake set up fights with other fake agitators, its been like watching a bad play.\nKen seems now like just a shithouse actor.\n\nNot so long ago, was I so easily fooled?\n\nhttp://3.bp.blogspot.com/_qUFDMUpk9jE/TUOq_hEh8NI/AAAAAAAAqMs/wBID0zp8gao/s1600/ken-o_keefe-1.jpg\n\n\nPerhaps his masters have let him down once too many times. The thing about the secret services is, everyone ends up under the bus. He ready to retire and thats why he desperately is trying to set himself up a base somewhere. If this is the case and Ken was a rogue agent I wish he would tell the truth. We all need to learn how these things work. It would help free everyone else. If he really fears for his life it is time for all these secrets, the safest way is expose it all.\nLets have an agent amnesty!\n\nHe is acting like a 12 year old. people challenge him for some information or confirmation and he links to his girlfriends latest album? Base\nWhy didnt Ken respond on his own time in his own peaceful way to camera? You can express anger wihout yelling. Ninety minutes is just overkill. Base\nWas it easier for Ken to hide behind Richie pretending he was being picked on? \nWas Richie, acting like his \"attacker\" really acting as his protector by never asking any hard questions?\n\nRichies idea of not having a dog in the fight (he has both dogs in the fight) is such obvious drivel when he is saying \"impartial\" things to Ken like \"Ken, I think youre finished\"... what else is there for Ken to do but put up or disappear forever to the land of crisis actors waiting for face transplants? \nI know which one seems like the easier option.\nKen can still make a calm five min vid showing he has merely good intentions and everyone would jump back on that bandwagon. Instead he is punishing us with *crickets*. Silence \n\nRichie Allen self righteously accused Ken -\n\"Ken you took $115,000 dollars they have a right to know its being spent properly\"\n\nFuck Up RICHIE STOP ACTING LIKE A HUNDRED GRAND IS A PROBLEM MATE, YOU COVERED WHILE YOUR MATE DAVID ICKE AND HIS MATES RIPPED MILLIONS Of POUNDS! Richie never asked a hard question! \nKen NEVER ASKED HIM ONE BACK!!\nHe never asked Sean Adl-Tabatabai (BBC/Disney/Big Brother/MTV) to explain himself.\nIn fact Richie is infamous for saying something like \"to suggest that anyone from the BBC would be involved with any impropriety, is ludicrous\" just as anotherJimmy Saville scandal broke. \nAnother one not too quick off the mark being used as a social engineer for those not able to see through his facade.\n\nWhy would Ken rant like a spoiled kid who didnt get his lollies?\nThose of us who have studied psychology at a high school level recognise that anger is a tool used to emotionally manipulate others. Ninety minutes of anger, no explanations besides the \"pure gold\" legal recognition that, yes, at times, people have declared their unwillingness to participate with their system and they have successfully suceeded. I coulda toldya that\n\nI didnt believe Maxs drama rant at all either. This sent up the first red flags for me. Hes had months to get used to the idea Ken is stiffing everyone (since Feb at least) and he\u00b4s crying on a radio show?\nFiller.\nIm a girl and I wouldnt cry or yell at my friend on a radio show if they were acting like Ken been for 6 months.\nI would calmly explain that we need to see the evidence the money is being used for the intended purpose, or we are pulling out and request the funds immediately returned to those who request them. Those that want to donate to the next project are welcome. \n\nAre they all throwing Ken under the bus, or *are they pretending* to throw Ken under the bus?\nOr __is Ken diving under the bus?__\n\nYour guess is as good as mine. \nOtherwise, Ken can just take all the money, like David Ickes manager \"took all the money\" at The Peoples Voice and it all went *poof*- and tens of thousands of world changers were left dejected and despondent. I was exhausted, depleted and confused.\n\n__This is the *whole point*__ . \nSad but true, it is a technique our masters use their minions to fight us with, and we are unaware so we fall for it. \nEvery time.\n\nMax leaves me deeply wondering after being beaten up for supporting Palestine.\nCan someone produce a recording of his gig at the Freedom Summit in Byron where he describes a woman heckling during his talk. He said she didnt pay to enter the conference, just \"hugged someone at the door\" (someone must know /have invited her).\nThere is something about that bashing and some speculate he invented it to gain sympathy, or that it really happened but he is blaming it on a political group when he says himself he didnt see the offender, and the threats were non-specific... \n\nYou know the way the zionists make a hero? They bash and bloody them up, then show their wounds like medals. George Galloway had his turn too.\n\nIs Max being set up as the new social engineerin\u00b4 steerin\u00b4 Cap\u00b4n of this shitship??\n\nMax couldnt steer himself out of a garage with no hot water.\n\nNone of these \"leaders\" have much to say about the current international general reappraisal of $cience. Kens too busy kissing and Max has looked no further than \"two surveyors\", Icke + Richie I have no idea what they are up to, it is just becoming obvious the way they pay it absolutely no mind, *ridicule without investigation*and in Maxs case openly discourage the discussion in the hope of dragging everyone back into their vicious circles\nIts the same tactic. Give it no oxygen\n\nFirst they ignore you, then they laugh at you, then they fight you, then you win. (Mahatma Gandhi)\n\nhttp://memeshappen.com/media/created/FIRST-THEY-IGNORE-YOU-THEN-THEY-LAUGH-AT-YOU-THEN-THEY-CALL-YOU-UP-AND-APOLOGIZE-meme-689.jpg\n\n\n\nIn fact I\u00b4d say its a big red light. Even if all it is, is Max not risking losing his audience for sounding \"crazy\". He has lost his humility and the truth seeking vibe he started out with. \nHe really sounds owned lately or was he always someones asset?\nOr is he just a sole operator, worn down from all these years doing what he can?\nSometimes the spiritual tests come and if we are at peace in ourselves we will weather the storms \nHe has recently demonstrated he may not be a wise man nor even a very smart one.\nMax has done some great work. he repackaged Ickes stuff well for his first few movies, very professional and many many hours of interviews and radio shows later he has truly blessed us with a whole lot of heart\nA real radical?\nOr maybe, he is there as the end-point, knot on the string...to stop us just before we choose freedom by telling us its not really possible. \n\nThere is no ethical \"group\", no man to stand behind, no legal experts opinion- lordy they are the worst people to ask!\nEach of us must do a bit of mental rooting around until we lift ourselves to equal status of any illusory authoritay!!!!\n\nhttp://torontoist.com/attachments/toronto_jonathang/2008_2_19ObeySpray1.jpg\n\nIn a true anarchist community of willful conscious individuals, one is rewarded and appreciated for qualities like integrity, and honesty, not shunned or punished.\nPeople watching on would stand up for truth, but they dont want to lose their \"privileges\" of being in the special sauce circles. \nThis is how it works. \nYawn\n\nYou observe most people have fuck all ability to discriminate and glitz always beats guts.\nThats how we\u00b4ve been conditioned by our masters so they can stay in *control*. \nEveryone feels so small, they need to step on anyone they can to keep themselves afloat.\nThanks Darwin\nEveryone loves someone who\u00b4ll piss in their pocket. \n\nI love people who challenge me, because I want to grow.\n\n The world works in *wonderful* and mysterious ways, always spiritually for the best, even if it doesnt seem like it on the physical plane\n\n\n.", + "body_length": 21766, + "cashout_time": "2016-09-19T18:18:06", + "category": "life", + "children": 22, + "created": "2016-09-12T18:18:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"anarchy\",\"money\",\"scam\",\"freedom\"],\"image\":[\"https://a.disquscdn.com/get?url=http%3A%2F%2Fcdn.meme.am%2Finstances%2F500x%2F59817041.jpg&key=7TQs9aouv-pdrkxzmX5Yew\",\"https://img.youtube.com/vi/6s1f1i_TpEs/0.jpg\",\"http://truthtokens.com/wp-content/uploads/2014/09/hook-smile.jpg?d399c3\",\"https://i.ytimg.com/vi/dfh2QjzO1es/hqdefault.jpg\",\"http://3.bp.blogspot.com/_qUFDMUpk9jE/TUOq_hEh8NI/AAAAAAAAqMs/wBID0zp8gao/s1600/ken-o_keefe-1.jpg\",\"http://memeshappen.com/media/created/FIRST-THEY-IGNORE-YOU-THEN-THEY-LAUGH-AT-YOU-THEN-THEY-CALL-YOU-UP-AND-APOLOGIZE-meme-689.jpg\",\"http://torontoist.com/attachments/toronto_jonathang/2008_2_19ObeySpray1.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=6s1f1i_TpEs\",\"http://elissahawke.blogspot.mx/2014/09/the-peoples-voice-in-toilet.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:18:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1830908144529, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.635 HBD", + "percent_hbd": 10000, + "permlink": "an-open-musing-about-ken-o-keefe-max-igan-richie-allen-and-david-icke", + "post_id": 1222494, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An open musing about Ken O\u00b4Keefe, Max Igan, Richie Allen and David Icke", + "title": "An open musing about Ken O\u00b4Keefe, Max Igan, Richie Allen and David Icke", + "total_payout_value": "0.000 HBD", + "url": "/life/@elissahawke/an-open-musing-about-ken-o-keefe-max-igan-richie-allen-and-david-icke" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289483607690, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4398209339693, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 585791511433, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 301600646203, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3266915935488, + "rshares": 143493480420, + "voter": "itsjoeco" + }, + { + "percent": "10000", + "reputation": 87363750745142, + "rshares": 519077493679, + "voter": "dana-edwards" + }, + { + "percent": "3057", + "reputation": 12382143533351, + "rshares": 194464469557, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 39845622913, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9604900025, + "voter": "richman" + }, + { + "percent": "2300", + "reputation": 15755437221598, + "rshares": 6703387262, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7463887934, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 849670729, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6510593762, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 210418337159, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 112652982457, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 205335328215, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 393312583348, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 4712937315, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 89972970950, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250253555, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4346854323, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 6846851332, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3064933831, + "voter": "michaellamden68" + }, + { + "percent": "2300", + "reputation": 2906973892, + "rshares": 59150266, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2770296842, + "voter": "steemswede" + }, + { + "percent": "2300", + "reputation": 675716972978, + "rshares": 58618995, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124510457, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5608128967, + "voter": "steemit-life" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886088176, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23967997929, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45643800469, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 37791986805, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2362521007, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28779054789, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067765903, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11501133489, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 27988491601746, + "rshares": 36222407310, + "voter": "marius19" + }, + { + "percent": "10000", + "reputation": 4558720822431, + "rshares": 18284917824, + "voter": "jennamarbles" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634583585, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639766924, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "100", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5061133200, + "voter": "jed78" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838401909, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435434060, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16136756724, + "voter": "sunshine" + }, + { + "percent": "3057", + "reputation": 1751717743, + "rshares": 5158540919, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2935099533, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5749690965, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2353013399, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1726441518, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1433155180, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13157307455, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1134298246, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11285799519, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91350468245, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57766716, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 561938587, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9731665059, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 47334856382, + "rshares": 71309540, + "voter": "williamdevine" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 11715313057, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929371012, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 97846301550, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14990672231, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2919655889, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 9956211164, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2146463020842, + "rshares": 2178575877, + "voter": "cryptoeasy" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1370964802, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2226328838, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2861373550, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 143264680, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 4969998450, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604771934, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143375675, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 157153550, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 221696379, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 159017620, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13670573018, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 15827302113, + "rshares": 150368171, + "voter": "bonitaxm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152671921, + "voter": "nikok" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\nI've been to a couple of aquariums, and I've never seen a great white shark. I didn't think much of it at first. Maybe it's because I've only been to the San Francisco, CA, one and the Sandy, Utah one. But I wanted to see one at some point. \n## But the chances of anyone seeing one, Are very small ##\nGreat white sharks cannot be kept in captivity, Not only do they grow very book, Sometimes up to 15 feet. But sharks aren't programmed to live in giant tanks. \n\nSeaWorld has had one in the past, But it died in after 16 days! \nThe shark started to harm it'self by hitting itself against the side of the tank; There were visible marks on him. He caused destruction, By eating all of the other fish in the tank with him. Then eventually he ended up dying.\n\nPeople assumed that the reason the shark wasn't able to survive, was because it wasn't captured while he was a baby. So in Monterey Bay California, they caught the shark beautiful and young, \nThey were extremely careful on Transport, And gave this shark a million gallon tank; They tried to mimic the ocean environment as much as possible, By having the shark eat what it usually eats in the wild. While sharks are young, they eat a variety of smaller fish, then later on in life they go to mammals for food such as seals and sea turtles. But the shark didn't care to eat much, Sharks like to hunt; They don't like to be fed by humans. \n\nThey did what they could to mimic the shark's natural surroundings by giving him a million gallon tank! But after all the effort, It still didn't work out.\n\n# Why to waste our money!? #\nI would say \" Think about the sharks!\" But that doesn't seem to have as big of an impact. \nYes! I'm disappointed that I may not see a great white in my lifetime! But these sharks deserve to stay in the wild, and They clearly cannot be contained. Lets save our money and leave them alone! Bring in some new fish or something! It makes me sick that people keep trying, and these poor sharks are dying for no reason! We should be thankful for the wonderful photographers who have gotten photos of this beautiful animal! So lets are happy with the photos! Unless you want to go diving, Then you can see one in person!\n\n# Some Great shark facts #\n- They have live births, 4-7 at a time. \n- Great White sharks like to hunt in the daytime Because they can use their eyes to see their prey.\n- Great White Sharks don't come to the coast to eat people. They spend most of their time way out in the sea. \n- After tagging great whites, They have determined that great whites love freedom; They swim very far distances.\n\n*Why great sharks aren't in captivity, Why you haven't seen a great white, Why great white sharks aren't in aquariums.*\n\n*Thank you Pixabay for the amazing photos! Much appreciated!*", + "body_length": 3209, + "cashout_time": "2016-09-19T18:05:21", + "category": "ocean", + "children": 28, + "created": "2016-09-12T18:05:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ocean\",\"life\",\"money\",\"wildlife\"],\"image\":[\"http://i.imgur.com/y5qXJEk.jpg\",\"http://i.imgur.com/0vDbBVj.jpg\",\"http://i.imgur.com/SDEGeRH.jpg\",\"http://i.imgur.com/W6CoLTg.jpg\"],\"links\":[\"http://imgur.com/y5qXJEk\",\"http://imgur.com/0vDbBVj\",\"http://imgur.com/SDEGeRH\",\"http://imgur.com/W6CoLTg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T18:05:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8175738364919, + "parent_author": "", + "parent_permlink": "ocean", + "pending_payout_value": "5.853 HBD", + "percent_hbd": 10000, + "permlink": "have-you-seen-a-great-white-shark", + "post_id": 1222363, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Have You Seen A Great White shark?", + "title": "Have You Seen A Great White shark?", + "total_payout_value": "0.000 HBD", + "url": "/ocean/@kaylinart/have-you-seen-a-great-white-shark" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289483418364, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6754792455132, + "voter": "xeldal" + }, + { + "percent": "4900", + "reputation": 1049211085828, + "rshares": 2704415050694, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2001811967914, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1119534630152, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4398198648840, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21881583363, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1244328368, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729219344310, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93843570058, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6739875892, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1766012280, + "voter": "bingo-1" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109518539, + "voter": "yefet" + }, + { + "percent": "5696", + "reputation": 12382143533351, + "rshares": 344051427472, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 39845622913, + "voter": "james-show" + }, + { + "percent": "7400", + "reputation": 5414208804644, + "rshares": 23147700717, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3827493092, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7463887934, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 849670729, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3971811465, + "rshares": 8505628523, + "voter": "gore84" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63365810336, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94466767630, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 19040561165, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200966491445, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 5299751073, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 7682413052, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250253555, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1378365552, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 898301556, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15884837228, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886088176, + "voter": "karen13" + }, + { + "percent": "0", + "reputation": 1175982316919, + "rshares": 7612435701, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 37791941614, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 348188228238, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40212209189, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067757353, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634583585, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442736117, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 120621644516, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3408581663, + "voter": "glitterpig" + }, + { + "percent": "100", + "reputation": 2889656462700, + "rshares": 174462677, + "voter": "uwe69" + }, + { + "percent": "2900", + "reputation": 988942038058, + "rshares": 21439437342, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838401909, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 127983441252, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 5278105398, + "voter": "rich77" + }, + { + "percent": "5696", + "reputation": 1751717743, + "rshares": 9126621227, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3201532166, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95527734111, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1834344112, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11285799519, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 191611815, + "voter": "party1999" + }, + { + "percent": "1100", + "reputation": 11683040603469, + "rshares": 10756106938, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 15507591963, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 3025257569, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2979026960, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 53293602274, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45179048759, + "voter": "emancipatedhuman" + }, + { + "percent": "2900", + "reputation": 11490547563070, + "rshares": 8019523640, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3503201185, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 2942645723, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 60675586370, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4161992876, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5782825276, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1370964802, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 11452945189, + "rshares": 59391271, + "voter": "voluntaryelle" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 7202150251, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 160735982, + "voter": "rusla" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22627100658, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 269774223718, + "rshares": 832765239, + "voter": "cardsanarchy" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2129289126, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3011854944, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "4800", + "reputation": 26215514, + "rshares": 21698327993, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3384823086, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143364681, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 638366942222, + "rshares": 2792163761, + "voter": "mojojojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52436672, + "voter": "ladyanarchy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 221679889, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158326081, + "voter": "thomasp" + } + ], + "author": "emancipatedhuman", + "author_reputation": 17360647532455, + "beneficiaries": [], + "body": "http://www.emancipatedhuman.com/wp-content/uploads/2016/09/943432_10151660144010839_535094948_n.jpg\n\n**Once more, I was able to score a fantastic interview (and I divided it into two for people's attention span).\nJake Shannon is the inventor of the MaceBell, founder and coach of Scientific Wrestling, former chair of the LP Utah, Hypnotist, and so much more. Here we talk about mind control, Discordianism, family, mentalism and anarchy** \n\nhttp://www.emancipatedhuman.com/wp-content/uploads/2016/09/1173813_10152419404495839_394774066_n.jpg\n\nPart one: https://youtu.be/OYhZoA6xF3g\n\nPart two: https://youtu.be/95KcJkCvJIE", + "body_length": 622, + "cashout_time": "2016-09-19T17:49:57", + "category": "money", + "children": 1, + "created": "2016-09-12T17:49:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"anarchy\",\"love\",\"courage\"],\"image\":[\"http://www.emancipatedhuman.com/wp-content/uploads/2016/09/943432_10151660144010839_535094948_n.jpg\",\"http://www.emancipatedhuman.com/wp-content/uploads/2016/09/1173813_10152419404495839_394774066_n.jpg\",\"https://img.youtube.com/vi/OYhZoA6xF3g/0.jpg\",\"https://img.youtube.com/vi/95KcJkCvJIE/0.jpg\"],\"links\":[\"https://youtu.be/OYhZoA6xF3g\",\"https://youtu.be/95KcJkCvJIE\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T17:49:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20132149594588, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "28.547 HBD", + "percent_hbd": 10000, + "permlink": "jake-shannon-inventor-wrestler-writer-and-more-emancipated-human", + "post_id": 1222228, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Jake Shannon, Inventor, Wrestler, Writer and more - Emancipated Human", + "title": "Jake Shannon, Inventor, Wrestler, Writer and more - Emancipated Human", + "total_payout_value": "0.000 HBD", + "url": "/money/@emancipatedhuman/jake-shannon-inventor-wrestler-writer-and-more-emancipated-human" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494188892787, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6608418610077, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5526373925126, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6937466579, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 107999560004, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 39845622913, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 136671048090, + "voter": "steve-walschot" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "8900", + "reputation": 77590508815145, + "rshares": 349611185199, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 3800284228, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 28781384946, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 5195834385, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 445218267, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73725068373, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 189967643, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258822813848, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 82508476, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19488278440, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80530859, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75929096, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51423955, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442736117, + "voter": "alex.chien" + }, + { + "percent": "3000", + "reputation": 988942038058, + "rshares": 21439394585, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7302200038, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1706374420, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1433155180, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11285799519, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 9118926352, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 3000175857, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 667374321167, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 17057958316, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2899878736, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2979026960, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84530815371, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65853051, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 46082629734, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 11523729182, + "voter": "sethlinson" + }, + { + "percent": "3000", + "reputation": 11490547563070, + "rshares": 8019523640, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3573125058, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 2858869091, + "rshares": 59263960, + "voter": "stevenlytle" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2149430985, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 9127412115, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 10412461162, + "rshares": 59852218, + "voter": "the-ntf" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 269774223718, + "rshares": 805640399, + "voter": "cardsanarchy" + }, + { + "percent": "10000", + "reputation": 459733030138, + "rshares": 410574989, + "voter": "judyd100" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1017505261, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55070425, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659330285, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 51921870910, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 968743524, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143364681, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61283356, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 30860749466, + "rshares": 51372679, + "voter": "alex.gaud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229890255, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 112225361, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132935246, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110755588, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123061742, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 808987107, + "rshares": 144387255, + "voter": "acidpanda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102143312, + "voter": "expat" + } + ], + "author": "erikaharris", + "author_reputation": 3342551943665, + "beneficiaries": [], + "body": "
https://s11.postimg.org/ted390o03/wanted_2.jpg
\n\n#
\"Being heard is so close to being loved that for the average person, they are almost indistinguishable.\u201d (David Augsburger)
\n\nA chaplain provides spiritual care in secular places that tend to have lots of human suffering, like hospitals, police and fire stations, war zones, etc.\n\nI used to be one (a resident chaplain), with a focus on end-of-life care. I heard all kinds of confessions, regrets, fears and unrealized dreams. I also heard stories of extreme love, forgiveness, generosity and gratitude. Aside from being a seasonal park ranger, serving as a hospice chaplain was the most rewarding work I've ever done. But I am not dogmatic, and that sort of thing usually ends a religious career, as it did mine.\n\nMy greatest learning during that time was that platitudes don't do jack... other than fill space with warm air and empty sentiment. It's of NO HELP to dole out tired cliches. It's much more useful and caring to simply *be with* someone. **PRESENCE IS EVERYTHING.** And chaplaincy taught me how to be present.\n\nSeveral years ago, I created a service I called \"[**Lavish Listening**](http://www.empathicwriter.com).\" It was incredible, but I got more into freelance writing, and moved away from it.\n\nI now miss the meaningfulness and helpfulness of that work, and would like to bring it back... IF there is a market interest among those who love truth and freedom. *Is there?*\n\nBig thanks to one of my favorite writers, [Starr Ohara](https://steemit.com/@lesliestarrohara), who gave me the idea for this by being the first to volunteer to experience a session, in exchange for an honest review. I thought it'd be a good idea to gather a few more like that, so am **seeking 9 anarchists who could use a good listening-to.**\n\n#
Learn more about Lavish Listening [HERE](http://www.empathicwriter.com).
\n\n\nIf this appeals to you, AND you're a good-hearted person who can appreciate the power of being fully heard for an hour (USD$60 value), email me at erika@empathicwriter.com so we can get you scheduled. **Please be sure each of these statements is completely true for you:**\n\n* You are OPEN to transformation and possibility.\n* You are SINCERE in your desire to be heard.\n* Within a week after our session, you will provide an honest review (just a few lines is fine, and more is welcomed), and permit me to publish it on my site, and social media sites, with your name/avatar and location.\n\nThis offer is good through September 30th.\n\n##
The service is active now, and if you'd like to self-schedule a paid session, and skip the review, [please do!](http://www.empathicwriter.com)
\n\n\u201cPeople love to talk but hate to listen. Listening is not merely not talking, though even that is beyond most of our powers; **it means taking a vigorous, human interest in what is being told us.** You can listen like a blank wall or like a splendid auditorium where every sound comes back fuller and richer.\u201d (Alice Duer Miller)\n\n--------\n
postimage
\n\nHey! I'm Erika, and **I am vigorously interested in what you have to say.** I'm also curious about using language as a catalytic + restorative liberation technology (using words to make universal keys, instead of invisible chains). I call it word alchemy, and am experimenting with that here on Steemit. If you like this sort of oddly flavored thing, add me to your feed: @erikaharris. Your time and attention is precious, so thanks for sharing a lil' of it with me. \ud83d\udc9a", + "body_length": 3707, + "cashout_time": "2016-09-19T17:18:51", + "category": "anarchy", + "children": 15, + "created": "2016-09-12T17:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"anarchism\",\"listening\",\"life\"],\"users\":[\"erikaharris\"],\"image\":[\"https://s11.postimg.org/ted390o03/wanted_2.jpg\",\"https://s10.postimg.org/n3lr8yl1x/erika_harris_on_steemit.jpg\"],\"links\":[\"http://www.empathicwriter.com\",\"https://steemit.com/@lesliestarrohara\",\"https://postimg.org/image/n3lr8yl1x/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T20:58:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14630889427914, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "16.414 HBD", + "percent_hbd": 10000, + "permlink": "wanted-9-anarchists-who-need-a-good-listening-to-yes-really", + "post_id": 1221860, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "WANTED: 9 Anarchists Who Need A Good Listening To. Yes, Really.", + "title": "WANTED: 9 Anarchists Who Need A Good Listening To. Yes, Really.", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@erikaharris/wanted-9-anarchists-who-need-a-good-listening-to-yes-really" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 260555367193, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 11832888616413, + "voter": "berniesanders" + }, + { + "percent": "4200", + "reputation": 176979684007, + "rshares": 15543345211268, + "voter": "jamesc" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73207331214, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244066697433, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 751779933202, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1723527426435, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1706709876639, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959440122231, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 156879609201, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10522524376, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 6136428479, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1136457268591, + "voter": "benjojo" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 798223604526, + "voter": "steemrollin" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94466767630, + "voter": "midnas-howler" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 198956368311, + "voter": "the-alien" + }, + { + "percent": "8900", + "reputation": 77590508815145, + "rshares": 349610647675, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250242865, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 5414689645, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 10522996718, + "rshares": 139153056195, + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51423955, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 37578026672, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 464724556, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558313764, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1963141399, + "voter": "andreynoch" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3134948317, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1834344112, + "voter": "future24" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14496138486, + "voter": "thecurator" + }, + { + "percent": "5000", + "reputation": 11683040603469, + "rshares": 44817051241, + "voter": "anotherjoe" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009896070, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773696007, + "voter": "craigwilliamz" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58420743, + "voter": "philn76" + }, + { + "percent": "10000", + "reputation": 6887625476110, + "rshares": 10956812073, + "voter": "stephmckenzie" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 10598651458, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3488542879, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 1818363378287, + "rshares": 4434491535, + "voter": "mscleverclocks" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 408010001, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3602143981, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 953451248, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13632058164, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56010939, + "voter": "neil97232" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 1527134893374, + "rshares": 2192668125, + "voter": "michaelmcdermott" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55070425, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 53839209, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54702409, + "voter": "miguelplatinum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54038226, + "voter": "beingshanti" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 4995626061, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143358574, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 44165276056, + "rshares": 52309728, + "voter": "crackajap" + }, + { + "percent": "10000", + "reputation": 30860749466, + "rshares": 50991040, + "voter": "alex.gaud" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 511651044, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 246310988, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 22373302193, + "rshares": 156835911, + "voter": "allgoodthings" + }, + { + "percent": "10000", + "reputation": 1499198528675, + "rshares": 340345418, + "voter": "lyndsaybowes" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\n

Iodine is an essential nutrient. The body does not make iodine, so you have to consume it. The modern food supply is no longer a reliable source of iodine, and 95% of Americans are deficient in it.

\n


\nThere are iodine receptors in every cell of the body. Iodine stimulates the production of hormones, the body\u2019s chemical messengers.

\n


\nBecause we live in an increasingly toxic world, iodine supplementation is crucial. Pharmaceuticals, food, water, and air contain high levels of heavy metals like mercury, lead, cadmium, and arsenic, and the halogens chlorine, fluorine, and bromine.

\n
    \n
  • Mercury is used in dental fillings, vaccines, and seafood.
  • \n
  • The city of Flint, Michigan poisoned its citizens by using lead pipes for the water system.
  • \n
  • Cadmium is found in some foods, cigarette smoke, and batteries.
  • \n
  • Arsenic is used to treat wood for building homes.
  • \n
  • Chlorine is added to swimming pools and municipal water supplies and is used to manufacture paper.
  • \n
  • Fluorine (in the form of fluoride) is used in dental treatments and added to water supplies.
  • \n
  • Bromine is found in commercially processed baked goods, sports drinks, jet fuel, and pesticides. 
  • \n
\n


\nAll of these elements compete for the iodine receptor sites in the body. Without enough iodine in the system, detrimental heavy metals and halogens inhibit the optimal production of hormones and disrupt enzymes.
\n

\n

\n


\nHormonal dysfunctions manifest as metabolic disorders and diseases such as:

\n
    \n
  • Diabetes
  • \n
  • Cancer
  • \n
  • Hyper- and hypothyroidism
  • \n
  • Goiter
  • \n
  • Cystic conditions
  • \n
\n


\n

With enough iodine in the system, hormone production and enzyme activity runs more efficiently and metabolism is optimized. Iodine preferentially binds to the iodine receptor sites in the body, and iodine supplementation immediately begins the excretion of halogens and heavy metals.  

\n

Iodine is fundamental to optimal health and can protect from environmental toxins.
\n

\n

Sources:

\n

Mercury.

\n

Lead-Laced Water In Flint: A Step-By-Step Look At The Makings Of A Crisis.

\n

Cadmium

\n

Arsenic.

\n

Chlorine.

\n

Fluoride Articles.

\n

Bromines: Avoid This If You Want To Keep Your Thyroid Healthy.

\n

Dr. Mark Sircus. Iodine: Bringing Back the Universal Medicine

\n


\n


\n

www.intothegardenofeden.com

\n


\n

\n", + "body_length": 3645, + "cashout_time": "2016-09-19T16:19:06", + "category": "health", + "children": 19, + "created": "2016-09-12T16:19:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"science\",\"life\",\"education\",\"food\"],\"image\":[\"https://www.steemimg.com/images/2016/09/12/Iodine-heavymetalsccaa9.png\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://toxtown.nlm.nih.gov/text_version/chemicals.php?id=17\",\"http://www.npr.org/sections/thetwo-way/2016/04/20/465545378/lead-laced-water-in-flint-a-step-by-step-look-at-the-makings-of-a-crisis\",\"https://toxtown.nlm.nih.gov/text_version/chemicals.php?id=63\",\"https://toxtown.nlm.nih.gov/text_version/chemicals.php?id=3\",\"http://www.lenntech.com/periodic/elements/cl.htm\",\"http://fluoride.mercola.com/\",\"http://articles.mercola.com/sites/articles/archive/2009/09/05/another-poison-hiding-in-your-environment.aspx\",\"https://books.google.com/books?id=KcRZCAAAQBAJ&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T16:29:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 39197293034147, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "104.648 HBD", + "percent_hbd": 10000, + "permlink": "iodine-an-essential-nutrient-and-holistic-option-for-detoxing-heavy-metals-and-halogens", + "post_id": 1221291, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Iodine: An Essential Nutrient and Holistic Option for Detoxing Heavy Metals and Halogens", + "title": "Iodine: An Essential Nutrient and Holistic Option for Detoxing Heavy Metals and Halogens", + "total_payout_value": "0.000 HBD", + "url": "/health/@gardenofeden/iodine-an-essential-nutrient-and-holistic-option-for-detoxing-heavy-metals-and-halogens" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1915876518994, + "rshares": 699862714517, + "voter": "erath" + }, + { + "percent": "10000", + "reputation": 428017035820, + "rshares": 81134490086, + "voter": "friend5" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 264039819632, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 700848562903, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 2369366055877, + "rshares": 72037625615, + "voter": "vault" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 15938486618, + "voter": "brindleswan" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706764551, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1332211157306, + "rshares": 1851900898, + "voter": "pipertomcat" + }, + { + "percent": "10000", + "reputation": 2696386723259, + "rshares": 13787016359, + "voter": "sitaru" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51423955, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5829879948, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 77801172, + "voter": "pery" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 59141267, + "voter": "frostymulder" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10213356449, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3488542879, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 483014645, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143364681, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 73556721290, + "rshares": 71401442, + "voter": "justusagenstum" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 55087559, + "voter": "mikerano" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

In case you live under a rock Secretary Clinton was rushed out of a 9/11 memorial service yesterday.

\n

https://www.youtube.com/watch?v=8xezBbim1Ec

\n

https://www.youtube.com/watch?v=LcxDWsuaQMY&feature=youtu.be

\n

She was then taken to Chelsea Clinton's apartment to recover.

\n

Bizarrely disgraced AIDS drug price hiking severely hated former CEO and world renowned shithead Martin Shkreli was there to deride her (as reported by The Hill) and make allegations that the apartment is actually a large medical facility.

\n

https://www.youtube.com/watch?v=5ZR_9rVDeQQ 

\n

After staying in the apartment for a few hours a refreshed, confidant, and healhier looking Clinton emerged. 

\n

https://www.youtube.com/watch?v=9QZPGKaoxsA

\n

\n

When she first emerged there was a nearly instant social media outcry that not only did she look healthier, but to many she looks like she lost 30 lbs and age regressed 10 years.  The marshall report blog seems to think it's a different person than Secretary Clinton quite strongly.

\n

Many (according to reddit and trending #hillarysbodydouble) think the person that emerged from the apartment is professional Clinton impersonator Teresa Barnwell.

\n

\n

Teresa Barnwell herself fed this fire by initially tweeting this picture and then removing it within 24 hrs.

\n

\n

Others have made the connection that Barnwell may have emerged from Chelsea's appartment.

\n

 

\n

North Crane reports discrepancies between the person that emerged from Chelsea Clinton's apartment and the Secretary.

\n

\n

Here are some images that #hillarysbodydouble unveiled.  

\n

\n

\n

\n

\n

\n

\n

\n

Is it Clinton?  Is it Barnwell?  Is it someone else?  I think the nose is the most telling.  You tell me!

\n

One thing is for certain though. With allegations of tertiary syphilis, parkinsons, and dementia Hillaryshealth isn't going away.

\n

\n

https://www.youtube.com/watch?v=9U1P6YPIS_o

\n", + "body_length": 4920, + "cashout_time": "2016-09-19T16:15:57", + "category": "news", + "children": 4, + "created": "2016-09-12T16:15:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"hillaryshealth\",\"clintoncollapse\",\"hillarysbodydouble\",\"politics\"],\"image\":[\"https://img1.steemit.com/0x0/http://2ytbf92vre5w2ny7tu3f25u3.wpengine.netdna-cdn.com/wp-content/uploads/2015/09/Hillary-Sick3.jpg\",\"https://img.youtube.com/vi/8xezBbim1Ec/0.jpg\",\"https://img.youtube.com/vi/LcxDWsuaQMY/0.jpg\",\"https://img.youtube.com/vi/5ZR_9rVDeQQ/0.jpg\",\"https://img.youtube.com/vi/9QZPGKaoxsA/0.jpg\",\"http://www.mcclatchy-wires.com/wire_photos/lw035f/picture101241652/ALTERNATES/FREE_960/Campaign%202016%20Clinton.JPEG\",\"http://i.dailymail.co.uk/i/pix/2016/07/11/11/362784FF00000578-3684267-Teresa_Barnwell_earns_thousands_for_impersonating_presumptive_De-a-98_1468232522860.jpg\",\"https://s21.postimg.io/f90dyoyd3/barnwell_twitter.jpg\",\"https://s10.postimg.io/9lp5j81cp/barnwell.jpg\",\"http://www.northcrane.com/wp-content/uploads/2016/09/1473641364694.png\",\"https://pbs.twimg.com/media/CsHe6MqUEAAb29L.jpg\",\"https://pbs.twimg.com/media/CsHUZCiVUAA0ise.jpg\",\"https://pbs.twimg.com/media/CsHUZCiVUAEVPBS.jpg\",\"https://pbs.twimg.com/media/CsIEMJjUsAAMMA8.jpg\",\"https://pbs.twimg.com/media/CsGlXxsVYAI9nXj.jpg\",\"https://pbs.twimg.com/media/CsKoPpuXYAE8tVc.jpg\",\"https://pbs.twimg.com/media/CsKm-uoUIAQq5De.jpg:large\",\"https://pbs.twimg.com/media/CsKrDc9W8AA0YdX.jpg:large\",\"https://img.youtube.com/vi/9U1P6YPIS_o/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=8xezBbim1Ec\",\"https://www.youtube.com/watch?v=LcxDWsuaQMY&feature=youtu.be\",\"http://www.dailymail.co.uk/femail/article-2313602/Inside-Chelsea-Clintons-10m-luxury-fortress-stretches-entire-New-York-City-block--time-doorman-just-units.html\",\"http://thehill.com/blogs/ballot-box/presidential-races/295348-pharma-bro-shkreli-shows-up-at-chelsea-clintons-apartment\",\"http://www.nydailynews.com/news/national/martin-shkreli-heckles-hillary-clinton-daughter-home-article-1.2787500\",\"https://www.youtube.com/watch?v=5ZR_9rVDeQQ\",\"https://www.youtube.com/watch?v=9QZPGKaoxsA\",\"https://themarshallreport.wordpress.com/2016/09/11/hillary-found-the-fountain-of-youth-and-the-key-to-dropping-30-pounds-in-30-minutes/\",\"https://www.reddit.com/r/The_Donald/comments/52cyz1/teresa_barnwell_was_the_one_who_left_chelseas/\",\"https://twitter.com/hashtag/HillarysBodyDouble?src=tren\",\"http://www.dailymail.co.uk/news/article-3684267/Hillary-Clinton-lookalike-Teresa-Barnwell-quit-job-impersonate-presidential-candidate-time.html\",\"https://twitter.com/teresa_barnwell\",\"http://www.northcrane.com/2016/09/12/rumors-gone-wild-hillary-clinton-had-body-double-sent-in-after-fainting-spell-posed-for-candid-photo/\",\"https://steemit.com/news/@aggroed/medical-conjecture-secretary-clinton-likely-suffers-from-late-stage-syphilis\",\"https://www.youtube.com/watch?v=Zr1IDQ2V1eM\",\"https://www.youtube.com/watch?v=HoBL7fqOVcQ\",\"https://www.youtube.com/watch?v=9U1P6YPIS_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T17:35:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1877593485003, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.662 HBD", + "percent_hbd": 10000, + "permlink": "secretary-clinton-teresa-barnwell-a-professional-clinton-impersonator-and-a-potential-unidentified-body-double-at-the-9-11", + "post_id": 1221265, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "Secretary Clinton, Teresa Barnwell (a professional Clinton impersonator), and a potential unidentified body double at the 9/11 memorial ceremony...", + "title": "Secretary Clinton, Teresa Barnwell (a professional Clinton impersonator), and a potential unidentified body double at the 9/11 memorial ceremony...", + "total_payout_value": "0.000 HBD", + "url": "/news/@aggroed/secretary-clinton-teresa-barnwell-a-professional-clinton-impersonator-and-a-potential-unidentified-body-double-at-the-9-11" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318429999744, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4691330137575, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 301571327333, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15304224291, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9699590195, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 894274164, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3675954043, + "rshares": 368480007, + "voter": "lightninggears" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 574840133380, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4487075430, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46116974281, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17151855042, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 12294347497, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 754784396, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 1479536677, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 3107630009, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 135266459052, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 5174036772, + "voter": "incomemonthly" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886086954, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 102234881997, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 780081007, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20418134891, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39834237084, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1453591949, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5830937004, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2077569510, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27747380852, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 41016453372, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86465359157, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067690158, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 855588904517, + "rshares": 313834946, + "voter": "arnob" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10892401411, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634582363, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 7423704063, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 599156042, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 790840294542, + "rshares": 289423033, + "voter": "nadira" + }, + { + "percent": "10000", + "reputation": 1319106426256, + "rshares": 1032239776, + "voter": "coliraver" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "3300", + "reputation": 4063076365725, + "rshares": 1165232290, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 791284980460, + "rshares": 294372388, + "voter": "sujoy1990" + }, + { + "percent": "10000", + "reputation": 905757373511, + "rshares": 371670091, + "voter": "ragini00" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838397022, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 790994268806, + "rshares": 245132481, + "voter": "atkins" + }, + { + "percent": "10000", + "reputation": 769405947222, + "rshares": 245921717, + "voter": "ronald0" + }, + { + "percent": "10000", + "reputation": 774287478546, + "rshares": 238865291, + "voter": "jerremie" + }, + { + "percent": "10000", + "reputation": 774739223050, + "rshares": 246474683, + "voter": "steampty" + }, + { + "percent": "10000", + "reputation": 770375578051, + "rshares": 244169890, + "voter": "rosamund" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435352809, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 503814132789, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3268230753, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5749680273, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1190184023, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560217772, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 196067904, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929371012, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4679536723, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25798628002, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 750670097928, + "rshares": 583716864, + "voter": "fungusmonk" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5827458089, + "voter": "trev" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3473096917, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 684139314026, + "rshares": 213813941, + "voter": "shuvo" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3003935877, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 1140393933, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5503847587, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3073290830, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7796320991, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5186085339, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3403052980, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143358574, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 517626948111, + "rshares": 164902105, + "voter": "steemmeets" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 953344136574, + "rshares": 1323145313, + "voter": "kreet" + }, + { + "percent": "10000", + "reputation": 24953404448, + "rshares": 51439735, + "voter": "stringer" + }, + { + "percent": "10000", + "reputation": 381309482509, + "rshares": 130193873, + "voter": "xoxo" + }, + { + "percent": "10000", + "reputation": 27406063017, + "rshares": 58668861, + "voter": "humans" + }, + { + "percent": "10000", + "reputation": 30860749466, + "rshares": 55225630, + "voter": "alex.gaud" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 522537236, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 881456160840, + "rshares": 1409381772, + "voter": "artists" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 211059374229, + "rshares": 202767286, + "voter": "tintin" + }, + { + "percent": "10000", + "reputation": 56973664975, + "rshares": 168199113, + "voter": "witchergeralt" + }, + { + "percent": "10000", + "reputation": 210988252196, + "rshares": 198717981, + "voter": "steem-hunter" + }, + { + "percent": "10000", + "reputation": 177442829544, + "rshares": 192586624, + "voter": "steem-it" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 170376022, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 112560922140, + "rshares": 176752869, + "voter": "hobit" + }, + { + "percent": "10000", + "reputation": 64778738032, + "rshares": 163068253, + "voter": "sherlock-holmes" + } + ], + "author": "benjojo", + "author_reputation": 71087197697999, + "beneficiaries": [], + "body": "https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\n[*Pre-altered source image - jordygoovaerts-750531*](https://pixabay.com/en/users/jordygoovaerts0-750531/)\n\n[*Please click here if you would like to read Post 1, the beginning of the story*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds)\n\n[*Please click here if you would like to read the previous post*](https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-13)\n\n**This is an original, write as I go, Steemit adventure**\n\n**Post 14**\n\n********************\nPresent\n********************\n\nIt was difficult to see what was happening within the writhing masses of Void Seed. Their freezing attack generated a mist that twisted and swirled around everything. Within the mist, motion and light cavorted and raged, with the deep purple of Valhalconin flame and the multi-hued light of Sserwellia\u2019s stars. It was surreal, beautiful and terrible. Click watched his viewing panels anxiously as the Argantuan and Shaddonos support units smashed into the Void Seed ranks. The effect was immediate and devastating as Void Seeds were cut down in swathes. \n\nHe wondered how Joshua was faring. Earlier, Click had sensed an intense anxiety for several minutes. He would ask Joshua what had happened if they made it through the battle. Presently, he was alive and filled with a cold rage. That was understandable. There was possibly a connection between his transformation and his more powerful emotions. Whether they helped him deal with the changes or were being augmented by them, he couldn\u2019t say. Click had grown rather fond of the once-human boy and continually marveled at his strength to continually adapt to and process the incredible changes he was undergoing. Let him survive.\n\n********************\nPresent\n******************** \n\nAnna\u2019s units were spread out around several of the Northern city engagements. They had each been issued with a Ziff Ussilass, a small but very fast hover unit they had nicknamed \u201cHoverflies.\u201d They were perfect for moving rapidly into new positions around the theater of engagement. So far there had been no loses and the railguns had proven to be extremely effective in making decisive, high impact strikes. Unfortunately, they were all running very low on ammunition. Anna had a single round left. It was time. She gave the order to withdraw to her position via the Daxiste-agori engineered, communication inserts that had been implanted into each of their ears.\n\nOne final shot. Her elevated position among the rocky hills on the outskirts of Sserwessa afforded her an excellent position. Unfortunately, it had gotten progressively more difficult to select a target with all the mist, movement and light. Many of the larger Void Seeds had already been targeted by the Alliance and destroyed, one way or another. Then she saw it. Space had opened up in the enemy ranks and a massive Void Seed had begun hurling smaller Void Seeds into the center of two surrounded groups of Ziff and Valhalconin. The Void Seed were destroying their defensive cohesion. Anna took aim at the chest of the massive Void Seed. The Daxiste-agorian railgun had a viewer sight of incredible clarity. Anna calmed her breathing, allowed the target to settle into the kill shot and waited until it\u2019s massive chest turned straight towards her. At the end of her exhale, she squeezed her trigger hand and watched as the target\u2019s chest imploded. The massive Void Seed stumbled back, fell forward onto it\u2019s knees and finally collapsed forward onto it front. The Ziff and Valhalconin were able to dispatch the Void Seed incursion and stabilise their defensive position. Hopefully, they wouldn\u2019t have to wait much longer for support as it look like the reserve units had been given the go ahead to attack.\n\n********************\nPresent\n********************\n\nKesseca was getting tired. There were still so many Void Seeds. Having broken through to the Alliance force, they had been augmented by the Valhalconin warriors. The freezing attack of the Void Seed had slowed the Ziff and surrounded everything in obscure, shimmering light. Without the incredibly durable Valhalconin, the Ziff would already have been routed and destroyed. They made a defensive position possible, meeting the Void Seeds and holding them with brute strength, whilst resisting their energy draining attack with their own internal fire.\nSo many dead. There were partially frozen bodies everywhere, some intact, some that had been torn apart. It didn\u2019t take long for a Void Seed\u2019s corpse to vanish into the ether once it had been killed, so only the dead of allies were visible. It was harrowing.\n\nKesseca was behind the edge of their defensive ring, closest to the Alliance side of the engagement. He\u2019d lost his club but had picked up a fallen slithr blade. There was no time to mourn the loss of it\u2019s previous owner, he was just grateful to have a superior weapon. The Ziff were darting among the Valhalconin, attempting to remove heads or thrust through the hearts of the enemy. They were still trying to edge closer to their allies, which was ultimately, their only hope of survival, but it was hard, brutal work. In that instant, three Valhalconin were drained, their fires dying down under the constant draining assault. They were instantly torn apart and the Void Seeds poured in through the gap. The defenders were finished unless those Void Seed were dispatched and the hole filled immediately. He summoned everything he had left.\n\n\u201cAnnsoooenemasssaaa! Essonnammenasssa!\u201d He called, and charged into the Void Seeds.\n\nKesseca flicked his remaining feather-knives as distractions and with an impossibly fluid grace, leaped between the first two Void Seeds heads as he spun in the air and plunging the Slithr blade into the chest of a third. He ripped the blade out and spun towards several other Void Seeds who were attacking the Valhalconin on either side of the breach. Despite the bitter cold, he drew deeply on his reserves and became one with the Slithr blade. He was a blur of motion, a whirlwind of death. He decapitated the last of the Void Seed in his immediate vicinity and found himself standing in the gap in their defensive perimeter. The Void Seeds were closing again, the momentarily relieved pressure, was back in full force. To his left and right, the Valhalconin were buckling as the Vooid Seeds surged forward. Kesseca knew he was about to die. There was nothing else for it, he attacked.\n\nAs he rushed forward towards the wall of Void Seeds, he noticed a powerful vibration through his feet. In front of him, the mass of black seemed to convulse in upon itself. Instinct made Kesseca throw himself to the ground and at that moment the wall of Void Seeds burst outwards. An enormous Argantuan exploded from their ranks with breath-taking power and ferocity. He bellowed louder than anything Kesseca had ever heard. Behind the Argantuan, a Shaddonos and a large, strange-looking human were charging around, making the most of the Void Seed\u2019s dismay to wreak havoc among them.\n\nThe Shaddonos had a huge bone blade which he tossed between his four hands as he danced among the enemy, causing absolute mayhem. The human, who\u2019s eyes were emanating a red light, was simply running up to Void Seeds and ramming his fist into their chests, apparently without and white bone in evidence. He took a bite from every heart he tore from their chests, then cast the bodies into the ranks of Void Seed. \n\nThe Argantuan warrior charged once more into the mass of black, laying about him with a massive mace of white bone. Anything that got in the way of that weapon was instantly pulverised. Kesseca looked around as his fellow defenders gathered themselves and rushed to follow the reserve forces as it took the enemy apart.\n\n********************\nPresent\n********************\n\nThe last of the snipers were incoming as Gary walked over to Anna. \n\n\u201cThat\u2019s all of them. It\u2019s been a good start.\u201d He said.\n\n \u201cYes. Now comes the dangerous part.\u201d\n\n\u201cIndeed. May I?\u201d Gary indicates the gathered warriors.\n\n\u201cPlease do.\u201d\n\n\u201cRight then! The sniping is over. It\u2019s time to get in the shit. We charge down there, find any white bone we can and harry the enemy flanks in squads of ten. Ready?!\u201d\n\n\u201cReady!\u201d Called the humans.\n\n\u201cUntil the bone drowns!\u201d\n\n\u201cUntil the bone drowns!\u201d\n\nThree hundred and two genetically enhanced human warriors, riding Ziffnindel Ussilass, hurtled down toward the battle for Sserwessa. They aimed for an area that had seen recent heavy fighting, smashing into several Void Seeds and clearing the area. They quickly scoured the area, recovering white bone weapons. Once a squad of ten were completely armed, they sped off on their Hoverflies to harass the enemy. \n\n********************\nPresent\n********************\n\nJoshua had become separated from Khal and Dagr. He looked up from the Void Seed who\u2019s chest he had just ripped open. There was only him and a Ziff warrior with a long slender white bone blade. The Ziff warrior looked just about done in, his chest heaving. They were surrounded by Void Seeds, but a reasonably sized pocket had temporarily opened up around them.\n\nJoshua stood up and took a bite out of the Void Seeds black heart. Black matter gushed down his chin to join a growing black stain. The Ziff warrior walked over to him.\n\n\u201cVoid Seed. Scared.\u201d\n\n\u201cYou think? Good.\u201d\n\n\u201cKesseca.\u201d\n\n\u201cJoshua.\u201d\n\n\u201cNot long.\u201d\n\n\u201cNo. They\u2019ll come for us now. Back-to-back?\u201d\n\n\u201cYes. Honour.\u201d\n\n\u201cNo, the honour is mine.\u201d\n\nKesseca and Joshua stood back-to-back and waited for the enemy to rush in. At that moment Joshua looked to the sky where several alliance vessels were positioned. Suddenly, several of them exploded. Joshua was dumbfounded. \n\n\u201cNo!\u201d\n\nIn every Northern city, the fighting stalled as every being looked to the sky. Enormous spherical Void Seeds were emerging from the explosions. They had phased directly into the Alliance fleet\u2019s ships. Huge concussions could be heard as more explosions rocked the vessels, several of which began to list severely and drop out of the sky. The phased Void Seeds continued to the ground among the Northern Ziff cities, one landing in the relatively clear space between Sserwessa\u2019s wall and the encircling Void Seed. \n\nIt landed with mountainous crash and immediately reformed into a hulking giant. It was vast, at least one hundred and twenty feet tall. From all around, a huge trumpeting roar detonated like a bomb. The Void Seed surged with renewed vigour and aggression. Joshua lost sight of the giant as within moments, he and Kesseca were surrounded and fighting for their lives. \n\n********************\nPresent\n********************\n\nAlarms were going off everywhere on the Daxiste-agorian flagship. Damage reports were streaming across viewing panels everywhere. The Void Seeds and never attacked the fleet in such a manner before, perhaps they should have expected it. It was too late now. Several Alliance ships had been badly damaged both in the North and South, with many of them falling out of the sky or being forced to land.\n\nWhilst the flagship had sustained some damage, it was at least, able to hold it\u2019s position and remain in the fight. They had been very lucky. Click was observing the situation on the ground with keen interest. Things were changing rapidly now and the critical point in the engagement was at hand. \n\nWith the destruction of many Alliance ships and the arrival of reinforcements, the Void Seeds and gained the initiative. Thousands and streamed back to the cities and were busy devouring the shield domes and growing larger. \n\nClick watched with great excitement as the shield domes of several of the southern and northern cities were deactivated. The Void Seeds collapsed into the cities, with many more pouring in, assuming that the shields had been successfully drained. The cities had been evacuated during the fighting and had been turned into giant death traps. In each of the cities, a series of miniature explosions were unleashed, each throwing out a devastating rain of white bone fragments. The cities were suddenly turned into charnel houses for the Void Seeds and vast numbers of them perished.\n\n********************\nPresent\n********************\n\nKhal had been following in Dagr\u2019s wake, dispatching Void Seeds with Joshua. The boy had fought particularly well. Unfortunately, they had become separated and Khal found himself fighting alone. The phase attack of the Void Seed on the Alliance ships had shocked Khal and whilst he mourned any losses, he hoped that the Shaad-rin had survived. \n\nThe massive one hundred and twenty foot void seed that had landed near Sserwessa was going to be difficult to deal with and it was in that direction he was trying to go. A massive Void Seed arm smashed into his back and drove him down to one knee. As his knee hit the ground, Khal spun and took a leg out from under the Void Seed with one of the additional blades he\u2019d acquired. He continued to roll and came back to a standing position, immediately pouncing forward to spear the Void Seed\u2019s heart. Three more were charging towards him so he threw three of the blades, each plunging into the chest of a Void Seed. He dove forward, rolled and recovered all three blades.\n\nFinally, an opening. Khal charged for a gap in the enemy and found himself in the open area in front of the city. The massive void seed was standing before the city. With a monstrous trumpeting, it smashed a fist, down onto the edge of the Shield dome which immediately burst apart. It leaned back and called out it\u2019s victory. Khal was about to launch an attack when there was a huge bellowing answer. Dagr. He came charging out of the Void Seed ranks. He was covered in black gore in various stages of vaporous dissolution. He charged directly at the Void Seed which was in the middle of turning toward the Argantuan\u2019s challenge. As Dagr reached it, the Void Seed drove a foot down towards him. Dagr rolled to the side and charged directly into the Void Seed\u2019s other leg, impaling it with his head horn. The Void Seed roared and swept it\u2019s hand down in a crushing blow. Dagr was already spinning and smashed his mace into it\u2019s hand, deflecting it. Without hesitation, Dagr leapt for it\u2019s arm and held on whilst it reared back in pain. He climbed up to a shoulder and started slamming his mace into the back of the Void Seed\u2019s head.\n\nThe Void Seed\u2019s body seemed to ripple and an arm punched out of the shoulder where Dagr was clinging. It took hold of him and threw him with incredible force into Sserwessa\u2019s wall. The rock cracked, so hard was the impact, and Dagr slumped to the ground.\n\nKhal, who\u2019d be completely mesmerised by the battle, charged forward to support his friend in attacking the Void Seed. As he approached it\u2019s back, he spun and hurled one of the swords, then another, then the third. Each of them buried themselves into it\u2019s back. Again, it arched back and roared with anger. As Khal near the Void Seed, he leapt up, onto it\u2019s back, using the protruding swords to climb up. Once he reached it\u2019s head, he began to hack at it\u2019s massive neck with his huge blade.\n\n\u201cKhalzirin-amonal azil chzen!\u201d\n\n********************\nPresent\n******************** \n\nDagr awoke from his daze just as something black leapt onto the back of the Void Seed. Must be Khal he thought. It was conformed when he heard Khal\u2019s cry. Dagr picked himself up and charged towards the Void Seed\u2019s legs, bellowing all the way.\n\nAs he reached it\u2019s right leg, he swung Wyrkk as hard as he could and was extremely satisfied with the bone-jarring thud which knocked the leg out. The Void Seed began to topple backwards. As it fell, he launched himself up onto its chest. At the same time, he saw Khal jump up off it\u2019s shoulders. Dagr reared back and brought Wyrkk down on the Void Seed\u2019s chest with terrific force as Khal brought down his sword. The Void Seed\u2019s head was decapitated and chest pulverised as one.\n\nDagr\u2019s victory bellow echoed off Sserwessa\u2019s wall and across the plain.\n\n********************\nPresent\n********************\n\nJoshua couldn\u2019t see anything. What was happening? Then he remembered. He\u2019d had another brain searing vision. Oh no. Kesseca. He was covered in Void Seed bodies that were beginning to dissolve. He threw them off, got to his feet and began digging frantically until he found him. Joshua cried out in pain and fell to his knees. He picked up Kesseca\u2019s body and hugged it too him. Tears began to stream down from red eyes. Brave Kesseca, defending his people, his allies, honourably, until the end.\n\n\u201cI should\u2019ve saved him!! So many dead.\u201d\n\nJoshua looked around desperately. There were Ziff bodies littering the ground, many Valhalconin\u2026 He stood up, still clutching Kesseca\u2019s body to his chest. Still crying. Then a searing pain in his chest. He tried to lay Kesseca down as it felt as though he were being torn apart from the inside out. Then rage. Rage like he\u2019d never known flooded his entire being. The pain left as quickly as it had arrived\u2026..but the rage remained. He felt a strange burning in his eyes but they remained crystal clear. He bent down and kissed kesseca\u2019s forehead, then turned and ran towards the nearest Void Seed. \n\n\n******************************\n*Sorry for the delay. I wanted to do a bit more for this one to keep the battle momentum up. Hope that was the right decision. Hope you enjoy the post.*\n\nIf you are an artist, please consider entering the [VoidArt - Argantuan competition!](https://steemit.com/voidart-argantuan/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-voidart-competition)\n *****************************", + "body_length": 17805, + "cashout_time": "2016-09-19T16:05:18", + "category": "writing", + "children": 41, + "created": "2016-09-12T16:05:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"sciencefiction\",\"fantasy\",\"adventure\"],\"image\":[\"https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\"],\"links\":[\"https://pixabay.com/en/users/jordygoovaerts0-750531/\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-13\",\"https://steemit.com/voidart-argantuan/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-voidart-competition\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T16:07:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7165201520560, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "4.840 HBD", + "percent_hbd": 10000, + "permlink": "hearts-of-darkness-plague-of-the-void-seeds-14", + "post_id": 1221179, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hearts of Darkness - Plague of the Void Seeds / 14", + "title": "Hearts of Darkness - Plague of the Void Seeds / 14", + "total_payout_value": "0.000 HBD", + "url": "/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318429999744, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 34617610074801, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6751339495134, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1152449868160, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4691330137575, + "voter": "wang" + }, + { + "percent": "7000", + "reputation": 9510507624851, + "rshares": 354337908844, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 707684711444, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 93840050647, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6936964221, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436137576626, + "voter": "boatymcboatface" + }, + { + "percent": "1400", + "reputation": 5414208804644, + "rshares": 4629475997, + "voter": "elishagh1" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65125203250, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 1949550312939, + "rshares": 3845329076, + "voter": "neopatriarch" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 12294347497, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 173127481424, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 10382930651, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 135266459052, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 5174036772, + "voter": "incomemonthly" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886086954, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243597942445, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39834237084, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40212209189, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067690158, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6308283960, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634582363, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442634439, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 43775200320, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3505969711, + "voter": "glitterpig" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720218440, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838397022, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22414392996, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 493935424303, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3068499171, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13362957502, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2455543698, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560217772, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58970189, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 15099093363137, + "rshares": 50978685912, + "voter": "ftlian" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1792679303, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 15507591963, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5946385805, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1911454495, + "voter": "erroneous-logic" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009891496, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773593905, + "voter": "craigwilliamz" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3473096917, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3003935877, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 77801172, + "voter": "pery" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 774951845, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5047597312, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1057005901, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143358574, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 38177377, + "rshares": 51007656, + "voter": "maximsm" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 96447787, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 30860749466, + "rshares": 55225630, + "voter": "alex.gaud" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 176649986, + "voter": "apolymask" + }, + { + "percent": "10000", + "reputation": 6014900982, + "rshares": 153486042, + "voter": "the-illuminati" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155639148, + "voter": "roder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154979509, + "voter": "alexmortland" + } + ], + "author": "ftlian", + "author_reputation": 15099093363137, + "beneficiaries": [], + "body": "https://s21.postimg.org/kpb27gkpj/mp4_WW_FREEMAN_mp4_snapshot_04_08_2016_09_12_11.jpg\n\nI had the pleasure of being a guest on \"Windham Watch\" with host Mary Griffin, a longtime state representative who is just about the sweetest little old lady anyone could imagine. She did her research on me and had some really great questions! This was easily the most fun I've had in my 2016 campaign for governor. I'm grateful for the opportunity to meet Mary and be on her show for a full episode!\n\nWe covered various issues including New Hampshire independence, drug prohibition, peace, and more!\n\nhttps://youtu.be/19eQpR05N8M", + "body_length": 787, + "cashout_time": "2016-09-19T16:05:03", + "category": "politics", + "children": 2, + "created": "2016-09-12T16:05:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"news\",\"anarchy\",\"marijuana\",\"video\"],\"image\":[\"https://s21.postimg.org/kpb27gkpj/mp4_WW_FREEMAN_mp4_snapshot_04_08_2016_09_12_11.jpg\",\"https://img.youtube.com/vi/19eQpR05N8M/0.jpg\"],\"links\":[\"https://youtu.be/19eQpR05N8M\",\"http://nhliberty.info/candidates/ian-freeman-for-nh-governor-2016/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T16:05:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50620120537495, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "167.722 HBD", + "percent_hbd": 10000, + "permlink": "watch-a-steemer-running-for-governor-of-nh-discuss-drug-prohibition-and-secession-with-a-sweet-little-old-lady", + "post_id": 1221177, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Watch a Steemer Running for Governor of NH Discuss Drug Prohibition and Secession with a Sweet Little Old Lady", + "title": "Watch a Steemer Running for Governor of NH Discuss Drug Prohibition and Secession with a Sweet Little Old Lady", + "total_payout_value": "0.000 HBD", + "url": "/politics/@ftlian/watch-a-steemer-running-for-governor-of-nh-discuss-drug-prohibition-and-secession-with-a-sweet-little-old-lady" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 28267456139209, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 638890218540, + "voter": "microsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874650045279, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 173867411634, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2048117499519, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 610166743583, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1837684281161, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4359549855189, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4323665020821, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1185377007251, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22355130989, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 380993336632, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 25254058503, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 14856616318, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1244286838, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729121175737, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 96598437714, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6936835923, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1814751877, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436127494938, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1174643786249, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2691062688250, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 830804159813, + "voter": "steemrollin" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109518539, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 462218241584, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85234626613, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 111085261718, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 207442058578, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 186843119315, + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16573894840, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1183844186866, + "voter": "gavvet" + }, + { + "percent": "7687", + "reputation": 12382143533351, + "rshares": 463713213863, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 22628087493, + "voter": "fkn" + }, + { + "percent": "900", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "900", + "reputation": 376960001789, + "rshares": 608175991, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8804491689, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 621722393854, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 252808353221, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 91826485077, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 192116525505, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101916633830, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 571119291620, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3327468216, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1181851251809, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65125203250, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 53317414486, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94466767630, + "voter": "midnas-howler" + }, + { + "percent": "3200", + "reputation": 16234753830016, + "rshares": 22515239508, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408568752222, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 57302509663422, + "rshares": 497390920778, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110399922807, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 563568758216, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19206223685, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15778493706, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268307849232, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 785158322516, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 7263761479745, + "rshares": 128791931047, + "voter": "victor-lucas" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8926973259, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066349533, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 253136921232, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250242865, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4081034710, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 53448454050, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73714467586, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3242307294, + "voter": "orly" + }, + { + "percent": "3300", + "reputation": 9956734090708, + "rshares": 13071858313, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 16786921956, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 10245289581, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1332211157306, + "rshares": 1851900898, + "voter": "pipertomcat" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 87059507851, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 542081162, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 608396411, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 557618439, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1534774239, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5484528312, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4809488646, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 135266459052, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15883654886, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886086954, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3239792725, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11088366951, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 66788670951, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243597942445, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44501871644, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39834189430, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 177467123098, + "rshares": 1043680760, + "voter": "satorus" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554645343, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 138604353, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19885998408, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239738236, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28775061624, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40212209189, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86465359157, + "voter": "rea" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067686492, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 18757014652, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751137746, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264208655, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264604087, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 20996175280, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18720846092, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 13811070626, + "voter": "lemooljiang" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634582363, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "8000", + "reputation": 7172977970558, + "rshares": 3134910573, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 40366227761, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423940471, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226950985, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 631937562, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 561407483, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1970441768248, + "rshares": 4317553219, + "voter": "deeallen" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "3100", + "reputation": 4063076365725, + "rshares": 1165232290, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2488937223, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3603357758, + "voter": "glitterpig" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838397022, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1811463110, + "voter": "gruber" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1400334239444, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23388931822, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 18862291313, + "voter": "flandude" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435352809, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 47616869383, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 291024808482, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16487440952, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 11366669223, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7328936674, + "voter": "asdes" + }, + { + "percent": "7687", + "reputation": 1751717743, + "rshares": 12300927748, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1455010880, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 67149735056, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 493935424303, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272461746, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 698687138, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 519457263879, + "rshares": 61388311705, + "voter": "poteshnik83" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 163933950975, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95521791541, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 61274515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 237305412803, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 5251364991, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 10574300028, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2352625881, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59424313, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12597683084, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 10584575017, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 22723608384, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591531067, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89063490238, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 1698076287, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 693842503, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 338619840, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9731665059, + "voter": "gonzo" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929371012, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 34629677262, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 6260288883, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20135749294, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102993541741, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "2000", + "reputation": 5427607111677, + "rshares": 1915860998, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 72702846406, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 26371902752, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5827458089, + "voter": "trev" + }, + { + "percent": "5000", + "reputation": 4112973711517, + "rshares": 4476960944, + "voter": "generation.easy" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10419290753, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3065240691, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59462074642, + "voter": "mandibil" + }, + { + "percent": "300", + "reputation": 10427175905016, + "rshares": 422252722, + "voter": "kimal73" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1802437375, + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 1269984153, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 110502062079, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5503847587, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 69102595, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691687650, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 50191639, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 45250887314, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15877457787, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3865088410, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2175563665, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 3073290830, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793472433, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1011034976, + "rshares": 56099957, + "voter": "tommyboyle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25845690221, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9454815280, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728896861, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2478555020061, + "rshares": 1425716105, + "voter": "mcsvi" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 91030398051, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 45201856685, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604625332, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 513144814, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143357352, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 38177377, + "rshares": 51007656, + "voter": "maximsm" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450518538, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1051770193, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9877393048, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 461978577, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 337009825, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4807912370, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 892852117542, + "rshares": 88774518063, + "voter": "btshuang" + }, + { + "percent": "10000", + "reputation": 30860749466, + "rshares": 52656996, + "voter": "alex.gaud" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763241851, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691710079, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 610439007851, + "rshares": 1359128403, + "voter": "yanik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158044626, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 170376022, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155493039, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 253196219718, + "rshares": 84967396, + "voter": "katharsisdrill" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13670562023, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 180667445, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154986758, + "voter": "steempolizei" + }, + { + "percent": "10000", + "reputation": 106329671, + "rshares": 156330321, + "voter": "curtbaboon" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 61208399, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109408028, + "voter": "bromejs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145730197, + "voter": "clovick" + } + ], + "author": "anwenbaumeister", + "author_reputation": 86912853643710, + "beneficiaries": [], + "body": "100% of Steem Dollars from this post will be donated to Project Curie. You can read more about Project Curie [here](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors).\n\n---\n\nThe pictures in this post are the first chapter of a book that I created. The book was an assignment for a class titled \"Latin American Culture and Identity\". I took the class while studying abroad at Universidad Adolfo Ib\u00e1\u00f1ez in Chile. All drawings were done by myself while I was bored in class (I couldn't stand lecture classes). All photography was taken by my father, Bill Baumeister, some decades ago. I would love to hear your own take on culture in the comment section!\n\n
![](https://s12.postimg.org/u8zellibh/Screen_Shot_2016_09_09_at_12_01_54_PM.png)
\n
![](https://s12.postimg.org/d9qg6c73x/Screen_Shot_2016_09_09_at_12_02_03_PM.png)
\n
![](https://s12.postimg.org/ubja8flz1/Screen_Shot_2016_09_09_at_12_02_14_PM.png)
\n
![](https://s12.postimg.org/k2qt2lxx9/Screen_Shot_2016_09_09_at_12_02_25_PM.png)
\n
![](https://s12.postimg.org/8ro5e8r25/Screen_Shot_2016_09_09_at_12_02_36_PM.png)
\n
![](https://s12.postimg.org/gyg55th4t/Screen_Shot_2016_09_09_at_12_02_43_PM.png)
\n
![](https://s12.postimg.org/5ndhhga9p/Screen_Shot_2016_09_09_at_12_02_56_PM.png)
\n
![](https://s12.postimg.org/uusyvg2rh/Screen_Shot_2016_09_09_at_12_03_05_PM.png)
\n
![](https://s12.postimg.org/ujbiiombh/Screen_Shot_2016_09_09_at_12_03_14_PM.png)
\n\n---\n\n---\n\n#### In case the text is too small to read in the pictures, I have copied the words here:\n\n### Culture as an Adaptive System\n\nCulture as an adaptive system is a theory that views culture through an evolutionary perspective. It utilizes the idea of natural selection and argues that the human biological design is open ended and changes based on environmental needs. Cultural and biological crossroads include aggression and sexuality. However Keesing emphasizes that there is no Primal Man underneath layers of culture but rather culture and biology are interwoven (Keesing 1974: 74). Within the theory of culture as an adaptive system, there are four main consensuses. The first is that culture is a behavior pattern that connects people to their ecological environments. The next is that cultures adapt in the same process as natural selection. There exist feedback mechanisms that allow cultures to change based on the needs of a changing environment (Keesing 1974: 75). The third consensus is that technology, subsistence economy, and social order tied to production are the most adaptive sectors of culture.The last is that ideational parts of a culture (religion, ceremonial practices, ect) also allow cultures to adapt in a more subtle manner, however they are often overlooked because they are harder to measure and identify (Keesing 1974: 76). \n\n### Culture as a Cognitive System\n\nWhile culture as an adaptive system is concerned with practices and the routines in which one lives life, culture as a cognitive system is concerned with knowledge and structures of thought. This theory defines culture as the way one thinks, interprets, and organizes things in order to survive in their society and environment. It is compared to the role of language as both are seen as inferred codes that are not in the material realm (Keesing 1974: 78). \n\n### Culture as a Structural System\n\nIn the theory of culture as a structural system, Levi-Strauss focuses on universal processes of thought that are formed from the intersection of the physical world with the human mind. These symbolic systems that people create are in essence binary thought patterns that are used to interpret the chaos of the physical world. Levi-Strauss focuses on a universal culture rather than on particular cultures because he sees many overlaps and similarities in different societies\u2019 thought patterns (Keesing 1974: 79).\n\n### Culture as a Symbolic System\n\nCulture as a symbolic system is similar to culture as a structural system as both are ideational, however culture as a symbolic system focuses on how culture is a system of \u201cshared symbols and meanings\u201d (Keesing 1974: 79). The main difference is the word \u201cshared\u201d such that culture is not found within the minds of individual people but rather found between multiple minds. Clifford Geertz contrasts his definition of culture as a symbolic system with that of Levi-Strauss\u2019 culture as a structural system by defining his theory as \u201ca matter of interpretation not decipherment\u201d (Keesing 1974: 79). He also focuses more on individual cultures rather than on a universal culture, honoring the differences between and contradictions within many cultures. \n\n### Linguistic Relativity\n\nThe theory of linguistic relativity looks at how the structures of a particular language create one\u2019s structure of thought. Benjamin Lee Whorf focuses on how grammar structure and the use of language directly affects how one perceives the world (Unknown Author: 3). He gives the example that many indigenous cultures have multiple words for an object that the english language only has one word for, such as snow. In this sense, native english speakers do not conceptualize the physical object in the same way that the indigenous speakers do. He also argues that the words a language has to describe time greatly affects a culture\u2019s perception of the world. For example, Mayans have a circular concept of time while many European cultures have a linear concept of time (Unknown Author: 4).\n\n### Keesing\u2019s Definition of Culture\n\nIn interpreting the various definitions of culture that Keesing introduces, each is distinct however they are not necessarily isolated from each other. That is ideational theories of culture, evolutionary theories of culture, and theories of culture in a sociocultural systems approach do not have to be exclusive of one another. I believe that Keesing also sees the validity in the various theories and attempts to combine the theories and account for the contradictions in his definition of culture as a system of competence. He defines culture as one\u2019s \u201ctheory of what his fellows know, believe, and mean\u201d (Keesing 1974: 84). Though this definition falls most closely into the camp of ideational theories I think there exists a false binary between the ideational realm and the evolutionary or scientific realm, and believe that culture as a system of competence takes into account both. It also takes into account the ability of a person to see culture as external and the possibility of stepping out of said culture (Keesing 1974: 84).\n\n### My Definition of Culture\n\nIn reading and analyzing various definitions of culture, the concept that stuck out to me the most was the idea of consciences collectives. This is defined as: \u201cWhen individuals engaging in social relations\u2014even if there are only two of them\u2014share common meanings, common understandings of one another's acts, then these shared meanings are greater than the sum of their \"parts,\" their realizations in individual minds. Social meanings transcend, by some mysterious alchemy of minds meeting, the individuation of private experience\u201d (Keesing 1974: 84). This concept of consciences collectives is most closely related with the definition of culture as a symbolic system. In this definition, culture is not within the individual but rather within the connection between two or more people. \n\n#### I choose to define culture as shared symbols between two or more people that transcend the individual, so that individuals are able to connect with others and survive together both within a given society and a given ecological environment. \n\n### My Wordview and Identity\n\nIt is much easier to theoretically define culture than to define one\u2019s own worldview and identity. Many paradoxes arise when attempting to define myself. At a basic level, I am from San Francisco, am a part of my mother who is from China and a part of my father who is from the United States. I am a 21 year old female in university. However, this is surface level and not necessarily the whole of what creates my identity. Also I cannot define my culture and identity with umbrella labels such as \u201cChinese\u201d, \u201cSan Franciscan\u201d, \u201cFemale\u201d, because what creates my identity is the sum and effect of every experience I have ever had. That is, my culture and how I identify is actually every part of my entire life, and there is no way of defining this without defining every moment. \n\nFurther, to have a set worldview I have to define, categorize, and create binaries of all things. In this I must take into account my practices of Zen Buddhism where I believe in nonduality and see binaries all as part of the same whole. I also realize the binary between identification and non identification, between which the truth lies. Therefore I am not saying that I do not have an identity but rather that I both identify as Anwen, the San Franciscan 21 year old female, and also identify as every person and human experience in the world. Perhaps it is in the combination of and tension between these dualities that creates my identity. \n\n### Bibliography\n\nKeesing, Roger. 1974. \u201cTheories of Culture\u201d. Institute of Advanced Studies, Australian Nationai Universily.\n\nUnknown Author. Linguistic Relativity. http://www.bsu.by/Cache/pdf/203213.pdf", + "body_length": 9454, + "cashout_time": "2016-09-19T15:49:06", + "category": "culture", + "children": 10, + "created": "2016-09-12T15:49:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"culture\",\"art\",\"photography\",\"travel\",\"identity\"],\"image\":[\"https://s12.postimg.org/u8zellibh/Screen_Shot_2016_09_09_at_12_01_54_PM.png\",\"https://s12.postimg.org/d9qg6c73x/Screen_Shot_2016_09_09_at_12_02_03_PM.png\",\"https://s12.postimg.org/ubja8flz1/Screen_Shot_2016_09_09_at_12_02_14_PM.png\",\"https://s12.postimg.org/k2qt2lxx9/Screen_Shot_2016_09_09_at_12_02_25_PM.png\",\"https://s12.postimg.org/8ro5e8r25/Screen_Shot_2016_09_09_at_12_02_36_PM.png\",\"https://s12.postimg.org/gyg55th4t/Screen_Shot_2016_09_09_at_12_02_43_PM.png\",\"https://s12.postimg.org/5ndhhga9p/Screen_Shot_2016_09_09_at_12_02_56_PM.png\",\"https://s12.postimg.org/uusyvg2rh/Screen_Shot_2016_09_09_at_12_03_05_PM.png\",\"https://s12.postimg.org/ujbiiombh/Screen_Shot_2016_09_09_at_12_03_14_PM.png\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"http://www.bsu.by/Cache/pdf/203213.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T22:12:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66020064608630, + "parent_author": "", + "parent_permlink": "culture", + "pending_payout_value": "275.552 HBD", + "percent_hbd": 10000, + "permlink": "what-is-culture-a-look-into-various-explanations-of-culture-and-forming-my-own-definition", + "post_id": 1221017, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What Is Culture? A Look Into Various Explanations Of Culture And Forming My Own Definition", + "title": "What Is Culture? A Look Into Various Explanations Of Culture And Forming My Own Definition", + "total_payout_value": "0.000 HBD", + "url": "/culture/@anwenbaumeister/what-is-culture-a-look-into-various-explanations-of-culture-and-forming-my-own-definition" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494163189061, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30334952370576, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1648223332956, + "voter": "klm" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5001602392003, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2048117499519, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1837300639169, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4355408119104, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1185377007251, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22355130989, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 601207077523, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1244286838, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 729121175737, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 96598437714, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6936835923, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5636149138953, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436127494938, + "voter": "boatymcboatface" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 20331185643, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 814513882169, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 462218241584, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16573894840, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1109867106367, + "voter": "gavvet" + }, + { + "percent": "8937", + "reputation": 12382143533351, + "rshares": 538505667712, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 23130933882, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 621722393854, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 91826485077, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 48600453364, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 192116525505, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101916633830, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6510263901, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11312049209, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1205488276845, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65125203250, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 53317414486, + "voter": "ak2020" + }, + { + "percent": "2000", + "reputation": 11765473490257, + "rshares": 13772971060, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9046456691, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408568752222, + "voter": "taoteh1221" + }, + { + "percent": "4000", + "reputation": 3804349938696, + "rshares": 22221863203, + "voter": "juanmiguelsalas" + }, + { + "percent": "8900", + "reputation": 77590508815145, + "rshares": 349610647675, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19206223685, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15778493706, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 274016526875, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066349533, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 253136921232, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2250242865, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 2272555442064, + "rshares": 4080846603, + "voter": "azaan" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19963039126, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 52311547650, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1541497611, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3242307294, + "voter": "orly" + }, + { + "percent": "3100", + "reputation": 9956734090708, + "rshares": 12302925471, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17151855042, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 37078727236, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 350348545420, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 12294347497, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25038562870, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6935138820, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 87059507851, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 553865535, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 608396411, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 569740579, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1353694397440, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10693528725, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 38100535268, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4823140351, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5484528312, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4809488646, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 234379829569, + "rshares": 2732812169, + "voter": "holzmichl" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15883654886, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886086954, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 73626288211, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1341145943, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 266435249549, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 780081007, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 321100442, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45642945275, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 40855578903, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5716604905, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2169905933, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 109724811529, + "rshares": 272002110, + "voter": "ashleybr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239146014, + "voter": "helenapeters051" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 5769220967, + "rshares": 239034812, + "voter": "alexandraberg" + }, + { + "percent": "10000", + "reputation": 233795210, + "rshares": 239145342, + "voter": "susie4ka" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239099436, + "voter": "sarp871" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239130763, + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": 2855981553, + "rshares": 239509465, + "voter": "stefaniek42" + }, + { + "percent": "10000", + "reputation": 2685781735, + "rshares": 239696086, + "voter": "kellystone6" + }, + { + "percent": "10000", + "reputation": 3790892852, + "rshares": 239701207, + "voter": "kathise" + }, + { + "percent": "10000", + "reputation": 110744225, + "rshares": 239082038, + "voter": "tsarp4" + }, + { + "percent": "10000", + "reputation": 402141072, + "rshares": 239091094, + "voter": "oneandonly3" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 136067745, + "rshares": 238981330, + "voter": "juliaevans717" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554645343, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1561865667, + "rshares": 239275051, + "voter": "cryptobrain" + }, + { + "percent": "10000", + "reputation": 1289673, + "rshares": 239215370, + "voter": "julwern002" + }, + { + "percent": "10000", + "reputation": 1264385, + "rshares": 238981841, + "voter": "jul762" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154873782410, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 1646220515, + "rshares": 239344824, + "voter": "willpower" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 5963878416, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239080360, + "voter": "juliap4" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4227907733, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 152612830, + "rshares": 238842328, + "voter": "nancywood621" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 238870108, + "voter": "jennyfeger" + }, + { + "percent": "10000", + "reputation": 3952092450, + "rshares": 239403372, + "voter": "sunnyskies" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 348166741394, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238847388, + "voter": "stevemitchell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238854943, + "voter": "jennifersteel807" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 253813963, + "rshares": 119401610, + "voter": "melinasanner" + }, + { + "percent": "10000", + "reputation": 188619737, + "rshares": 119397595, + "voter": "mrcryptocoin" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3432105137, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1723163, + "rshares": 119531207, + "voter": "beckygee" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76506415760, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8250397597, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19879286967, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "10000", + "reputation": 802342551, + "rshares": 119135632, + "voter": "annie-kim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118845448, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239738236, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 4489986, + "rshares": 119377197, + "voter": "steemwitherika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14276799116, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118832865, + "voter": "julesber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118805309, + "voter": "emily-s" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28774933300, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118819488, + "voter": "cassyk" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118880960, + "voter": "joshleon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 40574486023, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 86465359157, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 1239169187, + "rshares": 118960267, + "voter": "timber" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118579416, + "voter": "citruss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118605320, + "voter": "ryandavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118575769, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 5567319, + "rshares": 118565669, + "voter": "johnbe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 223174354, + "rshares": 118487471, + "voter": "jennyspeer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118478585, + "voter": "samkk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513185, + "voter": "annabellew" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118447715, + "voter": "brandontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118326435, + "voter": "timothyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118337740, + "voter": "jackson5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067686492, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 30807782, + "rshares": 118250348, + "voter": "johnsnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019156041341, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 18757014652, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1751137746, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264208655, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264604087, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18720846092, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634582363, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 40366227761, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423940471, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226950985, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 296414004, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10235450831, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 631937562, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 573611993, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6261513685, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 44726835110, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3699079514, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 37577482847, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 916111615, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6368632331, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 113230656, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1049723728, + "voter": "metaflute" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838397022, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1847692372, + "voter": "gruber" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6293262070, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15597789263, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3629079720, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1400334239444, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23876201235, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 46425786062, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24435201876, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 47572531647, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 291024808482, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 11366669223, + "voter": "flysaga" + }, + { + "percent": "8937", + "reputation": 1751717743, + "rshares": 14284948352, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 67149735056, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272461746, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 163933950975, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 95521791541, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5749680273, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 242148380411, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 5251364991, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2352625881, + "voter": "pgarcgo" + }, + { + "percent": "7900", + "reputation": 3740136030964, + "rshares": 1618538923, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 263567233, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2455543698, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 10584575017, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1112057104, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91347169474, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 693842503, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 345530449, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9520107123, + "voter": "gonzo" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1929371012, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56165231, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102993541741, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 84064150272, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 17057958316, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4562284224, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 89854936829, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 3025201377, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 3021050569, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 15381266552, + "voter": "mikemacintire" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009896070, + "voter": "hilarski" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3473096917, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8932258458, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1838486123, + "voter": "therealpaul" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 1218148065, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 58272121, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 4403814537511, + "rshares": 17198890612, + "voter": "takethecannoli" + }, + { + "percent": "10000", + "reputation": 1191252134466, + "rshares": 1682739607, + "voter": "ines-f" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1041027410, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 6435147485147, + "rshares": 14778447270, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 20360974386, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3488542879, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 70830160, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691687650, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 7581995115, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 51307008, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 1456313438, + "voter": "baro" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1046268878, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 45250887314, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15877443428, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3865088410, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793472433, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191122661, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26900616352, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728896861, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337203863, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 45201856685, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 173880476, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5186085339, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604625332, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 513144814, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 65237761, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143357352, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450518538, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1051770193, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9877380216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 638366942222, + "rshares": 2849146695, + "voter": "mojojojo" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 53055896, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 232331776, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1061017889, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4912432205, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50543061, + "voter": "rabobank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50482289, + "voter": "connection" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 109843313, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763241851, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 522537236, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 426067571, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 170376022, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156820977, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152257538, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 13670562023, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 177124946, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154986758, + "voter": "steempolizei" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 163552519, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 5868199825, + "rshares": 153474174, + "voter": "tyrionlannister" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 58147979, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 19213304826, + "rshares": 149768770, + "voter": "dixonloveart" + }, + { + "percent": "10000", + "reputation": 87276160347, + "rshares": 152748178, + "voter": "panda-joe" + }, + { + "percent": "10000", + "reputation": 21907856, + "rshares": 152045535, + "voter": "adarcho" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 142863505, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115486252, + "voter": "bromejs" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n
--- This post was written by @shortcut ! ---
\n
\n

\u201cThe truth will set you free, but first it will piss you off.\u201d

\n- Joe Klaas, Twelve Steps to Happiness\n
\n\n\n

Into the Truth

\n\n

\n

I had been borne and raised into a christian sect, that claimed to\nhave found the truth. Whenever they talked about being a member of the\nsect, they didn't just say: \"I'm a believer.\" They said: \"I'm into the\ntruth.\"

\n

Luckily I was able to get out of the cult as soon as I was of legal\nage. But the following questions haunted me: \"Is there something like\nthe absolute truth?\" And if so, what could it be?

\n

\n\n
\n\n

\n

\nI found lot's of new ideas about the concept of truth through reading\nbooks of Hermann Hesse and Friedrich Nietzsche.\n

\n
Nietzsche rejects the idea of universal constants, and\nclaims that what we call \"truth\" is only a mobile army of metaphors,\nmetonyms, and anthropomorphisms.

\n

- Friedrich Nietzsche On Truth and Lies in a\nNonmoral Sense, 1873

\n

He also \"thought that truth should be used as long as it promoted\nlife and the will to power, and he thought untruth was better than truth\nif it had this life enhancement as a consequence.\"

\n

\n
\n
\n
Source\nunder cc by 2.0\nlicense
\n\n

Nihilism

\n\n

\n

I felt a huge relief and instantly was all in for the idea of just\nliving my own truth and not being called to account for any mistakes I\nmight make.

\n

At least every mistake would lead to life enhancement, I thought. The\nworst thing that could happen to me would be death and that's what we\nall face sooner or later, don't we?

\n

\n\n
\n

All statements are true in some sense, false in some sense,
\nmeaningless in some sense, true and false in some sense,
\ntrue and meaningless in some sense, false and meaningless in some sense,
\nand true and false and meaningless in some sense.

\n

A public service clarification by the Sri Syadasti School of\nSpiritual Wisdom, Wilmette.
\nFrom Principia\nDiscordia

\n
\n\n

Anarchism and Discordianism

\n

\n

\nWhen I started studying at the University of Dortmund (computer science\nand arts), I soon met a group of like minded people that also had some\ninteresting ideas about state power and society.\nWho needs a government to tell us what is wrong or right? The only and\nvery simple rule I accepted, was not to harm or limit the rights of\nsomeone else.\n

\n

\nThe group I hung up with was also into consciousness-expanding stuff\nlike eastern philosophy, discordianism and psychedelic assets.\n

\n

Discordianism is centered on the idea that both order and\ndisorder are illusions imposed on the universe by the human nervous\nsystem, and that neither of these illusions of apparent order and\ndisorder is any more accurate or objectively true than the other.\n

\nVia Wikipedia\n

\n\n\n

\n
Me
\n

Tripping to Truth

\n

\n

\nDuring one of my psychedelic journeys, I was realizing that everything\nis connected with everything else.\nActually it even felt like every part of the universe contains\neverything else as an idea or option.

\n

During that trip I thought I had the potential to let things happen,\njust by thinking about it.

\n

But how could it be? When I created my world just by my thinking,\nwhat happened if my friends thought about something that is contrary to\nmy thinking?

\n

That brought me to quantum physics.

\n

\n\n
\n

\n\nTruth, it is said, consists in the agreement of cognition with its object.\nFor since the object is outside me, the cognition in me, all I can ever\npass judgement on is whether my cognition of the object agrees with my\ncognition of the object.
\n- Kant\n

\n
\n\n

The Many-Worlds Interpretation of Quantum Mechanics

\n

\n
\n

The many-worlds interpretation is an interpretation of quantum\nmechanics that (...) implies that all possible alternate histories and\nfutures are real, each representing an actual \"world\" (or \"universe\").

\n

The hypothesis states there is a (...) perhaps infinite number of\nuniverses, and everything that could possibly have happened in our past,\nbut did not, has occurred in the past of some other universe or\nuniverses.

\nVia Wikipedia\n

\n\n
\n\n

Schroedinger's Cat

\n

\n

Schroedinger's cat is a thought experiment by Austrian physicist\nErwin Schr\u00f6dinger.

\n

\"A cat, a flask of poison, and a radioactive source are\nplaced in a sealed box.\nIf an internal monitor detects radioactivity the flask is shattered,\nreleasing the poison that kills the cat.\nAfter a while, the cat is simultaneously alive and dead.

\n

The prevailing theory, called the Copenhagen interpretation, said\nthat a quantum system remained in this superposition until it interacted\nwith, or was observed by, the external world,\nat which time the superposition collapses into one or another of the\npossible definite states.\"

\n

Via Wikipedia

\n\n
\n
\n\n\n\n

Butterfly Wing Theory

\n

\n

\nIf we have the power to switch into another universe, then nobody else\nbut ourselves is responsible for what is happening in that world.

\n

This concept started to become sort of angst-inducing to me. What if\nI choose the 'wrong' universe? And what if my choice leads to an impact\nthat I neither couldn't foresee nor implied?\nI began to understand, why so many people prefer to follow a truth or\nbelieve, than taking their fate in their own hands.\n

\n

At that time my girlfriend got stuck on a bad trip. It was the time\nof the first gulf war (desert storm) and we had been active in the peace\nmovement with all our power and without much sleep.\nAfter getting on a bad trip, she thought the world would soon blow up\ninto a 3rd world-war scenario. She even wanted to become a nun and pray\nfor peace 24/7.

\n

The only way to hold her back from that idea, was marrying her. And\nso I did.

\n

\n\n
\n
\n
Source\nunder cc-by-sa-2.0\nlicense
\n\n

Do nothing and get everything

\n

\n

\nAfter our marriage we felt some more order in our lives, but then\ncoincidentally my wife met a meditation teacher.\nI was very sceptic about accepting a guru and his teachings, on the\nother hand I had been kind of clueless about my life and all the endless\npossibilities.\nSo we gave it a try.

\n

\nIn short it was another rollercoaster ride and well worth a blog-post on\nit's own.\nThe meditation technique really helped me to calm down and see some\nthings clearer again.\nThe guru teaches were essentially that through meditation one can get\ninto a so called unified field of all possibilies where the\nego-centrated thinking and all kind of stress is able to dissolve.\nThen, after meditating, one will automatically act more likely in\nharmony with those natural laws.
\n

\n

He sums it up with his saying: \"Do nothing and get everything.\" -\nWith doing nothing he means a state were someone just sits there in deep\nmedition and after that, one will more likely be able to get everything\nthat he wants, because his actions are in accordance with the unified\nfield.

\n

After feeling somewhat lost in the endless possible universes before,\nI was relieved by the idea that there is some sort of 'natural law', an\nunderlying plan, that I was able to get consistent with.

\n

Unfortunately this teachings attracted lots of people that were very\nstrange and suddenly it felt like being into a sect again. That's why I\nquit!\n

\n\n
\n\n

Truth is a pathless land

\n

\n

My search for truth has been a long and wild ride so far. It's still\nwork in progress and every step of my life helped me to get closer to my\npersonal truth.

\n

If you'd ask me today, how I'd define truth, I likely would answer\nwith Krishnamurtis words: \"Truth is a pathless land.\"\nYou have to find out by yourself!\n

\n

\n
\n

A belief is purely an individual matter, and you cannot and must not\norganize it.\nIf you do, it becomes dead, crystallized; it becomes a creed, a sect, a\nreligion, to be imposed on others.

\n- Krishnamurti Dissolution\nSpeech\n
\n

\n
Image by NASA
\n

Conclusion

\n

\n

\nEven if you won't find any kind of absolute truth ever, I really can\nrecommend to discuss the different points of views and to adjust your\nown thinking accordingly.

\n

Truth is also a social idea, that can bring together like minded\npeople. It's important to not just find out your own truth, but also to\ntolarate the many different truths' of all the other people out there.\nI'd be happy to know your truth and that's the Truth!\n

\n

\n

That is, the process of constructing knowledge, of\nunderstanding, is dependent on the individual's subjective\ninterpretation of their active experience, not what \"actually\" occurs.\n

\nRadical\nconstructivism\n\n

\nPragmatism rejects the idea that the function of thought is to describe,\nrepresent, or mirror reality. Instead, pragmatists consider thought an\ninstrument or tool for prediction, problem solving and action.\n

\nPragmatism\n
\n

Please follow @shortcut for more stories like this!

\n
\nAttention: This post has been written by @shortcut\n\nI have featured this up and coming author to promote him, and a diversity of content.\nALL STEEM Dollars for this post go to the featured author\n\nI want to support the minnows so that they have a greater chance of being discovered!\nDon't just follow me, follow the author @shortcut as well, if you like their post!
\n\nIf you would like to get featured, please read the rules for the minnow author project first. \n\n


\n

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 12155, + "cashout_time": "2016-09-19T15:39:00", + "category": "life", + "children": 32, + "created": "2016-09-12T15:39:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"anarchy\",\"philosophy\",\"science\"],\"users\":[\"shortcut\"],\"image\":[\"https://www.steemimg.com/images/2016/09/09/Hesse4_sml0aa73.jpg\",\"https://www.steemimg.com/images/2016/09/09/lies_truth03aff.jpg\",\"https://www.steemimg.com/images/2016/09/09/joern_sw19df8a.jpg\",\"https://www.steemimg.com/images/2016/09/09/Schroedingers_cat4efe2.png\",\"https://www.steemimg.com/images/2016/09/09/Schroedingers_cat_film8c9c8.png\",\"https://www.steemimg.com/images/2016/09/09/butterfly945b2.jpg\",\"https://www.steemimg.com/images/2016/09/09/Krishnamurti_smle95d7.jpg\",\"https://www.steemimg.com/images/2016/09/09/hubble183c41.jpg\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://en.wikipedia.org/wiki/Truth\",\"https://www.flickr.com/photos/thomasguest/8165172604\",\"https://creativecommons.org/licenses/by/2.0/\",\"http://www.cs.cmu.edu/~tilt/principia/body.html\",\"https://en.wikipedia.org/wiki/Discordianism\",\"https://en.wikipedia.org/wiki/Many-worlds_interpretation\",\"http://bit.ly/1Mlwyy9\",\"https://www.flickr.com/photos/e3000/1561440998\",\"https://creativecommons.org/licenses/by-sa/2.0/\",\"http://www.jkrishnamurti.org/about-krishnamurti/dissolution-speech.php\",\"http://www.nasa.gov\",\"https://en.wikipedia.org/wiki/Constructivist_epistemology\",\"https://en.wikipedia.org/wiki/Pragmatism\",\"https://steemit.com/steemit/@sirwinchester/how-i-want-to-give-back-to-the-steemit-community-minnow-author-project\",\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T15:39:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69004911882904, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "309.245 HBD", + "percent_hbd": 10000, + "permlink": "there-is-no-truth-but-there-is-none-featuring-new-author-shortcut", + "post_id": 1220900, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "There is no Truth - But there is none (Featuring New Author @shortcut)", + "title": "There is no Truth - But there is none (Featuring New Author @shortcut)", + "total_payout_value": "0.000 HBD", + "url": "/life/@sirwinchester/there-is-no-truth-but-there-is-none-featuring-new-author-shortcut" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289505960501, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 11832876012775, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73207297088, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244066570677, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 751776839881, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1723437532169, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1706694254287, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959440122231, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 156879545214, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10522524376, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 6136428479, + "voter": "bentley" + }, + { + "percent": "2625", + "reputation": 12382143533351, + "rshares": 164543398467, + "voter": "eeks" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 608175991, + "voter": "spaninv" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 198954387656, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110399922807, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 19847998664, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 8751934567, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2747895124, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 8009324246, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17151855042, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 1353165493, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 144764591417, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124510457, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4916366172, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 5895995392, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11087873235, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 2125815465, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 10674553383, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102847910, + "voter": "sergey44" + }, + { + "percent": "8000", + "reputation": 7172977970558, + "rshares": 3134910573, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16573331275, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1791507292, + "voter": "remlaps" + }, + { + "percent": "0", + "reputation": 5571312226030, + "rshares": 172219685, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52207362, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 15621086173579, + "rshares": 29933420386, + "voter": "williambanks" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51206711, + "voter": "krushing" + }, + { + "percent": "2625", + "reputation": 1751717743, + "rshares": 4364845329, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 513156982, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 99941487421, + "rshares": 89755211, + "voter": "casandrarose" + }, + { + "percent": "10000", + "reputation": 638930934079, + "rshares": 428508532, + "voter": "wiser" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 59002619, + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13157293097, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 177283409, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50010551, + "voter": "alexbones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55359770, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 9943222995, + "voter": "gonzo" + }, + { + "percent": "5100", + "reputation": 13325577893779, + "rshares": 15472668887, + "voter": "kyriacos" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14496122032, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 5385371031617, + "rshares": 9176628168, + "voter": "mada" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3473096917, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8753613288, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 65362056, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59462074642, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 30118626174, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 2628485, + "rshares": 57579747, + "voter": "nickawesome101" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2931163149, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 65237761, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143357352, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 625158771365, + "rshares": 1226505302, + "voter": "asolopreneur" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 75014945, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 146185843, + "voter": "james93" + } + ], + "author": "williambanks", + "author_reputation": 15621086173579, + "beneficiaries": [], + "body": "The Universe does not exist in a binary, there are not only shades of grey between black and white, but an uncountable infinity of various wavelengths extending from the planck length to as long as the observable universe.\nhttp://www.eso.org/public/archives/flyers/screen/flyer_0006.jpg\n\nThis is especially amazing considering that the entirety of our visual perception is limited to an extremely narrow band of around 300nm. \n\n*Everything you have ever seen can fit in a space of less than 1/3rd of a mm.*\n\nNevertheless we must have limits in all things, lest we get too bogged down with the infinite weight of uncountable infinities.\n \nThus when I speak of science, I mean a narrow subset of natural philosophy called [Logical Positivism](https://en.wikipedia.org/wiki/Logical_positivism) and for our purposes we are going to limit ourselves specifically to it's most rigid subset [Falsificationism](https://en.wikipedia.org/wiki/Falsificationism) \nhttp://www.geoffwilkins.net/images/feynman/feynman4.jpg\nThis helps us ensure that our Science explores the \"how\" of things and posits that the universe is best explained by things which are quantifiable, measurable, but also \"falsifiable\". Meaning that some experiment can be proposed which would allow for the hypothesis to be refuted. \n\n*This is the most powerful tool we have for inquiry into objective reality. It means that if something cannot be \"quantified\", it is not scientific, even if a respected scientist is telling it to you.* \n\nUnder this definition here is what makes science, scientific.\n\n>#1 It relies on observation\n#2 The observation can be described with a theory\n#3 The theory makes a prediction\n#4 That prediction can be tested\n#5 That test results in an observation\n\nIf those 5 things are not present, you do not have science. If the results of the experiment cannot be repeated, then you also don't have science. You may have some or another branch of philosophy, but not actual science. You need the rigor of the scientific method in order to make a scientific claim. Because science is a tool to describe our *shared objective reality*.\n\n*Science is just a tool for describing our shared objective reality!*\nAnd beyond this point of, *shared objective reality*, is also where science breaks down and is no longer the best tool to use.\n\nThere's a lot of stuff passing for science, that is in no way scientific. It is spiritualism or religion or general philosophy, pretending to be science. \n\nBeing unscientific doesn't make it \"bad\" per se; it just means that the tools of science won't help you beyond this point and you need to look for new tools, before you break your tools by banging them upon the rocks of either absolutism or the infinite.\n\nOur science requires a thing to be measurable, but the limits of our perception are such that we need instrumentation and tools to give us the \"enhanced extra senses\", that we need in order to probe the depths beyond what we are endowed with. As such, our tools really don't \"tell us anything\". The tool gives us a measurement, in units that are within the physicality of our understanding.\n\nYet it is up to each of us to interpret what those measurements actually mean, regarding the subject matter under study.\n\nThis is a fancy way of saying that...\nhttp://cdn3.thulasidas.com/wp-content/uploads/2014/10/9409678513_156ecd1635_feynman.jpg\n>We cannot make the mystery go away by \"explaining\" how it works. We just tell you how it works. In telling you how it works, we will have told you about the basic peculiarities.\nThe game we play is a very interesting one. It's imagination, in a straightjacket.\n*Richard Feynman*", + "body_length": 3654, + "cashout_time": "2016-09-19T15:12:39", + "category": "science", + "children": 25, + "created": "2016-09-12T15:12:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"philosophy\",\"education\",\"life\",\"minnowsunite\"],\"image\":[\"http://www.eso.org/public/archives/flyers/screen/flyer_0006.jpg\",\"http://www.geoffwilkins.net/images/feynman/feynman4.jpg\",\"http://cdn3.thulasidas.com/wp-content/uploads/2014/10/9409678513_156ecd1635_feynman.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Logical_positivism\",\"https://en.wikipedia.org/wiki/Falsificationism\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T20:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21695035593955, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "33.565 HBD", + "percent_hbd": 10000, + "permlink": "in-defense-of-the-scientific-and-the-spiritual-part-1-what-is-science-really", + "post_id": 1220647, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "In Defense of the Scientific and the Spiritual - Part 1 : What is Science, Really?", + "title": "In Defense of the Scientific and the Spiritual - Part 1 : What is Science, Really?", + "total_payout_value": "0.000 HBD", + "url": "/science/@williambanks/in-defense-of-the-scientific-and-the-spiritual-part-1-what-is-science-really" + }, + { + "active_votes": [ + { + "percent": "5700", + "reputation": 13270505121655, + "rshares": 36686216659762, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 34617610074801, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5001612471529, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874650045279, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118467632250, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1115096741731, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1185377007251, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 1231686658, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 436117412400, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 700318962784, + "voter": "pfunk" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 19809873191, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1183844186866, + "voter": "gavvet" + }, + { + "percent": "4750", + "reputation": 12382143533351, + "rshares": 299169815396, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 252808353221, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 894243613, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 22515221192, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 8814391910, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 86810664375, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4206633216, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5369485181, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4595733595, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258822813848, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2394520895, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45642664185, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 13378446228, + "rshares": 497712732, + "voter": "charles-d" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1453591949, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 177467123098, + "rshares": 1022807145, + "voter": "satorus" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1681166546, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 602561521, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3849140235, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690604200, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 3470935589, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16573384745, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 898148642, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 106065994, + "voter": "topten" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 972914675, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 10137266406870, + "rshares": 6293262070, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23875797716, + "voter": "rawnetics" + }, + { + "percent": "4750", + "reputation": 1751717743, + "rshares": 7936082418, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272533524, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 13907656021, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 61274515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 971138, + "rshares": 188643072, + "voter": "jjt333" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 263567233, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91346595072, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 262742262, + "voter": "lisadang" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "2600", + "reputation": 13325577893779, + "rshares": 8055662544, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 19733034308, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56165231, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102993541741, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 17057958316, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 75274936, + "voter": "joelbow" + }, + { + "percent": "3000", + "reputation": 11490547563070, + "rshares": 8019523640, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407648577, + "voter": "craigwilliamz" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3473096917, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 713159404291, + "rshares": 172475082, + "voter": "groovedigital" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "100", + "reputation": 809313892500, + "rshares": 204272014, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 685025499002, + "rshares": 1260667454, + "voter": "yzomri" + }, + { + "percent": "10000", + "reputation": 34250890230, + "rshares": 62598202, + "voter": "aavkc" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 72557725, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2931163149, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 52422378, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2175563665, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26373153287, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 74301520, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 3931582256, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604613111, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143357352, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1027866325, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 7835540052910, + "rshares": 21905589109, + "voter": "storyseeker" + }, + { + "percent": "10000", + "reputation": 10281190131715, + "rshares": 14072271939, + "voter": "ocrdu" + }, + { + "percent": "10000", + "reputation": 908569372468, + "rshares": 7392674095, + "voter": "pabloescobar" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 112522418, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90053391, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 157153550, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 254521354, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 157773208, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 174162155, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 73853131, + "rshares": 158029885, + "voter": "ellam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153689571, + "voter": "roman.est" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 67329239, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109408028, + "voter": "bromejs" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "I'm a bush-pilot, aerial photographer, and explorer. \n\nOur world is truly beautiful from up here!! \n\nThis is my third post from the series I'm writing for Steemit about my ongoing nature/adventure production: **Where Eagles Fly - The American Wilderness Expedition**.\n\n# Appalachian Mountains ~ Oldest Mountains on Earth\n\n
http://geraldzmorse.com/images/steemit/Smokeys1.jpg\n*The Smoky Mountains of North Carolina*
\n\nThe Appalachian Mountains are the oldest known mountains on Earth. Formed roughly 480 million years ago in the middle of the original super-continent, Pangaea, they originally reached as high as the Alps or Rocky Mountains but over millions of years, the processes of weather eroded them to their current size and shapes. \n\nAlong the western side of these mountains, a prominent set of strange geological features extends down from the Pennsylvania Salient 700 miles southwest to the Sequatchie Valley in Alabama. These are the heavily forested \"Ridge-and-Valley Appalachians\", an archaic and very odd geological formation characterized by long, tree capped ridges with lengthy, continuous valleys in between.\n\n
http://geraldzmorse.com/images/steemit/Appalachian-Mountains.jpg
\n\nFlying along the deep valleys just west of the Appalachian Mountains we follow these undulating forested ridges from the Bald Eagle State Forest in Pennsylvania south through the George Washington and Thomas Jefferson National Forests in Virginia down to the Chattahoochee National Forest. \n\nThese mystical mountains are the historic homelands and hunting grounds for many ancient First Nations Native American cultures; The Iroquois, Shawnee, Cherokee, Chickasaw, Creek and Choctaw.\n\n
http://geraldzmorse.com/images/steemit/LookoutMountain.jpg\n*Lookout Mountain Tennessee*
\n\n# The Tennessee River ~ Ancient Superhighway \n\nIn older times when animal power dominated transportation there was no safe or secure way to cross from the east over this long mountain range full of endless ridges and valleys. Early colonial settlers considered these mountainous ridges the far Wild West and rarely ventured beyond them. \n\n
http://geraldzmorse.com/images/steemit/PioneerCemetary.jpg\n*Pioneer Cemetery in Latham Hollow in the Paint Rock Valley, Alabama*
\n\nWaterways such as the long and winding Tennessee River were the super highways of the day, taking tribesmen and traders down from the Smokey Mountains to the lower deltas. Eventually American pioneers such as Daniel Boone and Davy Crockett ventured through the mountainous passes, settling on the Cumberland Plateau near where Tennessee, Alabama and Georgia meet along the Tennessee River, west of Nickajack Lake.\n\n
http://geraldzmorse.com/images/steemit/HoneyCombCove.jpg\n*Honeycomb Cove Wilderness Area on Guntersville Lake, Alabama*
\n\nThese lands are full of limestone caves and caverns, historical Native American sites and old pioneer homesteads and cabins. On the border of Tennessee and Alabama in the Cumberland Plateau lies the Paint Rock Valley, flanked by steep mountains and threaded by a meandering river this place is so remote the residents of some of the outlying communities lived in a state of isolation that is hard to envision, electricity did not reach the valley until 1949. \n\n
http://geraldzmorse.com/images/steemit/LookoutMountainRidge.jpg\n*Lookout Mountain Ridge Above the Tennessee River*
\n\n# Paint Rock Valley, Alabama\n\nDown in the valley along a tributary of the Paint Rock River, the waters of Larkin Fork run a peculiar shade of blue-green, a color caused by water percolating through the limestone underground. The primary source of all the valley\u2019s rivers, creeks and streams are underground springs emerging from limestone caves at the base of the Cumberland Plateau. \n\nThese feed into the Paint Rock River which supports a hundred different species of fish and 45 mussel species, two of which are found nowhere else in the world, the pale Lilliput and the Alabama lamp mussel. \n\n
http://geraldzmorse.com/images/steemit/autumncolors2.jpg\n*Deep Furrowed Hollows of the Cumberland Plateau, Tennessee*
\n\nThe Paint Rock Valley watershed harbors a unique massive rock formation known as the \u201cWalls of Jericho\u201d. The underlying limestone of the watershed is riddled with caves, springs and sinkholes and is a well-known destination for cavers and spelunkers. 700 caves have been documented in the area and literally hundreds of caves are discovered every year. \n\nOne previously unknown side entrance to Guess Cave, located in a side cove of Paint Rock Valley, led to five miles of passages with spectacular formations, and an underground stream with a twenty-five foot waterfall. Over the years many of these caves have been used for moonshine stills, blacksmith forges and homes by Native tribes and pioneer settlers.\n\n
http://geraldzmorse.com/images/steemit/Log-Cabin-1.jpg\n*Old Pioneer Cabin in Cherokee Hollow, Paint Rock Valley, Alabama*
\n\nThe Paint Rock Valley is easily accessed via the Paint Rock River which is a free flowing tributary of the Tennessee River. This area has a long human history stretching back thousands of years to the unknown Native Tribes which eventually became the Cherokee Nations. \n\nThese tribes initially traded with the early colonial settlers during the Colonial days up until the period preceding the American Revolutionary War, when they sided with the British forces against the colonies.\n\n
http://geraldzmorse.com/images/steemit/storm1.jpg\n*Storm Above Cherokee Reservation, North Carolina*
\n\n# First Nations Cherokee Homeland\n\nDuring this time the Cherokees waged a continuous battle against the pioneer settlers all up and down the Tennessee River, led by the famous Cherokee War Chief \u201cDragging Canoe\u201d and his 3 brothers \u201cLittle Owl\u201d, \u201cBadger\u201d and \u201cTurtle-at-Home\u201d. \n\nFrom their village at Running Water Town, on the banks of the Tennessee River, Dragging Canoe led attacks on white settlements all over the American Southeast, especially against the colonists on the Holston, Watauga, and Nolichucky rivers in eastern Tennessee. After 1780, he also attacked settlements in the Cumberland River area, Middle Tennessee and into Kentucky and Virginia as well.\n\n
http://geraldzmorse.com/images/steemit/Cherokee-Home.jpg
\n\nAccording to Cherokee legend, his name \"Dragging Canoe\" is derived from an incident in his early childhood. When he asked to join a war party attacking a neighboring Shawnee village, his father told him he could join the war party as long as he could carry his canoe, but he could only manage to drag it. \n\nDragging Canoe died February 29, 1792 at Running Water Town on the Tennessee River from exhaustion after dancing all night celebrating a recent victory against the Cumberland pioneer settlements.\n\n
http://geraldzmorse.com/images/steemit/cumberlandcamp.jpg\n*My campsite on Turtle Time Farms atop Lookout Mountain near Cloudland, Georgia*
\n\nDuring the American Civil War there were 4 minor battles fought in the Paint Rock Valley. There was a small foundry making cannon balls and it was the home of the \u201cPaint Rock Rifles\u201d an Alabama Infantry Regiment which fought at the Battle of Shiloh in 1862. There are numerous caves where salt peter was mined for gunpowder going back into the early 1800\u2019s.\n\n
http://geraldzmorse.com/images/steemit/Cumberland-Mtns-with-Fog-Rivers1.jpg\n*Valleys Of the Cumberland Plateau Filled With Rivers of Fog*
\n\nClaude \u201cCurly\u201d Putnam, Jr., who was born in the Valley, introduced \u201cThe Green, Green Grass of Home\u201d, first sung by Porter Wagoner in 1964. The song recorded by just about every famous country music artist since, expressed his sentiments about Paint Rock Valley and the sentiments of just about all the folks who ever lived there.\n\n
http://geraldzmorse.com/images/steemit/cloudsabove.jpg\n*Clouds Above Cumberland Plateau, Tennessee*
\n\n# Ok, that's a Wrap for this installment!\n\nThanks for taking time to read this article, if you like it please vote and I would love to hear from you as well, so if you can, take time to leave a comment or ask a question. My ongoing goal here on Steemit is to utilize this platform to build community awareness to my project **Where Eagles Fly**, stay tuned as I'll have more information on the project in my next post.\n\nTo review my introductory first steemit post on this project please go [here](https://steemit.com/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse). \nAnd for the second post about the Zapata Ranch go [here](https://steemit.com/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse).\n\n\nAlso for those folks on Facebook, please come say hello. I am simply [Zedekiah Morse](https://www.facebook.com/zedekiah.morse). \n\n# Yehaw!!", + "body_length": 8926, + "cashout_time": "2016-09-19T15:07:45", + "category": "photography", + "children": 12, + "created": "2016-09-12T15:07:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"nature\",\"story\",\"life\"],\"image\":[\"http://geraldzmorse.com/images/steemit/Smokeys1.jpg\",\"http://geraldzmorse.com/images/steemit/Appalachian-Mountains.jpg\",\"http://geraldzmorse.com/images/steemit/LookoutMountain.jpg\",\"http://geraldzmorse.com/images/steemit/PioneerCemetary.jpg\",\"http://geraldzmorse.com/images/steemit/HoneyCombCove.jpg\",\"http://geraldzmorse.com/images/steemit/LookoutMountainRidge.jpg\",\"http://geraldzmorse.com/images/steemit/autumncolors2.jpg\",\"http://geraldzmorse.com/images/steemit/Log-Cabin-1.jpg\",\"http://geraldzmorse.com/images/steemit/storm1.jpg\",\"http://geraldzmorse.com/images/steemit/Cherokee-Home.jpg\",\"http://geraldzmorse.com/images/steemit/cumberlandcamp.jpg\",\"http://geraldzmorse.com/images/steemit/Cumberland-Mtns-with-Fog-Rivers1.jpg\",\"http://geraldzmorse.com/images/steemit/cloudsabove.jpg\"],\"links\":[\"https://steemit.com/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse\",\"https://www.facebook.com/zedekiah.morse\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T17:11:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 84384753112855, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "467.335 HBD", + "percent_hbd": 10000, + "permlink": "where-eagles-fly-part-3-appalachian-mountains-by-zedekiah-morse", + "post_id": 1220603, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Where Eagles Fly - Part 3 - Appalachian Mountains by Zedekiah Morse", + "title": "Where Eagles Fly - Part 3 - Appalachian Mountains by Zedekiah Morse", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/where-eagles-fly-part-3-appalachian-mountains-by-zedekiah-morse" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 494143660187, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7753267026214, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318427966211, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874620116775, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2048020184591, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1185377007251, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4837774853573, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22354168754, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1244255671, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 25065017424303, + "rshares": 118520309525, + "voter": "stan" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 96595560764, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7134679220, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 449305466127, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1198134341255, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 307809152979, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17631253106, + "voter": "jademont" + }, + { + "percent": "248", + "reputation": 12382143533351, + "rshares": 14958423239, + "voter": "eeks" + }, + { + "percent": "3100", + "reputation": 4931834878069, + "rshares": 7039828052, + "voter": "fkn" + }, + { + "percent": "2300", + "reputation": 15755437221598, + "rshares": 6703367104, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 49784341789, + "voter": "hannixx42" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1454170910, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35331087314, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110399922807, + "voter": "kenny-crane" + }, + { + "percent": "3100", + "reputation": 598181152117, + "rshares": 80788379116, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 54585171447, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1608519246, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3309765525, + "voter": "orly" + }, + { + "percent": "2300", + "reputation": 2906973892, + "rshares": 59150266, + "voter": "strawhat" + }, + { + "percent": "2300", + "reputation": 675716972978, + "rshares": 58618995, + "voter": "cryptochannel" + }, + { + "percent": "3100", + "reputation": 19111656178138, + "rshares": 28344900430, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620733312, + "voter": "bitshares101" + }, + { + "percent": "3100", + "reputation": 3891722, + "rshares": 176765596, + "voter": "barbara2" + }, + { + "percent": "3100", + "reputation": 9142611234, + "rshares": 198390134, + "voter": "ch0c0latechip" + }, + { + "percent": "3100", + "reputation": 3871042, + "rshares": 181832099, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 151197812042, + "voter": "jacor" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886084510, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1341145943, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 396653488, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 41876968375, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1453591949, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 15850485128, + "rshares": 4319511906, + "voter": "deadloop" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19702926018, + "voter": "mustafaomar" + }, + { + "percent": "4600", + "reputation": 224144957883, + "rshares": 6876333869, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 39477878293, + "voter": "sauravrungta" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067637602, + "voter": "jl777" + }, + { + "percent": "3100", + "reputation": 10519849768972, + "rshares": 5708639521, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1787574864, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 269713002, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 270116672, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156093986, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156975275, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89476508, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634579919, + "voter": "proto" + }, + { + "percent": "3100", + "reputation": 17698439393799, + "rshares": 13455409253, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432772564, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231679131, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81028161, + "voter": "yarly12" + }, + { + "percent": "3100", + "reputation": 147425730, + "rshares": 206066596, + "voter": "fnait" + }, + { + "percent": "3100", + "reputation": 3720753029, + "rshares": 183067657, + "voter": "keepcalmand" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838393355, + "voter": "taker" + }, + { + "percent": "3100", + "reputation": 10771708337101, + "rshares": 445560894368, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 133797301345, + "voter": "twinner" + }, + { + "percent": "3100", + "reputation": 18027204457681, + "rshares": 15857495883, + "voter": "myfirst" + }, + { + "percent": "3100", + "reputation": 5776723480371, + "rshares": 97008269494, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16837460318, + "voter": "sunshine" + }, + { + "percent": "3100", + "reputation": 206355094166, + "rshares": 3627660390, + "voter": "flysaga" + }, + { + "percent": "248", + "reputation": 1751717743, + "rshares": 396802593, + "voter": "gmurph" + }, + { + "percent": "3100", + "reputation": 97845484474, + "rshares": 21430766507, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5324572256, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3135205675, + "voter": "darrenturetzky" + }, + { + "percent": "3100", + "reputation": 3016325652890, + "rshares": 53456723144, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 98029397481, + "voter": "joele" + }, + { + "percent": "3100", + "reputation": 1851205309677, + "rshares": 1675967550, + "voter": "xiaokongcom" + }, + { + "percent": "3100", + "reputation": 4195733833721, + "rshares": 3378055856, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 218348347, + "voter": "party1999" + }, + { + "percent": "3100", + "reputation": 730408370151, + "rshares": 221439096, + "voter": "microluck" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 757658552, + "voter": "alexma3x" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3411235440678, + "rshares": 2778762740, + "voter": "caleballen" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1370964802, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10213356449, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1723268263, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178404288, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 45248335812, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 55785732, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2259528777, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 45199488532, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143357352, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 270942086, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 58147979, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 4751054, + "rshares": 152022437, + "voter": "powars" + } + ], + "author": "stan", + "author_reputation": 25065017424303, + "beneficiaries": [], + "body": "**\"All this I have told you so that you will not fall away.\"**\n\nI wrote this in response to today's post in an excellent series by @narrowminded on [50 Days to Understanding the End Times](https://steemit.com/rapture/@narrowminded/50-days-to-understanding-the-end-times-more-accurately-day-5-wrath-vs-tribulation#@stan/re-narrowminded-50-days-to-understanding-the-end-times-more-accurately-day-5-wrath-vs-tribulation-20160912t134329382z). Then I realized this particular response probably merited a stand-alone post, for the block chain record and for wider distribution.\n\n
http://1.bp.blogspot.com/-86itzOSn5dg/T9TQ3wOgYqI/AAAAAAAAAFE/ZxhZEq22duQ/s320/Wile.E.Coyote.jpg
\n\nWe should work hard to make sure all Christians thoroughly get the fact that things are going to get worse and worse for them. Most have lived their lives in the comfortable majority. This is not going to continue. I suspect that the great Falling Away that Paul talks about is from unprepared Christians who \"can't stand the heat\" in the last days.\n\n-----\n**2 Thessalonians 2:3**\nLet no man deceive you by any means: for that day shall not come, except **there come a falling away first**, and that man of sin be revealed, the son of perdition. \n\n**Revelation 13:7**\nThen the beast was permitted to wage war against the saints and conquer them, and it was given authority over every tribe and people and tongue and nation.\n\n**Revelation 14:12**\nHere is a call for the endurance of the saints who keep the commandments of God and the faith of Jesus.\n\n**Daniel 7:24-25**\nAnd he shall speak great words against the most High, and shall wear out the saints of the most High,\nand think to change times and laws: \nand they shall be given into his hand \nuntil a time and times and the dividing of time.\n\n**Revelation 13:7, 9-10**\nIt was granted to him to \nmake war with the saints\nand to overcome them\u2026\nHe who has an ear, let him hear. \nIf anyone is to go into captivity, \ninto captivity he will go. \nIf anyone is to be killed with the sword, \nwith the sword he will be killed. \n**This calls for patient endurance \nand faithfulness on the part of the saints.**\n\n**Revelation 6:9-11**\nWhen he opened the fifth seal, I saw under the altar the souls of those who had been slain because of the word of God and the testimony they had maintained. They called out in a loud voice, \"How long, Sovereign Lord, holy and true, until you judge the inhabitants of the earth and avenge our blood?\" Then each of them was given a white robe, and they were told to wait a little longer, _until the full number of their fellow servants, their brothers and sisters, were killed just as they had been._\n\n**Matthew 24:9-13**\n_Then you will be handed over \nto be persecuted and put to death, \nand you will be hated by all nations because of me._\n**At that time many will turn away from the faith** and will betray and hate each other, and many false prophets will appear and deceive many people. \nBecause of the increase of wickedness, \nthe love of most will grow cold, \nbut the one who stands firm to the end \nwill be saved.\n\n**John 16:1-4**\n_All this I have told you_\n_so that you will not fall away._\nThey will put you out of the synagogue; in fact, \nthe time is coming when anyone who kills you \nwill think they are offering a service to God. \nThey will do such things because they have not known the Father or me. \nI have told you this, so that when their time comes you will remember that I warned you about them. \n\n--------\n\n**It's not going to be pretty, but we will be much stronger if we are realistic about what to expect.**", + "body_length": 3600, + "cashout_time": "2016-09-19T14:24:51", + "category": "religion", + "children": 7, + "created": "2016-09-12T14:24:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"religion\",\"endtimes\",\"christianity\",\"jesus\",\"bible\"],\"users\":[\"narrowminded\"],\"image\":[\"http://1.bp.blogspot.com/-86itzOSn5dg/T9TQ3wOgYqI/AAAAAAAAAFE/ZxhZEq22duQ/s320/Wile.E.Coyote.jpg\"],\"links\":[\"https://steemit.com/rapture/@narrowminded/50-days-to-understanding-the-end-times-more-accurately-day-5-wrath-vs-tribulation#@stan/re-narrowminded-50-days-to-understanding-the-end-times-more-accurately-day-5-wrath-vs-tribulation-20160912t134329382z\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T14:24:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22496206939674, + "parent_author": "", + "parent_permlink": "religion", + "pending_payout_value": "40.745 HBD", + "percent_hbd": 10000, + "permlink": "christians-are-about-to-get-their-heads-handed-to-them", + "post_id": 1220169, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Christians are about to get their heads handed to them.", + "title": "Christians are about to get their heads handed to them.", + "total_payout_value": "0.000 HBD", + "url": "/religion/@stan/christians-are-about-to-get-their-heads-handed-to-them" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28651602811095, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 522369098258, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30334614913979, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1645460545282, + "voter": "galaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1931416863036, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2094488884913, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1218304146341, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22829041167, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3727049794, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4525237881, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821106112, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 501979513124, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66128951659, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996982471, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256585122, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 71559230422, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 62374494837, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280851426, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750549634988, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7332706434, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5634637148818, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 449292934564, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 85645851811, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 28996074829, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750252126, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168240643, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 22416435453, + "voter": "dedriss" + }, + { + "percent": "2500", + "reputation": 72112139588726, + "rshares": 211773609364, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 196892401906, + "voter": "gardenlady" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46903360378, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346079567, + "voter": "helen.tan" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 74815100083, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 462211890598, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 411570458212, + "voter": "craig-grant" + }, + { + "percent": "8000", + "reputation": 3266915935488, + "rshares": 117664841413, + "voter": "itsjoeco" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17278628044, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1215252391344, + "voter": "gavvet" + }, + { + "percent": "9390", + "reputation": 12382143533351, + "rshares": 568420083084, + "voter": "eeks" + }, + { + "percent": "900", + "reputation": 14848515958625, + "rshares": 8211344966, + "voter": "kingscrown" + }, + { + "percent": "200", + "reputation": 376960001789, + "rshares": 243270396, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 3532411814632, + "rshares": 22112663599, + "voter": "teatree" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2197244270, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1679831113832, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8004110823, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1348960424, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 621670564434, + "voter": "nanzo-scoop" + }, + { + "percent": "2300", + "reputation": 15755437221598, + "rshares": 7312764113, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1293680763, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7463199253, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 52155024731, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 192104872788, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 894231390, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101914664657, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1666976409, + "voter": "dmitry" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3327404958, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 585064847, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 12625795548, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5268515075, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 53314144214, + "voter": "ak2020" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 24391414215, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 1368134393, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9974088410, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255088656, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408567090222, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 36773172511, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2052675774, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 375300302212, + "voter": "hedge-x" + }, + { + "percent": "4000", + "reputation": 3804349938696, + "rshares": 23332924290, + "voter": "juanmiguelsalas" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33746846658, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 30409765924218, + "rshares": 324266529291, + "voter": "innuendo" + }, + { + "percent": "10000", + "reputation": 6877012376448, + "rshares": 124616898208, + "voter": "beervangeer" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1106635808, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 273980325170, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066191542, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 116016488002, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 258522813173, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 276780348904, + "voter": "lukestokes" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 4086244760, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 862610149295, + "rshares": 5442508268, + "voter": "angusleung100" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32087153429, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 70697742782, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2314535518, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32171807737, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 4091336900, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3214337682, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19962739667, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1933204465, + "rshares": 54802766231, + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 5102199038, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 67573554905, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 19988015698, + "rshares": 249608253, + "voter": "ivp" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75879395674, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3309705620, + "voter": "orly" + }, + { + "percent": "4300", + "reputation": 9956734090708, + "rshares": 16916616312, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17881721214, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 36351693369, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4350681492, + "voter": "stranger27" + }, + { + "percent": "2300", + "reputation": 2906973892, + "rshares": 59150266, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 12294211836, + "voter": "r4fken" + }, + { + "percent": "2300", + "reputation": 675716972978, + "rshares": 58618995, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 30793820499, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 219096350903, + "voter": "domino" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620733312, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 165694944701, + "rshares": 2933951334, + "voter": "fydel" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1534774239, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174357369968, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 154414786766, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1231508989, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 17987570914, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5488807074, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11840228515, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 32306025811, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4916366172, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15882262298, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19501951490, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 13102367012, + "rshares": 246880990, + "voter": "illuminatidude" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886084510, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 72123710901, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1369680963, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 235985506743, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2394520895, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 453318272, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 55694456018, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 10475864147, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45640952973, + "voter": "milestone" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1514363300, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 42898357848, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 130397095587, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3792313954, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 177467123098, + "rshares": 1064554375, + "voter": "satorus" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5716604905, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14731764333, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154863028743, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13373112948, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19300825487, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76503191603, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239668560, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28774188866, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 40574486023, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 573006273614, + "rshares": 16427009896, + "voter": "chessmonster" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7984642830, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067637602, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 998778378864, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1787544911, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 269713002, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 270116672, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156093986, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156975275, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89476508, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 24289354023, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 96787045418, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101238794, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21424668654, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102847910, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1624945721527, + "rshares": 5267539716, + "voter": "bbrewer" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14132217983, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 16853902342, + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20256533608, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42142244446, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634579919, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 42160282328, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432772564, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442555299, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231679131, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17046469987, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81028161, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46628936819, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 880185669, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 10078626640, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1959122615, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 108275702, + "voter": "topten" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 998517693, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 3815274198, + "voter": "litrbooh" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838390910, + "voter": "taker" + }, + { + "percent": "4600", + "reputation": 10137266406870, + "rshares": 7551870494, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 636819078766, + "rshares": 1571710417, + "voter": "whitemike313" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3629079720, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1432160017613, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23876201235, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 44365270334, + "rshares": 72699494, + "voter": "always1success" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3181782566, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25077411172, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 47572113566, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 5277793931, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 303959244414, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 14977899262, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 11608513249, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 30404459715, + "voter": "kental" + }, + { + "percent": "9390", + "reputation": 1751717743, + "rshares": 15066885304, + "voter": "gmurph" + }, + { + "percent": "7600", + "reputation": 1038813018744, + "rshares": 5842133424, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1426481255, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 68578452823, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 83149771848, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2374972741, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272346838, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6772913101, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7799804733, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 698687138, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 3782591597315, + "rshares": 19051460504, + "voter": "bayareacoins" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 167497732518, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 638930934079, + "rshares": 419938361, + "voter": "wiser" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 165561842431, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 98026167203, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5710743893, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13671802178, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 5363096161, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 10361493155, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2352625881, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 263567233, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12597683084, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 148849300, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15678071875, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 10809778741, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23724716356, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5706378427, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560171936, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 2686158006671, + "rshares": 5388227488, + "voter": "melek" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72888625, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 177283409, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91343857121, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 723367716, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 345530449, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 5998888672, + "voter": "userlogin" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 2409896485, + "rshares": 9680240615, + "voter": "theb0red1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1940200922, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 8013044770, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20538401998, + "voter": "runaway-psyche" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1792682049, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57360236, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6032614607, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102992771612, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4777027071, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 1632186180, + "rshares": 61111025, + "voter": "fred703" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9253131655, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 84066775758, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14474111283, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655376787, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13831777723, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88093075322, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3340481764, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 3137399626023, + "rshares": 4158996225, + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 5385371031617, + "rshares": 9360160731, + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "5000", + "reputation": 965303906571, + "rshares": 11513085080, + "voter": "jimmco" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 3021050569, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 44679463800, + "rshares": 5067549662, + "voter": "professorx" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 79979619, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3065240691, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 774951845, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 4595623910, + "rshares": 58000712, + "voter": "margas6" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 85249639, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 15255437305, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 661375005, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5656438262, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1759169685, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 72557725, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691673288, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182045191, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 53537748, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 126198866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 13801399243, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 11936277515, + "voter": "ghasemkiani" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22623266278, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15876955092, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3865000403, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 4923665523434, + "rshares": 7215157956, + "voter": "lanimal" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3884293684, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793314441, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 73376503650, + "rshares": 14097152566, + "voter": "cryptobiker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191089657, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 206934889707, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 267655829, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 9644122965, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 226955419, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 9454815280, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 1250756708358, + "rshares": 1397026620, + "voter": "plotbot2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728825046, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5954717805, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55070425, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337203863, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2378451344, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 75849469, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22598972532, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 4010213901, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 177660486, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1366622354, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604527549, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3177834878, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 65536947, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 66596881, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 51247184, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143332900, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27118177334, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450462310, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1123481798, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9877085013, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 638366942222, + "rshares": 2906129629, + "voter": "mojojojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4912288578, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 59814831, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5084727818, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 7031497, + "rshares": 50258414, + "voter": "mardvin" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 112522418, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65631189, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763155678, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74430646, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82410131, + "voter": "pugilas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79060987, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 691710079, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159723319, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159710416, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 24449186, + "rshares": 159474270, + "voter": "linka" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 163636223, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 155476058, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155469045, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 452305185, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154649753, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154619387, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2105083871, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 158097001, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154157014, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 185520557, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154096626, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153838109, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153800757, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 153751482, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 136060755, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155427208, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 14050299857, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 151778491, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 1091185643, + "rshares": 152437182, + "voter": "crowkeep" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 625099710, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 808987107, + "rshares": 129026909, + "voter": "acidpanda" + }, + { + "percent": "10000", + "reputation": 94966354, + "rshares": 156553160, + "voter": "madjack" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 85691759, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 2288789, + "rshares": 155637695, + "voter": "simpson93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155414137, + "voter": "optimist" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "There is a narrative currently doing the rounds. Lots of shrill voices predicting the end of steemit because everybody is leaving. The facts however just don\u2019t support that narrative and those conclusions.\n\nTrue\u2026 the steemit price is undergoing some bloodletting.\n-\nThis is to be expected after the massive 2000% spike following the 4th of July euphoria and the redistribution of STEEM by major STEEM Power holders. \n\nThe baselines however indicate that a mature core of steemit users is developing and that the prophets of doom are simply frauds. Their prophesies have little to no basis in fact.\n-\nThe blue line indicates users who visit the web site and leave immediately never to return. It is quite normal for this blue line to fluctuate wildly and is a good barometer of hype levels out there on the internet and in the media. \n\nEvery time there is some sort of hype it rapidly peaks only to fall right back down again shortly afterwards.\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/new%20and%20returning_zpsogdu2vjj.jpg\n\nThe red line is a baseline that measures returning or loyal users\n-\nWe can see a slow downward trend over the last month, however this is not alarming. Just as with the price spike and subsequent bloodletting. The user spike was preceded by a number of spikes closely correlated with the hype phases indicated by the spikes in the blue lines. \n\nWhat goes up rapidly is destined to come down as consolidation occurs.\n\nThe red line or loyal users have once again stabilized at 10 to 12 thousand users per day which is slightly higher than the pre-hype spikes about a month ago.\n-\n\nWhen we review the baselines by continent the facts become even clearer.\n-\nThe massive hype spike was mainly limited to the Americas and so is the subsequent downtrend with only a slight disturbance in Europe.\n\nAsia, Africa and Oceania remain very constant.\n-\n\nhttp://i1024.photobucket.com/albums/y301/gavvet/continents_zpshfdgmpnw.jpg\n\nWhen we drill deeper into the data we see that the hype spike and subsequent downtrend was most prevalent in the USA and has stabilized at around 3000 visitors a day.\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/USA_zpsq348zd5e.jpg\n\nEurope shows that any slowdown has really been isolated to Northern Europe (red line)\n-\nhttp://i1024.photobucket.com/albums/y301/gavvet/Europe_zpsksitw44q.jpg\n\nWhen I look at these stats I simply see standard fluctuations followed by consolidation... hardly a \"last one to leave please turn off the lights\" scenario.\n-", + "body_length": 2505, + "cashout_time": "2016-09-19T13:56:09", + "category": "stats", + "children": 72, + "created": "2016-09-12T13:56:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"stats\",\"steemit\",\"users\",\"\"],\"image\":[\"http://i1024.photobucket.com/albums/y301/gavvet/new%20and%20returning_zpsogdu2vjj.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/continents_zpshfdgmpnw.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/USA_zpsq348zd5e.jpg\",\"http://i1024.photobucket.com/albums/y301/gavvet/Europe_zpsksitw44q.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T14:58:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 89795764795069, + "parent_author": "", + "parent_permlink": "stats", + "pending_payout_value": "370.701 HBD", + "percent_hbd": 10000, + "permlink": "is-everybody-heading-for-the-doors-the-narrative-and-the-truth", + "post_id": 1219860, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Is everybody heading for the doors? The narrative and the truth.", + "title": "Is everybody heading for the doors? The narrative and the truth.", + "total_payout_value": "0.000 HBD", + "url": "/stats/@gavvet/is-everybody-heading-for-the-doors-the-narrative-and-the-truth" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 508251014522, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30966471730443, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 318427078585, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1758871293284, + "voter": "fantasy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1931408934128, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2094488884913, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1218304146341, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22829041167, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1827086021882, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 771988672478, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 102112231148, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7530829614, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1863752774, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5751910780520, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 449280755454, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 87358768848, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 29831917855, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 22416435453, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 307779202715, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 45905416540, + "voter": "alexgr" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 76477587581, + "voter": "unosuke" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109518539, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17278628044, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1215252391344, + "voter": "gavvet" + }, + { + "percent": "9390", + "reputation": 12382143533351, + "rshares": 583377516985, + "voter": "eeks" + }, + { + "percent": "200", + "reputation": 4931834878069, + "rshares": 502829884, + "voter": "fkn" + }, + { + "percent": "200", + "reputation": 376960001789, + "rshares": 243270396, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30389840594, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8804243088, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 637212328545, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1293680763, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 144726487011, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7615509442, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 52155024731, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196790357490, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 894231390, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101914246542, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3327404958, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 585064847, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 12362758141, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39962241946, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54614489195, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 1341308228, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30794155716, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9046266232, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3844479663738, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 408567090222, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33746846658, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53369275426, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19206193129, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15777607512, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 273978813985, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4306822776, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 30467366331, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066191542, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 115405446743, + "voter": "geoffrey" + }, + { + "percent": "200", + "reputation": 598181152117, + "rshares": 5385891941, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45297340997, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2314535518, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471319699, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 41523061256, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 46116521370, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30884935428, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 67111774204, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3289089721, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19962470095, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75879395674, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3309705620, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17881721214, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 35624659501, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 11269818539, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1502465820159, + "rshares": 219096350903, + "voter": "domino" + }, + { + "percent": "200", + "reputation": 19111656178138, + "rshares": 2024580730, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620733312, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174351799112, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 154414786766, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1231508989, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1301742950, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 19551707515, + "voter": "sebastien" + }, + { + "percent": "9000", + "reputation": 2821855573125, + "rshares": 4888383930, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12092148271, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213713598, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4916366172, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15882052615, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886084510, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1455286023, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13908360410, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 39739268215, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 434430010, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87211957, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3792313954, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154862778424, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 5589732529, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19300825487, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 76503191603, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7068424508, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239662753, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28774026258, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 39477878293, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8147594725, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067630267, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 32325093499, + "voter": "zaebars" + }, + { + "percent": "200", + "reputation": 10519849768972, + "rshares": 407747740, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1787544911, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 269713002, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 270116672, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156093986, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156975275, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89476508, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 654240255, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 96787045418, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101238794, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101238794, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102847910, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14132217983, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20256533608, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42142244446, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634579919, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "200", + "reputation": 17698439393799, + "rshares": 897027283, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432772564, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231679131, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 16572956932, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81028161, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2980478373, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 45677325863, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 152997871, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1963141399, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2440134533, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5040795067, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121863040259, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 71974880699, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838390910, + "voter": "taker" + }, + { + "percent": "4600", + "reputation": 10137266406870, + "rshares": 7237209223, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 7031313138, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "200", + "reputation": 10771708337101, + "rshares": 31825778169, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 27189173557, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27166017894, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27175725669, + "voter": "laonie3" + }, + { + "percent": "200", + "reputation": 18027204457681, + "rshares": 1321443014, + "voter": "myfirst" + }, + { + "percent": "200", + "reputation": 5776723480371, + "rshares": 6467217966, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 14977899262, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16706540496, + "voter": "sunshine" + }, + { + "percent": "200", + "reputation": 206355094166, + "rshares": 241844026, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 29796370521, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5968087090, + "voter": "brendio" + }, + { + "percent": "9390", + "reputation": 1751717743, + "rshares": 15463370365, + "voter": "gmurph" + }, + { + "percent": "200", + "reputation": 97845484474, + "rshares": 1428717767, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2374972741, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272346838, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 1834147430, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27171055411, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27168686981, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27165497452, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27161809222, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7965758025, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27157194615, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 698687138, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27154928416, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 100727669292, + "voter": "thisisbenbrick" + }, + { + "percent": "200", + "reputation": 3016325652890, + "rshares": 3563781542, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 6364644439603, + "rshares": 15783217872, + "voter": "aboundlessworld" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 98025237387, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5710722497, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13671802178, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1740476352, + "voter": "paynode" + }, + { + "percent": "200", + "reputation": 1851205309677, + "rshares": 111731170, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2352625881, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 145872314, + "voter": "steem-engine" + }, + { + "percent": "200", + "reputation": 4195733833721, + "rshares": 225203723, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23724716356, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560141372, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72888625, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 173737741, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 352441058, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6121314971, + "voter": "userlogin" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 699114509939, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6166672709, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102992771612, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4874517419, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071697701, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655376787, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86331213816, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9366431548, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27147563352, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 162957058, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84529375877, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27266328430, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 3065240691, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3839005026, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 83473604, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 21265906581, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3562767196, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 661375005, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5809314972, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 26253117334, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 53554511, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 41381770699, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691673288, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182045191, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22623235712, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15876955092, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3864985733, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793314441, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 73376503650, + "rshares": 14379095617, + "voter": "cryptobiker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1065957893, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1224175481, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 15940052896, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 206934889707, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 474843702, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728825046, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337203863, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2200067493, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 704284623, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379174913240, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 54614168780, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22598888476, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1339289907, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1053072664, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604478643, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 51247184, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2040286437, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143330455, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450462310, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 71839078, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1123481798, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9877085013, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 3839465, + "rshares": 52564485, + "voter": "meraki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 52864017, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4912288578, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1200936912, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 104485102, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64344303, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763141312, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74430646, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287362819, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1453938965, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 452305185, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158523226, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157931180, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2160480815, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 158097001, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156820977, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 134046960, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 154876011, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138444485, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118707092, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 79570919, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132123996, + "voter": "steemtrail" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "For the first time in thirty-one years, on Thursday, September 1st, Tallahassee, Florida took a direct hit from a hurricane. Hurricane Hermine ripped through Florida's Capital City with gusts of 64 MPH, knocking down trees that have stood for decades, snapping power poles like twigs and causing 250,000 people in North Florida to lose power. Many of us were without power for almost a week. \n\n![](http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1686.jpg)\n\nLet me preface this by saying that most of us still had running water, and gas appliances were still able to function. We were not as bad off as we could have been and this made the week without power a bit more tolerable. That being said, for most people in the States, a week without power is a long time and it was interesting to observe and learn from the situation.\n\nHere are some of my most interesting observations.\n\n![](http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1685.jpg)\n## Preparation ##\nWhen and if the grid truly goes down, it may come without warning. In this case, a hurricane moves slowly and we had ample time to prepare. Unfortunately, many people have no clue how to prepare themselves for a disaster. The day before the storm hit I went to the grocery store down the street to grab a few last minute items. While I was there, I was astounded by the number of people with carts full of perishable items. Raw meat, dairy products, frozen meals. In the face of disaster, these people were buying items that would not last more than a few hours without refrigeration! The most crucial needs in a survival situation are: Shelter, Water, Fire and Food. All of these items need to be sustainable. It's not enough to have food in your refrigerator or pantry, eventually it will go bad. It's not enough to have gallons of water, eventually it will run out. It's not enough to have a box of matches, they will run out or get wet. \n\n## During the Disaster ##\nWhen the storm of the century is upon you, or the bombs are dropping from the sky, your actions and decisions will make a difference in whether you even have to worry about your food perishing. Luckily, there was only one known fatality from Hermine. This death was a homeless man that had a tree fall on his tent. Rescue operations were launched for individuals in coastal areas that chose not to evacuate despite repeated warnings. All of the canned food in the world won't save you if your house blows over. Have a backup plan, and don't be afraid to use it.\n\n![](http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1691.jpg)\n## Post-Disaster Survival ##\nFollowing a natural or manmade disaster, there will be a period of time when the government and infrastructure will not be in a position to help you. In this case, the only way for leaders to make decisions is by the numbers. The goal will be to make decisions that improve the situation for the maximum number of people at a time. Your individual crisis only matters in its impact or connection to other crises. If you run out of baby diapers, if your roof develops a leak, if your medication is ruined, you will likely be completely on your own in remedying the situation. I was surprised at how many people did not plan for these situations and then blamed their problem on the local governement. Handicaps, minority status, special needs that may have given you preference pre-disaster will become impedements that you will have to deal with on your own.\n\n## Post-Disaster Rebuilding ##\nI've also been amazed at how eager people are to forget the hard lessons learned during a crisis. Life goes back to normal very quickly and no adjustments are made. I personally plan to look into solar power for my property and will be converting a diesel generator to operate on vegetable oil, just to mention a few things. As you rebuild, put things in place so that preventable problems during a crisis don't happen again.\n\n![](http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1208.jpg)\n## Conclusion ##\nRedundancy, Sustainability and Knowledge are the keys to surviving a crisis situation. If your gas stove doesn't work, have a camp stove; if that doesn't work, have a sterno, firepit, charcoal, flint and tinder. It's not enough to have water stored. You need a way (multiple ways) to disinfect and filter water to create a renewable source of clean drinking water. Have a cheap tent on hand in case your house is damaged. These solutions need to be as sustainable as possible for the long-term and your resources need to be used wisely. Knowledge is another important piece. Do you know how to perform CPR, to grow or forage your own food source? \n\n---\n\nIf you like my work, don't forget to follow me: @jaredcwillis!", + "body_length": 4721, + "cashout_time": "2016-09-19T13:48:15", + "category": "life", + "children": 8, + "created": "2016-09-12T13:48:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"hermine\",\"shtf\",\"survival\"],\"users\":[\"jaredcwillis\"],\"image\":[\"http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1686.jpg\",\"http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1685.jpg\",\"http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1691.jpg\",\"http://jaredwillis.com/wp-content/uploads/2016/09/IMG_1208.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T13:48:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60872071534733, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "275.547 HBD", + "percent_hbd": 10000, + "permlink": "when-the-grid-goes-down-lessons-from-hermine-featuring-jaredcwillis-as-author", + "post_id": 1219779, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "When the Grid Goes Down: Lessons from Hermine (featuring @jaredcwillis as author)", + "title": "When the Grid Goes Down: Lessons from Hermine (featuring @jaredcwillis as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/when-the-grid-goes-down-lessons-from-hermine-featuring-jaredcwillis-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 536484533710, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30966358269603, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347374694044, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 681479593932, + "voter": "eternity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1931369619745, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2141002177691, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1251231285431, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4984332781665, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22828777077, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1867687933479, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1317414168, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 771970812910, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 104868954718, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7728985498, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1912798900, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5751696719219, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 462486978770, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 29831917855, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 22416435453, + "voter": "dedriss" + }, + { + "percent": "2000", + "reputation": 9469162, + "rshares": 16625492217, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 471835149554, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 3266915935488, + "rshares": 143492472762, + "voter": "itsjoeco" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9699590195, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1215252391344, + "voter": "gavvet" + }, + { + "percent": "9390", + "reputation": 12382143533351, + "rshares": 583376730268, + "voter": "eeks" + }, + { + "percent": "900", + "reputation": 4931834878069, + "rshares": 2514149423, + "voter": "fkn" + }, + { + "percent": "200", + "reputation": 376960001789, + "rshares": 243270396, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30389840594, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8804243088, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 637182902489, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1346484060, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 148850525392, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7615402460, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 52155024731, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196782680331, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101914015463, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1560573660, + "voter": "dmitry" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3327369806, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 585064847, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 12362758141, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40870474718, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54612242535, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 1341308228, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 30794155716, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9278221777, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3844456463444, + "voter": "satoshifund" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33746777885, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 53369275426, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19590316991, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15777607512, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 279686705943, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4306822776, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31313682062, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066191542, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 115405446743, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45296943627, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 31445410360, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2314535518, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471319699, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 41523061256, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47298996277, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31528371582, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68509936167, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3289049376, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20369867443, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 78046806212, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3377220067, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18246654300, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 35624659501, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 11269818539, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 1621648960, + "voter": "romel" + }, + { + "percent": "900", + "reputation": 19111656178138, + "rshares": 8098322922, + "voter": "furion" + }, + { + "percent": "900", + "reputation": 3891722, + "rshares": 58921865, + "voter": "barbara2" + }, + { + "percent": "900", + "reputation": 9142611234, + "rshares": 66128516, + "voter": "ch0c0latechip" + }, + { + "percent": "900", + "reputation": 3871042, + "rshares": 60609171, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1566096162, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174351799112, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44906799350, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 1231508989, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1301742950, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 19160673365, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12027578472, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213713598, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5023243697, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 16206176138, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886084510, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 11314125805, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1426751003, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13908346349, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 39739268215, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2231258107, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 434430010, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 55694456018, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 42898357848, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87211957, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3792313954, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154862778424, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 78033255435, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7068424508, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 13633005273, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239662753, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28774026258, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8147594725, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067626599, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 33113510414, + "voter": "zaebars" + }, + { + "percent": "900", + "reputation": 10519849768972, + "rshares": 2038738701, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1824010137, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275217349, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275629257, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159279578, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160178852, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91302559, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 669109351, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 96787045418, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 103539676, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101238794, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 102847910, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 27988491601746, + "rshares": 37418324033, + "voter": "marius19" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 13811031211, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20256533608, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42142244446, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634579919, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 441604657, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1481508434, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 236407277, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82681797, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2980478373, + "voter": "tygergamer" + }, + { + "percent": "900", + "reputation": 147425730, + "rshares": 68687337, + "voter": "fnait" + }, + { + "percent": "900", + "reputation": 3720753029, + "rshares": 61021024, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 45677325863, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3626548543, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 152997871, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1959122615, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46539679708, + "voter": "jasonstaggers" + }, + { + "percent": "2800", + "reputation": 2889656462700, + "rshares": 2268014808, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5040795067, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121863040259, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075326746, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 70443500258, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 3815274198, + "voter": "litrbooh" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838390910, + "voter": "taker" + }, + { + "percent": "7800", + "reputation": 10137266406870, + "rshares": 12271789553, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 7031313138, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3556498126, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23388931822, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25077291967, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 14977899262, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 30404459715, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5968087090, + "voter": "brendio" + }, + { + "percent": "9390", + "reputation": 1751717743, + "rshares": 15463358446, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327473286, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 64812629, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 2457752989108, + "rshares": 9412577199, + "voter": "blockchainblonde" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7965758025, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 683160758, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1404987390, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 100538179261, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1788822918, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 58773515, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2352625881, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1130607874, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2505656835, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 110840095927, + "rshares": 145872314, + "voter": "steem-engine" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 23724716356, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 6078533542, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1560141372, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72888625, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60173663, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 338619840, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6121314971, + "voter": "userlogin" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1940200922, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2940172340, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 715003476074, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4777027071, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071697701, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655376787, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9366431548, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84529375877, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27266328430, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10649944782, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 6190294, + "rshares": 10280806246, + "voter": "stiant" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3838992493, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4255351742, + "rshares": 58281106, + "voter": "denman" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 83473604, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10213020307, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 21265906581, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 661375005, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 67375030, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691673288, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182045191, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22623151653, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15876955092, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3864985733, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2175491856, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793314441, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1065957893, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 356253095, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1224175481, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 206934889707, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728825046, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 344085575, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2318990060, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 719269402, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379174913240, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 56174573603, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22598796775, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1085981185, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2040286437, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 179120276, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450462310, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 71839078, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1099577930, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 10112253704, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50263480, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4912288578, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1200936912, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 107164208, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 64344303, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763141312, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74430646, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159723319, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1453938965, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 452305185, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158051137, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2160480815, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160835930, + "voter": "skrillex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156820977, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156299377, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 139549492, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 134046960, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 154876011, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138444485, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121467722, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 82631339, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134876579, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 19213304826, + "rshares": 149768770, + "voter": "dixonloveart" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "###
A hero is a man who does what he can. (Romain Rolland)
\n
http://blog.onemodelplace.com/wp-content/uploads/2011/09/Firemen-Raise-Flag1.jpg\n*Photographed by Thomas E. Franklin*

\n\nThis is the third and final part of my series on my experiences during and after September 11, 2001. If you would like to read the other pieces first, you can find them here: [Part One](https://steemit.com/life/@hanshotfirst/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded) and [Part Two](https://steemit.com/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two)\n\n...Then I saw something I will never forget as long as live. Reporters were interviewing people who were rushing *into* the burning buildings.\n\nOf course these *people* were the first responders who answered their call to duty that day. These heroes had families. These heroes could have turned and run to their own loved ones. Instead, they turned toward the danger. They ran into the threat in order to save other peoples' loved ones... like they do every day. \n\nI have pretty vivid memories of the early morning of September, 11, 2001... until I saw one imagine on the television that broke me. It was just too much. Everything after seeing this image was a blur. I know Bill and I continued to calm and support the students. I know that we continued to teach them how to be an intelligent viewer as reporters shared incomplete and sometimes erroneous information as quickly as it reached their earpieces. (But of course they had to. This was real time. Everyone was trying to wrap their heads around this as it unfolded.) I know the 3:00 bell eventually sounded and we all somberly made our ways home. But if you asked me to share specific details, I would be at a loss.\n\n### What image \"broke\" me? \n\nAs the students and I watched the television, the room was silent as a reporter interviewed a firefighter who was on his way *into* the building. In the background of the shot, countless other first responders filed into the twin towers. I only remember one question that the reporter asked, \"You're going in there?\" The firefighter didn't have time to talk, so he simply said, \"It's my job\". He ran into the building. A few seconds later, the building he had just rushed into collapsed. He, and all the other brave people who ran towards danger while other fled, were gone.\n\n
https://media-cdn.tripadvisor.com/media/photo-s/09/b7/22/e9/fdny-memorial-wall.jpg\n*New York Financial District 9/11 Firefighter Memorial*

\n\n### \"It's my job.\"\n\nI'm honestly not sure if it was that exact moment or some other time in the following hours or days, but I decided that my job would be to educate my students about the heroes from this tragic day. It is ridiculously insignificant in comparison to what others did... but it's what I can do.\n\nI teach World History In America. This usually means our content covers from 4.5 million B.C. to around 1970 A.D. But in my class, we make it to October, 2001 (that isn't a typo, the weeks after are very significant as well).\n\nDuring the final nine weeks of the school year, I must educate my students about some of the most horrible and depressing topics imaginable (WWI, WWII, The Holocaust, Six other genocides, and 9/11). These lessons center around many human beings at their worst. In order to avoid my students and I leaving class depressed every day, I also highlight the heroes who stood up and exemplified human beings at their best. The first responders of 9/11 are a prime example.\n\n
https://c1.staticflickr.com/7/6125/5962859976_40a2a06527_b.jpg\n*Eagle Rock 9/11 Police Memorial*

\n\nEvery year, before I teach my 9/11 lesson, I scour the internet for the exact video of the firefighter entering the building after simply stating, \"It's my job\". I have never found it. But the annual search assures me that I won't forget it. It also ensures the fact that when I tell my students the story, I will be able to do it with the proper amount of passion. \n\nAs part of my lesson, I show the documentary \"9/11\". It begins as a story about a rookie firefighter. It continues by showing footage of the first plane crashing into a twin tower and the entire firehouse rushing to the scene of the \"accident\". Next, the film crew follows some of the firefighters into the building as it burns. The footage from inside the tower as chaos rains down is breathtaking. It ends with photographs of every first responder who sacrificed his or her life to try and save other peoples' loved ones that day. I can't describe it. Just watch it. [9/11](http://www.imdb.com/title/tt0312318/)\n\n
http://staticmass.net/wp-content/uploads/2012/06/story_1.jpg\n*Columbia Broadcasting System*

\n\nBut I don't leave the students there. This is my last lesson before finals. So I make sure to show them that it's not just first responders who are heroes. On September 11, 2001, thousands of New Yorkers (and other regular people) stepped up and tried to \"do what they can\". One seemingly unlikely group were boat owners.\n\nThe Twin Towers were located on Manhattan *Island*. An island that was filled with millions of people. No one knew if the morning's events were just the beginning of a series of attacks. More devestation could come at any second... and millions of people were trapped on an island. \n\nAirlifts were impossible. The bridges were dangerously overcrowded. The navy and coast guard could not get enough ships there fast enough. So a call went out. And hundreds of regular people answered it. They jumped in their boats and headed toward a burning island... just to try and \"do what they can\". \n\nI can't do the story justice. But Tom Hanks can. \n\n
https://www.youtube.com/watch?v=MDOrzF7B2Kg
\n
*Boatlift: An Untold Tale of 9/11 Resilience \nEyepop Productions, Inc.*

\n\nOn that tragic day as well as the weeks and months following it, many selfless and couragous people stepped up to \"do what they can\". Thank you to all the heroes, both large and small, who inspire my students... and me.", + "body_length": 6266, + "cashout_time": "2016-09-19T13:35:39", + "category": "life", + "children": 16, + "created": "2016-09-12T13:35:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"education\",\"story\",\"writing\",\"tragedy\"],\"image\":[\"http://blog.onemodelplace.com/wp-content/uploads/2011/09/Firemen-Raise-Flag1.jpg\",\"https://media-cdn.tripadvisor.com/media/photo-s/09/b7/22/e9/fdny-memorial-wall.jpg\",\"https://c1.staticflickr.com/7/6125/5962859976_40a2a06527_b.jpg\",\"http://staticmass.net/wp-content/uploads/2012/06/story_1.jpg\",\"https://img.youtube.com/vi/MDOrzF7B2Kg/0.jpg\"],\"links\":[\"https://steemit.com/life/@hanshotfirst/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded\",\"https://steemit.com/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-tragic-events-of-september-11-2001-unfolded-part-two\",\"http://www.imdb.com/title/tt0312318/\",\"https://www.youtube.com/watch?v=MDOrzF7B2Kg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T13:35:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63863195296153, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "301.523 HBD", + "percent_hbd": 10000, + "permlink": "where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-heroes-of-september-11-2001-did-what-they-could", + "post_id": 1219667, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Where were you when... a perspective from inside an American classroom as the heroes of September 11, 2001 did what they could. (featuring @hanshotfirst)", + "title": "Where were you when... a perspective from inside an American classroom as the heroes of September 11, 2001 did what they could. (featuring @hanshotfirst)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/where-were-you-when-a-perspective-from-inside-an-american-classroom-as-the-heroes-of-september-11-2001-did-what-they-could" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 536484533710, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30966358269603, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347374694044, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2503820403607, + "voter": "elixir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1988172426083, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2141002177691, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1251231285431, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23304376600, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1867687933479, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1317414168, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 104868954718, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1912798900, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5751621833228, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 462486978770, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 28954508507, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 21895123000, + "voter": "dedriss" + }, + { + "percent": "8000", + "reputation": 9469162, + "rshares": 68164493028, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 471835149554, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9893581999, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1239555365679, + "voter": "gavvet" + }, + { + "percent": "9390", + "reputation": 12382143533351, + "rshares": 583376730268, + "voter": "eeks" + }, + { + "percent": "1200", + "reputation": 4931834878069, + "rshares": 3016979308, + "voter": "fkn" + }, + { + "percent": "900", + "reputation": 14848515958625, + "rshares": 8211344966, + "voter": "kingscrown" + }, + { + "percent": "200", + "reputation": 376960001789, + "rshares": 243270396, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 30389840594, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9604628823, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 637182902489, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1320082412, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 148850525392, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7615402460, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 52155024731, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196782680331, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938917284, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 104744960337, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1596041243, + "voter": "dmitry" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3327369806, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 6298046648, + "rshares": 412678544, + "voter": "xxsenpaixsamaxx" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596766144, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 12362758141, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40870474718, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54612242535, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 1341308228, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31527349899, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9046266232, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3844456463444, + "voter": "satoshifund" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33746777885, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54610421366, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 196584163318, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16093159663, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 279686705943, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4306822776, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31313682062, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6066191542, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 115405446743, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45296943627, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 32087153429, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2314524515, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 471319699, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 42406530645, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 47298996277, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68509936167, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3289049376, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20369836878, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 78046553118, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3377220067, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18246654300, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 35624659501, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 11269818539, + "voter": "r4fken" + }, + { + "percent": "1200", + "reputation": 19111656178138, + "rshares": 12147484383, + "voter": "furion" + }, + { + "percent": "1200", + "reputation": 3891722, + "rshares": 70706238, + "voter": "barbara2" + }, + { + "percent": "1200", + "reputation": 9142611234, + "rshares": 79354219, + "voter": "ch0c0latechip" + }, + { + "percent": "1200", + "reputation": 3871042, + "rshares": 72731006, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1566096162, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174351799112, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44026273873, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1301742950, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 19160673365, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12278153023, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213713598, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5023243697, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 16206176138, + "voter": "aaseb" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886084510, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1426751003, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 13908346349, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 40732749921, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 434430010, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87211957, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1569879305, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3792313954, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 154862778424, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7068424508, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 13633005273, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239662753, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 28774026258, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8147594725, + "voter": "neroru" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067626599, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 33113510414, + "voter": "zaebars" + }, + { + "percent": "1200", + "reputation": 10519849768972, + "rshares": 2446486442, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1824010137, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275217349, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275629257, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159279578, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160178852, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91302559, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 669109351, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 94770648638, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 103539676, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 103539676, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128559888, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14774535290, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 42142244446, + "voter": "claudiop63" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634579919, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664373344, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 441604657, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 236407277, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 54192730483, + "rshares": 389321950, + "voter": "ethanjames" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82681797, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2980478373, + "voter": "tygergamer" + }, + { + "percent": "1200", + "reputation": 147425730, + "rshares": 82424804, + "voter": "fnait" + }, + { + "percent": "1200", + "reputation": 3720753029, + "rshares": 73225229, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46628936819, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 152997871, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1998305068, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46539679708, + "voter": "jasonstaggers" + }, + { + "percent": "2800", + "reputation": 2889656462700, + "rshares": 2268014808, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5193546432, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 121863040259, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075326746, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 71974880699, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838390910, + "voter": "taker" + }, + { + "percent": "7800", + "reputation": 10137266406870, + "rshares": 12271789553, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 7031313138, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 192578386836, + "rshares": 179145507, + "voter": "skyefox" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25077291967, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 47571948510, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 14977899262, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 30404459715, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5968087090, + "voter": "brendio" + }, + { + "percent": "9390", + "reputation": 1751717743, + "rshares": 15463358446, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327473286, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4272346838, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5546383585, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 7965758025, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 683160758, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 3782591597315, + "rshares": 18670431294, + "voter": "bayareacoins" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 158939368734, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1433087138, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 100538179261, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5710722497, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13361079401, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1788822918, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2402681750, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 58467607, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 2555769972, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591344200, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 76170225, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72888625, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 69130289, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 338619840, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6121314971, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6011548331, + "voter": "rubenalexander" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1940200922, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57795937, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2940172340, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 715003476074, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4874517419, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071697701, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4655376787, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9366431548, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2978965870, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84529375877, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27266328430, + "voter": "hilarski" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3472963968, + "voter": "booky" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508825616, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3838992493, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 96962691, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 21265906581, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 661375005, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5809314972, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 53554511, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1691673288, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 179477906, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178404288, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22623151653, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15876955092, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3864985733, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5793314441, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 1090184208, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 364538051, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1224175481, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51465774, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 201342054850, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 25845690221, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2728825046, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337203863, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2259528777, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 719269402, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 379174913240, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 56174573603, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22598796775, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 578854199, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1085981185, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52618984, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 66596881, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2040286437, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 179120276, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2450462310, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 71839078, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1075674062, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 10112253704, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 6349313946, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4912288578, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1200936912, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 271380763884, + "rshares": 174250459, + "voter": "natord" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 104485102, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65631189, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3763141312, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74430646, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151311233, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1453938965, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 443259081, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158044626, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 2105083871, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 181734423, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156820977, + "voter": "pirelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159318360, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155619923, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 139549492, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 661594893232, + "rshares": 156679739, + "voter": "jimitations" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 137164331, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 157973532, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141521030, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121467722, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 79570919, + "voter": "mikerano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134876579, + "voter": "steemtrail" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Our brains don't always do exactly as we please.\n-\nKind of like when I sit at my desk trying to think of something I could write about.\n\n![enter image description here](http://media.tumblr.com/tumblr_le57cpZtnp1qdcpbx.gif)[Image credits](http://media.tumblr.com/tumblr_le57cpZtnp1qdcpbx.gif)\n\nAnd then after five minute... \n\n![enter image description here](https://media.tenor.co/images/9bfb3942c60617110c01d226395c2ec2/raw)\n[Image credits](https://media.tenor.co/images/9bfb3942c60617110c01d226395c2ec2/raw)\n\n\n----------\nJust like our brains, some times our nerves are sending mixed signals too.\n-\nHave you ever sat down and wondered what the chemistry behind your leg falling asleep and that excruciating pain left behind by the pins and needles was or exactly how brain freeze works?\n\n![enter image description here](http://gifsec.com/wp-content/uploads/GIF/2014/03/Oprah-GIF.gif?gs=a)\n[Image credits](http://gifsec.com/wp-content/uploads/GIF/2014/03/Oprah-GIF.gif?gs=a)\n\nI was loitering around with some friend and we came to a place where it had the most amazing view in the area. We decided to sit down and after a while I felt the pins and needles creep up on me.\n\nMy first attempt at standing put me right back in my seat with a THUMP. I then asked my friends to help me up. I used them as supporting pillars until the feeling in my legs came back. Then I had the feeling the pins and needle start and oh boy did that hurt a lot.\n\nThis experience gave me a brilliant idea that everyone could relate to. Finally I had something to write about and it came when I least expected it. That's often how inspiration works I just needed to find more content to put with it. \n\nAbout a week later I was out with some friends at the movies and ordered an EXTRA-large slushy.\n\nI slurped at it while pondering on what I was planing to write on steemit and then my train of thought was rudely interrupted by the cold burning of brain freeze centered just behind my eyes and in the middle of my head.\n\nThis gave me more inspiration for my post.\n\n**Pins and needles** \n--------\n Scientifically known as ***paresthesia***.\n ***Temporary paresthesia*** is what we all experience when we put to much pressure on the nerve bundles in our limbs.\n\n This stops the communication between the nerves and your brain, but not only that, the pressure stops the blood flow through the blood vessels in these limbs, starving the nerves of oxygen. \n\nWhen the pressure is relieved the blood flows back and the nerves start to send streams information to the brain again.\n![enter image description here](http://img.memecdn.com/pins-and-needles_o_2046637.jpg)[Imagecredit](http://img.memecdn.com/pins-and-needles_o_2046637.jpg)\n\nREF:http://www.bbc.com/future/story/20151116-why-do-we-get-pins-and-needles \n\n**Brain freeze**\n----\nScientifically known as ***sphenopalatine ganglioneuralgia***.\n**Brain freeze** occurs when some thing cold touches your palate, this over stimulates nerve bundles which send signals to \"turn on the heat\" which make the blood vessels dilate and swell up.\n\n>The dilation of the blood vessels triggers pain receptors, which release pain-causing prostaglandins, increase sensitivity to further pain, and produce inflammation while sending signals through the trigeminal nerve to alert the brain to the problem.\n\nThe trigeminal nerve is also responsible for sensing facial pain, the brain miss interprets this signal from the palate and thinks its coming from the forehead.\n\n This **'referred pain'** only starts about 10 seconds after chilling your palate, and only lasts about 30 seconds.\n\nOnly 1 third of the population experience brain freeze from eating or drinking something really cold, but most people can get a similar stimulus from being exposed to a very cold climate in a short space of time.\n\nREF:http://chemistry.about.com/od/howthingsworkfaqs/f/how-brain-freeze-works.htm\n\n![enter image description here](https://voiceactingradio.files.wordpress.com/2012/01/frozen-brain.jpg)[Image credit](https://voiceactingradio.files.wordpress.com/2012/01/frozen-brain.jpg)\n\nThe sensation of both of these anomalies are among my least favorite sensations, and they always come at the worst possible moment and like most pain seems at the time like it will last forever.", + "body_length": 4272, + "cashout_time": "2016-09-19T13:30:06", + "category": "nerves", + "children": 9, + "created": "2016-09-12T13:30:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nerves\",\"inspiration\",\"pain\",\"\"],\"image\":[\"http://media.tumblr.com/tumblr_le57cpZtnp1qdcpbx.gif\",\"https://media.tenor.co/images/9bfb3942c60617110c01d226395c2ec2/raw\",\"http://gifsec.com/wp-content/uploads/GIF/2014/03/Oprah-GIF.gif?gs=a\",\"http://img.memecdn.com/pins-and-needles_o_2046637.jpg\",\"https://voiceactingradio.files.wordpress.com/2012/01/frozen-brain.jpg\"],\"links\":[\"http://media.tumblr.com/tumblr_le57cpZtnp1qdcpbx.gif\",\"https://media.tenor.co/images/9bfb3942c60617110c01d226395c2ec2/raw\",\"http://gifsec.com/wp-content/uploads/GIF/2014/03/Oprah-GIF.gif?gs=a\",\"http://img.memecdn.com/pins-and-needles_o_2046637.jpg\",\"http://www.bbc.com/future/story/20151116-why-do-we-get-pins-and-needles\",\"http://chemistry.about.com/od/howthingsworkfaqs/f/how-brain-freeze-works.htm\",\"https://voiceactingradio.files.wordpress.com/2012/01/frozen-brain.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T13:30:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60018667767701, + "parent_author": "", + "parent_permlink": "nerves", + "pending_payout_value": "267.750 HBD", + "percent_hbd": 10000, + "permlink": "nerves-on-which-we-rely-sometimes-lie-pins-and-needles-and-brain-freeze-featuring-xxsenpaixsama-as-author", + "post_id": 1219628, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nerves on which we rely, sometimes Lie... (pins and needles and brain freeze)(featuring @xxsenpaixsama as author)", + "title": "Nerves on which we rely, sometimes Lie... (pins and needles and brain freeze)(featuring @xxsenpaixsama as author)", + "total_payout_value": "0.000 HBD", + "url": "/nerves/@gavvet/nerves-on-which-we-rely-sometimes-lie-pins-and-needles-and-brain-freeze-featuring-xxsenpaixsama-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4190044238, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12032767584, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7771263089, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 5310452060, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128559888, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 8529204770, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 1087378909861, + "rshares": 2707001293, + "voter": "savy4" + }, + { + "percent": "10000", + "reputation": 645095426265, + "rshares": 1282292688, + "voter": "blue1950" + }, + { + "percent": "10000", + "reputation": 6717523982, + "rshares": 57981634, + "voter": "frostymulder" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 20813440483, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3562767196, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 13530783571, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 53921298, + "voter": "everittdmickey" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1515966388, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 229666710, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158198327, + "voter": "solight" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n


\n

\n

 Evaluation of symptoms and leaked medical records suggests that Secretary Clinton is indeed suffering from severe medical symptoms.  This is evidenced by the fact that she had to leave the 9/11 memorial event initially claiming that she was overheated and dehydrated.   

\n

https://www.youtube.com/watch?v=y_K0YQmuONs

\n


\nFurther inspection of the event shows that her feet actually go limp, indicating Secretary Clinton is no long able to walk on her own, and likely has passed out. She was ultimately hoisted into her vehicle. You can see it more clearly in the following video.

\n


\nhttps://www.youtube.com/watch?v=pXPAmQMXDbA

\n


\nThe campaign has suggested that she is currently suffering from Pneumonia, which is a highly contagious bacterial infection primarily of her lungs.  This could easily explain her coughing fits and general poor health, but it fails to address many of the strange neurological behaviors that have been spotted recently as well as other symptoms.  It also doesn't explain why she is willing to take a photo op with a child with a highly contagious infection.
\n 

\n

https://www.youtube.com/watch?v=GFRW6SoDhNI

\n


\n

\n

 https://www.youtube.com/watch?v=eeZQ5VROfBE
\n 

\n

 
\nA doctor on site with Secretary Clinton appears to walk through motor skills tests associated with standard procedure while attempting to diagnose neurological disorders on 9/11.
\n 

\n

\n

Additionally, it appears that Secretary Clinton is wearing anti-seizure lenses.  These glasses are allegedly Zeiss Z-1 Blue lenses she wore on 9/11, and are used to treat photosensitive epilepsy/seizures.  These lenses are not available in the United States and they were likely special ordered from Italy or Germany.

\n

\n

Despite allegations by CNN that labels anyone who that looks for medical issues is the \u201cnew birther\u201d some things appear worth investigating?  
\n 

\n

It seems relevant to look into as many places for information as possible.  The treasure trove of emails revealed by Wikileaks with allegedly murdered DNC staffer Seth Rich as the likely source of that information contains an email by Huma Abedin that clearly states that Hillary is suffering from \"life threatening\" Right Transverse Sinus Thrombosis (RTST) back in 2012 in response to the concussion she suffered.   The diagnosis of sinus thrombosis lead to chronic anticoagulation therapy.  The original fall was publicly attributed to gastroenteritis aka stomach flu.

\n


\n


\nThere is a medical doctor who started anonymously, but then shared his face and story that in his medical opinion as an observer without medical records and not her primary doctor that she\u2019s likely suffering from Parkinsons.  

\n

 https://www.youtube.com/watch?v=Zr1IDQ2V1eM 

\n

Primary evidence includes- 

\n
    \n
  • Huma stating she is \u201coften confused.\u201d
  • \n
  • HRC demonstrates classic Parkinson's Disease hand posturing.
  • \n
  • HRC demonstrates bizarre head-bobbing
  • \n
  • HRC demonstrates bizarre wide eyed and open mouthed stare during the balloon drop
  • \n
  • HRC freezes with wide eyes that are don\u2019t move in the same direction 
  • \n
  • HRC freezes when protesters interrupt her campaign speech and needs to be talked down by her handler to continue
  • \n
\n


\nThe symptoms of Parkinson\u2019s can also occur in patients suffering from Meningitis.  One cause of meningitis is syphilitic aseptic meningitis aka syphilis.  This diagnosis can match just about every symptom exhibited by Secretary Clinton that isn\u2019t explained simply by individual diagnosis of parkinson's, pneumonia, dementia, or dehydration.  
\n 

\n

Common early stage symptoms include flu or stomach flu.  Later stage symptom (taking 3 years or more to ramp up) include tongue lesions (image below), coughing, fainting, seizures, dementia, brief personality changes, incontinence, and others.  
\n 

\n

\n


\n

In other words, a full diagnosis that can account for the strange tongue lesions, Parkinson's like behavior, nearly constant mucous and coughing, suggestion she wears pant suits to cover a catheter, and decades of rumors of sexual proclivity out pacing Bill Clinton would be late stage or tertiary syphilis that has spread throughout her entire body.

\n


\n

Read about Meningeal syphilis here.
\n 

\n

General symptoms of Meningeal syphilis include-

\n
    \n
  •  symptoms of meningitis can occur at any time after the infection
  • \n
  • however, it usually appears within two years
  • \n
  • symptoms may include headache, stiff neck, cranial nerve palsies, convulsions, and mental confusion
  • \n
  • patient is afebrile
  • \n
\n

 

\n

General symptoms of neurosyphilis

\n
    \n
  • Personality change
  • \n
  • Ataxia
  • \n
  • Stroke
  • \n
  • Visual Impairment
  • \n
  • Bladder incontinence
  • \n
  • Hearing Loss
  • \n
  • Seizures
  • \n
  • Headache
  • \n
\n

General signs of neurosyphilis

\n\n

Here is a recent case study for a patient presenting Parkinson\u2019s symptoms because of tertiary aka neurosyphilis.
\n 

\n

Here and here are recent case studies for a patient presenting Parkinson's symptoms because of teriary aka nuerosyphilis.

\n

Here's another site that lists Parkinsons symptoms as a possible result from syphillis.

\n

\"A wide variety of movement disorders have been observed in association with neurosyphilis. A sensory ataxia from involvement of the posterior columns is the most common form of ataxia, but ataxia may also result from cerebellar infarction. Parkinsonism has been presumed to be the consequence of syphilitic involvement of the midbrain and may be associated with Argyll-Robertson pupils, frontal release signs, and psychiatric symptoms. Other movement disorders described with syphilis include myoclonus, hemiballismus, dystonia, hemichorea, and corticobasal syndrome (Shah and Lang 2012).\"

\n


\nHere\u2019s an article that talks about about the steps to diagnosing Parkinsons disease and it includes the step of checking for tertiary syphilis to rule that out of the cause of Parkinsons like symptoms. 

\n


\n

Looking at all of the symptoms in parallel along with leaked documents, readily available images, and taking into account unofficial patient history tertiary syphilis is consistent throughout.  

\n


\n

Here's my spoken analysis-

\n

https://www.youtube.com/watch?v=9U1P6YPIS_o

\n

--------

\n

For the record- Me and my family are in perfect health.  We're happy people who love one another.  There are no plans for suicide anywhere in the near future.  Also, our cars are not known to spontaneously erupt in fire.  Lastly, I'm just a guy on the internet looking at information who has very limited medical training.  Everything I found was available on line in separate locations.  I claim no insider knowledge.

\n

\n", + "body_length": 11036, + "cashout_time": "2016-09-19T12:50:39", + "category": "news", + "children": 12, + "created": "2016-09-12T12:50:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"health\",\"politics\",\"hillaryshealth\",\"clintoncollapse\"],\"image\":[\"http://2ytbf92vre5w2ny7tu3f25u3.wpengine.netdna-cdn.com/wp-content/uploads/2015/09/Hillary-Sick3.jpg\",\"https://img.youtube.com/vi/y_K0YQmuONs/0.jpg\",\"https://img.youtube.com/vi/pXPAmQMXDbA/0.jpg\",\"https://img.youtube.com/vi/GFRW6SoDhNI/0.jpg\",\"https://img1.steemit.com/0x0/http://i0.wp.com/theralphretort.com/wp-content/uploads/HillaryEyesDoNotTrackTogether_Seizure_06_lJjHTeo6mVw_1.png?w=1323\",\"https://img.youtube.com/vi/eeZQ5VROfBE/0.jpg\",\"https://img1.steemit.com/0x0/https://theconservativetreehouse.files.wordpress.com/2016/07/clinton-tongue-1.jpg?w=695&h=325\",\"https://pbs.twimg.com/media/CsGy5AIVYAANuH9.jpg\",\"https://pbs.twimg.com/media/CsGN518VUAAAESR.jpg\",\"https://pbs.twimg.com/media/Cqg8DFtVUAAPo7y.jpg\",\"https://img.youtube.com/vi/Zr1IDQ2V1eM/0.jpg\",\"https://3.bp.blogspot.com/-DSG9Uex5DWg/TsFZOd9HzpI/AAAAAAAAESs/u7vnhc1tojQ/s1600/Geographic+tongue%252C+localized+lesion..png\",\"https://img.youtube.com/vi/9U1P6YPIS_o/0.jpg\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14344085_1049006405220644_100357331528431843_n.jpg?oh=31fdec860790efa5942f73ce6b452975&oe=583DBC53\"],\"links\":[\"http://www.nbcnews.com/politics/2016-election/hillary-clinton-falls-ill-9-11-memorial-n-y-n646376\",\"https://www.youtube.com/watch?v=y_K0YQmuONs\",\"https://www.youtube.com/watch?v=pXPAmQMXDbA\",\"http://www.cnn.com/2016/09/11/politics/hillary-clinton-health/\",\"https://www.youtube.com/watch?v=GFRW6SoDhNI\",\"https://www.youtube.com/watch?v=eeZQ5VROfBE\",\"http://www.epilepsy.com/connect/forums/living-epilepsy-adults/finding-zeiss-z1-blue-lenses-treat-photosensitive-epilepsy\",\"http://onlinelibrary.wiley.com/doi/10.1111/j.1528-1167.2006.00463.x/abstract;jsessionid=BF7E811F6F1F6263966C06BDA8730AC1.f01t03\",\"http://www.otticabernabei.it/ZeissF133_EN.pdf\",\"http://www.cnn.com/2016/08/22/politics/hillary-clinton-health-conspiracy-theory-explained/\",\"http://www.thegatewaypundit.com/2016/08/wow-breaking-video-julian-assange-suggests-seth-rich-wikileaks-dnc-source-shot-dead-dc/\",\"https://wikileaks.org/clinton-emails/emailid/17243\",\"http://www.dangerandplay.com/2016/09/11/media-hoax-sick-hillary-clinton-does-not-have-pneumonia/\",\"http://www.dangerandplay.com/2016/08/12/hillary-clinton-has-parkinsons-disease-physician-confirms/\",\"https://www.youtube.com/watch?v=Zr1IDQ2V1eM\",\"https://en.wikipedia.org/wiki/Meningeal_syphilis\",\"https://70news.wordpress.com/2016/08/21/hillary-clintons-catheter-are-these-photos-proof-that-hillary-is-using-catheter/\",\"https://www.mrconservative.com/2014/10/51732-hillary-clintons-lesbian-past-is-exposed/\",\"https://en.wikipedia.org/wiki/Convulsions\",\"https://en.wikipedia.org/wiki/Afebrile\",\"https://en.wikipedia.org/wiki/Ataxia\",\"https://en.wikipedia.org/wiki/Stroke\",\"https://en.wikipedia.org/wiki/Seizures\",\"https://en.wikipedia.org/wiki/Hyporeflexia\",\"https://en.wikipedia.org/wiki/Dementia\",\"https://en.wikipedia.org/wiki/Mania\",\"https://en.wikipedia.org/wiki/Hypotonia\",\"https://en.wikipedia.org/wiki/Argyll_Robertson_pupil\",\"http://casereports.bmj.com/content/2015/bcr-2015-210277.abstract\",\"http://www.mdsabstracts.com/abstract.asp?MeetingID=802&id=113337\",\"http://www.medmerits.com/index.php/article/neurosyphilis/P2\",\"http://www.news-medical.net/health/Parkinsons-Disease-Diagnosis.aspx\",\"https://www.youtube.com/watch?v=9U1P6YPIS_o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T17:36:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88787401044, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.023 HBD", + "percent_hbd": 10000, + "permlink": "medical-conjecture-secretary-clinton-likely-suffers-from-late-stage-syphilis", + "post_id": 1219287, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MEDICAL CONJECTURE- Secretary Clinton likely has late stage Syphilis", + "title": "MEDICAL CONJECTURE- Secretary Clinton likely has late stage Syphilis", + "total_payout_value": "0.000 HBD", + "url": "/news/@aggroed/medical-conjecture-secretary-clinton-likely-suffers-from-late-stage-syphilis" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 289505960501, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 11832846202341, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73207228831, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244066317153, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 751763083749, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1824778282441, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1706683215924, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3959440122231, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 156879417233, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10522524376, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 6136428479, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 170215278267, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 76633033946568, + "rshares": 738924158569, + "voter": "piedpiper" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 2120317462, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 198951596446, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 98586802505, + "rshares": 363889093, + "voter": "jonathan-looman" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 165432926694, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44906799350, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 998772920514, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4182411958, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3201649345, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14919069387, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 9790063141, + "voter": "theconnoisseur" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 14496122032, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 642604166438, + "rshares": 737682475, + "voter": "thepholosopher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "5800", + "reputation": 793368183438, + "rshares": 25536001539, + "voter": "mattclarke" + }, + { + "percent": "10000", + "reputation": 125625258790, + "rshares": 14154832172, + "voter": "playerdeus" + }, + { + "percent": "10000", + "reputation": 2009900011368, + "rshares": 4409510179, + "voter": "bitbutter" + }, + { + "percent": "10000", + "reputation": 1606089979, + "rshares": 56258834, + "voter": "redpillbetting" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 6038434738, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 474803037, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 34661051, + "rshares": 55213958, + "voter": "dannyroddy" + }, + { + "percent": "10000", + "reputation": 3090583312974, + "rshares": 8597493232, + "voter": "geke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54375899, + "voter": "joshspicer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53342483, + "voter": "eukreign" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 50749457, + "voter": "everittdmickey" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1616190338, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152569047, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 125477219, + "voter": "mikerano" + } + ], + "author": "bitbutter", + "author_reputation": 2009900011368, + "beneficiaries": [], + "body": "\n\nThis post talks about what I do when I'm making voice recordings at home for productions where the speaker won't be visible in the finished product - like most of my animated videos. If you're planning to make similar media you might find this useful.\n\n# My gear\n\n\n\nI use a bunch of semi-pro audio equipment to record and to clean the recordings:\n\n|Item |Approximate cost today|\n|:--|:--|\n|[Izotope RX Audio Editor (Audio 'rescuing' software)](https://www.izotope.com/en/products/repair-and-edit/rx.html?gclid=Cj0KEQjw3s6-BRC3kKL_86XDvq4BEiQAAUqtZ0ezLZUyKpSk_Ql8Tr152AO8WO2Kg6usAmF6cMUWzv8aAlHH8P8HAQ)|$249|\n|[R\u00f8de NT1A condenser microphone](https://www.amazon.com/Rode-NT1A-Anniversary-Condenser-Microphone/dp/B002QAUOKS/ref=sr_1_1?s=musical-instruments&ie=UTF8&qid=1473534851&sr=1-1&keywords=NT1a) | $230 |\n|[Tascam DR100 (Hard disk recorder)](https://www.amazon.com/gp/offer-listing/B001R65MFO/ref=sr_1_3_olp?s=musical-instruments&ie=UTF8&qid=1473534398&sr=1-3&keywords=tascam+dr100&condition=used)|$160\n|[K & M Microphone stand with Telescopic Boom Arm](https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dmi&field-keywords=k+%26+m+boom&rh=n%3A11091801%2Ck%3Ak+%26+m+boom)|$60\n| One [XLR cable](https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dmi&field-keywords=XLR+cable) | $10 |\nTotal|$709|\n\nIf you can easily stretch to this amount with money to spare, you might be interested in [this list which includes higher-end vocal microphones](https://voicebunny.com/blog/the-9-best-microphones-for-voice-over-work/).\n\n# Can you do it cheaper?\n\nIf this is too much for you to invest, the biggest savings can be made by finding alternatives for the microphone, recorder, and cleaning software.\n\n!https://youtu.be/G5ui8fRVmsA\n\nHere's a comparison of some different microphone and recorder combinations I've tried. The recordings have been normalized to give similar playback levels, but no other processing has been applied. YouTube's compression has degraded the quality a little too, but the differences should still be clear if you listen on decent headphones.\n\nNotice how terrible the iPad's internal microphone sounds. To my ear the [Roland CS-10EM](https://www.amazon.com/Roland-CS-10EM-In-Ear-Monitors/dp/B003QGPCTE) and [Zoom H2N](https://www.amazon.com/Zoom-H2N-H2n-Handy-Recorder/dp/B005CQ2ZY6/ref=sr_1_1?s=musical-instruments&ie=UTF8&qid=1473665608&sr=1-1&keywords=zoom+h2n) combination sounds noticeably worse than the R\u00f8de too, but certainly not terrible.\n\nI use these [binaural](https://en.wikipedia.org/wiki/Binaural_recording) microphones primarily for sound design work and recording ambiences. I noticed that they work okay for voice recording too. The Roland and Zoom combination is about $260 instead of $390 for the R\u00f8de and Tascam. You might prefer to forgo the extra quality and save money. And if you are ever going to be doing sound design work it's useful that the Rolands are a stereo pair, and the Zoom can record at 96Khz, 24 bit - the older Tascam can't do that.\n\n\n\n# Disappointments\n\nI've tried other alternatives but most other setups I've experimented with haven't given me a sound I was happy enough with to use in my videos.\n\nSpecifically for this article I ordered the [R\u00f8de Smartlav+](https://www.thomann.de/gb/rode_smartlav_2.htm). I hoped that this would be a good enough entry level mic for people getting started. It's a tiny lavalier mic that conveniently plugs into the mini jack input of an iOS device (means you don't need the expense of a dedicated hard disk recorder). But it sounded bad to my ears.\n\nThere's a similar story with [Audacity](http://www.audacityteam.org/) (free) as a replacement for RX; I use RX to clean my recordings. Denoising them, removing unwanted sounds (a distant door slam in an otherwise perfect take). But I couldn't get a useable result from Audacity's denoising tool - it introduced very noticeable artefacts while RX gives really excellent results with very little effort.\n\n# The Room: Dead (and) quiet\n\nThe ideal room in your house to record voice in has two characteristics:\n\n* It's naturally quiet, meaning little or no noise coming from internal sources (like airco) as well as external ones (street sounds).\n* It's should be the most [acoustically dead]((http://www.keplar.net/articles/build-a-project-studio-you-can-be-proud-of/dead-rooms-and-live-rooms/)) room in your home. \n\nVery often, the rooms furthest away from a road are naturally the most quiet. And the rooms with the most (heavy) fabrics, and fewest large hard surfaces are the deadest. Carpeted rooms are preferable to ones with hard floors. If you have rugs hung on the walls that helps too. As do cupboards filled with clothing, and mattresses.\n\nIn my home, my bedroom is the most dead. You can test for yourself quickly by making a loud single clap sound in each of your rooms and listening for a subtle 'ringing' tail of the sound. An unfurnished house with a hard floor will have a very pronounced ringing sound when you do that. The room in which that tail is least audible is the deadest.\n\nA completely dead room is probably not desirable, but outside of specially designed recording studios you don't usually need to worry about that. So the rule of thumb 'as dead as possible' will work fine for you.\n\n# The 'Tent'\n\nInside the recording room you'll build a small enclosure; a fort or tent with fabric 'walls' that can accommodate the person speaking, a printed script and a small lamp. The exact way you build this will depend a lot on what you have available in your house.\n\nAim for at least four vertical 'walls' of fabric. If you're recording in your bedroom, see if you can construct something on top of your mattress, on the bed. That way you benefit from a 'floor' of heavy fabric.\n\nConsider hanging mattresses or heavy blankets from the ceiling if you can.\n\n\n\nMy preferred solution at the moment is to create a lean-to on top of my bed using an extendable ladder as a support. One mattress is pinned up against the wall by the leaning ladder. The other lays on top of the ladder. A heavy duvet and sleeping back are clipped to the top, draping down over the two remaining sides.\n\n# Dry run\n\nI print out the script. Read through it out loud a few times. At that point I often catch some last minute changes that need making.\n\n# Instructing the speaker\n\nProfessional voice artists won't need the following instructions, but your friend with the nice voice who's helping you out as a favour will.\n\n* Have your speaker repeat each sentence or paragraph multiple times in a row before moving to the next. Emphasise that they should repeat it as many times as necessary until they're happy that they did a handful of _good_ takes.\n\n* Aim for at least three or four good takes - meaning no flubs, no mispronunciations - per passage before moving on to the next. Instruct your speaker to try alternate ways of speaking each section so you have more to choose between later.\n\n* Inexperienced speakers will want to apologise for each mistake they make. This can be a problem.\n\n### Apologies create significantly more work for whoever's editing the audio! So ask your speaker not to apologise but just to start again as often as necessary and repeat each section until they're comfortable with their performance.\n\n* Let them know that if they have trouble articulating any section, they shouldn't be afraid of slowing down their speech as much as necessary in order to speak it fluently.\n\n\n\n* Have drinking water nearby and a green apple. [Word is](http://www.peterdrewvo.com/html/taking_care_of_your_voice.html) that the apple can help avoid clicky mucus sounds making their way into the recording - but if they do, it's not the end of the world. Have your speaker avoid eating any dairy, which contributes to mucus production.\n\n* Keep a print out of the script yourself, and a pen to make notes on it. Mark up any passages you want to go back to at the end and do some more takes on.\n\n* Many speakers (me included) tend towards speech that is too monotonous unless they're given specific instruction. So consider having your speaker exaggerate the dynamism in their voice (more voice modulation), err on the side of the delivery being _too_ dynamic. And then do a slightly more reserved take at the end if you think it's necessary.\n\n* Often the vocal quality at the end of the session is quite different from at the start (either in a negative or positive way). Bearing this in mind, you might want to have your speaker repeat the very first could of passages right at the end of the session. That way, if the vocal quality at the end of the session is noticeably better, you can make use of that and give your piece a strong opening.\n\n# The recording\n\n\n\nThe mic, stand and recorder are in place. The script and a little light is inside the tent. Then I do this:\n\n* Close all the windows.\n\n* Turn off any air conditioning, and any other fans.\n\n* Turn off the fridge if I could otherwise hear it.\n\n* Put my phone(s) on airplane mode.\n\n* Turn off my doorbell.\n\n* Have the speaker get into the tent and make themselves comfortable.\n\nWhen they're ready, have them begin speaking one of the louder passages (if there are any). Set the input level on the recorder to get a fairly high signal while avoiding clipping. Then press record and give the go ahead!\n\n# Next?\n\nWas this rundown useful and/or interesting? Let me know in the comments. If there's sufficient interest I could follow this up with a post talking about the editing process.\n\nIf you're interested in making a talking head video on the cheap, do take a look at Andrew Levine's video: [How to create GOOD ENOUGH Video With ONLY Your Smartphone](https://www.youtube.com/watch?v=hnfbHhVXbZ8).\n\n---\n\nHere are some other things I wrote that you might appreciate:\n\n* [Tomasz Kaye's Seven Commandments of Motion Design](https://steemit.com/design/@bitbutter/tomasz-kaye-s-seven-commandments-of-motion-design)\n* [There Are No Human Needs](https://steemit.com/anarchism/@bitbutter/there-are-no-human-needs)\n\n---\n\nI'm [Tomasz Kaye](https://steemit.com/introduceyourself/@bitbutter/hello-i-m-tomasz-the-guy-who-made-george-ought-to-help). I made [George Ought To Help](https://www.youtube.com/watch?v=PGMQZEIXBMs) and other [pro-liberty propaganda films](https://www.youtube.com/playlist?list=PL4jzSARXHuuwhBfzGNYhSVE4gJ8zmRnTH). You can [support my work on Patreon.com](https://www.patreon.com/tomaszkaye). I'm also on [Twitter](https://twitter.com/mormo_music) and [Facebook](https://www.facebook.com/georgeoughttohelp).", + "body_length": 10931, + "cashout_time": "2016-09-19T12:04:06", + "category": "how-to", + "children": 8, + "created": "2016-09-12T12:04:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"how-to\",\"audio\",\"anarchism\",\"technology\"],\"image\":[\"https://s21.postimg.io/xxm0s6e7r/howirecordvos.png\",\"https://s9.postimg.io/4ydy96inj/rode_and_tascam.png\",\"https://img.youtube.com/vi/G5ui8fRVmsA/0.jpg\",\"https://s10.postimg.io/ve30wcskp/zoom_ad_roland.png\",\"https://ipfs.pics/ipfs/Qmc5rfXhCLoJRVTonsw5ANJ2JuSZt6JenqYbcxSMQMDeUd\",\"https://s15.postimg.io/knk9g3nor/greenapple.png\",\"https://s9.postimg.io/5dttfxtyn/script_840.png\"],\"links\":[\"https://www.izotope.com/en/products/repair-and-edit/rx.html?gclid=Cj0KEQjw3s6-BRC3kKL_86XDvq4BEiQAAUqtZ0ezLZUyKpSk_Ql8Tr152AO8WO2Kg6usAmF6cMUWzv8aAlHH8P8HAQ\",\"https://www.amazon.com/Rode-NT1A-Anniversary-Condenser-Microphone/dp/B002QAUOKS/ref=sr_1_1?s=musical-instruments&ie=UTF8&qid=1473534851&sr=1-1&keywords=NT1a\",\"https://www.amazon.com/gp/offer-listing/B001R65MFO/ref=sr_1_3_olp?s=musical-instruments&ie=UTF8&qid=1473534398&sr=1-3&keywords=tascam+dr100&condition=used\",\"https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dmi&field-keywords=k+%26+m+boom&rh=n%3A11091801%2Ck%3Ak+%26+m+boom\",\"https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dmi&field-keywords=XLR+cable\",\"https://voicebunny.com/blog/the-9-best-microphones-for-voice-over-work/\",\"https://youtu.be/G5ui8fRVmsA\",\"https://www.amazon.com/Roland-CS-10EM-In-Ear-Monitors/dp/B003QGPCTE\",\"https://www.amazon.com/Zoom-H2N-H2n-Handy-Recorder/dp/B005CQ2ZY6/ref=sr_1_1?s=musical-instruments&ie=UTF8&qid=1473665608&sr=1-1&keywords=zoom+h2n\",\"https://en.wikipedia.org/wiki/Binaural_recording\",\"https://www.thomann.de/gb/rode_smartlav_2.htm\",\"http://www.audacityteam.org/\",\"(http://www.keplar.net/articles/build-a-project-studio-you-can-be-proud-of/dead-rooms-and-live-rooms/)\",\"http://www.peterdrewvo.com/html/taking_care_of_your_voice.html\",\"https://www.youtube.com/watch?v=hnfbHhVXbZ8\",\"https://steemit.com/design/@bitbutter/tomasz-kaye-s-seven-commandments-of-motion-design\",\"https://steemit.com/anarchism/@bitbutter/there-are-no-human-needs\",\"https://steemit.com/introduceyourself/@bitbutter/hello-i-m-tomasz-the-guy-who-made-george-ought-to-help\",\"https://www.youtube.com/watch?v=PGMQZEIXBMs\",\"https://www.youtube.com/playlist?list=PL4jzSARXHuuwhBfzGNYhSVE4gJ8zmRnTH\",\"https://www.patreon.com/tomaszkaye\",\"https://twitter.com/mormo_music\",\"https://www.facebook.com/georgeoughttohelp\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T12:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23284278046432, + "parent_author": "", + "parent_permlink": "how-to", + "pending_payout_value": "38.103 HBD", + "percent_hbd": 10000, + "permlink": "how-i-record-voiceovers-at-home", + "post_id": 1218974, + "promoted": "5.000 HBD", + "replies": [], + "root_title": "How I Record Voiceovers At Home", + "title": "How I Record Voiceovers At Home", + "total_payout_value": "0.000 HBD", + "url": "/how-to/@bitbutter/how-i-record-voiceovers-at-home" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 508251014522, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 405261272103, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 36030573751324, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170201907069, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1714568010527, + "voter": "disney" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1988085414122, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6891503047765, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3128489412314, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5643802418899, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 1839488784779, + "rshares": 193638737717, + "voter": "ceviche" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4778893606434, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1251191873986, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1122804362074, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 996378785156, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314959112992, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 5277246191403, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3727033286, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4525217703, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821104277, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6760752456262, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66123012516, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996975133, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256585122, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1317315092, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 771888483813, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1863508755, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 462393407649, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750252126, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1174639661789, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168236974, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 23459060358, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346079567, + "voter": "helen.tan" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109502027, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78237440820, + "voter": "easteagle13" + }, + { + "percent": "1415", + "reputation": 12382143533351, + "rshares": 89745799056, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 22624510508, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 10464399107, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329498311743, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1646234491556, + "voter": "cryptoctopus" + }, + { + "percent": "1000", + "reputation": 15854806148148, + "rshares": 1600770859, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 637081655858, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 531012601278, + "rshares": 3532557710, + "voter": "cryptohead" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7767320731, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47413658846, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196759435111, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 101911582934, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 12485213579, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5385593188, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63365062621, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54605808385, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9974088410, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3844444569654, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418638114, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2093729289, + "voter": "spartanza" + }, + { + "percent": "4000", + "reputation": 3804349938696, + "rshares": 22221832657, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 19844463359, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 196580750933, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 279671950101, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 30097018787, + "rshares": 321880763, + "voter": "bitcoinnational" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4686655561, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189625506695, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 75861444178, + "rshares": 389651950, + "voter": "rfchaosheart" + }, + { + "percent": "1000", + "reputation": 18458799241134, + "rshares": 5597683231, + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2314161260, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 424613967892, + "voter": "fyrstikken" + }, + { + "percent": "2500", + "reputation": 861737606263, + "rshares": 2190216920, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12032235925, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3734039074, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 78034268831, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3377021348, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24685009057, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 1247349335, + "rshares": 310292244, + "voter": "skywxp3d" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 79838370668, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 754784396, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 542053034, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 595129132, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 557576251, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 96279543265, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11840228515, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 232710363, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5130121223, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 19501951490, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 886079618, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29217460718, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24467151564, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 312100333951, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2394520895, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 10561336534, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45639204237, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7457951841, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 158833349852, + "voter": "blueorgy" + }, + { + "percent": "4600", + "reputation": 224144957883, + "rshares": 6589819958, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168184379, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 1107579084929, + "rshares": 2691561605, + "voter": "ultramari0" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 14189438877, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3239453597, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 39407965005, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 43067422357, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1019156041341, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6499329847, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 18346364359, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1823918423, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275217349, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 275629257, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159279578, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160178852, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91302559, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115044085, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115044085, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 3634568911, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664356836, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 441604657, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 236407277, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17518964996, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82681797, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 618158518, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 561365295, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6389299678, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 47578102540, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3626548543, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 1712093376924, + "rshares": 8563183877, + "voter": "alphabeta" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149597919, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2720074905, + "rshares": 106065994, + "voter": "topten" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3397722441, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 121680301, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 998517693, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 76565460714, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1838378680, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 142522268630, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24363058894, + "voter": "rawnetics" + }, + { + "percent": "1408", + "reputation": 1751717743, + "rshares": 2378871817, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4362910304, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3334837602, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2462877364101, + "rshares": 3003801156, + "voter": "labradorsem" + }, + { + "percent": "10000", + "reputation": 46067925183928, + "rshares": 272962087693, + "voter": "fairytalelife" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 100525631456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "3300", + "reputation": 9523766827937, + "rshares": 22511503255, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 74615731, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71268878, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91339222608, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 8234623428, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 204980081, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 248913722, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 7250270199, + "rshares": 62789265, + "voter": "trimpy" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4972007768, + "voter": "almerri" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728510194, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14474111283, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 9439637283, + "rshares": 58148692, + "voter": "easy-peasy" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4363930538, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 378247487, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 901378583777, + "rshares": 1658667838, + "voter": "freewill" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5948857090, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 14366823742, + "voter": "pressfortruth" + }, + { + "percent": "10000", + "reputation": 6522837445845, + "rshares": 5130081669, + "voter": "lily-da-vine" + }, + { + "percent": "10000", + "reputation": 16637627740, + "rshares": 57583886, + "voter": "ytengra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57337530, + "voter": "will.isles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 716083654011, + "rshares": 715947652, + "voter": "dryde" + }, + { + "percent": "10000", + "reputation": 2866201592136, + "rshares": 4429103371, + "voter": "lancem" + }, + { + "percent": "10000", + "reputation": 1050348110504, + "rshares": 2192419604, + "voter": "voluntary" + }, + { + "percent": "10000", + "reputation": 6190294, + "rshares": 10486422371, + "voter": "stiant" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1218302728, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 45382933, + "rshares": 57844151, + "voter": "kymera" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 96962691, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 103763051875, + "rshares": 90215429, + "voter": "dubloon135" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 89359618, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 20360974386, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 647303197, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5656438262, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 72557725, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 17162148962652, + "rshares": 139065657204, + "voter": "corbettreport" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 53537748, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 1066490763, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 121961200382, + "rshares": 508002132, + "voter": "hej" + }, + { + "percent": "10000", + "reputation": 53099366, + "rshares": 56782087, + "voter": "alainvangrauland" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 22620950317, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55683468, + "voter": "lindasteel" + }, + { + "percent": "10000", + "reputation": -61184022815, + "rshares": 57317413, + "voter": "libtrian.outlet" + }, + { + "percent": "10000", + "reputation": 887082, + "rshares": 55660056, + "voter": "kjartan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56769894, + "voter": "herkus" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 484770853, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 967751032, + "rshares": 55795404, + "voter": "theunicornking" + }, + { + "percent": "10000", + "reputation": 71073572115, + "rshares": 83379327, + "voter": "troyb42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56733469, + "voter": "ahenk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56715170, + "voter": "treverspade" + }, + { + "percent": "10000", + "reputation": 7360893, + "rshares": 588974765, + "voter": "techstar581" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 3798786943, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56560675, + "voter": "oliver67" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3827277980, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2268065977, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 6671012929, + "rshares": 57099030, + "voter": "dragon93" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56924216, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56150592, + "voter": "poulawaken" + }, + { + "percent": "10000", + "reputation": 1011034976, + "rshares": 54999958, + "voter": "tommyboyle" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 58058391, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068655440, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 251672355159, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 27728252972, + "rshares": 61824431, + "voter": "klaartje" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2478555020061, + "rshares": 1425716105, + "voter": "mcsvi" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2913602897, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 75849469, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 22596901137, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 5014250342169, + "rshares": 4935767797, + "voter": "thornybastard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4311438047, + "rshares": 52949751, + "voter": "forklognews" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1151798226, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5604331900, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 2118391648, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51566605, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 27027586, + "rshares": 51454384, + "voter": "wanglai" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 179120276, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 76064906, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 1027866325, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 66985407, + "rshares": 52750948, + "voter": "modus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 11222113294, + "rshares": 53426834, + "voter": "lightobserver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 257898757340, + "rshares": 321976362, + "voter": "mediamystic" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1516065573, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 112522418, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72812589, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148091845, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2267684358, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 161957202, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161693690, + "voter": "shadowproject" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158018960, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 830882531, + "rshares": 160777921, + "voter": "the.dudermensch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157182398, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160260561, + "voter": "rage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155619923, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 2871865377, + "rshares": 158317335, + "voter": "thebluedan" + }, + { + "percent": "10000", + "reputation": 28620874, + "rshares": 158245978, + "voter": "oszillum" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 146516444, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158168733, + "voter": "shanehasbrouck" + }, + { + "percent": "10000", + "reputation": 3828608244, + "rshares": 288371810, + "voter": "wakeupworldnews" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 154595334, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153827206, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129749612, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 2288789, + "rshares": 152585975, + "voter": "simpson93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155604197, + "voter": "actiontwo" + }, + { + "percent": "10000", + "reputation": 1203025605, + "rshares": 154869043, + "voter": "fathermayhem" + } + ], + "author": "corbettreport", + "author_reputation": 17162148962652, + "beneficiaries": [], + "body": "

\"nif_911lies\"\n

by James Corbett
\ncorbettreport.com
\nSeptember 11, 2016\n\n

15 years. 15 long years, unfolding with the inevitability of a horror film.\n\n

The PATRIOT Act.\n\n

The Department of Homeland Security.\n\n

The NSA panopticon.\n\n

The militarization of Police State USA.\n\n

The occupation of Afghanistan.\n\n

The ongoing war in Iraq.\n\n

The continuing disintegration of the Middle East in line with the neocon's long-term plans.\n\n

All of this, and so much more, is all justified by the grandstanding politicians and their mouthpiece media by the events of 9/11, \"the day that changed everything.\"\n\n

9/11 is a blank check for the sociopaths to further the technocratic control grid and to wage war in whichever square of the chessboard they place their terrorist boogeymen. And there is only one way to cancel that check: 9/11 truth.\n\n

Yes, you know that 9/11 was not the work of 19 men with box cutters. But your friends and coworkers don't. And maybe you can't paint the picture for them yourself. But there are plenty of ways to help explain it to people.\n\n

Most people have erected a mental barrier to 9/11 truth. Here's a sledgehammer with which to smash that barrier:\n\n

\n\n

Most people have no idea about the 9/11 money trail. Enlighten them with this:\n\n

\n\n

Most people don't know about who really engineered the 9/11 attacks. Show them this:\n\n

\n\n

Most people couldn't name any of the suspects who could be indicted tomorrow for their part in the crimes and cover up of 9/11. Bust their ignorance with this:\n\n\n\n

Only 9/11 truth can truly stop the never-ending wars and the ever-encroaching police state of the post-9/11 world. Do your part in spreading the word. There is still much work left to be done.\n\n

The Corbett Report has been working on 9/11 truth and other issues that the mainstream media won't touch for 9 years. This work is a labour of passion and dedication, but I need your support to continue making this website possible. If you haven't signed up for a Corbett Report membership, please consider doing so via the Support page, or please become a patron of this website on my new Patreon account. Thank you.\n\n

\"patreon-banner-image-500px\"", + "body_length": 3467, + "cashout_time": "2016-09-19T11:07:51", + "category": "news", + "children": 15, + "created": "2016-09-12T11:07:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"truth\",\"september11\"],\"image\":[\"https://www.corbettreport.com/wp-content/uploads/2016/09/nif_911lies.jpg\",\"https://www.corbettreport.com/wp-content/uploads/2016/09/Patreon-Banner-Image-500px.png\"],\"links\":[\"https://www.corbettreport.com/wp-content/uploads/2016/09/nif_911lies.jpg\",\"http://www.corbettreport.com\",\"http://corbettreport.com/support\",\"https://patreon.com/corbettreport\",\"https://www.patreon.com/corbettreport\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T11:07:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 91542235285861, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "611.913 HBD", + "percent_hbd": 10000, + "permlink": "only-9-11-truth-can-smash-the-9-11-lies", + "post_id": 1218655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Only 9/11 Truth Can Smash The 9/11 Lies", + "title": "Only 9/11 Truth Can Smash The 9/11 Lies", + "total_payout_value": "0.000 HBD", + "url": "/news/@corbettreport/only-9-11-truth-can-smash-the-9-11-lies" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6891503047765, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5761381635960, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280851426, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750549634988, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7332706434, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 46881086331, + "voter": "alexgr" + }, + { + "percent": "1000", + "reputation": 15854806148148, + "rshares": 1600770859, + "voter": "richman" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706740107, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 4559989194, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 276778881377, + "voter": "lukestokes" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 2959917251, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20369469996, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75879395674, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 232710363, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 10818853049, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166775017345, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 540956100, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112743203, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112743203, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17045479455, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 479885664111, + "rshares": 706559573, + "voter": "edgeater" + }, + { + "percent": "10000", + "reputation": 247311783844, + "rshares": 975568984, + "voter": "hofman386" + }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 198206494, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46538151216, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20648950951, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 58991306403, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 18105338219923, + "rshares": 19566151382, + "voter": "kafkanarchy84" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 12234859311, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 378247487, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 46082567387, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 6018640948, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 3475969893, + "rshares": 55456872, + "voter": "gumer" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 659346360, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 474762362, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1151798226, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1726273314822, + "rshares": 959136006, + "voter": "boxcarblue" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 51247184, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 179120276, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 76064906, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 28035856741, + "rshares": 139690814, + "voter": "djangothegod" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 146516444, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150750662, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129749612, + "voter": "expat" + } + ], + "author": "kafkanarchy84", + "author_reputation": 18105338219923, + "beneficiaries": [], + "body": "Playing guitar shouldn't be some insurmountable task that doesn't make sense. It is fun. And fun things are usually simple in their foundations. I've seen a lot of people painstakingly memorize songs note-by-note never really coming to an understanding of *why* a song is the way it is.\n\nhttps://s14.postimg.org/uvgml9qjl/image.jpg\n\nIn this video, I will introduce an easy and professional way to map out the fretboard, so you can jam with anyone, write your own songs, and understand the *why* behind making sounds on a six-string.\n\nIn this first installment, we'll cover the first pentatonic position (there are only five) as well as the hot intro licks and riffs from Chuck Berry's rock and roll classic \"Johnny B. Goode.\"\n\nhttps://s10.postimg.org/3mt3oc895/image.jpg\n\nPlaying lead guitar is just like a puzzle, and everything has a meaning. I'll show you the basic puzzle pieces and help you apply them as this series progresses through finding them in real rock and blues songs, making chord changes, and maybe most importantly, writing your own tunes.\n\nI also plan on covering other types of scales and modes, and showing how simply they overlay this basic framework!\n\nEnjoy!\n\nGraham\n\nhttps://youtu.be/alWOTB5BXFg", + "body_length": 1219, + "cashout_time": "2016-09-19T10:50:33", + "category": "music", + "children": 1, + "created": "2016-09-12T10:50:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"education\",\"guitar-lessons\",\"steemit\",\"blog\"],\"image\":[\"https://s14.postimg.org/uvgml9qjl/image.jpg\",\"https://s10.postimg.org/3mt3oc895/image.jpg\",\"https://img.youtube.com/vi/alWOTB5BXFg/0.jpg\"],\"links\":[\"https://youtu.be/alWOTB5BXFg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T10:57:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14253935479940, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "18.121 HBD", + "percent_hbd": 10000, + "permlink": "johnny-b-goode-guitar-lesson-and-intro-to-theory", + "post_id": 1218553, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Johnny B. Goode\" Guitar Lesson and Intro to Theory", + "title": "\"Johnny B. Goode\" Guitar Lesson and Intro to Theory", + "total_payout_value": "0.000 HBD", + "url": "/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 7178532246497, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5878960853020, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 771993910274, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 102112231148, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1863752774, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1311236926563, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 16923139650, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7973508086, + "voter": "richman" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 397790671199, + "voter": "blakemiles84" + }, + { + "percent": "7900", + "reputation": 8397302485673, + "rshares": 157214145942, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 78047378408, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26296985074, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 157389879073, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 44900709285, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1648794011, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3309065147, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29813735427, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 33401197357, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 39404514218, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 128553772, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 17990183871, + "voter": "michaeldodridge" + }, + { + "percent": "300", + "reputation": 4063076365725, + "rshares": 116465376, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1254547870, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16009167435, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3606072514, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 480394097022, + "rshares": 179361341, + "voter": "onlyvoluntary" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 105841127704, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 1793389242, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 167724503, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 573997408, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 848992931, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 16681034811, + "rshares": 3631166793, + "voter": "dodders007" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72607029, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 446608067, + "rshares": 3795801841, + "voter": "elguapo4twenty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149455393, + "voter": "boomer" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

\n

I've been waiting for Kieran to post it, but since he's been real busy, I'll post the podcast he made at the Melbourne Bitcoin Center with educators and developers.  I couldn't make it, as their studio had feedback issues with call-ins, so @kdnolan @blakemiles84 and I are meeting at some point this week to talk about it all:

\n

Podcast

\n

http://bitcoincenter.co/

\n

Previous Discussion

\n

I'm real excited at how much passion \"outsiders\" are displaying towards Steem.  They certainly have their hesitations, but you can tell that there is legitimate curiosity and interest towards what we're doing here.  For an alt coin project that is just months old, this really gives me chills thinking about the potential.

\n

We can do massive, world-changing things here, but let's be patient and not tear ourselves down as we build some great.

\n

We can often get caught up in what's going on here in the present and lose sight of the bigger picture.  We see a blogging platform and immediately jump to the conclusion that this is Steem.  We compare Steemit to our immediate competitors, thinking that is the realm we are competing with.  However, I suggest looking at thing a little differently.

\n

First off, these platforms aren't necessarily broken in their current forms.  Granted there are flaws, which some may perceive as being critical, but millions of other people tend to disagree on a daily basis.

\n

People can live with flaws they may not even perceive.  What they really want is something better.  Facebook supplanted MySpace, because it did what it did better than MySpace did.

\n

Do people remember when many thought Amazon was doomed to failure because it didn't do shopping better than traditional big stores?  What happened?  Amazon did it better.  In each instance, people flocked to the service that gave them positive reasons for switching.

\n

Here at Steemit, the incentives are obvious.  However, they aren't necessarily good enough to get people to switch, since what we do here is different.  We aren't Facebook.  We aren't Twitter.  And we are not Reddit.  This site caters to genuine user content creation.  That's not what a lot of people on social media currently do.  There's a reason why Medium is a fraction of the size of the others.

\n

Steemit, of course, is much, much more than Medium, and applies unique social dynamics into our interactions with content, pushing us deeper, when we otherwise would have closed the tab on a Medium article.  Artists, musicians, photographers, all have success here, socially and monetarily, where on other platforms, they'd have difficulty co-existing aside bloggers.  It's a unique environment, but still not going to be everyone's end-all-be-all social media platform, since the others still have their uses and all do some things better than Steemit.  They won't be going anywhere anytime soon.

\n

To think that Steemit is on the same level, or in direct competition with the establish market outlets, is rather shortsighted.  Snapchat didn't compete with any of them.  It did something different, something better, that people wanted.  That's what we're doing.  It's just a much smaller niche currently than something like Snapchat, but it can grow into something much bigger and more diverse.

\n

This is why it's important to remember that Steem is not just Steemit.  Although there are certainly some issues presently, nothing is broken and all of the potential is strongly in tact.  The applications are endless and we have one of the best communities in crypto working together to make it happen.

\n

If anyone would like to join us in the future on hangout or podcast, just let us know.

\n

SBD will be sent to Kieran since I'm posting the podcast for him

\n

\n

\n

Meet me and @missjessica

\n

Steem Highway v. 1.1 Chrome Extension

\n


\n", + "body_length": 5462, + "cashout_time": "2016-09-19T04:53:27", + "category": "education", + "children": 3, + "created": "2016-09-12T04:53:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"education\",\"steemituniversity\",\"steemit\",\"steem\",\"schooling\"],\"users\":[\"kdnolan\",\"blakemiles84\",\"missjessica\"],\"image\":[\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/s851x315/13895147_147737868997537_4967569024380807736_n.jpg?oh=bad5e9b399d68a60dd54651d3ed19dac&oe=58101C58\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"http://www.driveplayer.com/#fileIds=0B6UMApOiH-8ca1Z4TGlscm1udm8&userId=112152220055968421274\",\"http://bitcoincenter.co/\",\"https://steemit.com/steem/@derekareith/steemedu-steem-s-future-role-with-education-google-hangout-with-kieran-nolan-and-tom-mcgann\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\",\"https://steemit.com/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T04:53:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16395822315282, + "parent_author": "", + "parent_permlink": "education", + "pending_payout_value": "23.625 HBD", + "percent_hbd": 10000, + "permlink": "educators-and-developers-discuss-steem-and-future-educational-applications-podcast-included", + "post_id": 1216520, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Educators and Developers Discuss Steem and Future Educational Applications [Podcast Included]", + "title": "Educators and Developers Discuss Steem and Future Educational Applications [Podcast Included]", + "total_payout_value": "0.000 HBD", + "url": "/education/@derekareith/educators-and-developers-discuss-steem-and-future-educational-applications-podcast-included" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 85602977273, + "rshares": 57890958550, + "voter": "anonymous" + }, + { + "percent": "1000", + "reputation": 70486967561347, + "rshares": 4111351706483, + "voter": "blocktrades" + }, + { + "percent": "4600", + "reputation": 8272495818727, + "rshares": 3302124833389, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3726763355, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4524824795, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821056534, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66106878358, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996820908, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256579612, + "voter": "moon" + }, + { + "percent": "4600", + "reputation": -296615780418, + "rshares": 585532080, + "voter": "mineralwasser" + }, + { + "percent": "4600", + "reputation": 854893586973, + "rshares": 364550206448, + "voter": "boombastic" + }, + { + "percent": "4600", + "reputation": 7520586390, + "rshares": 46916430527, + "voter": "mrs.agsexplorer" + }, + { + "percent": "4600", + "reputation": 0, + "rshares": 882830261, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750206226, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168165359, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346072222, + "voter": "helen.tan" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353357812, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122427183397, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 162802213835, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4300697652, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 464709574, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 153810543, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13360461186, + "voter": "randyclemens" + }, + { + "percent": "7900", + "reputation": 3740136030964, + "rshares": 1618538923, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 180424181, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 355190711980, + "rshares": 66323752, + "voter": "melissag" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 6011548331, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6566104799, + "voter": "solarguy" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4162000203, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2866201592136, + "rshares": 4382325641, + "voter": "lancem" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 9823134202, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 400009805, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 55356426, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 915536540, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 56460853, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 54211933, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13474059679, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55546217, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 5004831958428, + "rshares": 3642848546, + "voter": "eveningstar92" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54915993, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 4096902673961, + "rshares": 5222528700, + "voter": "tanyabtc" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 173880476, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 203909481, + "voter": "mlialen" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1515493330, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 162373035, + "voter": "lunnettik" + } + ], + "author": "saramiller", + "author_reputation": 1145784061033, + "beneficiaries": [], + "body": "\n

Good day, Steemians! 

\n

I share with you in thanks 

\n

for the upgrades you've catalyzed in my existence 

\n

with the sincere wish that this brings you all things that are good.  

\n

Yoga has enriched my life, so I offer yoga to you.

\n

Yoga is union of mind, body, and soul-- 

\n

anything you do with focused intent is yoga. 

\n

I practice postures because it's easy for me  

\n

to slip my body into a groove 

\n

where my mind can settle

\n

 and my soul flows through me. 

\n

My breath carries me in meditation, 

\n

my muscles get that sweet, sweet prana. 

\n

If you find your groove in something else, get it on!  

\n

Whatever gets you there, roll with it. 

\n

I bring you more yoga, because that's what works for me. 

\n

With thanks:
\n 

\n

\n


\nThis is Standing Forward Fold 

\n

AKA Uttanasana in Sanskrit 

\n

(ut = intense, tan = stretch or extend, asana = pose/posture)  

\n

You can go as deep as you need.

\n


\nForward fold is a reset.  

\n

Forward fold is a re-do. 

\n

Forward fold is a revitalizing inversion 

\n

that flips your world upside down,

\n

dropping your head below your heart

\n

for a recalibration. 

\n


\n

Forward fold looks simple, 

\n

and it is--

\n

but simple in yoga is complicated too.

\n

There are layers that unfold and

\n

peel back. 

\n

Veils lift.

\n


\n

How poetic to ease your brain down, 

\n

allowing the heart to be higher...

\n


\n

It doesn't matter if you touch your toes, 

\n

today or ever.

\n

It still feels real. damn. good.

\n

Forward fold away, all the live long day!

\n

\"Do your practice - all is coming,\" sez Pattabhi Jois.

\n


\n

How to FORWARD FOLD:

\n
    \n
  • From standing, roll your shoulders up towards the ears and down, creating as much space as you can.
  • \n
  • Inhale, drawing your belly button towards your spine.
  • \n
  • Exhale and fold forward from the hips.
  • \n
  • Activate the thighs--extend up through the sit bones while rolling inner thighs in.
  • \n
  • Reach for the toes; if you touch them, that's cool. If you don't, that's cool.
  • \n
  • Root down through the feet while the upper body grows long with the inhale.
  • \n
  • Exhale, and fold a little deeper from the space created by pulling your belly button in.
  • \n
\n

Breathe in, breathe out. 

\n

Breathe in, breathe out. 

\n

Breathe in, breathe out.

\n

Take as much time as you need.

\n


\n

\ud83d\udc9b Sara!

\n", + "body_length": 2938, + "cashout_time": "2016-09-19T04:11:27", + "category": "health", + "children": 4, + "created": "2016-09-12T04:11:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"freedom\",\"yoga\",\"life\",\"art\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/IMG_7204aa30d.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T04:52:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8326972446966, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "6.935 HBD", + "percent_hbd": 10000, + "permlink": "how-to-yoga-a-pose-a-day-standing-forward-fold", + "post_id": 1216253, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Yoga - A Pose A Day: Standing Forward Fold", + "title": "How to Yoga - A Pose A Day: Standing Forward Fold", + "total_payout_value": "0.000 HBD", + "url": "/health/@saramiller/how-to-yoga-a-pose-a-day-standing-forward-fold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35324091913062, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3727040623, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4525226875, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821106112, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66125002863, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996978802, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256585122, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1136471312099, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750252126, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168238808, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346079567, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 329498311743, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 29088616426, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12031250975, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7954596258, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17881721214, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77155168, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 20745397037, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 8233980754, + "voter": "mione" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728655108, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407943432, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 2089975091323, + "rshares": 5173675605, + "voter": "silverbug2000" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 10212683627, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4765142350, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 2083886659611, + "rshares": 433489935, + "voter": "wakeupnd" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6641988265, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 12610815699, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1397863378, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 520948047119, + "rshares": 474727098, + "voter": "cathi-xx" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 80373156, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2313795328, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 71521371, + "rshares": 159333932, + "voter": "sourdough" + }, + { + "percent": "10000", + "reputation": 429182136, + "rshares": 158058730, + "voter": "mrshanson" + } + ], + "author": "canadian-coconut", + "author_reputation": 11352667511018, + "beneficiaries": [], + "body": "http://i.imgur.com/VE7B45s.jpg\n### Baby Anderson died of SIDS only 12 hours after his vaccinations on August 20, 2013. He had been totally healthy at his check-up earlier that day. \n### The Pediatrician only said, *\"Well, I gave three other babies their vaccinations that day and they were all fine.\"*\n### The Coroner was the one who stepped up and reported the death to VAERS (Vaccine Adverse Events Reporting System.)\n Please Watch Anderson's Mom in Las Vegas (VaxXed Story) SIDS/Vaccine Death (3 min. long)\nhttps://youtu.be/EVbc-fRusr4\n***************************************************************************\n### Kari and Bryce Bundy's baby boy Mason was born 5 weeks early, but was healthy and normal. He got his first round of shots at 2-months old. He immediately started screaming 23 hours a day. \n### When they went back to the doctor 2 months later, the doctor bullied them into more vaccines. The baby had just been sick with RSV and the parents wanted to wait until he was better to get him vaccinated. The doctor told them, *\"If you don't get him vaccinated, you will be signing his death certificate from Whooping Cough.\"* So Mason was vaccinated March 1st. \n### For the next 3 days he was calm, which was weird because he had just been screaming for 2 straight months. \n### He wouldn't make eye contact, he wouldn't respond, he would just look at the ceiling. \n### On the night of March 4th, Kari went to kiss his cheek and it was like an ice cube. \n### The week that he died, the day of his funeral, someone said, *\"Had he just been vaccinated?\"* Kari responded *\"F***k you for even asking that. How could you ask that? You're asking if I did it ... if I caused him to die?\"* \n### Kari explains that she thinks the reason there isn't as much said about parents that vaccinate and their child dies is we have this stigma, and we have this all guilt, because if we would have known better this never would have happened and we would still have a child.\n### *\"Oliver, my son who was born 2 years later and is unvaccinated, actually got whooping cough at a year old. So the very vaccine that killed Mason (DPT) was preventing the disease that my next son had and he was fine. It was hard to see that this illness that I so scared of, and didn't listen to my intuition, was not as scary as I had been led to believe. Oliver is very healthy.\"*\n Please Watch the Bundy's in Indianopolis (VaxXed Story - 8 minutes)\nhttps://youtu.be/JJYVDc337rE?list=PLMTee4YWv13aNeiBi7RQEavs8nHZkDAol\n\n### Then we have this chilling tale of a Vaccine Research Nurse who has seen a baby died right after giving vaccines, but was told that it couldn't be related. She also has a vaccine injured child of her own.\n Please Watch Indiana Nurse Tells All (VaxXed Story - 4 minutes)\nhttps://www.youtube.com/watch?v=ktyA_F3E42A\n\n## Okay, so how could vaccination cause Sudden Infant Death Syndrome?\n\n## Well, an Adverse Reaction listed on almost every Vaccine Package Insert is **Apnea.** Apnea simply means that breathing has stopped. \n
http://i.imgur.com/eYyUp13.jpg
\n\n
http://i.imgur.com/dgDjYk9.jpg
\n\n### Dr Viera Scheibner, PhD, of Australia, did a scientific study of SIDS, and episodes of sleep apnea and shallow breathing, measured before and after DPT vaccination by using a breathing monitor that her and her husband had developed. Their data shows a great increase in breathing problems for months after vaccination. Her conclusion was that, \n### *\"vaccination is the single most prevalent and most preventable cause of infant deaths.\"*\n Read more about Dr. Viera Scheibner's study by clicking link below:\n### http://vaccine-injury.info/sudden-infant-death-syndrome.cfm\n\n\n## For More Vaccine Injury Stories please visit my Blog @canadian-coconut\n\n## Let's have a conversation about this topic in the comments below. Thank-you Steemsters!", + "body_length": 3919, + "cashout_time": "2016-09-19T03:48:48", + "category": "health", + "children": 3, + "created": "2016-09-12T03:48:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"life\",\"vaccines\",\"family\",\"vaxxed\"],\"users\":[\"canadian-coconut\"],\"image\":[\"http://i.imgur.com/VE7B45s.jpg\",\"https://img.youtube.com/vi/EVbc-fRusr4/0.jpg\",\"https://img.youtube.com/vi/JJYVDc337rE/0.jpg\",\"https://img.youtube.com/vi/ktyA_F3E42A/0.jpg\",\"http://i.imgur.com/eYyUp13.jpg\",\"http://i.imgur.com/dgDjYk9.jpg\"],\"links\":[\"https://youtu.be/EVbc-fRusr4\",\"https://youtu.be/JJYVDc337rE?list=PLMTee4YWv13aNeiBi7RQEavs8nHZkDAol\",\"https://www.youtube.com/watch?v=ktyA_F3E42A\",\"http://vaccine-injury.info/sudden-infant-death-syndrome.cfm\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T03:57:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37019603991995, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "107.135 HBD", + "percent_hbd": 10000, + "permlink": "2-families-share-heartbreaking-stories-of-s-i-d-s-death-by-vaccines-vaxxed-stories-from-the-road", + "post_id": 1216108, + "promoted": "1.330 HBD", + "replies": [], + "root_title": "Two Families Share Heartbreaking Stories of S.I.D.S. -- Death by Vaccines (VAXXED Stories from the Road)", + "title": "Two Families Share Heartbreaking Stories of S.I.D.S. -- Death by Vaccines (VAXXED Stories from the Road)", + "total_payout_value": "0.000 HBD", + "url": "/health/@canadian-coconut/2-families-share-heartbreaking-stories-of-s-i-d-s-death-by-vaccines-vaxxed-stories-from-the-road" + }, + { + "active_votes": [ + { + "percent": "4800", + "reputation": 14756948501919, + "rshares": 3103426004782, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 976451209453, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3726868078, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4524955240, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821076744, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66109255776, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996872351, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256583286, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 398284845525, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 28077099158, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750222761, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168194755, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346075896, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7973480524, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 16351069835, + "voter": "canhazlulz" + }, + { + "percent": "1100", + "reputation": 15755437221598, + "rshares": 3656382056, + "voter": "acidyo" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353364548, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 427010877, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 811916166, + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 5581959401, + "voter": "christoryan" + }, + { + "percent": "2000", + "reputation": 111391460708814, + "rshares": 86852857068, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5159994276, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2771130743, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 322799450, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 22586335681, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17352297049, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 176091559583, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 3071116454, + "rshares": 391848414, + "voter": "mysonjosh" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 396389927, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7073326293, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 7835857703, + "voter": "bitcoiner" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14276799116, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36329368386, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 437440294, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 27833407014, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4032305667, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2720935618, + "voter": "weenis" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3555778929, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6341092533, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 3585887866, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 150794650, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": -41231458058, + "rshares": 61250291, + "voter": "biggdogg" + }, + { + "percent": "3700", + "reputation": 3740136030964, + "rshares": 1079025948, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5582326722, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 585352695, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 2706836213015, + "rshares": 2072305536, + "voter": "nextgen622" + }, + { + "percent": "10000", + "reputation": 2043228058601, + "rshares": 2840517364, + "voter": "cryptomental" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 59088771, + "voter": "bitchplease" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009891496, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2595054395, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 4459137288511, + "rshares": 2028261458, + "voter": "penguinpablo" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1534158617, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 15279950893, + "rshares": 72958853, + "voter": "inphiknit" + }, + { + "percent": "10000", + "reputation": 351968663984, + "rshares": 228592624, + "voter": "dedi" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 77694050, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158492862, + "voter": "philinvancouver" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 225163441, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 116818017503, + "rshares": 189306691, + "voter": "jameshowarrd" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 132572018, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 12909420470, + "voter": "goldmatters" + } + ], + "author": "ausbitbank", + "author_reputation": 8017093633272, + "beneficiaries": [], + "body": "I finally got organised and signed up at @xeroc 's streemian.com as a curator, and now people can **follow my votes for autopilot curation rewards**!\n
\nStreemian is currently an invite-only service - but I have 17 9 some invite codes left to give away to anybody interested.\n\n

Why am I doing this ?

\nI *personally wanted this* so I don't feel like I'm *missing out* on curation rewards all the time by not using accounts like @steemleak . Votes from my other accounts have very little power on their own, and its a huge time commitment to try and individually curate from each account.\n\n
\n

Okay but why should YOU follow @ausbitbank 's votes ?

\n- **This account follows the @robinhoodwhale votes !** \n- I also vote for a wide variety of *original, creative and technical* content each day.\n- I make an effort to seek out *undervalued and unseen content*.\n- Includes 1-2 votes a week for @steemleak (support wikileaks!)\n\nI understand that this isn't for everyone , and I honestly don't expect many (if any) people to choose to follow my votes - I'm just saying **its an easy option now** if you wanted :)\n\n
My votes are currently worth $0.0584 + @steemleak 's $0.0122 gives **7 cents a vote** .
\n\n
\n\nIf you *do* decide to proxy your votes - **thank you**! I'll do my best to be a quality curator :)\nAnd **there are no secrets on the blockchain** - you can always see my full account history via steemd here\n\n

Edit: To clarify a few things..

\n- **Streemian is not my creation** all credit should go to @xeroc\n- Curation rewards are dependent on many factors including the steem power of your own account\n- My voting choices are **not for maximum curation profit**\n- As well as all @robinhoodwhale votes, I always vote for myself, @krystle and @steemleak\n- I will monitor voting strength of my accounts and some followers and aim to keep it around 50% , so you can still vote as well.\n\n

Follow the votes at streemian.com

\n
**If anybody wants an invite code let me know via comment, twitter or steemit.chat.**
Let me know *where* to send your code if you ask via comment!
\n\n



\nWritten by @ausbitbank - If you found it interesting please see these!
\n@steemleak ~ steemface ~ steemviz ~ steemcap ~ steemUSD/sbdUSD indicator

", + "body_length": 3656, + "cashout_time": "2016-09-19T03:09:45", + "category": "streemian", + "children": 53, + "created": "2016-09-12T03:09:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"streemian\",\"curation\",\"robinhoodwhale\",\"steemit\"],\"users\":[\"xeroc\",\"steemleak\",\"ausbitbank\",\"robinhoodwhale\",\"krystle\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/steemianfollow97db5.png\",\"https://www.steemimg.com/images/2016/09/11/streemianrobinhood9d460.png\",\"http://imgur.com/qEZdEI0.png\",\"https://imgur.com/1rTOMBf.png\",\"https://www.steemimg.com/images/2016/08/26/follow5f0c5.gif\"],\"links\":[\"https://streemian.com\",\"https://www.streemian.com\",\"http://www.steemdollar.com/dollar_per_vote.php?name=ausbitbank\",\"http://www.steemdollar.com/dollar_per_vote.php?name=steemleak\",\"https://steemd.com/@ausbitbank\",\"https://steemit.com/@ausbitbank\",\"https://twitter.com/ausbitbank\",\"https://steemit.chat/direct/ausbitbank\",\"https://steemit.com/created/steemface\",\"https://v2.steemviz.com\",\"https://www.steemcap.com\",\"https://steemit.com/technical-analysis/@ausbitbank/usdsteem-and-usdsbd-experimental-indicator-conversion-timing-assistant-new\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-13T02:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5094404525886, + "parent_author": "", + "parent_permlink": "streemian", + "pending_payout_value": "3.064 HBD", + "percent_hbd": 10000, + "permlink": "follow-votes-with-streemian-for-autopilot-curation-rewards", + "post_id": 1215824, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Follow the votes with streemian for autopilot curation rewards!", + "title": "Follow the votes with streemian for autopilot curation rewards!", + "total_payout_value": "0.000 HBD", + "url": "/streemian/@ausbitbank/follow-votes-with-streemian-for-autopilot-curation-rewards" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 698989944319, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1173279353292, + "voter": "tuck-fheman" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 798069556075, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 848915463, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 634488162139, + "voter": "kevinwong" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353355361, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 96394660847, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 393241829604, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 769093932430, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 260156354382, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249761134, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 176206075343, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 157389879073, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 1959763713, + "rshares": 229403890, + "voter": "soggypotatos" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 38372859763, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 455225705, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 27833407014, + "voter": "brianphobos" + }, + { + "percent": "900", + "reputation": 4063076365725, + "rshares": 349396128, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2532149863, + "rshares": 585459483, + "voter": "deedee" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3555778929, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 47886131750712, + "rshares": 167429969527, + "voter": "bridgetbunchy" + }, + { + "percent": "10000", + "reputation": -41231458058, + "rshares": 60000285, + "voter": "biggdogg" + }, + { + "percent": "5200", + "reputation": 3740136030964, + "rshares": 1186928543, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 86010396202, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1838486123, + "voter": "therealpaul" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508821644, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 2866201592136, + "rshares": 4382325641, + "voter": "lancem" + }, + { + "percent": "10000", + "reputation": 1191252134466, + "rshares": 1682739607, + "voter": "ines-f" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 9823118583, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 12363544803, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 408010001, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752233313, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 2314276541, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 54249297, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 952905378, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 54211933, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13474059679, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 660913097252, + "rshares": 3404056877, + "voter": "bitscape" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 573997408, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 1527134893374, + "rshares": 2106681140, + "voter": "michaelmcdermott" + }, + { + "percent": "10000", + "reputation": 1090758017, + "rshares": 55429269, + "voter": "suezannemarie" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 53839209, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 322648939, + "rshares": 54202997, + "voter": "mcdowell6569" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 878526376261, + "rshares": 197331756, + "voter": "mlialen" + }, + { + "percent": "10000", + "reputation": 103523839, + "rshares": 51941551, + "voter": "hippieatheart" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 1055159609, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 1533678042141, + "rshares": 2019020353, + "voter": "greenwayoflife" + }, + { + "percent": "10000", + "reputation": 4388794, + "rshares": 82535751, + "voter": "cpstakedown" + }, + { + "percent": "10000", + "reputation": 33159895743, + "rshares": 160090842, + "voter": "anarchy-veganism" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 162373035, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 12909420470, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 155868558, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 23060838, + "rshares": 153225349, + "voter": "chemadan" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "
\n

Here's what we did today with our freedom at the Garden of Eden:

\n

\n

\n

\n

\n


\n

We offer our Epic Threads clothing line, high vibe health supplements, Epic Handmade Knives, beyond organic tea & smoking blends, and \u00dcber Dank Pantry by donation.

\n

None of that money was spent fixing our floor.

\n


\n

\n

\n

\n

\n


\n

Not only did we feed free meals to those in need, but this was also an act of civil disobedience: in this area, it is ILLEGAL to feed homeless people without a costly series of permits and regulations.

\n

We believe it is our duty to build the world that we want our children to live in. 

\n


\n

www.intothegardenofeden.com

\n


\n

\n


\n
", + "body_length": 2589, + "cashout_time": "2016-09-19T03:00:48", + "category": "food", + "children": 26, + "created": "2016-09-12T03:00:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"community\",\"freedom\",\"life\",\"money\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/Feed18667a.png\",\"https://www.steemimg.com/images/2016/09/11/Feed29c284.png\",\"https://www.steemimg.com/images/2016/09/11/Feed31e8f44.png\",\"https://www.steemimg.com/images/2016/09/11/Feed437673.png\",\"https://www.steemimg.com/images/2016/09/11/Feed59acc7.png\",\"https://www.steemimg.com/images/2016/09/11/Feed6ec313.png\",\"https://www.steemimg.com/images/2016/09/11/Feed7924af.png\",\"https://www.steemimg.com/images/2016/09/11/Feed81a797b.png\",\"https://www.steemimg.com/images/2016/08/30/goefooterd2a23.png\"],\"links\":[\"https://steemit.com/steemit/@quinneaker/my-new-steemit-fashion-line-has-begun-first-photo-shoot-for-epicshreds-steemit-t\",\"http://www.intothegardenofeden.com/supplements.html\",\"http://www.epichandmadeknives.com\",\"https://steemit.com/cannabis/@gardenofeden/tea-and-smoke-blends-lounge-at-the-garden-of-eden\",\"http://www.intothegardenofeden.com/store/c47/Uber_Dank_Pantry.html\",\"https://steemit.com/steemit/@gardenofeden/living-values-not-just-talking-about-them-calling-on-the-steemit-community-to-prove-what-kind-of-world-they-want-to-see\",\"https://steemit.com/homelessness/@gardenofeden/sustainable-community-illegally-feeds-the-homeless\",\"https://steemit.com/life/@gardenofeden/it-is-our-natural-right-and-duty-to-give-and-to-support-our-fellow-man\",\"http://www.intothegardenofeden.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T03:29:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5573916438631, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "3.479 HBD", + "percent_hbd": 10000, + "permlink": "sustainable-community-uses-freedom-to-feed-the-homeless", + "post_id": 1215760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sustainable Community Uses Freedom to Feed the Homeless", + "title": "Sustainable Community Uses Freedom to Feed the Homeless", + "total_payout_value": "0.000 HBD", + "url": "/food/@gardenofeden/sustainable-community-uses-freedom-to-feed-the-homeless" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28650554814593, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35324091913062, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3066686967715, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 477967826544, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 454674995328, + "rshares": 1099227872865, + "voter": "delegate.lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 308754005875, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105617746, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770665882, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684212247, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55088386646, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1664009764, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625170323, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973468069, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 5116325730997, + "rshares": 6725662921, + "voter": "nexusdev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "5011", + "reputation": 12382143533351, + "rshares": 299112178063, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 46232621303, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 848915463, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9510177321, + "voter": "zebbra2014" + }, + { + "percent": "4000", + "reputation": 30409765924218, + "rshares": 127163344820, + "voter": "innuendo" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 265691595965, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2747359315, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 177578566464, + "rshares": 362176333, + "voter": "chetlanin" + }, + { + "percent": "10000", + "reputation": 686087080665, + "rshares": 242395525, + "voter": "manonfire" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664551446, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23468951438, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2285679036, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5256286537, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40208412286, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299967049, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 7072754866, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 3194859880, + "rshares": 117980990, + "voter": "givemethelight" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725889945, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146197966, + "voter": "steemster1" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378761050, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23875797716, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 16127754878, + "voter": "persianqueen" + }, + { + "percent": "4983", + "reputation": 1751717743, + "rshares": 7928562884, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3782591597315, + "rshares": 19051460504, + "voter": "bayareacoins" + }, + { + "percent": "10000", + "reputation": 14083609085, + "rshares": 23135145111, + "voter": "capper2016" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69649131, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 248913722, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 12951959051, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "4400", + "reputation": 13325577893779, + "rshares": 13090762891, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2860402023, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57768402, + "voter": "wendelribeiro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5946110289, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407184347, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 774904989, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 70830160, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 174947233, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6641988265, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 12363544803, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55501723, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 453412386, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 10408522028, + "rshares": 97976226, + "voter": "roxanne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 35362050236, + "rshares": 62164054, + "voter": "oscarroque88" + }, + { + "percent": "10000", + "reputation": 313749878680, + "rshares": 2332242632, + "voter": "gamgam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 52357995, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 93177321657, + "rshares": 55346264, + "voter": "thecastle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5186344311, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 109843313, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71194531, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 254764240, + "rshares": 1078493787, + "voter": "lankdog25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144872457, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 33024540131, + "rshares": 126960430, + "voter": "siniceku" + }, + { + "percent": "10000", + "reputation": 33159895743, + "rshares": 147283575, + "voter": "anarchy-veganism" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 149633815, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 411467076, + "rshares": 158211435, + "voter": "oregonaaron" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 441216726, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147541988, + "voter": "roman.est" + }, + { + "percent": "10000", + "reputation": 106329671, + "rshares": 153265020, + "voter": "curtbaboon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156240671, + "voter": "tonypanda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152656605, + "voter": "theoryloader" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

\n

Within just a few hours the DNC is meeting to consider replacing Hillary as the democratic nominee.

\n

What is known is that at the very least the Clinton team has released a diagnosis of pneumonia and that may only be the tip of the iceberg.

\n

Especially because of the lack of transparency and often dishonest nature of the Clinton campaign some members of the public remain skeptical.  Especially as pneumonia is a contagious illness why would she risk hanging around with children?

\n

\n

Anyway, this DNC meeting isn't a grand conspiracy theory.  It was leaked by Emmy Award winning journalist David Schuster.

\n

\n

Article 2 section 1 of the DNC bylaws state-

\n

 The Democratic National Committee shall have general responsibility for the affairs of the Democratic Party between National Conventions, subject to the provisions of the Charter and to the resolutions or other official actions of the National Convention. This responsibility shall include, but not be limited to \u2026 Filling vacancies in the nominations for the office of the President and Vice President.

\n

So, if you on the off chance you thought that the democratic primary couldn't get any less Democratic after the constant vote irregularities (rigging), and the fact that in the first actual vote for nominee Clinton delegates didn't show up, Bernie won, and a recount was forced in the afternoon we're about to get worse.  The DNC leadership, a crooked, lying, rigging, and racist group of people are now going to choose the next nominee for the dems.  Party leadership not party participation will have the ultimate say.

\n

 In case you hadn't noticed.  Your democracy constitutional republic is broken and the founding/current documents either allowed this to happen or were powerless to stop it.

\n


\n", + "body_length": 2907, + "cashout_time": "2016-09-19T02:48:06", + "category": "news", + "children": 16, + "created": "2016-09-12T02:48:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"clinton\",\"hillaryshealth\",\"health\",\"politics\"],\"image\":[\"https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/09/11/18/stumble1.png\",\"https://s18.postimg.org/xmjs05ad5/clinton_pn.jpg\",\"https://pbs.twimg.com/profile_images/739640323798929408/lzPSxrrx.jpg\"],\"links\":[\"http://www.independent.co.uk/news/world/americas/us-elections/hillary-clinton-collapse-democratic-candidate-diagnosed-with-pneumonia-after-stumbling-at-911-event-a7237551.html\",\"https://steemit.com/politics/@aggroed/breaking-news-clinton-collapses-at-9-11-service-alleged-personal-neurologist-dr-okunola-is-there-on-site\",\"https://twitter.com/DavidShuster/status/775093724363784192?ref_src=twsrc%5Etfw\",\"https://electionfraud2016.wordpress.com/\",\"http://usapoliticsnow.com/breaking-apparently-bernie-wins-roll-call-nomination-dnc-called/\",\"https://wikileaks.org/dnc-emails/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T02:49:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70043340188519, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "319.093 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-emmy-award-winning-journalist-announces-dnc-is-meeting-to-consider-replacing-hillary-as-the-democratic-nominee", + "post_id": 1215670, + "promoted": "19.600 HBD", + "replies": [], + "root_title": "BREAKING NEWS- Emmy Award winning journalist announces DNC is meeting to consider replacing Hillary as the Democratic Nominee", + "title": "BREAKING NEWS- Emmy Award winning journalist announces DNC is meeting to consider replacing Hillary as the Democratic Nominee", + "total_payout_value": "0.000 HBD", + "url": "/news/@aggroed/breaking-news-emmy-award-winning-journalist-announces-dnc-is-meeting-to-consider-replacing-hillary-as-the-democratic-nominee" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 32455846463901, + "rshares": 3159654624340, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376284817836, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321919160841, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874196216718, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4983304263397, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105617746, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770665882, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684212247, + "voter": "bunny" + }, + { + "percent": "7000", + "reputation": 9510507624851, + "rshares": 344495189154, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55088377454, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1664009764, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "1000", + "reputation": 83941319998, + "rshares": 591716002987, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435701235427, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 415986394215, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 28077099158, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625170323, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973468069, + "voter": "daniel.pan" + }, + { + "percent": "2500", + "reputation": 72112139588726, + "rshares": 211732651729, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9588979993, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11464957184, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29762143550, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23093175929, + "voter": "joelinux" + }, + { + "percent": "100", + "reputation": 12382143533351, + "rshares": 14955608903, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 315872512996, + "voter": "teamsteem" + }, + { + "percent": "1200", + "reputation": 5414208804644, + "rshares": 3966381319, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 60468174362, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 571101271464, + "voter": "kevinwong" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61603111039, + "voter": "theshell" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 24391326882, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 391825196631, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 552208540243, + "voter": "infovore" + }, + { + "percent": "7500", + "reputation": 5260794316761, + "rshares": 100808414436, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110257878515, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 265691169432, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249761134, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 31527981734, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67058019510, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 36060039859, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 5205698033, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 10063425640, + "voter": "romait" + }, + { + "percent": "7500", + "reputation": 9786117166130, + "rshares": 18265216828, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 161228656612, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6322700480, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 174351799112, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 37068868469, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18343227692, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 880687800, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 248794739584, + "voter": "jesta" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664551446, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29813735427, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 5711266001, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 828836070, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19793097865, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 73759369212, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7457753078, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 86438224922, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18492767707, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3423594875, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3238598616, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27640119235, + "voter": "deanliu" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299967049, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36329368386, + "voter": "anca3drandom" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725889026, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10666743762, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15532394687, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4516996657, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46535902043, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3290008252, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 2532149863, + "rshares": 597168672, + "voter": "deedee" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378761050, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24283424784, + "voter": "laoyao" + }, + { + "percent": "100", + "reputation": 1751717743, + "rshares": 396428144, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3268005812, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6772181549, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 97974222626, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509785517, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13360461186, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 2860793589, + "rshares": 982336907, + "voter": "fooblic" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 5961910774, + "voter": "userlogin" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850796468, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 87826064077, + "rshares": 76912760, + "voter": "mata" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 14740239755, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 10880674504, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5895077794, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068097228, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 279615834227, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 284384319, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 348058401, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 1815018579403, + "rshares": 1507140830, + "voter": "uceph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 633626870, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5084651285, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74220519, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 33024540131, + "rshares": 126960430, + "voter": "siniceku" + }, + { + "percent": "10000", + "reputation": 1284214571975, + "rshares": 775500178, + "voter": "miserableoracle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149455393, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52285407, + "voter": "socialbutterfly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152406517, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 178608132, + "voter": "apolymask" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 15827302113, + "rshares": 152288961, + "voter": "bonitaxm" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 122416799, + "voter": "mikerano" + } + ], + "author": "lukestokes", + "author_reputation": 36884147263377, + "beneficiaries": [], + "body": "
![exchange_transfer_report9fade.png](https://www.steemimg.com/images/2016/08/14/exchange_transfer_report9fade.png)
\n\n# The Top 50 Accounts Transferring to and from Exchanges\n\n**Note:** the USD amounts shown here are based on the following rates as of when I ran the report, *not an average over the past week*:\n\n- STEEM: $0.65\n- SBD: $0.77\n\n## Assumptions\n\nPlease see the first report for a detailed explanation of my personal assumptions related to what this data could mean. What it does not show is people powering up, powering down, or if they are buying or selling on an exchange. It's just some interesting data dealing with transfers to and from exchange accounts. As @smooth has mentioned in comments on previous reports, more liquid steem held in exchnages means less dilution for those with Steem Power and, hopefully, brings us closer to what will become a market equilibrium between liquid STEEM and vested Steem Power (whatever that percentage may end up being).\n\n## Previous Reports\n - 8/28/2016 to 9/3/2016\n - 8/21/2016 to 8/27/2016\n - 8/14/2016 to 8/20/2016\n - 8/7/2016 to 8/13/2016\n - 7/31/2016 to 8/6/2016\n - Summary Report: 06/01/2016 to 08/19/2016\n\n# Exchange Transfer Activity from 09/04/2016 to 09/11/2016\nFirst included transfer: 2016-09-04T00:18:12+00:00\nLast included transfer: 2016-09-11T23:56:15+00:00\n```\n\n----------------------------- Exchanges ------------------------------\n\n@poloniex STEEM transfer total: 201,531.230\n@poloniex SBD transfer total: -39,376.766\n@bittrex STEEM transfer total: 1,345.152\n@bittrex SBD transfer total: 20,818.619\n@blocktrades STEEM transfer total: -4,153.340\n@blocktrades SBD transfer total: 14,340.280\n@openledger STEEM transfer total: 1,938.186\n@openledger SBD transfer total: 1,818.008\n@hitbtc-exchange STEEM transfer total: 1,632.684\n@hitbtc-exchange SBD transfer total: 171.025\n@hitbtc-payout STEEM transfer total: -7.550\n@hitbtc-payout SBD transfer total: -54.740\n\n------------------------- Total Transferred --------------------------\n\nTotal STEEM transferred: -202,286.362\nTotal SBD transferred: 2,283.574\nTotal USD transferred: ($ 129,727.78)\n\n--------------------- Withdrawl to Deposit Ratio ---------------------\n\nAccounts withdrawing: 1031\nAverage withdrawal amount: ($ 338.08)\nMedian withdrawal amount: ($ 15.40)\n\nAccounts depositing: 234\nAverage deposit amount: $ 212.25\nMedian deposit amount: $ 64.97\n\nRatio of withdrawals to deposits: 4.41/1\n```\n\n##
TOP 50 WITHDRAWALS
\n\n| | Account| Net Transfer Amount |\n|:--:|:----------------:|:------------------------:|\n|1| @steemed: | ($ 21,485.87)|\n|2| @ned: | ($ 20,048.66)|\n|3| @ashleigh: | ($ 17,102.87)|\n|4| @smooth-c: | ($ 14,825.15)|\n|5| @smooth: | ($ 13,139.75)|\n|6| @dantheman: | ($ 11,830.00)|\n|7| @berniesanders: | ($ 11,381.04)|\n|8| @changelly: | ($ 7,240.36)|\n|9| @rainman: | ($ 6,805.13)|\n|10| @summon: | ($ 6,288.37)|\n|11| @ericvancewalton: | ($ 5,712.20)|\n|12| @clayop: | ($ 5,551.85)|\n|13| @nextgencrypto: | ($ 5,506.19)|\n|14| @fairytalelife: | ($ 5,390.00)|\n|15| @sascha: | ($ 4,928.00)|\n|16| @cloop1: | ($ 4,161.47)|\n|17| @drunchpunk: | ($ 3,765.41)|\n|18| @fred703: | ($ 3,543.34)|\n|19| @sirwinchester: | ($ 3,135.47)|\n|20| @steemrollin: | ($ 2,991.38)|\n|21| @steempty: | ($ 2,973.75)|\n|22| @wayfairer: | ($ 2,948.41)|\n|23| @complexring: | ($ 2,923.87)|\n|24| @abdul: | ($ 2,891.36)|\n|25| @calaber24p: | ($ 2,885.64)|\n|26| @wang: | ($ 2,824.25)|\n|27| @fuzzyvest: | ($ 2,806.90)|\n|28| @barrycooper: | ($ 2,695.77)|\n|29| @falkvinge: | ($ 2,695.00)|\n|30| @arsahk: | ($ 2,682.55)|\n|31| @pharesim: | ($ 2,526.66)|\n|32| @charlieshrem: | ($ 2,340.41)|\n|33| @steemdrive: | ($ 2,310.00)|\n|34| @zahnspange: | ($ 2,240.83)|\n|35| @analisa: | ($ 2,233.13)|\n|36| @stellabelle: | ($ 2,208.31)|\n|37| @rossulbricht: | ($ 2,207.64)|\n|38| @jesta: | ($ 1,925.77)|\n|39| @infovore: | ($ 1,921.85)|\n|40| @jamielefay: | ($ 1,905.06)|\n|41| @silversteem: | ($ 1,874.45)|\n|42| @hipster: | ($ 1,837.46)|\n|43| @coldstorage1: | ($ 1,777.49)|\n|44| @dele-puppy: | ($ 1,748.68)|\n|45| @cryptogee: | ($ 1,702.56)|\n|46| @opheliafu: | ($ 1,642.54)|\n|47| @anastacia: | ($ 1,596.92)|\n|48| @lifeisawesome: | ($ 1,577.11)|\n|49| @geronimo: | ($ 1,540.01)|\n|50| @hisnameisolllie: | ($ 1,540.00)|\n\n##
TOP 50 DEPOSITS
\n\n| | Account| Net Transfer Amount |\n|:--:|:----------------:|:------------------------:|\n|1| @aurel: | $ 39,943.53 |\n|2| @btcmsia: | $ 37,618.95 |\n|3| @asd91: | $ 16,138.17 |\n|4| @benhoneywell: | $ 11,050.00 |\n|5| @kush: | $ 8,239.00 |\n|6| @joelkatz: | $ 5,484.35 |\n|7| @alex90342fastn1: | $ 4,452.48 |\n|8| @leesunmoo: | $ 4,075.63 |\n|9| @renohq: | $ 3,941.75 |\n|10| @smooth-d: | $ 3,850.00 |\n|11| @tomoaki: | $ 3,663.33 |\n|12| @steem: | $ 3,574.99 |\n|13| @dimimp: | $ 3,466.59 |\n|14| @juneaugoldbuyer: | $ 3,322.40 |\n|15| @leon-fu: | $ 3,250.31 |\n|16| @thecyclist: | $ 2,870.98 |\n|17| @margarita-chavez: | $ 2,723.27 |\n|18| @paws1t1veev: | $ 2,657.88 |\n|19| @james-show: | $ 2,559.63 |\n|20| @neowenyuan27: | $ 2,411.07 |\n|21| @wingz: | $ 2,344.96 |\n|22| @twinner: | $ 2,312.17 |\n|23| @shaka: | $ 1,949.98 |\n|24| @fabio: | $ 1,877.76 |\n|25| @mughat: | $ 1,848.00 |\n|26| @thisvsthis: | $ 1,815.41 |\n|27| @sveokla: | $ 1,705.49 |\n|28| @kushed: | $ 1,349.67 |\n|29| @cryptos: | $ 1,319.99 |\n|30| @otisbrown: | $ 1,301.95 |\n|31| @ronsmith: | $ 1,297.40 |\n|32| @demotruk: | $ 1,263.17 |\n|33| @vip: | $ 1,225.68 |\n|34| @thecryptofiend: | $ 1,079.92 |\n|35| @abdullar: | $ 1,060.14 |\n|36| @creemej: | $ 1,049.64 |\n|37| @liberosist: | $ 987.91 |\n|38| @furion: | $ 928.76 |\n|39| @kental: | $ 854.68 |\n|40| @phenom: | $ 827.96 |\n|41| @joele: | $ 794.25 |\n|42| @masterinvestor: | $ 789.74 |\n|43| @nanzo-scoop: | $ 768.29 |\n|44| @ksc: | $ 760.55 |\n|45| @slowwalker: | $ 753.18 |\n|46| @sharker: | $ 725.90 |\n|47| @dollarvigilante: | $ 707.48 |\n|48| @jyp: | $ 699.69 |\n|49| @knircky: | $ 694.60 |\n|50| @spinbunny: | $ 681.85 |\n\n# Hourly Breakdown by Exchange\n\nHere are the hourly breakdowns for the past week as interactive graphs. The code I use to get this data is on Github if you want to poke at it yourself.\n\n## STEEM\n\n[![](https://www.steemimg.com/images/2016/09/11/STEEMExchangeTransfersoverTime041e2.png)](https://plot.ly/~lukestokes/46/steem-exchange-transfers-over-time/)\n*click the image for an interactive graph*\n\n## SBD\n\n[![](https://www.steemimg.com/images/2016/09/11/SBDExchangeTransfersoverTimedb3a8.png)](https://plot.ly/~lukestokes/45/sbd-exchange-transfers-over-time/)\n*click the image for an interactive graph*\n\n## USD\n\n[![](https://www.steemimg.com/images/2016/09/11/USDExchangeTransfersoverTime46a8d.png)](https://plot.ly/~lukestokes/44/usd-exchange-transfers-over-time/)\n*click the image for an interactive graph*\n\n## Commentary\n\n* I added @hitbtc-exchange and @hitbtc-payout to the report this week. If you know of any other exchanges doing real volume, please let me know, and I'll add them.\n\n* The ratio of withdraws to deposits continues to go up and again is as high as I've ever seen it at **4.41/1**. Previous values:\n * **4.01/1**\n * **3.85/1**\n * **3.85/1**\n * **3.09/1**\n * **3.42/1**\n\n* The total amount going out in USD terms is down to $129,727 ($238,082 last week), but with the drop in the price of STEEM, that's still quite a lot.\n\n* Last week's STEEM total: -223,058, this week is -201,472.\n\n* The last report had a price of steem at $0.80 and this one's at $0.65. That's a 19% drop in one week. SBD is down 6%.\n\n* We see the total SBD transferred is slightly positive at 2,283 meaning more SBD were taken off exchanges than were put on them. Maybe people are anticipating Tuesday's hardfork and an improved price of SBD?\n\n* It seems @btcmsia is wise to the value of the 7 day conversion from SBD to STEEM when the value of SBD is below $1. In the last few days, they've put over 48k SBD into the conversion process:\n\n```\n\u279c Reporting git:(master) \u2717 piston history btcmsia --type convert --limit 2000\n+------+-------------------------------+-----------+--------------------------------------------------------------------------+\n| # | time/block | Operation | Details |\n+------+-------------------------------+-----------+--------------------------------------------------------------------------+\n| 1052 | 2016-09-06T05:49:54 (4725255) | convert | {\"requestid\": 1473140960, \"amount\": \"10000.000 SBD\", \"owner\": \"btcmsia\"} |\n| 1094 | 2016-09-07T02:03:57 (4749487) | convert | {\"requestid\": 1473213812, \"amount\": \"10865.224 SBD\", \"owner\": \"btcmsia\"} |\n| 1096 | 2016-09-08T02:17:45 (4778518) | convert | {\"requestid\": 1473301044, \"amount\": \"9000.000 SBD\", \"owner\": \"btcmsia\"} |\n| 1120 | 2016-09-08T15:11:00 (4793918) | convert | {\"requestid\": 1473347446, \"amount\": \"18999.980 SBD\", \"owner\": \"btcmsia\"} |\n+------+-------------------------------+-----------+--------------------------------------------------------------------------+\n```\n\n[![LukeStokes01712.png](https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png)](https://steemit.com/@lukestokes)", + "body_length": 11301, + "cashout_time": "2016-09-19T02:47:39", + "category": "stats", + "children": 13, + "created": "2016-09-12T02:47:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"stats\",\"steem\",\"sbd\",\"money\",\"trading\"],\"users\":[\"smooth\",\"steemed\",\"ned\",\"ashleigh\",\"smooth-c\",\"dantheman\",\"berniesanders\",\"changelly\",\"rainman\",\"summon\",\"ericvancewalton\",\"clayop\",\"nextgencrypto\",\"fairytalelife\",\"sascha\",\"cloop1\",\"drunchpunk\",\"fred703\",\"sirwinchester\",\"steemrollin\",\"steempty\",\"wayfairer\",\"complexring\",\"abdul\",\"calaber24p\",\"wang\",\"fuzzyvest\",\"barrycooper\",\"falkvinge\",\"arsahk\",\"pharesim\",\"charlieshrem\",\"steemdrive\",\"zahnspange\",\"analisa\",\"stellabelle\",\"rossulbricht\",\"jesta\",\"infovore\",\"jamielefay\",\"silversteem\",\"hipster\",\"coldstorage1\",\"dele-puppy\",\"cryptogee\",\"opheliafu\",\"anastacia\",\"lifeisawesome\",\"geronimo\",\"hisnameisolllie\",\"aurel\",\"btcmsia\",\"asd91\",\"benhoneywell\",\"kush\",\"joelkatz\",\"alex90342fastn1\",\"leesunmoo\",\"renohq\",\"smooth-d\",\"tomoaki\",\"steem\",\"dimimp\",\"juneaugoldbuyer\",\"leon-fu\",\"thecyclist\",\"margarita-chavez\",\"paws1t1veev\",\"james-show\",\"neowenyuan27\",\"wingz\",\"twinner\",\"shaka\",\"fabio\",\"mughat\",\"thisvsthis\",\"sveokla\",\"kushed\",\"cryptos\",\"otisbrown\",\"ronsmith\",\"demotruk\",\"vip\",\"thecryptofiend\",\"abdullar\",\"creemej\",\"liberosist\",\"furion\",\"kental\",\"phenom\",\"joele\",\"masterinvestor\",\"nanzo-scoop\",\"ksc\",\"slowwalker\",\"sharker\",\"dollarvigilante\",\"jyp\",\"knircky\",\"spinbunny\",\"hitbtc-exchange\",\"hitbtc-payout\"],\"image\":[\"https://www.steemimg.com/images/2016/08/14/exchange_transfer_report9fade.png\",\"https://www.steemimg.com/images/2016/09/11/STEEMExchangeTransfersoverTime041e2.png\",\"https://www.steemimg.com/images/2016/09/11/SBDExchangeTransfersoverTimedb3a8.png\",\"https://www.steemimg.com/images/2016/09/11/USDExchangeTransfersoverTime46a8d.png\",\"https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png\"],\"links\":[\"https://steemit.com/steemit/@lukestokes/steemit-money-who-is-cashing-out-who-is-powering-up\",\"https://steemit.com/stats/@lukestokes/exchange-transfer-report-8-28-2016-to-9-3-2016\",\"https://steemit.com/stats/@lukestokes/exchange-transfer-report-8-21-2016-to-8-27-2016\",\"https://steemit.com/stats/@lukestokes/exchange-transfer-report-8-14-2016-to-8-20-2016\",\"https://steemit.com/steemstats/@lukestokes/exchange-transfer-report-08-07-2016-to-08-13-2016\",\"https://steemit.com/stats/@lukestokes/exchange-transfer-report-summary-06-01-2016-to-08-19-2016\",\"https://github.com/lukestokes/php-steem-tools\",\"https://plot.ly/~lukestokes/46/steem-exchange-transfers-over-time/\",\"https://plot.ly/~lukestokes/45/sbd-exchange-transfers-over-time/\",\"https://plot.ly/~lukestokes/44/usd-exchange-transfers-over-time/\",\"https://steemit.com/@lukestokes\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T02:47:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19090336094832, + "parent_author": "", + "parent_permlink": "stats", + "pending_payout_value": "30.162 HBD", + "percent_hbd": 10000, + "permlink": "exchange-transfer-report-9-4-2016-to-9-11-2016", + "post_id": 1215667, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exchange Transfer Report: 9/4/2016 to 9/11/2016", + "title": "Exchange Transfer Report: 9/4/2016 to 9/11/2016", + "total_payout_value": "0.000 HBD", + "url": "/stats/@lukestokes/exchange-transfer-report-9-4-2016-to-9-11-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 98522143145, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17628178574, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7973459082, + "voter": "richman" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 389672494236, + "voter": "blakemiles84" + }, + { + "percent": "4900", + "reputation": 8397302485673, + "rshares": 96073384164, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 203928683123, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 322799450, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 7942137484293, + "rshares": 26822924775, + "voter": "missjessica" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 161228656612, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 12755003778, + "rshares": 322848483, + "voter": "onthewayout" + }, + { + "percent": "10000", + "reputation": 2753142336385, + "rshares": 3037071765, + "voter": "jbouchard12" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 30410010135, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 5711266001, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 36956876377, + "rshares": 2796448499, + "voter": "rigel" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 428863033, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1228944852, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 4409431615794, + "rshares": 7058107246, + "voter": "loganarchy" + }, + { + "percent": "10000", + "reputation": 2009900011368, + "rshares": 4323049195, + "voter": "bitbutter" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832346010, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 51806737, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152569047, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 661594893232, + "rshares": 156679739, + "voter": "jimitations" + } + ], + "author": "derekareith", + "author_reputation": 18799092030582, + "beneficiaries": [], + "body": "\n

\n

I updated the extension to add some color and to make it a little more organized.  I also added a button for shapeshift.io and got my SteemD robot on there :)

\n

Simply go here to add to your Google Chrome:

\n

https://chrome.google.com/webstore/detail/steem-highway-plugin/fpamplgpingdkhlokckdfpaakflekalp

\n

\n


\n

\n

\n

Meet me and @missjessica

\n


\n", + "body_length": 1337, + "cashout_time": "2016-09-19T02:47:12", + "category": "steemit", + "children": 2, + "created": "2016-09-12T02:47:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"google\",\"chrome\",\"steemhighway\"],\"users\":[\"missjessica\"],\"image\":[\"https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14290074_172716616499662_5036107791658841740_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/14138586_172257963212194_8122726255817111516_o.jpg\",\"https://img1.steemit.com/0x0/https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-9/13886865_147316509039673_6933450413651704036_n.jpg?oh=b4ff47de61dc9410420355fc6c6f6bdf&oe=58479BE3\",\"https://img1.steemit.com/0x0/https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/14102433_163029660801691_1031868134698720052_n.jpg?oh=611c9ba279e86b4a3a3f9d58263b3657&oe=5854D644\"],\"links\":[\"https://chrome.google.com/webstore/detail/steem-highway-plugin/fpamplgpingdkhlokckdfpaakflekalp\",\"https://steemit.com/relationships/@derekareith/missjessica-and-me\",\"https://steemit.com/@missjessica\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T02:47:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1059179384565, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.374 HBD", + "percent_hbd": 10000, + "permlink": "steem-highway-v-1-1-google-chrome-extension", + "post_id": 1215661, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Highway V 1.1 - Google Chrome Extension", + "title": "Steem Highway V 1.1 - Google Chrome Extension", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@derekareith/steem-highway-v-1-1-google-chrome-extension" + }, + { + "active_votes": [ + { + "percent": "2800", + "reputation": 261787136527, + "rshares": 155298638675, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347339831849, + "voter": "anonymous" + }, + { + "percent": "2800", + "reputation": 8272495818727, + "rshares": 2009980470427, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4983304263397, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105617746, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770665882, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684212247, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55088377454, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1664009764, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 426408934695, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423301521507, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 539274544609, + "voter": "masteryoda" + }, + { + "percent": "2800", + "reputation": 0, + "rshares": 2179976993, + "voter": "bingo-0" + }, + { + "percent": "2800", + "reputation": 0, + "rshares": 539507382, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625170323, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973468069, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "3227", + "reputation": 12382143533351, + "rshares": 194421553493, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7973459082, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7462494708, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 848915463, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353351990, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6218392423, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11573645919, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 214624179663, + "voter": "dragonslayer109" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 22515199211, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110386202269, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87983844588, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 393235790490, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 540938978197, + "voter": "infovore" + }, + { + "percent": "7500", + "reputation": 5260794316761, + "rshares": 100808414436, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 88098146523, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15401816321, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249761134, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4486008857, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30884553535, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67058019510, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3732753446, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 176206075343, + "voter": "asmolokalo" + }, + { + "percent": "2800", + "reputation": 1700182089209, + "rshares": 21679668392, + "voter": "rubybian" + }, + { + "percent": "7500", + "reputation": 9786117166130, + "rshares": 18265216828, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 615133808547, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2597153289, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 113191324, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18343227692, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11523712059, + "voter": "asim" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664551446, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 5597040681, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 812584382, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 43351426543, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18090751017, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3238598616, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2362521007, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27640119235, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5470828845, + "voter": "rainchen" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299965210, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 492894585, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 27988491601746, + "rshares": 35921591072, + "voter": "marius19" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725889026, + "voter": "proto" + }, + { + "percent": "3000", + "reputation": 4063076365725, + "rshares": 1048188385, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4349700485, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5040391016, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1228944852, + "voter": "metaflute" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 508459891, + "voter": "karenb54" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378759211, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24283424784, + "voter": "laoyao" + }, + { + "percent": "3227", + "reputation": 1751717743, + "rshares": 5153534009, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 339604400, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509785517, + "voter": "oflyhigh" + }, + { + "percent": "5000", + "reputation": 10809787058917, + "rshares": 6998560158, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 12037730831, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86752457336, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222804436, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10154545876, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850796468, + "voter": "chinadaily" + }, + { + "percent": "4400", + "reputation": 13325577893779, + "rshares": 13090762891, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13555142169, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 3342551943665, + "rshares": 3503063782, + "voter": "erikaharris" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5777176239, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4765027749, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 8943247301, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 364538051, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1124678720, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 808370638, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 279615834227, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 510219918, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5322882093, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3308497002, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 5343290483, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 33024540131, + "rshares": 126960430, + "voter": "siniceku" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52285407, + "voter": "socialbutterfly" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 150781632, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 417456991, + "rshares": 153275274, + "voter": "whos-arsed" + }, + { + "percent": "10000", + "reputation": 32146174, + "rshares": 153220664, + "voter": "alkindi31" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\nMany people choose not to have credit cards; It's easy to rack up tons of debt that you do not have the money to pay back. But I like credit cards, I ALWAYS pay on time, So I never pay interest. Plus I can get cashback and rewards to help boost my income.\n\n\nBecause of my business, I spend hundreds to thousands a month on Amazon! ( Don't worry, I use a woman's affiliate code who donates to charity! ) Normally I have a Discover Miles card for my \"business expenses\". \nI have a [Discover cashback card](\nhttps://refer.discover.com/s/z4y4i)\n\nfor my personal expenses.\nIt's pretty obvious that I just LOVE Discover. The website set up and the card designs grab my attention. Other banks seem to have boring, Old looking cards, With a disorganized website. So I've pretty much stayed with [Discover](\nhttps://refer.discover.com/s/z4y4i)\n\n\nSome people like to hop around credit cards eating up the rewards; I don't have time to do that. But I realized something when spending a TON of money on my new Discover Miles Credit card.\n\n\n- They get you by saying they'll DOUBLE your rewards the first year. \n- The regular reward percentage is just 1.5% \n- So the doubled amount is 3% and you only get it for the first year.\n\n\n# My cashback credit card..... #\n- 1% cashback on all purchases. \n- 5% on rotating cashback categories.\n## JAN-MAR 2016 ##\nGas & Ground\nTransportation\n\n\n## APR-JUN 2016 ##\nRestaurants &\nMovies\n\n\n## JUL-SEP 2016 ##\nHome Improvement\nStores &\nAmazon.com\n\n\n## OCT-DEC 2016 ##\nAmazon.com,\nDepartment Stores &\nSam's Club\n\n\nSo from July To December, I basically can get 5% cashback on all my purchases. Sure, For the rest of the year, I only get 1% Cashback, But [Discover](\nhttps://refer.discover.com/s/z4y4i)\nalso allows you to get [cashback](\nhttps://refer.discover.com/s/z4y4i)\n When you \"reload your balance on Amazon\" So I can take advantage of that by paying for future business expenses immediately rather than later.\n\n\n# The Discover portal #\nThere is also a cashback portal on [Discover](\nhttps://refer.discover.com/s/z4y4i) ;\n That will allow you to earn extra cashback by shopping at certain stores! You can take serious advantage of it! But sadly the miles card doesn't have that either. So I feel like I was giving up too much for just 1.5% cashback and 3% cashback on the first year.\n\n\n# Choose your Credit Card Wisely! #\n- When credit card shopping it's important to pick carefully. Check out the menu, Make sure you like the website. I feel like that's a big one.\n- Make sure to pick the card that will give you the maximum reward benefits.\n\n\n# I'm going to cancel #\nI know it hurts your credit score when you cancel things, But I have no choice with this, I want a second cashback card. And Discover only allows two credit cards per person. So I'm going to cancel and try to get a second [cashback card. ](\nhttps://refer.discover.com/s/z4y4i)\n. After I enjoy the \"doubling\" benefits of my first year. Sadly I should have paid closer attention. I wanted to travel more, So this miles card sounded like a dream come true. But when 70% of my business spending goes to Amazon, I can't pass up the 5% offer.", + "body_length": 3458, + "cashout_time": "2016-09-19T02:39:09", + "category": "success", + "children": 13, + "created": "2016-09-12T02:39:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"success\",\"money\",\"finance\",\"credit-card\"],\"image\":[\"http://i.imgur.com/igcNXnc.jpg\",\"http://i.imgur.com/ecWk92C.jpg\",\"http://i.imgur.com/pWVCG3X.jpg\"],\"links\":[\"http://imgur.com/igcNXnc\",\"https://refer.discover.com/s/z4y4i\",\"http://imgur.com/ecWk92C\",\"http://imgur.com/pWVCG3X\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T02:39:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12421764362026, + "parent_author": "", + "parent_permlink": "success", + "pending_payout_value": "13.595 HBD", + "percent_hbd": 10000, + "permlink": "why-you-should-avoid-a-discover-miles-credit-card", + "post_id": 1215598, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You should AVOID A Discover Miles Credit Card", + "title": "Why You should AVOID A Discover Miles Credit Card", + "total_payout_value": "0.000 HBD", + "url": "/success/@kaylinart/why-you-should-avoid-a-discover-miles-credit-card" + }, + { + "active_votes": [ + { + "percent": "3900", + "reputation": 176979684007, + "rshares": 14129636765225, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2428820155, + "voter": "konelectric" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353351990, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 516180833795, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 453002349, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 180672937, + "rshares": 108270864, + "voter": "rizkypramudyacj" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 441275876, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5946018363, + "voter": "trev" + }, + { + "percent": "1900", + "reputation": 18890223518661, + "rshares": 8435201531, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3711215829, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6913089827, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 11352667511018, + "rshares": 12363544803, + "voter": "canadian-coconut" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 148446621, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 1957253672, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1515493330, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52285407, + "voter": "socialbutterfly" + }, + { + "percent": "10000", + "reputation": 821242855, + "rshares": 157927038, + "voter": "phoenix12x" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

Clinton collapses at 9/11 service.  Alleged personal neurologist Dr. Okunola with background in epilepsy and clinical neurophysiology is onsite to treat her immediately.

\n

\n

Here he is with her at a campaign stop.

\n

\n

Here he is at the DNC

\n

\n

Here he is on the plane \"Press Conference\" that she held-

\n

\n

He helps her up stairs-

\n

\n

She's had some recent medical work done with what appears to be a growth removed from her mouth.

\n

\n

She's recently been caught having a seizure-

\n

\n

The suspicion that the Hillary camp denies is that this man is always carrying a diazapam pen injector.  It's noted that Secret Service don't often carry badges as they work in teams and are known to one another.  The fact that this man has a badge on means that it's very likely he's not simply part of the SS team, but someone who has special access to top priority US officials and needs to display it.  Again, adding to the suspicion that this man isn't simply a SS officer, but a trained medical professional that travels with her non stop.

\n

\n

Some indications, especially those of the tongue lesions suggest that she's actually suffering from complications of syphilitic aseptic meningitis.  Which causes heart and brain damage, strokes, seizures , fatigue, confusion, irritability.

\n

These symptoms may be related or separate and in addition too possible early onset dementia as shown in these leaked medical records.

\n

\n

Interestingly the man was also present after Bill Clinton had his heart surgery-

\n

\n

Here's the scene where she is taken by the team (it almost appears she's literally lifted out of there)-

\n

https://www.youtube.com/watch?v=IFFSTK4kK8o

\n

While the black man that seems to be around her constantly has still yet to be officially disclosed as Dr. Okunola it would seem to make sense given all the symptoms that she's exhibiting that a neurologist would be on hand at all times to help her.  It is nearly impossible to tell things at this point as the Clinton campaign is one of the least transparent and most dishonest campaigns in recent history.  Between leaked medical notes, gathered thoughts of an interested public, and unofficial claims along with the constant blood clouts there seems to extreme worries about her health, her ability to command, or frankly even her ability to make it to the November elections.  

\n

Stay tuned and keep this (ironic) message in mind from her own tweet-  \" The most important quality in a president and Commander-in-Chief is steadiness\u2014an absolute, rock solid steadiness. \"

\n

\n", + "body_length": 4235, + "cashout_time": "2016-09-19T01:22:57", + "category": "politics", + "children": 9, + "created": "2016-09-12T01:22:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"news\",\"hrc\",\"clinton\",\"hillaryshealth\"],\"image\":[\"http://media1.s-nbcnews.com/i/MSNBC/Components/Video/201609/f_clinton_car_160911.jpg\",\"http://img.wennermedia.com/620-width/hillary-clinton-ec322b55-9d25-45ff-ad8a-8bb6f4c1d6bc.jpg\",\"http://16004-presscdn-0-50.pagely.netdna-cdn.com/wp-content/uploads/hillary-handler-seizure-drug-575x408.jpg\",\"http://16004-presscdn-0-50.pagely.netdna-cdn.com/wp-content/uploads/doctor-hillary-handler-575x346.jpg\",\"https://pbs.twimg.com/media/CpRnEWkUsAAoXV4.jpg\",\"https://theconservativetreehouse.files.wordpress.com/2016/07/clinton-tongue-1.jpg?w=695&h=325\",\"http://i0.wp.com/theralphretort.com/wp-content/uploads/HillaryEyesDoNotTrackTogether_Seizure_06_lJjHTeo6mVw_1.png?w=1323\",\"http://www.thepoliticalinsider.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-17-at-11.42.34-AM-793x1024.png\",\"https://fellowshipofminds.files.wordpress.com/2016/08/hillarymedicalrecords-by-lisa-bardack-md.jpg?w=500&h=696\",\"https://theconservativetreehouse.files.wordpress.com/2016/08/bill-clinton-doc.jpg?w=640&h=669\",\"https://img.youtube.com/vi/IFFSTK4kK8o/0.jpg\",\"https://pbs.twimg.com/media/Cr4E3P1WIAA8npt.jpg\"],\"links\":[\"http://www.neurosciencecenternj.com/physicians.shtml#okunola\",\"https://en.wikipedia.org/wiki/Meningeal_syphilis\",\"https://www.youtube.com/watch?v=IFFSTK4kK8o\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T01:41:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14690946092895, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "19.486 HBD", + "percent_hbd": 10000, + "permlink": "breaking-news-clinton-collapses-at-9-11-service-alleged-personal-neurologist-dr-okunola-is-there-on-site", + "post_id": 1215078, + "promoted": "10.010 HBD", + "replies": [], + "root_title": "BREAKING NEWS: Clinton collapses at 9/11 service. Alleged personal neurologist, Dr. Okunola, is there on site.", + "title": "BREAKING NEWS: Clinton collapses at 9/11 service. Alleged personal neurologist, Dr. Okunola, is there on site.", + "total_payout_value": "0.000 HBD", + "url": "/politics/@aggroed/breaking-news-clinton-collapses-at-9-11-service-alleged-personal-neurologist-dr-okunola-is-there-on-site" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1874115377216, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 996346156847, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435623323946, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17275615003, + "voter": "jademont" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61060303, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 735306940, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 252796338528, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893564575, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353367913, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61601716626, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 917953016, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 5552703140, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110251790165, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2747282701, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249718232, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32170965569, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 880687800, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11523190442, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5023042102, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 11578351188, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 453002349, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166769164039, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18088847863, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 16003709676, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10893544486, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639623731, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 28565865093, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 3005005344055, + "rshares": 26103930856, + "voter": "fabien" + }, + { + "percent": "10000", + "reputation": 197930221096, + "rshares": 234472707, + "voter": "linklad13" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3279534509, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 6210793279, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13997120316, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1107015476, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6833905868, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 409756170, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 760740092, + "rshares": 56536230, + "voter": "osho.philosophy" + }, + { + "percent": "10000", + "reputation": 774013054774, + "rshares": 1232781238, + "voter": "steemloto" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57264969, + "voter": "socialbutterfly" + } + ], + "author": "heimindanger", + "author_reputation": 4456090201156, + "beneficiaries": [], + "body": "## \n\n![](https://ipfs.pics/ipfs/QmYLhh3a1TkLDoE7E9j7wt3oxgSRL7ZR4deLsgy4NtRQfY)\n\nFun Fact: While usually being displayed in a human fasion e.g. 24/08/2016 04:00 PM, in most storage engines the time is actually encoded as the number of milliseconds elapsed since 'unix epoch' (Jan 01 1970 00:00 UTC), for simplicity's sake. **Computers think more rationally about time than us.**\n\n```\nnew Date().getTime()\n1472047486711 // a timestamp\n```\n\nTraditionally on a client/server architecture, the server will record (in a database most likely) and serve back timestamps to the clients. This is how twitter, the BBC, or any traditional website work.\n\nWhile this is good enough for normal web browsing, any person who has access to the server hosting the timestamp, will be able to edit and fake it. Therefore these timestamps cannot be trusted. They are not a 100% viable proof.\n\n\n----------\n\n\n## Trusted Timestamps\nWhile the idea of prooving the existence of something at a certain date is not new, the currently [most used implementation](http://tools.ietf.org/html/rfc3161) uses *TimeStamping Authorities* (TSA). These TSAs are **privately owned, audited companies** and if the technique is implemented correctly, it is cryptographically safe to trust the timestamps. In theory no one can backdate the records.\n\nBut this technique comes at [a cost](https://www.digistamp.com/subpage/price/). Some [nicer TSA](https://tsa.safecreative.org/) will give you **5 free calls** on their api if you are a non-profit. Fortunatly Satoshi came to earth and gave us the blockchain!\n\nA blockchain is the perfect support for the creation of trusted timestamps, because of their immutability. **Storing a plain hash** of your file on the current block **is enough to prove** that the file existed at moment the block was recorded or earlier, as long as you keep the *original copy* of the file !. The most popular website for doing that today is http://www.originstamp.org/ which uses the most popular cryptocurrency: **Bitcoin**. \n\n## Today's uses of trusted timestamps\n\n - Book, music and patent registration\n - Insurance contracts\n - Lawsuit settlements\n - Medical trials recording\n - Patient prescriptions\n - Imagery and CCTV\n - E-learning certification\n - Proof of attendance (security guards, care workers, etc)\n\n\nAs you can see, it is far from being useless. Actually, our need for trusted timestamps is **growing** all the time. \n\n----------\n\n## Steem Timestamps\nWhile the OriginStamp website is already good, I believe we can have a better system using STEEM. Here is why:\n\n - Publishing data (however short) has a transaction fee on the BTC blockchain\n - Because of this, they only publish hashes once a day, therefore timestamps are not trusted until 24 hours\n\n**STEEM** transfers have **no transaction fees**, and it takes **only 4 seconds** maximum to get data added to the blockchain. STEEM is a free TSA in theory.\n\nIn practise we still need to own two accounts that send each other some money with the hash of the file in the memo and some way to quickly verify that a hash exists on the blockchain.\n\nI have built a simple api for creating and verifying timestamps on the STEEM blockchain. I also made a GUI for it on steemwhales in order to use it easily in the browser, and hash your files automatically in MD5, SHA1 or SHA256. Here are the links:\n\nTry it now: http://steemwhales.com/timestamping/\nGitHub: https://github.com/skzap/steemtime\n\nDevelopers, you can call the timestamping api directly like so:\n\n### Stamping\n```\ncurl --data \"hash=\" http://steemwhales.com:6060/time/request\n```\n### Verifying\n```\ncurl --data \"hash=\" http://steemwhales.com:6060/time/verify\n```\n\n----------\n\nI don't have much hope many steem users will have a big need for this, after all this is still a niche. For those wondering, yes I have a personal use for it. Maybe some people in need for it might stumble upon my post from google in the future though.\n\nFor those wondering, big SteemWhales update coming soon, stay tuned. :)", + "body_length": 4039, + "cashout_time": "2016-09-19T00:50:27", + "category": "steemwhales", + "children": 3, + "created": "2016-09-12T00:50:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemwhales\",\"time\",\"trusted\",\"timestamping\",\"steemtime\"],\"image\":[\"https://ipfs.pics/ipfs/QmYLhh3a1TkLDoE7E9j7wt3oxgSRL7ZR4deLsgy4NtRQfY\"],\"links\":[\"http://tools.ietf.org/html/rfc3161\",\"https://www.digistamp.com/subpage/price/\",\"https://tsa.safecreative.org/\",\"http://www.originstamp.org/\",\"http://steemwhales.com/timestamping/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T00:50:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4123777677327, + "parent_author": "", + "parent_permlink": "steemwhales", + "pending_payout_value": "2.293 HBD", + "percent_hbd": 10000, + "permlink": "trusted-timestamps-or-what-is-it-and-why-steem-is-a-very-good-support-for-it", + "post_id": 1214853, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Trusted Timestamps | What is it and why STEEM is a very good support for it", + "title": "Trusted Timestamps | What is it and why STEEM is a very good support for it", + "total_payout_value": "0.000 HBD", + "url": "/steemwhales/@heimindanger/trusted-timestamps-or-what-is-it-and-why-steem-is-a-very-good-support-for-it" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 261787136527, + "rshares": 254008683029, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30963340603502, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347324270307, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 675518528192, + "voter": "neogen1" + }, + { + "percent": "1500", + "reputation": 13270505121655, + "rshares": 10120182065503, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 711843209122, + "voter": "hermes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 860465598222, + "voter": "hermes-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 490509343650, + "voter": "thorium1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 429617859699, + "voter": "thorium2" + }, + { + "percent": "10000", + "reputation": 20325022183, + "rshares": 4936235485200, + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 508962107278, + "voter": "bunkermining" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4120457494107, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 219317517695, + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145094241582, + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52199978121, + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 13683788638, + "voter": "neominer2016" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2000306736642, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 217488314606, + "voter": "abderus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9448911657, + "voter": "olympus-steemy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 240562493207, + "voter": "hephaestus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 120928074844, + "voter": "aquarius.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52731430020, + "voter": "minosman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150694449968, + "voter": "aphrodite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18362893473, + "voter": "hotels.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15160858622, + "voter": "aries.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87362807775, + "voter": "rabbitminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24663970664, + "voter": "insurance.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 108254014331, + "voter": "fund.com" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1879057471877, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4456669838848, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14540866371, + "voter": "heracles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21522063409, + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 1015820595098, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982771285236, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21871457381, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105551845, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1907861293221, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770578524, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6588924210623, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086702244, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1743344815, + "voter": "tigerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663977579, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1641993860407, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 62374494837, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423229147984, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 551228088137, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2709648902764, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1243839371, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 728816929053, + "voter": "boombastic" + }, + { + "percent": "5000", + "reputation": 7520586390, + "rshares": 49647755653, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7132023384, + "voter": "bingo-0" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 882527214, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5791820697001, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435559863297, + "voter": "boatymcboatface" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 129511156506, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10106186133, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 20661161447481, + "rshares": 197205400346, + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 814329122399, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134406750410, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18069996967, + "voter": "apollo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11662813285, + "voter": "athena" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 102031552456, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1882260500, + "voter": "muses" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 305620457, + "voter": "perseus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1678229594, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 25134704062, + "rshares": 543374450, + "voter": "f35720" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 207019291006, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 8008837190, + "voter": "fran2k" + }, + { + "percent": "8917", + "reputation": 12382143533351, + "rshares": 538365643433, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 20604588547, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 886974649007, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31004575509, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 37401063701, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 315870165230, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 621169714796, + "voter": "nanzo-scoop" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6093789347, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 152601438525, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47415076453, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 191991816404, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 96237771885, + "voter": "asch" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1773379159, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6217957520, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2268806800, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11048978297, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 41768083441, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1134518945352, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61601373230, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 53282914938, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 53284046840, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31519684330, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 10206043954, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 395757837377, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 359959220315, + "voter": "hedge-x" + }, + { + "percent": "4000", + "reputation": 3804349938696, + "rshares": 22203485659, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 101388178638, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 54592967941, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 138641702260, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 393226879108, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 51727540099, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262415433424, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32154120601, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 801087102928, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 845055601, + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5804556333, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110251632000, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15709524373, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 71856953665, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2185440568, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 497469198, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 13407661159, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49650129441, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17555996911, + "voter": "grey580" + }, + { + "percent": "7300", + "reputation": 4370237937043, + "rshares": 134979653698, + "voter": "marina" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20352938411, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 165841012088, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 392424265528, + "rshares": 10063425640, + "voter": "romait" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 53447146589, + "voter": "ezzy" + }, + { + "percent": "5000", + "reputation": 1700182089209, + "rshares": 36834671060, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3173378246, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 16467851986, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5159994276, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 255388351, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 36714860681, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195223792, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25036389895, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6795941159, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 822211257679, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 73845966008, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 494827940, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 555338077, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 521120391, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1382148742350, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 37396612657, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4728232501, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5244831838, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11772412249, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5023042102, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 16696418569, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15547407549, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 17173730614, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664545011, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24966175354, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 69514645621, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14509368267, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8746130059, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 40693133889, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2448941825, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 474002318, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 528502740, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 425579546000, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 43346022744, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1510987855, + "rshares": 235661413, + "voter": "chillipepper" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7606908139, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 91926117, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5709234128, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3660411, + "rshares": 239397980, + "voter": "johannaparker284" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 2262242355, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 109724811529, + "rshares": 272002110, + "voter": "ashleybr" + }, + { + "percent": "10000", + "reputation": 233054428, + "rshares": 239098876, + "voter": "leoniestein3" + }, + { + "percent": "10000", + "reputation": 5769220967, + "rshares": 239034812, + "voter": "alexandraberg" + }, + { + "percent": "10000", + "reputation": 233795210, + "rshares": 239145342, + "voter": "susie4ka" + }, + { + "percent": "10000", + "reputation": 2685781735, + "rshares": 239696086, + "voter": "kellystone6" + }, + { + "percent": "10000", + "reputation": 3790892852, + "rshares": 239701207, + "voter": "kathise" + }, + { + "percent": "10000", + "reputation": 402141072, + "rshares": 239091094, + "voter": "oneandonly3" + }, + { + "percent": "10000", + "reputation": 107829903, + "rshares": 239331957, + "voter": "ts888" + }, + { + "percent": "10000", + "reputation": 136067745, + "rshares": 238981330, + "voter": "juliaevans717" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554630023, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 1561865667, + "rshares": 239275051, + "voter": "cryptobrain" + }, + { + "percent": "10000", + "reputation": 1264385, + "rshares": 238981841, + "voter": "jul762" + }, + { + "percent": "10000", + "reputation": 2452090874303, + "rshares": 5957976695, + "voter": "febird" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4223764329, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 172114373, + "rshares": 238845917, + "voter": "galaxy77" + }, + { + "percent": "10000", + "reputation": 241090787, + "rshares": 238765279, + "voter": "jeremybrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238854943, + "voter": "jennifersteel807" + }, + { + "percent": "10000", + "reputation": 1178751818, + "rshares": 119763037, + "voter": "briantp" + }, + { + "percent": "10000", + "reputation": 253813963, + "rshares": 119401610, + "voter": "melinasanner" + }, + { + "percent": "10000", + "reputation": 188619737, + "rshares": 119397595, + "voter": "mrcryptocoin" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18490723546, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 740782, + "rshares": 119371426, + "voter": "nataschasielers" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73560770512, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 37285057515, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7024745860, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 957047189, + "rshares": 119353097, + "voter": "mykingdom" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 119112592, + "voter": "sourcandy" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10239931816, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 119181485, + "voter": "jack-f" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19473699845, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 1859342, + "rshares": 119037272, + "voter": "wildflower3" + }, + { + "percent": "10000", + "reputation": 5420587, + "rshares": 119071978, + "voter": "jessyperk" + }, + { + "percent": "10000", + "reputation": 1304492, + "rshares": 119010633, + "voter": "betsyk" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 13911214585, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118845448, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 855097, + "rshares": 118862056, + "voter": "penelopek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118900255, + "voter": "jenniferchen" + }, + { + "percent": "10000", + "reputation": 97519682, + "rshares": 118914326, + "voter": "rosiemckoi" + }, + { + "percent": "10000", + "reputation": 3634889, + "rshares": 118930318, + "voter": "stacykeller" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3067853653, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3381663046, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118846334, + "voter": "luisapenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118885999, + "voter": "abbybrown" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14275521543, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 33420029069, + "rshares": 130149541, + "voter": "misseva" + }, + { + "percent": "10000", + "reputation": 337377912, + "rshares": 118775847, + "voter": "mandyrose" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3772082460, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118805309, + "voter": "emily-s" + }, + { + "percent": "10000", + "reputation": 1797599938, + "rshares": 119060933, + "voter": "meetlisa" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 119196722, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 6899515531, + "rshares": 120669807, + "voter": "summerrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118853368, + "voter": "sammyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118797993, + "voter": "missclara" + }, + { + "percent": "10000", + "reputation": 452835586, + "rshares": 118815298, + "voter": "katiebell" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118722719, + "voter": "evast" + }, + { + "percent": "10000", + "reputation": -2661046736, + "rshares": 119604275, + "voter": "peacemaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118802816, + "voter": "chrism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118739098, + "voter": "dansteven" + }, + { + "percent": "10000", + "reputation": 6884579, + "rshares": 118783555, + "voter": "jackstiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118813749, + "voter": "jessestone" + }, + { + "percent": "10000", + "reputation": 1832456880, + "rshares": 119062497, + "voter": "tylermill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118773081, + "voter": "jacob-still" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118749852, + "voter": "michaelpr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118679777, + "voter": "mattgb" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 44959939016, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84613587934, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118632683, + "voter": "andrew6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118616540, + "voter": "taylorcb" + }, + { + "percent": "10000", + "reputation": 957468455, + "rshares": 118750441, + "voter": "daniel-chris" + }, + { + "percent": "10000", + "reputation": 874100, + "rshares": 118561318, + "voter": "christopher7" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 118557498, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118708222, + "voter": "alexander9" + }, + { + "percent": "10000", + "reputation": 912104, + "rshares": 118543205, + "voter": "nilsbernsen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118560736, + "voter": "david-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513422, + "voter": "jamesab" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118540653, + "voter": "jonathan8" + }, + { + "percent": "10000", + "reputation": 9367274, + "rshares": 118498440, + "voter": "nathanburr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118529589, + "voter": "justusberg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118548738, + "voter": "tedcook" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118495263, + "voter": "bella4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118513185, + "voter": "annabellew" + }, + { + "percent": "10000", + "reputation": 31755056, + "rshares": 118449252, + "voter": "benjaminw" + }, + { + "percent": "10000", + "reputation": 6929384, + "rshares": 118467904, + "voter": "bitcoinpros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118379415, + "voter": "justing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118399962, + "voter": "kevinbr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118276121, + "voter": "james-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118353137, + "voter": "evanpeters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118345023, + "voter": "lukethompson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118281800, + "voter": "robert-sn" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299413577, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 435611306, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1065532622, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118233062, + "voter": "luisstone" + }, + { + "percent": "10000", + "reputation": 893102, + "rshares": 118316787, + "voter": "lucasgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118260671, + "voter": "maxflender" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 998772920514, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118182168, + "voter": "adriangreene" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118612745, + "voter": "tylerstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118086477, + "voter": "michael-brown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118078202, + "voter": "franklyn0" + }, + { + "percent": "10000", + "reputation": 24862308, + "rshares": 118031066, + "voter": "bryanpeters" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690443792, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 34684346920, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 17114795051, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 1400248930, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1713979575, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258689916, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 259077110, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149722803, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150568121, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85824406, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18117476195, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 571756791, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 18531562680, + "voter": "krabgat" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725848574, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639623731, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 415050796, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1403214907, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222222840, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 284789926, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77720889, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 2965202234, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 576832171, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 524662324, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1125619617814, + "rshares": 2829197560, + "voter": "nelu.ceban" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6333593370, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46620405802, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1716002786, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 35322097312, + "voter": "smailer" + }, + { + "percent": "100", + "reputation": 4063076365725, + "rshares": 116118859, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 245085190199, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5040138159, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6347945072, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 110602169911, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 2532149863, + "rshares": 585459483, + "voter": "deedee" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111010447, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1126532781, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 4356760467, + "voter": "karenb54" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378741743, + "voter": "taker" + }, + { + "percent": "6700", + "reputation": 10137266406870, + "rshares": 10697317983, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 4626927809, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 16230114785, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3532040626, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22413268833, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 46425786062, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 588672595831, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 621407045907, + "rshares": 6005734900, + "voter": "k4r1nn" + }, + { + "percent": "8917", + "reputation": 1751717743, + "rshares": 13874126913, + "voter": "gmurph" + }, + { + "percent": "3400", + "reputation": 1038813018744, + "rshares": 2613113109, + "voter": "chris.roy" + }, + { + "percent": "5000", + "reputation": 10690204490232, + "rshares": 8162247642, + "voter": "mrs.steemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4179249336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5546092308, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6635807183, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 8457212640, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 100724486438, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 1969685163, + "voter": "t3ran13" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 97953663701, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1732278269, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 56272514, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 243382158864, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 9899929344, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2452497528, + "voter": "pgarcgo" + }, + { + "percent": "100", + "reputation": 3740136030964, + "rshares": 107902594, + "voter": "future24" + }, + { + "percent": "4800", + "reputation": 954937043358, + "rshares": 3247519567, + "voter": "steemitqa" + }, + { + "percent": "10000", + "reputation": 9887935764, + "rshares": 62140967, + "voter": "stevemula" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 199674921, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 21704420394, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 70633121, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3441685180, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50027573, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 84457535262, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222804436, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 352253518, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10153633496, + "voter": "gonzo" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 59006436, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59000019, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 706613559684, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6699907714, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 113289289616, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 61520687, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13666171515, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 40099820081, + "rshares": 69829863, + "voter": "qq553937961" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88090613948, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9577003138, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 472777185, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84415862110, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27256960719, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11343666905, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 256440966100, + "voter": "oldtimer" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508769839, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 68327166, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 4403814537511, + "rshares": 17915511054, + "voter": "takethecannoli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55845079, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 9194159711, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 1442187004, + "rshares": 58068998, + "voter": "lsd123452" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3009728393, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 989385350, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3682704325, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 21716139261, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 15255437305, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 3562767196, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4388326860, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 573591254, + "rshares": 52899342, + "voter": "thomas777young" + }, + { + "percent": "10000", + "reputation": 736149094898, + "rshares": 3947581091, + "voter": "epiphany" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1619563214, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 169561113, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182045191, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 794973811289, + "rshares": 1456313438, + "voter": "baro" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21700933332, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15198585146, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 494664136, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3703451910, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54391689, + "voter": "jamespro" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5545881286, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 372809213, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091569592, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 118238949, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 59219559, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 792520233, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3068097228, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 73840725, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 444284108, + "voter": "totosky" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2612401821, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337203863, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 395129453928, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 57719146684, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21682548284, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56526555, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 2696879538, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1184552382, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53903585, + "voter": "erik93" + }, + { + "percent": "10000", + "reputation": 488472984681, + "rshares": 377649348, + "voter": "ballinconscious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5322369594, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 176228976143, + "rshares": 9133400293, + "voter": "mallorca" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 512273992, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 61160401, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2082342137, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2343637650, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 80290734, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9405058021, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 55113679, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 862769940814, + "rshares": 236978412, + "voter": "verbal-d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 337009825, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4702511208, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 3272156815, + "rshares": 51367617, + "voter": "ellen90157" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5186328683, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 367402894, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 892852117542, + "rshares": 86979695153, + "voter": "btshuang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3602553116, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 511233308, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 843039218853, + "rshares": 742397744, + "voter": "ziogio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80674477, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 33159895743, + "rshares": 153687209, + "voter": "anarchy-veganism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1557557451, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161815656, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 443259081, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2066096601, + "rshares": 158713829, + "voter": "rarcntv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158057595, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156378592, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156227917, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155427208, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 189961981, + "rshares": 152008541, + "voter": "matteopoole" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 177124946, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 32334835, + "rshares": 153261525, + "voter": "hollycat123" + }, + { + "percent": "10000", + "reputation": 32146174, + "rshares": 134834185, + "voter": "alkindi31" + } + ], + "author": "sirwinchester", + "author_reputation": 73944659327428, + "beneficiaries": [], + "body": "\n

\n

This weekend was 100% dedicated to Steemit. 

\n

I traveled to Berlin on friday to be at the Berlin Steemit Meetup, and the day after I attended the BXB - Bitcoin Exchange Berlin. 

\n

When we arrived, @aaronkoenig greeted us and told us that a very special guest would be joining us via Skype today: Steemit Co-Founder Ned Scott!

\n

Ned talked to us about the future of Steem and Steemit, and that he has long-term plans for them. He mentioned that maybe we'd even meet in person soon, at an European Steemit Meetup - that would be awesome! Also, he answered a lot of our questions very patiently - thank you again Ned for your appearance!

\n

\n

After that we had a small coffee (and ice cream) break.

\n

The Meetup was held at a Caf\u00e9 called Oak & Ice, where you can pay for everything in Bitcoin!

\n

\n

\n


\n

Then I explained to the others how I got introduced to Steemit, what Steem/Steem Power/SBD is and how you can exchange it.

\n

I also talked about the possible future of Steemit, and showed how to use the different website on steemtools.com .

\n

\n

\n

Afterwards, @mrs.steemit explained her Steemit experience, how she approaches people that are new to steemit, and how it would be possible to help out those that are not familiar with cryptocurrencies yet. 

\n

\n

Thank you again @aaronkoenig for organizing this event, it was a great meetup and lots of fun!

\n

And thank you again to @einsteinpotsdam @allesgruen @mrs.steemit @soldier @essra @pharesim @fabio@zahnspange @jerryblanceton @capitalism\n@felixweis @goldstein @aaronkoenig and all the other Steemians that have made this weekend and this trip to Berlin so great! See you soon!

\n


\n

 

\n

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\n- Instagram -

\n

- Steemit FB Group - 

\n\n

\u00a9 Sirwinchester

\n


\n", + "body_length": 3980, + "cashout_time": "2016-09-18T22:43:54", + "category": "steemit", + "children": 43, + "created": "2016-09-11T22:43:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"life\",\"travel\",\"steem\",\"meetup\"],\"users\":[\"aaronkoenig\",\"mrs.steemit\"],\"image\":[\"http://picload.org/image/rdgarllr/bxbcover0.jpg\",\"http://picload.org/image/rdgararw/img_1214.jpg\",\"http://picload.org/image/rdgardwi/img_1209.jpg\",\"http://picload.org/image/rdgardww/img_1213.jpg\",\"http://picload.org/image/rdgaragr/img_1223.jpg\",\"http://picload.org/image/rdgaraga/img_1226.jpg\",\"http://picload.org/image/rdgarari/img_1231.jpg\",\"https://img1.steemit.com/0x0/https://picload.org/image/rrpgppid/followbtn.gif\"],\"links\":[\"https://steemit.com/steemit/@sirwinchester/steemit-meetup-in-berlin-germany\",\"https://steemit.com/@ned\",\"http://www.oakandice.com/index.html\",\"https://steemit.com/@sirwinchster\",\"https://steemit.com/@mrs.steemit\",\"https://steemit.com/@soldier\",\"https://steemit.com/@essra\",\"https://steemit.com/@pharesim\",\"https://steemit.com/@fabio\",\"https://steemit.com/@zahnspange\",\"https://steemit.com/@jerryblanceton\",\"https://steemit.com/@capitalism\",\"https://steemit.com/@felixweis\",\"https://steemit.com/@goldstein\",\"https://steemit.com/@aaronkoenig\",\"https://www.instagram.com/sirtonywinchester/\",\"https://www.facebook.com/groups/397766613731804/\",\"https://steemit.com/@sirwinchester\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T23:07:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 109092931117353, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "853.807 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-exchange-berlin-meetup-with-ned-on-skype", + "post_id": 1213897, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Exchange Berlin Meetup with @ned on Skype!", + "title": "Bitcoin Exchange Berlin Meetup with @ned on Skype!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@sirwinchester/bitcoin-exchange-berlin-meetup-with-ned-on-skype" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 493904355833, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4120254093032, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2000306736642, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22346923846, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105551845, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770578524, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086648569, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663977579, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1243839371, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 728815427447, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 99295378837, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1716025138, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3063074865363, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1173261457355, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2745507106690, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 798042539951, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 96030697293, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 43222976982, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 423653586616, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 95443326172, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78235177292, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 6750806281574, + "rshares": 97678394097, + "voter": "juanlibertad" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 421750393112, + "voter": "leesunmoo" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 17275615003, + "voter": "jademont" + }, + { + "percent": "2356", + "reputation": 12382143533351, + "rshares": 149546012064, + "voter": "eeks" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 612755784, + "voter": "spaninv" + }, + { + "percent": "5000", + "reputation": 5216776171708, + "rshares": 53574385261, + "voter": "alexandra-renee" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 37401063701, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2197244270, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 302431129464, + "voter": "teamsteem" + }, + { + "percent": "1000", + "reputation": 5414208804644, + "rshares": 3336590651, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8770804991, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 621169714796, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 59282523884, + "voter": "avarice" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6093384491, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 191991816404, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 43297000267, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893527778, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 621798398896, + "voter": "kevinwong" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596719312, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61601373230, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 53282914938, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 65210383960, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 275732755536, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 395757837377, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 2170379596106, + "rshares": 22879178856, + "voter": "m4ever" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2367242188308, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 899219281, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 108133422631, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200876777739, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 401965254199, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 540938978197, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13354763662, + "voter": "facer" + }, + { + "percent": "7000", + "reputation": 5260794316761, + "rshares": 98081898757, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19204280175, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 785065360869, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 811916166, + "voter": "proglobyte" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6651446987, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110251632000, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91840370151, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15400206950, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 497492490, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 14245639981, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32170965569, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 71298339625, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 88463971978, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3732753446, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 171023543716, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 36075352825, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 328801133166, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 272770231, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3173378246, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18244738946, + "voter": "konstantin" + }, + { + "percent": "7500", + "reputation": 9786117166130, + "rshares": 17771562319, + "voter": "mindover" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 668623704942, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195223792, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25036389895, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6795941159, + "voter": "futurefood" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 12755003778, + "rshares": 316518121, + "voter": "onthewayout" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1534699177, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 210282477056, + "rshares": 311552613, + "voter": "johanniellano" + }, + { + "percent": "10000", + "reputation": 4403326971786, + "rshares": 18766166025, + "voter": "cryptobarry" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11772412249, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 246829008920, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5023042102, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 17037161805, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 17173730614, + "voter": "senseiteekay" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664545011, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29810248025, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 311371058931, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8571207458, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 2877113019152, + "rshares": 16388066684, + "voter": "bycz" + }, + { + "percent": "10000", + "reputation": 4997362589971, + "rshares": 104275781078, + "voter": "pkattera" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 128968200292, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 796332695, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 20414255621, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 416713305458, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 43345067064, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 44684088951, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554630023, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166772999538, + "voter": "blueorgy" + }, + { + "percent": "4000", + "reputation": 9709066337974, + "rshares": 11798166901, + "voter": "wadepaterson" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3355047873, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10022060927, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19076277399, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 10620466262, + "rshares": 4439514036, + "voter": "drako" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3067848133, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3381663046, + "voter": "azurejasper" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14275521543, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3772082460, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2314291578, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27639928875, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 39402081070, + "voter": "celsius100" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299411737, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 435611306, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1087731219, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 1217965675, + "rshares": 369513278, + "voter": "queiroz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1713979575, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258689916, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 259077110, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149722803, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150568121, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85824406, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 21423872532, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18117476195, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77155168, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6971242756, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 560545873, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 21117362124, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 464709574, + "voter": "kooshikoo" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725848574, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639623731, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 415050796, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1403214907, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222222840, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 27101549655, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 284789926, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77720889, + "voter": "yarly12" + }, + { + "percent": "1100", + "reputation": 4062552056713, + "rshares": 1317489967, + "voter": "phoenixmaid" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 7577450960, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15545881914, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 35322097312, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149571006, + "voter": "steemster1" + }, + { + "percent": "1500", + "reputation": 4063076365725, + "rshares": 580542157, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 245085190199, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1861797909, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 2532149863, + "rshares": 585459483, + "voter": "deedee" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111010447, + "voter": "andrew-charles" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378741743, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 7602677492, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 3532040626, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 23644160453, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 588672595831, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 15659501244, + "voter": "sunshine" + }, + { + "percent": "2356", + "reputation": 1751717743, + "rshares": 3964036260, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 63541793, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 5657014154, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 8291384941, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1292588399, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 100465296103, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5347652079, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 2502548498, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1153681504, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3590077759, + "voter": "villainblack" + }, + { + "percent": "5000", + "reputation": 10809787058917, + "rshares": 6998560158, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 2860793589, + "rshares": 982336907, + "voter": "fooblic" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15677322322, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1559988240, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 4521044040322, + "rshares": 4473948123, + "voter": "zivile" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71255422, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 29004729573, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2868070983, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 396514667430, + "rshares": 173737741, + "voter": "florentina" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86738143442, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 338619840, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 26311363874, + "rshares": 68548276, + "voter": "mustool" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1802079955, + "voter": "chinadaily" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1791876820, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 3416878313147, + "rshares": 3568743256, + "voter": "abarefootpoet" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11175112148, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13252045106, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 88090613948, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3160251394, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 441258706, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 65764845950, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5945972389, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11343666905, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3203524830, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 1159303098899, + "rshares": 1669616654, + "voter": "roland.haynes" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2595054395, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508769839, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 15692079038, + "rshares": 76213393, + "voter": "pery" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 66932734, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 3523461665322, + "rshares": 4658482760, + "voter": "fat-like-buddha" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 9194159711, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3009754768, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 73026905, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 6887625476110, + "rshares": 11432401741, + "voter": "stephmckenzie" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2120992954, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 599908904317, + "rshares": 228386733, + "voter": "jennsky" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4388326860, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2854241549, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 169561113, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 14762167320947, + "rshares": 46364383592, + "voter": "daxon" + }, + { + "percent": "10000", + "reputation": 7201037674, + "rshares": 1804886509, + "voter": "athleteyoga" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178404288, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 1818363378287, + "rshares": 4431495530, + "voter": "mscleverclocks" + }, + { + "percent": "100", + "reputation": 837791549130, + "rshares": 904205555, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 3824365353, + "rshares": 57960510, + "voter": "randal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091569592, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 118238949, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3006735284, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341097233, + "voter": "bones261" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 903467728, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620954332, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5185997097, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 488472984681, + "rshares": 385202335, + "voter": "ballinconscious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5322369594, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 57152635891, + "rshares": 52864017, + "voter": "everittdmickey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50944810, + "voter": "noriron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 39516054142, + "rshares": 61035542, + "voter": "teo" + }, + { + "percent": "10000", + "reputation": 1487989126850, + "rshares": 1977855772, + "voter": "haphazard-hstead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 892852117542, + "rshares": 86979695153, + "voter": "btshuang" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 115657849, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 2093824586968, + "rshares": 3203127887, + "voter": "moony" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72798827, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148063709, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 166196141424, + "rshares": 152729000, + "voter": "chanceskain" + }, + { + "percent": "10000", + "reputation": 4857670, + "rshares": 158649039, + "voter": "ndea30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158641883, + "voter": "domenico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157805871, + "voter": "serena199" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157774885, + "voter": "gia7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157303076, + "voter": "richie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157241455, + "voter": "coraline88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156977663, + "voter": "harlen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156939548, + "voter": "yanuel" + }, + { + "percent": "10000", + "reputation": 118310383, + "rshares": 156889267, + "voter": "daritza" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 539760886, + "voter": "hacon" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "
![nextgensocialf50d9.jpg](https://www.steemimg.com/images/2016/09/11/nextgensocialf50d9.jpg)
\n\n# For several years now I\u2019ve been wondering what will replace Facebook. \n\nI\u2019ve been looking for an alternative for a few years now and I\u2019m also quite used the idea that social networks change every so often, usually every 6-7 years. As far as social media goes, I\u2019ve tried and created content for just about everything including Blogger, HotOrNot, Tumblr, Periscope, Reddit, YouTube, Linkedin, Snapchat, Twitter, Medium, Findery, Pinterest, Instagram, about.me, Vine, Blab, Foursquare, Yelp, Quora, Etsy, Ebay, Teachable, well you get the idea. It\u2019s fairly obvious that I'm really passionate about online communication, content creation and sharing information.\u00a0\n\nI\u2019ll basically try anything new that comes along and I\u2019m always on the lookout for some new creative way to express myself, make a living and connect with others in a virtual manner. In 2002-3 I taught myself HTML and dabbled with creating websites. I built an experimental website called Wrongland that contained hidden treasures in it. It was designed to reward those who dug deep into the site, as only certain pages contained gifts. And every day, the location of the gifts changed. The gifts consisted mostly of plastic sandwiches that were sent via snail mail to the winners in a brown paper sack.\u00a0\n\nNot many people even found the gifts because not many people could find my website. But it was fun and I liked to see how something real could materialize from the virtual world. After building a few websites for myself and others, I noticed that I liked to learn how to build them, but I didn\u2019t enjoy building them to make money. I seemed to enjoy the creating aspect more than anything else. Building websites soon lost its shiny new feel and then I found the social network Friendster which I joined right away. Myspace came soon after that, and I quickly jumped onto that, abandoning Friendster. Due to social pressure, I joined Facebook in 2008, even though I remember liking Myspace more at the time. I\u2019ve been on Facebook ever since, but I began losing interest in it around 2013.\n\n## In 2013-2014 I noticed the thrill of sharing personal stuff with friends and family on Facebook was losing its luster. \n\nAnd added to that, something in me changed the day my father, who is 83 years old, came down the stairs and said,\n\n>\u201cI woke up and saw my Facebook memories and couldn\u2019t believe it. I wonder what my memories will be tomorrow?\u201d\n\nFrom that day on, my father continually refers to the algorithmically-induced Facebook memory retrieval system as \u201cMy Memories\u201d. I\u2019m not sure why this particular Facebook feature creeps me out so much, but I think it\u2019s truly disturbing how an algorithm can have such a powerful effect on our emotions and control how we feel about our past and life itself. This prompted me to think more critically about Facebook and its effect on human beings.\n\nI increasingly felt that something was missing from my Facebook experience and indeed, I was not alone. I am not saying that Facebook will suffer the same fate as Myspace but I think it could definitely lose its footing in the coming years. Why do I think this? If I have successfully gotten over my Facebook addiction, this means that others have too, or will do the same in the future.\n\nFacebook doesn\u2019t solve my problems anymore. For starters, it doesn\u2019t provide me with any income and as an independent creator/writer/artist, I generally find myself having to pay Facebook to promote my posts to my own followers. Facebook\u2019s algorithms changed in their favor, not mine. Also, I am more and more bothered by the fact that my artistic content is generating revenue for Facebook, not for me. At the core, I do not feel that I have control over my own social network and I also feel exploited to some degree.\n\n## Additionally, all my relatives are now on Facebook, and the whole experience feels stifling to my creativity. It feels too big, too impersonal and too big brother-ish. I\u2019m ready for new options.\u00a0\n\nLuckily, there are many new, disruptive and exciting social media platforms emerging. The energy that is brewing just under the surface of the old platforms is stirring up memories of the early days of the internet when Napster was alive, YouTube was just starting and Myspace was still a thing.\u00a0\n\u2028\n# So, what are these new social platforms and how are they different from Facebook?\n\u2028\nWhile the emerging social media platforms are all different from each other, they share some core similarities. These similarities are in the basic way they function as well as the new technology they use. All of these new platforms are based on decentralized power and most use blockchain technology.\u00a0\n\n# When you look at history, if many diverse groups of people are all working on the same kind of technology and systems separately, then you know that this technology/system will come to pass eventually. \n\nRight now there are approximately five major groups building out the next generation of social media. There may be more that I\u2019m unaware of.\u00a0\n\n## These five groups have largely abandoned the hierarchical system that defines most corporate structures. \n\nThe corporate structure is defined by the top dogs getting most of the spoils from the bottom-dwelling people. The corporate system is an extractive and exploitive one, with the CEO at the top of the food chain, and the workers having little to no intrinsic value besides what they can produce for the ones who manage them. Autonomy is not rewarded or considered a desirable trait and generally speaking, those who are autonomous or who do not go along with the established system of power are routinely fired. What\u2019s left in a corporation is a large group of sheep who have exchanged their free will and critical thinking abilities for a set amount of money each month.\u00a0\n\nThese new social media platforms reject this hierarchical system. Not all of these new platforms are perfect, though, and some retain remnants of centralized control. All of them have been inspired by the success of the digital currency, Bitcoin. Bitcoin has been successfully running without a CEO since its inception. Satoshi Nakamoto wrote the [Bitcoin white paper](https://bitcoin.org/bitcoin.pdf), creating the concept initially, but then vanished into obscurity after it was implemented. His/her/their identity is still unknown. Gavin Andresen is currently the Chief Scientist for the Bitcoin Foundation.\n\n## Blockchain is Bitcoin's killer technology.\n\nBitcoin\u2019s killer technology is called [blockchain](https://en.wikipedia.org/wiki/Blockchain_(database)), and it\u2019s the central technological advancement that virtually all the new social media sites are developing. Blockchain technology is currently revolutionizing the worlds of finance, government, banking and now social media. The blockchain allows transactions to be processed in a tamper-proof, transparent manner and these transactions are carried out by computer miners who live all over the globe.\n\nSo, that should lay the foundation for what I am about to cover next: emerging next-gen social media sites. Some you can join today, others are on the verge of being released and still others will not be released until the end of this year or the beginning of 2017. I do not recommend that anyone invest any money into these platforms. I do recommend, however, investing time in these emerging networks. Turn your existing Facebook or Reddit addiction into a new social media adventure where you can get many more of your needs met while you\u2019re meeting brand-new people from all over the world. It\u2019s the Wild West of social media again! Let\u2019s go!\n\n\n![ahaska-letters-symbol_2x85107.jpg](https://www.steemimg.com/images/2016/09/11/ahaska-letters-symbol_2x85107.jpg)\n\n## Akasha http://akasha.world/\n\nAkasha stands for \u201cAdvanced Knowledge Architecture for Social Human Advocacy.\" Akasha is a decentralized social media platform built on the Ethereum network and the Inter-Planetary File System. Akasha is a decentralized social media platform that rewards its content creators with Ethereum\u2019s native digital currency, ETH. If Ethereum is new to you, here\u2019s a definition:\n>\u201cEthereum is a public blockchain-based distributed computing platform, featuring smart contract functionality. It provides a decentralized virtual machine, the Ethereum Virtual Machine (EVM), that can execute peer-to-peer contracts using a cryptocurrency called ether.\u201d -wikipedia\n\nFrom the Akasha website:\n>\"You can publish, share and vote for entries, similar to Medium and other modern publishing platforms, with the difference that your content is actually published over a decentralized network rather than on our servers. Moreover, the votes are bundled with ETH micro transactions so if your content is good you\u2019ll make ETH from it \u2013 in a way, mining with your mind.\u201d\n\nAkasha is set to release its Beta version at the end of 2016. Akasha is led by Mihai Alisie, the co-founder of Ethereum.\n\n\u2028![drawing_thunderdc6ca.jpg](https://www.steemimg.com/images/2016/09/11/drawing_thunderdc6ca.jpg)\n\n## Diaspora https://diasporafoundation.org/\n\nDiaspora is a user-owned, nonprofit distributed social network that is kept free of corporate take-overs. It is different from the four other networks in that it doesn\u2019t have a monetary system baked in. Users retain rights to their own content and third parties are not allowed access to the content on Diaspora. The network is made up of nodes and makes use of Diaspora\u2019s software. Users can decide whether their content will be \u201cpublic\u201d or \u201climited.\u201d In this way, users have control over who sees different kinds of their content. Diaspora was founded in 2010 and as of March 2014, there are 1 million Diaspora accounts. Founders: Ilya Zhitomirskiy, Dan Grippi, Max Salzberg, and Raphael Sofaer.\u00a0\n\n![steemitlogof4b93.jpg](https://www.steemimg.com/images/2016/09/11/steemitlogof4b93.jpg)\n\n## Steemit https://steemit.com/\n\nSteemit is a disruptive blockchain-based social media site that focuses on blogging. This is a network you can join today. Steemit pays you in digital currency to create original content. It\u2019s still in Beta, but it\u2019s an amazing opportunity to learn about the blockchain. It has the feel of Medium mixed with Reddit and it values original, long-form content over short posts. Many of its core users are experts in the digital currency space. Digital currency is more commonly referred to as cryptocurrency. Steemit is not a get rich quick kind of place, but rather a place where people are working towards building and developing a functional new system. Steemit has a built-in reputation system and a weighted voting system that is based on a user\u2019s Steem Power. Steemit is a website application that is built upon a transparent, decentralized blockchain. Steemit.com contains both centralized and decentralized power structures. Steem is the digital currency that fuels the ecosystem, and Steemit.com can be thought of as one branch of a big tree known as Steem. The digital currency that fuels Steemit has three kinds in it: Steem, Steem Power and Steem Dollars. Steem and Steem Dollars can be publicly traded on cryptocurrency marketplaces like Bittrex and Poloniex. The founders are Daniel Larimer and Ned Scott.\n\n![Synereo-Logo-Bitcoinist.net_a68cd.jpg](https://www.steemimg.com/images/2016/09/11/Synereo-Logo-Bitcoinist.net_a68cd.jpg)\n\u2028\n## Synereo https://www.synereo.com/\n\nA blockchain-based social media site that will release its alpha version soon and has been in development for two years. Synereo is purely decentralized in that its social network is peer-to-peer with no central authority acting as a liason. Synereo also uses invitation protocol to keep your personal network under your control. Synereo has its own digital currency called AMPs which can be traded on digital currency marketplaces. Synereo has been built using the attention economy model and also makes use of a reputation system. When content creators publish something on Synereo, they can add AMPs to make it travel and reach people outside their network. Also, people who engage with content that is \u2018AMPed\u2019 can gain a portion of those AMPs.\n\nThe Synereo team has been developing the technology behind its network for over five years. It has really big goals for the future that go well beyond social media. It is developing technology for smart contracts and also distributed storage. It has been dubbed the \u201cFacebook killer\u201d. The founders are Dor Konforty and Greg Meredith.\n\n![apple-touch-icon43924.jpg](https://www.steemimg.com/images/2016/09/11/apple-touch-icon43924.jpg)\n\n## Yours https://www.yours.network/\n\nThe Yours network is building a social media site using the existing Bitcoin blockchain. Content creators of all kinds will be able to receive Bitcoin micropayments from the people who feel passionate about their work. Yours appears to have a reputation system and also a way for people to earn Bitcoin from curating content. It\u2019s still in development and its strongest aspect is that it can build upon an established community of Bitcoin users.\u00a0\n\n>\u201cAlongside payments, user identities will also be decentralized. \u201cWe plan to utilize a form of decentralized ID like BlockStack,\u201d McKie said, although they haven\u2019t settled on which framework they\u2019ll be using yet. The developer was adamant, however, about users being in full control over their own data. \u201cYours accounts will only have as much information as you give,\u201d he explained. \u201cYou have full control of your private keys in your Yours wallet.\u201d-http://bravenewcoin.com/news/bitcoin-based-content-platform-yours-attracts-overwhelming-interest-from-investors/\n\nThe founder is Ryan X Charles who was previously employed as the Cryptocurrency Engineer at Reddit.\n\u2028\n# As more decentralized social media sites emerge, the competition between them will of course become fierce. However, I believe there is room for all of them. \n\nI also believe that they can all learn from each other to become more efficient. If one technology outperforms the rest, it should be adopted by the others. Similarly, if one kind of structure turns out to be more appealing to social media users, that structure should be adopted. There is no need to hang onto bad designs. The only reason egos exist is so they may be destroyed.\n\nMy outlook may be optimistic, but I am a firm believer in creating bridges between factions so that optimal positive changes occur during the emerging transition to decentralized systems. It\u2019s crucial that existing Facebook addicts find and join new decentralized social networks that meet their needs instead of exploit them. The future looks bright and it looks increasingly decentralized. \n\n# Let\u2019s do this.\n\nphotocollage made by me using an image from [unsplash](https://unsplash.com/)", + "body_length": 14846, + "cashout_time": "2016-09-18T22:38:09", + "category": "social-media", + "children": 52, + "created": "2016-09-11T22:38:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"social-media\",\"blockchain\",\"nextgen-socialmedia\",\"bitcoin\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/nextgensocialf50d9.jpg\",\"https://www.steemimg.com/images/2016/09/11/ahaska-letters-symbol_2x85107.jpg\",\"https://www.steemimg.com/images/2016/09/11/drawing_thunderdc6ca.jpg\",\"https://www.steemimg.com/images/2016/09/11/steemitlogof4b93.jpg\",\"https://www.steemimg.com/images/2016/09/11/Synereo-Logo-Bitcoinist.net_a68cd.jpg\",\"https://www.steemimg.com/images/2016/09/11/apple-touch-icon43924.jpg\"],\"links\":[\"https://bitcoin.org/bitcoin.pdf\",\"https://en.wikipedia.org/wiki/Blockchain_(database)\",\"http://akasha.world/\",\"https://diasporafoundation.org/\",\"https://steemit.com/\",\"https://www.synereo.com/\",\"https://www.yours.network/\",\"http://bravenewcoin.com/news/bitcoin-based-content-platform-yours-attracts-overwhelming-interest-from-investors/\",\"https://unsplash.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T23:34:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 29370069463683, + "parent_author": "", + "parent_permlink": "social-media", + "pending_payout_value": "67.066 HBD", + "percent_hbd": 10000, + "permlink": "next-gen-social-media-survival-guide", + "post_id": 1213855, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Next-Gen Social Media Survival Guide", + "title": "Next-Gen Social Media Survival Guide", + "total_payout_value": "0.000 HBD", + "url": "/social-media/@stellabelle/next-gen-social-media-survival-guide" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1915876518994, + "rshares": 699852112519, + "voter": "erath" + }, + { + "percent": "10000", + "reputation": 428017035820, + "rshares": 81133863082, + "voter": "friend5" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105548778, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770573923, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086562685, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1136317105684, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 158487994237, + "rshares": 49160469571, + "voter": "twiceuponatime" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 253682319789, + "voter": "indominon" + }, + { + "percent": "3500", + "reputation": 68236886814465, + "rshares": 150462236494, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 687098223700, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 2369366055877, + "rshares": 72036968085, + "voter": "vault" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 798042539951, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11235192580, + "voter": "dave-hughes" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6093381424, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893527778, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 596481047060, + "voter": "kevinwong" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353363017, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1737911576, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94466767630, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 51727468024, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 262413302787, + "voter": "trogdor" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 655251230843, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25036389895, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6795941159, + "voter": "futurefood" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 4403326971786, + "rshares": 19149087656, + "voter": "cryptobarry" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 240841138, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 566252936, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 151232767953, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2836480794, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 40762694613, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 2250183275, + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16355464662, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 224293405333, + "voter": "sirwinchester" + }, + { + "percent": "3700", + "reputation": 3814152361740, + "rshares": 4571274144, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 598851101, + "voter": "wuyueling" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508769839, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 9823071648, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50115121, + "voter": "lindasteel" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 408010001, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 6359996795, + "rshares": 57345607, + "voter": "teruneo" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 56466417, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": 330049263, + "rshares": 56463554, + "voter": "mmcrae" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 55955579, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 934220959, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 37379284, + "rshares": 55353778, + "voter": "rileyechard" + }, + { + "percent": "10000", + "reputation": 220196446, + "rshares": 55318299, + "voter": "kotamdickson" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 13452467920, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55968969, + "voter": "wehive" + }, + { + "percent": "10000", + "reputation": 15723635, + "rshares": 55710188, + "voter": "claudialynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54457075, + "voter": "kimberleighfl" + }, + { + "percent": "10000", + "reputation": 9806610, + "rshares": 55335814, + "voter": "ericmcrae" + }, + { + "percent": "10000", + "reputation": 1527134893374, + "rshares": 2106681140, + "voter": "michaelmcdermott" + }, + { + "percent": "10000", + "reputation": 1628748883, + "rshares": 54915993, + "voter": "inokalrutz" + }, + { + "percent": "10000", + "reputation": 831101, + "rshares": 53767359, + "voter": "sprivett" + }, + { + "percent": "10000", + "reputation": 1030128184, + "rshares": 627051140, + "voter": "kharn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262643648, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 2435301894, + "rshares": 164151372, + "voter": "flowmetheus" + }, + { + "percent": "10000", + "reputation": 885744498, + "rshares": 159189250, + "voter": "lunnettik" + }, + { + "percent": "10000", + "reputation": 2086973232227, + "rshares": 896342951, + "voter": "kalipo" + }, + { + "percent": "10000", + "reputation": 3009533, + "rshares": 156401428, + "voter": "phoenixrising420" + }, + { + "percent": "10000", + "reputation": 15548130, + "rshares": 153136792, + "voter": "spillyj" + }, + { + "percent": "10000", + "reputation": 19213304826, + "rshares": 152825275, + "voter": "dixonloveart" + } + ], + "author": "quinneaker", + "author_reputation": 10684992176630, + "beneficiaries": [], + "body": "\n

 Good Day!

\n

Here is todays edition of powerful quotes from renowned beings in hopes to bring inspiring value to this revolutionary community~

\n

   

\n

This is one of my favorite quotes of all time. The perspective here is a very important distinguishing concept.
\nMany people think that there is not enough for everyone, this is lack mentality. The truth is that there is MORE than enough for everyone. Enough land, enough air, enough water. Even enough money. 

\n

It is greed as Gandhi refers to it that is the cause of the polluted air, the depleted soil, the undrinkable water, the lack of food and even the allocation of wealth. 

\n

Now I am ALL about free market capitalism! It is a fantastic structure, yet this must come with values of sustainability and honor or its worthless. 

\n

It is possible to grow enough food for everyone without the government or monsanto. It is possible to have enough land for everyone to live and it is possible to have enough money for everyone to live a comfortable life. It is possible to do all of this WITHOUT pollution, without destruction of the environment, without war, without control. 

\n

We have everything we need available to us, humanity is simply lacking in the values, conviction and knowledge necessary to achieve this. 

\n


\n

I dedicated my life 15 years ago to BEING the change and to investing my life in sharing real solutions to real problems. @gardenofeden is one of the most if not the most sustainable operation of any kind in the entire country and everyone lives a very happy, healthy and abundant life. Much more so than most people. So this is proof that when working together, for common purpose with the right knowledge, dedication and values, what is possible.  

\n

Today I invested not only my day but my entire communities day in preparing hundreds of FREE meals for those in need. We achieved this without any government support, private benefactors or corporate sponsors. Just really hard work 7 days a week. This was thousands of dollars worth of food/service and we did it for free without getting paid anything. It is a result of my choices. 

\n

I hope that I am able to contribute something of value to this community. I wish you all the life of your dreams, even if it is not my dream. 

\n

Bless~*~

\n


\n


\n

\n


\n", + "body_length": 2687, + "cashout_time": "2016-09-18T21:51:51", + "category": "philosophy", + "children": 9, + "created": "2016-09-11T21:51:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"art\",\"beauty\",\"community\",\"quinneaker\"],\"users\":[\"gardenofeden\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/QuinnQuoteGandhid88d1.jpg\",\"https://www.steemimg.com/images/2016/08/17/QuinnSteemitFooterCard10b56c.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-12T23:32:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6204227233952, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "4.395 HBD", + "percent_hbd": 10000, + "permlink": "quinn-quote-of-the-day-the-earth-has-enough-for-every-man-s-need-but-not-enough-for-every-man-s-greed-mahatma-gandhi", + "post_id": 1213453, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Quinn's Choice Quote of the Day: \"The Earth Has Enough For Every Man's Need, But Not Enough For Every Man's Greed.\" Mahatma Gandhi~*~", + "title": "Quinn's Choice Quote of the Day: \"The Earth Has Enough For Every Man's Need, But Not Enough For Every Man's Greed.\" Mahatma Gandhi~*~", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@quinneaker/quinn-quote-of-the-day-the-earth-has-enough-for-every-man-s-need-but-not-enough-for-every-man-s-greed-mahatma-gandhi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347322253254, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35324091913062, + "voter": "jamesc" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3086444276689, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982725962402, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105548778, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770573923, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "7000", + "reputation": 9510507624851, + "rshares": 344495189154, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086562685, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 426347125860, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 698928396415, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2800449356510, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 315868882377, + "voter": "teamsteem" + }, + { + "percent": "300", + "reputation": 5414208804644, + "rshares": 1334581655, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 152588420705, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893527778, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353355361, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61600879378, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 8582355143, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 2052675774, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 30777953044, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1428527878, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32153829201, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69311512532, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 510560493, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 50831734591, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 328801133166, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 655251230843, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 7170820818, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 822209544402, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243980711, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 4403326971786, + "rshares": 18766105903, + "voter": "cryptobarry" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 236024315, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 81669523671, + "rshares": 262892658, + "voter": "medge" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664545011, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 69117274976, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 288587810716, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 91926117, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18892666963, + "voter": "mustafaomar" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299395173, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51423955, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 16005692562, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 783500769, + "rshares": 226856172, + "voter": "lilxpaprika" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725848574, + "voter": "proto" + }, + { + "percent": "1500", + "reputation": 988942038058, + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378741743, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1336213723053, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3267825604, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 19161868042, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14254219902, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765890427, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1559926886, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 1401947300, + "rshares": 62201625, + "voter": "privatepart" + }, + { + "percent": "10000", + "reputation": 355190711980, + "rshares": 67650227, + "voter": "melissag" + }, + { + "percent": "10000", + "reputation": 15099093363137, + "rshares": 50928410642, + "voter": "ftlian" + }, + { + "percent": "3700", + "reputation": 3814152361740, + "rshares": 4571274144, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61512399, + "voter": "rancemo" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 722307814656, + "voter": "dollarvigilante" + }, + { + "percent": "1000", + "reputation": 11683040603469, + "rshares": 8959384102, + "voter": "anotherjoe" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 670229378, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 567332622, + "voter": "wuyueling" + }, + { + "percent": "6300", + "reputation": 18890223518661, + "rshares": 27012307324, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 15060290589, + "voter": "mikemacintire" + }, + { + "percent": "1500", + "reputation": 11490547563070, + "rshares": 4009896070, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407571264, + "voter": "craigwilliamz" + }, + { + "percent": "3300", + "reputation": 3725920343994, + "rshares": 3704328619, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 100538074328, + "rshares": 120315481, + "voter": "tsbloyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58631508, + "voter": "pacino" + }, + { + "percent": "10000", + "reputation": 53098184238, + "rshares": 84529934, + "voter": "sjjohnson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58172886, + "voter": "nullpointer" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 52053227, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 141678725, + "rshares": 58145689, + "voter": "sovereignsam" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22168558829, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2120992954, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 6631500437, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 1036280295, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 169561113, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 972369433984, + "rshares": 2659182774, + "voter": "activistpost" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 148643653, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55070425, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 57718522461, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1217456615, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 82403648, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 22237001004, + "rshares": 24341109887, + "voter": "blacktier" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 99126892, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 33159895743, + "rshares": 147283575, + "voter": "anarchy-veganism" + }, + { + "percent": "10000", + "reputation": 2086973232227, + "rshares": 896342951, + "voter": "kalipo" + }, + { + "percent": "10000", + "reputation": 65248744719, + "rshares": 180667445, + "voter": "steemit-star" + }, + { + "percent": "10000", + "reputation": 124988927947, + "rshares": 152650905, + "voter": "antaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157516176, + "voter": "garyfreeman" + }, + { + "percent": "10000", + "reputation": 18882280, + "rshares": 157191149, + "voter": "rockinbits" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156452773, + "voter": "yahooshua" + } + ], + "author": "ftlian", + "author_reputation": 15099093363137, + "beneficiaries": [], + "body": "Steemers, I want to tell you about an app that could save your life. \"Cell 411\" is a decentralized emergency response app that allows you to send alerts out to your friends/family/neighbors, or even the general public. Its built-in video streaming feature already saved at least one activist from jail. Best of all, it's programmed by a Cop Blocker and cryptocurrency enthusiast dedicated to the destruction of the idea of the nation-state. \n\nhttps://s12.postimg.org/bsp2eg171/12042693_1678267765721595_7647613675554772460_n.jpg\n\nSince 2015, Cell 411 has been helping people replace government services with a voluntary system based on peaceful human interaction. With more than 60,000 users on the free mobile, decentralized emergency response platform, Cell 411 just keeps getting better. Just this week, Cell 411 launched version 4.0 and a bluetooth \"panic button\" that allows a user to send an emergency alert with the simple press of a button. I've tried it, and it works. It even has fall detection.\n\nWhen you open the app, one press brings up the alert menu that has various alerts one can send from \"something's on fire\", \"medical attention\", to \"I'm pulled over\" and more:\n\nhttps://s17.postimg.org/4f1idxg0f/2016_09_11_1726.png\n\nNot only can you send an alert, but you can stream live video of the scene that all your friends can easily view. It's even got facebook integration so you can alert your friends who don't even have Cell 411 yet.\n\nFor activists, it's got several Cop Block-friendly features such as patrol mode that allows you to receive alerts from the public within a certain radius and even a dispatch mode which could allow a dispatcher to send alerts (about, say, where police activity is as heard on a scanner) from any location.\n\nDid I mention it's free on both Android and Iphone? Download it via your preferred app store, or go to GetCell411.com.\n\n\nIn his latest post to Free Keene, Derrick J Freeman provides an unboxing video for the new panic button:\n\nhttps://www.youtube.com/watch?v=qwsCypryF6Q", + "body_length": 2502, + "cashout_time": "2016-09-18T21:40:12", + "category": "life", + "children": 18, + "created": "2016-09-11T21:40:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"anarchy\",\"freedom\",\"health\",\"security\"],\"image\":[\"https://s12.postimg.org/bsp2eg171/12042693_1678267765721595_7647613675554772460_n.jpg\",\"https://s17.postimg.org/4f1idxg0f/2016_09_11_1726.png\",\"https://img.youtube.com/vi/qwsCypryF6Q/0.jpg\"],\"links\":[\"http://getcell411.com\",\"https://www.facebook.com/cell411/posts/1801251516756552\",\"http://copblock.org\",\"getcell411.com/button\",\"http://freekeene.com/2016/09/10/21st-century-security-is-peer-to-peer/\",\"https://www.youtube.com/watch?v=qwsCypryF6Q\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T21:40:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53422805602503, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "207.902 HBD", + "percent_hbd": 10000, + "permlink": "decentralized-emergency-response-is-a-reality-thanks-to-free-app-cell-411-for-android-and-apple-phones", + "post_id": 1213309, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Decentralized emergency response is a reality thanks to FREE app \"Cell 411\" for Android and Apple phones.", + "title": "Decentralized emergency response is a reality thanks to FREE app \"Cell 411\" for Android and Apple phones.", + "total_payout_value": "0.000 HBD", + "url": "/life/@ftlian/decentralized-emergency-response-is-a-reality-thanks-to-free-app-cell-411-for-android-and-apple-phones" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347322175945, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 28921201203958, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1860920346363, + "voter": "books" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4272279900183, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874061719122, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2046698340337, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 118465312015, + "voter": "sandra" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1136339962708, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4548500096953, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086403487144, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22346880600, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105548778, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1948432899148, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770573923, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086573421, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 74654362011, + "voter": "aizensou" + }, + { + "percent": "5000", + "reputation": 1241362310762, + "rshares": 6782272141, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 436016816487, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2777231944627, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750237046969, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 102052607772, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7329896799, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435519373387, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 131718615401, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 96030697293, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 319890716866, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "1000", + "reputation": 2165622245848, + "rshares": 3109456055, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 423650671095, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23093175929, + "voter": "joelinux" + }, + { + "percent": "4842", + "reputation": 12382143533351, + "rshares": 299087625329, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 20603519483, + "voter": "fkn" + }, + { + "percent": "900", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "900", + "reputation": 376960001789, + "rshares": 612754250, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31636861829, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9568150899, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 636655252590, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 156700657942, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7462059109, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196666439699, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893527778, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 96236603783, + "voter": "asch" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353351990, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 42675609493, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1158152397199, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10674380376, + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6364969210, + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3478905937, + "voter": "aizen03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1143835315, + "voter": "aizen04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 483853236, + "voter": "aizen05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4693522087, + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2807222985, + "voter": "aizen08" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 997777297, + "voter": "aizen09" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 431760512, + "voter": "aizen10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7101340287, + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2983348067, + "voter": "aizen11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2050564630, + "voter": "aizen14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2411176986, + "voter": "aizen19" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63360584235, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 635600745, + "voter": "aizen15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6291828568, + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54580307976, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 631857622, + "voter": "aizen20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4130229875, + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1097892348, + "voter": "aizen23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2159333767, + "voter": "aizen17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3398703775, + "voter": "aizen24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 480477451, + "voter": "aizen18" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1287088070, + "voter": "aizen25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2186312342, + "voter": "aizen28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3364307555, + "voter": "aizen26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1104427992, + "voter": "aizen27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3795686163, + "voter": "aizen32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2076633704, + "voter": "aizen30" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3841154306, + "voter": "aizen31" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1264455671, + "voter": "aizen33" + }, + { + "percent": "3100", + "reputation": 16234753830016, + "rshares": 24391438029, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1521090931, + "voter": "aizen34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 305387048, + "voter": "aizen35" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5728675398, + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1429315617, + "voter": "aizen37" + }, + { + "percent": "10000", + "reputation": 2943802511443, + "rshares": 24404750916, + "voter": "paul-labossiere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 399919669, + "voter": "aizen29" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2813166793, + "voter": "aizen21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4316353574, + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1837976130, + "voter": "aizen38" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31519367769, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 512479457, + "voter": "aizen39" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3767127738026, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 140793786002, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 404174006019, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 105868970681, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55832806192, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 1823741139572, + "rshares": 2989816105, + "voter": "ola-haukland" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 410702000289, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 540938978197, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1457681508, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19204096114, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15775050690, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 32999970636, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 696041082748, + "rshares": 811916166, + "voter": "proglobyte" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5804514919, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110250194325, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44384718319, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249707495, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 36117462158, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11705320627, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 510560493, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 50831695017, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7953910666, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 165841012088, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3240734963, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24660230768, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19226366704, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 2316539289485, + "rshares": 5049812127, + "voter": "omotherhen" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 838989331022, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 381456632, + "voter": "aizen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3276005334, + "voter": "aizen41" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 931013010, + "voter": "aizen42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3171601260, + "voter": "aizen46" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 868109476, + "voter": "aizen47" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 212810750, + "voter": "aizen48" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110962425, + "voter": "aizen49" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 73842281188, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6192900433, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 506596367, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 555325193, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 521107200, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 921711726, + "voter": "aizen51" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 446432832, + "voter": "aizen43" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66287180, + "voter": "aizen44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 747648248, + "voter": "aizen54" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 167686103772, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 19115905883, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 4403326971786, + "rshares": 19149087656, + "voter": "cryptobarry" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11521935393, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5236773542, + "voter": "thegoodguy" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664539489, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3779872763249, + "rshares": 19943788560, + "voter": "meiisheree" + }, + { + "percent": "3100", + "reputation": 1241141280004, + "rshares": 24040791296, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 311371058931, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 14509250478, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 16743994030016, + "rshares": 40692668556, + "voter": "condra" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2285679036, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 228791895, + "voter": "aizen52" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 641753327, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44485439586, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 37790470621, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 91926117, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 10008811409, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3869631645, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 1648202496, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 554356599, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 186386428, + "voter": "aizen55" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166772999538, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 18892666963, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 1754841072080, + "rshares": 908309990, + "voter": "rkpl" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3067787394, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40205959784, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 46054076363, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 54051855495, + "rshares": 138565418, + "voter": "bento" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299308664, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 35472337658, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 17113906055, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1750373601, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264193957, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264589389, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 77135933, + "voter": "sergey44" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725842132, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639623731, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423866939, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442193099, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226950985, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 22504728466704, + "rshares": 66269561540, + "voter": "cheetah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 3025685891, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 576819286, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 524649133, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 82005068, + "voter": "aizen53" + }, + { + "percent": "10000", + "reputation": -469690438, + "rshares": 230702780, + "voter": "quin" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149571006, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 996602095, + "voter": "djinn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 282550010, + "voter": "scarlette" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 262815958, + "voter": "kain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157712930, + "voter": "lune" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2391331842, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5192838330, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 110600728536, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 4550394266, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 439936849, + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 737704119, + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1502662066, + "voter": "aizen" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378729779, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234650215, + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 540254121, + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 4762981713, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": 887519432562, + "rshares": 1617145688, + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 238176198448, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 876981522843, + "rshares": 4997114029, + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62709858, + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63982460, + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80176107, + "voter": "bento06" + }, + { + "percent": "4842", + "reputation": 1751717743, + "rshares": 7927974361, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 72947606829, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 997637867, + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4179051793, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6771231819, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99519846, + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 1911888642586, + "rshares": 3139395310, + "voter": "uuuhha" + }, + { + "percent": "10000", + "reputation": 3782591597315, + "rshares": 19051460504, + "voter": "bayareacoins" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 100724486438, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102579063, + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102972551478, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 121552056346, + "rshares": 367098036, + "voter": "ezel" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 12739107181, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 83630932, + "voter": "ultima" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765890427, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 124902120, + "voter": "erikkartmen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67242792, + "voter": "ritz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373144280, + "voter": "lini" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60806273, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87891361, + "voter": "remedi" + }, + { + "percent": "10000", + "reputation": 151272123831, + "rshares": 253808801, + "voter": "xcepta" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 175727857, + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58419319, + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1559926886, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1024579129, + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 814552569, + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 228177755, + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 725645797, + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54581430, + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71255422, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3359740295, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1154245295, + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86736231646, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1198493571, + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428894446, + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104704717, + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 878596406, + "voter": "andrewsullivan" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "2600", + "reputation": 13325577893779, + "rshares": 8055662544, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60210649, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60204101, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 722307207848, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 274952337, + "voter": "acacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 314721414, + "voter": "alorya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1333516816, + "voter": "seraph" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728510194, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 479158342, + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 339670860, + "voter": "reverie" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13665837624, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53056158, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53048942, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86328801669, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 9789726658, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3088427498, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 535814143, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 190798856, + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 84414727765, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 15060290589, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 27256731270, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 318687464222, + "rshares": 425826622, + "voter": "thefeature" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 55806446276, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 261674455205, + "voter": "oldtimer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 464217617, + "voter": "celestial" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 96605117, + "voter": "defender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56984774, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3079681587, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 989385350, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 52053227, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22168558829, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 6484133761, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 736149094898, + "rshares": 3947581091, + "voter": "epiphany" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1619563214, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 173247224, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 1320261717074, + "rshares": 1834386191, + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21700366439, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15198447105, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 177940547303, + "rshares": 6159172255, + "voter": "leavemealone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3703437799, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5545839872, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101340653585, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 381093863, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 56897224, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 72392868, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 174036044, + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2612388016, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 120399254, + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5953324621, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 403186295861, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59278447554, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 21681951942, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264191, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1217456615, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462300346, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 26745752593, + "rshares": 1315764309, + "voter": "portuguesinha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 512273992, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2124823578, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2343624152, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50376689, + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 82403648, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832147254, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9404984399, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 55113679, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4702483598, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 994665254475, + "rshares": 1051971429, + "voter": "modernsuperior" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51227561, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 22237001004, + "rshares": 24837867231, + "voter": "blacktier" + }, + { + "percent": "10000", + "reputation": 1625136432, + "rshares": 5186328683, + "voter": "donchate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50351738, + "voter": "aschwin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3602539311, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72798827, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148063709, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 270851262, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2313780008, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1557543647, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 2086973232227, + "rshares": 974285817, + "voter": "kalipo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 2652776, + "rshares": 155727800, + "voter": "sixthsense" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155619923, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158560941, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155364835, + "voter": "insight2incite" + }, + { + "percent": "10000", + "reputation": 808987107, + "rshares": 135171047, + "voter": "acidpanda" + }, + { + "percent": "10000", + "reputation": 15827302113, + "rshares": 150368171, + "voter": "bonitaxm" + }, + { + "percent": "10000", + "reputation": 32146174, + "rshares": 134834185, + "voter": "alkindi31" + } + ], + "author": "anyx", + "author_reputation": 25849925929525, + "beneficiaries": [], + "body": "    Been a few weeks since my last blog post. This has been due to some real life obligations, including me moving! Over the past year or so, I have been spending my time in the San Francisco Bay Area on internships (to be honest, closer to San Jose, but its the \"bay area\"), so this place has become my second home. But as I now just moved back to my real home, I figured a nice photo blog post would be to show some shots of the place I just left.\n\n    Honestly, I shouldn't even pretend this is a brief tour of SF. There's just way too much to see and experience here, and these few pictures really can't capture more than a glimpse. The hope is to get you just a bit excited of the big picture places, to want to go check out the city for yourself! And it would be worth it (except riding a street car. Not worth). But anyways, let's get started.\n\n----\n\n# Golden Gate Bridge\n\n    Of course. Everyone's probably seen the Golden Gate bridge before. I'm also pretty sure it's one of the most destroyed man-made structure in movies (Woo, special effects!). And there's thousands and thousands of pictures of the bridge all over the place.\n    But this one's special, because it's my picture. (It's also a bit blurry, oops. So, \"special\" indeed, with a nice hat.)\n\n[![](http://i.imgur.com/4tTOgrW.jpg)](http://i.imgur.com/4tTOgrW.jpg)\n\n----\n\n# Ferry Building\n\n    This is the [ferry building](https://www.google.ca/maps/place/Ferry+Building) in downtown San Francisco. There's usually a bunch of Farmers Market style shops around, if you're interested in that sort of thing! This shot was from a while ago, so for those wondering what the gold 50 was for, it was the Superbowl last year. The Piers are also actually numbered here -- this is right beside pier 1, and pier 50 exists elsewhere... so that was a little confusing to me.\n\n[![](http://i.imgur.com/ol6KkDK.jpg)](http://i.imgur.com/ol6KkDK.jpg)\n\n----\n\n# San Francisco City Hall\n\n    The [San Francisco City Hall](https://www.google.ca/maps/place/San+Francisco+City+Hall/). I love this style of architecture ([Beaux-Arts](https://en.wikipedia.org/wiki/Beaux-Arts_architecture) -- French, but the Americans seem to love it!)\n\n[![](http://i.imgur.com/RrECOAC.jpg)](http://i.imgur.com/RrECOAC.jpg)\n\n-----\n\n# Bay Bridge\n\n    The San Francisco -- Oakland bay bridge, connecting to Yerba Buena Island, seen from the SF side.\n\n[![](http://i.imgur.com/hOBFJN5.jpg)](http://i.imgur.com/hOBFJN5.jpg)\n\n----\n\n# Columbus Tower & Transamerica Pyramid\n\n    Here's another classic shot of the downtown area, including the tallest tower in SF, the Transamerica, and the iconic green Columbus Tower, [which is a designated landmark](https://en.wikipedia.org/wiki/List_of_San_Francisco_Designated_Landmarks). I also blanked out the billboard advertisement on the left.. but I just realized I should have photoshopped in a @steemdrive billboard. :)\n\n[![](http://i.imgur.com/nEOi3Kg.jpg)](http://i.imgur.com/nEOi3Kg.jpg)\n\n----\n\n# Under the Transamerica Pyramid\n\n    These types of shots are usually pretty cheesy/artsy, but they are also surprisingly difficult to get right with the lighting -- the sun shining on the top of the tower versus the shadows in the tree. Boy, do I ever love Lightroom though... it's seriously magic with RAW files.\n\n[![](http://i.imgur.com/4vhwZv6.jpg)](http://i.imgur.com/4vhwZv6.jpg)\n\n----\n\n# The Bay\n\n    A classic view of the SF Bay area, as seen from the Golden Gate bridge. You can see the Bay Bridge and Treasure Island on the left, with downtown SF on the right (the Transamerica tower being the tallest in the Skyline)\n\n[![](http://i.imgur.com/gly37bO.jpg)](http://i.imgur.com/gly37bO.jpg)\n\n----\n\n# Goodnight San Francisco\n\n    I was told from a friend that the moon distracts from the picture and should be photoshopped out. But I quite like it, I think it adds some character. Either way, the sunset here was lovely. This is the view you get from the [Vista Point](https://www.google.ca/maps/place/Vista+Point/@37.8326939,-122.4792297,18.5z/), on the other side of the Golden Gate.\n\n[![](http://i.imgur.com/jec0y4w.jpg)](http://i.imgur.com/jec0y4w.jpg)\n\n\n-----\n-----\n\n    That's all for today! For those of you interested: Camera is Sony NEX-7, with a Zeiss 16-70mm lens. \n\n    Click an image to enlarge to the 1920x1080 version! They are, of course, down-sampled from my original copies, we can chat if you're interested in any full quality versions. As always, these are my original photos, and I maintain the copyright.\n\n    Don't forget to [![](http://i.imgur.com/oq3c1oq.png) if you like my blog](http://steemit.com/@anyx), I will keep posting picture stories! I hugely appreciate the support I get already; as a self-learning amateur, steemit has become a great incentive to improve my skills.", + "body_length": 5054, + "cashout_time": "2016-09-18T21:20:42", + "category": "photography", + "children": 12, + "created": "2016-09-11T21:20:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"anyxphotos\"],\"users\":[\"steemdrive\"],\"image\":[\"http://i.imgur.com/4tTOgrW.jpg\",\"http://i.imgur.com/ol6KkDK.jpg\",\"http://i.imgur.com/RrECOAC.jpg\",\"http://i.imgur.com/hOBFJN5.jpg\",\"http://i.imgur.com/nEOi3Kg.jpg\",\"http://i.imgur.com/4vhwZv6.jpg\",\"http://i.imgur.com/gly37bO.jpg\",\"http://i.imgur.com/jec0y4w.jpg\",\"http://i.imgur.com/oq3c1oq.png\"],\"links\":[\"http://i.imgur.com/4tTOgrW.jpg\",\"https://www.google.ca/maps/place/Ferry+Building\",\"http://i.imgur.com/ol6KkDK.jpg\",\"https://www.google.ca/maps/place/San+Francisco+City+Hall/\",\"https://en.wikipedia.org/wiki/Beaux-Arts_architecture\",\"http://i.imgur.com/RrECOAC.jpg\",\"http://i.imgur.com/hOBFJN5.jpg\",\"https://en.wikipedia.org/wiki/List_of_San_Francisco_Designated_Landmarks\",\"http://i.imgur.com/nEOi3Kg.jpg\",\"http://i.imgur.com/4vhwZv6.jpg\",\"http://i.imgur.com/gly37bO.jpg\",\"https://www.google.ca/maps/place/Vista+Point/@37.8326939,-122.4792297,18.5z/\",\"http://i.imgur.com/jec0y4w.jpg\",\"http://steemit.com/@anyx\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T21:20:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67756470293061, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "350.441 HBD", + "percent_hbd": 10000, + "permlink": "a-brief-tour-through-san-francisco", + "post_id": 1213069, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Brief Tour Through San Francisco", + "title": "A Brief Tour Through San Francisco", + "total_payout_value": "0.000 HBD", + "url": "/photography/@anyx/a-brief-tour-through-san-francisco" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7735464516844, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 176979684007, + "rshares": 35324091913062, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170173722471, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4119723320996, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874061719122, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 20297981245452, + "rshares": 7082560513006, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086403487144, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105548778, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770573923, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086573421, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 211372604435, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 76431846821, + "voter": "aizensou" + }, + { + "percent": "5000", + "reputation": -296615780418, + "rshares": 658503196, + "voter": "mineralwasser" + }, + { + "percent": "5000", + "reputation": 854893586973, + "rshares": 364400851385, + "voter": "boombastic" + }, + { + "percent": "5000", + "reputation": 7520586390, + "rshares": 52405393180, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435509248840, + "voter": "boatymcboatface" + }, + { + "percent": "5000", + "reputation": 13437403349222, + "rshares": 124529958178, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 27238736960, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 289090628966, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9784612176, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14201581773, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 76670473746, + "voter": "easteagle13" + }, + { + "percent": "6125", + "reputation": 12382143533351, + "rshares": 373858611278, + "voter": "eeks" + }, + { + "percent": "2800", + "reputation": 14848515958625, + "rshares": 24633947596, + "voter": "kingscrown" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61060303, + "voter": "paco-steem" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 735305100, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 309148267858, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 28026150340, + "voter": "elishagh1" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6093258725, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 42431060262, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938204167, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 43583218292, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63360584235, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9278221777, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 359953842646, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17793069144, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 322737106, + "voter": "garagebill" + }, + { + "percent": "1000", + "reputation": 18458799241134, + "rshares": 4664732981, + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 11705309584, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7953910666, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 165841012088, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 322225110503, + "voter": "roelandp" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 151340192229, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748609254, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 527202702773, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 47264506487, + "rshares": 2153327697, + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5125723358, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5236773542, + "voter": "thegoodguy" + }, + { + "percent": "1000", + "reputation": 2397831198773, + "rshares": 664539489, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10407657157, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 75127472800, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 2432538531735, + "rshares": 10150871801, + "voter": "kaptainkrayola" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 296182226788, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 622878230, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38811729778, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9616309001, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166772999538, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292019213, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 694404770, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 38061829547, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 41010078979, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 44957550735, + "voter": "sauravrungta" + }, + { + "percent": "1000", + "reputation": 14988694886527, + "rshares": 32299306823, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 122460178863, + "rshares": 23812786138, + "voter": "masterinvestor" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51419668, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 10075428703343, + "rshares": 11696249492, + "voter": "webdeals" + }, + { + "percent": "1000", + "reputation": 58190631451, + "rshares": 2725842132, + "voter": "proto" + }, + { + "percent": "5000", + "reputation": -2287580630, + "rshares": 740585645, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6460265237, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 35321055334, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 106557133024, + "rshares": 27077887259, + "voter": "solidgold" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3183047254, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1075326746, + "voter": "metaflute" + }, + { + "percent": "5500", + "reputation": 988942038058, + "rshares": 39810443408, + "voter": "gomeravibz" + }, + { + "percent": "1000", + "reputation": 1275505236, + "rshares": 1378729779, + "voter": "taker" + }, + { + "percent": "6125", + "reputation": 1751717743, + "rshares": 9909944942, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 1828714169, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 159825273, + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102972551478, + "voter": "joele" + }, + { + "percent": "1100", + "reputation": 73944659327428, + "rshares": 29057805649, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 9899573250, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": -41231458058, + "rshares": 62500297, + "voter": "biggdogg" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 258455548, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 21714142504, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 52715459356, + "rshares": 85956548, + "voter": "sparkeddev" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 7939736223, + "voter": "mione" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 87801964204, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": -52839282898, + "rshares": 428786168, + "voter": "crezyliza" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728510194, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 13251721332, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3016603603, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 504295664, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2621287524, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 42972607149, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 14419772177, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407113859, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 2296535167, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 2484336960082, + "rshares": 9517807379, + "voter": "cryptovpn" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 12089648544, + "voter": "ryan-singer" + }, + { + "percent": "10000", + "reputation": 5866355148762, + "rshares": 9592883031, + "voter": "heretickitten" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 67375030, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 1532461481, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6641988265, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 2517166117, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 808370638, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 37389137, + "rshares": 55185328, + "voter": "skwidman157" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "2400", + "reputation": 176228976143, + "rshares": 2283350073, + "voter": "mallorca" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 107164208, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75834008, + "voter": "olesia83" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 279058876, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 131908231, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158627191, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 63114946518, + "rshares": 485757269, + "voter": "hacon" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 155018060, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153421494, + "voter": "novium" + }, + { + "percent": "10000", + "reputation": 142275521, + "rshares": 156452167, + "voter": "tonyking4509" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155635503, + "voter": "aks" + }, + { + "percent": "10000", + "reputation": 5727517045, + "rshares": 149209081, + "voter": "royfft" + } + ], + "author": "someguy123", + "author_reputation": 18890223518661, + "beneficiaries": [], + "body": "Earlier today, I released STEEM VALUE, which is a site similar to [Preev](http://preev.com). Thanks to @novium we now have a much better design, which centers properly.\n\nI also added Huobi to the exchange list, allowing the site to support Chinese Yuan for all pairs.\n\nOriginal Article: https://steemit.com/steem/@someguy123/steemvalue-instant-steem-sbd-btc-usd-conversion-rates-in-your-browser\n\n![](https://i.imgur.com/EYwezsP.png)\n\n
[value.steem.network](https://value.steem.network)
\n------\n\nIf you aren't aware, Steem Value is a service that allows you to quickly compare pairs, and is focused for the STEEM currencies, however it may expand to more soon.\n\n---\n\nDo you like what I'm doing for STEEM/Steemit?\n----\n[Vote for me to be a witness](https://steemit.com/~witnesses) - every vote counts. \n----\nDon't forget to follow me for more like this.\n-------", + "body_length": 874, + "cashout_time": "2016-09-18T20:57:12", + "category": "steem", + "children": 5, + "created": "2016-09-11T20:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"money\",\"trading\",\"bitcoin\"],\"users\":[\"novium\"],\"image\":[\"https://i.imgur.com/EYwezsP.png\"],\"links\":[\"http://preev.com\",\"https://steemit.com/steem/@someguy123/steemvalue-instant-steem-sbd-btc-usd-conversion-rates-in-your-browser\",\"https://value.steem.network\",\"https://steemit.com/~witnesses\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T20:57:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62956283413926, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "282.299 HBD", + "percent_hbd": 10000, + "permlink": "steem-value-website-update", + "post_id": 1212833, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Value Website Update", + "title": "Steem Value Website Update", + "total_payout_value": "0.000 HBD", + "url": "/steem/@someguy123/steem-value-website-update" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 20297981245452, + "rshares": 3399687952066, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 171547862518, + "voter": "jamtaylor" + }, + { + "percent": "4750", + "reputation": 12382143533351, + "rshares": 284132544571, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 37401063701, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 893527778, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353362405, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1737911576, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 68935386430, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17793069144, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 641878756744, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 43344250963, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 221070669, + "voter": "keyser" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 3848772429, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 75169935562, + "rshares": 205602553, + "voter": "strictlybusiness" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1756379698, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 192578386836, + "rshares": 179145507, + "voter": "skyefox" + }, + { + "percent": "4717", + "reputation": 1751717743, + "rshares": 7531558156, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86734925854, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 102946766007, + "voter": "serejandmyself" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 699369786, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 834435493, + "voter": "inferno" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 504295664, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 53380079047, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2854241549, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 649390900140, + "rshares": 2459914740, + "voter": "countryinspired" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462276414, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 279058876, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153396902, + "voter": "mitchelljaworski" + } + ], + "author": "skypilot", + "author_reputation": 8189791438741, + "beneficiaries": [], + "body": "The mountain pass below Trapper Peak in the Rocky Mountains of Montana in the middle of winter. \n\nTrapper Peak is the highest point in the Bitterroot Mountains, part of the larger Bitterroot Range in western Montana. It rises over 6,000 feet (1,830 m) above the nearby Bitterroot Valley. The peak sits high in the Bitterroot Range, a subrange of the Bitterroot Mountains and within the Selway-Bitterroot Wilderness Area of the Bitterroot National Forest.\n\nhttp://geraldzmorse.com/images/steemit/TrapperPeak.jpg\n\nThis image is another from my series of Artistic Impressions where I take a digitizing pen on a tablet and brush in certain filtering effects to enhance the image. \n\nTo me, this image has a sense of solitude and silence, with the ever so slow movement of the low clouds hanging on the mountain sides obscuring the peaks.", + "body_length": 832, + "cashout_time": "2016-09-18T20:46:21", + "category": "photography", + "children": 5, + "created": "2016-09-11T20:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"nature\",\"story\",\"travel\"],\"image\":[\"http://geraldzmorse.com/images/steemit/TrapperPeak.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T23:19:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4938117627889, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "3.082 HBD", + "percent_hbd": 10000, + "permlink": "the-silence-of-trapper-peaks", + "post_id": 1212724, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Silence of Trapper Peak", + "title": "The Silence of Trapper Peak", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/the-silence-of-trapper-peaks" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347321428543, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2077908471835, + "voter": "bmw" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982720017031, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770570855, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086430759, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 535883985531, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 814305533198, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9784612176, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11235192580, + "voter": "dave-hughes" + }, + { + "percent": "312", + "reputation": 12382143533351, + "rshares": 29908688902, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 37401063701, + "voter": "james-show" + }, + { + "percent": "3800", + "reputation": 5414208804644, + "rshares": 10676609063, + "voter": "elishagh1" + }, + { + "percent": "4000", + "reputation": 503318537891, + "rshares": 3937044657, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 60468174362, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 28638316011, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938204167, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63360584235, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 67072267877, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 395753714227, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 17793069144, + "voter": "samether" + }, + { + "percent": "7000", + "reputation": 5260794316761, + "rshares": 95357401569, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 184759610212, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1960155455032, + "rshares": 3970504261, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 110249073052, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 282291427070, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 71856215136, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249707495, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 69900148943, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 52309973257, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 117528847086, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 246459444, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 7170820818, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 675716972978, + "rshares": 244245816, + "voter": "cryptochannel" + }, + { + "percent": "5000", + "reputation": 18799092030582, + "rshares": 77515708215, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 725125056, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6192812063, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 9015744186, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 17351833555, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 167671990347, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23468549781, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 63107077152, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398185973, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 11530118546, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 780081007, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 622878230, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19793082235, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38811683143, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 338388839295, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19294638601, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292019213, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73556411986, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3354581940, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19076277399, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27639274622, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1087731219, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 117630527, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 639623731, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 10666743762, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6333593370, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4004626228, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 202251524, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 45043795872, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3183047254, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3246686305, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24282340976, + "voter": "laoyao" + }, + { + "percent": "312", + "reputation": 1751717743, + "rshares": 792795595, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6771231819, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 100724486438, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 156563532, + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1320688147, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102972086000, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509556144, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": -41231458058, + "rshares": 61250291, + "voter": "biggdogg" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 41649049952, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 450498634848, + "rshares": 511378693, + "voter": "ricardoguthrie" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3606072514, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 15369893165, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55359770, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222804436, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850749855, + "voter": "chinadaily" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1791876820, + "voter": "anotherjoe" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728510194, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3160251394, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5827007853, + "voter": "trev" + }, + { + "percent": "2500", + "reputation": 11490547563070, + "rshares": 7215276494, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 1622720551, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 3009754768, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 105817653050, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 6435147485147, + "rshares": 14770527193, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 599908904317, + "rshares": 228386733, + "voter": "jennsky" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4266418152, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 2945373339, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5953324621, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341097233, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620954332, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5185997097, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 511233308, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287266490, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152569047, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 131908231, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 189531519222, + "rshares": 175106012, + "voter": "apolymask" + } + ], + "author": "lukestokes", + "author_reputation": 36884147263377, + "beneficiaries": [], + "body": "My good friend Cal Evans of the PHP community lovingly jokes about non-programmers as \"muggles,\" referring to the *regular* people in Harry Potter without magic skills. You might think that's a bit unfair to those who aren't computer savvy.\n\n*I'm going to make an argument for why you'd be wrong.*\n\nTo fully appreciate my argument, I hope you're familiar with the Saturday Night Live skit, Nick Burns, Your Company's Computer Guy. If you're not (and I guess I'm dating myself here, since this is from 1999), please head over to the NBC website and give this a watch.\n\n
[![nick_burns2b96f.png](https://www.steemimg.com/images/2016/09/11/nick_burns2b96f.png)](https://www.nbc.com/saturday-night-live/video/nick-burns-your-companys-computer-guy/n11268)
\n\nImage Credit: screen cap from nbc.com\n\nHave you ever had to ask your tech friends for support? Did you feel kind of stupid? Did they give you a \"Move!\" or a \"Was that so hard!?\"?\n\n## Here's Why\n\nTechnology is really, really hard. It changes exponentially and requires incredible patience. Unless you've spent hours or even days trying to debug thousands of lines of code to find the one reason why your software isn't working as you expected, you may not fully appreciate just how difficult it is.\n\nOften, when it comes to computers and technology, muggles just want a quick answer. They see the computer as a tool to help them accomplish something, and they are right. Unfortunately, it's a very complex tool operating on multiple stacks of innovation. Some people have spent decades of their lives understanding those layers, pulling them apart, and teasing out meaning from what sometimes feels like chaos. Those who stare at screens for hours on end, sometimes skipping a night of sleep to figure something out, those computer nerds and geeks, they are wizards in a world of muggles because they have knowledge and skills which are hidden to most people.\n\nThey are often greatly unappreciated.\n\nIf you need help with a technical problem, and you haven't spent the months or even years required to fully understand how the system works, and you want quick answers so you can get on with your task, what your body language, tone of voice, and impatience communicates to the techie is this:\n\n## My time is more valuable than yours.\n\nIf you're saying, \"I don't have time to figure this out right now, I just need it to work. I have **important** things to accomplish,\" then you're discrediting the years of training, study, and effort that went into understanding that system. You're implying it's a waste of time to sit at a monitor, reading RFCs, learning specifications, tinkering with things until they break and then figuring out how to fix them. You're saying that's a stupid way to spend *your valuable time*.\n\nThe irony is, the person you need help from did exactly that. They sacrified their valuable time to understand something on a deep level. You want the results of all that effort. You want the answer so you can move on.\n\nIf the person you're interacting with acts a little like Nick Burns, if they treat you like a muggle, it might be because they know exactly how you feel about the value of the years of life they spent trying to figure things out. Things you consider not worth your time to understand.\n\nThe antidote?\n\n## Be Grateful\n\nRecognize the value of their expertise and the time they invested to figure things out. Show them respect as experts. By all means, ask, but do so respectfully and be open, teachable, and ready to invest some time of your own. Don't expect them to be as good with people as you are. Remember, they stare at computers all day. What may seem obvious to you socially might be completely foreign to them. In the world of human relations, they might be the muggles and you the wizard.\n\nAppreciate your techie friends and value their time. In the future, their wizard powers will only be in higher demand as technology continues to influence every area of our lives.\n\n
![](https://i.ytimg.com/vi/dNB_RjpWnsI/hqdefault.jpg)
\n\n[![LukeStokes01712.png](https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png)](https://steemit.com/@lukestokes)\n\n*P.S.*\nIf you enjoyed this, check out 5 Keys to Preventing Marketers and Developers from Pissing Each Other Off.", + "body_length": 4571, + "cashout_time": "2016-09-18T20:42:15", + "category": "relationships", + "children": 17, + "created": "2016-09-11T20:42:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"relationships\",\"technology\",\"helpdesk\",\"geeks\",\"nerds\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/nick_burns2b96f.png\",\"https://i.ytimg.com/vi/dNB_RjpWnsI/hqdefault.jpg\",\"https://www.steemimg.com/images/2016/08/14/LukeStokes01712.png\"],\"links\":[\"https://blog.calevans.com/\",\"https://www.nbc.com/saturday-night-live/video/nick-burns-your-companys-computer-guy/n11268\",\"https://steemit.com/@lukestokes\",\"https://steemit.com/marketing/@lukestokes/5-keys-to-preventing-marketers-and-developers-from-pissing-each-other-off\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T20:42:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12027875550116, + "parent_author": "", + "parent_permlink": "relationships", + "pending_payout_value": "14.284 HBD", + "percent_hbd": 10000, + "permlink": "if-you-re-not-tech-savvy-you-re-a-muggle", + "post_id": 1212680, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "If You're Not Tech Savvy, You're a Muggle", + "title": "If You're Not Tech Savvy, You're a Muggle", + "total_payout_value": "0.000 HBD", + "url": "/relationships/@lukestokes/if-you-re-not-tech-savvy-you-re-a-muggle" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376264880921, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4272297077567, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982720017031, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770570855, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086373993, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 436014427821, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423220710385, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 551194956546, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 258859509989, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 92029418239, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "3250", + "reputation": 12382143533351, + "rshares": 194406477865, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9568150899, + "voter": "richman" + }, + { + "percent": "4000", + "reputation": 503318537891, + "rshares": 3937044657, + "voter": "jerome-colley" + }, + { + "percent": "4200", + "reputation": 15755437221598, + "rshares": 12186517451, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7462059109, + "voter": "kefkius" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353355974, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6217693715, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 105868941839, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200871895610, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 419439707401, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 540938978197, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 5122528120, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 93714080658, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2249707495, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4345821080, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3732707482, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 150289606217, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 1039910629, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 260496118, + "voter": "mstang83" + }, + { + "percent": "4200", + "reputation": 2906973892, + "rshares": 103512966, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 641878756744, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 7170820818, + "voter": "r4fken" + }, + { + "percent": "4200", + "reputation": 675716972978, + "rshares": 102583242, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 9225412655, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5244831838, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 2586242737, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398185973, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 763829319, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 622878230, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44484889146, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38811683143, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2554630023, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19294638601, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3292019213, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 754787793, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2314291578, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1109929815, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 482835511, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664224643, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 6333593370, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149571006, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5192838330, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 2532149863, + "rshares": 597168672, + "voter": "deedee" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 4647211165, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 71964844842, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "3250", + "reputation": 1751717743, + "rshares": 5153171370, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 9073741, + "rshares": 462934168, + "voter": "mining1" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "5000", + "reputation": 10809787058917, + "rshares": 6718191677, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 55449983, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 55306941, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72874863, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86734925854, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58970189, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 204980081, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 56157882, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10366323896, + "voter": "gonzo" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54313084, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 944761520, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86328801669, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3160251394, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2680862240, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11343666905, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 9398460259, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 2939760471, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 913278784, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4266418152, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 2568536854, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 381093863, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603364, + "voter": "rocknrolldm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462276414, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 3308497002, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 375389914, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 511233308, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74416578, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148063709, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287266490, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 128436961, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152406517, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 174395287082, + "rshares": 155340137, + "voter": "blend" + }, + { + "percent": "10000", + "reputation": 5690849, + "rshares": 155056528, + "voter": "futures" + }, + { + "percent": "10000", + "reputation": 114079210, + "rshares": 153430587, + "voter": "rsylevica" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\n\n\nThis is a big one; Many people have trouble saving money on eating outside the home. It's too easy to overspend. It's easy to get too busy with your responsibilities to want to eat at home. Here are some tips to help you save money on those expenses.\n\n\n\n- Buy gift cards ahead of time for the restaurant you want to go to. These also can be used for regular shopping and any other purpose. Double up and use a Groupon with it for extra savings.\n\n\n- Share an entr\u00e9e and an appetizer. Many places give you enormous portion sizes.\n- Order from the kid's menu.\n- Look for deals before you leave the house.\n- Go for an early dinner; some places raise their prices later in the night.\n- Take home ketchup, mustard, napkins, straws and any leftover food that can be used at home.\n\n\n- Twelve ounces is equivalent to 1 can of soda; they should only charge 0.25 to 0.50 per glass of soda you drink. Unless you are you going to consume over five glasses of soda during your visit, you are wasting money. (if the soda costs 2.00) Order water, and Skip the soda, Or sneak in your own.\n\n\n- If you buy generic soda you pay anywhere from 0.20-0.30 cents per can; if you buy name brand you are paying roughly 0.40 to 0.60 cents per can!\n\n\n- Because it will fill you up faster, drink water also. It is free at most places, and you can save more of your food for another meal.\n\n\n- Use the Trip Advisor app to see reviews and estimated pricing before you go. That way you do not spend money at a place that is not that great.\n- . Use groupon.com for restaurants in your area. You can also find lots of activities and beauty discounts.\n\n\n# Check out this interview I did with @cristi [here](https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart) #", + "body_length": 2090, + "cashout_time": "2016-09-18T20:38:54", + "category": "money", + "children": 19, + "created": "2016-09-11T20:38:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"saving\",\"finance\",\"life\"],\"image\":[\"http://i.imgur.com/QWU1KHq.jpg\",\"http://i.imgur.com/xx5htBU.jpg\",\"http://i.imgur.com/CNDL7Qb.jpg\"],\"links\":[\"http://imgur.com/QWU1KHq\",\"http://imgur.com/xx5htBU\",\"http://imgur.com/CNDL7Qb\",\"https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart\"],\"users\":[\"cristi\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T21:38:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14344781643764, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "17.955 HBD", + "percent_hbd": 10000, + "permlink": "save-money-on-going-out-to-eat", + "post_id": 1212643, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Save MONEY On Going Out To Eat", + "title": "Save MONEY On Going Out To Eat", + "total_payout_value": "0.000 HBD", + "url": "/money/@kaylinart/save-money-on-going-out-to-eat" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376264294512, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874055846205, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6876321654649, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5878541504923, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2046682422220, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982704450436, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22346880600, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770569321, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086332567, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280422882, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750231419602, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7329885446, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765010254, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "310", + "reputation": 12382143533351, + "rshares": 29908622011, + "voter": "eeks" + }, + { + "percent": "900", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "900", + "reputation": 376960001789, + "rshares": 612754250, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 309143229581, + "voter": "teamsteem" + }, + { + "percent": "5700", + "reputation": 5414208804644, + "rshares": 16014913595, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 636058994480, + "voter": "nanzo-scoop" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 6093258725, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 196665331395, + "voter": "mummyimperfect" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 63360429587, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 54579998681, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 270355223310, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 5092263832878, + "rshares": 15304433619, + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3170825097, + "voter": "pangur-ban" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200871895610, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 93595451695, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 271221686176, + "voter": "lukestokes" + }, + { + "percent": "2000", + "reputation": 5571311902261, + "rshares": 987788068, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 2181554739322, + "rshares": 14009481419, + "voter": "damirkatusic" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 52309973257, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75831438613, + "voter": "rubybian" + }, + { + "percent": "2100", + "reputation": 2906973892, + "rshares": 54221077, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 641878756744, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195186985, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 2430098544, + "voter": "steemswede" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 53734079, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6192812063, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5236758507, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15546509314, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398185973, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 280993394645, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1517806453887, + "rshares": 2169861086, + "voter": "jza" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 660628425, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 9532580588, + "voter": "shla-rafia" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1816628657, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38811508247, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 12578379265, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 170733817978, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362062175, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73556231571, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 4129564622, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2266077170, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 40205959784, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84624405793, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1132128411, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442193099, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 27100948935, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 45043435109, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3183047254, + "voter": "glitterpig" + }, + { + "percent": "250", + "reputation": 1751717743, + "rshares": 396397184, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102972086000, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 14254075731, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 224293405333, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 22049492689, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56563243, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222804436, + "voter": "party1999" + }, + { + "percent": "100", + "reputation": 3814152361740, + "rshares": 254680718, + "voter": "matrixdweller" + }, + { + "percent": "100", + "reputation": 11683040603469, + "rshares": 1791876820, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2680862240, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8407184347, + "voter": "craigwilliamz" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508769839, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 8298658614343, + "rshares": 8945547993, + "voter": "lesliestarrohara" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5895062457, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 17676358821986, + "rshares": 28963466079, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 24184373, + "rshares": 57732639, + "voter": "zodi0709" + }, + { + "percent": "100", + "reputation": 837791549130, + "rshares": 904181934, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 117903399171, + "rshares": 634178273, + "voter": "winglessss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54910034, + "voter": "rocknrolldm" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 903414664, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2697602494482, + "rshares": 3931582256, + "voter": "ibringawareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52846652, + "voter": "erik93" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2277073996, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 61160401, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 295474104, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 33159895743, + "rshares": 150485392, + "voter": "anarchy-veganism" + }, + { + "percent": "10000", + "reputation": 1696431355721, + "rshares": 4636644321, + "voter": "jennane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155682701, + "voter": "boomer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126583160, + "voter": "dbudlov" + }, + { + "percent": "10000", + "reputation": 272619130, + "rshares": 151503427, + "voter": "stevesmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153396902, + "voter": "mitchelljaworski" + } + ], + "author": "churdtzu", + "author_reputation": 34935156153627, + "beneficiaries": [], + "body": "![lawgavel96996.md.jpg](https://www.steemimg.com/images/2016/09/11/lawgavel96996.md.jpg)\n\nPeople ask me \u201cHow would law function in a free (stateless) society?\u201d I ask them \u201cHow does law function now?\u201d\n\nThey assume that law comes from a central authority, but in making that assumption they are overlooking the vast majority of peaceful, lawful interactions that occur every day, without supervision.\n\nLaw is not the charge of an elite few, but the responsibility of all of us. Every time you have the opportunity to steal in a store, but decide not to, you are upholding the law. Every time an inebriated man steps aggressively toward your friend in a club and you smile and say \u201cExcuse me, is there something I can help you with?\u201d you are bringing order to a situation where there was the threat of chaos.\n\nIf the law really only came from the state, we would probably live in a chaotic society, with the small number of noble and good police officers trying to fight back the overwhelming tide of evil denizens, and their malicious colleagues. That is not where law comes from. Law comes from our mutual desire to live in a peaceful and respectful society. Law comes from within.\n\n[![thelaw80b59.md.png](https://www.steemimg.com/images/2016/09/11/thelaw80b59.md.png)](https://www.steemimg.com/image/yHN2w)\n\n---\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)", + "body_length": 1979, + "cashout_time": "2016-09-18T20:20:45", + "category": "anarchy", + "children": 11, + "created": "2016-09-11T20:20:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"anarchy\",\"freedom\",\"philosophy\",\"voluntaryism\",\"writing\"],\"users\":[\"paradise-paradox\"],\"image\":[\"https://www.steemimg.com/images/2016/09/11/lawgavel96996.md.jpg\",\"https://www.steemimg.com/images/2016/09/11/thelaw80b59.md.png\",\"https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg\"],\"links\":[\"https://www.steemimg.com/image/yHN2w\",\"https://www.steemimg.com/image/gsqzK\",\"https://www.facebook.com/theparadiseparadox/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T20:20:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 27120146410912, + "parent_author": "", + "parent_permlink": "anarchy", + "pending_payout_value": "61.499 HBD", + "percent_hbd": 10000, + "permlink": "where-does-law-come-from-law-in-a-stateless-society", + "post_id": 1212441, + "promoted": "1.010 HBD", + "replies": [], + "root_title": "Where does law come from? Law in a stateless society", + "title": "Where does law come from? Law in a stateless society", + "total_payout_value": "0.000 HBD", + "url": "/anarchy/@churdtzu/where-does-law-come-from-law-in-a-stateless-society" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 16917648502082, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 507995433127, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30335383023059, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 1991013250944, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1992366813734, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 73334808635, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17771851115432, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2046682422220, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1086398970936, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22822346145, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3726654851, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4524681344, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 821047340, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 66103483077, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1996771255, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256579612, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1639998906948, + "voter": "joseph" + }, + { + "percent": "5000", + "reputation": 1241362310762, + "rshares": 6782272141, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423218225818, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 551194956546, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2777219842208, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280422882, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 102052312593, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765010254, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5636647964433, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1107180769640, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10105876916, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 750197032, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1168143291, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2745507106690, + "voter": "donkeypong" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861629418, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 814305533198, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346072222, + "voter": "helen.tan" + }, + { + "percent": "6000", + "reputation": 9469162, + "rshares": 51534422190, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1678203826, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83493339798, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14383392566, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 58905142667, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1166621629690, + "voter": "gavvet" + }, + { + "percent": "8757", + "reputation": 12382143533351, + "rshares": 538355196201, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 20603443996, + "voter": "fkn" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": 61060303, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 886974649007, + "voter": "cryptogee" + }, + { + "percent": "1000", + "reputation": 376960001789, + "rshares": 735305100, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 636055458820, + "voter": "nanzo-scoop" + }, + { + "percent": "4000", + "reputation": 503318537891, + "rshares": 3937044657, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 3864679285504, + "rshares": 59282523884, + "voter": "avarice" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 29247524040, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7462029039, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 47415076453, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 201346823178, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938204167, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 96236280401, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 609108635653, + "voter": "kevinwong" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3181125370, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 596719312, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2268755265, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 210426010106, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1134514292537, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65120350689, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 55879232143, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 8814391910, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 7574468910, + "rshares": 8277829261, + "voter": "badger311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8567829248, + "voter": "badger313" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8532047159, + "voter": "badger312" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8825296938, + "voter": "badger316" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8944856321, + "voter": "badger319" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8854301239, + "voter": "badger3101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8317858901, + "voter": "badger3111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8869122937, + "voter": "badger3121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8485157985, + "voter": "badger3131" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8591084018, + "voter": "badger3141" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8567955184, + "voter": "badger3171" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8379118548, + "voter": "badger3181" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8954093914, + "voter": "badger3191" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8378958636, + "voter": "badger3112" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8713528716, + "voter": "badger3132" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8589170813, + "voter": "badger3162" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8815758607, + "voter": "badger3113" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8473189070, + "voter": "badger3123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8594572002, + "voter": "badger3133" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8939401183, + "voter": "badger3153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8624068939, + "voter": "badger3163" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8654010031, + "voter": "badger3193" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8604586814, + "voter": "badger3114" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8515219215, + "voter": "badger3124" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8419906246, + "voter": "badger3144" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8343212040, + "voter": "badger3154" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8213054331, + "voter": "badger3164" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8538696683, + "voter": "badger3174" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8813702782, + "voter": "badger3194" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8711995201, + "voter": "badger3105" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8656584538, + "voter": "badger3135" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8258370615, + "voter": "badger3145" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8831000488, + "voter": "badger3155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8529687296, + "voter": "badger3175" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8310060006, + "voter": "badger3195" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7958782180, + "voter": "badger3106" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8762224934, + "voter": "badger3116" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8809309455, + "voter": "badger3126" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8443196505, + "voter": "badger3136" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8096349129, + "voter": "badger3146" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8323726622, + "voter": "badger3156" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8535554110, + "voter": "badger3166" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8451954065, + "voter": "badger3176" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8584069581, + "voter": "badger3186" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8619171569, + "voter": "badger3196" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8548031189, + "voter": "badger3107" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8304980280, + "voter": "badger315" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8791792335, + "voter": "badger318" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8840489056, + "voter": "badger3151" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8518984813, + "voter": "badger3161" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8773380156, + "voter": "badger3122" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8711380104, + "voter": "badger3142" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8930215890, + "voter": "badger3152" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8246410175, + "voter": "badger3172" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8750195271, + "voter": "badger3182" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8510205328, + "voter": "badger3192" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8426388896, + "voter": "badger3143" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8684507898, + "voter": "badger3173" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8396553398, + "voter": "badger3104" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8114017616, + "voter": "badger3134" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8513339645, + "voter": "badger3184" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8451580189, + "voter": "badger3115" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8915850409, + "voter": "badger3165" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8548740562, + "voter": "badger3185" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8609537900, + "voter": "badger314" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8839675219, + "voter": "badger317" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8582968819, + "voter": "badger3102" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8545153577, + "voter": "badger3103" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8473500120, + "voter": "badger3125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8440272808, + "voter": "badger3183" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 404173284329, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 108121310493, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200871895610, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 91723542661, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 419439707401, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 518378630992, + "voter": "infovore" + }, + { + "percent": "7000", + "reputation": 5260794316761, + "rshares": 95357401569, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 268106981216, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 163025172532, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5804501113, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 6200536920826, + "rshares": 76572272622, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 112813004984, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 4572145943, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91839934350, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 6545936723, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 73527060395, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2313984852, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 6606822877, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 6022218556, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 8036319933, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4345821080, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 7603352468101, + "rshares": 39470122810, + "voter": "tiffjane" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 5599543918, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 364454083080, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 162836233719, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 160654406646, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 5303466801, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 64920521290, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75831062675, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3240720235, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5264227264, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 5598059715, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 5899312499, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 628506282645, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195179620, + "voter": "r4fken" + }, + { + "percent": "5300", + "reputation": 17392286084616, + "rshares": 35998498636, + "voter": "steemingnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239101097, + "voter": "dzweta" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 73842017904, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 739478598, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6321828981, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 494815056, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 555325193, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 508988428, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1534609004, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 5125631114, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5343631129, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15546509314, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10407586586, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1398185973, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2448941825, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3284711297, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 679503523, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 9735401451, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44484889146, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 109104600685, + "rshares": 861564034, + "voter": "sebhaj" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166763264072, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19696610238, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362062175, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73556081207, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7168184379, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3067776346, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27639191773, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 119983138, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 16706381777, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 929113870632, + "rshares": 327972405, + "voter": "valenttina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1750373601, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264193957, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264589389, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18486177587, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6377075196, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20686395550, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664224643, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423866939, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1442193099, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226950985, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 576819286, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 512447990, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 152970347, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46881942665, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 40835071879, + "rshares": 2283312160, + "voter": "dirty.hera" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1024120710, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 16018599953, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 47368474553, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24282119436, + "voter": "laoyao" + }, + { + "percent": "8757", + "reputation": 1751717743, + "rshares": 14270298624, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 25062349105, + "rshares": 69615849, + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4179009444, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21044354542, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 19161868042, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 105483600293, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509556144, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10973575050, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1559926886, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72874863, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89017423903, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 255827992, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 5290162531, + "voter": "rubenalexander" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850749855, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 862691830, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58555241, + "voter": "saveliy" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4678919480, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273211506, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14474111283, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 415725527654, + "rshares": 443755707, + "voter": "keepdoodling" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 3021358174, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2680862240, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25224908018, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5827007853, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 15060045431, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 76843163, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8566033876, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508761861, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 713159404291, + "rshares": 175924584, + "voter": "groovedigital" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 75503028, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 105817511896, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4388315814, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 573591254, + "rshares": 52899342, + "voter": "thomas777young" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 78138793415, + "rshares": 74285290, + "voter": "lovetosteemit" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1619563214, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 54653118, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 129704390, + "voter": "rusla" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 21700366439, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15198391878, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3703437799, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5545839872, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 446378029, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2612388016, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2378451344, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 903414664, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53400199, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462276414, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 107472165, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2343624152, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9640083850, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4702483598, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1198129430, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50791473, + "voter": "synereo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 467125852021, + "rshares": 115201523, + "voter": "piphunters" + }, + { + "percent": "10000", + "reputation": 3606347249409, + "rshares": 2974041662, + "voter": "ltm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3602539311, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74416578, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151282485, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162911190, + "voter": "front" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 425166874, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2130391, + "rshares": 136345042, + "voter": "andrey.gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 158097001, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159539963, + "voter": "blender" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155427208, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 10249533924, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 681674171895, + "rshares": 159134761, + "voter": "sirlunchalot" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 157973532, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150328964, + "voter": "mitchelljaworski" + } + ], + "author": "cryptogee", + "author_reputation": 82831371778953, + "beneficiaries": [], + "body": "
[![centredspotlightRZTWO.jpg](https://s6.postimg.org/gzu3diii9/centredspotlight_RZTWO.jpg)](https://postimg.org/image/rmnwixqnh/)
\n\nHello and welcome to back to the Spotlight - In this issue we are going to keep up with the theme of looking at categories that are producing good work, by undervalued contributors.\n\nPhilosophy\n==========\n\nThis category is one of my favourites on Steemit and I will often just browse the philosophy category for an hour or two., reading the different takes on the world, given by a diverse range of Steemians.\n\n**Featured Contributors**\n\n@natali22\n---------\n\n[![natali22RZ.jpg](https://s6.postimg.org/kxxkvmnn5/natali22_RZ.jpg)](https://postimg.org/image/gosutgkdp/)\n\nNatali is an out of work Librarian from the Ukraine; English is her second language, however she is very adept at getting her point across.\n\nI have been through almost all of Natali's post, and I can see a steady improvement in both her English, and her content. So head on over to check out Natali's writing and give her some voting sugar.\n\n@klaartje\n---------\n\n[![kaartjeRZ.jpg](https://s6.postimg.org/gxlu5n7sh/kaartje_RZ.jpg)](https://postimg.org/image/dqram0ncd/)\n\nKlaartje, has only made 2 posts for Steemit, one 4 weeks ago and one on Wednesday the 7th, and both in philosophy.\n\nSo I feel this Steemian has nailed his colour s to the mast, and I'm hoping for more philosophy articles written in his/her, fresh, zesty style, that is easy to digest and comprehend in equal measures.\n\n@pollux.one\n-----------\n[![polluxRZ.jpg](https://s6.postimg.org/vjcutw4kx/pollux_RZ.jpg)](https://postimg.org/image/5nt4ap2r1/)\n\nPollux.one is another non-native English speaker, and I love his writing, I feel you can hear his accent; it sounds Italian to me. I have also jumped to the conclusion that he is male, however I may be wrong!\n\nI came across his: *Why The Pope is Only Following Himself* post and was really impressed with the way he started with the Pope on Twitter, and ended by wrapping it up in a beautiful philosophical point.\n\nI won't tell you what it was, I'll leave that for you to discover yourself; head over and check out the great thinker, pollux.one.\n\nP.S. I have since found out from reading his other posts, that he is indeed male, however is German and not Italian; I have adjusted my inner voice accordingly!\n\nMusic\n=====\n\nThe music category is surely just a sleeping giant; in the same way that it took a bit of time and a few nudges for the photography category to take off. So too, I feel the music section of Steemit will take off in a big way.\n\nOne of the biggest reasons the photography section is doing so well, can be attributed to @jamtaylor's fantastic #photochallenge. So perhaps we can look to @roelandp's Radio Steem, as a similar such boost to the Steemit music scene.\n\nI also must mention the fantastic @thisisbenbrick; Ben is A Platinum Selling Songwriter, who has worked with the commedian and film star, Ricky Gervais.\n\nBen's presence opened people up to the idea that there is plenty of scope to make money in the music section.\n\n**Featured Contributors**\n\n@oliverb\n--------\n\n[![Oliver b RZ.jpg](https://s6.postimg.org/ehk0rsppt/Oliver_b_RZ.jpg)](https://postimg.org/image/5mj6ha0x9/)\n\nThis contributor whilst not platinum selling, is a quality musician with a great band behind him. What's more, Oliver has broken historic Steemit ground, by debuting Steemit's [First Ever Band Launch](https://steemit.com/steemit/@oliverb/steemit-s-first-band-launch-free-single-download-exclusive), and giving away a free single to boot! So check that link out.\n\nI'm expecting big things from this Steemian, and if he makes more money on here than he would on Soundcloud or any other music platform. That could well convince him and other artists that Steemit is *the* place to put your music on.\n\nRock on!\n\n@steemswede\n-----------\n[![steemswedeRZ.jpg](https://s6.postimg.org/ovkul1agh/steemswede_RZ.jpg)](https://postimg.org/image/dvzn9fk19/)\n\nSteemswede is an artist from Sweden, with a bachelor's degree in forensic science. Which makes me think of the guy who makes art out of frozen corpses!\n\nFar from anything so macabre, Steemswede's post have often taken a philosophical look at life. However she has shown an interest in writing reviews. Until now she has stuck to books; however she has just published her first music review on Steemit.\n\n[Angel Olsen - My Woman](https://steemit.com/music/@steemswede/music-review-angel-olsen-my-woman)\n\n@rossenpavlov\n-------------\n[![CymanticRZ.jpg](https://s6.postimg.org/pmdkqtctt/Cymantic_RZ.jpg)](https://postimg.org/image/l0hgigral/)\n\nThis Steemian's post have been pretty eclectic, covering a wide variety of subjects. As of late, he has shown an interest in music and sound. \n\n@rossenpavlov's latest post, is an extremely interest post about the field of cymatics; a method using fine particles to determine the shape of sound waves.\n\nHe has sourced some great experiments, my favourite being the; Acoustic Levitation With A Water Drop video. It really is quite beautiful and must be seen.\n\n[Cymatics: Seeing Sound And Nature](https://steemit.com/blog/@rossenpavlov/cymatics-seeing-sound-and-nature)\n\nScience\n=======\n\nThe science category is another growing area in Steemit, we are starting to see some nice rewards obtained by some really smart cookies.\n\nSteemit Science promises to be good, because of the amount of grads, postgrads, postdocs and all the other types of students or former students we have on our platform.\n\nI think that Steemit can only benefit from the rise of such a popular subject and I look forward to being amazed and educated in equal measure.\n\n**Featured Contributors**\n\n@herpetologyguy\n---------------\n[![herpetology guyRZ.jpg](https://s6.postimg.org/j9yfgz9rl/herpetology_guy_RZ.jpg)](https://postimg.org/image/mtkd6sch9/)\n\nWow do I like this Steemian, for a couple of reasons. First of all, he told us in his introductory post, that his Father introduced him to Steemit; go Dad!\n\nWe usually hear of the other way round, a younger family member intorducing an older one to Steemit and cryptocurrency. So it's lovely to see it happening from the top down for once.\n\nAs well as having a really clued up father, @herpetologyguy has a really interesting career; the clue's in the name. That's right, you guessed it, he's a herpetologist, who is somebody who studies all things that *creep*.\n\nFor a fuller explanation, I would recommend checking out his fascinating blog. I hope to see @herpetologyguy grow his blog, because it definitely ticks the; *educate* and *amaze* boxes.\n\n[Evolved to Kill: How Reptiles Developed Venom](https://steemit.com/science/@herpetologyguy/evolved-to-kill-how-reptiles-developed-venom)\n\n@lemouth\n--------\n\n[![lemouthRZ.jpg](https://s6.postimg.org/amptgplbl/lemouth_RZ.jpg)](https://postimg.org/image/piocoawq5/)\n\nTo add more weight to the science section we have @lemouth, who is a professor at Pierre and Marie Curie University in Paris. \n\nProfessor Benjamin (his real name), teaches physics to undergraduate students, while performing research works in theoretical, high-energy physics. \n\nTo add to his impressive r\u00e9sum\u00e9, @lemouth is aloud to play with the massive underground ring that is the Large Hadron Collider at CERN in Switzerland.\n\n[Dragonfly 44, a galaxy of the dark side made of dark matter](https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter)\n\n@krishtopa\n----------\n[![krishtopaRZ.jpg](https://s6.postimg.org/3q5af1kq9/krishtopa_RZ.jpg)](https://postimg.org/image/nxiq7ci7h/)\n\n@krishtopa, or Kate as she's known to her friends is the kind of person I like to see on Steemit, and in general life.\n\nShe is the sort of person whereby it is easy to be sucked into a stereotypical view of her and then, BAM! You're sideswiped as you realise your preconceived notions about this person have been blown away.\n\nKate loves to dance; so much so that she has been to many dance festivals in various countries; winning an impressive collection of trophies.\n\nAlongside her passion for dance, is her knowledge in the fields of mathematics and machine learning. She qualified to go to Moscow State University after graduating from a top maths school in the city.\n\n@krishtopa is a fully verified member and I'm looking forward to more posts (that I can understand!) from her.\n\n\n----------\nThat's it for this week, please make sure you browse the above categories, and show some Steemit love to the contributors there.\n\n#### **PLEASE LOOK OUT FOR THE ORCONOMIST MY NEW MAGAZINE BLOG LOOKING AT THE ECONOMIC SIDE OF STEEMIT**", + "body_length": 8612, + "cashout_time": "2016-09-18T20:05:51", + "category": "spotlight", + "children": 14, + "created": "2016-09-11T20:05:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"spotlight\",\"photochallenge\"],\"users\":[\"natali22\",\"klaartje\",\"pollux.one\",\"jamtaylor\",\"roelandp\",\"thisisbenbrick\",\"oliverb\",\"steemswede\",\"rossenpavlov\",\"herpetologyguy\",\"lemouth\",\"krishtopa\"],\"image\":[\"https://s6.postimg.org/gzu3diii9/centredspotlight_RZTWO.jpg\",\"https://s6.postimg.org/kxxkvmnn5/natali22_RZ.jpg\",\"https://s6.postimg.org/gxlu5n7sh/kaartje_RZ.jpg\",\"https://s6.postimg.org/vjcutw4kx/pollux_RZ.jpg\",\"https://s6.postimg.org/ehk0rsppt/Oliver_b_RZ.jpg\",\"https://s6.postimg.org/ovkul1agh/steemswede_RZ.jpg\",\"https://s6.postimg.org/pmdkqtctt/Cymantic_RZ.jpg\",\"https://s6.postimg.org/j9yfgz9rl/herpetology_guy_RZ.jpg\",\"https://s6.postimg.org/amptgplbl/lemouth_RZ.jpg\",\"https://s6.postimg.org/3q5af1kq9/krishtopa_RZ.jpg\"],\"links\":[\"https://postimg.org/image/rmnwixqnh/\",\"https://postimg.org/image/gosutgkdp/\",\"https://postimg.org/image/dqram0ncd/\",\"https://postimg.org/image/5nt4ap2r1/\",\"https://postimg.org/image/5mj6ha0x9/\",\"https://steemit.com/steemit/@oliverb/steemit-s-first-band-launch-free-single-download-exclusive\",\"https://postimg.org/image/dvzn9fk19/\",\"https://steemit.com/music/@steemswede/music-review-angel-olsen-my-woman\",\"https://postimg.org/image/l0hgigral/\",\"https://steemit.com/blog/@rossenpavlov/cymatics-seeing-sound-and-nature\",\"https://postimg.org/image/mtkd6sch9/\",\"https://steemit.com/science/@herpetologyguy/evolved-to-kill-how-reptiles-developed-venom\",\"https://postimg.org/image/piocoawq5/\",\"https://steemit.com/science/@lemouth/dragonfly-44-a-galaxy-of-the-dark-side-made-of-dark-matter\",\"https://postimg.org/image/nxiq7ci7h/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T20:05:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100757903376097, + "parent_author": "", + "parent_permlink": "spotlight", + "pending_payout_value": "753.144 HBD", + "percent_hbd": 10000, + "permlink": "spotlight-issue-8-philosophy-music-and-science", + "post_id": 1212305, + "promoted": "0.056 HBD", + "replies": [], + "root_title": "Spotlight Issue 8 - Philosophy Music And Science", + "title": "Spotlight Issue 8 - Philosophy Music And Science", + "total_payout_value": "0.000 HBD", + "url": "/spotlight/@cryptogee/spotlight-issue-8-philosophy-music-and-science" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376263915509, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982682517949, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770569321, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086321826, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 436014427821, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423218225818, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 551194956546, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3125542142722, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 90028778712, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 28348939259, + "rshares": 672550970, + "voter": "fractalnode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "3395", + "reputation": 12382143533351, + "rshares": 209359937357, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9568150899, + "voter": "richman" + }, + { + "percent": "7100", + "reputation": 503318537891, + "rshares": 6889828151, + "voter": "jerome-colley" + }, + { + "percent": "2500", + "reputation": 15755437221598, + "rshares": 7311892058, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938204167, + "voter": "coar" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353355974, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6362237237, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10888505203, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110373837795, + "voter": "kenny-crane" + }, + { + "percent": "5100", + "reputation": 8397302485673, + "rshares": 104802728144, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 428178034638, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1877846106598, + "rshares": 34006110664, + "voter": "tobixen" + }, + { + "percent": "10000", + "reputation": 1089233647296, + "rshares": 5122528120, + "voter": "crok" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 93714080658, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15400038241, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2313984852, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4345821080, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3732707482, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 155472006431, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 1039910629, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 628506282645, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195179620, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 82780404032, + "rshares": 763829319, + "voter": "thinkngrow" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 604003132, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44484889146, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 38811508247, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 1560786654602, + "rshares": 3168049019, + "voter": "algimantas" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 162792710165, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19294638601, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362062175, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 739692037, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2266077170, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27639191773, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 472776438, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 18116454035, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 225919607, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4505013964, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5345558131, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 4840844963, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24282119436, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 40950965753, + "voter": "myfirst" + }, + { + "percent": "3354", + "reputation": 1751717743, + "rshares": 5549551984, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3134919672, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509556144, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 9899533665, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 56666872510, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3606072514, + "voter": "alchemage" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89017423903, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58970189, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10577881527, + "voter": "gonzo" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850749855, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4678919480, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 61520687, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 944761520, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86328801669, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2680862240, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25224908018, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 14740197457, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 784318201, + "rshares": 57337407, + "voter": "shurik" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 2939760471, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5895062457, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 913278784, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 172915542, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 389378512, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 446378029, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52756699, + "voter": "rocknrolldm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53400199, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462276414, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 107472165, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 367402894, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 303681718, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 2130391, + "rshares": 136345042, + "voter": "andrey.gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 149296180, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 10249533924, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 150781632, + "voter": "aldentan" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\n\nHave you ever forgotten someone\u2019s name while speaking to them? Or gone to the kitchen only to forget why? Memory lapses can occur at any age. Memory loss and brain aging were once said to occur because neurons stopped functioning or simply died. Newer research has proved that dopamine can trigger new neurons. And while it is possible for new neurons to form during our lifetime, this doesn\u2019t entirely exclude the chances of the brain changing with time. Many factors can lead to brain changes, and most of them have to do with lifestyle choices. Making healthy lifestyle choices such as the ones discussed below can help improve brain function.\n\n\n# Eat brain food: #\nIt\u2019s no secret that a healthy, balanced diet is good for the human body. However, many studies have also been able to prove that there are certain foods that accelerate brain development and slow down brain degeneration. Foods that top the list have high EPA, DHA and Omega-3 fatty acid content. These nutrients are linked to improved memory and focus.\n\n\n# Exercise your brain: #\nBrain teasers and puzzles and other brain games help keep your brain going between various parts of the brain thus ensuring it stays sharp. Using your non-dominant hand to comb your hair, brush your teeth, or do other normal activities can also help improve sharpness of your brain.\n\n\n# Try New Activities: #\nWhile physical exercise is great for overall human health, why not try messing with your brain a bit? Try something new, or something you haven\u2019t done in a long time such as tossing a ball around or hiking. New activities will not only give you more great experiences, but it will improve your brain health.\n\n\n\n\n# Socialize: #\nHumans are social animals and studies have time and time again shown that social interactions help stimulate the brain. Stimulation ultimately leads to improved brain function making social interaction very important, particularly for older people whose age has taken a toll on their memory. This also helps you practice communicating so you can be better at it overall!\n\n\n\nKeeping the body fit may come with great benefits. But what if your brain doesn\u2019t function properly? How will you enjoy these benefits? Keeping your brain in peak shape will improve your life in the short and long term!\n\n\n\n# Check out this interview I did with @cristi [here](https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart) #", + "body_length": 2754, + "cashout_time": "2016-09-18T19:59:57", + "category": "money", + "children": 18, + "created": "2016-09-11T19:59:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"life\",\"self-improvement\"],\"image\":[\"http://i.imgur.com/9VtmSWG.jpg\",\"http://i.imgur.com/HpDdVgr.jpg\",\"http://i.imgur.com/nwHWs7x.jpg\"],\"links\":[\"http://imgur.com/9VtmSWG\",\"http://imgur.com/HpDdVgr\",\"http://imgur.com/nwHWs7x\",\"https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart\"],\"users\":[\"cristi\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T21:39:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12654701465074, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "14.461 HBD", + "percent_hbd": 10000, + "permlink": "hacks-to-improve-your-brain", + "post_id": 1212251, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hacks To Improve Your Brain!", + "title": "Hacks To Improve Your Brain!", + "total_payout_value": "0.000 HBD", + "url": "/money/@kaylinart/hacks-to-improve-your-brain" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1915876518994, + "rshares": 686129522077, + "voter": "erath" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7603433715388, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376263915509, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4270867164575, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982682517949, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770569321, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086332567, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 436014427821, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432836821859, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 551194956546, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 258859095923, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3125542142722, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 673356259226, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 92029418239, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "3395", + "reputation": 12382143533351, + "rshares": 209359937357, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 309142566089, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9568150899, + "voter": "richman" + }, + { + "percent": "1000", + "reputation": 15755437221598, + "rshares": 3046621690, + "voter": "acidyo" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706772487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6362237237, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10888505203, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110373837795, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 18197208499, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 428178034638, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 50626742503, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91839934350, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 15400038241, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 73527060395, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2313984852, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 3369249110, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3732707482, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 155472006431, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 628506282645, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195179620, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 755003915, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39832863727, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 158822156259, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19294638601, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3362062175, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 73556081207, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 739692037, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2362505986, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 27639158629, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 472776438, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 783500769, + "rshares": 231393295, + "voter": "lilxpaprika" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 36142286230, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4671866333, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 5345536652, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6220971135, + "voter": "shortcut" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 4550394266, + "voter": "karenb54" + }, + { + "percent": "5500", + "reputation": 988942038058, + "rshares": 38279272507, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 7602677492, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24282037804, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 40950965753, + "voter": "myfirst" + }, + { + "percent": "3354", + "reputation": 1751717743, + "rshares": 5549551984, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1376887643, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5509545710, + "voter": "oflyhigh" + }, + { + "percent": "6500", + "reputation": 3740136030964, + "rshares": 1618520530, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58970189, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 204980081, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 10577881527, + "voter": "gonzo" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1850749855, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 4088300066909, + "rshares": 20537902615, + "voter": "runaway-psyche" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14079745246, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 944761520, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 84566989390, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2740408722, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24651614653, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 2939760471, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 913278784, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1391859553453, + "rshares": 56331849701, + "voter": "skum" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4388315814, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2923857196, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 172915542, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 2619891942, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 51223240, + "rshares": 389378512, + "voter": "steemorama" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 6232933391430, + "rshares": 510146319, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603364, + "voter": "rocknrolldm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53400199, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51622982, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 311889332, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 130176140, + "voter": "edward.shroder" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 425166874, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2130391, + "rshares": 158540747, + "voter": "andrey.gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152406517, + "voter": "james93" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 10249533924, + "voter": "goldmatters" + } + ], + "author": "kaylinart", + "author_reputation": 77590508815145, + "beneficiaries": [], + "body": "\n\nMany people have at least one bad habit; They can add up quickly. What is causing us to be addicted to such harmful things? Here are somethings to think about with habits.\n\n\n# What Is A Habit? #\nA habit is a mix of a cue the routine and the reward \n\nThe cue triggers your brain \nThe routine may be a mental or physical routine \nThe reward helps the brain decide if it is or is not worth remembering \n\nWe follow it to the point we don't even think of it anymore \n\n# What is the difference between good behavior and addiction? #\n\n## Good Behavior ##\n- Second nature because it's repeated so much!\n- Developed after repeated exposure, Improvements are made.\n\n## Addiction ##\n- Out of control and you are a slave to it, You can't live without it.\n- Leads to decreased performance over time.\n\n# How do we change our habits? #\nWe have to change our beliefs essentially. Our actions are a sum of our beliefs.\n\n- 90% of patients who get bypass surgery do not change their habits. \n\nMany lifestyle habits that are positive are hard to hold onto, Because they can be boring.\n\nBuilding routines can help you create permanent new habits! \n\nYou have to take care of yourself too so your willpower is at it's highest! \n\nExcercise is a great habit to get in because it \n- Has so many physical and mental benefits.\n- Builds up your willpower\n- Builds up your self control\n- Helps you get stronger.\n\n\nSleep so the body can,\n- Repair\n- Rejuvenate\n- Regenerate\n\n# What is habit swapping? # \nIt's exactly what it sounds like, You swap bad habits with new good habits.\n\nMany habits will not die as long as the trigger is around still. The best way to break a bad habit is by replacing it. \n\n# What are micro-habits? #\nThese habits work exceptionally well for building larger, More meaningful habits Because they are way too small to fail.\n- Too small to intimidate you in anyway.\n- Habits are the single greatest denominator to creating your character and identity.\n- Turn your goals into powerful habits, so you can obtain what you want without fail.\n\n- Raise your standards! \n\n\nTo build good habits to replace that one, You can do that by habit swapping, or by doing micro habits instead. \nYou don't have to be permanently trapped in your bad habits! You can change.\n\n\n# Check out this interview I did with @cristi [here](https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart) #", + "body_length": 2723, + "cashout_time": "2016-09-18T19:47:33", + "category": "money", + "children": 14, + "created": "2016-09-11T19:47:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"life\",\"habits\",\"\"],\"image\":[\"http://i.imgur.com/hwKMRfV.jpg\",\"http://i.imgur.com/wObhgNx.jpg\",\"http://i.imgur.com/sCAgkdo.jpg\"],\"links\":[\"http://imgur.com/hwKMRfV\",\"http://imgur.com/wObhgNx\",\"http://imgur.com/sCAgkdo\",\"https://steemit.com/writing/@cristi/q-and-a-with-steemit-author-lin-watchorn-kaylinart\"],\"users\":[\"cristi\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T21:40:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26451331262289, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "52.840 HBD", + "percent_hbd": 10000, + "permlink": "people-love-having-bad-habits", + "post_id": 1212141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "People LOVE Having Bad Habits!", + "title": "People LOVE Having Bad Habits!", + "total_payout_value": "0.000 HBD", + "url": "/money/@kaylinart/people-love-having-bad-habits" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 522106417381, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31594969012404, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 376263915509, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4119723320996, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1874020471338, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2046671322685, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 6207592388761, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 4982682517949, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22822346145, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105548778, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770573923, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 6760752456262, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086562685, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1639660057282, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432836821859, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2777200981162, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280422882, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750227026479, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 104810483203, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7329828672, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1765010254, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5907095380668, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1107180769640, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 435462335120, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 416465091469, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 28072875582, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10105825355, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 74299604102, + "rshares": 3565556011, + "voter": "spartako" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1678203826, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 9206703521, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14689422195, + "voter": "gregory-f" + }, + { + "percent": "9012", + "reputation": 12382143533351, + "rshares": 553307349869, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 20603443996, + "voter": "fkn" + }, + { + "percent": "3900", + "reputation": 14848515958625, + "rshares": 32845220520, + "voter": "kingscrown" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2154161049, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 315863056656, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 636055458820, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9645759411, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 201346823178, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 96236144757, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 647169451298, + "voter": "kevinwong" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353355974, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2268755265, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 1134511950365, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 65119794293, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 55879232143, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9742132866, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 281247410647, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13255088656, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 404173284329, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 18197111823, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 3525238421, + "rshares": 94312806352, + "voter": "a48" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 200871895610, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 30409765924218, + "rshares": 317908362050, + "voter": "innuendo" + }, + { + "percent": "10000", + "reputation": 1703172762438, + "rshares": 16871519129, + "voter": "andrei" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 77656156542, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1083090365, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5804501113, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 19196715690053, + "rshares": 138231607439, + "voter": "charleshosk" + }, + { + "percent": "700", + "reputation": 5571311902261, + "rshares": 423337743, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 13966313707, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20352769693, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3240705504, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 16144952928, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5369511810, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195179620, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 73842017904, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 739478598, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6321783868, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 494815056, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 555325193, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 508988428, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1460919521, + "rshares": 243928950, + "voter": "alanstruna" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5343631129, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 15546509314, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 75127472800, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1369651565, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 288587810716, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2340099966, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 736128817, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39832863727, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 239181150, + "voter": "aleks" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 338388839295, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3572191061, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 75057225722, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3067776346, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 1039539162168, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 6690443792, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 16706381777, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1750373601, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264193957, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264589389, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152908394, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153771698, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87650457, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 278265080343, + "rshares": 1012436867, + "voter": "beans" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14774549350, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664224643, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 423866939, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1481171291, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226950985, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79374525, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 576819286, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 512447990, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 46620405802, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149571006, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 4338161595, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3183026999, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3803717948969, + "rshares": 18212122840, + "voter": "flandude" + }, + { + "percent": "5300", + "reputation": 7564464865541, + "rshares": 11711634161, + "voter": "thebluepanda" + }, + { + "percent": "9006", + "reputation": 1751717743, + "rshares": 14666650391, + "voter": "gmurph" + }, + { + "percent": "5100", + "reputation": 1038813018744, + "rshares": 3996494114, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4179009444, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 3134919672, + "voter": "darrenturetzky" + }, + { + "percent": "5000", + "reputation": 2021353867281, + "rshares": 4145692470, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21465210331, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 19161823848, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 105483600293, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 13950797524, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 21704420394, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72874863, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 3359740295, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222804436, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2858423155, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 880664576, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 14493855401, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24078321289, + "voter": "andrewawerdna" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 5611737940, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8041560183, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 11575170312, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8380025570, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1802314745, + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 105811878630, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 1391859553453, + "rshares": 57458486695, + "voter": "skum" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4266418152, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1619563214, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 172915542, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "100", + "reputation": 837791549130, + "rshares": 904173956, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15198391878, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3703437799, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5545839872, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2612388016, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2270562936, + "rshares": 55368187, + "voter": "johano" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330322152, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 59277456527, + "voter": "tracemayer" + }, + { + "percent": "100", + "reputation": 26215514, + "rshares": 903410061, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": -141407968658, + "rshares": 53608563, + "voter": "promaxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 176228976143, + "rshares": 9323679466, + "voter": "mallorca" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2343624152, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 9640083850, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4702483598, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 994665254475, + "rshares": 1073010857, + "voter": "modernsuperior" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50796122, + "voter": "factom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 22253174707, + "rshares": 54840587, + "voter": "saiku" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3602539311, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74416578, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148063709, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 56973664975, + "rshares": 168199113, + "voter": "witchergeralt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 130176140, + "voter": "edward.shroder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161839498, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158642800, + "voter": "ranger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158529766, + "voter": "shadowcash" + }, + { + "percent": "10000", + "reputation": 2130391, + "rshares": 155369932, + "voter": "andrey.gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160326045, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 685115552, + "rshares": 157973532, + "voter": "teleport7" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 151917699, + "voter": "raph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156506484, + "voter": "tobism" + } + ], + "author": "charleshosk", + "author_reputation": 19196715690053, + "beneficiaries": [], + "body": "![The Fall of the Rebel Angels](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Pieter_Bruegel_the_Elder_-_The_Fall_of_the_Rebel_Angels_-_RMFAB_584_%28derivative_work%29.jpg/640px-Pieter_Bruegel_the_Elder_-_The_Fall_of_the_Rebel_Angels_-_RMFAB_584_%28derivative_work%29.jpg)\n\n**Fallen Memories**\n\nEach generation has defining events. I remember the morning of 9/11 as a young teenager seeing the iconic footage of smoking towers with the eventual collapses. Much later in life, I had a chance to parse quite a comprehensive set of data points from that day. \n\nBush's memoir *Decision Points* contained a fairly indepth blow by blow account that captured the paranoia and helplessness. Many others have published some account of their experiences. Ted Olson- the solicitor general at the time famous for arguing for Bush in Bush v Gore- lost his wife on flight 77. She fatally delayed her travel by a day to wake up next to Ted on his birthday. Seth MacFarlane- the creator of family guy- missed flight 11 by just ten minutes due to a hangover. \n\nThere doesn't seem to be an end to the stories of how pervasive 9/11 has been on our collective psychology. There also doesn't seem to be an end to the retrospective analysis of the causes and motives. \n\nThe cryptocurrency and liberty movements in particular are extraordinarily skeptical of official government positions (often justifiably so- just look at [operation northwoods](https://en.wikipedia.org/wiki/Operation_Northwoods)). The formative lesson I learned from 9/11 is that the United States Government seems perfectly capable of purposely ignoring reality. \n\n**Inconvenient Truths**\n\nThere's a wonderful book by the co-chairs of the 9/11 commission Kean and Hamilton entitled *without precedent* that addresses the frustrations of the commission's members ranging from chronic underfunding, an artificial deadline and Kafkaesque requirements for testimony from top level officials such as Bush and Cheney:\n\n* They would be allowed to testify jointly\n* They would not be required to take an oath before testifying\n* The testimony would not be recorded electronically or transcribed, and that the only record would be notes taken by one of the commission staffers\n* These notes would not be made public\n\nThe investigation was so badly hampered there was a desire within the committee to launch a second investigation for obstruction of justice. Obviously, the government seems to have moved on since those days. \n\nWe've now committed ourselves to a 15 year war on terrorism without a clear end in sight. We've now committed ourselves to an intelligence goliath (best described in Bruce Schneier's recent book *data and goliath*) that is systematically robbing us of our constitutional rights. Perhaps darkest, we've also committed ourselves to giving the US government the legal right to [kill its own citizens without due process](https://en.wikipedia.org/wiki/Anwar_al-Awlaki) ([Jake Tapper's scathing questioning of Jay Carney is probably the most elegant](https://www.youtube.com/watch?v=c6bgwZGZiIo)).\n\nThe harsh reality that every American faces is that we were let down by our government and that 9/11 seems to be a symptom of an inconvenient truth to the consequences of empire. A proper investigation would have forced a brutal journey through [US foreign policy](https://www.amazon.com/Blowback-Consequences-American-Empire-Project/dp/B003JH8MAG/ref=sr_1_2?s=books&ie=UTF8&qid=1473620546&sr=1-2&keywords=blowback), the conduct of friend/enemies such as Saudi Arabia (see [Bob Grahm's crusade](http://www.thedailybeast.com/articles/2016/05/17/inside-a-senator-s-crusade-to-release-the-missing-28-pages-of-the-9-11-report.html)), the dense shadowy web of interconnections amongst [politicans and private industry](http://mercatus.org/publication/relationship-between-political-connections-and-financial-performance-industries-firms) and how the intelligence complex works. Succinctly, it just wasn't going to happen. \n\n**Lying Truths**\n\nI can greatly empathize with those seeking more answers and also harboring deep resentment. It's clear there are abundant lies that we have paid for in much blood and treasure. Some of the most frustrated are veterans who committed to fighting in the ensuing wars after 9/11 to seek retribution against the designated enemies only to find a more nuanced situation alongside TBIs, lost limbs and a general apathy upon returning home. \n\nWe didn't even get to see the body (much less an indepedently verified DNA sample) of the architect of the entire attack after spending [trillions of dollars](https://www.washingtonpost.com/world/national-security/study-iraq-afghan-war-costs-to-top-4-trillion/2013/03/28/b82a5dce-97ed-11e2-814b-063623d80a60_story.html) finding and killing him. I guess that's too offensive except for the times [it's not](https://www.theguardian.com/world/2003/jul/24/iraq.usa2).\n\nTo wear my Viktor Frankl hat, I suppose we can honor the losses and derive meaning from that dark day carrying its terrible 15 year fallout on the world by making a commitment to changing our government. We need to decouple money and politics. We need better channels to communicate ideas because the media is failing us. We need to decentralize the US government with much more power returning to the states. We need to change the way we hold elections and bundle our voting system to something like a blockchain for fidelity. We need to change how the United States commits its military to adventures abroad. Finally, we need to end the two party system. \n\n**The American Way**\n\nThese are enormously challenging tasks and some would say beyond our abilities in the current political system. Yet, the global reinvention of money and ending the Soviet Empire were just as difficult if not more so. What gives me hope is that the American people are pretty special. We seem to have a knack for doing the impossible and then acting as if there was a certainty of success. \n\nFor example, our space program was trapped in a hyper-bureaucratic loop of half started missions and low hanging fruit. Now we have SpaceX, Blue Origin and others effectively building a roadmap to Mars and beyond. Tesla has proven battery powered cars are an inevitability. Some of our scientists have even built [a star from lasers](https://www.youtube.com/watch?v=yixhyPN0r3g). \n\nIt just takes a bit of courage and also a willingness to experience failure in the process. It also takes an utter rejection of cynicism. Another reality- to paraphrase the late Steve Jobs- all the rules around us are made by people no smarter than you. To treat them as immutable gods is to discount one's own abilities. \n\n**Veritatem Cognoscere**\n\nOn this anniversary of 9/11, I'd like to thank those who fought and those who continue to fight for freedom and truth. And, I'd also like to believe we will evolve as a world beyond the root causes of these events. We just have to be honest, disciplined and resilient.", + "body_length": 6986, + "cashout_time": "2016-09-18T19:39:39", + "category": "politics", + "children": 11, + "created": "2016-09-11T19:39:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"blockchain\",\"philosophy\",\"media\",\"\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Pieter_Bruegel_the_Elder_-_The_Fall_of_the_Rebel_Angels_-_RMFAB_584_%28derivative_work%29.jpg/640px-Pieter_Bruegel_the_Elder_-_The_Fall_of_the_Rebel_Angels_-_RMFAB_584_%28derivative_work%29.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Operation_Northwoods\",\"https://en.wikipedia.org/wiki/Anwar_al-Awlaki\",\"https://www.youtube.com/watch?v=c6bgwZGZiIo\",\"https://www.amazon.com/Blowback-Consequences-American-Empire-Project/dp/B003JH8MAG/ref=sr_1_2?s=books&ie=UTF8&qid=1473620546&sr=1-2&keywords=blowback\",\"http://www.thedailybeast.com/articles/2016/05/17/inside-a-senator-s-crusade-to-release-the-missing-28-pages-of-the-9-11-report.html\",\"http://mercatus.org/publication/relationship-between-political-connections-and-financial-performance-industries-firms\",\"https://www.washingtonpost.com/world/national-security/study-iraq-afghan-war-costs-to-top-4-trillion/2013/03/28/b82a5dce-97ed-11e2-814b-063623d80a60_story.html\",\"https://www.theguardian.com/world/2003/jul/24/iraq.usa2\",\"https://www.youtube.com/watch?v=yixhyPN0r3g\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T20:02:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80334901189032, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "421.895 HBD", + "percent_hbd": 10000, + "permlink": "thoughts-on-9-11", + "post_id": 1212066, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Thoughts on 9/11", + "title": "Thoughts on 9/11", + "total_payout_value": "0.000 HBD", + "url": "/politics/@charleshosk/thoughts-on-9-11" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 522106417381, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7889547413773, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 347374694044, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6873548980359, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3105547244, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3770570855, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 684206116, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 55086430759, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1663976046, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213816343, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1280422882, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 750227026479, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 102052312593, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1764999205, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1107180769640, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 1082239289637, + "rshares": 253682319789, + "voter": "indominon" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1178170285432, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 625164193, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1196710808876, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 973452743, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 3593784049076, + "rshares": 34373681826, + "voter": "joshua" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7861595522, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 47033692888, + "rshares": 1424182557, + "voter": "jbradford" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 9393021565, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288393518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 423650671095, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 419588711031, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 76670473746, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 2999169193553, + "rshares": 4359137630, + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 171547862518, + "voter": "jamtaylor" + }, + { + "percent": "5100", + "reputation": 1421425103482, + "rshares": 15172849526, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 7851801166, + "voter": "fran2k" + }, + { + "percent": "900", + "reputation": 0, + "rshares": 50883585, + "voter": "paco-steem" + }, + { + "percent": "900", + "reputation": 376960001789, + "rshares": 612754250, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 315870165230, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9534901206, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 651569006597, + "voter": "nanzo-scoop" + }, + { + "percent": "2400", + "reputation": 15755437221598, + "rshares": 7311869961, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 201346823178, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 42431060262, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 938204167, + "voter": "coar" + }, + { + "percent": "1509", + "reputation": 2902053059801, + "rshares": 706760886, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 10888492621, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 55879232143, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 68933410929, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 143609661722, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 404173284329, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2320825674812, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110373837795, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 18601492086, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4581604470, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 16090551703, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 181136872757, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 753114459600, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2313962756, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 497492490, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 52012895939, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67057835626, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3658053332, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 155472006431, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 8195179620, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15620672312, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6450799866, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1353353976885, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181449966657, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 98867560492, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 43606086465, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5343631129, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 2672450829, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 28024954366, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 11530118546, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 736128817, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19404982583, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 401907573110, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44484733544, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2620486879029, + "rshares": 2180288711, + "voter": "arcange" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 39832863727, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 40018503599, + "rshares": 4772210013, + "voter": "kimmar" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 166772999538, + "voter": "blueorgy" + }, + { + "percent": "3000", + "reputation": 9709066337974, + "rshares": 8989079543, + "voter": "wadepaterson" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 32130535139, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 3354581940, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 19076277399, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1868847860, + "voter": "earnest" + }, + { + "percent": "5000", + "reputation": 7740774800016, + "rshares": 14275521543, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 2314291578, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7821661558, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 49520881548, + "rshares": 128178174, + "voter": "btc-dialog" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51402486, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 278265080343, + "rshares": 1012436867, + "voter": "beans" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 826265792, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 38376752642, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664224643, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1481171291, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 6764608776, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 152970347, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 40835071879, + "rshares": 2238541334, + "voter": "dirty.hera" + }, + { + "percent": "1000", + "reputation": 3278418228934, + "rshares": 512229631, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 60565253, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 3246686305, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 942093795, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 6216757385, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5536607119, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 6771231819, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21044323854, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 19561028512, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 57196572, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13716308008, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 56535984, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1591125423, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 1129155786, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 72874863, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1568155549, + "rshares": 62522148, + "voter": "strangedays" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 89017028913, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 57405835, + "voter": "jarvis" + }, + { + "percent": "2500", + "reputation": 3814152361740, + "rshares": 3301475771, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55520042, + "voter": "fortuner" + }, + { + "percent": "5000", + "reputation": 64878458203, + "rshares": 728510194, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 4318672774075, + "rshares": 11189618447, + "voter": "farmerswife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54235184, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54216305, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54227808, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54209199, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 84566989390, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 497174106, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8380025570, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 1655837297, + "voter": "imag1ne" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4508761861, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 913278784, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 41516168932, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 2923857196, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 90062656329, + "rshares": 89120782, + "voter": "steemerpat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1091549345, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5954687254, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 334136065, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53400199, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 620954332, + "voter": "bones555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5462252475, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 2277073996, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 62519521, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 143296220, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74416578, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151282485, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 320096946, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 130176140, + "voter": "edward.shroder" + }, + { + "percent": "10000", + "reputation": 2130391, + "rshares": 155369932, + "voter": "andrey.gandalf" + }, + { + "percent": "10000", + "reputation": 808987107, + "rshares": 125954839, + "voter": "acidpanda" + } + ], + "author": "tuck-fheman", + "author_reputation": 147478489309626, + "beneficiaries": [], + "body": "https://s20.postimg.org/40vn2702l/Tuck_Fheman_Gravestone.png\n
\nhttps://s20.postimg.org/p99bjmejh/Tuck_Fheman_Grave_Talk.png\n
\nhttps://s20.postimg.org/rt9jrgrh9/Tuck_Hand_Grave.png\n\n***\n\n*All artwork by Buck Fankers.*\n\n### Previous Volumes of [Steemocracy](https://steemit.com/created/steemocracy)", + "body_length": 302, + "cashout_time": "2016-09-18T19:35:09", + "category": "steemocracy", + "children": 28, + "created": "2016-09-11T19:35:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemocracy\",\"comic\",\"funny\",\"tuck-fheman\",\"keys\"],\"image\":[\"https://s20.postimg.org/40vn2702l/Tuck_Fheman_Gravestone.png\",\"https://s20.postimg.org/p99bjmejh/Tuck_Fheman_Grave_Talk.png\",\"https://s20.postimg.org/rt9jrgrh9/Tuck_Hand_Grave.png\"],\"links\":[\"https://steemit.com/created/steemocracy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T19:35:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 29987100378958, + "parent_author": "", + "parent_permlink": "steemocracy", + "pending_payout_value": "70.793 HBD", + "percent_hbd": 10000, + "permlink": "steemocracy-a-steem-comic-or-volume-14-or-dead-mans-keys", + "post_id": 1212010, + "promoted": "1.010 HBD", + "replies": [], + "root_title": "Steemocracy : A Steem Comic | Volume 14 | \"Dead Mans Keys\"", + "title": "Steemocracy : A Steem Comic | Volume 14 | \"Dead Mans Keys\"", + "total_payout_value": "0.000 HBD", + "url": "/steemocracy/@tuck-fheman/steemocracy-a-steem-comic-or-volume-14-or-dead-mans-keys" + }, + { + "active_votes": [ + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 353354442, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 51401872, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 60406335, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 6777539046, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 113957233153, + "voter": "thecyclist" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

Mark rolled on top of the grenade and waited for his insides to explode.  At least his fellow soldiers would be saved.  He tried to picture his wife one last time before he left the world.  He held onto that image for a moment, and then the moment lingered, and the gun shots still rang out.  The grenade didn't explode.  He lifted up the grenade to see a small metal fragment blocking the pathway of where the pin used to be.  He was alive, and still had a chance.

\n

\n

Mark took threw the grenade far in front of him, and at the same time brought his M-16 to firing height.  He unloaded half a clip when one of the bullets caught the grenade and it exploded knocking back enemy soldiers.  He dove over the 4 wheeler that was obstructing his way, and over his shoulder unleashed the last of his clip.

\n

He looked around.  Most of his fellow soldiers weren't going to make it and he could see so many of them bleeding and needing help.  Near the end of the hallway he could see it.  The doomsday device.  Between him and the device stood 5 towering robots.  His reflexes would work, his body would work, he couldn't fail.  Everyone would need him.  He stood up from behind the vehicle.

\n

\"Rick?\"

\n

\"Yes mom?\"

\n

\"We have to go now.  It's another air raid siren.\"

\n

Rick dropped his toys and grabbed his bug out bag.  He headed for the door, but reached back to grab Mark.  Leave no many behind, and Mark clearly needed the help.

\n", + "body_length": 1703, + "cashout_time": "2016-09-18T18:51:45", + "category": "writing", + "children": 0, + "created": "2016-09-11T18:51:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"story\",\"life\",\"war\"],\"image\":[\"https://joshmberman.files.wordpress.com/2014/04/6367583995_2ed94c8388_b.jpg?w=470&h=352\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-11T18:52:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 121199934848, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.032 HBD", + "percent_hbd": 10000, + "permlink": "hard-times-series-s1e6-doomsday-device", + "post_id": 1211506, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hard Times Series S1E6- Doomsday Device", + "title": "Hard Times Series S1E6- Doomsday Device", + "total_payout_value": "0.000 HBD", + "url": "/writing/@aggroed/hard-times-series-s1e6-doomsday-device" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.tavern.yaml new file mode 100644 index 00000000..0438669f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/paginated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest # original produced overlapping pages + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"jamesc","start_author":"rossulbricht","start_permlink":"is-ross-ulbricht-a-political-prisoner","limit":100} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "paginated" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.pat.json index d3bef829..186eb382 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.pat.json @@ -1,2526 +1,4 @@ [ - { - "active_votes": [ - { - "percent": "10000", - "reputation": 145171381514207, - "rshares": 29150477200511, - "voter": "dantheman" - }, - { - "percent": "10000", - "reputation": 261787136527, - "rshares": 701289384385, - "voter": "barrie" - }, - { - "percent": "10000", - "reputation": 14765040488827, - "rshares": 25414633165852, - "voter": "berniesanders" - }, - { - "percent": "10000", - "reputation": 8779714777561, - "rshares": 7174019152101, - "voter": "riverhead" - }, - { - "percent": "10000", - "reputation": 9326993992, - "rshares": 210082807921, - "voter": "nextgenwitness" - }, - { - "percent": "10000", - "reputation": 4107373187010, - "rshares": 1764791171902, - "voter": "hr1" - }, - { - "percent": "10000", - "reputation": 608057298751, - "rshares": 624152304261, - "voter": "justin" - }, - { - "percent": "10000", - "reputation": 27931460807554, - "rshares": 4648685890081, - "voter": "nextgencrypto" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 6351970742614, - "voter": "steemit200" - }, - { - "percent": "10000", - "reputation": 1214229078, - "rshares": 3099420761, - "voter": "boy" - }, - { - "percent": "10000", - "reputation": 4712949449, - "rshares": 3762775739, - "voter": "bue-witness" - }, - { - "percent": "10000", - "reputation": 1789951494550, - "rshares": 697355955, - "voter": "bunny" - }, - { - "percent": "10000", - "reputation": 59074616588451, - "rshares": 7188761077812, - "voter": "complexring" - }, - { - "percent": "10000", - "reputation": 9510507624851, - "rshares": 481370244096, - "voter": "ajvest" - }, - { - "percent": "10000", - "reputation": 103443134841, - "rshares": 54042459354, - "voter": "bue" - }, - { - "percent": "10000", - "reputation": 5009147934382, - "rshares": 32970728002, - "voter": "danknugs" - }, - { - "percent": "10000", - "reputation": 29449063355738, - "rshares": 425105452508, - "voter": "steemservices" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 26810306273, - "voter": "steemservices1" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1661039186, - "voter": "mini" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 213669926, - "voter": "moon" - }, - { - "percent": "10000", - "reputation": 12928765689257, - "rshares": 38923095598, - "voter": "aizensou" - }, - { - "percent": "10000", - "reputation": 36473167044, - "rshares": 64581427225, - "voter": "jason" - }, - { - "percent": "10000", - "reputation": 1241362310762, - "rshares": 15818603292, - "voter": "bentley" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 398943529648, - "voter": "recursive3" - }, - { - "percent": "10000", - "reputation": 9028537022578, - "rshares": 2463177709510, - "voter": "recursive" - }, - { - "percent": "10000", - "reputation": -296615780418, - "rshares": 1856507042, - "voter": "mineralwasser" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 9947524418, - "voter": "bingo-0" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 2438952883, - "voter": "bingo-1" - }, - { - "percent": "10000", - "reputation": 71087197697999, - "rshares": 1452823187408, - "voter": "benjojo" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 622762084, - "voter": "healthcare" - }, - { - "percent": "10000", - "reputation": 147478489309626, - "rshares": 1120034999305, - "voter": "tuck-fheman" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 967255526, - "voter": "daniel.pan" - }, - { - "percent": "10000", - "reputation": 96486114508046, - "rshares": 2771175740309, - "voter": "donkeypong" - }, - { - "percent": "10000", - "reputation": 72112139588726, - "rshares": 839864397684, - "voter": "steemrollin" - }, - { - "percent": "10000", - "reputation": 8963739580468, - "rshares": 136849931495, - "voter": "team" - }, - { - "percent": "10000", - "reputation": 8442392793360, - "rshares": 65907216897, - "voter": "jchch" - }, - { - "percent": "10000", - "reputation": 6373903167891, - "rshares": 6554332244, - "voter": "patrice" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 288151719, - "voter": "helen.tan" - }, - { - "percent": "10000", - "reputation": 2165622245848, - "rshares": 23957331951, - "voter": "yefet" - }, - { - "percent": "10000", - "reputation": 3120299664537, - "rshares": 14107159251, - "voter": "valtr" - }, - { - "percent": "10000", - "reputation": 3444102146490, - "rshares": 14365023000, - "voter": "gregory-f" - }, - { - "percent": "10000", - "reputation": 361002365029, - "rshares": 881970618, - "voter": "moh-rokib" - }, - { - "percent": "10000", - "reputation": 14073457536993, - "rshares": 77103074369, - "voter": "edgeland" - }, - { - "percent": "10000", - "reputation": 54345938068170, - "rshares": 314721920304, - "voter": "craig-grant" - }, - { - "percent": "10000", - "reputation": 12712877967688, - "rshares": 71043895599, - "voter": "easteagle13" - }, - { - "percent": "10000", - "reputation": 1590661010140, - "rshares": 24175856122, - "voter": "mod-tamichh" - }, - { - "percent": "10000", - "reputation": 4733188979515, - "rshares": 11709056510, - "voter": "ervin-lemark" - }, - { - "percent": "10000", - "reputation": 705877986486, - "rshares": 2945062368, - "voter": "carlos-cabeza" - }, - { - "percent": "10000", - "reputation": 204869765185479, - "rshares": 1087651795909, - "voter": "gavvet" - }, - { - "percent": "10000", - "reputation": 225014291660, - "rshares": 5074405568, - "voter": "holabebe" - }, - { - "percent": "10000", - "reputation": 41145563244589, - "rshares": 829397963387, - "voter": "steemship" - }, - { - "percent": "10000", - "reputation": 12382143533351, - "rshares": 520911060129, - "voter": "eeks" - }, - { - "percent": "3000", - "reputation": 4931834878069, - "rshares": 8059030205, - "voter": "fkn" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 475449654, - "voter": "paco-steem" - }, - { - "percent": "10000", - "reputation": 82831371778953, - "rshares": 844668962218, - "voter": "cryptogee" - }, - { - "percent": "10000", - "reputation": 376960001789, - "rshares": 5581844145, - "voter": "spaninv" - }, - { - "percent": "10000", - "reputation": 6264531409615, - "rshares": 19479953917, - "voter": "georgedonnelly" - }, - { - "percent": "10000", - "reputation": 436017530085, - "rshares": 26181526037, - "voter": "instructor2121" - }, - { - "percent": "10000", - "reputation": 1172373556107, - "rshares": 2056240258, - "voter": "gekko" - }, - { - "percent": "10000", - "reputation": 26867938976163, - "rshares": 330922076737, - "voter": "teamsteem" - }, - { - "percent": "3000", - "reputation": 5414208804644, - "rshares": 10610979162, - "voter": "elishagh1" - }, - { - "percent": "10000", - "reputation": 15854806148148, - "rshares": 9268194915, - "voter": "richman" - }, - { - "percent": "10000", - "reputation": 58571016273092, - "rshares": 677773729537, - "voter": "nanzo-scoop" - }, - { - "percent": "10000", - "reputation": 493863952, - "rshares": 928388769, - "voter": "weenfan" - }, - { - "percent": "10000", - "reputation": 503318537891, - "rshares": 2557289360, - "voter": "jerome-colley" - }, - { - "percent": "10000", - "reputation": 10093114621632, - "rshares": 91719101598, - "voter": "william-noe" - }, - { - "percent": "10000", - "reputation": 3864679285504, - "rshares": 59225313172, - "voter": "avarice" - }, - { - "percent": "10000", - "reputation": 42741727265739, - "rshares": 141414573060, - "voter": "steve-walschot" - }, - { - "percent": "10000", - "reputation": 49136918266, - "rshares": 13116548685, - "voter": "cian.dafe" - }, - { - "percent": "10000", - "reputation": 6580794427504, - "rshares": 55582109386, - "voter": "hannixx42" - }, - { - "percent": "10000", - "reputation": 21903005256174, - "rshares": 236099584762, - "voter": "mummyimperfect" - }, - { - "percent": "10000", - "reputation": 32983096229, - "rshares": 59558616330, - "voter": "tosch" - }, - { - "percent": "10000", - "reputation": 14968641922913, - "rshares": 55235327891, - "voter": "oaldamster" - }, - { - "percent": "10000", - "reputation": 161089556767, - "rshares": 73982297699, - "voter": "asch" - }, - { - "percent": "10000", - "reputation": 60877390332151, - "rshares": 582588520898, - "voter": "kevinwong" - }, - { - "percent": "3301", - "reputation": 2902053059801, - "rshares": 1432017470, - "voter": "murh" - }, - { - "percent": "10000", - "reputation": 2444317330502, - "rshares": 7304641272, - "voter": "radioactivities" - }, - { - "percent": "10000", - "reputation": 2510175673478, - "rshares": 25681264725, - "voter": "dking7334" - }, - { - "percent": "10000", - "reputation": 4676723015398, - "rshares": 19944116455, - "voter": "vippero" - }, - { - "percent": "10000", - "reputation": 5904057835766, - "rshares": 42338694092, - "voter": "ranko-k" - }, - { - "percent": "10000", - "reputation": 824717099743, - "rshares": 534614046975, - "voter": "cyber" - }, - { - "percent": "10000", - "reputation": 3037854988445, - "rshares": 63018482318, - "voter": "ak2020" - }, - { - "percent": "10000", - "reputation": 16234753830016, - "rshares": 16492689268, - "voter": "thecryptofiend" - }, - { - "percent": "10000", - "reputation": 2943802511443, - "rshares": 24310014144, - "voter": "paul-labossiere" - }, - { - "percent": "10000", - "reputation": 1444446898291, - "rshares": 9361058328, - "voter": "johnerfx" - }, - { - "percent": "10000", - "reputation": 71931696380, - "rshares": 3674081134736, - "voter": "satoshifund" - }, - { - "percent": "10000", - "reputation": 11136252375006, - "rshares": 372036035609, - "voter": "taoteh1221" - }, - { - "percent": "10000", - "reputation": 1449559018397, - "rshares": 6472724320, - "voter": "tom-sullivan" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 371338569, - "voter": "stiletto" - }, - { - "percent": "10000", - "reputation": 3169024240074, - "rshares": 52893388475, - "voter": "martin-wichmann" - }, - { - "percent": "10000", - "reputation": 34935156153627, - "rshares": 254528506273, - "voter": "churdtzu" - }, - { - "percent": "10000", - "reputation": 3804349938696, - "rshares": 53001732751, - "voter": "juanmiguelsalas" - }, - { - "percent": "1500", - "reputation": 65989046107177, - "rshares": 90478643138, - "voter": "andrarchy" - }, - { - "percent": "10000", - "reputation": 3046358914696, - "rshares": 12944835075, - "voter": "samether" - }, - { - "percent": "10000", - "reputation": 3906896686802, - "rshares": 54146897521, - "voter": "thecryptodrive" - }, - { - "percent": "10000", - "reputation": 8397302485673, - "rshares": 199373714258, - "voter": "will-zewe" - }, - { - "percent": "10000", - "reputation": 9389887938261, - "rshares": 9459589952, - "voter": "kennyskitchen" - }, - { - "percent": "10000", - "reputation": 77590508815145, - "rshares": 266447843894, - "voter": "kaylinart" - }, - { - "percent": "10000", - "reputation": 60725834714442, - "rshares": 501068247274, - "voter": "infovore" - }, - { - "percent": "10000", - "reputation": 37015270307, - "rshares": 327889281, - "voter": "hendra-khaidir" - }, - { - "percent": "10000", - "reputation": 771767379417, - "rshares": 1948772954, - "voter": "stephen-somers" - }, - { - "percent": "10000", - "reputation": 2761596392902, - "rshares": 2644116640, - "voter": "tee-em" - }, - { - "percent": "10000", - "reputation": 22794273843250, - "rshares": 138950405749, - "voter": "thedashguy" - }, - { - "percent": "10000", - "reputation": 86912853643710, - "rshares": 767974669228, - "voter": "anwenbaumeister" - }, - { - "percent": "10000", - "reputation": 486415577627, - "rshares": 6009304227, - "voter": "mark-waser" - }, - { - "percent": "10000", - "reputation": 6200536920826, - "rshares": 70959553359, - "voter": "albertogm" - }, - { - "percent": "10000", - "reputation": 5886979119053, - "rshares": 98088341974, - "voter": "geoffrey" - }, - { - "percent": "10000", - "reputation": 36884147263377, - "rshares": 269875655864, - "voter": "lukestokes" - }, - { - "percent": "10000", - "reputation": 274656026130, - "rshares": 44099614167, - "voter": "honeythief" - }, - { - "percent": "10000", - "reputation": 224903879777, - "rshares": 6874971065, - "voter": "tyler-fletcher" - }, - { - "percent": "10000", - "reputation": 3509662488161, - "rshares": 28278082847, - "voter": "jonnyrevolution" - }, - { - "percent": "10000", - "reputation": 7225093759945, - "rshares": 8989505147, - "voter": "engineercampus" - }, - { - "percent": "10000", - "reputation": 6767512298331, - "rshares": 41629748060, - "voter": "treeshaface" - }, - { - "percent": "10000", - "reputation": 1557874437556, - "rshares": 3660956268, - "voter": "the.bot" - }, - { - "percent": "10000", - "reputation": 2445708956667, - "rshares": 8702193878, - "voter": "johnbradshaw" - }, - { - "percent": "10000", - "reputation": 6105332515536, - "rshares": 12845439804, - "voter": "primus" - }, - { - "percent": "10000", - "reputation": 5078903531942, - "rshares": 3475503565, - "voter": "micheletrainer" - }, - { - "percent": "10000", - "reputation": 67229955621, - "rshares": 302683064, - "voter": "gerber" - }, - { - "percent": "10000", - "reputation": 15285243314, - "rshares": 199741557, - "voter": "ales" - }, - { - "percent": "10000", - "reputation": 112943056223182, - "rshares": 236520170145, - "voter": "ericvancewalton" - }, - { - "percent": "10000", - "reputation": 40255997582, - "rshares": 8561508638, - "voter": "cannav" - }, - { - "percent": "10000", - "reputation": 336763673779, - "rshares": 214476092245, - "voter": "asmolokalo" - }, - { - "percent": "10000", - "reputation": 1450924981021, - "rshares": 42481260342, - "voter": "ezzy" - }, - { - "percent": "10000", - "reputation": 65540661343, - "rshares": 3112847393, - "voter": "orly" - }, - { - "percent": "10000", - "reputation": 2876863753786, - "rshares": 5856624277, - "voter": "steamit" - }, - { - "percent": "10000", - "reputation": 3893522363454, - "rshares": 226933661994, - "voter": "tomkirkham" - }, - { - "percent": "10000", - "reputation": 7091975331308, - "rshares": 15179347364, - "voter": "konstantin" - }, - { - "percent": "10000", - "reputation": 17484609383217, - "rshares": 122110321617, - "voter": "robrigo" - }, - { - "percent": "10000", - "reputation": 2222945795019, - "rshares": 124699737174, - "voter": "chhayll" - }, - { - "percent": "10000", - "reputation": 6180521629731, - "rshares": 15389739696, - "voter": "elyaque" - }, - { - "percent": "10000", - "reputation": 9786117166130, - "rshares": 20713322105, - "voter": "mindover" - }, - { - "percent": "10000", - "reputation": 1059790037173, - "rshares": 546797902965, - "voter": "juneaugoldbuyer" - }, - { - "percent": "10000", - "reputation": -2499740471746, - "rshares": 29887760404, - "voter": "r4fken" - }, - { - "percent": "10000", - "reputation": 1380128900631, - "rshares": 293427569, - "voter": "romel" - }, - { - "percent": "10000", - "reputation": 5451039980643, - "rshares": 230296351, - "voter": "steemswede" - }, - { - "percent": "10000", - "reputation": 52317559376, - "rshares": 8721417924, - "voter": "killswitch" - }, - { - "percent": "10000", - "reputation": 18799092030582, - "rshares": 77587644053, - "voter": "derekareith" - }, - { - "percent": "10000", - "reputation": 7018477845661, - "rshares": 476648200946, - "voter": "neoxian" - }, - { - "percent": "10000", - "reputation": 3149488018622, - "rshares": 3541453614, - "voter": "owdy" - }, - { - "percent": "3000", - "reputation": 9142611234, - "rshares": 211552013, - "voter": "ch0c0latechip" - }, - { - "percent": "3000", - "reputation": 3871042, - "rshares": 195806237, - "voter": "doge4lyf" - }, - { - "percent": "10000", - "reputation": 960610083080, - "rshares": 823925676, - "voter": "nobreku" - }, - { - "percent": "10000", - "reputation": 4336087201971, - "rshares": 24638975246, - "voter": "strangerarray" - }, - { - "percent": "10000", - "reputation": 3320684282022, - "rshares": 150447264693, - "voter": "knircky" - }, - { - "percent": "10000", - "reputation": 42813525, - "rshares": 7172948519, - "voter": "ashikmiah" - }, - { - "percent": "10000", - "reputation": 10069093677389, - "rshares": 42831693849, - "voter": "mrwang" - }, - { - "percent": "10000", - "reputation": 1371681467487, - "rshares": 7726853303, - "voter": "autosmile13" - }, - { - "percent": "10000", - "reputation": 1440357780524, - "rshares": 812099979, - "voter": "dicov" - }, - { - "percent": "10000", - "reputation": 16166163778, - "rshares": 246668071, - "voter": "meiks" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 919975933, - "voter": "steem1653" - }, - { - "percent": "10000", - "reputation": 658407157113, - "rshares": 666787941, - "voter": "cherish" - }, - { - "percent": "10000", - "reputation": 3740475854096, - "rshares": 5814827093, - "voter": "egjoshslim" - }, - { - "percent": "10000", - "reputation": 2821855573125, - "rshares": 3013710280, - "voter": "steemit-life" - }, - { - "percent": "10000", - "reputation": 1648396897354, - "rshares": 11280533352, - "voter": "asim" - }, - { - "percent": "10000", - "reputation": 255391004842, - "rshares": 39456765083, - "voter": "w4lterwyte" - }, - { - "percent": "10000", - "reputation": 38947133984552, - "rshares": 192958794775, - "voter": "jesta" - }, - { - "percent": "10000", - "reputation": 7952828943, - "rshares": 5305619945, - "voter": "thegoodguy" - }, - { - "percent": "10000", - "reputation": 11644551965460, - "rshares": 10678601154, - "voter": "senseiteekay" - }, - { - "percent": "10000", - "reputation": 2397831198773, - "rshares": 4185662810, - "voter": "karen13" - }, - { - "percent": "10000", - "reputation": 1241141280004, - "rshares": 58809847081, - "voter": "sephiroth" - }, - { - "percent": "10000", - "reputation": 93395785733, - "rshares": 1396522137, - "voter": "jrd8526" - }, - { - "percent": "10000", - "reputation": 167437582424, - "rshares": 349307643, - "voter": "dr2073" - }, - { - "percent": "10000", - "reputation": 1175982316919, - "rshares": 293677046360, - "voter": "nabilov" - }, - { - "percent": "10000", - "reputation": 10445529851856, - "rshares": 11184349825, - "voter": "meesterboom" - }, - { - "percent": "10000", - "reputation": 3879998019826, - "rshares": 4245765824, - "voter": "juvyjabian" - }, - { - "percent": "10000", - "reputation": 688176613733, - "rshares": 369337292, - "voter": "karenmckersie" - }, - { - "percent": "10000", - "reputation": 2445998348172, - "rshares": 2875639977, - "voter": "pigatto" - }, - { - "percent": "10000", - "reputation": 7803764965401, - "rshares": 11249031580, - "voter": "allmonitors" - }, - { - "percent": "10000", - "reputation": 30694001824, - "rshares": 1140298026, - "voter": "vorsseli" - }, - { - "percent": "10000", - "reputation": 1058072223123, - "rshares": 297463655, - "voter": "luisucv34" - }, - { - "percent": "10000", - "reputation": 587163107963, - "rshares": 2180799492, - "voter": "breathe3000" - }, - { - "percent": "10000", - "reputation": 1248165138944, - "rshares": 15413678024, - "voter": "kendewitt" - }, - { - "percent": "10000", - "reputation": 1537463763, - "rshares": 19745928897, - "voter": "creemej" - }, - { - "percent": "10000", - "reputation": 1234131079581, - "rshares": 4461061038, - "voter": "r-niki09" - }, - { - "percent": "10000", - "reputation": 2713713668533, - "rshares": 1939224933, - "voter": "the-future" - }, - { - "percent": "10000", - "reputation": 34120390016, - "rshares": 2992631645, - "voter": "imp3" - }, - { - "percent": "10000", - "reputation": 336756074227, - "rshares": 437754345, - "voter": "natalyt" - }, - { - "percent": "10000", - "reputation": 9999779221262, - "rshares": 37719378911, - "voter": "mynameisbrian" - }, - { - "percent": "10000", - "reputation": 9709066337974, - "rshares": 25483068946, - "voter": "wadepaterson" - }, - { - "percent": "10000", - "reputation": 2173940256661, - "rshares": 12396216231, - "voter": "benjiberigan" - }, - { - "percent": "10000", - "reputation": 49770527, - "rshares": 3409584558, - "voter": "davidr" - }, - { - "percent": "10000", - "reputation": 843226172873, - "rshares": 58723641585, - "voter": "thylbom" - }, - { - "percent": "10000", - "reputation": 10900524985586, - "rshares": 27478627702, - "voter": "royaltiffany" - }, - { - "percent": "10000", - "reputation": 1394532106132, - "rshares": 6880831700, - "voter": "geronimo" - }, - { - "percent": "10000", - "reputation": 10910231620999, - "rshares": 18787146710, - "voter": "bendjmiller222" - }, - { - "percent": "10000", - "reputation": 2147203047336, - "rshares": 14042810323, - "voter": "exitmass" - }, - { - "percent": "10000", - "reputation": 1575842910797, - "rshares": 10048486235, - "voter": "tessaddavis" - }, - { - "percent": "10000", - "reputation": 1830353392409, - "rshares": 3145819717, - "voter": "azurejasper" - }, - { - "percent": "10000", - "reputation": 20001506960251, - "rshares": 231654921805, - "voter": "liberosist" - }, - { - "percent": "10000", - "reputation": 6467956247739, - "rshares": 25046106508, - "voter": "deanliu" - }, - { - "percent": "10000", - "reputation": 2114306416334, - "rshares": 4647865096, - "voter": "cryptohustlin" - }, - { - "percent": "10000", - "reputation": 11482318062844, - "rshares": 36117391359, - "voter": "sauravrungta" - }, - { - "percent": "10000", - "reputation": 5883461278385, - "rshares": 78635089731, - "voter": "rea" - }, - { - "percent": "10000", - "reputation": 958834221798, - "rshares": 3476354385, - "voter": "mastletter" - }, - { - "percent": "10000", - "reputation": 40107084, - "rshares": 155789703, - "voter": "xand" - }, - { - "percent": "10000", - "reputation": 14988694886527, - "rshares": 203745188637, - "voter": "jl777" - }, - { - "percent": "10000", - "reputation": 2795999874461, - "rshares": 1016267553073, - "voter": "james212" - }, - { - "percent": "10000", - "reputation": 4226573244868, - "rshares": 26882316910, - "voter": "zaebars" - }, - { - "percent": "5000", - "reputation": 10519849768972, - "rshares": 10192963847, - "voter": "positive" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1683543474, - "voter": "yarly" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 255303484, - "voter": "yarly2" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 255686119, - "voter": "yarly3" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 147914638, - "voter": "yarly4" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 148750003, - "voter": "yarly5" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 84813726, - "voter": "yarly7" - }, - { - "percent": "10000", - "reputation": 200679300719, - "rshares": 261379803, - "voter": "lexinferno" - }, - { - "percent": "10000", - "reputation": 11096186337460, - "rshares": 31846354099, - "voter": "anca3drandom" - }, - { - "percent": "10000", - "reputation": 6985921192853, - "rshares": 207787451268, - "voter": "johnsmith" - }, - { - "percent": "10000", - "reputation": 270533787248, - "rshares": 780032261, - "voter": "mohammed123" - }, - { - "percent": "10000", - "reputation": 333544153374, - "rshares": 2501806576, - "voter": "stea90" - }, - { - "percent": "10000", - "reputation": 2615896270, - "rshares": 5062409505, - "voter": "sacode" - }, - { - "percent": "10000", - "reputation": 2564054618, - "rshares": 112070311, - "voter": "activcat" - }, - { - "percent": "10000", - "reputation": 66346571922, - "rshares": 1951690317, - "voter": "flexcougar" - }, - { - "percent": "10000", - "reputation": 60975043955, - "rshares": 686451244, - "voter": "clonewarz" - }, - { - "percent": "10000", - "reputation": 7078941123096, - "rshares": 14847664684, - "voter": "lemooljiang" - }, - { - "percent": "10000", - "reputation": 13032104555879, - "rshares": 10761876132, - "voter": "winstonwolfe" - }, - { - "percent": "10000", - "reputation": 116655886020, - "rshares": 841259695, - "voter": "happyphoenix" - }, - { - "percent": "10000", - "reputation": 3777763523032, - "rshares": 20113867987, - "voter": "krabgat" - }, - { - "percent": "10000", - "reputation": 10075428703343, - "rshares": 7262356354, - "voter": "webdeals" - }, - { - "percent": "10000", - "reputation": 28445884, - "rshares": 217563709, - "voter": "shadyonline" - }, - { - "percent": "10000", - "reputation": 58190631451, - "rshares": 17534589350, - "voter": "proto" - }, - { - "percent": "10000", - "reputation": 1203192685557, - "rshares": 1793399910, - "voter": "fleetinuance" - }, - { - "percent": "10000", - "reputation": 153480676290, - "rshares": 618773038, - "voter": "curator" - }, - { - "percent": "10000", - "reputation": 6264990277085, - "rshares": 17164865565, - "voter": "pinkisland" - }, - { - "percent": "10000", - "reputation": 321902226, - "rshares": 225919607, - "voter": "culoemono" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 408950035, - "voter": "yarly10" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 219368610, - "voter": "yarly11" - }, - { - "percent": "10000", - "reputation": 1416246303584, - "rshares": 10855436202, - "voter": "michaeldodridge" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 76805770, - "voter": "yarly12" - }, - { - "percent": "10000", - "reputation": 3976815048658, - "rshares": 2077025402, - "voter": "tygergamer" - }, - { - "percent": "10000", - "reputation": 5095600502, - "rshares": 117818134, - "voter": "creatorgalaxy" - }, - { - "percent": "10000", - "reputation": -1193908062262, - "rshares": 125682243, - "voter": "steemster1" - }, - { - "percent": "10000", - "reputation": 138974533507, - "rshares": 861558297, - "voter": "mar1978co" - }, - { - "percent": "10000", - "reputation": 1804907957838, - "rshares": 2456070989, - "voter": "belkins" - }, - { - "percent": "10000", - "reputation": 8806485920347, - "rshares": 27752122387, - "voter": "jasonstaggers" - }, - { - "percent": "10000", - "reputation": 283380527576, - "rshares": 5449172599, - "voter": "mahekg" - }, - { - "percent": "10000", - "reputation": 17701690051649, - "rshares": 124605670789, - "voter": "steemdrive" - }, - { - "percent": "10000", - "reputation": 49283901870, - "rshares": 1023333164, - "voter": "metaflute" - }, - { - "percent": "10000", - "reputation": 988942038058, - "rshares": 52633105216, - "voter": "gomeravibz" - }, - { - "percent": "10000", - "reputation": 1275505236, - "rshares": 8765080527, - "voter": "taker" - }, - { - "percent": "10000", - "reputation": 36625546797, - "rshares": 731831758, - "voter": "pakisnxt" - }, - { - "percent": "10000", - "reputation": 10137266406870, - "rshares": 5411545736, - "voter": "nekromarinist" - }, - { - "percent": "10000", - "reputation": -833837861150, - "rshares": 52489886, - "voter": "sharon" - }, - { - "percent": "10000", - "reputation": 11856501387697, - "rshares": 46610922073, - "voter": "allasyummyfood" - }, - { - "percent": "10000", - "reputation": 4336038090799, - "rshares": 14656318513, - "voter": "felixxx" - }, - { - "percent": "10000", - "reputation": -1130081321479, - "rshares": 52102443, - "voter": "lillianjones" - }, - { - "percent": "10000", - "reputation": 90565359983, - "rshares": 23337147272, - "voter": "rawnetics" - }, - { - "percent": "10000", - "reputation": 3731142865186, - "rshares": 2595700392, - "voter": "timcliff" - }, - { - "percent": "10000", - "reputation": 97123078718, - "rshares": 20215747355, - "voter": "yng-entrepreneur" - }, - { - "percent": "10000", - "reputation": 3194641726781, - "rshares": 23051494572, - "voter": "laoyao" - }, - { - "percent": "10000", - "reputation": 1609279840801, - "rshares": 3801240661, - "voter": "rich77" - }, - { - "percent": "10000", - "reputation": 7286529084, - "rshares": 482511907124, - "voter": "toxic" - }, - { - "percent": "10000", - "reputation": 3350958489391, - "rshares": 4673772256, - "voter": "darknet" - }, - { - "percent": "10000", - "reputation": 512132085322, - "rshares": 9241877973, - "voter": "viktor.phuket" - }, - { - "percent": "10000", - "reputation": 25724194555647, - "rshares": 34796180612, - "voter": "timsaid" - }, - { - "percent": "10000", - "reputation": 566772714531, - "rshares": 2221730069, - "voter": "crypto-toll" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 3651315001, - "voter": "ullikume" - }, - { - "percent": "10000", - "reputation": 1911888642586, - "rshares": 2561315048, - "voter": "uuuhha" - }, - { - "percent": "10000", - "reputation": 19964916752653, - "rshares": 102188578929, - "voter": "thisisbenbrick" - }, - { - "percent": "10000", - "reputation": 46067925183928, - "rshares": 256407267931, - "voter": "fairytalelife" - }, - { - "percent": "10000", - "reputation": 790526925913, - "rshares": 1291393037, - "voter": "dolov" - }, - { - "percent": "10000", - "reputation": 117644956479, - "rshares": 12816228337, - "voter": "jphamer1" - }, - { - "percent": "10000", - "reputation": 66791976065, - "rshares": 94576187995, - "voter": "joele" - }, - { - "percent": "10000", - "reputation": 11122126920308, - "rshares": 3532206423, - "voter": "oflyhigh" - }, - { - "percent": "10000", - "reputation": 1562464639, - "rshares": 57523014, - "voter": "nickche" - }, - { - "percent": "10000", - "reputation": 166646264775, - "rshares": 1694788518, - "voter": "anjoke" - }, - { - "percent": "10000", - "reputation": 3740136030964, - "rshares": 687490845, - "voter": "future24" - }, - { - "percent": "10000", - "reputation": 191217797933, - "rshares": 59458578, - "voter": "zionuziriel" - }, - { - "percent": "10000", - "reputation": -1468839175006, - "rshares": 52502611, - "voter": "msjennifer" - }, - { - "percent": "10000", - "reputation": -1343370986030, - "rshares": 50828873, - "voter": "ciao" - }, - { - "percent": "10000", - "reputation": 3401416945201, - "rshares": 1228509011, - "voter": "villainblack" - }, - { - "percent": "10000", - "reputation": 1795134, - "rshares": 54355927, - "voter": "tinca" - }, - { - "percent": "10000", - "reputation": 3515726108234, - "rshares": 436393958, - "voter": "jrcornel" - }, - { - "percent": "10000", - "reputation": 485540, - "rshares": 50521096, - "voter": "steemo" - }, - { - "percent": "10000", - "reputation": -79575494262, - "rshares": 50390768, - "voter": "steema" - }, - { - "percent": "10000", - "reputation": 2751128831351, - "rshares": 5653663246, - "voter": "virtashare" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 273860901, - "voter": "gamerate" - }, - { - "percent": "10000", - "reputation": -9068872902, - "rshares": 61293441, - "voter": "chrismarketing" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 234905614, - "voter": "vootka" - }, - { - "percent": "10000", - "reputation": -894488087252, - "rshares": 59896309, - "voter": "confucius" - }, - { - "percent": "10000", - "reputation": 593072231, - "rshares": 61696026, - "voter": "immortality" - }, - { - "percent": "10000", - "reputation": 9332405310628, - "rshares": 27919047116, - "voter": "mrosenquist" - }, - { - "percent": "10000", - "reputation": 37279727062, - "rshares": 1636585181, - "voter": "bledarus" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 52405452, - "voter": "nano2nd" - }, - { - "percent": "10000", - "reputation": 7436429161346, - "rshares": 11443509504, - "voter": "mione" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 117292449, - "voter": "future-shock" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 62391219, - "voter": "immortal" - }, - { - "percent": "10000", - "reputation": -789959772758, - "rshares": 52400873, - "voter": "jarvis" - }, - { - "percent": "10000", - "reputation": 47334856382, - "rshares": 65286836, - "voter": "williamdevine" - }, - { - "percent": "10000", - "reputation": 2409896485, - "rshares": 7142895146, - "voter": "theb0red1" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50692212, - "voter": "fortuner" - }, - { - "percent": "10000", - "reputation": 28535887165, - "rshares": 72982892, - "voter": "longevity" - }, - { - "percent": "10000", - "reputation": 57513824, - "rshares": 61874235, - "voter": "rashka" - }, - { - "percent": "10000", - "reputation": 4637390447698, - "rshares": 1157125253, - "voter": "chinadaily" - }, - { - "percent": "10000", - "reputation": 31215012571, - "rshares": 37801320901, - "voter": "thecurator" - }, - { - "percent": "10000", - "reputation": 2747626258414, - "rshares": 2427660705, - "voter": "virtualgrowth" - }, - { - "percent": "10000", - "reputation": 4088300066909, - "rshares": 20523010963, - "voter": "runaway-psyche" - }, - { - "percent": "10000", - "reputation": 40078121577, - "rshares": 596060484, - "voter": "chanbam" - }, - { - "percent": "10000", - "reputation": -52839282898, - "rshares": 288080558, - "voter": "crezyliza" - }, - { - "percent": "10000", - "reputation": 4318672774075, - "rshares": 6763113815, - "voter": "farmerswife" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 296332739, - "voter": "jimmytwoshoes" - }, - { - "percent": "10000", - "reputation": 1509612108450, - "rshares": 1428185120, - "voter": "jsantana" - }, - { - "percent": "10000", - "reputation": 1063238167696, - "rshares": 3239749695, - "voter": "steveo" - }, - { - "percent": "10000", - "reputation": 24073624840, - "rshares": 2510434809, - "voter": "madoff" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50684643, - "voter": "johnbyrd" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50682252, - "voter": "thomasaustin" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50680459, - "voter": "thermor" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50677748, - "voter": "ficholl" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50673817, - "voter": "widell" - }, - { - "percent": "10000", - "reputation": 397516062, - "rshares": 59993245, - "voter": "longtech" - }, - { - "percent": "10000", - "reputation": 5427607111677, - "rshares": 8646097362, - "voter": "jaredcwillis" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50311250, - "voter": "revelbrooks" - }, - { - "percent": "10000", - "reputation": 1916013022364, - "rshares": 301096603, - "voter": "wuyueling" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 59226282, - "voter": "zite" - }, - { - "percent": "10000", - "reputation": 28176351271250, - "rshares": 70234608899, - "voter": "barrycooper" - }, - { - "percent": "10000", - "reputation": 17360647532455, - "rshares": 39122184230, - "voter": "emancipatedhuman" - }, - { - "percent": "10000", - "reputation": 62579633003, - "rshares": 73706708, - "voter": "joelbow" - }, - { - "percent": "10000", - "reputation": 63845074863, - "rshares": 1779402721, - "voter": "themadmonk" - }, - { - "percent": "10000", - "reputation": 11490547563070, - "rshares": 10832852934, - "voter": "hilarski" - }, - { - "percent": "10000", - "reputation": 3725920343994, - "rshares": 7757948841, - "voter": "booky" - }, - { - "percent": "10000", - "reputation": 6300363201553, - "rshares": 12474263816, - "voter": "mandibil" - }, - { - "percent": "10000", - "reputation": 1876749044289, - "rshares": 1734880593, - "voter": "shadowspub" - }, - { - "percent": "10000", - "reputation": 1734036671982, - "rshares": 959083434, - "voter": "therealpaul" - }, - { - "percent": "10000", - "reputation": 740952354750, - "rshares": 307241644, - "voter": "vonpetro" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50416427, - "voter": "curpose" - }, - { - "percent": "10000", - "reputation": 28397805329, - "rshares": 61576570, - "voter": "mikerowerules12" - }, - { - "percent": "10000", - "reputation": 1480652550326, - "rshares": 1258080185, - "voter": "lenar" - }, - { - "percent": "10000", - "reputation": 8298658614343, - "rshares": 5110452751, - "voter": "lesliestarrohara" - }, - { - "percent": "10000", - "reputation": 18957179674, - "rshares": 60364183, - "voter": "uri-bruck" - }, - { - "percent": "10000", - "reputation": 3144994876819, - "rshares": 1241673056, - "voter": "nulliusinverba" - }, - { - "percent": "10000", - "reputation": 17676358821986, - "rshares": 17764316625, - "voter": "krnel" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 56761351, - "voter": "eliseojacobo" - }, - { - "percent": "10000", - "reputation": 4818398060873, - "rshares": 74585233974, - "voter": "shenanigator" - }, - { - "percent": "10000", - "reputation": 1391859553453, - "rshares": 55633002031, - "voter": "skum" - }, - { - "percent": "10000", - "reputation": 6435147485147, - "rshares": 14150272924, - "voter": "macksby" - }, - { - "percent": "10000", - "reputation": 19141466793, - "rshares": 59103677, - "voter": "alaqrab" - }, - { - "percent": "10000", - "reputation": 250066271138, - "rshares": 74584024, - "voter": "uziriel" - }, - { - "percent": "10000", - "reputation": 339886160, - "rshares": 394178677, - "voter": "hpk" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 55140441, - "voter": "steemitup" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50588612, - "voter": "troich" - }, - { - "percent": "10000", - "reputation": 3573461197670, - "rshares": 21483815812, - "voter": "luminousvisions" - }, - { - "percent": "10000", - "reputation": 20797221470, - "rshares": 1713129061, - "voter": "davidjkelley" - }, - { - "percent": "10000", - "reputation": 651373865756, - "rshares": 115141637, - "voter": "team101" - }, - { - "percent": "10000", - "reputation": 2083416845, - "rshares": 50593879, - "voter": "crion" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50271139, - "voter": "hitherise" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50262756, - "voter": "wiss" - }, - { - "percent": "10000", - "reputation": 837791549130, - "rshares": 37275195891, - "voter": "sponge-bob" - }, - { - "percent": "10000", - "reputation": 232802458264, - "rshares": 15859669622, - "voter": "digital-wisdom" - }, - { - "percent": "10000", - "reputation": 18088143027, - "rshares": 57184430, - "voter": "mnviking" - }, - { - "percent": "10000", - "reputation": 1511945712631, - "rshares": 3725515516, - "voter": "sift666" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 51033798, - "voter": "stroully" - }, - { - "percent": "10000", - "reputation": 352639183151, - "rshares": 5661463232, - "voter": "immortalfame" - }, - { - "percent": "10000", - "reputation": 1013640486, - "rshares": 55473809, - "voter": "alternative" - }, - { - "percent": "10000", - "reputation": 785171622834, - "rshares": 5854747574, - "voter": "jwaser" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50710305, - "voter": "prof" - }, - { - "percent": "10000", - "reputation": 262756573957, - "rshares": 490887668, - "voter": "kev7000" - }, - { - "percent": "10000", - "reputation": 640164473382, - "rshares": 55043079, - "voter": "zettar" - }, - { - "percent": "10000", - "reputation": 2840774649947, - "rshares": 16076822216, - "voter": "hunterisgreat" - }, - { - "percent": "10000", - "reputation": 340991592664, - "rshares": 82786113, - "voter": "tito-baron" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50356354, - "voter": "yorsens" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 55725073, - "voter": "budda" - }, - { - "percent": "10000", - "reputation": 633133259080, - "rshares": 58126364, - "voter": "chaeya" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50065875, - "voter": "bane" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50059754, - "voter": "vive" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50054445, - "voter": "coad" - }, - { - "percent": "10000", - "reputation": 3533625673, - "rshares": 23191446542, - "voter": "dubi" - }, - { - "percent": "10000", - "reputation": 2288762261504, - "rshares": 9370846764, - "voter": "goose" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50931848, - "voter": "analyzethis" - }, - { - "percent": "10000", - "reputation": 1810829967, - "rshares": 2759964885, - "voter": "bwaser" - }, - { - "percent": "10000", - "reputation": 6227584776320, - "rshares": 4840990082, - "voter": "renzoarg" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50825587, - "voter": "sofa" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 55093071, - "voter": "warhammer" - }, - { - "percent": "10000", - "reputation": 1197776504, - "rshares": 53110243, - "voter": "recurvez" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 55070425, - "voter": "roadhog" - }, - { - "percent": "10000", - "reputation": 2609275826131, - "rshares": 117997260, - "voter": "alina1" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 52794249, - "voter": "doggnostic" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 54839629, - "voter": "dr-who" - }, - { - "percent": "10000", - "reputation": 687559505602, - "rshares": 54036170, - "voter": "catsmart" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 108903782, - "voter": "dr-house" - }, - { - "percent": "10000", - "reputation": 2332975763185, - "rshares": 57522774, - "voter": "patelincho" - }, - { - "percent": "10000", - "reputation": -119859903423, - "rshares": 70034816, - "voter": "and030380" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 52521499, - "voter": "jenny-talls" - }, - { - "percent": "10000", - "reputation": 50326964582800, - "rshares": 242929782471, - "voter": "charlieshrem" - }, - { - "percent": "10000", - "reputation": 19674745811334, - "rshares": 68637522935, - "voter": "tracemayer" - }, - { - "percent": "10000", - "reputation": 26215514, - "rshares": 37138701009, - "voter": "brains" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 54601718, - "voter": "imc" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 54464024, - "voter": "deviatour" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 53400199, - "voter": "post-successful" - }, - { - "percent": "10000", - "reputation": -674983067, - "rshares": 52041445, - "voter": "yegor" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50918375, - "voter": "ailo" - }, - { - "percent": "10000", - "reputation": 33451402996481, - "rshares": 130590614407, - "voter": "jamielefay" - }, - { - "percent": "10000", - "reputation": 679010673667, - "rshares": 53143662, - "voter": "nelyp" - }, - { - "percent": "10000", - "reputation": 35511792131, - "rshares": 2610482432, - "voter": "robcichocki" - }, - { - "percent": "10000", - "reputation": 570800415880, - "rshares": 1575506866, - "voter": "ellepdub" - }, - { - "percent": "10000", - "reputation": 39967971, - "rshares": 52928580, - "voter": "gregorygarcia" - }, - { - "percent": "10000", - "reputation": 1502200909130, - "rshares": 142968891, - "voter": "ola1" - }, - { - "percent": "10000", - "reputation": 3256405941440, - "rshares": 92282121, - "voter": "michelle.gent" - }, - { - "percent": "10000", - "reputation": 6072650400812, - "rshares": 3022511117, - "voter": "herpetologyguy" - }, - { - "percent": "10000", - "reputation": 1145958608976, - "rshares": 89109313, - "voter": "everittmickey" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50441122, - "voter": "eavy" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50439559, - "voter": "roto" - }, - { - "percent": "10000", - "reputation": 85335936192, - "rshares": 55976796, - "voter": "drac59" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 4965019350, - "voter": "morgan.waser" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50686168, - "voter": "jcdobber" - }, - { - "percent": "10000", - "reputation": 277100322, - "rshares": 50658555, - "voter": "dillon-sauers" - }, - { - "percent": "10000", - "reputation": 774561357, - "rshares": 50182215, - "voter": "sageboba" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50817111, - "voter": "mehran" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 50704078, - "voter": "yotoh" - }, - { - "percent": "10000", - "reputation": 1206003099947, - "rshares": 293689087, - "voter": "iontom" - }, - { - "percent": "10000", - "reputation": 13744830964, - "rshares": 50420952, - "voter": "mocat15" - }, - { - "percent": "10000", - "reputation": 2536730663, - "rshares": 249226300, - "voter": "letstalkliberty" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 1632559314, - "voter": "strong-ai" - }, - { - "percent": "10000", - "reputation": 3727858482, - "rshares": 61342952, - "voter": "wearechange-co" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 154276916, - "voter": "memnon34" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": 155926994, - "voter": "hethzen" - } - ], - "author": "the-alien", - "author_reputation": 57302509663422, - "beneficiaries": [], - "body": "![Alt text](http://cdn.dailyseoblog.com/wp-content/uploads/2015/11/Competition_SEO.jpg)\n\nNew competition is in town, here I said it. Many people don\u2019t like competition, some people fear it, some people get motivated by it, and some people see it as an opportunity that helps them step up to the next level.\n\nPersonally, I get the same emotional reflex from new competition than I get from any change of weather, it doesn\u2019t really faze me that much. Long time ago I\u2019ve learned to open a new folder in my brain containing all the elements that I can\u2019t control, and the emergence of new competition certainly qualifies for that folder.\n\nAnd the reason I do that is because I think that the worst thing you possibly can do is to let your fear-based reactions make your decisions for you.\n\nAlthough to be totally honest with you, I\u2019d be an idiot if I told you to completely ignore competition and act as if doesn\u2019t don\u2019t exist. \n\nSometimes it\u2019s well worth your attention because it may show you something you\u2019ve missed, it may remind of why you do what you do in the first place, and depending on the competition, it can even help you improve and advance. \n\n![Alt Text](http://2.bp.blogspot.com/-jCsWg5lEM9w/To2MZ4wwQMI/AAAAAAAAI8Q/VNo2kdw4ot8/s640/Matrix_067Pyxurz.jpg)\n\nA few months ago a new disruptive technology came to the world. It allowed all sorts content creators to make some income doing what they love, all while bypassing the restrictive censorship of armies of gate keepers around the world. And since you\u2019re reading this, then you\u2019re probably using it too.\n\nBut here\u2019s the thing, when what you do is truly amazing, you can\u2019t really expect that no one else is going to try to replicate it. In fact, the strange thing would be that if no one was ever going to attempt to create \u201cthe new steemit\u201d.\n\nAfter all, competition is a part of life, and it\u2019s almost here so maybe it\u2019s time we talked about it.\n\n# Dancing with Mr. Ying and Miss Yang\n\nOn the positive side, competition can make us stronger and more connected. All those small debates and unnecessary dramas would suddenly take a back seat to more important matters. \n\nIt can motivate us to up our game and take it to the next level. It can encourage us to keep improving so we don\u2019t get too comfortable. It can help us realize what we have, and not take it for granted. \n\n![Alt Text](http://3.bp.blogspot.com/-TVDMaHEL61w/U1_ZuVFcttI/AAAAAAAAMvg/dt0wlqDLFWI/s1600/living+in+the+matrix.jpg)\n\nBut there's another way to approach competition, the Yang way, where you can go to that room where you archive all those things that you can\u2019t control, head towards the door and kick it wide open. Just sit there and let fear invade you.\n\nI know this sounds crazy, but believe it or not, the second most common thing people do in face of competition is to fear it and let them rush into making unnecessary decisions. Now, I don\u2019t know about you but to me panic doesn\u2019t precisely strike me as a solid strategy.\n\nHowever, I do understand why some people might experience some concerns. *\"Look, there\u2019s a new competition, they have a brand new website, their logo looks so professionally made, their name is so catchy. Hell, they even have shiny shoes\u2026\"* \n\nFrom that point on, it will be just a matter of time until this question starts circling around: *What if people start pouring there?*\n\nI hate to break it to you, but these things can and will probably happen.\n\nA few steemians will move there and that\u2019s ok. In fact, that\u2019s very understandable, they will have their reasons. Maybe they go on their own, or maybe they will have an offer to join. \n\nSo when that happens, there are two things that you can do:\n\nYou can worry that people are migrating elsewhere, or you can remember the \u201csecret\u201d: That they will never stop making people. \n\nPlus, if that if the goal is expansion, then it\u2019s a comfort knowing that the journey hasn\u2019t changed and that we\u2019re still on the same course.\n\n# Destination Moon\n\nThat are enough potential users in the planet for everyone, they will never stop making people, remember? \n\nPlus, if the dream was grow and reach hundreds of thousands, maybe millions of people, then nothing has really changed in the grand scheme of things. right?\n\nMaybe a few will leave and it\u2019s ok, maybe they\u2019ll come back quickly afterwards, maybe they won\u2019t or maybe this is a good opportunity to remember:\n\n## That moon we all talked about, our moon, is still the goal.\n\n![Alt Text](https://s9.postimg.io/ptqv6s6of/Untitled_design.png)\n\n*Picture dedicated to @smooth. Thank you for the logo advice!*\n\n# A View from the Future\n\nSo in the future if you read some open letters from some prominent writers explaining why they moved away to the competition, so maybe we don't need to give these things more importance than they deserve.\n\nSometimes diversification is a smart move, sometimes people need to look for what\u2019s best for them, and sometimes they look for whatever they perceive as such. Whatever the case may be, it\u2019s still their choice and they are free to change their minds.\n\nAnd yes, we will probably read a few editorial posts about *\u201cWhy I left steemit for X\u201d* and maybe a little worry might circle your train of thought. \n\nMaybe their reasons are totally valid, or maybe they\u2019re unconsciously making up a story with which they can justify it to themselves. So all of the sudden every small problem is magnified and the grass on the other side looks greener. It happens.\n\nEither way, it\u2019s not our place to judge them.\n\nAnd yes, the preachers of doom will jump at the opportunity to parade their psychic abilities, *See? People are leaving steemit already. I told you!*, but when that happens please remember that we\u2019re talking about people who never let a good crisis go to waste. So whatever they say should probably be taken with a fine pure grain of Himalayan salt.\n\nThese are things that we can\u2019t control, here\u2019s what we can do.\n\nWe can step up, we can up our game, we can show them what this platform has already proved, we can remember why we joined and that maybe, just maybe show them that we are still fighting for that fucking moon.\n\nBecause let\u2019s not forget, steem is third behind Bitcoin and Ether.\n\n### And just as Bitcoin had so many new competing coins that were going to completely erase it from the map, we\u2019ll probably hear the same song again.\n\n![Alt Text](http://tr1.cbsistatic.com/hub/i/2014/11/04/27691a45-1606-4647-9093-637886cc89be/forecast-crystal-ball-prediction.jpg)\n\nThere will be many death predictions too. Bitcoin had about a hundred of them, so don't be surprised when that happens.\n\nBut what if I\u2019m wrong and the competition is very strong?\n\nWell then we learn to compete better. Competition is a part of life, and it can make you better if you know how to approach it. In fact, [I wrote about the subject in the past](https://steemit.com/life/@the-alien/blasts-from-the-past-lessons-from-running-a-bar-at-a-young-age).\n\nSo this goes for those of us who experienced the life changing abilities of this platform, and especially for those who are crazy enough to still believe in the same dream that we are at the beginning stages of a beautiful game changer. For those who still have the same passion about disruptiveness as in the first day, here\u2019s something that we can do:\n\n# We Can Bet on Our Strengths\n\n![Alt Text](https://pbs.twimg.com/media/Cm8iJ91XEAIVokI.jpg)\n\nWe can focus on what steemit has achieved already and introduce it to the world. How many people have made some good income already? How many projects has steemit helped? How many it has brought in to life? How many relationships have been forged?\n\nSo maybe you\u2019re a filmmaker looking for a good story, maybe you can make a documentary about the lives that steemit has changed and its future effects on society, maybe the rest of us can help you.\n\nMaybe I should listen to my own words and lead by example. Maybe I should carve out some time and finally launch my very own book that was born out of pure steem.\n\nOr maybe we shouldn\u2019t have to do anything at all. Maybe we shouldn\u2019t have to step up our game just yet, and ignore any competition.\n\nI\u2019m not quite sure.\n\nWhatever the case may be, I just want you to know that if you\u2019re here for the long run, than you should know that more competition will come, and when that happens don\u2019t listen to the alarming voices and trust your own judgement.\n\nI want you to know that it\u2019s not the end, that this is the beginning and that I hope that you\u2019re still enjoying this beautifully game changing ride and not planning to give up your seat just yet.\n\n#### Image Sources: [1](http://dailyseoblog.com/how-to-discover-your-competitions-seo-strategies/) - [2](http://pyxurz.blogspot.com.br/2011/10/matrix-page-2-of-7.html) - [3](http://humansarefree.com/2014/04/16-signs-that-you-are-slave-living-in.html)- [4](http://wallpaper.zone/carlsberg-wallpaper) - [5](http://www.techrepublic.com/article/peering-into-the-crystal-ball-it-leader-predict-major-tech-trends/) - [6](https://twitter.com/riaali4)", - "body_length": 9016, - "cashout_time": "2016-09-07T20:01:03", - "category": "life", - "children": 90, - "created": "2016-08-31T20:01:03", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "json_metadata": "{\"tags\":[\"life\",\"steemit\",\"competition\",\"psychology\",\"alien\"],\"users\":[\"smooth\"],\"image\":[\"http://cdn.dailyseoblog.com/wp-content/uploads/2015/11/Competition_SEO.jpg\",\"http://2.bp.blogspot.com/-jCsWg5lEM9w/To2MZ4wwQMI/AAAAAAAAI8Q/VNo2kdw4ot8/s640/Matrix_067Pyxurz.jpg\",\"http://3.bp.blogspot.com/-TVDMaHEL61w/U1_ZuVFcttI/AAAAAAAAMvg/dt0wlqDLFWI/s1600/living+in+the+matrix.jpg\",\"https://s9.postimg.io/ptqv6s6of/Untitled_design.png\",\"http://tr1.cbsistatic.com/hub/i/2014/11/04/27691a45-1606-4647-9093-637886cc89be/forecast-crystal-ball-prediction.jpg\",\"https://pbs.twimg.com/media/Cm8iJ91XEAIVokI.jpg\"],\"links\":[\"https://steemit.com/life/@the-alien/blasts-from-the-past-lessons-from-running-a-bar-at-a-young-age\",\"http://dailyseoblog.com/how-to-discover-your-competitions-seo-strategies/\",\"http://pyxurz.blogspot.com.br/2011/10/matrix-page-2-of-7.html\",\"http://humansarefree.com/2014/04/16-signs-that-you-are-slave-living-in.html\",\"http://wallpaper.zone/carlsberg-wallpaper\",\"http://www.techrepublic.com/article/peering-into-the-crystal-ball-it-leader-predict-major-tech-trends/\",\"https://twitter.com/riaali4\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T23:28:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 115579310823374, - "parent_author": "", - "parent_permlink": "life", - "pending_payout_value": "1282.366 HBD", - "percent_hbd": 10000, - "permlink": "we-have-competition-so-what", - "post_id": 1075409, - "promoted": "100.000 HBD", - "replies": [], - "root_title": "We Have Competition, So What?", - "title": "We Have Competition, So What?", - "total_payout_value": "0.000 HBD", - "url": "/life/@the-alien/we-have-competition-so-what" - }, { "active_votes": [ { @@ -22124,5 +19602,157 @@ "title": "Wilder Ranch: Coastal Archaeology and Seals!", "total_payout_value": "0.000 HBD", "url": "/photography/@reneenouveau/wilder-ranch-coastal-archaeology-and-seals" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 28854604640, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 3147417416, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 9206411638386, + "rshares": 97007185668, + "voter": "limitless" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 360681656009, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 863365208, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 305995962, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 268679076, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 45485816669, + "rshares": 225572610, + "voter": "adamgud" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4487120677, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 356943865, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 402435812, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 48483991760, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 1756853910, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4197147757, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 3744057022, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 23400232, + "rshares": 65091622, + "voter": "rpo" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1738206032, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3870715815, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 1797155307423, + "rshares": 396781458, + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 13744830964, + "rshares": 50420952, + "voter": "mocat15" + } + ], + "author": "blakemiles84", + "author_reputation": 34874025761373, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=TELd2nAIBqY\n\n# damn good song for a wednesday morning.\n\n# [50 dkp plus](https://www.youtube.com/watch?v=HtvIYRrgZ04) for the awesome anime video and the flying blue pokemon. \n--------\n### Stay tuned for more gems picked from curated Pandora playlists spanning over five years!\n\n## Upvote if you enjoy!", + "body_length": 333, + "cashout_time": "2016-09-07T14:19:30", + "category": "music", + "children": 3, + "created": "2016-08-31T14:19:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"blakes-mix\",\"porter-robinson\",\"mat-zo\"],\"image\":[\"https://img.youtube.com/vi/TELd2nAIBqY/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=TELd2nAIBqY\",\"https://www.youtube.com/watch?v=HtvIYRrgZ04\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T14:19:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 560904243271, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.268 HBD", + "percent_hbd": 10000, + "permlink": "blake-s-mix-1015-porter-robinson-and-mat-zp-easy", + "post_id": 1071263, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "-=Blake's Mix=- 1015: Porter Robinson and Mat Zp - Easy", + "title": "-=Blake's Mix=- 1015: Porter Robinson and Mat Zp - Easy", + "total_payout_value": "0.000 HBD", + "url": "/music/@blakemiles84/blake-s-mix-1015-porter-robinson-and-mat-zp-easy" } ] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.tavern.yaml index 4bc687b0..a9226e0f 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.tavern.yaml +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/roadscape.tavern.yaml @@ -5,6 +5,7 @@ - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) # there are 2 reblogs done by 'test-safari` account + # original produced overlapping pages includes: - !include ../../common.yaml diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.orig.json new file mode 100644 index 00000000..94366a12 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.orig.json @@ -0,0 +1,22 @@ +post_id author permlink +------- ---------------- ------------------------------------------------------------------------------------------------------------------------------- + 960970 charlieshrem mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem + 960290 dollarvigilante another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold + 960258 gavvet why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author + 960187 aggroed in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source + 960174 stellabelle artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit + 960067 curie the-daily-curie-14th-sept-15th-sept-2016 + 959904 aggroed exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white + 959860 richardcrill should-i-be-long-on-ethereum + 959282 benjojo hearts-of-darkness-plague-of-the-void-seeds-15 + 959266 gardenofeden mouthgasmic-steemy-food-love-wild-crafted-frittata-with-lemon-thai-basil-chimichurri-on-sweet-potato-leaves-from-our-free-5 + 958959 gavvet title-steel-monsters-tank-destroyers-of-ww-ii-eng-ua-featuring-burmik123-as-author + 958481 steempower ripple-raises-usd55-million-from-big-banks-series-b-xrp-prices-jumped-60-to-0-0001600-within-1-hour + 958450 skypilot sunset-at-point-sur-california + 958372 gavvet three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author + 957976 gavvet letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author + 957687 kevinwong logo-contest-for-project-curie-contest-process-and-winners-announcement + 957667 mammasitta choose-life-and-love-and-roses-life-is-too-short-to-wear-boring-toe-nail-polish-la-vie-en-rose-in-progress + 957556 aggroed satirically-yours-s1e14-hillary-clinton-experiences-dramatic-recovery-after-switching-to-raw-food-vegan-diet + 957411 aggroed satirically-yours-s1e13-radical-pro-harambe-candidate-trump-tweets-armed-selfie-states-don-t-go-to-the-cincinnati-zoo-tomorrow + 956997 jaredhowe identity-politics-dysgenics-and-the-revolt-against-property diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.pat.json new file mode 100644 index 00000000..51d4e638 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/truncated.pat.json @@ -0,0 +1,16875 @@ +[ + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only croco", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile03", + "post_id": 1257963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 03", + "title": "powerful crocodile 03", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile03" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only croco", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile02", + "post_id": 1257962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 02", + "title": "powerful crocodile 02", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile02" + }, + { + "active_votes": [], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "only croco", + "body_length": 18, + "cashout_time": "2016-09-22T19:47:45", + "category": "hive-135485", + "children": 0, + "created": "2016-09-15T19:47:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "hive-135485", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "crocodile01", + "post_id": 1257961, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "powerful crocodile 01", + "title": "powerful crocodile 01", + "total_payout_value": "0.000 HBD", + "url": "/hive-135485/@blocktrades/crocodile01" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231815399848, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950776472028, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466189427281, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932369613, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677356665, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149156424, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468295495, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641891453, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 31733693573, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 319978787382, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 183455862202, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177422979921, + "voter": "mummyimperfect" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553528416, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970610699889, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303208719, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 35244223389, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55960464168, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275083790158, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047565689, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346657524, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 203028922423, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34073741916, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 36267999733, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49807514764, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68450624110, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 462747522217, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271256317, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14886225123, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 25849925929525, + "rshares": 185306737687, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250267854, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209550858, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 89580632, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14455781997, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4428694472, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709674578, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989849211, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34310997040, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 3976815048658, + "rshares": 4150694741, + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135241026997, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50580942653, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157263872, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1181429894047, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969530313, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23486336661, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494631758, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 41308723727, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246291037911, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9208584487, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831884826, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54407421509, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190432650, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 14379798074, + "rshares": 538023492, + "voter": "marinaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23490308796, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23488038283, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485060556, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480907119, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157899297, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477459041, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474757706, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370331931, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136086029693, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6630568148, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99940391922, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2354334523, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4254379739, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8576106418, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 576343622, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": -4629473733, + "rshares": 60225791, + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60219243, + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802020725261, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 998787616929, + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468551300, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 3463887645084, + "rshares": 8536250240, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 28176351271250, + "rshares": 99130059443, + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 31611733517, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 4533929087960, + "rshares": 8390958262, + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56999917, + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401518277, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 22792452702, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621847215, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26574132419, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044803243, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 258239323, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 5934390558, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 415654681468, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 63546443837, + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 26568286493, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1702730509, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 270609126129, + "rshares": 2127783725, + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 74154890902, + "rshares": 431087473, + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 52329350, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630374239, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 188217107, + "voter": "techslut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137659447, + "voter": "steemtrail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3035584586, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 123580867, + "voter": "toddemaher1" + } + ], + "author": "charlieshrem", + "author_reputation": 50326964582800, + "beneficiaries": [], + "body": "[![1427721", + "body_length": 5033, + "cashout_time": "2016-09-22T19:39:15", + "category": "story", + "children": 2, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"bitcoin\"],\"image\":[\"https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg\",\"https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png\",\"https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png\",\"https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg\"],\"links\":[\"https://postimg.org/image/5bg38xjjr/\",\"https://postimg.org/image/iu6qq6eb9/\",\"https://postimg.org/image/nfj3tkh87/\",\"https://postimg.org/image/ceiwrfinr/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 16647533396431, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "18.922 HBD", + "percent_hbd": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 1257859, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "title": "MackerelCoin & My Socioeconomic Observations from Prison (Part 1 by Charlie Shrem)", + "total_payout_value": "0.000 HBD", + "url": "/story/@charlieshrem/mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2321962618319, + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1469558503443, + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856006073992, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1950753758979, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534707047296, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 620996029765, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120582597678, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440845842, + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 1682985060, + "rshares": 26932201065, + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 335617567, + "rshares": 8677295375, + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 22149018521, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942299654212, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 57625926227, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14818263059, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 8836453529, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 29596510808, + "voter": "full-measure" + }, + { + "percent": "1225", + "reputation": 12382143533351, + "rshares": 104880949618, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5641697991, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3997942209174, + "rshares": 40391466193, + "voter": "himalayanguru" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584291107228, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 178471627922, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177420844935, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635691300, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 616864092786, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061266533, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6230798580, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 40553122820, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58188888655, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581045086, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 36407027386, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577467736, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275016906945, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 31346001722, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1960155455032, + "rshares": 4682885200, + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 189626835254, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 208362110567, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 46266779182, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75334808165, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 484636799, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17908924002, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 25984358555464, + "rshares": 68449861599, + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 60315479782, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867575018, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25057642057, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 6939984054, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 118094280271, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 578386960, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 642869652, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 594982040, + "voter": "doge4lyf" + }, + { + "percent": "4400", + "reputation": 1598540193144, + "rshares": 12668641443, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 25221166135, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168336425, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6017253623, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251367062418, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739229218, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": -883682716676, + "rshares": 87223247, + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 24417687626, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4545051592, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 362515598946, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 147403710, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82782405213, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3709588060, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32544157928, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 4996306142, + "voter": "dmitriybtc" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30989614870, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 799615699, + "voter": "raymonjohnstone" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 34309455805, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 674282213, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 599033376, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 2002851358, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 50579277183, + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "7400", + "reputation": 10137266406870, + "rshares": 12064042634, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157207095, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 10771708337101, + "rshares": 1213299204686, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157521707420, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23391691291, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 124802744033, + "rshares": 22969142749, + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23485900426, + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23494195522, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 42639811498, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 246279861104, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 9450505564, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 5831615639, + "voter": "brendio" + }, + { + "percent": "1225", + "reputation": 1751717743, + "rshares": 2918578376, + "voter": "gmurph" + }, + { + "percent": "4800", + "reputation": 1038813018744, + "rshares": 3690744042, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 54405024034, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190391188, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23489872560, + "voter": "laonie4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23487615266, + "voter": "laonie5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23484637540, + "voter": "laonie6" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23480497322, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23477049244, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23474334690, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 3016325652890, + "rshares": 136078574669, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112646631, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 6111268639849, + "rshares": 6791986484, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15860159560, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2343183825, + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 4366149629, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 646216243, + "rshares": 62928860, + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 4195733833721, + "rshares": 8801395051, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 13895575208, + "rshares": 72135954, + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51247757, + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 730408370151, + "rshares": 591109646, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 88481667, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 802011524540, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50698107, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23468154723, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712937692, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 310309073633, + "rshares": 1874035641, + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 333189373469, + "rshares": 302425178, + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 38239629358, + "rshares": 65868377, + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59126308, + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 45978108133, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 7880148903461, + "rshares": 15340272043, + "voter": "pressfortruth" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6654726855, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 73481598898, + "rshares": 101945845, + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2029369552, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 8226370900, + "rshares": 59693834, + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1615332211, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 3915304227, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 904012, + "rshares": 57856784, + "voter": "jamesyk" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2195520064, + "rshares": 58197677, + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 12901147949, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 752032432, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 85132342011, + "rshares": 22621459650, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4662965424, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 588228551, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3411072843, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 174778016, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 6064514, + "rshares": 56782516, + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 26571803569, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 3755265902762, + "rshares": 4044716723, + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15232622426, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682880996, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 2353724275, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 17357974240, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 659649765, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 50326964582800, + "rshares": 411677045923, + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 61827447459, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1415009195, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1352324852, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 3605995609, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 74431494282, + "rshares": 157644916, + "voter": "iggy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51636819, + "voter": "mbizryu0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51631638, + "voter": "archij" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51530815, + "voter": "movie7283" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51527606, + "voter": "ppcompp2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51520427, + "voter": "jj1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51516489, + "voter": "cineger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51497383, + "voter": "sksduddk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51490214, + "voter": "jjc0719" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 46150823, + "rshares": 51215236, + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50798322, + "voter": "breeze" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677982, + "voter": "sjytoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50676799, + "voter": "shy2675" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50675747, + "voter": "suance1009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50674176, + "voter": "hasqmd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673722, + "voter": "fischer67" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50672116, + "voter": "elya1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50632828, + "voter": "xclamp45" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50618471, + "voter": "likeagame1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50616898, + "voter": "apple4006" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50615195, + "voter": "bigbell61" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50612850, + "voter": "dolpo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50611931, + "voter": "dongperi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610620, + "voter": "lion2byung" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50610002, + "voter": "cwj1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50609329, + "voter": "psj212" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50608661, + "voter": "owithed2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50606929, + "voter": "fiself2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50605131, + "voter": "trablinever1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50603861, + "voter": "nuals1940" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50602310, + "voter": "fanceth2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50572441, + "voter": "unilever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50479027, + "voter": "sunlight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50355943, + "voter": "forea1995" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50354561, + "voter": "holow1968" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50353969, + "voter": "peaces1952" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50346496, + "voter": "himighar2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50345607, + "voter": "aromese1974" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344921, + "voter": "runis1943" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50344067, + "voter": "tong1962" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50340744, + "voter": "hishe1997" + }, + { + "percent": "10000", + "reputation": 2536730663, + "rshares": 255059000, + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 12665831490, + "rshares": 53375937, + "voter": "ninjapainter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51393104, + "voter": "buit1989" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51389981, + "voter": "imadecoult1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51387526, + "voter": "infees2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51384095, + "voter": "suar1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51382067, + "voter": "sobsell93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51380710, + "voter": "stroned96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51378107, + "voter": "drethe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51377505, + "voter": "qualwas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51376367, + "voter": "phent1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51375075, + "voter": "baboyes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51373532, + "voter": "whor1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51372739, + "voter": "youreforn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371902, + "voter": "voll1981" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51370717, + "voter": "copenty2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51369717, + "voter": "maject2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51367233, + "voter": "coust1997" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51366398, + "voter": "busionea84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51365174, + "voter": "therver1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51364022, + "voter": "appirdsmanne1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51362967, + "voter": "alienighted87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51359746, + "voter": "anity1994" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59959066, + "voter": "themphe1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51355864, + "voter": "abild1988" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51353540, + "voter": "spoll1973" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66162576, + "voter": "afteld1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 835065804, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1630362522, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 167843838, + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1300689481, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158057595, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157176058, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156847954, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155907388, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1442647825, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158535752, + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31008332335, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 155166715, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 120983531, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 2361914, + "rshares": 154247502, + "voter": "dougkarr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 96643251, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 181770825, + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 1153608185509, + "rshares": 519265850, + "voter": "doubledex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1593664040, + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 129609202, + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_reputation": 67427595157518, + "beneficiaries": [], + "body": "
ht", + "body_length": 6656, + "cashout_time": "2016-09-22T18:23:15", + "category": "money", + "children": 23, + "created": "2016-09-15T18:23:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"gold\",\"silver\",\"bitcoin\",\"crisis\"],\"image\":[\"https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg\",\"https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png\",\"https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg\"],\"links\":[\"https://dollarvigilante.com/subscribe\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:23:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 102136532384242, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "595.718 HBD", + "percent_hbd": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 1257023, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "title": "Another Billionaire Warns of Catastrophic Depths Not Seen in 5,000 Years - and Emphasizes Gold", + "total_payout_value": "0.000 HBD", + "url": "/money/@dollarvigilante/another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31307487536364, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809639013, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551268628220, + "voter": "butterfly" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1855967006728, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053236030423, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206068741954, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22391622942, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534654466021, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466132509421, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452874558937, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 636519834128, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120576239931, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5942254587236, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927291120, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941942978, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284401462010, + "voter": "chitty" + }, + { + "percent": "9000", + "reputation": 9469162, + "rshares": 75736848691, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536592488, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85270554570, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14502980866, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028550345, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897944197, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471747302, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857825141, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 7317943657, + "rshares": 2366347863, + "voter": "alenevaa" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106635074770, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003359924, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 970579316703, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952188311, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 219283354085, + "voter": "will-zewe" + }, + { + "percent": "2700", + "reputation": 3460995705314, + "rshares": 12241505540, + "voter": "lindee-hamner" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 275008585094, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047464747, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821262190, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118356217412, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16027781644, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17557768630, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 275327756, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19975706505, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3350419346, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5271030976, + "voter": "riscadox" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380892516, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105911917280, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 156249887947, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632460141, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 136322030, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5250179537, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14168005907, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209533734, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8751103405, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3086012957311, + "rshares": 8164924332, + "voter": "hyiparena" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859060143, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21565632626, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739169732, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325751551, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13373880577, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349618451, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3365797955, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618396015, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 1218867625, + "voter": "victoria2002" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1809205777, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 272641013, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273048922, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157733805, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158624349, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90416287, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708629529, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 437620869, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234191245, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81879061, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353991305, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734185109, + "voter": "taker" + }, + { + "percent": "4800", + "reputation": 10137266406870, + "rshares": 7825324952, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95786319596, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562882668, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19443061295, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726959262, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7707314246, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501638608, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1693568633, + "voter": "stormblaze" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5558177167, + "voter": "denn" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4295114546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157785139, + "voter": "kurtbeil" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10742990382, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485140088, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855738054, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79785139, + "voter": "dims" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335856762, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1446509276, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 13254585210, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 677027684, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 72192938, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93807196108, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022702929, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 10471074095, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 108403024, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982691190, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21980957828, + "voter": "andrewawerdna" + }, + { + "percent": "4900", + "reputation": 5941821821586, + "rshares": 4337454155, + "voter": "onetree" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989363278, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196907450, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783693666, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4546391288, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625414479, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9458733324, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 53143607139, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571125147, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710973264, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831389463, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1354778162586, + "rshares": 1064809843, + "voter": "tatianka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617343597, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 323483227, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 54239080444, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753524189, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3338622584, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50528809, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 62515317, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271440423, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 189363957513, + "rshares": 120649148, + "voter": "rynow" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 50583338, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115690216, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712300251, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50794039, + "voter": "autodesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50538694, + "voter": "fenix" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50532230, + "voter": "friends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609651500, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 516546553, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3265972001, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161205518, + "voter": "acute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160957729, + "voter": "realtime" + }, + { + "percent": "8500", + "reputation": 130504358563, + "rshares": 7187212765, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 165924295987, + "rshares": 212371776, + "voter": "mgibson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156837244, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156054487, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159025535, + "voter": "xtreme" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1473342460, + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 30995434343, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55383257, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58454327, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "@herpetolo", + "body_length": 6718, + "cashout_time": "2016-09-22T18:19:39", + "category": "herpetology", + "children": 6, + "created": "2016-09-15T18:19:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"herpetology\",\"reptiles\",\"snakes\",\"science\"],\"users\":[\"herpetologyguy\"],\"image\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\"],\"links\":[\"http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj\",\"http://www.sciencemag.org\",\"http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png\",\"http://proactivepestga.com\",\"http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg\",\"http://blogs.discovermagazine.com\",\"http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg\",\"http://www.mylakelandnow.com\",\"http://www.snakegetters.com/demo/bud-cotton-gg.jpg\",\"http://www.snakegetters.com\",\"https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg\",\"https://www.youtube.com/watch?v=ImOj1CKTBqE\",\"http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg\",\"http://phenomena.nationalgeographic.com\",\"http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg\",\"http://westernmassnaturalist.org\",\"https://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:19:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68620995119384, + "parent_author": "", + "parent_permlink": "herpetology", + "pending_payout_value": "274.303 HBD", + "percent_hbd": 10000, + "permlink": "why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author", + "post_id": 1256988, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "title": "Why You Don\u2019t Want to Kill that Snake in Your Yard (featuring @herpetologyguy as author)", + "total_payout_value": "0.000 HBD", + "url": "/herpetology/@gavvet/why-you-don-t-want-to-kill-that-snake-in-your-yard-featuring-herpetologyguy-as-author" + }, + { + "active_votes": [ + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982988896, + "voter": "eeks" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061283659, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 21106789378, + "voter": "artific" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

", + "body_length": 1471, + "cashout_time": "2016-09-22T18:10:21", + "category": "vaccines", + "children": 0, + "created": "2016-09-15T18:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"vaccines\",\"politics\",\"health\",\"government\",\"conspiracy\"],\"image\":[\"https://s13.postimg.org/pxe7a350n/HRC_Health.jpg\",\"https://scontent.fbos1-1.fna.fbcdn.net/v/t1.0-9/14322645_10100500849914713_1744824572734051768_n.jpg?oh=6063accd87cde770844381bfd7a1163d&oe=586E9A3F\"],\"links\":[\"https://m.hrc.onl/secretary/10-documents/05-physician-letter/HRC_physician_letter.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:15:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 47330922740, + "parent_author": "", + "parent_permlink": "vaccines", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source", + "post_id": 1256899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "title": "In a wholly ironic way HRCs immunization against pneumonia may have been the source", + "total_payout_value": "0.000 HBD", + "url": "/vaccines/@aggroed/in-a-wholly-ironic-way-hrcs-immunization-against-pneumonia-may-have-been-the-source" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1912208431174, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053192838289, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1271804694676, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22867607772, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 447708603191, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 800066797130, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284387537146, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 42807744984, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481789740986, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 151248263299, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 1404519920935, + "rshares": 3572026279, + "voter": "kenmonkey" + }, + { + "percent": "556", + "reputation": 12382143533351, + "rshares": 44948966690, + "voter": "eeks" + }, + { + "percent": "400", + "reputation": 4931834878069, + "rshares": 1007941175, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5764343600, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 326645012119, + "voter": "teamsteem" + }, + { + "percent": "400", + "reputation": 5414208804644, + "rshares": 1324875721, + "voter": "elishagh1" + }, + { + "percent": "0", + "reputation": 15854806148148, + "rshares": 867025633, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 225150500580, + "rshares": 1226367074, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584279800798, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177417522325, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603739324854, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061264730, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848125383, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59952086154, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49580154489, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 402139444, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2368917769827, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55577392625, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 110484085174, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 214897687003, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 210214429045, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19598687179, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787522491, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287820211, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "400", + "reputation": 598181152117, + "rshares": 10685187763, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75333038089, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 87865461670, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 7484573728, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280946689, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898829337, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1609496197, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283410959, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15997662965, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25558672318, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7078753090, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 147127177804, + "voter": "derekareith" + }, + { + "percent": "400", + "reputation": 19111656178138, + "rshares": 4920595011, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159574353648, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2733708608, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209528025, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8576081337, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 155009367898, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 464730588449, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46858431857, + "voter": "milestone" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1817951925, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15378221086, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163325492855, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 13111647625, + "voter": "benjiberigan" + }, + { + "percent": "400", + "reputation": 782596410473, + "rshares": 233078967, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4047553215, + "voter": "birdie" + }, + { + "percent": "100", + "reputation": 3439295754608, + "rshares": 121062267, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543698207, + "voter": "deanliu" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618344638, + "voter": "jl777" + }, + { + "percent": "400", + "reputation": 10519849768972, + "rshares": 817413671, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773021661, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 22243073202, + "voter": "prufarchy" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "400", + "reputation": 17698439393799, + "rshares": 1805753019, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 15951876294, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 1984412570795, + "rshares": 6785831506, + "voter": "shortcut" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734167982, + "voter": "taker" + }, + { + "percent": "400", + "reputation": 10771708337101, + "rshares": 63857546397, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 153264363976, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 2399862587, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24562380280, + "voter": "laoyao" + }, + { + "percent": "400", + "reputation": 18027204457681, + "rshares": 2664979204, + "voter": "myfirst" + }, + { + "percent": "400", + "reputation": 5776723480371, + "rshares": 12962040863, + "voter": "somebody" + }, + { + "percent": "400", + "reputation": 206355094166, + "rshares": 484639508, + "voter": "flysaga" + }, + { + "percent": "556", + "reputation": 1751717743, + "rshares": 1250819304, + "voter": "gmurph" + }, + { + "percent": "400", + "reputation": 97845484474, + "rshares": 2863409697, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2325684243, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323984357, + "voter": "kurtbeil" + }, + { + "percent": "400", + "reputation": 3016325652890, + "rshares": 7161993588, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "400", + "reputation": 6111268639849, + "rshares": 323426725, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855635893, + "voter": "oflyhigh" + }, + { + "percent": "400", + "reputation": 1851205309677, + "rshares": 223904508, + "voter": "xiaokongcom" + }, + { + "percent": "400", + "reputation": 4195733833721, + "rshares": 451351789, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11041591679, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91519215715, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022647341, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 86712034, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1310823380, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13841342477, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 8856106682, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32463005362, + "voter": "daut44" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 3144994876819, + "rshares": 5401452179, + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2109031152, + "voter": "runridefly" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7670539797, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 23248301756, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 54987076112, + "rshares": 163127905, + "voter": "socalguy" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 1329813882691, + "rshares": 1878628053, + "voter": "mobios" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27678962051, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 2856930496335, + "rshares": 4185479873, + "voter": "nubchai" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 232386397, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 808913218021, + "rshares": 856742305, + "voter": "anahilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53871683, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53593366, + "voter": "jenny-talls" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27673000226, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1387263917, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1386999849, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753450273, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50584036, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 63904547, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3696018490, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 63405661, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233685675, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527536905, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 310550549, + "voter": "james1987" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31684221772, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 68013381, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 735338572201, + "rshares": 1343656937, + "voter": "mrlemmer11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58460105, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99404487, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153246625, + "voter": "mdruggan" + } + ], + "author": "stellabelle", + "author_reputation": 200733663789408, + "beneficiaries": [], + "body": "

![", + "body_length": 9681, + "cashout_time": "2016-09-22T18:09:09", + "category": "ai", + "children": 31, + "created": "2016-09-15T18:09:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ai\",\"artificial-intelligence\",\"robots\",\"ai-writing\",\"msgivings\"],\"users\":[\"msgivings\",\"yogi.artist\",\"bacchist\",\"reneenouveau\",\"mibenkito\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/robotee8b7.jpg\",\"https://www.steemimg.com/images/2016/09/15/robot-707219_128024562.jpg\",\"https://www.steemimg.com/images/2016/09/15/pollution-1148841_12805fd14.jpg\",\"https://www.steemimg.com/images/2016/09/15/head-663997_128076d7e.jpg\",\"http://reneenouveau.com/Steem/100bot.gif\",\"https://www.steemimg.com/images/2016/09/15/cyborg-152454_1280074fd.png\"],\"links\":[\"https://steemit.com/steem/@yogi.artist/the-importance-of-physical-appearance-in-society-featuring-new-ai-author-mstakings\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:09:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15880698940673, + "parent_author": "", + "parent_permlink": "ai", + "pending_payout_value": "17.360 HBD", + "percent_hbd": 10000, + "permlink": "artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit", + "post_id": 1256886, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "title": "Artificial Intelligence Has Made $16,000+ In Blogging Rewards. What Is The Future of AI on Steemit?", + "total_payout_value": "0.000 HBD", + "url": "/ai/@stellabelle/artificial-intelligence-has-made-usd21-307-in-blogging-rewards-what-is-the-future-of-ai-on-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1133069631465, + "rshares": 30948708908726, + "voter": "val-a" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15292900000000, + "voter": "val-b" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1534352192855, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 652034182902, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927024295, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2637269453488, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4941856440, + "voter": "sakr" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536548017, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 83530339170, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "737", + "reputation": 12382143533351, + "rshares": 59931939963, + "voter": "eeks" + }, + { + "percent": "9200", + "reputation": 944762156062, + "rshares": 6122594947, + "voter": "fernando-sanz" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584270995256, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177415501233, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106634401121, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603741881611, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061259321, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187850436, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003304335, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962089879337, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50884297723, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61300613738, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410517349, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 35693164103, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 820589638514, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5950595929, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118349796563, + "voter": "geoffrey" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192325266448, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77083924707, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3283440404, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2834957075, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5357326058, + "voter": "thegoodguy" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251366150295, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 455246290726, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7166494256, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739090409, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 163324531946, + "voter": "blueorgy" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4195248338, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3435918746, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268137172703, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 1785188860258, + "rshares": 4128504280, + "voter": "birdie" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609578664, + "voter": "sharker" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618259005, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1773036384, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267188192, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 267587944, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154579129, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451862, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88607961, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11031796651, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267341753, + "voter": "proto" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31599342155, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428868451, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229507420, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80241480, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "4400", + "reputation": 283380527576, + "rshares": 5878023046, + "voter": "mahekg" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734150854, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 1085279334225, + "rshares": 10553169212, + "voter": "theprophet0" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 58971492, + "voter": "lillianjones" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1117443990130, + "voter": "laonie" + }, + { + "percent": "0", + "reputation": 1161816442579, + "rshares": 4257390614, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 4414425121, + "voter": "timcliff" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 38640926181, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233306274805, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8723132526, + "voter": "flysaga" + }, + { + "percent": "737", + "reputation": 1751717743, + "rshares": 1667759072, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 51539167746, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190377366, + "voter": "ullikume" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128906992414, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 21112616587, + "voter": "jphamer1" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6306539895, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 102434307703, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15549176040, + "voter": "randyclemens" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4030108065, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 59437351, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54654502, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 52985539, + "voter": "steemo" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8123975227, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 52848854, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 69662169, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11292536945, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 53661976, + "voter": "jarvis" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546765304, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 84942400, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8114632832, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50691211, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 404286448, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1297778556911, + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2982676167, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137850346, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5831957227, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51505575275, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 32462674824, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 624996264644, + "rshares": 3597236649, + "voter": "curving" + }, + { + "percent": "10000", + "reputation": 18957179674, + "rshares": 61596105, + "voter": "uri-bruck" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 112983030208, + "voter": "shenanigator" + }, + { + "percent": "7700", + "reputation": 10684992176630, + "rshares": 10005063213, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4747321980, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 2205784762, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1661534801, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54249219602, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15571056039, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 3365396535, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710959443, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6831361820, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 405698035912, + "rshares": 468106735, + "voter": "tfeldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1597514180, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2675506788, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 7645490859, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 8199670899, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55344422883, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53415391, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5866415576, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271439221, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401297947, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4116636581, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115638535, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4817004213, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 2074375314979, + "rshares": 1288421610, + "voter": "aksinya" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1921231770, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3689852156, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 505556200, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 11530328815791, + "rshares": 50277354380, + "voter": "curie" + }, + { + "percent": "10000", + "reputation": 10962748498, + "rshares": 851767121, + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157799009, + "voter": "photorealistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160880639, + "voter": "illusions" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 6920933761, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 692395145, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159950870, + "voter": "haribo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156194471, + "voter": "stimmt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158632601, + "voter": "cream" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 891891710, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 804954090860, + "rshares": 336222066, + "voter": "aldentan" + }, + { + "percent": "10000", + "reputation": 200359231752, + "rshares": 191981449, + "voter": "techslut" + } + ], + "author": "curie", + "author_reputation": 11530328815791, + "beneficiaries": [], + "body": "
ht", + "body_length": 37031, + "cashout_time": "2016-09-22T17:53:48", + "category": "curie", + "children": 10, + "created": "2016-09-15T17:53:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"minnows\",\"hidden-gems\",\"steemit\",\"project-curie\"],\"users\":[\"nextgencrypto\",\"curie\"],\"image\":[\"https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg\"],\"links\":[\"https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors\",\"https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement\",\"https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016\",\"https://steemit.com/@faddat\",\"https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed\",\"https://steemit.com/@rampant\",\"https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool\",\"https://steemit.com/@shenanigator\",\"https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do\",\"https://steemit.com/@penguinpablo\",\"https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf\",\"https://steemit.com/@nathanjtaylor\",\"https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry\",\"https://steemit.com/@lily-da-vine\",\"https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco\",\"https://steemit.com/@budgetbucketlist\",\"https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes\",\"https://steemit.com/@benjiberigan\",\"https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations\",\"https://steemit.com/@ausbitbank\",\"https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos\",\"https://steemit.com/@emily-cook\",\"https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work\",\"https://steemit.com/@team-leibniz\",\"https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00\",\"https://steemit.com/@ionescur\",\"https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land\",\"https://steemit.com/@kimal73\",\"https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work\",\"https://steemit.com/@juliac\",\"https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think\",\"https://steemit.com/@luzcypher\",\"https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals\",\"https://steemit.com/@akareyon\",\"https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing\",\"https://steemit.com/@curving\",\"https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation\",\"https://steemit.com/@aleksandraz\",\"https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology\",\"https://steemit.com/@skapaneas\",\"https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more\",\"https://steemit.com/@gargon\",\"https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and\",\"https://steemit.com/@iamwne\",\"https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass\",\"https://steemit.com/@stormblaze\",\"https://steemit.com/technology/@stormblaze/where-do-deleted-files-go\",\"https://steemit.com/@yanarnst\",\"https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts\",\"https://steemit.com/@senseye\",\"https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor\",\"https://steemit.com/@crasch\",\"https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future\",\"https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners\",\"https://steemit.com/@cristi\",\"https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months\",\"https://steemit.com/@stranger27\",\"https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature\",\"https://steemit.com/@nekromarinist\",\"https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today\",\"https://steemit.com/@richman\",\"https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story\",\"https://steemit.com/@maceytomlin\",\"https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony\",\"https://steemit.com/@nili\",\"https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol\",\"https://steemit.com/@optimistic-crone\",\"https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe\",\"https://steemit.com/@anarchyhasnogods\",\"https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one\",\"https://steemit.com/@yostopia\",\"https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick\",\"https://steemit.com/@reneenouveau\",\"https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015\",\"https://steemit.com/@king3071\",\"https://steemit.com/travel/@king3071/my-dream-destination-switzerland\",\"https://steemit.com/@kolin.evans\",\"https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines\",\"https://steemit.com/@fenglosophy\",\"https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think\",\"https://steemit.com/@mandibil\",\"https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil\",\"https://steemit.com/@therajmahal\",\"https://steemit.com/science/@therajmahal/making-the-impossible-possible\",\"https://steemit.com/@carlitashaw\",\"https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions\",\"https://steemit.com/@renzoarg\",\"https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics\",\"https://steemit.com/@rachelsvparry\",\"https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time\",\"https://steemit.com/@royalmacro\",\"https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art\",\"https://steemit.com/@stephmckenzie\",\"https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone\",\"https://steemit.com/@alwayzgame\",\"https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life\",\"https://steemit.com/@nonlinearone\",\"https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing\",\"https://steemit.com/@kafkanarchy84\",\"https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii\",\"https://steemit.com/@feline1991\",\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2\",\"https://steemit.com/@geke\",\"https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge\",\"https://steemit.com/@lscottphotos\",\"https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos\",\"https://steemit.com/@pinkisland\",\"https://steemit.com/writing/@pinkisland/my-philosophy-of-education\",\"https://steemit.com/@jgcastrillo19\",\"https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco\",\"https://steemit.com/@luisucv34\",\"https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition\",\"https://steemit.com/@beowulfoflegend\",\"https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty\",\"https://steemit.com/@mariandavp\",\"https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp\",\"https://steemit.com/@nasimbabu\",\"https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases\",\"https://steemit.com/@royaltiffany\",\"https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update\",\"https://steemit.com/@travelista\",\"https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo\",\"https://steemit.com/@jpiper20\",\"https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4\",\"https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism\",\"https://steemit.com/@krystle\",\"https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin\",\"https://steemit.com/@cryptoiskey\",\"https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids\",\"https://steemit.com/@getonthetrain\",\"https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods\",\"https://steemit.com/@ansharphoto\",\"https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome\",\"https://steemit.com/@aboundlessworld\",\"https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast\",\"https://steemit.com/@thornybastard\",\"https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest\",\"https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5\",\"https://steemit.com/@dumar022\",\"https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this\",\"https://steemit.com/@lapilipinas\",\"https://steemit.com/science/@lapilipinas/light-from-distant-stars\",\"https://steemit.com/@williambanks\",\"https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace\",\"https://steemit.com/@driv3n\",\"https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2\",\"https://steemit.com/@timbot606\",\"https://steemit.com/life/@timbot606/growing-up-in-appalachia\",\"https://steemit.com/@themagus\",\"https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2\",\"https://steemit.com/@echoesinthemind\",\"https://steemit.com/life/@echoesinthemind/hanging-upside-down\",\"https://steemit.com/@ysa\",\"https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado\",\"https://steemit.com/@aksinya\",\"https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video\",\"https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro\",\"https://steemit.com/@successfully00\",\"https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1\",\"https://steemit.com/@linzo\",\"https://steemit.com/poem/@linzo/a-life-fantasy-original-poem\",\"https://steemit.com/@hilarski\",\"https://steemit.com/panama/@hilarski/panama-critters\",\"https://steemit.com/@sulev\",\"https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2\",\"https://steemit.com/@steemswede\",\"https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale\",\"https://steemit.com/@marius19\",\"https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami\",\"https://steemit.com/@poeticsnake\",\"https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings\",\"https://steemit.com/@kiddarko\",\"https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video\",\"https://steemit.com/@shieha\",\"https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2\",\"https://steemit.com/@ayim\",\"https://steemit.com/life/@ayim/fixing-posture-part-4-neck\",\"https://steemit.com/@hitmeasap\",\"https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice\",\"https://steemit.com/@peskov\",\"https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author\",\"https://steemit.com/@aldentan\",\"https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts\",\"https://steemit.com/@beginningtoend\",\"https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy\",\"https://steemit.com/@kaykunoichi\",\"https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself\",\"https://steemit.com/@booky\",\"https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates\",\"https://steemit.com/@doubledex\",\"https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong\",\"https://steemit.com/@ekaterina4ka\",\"https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2\",\"https://steemit.com/@scaredycatguide\",\"https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica\",\"https://steemit.com/@amy-goodrich\",\"https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie\",\"https://steemit.com/@scott.stevens\",\"https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering\",\"https://steemit.com/@witchcraftblog\",\"https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa\",\"https://steemit.com/@ibringawareness\",\"https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5\",\"https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73\",\"https://steemit.com/@leylar\",\"https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work\",\"https://steemit.com/@ocrdu\",\"https://steemit.com/photography/@ocrdu/the-pods-that-go-pop\",\"https://steemit.com/@rusla\",\"https://steemit.com/travel/@rusla/japan-part8\",\"https://steemit.com/@edgarsart\",\"https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing\",\"https://steemit.com/@borishaifa\",\"https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat\",\"https://steemit.com/@eveningstar92\",\"https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art\",\"https://steemit.com/@elewarne\",\"https://steemit.com/mixedmedia/@elewarne/mixed-media\",\"https://steemit.com/@shredlord\",\"https://steemit.com/art/@shredlord/sunrise\",\"https://steemit.com/@sherlockcupid\",\"https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one\",\"https://steemit.com/@annesaya\",\"https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers\",\"https://steemit.com/@fitmama\",\"https://steemit.com/life/@fitmama/why-do-i-bother\",\"https://steemit.com/@ezzy\",\"https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories\",\"https://steemit.com/@kingarbinv\",\"https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far\",\"https://steemit.com/@soulsistashakti\",\"https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist\",\"https://steemit.com/@puffin\",\"https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem\",\"https://steemit.com/@cehuneke\",\"https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease\",\"https://steemit.com/@tanata\",\"https://steemit.com/fashion/@tanata/little-black-dress-involving\",\"https://steemit.com/@steemwriter\",\"https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship\",\"https://steemit.com/@michelle.gent\",\"https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters\",\"https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing\",\"https://steemit.com/@runridefly\",\"https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale\",\"https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one\",\"https://steemit.com/@lyubovbar\",\"https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory\",\"https://steemit.com/@victoriart\",\"https://steemit.com/art/@victoriart/hazelnut-mood\",\"https://steemit.com/@heroic15397\",\"https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area\",\"https://steemit.com/@smartercars\",\"https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews\",\"https://steemit.com/@rubenalexander\",\"https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016\",\"https://steemit.com/@matthew.raymer\",\"https://steemit.com/psychology/@matthew.raymer/life-stories\",\"https://steemit.com/@positivesteem\",\"https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees\",\"https://steemit.com/@d3nv3r\",\"https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real\",\"https://steemit.com/@adubi\",\"https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet\",\"https://steemit.com/@alitas\",\"https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla\",\"https://steemit.com/@mazi\",\"https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis\",\"https://steemit.com/@mikemacintire\",\"https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work\",\"https://steemit.com/@altzero\",\"https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2\",\"https://steemit.com/@birdie\",\"https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos\",\"https://steemit.com/@michaelstobiersk\",\"https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski\",\"https://steemit.com/@reddust\",\"https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary\",\"https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown\",\"https://steemit.com/@karisa\",\"https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4\",\"https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband\",\"https://steemit.com/@burnin\",\"https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2\",\"https://steemit.com/art/@reddust/eyes-of-wisdom\",\"https://steemit.com/@levycore\",\"https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces\",\"https://steemit.com/@awesomenyl\",\"https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial\",\"https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today\",\"https://steemit.com/@naquoya\",\"https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster\",\"https://steemit.com/@moon32walker\",\"https://steemit.com/gaming/@moon32walker/top-10-game-development-studios\",\"https://steemit.com/@gustavopasquini\",\"https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry\",\"https://steemit.com/@benadapt\",\"https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge\",\"https://steemit.com/spanish/@altzero/que-es-la-nueva-economia\",\"https://steemit.com/@por500bolos\",\"https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise\",\"https://steemit.com/@zonpower\",\"https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem\",\"https://steemit.com/@katharsisdrill\",\"https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation\",\"https://steemit.com/@glezeddy\",\"https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico\",\"https://steemit.com/@onetree\",\"https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare\",\"https://steemit.com/@verbal-d\",\"https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact\",\"https://steemit.com/@wanderingagorist\",\"https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating\",\"https://steemit.com/@knablinz\",\"https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:53:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61028272797290, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "217.281 HBD", + "percent_hbd": 10000, + "permlink": "the-daily-curie-14th-sept-15th-sept-2016", + "post_id": 1256756, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "title": "The Daily Curie (14th Sept - 15th Sept 2016)", + "total_payout_value": "0.000 HBD", + "url": "/curie/@curie/the-daily-curie-14th-sept-15th-sept-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 9865242777816, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73218523804, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244111745773, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 670306236660, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1626597190919, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1805647921101, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2206071238782, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168110609178, + "voter": "steemservices" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 10523039423, + "voter": "steemservices1" + }, + { + "percent": "4000", + "reputation": 1241362310762, + "rshares": 5815231464, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1196485708874, + "voter": "gavvet" + }, + { + "percent": "175", + "reputation": 12382143533351, + "rshares": 14982982887, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 28509331807, + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061263829, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 57302509663422, + "rshares": 199249189310, + "voter": "the-alien" + }, + { + "percent": "175", + "reputation": 1751717743, + "rshares": 416939768, + "voter": "gmurph" + }, + { + "percent": "4000", + "reputation": 31215012571, + "rshares": 13692618129, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 116660687, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9664343839, + "voter": "aggroed" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 60180881035, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339300528, + "voter": "anomaly" + } + ], + "author": "aggroed", + "author_reputation": 6795759787822, + "beneficiaries": [], + "body": "\n

", + "body_length": 11050, + "cashout_time": "2016-09-22T17:35:57", + "category": "science", + "children": 2, + "created": "2016-09-15T17:35:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"religion\",\"mandelaeffect\",\"totoeffect\",\"philosophy\"],\"image\":[\"http://cdn.playbuzz.com/cdn/764a2a3b-deca-49c1-99cc-03207f2ed767/0611549e-50c9-4197-804e-9d919266eade.jpg\",\"https://s12.postimg.org/i1qdx62q5/mirror_mirror_stats_from_goquizzes.jpg\",\"https://s11.postimg.org/3k3788jlv/mirror_mirror_stats_from_quizmaker.jpg\",\"https://img.youtube.com/vi/mqmIMvWnIV8/0.jpg\",\"https://img.youtube.com/vi/xaTDKl3EdQY/0.jpg\",\"https://img.youtube.com/vi/cIESd6pqMdA/0.jpg\",\"https://img.youtube.com/vi/EIyXtF86VVA/0.jpg\",\"https://img.youtube.com/vi/BLkJ-Y7k-Q0/0.jpg\",\"https://img.youtube.com/vi/zGlLe1w3DJM/0.jpg\",\"https://trekkerscrapbook.files.wordpress.com/2014/03/40-mirror-mirror.jpg\",\"http://www.impawards.com/2012/posters/mirror_mirror.jpg\",\"https://img.youtube.com/vi/5p5qPd3oVFo/0.jpg\",\"https://img.youtube.com/vi/nrzheX9wRRI/0.jpg\",\"https://img.youtube.com/vi/rIBVdctOcu0/0.jpg\",\"https://img.youtube.com/vi/eTgT6UA88hk/0.jpg\",\"https://img.youtube.com/vi/GqY1TLuZ06Y/0.jpg\",\"https://img.youtube.com/vi/r48sL2nBdhk/0.jpg\",\"http://i.imgur.com/UknSoGD.jpg\",\"https://s12.postimg.org/qy4zah1ot/mirror_mirror_nbc_news.jpg\",\"https://img.youtube.com/vi/Ptbj809JQrQ/0.jpg\",\"https://s14.postimg.org/grxfsu18h/sw1.jpg\",\"https://s14.postimg.org/weop67f0h/sw2.jpg\",\"https://s14.postimg.org/fblxaoybl/sn3.jpg\",\"https://s14.postimg.org/hk03s15fl/sw4.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=mqmIMvWnIV8\",\"https://en.wikipedia.org/wiki/Confabulation\",\"https://www.youtube.com/watch?v=xaTDKl3EdQY&feature=youtu.be\",\"https://www.youtube.com/watch?v=cIESd6pqMdA&sns=fb\",\"https://www.youtube.com/watch?v=EIyXtF86VVA\",\"https://www.youtube.com/watch?v=BLkJ-Y7k-Q0\",\"https://www.youtube.com/watch?v=zGlLe1w3DJM&feature=youtu.be&t=103\",\"http://www.telegraph.co.uk/culture/film/film-news/8686581/Mirror-mirror-which-Snow-White-will-be-fairest-of-all.html\",\"http://memory-alpha.wikia.com/wiki/Mirror,_Mirror_%28episode%29\",\"http://www.imdb.com/title/tt1667353/\",\"http://www.gutenberg.org/ebooks/540?msg=welcome_stranger\",\"https://www.youtube.com/watch?v=5p5qPd3oVFo\",\"https://www.youtube.com/watch?v=nrzheX9wRRI\",\"https://www.youtube.com/watch?v=rIBVdctOcu0\",\"https://www.youtube.com/watch?v=eTgT6UA88hk\",\"https://www.youtube.com/watch?v=GqY1TLuZ06Y\",\"https://www.youtube.com/watch?v=r48sL2nBdhk\",\"http://www.nbcnews.com/science/science-news/mirror-mirror-wall-whos-fairest-monkey-all-n282436\",\"https://www.youtube.com/watch?v=Ptbj809JQrQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:35:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18432153492406, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "22.623 HBD", + "percent_hbd": 0, + "permlink": "exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white", + "post_id": 1256557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "title": "Exploring the Mandela Effect S1E3- \"Mirror, mirror on the wall\" line has changed to \"Magic mirror on the wall\" in Disney's Snow White and the Seven Dwarves", + "total_payout_value": "0.000 HBD", + "url": "/science/@aggroed/exploring-the-mandela-effect-s1e3-mirror-mirror-on-the-wall-line-has-changed-to-magic-mirror-on-the-wall-in-disney-s-snow-white" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053600817, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 133392099, + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_reputation": 4254380753805, + "beneficiaries": [], + "body": "# Deciding", + "body_length": 6868, + "cashout_time": "2016-09-22T17:31:36", + "category": "ethereum", + "children": 0, + "created": "2016-09-15T17:31:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ethereum\",\"money\",\"poloniex\",\"bitcoin\",\"trading\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png\",\"http://clamclient.com/images/bio-photo.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Ethereum\",\"https://poloniex.com/support/aboutMarginTrading/\",\"http://www.alexfortin.com/top-5-crypto-currencies-invest-2016/#comments\",\"https://coinmarketcap.com/\",\"https://just-dice.com/\",\"http://www.huffingtonpost.com/entry/gambling-done-fairly-how-virtual-currencies-help_us_57cf8253e4b0eb9a57b6a117\",\"http://clamclient.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18126121492, + "parent_author": "", + "parent_permlink": "ethereum", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 1256505, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Should I be long on Ethereum?", + "title": "Should I be long on Ethereum?", + "total_payout_value": "0.000 HBD", + "url": "/ethereum/@richardcrill/should-i-be-long-on-ethereum" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231805330698, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2205769039995, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22916314085, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 284356136464, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884695221, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14817966458, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "3300", + "reputation": 4931834878069, + "rshares": 8063529404, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 8867224532, + "voter": "james-show" + }, + { + "percent": "3300", + "reputation": 5414208804644, + "rshares": 10599005770, + "voter": "elishagh1" + }, + { + "percent": "6600", + "reputation": 15755437221598, + "rshares": 18308315808, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234076, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11848017203, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 962073715266, + "voter": "cyber" + }, + { + "percent": "3300", + "reputation": 598181152117, + "rshares": 69449313895, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4698559215, + "voter": "alexft" + }, + { + "percent": "6600", + "reputation": 17405459234693, + "rshares": 34727118740, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808158887, + "voter": "michaellamden68" + }, + { + "percent": "6600", + "reputation": 4066839697461, + "rshares": 5544271605, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "6600", + "reputation": 744428437430, + "rshares": 1077485049, + "voter": "trees" + }, + { + "percent": "6600", + "reputation": 2906973892, + "rshares": 147884806, + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 19111656178138, + "rshares": 39362134982, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 769748891, + "voter": "busser" + }, + { + "percent": "3300", + "reputation": 3891722, + "rshares": 200664863, + "voter": "barbara2" + }, + { + "percent": "3300", + "reputation": 9142611234, + "rshares": 209916621, + "voter": "ch0c0latechip" + }, + { + "percent": "3300", + "reputation": 3871042, + "rshares": 206422340, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 6006531299, + "voter": "bitland" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34761057945, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5726411049, + "voter": "btcbtcbtc20155" + }, + { + "percent": "3300", + "reputation": 782596410473, + "rshares": 1514923441, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946812357, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5322002585, + "voter": "rainchen" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204616871501, + "voter": "jl777" + }, + { + "percent": "6600", + "reputation": 6570213787, + "rshares": 79988758, + "voter": "pokemon" + }, + { + "percent": "3300", + "reputation": 10519849768972, + "rshares": 6539309368, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 855588904517, + "rshares": 1107566454, + "voter": "arnob" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6361356981, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 392021479, + "rshares": 226719741, + "voter": "alexbezimeni" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267238976, + "voter": "proto" + }, + { + "percent": "3300", + "reputation": 17698439393799, + "rshares": 11736628947, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8781903824, + "voter": "royalmacro" + }, + { + "percent": "3300", + "reputation": 147425730, + "rshares": 220173783, + "voter": "fnait" + }, + { + "percent": "3300", + "reputation": 3720753029, + "rshares": 207827906, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 595437792, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 790840294542, + "rshares": 293918303, + "voter": "nadira" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5068724760, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 149624601, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 791284980460, + "rshares": 298276102, + "voter": "sujoy1990" + }, + { + "percent": "10000", + "reputation": 905757373511, + "rshares": 368239987, + "voter": "ragini00" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734133724, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 59219358, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 790994268806, + "rshares": 254047281, + "voter": "atkins" + }, + { + "percent": "10000", + "reputation": 769405947222, + "rshares": 244805395, + "voter": "ronald0" + }, + { + "percent": "10000", + "reputation": 774287478546, + "rshares": 247980056, + "voter": "jerremie" + }, + { + "percent": "10000", + "reputation": 774739223050, + "rshares": 245514577, + "voter": "steampty" + }, + { + "percent": "10000", + "reputation": 770375578051, + "rshares": 248042622, + "voter": "rosamund" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "3300", + "reputation": 10771708337101, + "rshares": 415038365446, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "percent": "3300", + "reputation": 18027204457681, + "rshares": 14656661715, + "voter": "myfirst" + }, + { + "percent": "3300", + "reputation": 5776723480371, + "rshares": 84247562080, + "voter": "somebody" + }, + { + "percent": "3300", + "reputation": 206355094166, + "rshares": 3149953663, + "voter": "flysaga" + }, + { + "percent": "3300", + "reputation": 97845484474, + "rshares": 18610971546, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "3300", + "reputation": 3016325652890, + "rshares": 46548145500, + "voter": "xiaohui" + }, + { + "percent": "3300", + "reputation": 6111268639849, + "rshares": 2263839835, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 1146181511, + "voter": "boddhisattva" + }, + { + "percent": "3300", + "reputation": 1851205309677, + "rshares": 1455289454, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7709317035, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "3300", + "reputation": 4195733833721, + "rshares": 2933599119, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "3300", + "reputation": 730408370151, + "rshares": 192106728, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2022625104, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 12092290533, + "rshares": 63089132, + "voter": "igrekzed" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 150134474, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51877132, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51870077, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 684139314026, + "rshares": 217624709, + "voter": "shuvo" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 51504697768, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 574152440100, + "rshares": 576463980, + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "6600", + "reputation": 0, + "rshares": 101544680909, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50370757, + "voter": "yorsens" + }, + { + "percent": "2200", + "reputation": 6232933391430, + "rshares": 455045152, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51922012, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5749087264, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 4423299664, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339285503, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 517626948111, + "rshares": 172475643, + "voter": "steemmeets" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454901, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 659608632671, + "rshares": 1062652750, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 381309482509, + "rshares": 137181683, + "voter": "xoxo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50708837, + "voter": "ardly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50704078, + "voter": "yotoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 881456160840, + "rshares": 1442077197, + "voter": "artists" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 211059374229, + "rshares": 206779436, + "voter": "tintin" + }, + { + "percent": "10000", + "reputation": 56973664975, + "rshares": 173895222, + "voter": "witchergeralt" + }, + { + "percent": "10000", + "reputation": 210988252196, + "rshares": 206704491, + "voter": "steem-hunter" + }, + { + "percent": "10000", + "reputation": 177442829544, + "rshares": 196428374, + "voter": "steem-it" + }, + { + "percent": "10000", + "reputation": 112560922140, + "rshares": 180703056, + "voter": "hobit" + }, + { + "percent": "10000", + "reputation": 64778738032, + "rshares": 167498659, + "voter": "sherlock-holmes" + }, + { + "percent": "10000", + "reputation": 22318612144, + "rshares": 155932330, + "voter": "sujoyks" + } + ], + "author": "benjojo", + "author_reputation": 71087197697999, + "beneficiaries": [], + "body": "https://ww", + "body_length": 8150, + "cashout_time": "2016-09-22T16:27:09", + "category": "writing", + "children": 28, + "created": "2016-09-15T16:27:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"sciencefiction\",\"fantasy\",\"adventure\"],\"image\":[\"https://www.steemimg.com/images/2016/08/15/imageb01d7.jpg\"],\"links\":[\"https://pixabay.com/en/users/jordygoovaerts0-750531/\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds\",\"https://steemit.com/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-14\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:27:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5205161482837, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "2.633 HBD", + "percent_hbd": 10000, + "permlink": "hearts-of-darkness-plague-of-the-void-seeds-15", + "post_id": 1255814, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "title": "Hearts of Darkness - Plague of the Void Seeds / 15", + "total_payout_value": "0.000 HBD", + "url": "/writing/@benjojo/hearts-of-darkness-plague-of-the-void-seeds-15" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816386307308, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 50183320857, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 374436234637, + "voter": "craig-grant" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234978, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 61303127003, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187597574, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25108240869, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418976078, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 2869523405, + "voter": "fiona777" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 426460391, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3558683980, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 619750943, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 9729857687, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 146722326, + "voter": "nang1" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 110179538, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 13427725416, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4900461398, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109225703, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 56781082, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 1145784061033, + "rshares": 450072622, + "voter": "saramiller" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3752641890, + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 10024959969, + "rshares": 57074691, + "voter": "loveon" + }, + { + "percent": "10000", + "reputation": 1447964727510, + "rshares": 1046917496, + "voter": "everlove" + }, + { + "percent": "10000", + "reputation": 14234029697181, + "rshares": 16249910109, + "voter": "gardenofeden" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1654142291, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 798506, + "rshares": 56019408, + "voter": "amymarie" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6655628116, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339287005, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 55221608, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 538453633, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155180811, + "voter": "majes" + } + ], + "author": "gardenofeden", + "author_reputation": 14234029697181, + "beneficiaries": [], + "body": "\nh", + "body_length": 2630, + "cashout_time": "2016-09-22T14:55:45", + "category": "photography", + "children": 18, + "created": "2016-09-15T14:55:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"art\",\"story\",\"life\"],\"image\":[\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset0.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset2.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset4.jpg\"],\"links\":[\"http://www.pointsur.org/\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset5.jpg\",\"http://geraldzmorse.com/images/steemit/Point-Sur-Sunset3.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:15:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14140195003730, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "14.120 HBD", + "percent_hbd": 10000, + "permlink": "sunset-at-point-sur-california", + "post_id": 1254771, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunset at Point Sur, California", + "title": "Sunset at Point Sur, California", + "total_payout_value": "0.000 HBD", + "url": "/photography/@skypilot/sunset-at-point-sur-california" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518200944380, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620599440742, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5980286152113, + "voter": "freedom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1968119541431, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052934239988, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864938197, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1575899708999, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 98682346357, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 466049312123, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462419963819, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120252422964, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246183601, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681017160441, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1670000041, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938790183563, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 445638290328, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408499254, + "voter": "idol" + }, + { + "percent": "500", + "reputation": 37454101478493, + "rshares": 18955732033, + "voter": "chitty" + }, + { + "percent": "8000", + "reputation": 9469162, + "rshares": 65857071449, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619440533, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15004166459, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 154334962550, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9796891633, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1290497974419, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89897083981, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471599418, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599944427461, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857442120, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177393180428, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628883920, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061184463, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187790925, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111403468, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985486511940, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710806563, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50879010002, + "voter": "ak2020" + }, + { + "percent": "4200", + "reputation": 71931696380, + "rshares": 1616373298272, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418880227, + "voter": "applecrisp" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213136885, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787116636, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280675599804, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2429242458900, + "rshares": 19151208027, + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121380113922, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025451490, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 76008701316, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 387326356155, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 49806164408, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635215678, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898803498, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974572536, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 153697599394, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73848595449, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 2597453094, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 15308452303, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 6591905710, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124958555, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487855165, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431052068, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10646413479, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 258981906731, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 847366145, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 7372366244, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854512371, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782074085, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3800710913, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167298234999, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12587181720, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349575168, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946556816, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20522265015, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506024506, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82780602040, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32542074868, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 519376303, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215384334659, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 101547003699, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5287640951, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114437903, + "voter": "firehorse" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175932801, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708251696, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1444237397, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8921793478, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353832611, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 41064938343, + "rshares": 119294413, + "voter": "picker" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 870677269, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193734776, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2156971728, + "voter": "merej99" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95768393690, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157498807066, + "voter": "twinner" + }, + { + "percent": "5100", + "reputation": 7564464865541, + "rshares": 11693771864, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561066673, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664664784, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19440183808, + "voter": "somebody" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726860971, + "voter": "flysaga" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501625986, + "voter": "gmurph" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294504959, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2327843962, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281232336, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50577648, + "voter": "michellek" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 117035295217, + "voter": "thisisbenbrick" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740805506, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 485070652, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103387869456, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855349715, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 15238192519, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 856854397, + "voter": "skavkaz" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335812576, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 1156101266, + "voter": "darthnava" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12672968653, + "voter": "cristi" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676933902, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 26283514539, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93798273061, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417335694, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077210674, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 90171375563, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4976983022, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 9071955992, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3221126774, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9827647000, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 10468564936, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 332237822, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 415123347, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 57942270939, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 74550672, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 55750195, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196854858, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 169049426, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1857706060, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053551216, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 184076493, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 54241736164, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 11937003273, + "rshares": 50798127, + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 212888896291, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 330365849, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 59422248, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 55335855053, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 11427084577, + "rshares": 56573340, + "voter": "film-editor" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 799615255, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1369339863, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753129814, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 3319554336, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339270470, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98524303, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 70282046, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50868434, + "voter": "jumbo" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 120278139, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50536471, + "voter": "twistys" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2216805889, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 68029907798, + "rshares": 65849185, + "voter": "vuyusile" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 247235040, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158666175, + "voter": "durex" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 444435987, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4671589034, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160845765, + "voter": "caseyneistat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159554050, + "voter": "planetearth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159062820, + "voter": "rule" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158602900, + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155451903, + "voter": "steemthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": "Is this a ", + "body_length": 4384, + "cashout_time": "2016-09-22T14:46:21", + "category": "life", + "children": 10, + "created": "2016-09-15T14:46:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"disability\",\"strength\"],\"users\":[\"nextgen622\"],\"image\":[\"https://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\"],\"links\":[\"https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:46:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66119907751704, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "254.340 HBD", + "percent_hbd": 10000, + "permlink": "three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author", + "post_id": 1254663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "title": "Three benefits of living with a disability (featuring @nextgen622 as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/three-benefits-of-living-with-a-disability-featuring-nextgen622-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518193384474, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31620272424965, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7465716124744, + "voter": "firstclass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991230051184, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1619082976045, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 223905651656, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475735272749, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462392248872, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246152952, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680994650765, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6959061481, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1669969392, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5938061627471, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 290603380713, + "voter": "chitty" + }, + { + "percent": "7000", + "reputation": 9469162, + "rshares": 59271072026, + "voter": "unosuke" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884676283, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 15316591171, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9028507975, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1285091135093, + "voter": "gavvet" + }, + { + "percent": "1181", + "reputation": 12382143533351, + "rshares": 89896753810, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 122160437, + "voter": "paco-steem" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1471581374, + "voter": "spaninv" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 8669787638, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857353705, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 177389912085, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106628118273, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 591084449, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985477191740, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710385546, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 13256265846, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 409218031185, + "voter": "taoteh1221" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": 95314034, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 1177332471, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19213121851, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 280666949780, + "voter": "trogdor" + }, + { + "percent": "7500", + "reputation": 1331218317408, + "rshares": 6652542986, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413655063, + "voter": "geoffrey" + }, + { + "percent": "600", + "reputation": 598181152117, + "rshares": 16025151061, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187587354, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 3081588770182, + "rshares": 53269952968, + "voter": "pmartynov" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48620303351, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 30279417098, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 65769554169, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3808133649, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20382096581, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019855821, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5270775482, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17903672525, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 256623434, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 91432229392, + "rshares": 6941291365, + "voter": "gatoso" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 159573949583, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 147678292, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 18770255506, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14487056742, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4431046054, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10645918815, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 251364791827, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 441803588, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 871576606, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54561525717, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854241122, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 35782000412, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3878126092, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15377574672, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171280078005, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12324948767, + "voter": "benjiberigan" + }, + { + "percent": "600", + "reputation": 782596410473, + "rshares": 349568852, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2182574144, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 20119867662, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3576144996, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 82813520861, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541921491, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7659625135, + "voter": "neroru" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 215383763306, + "voter": "jl777" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 103577805737, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6232841459, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14894144779, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 43631243627, + "voter": "claudiop63" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 18175890702, + "voter": "proto" + }, + { + "percent": "600", + "reputation": 17698439393799, + "rshares": 2708201174, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 8964609699, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 46040443375, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359113213, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 845069114, + "voter": "metaflute" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 9193716733, + "voter": "taker" + }, + { + "percent": "3900", + "reputation": 10137266406870, + "rshares": 6521104126, + "voter": "nekromarinist" + }, + { + "percent": "600", + "reputation": 10771708337101, + "rshares": 95766250088, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161751897653, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560895252, + "voter": "laoyao" + }, + { + "percent": "600", + "reputation": 18027204457681, + "rshares": 2664547502, + "voter": "myfirst" + }, + { + "percent": "600", + "reputation": 5776723480371, + "rshares": 19439832856, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 89336934, + "rshares": 65245460, + "voter": "ierg" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958164504, + "voter": "sunshine" + }, + { + "percent": "600", + "reputation": 206355094166, + "rshares": 726848341, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7706698035, + "voter": "asdes" + }, + { + "percent": "1181", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2269581106933, + "rshares": 1659697260, + "voter": "stormblaze" + }, + { + "percent": "600", + "reputation": 97845484474, + "rshares": 4294420153, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 84246848, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2267389147, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "600", + "reputation": 3016325652890, + "rshares": 10740550186, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 176650903994, + "voter": "terrycraft" + }, + { + "percent": "600", + "reputation": 6111268639849, + "rshares": 461085584, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5823989445, + "voter": "oflyhigh" + }, + { + "percent": "600", + "reputation": 1851205309677, + "rshares": 335807163, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2002858998, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3670417888, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "600", + "reputation": 4195733833721, + "rshares": 676921271, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25747116283, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797422302, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 2249572206, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6417144136, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "2100", + "reputation": 11683040603469, + "rshares": 20666103650, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4879395119, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 8890516872, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 3155389493, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 9310407829, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4658385146, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2148477670, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 406983674, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 56654664918, + "voter": "mandibil" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 291915319, + "rshares": 54612436, + "voter": "riv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196749616, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1833661746969, + "rshares": 2458800256, + "voter": "seva" + }, + { + "percent": "5000", + "reputation": 6435147485147, + "rshares": 7375519035, + "voter": "macksby" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1931998664, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5053531368, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51964388, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1655277599, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "500", + "reputation": 6232933391430, + "rshares": 113366516, + "voter": "edgarsart" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26377562678, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 337248470, + "voter": "panther" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 50450987, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1726647930107, + "rshares": 3623547539, + "voter": "slayer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1713402087003, + "rshares": 27667189544, + "voter": "tarekadam" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123128317, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 183135491, + "rshares": 52460746, + "voter": "cryptofarmer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50223099, + "voter": "battalar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50139069, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50907857, + "voter": "oxygen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 549670670122, + "rshares": 117919744, + "voter": "optimistic-crone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50540827, + "voter": "amstel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88287639, + "voter": "remlaps1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230273165, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162925257, + "voter": "uct" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 435365865, + "voter": "witchcraftblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161218747, + "voter": "sdc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161179339, + "voter": "bethesda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161096439, + "voter": "bethsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157726117, + "voter": "illusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 3941523341, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 15369201941, + "rshares": 164549939, + "voter": "pawel-krawczyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158638676, + "voter": "icesteem" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 32369065992, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 1309073721476, + "rshares": 702613929, + "voter": "reddust" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150387842, + "voter": "trickster512" + } + ], + "author": "gavvet", + "author_reputation": 204869765185479, + "beneficiaries": [], + "body": ">Today I t", + "body_length": 10654, + "cashout_time": "2016-09-22T14:01:30", + "category": "life", + "children": 11, + "created": "2016-09-15T14:01:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"introducemyself\"],\"users\":[\"cryptofarmer\",\"claudiop63\"],\"image\":[\"http://i68.tinypic.com/2hz9lz.jpg\"],\"links\":[\"http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html\",\"http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare\",\"http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:01:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 66723421210839, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "258.716 HBD", + "percent_hbd": 10000, + "permlink": "letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author", + "post_id": 1254158, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "title": "Letters to my dad on the changing world... with Italian(featuring @cryptofarmer as author)", + "total_payout_value": "0.000 HBD", + "url": "/life/@gavvet/letters-to-my-dad-on-the-changing-world-with-italian-featuring-cryptofarmer-as-author" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 3576130829220, + "voter": "excalibur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991229335339, + "voter": "badassmother" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3311441072526, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2052900127917, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1337025448249, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22864591759, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 235618184394, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1618730506215, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 462391050603, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3188060280256, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 680988467221, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 780065421625, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 9408405427, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2747155680716, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 816380174873, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134476949201, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1619428804, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 85269597245, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9220603890, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 1272853996010, + "voter": "gavvet" + }, + { + "percent": "1118", + "reputation": 12382143533351, + "rshares": 89896712308, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24694558802, + "voter": "fkn" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 478461713, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5763693715, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32459455171, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9536766402, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "7200", + "reputation": 15755437221598, + "rshares": 20265465121, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 43361302769, + "voter": "klye" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 109433921986, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 603650764184, + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 426343346149, + "rshares": 3187771076, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2111391740, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 985471558039, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 61710343437, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 417567164140, + "voter": "taoteh1221" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 373313301, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 51844859429, + "voter": "martin-wichmann" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33780018119, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 28077553521, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 129624899834, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 286394846714, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5821005163, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 124413519414, + "voter": "geoffrey" + }, + { + "percent": "1900", + "reputation": 598181152117, + "rshares": 42733736163, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 77734412526, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2251928158, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 48619736269, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 32856220045, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "7200", + "reputation": 17405459234693, + "rshares": 38197151518, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3898751777, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7418567125, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158987747182, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 60399058700, + "voter": "lehard" + }, + { + "percent": "7200", + "reputation": 4066839697461, + "rshares": 6117239614, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 45474037974, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 18269053597, + "voter": "konstantin" + }, + { + "percent": "7200", + "reputation": 744428437430, + "rshares": 1212170680, + "voter": "trees" + }, + { + "percent": "7200", + "reputation": 2906973892, + "rshares": 167602781, + "voter": "strawhat" + }, + { + "percent": "7200", + "reputation": 675716972978, + "rshares": 570425713, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 719401125, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 823136045162, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 120546538382, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 590190776, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 655989441, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 607124531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1325557182450, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 181527746896, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5532170579, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 14388449041, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 12011479963, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 85528935, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14808977501, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 39566281251, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6142613073, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 6676256917, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 1705318675121, + "rshares": 2927951002, + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 451534954395, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46854154800, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 36804267496, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5840939270, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 4979711886, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167304333801, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4317565662, + "voter": "oululahti" + }, + { + "percent": "1900", + "reputation": 782596410473, + "rshares": 932183607, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 2132970186, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 347965502695, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 40132724753, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10466922918, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3695597998, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 3720107267, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 268127648645, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32541876375, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609277990, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 31308203650, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 84687523986, + "voter": "rea" + }, + { + "percent": "7200", + "reputation": 6570213787, + "rshares": 87046590, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 20026634941, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8725497615, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 5112009829, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11557120301, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 360603550, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 685414916, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 26519444517, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 942266185, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 7132430554, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "1900", + "reputation": 17698439393799, + "rshares": 7221869798, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1483259422, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 688043074, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 611258547, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 180668119, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3343908663, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 111828316, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921893579, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 406607053254, + "rshares": 235438675, + "voter": "frozendota" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10624130337, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157077270, + "voter": "merej99" + }, + { + "percent": "1900", + "reputation": 10771708337101, + "rshares": 255376666902, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 161750606158, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24560849535, + "voter": "laoyao" + }, + { + "percent": "1900", + "reputation": 18027204457681, + "rshares": 9325916259, + "voter": "myfirst" + }, + { + "percent": "1900", + "reputation": 5776723480371, + "rshares": 51839554283, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 16958121196, + "voter": "sunshine" + }, + { + "percent": "1900", + "reputation": 206355094166, + "rshares": 1938262243, + "voter": "flysaga" + }, + { + "percent": "1118", + "reputation": 1751717743, + "rshares": 2501620573, + "voter": "gmurph" + }, + { + "percent": "7600", + "reputation": 10690204490232, + "rshares": 16964502580, + "voter": "mrs.steemit" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 11451787076, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2280336943, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 76182528096, + "rshares": 85931785, + "voter": "coderg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4281204067, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3489905889, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 1685450515149, + "rshares": 2370103862, + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 112055912400, + "voter": "thisisbenbrick" + }, + { + "percent": "2000", + "reputation": 3016325652890, + "rshares": 28641467163, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 377098007, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 88206053, + "voter": "bigsambucca" + }, + { + "percent": "1900", + "reputation": 6111268639849, + "rshares": 1383256754, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 103384195129, + "voter": "joele" + }, + { + "percent": "1900", + "reputation": 1851205309677, + "rshares": 895485769, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 13237481048, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 1405383530, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8643768582, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 3033035828, + "voter": "jrcornel" + }, + { + "percent": "1900", + "reputation": 4195733833721, + "rshares": 1805123390, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7546646500, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11541933907, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 93797286653, + "voter": "miacats" + }, + { + "percent": "1900", + "reputation": 730408370151, + "rshares": 118219525, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 497846177749, + "rshares": 587265371, + "voter": "ashwim" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 75676352, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077199246, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 3789939590477, + "rshares": 8276649627, + "voter": "lemouth" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 93936714571, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 60143295, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 75410142205, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 23137826302, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 4536175742, + "rshares": 50829277, + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 59229074587, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 2028431875, + "voter": "shadowspub" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4580502005, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 117594291138, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2121069078, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7776590110, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2006306305, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 5206668682, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1625387426, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 182060433, + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 837791549130, + "rshares": 27673580803, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15231878384, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3710834980, + "voter": "ethical-ai" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 6682569853, + "voter": "jwaser" + }, + { + "percent": "7200", + "reputation": 0, + "rshares": 116583219935, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1688383151, + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 340991592664, + "rshares": 125654745, + "voter": "tito-baron" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 224088474986, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2617262426, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 7708749054, + "voter": "mariandavp" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27667123071, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 4205608568581, + "rshares": 5982977593, + "voter": "burnin" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 1772168372, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753092824, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51637870, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51568971, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51581492, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 2401230307, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1148513935176, + "rshares": 1550172009, + "voter": "allesgruen" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 12115121436, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 7835540052910, + "rshares": 28194075520, + "voter": "storyseeker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4712097333, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50228382, + "voter": "dragonice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51230296, + "voter": "steemq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51218466, + "voter": "weare" + }, + { + "percent": "10000", + "reputation": 6098187003516, + "rshares": 9536878232, + "voter": "luzcypher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3609516222, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 254506659, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238497207, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161212160, + "voter": "origin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161089804, + "voter": "pyro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157816798, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "percent": "10000", + "reputation": 130504358563, + "rshares": 4817417416, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159984914, + "voter": "correct" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159531007, + "voter": "benetton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159506164, + "voter": "greenpeace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159387371, + "voter": "bosch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159143891, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158732321, + "voter": "steemwallet" + }, + { + "percent": "10000", + "reputation": 352933479329, + "rshares": 425800184, + "voter": "angierose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155378485, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 180177430605, + "rshares": 163617418, + "voter": "awakeningartist" + }, + { + "percent": "10000", + "reputation": 8686963701, + "rshares": 150753854, + "voter": "shortstories" + } + ], + "author": "kevinwong", + "author_reputation": 60877390332151, + "beneficiaries": [], + "body": "

ht", + "body_length": 4698, + "cashout_time": "2016-09-22T13:29:54", + "category": "curie", + "children": 38, + "created": "2016-09-15T13:29:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"curie\",\"contest\",\"logo\",\"project-curie\",\"bounty\"],\"users\":[\"fairytalelife\",\"anritco\",\"thisisbenbrick\",\"opheliafu\",\"nekromarinist\",\"konti\",\"acidsun\",\"sharker\",\"curie\",\"kevinwong\"],\"image\":[\"https://s15.postimg.org/k878soaff/collage.png\",\"https://s18.postimg.org/ocbxjofjd/capsule.png\",\"https://s12.postimg.org/nlhevk419/contestlogomatrix.png\",\"https://s15.postimg.org/utojiedwb/winners.png\",\"https://s11.postimg.org/mdd73unoz/paidup.png\"],\"links\":[\"https://steemit.com/contest/@kevinwong/logo-contest-for-project-curie-calling-all-designers\",\"https://steemit.chat/channel/curie.\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:49:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 35493892612408, + "parent_author": "", + "parent_permlink": "curie", + "pending_payout_value": "76.846 HBD", + "percent_hbd": 10000, + "permlink": "logo-contest-for-project-curie-contest-process-and-winners-announcement", + "post_id": 1253807, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "title": "Logo Contest for Project Curie - Contest Process & Winners Announcement!", + "total_payout_value": "0.000 HBD", + "url": "/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 518185545703, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1246142734, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 94091830376, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 296904124321, + "voter": "chitty" + }, + { + "percent": "1100", + "reputation": 4931834878069, + "rshares": 3023823526, + "voter": "fkn" + }, + { + "percent": "1100", + "reputation": 5414208804644, + "rshares": 3974627163, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 599925765931, + "voter": "nanzo-scoop" + }, + { + "percent": "2600", + "reputation": 15755437221598, + "rshares": 7844703394, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 182058067666, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 50878059993, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 74015535310, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 55528544371, + "voter": "kus-knee" + }, + { + "percent": "9500", + "reputation": 598181152117, + "rshares": 202985246776, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 6737338094, + "voter": "mammasitta" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 4096024957, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 79461843915, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 67111789968, + "voter": "norbu" + }, + { + "percent": "2600", + "reputation": 17405459234693, + "rshares": 13889882904, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 76019003847, + "voter": "rubybian" + }, + { + "percent": "2600", + "reputation": 4066839697461, + "rshares": 2293964855, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 15994687858, + "voter": "yogi.artist" + }, + { + "percent": "2600", + "reputation": 744428437430, + "rshares": 437728301, + "voter": "trees" + }, + { + "percent": "2600", + "reputation": 2906973892, + "rshares": 59153922, + "voter": "strawhat" + }, + { + "percent": "2600", + "reputation": 675716972978, + "rshares": 207427532, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 150964836849, + "voter": "derekareith" + }, + { + "percent": "1100", + "reputation": 19111656178138, + "rshares": 14760800618, + "voter": "furion" + }, + { + "percent": "1100", + "reputation": 3891722, + "rshares": 70822893, + "voter": "barbara2" + }, + { + "percent": "1100", + "reputation": 9142611234, + "rshares": 78718732, + "voter": "ch0c0latechip" + }, + { + "percent": "1100", + "reputation": 3871042, + "rshares": 72854943, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 177968379310, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10644985902, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4232907512, + "voter": "oululahti" + }, + { + "percent": "9500", + "reputation": 782596410473, + "rshares": 4427872134, + "voter": "poseidon" + }, + { + "percent": "1100", + "reputation": 10519849768972, + "rshares": 2452241013, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 418098422, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 36982512877, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 904575538, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6939662161, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 474951354, + "voter": "kooshikoo" + }, + { + "percent": "9500", + "reputation": 17698439393799, + "rshares": 33401147815, + "voter": "sisterholics" + }, + { + "percent": "1100", + "reputation": 147425730, + "rshares": 82565168, + "voter": "fnait" + }, + { + "percent": "1100", + "reputation": 3720753029, + "rshares": 73351025, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1715086369297, + "rshares": 1920634870, + "voter": "yoganarchista" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 13359143286, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 9950046354, + "voter": "sykochica" + }, + { + "percent": "9500", + "reputation": 10771708337101, + "rshares": 1181117084425, + "voter": "laonie" + }, + { + "percent": "9500", + "reputation": 18027204457681, + "rshares": 41300486290, + "voter": "myfirst" + }, + { + "percent": "9500", + "reputation": 5776723480371, + "rshares": 239757938560, + "voter": "somebody" + }, + { + "percent": "9500", + "reputation": 206355094166, + "rshares": 9206745656, + "voter": "flysaga" + }, + { + "percent": "9500", + "reputation": 97845484474, + "rshares": 52964515229, + "voter": "midnightoil" + }, + { + "percent": "9800", + "reputation": 3016325652890, + "rshares": 139627152421, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 790526925913, + "rshares": 1377216362, + "voter": "dolov" + }, + { + "percent": "9500", + "reputation": 6111268639849, + "rshares": 6301502991, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 122598410, + "voter": "erikkartmen" + }, + { + "percent": "9500", + "reputation": 1851205309677, + "rshares": 4253557405, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8410153215, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 12954590179, + "voter": "cristi" + }, + { + "percent": "9500", + "reputation": 4195733833721, + "rshares": 8574336106, + "voter": "xianjun" + }, + { + "percent": "9500", + "reputation": 730408370151, + "rshares": 576320186, + "voter": "microluck" + }, + { + "percent": "2200", + "reputation": 11683040603469, + "rshares": 22544811497, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 92900672002, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2506557282, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 21402511570, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 3915794549, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 159361637, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5081885632, + "voter": "ats-david" + }, + { + "percent": "2600", + "reputation": 0, + "rshares": 45129056937, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 333300187103, + "rshares": 161766921, + "voter": "the-ego-is-you" + }, + { + "percent": "10000", + "reputation": 119198828550, + "rshares": 151391109, + "voter": "inwoxer" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 4331450381, + "voter": "puffin" + } + ], + "author": "mammasitta", + "author_reputation": 5571311902261, + "beneficiaries": [], + "body": "\n